@matchain/matchid-sdk-react 0.1.55-alpha.14 → 0.1.55-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.
Files changed (45) hide show
  1. package/dist/api.js +20 -20
  2. package/dist/api.js.map +1 -1
  3. package/dist/api.mjs +5 -5
  4. package/dist/assets/lottie.mjs +2 -2
  5. package/dist/chains.mjs +2 -2
  6. package/dist/{chunk-X4IQIC5B.mjs → chunk-66QEWNJJ.mjs} +2 -2
  7. package/dist/{chunk-VIJ3M2NZ.mjs → chunk-BWGTZNIT.mjs} +160 -153
  8. package/dist/chunk-BWGTZNIT.mjs.map +1 -0
  9. package/dist/{chunk-MY4NT7YU.mjs → chunk-KZRLSMA4.mjs} +2 -2
  10. package/dist/{chunk-SZI6ASMZ.mjs → chunk-RFAPTFVE.mjs} +2 -2
  11. package/dist/{chunk-327CPPF5.mjs → chunk-ULDTUWGQ.mjs} +3 -3
  12. package/dist/chunk-VO2OJADI.mjs +37 -0
  13. package/dist/{chunk-MGWV4BUU.mjs → chunk-ZC36JTEM.mjs} +2 -2
  14. package/dist/components.js +17181 -321
  15. package/dist/components.js.map +1 -1
  16. package/dist/components.mjs +4 -4
  17. package/dist/hooks.js +17082 -222
  18. package/dist/hooks.js.map +1 -1
  19. package/dist/hooks.mjs +4 -4
  20. package/dist/icon.mjs +2 -2
  21. package/dist/{index-B4lczvhL.d.mts → index-Dx4OFZhG.d.mts} +3 -4
  22. package/dist/{index-UJfUO0uH.d.ts → index-hiCo96Vc.d.ts} +3 -4
  23. package/dist/index.d.mts +1 -1
  24. package/dist/index.d.ts +1 -1
  25. package/dist/index.es-FMP4VX4N.mjs +16847 -0
  26. package/dist/index.es-FMP4VX4N.mjs.map +1 -0
  27. package/dist/index.js +17196 -336
  28. package/dist/index.js.map +1 -1
  29. package/dist/index.mjs +7 -7
  30. package/dist/types.mjs +2 -2
  31. package/dist/ui.d.mts +1 -1
  32. package/dist/ui.d.ts +1 -1
  33. package/dist/ui.js +16929 -69
  34. package/dist/ui.js.map +1 -1
  35. package/dist/ui.mjs +6 -6
  36. package/dist/utils.mjs +1 -1
  37. package/package.json +1 -1
  38. package/dist/chunk-BJPOCE4O.mjs +0 -11
  39. package/dist/chunk-VIJ3M2NZ.mjs.map +0 -1
  40. /package/dist/{chunk-X4IQIC5B.mjs.map → chunk-66QEWNJJ.mjs.map} +0 -0
  41. /package/dist/{chunk-MY4NT7YU.mjs.map → chunk-KZRLSMA4.mjs.map} +0 -0
  42. /package/dist/{chunk-SZI6ASMZ.mjs.map → chunk-RFAPTFVE.mjs.map} +0 -0
  43. /package/dist/{chunk-327CPPF5.mjs.map → chunk-ULDTUWGQ.mjs.map} +0 -0
  44. /package/dist/{chunk-BJPOCE4O.mjs.map → chunk-VO2OJADI.mjs.map} +0 -0
  45. /package/dist/{chunk-MGWV4BUU.mjs.map → chunk-ZC36JTEM.mjs.map} +0 -0
@@ -5,7 +5,7 @@ import {
5
5
  } from "./chunk-2E4Y2HA7.mjs";
6
6
  import {
7
7
  __export
8
- } from "./chunk-BJPOCE4O.mjs";
8
+ } from "./chunk-VO2OJADI.mjs";
9
9
 
10
10
  // src/config/chains/index.ts
11
11
  var chains_exports = {};
@@ -17,4 +17,4 @@ __export(chains_exports, {
17
17
  export {
18
18
  chains_exports
19
19
  };
20
- //# sourceMappingURL=chunk-MY4NT7YU.mjs.map
20
+ //# sourceMappingURL=chunk-KZRLSMA4.mjs.map
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  __export
4
- } from "./chunk-BJPOCE4O.mjs";
4
+ } from "./chunk-VO2OJADI.mjs";
5
5
 
6
6
  // src/assets/icon/index.tsx
7
7
  var icon_exports = {};
@@ -1344,4 +1344,4 @@ export {
1344
1344
  MoreIcon,
1345
1345
  icon_exports
1346
1346
  };
1347
- //# sourceMappingURL=chunk-SZI6ASMZ.mjs.map
1347
+ //# sourceMappingURL=chunk-RFAPTFVE.mjs.map
@@ -12,10 +12,10 @@ import {
12
12
  useUserInfo,
13
13
  verifyPohApi,
14
14
  wallet_exports
15
- } from "./chunk-VIJ3M2NZ.mjs";
15
+ } from "./chunk-BWGTZNIT.mjs";
16
16
  import {
17
17
  __export
18
- } from "./chunk-BJPOCE4O.mjs";
18
+ } from "./chunk-VO2OJADI.mjs";
19
19
 
20
20
  // src/hooks/api/index.ts
21
21
  var api_exports = {};
@@ -95,4 +95,4 @@ export {
95
95
  user_exports,
96
96
  api_exports
97
97
  };
98
- //# sourceMappingURL=chunk-327CPPF5.mjs.map
98
+ //# sourceMappingURL=chunk-ULDTUWGQ.mjs.map
@@ -0,0 +1,37 @@
1
+ "use client";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __commonJS = (cb, mod) => function __require() {
9
+ return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
10
+ };
11
+ var __export = (target, all) => {
12
+ for (var name in all)
13
+ __defProp(target, name, { get: all[name], enumerable: true });
14
+ };
15
+ var __copyProps = (to, from, except, desc) => {
16
+ if (from && typeof from === "object" || typeof from === "function") {
17
+ for (let key of __getOwnPropNames(from))
18
+ if (!__hasOwnProp.call(to, key) && key !== except)
19
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
20
+ }
21
+ return to;
22
+ };
23
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
24
+ // If the importer is in node compatibility mode or this is not an ESM
25
+ // file that has been converted to a CommonJS file using a Babel-
26
+ // compatible transform (i.e. "__esModule" has not been set), then set
27
+ // "default" to the CommonJS "module.exports" for node compatibility.
28
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
29
+ mod
30
+ ));
31
+
32
+ export {
33
+ __commonJS,
34
+ __export,
35
+ __toESM
36
+ };
37
+ //# sourceMappingURL=chunk-VO2OJADI.mjs.map
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  __export
4
- } from "./chunk-BJPOCE4O.mjs";
4
+ } from "./chunk-VO2OJADI.mjs";
5
5
 
6
6
  // src/assets/lottie/index.ts
7
7
  var lottie_exports = {};
@@ -46,4 +46,4 @@ export {
46
46
  wallet_default,
47
47
  lottie_exports
48
48
  };
49
- //# sourceMappingURL=chunk-MGWV4BUU.mjs.map
49
+ //# sourceMappingURL=chunk-ZC36JTEM.mjs.map