@matchain/matchid-sdk-react 0.1.48-alpha.5 → 0.1.48-alpha.6
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 +3 -1
- package/dist/assets/icon/index.d.ts +3 -1
- package/dist/assets/icon/index.js +23 -0
- package/dist/assets/icon/index.js.map +1 -1
- package/dist/assets/icon/index.mjs +3 -1
- package/dist/{chunk-ZYDJICK4.mjs → chunk-55KYW35I.mjs} +2 -2
- package/dist/{chunk-6GQ2H4L2.mjs → chunk-BPAPYY5P.mjs} +64 -86
- package/dist/chunk-BPAPYY5P.mjs.map +1 -0
- package/dist/{chunk-LNSJ3ZXG.mjs → chunk-UHBVYFSP.mjs} +2 -2
- package/dist/{chunk-A5D3NKTK.mjs → chunk-YFJI4I5M.mjs} +24 -2
- package/dist/chunk-YFJI4I5M.mjs.map +1 -0
- package/dist/components/index.js +175 -177
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +3 -3
- package/dist/hooks/api/index.js +28 -30
- package/dist/hooks/api/index.js.map +1 -1
- package/dist/hooks/api/index.mjs +4 -4
- package/dist/hooks/index.js +22 -24
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/index.mjs +3 -3
- package/dist/index.js +209 -211
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/ui/index.js +61 -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-ZYDJICK4.mjs.map → chunk-55KYW35I.mjs.map} +0 -0
- /package/dist/{chunk-LNSJ3ZXG.mjs.map → chunk-UHBVYFSP.mjs.map} +0 -0
|
@@ -132,4 +132,6 @@ 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 InfoRoundIcon({ size, color, ...props }: Omit<IconProps$1, 'width' | 'height'>): react_jsx_runtime.JSX.Element;
|
|
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 };
|
|
@@ -132,4 +132,6 @@ 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 InfoRoundIcon({ size, color, ...props }: Omit<IconProps$1, 'width' | 'height'>): react_jsx_runtime.JSX.Element;
|
|
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 };
|
|
@@ -43,6 +43,7 @@ __export(icon_exports, {
|
|
|
43
43
|
FacebookIcon: () => FacebookIcon,
|
|
44
44
|
GithubIcon: () => GithubIcon,
|
|
45
45
|
GoogleIcon: () => GoogleIcon,
|
|
46
|
+
InfoRoundIcon: () => InfoRoundIcon,
|
|
46
47
|
LeatherIcon: () => LeatherIcon,
|
|
47
48
|
LinkedinIcon: () => LinkedinIcon,
|
|
48
49
|
LoadingIcon: () => LoadingIcon_default,
|
|
@@ -1166,6 +1167,27 @@ function ErrorRoundIcon({
|
|
|
1166
1167
|
)
|
|
1167
1168
|
] });
|
|
1168
1169
|
}
|
|
1170
|
+
|
|
1171
|
+
// src/assets/icon/InfoRoundIcon.tsx
|
|
1172
|
+
var import_jsx_runtime45 = require("react/jsx-runtime");
|
|
1173
|
+
function InfoRoundIcon({
|
|
1174
|
+
size,
|
|
1175
|
+
color = "#6E6E6E",
|
|
1176
|
+
...props
|
|
1177
|
+
}) {
|
|
1178
|
+
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: [
|
|
1179
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("g", { clipPath: "url(#clip0_418_7746)", children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
1180
|
+
"path",
|
|
1181
|
+
{
|
|
1182
|
+
fillRule: "evenodd",
|
|
1183
|
+
clipRule: "evenodd",
|
|
1184
|
+
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",
|
|
1185
|
+
fill: color
|
|
1186
|
+
}
|
|
1187
|
+
) }),
|
|
1188
|
+
/* @__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
|
+
}
|
|
1169
1191
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1170
1192
|
0 && (module.exports = {
|
|
1171
1193
|
ArrowDownIcon,
|
|
@@ -1191,6 +1213,7 @@ function ErrorRoundIcon({
|
|
|
1191
1213
|
FacebookIcon,
|
|
1192
1214
|
GithubIcon,
|
|
1193
1215
|
GoogleIcon,
|
|
1216
|
+
InfoRoundIcon,
|
|
1194
1217
|
LeatherIcon,
|
|
1195
1218
|
LinkedinIcon,
|
|
1196
1219
|
LoadingIcon,
|