@meonode/mui 1.0.14 → 1.0.16

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/dist/main.js +1 -3
  2. package/package.json +5 -7
package/dist/main.js CHANGED
@@ -1,3 +1 @@
1
- export*from"./core";export*from"./lib/mui.core";// Consider adding exports for other module indexes here if you need them to be
2
- // directly accessible from 'src-gen/main'. For example:
3
- // export * from './lib/mui.x-data-grid'
1
+ export*from"./core";export*from"./lib/mui.core";
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.14",
4
+ "version": "1.0.16",
5
5
  "type": "module",
6
6
  "sideEffects": false,
7
7
  "exports": {
@@ -69,13 +69,12 @@
69
69
  "@babel/cli": "^7.28.0",
70
70
  "@babel/core": "^7.28.0",
71
71
  "@babel/generator": "^7.28.0",
72
- "@babel/plugin-transform-json-modules": "^7.28.0",
73
72
  "@babel/preset-env": "^7.28.0",
74
73
  "@babel/preset-typescript": "^7.27.1",
75
74
  "@emotion/react": "^11.14.0",
76
75
  "@emotion/styled": "^11.14.1",
77
- "@eslint/js": "^9.30.1",
78
- "@meonode/ui": "^0.1.90",
76
+ "@eslint/js": "^9.31.0",
77
+ "@meonode/ui": "^0.1.91",
79
78
  "@mui/lab": "^7.0.0-beta.14",
80
79
  "@mui/material": "^7.2.0",
81
80
  "@mui/system": "^7.2.0",
@@ -92,9 +91,8 @@
92
91
  "@types/react": "^19.1.8",
93
92
  "@typescript-eslint/eslint-plugin": "^8.36.0",
94
93
  "@typescript-eslint/parser": "^8.36.0",
95
- "babel-plugin-module-resolver": "^5.0.2",
96
94
  "babel-preset-minify": "^0.5.2",
97
- "eslint": "^9.30.1",
95
+ "eslint": "^9.31.0",
98
96
  "eslint-plugin-jsdoc": "^51.3.4",
99
97
  "eslint-plugin-prettier": "^5.5.1",
100
98
  "eslint-plugin-unused-imports": "^4.1.4",
@@ -108,7 +106,7 @@
108
106
  "peerDependencies": {
109
107
  "@emotion/react": "^11.14.0",
110
108
  "@emotion/styled": "^11.14.1",
111
- "@meonode/ui": "^0.1.90",
109
+ "@meonode/ui": "^0.1.91",
112
110
  "@mui/lab": "^7.0.0-beta.14",
113
111
  "@mui/material": "^7.2.0",
114
112
  "@mui/system": "^7.2.0",