@meonode/mui 1.0.21 → 1.0.23

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 +3 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  ## Features
10
10
  - ✅ Fully typed MUI component wrappers
11
- - 🌳 Tree-shakeable exports via subpath entrypoints
11
+ - 🌳 Tree-shakeable exports
12
12
  - 🔌 Seamless integration with @meonode/ui
13
13
  - ⚡ Lightweight runtime with zero additional abstraction overhead
14
14
 
@@ -20,10 +20,12 @@ To get started with `@meonode/mui`, you need to install the core Material-UI pac
20
20
 
21
21
  ```shell
22
22
  yarn add @mui/material @emotion/react @emotion/styled @meonode/mui
23
+ yarn add -D @mui/system @mui/types
23
24
  ```
24
25
  or
25
26
  ```shell
26
27
  npm install @mui/material @emotion/react @emotion/styled @meonode/mui
28
+ npm install --save-dev @mui/system @mui/types
27
29
  ````
28
30
 
29
31
  ### Optional Packages for Extended Functionality
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@meonode/mui",
3
3
  "description": "A lightweight wrapper around `@mui/material` components for use with `@meonode/ui` and the BaseNode runtime.",
4
- "version": "1.0.21",
4
+ "version": "1.0.23",
5
5
  "type": "module",
6
6
  "sideEffects": false,
7
7
  "exports": {
@@ -74,7 +74,7 @@
74
74
  "@emotion/react": "^11.14.0",
75
75
  "@emotion/styled": "^11.14.1",
76
76
  "@eslint/js": "^9.31.0",
77
- "@meonode/ui": "^0.1.94",
77
+ "@meonode/ui": "^0.1.95",
78
78
  "@mui/lab": "^7.0.0-beta.14",
79
79
  "@mui/material": "^7.2.0",
80
80
  "@mui/system": "^7.2.0",
@@ -106,7 +106,7 @@
106
106
  "peerDependencies": {
107
107
  "@emotion/react": "^11.14.0",
108
108
  "@emotion/styled": "^11.14.1",
109
- "@meonode/ui": "^0.1.94",
109
+ "@meonode/ui": "^0.1.95",
110
110
  "@mui/lab": "^7.0.0-beta.14",
111
111
  "@mui/material": "^7.2.0",
112
112
  "@mui/system": "^7.2.0",