@cuemath/leap 2.8.25 → 2.8.26

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 (238) hide show
  1. package/dist/assets/lottie/lottie.js +61 -0
  2. package/dist/assets/lottie/lottie.js.map +1 -0
  3. package/dist/features/circle-games/game-launcher/comps/segmented-game-card/segmented-game-card.js +81 -79
  4. package/dist/features/circle-games/game-launcher/comps/segmented-game-card/segmented-game-card.js.map +1 -1
  5. package/dist/features/circle-games/game-launcher/game-launcher.js +61 -65
  6. package/dist/features/circle-games/game-launcher/game-launcher.js.map +1 -1
  7. package/dist/features/circle-games/leaderboard/comps/banner/banner.js +35 -53
  8. package/dist/features/circle-games/leaderboard/comps/banner/banner.js.map +1 -1
  9. package/dist/features/circle-games/leaderboard/leaderboard.js +56 -55
  10. package/dist/features/circle-games/leaderboard/leaderboard.js.map +1 -1
  11. package/dist/features/circle-games/sign-up/comp/circular-steps/circular-steps.js +40 -41
  12. package/dist/features/circle-games/sign-up/comp/circular-steps/circular-steps.js.map +1 -1
  13. package/dist/features/circle-games/sign-up/comp/spinner/spinner-styled.js +4 -8
  14. package/dist/features/circle-games/sign-up/comp/spinner/spinner-styled.js.map +1 -1
  15. package/dist/features/circle-games/sign-up/comp/spinner/spinner.js +6 -23
  16. package/dist/features/circle-games/sign-up/comp/spinner/spinner.js.map +1 -1
  17. package/dist/features/circle-games/sign-up/comp/splash-screen/splash-screen.js +40 -35
  18. package/dist/features/circle-games/sign-up/comp/splash-screen/splash-screen.js.map +1 -1
  19. package/dist/features/milestone/milestone-tests/tests-creation/test-stages/difficulty-and-duration-selection/difficulty-and-duration-selection.js +2 -2
  20. package/dist/features/milestone/milestone-tests/tests-creation/test-stages/difficulty-and-duration-selection/test-radio-card/test-card-lottie-animation.js +8 -23
  21. package/dist/features/milestone/milestone-tests/tests-creation/test-stages/difficulty-and-duration-selection/test-radio-card/test-card-lottie-animation.js.map +1 -1
  22. package/dist/features/milestone/milestone-tests/tests-creation/test-stages/difficulty-and-duration-selection/test-radio-card/test-radio-card.js +11 -11
  23. package/dist/features/milestone/milestone-tests/tests-creation/test-stages/difficulty-and-duration-selection/test-radio-card/test-radio-card.js.map +1 -1
  24. package/dist/features/milestone/milestone-tests/tests-creation/utils/index.js +37 -43
  25. package/dist/features/milestone/milestone-tests/tests-creation/utils/index.js.map +1 -1
  26. package/dist/features/post-game-stats/accuracy/accuracy.js +38 -34
  27. package/dist/features/post-game-stats/accuracy/accuracy.js.map +1 -1
  28. package/dist/features/post-game-stats/clock/clock.js +43 -39
  29. package/dist/features/post-game-stats/clock/clock.js.map +1 -1
  30. package/dist/features/post-game-stats/points/points.js +43 -44
  31. package/dist/features/post-game-stats/points/points.js.map +1 -1
  32. package/dist/features/post-game-stats/streak/streak.js +30 -28
  33. package/dist/features/post-game-stats/streak/streak.js.map +1 -1
  34. package/dist/features/trial-session/comps/av-panels/teacher-av-panel/teacher-av-panel.js +56 -54
  35. package/dist/features/trial-session/comps/av-panels/teacher-av-panel/teacher-av-panel.js.map +1 -1
  36. package/dist/features/trial-session/comps/parent-app/parent-app.js +25 -20
  37. package/dist/features/trial-session/comps/parent-app/parent-app.js.map +1 -1
  38. package/dist/features/trial-session/comps/school-goals/school-goals-view.js +4 -4
  39. package/dist/features/trial-session/comps/school-goals/school-goals-view.js.map +1 -1
  40. package/dist/features/trial-session/comps/session-insights/session-insights.js +40 -39
  41. package/dist/features/trial-session/comps/session-insights/session-insights.js.map +1 -1
  42. package/dist/features/trial-session/trial-session-view.js +95 -79
  43. package/dist/features/trial-session/trial-session-view.js.map +1 -1
  44. package/dist/features/ui/loader/circular-loader/circular-loader.js +16 -20
  45. package/dist/features/ui/loader/circular-loader/circular-loader.js.map +1 -1
  46. package/dist/features/ui/lottie-animation/helper.js +13 -0
  47. package/dist/features/ui/lottie-animation/helper.js.map +1 -0
  48. package/dist/features/ui/lottie-animation/lottie-animation.js +37 -0
  49. package/dist/features/ui/lottie-animation/lottie-animation.js.map +1 -0
  50. package/dist/features/ui/nudge/nudge-styled.js +4 -8
  51. package/dist/features/ui/nudge/nudge-styled.js.map +1 -1
  52. package/dist/features/ui/nudge/nudge.js +13 -30
  53. package/dist/features/ui/nudge/nudge.js.map +1 -1
  54. package/dist/features/ui/perfect-hits/perfect-hits-helpers.js +22 -20
  55. package/dist/features/ui/perfect-hits/perfect-hits-helpers.js.map +1 -1
  56. package/dist/features/worksheet/worksheet/worksheet-permissions/error.js +25 -48
  57. package/dist/features/worksheet/worksheet/worksheet-permissions/error.js.map +1 -1
  58. package/dist/features/worksheet/worksheet/worksheet-question/header/validated-animation.js +12 -26
  59. package/dist/features/worksheet/worksheet/worksheet-question/header/validated-animation.js.map +1 -1
  60. package/dist/index.d.ts +58 -0
  61. package/dist/index.js +466 -464
  62. package/dist/index.js.map +1 -1
  63. package/dist/static/accuracy-meter.99585cba.json +4218 -0
  64. package/dist/static/accuracy-needle.cd6e63ac.json +618 -0
  65. package/dist/static/beginner1x.489908a7.json +3508 -0
  66. package/dist/static/bronze-1.da4e4b5f.json +4176 -0
  67. package/dist/static/bronze-2.97f9c639.json +4433 -0
  68. package/dist/static/bronze-3.6a433ebd.json +4786 -0
  69. package/dist/static/circular-loader.a5a1a0a6.json +238 -0
  70. package/dist/static/clock-30min.eae818b8.json +1197 -0
  71. package/dist/static/clock-45min.df8adf51.json +1197 -0
  72. package/dist/static/clock-60min.2b48d875.json +1197 -0
  73. package/dist/static/clock-90min.3e557ed7.json +1407 -0
  74. package/dist/static/color-1.45101b9a.json +4545 -0
  75. package/dist/static/color-2.ccdc7d0a.json +4828 -0
  76. package/dist/static/color-3.5e8e1422.json +5273 -0
  77. package/dist/static/difficult.6846c064.json +2755 -0
  78. package/dist/static/easy-rescheduling-lottie.28026af9.json +9301 -0
  79. package/dist/static/easy.68242ddd.json +2658 -0
  80. package/dist/static/elite-circle.3df58972.json +6876 -0
  81. package/dist/static/error-lottie.b3507a4b.json +5255 -0
  82. package/dist/static/familiar1x.7c9c7f15.json +3046 -0
  83. package/dist/static/fifteen-min-clock.0af4e303.json +715 -0
  84. package/dist/static/five-min-clock.6be5cc41.json +721 -0
  85. package/dist/static/gold-1.ab2489fe.json +4176 -0
  86. package/dist/static/gold-2.34045826.json +4441 -0
  87. package/dist/static/gold-3.d704698b.json +4810 -0
  88. package/dist/static/levelup-rings.b1055283.json +549 -0
  89. package/dist/static/medium.94c3829b.json +2289 -0
  90. package/dist/static/nudge-tap.5cb30093.json +1057 -0
  91. package/dist/static/point1.b53831de.json +2942 -0
  92. package/dist/static/point10.7b5e536d.json +3179 -0
  93. package/dist/static/point100.1df16f82.json +3196 -0
  94. package/dist/static/point15.fea00c32.json +3179 -0
  95. package/dist/static/point20.c88d776d.json +3178 -0
  96. package/dist/static/point25.a18c346a.json +3178 -0
  97. package/dist/static/point30.c5224b0b.json +3202 -0
  98. package/dist/static/point35.fad343dd.json +3058 -0
  99. package/dist/static/point40.10a16f72.json +3082 -0
  100. package/dist/static/point45.2ad7561f.json +3082 -0
  101. package/dist/static/point5.da40ed1f.json +2948 -0
  102. package/dist/static/point50.5718cb3d.json +3046 -0
  103. package/dist/static/point60.17380d9f.json +3076 -0
  104. package/dist/static/proficient1x.fa6e7b80.json +3430 -0
  105. package/dist/static/silver-1.0396328a.json +4168 -0
  106. package/dist/static/silver-2.bf50615f.json +4433 -0
  107. package/dist/static/silver-3.13d66b84.json +4810 -0
  108. package/dist/static/sleepy-boi.031a1165.json +1008 -0
  109. package/dist/static/spinner-white.639e0d87.json +122 -0
  110. package/dist/static/splash-screen.bbf567ce.json +2411 -0
  111. package/dist/static/stay-connected-lottie.111439b3.json +3547 -0
  112. package/dist/static/teacher-validation.7577ecdc.json +245 -0
  113. package/dist/static/total-streak.d5ce7669.json +842 -0
  114. package/dist/static/total-time-spent.434005d3.json +200 -0
  115. package/dist/static/total-time.d979cbb9.json +24383 -0
  116. package/dist/static/tournament-ripple.e5c239a5.json +1047 -0
  117. package/dist/static/track-progress-lottie.422108cf.json +2972 -0
  118. package/package.json +1 -1
  119. package/dist/assets/lotties/circle/100pts.json.js +0 -7957
  120. package/dist/assets/lotties/circle/100pts.json.js.map +0 -1
  121. package/dist/assets/lotties/circle/10pts.json.js +0 -7753
  122. package/dist/assets/lotties/circle/10pts.json.js.map +0 -1
  123. package/dist/assets/lotties/circle/15pts.json.js +0 -7879
  124. package/dist/assets/lotties/circle/15pts.json.js.map +0 -1
  125. package/dist/assets/lotties/circle/1pts.json.js +0 -7257
  126. package/dist/assets/lotties/circle/1pts.json.js.map +0 -1
  127. package/dist/assets/lotties/circle/20pts.json.js +0 -7845
  128. package/dist/assets/lotties/circle/20pts.json.js.map +0 -1
  129. package/dist/assets/lotties/circle/25pts.json.js +0 -7971
  130. package/dist/assets/lotties/circle/25pts.json.js.map +0 -1
  131. package/dist/assets/lotties/circle/30pts.json.js +0 -7941
  132. package/dist/assets/lotties/circle/30pts.json.js.map +0 -1
  133. package/dist/assets/lotties/circle/35pts.json.js +0 -7881
  134. package/dist/assets/lotties/circle/35pts.json.js.map +0 -1
  135. package/dist/assets/lotties/circle/40pts.json.js +0 -7725
  136. package/dist/assets/lotties/circle/40pts.json.js.map +0 -1
  137. package/dist/assets/lotties/circle/45pts.json.js +0 -7851
  138. package/dist/assets/lotties/circle/45pts.json.js.map +0 -1
  139. package/dist/assets/lotties/circle/50pts.json.js +0 -7707
  140. package/dist/assets/lotties/circle/50pts.json.js.map +0 -1
  141. package/dist/assets/lotties/circle/5pts.json.js +0 -7420
  142. package/dist/assets/lotties/circle/5pts.json.js.map +0 -1
  143. package/dist/assets/lotties/circle/60pts.json.js +0 -7701
  144. package/dist/assets/lotties/circle/60pts.json.js.map +0 -1
  145. package/dist/assets/lotties/circle/accuracy-meter-lottie.json.js +0 -6811
  146. package/dist/assets/lotties/circle/accuracy-meter-lottie.json.js.map +0 -1
  147. package/dist/assets/lotties/circle/accuracy-needle-lottie.json.js +0 -1503
  148. package/dist/assets/lotties/circle/accuracy-needle-lottie.json.js.map +0 -1
  149. package/dist/assets/lotties/circle/circular-loader.json.js +0 -635
  150. package/dist/assets/lotties/circle/circular-loader.json.js.map +0 -1
  151. package/dist/assets/lotties/circle/elite-circle-lottie.json.js +0 -12079
  152. package/dist/assets/lotties/circle/elite-circle-lottie.json.js.map +0 -1
  153. package/dist/assets/lotties/circle/levelup-rings-lottie.json.js +0 -1412
  154. package/dist/assets/lotties/circle/levelup-rings-lottie.json.js.map +0 -1
  155. package/dist/assets/lotties/circle/sleepy-boi-lottie.json.js +0 -2632
  156. package/dist/assets/lotties/circle/sleepy-boi-lottie.json.js.map +0 -1
  157. package/dist/assets/lotties/circle/spinner-white.json.js +0 -316
  158. package/dist/assets/lotties/circle/spinner-white.json.js.map +0 -1
  159. package/dist/assets/lotties/circle/splash-screen.json.js +0 -5864
  160. package/dist/assets/lotties/circle/splash-screen.json.js.map +0 -1
  161. package/dist/assets/lotties/circle/total-streak-lottie.json.js +0 -2103
  162. package/dist/assets/lotties/circle/total-streak-lottie.json.js.map +0 -1
  163. package/dist/assets/lotties/circle/total-time-lottie.json.js +0 -33016
  164. package/dist/assets/lotties/circle/total-time-lottie.json.js.map +0 -1
  165. package/dist/assets/lotties/circle/total-time-spent-lottie.json.js +0 -260
  166. package/dist/assets/lotties/circle/total-time-spent-lottie.json.js.map +0 -1
  167. package/dist/assets/lotties/circle/tournament-ripple-lottie.json.js +0 -1563
  168. package/dist/assets/lotties/circle/tournament-ripple-lottie.json.js.map +0 -1
  169. package/dist/assets/lotties/common/nudge-tap.json.js +0 -3597
  170. package/dist/assets/lotties/common/nudge-tap.json.js.map +0 -1
  171. package/dist/assets/lotties/error-lottie.json.js +0 -12755
  172. package/dist/assets/lotties/error-lottie.json.js.map +0 -1
  173. package/dist/assets/lotties/perfect-hits/bronze-1.json.js +0 -10871
  174. package/dist/assets/lotties/perfect-hits/bronze-1.json.js.map +0 -1
  175. package/dist/assets/lotties/perfect-hits/bronze-2.json.js +0 -11389
  176. package/dist/assets/lotties/perfect-hits/bronze-2.json.js.map +0 -1
  177. package/dist/assets/lotties/perfect-hits/bronze-3.json.js +0 -12169
  178. package/dist/assets/lotties/perfect-hits/bronze-3.json.js.map +0 -1
  179. package/dist/assets/lotties/perfect-hits/color-1.json.js +0 -12348
  180. package/dist/assets/lotties/perfect-hits/color-1.json.js.map +0 -1
  181. package/dist/assets/lotties/perfect-hits/color-2.json.js +0 -12941
  182. package/dist/assets/lotties/perfect-hits/color-2.json.js.map +0 -1
  183. package/dist/assets/lotties/perfect-hits/color-3.json.js +0 -14034
  184. package/dist/assets/lotties/perfect-hits/color-3.json.js.map +0 -1
  185. package/dist/assets/lotties/perfect-hits/gold-1.json.js +0 -10871
  186. package/dist/assets/lotties/perfect-hits/gold-1.json.js.map +0 -1
  187. package/dist/assets/lotties/perfect-hits/gold-2.json.js +0 -11389
  188. package/dist/assets/lotties/perfect-hits/gold-2.json.js.map +0 -1
  189. package/dist/assets/lotties/perfect-hits/gold-3.json.js +0 -12169
  190. package/dist/assets/lotties/perfect-hits/gold-3.json.js.map +0 -1
  191. package/dist/assets/lotties/perfect-hits/silver-1.json.js +0 -10871
  192. package/dist/assets/lotties/perfect-hits/silver-1.json.js.map +0 -1
  193. package/dist/assets/lotties/perfect-hits/silver-2.json.js +0 -11389
  194. package/dist/assets/lotties/perfect-hits/silver-2.json.js.map +0 -1
  195. package/dist/assets/lotties/perfect-hits/silver-3.json.js +0 -12169
  196. package/dist/assets/lotties/perfect-hits/silver-3.json.js.map +0 -1
  197. package/dist/assets/lotties/teacher-validation.json.js +0 -649
  198. package/dist/assets/lotties/teacher-validation.json.js.map +0 -1
  199. package/dist/assets/lotties/tests-creation/clock_30_min.json.js +0 -2857
  200. package/dist/assets/lotties/tests-creation/clock_30_min.json.js.map +0 -1
  201. package/dist/assets/lotties/tests-creation/clock_45_min.json.js +0 -2857
  202. package/dist/assets/lotties/tests-creation/clock_45_min.json.js.map +0 -1
  203. package/dist/assets/lotties/tests-creation/clock_60_min.json.js +0 -2857
  204. package/dist/assets/lotties/tests-creation/clock_60_min.json.js.map +0 -1
  205. package/dist/assets/lotties/tests-creation/clock_90_min.json.js +0 -3345
  206. package/dist/assets/lotties/tests-creation/clock_90_min.json.js.map +0 -1
  207. package/dist/assets/lotties/tests-creation/difficult.json.js +0 -6713
  208. package/dist/assets/lotties/tests-creation/difficult.json.js.map +0 -1
  209. package/dist/assets/lotties/tests-creation/easy.json.js +0 -6525
  210. package/dist/assets/lotties/tests-creation/easy.json.js.map +0 -1
  211. package/dist/assets/lotties/tests-creation/medium.json.js +0 -5603
  212. package/dist/assets/lotties/tests-creation/medium.json.js.map +0 -1
  213. package/dist/assets/lotties/trial-v3/15min-clock.json.js +0 -2037
  214. package/dist/assets/lotties/trial-v3/15min-clock.json.js.map +0 -1
  215. package/dist/assets/lotties/trial-v3/5min-clock.json.js +0 -2062
  216. package/dist/assets/lotties/trial-v3/5min-clock.json.js.map +0 -1
  217. package/dist/assets/lotties/trial-v3/insight/beginner1x.json.js +0 -8517
  218. package/dist/assets/lotties/trial-v3/insight/beginner1x.json.js.map +0 -1
  219. package/dist/assets/lotties/trial-v3/insight/familiar1x.json.js +0 -7396
  220. package/dist/assets/lotties/trial-v3/insight/familiar1x.json.js.map +0 -1
  221. package/dist/assets/lotties/trial-v3/insight/proficient1x.json.js +0 -8559
  222. package/dist/assets/lotties/trial-v3/insight/proficient1x.json.js.map +0 -1
  223. package/dist/assets/lotties/trial-v3/parent-app/easy-rescheduling-lottie.json.js +0 -23284
  224. package/dist/assets/lotties/trial-v3/parent-app/easy-rescheduling-lottie.json.js.map +0 -1
  225. package/dist/assets/lotties/trial-v3/parent-app/stay-connected-lottie.json.js +0 -9090
  226. package/dist/assets/lotties/trial-v3/parent-app/stay-connected-lottie.json.js.map +0 -1
  227. package/dist/assets/lotties/trial-v3/parent-app/track-progress-lottie.json.js +0 -8675
  228. package/dist/assets/lotties/trial-v3/parent-app/track-progress-lottie.json.js.map +0 -1
  229. package/dist/features/circle-games/game-launcher/comps/segmented-game-card/fetch-lottie.js +0 -13
  230. package/dist/features/circle-games/game-launcher/comps/segmented-game-card/fetch-lottie.js.map +0 -1
  231. package/dist/features/circle-games/game-launcher/game-launcher-styled.js +0 -10
  232. package/dist/features/circle-games/game-launcher/game-launcher-styled.js.map +0 -1
  233. package/dist/features/post-game-stats/points/points-styled.js +0 -10
  234. package/dist/features/post-game-stats/points/points-styled.js.map +0 -1
  235. package/dist/features/trial-session/comps/render-lottie/index.js +0 -26
  236. package/dist/features/trial-session/comps/render-lottie/index.js.map +0 -1
  237. package/dist/features/ui/loader/circular-loader/circular-loader-styled.js +0 -17
  238. package/dist/features/ui/loader/circular-loader/circular-loader-styled.js.map +0 -1
@@ -1,1503 +0,0 @@
1
- const a = "5.9.0", k = 30, r = 0, o = 115, n = 1e3, e = 1e3, i = "percentage-lottie", m = 0, t = [
2
- {
3
- id: "comp_0",
4
- nm: "Gradient-Fill 3",
5
- fr: 30,
6
- layers: [
7
- {
8
- ddd: 0,
9
- ind: 1,
10
- ty: 4,
11
- nm: "Matte",
12
- td: 1,
13
- sr: 1,
14
- ks: {
15
- o: {
16
- a: 0,
17
- k: 100,
18
- ix: 11
19
- },
20
- r: {
21
- a: 0,
22
- k: 0,
23
- ix: 10
24
- },
25
- p: {
26
- a: 0,
27
- k: [
28
- 500,
29
- 588.02,
30
- 0
31
- ],
32
- ix: 2,
33
- l: 2
34
- },
35
- a: {
36
- a: 0,
37
- k: [
38
- 0,
39
- 0,
40
- 0
41
- ],
42
- ix: 1,
43
- l: 2
44
- },
45
- s: {
46
- a: 0,
47
- k: [
48
- 100,
49
- 100,
50
- 100
51
- ],
52
- ix: 6,
53
- l: 2
54
- }
55
- },
56
- ao: 0,
57
- shapes: [
58
- {
59
- ty: "gr",
60
- it: [
61
- {
62
- ind: 0,
63
- ty: "sh",
64
- ix: 1,
65
- ks: {
66
- a: 0,
67
- k: {
68
- i: [
69
- [
70
- 66.274,
71
- 0
72
- ],
73
- [
74
- 0,
75
- 66.274
76
- ],
77
- [
78
- -66.274,
79
- 0
80
- ],
81
- [
82
- 0,
83
- -66.274
84
- ]
85
- ],
86
- o: [
87
- [
88
- -66.274,
89
- 0
90
- ],
91
- [
92
- 0,
93
- -66.274
94
- ],
95
- [
96
- 66.274,
97
- 0
98
- ],
99
- [
100
- 0,
101
- 66.274
102
- ]
103
- ],
104
- v: [
105
- [
106
- 0,
107
- 30.509
108
- ],
109
- [
110
- -120,
111
- -89.491
112
- ],
113
- [
114
- 0,
115
- -209.491
116
- ],
117
- [
118
- 120,
119
- -89.491
120
- ]
121
- ],
122
- c: !0
123
- },
124
- ix: 2
125
- },
126
- nm: "Path 1",
127
- mn: "ADBE Vector Shape - Group",
128
- hd: !1
129
- },
130
- {
131
- ind: 1,
132
- ty: "sh",
133
- ix: 2,
134
- ks: {
135
- a: 0,
136
- k: {
137
- i: [
138
- [
139
- 0,
140
- 0
141
- ],
142
- [
143
- 0,
144
- 0
145
- ],
146
- [
147
- 0,
148
- 0
149
- ],
150
- [
151
- 0,
152
- 0
153
- ]
154
- ],
155
- o: [
156
- [
157
- 0,
158
- 0
159
- ],
160
- [
161
- 0,
162
- 0
163
- ],
164
- [
165
- 0,
166
- 0
167
- ],
168
- [
169
- 0,
170
- 0
171
- ]
172
- ],
173
- v: [
174
- [
175
- -374,
176
- 209.491
177
- ],
178
- [
179
- -89.178,
180
- -17.509
181
- ],
182
- [
183
- 88.63,
184
- -17.509
185
- ],
186
- [
187
- 374,
188
- 209.491
189
- ]
190
- ],
191
- c: !0
192
- },
193
- ix: 2
194
- },
195
- nm: "Path 2",
196
- mn: "ADBE Vector Shape - Group",
197
- hd: !1
198
- },
199
- {
200
- ty: "fl",
201
- c: {
202
- a: 0,
203
- k: [
204
- 0,
205
- 0,
206
- 0,
207
- 1
208
- ],
209
- ix: 4
210
- },
211
- o: {
212
- a: 0,
213
- k: 100,
214
- ix: 5
215
- },
216
- r: 1,
217
- bm: 0,
218
- nm: "Fill 1",
219
- mn: "ADBE Vector Graphic - Fill",
220
- hd: !1
221
- },
222
- {
223
- ty: "tr",
224
- p: {
225
- a: 0,
226
- k: [
227
- 0,
228
- 0
229
- ],
230
- ix: 2
231
- },
232
- a: {
233
- a: 0,
234
- k: [
235
- 0,
236
- 0
237
- ],
238
- ix: 1
239
- },
240
- s: {
241
- a: 0,
242
- k: [
243
- 100,
244
- 100
245
- ],
246
- ix: 3
247
- },
248
- r: {
249
- a: 0,
250
- k: 0,
251
- ix: 6
252
- },
253
- o: {
254
- a: 0,
255
- k: 100,
256
- ix: 7
257
- },
258
- sk: {
259
- a: 0,
260
- k: 0,
261
- ix: 4
262
- },
263
- sa: {
264
- a: 0,
265
- k: 0,
266
- ix: 5
267
- },
268
- nm: "Transform"
269
- }
270
- ],
271
- nm: "Union",
272
- np: 3,
273
- cix: 2,
274
- bm: 0,
275
- ix: 1,
276
- mn: "ADBE Vector Group",
277
- hd: !1
278
- }
279
- ],
280
- ip: 0,
281
- op: 900,
282
- st: 0,
283
- bm: 0
284
- },
285
- {
286
- ddd: 0,
287
- ind: 2,
288
- ty: 4,
289
- nm: "Gradient",
290
- tt: 2,
291
- sr: 1,
292
- ks: {
293
- o: {
294
- a: 0,
295
- k: 100,
296
- ix: 11
297
- },
298
- r: {
299
- a: 0,
300
- k: -30,
301
- ix: 10
302
- },
303
- p: {
304
- a: 0,
305
- k: [
306
- 500,
307
- 500,
308
- 0
309
- ],
310
- ix: 2,
311
- l: 2
312
- },
313
- a: {
314
- a: 0,
315
- k: [
316
- 0,
317
- 0,
318
- 0
319
- ],
320
- ix: 1,
321
- l: 2
322
- },
323
- s: {
324
- a: 0,
325
- k: [
326
- 106,
327
- 106,
328
- 100
329
- ],
330
- ix: 6,
331
- l: 2
332
- }
333
- },
334
- ao: 0,
335
- shapes: [
336
- {
337
- ty: "gr",
338
- it: [
339
- {
340
- ind: 0,
341
- ty: "sh",
342
- ix: 1,
343
- ks: {
344
- a: 0,
345
- k: {
346
- i: [
347
- [
348
- 133.922,
349
- 77.32
350
- ],
351
- [
352
- 77.32,
353
- -133.922
354
- ],
355
- [
356
- -133.922,
357
- -77.32
358
- ],
359
- [
360
- -77.32,
361
- 133.922
362
- ]
363
- ],
364
- o: [
365
- [
366
- -133.922,
367
- -77.32
368
- ],
369
- [
370
- -77.32,
371
- 133.922
372
- ],
373
- [
374
- 133.922,
375
- 77.32
376
- ],
377
- [
378
- 77.32,
379
- -133.922
380
- ]
381
- ],
382
- v: [
383
- [
384
- 140,
385
- -242.487
386
- ],
387
- [
388
- -242.487,
389
- -140
390
- ],
391
- [
392
- -140,
393
- 242.487
394
- ],
395
- [
396
- 242.487,
397
- 140
398
- ]
399
- ],
400
- c: !0
401
- },
402
- ix: 2
403
- },
404
- nm: "Path 1",
405
- mn: "ADBE Vector Shape - Group",
406
- hd: !1
407
- },
408
- {
409
- ty: "fl",
410
- c: {
411
- a: 0,
412
- k: [
413
- 0.239215686917,
414
- 0.843137264252,
415
- 0.443137258291,
416
- 1
417
- ],
418
- ix: 4
419
- },
420
- o: {
421
- a: 0,
422
- k: 70,
423
- ix: 5
424
- },
425
- r: 1,
426
- bm: 0,
427
- nm: "Fill 1",
428
- mn: "ADBE Vector Graphic - Fill",
429
- hd: !1
430
- },
431
- {
432
- ty: "gf",
433
- o: {
434
- a: 0,
435
- k: 100,
436
- ix: 10
437
- },
438
- r: 1,
439
- bm: 0,
440
- g: {
441
- p: 3,
442
- k: {
443
- a: 0,
444
- k: [
445
- 0,
446
- 0.239,
447
- 0.843,
448
- 0.443,
449
- 0.5,
450
- 0.239,
451
- 0.843,
452
- 0.443,
453
- 1,
454
- 0.239,
455
- 0.843,
456
- 0.443,
457
- 0.275,
458
- 0.15,
459
- 0.638,
460
- 0.425,
461
- 1,
462
- 0.7
463
- ],
464
- ix: 9
465
- }
466
- },
467
- s: {
468
- a: 0,
469
- k: [
470
- -140,
471
- 242.487
472
- ],
473
- ix: 5
474
- },
475
- e: {
476
- a: 0,
477
- k: [
478
- 140,
479
- -242.487
480
- ],
481
- ix: 6
482
- },
483
- t: 2,
484
- h: {
485
- a: 0,
486
- k: 0,
487
- ix: 7
488
- },
489
- a: {
490
- a: 0,
491
- k: 0,
492
- ix: 8
493
- },
494
- nm: "Gradient Fill 1",
495
- mn: "ADBE Vector Graphic - G-Fill",
496
- hd: !1
497
- },
498
- {
499
- ty: "tr",
500
- p: {
501
- a: 0,
502
- k: [
503
- 0,
504
- 0
505
- ],
506
- ix: 2
507
- },
508
- a: {
509
- a: 0,
510
- k: [
511
- 0,
512
- 0
513
- ],
514
- ix: 1
515
- },
516
- s: {
517
- a: 0,
518
- k: [
519
- 100,
520
- 100
521
- ],
522
- ix: 3
523
- },
524
- r: {
525
- a: 0,
526
- k: 0,
527
- ix: 6
528
- },
529
- o: {
530
- a: 0,
531
- k: 100,
532
- ix: 7
533
- },
534
- sk: {
535
- a: 0,
536
- k: 0,
537
- ix: 4
538
- },
539
- sa: {
540
- a: 0,
541
- k: 0,
542
- ix: 5
543
- },
544
- nm: "Transform"
545
- }
546
- ],
547
- nm: "Ellipse 3317",
548
- np: 3,
549
- cix: 2,
550
- bm: 0,
551
- ix: 1,
552
- mn: "ADBE Vector Group",
553
- hd: !1
554
- }
555
- ],
556
- ip: 0,
557
- op: 900,
558
- st: 0,
559
- bm: 0
560
- }
561
- ]
562
- }
563
- ], s = [
564
- {
565
- ddd: 0,
566
- ind: 1,
567
- ty: 4,
568
- nm: "Centre",
569
- sr: 1,
570
- ks: {
571
- o: {
572
- a: 1,
573
- k: [
574
- {
575
- i: {
576
- x: [
577
- 0.667
578
- ],
579
- y: [
580
- 1
581
- ]
582
- },
583
- o: {
584
- x: [
585
- 0.333
586
- ],
587
- y: [
588
- 0
589
- ]
590
- },
591
- t: 0,
592
- s: [
593
- 0
594
- ]
595
- },
596
- {
597
- t: 2,
598
- s: [
599
- 100
600
- ]
601
- }
602
- ],
603
- ix: 11
604
- },
605
- r: {
606
- a: 0,
607
- k: 0,
608
- ix: 10
609
- },
610
- p: {
611
- a: 0,
612
- k: [
613
- 500,
614
- 500,
615
- 0
616
- ],
617
- ix: 2,
618
- l: 2
619
- },
620
- a: {
621
- a: 0,
622
- k: [
623
- 0,
624
- 0,
625
- 0
626
- ],
627
- ix: 1,
628
- l: 2
629
- },
630
- s: {
631
- a: 0,
632
- k: [
633
- 145,
634
- 145,
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
- -66.274,
656
- 0
657
- ],
658
- [
659
- 0,
660
- 66.274
661
- ],
662
- [
663
- 66.274,
664
- 0
665
- ],
666
- [
667
- 0,
668
- -66.274
669
- ]
670
- ],
671
- o: [
672
- [
673
- 66.274,
674
- 0
675
- ],
676
- [
677
- 0,
678
- -66.274
679
- ],
680
- [
681
- -66.274,
682
- 0
683
- ],
684
- [
685
- 0,
686
- 66.274
687
- ]
688
- ],
689
- v: [
690
- [
691
- 0,
692
- 120
693
- ],
694
- [
695
- 120,
696
- 0
697
- ],
698
- [
699
- 0,
700
- -120
701
- ],
702
- [
703
- -120,
704
- 0
705
- ]
706
- ],
707
- c: !0
708
- },
709
- ix: 2
710
- },
711
- nm: "Path 1",
712
- mn: "ADBE Vector Shape - Group",
713
- hd: !1
714
- },
715
- {
716
- ty: "fl",
717
- c: {
718
- a: 0,
719
- k: [
720
- 0.050980392157,
721
- 0.050980392157,
722
- 0.050980392157,
723
- 1
724
- ],
725
- ix: 4
726
- },
727
- o: {
728
- a: 0,
729
- k: 100,
730
- ix: 5
731
- },
732
- r: 1,
733
- bm: 0,
734
- nm: "Fill 1",
735
- mn: "ADBE Vector Graphic - Fill",
736
- hd: !1
737
- },
738
- {
739
- ty: "tr",
740
- p: {
741
- a: 0,
742
- k: [
743
- 0,
744
- 0
745
- ],
746
- ix: 2
747
- },
748
- a: {
749
- a: 0,
750
- k: [
751
- 0,
752
- 0
753
- ],
754
- ix: 1
755
- },
756
- s: {
757
- a: 0,
758
- k: [
759
- 100,
760
- 100
761
- ],
762
- ix: 3
763
- },
764
- r: {
765
- a: 0,
766
- k: 0,
767
- ix: 6
768
- },
769
- o: {
770
- a: 0,
771
- k: 100,
772
- ix: 7
773
- },
774
- sk: {
775
- a: 0,
776
- k: 0,
777
- ix: 4
778
- },
779
- sa: {
780
- a: 0,
781
- k: 0,
782
- ix: 5
783
- },
784
- nm: "Transform"
785
- }
786
- ],
787
- nm: "Ellipse 4250",
788
- np: 2,
789
- cix: 2,
790
- bm: 0,
791
- ix: 1,
792
- mn: "ADBE Vector Group",
793
- hd: !1
794
- }
795
- ],
796
- ip: 0,
797
- op: 115,
798
- st: 0,
799
- bm: 0
800
- },
801
- {
802
- ddd: 0,
803
- ind: 2,
804
- ty: 4,
805
- nm: "Needle",
806
- sr: 1,
807
- ks: {
808
- o: {
809
- a: 1,
810
- k: [
811
- {
812
- i: {
813
- x: [
814
- 0.667
815
- ],
816
- y: [
817
- 1
818
- ]
819
- },
820
- o: {
821
- x: [
822
- 0.333
823
- ],
824
- y: [
825
- 0
826
- ]
827
- },
828
- t: 0,
829
- s: [
830
- 0
831
- ]
832
- },
833
- {
834
- t: 15,
835
- s: [
836
- 100
837
- ]
838
- }
839
- ],
840
- ix: 11
841
- },
842
- r: {
843
- a: 1,
844
- k: [
845
- {
846
- i: {
847
- x: [
848
- 0.833
849
- ],
850
- y: [
851
- 0.833
852
- ]
853
- },
854
- o: {
855
- x: [
856
- 0.167
857
- ],
858
- y: [
859
- 0.167
860
- ]
861
- },
862
- t: 15,
863
- s: [
864
- -161.2
865
- ]
866
- },
867
- {
868
- t: 115,
869
- s: [
870
- 96
871
- ]
872
- }
873
- ],
874
- ix: 10
875
- },
876
- p: {
877
- a: 0,
878
- k: [
879
- 500.179,
880
- 499.821,
881
- 0
882
- ],
883
- ix: 2,
884
- l: 2
885
- },
886
- a: {
887
- a: 0,
888
- k: [
889
- -48.422,
890
- 82.301,
891
- 0
892
- ],
893
- ix: 1,
894
- l: 2
895
- },
896
- s: {
897
- a: 0,
898
- k: [
899
- 143,
900
- 143,
901
- 100
902
- ],
903
- ix: 6,
904
- l: 2
905
- }
906
- },
907
- ao: 0,
908
- shapes: [
909
- {
910
- ty: "gr",
911
- it: [
912
- {
913
- ind: 0,
914
- ty: "sh",
915
- ix: 1,
916
- ks: {
917
- a: 0,
918
- k: {
919
- i: [
920
- [
921
- -1.67,
922
- 2.673
923
- ],
924
- [
925
- 0,
926
- 0
927
- ],
928
- [
929
- 0,
930
- 0
931
- ],
932
- [
933
- 2.566,
934
- -1.83
935
- ],
936
- [
937
- 3.071,
938
- -0.709
939
- ],
940
- [
941
- 3.109,
942
- 0.52
943
- ],
944
- [
945
- 2.673,
946
- 1.67
947
- ],
948
- [
949
- 1.83,
950
- 2.566
951
- ],
952
- [
953
- 0.709,
954
- 3.071
955
- ],
956
- [
957
- -0.52,
958
- 3.109
959
- ]
960
- ],
961
- o: [
962
- [
963
- 0,
964
- 0
965
- ],
966
- [
967
- 0,
968
- 0
969
- ],
970
- [
971
- -1.67,
972
- 2.673
973
- ],
974
- [
975
- -2.566,
976
- 1.83
977
- ],
978
- [
979
- -3.071,
980
- 0.709
981
- ],
982
- [
983
- -3.109,
984
- -0.52
985
- ],
986
- [
987
- -2.673,
988
- -1.67
989
- ],
990
- [
991
- -1.83,
992
- -2.566
993
- ],
994
- [
995
- -0.709,
996
- -3.071
997
- ],
998
- [
999
- 0.52,
1000
- -3.108
1001
- ]
1002
- ],
1003
- v: [
1004
- [
1005
- -67.704,
1006
- 70.263
1007
- ],
1008
- [
1009
- 71.351,
1010
- -106.981
1011
- ],
1012
- [
1013
- -26.998,
1014
- 95.699
1015
- ],
1016
- [
1017
- -33.414,
1018
- 102.52
1019
- ],
1020
- [
1021
- -41.952,
1022
- 106.366
1023
- ],
1024
- [
1025
- -51.312,
1026
- 106.652
1027
- ],
1028
- [
1029
- -60.069,
1030
- 103.335
1031
- ],
1032
- [
1033
- -66.89,
1034
- 96.918
1035
- ],
1036
- [
1037
- -70.736,
1038
- 88.38
1039
- ],
1040
- [
1041
- -71.022,
1042
- 79.02
1043
- ]
1044
- ],
1045
- c: !0
1046
- },
1047
- ix: 2
1048
- },
1049
- nm: "Path 1",
1050
- mn: "ADBE Vector Shape - Group",
1051
- hd: !1
1052
- },
1053
- {
1054
- ty: "fl",
1055
- c: {
1056
- a: 0,
1057
- k: [
1058
- 1,
1059
- 1,
1060
- 1,
1061
- 1
1062
- ],
1063
- ix: 4
1064
- },
1065
- o: {
1066
- a: 0,
1067
- k: 100,
1068
- ix: 5
1069
- },
1070
- r: 1,
1071
- bm: 0,
1072
- nm: "Fill 1",
1073
- mn: "ADBE Vector Graphic - Fill",
1074
- hd: !1
1075
- },
1076
- {
1077
- ty: "tr",
1078
- p: {
1079
- a: 0,
1080
- k: [
1081
- 0,
1082
- 0
1083
- ],
1084
- ix: 2
1085
- },
1086
- a: {
1087
- a: 0,
1088
- k: [
1089
- 0,
1090
- 0
1091
- ],
1092
- ix: 1
1093
- },
1094
- s: {
1095
- a: 0,
1096
- k: [
1097
- 100,
1098
- 100
1099
- ],
1100
- ix: 3
1101
- },
1102
- r: {
1103
- a: 0,
1104
- k: 0,
1105
- ix: 6
1106
- },
1107
- o: {
1108
- a: 0,
1109
- k: 100,
1110
- ix: 7
1111
- },
1112
- sk: {
1113
- a: 0,
1114
- k: 0,
1115
- ix: 4
1116
- },
1117
- sa: {
1118
- a: 0,
1119
- k: 0,
1120
- ix: 5
1121
- },
1122
- nm: "Transform"
1123
- }
1124
- ],
1125
- nm: "Union",
1126
- np: 2,
1127
- cix: 2,
1128
- bm: 0,
1129
- ix: 1,
1130
- mn: "ADBE Vector Group",
1131
- hd: !1
1132
- }
1133
- ],
1134
- ip: 0,
1135
- op: 115,
1136
- st: -28,
1137
- bm: 0
1138
- },
1139
- {
1140
- ddd: 0,
1141
- ind: 3,
1142
- ty: 4,
1143
- nm: "Matte 2",
1144
- td: 1,
1145
- sr: 1,
1146
- ks: {
1147
- o: {
1148
- a: 0,
1149
- k: 100,
1150
- ix: 11
1151
- },
1152
- r: {
1153
- a: 0,
1154
- k: 0,
1155
- ix: 10
1156
- },
1157
- p: {
1158
- a: 0,
1159
- k: [
1160
- 500,
1161
- 500,
1162
- 0
1163
- ],
1164
- ix: 2,
1165
- l: 2
1166
- },
1167
- a: {
1168
- a: 0,
1169
- k: [
1170
- 0,
1171
- 0,
1172
- 0
1173
- ],
1174
- ix: 1,
1175
- l: 2
1176
- },
1177
- s: {
1178
- a: 0,
1179
- k: [
1180
- 100.5,
1181
- 100.5,
1182
- 100
1183
- ],
1184
- ix: 6,
1185
- l: 2
1186
- }
1187
- },
1188
- ao: 0,
1189
- shapes: [
1190
- {
1191
- ty: "gr",
1192
- it: [
1193
- {
1194
- ind: 0,
1195
- ty: "sh",
1196
- ix: 1,
1197
- ks: {
1198
- a: 0,
1199
- k: {
1200
- i: [
1201
- [
1202
- -163.476,
1203
- 0
1204
- ],
1205
- [
1206
- 0,
1207
- 163.476
1208
- ],
1209
- [
1210
- 163.476,
1211
- 0
1212
- ],
1213
- [
1214
- 0,
1215
- -163.476
1216
- ]
1217
- ],
1218
- o: [
1219
- [
1220
- 163.476,
1221
- 0
1222
- ],
1223
- [
1224
- 0,
1225
- -163.476
1226
- ],
1227
- [
1228
- -163.476,
1229
- 0
1230
- ],
1231
- [
1232
- 0,
1233
- 163.476
1234
- ]
1235
- ],
1236
- v: [
1237
- [
1238
- 0,
1239
- 296
1240
- ],
1241
- [
1242
- 296,
1243
- 0
1244
- ],
1245
- [
1246
- 0,
1247
- -296
1248
- ],
1249
- [
1250
- -296,
1251
- 0
1252
- ]
1253
- ],
1254
- c: !0
1255
- },
1256
- ix: 2
1257
- },
1258
- nm: "Path 1",
1259
- mn: "ADBE Vector Shape - Group",
1260
- hd: !1
1261
- },
1262
- {
1263
- ty: "st",
1264
- c: {
1265
- a: 0,
1266
- k: [
1267
- 1,
1268
- 1,
1269
- 1,
1270
- 1
1271
- ],
1272
- ix: 3
1273
- },
1274
- o: {
1275
- a: 0,
1276
- k: 100,
1277
- ix: 4
1278
- },
1279
- w: {
1280
- a: 0,
1281
- k: 247,
1282
- ix: 5
1283
- },
1284
- lc: 1,
1285
- lj: 1,
1286
- ml: 4,
1287
- bm: 0,
1288
- nm: "Stroke 1",
1289
- mn: "ADBE Vector Graphic - Stroke",
1290
- hd: !1
1291
- },
1292
- {
1293
- ty: "tr",
1294
- p: {
1295
- a: 0,
1296
- k: [
1297
- 0,
1298
- 0
1299
- ],
1300
- ix: 2
1301
- },
1302
- a: {
1303
- a: 0,
1304
- k: [
1305
- 0,
1306
- 0
1307
- ],
1308
- ix: 1
1309
- },
1310
- s: {
1311
- a: 0,
1312
- k: [
1313
- 100,
1314
- 100
1315
- ],
1316
- ix: 3
1317
- },
1318
- r: {
1319
- a: 0,
1320
- k: 0,
1321
- ix: 6
1322
- },
1323
- o: {
1324
- a: 0,
1325
- k: 100,
1326
- ix: 7
1327
- },
1328
- sk: {
1329
- a: 0,
1330
- k: 0,
1331
- ix: 4
1332
- },
1333
- sa: {
1334
- a: 0,
1335
- k: 0,
1336
- ix: 5
1337
- },
1338
- nm: "Transform"
1339
- }
1340
- ],
1341
- nm: "Ellipse 3317",
1342
- np: 3,
1343
- cix: 2,
1344
- bm: 0,
1345
- ix: 1,
1346
- mn: "ADBE Vector Group",
1347
- hd: !1
1348
- },
1349
- {
1350
- ty: "tm",
1351
- s: {
1352
- a: 1,
1353
- k: [
1354
- {
1355
- i: {
1356
- x: [
1357
- 0.833
1358
- ],
1359
- y: [
1360
- 0.833
1361
- ]
1362
- },
1363
- o: {
1364
- x: [
1365
- 0.167
1366
- ],
1367
- y: [
1368
- 0.167
1369
- ]
1370
- },
1371
- t: 15,
1372
- s: [
1373
- 85.8
1374
- ]
1375
- },
1376
- {
1377
- t: 115,
1378
- s: [
1379
- 14
1380
- ]
1381
- }
1382
- ],
1383
- ix: 1
1384
- },
1385
- e: {
1386
- a: 0,
1387
- k: 100,
1388
- ix: 2
1389
- },
1390
- o: {
1391
- a: 0,
1392
- k: 0,
1393
- ix: 3
1394
- },
1395
- m: 1,
1396
- ix: 2,
1397
- nm: "Trim Paths 1",
1398
- mn: "ADBE Vector Filter - Trim",
1399
- hd: !1
1400
- }
1401
- ],
1402
- ip: 0,
1403
- op: 115,
1404
- st: -23,
1405
- bm: 0
1406
- },
1407
- {
1408
- ddd: 0,
1409
- ind: 4,
1410
- ty: 0,
1411
- nm: "Gradient-Fill 3",
1412
- tt: 1,
1413
- refId: "comp_0",
1414
- sr: 1,
1415
- ks: {
1416
- o: {
1417
- a: 0,
1418
- k: 100,
1419
- ix: 11
1420
- },
1421
- r: {
1422
- a: 0,
1423
- k: 0,
1424
- ix: 10
1425
- },
1426
- p: {
1427
- a: 0,
1428
- k: [
1429
- 500,
1430
- 500,
1431
- 0
1432
- ],
1433
- ix: 2,
1434
- l: 2
1435
- },
1436
- a: {
1437
- a: 0,
1438
- k: [
1439
- 500,
1440
- 500,
1441
- 0
1442
- ],
1443
- ix: 1,
1444
- l: 2
1445
- },
1446
- s: {
1447
- a: 0,
1448
- k: [
1449
- 143,
1450
- 143,
1451
- 100
1452
- ],
1453
- ix: 6,
1454
- l: 2
1455
- }
1456
- },
1457
- ao: 0,
1458
- w: 1e3,
1459
- h: 1e3,
1460
- ip: 0,
1461
- op: 115,
1462
- st: 0,
1463
- bm: 0
1464
- }
1465
- ], x = [
1466
- {
1467
- tm: 0,
1468
- cm: "IN",
1469
- dr: 15
1470
- },
1471
- {
1472
- tm: 115,
1473
- cm: "OUT",
1474
- dr: 0
1475
- }
1476
- ], l = {
1477
- v: a,
1478
- fr: 30,
1479
- ip: 0,
1480
- op: 115,
1481
- w: 1e3,
1482
- h: 1e3,
1483
- nm: i,
1484
- ddd: 0,
1485
- assets: t,
1486
- layers: s,
1487
- markers: x
1488
- };
1489
- export {
1490
- t as assets,
1491
- m as ddd,
1492
- l as default,
1493
- k as fr,
1494
- e as h,
1495
- r as ip,
1496
- s as layers,
1497
- x as markers,
1498
- i as nm,
1499
- o as op,
1500
- a as v,
1501
- n as w
1502
- };
1503
- //# sourceMappingURL=accuracy-needle-lottie.json.js.map