@xyo-network/react-schema 2.57.6 → 2.58.0-rc.1
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,16 +25,11 @@ export declare const SchemaProperty: import("react").ForwardRefExoticComponent<(
|
|
|
25
25
|
required?: boolean | undefined;
|
|
26
26
|
size?: import("@xyo-network/react-shared").SizeProp | undefined;
|
|
27
27
|
value?: string | number | boolean | null | undefined;
|
|
28
|
-
} & {
|
|
29
|
-
children?: import("react").ReactNode;
|
|
30
|
-
classes?: Partial<import("@mui/material").PaperClasses> | undefined;
|
|
31
|
-
elevation?: number | undefined;
|
|
32
|
-
square?: boolean | undefined;
|
|
33
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
34
|
-
variant?: "elevation" | "outlined" | undefined;
|
|
35
|
-
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
28
|
+
} & import("@mui/material").PaperOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
36
29
|
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
37
|
-
},
|
|
30
|
+
}, "className" | "style" | "classes" | "children" | "elevation" | "square" | "sx" | "variant"> & {
|
|
31
|
+
component?: "div" | undefined;
|
|
32
|
+
} & {
|
|
38
33
|
paper: true;
|
|
39
34
|
} & {
|
|
40
35
|
showLinkNames?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SchemaProperty.d.ts","sourceRoot":"","sources":["../../../../src/components/Property/SchemaProperty.tsx"],"names":[],"mappings":";AAOA,OAAO,EAAY,aAAa,EAAiB,MAAM,6BAA6B,CAAA;AAIpF,MAAM,MAAM,mBAAmB,GAAG,aAAa,GAAG;IAChD,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,qBAAqB,CAAC,EAAE,OAAO,CAAA;IAC/B,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAA;AAmBD,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"SchemaProperty.d.ts","sourceRoot":"","sources":["../../../../src/components/Property/SchemaProperty.tsx"],"names":[],"mappings":";AAOA,OAAO,EAAY,aAAa,EAAiB,MAAM,6BAA6B,CAAA;AAIpF,MAAM,MAAM,mBAAmB,GAAG,aAAa,GAAG;IAChD,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,qBAAqB,CAAC,EAAE,OAAO,CAAA;IAC/B,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAA;AAmBD,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2DAqD1B,CAAA"}
|
package/package.json
CHANGED
|
@@ -14,30 +14,30 @@
|
|
|
14
14
|
"@xylabs/react-link": "~2.17.6",
|
|
15
15
|
"@xylabs/react-select": "~2.17.6",
|
|
16
16
|
"@xylabs/react-shared": "~2.17.6",
|
|
17
|
-
"@xyo-network/diviner-schema-list-model": "
|
|
18
|
-
"@xyo-network/diviner-schema-stats-model": "
|
|
19
|
-
"@xyo-network/node-core-types": "
|
|
20
|
-
"@xyo-network/payload-builder": "
|
|
21
|
-
"@xyo-network/payload-model": "
|
|
22
|
-
"@xyo-network/react-diviner": "~2.
|
|
23
|
-
"@xyo-network/react-event": "~2.
|
|
24
|
-
"@xyo-network/react-property": "~2.
|
|
25
|
-
"@xyo-network/react-shared": "~2.
|
|
26
|
-
"@xyo-network/schema-cache": "
|
|
27
|
-
"@xyo-network/schema-payload-plugin": "
|
|
17
|
+
"@xyo-network/diviner-schema-list-model": "next",
|
|
18
|
+
"@xyo-network/diviner-schema-stats-model": "next",
|
|
19
|
+
"@xyo-network/node-core-types": "next",
|
|
20
|
+
"@xyo-network/payload-builder": "next",
|
|
21
|
+
"@xyo-network/payload-model": "next",
|
|
22
|
+
"@xyo-network/react-diviner": "~2.58.0-rc.1",
|
|
23
|
+
"@xyo-network/react-event": "~2.58.0-rc.1",
|
|
24
|
+
"@xyo-network/react-property": "~2.58.0-rc.1",
|
|
25
|
+
"@xyo-network/react-shared": "~2.58.0-rc.1",
|
|
26
|
+
"@xyo-network/schema-cache": "next",
|
|
27
|
+
"@xyo-network/schema-payload-plugin": "next",
|
|
28
28
|
"lodash": "^4.17.21"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@storybook/react": "^7.1.0",
|
|
32
32
|
"@types/lodash": "^4.14.195",
|
|
33
33
|
"@xylabs/react-flexbox": "~2.17.6",
|
|
34
|
-
"@xylabs/ts-scripts-yarn3": "^2.
|
|
35
|
-
"@xylabs/tsconfig-react": "^2.
|
|
36
|
-
"@xyo-network/http-bridge": "
|
|
37
|
-
"@xyo-network/node": "
|
|
38
|
-
"@xyo-network/react-node": "~2.
|
|
39
|
-
"@xyo-network/react-storybook": "~2.
|
|
40
|
-
"@xyo-network/react-wallet": "~2.
|
|
34
|
+
"@xylabs/ts-scripts-yarn3": "^2.19.0",
|
|
35
|
+
"@xylabs/tsconfig-react": "^2.19.0",
|
|
36
|
+
"@xyo-network/http-bridge": "next",
|
|
37
|
+
"@xyo-network/node": "next",
|
|
38
|
+
"@xyo-network/react-node": "~2.58.0-rc.1",
|
|
39
|
+
"@xyo-network/react-storybook": "~2.58.0-rc.1",
|
|
40
|
+
"@xyo-network/react-wallet": "~2.58.0-rc.1",
|
|
41
41
|
"react-json-view": "^1.21.3",
|
|
42
42
|
"typescript": "^5.1.6"
|
|
43
43
|
},
|
|
@@ -93,5 +93,6 @@
|
|
|
93
93
|
},
|
|
94
94
|
"sideEffects": false,
|
|
95
95
|
"types": "dist/types/index.d.ts",
|
|
96
|
-
"version": "2.
|
|
96
|
+
"version": "2.58.0-rc.1",
|
|
97
|
+
"stableVersion": "2.57.7"
|
|
97
98
|
}
|