@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.
Files changed (49) hide show
  1. package/dist/{ToastError-Dsvd_ihU.d.cts → ToastError-AjNQOETK.d.cts} +291 -2
  2. package/dist/{ToastError-DYsDxJFa.d.ts → ToastError-B6QhCVuG.d.ts} +291 -2
  3. package/dist/chunk-ALPKQFNU.js +2 -0
  4. package/dist/chunk-ALPKQFNU.js.map +1 -0
  5. package/dist/chunk-DZWQDCOJ.cjs +2 -0
  6. package/dist/chunk-DZWQDCOJ.cjs.map +1 -0
  7. package/dist/chunk-G5ZR2T4P.js +3 -0
  8. package/dist/chunk-G5ZR2T4P.js.map +1 -0
  9. package/dist/chunk-PGDNEHRC.cjs +3 -0
  10. package/dist/chunk-PGDNEHRC.cjs.map +1 -0
  11. package/dist/chunk-UJKDTNLR.cjs +6 -0
  12. package/dist/chunk-UJKDTNLR.cjs.map +1 -0
  13. package/dist/chunk-XUQIDROF.js +6 -0
  14. package/dist/chunk-XUQIDROF.js.map +1 -0
  15. package/dist/components/index.cjs +1 -1
  16. package/dist/components/index.d.cts +3 -3
  17. package/dist/components/index.d.ts +3 -3
  18. package/dist/components/index.js +1 -1
  19. package/dist/hooks/index.cjs +1 -1
  20. package/dist/hooks/index.d.cts +2 -2
  21. package/dist/hooks/index.d.ts +2 -2
  22. package/dist/hooks/index.js +1 -1
  23. package/dist/i18n/index.cjs +1 -1
  24. package/dist/i18n/index.d.cts +1 -1
  25. package/dist/i18n/index.d.ts +1 -1
  26. package/dist/i18n/index.js +1 -1
  27. package/dist/index.cjs +1 -1
  28. package/dist/index.css +78 -13
  29. package/dist/index.d.cts +5 -5
  30. package/dist/index.d.ts +5 -5
  31. package/dist/index.js +1 -1
  32. package/dist/index.js.map +1 -1
  33. package/dist/{types-C81YJbpy.d.cts → types-TxPFIK95.d.cts} +3 -0
  34. package/dist/{types-C81YJbpy.d.ts → types-TxPFIK95.d.ts} +3 -0
  35. package/dist/{useWalletNativeBalance-9YgoXwBH.d.cts → useWalletNativeBalance-B2bM7E7d.d.cts} +1 -1
  36. package/dist/{useWalletNativeBalance-DSYfGV0p.d.ts → useWalletNativeBalance-CpWY0Xnr.d.ts} +1 -1
  37. package/package.json +7 -7
  38. package/dist/chunk-6DTDABLH.js +0 -6
  39. package/dist/chunk-6DTDABLH.js.map +0 -1
  40. package/dist/chunk-7OWIFKZE.cjs +0 -3
  41. package/dist/chunk-7OWIFKZE.cjs.map +0 -1
  42. package/dist/chunk-CZLELKCK.js +0 -3
  43. package/dist/chunk-CZLELKCK.js.map +0 -1
  44. package/dist/chunk-HWK6XNDD.cjs +0 -2
  45. package/dist/chunk-HWK6XNDD.cjs.map +0 -1
  46. package/dist/chunk-Q646MQX2.cjs +0 -6
  47. package/dist/chunk-Q646MQX2.cjs.map +0 -1
  48. package/dist/chunk-ZKENDEEY.js +0 -2
  49. 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-C81YJbpy.js';
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.2.4da4f4c",
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.19.eb3499f"
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.19.eb3499f",
203
- "@tuwaio/satellite-evm": "1.0.0-fix-packages-alpha.19.eb3499f",
204
- "@tuwaio/satellite-solana": "1.0.0-fix-packages-alpha.19.eb3499f",
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.2.4da4f4c",
231
- "@tuwaio/nova-transactions": "^1.0.0-fix-packages-alpha.2.4da4f4c"
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",