@xyo-network/react-schema 5.3.6 → 5.3.7
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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-schema",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.7",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -39,44 +39,43 @@
|
|
|
39
39
|
"module": "dist/browser/index.mjs",
|
|
40
40
|
"types": "dist/types/index.d.ts",
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@xylabs/exists": "^4.10
|
|
43
|
-
"@xylabs/hex": "^4.10
|
|
42
|
+
"@xylabs/exists": "^4.11.10",
|
|
43
|
+
"@xylabs/hex": "^4.11.10",
|
|
44
44
|
"@xylabs/react-async-effect": "^6.3.4",
|
|
45
45
|
"@xylabs/react-flexbox": "^6.3.4",
|
|
46
46
|
"@xylabs/react-link": "^6.3.4",
|
|
47
47
|
"@xylabs/react-promise": "^6.3.4",
|
|
48
48
|
"@xylabs/react-select": "^6.3.4",
|
|
49
49
|
"@xylabs/react-shared": "^6.3.4",
|
|
50
|
-
"@xyo-network/diviner-schema-list-model": "^3.
|
|
51
|
-
"@xyo-network/diviner-schema-stats-model": "^3.
|
|
52
|
-
"@xyo-network/node-core-types": "^3.7.
|
|
53
|
-
"@xyo-network/payload-builder": "^3.
|
|
54
|
-
"@xyo-network/payload-model": "^3.
|
|
55
|
-
"@xyo-network/react-diviner": "^5.3.
|
|
56
|
-
"@xyo-network/react-event": "^5.3.
|
|
57
|
-
"@xyo-network/react-property": "^5.3.
|
|
58
|
-
"@xyo-network/schema-cache": "^3.
|
|
59
|
-
"@xyo-network/schema-payload-plugin": "^3.
|
|
60
|
-
"react-router-dom": "^7.6.
|
|
50
|
+
"@xyo-network/diviner-schema-list-model": "^3.18.2",
|
|
51
|
+
"@xyo-network/diviner-schema-stats-model": "^3.18.2",
|
|
52
|
+
"@xyo-network/node-core-types": "^3.7.10",
|
|
53
|
+
"@xyo-network/payload-builder": "^3.18.2",
|
|
54
|
+
"@xyo-network/payload-model": "^3.18.2",
|
|
55
|
+
"@xyo-network/react-diviner": "^5.3.7",
|
|
56
|
+
"@xyo-network/react-event": "^5.3.7",
|
|
57
|
+
"@xyo-network/react-property": "^5.3.7",
|
|
58
|
+
"@xyo-network/schema-cache": "^3.18.2",
|
|
59
|
+
"@xyo-network/schema-payload-plugin": "^3.18.2",
|
|
60
|
+
"react-router-dom": "^7.6.2"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@emotion/react": "^11.14.0",
|
|
64
64
|
"@emotion/styled": "^11.14.0",
|
|
65
|
-
"@mui/icons-material": "^7.1.
|
|
66
|
-
"@mui/material": "^7.1.
|
|
67
|
-
"@
|
|
68
|
-
"@types/react": "^19.1.5",
|
|
65
|
+
"@mui/icons-material": "^7.1.1",
|
|
66
|
+
"@mui/material": "^7.1.1",
|
|
67
|
+
"@types/react": "^19.1.6",
|
|
69
68
|
"@xylabs/react-flexbox": "^6.3.4",
|
|
70
69
|
"@xylabs/react-hooks": "^6.3.4",
|
|
71
70
|
"@xylabs/ts-scripts-yarn3": "^6.5.7",
|
|
72
71
|
"@xylabs/tsconfig-react": "^6.5.7",
|
|
73
|
-
"@xyo-network/bridge-http": "^3.
|
|
74
|
-
"@xyo-network/node-memory": "^3.
|
|
75
|
-
"@xyo-network/node-model": "^3.
|
|
76
|
-
"@xyo-network/react-node": "^5.3.
|
|
77
|
-
"@xyo-network/react-payload-raw-info": "^5.3.
|
|
78
|
-
"@xyo-network/react-storybook": "^5.3.
|
|
79
|
-
"@xyo-network/react-wallet": "^5.3.
|
|
72
|
+
"@xyo-network/bridge-http": "^3.18.2",
|
|
73
|
+
"@xyo-network/node-memory": "^3.18.2",
|
|
74
|
+
"@xyo-network/node-model": "^3.18.2",
|
|
75
|
+
"@xyo-network/react-node": "^5.3.7",
|
|
76
|
+
"@xyo-network/react-payload-raw-info": "^5.3.7",
|
|
77
|
+
"@xyo-network/react-storybook": "^5.3.7",
|
|
78
|
+
"@xyo-network/react-wallet": "^5.3.7",
|
|
80
79
|
"react": "^19.1.0",
|
|
81
80
|
"react-dom": "^19.1.0",
|
|
82
81
|
"storybook": "^8.6.14",
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
} from '@mui/material'
|
|
4
4
|
import type {
|
|
5
5
|
Decorator, Meta, StoryFn,
|
|
6
|
-
} from '@storybook/react'
|
|
6
|
+
} from '@storybook/react-vite'
|
|
7
7
|
import type { Address } from '@xylabs/hex'
|
|
8
8
|
import { useAsyncEffect } from '@xylabs/react-async-effect'
|
|
9
9
|
import { FlexGrowRow } from '@xylabs/react-flexbox'
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
FormControl, TextField, Typography,
|
|
3
3
|
} from '@mui/material'
|
|
4
|
-
import type { Meta, StoryFn } from '@storybook/react'
|
|
4
|
+
import type { Meta, StoryFn } from '@storybook/react-vite'
|
|
5
5
|
import { FlexRow } from '@xylabs/react-flexbox'
|
|
6
6
|
import { useResetState } from '@xylabs/react-hooks'
|
|
7
7
|
import { JsonViewerEx } from '@xyo-network/react-payload-raw-info'
|