@xyo-network/react-chain-blockchain 1.21.3 → 1.23.0
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/components/block/BlockHeadingFlexbox.d.ts.map +1 -1
- package/dist/browser/components/block/LinkedDivider.d.ts.map +1 -1
- package/dist/browser/components/block/hooks/useBlockHeadingEvents.d.ts +1 -1
- package/dist/browser/components/block/hooks/useBlockHeadingEvents.d.ts.map +1 -1
- package/dist/browser/components/chain/controls/PollingControlsFlexbox.d.ts.map +1 -1
- package/dist/browser/components/chain/list/Animated.d.ts.map +1 -1
- package/dist/browser/components/chain/stats/producer/ProducerFlexbox.d.ts.map +1 -1
- package/dist/browser/components/payload/builder/Flexbox.d.ts.map +1 -1
- package/dist/browser/components/payload/builder/producer-intent/Flexbox.d.ts.map +1 -1
- package/dist/browser/components/payload/builder/transfer/Flexbox.d.ts.map +1 -1
- package/dist/browser/components/payload/builder/transfer/builder/SingleFlexbox.d.ts.map +1 -1
- package/dist/browser/components/rate/flexbox/FlexBox.d.ts.map +1 -1
- package/dist/browser/components/rate/gauge/Container.d.ts +2 -0
- package/dist/browser/components/rate/gauge/Container.d.ts.map +1 -1
- package/dist/browser/components/rate/support/MetricTypography.d.ts.map +1 -1
- package/dist/browser/components/transactions/TransactionsQuickTipButton.d.ts.map +1 -1
- package/dist/browser/components/transactions/submit/SubmitChain.d.ts.map +1 -1
- package/dist/browser/context/analyzer/context.d.ts +22 -1
- package/dist/browser/context/analyzer/context.d.ts.map +1 -1
- package/dist/browser/context/chain/Context.d.ts +16 -1
- package/dist/browser/context/chain/Context.d.ts.map +1 -1
- package/dist/browser/context/polling/context.d.ts +16 -1
- package/dist/browser/context/polling/context.d.ts.map +1 -1
- package/dist/browser/index.mjs +117 -53
- package/dist/browser/index.mjs.map +1 -1
- package/package.json +70 -67
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@xyo-network/react-chain-blockchain",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.23.0",
|
|
5
5
|
"description": "XYO Layer One React SDK Blockchain",
|
|
6
6
|
"homepage": "https://xylabs.com",
|
|
7
7
|
"bugs": {
|
|
@@ -39,25 +39,24 @@
|
|
|
39
39
|
"README.md"
|
|
40
40
|
],
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@xyo-network/chain-analyze": "~1.
|
|
43
|
-
"@xyo-network/chain-protocol": "~1.
|
|
44
|
-
"@xyo-network/react-chain-provider": "~1.
|
|
45
|
-
"@xyo-network/
|
|
46
|
-
"@xyo-network/chain-
|
|
47
|
-
"@xyo-network/react-chain-shared": "~1.21.3"
|
|
42
|
+
"@xyo-network/chain-analyze": "~1.23.0",
|
|
43
|
+
"@xyo-network/chain-protocol": "~1.23.0",
|
|
44
|
+
"@xyo-network/react-chain-provider": "~1.23.0",
|
|
45
|
+
"@xyo-network/chain-wrappers": "~1.23.0",
|
|
46
|
+
"@xyo-network/react-chain-shared": "~1.23.0"
|
|
48
47
|
},
|
|
49
48
|
"devDependencies": {
|
|
50
49
|
"@bitauth/libauth": "~3.0.0",
|
|
51
50
|
"@emotion/react": "^11.14.0",
|
|
52
51
|
"@emotion/styled": "^11.14.1",
|
|
53
|
-
"@metamask/json-rpc-engine": "^10.
|
|
52
|
+
"@metamask/json-rpc-engine": "^10.5.0",
|
|
54
53
|
"@metamask/providers": "^22.1.1",
|
|
55
54
|
"@metamask/utils": "~11.11.0",
|
|
56
|
-
"@mui/icons-material": "
|
|
57
|
-
"@mui/material": "
|
|
58
|
-
"@mui/system": "
|
|
59
|
-
"@mui/x-charts": "~
|
|
60
|
-
"@mui/x-tree-view": "~
|
|
55
|
+
"@mui/icons-material": "~9.0",
|
|
56
|
+
"@mui/material": "~9.0",
|
|
57
|
+
"@mui/system": "~9.0",
|
|
58
|
+
"@mui/x-charts": "~9.1",
|
|
59
|
+
"@mui/x-tree-view": "~9.1",
|
|
61
60
|
"@opentelemetry/api": "^1.9.1",
|
|
62
61
|
"@opentelemetry/sdk-trace-base": "^2.7.1",
|
|
63
62
|
"@react-spring/web": "~10.0.3",
|
|
@@ -70,25 +69,25 @@
|
|
|
70
69
|
"@xylabs/fetch": "~5.1.2",
|
|
71
70
|
"@xylabs/geo": "^5.1.2",
|
|
72
71
|
"@xylabs/pixel": "~5.1.2",
|
|
73
|
-
"@xylabs/react-animation": "~
|
|
74
|
-
"@xylabs/react-async-effect": "
|
|
75
|
-
"@xylabs/react-button": "~
|
|
76
|
-
"@xylabs/react-error": "~
|
|
77
|
-
"@xylabs/react-flexbox": "~
|
|
78
|
-
"@xylabs/react-hooks": "~
|
|
79
|
-
"@xylabs/react-identicon": "~
|
|
80
|
-
"@xylabs/react-link": "~
|
|
81
|
-
"@xylabs/react-promise": "
|
|
82
|
-
"@xylabs/react-quick-tip-button": "
|
|
83
|
-
"@xylabs/react-select": "~
|
|
84
|
-
"@xylabs/react-shared": "~
|
|
85
|
-
"@xylabs/react-theme": "~
|
|
72
|
+
"@xylabs/react-animation": "~8.0",
|
|
73
|
+
"@xylabs/react-async-effect": "~8.0",
|
|
74
|
+
"@xylabs/react-button": "~8.0",
|
|
75
|
+
"@xylabs/react-error": "~8.0",
|
|
76
|
+
"@xylabs/react-flexbox": "~8.0",
|
|
77
|
+
"@xylabs/react-hooks": "~8.0",
|
|
78
|
+
"@xylabs/react-identicon": "~8.0",
|
|
79
|
+
"@xylabs/react-link": "~8.0",
|
|
80
|
+
"@xylabs/react-promise": "~8.0",
|
|
81
|
+
"@xylabs/react-quick-tip-button": "~8.0",
|
|
82
|
+
"@xylabs/react-select": "~8.0",
|
|
83
|
+
"@xylabs/react-shared": "~8.0",
|
|
84
|
+
"@xylabs/react-theme": "~8.0",
|
|
86
85
|
"@xylabs/sdk-js": "^5.1.2",
|
|
87
86
|
"@xylabs/threads": "~5.1.2",
|
|
88
|
-
"@xylabs/toolchain": "~7.13.
|
|
89
|
-
"@xylabs/tsconfig": "~7.13.
|
|
90
|
-
"@xylabs/tsconfig-dom": "~7.13.
|
|
91
|
-
"@xylabs/tsconfig-react": "~7.13.
|
|
87
|
+
"@xylabs/toolchain": "~7.13.24",
|
|
88
|
+
"@xylabs/tsconfig": "~7.13.24",
|
|
89
|
+
"@xylabs/tsconfig-dom": "~7.13.24",
|
|
90
|
+
"@xylabs/tsconfig-react": "~7.13.24",
|
|
92
91
|
"@xyo-network/account": "~5.6.2",
|
|
93
92
|
"@xyo-network/account-model": "~5.6.3",
|
|
94
93
|
"@xyo-network/api": "~5.6.2",
|
|
@@ -117,13 +116,13 @@
|
|
|
117
116
|
"@xyo-network/payload-wrapper": "~5.6.2",
|
|
118
117
|
"@xyo-network/payloadset-plugin": "^5.6.4",
|
|
119
118
|
"@xyo-network/query-payload-plugin": "~5.6.3",
|
|
120
|
-
"@xyo-network/react-boundwitness-plugin": "~
|
|
121
|
-
"@xyo-network/react-error": "~
|
|
122
|
-
"@xyo-network/react-event": "~
|
|
123
|
-
"@xyo-network/react-payload-raw-info": "~
|
|
124
|
-
"@xyo-network/react-payload-table": "~
|
|
125
|
-
"@xyo-network/react-shared": "~
|
|
126
|
-
"@xyo-network/react-table": "~
|
|
119
|
+
"@xyo-network/react-boundwitness-plugin": "~8.0",
|
|
120
|
+
"@xyo-network/react-error": "~8.0",
|
|
121
|
+
"@xyo-network/react-event": "~8.0",
|
|
122
|
+
"@xyo-network/react-payload-raw-info": "~8.0",
|
|
123
|
+
"@xyo-network/react-payload-table": "~8.0",
|
|
124
|
+
"@xyo-network/react-shared": "~8.0",
|
|
125
|
+
"@xyo-network/react-table": "~8.0",
|
|
127
126
|
"@xyo-network/schema-cache": "~5.6.3",
|
|
128
127
|
"@xyo-network/schema-payload-plugin": "~5.6.3",
|
|
129
128
|
"@xyo-network/sdk-js": "^5.6.4",
|
|
@@ -131,7 +130,9 @@
|
|
|
131
130
|
"@xyo-network/typeof": "~5.3.30",
|
|
132
131
|
"@xyo-network/wallet": "~5.6.2",
|
|
133
132
|
"@xyo-network/wallet-model": "^5.6.3",
|
|
134
|
-
"@xyo-network/xl1-
|
|
133
|
+
"@xyo-network/xl1-blockies": "^1.30.0",
|
|
134
|
+
"@xyo-network/xl1-react-client-sdk": "^1.30.0",
|
|
135
|
+
"@xyo-network/xl1-sdk": "^1.30.1",
|
|
135
136
|
"ajv": "^8.20.0",
|
|
136
137
|
"async-mutex": "^0.5.0",
|
|
137
138
|
"bn.js": "^5.2.3",
|
|
@@ -157,7 +158,7 @@
|
|
|
157
158
|
"react": "^19.2.6",
|
|
158
159
|
"react-dom": "^19.2.6",
|
|
159
160
|
"react-icons": "~5.6.0",
|
|
160
|
-
"react-is": "
|
|
161
|
+
"react-is": "^19.2.6",
|
|
161
162
|
"react-router-dom": "^7.15.0",
|
|
162
163
|
"recharts": "~3.8.1",
|
|
163
164
|
"rollbar": "^3.1.0",
|
|
@@ -166,11 +167,11 @@
|
|
|
166
167
|
"storybook": "^10.3.6",
|
|
167
168
|
"typescript": "~5.9.3",
|
|
168
169
|
"uuid": "~14.0.0",
|
|
169
|
-
"vite": "^8.0.
|
|
170
|
+
"vite": "^8.0.12",
|
|
170
171
|
"wasm-feature-detect": "~1.8.0",
|
|
171
172
|
"webextension-polyfill": "^0.12.0",
|
|
172
173
|
"zod": "~4.4.3",
|
|
173
|
-
"@xyo-network/react-chain-network": "~1.
|
|
174
|
+
"@xyo-network/react-chain-network": "~1.23.0"
|
|
174
175
|
},
|
|
175
176
|
"peerDependencies": {
|
|
176
177
|
"@bitauth/libauth": "~3.0",
|
|
@@ -179,11 +180,11 @@
|
|
|
179
180
|
"@metamask/json-rpc-engine": "^10.3",
|
|
180
181
|
"@metamask/providers": "^22.1",
|
|
181
182
|
"@metamask/utils": "~11.11",
|
|
182
|
-
"@mui/icons-material": "
|
|
183
|
-
"@mui/material": "
|
|
184
|
-
"@mui/system": "
|
|
185
|
-
"@mui/x-charts": "~
|
|
186
|
-
"@mui/x-tree-view": "~
|
|
183
|
+
"@mui/icons-material": "~9.0",
|
|
184
|
+
"@mui/material": "~9.0",
|
|
185
|
+
"@mui/system": "~9.0",
|
|
186
|
+
"@mui/x-charts": "~9.1",
|
|
187
|
+
"@mui/x-tree-view": "~9.1",
|
|
187
188
|
"@opentelemetry/api": "^1.9",
|
|
188
189
|
"@opentelemetry/sdk-trace-base": "^2.7",
|
|
189
190
|
"@react-spring/web": "~10.0",
|
|
@@ -195,19 +196,19 @@
|
|
|
195
196
|
"@xylabs/fetch": "~5.1",
|
|
196
197
|
"@xylabs/geo": "^5.1",
|
|
197
198
|
"@xylabs/pixel": "~5.1",
|
|
198
|
-
"@xylabs/react-animation": "~
|
|
199
|
-
"@xylabs/react-async-effect": "
|
|
200
|
-
"@xylabs/react-button": "~
|
|
201
|
-
"@xylabs/react-error": "~
|
|
202
|
-
"@xylabs/react-flexbox": "~
|
|
203
|
-
"@xylabs/react-hooks": "~
|
|
204
|
-
"@xylabs/react-identicon": "~
|
|
205
|
-
"@xylabs/react-link": "~
|
|
206
|
-
"@xylabs/react-promise": "
|
|
207
|
-
"@xylabs/react-quick-tip-button": "
|
|
208
|
-
"@xylabs/react-select": "~
|
|
209
|
-
"@xylabs/react-shared": "~
|
|
210
|
-
"@xylabs/react-theme": "~
|
|
199
|
+
"@xylabs/react-animation": "~8.0",
|
|
200
|
+
"@xylabs/react-async-effect": "~8.0",
|
|
201
|
+
"@xylabs/react-button": "~8.0",
|
|
202
|
+
"@xylabs/react-error": "~8.0",
|
|
203
|
+
"@xylabs/react-flexbox": "~8.0",
|
|
204
|
+
"@xylabs/react-hooks": "~8.0",
|
|
205
|
+
"@xylabs/react-identicon": "~8.0",
|
|
206
|
+
"@xylabs/react-link": "~8.0",
|
|
207
|
+
"@xylabs/react-promise": "~8.0",
|
|
208
|
+
"@xylabs/react-quick-tip-button": "~8.0",
|
|
209
|
+
"@xylabs/react-select": "~8.0",
|
|
210
|
+
"@xylabs/react-shared": "~8.0",
|
|
211
|
+
"@xylabs/react-theme": "~8.0",
|
|
211
212
|
"@xylabs/sdk-js": "^5.1",
|
|
212
213
|
"@xylabs/threads": "~5.1",
|
|
213
214
|
"@xyo-network/account": "~5.6",
|
|
@@ -236,13 +237,13 @@
|
|
|
236
237
|
"@xyo-network/payload-wrapper": "~5.6",
|
|
237
238
|
"@xyo-network/payloadset-plugin": "^5.6",
|
|
238
239
|
"@xyo-network/query-payload-plugin": "~5.6",
|
|
239
|
-
"@xyo-network/react-boundwitness-plugin": "~
|
|
240
|
-
"@xyo-network/react-error": "~
|
|
241
|
-
"@xyo-network/react-event": "~
|
|
242
|
-
"@xyo-network/react-payload-raw-info": "~
|
|
243
|
-
"@xyo-network/react-payload-table": "~
|
|
244
|
-
"@xyo-network/react-shared": "~
|
|
245
|
-
"@xyo-network/react-table": "~
|
|
240
|
+
"@xyo-network/react-boundwitness-plugin": "~8.0",
|
|
241
|
+
"@xyo-network/react-error": "~8.0",
|
|
242
|
+
"@xyo-network/react-event": "~8.0",
|
|
243
|
+
"@xyo-network/react-payload-raw-info": "~8.0",
|
|
244
|
+
"@xyo-network/react-payload-table": "~8.0",
|
|
245
|
+
"@xyo-network/react-shared": "~8.0",
|
|
246
|
+
"@xyo-network/react-table": "~8.0",
|
|
246
247
|
"@xyo-network/schema-cache": "~5.6",
|
|
247
248
|
"@xyo-network/schema-payload-plugin": "~5.6",
|
|
248
249
|
"@xyo-network/sdk-js": "^5.6",
|
|
@@ -250,6 +251,8 @@
|
|
|
250
251
|
"@xyo-network/typeof": "~5.3",
|
|
251
252
|
"@xyo-network/wallet": "~5.6",
|
|
252
253
|
"@xyo-network/wallet-model": "^5.6",
|
|
254
|
+
"@xyo-network/xl1-blockies": "^1.28",
|
|
255
|
+
"@xyo-network/xl1-react-client-sdk": "^1.28",
|
|
253
256
|
"@xyo-network/xl1-sdk": "^1.28",
|
|
254
257
|
"ajv": "^8.20",
|
|
255
258
|
"async-mutex": "^0.5",
|
|
@@ -275,7 +278,7 @@
|
|
|
275
278
|
"react": "^19.2",
|
|
276
279
|
"react-dom": "^19.2",
|
|
277
280
|
"react-icons": "~5.6",
|
|
278
|
-
"react-is": "
|
|
281
|
+
"react-is": "^19.2",
|
|
279
282
|
"react-router-dom": "^7.15",
|
|
280
283
|
"recharts": "~3.8",
|
|
281
284
|
"rollbar": "^3.1",
|