@matchain/matchid-sdk-react 0.1.53-alpha.24 → 0.1.53-alpha.25
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/assets/icon/index.d.mts +2 -2
- package/dist/assets/icon/index.d.ts +2 -2
- package/dist/{chunk-QQO3XHLB.mjs → chunk-F7N2JPEQ.mjs} +8 -9
- package/dist/{chunk-QQO3XHLB.mjs.map → chunk-F7N2JPEQ.mjs.map} +1 -1
- package/dist/components/index.d.mts +3 -3
- package/dist/components/index.d.ts +3 -3
- package/dist/components/index.js +2 -3
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +3 -3
- package/dist/hooks/api/index.d.mts +2 -2
- package/dist/hooks/api/index.d.ts +2 -2
- package/dist/hooks/api/index.js +0 -1
- package/dist/hooks/api/index.js.map +1 -1
- package/dist/hooks/api/index.mjs +3 -3
- package/dist/hooks/index.d.mts +2 -2
- package/dist/hooks/index.d.ts +2 -2
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/index.mjs +3 -3
- package/dist/{index-NCW6XL4g.d.ts → index-91BdMYDA.d.ts} +1 -1
- package/dist/{index-DkmLS3T6.d.mts → index-CPk553v5.d.mts} +1 -1
- package/dist/{index-CO1V_sgI.d.ts → index-CZu_8fKl.d.ts} +1 -1
- package/dist/{index-70zSYbsL.d.mts → index-ChHJD4NZ.d.mts} +1 -1
- package/dist/{index-DXzb_pAu.d.mts → index-CkHDxE7B.d.mts} +1 -1
- package/dist/{index-D50gqmw9.d.ts → index-D3BHrg4-.d.ts} +2 -2
- package/dist/{index-CCnyLdRT.d.ts → index-D5geEbXf.d.ts} +2 -2
- package/dist/{index-DbLQvcnt.d.ts → index-DFBrN7dx.d.ts} +1 -1
- package/dist/{index-Cg-ZKy0h.d.mts → index-DSvRdAyZ.d.mts} +2 -2
- package/dist/{index-J73TIwDj.d.mts → index-DX1vzCrM.d.mts} +1 -1
- package/dist/{index-C1bSqPBd.d.mts → index-DjwwXNp4.d.mts} +1 -1
- package/dist/{index-B00EBLeP.d.mts → index-DromP9ET.d.mts} +2 -2
- package/dist/{index-C7GIoYyE.d.ts → index-SRHVQn5G.d.ts} +1 -1
- package/dist/{index-eMj_YVb6.d.ts → index-Vxvd14yW.d.ts} +1 -1
- package/dist/index.d.mts +8 -8
- package/dist/index.d.ts +8 -8
- package/dist/index.js +2 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -6
- package/dist/types/index.d.mts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/{types-CbLw2SJX.d.mts → types-Bi9iq57H.d.mts} +2 -1
- package/dist/{types-CbLw2SJX.d.ts → types-Bi9iq57H.d.ts} +2 -1
- package/dist/ui/index.d.mts +3 -3
- package/dist/ui/index.d.ts +3 -3
- package/dist/ui/index.js.map +1 -1
- package/dist/ui/index.mjs +3 -3
- package/package.json +1 -1
package/dist/hooks/api/index.mjs
CHANGED
|
@@ -5,11 +5,11 @@ import {
|
|
|
5
5
|
poh_exports,
|
|
6
6
|
user_exports,
|
|
7
7
|
wallet_exports
|
|
8
|
-
} from "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
8
|
+
} from "../../chunk-F7N2JPEQ.mjs";
|
|
9
|
+
import "../../chunk-UA6XHZHX.mjs";
|
|
10
10
|
import "../../chunk-IZOOVZAD.mjs";
|
|
11
11
|
import "../../chunk-FKXS2XRG.mjs";
|
|
12
|
-
import "../../chunk-
|
|
12
|
+
import "../../chunk-JX73EY6V.mjs";
|
|
13
13
|
import "../../chunk-J5LGTIGS.mjs";
|
|
14
14
|
export {
|
|
15
15
|
bind_exports as bind,
|
package/dist/hooks/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { c as useCopyClipboard, n as useLayout, f as useMatchChain, a as useMatchEvents, g as useMatchWallet, k as useMatchWalletAssetList, j as useMatchWalletAssets, h as useMatchWalletRecords, d as useModal, l as useReceipt, e as useToast, m as useTransaction, u as useUserInfo, b as useWallet } from '../index-
|
|
1
|
+
export { c as useCopyClipboard, n as useLayout, f as useMatchChain, a as useMatchEvents, g as useMatchWallet, k as useMatchWalletAssetList, j as useMatchWalletAssets, h as useMatchWalletRecords, d as useModal, l as useReceipt, e as useToast, m as useTransaction, u as useUserInfo, b as useWallet } from '../index-DX1vzCrM.mjs';
|
|
2
2
|
import '../request-B0CyrGFT.mjs';
|
|
3
|
-
import '../types-
|
|
3
|
+
import '../types-Bi9iq57H.mjs';
|
|
4
4
|
import 'react';
|
|
5
5
|
import '@tanstack/react-query/src/types';
|
|
6
6
|
import 'viem';
|
package/dist/hooks/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { c as useCopyClipboard, n as useLayout, f as useMatchChain, a as useMatchEvents, g as useMatchWallet, k as useMatchWalletAssetList, j as useMatchWalletAssets, h as useMatchWalletRecords, d as useModal, l as useReceipt, e as useToast, m as useTransaction, u as useUserInfo, b as useWallet } from '../index-
|
|
1
|
+
export { c as useCopyClipboard, n as useLayout, f as useMatchChain, a as useMatchEvents, g as useMatchWallet, k as useMatchWalletAssetList, j as useMatchWalletAssets, h as useMatchWalletRecords, d as useModal, l as useReceipt, e as useToast, m as useTransaction, u as useUserInfo, b as useWallet } from '../index-CZu_8fKl.js';
|
|
2
2
|
import '../request-B0CyrGFT.js';
|
|
3
|
-
import '../types-
|
|
3
|
+
import '../types-Bi9iq57H.js';
|
|
4
4
|
import 'react';
|
|
5
5
|
import '@tanstack/react-query/src/types';
|
|
6
6
|
import 'viem';
|