@xyo-network/react-schema 2.66.2 → 2.66.4
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
|
@@ -10,34 +10,35 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xylabs/lodash": "^2.13.
|
|
14
|
-
"@xylabs/react-async-effect": "^3.0.
|
|
15
|
-
"@xylabs/react-link": "^3.0.
|
|
16
|
-
"@xylabs/react-select": "^3.0.
|
|
17
|
-
"@xylabs/react-shared": "^3.0.
|
|
18
|
-
"@xyo-network/diviner-schema-list-model": "^2.
|
|
19
|
-
"@xyo-network/diviner-schema-stats-model": "^2.
|
|
20
|
-
"@xyo-network/node-core-types": "^2.
|
|
21
|
-
"@xyo-network/payload-builder": "^2.
|
|
22
|
-
"@xyo-network/payload-model": "^2.
|
|
23
|
-
"@xyo-network/react-diviner": "~2.66.
|
|
24
|
-
"@xyo-network/react-event": "~2.66.
|
|
25
|
-
"@xyo-network/react-property": "~2.66.
|
|
26
|
-
"@xyo-network/react-shared": "~2.66.
|
|
27
|
-
"@xyo-network/schema-cache": "^2.
|
|
28
|
-
"@xyo-network/schema-payload-plugin": "^2.82.
|
|
29
|
-
"react-router-dom": "^6.20.
|
|
13
|
+
"@xylabs/lodash": "^2.13.20",
|
|
14
|
+
"@xylabs/react-async-effect": "^3.0.33",
|
|
15
|
+
"@xylabs/react-link": "^3.0.33",
|
|
16
|
+
"@xylabs/react-select": "^3.0.33",
|
|
17
|
+
"@xylabs/react-shared": "^3.0.33",
|
|
18
|
+
"@xyo-network/diviner-schema-list-model": "^2.82.0",
|
|
19
|
+
"@xyo-network/diviner-schema-stats-model": "^2.82.0",
|
|
20
|
+
"@xyo-network/node-core-types": "^2.82.0",
|
|
21
|
+
"@xyo-network/payload-builder": "^2.82.0",
|
|
22
|
+
"@xyo-network/payload-model": "^2.82.0",
|
|
23
|
+
"@xyo-network/react-diviner": "~2.66.4",
|
|
24
|
+
"@xyo-network/react-event": "~2.66.4",
|
|
25
|
+
"@xyo-network/react-property": "~2.66.4",
|
|
26
|
+
"@xyo-network/react-shared": "~2.66.4",
|
|
27
|
+
"@xyo-network/schema-cache": "^2.82.0",
|
|
28
|
+
"@xyo-network/schema-payload-plugin": "^2.82.1",
|
|
29
|
+
"react-router-dom": "^6.20.1"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@storybook/react": "^7.
|
|
33
|
-
"@xylabs/react-flexbox": "^3.0.
|
|
32
|
+
"@storybook/react": "^7.6.3",
|
|
33
|
+
"@xylabs/react-flexbox": "^3.0.33",
|
|
34
34
|
"@xylabs/ts-scripts-yarn3": "^3.2.10",
|
|
35
35
|
"@xylabs/tsconfig-react": "^3.2.10",
|
|
36
|
-
"@xyo-network/http-bridge": "^2.
|
|
37
|
-
"@xyo-network/node-memory": "^2.
|
|
38
|
-
"@xyo-network/node-model": "^2.
|
|
39
|
-
"@xyo-network/react-node": "~2.66.
|
|
40
|
-
"@xyo-network/react-
|
|
36
|
+
"@xyo-network/http-bridge": "^2.82.0",
|
|
37
|
+
"@xyo-network/node-memory": "^2.82.0",
|
|
38
|
+
"@xyo-network/node-model": "^2.82.0",
|
|
39
|
+
"@xyo-network/react-node": "~2.66.4",
|
|
40
|
+
"@xyo-network/react-storybook": "~2.66.4",
|
|
41
|
+
"@xyo-network/react-wallet": "~2.66.4",
|
|
41
42
|
"react-json-view": "^1.21.3",
|
|
42
43
|
"typescript": "^5.3.2"
|
|
43
44
|
},
|
|
@@ -99,6 +100,6 @@
|
|
|
99
100
|
},
|
|
100
101
|
"sideEffects": false,
|
|
101
102
|
"types": "dist/browser/index.d.ts",
|
|
102
|
-
"version": "2.66.
|
|
103
|
+
"version": "2.66.4",
|
|
103
104
|
"type": "module"
|
|
104
105
|
}
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
import { Meta, StoryFn } from '@storybook/react'
|
|
2
2
|
import { useEvent } from '@xyo-network/react-event'
|
|
3
|
-
import { useAppThemeDecorator } from '@xyo-network/react-storybook'
|
|
4
3
|
|
|
5
4
|
import { SchemaProperty, SchemaPropertyProps } from './SchemaProperty'
|
|
6
5
|
|
|
7
6
|
const StorybookEntry: Meta = {
|
|
8
7
|
component: SchemaProperty,
|
|
9
|
-
decorators: [useAppThemeDecorator],
|
|
10
8
|
parameters: {
|
|
11
9
|
docs: {
|
|
12
10
|
page: null,
|