@tuwaio/nova-connect 1.0.0-fix-packages-alpha.2.4da4f4c → 1.0.0-fix-packages-alpha.4.a65039b
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/{ToastError-Dsvd_ihU.d.cts → ToastError-AjNQOETK.d.cts} +291 -2
- package/dist/{ToastError-DYsDxJFa.d.ts → ToastError-B6QhCVuG.d.ts} +291 -2
- package/dist/chunk-ALPKQFNU.js +2 -0
- package/dist/chunk-ALPKQFNU.js.map +1 -0
- package/dist/chunk-DZWQDCOJ.cjs +2 -0
- package/dist/chunk-DZWQDCOJ.cjs.map +1 -0
- package/dist/chunk-G5ZR2T4P.js +3 -0
- package/dist/chunk-G5ZR2T4P.js.map +1 -0
- package/dist/chunk-PGDNEHRC.cjs +3 -0
- package/dist/chunk-PGDNEHRC.cjs.map +1 -0
- package/dist/chunk-UJKDTNLR.cjs +6 -0
- package/dist/chunk-UJKDTNLR.cjs.map +1 -0
- package/dist/chunk-XUQIDROF.js +6 -0
- package/dist/chunk-XUQIDROF.js.map +1 -0
- package/dist/components/index.cjs +1 -1
- package/dist/components/index.d.cts +3 -3
- package/dist/components/index.d.ts +3 -3
- package/dist/components/index.js +1 -1
- package/dist/hooks/index.cjs +1 -1
- package/dist/hooks/index.d.cts +2 -2
- package/dist/hooks/index.d.ts +2 -2
- package/dist/hooks/index.js +1 -1
- package/dist/i18n/index.cjs +1 -1
- package/dist/i18n/index.d.cts +1 -1
- package/dist/i18n/index.d.ts +1 -1
- package/dist/i18n/index.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.css +78 -13
- package/dist/index.d.cts +5 -5
- package/dist/index.d.ts +5 -5
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/{types-C81YJbpy.d.cts → types-TxPFIK95.d.cts} +3 -0
- package/dist/{types-C81YJbpy.d.ts → types-TxPFIK95.d.ts} +3 -0
- package/dist/{useWalletNativeBalance-9YgoXwBH.d.cts → useWalletNativeBalance-B2bM7E7d.d.cts} +1 -1
- package/dist/{useWalletNativeBalance-DSYfGV0p.d.ts → useWalletNativeBalance-CpWY0Xnr.d.ts} +1 -1
- package/package.json +7 -7
- package/dist/chunk-6DTDABLH.js +0 -6
- package/dist/chunk-6DTDABLH.js.map +0 -1
- package/dist/chunk-7OWIFKZE.cjs +0 -3
- package/dist/chunk-7OWIFKZE.cjs.map +0 -1
- package/dist/chunk-CZLELKCK.js +0 -3
- package/dist/chunk-CZLELKCK.js.map +0 -1
- package/dist/chunk-HWK6XNDD.cjs +0 -2
- package/dist/chunk-HWK6XNDD.cjs.map +0 -1
- package/dist/chunk-Q646MQX2.cjs +0 -6
- package/dist/chunk-Q646MQX2.cjs.map +0 -1
- package/dist/chunk-ZKENDEEY.js +0 -2
- package/dist/chunk-ZKENDEEY.js.map +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React$1 from 'react';
|
|
2
2
|
import { OrbitAdapter } from '@tuwaio/orbit-core';
|
|
3
3
|
import { TransactionPool, Transaction, TxAdapter } from '@tuwaio/pulsar-core';
|
|
4
|
-
import { N as NovaConnectLabels } from './types-
|
|
4
|
+
import { N as NovaConnectLabels } from './types-TxPFIK95.js';
|
|
5
5
|
import { I as InitialChains } from './types-DGsiEwne.js';
|
|
6
6
|
|
|
7
7
|
type ButtonTxStatus = 'idle' | 'loading' | 'succeed' | 'failed' | 'replaced';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tuwaio/nova-connect",
|
|
3
|
-
"version": "1.0.0-fix-packages-alpha.
|
|
3
|
+
"version": "1.0.0-fix-packages-alpha.4.a65039b",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "Oleksandr Tkach",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
}
|
|
86
86
|
],
|
|
87
87
|
"dependencies": {
|
|
88
|
-
"@tuwaio/satellite-react": "1.0.0-fix-packages-alpha.
|
|
88
|
+
"@tuwaio/satellite-react": "1.0.0-fix-packages-alpha.23.ff47aba"
|
|
89
89
|
},
|
|
90
90
|
"peerDependencies": {
|
|
91
91
|
"@bgd-labs/react-web3-icons": ">=1.5",
|
|
@@ -199,9 +199,9 @@
|
|
|
199
199
|
"@tuwaio/orbit-core": "1.0.0-fix-packages-alpha.5.efc1769",
|
|
200
200
|
"@tuwaio/orbit-evm": "1.0.0-fix-packages-alpha.5.efc1769",
|
|
201
201
|
"@tuwaio/orbit-solana": "1.0.0-fix-packages-alpha.5.efc1769",
|
|
202
|
-
"@tuwaio/satellite-core": "1.0.0-fix-packages-alpha.
|
|
203
|
-
"@tuwaio/satellite-evm": "1.0.0-fix-packages-alpha.
|
|
204
|
-
"@tuwaio/satellite-solana": "1.0.0-fix-packages-alpha.
|
|
202
|
+
"@tuwaio/satellite-core": "1.0.0-fix-packages-alpha.23.ff47aba",
|
|
203
|
+
"@tuwaio/satellite-evm": "1.0.0-fix-packages-alpha.23.ff47aba",
|
|
204
|
+
"@tuwaio/satellite-solana": "1.0.0-fix-packages-alpha.23.ff47aba",
|
|
205
205
|
"@tuwaio/pulsar-core": "1.0.0-fix-packages-alpha.3.f5616ba",
|
|
206
206
|
"@wallet-standard/react": "^1.0.1",
|
|
207
207
|
"@wagmi/core": "^3.0.0",
|
|
@@ -227,8 +227,8 @@
|
|
|
227
227
|
"tw-animate-css": "^1.4.0",
|
|
228
228
|
"typescript": "^5.9.3",
|
|
229
229
|
"tsup": "^8.5.1",
|
|
230
|
-
"@tuwaio/nova-core": "^1.0.0-fix-packages-alpha.
|
|
231
|
-
"@tuwaio/nova-transactions": "^1.0.0-fix-packages-alpha.
|
|
230
|
+
"@tuwaio/nova-core": "^1.0.0-fix-packages-alpha.4.a65039b",
|
|
231
|
+
"@tuwaio/nova-transactions": "^1.0.0-fix-packages-alpha.4.a65039b"
|
|
232
232
|
},
|
|
233
233
|
"scripts": {
|
|
234
234
|
"start": "tsup src/index.ts --watch",
|