@matchain/matchid-sdk-react 0.1.42-alpha.8 → 0.1.43
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 +1 -1
- package/dist/assets/icon/index.d.ts +1 -1
- package/dist/{chunk-FXRUBZOM.mjs → chunk-KITTHHSR.mjs} +372 -294
- package/dist/chunk-KITTHHSR.mjs.map +1 -0
- package/dist/{chunk-NFWID5ZW.mjs → chunk-L3G6YN2D.mjs} +2 -2
- package/dist/components/index.d.mts +2 -2
- package/dist/components/index.d.ts +2 -2
- package/dist/components/index.js +306 -232
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +5 -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 +52 -30
- package/dist/hooks/api/index.js.map +1 -1
- package/dist/hooks/api/index.mjs +2 -2
- package/dist/hooks/index.d.mts +2 -2
- package/dist/hooks/index.d.ts +2 -2
- package/dist/hooks/index.js +87 -53
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/{index-Ca9nh_8s.d.ts → index-BQDL8XkC.d.ts} +1 -1
- package/dist/{index-CmH9iRLd.d.mts → index-C1NfMaCm.d.mts} +10 -3
- package/dist/{index-q5XDobUF.d.mts → index-DAj3aVo6.d.mts} +1 -1
- package/dist/{index-sOVSnYF4.d.mts → index-DnK10Gz7.d.mts} +11 -5
- package/dist/{index-BxS06a5O.d.ts → index-DzVjb4K-.d.ts} +1 -1
- package/dist/{index-DFZpfAfc.d.mts → index-Rb-jdkzE.d.mts} +1 -1
- package/dist/{index-DKMrpRJC.d.ts → index-ivTptZeo.d.ts} +11 -5
- package/dist/{index-DY_ReBra.d.ts → index-x432SkFJ.d.ts} +10 -3
- package/dist/index.d.mts +6 -6
- package/dist/index.d.ts +6 -6
- package/dist/index.js +409 -334
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/types/index.d.mts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/{types-CVwZEgQ0.d.mts → types-E2MeOwmE.d.mts} +1 -1
- package/dist/{types-CVwZEgQ0.d.ts → types-E2MeOwmE.d.ts} +1 -1
- package/example/src/abi/erc20.json +222 -0
- package/example/src/config/index.ts +1 -0
- package/example/src/pages/Wallet.tsx +135 -9
- package/example/src/store/useLocalStore.ts +7 -1
- package/example/tsconfig.json +1 -0
- package/package.json +1 -1
- package/dist/chunk-FXRUBZOM.mjs.map +0 -1
- /package/dist/{chunk-NFWID5ZW.mjs.map → chunk-L3G6YN2D.mjs.map} +0 -0
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
unBindWalletApi,
|
|
10
10
|
useUserInfo,
|
|
11
11
|
verifyPohApi
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-KITTHHSR.mjs";
|
|
13
13
|
import {
|
|
14
14
|
__export
|
|
15
15
|
} from "./chunk-J5LGTIGS.mjs";
|
|
@@ -90,4 +90,4 @@ export {
|
|
|
90
90
|
user_exports,
|
|
91
91
|
api_exports
|
|
92
92
|
};
|
|
93
|
-
//# sourceMappingURL=chunk-
|
|
93
|
+
//# sourceMappingURL=chunk-L3G6YN2D.mjs.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { g as BTCModal, B as Button, E as EmailModal, F as Field, I as Input, L as LoginBox, b as LoginButton, d as LoginModal, c as LoginPanel, M as Modal, a as ModalWithHeader, O as Overlay, e as PasswordModal, P as Popover, S as SOLModal, f as TONModal, T as TRONModal, U as UsernameModal } from '../index-
|
|
1
|
+
export { g as BTCModal, B as Button, E as EmailModal, F as Field, I as Input, L as LoginBox, b as LoginButton, d as LoginModal, c as LoginPanel, M as Modal, a as ModalWithHeader, O as Overlay, e as PasswordModal, P as Popover, S as SOLModal, f as TONModal, T as TRONModal, U as UsernameModal, W as WalletModal } from '../index-C1NfMaCm.mjs';
|
|
2
2
|
import 'react/jsx-runtime';
|
|
3
|
-
import '../types-
|
|
3
|
+
import '../types-E2MeOwmE.mjs';
|
|
4
4
|
import 'react';
|
|
5
5
|
import '../mpc-CTbBWHld.mjs';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { g as BTCModal, B as Button, E as EmailModal, F as Field, I as Input, L as LoginBox, b as LoginButton, d as LoginModal, c as LoginPanel, M as Modal, a as ModalWithHeader, O as Overlay, e as PasswordModal, P as Popover, S as SOLModal, f as TONModal, T as TRONModal, U as UsernameModal } from '../index-
|
|
1
|
+
export { g as BTCModal, B as Button, E as EmailModal, F as Field, I as Input, L as LoginBox, b as LoginButton, d as LoginModal, c as LoginPanel, M as Modal, a as ModalWithHeader, O as Overlay, e as PasswordModal, P as Popover, S as SOLModal, f as TONModal, T as TRONModal, U as UsernameModal, W as WalletModal } from '../index-x432SkFJ.js';
|
|
2
2
|
import 'react/jsx-runtime';
|
|
3
|
-
import '../types-
|
|
3
|
+
import '../types-E2MeOwmE.js';
|
|
4
4
|
import 'react';
|
|
5
5
|
import '../mpc-CTbBWHld.js';
|