@movable/ui 1.6.3 → 1.6.4

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.
@@ -1,13 +1,5 @@
1
1
  import { Theme } from '@mui/material/styles';
2
2
  import { AlertProps } from '@mui/material/Alert';
3
- declare module '@mui/material/Alert' {
4
- interface AlertPropsVariantOverrides {
5
- snackbar: true;
6
- standard: true;
7
- filled: false;
8
- outlined: false;
9
- }
10
- }
11
3
  declare const alert: {
12
4
  MuiAlert: {
13
5
  defaultProps: {
@@ -1,12 +1,3 @@
1
- declare module '@mui/material/Chip' {
2
- interface ChipPropsVariantOverrides {
3
- contrastFilled: true;
4
- }
5
- interface ChipPropsColorOverrides {
6
- ai: true;
7
- inProgress: true;
8
- }
9
- }
10
1
  declare const chip: {
11
2
  MuiChip: {
12
3
  styleOverrides: {
package/lib/theme.d.ts CHANGED
@@ -218,5 +218,22 @@ declare module '@mui/material/Icon' {
218
218
  'x-small': true;
219
219
  }
220
220
  }
221
+ declare module '@mui/material/Alert' {
222
+ interface AlertPropsVariantOverrides {
223
+ snackbar: true;
224
+ standard: true;
225
+ filled: false;
226
+ outlined: false;
227
+ }
228
+ }
229
+ declare module '@mui/material/Chip' {
230
+ interface ChipPropsVariantOverrides {
231
+ contrastFilled: true;
232
+ }
233
+ interface ChipPropsColorOverrides {
234
+ ai: true;
235
+ inProgress: true;
236
+ }
237
+ }
221
238
  declare const theme: import("@mui/material/styles").Theme;
222
239
  export default theme;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@movable/ui",
3
- "version": "1.6.3",
3
+ "version": "1.6.4",
4
4
  "description": "Movable Ink's shared MUI components and MUI theme for our vite applications",
5
5
  "module": "lib/index.mjs",
6
6
  "types": "lib/index.d.ts",
@@ -68,7 +68,7 @@
68
68
  "@types/react-dom": "^18.2.7",
69
69
  "@typescript-eslint/eslint-plugin": "^6.7.0",
70
70
  "@typescript-eslint/parser": "^6.0.0",
71
- "@vitejs/plugin-react-swc": "^3.3.2",
71
+ "@vitejs/plugin-react-swc": "^3.7.0",
72
72
  "cypress": "^13.6.0",
73
73
  "eslint": "^8.45.0",
74
74
  "eslint-config-prettier": "^9.1.0",
@@ -83,12 +83,12 @@
83
83
  "prettier": "3.1.1",
84
84
  "react": "^18.2.0",
85
85
  "react-dom": "^18.2.0",
86
+ "react-hook-form": "^7.48.2",
86
87
  "react-router-dom": "^6.20.1",
87
88
  "release-it": "^16.1.3",
88
89
  "storybook": "^8.1.0",
89
90
  "typescript": "^5.0.2",
90
- "vite": "^4.4.5",
91
- "react-hook-form": "^7.48.2"
91
+ "vite": "^5.4.3"
92
92
  },
93
93
  "peerDependencies": {
94
94
  "@emotion/react": "^11.11.1",