@xyo-network/react-chain-blockchain 1.7.0 → 1.7.2
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/chain/render/static/table/Ex.d.ts.map +1 -1
- package/dist/browser/hooks/chain-iterator/useChainIteratorParams.d.ts +1 -1
- package/dist/browser/index.d.ts +4 -344
- package/dist/browser/index.mjs.map +1 -1
- package/package.json +47 -48
- package/src/components/chain/render/dynamic/flexbox/variants/WithRemote.tsx +1 -1
- package/src/components/chain/render/static/table/Ex.tsx +1 -2
- package/src/hooks/useTxsFromBlock.ts +1 -1
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.7.
|
|
4
|
+
"version": "1.7.2",
|
|
5
5
|
"description": "XYO Layer One React SDK Blockchain",
|
|
6
6
|
"homepage": "https://xylabs.com",
|
|
7
7
|
"bugs": {
|
|
@@ -37,47 +37,46 @@
|
|
|
37
37
|
"package-cycle": "echo Nothing to do"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@storybook/react-vite": "^9.0.
|
|
41
|
-
"@xylabs/assert": "^4.13.
|
|
42
|
-
"@xylabs/axios": "^4.13.
|
|
43
|
-
"@xylabs/delay": "^4.13.
|
|
44
|
-
"@xylabs/eth-address": "^4.13.
|
|
45
|
-
"@xylabs/exists": "^4.13.
|
|
46
|
-
"@xylabs/hex": "^4.13.
|
|
47
|
-
"@xylabs/promise": "^4.13.
|
|
48
|
-
"@xylabs/react-animation": "^6.3.
|
|
49
|
-
"@xylabs/react-error": "^6.3.
|
|
50
|
-
"@xylabs/react-flexbox": "^6.3.
|
|
51
|
-
"@xylabs/react-
|
|
52
|
-
"@xylabs/react-
|
|
53
|
-
"@xylabs/react-
|
|
54
|
-
"@xylabs/react-
|
|
55
|
-
"@xylabs/
|
|
56
|
-
"@
|
|
57
|
-
"@xyo-network/
|
|
58
|
-
"@xyo-network/archivist-
|
|
59
|
-
"@xyo-network/
|
|
60
|
-
"@xyo-network/boundwitness-
|
|
61
|
-
"@xyo-network/
|
|
62
|
-
"@xyo-network/
|
|
63
|
-
"@xyo-network/chain-
|
|
64
|
-
"@xyo-network/chain-
|
|
65
|
-
"@xyo-network/chain-
|
|
66
|
-
"@xyo-network/chain-
|
|
67
|
-
"@xyo-network/
|
|
68
|
-
"@xyo-network/
|
|
69
|
-
"@xyo-network/payload-
|
|
70
|
-
"@xyo-network/
|
|
71
|
-
"@xyo-network/react-
|
|
72
|
-
"@xyo-network/react-chain-
|
|
73
|
-
"@xyo-network/react-
|
|
74
|
-
"@xyo-network/react-
|
|
75
|
-
"@xyo-network/react-payload-
|
|
76
|
-
"@xyo-network/react-
|
|
77
|
-
"@xyo-network/react-
|
|
78
|
-
"@xyo-network/
|
|
79
|
-
"@xyo-network/xl1-protocol": "^1.
|
|
80
|
-
"@xyo-network/xl1-protocol-sdk": "^1.7.0"
|
|
40
|
+
"@storybook/react-vite": "^9.0.17",
|
|
41
|
+
"@xylabs/assert": "^4.13.17",
|
|
42
|
+
"@xylabs/axios": "^4.13.17",
|
|
43
|
+
"@xylabs/delay": "^4.13.17",
|
|
44
|
+
"@xylabs/eth-address": "^4.13.17",
|
|
45
|
+
"@xylabs/exists": "^4.13.17",
|
|
46
|
+
"@xylabs/hex": "^4.13.17",
|
|
47
|
+
"@xylabs/promise": "^4.13.17",
|
|
48
|
+
"@xylabs/react-animation": "^6.3.11",
|
|
49
|
+
"@xylabs/react-error": "^6.3.11",
|
|
50
|
+
"@xylabs/react-flexbox": "^6.3.11",
|
|
51
|
+
"@xylabs/react-promise": "^6.3.11",
|
|
52
|
+
"@xylabs/react-quick-tip-button": "^6.3.11",
|
|
53
|
+
"@xylabs/react-shared": "^6.3.11",
|
|
54
|
+
"@xylabs/react-theme": "^6.3.11",
|
|
55
|
+
"@xylabs/typeof": "^4.13.17",
|
|
56
|
+
"@xyo-network/account": "^4.1.3",
|
|
57
|
+
"@xyo-network/archivist-memory": "^4.1.3",
|
|
58
|
+
"@xyo-network/archivist-model": "^4.1.3",
|
|
59
|
+
"@xyo-network/boundwitness-builder": "^4.1.3",
|
|
60
|
+
"@xyo-network/boundwitness-model": "^4.1.3",
|
|
61
|
+
"@xyo-network/bridge-http": "^4.1.3",
|
|
62
|
+
"@xyo-network/chain-analyze": "^1.7.2",
|
|
63
|
+
"@xyo-network/chain-protocol": "^1.7.2",
|
|
64
|
+
"@xyo-network/chain-services": "^1.7.2",
|
|
65
|
+
"@xyo-network/chain-utils": "^1.7.2",
|
|
66
|
+
"@xyo-network/chain-wrappers": "^1.7.2",
|
|
67
|
+
"@xyo-network/module-model": "^4.1.3",
|
|
68
|
+
"@xyo-network/payload-builder": "^4.1.3",
|
|
69
|
+
"@xyo-network/payload-model": "^4.1.3",
|
|
70
|
+
"@xyo-network/react-boundwitness-plugin": "^6.1.1",
|
|
71
|
+
"@xyo-network/react-chain-blockies": "^1.7.2",
|
|
72
|
+
"@xyo-network/react-chain-shared": "^1.7.2",
|
|
73
|
+
"@xyo-network/react-event": "^6.1.1",
|
|
74
|
+
"@xyo-network/react-payload-raw-info": "^6.1.1",
|
|
75
|
+
"@xyo-network/react-payload-table": "^6.1.1",
|
|
76
|
+
"@xyo-network/react-shared": "^6.1.1",
|
|
77
|
+
"@xyo-network/react-table": "^6.1.1",
|
|
78
|
+
"@xyo-network/xl1-protocol": "^1.7.1",
|
|
79
|
+
"@xyo-network/xl1-protocol-sdk": "^1.7.2"
|
|
81
80
|
},
|
|
82
81
|
"devDependencies": {
|
|
83
82
|
"@emotion/react": "^11.14.0",
|
|
@@ -85,15 +84,15 @@
|
|
|
85
84
|
"@mui/icons-material": "^7.2.0",
|
|
86
85
|
"@mui/material": "^7.2.0",
|
|
87
86
|
"@types/react": "^19.1.8",
|
|
88
|
-
"@xylabs/hex": "^4.13.
|
|
89
|
-
"@xylabs/ts-scripts-yarn3": "^7.0.0-rc.
|
|
90
|
-
"@xylabs/tsconfig-react": "^7.0.0-rc.
|
|
91
|
-
"@xyo-network/api-models": "^4.1.
|
|
87
|
+
"@xylabs/hex": "^4.13.17",
|
|
88
|
+
"@xylabs/ts-scripts-yarn3": "^7.0.0-rc.27",
|
|
89
|
+
"@xylabs/tsconfig-react": "^7.0.0-rc.27",
|
|
90
|
+
"@xyo-network/api-models": "^4.1.3",
|
|
92
91
|
"knip": "^5.61.3",
|
|
93
92
|
"react": "^19.1.0",
|
|
94
93
|
"react-dom": "^19.1.0",
|
|
95
|
-
"react-router-dom": "^7.
|
|
96
|
-
"storybook": "^9.0.
|
|
94
|
+
"react-router-dom": "^7.7.0",
|
|
95
|
+
"storybook": "^9.0.17",
|
|
97
96
|
"typescript": "^5.8.3"
|
|
98
97
|
},
|
|
99
98
|
"peerDependencies": {
|
|
@@ -2,7 +2,7 @@ import { ErrorRender } from '@xylabs/react-error'
|
|
|
2
2
|
import React from 'react'
|
|
3
3
|
|
|
4
4
|
import type { RemoteBlockChainRenderFlexboxProps } from '../../../../../../types/index.ts'
|
|
5
|
-
import { useRemoteBlockChainRenderProps } from '../../hooks/
|
|
5
|
+
import { useRemoteBlockChainRenderProps } from '../../hooks/index.ts'
|
|
6
6
|
import { WithAnalysis } from './WithAnalysis.tsx'
|
|
7
7
|
|
|
8
8
|
export const WithRemote: React.FC<RemoteBlockChainRenderFlexboxProps> = ({
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { usePromise } from '@xylabs/react-promise'
|
|
2
2
|
import { type HydratedBlock } from '@xyo-network/xl1-protocol'
|
|
3
3
|
|
|
4
|
-
import { txsFromBlock } from '../helpers/
|
|
4
|
+
import { txsFromBlock } from '../helpers/index.ts'
|
|
5
5
|
|
|
6
6
|
export const useTxsFromBlock = (block?: HydratedBlock) => {
|
|
7
7
|
return usePromise(async () => {
|