@matchain/matchid-sdk-react 0.1.56-alpha.3 → 0.1.56-alpha.4
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/api.js +56 -47
- package/dist/api.js.map +1 -1
- package/dist/api.mjs +3 -3
- package/dist/{chunk-KDVKIXOS.mjs → chunk-2HVTQUPR.mjs} +276 -267
- package/dist/chunk-2HVTQUPR.mjs.map +1 -0
- package/dist/{chunk-M5LCJX2T.mjs → chunk-NGNJ44SH.mjs} +2 -2
- package/dist/{chunk-FKXS2XRG.mjs → chunk-OSY7MTZY.mjs} +34 -1
- package/dist/chunk-OSY7MTZY.mjs.map +1 -0
- package/dist/components.js +368 -359
- package/dist/components.js.map +1 -1
- package/dist/components.mjs +2 -2
- package/dist/hooks.js +186 -177
- package/dist/hooks.js.map +1 -1
- package/dist/hooks.mjs +2 -2
- package/dist/icon.d.mts +1 -1
- package/dist/icon.d.ts +1 -1
- package/dist/icon.js +33 -0
- package/dist/icon.js.map +1 -1
- package/dist/icon.mjs +5 -1
- package/dist/{index-C82WIWvx.d.ts → index-AtpUyTIk.d.ts} +9 -2
- package/dist/{index-D7E317WV.d.mts → index-CRLiCVf9.d.mts} +9 -2
- package/dist/{index-DK7l3lsH.d.ts → index-nwqg5fYH.d.ts} +8 -2
- package/dist/{index-YPRyEYt6.d.mts → index-zmJl2a0q.d.mts} +8 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +448 -411
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/ui.d.mts +1 -1
- package/dist/ui.d.ts +1 -1
- package/dist/ui.js +144 -104
- package/dist/ui.js.map +1 -1
- package/dist/ui.mjs +4 -2
- package/example/src/pages/UI/components/Checkbox.tsx +10 -0
- package/example/src/pages/UI/index.tsx +2 -0
- package/package.json +1 -1
- package/dist/chunk-FKXS2XRG.mjs.map +0 -1
- package/dist/chunk-KDVKIXOS.mjs.map +0 -1
- /package/dist/{chunk-M5LCJX2T.mjs.map → chunk-NGNJ44SH.mjs.map} +0 -0
package/dist/hooks.mjs
CHANGED
|
@@ -14,11 +14,11 @@ import {
|
|
|
14
14
|
useTransaction,
|
|
15
15
|
useUserInfo,
|
|
16
16
|
useWallet
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-2HVTQUPR.mjs";
|
|
18
18
|
import "./chunk-JX73EY6V.mjs";
|
|
19
19
|
import "./chunk-UA6XHZHX.mjs";
|
|
20
20
|
import "./chunk-IZOOVZAD.mjs";
|
|
21
|
-
import "./chunk-
|
|
21
|
+
import "./chunk-OSY7MTZY.mjs";
|
|
22
22
|
import "./chunk-XM6CYEXN.mjs";
|
|
23
23
|
import "./chunk-J5LGTIGS.mjs";
|
|
24
24
|
export {
|
package/dist/icon.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { t as ArrowDownIcon, f as ArrowLeftIcon, A as ArrowRightIcon, Q as ArrowSendIcon, m as BTCDarkIcon, n as BTCLightIcon, B as BackIcon, z as BitgetIcon, j as CheckIcon, d as CheckRoundIcon, e as CloseEyeIcon, C as CloseIcon, a as CloseRoundIcon, k as CopyIcon, D as DeleteRoundIcon, h as DiscordIcon, o as EVMDarkIcon, p as EVMLightIcon, E as EmailIcon, b as EmailLineIcon, J as ErrorRoundIcon, F as FacebookIcon, g as GithubIcon, G as GoogleIcon, K as InfoLineIcon, M as InfoRoundIcon, u as LeatherIcon, l as LinkedinIcon, L as LoadingIcon, c as LoginIcon, V as MoreIcon, y as OKXIcon, O as OpenEyeIcon, P as PasswordRoundIcon, R as PhantomIcon, S as SOLDarkIcon, q as SOLLightIcon, r as TRXDarkIcon, s as TRXLightIcon, T as TelegramIcon, H as TonDarkIcon, I as TonLightIcon, N as TransferIcon, x as TronLinkIcon, U as UnLoginIcon, v as UnisatIcon, W as WalletIcon, X as XIcon, w as XverseIcon, Y as YoutubeIcon } from './index-
|
|
1
|
+
export { t as ArrowDownIcon, f as ArrowLeftIcon, A as ArrowRightIcon, Q as ArrowSendIcon, m as BTCDarkIcon, n as BTCLightIcon, B as BackIcon, z as BitgetIcon, j as CheckIcon, d as CheckRoundIcon, _ as CheckboxCheckedIcon, Z as CheckboxIcon, e as CloseEyeIcon, C as CloseIcon, a as CloseRoundIcon, k as CopyIcon, D as DeleteRoundIcon, h as DiscordIcon, o as EVMDarkIcon, p as EVMLightIcon, E as EmailIcon, b as EmailLineIcon, J as ErrorRoundIcon, F as FacebookIcon, g as GithubIcon, G as GoogleIcon, K as InfoLineIcon, M as InfoRoundIcon, u as LeatherIcon, l as LinkedinIcon, L as LoadingIcon, c as LoginIcon, V as MoreIcon, y as OKXIcon, O as OpenEyeIcon, P as PasswordRoundIcon, R as PhantomIcon, S as SOLDarkIcon, q as SOLLightIcon, r as TRXDarkIcon, s as TRXLightIcon, T as TelegramIcon, H as TonDarkIcon, I as TonLightIcon, N as TransferIcon, x as TronLinkIcon, U as UnLoginIcon, v as UnisatIcon, W as WalletIcon, X as XIcon, w as XverseIcon, Y as YoutubeIcon } from './index-CRLiCVf9.mjs';
|
|
2
2
|
import 'react/jsx-runtime';
|
|
3
3
|
import 'react';
|
|
4
4
|
import './types-DEsY_CPH.mjs';
|
package/dist/icon.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { t as ArrowDownIcon, f as ArrowLeftIcon, A as ArrowRightIcon, Q as ArrowSendIcon, m as BTCDarkIcon, n as BTCLightIcon, B as BackIcon, z as BitgetIcon, j as CheckIcon, d as CheckRoundIcon, e as CloseEyeIcon, C as CloseIcon, a as CloseRoundIcon, k as CopyIcon, D as DeleteRoundIcon, h as DiscordIcon, o as EVMDarkIcon, p as EVMLightIcon, E as EmailIcon, b as EmailLineIcon, J as ErrorRoundIcon, F as FacebookIcon, g as GithubIcon, G as GoogleIcon, K as InfoLineIcon, M as InfoRoundIcon, u as LeatherIcon, l as LinkedinIcon, L as LoadingIcon, c as LoginIcon, V as MoreIcon, y as OKXIcon, O as OpenEyeIcon, P as PasswordRoundIcon, R as PhantomIcon, S as SOLDarkIcon, q as SOLLightIcon, r as TRXDarkIcon, s as TRXLightIcon, T as TelegramIcon, H as TonDarkIcon, I as TonLightIcon, N as TransferIcon, x as TronLinkIcon, U as UnLoginIcon, v as UnisatIcon, W as WalletIcon, X as XIcon, w as XverseIcon, Y as YoutubeIcon } from './index-
|
|
1
|
+
export { t as ArrowDownIcon, f as ArrowLeftIcon, A as ArrowRightIcon, Q as ArrowSendIcon, m as BTCDarkIcon, n as BTCLightIcon, B as BackIcon, z as BitgetIcon, j as CheckIcon, d as CheckRoundIcon, _ as CheckboxCheckedIcon, Z as CheckboxIcon, e as CloseEyeIcon, C as CloseIcon, a as CloseRoundIcon, k as CopyIcon, D as DeleteRoundIcon, h as DiscordIcon, o as EVMDarkIcon, p as EVMLightIcon, E as EmailIcon, b as EmailLineIcon, J as ErrorRoundIcon, F as FacebookIcon, g as GithubIcon, G as GoogleIcon, K as InfoLineIcon, M as InfoRoundIcon, u as LeatherIcon, l as LinkedinIcon, L as LoadingIcon, c as LoginIcon, V as MoreIcon, y as OKXIcon, O as OpenEyeIcon, P as PasswordRoundIcon, R as PhantomIcon, S as SOLDarkIcon, q as SOLLightIcon, r as TRXDarkIcon, s as TRXLightIcon, T as TelegramIcon, H as TonDarkIcon, I as TonLightIcon, N as TransferIcon, x as TronLinkIcon, U as UnLoginIcon, v as UnisatIcon, W as WalletIcon, X as XIcon, w as XverseIcon, Y as YoutubeIcon } from './index-AtpUyTIk.js';
|
|
2
2
|
import 'react/jsx-runtime';
|
|
3
3
|
import 'react';
|
|
4
4
|
import './types-DEsY_CPH.js';
|
package/dist/icon.js
CHANGED
|
@@ -30,6 +30,8 @@ __export(icon_exports, {
|
|
|
30
30
|
BitgetIcon: () => BitgetIcon,
|
|
31
31
|
CheckIcon: () => CheckIcon,
|
|
32
32
|
CheckRoundIcon: () => CheckRoundIcon,
|
|
33
|
+
CheckboxCheckedIcon: () => CheckboxCheckedIcon,
|
|
34
|
+
CheckboxIcon: () => CheckboxIcon,
|
|
33
35
|
CloseEyeIcon: () => CloseEyeIcon,
|
|
34
36
|
CloseIcon: () => CloseIcon,
|
|
35
37
|
CloseRoundIcon: () => CloseRoundIcon,
|
|
@@ -1305,6 +1307,35 @@ function MoreIcon({
|
|
|
1305
1307
|
)
|
|
1306
1308
|
] });
|
|
1307
1309
|
}
|
|
1310
|
+
|
|
1311
|
+
// src/assets/icon/CheckboxIcon.tsx
|
|
1312
|
+
var import_jsx_runtime51 = require("react/jsx-runtime");
|
|
1313
|
+
function CheckboxIcon({
|
|
1314
|
+
size = 16,
|
|
1315
|
+
color = "#E3E3E3",
|
|
1316
|
+
...props
|
|
1317
|
+
}) {
|
|
1318
|
+
return /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("svg", { width: size, height: size, viewBox: "0 0 16 17", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("rect", { x: "2.08203", y: "2.58325", width: "11.8333", height: "11.8333", rx: "3.25", stroke: color, strokeWidth: "1.5" }) });
|
|
1319
|
+
}
|
|
1320
|
+
|
|
1321
|
+
// src/assets/icon/CheckboxCheckedIcon.tsx
|
|
1322
|
+
var import_jsx_runtime52 = require("react/jsx-runtime");
|
|
1323
|
+
function CheckboxCheckedIcon({
|
|
1324
|
+
size = 16,
|
|
1325
|
+
color = "#FC802D",
|
|
1326
|
+
...props
|
|
1327
|
+
}) {
|
|
1328
|
+
return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("svg", { width: size, height: size, viewBox: "0 0 16 17", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
1329
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)("rect", { x: "1.33203", y: "1.83325", width: "13.3333", height: "13.3333", rx: "4", fill: color }),
|
|
1330
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
1331
|
+
"path",
|
|
1332
|
+
{
|
|
1333
|
+
d: "M5.96094 7.63565L7.23226 8.90697L9.87499 6.26424C10.113 6.02621 10.4989 6.02621 10.737 6.26424C10.975 6.50227 10.975 6.8882 10.737 7.12623L7.80211 10.0611C7.48739 10.3758 6.97714 10.3758 6.66242 10.0611L5.09896 8.49764C4.86093 8.25961 4.86093 7.87368 5.09896 7.63565C5.33699 7.39762 5.72291 7.39762 5.96094 7.63565Z",
|
|
1334
|
+
fill: "white"
|
|
1335
|
+
}
|
|
1336
|
+
)
|
|
1337
|
+
] });
|
|
1338
|
+
}
|
|
1308
1339
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1309
1340
|
0 && (module.exports = {
|
|
1310
1341
|
ArrowDownIcon,
|
|
@@ -1317,6 +1348,8 @@ function MoreIcon({
|
|
|
1317
1348
|
BitgetIcon,
|
|
1318
1349
|
CheckIcon,
|
|
1319
1350
|
CheckRoundIcon,
|
|
1351
|
+
CheckboxCheckedIcon,
|
|
1352
|
+
CheckboxIcon,
|
|
1320
1353
|
CloseEyeIcon,
|
|
1321
1354
|
CloseIcon,
|
|
1322
1355
|
CloseRoundIcon,
|