@movable/ui 1.0.2 → 1.1.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.
@@ -14,6 +14,9 @@ declare const form: {
14
14
  '& .Mui-error + .MuiFormHelperText-root': {
15
15
  color: string;
16
16
  };
17
+ '& .MuiInputLabel-root': {
18
+ paddingBottom: number;
19
+ };
17
20
  };
18
21
  };
19
22
  };
@@ -178,13 +181,13 @@ declare const form: {
178
181
  root: ({ theme }: {
179
182
  theme: Theme;
180
183
  }) => {
181
- '& input.Mui-disabled': {
184
+ '& input.Mui-disabled, & textarea.Mui-disabled': {
182
185
  cursor: string;
183
186
  };
184
187
  '& .MuiInputBase-root.Mui-disabled': {
185
188
  backgroundColor: string;
186
189
  };
187
- '& input.MuiInputBase-readOnly': {
190
+ '& input.MuiInputBase-readOnly, & textarea.MuiInputBase-readOnly': {
188
191
  paddingRight: string;
189
192
  paddingLeft: string;
190
193
  };
@@ -194,6 +197,9 @@ declare const form: {
194
197
  '& .MuiFormHelperText-root': {
195
198
  margin: number;
196
199
  };
200
+ '& .MuiInputLabel-root': {
201
+ paddingBottom: number;
202
+ };
197
203
  };
198
204
  };
199
205
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@movable/ui",
3
- "version": "1.0.2",
3
+ "version": "1.1.1",
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",
@@ -45,23 +45,25 @@
45
45
  "@emotion/react": "^11.11.1",
46
46
  "@emotion/styled": "^11.11.0",
47
47
  "@movable/prettier-config": "^2.0.0",
48
- "@mui/material": "^5.14.8",
49
48
  "@mui/icons-material": "^5.15.6",
49
+ "@mui/material": "^5.14.8",
50
50
  "@percy/cli": "^1.28.2",
51
51
  "@percy/cypress": "^3.1.2",
52
- "@percy/storybook": "^5.0.1",
52
+ "@percy/storybook": "^6.0.0",
53
53
  "@release-it/conventional-changelog": "^7.0.1",
54
54
  "@rollup/plugin-typescript": "^11.1.5",
55
- "@storybook/addon-essentials": "^7.5.1",
56
- "@storybook/addon-interactions": "^7.5.1",
57
- "@storybook/addon-links": "^7.5.1",
58
- "@storybook/addon-onboarding": "^1.0.8",
59
- "@storybook/blocks": "^7.5.1",
60
- "@storybook/manager-api": "^7.5.1",
61
- "@storybook/react": "^7.5.1",
62
- "@storybook/react-vite": "^7.5.1",
63
- "@storybook/testing-library": "^0.2.2",
64
- "@storybook/theming": "^7.5.1",
55
+ "@storybook/addon-essentials": "^8.1.0",
56
+ "@storybook/addon-interactions": "^8.1.0",
57
+ "@storybook/addon-links": "^8.1.0",
58
+ "@storybook/addon-mdx-gfm": "^8.1.0",
59
+ "@storybook/addon-onboarding": "^8.1.0",
60
+ "@storybook/blocks": "^8.1.0",
61
+ "@storybook/builder-vite": "^8.2.5",
62
+ "@storybook/manager-api": "^8.1.0",
63
+ "@storybook/react": "^8.1.0",
64
+ "@storybook/react-vite": "^8.1.0",
65
+ "@storybook/test": "^8.1.0",
66
+ "@storybook/theming": "^8.1.0",
65
67
  "@types/react": "^18.2.19",
66
68
  "@types/react-dom": "^18.2.7",
67
69
  "@typescript-eslint/eslint-plugin": "^6.7.0",
@@ -73,7 +75,7 @@
73
75
  "eslint-plugin-prettier": "^5.0.1",
74
76
  "eslint-plugin-react-hooks": "^4.6.0",
75
77
  "eslint-plugin-react-refresh": "^0.4.3",
76
- "eslint-plugin-storybook": "^0.6.15",
78
+ "eslint-plugin-storybook": "^0.8.0",
77
79
  "husky": "^8.0.0",
78
80
  "lint-staged": "^13.2.3",
79
81
  "npm-run-all": "^4.1.5",
@@ -83,7 +85,7 @@
83
85
  "react-dom": "^18.2.0",
84
86
  "react-router-dom": "^6.20.1",
85
87
  "release-it": "^16.1.3",
86
- "storybook": "^7.5.1",
88
+ "storybook": "^8.1.0",
87
89
  "typescript": "^5.0.2",
88
90
  "vite": "^4.4.5"
89
91
  },