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

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 (86) hide show
  1. package/dist/assets/icon/index.d.mts +4 -2
  2. package/dist/assets/icon/index.d.ts +4 -2
  3. package/dist/assets/icon/index.js +27 -0
  4. package/dist/assets/icon/index.js.map +1 -1
  5. package/dist/assets/icon/index.mjs +3 -1
  6. package/dist/{chunk-DPXMCLYK.mjs → chunk-A5D3NKTK.mjs} +29 -3
  7. package/dist/chunk-A5D3NKTK.mjs.map +1 -0
  8. package/dist/chunk-FFTS42UP.mjs +112 -0
  9. package/dist/chunk-FFTS42UP.mjs.map +1 -0
  10. package/dist/chunk-HBOS3RBL.mjs +19 -0
  11. package/dist/chunk-HBOS3RBL.mjs.map +1 -0
  12. package/dist/{chunk-TOUC33US.mjs → chunk-OBHKOOCD.mjs} +142 -4618
  13. package/dist/chunk-OBHKOOCD.mjs.map +1 -0
  14. package/dist/chunk-OXTHXA3J.mjs +185 -0
  15. package/dist/chunk-OXTHXA3J.mjs.map +1 -0
  16. package/dist/{chunk-SQIJR7RA.mjs → chunk-UA6XHZHX.mjs} +2 -14
  17. package/dist/chunk-UA6XHZHX.mjs.map +1 -0
  18. package/dist/chunk-YRJZXWBW.mjs +4248 -0
  19. package/dist/chunk-YRJZXWBW.mjs.map +1 -0
  20. package/dist/components/index.d.mts +3 -3
  21. package/dist/components/index.d.ts +3 -3
  22. package/dist/components/index.js +387 -812
  23. package/dist/components/index.js.map +1 -1
  24. package/dist/components/index.mjs +12 -12
  25. package/dist/hooks/api/index.d.mts +2 -2
  26. package/dist/hooks/api/index.d.ts +2 -2
  27. package/dist/hooks/api/index.js +364 -239
  28. package/dist/hooks/api/index.js.map +1 -1
  29. package/dist/hooks/api/index.mjs +12 -6
  30. package/dist/hooks/index.d.mts +2 -2
  31. package/dist/hooks/index.d.ts +2 -2
  32. package/dist/hooks/index.js +398 -498
  33. package/dist/hooks/index.js.map +1 -1
  34. package/dist/hooks/index.mjs +6 -4
  35. package/dist/index-BLcEwhPI.d.mts +122 -0
  36. package/dist/{index-DVlCrOjr.d.ts → index-C0QPml_k.d.ts} +5 -33
  37. package/dist/{index-B0VpxAI2.d.mts → index-CQToKVAQ.d.mts} +5 -33
  38. package/dist/index-CbJKurxU.d.ts +26 -0
  39. package/dist/{index-DR2JTaoi.d.mts → index-CiRN11YD.d.mts} +10 -2
  40. package/dist/{index-CFWR1boZ.d.ts → index-CiwqFA66.d.ts} +2 -24
  41. package/dist/{index-CTSg5TRS.d.ts → index-D05U8UxY.d.ts} +10 -2
  42. package/dist/index-D9iJVzyV.d.ts +122 -0
  43. package/dist/index-DcixbsMC.d.mts +26 -0
  44. package/dist/index-DuO7iVGF.d.ts +57 -0
  45. package/dist/{index-D2pNP7Bz.d.mts → index-fHiAdQp6.d.mts} +2 -24
  46. package/dist/index-raxyfmqr.d.mts +57 -0
  47. package/dist/index.css +106 -1
  48. package/dist/index.d.mts +8 -6
  49. package/dist/index.d.ts +8 -6
  50. package/dist/index.js +2346 -2449
  51. package/dist/index.js.map +1 -1
  52. package/dist/index.mjs +12 -6
  53. package/dist/types/index.d.mts +1 -1
  54. package/dist/types/index.d.ts +1 -1
  55. package/dist/types/index.mjs +2 -1
  56. package/dist/{types-CRumDe2M.d.mts → types-yhXvLAPt.d.mts} +116 -1
  57. package/dist/{types-CRumDe2M.d.ts → types-yhXvLAPt.d.ts} +116 -1
  58. package/dist/ui/index.d.mts +6 -0
  59. package/dist/ui/index.d.ts +6 -0
  60. package/dist/ui/index.js +724 -0
  61. package/dist/ui/index.js.map +1 -0
  62. package/dist/ui/index.mjs +35 -0
  63. package/dist/ui/index.mjs.map +1 -0
  64. package/example/src/App.tsx +7 -0
  65. package/example/src/config/chains/matchMain.ts +2 -3
  66. package/example/src/pages/UI/components/AlphaAvatar.tsx +11 -0
  67. package/example/src/pages/UI/components/Radio.tsx +15 -0
  68. package/example/src/pages/UI/components/Switch.tsx +13 -0
  69. package/example/src/pages/UI/index.tsx +11 -0
  70. package/example/src/pages/User/components/BindListModal.tsx +1 -1
  71. package/example/src/pages/User/components/PohListModal.tsx +1 -1
  72. package/example/src/pages/User/index.tsx +1 -13
  73. package/example/src/pages/Wallet/components/AssetListModal.tsx +15 -0
  74. package/example/src/pages/Wallet/components/ChainListModal.tsx +11 -0
  75. package/example/src/pages/Wallet/components/ImportTokenListModal.tsx +15 -0
  76. package/example/src/pages/Wallet/components/WalletChainListModal.tsx +11 -0
  77. package/example/src/pages/{Wallet.tsx → Wallet/index.tsx} +31 -1
  78. package/package.json +5 -1
  79. package/dist/chunk-A3XSTHEE.mjs +0 -93
  80. package/dist/chunk-A3XSTHEE.mjs.map +0 -1
  81. package/dist/chunk-DPXMCLYK.mjs.map +0 -1
  82. package/dist/chunk-SQIJR7RA.mjs.map +0 -1
  83. package/dist/chunk-TOUC33US.mjs.map +0 -1
  84. package/dist/index-CWYElOA2.d.mts +0 -65
  85. package/dist/index-CoTirILQ.d.ts +0 -65
  86. /package/example/src/{pages/User/components → components}/QueryDisplay.tsx +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 { t as IconProps$1 } from '../../types-CRumDe2M.mjs';
3
+ import { q as IconProps$1 } from '../../types-yhXvLAPt.mjs';
4
4
 
5
5
  declare function BackIcon({ color, size, className, style }: {
6
6
  color?: string;
@@ -130,4 +130,6 @@ declare function TonLightIcon$1({ size, ...props }: IconSizeProps): react_jsx_ru
130
130
 
131
131
  declare function TonLightIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
132
132
 
133
- export { ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, BTCDarkIcon, BTCLightIcon, BackIcon, BitgetIcon, CheckIcon, CheckRoundIcon, CloseEyeIcon, CloseIcon, CloseRoundIcon, CopyIcon, DeleteRoundIcon, DiscordIcon, EVMDarkIcon, EVMLightIcon, EmailIcon, EmailLineIcon, FacebookIcon, GithubIcon, GoogleIcon, LeatherIcon, LinkedinIcon, LoadingIcon, LoginIcon, OKXIcon, OpenEyeIcon, PasswordRoundIcon, SOLDarkIcon, SOLLightIcon, TRXDarkIcon, TRXLightIcon, TelegramIcon, TonLightIcon$1 as TonDarkIcon, TonLightIcon, TronLinkIcon, UnLoginIcon, UnisatIcon, WalletIcon, XIcon, XverseIcon, YoutubeIcon };
133
+ declare function ErrorRoundIcon({ size, color, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
134
+
135
+ export { ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, BTCDarkIcon, BTCLightIcon, BackIcon, BitgetIcon, CheckIcon, CheckRoundIcon, CloseEyeIcon, CloseIcon, CloseRoundIcon, CopyIcon, DeleteRoundIcon, DiscordIcon, EVMDarkIcon, EVMLightIcon, EmailIcon, EmailLineIcon, ErrorRoundIcon, FacebookIcon, GithubIcon, GoogleIcon, LeatherIcon, LinkedinIcon, LoadingIcon, LoginIcon, OKXIcon, OpenEyeIcon, PasswordRoundIcon, SOLDarkIcon, SOLLightIcon, TRXDarkIcon, TRXLightIcon, TelegramIcon, TonLightIcon$1 as TonDarkIcon, TonLightIcon, TronLinkIcon, UnLoginIcon, UnisatIcon, WalletIcon, XIcon, XverseIcon, YoutubeIcon };
@@ -1,6 +1,6 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import React, { CSSProperties } from 'react';
3
- import { t as IconProps$1 } from '../../types-CRumDe2M.js';
3
+ import { q as IconProps$1 } from '../../types-yhXvLAPt.js';
4
4
 
5
5
  declare function BackIcon({ color, size, className, style }: {
6
6
  color?: string;
@@ -130,4 +130,6 @@ declare function TonLightIcon$1({ size, ...props }: IconSizeProps): react_jsx_ru
130
130
 
131
131
  declare function TonLightIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
132
132
 
133
- export { ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, BTCDarkIcon, BTCLightIcon, BackIcon, BitgetIcon, CheckIcon, CheckRoundIcon, CloseEyeIcon, CloseIcon, CloseRoundIcon, CopyIcon, DeleteRoundIcon, DiscordIcon, EVMDarkIcon, EVMLightIcon, EmailIcon, EmailLineIcon, FacebookIcon, GithubIcon, GoogleIcon, LeatherIcon, LinkedinIcon, LoadingIcon, LoginIcon, OKXIcon, OpenEyeIcon, PasswordRoundIcon, SOLDarkIcon, SOLLightIcon, TRXDarkIcon, TRXLightIcon, TelegramIcon, TonLightIcon$1 as TonDarkIcon, TonLightIcon, TronLinkIcon, UnLoginIcon, UnisatIcon, WalletIcon, XIcon, XverseIcon, YoutubeIcon };
133
+ declare function ErrorRoundIcon({ size, color, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
134
+
135
+ export { ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, BTCDarkIcon, BTCLightIcon, BackIcon, BitgetIcon, CheckIcon, CheckRoundIcon, CloseEyeIcon, CloseIcon, CloseRoundIcon, CopyIcon, DeleteRoundIcon, DiscordIcon, EVMDarkIcon, EVMLightIcon, EmailIcon, EmailLineIcon, ErrorRoundIcon, FacebookIcon, GithubIcon, GoogleIcon, LeatherIcon, LinkedinIcon, LoadingIcon, LoginIcon, OKXIcon, OpenEyeIcon, PasswordRoundIcon, SOLDarkIcon, SOLLightIcon, TRXDarkIcon, TRXLightIcon, TelegramIcon, TonLightIcon$1 as TonDarkIcon, TonLightIcon, TronLinkIcon, UnLoginIcon, UnisatIcon, WalletIcon, XIcon, XverseIcon, YoutubeIcon };
@@ -39,6 +39,7 @@ __export(icon_exports, {
39
39
  EVMLightIcon: () => EVMLightIcon,
40
40
  EmailIcon: () => EmailIcon,
41
41
  EmailLineIcon: () => EmailLineIcon,
42
+ ErrorRoundIcon: () => ErrorRoundIcon,
42
43
  FacebookIcon: () => FacebookIcon,
43
44
  GithubIcon: () => GithubIcon,
44
45
  GoogleIcon: () => GoogleIcon,
@@ -1140,6 +1141,31 @@ function TonLightIcon2({ size = 40, ...props }) {
1140
1141
  }
1141
1142
  );
1142
1143
  }
1144
+
1145
+ // src/assets/icon/ErrorRoundIcon.tsx
1146
+ var import_jsx_runtime44 = require("react/jsx-runtime");
1147
+ function ErrorRoundIcon({
1148
+ size,
1149
+ color = "#F14141",
1150
+ ...props
1151
+ }) {
1152
+ return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
1153
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
1154
+ "path",
1155
+ {
1156
+ d: "M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z",
1157
+ fill: color
1158
+ }
1159
+ ),
1160
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
1161
+ "path",
1162
+ {
1163
+ d: "M8.96967 8.96967C9.26256 8.67678 9.73744 8.67678 10.0303 8.96967L12 10.9394L13.9697 8.96969C14.2626 8.6768 14.7374 8.6768 15.0303 8.96969C15.3232 9.26258 15.3232 9.73746 15.0303 10.0304L13.0607 12L15.0303 13.9696C15.3232 14.2625 15.3232 14.7374 15.0303 15.0303C14.7374 15.3232 14.2625 15.3232 13.9696 15.0303L12 13.0607L10.0304 15.0303C9.73746 15.3232 9.26258 15.3232 8.96969 15.0303C8.6768 14.7374 8.6768 14.2626 8.96969 13.9697L10.9394 12L8.96967 10.0303C8.67678 9.73744 8.67678 9.26256 8.96967 8.96967Z",
1164
+ fill: "white"
1165
+ }
1166
+ )
1167
+ ] });
1168
+ }
1143
1169
  // Annotate the CommonJS export names for ESM import in node:
1144
1170
  0 && (module.exports = {
1145
1171
  ArrowDownIcon,
@@ -1161,6 +1187,7 @@ function TonLightIcon2({ size = 40, ...props }) {
1161
1187
  EVMLightIcon,
1162
1188
  EmailIcon,
1163
1189
  EmailLineIcon,
1190
+ ErrorRoundIcon,
1164
1191
  FacebookIcon,
1165
1192
  GithubIcon,
1166
1193
  GoogleIcon,