@matchain/matchid-sdk-react 0.1.48-alpha.2 → 0.1.48-alpha.4
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-D6IUBR7S.mjs → chunk-546GCDLV.mjs} +47 -1
- package/dist/chunk-546GCDLV.mjs.map +1 -0
- package/dist/{chunk-6HRRPZPM.mjs → chunk-UTCHBVMG.mjs} +2 -2
- 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 +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 -2
- package/dist/hooks/index.d.ts +2 -2
- package/dist/hooks/index.js +53 -0
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/index.mjs +3 -1
- package/dist/{index-BVatQlwF.d.mts → index-B-s1k4Da.d.mts} +1 -1
- package/dist/{index-BIgM4fy0.d.mts → index-B8DYrhSW.d.mts} +1 -1
- package/dist/{index-CGs_yTFg.d.ts → index-BHvCA7F9.d.ts} +2 -2
- package/dist/{index-M7ZB3yR5.d.mts → index-BZrddrq-.d.mts} +2 -2
- package/dist/{index-DamklTOJ.d.mts → index-BvLpvebq.d.mts} +2 -2
- package/dist/{index-CKiK4KHj.d.ts → index-Bzcc-y8m.d.ts} +1 -1
- package/dist/{index-BwD1ij0H.d.ts → index-Cwx2p8th.d.ts} +1 -1
- package/dist/{index-C2-M-aBb.d.ts → index-DCeOyAw8.d.ts} +2 -2
- package/dist/{index-RfA22r-Z.d.ts → index-DG_gyw1q.d.ts} +1 -1
- package/dist/{index-BHVMQGZj.d.mts → index-DKyt0for.d.mts} +11 -3
- package/dist/{index-Bb7IkjUW.d.mts → index-DbG5IjhP.d.mts} +1 -1
- package/dist/{index-DgAnNnit.d.ts → index-TkB89QxX.d.ts} +11 -3
- package/dist/index.d.mts +7 -7
- package/dist/index.d.ts +7 -7
- package/dist/index.js +45 -0
- 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-DQq17lf4.d.mts → types-CHkU0WHZ.d.mts} +1 -1
- package/dist/{types-DQq17lf4.d.ts → types-CHkU0WHZ.d.ts} +1 -1
- package/dist/ui/index.d.mts +3 -3
- package/dist/ui/index.d.ts +3 -3
- package/package.json +1 -1
- package/dist/chunk-D6IUBR7S.mjs.map +0 -1
- /package/dist/{chunk-6HRRPZPM.mjs.map → chunk-UTCHBVMG.mjs.map} +0 -0
|
@@ -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-B8DYrhSW.mjs';
|
|
2
2
|
import '@tanstack/react-query';
|
|
3
3
|
import '@tanstack/react-query/src/types';
|
|
4
|
-
import '../../types-
|
|
4
|
+
import '../../types-CHkU0WHZ.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-Cwx2p8th.js';
|
|
2
2
|
import '@tanstack/react-query';
|
|
3
3
|
import '@tanstack/react-query/src/types';
|
|
4
|
-
import '../../types-
|
|
4
|
+
import '../../types-CHkU0WHZ.js';
|
|
5
5
|
import 'react';
|