@cuemath/leap 2.9.11-as1 → 2.9.11

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 (294) hide show
  1. package/dist/assets/illustrations/illustrations.js +0 -9
  2. package/dist/assets/illustrations/illustrations.js.map +1 -1
  3. package/dist/assets/line-icons/icons/bin2.js +8 -7
  4. package/dist/assets/line-icons/icons/bin2.js.map +1 -1
  5. package/dist/assets/line-icons/icons/chevron-left.js.map +1 -1
  6. package/dist/assets/lottie/lottie.js +1 -9
  7. package/dist/assets/lottie/lottie.js.map +1 -1
  8. package/dist/constants/api.js +2 -3
  9. package/dist/constants/api.js.map +1 -1
  10. package/dist/features/analytics-events/platform-events-student.js +3 -3
  11. package/dist/features/analytics-events/platform-events-student.js.map +1 -1
  12. package/dist/features/analytics-events/whitelist-events.js +11 -13
  13. package/dist/features/analytics-events/whitelist-events.js.map +1 -1
  14. package/dist/features/chapters/chapters-list/chapter-item/chapter-item-styled.js +33 -99
  15. package/dist/features/chapters/chapters-list/chapter-item/chapter-item-styled.js.map +1 -1
  16. package/dist/features/chapters/chapters-list/chapter-item/chapter-item.js +49 -92
  17. package/dist/features/chapters/chapters-list/chapter-item/chapter-item.js.map +1 -1
  18. package/dist/features/chapters/chapters-list/chapters-list-styled.js +5 -5
  19. package/dist/features/chapters/chapters-list/chapters-list-styled.js.map +1 -1
  20. package/dist/features/chapters/chapters-list/chapters-list.js +70 -64
  21. package/dist/features/chapters/chapters-list/chapters-list.js.map +1 -1
  22. package/dist/features/communication/pub-sub/constants.js +6 -12
  23. package/dist/features/communication/pub-sub/constants.js.map +1 -1
  24. package/dist/features/journey/comps/coachmark/coachmark.js +24 -24
  25. package/dist/features/journey/comps/coachmark/coachmark.js.map +1 -1
  26. package/dist/features/journey/journey-id/journey-id-student.js +1 -1
  27. package/dist/features/journey/journey-id/journey-id-student.js.map +1 -1
  28. package/dist/features/journey/use-journey/journey-context-provider.js +28 -36
  29. package/dist/features/journey/use-journey/journey-context-provider.js.map +1 -1
  30. package/dist/features/journey/use-journey/journey-styled.js +5 -10
  31. package/dist/features/journey/use-journey/journey-styled.js.map +1 -1
  32. package/dist/features/milestone/create/api/goal-submit.js +1 -1
  33. package/dist/features/milestone/create/api/goal-submit.js.map +1 -1
  34. package/dist/features/milestone/create/comps/chapter-item/chapter-item.js +49 -42
  35. package/dist/features/milestone/create/comps/chapter-item/chapter-item.js.map +1 -1
  36. package/dist/features/milestone/create/comps/chapters-selection-step/chapters-selection-step-styled.js +4 -12
  37. package/dist/features/milestone/create/comps/chapters-selection-step/chapters-selection-step-styled.js.map +1 -1
  38. package/dist/features/milestone/create/comps/chapters-selection-step/chapters-selection-step.js +105 -128
  39. package/dist/features/milestone/create/comps/chapters-selection-step/chapters-selection-step.js.map +1 -1
  40. package/dist/features/milestone/create/comps/milestone-progress-v2/milestone-progress-v2.js +92 -0
  41. package/dist/features/milestone/create/comps/milestone-progress-v2/milestone-progress-v2.js.map +1 -0
  42. package/dist/features/milestone/create/comps/milestone-progress-v2/styled.js +25 -0
  43. package/dist/features/milestone/create/comps/milestone-progress-v2/styled.js.map +1 -0
  44. package/dist/features/milestone/create/comps/sheets-list/sheets-list-styled.js +20 -14
  45. package/dist/features/milestone/create/comps/sheets-list/sheets-list-styled.js.map +1 -1
  46. package/dist/features/milestone/create/comps/sheets-list/sheets-list.js +50 -26
  47. package/dist/features/milestone/create/comps/sheets-list/sheets-list.js.map +1 -1
  48. package/dist/features/milestone/create/milestone-create.js +43 -49
  49. package/dist/features/milestone/create/milestone-create.js.map +1 -1
  50. package/dist/features/milestone/create/utils/index.js +38 -33
  51. package/dist/features/milestone/create/utils/index.js.map +1 -1
  52. package/dist/features/milestone/edit/comps/edit-milestone-modal/api/get-milestone.js +1 -1
  53. package/dist/features/milestone/edit/comps/edit-milestone-modal/api/get-milestone.js.map +1 -1
  54. package/dist/features/milestone/edit/comps/edit-milestone-modal/api/patch-goal-plan.js +1 -1
  55. package/dist/features/milestone/edit/comps/edit-milestone-modal/api/patch-goal-plan.js.map +1 -1
  56. package/dist/features/milestone/edit/comps/edit-milestone-modal/index.js +53 -51
  57. package/dist/features/milestone/edit/comps/edit-milestone-modal/index.js.map +1 -1
  58. package/dist/features/milestone/edit/goal-drafts/goal-draft-edit-container.js +40 -42
  59. package/dist/features/milestone/edit/goal-drafts/goal-draft-edit-container.js.map +1 -1
  60. package/dist/features/milestone/edit/goal-edit-container.js +62 -64
  61. package/dist/features/milestone/edit/goal-edit-container.js.map +1 -1
  62. package/dist/features/milestone/edit/goal-edit-helpers.js +53 -50
  63. package/dist/features/milestone/edit/goal-edit-helpers.js.map +1 -1
  64. package/dist/features/milestone/edit/milestone-edit-container.js +52 -54
  65. package/dist/features/milestone/edit/milestone-edit-container.js.map +1 -1
  66. package/dist/features/milestone/milestone-list-container/api/get-milestone-resources.js +1 -1
  67. package/dist/features/milestone/milestone-list-container/api/get-milestone-resources.js.map +1 -1
  68. package/dist/features/milestone/milestone-list-container/api/get-milestones.js +17 -9
  69. package/dist/features/milestone/milestone-list-container/api/get-milestones.js.map +1 -1
  70. package/dist/features/milestone/milestone-list-container/api/get-tests-list.js +1 -1
  71. package/dist/features/milestone/milestone-list-container/api/get-tests-list.js.map +1 -1
  72. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-list.js +105 -138
  73. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-list.js.map +1 -1
  74. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/context-menu-helper/menu-element-styled.js +13 -0
  75. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/context-menu-helper/menu-element-styled.js.map +1 -0
  76. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/context-menu-helper/menu-element.js +38 -0
  77. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/context-menu-helper/menu-element.js.map +1 -0
  78. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/goals/goal-action-ctas.js +123 -107
  79. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/goals/goal-action-ctas.js.map +1 -1
  80. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-info.js +176 -157
  81. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-info.js.map +1 -1
  82. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-tabs/milestone-tabs-styled.js +10 -24
  83. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-tabs/milestone-tabs-styled.js.map +1 -1
  84. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-tabs/milestone-tabs.js +86 -80
  85. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-tabs/milestone-tabs.js.map +1 -1
  86. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-utils.js +22 -10
  87. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-utils.js.map +1 -1
  88. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-widget-status.js +53 -0
  89. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-widget-status.js.map +1 -0
  90. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-widget-styled.js +37 -70
  91. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-widget-styled.js.map +1 -1
  92. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-widget.js +176 -114
  93. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-widget.js.map +1 -1
  94. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/outcome/outcome-info.js +25 -0
  95. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/outcome/outcome-info.js.map +1 -0
  96. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/outcome/outcome-rank.js +16 -29
  97. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/outcome/outcome-rank.js.map +1 -1
  98. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/outcome/outcome-styled.js +25 -17
  99. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/outcome/outcome-styled.js.map +1 -1
  100. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/outcome/outcome.js +35 -23
  101. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/outcome/outcome.js.map +1 -1
  102. package/dist/features/milestone/milestone-list-container/milestone-list-container.js +113 -110
  103. package/dist/features/milestone/milestone-list-container/milestone-list-container.js.map +1 -1
  104. package/dist/features/milestone/milestone-resources/resources-assign/api/goal-resource-assign.js +1 -1
  105. package/dist/features/milestone/milestone-resources/resources-assign/api/goal-resource-assign.js.map +1 -1
  106. package/dist/features/milestone/milestone-resources/resources-assign/resources-assign.js +8 -8
  107. package/dist/features/milestone/milestone-resources/resources-assign/resources-assign.js.map +1 -1
  108. package/dist/features/milestone/milestone-resources/resources-list/resources-list-styled.js +1 -1
  109. package/dist/features/milestone/milestone-resources/resources-list/resources-list-styled.js.map +1 -1
  110. package/dist/features/milestone/milestone-resources/resources-list/resources-list.js +113 -116
  111. package/dist/features/milestone/milestone-resources/resources-list/resources-list.js.map +1 -1
  112. package/dist/features/milestone/milestone-tests/tests-creation/api/test-sheet-assign.js +5 -5
  113. package/dist/features/milestone/milestone-tests/tests-creation/api/test-sheet-assign.js.map +1 -1
  114. package/dist/features/milestone/milestone-tests/tests-creation/test-stages/chapter-selection/chapter-item/chapter-item.js.map +1 -1
  115. package/dist/features/milestone/milestone-tests/tests-creation/tests-creation.js +50 -46
  116. package/dist/features/milestone/milestone-tests/tests-creation/tests-creation.js.map +1 -1
  117. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item-cta.js +71 -0
  118. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item-cta.js.map +1 -0
  119. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item-styled.js +31 -0
  120. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item-styled.js.map +1 -0
  121. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item-utils.js +38 -0
  122. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item-utils.js.map +1 -0
  123. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item.js +79 -0
  124. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item.js.map +1 -0
  125. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheets-list-styled.js +18 -0
  126. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheets-list-styled.js.map +1 -0
  127. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheets-list.js +51 -0
  128. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheets-list.js.map +1 -0
  129. package/dist/features/milestone/milestone-tests/tests-list/tests-list-styled.js +11 -0
  130. package/dist/features/milestone/milestone-tests/tests-list/tests-list-styled.js.map +1 -0
  131. package/dist/features/milestone/milestone-tests/tests-list/tests-list.js +135 -0
  132. package/dist/features/milestone/milestone-tests/tests-list/tests-list.js.map +1 -0
  133. package/dist/features/post-game-stats/digital-meter/constants.js +11 -11
  134. package/dist/features/post-game-stats/digital-meter/constants.js.map +1 -1
  135. package/dist/features/post-game-stats/digital-meter/digital-meter-styled.js +15 -16
  136. package/dist/features/post-game-stats/digital-meter/digital-meter-styled.js.map +1 -1
  137. package/dist/features/sheets/resources-list/resource-item/styled.js +1 -1
  138. package/dist/features/sheets/resources-list/resource-item/styled.js.map +1 -1
  139. package/dist/features/sheets/sheets-list/sheet-item/reward-n-actions/teacher-actions/teacher-actions-constant.js +3 -4
  140. package/dist/features/sheets/sheets-list/sheet-item/reward-n-actions/teacher-actions/teacher-actions-constant.js.map +1 -1
  141. package/dist/features/trial-session/comps/learning-plan/index.js.map +1 -1
  142. package/dist/features/ui/animated-arc/animated-arc-constants.js +3 -2
  143. package/dist/features/ui/animated-arc/animated-arc-constants.js.map +1 -1
  144. package/dist/features/ui/animated-arc/animated-arc-styled.js +7 -7
  145. package/dist/features/ui/animated-arc/animated-arc-styled.js.map +1 -1
  146. package/dist/features/ui/arrow-tooltip/arrow-tooltip.js +29 -30
  147. package/dist/features/ui/arrow-tooltip/arrow-tooltip.js.map +1 -1
  148. package/dist/features/ui/constants/z-index.js +1 -1
  149. package/dist/features/ui/constants/z-index.js.map +1 -1
  150. package/dist/features/ui/context-menu/context-menu-styled.js +14 -28
  151. package/dist/features/ui/context-menu/context-menu-styled.js.map +1 -1
  152. package/dist/features/ui/context-menu/context-menu.js +17 -25
  153. package/dist/features/ui/context-menu/context-menu.js.map +1 -1
  154. package/dist/features/ui/lottie-animation/lottie-animation.js +24 -32
  155. package/dist/features/ui/lottie-animation/lottie-animation.js.map +1 -1
  156. package/dist/features/ui/theme/button.js +7 -24
  157. package/dist/features/ui/theme/button.js.map +1 -1
  158. package/dist/index.d.ts +34 -341
  159. package/dist/index.js +425 -447
  160. package/dist/index.js.map +1 -1
  161. package/package.json +1 -1
  162. package/dist/assets/line-icons/icons/exclamation.js +0 -26
  163. package/dist/assets/line-icons/icons/exclamation.js.map +0 -1
  164. package/dist/assets/line-icons/icons/home2.js +0 -25
  165. package/dist/assets/line-icons/icons/home2.js.map +0 -1
  166. package/dist/assets/line-icons/icons/important.js +0 -23
  167. package/dist/assets/line-icons/icons/important.js.map +0 -1
  168. package/dist/assets/line-icons/icons/skip-colored.js +0 -43
  169. package/dist/assets/line-icons/icons/skip-colored.js.map +0 -1
  170. package/dist/assets/line-icons/icons/status.js +0 -41
  171. package/dist/assets/line-icons/icons/status.js.map +0 -1
  172. package/dist/features/chapters-v2/api/chapter.js +0 -10
  173. package/dist/features/chapters-v2/api/chapter.js.map +0 -1
  174. package/dist/features/chapters-v2/chapter-details/block-sections/block-section-view.js +0 -112
  175. package/dist/features/chapters-v2/chapter-details/block-sections/block-section-view.js.map +0 -1
  176. package/dist/features/chapters-v2/chapter-details/block-sections/block-sections-styled.js +0 -35
  177. package/dist/features/chapters-v2/chapter-details/block-sections/block-sections-styled.js.map +0 -1
  178. package/dist/features/chapters-v2/chapter-details/block-sections/block-sections.js +0 -83
  179. package/dist/features/chapters-v2/chapter-details/block-sections/block-sections.js.map +0 -1
  180. package/dist/features/chapters-v2/chapter-details/chapter-banner/chapter-banner-styled.js +0 -90
  181. package/dist/features/chapters-v2/chapter-details/chapter-banner/chapter-banner-styled.js.map +0 -1
  182. package/dist/features/chapters-v2/chapter-details/chapter-banner/chapter-banner.js +0 -98
  183. package/dist/features/chapters-v2/chapter-details/chapter-banner/chapter-banner.js.map +0 -1
  184. package/dist/features/chapters-v2/chapter-details/chapter-details-styled.js +0 -51
  185. package/dist/features/chapters-v2/chapter-details/chapter-details-styled.js.map +0 -1
  186. package/dist/features/chapters-v2/chapter-details/chapter-details.js +0 -129
  187. package/dist/features/chapters-v2/chapter-details/chapter-details.js.map +0 -1
  188. package/dist/features/chapters-v2/comps/node-card/border-path-animation.js +0 -13
  189. package/dist/features/chapters-v2/comps/node-card/border-path-animation.js.map +0 -1
  190. package/dist/features/chapters-v2/comps/node-card/node-card-styled.js +0 -159
  191. package/dist/features/chapters-v2/comps/node-card/node-card-styled.js.map +0 -1
  192. package/dist/features/chapters-v2/comps/node-card/node-card-tags.js +0 -16
  193. package/dist/features/chapters-v2/comps/node-card/node-card-tags.js.map +0 -1
  194. package/dist/features/chapters-v2/comps/node-card/node-card.js +0 -12
  195. package/dist/features/chapters-v2/comps/node-card/node-card.js.map +0 -1
  196. package/dist/features/chapters-v2/comps/node-card/node-menu-options/node-menu-option.js +0 -30
  197. package/dist/features/chapters-v2/comps/node-card/node-menu-options/node-menu-option.js.map +0 -1
  198. package/dist/features/chapters-v2/comps/node-card/node-menu-options/node-menu-options-styled.js +0 -32
  199. package/dist/features/chapters-v2/comps/node-card/node-menu-options/node-menu-options-styled.js.map +0 -1
  200. package/dist/features/chapters-v2/comps/node-card/node-menu-options/node-menu-options.js +0 -9
  201. package/dist/features/chapters-v2/comps/node-card/node-menu-options/node-menu-options.js.map +0 -1
  202. package/dist/features/chapters-v2/comps/node-card/student-actions/student-actions.js +0 -189
  203. package/dist/features/chapters-v2/comps/node-card/student-actions/student-actions.js.map +0 -1
  204. package/dist/features/chapters-v2/comps/node-card/teacher-actions/teacher-actions.js +0 -194
  205. package/dist/features/chapters-v2/comps/node-card/teacher-actions/teacher-actions.js.map +0 -1
  206. package/dist/features/chapters-v2/comps/tag/tag-styled.js +0 -13
  207. package/dist/features/chapters-v2/comps/tag/tag-styled.js.map +0 -1
  208. package/dist/features/chapters-v2/comps/tag/tag.js +0 -28
  209. package/dist/features/chapters-v2/comps/tag/tag.js.map +0 -1
  210. package/dist/features/chapters-v2/constants/block-constants.js +0 -20
  211. package/dist/features/chapters-v2/constants/block-constants.js.map +0 -1
  212. package/dist/features/chapters-v2/constants/node-constants.js +0 -14
  213. package/dist/features/chapters-v2/constants/node-constants.js.map +0 -1
  214. package/dist/features/chapters-v2/utils/index.js +0 -45
  215. package/dist/features/chapters-v2/utils/index.js.map +0 -1
  216. package/dist/features/chapters-v2/utils/node-card-utils.js +0 -169
  217. package/dist/features/chapters-v2/utils/node-card-utils.js.map +0 -1
  218. package/dist/features/homework/card-menu-option.js +0 -28
  219. package/dist/features/homework/card-menu-option.js.map +0 -1
  220. package/dist/features/homework/card-menu-options.js +0 -22
  221. package/dist/features/homework/card-menu-options.js.map +0 -1
  222. package/dist/features/homework/card-title.js +0 -16
  223. package/dist/features/homework/card-title.js.map +0 -1
  224. package/dist/features/homework/homework-analytics-events.js +0 -10
  225. package/dist/features/homework/homework-analytics-events.js.map +0 -1
  226. package/dist/features/homework/homework-card-view.js +0 -143
  227. package/dist/features/homework/homework-card-view.js.map +0 -1
  228. package/dist/features/homework/homework-card.js +0 -245
  229. package/dist/features/homework/homework-card.js.map +0 -1
  230. package/dist/features/homework/hw-card-list/api/get-homeworks.js +0 -10
  231. package/dist/features/homework/hw-card-list/api/get-homeworks.js.map +0 -1
  232. package/dist/features/homework/hw-card-list/hw-card-list-styled.js +0 -63
  233. package/dist/features/homework/hw-card-list/hw-card-list-styled.js.map +0 -1
  234. package/dist/features/homework/hw-card-list/hw-card-list-view.js +0 -157
  235. package/dist/features/homework/hw-card-list/hw-card-list-view.js.map +0 -1
  236. package/dist/features/homework/hw-card-list/hw-card-list.js +0 -67
  237. package/dist/features/homework/hw-card-list/hw-card-list.js.map +0 -1
  238. package/dist/features/homework/node-progress.js +0 -29
  239. package/dist/features/homework/node-progress.js.map +0 -1
  240. package/dist/features/homework/styles.js +0 -130
  241. package/dist/features/homework/styles.js.map +0 -1
  242. package/dist/features/homework/utils.js +0 -48
  243. package/dist/features/homework/utils.js.map +0 -1
  244. package/dist/features/journey/hooks/use-chapter-journey.js +0 -173
  245. package/dist/features/journey/hooks/use-chapter-journey.js.map +0 -1
  246. package/dist/features/journey/hooks/use-home-page-journey/home-page-homeworks-mock.js +0 -268
  247. package/dist/features/journey/hooks/use-home-page-journey/home-page-homeworks-mock.js.map +0 -1
  248. package/dist/features/journey/hooks/use-home-page-journey/recent-chapters-mock.js +0 -513
  249. package/dist/features/journey/hooks/use-home-page-journey/recent-chapters-mock.js.map +0 -1
  250. package/dist/features/journey/hooks/use-home-page-journey/styles.js +0 -23
  251. package/dist/features/journey/hooks/use-home-page-journey/styles.js.map +0 -1
  252. package/dist/features/journey/hooks/use-home-page-journey/tooltip-item.js +0 -22
  253. package/dist/features/journey/hooks/use-home-page-journey/tooltip-item.js.map +0 -1
  254. package/dist/features/journey/hooks/use-home-page-journey/use-home-page-journey.js +0 -270
  255. package/dist/features/journey/hooks/use-home-page-journey/use-home-page-journey.js.map +0 -1
  256. package/dist/features/journey/journey-id/journey-id-teacher.js +0 -5
  257. package/dist/features/journey/journey-id/journey-id-teacher.js.map +0 -1
  258. package/dist/features/journey/mocks/chapter-page-journey-mock-data.js +0 -584
  259. package/dist/features/journey/mocks/chapter-page-journey-mock-data.js.map +0 -1
  260. package/dist/features/milestone/milestone-tests/test-list-v2/test-list-container.js +0 -165
  261. package/dist/features/milestone/milestone-tests/test-list-v2/test-list-container.js.map +0 -1
  262. package/dist/features/milestone/milestone-tests/test-list-v2/test-list-view-styled.js +0 -25
  263. package/dist/features/milestone/milestone-tests/test-list-v2/test-list-view-styled.js.map +0 -1
  264. package/dist/features/milestone/milestone-tests/test-list-v2/test-list-view.js +0 -87
  265. package/dist/features/milestone/milestone-tests/test-list-v2/test-list-view.js.map +0 -1
  266. package/dist/features/recent-chapters/api/get-recent-chapters.js +0 -9
  267. package/dist/features/recent-chapters/api/get-recent-chapters.js.map +0 -1
  268. package/dist/features/recent-chapters/recent-chapters-styled.js +0 -16
  269. package/dist/features/recent-chapters/recent-chapters-styled.js.map +0 -1
  270. package/dist/features/recent-chapters/recent-chapters.js +0 -39
  271. package/dist/features/recent-chapters/recent-chapters.js.map +0 -1
  272. package/dist/features/sheet-v2/resource-list/resource-list.js +0 -45
  273. package/dist/features/sheet-v2/resource-list/resource-list.js.map +0 -1
  274. package/dist/features/ui/animated-arc/constants.js +0 -5
  275. package/dist/features/ui/animated-arc/constants.js.map +0 -1
  276. package/dist/node_modules/date-fns/differenceInDays.js +0 -17
  277. package/dist/node_modules/date-fns/differenceInDays.js.map +0 -1
  278. package/dist/static/chapter-header-bg-2.c8d96894.svg +0 -1
  279. package/dist/static/competitive-arena.b9c40801.json +0 -1
  280. package/dist/static/learn.71b13323.json +0 -1
  281. package/dist/static/node-custom-test-bg.d3b757be.svg +0 -1
  282. package/dist/static/node-learn-bg.b61f815c.svg +0 -1
  283. package/dist/static/node-practice-bg.16cbaf2a.svg +0 -1
  284. package/dist/static/node-project-bg.e6a33e28.svg +0 -1
  285. package/dist/static/node-puzzle-bg.3422135c.svg +0 -1
  286. package/dist/static/node-recap-bg.546154e4.svg +0 -1
  287. package/dist/static/node-test-prep-bg.42c0b9c4.svg +0 -1
  288. package/dist/static/node-video-bg.3df3f73a.svg +0 -1
  289. package/dist/static/practice.158dd488.json +0 -1
  290. package/dist/static/project.eb665827.json +0 -1
  291. package/dist/static/puzzle.b298c7e4.json +0 -1
  292. package/dist/static/recap.0dd2c1e2.json +0 -1
  293. package/dist/static/test.803d6036.json +0 -1
  294. package/dist/static/video.b41451e2.json +0 -1
@@ -1,270 +0,0 @@
1
- import { jsxs as c, jsx as o } from "react/jsx-runtime";
2
- import { useRef as d, useCallback as m, useMemo as K, useEffect as D } from "react";
3
- import H from "../../../chapters/chapters-list/chapter-item/chapter-item.js";
4
- import U from "../../../homework/homework-card.js";
5
- import I from "../../../homework/hw-card-list/hw-card-list-view.js";
6
- import J from "../../../milestone/milestone-list-container/milestone-list-container.js";
7
- import T from "../../../ui/layout/flex-view.js";
8
- import P from "../../../ui/text/text.js";
9
- import { JOURNEY_ID_STUDENT as M } from "../../journey-id/journey-id-student.js";
10
- import { IndicatorType as p } from "../../use-journey/constants.js";
11
- import { useJourney as W } from "../../use-journey/use-journey.js";
12
- import { HOMEWORK_DETAILS as C } from "./home-page-homeworks-mock.js";
13
- import { RECENT_CHAPTERS as h } from "./recent-chapters-mock.js";
14
- import { ChaptersWrapper as v, ELementWrapper as g } from "./styles.js";
15
- import u from "./tooltip-item.js";
16
- const ae = () => {
17
- const r = M.HOMEPAGE_JOURNEY, n = d(null), i = d(null), y = d(null), w = d([]), { nextCoachmark: E, setJourney: O, endJourney: b } = W(), e = m(() => null, []), A = m(() => {
18
- b(r), document.body.style.overflow = "unset";
19
- }, [b, r]), s = m(() => {
20
- E(r, !1, 0, !0);
21
- }, [E, r]), L = m(
22
- ({ studentId: a, stream: S, userType: l }) => {
23
- var k, x;
24
- const { title: X, subtext: _ } = C[0], N = l === "STUDENT";
25
- if (!(n != null && n.current) || !(i != null && i.current))
26
- return;
27
- const $ = [
28
- {
29
- originalElementToHighlightRef: n,
30
- isActive: !1,
31
- type: p.TOOLTIP,
32
- elementToHighlight: /* @__PURE__ */ c(
33
- T,
34
- {
35
- $flexGapX: 2.5,
36
- $marginBottomX: 8,
37
- $background: "WHITE",
38
- $widthX: 47,
39
- $gutterX: 1,
40
- children: [
41
- /* @__PURE__ */ o(
42
- I,
43
- {
44
- userType: l,
45
- studentId: a,
46
- isHwProcessing: !1,
47
- hwDetails: C,
48
- onTestStart: e,
49
- onNodeAttempt: e,
50
- onTestPreview: e,
51
- onNodeView: e,
52
- onTestReview: e,
53
- onNodeReview: e,
54
- onNodeUnassign: e
55
- }
56
- ),
57
- /* @__PURE__ */ c(T, { $flexRowGapX: 1, ref: y, children: [
58
- /* @__PURE__ */ c(P, { $renderAs: "ac4-black", $color: "BLACK_T_60", children: [
59
- "Recent Chapters (",
60
- (k = h) == null ? void 0 : k.length,
61
- ")"
62
- ] }),
63
- /* @__PURE__ */ o(v, { children: h.map((t, f) => /* @__PURE__ */ o(
64
- H,
65
- {
66
- chapter: t,
67
- onChapterClick: e,
68
- itemIndex: f
69
- },
70
- t.id
71
- )) })
72
- ] }),
73
- /* @__PURE__ */ o(
74
- J,
75
- {
76
- milestoneType: "ACTIVE",
77
- activeMilestoneId: "",
78
- activeTabId: "",
79
- canCreatePlan: !1,
80
- courseStream: S,
81
- isClassOngoing: !1,
82
- isStudentPresent: !1,
83
- parentName: "",
84
- studentId: a,
85
- studentName: "",
86
- teacherName: "",
87
- userType: l,
88
- onAddChapter: e,
89
- onAddOutcome: e,
90
- onChapterClick: e,
91
- onCreatePlan: e,
92
- onDelete: e,
93
- onDraftPublish: e,
94
- onEdit: e,
95
- onExpandPastMilestones: e,
96
- onNodeView: e,
97
- onNodeReview: e,
98
- onWidgetTabSelection: e,
99
- onAssignResources: e,
100
- onNodeReset: e,
101
- onNodeUnassign: e,
102
- onCreateMilestoneTest: e,
103
- onTestPreview: e,
104
- onTestReview: e
105
- }
106
- )
107
- ]
108
- }
109
- ),
110
- indicator: {
111
- position: "top",
112
- tooltipXCoOrdinates: 0,
113
- tooltipYCoOrdinates: 0,
114
- backgroundColor: "BLUE_4",
115
- borderColor: "BLACK",
116
- arrowColor: "BLACK",
117
- arrowSize: 12,
118
- width: 264,
119
- tooltipItem: /* @__PURE__ */ o(
120
- u,
121
- {
122
- text: `Welcome to the all new ${N ? "learning" : "tutoring"} homepage.`,
123
- buttonLabel: "Next",
124
- onButtonClick: s
125
- }
126
- )
127
- }
128
- },
129
- {
130
- originalElementToHighlightRef: i,
131
- elementToHighlight: /* @__PURE__ */ o(g, { children: /* @__PURE__ */ o(
132
- I,
133
- {
134
- userType: l,
135
- studentId: a,
136
- isHwProcessing: !1,
137
- hwDetails: C,
138
- onTestStart: e,
139
- onNodeAttempt: e,
140
- onTestPreview: e,
141
- onNodeView: e,
142
- onTestReview: e,
143
- onNodeReview: e,
144
- onNodeUnassign: e
145
- }
146
- ) }),
147
- type: p.TOOLTIP,
148
- indicator: {
149
- position: "top",
150
- tooltipXCoOrdinates: -197,
151
- tooltipYCoOrdinates: -12,
152
- arrowXCoOrdinates: -110,
153
- backgroundColor: "GREEN_4",
154
- borderColor: "BLACK",
155
- arrowColor: "BLACK",
156
- width: 264,
157
- arrowSize: 12,
158
- tooltipItem: /* @__PURE__ */ o(
159
- u,
160
- {
161
- text: `Homework is now easy to access and easy to ${N ? "complete" : "review"}!`,
162
- buttonLabel: "Next",
163
- onButtonClick: s
164
- }
165
- )
166
- },
167
- isActive: !1
168
- },
169
- {
170
- originalElementToHighlightRef: i,
171
- elementToHighlight: /* @__PURE__ */ o(g, { children: /* @__PURE__ */ o(
172
- U,
173
- {
174
- isInQueue: !1,
175
- userType: l,
176
- header: X,
177
- subHeader: _ || "",
178
- nodeData: C[0],
179
- renderAs: "homework",
180
- studentId: a,
181
- shouldOpenOnRight: !1
182
- }
183
- ) }),
184
- type: p.TOOLTIP,
185
- indicator: {
186
- position: "top",
187
- tooltipXCoOrdinates: -35,
188
- tooltipYCoOrdinates: -7,
189
- backgroundColor: "PURPLE_4",
190
- borderColor: "BLACK",
191
- arrowColor: "BLACK",
192
- arrowXCoOrdinates: -97,
193
- arrowSize: 12,
194
- width: 264,
195
- tooltipItem: /* @__PURE__ */ o(
196
- u,
197
- {
198
- text: "Track homework status and their due dates.",
199
- buttonLabel: "Next",
200
- onButtonClick: s
201
- }
202
- )
203
- },
204
- isActive: !1
205
- },
206
- {
207
- originalElementToHighlightRef: n,
208
- elementToHighlight: /* @__PURE__ */ o(g, { children: /* @__PURE__ */ c(T, { $flexRowGapX: 1, children: [
209
- /* @__PURE__ */ c(P, { $renderAs: "ac4-black", $color: "BLACK_T_60", children: [
210
- "Recent Chapters (",
211
- (x = h) == null ? void 0 : x.length,
212
- ")"
213
- ] }),
214
- /* @__PURE__ */ o(v, { children: h.map((t, f) => /* @__PURE__ */ o(
215
- H,
216
- {
217
- chapter: t,
218
- onChapterClick: e,
219
- itemIndex: f
220
- },
221
- t.id
222
- )) })
223
- ] }) }),
224
- type: p.TOOLTIP,
225
- indicator: {
226
- position: "top",
227
- tooltipXCoOrdinates: -200,
228
- tooltipYCoOrdinates: -10,
229
- backgroundColor: "YELLOW_4",
230
- borderColor: "BLACK",
231
- arrowColor: "BLACK",
232
- arrowXCoOrdinates: -97,
233
- arrowSize: 12,
234
- width: 264,
235
- tooltipItem: /* @__PURE__ */ o(
236
- u,
237
- {
238
- text: "Access all your recent chapters in one place.",
239
- buttonLabel: "Got it",
240
- onButtonClick: A
241
- }
242
- )
243
- },
244
- isActive: !1
245
- }
246
- ];
247
- O(r, $);
248
- const R = setTimeout(() => {
249
- var t;
250
- clearTimeout(R), l === "STUDENT" ? window.scrollTo(0, 0) : (t = document.getElementById("tab-content-container")) == null || t.scrollTo(0, 0), document.body.style.overflow = "hidden", s();
251
- }, 200);
252
- w.current.push(R);
253
- },
254
- [A, e, s, r, O]
255
- ), B = K(
256
- () => ({
257
- homepageRef: n,
258
- homeworkRef: i,
259
- startJourney: L
260
- }),
261
- [L]
262
- );
263
- return D(() => () => {
264
- w.current.forEach((a) => clearTimeout(a)), w.current = [];
265
- }, []), B;
266
- };
267
- export {
268
- ae as useHomePageJourney
269
- };
270
- //# sourceMappingURL=use-home-page-journey.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"use-home-page-journey.js","sources":["../../../../../src/features/journey/hooks/use-home-page-journey/use-home-page-journey.tsx"],"sourcesContent":["import type { INodeDataProps } from '../../../chapters-v2/comps/node-card/node-card-types';\nimport type { IChapterDataProps } from '../../../chapters/chapter/chapter-types';\nimport type { TCourseStream } from '../../../milestone/create/milestone-create-types';\nimport type { IArrowTooltipProps } from '../../../ui/arrow-tooltip/arrow-tooltip-types';\nimport type { ICoachmarkProps } from '../../use-journey/journey-context-types';\nimport type { IHomepageStartJourneyProps } from './homepage-journey-types';\n\nimport { useCallback, useEffect, useMemo, useRef } from 'react';\n\nimport ChapterItem from '../../../chapters/chapters-list/chapter-item/chapter-item';\nimport HomeworkCard from '../../../homework/homework-card';\nimport HwCardListView from '../../../homework/hw-card-list/hw-card-list-view';\nimport MilestoneListContainer from '../../../milestone/milestone-list-container/milestone-list-container';\nimport FlexView from '../../../ui/layout/flex-view';\nimport Text from '../../../ui/text/text';\nimport { JOURNEY_ID_STUDENT } from '../../journey-id/journey-id-student';\nimport { IndicatorType } from '../../use-journey/constants';\nimport { useJourney } from '../../use-journey/use-journey';\nimport { HOMEWORK_DETAILS } from './home-page-homeworks-mock';\nimport { RECENT_CHAPTERS } from './recent-chapters-mock';\nimport { ChaptersWrapper, ELementWrapper } from './styles';\nimport TooltipItem from './tooltip-item';\n\nexport const useHomePageJourney = () => {\n const journeyId = JOURNEY_ID_STUDENT.HOMEPAGE_JOURNEY;\n\n const homepageRef = useRef<HTMLDivElement>(null);\n const homeworkRef = useRef<HTMLDivElement>(null);\n const recentChaptersRef = useRef<HTMLDivElement>(null);\n const timerRefs = useRef<ReturnType<typeof setTimeout>[]>([]);\n const { nextCoachmark, setJourney, endJourney } = useJourney();\n\n const emptyFunction = useCallback(() => null, []);\n\n const handleEndJourney = useCallback(() => {\n endJourney(journeyId);\n document.body.style.overflow = 'unset';\n }, [endJourney, journeyId]);\n\n const handleNextCoachmark = useCallback(() => {\n nextCoachmark(journeyId, false, 0, true);\n }, [nextCoachmark, journeyId]);\n\n const startJourney = useCallback(\n ({ studentId, stream, userType }: IHomepageStartJourneyProps) => {\n const { title, subtext } = HOMEWORK_DETAILS[0] as INodeDataProps;\n const isStudent = userType === 'STUDENT';\n\n if (!homepageRef?.current || !homeworkRef?.current) {\n return;\n }\n\n const homepageSteps: ICoachmarkProps[] = [\n {\n originalElementToHighlightRef: homepageRef,\n isActive: false,\n type: IndicatorType.TOOLTIP,\n elementToHighlight: (\n <FlexView\n $flexGapX={2.5}\n $marginBottomX={8}\n $background=\"WHITE\"\n $widthX={47}\n $gutterX={1}\n >\n <HwCardListView\n userType={userType}\n studentId={studentId}\n isHwProcessing={false}\n hwDetails={HOMEWORK_DETAILS as INodeDataProps[]}\n onTestStart={emptyFunction}\n onNodeAttempt={emptyFunction}\n onTestPreview={emptyFunction}\n onNodeView={emptyFunction}\n onTestReview={emptyFunction}\n onNodeReview={emptyFunction}\n onNodeUnassign={emptyFunction}\n />\n <FlexView $flexRowGapX={1} ref={recentChaptersRef}>\n <Text $renderAs=\"ac4-black\" $color=\"BLACK_T_60\">\n Recent Chapters ({RECENT_CHAPTERS?.length})\n </Text>\n <ChaptersWrapper>\n {RECENT_CHAPTERS.map((chapter, idx) => (\n <ChapterItem\n key={chapter.id}\n chapter={chapter as unknown as IChapterDataProps}\n onChapterClick={emptyFunction}\n itemIndex={idx}\n />\n ))}\n </ChaptersWrapper>\n </FlexView>\n <MilestoneListContainer\n milestoneType=\"ACTIVE\"\n activeMilestoneId={''}\n activeTabId={''}\n canCreatePlan={false}\n courseStream={stream as TCourseStream}\n isClassOngoing={false}\n isStudentPresent={false}\n parentName={''}\n studentId={studentId}\n studentName={''}\n teacherName={''}\n userType={userType}\n //* Callbacks\n onAddChapter={emptyFunction}\n onAddOutcome={emptyFunction}\n onChapterClick={emptyFunction}\n onCreatePlan={emptyFunction}\n onDelete={emptyFunction}\n onDraftPublish={emptyFunction}\n onEdit={emptyFunction}\n onExpandPastMilestones={emptyFunction}\n onNodeView={emptyFunction}\n onNodeReview={emptyFunction}\n onWidgetTabSelection={emptyFunction}\n //* Resource callbacks\n onAssignResources={emptyFunction}\n onNodeReset={emptyFunction}\n onNodeUnassign={emptyFunction}\n //* Tests callbacks\n onCreateMilestoneTest={emptyFunction}\n onTestPreview={emptyFunction}\n onTestReview={emptyFunction}\n />\n </FlexView>\n ),\n indicator: {\n position: 'top',\n tooltipXCoOrdinates: 0,\n tooltipYCoOrdinates: 0,\n backgroundColor: 'BLUE_4',\n borderColor: 'BLACK',\n arrowColor: 'BLACK',\n arrowSize: 12,\n width: 264,\n tooltipItem: (\n <TooltipItem\n text={`Welcome to the all new ${isStudent ? 'learning' : 'tutoring'} homepage.`}\n buttonLabel=\"Next\"\n onButtonClick={handleNextCoachmark}\n />\n ),\n } as IArrowTooltipProps,\n },\n {\n originalElementToHighlightRef: homeworkRef,\n elementToHighlight: (\n <ELementWrapper>\n <HwCardListView\n userType={userType}\n studentId={studentId}\n isHwProcessing={false}\n hwDetails={HOMEWORK_DETAILS as INodeDataProps[]}\n onTestStart={emptyFunction}\n onNodeAttempt={emptyFunction}\n onTestPreview={emptyFunction}\n onNodeView={emptyFunction}\n onTestReview={emptyFunction}\n onNodeReview={emptyFunction}\n onNodeUnassign={emptyFunction}\n />\n </ELementWrapper>\n ),\n type: IndicatorType.TOOLTIP,\n indicator: {\n position: 'top',\n tooltipXCoOrdinates: -197,\n tooltipYCoOrdinates: -12,\n arrowXCoOrdinates: -110,\n backgroundColor: 'GREEN_4',\n borderColor: 'BLACK',\n arrowColor: 'BLACK',\n width: 264,\n arrowSize: 12,\n tooltipItem: (\n <TooltipItem\n text={`Homework is now easy to access and easy to ${\n isStudent ? 'complete' : 'review'\n }!`}\n buttonLabel=\"Next\"\n onButtonClick={handleNextCoachmark}\n />\n ),\n } as IArrowTooltipProps,\n isActive: false,\n },\n {\n originalElementToHighlightRef: homeworkRef,\n elementToHighlight: (\n <ELementWrapper>\n <HomeworkCard\n isInQueue={false}\n userType={userType}\n header={title}\n subHeader={subtext || ''}\n nodeData={HOMEWORK_DETAILS[0] as INodeDataProps}\n renderAs=\"homework\"\n studentId={studentId}\n shouldOpenOnRight={false}\n />\n </ELementWrapper>\n ),\n type: IndicatorType.TOOLTIP,\n indicator: {\n position: 'top',\n tooltipXCoOrdinates: -35,\n tooltipYCoOrdinates: -7,\n backgroundColor: 'PURPLE_4',\n borderColor: 'BLACK',\n arrowColor: 'BLACK',\n arrowXCoOrdinates: -97,\n arrowSize: 12,\n width: 264,\n tooltipItem: (\n <TooltipItem\n text=\"Track homework status and their due dates.\"\n buttonLabel=\"Next\"\n onButtonClick={handleNextCoachmark}\n />\n ),\n } as IArrowTooltipProps,\n isActive: false,\n },\n {\n originalElementToHighlightRef: homepageRef,\n elementToHighlight: (\n <ELementWrapper>\n <FlexView $flexRowGapX={1}>\n <Text $renderAs=\"ac4-black\" $color=\"BLACK_T_60\">\n Recent Chapters ({RECENT_CHAPTERS?.length})\n </Text>\n <ChaptersWrapper>\n {RECENT_CHAPTERS.map((chapter, idx) => (\n <ChapterItem\n key={chapter.id}\n chapter={chapter as unknown as IChapterDataProps}\n onChapterClick={emptyFunction}\n itemIndex={idx}\n />\n ))}\n </ChaptersWrapper>\n </FlexView>\n </ELementWrapper>\n ),\n type: IndicatorType.TOOLTIP,\n indicator: {\n position: 'top',\n tooltipXCoOrdinates: -200,\n tooltipYCoOrdinates: -10,\n backgroundColor: 'YELLOW_4',\n borderColor: 'BLACK',\n arrowColor: 'BLACK',\n arrowXCoOrdinates: -97,\n arrowSize: 12,\n width: 264,\n tooltipItem: (\n <TooltipItem\n text=\"Access all your recent chapters in one place.\"\n buttonLabel=\"Got it\"\n onButtonClick={handleEndJourney}\n />\n ),\n } as IArrowTooltipProps,\n isActive: false,\n },\n ];\n\n setJourney(journeyId, homepageSteps);\n\n const delayBeforeStart = setTimeout(() => {\n clearTimeout(delayBeforeStart);\n if (userType === 'STUDENT') {\n window.scrollTo(0, 0);\n } else {\n document.getElementById('tab-content-container')?.scrollTo(0, 0);\n }\n document.body.style.overflow = 'hidden';\n handleNextCoachmark();\n }, 200);\n\n timerRefs.current.push(delayBeforeStart); // Store to cleanup later\n },\n [handleEndJourney, emptyFunction, handleNextCoachmark, journeyId, setJourney],\n );\n\n const data = useMemo(\n () => ({\n homepageRef,\n homeworkRef,\n startJourney,\n }),\n [startJourney],\n );\n\n // Cleanup on unmount\n useEffect(() => {\n return () => {\n timerRefs.current.forEach(timer => clearTimeout(timer));\n timerRefs.current = [];\n };\n }, []);\n\n return data;\n};\n"],"names":["useHomePageJourney","journeyId","JOURNEY_ID_STUDENT","homepageRef","useRef","homeworkRef","recentChaptersRef","timerRefs","nextCoachmark","setJourney","endJourney","useJourney","emptyFunction","useCallback","handleEndJourney","handleNextCoachmark","startJourney","studentId","stream","userType","title","subtext","HOMEWORK_DETAILS","isStudent","homepageSteps","IndicatorType","jsxs","FlexView","jsx","HwCardListView","Text","_a","RECENT_CHAPTERS","ChaptersWrapper","chapter","idx","ChapterItem","MilestoneListContainer","TooltipItem","ELementWrapper","HomeworkCard","_b","delayBeforeStart","data","useMemo","useEffect","timer"],"mappings":"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"}
@@ -1,5 +0,0 @@
1
- var P = /* @__PURE__ */ ((E) => (E.HOMEPAGE_JOURNEY = "HOMEPAGE_JOURNEY", E.CHAPTER_PAGE_JOURNEY = "CHAPTER_PAGE_JOURNEY", E))(P || {});
2
- export {
3
- P as JOURNEY_ID_TEACHER
4
- };
5
- //# sourceMappingURL=journey-id-teacher.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"journey-id-teacher.js","sources":["../../../../src/features/journey/journey-id/journey-id-teacher.ts"],"sourcesContent":["export enum JOURNEY_ID_TEACHER {\n HOMEPAGE_JOURNEY = 'HOMEPAGE_JOURNEY',\n CHAPTER_PAGE_JOURNEY = 'CHAPTER_PAGE_JOURNEY',\n}\n"],"names":["JOURNEY_ID_TEACHER"],"mappings":"AAAY,IAAAA,sBAAAA,OACVA,EAAA,mBAAmB,oBACnBA,EAAA,uBAAuB,wBAFbA,IAAAA,KAAA,CAAA,CAAA;"}