@matchain/matchid-sdk-react 0.1.56-alpha.4 → 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 +51 -48
- package/dist/api.js.map +1 -1
- package/dist/api.mjs +3 -3
- package/dist/{chunk-NGNJ44SH.mjs → chunk-2SJCPZJQ.mjs} +2 -2
- package/dist/{chunk-OSY7MTZY.mjs → chunk-GD7URBBZ.mjs} +21 -1
- package/dist/chunk-GD7URBBZ.mjs.map +1 -0
- package/dist/{chunk-2HVTQUPR.mjs → chunk-YR46VC65.mjs} +120 -90
- 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 +408 -361
- 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 +226 -179
- 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 +20 -0
- package/dist/icon.js.map +1 -1
- package/dist/icon.mjs +3 -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-AtpUyTIk.d.ts → index-DN-jrh8-.d.ts} +6 -3
- package/dist/{index-BKSGbw7b.d.mts → index-DdN22cwf.d.ts} +2 -2
- package/dist/{index-nwqg5fYH.d.ts → index-DkIIQLbh.d.ts} +2 -2
- package/dist/{index-4dZbgWG2.d.ts → index-DlaCsN95.d.ts} +1 -1
- package/dist/{index-zmJl2a0q.d.mts → index-lh6qBAf_.d.mts} +2 -2
- package/dist/{index-CwHXzvvB.d.ts → index-o0WW1c5O.d.ts} +1 -1
- package/dist/{index-CRLiCVf9.d.mts → index-xThRnNN3.d.mts} +6 -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 +458 -410
- 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 +154 -107
- package/dist/ui.js.map +1 -1
- package/dist/ui.mjs +2 -2
- package/example/src/pages/UI/components/Input.tsx +12 -0
- package/example/src/pages/UI/index.tsx +2 -0
- package/package.json +1 -1
- package/dist/chunk-2HVTQUPR.mjs.map +0 -1
- package/dist/chunk-OSY7MTZY.mjs.map +0 -1
- /package/dist/{chunk-NGNJ44SH.mjs.map → chunk-2SJCPZJQ.mjs.map} +0 -0
package/dist/ui.js
CHANGED
|
@@ -317,8 +317,26 @@ function CheckboxCheckedIcon({
|
|
|
317
317
|
] });
|
|
318
318
|
}
|
|
319
319
|
|
|
320
|
-
// src/
|
|
320
|
+
// src/assets/icon/InputLengthIcon.tsx
|
|
321
321
|
var import_jsx_runtime53 = require("react/jsx-runtime");
|
|
322
|
+
function InputLengthIcon({
|
|
323
|
+
size = 12,
|
|
324
|
+
color = "#B6B6B6",
|
|
325
|
+
...props
|
|
326
|
+
}) {
|
|
327
|
+
return /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("svg", { width: size, height: size, viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
328
|
+
"path",
|
|
329
|
+
{
|
|
330
|
+
"fill-rule": "evenodd",
|
|
331
|
+
"clip-rule": "evenodd",
|
|
332
|
+
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",
|
|
333
|
+
fill: color
|
|
334
|
+
}
|
|
335
|
+
) });
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
// src/ui/Button/index.tsx
|
|
339
|
+
var import_jsx_runtime54 = require("react/jsx-runtime");
|
|
322
340
|
function Button({
|
|
323
341
|
size = "df",
|
|
324
342
|
disabled = false,
|
|
@@ -338,7 +356,7 @@ function Button({
|
|
|
338
356
|
onClick && onClick();
|
|
339
357
|
}
|
|
340
358
|
};
|
|
341
|
-
return /* @__PURE__ */ (0,
|
|
359
|
+
return /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
342
360
|
"button",
|
|
343
361
|
{
|
|
344
362
|
type,
|
|
@@ -349,14 +367,14 @@ function Button({
|
|
|
349
367
|
},
|
|
350
368
|
onClick: onAction,
|
|
351
369
|
...dataset,
|
|
352
|
-
children: loading ? /* @__PURE__ */ (0,
|
|
370
|
+
children: loading ? /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(LoadingIcon_default, { className: "matchid-btn-loading-icon", color: "var(--matchid-btn-loading-color)" }) : children
|
|
353
371
|
}
|
|
354
372
|
);
|
|
355
373
|
}
|
|
356
374
|
|
|
357
375
|
// src/ui/Overlay/index.tsx
|
|
358
376
|
var import_react = require("react");
|
|
359
|
-
var
|
|
377
|
+
var import_jsx_runtime55 = require("react/jsx-runtime");
|
|
360
378
|
function Overlay({
|
|
361
379
|
isOpen = false,
|
|
362
380
|
children,
|
|
@@ -372,7 +390,7 @@ function Overlay({
|
|
|
372
390
|
document.body.style.overflow = "";
|
|
373
391
|
};
|
|
374
392
|
}, [isOpen]);
|
|
375
|
-
return isOpen ? /* @__PURE__ */ (0,
|
|
393
|
+
return isOpen ? /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
376
394
|
"div",
|
|
377
395
|
{
|
|
378
396
|
className: "matchid-overlay",
|
|
@@ -381,11 +399,11 @@ function Overlay({
|
|
|
381
399
|
},
|
|
382
400
|
children
|
|
383
401
|
}
|
|
384
|
-
) : /* @__PURE__ */ (0,
|
|
402
|
+
) : /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(import_jsx_runtime55.Fragment, {});
|
|
385
403
|
}
|
|
386
404
|
|
|
387
405
|
// src/ui/Drawer/index.tsx
|
|
388
|
-
var
|
|
406
|
+
var import_jsx_runtime56 = require("react/jsx-runtime");
|
|
389
407
|
function Drawer({
|
|
390
408
|
children,
|
|
391
409
|
showClose = true,
|
|
@@ -396,22 +414,22 @@ function Drawer({
|
|
|
396
414
|
onBack
|
|
397
415
|
}) {
|
|
398
416
|
if (!isOpen) {
|
|
399
|
-
return /* @__PURE__ */ (0,
|
|
417
|
+
return /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(import_jsx_runtime56.Fragment, {});
|
|
400
418
|
}
|
|
401
|
-
return /* @__PURE__ */ (0,
|
|
402
|
-
/* @__PURE__ */ (0,
|
|
403
|
-
/* @__PURE__ */ (0,
|
|
404
|
-
onBack && /* @__PURE__ */ (0,
|
|
419
|
+
return /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Overlay, { isOpen, zIndex, children: /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("div", { className: "matchid-drawer", children: [
|
|
420
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("div", { className: `matchid-drawer-header matchid-flex`, children: [
|
|
421
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("div", { className: `matchid-drawer-header-content matchid-flex`, children: [
|
|
422
|
+
onBack && /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(ArrowLeftIcon, { height: 25, width: 24, className: "matchid-drawer-header-back", onClick: onBack }),
|
|
405
423
|
title
|
|
406
424
|
] }),
|
|
407
|
-
showClose && /* @__PURE__ */ (0,
|
|
425
|
+
showClose && /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(CloseRoundIcon, { className: "matchid-drawer-header-close", onClick: onClose })
|
|
408
426
|
] }),
|
|
409
427
|
children
|
|
410
428
|
] }) });
|
|
411
429
|
}
|
|
412
430
|
|
|
413
431
|
// src/ui/Field/index.tsx
|
|
414
|
-
var
|
|
432
|
+
var import_jsx_runtime57 = require("react/jsx-runtime");
|
|
415
433
|
function Field({
|
|
416
434
|
label,
|
|
417
435
|
children,
|
|
@@ -419,13 +437,13 @@ function Field({
|
|
|
419
437
|
required,
|
|
420
438
|
className = ""
|
|
421
439
|
}) {
|
|
422
|
-
return /* @__PURE__ */ (0,
|
|
423
|
-
/* @__PURE__ */ (0,
|
|
424
|
-
required && /* @__PURE__ */ (0,
|
|
440
|
+
return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("div", { className: `matchid-field-box ${className}`, children: [
|
|
441
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("div", { className: "matchid-field-label", children: [
|
|
442
|
+
required && /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("span", { className: "matchid-field-required", children: "*" }),
|
|
425
443
|
label
|
|
426
444
|
] }),
|
|
427
445
|
children,
|
|
428
|
-
error && /* @__PURE__ */ (0,
|
|
446
|
+
error && /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("div", { className: "matchid-field-error", children: error })
|
|
429
447
|
] });
|
|
430
448
|
}
|
|
431
449
|
|
|
@@ -459,7 +477,7 @@ var import_react4 = require("react");
|
|
|
459
477
|
|
|
460
478
|
// src/utils/index.tsx
|
|
461
479
|
var import_moment = __toESM(require("moment"));
|
|
462
|
-
var
|
|
480
|
+
var import_jsx_runtime58 = require("react/jsx-runtime");
|
|
463
481
|
var getVersion = () => {
|
|
464
482
|
return "0.0.2";
|
|
465
483
|
};
|
|
@@ -469,27 +487,48 @@ function getAppClientId() {
|
|
|
469
487
|
|
|
470
488
|
// src/ui/Input/index.tsx
|
|
471
489
|
var import_react3 = require("react");
|
|
472
|
-
var
|
|
490
|
+
var import_jsx_runtime59 = require("react/jsx-runtime");
|
|
473
491
|
function Input({
|
|
474
492
|
onChange,
|
|
475
493
|
type,
|
|
476
494
|
after,
|
|
495
|
+
showLength = false,
|
|
496
|
+
showClear = true,
|
|
477
497
|
className = "",
|
|
498
|
+
rows = 1,
|
|
499
|
+
maxRows = 4,
|
|
500
|
+
children,
|
|
478
501
|
...props
|
|
479
502
|
}) {
|
|
480
503
|
const [inputType, setInputType] = (0, import_react3.useState)(type);
|
|
481
504
|
const isDownMd = useDownMd();
|
|
482
|
-
|
|
505
|
+
const textareaRef = (0, import_react3.useRef)(null);
|
|
506
|
+
(0, import_react3.useEffect)(() => {
|
|
507
|
+
const textarea = textareaRef.current;
|
|
508
|
+
if (textarea) {
|
|
509
|
+
textarea.style.height = "auto";
|
|
510
|
+
const lineHeight = 24;
|
|
511
|
+
const maxHeight = lineHeight * 4;
|
|
512
|
+
textarea.style.height = Math.min(textarea.scrollHeight, maxHeight) + "px";
|
|
513
|
+
}
|
|
514
|
+
}, [props.value]);
|
|
515
|
+
return /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(
|
|
483
516
|
"div",
|
|
484
517
|
{
|
|
485
|
-
className: `matchid-input-box ${props.value && props.value.length > 0 ? "matchid-input-has-content" : ""} ${className}`,
|
|
518
|
+
className: `matchid-input-box matchid-input-${type} ${props.value && props.value.length > 0 ? "matchid-input-has-content" : ""} ${className}`,
|
|
519
|
+
style: {
|
|
520
|
+
// @ts-ignore
|
|
521
|
+
"--max-rows": maxRows
|
|
522
|
+
},
|
|
486
523
|
children: [
|
|
487
|
-
/* @__PURE__ */ (0,
|
|
488
|
-
|
|
524
|
+
children ?? (type == "textarea" ? /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("textarea", { rows: 1, onChange, ...props, className: "matchid-input-field", ref: textareaRef, style: {
|
|
525
|
+
maxHeight: maxRows * 24 + "px"
|
|
526
|
+
} }) : /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("input", { type: inputType, onChange, ...props, className: "matchid-input-field" })),
|
|
527
|
+
type != "textarea" && showClear && props.value && props.value.length > 0 && /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "matchid-input-delete-icon", onClick: (e) => {
|
|
489
528
|
if (onChange) {
|
|
490
529
|
onChange({ target: { value: "" } });
|
|
491
530
|
}
|
|
492
|
-
}, children: /* @__PURE__ */ (0,
|
|
531
|
+
}, children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
493
532
|
DeleteRoundIcon,
|
|
494
533
|
{
|
|
495
534
|
height: isDownMd ? 16 : 21,
|
|
@@ -497,9 +536,17 @@ function Input({
|
|
|
497
536
|
color: "var(--matchid-input-delete-icon-color)"
|
|
498
537
|
}
|
|
499
538
|
) }),
|
|
500
|
-
type === "password" && /* @__PURE__ */ (0,
|
|
539
|
+
type === "password" && /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "matchid-input-eye-icon", onClick: () => {
|
|
501
540
|
setInputType(inputType === "password" ? "text" : "password");
|
|
502
|
-
}, children: inputType === "password" ? /* @__PURE__ */ (0,
|
|
541
|
+
}, children: inputType === "password" ? /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(CloseEyeIcon, { size: isDownMd ? 16 : 20 }) : /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(OpenEyeIcon, { size: isDownMd ? 16 : 20 }) }),
|
|
542
|
+
showLength && props.maxLength && /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("div", { className: `matchid-input-length`, children: [
|
|
543
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("span", { children: [
|
|
544
|
+
props.value.length || 0,
|
|
545
|
+
"/",
|
|
546
|
+
props.maxLength
|
|
547
|
+
] }),
|
|
548
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(InputLengthIcon, { color: "var(--icon-color)" })
|
|
549
|
+
] }),
|
|
503
550
|
after
|
|
504
551
|
]
|
|
505
552
|
}
|
|
@@ -508,7 +555,7 @@ function Input({
|
|
|
508
555
|
|
|
509
556
|
// src/components/EmailModal/StepEmail.tsx
|
|
510
557
|
var import_react_intl = require("react-intl");
|
|
511
|
-
var
|
|
558
|
+
var import_jsx_runtime60 = require("react/jsx-runtime");
|
|
512
559
|
|
|
513
560
|
// src/store/useLocalStore.ts
|
|
514
561
|
var import_zustand = require("zustand");
|
|
@@ -767,7 +814,7 @@ var import_viem3 = require("viem");
|
|
|
767
814
|
// src/context/ModalContext.tsx
|
|
768
815
|
var import_react6 = require("react");
|
|
769
816
|
var import_react_dom = require("react-dom");
|
|
770
|
-
var
|
|
817
|
+
var import_jsx_runtime61 = require("react/jsx-runtime");
|
|
771
818
|
var ModalContext = (0, import_react6.createContext)(null);
|
|
772
819
|
|
|
773
820
|
// src/store/useTransactionStore.ts
|
|
@@ -800,7 +847,7 @@ var persistedState2 = (0, import_middleware2.persist)(
|
|
|
800
847
|
var useTransactionStore = (0, import_zustand3.create)((0, import_middleware2.devtools)(persistedState2));
|
|
801
848
|
|
|
802
849
|
// src/hooks/useWallet.tsx
|
|
803
|
-
var
|
|
850
|
+
var import_jsx_runtime62 = require("react/jsx-runtime");
|
|
804
851
|
var AppClientId = "react-sdk-" + getVersion();
|
|
805
852
|
|
|
806
853
|
// src/hooks/useCopyClipboard.ts
|
|
@@ -810,7 +857,7 @@ var import_react8 = require("react");
|
|
|
810
857
|
// src/context/ToastContext.tsx
|
|
811
858
|
var import_react9 = require("react");
|
|
812
859
|
var import_react_dom2 = require("react-dom");
|
|
813
|
-
var
|
|
860
|
+
var import_jsx_runtime63 = require("react/jsx-runtime");
|
|
814
861
|
var ToastContext = (0, import_react9.createContext)(null);
|
|
815
862
|
|
|
816
863
|
// src/hooks/api/wallet.ts
|
|
@@ -820,7 +867,7 @@ var import_react_query = require("@tanstack/react-query");
|
|
|
820
867
|
var import_react10 = require("react");
|
|
821
868
|
var import_viem4 = require("viem");
|
|
822
869
|
var import_react_intl2 = require("react-intl");
|
|
823
|
-
var
|
|
870
|
+
var import_jsx_runtime64 = require("react/jsx-runtime");
|
|
824
871
|
|
|
825
872
|
// src/hooks/useMatchWallet.tsx
|
|
826
873
|
var import_react_qrcode = require("react-qrcode");
|
|
@@ -909,10 +956,10 @@ var success_default = { v: "5.9.6", fr: 60, ip: 0, op: 120, w: 500, h: 500, nm:
|
|
|
909
956
|
var pending_default = { v: "5.12.1", fr: 60, ip: 0, op: 180, w: 500, h: 500, nm: "12-facebook reactions", ddd: 0, assets: [], layers: [{ ddd: 0, ind: 1, ty: 3, nm: "Main Stroke width - Color Ctrl", parent: 17, sr: 1, ks: { o: { a: 0, k: 0, ix: 11 }, r: { a: 0, k: 0, ix: 10 }, p: { a: 0, k: [0, 0, 0], ix: 2, l: 2 }, a: { a: 0, k: [50, 50, 0], ix: 1, l: 2 }, s: { a: 0, k: [100, 100, 100], ix: 6, l: 2 } }, ao: 0, ef: [{ ty: 5, nm: "Highlight width", np: 3, mn: "ADBE Slider Control", ix: 1, en: 1, ef: [{ ty: 0, nm: "\u6ED1\u5757", mn: "ADBE Slider Control-0001", ix: 1, v: { a: 0, k: 18, ix: 1 } }] }, { ty: 5, nm: "Stroke width", np: 3, mn: "ADBE Slider Control", ix: 2, en: 1, ef: [{ ty: 0, nm: "\u6ED1\u5757", mn: "ADBE Slider Control-0001", ix: 1, v: { a: 0, k: 16, ix: 1 } }] }, { ty: 5, nm: "Base Color", np: 3, mn: "ADBE Color Control", ix: 3, en: 1, ef: [{ ty: 2, nm: "\u989C\u8272", mn: "ADBE Color Control-0001", ix: 1, v: { a: 0, k: [0, 0, 0, 1], ix: 1 } }] }, { ty: 5, nm: "Highlight", np: 3, mn: "ADBE Color Control", ix: 4, en: 1, ef: [{ ty: 2, nm: "\u989C\u8272", mn: "ADBE Color Control-0001", ix: 1, v: { a: 0, k: [0.20000000298, 0.800000011921, 0.800000011921, 1], ix: 1 } }] }], ip: 0, op: 180, st: 0, bm: 0 }, { ddd: 0, ind: 2, ty: 3, nm: "rotation", sr: 1, ks: { o: { a: 0, k: 0, ix: 11 }, r: { a: 1, k: [{ i: { x: [0.833], y: [0.879] }, o: { x: [0.734], y: [-0.165] }, t: 0, s: [0] }, { i: { x: [0.682], y: [1] }, o: { x: [0.167], y: [-1.258] }, t: 48, s: [371.925] }, { i: { x: [0.682], y: [1] }, o: { x: [0.167], y: [0] }, t: 64, s: [360] }, { i: { x: [0.833], y: [2.258] }, o: { x: [0.318], y: [0] }, t: 85, s: [360] }, { i: { x: [0.266], y: [1.165] }, o: { x: [0.167], y: [0.121] }, t: 101, s: [371.925] }, { t: 149, s: [0] }], ix: 10 }, p: { a: 0, k: [240, 261, 0], ix: 2, l: 2 }, a: { a: 0, k: [50, 50, 0], ix: 1, l: 2 }, s: { a: 0, k: [100, 100, 100], ix: 6, l: 2 } }, ao: 0, ip: 0, op: 180, st: 0, bm: 0 }, { ddd: 0, ind: 3, ty: 4, nm: "lines 3", sr: 1, ks: { o: { a: 0, k: 100, ix: 11 }, r: { a: 0, k: 0, ix: 10 }, p: { a: 0, k: [334.53, 207.375, 0], ix: 2, l: 2 }, a: { a: 0, k: [209.53, 112.875, 0], ix: 1, l: 2 }, s: { a: 0, k: [-100, 100, 100], ix: 6, l: 2 } }, ao: 0, shapes: [{ ty: "gr", it: [{ ty: "gr", it: [{ ind: 0, ty: "sh", ix: 1, ks: { a: 0, k: { i: [[0, 0], [0, 0]], o: [[0, 0], [0, 0]], v: [[-10.298, -2.049], [10.298, 2.049]], c: false }, ix: 2 }, nm: "Path 1", mn: "ADBE Vector Shape - Group", hd: false }, { ty: "st", c: { a: 0, k: [0.988235294819, 0.501960813999, 0.176470592618, 1], ix: 3 }, o: { a: 0, k: 100, ix: 4 }, w: { a: 0, k: 16, ix: 5 }, lc: 2, lj: 2, bm: 0, nm: "Stroke 1", mn: "ADBE Vector Graphic - Stroke", hd: false }, { ty: "tr", p: { a: 0, k: [158.823, 98.07], ix: 2 }, a: { a: 0, k: [0, 0], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, r: { a: 0, k: 0, ix: 6 }, o: { a: 0, k: 100, ix: 7 }, sk: { a: 0, k: 0, ix: 4 }, sa: { a: 0, k: 0, ix: 5 }, nm: "\u53D8\u6362" }], nm: "Group 2", np: 2, cix: 2, bm: 0, ix: 1, mn: "ADBE Vector Group", hd: false }, { ty: "tr", p: { a: 0, k: [287.998, 150.87], ix: 2 }, a: { a: 0, k: [246.698, 109.57], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, r: { a: 0, k: 27, ix: 6 }, o: { a: 0, k: 100, ix: 7 }, sk: { a: 0, k: 0, ix: 4 }, sa: { a: 0, k: 0, ix: 5 }, nm: "\u53D8\u6362" }], nm: "Group 3", np: 1, cix: 2, bm: 0, ix: 1, mn: "ADBE Vector Group", hd: false }, { ty: "gr", it: [{ ty: "gr", it: [{ ind: 0, ty: "sh", ix: 1, ks: { a: 0, k: { i: [[0, 0], [0, 0]], o: [[0, 0], [0, 0]], v: [[-10.298, -2.049], [10.298, 2.049]], c: false }, ix: 2 }, nm: "Path 1", mn: "ADBE Vector Shape - Group", hd: false }, { ty: "st", c: { a: 0, k: [0.988235294819, 0.501960813999, 0.176470592618, 1], ix: 3 }, o: { a: 0, k: 100, ix: 4 }, w: { a: 0, k: 16, ix: 5 }, lc: 2, lj: 2, bm: 0, nm: "Stroke 1", mn: "ADBE Vector Graphic - Stroke", hd: false }, { ty: "tr", p: { a: 0, k: [158.823, 98.07], ix: 2 }, a: { a: 0, k: [0, 0], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, r: { a: 0, k: 0, ix: 6 }, o: { a: 0, k: 100, ix: 7 }, sk: { a: 0, k: 0, ix: 4 }, sa: { a: 0, k: 0, ix: 5 }, nm: "\u53D8\u6362" }], nm: "Group 2", np: 2, cix: 2, bm: 0, ix: 1, mn: "ADBE Vector Group", hd: false }, { ty: "tr", p: { a: 0, k: [287.998, 150.87], ix: 2 }, a: { a: 0, k: [246.698, 109.57], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, r: { a: 0, k: 0, ix: 6 }, o: { a: 0, k: 100, ix: 7 }, sk: { a: 0, k: 0, ix: 4 }, sa: { a: 0, k: 0, ix: 5 }, nm: "\u53D8\u6362" }], nm: "Group 2", np: 1, cix: 2, bm: 0, ix: 2, mn: "ADBE Vector Group", hd: false }, { ty: "tm", s: { a: 1, k: [{ i: { x: [0.667], y: [1] }, o: { x: [0.333], y: [0] }, t: 48, s: [100] }, { t: 62, s: [0] }], ix: 1 }, e: { a: 1, k: [{ i: { x: [0.667], y: [1] }, o: { x: [0.333], y: [0] }, t: 58, s: [100] }, { t: 70, s: [0] }], ix: 2 }, o: { a: 0, k: 0, ix: 3 }, m: 1, ix: 3, nm: "Trim Paths 1", mn: "ADBE Vector Filter - Trim", hd: false }], ip: 48, op: 70, st: 48, ct: 1, bm: 0 }, { ddd: 0, ind: 4, ty: 4, nm: "lines 2", sr: 1, ks: { o: { a: 0, k: 100, ix: 11 }, r: { a: 0, k: 0, ix: 10 }, p: { a: 0, k: [144.53, 207.375, 0], ix: 2, l: 2 }, a: { a: 0, k: [209.53, 112.875, 0], ix: 1, l: 2 }, s: { a: 0, k: [100, 100, 100], ix: 6, l: 2 } }, ao: 0, shapes: [{ ty: "gr", it: [{ ty: "gr", it: [{ ind: 0, ty: "sh", ix: 1, ks: { a: 0, k: { i: [[0, 0], [0, 0]], o: [[0, 0], [0, 0]], v: [[-10.298, -2.049], [10.298, 2.049]], c: false }, ix: 2 }, nm: "Path 1", mn: "ADBE Vector Shape - Group", hd: false }, { ty: "st", c: { a: 0, k: [0.988235294819, 0.501960813999, 0.176470592618, 1], ix: 3 }, o: { a: 0, k: 100, ix: 4 }, w: { a: 0, k: 16, ix: 5 }, lc: 2, lj: 2, bm: 0, nm: "Stroke 1", mn: "ADBE Vector Graphic - Stroke", hd: false }, { ty: "tr", p: { a: 0, k: [158.823, 98.07], ix: 2 }, a: { a: 0, k: [0, 0], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, r: { a: 0, k: 0, ix: 6 }, o: { a: 0, k: 100, ix: 7 }, sk: { a: 0, k: 0, ix: 4 }, sa: { a: 0, k: 0, ix: 5 }, nm: "\u53D8\u6362" }], nm: "Group 2", np: 2, cix: 2, bm: 0, ix: 1, mn: "ADBE Vector Group", hd: false }, { ty: "tr", p: { a: 0, k: [287.998, 150.87], ix: 2 }, a: { a: 0, k: [246.698, 109.57], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, r: { a: 0, k: 27, ix: 6 }, o: { a: 0, k: 100, ix: 7 }, sk: { a: 0, k: 0, ix: 4 }, sa: { a: 0, k: 0, ix: 5 }, nm: "\u53D8\u6362" }], nm: "Group 3", np: 1, cix: 2, bm: 0, ix: 1, mn: "ADBE Vector Group", hd: false }, { ty: "gr", it: [{ ty: "gr", it: [{ ind: 0, ty: "sh", ix: 1, ks: { a: 0, k: { i: [[0, 0], [0, 0]], o: [[0, 0], [0, 0]], v: [[-10.298, -2.049], [10.298, 2.049]], c: false }, ix: 2 }, nm: "Path 1", mn: "ADBE Vector Shape - Group", hd: false }, { ty: "st", c: { a: 0, k: [0.988235294819, 0.501960813999, 0.176470592618, 1], ix: 3 }, o: { a: 0, k: 100, ix: 4 }, w: { a: 0, k: 16, ix: 5 }, lc: 2, lj: 2, bm: 0, nm: "Stroke 1", mn: "ADBE Vector Graphic - Stroke", hd: false }, { ty: "tr", p: { a: 0, k: [158.823, 98.07], ix: 2 }, a: { a: 0, k: [0, 0], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, r: { a: 0, k: 0, ix: 6 }, o: { a: 0, k: 100, ix: 7 }, sk: { a: 0, k: 0, ix: 4 }, sa: { a: 0, k: 0, ix: 5 }, nm: "\u53D8\u6362" }], nm: "Group 2", np: 2, cix: 2, bm: 0, ix: 1, mn: "ADBE Vector Group", hd: false }, { ty: "tr", p: { a: 0, k: [287.998, 150.87], ix: 2 }, a: { a: 0, k: [246.698, 109.57], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, r: { a: 0, k: 0, ix: 6 }, o: { a: 0, k: 100, ix: 7 }, sk: { a: 0, k: 0, ix: 4 }, sa: { a: 0, k: 0, ix: 5 }, nm: "\u53D8\u6362" }], nm: "Group 2", np: 1, cix: 2, bm: 0, ix: 2, mn: "ADBE Vector Group", hd: false }, { ty: "tm", s: { a: 1, k: [{ i: { x: [0.667], y: [1] }, o: { x: [0.333], y: [0] }, t: 48, s: [100] }, { t: 62, s: [0] }], ix: 1 }, e: { a: 1, k: [{ i: { x: [0.667], y: [1] }, o: { x: [0.333], y: [0] }, t: 58, s: [100] }, { t: 70, s: [0] }], ix: 2 }, o: { a: 0, k: 0, ix: 3 }, m: 1, ix: 3, nm: "Trim Paths 1", mn: "ADBE Vector Filter - Trim", hd: false }], ip: 48, op: 70, st: 48, ct: 1, bm: 0 }, { ddd: 0, ind: 5, ty: 4, nm: "lines", sr: 1, ks: { o: { a: 0, k: 100, ix: 11 }, r: { a: 0, k: 0, ix: 10 }, p: { a: 0, k: [209.53, 112.875, 0], ix: 2, l: 2 }, a: { a: 0, k: [209.53, 112.875, 0], ix: 1, l: 2 }, s: { a: 0, k: [100, 100, 100], ix: 6, l: 2 } }, ao: 0, shapes: [{ ty: "gr", it: [{ ty: "gr", it: [{ ind: 0, ty: "sh", ix: 1, ks: { a: 0, k: { i: [[0, 0], [0, 0]], o: [[0, 0], [0, 0]], v: [[8.731, 5.833], [-8.73, -5.833]], c: true }, ix: 2 }, nm: "Path 1", mn: "ADBE Vector Shape - Group", hd: false }, { ty: "st", c: { a: 0, k: [0, 0, 0, 1], ix: 3 }, o: { a: 0, k: 100, ix: 4 }, w: { a: 0, k: 16, ix: 5 }, lc: 2, lj: 2, bm: 0, nm: "Stroke 1", mn: "ADBE Vector Graphic - Stroke", hd: false }, { ty: "tr", p: { a: 0, k: [179.204, 48.865], ix: 2 }, a: { a: 0, k: [0, 0], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, r: { a: 0, k: 0, ix: 6 }, o: { a: 0, k: 100, ix: 7 }, sk: { a: 0, k: 0, ix: 4 }, sa: { a: 0, k: 0, ix: 5 }, nm: "\u53D8\u6362" }], nm: "Group 1", np: 2, cix: 2, bm: 0, ix: 1, mn: "ADBE Vector Group", hd: false }, { ty: "tr", p: { a: 0, k: [220.504, 90.165], ix: 2 }, a: { a: 0, k: [179.204, 48.865], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, r: { a: 0, k: 0, ix: 6 }, o: { a: 0, k: 100, ix: 7 }, sk: { a: 0, k: 0, ix: 4 }, sa: { a: 0, k: 0, ix: 5 }, nm: "\u53D8\u6362" }], nm: "Group 1", np: 1, cix: 2, bm: 0, ix: 1, mn: "ADBE Vector Group", hd: false }, { ty: "gr", it: [{ ty: "gr", it: [{ ind: 0, ty: "sh", ix: 1, ks: { a: 0, k: { i: [[0, 0], [0, 0]], o: [[0, 0], [0, 0]], v: [[-10.298, -2.049], [10.298, 2.049]], c: false }, ix: 2 }, nm: "Path 1", mn: "ADBE Vector Shape - Group", hd: false }, { ty: "st", c: { a: 0, k: [0, 0, 0, 1], ix: 3 }, o: { a: 0, k: 100, ix: 4 }, w: { a: 0, k: 16, ix: 5 }, lc: 2, lj: 2, bm: 0, nm: "Stroke 1", mn: "ADBE Vector Graphic - Stroke", hd: false }, { ty: "tr", p: { a: 0, k: [158.823, 98.07], ix: 2 }, a: { a: 0, k: [0, 0], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, r: { a: 0, k: 0, ix: 6 }, o: { a: 0, k: 100, ix: 7 }, sk: { a: 0, k: 0, ix: 4 }, sa: { a: 0, k: 0, ix: 5 }, nm: "\u53D8\u6362" }], nm: "Group 2", np: 2, cix: 2, bm: 0, ix: 1, mn: "ADBE Vector Group", hd: false }, { ty: "tr", p: { a: 0, k: [287.998, 150.87], ix: 2 }, a: { a: 0, k: [246.698, 109.57], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, r: { a: 0, k: 0, ix: 6 }, o: { a: 0, k: 100, ix: 7 }, sk: { a: 0, k: 0, ix: 4 }, sa: { a: 0, k: 0, ix: 5 }, nm: "\u53D8\u6362" }], nm: "Group 2", np: 1, cix: 2, bm: 0, ix: 2, mn: "ADBE Vector Group", hd: false }, { ty: "tm", s: { a: 1, k: [{ i: { x: [0.667], y: [1] }, o: { x: [0.333], y: [0] }, t: 129, s: [0] }, { i: { x: [0.667], y: [1] }, o: { x: [0.333], y: [0] }, t: 130, s: [100] }, { t: 145, s: [0] }], ix: 1 }, e: { a: 1, k: [{ i: { x: [0.667], y: [1] }, o: { x: [0.333], y: [0] }, t: 3, s: [100] }, { i: { x: [0.667], y: [1] }, o: { x: [0.167], y: [0] }, t: 18, s: [0] }, { i: { x: [0.667], y: [0.993] }, o: { x: [0.333], y: [0] }, t: 129, s: [0] }, { t: 130, s: [100] }], ix: 2 }, o: { a: 0, k: 0, ix: 3 }, m: 1, ix: 3, nm: "Trim Paths 1", mn: "ADBE Vector Filter - Trim", hd: false }], ip: 0, op: 180, st: 0, ct: 1, bm: 0 }, { ddd: 0, ind: 6, ty: 4, nm: "eyes", parent: 8, sr: 1, ks: { o: { a: 0, k: 100, ix: 11 }, r: { a: 0, k: 0, ix: 10 }, p: { a: 0, k: [293.39, 96.022, 0], ix: 2, l: 2 }, a: { a: 0, k: [334.69, 137.322, 0], ix: 1, l: 2 }, s: { a: 0, k: [100, 100, 100], ix: 6, l: 2 } }, ao: 0, shapes: [{ ty: "gr", it: [{ ty: "gr", it: [{ ind: 0, ty: "sh", ix: 1, ks: { a: 1, k: [{ i: { x: 0.683, y: 1 }, o: { x: 1, y: 0 }, t: 18, s: [{ i: [[0, 0]], o: [[0, 0]], v: [[328.863, 96.022]], c: true }] }, { i: { x: 0.683, y: 1 }, o: { x: 0.167, y: 0 }, t: 48, s: [{ i: [[0, 0]], o: [[0, 0]], v: [[321.325, 102.272]], c: true }] }, { i: { x: 0, y: 1 }, o: { x: 0.317, y: 0 }, t: 100, s: [{ i: [[0, 0]], o: [[0, 0]], v: [[321.325, 102.272]], c: true }] }, { t: 130, s: [{ i: [[0, 0]], o: [[0, 0]], v: [[328.863, 96.022]], c: true }] }], ix: 2 }, nm: "Path 1", mn: "ADBE Vector Shape - Group", hd: false }, { ty: "st", c: { a: 0, k: [0, 0, 0, 1], ix: 3 }, o: { a: 0, k: 100, ix: 4 }, w: { a: 0, k: 16, ix: 5 }, lc: 2, lj: 2, bm: 0, nm: "Stroke 1", mn: "ADBE Vector Graphic - Stroke", hd: false }, { ty: "tr", p: { a: 0, k: [0, 0], ix: 2 }, a: { a: 0, k: [0, 0], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, r: { a: 0, k: 0, ix: 6 }, o: { a: 0, k: 100, ix: 7 }, sk: { a: 0, k: 0, ix: 4 }, sa: { a: 0, k: 0, ix: 5 }, nm: "\u53D8\u6362" }], nm: "Group 3", np: 2, cix: 2, bm: 0, ix: 1, mn: "ADBE Vector Group", hd: false }, { ty: "tr", p: { a: 0, k: [370.163, 137.322], ix: 2 }, a: { a: 0, k: [328.863, 96.022], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, r: { a: 0, k: 0, ix: 6 }, o: { a: 0, k: 100, ix: 7 }, sk: { a: 0, k: 0, ix: 4 }, sa: { a: 0, k: 0, ix: 5 }, nm: "\u53D8\u6362" }], nm: "Group 3", np: 1, cix: 2, bm: 0, ix: 1, mn: "ADBE Vector Group", hd: false }, { ty: "gr", it: [{ ty: "gr", it: [{ ind: 0, ty: "sh", ix: 1, ks: { a: 1, k: [{ i: { x: 0.683, y: 1 }, o: { x: 1, y: 0 }, t: 18, s: [{ i: [[0, 0]], o: [[0, 0]], v: [[257.918, 96.022]], c: true }] }, { i: { x: 0.683, y: 1 }, o: { x: 0.167, y: 0 }, t: 48, s: [{ i: [[0, 0]], o: [[0, 0]], v: [[265.456, 102.272]], c: true }] }, { i: { x: 0, y: 1 }, o: { x: 0.317, y: 0 }, t: 100, s: [{ i: [[0, 0]], o: [[0, 0]], v: [[265.456, 102.272]], c: true }] }, { t: 130, s: [{ i: [[0, 0]], o: [[0, 0]], v: [[257.918, 96.022]], c: true }] }], ix: 2 }, nm: "Path 1", mn: "ADBE Vector Shape - Group", hd: false }, { ty: "st", c: { a: 0, k: [0, 0, 0, 1], ix: 3 }, o: { a: 0, k: 100, ix: 4 }, w: { a: 0, k: 16, ix: 5 }, lc: 2, lj: 2, bm: 0, nm: "Stroke 1", mn: "ADBE Vector Graphic - Stroke", hd: false }, { ty: "tr", p: { a: 0, k: [0, 0], ix: 2 }, a: { a: 0, k: [0, 0], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, r: { a: 0, k: 0, ix: 6 }, o: { a: 0, k: 100, ix: 7 }, sk: { a: 0, k: 0, ix: 4 }, sa: { a: 0, k: 0, ix: 5 }, nm: "\u53D8\u6362" }], nm: "Group 4", np: 2, cix: 2, bm: 0, ix: 1, mn: "ADBE Vector Group", hd: false }, { ty: "tr", p: { a: 0, k: [299.218, 137.322], ix: 2 }, a: { a: 0, k: [257.918, 96.022], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, r: { a: 0, k: 0, ix: 6 }, o: { a: 0, k: 100, ix: 7 }, sk: { a: 0, k: 0, ix: 4 }, sa: { a: 0, k: 0, ix: 5 }, nm: "\u53D8\u6362" }], nm: "Group 4", np: 1, cix: 2, bm: 0, ix: 2, mn: "ADBE Vector Group", hd: false }], ip: 0, op: 180, st: 0, ct: 1, bm: 0 }, { ddd: 0, ind: 7, ty: 4, nm: "laugh", parent: 8, sr: 1, ks: { o: { a: 1, k: [{ i: { x: [0.833], y: [0.833] }, o: { x: [0.167], y: [0.167] }, t: 46, s: [100] }, { i: { x: [0.833], y: [0.833] }, o: { x: [0.167], y: [0.167] }, t: 47, s: [0] }, { i: { x: [0.833], y: [0.833] }, o: { x: [0.167], y: [0.167] }, t: 101, s: [0] }, { t: 102, s: [100] }], ix: 11 }, r: { a: 0, k: 0, ix: 10 }, p: { a: 0, k: [293.4, 145, 0], ix: 2, l: 2 }, a: { a: 0, k: [293.4, 145, 0], ix: 1, l: 2 }, s: { a: 0, k: [100, 100, 100], ix: 6, l: 2 } }, ao: 0, shapes: [{ ty: "gr", it: [{ ind: 0, ty: "sh", ix: 1, ks: { a: 1, k: [{ i: { x: 0.683, y: 1 }, o: { x: 1, y: 0 }, t: 18, s: [{ i: [[0, 0], [23.196, 0], [0, 23.196]], o: [[0, 23.196], [-23.196, 0], [0, 0]], v: [[42, -21], [0, 21], [-42, -21]], c: true }] }, { i: { x: 0.683, y: 1 }, o: { x: 0.167, y: 0 }, t: 48, s: [{ i: [[0, 0], [14.249, 0], [0, 14.249]], o: [[0, 14.249], [-14.249, 0], [0, 0]], v: [[25.8, -12.9], [0, 12.9], [-25.8, -12.9]], c: true }] }, { i: { x: 0, y: 1 }, o: { x: 0.317, y: 0 }, t: 100, s: [{ i: [[0, 0], [14.249, 0], [0, 14.249]], o: [[0, 14.249], [-14.249, 0], [0, 0]], v: [[25.8, -12.9], [0, 12.9], [-25.8, -12.9]], c: true }] }, { t: 130, s: [{ i: [[0, 0], [23.196, 0], [0, 23.196]], o: [[0, 23.196], [-23.196, 0], [0, 0]], v: [[42, -21], [0, 21], [-42, -21]], c: true }] }], ix: 2 }, nm: "Path 1", mn: "ADBE Vector Shape - Group", hd: false }, { ty: "st", c: { a: 0, k: [0, 0, 0, 1], ix: 3 }, o: { a: 0, k: 100, ix: 4 }, w: { a: 0, k: 16, ix: 5 }, lc: 2, lj: 2, bm: 0, nm: "Stroke 1", mn: "ADBE Vector Graphic - Stroke", hd: false }, { ty: "tr", p: { a: 0, k: [293.4, 145], ix: 2 }, a: { a: 0, k: [0, 0], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, r: { a: 0, k: 0, ix: 6 }, o: { a: 0, k: 100, ix: 7 }, sk: { a: 0, k: 0, ix: 4 }, sa: { a: 0, k: 0, ix: 5 }, nm: "\u53D8\u6362" }], nm: "Group 5", np: 2, cix: 2, bm: 0, ix: 1, mn: "ADBE Vector Group", hd: false }], ip: 0, op: 180, st: 0, ct: 1, bm: 0 }, { ddd: 0, ind: 8, ty: 4, nm: "face 1", parent: 2, sr: 1, ks: { o: { a: 1, k: [{ i: { x: [0.833], y: [0.833] }, o: { x: [0.167], y: [0.167] }, t: 46, s: [100] }, { i: { x: [0.833], y: [0.833] }, o: { x: [0.167], y: [0.167] }, t: 47, s: [0] }, { i: { x: [0.833], y: [0.833] }, o: { x: [0.167], y: [0.167] }, t: 101, s: [0] }, { t: 102, s: [100] }], ix: 11 }, r: { a: 0, k: 0, ix: 10 }, p: { a: 1, k: [{ i: { x: 0.806, y: 1 }, o: { x: 0.994, y: 0 }, t: 18, s: [144.7, -45.7, 0], to: [-15.917, 15.833, 0], ti: [15.917, -15.833, 0] }, { i: { x: 0.806, y: 0.806 }, o: { x: 0.167, y: 0.167 }, t: 48, s: [49.2, 49.3, 0], to: [0, 0, 0], ti: [0, 0, 0] }, { i: { x: 6e-3, y: 1 }, o: { x: 0.194, y: 0 }, t: 100, s: [49.2, 49.3, 0], to: [15.917, -15.833, 0], ti: [-15.917, 15.833, 0] }, { t: 130, s: [144.7, -45.7, 0] }], ix: 2, l: 2 }, a: { a: 0, k: [293.4, 124, 0], ix: 1, l: 2 }, s: { a: 0, k: [100, 100, 100], ix: 6, l: 2 } }, ao: 0, shapes: [{ ty: "gr", it: [{ ind: 0, ty: "sh", ix: 1, ks: { a: 1, k: [{ i: { x: 0.683, y: 1 }, o: { x: 1, y: 0 }, t: 18, s: [{ i: [[0, -46.392], [46.392, 0], [0, 46.392], [-46.392, 0]], o: [[0, 46.392], [-46.392, 0], [0, -46.392], [46.392, 0]], v: [[84, 0], [0, 84], [-84, 0], [0, -84]], c: true }] }, { i: { x: 0.683, y: 1 }, o: { x: 0.167, y: 0 }, t: 48, s: [{ i: [[0, -40.759], [40.759, 0], [0, 40.759], [-40.759, 0]], o: [[0, 40.759], [-40.759, 0], [0, -40.759], [40.759, 0]], v: [[73.8, 0], [0, 73.8], [-73.8, 0], [0, -73.8]], c: true }] }, { i: { x: 0, y: 1 }, o: { x: 0.317, y: 0 }, t: 100, s: [{ i: [[0, -40.759], [40.759, 0], [0, 40.759], [-40.759, 0]], o: [[0, 40.759], [-40.759, 0], [0, -40.759], [40.759, 0]], v: [[73.8, 0], [0, 73.8], [-73.8, 0], [0, -73.8]], c: true }] }, { t: 130, s: [{ i: [[0, -46.392], [46.392, 0], [0, 46.392], [-46.392, 0]], o: [[0, 46.392], [-46.392, 0], [0, -46.392], [46.392, 0]], v: [[84, 0], [0, 84], [-84, 0], [0, -84]], c: true }] }], ix: 2 }, nm: "Path 1", mn: "ADBE Vector Shape - Group", hd: false }, { ty: "st", c: { a: 0, k: [0.988235294819, 0.501960813999, 0.176470592618, 1], ix: 3 }, o: { a: 0, k: 100, ix: 4 }, w: { a: 0, k: 16, ix: 5 }, lc: 2, lj: 2, bm: 0, nm: "Stroke 1", mn: "ADBE Vector Graphic - Stroke", hd: false }, { ty: "tr", p: { a: 0, k: [293.4, 124], ix: 2 }, a: { a: 0, k: [0, 0], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, r: { a: 0, k: 0, ix: 6 }, o: { a: 0, k: 100, ix: 7 }, sk: { a: 0, k: 0, ix: 4 }, sa: { a: 0, k: 0, ix: 5 }, nm: "\u53D8\u6362" }], nm: "Group 6", np: 2, cix: 2, bm: 0, ix: 1, mn: "ADBE Vector Group", hd: false }], ip: 0, op: 180, st: 0, ct: 1, bm: 0 }, { ddd: 0, ind: 9, ty: 4, nm: "mask 2", parent: 8, td: 1, sr: 1, ks: { o: { a: 1, k: [{ i: { x: [0.833], y: [0.833] }, o: { x: [0.167], y: [0.167] }, t: 46, s: [100] }, { i: { x: [0.833], y: [0.833] }, o: { x: [0.167], y: [0.167] }, t: 47, s: [0] }, { i: { x: [0.833], y: [0.833] }, o: { x: [0.167], y: [0.167] }, t: 101, s: [0] }, { t: 102, s: [100] }], ix: 11 }, r: { a: 0, k: 0, ix: 10 }, p: { a: 0, k: [293.4, 124, 0], ix: 2, l: 2 }, a: { a: 0, k: [293.4, 124, 0], ix: 1, l: 2 }, s: { a: 0, k: [100, 100, 100], ix: 6, l: 2 } }, ao: 0, shapes: [{ ty: "gr", it: [{ ind: 0, ty: "sh", ix: 1, ks: { a: 1, k: [{ i: { x: 0.683, y: 1 }, o: { x: 1, y: 0 }, t: 18, s: [{ i: [[0, -46.392], [46.392, 0], [0, 46.392], [-46.392, 0]], o: [[0, 46.392], [-46.392, 0], [0, -46.392], [46.392, 0]], v: [[84, 0], [0, 84], [-84, 0], [0, -84]], c: true }] }, { i: { x: 0.683, y: 1 }, o: { x: 0.167, y: 0 }, t: 48, s: [{ i: [[0, -40.759], [40.759, 0], [0, 40.759], [-40.759, 0]], o: [[0, 40.759], [-40.759, 0], [0, -40.759], [40.759, 0]], v: [[73.8, 0], [0, 73.8], [-73.8, 0], [0, -73.8]], c: true }] }, { i: { x: 0, y: 1 }, o: { x: 0.317, y: 0 }, t: 100, s: [{ i: [[0, -40.759], [40.759, 0], [0, 40.759], [-40.759, 0]], o: [[0, 40.759], [-40.759, 0], [0, -40.759], [40.759, 0]], v: [[73.8, 0], [0, 73.8], [-73.8, 0], [0, -73.8]], c: true }] }, { t: 130, s: [{ i: [[0, -46.392], [46.392, 0], [0, 46.392], [-46.392, 0]], o: [[0, 46.392], [-46.392, 0], [0, -46.392], [46.392, 0]], v: [[84, 0], [0, 84], [-84, 0], [0, -84]], c: true }] }], ix: 2 }, nm: "Path 1", mn: "ADBE Vector Shape - Group", hd: false }, { ty: "fl", c: { a: 0, k: [1, 0, 0, 1], ix: 4 }, o: { a: 0, k: 100, ix: 5 }, r: 1, bm: 0, nm: "Fill 1", mn: "ADBE Vector Graphic - Fill", hd: false }, { ty: "tr", p: { a: 0, k: [293.4, 124], ix: 2 }, a: { a: 0, k: [0, 0], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, r: { a: 0, k: 0, ix: 6 }, o: { a: 0, k: 100, ix: 7 }, sk: { a: 0, k: 0, ix: 4 }, sa: { a: 0, k: 0, ix: 5 }, nm: "\u53D8\u6362" }], nm: "Group 6", np: 2, cix: 2, bm: 0, ix: 1, mn: "ADBE Vector Group", hd: false }], ip: 0, op: 180, st: 0, ct: 1, bm: 0 }, { ddd: 0, ind: 10, ty: 4, nm: "smile", parent: 12, tt: 2, tp: 9, sr: 1, ks: { o: { a: 0, k: 100, ix: 11 }, r: { a: 0, k: 0, ix: 10 }, p: { a: 0, k: [112.95, 324.2, 0], ix: 2, l: 2 }, a: { a: 0, k: [198.2, 240.2, 0], ix: 1, l: 2 }, s: { a: 0, k: [100, 100, 100], ix: 6, l: 2 } }, ao: 0, shapes: [{ ty: "gr", it: [{ ty: "rc", d: 1, s: { a: 0, k: [81.5, 56.5], ix: 2 }, p: { a: 0, k: [0, 0], ix: 3 }, r: { a: 0, k: 0, ix: 4 }, nm: "Rectangle Path 1", mn: "ADBE Vector Shape - Rect", hd: false }, { ty: "st", c: { a: 0, k: [0, 0, 0, 1], ix: 3 }, o: { a: 0, k: 100, ix: 4 }, w: { a: 0, k: 16, ix: 5 }, lc: 1, lj: 1, ml: 4, bm: 0, nm: "Stroke 1", mn: "ADBE Vector Graphic - Stroke", hd: false }, { ty: "fl", c: { a: 0, k: [1, 0, 0, 1], ix: 4 }, o: { a: 0, k: 100, ix: 5 }, r: 1, bm: 0, nm: "Fill 1", mn: "ADBE Vector Graphic - Fill", hd: false }, { ty: "tr", p: { a: 0, k: [196.95, 238.95], ix: 2 }, a: { a: 0, k: [0, 0], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, r: { a: 0, k: 0, ix: 6 }, o: { a: 0, k: 0, ix: 7 }, sk: { a: 0, k: 0, ix: 4 }, sa: { a: 0, k: 0, ix: 5 }, nm: "\u53D8\u6362" }], nm: "Rectangle 1", np: 3, cix: 2, bm: 0, ix: 1, mn: "ADBE Vector Group", hd: false }, { ty: "gr", it: [{ ind: 0, ty: "sh", ix: 1, ks: { a: 0, k: { i: [[0, 0], [11.598, 0], [0, 11.598]], o: [[0, 11.598], [-11.598, 0], [0, 0]], v: [[21, -10.5], [0, 10.5], [-21, -10.5]], c: false }, ix: 2 }, nm: "Path 1", mn: "ADBE Vector Shape - Group", hd: false }, { ty: "st", c: { a: 0, k: [0, 0, 0, 1], ix: 3 }, o: { a: 0, k: 100, ix: 4 }, w: { a: 0, k: 16, ix: 5 }, lc: 2, lj: 2, bm: 0, nm: "Stroke 1", mn: "ADBE Vector Graphic - Stroke", hd: false }, { ty: "tr", p: { a: 0, k: [198.2, 240.2], ix: 2 }, a: { a: 0, k: [0, 0], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, r: { a: 0, k: 0, ix: 6 }, o: { a: 0, k: 100, ix: 7 }, sk: { a: 0, k: 0, ix: 4 }, sa: { a: 0, k: 0, ix: 5 }, nm: "\u53D8\u6362" }], nm: "Group 7", np: 2, cix: 2, bm: 0, ix: 2, mn: "ADBE Vector Group", hd: false }], ip: 0, op: 180, st: 0, ct: 1, bm: 0 }, { ddd: 0, ind: 11, ty: 4, nm: "mask", parent: 8, td: 1, sr: 1, ks: { o: { a: 1, k: [{ i: { x: [0.833], y: [0.833] }, o: { x: [0.167], y: [0.167] }, t: 46, s: [100] }, { i: { x: [0.833], y: [0.833] }, o: { x: [0.167], y: [0.167] }, t: 47, s: [0] }, { i: { x: [0.833], y: [0.833] }, o: { x: [0.167], y: [0.167] }, t: 101, s: [0] }, { t: 102, s: [100] }], ix: 11 }, r: { a: 0, k: 0, ix: 10 }, p: { a: 0, k: [293.4, 124, 0], ix: 2, l: 2 }, a: { a: 0, k: [293.4, 124, 0], ix: 1, l: 2 }, s: { a: 0, k: [100, 100, 100], ix: 6, l: 2 } }, ao: 0, shapes: [{ ty: "gr", it: [{ ind: 0, ty: "sh", ix: 1, ks: { a: 1, k: [{ i: { x: 0.683, y: 1 }, o: { x: 1, y: 0 }, t: 18, s: [{ i: [[0, -46.392], [46.392, 0], [0, 46.392], [-46.392, 0]], o: [[0, 46.392], [-46.392, 0], [0, -46.392], [46.392, 0]], v: [[84, 0], [0, 84], [-84, 0], [0, -84]], c: true }] }, { i: { x: 0.683, y: 1 }, o: { x: 0.167, y: 0 }, t: 48, s: [{ i: [[0, -40.759], [40.759, 0], [0, 40.759], [-40.759, 0]], o: [[0, 40.759], [-40.759, 0], [0, -40.759], [40.759, 0]], v: [[73.8, 0], [0, 73.8], [-73.8, 0], [0, -73.8]], c: true }] }, { i: { x: 0, y: 1 }, o: { x: 0.317, y: 0 }, t: 100, s: [{ i: [[0, -40.759], [40.759, 0], [0, 40.759], [-40.759, 0]], o: [[0, 40.759], [-40.759, 0], [0, -40.759], [40.759, 0]], v: [[73.8, 0], [0, 73.8], [-73.8, 0], [0, -73.8]], c: true }] }, { t: 130, s: [{ i: [[0, -46.392], [46.392, 0], [0, 46.392], [-46.392, 0]], o: [[0, 46.392], [-46.392, 0], [0, -46.392], [46.392, 0]], v: [[84, 0], [0, 84], [-84, 0], [0, -84]], c: true }] }], ix: 2 }, nm: "Path 1", mn: "ADBE Vector Shape - Group", hd: false }, { ty: "fl", c: { a: 0, k: [1, 0, 0, 1], ix: 4 }, o: { a: 0, k: 100, ix: 5 }, r: 1, bm: 0, nm: "Fill 1", mn: "ADBE Vector Graphic - Fill", hd: false }, { ty: "tr", p: { a: 0, k: [293.4, 124], ix: 2 }, a: { a: 0, k: [0, 0], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, r: { a: 0, k: 0, ix: 6 }, o: { a: 0, k: 100, ix: 7 }, sk: { a: 0, k: 0, ix: 4 }, sa: { a: 0, k: 0, ix: 5 }, nm: "\u53D8\u6362" }], nm: "Group 6", np: 2, cix: 2, bm: 0, ix: 1, mn: "ADBE Vector Group", hd: false }], ip: 0, op: 180, st: 0, ct: 1, bm: 0 }, { ddd: 0, ind: 12, ty: 4, nm: "face 2", parent: 2, tt: 2, tp: 11, sr: 1, ks: { o: { a: 0, k: 100, ix: 11 }, r: { a: 0, k: 0, ix: 10 }, p: { a: 0, k: [229.95, -129.7, 0], ix: 2, l: 2 }, a: { a: 0, k: [293.4, 124, 0], ix: 1, l: 2 }, s: { a: 0, k: [100, 100, 100], ix: 6, l: 2 } }, ao: 0, shapes: [{ ty: "gr", it: [{ ind: 0, ty: "sh", ix: 1, ks: { a: 0, k: { i: [[0, -40.745], [40.745, 0], [0, 40.745], [-40.745, 0]], o: [[0, 40.745], [-40.745, 0], [0, -40.745], [40.745, 0]], v: [[-106.45, 179.6], [-180.225, 253.375], [-254, 179.6], [-180.225, 105.825]], c: true }, ix: 2 }, nm: "Path 1", mn: "ADBE Vector Shape - Group", hd: false }, { ty: "st", c: { a: 0, k: [0, 0, 0, 1], ix: 3 }, o: { a: 0, k: 100, ix: 4 }, w: { a: 0, k: 16, ix: 5 }, lc: 2, lj: 2, bm: 0, nm: "Stroke 1", mn: "ADBE Vector Graphic - Stroke", hd: false }, { ty: "tr", p: { a: 0, k: [293.4, 124], ix: 2 }, a: { a: 0, k: [0, 0], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, r: { a: 0, k: 0, ix: 6 }, o: { a: 0, k: 100, ix: 7 }, sk: { a: 0, k: 0, ix: 4 }, sa: { a: 0, k: 0, ix: 5 }, nm: "\u53D8\u6362" }], nm: "Group 6", np: 2, cix: 2, bm: 0, ix: 1, mn: "ADBE Vector Group", hd: false }], ip: 0, op: 180, st: 0, ct: 1, bm: 0 }, { ddd: 0, ind: 13, ty: 4, nm: "mask 3", parent: 2, td: 1, sr: 1, ks: { o: { a: 0, k: 100, ix: 11 }, r: { a: 0, k: 0, ix: 10 }, p: { a: 0, k: [229.95, -129.7, 0], ix: 2, l: 2 }, a: { a: 0, k: [293.4, 124, 0], ix: 1, l: 2 }, s: { a: 0, k: [100, 100, 100], ix: 6, l: 2 } }, ao: 0, shapes: [{ ty: "gr", it: [{ ind: 0, ty: "sh", ix: 1, ks: { a: 0, k: { i: [[0, -40.745], [40.745, 0], [0, 40.745], [-40.745, 0]], o: [[0, 40.745], [-40.745, 0], [0, -40.745], [40.745, 0]], v: [[-106.45, 179.6], [-180.225, 253.375], [-254, 179.6], [-180.225, 105.825]], c: true }, ix: 2 }, nm: "Path 1", mn: "ADBE Vector Shape - Group", hd: false }, { ty: "fl", c: { a: 0, k: [1, 0, 0, 1], ix: 4 }, o: { a: 0, k: 100, ix: 5 }, r: 1, bm: 0, nm: "Fill 1", mn: "ADBE Vector Graphic - Fill", hd: false }, { ty: "tr", p: { a: 0, k: [293.4, 124], ix: 2 }, a: { a: 0, k: [0, 0], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, r: { a: 0, k: 0, ix: 6 }, o: { a: 0, k: 100, ix: 7 }, sk: { a: 0, k: 0, ix: 4 }, sa: { a: 0, k: 0, ix: 5 }, nm: "\u53D8\u6362" }], nm: "Group 6", np: 2, cix: 2, bm: 0, ix: 1, mn: "ADBE Vector Group", hd: false }], ip: 0, op: 180, st: 0, ct: 1, bm: 0 }, { ddd: 0, ind: 14, ty: 4, nm: "sad", parent: 16, tt: 2, tp: 13, sr: 1, ks: { o: { a: 1, k: [{ i: { x: [0.833], y: [0.833] }, o: { x: [0.167], y: [0.167] }, t: 47, s: [100] }, { i: { x: [0.833], y: [0.833] }, o: { x: [0.167], y: [0.167] }, t: 48, s: [0] }, { i: { x: [0.833], y: [0.833] }, o: { x: [0.167], y: [0.167] }, t: 100, s: [0] }, { t: 101, s: [100] }], ix: 11 }, r: { a: 0, k: 0, ix: 10 }, p: { a: 0, k: [113.5, 324.9, 0], ix: 2, l: 2 }, a: { a: 0, k: [113.5, 324.9, 0], ix: 1, l: 2 }, s: { a: 0, k: [100, 100, 100], ix: 6, l: 2 } }, ao: 0, shapes: [{ ty: "gr", it: [{ ty: "rc", d: 1, s: { a: 0, k: [78, 60.5], ix: 2 }, p: { a: 0, k: [0, 0], ix: 3 }, r: { a: 0, k: 0, ix: 4 }, nm: "Rectangle Path 1", mn: "ADBE Vector Shape - Rect", hd: false }, { ty: "st", c: { a: 0, k: [0, 0, 0, 1], ix: 3 }, o: { a: 0, k: 100, ix: 4 }, w: { a: 0, k: 16, ix: 5 }, lc: 1, lj: 1, ml: 4, bm: 0, nm: "Stroke 1", mn: "ADBE Vector Graphic - Stroke", hd: false }, { ty: "fl", c: { a: 0, k: [1, 0, 0, 1], ix: 4 }, o: { a: 0, k: 100, ix: 5 }, r: 1, bm: 0, nm: "Fill 1", mn: "ADBE Vector Graphic - Fill", hd: false }, { ty: "tr", p: { a: 0, k: [113.7, 326.95], ix: 2 }, a: { a: 0, k: [0, 0], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, r: { a: 0, k: 0, ix: 6 }, o: { a: 0, k: 0, ix: 7 }, sk: { a: 0, k: 0, ix: 4 }, sa: { a: 0, k: 0, ix: 5 }, nm: "\u53D8\u6362" }], nm: "Rectangle 1", np: 3, cix: 2, bm: 0, ix: 1, mn: "ADBE Vector Group", hd: false }, { ty: "gr", it: [{ ind: 0, ty: "sh", ix: 1, ks: { a: 0, k: { i: [[0, 0], [-11.598, 0], [0, -11.598]], o: [[0, -11.598], [11.598, 0], [0, 0]], v: [[-21, 10.5], [0, -10.5], [21, 10.5]], c: false }, ix: 2 }, nm: "Path 1", mn: "ADBE Vector Shape - Group", hd: false }, { ty: "st", c: { a: 0, k: [0, 0, 0, 1], ix: 3 }, o: { a: 0, k: 100, ix: 4 }, w: { a: 0, k: 16, ix: 5 }, lc: 2, lj: 2, bm: 0, nm: "Stroke 1", mn: "ADBE Vector Graphic - Stroke", hd: false }, { ty: "tr", p: { a: 0, k: [113.5, 324.9], ix: 2 }, a: { a: 0, k: [0, 0], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, r: { a: 0, k: 0, ix: 6 }, o: { a: 0, k: 100, ix: 7 }, sk: { a: 0, k: 0, ix: 4 }, sa: { a: 0, k: 0, ix: 5 }, nm: "\u53D8\u6362" }], nm: "Group 9", np: 2, cix: 2, bm: 0, ix: 2, mn: "ADBE Vector Group", hd: false }], ip: 0, op: 180, st: 0, ct: 1, bm: 0 }, { ddd: 0, ind: 15, ty: 4, nm: "mask", parent: 2, td: 1, sr: 1, ks: { o: { a: 0, k: 100, ix: 11 }, r: { a: 0, k: 0, ix: 10 }, p: { a: 0, k: [229.95, -129.7, 0], ix: 2, l: 2 }, a: { a: 0, k: [293.4, 124, 0], ix: 1, l: 2 }, s: { a: 0, k: [100, 100, 100], ix: 6, l: 2 } }, ao: 0, shapes: [{ ty: "gr", it: [{ ind: 0, ty: "sh", ix: 1, ks: { a: 0, k: { i: [[0, -40.745], [40.745, 0], [0, 40.745], [-40.745, 0]], o: [[0, 40.745], [-40.745, 0], [0, -40.745], [40.745, 0]], v: [[-106.45, 179.6], [-180.225, 253.375], [-254, 179.6], [-180.225, 105.825]], c: true }, ix: 2 }, nm: "Path 1", mn: "ADBE Vector Shape - Group", hd: false }, { ty: "fl", c: { a: 0, k: [1, 0, 0, 1], ix: 4 }, o: { a: 0, k: 100, ix: 5 }, r: 1, bm: 0, nm: "Fill 1", mn: "ADBE Vector Graphic - Fill", hd: false }, { ty: "tr", p: { a: 0, k: [293.4, 124], ix: 2 }, a: { a: 0, k: [0, 0], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, r: { a: 0, k: 0, ix: 6 }, o: { a: 0, k: 100, ix: 7 }, sk: { a: 0, k: 0, ix: 4 }, sa: { a: 0, k: 0, ix: 5 }, nm: "\u53D8\u6362" }], nm: "Group 6", np: 2, cix: 2, bm: 0, ix: 1, mn: "ADBE Vector Group", hd: false }], ip: 0, op: 180, st: 0, ct: 1, bm: 0 }, { ddd: 0, ind: 16, ty: 4, nm: "face 3", parent: 2, tt: 2, tp: 15, sr: 1, ks: { o: { a: 0, k: 100, ix: 11 }, r: { a: 0, k: 0, ix: 10 }, p: { a: 1, k: [{ i: { x: 0.787, y: 1 }, o: { x: 0.97, y: 0 }, t: 18, s: [-35.525, 133.9, 0], to: [14.25, -14, 0], ti: [-14.25, 14, 0] }, { i: { x: 0.787, y: 0.787 }, o: { x: 0.167, y: 0.167 }, t: 48, s: [49.975, 49.9, 0], to: [0, 0, 0], ti: [0, 0, 0] }, { i: { x: 0.03, y: 1 }, o: { x: 0.213, y: 0 }, t: 100, s: [49.975, 49.9, 0], to: [-14.25, 14, 0], ti: [14.25, -14, 0] }, { t: 130, s: [-35.525, 133.9, 0] }], ix: 2, l: 2 }, a: { a: 0, k: [113.175, 303.6, 0], ix: 1, l: 2 }, s: { a: 0, k: [100, 100, 100], ix: 6, l: 2 } }, ao: 0, shapes: [{ ty: "gr", it: [{ ind: 0, ty: "sh", ix: 1, ks: { a: 0, k: { i: [[0, -40.745], [40.745, 0], [0, 40.745], [-40.745, 0]], o: [[0, 40.745], [-40.745, 0], [0, -40.745], [40.745, 0]], v: [[-106.45, 179.6], [-180.225, 253.375], [-254, 179.6], [-180.225, 105.825]], c: true }, ix: 2 }, nm: "Path 1", mn: "ADBE Vector Shape - Group", hd: false }, { ty: "st", c: { a: 0, k: [0.988235294819, 0.501960813999, 0.176470592618, 1], ix: 3 }, o: { a: 0, k: 100, ix: 4 }, w: { a: 0, k: 16, ix: 5 }, lc: 2, lj: 2, bm: 0, nm: "Stroke 1", mn: "ADBE Vector Graphic - Stroke", hd: false }, { ty: "tr", p: { a: 0, k: [293.4, 124], ix: 2 }, a: { a: 0, k: [0, 0], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, r: { a: 0, k: 0, ix: 6 }, o: { a: 0, k: 100, ix: 7 }, sk: { a: 0, k: 0, ix: 4 }, sa: { a: 0, k: 0, ix: 5 }, nm: "\u53D8\u6362" }], nm: "Group 6", np: 2, cix: 2, bm: 0, ix: 1, mn: "ADBE Vector Group", hd: false }], ip: 0, op: 180, st: 0, ct: 1, bm: 0 }, { ddd: 0, ind: 17, ty: 3, nm: "Zero | troke width - Color Ctrl", sr: 1, ks: { o: { a: 0, k: 0, ix: 11 }, r: { a: 0, k: 0, ix: 10 }, p: { a: 0, k: [250, 250, 0], ix: 2, l: 2 }, a: { a: 0, k: [0, 0, 0], ix: 1, l: 2 }, s: { a: 0, k: [100, 100, 100], ix: 6, l: 2 } }, ao: 0, ip: 0, op: 180, st: 0, bm: 0 }], markers: [], props: {} };
|
|
910
957
|
|
|
911
958
|
// src/components/ImportToken/index.tsx
|
|
912
|
-
var
|
|
959
|
+
var import_jsx_runtime65 = require("react/jsx-runtime");
|
|
913
960
|
|
|
914
961
|
// src/hooks/useMatchWallet.tsx
|
|
915
|
-
var
|
|
962
|
+
var import_jsx_runtime66 = require("react/jsx-runtime");
|
|
916
963
|
|
|
917
964
|
// src/hooks/useReceipt.tsx
|
|
918
965
|
var import_react13 = require("react");
|
|
@@ -970,7 +1017,7 @@ function useHash({
|
|
|
970
1017
|
var import_zustand5 = require("zustand");
|
|
971
1018
|
|
|
972
1019
|
// src/hooks/useConfig.tsx
|
|
973
|
-
var
|
|
1020
|
+
var import_jsx_runtime67 = require("react/jsx-runtime");
|
|
974
1021
|
var DEFAULT_WALLET_METHODS = ["evm", "sol", "btc", "tron", "ton"];
|
|
975
1022
|
|
|
976
1023
|
// src/store/useModalStore.ts
|
|
@@ -1015,14 +1062,14 @@ var useWalletModalStore = (0, import_zustand5.create)((set) => ({
|
|
|
1015
1062
|
// src/components/CEXBindModal/index.tsx
|
|
1016
1063
|
var import_react15 = require("react");
|
|
1017
1064
|
var import_react_intl5 = require("react-intl");
|
|
1018
|
-
var
|
|
1065
|
+
var import_jsx_runtime68 = require("react/jsx-runtime");
|
|
1019
1066
|
|
|
1020
1067
|
// src/context/BusinessProvider.tsx
|
|
1021
1068
|
var import_react_query8 = require("@tanstack/react-query");
|
|
1022
|
-
var
|
|
1069
|
+
var import_jsx_runtime69 = require("react/jsx-runtime");
|
|
1023
1070
|
|
|
1024
1071
|
// src/context/index.tsx
|
|
1025
|
-
var
|
|
1072
|
+
var import_jsx_runtime70 = require("react/jsx-runtime");
|
|
1026
1073
|
|
|
1027
1074
|
// src/hooks/useWalletInit.ts
|
|
1028
1075
|
var import_react16 = require("react");
|
|
@@ -1102,7 +1149,7 @@ var matchTest = /* @__PURE__ */ (0, import_viem12.defineChain)({
|
|
|
1102
1149
|
|
|
1103
1150
|
// src/MatchContext.tsx
|
|
1104
1151
|
var import_wagmi = require("wagmi");
|
|
1105
|
-
var
|
|
1152
|
+
var import_jsx_runtime71 = require("react/jsx-runtime");
|
|
1106
1153
|
var queryClient = new import_react_query9.QueryClient();
|
|
1107
1154
|
var wagmiConfig = (0, import_rainbowkit.getDefaultConfig)({
|
|
1108
1155
|
appName: "MatchID",
|
|
@@ -1126,15 +1173,15 @@ var MatchContext = (0, import_react18.createContext)(void 0);
|
|
|
1126
1173
|
// src/components/EmailModal/StepVerify.tsx
|
|
1127
1174
|
var import_react20 = require("react");
|
|
1128
1175
|
var import_react_intl7 = require("react-intl");
|
|
1129
|
-
var
|
|
1176
|
+
var import_jsx_runtime72 = require("react/jsx-runtime");
|
|
1130
1177
|
|
|
1131
1178
|
// src/components/EmailModal/index.tsx
|
|
1132
1179
|
var import_react_intl8 = require("react-intl");
|
|
1133
|
-
var
|
|
1180
|
+
var import_jsx_runtime73 = require("react/jsx-runtime");
|
|
1134
1181
|
|
|
1135
1182
|
// src/ui/Popover/index.tsx
|
|
1136
1183
|
var import_react22 = require("react");
|
|
1137
|
-
var
|
|
1184
|
+
var import_jsx_runtime74 = require("react/jsx-runtime");
|
|
1138
1185
|
function Popover({
|
|
1139
1186
|
children,
|
|
1140
1187
|
content,
|
|
@@ -1144,7 +1191,7 @@ function Popover({
|
|
|
1144
1191
|
gap = "20px"
|
|
1145
1192
|
}) {
|
|
1146
1193
|
const [active, setActive] = (0, import_react22.useState)(false);
|
|
1147
|
-
return children && /* @__PURE__ */ (0,
|
|
1194
|
+
return children && /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(
|
|
1148
1195
|
"div",
|
|
1149
1196
|
{
|
|
1150
1197
|
onClick: () => {
|
|
@@ -1155,9 +1202,9 @@ function Popover({
|
|
|
1155
1202
|
className: `matchid-popover-box matchid-popover-${position} matchid-popover-${type} ${className} ${type == "click" && active ? "matchid-popover-click-active" : ""}`,
|
|
1156
1203
|
children: [
|
|
1157
1204
|
children,
|
|
1158
|
-
/* @__PURE__ */ (0,
|
|
1205
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)("div", { style: {
|
|
1159
1206
|
paddingTop: gap
|
|
1160
|
-
}, className: `matchid-popover-area`, children: /* @__PURE__ */ (0,
|
|
1207
|
+
}, className: `matchid-popover-area`, children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("div", { className: `matchid-popover-content`, children: content }) })
|
|
1161
1208
|
]
|
|
1162
1209
|
}
|
|
1163
1210
|
);
|
|
@@ -1171,36 +1218,36 @@ var import_react_intl9 = require("react-intl");
|
|
|
1171
1218
|
var import_react_query10 = require("@tanstack/react-query");
|
|
1172
1219
|
|
|
1173
1220
|
// src/components/LoginBox/index.tsx
|
|
1174
|
-
var
|
|
1221
|
+
var import_jsx_runtime75 = require("react/jsx-runtime");
|
|
1175
1222
|
|
|
1176
1223
|
// src/components/LoginButton/index.tsx
|
|
1177
1224
|
var import_react25 = require("react");
|
|
1178
1225
|
|
|
1179
1226
|
// src/components/LoginPanel/index.tsx
|
|
1180
1227
|
var import_react_intl10 = require("react-intl");
|
|
1181
|
-
var
|
|
1228
|
+
var import_jsx_runtime76 = require("react/jsx-runtime");
|
|
1182
1229
|
|
|
1183
1230
|
// src/components/LoginModal/index.tsx
|
|
1184
|
-
var
|
|
1231
|
+
var import_jsx_runtime77 = require("react/jsx-runtime");
|
|
1185
1232
|
|
|
1186
1233
|
// src/components/UserPopover/index.tsx
|
|
1187
1234
|
var import_react24 = require("react");
|
|
1188
1235
|
|
|
1189
1236
|
// src/assets/icon/ProfileIcon.tsx
|
|
1190
|
-
var
|
|
1237
|
+
var import_jsx_runtime78 = require("react/jsx-runtime");
|
|
1191
1238
|
|
|
1192
1239
|
// src/components/UserPopover/index.tsx
|
|
1193
1240
|
var import_react_intl11 = require("react-intl");
|
|
1194
|
-
var
|
|
1241
|
+
var import_jsx_runtime79 = require("react/jsx-runtime");
|
|
1195
1242
|
|
|
1196
1243
|
// src/components/LoginButton/index.tsx
|
|
1197
1244
|
var import_react_intl12 = require("react-intl");
|
|
1198
|
-
var
|
|
1245
|
+
var import_jsx_runtime80 = require("react/jsx-runtime");
|
|
1199
1246
|
|
|
1200
1247
|
// src/components/UsernameModal/index.tsx
|
|
1201
1248
|
var import_react26 = require("react");
|
|
1202
1249
|
var import_react_intl13 = require("react-intl");
|
|
1203
|
-
var
|
|
1250
|
+
var import_jsx_runtime81 = require("react/jsx-runtime");
|
|
1204
1251
|
|
|
1205
1252
|
// src/components/EVMModal/index.tsx
|
|
1206
1253
|
var import_react29 = require("react");
|
|
@@ -1208,7 +1255,7 @@ var import_react_intl14 = require("react-intl");
|
|
|
1208
1255
|
|
|
1209
1256
|
// src/components/WalletModalContent/index.tsx
|
|
1210
1257
|
var import_react27 = require("react");
|
|
1211
|
-
var
|
|
1258
|
+
var import_jsx_runtime82 = require("react/jsx-runtime");
|
|
1212
1259
|
|
|
1213
1260
|
// src/components/EVMModal/index.tsx
|
|
1214
1261
|
var import_rainbowkit2 = require("@rainbow-me/rainbowkit");
|
|
@@ -1225,7 +1272,7 @@ var import_ethers = require("ethers");
|
|
|
1225
1272
|
// src/components/EVMModal/index.tsx
|
|
1226
1273
|
var import_siwe = require("siwe");
|
|
1227
1274
|
var import_styles = require("@rainbow-me/rainbowkit/styles.css");
|
|
1228
|
-
var
|
|
1275
|
+
var import_jsx_runtime83 = require("react/jsx-runtime");
|
|
1229
1276
|
|
|
1230
1277
|
// src/components/TRONModal/index.tsx
|
|
1231
1278
|
var import_react31 = __toESM(require("react"));
|
|
@@ -1235,13 +1282,13 @@ var import_react_intl15 = require("react-intl");
|
|
|
1235
1282
|
var import_react30 = require("react");
|
|
1236
1283
|
|
|
1237
1284
|
// src/components/TRONModal/index.tsx
|
|
1238
|
-
var
|
|
1285
|
+
var import_jsx_runtime84 = require("react/jsx-runtime");
|
|
1239
1286
|
|
|
1240
1287
|
// src/components/TONModal/index.tsx
|
|
1241
1288
|
var import_react32 = __toESM(require("react"));
|
|
1242
1289
|
var import_react_intl16 = require("react-intl");
|
|
1243
1290
|
var import_ui_react = require("@tonconnect/ui-react");
|
|
1244
|
-
var
|
|
1291
|
+
var import_jsx_runtime85 = require("react/jsx-runtime");
|
|
1245
1292
|
|
|
1246
1293
|
// src/components/BTCModal/index.tsx
|
|
1247
1294
|
var import_react34 = __toESM(require("react"));
|
|
@@ -1254,34 +1301,34 @@ var import_sats_connect = require("sats-connect");
|
|
|
1254
1301
|
var import_react33 = require("react");
|
|
1255
1302
|
|
|
1256
1303
|
// src/components/BTCModal/index.tsx
|
|
1257
|
-
var
|
|
1304
|
+
var import_jsx_runtime86 = require("react/jsx-runtime");
|
|
1258
1305
|
|
|
1259
1306
|
// src/components/WalletModal/index.tsx
|
|
1260
1307
|
var import_react35 = require("react");
|
|
1261
1308
|
var import_react_intl18 = require("react-intl");
|
|
1262
|
-
var
|
|
1309
|
+
var import_jsx_runtime87 = require("react/jsx-runtime");
|
|
1263
1310
|
|
|
1264
1311
|
// src/components/AlphaAvatar/index.tsx
|
|
1265
1312
|
var import_react36 = require("react");
|
|
1266
|
-
var
|
|
1313
|
+
var import_jsx_runtime88 = require("react/jsx-runtime");
|
|
1267
1314
|
|
|
1268
1315
|
// src/components/WalletAsset/index.tsx
|
|
1269
|
-
var
|
|
1316
|
+
var import_jsx_runtime89 = require("react/jsx-runtime");
|
|
1270
1317
|
|
|
1271
1318
|
// src/components/TokenSend/index.tsx
|
|
1272
1319
|
var import_react37 = require("react");
|
|
1273
1320
|
var import_viem13 = require("viem");
|
|
1274
1321
|
var import_react_intl19 = require("react-intl");
|
|
1275
|
-
var
|
|
1322
|
+
var import_jsx_runtime90 = require("react/jsx-runtime");
|
|
1276
1323
|
|
|
1277
1324
|
// src/components/TokenDetail/index.tsx
|
|
1278
1325
|
var import_react_intl20 = require("react-intl");
|
|
1279
|
-
var
|
|
1326
|
+
var import_jsx_runtime91 = require("react/jsx-runtime");
|
|
1280
1327
|
|
|
1281
1328
|
// src/components/TokenSendList/index.tsx
|
|
1282
1329
|
var import_react38 = require("react");
|
|
1283
1330
|
var import_react_intl21 = require("react-intl");
|
|
1284
|
-
var
|
|
1331
|
+
var import_jsx_runtime92 = require("react/jsx-runtime");
|
|
1285
1332
|
|
|
1286
1333
|
// src/components/TransactionList/index.tsx
|
|
1287
1334
|
var import_react_infinite_scroll_component = __toESM(require("react-infinite-scroll-component"));
|
|
@@ -1289,11 +1336,11 @@ var import_react39 = require("react");
|
|
|
1289
1336
|
var import_viem14 = require("viem");
|
|
1290
1337
|
var import_viem15 = require("viem");
|
|
1291
1338
|
var import_react_intl22 = require("react-intl");
|
|
1292
|
-
var
|
|
1339
|
+
var import_jsx_runtime93 = require("react/jsx-runtime");
|
|
1293
1340
|
|
|
1294
1341
|
// src/ui/Modal/index.tsx
|
|
1295
1342
|
var import_react_intl23 = require("react-intl");
|
|
1296
|
-
var
|
|
1343
|
+
var import_jsx_runtime94 = require("react/jsx-runtime");
|
|
1297
1344
|
function Modal({
|
|
1298
1345
|
children,
|
|
1299
1346
|
isOpen,
|
|
@@ -1301,10 +1348,10 @@ function Modal({
|
|
|
1301
1348
|
zIndex = 100,
|
|
1302
1349
|
className = ""
|
|
1303
1350
|
}) {
|
|
1304
|
-
return /* @__PURE__ */ (0,
|
|
1351
|
+
return /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(Overlay, { isOpen, zIndex, children: /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("div", { className: `matchid-modal ${className}`, style: {
|
|
1305
1352
|
width
|
|
1306
1353
|
}, children: [
|
|
1307
|
-
/* @__PURE__ */ (0,
|
|
1354
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)("div", { className: "matchid-modal-mobile-header" }),
|
|
1308
1355
|
children
|
|
1309
1356
|
] }) });
|
|
1310
1357
|
}
|
|
@@ -1318,13 +1365,13 @@ function ModalWithHeader({
|
|
|
1318
1365
|
...props
|
|
1319
1366
|
}) {
|
|
1320
1367
|
const isDownMd = useDownMd();
|
|
1321
|
-
return /* @__PURE__ */ (0,
|
|
1322
|
-
/* @__PURE__ */ (0,
|
|
1323
|
-
/* @__PURE__ */ (0,
|
|
1324
|
-
onBack && /* @__PURE__ */ (0,
|
|
1325
|
-
/* @__PURE__ */ (0,
|
|
1368
|
+
return /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)(Modal, { ...props, children: [
|
|
1369
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("div", { className: `matchid-modal-header ${showBorder ? "matchid-modal-header-border" : ""}`, children: [
|
|
1370
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("div", { className: "matchid-modal-header-content", children: [
|
|
1371
|
+
onBack && /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(ArrowLeftIcon, { height: isDownMd ? 20 : 25, width: isDownMd ? 20 : 24, className: "matchid-modal-header-back", onClick: onBack }),
|
|
1372
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)("span", { className: "matchid-modal-header-title", children: title })
|
|
1326
1373
|
] }),
|
|
1327
|
-
onClose && /* @__PURE__ */ (0,
|
|
1374
|
+
onClose && /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(CloseRoundIcon, { size: isDownMd ? 24 : 30, className: "matchid-modal-header-close", onClick: onClose })
|
|
1328
1375
|
] }),
|
|
1329
1376
|
children
|
|
1330
1377
|
] });
|
|
@@ -1359,17 +1406,17 @@ function ConfirmModal({
|
|
|
1359
1406
|
setLoading(false);
|
|
1360
1407
|
}
|
|
1361
1408
|
};
|
|
1362
|
-
return /* @__PURE__ */ (0,
|
|
1363
|
-
/* @__PURE__ */ (0,
|
|
1364
|
-
error && /* @__PURE__ */ (0,
|
|
1365
|
-
/* @__PURE__ */ (0,
|
|
1409
|
+
return /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(ModalWithHeader, { isOpen, onClose, title, zIndex, children: /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("div", { className: "matchid-confirm-modal", children: [
|
|
1410
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)("div", { className: "matchid-w-full", children }),
|
|
1411
|
+
error && /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("div", { className: `matchid-error`, children: error }),
|
|
1412
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(Button, { size: "lg", onClick: onSubmit, loading, block: true, highlight: true, children: confirmText ?? intl.formatMessage({
|
|
1366
1413
|
id: "Confirm"
|
|
1367
1414
|
}) })
|
|
1368
1415
|
] }) });
|
|
1369
1416
|
}
|
|
1370
1417
|
|
|
1371
1418
|
// src/ui/ModalDrawer/index.tsx
|
|
1372
|
-
var
|
|
1419
|
+
var import_jsx_runtime95 = require("react/jsx-runtime");
|
|
1373
1420
|
function ModalDrawer({
|
|
1374
1421
|
title,
|
|
1375
1422
|
drawerTitleVisible = true,
|
|
@@ -1377,13 +1424,13 @@ function ModalDrawer({
|
|
|
1377
1424
|
}) {
|
|
1378
1425
|
const isDownMd = useDownMd();
|
|
1379
1426
|
if (isDownMd) {
|
|
1380
|
-
return /* @__PURE__ */ (0,
|
|
1427
|
+
return /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(ModalWithHeader, { ...props, title });
|
|
1381
1428
|
}
|
|
1382
|
-
return /* @__PURE__ */ (0,
|
|
1429
|
+
return /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(Drawer, { ...props, title: drawerTitleVisible ? title : null });
|
|
1383
1430
|
}
|
|
1384
1431
|
|
|
1385
1432
|
// src/ui/HashPanel/index.tsx
|
|
1386
|
-
var
|
|
1433
|
+
var import_jsx_runtime96 = require("react/jsx-runtime");
|
|
1387
1434
|
function HashPanel({
|
|
1388
1435
|
hash,
|
|
1389
1436
|
chain,
|
|
@@ -1443,14 +1490,14 @@ function HashPanel({
|
|
|
1443
1490
|
}
|
|
1444
1491
|
}, [hashQuery.data]);
|
|
1445
1492
|
const link = chain ? `${chain?.blockExplorers?.default.url}/tx/${hash}` : "";
|
|
1446
|
-
return /* @__PURE__ */ (0,
|
|
1493
|
+
return /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
1447
1494
|
ModalDrawer,
|
|
1448
1495
|
{
|
|
1449
1496
|
isOpen,
|
|
1450
1497
|
showClose: true,
|
|
1451
1498
|
onClose,
|
|
1452
1499
|
zIndex,
|
|
1453
|
-
title: /* @__PURE__ */ (0,
|
|
1500
|
+
title: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
1454
1501
|
"div",
|
|
1455
1502
|
{
|
|
1456
1503
|
className: "matchid-hashpanel-header",
|
|
@@ -1460,32 +1507,32 @@ function HashPanel({
|
|
|
1460
1507
|
children: statusValue.text
|
|
1461
1508
|
}
|
|
1462
1509
|
),
|
|
1463
|
-
children: /* @__PURE__ */ (0,
|
|
1464
|
-
/* @__PURE__ */ (0,
|
|
1465
|
-
/* @__PURE__ */ (0,
|
|
1510
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("div", { className: "matchid-hashpanel-box", children: [
|
|
1511
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("div", { className: "matchid-hashpanel-content", children: [
|
|
1512
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("div", { className: `matchid-hashpanel-status`, style: {
|
|
1466
1513
|
color: statusValue.color
|
|
1467
1514
|
}, children: statusValue.text }),
|
|
1468
|
-
statusValue.lottie && /* @__PURE__ */ (0,
|
|
1515
|
+
statusValue.lottie && /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(Lottie_default, { animationData: statusValue.lottie, style: {
|
|
1469
1516
|
width: "96px",
|
|
1470
1517
|
height: "96px"
|
|
1471
1518
|
} }),
|
|
1472
|
-
hash && /* @__PURE__ */ (0,
|
|
1519
|
+
hash && /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("div", { className: "matchid-hashpanel-hash", children: [
|
|
1473
1520
|
"Hash:",
|
|
1474
|
-
/* @__PURE__ */ (0,
|
|
1521
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("a", { href: link, target: "_blank", children: hash })
|
|
1475
1522
|
] }),
|
|
1476
|
-
error && /* @__PURE__ */ (0,
|
|
1523
|
+
error && /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("div", { className: "matchid-hashpanel-text", children: error })
|
|
1477
1524
|
] }),
|
|
1478
|
-
/* @__PURE__ */ (0,
|
|
1525
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)(Button, { onClick: onClose, size: "lg", block: true, children: "Back" })
|
|
1479
1526
|
] })
|
|
1480
1527
|
}
|
|
1481
1528
|
);
|
|
1482
1529
|
}
|
|
1483
1530
|
function HashPanel_default(props) {
|
|
1484
|
-
return props.isOpen && /* @__PURE__ */ (0,
|
|
1531
|
+
return props.isOpen && /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(HashPanel, { ...props });
|
|
1485
1532
|
}
|
|
1486
1533
|
|
|
1487
1534
|
// src/ui/Switch/index.tsx
|
|
1488
|
-
var
|
|
1535
|
+
var import_jsx_runtime97 = require("react/jsx-runtime");
|
|
1489
1536
|
function Switch({
|
|
1490
1537
|
size = "default",
|
|
1491
1538
|
checked = false,
|
|
@@ -1500,12 +1547,12 @@ function Switch({
|
|
|
1500
1547
|
onChange && onChange(!checked);
|
|
1501
1548
|
}
|
|
1502
1549
|
};
|
|
1503
|
-
return /* @__PURE__ */ (0,
|
|
1550
|
+
return /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("div", { onClick, className: `matchid-switch matchid-switch-${size} ${checked ? "matchid-switch-checked" : ""} ${disabled ? "matchid-switch-disabled" : ""} ${loading ? "matchid-switch-loading" : ""}`, ...props, children: loading ? /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(LoadingIcon_default, { className: "matchid-switch-loading-icon", size: size == "default" ? 24 : 18, color: "var(--matchid-swicth-loading-color)" }) : /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("div", { className: "matchid-switch-ball" }) });
|
|
1504
1551
|
}
|
|
1505
1552
|
|
|
1506
1553
|
// src/ui/AlphaAvatar/index.tsx
|
|
1507
1554
|
var import_react42 = require("react");
|
|
1508
|
-
var
|
|
1555
|
+
var import_jsx_runtime98 = require("react/jsx-runtime");
|
|
1509
1556
|
function AlphaAvatar2({
|
|
1510
1557
|
name,
|
|
1511
1558
|
size = "default",
|
|
@@ -1522,7 +1569,7 @@ function AlphaAvatar2({
|
|
|
1522
1569
|
return "";
|
|
1523
1570
|
}, [name]);
|
|
1524
1571
|
const numberSize = typeof size === "number" ? size : size === "sm" ? 24 : size === "default" ? 40 : 64;
|
|
1525
|
-
return /* @__PURE__ */ (0,
|
|
1572
|
+
return /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("div", { className: `matchid-alpha-avatar ${className}`, style: {
|
|
1526
1573
|
width: numberSize,
|
|
1527
1574
|
height: numberSize,
|
|
1528
1575
|
fontSize: Math.ceil(numberSize / 2),
|
|
@@ -1531,7 +1578,7 @@ function AlphaAvatar2({
|
|
|
1531
1578
|
}
|
|
1532
1579
|
|
|
1533
1580
|
// src/ui/Radio/index.tsx
|
|
1534
|
-
var
|
|
1581
|
+
var import_jsx_runtime99 = require("react/jsx-runtime");
|
|
1535
1582
|
function Radio({
|
|
1536
1583
|
checked = false,
|
|
1537
1584
|
onChange,
|
|
@@ -1540,20 +1587,20 @@ function Radio({
|
|
|
1540
1587
|
className = "",
|
|
1541
1588
|
style = {}
|
|
1542
1589
|
}) {
|
|
1543
|
-
return /* @__PURE__ */ (0,
|
|
1590
|
+
return /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("div", { onClick: onChange, className: `matchid-radio ${className} ${checked ? "matchid-radio-checked" : ""}`, style: {
|
|
1544
1591
|
width: size,
|
|
1545
1592
|
height: size,
|
|
1546
1593
|
...style,
|
|
1547
1594
|
// @ts-ignore
|
|
1548
1595
|
"--matchid-radio-checked": color
|
|
1549
|
-
}, children: checked && /* @__PURE__ */ (0,
|
|
1596
|
+
}, children: checked && /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("div", { className: `matchid-radio-content`, style: {
|
|
1550
1597
|
width: Math.floor(size * 0.7),
|
|
1551
1598
|
height: Math.floor(size * 0.7)
|
|
1552
1599
|
} }) });
|
|
1553
1600
|
}
|
|
1554
1601
|
|
|
1555
1602
|
// src/ui/Skeleton/index.tsx
|
|
1556
|
-
var
|
|
1603
|
+
var import_jsx_runtime100 = require("react/jsx-runtime");
|
|
1557
1604
|
var Skeleton = ({
|
|
1558
1605
|
style = {},
|
|
1559
1606
|
className = "",
|
|
@@ -1564,7 +1611,7 @@ var Skeleton = ({
|
|
|
1564
1611
|
children
|
|
1565
1612
|
}) => {
|
|
1566
1613
|
if (!loading) {
|
|
1567
|
-
return /* @__PURE__ */ (0,
|
|
1614
|
+
return /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(import_jsx_runtime100.Fragment, { children });
|
|
1568
1615
|
}
|
|
1569
1616
|
const skeletonStyle = {
|
|
1570
1617
|
width,
|
|
@@ -1572,7 +1619,7 @@ var Skeleton = ({
|
|
|
1572
1619
|
borderRadius: radius,
|
|
1573
1620
|
...style
|
|
1574
1621
|
};
|
|
1575
|
-
return /* @__PURE__ */ (0,
|
|
1622
|
+
return /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
1576
1623
|
"div",
|
|
1577
1624
|
{
|
|
1578
1625
|
className: "matchid-skeleton " + className,
|
|
@@ -1583,10 +1630,10 @@ var Skeleton = ({
|
|
|
1583
1630
|
var Skeleton_default = Skeleton;
|
|
1584
1631
|
|
|
1585
1632
|
// src/ui/Tabs/index.tsx
|
|
1586
|
-
var
|
|
1633
|
+
var import_jsx_runtime101 = require("react/jsx-runtime");
|
|
1587
1634
|
function Tabs(props) {
|
|
1588
|
-
return /* @__PURE__ */ (0,
|
|
1589
|
-
return /* @__PURE__ */ (0,
|
|
1635
|
+
return /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("div", { className: `matchid-tabs`, children: props.tabs.map((tab, index) => {
|
|
1636
|
+
return /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("div", { onClick: () => props.setActiveTab(index), className: `matchid-tab ${props.activeTab === index ? "matchid-tab-active" : ""}`, children: tab }, index);
|
|
1590
1637
|
}) });
|
|
1591
1638
|
}
|
|
1592
1639
|
|
|
@@ -1604,12 +1651,12 @@ var LazyLottie = (props) => {
|
|
|
1604
1651
|
var Lottie_default = LazyLottie;
|
|
1605
1652
|
|
|
1606
1653
|
// src/ui/Checkbox/index.tsx
|
|
1607
|
-
var
|
|
1654
|
+
var import_jsx_runtime102 = require("react/jsx-runtime");
|
|
1608
1655
|
function Checkbox({
|
|
1609
1656
|
checked = false,
|
|
1610
1657
|
onChange
|
|
1611
1658
|
}) {
|
|
1612
|
-
return checked ? /* @__PURE__ */ (0,
|
|
1659
|
+
return checked ? /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(CheckboxCheckedIcon, { onClick: () => onChange?.(false) }) : /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(CheckboxIcon, { onClick: () => onChange?.(true) });
|
|
1613
1660
|
}
|
|
1614
1661
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1615
1662
|
0 && (module.exports = {
|