@xyo-network/react-schema-plugin 10.0.3 → 10.0.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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { FlexBoxProps } from '@
|
|
1
|
+
import type { FlexBoxProps } from '@ariestools/sdk-react/flexbox';
|
|
2
2
|
import type { PayloadRenderProps } from '@xyo-network/react-payload-plugin';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
export declare const DetailsBox: React.FC<PayloadRenderProps & FlexBoxProps>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Details.d.ts","sourceRoot":"","sources":["../../src/Details.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"Details.d.ts","sourceRoot":"","sources":["../../src/Details.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAA;AAEjE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAA;AAC3E,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,GAAG,YAAY,CAElE,CAAA"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/Plugin.ts", "../../src/Details.tsx"],
|
|
4
|
-
"sourcesContent": ["import type { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin'\nimport { createPayloadRenderPlugin } from '@xyo-network/react-payload-plugin'\nimport type { Payload } from '@xyo-network/sdk'\nimport { SchemaSchema } from '@xyo-network/sdk'\n\nimport { DetailsBox } from './Details.tsx'\n\nexport const SchemaRenderPlugin: PayloadRenderPlugin = createPayloadRenderPlugin({\n canRender: (payload?: Payload) => payload?.schema === SchemaSchema,\n components: { box: { details: DetailsBox } },\n name: 'Schema',\n})\n", "import type { FlexBoxProps } from '@
|
|
4
|
+
"sourcesContent": ["import type { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin'\nimport { createPayloadRenderPlugin } from '@xyo-network/react-payload-plugin'\nimport type { Payload } from '@xyo-network/sdk'\nimport { SchemaSchema } from '@xyo-network/sdk'\n\nimport { DetailsBox } from './Details.tsx'\n\nexport const SchemaRenderPlugin: PayloadRenderPlugin = createPayloadRenderPlugin({\n canRender: (payload?: Payload) => payload?.schema === SchemaSchema,\n components: { box: { details: DetailsBox } },\n name: 'Schema',\n})\n", "import type { FlexBoxProps } from '@ariestools/sdk-react/flexbox'\nimport { PayloadDetails } from '@xyo-network/react-payload-details'\nimport type { PayloadRenderProps } from '@xyo-network/react-payload-plugin'\nimport React from 'react'\n\nexport const DetailsBox: React.FC<PayloadRenderProps & FlexBoxProps> = (props) => {\n return <PayloadDetails {...props} />\n}\n"],
|
|
5
5
|
"mappings": ";AACA,SAAS,iCAAiC;AAE1C,SAAS,oBAAoB;;;ACF7B,SAAS,sBAAsB;AAKtB;AADF,IAAM,aAA0D,CAAC,UAAU;AAChF,SAAO,oBAAC,kBAAgB,GAAG,OAAO;AACpC;;;ADAO,IAAM,qBAA0C,0BAA0B;AAAA,EAC/E,WAAW,CAAC,YAAsB,SAAS,WAAW;AAAA,EACtD,YAAY,EAAE,KAAK,EAAE,SAAS,WAAW,EAAE;AAAA,EAC3C,MAAM;AACR,CAAC;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-schema-plugin",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.4",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -41,99 +41,77 @@
|
|
|
41
41
|
"README.md"
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@xyo-network/react-payload-details": "~10.0.
|
|
45
|
-
"@xyo-network/react-payload-plugin": "~10.0.
|
|
44
|
+
"@xyo-network/react-payload-details": "~10.0.4",
|
|
45
|
+
"@xyo-network/react-payload-plugin": "~10.0.4"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
+
"@ariestools/sdk": "^7.0.5",
|
|
49
|
+
"@ariestools/sdk-react": "^10.0.2",
|
|
48
50
|
"@bitauth/libauth": "~3.0.0",
|
|
49
|
-
"@mui/icons-material": "^9.
|
|
50
|
-
"@mui/material": "^9.
|
|
51
|
-
"@mui/system": "^9.
|
|
52
|
-
"@mui/x-tree-view": "~9.
|
|
51
|
+
"@mui/icons-material": "^9.2.0",
|
|
52
|
+
"@mui/material": "^9.2.0",
|
|
53
|
+
"@mui/system": "^9.2.0",
|
|
54
|
+
"@mui/x-tree-view": "~9.8.0",
|
|
53
55
|
"@noble/post-quantum": "~0.6.1",
|
|
54
56
|
"@opentelemetry/api": "^1.9.1",
|
|
55
|
-
"@opentelemetry/sdk-trace-base": "^2.
|
|
56
|
-
"@react-spring/web": "
|
|
57
|
+
"@opentelemetry/sdk-trace-base": "^2.9.0",
|
|
58
|
+
"@react-spring/web": "^10.1.2",
|
|
57
59
|
"@scure/base": "~2.2.0",
|
|
58
60
|
"@scure/bip39": "~2.2.0",
|
|
59
61
|
"@types/react": "^19.2.17",
|
|
60
|
-
"@xylabs/eth-address": "^7.0.
|
|
61
|
-
"@xylabs/geo": "^7.0.
|
|
62
|
-
"@xylabs/pixel": "^7.0.
|
|
63
|
-
"@xylabs/
|
|
64
|
-
"@xylabs/
|
|
65
|
-
"@xylabs/
|
|
66
|
-
"@xylabs/
|
|
67
|
-
"@xylabs/react
|
|
68
|
-
"@
|
|
69
|
-
"@
|
|
70
|
-
"@xylabs/react-quick-tip-button": "~10.0",
|
|
71
|
-
"@xylabs/react-select": "~10.0",
|
|
72
|
-
"@xylabs/react-shared": "~10.0",
|
|
73
|
-
"@xylabs/react-theme": "~10.0",
|
|
74
|
-
"@xylabs/sdk": "^7.0.1",
|
|
75
|
-
"@xylabs/sdk-react": "~10.0",
|
|
76
|
-
"@xylabs/threads": "^7.0.1",
|
|
77
|
-
"@xylabs/toolchain": "~8.5.3",
|
|
78
|
-
"@xylabs/tsconfig": "^8.5.3",
|
|
79
|
-
"@xylabs/tsconfig-dom": "^8.5.3",
|
|
80
|
-
"@xylabs/tsconfig-react": "~8.5.3",
|
|
81
|
-
"@xyo-network/diviner-schema-list": "^7.0.3",
|
|
82
|
-
"@xyo-network/diviner-schema-stats": "^7.0.3",
|
|
62
|
+
"@xylabs/eth-address": "^7.0.5",
|
|
63
|
+
"@xylabs/geo": "^7.0.5",
|
|
64
|
+
"@xylabs/pixel": "^7.0.5",
|
|
65
|
+
"@xylabs/threads": "^7.0.5",
|
|
66
|
+
"@xylabs/toolchain": "~8.5.15",
|
|
67
|
+
"@xylabs/tsconfig": "^8.5.15",
|
|
68
|
+
"@xylabs/tsconfig-dom": "^8.5.15",
|
|
69
|
+
"@xylabs/tsconfig-react": "~8.5.15",
|
|
70
|
+
"@xyo-network/diviner-schema-list": "^7.0.7",
|
|
71
|
+
"@xyo-network/diviner-schema-stats": "^7.0.7",
|
|
83
72
|
"@xyo-network/node-core-types": "~4.2.2",
|
|
84
|
-
"@xyo-network/sdk": "^7.0.
|
|
85
|
-
"@xyo-network/sdk-protocol": "^7.0.
|
|
73
|
+
"@xyo-network/sdk": "^7.0.7",
|
|
74
|
+
"@xyo-network/sdk-protocol": "^7.0.12",
|
|
86
75
|
"@xyo-network/typeof": "~5.3.30",
|
|
87
76
|
"ajv": "^8.20.0",
|
|
88
77
|
"async-mutex": "^0.5.0",
|
|
89
|
-
"clsx": "
|
|
78
|
+
"clsx": "^2.1.1",
|
|
90
79
|
"debug": "^4.4.3",
|
|
91
80
|
"eslint": "^10.6.0",
|
|
92
81
|
"ethers": "^6.17.0",
|
|
93
82
|
"hash-wasm": "~4.12.0",
|
|
94
83
|
"idb": "^8.0.3",
|
|
95
84
|
"lru-cache": "^11.5.1",
|
|
96
|
-
"md5": "
|
|
97
|
-
"numeral": "
|
|
85
|
+
"md5": "^2.3.0",
|
|
86
|
+
"numeral": "^2.0.6",
|
|
98
87
|
"observable-fns": "^0.6.1",
|
|
99
|
-
"query-string": "
|
|
88
|
+
"query-string": "^9.4.1",
|
|
100
89
|
"react": "^19.2.7",
|
|
101
90
|
"react-dom": "^19.2.7",
|
|
102
|
-
"react-router-dom": "^7.18.
|
|
91
|
+
"react-router-dom": "^7.18.1",
|
|
103
92
|
"typescript": "^6.0.3",
|
|
104
|
-
"viem": "^2.
|
|
93
|
+
"viem": "^2.54.2",
|
|
105
94
|
"zod": "^4.4.3",
|
|
106
|
-
"zustand": "
|
|
95
|
+
"zustand": "^5.0.14"
|
|
107
96
|
},
|
|
108
97
|
"peerDependencies": {
|
|
98
|
+
"@ariestools/sdk": "^7.0",
|
|
99
|
+
"@ariestools/sdk-react": "^10.0",
|
|
109
100
|
"@bitauth/libauth": "~3.0",
|
|
110
101
|
"@mui/icons-material": "^9.0",
|
|
111
102
|
"@mui/material": "^9.0",
|
|
112
103
|
"@mui/system": "^9.0",
|
|
113
|
-
"@mui/x-tree-view": "~9.
|
|
104
|
+
"@mui/x-tree-view": "~9.8",
|
|
114
105
|
"@noble/post-quantum": "~0.6.1",
|
|
115
106
|
"@opentelemetry/api": "^1.9",
|
|
116
107
|
"@opentelemetry/sdk-trace-base": "^2.7",
|
|
117
|
-
"@react-spring/web": "
|
|
108
|
+
"@react-spring/web": "^10.1",
|
|
118
109
|
"@scure/base": "~2.2",
|
|
119
110
|
"@scure/bip39": "~2.2",
|
|
120
111
|
"@types/react": "^19.2",
|
|
121
112
|
"@xylabs/eth-address": "^7.0",
|
|
122
113
|
"@xylabs/geo": "^7.0",
|
|
123
114
|
"@xylabs/pixel": "^7.0",
|
|
124
|
-
"@xylabs/react-async-effect": "^10.0",
|
|
125
|
-
"@xylabs/react-button": "^10.0",
|
|
126
|
-
"@xylabs/react-flexbox": "^10.0",
|
|
127
|
-
"@xylabs/react-hooks": "^10.0",
|
|
128
|
-
"@xylabs/react-identicon": "^10.0",
|
|
129
|
-
"@xylabs/react-link": "^10.0",
|
|
130
|
-
"@xylabs/react-promise": "^10.0",
|
|
131
|
-
"@xylabs/react-quick-tip-button": "^10.0",
|
|
132
|
-
"@xylabs/react-select": "^10.0",
|
|
133
|
-
"@xylabs/react-shared": "^10.0",
|
|
134
|
-
"@xylabs/react-theme": "^10.0",
|
|
135
|
-
"@xylabs/sdk": "^7.0",
|
|
136
|
-
"@xylabs/sdk-react": "^10.0",
|
|
137
115
|
"@xylabs/threads": "^7.0",
|
|
138
116
|
"@xyo-network/diviner-schema-list": "^7.0",
|
|
139
117
|
"@xyo-network/diviner-schema-stats": "^7.0",
|
|
@@ -143,22 +121,22 @@
|
|
|
143
121
|
"@xyo-network/typeof": "~5.3",
|
|
144
122
|
"ajv": "^8.20",
|
|
145
123
|
"async-mutex": "^0.5",
|
|
146
|
-
"clsx": "
|
|
124
|
+
"clsx": "^2.1",
|
|
147
125
|
"debug": "^4.4",
|
|
148
126
|
"ethers": "^6.16",
|
|
149
127
|
"hash-wasm": "~4.12",
|
|
150
128
|
"idb": "^8.0",
|
|
151
129
|
"lru-cache": "^11.3",
|
|
152
|
-
"md5": "
|
|
153
|
-
"numeral": "
|
|
130
|
+
"md5": "^2.3",
|
|
131
|
+
"numeral": "^2.0",
|
|
154
132
|
"observable-fns": "~0.6",
|
|
155
|
-
"query-string": "
|
|
133
|
+
"query-string": "^9.4",
|
|
156
134
|
"react": "^19.2",
|
|
157
135
|
"react-dom": "^19.2",
|
|
158
136
|
"react-router-dom": "^7.15",
|
|
159
137
|
"viem": "^2.48",
|
|
160
138
|
"zod": "^4.4",
|
|
161
|
-
"zustand": "
|
|
139
|
+
"zustand": "^5.0"
|
|
162
140
|
},
|
|
163
141
|
"publishConfig": {
|
|
164
142
|
"access": "public"
|