@cuemath/leap 3.5.30-gg4 → 3.5.30-j1

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 (271) hide show
  1. package/dist/assets/illustrations/illustrations.js +12 -0
  2. package/dist/assets/illustrations/illustrations.js.map +1 -1
  3. package/dist/assets/images/images.js +8 -0
  4. package/dist/assets/images/images.js.map +1 -1
  5. package/dist/assets/line-icons/icons/carat-right.js +26 -0
  6. package/dist/assets/line-icons/icons/carat-right.js.map +1 -0
  7. package/dist/features/chapters/chapters-list/chapter-item/chapter-circular-progress/chapter-circular-progress.js +3 -3
  8. package/dist/features/chapters/chapters-list/chapter-item/chapter-circular-progress/chapter-circular-progress.js.map +1 -1
  9. package/dist/features/circle-games/game-launcher/comps/carousel/carousel-styled.js +16 -32
  10. package/dist/features/circle-games/game-launcher/comps/carousel/carousel-styled.js.map +1 -1
  11. package/dist/features/circle-games/game-launcher/comps/carousel/carousel.js +88 -87
  12. package/dist/features/circle-games/game-launcher/comps/carousel/carousel.js.map +1 -1
  13. package/dist/features/circle-games/game-launcher/hooks/use-game-launcher-journey/use-game-launcher-journey.js +35 -35
  14. package/dist/features/circle-games/game-launcher/hooks/use-game-launcher-journey/use-game-launcher-journey.js.map +1 -1
  15. package/dist/features/stickers/hooks/use-handle-sticker-send/use-handle-sticker-send.js +0 -1
  16. package/dist/features/stickers/hooks/use-handle-sticker-send/use-handle-sticker-send.js.map +1 -1
  17. package/dist/features/timeline/daily-timeline-styled.js +13 -9
  18. package/dist/features/timeline/daily-timeline-styled.js.map +1 -1
  19. package/dist/features/timeline/daily-timeline-view.js +9 -10
  20. package/dist/features/timeline/daily-timeline-view.js.map +1 -1
  21. package/dist/features/timeline/monthly-report/api/use-monthly-report-get.js +13 -0
  22. package/dist/features/timeline/monthly-report/api/use-monthly-report-get.js.map +1 -0
  23. package/dist/features/timeline/monthly-report/comps/achievements/achievements.js +68 -0
  24. package/dist/features/timeline/monthly-report/comps/achievements/achievements.js.map +1 -0
  25. package/dist/features/timeline/monthly-report/comps/achievements/achievements.styled.js +15 -0
  26. package/dist/features/timeline/monthly-report/comps/achievements/achievements.styled.js.map +1 -0
  27. package/dist/features/timeline/monthly-report/comps/activities/activities-card/activities-card.js +128 -0
  28. package/dist/features/timeline/monthly-report/comps/activities/activities-card/activities-card.js.map +1 -0
  29. package/dist/features/timeline/monthly-report/comps/activities/activities-card/activities-card.styled.js +53 -0
  30. package/dist/features/timeline/monthly-report/comps/activities/activities-card/activities-card.styled.js.map +1 -0
  31. package/dist/features/timeline/monthly-report/comps/activities/activities-card-puzzles/activities-card-puzzles.js +121 -0
  32. package/dist/features/timeline/monthly-report/comps/activities/activities-card-puzzles/activities-card-puzzles.js.map +1 -0
  33. package/dist/features/timeline/monthly-report/comps/activities/activities-card-puzzles/activities-card-puzzles.styled.js +58 -0
  34. package/dist/features/timeline/monthly-report/comps/activities/activities-card-puzzles/activities-card-puzzles.styled.js.map +1 -0
  35. package/dist/features/timeline/monthly-report/comps/activities/activities.js +27 -0
  36. package/dist/features/timeline/monthly-report/comps/activities/activities.js.map +1 -0
  37. package/dist/features/timeline/monthly-report/comps/activities/constants.js +95 -0
  38. package/dist/features/timeline/monthly-report/comps/activities/constants.js.map +1 -0
  39. package/dist/features/timeline/monthly-report/comps/activities/utils.js +15 -0
  40. package/dist/features/timeline/monthly-report/comps/activities/utils.js.map +1 -0
  41. package/dist/features/timeline/monthly-report/comps/attendance/attendance-constants.js +29 -0
  42. package/dist/features/timeline/monthly-report/comps/attendance/attendance-constants.js.map +1 -0
  43. package/dist/features/timeline/monthly-report/comps/attendance/attendance-utils.js +92 -0
  44. package/dist/features/timeline/monthly-report/comps/attendance/attendance-utils.js.map +1 -0
  45. package/dist/features/timeline/monthly-report/comps/attendance/attendance.js +44 -0
  46. package/dist/features/timeline/monthly-report/comps/attendance/attendance.js.map +1 -0
  47. package/dist/features/timeline/monthly-report/comps/attendance/attendance.styled.js +39 -0
  48. package/dist/features/timeline/monthly-report/comps/attendance/attendance.styled.js.map +1 -0
  49. package/dist/features/timeline/monthly-report/comps/attendance/attendence-view.js +52 -0
  50. package/dist/features/timeline/monthly-report/comps/attendance/attendence-view.js.map +1 -0
  51. package/dist/features/timeline/monthly-report/comps/feedback/feedback-styled.js +9 -0
  52. package/dist/features/timeline/monthly-report/comps/feedback/feedback-styled.js.map +1 -0
  53. package/dist/features/timeline/monthly-report/comps/feedback/feedback.js +94 -0
  54. package/dist/features/timeline/monthly-report/comps/feedback/feedback.js.map +1 -0
  55. package/dist/features/timeline/monthly-report/comps/goals/goals-card/goal-chapter-card.js +48 -0
  56. package/dist/features/timeline/monthly-report/comps/goals/goals-card/goal-chapter-card.js.map +1 -0
  57. package/dist/features/timeline/monthly-report/comps/goals/goals-card/goals-card-styled.js +28 -0
  58. package/dist/features/timeline/monthly-report/comps/goals/goals-card/goals-card-styled.js.map +1 -0
  59. package/dist/features/timeline/monthly-report/comps/goals/goals-card/goals-card.js +113 -0
  60. package/dist/features/timeline/monthly-report/comps/goals/goals-card/goals-card.js.map +1 -0
  61. package/dist/features/timeline/monthly-report/comps/goals/goals-constants.js +30 -0
  62. package/dist/features/timeline/monthly-report/comps/goals/goals-constants.js.map +1 -0
  63. package/dist/features/timeline/monthly-report/comps/goals/goals.js +22 -0
  64. package/dist/features/timeline/monthly-report/comps/goals/goals.js.map +1 -0
  65. package/dist/features/timeline/monthly-report/monthly-report-styled.js +14 -0
  66. package/dist/features/timeline/monthly-report/monthly-report-styled.js.map +1 -0
  67. package/dist/features/timeline/monthly-report/monthly-report-types.js +5 -0
  68. package/dist/features/timeline/monthly-report/monthly-report-types.js.map +1 -0
  69. package/dist/features/timeline/monthly-report/monthly-report.js +69 -0
  70. package/dist/features/timeline/monthly-report/monthly-report.js.map +1 -0
  71. package/dist/features/timeline/monthly-timeline/api/use-monthly-timeline-get.js +10 -0
  72. package/dist/features/timeline/monthly-timeline/api/use-monthly-timeline-get.js.map +1 -0
  73. package/dist/features/timeline/monthly-timeline/comps/monthly-card/monthly-card.js +87 -0
  74. package/dist/features/timeline/monthly-timeline/comps/monthly-card/monthly-card.js.map +1 -0
  75. package/dist/features/timeline/monthly-timeline/comps/monthly-card/monthly-card.styled.js +9 -0
  76. package/dist/features/timeline/monthly-timeline/comps/monthly-card/monthly-card.styled.js.map +1 -0
  77. package/dist/features/timeline/monthly-timeline/constants.js +41 -0
  78. package/dist/features/timeline/monthly-timeline/constants.js.map +1 -0
  79. package/dist/features/timeline/monthly-timeline/monthly-timeline-styled.js +13 -0
  80. package/dist/features/timeline/monthly-timeline/monthly-timeline-styled.js.map +1 -0
  81. package/dist/features/timeline/monthly-timeline/monthly-timeline-types.js +6 -0
  82. package/dist/features/timeline/monthly-timeline/monthly-timeline-types.js.map +1 -0
  83. package/dist/features/timeline/monthly-timeline/monthly-timeline-view.js +28 -0
  84. package/dist/features/timeline/monthly-timeline/monthly-timeline-view.js.map +1 -0
  85. package/dist/features/timeline/monthly-timeline/monthly-timeline.js +62 -0
  86. package/dist/features/timeline/monthly-timeline/monthly-timeline.js.map +1 -0
  87. package/dist/features/timeline/ptm-report/api/use-ptm-report-get.js +9 -0
  88. package/dist/features/timeline/ptm-report/api/use-ptm-report-get.js.map +1 -0
  89. package/dist/features/timeline/ptm-report/comps/key-need/key-need-styled.js +9 -0
  90. package/dist/features/timeline/ptm-report/comps/key-need/key-need-styled.js.map +1 -0
  91. package/dist/features/timeline/ptm-report/comps/key-need/key-need.js +35 -0
  92. package/dist/features/timeline/ptm-report/comps/key-need/key-need.js.map +1 -0
  93. package/dist/features/timeline/ptm-report/comps/parent-support/parent-support.js +53 -0
  94. package/dist/features/timeline/ptm-report/comps/parent-support/parent-support.js.map +1 -0
  95. package/dist/features/timeline/ptm-report/comps/real-world-projects/real-world-projects-styled.js +19 -0
  96. package/dist/features/timeline/ptm-report/comps/real-world-projects/real-world-projects-styled.js.map +1 -0
  97. package/dist/features/timeline/ptm-report/comps/real-world-projects/real-world-projects.js +50 -0
  98. package/dist/features/timeline/ptm-report/comps/real-world-projects/real-world-projects.js.map +1 -0
  99. package/dist/features/timeline/ptm-report/comps/report-card/report-card-styled.js +9 -0
  100. package/dist/features/timeline/ptm-report/comps/report-card/report-card-styled.js.map +1 -0
  101. package/dist/features/timeline/ptm-report/comps/report-card/report-card.js +22 -0
  102. package/dist/features/timeline/ptm-report/comps/report-card/report-card.js.map +1 -0
  103. package/dist/features/timeline/ptm-report/comps/school-support/school-support-styled.js +9 -0
  104. package/dist/features/timeline/ptm-report/comps/school-support/school-support-styled.js.map +1 -0
  105. package/dist/features/timeline/ptm-report/comps/school-support/school-support.js +84 -0
  106. package/dist/features/timeline/ptm-report/comps/school-support/school-support.js.map +1 -0
  107. package/dist/features/timeline/ptm-report/comps/strategies/strategies-constant.js +11 -0
  108. package/dist/features/timeline/ptm-report/comps/strategies/strategies-constant.js.map +1 -0
  109. package/dist/features/timeline/ptm-report/comps/strategies/strategies.js +36 -0
  110. package/dist/features/timeline/ptm-report/comps/strategies/strategies.js.map +1 -0
  111. package/dist/features/timeline/ptm-report/comps/strategy-card/strategy-card-styled.js +55 -0
  112. package/dist/features/timeline/ptm-report/comps/strategy-card/strategy-card-styled.js.map +1 -0
  113. package/dist/features/timeline/ptm-report/comps/strategy-card/strategy-card.js +35 -0
  114. package/dist/features/timeline/ptm-report/comps/strategy-card/strategy-card.js.map +1 -0
  115. package/dist/features/timeline/ptm-report/comps/student-info/student-info-styled.js +21 -0
  116. package/dist/features/timeline/ptm-report/comps/student-info/student-info-styled.js.map +1 -0
  117. package/dist/features/timeline/ptm-report/comps/student-info/student-info.js +21 -0
  118. package/dist/features/timeline/ptm-report/comps/student-info/student-info.js.map +1 -0
  119. package/dist/features/timeline/ptm-report/comps/support-card/support-card-styled.js +9 -0
  120. package/dist/features/timeline/ptm-report/comps/support-card/support-card-styled.js.map +1 -0
  121. package/dist/features/timeline/ptm-report/comps/support-card/support-card.js +30 -0
  122. package/dist/features/timeline/ptm-report/comps/support-card/support-card.js.map +1 -0
  123. package/dist/features/timeline/ptm-report/comps/teacher-observations/teacher-observations-constant.js +9 -0
  124. package/dist/features/timeline/ptm-report/comps/teacher-observations/teacher-observations-constant.js.map +1 -0
  125. package/dist/features/timeline/ptm-report/comps/teacher-observations/teacher-observations.js +56 -0
  126. package/dist/features/timeline/ptm-report/comps/teacher-observations/teacher-observations.js.map +1 -0
  127. package/dist/features/timeline/ptm-report/comps/upcoming-chapters/upcoming-chapters.js +15 -0
  128. package/dist/features/timeline/ptm-report/comps/upcoming-chapters/upcoming-chapters.js.map +1 -0
  129. package/dist/features/timeline/ptm-report/ptm-report-constants.js +16 -0
  130. package/dist/features/timeline/ptm-report/ptm-report-constants.js.map +1 -0
  131. package/dist/features/timeline/ptm-report/ptm-report-helpers.js +8 -0
  132. package/dist/features/timeline/ptm-report/ptm-report-helpers.js.map +1 -0
  133. package/dist/features/timeline/ptm-report/ptm-report-styled.js +11 -0
  134. package/dist/features/timeline/ptm-report/ptm-report-styled.js.map +1 -0
  135. package/dist/features/timeline/ptm-report/ptm-report-types.js +5 -0
  136. package/dist/features/timeline/ptm-report/ptm-report-types.js.map +1 -0
  137. package/dist/features/timeline/ptm-report/ptm-report.js +113 -0
  138. package/dist/features/timeline/ptm-report/ptm-report.js.map +1 -0
  139. package/dist/features/timeline/timeline-tabs/timeline-tabs-types.js +5 -0
  140. package/dist/features/timeline/timeline-tabs/timeline-tabs-types.js.map +1 -0
  141. package/dist/features/timeline/timeline-tabs/timeline-tabs.js +42 -0
  142. package/dist/features/timeline/timeline-tabs/timeline-tabs.js.map +1 -0
  143. package/dist/features/timeline/timeline-tabs/timeline-tabs.styled.js +37 -0
  144. package/dist/features/timeline/timeline-tabs/timeline-tabs.styled.js.map +1 -0
  145. package/dist/features/ui/arrow-tooltip/comps/tooltip-body-styled.js.map +1 -1
  146. package/dist/features/ui/arrow-tooltip/comps/tooltip-body.js +11 -11
  147. package/dist/features/ui/arrow-tooltip/comps/tooltip-body.js.map +1 -1
  148. package/dist/features/ui/swipable-carousel/swipable-carousel-styled.js +57 -0
  149. package/dist/features/ui/swipable-carousel/swipable-carousel-styled.js.map +1 -0
  150. package/dist/features/ui/swipable-carousel/swipable-carousel.js +132 -0
  151. package/dist/features/ui/swipable-carousel/swipable-carousel.js.map +1 -0
  152. package/dist/features/ui/swipeable-component/swipeable-component-styled.js.map +1 -0
  153. package/dist/features/ui/swipeable-component/swipeable-component.js +27 -0
  154. package/dist/features/ui/swipeable-component/swipeable-component.js.map +1 -0
  155. package/dist/features/worksheet/user-pointer-pin/hooks/use-user-location.js +20 -21
  156. package/dist/features/worksheet/user-pointer-pin/hooks/use-user-location.js.map +1 -1
  157. package/dist/features/worksheet/user-pointer-pin/user-pin.js +35 -37
  158. package/dist/features/worksheet/user-pointer-pin/user-pin.js.map +1 -1
  159. package/dist/features/worksheet/worksheet/hooks/use-create-imperative-handle.js +132 -132
  160. package/dist/features/worksheet/worksheet/hooks/use-create-imperative-handle.js.map +1 -1
  161. package/dist/features/worksheet/worksheet/hooks/use-get-active-question-id.js +62 -0
  162. package/dist/features/worksheet/worksheet/hooks/use-get-active-question-id.js.map +1 -0
  163. package/dist/features/worksheet/worksheet/hooks/use-time-on-questions.js +19 -24
  164. package/dist/features/worksheet/worksheet/hooks/use-time-on-questions.js.map +1 -1
  165. package/dist/features/worksheet/worksheet/question-tips.js +47 -48
  166. package/dist/features/worksheet/worksheet/question-tips.js.map +1 -1
  167. package/dist/features/worksheet/worksheet/worksheet-action-bar/worksheet-action-bar.js +132 -88
  168. package/dist/features/worksheet/worksheet/worksheet-action-bar/worksheet-action-bar.js.map +1 -1
  169. package/dist/features/worksheet/worksheet/worksheet-blocker/worksheet-blocker.js +55 -44
  170. package/dist/features/worksheet/worksheet/worksheet-blocker/worksheet-blocker.js.map +1 -1
  171. package/dist/features/worksheet/worksheet/worksheet-container.js +87 -0
  172. package/dist/features/worksheet/worksheet/worksheet-container.js.map +1 -0
  173. package/dist/features/worksheet/worksheet/worksheet-helpers.js +112 -109
  174. package/dist/features/worksheet/worksheet/worksheet-helpers.js.map +1 -1
  175. package/dist/features/worksheet/worksheet/worksheet-navigation/worksheet-item-navigation/worksheet-item-navigation.js +27 -25
  176. package/dist/features/worksheet/worksheet/worksheet-navigation/worksheet-item-navigation/worksheet-item-navigation.js.map +1 -1
  177. package/dist/features/worksheet/worksheet/worksheet-navigation/worksheet-item-number/worksheet-item-number.js +47 -47
  178. package/dist/features/worksheet/worksheet/worksheet-navigation/worksheet-item-number/worksheet-item-number.js.map +1 -1
  179. package/dist/features/worksheet/worksheet/worksheet-navigation/worksheet-navigation.js +64 -66
  180. package/dist/features/worksheet/worksheet/worksheet-navigation/worksheet-navigation.js.map +1 -1
  181. package/dist/features/worksheet/worksheet/worksheet-navigation/worksheet-section-navigation/worksheet-section-navigation.js +40 -38
  182. package/dist/features/worksheet/worksheet/worksheet-navigation/worksheet-section-navigation/worksheet-section-navigation.js.map +1 -1
  183. package/dist/features/worksheet/worksheet/worksheet-permissions/error.js.map +1 -1
  184. package/dist/features/worksheet/worksheet/worksheet-question/header/header.js +71 -73
  185. package/dist/features/worksheet/worksheet/worksheet-question/header/header.js.map +1 -1
  186. package/dist/features/worksheet/worksheet/worksheet-question/learnosity-question.js +59 -61
  187. package/dist/features/worksheet/worksheet/worksheet-question/learnosity-question.js.map +1 -1
  188. package/dist/features/worksheet/worksheet/worksheet-question/subjective-review.js +18 -21
  189. package/dist/features/worksheet/worksheet/worksheet-question/subjective-review.js.map +1 -1
  190. package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question.js +272 -269
  191. package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question.js.map +1 -1
  192. package/dist/features/worksheet/worksheet/worksheet-questions-controller/scribble-switch.js +31 -32
  193. package/dist/features/worksheet/worksheet/worksheet-questions-controller/scribble-switch.js.map +1 -1
  194. package/dist/features/worksheet/worksheet/worksheet-questions-controller/use-handler-callbacks.js +149 -147
  195. package/dist/features/worksheet/worksheet/worksheet-questions-controller/use-handler-callbacks.js.map +1 -1
  196. package/dist/features/worksheet/worksheet/worksheet-questions-controller/worksheet-questions-controller.js +223 -212
  197. package/dist/features/worksheet/worksheet/worksheet-questions-controller/worksheet-questions-controller.js.map +1 -1
  198. package/dist/features/worksheet/worksheet/worksheet-questions-summary/worksheet-questions-summary.js +20 -22
  199. package/dist/features/worksheet/worksheet/worksheet-questions-summary/worksheet-questions-summary.js.map +1 -1
  200. package/dist/features/worksheet/worksheet/worksheet-sidebar/question-guide.js +55 -57
  201. package/dist/features/worksheet/worksheet/worksheet-sidebar/question-guide.js.map +1 -1
  202. package/dist/features/worksheet/worksheet/worksheet-sidebar/sidebar.js +42 -47
  203. package/dist/features/worksheet/worksheet/worksheet-sidebar/sidebar.js.map +1 -1
  204. package/dist/features/worksheet/worksheet/worksheet-styled.js +34 -24
  205. package/dist/features/worksheet/worksheet/worksheet-styled.js.map +1 -1
  206. package/dist/features/worksheet/worksheet/worksheet-summary/worksheet-summary.js +12 -16
  207. package/dist/features/worksheet/worksheet/worksheet-summary/worksheet-summary.js.map +1 -1
  208. package/dist/features/worksheet/worksheet/worksheet-summary-controller/worksheet-summary-controller.js +7 -8
  209. package/dist/features/worksheet/worksheet/worksheet-summary-controller/worksheet-summary-controller.js.map +1 -1
  210. package/dist/features/worksheet/worksheet/worksheet-types.js.map +1 -1
  211. package/dist/features/worksheet/worksheet/worksheet.js +441 -203
  212. package/dist/features/worksheet/worksheet/worksheet.js.map +1 -1
  213. package/dist/features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js.map +1 -1
  214. package/dist/features/worksheet/worksheet-preview/worksheet-preview-view.js +1 -1
  215. package/dist/features/worksheet/worksheet-preview/worksheet-preview-view.js.map +1 -1
  216. package/dist/index.d.ts +276 -31
  217. package/dist/index.js +465 -451
  218. package/dist/index.js.map +1 -1
  219. package/dist/static/2021.0683b580.png +0 -0
  220. package/dist/static/2022.d34ad7a5.png +0 -0
  221. package/dist/static/2023.fce87149.png +0 -0
  222. package/dist/static/2024.a275ee85.png +0 -0
  223. package/dist/static/2025.677cc187.png +0 -0
  224. package/dist/static/2026.63763214.png +0 -0
  225. package/dist/static/2027.b82dc039.png +0 -0
  226. package/dist/static/2028.580b8cc0.png +0 -0
  227. package/dist/static/coding-report-icon.91a1e900.svg +1 -0
  228. package/dist/static/elp-icon.d45b457d.svg +1 -0
  229. package/dist/static/empty-reports.fe92faad.svg +1 -0
  230. package/dist/static/english-icon.50c2e005.svg +1 -0
  231. package/dist/static/full-report.00112c74.svg +1 -0
  232. package/dist/static/math-fit-grey.c32f37b3.svg +1 -0
  233. package/dist/static/no-report.4158fad3.svg +1 -0
  234. package/dist/static/ptm-report-icon.5089218f.svg +1 -0
  235. package/dist/static/sat-report-icon.4331be86.svg +1 -0
  236. package/dist/static/science-report-icon.a0014c40.svg +1 -0
  237. package/dist/static/thumps-down.a1192a62.svg +1 -0
  238. package/dist/static/thumps-up.caa35a98.svg +1 -0
  239. package/package.json +3 -4
  240. package/dist/features/circle-games/game-launcher/comps/swipable-component/swipeable-component-styled.js.map +0 -1
  241. package/dist/features/circle-games/game-launcher/comps/swipable-component/swipeable-component.js +0 -26
  242. package/dist/features/circle-games/game-launcher/comps/swipable-component/swipeable-component.js.map +0 -1
  243. package/dist/features/worksheet/worksheet/hooks/use-active-question-observer.js +0 -59
  244. package/dist/features/worksheet/worksheet/hooks/use-active-question-observer.js.map +0 -1
  245. package/dist/features/worksheet/worksheet/hooks/use-worksheet-store.js +0 -13
  246. package/dist/features/worksheet/worksheet/hooks/use-worksheet-store.js.map +0 -1
  247. package/dist/features/worksheet/worksheet/worksheet-blocker/worksheet-blocker-view.js +0 -68
  248. package/dist/features/worksheet/worksheet/worksheet-blocker/worksheet-blocker-view.js.map +0 -1
  249. package/dist/features/worksheet/worksheet/worksheet-calculator/worksheet-calculator.js +0 -17
  250. package/dist/features/worksheet/worksheet/worksheet-calculator/worksheet-calculator.js.map +0 -1
  251. package/dist/features/worksheet/worksheet/worksheet-nudge-banner/worksheet-nudge-banner-styled.js +0 -20
  252. package/dist/features/worksheet/worksheet/worksheet-nudge-banner/worksheet-nudge-banner-styled.js.map +0 -1
  253. package/dist/features/worksheet/worksheet/worksheet-nudge-banner/worksheet-nudge-banner.js +0 -49
  254. package/dist/features/worksheet/worksheet/worksheet-nudge-banner/worksheet-nudge-banner.js.map +0 -1
  255. package/dist/features/worksheet/worksheet/worksheet-provider.js +0 -21
  256. package/dist/features/worksheet/worksheet/worksheet-provider.js.map +0 -1
  257. package/dist/features/worksheet/worksheet/worksheet-questions/worksheet-questions-styled.js +0 -16
  258. package/dist/features/worksheet/worksheet/worksheet-questions/worksheet-questions-styled.js.map +0 -1
  259. package/dist/features/worksheet/worksheet/worksheet-questions/worksheet-questions.js +0 -73
  260. package/dist/features/worksheet/worksheet/worksheet-questions/worksheet-questions.js.map +0 -1
  261. package/dist/features/worksheet/worksheet/worksheet-store.js +0 -301
  262. package/dist/features/worksheet/worksheet/worksheet-store.js.map +0 -1
  263. package/dist/features/worksheet/worksheet/worksheet-view.js +0 -141
  264. package/dist/features/worksheet/worksheet/worksheet-view.js.map +0 -1
  265. package/dist/node_modules/zustand/esm/middleware.js +0 -22
  266. package/dist/node_modules/zustand/esm/middleware.js.map +0 -1
  267. package/dist/node_modules/zustand/esm/react/shallow.js +0 -13
  268. package/dist/node_modules/zustand/esm/react/shallow.js.map +0 -1
  269. package/dist/node_modules/zustand/esm/vanilla/shallow.js +0 -31
  270. package/dist/node_modules/zustand/esm/vanilla/shallow.js.map +0 -1
  271. /package/dist/features/{circle-games/game-launcher/comps/swipable-component → ui/swipeable-component}/swipeable-component-styled.js +0 -0
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1 @@
1
+ <svg width="40" height="40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.23584 20.0001L15.8181 13.8904V26.1097L5.23584 20.0001Z" fill="#DADADA"/><path d="M34.7646 20.0001L24.1824 13.8904V26.1097L34.7646 20.0001Z" fill="#DADADA"/><path d="M20.1426 12.9452H21.6209L19.8572 27.0549H18.3789L20.1426 12.9452Z" fill="#DADADA"/><path d="M5.23584 20.0001L15.8181 13.8904V26.1097L5.23584 20.0001Z" stroke="#0D0D0D" stroke-linejoin="round"/><path d="M34.7646 20.0001L24.1824 13.8904V26.1097L34.7646 20.0001Z" stroke="#0D0D0D" stroke-linejoin="round"/><path d="M20.1426 12.9452H21.6209L19.8572 27.0549H18.3789L20.1426 12.9452Z" stroke="#0D0D0D" stroke-linejoin="round"/><path d="M21.6206 11.4452L21.7808 11.4539C22.1513 11.4937 22.4964 11.6698 22.7456 11.952C22.9646 12.2001 23.0912 12.512 23.1147 12.8368C23.2079 12.7424 23.3143 12.6597 23.4321 12.5916C23.8962 12.3237 24.468 12.3237 24.9321 12.5916L35.5151 18.701C35.979 18.969 36.2641 19.4642 36.2642 19.9998C36.2642 20.5357 35.9783 21.0307 35.5142 21.2987L24.9321 27.409C24.4681 27.6768 23.8961 27.6769 23.4321 27.409C22.9682 27.1411 22.6823 26.6459 22.6821 26.1102V16.5457L21.3452 27.2411C21.2513 27.9916 20.6134 28.5545 19.8569 28.5545H18.3794C17.9492 28.5545 17.5391 28.3702 17.2544 28.0477C17.0355 27.7997 16.908 27.4885 16.8843 27.1639C16.7913 27.2579 16.6854 27.3411 16.5679 27.409C16.1038 27.6768 15.5319 27.6769 15.0679 27.409L4.48584 21.2987C4.02184 21.0307 3.73584 20.5357 3.73584 19.9998C3.73591 19.464 4.0218 18.9689 4.48584 18.701L15.0679 12.5916C15.532 12.3237 16.1038 12.3237 16.5679 12.5916C17.032 12.8596 17.3179 13.3546 17.3179 13.8905V23.4461L18.6538 12.7586L18.6782 12.6209C18.8283 11.9404 19.4338 11.4452 20.1431 11.4452H21.6206ZM8.23486 19.9998L14.3179 23.5106V16.4881L8.23486 19.9998ZM25.6821 23.5106L31.7642 19.9998L25.6821 16.4881V23.5106Z" fill="#DADADA" stroke="#0D0D0D" stroke-linejoin="round"/><path d="M15.1519 15.0451L15.1519 24.9553L6.56787 20.0002L15.1519 15.0451Z" fill="#DADADA" stroke="#0D0D0D" stroke-width="1.33333"/><path d="M24.8486 15.0451L24.8486 24.9553L33.4326 20.0002L24.8486 15.0451Z" fill="#DADADA" stroke="#0D0D0D" stroke-width="1.33333"/><path d="M20.1426 12.9452H21.6209L19.8572 27.0549H18.3789L20.1426 12.9452Z" fill="#0D0D0D"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="40" height="40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M27.1093 19.4809C27.1093 24.3888 23.9263 28.3675 20 28.3675C16.0736 28.3675 12.8906 24.3888 12.8906 19.4809C12.8906 14.5729 16.0736 10.5942 20 10.5942C23.9263 10.5942 27.1093 14.5729 27.1093 19.4809Z" fill="#DADADA"/><path d="M19.9998 21.7867L17.282 23.8139L15.7937 21.7867L13.0273 23.358C13.6759 26.616 16.5511 29.0715 19.9997 29.0715C23.4484 29.0715 26.3235 26.616 26.9721 23.358L24.1414 21.9621L22.6751 23.8139L19.9998 21.7867Z" fill="#DADADA"/><path d="M15.5555 9.38733L24.2964 9.38725L25.2701 9.38724C26.2859 9.38723 27.1094 10.2107 27.1094 11.2265C27.1094 12.2423 26.2859 13.0657 25.2701 13.0658L24.2964 13.0658L15.5555 13.0659L12.8907 11.2265L15.5555 9.38733Z" fill="#DADADA"/><path d="M24.2964 9.38725L15.5555 9.38733L12.8907 11.2265L15.5555 13.0659L24.2964 13.0658M24.2964 9.38725L25.2701 9.38724C26.2859 9.38723 27.1094 10.2107 27.1094 11.2265C27.1094 12.2423 26.2859 13.0657 25.2701 13.0658L24.2964 13.0658M24.2964 9.38725V13.0658M27.1093 19.4809C27.1093 24.3888 23.9263 28.3675 20 28.3675C16.0736 28.3675 12.8906 24.3888 12.8906 19.4809C12.8906 14.5729 16.0736 10.5942 20 10.5942C23.9263 10.5942 27.1093 14.5729 27.1093 19.4809ZM17.282 23.8139L19.9998 21.7867L22.6751 23.8139L24.1414 21.9621L26.9721 23.358C26.3235 26.616 23.4484 29.0715 19.9997 29.0715C16.5511 29.0715 13.6759 26.616 13.0273 23.358L15.7937 21.7867L17.282 23.8139Z" stroke="#0D0D0D" stroke-linecap="square"/><path d="M17.7012 21.0044L20.0088 19.2847L22.3213 21.0367L22.5732 20.7202L23.5762 19.4536L25.0264 20.1685L25.0811 20.1958C25.0982 19.9629 25.1094 19.7247 25.1094 19.481C25.1094 17.7025 24.6372 16.2056 23.9111 15.0659H16.0889C15.3628 16.2056 14.8906 17.7025 14.8906 19.481C14.8906 19.6536 14.8966 19.8235 14.9053 19.9908L16.3525 19.1685L17.7012 21.0044ZM18.4775 25.4175L17.9883 25.7818C18.6368 26.1646 19.328 26.3677 20 26.3677C20.6619 26.3677 21.3414 26.1691 21.9814 25.7974L19.9902 24.2886L18.4775 25.4175ZM29.1094 19.481C29.1094 20.3509 29.0188 21.2143 28.8467 22.0523L29.2334 22.2427L28.9336 23.7486C28.1023 27.9239 24.4209 31.0717 20 31.0718C15.5789 31.0718 11.8967 27.924 11.0654 23.7486L10.7842 22.3326L11.167 22.1148C10.9863 21.2572 10.8906 20.3726 10.8906 19.481C10.8906 17.3011 11.4566 15.1619 12.4678 13.3638L9.37012 11.2261L14.9326 7.38724H25.2705C27.3906 7.38745 29.1092 9.10606 29.1094 11.2261C29.1094 12.336 28.6368 13.3347 27.8838 14.0357C28.6742 15.6837 29.1094 17.567 29.1094 19.481Z" fill="#DADADA" stroke="#0D0D0D" stroke-linecap="square" stroke-linejoin="round"/><path d="M20 11.2612C23.427 11.2612 26.4424 14.7946 26.4424 19.4809C26.4424 24.1672 23.427 27.7006 20 27.7006C16.573 27.7006 13.5576 24.1672 13.5576 19.4809C13.5576 14.7946 16.5729 11.2612 20 11.2612Z" fill="#DADADA" stroke="#0D0D0D" stroke-width="1.33333"/><circle cx="17.3291" cy="15.9055" r="0.888668" fill="#0D0D0D"/><circle cx="22.6699" cy="15.9055" r="0.888668" fill="#0D0D0D"/><path d="M19.2886 16.3135L19.9997 17.2746L20.7104 16.3135L19.2886 16.3135Z" fill="#0D0D0D"/><path d="M19.9998 21.7867L17.282 23.8139L15.7937 21.7867L13.0273 23.358C13.6759 26.616 16.5511 29.0715 19.9997 29.0715C23.4484 29.0715 26.3235 26.616 26.9721 23.358L24.1414 21.9622L22.6751 23.8139L19.9998 21.7867Z" fill="#0D0D0D" stroke="#0D0D0D" stroke-width="1.33333"/><path d="M15.5555 9.38732L24.2964 9.38723L25.2701 9.38722C26.2859 9.38721 27.1094 10.2107 27.1094 11.2265C27.1094 12.2423 26.2859 13.0657 25.2701 13.0657L24.2964 13.0657L15.5555 13.0658L15.2389 12.8473L12.8907 11.2265L15.2389 9.60581L15.5555 9.38732Z" fill="#DADADA"/><path d="M24.2964 9.38723L24.2964 13.0657M12.8907 11.2265L15.2389 9.60581L15.5555 9.38732L25.2701 9.38722C26.2859 9.38721 27.1094 10.2107 27.1094 11.2265V11.2265C27.1094 12.2423 26.2859 13.0657 25.2701 13.0657L15.5555 13.0658L15.2389 12.8473L12.8907 11.2265Z" stroke="#0D0D0D" stroke-width="1.33333" stroke-linecap="square"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="80" height="91" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M27 23H52.5V17H27V23Z" fill="#DADADA"/><path d="M27 23H52.5V17H27V23Z" fill="#DADADA"/><path d="M10.5 80H69V17H52.5V23H27V17H10.5V80Z" fill="#DADADA"/><path d="M52.5 11H27V17H52.5V11Z" fill="#DADADA"/><path d="M37.1176 56.2514V37H42.8824V56.2514H37.1176ZM36.5 62.4364C36.5 60.5523 38.0235 58.9958 40.0824 58.9958C41.9353 58.9958 43.5 60.5523 43.5 62.4364C43.5 64.4435 41.9353 66 40.0824 66C38.0235 66 36.5 64.4435 36.5 62.4364Z" fill="#DADADA"/><path d="M61.665 7C60.1217 3.46875 56.6002 1 52.5 1H27C22.8998 1 19.3783 3.46875 17.835 7H10.5C4.97715 7 0.5 11.4772 0.5 17V80C0.5 85.5229 4.97715 90 10.5 90H69C74.5229 90 79 85.5229 79 80V17C79 11.4772 74.5229 7 69 7H61.665Z" fill="#DADADA"/><path d="M27 23H52.5V17H27V23Z" fill="#DADADA"/><path d="M27 23H52.5V17H27V23Z" fill="#DADADA"/><path d="M10.5 80H69V17H52.5V23H27V17H10.5V80Z" fill="#DADADA"/><path d="M52.5 11H27V17H52.5V11Z" fill="#DADADA"/><path d="M37.1176 56.2514V37H42.8824V56.2514H37.1176ZM36.5 62.4364C36.5 60.5523 38.0235 58.9958 40.0824 58.9958C41.9353 58.9958 43.5 60.5523 43.5 62.4364C43.5 64.4435 41.9353 66 40.0824 66C38.0235 66 36.5 64.4435 36.5 62.4364Z" fill="#DADADA"/><path d="M10.5 17V16.5H10V17H10.5ZM69 17H69.5V16.5H69V17ZM69 80V80.5H69.5V80H69ZM10.5 80H10V80.5H10.5V80ZM27 11V10.5H26.5V11H27ZM52.5 11H53V10.5H52.5V11ZM52.5 23V23.5H53V23H52.5ZM27 23H26.5V23.5H27V23ZM37.1176 56.2514H36.6176C36.6176 56.5276 36.8415 56.7514 37.1176 56.7514V56.2514ZM37.1176 37V36.5C36.8415 36.5 36.6176 36.7239 36.6176 37H37.1176ZM42.8824 37H43.3824C43.3824 36.7239 43.1585 36.5 42.8824 36.5V37ZM42.8824 56.2514V56.7514C43.1585 56.7514 43.3824 56.5276 43.3824 56.2514H42.8824ZM61.665 7L61.2069 7.20024C61.2865 7.38232 61.4663 7.5 61.665 7.5V7ZM17.835 7V7.5C18.0337 7.5 18.2135 7.38232 18.2931 7.20024L17.835 7ZM69 80V79.5H10.5V80V80.5H69V80ZM10.5 80H11V17H10.5H10V80H10.5ZM27 11V11.5H52.5V11V10.5H27V11ZM52.5 23V22.5H27V23V23.5H52.5V23ZM27 17V16.5H10.5V17V17.5H27V17ZM69 17V16.5H52.5V17V17.5H69V17ZM52.5 17H52V23H52.5H53V17H52.5ZM27 23H27.5V17H27H26.5V23H27ZM52.5 11H52V17H52.5H53V11H52.5ZM27 17H27.5V11H27H26.5V17H27ZM27 17V17.5H52.5V17V16.5H27V17ZM37.1176 56.2514H37.6176V37H37.1176H36.6176V56.2514H37.1176ZM37.1176 37V37.5H42.8824V37V36.5H37.1176V37ZM42.8824 37H42.3824V56.2514H42.8824H43.3824V37H42.8824ZM42.8824 56.2514V55.7514H37.1176V56.2514V56.7514H42.8824V56.2514ZM36.5 62.4364H37C37 60.8385 38.2895 59.4958 40.0824 59.4958V58.9958V58.4958C37.7576 58.4958 36 60.266 36 62.4364H36.5ZM40.0824 58.9958V59.4958C41.6578 59.4958 43 60.827 43 62.4364H43.5H44C44 60.2775 42.2128 58.4958 40.0824 58.4958V58.9958ZM43.5 62.4364H43C43 64.1803 41.6464 65.5 40.0824 65.5V66V66.5C42.2242 66.5 44 64.7067 44 62.4364H43.5ZM40.0824 66V65.5C38.301 65.5 37 64.1687 37 62.4364H36.5H36C36 64.7183 37.7461 66.5 40.0824 66.5V66ZM69 17H68.5V80H69H69.5V17H69ZM52.5 1V1.5C56.3942 1.5 59.7401 3.84429 61.2069 7.20024L61.665 7L62.1232 6.79976C60.5032 3.09321 56.8062 0.5 52.5 0.5V1ZM61.665 7V7.5H69V7V6.5H61.665V7ZM69 7V7.5C74.2467 7.5 78.5 11.7533 78.5 17H79H79.5C79.5 11.201 74.799 6.5 69 6.5V7ZM79 17H78.5V80H79H79.5V17H79ZM79 80H78.5C78.5 85.2467 74.2467 89.5 69 89.5V90V90.5C74.799 90.5 79.5 85.799 79.5 80H79ZM69 90V89.5H10.5V90V90.5H69V90ZM10.5 90V89.5C5.25329 89.5 1 85.2467 1 80H0.5H0C0 85.799 4.70101 90.5 10.5 90.5V90ZM0.5 80H1V17H0.5H0V80H0.5ZM0.5 17H1C1 11.7533 5.25329 7.5 10.5 7.5V7V6.5C4.70101 6.5 0 11.201 0 17H0.5ZM10.5 7V7.5H17.835V7V6.5H10.5V7ZM17.835 7L18.2931 7.20024C19.7599 3.84429 23.1058 1.5 27 1.5V1V0.5C22.6938 0.5 18.9968 3.09321 17.3768 6.79976L17.835 7ZM27 1V1.5H52.5V1V0.5H27V1Z" fill="#0D0D0D"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="40" height="40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.20557 12.8039H20.7195V24.3178H9.20557V12.8039Z" fill="#DADADA"/><path d="M19.2808 15.6824H30.7947V27.1963H19.2808V15.6824Z" fill="#DADADA"/><path d="M9.20557 12.8039H20.7195V24.3178H9.20557V12.8039Z" stroke="#0D0D0D"/><path d="M19.2808 15.6824H30.7947V27.1963H19.2808V15.6824Z" stroke="#0D0D0D"/><path d="M22.7192 10.8039V13.6828H32.7944V29.1965H17.2808V26.3176H7.20557V10.8039H22.7192ZM22.7192 25.1965H28.7944V17.6828H22.7192V25.1965ZM11.2056 22.3176H17.2808V14.8039H11.2056V22.3176Z" fill="#DADADA" stroke="#0D0D0D"/><rect x="9.20557" y="12.8039" width="11.5139" height="11.5139" fill="#DADADA" stroke="#0D0D0D" stroke-width="1.33333"/><path d="M15.5381 15.3125L15.5586 15.3633L18.0283 21.4082L18.0752 21.5215H16.8525L16.832 21.4697L16.2051 19.9062H13.6475L13.0117 21.4697L12.9912 21.5215H11.7773L11.8232 21.4082L14.293 15.3633L14.3145 15.3125H15.5381Z" fill="#0D0D0D" stroke="#0D0D0D" stroke-width="0.16394"/><rect x="19.2808" y="15.6824" width="11.5139" height="11.5139" fill="#0D0D0D" stroke="#0D0D0D" stroke-width="1.33333"/><path d="M25.6626 18.4528C26.2245 18.4528 26.6712 18.6341 26.978 18.9352C27.2846 19.2361 27.4457 19.6506 27.4458 20.1061C27.4458 20.6492 27.2248 21.1065 26.8374 21.3922C27.3639 21.698 27.6782 22.2395 27.6782 22.8873C27.6782 23.3905 27.5011 23.8358 27.1763 24.1549C26.8513 24.4741 26.3847 24.6617 25.8179 24.6617H22.9292V18.4528H25.6626Z" fill="#DADADA" stroke="#DADADA" stroke-width="0.16394"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="40" height="40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.75 8.56561H28.7907V28.0119H7.75V8.56561Z" fill="#DADADA"/><path d="M7.75 8.56561H28.7907V11.4347H7.75V8.56561Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M18.2708 16.9713V16.9399H13.0105V16.9713H18.2708Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M18.2708 16.9399H13.0105V16.9713H18.2708V16.9399Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M23.531 16.9399H18.2708V16.9713H23.531V16.9399Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M23.531 16.9713V16.9399H18.2708V16.9713H23.531Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M13.0105 16.9399H7.75033V16.9713H13.0105V16.9399Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M28.7911 16.9713V16.9399H23.531V16.9713H28.7911Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M28.7911 16.9399H23.531V16.9713H28.7911V16.9399Z" fill="#DADADA"/><path d="M13.0105 22.4761H7.75033L7.75 28.0119L13.0105 28.0123V22.4761Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M25.4503 28.3807L24.3174 20.5L31.9364 23.4909L29.8922 25.0321L32.433 28.1882L30.0353 29.9958L27.4945 26.8396L25.4503 28.3807Z" fill="#DADADA"/><path d="M31.9364 23.4909L29.8922 25.0321L32.433 28.1882L30.0353 29.9958L27.4945 26.8396L25.4503 28.3807L24.3174 20.5L31.9364 23.4909Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M25.4503 28.3807L24.3174 20.5L31.9364 23.4909L29.8922 25.0321L32.433 28.1882L30.0353 29.9958L27.4945 26.8396L25.4503 28.3807Z" fill="#DADADA"/><path d="M31.9364 23.4909L29.8922 25.0321L32.433 28.1882L30.0353 29.9958L27.4945 26.8396L25.4503 28.3807L24.3174 20.5L31.9364 23.4909Z" fill="#DADADA"/><path d="M7.75 8.56561V8.31561C7.61193 8.31561 7.5 8.42754 7.5 8.56561H7.75ZM28.7907 8.56561H29.0407C29.0407 8.42754 28.9288 8.31561 28.7907 8.31561V8.56561ZM28.7907 28.0119L28.7908 28.2619C28.9288 28.2619 29.0407 28.15 29.0407 28.012L28.7907 28.0119ZM7.75 28.0119H7.5C7.5 28.15 7.61192 28.2619 7.74998 28.2619L7.75 28.0119ZM7.75 11.4347H7.5V11.4348L7.75 11.4347ZM7.75033 16.9713H7.50033C7.50033 17.1094 7.61225 17.2213 7.75033 17.2213V16.9713ZM28.7911 16.9399H29.0411C29.0411 16.8018 28.9291 16.6899 28.7911 16.6899V16.9399ZM28.7911 22.4761L29.0411 22.4761V22.4761H28.7911ZM13.0105 28.0123L13.0105 28.2623H13.0105V28.0123ZM23.531 28.0123V28.2623H23.531L23.531 28.0123ZM9.70166 9.50932V9.75932H10.2017V9.50932H9.95166H9.70166ZM12.1147 9.50932V9.75932H12.6147V9.50932H12.3647H12.1147ZM14.5274 9.50932V9.75932H15.0274V9.50932H14.7774H14.5274ZM16.941 9.50932V9.75932H17.441V9.50932H17.191H16.941ZM19.354 9.50932V9.75932H19.854V9.50932H19.604H19.354ZM21.7671 9.50932V9.75932H22.2671V9.50932H22.0171H21.7671ZM24.1803 9.50932V9.75932H24.6803V9.50932H24.4303H24.1803ZM26.5932 9.50932V9.75932H27.0932V9.50932H26.8432H26.5932ZM24.4503 29.3807L24.2028 29.4163C24.2154 29.5038 24.2733 29.5781 24.355 29.6118C24.4367 29.6455 24.5302 29.6336 24.6008 29.5803L24.4503 29.3807ZM23.3174 21.5L23.1406 21.3232C23.0849 21.3789 23.0587 21.4576 23.0699 21.5356L23.3174 21.5ZM30.9364 24.4909L31.0869 24.6906C31.1001 24.6806 31.1123 24.6694 31.1233 24.657L30.9364 24.4909ZM28.8922 26.0321L28.7417 25.8324C28.6765 25.8816 28.6394 25.9594 28.6424 26.041C28.6453 26.1225 28.6878 26.1975 28.7563 26.2419L28.8922 26.0321ZM31.433 29.1882L31.5835 29.3878C31.5947 29.3794 31.6052 29.37 31.6149 29.3597L31.433 29.1882ZM29.0353 30.9958L28.8406 31.1525C28.9252 31.2577 29.078 31.2766 29.1858 31.1954L29.0353 30.9958ZM26.4945 27.8396L26.6893 27.6828C26.6046 27.5777 26.4518 27.5587 26.344 27.64L26.4945 27.8396ZM24.3174 20.5L24.4087 20.2673C24.3162 20.231 24.2109 20.2529 24.1406 20.3232L24.3174 20.5ZM32.3174 28.25L32.4993 28.4215C32.5502 28.3675 32.5745 28.2937 32.5656 28.22C32.5567 28.1464 32.5155 28.0805 32.4533 28.0402L32.3174 28.25ZM31.8174 23.5L32.0042 23.6661C32.0583 23.6052 32.0794 23.5218 32.0607 23.4426C32.042 23.3633 31.9858 23.2981 31.9102 23.2679L31.8174 23.5ZM25.4503 28.3807L25.2028 28.4163C25.2154 28.5038 25.2733 28.5781 25.355 28.6118C25.4367 28.6455 25.5302 28.6336 25.6008 28.5803L25.4503 28.3807ZM31.9364 23.4909L32.0869 23.6906C32.1592 23.6361 32.1964 23.5467 32.1841 23.457C32.1719 23.3673 32.1121 23.2913 32.0278 23.2582L31.9364 23.4909ZM29.8922 25.0321L29.7417 24.8324C29.6877 24.8732 29.6524 24.9341 29.6441 25.0013C29.6358 25.0684 29.655 25.1361 29.6975 25.1888L29.8922 25.0321ZM32.433 28.1882L32.5835 28.3878C32.6375 28.3471 32.6727 28.2862 32.6811 28.219C32.6894 28.1519 32.6702 28.0842 32.6277 28.0315L32.433 28.1882ZM30.0353 29.9958L29.8406 30.1525C29.9252 30.2577 30.078 30.2766 30.1858 30.1954L30.0353 29.9958ZM27.4945 26.8396L27.6893 26.6828C27.6046 26.5777 27.4518 26.5587 27.344 26.64L27.4945 26.8396ZM7.75 8.56561V8.81561H28.7907V8.56561V8.31561H7.75V8.56561ZM28.7907 8.56561H28.5407V28.0119H28.7907H29.0407V8.56561H28.7907ZM28.7907 28.0119V27.7619H7.75V28.0119V28.2619H28.7907V28.0119ZM7.75 28.0119H8V8.56561H7.75H7.5V28.0119H7.75ZM28.7907 8.56561H28.5407V11.4347H28.7907H29.0407V8.56561H28.7907ZM28.7907 11.4347V11.1847H7.75V11.4347V11.6847H28.7907V11.4347ZM7.75 11.4347H8V8.56561H7.75H7.5V11.4347H7.75ZM13.0105 11.4351H12.7605V16.9713H13.0105H13.2605V11.4351H13.0105ZM13.0105 16.9713V16.7213H7.75033V16.9713V17.2213H13.0105V16.9713ZM13.0105 11.4351V11.6851H18.2708V11.4351V11.1851H13.0105V11.4351ZM18.2708 11.4351H18.0208V16.9713H18.2708H18.5208V11.4351H18.2708ZM18.2708 16.9713V16.7213H13.0105V16.9713V17.2213H18.2708V16.9713ZM18.2708 11.4351V11.6851H23.531V11.4351V11.1851H18.2708V11.4351ZM23.531 11.4351H23.281V16.9713H23.531H23.781V11.4351H23.531ZM23.531 16.9713V16.7213H18.2708V16.9713V17.2213H23.531V16.9713ZM23.531 11.4351L23.531 11.6851L28.7908 11.6847L28.7907 11.4347L28.7907 11.1847L23.531 11.1851L23.531 11.4351ZM28.7907 11.4347L28.5407 11.4348L28.5411 16.9713L28.7911 16.9713L29.0411 16.9713L29.0407 11.4347L28.7907 11.4347ZM28.7911 16.9713V16.7213H23.531V16.9713V17.2213H28.7911V16.9713ZM7.75033 16.9399V17.1899H13.0105V16.9399V16.6899H7.75033V16.9399ZM13.0105 16.9399H12.7605V22.4761H13.0105H13.2605V16.9399H13.0105ZM13.0105 22.4761V22.2261H7.75033V22.4761V22.7261H13.0105V22.4761ZM7.75033 22.4761H8.00033V16.9399H7.75033H7.50033V22.4761H7.75033ZM13.0105 16.9399V17.1899H18.2708V16.9399V16.6899H13.0105V16.9399ZM18.2708 16.9399H18.0208V22.4761H18.2708H18.5208V16.9399H18.2708ZM18.2708 22.4761V22.2261H13.0105V22.4761V22.7261H18.2708V22.4761ZM18.2708 16.9399V17.1899H23.531V16.9399V16.6899H18.2708V16.9399ZM23.531 16.9399H23.281V22.4761H23.531H23.781V16.9399H23.531ZM23.531 22.4761V22.2261H18.2708V22.4761V22.7261H23.531V22.4761ZM23.531 16.9399V17.1899H28.7911V16.9399V16.6899H23.531V16.9399ZM28.7911 16.9399H28.5411V22.4761H28.7911H29.0411V16.9399H28.7911ZM28.7911 22.4761V22.2261H23.531V22.4761V22.7261H28.7911V22.4761ZM13.0105 22.4761H12.7605V28.0123H13.0105H13.2605V22.4761H13.0105ZM13.0105 28.0123L13.0105 27.7623L7.75002 27.7619L7.75 28.0119L7.74998 28.2619L13.0105 28.2623L13.0105 28.0123ZM7.75 28.0119L8 28.012L8.00033 22.4761L7.75033 22.4761L7.50033 22.4761L7.5 28.0119L7.75 28.0119ZM18.2708 22.4761H18.0208V28.0123H18.2708H18.5208V22.4761H18.2708ZM18.2708 28.0123V27.7623H13.0105V28.0123V28.2623H18.2708V28.0123ZM23.531 22.4761H23.281V28.0123H23.531H23.781V22.4761H23.531ZM23.531 28.0123V27.7623H18.2708V28.0123V28.2623H23.531V28.0123ZM28.7911 22.4761L28.5411 22.4761L28.5407 28.0119L28.7907 28.0119L29.0407 28.012L29.0411 22.4761L28.7911 22.4761ZM28.7907 28.0119L28.7907 27.7619L23.531 27.7623L23.531 28.0123L23.531 28.2623L28.7908 28.2619L28.7907 28.0119ZM13.0105 11.4351L13.0105 11.1851L7.75002 11.1847L7.75 11.4347L7.74998 11.6847L13.0105 11.6851L13.0105 11.4351ZM7.75 11.4347L7.5 11.4348L7.50033 16.9399L7.75033 16.9399L8.00033 16.9398L8 11.4347L7.75 11.4347ZM18.2708 16.9713H18.5208V16.9399H18.2708H18.0208V16.9713H18.2708ZM13.0105 16.9399H12.7605V16.9713H13.0105H13.2605V16.9399H13.0105ZM13.0105 11.4351H12.7605V16.9399H13.0105H13.2605V11.4351H13.0105ZM18.2708 16.9399H18.5208V11.4351H18.2708H18.0208V16.9399H18.2708ZM23.531 16.9713H23.781V16.9399H23.531H23.281V16.9713H23.531ZM28.7911 16.9399H28.5411V16.9713H28.7911H29.0411V16.9399H28.7911ZM7.75033 16.9399H7.50033V16.9713H7.75033H8.00033V16.9399H7.75033ZM13.0105 16.9713H12.7605V22.4761H13.0105H13.2605V16.9713H13.0105ZM18.2708 22.4761H18.5208V16.9713H18.2708H18.0208V22.4761H18.2708ZM28.7911 16.9713H28.5411V22.4761H28.7911H29.0411V16.9713H28.7911ZM23.531 22.4761H23.781V16.9713H23.531H23.281V22.4761H23.531ZM9.95166 7.60901H9.70166V9.50932H9.95166H10.2017V7.60901H9.95166ZM12.3647 7.60901H12.1147V9.50932H12.3647H12.6147V7.60901H12.3647ZM14.7774 7.60901H14.5274V9.50932H14.7774H15.0274V7.60901H14.7774ZM17.191 7.60901H16.941V9.50932H17.191H17.441V7.60901H17.191ZM19.604 7.60901H19.354V9.50932H19.604H19.854V7.60901H19.604ZM22.0171 7.60901H21.7671V9.50932H22.0171H22.2671V7.60901H22.0171ZM24.4303 7.60901H24.1803V9.50932H24.4303H24.6803V7.60901H24.4303ZM26.8432 7.60901H26.5932V9.50932H26.8432H27.0932V7.60901H26.8432ZM30.9364 24.4909L30.7859 24.2913L28.7417 25.8324L28.8922 26.0321L29.0427 26.2317L31.0869 24.6906L30.9364 24.4909ZM31.433 29.1882L31.2825 28.9886L28.8848 30.7961L29.0353 30.9958L29.1858 31.1954L31.5835 29.3878L31.433 29.1882ZM26.4945 27.8396L26.344 27.64L24.2998 29.1811L24.4503 29.3807L24.6008 29.5803L26.645 28.0392L26.4945 27.8396ZM23.3174 21.5L23.0699 21.5356L24.2028 29.4163L24.4503 29.3807L24.6977 29.3451L23.5648 21.4644L23.3174 21.5ZM29.0353 30.9958L29.23 30.839L26.6893 27.6828L26.4945 27.8396L26.2998 27.9964L28.8406 31.1525L29.0353 30.9958ZM23.3174 21.5L23.4942 21.6768L24.4942 20.6768L24.3174 20.5L24.1406 20.3232L23.1406 21.3232L23.3174 21.5ZM28.8922 26.0321L28.7563 26.2419L32.1815 28.4598L32.3174 28.25L32.4533 28.0402L29.0281 25.8222L28.8922 26.0321ZM32.3174 28.25L32.1355 28.0785L31.2511 29.0167L31.433 29.1882L31.6149 29.3597L32.4993 28.4215L32.3174 28.25ZM24.3174 20.5L24.2245 20.7321L31.7245 23.7321L31.8174 23.5L31.9102 23.2679L24.4102 20.2679L24.3174 20.5ZM31.8174 23.5L31.6305 23.3339L30.7496 24.3248L30.9364 24.4909L31.1233 24.657L32.0042 23.6661L31.8174 23.5ZM31.9364 23.4909L31.7859 23.2913L29.7417 24.8324L29.8922 25.0321L30.0427 25.2317L32.0869 23.6906L31.9364 23.4909ZM29.8922 25.0321L29.6975 25.1888L32.2382 28.345L32.433 28.1882L32.6277 28.0315L30.0869 24.8753L29.8922 25.0321ZM32.433 28.1882L32.2825 27.9886L29.8848 29.7961L30.0353 29.9958L30.1858 30.1954L32.5835 28.3878L32.433 28.1882ZM27.4945 26.8396L27.344 26.64L25.2998 28.1811L25.4503 28.3807L25.6008 28.5803L27.645 27.0392L27.4945 26.8396ZM24.3174 20.5L24.0699 20.5356L25.2028 28.4163L25.4503 28.3807L25.6977 28.3451L24.5648 20.4644L24.3174 20.5ZM24.3174 20.5L24.226 20.7327L31.8451 23.7236L31.9364 23.4909L32.0278 23.2582L24.4087 20.2673L24.3174 20.5ZM30.0353 29.9958L30.23 29.839L27.6893 26.6828L27.4945 26.8396L27.2998 26.9964L29.8406 30.1525L30.0353 29.9958Z" fill="#0D0D0D"/><path d="M28.7905 5.81555C30.3093 5.81555 31.5405 7.0468 31.5405 8.56555L31.541 20.3815L32.9414 20.9313C33.8683 21.2952 34.5262 22.1317 34.6611 23.1183C34.7834 24.0122 34.4576 24.9012 33.8042 25.5065L34.5752 26.464C35.042 27.0439 35.2538 27.7882 35.1621 28.527C35.0704 29.2658 34.6828 29.9357 34.0884 30.3839L34.0762 30.3927L33.4341 31.0743C33.3278 31.1871 33.2121 31.2906 33.0884 31.3839L30.6909 33.1915C29.5054 34.0853 27.8241 33.8768 26.8931 32.7203L26.0205 31.6364C25.2549 32.1694 24.2692 32.2803 23.4023 31.923C22.8347 31.689 22.3718 31.2767 22.0728 30.7623L7.75 30.7618C6.23129 30.7617 5 29.5306 5 28.0118V8.56555C5.00003 7.0468 6.23124 5.81555 7.75 5.81555H28.7905Z" fill="#DADADA" stroke="#0D0D0D" stroke-width="0.4" stroke-linejoin="round"/><rect x="7.75049" y="8.56561" width="21.0407" height="19.4463" fill="#DADADA" stroke="#0D0D0D" stroke-width="0.266667"/><rect x="7.75049" y="8.56561" width="21.0407" height="2.86913" fill="#DADADA" stroke="#0D0D0D" stroke-width="0.266667"/><path fill-rule="evenodd" clip-rule="evenodd" d="M18.2709 16.9713V16.9398H13.0107V16.9713H18.2709Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M18.2709 16.9398H13.0107V16.9713H18.2709V16.9398Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M23.5311 16.9398H18.2709V16.9713H23.5311V16.9398Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M23.5311 16.9713V16.9398H18.2709V16.9713H23.5311Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M13.0107 16.9398H7.75049V16.9713H13.0107V16.9398Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M28.7912 16.9713V16.9398H23.5311V16.9713H28.7912Z" fill="black" fill-opacity="0.38"/><path fill-rule="evenodd" clip-rule="evenodd" d="M28.7912 16.9398H23.5311V16.9713H28.7912V16.9398Z" fill="black" fill-opacity="0.38"/><path d="M13.0107 22.476H7.75049V28.0123H13.0107V22.476Z" fill="#DADADA"/><path d="M13.0107 11.4351V16.9713M13.0107 11.4351H18.2709M13.0107 11.4351H7.75049V16.9398M13.0107 11.4351V16.9398M13.0107 16.9713H7.75049V16.9398M13.0107 16.9713H18.2709M13.0107 16.9713V16.9398M13.0107 16.9713V22.476M18.2709 11.4351V16.9713M18.2709 11.4351H23.5311M18.2709 11.4351V16.9398M18.2709 16.9713H23.5311M18.2709 16.9713V16.9398M18.2709 16.9713V22.476M23.5311 11.4351V16.9713M23.5311 11.4351H28.7912V16.9713M23.5311 16.9713H28.7912M23.5311 16.9713V16.9398M23.5311 16.9713V22.476M28.7912 16.9713V16.9398M28.7912 16.9713V22.476M7.75049 16.9398H13.0107M7.75049 16.9398V22.476M13.0107 16.9398V22.476M13.0107 16.9398H18.2709M13.0107 22.476H7.75049M13.0107 22.476H18.2709M13.0107 22.476V28.0123M7.75049 22.476V28.0123H13.0107M18.2709 16.9398V22.476M18.2709 16.9398H23.5311M18.2709 22.476H23.5311M18.2709 22.476V28.0123M23.5311 16.9398V22.476M23.5311 16.9398H28.7912M23.5311 22.476H28.7912M23.5311 22.476V28.0123M28.7912 16.9398V22.476M28.7912 22.476V28.0123H23.5311M13.0107 28.0123H18.2709M18.2709 28.0123H23.5311" stroke="#0D0D0D" stroke-width="0.266667"/><path d="M9.95166 7.60901V9.50932M12.3647 7.60901V9.50932M14.7774 7.60901V9.50932M17.191 7.60901V9.50932M19.604 7.60901V9.50932M22.0171 7.60901V9.50932M24.4303 7.60901V9.50932M26.8432 7.60901V9.50932" stroke="#0D0D0D" stroke-width="0.266667" stroke-linecap="square"/><path fill-rule="evenodd" clip-rule="evenodd" d="M24.4503 29.3807L23.3174 21.5L24.3174 20.5L31.8174 23.5L30.9364 24.4909L28.8922 26.0321L32.3174 28.25L31.433 29.1882L29.0353 30.9958L26.4945 27.8396L24.4503 29.3807Z" fill="#0D0D0D"/><path d="M30.9364 24.4909L28.8922 26.0321L32.3174 28.25L31.433 29.1882L29.0353 30.9958L26.4945 27.8396L24.4503 29.3807L23.3174 21.5L24.3174 20.5L31.8174 23.5L30.9364 24.4909Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M24.4503 29.3807L23.3174 21.5L24.3174 20.5L31.8174 23.5L30.9364 24.4909L28.8922 26.0321L32.3174 28.25L31.433 29.1882L29.0353 30.9958L26.4945 27.8396L24.4503 29.3807Z" fill="#0D0D0D"/><path d="M30.9364 24.4909L28.8922 26.0321L32.3174 28.25L31.433 29.1882L29.0353 30.9958L26.4945 27.8396L24.4503 29.3807L23.3174 21.5L24.3174 20.5L31.8174 23.5L30.9364 24.4909Z" fill="#0D0D0D"/><path d="M24.4503 29.3807L24.2523 29.4092C24.2624 29.4792 24.3087 29.5387 24.374 29.5656C24.4394 29.5926 24.5142 29.583 24.5707 29.5404L24.4503 29.3807ZM23.3174 21.5L23.176 21.3586C23.1314 21.4031 23.1105 21.4661 23.1194 21.5285L23.3174 21.5ZM30.9364 24.4909L31.0568 24.6506C31.0674 24.6427 31.0771 24.6337 31.0859 24.6238L30.9364 24.4909ZM28.8922 26.0321L28.7718 25.8724C28.7197 25.9117 28.69 25.9739 28.6923 26.0392C28.6947 26.1044 28.7287 26.1644 28.7835 26.1999L28.8922 26.0321ZM31.433 29.1882L31.5534 29.3479C31.5624 29.3411 31.5708 29.3336 31.5785 29.3254L31.433 29.1882ZM29.0353 30.9958L28.8795 31.1212C28.9472 31.2053 29.0695 31.2205 29.1557 31.1555L29.0353 30.9958ZM26.4945 27.8396L26.6503 27.7142C26.5826 27.6301 26.4604 27.6149 26.3741 27.6799L26.4945 27.8396ZM24.3174 20.5L24.3917 20.3143L24.2692 20.2653L24.176 20.3586L24.3174 20.5ZM32.3174 28.25L32.4629 28.3872L32.6275 28.2126L32.4261 28.0821L32.3174 28.25ZM31.8174 23.5L31.9669 23.6329L32.1561 23.4201L31.8917 23.3143L31.8174 23.5ZM30.9364 24.4909L30.816 24.3312L28.7718 25.8724L28.8922 26.0321L29.0126 26.1918L31.0568 24.6506L30.9364 24.4909ZM31.433 29.1882L31.3126 29.0285L28.9149 30.8361L29.0353 30.9958L29.1557 31.1555L31.5534 29.3479L31.433 29.1882ZM26.4945 27.8396L26.3741 27.6799L24.3299 29.221L24.4503 29.3807L24.5707 29.5404L26.6149 27.9993L26.4945 27.8396ZM23.3174 21.5L23.1194 21.5285L24.2523 29.4092L24.4503 29.3807L24.6482 29.3522L23.5153 21.4715L23.3174 21.5ZM29.0353 30.9958L29.1911 30.8703L26.6503 27.7142L26.4945 27.8396L26.3387 27.965L28.8795 31.1212L29.0353 30.9958ZM23.3174 21.5L23.4588 21.6414L24.4588 20.6414L24.3174 20.5L24.176 20.3586L23.176 21.3586L23.3174 21.5ZM28.8922 26.0321L28.7835 26.1999L32.2087 28.4179L32.3174 28.25L32.4261 28.0821L29.0009 25.8642L28.8922 26.0321ZM32.3174 28.25L32.1718 28.1128L31.2875 29.051L31.433 29.1882L31.5785 29.3254L32.4629 28.3872L32.3174 28.25ZM24.3174 20.5L24.2431 20.6857L31.7431 23.6857L31.8174 23.5L31.8917 23.3143L24.3917 20.3143L24.3174 20.5ZM31.8174 23.5L31.6679 23.3671L30.787 24.358L30.9364 24.4909L31.0859 24.6238L31.9669 23.6329L31.8174 23.5Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M25.4503 28.3807L24.3174 20.5L31.9364 23.4909L29.8922 25.0321L32.433 28.1882L30.0353 29.9958L27.4945 26.8396L25.4503 28.3807Z" fill="#0D0D0D"/><path d="M31.9364 23.4909L29.8922 25.0321L32.433 28.1882L30.0353 29.9958L27.4945 26.8396L25.4503 28.3807L24.3174 20.5L31.9364 23.4909Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M25.4503 28.3807L24.3174 20.5L31.9364 23.4909L29.8922 25.0321L32.433 28.1882L30.0353 29.9958L27.4945 26.8396L25.4503 28.3807Z" fill="#0D0D0D"/><path d="M31.9364 23.4909L29.8922 25.0321L32.433 28.1882L30.0353 29.9958L27.4945 26.8396L25.4503 28.3807L24.3174 20.5L31.9364 23.4909Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M25.4503 28.3807L24.3174 20.5L31.9364 23.4909L29.8922 25.0321L32.433 28.1882L30.0353 29.9958L27.4945 26.8396L25.4503 28.3807Z" stroke="#0D0D0D" stroke-width="0.4" stroke-linejoin="round"/><path d="M31.9364 23.4909L29.8922 25.0321L32.433 28.1882L30.0353 29.9958L27.4945 26.8396L25.4503 28.3807L24.3174 20.5L31.9364 23.4909Z" stroke="#0D0D0D" stroke-width="0.4" stroke-linejoin="round"/><path fill-rule="evenodd" clip-rule="evenodd" d="M25.4503 28.3807L24.3174 20.5L31.9364 23.4909L29.8922 25.0321L32.433 28.1882L30.0353 29.9958L27.4945 26.8396L25.4503 28.3807Z" stroke="#0D0D0D" stroke-width="0.4" stroke-linejoin="round"/><path d="M31.9364 23.4909L29.8922 25.0321L32.433 28.1882L30.0353 29.9958L27.4945 26.8396L25.4503 28.3807L24.3174 20.5L31.9364 23.4909Z" stroke="#0D0D0D" stroke-width="0.4" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="40" height="40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.81348 10.638H20.938V23.7626H7.81348V10.638Z" fill="#DADADA"/><path d="M32.1878 21.8623C32.1878 26.0043 28.8301 29.3621 24.6881 29.3621C20.5461 29.3621 17.1883 26.0043 17.1883 21.8623C17.1883 17.7203 20.5461 14.3626 24.6881 14.3626C28.8301 14.3626 32.1878 17.7203 32.1878 21.8623Z" fill="#DADADA"/><path d="M7.81348 10.638H20.938V23.7626H7.81348V10.638Z" stroke="#0D0D0D" stroke-width="0.5" stroke-linejoin="round"/><path d="M32.1878 21.8623C32.1878 26.0043 28.8301 29.3621 24.6881 29.3621C20.5461 29.3621 17.1883 26.0043 17.1883 21.8623C17.1883 17.7203 20.5461 14.3626 24.6881 14.3626C28.8301 14.3626 32.1878 17.7203 32.1878 21.8623Z" stroke="#0D0D0D" stroke-width="0.5" stroke-linejoin="round"/><path d="M29.375 21.8624C29.375 19.2736 27.2761 17.1752 24.6873 17.1752C24.3662 17.1752 24.0526 17.2071 23.7497 17.2686V23.7624C23.7497 24.7038 23.2866 25.5365 22.5764 26.0469C23.2109 26.3677 23.9277 26.5495 24.6873 26.5495C27.2761 26.5495 29.375 24.4511 29.375 21.8624ZM10.6253 20.95H14.416C14.6641 18.1197 16.0547 15.6173 18.1249 13.9075V13.4504H10.6253V20.95ZM34.9998 21.8624C34.9998 27.5576 30.3826 32.1744 24.6873 32.1744C20.6901 32.1743 17.2244 29.9 15.513 26.5748H7.81289C6.25965 26.5748 5.00049 25.3157 5.00049 23.7624V10.638C5.00049 9.08478 6.25965 7.82562 7.81289 7.82562H20.9373C22.4905 7.82562 23.7497 9.08478 23.7497 10.638V11.5927C24.0585 11.5649 24.3712 11.5504 24.6873 11.5504C30.3826 11.5504 34.9998 16.1671 34.9998 21.8624Z" fill="#DADADA" stroke="#0D0D0D" stroke-width="0.5" stroke-linejoin="round"/><path d="M7.81348 10.638H20.938V23.7626H7.81348V10.638Z" fill="#0D0D0D" stroke="#0D0D0D" stroke-width="1.33333"/><circle cx="24.6872" cy="21.8623" r="7.49975" fill="#DADADA" stroke="#0D0D0D" stroke-width="1.33333"/><path d="M20.9121 20.2309L20.9321 18.6749L28.5255 18.7727L28.5055 20.3286L27.1351 20.311L27.0983 22.8876C27.0946 23.1753 27.2293 23.4517 27.531 23.4555C27.6316 23.4568 27.7578 23.4192 27.897 23.3556L28.4187 24.827C27.9767 24.9783 27.5861 25.0386 27.2341 25.0341C26.0775 25.0192 25.4463 24.2395 25.4607 23.115L25.5008 20.2899L23.8665 20.2689L23.804 24.833L22.1697 24.812L22.2321 20.2479L20.9121 20.2309Z" fill="#0D0D0D"/><path d="M10.4404 18.0046V15.9047H13.1403V13.2048H15.2403V15.9047H17.9402V18.0046H15.2403V20.7046H13.1403V18.0046H10.4404Z" fill="#DADADA"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="40" height="40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.8333 12.3333H24.3333V10.3333H15.8333V12.3333Z" fill="#DADADA"/><path d="M15.8333 12.3333H24.3333V10.3333H15.8333V12.3333Z" fill="#DADADA"/><path d="M10.3333 31.3333H29.8333V10.3333H24.3333V12.3333H15.8333V10.3333H10.3333V31.3333Z" fill="#DADADA"/><path d="M24.3333 8.33333H15.8333V10.3333H24.3333V8.33333Z" fill="#DADADA"/><path d="M19.2059 23.4171V17H21.1274V23.4171H19.2059ZM19 25.4788C19 24.8508 19.5078 24.3319 20.1941 24.3319C20.8118 24.3319 21.3333 24.8508 21.3333 25.4788C21.3333 26.1478 20.8118 26.6667 20.1941 26.6667C19.5078 26.6667 19 26.1478 19 25.4788Z" fill="#DADADA"/><path d="M27.3883 7C26.8739 5.82292 25.7001 5 24.3333 5H15.8333C14.4666 5 13.2928 5.82292 12.7783 7H10.3333C8.49238 7 7 8.49238 7 10.3333V31.3333C7 33.1743 8.49238 34.6667 10.3333 34.6667H29.8333C31.6743 34.6667 33.1667 33.1743 33.1667 31.3333V10.3333C33.1667 8.49238 31.6743 7 29.8333 7H27.3883Z" fill="#DADADA"/><path d="M15.8333 12.3333H24.3333V10.3333H15.8333V12.3333Z" fill="#DADADA"/><path d="M15.8333 12.3333H24.3333V10.3333H15.8333V12.3333Z" fill="#DADADA"/><path d="M10.3333 31.3333H29.8333V10.3333H24.3333V12.3333H15.8333V10.3333H10.3333V31.3333Z" fill="#DADADA"/><path d="M24.3333 8.33333H15.8333V10.3333H24.3333V8.33333Z" fill="#DADADA"/><path d="M19.2059 23.4171V17H21.1274V23.4171H19.2059ZM19 25.4788C19 24.8508 19.5078 24.3319 20.1941 24.3319C20.8118 24.3319 21.3333 24.8508 21.3333 25.4788C21.3333 26.1478 20.8118 26.6667 20.1941 26.6667C19.5078 26.6667 19 26.1478 19 25.4788Z" fill="#DADADA"/><path d="M10.3333 10.3333V10.1667H10.1667V10.3333H10.3333ZM29.8333 10.3333H30V10.1667H29.8333V10.3333ZM29.8333 31.3333V31.5H30V31.3333H29.8333ZM10.3333 31.3333H10.1667V31.5H10.3333V31.3333ZM15.8333 8.33333V8.16667H15.6667V8.33333H15.8333ZM24.3333 8.33333H24.5V8.16667H24.3333V8.33333ZM24.3333 12.3333V12.5H24.5V12.3333H24.3333ZM15.8333 12.3333H15.6667V12.5H15.8333V12.3333ZM19.2059 23.4171H19.0392C19.0392 23.5092 19.1138 23.5838 19.2059 23.5838V23.4171ZM19.2059 17V16.8333C19.1138 16.8333 19.0392 16.908 19.0392 17H19.2059ZM21.1274 17H21.2941C21.2941 16.908 21.2195 16.8333 21.1274 16.8333V17ZM21.1274 23.4171V23.5838C21.2195 23.5838 21.2941 23.5092 21.2941 23.4171H21.1274ZM27.3883 7L27.2356 7.06675C27.2622 7.12744 27.3221 7.16667 27.3883 7.16667V7ZM12.7783 7V7.16667C12.8446 7.16667 12.9045 7.12744 12.931 7.06675L12.7783 7ZM29.8333 31.3333V31.1667H10.3333V31.3333V31.5H29.8333V31.3333ZM10.3333 31.3333H10.5V10.3333H10.3333H10.1667V31.3333H10.3333ZM15.8333 8.33333V8.5H24.3333V8.33333V8.16667H15.8333V8.33333ZM24.3333 12.3333V12.1667H15.8333V12.3333V12.5H24.3333V12.3333ZM15.8333 10.3333V10.1667H10.3333V10.3333V10.5H15.8333V10.3333ZM29.8333 10.3333V10.1667H24.3333V10.3333V10.5H29.8333V10.3333ZM24.3333 10.3333H24.1667V12.3333H24.3333H24.5V10.3333H24.3333ZM15.8333 12.3333H16V10.3333H15.8333H15.6667V12.3333H15.8333ZM24.3333 8.33333H24.1667V10.3333H24.3333H24.5V8.33333H24.3333ZM15.8333 10.3333H16V8.33333H15.8333H15.6667V10.3333H15.8333ZM15.8333 10.3333V10.5H24.3333V10.3333V10.1667H15.8333V10.3333ZM19.2059 23.4171H19.3725V17H19.2059H19.0392V23.4171H19.2059ZM19.2059 17V17.1667H21.1274V17V16.8333H19.2059V17ZM21.1274 17H20.9608V23.4171H21.1274H21.2941V17H21.1274ZM21.1274 23.4171V23.2505H19.2059V23.4171V23.5838H21.1274V23.4171ZM19 25.4788H19.1667C19.1667 24.9462 19.5965 24.4986 20.1941 24.4986V24.3319V24.1653C19.4192 24.1653 18.8333 24.7553 18.8333 25.4788H19ZM20.1941 24.3319V24.4986C20.7192 24.4986 21.1667 24.9423 21.1667 25.4788H21.3333H21.5C21.5 24.7592 20.9043 24.1653 20.1941 24.1653V24.3319ZM21.3333 25.4788H21.1667C21.1667 26.0601 20.7155 26.5 20.1941 26.5V26.6667V26.8333C20.9081 26.8333 21.5 26.2356 21.5 25.4788H21.3333ZM20.1941 26.6667V26.5C19.6003 26.5 19.1667 26.0562 19.1667 25.4788H19H18.8333C18.8333 26.2394 19.4154 26.8333 20.1941 26.8333V26.6667ZM29.8333 10.3333H29.6667V31.3333H29.8333H30V10.3333H29.8333ZM24.3333 5V5.16667C25.6314 5.16667 26.7467 5.9481 27.2356 7.06675L27.3883 7L27.5411 6.93325C27.0011 5.69774 25.7687 4.83333 24.3333 4.83333V5ZM27.3883 7V7.16667H29.8333V7V6.83333H27.3883V7ZM29.8333 7V7.16667C31.5822 7.16667 33 8.58443 33 10.3333H33.1667H33.3333C33.3333 8.40034 31.7663 6.83333 29.8333 6.83333V7ZM33.1667 10.3333H33V31.3333H33.1667H33.3333V10.3333H33.1667ZM33.1667 31.3333H33C33 33.0822 31.5822 34.5 29.8333 34.5V34.6667V34.8333C31.7663 34.8333 33.3333 33.2663 33.3333 31.3333H33.1667ZM29.8333 34.6667V34.5H10.3333V34.6667V34.8333H29.8333V34.6667ZM10.3333 34.6667V34.5C8.58443 34.5 7.16667 33.0822 7.16667 31.3333H7H6.83333C6.83333 33.2663 8.40034 34.8333 10.3333 34.8333V34.6667ZM7 31.3333H7.16667V10.3333H7H6.83333V31.3333H7ZM7 10.3333H7.16667C7.16667 8.58443 8.58443 7.16667 10.3333 7.16667V7V6.83333C8.40034 6.83333 6.83333 8.40034 6.83333 10.3333H7ZM10.3333 7V7.16667H12.7783V7V6.83333H10.3333V7ZM12.7783 7L12.931 7.06675C13.42 5.9481 14.5353 5.16667 15.8333 5.16667V5V4.83333C14.3979 4.83333 13.1656 5.69774 12.6256 6.93325L12.7783 7ZM15.8333 5V5.16667H24.3333V5V4.83333H15.8333V5Z" fill="#0D0D0D"/><circle cx="20.0003" cy="21.6666" r="5.33333" fill="#0D0D0D"/><path d="M19.1765 23.0895V18H20.8235V23.0895H19.1765ZM19 24.7246C19 24.2265 19.4353 23.815 20.0235 23.815C20.5529 23.815 21 24.2265 21 24.7246C21 25.2552 20.5529 25.6667 20.0235 25.6667C19.4353 25.6667 19 25.2552 19 24.7246Z" fill="#DADADA"/><path d="M19.1765 23.0895V18H20.8235V23.0895H19.1765ZM19 24.7246C19 24.2265 19.4353 23.815 20.0235 23.815C20.5529 23.815 21 24.2265 21 24.7246C21 25.2552 20.5529 25.6667 20.0235 25.6667C19.4353 25.6667 19 25.2552 19 24.7246Z" fill="#DADADA"/><path d="M19.1765 23.0895V18H20.8235V23.0895H19.1765ZM19 24.7246C19 24.2265 19.4353 23.815 20.0235 23.815C20.5529 23.815 21 24.2265 21 24.7246C21 25.2552 20.5529 25.6667 20.0235 25.6667C19.4353 25.6667 19 25.2552 19 24.7246Z" stroke="#0D0D0D" stroke-width="0.333333" stroke-linejoin="round"/><path d="M19.1765 23.0895V18H20.8235V23.0895H19.1765ZM19 24.7246C19 24.2265 19.4353 23.815 20.0235 23.815C20.5529 23.815 21 24.2265 21 24.7246C21 25.2552 20.5529 25.6667 20.0235 25.6667C19.4353 25.6667 19 25.2552 19 24.7246Z" stroke="#0D0D0D" stroke-width="0.333333" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="40" height="40" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.19922 11.1334C5.19922 10.3233 5.85587 9.66669 6.66588 9.66669H23.5836C24.3937 9.66669 25.0503 10.3233 25.0503 11.1334V12.0951C25.0503 12.7579 25.5876 13.2951 26.2503 13.2951H33.6573C34.4673 13.2951 35.1239 13.9518 35.1239 14.7618V27.1649C35.1239 27.7765 34.6281 28.2722 34.0166 28.2722C33.5523 28.2722 33.1759 28.6486 33.1759 29.1129V31.5529C33.1759 32.853 31.6095 33.5103 30.6817 32.5994L26.6243 28.616C26.3999 28.3957 26.0981 28.2722 25.7836 28.2722H16.7395C15.9295 28.2722 15.2728 27.6156 15.2728 26.8056V25.5126C15.2728 25.0328 14.8839 24.6438 14.4041 24.6438C14.1764 24.6438 13.9579 24.7332 13.7955 24.8926L9.64145 28.971C8.71369 29.8819 7.14727 29.2246 7.14727 27.9244V25.4845C7.14727 25.0202 6.77088 24.6438 6.30658 24.6438C5.695 24.6438 5.19922 24.148 5.19922 23.5364V11.1334Z" fill="#DADADA" stroke="#0D0D0D" stroke-width="0.266667"/><path d="M22.9184 11.8H7.33398V22.5105H9.28204V26.3357L13.1781 22.5105H22.9184V11.8Z" fill="#0D0D0D" stroke="#0D0D0D" stroke-width="0.366667"/><rect x="11.2363" y="16.3832" width="1.54419" height="1.54419" fill="#DADADA"/><rect x="14.3535" y="16.3832" width="1.54419" height="1.54419" fill="#DADADA"/><rect x="17.4707" y="16.3832" width="1.54419" height="1.54419" fill="#DADADA"/><path d="M17.4078 15.4285H32.9922V26.1389H31.0441V29.9641L27.148 26.1389H17.4078V15.4285Z" fill="#DADADA" stroke="#0D0D0D" stroke-width="0.293333"/><rect x="21.3105" y="20.0116" width="1.54419" height="1.54419" fill="black"/><rect x="24.4277" y="20.0116" width="1.54419" height="1.54419" fill="black"/><rect x="27.5439" y="20.0116" width="1.54419" height="1.54419" fill="black"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="40" height="40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 8C13.3726 8 8 13.3726 8 20C8 24.2205 10.1789 27.9322 13.4731 30.0714C15.3518 31.2914 17.5931 32 20 32C22.4077 32 24.6498 31.2909 26.5288 30.0702C29.822 27.9307 32 24.2197 32 20C32 13.3726 26.6274 8 20 8Z" fill="#DADADA" stroke="#0D0D0D" stroke-linecap="round" stroke-linejoin="round"/><path d="M20 11C15.0294 11 11 15.0294 11 20C11 23.1654 12.6342 25.9491 15.1049 27.5536C16.5138 28.4686 18.1948 29 20 29C21.8058 29 23.4874 28.4682 24.8966 27.5526C27.3665 25.948 29 23.1648 29 20C29 15.0294 24.9706 11 20 11Z" fill="#DADADA" stroke="#0D0D0D" stroke-linecap="round" stroke-linejoin="round"/><path d="M21.1631 17.9648L21.2803 18.2373L21.5762 18.2646L24.5039 18.5361L22.2949 20.4775L22.0723 20.6729L22.1367 20.9629L22.7832 23.8301L20.2549 22.3301L20 22.1787L19.7451 22.3301L17.2158 23.8301L17.8633 20.9629L17.9277 20.6729L17.7051 20.4775L15.4951 18.5361L18.4238 18.2646L18.7197 18.2373L18.8369 17.9648L20 15.2637L21.1631 17.9648Z" fill="#0D0D0D" stroke="#0D0D0D"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="40" height="40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.3081 9.30737C22.8945 9.30737 25.2536 10.3021 27.0151 11.9265C27.0843 11.9903 27.1519 12.0561 27.2192 12.1218C28.2088 11.7502 29.1156 11.4657 29.895 11.2937C30.4907 11.1623 31.1337 11.0681 31.7329 11.1072C32.1952 11.1373 33.2176 11.2886 33.856 12.1951L33.978 12.3865L34.0649 12.5496C34.4595 13.3679 34.2812 14.1649 34.1186 14.6082C33.9366 15.1045 33.6404 15.5484 33.3579 15.9099C32.7804 16.649 31.931 17.4561 30.9468 18.2732C30.7085 18.471 30.457 18.6721 30.1948 18.8777C30.2684 21.2865 29.4592 23.6876 27.896 25.5535C26.084 27.7161 23.3561 29.0974 20.3081 29.0974C18.399 29.0973 16.6163 28.5541 15.105 27.6179C14.7348 27.7687 14.3778 27.9105 14.0337 28.0378C12.8339 28.4817 11.7105 28.8135 10.7817 28.9441C10.3273 29.008 9.79482 29.0424 9.27392 28.9519C8.7779 28.8657 7.92522 28.5937 7.42041 27.7195C6.79855 26.6424 7.21636 25.5786 7.43506 25.1355C7.7009 24.5969 8.10437 24.0867 8.51611 23.6365C9.08554 23.0138 9.83521 22.3317 10.7124 21.6189C10.6756 21.4723 10.641 21.3246 10.6108 21.1755C10.576 21.0036 10.5458 20.83 10.52 20.655C10.45 20.1799 10.4136 19.6942 10.4136 19.2019C10.4136 18.7097 10.45 18.2248 10.52 17.7498C10.7059 16.4884 11.1297 15.3039 11.7436 14.2449C12.245 13.3802 12.8731 12.5988 13.602 11.9265C15.3635 10.3022 17.7219 9.30748 20.3081 9.30737ZM20.4311 25.0925C22.1962 25.0566 23.7696 24.2501 24.8296 22.9851C25.0263 22.7504 25.2027 22.4998 25.3589 22.238C24.5528 22.7446 23.7103 23.2551 22.8384 23.7585C22.0247 24.2283 21.2191 24.6735 20.4311 25.0925ZM14.4136 19.2019C14.4136 19.4984 14.4354 19.7894 14.477 20.072C14.4924 20.1761 14.511 20.2795 14.5317 20.3816C14.5699 20.57 14.6167 20.7551 14.6724 20.9363C14.9016 21.6824 15.2769 22.3669 15.7651 22.9568C17.3176 22.2269 19.0437 21.3298 20.8384 20.2937C22.6954 19.2216 24.3872 18.1395 25.8276 17.1306C25.7128 16.8249 25.5746 16.5301 25.4126 16.2507C25.114 15.7358 24.7391 15.2689 24.3032 14.8669C23.2513 13.897 21.8506 13.3074 20.3081 13.3074C18.7659 13.3075 17.3658 13.8971 16.314 14.8669C15.878 15.269 15.5023 15.7357 15.2036 16.2507C14.8384 16.8806 14.5874 17.5837 14.477 18.3328C14.4354 18.6153 14.4136 18.9055 14.4136 19.2019Z" fill="#DADADA" stroke="black"/><path d="M20.3085 11.3074C18.244 11.3074 16.3646 12.0998 14.9578 13.3972C14.3753 13.9343 13.8739 14.5581 13.4739 15.2479C12.9843 16.0924 12.6467 17.0359 12.4985 18.0411C12.4427 18.4201 12.4137 18.8077 12.4137 19.2022C12.4137 19.5966 12.4427 19.9843 12.4985 20.3632C12.5191 20.5028 12.5433 20.6413 12.5711 20.7785C12.6224 21.0316 12.6858 21.2804 12.7607 21.5241C13.0736 22.5422 13.5867 23.4726 14.2542 24.2693C15.7024 25.9978 17.8771 27.0969 20.3085 27.0969C22.7399 27.0969 24.9146 25.9978 26.3628 24.2693C27.8014 22.5523 28.4446 20.2533 28.1185 18.0411C27.9704 17.0359 27.6328 16.0924 27.1432 15.2479C26.7432 14.5581 26.2417 13.9343 25.6592 13.3972C24.2525 12.0998 22.3731 11.3074 20.3085 11.3074Z" fill="#DADADA"/><path d="M13.2546 22.1767C10.4146 24.29 8.7609 26.0419 9.15212 26.7195C9.78129 27.8093 15.4611 25.7079 21.8383 22.026C28.2156 18.3441 32.8753 14.476 32.2461 13.3862C31.8549 12.7086 29.5109 13.2648 26.2607 14.6676M14.9578 13.3972C16.3646 12.0998 18.244 11.3074 20.3085 11.3074C22.3731 11.3074 24.2525 12.0998 25.6592 13.3972C26.2417 13.9343 26.7432 14.5581 27.1432 15.2479C27.6328 16.0924 27.9704 17.0359 28.1185 18.0411C28.4446 20.2533 27.8014 22.5523 26.3628 24.2693C24.9146 25.9978 22.7399 27.0969 20.3085 27.0969C17.8771 27.0969 15.7024 25.9978 14.2542 24.2693C13.5867 23.4726 13.0736 22.5422 12.7607 21.5241C12.6858 21.2804 12.6224 21.0316 12.5711 20.7785C12.5433 20.6413 12.5191 20.5028 12.4985 20.3632C12.4427 19.9843 12.4137 19.5966 12.4137 19.2022C12.4137 18.8077 12.4427 18.4201 12.4985 18.0411C12.6467 17.0359 12.9843 16.0924 13.4739 15.2479C13.8739 14.5581 14.3753 13.9343 14.9578 13.3972Z" stroke="black"/><circle cx="16.8841" cy="18.6201" r="2.08333" fill="#0D0D0D"/><circle cx="22.8849" cy="16.2559" r="1.66667" fill="#0D0D0D"/><circle cx="23.7181" cy="23.3934" r="0.833333" fill="#0D0D0D"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="30" height="33" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.82758 1V21.3175H1.10156V1H5.82758Z" fill="#0D0D0D"/><path d="M5.82758 1H25.6919C26.5227 1 27.2153 1.63589 27.2861 2.46368L27.5952 6.07936L28.0296 11.1587L28.4639 16.2381L28.7497 19.5811C28.8296 20.5152 28.093 21.3175 27.1556 21.3175H15.5724L19.6221 28.3318C20.174 29.2877 20.015 30.4951 19.2345 31.2756C18.2822 32.2279 16.7381 32.228 15.7857 31.2756L5.82758 21.3175V1Z" fill="#FFDB80"/><path d="M5.82758 1H25.6919C26.5227 1 27.2153 1.63589 27.2861 2.46368L27.5952 6.07936M5.82758 1V21.3175M5.82758 1H1.10156V21.3175H5.82758M5.82758 21.3175L15.7857 31.2756C16.7381 32.228 18.2822 32.2279 19.2345 31.2756V31.2756C20.015 30.4951 20.174 29.2877 19.6221 28.3318L15.5724 21.3175H27.1556C28.093 21.3175 28.8296 20.5152 28.7497 19.5811L28.4639 16.2381M28.0296 11.1587H22.0863M28.0296 11.1587L28.4639 16.2381M28.0296 11.1587L27.5952 6.07936M28.4639 16.2381H22.0863M27.5952 6.07936H22.0863" stroke="#0D0D0D" stroke-width="1.2"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="30" height="33" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.82758 32V11.6825H1.10156V32H5.82758Z" fill="#0D0D0D"/><path d="M5.82758 32H25.6919C26.5227 32 27.2153 31.3641 27.2861 30.5363L27.5952 26.9206L28.0296 21.8413L28.4639 16.7619L28.7497 13.4189C28.8296 12.4848 28.093 11.6825 27.1556 11.6825H15.5724L19.6221 4.6682C20.174 3.7123 20.015 2.50491 19.2345 1.72442C18.2822 0.772051 16.7381 0.772049 15.7857 1.72442L5.82758 11.6825V32Z" fill="#FFDB80"/><path d="M5.82758 32H25.6919C26.5227 32 27.2153 31.3641 27.2861 30.5363L27.5952 26.9206M5.82758 32V11.6825M5.82758 32H1.10156V11.6825H5.82758M5.82758 11.6825L15.7857 1.72442C16.7381 0.772049 18.2822 0.772051 19.2345 1.72442V1.72442C20.015 2.50491 20.174 3.7123 19.6221 4.6682L15.5724 11.6825H27.1556C28.093 11.6825 28.8296 12.4848 28.7497 13.4189L28.4639 16.7619M28.0296 21.8413H22.0863M28.0296 21.8413L28.4639 16.7619M28.0296 21.8413L27.5952 26.9206M28.4639 16.7619H22.0863M27.5952 26.9206H22.0863" stroke="#0D0D0D" stroke-width="1.2"/></svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cuemath/leap",
3
- "version": "3.5.30-gg4",
3
+ "version": "3.5.30-j1",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -37,7 +37,7 @@
37
37
  "@100mslive/hms-video-store": "0.10.8",
38
38
  "@cuemath/av": "2.2.1",
39
39
  "@cuemath/cue-message-broker": "1.0.37",
40
- "@cuemath/eslint-config": "2.4.0",
40
+ "@cuemath/eslint-config": "2.3.0",
41
41
  "@cuemath/prettier-config": "1.0.4",
42
42
  "@cuemath/rest-api": "0.0.7",
43
43
  "@cuemath/ts-config": "2.0.0",
@@ -88,8 +88,7 @@
88
88
  "vite": "^5.0.0",
89
89
  "vite-plugin-dts": "4.5.4",
90
90
  "vite-plugin-svgr": "3.2.0",
91
- "vite-tsconfig-paths": "^4.2.2",
92
- "zustand": "5.0.8"
91
+ "vite-tsconfig-paths": "^4.2.2"
93
92
  },
94
93
  "packageManager": "yarn@4.9.2"
95
94
  }
@@ -1 +0,0 @@
1
- {"version":3,"file":"swipeable-component-styled.js","sources":["../../../../../../src/features/circle-games/game-launcher/comps/swipable-component/swipeable-component-styled.tsx"],"sourcesContent":["import styled from 'styled-components';\n\nexport const SwipeableWrapper = styled.div`\n display: flex;\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n`;\n"],"names":["SwipeableWrapper","styled"],"mappings":";AAEO,MAAMA,IAAmBC,EAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;"}
@@ -1,26 +0,0 @@
1
- import { jsx as h } from "react/jsx-runtime";
2
- import { memo as T, useRef as l, useCallback as o } from "react";
3
- import { SwipeableWrapper as X } from "./swipeable-component-styled.js";
4
- const C = T(
5
- ({ onSwipeLeft: t, onSwipeRight: a, minSwipeDistance: e = 50, children: m }) => {
6
- const s = l(0), n = l(0), u = o(() => {
7
- const r = s.current - n.current;
8
- Math.abs(r) < e || (r > 0 ? t == null || t() : a == null || a());
9
- }, [e, t, a]), d = o((r) => {
10
- var c;
11
- s.current = ((c = r.changedTouches[0]) == null ? void 0 : c.clientX) || 0;
12
- }, []), b = o(
13
- (r) => {
14
- var c;
15
- n.current = ((c = r.changedTouches[0]) == null ? void 0 : c.clientX) || 0, u();
16
- },
17
- [u]
18
- );
19
- return /* @__PURE__ */ h(X, { onTouchStart: d, onTouchEnd: b, children: m });
20
- }
21
- );
22
- C.displayName = "SwipeableComponent";
23
- export {
24
- C as default
25
- };
26
- //# sourceMappingURL=swipeable-component.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"swipeable-component.js","sources":["../../../../../../src/features/circle-games/game-launcher/comps/swipable-component/swipeable-component.tsx"],"sourcesContent":["import { useRef, useCallback, memo } from 'react';\n\nimport * as Styled from './swipeable-component-styled';\nimport { type ISwipeableComponentProps } from './swipeable-component-types';\n\nconst SwipeableComponent: React.FC<ISwipeableComponentProps> = memo(\n ({ onSwipeLeft, onSwipeRight, minSwipeDistance = 50, children }) => {\n const touchStartX = useRef(0);\n const touchEndX = useRef(0);\n\n const handleSwipe = useCallback(() => {\n const distance = touchStartX.current - touchEndX.current;\n\n if (Math.abs(distance) < minSwipeDistance) return;\n\n if (distance > 0) {\n onSwipeLeft?.();\n } else {\n onSwipeRight?.();\n }\n }, [minSwipeDistance, onSwipeLeft, onSwipeRight]);\n\n const onTouchStart = useCallback((e: React.TouchEvent) => {\n touchStartX.current = e.changedTouches[0]?.clientX || 0;\n }, []);\n\n const onTouchEnd = useCallback(\n (e: React.TouchEvent) => {\n touchEndX.current = e.changedTouches[0]?.clientX || 0;\n handleSwipe();\n },\n [handleSwipe],\n );\n\n return (\n <Styled.SwipeableWrapper onTouchStart={onTouchStart} onTouchEnd={onTouchEnd}>\n {children}\n </Styled.SwipeableWrapper>\n );\n },\n);\n\nSwipeableComponent.displayName = 'SwipeableComponent';\n\nexport default SwipeableComponent;\n"],"names":["SwipeableComponent","memo","onSwipeLeft","onSwipeRight","minSwipeDistance","children","touchStartX","useRef","touchEndX","handleSwipe","useCallback","distance","onTouchStart","e","_a","onTouchEnd","Styled.SwipeableWrapper"],"mappings":";;;AAKA,MAAMA,IAAyDC;AAAA,EAC7D,CAAC,EAAE,aAAAC,GAAa,cAAAC,GAAc,kBAAAC,IAAmB,IAAI,UAAAC,QAAe;AAC5D,UAAAC,IAAcC,EAAO,CAAC,GACtBC,IAAYD,EAAO,CAAC,GAEpBE,IAAcC,EAAY,MAAM;AAC9B,YAAAC,IAAWL,EAAY,UAAUE,EAAU;AAEjD,MAAI,KAAK,IAAIG,CAAQ,IAAIP,MAErBO,IAAW,IACCT,KAAA,QAAAA,MAECC,KAAA,QAAAA;AAAA,IAEhB,GAAA,CAACC,GAAkBF,GAAaC,CAAY,CAAC,GAE1CS,IAAeF,EAAY,CAACG,MAAwB;;AACxD,MAAAP,EAAY,YAAUQ,IAAAD,EAAE,eAAe,CAAC,MAAlB,gBAAAC,EAAqB,YAAW;AAAA,IACxD,GAAG,CAAE,CAAA,GAECC,IAAaL;AAAA,MACjB,CAACG,MAAwB;;AACvB,QAAAL,EAAU,YAAUM,IAAAD,EAAE,eAAe,CAAC,MAAlB,gBAAAC,EAAqB,YAAW,GACxCL;MACd;AAAA,MACA,CAACA,CAAW;AAAA,IAAA;AAGd,6BACGO,GAAA,EAAwB,cAAAJ,GAA4B,YAAAG,GAClD,UAAAV,EACH,CAAA;AAAA,EAEJ;AACF;AAEAL,EAAmB,cAAc;"}
@@ -1,59 +0,0 @@
1
- import p from "../../../../node_modules/lodash.debounce/index.js";
2
- import { useMemo as E, useRef as m, useEffect as I } from "react";
3
- import { INTERSECTION_OBSERVER_THROTTLE_TIME as O, TOP_NAVIGATION_HEIGHT as g, ACTION_BAR_HEIGHT as H, INTERSECTION_OBSERVER_THRESHOLD_POINTS as R } from "../constants.js";
4
- import { useWorksheetStore as _ } from "./use-worksheet-store.js";
5
- const A = () => {
6
- const n = [];
7
- for (let e = 0; e <= R; e++)
8
- n.push(e / R);
9
- return n;
10
- }, N = A(), q = () => {
11
- const n = _((s) => s.changeQuestion), e = E(
12
- () => p(n, O, {
13
- trailing: !0
14
- }),
15
- [n]
16
- ), t = m(void 0), u = E(
17
- () => new IntersectionObserver(
18
- (s) => {
19
- const a = s.reduce((r, { isIntersecting: c, target: i }) => Math.max(r, c ? i.clientHeight : r), 0), [o, d, T] = s.reduce(
20
- (r, { isIntersecting: c, target: i, intersectionRatio: l }) => {
21
- var h;
22
- if (i.getAttribute("data-response-id") === ((h = t.current) == null ? void 0 : h.questionEl.getAttribute("data-response-id")) && (t.current = void 0), c) {
23
- const f = i.clientHeight / a * l;
24
- if (f >= r[2])
25
- return [i, l, f];
26
- }
27
- return r;
28
- },
29
- [null, 0, 0]
30
- );
31
- if (o)
32
- if (!t.current)
33
- t.current = {
34
- questionEl: o,
35
- intersectionRatio: d
36
- }, e(o.getAttribute("data-response-id") ?? "", !1);
37
- else {
38
- const r = t.current.questionEl.clientHeight / a * t.current.intersectionRatio;
39
- T >= r && (t.current = {
40
- questionEl: o,
41
- intersectionRatio: d
42
- }, e(o.getAttribute("data-response-id") ?? "", !1));
43
- }
44
- },
45
- {
46
- rootMargin: `-${g}px 0px -${H}px 0px`,
47
- threshold: N
48
- }
49
- ),
50
- [e]
51
- );
52
- return I(() => () => {
53
- u.disconnect();
54
- }, [u]), u;
55
- };
56
- export {
57
- q as default
58
- };
59
- //# sourceMappingURL=use-active-question-observer.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"use-active-question-observer.js","sources":["../../../../../src/features/worksheet/worksheet/hooks/use-active-question-observer.ts"],"sourcesContent":["import debounce from 'lodash.debounce';\nimport { useEffect, useMemo, useRef } from 'react';\n\nimport {\n ACTION_BAR_HEIGHT,\n INTERSECTION_OBSERVER_THRESHOLD_POINTS,\n INTERSECTION_OBSERVER_THROTTLE_TIME,\n TOP_NAVIGATION_HEIGHT,\n} from '../constants';\nimport { useWorksheetStore } from './use-worksheet-store';\n\ninterface IUseActiveQuestionObserver {\n (): IntersectionObserver;\n}\n\nconst getThresholds = () => {\n const thresholds = [];\n\n for (let i = 0; i <= INTERSECTION_OBSERVER_THRESHOLD_POINTS; i++) {\n thresholds.push(i / INTERSECTION_OBSERVER_THRESHOLD_POINTS);\n }\n\n return thresholds;\n};\n\nconst thresholds = getThresholds();\n\n/**\n * Creates an IntersectionObserver to track the currently active question\n * @param setActiveQuestionId - Function to update the active question ID\n * @returns intersectionObserver\n */\nconst useActiveQuestionObserver: IUseActiveQuestionObserver = () => {\n const changeQuestion = useWorksheetStore(store => store.changeQuestion);\n const throttledChangeQuestion = useMemo(\n () =>\n debounce(changeQuestion, INTERSECTION_OBSERVER_THROTTLE_TIME, {\n trailing: true,\n }),\n [changeQuestion],\n );\n const activeQuestionRef = useRef<{\n questionEl: Element;\n intersectionRatio: number;\n }>(undefined);\n\n const intersectionObserver = useMemo(\n () =>\n new IntersectionObserver(\n entries => {\n const maxHeight = entries.reduce((acc, { isIntersecting, target }) => {\n return Math.max(acc, isIntersecting ? target.clientHeight : acc);\n }, 0);\n const [questionEl, questionIntersectionRatio, questionNormalisedRatio] = entries.reduce(\n (acc, { isIntersecting, target, intersectionRatio }) => {\n if (\n target.getAttribute('data-response-id') ===\n activeQuestionRef.current?.questionEl.getAttribute('data-response-id')\n ) {\n activeQuestionRef.current = undefined;\n }\n\n if (isIntersecting) {\n const normalisedRatio = (target.clientHeight / maxHeight) * intersectionRatio;\n\n if (normalisedRatio >= acc[2]) {\n return [target, intersectionRatio, normalisedRatio];\n }\n }\n\n return acc;\n },\n [null, 0, 0] as [Element | null, number, number],\n );\n\n if (questionEl) {\n if (!activeQuestionRef.current) {\n activeQuestionRef.current = {\n questionEl,\n intersectionRatio: questionIntersectionRatio,\n };\n throttledChangeQuestion(questionEl.getAttribute('data-response-id') ?? '', false);\n } else {\n const nRatio =\n (activeQuestionRef.current.questionEl.clientHeight / maxHeight) *\n activeQuestionRef.current.intersectionRatio;\n\n if (questionNormalisedRatio >= nRatio) {\n activeQuestionRef.current = {\n questionEl,\n intersectionRatio: questionIntersectionRatio,\n };\n throttledChangeQuestion(questionEl.getAttribute('data-response-id') ?? '', false);\n }\n }\n }\n },\n {\n rootMargin: `-${TOP_NAVIGATION_HEIGHT}px 0px -${ACTION_BAR_HEIGHT}px 0px`,\n threshold: thresholds,\n },\n ),\n [throttledChangeQuestion],\n );\n\n useEffect(() => {\n return () => {\n intersectionObserver.disconnect();\n };\n }, [intersectionObserver]);\n\n return intersectionObserver;\n};\n\nexport default useActiveQuestionObserver;\n"],"names":["getThresholds","thresholds","i","INTERSECTION_OBSERVER_THRESHOLD_POINTS","useActiveQuestionObserver","changeQuestion","useWorksheetStore","store","throttledChangeQuestion","useMemo","debounce","INTERSECTION_OBSERVER_THROTTLE_TIME","activeQuestionRef","useRef","intersectionObserver","entries","maxHeight","acc","isIntersecting","target","questionEl","questionIntersectionRatio","questionNormalisedRatio","intersectionRatio","_a","normalisedRatio","nRatio","TOP_NAVIGATION_HEIGHT","ACTION_BAR_HEIGHT","useEffect"],"mappings":";;;;AAeA,MAAMA,IAAgB,MAAM;AAC1B,QAAMC,IAAa,CAAA;AAEnB,WAASC,IAAI,GAAGA,KAAKC,GAAwCD;AAC3DD,IAAAA,EAAW,KAAKC,IAAIC,CAAsC;AAGrDF,SAAAA;AACT,GAEMA,IAAaD,EAAc,GAO3BI,IAAwD,MAAM;AAClE,QAAMC,IAAiBC,EAAkB,CAASC,MAAAA,EAAM,cAAc,GAChEC,IAA0BC;AAAA,IAC9B,MACEC,EAASL,GAAgBM,GAAqC;AAAA,MAC5D,UAAU;AAAA,IAAA,CACX;AAAA,IACH,CAACN,CAAc;AAAA,EAAA,GAEXO,IAAoBC,EAGvB,MAAS,GAENC,IAAuBL;AAAA,IAC3B,MACE,IAAI;AAAA,MACF,CAAWM,MAAA;AACH,cAAAC,IAAYD,EAAQ,OAAO,CAACE,GAAK,EAAE,gBAAAC,GAAgB,QAAAC,QAChD,KAAK,IAAIF,GAAKC,IAAiBC,EAAO,eAAeF,CAAG,GAC9D,CAAC,GACE,CAACG,GAAYC,GAA2BC,CAAuB,IAAIP,EAAQ;AAAA,UAC/E,CAACE,GAAK,EAAE,gBAAAC,GAAgB,QAAAC,GAAQ,mBAAAI,QAAwB;;AAQtD,gBANEJ,EAAO,aAAa,kBAAkB,QACtCK,IAAAZ,EAAkB,YAAlB,gBAAAY,EAA2B,WAAW,aAAa,yBAEnDZ,EAAkB,UAAU,SAG1BM,GAAgB;AACZ,oBAAAO,IAAmBN,EAAO,eAAeH,IAAaO;AAExD,kBAAAE,KAAmBR,EAAI,CAAC;AACnB,uBAAA,CAACE,GAAQI,GAAmBE,CAAe;AAAA,YAEtD;AAEO,mBAAAR;AAAA,UACT;AAAA,UACA,CAAC,MAAM,GAAG,CAAC;AAAA,QAAA;AAGb,YAAIG;AACE,cAAA,CAACR,EAAkB;AACrB,YAAAA,EAAkB,UAAU;AAAA,cAC1B,YAAAQ;AAAA,cACA,mBAAmBC;AAAA,YAAA,GAErBb,EAAwBY,EAAW,aAAa,kBAAkB,KAAK,IAAI,EAAK;AAAA,eAC3E;AACL,kBAAMM,IACHd,EAAkB,QAAQ,WAAW,eAAeI,IACrDJ,EAAkB,QAAQ;AAE5B,YAAIU,KAA2BI,MAC7Bd,EAAkB,UAAU;AAAA,cAC1B,YAAAQ;AAAA,cACA,mBAAmBC;AAAA,YAAA,GAErBb,EAAwBY,EAAW,aAAa,kBAAkB,KAAK,IAAI,EAAK;AAAA,UAEpF;AAAA,MAEJ;AAAA,MACA;AAAA,QACE,YAAY,IAAIO,CAAqB,WAAWC,CAAiB;AAAA,QACjE,WAAW3B;AAAA,MACb;AAAA,IACF;AAAA,IACF,CAACO,CAAuB;AAAA,EAAA;AAG1B,SAAAqB,EAAU,MACD,MAAM;AACX,IAAAf,EAAqB,WAAW;AAAA,EAAA,GAEjC,CAACA,CAAoB,CAAC,GAElBA;AACT;"}
@@ -1,13 +0,0 @@
1
- import { useContext as e } from "react";
2
- import { useStore as t } from "zustand";
3
- import { WorksheetContext as n } from "../worksheet-store.js";
4
- import { useShallow as s } from "../../../../node_modules/zustand/esm/react/shallow.js";
5
- function u(r) {
6
- const o = e(n);
7
- if (!o) throw new Error("Missing WorksheetProvider in component tree");
8
- return t(o, s(r));
9
- }
10
- export {
11
- u as useWorksheetStore
12
- };
13
- //# sourceMappingURL=use-worksheet-store.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"use-worksheet-store.js","sources":["../../../../../src/features/worksheet/worksheet/hooks/use-worksheet-store.ts"],"sourcesContent":["import { useContext } from 'react';\nimport { useStore } from 'zustand';\nimport { useShallow } from 'zustand/shallow';\n\nimport { WorksheetContext } from '../worksheet-store';\nimport { type IWorksheetStore } from '../worksheet-types';\n\nexport function useWorksheetStore<T>(selector: (state: IWorksheetStore) => T) {\n const store = useContext(WorksheetContext);\n\n if (!store) throw new Error('Missing WorksheetProvider in component tree');\n\n return useStore(store, useShallow(selector));\n}\n"],"names":["useWorksheetStore","selector","store","useContext","WorksheetContext","useStore","useShallow"],"mappings":";;;;AAOO,SAASA,EAAqBC,GAAyC;AACtE,QAAAC,IAAQC,EAAWC,CAAgB;AAEzC,MAAI,CAACF,EAAa,OAAA,IAAI,MAAM,6CAA6C;AAEzE,SAAOG,EAASH,GAAOI,EAAWL,CAAQ,CAAC;AAC7C;"}
@@ -1,68 +0,0 @@
1
- import { jsx as e } from "react/jsx-runtime";
2
- import { memo as u, useCallback as x } from "react";
3
- import f from "./blockers/exit-ticket-intervention.js";
4
- import w from "./blockers/exit-ticket-review.js";
5
- import d from "./blockers/exit-ticket-review-available.js";
6
- import E from "./blockers/exit-ticket-student-submission.js";
7
- import T from "./blockers/optional-items-assignment.js";
8
- import v from "./blockers/optional-items-skip.js";
9
- const B = u(
10
- function(m) {
11
- const {
12
- studentName: t,
13
- lastUnlockedQuestion: c,
14
- blocker: a,
15
- onBlockerClose: i,
16
- onOptionalItemAssignment: l,
17
- onOptionalItemSkip: n,
18
- onTeacherValidation: o
19
- } = m, { item_type: r, response_id: s } = c, k = x(
20
- (p) => {
21
- o == null || o(s, p);
22
- },
23
- [o, s]
24
- );
25
- switch (a) {
26
- case "exit-ticket-teacher-intervention":
27
- return /* @__PURE__ */ e(f, { studentName: t, onViewExitTicket: i });
28
- case "exit-ticket-student-submission":
29
- return /* @__PURE__ */ e(E, { onViewExitTicket: i });
30
- case "exit-ticket-review-available":
31
- return /* @__PURE__ */ e(d, { studentName: t, onViewExitTicket: i });
32
- case "exit-ticket-review":
33
- return /* @__PURE__ */ e(
34
- w,
35
- {
36
- studentName: t,
37
- onViewExitValidate: k
38
- }
39
- );
40
- case "optional-items-assignment":
41
- return /* @__PURE__ */ e(
42
- T,
43
- {
44
- studentName: t,
45
- itemType: r,
46
- onAssign: l,
47
- onSkip: n
48
- }
49
- );
50
- case "optional-items-skip":
51
- return /* @__PURE__ */ e(
52
- v,
53
- {
54
- studentName: t,
55
- itemType: r,
56
- onSkip: n,
57
- onCancel: i
58
- }
59
- );
60
- default:
61
- return null;
62
- }
63
- }
64
- );
65
- export {
66
- B as default
67
- };
68
- //# sourceMappingURL=worksheet-blocker-view.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"worksheet-blocker-view.js","sources":["../../../../../src/features/worksheet/worksheet/worksheet-blocker/worksheet-blocker-view.tsx"],"sourcesContent":["import { memo, useCallback, type FC } from 'react';\n\nimport type { QUESTIONS_RATING } from '../worksheet-types';\nimport ExitTicketIntervention from './blockers/exit-ticket-intervention';\nimport ExitTicketReview from './blockers/exit-ticket-review';\nimport ExitTicketReviewAvailable from './blockers/exit-ticket-review-available';\nimport ExitTicketStudentSubmission from './blockers/exit-ticket-student-submission';\nimport OptionalItemsAssignment from './blockers/optional-items-assignment';\nimport OptionalItemsSkip from './blockers/optional-items-skip';\nimport type { IWorksheetBlockerViewProps } from './worksheet-blocker-types';\n\nconst WorksheetBlockerView: FC<IWorksheetBlockerViewProps> = memo(\n function WorksheetBlockerView(props) {\n const {\n studentName,\n lastUnlockedQuestion,\n blocker,\n onBlockerClose,\n onOptionalItemAssignment,\n onOptionalItemSkip,\n onTeacherValidation,\n } = props;\n const { item_type, response_id } = lastUnlockedQuestion;\n\n const handleExitTicketValidate = useCallback(\n (rating: keyof typeof QUESTIONS_RATING) => {\n onTeacherValidation?.(response_id, rating);\n },\n [onTeacherValidation, response_id],\n );\n\n switch (blocker) {\n case 'exit-ticket-teacher-intervention':\n return (\n <ExitTicketIntervention studentName={studentName} onViewExitTicket={onBlockerClose} />\n );\n case 'exit-ticket-student-submission':\n return <ExitTicketStudentSubmission onViewExitTicket={onBlockerClose} />;\n case 'exit-ticket-review-available':\n return (\n <ExitTicketReviewAvailable studentName={studentName} onViewExitTicket={onBlockerClose} />\n );\n case 'exit-ticket-review':\n return (\n <ExitTicketReview\n studentName={studentName}\n onViewExitValidate={handleExitTicketValidate}\n />\n );\n case 'optional-items-assignment':\n return (\n <OptionalItemsAssignment\n studentName={studentName}\n itemType={item_type!}\n onAssign={onOptionalItemAssignment}\n onSkip={onOptionalItemSkip}\n />\n );\n case 'optional-items-skip':\n return (\n <OptionalItemsSkip\n studentName={studentName}\n itemType={item_type!}\n onSkip={onOptionalItemSkip}\n onCancel={onBlockerClose}\n />\n );\n\n default:\n return null;\n }\n },\n);\n\nexport default WorksheetBlockerView;\n"],"names":["WorksheetBlockerView","memo","props","studentName","lastUnlockedQuestion","blocker","onBlockerClose","onOptionalItemAssignment","onOptionalItemSkip","onTeacherValidation","item_type","response_id","handleExitTicketValidate","useCallback","rating","jsx","ExitTicketIntervention","ExitTicketStudentSubmission","ExitTicketReviewAvailable","ExitTicketReview","OptionalItemsAssignment","OptionalItemsSkip"],"mappings":";;;;;;;;AAWA,MAAMA,IAAuDC;AAAA,EAC3D,SAA8BC,GAAO;AAC7B,UAAA;AAAA,MACJ,aAAAC;AAAA,MACA,sBAAAC;AAAA,MACA,SAAAC;AAAA,MACA,gBAAAC;AAAA,MACA,0BAAAC;AAAA,MACA,oBAAAC;AAAA,MACA,qBAAAC;AAAA,IACE,IAAAP,GACE,EAAE,WAAAQ,GAAW,aAAAC,EAAgB,IAAAP,GAE7BQ,IAA2BC;AAAA,MAC/B,CAACC,MAA0C;AACzC,QAAAL,KAAA,QAAAA,EAAsBE,GAAaG;AAAA,MACrC;AAAA,MACA,CAACL,GAAqBE,CAAW;AAAA,IAAA;AAGnC,YAAQN,GAAS;AAAA,MACf,KAAK;AACH,eACG,gBAAAU,EAAAC,GAAA,EAAuB,aAAAb,GAA0B,kBAAkBG,EAAgB,CAAA;AAAA,MAExF,KAAK;AACI,eAAA,gBAAAS,EAACE,GAA4B,EAAA,kBAAkBX,EAAgB,CAAA;AAAA,MACxE,KAAK;AACH,eACG,gBAAAS,EAAAG,GAAA,EAA0B,aAAAf,GAA0B,kBAAkBG,EAAgB,CAAA;AAAA,MAE3F,KAAK;AAED,eAAA,gBAAAS;AAAA,UAACI;AAAA,UAAA;AAAA,YACC,aAAAhB;AAAA,YACA,oBAAoBS;AAAA,UAAA;AAAA,QAAA;AAAA,MAG1B,KAAK;AAED,eAAA,gBAAAG;AAAA,UAACK;AAAA,UAAA;AAAA,YACC,aAAAjB;AAAA,YACA,UAAUO;AAAA,YACV,UAAUH;AAAA,YACV,QAAQC;AAAA,UAAA;AAAA,QAAA;AAAA,MAGd,KAAK;AAED,eAAA,gBAAAO;AAAA,UAACM;AAAA,UAAA;AAAA,YACC,aAAAlB;AAAA,YACA,UAAUO;AAAA,YACV,QAAQF;AAAA,YACR,UAAUF;AAAA,UAAA;AAAA,QAAA;AAAA,MAIhB;AACS,eAAA;AAAA,IACX;AAAA,EACF;AACF;"}
@@ -1,17 +0,0 @@
1
- import { jsx as r } from "react/jsx-runtime";
2
- import { memo as a } from "react";
3
- import e from "../../../sheet-tools/desmos-calculator/desmos-calculator.js";
4
- import { DESMOS_CALC_POSITION as i } from "../constants.js";
5
- import { useWorksheetStore as c } from "../hooks/use-worksheet-store.js";
6
- import { DesmosCalcWrapper as m } from "../worksheet-styled.js";
7
- const d = a(function() {
8
- const { calculatorVisible: l, hideCalculator: t } = c((o) => ({
9
- calculatorVisible: o.calculatorVisible,
10
- hideCalculator: o.hideCalculator
11
- }));
12
- return l ? /* @__PURE__ */ r(m, { children: /* @__PURE__ */ r(e, { initialPosition: i, onClose: t }) }) : null;
13
- });
14
- export {
15
- d as default
16
- };
17
- //# sourceMappingURL=worksheet-calculator.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"worksheet-calculator.js","sources":["../../../../../src/features/worksheet/worksheet/worksheet-calculator/worksheet-calculator.tsx"],"sourcesContent":["import { memo, type FC } from 'react';\n\nimport DesmosCalculator from '../../../sheet-tools/desmos-calculator/desmos-calculator';\nimport { DESMOS_CALC_POSITION } from '../constants';\nimport { useWorksheetStore } from '../hooks/use-worksheet-store';\nimport * as Styled from '../worksheet-styled';\n\nconst WorksheetCalculator: FC = memo(function WorksheetCalculator() {\n const { calculatorVisible, hideCalculator } = useWorksheetStore(store => ({\n calculatorVisible: store.calculatorVisible,\n hideCalculator: store.hideCalculator,\n }));\n\n if (!calculatorVisible) {\n return null;\n }\n\n return (\n <Styled.DesmosCalcWrapper>\n <DesmosCalculator initialPosition={DESMOS_CALC_POSITION} onClose={hideCalculator} />\n </Styled.DesmosCalcWrapper>\n );\n});\n\nexport default WorksheetCalculator;\n"],"names":["WorksheetCalculator","memo","calculatorVisible","hideCalculator","useWorksheetStore","store","jsx","Styled.DesmosCalcWrapper","DesmosCalculator","DESMOS_CALC_POSITION"],"mappings":";;;;;;AAOM,MAAAA,IAA0BC,EAAK,WAA+B;AAClE,QAAM,EAAE,mBAAAC,GAAmB,gBAAAC,EAAe,IAAIC,EAAkB,CAAUC,OAAA;AAAA,IACxE,mBAAmBA,EAAM;AAAA,IACzB,gBAAgBA,EAAM;AAAA,EACtB,EAAA;AAEF,SAAKH,IAKH,gBAAAI,EAACC,GAAA,EACC,UAAA,gBAAAD,EAACE,KAAiB,iBAAiBC,GAAsB,SAASN,EAAgB,CAAA,EACpF,CAAA,IANO;AAQX,CAAC;"}
@@ -1,20 +0,0 @@
1
- import o from "styled-components";
2
- import t from "../../../ui/layout/flex-view.js";
3
- const p = o(t)(({ $topOffset: r }) => `
4
- position: sticky;
5
- top: ${r}px;
6
- z-index: 1;
7
- `), d = o.div(({ theme: r }) => {
8
- const { colors: e } = r;
9
- return `
10
- width: 16px;
11
- height: 16px;
12
- border-radius: 32px;
13
- border: 0.667px solid ${e.BLACK_T_87};
14
- `;
15
- });
16
- export {
17
- d as NudgeBannerIcon,
18
- p as NudgeBannerWrapper
19
- };
20
- //# sourceMappingURL=worksheet-nudge-banner-styled.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"worksheet-nudge-banner-styled.js","sources":["../../../../../src/features/worksheet/worksheet/worksheet-nudge-banner/worksheet-nudge-banner-styled.tsx"],"sourcesContent":["import styled from 'styled-components';\n\nimport FlexView from '../../../ui/layout/flex-view';\n\nexport const NudgeBannerWrapper = styled(FlexView)<{ $topOffset: number }>(({ $topOffset }) => {\n return `\n position: sticky;\n top: ${$topOffset}px;\n z-index: 1;\n `;\n});\n\nexport const NudgeBannerIcon = styled.div(({ theme }) => {\n const { colors } = theme;\n\n return `\n width: 16px;\n height: 16px;\n border-radius: 32px;\n border: 0.667px solid ${colors.BLACK_T_87};\n `;\n});\n"],"names":["NudgeBannerWrapper","styled","FlexView","$topOffset","NudgeBannerIcon","theme","colors"],"mappings":";;AAIO,MAAMA,IAAqBC,EAAOC,CAAQ,EAA0B,CAAC,EAAE,YAAAC,QACrE;AAAA;AAAA,WAEEA,CAAU;AAAA;AAAA,GAGpB,GAEYC,IAAkBH,EAAO,IAAI,CAAC,EAAE,OAAAI,QAAY;AACjD,QAAA,EAAE,QAAAC,EAAW,IAAAD;AAEZ,SAAA;AAAA;AAAA;AAAA;AAAA,4BAImBC,EAAO,UAAU;AAAA;AAE7C,CAAC;"}
@@ -1,49 +0,0 @@
1
- import { jsxs as l, jsx as r } from "react/jsx-runtime";
2
- import { memo as m, useMemo as h } from "react";
3
- import c from "../../../../assets/line-icons/icons/check2.js";
4
- import p from "../../../../assets/line-icons/icons/info2.js";
5
- import g from "../../../ui/text/text.js";
6
- import { WORKSHEET_NUDGE_BANNER_HEIGHT as t } from "../constants.js";
7
- import { useWorksheetStore as f } from "../hooks/use-worksheet-store.js";
8
- import { NudgeBannerWrapper as k, NudgeBannerIcon as a } from "./worksheet-nudge-banner-styled.js";
9
- const A = m(function() {
10
- const { showNudgeBanner: u, markedAsCompleted: o, userType: n, layout: d } = f((e) => ({
11
- showNudgeBanner: e.showNudgeBanner,
12
- markedAsCompleted: e.markedAsCompleted,
13
- userType: e.userType,
14
- layout: e.layout
15
- })), { bannerBackgroundColor: s, label: i } = h(() => {
16
- const e = n === "TEACHER";
17
- return o ? {
18
- bannerBackgroundColor: "GREEN_4",
19
- label: e ? "This sheet was marked as completed." : "Marked as completed by the teacher"
20
- } : {
21
- bannerBackgroundColor: "ORANGE_2",
22
- label: "Complete this with your tutor in class"
23
- };
24
- }, [n, o]);
25
- return u ? /* @__PURE__ */ l(
26
- k,
27
- {
28
- $flexDirection: "row",
29
- $justifyContent: "center",
30
- $alignItems: "center",
31
- $width: "100%",
32
- $heightX: 1.75,
33
- $height: t,
34
- $gap: 8,
35
- $gutter: 8,
36
- $flexGap: 8,
37
- $background: s,
38
- $topOffset: d.topOffset - t,
39
- children: [
40
- o ? /* @__PURE__ */ r(a, { children: /* @__PURE__ */ r(c, { width: 16, height: 16 }) }) : /* @__PURE__ */ r(a, { children: /* @__PURE__ */ r(p, { width: 16, height: 16 }) }),
41
- /* @__PURE__ */ r(g, { $renderAs: "ub3", children: i })
42
- ]
43
- }
44
- ) : null;
45
- });
46
- export {
47
- A as default
48
- };
49
- //# sourceMappingURL=worksheet-nudge-banner.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"worksheet-nudge-banner.js","sources":["../../../../../src/features/worksheet/worksheet/worksheet-nudge-banner/worksheet-nudge-banner.tsx"],"sourcesContent":["import { type FC, memo, useMemo } from 'react';\n\nimport Check2Icon from '../../../../assets/line-icons/icons/check2';\nimport Info2Icon from '../../../../assets/line-icons/icons/info2';\nimport Text from '../../../ui/text/text';\nimport { WORKSHEET_NUDGE_BANNER_HEIGHT } from '../constants';\nimport { useWorksheetStore } from '../hooks/use-worksheet-store';\nimport type { ISheetNudgeBannerInfo } from '../worksheet-types';\nimport * as Styled from './worksheet-nudge-banner-styled';\n\nconst WorksheetNudgeBanner: FC = memo(function WorksheetNudgeBanner() {\n const { showNudgeBanner, markedAsCompleted, userType, layout } = useWorksheetStore(store => ({\n showNudgeBanner: store.showNudgeBanner,\n markedAsCompleted: store.markedAsCompleted,\n userType: store.userType,\n layout: store.layout,\n }));\n const { bannerBackgroundColor: nudgeBannerBackgroundColor, label: nudgeBannerLabel } =\n useMemo<ISheetNudgeBannerInfo>(() => {\n const isTeacher = userType === 'TEACHER';\n\n if (markedAsCompleted) {\n return {\n bannerBackgroundColor: 'GREEN_4',\n label: isTeacher\n ? 'This sheet was marked as completed.'\n : 'Marked as completed by the teacher',\n };\n }\n\n return {\n bannerBackgroundColor: 'ORANGE_2',\n label: 'Complete this with your tutor in class',\n };\n }, [userType, markedAsCompleted]);\n\n if (!showNudgeBanner) {\n return null;\n }\n\n return (\n <Styled.NudgeBannerWrapper\n $flexDirection=\"row\"\n $justifyContent=\"center\"\n $alignItems=\"center\"\n $width=\"100%\"\n $heightX={1.75}\n $height={WORKSHEET_NUDGE_BANNER_HEIGHT}\n $gap={8}\n $gutter={8}\n $flexGap={8}\n $background={nudgeBannerBackgroundColor}\n $topOffset={layout.topOffset - WORKSHEET_NUDGE_BANNER_HEIGHT}\n >\n {markedAsCompleted ? (\n <Styled.NudgeBannerIcon>\n <Check2Icon width={16} height={16} />\n </Styled.NudgeBannerIcon>\n ) : (\n <Styled.NudgeBannerIcon>\n <Info2Icon width={16} height={16} />\n </Styled.NudgeBannerIcon>\n )}\n\n <Text $renderAs=\"ub3\">{nudgeBannerLabel}</Text>\n </Styled.NudgeBannerWrapper>\n );\n});\n\nexport default WorksheetNudgeBanner;\n"],"names":["WorksheetNudgeBanner","memo","showNudgeBanner","markedAsCompleted","userType","layout","useWorksheetStore","store","nudgeBannerBackgroundColor","nudgeBannerLabel","useMemo","isTeacher","jsxs","Styled.NudgeBannerWrapper","WORKSHEET_NUDGE_BANNER_HEIGHT","jsx","Styled.NudgeBannerIcon","Check2Icon","Info2Icon","Text"],"mappings":";;;;;;;;AAUM,MAAAA,IAA2BC,EAAK,WAAgC;AACpE,QAAM,EAAE,iBAAAC,GAAiB,mBAAAC,GAAmB,UAAAC,GAAU,QAAAC,MAAWC,EAAkB,CAAUC,OAAA;AAAA,IAC3F,iBAAiBA,EAAM;AAAA,IACvB,mBAAmBA,EAAM;AAAA,IACzB,UAAUA,EAAM;AAAA,IAChB,QAAQA,EAAM;AAAA,EACd,EAAA,GACI,EAAE,uBAAuBC,GAA4B,OAAOC,EAAiB,IACjFC,EAA+B,MAAM;AACnC,UAAMC,IAAYP,MAAa;AAE/B,WAAID,IACK;AAAA,MACL,uBAAuB;AAAA,MACvB,OAAOQ,IACH,wCACA;AAAA,IAAA,IAID;AAAA,MACL,uBAAuB;AAAA,MACvB,OAAO;AAAA,IAAA;AAAA,EACT,GACC,CAACP,GAAUD,CAAiB,CAAC;AAElC,SAAKD,IAKH,gBAAAU;AAAA,IAACC;AAAAA,IAAA;AAAA,MACC,gBAAe;AAAA,MACf,iBAAgB;AAAA,MAChB,aAAY;AAAA,MACZ,QAAO;AAAA,MACP,UAAU;AAAA,MACV,SAASC;AAAA,MACT,MAAM;AAAA,MACN,SAAS;AAAA,MACT,UAAU;AAAA,MACV,aAAaN;AAAA,MACb,YAAYH,EAAO,YAAYS;AAAA,MAE9B,UAAA;AAAA,QACCX,IAAA,gBAAAY,EAACC,GAAA,EACC,4BAACC,GAAW,EAAA,OAAO,IAAI,QAAQ,GAAI,CAAA,EAAA,CACrC,IAEC,gBAAAF,EAAAC,GAAA,EACC,UAAA,gBAAAD,EAACG,KAAU,OAAO,IAAI,QAAQ,GAAA,CAAI,EACpC,CAAA;AAAA,QAGD,gBAAAH,EAAAI,GAAA,EAAK,WAAU,OAAO,UAAiBV,GAAA;AAAA,MAAA;AAAA,IAAA;AAAA,EAAA,IA3BnC;AA8BX,CAAC;"}
@@ -1,21 +0,0 @@
1
- import { jsx as f } from "react/jsx-runtime";
2
- import { memo as c, useRef as u, useEffect as s } from "react";
3
- import { createWorksheetStore as i, WorksheetContext as m } from "./worksheet-store.js";
4
- const v = c(
5
- function({ children: n, ...e }) {
6
- const t = u(i(e));
7
- return s(() => {
8
- t.current.getState().mergeWorksheetProps(e);
9
- }, [e]), s(() => {
10
- const r = t.current;
11
- return () => {
12
- const o = r == null ? void 0 : r.getState();
13
- o && typeof o.destroy == "function" && o.destroy();
14
- };
15
- }, []), /* @__PURE__ */ f(m.Provider, { value: t.current, children: n });
16
- }
17
- );
18
- export {
19
- v as default
20
- };
21
- //# sourceMappingURL=worksheet-provider.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"worksheet-provider.js","sources":["../../../../src/features/worksheet/worksheet/worksheet-provider.tsx"],"sourcesContent":["import { memo, useEffect, useRef, type FC, type PropsWithChildren } from 'react';\n\nimport { createWorksheetStore, WorksheetContext } from './worksheet-store';\nimport type { TWorksheetStoreProps } from './worksheet-types';\n\nconst WorksheetProvider: FC<PropsWithChildren<TWorksheetStoreProps>> = memo(\n function WorksheetProvider({ children, ...worksheetProps }) {\n const storeRef = useRef(createWorksheetStore(worksheetProps));\n\n useEffect(() => {\n storeRef.current.getState().mergeWorksheetProps(worksheetProps);\n }, [worksheetProps]);\n\n useEffect(() => {\n const currentStore = storeRef.current;\n\n return () => {\n const state = currentStore?.getState();\n\n if (state && typeof state.destroy === 'function') {\n state.destroy();\n }\n };\n }, []);\n\n return (\n <WorksheetContext.Provider value={storeRef.current}>{children}</WorksheetContext.Provider>\n );\n },\n);\n\nexport default WorksheetProvider;\n"],"names":["WorksheetProvider","memo","children","worksheetProps","storeRef","useRef","createWorksheetStore","useEffect","currentStore","state","WorksheetContext"],"mappings":";;;AAKA,MAAMA,IAAiEC;AAAA,EACrE,SAA2B,EAAE,UAAAC,GAAU,GAAGC,KAAkB;AAC1D,UAAMC,IAAWC,EAAOC,EAAqBH,CAAc,CAAC;AAE5D,WAAAI,EAAU,MAAM;AACd,MAAAH,EAAS,QAAQ,SAAW,EAAA,oBAAoBD,CAAc;AAAA,IAAA,GAC7D,CAACA,CAAc,CAAC,GAEnBI,EAAU,MAAM;AACd,YAAMC,IAAeJ,EAAS;AAE9B,aAAO,MAAM;AACL,cAAAK,IAAQD,KAAA,gBAAAA,EAAc;AAE5B,QAAIC,KAAS,OAAOA,EAAM,WAAY,cACpCA,EAAM,QAAQ;AAAA,MAChB;AAAA,IAEJ,GAAG,CAAE,CAAA,qBAGFC,EAAiB,UAAjB,EAA0B,OAAON,EAAS,SAAU,UAAAF,EAAS,CAAA;AAAA,EAElE;AACF;"}
@@ -1,16 +0,0 @@
1
- import i from "styled-components";
2
- import d from "../../../ui/layout/flex-view.js";
3
- const t = i(d)(
4
- ({ $isCardView: r, theme: o, $questionPadding: p }) => `
5
- ${r ? `
6
- border-left: 1px solid ${o.colors.GREY_2};
7
- border-right: 1px solid ${o.colors.GREY_2};
8
- ` : ""}
9
- padding-top: ${p}px;
10
- z-index: 0;
11
- `
12
- );
13
- export {
14
- t as QuestionsWrapper
15
- };
16
- //# sourceMappingURL=worksheet-questions-styled.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"worksheet-questions-styled.js","sources":["../../../../../src/features/worksheet/worksheet/worksheet-questions/worksheet-questions-styled.tsx"],"sourcesContent":["import styled from 'styled-components';\n\nimport FlexView from '../../../ui/layout/flex-view';\n\ninterface IQuestionsWrapperProps {\n $actionbarHeight: number;\n $isCardView: boolean;\n $questionPadding: number;\n}\n\nexport const QuestionsWrapper = styled(FlexView)<IQuestionsWrapperProps>(\n ({ $isCardView, theme, $questionPadding }) => `\n ${\n $isCardView\n ? `\n border-left: 1px solid ${theme.colors.GREY_2};\n border-right: 1px solid ${theme.colors.GREY_2};\n `\n : ''\n }\n padding-top: ${$questionPadding}px;\n z-index: 0;\n`,\n);\n"],"names":["QuestionsWrapper","styled","FlexView","$isCardView","theme","$questionPadding"],"mappings":";;AAUa,MAAAA,IAAmBC,EAAOC,CAAQ;AAAA,EAC7C,CAAC,EAAE,aAAAC,GAAa,OAAAC,GAAO,kBAAAC,EAAuB,MAAA;AAAA,IAE5CF,IACI;AAAA,mCAC2BC,EAAM,OAAO,MAAM;AAAA,oCAClBA,EAAM,OAAO,MAAM;AAAA,YAE/C,EACN;AAAA,gBACcC,CAAgB;AAAA;AAAA;AAGhC;"}