@matchain/matchid-sdk-react 0.1.56-alpha.3 → 0.1.56-alpha.5
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.d.mts +2 -2
- package/dist/api.d.ts +2 -2
- package/dist/api.js +59 -47
- package/dist/api.js.map +1 -1
- package/dist/api.mjs +3 -3
- package/dist/{chunk-M5LCJX2T.mjs → chunk-2SJCPZJQ.mjs} +2 -2
- package/dist/{chunk-FKXS2XRG.mjs → chunk-GD7URBBZ.mjs} +54 -1
- package/dist/chunk-GD7URBBZ.mjs.map +1 -0
- package/dist/{chunk-KDVKIXOS.mjs → chunk-YR46VC65.mjs} +393 -354
- package/dist/chunk-YR46VC65.mjs.map +1 -0
- package/dist/components.d.mts +3 -3
- package/dist/components.d.ts +3 -3
- package/dist/components.js +416 -360
- package/dist/components.js.map +1 -1
- package/dist/components.mjs +2 -2
- package/dist/hooks.d.mts +2 -2
- package/dist/hooks.d.ts +2 -2
- package/dist/hooks.js +234 -178
- package/dist/hooks.js.map +1 -1
- package/dist/hooks.mjs +2 -2
- package/dist/icon.d.mts +2 -2
- package/dist/icon.d.ts +2 -2
- package/dist/icon.js +53 -0
- package/dist/icon.js.map +1 -1
- package/dist/icon.mjs +7 -1
- package/dist/{index-CsUEaGtM.d.ts → index-BcuSCgol.d.ts} +2 -2
- package/dist/{index-CPTgrfjn.d.mts → index-BlMLqmS2.d.mts} +1 -1
- package/dist/{index-B7ZEyP1j.d.ts → index-C1Nyy5zx.d.ts} +1 -1
- package/dist/{index-FKxw4Vaa.d.mts → index-CBcBTQyU.d.mts} +1 -1
- package/dist/{index-BXbfmVoU.d.mts → index-CD0dACxf.d.mts} +2 -2
- package/dist/{index-TjbO7d74.d.mts → index-CER00guz.d.mts} +1 -1
- package/dist/{index-BtjgRcNJ.d.ts → index-CjekOYJl.d.mts} +2 -2
- package/dist/{index-C82WIWvx.d.ts → index-DN-jrh8-.d.ts} +13 -3
- package/dist/{index-BKSGbw7b.d.mts → index-DdN22cwf.d.ts} +2 -2
- package/dist/{index-YPRyEYt6.d.mts → index-DkIIQLbh.d.ts} +10 -4
- package/dist/{index-4dZbgWG2.d.ts → index-DlaCsN95.d.ts} +1 -1
- package/dist/{index-DK7l3lsH.d.ts → index-lh6qBAf_.d.mts} +10 -4
- package/dist/{index-CwHXzvvB.d.ts → index-o0WW1c5O.d.ts} +1 -1
- package/dist/{index-D7E317WV.d.mts → index-xThRnNN3.d.mts} +13 -3
- package/dist/index.css +35 -1
- package/dist/index.d.mts +8 -8
- package/dist/index.d.ts +8 -8
- package/dist/index.js +497 -412
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/{types-DEsY_CPH.d.mts → types-CheN9vHJ.d.mts} +4 -0
- package/dist/{types-DEsY_CPH.d.ts → types-CheN9vHJ.d.ts} +4 -0
- package/dist/types.d.mts +1 -1
- package/dist/types.d.ts +1 -1
- package/dist/ui.d.mts +3 -3
- package/dist/ui.d.ts +3 -3
- package/dist/ui.js +192 -105
- 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/components/Input.tsx +12 -0
- package/example/src/pages/UI/index.tsx +4 -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-2SJCPZJQ.mjs.map} +0 -0
package/dist/api.mjs
CHANGED
|
@@ -2,15 +2,15 @@ import {
|
|
|
2
2
|
bind_exports,
|
|
3
3
|
poh_exports,
|
|
4
4
|
user_exports
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-2SJCPZJQ.mjs";
|
|
6
6
|
import {
|
|
7
7
|
isSuccess,
|
|
8
8
|
wallet_exports
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-YR46VC65.mjs";
|
|
10
10
|
import "./chunk-JX73EY6V.mjs";
|
|
11
11
|
import "./chunk-UA6XHZHX.mjs";
|
|
12
12
|
import "./chunk-IZOOVZAD.mjs";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-GD7URBBZ.mjs";
|
|
14
14
|
import "./chunk-XM6CYEXN.mjs";
|
|
15
15
|
import "./chunk-J5LGTIGS.mjs";
|
|
16
16
|
export {
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
useUserInfo,
|
|
12
12
|
verifyPohApi,
|
|
13
13
|
wallet_exports
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-YR46VC65.mjs";
|
|
15
15
|
import {
|
|
16
16
|
__export
|
|
17
17
|
} from "./chunk-J5LGTIGS.mjs";
|
|
@@ -94,4 +94,4 @@ export {
|
|
|
94
94
|
user_exports,
|
|
95
95
|
api_exports
|
|
96
96
|
};
|
|
97
|
-
//# sourceMappingURL=chunk-
|
|
97
|
+
//# sourceMappingURL=chunk-2SJCPZJQ.mjs.map
|
|
@@ -15,6 +15,8 @@ __export(icon_exports, {
|
|
|
15
15
|
BitgetIcon: () => BitgetIcon,
|
|
16
16
|
CheckIcon: () => CheckIcon,
|
|
17
17
|
CheckRoundIcon: () => CheckRoundIcon,
|
|
18
|
+
CheckboxCheckedIcon: () => CheckboxCheckedIcon,
|
|
19
|
+
CheckboxIcon: () => CheckboxIcon,
|
|
18
20
|
CloseEyeIcon: () => CloseEyeIcon,
|
|
19
21
|
CloseIcon: () => CloseIcon,
|
|
20
22
|
CloseRoundIcon: () => CloseRoundIcon,
|
|
@@ -31,6 +33,7 @@ __export(icon_exports, {
|
|
|
31
33
|
GoogleIcon: () => GoogleIcon,
|
|
32
34
|
InfoLineIcon: () => InfoLineIcon,
|
|
33
35
|
InfoRoundIcon: () => InfoRoundIcon,
|
|
36
|
+
InputLengthIcon: () => InputLengthIcon,
|
|
34
37
|
LeatherIcon: () => LeatherIcon,
|
|
35
38
|
LinkedinIcon: () => LinkedinIcon,
|
|
36
39
|
LoadingIcon: () => LoadingIcon_default,
|
|
@@ -1290,6 +1293,53 @@ function MoreIcon({
|
|
|
1290
1293
|
] });
|
|
1291
1294
|
}
|
|
1292
1295
|
|
|
1296
|
+
// src/assets/icon/CheckboxIcon.tsx
|
|
1297
|
+
import { jsx as jsx51 } from "react/jsx-runtime";
|
|
1298
|
+
function CheckboxIcon({
|
|
1299
|
+
size = 16,
|
|
1300
|
+
color = "#E3E3E3",
|
|
1301
|
+
...props
|
|
1302
|
+
}) {
|
|
1303
|
+
return /* @__PURE__ */ jsx51("svg", { width: size, height: size, viewBox: "0 0 16 17", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx51("rect", { x: "2.08203", y: "2.58325", width: "11.8333", height: "11.8333", rx: "3.25", stroke: color, strokeWidth: "1.5" }) });
|
|
1304
|
+
}
|
|
1305
|
+
|
|
1306
|
+
// src/assets/icon/CheckboxCheckedIcon.tsx
|
|
1307
|
+
import { jsx as jsx52, jsxs as jsxs33 } from "react/jsx-runtime";
|
|
1308
|
+
function CheckboxCheckedIcon({
|
|
1309
|
+
size = 16,
|
|
1310
|
+
color = "#FC802D",
|
|
1311
|
+
...props
|
|
1312
|
+
}) {
|
|
1313
|
+
return /* @__PURE__ */ jsxs33("svg", { width: size, height: size, viewBox: "0 0 16 17", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
1314
|
+
/* @__PURE__ */ jsx52("rect", { x: "1.33203", y: "1.83325", width: "13.3333", height: "13.3333", rx: "4", fill: color }),
|
|
1315
|
+
/* @__PURE__ */ jsx52(
|
|
1316
|
+
"path",
|
|
1317
|
+
{
|
|
1318
|
+
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",
|
|
1319
|
+
fill: "white"
|
|
1320
|
+
}
|
|
1321
|
+
)
|
|
1322
|
+
] });
|
|
1323
|
+
}
|
|
1324
|
+
|
|
1325
|
+
// src/assets/icon/InputLengthIcon.tsx
|
|
1326
|
+
import { jsx as jsx53 } from "react/jsx-runtime";
|
|
1327
|
+
function InputLengthIcon({
|
|
1328
|
+
size = 12,
|
|
1329
|
+
color = "#B6B6B6",
|
|
1330
|
+
...props
|
|
1331
|
+
}) {
|
|
1332
|
+
return /* @__PURE__ */ jsx53("svg", { width: size, height: size, viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx53(
|
|
1333
|
+
"path",
|
|
1334
|
+
{
|
|
1335
|
+
"fill-rule": "evenodd",
|
|
1336
|
+
"clip-rule": "evenodd",
|
|
1337
|
+
d: "M1.10097 12L12 1.10097L10.899 0L0 10.899L1.10097 12ZM7.19277 11.4594L11.6684 6.98378L10.5675 5.88281L6.0918 10.3585L7.19277 11.4594Z",
|
|
1338
|
+
fill: color
|
|
1339
|
+
}
|
|
1340
|
+
) });
|
|
1341
|
+
}
|
|
1342
|
+
|
|
1293
1343
|
export {
|
|
1294
1344
|
BackIcon,
|
|
1295
1345
|
CloseIcon,
|
|
@@ -1341,6 +1391,9 @@ export {
|
|
|
1341
1391
|
ArrowSendIcon,
|
|
1342
1392
|
PhantomIcon,
|
|
1343
1393
|
MoreIcon,
|
|
1394
|
+
CheckboxIcon,
|
|
1395
|
+
CheckboxCheckedIcon,
|
|
1396
|
+
InputLengthIcon,
|
|
1344
1397
|
icon_exports
|
|
1345
1398
|
};
|
|
1346
|
-
//# sourceMappingURL=chunk-
|
|
1399
|
+
//# sourceMappingURL=chunk-GD7URBBZ.mjs.map
|