@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
@@ -0,0 +1,549 @@
1
+ {
2
+ "v": "4.8.0",
3
+ "meta": { "g": "LottieFiles AE 3.4.5", "a": "", "k": "", "d": "", "tc": "" },
4
+ "fr": 30,
5
+ "ip": 0,
6
+ "op": 200,
7
+ "w": 1000,
8
+ "h": 1000,
9
+ "nm": "Green Progress circle",
10
+ "ddd": 0,
11
+ "assets": [],
12
+ "layers": [
13
+ {
14
+ "ddd": 0,
15
+ "ind": 1,
16
+ "ty": 4,
17
+ "nm": "Green 03",
18
+ "sr": 1,
19
+ "ks": {
20
+ "o": { "a": 0, "k": 100, "ix": 11 },
21
+ "r": { "a": 0, "k": -90, "ix": 10 },
22
+ "p": { "a": 0, "k": [500, 500, 0], "ix": 2 },
23
+ "a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
24
+ "s": {
25
+ "a": 1,
26
+ "k": [
27
+ {
28
+ "i": { "x": [0.49, 0.49, 0.49], "y": [1, 1, 1] },
29
+ "o": { "x": [0.51, 0.51, 0.51], "y": [0, 0, 0] },
30
+ "t": 90,
31
+ "s": [224, 224, 100]
32
+ },
33
+ {
34
+ "i": { "x": [0.49, 0.49, 0.49], "y": [1, 1, 1] },
35
+ "o": { "x": [0.51, 0.51, 0.51], "y": [0, 0, 0] },
36
+ "t": 190,
37
+ "s": [239, 239, 100]
38
+ },
39
+ { "t": 200, "s": [254, 254, 100] }
40
+ ],
41
+ "ix": 6
42
+ }
43
+ },
44
+ "ao": 0,
45
+ "shapes": [
46
+ {
47
+ "ty": "gr",
48
+ "it": [
49
+ {
50
+ "ty": "rc",
51
+ "d": 1,
52
+ "s": { "a": 0, "k": [377.308, 377.308], "ix": 2 },
53
+ "p": { "a": 0, "k": [0, 0], "ix": 3 },
54
+ "r": { "a": 0, "k": 211, "ix": 4 },
55
+ "nm": "Rectangle Path 1",
56
+ "mn": "ADBE Vector Shape - Rect",
57
+ "hd": false
58
+ },
59
+ {
60
+ "ty": "st",
61
+ "c": {
62
+ "a": 1,
63
+ "k": [
64
+ {
65
+ "i": { "x": [0.833], "y": [0.833] },
66
+ "o": { "x": [0.167], "y": [0.167] },
67
+ "t": 190,
68
+ "s": [0.239215686275, 0.843137254902, 0.443137254902, 1]
69
+ },
70
+ { "t": 200, "s": [1, 1, 1, 1] }
71
+ ],
72
+ "ix": 3
73
+ },
74
+ "o": { "a": 0, "k": 100, "ix": 4 },
75
+ "w": { "a": 0, "k": 2.5, "ix": 5 },
76
+ "lc": 1,
77
+ "lj": 1,
78
+ "ml": 4,
79
+ "bm": 0,
80
+ "nm": "Stroke 1",
81
+ "mn": "ADBE Vector Graphic - Stroke",
82
+ "hd": false
83
+ },
84
+ {
85
+ "ty": "tr",
86
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
87
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
88
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
89
+ "r": { "a": 0, "k": 0, "ix": 6 },
90
+ "o": { "a": 0, "k": 100, "ix": 7 },
91
+ "sk": { "a": 0, "k": 0, "ix": 4 },
92
+ "sa": { "a": 0, "k": 0, "ix": 5 },
93
+ "nm": "Transform"
94
+ }
95
+ ],
96
+ "nm": "Rectangle 16370",
97
+ "np": 2,
98
+ "cix": 2,
99
+ "bm": 0,
100
+ "ix": 1,
101
+ "mn": "ADBE Vector Group",
102
+ "hd": false
103
+ },
104
+ {
105
+ "ty": "tm",
106
+ "s": { "a": 0, "k": 0, "ix": 1 },
107
+ "e": {
108
+ "a": 1,
109
+ "k": [
110
+ {
111
+ "i": { "x": [0.833], "y": [0.833] },
112
+ "o": { "x": [0.167], "y": [0.167] },
113
+ "t": 100,
114
+ "s": [0]
115
+ },
116
+ { "t": 190, "s": [100] }
117
+ ],
118
+ "ix": 2
119
+ },
120
+ "o": { "a": 0, "k": 0, "ix": 3 },
121
+ "m": 1,
122
+ "ix": 2,
123
+ "nm": "Trim Paths 1",
124
+ "mn": "ADBE Vector Filter - Trim",
125
+ "hd": false
126
+ }
127
+ ],
128
+ "ip": 190,
129
+ "op": 310,
130
+ "st": 0,
131
+ "bm": 0
132
+ },
133
+ {
134
+ "ddd": 0,
135
+ "ind": 2,
136
+ "ty": 4,
137
+ "nm": "Green 02",
138
+ "sr": 1,
139
+ "ks": {
140
+ "o": { "a": 0, "k": 100, "ix": 11 },
141
+ "r": { "a": 0, "k": -90, "ix": 10 },
142
+ "p": { "a": 0, "k": [500, 500, 0], "ix": 2 },
143
+ "a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
144
+ "s": {
145
+ "a": 1,
146
+ "k": [
147
+ {
148
+ "i": { "x": [0.49, 0.49, 0.49], "y": [1, 1, 1] },
149
+ "o": { "x": [0.51, 0.51, 0.51], "y": [0, 0, 0] },
150
+ "t": 90,
151
+ "s": [224, 224, 100]
152
+ },
153
+ { "t": 100, "s": [239, 239, 100] }
154
+ ],
155
+ "ix": 6
156
+ }
157
+ },
158
+ "ao": 0,
159
+ "shapes": [
160
+ {
161
+ "ty": "gr",
162
+ "it": [
163
+ {
164
+ "ty": "rc",
165
+ "d": 1,
166
+ "s": { "a": 0, "k": [377.308, 377.308], "ix": 2 },
167
+ "p": { "a": 0, "k": [0, 0], "ix": 3 },
168
+ "r": { "a": 0, "k": 211, "ix": 4 },
169
+ "nm": "Rectangle Path 1",
170
+ "mn": "ADBE Vector Shape - Rect",
171
+ "hd": false
172
+ },
173
+ {
174
+ "ty": "st",
175
+ "c": {
176
+ "a": 1,
177
+ "k": [
178
+ {
179
+ "i": { "x": [0.833], "y": [0.833] },
180
+ "o": { "x": [0.167], "y": [0.167] },
181
+ "t": 190,
182
+ "s": [0.239215686275, 0.843137254902, 0.443137254902, 1]
183
+ },
184
+ { "t": 200, "s": [1, 1, 1, 1] }
185
+ ],
186
+ "ix": 3
187
+ },
188
+ "o": { "a": 0, "k": 100, "ix": 4 },
189
+ "w": { "a": 0, "k": 2.5, "ix": 5 },
190
+ "lc": 1,
191
+ "lj": 1,
192
+ "ml": 4,
193
+ "bm": 0,
194
+ "nm": "Stroke 1",
195
+ "mn": "ADBE Vector Graphic - Stroke",
196
+ "hd": false
197
+ },
198
+ {
199
+ "ty": "tr",
200
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
201
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
202
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
203
+ "r": { "a": 0, "k": 0, "ix": 6 },
204
+ "o": { "a": 0, "k": 100, "ix": 7 },
205
+ "sk": { "a": 0, "k": 0, "ix": 4 },
206
+ "sa": { "a": 0, "k": 0, "ix": 5 },
207
+ "nm": "Transform"
208
+ }
209
+ ],
210
+ "nm": "Rectangle 16370",
211
+ "np": 2,
212
+ "cix": 2,
213
+ "bm": 0,
214
+ "ix": 1,
215
+ "mn": "ADBE Vector Group",
216
+ "hd": false
217
+ },
218
+ {
219
+ "ty": "tm",
220
+ "s": { "a": 0, "k": 0, "ix": 1 },
221
+ "e": {
222
+ "a": 1,
223
+ "k": [
224
+ {
225
+ "i": { "x": [0.833], "y": [0.833] },
226
+ "o": { "x": [0.167], "y": [0.167] },
227
+ "t": 100,
228
+ "s": [0]
229
+ },
230
+ { "t": 190, "s": [100] }
231
+ ],
232
+ "ix": 2
233
+ },
234
+ "o": { "a": 0, "k": 0, "ix": 3 },
235
+ "m": 1,
236
+ "ix": 2,
237
+ "nm": "Trim Paths 1",
238
+ "mn": "ADBE Vector Filter - Trim",
239
+ "hd": false
240
+ }
241
+ ],
242
+ "ip": 91,
243
+ "op": 190,
244
+ "st": 0,
245
+ "bm": 0
246
+ },
247
+ {
248
+ "ddd": 0,
249
+ "ind": 3,
250
+ "ty": 4,
251
+ "nm": "White 02",
252
+ "sr": 1,
253
+ "ks": {
254
+ "o": { "a": 0, "k": 100, "ix": 11 },
255
+ "r": { "a": 0, "k": -90, "ix": 10 },
256
+ "p": { "a": 0, "k": [500, 500, 0], "ix": 2 },
257
+ "a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
258
+ "s": {
259
+ "a": 1,
260
+ "k": [
261
+ {
262
+ "i": { "x": [0.49, 0.49, 0.49], "y": [1, 1, 1] },
263
+ "o": { "x": [0.51, 0.51, 0.51], "y": [0, 0, 0] },
264
+ "t": 90,
265
+ "s": [224, 224, 100]
266
+ },
267
+ { "t": 100, "s": [239, 239, 100] }
268
+ ],
269
+ "ix": 6
270
+ }
271
+ },
272
+ "ao": 0,
273
+ "shapes": [
274
+ {
275
+ "ty": "gr",
276
+ "it": [
277
+ {
278
+ "ty": "rc",
279
+ "d": 1,
280
+ "s": { "a": 0, "k": [377.308, 377.308], "ix": 2 },
281
+ "p": { "a": 0, "k": [0, 0], "ix": 3 },
282
+ "r": { "a": 0, "k": 211, "ix": 4 },
283
+ "nm": "Rectangle Path 1",
284
+ "mn": "ADBE Vector Shape - Rect",
285
+ "hd": false
286
+ },
287
+ {
288
+ "ty": "st",
289
+ "c": {
290
+ "a": 1,
291
+ "k": [
292
+ {
293
+ "i": { "x": [0.833], "y": [0.833] },
294
+ "o": { "x": [0.167], "y": [0.167] },
295
+ "t": 90,
296
+ "s": [0.239215686275, 0.843137254902, 0.443137254902, 1]
297
+ },
298
+ { "t": 100, "s": [1, 1, 1, 1] }
299
+ ],
300
+ "ix": 3
301
+ },
302
+ "o": { "a": 0, "k": 100, "ix": 4 },
303
+ "w": {
304
+ "a": 1,
305
+ "k": [
306
+ {
307
+ "i": { "x": [0.833], "y": [0.833] },
308
+ "o": { "x": [0.167], "y": [0.167] },
309
+ "t": 190,
310
+ "s": [2.5]
311
+ },
312
+ { "t": 200, "s": [1.8] }
313
+ ],
314
+ "ix": 5
315
+ },
316
+ "lc": 1,
317
+ "lj": 1,
318
+ "ml": 4,
319
+ "bm": 0,
320
+ "nm": "Stroke 1",
321
+ "mn": "ADBE Vector Graphic - Stroke",
322
+ "hd": false
323
+ },
324
+ {
325
+ "ty": "tr",
326
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
327
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
328
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
329
+ "r": { "a": 0, "k": 0, "ix": 6 },
330
+ "o": { "a": 0, "k": 100, "ix": 7 },
331
+ "sk": { "a": 0, "k": 0, "ix": 4 },
332
+ "sa": { "a": 0, "k": 0, "ix": 5 },
333
+ "nm": "Transform"
334
+ }
335
+ ],
336
+ "nm": "Rectangle 16370",
337
+ "np": 2,
338
+ "cix": 2,
339
+ "bm": 0,
340
+ "ix": 1,
341
+ "mn": "ADBE Vector Group",
342
+ "hd": false
343
+ },
344
+ {
345
+ "ty": "tm",
346
+ "s": { "a": 0, "k": 0, "ix": 1 },
347
+ "e": {
348
+ "a": 1,
349
+ "k": [
350
+ {
351
+ "i": { "x": [0.833], "y": [0.833] },
352
+ "o": { "x": [0.167], "y": [0.167] },
353
+ "t": 0,
354
+ "s": [0]
355
+ },
356
+ { "t": 90, "s": [100] }
357
+ ],
358
+ "ix": 2
359
+ },
360
+ "o": { "a": 0, "k": 0, "ix": 3 },
361
+ "m": 1,
362
+ "ix": 2,
363
+ "nm": "Trim Paths 1",
364
+ "mn": "ADBE Vector Filter - Trim",
365
+ "hd": false
366
+ }
367
+ ],
368
+ "ip": 91,
369
+ "op": 308,
370
+ "st": 0,
371
+ "bm": 0
372
+ },
373
+ {
374
+ "ddd": 0,
375
+ "ind": 4,
376
+ "ty": 4,
377
+ "nm": "gREEN 01",
378
+ "sr": 1,
379
+ "ks": {
380
+ "o": { "a": 0, "k": 100, "ix": 11 },
381
+ "r": { "a": 0, "k": -90, "ix": 10 },
382
+ "p": { "a": 0, "k": [500, 500, 0], "ix": 2 },
383
+ "a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
384
+ "s": { "a": 0, "k": [224, 224, 100], "ix": 6 }
385
+ },
386
+ "ao": 0,
387
+ "shapes": [
388
+ {
389
+ "ty": "gr",
390
+ "it": [
391
+ {
392
+ "ty": "rc",
393
+ "d": 1,
394
+ "s": { "a": 0, "k": [377.308, 377.308], "ix": 2 },
395
+ "p": { "a": 0, "k": [0, 0], "ix": 3 },
396
+ "r": { "a": 0, "k": 211, "ix": 4 },
397
+ "nm": "Rectangle Path 1",
398
+ "mn": "ADBE Vector Shape - Rect",
399
+ "hd": false
400
+ },
401
+ {
402
+ "ty": "st",
403
+ "c": { "a": 0, "k": [0.239215686275, 0.843137254902, 0.443137254902, 1], "ix": 3 },
404
+ "o": { "a": 0, "k": 100, "ix": 4 },
405
+ "w": { "a": 0, "k": 2.5, "ix": 5 },
406
+ "lc": 1,
407
+ "lj": 1,
408
+ "ml": 4,
409
+ "bm": 0,
410
+ "nm": "Stroke 1",
411
+ "mn": "ADBE Vector Graphic - Stroke",
412
+ "hd": false
413
+ },
414
+ {
415
+ "ty": "tr",
416
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
417
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
418
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
419
+ "r": { "a": 0, "k": 0, "ix": 6 },
420
+ "o": { "a": 0, "k": 100, "ix": 7 },
421
+ "sk": { "a": 0, "k": 0, "ix": 4 },
422
+ "sa": { "a": 0, "k": 0, "ix": 5 },
423
+ "nm": "Transform"
424
+ }
425
+ ],
426
+ "nm": "Rectangle 16370",
427
+ "np": 2,
428
+ "cix": 2,
429
+ "bm": 0,
430
+ "ix": 1,
431
+ "mn": "ADBE Vector Group",
432
+ "hd": false
433
+ },
434
+ {
435
+ "ty": "tm",
436
+ "s": { "a": 0, "k": 0, "ix": 1 },
437
+ "e": {
438
+ "a": 1,
439
+ "k": [
440
+ {
441
+ "i": { "x": [0.833], "y": [0.833] },
442
+ "o": { "x": [0.167], "y": [0.167] },
443
+ "t": 0,
444
+ "s": [0]
445
+ },
446
+ { "t": 90, "s": [100] }
447
+ ],
448
+ "ix": 2
449
+ },
450
+ "o": { "a": 0, "k": 0, "ix": 3 },
451
+ "m": 1,
452
+ "ix": 2,
453
+ "nm": "Trim Paths 1",
454
+ "mn": "ADBE Vector Filter - Trim",
455
+ "hd": false
456
+ }
457
+ ],
458
+ "ip": 0,
459
+ "op": 91,
460
+ "st": 0,
461
+ "bm": 0
462
+ },
463
+ {
464
+ "ddd": 0,
465
+ "ind": 5,
466
+ "ty": 4,
467
+ "nm": "WHITE 01",
468
+ "sr": 1,
469
+ "ks": {
470
+ "o": { "a": 0, "k": 100, "ix": 11 },
471
+ "r": { "a": 0, "k": 0, "ix": 10 },
472
+ "p": { "a": 0, "k": [500, 500, 0], "ix": 2 },
473
+ "a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
474
+ "s": { "a": 0, "k": [224, 224, 100], "ix": 6 }
475
+ },
476
+ "ao": 0,
477
+ "shapes": [
478
+ {
479
+ "ty": "gr",
480
+ "it": [
481
+ {
482
+ "ty": "rc",
483
+ "d": 1,
484
+ "s": { "a": 0, "k": [377.308, 377.308], "ix": 2 },
485
+ "p": { "a": 0, "k": [0, 0], "ix": 3 },
486
+ "r": { "a": 0, "k": 211, "ix": 4 },
487
+ "nm": "Rectangle Path 1",
488
+ "mn": "ADBE Vector Shape - Rect",
489
+ "hd": false
490
+ },
491
+ {
492
+ "ty": "st",
493
+ "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 },
494
+ "o": { "a": 0, "k": 100, "ix": 4 },
495
+ "w": {
496
+ "a": 1,
497
+ "k": [
498
+ {
499
+ "i": { "x": [0.833], "y": [0.833] },
500
+ "o": { "x": [0.167], "y": [0.167] },
501
+ "t": 90,
502
+ "s": [2.5]
503
+ },
504
+ { "t": 100, "s": [1.8] }
505
+ ],
506
+ "ix": 5
507
+ },
508
+ "lc": 1,
509
+ "lj": 1,
510
+ "ml": 4,
511
+ "bm": 0,
512
+ "nm": "Stroke 1",
513
+ "mn": "ADBE Vector Graphic - Stroke",
514
+ "hd": false
515
+ },
516
+ {
517
+ "ty": "tr",
518
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
519
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
520
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
521
+ "r": { "a": 0, "k": 0, "ix": 6 },
522
+ "o": { "a": 0, "k": 100, "ix": 7 },
523
+ "sk": { "a": 0, "k": 0, "ix": 4 },
524
+ "sa": { "a": 0, "k": 0, "ix": 5 },
525
+ "nm": "Transform"
526
+ }
527
+ ],
528
+ "nm": "Rectangle 16370",
529
+ "np": 2,
530
+ "cix": 2,
531
+ "bm": 0,
532
+ "ix": 1,
533
+ "mn": "ADBE Vector Group",
534
+ "hd": false
535
+ }
536
+ ],
537
+ "ip": 0,
538
+ "op": 309,
539
+ "st": 0,
540
+ "bm": 0
541
+ }
542
+ ],
543
+ "markers": [
544
+ { "tm": 90, "cm": "1", "dr": 0 },
545
+ { "tm": 100, "cm": "2", "dr": 0 },
546
+ { "tm": 190, "cm": "3", "dr": 0 },
547
+ { "tm": 200, "cm": "4", "dr": 0 }
548
+ ]
549
+ }