@xyo-network/react-chain-blockchain 1.16.17 → 1.16.18
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/account/table/BalanceHistoryTableRow.d.ts +1 -0
- package/dist/browser/components/account/table/BalanceHistoryTableRow.d.ts.map +1 -1
- package/dist/browser/components/account/table/RawAmountTableCell.d.ts +1 -0
- package/dist/browser/components/account/table/RawAmountTableCell.d.ts.map +1 -1
- package/dist/browser/components/account/table/cell/AddressTableCell.d.ts +1 -0
- package/dist/browser/components/account/table/cell/AddressTableCell.d.ts.map +1 -1
- package/dist/browser/components/account/table/cell/HashTableCell.d.ts +1 -0
- package/dist/browser/components/account/table/cell/HashTableCell.d.ts.map +1 -1
- package/dist/browser/index.mjs +268 -265
- package/dist/browser/index.mjs.map +1 -1
- package/package.json +12 -12
- package/src/components/account/table/BalanceHistoryTableRow.tsx +1 -1
- package/src/components/account/table/RawAmountTableCell.tsx +1 -0
- package/src/components/account/table/cell/AddressTableCell.tsx +1 -0
- package/src/components/account/table/cell/HashTableCell.tsx +1 -0
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.16.
|
|
4
|
+
"version": "1.16.18",
|
|
5
5
|
"description": "XYO Layer One React SDK Blockchain",
|
|
6
6
|
"homepage": "https://xylabs.com",
|
|
7
7
|
"bugs": {
|
|
@@ -63,18 +63,18 @@
|
|
|
63
63
|
"@xyo-network/boundwitness-builder": "~5.1.23",
|
|
64
64
|
"@xyo-network/boundwitness-model": "~5.1.23",
|
|
65
65
|
"@xyo-network/bridge-http": "~5.1.23",
|
|
66
|
-
"@xyo-network/chain-analyze": "~1.16.
|
|
67
|
-
"@xyo-network/chain-protocol": "~1.16.
|
|
68
|
-
"@xyo-network/chain-services": "~1.16.
|
|
69
|
-
"@xyo-network/chain-utils": "~1.16.
|
|
70
|
-
"@xyo-network/chain-wrappers": "~1.16.
|
|
66
|
+
"@xyo-network/chain-analyze": "~1.16.18",
|
|
67
|
+
"@xyo-network/chain-protocol": "~1.16.18",
|
|
68
|
+
"@xyo-network/chain-services": "~1.16.18",
|
|
69
|
+
"@xyo-network/chain-utils": "~1.16.18",
|
|
70
|
+
"@xyo-network/chain-wrappers": "~1.16.18",
|
|
71
71
|
"@xyo-network/module-model": "~5.1.23",
|
|
72
72
|
"@xyo-network/payload-builder": "~5.1.23",
|
|
73
73
|
"@xyo-network/payload-model": "~5.1.23",
|
|
74
74
|
"@xyo-network/react-boundwitness-plugin": "~7.3.10",
|
|
75
|
-
"@xyo-network/react-chain-blockies": "~1.16.
|
|
76
|
-
"@xyo-network/react-chain-provider": "~1.16.
|
|
77
|
-
"@xyo-network/react-chain-shared": "~1.16.
|
|
75
|
+
"@xyo-network/react-chain-blockies": "~1.16.18",
|
|
76
|
+
"@xyo-network/react-chain-provider": "~1.16.18",
|
|
77
|
+
"@xyo-network/react-chain-shared": "~1.16.18",
|
|
78
78
|
"@xyo-network/react-error": "~7.3.10",
|
|
79
79
|
"@xyo-network/react-event": "~7.3.10",
|
|
80
80
|
"@xyo-network/react-payload-raw-info": "~7.3.10",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"@xyo-network/react-shared": "~7.3.10",
|
|
83
83
|
"@xyo-network/react-table": "~7.3.10",
|
|
84
84
|
"@xyo-network/xl1-protocol": "~1.13.11",
|
|
85
|
-
"@xyo-network/xl1-protocol-sdk": "~1.16.
|
|
85
|
+
"@xyo-network/xl1-protocol-sdk": "~1.16.18"
|
|
86
86
|
},
|
|
87
87
|
"devDependencies": {
|
|
88
88
|
"@emotion/react": "~11.14.0",
|
|
@@ -97,8 +97,8 @@
|
|
|
97
97
|
"@xylabs/tsconfig-dom": "~7.2.8",
|
|
98
98
|
"@xylabs/tsconfig-react": "~7.2.8",
|
|
99
99
|
"@xyo-network/api-models": "~5.1.23",
|
|
100
|
-
"@xyo-network/xl1-network-model": "~1.16.
|
|
101
|
-
"@xyo-network/xl1-rpc": "~1.16.
|
|
100
|
+
"@xyo-network/xl1-network-model": "~1.16.18",
|
|
101
|
+
"@xyo-network/xl1-rpc": "~1.16.18",
|
|
102
102
|
"axios": "^1.13.2",
|
|
103
103
|
"eslint": "^9.39.1",
|
|
104
104
|
"react": "~19.2.0",
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
import type { AccountBalanceHistoryItemFormatted } from '@xyo-network/react-chain-provider'
|
|
5
5
|
import { RawInfoIconButton } from '@xyo-network/react-payload-raw-info'
|
|
6
6
|
import type { JsonValue } from '@xyo-network/xl1-rpc'
|
|
7
|
-
import { useMemo } from 'react'
|
|
7
|
+
import React, { useMemo } from 'react'
|
|
8
8
|
|
|
9
9
|
import { BlockEpochTableCellInner, BlockNumberTableCellInner } from '../../block/index.ts'
|
|
10
10
|
import { AddressTableCell, HashTableCell } from './cell/index.ts'
|
|
@@ -6,6 +6,7 @@ import { isDefined, toHex } from '@xylabs/sdk-js'
|
|
|
6
6
|
import type { BalanceTransactionType } from '@xyo-network/react-chain-provider'
|
|
7
7
|
import { useEvent } from '@xyo-network/react-event'
|
|
8
8
|
import { XL1Amount } from '@xyo-network/xl1-protocol'
|
|
9
|
+
import React from 'react'
|
|
9
10
|
|
|
10
11
|
import type { BalanceHistoryEventNouns } from './types/index.ts'
|
|
11
12
|
|