@matchain/matchid-sdk-react 0.1.56 → 0.1.57

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.
Files changed (67) hide show
  1. package/dist/api.d.mts +2 -2
  2. package/dist/api.d.ts +2 -2
  3. package/dist/api.js +96 -48
  4. package/dist/api.js.map +1 -1
  5. package/dist/api.mjs +3 -3
  6. package/dist/chains.d.mts +1 -1
  7. package/dist/chains.d.ts +1 -1
  8. package/dist/{chunk-GD7URBBZ.mjs → chunk-7SUDHG7S.mjs} +41 -1
  9. package/dist/chunk-7SUDHG7S.mjs.map +1 -0
  10. package/dist/{chunk-NYE6DBEZ.mjs → chunk-EUG3QRAG.mjs} +2 -2
  11. package/dist/{chunk-KFB23MLQ.mjs → chunk-QMV4FDUH.mjs} +348 -215
  12. package/dist/chunk-QMV4FDUH.mjs.map +1 -0
  13. package/dist/components.d.mts +3 -3
  14. package/dist/components.d.ts +3 -3
  15. package/dist/components.js +495 -368
  16. package/dist/components.js.map +1 -1
  17. package/dist/components.mjs +2 -2
  18. package/dist/hooks.d.mts +2 -3
  19. package/dist/hooks.d.ts +2 -3
  20. package/dist/hooks.js +228 -182
  21. package/dist/hooks.js.map +1 -1
  22. package/dist/hooks.mjs +2 -2
  23. package/dist/icon.d.mts +2 -2
  24. package/dist/icon.d.ts +2 -2
  25. package/dist/icon.js +40 -0
  26. package/dist/icon.js.map +1 -1
  27. package/dist/icon.mjs +5 -1
  28. package/dist/{index-CBcBTQyU.d.mts → index-84CqVi2I.d.mts} +1 -1
  29. package/dist/index-B70k4Jpk.d.ts +7138 -0
  30. package/dist/index-BJJ0Gb6v.d.mts +7138 -0
  31. package/dist/{index-DlaCsN95.d.ts → index-BNqdFiOo.d.ts} +1 -1
  32. package/dist/{index-xThRnNN3.d.mts → index-BctnHnJp.d.ts} +11 -3
  33. package/dist/{index-CjekOYJl.d.mts → index-BqI0PEIi.d.mts} +1 -1
  34. package/dist/{index-BcuSCgol.d.ts → index-C2hr7zlN.d.ts} +5 -3
  35. package/dist/{index-CD0dACxf.d.mts → index-CTHpnEoB.d.mts} +5 -3
  36. package/dist/{index-CER00guz.d.mts → index-Car1jFyN.d.mts} +1 -1
  37. package/dist/{index-B50DU_xT.d.mts → index-CboftuIp.d.mts} +2 -0
  38. package/dist/{index-B50DU_xT.d.ts → index-CboftuIp.d.ts} +2 -0
  39. package/dist/{index-o0WW1c5O.d.ts → index-CcVHENNv.d.ts} +1 -1
  40. package/dist/{index-DkIIQLbh.d.ts → index-Cqdz_5bE.d.ts} +2 -2
  41. package/dist/{index-DdN22cwf.d.ts → index-CvzpMw3N.d.ts} +1 -1
  42. package/dist/{index-DN-jrh8-.d.ts → index-DkijpM5Q.d.mts} +11 -3
  43. package/dist/{index-lh6qBAf_.d.mts → index-DxHhOW24.d.mts} +2 -2
  44. package/dist/index.css +209 -46
  45. package/dist/index.d.mts +166 -88
  46. package/dist/index.d.ts +166 -88
  47. package/dist/index.js +596 -427
  48. package/dist/index.js.map +1 -1
  49. package/dist/index.mjs +3 -3
  50. package/dist/{types-CheN9vHJ.d.mts → types-BrVeC0c8.d.mts} +1 -1
  51. package/dist/{types-CheN9vHJ.d.ts → types-BrVeC0c8.d.ts} +1 -1
  52. package/dist/types.d.mts +1 -1
  53. package/dist/types.d.ts +1 -1
  54. package/dist/ui.d.mts +3 -3
  55. package/dist/ui.d.ts +3 -3
  56. package/dist/ui.js +127 -110
  57. package/dist/ui.js.map +1 -1
  58. package/dist/ui.mjs +2 -2
  59. package/example/src/App.tsx +65 -60
  60. package/example/src/config/index.ts +8 -6
  61. package/example/src/pages/Wallet/index.tsx +88 -88
  62. package/package.json +2 -2
  63. package/dist/chunk-GD7URBBZ.mjs.map +0 -1
  64. package/dist/chunk-KFB23MLQ.mjs.map +0 -1
  65. package/dist/index-BlMLqmS2.d.mts +0 -3341
  66. package/dist/index-C1Nyy5zx.d.ts +0 -3341
  67. /package/dist/{chunk-NYE6DBEZ.mjs.map → chunk-EUG3QRAG.mjs.map} +0 -0
package/dist/ui.js CHANGED
@@ -335,8 +335,14 @@ function InputLengthIcon({
335
335
  ) });
336
336
  }
337
337
 
338
- // src/ui/Button/index.tsx
338
+ // src/assets/icon/KakaoIcon.tsx
339
339
  var import_jsx_runtime54 = require("react/jsx-runtime");
340
+
341
+ // src/assets/icon/MatchIdIcon.tsx
342
+ var import_jsx_runtime55 = require("react/jsx-runtime");
343
+
344
+ // src/ui/Button/index.tsx
345
+ var import_jsx_runtime56 = require("react/jsx-runtime");
340
346
  function Button({
341
347
  size = "df",
342
348
  disabled = false,
@@ -356,7 +362,7 @@ function Button({
356
362
  onClick && onClick();
357
363
  }
358
364
  };
359
- return /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
365
+ return /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
360
366
  "button",
361
367
  {
362
368
  type,
@@ -367,14 +373,14 @@ function Button({
367
373
  },
368
374
  onClick: onAction,
369
375
  ...dataset,
370
- children: loading ? /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(LoadingIcon_default, { className: "matchid-btn-loading-icon", color: "var(--matchid-btn-loading-color)" }) : children
376
+ children: loading ? /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(LoadingIcon_default, { className: "matchid-btn-loading-icon", color: "var(--matchid-btn-loading-color)" }) : children
371
377
  }
372
378
  );
373
379
  }
374
380
 
375
381
  // src/ui/Overlay/index.tsx
376
382
  var import_react = require("react");
377
- var import_jsx_runtime55 = require("react/jsx-runtime");
383
+ var import_jsx_runtime57 = require("react/jsx-runtime");
378
384
  function Overlay({
379
385
  isOpen = false,
380
386
  children,
@@ -390,7 +396,7 @@ function Overlay({
390
396
  document.body.style.overflow = "";
391
397
  };
392
398
  }, [isOpen]);
393
- return isOpen ? /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
399
+ return isOpen ? /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
394
400
  "div",
395
401
  {
396
402
  className: "matchid-overlay",
@@ -399,11 +405,11 @@ function Overlay({
399
405
  },
400
406
  children
401
407
  }
402
- ) : /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(import_jsx_runtime55.Fragment, {});
408
+ ) : /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(import_jsx_runtime57.Fragment, {});
403
409
  }
404
410
 
405
411
  // src/ui/Drawer/index.tsx
406
- var import_jsx_runtime56 = require("react/jsx-runtime");
412
+ var import_jsx_runtime58 = require("react/jsx-runtime");
407
413
  function Drawer({
408
414
  children,
409
415
  showClose = true,
@@ -414,22 +420,22 @@ function Drawer({
414
420
  onBack
415
421
  }) {
416
422
  if (!isOpen) {
417
- return /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(import_jsx_runtime56.Fragment, {});
423
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(import_jsx_runtime58.Fragment, {});
418
424
  }
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 }),
425
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Overlay, { isOpen, zIndex, children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { className: "matchid-drawer", children: [
426
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { className: `matchid-drawer-header matchid-flex`, children: [
427
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { className: `matchid-drawer-header-content matchid-flex`, children: [
428
+ onBack && /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(ArrowLeftIcon, { height: 25, width: 24, className: "matchid-drawer-header-back", onClick: onBack }),
423
429
  title
424
430
  ] }),
425
- showClose && /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(CloseRoundIcon, { className: "matchid-drawer-header-close", onClick: onClose })
431
+ showClose && /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(CloseRoundIcon, { className: "matchid-drawer-header-close", onClick: onClose })
426
432
  ] }),
427
433
  children
428
434
  ] }) });
429
435
  }
430
436
 
431
437
  // src/ui/Field/index.tsx
432
- var import_jsx_runtime57 = require("react/jsx-runtime");
438
+ var import_jsx_runtime59 = require("react/jsx-runtime");
433
439
  function Field({
434
440
  label,
435
441
  children,
@@ -437,13 +443,13 @@ function Field({
437
443
  required,
438
444
  className = ""
439
445
  }) {
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: "*" }),
446
+ return /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("div", { className: `matchid-field-box ${className}`, children: [
447
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("div", { className: "matchid-field-label", children: [
448
+ required && /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "matchid-field-required", children: "*" }),
443
449
  label
444
450
  ] }),
445
451
  children,
446
- error && /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("div", { className: "matchid-field-error", children: error })
452
+ error && /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "matchid-field-error", children: error })
447
453
  ] });
448
454
  }
449
455
 
@@ -477,7 +483,7 @@ var import_react4 = require("react");
477
483
 
478
484
  // src/utils/index.tsx
479
485
  var import_moment = __toESM(require("moment"));
480
- var import_jsx_runtime58 = require("react/jsx-runtime");
486
+ var import_jsx_runtime60 = require("react/jsx-runtime");
481
487
  var getVersion = () => {
482
488
  return "0.0.2";
483
489
  };
@@ -487,7 +493,7 @@ function getAppClientId() {
487
493
 
488
494
  // src/ui/Input/index.tsx
489
495
  var import_react3 = require("react");
490
- var import_jsx_runtime59 = require("react/jsx-runtime");
496
+ var import_jsx_runtime61 = require("react/jsx-runtime");
491
497
  function Input({
492
498
  onChange,
493
499
  type,
@@ -512,7 +518,7 @@ function Input({
512
518
  textarea.style.height = Math.min(textarea.scrollHeight, maxHeight) + "px";
513
519
  }
514
520
  }, [props.value]);
515
- return /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(
521
+ return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(
516
522
  "div",
517
523
  {
518
524
  className: `matchid-input-box matchid-input-${type} ${props.value && props.value.length > 0 ? "matchid-input-has-content" : ""} ${className}`,
@@ -521,14 +527,14 @@ function Input({
521
527
  "--max-rows": maxRows
522
528
  },
523
529
  children: [
524
- children ?? (type == "textarea" ? /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("textarea", { rows: 1, onChange, ...props, className: "matchid-input-field", ref: textareaRef, style: {
530
+ children ?? (type == "textarea" ? /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("textarea", { rows: 1, onChange, ...props, className: "matchid-input-field", ref: textareaRef, style: {
525
531
  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) => {
532
+ } }) : /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("input", { type: inputType, onChange, ...props, className: "matchid-input-field" })),
533
+ type != "textarea" && showClear && props.value && props.value.length > 0 && /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("div", { className: "matchid-input-delete-icon", onClick: (e) => {
528
534
  if (onChange) {
529
535
  onChange({ target: { value: "" } });
530
536
  }
531
- }, children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
537
+ }, children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
532
538
  DeleteRoundIcon,
533
539
  {
534
540
  height: isDownMd ? 16 : 21,
@@ -536,16 +542,16 @@ function Input({
536
542
  color: "var(--matchid-input-delete-icon-color)"
537
543
  }
538
544
  ) }),
539
- type === "password" && /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "matchid-input-eye-icon", onClick: () => {
545
+ type === "password" && /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("div", { className: "matchid-input-eye-icon", onClick: () => {
540
546
  setInputType(inputType === "password" ? "text" : "password");
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: [
547
+ }, children: inputType === "password" ? /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(CloseEyeIcon, { size: isDownMd ? 16 : 20 }) : /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(OpenEyeIcon, { size: isDownMd ? 16 : 20 }) }),
548
+ showLength && props.maxLength && /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("div", { className: `matchid-input-length`, children: [
549
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("span", { children: [
544
550
  props.value?.length || 0,
545
551
  "/",
546
552
  props.maxLength
547
553
  ] }),
548
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(InputLengthIcon, { color: "var(--icon-color)" })
554
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(InputLengthIcon, { color: "var(--icon-color)" })
549
555
  ] }),
550
556
  after
551
557
  ]
@@ -555,7 +561,7 @@ function Input({
555
561
 
556
562
  // src/components/EmailModal/StepEmail.tsx
557
563
  var import_react_intl = require("react-intl");
558
- var import_jsx_runtime60 = require("react/jsx-runtime");
564
+ var import_jsx_runtime62 = require("react/jsx-runtime");
559
565
 
560
566
  // src/store/useLocalStore.ts
561
567
  var import_zustand = require("zustand");
@@ -814,7 +820,7 @@ var import_viem3 = require("viem");
814
820
  // src/context/ModalContext.tsx
815
821
  var import_react6 = require("react");
816
822
  var import_react_dom = require("react-dom");
817
- var import_jsx_runtime61 = require("react/jsx-runtime");
823
+ var import_jsx_runtime63 = require("react/jsx-runtime");
818
824
  var ModalContext = (0, import_react6.createContext)(null);
819
825
 
820
826
  // src/store/useTransactionStore.ts
@@ -847,7 +853,7 @@ var persistedState2 = (0, import_middleware2.persist)(
847
853
  var useTransactionStore = (0, import_zustand3.create)((0, import_middleware2.devtools)(persistedState2));
848
854
 
849
855
  // src/hooks/useWallet.tsx
850
- var import_jsx_runtime62 = require("react/jsx-runtime");
856
+ var import_jsx_runtime64 = require("react/jsx-runtime");
851
857
  var AppClientId = "react-sdk-" + getVersion();
852
858
 
853
859
  // src/hooks/useCopyClipboard.ts
@@ -857,7 +863,7 @@ var import_react8 = require("react");
857
863
  // src/context/ToastContext.tsx
858
864
  var import_react9 = require("react");
859
865
  var import_react_dom2 = require("react-dom");
860
- var import_jsx_runtime63 = require("react/jsx-runtime");
866
+ var import_jsx_runtime65 = require("react/jsx-runtime");
861
867
  var ToastContext = (0, import_react9.createContext)(null);
862
868
 
863
869
  // src/hooks/api/wallet.ts
@@ -867,7 +873,7 @@ var import_react_query = require("@tanstack/react-query");
867
873
  var import_react10 = require("react");
868
874
  var import_viem4 = require("viem");
869
875
  var import_react_intl2 = require("react-intl");
870
- var import_jsx_runtime64 = require("react/jsx-runtime");
876
+ var import_jsx_runtime66 = require("react/jsx-runtime");
871
877
 
872
878
  // src/hooks/useMatchWallet.tsx
873
879
  var import_react_qrcode = require("react-qrcode");
@@ -956,10 +962,10 @@ var success_default = { v: "5.9.6", fr: 60, ip: 0, op: 120, w: 500, h: 500, nm:
956
962
  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: {} };
957
963
 
958
964
  // src/components/ImportToken/index.tsx
959
- var import_jsx_runtime65 = require("react/jsx-runtime");
965
+ var import_jsx_runtime67 = require("react/jsx-runtime");
960
966
 
961
967
  // src/hooks/useMatchWallet.tsx
962
- var import_jsx_runtime66 = require("react/jsx-runtime");
968
+ var import_jsx_runtime68 = require("react/jsx-runtime");
963
969
 
964
970
  // src/hooks/useReceipt.tsx
965
971
  var import_react13 = require("react");
@@ -1017,7 +1023,7 @@ function useHash({
1017
1023
  var import_zustand5 = require("zustand");
1018
1024
 
1019
1025
  // src/hooks/useConfig.tsx
1020
- var import_jsx_runtime67 = require("react/jsx-runtime");
1026
+ var import_jsx_runtime69 = require("react/jsx-runtime");
1021
1027
  var DEFAULT_WALLET_METHODS = ["evm", "sol", "btc", "tron", "ton"];
1022
1028
 
1023
1029
  // src/store/useModalStore.ts
@@ -1058,18 +1064,29 @@ var useWalletModalStore = (0, import_zustand5.create)((set) => ({
1058
1064
  open: (type, methods = DEFAULT_WALLET_METHODS) => set({ isOpen: true, type, methods }),
1059
1065
  close: () => set({ isOpen: false })
1060
1066
  }));
1067
+ var useEmailModalStore = (0, import_zustand5.create)((set) => ({
1068
+ isOpen: false,
1069
+ type: "",
1070
+ open: (type) => set({ isOpen: true, type }),
1071
+ close: () => set({ isOpen: false })
1072
+ }));
1061
1073
 
1062
1074
  // src/components/CEXBindModal/index.tsx
1063
1075
  var import_react15 = require("react");
1064
1076
  var import_react_intl5 = require("react-intl");
1065
- var import_jsx_runtime68 = require("react/jsx-runtime");
1077
+ var import_jsx_runtime70 = require("react/jsx-runtime");
1066
1078
 
1067
1079
  // src/context/BusinessProvider.tsx
1068
1080
  var import_react_query8 = require("@tanstack/react-query");
1069
- var import_jsx_runtime69 = require("react/jsx-runtime");
1081
+
1082
+ // src/components/BindEmailModal/index.tsx
1083
+ var import_jsx_runtime71 = require("react/jsx-runtime");
1084
+
1085
+ // src/context/BusinessProvider.tsx
1086
+ var import_jsx_runtime72 = require("react/jsx-runtime");
1070
1087
 
1071
1088
  // src/context/index.tsx
1072
- var import_jsx_runtime70 = require("react/jsx-runtime");
1089
+ var import_jsx_runtime73 = require("react/jsx-runtime");
1073
1090
 
1074
1091
  // src/hooks/useWalletInit.ts
1075
1092
  var import_react16 = require("react");
@@ -1149,7 +1166,7 @@ var matchTest = /* @__PURE__ */ (0, import_viem12.defineChain)({
1149
1166
 
1150
1167
  // src/MatchContext.tsx
1151
1168
  var import_wagmi = require("wagmi");
1152
- var import_jsx_runtime71 = require("react/jsx-runtime");
1169
+ var import_jsx_runtime74 = require("react/jsx-runtime");
1153
1170
  var queryClient = new import_react_query9.QueryClient();
1154
1171
  var wagmiConfig = (0, import_rainbowkit.getDefaultConfig)({
1155
1172
  appName: "MatchID",
@@ -1173,15 +1190,15 @@ var MatchContext = (0, import_react18.createContext)(void 0);
1173
1190
  // src/components/EmailModal/StepVerify.tsx
1174
1191
  var import_react20 = require("react");
1175
1192
  var import_react_intl7 = require("react-intl");
1176
- var import_jsx_runtime72 = require("react/jsx-runtime");
1193
+ var import_jsx_runtime75 = require("react/jsx-runtime");
1177
1194
 
1178
1195
  // src/components/EmailModal/index.tsx
1179
1196
  var import_react_intl8 = require("react-intl");
1180
- var import_jsx_runtime73 = require("react/jsx-runtime");
1197
+ var import_jsx_runtime76 = require("react/jsx-runtime");
1181
1198
 
1182
1199
  // src/ui/Popover/index.tsx
1183
1200
  var import_react22 = require("react");
1184
- var import_jsx_runtime74 = require("react/jsx-runtime");
1201
+ var import_jsx_runtime77 = require("react/jsx-runtime");
1185
1202
  function Popover({
1186
1203
  children,
1187
1204
  content,
@@ -1191,7 +1208,7 @@ function Popover({
1191
1208
  gap = "20px"
1192
1209
  }) {
1193
1210
  const [active, setActive] = (0, import_react22.useState)(false);
1194
- return children && /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(
1211
+ return children && /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(
1195
1212
  "div",
1196
1213
  {
1197
1214
  onClick: () => {
@@ -1202,9 +1219,9 @@ function Popover({
1202
1219
  className: `matchid-popover-box matchid-popover-${position} matchid-popover-${type} ${className} ${type == "click" && active ? "matchid-popover-click-active" : ""}`,
1203
1220
  children: [
1204
1221
  children,
1205
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("div", { style: {
1222
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("div", { style: {
1206
1223
  paddingTop: gap
1207
- }, className: `matchid-popover-area`, children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("div", { className: `matchid-popover-content`, children: content }) })
1224
+ }, className: `matchid-popover-area`, children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("div", { className: `matchid-popover-content`, children: content }) })
1208
1225
  ]
1209
1226
  }
1210
1227
  );
@@ -1218,36 +1235,36 @@ var import_react_intl9 = require("react-intl");
1218
1235
  var import_react_query10 = require("@tanstack/react-query");
1219
1236
 
1220
1237
  // src/components/LoginBox/index.tsx
1221
- var import_jsx_runtime75 = require("react/jsx-runtime");
1238
+ var import_jsx_runtime78 = require("react/jsx-runtime");
1222
1239
 
1223
1240
  // src/components/LoginButton/index.tsx
1224
1241
  var import_react25 = require("react");
1225
1242
 
1226
1243
  // src/components/LoginPanel/index.tsx
1227
1244
  var import_react_intl10 = require("react-intl");
1228
- var import_jsx_runtime76 = require("react/jsx-runtime");
1245
+ var import_jsx_runtime79 = require("react/jsx-runtime");
1229
1246
 
1230
1247
  // src/components/LoginModal/index.tsx
1231
- var import_jsx_runtime77 = require("react/jsx-runtime");
1248
+ var import_jsx_runtime80 = require("react/jsx-runtime");
1232
1249
 
1233
1250
  // src/components/UserPopover/index.tsx
1234
1251
  var import_react24 = require("react");
1235
1252
 
1236
1253
  // src/assets/icon/ProfileIcon.tsx
1237
- var import_jsx_runtime78 = require("react/jsx-runtime");
1254
+ var import_jsx_runtime81 = require("react/jsx-runtime");
1238
1255
 
1239
1256
  // src/components/UserPopover/index.tsx
1240
1257
  var import_react_intl11 = require("react-intl");
1241
- var import_jsx_runtime79 = require("react/jsx-runtime");
1258
+ var import_jsx_runtime82 = require("react/jsx-runtime");
1242
1259
 
1243
1260
  // src/components/LoginButton/index.tsx
1244
1261
  var import_react_intl12 = require("react-intl");
1245
- var import_jsx_runtime80 = require("react/jsx-runtime");
1262
+ var import_jsx_runtime83 = require("react/jsx-runtime");
1246
1263
 
1247
1264
  // src/components/UsernameModal/index.tsx
1248
1265
  var import_react26 = require("react");
1249
1266
  var import_react_intl13 = require("react-intl");
1250
- var import_jsx_runtime81 = require("react/jsx-runtime");
1267
+ var import_jsx_runtime84 = require("react/jsx-runtime");
1251
1268
 
1252
1269
  // src/components/EVMModal/index.tsx
1253
1270
  var import_react29 = require("react");
@@ -1255,7 +1272,7 @@ var import_react_intl14 = require("react-intl");
1255
1272
 
1256
1273
  // src/components/WalletModalContent/index.tsx
1257
1274
  var import_react27 = require("react");
1258
- var import_jsx_runtime82 = require("react/jsx-runtime");
1275
+ var import_jsx_runtime85 = require("react/jsx-runtime");
1259
1276
 
1260
1277
  // src/components/EVMModal/index.tsx
1261
1278
  var import_rainbowkit2 = require("@rainbow-me/rainbowkit");
@@ -1272,7 +1289,7 @@ var import_ethers = require("ethers");
1272
1289
  // src/components/EVMModal/index.tsx
1273
1290
  var import_siwe = require("siwe");
1274
1291
  var import_styles = require("@rainbow-me/rainbowkit/styles.css");
1275
- var import_jsx_runtime83 = require("react/jsx-runtime");
1292
+ var import_jsx_runtime86 = require("react/jsx-runtime");
1276
1293
 
1277
1294
  // src/components/TRONModal/index.tsx
1278
1295
  var import_react31 = __toESM(require("react"));
@@ -1282,13 +1299,13 @@ var import_react_intl15 = require("react-intl");
1282
1299
  var import_react30 = require("react");
1283
1300
 
1284
1301
  // src/components/TRONModal/index.tsx
1285
- var import_jsx_runtime84 = require("react/jsx-runtime");
1302
+ var import_jsx_runtime87 = require("react/jsx-runtime");
1286
1303
 
1287
1304
  // src/components/TONModal/index.tsx
1288
1305
  var import_react32 = __toESM(require("react"));
1289
1306
  var import_react_intl16 = require("react-intl");
1290
1307
  var import_ui_react = require("@tonconnect/ui-react");
1291
- var import_jsx_runtime85 = require("react/jsx-runtime");
1308
+ var import_jsx_runtime88 = require("react/jsx-runtime");
1292
1309
 
1293
1310
  // src/components/BTCModal/index.tsx
1294
1311
  var import_react34 = __toESM(require("react"));
@@ -1301,34 +1318,34 @@ var import_sats_connect = require("sats-connect");
1301
1318
  var import_react33 = require("react");
1302
1319
 
1303
1320
  // src/components/BTCModal/index.tsx
1304
- var import_jsx_runtime86 = require("react/jsx-runtime");
1321
+ var import_jsx_runtime89 = require("react/jsx-runtime");
1305
1322
 
1306
1323
  // src/components/WalletModal/index.tsx
1307
1324
  var import_react35 = require("react");
1308
1325
  var import_react_intl18 = require("react-intl");
1309
- var import_jsx_runtime87 = require("react/jsx-runtime");
1326
+ var import_jsx_runtime90 = require("react/jsx-runtime");
1310
1327
 
1311
1328
  // src/components/AlphaAvatar/index.tsx
1312
1329
  var import_react36 = require("react");
1313
- var import_jsx_runtime88 = require("react/jsx-runtime");
1330
+ var import_jsx_runtime91 = require("react/jsx-runtime");
1314
1331
 
1315
1332
  // src/components/WalletAsset/index.tsx
1316
- var import_jsx_runtime89 = require("react/jsx-runtime");
1333
+ var import_jsx_runtime92 = require("react/jsx-runtime");
1317
1334
 
1318
1335
  // src/components/TokenSend/index.tsx
1319
1336
  var import_react37 = require("react");
1320
1337
  var import_viem13 = require("viem");
1321
1338
  var import_react_intl19 = require("react-intl");
1322
- var import_jsx_runtime90 = require("react/jsx-runtime");
1339
+ var import_jsx_runtime93 = require("react/jsx-runtime");
1323
1340
 
1324
1341
  // src/components/TokenDetail/index.tsx
1325
1342
  var import_react_intl20 = require("react-intl");
1326
- var import_jsx_runtime91 = require("react/jsx-runtime");
1343
+ var import_jsx_runtime94 = require("react/jsx-runtime");
1327
1344
 
1328
1345
  // src/components/TokenSendList/index.tsx
1329
1346
  var import_react38 = require("react");
1330
1347
  var import_react_intl21 = require("react-intl");
1331
- var import_jsx_runtime92 = require("react/jsx-runtime");
1348
+ var import_jsx_runtime95 = require("react/jsx-runtime");
1332
1349
 
1333
1350
  // src/components/TransactionList/index.tsx
1334
1351
  var import_react_infinite_scroll_component = __toESM(require("react-infinite-scroll-component"));
@@ -1336,11 +1353,11 @@ var import_react39 = require("react");
1336
1353
  var import_viem14 = require("viem");
1337
1354
  var import_viem15 = require("viem");
1338
1355
  var import_react_intl22 = require("react-intl");
1339
- var import_jsx_runtime93 = require("react/jsx-runtime");
1356
+ var import_jsx_runtime96 = require("react/jsx-runtime");
1340
1357
 
1341
1358
  // src/ui/Modal/index.tsx
1342
1359
  var import_react_intl23 = require("react-intl");
1343
- var import_jsx_runtime94 = require("react/jsx-runtime");
1360
+ var import_jsx_runtime97 = require("react/jsx-runtime");
1344
1361
  function Modal({
1345
1362
  children,
1346
1363
  isOpen,
@@ -1348,10 +1365,10 @@ function Modal({
1348
1365
  zIndex = 100,
1349
1366
  className = ""
1350
1367
  }) {
1351
- return /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(Overlay, { isOpen, zIndex, children: /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("div", { className: `matchid-modal ${className}`, style: {
1368
+ return /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(Overlay, { isOpen, zIndex, children: /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("div", { className: `matchid-modal ${className}`, style: {
1352
1369
  width
1353
1370
  }, children: [
1354
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("div", { className: "matchid-modal-mobile-header" }),
1371
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("div", { className: "matchid-modal-mobile-header" }),
1355
1372
  children
1356
1373
  ] }) });
1357
1374
  }
@@ -1365,13 +1382,13 @@ function ModalWithHeader({
1365
1382
  ...props
1366
1383
  }) {
1367
1384
  const isDownMd = useDownMd();
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 })
1385
+ return /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)(Modal, { ...props, children: [
1386
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("div", { className: `matchid-modal-header ${showBorder ? "matchid-modal-header-border" : ""}`, children: [
1387
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("div", { className: "matchid-modal-header-content", children: [
1388
+ onBack && /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(ArrowLeftIcon, { height: isDownMd ? 20 : 25, width: isDownMd ? 20 : 24, className: "matchid-modal-header-back", onClick: onBack }),
1389
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("span", { className: "matchid-modal-header-title", children: title })
1373
1390
  ] }),
1374
- onClose && /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(CloseRoundIcon, { size: isDownMd ? 24 : 30, className: "matchid-modal-header-close", onClick: onClose })
1391
+ onClose && /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(CloseRoundIcon, { size: isDownMd ? 24 : 30, className: "matchid-modal-header-close", onClick: onClose })
1375
1392
  ] }),
1376
1393
  children
1377
1394
  ] });
@@ -1406,17 +1423,17 @@ function ConfirmModal({
1406
1423
  setLoading(false);
1407
1424
  }
1408
1425
  };
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({
1426
+ return /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(ModalWithHeader, { isOpen, onClose, title, zIndex, children: /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("div", { className: "matchid-confirm-modal", children: [
1427
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("div", { className: "matchid-w-full", children }),
1428
+ error && /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("div", { className: `matchid-error`, children: error }),
1429
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(Button, { size: "lg", onClick: onSubmit, loading, block: true, highlight: true, children: confirmText ?? intl.formatMessage({
1413
1430
  id: "Confirm"
1414
1431
  }) })
1415
1432
  ] }) });
1416
1433
  }
1417
1434
 
1418
1435
  // src/ui/ModalDrawer/index.tsx
1419
- var import_jsx_runtime95 = require("react/jsx-runtime");
1436
+ var import_jsx_runtime98 = require("react/jsx-runtime");
1420
1437
  function ModalDrawer({
1421
1438
  title,
1422
1439
  drawerTitleVisible = true,
@@ -1424,13 +1441,13 @@ function ModalDrawer({
1424
1441
  }) {
1425
1442
  const isDownMd = useDownMd();
1426
1443
  if (isDownMd) {
1427
- return /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(ModalWithHeader, { ...props, title });
1444
+ return /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(ModalWithHeader, { ...props, title });
1428
1445
  }
1429
- return /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(Drawer, { ...props, title: drawerTitleVisible ? title : null });
1446
+ return /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(Drawer, { ...props, title: drawerTitleVisible ? title : null });
1430
1447
  }
1431
1448
 
1432
1449
  // src/ui/HashPanel/index.tsx
1433
- var import_jsx_runtime96 = require("react/jsx-runtime");
1450
+ var import_jsx_runtime99 = require("react/jsx-runtime");
1434
1451
  function HashPanel({
1435
1452
  hash,
1436
1453
  chain,
@@ -1490,14 +1507,14 @@ function HashPanel({
1490
1507
  }
1491
1508
  }, [hashQuery.data]);
1492
1509
  const link = chain ? `${chain?.blockExplorers?.default.url}/tx/${hash}` : "";
1493
- return /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
1510
+ return /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
1494
1511
  ModalDrawer,
1495
1512
  {
1496
1513
  isOpen,
1497
1514
  showClose: true,
1498
1515
  onClose,
1499
1516
  zIndex,
1500
- title: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
1517
+ title: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
1501
1518
  "div",
1502
1519
  {
1503
1520
  className: "matchid-hashpanel-header",
@@ -1507,32 +1524,32 @@ function HashPanel({
1507
1524
  children: statusValue.text
1508
1525
  }
1509
1526
  ),
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: {
1527
+ children: /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("div", { className: "matchid-hashpanel-box", children: [
1528
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("div", { className: "matchid-hashpanel-content", children: [
1529
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("div", { className: `matchid-hashpanel-status`, style: {
1513
1530
  color: statusValue.color
1514
1531
  }, children: statusValue.text }),
1515
- statusValue.lottie && /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(Lottie_default, { animationData: statusValue.lottie, style: {
1532
+ statusValue.lottie && /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(Lottie_default, { animationData: statusValue.lottie, style: {
1516
1533
  width: "96px",
1517
1534
  height: "96px"
1518
1535
  } }),
1519
- hash && /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("div", { className: "matchid-hashpanel-hash", children: [
1536
+ hash && /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("div", { className: "matchid-hashpanel-hash", children: [
1520
1537
  "Hash:",
1521
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("a", { href: link, target: "_blank", children: hash })
1538
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("a", { href: link, target: "_blank", children: hash })
1522
1539
  ] }),
1523
- error && /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("div", { className: "matchid-hashpanel-text", children: error })
1540
+ error && /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("div", { className: "matchid-hashpanel-text", children: error })
1524
1541
  ] }),
1525
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(Button, { onClick: onClose, size: "lg", block: true, children: "Back" })
1542
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(Button, { onClick: onClose, size: "lg", block: true, children: "Back" })
1526
1543
  ] })
1527
1544
  }
1528
1545
  );
1529
1546
  }
1530
1547
  function HashPanel_default(props) {
1531
- return props.isOpen && /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(HashPanel, { ...props });
1548
+ return props.isOpen && /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(HashPanel, { ...props });
1532
1549
  }
1533
1550
 
1534
1551
  // src/ui/Switch/index.tsx
1535
- var import_jsx_runtime97 = require("react/jsx-runtime");
1552
+ var import_jsx_runtime100 = require("react/jsx-runtime");
1536
1553
  function Switch({
1537
1554
  size = "default",
1538
1555
  checked = false,
@@ -1547,12 +1564,12 @@ function Switch({
1547
1564
  onChange && onChange(!checked);
1548
1565
  }
1549
1566
  };
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" }) });
1567
+ return /* @__PURE__ */ (0, import_jsx_runtime100.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_runtime100.jsx)(LoadingIcon_default, { className: "matchid-switch-loading-icon", size: size == "default" ? 24 : 18, color: "var(--matchid-swicth-loading-color)" }) : /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("div", { className: "matchid-switch-ball" }) });
1551
1568
  }
1552
1569
 
1553
1570
  // src/ui/AlphaAvatar/index.tsx
1554
1571
  var import_react42 = require("react");
1555
- var import_jsx_runtime98 = require("react/jsx-runtime");
1572
+ var import_jsx_runtime101 = require("react/jsx-runtime");
1556
1573
  function AlphaAvatar2({
1557
1574
  name,
1558
1575
  size = "default",
@@ -1569,7 +1586,7 @@ function AlphaAvatar2({
1569
1586
  return "";
1570
1587
  }, [name]);
1571
1588
  const numberSize = typeof size === "number" ? size : size === "sm" ? 24 : size === "default" ? 40 : 64;
1572
- return /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("div", { className: `matchid-alpha-avatar ${className}`, style: {
1589
+ return /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("div", { className: `matchid-alpha-avatar ${className}`, style: {
1573
1590
  width: numberSize,
1574
1591
  height: numberSize,
1575
1592
  fontSize: Math.ceil(numberSize / 2),
@@ -1578,7 +1595,7 @@ function AlphaAvatar2({
1578
1595
  }
1579
1596
 
1580
1597
  // src/ui/Radio/index.tsx
1581
- var import_jsx_runtime99 = require("react/jsx-runtime");
1598
+ var import_jsx_runtime102 = require("react/jsx-runtime");
1582
1599
  function Radio({
1583
1600
  checked = false,
1584
1601
  onChange,
@@ -1587,20 +1604,20 @@ function Radio({
1587
1604
  className = "",
1588
1605
  style = {}
1589
1606
  }) {
1590
- return /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("div", { onClick: onChange, className: `matchid-radio ${className} ${checked ? "matchid-radio-checked" : ""}`, style: {
1607
+ return /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("div", { onClick: onChange, className: `matchid-radio ${className} ${checked ? "matchid-radio-checked" : ""}`, style: {
1591
1608
  width: size,
1592
1609
  height: size,
1593
1610
  ...style,
1594
1611
  // @ts-ignore
1595
1612
  "--matchid-radio-checked": color
1596
- }, children: checked && /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("div", { className: `matchid-radio-content`, style: {
1613
+ }, children: checked && /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("div", { className: `matchid-radio-content`, style: {
1597
1614
  width: Math.floor(size * 0.7),
1598
1615
  height: Math.floor(size * 0.7)
1599
1616
  } }) });
1600
1617
  }
1601
1618
 
1602
1619
  // src/ui/Skeleton/index.tsx
1603
- var import_jsx_runtime100 = require("react/jsx-runtime");
1620
+ var import_jsx_runtime103 = require("react/jsx-runtime");
1604
1621
  var Skeleton = ({
1605
1622
  style = {},
1606
1623
  className = "",
@@ -1611,7 +1628,7 @@ var Skeleton = ({
1611
1628
  children
1612
1629
  }) => {
1613
1630
  if (!loading) {
1614
- return /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(import_jsx_runtime100.Fragment, { children });
1631
+ return /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(import_jsx_runtime103.Fragment, { children });
1615
1632
  }
1616
1633
  const skeletonStyle = {
1617
1634
  width,
@@ -1619,7 +1636,7 @@ var Skeleton = ({
1619
1636
  borderRadius: radius,
1620
1637
  ...style
1621
1638
  };
1622
- return /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
1639
+ return /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
1623
1640
  "div",
1624
1641
  {
1625
1642
  className: "matchid-skeleton " + className,
@@ -1630,10 +1647,10 @@ var Skeleton = ({
1630
1647
  var Skeleton_default = Skeleton;
1631
1648
 
1632
1649
  // src/ui/Tabs/index.tsx
1633
- var import_jsx_runtime101 = require("react/jsx-runtime");
1650
+ var import_jsx_runtime104 = require("react/jsx-runtime");
1634
1651
  function Tabs(props) {
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);
1652
+ return /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("div", { className: `matchid-tabs`, children: props.tabs.map((tab, index) => {
1653
+ return /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("div", { onClick: () => props.setActiveTab(index), className: `matchid-tab ${props.activeTab === index ? "matchid-tab-active" : ""}`, children: tab }, index);
1637
1654
  }) });
1638
1655
  }
1639
1656
 
@@ -1651,12 +1668,12 @@ var LazyLottie = (props) => {
1651
1668
  var Lottie_default = LazyLottie;
1652
1669
 
1653
1670
  // src/ui/Checkbox/index.tsx
1654
- var import_jsx_runtime102 = require("react/jsx-runtime");
1671
+ var import_jsx_runtime105 = require("react/jsx-runtime");
1655
1672
  function Checkbox({
1656
1673
  checked = false,
1657
1674
  onChange
1658
1675
  }) {
1659
- return checked ? /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(CheckboxCheckedIcon, { onClick: () => onChange?.(false) }) : /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(CheckboxIcon, { onClick: () => onChange?.(true) });
1676
+ return checked ? /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(CheckboxCheckedIcon, { onClick: () => onChange?.(false) }) : /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(CheckboxIcon, { onClick: () => onChange?.(true) });
1660
1677
  }
1661
1678
  // Annotate the CommonJS export names for ESM import in node:
1662
1679
  0 && (module.exports = {