@xyo-network/react-schema-plugin 9.0.1 → 9.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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAA;AAO5E,eAAO,MAAM,kBAAkB,EAAE,mBAI/B,CAAA"}
|
package/dist/browser/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// src/Plugin.ts
|
|
2
2
|
import { createPayloadRenderPlugin } from "@xyo-network/react-payload-plugin";
|
|
3
|
-
import { SchemaSchema } from "@xyo-network/
|
|
3
|
+
import { SchemaSchema } from "@xyo-network/sdk-js";
|
|
4
4
|
|
|
5
5
|
// src/Details.tsx
|
|
6
6
|
import { PayloadDetails } from "@xyo-network/react-payload-details";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/Plugin.ts", "../../src/Details.tsx"],
|
|
4
|
-
"sourcesContent": ["import type {
|
|
5
|
-
"mappings": ";
|
|
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-js'\nimport { SchemaSchema } from '@xyo-network/sdk-js'\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": ";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": "9.0.
|
|
3
|
+
"version": "9.0.4",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"README.md"
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@xyo-network/react-payload-
|
|
45
|
-
"@xyo-network/react-payload-
|
|
44
|
+
"@xyo-network/react-payload-plugin": "~9.0.4",
|
|
45
|
+
"@xyo-network/react-payload-details": "~9.0.4"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@bitauth/libauth": "~3.0.0",
|
|
@@ -57,9 +57,9 @@
|
|
|
57
57
|
"@react-spring/web": "~10.1.0",
|
|
58
58
|
"@scure/base": "~2.2.0",
|
|
59
59
|
"@scure/bip39": "~2.2.0",
|
|
60
|
-
"@types/react": "^19.2.
|
|
61
|
-
"@xylabs/geo": "^6.0.
|
|
62
|
-
"@xylabs/pixel": "~6.0.
|
|
60
|
+
"@types/react": "^19.2.16",
|
|
61
|
+
"@xylabs/geo": "^6.0.7",
|
|
62
|
+
"@xylabs/pixel": "~6.0.7",
|
|
63
63
|
"@xylabs/react-async-effect": "~9.0.2",
|
|
64
64
|
"@xylabs/react-button": "~9.0.2",
|
|
65
65
|
"@xylabs/react-flexbox": "~9.0.2",
|
|
@@ -71,28 +71,18 @@
|
|
|
71
71
|
"@xylabs/react-select": "~9.0.2",
|
|
72
72
|
"@xylabs/react-shared": "~9.0.2",
|
|
73
73
|
"@xylabs/react-theme": "~9.0.2",
|
|
74
|
-
"@xylabs/sdk-js": "^6.0.
|
|
74
|
+
"@xylabs/sdk-js": "^6.0.7",
|
|
75
75
|
"@xylabs/sdk-react": "~9.0.2",
|
|
76
|
-
"@xylabs/threads": "^6.0.
|
|
77
|
-
"@xylabs/toolchain": "~8.1.
|
|
78
|
-
"@xylabs/tsconfig": "^8.1.
|
|
79
|
-
"@xylabs/tsconfig-dom": "^8.1.
|
|
80
|
-
"@xylabs/tsconfig-react": "~8.1.
|
|
81
|
-
"@xyo-network/
|
|
82
|
-
"@xyo-network/
|
|
83
|
-
"@xyo-network/diviner-model": "^6.0.1",
|
|
84
|
-
"@xyo-network/diviner-schema-list": "~6.0.1",
|
|
85
|
-
"@xyo-network/diviner-schema-stats": "~6.0.1",
|
|
86
|
-
"@xyo-network/module-model": "^6.0.1",
|
|
76
|
+
"@xylabs/threads": "^6.0.7",
|
|
77
|
+
"@xylabs/toolchain": "~8.1.15",
|
|
78
|
+
"@xylabs/tsconfig": "^8.1.15",
|
|
79
|
+
"@xylabs/tsconfig-dom": "^8.1.15",
|
|
80
|
+
"@xylabs/tsconfig-react": "~8.1.15",
|
|
81
|
+
"@xyo-network/diviner-schema-list": "~6.0.2",
|
|
82
|
+
"@xyo-network/diviner-schema-stats": "~6.0.2",
|
|
87
83
|
"@xyo-network/node-core-types": "~4.2.2",
|
|
88
|
-
"@xyo-network/
|
|
89
|
-
"@xyo-network/
|
|
90
|
-
"@xyo-network/payload-builder": "^6.0.5",
|
|
91
|
-
"@xyo-network/payload-model": "^6.0.5",
|
|
92
|
-
"@xyo-network/payload-validator": "^6.0.5",
|
|
93
|
-
"@xyo-network/schema-cache": "~6.0.5",
|
|
94
|
-
"@xyo-network/schema-payload-plugin": "~6.0.5",
|
|
95
|
-
"@xyo-network/sdk-protocol-js": "~6.0.5",
|
|
84
|
+
"@xyo-network/sdk-js": "^6.0.2",
|
|
85
|
+
"@xyo-network/sdk-protocol-js": "~6.0.7",
|
|
96
86
|
"@xyo-network/typeof": "~5.3.30",
|
|
97
87
|
"ajv": "^8.20.0",
|
|
98
88
|
"async-mutex": "^0.5.0",
|
|
@@ -105,22 +95,19 @@
|
|
|
105
95
|
"ethers": "^6.16.0",
|
|
106
96
|
"hash-wasm": "~4.12.0",
|
|
107
97
|
"idb": "^8.0.3",
|
|
108
|
-
"lru-cache": "^11.
|
|
109
|
-
"mapbox-gl": "^3.23.1",
|
|
98
|
+
"lru-cache": "^11.5.1",
|
|
110
99
|
"md5": "~2.3.0",
|
|
111
|
-
"mixpanel-browser": "~2.80",
|
|
100
|
+
"mixpanel-browser": "~2.80.0",
|
|
112
101
|
"numeral": "~2.0.6",
|
|
113
102
|
"observable-fns": "~0.6.1",
|
|
114
103
|
"pako": "^2.1.0",
|
|
115
104
|
"query-string": "~9.4.0",
|
|
116
|
-
"react": "^19.2.
|
|
117
|
-
"react-dom": "^19.2.
|
|
105
|
+
"react": "^19.2.7",
|
|
106
|
+
"react-dom": "^19.2.7",
|
|
118
107
|
"react-router-dom": "^7.16.0",
|
|
119
108
|
"spark-md5": "~3.0.2",
|
|
120
|
-
"store2": "~2.14.4",
|
|
121
109
|
"typescript": "^6.0.3",
|
|
122
|
-
"viem": "^2.
|
|
123
|
-
"wasm-feature-detect": "~1.8.0",
|
|
110
|
+
"viem": "^2.52.0",
|
|
124
111
|
"webextension-polyfill": "^0.12.0",
|
|
125
112
|
"zod": "^4.4.3",
|
|
126
113
|
"zustand": "~5.0.14"
|
|
@@ -154,20 +141,10 @@
|
|
|
154
141
|
"@xylabs/sdk-js": "^6.0",
|
|
155
142
|
"@xylabs/sdk-react": "~9.0",
|
|
156
143
|
"@xylabs/threads": "^6.0",
|
|
157
|
-
"@xyo-network/boundwitness-model": "^6.0",
|
|
158
|
-
"@xyo-network/boundwitness-validator": "^6.0",
|
|
159
|
-
"@xyo-network/diviner-model": "^6.0",
|
|
160
144
|
"@xyo-network/diviner-schema-list": "~6.0",
|
|
161
145
|
"@xyo-network/diviner-schema-stats": "~6.0",
|
|
162
|
-
"@xyo-network/module-model": "^6.0",
|
|
163
146
|
"@xyo-network/node-core-types": "~4.2",
|
|
164
|
-
"@xyo-network/
|
|
165
|
-
"@xyo-network/node-model": "^6.0",
|
|
166
|
-
"@xyo-network/payload-builder": "^6.0",
|
|
167
|
-
"@xyo-network/payload-model": "^6.0",
|
|
168
|
-
"@xyo-network/payload-validator": "^6.0",
|
|
169
|
-
"@xyo-network/schema-cache": "~6.0",
|
|
170
|
-
"@xyo-network/schema-payload-plugin": "~6.0",
|
|
147
|
+
"@xyo-network/sdk-js": "^6.0",
|
|
171
148
|
"@xyo-network/sdk-protocol-js": "~6.0",
|
|
172
149
|
"@xyo-network/typeof": "~5.3",
|
|
173
150
|
"ajv": "^8.20",
|
|
@@ -181,7 +158,6 @@
|
|
|
181
158
|
"hash-wasm": "~4.12",
|
|
182
159
|
"idb": "^8.0",
|
|
183
160
|
"lru-cache": "^11.3",
|
|
184
|
-
"mapbox-gl": "^3.23",
|
|
185
161
|
"md5": "~2.3",
|
|
186
162
|
"mixpanel-browser": "~2.80",
|
|
187
163
|
"numeral": "~2.0",
|
|
@@ -192,9 +168,7 @@
|
|
|
192
168
|
"react-dom": "^19.2",
|
|
193
169
|
"react-router-dom": "^7.15",
|
|
194
170
|
"spark-md5": "~3.0",
|
|
195
|
-
"store2": "~2.14",
|
|
196
171
|
"viem": "^2.48",
|
|
197
|
-
"wasm-feature-detect": "~1.8",
|
|
198
172
|
"webextension-polyfill": "^0.12",
|
|
199
173
|
"zod": "^4.4",
|
|
200
174
|
"zustand": "~5.0"
|