@matchain/matchid-sdk-react 0.1.48-alpha.6 → 0.1.48-alpha.8

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 (61) hide show
  1. package/dist/assets/icon/index.d.mts +5 -3
  2. package/dist/assets/icon/index.d.ts +5 -3
  3. package/dist/assets/icon/index.js +18 -2
  4. package/dist/assets/icon/index.js.map +1 -1
  5. package/dist/assets/icon/index.mjs +3 -1
  6. package/dist/{chunk-YFJI4I5M.mjs → chunk-7UTR37EJ.mjs} +18 -3
  7. package/dist/chunk-7UTR37EJ.mjs.map +1 -0
  8. package/dist/{chunk-BPAPYY5P.mjs → chunk-EY6NPX4M.mjs} +477 -128
  9. package/dist/chunk-EY6NPX4M.mjs.map +1 -0
  10. package/dist/{chunk-55KYW35I.mjs → chunk-J5U7AXYA.mjs} +2 -2
  11. package/dist/{chunk-UHBVYFSP.mjs → chunk-USKUYOYJ.mjs} +2 -2
  12. package/dist/components/index.d.mts +3 -3
  13. package/dist/components/index.d.ts +3 -3
  14. package/dist/components/index.js +314 -304
  15. package/dist/components/index.js.map +1 -1
  16. package/dist/components/index.mjs +3 -3
  17. package/dist/hooks/api/index.d.mts +2 -2
  18. package/dist/hooks/api/index.d.ts +2 -2
  19. package/dist/hooks/api/index.js +94 -54
  20. package/dist/hooks/api/index.js.map +1 -1
  21. package/dist/hooks/api/index.mjs +4 -4
  22. package/dist/hooks/index.d.mts +3 -2
  23. package/dist/hooks/index.d.ts +3 -2
  24. package/dist/hooks/index.js +498 -87
  25. package/dist/hooks/index.js.map +1 -1
  26. package/dist/hooks/index.mjs +5 -3
  27. package/dist/{index-DCeOyAw8.d.ts → index-Bbn2Stvu.d.ts} +2 -2
  28. package/dist/index-Bz53bbI_.d.ts +3268 -0
  29. package/dist/{index-B8DYrhSW.d.mts → index-C-YCr0xJ.d.mts} +12 -4
  30. package/dist/{index-DbG5IjhP.d.mts → index-CB4j_ONH.d.mts} +1 -1
  31. package/dist/{index-B-s1k4Da.d.mts → index-CKyWWkzU.d.mts} +3 -2
  32. package/dist/{index-BZrddrq-.d.mts → index-C_S7k6z2.d.mts} +2 -2
  33. package/dist/{index-BHvCA7F9.d.ts → index-D-uNr-JV.d.ts} +2 -2
  34. package/dist/index-DDV4F9ka.d.mts +3268 -0
  35. package/dist/{index-DG_gyw1q.d.ts → index-DV_mRu4y.d.ts} +3 -2
  36. package/dist/{index-Bzcc-y8m.d.ts → index-DcxdJ0m2.d.ts} +1 -1
  37. package/dist/{index-BvLpvebq.d.mts → index-Dzvj-uGt.d.mts} +2 -2
  38. package/dist/{index-Cwx2p8th.d.ts → index-zRpvDpIK.d.ts} +12 -4
  39. package/dist/index.css +11 -0
  40. package/dist/index.d.mts +8 -7
  41. package/dist/index.d.ts +8 -7
  42. package/dist/index.js +704 -353
  43. package/dist/index.js.map +1 -1
  44. package/dist/index.mjs +4 -4
  45. package/dist/types/index.d.mts +1 -1
  46. package/dist/types/index.d.ts +1 -1
  47. package/dist/{types-CHkU0WHZ.d.mts → types-B4BYNw8B.d.mts} +13 -2
  48. package/dist/{types-CHkU0WHZ.d.ts → types-B4BYNw8B.d.ts} +13 -2
  49. package/dist/ui/index.d.mts +3 -3
  50. package/dist/ui/index.d.ts +3 -3
  51. package/dist/ui/index.js +62 -59
  52. package/dist/ui/index.js.map +1 -1
  53. package/dist/ui/index.mjs +2 -2
  54. package/example/src/pages/Wallet/components/MatchWallet.tsx +2 -1
  55. package/package.json +1 -1
  56. package/dist/chunk-BPAPYY5P.mjs.map +0 -1
  57. package/dist/chunk-YFJI4I5M.mjs.map +0 -1
  58. package/dist/index-DKyt0for.d.mts +0 -181
  59. package/dist/index-TkB89QxX.d.ts +0 -181
  60. /package/dist/{chunk-55KYW35I.mjs.map → chunk-J5U7AXYA.mjs.map} +0 -0
  61. /package/dist/{chunk-UHBVYFSP.mjs.map → chunk-USKUYOYJ.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 { r as IconProps$1 } from '../../types-CHkU0WHZ.mjs';
3
+ import { r as IconProps$1 } from '../../types-B4BYNw8B.mjs';
4
4
 
5
5
  declare function BackIcon({ color, size, className, style }: {
6
6
  color?: string;
@@ -132,6 +132,8 @@ declare function TonLightIcon({ size, ...props }: IconSizeProps): react_jsx_runt
132
132
 
133
133
  declare function ErrorRoundIcon({ size, color, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
134
134
 
135
- declare function InfoRoundIcon({ size, color, ...props }: Omit<IconProps$1, 'width' | 'height'>): react_jsx_runtime.JSX.Element;
135
+ declare function InfoLineIcon({ size, color, ...props }: Omit<IconProps$1, 'width' | 'height'>): react_jsx_runtime.JSX.Element;
136
136
 
137
- export { ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, BTCDarkIcon, BTCLightIcon, BackIcon, BitgetIcon, CheckIcon, CheckRoundIcon, CloseEyeIcon, CloseIcon, CloseRoundIcon, CopyIcon, DeleteRoundIcon, DiscordIcon, EVMDarkIcon, EVMLightIcon, EmailIcon, EmailLineIcon, ErrorRoundIcon, FacebookIcon, GithubIcon, GoogleIcon, InfoRoundIcon, LeatherIcon, LinkedinIcon, LoadingIcon, LoginIcon, OKXIcon, OpenEyeIcon, PasswordRoundIcon, SOLDarkIcon, SOLLightIcon, TRXDarkIcon, TRXLightIcon, TelegramIcon, TonLightIcon$1 as TonDarkIcon, TonLightIcon, TronLinkIcon, UnLoginIcon, UnisatIcon, WalletIcon, XIcon, XverseIcon, YoutubeIcon };
137
+ declare function InfoRoundIcon({ size, color, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
138
+
139
+ export { ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, BTCDarkIcon, BTCLightIcon, BackIcon, BitgetIcon, CheckIcon, CheckRoundIcon, CloseEyeIcon, CloseIcon, CloseRoundIcon, CopyIcon, DeleteRoundIcon, DiscordIcon, EVMDarkIcon, EVMLightIcon, EmailIcon, EmailLineIcon, ErrorRoundIcon, FacebookIcon, GithubIcon, GoogleIcon, InfoLineIcon, InfoRoundIcon, 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 { r as IconProps$1 } from '../../types-CHkU0WHZ.js';
3
+ import { r as IconProps$1 } from '../../types-B4BYNw8B.js';
4
4
 
5
5
  declare function BackIcon({ color, size, className, style }: {
6
6
  color?: string;
@@ -132,6 +132,8 @@ declare function TonLightIcon({ size, ...props }: IconSizeProps): react_jsx_runt
132
132
 
133
133
  declare function ErrorRoundIcon({ size, color, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
134
134
 
135
- declare function InfoRoundIcon({ size, color, ...props }: Omit<IconProps$1, 'width' | 'height'>): react_jsx_runtime.JSX.Element;
135
+ declare function InfoLineIcon({ size, color, ...props }: Omit<IconProps$1, 'width' | 'height'>): react_jsx_runtime.JSX.Element;
136
136
 
137
- export { ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, BTCDarkIcon, BTCLightIcon, BackIcon, BitgetIcon, CheckIcon, CheckRoundIcon, CloseEyeIcon, CloseIcon, CloseRoundIcon, CopyIcon, DeleteRoundIcon, DiscordIcon, EVMDarkIcon, EVMLightIcon, EmailIcon, EmailLineIcon, ErrorRoundIcon, FacebookIcon, GithubIcon, GoogleIcon, InfoRoundIcon, LeatherIcon, LinkedinIcon, LoadingIcon, LoginIcon, OKXIcon, OpenEyeIcon, PasswordRoundIcon, SOLDarkIcon, SOLLightIcon, TRXDarkIcon, TRXLightIcon, TelegramIcon, TonLightIcon$1 as TonDarkIcon, TonLightIcon, TronLinkIcon, UnLoginIcon, UnisatIcon, WalletIcon, XIcon, XverseIcon, YoutubeIcon };
137
+ declare function InfoRoundIcon({ size, color, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
138
+
139
+ export { ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, BTCDarkIcon, BTCLightIcon, BackIcon, BitgetIcon, CheckIcon, CheckRoundIcon, CloseEyeIcon, CloseIcon, CloseRoundIcon, CopyIcon, DeleteRoundIcon, DiscordIcon, EVMDarkIcon, EVMLightIcon, EmailIcon, EmailLineIcon, ErrorRoundIcon, FacebookIcon, GithubIcon, GoogleIcon, InfoLineIcon, InfoRoundIcon, LeatherIcon, LinkedinIcon, LoadingIcon, LoginIcon, OKXIcon, OpenEyeIcon, PasswordRoundIcon, SOLDarkIcon, SOLLightIcon, TRXDarkIcon, TRXLightIcon, TelegramIcon, TonLightIcon$1 as TonDarkIcon, TonLightIcon, TronLinkIcon, UnLoginIcon, UnisatIcon, WalletIcon, XIcon, XverseIcon, YoutubeIcon };
@@ -43,6 +43,7 @@ __export(icon_exports, {
43
43
  FacebookIcon: () => FacebookIcon,
44
44
  GithubIcon: () => GithubIcon,
45
45
  GoogleIcon: () => GoogleIcon,
46
+ InfoLineIcon: () => InfoLineIcon,
46
47
  InfoRoundIcon: () => InfoRoundIcon,
47
48
  LeatherIcon: () => LeatherIcon,
48
49
  LinkedinIcon: () => LinkedinIcon,
@@ -1168,9 +1169,9 @@ function ErrorRoundIcon({
1168
1169
  ] });
1169
1170
  }
1170
1171
 
1171
- // src/assets/icon/InfoRoundIcon.tsx
1172
+ // src/assets/icon/InfoLineIcon.tsx
1172
1173
  var import_jsx_runtime45 = require("react/jsx-runtime");
1173
- function InfoRoundIcon({
1174
+ function InfoLineIcon({
1174
1175
  size,
1175
1176
  color = "#6E6E6E",
1176
1177
  ...props
@@ -1188,6 +1189,20 @@ function InfoRoundIcon({
1188
1189
  /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("clipPath", { id: "clip0_418_7746", children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
1189
1190
  ] });
1190
1191
  }
1192
+
1193
+ // src/assets/icon/InfoRoundIcon.tsx
1194
+ var import_jsx_runtime46 = require("react/jsx-runtime");
1195
+ function InfoRoundIcon({
1196
+ size = 16,
1197
+ color = "#F14141",
1198
+ ...props
1199
+ }) {
1200
+ return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("svg", { width: size, height: size, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
1201
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("circle", { cx: "8", cy: "8", r: "8", fill: color }),
1202
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("path", { d: "M8 4V8.8", stroke: "white", strokeWidth: "1.2", strokeLinecap: "round" }),
1203
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("circle", { cx: "8.0002", cy: "11.2004", r: "0.8", fill: "white" })
1204
+ ] });
1205
+ }
1191
1206
  // Annotate the CommonJS export names for ESM import in node:
1192
1207
  0 && (module.exports = {
1193
1208
  ArrowDownIcon,
@@ -1213,6 +1228,7 @@ function InfoRoundIcon({
1213
1228
  FacebookIcon,
1214
1229
  GithubIcon,
1215
1230
  GoogleIcon,
1231
+ InfoLineIcon,
1216
1232
  InfoRoundIcon,
1217
1233
  LeatherIcon,
1218
1234
  LinkedinIcon,