@matchain/matchid-sdk-react 0.1.53-alpha.23 → 0.1.53-alpha.24
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-WNDUHFQX.mjs → chunk-QQO3XHLB.mjs} +1 -1
- package/dist/chunk-QQO3XHLB.mjs.map +1 -0
- package/dist/components/index.d.mts +3 -3
- package/dist/components/index.d.ts +3 -3
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +2 -2
- package/dist/hooks/api/index.d.mts +2 -2
- package/dist/hooks/api/index.d.ts +2 -2
- 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.map +1 -1
- package/dist/hooks/index.mjs +2 -2
- package/dist/{index-DUdhdrzI.d.ts → index-70zSYbsL.d.mts} +3 -2
- package/dist/{index-Dee6qqWc.d.mts → index-B00EBLeP.d.mts} +2 -2
- package/dist/{index-0q56ZNkH.d.mts → index-C1bSqPBd.d.mts} +2 -2
- package/dist/{index-DqIQL1Es.d.ts → index-C7GIoYyE.d.ts} +1 -1
- package/dist/{index-C7a1Hfcx.d.ts → index-CCnyLdRT.d.ts} +2 -2
- package/dist/{index-BRm4dPQF.d.ts → index-CO1V_sgI.d.ts} +1 -1
- package/dist/{index-rk7ZjmRF.d.mts → index-Cg-ZKy0h.d.mts} +2 -2
- package/dist/{index-DQjZSiFX.d.ts → index-D50gqmw9.d.ts} +2 -2
- package/dist/{index-CaMDtQcV.d.mts → index-DXzb_pAu.d.mts} +1 -1
- package/dist/{index-DcS62217.d.ts → index-DbLQvcnt.d.ts} +1 -1
- package/dist/{index-SR1x4yUS.d.mts → index-DkmLS3T6.d.mts} +1 -1
- package/dist/{index-Crr4Z_Zm.d.mts → index-J73TIwDj.d.mts} +1 -1
- package/dist/{index-DZbxObEv.d.mts → index-NCW6XL4g.d.ts} +3 -2
- package/dist/{index-CANAro1S.d.ts → index-eMj_YVb6.d.ts} +2 -2
- package/dist/index.css +6 -1
- package/dist/index.d.mts +8 -8
- package/dist/index.d.ts +8 -8
- 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-DvqfFAbp.d.mts → types-CbLw2SJX.d.mts} +4 -1
- package/dist/{types-DvqfFAbp.d.ts → types-CbLw2SJX.d.ts} +4 -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 +2 -2
- package/package.json +1 -1
- package/dist/chunk-WNDUHFQX.mjs.map +0 -1
|
@@ -25,11 +25,11 @@ import {
|
|
|
25
25
|
UsernameModal,
|
|
26
26
|
WalletAsset,
|
|
27
27
|
WalletModal
|
|
28
|
-
} from "../chunk-
|
|
28
|
+
} from "../chunk-QQO3XHLB.mjs";
|
|
29
29
|
import "../chunk-JX73EY6V.mjs";
|
|
30
30
|
import "../chunk-IZOOVZAD.mjs";
|
|
31
|
-
import "../chunk-UA6XHZHX.mjs";
|
|
32
31
|
import "../chunk-FKXS2XRG.mjs";
|
|
32
|
+
import "../chunk-UA6XHZHX.mjs";
|
|
33
33
|
import "../chunk-J5LGTIGS.mjs";
|
|
34
34
|
export {
|
|
35
35
|
BTCModal,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { b as bind, c as contact, p as poh, u as user, w as wallet } from '../../index-
|
|
1
|
+
export { b as bind, c as contact, p as poh, u as user, w as wallet } from '../../index-C1bSqPBd.mjs';
|
|
2
2
|
export { i as isSuccess } from '../../request-B0CyrGFT.mjs';
|
|
3
3
|
import '@tanstack/react-query';
|
|
4
4
|
import '@tanstack/react-query/src/types';
|
|
5
|
-
import '../../types-
|
|
5
|
+
import '../../types-CbLw2SJX.mjs';
|
|
6
6
|
import 'react';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { b as bind, c as contact, p as poh, u as user, w as wallet } from '../../index-
|
|
1
|
+
export { b as bind, c as contact, p as poh, u as user, w as wallet } from '../../index-eMj_YVb6.js';
|
|
2
2
|
export { i as isSuccess } from '../../request-B0CyrGFT.js';
|
|
3
3
|
import '@tanstack/react-query';
|
|
4
4
|
import '@tanstack/react-query/src/types';
|
|
5
|
-
import '../../types-
|
|
5
|
+
import '../../types-CbLw2SJX.js';
|
|
6
6
|
import 'react';
|