@cuemath/leap 3.1.0-gg2 → 3.1.1-beta-0.1

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 (405) 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/hw-card-list/api/get-homeworks.js +1 -1
  96. package/dist/features/homework/hw-card-list/api/get-homeworks.js.map +1 -1
  97. package/dist/features/homework/hw-card-list/hw-card-list-utils.js +12 -0
  98. package/dist/features/homework/hw-card-list/hw-card-list-utils.js.map +1 -0
  99. package/dist/features/homework/hw-card-list/hw-card-list-view.js +137 -107
  100. package/dist/features/homework/hw-card-list/hw-card-list-view.js.map +1 -1
  101. package/dist/features/homework/styles.js +5 -4
  102. package/dist/features/homework/styles.js.map +1 -1
  103. package/dist/features/hooks/use-debounce.js +16 -0
  104. package/dist/features/hooks/use-debounce.js.map +1 -0
  105. package/dist/features/journey/hooks/use-home-page-journey/home-page-homeworks-mock.js +199 -262
  106. package/dist/features/journey/hooks/use-home-page-journey/home-page-homeworks-mock.js.map +1 -1
  107. package/dist/features/journey/hooks/use-home-page-journey/use-home-page-journey.js +15 -15
  108. package/dist/features/journey/hooks/use-home-page-journey/use-home-page-journey.js.map +1 -1
  109. package/dist/features/milestone/create/comps/add-custom-chapter/course-catalog.js +38 -36
  110. package/dist/features/milestone/create/comps/add-custom-chapter/course-catalog.js.map +1 -1
  111. package/dist/features/milestone/create/comps/add-custom-chapter/hooks/use-catalog-helpers.js +24 -22
  112. package/dist/features/milestone/create/comps/add-custom-chapter/hooks/use-catalog-helpers.js.map +1 -1
  113. package/dist/features/milestone/create/comps/chapters-selection-step/chapter-selection-step-v2/chapter-category/chapter-category-container.js +23 -22
  114. package/dist/features/milestone/create/comps/chapters-selection-step/chapter-selection-step-v2/chapter-category/chapter-category-container.js.map +1 -1
  115. package/dist/features/milestone/create/comps/chapters-selection-step/utils.js +49 -47
  116. package/dist/features/milestone/create/comps/chapters-selection-step/utils.js.map +1 -1
  117. package/dist/features/milestone/create/comps/class-details-step/class-details-step.js +94 -87
  118. package/dist/features/milestone/create/comps/class-details-step/class-details-step.js.map +1 -1
  119. package/dist/features/milestone/create/comps/class-details-step/class-details-utils.js +13 -12
  120. package/dist/features/milestone/create/comps/class-details-step/class-details-utils.js.map +1 -1
  121. package/dist/features/milestone/create/comps/test-type-step/test-type-step.js +23 -21
  122. package/dist/features/milestone/create/comps/test-type-step/test-type-step.js.map +1 -1
  123. package/dist/features/milestone/create/milestone-create-helpers.js +165 -162
  124. package/dist/features/milestone/create/milestone-create-helpers.js.map +1 -1
  125. package/dist/features/trial-session/comps/pricing/india-pricing/index.js +96 -0
  126. package/dist/features/trial-session/comps/pricing/india-pricing/index.js.map +1 -0
  127. package/dist/features/trial-session/comps/pricing/india-pricing/india-pricing-styled.js +59 -0
  128. package/dist/features/trial-session/comps/pricing/india-pricing/india-pricing-styled.js.map +1 -0
  129. package/dist/features/trial-session/comps/pricing/pricing.js +36 -35
  130. package/dist/features/trial-session/comps/pricing/pricing.js.map +1 -1
  131. package/dist/features/ui/stepper/stepper.js +7 -7
  132. package/dist/features/worksheet/worksheet/hooks/use-s3-helper.js +22 -19
  133. package/dist/features/worksheet/worksheet/hooks/use-s3-helper.js.map +1 -1
  134. package/dist/index.d.ts +311 -260
  135. package/dist/index.js +184 -180
  136. package/dist/index.js.map +1 -1
  137. package/dist/static/accuracy-meter.99585cba.json +4218 -0
  138. package/dist/static/accuracy-needle.cd6e63ac.json +618 -0
  139. package/dist/static/achievement_bg.0d0555ac.png +0 -0
  140. package/dist/static/advance-mode-segment-lottie.51ff6707.json +1 -0
  141. package/dist/static/alarm-clock-orange.31fb90d9.svg +1 -0
  142. package/dist/static/alarm-clock-purple.06d4911c.svg +1 -0
  143. package/dist/static/alien-1.fc7ba696.svg +1 -0
  144. package/dist/static/alien-2.15fdda07.svg +1 -0
  145. package/dist/static/alien-3.2664a37f.svg +1 -0
  146. package/dist/static/alien-4.06ac66da.svg +1 -0
  147. package/dist/static/ashta.0d3926b2.png +0 -0
  148. package/dist/static/avatar-selected.860ee923.json +1 -0
  149. package/dist/static/awesome.8e1cf046.png +0 -0
  150. package/dist/static/badge_success.2f6c8e65.png +0 -0
  151. package/dist/static/beginner1x.489908a7.json +3508 -0
  152. package/dist/static/bg_empty_resources.63b187fd.png +0 -0
  153. package/dist/static/blue-clip.87cc4543.svg +1 -0
  154. package/dist/static/bobwave.5603c70b.gif +0 -0
  155. package/dist/static/book-green.20f6eed3.svg +1 -0
  156. package/dist/static/book-open-blue.d4f8d08c.svg +5 -0
  157. package/dist/static/book-orange.04bdc75e.svg +1 -0
  158. package/dist/static/book-yellow.c210ac06.svg +1 -0
  159. package/dist/static/bronze-1.da4e4b5f.json +4176 -0
  160. package/dist/static/bronze-2.97f9c639.json +4433 -0
  161. package/dist/static/bronze-3.6a433ebd.json +4786 -0
  162. package/dist/static/bullet-yellow.2f892d88.svg +1 -0
  163. package/dist/static/calendar-blue.e0d52d09.svg +1 -0
  164. package/dist/static/calendar-gray.1c72682a.svg +1 -0
  165. package/dist/static/calendar-green.a2b6a393.svg +1 -0
  166. package/dist/static/caution.5766a967.svg +1 -0
  167. package/dist/static/chapter-1.8a1683a0.svg +1 -0
  168. package/dist/static/chapter-10.c97de4a5.svg +1 -0
  169. package/dist/static/chapter-2.71ac6dfc.svg +1 -0
  170. package/dist/static/chapter-3.003fc901.svg +1 -0
  171. package/dist/static/chapter-4.8abbacd8.svg +1 -0
  172. package/dist/static/chapter-5.c774b439.svg +1 -0
  173. package/dist/static/chapter-6.cb5cf1cb.svg +1 -0
  174. package/dist/static/chapter-7.57b0beb4.svg +1 -0
  175. package/dist/static/chapter-8.68d36477.svg +1 -0
  176. package/dist/static/chapter-9.0c00e26f.svg +1 -0
  177. package/dist/static/chapter-completed.1241399b.json +497 -0
  178. package/dist/static/chapter-header-bg-2.c8d96894.svg +1 -0
  179. package/dist/static/chapter-header-bg.4ed173c2.svg +1 -0
  180. package/dist/static/chatva.d0c57a95.png +0 -0
  181. package/dist/static/circle-cuemath-logo-white.e9fafb91.svg +1 -0
  182. package/dist/static/circle-cuemath-logo.8bcb1ad4.svg +1 -0
  183. package/dist/static/circle-outercircle-bg.65f21460.svg +1 -0
  184. package/dist/static/circular-loader.a5a1a0a6.json +238 -0
  185. package/dist/static/clock-30min.eae818b8.json +1197 -0
  186. package/dist/static/clock-45min.df8adf51.json +1197 -0
  187. package/dist/static/clock-60min.2b48d875.json +1197 -0
  188. package/dist/static/clock-90min.3e557ed7.json +1407 -0
  189. package/dist/static/clock-orange.c144059b.svg +6 -0
  190. package/dist/static/color-1.45101b9a.json +4545 -0
  191. package/dist/static/color-2.ccdc7d0a.json +4828 -0
  192. package/dist/static/color-3.5e8e1422.json +5273 -0
  193. package/dist/static/community-bulb.3b42af21.svg +1 -0
  194. package/dist/static/competitive-arena.b9c40801.json +1 -0
  195. package/dist/static/congrats.75718de8.png +0 -0
  196. package/dist/static/cool.1893941c.png +0 -0
  197. package/dist/static/cosa.46c0c49b.png +0 -0
  198. package/dist/static/crosshair-circle.522a26ea.svg +1 -0
  199. package/dist/static/crown-overlay.11fb073c.svg +1 -0
  200. package/dist/static/crown.c18fa217.svg +1 -0
  201. package/dist/static/cuecoin-gold.bcb8085e.svg +1 -0
  202. package/dist/static/cuemath-app-qr-code.4beefe48.svg +1 -0
  203. package/dist/static/cuemath-app-qr-code.ba6cc09b.svg +1 -0
  204. package/dist/static/cuemath-app-qr-code.d0912fc7.png +0 -0
  205. package/dist/static/default-chapter.8ede1160.png +0 -0
  206. package/dist/static/desktop-with-purple-fill.dfec66cc.svg +1 -0
  207. package/dist/static/difficult.6846c064.json +2755 -0
  208. package/dist/static/dob.9ce3c15b.json +1 -0
  209. package/dist/static/doda.3103971c.png +0 -0
  210. package/dist/static/duration-30min-gray.f6442df4.svg +1 -0
  211. package/dist/static/duration-45min-gray.ad90fb23.svg +1 -0
  212. package/dist/static/duration-60min-gray.874e52a2.svg +1 -0
  213. package/dist/static/duration-90min-gray.32a04cef.svg +1 -0
  214. package/dist/static/dvi.fc7b32a5.png +0 -0
  215. package/dist/static/earth-green.e1329b7a.svg +1 -0
  216. package/dist/static/easy-rescheduling.3a6d1a00.gif +0 -0
  217. package/dist/static/easy.68242ddd.json +2658 -0
  218. package/dist/static/eka.b10a06fa.png +0 -0
  219. package/dist/static/elite-circle.3df58972.json +6876 -0
  220. package/dist/static/ellipse-clip.dfb25608.svg +1 -0
  221. package/dist/static/empty_mix_tests.1d251f07.png +0 -0
  222. package/dist/static/enrichment-mini.fc3c0f83.gif +0 -0
  223. package/dist/static/enrichment.571feac0.gif +0 -0
  224. package/dist/static/error-lottie.b3507a4b.json +5255 -0
  225. package/dist/static/error.cbe1ddde.json +1 -0
  226. package/dist/static/familiar1x.7c9c7f15.json +3046 -0
  227. package/dist/static/female-avatar.b8cd1012.svg +1 -0
  228. package/dist/static/fifteen-min-clock.0af4e303.json +715 -0
  229. package/dist/static/five-min-clock.6be5cc41.json +721 -0
  230. package/dist/static/game-play.4982b0cb.svg +1 -0
  231. package/dist/static/games.47abcb18.gif +0 -0
  232. package/dist/static/globe-with-blue-fill.beae6ca4.svg +1 -0
  233. package/dist/static/gold-1.ab2489fe.json +4176 -0
  234. package/dist/static/gold-2.34045826.json +4441 -0
  235. package/dist/static/gold-3.d704698b.json +4810 -0
  236. package/dist/static/grade-grid-background.b17b4ccb.svg +1 -0
  237. package/dist/static/grade.b3730524.json +1 -0
  238. package/dist/static/graduate-hat.4b49eb44.svg +1 -0
  239. package/dist/static/graduate-icon-pink.01fbfb1b.svg +1 -0
  240. package/dist/static/graduate-pink-filled-bg.c91e9c53.svg +1 -0
  241. package/dist/static/great.2a5dcc34.png +0 -0
  242. package/dist/static/green-balloon.67ac8587.svg +1 -0
  243. package/dist/static/green-face.1b4dd82f.svg +1 -0
  244. package/dist/static/hexo.eab4b9f5.png +0 -0
  245. package/dist/static/infinite-button-bg.5909225e.json +1 -0
  246. package/dist/static/infinite-button-symbol.aa31350c.json +1 -0
  247. package/dist/static/jigii-wave.150a6d18.gif +0 -0
  248. package/dist/static/key.d6846476.json +1 -0
  249. package/dist/static/kudos.b7e2aeb6.png +0 -0
  250. package/dist/static/learn.71b13323.json +1 -0
  251. package/dist/static/learned-shield-gray.1495b0d5.svg +1 -0
  252. package/dist/static/learned-shield-green.7c26b423.svg +1 -0
  253. package/dist/static/learning-plan.72d64a61.png +0 -0
  254. package/dist/static/learning-session.71cc8f22.gif +0 -0
  255. package/dist/static/learnt.870c5e38.svg +1 -0
  256. package/dist/static/lesson-overview-banner.f5404af6.png +0 -0
  257. package/dist/static/levelup-rings.b1055283.json +549 -0
  258. package/dist/static/like.cb492460.svg +1 -0
  259. package/dist/static/live-session.a0d25c78.svg +1 -0
  260. package/dist/static/loader-1.6524355e.svg +1 -0
  261. package/dist/static/loader.52f8c35c.svg +1 -0
  262. package/dist/static/locked.0c3b7577.svg +1 -0
  263. package/dist/static/mail.c30e8708.json +1 -0
  264. package/dist/static/maintenance.a26aca65.svg +1 -0
  265. package/dist/static/male-avatar.2febc9eb.svg +1 -0
  266. package/dist/static/mastered-badge.81f156fb.svg +1 -0
  267. package/dist/static/mastered-shield-gray.a58cbe19.svg +1 -0
  268. package/dist/static/mastered-shield-green.070fa4eb.svg +1 -0
  269. package/dist/static/max-wave.44e002c9.gif +0 -0
  270. package/dist/static/medium.94c3829b.json +2289 -0
  271. package/dist/static/mental-math.3c95f169.svg +1 -0
  272. package/dist/static/milestone-intro-1.281a354c.svg +1 -0
  273. package/dist/static/milestone-intro-2.19faee69.svg +1 -0
  274. package/dist/static/milestone-intro-3.6f6055d6.svg +1 -0
  275. package/dist/static/mistake.476d1aa7.svg +1 -0
  276. package/dist/static/no-info.f4bfe437.png +0 -0
  277. package/dist/static/node-custom-test-bg.d3b757be.svg +1 -0
  278. package/dist/static/node-learn-bg.b61f815c.svg +1 -0
  279. package/dist/static/node-practice-bg.16cbaf2a.svg +1 -0
  280. package/dist/static/node-project-bg.e6a33e28.svg +1 -0
  281. package/dist/static/node-puzzle-bg.3422135c.svg +1 -0
  282. package/dist/static/node-recap-bg.546154e4.svg +1 -0
  283. package/dist/static/node-test-prep-bg.42c0b9c4.svg +1 -0
  284. package/dist/static/node-video-bg.3df3f73a.svg +1 -0
  285. package/dist/static/nudge-tap.5cb30093.json +1057 -0
  286. package/dist/static/number-1-orange.cbf526ed.svg +1 -0
  287. package/dist/static/number-2-orange.6f29eb72.svg +1 -0
  288. package/dist/static/number-3-orange.58baf717.svg +1 -0
  289. package/dist/static/number-4-orange.5ed1ec5e.svg +1 -0
  290. package/dist/static/octo.3020bd93.png +0 -0
  291. package/dist/static/one-star-filled.b6084257.svg +1 -0
  292. package/dist/static/orange-face.5824c2e9.svg +1 -0
  293. package/dist/static/otp.2d08f874.json +1 -0
  294. package/dist/static/otp.a3029760.json +1 -0
  295. package/dist/static/parent-avatar.772d53e0.json +1 -0
  296. package/dist/static/people-with-orange-fill.3835b8f1.svg +1 -0
  297. package/dist/static/phone-number.0be312ea.json +1 -0
  298. package/dist/static/phone-number.84f55562.json +1 -0
  299. package/dist/static/play-icon.13baaa7d.svg +1 -0
  300. package/dist/static/play.68d16dec.svg +1 -0
  301. package/dist/static/point1.b53831de.json +2942 -0
  302. package/dist/static/point10.7b5e536d.json +3179 -0
  303. package/dist/static/point100.1df16f82.json +3196 -0
  304. package/dist/static/point15.fea00c32.json +3179 -0
  305. package/dist/static/point2.7cec6e24.json +1 -0
  306. package/dist/static/point20.c88d776d.json +3178 -0
  307. package/dist/static/point25.a18c346a.json +3178 -0
  308. package/dist/static/point3.f96fe7aa.json +1 -0
  309. package/dist/static/point30.c5224b0b.json +3202 -0
  310. package/dist/static/point35.fad343dd.json +3058 -0
  311. package/dist/static/point4.fe04fb83.json +1 -0
  312. package/dist/static/point40.10a16f72.json +3082 -0
  313. package/dist/static/point45.2ad7561f.json +3082 -0
  314. package/dist/static/point5.da40ed1f.json +2948 -0
  315. package/dist/static/point50.5718cb3d.json +3046 -0
  316. package/dist/static/point60.17380d9f.json +3076 -0
  317. package/dist/static/points-sum.360e63de.svg +1 -0
  318. package/dist/static/practice.158dd488.json +1 -0
  319. package/dist/static/practiced-shield-green.90278855.svg +1 -0
  320. package/dist/static/practiced-shield-grey.16cf4fe0.svg +1 -0
  321. package/dist/static/proficient-badge.1a6dbb72.svg +1 -0
  322. package/dist/static/proficient1x.fa6e7b80.json +3430 -0
  323. package/dist/static/profile-board.4f4a17e6.svg +1 -0
  324. package/dist/static/project.eb665827.json +1 -0
  325. package/dist/static/puzzle-student.de530364.svg +1 -0
  326. package/dist/static/puzzle.5aad5cf8.svg +1 -0
  327. package/dist/static/puzzle.b298c7e4.json +1 -0
  328. package/dist/static/puzzle_card_easy.7d9439b5.png +0 -0
  329. package/dist/static/puzzle_card_hard.185a19c4.png +0 -0
  330. package/dist/static/puzzle_card_medium.17daef9c.png +0 -0
  331. package/dist/static/puzzles.1e269965.gif +0 -0
  332. package/dist/static/random-mode-segment-lottie.79cf1c07.json +1 -0
  333. package/dist/static/recap.0dd2c1e2.json +1 -0
  334. package/dist/static/refund-policy-with-headphone.589398e0.svg +1 -0
  335. package/dist/static/refund-policy.912dbb4c.svg +1 -0
  336. package/dist/static/report-404.dd67785c.svg +1 -0
  337. package/dist/static/rocket-broken.1f86fa43.svg +1 -0
  338. package/dist/static/rocket-yellow.62d27e15.svg +1 -0
  339. package/dist/static/school-success-mini.f74a852f.gif +0 -0
  340. package/dist/static/school-success.f9669771.gif +0 -0
  341. package/dist/static/score.41971107.svg +1 -0
  342. package/dist/static/sequence-mode-segment-lottie.11ac49e9.json +1 -0
  343. package/dist/static/shared.3af01b49.png +0 -0
  344. package/dist/static/sheet-reference.9da7a09f.png +0 -0
  345. package/dist/static/silver-1.0396328a.json +4168 -0
  346. package/dist/static/silver-2.bf50615f.json +4433 -0
  347. package/dist/static/silver-3.13d66b84.json +4810 -0
  348. package/dist/static/skills.90ce4cbb.gif +0 -0
  349. package/dist/static/sleepy-boi.031a1165.json +1008 -0
  350. package/dist/static/smiley.49bb7d7c.svg +1 -0
  351. package/dist/static/speckie-wave.510639ce.gif +0 -0
  352. package/dist/static/spinner-white.639e0d87.json +122 -0
  353. package/dist/static/spiral_pattern.9fd3e6e9.png +0 -0
  354. package/dist/static/splash-screen.bbf567ce.json +2411 -0
  355. package/dist/static/star-orange-filled.a7ff9c8f.svg +1 -0
  356. package/dist/static/star-orange.a91a341f.svg +1 -0
  357. package/dist/static/star-with-green-fill.86877d41.svg +1 -0
  358. package/dist/static/stay-connected.371d3d9d.gif +0 -0
  359. package/dist/static/streak-green.b59bf4dd.svg +1 -0
  360. package/dist/static/streak-white.2cbdc9b8.svg +1 -0
  361. package/dist/static/student-avatar.524226bd.json +1 -0
  362. package/dist/static/table-mode-reveal.b44a82c3.json +1 -0
  363. package/dist/static/table-mode-star.b8a1d762.json +1 -0
  364. package/dist/static/table-segment-star.78e851d6.json +1 -0
  365. package/dist/static/target-achieved-text.053bd142.json +2830 -0
  366. package/dist/static/target-achieved-text.10db8475.json +1 -0
  367. package/dist/static/teacher-validation.7577ecdc.json +245 -0
  368. package/dist/static/tera-wave.2954a6a4.gif +0 -0
  369. package/dist/static/test-difficulty-easy.56df71dd.svg +1 -0
  370. package/dist/static/test-difficulty-hard.7250f1f4.svg +1 -0
  371. package/dist/static/test-difficulty-medium.2fd9686e.svg +1 -0
  372. package/dist/static/test-prep-mini.718e5734.gif +0 -0
  373. package/dist/static/test-prep.ea433f71.gif +0 -0
  374. package/dist/static/test.803d6036.json +1 -0
  375. package/dist/static/tetra.354ff2b9.png +0 -0
  376. package/dist/static/three-stars-filled.72b51f03.svg +1 -0
  377. package/dist/static/tick-green.a1654049.svg +1 -0
  378. package/dist/static/total-streak.d5ce7669.json +842 -0
  379. package/dist/static/total-time-spent.434005d3.json +200 -0
  380. package/dist/static/total-time.d979cbb9.json +24383 -0
  381. package/dist/static/tournament-ripple.e5c239a5.json +1047 -0
  382. package/dist/static/track-progress.c75b1031.gif +0 -0
  383. package/dist/static/trophy-blue-filled.7e2b40ab.svg +1 -0
  384. package/dist/static/trophy-blue.e684ba4c.svg +1 -0
  385. package/dist/static/trophy-circle.b7b23e36.svg +1 -0
  386. package/dist/static/trophy-green.6c0741c8.svg +10 -0
  387. package/dist/static/two-stars-filled.a51a14b4.svg +1 -0
  388. package/dist/static/up-arrow.a6946bd3.svg +1 -0
  389. package/dist/static/user-crown-grid-background.c2875a73.svg +1 -0
  390. package/dist/static/user-down.a06f2f94.svg +1 -0
  391. package/dist/static/user-pin.5f334465.svg +1 -0
  392. package/dist/static/user-profile-background.199977a9.svg +1 -0
  393. package/dist/static/user-type-selector-grid-bg.3c9c8ad6.svg +1 -0
  394. package/dist/static/user-type-selector-grid-bg.3ce8142d.svg +1 -0
  395. package/dist/static/user-type-selector-grid-bg.aad0b059.svg +1 -0
  396. package/dist/static/user-up.2aecbbae.svg +1 -0
  397. package/dist/static/username.9e034d51.json +1 -0
  398. package/dist/static/video.b41451e2.json +1 -0
  399. package/dist/static/vinnie-wave.10734dd5.gif +0 -0
  400. package/dist/static/way-forward.1428093e.gif +0 -0
  401. package/dist/static/wow.864fbb02.png +0 -0
  402. package/dist/static/yellow-face.b7525a33.svg +1 -0
  403. package/dist/static/your-goals.63ffbee5.gif +0 -0
  404. package/dist/static/zodasa.336c3bb0.png +0 -0
  405. package/package.json +3 -2
@@ -0,0 +1 @@
1
+ <svg width="80" height="80" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="80" height="80" fill="#99E5FF"/><path d="M47 29V39.5L40 42.5L33 39.5V29H47Z" fill="#33CCFF"/><path fill-rule="evenodd" clip-rule="evenodd" d="M51.871 39.8714C52.7218 39.0206 53.1999 37.8666 53.1999 36.6633V29.9018H49.0417V27.3203H31.0694V29.9018V32.3018V35.1942C31.0694 36.4476 31.3313 37.674 31.8247 38.8003C32.2064 39.6715 32.7266 40.4828 33.3714 41.2003C33.478 41.3189 33.588 41.4349 33.7014 41.5483C35.1012 42.9482 36.9153 43.8385 38.8555 44.0999C39.2511 44.1532 39.6519 44.1803 40.0555 44.1803C40.4591 44.1803 40.86 44.1532 41.2555 44.0999C43.1957 43.8385 45.0098 42.9482 46.4096 41.5483C46.523 41.435 46.633 41.3189 46.7396 41.2003H48.663C49.8663 41.2003 51.0202 40.7222 51.871 39.8714ZM48.2864 38.8003H48.663C49.2297 38.8003 49.7732 38.5751 50.174 38.1744C50.5747 37.7736 50.7999 37.2301 50.7999 36.6633V32.3018H49.0417V35.1942C49.0417 36.4476 48.7798 37.674 48.2864 38.8003ZM33.4694 35.1942C33.4694 36.9409 34.1633 38.6162 35.3984 39.8512C36.6336 41.0864 38.3088 41.7803 40.0555 41.7803C41.8023 41.7803 43.4775 41.0864 44.7125 39.8513C44.9001 39.6637 45.0752 39.466 45.2372 39.2595C46.1425 38.1058 46.6417 36.6757 46.6417 35.1942V29.7203H33.4694V35.1942Z" fill="black" fill-opacity="0.87"/><path fill-rule="evenodd" clip-rule="evenodd" d="M29.3116 32.3018V36.6633C29.3116 37.2301 29.5368 37.7736 29.9375 38.1743C30.3383 38.5751 30.8818 38.8003 31.4485 38.8003H31.8247C32.2064 39.6715 32.7266 40.4828 33.3714 41.2003H31.4485C30.2452 41.2003 29.0913 40.7222 28.2405 39.8714C27.3896 39.0206 26.9116 37.8666 26.9116 36.6633V29.9018H31.0694V32.3018H29.3116ZM38.8555 44.9803C38.8555 48.079 36.3436 50.5909 33.245 50.5909V52.9909L33.245 55.1025L46.8661 55.1025V52.9909C46.1257 52.9909 45.4088 52.8905 44.7282 52.7025H46.8661V50.5909C43.7675 50.5909 41.2555 48.079 41.2555 44.9803V44.0999C40.86 44.1532 40.4591 44.1803 40.0555 44.1803C39.6519 44.1803 39.2511 44.1532 38.8555 44.0999V44.9803ZM35.3828 52.7025C37.3458 52.1602 39.0064 50.8896 40.0555 49.1997C41.1047 50.8896 42.7653 52.1602 44.7282 52.7025L35.3828 52.7025ZM35.3828 52.7025H33.245L33.245 52.9909C33.9853 52.9909 34.7023 52.8905 35.3828 52.7025Z" fill="black" fill-opacity="0.87"/><path d="M33.245 52.9909C33.9853 52.9909 34.7023 52.8905 35.3828 52.7025H33.245L33.245 52.9909Z" fill="black" fill-opacity="0.87"/><path d="M44.7282 52.7025C45.4088 52.8905 46.1257 52.9909 46.8661 52.9909V52.7025H44.7282Z" fill="black" fill-opacity="0.87"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.5 6.5V11.75L12 13.25L8.5 11.75V6.5H15.5Z" fill="#33CCFF"/><path fill-rule="evenodd" clip-rule="evenodd" d="M17.9355 11.9357C18.3609 11.5103 18.5999 10.9333 18.5999 10.3317V6.95089H16.5208V5.66016H7.53471V6.95089V8.15089V9.59709C7.53471 10.2238 7.66564 10.837 7.91235 11.4001C8.10319 11.8357 8.36332 12.2414 8.68571 12.6001C8.73901 12.6594 8.79401 12.7175 8.85068 12.7741C9.5506 13.4741 10.4577 13.9192 11.4278 14.0499C11.6256 14.0766 11.826 14.0902 12.0278 14.0902C12.2296 14.0902 12.43 14.0766 12.6278 14.0499C13.5979 13.9192 14.5049 13.4741 15.2048 12.7742C15.2615 12.7175 15.3165 12.6595 15.3698 12.6001H16.3315C16.9332 12.6001 17.5101 12.3611 17.9355 11.9357ZM16.1432 11.4001H16.3315C16.6149 11.4001 16.8866 11.2876 17.087 11.0872C17.2874 10.8868 17.3999 10.615 17.3999 10.3317V8.15089H16.5208V9.59709C16.5208 10.2238 16.3899 10.837 16.1432 11.4001ZM8.7347 9.59709C8.7347 10.4705 9.08166 11.3081 9.69921 11.9256C10.3168 12.5432 11.1544 12.8902 12.0278 12.8902C12.9011 12.8902 13.7387 12.5432 14.3563 11.9256C14.4501 11.8319 14.5376 11.733 14.6186 11.6298C15.0712 11.0529 15.3208 10.3378 15.3208 9.59709V6.86016H8.7347V9.59709Z" fill="black" fill-opacity="0.87"/><path fill-rule="evenodd" clip-rule="evenodd" d="M6.65581 8.15089V10.3317C6.65581 10.615 6.76838 10.8868 6.96875 11.0872C7.16913 11.2876 7.44091 11.4001 7.72426 11.4001H7.91235C8.10319 11.8357 8.36332 12.2414 8.68571 12.6001H7.72426C7.12262 12.6001 6.54563 12.3611 6.12023 11.9357C5.69481 11.5103 5.45581 10.9333 5.45581 10.3317V6.95089H7.53471V8.15089H6.65581ZM11.4278 14.4902C11.4278 16.0395 10.1718 17.2955 8.62249 17.2955V18.4955L8.6225 19.5512L15.433 19.5512V18.4955C15.0629 18.4955 14.7044 18.4452 14.3641 18.3512H15.433V17.2955C13.8837 17.2955 12.6278 16.0395 12.6278 14.4902V14.0499C12.43 14.0766 12.2296 14.0902 12.0278 14.0902C11.826 14.0902 11.6256 14.0766 11.4278 14.0499V14.4902ZM9.69141 18.3512C10.6729 18.0801 11.5032 17.4448 12.0278 16.5998C12.5524 17.4448 13.3827 18.0801 14.3641 18.3512L9.69141 18.3512ZM9.69141 18.3512H8.6225L8.62249 18.4955C8.99267 18.4955 9.35113 18.4452 9.69141 18.3512Z" fill="black" fill-opacity="0.87"/><path d="M8.62249 18.4955C8.99267 18.4955 9.35113 18.4452 9.69141 18.3512H8.6225L8.62249 18.4955Z" fill="black" fill-opacity="0.87"/><path d="M14.3641 18.3512C14.7044 18.4452 15.0629 18.4955 15.433 18.4955V18.3512H14.3641Z" fill="black" fill-opacity="0.87"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="144" height="147" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(#filter0_d_4162_20559)"><path d="M83.6544 47.2998H60.6316V51.1296V53.1592V63.551C60.6316 63.8623 60.6425 64.1724 60.6643 64.4807C60.7694 65.9704 61.1256 67.4178 61.707 68.7559C62.0466 69.5375 62.463 70.2818 62.9512 70.9754C63.2715 71.4306 63.6226 71.8639 64.0032 72.2716C65.9846 74.3944 68.6141 75.6635 71.3934 75.8576L62.1738 90.9363H82.1122L72.8926 75.8576C75.6719 75.6635 78.3013 74.3944 80.2828 72.2716C80.6633 71.8639 81.0145 71.4306 81.3348 70.9754C81.8229 70.2818 82.2394 69.5375 82.579 68.7559C83.1614 67.4156 83.5178 65.9655 83.6222 64.4732C83.6436 64.1674 83.6544 63.8598 83.6544 63.551V53.1592V51.1296V47.2998Z" fill="#FFBA07"/><path d="M52 59.2529C52 60.7959 52.3039 62.3238 52.8944 63.7493C53.4849 65.1749 54.3503 66.4701 55.4414 67.5612C56.5324 68.6522 57.8277 69.5177 59.2533 70.1082C60.4323 70.5966 61.6814 70.8889 62.9512 70.9754C62.463 70.2818 62.0466 69.5375 61.707 68.7559C61.1347 68.6329 60.5733 68.4582 60.0299 68.2331C58.8507 67.7446 57.7791 67.0286 56.8765 66.126C55.974 65.2235 55.258 64.1519 54.7695 62.9726C54.281 61.7933 54.0296 60.5294 54.0296 59.2529V53.1592H60.6316V51.1296H52V59.2529Z" fill="#FFBA07"/><path d="M91.3915 63.7493C91.9819 62.3238 92.2859 60.7959 92.2859 59.2529V51.1296H83.6544V53.1592H90.2562V59.2529C90.2562 60.5294 90.0048 61.7933 89.5164 62.9726C89.0279 64.1519 88.3119 65.2235 87.4093 66.126C86.5067 67.0286 85.4352 67.7446 84.2559 68.2331C83.7126 68.4581 83.1512 68.6329 82.579 68.7559C82.2394 69.5375 81.8229 70.2818 81.3348 70.9754C82.6045 70.8889 83.8536 70.5966 85.0326 70.1082C86.4581 69.5177 87.7534 68.6522 88.8445 67.5612C89.9355 66.4701 90.801 65.1749 91.3915 63.7493Z" fill="#FFBA07"/><path d="M71.3934 75.8576L62.1738 90.9363H82.1122L72.8926 75.8576M71.3934 75.8576C68.6141 75.6635 65.9846 74.3944 64.0032 72.2716C63.6226 71.8639 63.2715 71.4306 62.9512 70.9754M71.3934 75.8576H72.8926M72.8926 75.8576C75.6719 75.6635 78.3013 74.3944 80.2828 72.2716C80.6633 71.8639 81.0145 71.4306 81.3348 70.9754M60.6316 51.1296V47.2998H83.6544V51.1296M60.6316 51.1296H52V59.2529C52 60.7959 52.3039 62.3238 52.8944 63.7493C53.4849 65.1749 54.3503 66.4701 55.4414 67.5612C56.5324 68.6522 57.8277 69.5177 59.2532 70.1082C60.4323 70.5966 61.6814 70.8889 62.9512 70.9754M60.6316 51.1296V53.1592M60.6316 53.1592V63.551C60.6316 63.8623 60.6425 64.1724 60.6643 64.4807C60.7694 65.9704 61.1256 67.4178 61.707 68.7559M60.6316 53.1592H54.0296V59.2529C54.0296 60.5294 54.281 61.7933 54.7695 62.9726C55.258 64.1519 55.974 65.2235 56.8765 66.126C57.7791 67.0286 58.8507 67.7446 60.0299 68.2331C60.5733 68.4582 61.1347 68.6329 61.707 68.7559M83.6544 51.1296H92.2859V59.2529C92.2859 60.7959 91.9819 62.3238 91.3915 63.7493C90.801 65.1749 89.9355 66.4701 88.8445 67.5612C87.7534 68.6522 86.4581 69.5177 85.0326 70.1082C83.8536 70.5966 82.6045 70.8889 81.3348 70.9754M83.6544 51.1296V53.1592M83.6544 53.1592V63.551C83.6544 63.8598 83.6436 64.1674 83.6222 64.4732C83.5178 65.9655 83.1614 67.4156 82.579 68.7559M83.6544 53.1592H90.2562V59.2529C90.2562 60.5294 90.0048 61.7933 89.5164 62.9726C89.0279 64.1519 88.3119 65.2235 87.4093 66.126C86.5067 67.0286 85.4352 67.7446 84.2559 68.2331C83.7126 68.4581 83.1512 68.6329 82.579 68.7559M82.579 68.7559C82.2394 69.5375 81.8229 70.2818 81.3348 70.9754M61.707 68.7559C62.0466 69.5375 62.463 70.2818 62.9512 70.9754" stroke="#D68100" stroke-width="1.0148"/></g><path d="M64.4087 61.9365L65.2309 64.1587L67.4531 64.9809L65.2309 65.8032L64.4087 68.0253L63.5864 65.8032L61.3643 64.9809L63.5864 64.1587L64.4087 61.9365Z" fill="white"/><path d="M78.6447 43L79.741 45.9629L82.7039 47.0592L79.741 48.1556L78.6447 51.1184L77.5483 48.1556L74.5854 47.0592L77.5483 45.9629L78.6447 43Z" fill="white"/><defs><filter id="filter0_d_4162_20559" x="0.75251" y="0.111528" width="142.781" height="146.132" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="4.05921"/><feGaussianBlur stdDeviation="25.3701"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 0.814993 0 0 0 0 0.15906 0 0 0 0.92 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_4162_20559"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_4162_20559" result="shape"/></filter></defs></svg>
@@ -0,0 +1,10 @@
1
+ <svg width="73" height="72" viewBox="0 0 73 72" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M0.5 12C0.5 5.37258 5.87258 0 12.5 0H60.5C67.1274 0 72.5 5.37258 72.5 12V60C72.5 66.6274 67.1274 72 60.5 72H12.5C5.87258 72 0.5 66.6274 0.5 60V12Z" fill="#DDFFE4"/>
3
+ <path d="M44.6819 47.4545H28.3184V53.9999H44.6819V47.4545Z" fill="#3DD771" stroke="black" stroke-linejoin="round"/>
4
+ <path d="M23.4087 54H49.5903H23.4087Z" fill="#3DD771"/>
5
+ <path d="M23.4087 54H49.5903" stroke="black" stroke-linecap="round" stroke-linejoin="round"/>
6
+ <path d="M36.5 39.2727V47.4545" stroke="black" stroke-linejoin="round"/>
7
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M21.5 20.7727C21.2239 20.7727 21 20.9966 21 21.2727V29.4545C21 30.8891 21.5699 32.2649 22.5843 33.2793C23.5987 34.2937 24.9745 34.8636 26.4091 34.8636H27.4091H30.1007H31.1007V33.8636H30.1007H27.4091C26.2397 33.8636 25.1183 33.399 24.2914 32.5722L23.967 32.8965L24.2914 32.5722C23.4645 31.7454 23 30.6239 23 29.4545V21.7727H28.0454H29.0454V20.7727H28.0454H22.5H21.5Z" fill="black"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M43.9552 21.7727H44.9552H50.0006V29.4545C50.0006 30.6239 49.536 31.7453 48.7092 32.5722L49.0234 32.8865L48.7092 32.5722C47.8823 33.3991 46.7609 33.8636 45.5915 33.8636H42.8999H41.8999V34.8636H42.8999H45.5915H46.5915C48.0262 34.8636 49.4019 34.2937 50.4163 33.2793C51.4306 32.2649 52.0006 30.8891 52.0006 29.4545V21.2727C52.0006 20.9966 51.7767 20.7727 51.5006 20.7727H50.5006H44.9552H43.9552V21.7727Z" fill="black"/>
9
+ <path d="M47.9548 27.8182C47.9548 30.8561 46.748 33.7696 44.5998 35.9177C42.4518 38.0659 39.5383 39.2727 36.5004 39.2727C33.4625 39.2727 30.549 38.0659 28.4008 35.9177C26.2527 33.7696 25.0459 30.8561 25.0459 27.8182V18H47.9548V27.8182Z" fill="#3DD771" stroke="black" stroke-linejoin="round"/>
10
+ </svg>
@@ -0,0 +1 @@
1
+ <svg width="88" height="25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 2.11804L14.2186 8.9463L14.3309 9.2918H14.6942H21.8738L16.0654 13.5119L15.7715 13.7254L15.8837 14.0709L18.1024 20.8992L12.2939 16.6791L12 16.4656L11.7061 16.6791L5.89763 20.8992L8.11627 14.0709L8.22853 13.7254L7.93464 13.5119L2.12616 9.2918H9.30583H9.6691L9.78136 8.9463L12 2.11804Z" fill="#FFB700" stroke="#0D0D0D"/><path d="M44 2.11804L46.2186 8.9463L46.3309 9.2918H46.6942H53.8738L48.0654 13.5119L47.7715 13.7254L47.8837 14.0709L50.1024 20.8992L44.2939 16.6791L44 16.4656L43.7061 16.6791L37.8976 20.8992L40.1163 14.0709L40.2285 13.7254L39.9346 13.5119L34.1262 9.2918H41.3058H41.6691L41.7814 8.9463L44 2.11804Z" fill="#FFB700" stroke="#0D0D0D"/><path d="M76 2.11804L78.2186 8.9463L78.3309 9.2918H78.6942H85.8738L80.0654 13.5119L79.7715 13.7254L79.8837 14.0709L82.1024 20.8992L76.2939 16.6791L76 16.4656L75.7061 16.6791L69.8976 20.8992L72.1163 14.0709L72.2285 13.7254L71.9346 13.5119L66.1262 9.2918H73.3058H73.6691L73.7814 8.9463L76 2.11804Z" fill="black" fill-opacity="0.08" stroke="#0D0D0D"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="13" height="30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.5 29V30H7.5V29H5.5ZM6.5 0.5L0.726497 10.5H12.2735L6.5 0.5ZM5.5 2.28125V3.28125H7.5V2.28125H5.5ZM7.5 5.84375V4.84375H5.5V5.84375H7.5ZM5.5 9.40625V10.4062H7.5V9.40625H5.5ZM7.5 12.9688V11.9688H5.5V12.9688H7.5ZM5.5 16.5312V17.5312H7.5V16.5312H5.5ZM7.5 20.0938V19.0938H5.5V20.0938H7.5ZM5.5 23.6562V24.6562H7.5V23.6562H5.5ZM7.5 27.2188V26.2188H5.5V27.2188H7.5ZM5.5 5.84375V9.40625H7.5V5.84375H5.5ZM5.5 12.9688V16.5312H7.5V12.9688H5.5ZM5.5 20.0938V23.6562H7.5V20.0938H5.5ZM5.5 27.2188V29H7.5V27.2188H5.5Z" fill="#2B2B2B"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="440" height="640" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_196_445)"><rect width="440" height="640" fill="#141414"/><mask id="mask0_196_445" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="-16" width="440" height="812"><rect y="-16" width="440" height="812" fill="#D9D9D9"/></mask><g mask="url(#mask0_196_445)"><path d="M0 60H440" stroke="#313131"/><path d="M0 82H440" stroke="#313131"/><path d="M0 124H440" stroke="#313131"/><path d="M220 -54V872" stroke="#313131"/><path d="M151.947 -54V872" stroke="#313131"/><path d="M288.053 -54V872" stroke="#313131"/><path d="M254.027 -54V872" stroke="#313131"/><path d="M185.973 -54V872" stroke="#313131"/><ellipse cx="220.265" cy="730" rx="340.267" ry="290" fill="#313131"/><path d="M152.001 60V124H288.108V60L254.081 81.9998L220.055 60L186.028 81.9998L152.001 60Z" fill="#FFB700" stroke="white" stroke-opacity="0.87" stroke-miterlimit="2.45043"/></g></g><defs><clipPath id="clip0_196_445"><rect width="440" height="640" fill="white"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg width="40" height="45" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="20" cy="20" r="19" fill="#3DD771" stroke="#005E2C" stroke-width="2"/><g><path d="M29.4444 29.3334V27.1112C29.4444 25.9325 28.9762 24.802 28.1427 23.9685C27.3092 23.135 26.1787 22.6667 25 22.6667H16.1111C14.9324 22.6667 13.8019 23.135 12.9684 23.9685C12.1349 24.802 11.6667 25.9325 11.6667 27.1112V29.3334" fill="#005E2C"/><path d="M29.4444 29.3334V27.1112C29.4444 25.9325 28.9762 24.802 28.1427 23.9685C27.3092 23.135 26.1787 22.6667 25 22.6667H16.1111C14.9324 22.6667 13.8019 23.135 12.9684 23.9685C12.1349 24.802 11.6667 25.9325 11.6667 27.1112V29.3334" stroke="#005E2C" stroke-width="0.925926" stroke-linecap="square" stroke-linejoin="round"/><path d="M12.1827 23.1828C13.2246 22.141 14.6377 21.5557 16.1111 21.5557H25C26.4734 21.5557 27.8865 22.141 28.9284 23.1828C29.9702 24.2247 30.5555 25.6378 30.5555 27.1112V30.4446H10.5555V27.1112C10.5555 25.6378 11.1409 24.2247 12.1827 23.1828Z" fill="#005E2C"/><path d="M20.5554 18.2224C23.01 18.2224 24.9999 16.2325 24.9999 13.7779C24.9999 11.3233 23.01 9.3335 20.5554 9.3335C18.1008 9.3335 16.111 11.3233 16.111 13.7779C16.111 16.2325 18.1008 18.2224 20.5554 18.2224Z" fill="#005E2C" stroke="#005E2C" stroke-width="0.925926" stroke-linecap="square" stroke-linejoin="round"/></g><path d="M20.7682 44.0781C20.3684 44.5579 19.6316 44.5579 19.2318 44.0781L15 39H25L20.7682 44.0781Z" fill="#005E2C"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="20" height="20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.25 8.61108C16.25 13.4722 10 17.6389 10 17.6389C10 17.6389 3.75 13.4722 3.75 8.61108C3.75 6.95348 4.40848 5.36377 5.58058 4.19167C6.75268 3.01956 8.3424 2.36108 10 2.36108C11.6576 2.36108 13.2473 3.01956 14.4194 4.19167C15.5915 5.36377 16.25 6.95348 16.25 8.61108Z" fill="#3DD771" stroke="#2B2B2B" stroke-width="1.38889" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.5192 13.8876V12.9617C13.5192 12.4706 13.3241 11.9995 12.9768 11.6523C12.6295 11.305 12.1585 11.1099 11.6673 11.1099H7.96361C7.47247 11.1099 7.00144 11.305 6.65415 11.6523C6.30686 11.9995 6.11176 12.4706 6.11176 12.9617V13.8876" stroke="#2B2B2B" stroke-width="1.38889" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.81584 9.2579C10.8386 9.2579 11.6677 8.4288 11.6677 7.40605C11.6677 6.3833 10.8386 5.5542 9.81584 5.5542C8.79309 5.5542 7.96399 6.3833 7.96399 7.40605C7.96399 8.4288 8.79309 9.2579 9.81584 9.2579Z" stroke="#2B2B2B" stroke-width="1.38889" stroke-linecap="round" stroke-linejoin="round"/><path d="M16.25 8.61108C16.25 13.4722 10 17.6389 10 17.6389C10 17.6389 3.75 13.4722 3.75 8.61108C3.75 6.95348 4.40848 5.36377 5.58058 4.19167C6.75268 3.01956 8.3424 2.36108 10 2.36108C11.6576 2.36108 13.2473 3.01956 14.4194 4.19167C15.5915 5.36377 16.25 6.95348 16.25 8.61108Z" fill="#3DD771" stroke="#005E2C" stroke-width="1.38889" stroke-linecap="round" stroke-linejoin="round"/><path d="M14.1654 13.332H5.83203C6.51527 14.9718 8.7487 16.6654 9.91789 17.528C9.94486 17.5192 9.9718 17.5095 9.9987 17.4987C11.6654 16.832 13.4709 14.4431 14.1654 13.332Z" fill="#005E2C"/><path d="M13.5192 13.8876V12.9617C13.5192 12.4706 13.3241 11.9995 12.9768 11.6523C12.6295 11.305 12.1585 11.1099 11.6673 11.1099H7.96361C7.47247 11.1099 7.00144 11.305 6.65415 11.6523C6.30686 11.9995 6.11176 12.4706 6.11176 12.9617V13.8876" fill="#005E2C"/><path d="M13.5192 13.8876V12.9617C13.5192 12.4706 13.3241 11.9995 12.9768 11.6523C12.6295 11.305 12.1585 11.1099 11.6673 11.1099H7.96361C7.47247 11.1099 7.00144 11.305 6.65415 11.6523C6.30686 11.9995 6.11176 12.4706 6.11176 12.9617V13.8876" stroke="#005E2C" stroke-width="0.925926" stroke-linecap="square" stroke-linejoin="round"/><path d="M6.32643 11.3245C6.76054 10.8904 7.34932 10.6465 7.96325 10.6465H11.667C12.2809 10.6465 12.8697 10.8904 13.3038 11.3245C13.7379 11.7586 13.9818 12.3474 13.9818 12.9613V14.3502H5.64844V12.9613C5.64844 12.3474 5.89232 11.7586 6.32643 11.3245Z" fill="#005E2C"/><path d="M9.81584 9.2579C10.8386 9.2579 11.6677 8.4288 11.6677 7.40605C11.6677 6.3833 10.8386 5.5542 9.81584 5.5542C8.79309 5.5542 7.96399 6.3833 7.96399 7.40605C7.96399 8.4288 8.79309 9.2579 9.81584 9.2579Z" fill="#005E2C" stroke="#005E2C" stroke-width="0.925926" stroke-linecap="square" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="440" height="640" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_188_392)"><rect width="440" height="640" fill="#141414"/><path d="M142.292 -137V789" stroke="#313131"/><path d="M216.896 -137V789" stroke="#313131"/><path d="M440.001 120.218L0.000740051 120.218" stroke="#313131"/><path d="M440.001 133.953L0.000740051 133.953" stroke="#313131"/><path d="M440.001 242.066L0.000740051 242.066" stroke="#313131"/><path d="M440.001 342L0.000740051 342" stroke="#313131"/><path d="M291.041 -137V789" stroke="#313131"/><circle cx="220" cy="730" r="290" fill="#313131"/><path d="M340.967 170.532C356.918 186.483 369.572 205.42 378.205 226.262C380.358 231.461 382.251 236.752 383.879 242.117C394.796 243.514 405.006 248.489 412.876 256.358C422.253 265.735 427.52 278.453 427.52 291.714C427.52 304.975 422.253 317.692 412.876 327.069C403.499 336.446 390.799 341.714 377.538 341.714V292C377.538 271.246 373.45 250.695 365.508 231.521C357.566 212.347 345.925 194.924 331.249 180.249C316.574 165.574 299.152 153.933 279.978 145.99C260.803 138.048 240.253 133.96 219.499 133.96C198.744 133.96 178.194 138.048 159.019 145.99C139.845 153.933 122.423 165.574 107.748 180.249C93.0723 194.924 81.4312 212.347 73.4889 231.521C65.5467 250.695 61.4589 271.246 61.4589 292V342C48.1981 342 35.459 336.732 26.0822 327.355C16.7053 317.979 11.4375 305.261 11.4375 292C11.4375 278.739 16.7053 266.021 26.0822 256.645C33.9306 248.796 44.1345 243.826 55.0283 242.415C56.6765 236.948 58.5993 231.557 60.7924 226.262C69.4253 205.42 82.0787 186.483 98.0302 170.532C113.982 154.58 132.919 141.927 153.76 133.294C174.602 124.661 196.94 120.218 219.499 120.218C242.057 120.218 264.395 124.661 285.237 133.294C306.078 141.927 325.015 154.58 340.967 170.532Z" fill="#FF80F4" stroke="white" stroke-opacity="0.87"/></g><defs><clipPath id="clip0_188_392"><rect width="440" height="640" fill="white"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg width="1920" height="2160" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="1920" height="2160" fill="#0D0D0D"/><line x1="370.5" y1="2160" x2="370.5" y2="6.55673e-08" stroke="white" stroke-opacity="0.15" stroke-width="3"/><line x1="1546.5" y1="2160" x2="1546.5" y2="6.55673e-08" stroke="white" stroke-opacity="0.15" stroke-width="3"/><line x1="1920" y1="244.5" x2="-1.31134e-07" y2="244.5" stroke="white" stroke-opacity="0.15" stroke-width="3"/><line x1="1920" y1="337.5" x2="-1.31134e-07" y2="337.5" stroke="white" stroke-opacity="0.15" stroke-width="3"/><line x1="1920" y1="526.5" x2="-1.31134e-07" y2="526.5" stroke="white" stroke-opacity="0.15" stroke-width="3"/><line x1="1920" y1="934.5" x2="-1.31134e-07" y2="934.5" stroke="white" stroke-opacity="0.15" stroke-width="3"/><line x1="898.5" y1="2160" x2="898.5" y2="933" stroke="white" stroke-opacity="0.15" stroke-width="3"/><line x1="1018.5" y1="2160" x2="1018.5" y2="933" stroke="white" stroke-opacity="0.15" stroke-width="3"/><line x1="1920" y1="1036.5" x2="-1.31134e-07" y2="1036.5" stroke="white" stroke-opacity="0.15" stroke-width="3"/><line x1="1920" y1="1462.5" x2="-1.31134e-07" y2="1462.5" stroke="white" stroke-opacity="0.15" stroke-width="3"/><line x1="1920" y1="1564.5" x2="-1.31134e-07" y2="1564.5" stroke="white" stroke-opacity="0.15" stroke-width="3"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="640" height="720" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="640" height="720" fill="#0D0D0D"/><line x1="123.5" y1="720" x2="123.5" y2="2.18557e-08" stroke="white" stroke-opacity="0.15"/><line x1="515.5" y1="720" x2="515.5" y2="2.18557e-08" stroke="white" stroke-opacity="0.15"/><line x1="640" y1="81.5" x2="-4.37113e-08" y2="81.4999" stroke="white" stroke-opacity="0.15"/><line x1="640" y1="112.5" x2="-4.37113e-08" y2="112.5" stroke="white" stroke-opacity="0.15"/><line x1="640" y1="175.5" x2="-4.37113e-08" y2="175.5" stroke="white" stroke-opacity="0.15"/><line x1="640" y1="311.5" x2="-4.37113e-08" y2="311.5" stroke="white" stroke-opacity="0.15"/><line x1="299.5" y1="720" x2="299.5" y2="311" stroke="white" stroke-opacity="0.15"/><line x1="339.5" y1="720" x2="339.5" y2="311" stroke="white" stroke-opacity="0.15"/><line x1="640" y1="345.5" x2="-4.37113e-08" y2="345.5" stroke="white" stroke-opacity="0.15"/><line x1="640" y1="487.5" x2="-4.37113e-08" y2="487.5" stroke="white" stroke-opacity="0.15"/><line x1="640" y1="521.5" x2="-4.37113e-08" y2="521.5" stroke="white" stroke-opacity="0.15"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="1920" height="2160" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_1081_6038)"><rect width="1920" height="2160" fill="#0D0D0D"/><line x1="763.5" y1="2160" x2="763.5" y2="-2.18556e-08" stroke="white" stroke-opacity="0.15"/><line x1="1155.5" y1="2160" x2="1155.5" y2="-2.18556e-08" stroke="white" stroke-opacity="0.15"/><line x1="1920" y1="801.5" x2="-8.74227e-08" y2="801.5" stroke="white" stroke-opacity="0.15"/><line x1="1920" y1="832.5" x2="-8.74227e-08" y2="832.5" stroke="white" stroke-opacity="0.15"/><line x1="1920" y1="895.5" x2="-8.74227e-08" y2="895.5" stroke="white" stroke-opacity="0.15"/><line x1="1920" y1="1031.5" x2="-8.74227e-08" y2="1031.5" stroke="white" stroke-opacity="0.15"/><line x1="939.5" y1="2160" x2="939.5" y2="1031" stroke="white" stroke-opacity="0.15"/><line x1="979.5" y1="2160" x2="979.5" y2="1031" stroke="white" stroke-opacity="0.15"/><line x1="1920" y1="1065.5" x2="-8.74227e-08" y2="1065.5" stroke="white" stroke-opacity="0.15"/><line x1="1920" y1="1207.5" x2="-8.74227e-08" y2="1207.5" stroke="white" stroke-opacity="0.15"/><line x1="1920" y1="1241.5" x2="-8.74227e-08" y2="1241.5" stroke="white" stroke-opacity="0.15"/></g><defs><clipPath id="clip0_1081_6038"><rect width="1920" height="2160" fill="white"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg width="40" height="45" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="20" cy="25" r="19" fill="#3DD771" stroke="#005E2C" stroke-width="2"/><g><path d="M29.4444 34.3334V32.1112C29.4444 30.9325 28.9762 29.802 28.1427 28.9685C27.3092 28.135 26.1787 27.6667 25 27.6667H16.1111C14.9324 27.6667 13.8019 28.135 12.9684 28.9685C12.1349 29.802 11.6667 30.9325 11.6667 32.1112V34.3334" fill="#005E2C"/><path d="M12.1827 28.1828C13.2246 27.141 14.6377 26.5557 16.1111 26.5557H25C26.4734 26.5557 27.8865 27.141 28.9284 28.1828C29.9702 29.2247 30.5555 30.6378 30.5555 32.1112V35.4446H10.5555V32.1112C10.5555 30.6378 11.1409 29.2247 12.1827 28.1828Z" fill="#005E2C"/><path d="M20.5554 23.2224C23.01 23.2224 24.9999 21.2325 24.9999 18.7779C24.9999 16.3233 23.01 14.3335 20.5554 14.3335C18.1008 14.3335 16.111 16.3233 16.111 18.7779C16.111 21.2325 18.1008 23.2224 20.5554 23.2224Z" fill="#005E2C" stroke="#005E2C" stroke-width="0.925926" stroke-linecap="square" stroke-linejoin="round"/></g><path d="M19.2318 0.921864C19.6316 0.44211 20.3684 0.44211 20.7682 0.921865L25 6L15 6L19.2318 0.921864Z" fill="#005E2C"/></svg>
@@ -0,0 +1 @@
1
+ {"v":"5.12.1","fr":30,"ip":0,"op":41,"w":1280,"h":1440,"nm":"crown-wide-lottie-1280x1440","ddd":0,"assets":[{"id":"comp_0","nm":"SCREEN_04.1final lottie","fr":30,"layers":[{"ddd":0,"ind":8,"ty":4,"nm":"Crown","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.092,"y":0},"t":0,"s":[640,597.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.373,"y":1},"o":{"x":0.646,"y":0},"t":10,"s":[640,468.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.373,"y":1},"o":{"x":0.651,"y":0},"t":18,"s":[640,487.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.373,"y":0.373},"o":{"x":0.167,"y":0.167},"t":23,"s":[640,483.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0},"t":25,"s":[640,483.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.646,"y":0},"t":30,"s":[640,468.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":40,"s":[640,597.5,0]}],"ix":2,"l":2},"a":{"a":0,"k":[0,32,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-58,32],[-58,-32],[-29,-10],[0,-32],[29,-10],[58,-32],[58,32]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.729411780834,0.027450980619,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Crown","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Ellipse 3683","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":6,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":34,"s":[100]},{"t":40,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[639.5,1090,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[580,580],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.145098039216,0.145098039216,0.145098039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 3682","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"Ellipse 3682","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":6,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":34,"s":[100]},{"t":40,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[639.5,1090,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[580,580],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.145098039216,0.145098039216,0.145098039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 3682","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"V line","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":6,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":34,"s":[100]},{"t":40,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[640,771.5,0],"ix":2,"l":2},"a":{"a":0,"k":[187.5,427.5,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0.5,1025],[0,-463]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,0.180000007153],"ix":3},"o":{"a":0,"k":18,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Vector 6055","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[158.5,430],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Vector 6056055","np":1,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0.5,1025],[0,-463]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,0.180000007153],"ix":3},"o":{"a":0,"k":18,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Vector 6054","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[216.5,430],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Vector 6056054","np":1,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0.5,1025],[0,-463]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,0.180000007153],"ix":3},"o":{"a":0,"k":18,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Vector 6051","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[245.5,430],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Vector 6056051","np":1,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0.5,1025],[0,-463]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,0.180000007153],"ix":3},"o":{"a":0,"k":18,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Vector 6050","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[129.5,425],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Vector 6056050","np":1,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0.5,1025],[0,-463]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,0.180000007153],"ix":3},"o":{"a":0,"k":18,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Vector 6049","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[187.5,425],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Vector 6046049","np":1,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"H line","parent":8,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[2]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":10,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":30,"s":[100]},{"t":40,"s":[2]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0.5,0],"ix":2,"l":2},"a":{"a":0,"k":[187.5,108,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[673.5,0.102],[-763.5,0.102]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,0.180000007153],"ix":3},"o":{"a":0,"k":18,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Vector 6052","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[187.5,140],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Vector 6056052","np":1,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[673.5,0.102],[-763.5,0.102]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,0.180000007153],"ix":3},"o":{"a":0,"k":18,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Vector 6053","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[187.5,98],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Vector 6056053","np":1,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[673.5,0.102],[-763.5,0.102]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,0.180000007153],"ix":3},"o":{"a":0,"k":18,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Vector 6041","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[187.5,76],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Vector 6046041","np":1,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"ct":1,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Reference Circle 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":640,"ix":3},"y":{"a":0,"k":416,"ix":4}},"a":{"a":0,"k":[320,416,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-110.457,0],[0,-110.457],[110.457,0],[0,110.457]],"o":[[110.457,0],[0,110.457],[-110.457,0],[0,-110.457]],"v":[[0,-200],[200,0],[0,200],[-200,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[320,416],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 13","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":682.2,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":4,"ty":0,"nm":"SCREEN_04.1final lottie","cl":"1final","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":640,"ix":3},"y":{"a":0,"k":548.5,"ix":4}},"a":{"a":0,"k":[640,750,0],"ix":1,"l":2},"s":{"a":0,"k":[135.13,135.13,100],"ix":6,"l":2}},"ao":0,"w":1280,"h":1500,"ip":0,"op":52,"st":0,"bm":0}],"markers":[{"tm":26,"cm":"1","dr":0}],"props":{}}
@@ -0,0 +1 @@
1
+ {"v":"5.9.0","fr":30,"ip":0,"op":60,"w":1000,"h":1000,"nm":"Video 2","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":3,"nm":"Null Collect 1","sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.56,"y":1},"o":{"x":0.44,"y":0},"t":16,"s":[452.868,499.889,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.56,"y":0.56},"o":{"x":0.44,"y":0.44},"t":28,"s":[418.868,499.889,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.56,"y":1},"o":{"x":0.44,"y":0},"t":46,"s":[418.868,499.889,0],"to":[0,0,0],"ti":[0,0,0]},{"t":53,"s":[452.868,499.889,0]}],"ix":2,"l":2},"a":{"a":0,"k":[50,50,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Vector 6003","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.59],"y":[1]},"o":{"x":[0.41],"y":[0]},"t":12,"s":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":24,"s":[180]},{"i":{"x":[0.59],"y":[1]},"o":{"x":[0.41],"y":[0]},"t":43,"s":[180]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":53,"s":[-6]},{"t":59,"s":[0]}],"ix":10},"p":{"a":0,"k":[50,50,0],"ix":2,"l":2},"a":{"a":0,"k":[-69.132,-0.111,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.51,0.51,0.59],"y":[1.008,1.008,1]},"o":{"x":[0.333,0.333,0.167],"y":[0.001,0.001,-1.852]},"t":8,"s":[100,100,100]},{"i":{"x":[0.157,0.157,0.59],"y":[0.974,0.974,1]},"o":{"x":[0.153,0.153,0.41],"y":[0,0,0]},"t":10,"s":[80,80,100]},{"t":18,"s":[100,100,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.59,"y":1},"o":{"x":0.41,"y":0},"t":10,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-118,149],[-118,-149.5],[22.841,-64.028],[128.5,0.093],[22.953,63.852]],"c":true}]},{"i":{"x":0.59,"y":1},"o":{"x":0.41,"y":0},"t":18,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-118,149],[-118,-149.5],[-20.265,-149.538],[-20.428,-1.683],[-20.478,149.442]],"c":true}]},{"i":{"x":0.59,"y":1},"o":{"x":0.41,"y":0},"t":45,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-118,149],[-118,-149.5],[-20.265,-149.538],[-20.428,-1.683],[-20.478,149.442]],"c":true}]},{"t":53,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-118,149],[-118,-149.5],[22.841,-64.028],[128.5,0.093],[31.622,58.616]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":32,"ix":5},"lc":1,"lj":3,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Vector 6003","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":150,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Vector 6004","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.59],"y":[1]},"o":{"x":[0.41],"y":[0]},"t":12,"s":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":24,"s":[180]},{"i":{"x":[0.59],"y":[1]},"o":{"x":[0.41],"y":[0]},"t":43,"s":[180]},{"t":53,"s":[0]}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.59,"y":1},"o":{"x":0.167,"y":0},"t":20,"s":[50,50,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":28,"s":[221,50,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.175,"y":1},"o":{"x":0.245,"y":0},"t":39,"s":[221,50,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.306,"y":0.893},"o":{"x":0.446,"y":0},"t":43,"s":[241,50,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.638,"y":1},"o":{"x":0.235,"y":1},"t":48,"s":[52.715,50,0],"to":[0,0,0],"ti":[0,0,0]},{"t":50,"s":[50,50,0]}],"ix":2,"l":2},"a":{"a":0,"k":[-69.132,-0.111,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.59,0.59,0.59],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0]},"t":8,"s":[100,100,100]},{"i":{"x":[0.59,0.59,0.59],"y":[1,1,1]},"o":{"x":[0.41,0.41,0.41],"y":[0,0,0]},"t":10,"s":[90,90,100]},{"t":18,"s":[100,100,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.59,"y":1},"o":{"x":0.41,"y":0},"t":10,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-118,149],[-118,-149.5],[22.841,-64.028],[128.5,0.093]],"c":true}]},{"t":18,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-118,149],[-118,-149.5],[-20.265,-149.538],[-20.35,149.317]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":32,"ix":5},"lc":1,"lj":3,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Vector 6003","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":20,"op":48,"st":0,"bm":0}],"markers":[]}
Binary file
@@ -0,0 +1 @@
1
+ <svg width="64" height="64" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M50.1602 32C50.1602 42.6315 41.5416 51.25 30.9102 51.25C20.2787 51.25 11.6602 42.6315 11.6602 32C11.6602 21.3685 20.2787 12.75 30.9102 12.75C41.5416 12.75 50.1602 21.3685 50.1602 32Z" fill="#FFB700" stroke="#0D0D0D" stroke-width="1.5"/><path d="M20.1953 37C20.4334 39.1429 22.1953 43.2857 27.3382 42.7143" stroke="#0D0D0D" stroke-width="1.5"/><path d="M40.8834 27.0004C40.8834 29.8317 40.117 32.361 38.9172 34.1605C37.714 35.9654 36.1342 36.9647 34.4905 36.9647C32.8469 36.9647 31.267 35.9654 30.0638 34.1605C28.8641 32.361 28.0977 29.8317 28.0977 27.0004C28.0977 24.1692 28.8641 21.6399 30.0638 19.8403C31.267 18.0355 32.8469 17.0361 34.4905 17.0361C36.1342 17.0361 37.714 18.0355 38.9172 19.8403C40.117 21.6399 40.8834 24.1692 40.8834 27.0004Z" fill="white" stroke="#0D0D0D" stroke-width="1.5"/><path fill-rule="evenodd" clip-rule="evenodd" d="M37.3484 33.4294C39.3208 33.4294 40.9198 30.5512 40.9198 27.0008C40.9198 23.4504 39.3208 20.5723 37.3484 20.5723C35.5477 20.5723 34.0582 22.9711 33.8125 26.0902L36.6321 27.7181L33.9992 29.2383C34.504 31.6856 35.8131 33.4294 37.3484 33.4294Z" fill="black"/><path d="M58.7349 27.0004C58.7349 29.8317 57.9685 32.361 56.7688 34.1605C55.5656 35.9654 53.9857 36.9647 52.3421 36.9647C50.6984 36.9647 49.1186 35.9654 47.9154 34.1605C46.7156 32.361 45.9492 29.8317 45.9492 27.0004C45.9492 24.1692 46.7156 21.6399 47.9154 19.8403C49.1186 18.0355 50.6984 17.0361 52.3421 17.0361C53.9857 17.0361 55.5656 18.0355 56.7688 19.8403C57.9685 21.6399 58.7349 24.1692 58.7349 27.0004Z" fill="white" stroke="#0D0D0D" stroke-width="1.5"/><path fill-rule="evenodd" clip-rule="evenodd" d="M55.9167 33.4284C57.8892 33.4284 59.4882 30.5503 59.4882 26.9999C59.4882 23.4495 57.8892 20.5713 55.9167 20.5713C54.116 20.5713 52.6266 22.9701 52.3809 26.0893L55.2005 27.7172L52.5676 29.2373C53.0724 31.6846 54.3814 33.4284 55.9167 33.4284Z" fill="black"/></svg>
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cuemath/leap",
3
- "version": "3.1.0-gg2",
3
+ "version": "3.1.1-beta-0.1",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -27,7 +27,8 @@
27
27
  "lodash.isequal": "^4.5.0",
28
28
  "lodash.throttle": "^4.1.1",
29
29
  "query-string": "^8.1.0",
30
- "react-datepicker": "^8.3.0"
30
+ "react-datepicker": "^8.3.0",
31
+ "react-error-boundary": "^6.0.0"
31
32
  },
32
33
  "sideEffects": false,
33
34
  "devDependencies": {