@opengeoweb/theme 9.37.0 → 10.0.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/index.esm.js CHANGED
@@ -1,3 +1,4 @@
1
+ import 'msw';
1
2
  import { jsx, jsxs } from 'react/jsx-runtime';
2
3
  import { SvgIcon, createTheme as createTheme$1, ThemeProvider as ThemeProvider$1, CssBaseline, GlobalStyles, StyledEngineProvider, useTheme } from '@mui/material';
3
4
  import * as React from 'react';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opengeoweb/theme",
3
- "version": "9.37.0",
3
+ "version": "10.0.0",
4
4
  "description": "GeoWeb Theme library for the opengeoweb project",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -13,7 +13,8 @@
13
13
  "i18next": "^23.11.5",
14
14
  "@mui/material": "^6.1.1",
15
15
  "react-i18next": "^15.1.1",
16
- "lodash": "^4.17.21"
16
+ "lodash": "^4.17.21",
17
+ "msw": "^1.3.2"
17
18
  },
18
19
  "peerDependencies": {
19
20
  "react": "18",
package/src/index.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ import 'msw';
1
2
  import * as Icons from './lib/components/Icons';
2
3
  import themeTranslations from '../locales/theme.json';
3
4
  export { Icons };