@cuemath/leap 2.8.25 → 2.8.27

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,1412 +0,0 @@
1
- const a = "4.8.0", i = {
2
- g: "LottieFiles AE 3.4.5",
3
- a: "",
4
- k: "",
5
- d: "",
6
- tc: ""
7
- }, t = 30, x = 0, s = 200, k = 1e3, r = 1e3, e = "Green Progress circle", m = 0, o = [], n = [
8
- {
9
- ddd: 0,
10
- ind: 1,
11
- ty: 4,
12
- nm: "Green 03",
13
- sr: 1,
14
- ks: {
15
- o: {
16
- a: 0,
17
- k: 100,
18
- ix: 11
19
- },
20
- r: {
21
- a: 0,
22
- k: -90,
23
- ix: 10
24
- },
25
- p: {
26
- a: 0,
27
- k: [
28
- 500,
29
- 500,
30
- 0
31
- ],
32
- ix: 2
33
- },
34
- a: {
35
- a: 0,
36
- k: [
37
- 0,
38
- 0,
39
- 0
40
- ],
41
- ix: 1
42
- },
43
- s: {
44
- a: 1,
45
- k: [
46
- {
47
- i: {
48
- x: [
49
- 0.49,
50
- 0.49,
51
- 0.49
52
- ],
53
- y: [
54
- 1,
55
- 1,
56
- 1
57
- ]
58
- },
59
- o: {
60
- x: [
61
- 0.51,
62
- 0.51,
63
- 0.51
64
- ],
65
- y: [
66
- 0,
67
- 0,
68
- 0
69
- ]
70
- },
71
- t: 90,
72
- s: [
73
- 224,
74
- 224,
75
- 100
76
- ]
77
- },
78
- {
79
- i: {
80
- x: [
81
- 0.49,
82
- 0.49,
83
- 0.49
84
- ],
85
- y: [
86
- 1,
87
- 1,
88
- 1
89
- ]
90
- },
91
- o: {
92
- x: [
93
- 0.51,
94
- 0.51,
95
- 0.51
96
- ],
97
- y: [
98
- 0,
99
- 0,
100
- 0
101
- ]
102
- },
103
- t: 190,
104
- s: [
105
- 239,
106
- 239,
107
- 100
108
- ]
109
- },
110
- {
111
- t: 200,
112
- s: [
113
- 254,
114
- 254,
115
- 100
116
- ]
117
- }
118
- ],
119
- ix: 6
120
- }
121
- },
122
- ao: 0,
123
- shapes: [
124
- {
125
- ty: "gr",
126
- it: [
127
- {
128
- ty: "rc",
129
- d: 1,
130
- s: {
131
- a: 0,
132
- k: [
133
- 377.308,
134
- 377.308
135
- ],
136
- ix: 2
137
- },
138
- p: {
139
- a: 0,
140
- k: [
141
- 0,
142
- 0
143
- ],
144
- ix: 3
145
- },
146
- r: {
147
- a: 0,
148
- k: 211,
149
- ix: 4
150
- },
151
- nm: "Rectangle Path 1",
152
- mn: "ADBE Vector Shape - Rect",
153
- hd: !1
154
- },
155
- {
156
- ty: "st",
157
- c: {
158
- a: 1,
159
- k: [
160
- {
161
- i: {
162
- x: [
163
- 0.833
164
- ],
165
- y: [
166
- 0.833
167
- ]
168
- },
169
- o: {
170
- x: [
171
- 0.167
172
- ],
173
- y: [
174
- 0.167
175
- ]
176
- },
177
- t: 190,
178
- s: [
179
- 0.239215686275,
180
- 0.843137254902,
181
- 0.443137254902,
182
- 1
183
- ]
184
- },
185
- {
186
- t: 200,
187
- s: [
188
- 1,
189
- 1,
190
- 1,
191
- 1
192
- ]
193
- }
194
- ],
195
- ix: 3
196
- },
197
- o: {
198
- a: 0,
199
- k: 100,
200
- ix: 4
201
- },
202
- w: {
203
- a: 0,
204
- k: 2.5,
205
- ix: 5
206
- },
207
- lc: 1,
208
- lj: 1,
209
- ml: 4,
210
- bm: 0,
211
- nm: "Stroke 1",
212
- mn: "ADBE Vector Graphic - Stroke",
213
- hd: !1
214
- },
215
- {
216
- ty: "tr",
217
- p: {
218
- a: 0,
219
- k: [
220
- 0,
221
- 0
222
- ],
223
- ix: 2
224
- },
225
- a: {
226
- a: 0,
227
- k: [
228
- 0,
229
- 0
230
- ],
231
- ix: 1
232
- },
233
- s: {
234
- a: 0,
235
- k: [
236
- 100,
237
- 100
238
- ],
239
- ix: 3
240
- },
241
- r: {
242
- a: 0,
243
- k: 0,
244
- ix: 6
245
- },
246
- o: {
247
- a: 0,
248
- k: 100,
249
- ix: 7
250
- },
251
- sk: {
252
- a: 0,
253
- k: 0,
254
- ix: 4
255
- },
256
- sa: {
257
- a: 0,
258
- k: 0,
259
- ix: 5
260
- },
261
- nm: "Transform"
262
- }
263
- ],
264
- nm: "Rectangle 16370",
265
- np: 2,
266
- cix: 2,
267
- bm: 0,
268
- ix: 1,
269
- mn: "ADBE Vector Group",
270
- hd: !1
271
- },
272
- {
273
- ty: "tm",
274
- s: {
275
- a: 0,
276
- k: 0,
277
- ix: 1
278
- },
279
- e: {
280
- a: 1,
281
- k: [
282
- {
283
- i: {
284
- x: [
285
- 0.833
286
- ],
287
- y: [
288
- 0.833
289
- ]
290
- },
291
- o: {
292
- x: [
293
- 0.167
294
- ],
295
- y: [
296
- 0.167
297
- ]
298
- },
299
- t: 100,
300
- s: [
301
- 0
302
- ]
303
- },
304
- {
305
- t: 190,
306
- s: [
307
- 100
308
- ]
309
- }
310
- ],
311
- ix: 2
312
- },
313
- o: {
314
- a: 0,
315
- k: 0,
316
- ix: 3
317
- },
318
- m: 1,
319
- ix: 2,
320
- nm: "Trim Paths 1",
321
- mn: "ADBE Vector Filter - Trim",
322
- hd: !1
323
- }
324
- ],
325
- ip: 190,
326
- op: 310,
327
- st: 0,
328
- bm: 0
329
- },
330
- {
331
- ddd: 0,
332
- ind: 2,
333
- ty: 4,
334
- nm: "Green 02",
335
- sr: 1,
336
- ks: {
337
- o: {
338
- a: 0,
339
- k: 100,
340
- ix: 11
341
- },
342
- r: {
343
- a: 0,
344
- k: -90,
345
- ix: 10
346
- },
347
- p: {
348
- a: 0,
349
- k: [
350
- 500,
351
- 500,
352
- 0
353
- ],
354
- ix: 2
355
- },
356
- a: {
357
- a: 0,
358
- k: [
359
- 0,
360
- 0,
361
- 0
362
- ],
363
- ix: 1
364
- },
365
- s: {
366
- a: 1,
367
- k: [
368
- {
369
- i: {
370
- x: [
371
- 0.49,
372
- 0.49,
373
- 0.49
374
- ],
375
- y: [
376
- 1,
377
- 1,
378
- 1
379
- ]
380
- },
381
- o: {
382
- x: [
383
- 0.51,
384
- 0.51,
385
- 0.51
386
- ],
387
- y: [
388
- 0,
389
- 0,
390
- 0
391
- ]
392
- },
393
- t: 90,
394
- s: [
395
- 224,
396
- 224,
397
- 100
398
- ]
399
- },
400
- {
401
- t: 100,
402
- s: [
403
- 239,
404
- 239,
405
- 100
406
- ]
407
- }
408
- ],
409
- ix: 6
410
- }
411
- },
412
- ao: 0,
413
- shapes: [
414
- {
415
- ty: "gr",
416
- it: [
417
- {
418
- ty: "rc",
419
- d: 1,
420
- s: {
421
- a: 0,
422
- k: [
423
- 377.308,
424
- 377.308
425
- ],
426
- ix: 2
427
- },
428
- p: {
429
- a: 0,
430
- k: [
431
- 0,
432
- 0
433
- ],
434
- ix: 3
435
- },
436
- r: {
437
- a: 0,
438
- k: 211,
439
- ix: 4
440
- },
441
- nm: "Rectangle Path 1",
442
- mn: "ADBE Vector Shape - Rect",
443
- hd: !1
444
- },
445
- {
446
- ty: "st",
447
- c: {
448
- a: 1,
449
- k: [
450
- {
451
- i: {
452
- x: [
453
- 0.833
454
- ],
455
- y: [
456
- 0.833
457
- ]
458
- },
459
- o: {
460
- x: [
461
- 0.167
462
- ],
463
- y: [
464
- 0.167
465
- ]
466
- },
467
- t: 190,
468
- s: [
469
- 0.239215686275,
470
- 0.843137254902,
471
- 0.443137254902,
472
- 1
473
- ]
474
- },
475
- {
476
- t: 200,
477
- s: [
478
- 1,
479
- 1,
480
- 1,
481
- 1
482
- ]
483
- }
484
- ],
485
- ix: 3
486
- },
487
- o: {
488
- a: 0,
489
- k: 100,
490
- ix: 4
491
- },
492
- w: {
493
- a: 0,
494
- k: 2.5,
495
- ix: 5
496
- },
497
- lc: 1,
498
- lj: 1,
499
- ml: 4,
500
- bm: 0,
501
- nm: "Stroke 1",
502
- mn: "ADBE Vector Graphic - Stroke",
503
- hd: !1
504
- },
505
- {
506
- ty: "tr",
507
- p: {
508
- a: 0,
509
- k: [
510
- 0,
511
- 0
512
- ],
513
- ix: 2
514
- },
515
- a: {
516
- a: 0,
517
- k: [
518
- 0,
519
- 0
520
- ],
521
- ix: 1
522
- },
523
- s: {
524
- a: 0,
525
- k: [
526
- 100,
527
- 100
528
- ],
529
- ix: 3
530
- },
531
- r: {
532
- a: 0,
533
- k: 0,
534
- ix: 6
535
- },
536
- o: {
537
- a: 0,
538
- k: 100,
539
- ix: 7
540
- },
541
- sk: {
542
- a: 0,
543
- k: 0,
544
- ix: 4
545
- },
546
- sa: {
547
- a: 0,
548
- k: 0,
549
- ix: 5
550
- },
551
- nm: "Transform"
552
- }
553
- ],
554
- nm: "Rectangle 16370",
555
- np: 2,
556
- cix: 2,
557
- bm: 0,
558
- ix: 1,
559
- mn: "ADBE Vector Group",
560
- hd: !1
561
- },
562
- {
563
- ty: "tm",
564
- s: {
565
- a: 0,
566
- k: 0,
567
- ix: 1
568
- },
569
- e: {
570
- a: 1,
571
- k: [
572
- {
573
- i: {
574
- x: [
575
- 0.833
576
- ],
577
- y: [
578
- 0.833
579
- ]
580
- },
581
- o: {
582
- x: [
583
- 0.167
584
- ],
585
- y: [
586
- 0.167
587
- ]
588
- },
589
- t: 100,
590
- s: [
591
- 0
592
- ]
593
- },
594
- {
595
- t: 190,
596
- s: [
597
- 100
598
- ]
599
- }
600
- ],
601
- ix: 2
602
- },
603
- o: {
604
- a: 0,
605
- k: 0,
606
- ix: 3
607
- },
608
- m: 1,
609
- ix: 2,
610
- nm: "Trim Paths 1",
611
- mn: "ADBE Vector Filter - Trim",
612
- hd: !1
613
- }
614
- ],
615
- ip: 91,
616
- op: 190,
617
- st: 0,
618
- bm: 0
619
- },
620
- {
621
- ddd: 0,
622
- ind: 3,
623
- ty: 4,
624
- nm: "White 02",
625
- sr: 1,
626
- ks: {
627
- o: {
628
- a: 0,
629
- k: 100,
630
- ix: 11
631
- },
632
- r: {
633
- a: 0,
634
- k: -90,
635
- ix: 10
636
- },
637
- p: {
638
- a: 0,
639
- k: [
640
- 500,
641
- 500,
642
- 0
643
- ],
644
- ix: 2
645
- },
646
- a: {
647
- a: 0,
648
- k: [
649
- 0,
650
- 0,
651
- 0
652
- ],
653
- ix: 1
654
- },
655
- s: {
656
- a: 1,
657
- k: [
658
- {
659
- i: {
660
- x: [
661
- 0.49,
662
- 0.49,
663
- 0.49
664
- ],
665
- y: [
666
- 1,
667
- 1,
668
- 1
669
- ]
670
- },
671
- o: {
672
- x: [
673
- 0.51,
674
- 0.51,
675
- 0.51
676
- ],
677
- y: [
678
- 0,
679
- 0,
680
- 0
681
- ]
682
- },
683
- t: 90,
684
- s: [
685
- 224,
686
- 224,
687
- 100
688
- ]
689
- },
690
- {
691
- t: 100,
692
- s: [
693
- 239,
694
- 239,
695
- 100
696
- ]
697
- }
698
- ],
699
- ix: 6
700
- }
701
- },
702
- ao: 0,
703
- shapes: [
704
- {
705
- ty: "gr",
706
- it: [
707
- {
708
- ty: "rc",
709
- d: 1,
710
- s: {
711
- a: 0,
712
- k: [
713
- 377.308,
714
- 377.308
715
- ],
716
- ix: 2
717
- },
718
- p: {
719
- a: 0,
720
- k: [
721
- 0,
722
- 0
723
- ],
724
- ix: 3
725
- },
726
- r: {
727
- a: 0,
728
- k: 211,
729
- ix: 4
730
- },
731
- nm: "Rectangle Path 1",
732
- mn: "ADBE Vector Shape - Rect",
733
- hd: !1
734
- },
735
- {
736
- ty: "st",
737
- c: {
738
- a: 1,
739
- k: [
740
- {
741
- i: {
742
- x: [
743
- 0.833
744
- ],
745
- y: [
746
- 0.833
747
- ]
748
- },
749
- o: {
750
- x: [
751
- 0.167
752
- ],
753
- y: [
754
- 0.167
755
- ]
756
- },
757
- t: 90,
758
- s: [
759
- 0.239215686275,
760
- 0.843137254902,
761
- 0.443137254902,
762
- 1
763
- ]
764
- },
765
- {
766
- t: 100,
767
- s: [
768
- 1,
769
- 1,
770
- 1,
771
- 1
772
- ]
773
- }
774
- ],
775
- ix: 3
776
- },
777
- o: {
778
- a: 0,
779
- k: 100,
780
- ix: 4
781
- },
782
- w: {
783
- a: 1,
784
- k: [
785
- {
786
- i: {
787
- x: [
788
- 0.833
789
- ],
790
- y: [
791
- 0.833
792
- ]
793
- },
794
- o: {
795
- x: [
796
- 0.167
797
- ],
798
- y: [
799
- 0.167
800
- ]
801
- },
802
- t: 190,
803
- s: [
804
- 2.5
805
- ]
806
- },
807
- {
808
- t: 200,
809
- s: [
810
- 1.8
811
- ]
812
- }
813
- ],
814
- ix: 5
815
- },
816
- lc: 1,
817
- lj: 1,
818
- ml: 4,
819
- bm: 0,
820
- nm: "Stroke 1",
821
- mn: "ADBE Vector Graphic - Stroke",
822
- hd: !1
823
- },
824
- {
825
- ty: "tr",
826
- p: {
827
- a: 0,
828
- k: [
829
- 0,
830
- 0
831
- ],
832
- ix: 2
833
- },
834
- a: {
835
- a: 0,
836
- k: [
837
- 0,
838
- 0
839
- ],
840
- ix: 1
841
- },
842
- s: {
843
- a: 0,
844
- k: [
845
- 100,
846
- 100
847
- ],
848
- ix: 3
849
- },
850
- r: {
851
- a: 0,
852
- k: 0,
853
- ix: 6
854
- },
855
- o: {
856
- a: 0,
857
- k: 100,
858
- ix: 7
859
- },
860
- sk: {
861
- a: 0,
862
- k: 0,
863
- ix: 4
864
- },
865
- sa: {
866
- a: 0,
867
- k: 0,
868
- ix: 5
869
- },
870
- nm: "Transform"
871
- }
872
- ],
873
- nm: "Rectangle 16370",
874
- np: 2,
875
- cix: 2,
876
- bm: 0,
877
- ix: 1,
878
- mn: "ADBE Vector Group",
879
- hd: !1
880
- },
881
- {
882
- ty: "tm",
883
- s: {
884
- a: 0,
885
- k: 0,
886
- ix: 1
887
- },
888
- e: {
889
- a: 1,
890
- k: [
891
- {
892
- i: {
893
- x: [
894
- 0.833
895
- ],
896
- y: [
897
- 0.833
898
- ]
899
- },
900
- o: {
901
- x: [
902
- 0.167
903
- ],
904
- y: [
905
- 0.167
906
- ]
907
- },
908
- t: 0,
909
- s: [
910
- 0
911
- ]
912
- },
913
- {
914
- t: 90,
915
- s: [
916
- 100
917
- ]
918
- }
919
- ],
920
- ix: 2
921
- },
922
- o: {
923
- a: 0,
924
- k: 0,
925
- ix: 3
926
- },
927
- m: 1,
928
- ix: 2,
929
- nm: "Trim Paths 1",
930
- mn: "ADBE Vector Filter - Trim",
931
- hd: !1
932
- }
933
- ],
934
- ip: 91,
935
- op: 308,
936
- st: 0,
937
- bm: 0
938
- },
939
- {
940
- ddd: 0,
941
- ind: 4,
942
- ty: 4,
943
- nm: "gREEN 01",
944
- sr: 1,
945
- ks: {
946
- o: {
947
- a: 0,
948
- k: 100,
949
- ix: 11
950
- },
951
- r: {
952
- a: 0,
953
- k: -90,
954
- ix: 10
955
- },
956
- p: {
957
- a: 0,
958
- k: [
959
- 500,
960
- 500,
961
- 0
962
- ],
963
- ix: 2
964
- },
965
- a: {
966
- a: 0,
967
- k: [
968
- 0,
969
- 0,
970
- 0
971
- ],
972
- ix: 1
973
- },
974
- s: {
975
- a: 0,
976
- k: [
977
- 224,
978
- 224,
979
- 100
980
- ],
981
- ix: 6
982
- }
983
- },
984
- ao: 0,
985
- shapes: [
986
- {
987
- ty: "gr",
988
- it: [
989
- {
990
- ty: "rc",
991
- d: 1,
992
- s: {
993
- a: 0,
994
- k: [
995
- 377.308,
996
- 377.308
997
- ],
998
- ix: 2
999
- },
1000
- p: {
1001
- a: 0,
1002
- k: [
1003
- 0,
1004
- 0
1005
- ],
1006
- ix: 3
1007
- },
1008
- r: {
1009
- a: 0,
1010
- k: 211,
1011
- ix: 4
1012
- },
1013
- nm: "Rectangle Path 1",
1014
- mn: "ADBE Vector Shape - Rect",
1015
- hd: !1
1016
- },
1017
- {
1018
- ty: "st",
1019
- c: {
1020
- a: 0,
1021
- k: [
1022
- 0.239215686275,
1023
- 0.843137254902,
1024
- 0.443137254902,
1025
- 1
1026
- ],
1027
- ix: 3
1028
- },
1029
- o: {
1030
- a: 0,
1031
- k: 100,
1032
- ix: 4
1033
- },
1034
- w: {
1035
- a: 0,
1036
- k: 2.5,
1037
- ix: 5
1038
- },
1039
- lc: 1,
1040
- lj: 1,
1041
- ml: 4,
1042
- bm: 0,
1043
- nm: "Stroke 1",
1044
- mn: "ADBE Vector Graphic - Stroke",
1045
- hd: !1
1046
- },
1047
- {
1048
- ty: "tr",
1049
- p: {
1050
- a: 0,
1051
- k: [
1052
- 0,
1053
- 0
1054
- ],
1055
- ix: 2
1056
- },
1057
- a: {
1058
- a: 0,
1059
- k: [
1060
- 0,
1061
- 0
1062
- ],
1063
- ix: 1
1064
- },
1065
- s: {
1066
- a: 0,
1067
- k: [
1068
- 100,
1069
- 100
1070
- ],
1071
- ix: 3
1072
- },
1073
- r: {
1074
- a: 0,
1075
- k: 0,
1076
- ix: 6
1077
- },
1078
- o: {
1079
- a: 0,
1080
- k: 100,
1081
- ix: 7
1082
- },
1083
- sk: {
1084
- a: 0,
1085
- k: 0,
1086
- ix: 4
1087
- },
1088
- sa: {
1089
- a: 0,
1090
- k: 0,
1091
- ix: 5
1092
- },
1093
- nm: "Transform"
1094
- }
1095
- ],
1096
- nm: "Rectangle 16370",
1097
- np: 2,
1098
- cix: 2,
1099
- bm: 0,
1100
- ix: 1,
1101
- mn: "ADBE Vector Group",
1102
- hd: !1
1103
- },
1104
- {
1105
- ty: "tm",
1106
- s: {
1107
- a: 0,
1108
- k: 0,
1109
- ix: 1
1110
- },
1111
- e: {
1112
- a: 1,
1113
- k: [
1114
- {
1115
- i: {
1116
- x: [
1117
- 0.833
1118
- ],
1119
- y: [
1120
- 0.833
1121
- ]
1122
- },
1123
- o: {
1124
- x: [
1125
- 0.167
1126
- ],
1127
- y: [
1128
- 0.167
1129
- ]
1130
- },
1131
- t: 0,
1132
- s: [
1133
- 0
1134
- ]
1135
- },
1136
- {
1137
- t: 90,
1138
- s: [
1139
- 100
1140
- ]
1141
- }
1142
- ],
1143
- ix: 2
1144
- },
1145
- o: {
1146
- a: 0,
1147
- k: 0,
1148
- ix: 3
1149
- },
1150
- m: 1,
1151
- ix: 2,
1152
- nm: "Trim Paths 1",
1153
- mn: "ADBE Vector Filter - Trim",
1154
- hd: !1
1155
- }
1156
- ],
1157
- ip: 0,
1158
- op: 91,
1159
- st: 0,
1160
- bm: 0
1161
- },
1162
- {
1163
- ddd: 0,
1164
- ind: 5,
1165
- ty: 4,
1166
- nm: "WHITE 01",
1167
- sr: 1,
1168
- ks: {
1169
- o: {
1170
- a: 0,
1171
- k: 100,
1172
- ix: 11
1173
- },
1174
- r: {
1175
- a: 0,
1176
- k: 0,
1177
- ix: 10
1178
- },
1179
- p: {
1180
- a: 0,
1181
- k: [
1182
- 500,
1183
- 500,
1184
- 0
1185
- ],
1186
- ix: 2
1187
- },
1188
- a: {
1189
- a: 0,
1190
- k: [
1191
- 0,
1192
- 0,
1193
- 0
1194
- ],
1195
- ix: 1
1196
- },
1197
- s: {
1198
- a: 0,
1199
- k: [
1200
- 224,
1201
- 224,
1202
- 100
1203
- ],
1204
- ix: 6
1205
- }
1206
- },
1207
- ao: 0,
1208
- shapes: [
1209
- {
1210
- ty: "gr",
1211
- it: [
1212
- {
1213
- ty: "rc",
1214
- d: 1,
1215
- s: {
1216
- a: 0,
1217
- k: [
1218
- 377.308,
1219
- 377.308
1220
- ],
1221
- ix: 2
1222
- },
1223
- p: {
1224
- a: 0,
1225
- k: [
1226
- 0,
1227
- 0
1228
- ],
1229
- ix: 3
1230
- },
1231
- r: {
1232
- a: 0,
1233
- k: 211,
1234
- ix: 4
1235
- },
1236
- nm: "Rectangle Path 1",
1237
- mn: "ADBE Vector Shape - Rect",
1238
- hd: !1
1239
- },
1240
- {
1241
- ty: "st",
1242
- c: {
1243
- a: 0,
1244
- k: [
1245
- 1,
1246
- 1,
1247
- 1,
1248
- 1
1249
- ],
1250
- ix: 3
1251
- },
1252
- o: {
1253
- a: 0,
1254
- k: 100,
1255
- ix: 4
1256
- },
1257
- w: {
1258
- a: 1,
1259
- k: [
1260
- {
1261
- i: {
1262
- x: [
1263
- 0.833
1264
- ],
1265
- y: [
1266
- 0.833
1267
- ]
1268
- },
1269
- o: {
1270
- x: [
1271
- 0.167
1272
- ],
1273
- y: [
1274
- 0.167
1275
- ]
1276
- },
1277
- t: 90,
1278
- s: [
1279
- 2.5
1280
- ]
1281
- },
1282
- {
1283
- t: 100,
1284
- s: [
1285
- 1.8
1286
- ]
1287
- }
1288
- ],
1289
- ix: 5
1290
- },
1291
- lc: 1,
1292
- lj: 1,
1293
- ml: 4,
1294
- bm: 0,
1295
- nm: "Stroke 1",
1296
- mn: "ADBE Vector Graphic - Stroke",
1297
- hd: !1
1298
- },
1299
- {
1300
- ty: "tr",
1301
- p: {
1302
- a: 0,
1303
- k: [
1304
- 0,
1305
- 0
1306
- ],
1307
- ix: 2
1308
- },
1309
- a: {
1310
- a: 0,
1311
- k: [
1312
- 0,
1313
- 0
1314
- ],
1315
- ix: 1
1316
- },
1317
- s: {
1318
- a: 0,
1319
- k: [
1320
- 100,
1321
- 100
1322
- ],
1323
- ix: 3
1324
- },
1325
- r: {
1326
- a: 0,
1327
- k: 0,
1328
- ix: 6
1329
- },
1330
- o: {
1331
- a: 0,
1332
- k: 100,
1333
- ix: 7
1334
- },
1335
- sk: {
1336
- a: 0,
1337
- k: 0,
1338
- ix: 4
1339
- },
1340
- sa: {
1341
- a: 0,
1342
- k: 0,
1343
- ix: 5
1344
- },
1345
- nm: "Transform"
1346
- }
1347
- ],
1348
- nm: "Rectangle 16370",
1349
- np: 2,
1350
- cix: 2,
1351
- bm: 0,
1352
- ix: 1,
1353
- mn: "ADBE Vector Group",
1354
- hd: !1
1355
- }
1356
- ],
1357
- ip: 0,
1358
- op: 309,
1359
- st: 0,
1360
- bm: 0
1361
- }
1362
- ], c = [
1363
- {
1364
- tm: 90,
1365
- cm: "1",
1366
- dr: 0
1367
- },
1368
- {
1369
- tm: 100,
1370
- cm: "2",
1371
- dr: 0
1372
- },
1373
- {
1374
- tm: 190,
1375
- cm: "3",
1376
- dr: 0
1377
- },
1378
- {
1379
- tm: 200,
1380
- cm: "4",
1381
- dr: 0
1382
- }
1383
- ], y = {
1384
- v: a,
1385
- meta: i,
1386
- fr: t,
1387
- ip: x,
1388
- op: s,
1389
- w: k,
1390
- h: r,
1391
- nm: e,
1392
- ddd: m,
1393
- assets: o,
1394
- layers: n,
1395
- markers: c
1396
- };
1397
- export {
1398
- o as assets,
1399
- m as ddd,
1400
- y as default,
1401
- t as fr,
1402
- r as h,
1403
- x as ip,
1404
- n as layers,
1405
- c as markers,
1406
- i as meta,
1407
- e as nm,
1408
- s as op,
1409
- a as v,
1410
- k as w
1411
- };
1412
- //# sourceMappingURL=levelup-rings-lottie.json.js.map