@cuemath/leap 2.9.12-j2 → 3.0.1-as1

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 (679) hide show
  1. package/dist/assets/illustrations/illustrations.js +9 -3
  2. package/dist/assets/illustrations/illustrations.js.map +1 -1
  3. package/dist/assets/line-icons/icons/bin2.js +7 -8
  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/line-icons/icons/exclamation.js +26 -0
  7. package/dist/assets/line-icons/icons/exclamation.js.map +1 -0
  8. package/dist/assets/line-icons/icons/home2.js +25 -0
  9. package/dist/assets/line-icons/icons/home2.js.map +1 -0
  10. package/dist/assets/line-icons/icons/important.js +23 -0
  11. package/dist/assets/line-icons/icons/important.js.map +1 -0
  12. package/dist/assets/line-icons/icons/skip-colored.js +43 -0
  13. package/dist/assets/line-icons/icons/skip-colored.js.map +1 -0
  14. package/dist/assets/line-icons/icons/status.js +41 -0
  15. package/dist/assets/line-icons/icons/status.js.map +1 -0
  16. package/dist/assets/lottie/lottie.js +8 -11
  17. package/dist/assets/lottie/lottie.js.map +1 -1
  18. package/dist/constants/api.js +3 -2
  19. package/dist/constants/api.js.map +1 -1
  20. package/dist/features/analytics-events/platform-events-student.js +3 -3
  21. package/dist/features/analytics-events/platform-events-student.js.map +1 -1
  22. package/dist/features/analytics-events/whitelist-events.js +13 -11
  23. package/dist/features/analytics-events/whitelist-events.js.map +1 -1
  24. package/dist/features/chapters/chapters-list/chapter-item/chapter-item-styled.js +99 -33
  25. package/dist/features/chapters/chapters-list/chapter-item/chapter-item-styled.js.map +1 -1
  26. package/dist/features/chapters/chapters-list/chapter-item/chapter-item.js +92 -49
  27. package/dist/features/chapters/chapters-list/chapter-item/chapter-item.js.map +1 -1
  28. package/dist/features/chapters/chapters-list/chapters-list-styled.js +5 -5
  29. package/dist/features/chapters/chapters-list/chapters-list-styled.js.map +1 -1
  30. package/dist/features/chapters/chapters-list/chapters-list.js +64 -70
  31. package/dist/features/chapters/chapters-list/chapters-list.js.map +1 -1
  32. package/dist/features/chapters-v2/api/chapter.js +10 -0
  33. package/dist/features/chapters-v2/api/chapter.js.map +1 -0
  34. package/dist/features/chapters-v2/chapter-details/block-sections/block-section-view.js +112 -0
  35. package/dist/features/chapters-v2/chapter-details/block-sections/block-section-view.js.map +1 -0
  36. package/dist/features/chapters-v2/chapter-details/block-sections/block-sections-styled.js +35 -0
  37. package/dist/features/chapters-v2/chapter-details/block-sections/block-sections-styled.js.map +1 -0
  38. package/dist/features/chapters-v2/chapter-details/block-sections/block-sections.js +83 -0
  39. package/dist/features/chapters-v2/chapter-details/block-sections/block-sections.js.map +1 -0
  40. package/dist/features/chapters-v2/chapter-details/chapter-banner/chapter-banner-styled.js +90 -0
  41. package/dist/features/chapters-v2/chapter-details/chapter-banner/chapter-banner-styled.js.map +1 -0
  42. package/dist/features/chapters-v2/chapter-details/chapter-banner/chapter-banner.js +98 -0
  43. package/dist/features/chapters-v2/chapter-details/chapter-banner/chapter-banner.js.map +1 -0
  44. package/dist/features/chapters-v2/chapter-details/chapter-details-styled.js +51 -0
  45. package/dist/features/chapters-v2/chapter-details/chapter-details-styled.js.map +1 -0
  46. package/dist/features/chapters-v2/chapter-details/chapter-details.js +129 -0
  47. package/dist/features/chapters-v2/chapter-details/chapter-details.js.map +1 -0
  48. package/dist/features/chapters-v2/comps/node-card/node-card-styled.js +159 -0
  49. package/dist/features/chapters-v2/comps/node-card/node-card-styled.js.map +1 -0
  50. package/dist/features/chapters-v2/comps/node-card/node-card-tags.js +16 -0
  51. package/dist/features/chapters-v2/comps/node-card/node-card-tags.js.map +1 -0
  52. package/dist/features/chapters-v2/comps/node-card/node-card.js +12 -0
  53. package/dist/features/chapters-v2/comps/node-card/node-card.js.map +1 -0
  54. package/dist/features/chapters-v2/comps/node-card/node-menu-options/node-menu-option.js +30 -0
  55. package/dist/features/chapters-v2/comps/node-card/node-menu-options/node-menu-option.js.map +1 -0
  56. package/dist/features/chapters-v2/comps/node-card/node-menu-options/node-menu-options-styled.js +32 -0
  57. package/dist/features/chapters-v2/comps/node-card/node-menu-options/node-menu-options-styled.js.map +1 -0
  58. package/dist/features/chapters-v2/comps/node-card/node-menu-options/node-menu-options.js +9 -0
  59. package/dist/features/chapters-v2/comps/node-card/node-menu-options/node-menu-options.js.map +1 -0
  60. package/dist/features/chapters-v2/comps/node-card/student-actions/student-actions.js +189 -0
  61. package/dist/features/chapters-v2/comps/node-card/student-actions/student-actions.js.map +1 -0
  62. package/dist/features/chapters-v2/comps/node-card/teacher-actions/teacher-actions.js +194 -0
  63. package/dist/features/chapters-v2/comps/node-card/teacher-actions/teacher-actions.js.map +1 -0
  64. package/dist/features/chapters-v2/comps/tag/tag-styled.js +13 -0
  65. package/dist/features/chapters-v2/comps/tag/tag-styled.js.map +1 -0
  66. package/dist/features/chapters-v2/comps/tag/tag.js +28 -0
  67. package/dist/features/chapters-v2/comps/tag/tag.js.map +1 -0
  68. package/dist/features/chapters-v2/constants/block-constants.js +20 -0
  69. package/dist/features/chapters-v2/constants/block-constants.js.map +1 -0
  70. package/dist/features/chapters-v2/constants/node-constants.js +14 -0
  71. package/dist/features/chapters-v2/constants/node-constants.js.map +1 -0
  72. package/dist/features/chapters-v2/utils/index.js +45 -0
  73. package/dist/features/chapters-v2/utils/index.js.map +1 -0
  74. package/dist/features/chapters-v2/utils/node-card-utils.js +169 -0
  75. package/dist/features/chapters-v2/utils/node-card-utils.js.map +1 -0
  76. package/dist/features/communication/pub-sub/constants.js +12 -6
  77. package/dist/features/communication/pub-sub/constants.js.map +1 -1
  78. package/dist/features/homework/card-menu-option.js +28 -0
  79. package/dist/features/homework/card-menu-option.js.map +1 -0
  80. package/dist/features/homework/card-menu-options.js +22 -0
  81. package/dist/features/homework/card-menu-options.js.map +1 -0
  82. package/dist/features/homework/card-title.js +16 -0
  83. package/dist/features/homework/card-title.js.map +1 -0
  84. package/dist/features/homework/homework-analytics-events.js +10 -0
  85. package/dist/features/homework/homework-analytics-events.js.map +1 -0
  86. package/dist/features/homework/homework-card-view.js +143 -0
  87. package/dist/features/homework/homework-card-view.js.map +1 -0
  88. package/dist/features/homework/homework-card.js +245 -0
  89. package/dist/features/homework/homework-card.js.map +1 -0
  90. package/dist/features/homework/hw-card-list/api/get-homeworks.js +10 -0
  91. package/dist/features/homework/hw-card-list/api/get-homeworks.js.map +1 -0
  92. package/dist/features/homework/hw-card-list/hw-card-list-styled.js +63 -0
  93. package/dist/features/homework/hw-card-list/hw-card-list-styled.js.map +1 -0
  94. package/dist/features/homework/hw-card-list/hw-card-list-view.js +157 -0
  95. package/dist/features/homework/hw-card-list/hw-card-list-view.js.map +1 -0
  96. package/dist/features/homework/hw-card-list/hw-card-list.js +67 -0
  97. package/dist/features/homework/hw-card-list/hw-card-list.js.map +1 -0
  98. package/dist/features/homework/node-progress.js +29 -0
  99. package/dist/features/homework/node-progress.js.map +1 -0
  100. package/dist/features/homework/styles.js +130 -0
  101. package/dist/features/homework/styles.js.map +1 -0
  102. package/dist/features/homework/utils.js +48 -0
  103. package/dist/features/homework/utils.js.map +1 -0
  104. package/dist/features/journey/comps/coachmark/coachmark.js +24 -24
  105. package/dist/features/journey/comps/coachmark/coachmark.js.map +1 -1
  106. package/dist/features/journey/hooks/use-chapter-journey.js +173 -0
  107. package/dist/features/journey/hooks/use-chapter-journey.js.map +1 -0
  108. package/dist/features/journey/hooks/use-home-page-journey/home-page-homeworks-mock.js +268 -0
  109. package/dist/features/journey/hooks/use-home-page-journey/home-page-homeworks-mock.js.map +1 -0
  110. package/dist/features/journey/hooks/use-home-page-journey/recent-chapters-mock.js +513 -0
  111. package/dist/features/journey/hooks/use-home-page-journey/recent-chapters-mock.js.map +1 -0
  112. package/dist/features/journey/hooks/use-home-page-journey/styles.js +23 -0
  113. package/dist/features/journey/hooks/use-home-page-journey/styles.js.map +1 -0
  114. package/dist/features/journey/hooks/use-home-page-journey/tooltip-item.js +22 -0
  115. package/dist/features/journey/hooks/use-home-page-journey/tooltip-item.js.map +1 -0
  116. package/dist/features/journey/hooks/use-home-page-journey/use-home-page-journey.js +270 -0
  117. package/dist/features/journey/hooks/use-home-page-journey/use-home-page-journey.js.map +1 -0
  118. package/dist/features/journey/journey-id/journey-id-student.js +1 -1
  119. package/dist/features/journey/journey-id/journey-id-student.js.map +1 -1
  120. package/dist/features/journey/journey-id/journey-id-teacher.js +5 -0
  121. package/dist/features/journey/journey-id/journey-id-teacher.js.map +1 -0
  122. package/dist/features/journey/mocks/chapter-page-journey-mock-data.js +584 -0
  123. package/dist/features/journey/mocks/chapter-page-journey-mock-data.js.map +1 -0
  124. package/dist/features/journey/use-journey/journey-context-provider.js +36 -28
  125. package/dist/features/journey/use-journey/journey-context-provider.js.map +1 -1
  126. package/dist/features/journey/use-journey/journey-styled.js +10 -5
  127. package/dist/features/journey/use-journey/journey-styled.js.map +1 -1
  128. package/dist/features/milestone/create/api/goal-submit.js +1 -1
  129. package/dist/features/milestone/create/api/goal-submit.js.map +1 -1
  130. package/dist/features/milestone/create/comps/chapter-item/chapter-item.js +42 -49
  131. package/dist/features/milestone/create/comps/chapter-item/chapter-item.js.map +1 -1
  132. package/dist/features/milestone/create/comps/chapters-selection-step/chapters-selection-step-styled.js +12 -4
  133. package/dist/features/milestone/create/comps/chapters-selection-step/chapters-selection-step-styled.js.map +1 -1
  134. package/dist/features/milestone/create/comps/chapters-selection-step/chapters-selection-step.js +128 -105
  135. package/dist/features/milestone/create/comps/chapters-selection-step/chapters-selection-step.js.map +1 -1
  136. package/dist/features/milestone/create/comps/sheets-list/sheets-list-styled.js +14 -20
  137. package/dist/features/milestone/create/comps/sheets-list/sheets-list-styled.js.map +1 -1
  138. package/dist/features/milestone/create/comps/sheets-list/sheets-list.js +26 -50
  139. package/dist/features/milestone/create/comps/sheets-list/sheets-list.js.map +1 -1
  140. package/dist/features/milestone/create/milestone-create.js +49 -43
  141. package/dist/features/milestone/create/milestone-create.js.map +1 -1
  142. package/dist/features/milestone/create/utils/index.js +33 -38
  143. package/dist/features/milestone/create/utils/index.js.map +1 -1
  144. package/dist/features/milestone/edit/comps/edit-milestone-modal/api/get-milestone.js +1 -1
  145. package/dist/features/milestone/edit/comps/edit-milestone-modal/api/get-milestone.js.map +1 -1
  146. package/dist/features/milestone/edit/comps/edit-milestone-modal/api/patch-goal-plan.js +1 -1
  147. package/dist/features/milestone/edit/comps/edit-milestone-modal/api/patch-goal-plan.js.map +1 -1
  148. package/dist/features/milestone/edit/comps/edit-milestone-modal/index.js +51 -53
  149. package/dist/features/milestone/edit/comps/edit-milestone-modal/index.js.map +1 -1
  150. package/dist/features/milestone/edit/goal-drafts/goal-draft-edit-container.js +42 -40
  151. package/dist/features/milestone/edit/goal-drafts/goal-draft-edit-container.js.map +1 -1
  152. package/dist/features/milestone/edit/goal-edit-container.js +64 -62
  153. package/dist/features/milestone/edit/goal-edit-container.js.map +1 -1
  154. package/dist/features/milestone/edit/goal-edit-helpers.js +50 -53
  155. package/dist/features/milestone/edit/goal-edit-helpers.js.map +1 -1
  156. package/dist/features/milestone/edit/milestone-edit-container.js +54 -52
  157. package/dist/features/milestone/edit/milestone-edit-container.js.map +1 -1
  158. package/dist/features/milestone/milestone-list-container/api/get-milestone-resources.js +1 -1
  159. package/dist/features/milestone/milestone-list-container/api/get-milestone-resources.js.map +1 -1
  160. package/dist/features/milestone/milestone-list-container/api/get-milestones.js +9 -17
  161. package/dist/features/milestone/milestone-list-container/api/get-milestones.js.map +1 -1
  162. package/dist/features/milestone/milestone-list-container/api/get-tests-list.js +1 -1
  163. package/dist/features/milestone/milestone-list-container/api/get-tests-list.js.map +1 -1
  164. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-list.js +138 -105
  165. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-list.js.map +1 -1
  166. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/goals/goal-action-ctas.js +107 -123
  167. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/goals/goal-action-ctas.js.map +1 -1
  168. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-info.js +157 -176
  169. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-info.js.map +1 -1
  170. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-tabs/milestone-tabs-styled.js +24 -10
  171. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-tabs/milestone-tabs-styled.js.map +1 -1
  172. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-tabs/milestone-tabs.js +80 -86
  173. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-tabs/milestone-tabs.js.map +1 -1
  174. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-utils.js +10 -22
  175. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-utils.js.map +1 -1
  176. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-widget-styled.js +70 -37
  177. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-widget-styled.js.map +1 -1
  178. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-widget.js +114 -176
  179. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-widget.js.map +1 -1
  180. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/outcome/outcome-rank.js +29 -16
  181. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/outcome/outcome-rank.js.map +1 -1
  182. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/outcome/outcome-styled.js +17 -25
  183. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/outcome/outcome-styled.js.map +1 -1
  184. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/outcome/outcome.js +23 -35
  185. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/outcome/outcome.js.map +1 -1
  186. package/dist/features/milestone/milestone-list-container/milestone-list-container.js +110 -113
  187. package/dist/features/milestone/milestone-list-container/milestone-list-container.js.map +1 -1
  188. package/dist/features/milestone/milestone-resources/resources-assign/api/goal-resource-assign.js +1 -1
  189. package/dist/features/milestone/milestone-resources/resources-assign/api/goal-resource-assign.js.map +1 -1
  190. package/dist/features/milestone/milestone-resources/resources-assign/resources-assign.js +8 -8
  191. package/dist/features/milestone/milestone-resources/resources-assign/resources-assign.js.map +1 -1
  192. package/dist/features/milestone/milestone-resources/resources-list/resources-list-styled.js +1 -1
  193. package/dist/features/milestone/milestone-resources/resources-list/resources-list-styled.js.map +1 -1
  194. package/dist/features/milestone/milestone-resources/resources-list/resources-list.js +116 -113
  195. package/dist/features/milestone/milestone-resources/resources-list/resources-list.js.map +1 -1
  196. package/dist/features/milestone/milestone-tests/test-list-v2/test-list-container.js +165 -0
  197. package/dist/features/milestone/milestone-tests/test-list-v2/test-list-container.js.map +1 -0
  198. package/dist/features/milestone/milestone-tests/test-list-v2/test-list-view-styled.js +25 -0
  199. package/dist/features/milestone/milestone-tests/test-list-v2/test-list-view-styled.js.map +1 -0
  200. package/dist/features/milestone/milestone-tests/test-list-v2/test-list-view.js +87 -0
  201. package/dist/features/milestone/milestone-tests/test-list-v2/test-list-view.js.map +1 -0
  202. package/dist/features/milestone/milestone-tests/tests-creation/api/test-sheet-assign.js +5 -5
  203. package/dist/features/milestone/milestone-tests/tests-creation/api/test-sheet-assign.js.map +1 -1
  204. package/dist/features/milestone/milestone-tests/tests-creation/test-stages/chapter-selection/chapter-item/chapter-item.js.map +1 -1
  205. package/dist/features/milestone/milestone-tests/tests-creation/tests-creation.js +46 -50
  206. package/dist/features/milestone/milestone-tests/tests-creation/tests-creation.js.map +1 -1
  207. package/dist/features/recent-chapters/api/get-recent-chapters.js +9 -0
  208. package/dist/features/recent-chapters/api/get-recent-chapters.js.map +1 -0
  209. package/dist/features/recent-chapters/recent-chapters-styled.js +16 -0
  210. package/dist/features/recent-chapters/recent-chapters-styled.js.map +1 -0
  211. package/dist/features/recent-chapters/recent-chapters.js +39 -0
  212. package/dist/features/recent-chapters/recent-chapters.js.map +1 -0
  213. package/dist/features/sheet-v2/resource-list/resource-list.js +45 -0
  214. package/dist/features/sheet-v2/resource-list/resource-list.js.map +1 -0
  215. package/dist/features/sheets/resources-list/resource-item/styled.js +1 -1
  216. package/dist/features/sheets/resources-list/resource-item/styled.js.map +1 -1
  217. package/dist/features/sheets/sheets-list/sheet-item/reward-n-actions/teacher-actions/teacher-actions-constant.js +4 -3
  218. package/dist/features/sheets/sheets-list/sheet-item/reward-n-actions/teacher-actions/teacher-actions-constant.js.map +1 -1
  219. package/dist/features/trial-session/comps/learning-plan/index.js.map +1 -1
  220. package/dist/features/ui/animated-arc/animated-arc.js +7 -7
  221. package/dist/features/ui/animated-arc/animated-arc.js.map +1 -1
  222. package/dist/features/ui/arrow-tooltip/arrow-tooltip.js +30 -29
  223. package/dist/features/ui/arrow-tooltip/arrow-tooltip.js.map +1 -1
  224. package/dist/features/ui/border-path-animation/border-path-animation-styled.js +51 -0
  225. package/dist/features/ui/border-path-animation/border-path-animation-styled.js.map +1 -0
  226. package/dist/features/ui/border-path-animation/border-path-animation.js +108 -0
  227. package/dist/features/ui/border-path-animation/border-path-animation.js.map +1 -0
  228. package/dist/features/ui/constants/z-index.js +1 -1
  229. package/dist/features/ui/constants/z-index.js.map +1 -1
  230. package/dist/features/ui/context-menu/context-menu-styled.js +28 -14
  231. package/dist/features/ui/context-menu/context-menu-styled.js.map +1 -1
  232. package/dist/features/ui/context-menu/context-menu.js +25 -17
  233. package/dist/features/ui/context-menu/context-menu.js.map +1 -1
  234. package/dist/features/ui/lottie-animation/lottie-animation.js +32 -24
  235. package/dist/features/ui/lottie-animation/lottie-animation.js.map +1 -1
  236. package/dist/features/ui/theme/button.js +24 -7
  237. package/dist/features/ui/theme/button.js.map +1 -1
  238. package/dist/index.d.ts +340 -269
  239. package/dist/index.js +451 -471
  240. package/dist/index.js.map +1 -1
  241. package/dist/node_modules/date-fns/differenceInDays.js +17 -0
  242. package/dist/node_modules/date-fns/differenceInDays.js.map +1 -0
  243. package/dist/static/chapter-header-bg-2.c8d96894.svg +1 -0
  244. package/dist/static/competitive-arena.b9c40801.json +1 -0
  245. package/dist/static/learn.71b13323.json +1 -0
  246. package/dist/static/node-custom-test-bg.d3b757be.svg +1 -0
  247. package/dist/static/node-learn-bg.b61f815c.svg +1 -0
  248. package/dist/static/node-practice-bg.16cbaf2a.svg +1 -0
  249. package/dist/static/node-project-bg.e6a33e28.svg +1 -0
  250. package/dist/static/node-puzzle-bg.3422135c.svg +1 -0
  251. package/dist/static/node-recap-bg.546154e4.svg +1 -0
  252. package/dist/static/node-test-prep-bg.42c0b9c4.svg +1 -0
  253. package/dist/static/node-video-bg.3df3f73a.svg +1 -0
  254. package/dist/static/practice.158dd488.json +1 -0
  255. package/dist/static/project.eb665827.json +1 -0
  256. package/dist/static/puzzle.b298c7e4.json +1 -0
  257. package/dist/static/recap.0dd2c1e2.json +1 -0
  258. package/dist/static/test.803d6036.json +1 -0
  259. package/dist/static/video.b41451e2.json +1 -0
  260. package/package.json +2 -3
  261. package/dist/assets/illustrations/loader-1.svg.js +0 -6
  262. package/dist/assets/illustrations/loader-1.svg.js.map +0 -1
  263. package/dist/assets/line-icons/icons/apple-icon.js +0 -48
  264. package/dist/assets/line-icons/icons/apple-icon.js.map +0 -1
  265. package/dist/assets/line-icons/icons/google-icon.js +0 -42
  266. package/dist/assets/line-icons/icons/google-icon.js.map +0 -1
  267. package/dist/features/auth/account-selector/account-selector-styled.js +0 -37
  268. package/dist/features/auth/account-selector/account-selector-styled.js.map +0 -1
  269. package/dist/features/auth/account-selector/account-selector.js +0 -90
  270. package/dist/features/auth/account-selector/account-selector.js.map +0 -1
  271. package/dist/features/auth/comps/auth-page-layout/auth-page-layout-styles.js +0 -12
  272. package/dist/features/auth/comps/auth-page-layout/auth-page-layout-styles.js.map +0 -1
  273. package/dist/features/auth/comps/auth-page-layout/auth-page-layout.js +0 -11
  274. package/dist/features/auth/comps/auth-page-layout/auth-page-layout.js.map +0 -1
  275. package/dist/features/auth/comps/auth-static-panel/auth-static-panel.js +0 -17
  276. package/dist/features/auth/comps/auth-static-panel/auth-static-panel.js.map +0 -1
  277. package/dist/features/auth/comps/input-status-icon/input-status-icon.js +0 -20
  278. package/dist/features/auth/comps/input-status-icon/input-status-icon.js.map +0 -1
  279. package/dist/features/auth/comps/overlay-loader/overlay-loader-styled.js +0 -29
  280. package/dist/features/auth/comps/overlay-loader/overlay-loader-styled.js.map +0 -1
  281. package/dist/features/auth/comps/overlay-loader/overlay-loader.js +0 -8
  282. package/dist/features/auth/comps/overlay-loader/overlay-loader.js.map +0 -1
  283. package/dist/features/auth/comps/resend-otp/otp-timer/otp-timer.js +0 -25
  284. package/dist/features/auth/comps/resend-otp/otp-timer/otp-timer.js.map +0 -1
  285. package/dist/features/auth/comps/resend-otp/resend-otp.js +0 -38
  286. package/dist/features/auth/comps/resend-otp/resend-otp.js.map +0 -1
  287. package/dist/features/auth/comps/tabs/tabs-styled.js +0 -23
  288. package/dist/features/auth/comps/tabs/tabs-styled.js.map +0 -1
  289. package/dist/features/auth/comps/tabs/tabs.js +0 -23
  290. package/dist/features/auth/comps/tabs/tabs.js.map +0 -1
  291. package/dist/features/auth/forgot-password/forgot-password-styled.js +0 -12
  292. package/dist/features/auth/forgot-password/forgot-password-styled.js.map +0 -1
  293. package/dist/features/auth/forgot-password/otp-form/otp-form.js +0 -67
  294. package/dist/features/auth/forgot-password/otp-form/otp-form.js.map +0 -1
  295. package/dist/features/auth/forgot-password/reset-password-form/reset-password-form.js +0 -89
  296. package/dist/features/auth/forgot-password/reset-password-form/reset-password-form.js.map +0 -1
  297. package/dist/features/auth/forgot-password/user-identifier-form/user-identifier-form.js +0 -60
  298. package/dist/features/auth/forgot-password/user-identifier-form/user-identifier-form.js.map +0 -1
  299. package/dist/features/auth/login/login-constants.js +0 -12
  300. package/dist/features/auth/login/login-constants.js.map +0 -1
  301. package/dist/features/auth/login/social-account-not-found/social-account-not-found.js +0 -31
  302. package/dist/features/auth/login/social-account-not-found/social-account-not-found.js.map +0 -1
  303. package/dist/features/auth/login/social-login-methods/social-login-methods.js +0 -46
  304. package/dist/features/auth/login/social-login-methods/social-login-methods.js.map +0 -1
  305. package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper-styled.js +0 -50
  306. package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper-styled.js.map +0 -1
  307. package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper.js +0 -129
  308. package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper.js.map +0 -1
  309. package/dist/features/auth/signup/claim-user-account/claim-user-account-styled.js +0 -27
  310. package/dist/features/auth/signup/claim-user-account/claim-user-account-styled.js.map +0 -1
  311. package/dist/features/auth/signup/claim-user-account/claim-user-account.js +0 -76
  312. package/dist/features/auth/signup/claim-user-account/claim-user-account.js.map +0 -1
  313. package/dist/features/auth/signup/custom-input-field/custom-input-field-styled.js +0 -38
  314. package/dist/features/auth/signup/custom-input-field/custom-input-field-styled.js.map +0 -1
  315. package/dist/features/auth/signup/custom-input-field/custom-input-field.js +0 -85
  316. package/dist/features/auth/signup/custom-input-field/custom-input-field.js.map +0 -1
  317. package/dist/features/auth/signup/custom-input-field/date-picker-input/date-picker-input-styled.js +0 -86
  318. package/dist/features/auth/signup/custom-input-field/date-picker-input/date-picker-input-styled.js.map +0 -1
  319. package/dist/features/auth/signup/custom-input-field/date-picker-input/date-picker-input.js +0 -58
  320. package/dist/features/auth/signup/custom-input-field/date-picker-input/date-picker-input.js.map +0 -1
  321. package/dist/features/auth/signup/custom-input-field/grade-input/grade-input-styled.js +0 -31
  322. package/dist/features/auth/signup/custom-input-field/grade-input/grade-input-styled.js.map +0 -1
  323. package/dist/features/auth/signup/custom-input-field/grade-input/grade-input.js +0 -30
  324. package/dist/features/auth/signup/custom-input-field/grade-input/grade-input.js.map +0 -1
  325. package/dist/features/auth/signup/custom-input-field/input-wrapper/input-wrapper-styled.js +0 -11
  326. package/dist/features/auth/signup/custom-input-field/input-wrapper/input-wrapper-styled.js.map +0 -1
  327. package/dist/features/auth/signup/custom-input-field/input-wrapper/input-wrapper.js +0 -33
  328. package/dist/features/auth/signup/custom-input-field/input-wrapper/input-wrapper.js.map +0 -1
  329. package/dist/features/auth/signup/custom-input-field/phone-input/country-selector/country-code-button.js +0 -33
  330. package/dist/features/auth/signup/custom-input-field/phone-input/country-selector/country-code-button.js.map +0 -1
  331. package/dist/features/auth/signup/custom-input-field/phone-input/country-selector/country-list-menu.js +0 -28
  332. package/dist/features/auth/signup/custom-input-field/phone-input/country-selector/country-list-menu.js.map +0 -1
  333. package/dist/features/auth/signup/custom-input-field/phone-input/phone-input-styled.js +0 -29
  334. package/dist/features/auth/signup/custom-input-field/phone-input/phone-input-styled.js.map +0 -1
  335. package/dist/features/auth/signup/custom-input-field/phone-input/phone-input.js +0 -67
  336. package/dist/features/auth/signup/custom-input-field/phone-input/phone-input.js.map +0 -1
  337. package/dist/features/auth/signup/signup-constants.js +0 -1022
  338. package/dist/features/auth/signup/signup-constants.js.map +0 -1
  339. package/dist/features/auth/signup/signup-methods/signup-methods.js +0 -68
  340. package/dist/features/auth/signup/signup-methods/signup-methods.js.map +0 -1
  341. package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card-styled.js +0 -19
  342. package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card-styled.js.map +0 -1
  343. package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card.js +0 -62
  344. package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card.js.map +0 -1
  345. package/dist/features/auth/signup/user-type-selector/user-type-selector-styled.js +0 -24
  346. package/dist/features/auth/signup/user-type-selector/user-type-selector-styled.js.map +0 -1
  347. package/dist/features/auth/signup/user-type-selector/user-type-selector.js +0 -87
  348. package/dist/features/auth/signup/user-type-selector/user-type-selector.js.map +0 -1
  349. package/dist/features/milestone/create/comps/milestone-progress-v2/milestone-progress-v2.js +0 -92
  350. package/dist/features/milestone/create/comps/milestone-progress-v2/milestone-progress-v2.js.map +0 -1
  351. package/dist/features/milestone/create/comps/milestone-progress-v2/styled.js +0 -25
  352. package/dist/features/milestone/create/comps/milestone-progress-v2/styled.js.map +0 -1
  353. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/context-menu-helper/menu-element-styled.js +0 -13
  354. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/context-menu-helper/menu-element-styled.js.map +0 -1
  355. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/context-menu-helper/menu-element.js +0 -38
  356. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/context-menu-helper/menu-element.js.map +0 -1
  357. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-widget-status.js +0 -53
  358. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-widget-status.js.map +0 -1
  359. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/outcome/outcome-info.js +0 -25
  360. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/outcome/outcome-info.js.map +0 -1
  361. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item-cta.js +0 -71
  362. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item-cta.js.map +0 -1
  363. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item-styled.js +0 -31
  364. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item-styled.js.map +0 -1
  365. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item-utils.js +0 -38
  366. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item-utils.js.map +0 -1
  367. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item.js +0 -79
  368. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item.js.map +0 -1
  369. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheets-list-styled.js +0 -18
  370. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheets-list-styled.js.map +0 -1
  371. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheets-list.js +0 -51
  372. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheets-list.js.map +0 -1
  373. package/dist/features/milestone/milestone-tests/tests-list/tests-list-styled.js +0 -11
  374. package/dist/features/milestone/milestone-tests/tests-list/tests-list-styled.js.map +0 -1
  375. package/dist/features/milestone/milestone-tests/tests-list/tests-list.js +0 -135
  376. package/dist/features/milestone/milestone-tests/tests-list/tests-list.js.map +0 -1
  377. package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +0 -332
  378. package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js.map +0 -1
  379. package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +0 -370
  380. package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js.map +0 -1
  381. package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.js +0 -252
  382. package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.js.map +0 -1
  383. package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.utils.js +0 -24
  384. package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.utils.js.map +0 -1
  385. package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +0 -192
  386. package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js.map +0 -1
  387. package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +0 -19
  388. package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +0 -1
  389. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +0 -129
  390. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +0 -1
  391. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +0 -129
  392. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js.map +0 -1
  393. package/dist/node_modules/clsx/dist/clsx.js +0 -18
  394. package/dist/node_modules/clsx/dist/clsx.js.map +0 -1
  395. package/dist/node_modules/date-fns/subYears.js +0 -9
  396. package/dist/node_modules/date-fns/subYears.js.map +0 -1
  397. package/dist/node_modules/react-datepicker/dist/index.es.js +0 -2700
  398. package/dist/node_modules/react-datepicker/dist/index.es.js.map +0 -1
  399. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/addLeadingZeros.js +0 -8
  400. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/addLeadingZeros.js.map +0 -1
  401. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/defaultOptions.js +0 -8
  402. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/defaultOptions.js.map +0 -1
  403. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/formatters.js +0 -518
  404. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/formatters.js.map +0 -1
  405. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/lightFormatters.js +0 -60
  406. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/lightFormatters.js.map +0 -1
  407. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/longFormatters.js +0 -53
  408. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/longFormatters.js.map +0 -1
  409. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js +0 -19
  410. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js.map +0 -1
  411. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/normalizeDates.js +0 -12
  412. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/normalizeDates.js.map +0 -1
  413. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/protectedTokens.js +0 -21
  414. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/protectedTokens.js.map +0 -1
  415. package/dist/node_modules/react-datepicker/node_modules/date-fns/addDays.js +0 -11
  416. package/dist/node_modules/react-datepicker/node_modules/date-fns/addDays.js.map +0 -1
  417. package/dist/node_modules/react-datepicker/node_modules/date-fns/addHours.js +0 -10
  418. package/dist/node_modules/react-datepicker/node_modules/date-fns/addHours.js.map +0 -1
  419. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMilliseconds.js +0 -10
  420. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMilliseconds.js.map +0 -1
  421. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMinutes.js +0 -11
  422. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMinutes.js.map +0 -1
  423. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMonths.js +0 -21
  424. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMonths.js.map +0 -1
  425. package/dist/node_modules/react-datepicker/node_modules/date-fns/addQuarters.js +0 -9
  426. package/dist/node_modules/react-datepicker/node_modules/date-fns/addQuarters.js.map +0 -1
  427. package/dist/node_modules/react-datepicker/node_modules/date-fns/addSeconds.js +0 -9
  428. package/dist/node_modules/react-datepicker/node_modules/date-fns/addSeconds.js.map +0 -1
  429. package/dist/node_modules/react-datepicker/node_modules/date-fns/addWeeks.js +0 -9
  430. package/dist/node_modules/react-datepicker/node_modules/date-fns/addWeeks.js.map +0 -1
  431. package/dist/node_modules/react-datepicker/node_modules/date-fns/addYears.js +0 -9
  432. package/dist/node_modules/react-datepicker/node_modules/date-fns/addYears.js.map +0 -1
  433. package/dist/node_modules/react-datepicker/node_modules/date-fns/constants.js +0 -10
  434. package/dist/node_modules/react-datepicker/node_modules/date-fns/constants.js.map +0 -1
  435. package/dist/node_modules/react-datepicker/node_modules/date-fns/constructFrom.js +0 -9
  436. package/dist/node_modules/react-datepicker/node_modules/date-fns/constructFrom.js.map +0 -1
  437. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarDays.js +0 -17
  438. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarDays.js.map +0 -1
  439. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarMonths.js +0 -14
  440. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarMonths.js.map +0 -1
  441. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarQuarters.js +0 -15
  442. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarQuarters.js.map +0 -1
  443. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarYears.js +0 -14
  444. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarYears.js.map +0 -1
  445. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInDays.js +0 -23
  446. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInDays.js.map +0 -1
  447. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfDay.js +0 -10
  448. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfDay.js.map +0 -1
  449. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfMonth.js +0 -10
  450. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfMonth.js.map +0 -1
  451. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfWeek.js +0 -12
  452. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfWeek.js.map +0 -1
  453. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfYear.js +0 -10
  454. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfYear.js.map +0 -1
  455. package/dist/node_modules/react-datepicker/node_modules/date-fns/format.js +0 -60
  456. package/dist/node_modules/react-datepicker/node_modules/date-fns/format.js.map +0 -1
  457. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDate.js +0 -9
  458. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDate.js.map +0 -1
  459. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDay.js +0 -9
  460. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDay.js.map +0 -1
  461. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDayOfYear.js +0 -12
  462. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDayOfYear.js.map +0 -1
  463. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDaysInMonth.js +0 -11
  464. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDaysInMonth.js.map +0 -1
  465. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDefaultOptions.js +0 -9
  466. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDefaultOptions.js.map +0 -1
  467. package/dist/node_modules/react-datepicker/node_modules/date-fns/getHours.js +0 -9
  468. package/dist/node_modules/react-datepicker/node_modules/date-fns/getHours.js.map +0 -1
  469. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISODay.js +0 -10
  470. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISODay.js.map +0 -1
  471. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeek.js +0 -13
  472. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeek.js.map +0 -1
  473. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeekYear.js +0 -16
  474. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeekYear.js.map +0 -1
  475. package/dist/node_modules/react-datepicker/node_modules/date-fns/getMinutes.js +0 -9
  476. package/dist/node_modules/react-datepicker/node_modules/date-fns/getMinutes.js.map +0 -1
  477. package/dist/node_modules/react-datepicker/node_modules/date-fns/getMonth.js +0 -9
  478. package/dist/node_modules/react-datepicker/node_modules/date-fns/getMonth.js.map +0 -1
  479. package/dist/node_modules/react-datepicker/node_modules/date-fns/getQuarter.js +0 -10
  480. package/dist/node_modules/react-datepicker/node_modules/date-fns/getQuarter.js.map +0 -1
  481. package/dist/node_modules/react-datepicker/node_modules/date-fns/getSeconds.js +0 -9
  482. package/dist/node_modules/react-datepicker/node_modules/date-fns/getSeconds.js.map +0 -1
  483. package/dist/node_modules/react-datepicker/node_modules/date-fns/getTime.js +0 -9
  484. package/dist/node_modules/react-datepicker/node_modules/date-fns/getTime.js.map +0 -1
  485. package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeek.js +0 -13
  486. package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeek.js.map +0 -1
  487. package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeekYear.js +0 -18
  488. package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeekYear.js.map +0 -1
  489. package/dist/node_modules/react-datepicker/node_modules/date-fns/getYear.js +0 -9
  490. package/dist/node_modules/react-datepicker/node_modules/date-fns/getYear.js.map +0 -1
  491. package/dist/node_modules/react-datepicker/node_modules/date-fns/isAfter.js +0 -9
  492. package/dist/node_modules/react-datepicker/node_modules/date-fns/isAfter.js.map +0 -1
  493. package/dist/node_modules/react-datepicker/node_modules/date-fns/isBefore.js +0 -9
  494. package/dist/node_modules/react-datepicker/node_modules/date-fns/isBefore.js.map +0 -1
  495. package/dist/node_modules/react-datepicker/node_modules/date-fns/isDate.js +0 -8
  496. package/dist/node_modules/react-datepicker/node_modules/date-fns/isDate.js.map +0 -1
  497. package/dist/node_modules/react-datepicker/node_modules/date-fns/isEqual.js +0 -9
  498. package/dist/node_modules/react-datepicker/node_modules/date-fns/isEqual.js.map +0 -1
  499. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameDay.js +0 -15
  500. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameDay.js.map +0 -1
  501. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameMonth.js +0 -14
  502. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameMonth.js.map +0 -1
  503. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameQuarter.js +0 -15
  504. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameQuarter.js.map +0 -1
  505. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameYear.js +0 -14
  506. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameYear.js.map +0 -1
  507. package/dist/node_modules/react-datepicker/node_modules/date-fns/isValid.js +0 -10
  508. package/dist/node_modules/react-datepicker/node_modules/date-fns/isValid.js.map +0 -1
  509. package/dist/node_modules/react-datepicker/node_modules/date-fns/isWithinInterval.js +0 -13
  510. package/dist/node_modules/react-datepicker/node_modules/date-fns/isWithinInterval.js.map +0 -1
  511. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildFormatLongFn.js +0 -10
  512. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildFormatLongFn.js.map +0 -1
  513. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildLocalizeFn.js +0 -19
  514. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildLocalizeFn.js.map +0 -1
  515. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchFn.js +0 -32
  516. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchFn.js.map +0 -1
  517. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js +0 -16
  518. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js.map +0 -1
  519. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatDistance.js +0 -71
  520. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatDistance.js.map +0 -1
  521. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatLong.js +0 -34
  522. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatLong.js.map +0 -1
  523. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatRelative.js +0 -12
  524. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatRelative.js.map +0 -1
  525. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/localize.js +0 -156
  526. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/localize.js.map +0 -1
  527. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/match.js +0 -111
  528. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/match.js.map +0 -1
  529. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US.js +0 -22
  530. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US.js.map +0 -1
  531. package/dist/node_modules/react-datepicker/node_modules/date-fns/max.js +0 -15
  532. package/dist/node_modules/react-datepicker/node_modules/date-fns/max.js.map +0 -1
  533. package/dist/node_modules/react-datepicker/node_modules/date-fns/min.js +0 -15
  534. package/dist/node_modules/react-datepicker/node_modules/date-fns/min.js.map +0 -1
  535. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Parser.js +0 -23
  536. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Parser.js.map +0 -1
  537. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Setter.js +0 -42
  538. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Setter.js.map +0 -1
  539. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/constants.js +0 -50
  540. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/constants.js.map +0 -1
  541. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMMidnightParser.js +0 -50
  542. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMMidnightParser.js.map +0 -1
  543. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMParser.js +0 -50
  544. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMParser.js.map +0 -1
  545. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DateParser.js +0 -62
  546. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DateParser.js.map +0 -1
  547. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayOfYearParser.js +0 -52
  548. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayOfYearParser.js.map +0 -1
  549. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayParser.js +0 -46
  550. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayParser.js.map +0 -1
  551. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayPeriodParser.js +0 -50
  552. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayPeriodParser.js.map +0 -1
  553. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/EraParser.js +0 -31
  554. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/EraParser.js.map +0 -1
  555. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ExtendedYearParser.js +0 -22
  556. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ExtendedYearParser.js.map +0 -1
  557. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/FractionOfSecondParser.js +0 -23
  558. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/FractionOfSecondParser.js.map +0 -1
  559. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0To11Parser.js +0 -33
  560. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0To11Parser.js.map +0 -1
  561. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0to23Parser.js +0 -33
  562. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0to23Parser.js.map +0 -1
  563. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1To24Parser.js +0 -34
  564. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1To24Parser.js.map +0 -1
  565. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1to12Parser.js +0 -34
  566. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1to12Parser.js.map +0 -1
  567. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISODayParser.js +0 -100
  568. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISODayParser.js.map +0 -1
  569. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneParser.js +0 -49
  570. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneParser.js.map +0 -1
  571. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneWithZParser.js +0 -49
  572. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneWithZParser.js.map +0 -1
  573. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekParser.js +0 -50
  574. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekParser.js.map +0 -1
  575. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekYearParser.js +0 -41
  576. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekYearParser.js.map +0 -1
  577. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalDayParser.js +0 -75
  578. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalDayParser.js.map +0 -1
  579. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekParser.js +0 -49
  580. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekParser.js.map +0 -1
  581. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekYearParser.js +0 -70
  582. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekYearParser.js.map +0 -1
  583. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MinuteParser.js +0 -33
  584. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MinuteParser.js.map +0 -1
  585. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MonthParser.js +0 -72
  586. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MonthParser.js.map +0 -1
  587. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/QuarterParser.js +0 -71
  588. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/QuarterParser.js.map +0 -1
  589. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/SecondParser.js +0 -33
  590. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/SecondParser.js.map +0 -1
  591. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneLocalDayParser.js +0 -75
  592. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneLocalDayParser.js.map +0 -1
  593. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneMonthParser.js +0 -72
  594. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneMonthParser.js.map +0 -1
  595. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneQuarterParser.js +0 -71
  596. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneQuarterParser.js.map +0 -1
  597. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampMillisecondsParser.js +0 -23
  598. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampMillisecondsParser.js.map +0 -1
  599. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampSecondsParser.js +0 -23
  600. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampSecondsParser.js.map +0 -1
  601. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/YearParser.js +0 -50
  602. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/YearParser.js.map +0 -1
  603. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers.js +0 -68
  604. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers.js.map +0 -1
  605. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/utils.js +0 -104
  606. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/utils.js.map +0 -1
  607. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse.js +0 -88
  608. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse.js.map +0 -1
  609. package/dist/node_modules/react-datepicker/node_modules/date-fns/parseISO.js +0 -123
  610. package/dist/node_modules/react-datepicker/node_modules/date-fns/parseISO.js.map +0 -1
  611. package/dist/node_modules/react-datepicker/node_modules/date-fns/setDay.js +0 -13
  612. package/dist/node_modules/react-datepicker/node_modules/date-fns/setDay.js.map +0 -1
  613. package/dist/node_modules/react-datepicker/node_modules/date-fns/setHours.js +0 -10
  614. package/dist/node_modules/react-datepicker/node_modules/date-fns/setHours.js.map +0 -1
  615. package/dist/node_modules/react-datepicker/node_modules/date-fns/setISODay.js +0 -12
  616. package/dist/node_modules/react-datepicker/node_modules/date-fns/setISODay.js.map +0 -1
  617. package/dist/node_modules/react-datepicker/node_modules/date-fns/setISOWeek.js +0 -11
  618. package/dist/node_modules/react-datepicker/node_modules/date-fns/setISOWeek.js.map +0 -1
  619. package/dist/node_modules/react-datepicker/node_modules/date-fns/setMinutes.js +0 -10
  620. package/dist/node_modules/react-datepicker/node_modules/date-fns/setMinutes.js.map +0 -1
  621. package/dist/node_modules/react-datepicker/node_modules/date-fns/setMonth.js +0 -14
  622. package/dist/node_modules/react-datepicker/node_modules/date-fns/setMonth.js.map +0 -1
  623. package/dist/node_modules/react-datepicker/node_modules/date-fns/setQuarter.js +0 -11
  624. package/dist/node_modules/react-datepicker/node_modules/date-fns/setQuarter.js.map +0 -1
  625. package/dist/node_modules/react-datepicker/node_modules/date-fns/setSeconds.js +0 -10
  626. package/dist/node_modules/react-datepicker/node_modules/date-fns/setSeconds.js.map +0 -1
  627. package/dist/node_modules/react-datepicker/node_modules/date-fns/setWeek.js +0 -11
  628. package/dist/node_modules/react-datepicker/node_modules/date-fns/setWeek.js.map +0 -1
  629. package/dist/node_modules/react-datepicker/node_modules/date-fns/setYear.js +0 -11
  630. package/dist/node_modules/react-datepicker/node_modules/date-fns/setYear.js.map +0 -1
  631. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfDay.js +0 -10
  632. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfDay.js.map +0 -1
  633. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeek.js +0 -9
  634. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeek.js.map +0 -1
  635. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeekYear.js +0 -12
  636. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeekYear.js.map +0 -1
  637. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfMonth.js +0 -10
  638. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfMonth.js.map +0 -1
  639. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfQuarter.js +0 -10
  640. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfQuarter.js.map +0 -1
  641. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeek.js +0 -12
  642. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeek.js.map +0 -1
  643. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeekYear.js +0 -14
  644. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeekYear.js.map +0 -1
  645. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfYear.js +0 -10
  646. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfYear.js.map +0 -1
  647. package/dist/node_modules/react-datepicker/node_modules/date-fns/subDays.js +0 -9
  648. package/dist/node_modules/react-datepicker/node_modules/date-fns/subDays.js.map +0 -1
  649. package/dist/node_modules/react-datepicker/node_modules/date-fns/subMonths.js +0 -9
  650. package/dist/node_modules/react-datepicker/node_modules/date-fns/subMonths.js.map +0 -1
  651. package/dist/node_modules/react-datepicker/node_modules/date-fns/subQuarters.js +0 -9
  652. package/dist/node_modules/react-datepicker/node_modules/date-fns/subQuarters.js.map +0 -1
  653. package/dist/node_modules/react-datepicker/node_modules/date-fns/subWeeks.js +0 -9
  654. package/dist/node_modules/react-datepicker/node_modules/date-fns/subWeeks.js.map +0 -1
  655. package/dist/node_modules/react-datepicker/node_modules/date-fns/subYears.js +0 -9
  656. package/dist/node_modules/react-datepicker/node_modules/date-fns/subYears.js.map +0 -1
  657. package/dist/node_modules/react-datepicker/node_modules/date-fns/toDate.js +0 -9
  658. package/dist/node_modules/react-datepicker/node_modules/date-fns/toDate.js.map +0 -1
  659. package/dist/node_modules/react-datepicker/node_modules/date-fns/transpose.js +0 -19
  660. package/dist/node_modules/react-datepicker/node_modules/date-fns/transpose.js.map +0 -1
  661. package/dist/static/avatar-selected.860ee923.json +0 -1
  662. package/dist/static/circle-cuemath-logo-white.e9fafb91.svg +0 -1
  663. package/dist/static/cuemath-app-qr-code.ba6cc09b.svg +0 -1
  664. package/dist/static/cuemath-app-qr-code.d0912fc7.png +0 -0
  665. package/dist/static/dob.9ce3c15b.json +0 -1
  666. package/dist/static/error.cbe1ddde.json +0 -1
  667. package/dist/static/grade.b3730524.json +0 -1
  668. package/dist/static/key.d6846476.json +0 -1
  669. package/dist/static/mail.c30e8708.json +0 -1
  670. package/dist/static/otp.2d08f874.json +0 -1
  671. package/dist/static/otp.a3029760.json +0 -1
  672. package/dist/static/parent-avatar.772d53e0.json +0 -1
  673. package/dist/static/phone-number.0be312ea.json +0 -1
  674. package/dist/static/phone-number.84f55562.json +0 -1
  675. package/dist/static/student-avatar.524226bd.json +0 -1
  676. package/dist/static/user-type-selector-grid-bg.3c9c8ad6.svg +0 -1
  677. package/dist/static/user-type-selector-grid-bg.3ce8142d.svg +0 -1
  678. package/dist/static/user-type-selector-grid-bg.aad0b059.svg +0 -1
  679. package/dist/static/username.9e034d51.json +0 -1
package/dist/index.d.ts CHANGED
@@ -7,7 +7,6 @@ import type { DefaultTheme } from 'styled-components';
7
7
  import { DetailedHTMLProps } from 'react';
8
8
  import type { Dispatch } from 'react';
9
9
  import { FC } from 'react';
10
- import type { FormEvent } from 'react';
11
10
  import { ForwardRefExoticComponent } from 'react';
12
11
  import { HTMLAttributes } from 'react';
13
12
  import { IChannelMessage } from '@cuemath/cue-message-broker';
@@ -28,7 +27,7 @@ import * as React_3 from 'react';
28
27
  import type { ReactElement } from 'react';
29
28
  import { ReactNode } from 'react';
30
29
  import { RefAttributes } from 'react';
31
- import type { RefObject } from 'react';
30
+ import { RefObject } from 'react';
32
31
  import { ResourceModel } from '@cuemath/rest-api';
33
32
  import type { SetStateAction } from 'react';
34
33
  import { Substitute } from 'styled-components/dist/types';
@@ -41,8 +40,6 @@ import { Substitute } from 'styled-components/dist/types';
41
40
  */
42
41
  export declare const AccordionSection: FC<IAccordionSectionProps>;
43
42
 
44
- export declare const AccountSelector: ({ userAccounts, onSelect, onAddNew, isLoading, }: IAccountSelectorViewProps) => JSX_2.Element;
45
-
46
43
  export declare const ACHIEVEMENT_ACTIONS: {
47
44
  SHARE: string;
48
45
  NOT_SHARE_CHOSEN: string;
@@ -64,12 +61,6 @@ export declare const ArcButton: MemoExoticComponent<ForwardRefExoticComponent<IA
64
61
 
65
62
  export declare const ArrowTooltip: FC<IArrowTooltipProps>;
66
63
 
67
- export declare const AUTH_TABS: ITabConfig<TAuthTabKeys>;
68
-
69
- export declare const AuthPageLayout: FC<IAuthPageLayoutProps>;
70
-
71
- export declare const AuthStaticPanel: FC<IAuthStaticPanelProps>;
72
-
73
64
  export declare const AutoPlayPermissionProvider: FC<{
74
65
  children: ReactNode;
75
66
  }>;
@@ -104,7 +95,22 @@ declare const BLOCK_STATUS: {
104
95
  readonly LOCKED: "LOCKED";
105
96
  };
106
97
 
107
- declare const BLOCK_TYPE: {
98
+ declare enum BLOCK_TYPE {
99
+ DEFAULT = "DEFAULT",
100
+ PREREQ = "PREREQ",
101
+ RECAP = "RECAP",
102
+ GOAL = "GOAL",
103
+ TESTS = "TESTS",
104
+ PLAYLIST = "PLAYLIST",
105
+ SOLUTIONS = "SOLUTIONS",
106
+ NOTES = "NOTES",
107
+ FLASHCARDS = "FLASHCARDS",
108
+ SUBJECTIVES = "SUBJECTIVES",
109
+ PUZZLE_CARDS = "PUZZLE_CARDS",
110
+ SAT_MOCK_TEST = "SAT_MOCK_TEST"
111
+ }
112
+
113
+ declare const BLOCK_TYPE_2: {
108
114
  readonly DEFAULT: "DEFAULT";
109
115
  readonly PREREQ: "PREREQ";
110
116
  readonly RECAP: "RECAP";
@@ -158,6 +164,8 @@ declare const CHAPTER_PERMISSION_CODES: {
158
164
 
159
165
  export declare const ChapterClearanceConfirmationModal: FC<IChapterClearanceConfirmationModal>;
160
166
 
167
+ export declare const ChapterDetails: FC<IChapterDetails>;
168
+
161
169
  export declare const ChaptersList: FC<IChaptersListProps>;
162
170
 
163
171
  export declare const ChatIcon: React.FC<React.SVGProps<SVGSVGElement>>;
@@ -223,10 +231,6 @@ export declare const CircularLoader: () => JSX_2.Element;
223
231
 
224
232
  export declare const CircularSteps: FC<ICircularStepsProps>;
225
233
 
226
- export declare const CircularStepWrapper: ForwardRefExoticComponent<ICircularStepWrapperProps & RefAttributes<ICircularStepRef>>;
227
-
228
- export declare const ClaimUserAccount: NamedExoticComponent<IClaimUserAccountProps>;
229
-
230
234
  export declare const Clickable: React_2.FC<IClickableProps>;
231
235
 
232
236
  export declare const ClipboardIcon: React.FC<React.SVGProps<SVGSVGElement>>;
@@ -275,12 +279,8 @@ export declare const CuemathLogo: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
275
279
 
276
280
  export declare const CueRocket: React.FC<React.SVGProps<SVGSVGElement>>;
277
281
 
278
- export declare const CustomInputField: FC<ICustomInputFieldProps>;
279
-
280
282
  export declare const DashArrowIcon: React.FC<React.SVGProps<SVGSVGElement>>;
281
283
 
282
- export declare const DatePickerInput: FC<IDatePickerInputProps>;
283
-
284
284
  export declare const DesmosCalculator: FC<IDesmosCalculatorProps>;
285
285
 
286
286
  export declare const DigitalMeter: FC<IDigitalMeterProps>;
@@ -351,6 +351,8 @@ declare interface ErrorProps {
351
351
  }
352
352
 
353
353
  export declare const EVENTS: {
354
+ HOMEWORK_UNASSIGN: "HOMEWORK_UNASSIGN";
355
+ INVALIDATE_HOMEWORK: "INVALIDATE_HOMEWORK";
354
356
  GOAL_CREATED: "GOAL_CREATED";
355
357
  GOAL_EDITED: "GOAL_EDITED";
356
358
  GOAL_DELETED: "GOAL_DELETED";
@@ -373,6 +375,8 @@ export declare const EVENTS: {
373
375
  CHANGE_LOCATION: "CHANGE_LOCATION";
374
376
  SHEET_STARTED: "SHEET_STARTED";
375
377
  SHEET_UNASSIGNED: "SHEET_UNASSIGNED";
378
+ SHEET_REATTEMPTED: "SHEET_REATTEMPTED";
379
+ INVALIDATE_CHAPTER_ON_CHANGE_ATTEMPT_LOCATION: "INVALIDATE_CHAPTER_ON_CHANGE_ATTEMPT_LOCATION";
376
380
  };
377
381
 
378
382
  declare type EventToPayload<T> = T extends {
@@ -380,6 +384,8 @@ declare type EventToPayload<T> = T extends {
380
384
  eventPayload: infer P;
381
385
  } ? [E] | [E, Partial<P>] : never;
382
386
 
387
+ export declare const ExclamationIcon: React.FC<React.SVGProps<SVGSVGElement>>;
388
+
383
389
  export declare const ExpandableHeader: FC<IExpandableHeaderProps>;
384
390
 
385
391
  declare const EXTRA_PRACTICE: "extra_practice";
@@ -479,8 +485,6 @@ export declare const GoalEdit: React.FC<IMileStoneEditContainerProps>;
479
485
 
480
486
  export declare const GooglePlacesSearchInput: ComponentType<Omit_2<IGooglePlacesSearchInputProps, IProvidedProps>>;
481
487
 
482
- export declare const GradeInput: FC<ICustomInputFieldProps>;
483
-
484
488
  export declare function GradeSelector({ selectedValue, onSelect, tabsWidth, width, grades, renderAs, size, layoutAlignment, }: IGradeSelectorProps): JSX.Element;
485
489
 
486
490
  export declare const HandIcon: React_2.FC;
@@ -491,8 +495,22 @@ export declare const HighlighterIcon: React.FC<React.SVGProps<SVGSVGElement>>;
491
495
 
492
496
  export declare const HomeIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
493
497
 
498
+ export declare const HomeworkCardList: React_2.NamedExoticComponent<HWCardListProps>;
499
+
494
500
  declare const hues: readonly ["YELLOW", "ORANGE", "PURPLE", "GREEN", "BLUE"];
495
501
 
502
+ declare interface HWCardListProps extends INodeCardCallbacks {
503
+ userType: TUserTypes;
504
+ studentId: string;
505
+ stream: string;
506
+ onTestPreview?: (sheetData: INodeDataProps, milestoneId?: string) => void;
507
+ onTestStart?: (sheetData: INodeDataProps, homeworkId?: string) => void;
508
+ onTestReview?: (sheetData: INodeDataProps, milestoneId?: string) => void;
509
+ homeworkRef?: React_2.RefObject<HTMLDivElement>;
510
+ startHomePageJourney?: ({ studentId, stream, userType }: IHomepageStartJourneyProps) => void;
511
+ canStartJourney?: boolean;
512
+ }
513
+
496
514
  declare interface IAccordionSectionProps {
497
515
  headerElement: React.ReactElement;
498
516
  bodyElement: React.ReactElement;
@@ -503,17 +521,6 @@ declare interface IAccordionSectionProps {
503
521
  bodyOverFlow?: TStyleAttrubutes['overflow'];
504
522
  }
505
523
 
506
- declare interface IAccountSelectorViewProps {
507
- userAccounts: {
508
- id: string;
509
- username: string;
510
- user_avatar?: IAvatarLayer[] | null;
511
- }[];
512
- onSelect: (accountId: string) => void;
513
- onAddNew: () => void;
514
- isLoading: boolean;
515
- }
516
-
517
524
  declare interface IAchievementConfig {
518
525
  pollingInterval?: number;
519
526
  maxPollingAttempts?: number;
@@ -572,6 +579,7 @@ export declare interface IArrowTooltipProps {
572
579
  width?: number;
573
580
  widthX?: number;
574
581
  zIndex?: number;
582
+ parentWidth?: number | string;
575
583
  }
576
584
 
577
585
  declare interface IAttempt {
@@ -579,17 +587,6 @@ declare interface IAttempt {
579
587
  score: ILearnosityQuestionScore;
580
588
  }
581
589
 
582
- declare interface IAuthPageLayoutProps {
583
- leftBlock: ReactNode;
584
- rightBlock?: ReactNode;
585
- isFullWidth?: boolean;
586
- }
587
-
588
- declare interface IAuthStaticPanelProps {
589
- title?: string;
590
- description?: string;
591
- }
592
-
593
590
  declare interface IAutoPlayPermissionContextType {
594
591
  canAutoPlayAudio: boolean;
595
592
  canAutoPlayVideo: boolean;
@@ -684,6 +681,10 @@ declare interface IBaseWorksheetProps {
684
681
  canShowActionBar?: boolean;
685
682
  }
686
683
 
684
+ declare interface IBlockSectionsCallbacks extends INodeCardCallbacks {
685
+ onBlockSkipUnskip?: (blockData: IChapterBlockData, skipBlock?: boolean) => void;
686
+ }
687
+
687
688
  declare interface IButtonProps extends ButtonHTMLAttributes<HTMLButtonElement>, IClickableAnalyticsProps {
688
689
  label: string;
689
690
  renderAs: TButtonVariants;
@@ -754,10 +755,27 @@ declare interface ICascadingSelectInputProps {
754
755
 
755
756
  declare interface IChapter extends IChapterState, Pick<IChapterModel, 'code' | 'id' | 'chapter_code' | 'image_url' | 'name' | 'chapter_tags' | 'state' | 'recommended' | 'is_puzzle_chapter' | 'program_id'> {
756
757
  search_and_added?: boolean;
757
- total_supplementary_sheets: number;
758
758
  learning_sheet_data: ILearningSheetData[];
759
759
  }
760
760
 
761
+ export declare interface IChapterBlockData {
762
+ block_type: keyof typeof BLOCK_TYPE;
763
+ chapter_code: string;
764
+ code: string;
765
+ block_id: string;
766
+ name: string;
767
+ permissions: IChapterBlockPermission;
768
+ program_id: string;
769
+ section_code: keyof typeof SECTION_CODE;
770
+ sheets: INodeDataProps[];
771
+ user_block_id: string | null;
772
+ }
773
+
774
+ declare interface IChapterBlockPermission {
775
+ can_skip: boolean;
776
+ can_un_skip: boolean;
777
+ }
778
+
761
779
  export declare interface IChapterBlockV3 {
762
780
  completed_on: number | null;
763
781
  sheets: IWorksheetModelV3[];
@@ -787,11 +805,29 @@ export declare interface IChapterDataProps {
787
805
  user_chapter_progress: IUserChapterProgressProps;
788
806
  state: TUserChapterStates | null;
789
807
  program_id: string;
808
+ progress_stat: {
809
+ classwork: IMilestoneData['progress_stat'];
810
+ mandatory: IMilestoneData['progress_stat'];
811
+ optional: IMilestoneData['progress_stat'];
812
+ };
790
813
  sheets_data: {
791
814
  lessons: ILessonsListProps['lessons'];
792
815
  supplementary_sheets_group_sort_order: string[];
793
816
  supplementary_sheets_grouped: Record<string, ISheetsListProps['sheets']>;
794
817
  };
818
+ blocks: IUserChapterData['blocks'];
819
+ }
820
+
821
+ declare interface IChapterDetails extends IBlockSectionsCallbacks {
822
+ userType: TUserTypes;
823
+ userChapterId: string;
824
+ studentId: string;
825
+ onExit?: () => void;
826
+ startChapterPageJourney?: ({ chapterDetails, userChapterId, studentId, userType, }: IChapterPageStartJourneyProps) => void;
827
+ chapterPageRef?: React.RefObject<HTMLDivElement>;
828
+ bannerRef?: React.RefObject<HTMLDivElement>;
829
+ coreBlocksRef?: React.RefObject<HTMLDivElement>;
830
+ canStartJourney?: boolean;
795
831
  }
796
832
 
797
833
  declare interface IChapterModel {
@@ -816,6 +852,25 @@ declare interface IChapterModel {
816
852
  mastery_time: number;
817
853
  chapter_time_unit: TTimeUnit;
818
854
  is_puzzle_chapter?: boolean;
855
+ blocks: IUserChapterData['blocks'];
856
+ }
857
+
858
+ declare interface IChapterPageStartJourneyProps {
859
+ chapterDetails: IUserChapterData;
860
+ userChapterId: string;
861
+ studentId: string;
862
+ userType: TUserTypes;
863
+ }
864
+
865
+ declare interface IChapterProgressInfo {
866
+ completed: number;
867
+ total: number;
868
+ }
869
+
870
+ declare interface IChapterProgressStats {
871
+ mandatory: IChapterProgressInfo;
872
+ classwork: IChapterProgressInfo;
873
+ optional: IChapterProgressInfo;
819
874
  }
820
875
 
821
876
  declare interface IChapterProps extends IChapterDataProps, IChapterCallbackProps {
@@ -843,6 +898,13 @@ declare interface IChaptersListProps {
843
898
  isGoalCreation: boolean;
844
899
  }
845
900
 
901
+ declare interface IChapterStartJourneyProps {
902
+ chapterDetails: IUserChapterData;
903
+ userChapterId: string;
904
+ studentId: string;
905
+ userType: TUserTypes;
906
+ }
907
+
846
908
  declare interface IChapterState {
847
909
  added?: boolean;
848
910
  expanded?: boolean;
@@ -901,10 +963,6 @@ export declare interface ICircleHomeDetails {
901
963
  timestamps: ITodaysContentTimeStamps;
902
964
  }
903
965
 
904
- export declare type ICircularStepRef = {
905
- playOutroAndFadeOut: () => Promise<void>;
906
- };
907
-
908
966
  declare interface ICircularSteps {
909
967
  id: string;
910
968
  label?: React.ReactNode;
@@ -928,29 +986,6 @@ declare interface ICircularStepsProps {
928
986
  sizeInPercent?: number;
929
987
  }
930
988
 
931
- declare interface ICircularStepWrapperProps {
932
- children: ReactNode;
933
- animation: string;
934
- introFrames: [number, number];
935
- outroFrames: [number, number];
936
- onGoBack?: () => void;
937
- onNext?: () => void;
938
- label?: string;
939
- showNext?: boolean;
940
- showPrevious?: boolean;
941
- isNextLoading?: boolean;
942
- progressAngle?: number;
943
- }
944
-
945
- declare interface IClaimUserAccountProps {
946
- email?: string;
947
- onSelectAccount: (userId: string) => void;
948
- onCreateNewAccount: () => void;
949
- userAccounts: TUserAccount[];
950
- isCreatingAccount: boolean;
951
- isLoading: boolean;
952
- }
953
-
954
989
  declare interface IClassStatus {
955
990
  next_class_time?: number;
956
991
  class_duration: number;
@@ -1020,6 +1055,9 @@ declare interface IContextMenuProps {
1020
1055
  menuZIndex?: number;
1021
1056
  startLeft?: boolean;
1022
1057
  placeTop?: boolean;
1058
+ menuWidth?: number | string;
1059
+ menuWidthX?: number;
1060
+ handleOnMenuClick?: () => void;
1023
1061
  onMenuVisibilityChange?: (visible: boolean) => void;
1024
1062
  }
1025
1063
 
@@ -1031,16 +1069,6 @@ declare interface ICountdownTimer {
1031
1069
  theme: 'GREEN_1' | 'ORANGE_1';
1032
1070
  }
1033
1071
 
1034
- declare interface ICountryOption {
1035
- code: string;
1036
- id: string;
1037
- value: string;
1038
- label: string;
1039
- icon: string;
1040
- url: string;
1041
- geoIPCountryCode: string;
1042
- }
1043
-
1044
1072
  export declare interface ICreateUserPayloadDal {
1045
1073
  username: string;
1046
1074
  grade: string;
@@ -1099,23 +1127,6 @@ declare interface ICurriculumStandards {
1099
1127
  name: string;
1100
1128
  }
1101
1129
 
1102
- declare interface ICustomInputFieldProps {
1103
- value: string;
1104
- onChange: (value: string) => void;
1105
- onEnter?: () => void;
1106
- error?: string;
1107
- helperText?: string;
1108
- actionElement?: ReactNode;
1109
- isLoading?: boolean;
1110
- isValid?: boolean;
1111
- type?: 'text' | 'password' | 'number';
1112
- placeholder?: string;
1113
- maxLength?: number;
1114
- width?: number;
1115
- textTransform?: string;
1116
- textAlign?: string;
1117
- }
1118
-
1119
1130
  declare interface ICustomVideoProps extends React_2.DetailedHTMLProps<React_2.VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement> {
1120
1131
  isYoutube?: boolean;
1121
1132
  analyticsData?: Record<string, unknown>;
@@ -1123,11 +1134,6 @@ declare interface ICustomVideoProps extends React_2.DetailedHTMLProps<React_2.Vi
1123
1134
  src: string;
1124
1135
  }
1125
1136
 
1126
- declare interface IDatePickerInputProps extends Omit<ICustomInputFieldProps, 'value' | 'onChange'> {
1127
- value: Date | null;
1128
- onChange: (date: Date | null) => void;
1129
- }
1130
-
1131
1137
  declare interface IDesmosCalculatorProps {
1132
1138
  onClose: () => void;
1133
1139
  height?: string | number;
@@ -1311,7 +1317,7 @@ declare interface IGoalCurriculumMap {
1311
1317
  blocked_enrollment_types: TEnrollmentTypes[];
1312
1318
  blocked_countries: string[];
1313
1319
  course_stream: TCourseStream;
1314
- goal_category: TGoalCategory;
1320
+ goal_category: TGoalCategory_2;
1315
1321
  goal_curriculum_standard?: string;
1316
1322
  goal_code: string;
1317
1323
  goal_description: string | null;
@@ -1340,6 +1346,12 @@ declare interface IGradeSelectorProps {
1340
1346
  layoutAlignment?: 'center' | 'auto';
1341
1347
  }
1342
1348
 
1349
+ export declare interface IHomepageStartJourneyProps {
1350
+ studentId: string;
1351
+ stream: string;
1352
+ userType: TUserTypes;
1353
+ }
1354
+
1343
1355
  declare interface IIconButtonProps extends Omit<IButtonProps, 'label' | 'shape' | 'widthX' | 'width' | 'iconPosition' | 'alignSelf' | 'analyticsLabel' | 'renderAs'>, Required<Pick<IClickableAnalyticsProps, 'analyticsLabel'>> {
1344
1356
  Icon: React.FC<React.SVGProps<SVGSVGElement>>;
1345
1357
  customBgColor?: TColorNames;
@@ -1371,15 +1383,6 @@ export declare interface IInputSizeConfig {
1371
1383
  iconPadding: number;
1372
1384
  }
1373
1385
 
1374
- declare interface IInputStatusIconProps {
1375
- isLoading?: boolean;
1376
- isValid?: boolean;
1377
- isError?: boolean;
1378
- size?: number;
1379
- successColor?: TColorNames;
1380
- errorColor?: TColorNames;
1381
- }
1382
-
1383
1386
  export declare interface IInputVariantConfig {
1384
1387
  valueColorName: {
1385
1388
  inactive: TColorNames;
@@ -1450,8 +1453,9 @@ export declare interface IJourneyContext {
1450
1453
  * @param id - The journey identifier.
1451
1454
  * @param keepPrevActive - If `true`, the previous coachmark remains active while transitioning to the next one.
1452
1455
  * @param delayInMs - Optional delay (in milliseconds) before rendering the current coachmark.
1456
+ * @param shouldBlurNextJourney - If `true`, blurs the next journey.
1453
1457
  */
1454
- nextCoachmark: (id: TJourneyId, keepPrevActive?: boolean, delayInMs?: number) => void;
1458
+ nextCoachmark: (id: TJourneyId, keepPrevActive?: boolean, delayInMs?: number, shouldBlurNextJourney?: boolean) => void;
1455
1459
  /**
1456
1460
  * Must be called to end journey and update the journey status on server.
1457
1461
  * @param id - The journey id.
@@ -1531,8 +1535,7 @@ declare interface ILeaderboardProps {
1531
1535
  }
1532
1536
 
1533
1537
  declare interface ILearningSheetData {
1534
- title: string;
1535
- learnosityRef: string;
1538
+ name: string;
1536
1539
  }
1537
1540
 
1538
1541
  declare interface ILearnosity {
@@ -1737,8 +1740,8 @@ export declare const ILLUSTRATIONS: {
1737
1740
  CHAPTER_8: string;
1738
1741
  CHAPTER_9: string;
1739
1742
  CHAPTER_HEADER_BG: string;
1743
+ CHAPTER_HEADER_BG_2: string;
1740
1744
  CIRCLE_CUEMATH_LOGO: string;
1741
- CIRCLE_CUEMATH_LOGO_WHITE: string;
1742
1745
  CIRCLE_OUTERCIRCLE_BG: string;
1743
1746
  CLOCK_ORANGE: string;
1744
1747
  COMMUNITY_BULB: string;
@@ -1746,7 +1749,6 @@ export declare const ILLUSTRATIONS: {
1746
1749
  CROWN: string;
1747
1750
  CROWN_OVERLAY: string;
1748
1751
  CUECOIN_GOLD: string;
1749
- CUEMATH_APP_QR_CODE: string;
1750
1752
  DESKTOP_WITH_PURPLE_FILL: string;
1751
1753
  DURATION_30MIN_GRAY: string;
1752
1754
  DURATION_45MIN_GRAY: string;
@@ -1780,6 +1782,14 @@ export declare const ILLUSTRATIONS: {
1780
1782
  MILESTONE_INTRO_2: string;
1781
1783
  MILESTONE_INTRO_3: string;
1782
1784
  MISTAKE: string;
1785
+ NODE_CUSTOM_TEST_BG: string;
1786
+ NODE_LEARN_BG: string;
1787
+ NODE_PRACTICE_BG: string;
1788
+ NODE_PROJECT_BG: string;
1789
+ NODE_PUZZLE_BG: string;
1790
+ NODE_RECAP_BG: string;
1791
+ NODE_TEST_PREP_BG: string;
1792
+ NODE_VIDEO_BG: string;
1783
1793
  NUMBER_1_ORANGE: string;
1784
1794
  NUMBER_2_ORANGE: string;
1785
1795
  NUMBER_3_ORANGE: string;
@@ -1823,7 +1833,6 @@ export declare const ILLUSTRATIONS: {
1823
1833
  USER_DOWN: string;
1824
1834
  USER_PIN: string;
1825
1835
  USER_PROFILE_BACKGROUND: string;
1826
- USER_TYPE_SELECTOR_GRID_BG: string;
1827
1836
  USER_UP: string;
1828
1837
  YELLOW_FACE: string;
1829
1838
  };
@@ -1964,7 +1973,7 @@ declare interface IMilestoneContainerProps extends Omit<IMilestoneWidgetResource
1964
1973
  parentName?: string;
1965
1974
  teacherName?: string;
1966
1975
  onEdit?: (editProps: IMilestoneEditProps) => void;
1967
- onAddOutcome?: (milestoneId: string) => void;
1976
+ onAddOutcome?: (milestoneId?: string) => void;
1968
1977
  onChapterClick: IChaptersListProps['onChapterClick'];
1969
1978
  isClassOngoing?: boolean;
1970
1979
  isStudentPresent?: boolean;
@@ -2003,6 +2012,8 @@ declare interface IMileStoneCreateProps {
2003
2012
  milestoneId?: string;
2004
2013
  currentCountryCode?: string;
2005
2014
  courseStream: TCourseStream;
2015
+ canDeleteGoal?: boolean;
2016
+ onDeleteGoal?: () => void;
2006
2017
  onChapterExitWarning?: (chapterExitProps: IOnChapterExitWarningProps) => void;
2007
2018
  onFormDataChange?: (formData: IMilestoneFormData) => void;
2008
2019
  onExit?: () => void;
@@ -2016,7 +2027,7 @@ export declare interface IMilestoneData {
2016
2027
  course_stream: TCourseStream;
2017
2028
  grade: string;
2018
2029
  board: string;
2019
- goal_category: TGoalCategory_2;
2030
+ goal_category: TGoalCategory;
2020
2031
  goal_code: string | null;
2021
2032
  created_on_ts: number;
2022
2033
  milestone_date_ts: number;
@@ -2031,6 +2042,10 @@ export declare interface IMilestoneData {
2031
2042
  user_milestone_progress: IUserChapterProgressProps | null;
2032
2043
  permissions: IMilestoneCardPermissions;
2033
2044
  recommended_chapter_filters: TRecommendedChaptersFilter | null;
2045
+ progress_stat: {
2046
+ total: number;
2047
+ completed: number;
2048
+ } | null;
2034
2049
  }
2035
2050
 
2036
2051
  declare interface IMileStoneEditContainerProps extends IMileStoneCreateContainerProps {
@@ -2108,7 +2123,7 @@ declare interface IMilestoneStartProps {
2108
2123
  handleOnClick?: () => void;
2109
2124
  }
2110
2125
 
2111
- declare interface IMilestoneTabsProps extends Pick<IChaptersListProps, 'chapters' | 'onAddChapter' | 'onChapterClick' | 'isGoalCreation'>, Pick<IMilestoneWidgetResourcesProps, 'onAssignResources' | 'isDraftMilestone'>, ITestsListProps, ISheetItemCallbackProps {
2126
+ declare interface IMilestoneTabsProps extends Pick<IChaptersListProps, 'chapters' | 'onAddChapter' | 'onChapterClick' | 'isGoalCreation'>, Pick<IMilestoneWidgetResourcesProps, 'onAssignResources' | 'isDraftMilestone'>, ITestsListProps, INodeCardCallbacks {
2112
2127
  isPlanAvailable: boolean;
2113
2128
  isMilestoneActive: boolean;
2114
2129
  goalCategory: IMilestoneData['goal_category'];
@@ -2143,7 +2158,7 @@ declare interface IMilestoneWidgetProps extends Omit<IMilestoneWidgetResourcesPr
2143
2158
  courseStream: TCourseStream;
2144
2159
  }
2145
2160
 
2146
- declare interface IMilestoneWidgetResourcesProps extends ISheetItemCallbackProps {
2161
+ declare interface IMilestoneWidgetResourcesProps extends INodeCardCallbacks {
2147
2162
  userType: TUserTypes;
2148
2163
  studentId: string;
2149
2164
  userMilestoneId?: string;
@@ -2185,7 +2200,66 @@ export declare const Info2Icon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
2185
2200
 
2186
2201
  export declare const InfoIcon: React.FC<React.SVGProps<SVGSVGElement>>;
2187
2202
 
2188
- export declare const InputStatusIcon: React.FC<IInputStatusIconProps>;
2203
+ declare interface INodeCardCallbacks {
2204
+ onNodeAttempt?: (nodeData: INodeDataProps, homeworkId?: string) => void;
2205
+ onNodeView?: (nodeData: INodeDataProps, milestoneId?: string) => void;
2206
+ onNodeReview?: (nodeData: INodeDataProps, milestoneId?: string, homeworkId?: string) => void;
2207
+ onNodeReattempt?: (nodeData: INodeDataProps, milestoneId?: string) => void;
2208
+ onNodeAttemptLocationChange?: (nodeData: INodeDataProps) => void;
2209
+ onNodeMarkAsDone?: (nodeData: INodeDataProps) => void;
2210
+ onNodeReset?: (nodeData: INodeDataProps, milestoneId?: string) => void;
2211
+ onNodeUnassign?: (nodeData: INodeDataProps, milestoneId?: string) => void;
2212
+ }
2213
+
2214
+ export declare interface INodeDataProps {
2215
+ accuracy: number | null;
2216
+ attempt_location: TSheetAttemptLocation_2;
2217
+ block_id: string;
2218
+ card_header: string;
2219
+ chapter_id: string;
2220
+ complete_status: boolean;
2221
+ course_type: TCourseType;
2222
+ desmos_calculator_enabled: boolean;
2223
+ due_date_ts: number | null;
2224
+ is_lesson_v3_enabled: boolean;
2225
+ is_optional: boolean;
2226
+ is_timed: boolean;
2227
+ is_worksheet_v3: boolean | null;
2228
+ learnosity_activity_ref: string;
2229
+ marked_as_completed: boolean;
2230
+ node_id: string;
2231
+ node_type: TNodeTypes_2;
2232
+ sheet_statement: string;
2233
+ permissions: INodePermissions;
2234
+ sheet_time: number | null;
2235
+ state: TSheetStates;
2236
+ title: string;
2237
+ user_chapter_id: string | null;
2238
+ user_node_id: string | null;
2239
+ worksheet_id: string;
2240
+ image_url: string;
2241
+ image_hue: THueNames;
2242
+ total_questions: number | null;
2243
+ unlocked_on_ts: number | null;
2244
+ items?: TNodeDataTestItemsDataProps[];
2245
+ user_milestone_id?: string;
2246
+ user_attempt_id: string | null;
2247
+ subtext: string | null;
2248
+ homework_id?: string;
2249
+ chapter_name?: string;
2250
+ }
2251
+
2252
+ declare interface INodePermissions {
2253
+ can_change_attempt_location: boolean;
2254
+ can_mark_familiar: boolean;
2255
+ can_reattempt: boolean;
2256
+ can_reset: boolean;
2257
+ can_resume: boolean;
2258
+ can_review: boolean;
2259
+ can_start: boolean;
2260
+ can_teacher_review: boolean;
2261
+ can_unassign: boolean;
2262
+ }
2189
2263
 
2190
2264
  export declare interface INudgeProps {
2191
2265
  nudge: 'click';
@@ -2195,6 +2269,10 @@ export declare interface INudgeProps {
2195
2269
  zIndex?: number;
2196
2270
  }
2197
2271
 
2272
+ export declare const invalidateGetChapterDetails: (id: string, query?: void | undefined, allIdsInvalid?: boolean) => void;
2273
+
2274
+ export declare const invalidateHomeworks: (id: string, query?: void | undefined, allIdsInvalid?: boolean) => void;
2275
+
2198
2276
  export declare const invalidateMilestoneResources: (id: string, query?: void | undefined, allIdsInvalid?: boolean) => void;
2199
2277
 
2200
2278
  export declare const invalidateMilestonesData: (query?: TQuery | undefined) => void;
@@ -2215,13 +2293,6 @@ declare interface IOpenImageReviewModalProps {
2215
2293
  image?: string;
2216
2294
  }
2217
2295
 
2218
- declare interface IOTPResendProps {
2219
- onResendOTP: () => void;
2220
- onResendVoiceOTP?: () => void;
2221
- timerSeconds?: number;
2222
- showVoiceOTP?: boolean;
2223
- }
2224
-
2225
2296
  declare interface IOutcomeConfig {
2226
2297
  id: string;
2227
2298
  input_type: string;
@@ -2257,11 +2328,6 @@ declare interface IPerfectHitsProps {
2257
2328
  value: number;
2258
2329
  }
2259
2330
 
2260
- declare interface IPhoneInputProps extends ICustomInputFieldProps {
2261
- onCountryChange: (option: TSelectedCountry) => void;
2262
- selectedCountry: TSelectedCountry;
2263
- }
2264
-
2265
2331
  declare interface IPlaceholder {
2266
2332
  text?: string;
2267
2333
  marks?: string;
@@ -2504,16 +2570,6 @@ declare interface IReferenceSheetProps {
2504
2570
  };
2505
2571
  }
2506
2572
 
2507
- declare interface IResetPasswordFormProps {
2508
- onSubmit: (e: FormEvent<HTMLFormElement>) => void;
2509
- onChange: (key: string, value: string) => void;
2510
- formData: Record<string, string>;
2511
- errors: Record<string, string>;
2512
- isProcessing: boolean;
2513
- isSubmitDisabled: boolean;
2514
- isValid?: boolean;
2515
- }
2516
-
2517
2573
  export declare interface IResourceItemData {
2518
2574
  boards: string[];
2519
2575
  created_on: string;
@@ -2732,14 +2788,6 @@ declare interface ISheetsListProps extends ISheetItemCallbackProps {
2732
2788
  section?: TSheetsSection;
2733
2789
  }
2734
2790
 
2735
- declare interface ISignupMethodsProps {
2736
- onEmailSignup: () => void;
2737
- onPhoneSignup: () => void;
2738
- onGoogleSignup: () => void;
2739
- onAppleSignup: () => void;
2740
- loadingProvider: TSocialAuthProvider | null;
2741
- }
2742
-
2743
2791
  export declare interface ISignUpProps {
2744
2792
  circleOnLeapSignedUp: boolean;
2745
2793
  circleOnLeapPremiumEnabled: boolean;
@@ -2757,29 +2805,6 @@ export declare interface ISignUpProps {
2757
2805
  onSignupStepsComplete: (data: IUpdateUserPayloadDal | ICreateUserResponseDal | null) => void;
2758
2806
  }
2759
2807
 
2760
- declare interface ISingleFieldFormProps {
2761
- onSubmit: (e?: FormEvent<HTMLFormElement>) => void;
2762
- onChange: (key: string, value: string) => void;
2763
- value: string;
2764
- error: string;
2765
- isProcessing: boolean;
2766
- isSubmitDisabled?: boolean;
2767
- isValid?: boolean;
2768
- field?: string;
2769
- label?: string;
2770
- }
2771
-
2772
- declare interface ISocialAccountNotFoundProps {
2773
- onRetryLogin: () => void;
2774
- onGoToSignup: () => void;
2775
- }
2776
-
2777
- declare interface ISocialLoginMethodsProps {
2778
- onGoogleLogin: () => void;
2779
- onAppleLogin: () => void;
2780
- loadingProvider: TSocialAuthProvider | null;
2781
- }
2782
-
2783
2808
  export declare const isOkayTypeQuestion: IIsOkayTypeQuestion;
2784
2809
 
2785
2810
  export declare enum IStatsToAwardErrorCode {
@@ -2875,13 +2900,6 @@ declare interface ISyncableWebGameProps {
2875
2900
  enableSync?: boolean;
2876
2901
  }
2877
2902
 
2878
- export declare type ITabConfig<T extends string = string> = Record<T, ITabItem>;
2879
-
2880
- declare interface ITabItem {
2881
- label: string;
2882
- component?: JSX.Element;
2883
- }
2884
-
2885
2903
  export declare interface ITable {
2886
2904
  tableList: ITableInfo[];
2887
2905
  infiniteModeHighScore: number;
@@ -2945,12 +2963,6 @@ export declare interface ITabSizeConfig {
2945
2963
  textVariant: TTextVariants;
2946
2964
  }
2947
2965
 
2948
- declare interface ITabsProps<T extends string> {
2949
- selectedTab: T;
2950
- onChange: (tab: T) => void;
2951
- tabs: ITabConfig<T>;
2952
- }
2953
-
2954
2966
  export declare interface ITabVariantConfig {
2955
2967
  backgroundColorName: {
2956
2968
  inactive: TColorNames;
@@ -3027,13 +3039,7 @@ declare interface ITestsCreationProps {
3027
3039
  onError: (errorMessage?: string) => void;
3028
3040
  }
3029
3041
 
3030
- declare interface ITestSheetItemCallbackProps {
3031
- onTestPreview?: (milestoneId: string, sheetData: ISheetDataProps) => void;
3032
- onTestStart?: (sheetData: ISheetDataProps) => void;
3033
- onTestReview?: (sheetData: ISheetDataProps, milestoneId: string) => void;
3034
- }
3035
-
3036
- declare interface ITestsListProps extends ITestSheetItemCallbackProps {
3042
+ declare interface ITestsListProps {
3037
3043
  userType: TUserTypes;
3038
3044
  studentId: string;
3039
3045
  userMilestoneId: string;
@@ -3042,6 +3048,10 @@ declare interface ITestsListProps extends ITestSheetItemCallbackProps {
3042
3048
  isDraftMilestone?: boolean;
3043
3049
  isChaptersAvailable?: boolean;
3044
3050
  canUpdatePlan?: boolean;
3051
+ onNodeReattempt?: (sheetData: INodeDataProps, milestoneId?: string) => void;
3052
+ onTestPreview?: (sheetData: INodeDataProps, milestoneId: string) => void;
3053
+ onTestStart?: (sheetData: INodeDataProps) => void;
3054
+ onTestReview?: (sheetData: INodeDataProps, milestoneId: string) => void;
3045
3055
  }
3046
3056
 
3047
3057
  declare interface ITextButtonProps extends IClickableAnalyticsProps {
@@ -3286,6 +3296,20 @@ declare interface IusePointerSyncProps {
3286
3296
  targetUserId?: string;
3287
3297
  }
3288
3298
 
3299
+ export declare interface IUserChapterData {
3300
+ chapter_code: string;
3301
+ chapter_id: string;
3302
+ chapter_tags: string[];
3303
+ id: string;
3304
+ image_hue: THueNames;
3305
+ image_url: string;
3306
+ item_bank_enabled: boolean;
3307
+ name: string;
3308
+ program_id: string;
3309
+ progress_stat: IChapterProgressStats | null;
3310
+ blocks: IChapterBlockData[];
3311
+ }
3312
+
3289
3313
  declare interface IUserChapterProgressProps {
3290
3314
  familiar_sheets: number;
3291
3315
  mastered_sheets: number;
@@ -3293,12 +3317,6 @@ declare interface IUserChapterProgressProps {
3293
3317
  total_core_sheets: number;
3294
3318
  }
3295
3319
 
3296
- declare interface IUserTypeSelectorProps {
3297
- onNext: () => void;
3298
- onUserTypeChange: (id: TAuthUserType) => void;
3299
- userType: TAuthUserType;
3300
- }
3301
-
3302
3320
  declare interface IUseTrialSessionMessageBroker {
3303
3321
  (options: {
3304
3322
  teacherClassroomId?: string;
@@ -3648,7 +3666,14 @@ export declare enum JOURNEY_ID_STUDENT {
3648
3666
  CIRCLE_STREAK_UPDATE_JOURNEY = "CIRCLE_STREAK_UPDATE_JOURNEY",
3649
3667
  CIRCLE_TUTORIAL_JOURNEY = "CIRCLE_TUTORIAL_JOURNEY",
3650
3668
  CIRCLE_TABLES_INTRO_JOURNEY = "CIRCLE_TABLES_INTRO_JOURNEY",
3651
- CIRCLE_STREAK_REDUCTION_JOURNEY = "CIRCLE_STREAK_REDUCTION_JOURNEY"
3669
+ CIRCLE_STREAK_REDUCTION_JOURNEY = "CIRCLE_STREAK_REDUCTION_JOURNEY",
3670
+ HOMEPAGE_JOURNEY = "HOMEPAGE_JOURNEY",
3671
+ CHAPTER_PAGE_JOURNEY = "CHAPTER_PAGE_JOURNEY"
3672
+ }
3673
+
3674
+ export declare enum JOURNEY_ID_TEACHER {
3675
+ HOMEPAGE_JOURNEY = "HOMEPAGE_JOURNEY",
3676
+ CHAPTER_PAGE_JOURNEY = "CHAPTER_PAGE_JOURNEY"
3652
3677
  }
3653
3678
 
3654
3679
  export declare const JourneyProvider: FC<IJourneyProviderProps>;
@@ -3681,7 +3706,6 @@ export declare const LOTTIE: {
3681
3706
  ACCURACY_METER: string;
3682
3707
  ACCURACY_NEEDLE: string;
3683
3708
  ADVANCE_MODE_SEGMENT_LOTTIE: string;
3684
- AVATAR_SELECTED: string;
3685
3709
  BEGINNER1X: string;
3686
3710
  BRONZE_1: string;
3687
3711
  BRONZE_2: string;
@@ -3694,11 +3718,10 @@ export declare const LOTTIE: {
3694
3718
  COLOR_1: string;
3695
3719
  COLOR_2: string;
3696
3720
  COLOR_3: string;
3721
+ COMPETITIVE_ARENA: string;
3697
3722
  DIFFICULT: string;
3698
- DOB: string;
3699
3723
  EASY: string;
3700
3724
  ELITE_CIRCLE: string;
3701
- ERROR: string;
3702
3725
  ERROR_LOTTIE: string;
3703
3726
  FAMILIAR1X: string;
3704
3727
  FIFTEEN_MIN_CLOCK: string;
@@ -3706,17 +3729,12 @@ export declare const LOTTIE: {
3706
3729
  GOLD_1: string;
3707
3730
  GOLD_2: string;
3708
3731
  GOLD_3: string;
3709
- GRADE: string;
3710
3732
  INFINITE_BUTTON_BG: string;
3711
3733
  INFINITE_BUTTON_SYMBOL: string;
3712
- KEY: string;
3734
+ LEARN: string;
3713
3735
  LEVELUP_RINGS: string;
3714
- MAIL: string;
3715
3736
  MEDIUM: string;
3716
3737
  NUDGE_TAP: string;
3717
- OTP: string;
3718
- PARENT_AVATAR: string;
3719
- PHONE_NUMBER: string;
3720
3738
  POINT100: string;
3721
3739
  POINT10: string;
3722
3740
  POINT15: string;
@@ -3733,8 +3751,12 @@ export declare const LOTTIE: {
3733
3751
  POINT50: string;
3734
3752
  POINT5: string;
3735
3753
  POINT60: string;
3754
+ PRACTICE: string;
3736
3755
  PROFICIENT1X: string;
3756
+ PROJECT: string;
3757
+ PUZZLE: string;
3737
3758
  RANDOM_MODE_SEGMENT_LOTTIE: string;
3759
+ RECAP: string;
3738
3760
  SEQUENCE_MODE_SEGMENT_LOTTIE: string;
3739
3761
  SILVER_1: string;
3740
3762
  SILVER_2: string;
@@ -3742,17 +3764,17 @@ export declare const LOTTIE: {
3742
3764
  SLEEPY_BOI: string;
3743
3765
  SPINNER_WHITE: string;
3744
3766
  SPLASH_SCREEN: string;
3745
- STUDENT_AVATAR: string;
3746
3767
  TABLE_MODE_REVEAL: string;
3747
3768
  TABLE_MODE_STAR: string;
3748
3769
  TABLE_SEGMENT_STAR: string;
3749
3770
  TARGET_ACHIEVED_TEXT: string;
3750
3771
  TEACHER_VALIDATION: string;
3772
+ TEST: string;
3751
3773
  TOTAL_STREAK: string;
3752
3774
  TOTAL_TIME: string;
3753
3775
  TOTAL_TIME_SPENT: string;
3754
3776
  TOURNAMENT_RIPPLE: string;
3755
- USERNAME: string;
3777
+ VIDEO: string;
3756
3778
  };
3757
3779
 
3758
3780
  export declare const LPARChapter: FC<ILPARChapterProps>;
@@ -3791,6 +3813,21 @@ export declare const Next2Icon: React.FC<React.SVGProps<SVGSVGElement>>;
3791
3813
 
3792
3814
  export declare const NextIcon: React.FC<React.SVGProps<SVGSVGElement>>;
3793
3815
 
3816
+ declare enum NODE_CARD_COURSE_TYPES {
3817
+ PROGRAM = "PROGRAM",
3818
+ REMEDIAL = "REMEDIAL",
3819
+ TEST_SERIES = "TEST_SERIES",
3820
+ EXAM = "EXAM"
3821
+ }
3822
+
3823
+ declare enum NODE_CARD_STATES {
3824
+ LOCKED = "LOCKED",
3825
+ NOT_STARTED = "NOT_STARTED",
3826
+ WAIT_FOR_REVIEW = "WAIT_FOR_REVIEW",
3827
+ IN_PROGRESS = "IN_PROGRESS",
3828
+ COMPLETED = "COMPLETED"
3829
+ }
3830
+
3794
3831
  export declare const NODE_LABELS: {
3795
3832
  readonly ASSESSMENT: "ASSESSMENT";
3796
3833
  readonly CHAPTER_ASSESSMENT: "ASSESSMENT";
@@ -3921,22 +3958,14 @@ declare interface NumRangeInputProps {
3921
3958
  endPlaceholder?: string;
3922
3959
  }
3923
3960
 
3924
- export declare const OTPForm: ({ onSubmit, onChange, value, error, isProcessing, isValid, }: ISingleFieldFormProps) => JSX_2.Element;
3925
-
3926
3961
  export declare type OutcomeStage = keyof typeof STAGES;
3927
3962
 
3928
- export declare const OverlayLoader: ({ isLoading }: {
3929
- isLoading?: boolean | undefined;
3930
- }) => JSX_2.Element | null;
3931
-
3932
3963
  export declare const PencilIcon: React.FC<React.SVGProps<SVGSVGElement>>;
3933
3964
 
3934
3965
  export declare const PercentileInput: React_2.ForwardRefExoticComponent<IPercentileProps & React_2.RefAttributes<HTMLInputElement>>;
3935
3966
 
3936
3967
  export declare const PerfectHits: NamedExoticComponent<IPerfectHitsProps>;
3937
3968
 
3938
- export declare const PhoneInput: FC<IPhoneInputProps>;
3939
-
3940
3969
  /**
3941
3970
  ** Global/Platform specific events that needs to be tracked goes here
3942
3971
  ** Naming convention needs to be snake_case
@@ -3944,6 +3973,7 @@ export declare const PhoneInput: FC<IPhoneInputProps>;
3944
3973
  export declare enum PLATFORM_EVENTS_STUDENT {
3945
3974
  PAGE_VIEWED = "page_viewed",
3946
3975
  CUSTOM_TEST_SUBMITTED = "custom_test_submitted",
3976
+ HOMEWORK_COMPLETED = "homework_completed",
3947
3977
  ACTIVITY_STARTED = "activity_started",
3948
3978
  ACTIVITY_TUTORIAL_SEEN = "activity_tutorial_seen",
3949
3979
  STREAK_ICON_CLICKED = "streak_icon_clicked",
@@ -4051,16 +4081,22 @@ export declare const RadioCard: <IDType extends string | number>({ options, valu
4051
4081
 
4052
4082
  export declare const RadioInput: <IDType extends string | number>({ options, value, onChange, numColumns, }: IRadioInputProps<IDType>) => JSX.Element;
4053
4083
 
4084
+ export declare const RecentChapters: FC<RecentChaptersProps>;
4085
+
4086
+ declare interface RecentChaptersProps {
4087
+ studentId: string;
4088
+ courseStream: TCourseStream;
4089
+ userType: TUserTypes;
4090
+ onChapterClick: IChaptersListProps['onChapterClick'];
4091
+ recentChaptersRef?: React.RefObject<HTMLDivElement>;
4092
+ }
4093
+
4054
4094
  export declare const RedoIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
4055
4095
 
4056
4096
  export declare const ReferenceSheet: FC<IReferenceSheetProps>;
4057
4097
 
4058
4098
  export declare const RemotePeerPointer: MemoExoticComponent<({ containerRef, onPublish, onSubscribe, responseId }: IPointerProps) => JSX_2.Element>;
4059
4099
 
4060
- export declare const ResendOTP: React.FC<IOTPResendProps>;
4061
-
4062
- export declare const ResetPasswordForm: ({ onSubmit, onChange, formData, errors, isSubmitDisabled, isProcessing, isValid, }: IResetPasswordFormProps) => JSX_2.Element;
4063
-
4064
4100
  export declare const REWARDS_LIST: string[];
4065
4101
 
4066
4102
  export declare const RightIcon: React.FC<React.SVGProps<SVGSVGElement>>;
@@ -4081,6 +4117,18 @@ export declare const SearchableSelectInput: <IDType extends string | number>(pro
4081
4117
 
4082
4118
  export declare const SearchIcon: React.FC<React.SVGProps<SVGSVGElement>>;
4083
4119
 
4120
+ declare enum SECTION_CODE {
4121
+ READINESS = "READINESS",
4122
+ GOALS = "GOALS",
4123
+ TESTS = "TESTS",
4124
+ ENRICHMENT = "ENRICHMENT",
4125
+ SUBJECTIVE = "SUBJECTIVE",
4126
+ VIDEOS = "VIDEOS",
4127
+ NOTES = "NOTES",
4128
+ FLASHCARDS = "FLASHCARDS",
4129
+ PUZZLE_CARDS = "PUZZLE_CARDS"
4130
+ }
4131
+
4084
4132
  export declare const SectionList: <Section extends string | number | TDefaultSection>(props: ISectionList<Section>) => JSX.Element;
4085
4133
 
4086
4134
  export declare const SelectInput: <IDType extends string | number>(props: ISelectInputProps<IDType>) => JSX.Element;
@@ -4138,19 +4186,15 @@ export declare const SheetLocked: MemoExoticComponent<({ onHomeClick }: {
4138
4186
 
4139
4187
  export declare const SignUp: ({ mathGymEnrolledUser, circleEnrolledUser, circleOnLeapPremiumDays, circleUsername, countryCode, grade: defaultGrade, state, circleOnLeapPremiumEnabled, studentId, isSignUpProcessing, onCreateUser, onUpdateUser, onSignupStepsComplete, }: ISignUpProps) => JSX_2.Element;
4140
4188
 
4141
- export declare const SignupMethods: FC<ISignupMethodsProps>;
4142
-
4143
4189
  declare const SketchIcon: React.FC<React.SVGProps<SVGSVGElement>>;
4144
4190
  export { SketchIcon as ScribbleIcon }
4145
4191
  export { SketchIcon }
4146
4192
 
4147
4193
  export declare const Skip2Icon: React.FC<React.SVGProps<SVGSVGElement>>;
4148
4194
 
4149
- export declare const SkipIcon: React.FC<React.SVGProps<SVGSVGElement>>;
4150
-
4151
- export declare const SocialAccountNotFound: ({ onRetryLogin, onGoToSignup }: ISocialAccountNotFoundProps) => JSX_2.Element;
4195
+ export declare const SkipColoredIcon: React.FC<React.SVGProps<SVGSVGElement>>;
4152
4196
 
4153
- export declare const SocialLoginMethods: FC<ISocialLoginMethodsProps>;
4197
+ export declare const SkipIcon: React.FC<React.SVGProps<SVGSVGElement>>;
4154
4198
 
4155
4199
  export declare const SplashScreen: ({ animationCompleted }: {
4156
4200
  animationCompleted: () => void;
@@ -4178,6 +4222,8 @@ export declare enum State {
4178
4222
  HOLD = "HOLD"
4179
4223
  }
4180
4224
 
4225
+ export declare const StatusIcon: React.FC<React.SVGProps<SVGSVGElement>>;
4226
+
4181
4227
  export declare function Stepper({ stepsInfo, currentStep }: IStepperProps): JSX_2.Element;
4182
4228
 
4183
4229
  declare const STICKER_BADGE: {
@@ -4217,8 +4263,6 @@ declare const TAB_CODES: {
4217
4263
 
4218
4264
  export declare const TabComponent: React_2.FC<ITabProps>;
4219
4265
 
4220
- export declare function Tabs<T extends string>({ selectedTab, onChange, tabs }: ITabsProps<T>): JSX_2.Element;
4221
-
4222
4266
  export declare type TAction = EventToPayload<TInclassMessage>;
4223
4267
 
4224
4268
  declare type TActionListenerOptions = {
@@ -4245,12 +4289,6 @@ export declare type TArrowTooltipConfig = {
4245
4289
 
4246
4290
  export declare type TArrowTooltipVariants = 'primary' | 'secondary';
4247
4291
 
4248
- export declare type TAuthProvider = 'email' | 'phone';
4249
-
4250
- export declare type TAuthTabKeys = 'identifier' | 'username';
4251
-
4252
- export declare type TAuthUserType = 'student' | 'parent';
4253
-
4254
4292
  declare type TBadgeData = {
4255
4293
  acknowledged_on: number | null;
4256
4294
  animation_url: string;
@@ -4300,11 +4338,11 @@ declare type TBlockStatsData = {
4300
4338
 
4301
4339
  declare type TBlockStatus = keyof typeof BLOCK_STATUS;
4302
4340
 
4303
- declare type TBlockType = keyof typeof BLOCK_TYPE;
4341
+ declare type TBlockType = keyof typeof BLOCK_TYPE_2;
4304
4342
 
4305
4343
  export declare type TButtonSizes = 'xsmall' | 'small' | 'regular' | 'medium' | 'large';
4306
4344
 
4307
- export declare type TButtonVariants = 'primary' | 'secondary' | 'tertiary' | 'secondary-dark';
4345
+ export declare type TButtonVariants = 'primary' | 'secondary' | 'tertiary' | 'secondary-gray' | 'secondary-dark';
4308
4346
 
4309
4347
  declare type TCallback = (messages: TInclassMessage[]) => void;
4310
4348
 
@@ -4397,6 +4435,8 @@ declare type TCourseProgramPermissions = {
4397
4435
 
4398
4436
  declare type TCourseStream = (typeof COURSE_STREAMS)[keyof typeof COURSE_STREAMS];
4399
4437
 
4438
+ declare type TCourseType = keyof typeof NODE_CARD_COURSE_TYPES;
4439
+
4400
4440
  declare type TCreateOnPresubmit = (options: TOnPreSubmitOptions) => void;
4401
4441
 
4402
4442
  declare type TCueCanvasChangeDataObject = Record<string, TDrawingData[]>;
@@ -4453,9 +4493,9 @@ declare interface TextProps {
4453
4493
 
4454
4494
  export declare type TFontFamilyNames = `${'Athletics'}-${'Light' | 'Regular' | 'Medium' | 'Bold' | 'Black'}` | `${'UntitledSans'}-${'Regular' | 'Medium'}`;
4455
4495
 
4456
- declare type TGoalCategory = (typeof GOAL_CATEGORY)[keyof typeof GOAL_CATEGORY];
4496
+ declare type TGoalCategory = keyof typeof GOAL_CATEGORY | null;
4457
4497
 
4458
- declare type TGoalCategory_2 = keyof typeof GOAL_CATEGORY | null;
4498
+ declare type TGoalCategory_2 = (typeof GOAL_CATEGORY)[keyof typeof GOAL_CATEGORY];
4459
4499
 
4460
4500
  declare interface TGoals {
4461
4501
  goal_code?: string;
@@ -4551,11 +4591,32 @@ export declare type TInclassMessage = {
4551
4591
  eventPayload: {
4552
4592
  worksheetId: string;
4553
4593
  };
4594
+ } | {
4595
+ eventName: typeof EVENTS.HOMEWORK_UNASSIGN;
4596
+ eventPayload: {
4597
+ studentId: string;
4598
+ };
4599
+ } | {
4600
+ eventName: typeof EVENTS.INVALIDATE_HOMEWORK;
4601
+ eventPayload: {
4602
+ studentId: string;
4603
+ };
4554
4604
  } | {
4555
4605
  eventName: typeof EVENTS.CHAPTER_UPDATED;
4556
4606
  eventPayload: {
4557
4607
  chapterId: string;
4558
4608
  };
4609
+ } | {
4610
+ eventName: typeof EVENTS.INVALIDATE_CHAPTER_ON_CHANGE_ATTEMPT_LOCATION;
4611
+ eventPayload: {
4612
+ chapterId: string;
4613
+ };
4614
+ } | {
4615
+ eventName: typeof EVENTS.SHEET_REATTEMPTED;
4616
+ eventPayload: {
4617
+ milestoneId: string;
4618
+ chapterId: string;
4619
+ };
4559
4620
  } | {
4560
4621
  eventName: typeof EVENTS.LESSONS_MARKED_AS_FAMILIAR;
4561
4622
  eventPayload: {
@@ -4680,7 +4741,7 @@ declare type TInstructorStimulus = 'SystemIntro' | 'Intro' | 'Concept-Intro' | '
4680
4741
 
4681
4742
  declare type TItemType = 'overview' | 'learning-we-do' | 'learning-your-turn' | 'learning-explore' | 'practice-basic' | 'practice-basic-optional' | 'practice-regular' | 'practice-regular-optional' | 'exit-ticket' | 'advanced-we-do' | 'advanced-your-turn' | 'advanced-explore' | 'advanced-practice';
4682
4743
 
4683
- export declare type TJourneyId = JOURNEY_ID_STUDENT;
4744
+ export declare type TJourneyId = JOURNEY_ID_STUDENT | JOURNEY_ID_TEACHER;
4684
4745
 
4685
4746
  declare type TLayerKey = 'layer-1' | 'layer-2' | 'layer-3' | 'layer-4';
4686
4747
 
@@ -4927,11 +4988,19 @@ declare type TMilestoneStates = 'ACTIVE' | 'OUTCOME_PENDING' | 'OUTCOME_ADDED' |
4927
4988
 
4928
4989
  declare type TMilestoneType = 'ACTIVE' | 'INACTIVE' | 'DRAFT';
4929
4990
 
4991
+ declare interface TNodeDataTestItemsDataProps {
4992
+ chapter_name: string;
4993
+ goal_name: string;
4994
+ ref: string;
4995
+ }
4996
+
4930
4997
  declare type TNodeSubGroupProps = keyof typeof NODE_SUB_GROUP;
4931
4998
 
4932
4999
  declare type TNodeTypeProps = keyof typeof NODE_TYPE | keyof typeof PYTHON_NODE_TYPES | keyof typeof SAT_NODE_TYPE;
4933
5000
 
4934
- export declare type TNodeTypes = 'LEGACY' | 'LEARNING' | 'REMEDIAL' | 'GENERAL' | 'SAT_MATH_RECAP' | 'SAT_MATH_LEARNING' | 'SAT_MATH_ASSESSMENT' | 'SAT_ENGLISH_RECAP' | 'SAT_ENGLISH_LEARNING' | 'SAT_ENGLISH_ASSESSMENT' | 'LEVEL3' | 'RECAP' | 'REVISION' | 'LEVEL2' | 'TARGET_PRACTICE' | 'PRACTICE' | 'EXTRA_PRACTICE' | 'PUZZLE_EASY' | 'PUZZLE_MEDIUM' | 'PUZZLE_HARD' | 'CHAPTER_ASSESSMENT' | 'ASSESSMENT' | 'TRIAL_DIAGNOSTIC' | 'TRIAL_BASIC' | 'TRIAL_INTERMEDIATE' | 'TRIAL_ADVANCED' | 'MASTERY' | 'DYNAMIC' | 'TURING_ASSESSMENT' | 'TURING_SUBJECTIVE' | 'TURING_PRACTICE' | 'DIAGNOSTIC' | 'SUBJECTIVE';
5001
+ export declare type TNodeTypes = 'LEGACY' | 'LEARNING' | 'REMEDIAL' | 'GENERAL' | 'SAT_MATH_RECAP' | 'SAT_MATH_LEARNING' | 'SAT_MATH_ASSESSMENT' | 'SAT_ENGLISH_RECAP' | 'SAT_ENGLISH_LEARNING' | 'SAT_ENGLISH_ASSESSMENT' | 'LEVEL3' | 'RECAP' | 'REVISION' | 'LEVEL2' | 'TARGET_PRACTICE' | 'PRACTICE' | 'EXTRA_PRACTICE' | 'PUZZLE_EASY' | 'PUZZLE_MEDIUM' | 'PUZZLE_HARD' | 'CHAPTER_ASSESSMENT' | 'ASSESSMENT' | 'TRIAL_DIAGNOSTIC' | 'TRIAL_BASIC' | 'TRIAL_INTERMEDIATE' | 'TRIAL_ADVANCED' | 'MASTERY' | 'DYNAMIC' | 'TURING_ASSESSMENT' | 'TURING_SUBJECTIVE' | 'TURING_PRACTICE' | 'DIAGNOSTIC' | 'SUBJECTIVE' | 'VIDEO';
5002
+
5003
+ declare type TNodeTypes_2 = keyof typeof NODE_TYPE | keyof typeof PYTHON_NODE_TYPES | keyof typeof SAT_NODE_TYPE;
4935
5004
 
4936
5005
  export declare type TOnPreSubmitOptions = {
4937
5006
  isDraftPlan: boolean;
@@ -4971,10 +5040,8 @@ declare type TPuzzleCardBlockStatus = keyof typeof PUZZLE_CARD_STATE | '';
4971
5040
 
4972
5041
  declare type TQuery = {
4973
5042
  milestone_state_group: 'ALL' | 'DRAFT' | 'STUDENT_ALL' | 'LIVE' | 'STUDENT_LIVE' | 'INACTIVE';
4974
- with_plan: boolean;
4975
- course_stream: TCourseStream;
4976
5043
  student_id: string;
4977
- in_class?: boolean;
5044
+ course_stream: TCourseStream;
4978
5045
  };
4979
5046
 
4980
5047
  declare type TQuestionByQuestionOverviewList = {
@@ -5057,10 +5124,10 @@ declare type TSectionSummary = {
5057
5124
  modules: TSATModule[];
5058
5125
  };
5059
5126
 
5060
- export declare type TSelectedCountry = Pick<ICountryOption, 'id' | 'code'>;
5061
-
5062
5127
  declare type TSheetAttemptLocation = keyof typeof SHEET_ATTEMPT_LOCATION;
5063
5128
 
5129
+ declare type TSheetAttemptLocation_2 = keyof typeof SHEET_ATTEMPT_LOCATION;
5130
+
5064
5131
  declare type TSheetAttemptStateProps = keyof typeof SHEET_ATTEMPT_STATE;
5065
5132
 
5066
5133
  declare type TSheetBlockData = {
@@ -5122,9 +5189,9 @@ export declare type TSheetsSection = 'core_lessons' | 'supplementary_sheets' | '
5122
5189
 
5123
5190
  declare type TSheetStateProps = 'LOCKED' | 'NOT_STARTED' | 'IN_PROGRESS' | 'FAMILIAR' | 'PROFICIENT' | 'MASTERED' | 'COMPLETED' | 'RE_ATTEMPT';
5124
5191
 
5125
- export declare type TSkillStatus = 'pending' | 'completed';
5192
+ declare type TSheetStates = keyof typeof NODE_CARD_STATES;
5126
5193
 
5127
- export declare type TSocialAuthProvider = 'google' | 'apple';
5194
+ export declare type TSkillStatus = 'pending' | 'completed';
5128
5195
 
5129
5196
  declare type TStickerData = {
5130
5197
  actor_id: string;
@@ -5196,11 +5263,6 @@ export declare type TTrialSessionMessage = {
5196
5263
  };
5197
5264
  };
5198
5265
 
5199
- declare type TUserAccount = {
5200
- id: string;
5201
- phone: string;
5202
- };
5203
-
5204
5266
  declare type TUserChapterStates = 'MASTERED' | 'PROFICIENT' | 'FAMILIAR' | 'STARTED';
5205
5267
 
5206
5268
  declare type TUserProgram = {
@@ -5250,6 +5312,13 @@ export declare const useCanvasSyncBroker: (channelId: string, logEvent: (type: s
5250
5312
  registerCallback: (qrId: string, cb: (data: IActionData) => void) => void;
5251
5313
  };
5252
5314
 
5315
+ export declare const useChapterPageJourney: () => {
5316
+ chapterPageRef: RefObject<HTMLDivElement>;
5317
+ bannerRef: RefObject<HTMLDivElement>;
5318
+ coreBlocksRef: RefObject<HTMLDivElement>;
5319
+ startJourney: ({ chapterDetails, userChapterId, studentId, userType }: IChapterStartJourneyProps) => void;
5320
+ };
5321
+
5253
5322
  export declare const useCircleSounds: () => {
5254
5323
  playSwipSound: () => void;
5255
5324
  play: (key: CircleSoundKey, immediately?: boolean, loop?: boolean) => HTMLAudioElement | undefined;
@@ -5299,7 +5368,7 @@ export declare const useGetCircleHomeDetailsDal: (userId: string, grade: string,
5299
5368
  invalidateCircleHomeDetails: () => void;
5300
5369
  };
5301
5370
 
5302
- export declare const useGetEligibleJourneysViaRoute: (routeJourneyIds: TJourneyId[]) => JOURNEY_ID_STUDENT[];
5371
+ export declare const useGetEligibleJourneysViaRoute: (routeJourneyIds: TJourneyId[]) => TJourneyId[];
5303
5372
 
5304
5373
  declare const useGetLeaderboard: (initialId?: string, initialQuery?: IGetLeaderboardPayloadModel | undefined) => {
5305
5374
  get: (id: string, query: IGetLeaderboardPayloadModel, meta: void) => Promise<void>;
@@ -5321,8 +5390,8 @@ export declare const useGetLeaderboardDal: (userId: string) => Omit<ReturnType<t
5321
5390
 
5322
5391
  export declare const useGetMilestoneResources: (initialId?: string, initialQuery?: void | undefined) => {
5323
5392
  get: (id: string, query: void, meta: IGetMilestoneResourcesAPIMetaData) => Promise<void>;
5324
- resource: ResourceModel<ISheetDataProps[]> | undefined;
5325
- data: ISheetDataProps[] | undefined;
5393
+ resource: ResourceModel<INodeDataProps[]> | undefined;
5394
+ data: INodeDataProps[] | undefined;
5326
5395
  permissions: Record<string, unknown> | undefined;
5327
5396
  isProcessing: boolean;
5328
5397
  isProcessed: boolean;
@@ -5337,8 +5406,8 @@ export declare const useGetTestHelpData: (initialId?: string, initialQuery?: voi
5337
5406
  get: (id: string, query: void, meta: {
5338
5407
  studentId: string;
5339
5408
  }) => Promise<void>;
5340
- resource: ResourceModel<ISheetDataProps[]> | undefined;
5341
- data: ISheetDataProps[] | undefined;
5409
+ resource: ResourceModel<INodeDataProps[]> | undefined;
5410
+ data: INodeDataProps[] | undefined;
5342
5411
  permissions: Record<string, unknown> | undefined;
5343
5412
  isProcessing: boolean;
5344
5413
  isProcessed: boolean;
@@ -5349,6 +5418,12 @@ export declare const useGetTestHelpData: (initialId?: string, initialQuery?: voi
5349
5418
  } & Record<string, unknown>) | undefined;
5350
5419
  };
5351
5420
 
5421
+ export declare const useHomePageJourney: () => {
5422
+ homepageRef: RefObject<HTMLDivElement>;
5423
+ homeworkRef: RefObject<HTMLDivElement>;
5424
+ startJourney: ({ studentId, stream, userType }: IHomepageStartJourneyProps) => void;
5425
+ };
5426
+
5352
5427
  export declare const useInClassActionDispatcher: ({ studentClassroomId, }: {
5353
5428
  studentClassroomId: string | undefined;
5354
5429
  }) => {
@@ -5371,10 +5446,6 @@ export declare const User2Icon: React.FC<React.SVGProps<SVGSVGElement>>;
5371
5446
 
5372
5447
  export declare const UserIcon: React.FC<React.SVGProps<SVGSVGElement>>;
5373
5448
 
5374
- export declare const UserIdentifierForm: ({ onSubmit, onChange, value, error, isSubmitDisabled, isProcessing, isValid, label, field, }: ISingleFieldFormProps) => JSX_2.Element;
5375
-
5376
- export declare const UserTypeSelector: NamedExoticComponent<IUserTypeSelectorProps>;
5377
-
5378
5449
  export declare const useTrackingContext: (commonAnalyticsProps: Record<string, unknown>, overrides?: Record<string, unknown>) => {
5379
5450
  onClick: TTrackCTA;
5380
5451
  onResponse: TTrackInput;
@@ -5441,7 +5512,7 @@ export declare const WORKSHEET_V3_NODE_TYPES: TNodeTypeProps[];
5441
5512
  declare const ZINDEX: {
5442
5513
  readonly CHAPTER_CROWN_ICON: 4;
5443
5514
  readonly CHAPTER_PLUS_ICON: 2;
5444
- readonly CHAPTER_PROGRESS_SVG: 1;
5515
+ readonly CHAPTER_PROGRESS_SVG: 2;
5445
5516
  readonly LPAR_SHEET_ITEM_BOTTOM_DASH_BOX: 1;
5446
5517
  readonly LPAR_SHEET_ITEM_TOP_VERTICAL_ICON: 2;
5447
5518
  readonly MODAL: 20;