@matchain/matchid-sdk-react 0.1.48-alpha.23 → 0.1.48-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 +1 -1
- package/dist/assets/icon/index.d.ts +1 -1
- package/dist/{chunk-SB54XHCJ.mjs → chunk-EOT6XIVG.mjs} +2 -2
- package/dist/{chunk-FYW4P7HS.mjs → chunk-TSPOB4DT.mjs} +20 -21
- package/dist/chunk-TSPOB4DT.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 +8 -9
- 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 +3 -3
- package/dist/hooks/index.d.mts +2 -2
- package/dist/hooks/index.d.ts +2 -2
- package/dist/hooks/index.js +3 -1
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/index.mjs +2 -2
- package/dist/{index-Ca30Hgn7.d.mts → index-BMfaixEx.d.mts} +1 -1
- package/dist/{index-CN2jy6bb.d.ts → index-BMsj8hJv.d.ts} +2 -2
- package/dist/{index-BOsoQSmx.d.ts → index-BcEreCxd.d.ts} +1 -1
- package/dist/{index-BFSCCmlU.d.ts → index-Bpmrd7mh.d.ts} +1 -1
- package/dist/{index-DTYp8DRd.d.ts → index-Bvc8cjpN.d.ts} +2 -2
- package/dist/{index-Bk_dqXKp.d.mts → index-C9F6f2iz.d.mts} +2 -2
- package/dist/{index-B4gKj0ro.d.mts → index-C9qYyRgt.d.mts} +2 -2
- package/dist/{index-CdM22eod.d.mts → index-Cou96DpL.d.mts} +1 -1
- package/dist/{index-BHXlpUg5.d.ts → index-Cy3K-Yao.d.ts} +1 -1
- package/dist/{index-D3GBq1P1.d.mts → index-D4ju2J_e.d.mts} +1 -1
- package/dist/{index-BObJQar4.d.mts → index-DUHkH5t-.d.mts} +11 -1
- package/dist/{index-CSTyna62.d.ts → index-DcQm2dkr.d.ts} +11 -1
- package/dist/index.d.mts +7 -7
- package/dist/index.d.ts +7 -7
- package/dist/index.js +8 -9
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +9 -9
- package/dist/types/index.d.mts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/{types-Dc15ure7.d.mts → types-DzVVzMYU.d.mts} +1 -1
- package/dist/{types-Dc15ure7.d.ts → types-DzVVzMYU.d.ts} +1 -1
- package/dist/ui/index.d.mts +3 -3
- package/dist/ui/index.d.ts +3 -3
- package/example/src/pages/Wallet/components/MatchWallet.tsx +24 -2
- package/package.json +1 -1
- package/dist/chunk-FYW4P7HS.mjs.map +0 -1
- /package/dist/{chunk-SB54XHCJ.mjs.map → chunk-EOT6XIVG.mjs.map} +0 -0
|
@@ -15,9 +15,8 @@ import {
|
|
|
15
15
|
UsernameModal,
|
|
16
16
|
WalletAsset,
|
|
17
17
|
WalletModal
|
|
18
|
-
} from "../chunk-
|
|
18
|
+
} from "../chunk-TSPOB4DT.mjs";
|
|
19
19
|
import "../chunk-UA6XHZHX.mjs";
|
|
20
|
-
import "../chunk-5JHHHLG4.mjs";
|
|
21
20
|
import {
|
|
22
21
|
Button,
|
|
23
22
|
Field,
|
|
@@ -27,6 +26,7 @@ import {
|
|
|
27
26
|
Overlay,
|
|
28
27
|
Popover
|
|
29
28
|
} from "../chunk-FB5MHLWX.mjs";
|
|
29
|
+
import "../chunk-5JHHHLG4.mjs";
|
|
30
30
|
import "../chunk-LHNKZISB.mjs";
|
|
31
31
|
import "../chunk-J5LGTIGS.mjs";
|
|
32
32
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { b as bind, a as isSuccess, p as poh, u as user, w as wallet } from '../../index-
|
|
1
|
+
export { b as bind, a as isSuccess, p as poh, u as user, w as wallet } from '../../index-D4ju2J_e.mjs';
|
|
2
2
|
import '@tanstack/react-query';
|
|
3
3
|
import '@tanstack/react-query/src/types';
|
|
4
|
-
import '../../types-
|
|
4
|
+
import '../../types-DzVVzMYU.mjs';
|
|
5
5
|
import 'react';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { b as bind, a as isSuccess, p as poh, u as user, w as wallet } from '../../index-
|
|
1
|
+
export { b as bind, a as isSuccess, p as poh, u as user, w as wallet } from '../../index-Cy3K-Yao.js';
|
|
2
2
|
import '@tanstack/react-query';
|
|
3
3
|
import '@tanstack/react-query/src/types';
|
|
4
|
-
import '../../types-
|
|
4
|
+
import '../../types-DzVVzMYU.js';
|
|
5
5
|
import 'react';
|