@matchain/matchid-sdk-react 0.1.50 → 0.1.51-alpha.0
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-JLQVDNWZ.mjs → chunk-5P2AOB6Q.mjs} +2 -2
- package/dist/{chunk-JLQVDNWZ.mjs.map → chunk-5P2AOB6Q.mjs.map} +1 -1
- package/dist/{chunk-6KB4RLTC.mjs → chunk-JJGSJGWC.mjs} +2 -2
- package/dist/components/index.d.mts +3 -3
- package/dist/components/index.d.ts +3 -3
- package/dist/components/index.js +1 -1
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +1 -1
- 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 -3
- package/dist/hooks/index.d.ts +2 -3
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/{index-Bvc8cjpN.d.ts → index-BDoEk1EK.d.ts} +2 -2
- package/dist/{index-Cx2Lx_mh.d.ts → index-BU0r26-N.d.mts} +2 -3
- package/dist/{index-BcEreCxd.d.ts → index-BUj9mOrS.d.ts} +1 -1
- package/dist/{index-Cou96DpL.d.mts → index-B_o9HBS1.d.mts} +1 -1
- package/dist/{index-Bpmrd7mh.d.ts → index-Bmir-Wor.d.mts} +1 -2
- package/dist/{index-C_TiXUOB.d.mts → index-C3aFwrd4.d.ts} +2 -3
- package/dist/{index-D4ju2J_e.d.mts → index-CDqIk5k2.d.mts} +1 -1
- package/dist/{index-C9F6f2iz.d.mts → index-D5OzNRfu.d.mts} +2 -2
- package/dist/{index-BMsj8hJv.d.ts → index-DMUZQqNB.d.ts} +2 -2
- package/dist/{index-Cy3K-Yao.d.ts → index-DvM6x6e6.d.ts} +1 -1
- package/dist/{index-C9qYyRgt.d.mts → index-XzSw1Bym.d.mts} +2 -2
- package/dist/{index-BMfaixEx.d.mts → index-k2Uf0F94.d.ts} +1 -2
- package/dist/index.d.mts +7 -8
- package/dist/index.d.ts +7 -8
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/types/index.d.mts +1 -2
- package/dist/types/index.d.ts +1 -2
- package/dist/{types-DzVVzMYU.d.mts → types-Dd_ExpLx.d.mts} +21 -1
- package/dist/{types-DzVVzMYU.d.ts → types-Dd_ExpLx.d.ts} +21 -1
- package/dist/ui/index.d.mts +3 -3
- package/dist/ui/index.d.ts +3 -3
- package/dist/utils/index.d.mts +1 -2
- package/dist/utils/index.d.ts +1 -2
- package/example/src/App.tsx +11 -3
- package/example/src/pages/User/index.tsx +3 -1
- package/example/src/store/useLocalStore.ts +4 -0
- package/package.json +1 -1
- package/dist/mpc-CTbBWHld.d.mts +0 -20
- package/dist/mpc-CTbBWHld.d.ts +0 -20
- /package/dist/{chunk-6KB4RLTC.mjs.map → chunk-JJGSJGWC.mjs.map} +0 -0
package/dist/hooks/api/index.mjs
CHANGED
|
@@ -2,11 +2,11 @@ import {
|
|
|
2
2
|
bind_exports,
|
|
3
3
|
poh_exports,
|
|
4
4
|
user_exports
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-JJGSJGWC.mjs";
|
|
6
6
|
import {
|
|
7
7
|
isSuccess,
|
|
8
8
|
wallet_exports
|
|
9
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-5P2AOB6Q.mjs";
|
|
10
10
|
import "../../chunk-UA6XHZHX.mjs";
|
|
11
11
|
import "../../chunk-FB5MHLWX.mjs";
|
|
12
12
|
import "../../chunk-HLUFAIFV.mjs";
|
package/dist/hooks/index.d.mts
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
export { c as useCopyClipboard, n as useLayout, f as useMatchChain, a as useMatchEvents, g as useMatchWallet, k as useMatchWalletAssetList, j as useMatchWalletAssets, h as useMatchWalletRecords, d as useModal, l as useReceipt, e as useToast, m as useTransaction, u as useUserInfo, b as useWallet } from '../index-
|
|
2
|
-
import '../types-
|
|
1
|
+
export { c as useCopyClipboard, n as useLayout, f as useMatchChain, a as useMatchEvents, g as useMatchWallet, k as useMatchWalletAssetList, j as useMatchWalletAssets, h as useMatchWalletRecords, d as useModal, l as useReceipt, e as useToast, m as useTransaction, u as useUserInfo, b as useWallet } from '../index-BU0r26-N.mjs';
|
|
2
|
+
import '../types-Dd_ExpLx.mjs';
|
|
3
3
|
import 'react';
|
|
4
4
|
import '@tanstack/react-query/src/types';
|
|
5
5
|
import 'viem';
|
|
6
|
-
import '../mpc-CTbBWHld.mjs';
|
|
7
6
|
import 'viem/types/misc';
|
|
8
7
|
import 'abitype';
|
|
9
8
|
import 'react/jsx-runtime';
|
package/dist/hooks/index.d.ts
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
export { c as useCopyClipboard, n as useLayout, f as useMatchChain, a as useMatchEvents, g as useMatchWallet, k as useMatchWalletAssetList, j as useMatchWalletAssets, h as useMatchWalletRecords, d as useModal, l as useReceipt, e as useToast, m as useTransaction, u as useUserInfo, b as useWallet } from '../index-
|
|
2
|
-
import '../types-
|
|
1
|
+
export { c as useCopyClipboard, n as useLayout, f as useMatchChain, a as useMatchEvents, g as useMatchWallet, k as useMatchWalletAssetList, j as useMatchWalletAssets, h as useMatchWalletRecords, d as useModal, l as useReceipt, e as useToast, m as useTransaction, u as useUserInfo, b as useWallet } from '../index-C3aFwrd4.js';
|
|
2
|
+
import '../types-Dd_ExpLx.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import '@tanstack/react-query/src/types';
|
|
5
5
|
import 'viem';
|
|
6
|
-
import '../mpc-CTbBWHld.js';
|
|
7
6
|
import 'viem/types/misc';
|
|
8
7
|
import 'abitype';
|
|
9
8
|
import 'react/jsx-runtime';
|