@xyo-network/react-schema-plugin 7.6.3 → 8.0.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.
- package/dist/browser/index.mjs +1 -1
- package/dist/browser/index.mjs.map +7 -1
- package/package.json +59 -55
package/dist/browser/index.mjs
CHANGED
|
@@ -1 +1,7 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/Plugin.ts", "../../src/Details.tsx"],
|
|
4
|
+
"sourcesContent": ["import type { Payload } from '@xyo-network/payload-model'\nimport type { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin'\nimport { createPayloadRenderPlugin } from '@xyo-network/react-payload-plugin'\nimport { SchemaSchema } from '@xyo-network/schema-payload-plugin'\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 '@xylabs/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
|
+
"mappings": ";AAEA,SAAS,iCAAiC;AAC1C,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
|
+
"names": []
|
|
7
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-schema-plugin",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "8.0.1",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -41,41 +41,39 @@
|
|
|
41
41
|
"README.md"
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@xyo-network/react-payload-
|
|
45
|
-
"@xyo-network/react-payload-
|
|
44
|
+
"@xyo-network/react-payload-details": "~8.0.1",
|
|
45
|
+
"@xyo-network/react-payload-plugin": "~8.0.1"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@bitauth/libauth": "~3.0.0",
|
|
49
|
-
"@
|
|
50
|
-
"@
|
|
51
|
-
"@mui/
|
|
52
|
-
"@mui/
|
|
53
|
-
"@mui/system": "^7.3.11",
|
|
54
|
-
"@mui/x-tree-view": "~8.27.2",
|
|
49
|
+
"@mui/icons-material": "^9.0.1",
|
|
50
|
+
"@mui/material": "^9.0.1",
|
|
51
|
+
"@mui/system": "^9.0.1",
|
|
52
|
+
"@mui/x-tree-view": "~9.1.0",
|
|
55
53
|
"@opentelemetry/api": "^1.9.1",
|
|
56
54
|
"@opentelemetry/sdk-trace-base": "^2.7.1",
|
|
57
55
|
"@react-spring/web": "~10.0.3",
|
|
58
56
|
"@scure/base": "~2.2.0",
|
|
59
|
-
"@textea/json-viewer": "~4.0.1",
|
|
60
57
|
"@types/react": "^19.2.14",
|
|
61
|
-
"@xylabs/pixel": "~5.1.
|
|
62
|
-
"@xylabs/react-async-effect": "~
|
|
63
|
-
"@xylabs/react-button": "~
|
|
64
|
-
"@xylabs/react-flexbox": "~
|
|
65
|
-
"@xylabs/react-hooks": "~
|
|
66
|
-
"@xylabs/react-identicon": "~
|
|
67
|
-
"@xylabs/react-link": "~
|
|
68
|
-
"@xylabs/react-promise": "~
|
|
69
|
-
"@xylabs/react-quick-tip-button": "~
|
|
70
|
-
"@xylabs/react-select": "~
|
|
71
|
-
"@xylabs/react-shared": "~
|
|
72
|
-
"@xylabs/react-theme": "~
|
|
73
|
-
"@xylabs/sdk-js": "^5.1.
|
|
74
|
-
"@xylabs/
|
|
75
|
-
"@xylabs/
|
|
76
|
-
"@xylabs/
|
|
77
|
-
"@xylabs/tsconfig
|
|
78
|
-
"@xylabs/tsconfig-
|
|
58
|
+
"@xylabs/pixel": "~5.1.3",
|
|
59
|
+
"@xylabs/react-async-effect": "~8.0.3",
|
|
60
|
+
"@xylabs/react-button": "~8.0.3",
|
|
61
|
+
"@xylabs/react-flexbox": "~8.0.3",
|
|
62
|
+
"@xylabs/react-hooks": "~8.0.3",
|
|
63
|
+
"@xylabs/react-identicon": "~8.0.3",
|
|
64
|
+
"@xylabs/react-link": "~8.0.3",
|
|
65
|
+
"@xylabs/react-promise": "~8.0.3",
|
|
66
|
+
"@xylabs/react-quick-tip-button": "~8.0.3",
|
|
67
|
+
"@xylabs/react-select": "~8.0.3",
|
|
68
|
+
"@xylabs/react-shared": "~8.0.3",
|
|
69
|
+
"@xylabs/react-theme": "~8.0.3",
|
|
70
|
+
"@xylabs/sdk-js": "^5.1.3",
|
|
71
|
+
"@xylabs/sdk-react": "~8.0.3",
|
|
72
|
+
"@xylabs/threads": "~5.1.3",
|
|
73
|
+
"@xylabs/toolchain": "~8.0.6",
|
|
74
|
+
"@xylabs/tsconfig": "^8.0.6",
|
|
75
|
+
"@xylabs/tsconfig-dom": "^8.0.6",
|
|
76
|
+
"@xylabs/tsconfig-react": "~8.0.6",
|
|
79
77
|
"@xyo-network/account": "~5.6.2",
|
|
80
78
|
"@xyo-network/account-model": "^5.6.3",
|
|
81
79
|
"@xyo-network/boundwitness-builder": "^5.6.2",
|
|
@@ -88,7 +86,7 @@
|
|
|
88
86
|
"@xyo-network/diviner-schema-stats": "~5.6.4",
|
|
89
87
|
"@xyo-network/manifest-model": "~5.6.3",
|
|
90
88
|
"@xyo-network/module-model": "^5.6.4",
|
|
91
|
-
"@xyo-network/node-core-types": "~4.2.
|
|
89
|
+
"@xyo-network/node-core-types": "~4.2.2",
|
|
92
90
|
"@xyo-network/node-memory": "~5.6.4",
|
|
93
91
|
"@xyo-network/node-model": "^5.6.4",
|
|
94
92
|
"@xyo-network/payload-builder": "^5.6.2",
|
|
@@ -105,54 +103,56 @@
|
|
|
105
103
|
"bowser": "^2.14.1",
|
|
106
104
|
"buffer": "^6.0.3",
|
|
107
105
|
"chalk": "^5.6.2",
|
|
106
|
+
"clsx": "~2.1.1",
|
|
108
107
|
"debug": "~4.4.3",
|
|
109
|
-
"eslint": "^10.
|
|
108
|
+
"eslint": "^10.4.0",
|
|
110
109
|
"ethers": "^6.16.0",
|
|
111
110
|
"fast-deep-equal": "~3.1.3",
|
|
112
111
|
"hash-wasm": "~4.12.0",
|
|
113
|
-
"js-cookie": "~3.0.
|
|
112
|
+
"js-cookie": "~3.0.6",
|
|
114
113
|
"lru-cache": "^11.3.6",
|
|
115
114
|
"md5": "~2.3.0",
|
|
116
|
-
"mixpanel-browser": "~2.
|
|
115
|
+
"mixpanel-browser": "~2.79.0",
|
|
116
|
+
"numeral": "~2.0.6",
|
|
117
117
|
"observable-fns": "~0.6.1",
|
|
118
118
|
"pako": "^2.1.0",
|
|
119
119
|
"query-string": "~9.3.1",
|
|
120
120
|
"react": "^19.2.6",
|
|
121
121
|
"react-dom": "^19.2.6",
|
|
122
122
|
"react-is": "^19.2.6",
|
|
123
|
-
"react-router-dom": "^7.15.
|
|
123
|
+
"react-router-dom": "^7.15.1",
|
|
124
124
|
"recharts": "~3.8.1",
|
|
125
125
|
"spark-md5": "~3.0.2",
|
|
126
|
-
"typescript": "^
|
|
126
|
+
"typescript": "^6.0.3",
|
|
127
|
+
"viem": "^2.49.3",
|
|
127
128
|
"wasm-feature-detect": "~1.8.0",
|
|
128
|
-
"zod": "^4.4.3"
|
|
129
|
+
"zod": "^4.4.3",
|
|
130
|
+
"zustand": "~5.0.13"
|
|
129
131
|
},
|
|
130
132
|
"peerDependencies": {
|
|
131
133
|
"@bitauth/libauth": "~3.0",
|
|
132
|
-
"@
|
|
133
|
-
"@
|
|
134
|
-
"@mui/
|
|
135
|
-
"@mui/
|
|
136
|
-
"@mui/system": "^7.3",
|
|
137
|
-
"@mui/x-tree-view": "~8.27",
|
|
134
|
+
"@mui/icons-material": "^9.0",
|
|
135
|
+
"@mui/material": "^9.0",
|
|
136
|
+
"@mui/system": "^9.0",
|
|
137
|
+
"@mui/x-tree-view": "~9.1",
|
|
138
138
|
"@opentelemetry/api": "^1.9",
|
|
139
139
|
"@opentelemetry/sdk-trace-base": "^2.7",
|
|
140
140
|
"@react-spring/web": "~10.0",
|
|
141
141
|
"@scure/base": "~2.2",
|
|
142
|
-
"@textea/json-viewer": "~4.0",
|
|
143
142
|
"@xylabs/pixel": "~5.1",
|
|
144
|
-
"@xylabs/react-async-effect": "~
|
|
145
|
-
"@xylabs/react-button": "~
|
|
146
|
-
"@xylabs/react-flexbox": "~
|
|
147
|
-
"@xylabs/react-hooks": "~
|
|
148
|
-
"@xylabs/react-identicon": "~
|
|
149
|
-
"@xylabs/react-link": "~
|
|
150
|
-
"@xylabs/react-promise": "~
|
|
151
|
-
"@xylabs/react-quick-tip-button": "~
|
|
152
|
-
"@xylabs/react-select": "~
|
|
153
|
-
"@xylabs/react-shared": "~
|
|
154
|
-
"@xylabs/react-theme": "~
|
|
143
|
+
"@xylabs/react-async-effect": "~8.0",
|
|
144
|
+
"@xylabs/react-button": "~8.0",
|
|
145
|
+
"@xylabs/react-flexbox": "~8.0",
|
|
146
|
+
"@xylabs/react-hooks": "~8.0",
|
|
147
|
+
"@xylabs/react-identicon": "~8.0",
|
|
148
|
+
"@xylabs/react-link": "~8.0",
|
|
149
|
+
"@xylabs/react-promise": "~8.0",
|
|
150
|
+
"@xylabs/react-quick-tip-button": "~8.0",
|
|
151
|
+
"@xylabs/react-select": "~8.0",
|
|
152
|
+
"@xylabs/react-shared": "~8.0",
|
|
153
|
+
"@xylabs/react-theme": "~8.0",
|
|
155
154
|
"@xylabs/sdk-js": "^5.1",
|
|
155
|
+
"@xylabs/sdk-react": "~8.0",
|
|
156
156
|
"@xylabs/threads": "~5.1",
|
|
157
157
|
"@xyo-network/account": "~5.6",
|
|
158
158
|
"@xyo-network/account-model": "^5.6",
|
|
@@ -183,6 +183,7 @@
|
|
|
183
183
|
"bowser": "^2.14",
|
|
184
184
|
"buffer": "^6.0",
|
|
185
185
|
"chalk": "^5.6",
|
|
186
|
+
"clsx": "~2.1",
|
|
186
187
|
"debug": "~4.4",
|
|
187
188
|
"ethers": "^6.16",
|
|
188
189
|
"fast-deep-equal": "~3.1",
|
|
@@ -190,7 +191,8 @@
|
|
|
190
191
|
"js-cookie": "~3.0",
|
|
191
192
|
"lru-cache": "^11.3",
|
|
192
193
|
"md5": "~2.3",
|
|
193
|
-
"mixpanel-browser": "~2.
|
|
194
|
+
"mixpanel-browser": "~2.79",
|
|
195
|
+
"numeral": "~2.0",
|
|
194
196
|
"observable-fns": "~0.6",
|
|
195
197
|
"pako": "^2.1",
|
|
196
198
|
"query-string": "~9.3",
|
|
@@ -200,8 +202,10 @@
|
|
|
200
202
|
"react-router-dom": "^7.15",
|
|
201
203
|
"recharts": "~3.8",
|
|
202
204
|
"spark-md5": "~3.0",
|
|
205
|
+
"viem": "^2.48",
|
|
203
206
|
"wasm-feature-detect": "~1.8",
|
|
204
|
-
"zod": "^4.4"
|
|
207
|
+
"zod": "^4.4",
|
|
208
|
+
"zustand": "~5.0"
|
|
205
209
|
},
|
|
206
210
|
"publishConfig": {
|
|
207
211
|
"access": "public"
|