myshell-react-lib 0.1.0 → 0.1.2

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 (44) hide show
  1. package/dist/index.cjs +4172 -4
  2. package/dist/index.cjs.map +1 -1
  3. package/dist/index.d.cts +145 -12
  4. package/dist/index.d.ts +145 -12
  5. package/dist/index.js +4106 -5
  6. package/dist/index.js.map +1 -1
  7. package/package.json +2 -2
  8. package/src/components/accordion.tsx +1 -1
  9. package/src/components/audio-player.tsx +4 -2
  10. package/src/components/{icons/solid/audio-playing.tsx → audio-playing.tsx} +4 -2
  11. package/src/components/badge.tsx +3 -1
  12. package/src/components/custom-notification.tsx +1 -1
  13. package/src/components/icon.tsx +1 -0
  14. package/src/components/icons/index.tsx +13 -0
  15. package/src/components/icons/outline/ArrowLeftIcon.tsx +28 -0
  16. package/src/components/icons/outline/ArrowUpTrayIcon.tsx +28 -0
  17. package/src/components/icons/outline/CheckCircleIcon.tsx +27 -0
  18. package/src/components/icons/outline/{config.tsx → ConfigIcon.tsx} +2 -2
  19. package/src/components/icons/outline/DownIcon.tsx +1 -1
  20. package/src/components/icons/outline/PencilSquareIcon.tsx +28 -0
  21. package/src/components/icons/outline/WindowIcon.tsx +26 -0
  22. package/src/components/icons/solid/CaretDownIcon.tsx +22 -0
  23. package/src/components/icons/solid/CodeIcon.tsx +25 -0
  24. package/src/components/icons/solid/DragIcon.tsx +24 -0
  25. package/src/components/icons/solid/{phone.tsx → PhoneIcon.tsx} +9 -3
  26. package/src/components/icons/solid/RectangleGroupIcon.tsx +26 -0
  27. package/src/components/marquee/marquee.tsx +1 -1
  28. package/src/components/masonry.tsx +1 -1
  29. package/src/components/spinner.tsx +3 -1
  30. package/src/components/tabs.tsx +1 -1
  31. package/src/index.ts +4 -0
  32. package/src/stories/Spinner.stories.tsx +1 -1
  33. package/src/components/icons/outline/arrow-left.tsx +0 -16
  34. package/src/components/icons/outline/arrow-up-tray.tsx +0 -16
  35. package/src/components/icons/outline/check-circle.tsx +0 -17
  36. package/src/components/icons/outline/pencil-square.tsx +0 -16
  37. package/src/components/icons/outline/trash.tsx +0 -17
  38. package/src/components/icons/outline/window.tsx +0 -16
  39. package/src/components/icons/outline/x-circle.tsx +0 -17
  40. package/src/components/icons/outline/x-mark.tsx +0 -16
  41. package/src/components/icons/solid/caret-down.tsx +0 -14
  42. package/src/components/icons/solid/code.tsx +0 -18
  43. package/src/components/icons/solid/drag.tsx +0 -14
  44. package/src/components/icons/solid/rectangle-group.tsx +0 -14
package/dist/index.js CHANGED
@@ -308,6 +308,3676 @@ function _ts_generator(thisArg, body) {
308
308
  };
309
309
  }
310
310
  }
311
+ var __getOwnPropNames = Object.getOwnPropertyNames;
312
+ var __commonJS = function(cb, mod2) {
313
+ return function __require() {
314
+ return mod2 || (0, cb[__getOwnPropNames(cb)[0]])((mod2 = {
315
+ exports: {}
316
+ }).exports, mod2), mod2.exports;
317
+ };
318
+ };
319
+ // src/common/assets/audio-playing.json
320
+ var require_audio_playing = __commonJS({
321
+ "src/common/assets/audio-playing.json": function(exports, module) {
322
+ module.exports = {
323
+ nm: "My-Bank-Android:-Listening",
324
+ ddd: 0,
325
+ h: 32,
326
+ w: 32,
327
+ meta: {
328
+ g: "https://jitter.video"
329
+ },
330
+ layers: [
331
+ {
332
+ ty: 4,
333
+ nm: "",
334
+ sr: 1,
335
+ st: 0,
336
+ op: 51,
337
+ ip: 0,
338
+ hd: false,
339
+ ln: "565:64363",
340
+ ddd: 0,
341
+ bm: 0,
342
+ hasMask: false,
343
+ ao: 0,
344
+ ks: {
345
+ a: {
346
+ a: 0,
347
+ k: [
348
+ 0,
349
+ 0
350
+ ]
351
+ },
352
+ s: {
353
+ a: 0,
354
+ k: [
355
+ 100,
356
+ 100
357
+ ]
358
+ },
359
+ sk: {
360
+ a: 0,
361
+ k: 0
362
+ },
363
+ p: {
364
+ a: 1,
365
+ k: [
366
+ {
367
+ o: {
368
+ x: 1,
369
+ y: 1
370
+ },
371
+ i: {
372
+ x: 0,
373
+ y: 0
374
+ },
375
+ s: [
376
+ 15.7,
377
+ 16
378
+ ],
379
+ t: 0
380
+ },
381
+ {
382
+ o: {
383
+ x: 1,
384
+ y: 1
385
+ },
386
+ i: {
387
+ x: 0,
388
+ y: 0
389
+ },
390
+ s: [
391
+ 15.7,
392
+ 16
393
+ ],
394
+ t: 6
395
+ },
396
+ {
397
+ o: {
398
+ x: 1,
399
+ y: 1
400
+ },
401
+ i: {
402
+ x: 0,
403
+ y: 0
404
+ },
405
+ s: [
406
+ 15.7,
407
+ 15.92
408
+ ],
409
+ t: 7
410
+ },
411
+ {
412
+ o: {
413
+ x: 1,
414
+ y: 1
415
+ },
416
+ i: {
417
+ x: 0,
418
+ y: 0
419
+ },
420
+ s: [
421
+ 15.7,
422
+ 15.69
423
+ ],
424
+ t: 8
425
+ },
426
+ {
427
+ o: {
428
+ x: 1,
429
+ y: 1
430
+ },
431
+ i: {
432
+ x: 0,
433
+ y: 0
434
+ },
435
+ s: [
436
+ 15.7,
437
+ 15.52
438
+ ],
439
+ t: 9
440
+ },
441
+ {
442
+ o: {
443
+ x: 1,
444
+ y: 1
445
+ },
446
+ i: {
447
+ x: 0,
448
+ y: 0
449
+ },
450
+ s: [
451
+ 15.7,
452
+ 15.4
453
+ ],
454
+ t: 10
455
+ },
456
+ {
457
+ o: {
458
+ x: 1,
459
+ y: 1
460
+ },
461
+ i: {
462
+ x: 0,
463
+ y: 0
464
+ },
465
+ s: [
466
+ 15.7,
467
+ 15.33
468
+ ],
469
+ t: 11
470
+ },
471
+ {
472
+ o: {
473
+ x: 1,
474
+ y: 1
475
+ },
476
+ i: {
477
+ x: 0,
478
+ y: 0
479
+ },
480
+ s: [
481
+ 15.7,
482
+ 15.29
483
+ ],
484
+ t: 12
485
+ },
486
+ {
487
+ o: {
488
+ x: 1,
489
+ y: 1
490
+ },
491
+ i: {
492
+ x: 0,
493
+ y: 0
494
+ },
495
+ s: [
496
+ 15.7,
497
+ 15.29
498
+ ],
499
+ t: 13
500
+ },
501
+ {
502
+ o: {
503
+ x: 1,
504
+ y: 1
505
+ },
506
+ i: {
507
+ x: 0,
508
+ y: 0
509
+ },
510
+ s: [
511
+ 15.7,
512
+ 15.31
513
+ ],
514
+ t: 14
515
+ },
516
+ {
517
+ o: {
518
+ x: 1,
519
+ y: 1
520
+ },
521
+ i: {
522
+ x: 0,
523
+ y: 0
524
+ },
525
+ s: [
526
+ 15.7,
527
+ 15.36
528
+ ],
529
+ t: 15
530
+ },
531
+ {
532
+ o: {
533
+ x: 1,
534
+ y: 1
535
+ },
536
+ i: {
537
+ x: 0,
538
+ y: 0
539
+ },
540
+ s: [
541
+ 15.7,
542
+ 15.41
543
+ ],
544
+ t: 16
545
+ },
546
+ {
547
+ o: {
548
+ x: 1,
549
+ y: 1
550
+ },
551
+ i: {
552
+ x: 0,
553
+ y: 0
554
+ },
555
+ s: [
556
+ 15.7,
557
+ 15.48
558
+ ],
559
+ t: 17
560
+ },
561
+ {
562
+ o: {
563
+ x: 1,
564
+ y: 1
565
+ },
566
+ i: {
567
+ x: 0,
568
+ y: 0
569
+ },
570
+ s: [
571
+ 15.7,
572
+ 15.54
573
+ ],
574
+ t: 18
575
+ },
576
+ {
577
+ o: {
578
+ x: 1,
579
+ y: 1
580
+ },
581
+ i: {
582
+ x: 0,
583
+ y: 0
584
+ },
585
+ s: [
586
+ 15.7,
587
+ 15.59
588
+ ],
589
+ t: 19
590
+ },
591
+ {
592
+ o: {
593
+ x: 1,
594
+ y: 1
595
+ },
596
+ i: {
597
+ x: 0,
598
+ y: 0
599
+ },
600
+ s: [
601
+ 15.7,
602
+ 15.57
603
+ ],
604
+ t: 20
605
+ },
606
+ {
607
+ o: {
608
+ x: 1,
609
+ y: 1
610
+ },
611
+ i: {
612
+ x: 0,
613
+ y: 0
614
+ },
615
+ s: [
616
+ 15.7,
617
+ 15.51
618
+ ],
619
+ t: 21
620
+ },
621
+ {
622
+ o: {
623
+ x: 1,
624
+ y: 1
625
+ },
626
+ i: {
627
+ x: 0,
628
+ y: 0
629
+ },
630
+ s: [
631
+ 15.7,
632
+ 15.39
633
+ ],
634
+ t: 22
635
+ },
636
+ {
637
+ o: {
638
+ x: 1,
639
+ y: 1
640
+ },
641
+ i: {
642
+ x: 0,
643
+ y: 0
644
+ },
645
+ s: [
646
+ 15.7,
647
+ 15.27
648
+ ],
649
+ t: 23
650
+ },
651
+ {
652
+ o: {
653
+ x: 1,
654
+ y: 1
655
+ },
656
+ i: {
657
+ x: 0,
658
+ y: 0
659
+ },
660
+ s: [
661
+ 15.7,
662
+ 15.15
663
+ ],
664
+ t: 24
665
+ },
666
+ {
667
+ o: {
668
+ x: 1,
669
+ y: 1
670
+ },
671
+ i: {
672
+ x: 0,
673
+ y: 0
674
+ },
675
+ s: [
676
+ 15.7,
677
+ 15.06
678
+ ],
679
+ t: 25
680
+ },
681
+ {
682
+ o: {
683
+ x: 1,
684
+ y: 1
685
+ },
686
+ i: {
687
+ x: 0,
688
+ y: 0
689
+ },
690
+ s: [
691
+ 15.7,
692
+ 15
693
+ ],
694
+ t: 26
695
+ },
696
+ {
697
+ s: [
698
+ 15.7,
699
+ 14.99
700
+ ],
701
+ t: 27
702
+ }
703
+ ]
704
+ },
705
+ r: {
706
+ a: 0,
707
+ k: 0
708
+ },
709
+ sa: {
710
+ a: 0,
711
+ k: 0
712
+ },
713
+ o: {
714
+ a: 0,
715
+ k: 100
716
+ }
717
+ },
718
+ ef: [],
719
+ shapes: [
720
+ {
721
+ ty: "gr",
722
+ bm: 0,
723
+ hd: false,
724
+ nm: "",
725
+ it: [
726
+ {
727
+ ty: "rc",
728
+ bm: 0,
729
+ hd: false,
730
+ nm: "",
731
+ d: 1,
732
+ p: {
733
+ a: 0,
734
+ k: [
735
+ 0,
736
+ 0
737
+ ]
738
+ },
739
+ r: {
740
+ a: 0,
741
+ k: 3
742
+ },
743
+ s: {
744
+ a: 1,
745
+ k: [
746
+ {
747
+ o: {
748
+ x: 1,
749
+ y: 1
750
+ },
751
+ i: {
752
+ x: 0,
753
+ y: 0
754
+ },
755
+ s: [
756
+ 6,
757
+ 12
758
+ ],
759
+ t: 0
760
+ },
761
+ {
762
+ o: {
763
+ x: 1,
764
+ y: 1
765
+ },
766
+ i: {
767
+ x: 0,
768
+ y: 0
769
+ },
770
+ s: [
771
+ 6,
772
+ 13.63
773
+ ],
774
+ t: 1
775
+ },
776
+ {
777
+ o: {
778
+ x: 1,
779
+ y: 1
780
+ },
781
+ i: {
782
+ x: 0,
783
+ y: 0
784
+ },
785
+ s: [
786
+ 6,
787
+ 15.05
788
+ ],
789
+ t: 2
790
+ },
791
+ {
792
+ o: {
793
+ x: 1,
794
+ y: 1
795
+ },
796
+ i: {
797
+ x: 0,
798
+ y: 0
799
+ },
800
+ s: [
801
+ 6,
802
+ 16.27
803
+ ],
804
+ t: 3
805
+ },
806
+ {
807
+ o: {
808
+ x: 1,
809
+ y: 1
810
+ },
811
+ i: {
812
+ x: 0,
813
+ y: 0
814
+ },
815
+ s: [
816
+ 6,
817
+ 17.32
818
+ ],
819
+ t: 4
820
+ },
821
+ {
822
+ o: {
823
+ x: 1,
824
+ y: 1
825
+ },
826
+ i: {
827
+ x: 0,
828
+ y: 0
829
+ },
830
+ s: [
831
+ 6,
832
+ 18.21
833
+ ],
834
+ t: 5
835
+ },
836
+ {
837
+ o: {
838
+ x: 1,
839
+ y: 1
840
+ },
841
+ i: {
842
+ x: 0,
843
+ y: 0
844
+ },
845
+ s: [
846
+ 6,
847
+ 18.94
848
+ ],
849
+ t: 6
850
+ },
851
+ {
852
+ o: {
853
+ x: 1,
854
+ y: 1
855
+ },
856
+ i: {
857
+ x: 0,
858
+ y: 0
859
+ },
860
+ s: [
861
+ 6,
862
+ 19.09
863
+ ],
864
+ t: 7
865
+ },
866
+ {
867
+ o: {
868
+ x: 1,
869
+ y: 1
870
+ },
871
+ i: {
872
+ x: 0,
873
+ y: 0
874
+ },
875
+ s: [
876
+ 6,
877
+ 16.13
878
+ ],
879
+ t: 8
880
+ },
881
+ {
882
+ o: {
883
+ x: 1,
884
+ y: 1
885
+ },
886
+ i: {
887
+ x: 0,
888
+ y: 0
889
+ },
890
+ s: [
891
+ 6,
892
+ 13.58
893
+ ],
894
+ t: 9
895
+ },
896
+ {
897
+ o: {
898
+ x: 1,
899
+ y: 1
900
+ },
901
+ i: {
902
+ x: 0,
903
+ y: 0
904
+ },
905
+ s: [
906
+ 6,
907
+ 11.42
908
+ ],
909
+ t: 10
910
+ },
911
+ {
912
+ o: {
913
+ x: 1,
914
+ y: 1
915
+ },
916
+ i: {
917
+ x: 0,
918
+ y: 0
919
+ },
920
+ s: [
921
+ 6,
922
+ 9.62
923
+ ],
924
+ t: 11
925
+ },
926
+ {
927
+ o: {
928
+ x: 1,
929
+ y: 1
930
+ },
931
+ i: {
932
+ x: 0,
933
+ y: 0
934
+ },
935
+ s: [
936
+ 6,
937
+ 8.15
938
+ ],
939
+ t: 12
940
+ },
941
+ {
942
+ o: {
943
+ x: 1,
944
+ y: 1
945
+ },
946
+ i: {
947
+ x: 0,
948
+ y: 0
949
+ },
950
+ s: [
951
+ 6,
952
+ 6.97
953
+ ],
954
+ t: 13
955
+ },
956
+ {
957
+ o: {
958
+ x: 1,
959
+ y: 1
960
+ },
961
+ i: {
962
+ x: 0,
963
+ y: 0
964
+ },
965
+ s: [
966
+ 6,
967
+ 6.07
968
+ ],
969
+ t: 14
970
+ },
971
+ {
972
+ o: {
973
+ x: 1,
974
+ y: 1
975
+ },
976
+ i: {
977
+ x: 0,
978
+ y: 0
979
+ },
980
+ s: [
981
+ 6,
982
+ 5.41
983
+ ],
984
+ t: 15
985
+ },
986
+ {
987
+ o: {
988
+ x: 1,
989
+ y: 1
990
+ },
991
+ i: {
992
+ x: 0,
993
+ y: 0
994
+ },
995
+ s: [
996
+ 6,
997
+ 4.97
998
+ ],
999
+ t: 16
1000
+ },
1001
+ {
1002
+ o: {
1003
+ x: 1,
1004
+ y: 1
1005
+ },
1006
+ i: {
1007
+ x: 0,
1008
+ y: 0
1009
+ },
1010
+ s: [
1011
+ 6,
1012
+ 4.71
1013
+ ],
1014
+ t: 17
1015
+ },
1016
+ {
1017
+ o: {
1018
+ x: 1,
1019
+ y: 1
1020
+ },
1021
+ i: {
1022
+ x: 0,
1023
+ y: 0
1024
+ },
1025
+ s: [
1026
+ 6,
1027
+ 4.6
1028
+ ],
1029
+ t: 18
1030
+ },
1031
+ {
1032
+ o: {
1033
+ x: 1,
1034
+ y: 1
1035
+ },
1036
+ i: {
1037
+ x: 0,
1038
+ y: 0
1039
+ },
1040
+ s: [
1041
+ 6,
1042
+ 13.1
1043
+ ],
1044
+ t: 19
1045
+ },
1046
+ {
1047
+ o: {
1048
+ x: 1,
1049
+ y: 1
1050
+ },
1051
+ i: {
1052
+ x: 0,
1053
+ y: 0
1054
+ },
1055
+ s: [
1056
+ 6,
1057
+ 14.42
1058
+ ],
1059
+ t: 20
1060
+ },
1061
+ {
1062
+ o: {
1063
+ x: 1,
1064
+ y: 1
1065
+ },
1066
+ i: {
1067
+ x: 0,
1068
+ y: 0
1069
+ },
1070
+ s: [
1071
+ 6,
1072
+ 15.58
1073
+ ],
1074
+ t: 21
1075
+ },
1076
+ {
1077
+ o: {
1078
+ x: 1,
1079
+ y: 1
1080
+ },
1081
+ i: {
1082
+ x: 0,
1083
+ y: 0
1084
+ },
1085
+ s: [
1086
+ 6,
1087
+ 16.59
1088
+ ],
1089
+ t: 22
1090
+ },
1091
+ {
1092
+ o: {
1093
+ x: 1,
1094
+ y: 1
1095
+ },
1096
+ i: {
1097
+ x: 0,
1098
+ y: 0
1099
+ },
1100
+ s: [
1101
+ 6,
1102
+ 17.48
1103
+ ],
1104
+ t: 23
1105
+ },
1106
+ {
1107
+ o: {
1108
+ x: 1,
1109
+ y: 1
1110
+ },
1111
+ i: {
1112
+ x: 0,
1113
+ y: 0
1114
+ },
1115
+ s: [
1116
+ 6,
1117
+ 18.24
1118
+ ],
1119
+ t: 24
1120
+ },
1121
+ {
1122
+ o: {
1123
+ x: 1,
1124
+ y: 1
1125
+ },
1126
+ i: {
1127
+ x: 0,
1128
+ y: 0
1129
+ },
1130
+ s: [
1131
+ 6,
1132
+ 18.88
1133
+ ],
1134
+ t: 25
1135
+ },
1136
+ {
1137
+ o: {
1138
+ x: 1,
1139
+ y: 1
1140
+ },
1141
+ i: {
1142
+ x: 0,
1143
+ y: 0
1144
+ },
1145
+ s: [
1146
+ 6,
1147
+ 19.41
1148
+ ],
1149
+ t: 26
1150
+ },
1151
+ {
1152
+ o: {
1153
+ x: 1,
1154
+ y: 1
1155
+ },
1156
+ i: {
1157
+ x: 0,
1158
+ y: 0
1159
+ },
1160
+ s: [
1161
+ 6,
1162
+ 19.84
1163
+ ],
1164
+ t: 27
1165
+ },
1166
+ {
1167
+ o: {
1168
+ x: 1,
1169
+ y: 1
1170
+ },
1171
+ i: {
1172
+ x: 0,
1173
+ y: 0
1174
+ },
1175
+ s: [
1176
+ 6,
1177
+ 20.18
1178
+ ],
1179
+ t: 28
1180
+ },
1181
+ {
1182
+ o: {
1183
+ x: 1,
1184
+ y: 1
1185
+ },
1186
+ i: {
1187
+ x: 0,
1188
+ y: 0
1189
+ },
1190
+ s: [
1191
+ 6,
1192
+ 20.44
1193
+ ],
1194
+ t: 29
1195
+ },
1196
+ {
1197
+ o: {
1198
+ x: 1,
1199
+ y: 1
1200
+ },
1201
+ i: {
1202
+ x: 0,
1203
+ y: 0
1204
+ },
1205
+ s: [
1206
+ 6,
1207
+ 20.62
1208
+ ],
1209
+ t: 30
1210
+ },
1211
+ {
1212
+ o: {
1213
+ x: 1,
1214
+ y: 1
1215
+ },
1216
+ i: {
1217
+ x: 0,
1218
+ y: 0
1219
+ },
1220
+ s: [
1221
+ 6,
1222
+ 20.73
1223
+ ],
1224
+ t: 31
1225
+ },
1226
+ {
1227
+ o: {
1228
+ x: 1,
1229
+ y: 1
1230
+ },
1231
+ i: {
1232
+ x: 0,
1233
+ y: 0
1234
+ },
1235
+ s: [
1236
+ 6,
1237
+ 20.79
1238
+ ],
1239
+ t: 32
1240
+ },
1241
+ {
1242
+ o: {
1243
+ x: 1,
1244
+ y: 1
1245
+ },
1246
+ i: {
1247
+ x: 0,
1248
+ y: 0
1249
+ },
1250
+ s: [
1251
+ 6,
1252
+ 20.8
1253
+ ],
1254
+ t: 33
1255
+ },
1256
+ {
1257
+ o: {
1258
+ x: 1,
1259
+ y: 1
1260
+ },
1261
+ i: {
1262
+ x: 0,
1263
+ y: 0
1264
+ },
1265
+ s: [
1266
+ 6,
1267
+ 20.76
1268
+ ],
1269
+ t: 34
1270
+ },
1271
+ {
1272
+ o: {
1273
+ x: 1,
1274
+ y: 1
1275
+ },
1276
+ i: {
1277
+ x: 0,
1278
+ y: 0
1279
+ },
1280
+ s: [
1281
+ 6,
1282
+ 20.7
1283
+ ],
1284
+ t: 35
1285
+ },
1286
+ {
1287
+ o: {
1288
+ x: 1,
1289
+ y: 1
1290
+ },
1291
+ i: {
1292
+ x: 0,
1293
+ y: 0
1294
+ },
1295
+ s: [
1296
+ 6,
1297
+ 20.61
1298
+ ],
1299
+ t: 36
1300
+ },
1301
+ {
1302
+ o: {
1303
+ x: 1,
1304
+ y: 1
1305
+ },
1306
+ i: {
1307
+ x: 0,
1308
+ y: 0
1309
+ },
1310
+ s: [
1311
+ 6,
1312
+ 20.5
1313
+ ],
1314
+ t: 37
1315
+ },
1316
+ {
1317
+ o: {
1318
+ x: 1,
1319
+ y: 1
1320
+ },
1321
+ i: {
1322
+ x: 0,
1323
+ y: 0
1324
+ },
1325
+ s: [
1326
+ 6,
1327
+ 20.38
1328
+ ],
1329
+ t: 38
1330
+ },
1331
+ {
1332
+ o: {
1333
+ x: 1,
1334
+ y: 1
1335
+ },
1336
+ i: {
1337
+ x: 0,
1338
+ y: 0
1339
+ },
1340
+ s: [
1341
+ 6,
1342
+ 20.27
1343
+ ],
1344
+ t: 39
1345
+ },
1346
+ {
1347
+ o: {
1348
+ x: 1,
1349
+ y: 1
1350
+ },
1351
+ i: {
1352
+ x: 0,
1353
+ y: 0
1354
+ },
1355
+ s: [
1356
+ 6,
1357
+ 20.17
1358
+ ],
1359
+ t: 40
1360
+ },
1361
+ {
1362
+ o: {
1363
+ x: 1,
1364
+ y: 1
1365
+ },
1366
+ i: {
1367
+ x: 0,
1368
+ y: 0
1369
+ },
1370
+ s: [
1371
+ 6,
1372
+ 20.08
1373
+ ],
1374
+ t: 41
1375
+ },
1376
+ {
1377
+ o: {
1378
+ x: 1,
1379
+ y: 1
1380
+ },
1381
+ i: {
1382
+ x: 0,
1383
+ y: 0
1384
+ },
1385
+ s: [
1386
+ 6,
1387
+ 20.02
1388
+ ],
1389
+ t: 42
1390
+ },
1391
+ {
1392
+ s: [
1393
+ 6,
1394
+ 20
1395
+ ],
1396
+ t: 43
1397
+ }
1398
+ ]
1399
+ }
1400
+ },
1401
+ {
1402
+ ty: "fl",
1403
+ bm: 0,
1404
+ hd: false,
1405
+ nm: "",
1406
+ c: {
1407
+ a: 0,
1408
+ k: [
1409
+ 1,
1410
+ 1,
1411
+ 1
1412
+ ]
1413
+ },
1414
+ r: 1,
1415
+ o: {
1416
+ a: 0,
1417
+ k: 100
1418
+ }
1419
+ },
1420
+ {
1421
+ ty: "tr",
1422
+ a: {
1423
+ a: 0,
1424
+ k: [
1425
+ 0,
1426
+ 0
1427
+ ]
1428
+ },
1429
+ s: {
1430
+ a: 0,
1431
+ k: [
1432
+ 100,
1433
+ 100
1434
+ ]
1435
+ },
1436
+ sk: {
1437
+ a: 0,
1438
+ k: 0
1439
+ },
1440
+ p: {
1441
+ a: 0,
1442
+ k: [
1443
+ 0,
1444
+ 0
1445
+ ]
1446
+ },
1447
+ r: {
1448
+ a: 0,
1449
+ k: 0
1450
+ },
1451
+ sa: {
1452
+ a: 0,
1453
+ k: 0
1454
+ },
1455
+ o: {
1456
+ a: 0,
1457
+ k: 100
1458
+ }
1459
+ }
1460
+ ]
1461
+ }
1462
+ ],
1463
+ ind: 1
1464
+ },
1465
+ {
1466
+ ty: 4,
1467
+ nm: "",
1468
+ sr: 1,
1469
+ st: 0,
1470
+ op: 51,
1471
+ ip: 0,
1472
+ hd: false,
1473
+ ln: "565:64362",
1474
+ ddd: 0,
1475
+ bm: 0,
1476
+ hasMask: false,
1477
+ ao: 0,
1478
+ ks: {
1479
+ a: {
1480
+ a: 0,
1481
+ k: [
1482
+ 0,
1483
+ 0
1484
+ ]
1485
+ },
1486
+ s: {
1487
+ a: 0,
1488
+ k: [
1489
+ 100,
1490
+ 100
1491
+ ]
1492
+ },
1493
+ sk: {
1494
+ a: 0,
1495
+ k: 0
1496
+ },
1497
+ p: {
1498
+ a: 1,
1499
+ k: [
1500
+ {
1501
+ o: {
1502
+ x: 1,
1503
+ y: 1
1504
+ },
1505
+ i: {
1506
+ x: 0,
1507
+ y: 0
1508
+ },
1509
+ s: [
1510
+ 27.7,
1511
+ 16
1512
+ ],
1513
+ t: 0
1514
+ },
1515
+ {
1516
+ o: {
1517
+ x: 1,
1518
+ y: 1
1519
+ },
1520
+ i: {
1521
+ x: 0,
1522
+ y: 0
1523
+ },
1524
+ s: [
1525
+ 27.7,
1526
+ 16
1527
+ ],
1528
+ t: 13
1529
+ },
1530
+ {
1531
+ o: {
1532
+ x: 1,
1533
+ y: 1
1534
+ },
1535
+ i: {
1536
+ x: 0,
1537
+ y: 0
1538
+ },
1539
+ s: [
1540
+ 27.7,
1541
+ 16.03
1542
+ ],
1543
+ t: 14
1544
+ },
1545
+ {
1546
+ o: {
1547
+ x: 1,
1548
+ y: 1
1549
+ },
1550
+ i: {
1551
+ x: 0,
1552
+ y: 0
1553
+ },
1554
+ s: [
1555
+ 27.7,
1556
+ 16.09
1557
+ ],
1558
+ t: 15
1559
+ },
1560
+ {
1561
+ o: {
1562
+ x: 1,
1563
+ y: 1
1564
+ },
1565
+ i: {
1566
+ x: 0,
1567
+ y: 0
1568
+ },
1569
+ s: [
1570
+ 27.7,
1571
+ 16.14
1572
+ ],
1573
+ t: 16
1574
+ },
1575
+ {
1576
+ o: {
1577
+ x: 1,
1578
+ y: 1
1579
+ },
1580
+ i: {
1581
+ x: 0,
1582
+ y: 0
1583
+ },
1584
+ s: [
1585
+ 27.7,
1586
+ 16.18
1587
+ ],
1588
+ t: 17
1589
+ },
1590
+ {
1591
+ o: {
1592
+ x: 1,
1593
+ y: 1
1594
+ },
1595
+ i: {
1596
+ x: 0,
1597
+ y: 0
1598
+ },
1599
+ s: [
1600
+ 27.7,
1601
+ 16.21
1602
+ ],
1603
+ t: 18
1604
+ },
1605
+ {
1606
+ o: {
1607
+ x: 1,
1608
+ y: 1
1609
+ },
1610
+ i: {
1611
+ x: 0,
1612
+ y: 0
1613
+ },
1614
+ s: [
1615
+ 27.7,
1616
+ 16.23
1617
+ ],
1618
+ t: 19
1619
+ },
1620
+ {
1621
+ o: {
1622
+ x: 1,
1623
+ y: 1
1624
+ },
1625
+ i: {
1626
+ x: 0,
1627
+ y: 0
1628
+ },
1629
+ s: [
1630
+ 27.7,
1631
+ 16.24
1632
+ ],
1633
+ t: 20
1634
+ },
1635
+ {
1636
+ o: {
1637
+ x: 1,
1638
+ y: 1
1639
+ },
1640
+ i: {
1641
+ x: 0,
1642
+ y: 0
1643
+ },
1644
+ s: [
1645
+ 27.7,
1646
+ 16.25
1647
+ ],
1648
+ t: 21
1649
+ },
1650
+ {
1651
+ o: {
1652
+ x: 1,
1653
+ y: 1
1654
+ },
1655
+ i: {
1656
+ x: 0,
1657
+ y: 0
1658
+ },
1659
+ s: [
1660
+ 27.7,
1661
+ 16.25
1662
+ ],
1663
+ t: 24
1664
+ },
1665
+ {
1666
+ o: {
1667
+ x: 1,
1668
+ y: 1
1669
+ },
1670
+ i: {
1671
+ x: 0,
1672
+ y: 0
1673
+ },
1674
+ s: [
1675
+ 27.7,
1676
+ 16.17
1677
+ ],
1678
+ t: 25
1679
+ },
1680
+ {
1681
+ o: {
1682
+ x: 1,
1683
+ y: 1
1684
+ },
1685
+ i: {
1686
+ x: 0,
1687
+ y: 0
1688
+ },
1689
+ s: [
1690
+ 27.7,
1691
+ 15.99
1692
+ ],
1693
+ t: 26
1694
+ },
1695
+ {
1696
+ o: {
1697
+ x: 1,
1698
+ y: 1
1699
+ },
1700
+ i: {
1701
+ x: 0,
1702
+ y: 0
1703
+ },
1704
+ s: [
1705
+ 27.7,
1706
+ 15.84
1707
+ ],
1708
+ t: 27
1709
+ },
1710
+ {
1711
+ o: {
1712
+ x: 1,
1713
+ y: 1
1714
+ },
1715
+ i: {
1716
+ x: 0,
1717
+ y: 0
1718
+ },
1719
+ s: [
1720
+ 27.7,
1721
+ 15.72
1722
+ ],
1723
+ t: 28
1724
+ },
1725
+ {
1726
+ o: {
1727
+ x: 1,
1728
+ y: 1
1729
+ },
1730
+ i: {
1731
+ x: 0,
1732
+ y: 0
1733
+ },
1734
+ s: [
1735
+ 27.7,
1736
+ 15.62
1737
+ ],
1738
+ t: 29
1739
+ },
1740
+ {
1741
+ o: {
1742
+ x: 1,
1743
+ y: 1
1744
+ },
1745
+ i: {
1746
+ x: 0,
1747
+ y: 0
1748
+ },
1749
+ s: [
1750
+ 27.7,
1751
+ 15.54
1752
+ ],
1753
+ t: 30
1754
+ },
1755
+ {
1756
+ o: {
1757
+ x: 1,
1758
+ y: 1
1759
+ },
1760
+ i: {
1761
+ x: 0,
1762
+ y: 0
1763
+ },
1764
+ s: [
1765
+ 27.7,
1766
+ 15.48
1767
+ ],
1768
+ t: 31
1769
+ },
1770
+ {
1771
+ o: {
1772
+ x: 1,
1773
+ y: 1
1774
+ },
1775
+ i: {
1776
+ x: 0,
1777
+ y: 0
1778
+ },
1779
+ s: [
1780
+ 27.7,
1781
+ 15.44
1782
+ ],
1783
+ t: 32
1784
+ },
1785
+ {
1786
+ o: {
1787
+ x: 1,
1788
+ y: 1
1789
+ },
1790
+ i: {
1791
+ x: 0,
1792
+ y: 0
1793
+ },
1794
+ s: [
1795
+ 27.7,
1796
+ 15.41
1797
+ ],
1798
+ t: 33
1799
+ },
1800
+ {
1801
+ s: [
1802
+ 27.7,
1803
+ 15.39
1804
+ ],
1805
+ t: 34
1806
+ }
1807
+ ]
1808
+ },
1809
+ r: {
1810
+ a: 0,
1811
+ k: 0
1812
+ },
1813
+ sa: {
1814
+ a: 0,
1815
+ k: 0
1816
+ },
1817
+ o: {
1818
+ a: 0,
1819
+ k: 100
1820
+ }
1821
+ },
1822
+ ef: [],
1823
+ shapes: [
1824
+ {
1825
+ ty: "gr",
1826
+ bm: 0,
1827
+ hd: false,
1828
+ nm: "",
1829
+ it: [
1830
+ {
1831
+ ty: "rc",
1832
+ bm: 0,
1833
+ hd: false,
1834
+ nm: "",
1835
+ d: 1,
1836
+ p: {
1837
+ a: 0,
1838
+ k: [
1839
+ 0,
1840
+ 0
1841
+ ]
1842
+ },
1843
+ r: {
1844
+ a: 0,
1845
+ k: 3
1846
+ },
1847
+ s: {
1848
+ a: 1,
1849
+ k: [
1850
+ {
1851
+ o: {
1852
+ x: 1,
1853
+ y: 1
1854
+ },
1855
+ i: {
1856
+ x: 0,
1857
+ y: 0
1858
+ },
1859
+ s: [
1860
+ 6,
1861
+ 13.33
1862
+ ],
1863
+ t: 0
1864
+ },
1865
+ {
1866
+ o: {
1867
+ x: 1,
1868
+ y: 1
1869
+ },
1870
+ i: {
1871
+ x: 0,
1872
+ y: 0
1873
+ },
1874
+ s: [
1875
+ 6,
1876
+ 13.17
1877
+ ],
1878
+ t: 1
1879
+ },
1880
+ {
1881
+ o: {
1882
+ x: 1,
1883
+ y: 1
1884
+ },
1885
+ i: {
1886
+ x: 0,
1887
+ y: 0
1888
+ },
1889
+ s: [
1890
+ 6,
1891
+ 12.88
1892
+ ],
1893
+ t: 2
1894
+ },
1895
+ {
1896
+ o: {
1897
+ x: 1,
1898
+ y: 1
1899
+ },
1900
+ i: {
1901
+ x: 0,
1902
+ y: 0
1903
+ },
1904
+ s: [
1905
+ 6,
1906
+ 12.45
1907
+ ],
1908
+ t: 3
1909
+ },
1910
+ {
1911
+ o: {
1912
+ x: 1,
1913
+ y: 1
1914
+ },
1915
+ i: {
1916
+ x: 0,
1917
+ y: 0
1918
+ },
1919
+ s: [
1920
+ 6,
1921
+ 11.91
1922
+ ],
1923
+ t: 4
1924
+ },
1925
+ {
1926
+ o: {
1927
+ x: 1,
1928
+ y: 1
1929
+ },
1930
+ i: {
1931
+ x: 0,
1932
+ y: 0
1933
+ },
1934
+ s: [
1935
+ 6,
1936
+ 11.34
1937
+ ],
1938
+ t: 5
1939
+ },
1940
+ {
1941
+ o: {
1942
+ x: 1,
1943
+ y: 1
1944
+ },
1945
+ i: {
1946
+ x: 0,
1947
+ y: 0
1948
+ },
1949
+ s: [
1950
+ 6,
1951
+ 10.8
1952
+ ],
1953
+ t: 6
1954
+ },
1955
+ {
1956
+ o: {
1957
+ x: 1,
1958
+ y: 1
1959
+ },
1960
+ i: {
1961
+ x: 0,
1962
+ y: 0
1963
+ },
1964
+ s: [
1965
+ 6,
1966
+ 10.32
1967
+ ],
1968
+ t: 7
1969
+ },
1970
+ {
1971
+ o: {
1972
+ x: 1,
1973
+ y: 1
1974
+ },
1975
+ i: {
1976
+ x: 0,
1977
+ y: 0
1978
+ },
1979
+ s: [
1980
+ 6,
1981
+ 9.9
1982
+ ],
1983
+ t: 8
1984
+ },
1985
+ {
1986
+ o: {
1987
+ x: 1,
1988
+ y: 1
1989
+ },
1990
+ i: {
1991
+ x: 0,
1992
+ y: 0
1993
+ },
1994
+ s: [
1995
+ 6,
1996
+ 9.54
1997
+ ],
1998
+ t: 9
1999
+ },
2000
+ {
2001
+ o: {
2002
+ x: 1,
2003
+ y: 1
2004
+ },
2005
+ i: {
2006
+ x: 0,
2007
+ y: 0
2008
+ },
2009
+ s: [
2010
+ 6,
2011
+ 9.23
2012
+ ],
2013
+ t: 10
2014
+ },
2015
+ {
2016
+ o: {
2017
+ x: 1,
2018
+ y: 1
2019
+ },
2020
+ i: {
2021
+ x: 0,
2022
+ y: 0
2023
+ },
2024
+ s: [
2025
+ 6,
2026
+ 8.98
2027
+ ],
2028
+ t: 11
2029
+ },
2030
+ {
2031
+ o: {
2032
+ x: 1,
2033
+ y: 1
2034
+ },
2035
+ i: {
2036
+ x: 0,
2037
+ y: 0
2038
+ },
2039
+ s: [
2040
+ 6,
2041
+ 8.76
2042
+ ],
2043
+ t: 12
2044
+ },
2045
+ {
2046
+ o: {
2047
+ x: 1,
2048
+ y: 1
2049
+ },
2050
+ i: {
2051
+ x: 0,
2052
+ y: 0
2053
+ },
2054
+ s: [
2055
+ 6,
2056
+ 8.58
2057
+ ],
2058
+ t: 13
2059
+ },
2060
+ {
2061
+ o: {
2062
+ x: 1,
2063
+ y: 1
2064
+ },
2065
+ i: {
2066
+ x: 0,
2067
+ y: 0
2068
+ },
2069
+ s: [
2070
+ 6,
2071
+ 8.59
2072
+ ],
2073
+ t: 14
2074
+ },
2075
+ {
2076
+ o: {
2077
+ x: 1,
2078
+ y: 1
2079
+ },
2080
+ i: {
2081
+ x: 0,
2082
+ y: 0
2083
+ },
2084
+ s: [
2085
+ 6,
2086
+ 8.98
2087
+ ],
2088
+ t: 15
2089
+ },
2090
+ {
2091
+ o: {
2092
+ x: 1,
2093
+ y: 1
2094
+ },
2095
+ i: {
2096
+ x: 0,
2097
+ y: 0
2098
+ },
2099
+ s: [
2100
+ 6,
2101
+ 9.62
2102
+ ],
2103
+ t: 16
2104
+ },
2105
+ {
2106
+ o: {
2107
+ x: 1,
2108
+ y: 1
2109
+ },
2110
+ i: {
2111
+ x: 0,
2112
+ y: 0
2113
+ },
2114
+ s: [
2115
+ 6,
2116
+ 10.48
2117
+ ],
2118
+ t: 17
2119
+ },
2120
+ {
2121
+ o: {
2122
+ x: 1,
2123
+ y: 1
2124
+ },
2125
+ i: {
2126
+ x: 0,
2127
+ y: 0
2128
+ },
2129
+ s: [
2130
+ 6,
2131
+ 11.47
2132
+ ],
2133
+ t: 18
2134
+ },
2135
+ {
2136
+ o: {
2137
+ x: 1,
2138
+ y: 1
2139
+ },
2140
+ i: {
2141
+ x: 0,
2142
+ y: 0
2143
+ },
2144
+ s: [
2145
+ 6,
2146
+ 12.48
2147
+ ],
2148
+ t: 19
2149
+ },
2150
+ {
2151
+ o: {
2152
+ x: 1,
2153
+ y: 1
2154
+ },
2155
+ i: {
2156
+ x: 0,
2157
+ y: 0
2158
+ },
2159
+ s: [
2160
+ 6,
2161
+ 13.4
2162
+ ],
2163
+ t: 20
2164
+ },
2165
+ {
2166
+ o: {
2167
+ x: 1,
2168
+ y: 1
2169
+ },
2170
+ i: {
2171
+ x: 0,
2172
+ y: 0
2173
+ },
2174
+ s: [
2175
+ 6,
2176
+ 14.22
2177
+ ],
2178
+ t: 21
2179
+ },
2180
+ {
2181
+ o: {
2182
+ x: 1,
2183
+ y: 1
2184
+ },
2185
+ i: {
2186
+ x: 0,
2187
+ y: 0
2188
+ },
2189
+ s: [
2190
+ 6,
2191
+ 14.92
2192
+ ],
2193
+ t: 22
2194
+ },
2195
+ {
2196
+ o: {
2197
+ x: 1,
2198
+ y: 1
2199
+ },
2200
+ i: {
2201
+ x: 0,
2202
+ y: 0
2203
+ },
2204
+ s: [
2205
+ 6,
2206
+ 15.51
2207
+ ],
2208
+ t: 23
2209
+ },
2210
+ {
2211
+ o: {
2212
+ x: 1,
2213
+ y: 1
2214
+ },
2215
+ i: {
2216
+ x: 0,
2217
+ y: 0
2218
+ },
2219
+ s: [
2220
+ 6,
2221
+ 16.01
2222
+ ],
2223
+ t: 24
2224
+ },
2225
+ {
2226
+ o: {
2227
+ x: 1,
2228
+ y: 1
2229
+ },
2230
+ i: {
2231
+ x: 0,
2232
+ y: 0
2233
+ },
2234
+ s: [
2235
+ 6,
2236
+ 16.2
2237
+ ],
2238
+ t: 25
2239
+ },
2240
+ {
2241
+ o: {
2242
+ x: 1,
2243
+ y: 1
2244
+ },
2245
+ i: {
2246
+ x: 0,
2247
+ y: 0
2248
+ },
2249
+ s: [
2250
+ 6,
2251
+ 15.9
2252
+ ],
2253
+ t: 26
2254
+ },
2255
+ {
2256
+ o: {
2257
+ x: 1,
2258
+ y: 1
2259
+ },
2260
+ i: {
2261
+ x: 0,
2262
+ y: 0
2263
+ },
2264
+ s: [
2265
+ 6,
2266
+ 15.41
2267
+ ],
2268
+ t: 27
2269
+ },
2270
+ {
2271
+ o: {
2272
+ x: 1,
2273
+ y: 1
2274
+ },
2275
+ i: {
2276
+ x: 0,
2277
+ y: 0
2278
+ },
2279
+ s: [
2280
+ 6,
2281
+ 14.74
2282
+ ],
2283
+ t: 28
2284
+ },
2285
+ {
2286
+ o: {
2287
+ x: 1,
2288
+ y: 1
2289
+ },
2290
+ i: {
2291
+ x: 0,
2292
+ y: 0
2293
+ },
2294
+ s: [
2295
+ 6,
2296
+ 13.92
2297
+ ],
2298
+ t: 29
2299
+ },
2300
+ {
2301
+ o: {
2302
+ x: 1,
2303
+ y: 1
2304
+ },
2305
+ i: {
2306
+ x: 0,
2307
+ y: 0
2308
+ },
2309
+ s: [
2310
+ 6,
2311
+ 13.02
2312
+ ],
2313
+ t: 30
2314
+ },
2315
+ {
2316
+ o: {
2317
+ x: 1,
2318
+ y: 1
2319
+ },
2320
+ i: {
2321
+ x: 0,
2322
+ y: 0
2323
+ },
2324
+ s: [
2325
+ 6,
2326
+ 12.12
2327
+ ],
2328
+ t: 31
2329
+ },
2330
+ {
2331
+ o: {
2332
+ x: 1,
2333
+ y: 1
2334
+ },
2335
+ i: {
2336
+ x: 0,
2337
+ y: 0
2338
+ },
2339
+ s: [
2340
+ 6,
2341
+ 11.27
2342
+ ],
2343
+ t: 32
2344
+ },
2345
+ {
2346
+ o: {
2347
+ x: 1,
2348
+ y: 1
2349
+ },
2350
+ i: {
2351
+ x: 0,
2352
+ y: 0
2353
+ },
2354
+ s: [
2355
+ 6,
2356
+ 10.5
2357
+ ],
2358
+ t: 33
2359
+ },
2360
+ {
2361
+ o: {
2362
+ x: 1,
2363
+ y: 1
2364
+ },
2365
+ i: {
2366
+ x: 0,
2367
+ y: 0
2368
+ },
2369
+ s: [
2370
+ 6,
2371
+ 9.82
2372
+ ],
2373
+ t: 34
2374
+ },
2375
+ {
2376
+ o: {
2377
+ x: 1,
2378
+ y: 1
2379
+ },
2380
+ i: {
2381
+ x: 0,
2382
+ y: 0
2383
+ },
2384
+ s: [
2385
+ 6,
2386
+ 9.22
2387
+ ],
2388
+ t: 35
2389
+ },
2390
+ {
2391
+ o: {
2392
+ x: 1,
2393
+ y: 1
2394
+ },
2395
+ i: {
2396
+ x: 0,
2397
+ y: 0
2398
+ },
2399
+ s: [
2400
+ 6,
2401
+ 8.69
2402
+ ],
2403
+ t: 36
2404
+ },
2405
+ {
2406
+ o: {
2407
+ x: 1,
2408
+ y: 1
2409
+ },
2410
+ i: {
2411
+ x: 0,
2412
+ y: 0
2413
+ },
2414
+ s: [
2415
+ 6,
2416
+ 8.24
2417
+ ],
2418
+ t: 37
2419
+ },
2420
+ {
2421
+ o: {
2422
+ x: 1,
2423
+ y: 1
2424
+ },
2425
+ i: {
2426
+ x: 0,
2427
+ y: 0
2428
+ },
2429
+ s: [
2430
+ 6,
2431
+ 7.84
2432
+ ],
2433
+ t: 38
2434
+ },
2435
+ {
2436
+ o: {
2437
+ x: 1,
2438
+ y: 1
2439
+ },
2440
+ i: {
2441
+ x: 0,
2442
+ y: 0
2443
+ },
2444
+ s: [
2445
+ 6,
2446
+ 7.5
2447
+ ],
2448
+ t: 39
2449
+ },
2450
+ {
2451
+ o: {
2452
+ x: 1,
2453
+ y: 1
2454
+ },
2455
+ i: {
2456
+ x: 0,
2457
+ y: 0
2458
+ },
2459
+ s: [
2460
+ 6,
2461
+ 7.2
2462
+ ],
2463
+ t: 40
2464
+ },
2465
+ {
2466
+ o: {
2467
+ x: 1,
2468
+ y: 1
2469
+ },
2470
+ i: {
2471
+ x: 0,
2472
+ y: 0
2473
+ },
2474
+ s: [
2475
+ 6,
2476
+ 6.95
2477
+ ],
2478
+ t: 41
2479
+ },
2480
+ {
2481
+ o: {
2482
+ x: 1,
2483
+ y: 1
2484
+ },
2485
+ i: {
2486
+ x: 0,
2487
+ y: 0
2488
+ },
2489
+ s: [
2490
+ 6,
2491
+ 6.73
2492
+ ],
2493
+ t: 42
2494
+ },
2495
+ {
2496
+ o: {
2497
+ x: 1,
2498
+ y: 1
2499
+ },
2500
+ i: {
2501
+ x: 0,
2502
+ y: 0
2503
+ },
2504
+ s: [
2505
+ 6,
2506
+ 6.55
2507
+ ],
2508
+ t: 43
2509
+ },
2510
+ {
2511
+ o: {
2512
+ x: 1,
2513
+ y: 1
2514
+ },
2515
+ i: {
2516
+ x: 0,
2517
+ y: 0
2518
+ },
2519
+ s: [
2520
+ 6,
2521
+ 6.4
2522
+ ],
2523
+ t: 44
2524
+ },
2525
+ {
2526
+ o: {
2527
+ x: 1,
2528
+ y: 1
2529
+ },
2530
+ i: {
2531
+ x: 0,
2532
+ y: 0
2533
+ },
2534
+ s: [
2535
+ 6,
2536
+ 6.28
2537
+ ],
2538
+ t: 45
2539
+ },
2540
+ {
2541
+ o: {
2542
+ x: 1,
2543
+ y: 1
2544
+ },
2545
+ i: {
2546
+ x: 0,
2547
+ y: 0
2548
+ },
2549
+ s: [
2550
+ 6,
2551
+ 6.18
2552
+ ],
2553
+ t: 46
2554
+ },
2555
+ {
2556
+ o: {
2557
+ x: 1,
2558
+ y: 1
2559
+ },
2560
+ i: {
2561
+ x: 0,
2562
+ y: 0
2563
+ },
2564
+ s: [
2565
+ 6,
2566
+ 6.1
2567
+ ],
2568
+ t: 47
2569
+ },
2570
+ {
2571
+ o: {
2572
+ x: 1,
2573
+ y: 1
2574
+ },
2575
+ i: {
2576
+ x: 0,
2577
+ y: 0
2578
+ },
2579
+ s: [
2580
+ 6,
2581
+ 6.05
2582
+ ],
2583
+ t: 48
2584
+ },
2585
+ {
2586
+ o: {
2587
+ x: 1,
2588
+ y: 1
2589
+ },
2590
+ i: {
2591
+ x: 0,
2592
+ y: 0
2593
+ },
2594
+ s: [
2595
+ 6,
2596
+ 6.02
2597
+ ],
2598
+ t: 49
2599
+ },
2600
+ {
2601
+ s: [
2602
+ 6,
2603
+ 6
2604
+ ],
2605
+ t: 50
2606
+ }
2607
+ ]
2608
+ }
2609
+ },
2610
+ {
2611
+ ty: "fl",
2612
+ bm: 0,
2613
+ hd: false,
2614
+ nm: "",
2615
+ c: {
2616
+ a: 0,
2617
+ k: [
2618
+ 1,
2619
+ 1,
2620
+ 1
2621
+ ]
2622
+ },
2623
+ r: 1,
2624
+ o: {
2625
+ a: 0,
2626
+ k: 100
2627
+ }
2628
+ },
2629
+ {
2630
+ ty: "tr",
2631
+ a: {
2632
+ a: 0,
2633
+ k: [
2634
+ 0,
2635
+ 0
2636
+ ]
2637
+ },
2638
+ s: {
2639
+ a: 0,
2640
+ k: [
2641
+ 100,
2642
+ 100
2643
+ ]
2644
+ },
2645
+ sk: {
2646
+ a: 0,
2647
+ k: 0
2648
+ },
2649
+ p: {
2650
+ a: 0,
2651
+ k: [
2652
+ 0,
2653
+ 0
2654
+ ]
2655
+ },
2656
+ r: {
2657
+ a: 0,
2658
+ k: 0
2659
+ },
2660
+ sa: {
2661
+ a: 0,
2662
+ k: 0
2663
+ },
2664
+ o: {
2665
+ a: 0,
2666
+ k: 100
2667
+ }
2668
+ }
2669
+ ]
2670
+ }
2671
+ ],
2672
+ ind: 2
2673
+ },
2674
+ {
2675
+ ty: 4,
2676
+ nm: "",
2677
+ sr: 1,
2678
+ st: 0,
2679
+ op: 51,
2680
+ ip: 0,
2681
+ hd: false,
2682
+ ln: "565:64361",
2683
+ ddd: 0,
2684
+ bm: 0,
2685
+ hasMask: false,
2686
+ ao: 0,
2687
+ ks: {
2688
+ a: {
2689
+ a: 0,
2690
+ k: [
2691
+ 0,
2692
+ 0
2693
+ ]
2694
+ },
2695
+ s: {
2696
+ a: 0,
2697
+ k: [
2698
+ 100,
2699
+ 100
2700
+ ]
2701
+ },
2702
+ sk: {
2703
+ a: 0,
2704
+ k: 0
2705
+ },
2706
+ p: {
2707
+ a: 1,
2708
+ k: [
2709
+ {
2710
+ o: {
2711
+ x: 1,
2712
+ y: 1
2713
+ },
2714
+ i: {
2715
+ x: 0,
2716
+ y: 0
2717
+ },
2718
+ s: [
2719
+ 3.7,
2720
+ 16
2721
+ ],
2722
+ t: 0
2723
+ },
2724
+ {
2725
+ o: {
2726
+ x: 1,
2727
+ y: 1
2728
+ },
2729
+ i: {
2730
+ x: 0,
2731
+ y: 0
2732
+ },
2733
+ s: [
2734
+ 3.7,
2735
+ 16
2736
+ ],
2737
+ t: 14
2738
+ },
2739
+ {
2740
+ o: {
2741
+ x: 1,
2742
+ y: 1
2743
+ },
2744
+ i: {
2745
+ x: 0,
2746
+ y: 0
2747
+ },
2748
+ s: [
2749
+ 3.7,
2750
+ 15.97
2751
+ ],
2752
+ t: 15
2753
+ },
2754
+ {
2755
+ o: {
2756
+ x: 1,
2757
+ y: 1
2758
+ },
2759
+ i: {
2760
+ x: 0,
2761
+ y: 0
2762
+ },
2763
+ s: [
2764
+ 3.7,
2765
+ 15.92
2766
+ ],
2767
+ t: 16
2768
+ },
2769
+ {
2770
+ o: {
2771
+ x: 1,
2772
+ y: 1
2773
+ },
2774
+ i: {
2775
+ x: 0,
2776
+ y: 0
2777
+ },
2778
+ s: [
2779
+ 3.7,
2780
+ 15.88
2781
+ ],
2782
+ t: 17
2783
+ },
2784
+ {
2785
+ o: {
2786
+ x: 1,
2787
+ y: 1
2788
+ },
2789
+ i: {
2790
+ x: 0,
2791
+ y: 0
2792
+ },
2793
+ s: [
2794
+ 3.7,
2795
+ 15.84
2796
+ ],
2797
+ t: 18
2798
+ },
2799
+ {
2800
+ o: {
2801
+ x: 1,
2802
+ y: 1
2803
+ },
2804
+ i: {
2805
+ x: 0,
2806
+ y: 0
2807
+ },
2808
+ s: [
2809
+ 3.7,
2810
+ 15.82
2811
+ ],
2812
+ t: 19
2813
+ },
2814
+ {
2815
+ o: {
2816
+ x: 1,
2817
+ y: 1
2818
+ },
2819
+ i: {
2820
+ x: 0,
2821
+ y: 0
2822
+ },
2823
+ s: [
2824
+ 3.7,
2825
+ 15.81
2826
+ ],
2827
+ t: 20
2828
+ },
2829
+ {
2830
+ o: {
2831
+ x: 1,
2832
+ y: 1
2833
+ },
2834
+ i: {
2835
+ x: 0,
2836
+ y: 0
2837
+ },
2838
+ s: [
2839
+ 3.7,
2840
+ 15.81
2841
+ ],
2842
+ t: 26
2843
+ },
2844
+ {
2845
+ o: {
2846
+ x: 1,
2847
+ y: 1
2848
+ },
2849
+ i: {
2850
+ x: 0,
2851
+ y: 0
2852
+ },
2853
+ s: [
2854
+ 3.7,
2855
+ 15.82
2856
+ ],
2857
+ t: 27
2858
+ },
2859
+ {
2860
+ o: {
2861
+ x: 1,
2862
+ y: 1
2863
+ },
2864
+ i: {
2865
+ x: 0,
2866
+ y: 0
2867
+ },
2868
+ s: [
2869
+ 3.7,
2870
+ 15.88
2871
+ ],
2872
+ t: 28
2873
+ },
2874
+ {
2875
+ o: {
2876
+ x: 1,
2877
+ y: 1
2878
+ },
2879
+ i: {
2880
+ x: 0,
2881
+ y: 0
2882
+ },
2883
+ s: [
2884
+ 3.7,
2885
+ 15.96
2886
+ ],
2887
+ t: 29
2888
+ },
2889
+ {
2890
+ o: {
2891
+ x: 1,
2892
+ y: 1
2893
+ },
2894
+ i: {
2895
+ x: 0,
2896
+ y: 0
2897
+ },
2898
+ s: [
2899
+ 3.7,
2900
+ 16.05
2901
+ ],
2902
+ t: 30
2903
+ },
2904
+ {
2905
+ o: {
2906
+ x: 1,
2907
+ y: 1
2908
+ },
2909
+ i: {
2910
+ x: 0,
2911
+ y: 0
2912
+ },
2913
+ s: [
2914
+ 3.7,
2915
+ 16.15
2916
+ ],
2917
+ t: 31
2918
+ },
2919
+ {
2920
+ o: {
2921
+ x: 1,
2922
+ y: 1
2923
+ },
2924
+ i: {
2925
+ x: 0,
2926
+ y: 0
2927
+ },
2928
+ s: [
2929
+ 3.7,
2930
+ 16.23
2931
+ ],
2932
+ t: 32
2933
+ },
2934
+ {
2935
+ o: {
2936
+ x: 1,
2937
+ y: 1
2938
+ },
2939
+ i: {
2940
+ x: 0,
2941
+ y: 0
2942
+ },
2943
+ s: [
2944
+ 3.7,
2945
+ 16.29
2946
+ ],
2947
+ t: 33
2948
+ },
2949
+ {
2950
+ s: [
2951
+ 3.7,
2952
+ 16.32
2953
+ ],
2954
+ t: 34
2955
+ }
2956
+ ]
2957
+ },
2958
+ r: {
2959
+ a: 0,
2960
+ k: 0
2961
+ },
2962
+ sa: {
2963
+ a: 0,
2964
+ k: 0
2965
+ },
2966
+ o: {
2967
+ a: 0,
2968
+ k: 100
2969
+ }
2970
+ },
2971
+ ef: [],
2972
+ shapes: [
2973
+ {
2974
+ ty: "gr",
2975
+ bm: 0,
2976
+ hd: false,
2977
+ nm: "",
2978
+ it: [
2979
+ {
2980
+ ty: "rc",
2981
+ bm: 0,
2982
+ hd: false,
2983
+ nm: "",
2984
+ d: 1,
2985
+ p: {
2986
+ a: 0,
2987
+ k: [
2988
+ 0,
2989
+ 0
2990
+ ]
2991
+ },
2992
+ r: {
2993
+ a: 0,
2994
+ k: 3
2995
+ },
2996
+ s: {
2997
+ a: 1,
2998
+ k: [
2999
+ {
3000
+ o: {
3001
+ x: 1,
3002
+ y: 1
3003
+ },
3004
+ i: {
3005
+ x: 0,
3006
+ y: 0
3007
+ },
3008
+ s: [
3009
+ 6,
3010
+ 13.33
3011
+ ],
3012
+ t: 0
3013
+ },
3014
+ {
3015
+ o: {
3016
+ x: 1,
3017
+ y: 1
3018
+ },
3019
+ i: {
3020
+ x: 0,
3021
+ y: 0
3022
+ },
3023
+ s: [
3024
+ 6,
3025
+ 12.15
3026
+ ],
3027
+ t: 1
3028
+ },
3029
+ {
3030
+ o: {
3031
+ x: 1,
3032
+ y: 1
3033
+ },
3034
+ i: {
3035
+ x: 0,
3036
+ y: 0
3037
+ },
3038
+ s: [
3039
+ 6,
3040
+ 11.13
3041
+ ],
3042
+ t: 2
3043
+ },
3044
+ {
3045
+ o: {
3046
+ x: 1,
3047
+ y: 1
3048
+ },
3049
+ i: {
3050
+ x: 0,
3051
+ y: 0
3052
+ },
3053
+ s: [
3054
+ 6,
3055
+ 10.26
3056
+ ],
3057
+ t: 3
3058
+ },
3059
+ {
3060
+ o: {
3061
+ x: 1,
3062
+ y: 1
3063
+ },
3064
+ i: {
3065
+ x: 0,
3066
+ y: 0
3067
+ },
3068
+ s: [
3069
+ 6,
3070
+ 9.53
3071
+ ],
3072
+ t: 4
3073
+ },
3074
+ {
3075
+ o: {
3076
+ x: 1,
3077
+ y: 1
3078
+ },
3079
+ i: {
3080
+ x: 0,
3081
+ y: 0
3082
+ },
3083
+ s: [
3084
+ 6,
3085
+ 8.94
3086
+ ],
3087
+ t: 5
3088
+ },
3089
+ {
3090
+ o: {
3091
+ x: 1,
3092
+ y: 1
3093
+ },
3094
+ i: {
3095
+ x: 0,
3096
+ y: 0
3097
+ },
3098
+ s: [
3099
+ 6,
3100
+ 8.46
3101
+ ],
3102
+ t: 6
3103
+ },
3104
+ {
3105
+ o: {
3106
+ x: 1,
3107
+ y: 1
3108
+ },
3109
+ i: {
3110
+ x: 0,
3111
+ y: 0
3112
+ },
3113
+ s: [
3114
+ 6,
3115
+ 8.09
3116
+ ],
3117
+ t: 7
3118
+ },
3119
+ {
3120
+ o: {
3121
+ x: 1,
3122
+ y: 1
3123
+ },
3124
+ i: {
3125
+ x: 0,
3126
+ y: 0
3127
+ },
3128
+ s: [
3129
+ 6,
3130
+ 7.82
3131
+ ],
3132
+ t: 8
3133
+ },
3134
+ {
3135
+ o: {
3136
+ x: 1,
3137
+ y: 1
3138
+ },
3139
+ i: {
3140
+ x: 0,
3141
+ y: 0
3142
+ },
3143
+ s: [
3144
+ 6,
3145
+ 7.63
3146
+ ],
3147
+ t: 9
3148
+ },
3149
+ {
3150
+ o: {
3151
+ x: 1,
3152
+ y: 1
3153
+ },
3154
+ i: {
3155
+ x: 0,
3156
+ y: 0
3157
+ },
3158
+ s: [
3159
+ 6,
3160
+ 7.52
3161
+ ],
3162
+ t: 10
3163
+ },
3164
+ {
3165
+ o: {
3166
+ x: 1,
3167
+ y: 1
3168
+ },
3169
+ i: {
3170
+ x: 0,
3171
+ y: 0
3172
+ },
3173
+ s: [
3174
+ 6,
3175
+ 7.47
3176
+ ],
3177
+ t: 11
3178
+ },
3179
+ {
3180
+ o: {
3181
+ x: 1,
3182
+ y: 1
3183
+ },
3184
+ i: {
3185
+ x: 0,
3186
+ y: 0
3187
+ },
3188
+ s: [
3189
+ 6,
3190
+ 7.47
3191
+ ],
3192
+ t: 12
3193
+ },
3194
+ {
3195
+ o: {
3196
+ x: 1,
3197
+ y: 1
3198
+ },
3199
+ i: {
3200
+ x: 0,
3201
+ y: 0
3202
+ },
3203
+ s: [
3204
+ 6,
3205
+ 7.52
3206
+ ],
3207
+ t: 13
3208
+ },
3209
+ {
3210
+ o: {
3211
+ x: 1,
3212
+ y: 1
3213
+ },
3214
+ i: {
3215
+ x: 0,
3216
+ y: 0
3217
+ },
3218
+ s: [
3219
+ 6,
3220
+ 7.59
3221
+ ],
3222
+ t: 14
3223
+ },
3224
+ {
3225
+ o: {
3226
+ x: 1,
3227
+ y: 1
3228
+ },
3229
+ i: {
3230
+ x: 0,
3231
+ y: 0
3232
+ },
3233
+ s: [
3234
+ 6,
3235
+ 9.04
3236
+ ],
3237
+ t: 15
3238
+ },
3239
+ {
3240
+ o: {
3241
+ x: 1,
3242
+ y: 1
3243
+ },
3244
+ i: {
3245
+ x: 0,
3246
+ y: 0
3247
+ },
3248
+ s: [
3249
+ 6,
3250
+ 11.15
3251
+ ],
3252
+ t: 16
3253
+ },
3254
+ {
3255
+ o: {
3256
+ x: 1,
3257
+ y: 1
3258
+ },
3259
+ i: {
3260
+ x: 0,
3261
+ y: 0
3262
+ },
3263
+ s: [
3264
+ 6,
3265
+ 12.95
3266
+ ],
3267
+ t: 17
3268
+ },
3269
+ {
3270
+ o: {
3271
+ x: 1,
3272
+ y: 1
3273
+ },
3274
+ i: {
3275
+ x: 0,
3276
+ y: 0
3277
+ },
3278
+ s: [
3279
+ 6,
3280
+ 14.46
3281
+ ],
3282
+ t: 18
3283
+ },
3284
+ {
3285
+ o: {
3286
+ x: 1,
3287
+ y: 1
3288
+ },
3289
+ i: {
3290
+ x: 0,
3291
+ y: 0
3292
+ },
3293
+ s: [
3294
+ 6,
3295
+ 15.72
3296
+ ],
3297
+ t: 19
3298
+ },
3299
+ {
3300
+ o: {
3301
+ x: 1,
3302
+ y: 1
3303
+ },
3304
+ i: {
3305
+ x: 0,
3306
+ y: 0
3307
+ },
3308
+ s: [
3309
+ 6,
3310
+ 16.74
3311
+ ],
3312
+ t: 20
3313
+ },
3314
+ {
3315
+ o: {
3316
+ x: 1,
3317
+ y: 1
3318
+ },
3319
+ i: {
3320
+ x: 0,
3321
+ y: 0
3322
+ },
3323
+ s: [
3324
+ 6,
3325
+ 17.54
3326
+ ],
3327
+ t: 21
3328
+ },
3329
+ {
3330
+ o: {
3331
+ x: 1,
3332
+ y: 1
3333
+ },
3334
+ i: {
3335
+ x: 0,
3336
+ y: 0
3337
+ },
3338
+ s: [
3339
+ 6,
3340
+ 18.15
3341
+ ],
3342
+ t: 22
3343
+ },
3344
+ {
3345
+ o: {
3346
+ x: 1,
3347
+ y: 1
3348
+ },
3349
+ i: {
3350
+ x: 0,
3351
+ y: 0
3352
+ },
3353
+ s: [
3354
+ 6,
3355
+ 18.58
3356
+ ],
3357
+ t: 23
3358
+ },
3359
+ {
3360
+ o: {
3361
+ x: 1,
3362
+ y: 1
3363
+ },
3364
+ i: {
3365
+ x: 0,
3366
+ y: 0
3367
+ },
3368
+ s: [
3369
+ 6,
3370
+ 18.85
3371
+ ],
3372
+ t: 24
3373
+ },
3374
+ {
3375
+ o: {
3376
+ x: 1,
3377
+ y: 1
3378
+ },
3379
+ i: {
3380
+ x: 0,
3381
+ y: 0
3382
+ },
3383
+ s: [
3384
+ 6,
3385
+ 19
3386
+ ],
3387
+ t: 25
3388
+ },
3389
+ {
3390
+ o: {
3391
+ x: 1,
3392
+ y: 1
3393
+ },
3394
+ i: {
3395
+ x: 0,
3396
+ y: 0
3397
+ },
3398
+ s: [
3399
+ 6,
3400
+ 19.04
3401
+ ],
3402
+ t: 26
3403
+ },
3404
+ {
3405
+ o: {
3406
+ x: 1,
3407
+ y: 1
3408
+ },
3409
+ i: {
3410
+ x: 0,
3411
+ y: 0
3412
+ },
3413
+ s: [
3414
+ 6,
3415
+ 18.11
3416
+ ],
3417
+ t: 27
3418
+ },
3419
+ {
3420
+ o: {
3421
+ x: 1,
3422
+ y: 1
3423
+ },
3424
+ i: {
3425
+ x: 0,
3426
+ y: 0
3427
+ },
3428
+ s: [
3429
+ 6,
3430
+ 15.81
3431
+ ],
3432
+ t: 28
3433
+ },
3434
+ {
3435
+ o: {
3436
+ x: 1,
3437
+ y: 1
3438
+ },
3439
+ i: {
3440
+ x: 0,
3441
+ y: 0
3442
+ },
3443
+ s: [
3444
+ 6,
3445
+ 13.77
3446
+ ],
3447
+ t: 29
3448
+ },
3449
+ {
3450
+ o: {
3451
+ x: 1,
3452
+ y: 1
3453
+ },
3454
+ i: {
3455
+ x: 0,
3456
+ y: 0
3457
+ },
3458
+ s: [
3459
+ 6,
3460
+ 11.98
3461
+ ],
3462
+ t: 30
3463
+ },
3464
+ {
3465
+ o: {
3466
+ x: 1,
3467
+ y: 1
3468
+ },
3469
+ i: {
3470
+ x: 0,
3471
+ y: 0
3472
+ },
3473
+ s: [
3474
+ 6,
3475
+ 10.44
3476
+ ],
3477
+ t: 31
3478
+ },
3479
+ {
3480
+ o: {
3481
+ x: 1,
3482
+ y: 1
3483
+ },
3484
+ i: {
3485
+ x: 0,
3486
+ y: 0
3487
+ },
3488
+ s: [
3489
+ 6,
3490
+ 9.11
3491
+ ],
3492
+ t: 32
3493
+ },
3494
+ {
3495
+ o: {
3496
+ x: 1,
3497
+ y: 1
3498
+ },
3499
+ i: {
3500
+ x: 0,
3501
+ y: 0
3502
+ },
3503
+ s: [
3504
+ 6,
3505
+ 8
3506
+ ],
3507
+ t: 33
3508
+ },
3509
+ {
3510
+ o: {
3511
+ x: 1,
3512
+ y: 1
3513
+ },
3514
+ i: {
3515
+ x: 0,
3516
+ y: 0
3517
+ },
3518
+ s: [
3519
+ 6,
3520
+ 7.07
3521
+ ],
3522
+ t: 34
3523
+ },
3524
+ {
3525
+ o: {
3526
+ x: 1,
3527
+ y: 1
3528
+ },
3529
+ i: {
3530
+ x: 0,
3531
+ y: 0
3532
+ },
3533
+ s: [
3534
+ 6,
3535
+ 6.33
3536
+ ],
3537
+ t: 35
3538
+ },
3539
+ {
3540
+ o: {
3541
+ x: 1,
3542
+ y: 1
3543
+ },
3544
+ i: {
3545
+ x: 0,
3546
+ y: 0
3547
+ },
3548
+ s: [
3549
+ 6,
3550
+ 5.74
3551
+ ],
3552
+ t: 36
3553
+ },
3554
+ {
3555
+ o: {
3556
+ x: 1,
3557
+ y: 1
3558
+ },
3559
+ i: {
3560
+ x: 0,
3561
+ y: 0
3562
+ },
3563
+ s: [
3564
+ 6,
3565
+ 5.3
3566
+ ],
3567
+ t: 37
3568
+ },
3569
+ {
3570
+ o: {
3571
+ x: 1,
3572
+ y: 1
3573
+ },
3574
+ i: {
3575
+ x: 0,
3576
+ y: 0
3577
+ },
3578
+ s: [
3579
+ 6,
3580
+ 4.99
3581
+ ],
3582
+ t: 38
3583
+ },
3584
+ {
3585
+ o: {
3586
+ x: 1,
3587
+ y: 1
3588
+ },
3589
+ i: {
3590
+ x: 0,
3591
+ y: 0
3592
+ },
3593
+ s: [
3594
+ 6,
3595
+ 4.8
3596
+ ],
3597
+ t: 39
3598
+ },
3599
+ {
3600
+ o: {
3601
+ x: 1,
3602
+ y: 1
3603
+ },
3604
+ i: {
3605
+ x: 0,
3606
+ y: 0
3607
+ },
3608
+ s: [
3609
+ 6,
3610
+ 4.71
3611
+ ],
3612
+ t: 40
3613
+ },
3614
+ {
3615
+ o: {
3616
+ x: 1,
3617
+ y: 1
3618
+ },
3619
+ i: {
3620
+ x: 0,
3621
+ y: 0
3622
+ },
3623
+ s: [
3624
+ 6,
3625
+ 4.71
3626
+ ],
3627
+ t: 41
3628
+ },
3629
+ {
3630
+ o: {
3631
+ x: 1,
3632
+ y: 1
3633
+ },
3634
+ i: {
3635
+ x: 0,
3636
+ y: 0
3637
+ },
3638
+ s: [
3639
+ 6,
3640
+ 4.77
3641
+ ],
3642
+ t: 42
3643
+ },
3644
+ {
3645
+ o: {
3646
+ x: 1,
3647
+ y: 1
3648
+ },
3649
+ i: {
3650
+ x: 0,
3651
+ y: 0
3652
+ },
3653
+ s: [
3654
+ 6,
3655
+ 4.89
3656
+ ],
3657
+ t: 43
3658
+ },
3659
+ {
3660
+ o: {
3661
+ x: 1,
3662
+ y: 1
3663
+ },
3664
+ i: {
3665
+ x: 0,
3666
+ y: 0
3667
+ },
3668
+ s: [
3669
+ 6,
3670
+ 5.05
3671
+ ],
3672
+ t: 44
3673
+ },
3674
+ {
3675
+ o: {
3676
+ x: 1,
3677
+ y: 1
3678
+ },
3679
+ i: {
3680
+ x: 0,
3681
+ y: 0
3682
+ },
3683
+ s: [
3684
+ 6,
3685
+ 5.23
3686
+ ],
3687
+ t: 45
3688
+ },
3689
+ {
3690
+ o: {
3691
+ x: 1,
3692
+ y: 1
3693
+ },
3694
+ i: {
3695
+ x: 0,
3696
+ y: 0
3697
+ },
3698
+ s: [
3699
+ 6,
3700
+ 5.43
3701
+ ],
3702
+ t: 46
3703
+ },
3704
+ {
3705
+ o: {
3706
+ x: 1,
3707
+ y: 1
3708
+ },
3709
+ i: {
3710
+ x: 0,
3711
+ y: 0
3712
+ },
3713
+ s: [
3714
+ 6,
3715
+ 5.61
3716
+ ],
3717
+ t: 47
3718
+ },
3719
+ {
3720
+ o: {
3721
+ x: 1,
3722
+ y: 1
3723
+ },
3724
+ i: {
3725
+ x: 0,
3726
+ y: 0
3727
+ },
3728
+ s: [
3729
+ 6,
3730
+ 5.78
3731
+ ],
3732
+ t: 48
3733
+ },
3734
+ {
3735
+ o: {
3736
+ x: 1,
3737
+ y: 1
3738
+ },
3739
+ i: {
3740
+ x: 0,
3741
+ y: 0
3742
+ },
3743
+ s: [
3744
+ 6,
3745
+ 5.91
3746
+ ],
3747
+ t: 49
3748
+ },
3749
+ {
3750
+ s: [
3751
+ 6,
3752
+ 5.98
3753
+ ],
3754
+ t: 50
3755
+ }
3756
+ ]
3757
+ }
3758
+ },
3759
+ {
3760
+ ty: "fl",
3761
+ bm: 0,
3762
+ hd: false,
3763
+ nm: "",
3764
+ c: {
3765
+ a: 0,
3766
+ k: [
3767
+ 1,
3768
+ 1,
3769
+ 1
3770
+ ]
3771
+ },
3772
+ r: 1,
3773
+ o: {
3774
+ a: 0,
3775
+ k: 100
3776
+ }
3777
+ },
3778
+ {
3779
+ ty: "tr",
3780
+ a: {
3781
+ a: 0,
3782
+ k: [
3783
+ 0,
3784
+ 0
3785
+ ]
3786
+ },
3787
+ s: {
3788
+ a: 0,
3789
+ k: [
3790
+ 100,
3791
+ 100
3792
+ ]
3793
+ },
3794
+ sk: {
3795
+ a: 0,
3796
+ k: 0
3797
+ },
3798
+ p: {
3799
+ a: 0,
3800
+ k: [
3801
+ 0,
3802
+ 0
3803
+ ]
3804
+ },
3805
+ r: {
3806
+ a: 0,
3807
+ k: 0
3808
+ },
3809
+ sa: {
3810
+ a: 0,
3811
+ k: 0
3812
+ },
3813
+ o: {
3814
+ a: 0,
3815
+ k: 100
3816
+ }
3817
+ }
3818
+ ]
3819
+ }
3820
+ ],
3821
+ ind: 3
3822
+ },
3823
+ {
3824
+ ty: 4,
3825
+ nm: "",
3826
+ sr: 1,
3827
+ st: 0,
3828
+ op: 51,
3829
+ ip: 0,
3830
+ hd: true,
3831
+ ln: "565:64365",
3832
+ ddd: 0,
3833
+ bm: 0,
3834
+ hasMask: false,
3835
+ ao: 0,
3836
+ ks: {
3837
+ a: {
3838
+ a: 0,
3839
+ k: [
3840
+ 0,
3841
+ 0
3842
+ ]
3843
+ },
3844
+ s: {
3845
+ a: 0,
3846
+ k: [
3847
+ 100,
3848
+ 100
3849
+ ]
3850
+ },
3851
+ sk: {
3852
+ a: 0,
3853
+ k: 0
3854
+ },
3855
+ p: {
3856
+ a: 0,
3857
+ k: [
3858
+ 16,
3859
+ 16
3860
+ ]
3861
+ },
3862
+ r: {
3863
+ a: 0,
3864
+ k: 0
3865
+ },
3866
+ sa: {
3867
+ a: 0,
3868
+ k: 0
3869
+ },
3870
+ o: {
3871
+ a: 0,
3872
+ k: 100
3873
+ }
3874
+ },
3875
+ ef: [],
3876
+ shapes: [
3877
+ {
3878
+ ty: "gr",
3879
+ bm: 0,
3880
+ hd: false,
3881
+ nm: "",
3882
+ it: [
3883
+ {
3884
+ ty: "rc",
3885
+ bm: 0,
3886
+ hd: false,
3887
+ nm: "",
3888
+ d: 1,
3889
+ p: {
3890
+ a: 0,
3891
+ k: [
3892
+ 0,
3893
+ 0
3894
+ ]
3895
+ },
3896
+ r: {
3897
+ a: 0,
3898
+ k: 0
3899
+ },
3900
+ s: {
3901
+ a: 0,
3902
+ k: [
3903
+ 32,
3904
+ 32
3905
+ ]
3906
+ }
3907
+ },
3908
+ {
3909
+ ty: "fl",
3910
+ bm: 0,
3911
+ hd: false,
3912
+ nm: "",
3913
+ c: {
3914
+ a: 0,
3915
+ k: [
3916
+ 1,
3917
+ 1,
3918
+ 1
3919
+ ]
3920
+ },
3921
+ r: 1,
3922
+ o: {
3923
+ a: 0,
3924
+ k: 100
3925
+ }
3926
+ },
3927
+ {
3928
+ ty: "tr",
3929
+ a: {
3930
+ a: 0,
3931
+ k: [
3932
+ 0,
3933
+ 0
3934
+ ]
3935
+ },
3936
+ s: {
3937
+ a: 0,
3938
+ k: [
3939
+ 100,
3940
+ 100
3941
+ ]
3942
+ },
3943
+ sk: {
3944
+ a: 0,
3945
+ k: 0
3946
+ },
3947
+ p: {
3948
+ a: 0,
3949
+ k: [
3950
+ 0,
3951
+ 0
3952
+ ]
3953
+ },
3954
+ r: {
3955
+ a: 0,
3956
+ k: 0
3957
+ },
3958
+ sa: {
3959
+ a: 0,
3960
+ k: 0
3961
+ },
3962
+ o: {
3963
+ a: 0,
3964
+ k: 100
3965
+ }
3966
+ }
3967
+ ]
3968
+ }
3969
+ ],
3970
+ ind: 4
3971
+ }
3972
+ ],
3973
+ v: "5.7.4",
3974
+ fr: 60,
3975
+ op: 51,
3976
+ ip: 0,
3977
+ assets: []
3978
+ };
3979
+ }
3980
+ });
311
3981
  // src/components/accordion.tsx
312
3982
  import * as AccordionPrimitive from "@radix-ui/react-accordion";
313
3983
  import * as React4 from "react";
@@ -376,7 +4046,8 @@ var iconVariants = cva("inline-flex shrink-0", {
376
4046
  subtlest: "text-Colors-Foreground-Subtlest",
377
4047
  disabled: "text-Colors-Foreground-Disabled",
378
4048
  bolder: "text-Colors-Foreground-Bolder",
379
- inverse: "text-Colors-Foreground-Static-White"
4049
+ inverse: "text-Colors-Foreground-Static-White",
4050
+ critical: "text-Colors-Foreground-Critical-Default"
380
4051
  },
381
4052
  rotate: {
382
4053
  "45": "rotate-45",
@@ -819,7 +4490,6 @@ function DownIcon(param) {
819
4490
  })
820
4491
  });
821
4492
  }
822
- var DownIcon_default = DownIcon;
823
4493
  // src/components/accordion.tsx
824
4494
  import { jsx as jsx5, jsxs } from "react/jsx-runtime";
825
4495
  var Accordion = AccordionPrimitive.Root;
@@ -872,7 +4542,7 @@ var AccordionTrigger = React4.forwardRef(function(props, ref) {
872
4542
  className: "flex justify-center items-center space-x-1",
873
4543
  children: [
874
4544
  /* @__PURE__ */ jsx5(Icon, {
875
- component: DownIcon_default,
4545
+ component: DownIcon,
876
4546
  size: "2xs",
877
4547
  className: "fill-Colors-Foreground-Subtlest"
878
4548
  }),
@@ -984,6 +4654,15 @@ function getAssetsUrl(url) {
984
4654
  }
985
4655
  return "".concat(CDN_URL).concat(url);
986
4656
  }
4657
+ function durationFormatter(seconds) {
4658
+ var minutes = Math.floor(seconds / 60);
4659
+ var remainingSeconds = Math.floor(seconds % 60);
4660
+ return "".concat(minutes, ":").concat(remainingSeconds.toString().padStart(2, "0"));
4661
+ }
4662
+ function getPercent(value1, total) {
4663
+ if (total === 0) return 0;
4664
+ return value1 / total * 100;
4665
+ }
987
4666
  function clamp(value1, min3, max2) {
988
4667
  return Math.min(Math.max(value1, min3), max2);
989
4668
  }
@@ -1744,6 +5423,11 @@ var IosAudioPlayer = forwardRef8(function(props, ref) {
1744
5423
  }));
1745
5424
  });
1746
5425
  IosAudioPlayer.displayName = "IosAudioPlayer";
5426
+ var useAudioPlayer = function() {
5427
+ var isIos = useDevice().isIos;
5428
+ return !isIos ? "audio" : IosAudioPlayer;
5429
+ };
5430
+ var useAudioPlayer_default = useAudioPlayer;
1747
5431
  // src/components/button/icon-button.tsx
1748
5432
  import { Slot as Slot2 } from "@radix-ui/react-slot";
1749
5433
  import { Loader2 as Loader22 } from "lucide-react";
@@ -2103,12 +5787,91 @@ var IconButton = React10.forwardRef(function(_param, ref) {
2103
5787
  }))
2104
5788
  });
2105
5789
  });
2106
- // src/components/icons/solid/audio-playing.tsx
5790
+ // src/components/audio-playing.tsx
2107
5791
  import Lottie from "lottie-web";
2108
5792
  import { useEffect as useEffect3, useRef as useRef2 } from "react";
2109
5793
  import { jsx as jsx14 } from "react/jsx-runtime";
5794
+ function AudioPlaying(props) {
5795
+ var playingRef = useRef2(null);
5796
+ useEffect3(function() {
5797
+ var lRef = playingRef.current;
5798
+ var animation;
5799
+ if (lRef) {
5800
+ animation = Lottie.loadAnimation({
5801
+ container: playingRef.current,
5802
+ renderer: "svg",
5803
+ // 根据需要选择渲染器:svg / canvas / html
5804
+ loop: true,
5805
+ autoplay: true,
5806
+ animationData: require_audio_playing()
5807
+ });
5808
+ }
5809
+ return function() {
5810
+ return animation.destroy();
5811
+ };
5812
+ }, []);
5813
+ return /* @__PURE__ */ jsx14("div", {
5814
+ ref: playingRef,
5815
+ className: "size-3"
5816
+ });
5817
+ }
2110
5818
  // src/components/audio-player.tsx
2111
5819
  import { jsx as jsx15, jsxs as jsxs6 } from "react/jsx-runtime";
5820
+ function AudioPlayer(param) {
5821
+ var src = param.src;
5822
+ var _ref_current;
5823
+ var AudioComp = useAudioPlayer_default();
5824
+ var _useAudio = _sliced_to_array(useAudio(/* @__PURE__ */ jsx15(AudioComp, {
5825
+ src: src,
5826
+ onEnded: function() {
5827
+ return controls.seek(0);
5828
+ }
5829
+ })), 4), audio = _useAudio[0], state = _useAudio[1], controls = _useAudio[2], ref = _useAudio[3];
5830
+ var paused = state.paused, time = state.time, playing = state.playing;
5831
+ var duration2 = state.duration || ((_ref_current = ref.current) === null || _ref_current === void 0 ? void 0 : _ref_current.duration) || 0;
5832
+ var onAudioToggle = function() {
5833
+ if (paused) {
5834
+ var audios = document.getElementsByTagName("audio");
5835
+ for(var i = 0, len = audios.length; i < len; i++){
5836
+ audios[i].pause();
5837
+ }
5838
+ controls.play();
5839
+ } else {
5840
+ controls.pause();
5841
+ }
5842
+ };
5843
+ return /* @__PURE__ */ jsxs6("div", {
5844
+ className: "flex flex-col space-y-1 w-full overflow-hidden",
5845
+ children: [
5846
+ /* @__PURE__ */ jsx15("div", {
5847
+ className: "bg-Colors-Background-Brand-Default h-px w-full items-start",
5848
+ style: {
5849
+ width: "".concat(getPercent(time, duration2) * 100, "%")
5850
+ }
5851
+ }),
5852
+ /* @__PURE__ */ jsxs6("div", {
5853
+ className: "flex items-center space-x-3",
5854
+ children: [
5855
+ /* @__PURE__ */ jsx15(IconButton, {
5856
+ className: "w-6 h-6",
5857
+ onClick: onAudioToggle,
5858
+ children: paused ? /* @__PURE__ */ jsx15(PlayIcon, {
5859
+ className: "w-3 h-3 ml-0.5"
5860
+ }) : /* @__PURE__ */ jsx15(AudioPlaying, {})
5861
+ }),
5862
+ /* @__PURE__ */ jsx15("div", {
5863
+ className: "flex flex-col grow overflow-hidden",
5864
+ children: /* @__PURE__ */ jsx15("div", {
5865
+ className: "text-sm text-Colors-Text-Brand-Default truncate",
5866
+ children: durationFormatter((playing || paused) && time || duration2)
5867
+ })
5868
+ })
5869
+ ]
5870
+ }),
5871
+ audio
5872
+ ]
5873
+ });
5874
+ }
2112
5875
  // node_modules/@radix-ui/react-primitive/dist/index.mjs
2113
5876
  import * as React11 from "react";
2114
5877
  import * as ReactDOM from "react-dom";
@@ -3412,6 +7175,90 @@ import { indexOf, min } from "lodash-es";
3412
7175
  import { Children, useEffect as useEffect6, useState as useState5 } from "react";
3413
7176
  import { jsx as jsx32 } from "react/jsx-runtime";
3414
7177
  import { createElement } from "react";
7178
+ var Masonry = function(param) {
7179
+ var _param_breakpointCols = param.breakpointCols, breakpointCols = _param_breakpointCols === void 0 ? {
7180
+ default: 0,
7181
+ 3280: 5,
7182
+ 1919: 4,
7183
+ 1439: 3,
7184
+ 1199: 2
7185
+ } : _param_breakpointCols, _param_className = param.className, className = _param_className === void 0 ? "" : _param_className, _param_columnClassName = param.columnClassName, columnClassName = _param_columnClassName === void 0 ? "" : _param_columnClassName, children = param.children, _param_columnAttrs = param.columnAttrs, columnAttrs = _param_columnAttrs === void 0 ? {} : _param_columnAttrs, heights = param.heights;
7186
+ var _useState5 = _sliced_to_array(useState5(typeof breakpointCols === "number" ? breakpointCols : breakpointCols.default), 2), columnCount = _useState5[0], setColumnCount = _useState5[1];
7187
+ var reCalculateColumnCount = function() {
7188
+ var _window;
7189
+ var windowWidth = ((_window = window) === null || _window === void 0 ? void 0 : _window.innerWidth) || Infinity;
7190
+ var newColumnCount = columnCount;
7191
+ if ((typeof breakpointCols === "undefined" ? "undefined" : _type_of(breakpointCols)) === "object") {
7192
+ var matchedBreakpoint = Infinity;
7193
+ for(var breakpoint in breakpointCols){
7194
+ var optBreakpoint = parseInt(breakpoint);
7195
+ var isCurrentBreakpoint = optBreakpoint > 0 && windowWidth <= optBreakpoint;
7196
+ if (isCurrentBreakpoint && optBreakpoint < matchedBreakpoint) {
7197
+ matchedBreakpoint = optBreakpoint;
7198
+ newColumnCount = breakpointCols[breakpoint];
7199
+ }
7200
+ }
7201
+ newColumnCount = Math.max(1, newColumnCount || 1);
7202
+ }
7203
+ if (columnCount !== newColumnCount) {
7204
+ setColumnCount(newColumnCount);
7205
+ }
7206
+ };
7207
+ useEffect6(function() {
7208
+ var handleResize = function() {
7209
+ reCalculateColumnCount();
7210
+ };
7211
+ window.addEventListener("resize", handleResize);
7212
+ handleResize();
7213
+ return function() {
7214
+ window.removeEventListener("resize", handleResize);
7215
+ };
7216
+ }, [
7217
+ breakpointCols,
7218
+ columnCount
7219
+ ]);
7220
+ var itemsInColumns = function() {
7221
+ var columns = new Array(columnCount);
7222
+ var totals = new Array(columnCount).fill(0);
7223
+ var items = Children.toArray(children);
7224
+ if (heights) {
7225
+ for(var i = 0; i < items.length; i++){
7226
+ var columnIndex = indexOf(totals, min(totals));
7227
+ if (!columns[columnIndex]) {
7228
+ columns[columnIndex] = [];
7229
+ }
7230
+ columns[columnIndex].push(items[i]);
7231
+ totals[columnIndex] += heights[i];
7232
+ }
7233
+ } else {
7234
+ for(var i1 = 0; i1 < items.length; i1++){
7235
+ var columnIndex1 = i1 % columnCount;
7236
+ if (!columns[columnIndex1]) {
7237
+ columns[columnIndex1] = [];
7238
+ }
7239
+ columns[columnIndex1].push(items[i1]);
7240
+ }
7241
+ }
7242
+ return columns;
7243
+ };
7244
+ var renderColumns = function() {
7245
+ var childrenInColumns = itemsInColumns();
7246
+ var columnWidth = "".concat(100 / childrenInColumns.length, "%");
7247
+ return childrenInColumns.map(function(items, i) {
7248
+ return /* @__PURE__ */ createElement("div", _object_spread_props(_object_spread({}, columnAttrs), {
7249
+ style: _object_spread_props(_object_spread({}, columnAttrs.style), {
7250
+ width: columnWidth
7251
+ }),
7252
+ className: cn("space-y-2 bg-clip-padding pl-2 md:space-y-5 md:pl-5", columnClassName),
7253
+ key: i
7254
+ }), items);
7255
+ });
7256
+ };
7257
+ return /* @__PURE__ */ jsx32("div", _object_spread_props(_object_spread({}, columnAttrs), {
7258
+ className: cn("mr-4 flex w-auto md:mr-6", className || "my-masonry-grid"),
7259
+ children: columnCount > 0 && renderColumns()
7260
+ }));
7261
+ };
3415
7262
  // src/components/menubar.tsx
3416
7263
  import * as React23 from "react";
3417
7264
  import * as MenubarPrimitive from "@radix-ui/react-menubar";
@@ -8774,7 +12621,261 @@ var Message = /*#__PURE__*/ function() {
8774
12621
  ]);
8775
12622
  return Message;
8776
12623
  }();
8777
- export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, Alert, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AspectRatio, Avatar, AvatarImage, AvatarRoot, Button, Checkbox, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, Description, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, Display, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, Guide, Heading, Icon, IconButton, Image2 as Image, Input, Label3 as Label, Link, Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, Message, Modal, ModalBody, ModalContent, ModalFooter, ModalHeader, ModalOverlay, ModalRoot, ModalTitle, NavigationBar, NumberInput, Paragraph, Popover, PopoverAnchor, PopoverContent, PopoverRoot, Progress, RadioGroup4 as RadioGroup, RadioGroupItem, ScrollArea, ScrollBar, SearchBar, SecondaryNavigationBar, Select, SelectContent, SelectGroup, SelectIcon, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, Skeleton, Slider, SliderSingle, SubHeading, SubTitle, Swiper, Switch, Tab, Tabs, TabsContent, Text, Textarea, Title, Toast, ToastAction, ToastClose, ToastDescription, ToastProvider, ToastTitle, ToastViewport, Toaster, Toggle, ToggleGroup, ToggleGroupItem, Tooltip, TooltipProvider, buttonVariants, dangerouText, iconButtonVariants, reducer, toast, toggleVariants, useDevice, useFormField, useIsMobileByWindowWidth, useNativeBridge, useNotification, useToast, useWindowWidth }; /*! Bundled license information:
12624
+ // src/components/icons/outline/ArrowLeftIcon.tsx
12625
+ import * as React43 from "react";
12626
+ import { jsx as jsx62 } from "react/jsx-runtime";
12627
+ var ArrowLeftIcon2 = React43.forwardRef(function(props, ref) {
12628
+ return /* @__PURE__ */ jsx62(Icon, _object_spread_props(_object_spread({}, props), {
12629
+ children: /* @__PURE__ */ jsx62("svg", {
12630
+ ref: ref,
12631
+ className: "w-full h-full",
12632
+ viewBox: "0 0 24 24",
12633
+ fill: "none",
12634
+ strokeWidth: "1.5",
12635
+ stroke: "currentColor",
12636
+ xmlns: "http://www.w3.org/2000/svg",
12637
+ children: /* @__PURE__ */ jsx62("path", {
12638
+ strokeLinecap: "round",
12639
+ strokeLinejoin: "round",
12640
+ d: "M10.5 19.5 3 12m0 0 7.5-7.5M3 12h18"
12641
+ })
12642
+ })
12643
+ }));
12644
+ });
12645
+ // src/components/icons/outline/ArrowUpTrayIcon.tsx
12646
+ import * as React44 from "react";
12647
+ import { jsx as jsx63 } from "react/jsx-runtime";
12648
+ var ArrowUpTrayIcon = React44.forwardRef(function(props, ref) {
12649
+ return /* @__PURE__ */ jsx63(Icon, _object_spread_props(_object_spread({}, props), {
12650
+ children: /* @__PURE__ */ jsx63("svg", {
12651
+ ref: ref,
12652
+ className: "w-full h-full",
12653
+ viewBox: "0 0 24 24",
12654
+ fill: "none",
12655
+ strokeWidth: "1.5",
12656
+ stroke: "currentColor",
12657
+ xmlns: "http://www.w3.org/2000/svg",
12658
+ children: /* @__PURE__ */ jsx63("path", {
12659
+ strokeLinecap: "round",
12660
+ strokeLinejoin: "round",
12661
+ d: "M3 16.5v2.25A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75V16.5m-13.5-9L12 3m0 0 4.5 4.5M12 3v13.5"
12662
+ })
12663
+ })
12664
+ }));
12665
+ });
12666
+ // src/components/icons/outline/WindowIcon.tsx
12667
+ import * as React45 from "react";
12668
+ import { jsx as jsx64 } from "react/jsx-runtime";
12669
+ var WindowIcon = React45.forwardRef(function(props, ref) {
12670
+ return /* @__PURE__ */ jsx64(Icon, _object_spread_props(_object_spread({}, props), {
12671
+ children: /* @__PURE__ */ jsx64("svg", {
12672
+ ref: ref,
12673
+ className: "w-full h-full",
12674
+ xmlns: "http://www.w3.org/2000/svg",
12675
+ viewBox: "0 0 24 24",
12676
+ fill: "none",
12677
+ strokeWidth: "1.5",
12678
+ stroke: "currentColor",
12679
+ children: /* @__PURE__ */ jsx64("path", {
12680
+ strokeLinecap: "round",
12681
+ strokeLinejoin: "round",
12682
+ d: "M3 8.25V18a2.25 2.25 0 0 0 2.25 2.25h13.5A2.25 2.25 0 0 0 21 18V8.25m-18 0V6a2.25 2.25 0 0 1 2.25-2.25h13.5A2.25 2.25 0 0 1 21 6v2.25m-18 0h18M5.25 6h.008v.008H5.25V6ZM7.5 6h.008v.008H7.5V6Zm2.25 0h.008v.008H9.75V6Z"
12683
+ })
12684
+ })
12685
+ }));
12686
+ });
12687
+ // src/components/icons/outline/CheckCircleIcon.tsx
12688
+ import * as React46 from "react";
12689
+ import { jsx as jsx65, jsxs as jsxs34 } from "react/jsx-runtime";
12690
+ var CheckCircleIcon4 = React46.forwardRef(function(props, ref) {
12691
+ return /* @__PURE__ */ jsx65(Icon, _object_spread_props(_object_spread({}, props), {
12692
+ children: /* @__PURE__ */ jsxs34("svg", {
12693
+ ref: ref,
12694
+ className: "w-full h-full",
12695
+ viewBox: "0 0 24 24",
12696
+ fill: "currentColor",
12697
+ xmlns: "http://www.w3.org/2000/svg",
12698
+ children: [
12699
+ /* @__PURE__ */ jsx65("path", {
12700
+ d: "M15.4359 9.1397C15.773 9.38046 15.8511 9.84887 15.6103 10.1859L11.8603 15.4359C11.7322 15.6153 11.5316 15.7293 11.3119 15.7474C11.0921 15.7656 10.8756 15.6862 10.7197 15.5303L8.46967 13.2803C8.17678 12.9874 8.17678 12.5126 8.46967 12.2197C8.76256 11.9268 9.23744 11.9268 9.53033 12.2197L11.1543 13.8436L14.3897 9.31407C14.6305 8.97701 15.0989 8.89894 15.4359 9.1397Z"
12701
+ }),
12702
+ /* @__PURE__ */ jsx65("path", {
12703
+ fillRule: "evenodd",
12704
+ clipRule: "evenodd",
12705
+ d: "M2.25 12C2.25 6.61522 6.61522 2.25 12 2.25C17.3848 2.25 21.75 6.61522 21.75 12C21.75 17.3848 17.3848 21.75 12 21.75C6.61522 21.75 2.25 17.3848 2.25 12ZM12 3.75C7.44365 3.75 3.75 7.44365 3.75 12C3.75 16.5563 7.44365 20.25 12 20.25C16.5563 20.25 20.25 16.5563 20.25 12C20.25 7.44365 16.5563 3.75 12 3.75Z"
12706
+ })
12707
+ ]
12708
+ })
12709
+ }));
12710
+ });
12711
+ // src/components/icons/outline/PencilSquareIcon.tsx
12712
+ import * as React47 from "react";
12713
+ import { jsx as jsx66 } from "react/jsx-runtime";
12714
+ var PencilSquareIcon = React47.forwardRef(function(props, ref) {
12715
+ return /* @__PURE__ */ jsx66(Icon, _object_spread_props(_object_spread({}, props), {
12716
+ children: /* @__PURE__ */ jsx66("svg", {
12717
+ ref: ref,
12718
+ className: "w-full h-full",
12719
+ xmlns: "http://www.w3.org/2000/svg",
12720
+ fill: "none",
12721
+ viewBox: "0 0 24 24",
12722
+ strokeWidth: "1.5",
12723
+ stroke: "currentColor",
12724
+ children: /* @__PURE__ */ jsx66("path", {
12725
+ strokeLinecap: "round",
12726
+ strokeLinejoin: "round",
12727
+ d: "m16.862 4.487 1.687-1.688a1.875 1.875 0 1 1 2.652 2.652L10.582 16.07a4.5 4.5 0 0 1-1.897 1.13L6 18l.8-2.685a4.5 4.5 0 0 1 1.13-1.897l8.932-8.931Zm0 0L19.5 7.125M18 14v4.75A2.25 2.25 0 0 1 15.75 21H5.25A2.25 2.25 0 0 1 3 18.75V8.25A2.25 2.25 0 0 1 5.25 6H10"
12728
+ })
12729
+ })
12730
+ }));
12731
+ });
12732
+ // src/components/icons/outline/ConfigIcon.tsx
12733
+ import * as React48 from "react";
12734
+ import { jsx as jsx67, jsxs as jsxs35 } from "react/jsx-runtime";
12735
+ var ConfigIcon = React48.forwardRef(function(props, ref) {
12736
+ return /* @__PURE__ */ jsx67(Icon, _object_spread_props(_object_spread({}, props), {
12737
+ children: /* @__PURE__ */ jsx67("svg", {
12738
+ width: "18",
12739
+ height: "18",
12740
+ viewBox: "0 0 18 18",
12741
+ fill: "none",
12742
+ xmlns: "http://www.w3.org/2000/svg",
12743
+ className: "cursor-pointer",
12744
+ children: /* @__PURE__ */ jsx67("g", {
12745
+ id: "wrapper",
12746
+ children: /* @__PURE__ */ jsxs35("g", {
12747
+ id: "Union",
12748
+ children: [
12749
+ /* @__PURE__ */ jsx67("path", {
12750
+ fillRule: "evenodd",
12751
+ clipRule: "evenodd",
12752
+ d: "M4.5 2.25C4.81066 2.25 5.0625 2.50184 5.0625 2.8125L5.0625 9.65852C5.71792 9.89018 6.1875 10.5153 6.1875 11.25C6.1875 11.9847 5.71792 12.6098 5.0625 12.8415V15.1875C5.0625 15.4982 4.81066 15.75 4.5 15.75C4.18934 15.75 3.9375 15.4982 3.9375 15.1875V12.8415C3.28208 12.6098 2.8125 11.9847 2.8125 11.25C2.8125 10.5153 3.28208 9.89018 3.9375 9.65852L3.9375 2.8125C3.9375 2.50184 4.18934 2.25 4.5 2.25ZM4.5 10.6875C4.18934 10.6875 3.9375 10.9393 3.9375 11.25C3.9375 11.5607 4.18934 11.8125 4.5 11.8125C4.81066 11.8125 5.0625 11.5607 5.0625 11.25C5.0625 10.9393 4.81066 10.6875 4.5 10.6875Z",
12753
+ fill: "#6D7175"
12754
+ }),
12755
+ /* @__PURE__ */ jsx67("path", {
12756
+ fillRule: "evenodd",
12757
+ clipRule: "evenodd",
12758
+ d: "M9 2.25C9.31066 2.25 9.5625 2.50184 9.5625 2.8125V5.15852C10.2179 5.39018 10.6875 6.01525 10.6875 6.75C10.6875 7.48475 10.2179 8.10982 9.5625 8.34148V15.1875C9.5625 15.4982 9.31066 15.75 9 15.75C8.68934 15.75 8.4375 15.4982 8.4375 15.1875V8.34148C7.78208 8.10982 7.3125 7.48475 7.3125 6.75C7.3125 6.01525 7.78208 5.39018 8.4375 5.15852V2.8125C8.4375 2.50184 8.68934 2.25 9 2.25ZM9 6.1875C8.68934 6.1875 8.4375 6.43934 8.4375 6.75C8.4375 7.06066 8.68934 7.3125 9 7.3125C9.31066 7.3125 9.5625 7.06066 9.5625 6.75C9.5625 6.43934 9.31066 6.1875 9 6.1875Z",
12759
+ fill: "#6D7175"
12760
+ }),
12761
+ /* @__PURE__ */ jsx67("path", {
12762
+ fillRule: "evenodd",
12763
+ clipRule: "evenodd",
12764
+ d: "M13.5 2.25C13.8107 2.25 14.0625 2.50184 14.0625 2.8125V9.65852C14.7179 9.89018 15.1875 10.5153 15.1875 11.25C15.1875 11.9847 14.7179 12.6098 14.0625 12.8415L14.0625 15.1875C14.0625 15.4982 13.8107 15.75 13.5 15.75C13.1893 15.75 12.9375 15.4982 12.9375 15.1875L12.9375 12.8415C12.2821 12.6098 11.8125 11.9847 11.8125 11.25C11.8125 10.5153 12.2821 9.89018 12.9375 9.65852V2.8125C12.9375 2.50184 13.1893 2.25 13.5 2.25ZM13.5 10.6875C13.1893 10.6875 12.9375 10.9393 12.9375 11.25C12.9375 11.5607 13.1893 11.8125 13.5 11.8125C13.8107 11.8125 14.0625 11.5607 14.0625 11.25C14.0625 10.9393 13.8107 10.6875 13.5 10.6875Z",
12765
+ fill: "#6D7175"
12766
+ })
12767
+ ]
12768
+ })
12769
+ })
12770
+ })
12771
+ }));
12772
+ });
12773
+ // src/components/icons/solid/CaretDownIcon.tsx
12774
+ import * as React49 from "react";
12775
+ import { jsx as jsx68 } from "react/jsx-runtime";
12776
+ var CaretDownIcon = React49.forwardRef(function(props, ref) {
12777
+ return /* @__PURE__ */ jsx68(Icon, _object_spread_props(_object_spread({}, props), {
12778
+ children: /* @__PURE__ */ jsx68("svg", {
12779
+ ref: ref,
12780
+ className: "w-full h-full",
12781
+ viewBox: "0 0 24 24",
12782
+ fill: "currentColor",
12783
+ xmlns: "http://www.w3.org/2000/svg",
12784
+ children: /* @__PURE__ */ jsx68("path", {
12785
+ d: "M13.5119 17.7818C12.7143 18.7028 11.2857 18.7028 10.4881 17.7818L2.74159 8.83689C1.61984 7.54161 2.53995 5.52759 4.25345 5.52759L19.7466 5.52759C21.4601 5.52759 22.3802 7.54161 21.2584 8.8369L13.5119 17.7818Z"
12786
+ })
12787
+ })
12788
+ }));
12789
+ });
12790
+ // src/components/icons/solid/CodeIcon.tsx
12791
+ import * as React50 from "react";
12792
+ import { jsx as jsx69, jsxs as jsxs36 } from "react/jsx-runtime";
12793
+ var CodeIcon = React50.forwardRef(function(props, ref) {
12794
+ return /* @__PURE__ */ jsx69(Icon, _object_spread_props(_object_spread({}, props), {
12795
+ children: /* @__PURE__ */ jsxs36("svg", {
12796
+ ref: ref,
12797
+ className: "w-full h-full",
12798
+ viewBox: "0 0 24 24",
12799
+ fill: "currentColor",
12800
+ xmlns: "http://www.w3.org/2000/svg",
12801
+ children: [
12802
+ /* @__PURE__ */ jsx69("path", {
12803
+ d: "M15.3995 7.375C15.6066 7.01628 15.4837 6.55759 15.125 6.35048C14.7663 6.14337 14.3076 6.26628 14.1005 6.625L8.35048 16.5843C8.14337 16.943 8.26628 17.4017 8.625 17.6088C8.98372 17.8159 9.44241 17.693 9.64952 17.3343L15.3995 7.375Z"
12804
+ }),
12805
+ /* @__PURE__ */ jsx69("path", {
12806
+ fillRule: "evenodd",
12807
+ clipRule: "evenodd",
12808
+ d: "M6 3C4.34315 3 3 4.34315 3 6V18C3 19.6569 4.34315 21 6 21H18C19.6569 21 21 19.6569 21 18V6C21 4.34315 19.6569 3 18 3H6ZM4.5 6C4.5 5.17157 5.17157 4.5 6 4.5H18C18.8284 4.5 19.5 5.17157 19.5 6V18C19.5 18.8284 18.8284 19.5 18 19.5H6C5.17157 19.5 4.5 18.8284 4.5 18V6Z"
12809
+ })
12810
+ ]
12811
+ })
12812
+ }));
12813
+ });
12814
+ // src/components/icons/solid/DragIcon.tsx
12815
+ import * as React51 from "react";
12816
+ import { jsx as jsx70 } from "react/jsx-runtime";
12817
+ var DragIcon = React51.forwardRef(function(props, ref) {
12818
+ return /* @__PURE__ */ jsx70(Icon, _object_spread_props(_object_spread({}, props), {
12819
+ children: /* @__PURE__ */ jsx70("svg", {
12820
+ ref: ref,
12821
+ className: "w-full h-full",
12822
+ viewBox: "0 0 24 24",
12823
+ fill: "currentColor",
12824
+ xmlns: "http://www.w3.org/2000/svg",
12825
+ children: /* @__PURE__ */ jsx70("path", {
12826
+ fillRule: "evenodd",
12827
+ clipRule: "evenodd",
12828
+ d: "M7.5 5C7.5 4.17157 8.17157 3.5 9 3.5C9.82843 3.5 10.5 4.17157 10.5 5C10.5 5.82843 9.82843 6.5 9 6.5C8.17157 6.5 7.5 5.82843 7.5 5ZM13.5 5C13.5 4.17157 14.1716 3.5 15 3.5C15.8284 3.5 16.5 4.17157 16.5 5C16.5 5.82843 15.8284 6.5 15 6.5C14.1716 6.5 13.5 5.82843 13.5 5ZM7.5 12C7.5 11.1716 8.17157 10.5 9 10.5C9.82843 10.5 10.5 11.1716 10.5 12C10.5 12.8284 9.82843 13.5 9 13.5C8.17157 13.5 7.5 12.8284 7.5 12ZM13.5 12C13.5 11.1716 14.1716 10.5 15 10.5C15.8284 10.5 16.5 11.1716 16.5 12C16.5 12.8284 15.8284 13.5 15 13.5C14.1716 13.5 13.5 12.8284 13.5 12ZM7.5 19C7.5 18.1716 8.17157 17.5 9 17.5C9.82843 17.5 10.5 18.1716 10.5 19C10.5 19.8284 9.82843 20.5 9 20.5C8.17157 20.5 7.5 19.8284 7.5 19ZM13.5 19C13.5 18.1716 14.1716 17.5 15 17.5C15.8284 17.5 16.5 18.1716 16.5 19C16.5 19.8284 15.8284 20.5 15 20.5C14.1716 20.5 13.5 19.8284 13.5 19Z"
12829
+ })
12830
+ })
12831
+ }));
12832
+ });
12833
+ // src/components/icons/solid/PhoneIcon.tsx
12834
+ import * as React52 from "react";
12835
+ import { jsx as jsx71, jsxs as jsxs37 } from "react/jsx-runtime";
12836
+ var PhoneIcon = React52.forwardRef(function(props, ref) {
12837
+ return /* @__PURE__ */ jsx71(Icon, _object_spread_props(_object_spread({}, props), {
12838
+ children: /* @__PURE__ */ jsxs37("svg", {
12839
+ xmlns: "http://www.w3.org/2000/svg",
12840
+ width: "20",
12841
+ height: "20",
12842
+ viewBox: "0 0 20 20",
12843
+ fill: "none",
12844
+ children: [
12845
+ /* @__PURE__ */ jsx71("path", {
12846
+ d: "M8.75 15.625C8.40482 15.625 8.125 15.9048 8.125 16.25C8.125 16.5952 8.40482 16.875 8.75 16.875H11.25C11.5952 16.875 11.875 16.5952 11.875 16.25C11.875 15.9048 11.5952 15.625 11.25 15.625H8.75Z",
12847
+ fill: "#3E5CFA"
12848
+ }),
12849
+ /* @__PURE__ */ jsx71("path", {
12850
+ fillRule: "evenodd",
12851
+ clipRule: "evenodd",
12852
+ d: "M7.1875 0.625C5.6342 0.625 4.375 1.8842 4.375 3.4375V16.5625C4.375 18.1158 5.6342 19.375 7.1875 19.375H12.8125C14.3658 19.375 15.625 18.1158 15.625 16.5625V3.4375C15.625 1.8842 14.3658 0.625 12.8125 0.625H7.1875ZM6.25 3.4375C6.25 2.91973 6.66973 2.5 7.1875 2.5H8.125V2.8125C8.125 3.33027 8.54473 3.75 9.0625 3.75H10.9375C11.4553 3.75 11.875 3.33027 11.875 2.8125V2.5H12.8125C13.3303 2.5 13.75 2.91973 13.75 3.4375V16.5625C13.75 17.0803 13.3303 17.5 12.8125 17.5H7.1875C6.66973 17.5 6.25 17.0803 6.25 16.5625V3.4375Z",
12853
+ fill: "#3E5CFA"
12854
+ })
12855
+ ]
12856
+ })
12857
+ }));
12858
+ });
12859
+ // src/components/icons/solid/RectangleGroupIcon.tsx
12860
+ import * as React53 from "react";
12861
+ import { jsx as jsx72 } from "react/jsx-runtime";
12862
+ var RectangleGroupIcon = React53.forwardRef(function(props, ref) {
12863
+ return /* @__PURE__ */ jsx72(Icon, _object_spread_props(_object_spread({}, props), {
12864
+ children: /* @__PURE__ */ jsx72("svg", {
12865
+ ref: ref,
12866
+ className: "w-full h-full",
12867
+ viewBox: "0 0 24 24",
12868
+ fill: "currentColor",
12869
+ xmlns: "http://www.w3.org/2000/svg",
12870
+ children: /* @__PURE__ */ jsx72("path", {
12871
+ fillRule: "evenodd",
12872
+ clipRule: "evenodd",
12873
+ d: "M1.5 7.125C1.5 6.08947 2.33947 5.25 3.375 5.25H9.375C10.4105 5.25 11.25 6.08947 11.25 7.125V10.875C11.25 11.9105 10.4105 12.75 9.375 12.75H3.375C2.33947 12.75 1.5 11.9105 1.5 10.875V7.125ZM13.5 8.625C13.5 7.58947 14.3395 6.75 15.375 6.75H20.625C21.6605 6.75 22.5 7.58947 22.5 8.625V16.875C22.5 17.9105 21.6605 18.75 20.625 18.75H15.375C14.3395 18.75 13.5 17.9105 13.5 16.875V8.625ZM3 16.125C3 15.0895 3.83947 14.25 4.875 14.25H10.125C11.1605 14.25 12 15.0895 12 16.125V18.375C12 19.4105 11.1605 20.25 10.125 20.25H4.875C3.83947 20.25 3 19.4105 3 18.375V16.125Z"
12874
+ })
12875
+ })
12876
+ }));
12877
+ });
12878
+ export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, Alert, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, ArrowLeftIcon2 as ArrowLeftIcon, ArrowUpTrayIcon, AspectRatio, AudioPlayer, AudioPlaying, Avatar, AvatarImage, AvatarRoot, Badge, Button, CaretDownIcon, CheckCircleIcon4 as CheckCircleIcon, Checkbox, CodeIcon, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, ConfigIcon, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, Description, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, Display, DownIcon, DragIcon, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, Guide, Heading, Icon, IconButton, Image2 as Image, Input, Label3 as Label, Link, Masonry, Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, Message, Modal, ModalBody, ModalContent, ModalFooter, ModalHeader, ModalOverlay, ModalRoot, ModalTitle, NavigationBar, NumberInput, Paragraph, PencilSquareIcon, PhoneIcon, Popover, PopoverAnchor, PopoverContent, PopoverRoot, Progress, RadioGroup4 as RadioGroup, RadioGroupItem, RectangleGroupIcon, ScrollArea, ScrollBar, SearchBar, SecondaryNavigationBar, Select, SelectContent, SelectGroup, SelectIcon, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, Skeleton, Slider, SliderSingle, Spinner, SubHeading, SubTitle, Swiper, Switch, Tab, Tabs, TabsContent, Text, Textarea, Title, Toast, ToastAction, ToastClose, ToastDescription, ToastProvider, ToastTitle, ToastViewport, Toaster, Toggle, ToggleGroup, ToggleGroupItem, Tooltip, TooltipProvider, WindowIcon, buttonVariants, dangerouText, iconButtonVariants, reducer, toast, toggleVariants, useDevice, useFormField, useIsMobileByWindowWidth, useNativeBridge, useNotification, useToast, useWindowWidth }; /*! Bundled license information:
8778
12879
 
8779
12880
  decimal.js/decimal.mjs:
8780
12881
  (*!