@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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
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 = "
|
|
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 = "
|
|
4083
|
+
storageKey = "app-ui-theme",
|
|
4084
4084
|
...props
|
|
4085
4085
|
}) {
|
|
4086
4086
|
const [theme, setTheme] = useState6(() => {
|