@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.
- package/README.md +4 -0
- package/dist/cjs/components/Button/ActionButton.stories.js +0 -3
- package/dist/cjs/components/Button/Button.d.ts +1 -1
- package/dist/cjs/components/Button/Button.js +0 -33
- package/dist/cjs/components/Button/Button.stories.js +0 -3
- package/dist/cjs/components/ThemeProvider/ThemeProvider.d.ts +1 -3
- package/dist/cjs/components/ThemeProvider/ThemeProvider.js +4 -8
- package/dist/cjs/components/ThemeProvider/breakpoints.js +0 -1
- package/dist/cjs/components/ThemeProvider/typography.js +0 -1
- package/dist/cjs/index.d.ts +0 -1
- package/dist/cjs/index.js +1 -3
- package/dist/esm/components/Button/ActionButton.stories.js +0 -3
- package/dist/esm/components/Button/Button.d.ts +1 -1
- package/dist/esm/components/Button/Button.js +0 -33
- package/dist/esm/components/Button/Button.stories.js +0 -3
- package/dist/esm/components/ThemeProvider/ThemeProvider.d.ts +1 -3
- package/dist/esm/components/ThemeProvider/ThemeProvider.js +4 -8
- package/dist/esm/components/ThemeProvider/breakpoints.js +0 -1
- package/dist/esm/components/ThemeProvider/typography.js +0 -1
- package/dist/esm/index.d.ts +0 -1
- package/dist/esm/index.js +0 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/type-augmentation/theme.d.ts +1 -1
- package/package.json +18 -15
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mitodl/smoot-design",
|
|
3
|
-
"version": "
|
|
4
|
-
"packageManager": "yarn@4.
|
|
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
|
-
"@
|
|
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": "^
|
|
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": "^
|
|
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.
|
|
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": "^
|
|
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
|
}
|