@matchain/matchid-sdk-react 0.1.53-alpha.0 → 0.1.53-alpha.10

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 (101) hide show
  1. package/dist/assets/icon/index.d.mts +4 -144
  2. package/dist/assets/icon/index.d.ts +4 -144
  3. package/dist/assets/icon/index.js +54 -0
  4. package/dist/assets/icon/index.js.map +1 -1
  5. package/dist/assets/icon/index.mjs +5 -1
  6. package/dist/chunk-3CR66BEX.mjs +19 -0
  7. package/dist/chunk-3CR66BEX.mjs.map +1 -0
  8. package/dist/{chunk-LHNKZISB.mjs → chunk-FKXS2XRG.mjs} +114 -2
  9. package/dist/chunk-FKXS2XRG.mjs.map +1 -0
  10. package/dist/{chunk-HLUFAIFV.mjs → chunk-IZOOVZAD.mjs} +11 -6
  11. package/dist/chunk-IZOOVZAD.mjs.map +1 -0
  12. package/dist/{chunk-HYQ3T6WW.mjs → chunk-JX73EY6V.mjs} +2 -14
  13. package/dist/chunk-JX73EY6V.mjs.map +1 -0
  14. package/dist/{chunk-LRJDS2OK.mjs → chunk-NCVBLRAJ.mjs} +5750 -4942
  15. package/dist/chunk-NCVBLRAJ.mjs.map +1 -0
  16. package/dist/{chunk-FB5MHLWX.mjs → chunk-X5HGL3ZX.mjs} +45 -3
  17. package/dist/chunk-X5HGL3ZX.mjs.map +1 -0
  18. package/dist/components/index.d.mts +3 -3
  19. package/dist/components/index.d.ts +3 -3
  20. package/dist/components/index.js +1468 -591
  21. package/dist/components/index.js.map +1 -1
  22. package/dist/components/index.mjs +11 -6
  23. package/dist/config/chains/index.mjs +2 -1
  24. package/dist/hooks/api/index.d.mts +3 -2
  25. package/dist/hooks/api/index.d.ts +3 -2
  26. package/dist/hooks/api/index.js +402 -148
  27. package/dist/hooks/api/index.js.map +1 -1
  28. package/dist/hooks/api/index.mjs +9 -8
  29. package/dist/hooks/index.d.mts +3 -2
  30. package/dist/hooks/index.d.ts +3 -2
  31. package/dist/hooks/index.js +638 -545
  32. package/dist/hooks/index.js.map +1 -1
  33. package/dist/hooks/index.mjs +5 -4
  34. package/dist/index-BVfCh4l-.d.mts +203 -0
  35. package/dist/{index-CGx_yc95.d.mts → index-BaFmUVw-.d.mts} +1 -1
  36. package/dist/{index-BoIDCH41.d.ts → index-BgdY5xdW.d.ts} +41 -17
  37. package/dist/{index-CteYYAoN.d.mts → index-BrzFSkOe.d.mts} +41 -17
  38. package/dist/{index-CO1j3Cxc.d.ts → index-C0UKUm0h.d.ts} +25 -5
  39. package/dist/{index-BlYHNOxm.d.ts → index-CQmN0dN4.d.ts} +1 -1
  40. package/dist/index-D3Kp05kW.d.ts +203 -0
  41. package/dist/{index-BNNgBoTN.d.ts → index-D5WIVIkc.d.ts} +4 -2
  42. package/dist/{index-Ce5JlNJv.d.ts → index-D7S5DMUy.d.mts} +21 -8
  43. package/dist/{index-CqO8nMTh.d.mts → index-DC4F1u-w.d.mts} +25 -5
  44. package/dist/{index-0EM3dXJ4.d.mts → index-DQFQ39D9.d.ts} +21 -8
  45. package/dist/{index-C7InzeOC.d.ts → index-DjbH13zc.d.mts} +16 -14
  46. package/dist/{index-C29kl7io.d.mts → index-SOVt-ADK.d.mts} +4 -2
  47. package/dist/{index-Bsfb3Ysq.d.mts → index-zc2GEzJ9.d.ts} +16 -14
  48. package/dist/index.css +139 -16
  49. package/dist/index.d.mts +9 -8
  50. package/dist/index.d.ts +9 -8
  51. package/dist/index.js +1861 -920
  52. package/dist/index.js.map +1 -1
  53. package/dist/index.mjs +10 -8
  54. package/dist/request-B0CyrGFT.d.mts +15 -0
  55. package/dist/request-B0CyrGFT.d.ts +15 -0
  56. package/dist/types/index.d.mts +1 -1
  57. package/dist/types/index.d.ts +1 -1
  58. package/dist/{types-Cv5UhCIP.d.mts → types-VrV1kYga.d.mts} +10 -2
  59. package/dist/{types-Cv5UhCIP.d.ts → types-VrV1kYga.d.ts} +10 -2
  60. package/dist/ui/index.d.mts +3 -3
  61. package/dist/ui/index.d.ts +3 -3
  62. package/dist/ui/index.js +109 -61
  63. package/dist/ui/index.js.map +1 -1
  64. package/dist/ui/index.mjs +8 -4
  65. package/dist/utils/index.d.mts +3 -2
  66. package/dist/utils/index.d.ts +3 -2
  67. package/dist/utils/index.js +10 -4
  68. package/dist/utils/index.js.map +1 -1
  69. package/dist/utils/index.mjs +3 -1
  70. package/example/package.json +5 -2
  71. package/example/src/App.tsx +42 -6
  72. package/example/src/pages/Contact/index.tsx +90 -0
  73. package/example/src/pages/UI/components/Tabs.tsx +18 -0
  74. package/example/src/pages/UI/index.tsx +2 -0
  75. package/example/src/pages/User/index.tsx +7 -1
  76. package/example/src/store/useLocalStore.ts +9 -0
  77. package/package.json +5 -5
  78. package/dist/chunk-FB5MHLWX.mjs.map +0 -1
  79. package/dist/chunk-HLUFAIFV.mjs.map +0 -1
  80. package/dist/chunk-HYQ3T6WW.mjs.map +0 -1
  81. package/dist/chunk-LHNKZISB.mjs.map +0 -1
  82. package/dist/chunk-LRJDS2OK.mjs.map +0 -1
  83. package/dist/chunk-YQHI5BIZ.mjs +0 -97
  84. package/dist/chunk-YQHI5BIZ.mjs.map +0 -1
  85. package/example/dist/assets/TransportWebHID-BwG9Tbw2.js +0 -1
  86. package/example/dist/assets/bignumber-FiRdtNkj.js +0 -10
  87. package/example/dist/assets/ccip-CJyR03AW.js +0 -1
  88. package/example/dist/assets/draggabilly-1Sl0icBA.js +0 -14
  89. package/example/dist/assets/index-BAfSBdWW.js +0 -1
  90. package/example/dist/assets/index-CYk2C9XJ.js +0 -1
  91. package/example/dist/assets/index-CcgesoWE.js +0 -179
  92. package/example/dist/assets/index-D5RU9xxK.js +0 -3
  93. package/example/dist/assets/index-D8N4Z5B5.js +0 -1677
  94. package/example/dist/assets/index-DATAk5xI.js +0 -569
  95. package/example/dist/assets/index-DN1wW-Mo.js +0 -3
  96. package/example/dist/assets/index-DxxLiL3_.js +0 -303
  97. package/example/dist/assets/index-Gy3FXGhr.css +0 -1
  98. package/example/dist/assets/index-RIWy1Hg7.js +0 -1
  99. package/example/dist/assets/inherits_browser-BlmhoU4v.js +0 -1
  100. package/example/dist/assets/solanaEmbed.esm-CNS-QKE2.js +0 -38
  101. package/example/dist/index.html +0 -14
@@ -29,9 +29,11 @@ import {
29
29
  LinkedinIcon,
30
30
  LoadingIcon_default,
31
31
  LoginIcon_default,
32
+ MoreIcon,
32
33
  OKXIcon,
33
34
  OpenEyeIcon,
34
35
  PasswordRoundIcon,
36
+ PhantomIcon,
35
37
  SOLDarkIcon,
36
38
  SOLLightIcon,
37
39
  TRXDarkIcon,
@@ -47,7 +49,7 @@ import {
47
49
  XIcon,
48
50
  XverseIcon,
49
51
  YoutubeIcon
50
- } from "../../chunk-LHNKZISB.mjs";
52
+ } from "../../chunk-FKXS2XRG.mjs";
51
53
  import "../../chunk-J5LGTIGS.mjs";
52
54
  export {
53
55
  ArrowDownIcon,
@@ -80,9 +82,11 @@ export {
80
82
  LinkedinIcon,
81
83
  LoadingIcon_default as LoadingIcon,
82
84
  LoginIcon_default as LoginIcon,
85
+ MoreIcon,
83
86
  OKXIcon,
84
87
  OpenEyeIcon,
85
88
  PasswordRoundIcon,
89
+ PhantomIcon,
86
90
  SOLDarkIcon,
87
91
  SOLLightIcon,
88
92
  TRXDarkIcon,
@@ -0,0 +1,19 @@
1
+ import {
2
+ matchMain,
3
+ matchTest
4
+ } from "./chunk-JX73EY6V.mjs";
5
+ import {
6
+ __export
7
+ } from "./chunk-J5LGTIGS.mjs";
8
+
9
+ // src/config/chains/index.ts
10
+ var chains_exports = {};
11
+ __export(chains_exports, {
12
+ MatchMain: () => matchMain,
13
+ MatchTest: () => matchTest
14
+ });
15
+
16
+ export {
17
+ chains_exports
18
+ };
19
+ //# sourceMappingURL=chunk-3CR66BEX.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/config/chains/index.ts"],"sourcesContent":["export { matchMain as MatchMain} from \"./MatchMain\"\nexport { matchTest as MatchTest} from \"./MatchTest\""],"mappings":";;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;","names":[]}
@@ -1,3 +1,62 @@
1
+ import {
2
+ __export
3
+ } from "./chunk-J5LGTIGS.mjs";
4
+
5
+ // src/assets/icon/index.tsx
6
+ var icon_exports = {};
7
+ __export(icon_exports, {
8
+ ArrowDownIcon: () => ArrowDownIcon,
9
+ ArrowLeftIcon: () => ArrowLeftIcon,
10
+ ArrowRightIcon: () => ArrowRightIcon,
11
+ ArrowSendIcon: () => ArrowSendIcon,
12
+ BTCDarkIcon: () => BTCDarkIcon,
13
+ BTCLightIcon: () => BTCLightIcon,
14
+ BackIcon: () => BackIcon,
15
+ BitgetIcon: () => BitgetIcon,
16
+ CheckIcon: () => CheckIcon,
17
+ CheckRoundIcon: () => CheckRoundIcon,
18
+ CloseEyeIcon: () => CloseEyeIcon,
19
+ CloseIcon: () => CloseIcon,
20
+ CloseRoundIcon: () => CloseRoundIcon,
21
+ CopyIcon: () => CopyIcon,
22
+ DeleteRoundIcon: () => DeleteRoundIcon,
23
+ DiscordIcon: () => DiscordIcon,
24
+ EVMDarkIcon: () => EVMDarkIcon,
25
+ EVMLightIcon: () => EVMLightIcon,
26
+ EmailIcon: () => EmailIcon,
27
+ EmailLineIcon: () => EmailLineIcon,
28
+ ErrorRoundIcon: () => ErrorRoundIcon,
29
+ FacebookIcon: () => FacebookIcon,
30
+ GithubIcon: () => GithubIcon,
31
+ GoogleIcon: () => GoogleIcon,
32
+ InfoLineIcon: () => InfoLineIcon,
33
+ InfoRoundIcon: () => InfoRoundIcon,
34
+ LeatherIcon: () => LeatherIcon,
35
+ LinkedinIcon: () => LinkedinIcon,
36
+ LoadingIcon: () => LoadingIcon_default,
37
+ LoginIcon: () => LoginIcon_default,
38
+ MoreIcon: () => MoreIcon,
39
+ OKXIcon: () => OKXIcon,
40
+ OpenEyeIcon: () => OpenEyeIcon,
41
+ PasswordRoundIcon: () => PasswordRoundIcon,
42
+ PhantomIcon: () => PhantomIcon,
43
+ SOLDarkIcon: () => SOLDarkIcon,
44
+ SOLLightIcon: () => SOLLightIcon,
45
+ TRXDarkIcon: () => TRXDarkIcon,
46
+ TRXLightIcon: () => TRXLightIcon,
47
+ TelegramIcon: () => TelegramIcon,
48
+ TonDarkIcon: () => TonLightIcon,
49
+ TonLightIcon: () => TonLightIcon2,
50
+ TransferIcon: () => TransferIcon,
51
+ TronLinkIcon: () => TronLinkIcon,
52
+ UnLoginIcon: () => UnLoginIcon_default,
53
+ UnisatIcon: () => UnisatIcon,
54
+ WalletIcon: () => WalletIcon,
55
+ XIcon: () => XIcon,
56
+ XverseIcon: () => XverseIcon,
57
+ YoutubeIcon: () => YoutubeIcon
58
+ });
59
+
1
60
  // src/assets/icon/BackIcon.tsx
2
61
  import { jsx } from "react/jsx-runtime";
3
62
  function BackIcon({
@@ -1181,6 +1240,56 @@ function ArrowSendIcon({
1181
1240
  ) });
1182
1241
  }
1183
1242
 
1243
+ // src/assets/icon/PhantomIcon.tsx
1244
+ import { jsx as jsx49 } from "react/jsx-runtime";
1245
+ function PhantomIcon({
1246
+ size = 128,
1247
+ ...props
1248
+ }) {
1249
+ return /* @__PURE__ */ jsx49("svg", { width: size, height: size, ...props, viewBox: "0 0 128 128", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx49(
1250
+ "path",
1251
+ {
1252
+ fill: "#ab9ff2",
1253
+ d: "m53.520552,86.603299c-5.9423,9.106 -15.8999,20.63 -29.1497,20.63c-6.2636,0 -12.2864,-2.578 -12.2866,-13.779c-0.0005,-28.5271 38.946,-72.687 75.0825,-72.6876c20.557,-0.0004 28.749,14.2625 28.749,30.4597c0,20.7903 -13.491,44.5629 -26.901,44.5629c-4.256,0 -6.344,-2.337 -6.344,-6.043c0,-0.967 0.16,-2.015 0.482,-3.143c-4.578,7.816 -13.411,15.07 -21.6822,15.07c-6.0227,0 -9.074,-3.788 -9.0741,-9.107c0,-1.934 0.4015,-3.948 1.1241,-5.963zm26.8222,-43.9027c-3.271,0.0058 -5.501,2.7849 -5.494,6.7495c0.007,3.9646 2.247,6.8152 5.518,6.8095c3.192,-0.0057 5.421,-2.8641 5.414,-6.8288c-0.007,-3.9646 -2.246,-6.7358 -5.438,-6.7302zm17.351,-0.0189c-3.271,0.0058 -5.501,2.7849 -5.494,6.7495c0.007,3.9646 2.246,6.8152 5.518,6.8095c3.192,-0.0056 5.421,-2.8641 5.414,-6.8288c-0.007,-3.9646 -2.246,-6.7358 -5.438,-6.7302z",
1254
+ clipRule: "evenodd",
1255
+ fillRule: "evenodd"
1256
+ }
1257
+ ) });
1258
+ }
1259
+
1260
+ // src/assets/icon/MoreIcon.tsx
1261
+ import { jsx as jsx50, jsxs as jsxs32 } from "react/jsx-runtime";
1262
+ function MoreIcon({
1263
+ width = "11",
1264
+ height = "3",
1265
+ color = "black",
1266
+ ...props
1267
+ }) {
1268
+ return /* @__PURE__ */ jsxs32("svg", { xmlns: "http://www.w3.org/2000/svg", width, height, viewBox: "0 0 11 3", fill: "none", ...props, children: [
1269
+ /* @__PURE__ */ jsx50(
1270
+ "path",
1271
+ {
1272
+ d: "M2.3335 1.33325C2.3335 1.88554 1.88578 2.33325 1.3335 2.33325C0.781211 2.33325 0.333496 1.88554 0.333496 1.33325C0.333496 0.780967 0.781211 0.333252 1.3335 0.333252C1.88578 0.333252 2.3335 0.780967 2.3335 1.33325Z",
1273
+ fill: color
1274
+ }
1275
+ ),
1276
+ /* @__PURE__ */ jsx50(
1277
+ "path",
1278
+ {
1279
+ d: "M6.3335 1.33325C6.3335 1.88554 5.88578 2.33325 5.3335 2.33325C4.78121 2.33325 4.3335 1.88554 4.3335 1.33325C4.3335 0.780967 4.78121 0.333252 5.3335 0.333252C5.88578 0.333252 6.3335 0.780967 6.3335 1.33325Z",
1280
+ fill: color
1281
+ }
1282
+ ),
1283
+ /* @__PURE__ */ jsx50(
1284
+ "path",
1285
+ {
1286
+ d: "M10.3335 1.33325C10.3335 1.88554 9.88578 2.33325 9.3335 2.33325C8.78121 2.33325 8.3335 1.88554 8.3335 1.33325C8.3335 0.780967 8.78121 0.333252 9.3335 0.333252C9.88578 0.333252 10.3335 0.780967 10.3335 1.33325Z",
1287
+ fill: color
1288
+ }
1289
+ )
1290
+ ] });
1291
+ }
1292
+
1184
1293
  export {
1185
1294
  BackIcon,
1186
1295
  CloseIcon,
@@ -1229,6 +1338,9 @@ export {
1229
1338
  InfoLineIcon,
1230
1339
  InfoRoundIcon,
1231
1340
  TransferIcon,
1232
- ArrowSendIcon
1341
+ ArrowSendIcon,
1342
+ PhantomIcon,
1343
+ MoreIcon,
1344
+ icon_exports
1233
1345
  };
1234
- //# sourceMappingURL=chunk-LHNKZISB.mjs.map
1346
+ //# sourceMappingURL=chunk-FKXS2XRG.mjs.map