@undefine-ui/design-system 2.0.0 → 2.1.0

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
@@ -5409,6 +5409,17 @@ var getInitColorSchemeScript = /* @__PURE__ */ jsx35(
5409
5409
  // src/theme/ThemeProvider.tsx
5410
5410
  import CssBaseline from "@mui/material/CssBaseline";
5411
5411
  import { ThemeProvider as MuiThemeProvider } from "@mui/material/styles";
5412
+ import "@fontsource/work-sans/300.css";
5413
+ import "@fontsource/work-sans/400.css";
5414
+ import "@fontsource/work-sans/500.css";
5415
+ import "@fontsource/work-sans/600.css";
5416
+ import "@fontsource/work-sans/700.css";
5417
+ import "@fontsource/geist/300.css";
5418
+ import "@fontsource/geist/400.css";
5419
+ import "@fontsource/geist/500.css";
5420
+ import "@fontsource/geist/600.css";
5421
+ import "@fontsource/geist/700.css";
5422
+ import "./satoshi-4X3TX4PE.css";
5412
5423
  import { jsx as jsx36, jsxs as jsxs18 } from "react/jsx-runtime";
5413
5424
  var ThemeProvider = ({ children }) => {
5414
5425
  const settings = useSettings();