@cuemath/leap 3.1.0-gg2 → 3.1.0

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 (395) hide show
  1. package/dist/assets/gif/gif.js +22 -22
  2. package/dist/assets/gif/gif.js.map +1 -1
  3. package/dist/assets/illustrations/illustrations.js +128 -127
  4. package/dist/assets/illustrations/illustrations.js.map +1 -1
  5. package/dist/assets/images/images.js +32 -32
  6. package/dist/assets/images/images.js.map +1 -1
  7. package/dist/assets/line-icons/icons/check.js +3 -3
  8. package/dist/assets/line-icons/icons/check.js.map +1 -1
  9. package/dist/assets/line-icons/icons/puzzle-icon.js +51 -0
  10. package/dist/assets/line-icons/icons/puzzle-icon.js.map +1 -0
  11. package/dist/assets/line-icons/icons/share.js +48 -0
  12. package/dist/assets/line-icons/icons/share.js.map +1 -0
  13. package/dist/assets/line-icons/icons/tile.js +54 -0
  14. package/dist/assets/line-icons/icons/tile.js.map +1 -0
  15. package/dist/assets/lottie/lottie.js +86 -86
  16. package/dist/assets/lottie/lottie.js.map +1 -1
  17. package/dist/features/chapters-v2/chapter-details/block-sections/block-section-view.js +34 -32
  18. package/dist/features/chapters-v2/chapter-details/block-sections/block-section-view.js.map +1 -1
  19. package/dist/features/chapters-v2/chapter-details/chapter-details.js +47 -45
  20. package/dist/features/chapters-v2/chapter-details/chapter-details.js.map +1 -1
  21. package/dist/features/chapters-v2/comps/node-card/node-card-tags.js +11 -11
  22. package/dist/features/chapters-v2/comps/node-card/node-card-tags.js.map +1 -1
  23. package/dist/features/chapters-v2/comps/node-card/student-actions/student-actions.js +47 -46
  24. package/dist/features/chapters-v2/comps/node-card/student-actions/student-actions.js.map +1 -1
  25. package/dist/features/chapters-v2/comps/node-card/teacher-actions/teacher-actions.js +165 -124
  26. package/dist/features/chapters-v2/comps/node-card/teacher-actions/teacher-actions.js.map +1 -1
  27. package/dist/features/chapters-v2/utils/node-card-utils.js +41 -41
  28. package/dist/features/chapters-v2/utils/node-card-utils.js.map +1 -1
  29. package/dist/features/cue-canvas/bottombar/homework-controls.js +73 -0
  30. package/dist/features/cue-canvas/bottombar/homework-controls.js.map +1 -0
  31. package/dist/features/cue-canvas/cue-canvas-context.js +8 -5
  32. package/dist/features/cue-canvas/cue-canvas-context.js.map +1 -1
  33. package/dist/features/cue-canvas/cue-canvas-core.js +80 -75
  34. package/dist/features/cue-canvas/cue-canvas-core.js.map +1 -1
  35. package/dist/features/cue-canvas/cue-canvas-helpers.js +31 -25
  36. package/dist/features/cue-canvas/cue-canvas-helpers.js.map +1 -1
  37. package/dist/features/cue-canvas/cue-canvas-provider.js +14 -12
  38. package/dist/features/cue-canvas/cue-canvas-provider.js.map +1 -1
  39. package/dist/features/cue-canvas/cue-canvas.js +79 -65
  40. package/dist/features/cue-canvas/cue-canvas.js.map +1 -1
  41. package/dist/features/cue-canvas/cue-cavas-styled.js +45 -42
  42. package/dist/features/cue-canvas/cue-cavas-styled.js.map +1 -1
  43. package/dist/features/cue-canvas/hooks/use-canvas-sync-broker.js +61 -54
  44. package/dist/features/cue-canvas/hooks/use-canvas-sync-broker.js.map +1 -1
  45. package/dist/features/cue-canvas/hooks/use-cue-canvas-actions.js +18 -14
  46. package/dist/features/cue-canvas/hooks/use-cue-canvas-actions.js.map +1 -1
  47. package/dist/features/cue-canvas/hooks/use-upload-helper.js +23 -0
  48. package/dist/features/cue-canvas/hooks/use-upload-helper.js.map +1 -0
  49. package/dist/features/cue-canvas/sidebar/homework/helper.js +20 -0
  50. package/dist/features/cue-canvas/sidebar/homework/helper.js.map +1 -0
  51. package/dist/features/cue-canvas/sidebar/homework/homework-menu.js +33 -0
  52. package/dist/features/cue-canvas/sidebar/homework/homework-menu.js.map +1 -0
  53. package/dist/features/cue-canvas/sidebar/homework/homework-request.js +68 -0
  54. package/dist/features/cue-canvas/sidebar/homework/homework-request.js.map +1 -0
  55. package/dist/features/cue-canvas/sidebar/homework/homework-styled.js +25 -0
  56. package/dist/features/cue-canvas/sidebar/homework/homework-styled.js.map +1 -0
  57. package/dist/features/cue-canvas/sidebar/homework/homework.js +39 -0
  58. package/dist/features/cue-canvas/sidebar/homework/homework.js.map +1 -0
  59. package/dist/features/cue-canvas/sidebar/puzzles/api/get-puzzles.js +13 -0
  60. package/dist/features/cue-canvas/sidebar/puzzles/api/get-puzzles.js.map +1 -0
  61. package/dist/features/cue-canvas/sidebar/puzzles/filter-selection-menu.js +60 -0
  62. package/dist/features/cue-canvas/sidebar/puzzles/filter-selection-menu.js.map +1 -0
  63. package/dist/features/cue-canvas/sidebar/puzzles/filters-section.js +44 -0
  64. package/dist/features/cue-canvas/sidebar/puzzles/filters-section.js.map +1 -0
  65. package/dist/features/cue-canvas/sidebar/puzzles/filters.js +107 -0
  66. package/dist/features/cue-canvas/sidebar/puzzles/filters.js.map +1 -0
  67. package/dist/features/cue-canvas/sidebar/puzzles/hooks/use-fetch-cue-canvas-activity.js +42 -0
  68. package/dist/features/cue-canvas/sidebar/puzzles/hooks/use-fetch-cue-canvas-activity.js.map +1 -0
  69. package/dist/features/cue-canvas/sidebar/puzzles/launch-puzzle.js +84 -0
  70. package/dist/features/cue-canvas/sidebar/puzzles/launch-puzzle.js.map +1 -0
  71. package/dist/features/cue-canvas/sidebar/puzzles/puzzle-menu-header.js +36 -0
  72. package/dist/features/cue-canvas/sidebar/puzzles/puzzle-menu-header.js.map +1 -0
  73. package/dist/features/cue-canvas/sidebar/puzzles/puzzle-menu.js +133 -0
  74. package/dist/features/cue-canvas/sidebar/puzzles/puzzle-menu.js.map +1 -0
  75. package/dist/features/cue-canvas/sidebar/puzzles/puzzles-styled.js +96 -0
  76. package/dist/features/cue-canvas/sidebar/puzzles/puzzles-styled.js.map +1 -0
  77. package/dist/features/cue-canvas/sidebar/puzzles/puzzles.js +29 -0
  78. package/dist/features/cue-canvas/sidebar/puzzles/puzzles.js.map +1 -0
  79. package/dist/features/cue-canvas/sidebar/puzzles/utils.js +120 -0
  80. package/dist/features/cue-canvas/sidebar/puzzles/utils.js.map +1 -0
  81. package/dist/features/cue-canvas/sidebar/sidebar-styled.js +32 -0
  82. package/dist/features/cue-canvas/sidebar/sidebar-styled.js.map +1 -0
  83. package/dist/features/cue-canvas/sidebar/sidebar.js +29 -0
  84. package/dist/features/cue-canvas/sidebar/sidebar.js.map +1 -0
  85. package/dist/features/cue-canvas/sidebar/tiles/tile.js +16 -0
  86. package/dist/features/cue-canvas/sidebar/tiles/tile.js.map +1 -0
  87. package/dist/features/cue-canvas/toolbar/grid-menu.js +13 -13
  88. package/dist/features/cue-canvas/toolbar/grid-menu.js.map +1 -1
  89. package/dist/features/cue-canvas/toolbar/tool.js +22 -20
  90. package/dist/features/cue-canvas/toolbar/tool.js.map +1 -1
  91. package/dist/features/homework/homework-card-view.js +56 -54
  92. package/dist/features/homework/homework-card-view.js.map +1 -1
  93. package/dist/features/homework/homework-card.js +53 -52
  94. package/dist/features/homework/homework-card.js.map +1 -1
  95. package/dist/features/homework/styles.js +5 -4
  96. package/dist/features/homework/styles.js.map +1 -1
  97. package/dist/features/hooks/use-debounce.js +16 -0
  98. package/dist/features/hooks/use-debounce.js.map +1 -0
  99. package/dist/features/milestone/create/comps/add-custom-chapter/course-catalog.js +38 -36
  100. package/dist/features/milestone/create/comps/add-custom-chapter/course-catalog.js.map +1 -1
  101. package/dist/features/milestone/create/comps/add-custom-chapter/hooks/use-catalog-helpers.js +24 -22
  102. package/dist/features/milestone/create/comps/add-custom-chapter/hooks/use-catalog-helpers.js.map +1 -1
  103. package/dist/features/milestone/create/comps/chapters-selection-step/chapter-selection-step-v2/chapter-category/chapter-category-container.js +23 -22
  104. package/dist/features/milestone/create/comps/chapters-selection-step/chapter-selection-step-v2/chapter-category/chapter-category-container.js.map +1 -1
  105. package/dist/features/milestone/create/comps/chapters-selection-step/utils.js +49 -47
  106. package/dist/features/milestone/create/comps/chapters-selection-step/utils.js.map +1 -1
  107. package/dist/features/milestone/create/comps/class-details-step/class-details-step.js +94 -87
  108. package/dist/features/milestone/create/comps/class-details-step/class-details-step.js.map +1 -1
  109. package/dist/features/milestone/create/comps/class-details-step/class-details-utils.js +13 -12
  110. package/dist/features/milestone/create/comps/class-details-step/class-details-utils.js.map +1 -1
  111. package/dist/features/milestone/create/comps/test-type-step/test-type-step.js +23 -21
  112. package/dist/features/milestone/create/comps/test-type-step/test-type-step.js.map +1 -1
  113. package/dist/features/milestone/create/milestone-create-helpers.js +165 -162
  114. package/dist/features/milestone/create/milestone-create-helpers.js.map +1 -1
  115. package/dist/features/trial-session/comps/pricing/india-pricing/index.js +96 -0
  116. package/dist/features/trial-session/comps/pricing/india-pricing/index.js.map +1 -0
  117. package/dist/features/trial-session/comps/pricing/india-pricing/india-pricing-styled.js +59 -0
  118. package/dist/features/trial-session/comps/pricing/india-pricing/india-pricing-styled.js.map +1 -0
  119. package/dist/features/trial-session/comps/pricing/pricing.js +36 -35
  120. package/dist/features/trial-session/comps/pricing/pricing.js.map +1 -1
  121. package/dist/features/ui/stepper/stepper.js +7 -7
  122. package/dist/features/worksheet/worksheet/hooks/use-s3-helper.js +22 -19
  123. package/dist/features/worksheet/worksheet/hooks/use-s3-helper.js.map +1 -1
  124. package/dist/index.d.ts +298 -247
  125. package/dist/index.js +184 -180
  126. package/dist/index.js.map +1 -1
  127. package/dist/static/accuracy-meter.99585cba.json +4218 -0
  128. package/dist/static/accuracy-needle.cd6e63ac.json +618 -0
  129. package/dist/static/achievement_bg.0d0555ac.png +0 -0
  130. package/dist/static/advance-mode-segment-lottie.51ff6707.json +1 -0
  131. package/dist/static/alarm-clock-orange.31fb90d9.svg +1 -0
  132. package/dist/static/alarm-clock-purple.06d4911c.svg +1 -0
  133. package/dist/static/alien-1.fc7ba696.svg +1 -0
  134. package/dist/static/alien-2.15fdda07.svg +1 -0
  135. package/dist/static/alien-3.2664a37f.svg +1 -0
  136. package/dist/static/alien-4.06ac66da.svg +1 -0
  137. package/dist/static/ashta.0d3926b2.png +0 -0
  138. package/dist/static/avatar-selected.860ee923.json +1 -0
  139. package/dist/static/awesome.8e1cf046.png +0 -0
  140. package/dist/static/badge_success.2f6c8e65.png +0 -0
  141. package/dist/static/beginner1x.489908a7.json +3508 -0
  142. package/dist/static/bg_empty_resources.63b187fd.png +0 -0
  143. package/dist/static/blue-clip.87cc4543.svg +1 -0
  144. package/dist/static/bobwave.5603c70b.gif +0 -0
  145. package/dist/static/book-green.20f6eed3.svg +1 -0
  146. package/dist/static/book-open-blue.d4f8d08c.svg +5 -0
  147. package/dist/static/book-orange.04bdc75e.svg +1 -0
  148. package/dist/static/book-yellow.c210ac06.svg +1 -0
  149. package/dist/static/bronze-1.da4e4b5f.json +4176 -0
  150. package/dist/static/bronze-2.97f9c639.json +4433 -0
  151. package/dist/static/bronze-3.6a433ebd.json +4786 -0
  152. package/dist/static/bullet-yellow.2f892d88.svg +1 -0
  153. package/dist/static/calendar-blue.e0d52d09.svg +1 -0
  154. package/dist/static/calendar-gray.1c72682a.svg +1 -0
  155. package/dist/static/calendar-green.a2b6a393.svg +1 -0
  156. package/dist/static/caution.5766a967.svg +1 -0
  157. package/dist/static/chapter-1.8a1683a0.svg +1 -0
  158. package/dist/static/chapter-10.c97de4a5.svg +1 -0
  159. package/dist/static/chapter-2.71ac6dfc.svg +1 -0
  160. package/dist/static/chapter-3.003fc901.svg +1 -0
  161. package/dist/static/chapter-4.8abbacd8.svg +1 -0
  162. package/dist/static/chapter-5.c774b439.svg +1 -0
  163. package/dist/static/chapter-6.cb5cf1cb.svg +1 -0
  164. package/dist/static/chapter-7.57b0beb4.svg +1 -0
  165. package/dist/static/chapter-8.68d36477.svg +1 -0
  166. package/dist/static/chapter-9.0c00e26f.svg +1 -0
  167. package/dist/static/chapter-completed.1241399b.json +497 -0
  168. package/dist/static/chapter-header-bg-2.c8d96894.svg +1 -0
  169. package/dist/static/chapter-header-bg.4ed173c2.svg +1 -0
  170. package/dist/static/chatva.d0c57a95.png +0 -0
  171. package/dist/static/circle-cuemath-logo-white.e9fafb91.svg +1 -0
  172. package/dist/static/circle-cuemath-logo.8bcb1ad4.svg +1 -0
  173. package/dist/static/circle-outercircle-bg.65f21460.svg +1 -0
  174. package/dist/static/circular-loader.a5a1a0a6.json +238 -0
  175. package/dist/static/clock-30min.eae818b8.json +1197 -0
  176. package/dist/static/clock-45min.df8adf51.json +1197 -0
  177. package/dist/static/clock-60min.2b48d875.json +1197 -0
  178. package/dist/static/clock-90min.3e557ed7.json +1407 -0
  179. package/dist/static/clock-orange.c144059b.svg +6 -0
  180. package/dist/static/color-1.45101b9a.json +4545 -0
  181. package/dist/static/color-2.ccdc7d0a.json +4828 -0
  182. package/dist/static/color-3.5e8e1422.json +5273 -0
  183. package/dist/static/community-bulb.3b42af21.svg +1 -0
  184. package/dist/static/competitive-arena.b9c40801.json +1 -0
  185. package/dist/static/congrats.75718de8.png +0 -0
  186. package/dist/static/cool.1893941c.png +0 -0
  187. package/dist/static/cosa.46c0c49b.png +0 -0
  188. package/dist/static/crosshair-circle.522a26ea.svg +1 -0
  189. package/dist/static/crown-overlay.11fb073c.svg +1 -0
  190. package/dist/static/crown.c18fa217.svg +1 -0
  191. package/dist/static/cuecoin-gold.bcb8085e.svg +1 -0
  192. package/dist/static/cuemath-app-qr-code.4beefe48.svg +1 -0
  193. package/dist/static/cuemath-app-qr-code.ba6cc09b.svg +1 -0
  194. package/dist/static/cuemath-app-qr-code.d0912fc7.png +0 -0
  195. package/dist/static/default-chapter.8ede1160.png +0 -0
  196. package/dist/static/desktop-with-purple-fill.dfec66cc.svg +1 -0
  197. package/dist/static/difficult.6846c064.json +2755 -0
  198. package/dist/static/dob.9ce3c15b.json +1 -0
  199. package/dist/static/doda.3103971c.png +0 -0
  200. package/dist/static/duration-30min-gray.f6442df4.svg +1 -0
  201. package/dist/static/duration-45min-gray.ad90fb23.svg +1 -0
  202. package/dist/static/duration-60min-gray.874e52a2.svg +1 -0
  203. package/dist/static/duration-90min-gray.32a04cef.svg +1 -0
  204. package/dist/static/dvi.fc7b32a5.png +0 -0
  205. package/dist/static/earth-green.e1329b7a.svg +1 -0
  206. package/dist/static/easy-rescheduling.3a6d1a00.gif +0 -0
  207. package/dist/static/easy.68242ddd.json +2658 -0
  208. package/dist/static/eka.b10a06fa.png +0 -0
  209. package/dist/static/elite-circle.3df58972.json +6876 -0
  210. package/dist/static/ellipse-clip.dfb25608.svg +1 -0
  211. package/dist/static/empty_mix_tests.1d251f07.png +0 -0
  212. package/dist/static/enrichment-mini.fc3c0f83.gif +0 -0
  213. package/dist/static/enrichment.571feac0.gif +0 -0
  214. package/dist/static/error-lottie.b3507a4b.json +5255 -0
  215. package/dist/static/error.cbe1ddde.json +1 -0
  216. package/dist/static/familiar1x.7c9c7f15.json +3046 -0
  217. package/dist/static/female-avatar.b8cd1012.svg +1 -0
  218. package/dist/static/fifteen-min-clock.0af4e303.json +715 -0
  219. package/dist/static/five-min-clock.6be5cc41.json +721 -0
  220. package/dist/static/game-play.4982b0cb.svg +1 -0
  221. package/dist/static/games.47abcb18.gif +0 -0
  222. package/dist/static/globe-with-blue-fill.beae6ca4.svg +1 -0
  223. package/dist/static/gold-1.ab2489fe.json +4176 -0
  224. package/dist/static/gold-2.34045826.json +4441 -0
  225. package/dist/static/gold-3.d704698b.json +4810 -0
  226. package/dist/static/grade-grid-background.b17b4ccb.svg +1 -0
  227. package/dist/static/grade.b3730524.json +1 -0
  228. package/dist/static/graduate-hat.4b49eb44.svg +1 -0
  229. package/dist/static/graduate-icon-pink.01fbfb1b.svg +1 -0
  230. package/dist/static/graduate-pink-filled-bg.c91e9c53.svg +1 -0
  231. package/dist/static/great.2a5dcc34.png +0 -0
  232. package/dist/static/green-balloon.67ac8587.svg +1 -0
  233. package/dist/static/green-face.1b4dd82f.svg +1 -0
  234. package/dist/static/hexo.eab4b9f5.png +0 -0
  235. package/dist/static/infinite-button-bg.5909225e.json +1 -0
  236. package/dist/static/infinite-button-symbol.aa31350c.json +1 -0
  237. package/dist/static/jigii-wave.150a6d18.gif +0 -0
  238. package/dist/static/key.d6846476.json +1 -0
  239. package/dist/static/kudos.b7e2aeb6.png +0 -0
  240. package/dist/static/learn.71b13323.json +1 -0
  241. package/dist/static/learned-shield-gray.1495b0d5.svg +1 -0
  242. package/dist/static/learned-shield-green.7c26b423.svg +1 -0
  243. package/dist/static/learning-plan.72d64a61.png +0 -0
  244. package/dist/static/learning-session.71cc8f22.gif +0 -0
  245. package/dist/static/learnt.870c5e38.svg +1 -0
  246. package/dist/static/lesson-overview-banner.f5404af6.png +0 -0
  247. package/dist/static/levelup-rings.b1055283.json +549 -0
  248. package/dist/static/like.cb492460.svg +1 -0
  249. package/dist/static/live-session.a0d25c78.svg +1 -0
  250. package/dist/static/loader-1.6524355e.svg +1 -0
  251. package/dist/static/loader.52f8c35c.svg +1 -0
  252. package/dist/static/locked.0c3b7577.svg +1 -0
  253. package/dist/static/mail.c30e8708.json +1 -0
  254. package/dist/static/maintenance.a26aca65.svg +1 -0
  255. package/dist/static/male-avatar.2febc9eb.svg +1 -0
  256. package/dist/static/mastered-badge.81f156fb.svg +1 -0
  257. package/dist/static/mastered-shield-gray.a58cbe19.svg +1 -0
  258. package/dist/static/mastered-shield-green.070fa4eb.svg +1 -0
  259. package/dist/static/max-wave.44e002c9.gif +0 -0
  260. package/dist/static/medium.94c3829b.json +2289 -0
  261. package/dist/static/mental-math.3c95f169.svg +1 -0
  262. package/dist/static/milestone-intro-1.281a354c.svg +1 -0
  263. package/dist/static/milestone-intro-2.19faee69.svg +1 -0
  264. package/dist/static/milestone-intro-3.6f6055d6.svg +1 -0
  265. package/dist/static/mistake.476d1aa7.svg +1 -0
  266. package/dist/static/no-info.f4bfe437.png +0 -0
  267. package/dist/static/node-custom-test-bg.d3b757be.svg +1 -0
  268. package/dist/static/node-learn-bg.b61f815c.svg +1 -0
  269. package/dist/static/node-practice-bg.16cbaf2a.svg +1 -0
  270. package/dist/static/node-project-bg.e6a33e28.svg +1 -0
  271. package/dist/static/node-puzzle-bg.3422135c.svg +1 -0
  272. package/dist/static/node-recap-bg.546154e4.svg +1 -0
  273. package/dist/static/node-test-prep-bg.42c0b9c4.svg +1 -0
  274. package/dist/static/node-video-bg.3df3f73a.svg +1 -0
  275. package/dist/static/nudge-tap.5cb30093.json +1057 -0
  276. package/dist/static/number-1-orange.cbf526ed.svg +1 -0
  277. package/dist/static/number-2-orange.6f29eb72.svg +1 -0
  278. package/dist/static/number-3-orange.58baf717.svg +1 -0
  279. package/dist/static/number-4-orange.5ed1ec5e.svg +1 -0
  280. package/dist/static/octo.3020bd93.png +0 -0
  281. package/dist/static/one-star-filled.b6084257.svg +1 -0
  282. package/dist/static/orange-face.5824c2e9.svg +1 -0
  283. package/dist/static/otp.2d08f874.json +1 -0
  284. package/dist/static/otp.a3029760.json +1 -0
  285. package/dist/static/parent-avatar.772d53e0.json +1 -0
  286. package/dist/static/people-with-orange-fill.3835b8f1.svg +1 -0
  287. package/dist/static/phone-number.0be312ea.json +1 -0
  288. package/dist/static/phone-number.84f55562.json +1 -0
  289. package/dist/static/play-icon.13baaa7d.svg +1 -0
  290. package/dist/static/play.68d16dec.svg +1 -0
  291. package/dist/static/point1.b53831de.json +2942 -0
  292. package/dist/static/point10.7b5e536d.json +3179 -0
  293. package/dist/static/point100.1df16f82.json +3196 -0
  294. package/dist/static/point15.fea00c32.json +3179 -0
  295. package/dist/static/point2.7cec6e24.json +1 -0
  296. package/dist/static/point20.c88d776d.json +3178 -0
  297. package/dist/static/point25.a18c346a.json +3178 -0
  298. package/dist/static/point3.f96fe7aa.json +1 -0
  299. package/dist/static/point30.c5224b0b.json +3202 -0
  300. package/dist/static/point35.fad343dd.json +3058 -0
  301. package/dist/static/point4.fe04fb83.json +1 -0
  302. package/dist/static/point40.10a16f72.json +3082 -0
  303. package/dist/static/point45.2ad7561f.json +3082 -0
  304. package/dist/static/point5.da40ed1f.json +2948 -0
  305. package/dist/static/point50.5718cb3d.json +3046 -0
  306. package/dist/static/point60.17380d9f.json +3076 -0
  307. package/dist/static/points-sum.360e63de.svg +1 -0
  308. package/dist/static/practice.158dd488.json +1 -0
  309. package/dist/static/practiced-shield-green.90278855.svg +1 -0
  310. package/dist/static/practiced-shield-grey.16cf4fe0.svg +1 -0
  311. package/dist/static/proficient-badge.1a6dbb72.svg +1 -0
  312. package/dist/static/proficient1x.fa6e7b80.json +3430 -0
  313. package/dist/static/profile-board.4f4a17e6.svg +1 -0
  314. package/dist/static/project.eb665827.json +1 -0
  315. package/dist/static/puzzle-student.de530364.svg +1 -0
  316. package/dist/static/puzzle.5aad5cf8.svg +1 -0
  317. package/dist/static/puzzle.b298c7e4.json +1 -0
  318. package/dist/static/puzzle_card_easy.7d9439b5.png +0 -0
  319. package/dist/static/puzzle_card_hard.185a19c4.png +0 -0
  320. package/dist/static/puzzle_card_medium.17daef9c.png +0 -0
  321. package/dist/static/puzzles.1e269965.gif +0 -0
  322. package/dist/static/random-mode-segment-lottie.79cf1c07.json +1 -0
  323. package/dist/static/recap.0dd2c1e2.json +1 -0
  324. package/dist/static/refund-policy-with-headphone.589398e0.svg +1 -0
  325. package/dist/static/refund-policy.912dbb4c.svg +1 -0
  326. package/dist/static/report-404.dd67785c.svg +1 -0
  327. package/dist/static/rocket-broken.1f86fa43.svg +1 -0
  328. package/dist/static/rocket-yellow.62d27e15.svg +1 -0
  329. package/dist/static/school-success-mini.f74a852f.gif +0 -0
  330. package/dist/static/school-success.f9669771.gif +0 -0
  331. package/dist/static/score.41971107.svg +1 -0
  332. package/dist/static/sequence-mode-segment-lottie.11ac49e9.json +1 -0
  333. package/dist/static/shared.3af01b49.png +0 -0
  334. package/dist/static/sheet-reference.9da7a09f.png +0 -0
  335. package/dist/static/silver-1.0396328a.json +4168 -0
  336. package/dist/static/silver-2.bf50615f.json +4433 -0
  337. package/dist/static/silver-3.13d66b84.json +4810 -0
  338. package/dist/static/skills.90ce4cbb.gif +0 -0
  339. package/dist/static/sleepy-boi.031a1165.json +1008 -0
  340. package/dist/static/smiley.49bb7d7c.svg +1 -0
  341. package/dist/static/speckie-wave.510639ce.gif +0 -0
  342. package/dist/static/spinner-white.639e0d87.json +122 -0
  343. package/dist/static/spiral_pattern.9fd3e6e9.png +0 -0
  344. package/dist/static/splash-screen.bbf567ce.json +2411 -0
  345. package/dist/static/star-orange-filled.a7ff9c8f.svg +1 -0
  346. package/dist/static/star-orange.a91a341f.svg +1 -0
  347. package/dist/static/star-with-green-fill.86877d41.svg +1 -0
  348. package/dist/static/stay-connected.371d3d9d.gif +0 -0
  349. package/dist/static/streak-green.b59bf4dd.svg +1 -0
  350. package/dist/static/streak-white.2cbdc9b8.svg +1 -0
  351. package/dist/static/student-avatar.524226bd.json +1 -0
  352. package/dist/static/table-mode-reveal.b44a82c3.json +1 -0
  353. package/dist/static/table-mode-star.b8a1d762.json +1 -0
  354. package/dist/static/table-segment-star.78e851d6.json +1 -0
  355. package/dist/static/target-achieved-text.053bd142.json +2830 -0
  356. package/dist/static/target-achieved-text.10db8475.json +1 -0
  357. package/dist/static/teacher-validation.7577ecdc.json +245 -0
  358. package/dist/static/tera-wave.2954a6a4.gif +0 -0
  359. package/dist/static/test-difficulty-easy.56df71dd.svg +1 -0
  360. package/dist/static/test-difficulty-hard.7250f1f4.svg +1 -0
  361. package/dist/static/test-difficulty-medium.2fd9686e.svg +1 -0
  362. package/dist/static/test-prep-mini.718e5734.gif +0 -0
  363. package/dist/static/test-prep.ea433f71.gif +0 -0
  364. package/dist/static/test.803d6036.json +1 -0
  365. package/dist/static/tetra.354ff2b9.png +0 -0
  366. package/dist/static/three-stars-filled.72b51f03.svg +1 -0
  367. package/dist/static/tick-green.a1654049.svg +1 -0
  368. package/dist/static/total-streak.d5ce7669.json +842 -0
  369. package/dist/static/total-time-spent.434005d3.json +200 -0
  370. package/dist/static/total-time.d979cbb9.json +24383 -0
  371. package/dist/static/tournament-ripple.e5c239a5.json +1047 -0
  372. package/dist/static/track-progress.c75b1031.gif +0 -0
  373. package/dist/static/trophy-blue-filled.7e2b40ab.svg +1 -0
  374. package/dist/static/trophy-blue.e684ba4c.svg +1 -0
  375. package/dist/static/trophy-circle.b7b23e36.svg +1 -0
  376. package/dist/static/trophy-green.6c0741c8.svg +10 -0
  377. package/dist/static/two-stars-filled.a51a14b4.svg +1 -0
  378. package/dist/static/up-arrow.a6946bd3.svg +1 -0
  379. package/dist/static/user-crown-grid-background.c2875a73.svg +1 -0
  380. package/dist/static/user-down.a06f2f94.svg +1 -0
  381. package/dist/static/user-pin.5f334465.svg +1 -0
  382. package/dist/static/user-profile-background.199977a9.svg +1 -0
  383. package/dist/static/user-type-selector-grid-bg.3c9c8ad6.svg +1 -0
  384. package/dist/static/user-type-selector-grid-bg.3ce8142d.svg +1 -0
  385. package/dist/static/user-type-selector-grid-bg.aad0b059.svg +1 -0
  386. package/dist/static/user-up.2aecbbae.svg +1 -0
  387. package/dist/static/username.9e034d51.json +1 -0
  388. package/dist/static/video.b41451e2.json +1 -0
  389. package/dist/static/vinnie-wave.10734dd5.gif +0 -0
  390. package/dist/static/way-forward.1428093e.gif +0 -0
  391. package/dist/static/wow.864fbb02.png +0 -0
  392. package/dist/static/yellow-face.b7525a33.svg +1 -0
  393. package/dist/static/your-goals.63ffbee5.gif +0 -0
  394. package/dist/static/zodasa.336c3bb0.png +0 -0
  395. package/package.json +3 -2
@@ -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
+ }