@undefine-ui/design-system 2.15.0 → 2.15.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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -5884,7 +5884,7 @@ var createTheme = (settings) => {
|
|
|
5884
5884
|
const initialTheme = {
|
|
5885
5885
|
cssVariables: true,
|
|
5886
5886
|
colorSchemes,
|
|
5887
|
-
breakpoints,
|
|
5887
|
+
breakpoints: breakpoints(),
|
|
5888
5888
|
defaultColorScheme: settings.colorScheme,
|
|
5889
5889
|
colorSchemeSelector: "data-mui-color-scheme",
|
|
5890
5890
|
shadows: shadows(settings.colorScheme),
|