@xyo-network/os-react-runtime 7.3.1 → 7.4.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 +2490 -2489
- package/dist/browser/index.mjs.map +7 -1
- package/dist/browser/modules/Dapp/ContainerFlexbox.d.ts.map +1 -1
- package/dist/browser/modules/Dapp/Page/DappPage.d.ts.map +1 -1
- package/dist/browser/modules/Dapp/modules/Window/Chrome.d.ts.map +1 -1
- package/dist/browser/modules/Dapp/modules/Window/LoadingFlexbox.d.ts.map +1 -1
- package/dist/browser/modules/Dapp/modules/Window/MetaTags.d.ts.map +1 -1
- package/dist/browser/modules/Dapp/modules/Window/Rendered.d.ts.map +1 -1
- package/dist/browser/modules/Dapp/modules/Window/components/DefaultComingSoon/DefaultComingSoon.d.ts.map +1 -1
- package/dist/browser/modules/Dapp/modules/Window/components/DefaultComingSoon/SummarySection.d.ts.map +1 -1
- package/dist/browser/modules/Dapp/modules/Window/components/menu/BottomMenuArea.d.ts.map +1 -1
- package/dist/browser/modules/Dapp/modules/Window/components/menu/Drawer.d.ts.map +1 -1
- package/dist/browser/modules/Dapp/modules/Window/components/menu/StyledListItems.d.ts +1 -1
- package/dist/browser/modules/dapps/accounts/components/AccountCard.d.ts.map +1 -1
- package/dist/browser/modules/dapps/accounts/components/AnimatedComponents/IconAnimations/TwoToneBulletPointList.d.ts.map +1 -1
- package/dist/browser/modules/widgets/Types/Stat/Subtitle.d.ts +1 -1
- package/dist/browser/modules/widgets/Types/Stat/Subtitle.d.ts.map +1 -1
- package/dist/browser/modules/widgets/Types/Stat/Unit.d.ts +1 -1
- package/dist/browser/modules/widgets/Types/Stat/Unit.d.ts.map +1 -1
- package/dist/browser/modules/widgets/Types/Stat/Value.d.ts +1 -1
- package/dist/browser/modules/widgets/Types/Stat/Value.d.ts.map +1 -1
- package/dist/browser/modules/widgets/Types/Tables/BooleanTable.d.ts +3 -3
- package/dist/browser/modules/widgets/Types/Tables/BooleanTable.d.ts.map +1 -1
- package/dist/browser/modules/widgets/WidgetCard.d.ts.map +1 -1
- package/dist/browser/modules/widgets/WidgetCardExamples.d.ts.map +1 -1
- package/package.json +100 -102
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/os-react-runtime",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.4.1",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -31,61 +31,59 @@
|
|
|
31
31
|
"README.md"
|
|
32
32
|
],
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@xyo-network/
|
|
35
|
-
"@xyo-network/
|
|
36
|
-
"@xyo-network/
|
|
37
|
-
"@xyo-network/os-
|
|
38
|
-
"@xyo-network/kernel-model": "~7.
|
|
39
|
-
"@xyo-network/
|
|
40
|
-
"@xyo-network/os-react-model": "~7.
|
|
41
|
-
"@xyo-network/os-
|
|
34
|
+
"@xyo-network/kernel": "~7.4.1",
|
|
35
|
+
"@xyo-network/os-model": "~7.4.1",
|
|
36
|
+
"@xyo-network/bios-model": "~7.4.1",
|
|
37
|
+
"@xyo-network/os-runtime": "~7.4.1",
|
|
38
|
+
"@xyo-network/kernel-model": "~7.4.1",
|
|
39
|
+
"@xyo-network/bios-browser": "~7.4.1",
|
|
40
|
+
"@xyo-network/os-react-model": "~7.4.1",
|
|
41
|
+
"@xyo-network/os-react-debug": "~7.4.1"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@bitauth/libauth": "~3.0.0",
|
|
45
45
|
"@emotion/react": "^11.14.0",
|
|
46
46
|
"@emotion/styled": "^11.14.1",
|
|
47
47
|
"@metamask/providers": "^22.1.1",
|
|
48
|
-
"@mui/icons-material": "^
|
|
49
|
-
"@mui/material": "^
|
|
50
|
-
"@mui/system": "
|
|
51
|
-
"@mui/x-charts": "~
|
|
52
|
-
"@mui/x-tree-view": "~
|
|
48
|
+
"@mui/icons-material": "^9.0.1",
|
|
49
|
+
"@mui/material": "^9.0.1",
|
|
50
|
+
"@mui/system": "~9.0.1",
|
|
51
|
+
"@mui/x-charts": "~9.2",
|
|
52
|
+
"@mui/x-tree-view": "~9.1",
|
|
53
53
|
"@opentelemetry/api": "^1.9.1",
|
|
54
54
|
"@opentelemetry/sdk-trace-base": "^2.7.1",
|
|
55
55
|
"@react-spring/web": "~10.0.3",
|
|
56
56
|
"@scure/base": "~2.2.0",
|
|
57
57
|
"@scure/bip39": "~2.2.0",
|
|
58
|
-
"@storybook/react-vite": "
|
|
59
|
-
"@textea/json-viewer": "~4.0.1",
|
|
58
|
+
"@storybook/react-vite": "^10.4.0",
|
|
60
59
|
"@types/luxon": "~3.7.1",
|
|
61
|
-
"@types/node": "~25.6.1",
|
|
62
60
|
"@types/react": "~19.2.14",
|
|
63
|
-
"@
|
|
64
|
-
"@xylabs/
|
|
65
|
-
"@xylabs/
|
|
66
|
-
"@xylabs/
|
|
67
|
-
"@xylabs/react-
|
|
68
|
-
"@xylabs/react-
|
|
69
|
-
"@xylabs/react-
|
|
70
|
-
"@xylabs/react-
|
|
71
|
-
"@xylabs/react-
|
|
72
|
-
"@xylabs/react-
|
|
73
|
-
"@xylabs/react-
|
|
74
|
-
"@xylabs/react-
|
|
75
|
-
"@xylabs/react-
|
|
76
|
-
"@xylabs/react-
|
|
77
|
-
"@xylabs/react-
|
|
78
|
-
"@xylabs/react-
|
|
79
|
-
"@xylabs/react-
|
|
80
|
-
"@xylabs/react-
|
|
81
|
-
"@xylabs/react-
|
|
82
|
-
"@xylabs/
|
|
83
|
-
"@xylabs/sdk-
|
|
84
|
-
"@xylabs/threads": "^5.1.
|
|
85
|
-
"@xylabs/toolchain": "~
|
|
86
|
-
"@xylabs/tsconfig": "^
|
|
87
|
-
"@xylabs/tsconfig-dom": "^
|
|
88
|
-
"@xylabs/tsconfig-react": "~
|
|
61
|
+
"@xylabs/geo": "^5.1.3",
|
|
62
|
+
"@xylabs/indexed-db": "^5.1.3",
|
|
63
|
+
"@xylabs/pixel": "^5.1.3",
|
|
64
|
+
"@xylabs/react-animation": "~8.0.3",
|
|
65
|
+
"@xylabs/react-async-effect": "~8.0.3",
|
|
66
|
+
"@xylabs/react-button": "~8.0.3",
|
|
67
|
+
"@xylabs/react-common": "~8.0.3",
|
|
68
|
+
"@xylabs/react-crypto": "~8.0.3",
|
|
69
|
+
"@xylabs/react-error": "~8.0.3",
|
|
70
|
+
"@xylabs/react-flexbox": "~8.0.3",
|
|
71
|
+
"@xylabs/react-hooks": "~8.0.3",
|
|
72
|
+
"@xylabs/react-identicon": "~8.0.3",
|
|
73
|
+
"@xylabs/react-link": "~8.0.3",
|
|
74
|
+
"@xylabs/react-number-status": "~8.0.3",
|
|
75
|
+
"@xylabs/react-promise": "~8.0.3",
|
|
76
|
+
"@xylabs/react-quick-tip-button": "~8.0.3",
|
|
77
|
+
"@xylabs/react-select": "~8.0.3",
|
|
78
|
+
"@xylabs/react-shared": "~8.0.3",
|
|
79
|
+
"@xylabs/react-theme": "~8.0.3",
|
|
80
|
+
"@xylabs/sdk-js": "^5.1.3",
|
|
81
|
+
"@xylabs/sdk-react": "~8.0.3",
|
|
82
|
+
"@xylabs/threads": "^5.1.3",
|
|
83
|
+
"@xylabs/toolchain": "~8.0.8",
|
|
84
|
+
"@xylabs/tsconfig": "^8.0.8",
|
|
85
|
+
"@xylabs/tsconfig-dom": "^8.0.8",
|
|
86
|
+
"@xylabs/tsconfig-react": "~8.0.8",
|
|
89
87
|
"@xyo-network/account": "~5.6.2",
|
|
90
88
|
"@xyo-network/account-model": "~5.6.3",
|
|
91
89
|
"@xyo-network/api": "~5.6.2",
|
|
@@ -127,16 +125,16 @@
|
|
|
127
125
|
"@xyo-network/payload-wrapper": "~5.6.2",
|
|
128
126
|
"@xyo-network/payloadset-plugin": "^5.6.4",
|
|
129
127
|
"@xyo-network/query-payload-plugin": "~5.6.3",
|
|
130
|
-
"@xyo-network/react-archivist": "~
|
|
131
|
-
"@xyo-network/react-card": "~
|
|
132
|
-
"@xyo-network/react-form-credit-card": "~
|
|
133
|
-
"@xyo-network/react-node": "~
|
|
134
|
-
"@xyo-network/react-node-renderer": "~
|
|
135
|
-
"@xyo-network/react-payload-raw-info": "~
|
|
136
|
-
"@xyo-network/react-payload-table": "~
|
|
137
|
-
"@xyo-network/react-shared": "~
|
|
138
|
-
"@xyo-network/react-table": "~
|
|
139
|
-
"@xyo-network/react-wallet": "~
|
|
128
|
+
"@xyo-network/react-archivist": "~8.0.1",
|
|
129
|
+
"@xyo-network/react-card": "~8.0.1",
|
|
130
|
+
"@xyo-network/react-form-credit-card": "~8.0.1",
|
|
131
|
+
"@xyo-network/react-node": "~8.0.1",
|
|
132
|
+
"@xyo-network/react-node-renderer": "~8.0.1",
|
|
133
|
+
"@xyo-network/react-payload-raw-info": "~8.0.1",
|
|
134
|
+
"@xyo-network/react-payload-table": "~8.0.1",
|
|
135
|
+
"@xyo-network/react-shared": "~8.0.1",
|
|
136
|
+
"@xyo-network/react-table": "~8.0.1",
|
|
137
|
+
"@xyo-network/react-wallet": "~8.0.1",
|
|
140
138
|
"@xyo-network/schema-cache": "~5.6.3",
|
|
141
139
|
"@xyo-network/schema-payload-plugin": "~5.6.3",
|
|
142
140
|
"@xyo-network/sdk-js": "~5.6.4",
|
|
@@ -153,84 +151,84 @@
|
|
|
153
151
|
"buffer": "^6.0.3",
|
|
154
152
|
"card-validator": "~10.0.4",
|
|
155
153
|
"chalk": "^5.6.2",
|
|
154
|
+
"clsx": "~2.1.1",
|
|
156
155
|
"cytoscape": "^3.33.3",
|
|
157
156
|
"cytoscape-cola": "~2.5.1",
|
|
158
157
|
"cytoscape-cose-bilkent": "~4.1.0",
|
|
159
|
-
"cytoscape-dagre": "~
|
|
158
|
+
"cytoscape-dagre": "~3.0",
|
|
160
159
|
"cytoscape-euler": "~1.2.4",
|
|
161
160
|
"debug": "~4.4.3",
|
|
162
|
-
"eslint": "~10.
|
|
161
|
+
"eslint": "~10.4.0",
|
|
163
162
|
"ethers": "^6.16.0",
|
|
164
163
|
"fast-deep-equal": "~3.1.3",
|
|
165
164
|
"hash-wasm": "~4.12.0",
|
|
166
165
|
"idb": "^8.0.3",
|
|
167
|
-
"js-cookie": "~3.0.
|
|
166
|
+
"js-cookie": "~3.0.7",
|
|
168
167
|
"lru-cache": "^11.3.6",
|
|
169
168
|
"luxon": "~3.7.2",
|
|
170
169
|
"mapbox-gl": "^3.23.1",
|
|
171
170
|
"md5": "~2.3",
|
|
172
|
-
"mixpanel-browser": "^2.
|
|
171
|
+
"mixpanel-browser": "^2.79.0",
|
|
173
172
|
"numeral": "~2.0.6",
|
|
174
173
|
"observable-fns": "~0.6.1",
|
|
175
174
|
"pako": "^2.1.0",
|
|
176
175
|
"query-string": "~9.3.1",
|
|
177
176
|
"react": "^19.2.6",
|
|
178
177
|
"react-dom": "^19.2.6",
|
|
179
|
-
"react-helmet": "~6.1.0",
|
|
180
178
|
"react-icons": "~5.6.0",
|
|
181
179
|
"react-is": "^19.2.6",
|
|
182
|
-
"react-router-dom": "
|
|
180
|
+
"react-router-dom": "^7.15.1",
|
|
183
181
|
"react-use-gesture": "~9.1.3",
|
|
184
182
|
"recharts": "~3.8.1",
|
|
185
183
|
"rollbar": "~3.1.0",
|
|
186
184
|
"spark-md5": "~3.0.2",
|
|
187
185
|
"store2": "~2.14.4",
|
|
188
|
-
"storybook": "~10.
|
|
186
|
+
"storybook": "~10.4.0",
|
|
189
187
|
"string-to-color": "~2.2.2",
|
|
190
|
-
"typescript": "~
|
|
191
|
-
"viem": "^2.
|
|
192
|
-
"vite": "
|
|
188
|
+
"typescript": "~6.0.3",
|
|
189
|
+
"viem": "^2.49.3",
|
|
190
|
+
"vite": "^8.0.13",
|
|
193
191
|
"wasm-feature-detect": "~1.8.0",
|
|
194
192
|
"webextension-polyfill": "^0.12.0",
|
|
195
|
-
"zod": "^4.4.3"
|
|
193
|
+
"zod": "^4.4.3",
|
|
194
|
+
"zustand": "~5.0.13"
|
|
196
195
|
},
|
|
197
196
|
"peerDependencies": {
|
|
198
197
|
"@bitauth/libauth": "~3.0",
|
|
199
198
|
"@emotion/react": "^11.14",
|
|
200
199
|
"@emotion/styled": "^11.14",
|
|
201
200
|
"@metamask/providers": "^22.1",
|
|
202
|
-
"@mui/icons-material": "^
|
|
203
|
-
"@mui/material": "^
|
|
204
|
-
"@mui/system": "
|
|
205
|
-
"@mui/x-charts": "~
|
|
206
|
-
"@mui/x-tree-view": "~
|
|
201
|
+
"@mui/icons-material": "^9.0",
|
|
202
|
+
"@mui/material": "^9.0",
|
|
203
|
+
"@mui/system": "~9.0",
|
|
204
|
+
"@mui/x-charts": "~9.2",
|
|
205
|
+
"@mui/x-tree-view": "~9.1",
|
|
207
206
|
"@opentelemetry/api": "^1.9",
|
|
208
207
|
"@opentelemetry/sdk-trace-base": "^2.7",
|
|
209
208
|
"@react-spring/web": "~10.0",
|
|
210
209
|
"@scure/base": "~2.2",
|
|
211
210
|
"@scure/bip39": "~2.2",
|
|
212
|
-
"@textea/json-viewer": "~4.0",
|
|
213
|
-
"@types/node": "~25.6",
|
|
214
211
|
"@xylabs/geo": "^5.0",
|
|
215
212
|
"@xylabs/indexed-db": "^5.0",
|
|
216
213
|
"@xylabs/pixel": "^5.1",
|
|
217
|
-
"@xylabs/react-animation": "~
|
|
218
|
-
"@xylabs/react-async-effect": "~
|
|
219
|
-
"@xylabs/react-button": "~
|
|
220
|
-
"@xylabs/react-common": "~
|
|
221
|
-
"@xylabs/react-crypto": "~
|
|
222
|
-
"@xylabs/react-error": "~
|
|
223
|
-
"@xylabs/react-flexbox": "~
|
|
224
|
-
"@xylabs/react-hooks": "~
|
|
225
|
-
"@xylabs/react-identicon": "~
|
|
226
|
-
"@xylabs/react-link": "~
|
|
227
|
-
"@xylabs/react-number-status": "~
|
|
228
|
-
"@xylabs/react-promise": "~
|
|
229
|
-
"@xylabs/react-quick-tip-button": "~
|
|
230
|
-
"@xylabs/react-select": "~
|
|
231
|
-
"@xylabs/react-shared": "~
|
|
232
|
-
"@xylabs/react-theme": "~
|
|
214
|
+
"@xylabs/react-animation": "~8.0",
|
|
215
|
+
"@xylabs/react-async-effect": "~8.0",
|
|
216
|
+
"@xylabs/react-button": "~8.0",
|
|
217
|
+
"@xylabs/react-common": "~8.0",
|
|
218
|
+
"@xylabs/react-crypto": "~8.0",
|
|
219
|
+
"@xylabs/react-error": "~8.0",
|
|
220
|
+
"@xylabs/react-flexbox": "~8.0",
|
|
221
|
+
"@xylabs/react-hooks": "~8.0",
|
|
222
|
+
"@xylabs/react-identicon": "~8.0",
|
|
223
|
+
"@xylabs/react-link": "~8.0",
|
|
224
|
+
"@xylabs/react-number-status": "~8.0",
|
|
225
|
+
"@xylabs/react-promise": "~8.0",
|
|
226
|
+
"@xylabs/react-quick-tip-button": "~8.0",
|
|
227
|
+
"@xylabs/react-select": "~8.0",
|
|
228
|
+
"@xylabs/react-shared": "~8.0",
|
|
229
|
+
"@xylabs/react-theme": "~8.0",
|
|
233
230
|
"@xylabs/sdk-js": "^5.0",
|
|
231
|
+
"@xylabs/sdk-react": "~8.0",
|
|
234
232
|
"@xylabs/threads": "^5.0",
|
|
235
233
|
"@xyo-network/account": "~5.6",
|
|
236
234
|
"@xyo-network/account-model": "~5.6",
|
|
@@ -273,16 +271,16 @@
|
|
|
273
271
|
"@xyo-network/payload-wrapper": "~5.6",
|
|
274
272
|
"@xyo-network/payloadset-plugin": "^5.5",
|
|
275
273
|
"@xyo-network/query-payload-plugin": "~5.6",
|
|
276
|
-
"@xyo-network/react-archivist": "~
|
|
277
|
-
"@xyo-network/react-card": "~
|
|
278
|
-
"@xyo-network/react-form-credit-card": "~
|
|
279
|
-
"@xyo-network/react-node": "~
|
|
280
|
-
"@xyo-network/react-node-renderer": "~
|
|
281
|
-
"@xyo-network/react-payload-raw-info": "~
|
|
282
|
-
"@xyo-network/react-payload-table": "~
|
|
283
|
-
"@xyo-network/react-shared": "~
|
|
284
|
-
"@xyo-network/react-table": "~
|
|
285
|
-
"@xyo-network/react-wallet": "~
|
|
274
|
+
"@xyo-network/react-archivist": "~8.0",
|
|
275
|
+
"@xyo-network/react-card": "~8.0",
|
|
276
|
+
"@xyo-network/react-form-credit-card": "~8.0",
|
|
277
|
+
"@xyo-network/react-node": "~8.0",
|
|
278
|
+
"@xyo-network/react-node-renderer": "~8.0",
|
|
279
|
+
"@xyo-network/react-payload-raw-info": "~8.0",
|
|
280
|
+
"@xyo-network/react-payload-table": "~8.0",
|
|
281
|
+
"@xyo-network/react-shared": "~8.0",
|
|
282
|
+
"@xyo-network/react-table": "~8.0",
|
|
283
|
+
"@xyo-network/react-wallet": "~8.0",
|
|
286
284
|
"@xyo-network/schema-cache": "~5.6",
|
|
287
285
|
"@xyo-network/schema-payload-plugin": "~5.6",
|
|
288
286
|
"@xyo-network/sdk-js": "~5.6",
|
|
@@ -299,10 +297,11 @@
|
|
|
299
297
|
"buffer": "^6.0",
|
|
300
298
|
"card-validator": "~10.0",
|
|
301
299
|
"chalk": "^5.6",
|
|
300
|
+
"clsx": "~2.1",
|
|
302
301
|
"cytoscape": "^3.33",
|
|
303
302
|
"cytoscape-cola": "~2.5",
|
|
304
303
|
"cytoscape-cose-bilkent": "~4.1",
|
|
305
|
-
"cytoscape-dagre": "~
|
|
304
|
+
"cytoscape-dagre": "~3.0",
|
|
306
305
|
"cytoscape-euler": "~1.2",
|
|
307
306
|
"debug": "~4.4",
|
|
308
307
|
"ethers": "^6.16",
|
|
@@ -321,21 +320,20 @@
|
|
|
321
320
|
"query-string": "~9.3",
|
|
322
321
|
"react": "^19.2",
|
|
323
322
|
"react-dom": "^19.2",
|
|
324
|
-
"react-helmet": "~6.1",
|
|
325
323
|
"react-icons": "~5.6",
|
|
326
324
|
"react-is": "^19.2",
|
|
327
|
-
"react-router-dom": "
|
|
325
|
+
"react-router-dom": "^7.15",
|
|
328
326
|
"react-use-gesture": "~9.1",
|
|
329
327
|
"recharts": "~3.8",
|
|
330
328
|
"rollbar": "~3.1",
|
|
331
329
|
"spark-md5": "~3.0",
|
|
332
330
|
"store2": "~2.14",
|
|
333
331
|
"string-to-color": "~2.2",
|
|
334
|
-
"typescript": "~5.9",
|
|
335
332
|
"viem": "^2.48",
|
|
336
333
|
"wasm-feature-detect": "~1.8",
|
|
337
334
|
"webextension-polyfill": "^0.10.0 || ^0.11.0 || ^0.12.0",
|
|
338
|
-
"zod": "^4.3"
|
|
335
|
+
"zod": "^4.3",
|
|
336
|
+
"zustand": "~5.0"
|
|
339
337
|
},
|
|
340
338
|
"engines": {
|
|
341
339
|
"node": ">=22"
|