Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/cssinjs/jss
JSS is an authoring tool for CSS which uses JavaScript as a host language.
https://github.com/cssinjs/jss
* Comment out text that isn't expected to be included in the PR.
- This clarifies what we exp...
3a4486a208686dbfd84ab0b5ea8efcddf79e6b0e authored almost 4 years ago
9b21238e9e44d00db3a527abaf1e5d194429a54b authored almost 4 years ago
* Created a new page for using React-JSS with TypeScript.
* Added documentation for using hooks...
8638d9923a5d6934c7e2cc0d4d1a2e4a1f02d602 authored almost 4 years ago
3c364786410433cfe56cde1b15244d564eca5b72 authored almost 4 years ago
8a620dc05b69dff493fb8f4248a888b9994b4c5f authored almost 4 years ago
9851d9421496fd247ff74895a5edcb9728e89c76 authored almost 4 years ago
* Update Changelog (v10.6.0)
* Apply Requested Changes (Part 1)
a4c20c5a9651cfb7bd0aebef6659c06b354e0379 authored almost 4 years ago
This commit applies changes to ensure the `createUseStyles` hook has
accurate TS intellisense f...
b0510be0f419f0a9b13bd4326b2ab698e2771c35 authored almost 4 years ago
* reuse babel options
* add envioronment requirements
* manually serialize a collection, b...
eb8270c8444acde1daa403b4300ffb53f86bd5f1 authored almost 4 years ago
* Improve the contribution docs by explaining how to setup VS Code with
Flow support.
* Add ...
* fix: type import from csstype
* fix: wrong type extends in NormalCssValues
ca8269f730bf9e57fdfa423d036b177e49307cdc authored almost 4 years ago1f2594293c64d103bb3e4114df1c14c0a4a5f175 authored almost 4 years ago
The `classes` prop created by the `withStyles` function is meant to be
an optional parameter wh...
56205c1e2c7252999f54166cf077ffeaafd04b76 authored almost 4 years ago
debfcfa8f80240d2957dd281307224de163f5f9a authored almost 4 years ago
a4f58de310c6149811410ad5639e841cf4b5c5dd authored almost 4 years ago
060a7a3e0c69bb597ae88b3e5c499566fa92a33f authored almost 4 years ago
20e4e60ffd277e5a619e24d7c946b961a645d7bf authored almost 4 years ago
343bf0609d34daa965c0b4cee3034e5692518b8e authored almost 4 years ago
1bc54a90d35222facafee74af45d558ad4a91c8f authored almost 4 years ago
fde6279a30b1fbd05cdbd391c7e2af6558933b50 authored almost 4 years ago
e038a1f36305352051db3358177a5404dbe3220a authored almost 4 years ago
c0aab003738f6516820ac9f39ed1a07ccb91b5dd authored almost 4 years ago
8d507ab96eb2260c03aa01dca8ab148bcb5baeaf authored almost 4 years ago
a9f2288adcb26bf6377d3dd2f39c5f13580988d6 authored about 4 years ago
105d854d4c0e3ea541f78cbd78cca583f4d83cf9 authored about 4 years ago
* fix(react-jss): Media query styles applied only to the first element in function
chore(reac...
94c8f6c7e5eee7ce04c31ea2f7e318a5d5b2a082 authored about 4 years agoacd2c75e06887055492689a496b2a16801d4ce75 authored about 4 years ago
c4d4deb378092fd5535787a27d3b7b92c562535f authored about 4 years ago
4c67c303c32d3845acd8e0a40e4980ef1180b026 authored about 4 years ago
* fix: jssStyle type
typescript can't work with [K in keyof NormalCssProperties | string]
...
f9d93723ea0b8748c8a89248ebb680ed07e95c48 authored about 4 years ago
5ffc14545c9f2c9f9d48bdcb3fd19d1c51adbf53 authored about 4 years ago
4666f822d363c4492c36b65986fdec5920cfd560 authored about 4 years ago
6e62d0bfe6201f1477850229a7f218fa6f447d18 authored about 4 years ago
99d20863910fd663c57677403f9537603fd7e1ef authored about 4 years ago
* upgrade flow
* use single line comments
* Fix flow types generation in new rollup versio...
207f48b36b0935fad51861ad4bce39384417f61a authored about 4 years ago5341eea232f1963d0beaeb5892f27e456fc92830 authored about 4 years ago
ffd4505853b7cb37ec399ccf5271ed601466efd8 authored about 4 years ago
there are rules which are not supposed to have a renderable
d3e6817f5b455a1d29252014dd8dac6beae69b47 authored about 4 years agoRef https://github.com/cssinjs/jss/pull/1425#discussion_r523284417
In the new version namedEx...
b5f382881381ae574fa63bb7376ceffd516e5c9b authored about 4 years agoa838cd8e0b7f1f15daee4e13ca49ccbc7a14a82c authored about 4 years ago
* Update changelog.md
* impove deleteRule performance
* add changelog
47daec4fbbc110f42654794dcd9fc3aa56cbcd86 authored about 4 years ago1c417d97397dc262ddc7af78c5fec04665ad15b8 authored about 4 years ago
cf1b714820088cb64c51ead62523b072b0adf1a9 authored about 4 years ago
2b2704d60d4261f854532ba328d229a423e8c77f authored about 4 years ago
* Add default units to logical properties
Closes #1414
* Add logical-properties test
8896906eb5b8f50c97c6b7871e6ac70d6f996676 authored about 4 years agoresolve #1348
016eeab1d75b0351ec71e130dcf5aff6453b1ff1 authored about 4 years ago* [default-unit] Fix missing default unit bug for 0ms and 0%
* Add entry for #1413 to changel...
9fcae9ef7c6e93c2fdaf9800cbd7e6e82e9ce9f6 authored over 4 years ago* perf: remove test files from the package
* fix: remove .test.js from the src include rather...
bf89ac9c992db3c67c4ca270e5276f9244af901c authored over 4 years ago* Restore TypeScript support for Observable styles
* Remove inert $Expect tests
These look...
56f54f5aae74e9a498d4d3528a2f68a0d45faf70 authored over 4 years ago* Udate Classname Example
Adding a section explaining the name prop in the options object to ...
cc3cea8b6d6b32b7706d62c00b46a600ec6ebe67 authored over 4 years agoBased on the new API, `attrs` has been changed to `attributes` https://webpack.js.org/loaders/st...
adeddd46a0da3f9a2ed8fee1cbb1991ea086f25c authored over 4 years ago2321787ff999e70ffb91cc36b3232c226ad44198 authored over 4 years ago
a864fcf08c6da3cbb7ae878c09eaf52e619ed6c3 authored over 4 years ago
f01bb006081982e598931ac162dfa965abbc06a2 authored over 4 years ago
* upgrade flow-bin to 0.131.0 and migrate types
* better type for Css test function
* use ...
9a3ae417323656f62162f130302f385e7ed3a21b authored over 4 years agob58ef476415ffc8597e88ae045242c92d5377b10 authored over 4 years ago
* feat: Bump csstype to 3.0.2
* Add changelog entry
ab7b4767bce60f09ec64c4b20eb99b687fabe5fa authored over 4 years ago2445c6ab8fff6eec139af3e4f452e13c86addbab authored over 4 years ago
973d50bc4654ae198f7fd4e8df708d47f69c541a authored over 4 years ago
3cb81693b183992a2a0df8267129e765c9979f73 authored over 4 years ago
Brings this into alignment with the Typescript annotation for this same function:
```export typ...
* fix(extend): extends multiple named styles (fix #1345)
* docs: update docs and changelog
4382ef5b1042555067265e4a834a0f1d015e8c2f authored over 4 years ago* Perfomance issue in VSCode
Using recursive type
* Fix css value type for using array val...
f4a0255f26308b5fbafa113e07f3f2e047664eed authored over 4 years agoCo-authored-by: Sergey Gavrilov <[email protected]>
dded5937e392ed765f3614e3701a830f2a592cb3 authored over 4 years agoCo-authored-by: Sergey Gavrilov <[email protected]>
1c4feb79b48f4c4bc95831d9a8ff3b1869eb7b92 authored over 4 years agoAdded the plugins I built to the Projects page. @kof mentioned it back in October and I only now...
bf455f53d43a7c5b8cd313f6ef2811f480f13559 authored over 4 years ago4094410d82dfdae772e1c09f0cd187cb48fa1cdc authored over 4 years ago
c9e17225834f18d9404d349d214e1ddaf20933b4 authored over 4 years ago
* fix `createUseStyles` types
* support falsy values for function rules and only a null for f...
497f185b5abd3ba4f1e3b08b065bb2298322099b authored over 4 years ago671c03fabb07b1a750e1b949fa89b1415654e077 authored over 4 years ago
e1bf7479b42eb693c284e5c22f5c3749a788a74e authored over 4 years ago
8abb772ff306288cb76e2cbdaf0f1f2ff599e696 authored over 4 years ago
because of this bug https://stackoverflow.com/questions/57331779/typescript-duplicate-identifier...
752ce0cbe01493721c200941bc3e437ed4474f50 authored over 4 years agoaf1bc598b8c60ba59a32dee33e844e2b40758712 authored over 4 years ago
bda0a44834098fae5c6e5dc2c42295054f81ad33 authored over 4 years ago
* Perfomance issue in VSCode
Using recursive type
* Fix css value type for using array val...
ddec3e575f33a15833ff4da0ff7a5140189ec3aa authored over 4 years ago* Update css-vendor to 2.0.8
* Added changelog for [email protected] update
128892955ff4453250b910a63ffefef7be3a8ed3 authored over 4 years ago88df1937dfc0f4f8d36151c82fadef1e6d2e10bf authored almost 5 years ago
d9cca31ad2d058aa0108fa6ec48fe872b0e7e886 authored almost 5 years ago
* Migrate plugin examples to codesandbox
* Fix examples
* Add links to plugin examples
088ad28875f9a811fafb5727e52787ca1b88fcd3 authored almost 5 years agoCo-authored-by: Daniel Greuel <[email protected]>
3f35178786018136d944a6fddff08e4c74d06fd1 authored almost 5 years ago2a51d708ae9f2f68c2f2f2104d077aaa29f2b6b0 authored almost 5 years ago
41a138f174ccec232922e6d732da0cd5012380e8 authored almost 5 years ago
98d9b2a50b12d280793be68eda3070f9e57fe605 authored almost 5 years ago
2ed79e0139cfc06922ef74a6e5745f219d23ee80 authored almost 5 years ago
0b6a39bb3f22bef8e628464062dd9eb846345b99 authored almost 5 years ago
4e1d4289995bbc080eaf7d21fbc48b939a639ca8 authored almost 5 years ago
2c665da55903778f624c1a0c680941d8f1d9bdb8 authored almost 5 years ago
* Migrate examples to monorepo
* Update examples
* Fix some examples
* Remove 'View sou...
8b3e3fc54d217920550e5181d2338f9c43f60fa6 authored almost 5 years agoae76df53dcc6e3be0f5c2932f72102b1c62f7db1 authored almost 5 years ago
Co-authored-by: Pete Feltham <[email protected]>
f56298104526ffe82c70afeaa5b9e239ed0e09b2 authored almost 5 years ago04baf1af96062cfa1c1520bbb9a0311303f4a399 authored almost 5 years ago
05585ea5cc84706cf3b7d58ec3ffa844a511630d authored almost 5 years ago
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.11 to 4.7.3.
- [Release no...
Documentation is out of date: `WithStyles` has been deprecated. Update to new naming convention.
e77460cf3fff769a576d5ade50687e89a3d71749 authored almost 5 years ago