@movable/ui 1.0.2 → 1.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.
@@ -178,13 +178,13 @@ declare const form: {
178
178
  root: ({ theme }: {
179
179
  theme: Theme;
180
180
  }) => {
181
- '& input.Mui-disabled': {
181
+ '& input.Mui-disabled, & textarea.Mui-disabled': {
182
182
  cursor: string;
183
183
  };
184
184
  '& .MuiInputBase-root.Mui-disabled': {
185
185
  backgroundColor: string;
186
186
  };
187
- '& input.MuiInputBase-readOnly': {
187
+ '& input.MuiInputBase-readOnly, & textarea.MuiInputBase-readOnly': {
188
188
  paddingRight: string;
189
189
  paddingLeft: string;
190
190
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@movable/ui",
3
- "version": "1.0.2",
3
+ "version": "1.1.0",
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
  },