@matchain/matchid-sdk-react 0.1.42-alpha.12 → 0.1.42-alpha.14
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-3SFDSK7R.mjs → chunk-A747P2WS.mjs} +2 -2
- package/dist/{chunk-P4CC5TVY.mjs → chunk-DWW3ZAJJ.mjs} +298 -226
- package/dist/chunk-DWW3ZAJJ.mjs.map +1 -0
- 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 +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 +50 -28
- 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-B2B4VJ-u.d.mts → index-DnK10Gz7.d.mts} +7 -3
- 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-Bhnio7tx.d.ts → index-ivTptZeo.d.ts} +7 -3
- package/dist/{index-DY_ReBra.d.ts → index-x432SkFJ.d.ts} +10 -3
- package/dist/index.d.mts +5 -5
- package/dist/index.d.ts +5 -5
- package/dist/index.js +354 -283
- 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/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-A747P2WS.mjs.map} +0 -0
|
@@ -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';
|