@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,497 @@
1
+ {
2
+ "v": "5.12.1",
3
+ "fr": 25,
4
+ "ip": 0,
5
+ "op": 36,
6
+ "w": 100,
7
+ "h": 100,
8
+ "nm": "sheet-completed",
9
+ "ddd": 0,
10
+ "assets": [
11
+ {
12
+ "id": "comp_0",
13
+ "nm": "tick-leap",
14
+ "fr": 30,
15
+ "layers": [
16
+ {
17
+ "ddd": 0,
18
+ "ind": 1,
19
+ "ty": 4,
20
+ "nm": "Shape Layer 1",
21
+ "parent": 2,
22
+ "td": 1,
23
+ "sr": 1,
24
+ "ks": {
25
+ "o": { "a": 0, "k": 100, "ix": 11 },
26
+ "r": { "a": 0, "k": 0, "ix": 10 },
27
+ "p": {
28
+ "s": true,
29
+ "x": { "a": 0, "k": 43.125, "ix": 3 },
30
+ "y": { "a": 0, "k": 46, "ix": 4 }
31
+ },
32
+ "a": { "a": 0, "k": [-3.625, -1.75, 0], "ix": 1, "l": 2 },
33
+ "s": { "a": 0, "k": [52, 52, 100], "ix": 6, "l": 2 }
34
+ },
35
+ "ao": 0,
36
+ "shapes": [
37
+ {
38
+ "ty": "gr",
39
+ "it": [
40
+ {
41
+ "ind": 0,
42
+ "ty": "sh",
43
+ "ix": 1,
44
+ "ks": {
45
+ "a": 0,
46
+ "k": {
47
+ "i": [
48
+ [0, 0],
49
+ [5.5, -34],
50
+ [0, 0]
51
+ ],
52
+ "o": [
53
+ [0, 0],
54
+ [23.25, -29.25],
55
+ [0, 0]
56
+ ],
57
+ "v": [
58
+ [-45.25, -3.75],
59
+ [-14.75, 32.25],
60
+ [43.75, -35.75]
61
+ ],
62
+ "c": false
63
+ },
64
+ "ix": 2
65
+ },
66
+ "nm": "Path 1",
67
+ "mn": "ADBE Vector Shape - Group",
68
+ "hd": false
69
+ },
70
+ {
71
+ "ty": "st",
72
+ "c": { "a": 0, "k": [1, 0.068566203117, 0.068566203117, 1], "ix": 3 },
73
+ "o": { "a": 0, "k": 100, "ix": 4 },
74
+ "w": { "a": 0, "k": 14, "ix": 5 },
75
+ "lc": 1,
76
+ "lj": 1,
77
+ "ml": 4,
78
+ "bm": 0,
79
+ "nm": "Stroke 1",
80
+ "mn": "ADBE Vector Graphic - Stroke",
81
+ "hd": false
82
+ },
83
+ {
84
+ "ty": "fl",
85
+ "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 },
86
+ "o": { "a": 0, "k": 100, "ix": 5 },
87
+ "r": 1,
88
+ "bm": 0,
89
+ "nm": "Fill 1",
90
+ "mn": "ADBE Vector Graphic - Fill",
91
+ "hd": false
92
+ },
93
+ {
94
+ "ty": "tr",
95
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
96
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
97
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
98
+ "r": { "a": 0, "k": 0, "ix": 6 },
99
+ "o": { "a": 0, "k": 100, "ix": 7 },
100
+ "sk": { "a": 0, "k": 0, "ix": 4 },
101
+ "sa": { "a": 0, "k": 0, "ix": 5 },
102
+ "nm": "Transform"
103
+ }
104
+ ],
105
+ "nm": "Shape 1",
106
+ "np": 3,
107
+ "cix": 2,
108
+ "bm": 0,
109
+ "ix": 1,
110
+ "mn": "ADBE Vector Group",
111
+ "hd": false
112
+ },
113
+ {
114
+ "ty": "tm",
115
+ "s": { "a": 0, "k": 0, "ix": 1 },
116
+ "e": {
117
+ "a": 1,
118
+ "k": [
119
+ {
120
+ "i": { "x": [0], "y": [1] },
121
+ "o": { "x": [0.333], "y": [0] },
122
+ "t": 6.667,
123
+ "s": [0]
124
+ },
125
+ { "t": 17.5, "s": [100] }
126
+ ],
127
+ "ix": 2
128
+ },
129
+ "o": { "a": 0, "k": 0, "ix": 3 },
130
+ "m": 1,
131
+ "ix": 2,
132
+ "nm": "Trim Paths 1",
133
+ "mn": "ADBE Vector Filter - Trim",
134
+ "hd": false
135
+ }
136
+ ],
137
+ "ip": 0,
138
+ "op": 50,
139
+ "st": 0,
140
+ "ct": 1,
141
+ "bm": 0
142
+ },
143
+ {
144
+ "ddd": 0,
145
+ "ind": 2,
146
+ "ty": 4,
147
+ "nm": "Group 1",
148
+ "parent": 3,
149
+ "tt": 1,
150
+ "tp": 1,
151
+ "sr": 1,
152
+ "ks": {
153
+ "o": { "a": 0, "k": 100, "ix": 11 },
154
+ "r": { "a": 0, "k": 0, "ix": 10 },
155
+ "p": {
156
+ "s": true,
157
+ "x": { "a": 0, "k": 44.861, "ix": 3 },
158
+ "y": { "a": 0, "k": 46.001, "ix": 4 }
159
+ },
160
+ "a": { "a": 0, "k": [44.861, 46.001, 0], "ix": 1, "l": 2 },
161
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 }
162
+ },
163
+ "ao": 0,
164
+ "shapes": [
165
+ {
166
+ "ty": "gr",
167
+ "it": [
168
+ {
169
+ "ind": 0,
170
+ "ty": "sh",
171
+ "ix": 1,
172
+ "ks": {
173
+ "a": 0,
174
+ "k": {
175
+ "i": [
176
+ [0, 0],
177
+ [0, 0],
178
+ [0, 0],
179
+ [7.756, 1.971],
180
+ [0, 0],
181
+ [-1.845, -7.587],
182
+ [0, 0]
183
+ ],
184
+ "o": [
185
+ [0, 0],
186
+ [0, 0],
187
+ [0, -7.775],
188
+ [0, 0],
189
+ [7.784, 1.979],
190
+ [0, 0],
191
+ [0, 0]
192
+ ],
193
+ "v": [
194
+ [22.673, -15.368],
195
+ [-5.811, 17.965],
196
+ [-9.332, 16.667],
197
+ [-22.673, 0.264],
198
+ [-21.688, -3.613],
199
+ [-5.899, 11.911],
200
+ [19.632, -17.965]
201
+ ],
202
+ "c": true
203
+ },
204
+ "ix": 2
205
+ },
206
+ "nm": "Path 1",
207
+ "mn": "ADBE Vector Shape - Group",
208
+ "hd": false
209
+ },
210
+ {
211
+ "ty": "fl",
212
+ "c": {
213
+ "a": 0,
214
+ "k": [0.050980396569, 0.050980396569, 0.050980396569, 1],
215
+ "ix": 4
216
+ },
217
+ "o": { "a": 0, "k": 100, "ix": 5 },
218
+ "r": 1,
219
+ "bm": 0,
220
+ "nm": "Fill 1",
221
+ "mn": "ADBE Vector Graphic - Fill",
222
+ "hd": false
223
+ },
224
+ {
225
+ "ty": "tr",
226
+ "p": { "a": 0, "k": [44.861, 46.001], "ix": 2 },
227
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
228
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
229
+ "r": { "a": 0, "k": 0, "ix": 6 },
230
+ "o": { "a": 0, "k": 100, "ix": 7 },
231
+ "sk": { "a": 0, "k": 0, "ix": 4 },
232
+ "sa": { "a": 0, "k": 0, "ix": 5 },
233
+ "nm": "Transform"
234
+ }
235
+ ],
236
+ "nm": "Group 1",
237
+ "np": 2,
238
+ "cix": 2,
239
+ "bm": 0,
240
+ "ix": 1,
241
+ "mn": "ADBE Vector Group",
242
+ "hd": false
243
+ }
244
+ ],
245
+ "ip": 0,
246
+ "op": 50,
247
+ "st": 0,
248
+ "ct": 1,
249
+ "bm": 0
250
+ },
251
+ {
252
+ "ddd": 0,
253
+ "ind": 3,
254
+ "ty": 4,
255
+ "nm": "Group 2",
256
+ "sr": 1,
257
+ "ks": {
258
+ "o": { "a": 0, "k": 100, "ix": 11 },
259
+ "r": { "a": 0, "k": 0, "ix": 10 },
260
+ "p": {
261
+ "s": true,
262
+ "x": { "a": 0, "k": 50, "ix": 3 },
263
+ "y": { "a": 0, "k": 50, "ix": 4 }
264
+ },
265
+ "a": { "a": 0, "k": [46, 46, 0], "ix": 1, "l": 2 },
266
+ "s": {
267
+ "a": 1,
268
+ "k": [
269
+ {
270
+ "i": { "x": [0, 0, 0.667], "y": [0.996, 0.996, 1] },
271
+ "o": { "x": [0.091, 0.091, 0.333], "y": [0.002, 0.002, 0] },
272
+ "t": 0,
273
+ "s": [0, 0, 100]
274
+ },
275
+ {
276
+ "i": { "x": [0.771, 0.771, 0.667], "y": [0.998, 0.998, 1] },
277
+ "o": { "x": [0.764, 0.764, 0.333], "y": [-0.08, -0.08, 0] },
278
+ "t": 6.667,
279
+ "s": [110, 110, 100]
280
+ },
281
+ { "t": 10.8333333333333, "s": [100, 100, 100] }
282
+ ],
283
+ "ix": 6,
284
+ "l": 2
285
+ }
286
+ },
287
+ "ao": 0,
288
+ "shapes": [
289
+ {
290
+ "ty": "gr",
291
+ "it": [
292
+ {
293
+ "ind": 0,
294
+ "ty": "sh",
295
+ "ix": 1,
296
+ "ks": {
297
+ "a": 0,
298
+ "k": {
299
+ "i": [
300
+ [-23.196, 0],
301
+ [0, -23.196],
302
+ [23.196, 0],
303
+ [0, 23.196]
304
+ ],
305
+ "o": [
306
+ [23.196, 0],
307
+ [0, 23.196],
308
+ [-23.196, 0],
309
+ [0, -23.196]
310
+ ],
311
+ "v": [
312
+ [0, -42],
313
+ [42, 0],
314
+ [0, 42],
315
+ [-42, 0]
316
+ ],
317
+ "c": true
318
+ },
319
+ "ix": 2
320
+ },
321
+ "nm": "Path 1",
322
+ "mn": "ADBE Vector Shape - Group",
323
+ "hd": false
324
+ },
325
+ {
326
+ "ty": "st",
327
+ "c": {
328
+ "a": 0,
329
+ "k": [0.050980396569, 0.050980396569, 0.050980396569, 1],
330
+ "ix": 3
331
+ },
332
+ "o": { "a": 0, "k": 100, "ix": 4 },
333
+ "w": { "a": 0, "k": 4, "ix": 5 },
334
+ "lc": 1,
335
+ "lj": 1,
336
+ "ml": 4,
337
+ "bm": 0,
338
+ "nm": "Stroke 1",
339
+ "mn": "ADBE Vector Graphic - Stroke",
340
+ "hd": false
341
+ },
342
+ {
343
+ "ty": "fl",
344
+ "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 },
345
+ "o": { "a": 0, "k": 100, "ix": 5 },
346
+ "r": 1,
347
+ "bm": 0,
348
+ "nm": "Fill 1",
349
+ "mn": "ADBE Vector Graphic - Fill",
350
+ "hd": false
351
+ },
352
+ {
353
+ "ty": "tr",
354
+ "p": { "a": 0, "k": [46, 46], "ix": 2 },
355
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
356
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
357
+ "r": { "a": 0, "k": 0, "ix": 6 },
358
+ "o": { "a": 0, "k": 100, "ix": 7 },
359
+ "sk": { "a": 0, "k": 0, "ix": 4 },
360
+ "sa": { "a": 0, "k": 0, "ix": 5 },
361
+ "nm": "Transform"
362
+ }
363
+ ],
364
+ "nm": "Group 2",
365
+ "np": 3,
366
+ "cix": 2,
367
+ "bm": 0,
368
+ "ix": 1,
369
+ "mn": "ADBE Vector Group",
370
+ "hd": false
371
+ }
372
+ ],
373
+ "ip": 0,
374
+ "op": 50,
375
+ "st": 0,
376
+ "ct": 1,
377
+ "bm": 0
378
+ }
379
+ ]
380
+ }
381
+ ],
382
+ "layers": [
383
+ {
384
+ "ddd": 0,
385
+ "ind": 1,
386
+ "ty": 0,
387
+ "nm": "tick-leap",
388
+ "refId": "comp_0",
389
+ "sr": 1,
390
+ "ks": {
391
+ "o": { "a": 0, "k": 100, "ix": 11 },
392
+ "r": { "a": 0, "k": 0, "ix": 10 },
393
+ "p": {
394
+ "s": true,
395
+ "x": { "a": 0, "k": 84, "ix": 3 },
396
+ "y": { "a": 0, "k": 16.869, "ix": 4 }
397
+ },
398
+ "a": { "a": 0, "k": [50, 50, 0], "ix": 1, "l": 2 },
399
+ "s": { "a": 0, "k": [26.5, 26.5, 100], "ix": 6, "l": 2 }
400
+ },
401
+ "ao": 0,
402
+ "w": 100,
403
+ "h": 100,
404
+ "ip": 14,
405
+ "op": 35.6666666666667,
406
+ "st": 14,
407
+ "bm": 0
408
+ },
409
+ {
410
+ "ddd": 0,
411
+ "ind": 2,
412
+ "ty": 4,
413
+ "nm": "Shape Layer 1",
414
+ "sr": 1,
415
+ "ks": {
416
+ "o": { "a": 0, "k": 100, "ix": 11 },
417
+ "r": { "a": 0, "k": 0, "ix": 10 },
418
+ "p": { "s": true, "x": { "a": 0, "k": 50, "ix": 3 }, "y": { "a": 0, "k": 50, "ix": 4 } },
419
+ "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 },
420
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 }
421
+ },
422
+ "ao": 0,
423
+ "shapes": [
424
+ {
425
+ "ty": "gr",
426
+ "it": [
427
+ {
428
+ "d": 1,
429
+ "ty": "el",
430
+ "s": { "a": 0, "k": [96, 96], "ix": 2 },
431
+ "p": { "a": 0, "k": [0, 0], "ix": 3 },
432
+ "nm": "Ellipse Path 1",
433
+ "mn": "ADBE Vector Shape - Ellipse",
434
+ "hd": false
435
+ },
436
+ {
437
+ "ty": "st",
438
+ "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 3 },
439
+ "o": { "a": 0, "k": 100, "ix": 4 },
440
+ "w": { "a": 0, "k": 2, "ix": 5 },
441
+ "lc": 1,
442
+ "lj": 1,
443
+ "ml": 4,
444
+ "bm": 0,
445
+ "nm": "Stroke 1",
446
+ "mn": "ADBE Vector Graphic - Stroke",
447
+ "hd": false
448
+ },
449
+ {
450
+ "ty": "tr",
451
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
452
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
453
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
454
+ "r": { "a": 0, "k": 0, "ix": 6 },
455
+ "o": { "a": 0, "k": 100, "ix": 7 },
456
+ "sk": { "a": 0, "k": 0, "ix": 4 },
457
+ "sa": { "a": 0, "k": 0, "ix": 5 },
458
+ "nm": "Transform"
459
+ }
460
+ ],
461
+ "nm": "Ellipse 1",
462
+ "np": 3,
463
+ "cix": 2,
464
+ "bm": 0,
465
+ "ix": 1,
466
+ "mn": "ADBE Vector Group",
467
+ "hd": false
468
+ },
469
+ {
470
+ "ty": "tm",
471
+ "s": { "a": 0, "k": 0, "ix": 1 },
472
+ "e": {
473
+ "a": 1,
474
+ "k": [
475
+ { "i": { "x": [0], "y": [1] }, "o": { "x": [0.333], "y": [0] }, "t": 0, "s": [75] },
476
+ { "t": 11, "s": [100] }
477
+ ],
478
+ "ix": 2
479
+ },
480
+ "o": { "a": 0, "k": 0, "ix": 3 },
481
+ "m": 1,
482
+ "ix": 2,
483
+ "nm": "Trim Paths 1",
484
+ "mn": "ADBE Vector Filter - Trim",
485
+ "hd": false
486
+ }
487
+ ],
488
+ "ip": 0,
489
+ "op": 75,
490
+ "st": 0,
491
+ "ct": 1,
492
+ "bm": 0
493
+ }
494
+ ],
495
+ "markers": [],
496
+ "props": {}
497
+ }
@@ -0,0 +1 @@
1
+ <svg width="992" height="168" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_7903_34003)"><circle cx="222" cy="83" r="222" fill="white" fill-opacity="0.25"/><circle cx="222" cy="83" r="126" fill="white" fill-opacity="0.25"/><circle cx="222" cy="83" r="78" fill="white" fill-opacity="0.25"/></g><defs><clipPath id="clip0_7903_34003"><rect width="992" height="168" fill="white"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg width="800" height="168" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_7763_6637)"><circle cx="126" cy="84" r="222" fill="white" fill-opacity="0.25"/><circle cx="126" cy="84" r="126" fill="white" fill-opacity="0.25"/><circle cx="126" cy="84" r="78" fill="white" fill-opacity="0.25"/></g><defs><clipPath id="clip0_7763_6637"><rect width="800" height="168" fill="white"/></clipPath></defs></svg>
Binary file
@@ -0,0 +1 @@
1
+ <svg width="82" height="12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.8604 0.234145H13.5774V7.17074C13.5774 8.63998 14.0183 9.84787 14.8296 10.6886C15.6409 11.5295 16.8198 12 18.2896 12C19.7594 12 20.9383 11.5295 21.7497 10.6886C22.5609 9.84787 23.0018 8.63998 23.0018 7.17074V0.234145H20.7189V7.17074C20.7189 7.97474 20.5008 8.61058 20.0903 9.04527C19.68 9.4797 19.0739 9.71708 18.2896 9.71708C17.5054 9.71708 16.8992 9.4797 16.489 9.04527C16.0785 8.61058 15.8604 7.97474 15.8604 7.17074V0.234145Z" fill="white"/><path d="M32.7774 0.234145H24.9335V11.7659H32.7774V9.52742H27.2164V6.94713H32.0749V4.70868H27.2164V2.47259H32.7774V0.234145Z" fill="white"/><path d="M37.4086 0.234145H34.6505V11.7659H36.9534L36.9692 4.80157L39.8705 11.7659H42.2501L45.1671 4.7534V11.7659H47.47V0.234145H44.7119L41.0603 9.02149L37.4086 0.234145Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M56.0043 0.234145H53.3036L48.744 11.7659H51.2596L52.3146 9.05292C52.3207 9.05506 52.3279 9.05754 52.3361 9.06032C52.3678 9.0711 52.4144 9.08647 52.4745 9.10489C52.5946 9.14173 52.7684 9.1908 52.9834 9.23986C53.4133 9.33795 54.0087 9.4361 54.67 9.4361C55.3313 9.4361 55.9187 9.33795 56.3407 9.23983C56.5517 9.19076 56.7215 9.14168 56.8386 9.10483C56.8972 9.0864 56.9426 9.07103 56.9734 9.06024C56.9811 9.05758 56.9878 9.05519 56.9936 9.05311L58.0644 11.7659H60.5961L56.0043 0.234145ZM53.2025 6.80531L53.2005 6.80442L54.6541 3.0807L56.1234 6.8047L56.1219 6.80542C56.1045 6.81325 56.0786 6.82451 56.0446 6.83806C55.9766 6.86516 55.8762 6.9014 55.7477 6.93769C55.4905 7.01026 55.1205 7.08293 54.67 7.08293C54.2194 7.08293 53.8454 7.01026 53.5842 6.93766C53.4536 6.90136 53.3512 6.8651 53.2817 6.83798C53.2469 6.82442 53.2203 6.81315 53.2025 6.80531Z" fill="white"/><path d="M69.5382 0.234145H59.5285V2.47259H63.3919V11.7659H65.6748V2.47259H69.5382V0.234145Z" fill="white"/><path d="M73.3431 0.234145H71.0602V11.7659H73.3431V6.94713H78.787V11.7659H81.0699V0.234145H78.787V4.70868H73.3431V0.234145Z" fill="white"/><path d="M9.23891 0.548549C8.04467 -0.01302 6.69979 -0.148137 5.42103 0.165008C4.14228 0.478151 3.00424 1.22128 2.19022 2.27451C1.37621 3.32774 0.933593 4.62975 0.933594 5.97074C0.933594 7.31173 1.37621 8.61374 2.19022 9.66696C3.00424 10.7202 4.14228 11.4633 5.42103 11.7765C6.69979 12.0896 8.04467 11.9545 9.23892 11.3929C10.4332 10.8314 11.4071 9.8761 12.004 8.68119L12.0168 8.65554L9.99288 7.60365L9.97966 7.63013C9.61425 8.36162 9.01812 8.9462 8.28741 9.28979C7.55672 9.63339 6.73394 9.71603 5.95163 9.52446C5.1693 9.33288 4.47287 8.8782 3.97463 8.23354C3.47638 7.58887 3.20537 6.79179 3.20537 5.97074C3.20537 5.14968 3.47638 4.3526 3.97463 3.70793C4.47287 3.06327 5.1693 2.60859 5.95162 2.41701C6.73394 2.22544 7.55672 2.30809 8.28741 2.65168C9.01812 2.99528 9.61425 3.57986 9.97965 4.31134L9.99288 4.33782L12.0168 3.28593L12.004 3.26029C11.4071 2.06537 10.4332 1.11011 9.23891 0.548549Z" fill="white"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="159" height="56" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M29.7202 19.5198C27.8625 18.6463 25.7704 18.4361 23.7813 18.9232C21.7921 19.4103 20.0218 20.5663 18.7555 22.2046C17.4893 23.843 16.8008 25.8683 16.8008 27.9543C16.8008 30.0403 17.4893 32.0657 18.7555 33.704C20.0218 35.3424 21.7921 36.4983 23.7813 36.9855C25.7704 37.4726 27.8625 37.2624 29.7202 36.3888C31.5779 35.5153 33.093 34.0293 34.0215 32.1706L34.0414 32.1307L30.893 30.4944L30.8725 30.5356C30.3041 31.6735 29.3767 32.5828 28.2401 33.1173C27.1034 33.6518 25.8236 33.7803 24.6066 33.4823C23.3897 33.1843 22.3063 32.477 21.5313 31.4742C20.7562 30.4714 20.3347 29.2315 20.3347 27.9543C20.3347 26.6771 20.7562 25.4372 21.5313 24.4344C22.3063 23.4316 23.3897 22.7243 24.6066 22.4263C25.8236 22.1283 27.1034 22.2569 28.2401 22.7913C29.3767 23.3258 30.3041 24.2352 30.8725 25.373L30.893 25.4142L34.0414 23.7779L34.0215 23.7381C33.093 21.8793 31.5779 20.3933 29.7202 19.5198ZM54.2741 19.0307H66.4751V22.5128H57.8255V25.9911H65.3831V29.4732H57.8255V33.487H66.4751V36.969H54.2741V19.0307ZM69.4828 19.0307H73.7732L79.4536 32.7L85.1339 19.0307H89.4243V36.969H85.8419V26.0607L81.3044 36.969H77.6027L73.0896 26.1356L73.0651 36.969H69.4828V19.0307ZM126.353 19.0307H129.904V25.9911H138.316V19.0307H141.867V36.969H138.316V29.4732H129.904V36.969H126.353V19.0307ZM123.915 19.0307H108.344V22.5128H114.354V36.969H117.905V22.5128H123.915V19.0307ZM98.5695 19.0307H102.771L109.913 36.969H105.975L104.309 32.7491C104.3 32.7524 104.29 32.7561 104.278 32.7602C104.23 32.777 104.16 32.8009 104.068 32.8296C103.886 32.8869 103.622 32.9633 103.294 33.0396C102.637 33.1922 101.724 33.3449 100.695 33.3449C99.6662 33.3449 98.7401 33.1922 98.0713 33.0396C97.7369 32.9633 97.4666 32.887 97.2797 32.8297C97.1863 32.801 97.1137 32.7771 97.0644 32.7604L97.0411 32.7524L97.031 32.7488L95.39 36.969H91.4768L98.5695 19.0307ZM98.4091 29.2512L98.4122 29.2526C98.4399 29.2648 98.4813 29.2823 98.5354 29.3034C98.6436 29.3456 98.8028 29.402 99.0059 29.4584C99.4123 29.5714 99.9941 29.6844 100.695 29.6844C101.396 29.6844 101.971 29.5714 102.371 29.4585C102.571 29.402 102.727 29.3457 102.833 29.3035C102.886 29.2824 102.926 29.2649 102.953 29.2527L102.956 29.2516L100.67 23.4587L98.4091 29.2512ZM36.5385 19.0307H40.0897V29.821C40.0897 31.0717 40.4289 32.0608 41.0675 32.7369C41.7057 33.4127 42.6486 33.782 43.8685 33.782C45.0885 33.782 46.0314 33.4127 46.6696 32.7369C47.3082 32.0608 47.6474 31.0717 47.6474 29.821V19.0307H51.1986V29.821C51.1986 32.1065 50.5128 33.9854 49.2509 35.2933C47.9887 36.6013 46.1549 37.3332 43.8685 37.3332C41.5822 37.3332 39.7483 36.6013 38.4862 35.2933C37.2243 33.9854 36.5385 32.1065 36.5385 29.821V19.0307Z" fill="white" fill-opacity="0.38"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="440" height="640" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_206_401" 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_206_401)"><circle cx="220" cy="292" r="188" stroke="#313131"/><circle cx="220" cy="292" r="268" stroke="#313131"/><circle cx="220" cy="292" r="228" stroke="#313131"/><circle cx="220" cy="292" r="308" stroke="#313131"/><circle cx="220" cy="292" r="268" stroke="#313131"/><circle cx="220" cy="292" r="348" stroke="#313131"/><circle cx="220" cy="292" r="388" stroke="#313131"/><circle cx="220" cy="292" r="428" stroke="#313131"/><circle cx="220" cy="292" r="468" stroke="#313131"/><circle cx="220" cy="292" r="508" stroke="#313131"/></g></svg>