@cuemath/leap 2.8.23 → 2.8.24-hg1

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 (62) hide show
  1. package/dist/assets/lotties/circle/tables/advance-mode-segment-lottie.json.js +4370 -0
  2. package/dist/assets/lotties/circle/tables/advance-mode-segment-lottie.json.js.map +1 -0
  3. package/dist/assets/lotties/circle/tables/infinite-button-bg.json.js +1552 -0
  4. package/dist/assets/lotties/circle/tables/infinite-button-bg.json.js.map +1 -0
  5. package/dist/assets/lotties/circle/tables/infinite-button-symbol.json.js +1795 -0
  6. package/dist/assets/lotties/circle/tables/infinite-button-symbol.json.js.map +1 -0
  7. package/dist/assets/lotties/circle/tables/random-mode-segment-lottie.json.js +9661 -0
  8. package/dist/assets/lotties/circle/tables/random-mode-segment-lottie.json.js.map +1 -0
  9. package/dist/assets/lotties/circle/tables/sequence-mode-segment-lottie.json.js +8630 -0
  10. package/dist/assets/lotties/circle/tables/sequence-mode-segment-lottie.json.js.map +1 -0
  11. package/dist/assets/lotties/circle/tables/table-mode-reveal.json.js +9076 -0
  12. package/dist/assets/lotties/circle/tables/table-mode-reveal.json.js.map +1 -0
  13. package/dist/features/circle-games/game-launcher/comps/card-container/card-container-styled.js +53 -0
  14. package/dist/features/circle-games/game-launcher/comps/card-container/card-container-styled.js.map +1 -0
  15. package/dist/features/circle-games/game-launcher/comps/card-container/card-container.js +24 -0
  16. package/dist/features/circle-games/game-launcher/comps/card-container/card-container.js.map +1 -0
  17. package/dist/features/circle-games/game-launcher/comps/card-container/constants.js +7 -0
  18. package/dist/features/circle-games/game-launcher/comps/card-container/constants.js.map +1 -0
  19. package/dist/features/circle-games/game-launcher/comps/segmented-game-card/constants.js +6 -6
  20. package/dist/features/circle-games/game-launcher/comps/segmented-game-card/constants.js.map +1 -1
  21. package/dist/features/circle-games/game-launcher/comps/segmented-game-card/segmented-game-card-styled.js +29 -73
  22. package/dist/features/circle-games/game-launcher/comps/segmented-game-card/segmented-game-card-styled.js.map +1 -1
  23. package/dist/features/circle-games/game-launcher/comps/segmented-game-card/segmented-game-card.js +83 -81
  24. package/dist/features/circle-games/game-launcher/comps/segmented-game-card/segmented-game-card.js.map +1 -1
  25. package/dist/features/circle-games/game-launcher/comps/tables-card/constants.js +20 -0
  26. package/dist/features/circle-games/game-launcher/comps/tables-card/constants.js.map +1 -0
  27. package/dist/features/circle-games/game-launcher/comps/tables-card/table-mode/table-mode-styled.js +24 -0
  28. package/dist/features/circle-games/game-launcher/comps/tables-card/table-mode/table-mode-styled.js.map +1 -0
  29. package/dist/features/circle-games/game-launcher/comps/tables-card/table-mode/table-mode.js +83 -0
  30. package/dist/features/circle-games/game-launcher/comps/tables-card/table-mode/table-mode.js.map +1 -0
  31. package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card-styled.js +161 -0
  32. package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card-styled.js.map +1 -0
  33. package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card.js +223 -0
  34. package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card.js.map +1 -0
  35. package/dist/features/circle-games/game-launcher/dal/use-get-circle-home-details-dal/use-get-circle-home-details-dal.js +25 -15
  36. package/dist/features/circle-games/game-launcher/dal/use-get-circle-home-details-dal/use-get-circle-home-details-dal.js.map +1 -1
  37. package/dist/features/circle-games/game-launcher/game-launcher-styled.js +6 -5
  38. package/dist/features/circle-games/game-launcher/game-launcher-styled.js.map +1 -1
  39. package/dist/features/circle-games/game-launcher/game-launcher.js +123 -82
  40. package/dist/features/circle-games/game-launcher/game-launcher.js.map +1 -1
  41. package/dist/features/circle-games/games/web-view/enums/project-type-enum.js +1 -1
  42. package/dist/features/circle-games/games/web-view/enums/project-type-enum.js.map +1 -1
  43. package/dist/features/circle-games/games/web-view/web-view-types.js.map +1 -1
  44. package/dist/features/circle-games/games/web-view/web-view.js +70 -83
  45. package/dist/features/circle-games/games/web-view/web-view.js.map +1 -1
  46. package/dist/features/post-game-stats/accuracy/accuracy-styled.js +17 -16
  47. package/dist/features/post-game-stats/accuracy/accuracy-styled.js.map +1 -1
  48. package/dist/features/post-game-stats/clock/clock-styled.js +11 -10
  49. package/dist/features/post-game-stats/clock/clock-styled.js.map +1 -1
  50. package/dist/features/post-game-stats/points/points-styled.js +7 -6
  51. package/dist/features/post-game-stats/points/points-styled.js.map +1 -1
  52. package/dist/features/post-game-stats/post-game-stats-styled.js +1 -1
  53. package/dist/features/post-game-stats/post-game-stats-styled.js.map +1 -1
  54. package/dist/features/post-game-stats/streak/streak-styled.js +18 -17
  55. package/dist/features/post-game-stats/streak/streak-styled.js.map +1 -1
  56. package/dist/features/trial-session/comps/trial-circle-game/constants.js.map +1 -1
  57. package/dist/features/trial-session/comps/trial-circle-game/trial-circle-game.js.map +1 -1
  58. package/dist/index.d.ts +72 -109
  59. package/dist/index.js +203 -208
  60. package/package.json +1 -1
  61. package/dist/features/circle-games/games/web-view/enums/project-ids-enum.js +0 -14
  62. package/dist/features/circle-games/games/web-view/enums/project-ids-enum.js.map +0 -1
@@ -0,0 +1,1795 @@
1
+ const i = "5.12.1", r = 24, o = 0, n = 73, m = 425, e = 425, a = "Lottie", p = 0, t = [], x = [
2
+ {
3
+ ddd: 0,
4
+ ind: 4,
5
+ ty: 4,
6
+ nm: "infinite-18",
7
+ sr: 1,
8
+ ks: {
9
+ o: {
10
+ a: 0,
11
+ k: 100,
12
+ ix: 11
13
+ },
14
+ r: {
15
+ a: 0,
16
+ k: 0,
17
+ ix: 10
18
+ },
19
+ p: {
20
+ s: !0,
21
+ x: {
22
+ a: 0,
23
+ k: 212.5,
24
+ ix: 3
25
+ },
26
+ y: {
27
+ a: 0,
28
+ k: 205,
29
+ ix: 4
30
+ }
31
+ },
32
+ a: {
33
+ a: 0,
34
+ k: [
35
+ 217.411,
36
+ 213.111,
37
+ 0
38
+ ],
39
+ ix: 1,
40
+ l: 2
41
+ },
42
+ s: {
43
+ a: 0,
44
+ k: [
45
+ -100,
46
+ 100,
47
+ 100
48
+ ],
49
+ ix: 6,
50
+ l: 2
51
+ }
52
+ },
53
+ ao: 0,
54
+ shapes: [
55
+ {
56
+ ty: "gr",
57
+ it: [
58
+ {
59
+ ind: 0,
60
+ ty: "sh",
61
+ ix: 1,
62
+ ks: {
63
+ a: 0,
64
+ k: {
65
+ i: [
66
+ [
67
+ 61.874,
68
+ 0
69
+ ],
70
+ [
71
+ 0,
72
+ 28.659
73
+ ],
74
+ [
75
+ -27.067,
76
+ 0
77
+ ],
78
+ [
79
+ -61.874,
80
+ 0
81
+ ],
82
+ [
83
+ 0,
84
+ 28.659
85
+ ],
86
+ [
87
+ 27.067,
88
+ 0
89
+ ]
90
+ ],
91
+ o: [
92
+ [
93
+ -27.067,
94
+ 0
95
+ ],
96
+ [
97
+ 0,
98
+ -28.659
99
+ ],
100
+ [
101
+ 64.164,
102
+ 0
103
+ ],
104
+ [
105
+ 27.067,
106
+ 0
107
+ ],
108
+ [
109
+ 0,
110
+ -28.659
111
+ ],
112
+ [
113
+ -64.164,
114
+ 0
115
+ ]
116
+ ],
117
+ v: [
118
+ [
119
+ -61.261,
120
+ 51.892
121
+ ],
122
+ [
123
+ -110.27,
124
+ 0
125
+ ],
126
+ [
127
+ -61.261,
128
+ -51.892
129
+ ],
130
+ [
131
+ 61.261,
132
+ 51.892
133
+ ],
134
+ [
135
+ 110.27,
136
+ 0
137
+ ],
138
+ [
139
+ 61.261,
140
+ -51.892
141
+ ]
142
+ ],
143
+ c: !0
144
+ },
145
+ ix: 2
146
+ },
147
+ nm: "Path 1",
148
+ mn: "ADBE Vector Shape - Group",
149
+ hd: !1
150
+ },
151
+ {
152
+ ty: "st",
153
+ c: {
154
+ a: 0,
155
+ k: [
156
+ 1,
157
+ 1,
158
+ 1,
159
+ 1
160
+ ],
161
+ ix: 3
162
+ },
163
+ o: {
164
+ a: 0,
165
+ k: 100,
166
+ ix: 4
167
+ },
168
+ w: {
169
+ a: 0,
170
+ k: 3,
171
+ ix: 5
172
+ },
173
+ lc: 2,
174
+ lj: 2,
175
+ bm: 0,
176
+ nm: "Stroke 1",
177
+ mn: "ADBE Vector Graphic - Stroke",
178
+ hd: !1
179
+ },
180
+ {
181
+ ty: "tr",
182
+ p: {
183
+ a: 0,
184
+ k: [
185
+ 217.411,
186
+ 213.111
187
+ ],
188
+ ix: 2
189
+ },
190
+ a: {
191
+ a: 0,
192
+ k: [
193
+ 0,
194
+ 0
195
+ ],
196
+ ix: 1
197
+ },
198
+ s: {
199
+ a: 0,
200
+ k: [
201
+ 100,
202
+ 100
203
+ ],
204
+ ix: 3
205
+ },
206
+ r: {
207
+ a: 0,
208
+ k: 0,
209
+ ix: 6
210
+ },
211
+ o: {
212
+ a: 0,
213
+ k: 100,
214
+ ix: 7
215
+ },
216
+ sk: {
217
+ a: 0,
218
+ k: 0,
219
+ ix: 4
220
+ },
221
+ sa: {
222
+ a: 0,
223
+ k: 0,
224
+ ix: 5
225
+ },
226
+ nm: "Transform"
227
+ }
228
+ ],
229
+ nm: "Group 1",
230
+ np: 2,
231
+ cix: 2,
232
+ bm: 0,
233
+ ix: 1,
234
+ mn: "ADBE Vector Group",
235
+ hd: !1
236
+ },
237
+ {
238
+ ty: "tm",
239
+ s: {
240
+ a: 0,
241
+ k: 0,
242
+ ix: 1
243
+ },
244
+ e: {
245
+ a: 0,
246
+ k: 40,
247
+ ix: 2
248
+ },
249
+ o: {
250
+ a: 1,
251
+ k: [
252
+ {
253
+ i: {
254
+ x: [
255
+ 0.833
256
+ ],
257
+ y: [
258
+ 0.833
259
+ ]
260
+ },
261
+ o: {
262
+ x: [
263
+ 0.167
264
+ ],
265
+ y: [
266
+ 0.167
267
+ ]
268
+ },
269
+ t: 0,
270
+ s: [
271
+ 340
272
+ ]
273
+ },
274
+ {
275
+ t: 72,
276
+ s: [
277
+ 700
278
+ ]
279
+ }
280
+ ],
281
+ ix: 3
282
+ },
283
+ m: 1,
284
+ ix: 2,
285
+ nm: "Trim Paths 1",
286
+ mn: "ADBE Vector Filter - Trim",
287
+ hd: !1
288
+ }
289
+ ],
290
+ ip: 0,
291
+ op: 494,
292
+ st: 0,
293
+ ct: 1,
294
+ bm: 0
295
+ },
296
+ {
297
+ ddd: 0,
298
+ ind: 5,
299
+ ty: 4,
300
+ nm: "infinite-17",
301
+ sr: 1,
302
+ ks: {
303
+ o: {
304
+ a: 0,
305
+ k: 100,
306
+ ix: 11
307
+ },
308
+ r: {
309
+ a: 0,
310
+ k: 0,
311
+ ix: 10
312
+ },
313
+ p: {
314
+ s: !0,
315
+ x: {
316
+ a: 0,
317
+ k: 212.5,
318
+ ix: 3
319
+ },
320
+ y: {
321
+ a: 0,
322
+ k: 212.5,
323
+ ix: 4
324
+ }
325
+ },
326
+ a: {
327
+ a: 0,
328
+ k: [
329
+ 217.411,
330
+ 213.111,
331
+ 0
332
+ ],
333
+ ix: 1,
334
+ l: 2
335
+ },
336
+ s: {
337
+ a: 0,
338
+ k: [
339
+ -100,
340
+ 100,
341
+ 100
342
+ ],
343
+ ix: 6,
344
+ l: 2
345
+ }
346
+ },
347
+ ao: 0,
348
+ shapes: [
349
+ {
350
+ ty: "gr",
351
+ it: [
352
+ {
353
+ ind: 0,
354
+ ty: "sh",
355
+ ix: 1,
356
+ ks: {
357
+ a: 0,
358
+ k: {
359
+ i: [
360
+ [
361
+ 61.874,
362
+ 0
363
+ ],
364
+ [
365
+ 0,
366
+ 28.659
367
+ ],
368
+ [
369
+ -27.067,
370
+ 0
371
+ ],
372
+ [
373
+ -61.874,
374
+ 0
375
+ ],
376
+ [
377
+ 0,
378
+ 28.659
379
+ ],
380
+ [
381
+ 27.067,
382
+ 0
383
+ ]
384
+ ],
385
+ o: [
386
+ [
387
+ -27.067,
388
+ 0
389
+ ],
390
+ [
391
+ 0,
392
+ -28.659
393
+ ],
394
+ [
395
+ 64.164,
396
+ 0
397
+ ],
398
+ [
399
+ 27.067,
400
+ 0
401
+ ],
402
+ [
403
+ 0,
404
+ -28.659
405
+ ],
406
+ [
407
+ -64.164,
408
+ 0
409
+ ]
410
+ ],
411
+ v: [
412
+ [
413
+ -61.261,
414
+ 51.892
415
+ ],
416
+ [
417
+ -110.27,
418
+ 0
419
+ ],
420
+ [
421
+ -61.261,
422
+ -51.892
423
+ ],
424
+ [
425
+ 61.261,
426
+ 51.892
427
+ ],
428
+ [
429
+ 110.27,
430
+ 0
431
+ ],
432
+ [
433
+ 61.261,
434
+ -51.892
435
+ ]
436
+ ],
437
+ c: !0
438
+ },
439
+ ix: 2
440
+ },
441
+ nm: "Path 1",
442
+ mn: "ADBE Vector Shape - Group",
443
+ hd: !1
444
+ },
445
+ {
446
+ ty: "st",
447
+ c: {
448
+ a: 0,
449
+ k: [
450
+ 1,
451
+ 1,
452
+ 1,
453
+ 1
454
+ ],
455
+ ix: 3
456
+ },
457
+ o: {
458
+ a: 0,
459
+ k: 100,
460
+ ix: 4
461
+ },
462
+ w: {
463
+ a: 0,
464
+ k: 3,
465
+ ix: 5
466
+ },
467
+ lc: 2,
468
+ lj: 2,
469
+ bm: 0,
470
+ nm: "Stroke 1",
471
+ mn: "ADBE Vector Graphic - Stroke",
472
+ hd: !1
473
+ },
474
+ {
475
+ ty: "tr",
476
+ p: {
477
+ a: 0,
478
+ k: [
479
+ 217.411,
480
+ 213.111
481
+ ],
482
+ ix: 2
483
+ },
484
+ a: {
485
+ a: 0,
486
+ k: [
487
+ 0,
488
+ 0
489
+ ],
490
+ ix: 1
491
+ },
492
+ s: {
493
+ a: 0,
494
+ k: [
495
+ 100,
496
+ 100
497
+ ],
498
+ ix: 3
499
+ },
500
+ r: {
501
+ a: 0,
502
+ k: 0,
503
+ ix: 6
504
+ },
505
+ o: {
506
+ a: 0,
507
+ k: 100,
508
+ ix: 7
509
+ },
510
+ sk: {
511
+ a: 0,
512
+ k: 0,
513
+ ix: 4
514
+ },
515
+ sa: {
516
+ a: 0,
517
+ k: 0,
518
+ ix: 5
519
+ },
520
+ nm: "Transform"
521
+ }
522
+ ],
523
+ nm: "Group 1",
524
+ np: 2,
525
+ cix: 2,
526
+ bm: 0,
527
+ ix: 1,
528
+ mn: "ADBE Vector Group",
529
+ hd: !1
530
+ },
531
+ {
532
+ ty: "tm",
533
+ s: {
534
+ a: 0,
535
+ k: 0,
536
+ ix: 1
537
+ },
538
+ e: {
539
+ a: 0,
540
+ k: 40,
541
+ ix: 2
542
+ },
543
+ o: {
544
+ a: 1,
545
+ k: [
546
+ {
547
+ i: {
548
+ x: [
549
+ 0.833
550
+ ],
551
+ y: [
552
+ 0.833
553
+ ]
554
+ },
555
+ o: {
556
+ x: [
557
+ 0.167
558
+ ],
559
+ y: [
560
+ 0.167
561
+ ]
562
+ },
563
+ t: 0,
564
+ s: [
565
+ 240
566
+ ]
567
+ },
568
+ {
569
+ t: 72,
570
+ s: [
571
+ 600
572
+ ]
573
+ }
574
+ ],
575
+ ix: 3
576
+ },
577
+ m: 1,
578
+ ix: 2,
579
+ nm: "Trim Paths 1",
580
+ mn: "ADBE Vector Filter - Trim",
581
+ hd: !1
582
+ }
583
+ ],
584
+ ip: 0,
585
+ op: 494,
586
+ st: 0,
587
+ ct: 1,
588
+ bm: 0
589
+ },
590
+ {
591
+ ddd: 0,
592
+ ind: 6,
593
+ ty: 4,
594
+ nm: "infinite-16",
595
+ sr: 1,
596
+ ks: {
597
+ o: {
598
+ a: 0,
599
+ k: 100,
600
+ ix: 11
601
+ },
602
+ r: {
603
+ a: 0,
604
+ k: 0,
605
+ ix: 10
606
+ },
607
+ p: {
608
+ s: !0,
609
+ x: {
610
+ a: 0,
611
+ k: 212.5,
612
+ ix: 3
613
+ },
614
+ y: {
615
+ a: 0,
616
+ k: 220,
617
+ ix: 4
618
+ }
619
+ },
620
+ a: {
621
+ a: 0,
622
+ k: [
623
+ 217.411,
624
+ 213.111,
625
+ 0
626
+ ],
627
+ ix: 1,
628
+ l: 2
629
+ },
630
+ s: {
631
+ a: 0,
632
+ k: [
633
+ -100,
634
+ 100,
635
+ 100
636
+ ],
637
+ ix: 6,
638
+ l: 2
639
+ }
640
+ },
641
+ ao: 0,
642
+ shapes: [
643
+ {
644
+ ty: "gr",
645
+ it: [
646
+ {
647
+ ind: 0,
648
+ ty: "sh",
649
+ ix: 1,
650
+ ks: {
651
+ a: 0,
652
+ k: {
653
+ i: [
654
+ [
655
+ 61.874,
656
+ 0
657
+ ],
658
+ [
659
+ 0,
660
+ 28.659
661
+ ],
662
+ [
663
+ -27.067,
664
+ 0
665
+ ],
666
+ [
667
+ -61.874,
668
+ 0
669
+ ],
670
+ [
671
+ 0,
672
+ 28.659
673
+ ],
674
+ [
675
+ 27.067,
676
+ 0
677
+ ]
678
+ ],
679
+ o: [
680
+ [
681
+ -27.067,
682
+ 0
683
+ ],
684
+ [
685
+ 0,
686
+ -28.659
687
+ ],
688
+ [
689
+ 64.164,
690
+ 0
691
+ ],
692
+ [
693
+ 27.067,
694
+ 0
695
+ ],
696
+ [
697
+ 0,
698
+ -28.659
699
+ ],
700
+ [
701
+ -64.164,
702
+ 0
703
+ ]
704
+ ],
705
+ v: [
706
+ [
707
+ -61.261,
708
+ 51.892
709
+ ],
710
+ [
711
+ -110.27,
712
+ 0
713
+ ],
714
+ [
715
+ -61.261,
716
+ -51.892
717
+ ],
718
+ [
719
+ 61.261,
720
+ 51.892
721
+ ],
722
+ [
723
+ 110.27,
724
+ 0
725
+ ],
726
+ [
727
+ 61.261,
728
+ -51.892
729
+ ]
730
+ ],
731
+ c: !0
732
+ },
733
+ ix: 2
734
+ },
735
+ nm: "Path 1",
736
+ mn: "ADBE Vector Shape - Group",
737
+ hd: !1
738
+ },
739
+ {
740
+ ty: "st",
741
+ c: {
742
+ a: 0,
743
+ k: [
744
+ 1,
745
+ 1,
746
+ 1,
747
+ 1
748
+ ],
749
+ ix: 3
750
+ },
751
+ o: {
752
+ a: 0,
753
+ k: 100,
754
+ ix: 4
755
+ },
756
+ w: {
757
+ a: 0,
758
+ k: 3,
759
+ ix: 5
760
+ },
761
+ lc: 2,
762
+ lj: 2,
763
+ bm: 0,
764
+ nm: "Stroke 1",
765
+ mn: "ADBE Vector Graphic - Stroke",
766
+ hd: !1
767
+ },
768
+ {
769
+ ty: "tr",
770
+ p: {
771
+ a: 0,
772
+ k: [
773
+ 217.411,
774
+ 213.111
775
+ ],
776
+ ix: 2
777
+ },
778
+ a: {
779
+ a: 0,
780
+ k: [
781
+ 0,
782
+ 0
783
+ ],
784
+ ix: 1
785
+ },
786
+ s: {
787
+ a: 0,
788
+ k: [
789
+ 100,
790
+ 100
791
+ ],
792
+ ix: 3
793
+ },
794
+ r: {
795
+ a: 0,
796
+ k: 0,
797
+ ix: 6
798
+ },
799
+ o: {
800
+ a: 0,
801
+ k: 100,
802
+ ix: 7
803
+ },
804
+ sk: {
805
+ a: 0,
806
+ k: 0,
807
+ ix: 4
808
+ },
809
+ sa: {
810
+ a: 0,
811
+ k: 0,
812
+ ix: 5
813
+ },
814
+ nm: "Transform"
815
+ }
816
+ ],
817
+ nm: "Group 1",
818
+ np: 2,
819
+ cix: 2,
820
+ bm: 0,
821
+ ix: 1,
822
+ mn: "ADBE Vector Group",
823
+ hd: !1
824
+ },
825
+ {
826
+ ty: "tm",
827
+ s: {
828
+ a: 0,
829
+ k: 0,
830
+ ix: 1
831
+ },
832
+ e: {
833
+ a: 0,
834
+ k: 40,
835
+ ix: 2
836
+ },
837
+ o: {
838
+ a: 1,
839
+ k: [
840
+ {
841
+ i: {
842
+ x: [
843
+ 0.833
844
+ ],
845
+ y: [
846
+ 0.833
847
+ ]
848
+ },
849
+ o: {
850
+ x: [
851
+ 0.167
852
+ ],
853
+ y: [
854
+ 0.167
855
+ ]
856
+ },
857
+ t: 0,
858
+ s: [
859
+ 150
860
+ ]
861
+ },
862
+ {
863
+ t: 72,
864
+ s: [
865
+ 510
866
+ ]
867
+ }
868
+ ],
869
+ ix: 3
870
+ },
871
+ m: 1,
872
+ ix: 2,
873
+ nm: "Trim Paths 1",
874
+ mn: "ADBE Vector Filter - Trim",
875
+ hd: !1
876
+ }
877
+ ],
878
+ ip: 0,
879
+ op: 494,
880
+ st: 0,
881
+ ct: 1,
882
+ bm: 0
883
+ },
884
+ {
885
+ ddd: 0,
886
+ ind: 7,
887
+ ty: 4,
888
+ nm: "infinite-8",
889
+ sr: 1,
890
+ ks: {
891
+ o: {
892
+ a: 0,
893
+ k: 100,
894
+ ix: 11
895
+ },
896
+ r: {
897
+ a: 0,
898
+ k: 0,
899
+ ix: 10
900
+ },
901
+ p: {
902
+ s: !0,
903
+ x: {
904
+ a: 0,
905
+ k: 212.5,
906
+ ix: 3
907
+ },
908
+ y: {
909
+ a: 0,
910
+ k: 205,
911
+ ix: 4
912
+ }
913
+ },
914
+ a: {
915
+ a: 0,
916
+ k: [
917
+ 217.411,
918
+ 213.111,
919
+ 0
920
+ ],
921
+ ix: 1,
922
+ l: 2
923
+ },
924
+ s: {
925
+ a: 0,
926
+ k: [
927
+ 100,
928
+ 100,
929
+ 100
930
+ ],
931
+ ix: 6,
932
+ l: 2
933
+ }
934
+ },
935
+ ao: 0,
936
+ shapes: [
937
+ {
938
+ ty: "gr",
939
+ it: [
940
+ {
941
+ ind: 0,
942
+ ty: "sh",
943
+ ix: 1,
944
+ ks: {
945
+ a: 0,
946
+ k: {
947
+ i: [
948
+ [
949
+ 61.874,
950
+ 0
951
+ ],
952
+ [
953
+ 0,
954
+ 28.659
955
+ ],
956
+ [
957
+ -27.067,
958
+ 0
959
+ ],
960
+ [
961
+ -61.874,
962
+ 0
963
+ ],
964
+ [
965
+ 0,
966
+ 28.659
967
+ ],
968
+ [
969
+ 27.067,
970
+ 0
971
+ ]
972
+ ],
973
+ o: [
974
+ [
975
+ -27.067,
976
+ 0
977
+ ],
978
+ [
979
+ 0,
980
+ -28.659
981
+ ],
982
+ [
983
+ 64.164,
984
+ 0
985
+ ],
986
+ [
987
+ 27.067,
988
+ 0
989
+ ],
990
+ [
991
+ 0,
992
+ -28.659
993
+ ],
994
+ [
995
+ -64.164,
996
+ 0
997
+ ]
998
+ ],
999
+ v: [
1000
+ [
1001
+ -61.261,
1002
+ 51.892
1003
+ ],
1004
+ [
1005
+ -110.27,
1006
+ 0
1007
+ ],
1008
+ [
1009
+ -61.261,
1010
+ -51.892
1011
+ ],
1012
+ [
1013
+ 61.261,
1014
+ 51.892
1015
+ ],
1016
+ [
1017
+ 110.27,
1018
+ 0
1019
+ ],
1020
+ [
1021
+ 61.261,
1022
+ -51.892
1023
+ ]
1024
+ ],
1025
+ c: !0
1026
+ },
1027
+ ix: 2
1028
+ },
1029
+ nm: "Path 1",
1030
+ mn: "ADBE Vector Shape - Group",
1031
+ hd: !1
1032
+ },
1033
+ {
1034
+ ty: "st",
1035
+ c: {
1036
+ a: 0,
1037
+ k: [
1038
+ 1,
1039
+ 1,
1040
+ 1,
1041
+ 1
1042
+ ],
1043
+ ix: 3
1044
+ },
1045
+ o: {
1046
+ a: 0,
1047
+ k: 100,
1048
+ ix: 4
1049
+ },
1050
+ w: {
1051
+ a: 0,
1052
+ k: 3,
1053
+ ix: 5
1054
+ },
1055
+ lc: 2,
1056
+ lj: 2,
1057
+ bm: 0,
1058
+ nm: "Stroke 1",
1059
+ mn: "ADBE Vector Graphic - Stroke",
1060
+ hd: !1
1061
+ },
1062
+ {
1063
+ ty: "tr",
1064
+ p: {
1065
+ a: 0,
1066
+ k: [
1067
+ 217.411,
1068
+ 213.111
1069
+ ],
1070
+ ix: 2
1071
+ },
1072
+ a: {
1073
+ a: 0,
1074
+ k: [
1075
+ 0,
1076
+ 0
1077
+ ],
1078
+ ix: 1
1079
+ },
1080
+ s: {
1081
+ a: 0,
1082
+ k: [
1083
+ 100,
1084
+ 100
1085
+ ],
1086
+ ix: 3
1087
+ },
1088
+ r: {
1089
+ a: 0,
1090
+ k: 0,
1091
+ ix: 6
1092
+ },
1093
+ o: {
1094
+ a: 0,
1095
+ k: 100,
1096
+ ix: 7
1097
+ },
1098
+ sk: {
1099
+ a: 0,
1100
+ k: 0,
1101
+ ix: 4
1102
+ },
1103
+ sa: {
1104
+ a: 0,
1105
+ k: 0,
1106
+ ix: 5
1107
+ },
1108
+ nm: "Transform"
1109
+ }
1110
+ ],
1111
+ nm: "Group 1",
1112
+ np: 2,
1113
+ cix: 2,
1114
+ bm: 0,
1115
+ ix: 1,
1116
+ mn: "ADBE Vector Group",
1117
+ hd: !1
1118
+ },
1119
+ {
1120
+ ty: "tm",
1121
+ s: {
1122
+ a: 0,
1123
+ k: 0,
1124
+ ix: 1
1125
+ },
1126
+ e: {
1127
+ a: 0,
1128
+ k: 40,
1129
+ ix: 2
1130
+ },
1131
+ o: {
1132
+ a: 1,
1133
+ k: [
1134
+ {
1135
+ i: {
1136
+ x: [
1137
+ 0.833
1138
+ ],
1139
+ y: [
1140
+ 0.833
1141
+ ]
1142
+ },
1143
+ o: {
1144
+ x: [
1145
+ 0.167
1146
+ ],
1147
+ y: [
1148
+ 0.167
1149
+ ]
1150
+ },
1151
+ t: 0,
1152
+ s: [
1153
+ 340
1154
+ ]
1155
+ },
1156
+ {
1157
+ t: 72,
1158
+ s: [
1159
+ 700
1160
+ ]
1161
+ }
1162
+ ],
1163
+ ix: 3
1164
+ },
1165
+ m: 1,
1166
+ ix: 2,
1167
+ nm: "Trim Paths 1",
1168
+ mn: "ADBE Vector Filter - Trim",
1169
+ hd: !1
1170
+ }
1171
+ ],
1172
+ ip: 0,
1173
+ op: 494,
1174
+ st: 0,
1175
+ ct: 1,
1176
+ bm: 0
1177
+ },
1178
+ {
1179
+ ddd: 0,
1180
+ ind: 8,
1181
+ ty: 4,
1182
+ nm: "infinite-4",
1183
+ sr: 1,
1184
+ ks: {
1185
+ o: {
1186
+ a: 0,
1187
+ k: 100,
1188
+ ix: 11
1189
+ },
1190
+ r: {
1191
+ a: 0,
1192
+ k: 0,
1193
+ ix: 10
1194
+ },
1195
+ p: {
1196
+ s: !0,
1197
+ x: {
1198
+ a: 0,
1199
+ k: 212.5,
1200
+ ix: 3
1201
+ },
1202
+ y: {
1203
+ a: 0,
1204
+ k: 212.5,
1205
+ ix: 4
1206
+ }
1207
+ },
1208
+ a: {
1209
+ a: 0,
1210
+ k: [
1211
+ 217.411,
1212
+ 213.111,
1213
+ 0
1214
+ ],
1215
+ ix: 1,
1216
+ l: 2
1217
+ },
1218
+ s: {
1219
+ a: 0,
1220
+ k: [
1221
+ 100,
1222
+ 100,
1223
+ 100
1224
+ ],
1225
+ ix: 6,
1226
+ l: 2
1227
+ }
1228
+ },
1229
+ ao: 0,
1230
+ shapes: [
1231
+ {
1232
+ ty: "gr",
1233
+ it: [
1234
+ {
1235
+ ind: 0,
1236
+ ty: "sh",
1237
+ ix: 1,
1238
+ ks: {
1239
+ a: 0,
1240
+ k: {
1241
+ i: [
1242
+ [
1243
+ 61.874,
1244
+ 0
1245
+ ],
1246
+ [
1247
+ 0,
1248
+ 28.659
1249
+ ],
1250
+ [
1251
+ -27.067,
1252
+ 0
1253
+ ],
1254
+ [
1255
+ -61.874,
1256
+ 0
1257
+ ],
1258
+ [
1259
+ 0,
1260
+ 28.659
1261
+ ],
1262
+ [
1263
+ 27.067,
1264
+ 0
1265
+ ]
1266
+ ],
1267
+ o: [
1268
+ [
1269
+ -27.067,
1270
+ 0
1271
+ ],
1272
+ [
1273
+ 0,
1274
+ -28.659
1275
+ ],
1276
+ [
1277
+ 64.164,
1278
+ 0
1279
+ ],
1280
+ [
1281
+ 27.067,
1282
+ 0
1283
+ ],
1284
+ [
1285
+ 0,
1286
+ -28.659
1287
+ ],
1288
+ [
1289
+ -64.164,
1290
+ 0
1291
+ ]
1292
+ ],
1293
+ v: [
1294
+ [
1295
+ -61.261,
1296
+ 51.892
1297
+ ],
1298
+ [
1299
+ -110.27,
1300
+ 0
1301
+ ],
1302
+ [
1303
+ -61.261,
1304
+ -51.892
1305
+ ],
1306
+ [
1307
+ 61.261,
1308
+ 51.892
1309
+ ],
1310
+ [
1311
+ 110.27,
1312
+ 0
1313
+ ],
1314
+ [
1315
+ 61.261,
1316
+ -51.892
1317
+ ]
1318
+ ],
1319
+ c: !0
1320
+ },
1321
+ ix: 2
1322
+ },
1323
+ nm: "Path 1",
1324
+ mn: "ADBE Vector Shape - Group",
1325
+ hd: !1
1326
+ },
1327
+ {
1328
+ ty: "st",
1329
+ c: {
1330
+ a: 0,
1331
+ k: [
1332
+ 1,
1333
+ 1,
1334
+ 1,
1335
+ 1
1336
+ ],
1337
+ ix: 3
1338
+ },
1339
+ o: {
1340
+ a: 0,
1341
+ k: 100,
1342
+ ix: 4
1343
+ },
1344
+ w: {
1345
+ a: 0,
1346
+ k: 3,
1347
+ ix: 5
1348
+ },
1349
+ lc: 2,
1350
+ lj: 2,
1351
+ bm: 0,
1352
+ nm: "Stroke 1",
1353
+ mn: "ADBE Vector Graphic - Stroke",
1354
+ hd: !1
1355
+ },
1356
+ {
1357
+ ty: "tr",
1358
+ p: {
1359
+ a: 0,
1360
+ k: [
1361
+ 217.411,
1362
+ 213.111
1363
+ ],
1364
+ ix: 2
1365
+ },
1366
+ a: {
1367
+ a: 0,
1368
+ k: [
1369
+ 0,
1370
+ 0
1371
+ ],
1372
+ ix: 1
1373
+ },
1374
+ s: {
1375
+ a: 0,
1376
+ k: [
1377
+ 100,
1378
+ 100
1379
+ ],
1380
+ ix: 3
1381
+ },
1382
+ r: {
1383
+ a: 0,
1384
+ k: 0,
1385
+ ix: 6
1386
+ },
1387
+ o: {
1388
+ a: 0,
1389
+ k: 100,
1390
+ ix: 7
1391
+ },
1392
+ sk: {
1393
+ a: 0,
1394
+ k: 0,
1395
+ ix: 4
1396
+ },
1397
+ sa: {
1398
+ a: 0,
1399
+ k: 0,
1400
+ ix: 5
1401
+ },
1402
+ nm: "Transform"
1403
+ }
1404
+ ],
1405
+ nm: "Group 1",
1406
+ np: 2,
1407
+ cix: 2,
1408
+ bm: 0,
1409
+ ix: 1,
1410
+ mn: "ADBE Vector Group",
1411
+ hd: !1
1412
+ },
1413
+ {
1414
+ ty: "tm",
1415
+ s: {
1416
+ a: 0,
1417
+ k: 0,
1418
+ ix: 1
1419
+ },
1420
+ e: {
1421
+ a: 0,
1422
+ k: 40,
1423
+ ix: 2
1424
+ },
1425
+ o: {
1426
+ a: 1,
1427
+ k: [
1428
+ {
1429
+ i: {
1430
+ x: [
1431
+ 0.833
1432
+ ],
1433
+ y: [
1434
+ 0.833
1435
+ ]
1436
+ },
1437
+ o: {
1438
+ x: [
1439
+ 0.167
1440
+ ],
1441
+ y: [
1442
+ 0.167
1443
+ ]
1444
+ },
1445
+ t: 0,
1446
+ s: [
1447
+ 240
1448
+ ]
1449
+ },
1450
+ {
1451
+ t: 72,
1452
+ s: [
1453
+ 600
1454
+ ]
1455
+ }
1456
+ ],
1457
+ ix: 3
1458
+ },
1459
+ m: 1,
1460
+ ix: 2,
1461
+ nm: "Trim Paths 1",
1462
+ mn: "ADBE Vector Filter - Trim",
1463
+ hd: !1
1464
+ }
1465
+ ],
1466
+ ip: 0,
1467
+ op: 494,
1468
+ st: 0,
1469
+ ct: 1,
1470
+ bm: 0
1471
+ },
1472
+ {
1473
+ ddd: 0,
1474
+ ind: 9,
1475
+ ty: 4,
1476
+ nm: "infinite-7",
1477
+ sr: 1,
1478
+ ks: {
1479
+ o: {
1480
+ a: 0,
1481
+ k: 100,
1482
+ ix: 11
1483
+ },
1484
+ r: {
1485
+ a: 0,
1486
+ k: 0,
1487
+ ix: 10
1488
+ },
1489
+ p: {
1490
+ s: !0,
1491
+ x: {
1492
+ a: 0,
1493
+ k: 212.5,
1494
+ ix: 3
1495
+ },
1496
+ y: {
1497
+ a: 0,
1498
+ k: 220,
1499
+ ix: 4
1500
+ }
1501
+ },
1502
+ a: {
1503
+ a: 0,
1504
+ k: [
1505
+ 217.411,
1506
+ 213.111,
1507
+ 0
1508
+ ],
1509
+ ix: 1,
1510
+ l: 2
1511
+ },
1512
+ s: {
1513
+ a: 0,
1514
+ k: [
1515
+ 100,
1516
+ 100,
1517
+ 100
1518
+ ],
1519
+ ix: 6,
1520
+ l: 2
1521
+ }
1522
+ },
1523
+ ao: 0,
1524
+ shapes: [
1525
+ {
1526
+ ty: "gr",
1527
+ it: [
1528
+ {
1529
+ ind: 0,
1530
+ ty: "sh",
1531
+ ix: 1,
1532
+ ks: {
1533
+ a: 0,
1534
+ k: {
1535
+ i: [
1536
+ [
1537
+ 61.874,
1538
+ 0
1539
+ ],
1540
+ [
1541
+ 0,
1542
+ 28.659
1543
+ ],
1544
+ [
1545
+ -27.067,
1546
+ 0
1547
+ ],
1548
+ [
1549
+ -61.874,
1550
+ 0
1551
+ ],
1552
+ [
1553
+ 0,
1554
+ 28.659
1555
+ ],
1556
+ [
1557
+ 27.067,
1558
+ 0
1559
+ ]
1560
+ ],
1561
+ o: [
1562
+ [
1563
+ -27.067,
1564
+ 0
1565
+ ],
1566
+ [
1567
+ 0,
1568
+ -28.659
1569
+ ],
1570
+ [
1571
+ 64.164,
1572
+ 0
1573
+ ],
1574
+ [
1575
+ 27.067,
1576
+ 0
1577
+ ],
1578
+ [
1579
+ 0,
1580
+ -28.659
1581
+ ],
1582
+ [
1583
+ -64.164,
1584
+ 0
1585
+ ]
1586
+ ],
1587
+ v: [
1588
+ [
1589
+ -61.261,
1590
+ 51.892
1591
+ ],
1592
+ [
1593
+ -110.27,
1594
+ 0
1595
+ ],
1596
+ [
1597
+ -61.261,
1598
+ -51.892
1599
+ ],
1600
+ [
1601
+ 61.261,
1602
+ 51.892
1603
+ ],
1604
+ [
1605
+ 110.27,
1606
+ 0
1607
+ ],
1608
+ [
1609
+ 61.261,
1610
+ -51.892
1611
+ ]
1612
+ ],
1613
+ c: !0
1614
+ },
1615
+ ix: 2
1616
+ },
1617
+ nm: "Path 1",
1618
+ mn: "ADBE Vector Shape - Group",
1619
+ hd: !1
1620
+ },
1621
+ {
1622
+ ty: "st",
1623
+ c: {
1624
+ a: 0,
1625
+ k: [
1626
+ 1,
1627
+ 1,
1628
+ 1,
1629
+ 1
1630
+ ],
1631
+ ix: 3
1632
+ },
1633
+ o: {
1634
+ a: 0,
1635
+ k: 100,
1636
+ ix: 4
1637
+ },
1638
+ w: {
1639
+ a: 0,
1640
+ k: 3,
1641
+ ix: 5
1642
+ },
1643
+ lc: 2,
1644
+ lj: 2,
1645
+ bm: 0,
1646
+ nm: "Stroke 1",
1647
+ mn: "ADBE Vector Graphic - Stroke",
1648
+ hd: !1
1649
+ },
1650
+ {
1651
+ ty: "tr",
1652
+ p: {
1653
+ a: 0,
1654
+ k: [
1655
+ 217.411,
1656
+ 213.111
1657
+ ],
1658
+ ix: 2
1659
+ },
1660
+ a: {
1661
+ a: 0,
1662
+ k: [
1663
+ 0,
1664
+ 0
1665
+ ],
1666
+ ix: 1
1667
+ },
1668
+ s: {
1669
+ a: 0,
1670
+ k: [
1671
+ 100,
1672
+ 100
1673
+ ],
1674
+ ix: 3
1675
+ },
1676
+ r: {
1677
+ a: 0,
1678
+ k: 0,
1679
+ ix: 6
1680
+ },
1681
+ o: {
1682
+ a: 0,
1683
+ k: 100,
1684
+ ix: 7
1685
+ },
1686
+ sk: {
1687
+ a: 0,
1688
+ k: 0,
1689
+ ix: 4
1690
+ },
1691
+ sa: {
1692
+ a: 0,
1693
+ k: 0,
1694
+ ix: 5
1695
+ },
1696
+ nm: "Transform"
1697
+ }
1698
+ ],
1699
+ nm: "Group 1",
1700
+ np: 2,
1701
+ cix: 2,
1702
+ bm: 0,
1703
+ ix: 1,
1704
+ mn: "ADBE Vector Group",
1705
+ hd: !1
1706
+ },
1707
+ {
1708
+ ty: "tm",
1709
+ s: {
1710
+ a: 0,
1711
+ k: 0,
1712
+ ix: 1
1713
+ },
1714
+ e: {
1715
+ a: 0,
1716
+ k: 40,
1717
+ ix: 2
1718
+ },
1719
+ o: {
1720
+ a: 1,
1721
+ k: [
1722
+ {
1723
+ i: {
1724
+ x: [
1725
+ 0.833
1726
+ ],
1727
+ y: [
1728
+ 0.833
1729
+ ]
1730
+ },
1731
+ o: {
1732
+ x: [
1733
+ 0.167
1734
+ ],
1735
+ y: [
1736
+ 0.167
1737
+ ]
1738
+ },
1739
+ t: 0,
1740
+ s: [
1741
+ 150
1742
+ ]
1743
+ },
1744
+ {
1745
+ t: 72,
1746
+ s: [
1747
+ 510
1748
+ ]
1749
+ }
1750
+ ],
1751
+ ix: 3
1752
+ },
1753
+ m: 1,
1754
+ ix: 2,
1755
+ nm: "Trim Paths 1",
1756
+ mn: "ADBE Vector Filter - Trim",
1757
+ hd: !1
1758
+ }
1759
+ ],
1760
+ ip: 0,
1761
+ op: 494,
1762
+ st: 0,
1763
+ ct: 1,
1764
+ bm: 0
1765
+ }
1766
+ ], s = [], k = {}, c = {
1767
+ v: i,
1768
+ fr: 24,
1769
+ ip: 0,
1770
+ op: 73,
1771
+ w: 425,
1772
+ h: 425,
1773
+ nm: a,
1774
+ ddd: 0,
1775
+ assets: t,
1776
+ layers: x,
1777
+ markers: s,
1778
+ props: k
1779
+ };
1780
+ export {
1781
+ t as assets,
1782
+ p as ddd,
1783
+ c as default,
1784
+ r as fr,
1785
+ e as h,
1786
+ o as ip,
1787
+ x as layers,
1788
+ s as markers,
1789
+ a as nm,
1790
+ n as op,
1791
+ k as props,
1792
+ i as v,
1793
+ m as w
1794
+ };
1795
+ //# sourceMappingURL=infinite-button-symbol.json.js.map