@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,1047 @@
1
+ {
2
+ "v": "4.8.0",
3
+ "meta": {
4
+ "g": "LottieFiles AE 3.5.4",
5
+ "a": "",
6
+ "k": "",
7
+ "d": "",
8
+ "tc": ""
9
+ },
10
+ "fr": 30,
11
+ "ip": 62,
12
+ "op": 87,
13
+ "w": 1100,
14
+ "h": 392,
15
+ "nm": "Ripple Lottie",
16
+ "ddd": 0,
17
+ "assets": [],
18
+ "layers": [
19
+ {
20
+ "ddd": 0,
21
+ "ind": 1,
22
+ "ty": 3,
23
+ "nm": "Ellipse 4037 Null 1",
24
+ "sr": 1,
25
+ "ks": {
26
+ "o": {
27
+ "a": 0,
28
+ "k": 0,
29
+ "ix": 11
30
+ },
31
+ "r": {
32
+ "a": 0,
33
+ "k": 0,
34
+ "ix": 10
35
+ },
36
+ "p": {
37
+ "a": 0,
38
+ "k": [550, 196, 0],
39
+ "ix": 2
40
+ },
41
+ "a": {
42
+ "a": 0,
43
+ "k": [50, 50, 0],
44
+ "ix": 1
45
+ },
46
+ "s": {
47
+ "a": 0,
48
+ "k": [100, 100, 100],
49
+ "ix": 6
50
+ }
51
+ },
52
+ "ao": 0,
53
+ "ip": 75,
54
+ "op": 153,
55
+ "st": 0,
56
+ "bm": 0
57
+ },
58
+ {
59
+ "ddd": 0,
60
+ "ind": 2,
61
+ "ty": 4,
62
+ "nm": "Ellipse 4037",
63
+ "parent": 1,
64
+ "sr": 1,
65
+ "ks": {
66
+ "o": {
67
+ "a": 1,
68
+ "k": [
69
+ {
70
+ "i": {
71
+ "x": [0.833],
72
+ "y": [0.833]
73
+ },
74
+ "o": {
75
+ "x": [0.167],
76
+ "y": [0.167]
77
+ },
78
+ "t": 75,
79
+ "s": [0]
80
+ },
81
+ {
82
+ "i": {
83
+ "x": [0.833],
84
+ "y": [0.833]
85
+ },
86
+ "o": {
87
+ "x": [0.167],
88
+ "y": [0.167]
89
+ },
90
+ "t": 85,
91
+ "s": [100]
92
+ },
93
+ {
94
+ "i": {
95
+ "x": [0.833],
96
+ "y": [0.833]
97
+ },
98
+ "o": {
99
+ "x": [0.167],
100
+ "y": [0.167]
101
+ },
102
+ "t": 137,
103
+ "s": [100]
104
+ },
105
+ {
106
+ "i": {
107
+ "x": [0.833],
108
+ "y": [0.833]
109
+ },
110
+ "o": {
111
+ "x": [0.167],
112
+ "y": [0.167]
113
+ },
114
+ "t": 152,
115
+ "s": [0]
116
+ },
117
+ {
118
+ "t": 175,
119
+ "s": [0]
120
+ }
121
+ ],
122
+ "ix": 11,
123
+ "x": "var $bm_rt;\n$bm_rt = $bm_sub($bm_sum(loopIn(), loopOut()), value);"
124
+ },
125
+ "r": {
126
+ "a": 0,
127
+ "k": 0,
128
+ "ix": 10
129
+ },
130
+ "p": {
131
+ "a": 1,
132
+ "k": [
133
+ {
134
+ "i": {
135
+ "x": 0.833,
136
+ "y": 0.833
137
+ },
138
+ "o": {
139
+ "x": 0.167,
140
+ "y": 0.167
141
+ },
142
+ "t": 75,
143
+ "s": [50, 47.129, 0],
144
+ "to": [0, 0, 0],
145
+ "ti": [0, -27.488, 0]
146
+ },
147
+ {
148
+ "t": 175,
149
+ "s": [50, 142.84, 0]
150
+ }
151
+ ],
152
+ "ix": 2
153
+ },
154
+ "a": {
155
+ "a": 0,
156
+ "k": [0, 0, 0],
157
+ "ix": 1
158
+ },
159
+ "s": {
160
+ "a": 0,
161
+ "k": [100, 100, 100],
162
+ "ix": 6
163
+ }
164
+ },
165
+ "ao": 0,
166
+ "shapes": [
167
+ {
168
+ "ty": "gr",
169
+ "it": [
170
+ {
171
+ "d": 1,
172
+ "ty": "el",
173
+ "s": {
174
+ "a": 1,
175
+ "k": [
176
+ {
177
+ "i": {
178
+ "x": [0.833, 0.833],
179
+ "y": [0.833, 0.833]
180
+ },
181
+ "o": {
182
+ "x": [0.167, 0.167],
183
+ "y": [0.167, 0.167]
184
+ },
185
+ "t": 75,
186
+ "s": [73, 14.6]
187
+ },
188
+ {
189
+ "t": 175,
190
+ "s": [682.679, 136.536]
191
+ }
192
+ ],
193
+ "ix": 2
194
+ },
195
+ "p": {
196
+ "a": 0,
197
+ "k": [0, 0],
198
+ "ix": 3
199
+ },
200
+ "nm": "Ellipse Path 1",
201
+ "mn": "ADBE Vector Shape - Ellipse",
202
+ "hd": false
203
+ },
204
+ {
205
+ "ty": "gs",
206
+ "o": {
207
+ "a": 0,
208
+ "k": 100,
209
+ "ix": 9
210
+ },
211
+ "w": {
212
+ "a": 0,
213
+ "k": 1,
214
+ "ix": 10
215
+ },
216
+ "g": {
217
+ "p": 3,
218
+ "k": {
219
+ "a": 0,
220
+ "k": [0, 1, 1, 1, 0.5, 1, 1, 1, 1, 1, 1, 1, 0, 1, 0.5, 0.75, 1, 0.5],
221
+ "ix": 8
222
+ }
223
+ },
224
+ "s": {
225
+ "a": 0,
226
+ "k": [-36, -9.5],
227
+ "ix": 4
228
+ },
229
+ "e": {
230
+ "a": 0,
231
+ "k": [36, 12],
232
+ "ix": 5
233
+ },
234
+ "t": 1,
235
+ "lc": 1,
236
+ "lj": 1,
237
+ "ml": 4,
238
+ "ml2": {
239
+ "a": 0,
240
+ "k": 4,
241
+ "ix": 13
242
+ },
243
+ "bm": 0,
244
+ "nm": "Gradient Stroke 1",
245
+ "mn": "ADBE Vector Graphic - G-Stroke",
246
+ "hd": false
247
+ },
248
+ {
249
+ "ty": "tr",
250
+ "p": {
251
+ "a": 0,
252
+ "k": [0, 0],
253
+ "ix": 2
254
+ },
255
+ "a": {
256
+ "a": 0,
257
+ "k": [0, 0],
258
+ "ix": 1
259
+ },
260
+ "s": {
261
+ "a": 0,
262
+ "k": [200, 200],
263
+ "ix": 3
264
+ },
265
+ "r": {
266
+ "a": 0,
267
+ "k": 0,
268
+ "ix": 6
269
+ },
270
+ "o": {
271
+ "a": 0,
272
+ "k": 100,
273
+ "ix": 7
274
+ },
275
+ "sk": {
276
+ "a": 0,
277
+ "k": 0,
278
+ "ix": 4
279
+ },
280
+ "sa": {
281
+ "a": 0,
282
+ "k": 0,
283
+ "ix": 5
284
+ },
285
+ "nm": "Transform"
286
+ }
287
+ ],
288
+ "nm": "Ellipse 4034",
289
+ "np": 2,
290
+ "cix": 2,
291
+ "bm": 0,
292
+ "ix": 1,
293
+ "mn": "ADBE Vector Group",
294
+ "hd": false
295
+ }
296
+ ],
297
+ "ip": 75,
298
+ "op": 153,
299
+ "st": 85,
300
+ "bm": 0
301
+ },
302
+ {
303
+ "ddd": 0,
304
+ "ind": 3,
305
+ "ty": 4,
306
+ "nm": "Ellipse 4036",
307
+ "parent": 1,
308
+ "sr": 1,
309
+ "ks": {
310
+ "o": {
311
+ "a": 1,
312
+ "k": [
313
+ {
314
+ "i": {
315
+ "x": [0.833],
316
+ "y": [0.833]
317
+ },
318
+ "o": {
319
+ "x": [0.167],
320
+ "y": [0.167]
321
+ },
322
+ "t": 50,
323
+ "s": [0]
324
+ },
325
+ {
326
+ "i": {
327
+ "x": [0.833],
328
+ "y": [0.833]
329
+ },
330
+ "o": {
331
+ "x": [0.167],
332
+ "y": [0.167]
333
+ },
334
+ "t": 60,
335
+ "s": [100]
336
+ },
337
+ {
338
+ "i": {
339
+ "x": [0.833],
340
+ "y": [0.833]
341
+ },
342
+ "o": {
343
+ "x": [0.167],
344
+ "y": [0.167]
345
+ },
346
+ "t": 112,
347
+ "s": [100]
348
+ },
349
+ {
350
+ "i": {
351
+ "x": [0.833],
352
+ "y": [0.833]
353
+ },
354
+ "o": {
355
+ "x": [0.167],
356
+ "y": [0.167]
357
+ },
358
+ "t": 127,
359
+ "s": [0]
360
+ },
361
+ {
362
+ "t": 150,
363
+ "s": [0]
364
+ }
365
+ ],
366
+ "ix": 11,
367
+ "x": "var $bm_rt;\n$bm_rt = $bm_sub($bm_sum(loopIn(), loopOut()), value);"
368
+ },
369
+ "r": {
370
+ "a": 0,
371
+ "k": 0,
372
+ "ix": 10
373
+ },
374
+ "p": {
375
+ "a": 1,
376
+ "k": [
377
+ {
378
+ "i": {
379
+ "x": 0.833,
380
+ "y": 0.833
381
+ },
382
+ "o": {
383
+ "x": 0.167,
384
+ "y": 0.167
385
+ },
386
+ "t": 50,
387
+ "s": [50, 47.129, 0],
388
+ "to": [0, 0, 0],
389
+ "ti": [0, -27.488, 0]
390
+ },
391
+ {
392
+ "t": 150,
393
+ "s": [50, 142.84, 0]
394
+ }
395
+ ],
396
+ "ix": 2
397
+ },
398
+ "a": {
399
+ "a": 0,
400
+ "k": [0, 0, 0],
401
+ "ix": 1
402
+ },
403
+ "s": {
404
+ "a": 0,
405
+ "k": [100, 100, 100],
406
+ "ix": 6
407
+ }
408
+ },
409
+ "ao": 0,
410
+ "shapes": [
411
+ {
412
+ "ty": "gr",
413
+ "it": [
414
+ {
415
+ "d": 1,
416
+ "ty": "el",
417
+ "s": {
418
+ "a": 1,
419
+ "k": [
420
+ {
421
+ "i": {
422
+ "x": [0.833, 0.833],
423
+ "y": [0.833, 0.833]
424
+ },
425
+ "o": {
426
+ "x": [0.167, 0.167],
427
+ "y": [0.167, 0.167]
428
+ },
429
+ "t": 50,
430
+ "s": [73, 14.6]
431
+ },
432
+ {
433
+ "t": 150,
434
+ "s": [682.679, 136.536]
435
+ }
436
+ ],
437
+ "ix": 2
438
+ },
439
+ "p": {
440
+ "a": 0,
441
+ "k": [0, 0],
442
+ "ix": 3
443
+ },
444
+ "nm": "Ellipse Path 1",
445
+ "mn": "ADBE Vector Shape - Ellipse",
446
+ "hd": false
447
+ },
448
+ {
449
+ "ty": "gs",
450
+ "o": {
451
+ "a": 0,
452
+ "k": 100,
453
+ "ix": 9
454
+ },
455
+ "w": {
456
+ "a": 0,
457
+ "k": 1,
458
+ "ix": 10
459
+ },
460
+ "g": {
461
+ "p": 3,
462
+ "k": {
463
+ "a": 0,
464
+ "k": [0, 1, 1, 1, 0.5, 1, 1, 1, 1, 1, 1, 1, 0, 1, 0.5, 0.75, 1, 0.5],
465
+ "ix": 8
466
+ }
467
+ },
468
+ "s": {
469
+ "a": 0,
470
+ "k": [-36, -9.5],
471
+ "ix": 4
472
+ },
473
+ "e": {
474
+ "a": 0,
475
+ "k": [36, 12],
476
+ "ix": 5
477
+ },
478
+ "t": 1,
479
+ "lc": 1,
480
+ "lj": 1,
481
+ "ml": 4,
482
+ "ml2": {
483
+ "a": 0,
484
+ "k": 4,
485
+ "ix": 13
486
+ },
487
+ "bm": 0,
488
+ "nm": "Gradient Stroke 1",
489
+ "mn": "ADBE Vector Graphic - G-Stroke",
490
+ "hd": false
491
+ },
492
+ {
493
+ "ty": "tr",
494
+ "p": {
495
+ "a": 0,
496
+ "k": [0, 0],
497
+ "ix": 2
498
+ },
499
+ "a": {
500
+ "a": 0,
501
+ "k": [0, 0],
502
+ "ix": 1
503
+ },
504
+ "s": {
505
+ "a": 0,
506
+ "k": [200, 200],
507
+ "ix": 3
508
+ },
509
+ "r": {
510
+ "a": 0,
511
+ "k": 0,
512
+ "ix": 6
513
+ },
514
+ "o": {
515
+ "a": 0,
516
+ "k": 100,
517
+ "ix": 7
518
+ },
519
+ "sk": {
520
+ "a": 0,
521
+ "k": 0,
522
+ "ix": 4
523
+ },
524
+ "sa": {
525
+ "a": 0,
526
+ "k": 0,
527
+ "ix": 5
528
+ },
529
+ "nm": "Transform"
530
+ }
531
+ ],
532
+ "nm": "Ellipse 4034",
533
+ "np": 2,
534
+ "cix": 2,
535
+ "bm": 0,
536
+ "ix": 1,
537
+ "mn": "ADBE Vector Group",
538
+ "hd": false
539
+ }
540
+ ],
541
+ "ip": 50,
542
+ "op": 128,
543
+ "st": 60,
544
+ "bm": 0
545
+ },
546
+ {
547
+ "ddd": 0,
548
+ "ind": 4,
549
+ "ty": 4,
550
+ "nm": "Ellipse 4035",
551
+ "parent": 1,
552
+ "sr": 1,
553
+ "ks": {
554
+ "o": {
555
+ "a": 1,
556
+ "k": [
557
+ {
558
+ "i": {
559
+ "x": [0.833],
560
+ "y": [0.833]
561
+ },
562
+ "o": {
563
+ "x": [0.167],
564
+ "y": [0.167]
565
+ },
566
+ "t": 25,
567
+ "s": [0]
568
+ },
569
+ {
570
+ "i": {
571
+ "x": [0.833],
572
+ "y": [0.833]
573
+ },
574
+ "o": {
575
+ "x": [0.167],
576
+ "y": [0.167]
577
+ },
578
+ "t": 35,
579
+ "s": [100]
580
+ },
581
+ {
582
+ "i": {
583
+ "x": [0.833],
584
+ "y": [0.833]
585
+ },
586
+ "o": {
587
+ "x": [0.167],
588
+ "y": [0.167]
589
+ },
590
+ "t": 87,
591
+ "s": [100]
592
+ },
593
+ {
594
+ "i": {
595
+ "x": [0.833],
596
+ "y": [0.833]
597
+ },
598
+ "o": {
599
+ "x": [0.167],
600
+ "y": [0.167]
601
+ },
602
+ "t": 102,
603
+ "s": [0]
604
+ },
605
+ {
606
+ "t": 125,
607
+ "s": [0]
608
+ }
609
+ ],
610
+ "ix": 11,
611
+ "x": "var $bm_rt;\n$bm_rt = $bm_sub($bm_sum(loopIn(), loopOut()), value);"
612
+ },
613
+ "r": {
614
+ "a": 0,
615
+ "k": 0,
616
+ "ix": 10
617
+ },
618
+ "p": {
619
+ "a": 1,
620
+ "k": [
621
+ {
622
+ "i": {
623
+ "x": 0.833,
624
+ "y": 0.833
625
+ },
626
+ "o": {
627
+ "x": 0.167,
628
+ "y": 0.167
629
+ },
630
+ "t": 25,
631
+ "s": [50, 47.129, 0],
632
+ "to": [0, 0, 0],
633
+ "ti": [0, -27.488, 0]
634
+ },
635
+ {
636
+ "t": 125,
637
+ "s": [50, 142.84, 0]
638
+ }
639
+ ],
640
+ "ix": 2
641
+ },
642
+ "a": {
643
+ "a": 0,
644
+ "k": [0, 0, 0],
645
+ "ix": 1
646
+ },
647
+ "s": {
648
+ "a": 0,
649
+ "k": [100, 100, 100],
650
+ "ix": 6
651
+ }
652
+ },
653
+ "ao": 0,
654
+ "shapes": [
655
+ {
656
+ "ty": "gr",
657
+ "it": [
658
+ {
659
+ "d": 1,
660
+ "ty": "el",
661
+ "s": {
662
+ "a": 1,
663
+ "k": [
664
+ {
665
+ "i": {
666
+ "x": [0.833, 0.833],
667
+ "y": [0.833, 0.833]
668
+ },
669
+ "o": {
670
+ "x": [0.167, 0.167],
671
+ "y": [0.167, 0.167]
672
+ },
673
+ "t": 25,
674
+ "s": [73, 14.6]
675
+ },
676
+ {
677
+ "t": 125,
678
+ "s": [682.679, 136.536]
679
+ }
680
+ ],
681
+ "ix": 2
682
+ },
683
+ "p": {
684
+ "a": 0,
685
+ "k": [0, 0],
686
+ "ix": 3
687
+ },
688
+ "nm": "Ellipse Path 1",
689
+ "mn": "ADBE Vector Shape - Ellipse",
690
+ "hd": false
691
+ },
692
+ {
693
+ "ty": "gs",
694
+ "o": {
695
+ "a": 0,
696
+ "k": 100,
697
+ "ix": 9
698
+ },
699
+ "w": {
700
+ "a": 0,
701
+ "k": 1,
702
+ "ix": 10
703
+ },
704
+ "g": {
705
+ "p": 3,
706
+ "k": {
707
+ "a": 0,
708
+ "k": [0, 1, 1, 1, 0.5, 1, 1, 1, 1, 1, 1, 1, 0, 1, 0.5, 0.75, 1, 0.5],
709
+ "ix": 8
710
+ }
711
+ },
712
+ "s": {
713
+ "a": 0,
714
+ "k": [-36, -9.5],
715
+ "ix": 4
716
+ },
717
+ "e": {
718
+ "a": 0,
719
+ "k": [36, 12],
720
+ "ix": 5
721
+ },
722
+ "t": 1,
723
+ "lc": 1,
724
+ "lj": 1,
725
+ "ml": 4,
726
+ "ml2": {
727
+ "a": 0,
728
+ "k": 4,
729
+ "ix": 13
730
+ },
731
+ "bm": 0,
732
+ "nm": "Gradient Stroke 1",
733
+ "mn": "ADBE Vector Graphic - G-Stroke",
734
+ "hd": false
735
+ },
736
+ {
737
+ "ty": "tr",
738
+ "p": {
739
+ "a": 0,
740
+ "k": [0, 0],
741
+ "ix": 2
742
+ },
743
+ "a": {
744
+ "a": 0,
745
+ "k": [0, 0],
746
+ "ix": 1
747
+ },
748
+ "s": {
749
+ "a": 0,
750
+ "k": [200, 200],
751
+ "ix": 3
752
+ },
753
+ "r": {
754
+ "a": 0,
755
+ "k": 0,
756
+ "ix": 6
757
+ },
758
+ "o": {
759
+ "a": 0,
760
+ "k": 100,
761
+ "ix": 7
762
+ },
763
+ "sk": {
764
+ "a": 0,
765
+ "k": 0,
766
+ "ix": 4
767
+ },
768
+ "sa": {
769
+ "a": 0,
770
+ "k": 0,
771
+ "ix": 5
772
+ },
773
+ "nm": "Transform"
774
+ }
775
+ ],
776
+ "nm": "Ellipse 4034",
777
+ "np": 2,
778
+ "cix": 2,
779
+ "bm": 0,
780
+ "ix": 1,
781
+ "mn": "ADBE Vector Group",
782
+ "hd": false
783
+ }
784
+ ],
785
+ "ip": 25,
786
+ "op": 103,
787
+ "st": 35,
788
+ "bm": 0
789
+ },
790
+ {
791
+ "ddd": 0,
792
+ "ind": 5,
793
+ "ty": 4,
794
+ "nm": "Ellipse 4034",
795
+ "parent": 1,
796
+ "sr": 1,
797
+ "ks": {
798
+ "o": {
799
+ "a": 1,
800
+ "k": [
801
+ {
802
+ "i": {
803
+ "x": [0.833],
804
+ "y": [0.833]
805
+ },
806
+ "o": {
807
+ "x": [0.167],
808
+ "y": [0.167]
809
+ },
810
+ "t": 0,
811
+ "s": [0]
812
+ },
813
+ {
814
+ "i": {
815
+ "x": [0.833],
816
+ "y": [0.833]
817
+ },
818
+ "o": {
819
+ "x": [0.167],
820
+ "y": [0.167]
821
+ },
822
+ "t": 10,
823
+ "s": [100]
824
+ },
825
+ {
826
+ "i": {
827
+ "x": [0.833],
828
+ "y": [0.833]
829
+ },
830
+ "o": {
831
+ "x": [0.167],
832
+ "y": [0.167]
833
+ },
834
+ "t": 62,
835
+ "s": [100]
836
+ },
837
+ {
838
+ "i": {
839
+ "x": [0.833],
840
+ "y": [0.833]
841
+ },
842
+ "o": {
843
+ "x": [0.167],
844
+ "y": [0.167]
845
+ },
846
+ "t": 77,
847
+ "s": [0]
848
+ },
849
+ {
850
+ "t": 100,
851
+ "s": [0]
852
+ }
853
+ ],
854
+ "ix": 11,
855
+ "x": "var $bm_rt;\n$bm_rt = $bm_sub($bm_sum(loopIn(), loopOut()), value);"
856
+ },
857
+ "r": {
858
+ "a": 0,
859
+ "k": 0,
860
+ "ix": 10
861
+ },
862
+ "p": {
863
+ "a": 1,
864
+ "k": [
865
+ {
866
+ "i": {
867
+ "x": 0.833,
868
+ "y": 0.833
869
+ },
870
+ "o": {
871
+ "x": 0.167,
872
+ "y": 0.167
873
+ },
874
+ "t": 0,
875
+ "s": [50, 47.129, 0],
876
+ "to": [0, 0, 0],
877
+ "ti": [0, -27.488, 0]
878
+ },
879
+ {
880
+ "t": 100,
881
+ "s": [50, 142.84, 0]
882
+ }
883
+ ],
884
+ "ix": 2
885
+ },
886
+ "a": {
887
+ "a": 0,
888
+ "k": [0, 0, 0],
889
+ "ix": 1
890
+ },
891
+ "s": {
892
+ "a": 0,
893
+ "k": [100, 100, 100],
894
+ "ix": 6
895
+ }
896
+ },
897
+ "ao": 0,
898
+ "shapes": [
899
+ {
900
+ "ty": "gr",
901
+ "it": [
902
+ {
903
+ "d": 1,
904
+ "ty": "el",
905
+ "s": {
906
+ "a": 1,
907
+ "k": [
908
+ {
909
+ "i": {
910
+ "x": [0.833, 0.833],
911
+ "y": [0.833, 0.833]
912
+ },
913
+ "o": {
914
+ "x": [0.167, 0.167],
915
+ "y": [0.167, 0.167]
916
+ },
917
+ "t": 0,
918
+ "s": [73, 14.6]
919
+ },
920
+ {
921
+ "t": 100,
922
+ "s": [682.679, 136.536]
923
+ }
924
+ ],
925
+ "ix": 2
926
+ },
927
+ "p": {
928
+ "a": 0,
929
+ "k": [0, 0],
930
+ "ix": 3
931
+ },
932
+ "nm": "Ellipse Path 1",
933
+ "mn": "ADBE Vector Shape - Ellipse",
934
+ "hd": false
935
+ },
936
+ {
937
+ "ty": "gs",
938
+ "o": {
939
+ "a": 0,
940
+ "k": 100,
941
+ "ix": 9
942
+ },
943
+ "w": {
944
+ "a": 0,
945
+ "k": 1,
946
+ "ix": 10
947
+ },
948
+ "g": {
949
+ "p": 3,
950
+ "k": {
951
+ "a": 0,
952
+ "k": [0, 1, 1, 1, 0.5, 1, 1, 1, 1, 1, 1, 1, 0, 1, 0.5, 0.75, 1, 0.5],
953
+ "ix": 8
954
+ }
955
+ },
956
+ "s": {
957
+ "a": 0,
958
+ "k": [-36, -9.5],
959
+ "ix": 4
960
+ },
961
+ "e": {
962
+ "a": 0,
963
+ "k": [36, 12],
964
+ "ix": 5
965
+ },
966
+ "t": 1,
967
+ "lc": 1,
968
+ "lj": 1,
969
+ "ml": 4,
970
+ "ml2": {
971
+ "a": 0,
972
+ "k": 4,
973
+ "ix": 13
974
+ },
975
+ "bm": 0,
976
+ "nm": "Gradient Stroke 1",
977
+ "mn": "ADBE Vector Graphic - G-Stroke",
978
+ "hd": false
979
+ },
980
+ {
981
+ "ty": "tr",
982
+ "p": {
983
+ "a": 0,
984
+ "k": [0, 0],
985
+ "ix": 2
986
+ },
987
+ "a": {
988
+ "a": 0,
989
+ "k": [0, 0],
990
+ "ix": 1
991
+ },
992
+ "s": {
993
+ "a": 0,
994
+ "k": [200, 200],
995
+ "ix": 3
996
+ },
997
+ "r": {
998
+ "a": 0,
999
+ "k": 0,
1000
+ "ix": 6
1001
+ },
1002
+ "o": {
1003
+ "a": 0,
1004
+ "k": 100,
1005
+ "ix": 7
1006
+ },
1007
+ "sk": {
1008
+ "a": 0,
1009
+ "k": 0,
1010
+ "ix": 4
1011
+ },
1012
+ "sa": {
1013
+ "a": 0,
1014
+ "k": 0,
1015
+ "ix": 5
1016
+ },
1017
+ "nm": "Transform"
1018
+ }
1019
+ ],
1020
+ "nm": "Ellipse 4034",
1021
+ "np": 2,
1022
+ "cix": 2,
1023
+ "bm": 0,
1024
+ "ix": 1,
1025
+ "mn": "ADBE Vector Group",
1026
+ "hd": false
1027
+ }
1028
+ ],
1029
+ "ip": 0,
1030
+ "op": 78,
1031
+ "st": 10,
1032
+ "bm": 0
1033
+ }
1034
+ ],
1035
+ "markers": [
1036
+ {
1037
+ "tm": 62,
1038
+ "cm": "1",
1039
+ "dr": 0
1040
+ },
1041
+ {
1042
+ "tm": 87,
1043
+ "cm": "2",
1044
+ "dr": 0
1045
+ }
1046
+ ]
1047
+ }