@xyo-network/react-chain-blockchain 1.5.12 → 1.5.14
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.map +1 -1
- package/dist/types/stories/ChainArchivistDecorator.d.ts +1 -1
- package/dist/types/stories/ChainArchivistDecorator.d.ts.map +1 -1
- package/dist/types/stories/ChainArchivistDelayedInsertDecorator.d.ts +1 -1
- package/dist/types/stories/ChainArchivistDelayedInsertDecorator.d.ts.map +1 -1
- package/dist/types/stories/ChainInfoContextDecorator.d.ts +1 -1
- package/dist/types/stories/ChainInfoContextDecorator.d.ts.map +1 -1
- package/package.json +30 -30
- package/src/components/block/BlockHeadingFlexbox.stories.tsx +1 -1
- package/src/components/block/table/Ex.stories.tsx +1 -1
- package/src/components/block/table/row/TableRow.stories.tsx +1 -1
- package/src/components/chain/render/dynamic/flexbox/Flexbox.stories.tsx +1 -1
- package/src/components/chain/render/dynamic/flexbox/Remote.stories.tsx +1 -1
- package/src/components/chain/render/static/flexbox/Flexbox.stories.tsx +1 -1
- package/src/components/chain/render/static/table/Ex.stories.tsx +1 -1
- package/src/components/payload/builder/producer-intent/Flexbox.stories.tsx +1 -1
- package/src/components/payload/builder/transfer/Flexbox.stories.tsx +1 -1
- package/src/components/transactions/submit/SubmitChain.stories.tsx +1 -1
- package/src/stories/ChainArchivistDecorator.tsx +1 -1
- package/src/stories/ChainArchivistDelayedInsertDecorator.tsx +1 -1
- package/src/stories/ChainInfoContextDecorator.tsx +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChainArchivistDecorator.d.ts","sourceRoot":"","sources":["../../../src/stories/ChainArchivistDecorator.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"ChainArchivistDecorator.d.ts","sourceRoot":"","sources":["../../../src/stories/ChainArchivistDecorator.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAA;AAWtD,eAAO,MAAM,uBAAuB,EAAE,SA+BrC,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChainArchivistDelayedInsertDecorator.d.ts","sourceRoot":"","sources":["../../../src/stories/ChainArchivistDelayedInsertDecorator.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"ChainArchivistDelayedInsertDecorator.d.ts","sourceRoot":"","sources":["../../../src/stories/ChainArchivistDelayedInsertDecorator.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAA;AAetD,eAAO,MAAM,oCAAoC,EAAE,SAsDlD,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChainInfoContextDecorator.d.ts","sourceRoot":"","sources":["../../../src/stories/ChainInfoContextDecorator.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"ChainInfoContextDecorator.d.ts","sourceRoot":"","sources":["../../../src/stories/ChainInfoContextDecorator.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAA;AAiBtD,eAAO,MAAM,yBAAyB,EAAE,SAwBvC,CAAA"}
|
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.5.
|
|
4
|
+
"version": "1.5.14",
|
|
5
5
|
"description": "XYO Layer One React SDK Blockchain",
|
|
6
6
|
"homepage": "https://xylabs.com",
|
|
7
7
|
"bugs": {
|
|
@@ -37,14 +37,14 @@
|
|
|
37
37
|
"package-cycle": "echo Nothing to do"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@storybook/react": "^
|
|
41
|
-
"@xylabs/assert": "^4.11.
|
|
42
|
-
"@xylabs/axios": "^4.11.
|
|
43
|
-
"@xylabs/delay": "^4.11.
|
|
44
|
-
"@xylabs/eth-address": "^4.11.
|
|
45
|
-
"@xylabs/exists": "^4.11.
|
|
46
|
-
"@xylabs/hex": "^4.11.
|
|
47
|
-
"@xylabs/promise": "^4.11.
|
|
40
|
+
"@storybook/react-vite": "^9.0.5",
|
|
41
|
+
"@xylabs/assert": "^4.11.11",
|
|
42
|
+
"@xylabs/axios": "^4.11.11",
|
|
43
|
+
"@xylabs/delay": "^4.11.11",
|
|
44
|
+
"@xylabs/eth-address": "^4.11.11",
|
|
45
|
+
"@xylabs/exists": "^4.11.11",
|
|
46
|
+
"@xylabs/hex": "^4.11.11",
|
|
47
|
+
"@xylabs/promise": "^4.11.11",
|
|
48
48
|
"@xylabs/react-animation": "^6.3.4",
|
|
49
49
|
"@xylabs/react-error": "^6.3.4",
|
|
50
50
|
"@xylabs/react-flexbox": "^6.3.4",
|
|
@@ -53,31 +53,31 @@
|
|
|
53
53
|
"@xylabs/react-quick-tip-button": "^6.3.4",
|
|
54
54
|
"@xylabs/react-shared": "^6.3.4",
|
|
55
55
|
"@xylabs/react-theme": "^6.3.4",
|
|
56
|
-
"@xylabs/typeof": "^4.11.
|
|
56
|
+
"@xylabs/typeof": "^4.11.11",
|
|
57
57
|
"@xyo-network/account": "^3.18.2",
|
|
58
58
|
"@xyo-network/archivist-memory": "^3.18.2",
|
|
59
59
|
"@xyo-network/archivist-model": "^3.18.2",
|
|
60
60
|
"@xyo-network/boundwitness-builder": "^3.18.2",
|
|
61
61
|
"@xyo-network/boundwitness-model": "^3.18.2",
|
|
62
62
|
"@xyo-network/bridge-http": "^3.18.2",
|
|
63
|
-
"@xyo-network/chain-analyze": "^1.5.
|
|
64
|
-
"@xyo-network/chain-protocol": "^1.5.
|
|
65
|
-
"@xyo-network/chain-services": "^1.5.
|
|
66
|
-
"@xyo-network/chain-utils": "^1.5.
|
|
67
|
-
"@xyo-network/chain-wrappers": "^1.5.
|
|
63
|
+
"@xyo-network/chain-analyze": "^1.5.14",
|
|
64
|
+
"@xyo-network/chain-protocol": "^1.5.14",
|
|
65
|
+
"@xyo-network/chain-services": "^1.5.14",
|
|
66
|
+
"@xyo-network/chain-utils": "^1.5.14",
|
|
67
|
+
"@xyo-network/chain-wrappers": "^1.5.14",
|
|
68
68
|
"@xyo-network/module-model": "^3.18.2",
|
|
69
69
|
"@xyo-network/payload-builder": "^3.18.2",
|
|
70
70
|
"@xyo-network/payload-model": "^3.18.2",
|
|
71
|
-
"@xyo-network/react-boundwitness-plugin": "^5.3.
|
|
72
|
-
"@xyo-network/react-chain-blockies": "^1.5.
|
|
73
|
-
"@xyo-network/react-chain-shared": "^1.5.
|
|
74
|
-
"@xyo-network/react-event": "^5.3.
|
|
75
|
-
"@xyo-network/react-payload-raw-info": "^5.3.
|
|
76
|
-
"@xyo-network/react-payload-table": "^5.3.
|
|
77
|
-
"@xyo-network/react-shared": "^5.3.
|
|
78
|
-
"@xyo-network/react-table": "^5.3.
|
|
79
|
-
"@xyo-network/xl1-protocol": "^1.4.
|
|
80
|
-
"@xyo-network/xl1-protocol-sdk": "^1.5.
|
|
71
|
+
"@xyo-network/react-boundwitness-plugin": "^5.3.7",
|
|
72
|
+
"@xyo-network/react-chain-blockies": "^1.5.14",
|
|
73
|
+
"@xyo-network/react-chain-shared": "^1.5.14",
|
|
74
|
+
"@xyo-network/react-event": "^5.3.7",
|
|
75
|
+
"@xyo-network/react-payload-raw-info": "^5.3.7",
|
|
76
|
+
"@xyo-network/react-payload-table": "^5.3.7",
|
|
77
|
+
"@xyo-network/react-shared": "^5.3.7",
|
|
78
|
+
"@xyo-network/react-table": "^5.3.7",
|
|
79
|
+
"@xyo-network/xl1-protocol": "^1.4.19",
|
|
80
|
+
"@xyo-network/xl1-protocol-sdk": "^1.5.14"
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
83
|
"@emotion/react": "^11.14.0",
|
|
@@ -85,15 +85,15 @@
|
|
|
85
85
|
"@mui/icons-material": "^7.1.1",
|
|
86
86
|
"@mui/material": "^7.1.1",
|
|
87
87
|
"@types/react": "^19.1.6",
|
|
88
|
-
"@xylabs/hex": "^4.11.
|
|
89
|
-
"@xylabs/ts-scripts-yarn3": "^6.5.
|
|
90
|
-
"@xylabs/tsconfig-react": "^6.5.
|
|
88
|
+
"@xylabs/hex": "^4.11.11",
|
|
89
|
+
"@xylabs/ts-scripts-yarn3": "^6.5.8",
|
|
90
|
+
"@xylabs/tsconfig-react": "^6.5.8",
|
|
91
91
|
"@xyo-network/api-models": "^3.18.2",
|
|
92
|
-
"knip": "^5.
|
|
92
|
+
"knip": "^5.60.2",
|
|
93
93
|
"react": "^19.1.0",
|
|
94
94
|
"react-dom": "^19.1.0",
|
|
95
95
|
"react-router-dom": "^7.6.2",
|
|
96
|
-
"storybook": "^
|
|
96
|
+
"storybook": "^9.0.5",
|
|
97
97
|
"typescript": "^5.8.3"
|
|
98
98
|
},
|
|
99
99
|
"peerDependencies": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Alert, AlertTitle, List, ListItem, Stack,
|
|
3
3
|
} from '@mui/material'
|
|
4
|
-
import type { Meta, StoryFn } from '@storybook/react'
|
|
4
|
+
import type { Meta, StoryFn } from '@storybook/react-vite'
|
|
5
5
|
import { buildRandomBlockChainBlocksOnly } from '@xyo-network/react-chain-shared'
|
|
6
6
|
import React, { useState } from 'react'
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Alert, AlertTitle, Snackbar,
|
|
3
3
|
} from '@mui/material'
|
|
4
|
-
import type { Meta, StoryFn } from '@storybook/react'
|
|
4
|
+
import type { Meta, StoryFn } from '@storybook/react-vite'
|
|
5
5
|
import { buildRandomBlockChain } from '@xyo-network/react-chain-shared'
|
|
6
6
|
import type { Event } from '@xyo-network/react-event'
|
|
7
7
|
import React, { useState } from 'react'
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Table, TableBody } from '@mui/material'
|
|
2
|
-
import type { Meta, StoryFn } from '@storybook/react'
|
|
2
|
+
import type { Meta, StoryFn } from '@storybook/react-vite'
|
|
3
3
|
import { buildRandomBlockChainBlocksOnly } from '@xyo-network/react-chain-shared'
|
|
4
4
|
import React from 'react'
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CircularProgress } from '@mui/material'
|
|
2
|
-
import type { Decorator } from '@storybook/react'
|
|
2
|
+
import type { Decorator } from '@storybook/react-vite'
|
|
3
3
|
import { usePromise } from '@xylabs/react-promise'
|
|
4
4
|
import { MemoryArchivist } from '@xyo-network/archivist-memory'
|
|
5
5
|
import { ArchivistConfigSchema } from '@xyo-network/archivist-model'
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CircularProgress } from '@mui/material'
|
|
2
|
-
import type { Decorator } from '@storybook/react'
|
|
2
|
+
import type { Decorator } from '@storybook/react-vite'
|
|
3
3
|
import { delay } from '@xylabs/delay'
|
|
4
4
|
import { usePromise } from '@xylabs/react-promise'
|
|
5
5
|
import { MemoryArchivist } from '@xyo-network/archivist-memory'
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { Decorator } from '@storybook/react'
|
|
1
|
+
import type { Decorator } from '@storybook/react-vite'
|
|
2
2
|
import { assertEx } from '@xylabs/assert'
|
|
3
3
|
import { usePromise } from '@xylabs/react-promise'
|
|
4
4
|
import { XyoChainBlockNumberIterator } from '@xyo-network/chain-services'
|