@mlw-packages/react-components 1.5.0 → 1.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -4289,7 +4289,7 @@ var ThemeProviderContext = (0, import_react22.createContext)(initialState);
4289
4289
  function ThemeProviderBase({
4290
4290
  children,
4291
4291
  defaultTheme = "system",
4292
- storageKey = "vite-ui-theme",
4292
+ storageKey = "app-ui-theme",
4293
4293
  ...props
4294
4294
  }) {
4295
4295
  const [theme, setTheme] = (0, import_react22.useState)(() => {
package/dist/index.mjs CHANGED
@@ -4080,7 +4080,7 @@ var ThemeProviderContext = createContext3(initialState);
4080
4080
  function ThemeProviderBase({
4081
4081
  children,
4082
4082
  defaultTheme = "system",
4083
- storageKey = "vite-ui-theme",
4083
+ storageKey = "app-ui-theme",
4084
4084
  ...props
4085
4085
  }) {
4086
4086
  const [theme, setTheme] = useState6(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mlw-packages/react-components",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",