theming icon indicating copy to clipboard operation
theming copied to clipboard

Unified CSSinJS theming solution for React

Results 16 theming issues
Sort by recently updated
recently updated
newest added

Bumps [async](https://github.com/caolan/async) from 2.6.1 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) v2.6.2 Updated lodash...

dependencies

I was reviewing the documentation for theming at this link https://github.com/cssinjs/theming#themeprovider and the codesandbox sample is not found.

Would you consider adding an hook to update the theme ?

Bumps [tar](https://github.com/npm/node-tar) from 4.4.6 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Sorry, I abandoned a previous PR because the build failed. Sometimes we have a themed component that might not be wrapped in a theme provider, which results in warnings. I...

Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.3.4 to 4.16.6. Changelog Sourced from browserslist's changelog. 4.16.6 Fixed npm-shrinkwrap.json support in --update-db (by Geoff Newman). 4.16.5 Fixed unsafe RegExp (by Yeting Li). 4.16.4 Fixed unsafe...

dependencies

This is the refactor to Typescript. This includes the following changes - All code has been converted to TS - We are now building the code with `tsdx`, therefore a...

The Sandbox url is death .

Would it make sense for the JSS ThemeProvider to not only accept `theme` but also `colorScheme` or `mode`? https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme I've seen some handle it [this way](https://styled-system.com/guides/color-modes), but it doesn't seem...