@matchain/matchid-sdk-react 0.1.46-alpha.0 → 0.1.46-alpha.2

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 (67) hide show
  1. package/dist/assets/icon/index.d.mts +1 -1
  2. package/dist/assets/icon/index.d.ts +1 -1
  3. package/dist/assets/icon/index.mjs +1 -1
  4. package/dist/{chunk-VY6Y6PLW.mjs → chunk-3XIGN55C.mjs} +2 -2
  5. package/dist/chunk-HBOS3RBL.mjs +19 -0
  6. package/dist/chunk-HBOS3RBL.mjs.map +1 -0
  7. package/dist/{chunk-DPXMCLYK.mjs → chunk-I62Y5HZS.mjs} +2 -2
  8. package/dist/{chunk-SQIJR7RA.mjs → chunk-UA6XHZHX.mjs} +2 -14
  9. package/dist/chunk-UA6XHZHX.mjs.map +1 -0
  10. package/dist/{chunk-EQ752DLJ.mjs → chunk-V35GNYR2.mjs} +647 -973
  11. package/dist/chunk-V35GNYR2.mjs.map +1 -0
  12. package/dist/{chunk-H6M6OSVR.mjs → chunk-VBGOGJ6U.mjs} +48 -48
  13. package/dist/{chunk-H6M6OSVR.mjs.map → chunk-VBGOGJ6U.mjs.map} +1 -1
  14. package/dist/{chunk-CNQJUDKT.mjs → chunk-W4ZOHVKA.mjs} +32 -3
  15. package/dist/chunk-W4ZOHVKA.mjs.map +1 -0
  16. package/dist/components/index.d.mts +3 -4
  17. package/dist/components/index.d.ts +3 -4
  18. package/dist/components/index.js +331 -759
  19. package/dist/components/index.js.map +1 -1
  20. package/dist/components/index.mjs +4 -6
  21. package/dist/hooks/api/index.d.mts +2 -2
  22. package/dist/hooks/api/index.d.ts +2 -2
  23. package/dist/hooks/api/index.js +215 -231
  24. package/dist/hooks/api/index.js.map +1 -1
  25. package/dist/hooks/api/index.mjs +5 -5
  26. package/dist/hooks/index.d.mts +2 -2
  27. package/dist/hooks/index.d.ts +2 -2
  28. package/dist/hooks/index.js +392 -495
  29. package/dist/hooks/index.js.map +1 -1
  30. package/dist/hooks/index.mjs +4 -4
  31. package/dist/{index-BXCdzLbc.d.mts → index-B6OKNMN_.d.mts} +1 -1
  32. package/dist/{index-C_XI1qNB.d.mts → index-Bb5HNcIM.d.mts} +1 -1
  33. package/dist/{index-DhSoJs_L.d.ts → index-C-l6DIgO.d.mts} +2 -24
  34. package/dist/{index-DSLYDlMJ.d.ts → index-C76VhJX1.d.ts} +10 -4
  35. package/dist/{index-RT9tEHMs.d.mts → index-C7ZTBB4_.d.ts} +2 -24
  36. package/dist/{index-CsHEukeG.d.ts → index-C9lQIgOD.d.ts} +1 -1
  37. package/dist/{index-DWOnfdeP.d.ts → index-CD6roBbT.d.ts} +4 -12
  38. package/dist/{index-nqmU7njp.d.mts → index-Ch94kI1m.d.mts} +4 -12
  39. package/dist/{index-D9-2IgL1.d.ts → index-DHyRhe_l.d.ts} +1 -1
  40. package/dist/{index-bpGeBrps.d.mts → index-DYy-xBrS.d.mts} +10 -4
  41. package/dist/{index-BMWq_SVq.d.ts → index-_oiFIWte.d.ts} +1 -1
  42. package/dist/{index-a9wDsxOI.d.mts → index-oBhm0-55.d.mts} +1 -1
  43. package/dist/index.css +14 -1
  44. package/dist/index.d.mts +8 -8
  45. package/dist/index.d.ts +8 -8
  46. package/dist/index.js +2095 -2406
  47. package/dist/index.js.map +1 -1
  48. package/dist/index.mjs +9 -8
  49. package/dist/types/index.d.mts +1 -1
  50. package/dist/types/index.d.ts +1 -1
  51. package/dist/types/index.mjs +2 -1
  52. package/dist/{types-Cpmx3fld.d.mts → types-Q3WHZX4Z.d.mts} +1 -0
  53. package/dist/{types-Cpmx3fld.d.ts → types-Q3WHZX4Z.d.ts} +1 -0
  54. package/dist/ui/index.d.mts +3 -3
  55. package/dist/ui/index.d.ts +3 -3
  56. package/dist/ui/index.js +29 -0
  57. package/dist/ui/index.js.map +1 -1
  58. package/dist/ui/index.mjs +5 -3
  59. package/example/src/pages/UI/components/AlphaAvatar.tsx +11 -0
  60. package/example/src/pages/UI/index.tsx +2 -0
  61. package/example/src/pages/User/index.tsx +0 -13
  62. package/package.json +1 -1
  63. package/dist/chunk-CNQJUDKT.mjs.map +0 -1
  64. package/dist/chunk-EQ752DLJ.mjs.map +0 -1
  65. package/dist/chunk-SQIJR7RA.mjs.map +0 -1
  66. /package/dist/{chunk-VY6Y6PLW.mjs.map → chunk-3XIGN55C.mjs.map} +0 -0
  67. /package/dist/{chunk-DPXMCLYK.mjs.map → chunk-I62Y5HZS.mjs.map} +0 -0
@@ -1,6 +1,6 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import React, { CSSProperties } from 'react';
3
- import { q as IconProps$1 } from '../../types-Cpmx3fld.mjs';
3
+ import { q as IconProps$1 } from '../../types-Q3WHZX4Z.mjs';
4
4
 
5
5
  declare function BackIcon({ color, size, className, style }: {
6
6
  color?: string;
@@ -1,6 +1,6 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import React, { CSSProperties } from 'react';
3
- import { q as IconProps$1 } from '../../types-Cpmx3fld.js';
3
+ import { q as IconProps$1 } from '../../types-Q3WHZX4Z.js';
4
4
 
5
5
  declare function BackIcon({ color, size, className, style }: {
6
6
  color?: string;
@@ -42,7 +42,7 @@ import {
42
42
  XIcon,
43
43
  XverseIcon,
44
44
  YoutubeIcon
45
- } from "../../chunk-DPXMCLYK.mjs";
45
+ } from "../../chunk-I62Y5HZS.mjs";
46
46
  import "../../chunk-J5LGTIGS.mjs";
47
47
  export {
48
48
  ArrowDownIcon,
@@ -9,7 +9,7 @@ import {
9
9
  unBindWalletApi,
10
10
  useUserInfo,
11
11
  verifyPohApi
12
- } from "./chunk-EQ752DLJ.mjs";
12
+ } from "./chunk-V35GNYR2.mjs";
13
13
  import {
14
14
  __export
15
15
  } from "./chunk-J5LGTIGS.mjs";
@@ -90,4 +90,4 @@ export {
90
90
  user_exports,
91
91
  api_exports
92
92
  };
93
- //# sourceMappingURL=chunk-VY6Y6PLW.mjs.map
93
+ //# sourceMappingURL=chunk-3XIGN55C.mjs.map
@@ -0,0 +1,19 @@
1
+ import {
2
+ ChainType,
3
+ RecoveryType
4
+ } from "./chunk-UA6XHZHX.mjs";
5
+ import {
6
+ __export
7
+ } from "./chunk-J5LGTIGS.mjs";
8
+
9
+ // src/types/index.ts
10
+ var types_exports = {};
11
+ __export(types_exports, {
12
+ ChainType: () => ChainType,
13
+ RecoveryType: () => RecoveryType
14
+ });
15
+
16
+ export {
17
+ types_exports
18
+ };
19
+ //# sourceMappingURL=chunk-HBOS3RBL.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/types/index.ts"],"sourcesContent":["export * from \"./mpc\"\nexport * from \"./types\""],"mappings":";;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;","names":[]}
@@ -1074,7 +1074,6 @@ function TonLightIcon2({ size = 40, ...props }) {
1074
1074
  }
1075
1075
 
1076
1076
  export {
1077
- ArrowLeftIcon,
1078
1077
  BackIcon,
1079
1078
  CloseIcon,
1080
1079
  XIcon,
@@ -1094,6 +1093,7 @@ export {
1094
1093
  OpenEyeIcon,
1095
1094
  DeleteRoundIcon,
1096
1095
  FacebookIcon,
1096
+ ArrowLeftIcon,
1097
1097
  GithubIcon,
1098
1098
  DiscordIcon,
1099
1099
  CheckIcon,
@@ -1118,4 +1118,4 @@ export {
1118
1118
  TonLightIcon,
1119
1119
  TonLightIcon2
1120
1120
  };
1121
- //# sourceMappingURL=chunk-DPXMCLYK.mjs.map
1121
+ //# sourceMappingURL=chunk-I62Y5HZS.mjs.map
@@ -1,14 +1,3 @@
1
- import {
2
- __export
3
- } from "./chunk-J5LGTIGS.mjs";
4
-
5
- // src/types/index.ts
6
- var types_exports = {};
7
- __export(types_exports, {
8
- ChainType: () => ChainType,
9
- RecoveryType: () => RecoveryType
10
- });
11
-
12
1
  // src/types/mpc.ts
13
2
  var ChainType = /* @__PURE__ */ ((ChainType2) => {
14
3
  ChainType2["Ethereum"] = "ethereum";
@@ -23,7 +12,6 @@ var RecoveryType = /* @__PURE__ */ ((RecoveryType2) => {
23
12
 
24
13
  export {
25
14
  ChainType,
26
- RecoveryType,
27
- types_exports
15
+ RecoveryType
28
16
  };
29
- //# sourceMappingURL=chunk-SQIJR7RA.mjs.map
17
+ //# sourceMappingURL=chunk-UA6XHZHX.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/types/mpc.ts"],"sourcesContent":["export interface AuthParams {\n AppId: string;\n AppClientId: string;\n UserId: string;\n AccessToken: string;\n Address?: string;\n}\n\nexport interface EmbeddedWalletsParams {\n Url: string;\n}\nexport enum ChainType {\n Ethereum = \"ethereum\",\n Solana = \"solana\"\n}\nexport enum RecoveryType {\n Base = \"base_generated_recovery_key\",\n UserPasscode = \"user_passcode_recovery_key\"\n}\n// export type ChainType = \"ethereum\" | \"solana\";\n// export type RecoveryType = \"base_generated_recovery_key\" | \"user_passcode_recovery_key\""],"mappings":";AAWO,IAAK,YAAL,kBAAKA,eAAL;AACH,EAAAA,WAAA,cAAW;AACX,EAAAA,WAAA,YAAS;AAFD,SAAAA;AAAA,GAAA;AAIL,IAAK,eAAL,kBAAKC,kBAAL;AACH,EAAAA,cAAA,UAAO;AACP,EAAAA,cAAA,kBAAe;AAFP,SAAAA;AAAA,GAAA;","names":["ChainType","RecoveryType"]}