@mxenabled/mxui 2.0.0-alpha.1 → 2.0.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.
- package/README.md +32 -0
- package/dist/index.es.js +335 -342
- package/dist/index.es.js.map +1 -1
- package/dist/themes/Augmentations.d.ts +0 -2
- package/package.json +28 -28
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mxenabled/mxui",
|
|
3
|
-
"version": "2.0.0
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Package containing MX theme and common controls for MUI",
|
|
5
5
|
"main": "dist/index.es.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -22,16 +22,16 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@emotion/react": "^11.14.0",
|
|
24
24
|
"@emotion/styled": "^11.14.1",
|
|
25
|
-
"@mui/material": "^7.3.
|
|
26
|
-
"@mui/system": "^7.3.
|
|
27
|
-
"@mui/x-data-grid-pro": "^
|
|
28
|
-
"@mui/x-date-pickers": "^
|
|
29
|
-
"@mui/x-date-pickers-pro": "^
|
|
30
|
-
"@mui/x-license
|
|
31
|
-
"@mxenabled/mx-icons": "^2.
|
|
25
|
+
"@mui/material": "^7.3.4",
|
|
26
|
+
"@mui/system": "^7.3.3",
|
|
27
|
+
"@mui/x-data-grid-pro": "^8.14.0",
|
|
28
|
+
"@mui/x-date-pickers": "^8.14.0",
|
|
29
|
+
"@mui/x-date-pickers-pro": "^8.14.0",
|
|
30
|
+
"@mui/x-license": "^8.14.0",
|
|
31
|
+
"@mxenabled/mx-icons": "^2.1.0",
|
|
32
32
|
"date-fns": "^4.1.0",
|
|
33
|
-
"react": "^19.
|
|
34
|
-
"react-dom": "^19.
|
|
33
|
+
"react": "^19.2.0",
|
|
34
|
+
"react-dom": "^19.2.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@babel/core": "^7.26.10",
|
|
@@ -39,16 +39,16 @@
|
|
|
39
39
|
"@eslint/compat": "^1.2.8",
|
|
40
40
|
"@eslint/eslintrc": "^3.3.1",
|
|
41
41
|
"@eslint/js": "^9.25.1",
|
|
42
|
-
"@storybook/addon-a11y": "^9.1.
|
|
43
|
-
"@storybook/addon-docs": "^9.1.
|
|
44
|
-
"@storybook/addon-links": "^9.1.
|
|
45
|
-
"@storybook/react-vite": "^9.1.
|
|
46
|
-
"@types/react": "^19.
|
|
47
|
-
"@types/react-dom": "^19.
|
|
42
|
+
"@storybook/addon-a11y": "^9.1.10",
|
|
43
|
+
"@storybook/addon-docs": "^9.1.10",
|
|
44
|
+
"@storybook/addon-links": "^9.1.10",
|
|
45
|
+
"@storybook/react-vite": "^9.1.10",
|
|
46
|
+
"@types/react": "^19.2.2",
|
|
47
|
+
"@types/react-dom": "^19.2.2",
|
|
48
48
|
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
49
49
|
"@typescript-eslint/parser": "^7.18.0",
|
|
50
|
-
"@vitejs/plugin-react": "^
|
|
51
|
-
"@vueless/storybook-dark-mode": "^9.0.
|
|
50
|
+
"@vitejs/plugin-react": "^5.0.4",
|
|
51
|
+
"@vueless/storybook-dark-mode": "^9.0.9",
|
|
52
52
|
"@yarnpkg/sdks": "^3.2.3",
|
|
53
53
|
"eslint": "^8.57.1",
|
|
54
54
|
"eslint-config-mx": "^4.0.0",
|
|
@@ -59,27 +59,27 @@
|
|
|
59
59
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
60
60
|
"eslint-plugin-storybook": "^9.1.4",
|
|
61
61
|
"husky": "^9.1.7",
|
|
62
|
-
"lint-staged": "^16.
|
|
62
|
+
"lint-staged": "^16.2.4",
|
|
63
63
|
"path": "^0.12.7",
|
|
64
64
|
"prettier": "^3.6.2",
|
|
65
|
-
"rollup-plugin-visualizer": "^
|
|
66
|
-
"storybook": "^9.1.
|
|
67
|
-
"typescript": "^5.9.
|
|
68
|
-
"vite": "^
|
|
65
|
+
"rollup-plugin-visualizer": "^6.0.4",
|
|
66
|
+
"storybook": "^9.1.10",
|
|
67
|
+
"typescript": "^5.9.3",
|
|
68
|
+
"vite": "^7.1.9",
|
|
69
69
|
"vite-plugin-dts": "^4.5.4"
|
|
70
70
|
},
|
|
71
71
|
"peerDependencies": {
|
|
72
|
-
"@mui/material": "^
|
|
72
|
+
"@mui/material": "^7",
|
|
73
73
|
"@mui/x-data-grid-pro": "^7",
|
|
74
74
|
"@mui/x-date-pickers": "^7",
|
|
75
75
|
"@mui/x-date-pickers-pro": "^7",
|
|
76
|
-
"@mxenabled/
|
|
76
|
+
"@mxenabled/mx-icons": "^2",
|
|
77
77
|
"date-fns": "^4",
|
|
78
|
-
"react": "^
|
|
79
|
-
"react-dom": "^
|
|
78
|
+
"react": "^19",
|
|
79
|
+
"react-dom": "^19"
|
|
80
80
|
},
|
|
81
81
|
"files": [
|
|
82
82
|
"dist"
|
|
83
83
|
],
|
|
84
|
-
"packageManager": "yarn@4.
|
|
84
|
+
"packageManager": "yarn@4.10.3"
|
|
85
85
|
}
|