@matchain/matchid-sdk-react 0.1.42-alpha.13 → 0.1.42-alpha.15
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-EZHR56PJ.mjs → chunk-5MBBID4C.mjs} +12 -14
- package/dist/chunk-5MBBID4C.mjs.map +1 -0
- package/dist/{chunk-FNCYUW2N.mjs → chunk-5QJKCJWO.mjs} +2 -2
- package/dist/components/index.d.mts +2 -2
- package/dist/components/index.d.ts +2 -2
- 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.map +1 -1
- package/dist/hooks/index.mjs +2 -2
- package/dist/{index-Bm1VurYT.d.ts → index-BQDL8XkC.d.ts} +1 -1
- package/dist/{index-Cf6kfHOs.d.mts → index-C1NfMaCm.d.mts} +1 -1
- package/dist/{index-DEwNjx57.d.mts → index-DAj3aVo6.d.mts} +1 -1
- package/dist/{index-vnxEmUFX.d.mts → index-DnK10Gz7.d.mts} +1 -1
- package/dist/{index-B1MrvbwC.d.ts → index-DzVjb4K-.d.ts} +1 -1
- package/dist/{index-Bmq8JOtv.d.mts → index-Rb-jdkzE.d.mts} +1 -1
- package/dist/{index-oiyw9mSV.d.ts → index-ivTptZeo.d.ts} +1 -1
- package/dist/{index-FtmjKzbF.d.ts → index-x432SkFJ.d.ts} +1 -1
- package/dist/index.d.mts +5 -5
- package/dist/index.d.ts +5 -5
- package/dist/index.js +11 -13
- 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-DHfZWETj.d.mts → types-E2MeOwmE.d.mts} +1 -1
- package/dist/{types-DHfZWETj.d.ts → types-E2MeOwmE.d.ts} +1 -1
- package/package.json +1 -1
- package/dist/chunk-EZHR56PJ.mjs.map +0 -1
- /package/dist/{chunk-FNCYUW2N.mjs.map → chunk-5QJKCJWO.mjs.map} +0 -0
package/dist/hooks/api/index.mjs
CHANGED
|
@@ -2,10 +2,10 @@ import {
|
|
|
2
2
|
bind_exports,
|
|
3
3
|
poh_exports,
|
|
4
4
|
user_exports
|
|
5
|
-
} from "../../chunk-
|
|
6
|
-
import "../../chunk-
|
|
7
|
-
import "../../chunk-DPXMCLYK.mjs";
|
|
5
|
+
} from "../../chunk-5QJKCJWO.mjs";
|
|
6
|
+
import "../../chunk-5MBBID4C.mjs";
|
|
8
7
|
import "../../chunk-SQIJR7RA.mjs";
|
|
8
|
+
import "../../chunk-DPXMCLYK.mjs";
|
|
9
9
|
import "../../chunk-J5LGTIGS.mjs";
|
|
10
10
|
export {
|
|
11
11
|
bind_exports as bind,
|
package/dist/hooks/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { c as useCopyClipboard, d as useLayout, a as useMatchEvents, u as useUserInfo, b as useWallet } from '../index-
|
|
2
|
-
import '../types-
|
|
1
|
+
export { c as useCopyClipboard, d as useLayout, a as useMatchEvents, u as useUserInfo, b as useWallet } from '../index-DnK10Gz7.mjs';
|
|
2
|
+
import '../types-E2MeOwmE.mjs';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'viem';
|
|
5
5
|
import '../mpc-CTbBWHld.mjs';
|
package/dist/hooks/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { c as useCopyClipboard, d as useLayout, a as useMatchEvents, u as useUserInfo, b as useWallet } from '../index-
|
|
2
|
-
import '../types-
|
|
1
|
+
export { c as useCopyClipboard, d as useLayout, a as useMatchEvents, u as useUserInfo, b as useWallet } from '../index-ivTptZeo.js';
|
|
2
|
+
import '../types-E2MeOwmE.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'viem';
|
|
5
5
|
import '../mpc-CTbBWHld.js';
|