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