@matchain/matchid-sdk-react 0.1.42-alpha.12 → 0.1.42-alpha.13
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-P4CC5TVY.mjs → chunk-EZHR56PJ.mjs} +288 -214
- package/dist/chunk-EZHR56PJ.mjs.map +1 -0
- package/dist/{chunk-3SFDSK7R.mjs → chunk-FNCYUW2N.mjs} +2 -2
- package/dist/components/index.d.mts +2 -2
- package/dist/components/index.d.ts +2 -2
- package/dist/components/index.js +275 -212
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +6 -4
- 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 +3 -3
- package/dist/hooks/index.d.mts +2 -2
- package/dist/hooks/index.d.ts +2 -2
- package/dist/hooks/index.js +50 -28
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/index.mjs +2 -2
- package/dist/{index-BxS06a5O.d.ts → index-B1MrvbwC.d.ts} +1 -1
- package/dist/{index-Ca9nh_8s.d.ts → index-Bm1VurYT.d.ts} +1 -1
- package/dist/{index-DFZpfAfc.d.mts → index-Bmq8JOtv.d.mts} +1 -1
- package/dist/{index-CmH9iRLd.d.mts → index-Cf6kfHOs.d.mts} +10 -3
- package/dist/{index-q5XDobUF.d.mts → index-DEwNjx57.d.mts} +1 -1
- package/dist/{index-DY_ReBra.d.ts → index-FtmjKzbF.d.ts} +10 -3
- package/dist/{index-Bhnio7tx.d.ts → index-oiyw9mSV.d.ts} +7 -3
- package/dist/{index-B2B4VJ-u.d.mts → index-vnxEmUFX.d.mts} +7 -3
- package/dist/index.d.mts +5 -5
- package/dist/index.d.ts +5 -5
- package/dist/index.js +344 -271
- 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-CVwZEgQ0.d.mts → types-DHfZWETj.d.mts} +1 -1
- package/dist/{types-CVwZEgQ0.d.ts → types-DHfZWETj.d.ts} +1 -1
- package/example/src/config/index.ts +1 -0
- package/package.json +1 -1
- package/dist/chunk-P4CC5TVY.mjs.map +0 -1
- /package/dist/{chunk-3SFDSK7R.mjs.map → chunk-FNCYUW2N.mjs.map} +0 -0
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
unBindWalletApi,
|
|
10
10
|
useUserInfo,
|
|
11
11
|
verifyPohApi
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-EZHR56PJ.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-FNCYUW2N.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-Cf6kfHOs.mjs';
|
|
2
2
|
import 'react/jsx-runtime';
|
|
3
|
-
import '../types-
|
|
3
|
+
import '../types-DHfZWETj.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-FtmjKzbF.js';
|
|
2
2
|
import 'react/jsx-runtime';
|
|
3
|
-
import '../types-
|
|
3
|
+
import '../types-DHfZWETj.js';
|
|
4
4
|
import 'react';
|
|
5
5
|
import '../mpc-CTbBWHld.js';
|