@matchain/matchid-sdk-react 0.1.53-alpha.7 → 0.1.53-alpha.9
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.js +35 -0
- package/dist/assets/icon/index.js.map +1 -1
- package/dist/assets/icon/index.mjs +3 -1
- package/dist/{chunk-3USZ4ZZY.mjs → chunk-FKXS2XRG.mjs} +96 -2
- package/dist/chunk-FKXS2XRG.mjs.map +1 -0
- package/dist/{chunk-OCQ2AIM3.mjs → chunk-IZOOVZAD.mjs} +5 -5
- package/dist/chunk-IZOOVZAD.mjs.map +1 -0
- package/dist/{chunk-W7CCPGOT.mjs → chunk-NCVBLRAJ.mjs} +310 -123
- package/dist/chunk-NCVBLRAJ.mjs.map +1 -0
- package/dist/{chunk-AYMVU44P.mjs → chunk-X5HGL3ZX.mjs} +2 -2
- package/dist/components/index.js +625 -406
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +7 -5
- package/dist/hooks/api/index.js +209 -92
- package/dist/hooks/api/index.js.map +1 -1
- package/dist/hooks/api/index.mjs +5 -5
- package/dist/hooks/index.js +274 -256
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/index.mjs +5 -5
- package/dist/index.css +9 -1
- package/dist/index.js +835 -524
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +13 -10
- package/dist/ui/index.js +68 -65
- package/dist/ui/index.js.map +1 -1
- package/dist/ui/index.mjs +2 -2
- package/dist/utils/index.js +4 -4
- package/dist/utils/index.js.map +1 -1
- package/dist/utils/index.mjs +1 -1
- package/example/package.json +3 -1
- package/example/src/pages/Contact/index.tsx +89 -3
- package/package.json +1 -1
- package/dist/assets/icon/index.d.mts +0 -147
- package/dist/assets/icon/index.d.ts +0 -147
- package/dist/chunk-3USZ4ZZY.mjs.map +0 -1
- package/dist/chunk-OCQ2AIM3.mjs.map +0 -1
- package/dist/chunk-W7CCPGOT.mjs.map +0 -1
- package/dist/components/index.d.mts +0 -6
- package/dist/components/index.d.ts +0 -6
- package/dist/config/chains/index.d.mts +0 -2
- package/dist/config/chains/index.d.ts +0 -2
- package/dist/hooks/api/index.d.mts +0 -5
- package/dist/hooks/api/index.d.ts +0 -5
- package/dist/hooks/index.d.mts +0 -10
- package/dist/hooks/index.d.ts +0 -10
- package/dist/index-BIvPr81B.d.ts +0 -160
- package/dist/index-BXNFULAw.d.mts +0 -117
- package/dist/index-BkWS_v10.d.mts +0 -3324
- package/dist/index-C2-EMz0t.d.ts +0 -78
- package/dist/index-CZHjwqDb.d.ts +0 -26
- package/dist/index-DDCyj-Fl.d.ts +0 -117
- package/dist/index-DKFnMFMm.d.mts +0 -78
- package/dist/index-DXRGMAbv.d.mts +0 -83
- package/dist/index-DXRGMAbv.d.ts +0 -83
- package/dist/index-DYkN9eDY.d.mts +0 -26
- package/dist/index-TVbqpk9T.d.mts +0 -160
- package/dist/index-TsJwrYwh.d.mts +0 -67
- package/dist/index-tFT-63LO.d.ts +0 -3324
- package/dist/index-uhLehOUk.d.ts +0 -67
- package/dist/index.d.mts +0 -38
- package/dist/index.d.ts +0 -38
- package/dist/types/index.d.mts +0 -3
- package/dist/types/index.d.ts +0 -3
- package/dist/types-i_ugbm5B.d.mts +0 -429
- package/dist/types-i_ugbm5B.d.ts +0 -429
- package/dist/ui/index.d.mts +0 -7
- package/dist/ui/index.d.ts +0 -7
- package/dist/utils/index.d.mts +0 -28
- package/dist/utils/index.d.ts +0 -28
- /package/dist/{chunk-AYMVU44P.mjs.map → chunk-X5HGL3ZX.mjs.map} +0 -0
|
@@ -50,6 +50,7 @@ __export(icon_exports, {
|
|
|
50
50
|
LinkedinIcon: () => LinkedinIcon,
|
|
51
51
|
LoadingIcon: () => LoadingIcon_default,
|
|
52
52
|
LoginIcon: () => LoginIcon_default,
|
|
53
|
+
MoreIcon: () => MoreIcon,
|
|
53
54
|
OKXIcon: () => OKXIcon,
|
|
54
55
|
OpenEyeIcon: () => OpenEyeIcon,
|
|
55
56
|
PasswordRoundIcon: () => PasswordRoundIcon,
|
|
@@ -1271,6 +1272,39 @@ function PhantomIcon({
|
|
|
1271
1272
|
}
|
|
1272
1273
|
) });
|
|
1273
1274
|
}
|
|
1275
|
+
|
|
1276
|
+
// src/assets/icon/MoreIcon.tsx
|
|
1277
|
+
var import_jsx_runtime50 = require("react/jsx-runtime");
|
|
1278
|
+
function MoreIcon({
|
|
1279
|
+
width = "11",
|
|
1280
|
+
height = "3",
|
|
1281
|
+
color = "black",
|
|
1282
|
+
...props
|
|
1283
|
+
}) {
|
|
1284
|
+
return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width, height, viewBox: "0 0 11 3", fill: "none", ...props, children: [
|
|
1285
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
1286
|
+
"path",
|
|
1287
|
+
{
|
|
1288
|
+
d: "M2.3335 1.33325C2.3335 1.88554 1.88578 2.33325 1.3335 2.33325C0.781211 2.33325 0.333496 1.88554 0.333496 1.33325C0.333496 0.780967 0.781211 0.333252 1.3335 0.333252C1.88578 0.333252 2.3335 0.780967 2.3335 1.33325Z",
|
|
1289
|
+
fill: color
|
|
1290
|
+
}
|
|
1291
|
+
),
|
|
1292
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
1293
|
+
"path",
|
|
1294
|
+
{
|
|
1295
|
+
d: "M6.3335 1.33325C6.3335 1.88554 5.88578 2.33325 5.3335 2.33325C4.78121 2.33325 4.3335 1.88554 4.3335 1.33325C4.3335 0.780967 4.78121 0.333252 5.3335 0.333252C5.88578 0.333252 6.3335 0.780967 6.3335 1.33325Z",
|
|
1296
|
+
fill: color
|
|
1297
|
+
}
|
|
1298
|
+
),
|
|
1299
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
1300
|
+
"path",
|
|
1301
|
+
{
|
|
1302
|
+
d: "M10.3335 1.33325C10.3335 1.88554 9.88578 2.33325 9.3335 2.33325C8.78121 2.33325 8.3335 1.88554 8.3335 1.33325C8.3335 0.780967 8.78121 0.333252 9.3335 0.333252C9.88578 0.333252 10.3335 0.780967 10.3335 1.33325Z",
|
|
1303
|
+
fill: color
|
|
1304
|
+
}
|
|
1305
|
+
)
|
|
1306
|
+
] });
|
|
1307
|
+
}
|
|
1274
1308
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1275
1309
|
0 && (module.exports = {
|
|
1276
1310
|
ArrowDownIcon,
|
|
@@ -1303,6 +1337,7 @@ function PhantomIcon({
|
|
|
1303
1337
|
LinkedinIcon,
|
|
1304
1338
|
LoadingIcon,
|
|
1305
1339
|
LoginIcon,
|
|
1340
|
+
MoreIcon,
|
|
1306
1341
|
OKXIcon,
|
|
1307
1342
|
OpenEyeIcon,
|
|
1308
1343
|
PasswordRoundIcon,
|