@mitodl/smoot-design 1.2.1 → 2.0.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.
@@ -54,7 +54,7 @@ declare module "@mui/material/styles" {
54
54
  }
55
55
 
56
56
  interface ThemeOptions {
57
- custom: CustomTheme
57
+ custom?: Partial<CustomTheme>
58
58
  }
59
59
 
60
60
  interface PaletteColor {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mitodl/smoot-design",
3
- "version": "1.2.1",
4
- "packageManager": "yarn@4.5.3",
3
+ "version": "2.0.1",
4
+ "packageManager": "yarn@4.6.0",
5
5
  "files": [
6
6
  "dist"
7
7
  ],
@@ -60,15 +60,7 @@
60
60
  }
61
61
  },
62
62
  "dependencies": {
63
- "@emotion/react": "^11.11.1",
64
- "@emotion/styled": "^11.11.0",
65
- "@mui/base": "5.0.0-beta.67",
66
- "@mui/lab": "6.0.0-beta.20",
67
- "@mui/material": "^6.1.6",
68
- "@mui/material-nextjs": "^6.1.6",
69
- "@mui/system": "^6.1.6",
70
- "@remixicon/react": "^4.2.0",
71
- "@types/jest": "^29.5.14",
63
+ "@mui/utils": "^6.1.6",
72
64
  "ai": "^4.0.13",
73
65
  "classnames": "^2.5.1",
74
66
  "lodash": "^4.17.21",
@@ -77,15 +69,20 @@
77
69
  "zod": "^3.23.8"
78
70
  },
79
71
  "devDependencies": {
80
- "@chromatic-com/storybook": "^1.9.0",
72
+ "@chromatic-com/storybook": "^3.0.0",
73
+ "@emotion/react": "^11.11.1",
74
+ "@emotion/styled": "^11.11.0",
81
75
  "@faker-js/faker": "^9.0.0",
82
76
  "@jest/environment": "^29.7.0",
77
+ "@mui/material": "^6.1.6",
78
+ "@mui/system": "^6.1.6",
79
+ "@remixicon/react": "^4.2.0",
83
80
  "@storybook/addon-actions": "^8.4.7",
84
81
  "@storybook/addon-essentials": "^8.4.7",
85
82
  "@storybook/addon-interactions": "^8.4.7",
86
83
  "@storybook/addon-links": "^8.4.7",
87
84
  "@storybook/addon-onboarding": "^8.4.7",
88
- "@storybook/addon-webpack5-compiler-swc": "^1.0.5",
85
+ "@storybook/addon-webpack5-compiler-swc": "^2.0.0",
89
86
  "@storybook/blocks": "^8.4.7",
90
87
  "@storybook/nextjs": "^8.4.7",
91
88
  "@storybook/preview-api": "^8.4.7",
@@ -96,7 +93,8 @@
96
93
  "@swc/jest": "^0.2.37",
97
94
  "@testing-library/jest-dom": "^6.6.3",
98
95
  "@testing-library/react": "^16.0.1",
99
- "@testing-library/user-event": "14.5.2",
96
+ "@testing-library/user-event": "14.6.0",
97
+ "@types/jest": "^29.5.14",
100
98
  "@types/lodash": "^4.17.13",
101
99
  "@types/react-dom": "^19.0.0",
102
100
  "@typescript-eslint/eslint-plugin": "^8.13.0",
@@ -104,7 +102,7 @@
104
102
  "conventional-changelog-conventionalcommits": "^8.0.0",
105
103
  "eslint": "8.57.1",
106
104
  "eslint-config-mitodl": "^2.1.0",
107
- "eslint-config-prettier": "^9.0.0",
105
+ "eslint-config-prettier": "^10.0.0",
108
106
  "eslint-import-resolver-typescript": "^3.6.1",
109
107
  "eslint-plugin-import": "^2.29.1",
110
108
  "eslint-plugin-jest": "^28.6.0",
@@ -132,6 +130,11 @@
132
130
  "typescript": "^5.6.3"
133
131
  },
134
132
  "peerDependencies": {
133
+ "@emotion/react": "^11.11.1",
134
+ "@emotion/styled": "^11.11.0",
135
+ "@mui/material": "^6.1.6",
136
+ "@mui/system": "^6.1.6",
137
+ "@remixicon/react": "^4.2.0",
135
138
  "react": "^18 || ^19",
136
139
  "react-dom": "^18 || ^19"
137
140
  }