@meonode/mui 1.0.44 → 1.0.45
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RadarDataProvider as MuiRadarDataProvider } from '@mui/x-charts';
|
|
2
|
-
declare const RadarDataProvider: <CallProps extends Record<string, any> = Record<string, any>>(props?: (Omit<
|
|
3
|
-
props: Partial<Omit<
|
|
2
|
+
declare const RadarDataProvider: <CallProps extends Record<string, any> = Record<string, any>>(props?: (Omit<never, "style" | "props" | keyof import("react").CSSProperties | "children" | "theme"> & import("react").Attributes & import("react").CSSProperties & Partial<{
|
|
3
|
+
props: Partial<Omit<never, "children">>;
|
|
4
4
|
children: import("@meonode/ui").NodeElement | import("@meonode/ui").NodeElement[];
|
|
5
5
|
theme: Partial<{
|
|
6
6
|
[key: string]: any;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RadarDataProvider as MuiRadarDataProvider } from '@mui/x-charts-pro';
|
|
2
|
-
declare const RadarDataProvider: <CallProps extends Record<string, any> = Record<string, any>>(props?: (Omit<
|
|
3
|
-
props: Partial<Omit<
|
|
2
|
+
declare const RadarDataProvider: <CallProps extends Record<string, any> = Record<string, any>>(props?: (Omit<never, "style" | "props" | keyof import("react").CSSProperties | "children" | "theme"> & import("react").Attributes & import("react").CSSProperties & Partial<{
|
|
3
|
+
props: Partial<Omit<never, "children">>;
|
|
4
4
|
children: import("@meonode/ui").NodeElement | import("@meonode/ui").NodeElement[];
|
|
5
5
|
theme: Partial<{
|
|
6
6
|
[key: string]: any;
|
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.
|
|
4
|
+
"version": "1.0.45",
|
|
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.34.0",
|
|
77
|
-
"@meonode/ui": "^0.1.
|
|
77
|
+
"@meonode/ui": "^0.1.116",
|
|
78
78
|
"@mui/lab": "^7.0.0-beta.16",
|
|
79
79
|
"@mui/material": "^7.3.1",
|
|
80
80
|
"@mui/system": "^7.3.1",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"peerDependencies": {
|
|
108
108
|
"@emotion/react": "^11.14.0",
|
|
109
109
|
"@emotion/styled": "^11.14.1",
|
|
110
|
-
"@meonode/ui": "^0.1.
|
|
110
|
+
"@meonode/ui": "^0.1.116",
|
|
111
111
|
"@mui/lab": "^7.0.0-beta.16",
|
|
112
112
|
"@mui/material": "^7.3.1",
|
|
113
113
|
"@mui/system": "^7.3.1",
|