@matchain/matchid-sdk-react 0.1.56-alpha.3 → 0.1.56-alpha.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. package/dist/api.d.mts +2 -2
  2. package/dist/api.d.ts +2 -2
  3. package/dist/api.js +59 -47
  4. package/dist/api.js.map +1 -1
  5. package/dist/api.mjs +3 -3
  6. package/dist/{chunk-M5LCJX2T.mjs → chunk-2SJCPZJQ.mjs} +2 -2
  7. package/dist/{chunk-FKXS2XRG.mjs → chunk-GD7URBBZ.mjs} +54 -1
  8. package/dist/chunk-GD7URBBZ.mjs.map +1 -0
  9. package/dist/{chunk-KDVKIXOS.mjs → chunk-YR46VC65.mjs} +393 -354
  10. package/dist/chunk-YR46VC65.mjs.map +1 -0
  11. package/dist/components.d.mts +3 -3
  12. package/dist/components.d.ts +3 -3
  13. package/dist/components.js +416 -360
  14. package/dist/components.js.map +1 -1
  15. package/dist/components.mjs +2 -2
  16. package/dist/hooks.d.mts +2 -2
  17. package/dist/hooks.d.ts +2 -2
  18. package/dist/hooks.js +234 -178
  19. package/dist/hooks.js.map +1 -1
  20. package/dist/hooks.mjs +2 -2
  21. package/dist/icon.d.mts +2 -2
  22. package/dist/icon.d.ts +2 -2
  23. package/dist/icon.js +53 -0
  24. package/dist/icon.js.map +1 -1
  25. package/dist/icon.mjs +7 -1
  26. package/dist/{index-CsUEaGtM.d.ts → index-BcuSCgol.d.ts} +2 -2
  27. package/dist/{index-CPTgrfjn.d.mts → index-BlMLqmS2.d.mts} +1 -1
  28. package/dist/{index-B7ZEyP1j.d.ts → index-C1Nyy5zx.d.ts} +1 -1
  29. package/dist/{index-FKxw4Vaa.d.mts → index-CBcBTQyU.d.mts} +1 -1
  30. package/dist/{index-BXbfmVoU.d.mts → index-CD0dACxf.d.mts} +2 -2
  31. package/dist/{index-TjbO7d74.d.mts → index-CER00guz.d.mts} +1 -1
  32. package/dist/{index-BtjgRcNJ.d.ts → index-CjekOYJl.d.mts} +2 -2
  33. package/dist/{index-C82WIWvx.d.ts → index-DN-jrh8-.d.ts} +13 -3
  34. package/dist/{index-BKSGbw7b.d.mts → index-DdN22cwf.d.ts} +2 -2
  35. package/dist/{index-YPRyEYt6.d.mts → index-DkIIQLbh.d.ts} +10 -4
  36. package/dist/{index-4dZbgWG2.d.ts → index-DlaCsN95.d.ts} +1 -1
  37. package/dist/{index-DK7l3lsH.d.ts → index-lh6qBAf_.d.mts} +10 -4
  38. package/dist/{index-CwHXzvvB.d.ts → index-o0WW1c5O.d.ts} +1 -1
  39. package/dist/{index-D7E317WV.d.mts → index-xThRnNN3.d.mts} +13 -3
  40. package/dist/index.css +35 -1
  41. package/dist/index.d.mts +8 -8
  42. package/dist/index.d.ts +8 -8
  43. package/dist/index.js +497 -412
  44. package/dist/index.js.map +1 -1
  45. package/dist/index.mjs +3 -3
  46. package/dist/{types-DEsY_CPH.d.mts → types-CheN9vHJ.d.mts} +4 -0
  47. package/dist/{types-DEsY_CPH.d.ts → types-CheN9vHJ.d.ts} +4 -0
  48. package/dist/types.d.mts +1 -1
  49. package/dist/types.d.ts +1 -1
  50. package/dist/ui.d.mts +3 -3
  51. package/dist/ui.d.ts +3 -3
  52. package/dist/ui.js +192 -105
  53. package/dist/ui.js.map +1 -1
  54. package/dist/ui.mjs +4 -2
  55. package/example/src/pages/UI/components/Checkbox.tsx +10 -0
  56. package/example/src/pages/UI/components/Input.tsx +12 -0
  57. package/example/src/pages/UI/index.tsx +4 -0
  58. package/package.json +1 -1
  59. package/dist/chunk-FKXS2XRG.mjs.map +0 -1
  60. package/dist/chunk-KDVKIXOS.mjs.map +0 -1
  61. /package/dist/{chunk-M5LCJX2T.mjs.map → chunk-2SJCPZJQ.mjs.map} +0 -0
package/dist/ui.js CHANGED
@@ -32,6 +32,7 @@ var ui_exports = {};
32
32
  __export(ui_exports, {
33
33
  AlphaAvatar: () => AlphaAvatar2,
34
34
  Button: () => Button,
35
+ Checkbox: () => Checkbox,
35
36
  ConfirmModal: () => ConfirmModal,
36
37
  Drawer: () => Drawer,
37
38
  Field: () => Field,
@@ -287,8 +288,55 @@ var import_jsx_runtime49 = require("react/jsx-runtime");
287
288
  // src/assets/icon/MoreIcon.tsx
288
289
  var import_jsx_runtime50 = require("react/jsx-runtime");
289
290
 
290
- // src/ui/Button/index.tsx
291
+ // src/assets/icon/CheckboxIcon.tsx
291
292
  var import_jsx_runtime51 = require("react/jsx-runtime");
293
+ function CheckboxIcon({
294
+ size = 16,
295
+ color = "#E3E3E3",
296
+ ...props
297
+ }) {
298
+ return /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("svg", { width: size, height: size, viewBox: "0 0 16 17", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("rect", { x: "2.08203", y: "2.58325", width: "11.8333", height: "11.8333", rx: "3.25", stroke: color, strokeWidth: "1.5" }) });
299
+ }
300
+
301
+ // src/assets/icon/CheckboxCheckedIcon.tsx
302
+ var import_jsx_runtime52 = require("react/jsx-runtime");
303
+ function CheckboxCheckedIcon({
304
+ size = 16,
305
+ color = "#FC802D",
306
+ ...props
307
+ }) {
308
+ return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("svg", { width: size, height: size, viewBox: "0 0 16 17", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
309
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("rect", { x: "1.33203", y: "1.83325", width: "13.3333", height: "13.3333", rx: "4", fill: color }),
310
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
311
+ "path",
312
+ {
313
+ d: "M5.96094 7.63565L7.23226 8.90697L9.87499 6.26424C10.113 6.02621 10.4989 6.02621 10.737 6.26424C10.975 6.50227 10.975 6.8882 10.737 7.12623L7.80211 10.0611C7.48739 10.3758 6.97714 10.3758 6.66242 10.0611L5.09896 8.49764C4.86093 8.25961 4.86093 7.87368 5.09896 7.63565C5.33699 7.39762 5.72291 7.39762 5.96094 7.63565Z",
314
+ fill: "white"
315
+ }
316
+ )
317
+ ] });
318
+ }
319
+
320
+ // src/assets/icon/InputLengthIcon.tsx
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");
292
340
  function Button({
293
341
  size = "df",
294
342
  disabled = false,
@@ -308,7 +356,7 @@ function Button({
308
356
  onClick && onClick();
309
357
  }
310
358
  };
311
- return /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
359
+ return /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
312
360
  "button",
313
361
  {
314
362
  type,
@@ -319,14 +367,14 @@ function Button({
319
367
  },
320
368
  onClick: onAction,
321
369
  ...dataset,
322
- children: loading ? /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(LoadingIcon_default, { className: "matchid-btn-loading-icon", color: "var(--matchid-btn-loading-color)" }) : children
370
+ children: loading ? /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(LoadingIcon_default, { className: "matchid-btn-loading-icon", color: "var(--matchid-btn-loading-color)" }) : children
323
371
  }
324
372
  );
325
373
  }
326
374
 
327
375
  // src/ui/Overlay/index.tsx
328
376
  var import_react = require("react");
329
- var import_jsx_runtime52 = require("react/jsx-runtime");
377
+ var import_jsx_runtime55 = require("react/jsx-runtime");
330
378
  function Overlay({
331
379
  isOpen = false,
332
380
  children,
@@ -342,7 +390,7 @@ function Overlay({
342
390
  document.body.style.overflow = "";
343
391
  };
344
392
  }, [isOpen]);
345
- return isOpen ? /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
393
+ return isOpen ? /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
346
394
  "div",
347
395
  {
348
396
  className: "matchid-overlay",
@@ -351,11 +399,11 @@ function Overlay({
351
399
  },
352
400
  children
353
401
  }
354
- ) : /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(import_jsx_runtime52.Fragment, {});
402
+ ) : /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(import_jsx_runtime55.Fragment, {});
355
403
  }
356
404
 
357
405
  // src/ui/Drawer/index.tsx
358
- var import_jsx_runtime53 = require("react/jsx-runtime");
406
+ var import_jsx_runtime56 = require("react/jsx-runtime");
359
407
  function Drawer({
360
408
  children,
361
409
  showClose = true,
@@ -366,22 +414,22 @@ function Drawer({
366
414
  onBack
367
415
  }) {
368
416
  if (!isOpen) {
369
- return /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(import_jsx_runtime53.Fragment, {});
417
+ return /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(import_jsx_runtime56.Fragment, {});
370
418
  }
371
- return /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Overlay, { isOpen, zIndex, children: /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { className: "matchid-drawer", children: [
372
- /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { className: `matchid-drawer-header matchid-flex`, children: [
373
- /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { className: `matchid-drawer-header-content matchid-flex`, children: [
374
- onBack && /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(ArrowLeftIcon, { height: 25, width: 24, className: "matchid-drawer-header-back", onClick: onBack }),
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 }),
375
423
  title
376
424
  ] }),
377
- showClose && /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(CloseRoundIcon, { className: "matchid-drawer-header-close", onClick: onClose })
425
+ showClose && /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(CloseRoundIcon, { className: "matchid-drawer-header-close", onClick: onClose })
378
426
  ] }),
379
427
  children
380
428
  ] }) });
381
429
  }
382
430
 
383
431
  // src/ui/Field/index.tsx
384
- var import_jsx_runtime54 = require("react/jsx-runtime");
432
+ var import_jsx_runtime57 = require("react/jsx-runtime");
385
433
  function Field({
386
434
  label,
387
435
  children,
@@ -389,13 +437,13 @@ function Field({
389
437
  required,
390
438
  className = ""
391
439
  }) {
392
- return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("div", { className: `matchid-field-box ${className}`, children: [
393
- /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("div", { className: "matchid-field-label", children: [
394
- required && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "matchid-field-required", children: "*" }),
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: "*" }),
395
443
  label
396
444
  ] }),
397
445
  children,
398
- error && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("div", { className: "matchid-field-error", children: error })
446
+ error && /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("div", { className: "matchid-field-error", children: error })
399
447
  ] });
400
448
  }
401
449
 
@@ -429,7 +477,7 @@ var import_react4 = require("react");
429
477
 
430
478
  // src/utils/index.tsx
431
479
  var import_moment = __toESM(require("moment"));
432
- var import_jsx_runtime55 = require("react/jsx-runtime");
480
+ var import_jsx_runtime58 = require("react/jsx-runtime");
433
481
  var getVersion = () => {
434
482
  return "0.0.2";
435
483
  };
@@ -439,27 +487,48 @@ function getAppClientId() {
439
487
 
440
488
  // src/ui/Input/index.tsx
441
489
  var import_react3 = require("react");
442
- var import_jsx_runtime56 = require("react/jsx-runtime");
490
+ var import_jsx_runtime59 = require("react/jsx-runtime");
443
491
  function Input({
444
492
  onChange,
445
493
  type,
446
494
  after,
495
+ showLength = false,
496
+ showClear = true,
447
497
  className = "",
498
+ rows = 1,
499
+ maxRows = 4,
500
+ children,
448
501
  ...props
449
502
  }) {
450
503
  const [inputType, setInputType] = (0, import_react3.useState)(type);
451
504
  const isDownMd = useDownMd();
452
- return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(
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)(
453
516
  "div",
454
517
  {
455
- 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
+ },
456
523
  children: [
457
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("input", { type: inputType, onChange, ...props, className: "matchid-input-field" }),
458
- props.value && props.value.length > 0 && /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("div", { className: "matchid-input-delete-icon", onClick: (e) => {
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) => {
459
528
  if (onChange) {
460
529
  onChange({ target: { value: "" } });
461
530
  }
462
- }, children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
531
+ }, children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
463
532
  DeleteRoundIcon,
464
533
  {
465
534
  height: isDownMd ? 16 : 21,
@@ -467,9 +536,17 @@ function Input({
467
536
  color: "var(--matchid-input-delete-icon-color)"
468
537
  }
469
538
  ) }),
470
- type === "password" && /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("div", { className: "matchid-input-eye-icon", onClick: () => {
539
+ type === "password" && /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "matchid-input-eye-icon", onClick: () => {
471
540
  setInputType(inputType === "password" ? "text" : "password");
472
- }, children: inputType === "password" ? /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(CloseEyeIcon, { size: isDownMd ? 16 : 20 }) : /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(OpenEyeIcon, { size: isDownMd ? 16 : 20 }) }),
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
+ ] }),
473
550
  after
474
551
  ]
475
552
  }
@@ -478,7 +555,7 @@ function Input({
478
555
 
479
556
  // src/components/EmailModal/StepEmail.tsx
480
557
  var import_react_intl = require("react-intl");
481
- var import_jsx_runtime57 = require("react/jsx-runtime");
558
+ var import_jsx_runtime60 = require("react/jsx-runtime");
482
559
 
483
560
  // src/store/useLocalStore.ts
484
561
  var import_zustand = require("zustand");
@@ -737,7 +814,7 @@ var import_viem3 = require("viem");
737
814
  // src/context/ModalContext.tsx
738
815
  var import_react6 = require("react");
739
816
  var import_react_dom = require("react-dom");
740
- var import_jsx_runtime58 = require("react/jsx-runtime");
817
+ var import_jsx_runtime61 = require("react/jsx-runtime");
741
818
  var ModalContext = (0, import_react6.createContext)(null);
742
819
 
743
820
  // src/store/useTransactionStore.ts
@@ -770,7 +847,7 @@ var persistedState2 = (0, import_middleware2.persist)(
770
847
  var useTransactionStore = (0, import_zustand3.create)((0, import_middleware2.devtools)(persistedState2));
771
848
 
772
849
  // src/hooks/useWallet.tsx
773
- var import_jsx_runtime59 = require("react/jsx-runtime");
850
+ var import_jsx_runtime62 = require("react/jsx-runtime");
774
851
  var AppClientId = "react-sdk-" + getVersion();
775
852
 
776
853
  // src/hooks/useCopyClipboard.ts
@@ -780,7 +857,7 @@ var import_react8 = require("react");
780
857
  // src/context/ToastContext.tsx
781
858
  var import_react9 = require("react");
782
859
  var import_react_dom2 = require("react-dom");
783
- var import_jsx_runtime60 = require("react/jsx-runtime");
860
+ var import_jsx_runtime63 = require("react/jsx-runtime");
784
861
  var ToastContext = (0, import_react9.createContext)(null);
785
862
 
786
863
  // src/hooks/api/wallet.ts
@@ -790,7 +867,7 @@ var import_react_query = require("@tanstack/react-query");
790
867
  var import_react10 = require("react");
791
868
  var import_viem4 = require("viem");
792
869
  var import_react_intl2 = require("react-intl");
793
- var import_jsx_runtime61 = require("react/jsx-runtime");
870
+ var import_jsx_runtime64 = require("react/jsx-runtime");
794
871
 
795
872
  // src/hooks/useMatchWallet.tsx
796
873
  var import_react_qrcode = require("react-qrcode");
@@ -879,10 +956,10 @@ var success_default = { v: "5.9.6", fr: 60, ip: 0, op: 120, w: 500, h: 500, nm:
879
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: {} };
880
957
 
881
958
  // src/components/ImportToken/index.tsx
882
- var import_jsx_runtime62 = require("react/jsx-runtime");
959
+ var import_jsx_runtime65 = require("react/jsx-runtime");
883
960
 
884
961
  // src/hooks/useMatchWallet.tsx
885
- var import_jsx_runtime63 = require("react/jsx-runtime");
962
+ var import_jsx_runtime66 = require("react/jsx-runtime");
886
963
 
887
964
  // src/hooks/useReceipt.tsx
888
965
  var import_react13 = require("react");
@@ -940,7 +1017,7 @@ function useHash({
940
1017
  var import_zustand5 = require("zustand");
941
1018
 
942
1019
  // src/hooks/useConfig.tsx
943
- var import_jsx_runtime64 = require("react/jsx-runtime");
1020
+ var import_jsx_runtime67 = require("react/jsx-runtime");
944
1021
  var DEFAULT_WALLET_METHODS = ["evm", "sol", "btc", "tron", "ton"];
945
1022
 
946
1023
  // src/store/useModalStore.ts
@@ -985,14 +1062,14 @@ var useWalletModalStore = (0, import_zustand5.create)((set) => ({
985
1062
  // src/components/CEXBindModal/index.tsx
986
1063
  var import_react15 = require("react");
987
1064
  var import_react_intl5 = require("react-intl");
988
- var import_jsx_runtime65 = require("react/jsx-runtime");
1065
+ var import_jsx_runtime68 = require("react/jsx-runtime");
989
1066
 
990
1067
  // src/context/BusinessProvider.tsx
991
1068
  var import_react_query8 = require("@tanstack/react-query");
992
- var import_jsx_runtime66 = require("react/jsx-runtime");
1069
+ var import_jsx_runtime69 = require("react/jsx-runtime");
993
1070
 
994
1071
  // src/context/index.tsx
995
- var import_jsx_runtime67 = require("react/jsx-runtime");
1072
+ var import_jsx_runtime70 = require("react/jsx-runtime");
996
1073
 
997
1074
  // src/hooks/useWalletInit.ts
998
1075
  var import_react16 = require("react");
@@ -1072,7 +1149,7 @@ var matchTest = /* @__PURE__ */ (0, import_viem12.defineChain)({
1072
1149
 
1073
1150
  // src/MatchContext.tsx
1074
1151
  var import_wagmi = require("wagmi");
1075
- var import_jsx_runtime68 = require("react/jsx-runtime");
1152
+ var import_jsx_runtime71 = require("react/jsx-runtime");
1076
1153
  var queryClient = new import_react_query9.QueryClient();
1077
1154
  var wagmiConfig = (0, import_rainbowkit.getDefaultConfig)({
1078
1155
  appName: "MatchID",
@@ -1096,15 +1173,15 @@ var MatchContext = (0, import_react18.createContext)(void 0);
1096
1173
  // src/components/EmailModal/StepVerify.tsx
1097
1174
  var import_react20 = require("react");
1098
1175
  var import_react_intl7 = require("react-intl");
1099
- var import_jsx_runtime69 = require("react/jsx-runtime");
1176
+ var import_jsx_runtime72 = require("react/jsx-runtime");
1100
1177
 
1101
1178
  // src/components/EmailModal/index.tsx
1102
1179
  var import_react_intl8 = require("react-intl");
1103
- var import_jsx_runtime70 = require("react/jsx-runtime");
1180
+ var import_jsx_runtime73 = require("react/jsx-runtime");
1104
1181
 
1105
1182
  // src/ui/Popover/index.tsx
1106
1183
  var import_react22 = require("react");
1107
- var import_jsx_runtime71 = require("react/jsx-runtime");
1184
+ var import_jsx_runtime74 = require("react/jsx-runtime");
1108
1185
  function Popover({
1109
1186
  children,
1110
1187
  content,
@@ -1114,7 +1191,7 @@ function Popover({
1114
1191
  gap = "20px"
1115
1192
  }) {
1116
1193
  const [active, setActive] = (0, import_react22.useState)(false);
1117
- return children && /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)(
1194
+ return children && /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(
1118
1195
  "div",
1119
1196
  {
1120
1197
  onClick: () => {
@@ -1125,9 +1202,9 @@ function Popover({
1125
1202
  className: `matchid-popover-box matchid-popover-${position} matchid-popover-${type} ${className} ${type == "click" && active ? "matchid-popover-click-active" : ""}`,
1126
1203
  children: [
1127
1204
  children,
1128
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("div", { style: {
1205
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("div", { style: {
1129
1206
  paddingTop: gap
1130
- }, className: `matchid-popover-area`, children: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("div", { className: `matchid-popover-content`, children: content }) })
1207
+ }, className: `matchid-popover-area`, children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("div", { className: `matchid-popover-content`, children: content }) })
1131
1208
  ]
1132
1209
  }
1133
1210
  );
@@ -1141,36 +1218,36 @@ var import_react_intl9 = require("react-intl");
1141
1218
  var import_react_query10 = require("@tanstack/react-query");
1142
1219
 
1143
1220
  // src/components/LoginBox/index.tsx
1144
- var import_jsx_runtime72 = require("react/jsx-runtime");
1221
+ var import_jsx_runtime75 = require("react/jsx-runtime");
1145
1222
 
1146
1223
  // src/components/LoginButton/index.tsx
1147
1224
  var import_react25 = require("react");
1148
1225
 
1149
1226
  // src/components/LoginPanel/index.tsx
1150
1227
  var import_react_intl10 = require("react-intl");
1151
- var import_jsx_runtime73 = require("react/jsx-runtime");
1228
+ var import_jsx_runtime76 = require("react/jsx-runtime");
1152
1229
 
1153
1230
  // src/components/LoginModal/index.tsx
1154
- var import_jsx_runtime74 = require("react/jsx-runtime");
1231
+ var import_jsx_runtime77 = require("react/jsx-runtime");
1155
1232
 
1156
1233
  // src/components/UserPopover/index.tsx
1157
1234
  var import_react24 = require("react");
1158
1235
 
1159
1236
  // src/assets/icon/ProfileIcon.tsx
1160
- var import_jsx_runtime75 = require("react/jsx-runtime");
1237
+ var import_jsx_runtime78 = require("react/jsx-runtime");
1161
1238
 
1162
1239
  // src/components/UserPopover/index.tsx
1163
1240
  var import_react_intl11 = require("react-intl");
1164
- var import_jsx_runtime76 = require("react/jsx-runtime");
1241
+ var import_jsx_runtime79 = require("react/jsx-runtime");
1165
1242
 
1166
1243
  // src/components/LoginButton/index.tsx
1167
1244
  var import_react_intl12 = require("react-intl");
1168
- var import_jsx_runtime77 = require("react/jsx-runtime");
1245
+ var import_jsx_runtime80 = require("react/jsx-runtime");
1169
1246
 
1170
1247
  // src/components/UsernameModal/index.tsx
1171
1248
  var import_react26 = require("react");
1172
1249
  var import_react_intl13 = require("react-intl");
1173
- var import_jsx_runtime78 = require("react/jsx-runtime");
1250
+ var import_jsx_runtime81 = require("react/jsx-runtime");
1174
1251
 
1175
1252
  // src/components/EVMModal/index.tsx
1176
1253
  var import_react29 = require("react");
@@ -1178,7 +1255,7 @@ var import_react_intl14 = require("react-intl");
1178
1255
 
1179
1256
  // src/components/WalletModalContent/index.tsx
1180
1257
  var import_react27 = require("react");
1181
- var import_jsx_runtime79 = require("react/jsx-runtime");
1258
+ var import_jsx_runtime82 = require("react/jsx-runtime");
1182
1259
 
1183
1260
  // src/components/EVMModal/index.tsx
1184
1261
  var import_rainbowkit2 = require("@rainbow-me/rainbowkit");
@@ -1195,7 +1272,7 @@ var import_ethers = require("ethers");
1195
1272
  // src/components/EVMModal/index.tsx
1196
1273
  var import_siwe = require("siwe");
1197
1274
  var import_styles = require("@rainbow-me/rainbowkit/styles.css");
1198
- var import_jsx_runtime80 = require("react/jsx-runtime");
1275
+ var import_jsx_runtime83 = require("react/jsx-runtime");
1199
1276
 
1200
1277
  // src/components/TRONModal/index.tsx
1201
1278
  var import_react31 = __toESM(require("react"));
@@ -1205,13 +1282,13 @@ var import_react_intl15 = require("react-intl");
1205
1282
  var import_react30 = require("react");
1206
1283
 
1207
1284
  // src/components/TRONModal/index.tsx
1208
- var import_jsx_runtime81 = require("react/jsx-runtime");
1285
+ var import_jsx_runtime84 = require("react/jsx-runtime");
1209
1286
 
1210
1287
  // src/components/TONModal/index.tsx
1211
1288
  var import_react32 = __toESM(require("react"));
1212
1289
  var import_react_intl16 = require("react-intl");
1213
1290
  var import_ui_react = require("@tonconnect/ui-react");
1214
- var import_jsx_runtime82 = require("react/jsx-runtime");
1291
+ var import_jsx_runtime85 = require("react/jsx-runtime");
1215
1292
 
1216
1293
  // src/components/BTCModal/index.tsx
1217
1294
  var import_react34 = __toESM(require("react"));
@@ -1224,34 +1301,34 @@ var import_sats_connect = require("sats-connect");
1224
1301
  var import_react33 = require("react");
1225
1302
 
1226
1303
  // src/components/BTCModal/index.tsx
1227
- var import_jsx_runtime83 = require("react/jsx-runtime");
1304
+ var import_jsx_runtime86 = require("react/jsx-runtime");
1228
1305
 
1229
1306
  // src/components/WalletModal/index.tsx
1230
1307
  var import_react35 = require("react");
1231
1308
  var import_react_intl18 = require("react-intl");
1232
- var import_jsx_runtime84 = require("react/jsx-runtime");
1309
+ var import_jsx_runtime87 = require("react/jsx-runtime");
1233
1310
 
1234
1311
  // src/components/AlphaAvatar/index.tsx
1235
1312
  var import_react36 = require("react");
1236
- var import_jsx_runtime85 = require("react/jsx-runtime");
1313
+ var import_jsx_runtime88 = require("react/jsx-runtime");
1237
1314
 
1238
1315
  // src/components/WalletAsset/index.tsx
1239
- var import_jsx_runtime86 = require("react/jsx-runtime");
1316
+ var import_jsx_runtime89 = require("react/jsx-runtime");
1240
1317
 
1241
1318
  // src/components/TokenSend/index.tsx
1242
1319
  var import_react37 = require("react");
1243
1320
  var import_viem13 = require("viem");
1244
1321
  var import_react_intl19 = require("react-intl");
1245
- var import_jsx_runtime87 = require("react/jsx-runtime");
1322
+ var import_jsx_runtime90 = require("react/jsx-runtime");
1246
1323
 
1247
1324
  // src/components/TokenDetail/index.tsx
1248
1325
  var import_react_intl20 = require("react-intl");
1249
- var import_jsx_runtime88 = require("react/jsx-runtime");
1326
+ var import_jsx_runtime91 = require("react/jsx-runtime");
1250
1327
 
1251
1328
  // src/components/TokenSendList/index.tsx
1252
1329
  var import_react38 = require("react");
1253
1330
  var import_react_intl21 = require("react-intl");
1254
- var import_jsx_runtime89 = require("react/jsx-runtime");
1331
+ var import_jsx_runtime92 = require("react/jsx-runtime");
1255
1332
 
1256
1333
  // src/components/TransactionList/index.tsx
1257
1334
  var import_react_infinite_scroll_component = __toESM(require("react-infinite-scroll-component"));
@@ -1259,11 +1336,11 @@ var import_react39 = require("react");
1259
1336
  var import_viem14 = require("viem");
1260
1337
  var import_viem15 = require("viem");
1261
1338
  var import_react_intl22 = require("react-intl");
1262
- var import_jsx_runtime90 = require("react/jsx-runtime");
1339
+ var import_jsx_runtime93 = require("react/jsx-runtime");
1263
1340
 
1264
1341
  // src/ui/Modal/index.tsx
1265
1342
  var import_react_intl23 = require("react-intl");
1266
- var import_jsx_runtime91 = require("react/jsx-runtime");
1343
+ var import_jsx_runtime94 = require("react/jsx-runtime");
1267
1344
  function Modal({
1268
1345
  children,
1269
1346
  isOpen,
@@ -1271,10 +1348,10 @@ function Modal({
1271
1348
  zIndex = 100,
1272
1349
  className = ""
1273
1350
  }) {
1274
- return /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(Overlay, { isOpen, zIndex, children: /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("div", { className: `matchid-modal ${className}`, style: {
1351
+ return /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(Overlay, { isOpen, zIndex, children: /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("div", { className: `matchid-modal ${className}`, style: {
1275
1352
  width
1276
1353
  }, children: [
1277
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("div", { className: "matchid-modal-mobile-header" }),
1354
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("div", { className: "matchid-modal-mobile-header" }),
1278
1355
  children
1279
1356
  ] }) });
1280
1357
  }
@@ -1288,13 +1365,13 @@ function ModalWithHeader({
1288
1365
  ...props
1289
1366
  }) {
1290
1367
  const isDownMd = useDownMd();
1291
- return /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(Modal, { ...props, children: [
1292
- /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("div", { className: `matchid-modal-header ${showBorder ? "matchid-modal-header-border" : ""}`, children: [
1293
- /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("div", { className: "matchid-modal-header-content", children: [
1294
- onBack && /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(ArrowLeftIcon, { height: isDownMd ? 20 : 25, width: isDownMd ? 20 : 24, className: "matchid-modal-header-back", onClick: onBack }),
1295
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("span", { className: "matchid-modal-header-title", children: title })
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 })
1296
1373
  ] }),
1297
- onClose && /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(CloseRoundIcon, { size: isDownMd ? 24 : 30, className: "matchid-modal-header-close", onClick: onClose })
1374
+ onClose && /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(CloseRoundIcon, { size: isDownMd ? 24 : 30, className: "matchid-modal-header-close", onClick: onClose })
1298
1375
  ] }),
1299
1376
  children
1300
1377
  ] });
@@ -1329,17 +1406,17 @@ function ConfirmModal({
1329
1406
  setLoading(false);
1330
1407
  }
1331
1408
  };
1332
- return /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(ModalWithHeader, { isOpen, onClose, title, zIndex, children: /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("div", { className: "matchid-confirm-modal", children: [
1333
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("div", { className: "matchid-w-full", children }),
1334
- error && /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("div", { className: `matchid-error`, children: error }),
1335
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(Button, { size: "lg", onClick: onSubmit, loading, block: true, highlight: true, children: confirmText ?? intl.formatMessage({
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({
1336
1413
  id: "Confirm"
1337
1414
  }) })
1338
1415
  ] }) });
1339
1416
  }
1340
1417
 
1341
1418
  // src/ui/ModalDrawer/index.tsx
1342
- var import_jsx_runtime92 = require("react/jsx-runtime");
1419
+ var import_jsx_runtime95 = require("react/jsx-runtime");
1343
1420
  function ModalDrawer({
1344
1421
  title,
1345
1422
  drawerTitleVisible = true,
@@ -1347,13 +1424,13 @@ function ModalDrawer({
1347
1424
  }) {
1348
1425
  const isDownMd = useDownMd();
1349
1426
  if (isDownMd) {
1350
- return /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(ModalWithHeader, { ...props, title });
1427
+ return /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(ModalWithHeader, { ...props, title });
1351
1428
  }
1352
- return /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(Drawer, { ...props, title: drawerTitleVisible ? title : null });
1429
+ return /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(Drawer, { ...props, title: drawerTitleVisible ? title : null });
1353
1430
  }
1354
1431
 
1355
1432
  // src/ui/HashPanel/index.tsx
1356
- var import_jsx_runtime93 = require("react/jsx-runtime");
1433
+ var import_jsx_runtime96 = require("react/jsx-runtime");
1357
1434
  function HashPanel({
1358
1435
  hash,
1359
1436
  chain,
@@ -1413,14 +1490,14 @@ function HashPanel({
1413
1490
  }
1414
1491
  }, [hashQuery.data]);
1415
1492
  const link = chain ? `${chain?.blockExplorers?.default.url}/tx/${hash}` : "";
1416
- return /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
1493
+ return /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
1417
1494
  ModalDrawer,
1418
1495
  {
1419
1496
  isOpen,
1420
1497
  showClose: true,
1421
1498
  onClose,
1422
1499
  zIndex,
1423
- title: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
1500
+ title: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
1424
1501
  "div",
1425
1502
  {
1426
1503
  className: "matchid-hashpanel-header",
@@ -1430,32 +1507,32 @@ function HashPanel({
1430
1507
  children: statusValue.text
1431
1508
  }
1432
1509
  ),
1433
- children: /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("div", { className: "matchid-hashpanel-box", children: [
1434
- /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("div", { className: "matchid-hashpanel-content", children: [
1435
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("div", { className: `matchid-hashpanel-status`, style: {
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: {
1436
1513
  color: statusValue.color
1437
1514
  }, children: statusValue.text }),
1438
- statusValue.lottie && /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(Lottie_default, { animationData: statusValue.lottie, style: {
1515
+ statusValue.lottie && /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(Lottie_default, { animationData: statusValue.lottie, style: {
1439
1516
  width: "96px",
1440
1517
  height: "96px"
1441
1518
  } }),
1442
- hash && /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("div", { className: "matchid-hashpanel-hash", children: [
1519
+ hash && /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("div", { className: "matchid-hashpanel-hash", children: [
1443
1520
  "Hash:",
1444
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("a", { href: link, target: "_blank", children: hash })
1521
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("a", { href: link, target: "_blank", children: hash })
1445
1522
  ] }),
1446
- error && /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("div", { className: "matchid-hashpanel-text", children: error })
1523
+ error && /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("div", { className: "matchid-hashpanel-text", children: error })
1447
1524
  ] }),
1448
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(Button, { onClick: onClose, size: "lg", block: true, children: "Back" })
1525
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(Button, { onClick: onClose, size: "lg", block: true, children: "Back" })
1449
1526
  ] })
1450
1527
  }
1451
1528
  );
1452
1529
  }
1453
1530
  function HashPanel_default(props) {
1454
- return props.isOpen && /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(HashPanel, { ...props });
1531
+ return props.isOpen && /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(HashPanel, { ...props });
1455
1532
  }
1456
1533
 
1457
1534
  // src/ui/Switch/index.tsx
1458
- var import_jsx_runtime94 = require("react/jsx-runtime");
1535
+ var import_jsx_runtime97 = require("react/jsx-runtime");
1459
1536
  function Switch({
1460
1537
  size = "default",
1461
1538
  checked = false,
@@ -1470,12 +1547,12 @@ function Switch({
1470
1547
  onChange && onChange(!checked);
1471
1548
  }
1472
1549
  };
1473
- return /* @__PURE__ */ (0, import_jsx_runtime94.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_runtime94.jsx)(LoadingIcon_default, { className: "matchid-switch-loading-icon", size: size == "default" ? 24 : 18, color: "var(--matchid-swicth-loading-color)" }) : /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("div", { className: "matchid-switch-ball" }) });
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" }) });
1474
1551
  }
1475
1552
 
1476
1553
  // src/ui/AlphaAvatar/index.tsx
1477
1554
  var import_react42 = require("react");
1478
- var import_jsx_runtime95 = require("react/jsx-runtime");
1555
+ var import_jsx_runtime98 = require("react/jsx-runtime");
1479
1556
  function AlphaAvatar2({
1480
1557
  name,
1481
1558
  size = "default",
@@ -1492,7 +1569,7 @@ function AlphaAvatar2({
1492
1569
  return "";
1493
1570
  }, [name]);
1494
1571
  const numberSize = typeof size === "number" ? size : size === "sm" ? 24 : size === "default" ? 40 : 64;
1495
- return /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("div", { className: `matchid-alpha-avatar ${className}`, style: {
1572
+ return /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("div", { className: `matchid-alpha-avatar ${className}`, style: {
1496
1573
  width: numberSize,
1497
1574
  height: numberSize,
1498
1575
  fontSize: Math.ceil(numberSize / 2),
@@ -1501,7 +1578,7 @@ function AlphaAvatar2({
1501
1578
  }
1502
1579
 
1503
1580
  // src/ui/Radio/index.tsx
1504
- var import_jsx_runtime96 = require("react/jsx-runtime");
1581
+ var import_jsx_runtime99 = require("react/jsx-runtime");
1505
1582
  function Radio({
1506
1583
  checked = false,
1507
1584
  onChange,
@@ -1510,20 +1587,20 @@ function Radio({
1510
1587
  className = "",
1511
1588
  style = {}
1512
1589
  }) {
1513
- return /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("div", { onClick: onChange, className: `matchid-radio ${className} ${checked ? "matchid-radio-checked" : ""}`, style: {
1590
+ return /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("div", { onClick: onChange, className: `matchid-radio ${className} ${checked ? "matchid-radio-checked" : ""}`, style: {
1514
1591
  width: size,
1515
1592
  height: size,
1516
1593
  ...style,
1517
1594
  // @ts-ignore
1518
1595
  "--matchid-radio-checked": color
1519
- }, children: checked && /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("div", { className: `matchid-radio-content`, style: {
1596
+ }, children: checked && /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("div", { className: `matchid-radio-content`, style: {
1520
1597
  width: Math.floor(size * 0.7),
1521
1598
  height: Math.floor(size * 0.7)
1522
1599
  } }) });
1523
1600
  }
1524
1601
 
1525
1602
  // src/ui/Skeleton/index.tsx
1526
- var import_jsx_runtime97 = require("react/jsx-runtime");
1603
+ var import_jsx_runtime100 = require("react/jsx-runtime");
1527
1604
  var Skeleton = ({
1528
1605
  style = {},
1529
1606
  className = "",
@@ -1534,7 +1611,7 @@ var Skeleton = ({
1534
1611
  children
1535
1612
  }) => {
1536
1613
  if (!loading) {
1537
- return /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(import_jsx_runtime97.Fragment, { children });
1614
+ return /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(import_jsx_runtime100.Fragment, { children });
1538
1615
  }
1539
1616
  const skeletonStyle = {
1540
1617
  width,
@@ -1542,7 +1619,7 @@ var Skeleton = ({
1542
1619
  borderRadius: radius,
1543
1620
  ...style
1544
1621
  };
1545
- return /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
1622
+ return /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
1546
1623
  "div",
1547
1624
  {
1548
1625
  className: "matchid-skeleton " + className,
@@ -1553,10 +1630,10 @@ var Skeleton = ({
1553
1630
  var Skeleton_default = Skeleton;
1554
1631
 
1555
1632
  // src/ui/Tabs/index.tsx
1556
- var import_jsx_runtime98 = require("react/jsx-runtime");
1633
+ var import_jsx_runtime101 = require("react/jsx-runtime");
1557
1634
  function Tabs(props) {
1558
- return /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("div", { className: `matchid-tabs`, children: props.tabs.map((tab, index) => {
1559
- return /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("div", { onClick: () => props.setActiveTab(index), className: `matchid-tab ${props.activeTab === index ? "matchid-tab-active" : ""}`, children: tab }, index);
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);
1560
1637
  }) });
1561
1638
  }
1562
1639
 
@@ -1572,10 +1649,20 @@ var LazyLottie = (props) => {
1572
1649
  return View;
1573
1650
  };
1574
1651
  var Lottie_default = LazyLottie;
1652
+
1653
+ // src/ui/Checkbox/index.tsx
1654
+ var import_jsx_runtime102 = require("react/jsx-runtime");
1655
+ function Checkbox({
1656
+ checked = false,
1657
+ onChange
1658
+ }) {
1659
+ return checked ? /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(CheckboxCheckedIcon, { onClick: () => onChange?.(false) }) : /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(CheckboxIcon, { onClick: () => onChange?.(true) });
1660
+ }
1575
1661
  // Annotate the CommonJS export names for ESM import in node:
1576
1662
  0 && (module.exports = {
1577
1663
  AlphaAvatar,
1578
1664
  Button,
1665
+ Checkbox,
1579
1666
  ConfirmModal,
1580
1667
  Drawer,
1581
1668
  Field,