mui-design-system 0.0.36 → 0.0.37

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -15,7 +15,7 @@ npm install mui-design-system
15
15
  Install in your project if not already present:
16
16
 
17
17
  - `react` & `react-dom` (^18.2.0)
18
- - `@mui/material` (^6.1.9)
18
+ - `@mui/material` (^7.3.9)
19
19
  - `@emotion/react`, `@emotion/styled`
20
20
  - `styled-components` (^6.1.8)
21
21
  - `stylis-plugin-rtl` (for RTL)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mui-design-system",
3
- "version": "0.0.36",
3
+ "version": "0.0.37",
4
4
  "description": "MUI-based design system with theme, form components, and utilities",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",