@matchain/matchid-sdk-react 0.1.56-alpha.0 → 0.1.56-alpha.2
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/api.js.map +1 -1
- package/dist/api.mjs +3 -3
- package/dist/assets/lottie.d.mts +1 -1
- package/dist/assets/lottie.d.ts +1 -1
- package/dist/assets/lottie.js +5 -0
- package/dist/assets/lottie.js.map +1 -1
- package/dist/assets/lottie.mjs +3 -1
- package/dist/chunk-NIGHV7RT.mjs +7621 -0
- package/dist/chunk-NIGHV7RT.mjs.map +1 -0
- package/dist/{chunk-SG45XKMV.mjs → chunk-SPVA3A6Z.mjs} +2 -2
- package/dist/{chunk-XR24AYII.mjs → chunk-XM6CYEXN.mjs} +6 -1
- package/dist/chunk-XM6CYEXN.mjs.map +1 -0
- package/dist/components.js +6 -6
- package/dist/components.js.map +1 -1
- package/dist/components.mjs +2 -2
- package/dist/hooks.d.mts +1 -1
- package/dist/hooks.d.ts +1 -1
- package/dist/hooks.js +8 -6
- package/dist/hooks.js.map +1 -1
- package/dist/hooks.mjs +4 -2
- package/dist/{index-D1Ep9UMx.d.ts → index-B7ZEyP1j.d.ts} +10 -2
- package/dist/{index-CDTTHSh0.d.mts → index-CHgaOUiW.d.mts} +6586 -138
- package/dist/{index-CDTTHSh0.d.ts → index-CHgaOUiW.d.ts} +6586 -138
- package/dist/{index-CHG4-0Z1.d.mts → index-CPTgrfjn.d.mts} +10 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +8 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/ui.js +55 -57
- package/dist/ui.js.map +1 -1
- package/dist/ui.mjs +2 -2
- package/package.json +1 -1
- package/dist/chunk-FGJ25ONR.mjs +0 -7621
- package/dist/chunk-FGJ25ONR.mjs.map +0 -1
- package/dist/chunk-XR24AYII.mjs.map +0 -1
- /package/dist/{chunk-SG45XKMV.mjs.map → chunk-SPVA3A6Z.mjs.map} +0 -0
package/dist/hooks.mjs
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
useCopyClipboard,
|
|
3
|
+
useHash,
|
|
3
4
|
useLayout_exports,
|
|
4
5
|
useMatchChain,
|
|
5
6
|
useMatchEvents,
|
|
@@ -13,15 +14,16 @@ import {
|
|
|
13
14
|
useTransaction,
|
|
14
15
|
useUserInfo,
|
|
15
16
|
useWallet
|
|
16
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-NIGHV7RT.mjs";
|
|
17
18
|
import "./chunk-JX73EY6V.mjs";
|
|
18
19
|
import "./chunk-UA6XHZHX.mjs";
|
|
19
20
|
import "./chunk-IZOOVZAD.mjs";
|
|
20
21
|
import "./chunk-FKXS2XRG.mjs";
|
|
21
|
-
import "./chunk-
|
|
22
|
+
import "./chunk-XM6CYEXN.mjs";
|
|
22
23
|
import "./chunk-J5LGTIGS.mjs";
|
|
23
24
|
export {
|
|
24
25
|
useCopyClipboard,
|
|
26
|
+
useHash,
|
|
25
27
|
useLayout_exports as useLayout,
|
|
26
28
|
useMatchChain,
|
|
27
29
|
useMatchEvents,
|
|
@@ -3305,6 +3305,13 @@ declare function useTransaction({ chainId, hash }: {
|
|
|
3305
3305
|
hash: string;
|
|
3306
3306
|
}): _tanstack_react_query.UseQueryResult<any, Error>;
|
|
3307
3307
|
|
|
3308
|
+
declare function useHash({ hash, chain, refetchInterval, enabled }: {
|
|
3309
|
+
hash?: `0x${string}` | null;
|
|
3310
|
+
chain?: Chain | null;
|
|
3311
|
+
refetchInterval?: false | number;
|
|
3312
|
+
enabled?: boolean;
|
|
3313
|
+
}): _tanstack_react_query.UseQueryResult<false | 0 | 1 | -1 | -99, Error>;
|
|
3314
|
+
|
|
3308
3315
|
declare function useDownMd(): boolean;
|
|
3309
3316
|
|
|
3310
3317
|
declare const useLayout_useDownMd: typeof useDownMd;
|
|
@@ -3313,6 +3320,7 @@ declare namespace useLayout {
|
|
|
3313
3320
|
}
|
|
3314
3321
|
|
|
3315
3322
|
declare const index_useCopyClipboard: typeof useCopyClipboard;
|
|
3323
|
+
declare const index_useHash: typeof useHash;
|
|
3316
3324
|
declare const index_useLayout: typeof useLayout;
|
|
3317
3325
|
declare const index_useMatchChain: typeof useMatchChain;
|
|
3318
3326
|
declare const index_useMatchEvents: typeof useMatchEvents;
|
|
@@ -3327,7 +3335,7 @@ declare const index_useTransaction: typeof useTransaction;
|
|
|
3327
3335
|
declare const index_useUserInfo: typeof useUserInfo;
|
|
3328
3336
|
declare const index_useWallet: typeof useWallet;
|
|
3329
3337
|
declare namespace index {
|
|
3330
|
-
export { index_useCopyClipboard as useCopyClipboard, index_useLayout as useLayout, index_useMatchChain as useMatchChain, index_useMatchEvents as useMatchEvents, index_useMatchWallet as useMatchWallet, index_useMatchWalletAssetList as useMatchWalletAssetList, index_useMatchWalletAssets as useMatchWalletAssets, index_useMatchWalletRecords as useMatchWalletRecords, index_useModal as useModal, index_useReceipt as useReceipt, index_useToast as useToast, index_useTransaction as useTransaction, index_useUserInfo as useUserInfo, index_useWallet as useWallet };
|
|
3338
|
+
export { index_useCopyClipboard as useCopyClipboard, index_useHash as useHash, index_useLayout as useLayout, index_useMatchChain as useMatchChain, index_useMatchEvents as useMatchEvents, index_useMatchWallet as useMatchWallet, index_useMatchWalletAssetList as useMatchWalletAssetList, index_useMatchWalletAssets as useMatchWalletAssets, index_useMatchWalletRecords as useMatchWalletRecords, index_useModal as useModal, index_useReceipt as useReceipt, index_useToast as useToast, index_useTransaction as useTransaction, index_useUserInfo as useUserInfo, index_useWallet as useWallet };
|
|
3331
3339
|
}
|
|
3332
3340
|
|
|
3333
|
-
export { ModalProvider as M, ToastProvider as T, useMatchEvents as a, useWallet as b, useCopyClipboard as c, useModal as d, useToast as e, useMatchChain as f, useMatchWallet as g, useMatchWalletRecords as h, index as i, useMatchWalletAssets as j, useMatchWalletAssetList as k, useReceipt as l, useTransaction as m,
|
|
3341
|
+
export { ModalProvider as M, ToastProvider as T, useMatchEvents as a, useWallet as b, useCopyClipboard as c, useModal as d, useToast as e, useMatchChain as f, useMatchWallet as g, useMatchWalletRecords as h, index as i, useMatchWalletAssets as j, useMatchWalletAssetList as k, useReceipt as l, useTransaction as m, useHash as n, useLayout as o, useUserInfo as u };
|