@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.js CHANGED
@@ -5715,7 +5715,7 @@ var createTheme = (settings) => {
5715
5715
  const initialTheme = {
5716
5716
  cssVariables: true,
5717
5717
  colorSchemes,
5718
- breakpoints,
5718
+ breakpoints: breakpoints(),
5719
5719
  defaultColorScheme: settings.colorScheme,
5720
5720
  colorSchemeSelector: "data-mui-color-scheme",
5721
5721
  shadows: shadows(settings.colorScheme),