@xyo-network/react-schema-plugin 10.0.2 → 10.0.3
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 +1 -1
- package/package.json +56 -59
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/sdk
|
|
3
|
+
import { SchemaSchema } from "@xyo-network/sdk";
|
|
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 { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin'\nimport { createPayloadRenderPlugin } from '@xyo-network/react-payload-plugin'\nimport type { Payload } from '@xyo-network/sdk
|
|
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 '@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
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.3",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -41,112 +41,110 @@
|
|
|
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": "~10.0.3",
|
|
45
|
+
"@xyo-network/react-payload-plugin": "~10.0.3"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@bitauth/libauth": "~3.0.0",
|
|
49
|
-
"@metamask/providers": "^22.1.1",
|
|
50
49
|
"@mui/icons-material": "^9.1.1",
|
|
51
50
|
"@mui/material": "^9.1.2",
|
|
52
51
|
"@mui/system": "^9.1.2",
|
|
53
|
-
"@mui/x-tree-view": "~9.
|
|
52
|
+
"@mui/x-tree-view": "~9.7.0",
|
|
54
53
|
"@noble/post-quantum": "~0.6.1",
|
|
55
54
|
"@opentelemetry/api": "^1.9.1",
|
|
56
55
|
"@opentelemetry/sdk-trace-base": "^2.8.0",
|
|
57
|
-
"@react-spring/web": "~10.1.
|
|
56
|
+
"@react-spring/web": "~10.1.2",
|
|
58
57
|
"@scure/base": "~2.2.0",
|
|
59
58
|
"@scure/bip39": "~2.2.0",
|
|
60
59
|
"@types/react": "^19.2.17",
|
|
61
|
-
"@xylabs/eth-address": "^
|
|
62
|
-
"@xylabs/geo": "^
|
|
63
|
-
"@xylabs/pixel": "^
|
|
64
|
-
"@xylabs/react-async-effect": "
|
|
65
|
-
"@xylabs/react-button": "
|
|
66
|
-
"@xylabs/react-flexbox": "
|
|
67
|
-
"@xylabs/react-hooks": "
|
|
68
|
-
"@xylabs/react-identicon": "
|
|
69
|
-
"@xylabs/react-link": "
|
|
70
|
-
"@xylabs/react-promise": "
|
|
71
|
-
"@xylabs/react-quick-tip-button": "
|
|
72
|
-
"@xylabs/react-select": "
|
|
73
|
-
"@xylabs/react-shared": "
|
|
74
|
-
"@xylabs/react-theme": "
|
|
75
|
-
"@xylabs/sdk
|
|
76
|
-
"@xylabs/sdk-react": "~
|
|
77
|
-
"@xylabs/threads": "^
|
|
78
|
-
"@xylabs/toolchain": "~8.3
|
|
79
|
-
"@xylabs/tsconfig": "^8.3
|
|
80
|
-
"@xylabs/tsconfig-dom": "^8.3
|
|
81
|
-
"@xylabs/tsconfig-react": "~8.3
|
|
82
|
-
"@xyo-network/diviner-schema-list": "
|
|
83
|
-
"@xyo-network/diviner-schema-stats": "
|
|
60
|
+
"@xylabs/eth-address": "^7.0.1",
|
|
61
|
+
"@xylabs/geo": "^7.0.1",
|
|
62
|
+
"@xylabs/pixel": "^7.0.1",
|
|
63
|
+
"@xylabs/react-async-effect": "~10.0",
|
|
64
|
+
"@xylabs/react-button": "~10.0",
|
|
65
|
+
"@xylabs/react-flexbox": "~10.0",
|
|
66
|
+
"@xylabs/react-hooks": "~10.0",
|
|
67
|
+
"@xylabs/react-identicon": "~10.0",
|
|
68
|
+
"@xylabs/react-link": "~10.0",
|
|
69
|
+
"@xylabs/react-promise": "~10.0",
|
|
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",
|
|
84
83
|
"@xyo-network/node-core-types": "~4.2.2",
|
|
85
|
-
"@xyo-network/sdk
|
|
86
|
-
"@xyo-network/sdk-protocol
|
|
84
|
+
"@xyo-network/sdk": "^7.0.3",
|
|
85
|
+
"@xyo-network/sdk-protocol": "^7.0.4",
|
|
87
86
|
"@xyo-network/typeof": "~5.3.30",
|
|
88
87
|
"ajv": "^8.20.0",
|
|
89
88
|
"async-mutex": "^0.5.0",
|
|
90
89
|
"clsx": "~2.1.1",
|
|
91
|
-
"debug": "
|
|
92
|
-
"eslint": "^10.
|
|
90
|
+
"debug": "^4.4.3",
|
|
91
|
+
"eslint": "^10.6.0",
|
|
93
92
|
"ethers": "^6.17.0",
|
|
94
93
|
"hash-wasm": "~4.12.0",
|
|
95
94
|
"idb": "^8.0.3",
|
|
96
95
|
"lru-cache": "^11.5.1",
|
|
97
96
|
"md5": "~2.3.0",
|
|
98
97
|
"numeral": "~2.0.6",
|
|
99
|
-
"observable-fns": "
|
|
100
|
-
"query-string": "~9.4.
|
|
98
|
+
"observable-fns": "^0.6.1",
|
|
99
|
+
"query-string": "~9.4.1",
|
|
101
100
|
"react": "^19.2.7",
|
|
102
101
|
"react-dom": "^19.2.7",
|
|
103
102
|
"react-router-dom": "^7.18.0",
|
|
104
103
|
"typescript": "^6.0.3",
|
|
105
104
|
"viem": "^2.53.1",
|
|
106
|
-
"webextension-polyfill": "^0.12.0",
|
|
107
105
|
"zod": "^4.4.3",
|
|
108
106
|
"zustand": "~5.0.14"
|
|
109
107
|
},
|
|
110
108
|
"peerDependencies": {
|
|
111
109
|
"@bitauth/libauth": "~3.0",
|
|
112
|
-
"@metamask/providers": "^22.1",
|
|
113
110
|
"@mui/icons-material": "^9.0",
|
|
114
111
|
"@mui/material": "^9.0",
|
|
115
112
|
"@mui/system": "^9.0",
|
|
116
|
-
"@mui/x-tree-view": "~9.
|
|
113
|
+
"@mui/x-tree-view": "~9.7",
|
|
117
114
|
"@noble/post-quantum": "~0.6.1",
|
|
118
115
|
"@opentelemetry/api": "^1.9",
|
|
119
116
|
"@opentelemetry/sdk-trace-base": "^2.7",
|
|
120
117
|
"@react-spring/web": "~10.1",
|
|
121
118
|
"@scure/base": "~2.2",
|
|
122
119
|
"@scure/bip39": "~2.2",
|
|
123
|
-
"@
|
|
124
|
-
"@xylabs/
|
|
125
|
-
"@xylabs/
|
|
126
|
-
"@xylabs/
|
|
127
|
-
"@xylabs/react-
|
|
128
|
-
"@xylabs/react-
|
|
129
|
-
"@xylabs/react-
|
|
130
|
-
"@xylabs/react-
|
|
131
|
-
"@xylabs/react-
|
|
132
|
-
"@xylabs/react-
|
|
133
|
-
"@xylabs/react-
|
|
134
|
-
"@xylabs/react-
|
|
135
|
-
"@xylabs/react-
|
|
136
|
-
"@xylabs/react-
|
|
137
|
-
"@xylabs/
|
|
138
|
-
"@xylabs/sdk
|
|
139
|
-
"@xylabs/
|
|
120
|
+
"@types/react": "^19.2",
|
|
121
|
+
"@xylabs/eth-address": "^7.0",
|
|
122
|
+
"@xylabs/geo": "^7.0",
|
|
123
|
+
"@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
|
+
"@xylabs/threads": "^7.0",
|
|
140
138
|
"@xyo-network/diviner-schema-list": "^7.0",
|
|
141
139
|
"@xyo-network/diviner-schema-stats": "^7.0",
|
|
142
140
|
"@xyo-network/node-core-types": "~4.2",
|
|
143
|
-
"@xyo-network/sdk
|
|
144
|
-
"@xyo-network/sdk-protocol
|
|
141
|
+
"@xyo-network/sdk": "*",
|
|
142
|
+
"@xyo-network/sdk-protocol": "^7.0",
|
|
145
143
|
"@xyo-network/typeof": "~5.3",
|
|
146
144
|
"ajv": "^8.20",
|
|
147
145
|
"async-mutex": "^0.5",
|
|
148
146
|
"clsx": "~2.1",
|
|
149
|
-
"debug": "
|
|
147
|
+
"debug": "^4.4",
|
|
150
148
|
"ethers": "^6.16",
|
|
151
149
|
"hash-wasm": "~4.12",
|
|
152
150
|
"idb": "^8.0",
|
|
@@ -159,7 +157,6 @@
|
|
|
159
157
|
"react-dom": "^19.2",
|
|
160
158
|
"react-router-dom": "^7.15",
|
|
161
159
|
"viem": "^2.48",
|
|
162
|
-
"webextension-polyfill": "^0.12",
|
|
163
160
|
"zod": "^4.4",
|
|
164
161
|
"zustand": "~5.0"
|
|
165
162
|
},
|