@xyo-network/react-schema 4.4.1 → 4.4.3
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.
|
@@ -25,7 +25,7 @@ export declare const SchemaProperty: React.ForwardRefExoticComponent<((import("@
|
|
|
25
25
|
required?: boolean;
|
|
26
26
|
size?: import("@xyo-network/react-shared").SizeProp;
|
|
27
27
|
value?: string | number | boolean | null;
|
|
28
|
-
} & import("@mui/material").PaperOwnProps & import("@mui/material/OverridableComponent
|
|
28
|
+
} & import("@mui/material").PaperOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
29
29
|
ref?: ((instance: HTMLDivElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
30
30
|
}, "className" | "style" | "classes" | "children" | "elevation" | "square" | "sx" | "variant"> & {
|
|
31
31
|
component?: React.ElementType;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-schema",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.3",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -45,45 +45,45 @@
|
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@xylabs/exists": "^4.5.1",
|
|
47
47
|
"@xylabs/hex": "^4.5.1",
|
|
48
|
-
"@xylabs/react-async-effect": "^5.3.
|
|
49
|
-
"@xylabs/react-flexbox": "^5.3.
|
|
50
|
-
"@xylabs/react-link": "^5.3.
|
|
51
|
-
"@xylabs/react-promise": "^5.3.
|
|
52
|
-
"@xylabs/react-select": "^5.3.
|
|
53
|
-
"@xyo-network/diviner-schema-list-model": "^3.
|
|
54
|
-
"@xyo-network/diviner-schema-stats-model": "^3.
|
|
55
|
-
"@xyo-network/node-core-types": "^3.
|
|
56
|
-
"@xyo-network/payload-builder": "^3.
|
|
57
|
-
"@xyo-network/payload-model": "^3.
|
|
58
|
-
"@xyo-network/react-diviner": "^4.4.
|
|
59
|
-
"@xyo-network/react-event": "^4.4.
|
|
60
|
-
"@xyo-network/react-property": "^4.4.
|
|
61
|
-
"@xyo-network/react-shared": "^4.4.
|
|
62
|
-
"@xyo-network/schema-cache": "^3.
|
|
63
|
-
"@xyo-network/schema-payload-plugin": "^3.
|
|
64
|
-
"react-router-dom": "^7.1.
|
|
48
|
+
"@xylabs/react-async-effect": "^5.3.23",
|
|
49
|
+
"@xylabs/react-flexbox": "^5.3.23",
|
|
50
|
+
"@xylabs/react-link": "^5.3.23",
|
|
51
|
+
"@xylabs/react-promise": "^5.3.23",
|
|
52
|
+
"@xylabs/react-select": "^5.3.23",
|
|
53
|
+
"@xyo-network/diviner-schema-list-model": "^3.9.2",
|
|
54
|
+
"@xyo-network/diviner-schema-stats-model": "^3.9.2",
|
|
55
|
+
"@xyo-network/node-core-types": "^3.3.5",
|
|
56
|
+
"@xyo-network/payload-builder": "^3.9.2",
|
|
57
|
+
"@xyo-network/payload-model": "^3.9.2",
|
|
58
|
+
"@xyo-network/react-diviner": "^4.4.3",
|
|
59
|
+
"@xyo-network/react-event": "^4.4.3",
|
|
60
|
+
"@xyo-network/react-property": "^4.4.3",
|
|
61
|
+
"@xyo-network/react-shared": "^4.4.3",
|
|
62
|
+
"@xyo-network/schema-cache": "^3.9.2",
|
|
63
|
+
"@xyo-network/schema-payload-plugin": "^3.9.2",
|
|
64
|
+
"react-router-dom": "^7.1.5"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@emotion/react": "^11.14.0",
|
|
68
68
|
"@emotion/styled": "^11.14.0",
|
|
69
|
-
"@mui/icons-material": "^6.4.
|
|
70
|
-
"@mui/material": "^6.4.
|
|
71
|
-
"@mui/styles": "^6.4.
|
|
72
|
-
"@storybook/react": "^8.5.
|
|
73
|
-
"@xylabs/react-flexbox": "^5.3.
|
|
74
|
-
"@xylabs/react-hooks": "^5.3.
|
|
69
|
+
"@mui/icons-material": "^6.4.4",
|
|
70
|
+
"@mui/material": "^6.4.4",
|
|
71
|
+
"@mui/styles": "^6.4.4",
|
|
72
|
+
"@storybook/react": "^8.5.4",
|
|
73
|
+
"@xylabs/react-flexbox": "^5.3.23",
|
|
74
|
+
"@xylabs/react-hooks": "^5.3.23",
|
|
75
75
|
"@xylabs/ts-scripts-yarn3": "^4.2.6",
|
|
76
76
|
"@xylabs/tsconfig-react": "^4.2.6",
|
|
77
|
-
"@xyo-network/bridge-http": "^3.
|
|
78
|
-
"@xyo-network/node-memory": "^3.
|
|
79
|
-
"@xyo-network/node-model": "^3.
|
|
80
|
-
"@xyo-network/react-node": "^4.4.
|
|
81
|
-
"@xyo-network/react-payload-raw-info": "^4.4.
|
|
82
|
-
"@xyo-network/react-storybook": "^4.4.
|
|
83
|
-
"@xyo-network/react-wallet": "^4.4.
|
|
77
|
+
"@xyo-network/bridge-http": "^3.9.2",
|
|
78
|
+
"@xyo-network/node-memory": "^3.9.2",
|
|
79
|
+
"@xyo-network/node-model": "^3.9.2",
|
|
80
|
+
"@xyo-network/react-node": "^4.4.3",
|
|
81
|
+
"@xyo-network/react-payload-raw-info": "^4.4.3",
|
|
82
|
+
"@xyo-network/react-storybook": "^4.4.3",
|
|
83
|
+
"@xyo-network/react-wallet": "^4.4.3",
|
|
84
84
|
"react": "^18.3.1",
|
|
85
85
|
"react-dom": "^18.3.1",
|
|
86
|
-
"storybook": "^8.5.
|
|
86
|
+
"storybook": "^8.5.4",
|
|
87
87
|
"typescript": "^5.7.3"
|
|
88
88
|
},
|
|
89
89
|
"peerDependencies": {
|