@matchain/matchid-sdk-react 0.1.48-alpha.5 → 0.1.48-alpha.7
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.
- package/dist/assets/icon/index.d.mts +5 -1
- package/dist/assets/icon/index.d.ts +5 -1
- package/dist/assets/icon/index.js +39 -0
- package/dist/assets/icon/index.js.map +1 -1
- package/dist/assets/icon/index.mjs +5 -1
- package/dist/{chunk-6GQ2H4L2.mjs → chunk-2CK7JQWH.mjs} +302 -174
- package/dist/chunk-2CK7JQWH.mjs.map +1 -0
- package/dist/{chunk-A5D3NKTK.mjs → chunk-7UTR37EJ.mjs} +39 -2
- package/dist/chunk-7UTR37EJ.mjs.map +1 -0
- package/dist/{chunk-LNSJ3ZXG.mjs → chunk-USKUYOYJ.mjs} +2 -2
- package/dist/{chunk-ZYDJICK4.mjs → chunk-YXPWZXPT.mjs} +2 -2
- package/dist/components/index.js +331 -324
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +3 -3
- package/dist/hooks/api/index.js +64 -57
- package/dist/hooks/api/index.js.map +1 -1
- package/dist/hooks/api/index.mjs +4 -4
- package/dist/hooks/index.d.mts +1 -1
- package/dist/hooks/index.d.ts +1 -1
- package/dist/hooks/index.js +213 -62
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/index.mjs +5 -3
- package/dist/{index-TkB89QxX.d.ts → index-DaEFoDv_.d.ts} +8 -2
- package/dist/{index-DKyt0for.d.mts → index-DktvxNJc.d.mts} +8 -2
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +495 -345
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/ui/index.js +64 -58
- package/dist/ui/index.js.map +1 -1
- package/dist/ui/index.mjs +2 -2
- package/package.json +1 -1
- package/dist/chunk-6GQ2H4L2.mjs.map +0 -1
- package/dist/chunk-A5D3NKTK.mjs.map +0 -1
- /package/dist/{chunk-LNSJ3ZXG.mjs.map → chunk-USKUYOYJ.mjs.map} +0 -0
- /package/dist/{chunk-ZYDJICK4.mjs.map → chunk-YXPWZXPT.mjs.map} +0 -0
|
@@ -132,4 +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
|
-
|
|
135
|
+
declare function InfoLineIcon({ size, color, ...props }: Omit<IconProps$1, 'width' | 'height'>): react_jsx_runtime.JSX.Element;
|
|
136
|
+
|
|
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 };
|
|
@@ -132,4 +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
|
-
|
|
135
|
+
declare function InfoLineIcon({ size, color, ...props }: Omit<IconProps$1, 'width' | 'height'>): react_jsx_runtime.JSX.Element;
|
|
136
|
+
|
|
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,8 @@ __export(icon_exports, {
|
|
|
43
43
|
FacebookIcon: () => FacebookIcon,
|
|
44
44
|
GithubIcon: () => GithubIcon,
|
|
45
45
|
GoogleIcon: () => GoogleIcon,
|
|
46
|
+
InfoLineIcon: () => InfoLineIcon,
|
|
47
|
+
InfoRoundIcon: () => InfoRoundIcon,
|
|
46
48
|
LeatherIcon: () => LeatherIcon,
|
|
47
49
|
LinkedinIcon: () => LinkedinIcon,
|
|
48
50
|
LoadingIcon: () => LoadingIcon_default,
|
|
@@ -1166,6 +1168,41 @@ function ErrorRoundIcon({
|
|
|
1166
1168
|
)
|
|
1167
1169
|
] });
|
|
1168
1170
|
}
|
|
1171
|
+
|
|
1172
|
+
// src/assets/icon/InfoLineIcon.tsx
|
|
1173
|
+
var import_jsx_runtime45 = require("react/jsx-runtime");
|
|
1174
|
+
function InfoLineIcon({
|
|
1175
|
+
size,
|
|
1176
|
+
color = "#6E6E6E",
|
|
1177
|
+
...props
|
|
1178
|
+
}) {
|
|
1179
|
+
return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("svg", { width: size, height: size, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
1180
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("g", { clipPath: "url(#clip0_418_7746)", children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
1181
|
+
"path",
|
|
1182
|
+
{
|
|
1183
|
+
fillRule: "evenodd",
|
|
1184
|
+
clipRule: "evenodd",
|
|
1185
|
+
d: "M7.99984 0.666504C3.94975 0.666504 0.666504 3.94975 0.666504 7.99984C0.666504 12.0499 3.94975 15.3332 7.99984 15.3332C12.0499 15.3332 15.3332 12.0499 15.3332 7.99984C15.3332 3.94975 12.0499 0.666504 7.99984 0.666504ZM1.99984 7.99984C1.99984 4.68613 4.68613 1.99984 7.99984 1.99984C11.3135 1.99984 13.9998 4.68613 13.9998 7.99984C13.9998 11.3135 11.3135 13.9998 7.99984 13.9998C4.68613 13.9998 1.99984 11.3135 1.99984 7.99984ZM8.6665 7.33317C8.6665 6.96498 8.36803 6.6665 7.99984 6.6665C7.63165 6.6665 7.33317 6.96498 7.33317 7.33317V11.3332C7.33317 11.7014 7.63165 11.9998 7.99984 11.9998C8.36803 11.9998 8.6665 11.7014 8.6665 11.3332V7.33317ZM7.99984 5.33317C8.36803 5.33317 8.6665 5.03469 8.6665 4.6665C8.6665 4.29831 8.36803 3.99984 7.99984 3.99984C7.63165 3.99984 7.33317 4.29831 7.33317 4.6665C7.33317 5.03469 7.63165 5.33317 7.99984 5.33317Z",
|
|
1186
|
+
fill: color
|
|
1187
|
+
}
|
|
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" }) }) })
|
|
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
|
+
}
|
|
1169
1206
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1170
1207
|
0 && (module.exports = {
|
|
1171
1208
|
ArrowDownIcon,
|
|
@@ -1191,6 +1228,8 @@ function ErrorRoundIcon({
|
|
|
1191
1228
|
FacebookIcon,
|
|
1192
1229
|
GithubIcon,
|
|
1193
1230
|
GoogleIcon,
|
|
1231
|
+
InfoLineIcon,
|
|
1232
|
+
InfoRoundIcon,
|
|
1194
1233
|
LeatherIcon,
|
|
1195
1234
|
LinkedinIcon,
|
|
1196
1235
|
LoadingIcon,
|