@cuemath/leap 2.9.2-as2 → 2.9.2-j1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (641) hide show
  1. package/dist/assets/illustrations/illustrations.js +3 -9
  2. package/dist/assets/illustrations/illustrations.js.map +1 -1
  3. package/dist/assets/line-icons/icons/apple-icon.js +48 -0
  4. package/dist/assets/line-icons/icons/apple-icon.js.map +1 -0
  5. package/dist/assets/line-icons/icons/bin2.js +8 -7
  6. package/dist/assets/line-icons/icons/bin2.js.map +1 -1
  7. package/dist/assets/line-icons/icons/chevron-left.js.map +1 -1
  8. package/dist/assets/line-icons/icons/chevron-right.js.map +1 -1
  9. package/dist/assets/line-icons/icons/google-icon.js +42 -0
  10. package/dist/assets/line-icons/icons/google-icon.js.map +1 -0
  11. package/dist/assets/lottie/lottie.js +10 -8
  12. package/dist/assets/lottie/lottie.js.map +1 -1
  13. package/dist/constants/api.js +2 -3
  14. package/dist/constants/api.js.map +1 -1
  15. package/dist/features/auth/account-selector/account-selector-styled.js +26 -0
  16. package/dist/features/auth/account-selector/account-selector-styled.js.map +1 -0
  17. package/dist/features/auth/account-selector/account-selector.js +75 -0
  18. package/dist/features/auth/account-selector/account-selector.js.map +1 -0
  19. package/dist/features/auth/comps/auth-page-layout/auth-page-layout-styles.js +12 -0
  20. package/dist/features/auth/comps/auth-page-layout/auth-page-layout-styles.js.map +1 -0
  21. package/dist/features/auth/comps/auth-page-layout/auth-page-layout.js +11 -0
  22. package/dist/features/auth/comps/auth-page-layout/auth-page-layout.js.map +1 -0
  23. package/dist/features/auth/comps/auth-static-panel/auth-static-panel.js +24 -0
  24. package/dist/features/auth/comps/auth-static-panel/auth-static-panel.js.map +1 -0
  25. package/dist/features/auth/comps/overlay-loader/overlay-loader-styled.js +29 -0
  26. package/dist/features/auth/comps/overlay-loader/overlay-loader-styled.js.map +1 -0
  27. package/dist/features/auth/comps/overlay-loader/overlay-loader.js +8 -0
  28. package/dist/features/auth/comps/overlay-loader/overlay-loader.js.map +1 -0
  29. package/dist/features/auth/comps/resend-otp/otp-timer/otp-timer.js +26 -0
  30. package/dist/features/auth/comps/resend-otp/otp-timer/otp-timer.js.map +1 -0
  31. package/dist/features/auth/comps/resend-otp/resend-otp.js +41 -0
  32. package/dist/features/auth/comps/resend-otp/resend-otp.js.map +1 -0
  33. package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper-styled.js +48 -0
  34. package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper-styled.js.map +1 -0
  35. package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper.js +115 -0
  36. package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper.js.map +1 -0
  37. package/dist/features/auth/signup/claim-user-account/claim-user-account-styled.js +16 -0
  38. package/dist/features/auth/signup/claim-user-account/claim-user-account-styled.js.map +1 -0
  39. package/dist/features/auth/signup/claim-user-account/claim-user-account.js +71 -0
  40. package/dist/features/auth/signup/claim-user-account/claim-user-account.js.map +1 -0
  41. package/dist/features/auth/signup/custom-input/custom-input-styled.js +38 -0
  42. package/dist/features/auth/signup/custom-input/custom-input-styled.js.map +1 -0
  43. package/dist/features/auth/signup/custom-input/date-picker-input/date-picker-input-styled.js +79 -0
  44. package/dist/features/auth/signup/custom-input/date-picker-input/date-picker-input-styled.js.map +1 -0
  45. package/dist/features/auth/signup/custom-input/date-picker-input/date-picker-input.js +54 -0
  46. package/dist/features/auth/signup/custom-input/date-picker-input/date-picker-input.js.map +1 -0
  47. package/dist/features/auth/signup/custom-input/email-input/email-input.js +30 -0
  48. package/dist/features/auth/signup/custom-input/email-input/email-input.js.map +1 -0
  49. package/dist/features/auth/signup/custom-input/grade-input/grade-input-styled.js +31 -0
  50. package/dist/features/auth/signup/custom-input/grade-input/grade-input-styled.js.map +1 -0
  51. package/dist/features/auth/signup/custom-input/grade-input/grade-input.js +30 -0
  52. package/dist/features/auth/signup/custom-input/grade-input/grade-input.js.map +1 -0
  53. package/dist/features/auth/signup/custom-input/input-wrapper/input-wrapper-styled.js +19 -0
  54. package/dist/features/auth/signup/custom-input/input-wrapper/input-wrapper-styled.js.map +1 -0
  55. package/dist/features/auth/signup/custom-input/input-wrapper/input-wrapper.js +33 -0
  56. package/dist/features/auth/signup/custom-input/input-wrapper/input-wrapper.js.map +1 -0
  57. package/dist/features/auth/signup/custom-input/otp-input/otp-input.js +41 -0
  58. package/dist/features/auth/signup/custom-input/otp-input/otp-input.js.map +1 -0
  59. package/dist/features/auth/signup/custom-input/phone-input/country-selector/country-code-button.js +33 -0
  60. package/dist/features/auth/signup/custom-input/phone-input/country-selector/country-code-button.js.map +1 -0
  61. package/dist/features/auth/signup/custom-input/phone-input/country-selector/country-list-menu.js +28 -0
  62. package/dist/features/auth/signup/custom-input/phone-input/country-selector/country-list-menu.js.map +1 -0
  63. package/dist/features/auth/signup/custom-input/phone-input/phone-input-styled.js +29 -0
  64. package/dist/features/auth/signup/custom-input/phone-input/phone-input-styled.js.map +1 -0
  65. package/dist/features/auth/signup/custom-input/phone-input/phone-input.js +64 -0
  66. package/dist/features/auth/signup/custom-input/phone-input/phone-input.js.map +1 -0
  67. package/dist/features/auth/signup/custom-input/student-password/student-password.js +53 -0
  68. package/dist/features/auth/signup/custom-input/student-password/student-password.js.map +1 -0
  69. package/dist/features/auth/signup/custom-input/student-username/student-username.js +38 -0
  70. package/dist/features/auth/signup/custom-input/student-username/student-username.js.map +1 -0
  71. package/dist/features/auth/signup/signup-constants.js +1022 -0
  72. package/dist/features/auth/signup/signup-constants.js.map +1 -0
  73. package/dist/features/auth/signup/signup-methods/signup-methods.js +58 -0
  74. package/dist/features/auth/signup/signup-methods/signup-methods.js.map +1 -0
  75. package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card-styled.js +19 -0
  76. package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card-styled.js.map +1 -0
  77. package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card.js +61 -0
  78. package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card.js.map +1 -0
  79. package/dist/features/auth/signup/user-type-selector/user-type-selector-styled.js +24 -0
  80. package/dist/features/auth/signup/user-type-selector/user-type-selector-styled.js.map +1 -0
  81. package/dist/features/auth/signup/user-type-selector/user-type-selector.js +87 -0
  82. package/dist/features/auth/signup/user-type-selector/user-type-selector.js.map +1 -0
  83. package/dist/features/chapters/chapters-list/chapter-item/chapter-item-styled.js +33 -99
  84. package/dist/features/chapters/chapters-list/chapter-item/chapter-item-styled.js.map +1 -1
  85. package/dist/features/chapters/chapters-list/chapter-item/chapter-item.js +49 -92
  86. package/dist/features/chapters/chapters-list/chapter-item/chapter-item.js.map +1 -1
  87. package/dist/features/chapters/chapters-list/chapters-list-styled.js +5 -5
  88. package/dist/features/chapters/chapters-list/chapters-list-styled.js.map +1 -1
  89. package/dist/features/chapters/chapters-list/chapters-list.js +70 -64
  90. package/dist/features/chapters/chapters-list/chapters-list.js.map +1 -1
  91. package/dist/features/communication/pub-sub/constants.js +2 -5
  92. package/dist/features/communication/pub-sub/constants.js.map +1 -1
  93. package/dist/features/milestone/create/api/goal-submit.js +1 -1
  94. package/dist/features/milestone/create/api/goal-submit.js.map +1 -1
  95. package/dist/features/milestone/create/comps/chapter-item/chapter-item.js +49 -42
  96. package/dist/features/milestone/create/comps/chapter-item/chapter-item.js.map +1 -1
  97. package/dist/features/milestone/create/comps/chapters-selection-step/chapters-selection-step-styled.js +4 -12
  98. package/dist/features/milestone/create/comps/chapters-selection-step/chapters-selection-step-styled.js.map +1 -1
  99. package/dist/features/milestone/create/comps/chapters-selection-step/chapters-selection-step.js +105 -128
  100. package/dist/features/milestone/create/comps/chapters-selection-step/chapters-selection-step.js.map +1 -1
  101. package/dist/features/milestone/create/comps/milestone-progress-v2/milestone-progress-v2.js +92 -0
  102. package/dist/features/milestone/create/comps/milestone-progress-v2/milestone-progress-v2.js.map +1 -0
  103. package/dist/features/milestone/create/comps/milestone-progress-v2/styled.js +25 -0
  104. package/dist/features/milestone/create/comps/milestone-progress-v2/styled.js.map +1 -0
  105. package/dist/features/milestone/create/comps/sheets-list/sheets-list-styled.js +20 -14
  106. package/dist/features/milestone/create/comps/sheets-list/sheets-list-styled.js.map +1 -1
  107. package/dist/features/milestone/create/comps/sheets-list/sheets-list.js +50 -26
  108. package/dist/features/milestone/create/comps/sheets-list/sheets-list.js.map +1 -1
  109. package/dist/features/milestone/create/milestone-create.js +43 -49
  110. package/dist/features/milestone/create/milestone-create.js.map +1 -1
  111. package/dist/features/milestone/create/utils/index.js +38 -33
  112. package/dist/features/milestone/create/utils/index.js.map +1 -1
  113. package/dist/features/milestone/edit/comps/edit-milestone-modal/api/get-milestone.js +1 -1
  114. package/dist/features/milestone/edit/comps/edit-milestone-modal/api/get-milestone.js.map +1 -1
  115. package/dist/features/milestone/edit/comps/edit-milestone-modal/api/patch-goal-plan.js +1 -1
  116. package/dist/features/milestone/edit/comps/edit-milestone-modal/api/patch-goal-plan.js.map +1 -1
  117. package/dist/features/milestone/edit/comps/edit-milestone-modal/index.js +53 -51
  118. package/dist/features/milestone/edit/comps/edit-milestone-modal/index.js.map +1 -1
  119. package/dist/features/milestone/edit/goal-drafts/goal-draft-edit-container.js +40 -42
  120. package/dist/features/milestone/edit/goal-drafts/goal-draft-edit-container.js.map +1 -1
  121. package/dist/features/milestone/edit/goal-edit-container.js +62 -64
  122. package/dist/features/milestone/edit/goal-edit-container.js.map +1 -1
  123. package/dist/features/milestone/edit/goal-edit-helpers.js +53 -50
  124. package/dist/features/milestone/edit/goal-edit-helpers.js.map +1 -1
  125. package/dist/features/milestone/edit/milestone-edit-container.js +52 -54
  126. package/dist/features/milestone/edit/milestone-edit-container.js.map +1 -1
  127. package/dist/features/milestone/milestone-list-container/api/get-milestone-resources.js +1 -1
  128. package/dist/features/milestone/milestone-list-container/api/get-milestone-resources.js.map +1 -1
  129. package/dist/features/milestone/milestone-list-container/api/get-milestones.js +17 -9
  130. package/dist/features/milestone/milestone-list-container/api/get-milestones.js.map +1 -1
  131. package/dist/features/milestone/milestone-list-container/api/get-tests-list.js +1 -1
  132. package/dist/features/milestone/milestone-list-container/api/get-tests-list.js.map +1 -1
  133. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-list.js +104 -136
  134. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-list.js.map +1 -1
  135. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/context-menu-helper/menu-element-styled.js +13 -0
  136. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/context-menu-helper/menu-element-styled.js.map +1 -0
  137. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/context-menu-helper/menu-element.js +38 -0
  138. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/context-menu-helper/menu-element.js.map +1 -0
  139. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/goals/goal-action-ctas.js +123 -107
  140. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/goals/goal-action-ctas.js.map +1 -1
  141. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-info.js +175 -155
  142. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-info.js.map +1 -1
  143. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-tabs/milestone-tabs-styled.js +10 -24
  144. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-tabs/milestone-tabs-styled.js.map +1 -1
  145. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-tabs/milestone-tabs.js +86 -80
  146. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-tabs/milestone-tabs.js.map +1 -1
  147. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-utils.js +22 -10
  148. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-utils.js.map +1 -1
  149. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-widget-status.js +53 -0
  150. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-widget-status.js.map +1 -0
  151. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-widget-styled.js +37 -70
  152. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-widget-styled.js.map +1 -1
  153. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-widget.js +176 -114
  154. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-widget.js.map +1 -1
  155. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/outcome/outcome-info.js +25 -0
  156. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/outcome/outcome-info.js.map +1 -0
  157. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/outcome/outcome-rank.js +16 -29
  158. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/outcome/outcome-rank.js.map +1 -1
  159. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/outcome/outcome-styled.js +23 -19
  160. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/outcome/outcome-styled.js.map +1 -1
  161. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/outcome/outcome.js +35 -23
  162. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/outcome/outcome.js.map +1 -1
  163. package/dist/features/milestone/milestone-list-container/milestone-list-container.js +100 -96
  164. package/dist/features/milestone/milestone-list-container/milestone-list-container.js.map +1 -1
  165. package/dist/features/milestone/milestone-resources/resources-list/resources-list-styled.js +1 -1
  166. package/dist/features/milestone/milestone-resources/resources-list/resources-list-styled.js.map +1 -1
  167. package/dist/features/milestone/milestone-resources/resources-list/resources-list.js +112 -114
  168. package/dist/features/milestone/milestone-resources/resources-list/resources-list.js.map +1 -1
  169. package/dist/features/milestone/milestone-tests/tests-creation/tests-creation.js +18 -16
  170. package/dist/features/milestone/milestone-tests/tests-creation/tests-creation.js.map +1 -1
  171. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item-cta.js +71 -0
  172. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item-cta.js.map +1 -0
  173. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item-styled.js +31 -0
  174. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item-styled.js.map +1 -0
  175. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item-utils.js +34 -6
  176. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item-utils.js.map +1 -1
  177. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item.js +79 -0
  178. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item.js.map +1 -0
  179. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheets-list-styled.js +18 -0
  180. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheets-list-styled.js.map +1 -0
  181. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheets-list.js +51 -0
  182. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheets-list.js.map +1 -0
  183. package/dist/features/milestone/milestone-tests/tests-list/tests-list-styled.js +11 -0
  184. package/dist/features/milestone/milestone-tests/tests-list/tests-list-styled.js.map +1 -0
  185. package/dist/features/milestone/milestone-tests/tests-list/tests-list.js +135 -0
  186. package/dist/features/milestone/milestone-tests/tests-list/tests-list.js.map +1 -0
  187. package/dist/features/sheets/resources-list/resource-item/styled.js +1 -1
  188. package/dist/features/sheets/resources-list/resource-item/styled.js.map +1 -1
  189. package/dist/features/sheets/sheets-list/sheet-item/reward-n-actions/teacher-actions/teacher-actions-constant.js +3 -4
  190. package/dist/features/sheets/sheets-list/sheet-item/reward-n-actions/teacher-actions/teacher-actions-constant.js.map +1 -1
  191. package/dist/features/ui/arrow-tooltip/arrow-tooltip.js +29 -30
  192. package/dist/features/ui/arrow-tooltip/arrow-tooltip.js.map +1 -1
  193. package/dist/features/ui/constants/z-index.js +1 -1
  194. package/dist/features/ui/constants/z-index.js.map +1 -1
  195. package/dist/features/ui/context-menu/context-menu-styled.js +14 -28
  196. package/dist/features/ui/context-menu/context-menu-styled.js.map +1 -1
  197. package/dist/features/ui/context-menu/context-menu.js +19 -32
  198. package/dist/features/ui/context-menu/context-menu.js.map +1 -1
  199. package/dist/features/ui/image/image.js +12 -12
  200. package/dist/features/ui/image/image.js.map +1 -1
  201. package/dist/features/ui/lottie-animation/helper.js +6 -5
  202. package/dist/features/ui/lottie-animation/helper.js.map +1 -1
  203. package/dist/features/ui/lottie-animation/lottie-animation.js +37 -28
  204. package/dist/features/ui/lottie-animation/lottie-animation.js.map +1 -1
  205. package/dist/features/ui/text/text.js +29 -27
  206. package/dist/features/ui/text/text.js.map +1 -1
  207. package/dist/features/ui/theme/button.js +107 -22
  208. package/dist/features/ui/theme/button.js.map +1 -1
  209. package/dist/index.d.ts +201 -280
  210. package/dist/index.js +506 -500
  211. package/dist/index.js.map +1 -1
  212. package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +332 -0
  213. package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js.map +1 -0
  214. package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +370 -0
  215. package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js.map +1 -0
  216. package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.js +252 -0
  217. package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.js.map +1 -0
  218. package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.utils.js +24 -0
  219. package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.utils.js.map +1 -0
  220. package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +192 -0
  221. package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js.map +1 -0
  222. package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +19 -0
  223. package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +1 -0
  224. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +129 -0
  225. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +1 -0
  226. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +129 -0
  227. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js.map +1 -0
  228. package/dist/node_modules/clsx/dist/clsx.js +18 -0
  229. package/dist/node_modules/clsx/dist/clsx.js.map +1 -0
  230. package/dist/node_modules/date-fns/subYears.js +9 -0
  231. package/dist/node_modules/date-fns/subYears.js.map +1 -0
  232. package/dist/node_modules/react-datepicker/dist/index.es.js +2700 -0
  233. package/dist/node_modules/react-datepicker/dist/index.es.js.map +1 -0
  234. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/addLeadingZeros.js +8 -0
  235. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/addLeadingZeros.js.map +1 -0
  236. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/defaultOptions.js +8 -0
  237. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/defaultOptions.js.map +1 -0
  238. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/formatters.js +518 -0
  239. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/formatters.js.map +1 -0
  240. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/lightFormatters.js +60 -0
  241. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/lightFormatters.js.map +1 -0
  242. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/longFormatters.js +53 -0
  243. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/longFormatters.js.map +1 -0
  244. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js +19 -0
  245. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js.map +1 -0
  246. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/normalizeDates.js +12 -0
  247. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/normalizeDates.js.map +1 -0
  248. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/protectedTokens.js +21 -0
  249. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/protectedTokens.js.map +1 -0
  250. package/dist/node_modules/react-datepicker/node_modules/date-fns/addDays.js +11 -0
  251. package/dist/node_modules/react-datepicker/node_modules/date-fns/addDays.js.map +1 -0
  252. package/dist/node_modules/react-datepicker/node_modules/date-fns/addHours.js +10 -0
  253. package/dist/node_modules/react-datepicker/node_modules/date-fns/addHours.js.map +1 -0
  254. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMilliseconds.js +10 -0
  255. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMilliseconds.js.map +1 -0
  256. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMinutes.js +11 -0
  257. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMinutes.js.map +1 -0
  258. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMonths.js +21 -0
  259. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMonths.js.map +1 -0
  260. package/dist/node_modules/react-datepicker/node_modules/date-fns/addQuarters.js +9 -0
  261. package/dist/node_modules/react-datepicker/node_modules/date-fns/addQuarters.js.map +1 -0
  262. package/dist/node_modules/react-datepicker/node_modules/date-fns/addSeconds.js +9 -0
  263. package/dist/node_modules/react-datepicker/node_modules/date-fns/addSeconds.js.map +1 -0
  264. package/dist/node_modules/react-datepicker/node_modules/date-fns/addWeeks.js +9 -0
  265. package/dist/node_modules/react-datepicker/node_modules/date-fns/addWeeks.js.map +1 -0
  266. package/dist/node_modules/react-datepicker/node_modules/date-fns/addYears.js +9 -0
  267. package/dist/node_modules/react-datepicker/node_modules/date-fns/addYears.js.map +1 -0
  268. package/dist/node_modules/react-datepicker/node_modules/date-fns/constants.js +10 -0
  269. package/dist/node_modules/react-datepicker/node_modules/date-fns/constants.js.map +1 -0
  270. package/dist/node_modules/react-datepicker/node_modules/date-fns/constructFrom.js +9 -0
  271. package/dist/node_modules/react-datepicker/node_modules/date-fns/constructFrom.js.map +1 -0
  272. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarDays.js +17 -0
  273. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarDays.js.map +1 -0
  274. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarMonths.js +14 -0
  275. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarMonths.js.map +1 -0
  276. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarQuarters.js +15 -0
  277. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarQuarters.js.map +1 -0
  278. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarYears.js +14 -0
  279. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarYears.js.map +1 -0
  280. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInDays.js +23 -0
  281. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInDays.js.map +1 -0
  282. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfDay.js +10 -0
  283. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfDay.js.map +1 -0
  284. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfMonth.js +10 -0
  285. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfMonth.js.map +1 -0
  286. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfWeek.js +12 -0
  287. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfWeek.js.map +1 -0
  288. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfYear.js +10 -0
  289. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfYear.js.map +1 -0
  290. package/dist/node_modules/react-datepicker/node_modules/date-fns/format.js +60 -0
  291. package/dist/node_modules/react-datepicker/node_modules/date-fns/format.js.map +1 -0
  292. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDate.js +9 -0
  293. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDate.js.map +1 -0
  294. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDay.js +9 -0
  295. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDay.js.map +1 -0
  296. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDayOfYear.js +12 -0
  297. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDayOfYear.js.map +1 -0
  298. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDaysInMonth.js +11 -0
  299. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDaysInMonth.js.map +1 -0
  300. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDefaultOptions.js +9 -0
  301. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDefaultOptions.js.map +1 -0
  302. package/dist/node_modules/react-datepicker/node_modules/date-fns/getHours.js +9 -0
  303. package/dist/node_modules/react-datepicker/node_modules/date-fns/getHours.js.map +1 -0
  304. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISODay.js +10 -0
  305. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISODay.js.map +1 -0
  306. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeek.js +13 -0
  307. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeek.js.map +1 -0
  308. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeekYear.js +16 -0
  309. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeekYear.js.map +1 -0
  310. package/dist/node_modules/react-datepicker/node_modules/date-fns/getMinutes.js +9 -0
  311. package/dist/node_modules/react-datepicker/node_modules/date-fns/getMinutes.js.map +1 -0
  312. package/dist/node_modules/react-datepicker/node_modules/date-fns/getMonth.js +9 -0
  313. package/dist/node_modules/react-datepicker/node_modules/date-fns/getMonth.js.map +1 -0
  314. package/dist/node_modules/react-datepicker/node_modules/date-fns/getQuarter.js +10 -0
  315. package/dist/node_modules/react-datepicker/node_modules/date-fns/getQuarter.js.map +1 -0
  316. package/dist/node_modules/react-datepicker/node_modules/date-fns/getSeconds.js +9 -0
  317. package/dist/node_modules/react-datepicker/node_modules/date-fns/getSeconds.js.map +1 -0
  318. package/dist/node_modules/react-datepicker/node_modules/date-fns/getTime.js +9 -0
  319. package/dist/node_modules/react-datepicker/node_modules/date-fns/getTime.js.map +1 -0
  320. package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeek.js +13 -0
  321. package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeek.js.map +1 -0
  322. package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeekYear.js +18 -0
  323. package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeekYear.js.map +1 -0
  324. package/dist/node_modules/react-datepicker/node_modules/date-fns/getYear.js +9 -0
  325. package/dist/node_modules/react-datepicker/node_modules/date-fns/getYear.js.map +1 -0
  326. package/dist/node_modules/react-datepicker/node_modules/date-fns/isAfter.js +9 -0
  327. package/dist/node_modules/react-datepicker/node_modules/date-fns/isAfter.js.map +1 -0
  328. package/dist/node_modules/react-datepicker/node_modules/date-fns/isBefore.js +9 -0
  329. package/dist/node_modules/react-datepicker/node_modules/date-fns/isBefore.js.map +1 -0
  330. package/dist/node_modules/react-datepicker/node_modules/date-fns/isDate.js +8 -0
  331. package/dist/node_modules/react-datepicker/node_modules/date-fns/isDate.js.map +1 -0
  332. package/dist/node_modules/react-datepicker/node_modules/date-fns/isEqual.js +9 -0
  333. package/dist/node_modules/react-datepicker/node_modules/date-fns/isEqual.js.map +1 -0
  334. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameDay.js +15 -0
  335. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameDay.js.map +1 -0
  336. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameMonth.js +14 -0
  337. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameMonth.js.map +1 -0
  338. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameQuarter.js +15 -0
  339. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameQuarter.js.map +1 -0
  340. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameYear.js +14 -0
  341. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameYear.js.map +1 -0
  342. package/dist/node_modules/react-datepicker/node_modules/date-fns/isValid.js +10 -0
  343. package/dist/node_modules/react-datepicker/node_modules/date-fns/isValid.js.map +1 -0
  344. package/dist/node_modules/react-datepicker/node_modules/date-fns/isWithinInterval.js +13 -0
  345. package/dist/node_modules/react-datepicker/node_modules/date-fns/isWithinInterval.js.map +1 -0
  346. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildFormatLongFn.js +10 -0
  347. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildFormatLongFn.js.map +1 -0
  348. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildLocalizeFn.js +19 -0
  349. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildLocalizeFn.js.map +1 -0
  350. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchFn.js +32 -0
  351. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchFn.js.map +1 -0
  352. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js +16 -0
  353. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js.map +1 -0
  354. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatDistance.js +71 -0
  355. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatDistance.js.map +1 -0
  356. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatLong.js +34 -0
  357. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatLong.js.map +1 -0
  358. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatRelative.js +12 -0
  359. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatRelative.js.map +1 -0
  360. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/localize.js +156 -0
  361. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/localize.js.map +1 -0
  362. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/match.js +111 -0
  363. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/match.js.map +1 -0
  364. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US.js +22 -0
  365. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US.js.map +1 -0
  366. package/dist/node_modules/react-datepicker/node_modules/date-fns/max.js +15 -0
  367. package/dist/node_modules/react-datepicker/node_modules/date-fns/max.js.map +1 -0
  368. package/dist/node_modules/react-datepicker/node_modules/date-fns/min.js +15 -0
  369. package/dist/node_modules/react-datepicker/node_modules/date-fns/min.js.map +1 -0
  370. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Parser.js +23 -0
  371. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Parser.js.map +1 -0
  372. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Setter.js +42 -0
  373. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Setter.js.map +1 -0
  374. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/constants.js +50 -0
  375. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/constants.js.map +1 -0
  376. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMMidnightParser.js +50 -0
  377. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMMidnightParser.js.map +1 -0
  378. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMParser.js +50 -0
  379. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMParser.js.map +1 -0
  380. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DateParser.js +62 -0
  381. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DateParser.js.map +1 -0
  382. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayOfYearParser.js +52 -0
  383. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayOfYearParser.js.map +1 -0
  384. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayParser.js +46 -0
  385. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayParser.js.map +1 -0
  386. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayPeriodParser.js +50 -0
  387. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayPeriodParser.js.map +1 -0
  388. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/EraParser.js +31 -0
  389. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/EraParser.js.map +1 -0
  390. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ExtendedYearParser.js +22 -0
  391. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ExtendedYearParser.js.map +1 -0
  392. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/FractionOfSecondParser.js +23 -0
  393. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/FractionOfSecondParser.js.map +1 -0
  394. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0To11Parser.js +33 -0
  395. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0To11Parser.js.map +1 -0
  396. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0to23Parser.js +33 -0
  397. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0to23Parser.js.map +1 -0
  398. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1To24Parser.js +34 -0
  399. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1To24Parser.js.map +1 -0
  400. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1to12Parser.js +34 -0
  401. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1to12Parser.js.map +1 -0
  402. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISODayParser.js +100 -0
  403. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISODayParser.js.map +1 -0
  404. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneParser.js +49 -0
  405. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneParser.js.map +1 -0
  406. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneWithZParser.js +49 -0
  407. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneWithZParser.js.map +1 -0
  408. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekParser.js +50 -0
  409. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekParser.js.map +1 -0
  410. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekYearParser.js +41 -0
  411. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekYearParser.js.map +1 -0
  412. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalDayParser.js +75 -0
  413. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalDayParser.js.map +1 -0
  414. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekParser.js +49 -0
  415. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekParser.js.map +1 -0
  416. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekYearParser.js +70 -0
  417. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekYearParser.js.map +1 -0
  418. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MinuteParser.js +33 -0
  419. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MinuteParser.js.map +1 -0
  420. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MonthParser.js +72 -0
  421. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MonthParser.js.map +1 -0
  422. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/QuarterParser.js +71 -0
  423. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/QuarterParser.js.map +1 -0
  424. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/SecondParser.js +33 -0
  425. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/SecondParser.js.map +1 -0
  426. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneLocalDayParser.js +75 -0
  427. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneLocalDayParser.js.map +1 -0
  428. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneMonthParser.js +72 -0
  429. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneMonthParser.js.map +1 -0
  430. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneQuarterParser.js +71 -0
  431. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneQuarterParser.js.map +1 -0
  432. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampMillisecondsParser.js +23 -0
  433. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampMillisecondsParser.js.map +1 -0
  434. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampSecondsParser.js +23 -0
  435. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampSecondsParser.js.map +1 -0
  436. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/YearParser.js +50 -0
  437. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/YearParser.js.map +1 -0
  438. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers.js +68 -0
  439. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers.js.map +1 -0
  440. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/utils.js +104 -0
  441. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/utils.js.map +1 -0
  442. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse.js +88 -0
  443. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse.js.map +1 -0
  444. package/dist/node_modules/react-datepicker/node_modules/date-fns/parseISO.js +123 -0
  445. package/dist/node_modules/react-datepicker/node_modules/date-fns/parseISO.js.map +1 -0
  446. package/dist/node_modules/react-datepicker/node_modules/date-fns/setDay.js +13 -0
  447. package/dist/node_modules/react-datepicker/node_modules/date-fns/setDay.js.map +1 -0
  448. package/dist/node_modules/react-datepicker/node_modules/date-fns/setHours.js +10 -0
  449. package/dist/node_modules/react-datepicker/node_modules/date-fns/setHours.js.map +1 -0
  450. package/dist/node_modules/react-datepicker/node_modules/date-fns/setISODay.js +12 -0
  451. package/dist/node_modules/react-datepicker/node_modules/date-fns/setISODay.js.map +1 -0
  452. package/dist/node_modules/react-datepicker/node_modules/date-fns/setISOWeek.js +11 -0
  453. package/dist/node_modules/react-datepicker/node_modules/date-fns/setISOWeek.js.map +1 -0
  454. package/dist/node_modules/react-datepicker/node_modules/date-fns/setMinutes.js +10 -0
  455. package/dist/node_modules/react-datepicker/node_modules/date-fns/setMinutes.js.map +1 -0
  456. package/dist/node_modules/react-datepicker/node_modules/date-fns/setMonth.js +14 -0
  457. package/dist/node_modules/react-datepicker/node_modules/date-fns/setMonth.js.map +1 -0
  458. package/dist/node_modules/react-datepicker/node_modules/date-fns/setQuarter.js +11 -0
  459. package/dist/node_modules/react-datepicker/node_modules/date-fns/setQuarter.js.map +1 -0
  460. package/dist/node_modules/react-datepicker/node_modules/date-fns/setSeconds.js +10 -0
  461. package/dist/node_modules/react-datepicker/node_modules/date-fns/setSeconds.js.map +1 -0
  462. package/dist/node_modules/react-datepicker/node_modules/date-fns/setWeek.js +11 -0
  463. package/dist/node_modules/react-datepicker/node_modules/date-fns/setWeek.js.map +1 -0
  464. package/dist/node_modules/react-datepicker/node_modules/date-fns/setYear.js +11 -0
  465. package/dist/node_modules/react-datepicker/node_modules/date-fns/setYear.js.map +1 -0
  466. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfDay.js +10 -0
  467. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfDay.js.map +1 -0
  468. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeek.js +9 -0
  469. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeek.js.map +1 -0
  470. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeekYear.js +12 -0
  471. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeekYear.js.map +1 -0
  472. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfMonth.js +10 -0
  473. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfMonth.js.map +1 -0
  474. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfQuarter.js +10 -0
  475. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfQuarter.js.map +1 -0
  476. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeek.js +12 -0
  477. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeek.js.map +1 -0
  478. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeekYear.js +14 -0
  479. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeekYear.js.map +1 -0
  480. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfYear.js +10 -0
  481. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfYear.js.map +1 -0
  482. package/dist/node_modules/react-datepicker/node_modules/date-fns/subDays.js +9 -0
  483. package/dist/node_modules/react-datepicker/node_modules/date-fns/subDays.js.map +1 -0
  484. package/dist/node_modules/react-datepicker/node_modules/date-fns/subMonths.js +9 -0
  485. package/dist/node_modules/react-datepicker/node_modules/date-fns/subMonths.js.map +1 -0
  486. package/dist/node_modules/react-datepicker/node_modules/date-fns/subQuarters.js +9 -0
  487. package/dist/node_modules/react-datepicker/node_modules/date-fns/subQuarters.js.map +1 -0
  488. package/dist/node_modules/react-datepicker/node_modules/date-fns/subWeeks.js +9 -0
  489. package/dist/node_modules/react-datepicker/node_modules/date-fns/subWeeks.js.map +1 -0
  490. package/dist/node_modules/react-datepicker/node_modules/date-fns/subYears.js +9 -0
  491. package/dist/node_modules/react-datepicker/node_modules/date-fns/subYears.js.map +1 -0
  492. package/dist/node_modules/react-datepicker/node_modules/date-fns/toDate.js +9 -0
  493. package/dist/node_modules/react-datepicker/node_modules/date-fns/toDate.js.map +1 -0
  494. package/dist/node_modules/react-datepicker/node_modules/date-fns/transpose.js +19 -0
  495. package/dist/node_modules/react-datepicker/node_modules/date-fns/transpose.js.map +1 -0
  496. package/dist/node_modules/uuid/dist/esm-browser/native.js +7 -0
  497. package/dist/node_modules/uuid/dist/esm-browser/native.js.map +1 -0
  498. package/dist/node_modules/uuid/dist/esm-browser/rng.js +3 -2
  499. package/dist/node_modules/uuid/dist/esm-browser/rng.js.map +1 -1
  500. package/dist/node_modules/uuid/dist/esm-browser/stringify.js +6 -10
  501. package/dist/node_modules/uuid/dist/esm-browser/stringify.js.map +1 -1
  502. package/dist/node_modules/uuid/dist/esm-browser/v4.js +12 -9
  503. package/dist/node_modules/uuid/dist/esm-browser/v4.js.map +1 -1
  504. package/dist/static/avatar-selected.860ee923.json +1 -0
  505. package/dist/static/circle-cuemath-logo-white.e9fafb91.svg +1 -0
  506. package/dist/static/cuemath-app-qr-code.ba6cc09b.svg +1 -0
  507. package/dist/static/cuemath-app-qr-code.d0912fc7.png +0 -0
  508. package/dist/static/dob.9ce3c15b.json +1 -0
  509. package/dist/static/grade.b3730524.json +1 -0
  510. package/dist/static/key.d6846476.json +1 -0
  511. package/dist/static/mail.c30e8708.json +1 -0
  512. package/dist/static/otp.2d08f874.json +1 -0
  513. package/dist/static/otp.a3029760.json +1 -0
  514. package/dist/static/parent-avatar.772d53e0.json +1 -0
  515. package/dist/static/phone-number.0be312ea.json +1 -0
  516. package/dist/static/phone-number.84f55562.json +1 -0
  517. package/dist/static/student-avatar.524226bd.json +1 -0
  518. package/dist/static/user-type-selector-grid-bg.3c9c8ad6.svg +1 -0
  519. package/dist/static/user-type-selector-grid-bg.3ce8142d.svg +1 -0
  520. package/dist/static/user-type-selector-grid-bg.aad0b059.svg +1 -0
  521. package/dist/static/username.9e034d51.json +1 -0
  522. package/package.json +3 -2
  523. package/dist/assets/line-icons/icons/alarm.js +0 -41
  524. package/dist/assets/line-icons/icons/alarm.js.map +0 -1
  525. package/dist/assets/line-icons/icons/dart.js +0 -23
  526. package/dist/assets/line-icons/icons/dart.js.map +0 -1
  527. package/dist/assets/line-icons/icons/exclamation.js +0 -26
  528. package/dist/assets/line-icons/icons/exclamation.js.map +0 -1
  529. package/dist/assets/line-icons/icons/home2.js +0 -25
  530. package/dist/assets/line-icons/icons/home2.js.map +0 -1
  531. package/dist/assets/line-icons/icons/important.js +0 -23
  532. package/dist/assets/line-icons/icons/important.js.map +0 -1
  533. package/dist/assets/line-icons/icons/puzzle.js +0 -25
  534. package/dist/assets/line-icons/icons/puzzle.js.map +0 -1
  535. package/dist/assets/line-icons/icons/recap.js +0 -32
  536. package/dist/assets/line-icons/icons/recap.js.map +0 -1
  537. package/dist/assets/line-icons/icons/skip-colored.js +0 -43
  538. package/dist/assets/line-icons/icons/skip-colored.js.map +0 -1
  539. package/dist/assets/line-icons/icons/status.js +0 -41
  540. package/dist/assets/line-icons/icons/status.js.map +0 -1
  541. package/dist/assets/line-icons/icons/testtube.js +0 -33
  542. package/dist/assets/line-icons/icons/testtube.js.map +0 -1
  543. package/dist/features/chapters-v2/api/chapter.js +0 -10
  544. package/dist/features/chapters-v2/api/chapter.js.map +0 -1
  545. package/dist/features/chapters-v2/chapter-details/block-sections/block-section-view.js +0 -112
  546. package/dist/features/chapters-v2/chapter-details/block-sections/block-section-view.js.map +0 -1
  547. package/dist/features/chapters-v2/chapter-details/block-sections/block-sections-styled.js +0 -26
  548. package/dist/features/chapters-v2/chapter-details/block-sections/block-sections-styled.js.map +0 -1
  549. package/dist/features/chapters-v2/chapter-details/block-sections/block-sections.js +0 -73
  550. package/dist/features/chapters-v2/chapter-details/block-sections/block-sections.js.map +0 -1
  551. package/dist/features/chapters-v2/chapter-details/chapter-banner/chapter-banner-styled.js +0 -90
  552. package/dist/features/chapters-v2/chapter-details/chapter-banner/chapter-banner-styled.js.map +0 -1
  553. package/dist/features/chapters-v2/chapter-details/chapter-banner/chapter-banner.js +0 -97
  554. package/dist/features/chapters-v2/chapter-details/chapter-banner/chapter-banner.js.map +0 -1
  555. package/dist/features/chapters-v2/chapter-details/chapter-details-styled.js +0 -52
  556. package/dist/features/chapters-v2/chapter-details/chapter-details-styled.js.map +0 -1
  557. package/dist/features/chapters-v2/chapter-details/chapter-details.js +0 -103
  558. package/dist/features/chapters-v2/chapter-details/chapter-details.js.map +0 -1
  559. package/dist/features/chapters-v2/comps/node-card/border-path-animation.js +0 -13
  560. package/dist/features/chapters-v2/comps/node-card/border-path-animation.js.map +0 -1
  561. package/dist/features/chapters-v2/comps/node-card/node-card-styled.js +0 -153
  562. package/dist/features/chapters-v2/comps/node-card/node-card-styled.js.map +0 -1
  563. package/dist/features/chapters-v2/comps/node-card/node-card-tags.js +0 -16
  564. package/dist/features/chapters-v2/comps/node-card/node-card-tags.js.map +0 -1
  565. package/dist/features/chapters-v2/comps/node-card/node-card.js +0 -12
  566. package/dist/features/chapters-v2/comps/node-card/node-card.js.map +0 -1
  567. package/dist/features/chapters-v2/comps/node-card/node-menu-options/node-menu-options-styled.js +0 -32
  568. package/dist/features/chapters-v2/comps/node-card/node-menu-options/node-menu-options-styled.js.map +0 -1
  569. package/dist/features/chapters-v2/comps/node-card/node-menu-options/node-menu-options.js +0 -31
  570. package/dist/features/chapters-v2/comps/node-card/node-menu-options/node-menu-options.js.map +0 -1
  571. package/dist/features/chapters-v2/comps/node-card/student-actions/student-actions.js +0 -171
  572. package/dist/features/chapters-v2/comps/node-card/student-actions/student-actions.js.map +0 -1
  573. package/dist/features/chapters-v2/comps/node-card/teacher-actions/teacher-actions.js +0 -192
  574. package/dist/features/chapters-v2/comps/node-card/teacher-actions/teacher-actions.js.map +0 -1
  575. package/dist/features/chapters-v2/comps/tag/tag-styled.js +0 -13
  576. package/dist/features/chapters-v2/comps/tag/tag-styled.js.map +0 -1
  577. package/dist/features/chapters-v2/comps/tag/tag.js +0 -28
  578. package/dist/features/chapters-v2/comps/tag/tag.js.map +0 -1
  579. package/dist/features/chapters-v2/constants/block-constants.js +0 -20
  580. package/dist/features/chapters-v2/constants/block-constants.js.map +0 -1
  581. package/dist/features/chapters-v2/constants/node-constants.js +0 -14
  582. package/dist/features/chapters-v2/constants/node-constants.js.map +0 -1
  583. package/dist/features/chapters-v2/utils/index.js +0 -41
  584. package/dist/features/chapters-v2/utils/index.js.map +0 -1
  585. package/dist/features/chapters-v2/utils/node-card-utils.js +0 -144
  586. package/dist/features/chapters-v2/utils/node-card-utils.js.map +0 -1
  587. package/dist/features/homework/card-menu-options.js +0 -38
  588. package/dist/features/homework/card-menu-options.js.map +0 -1
  589. package/dist/features/homework/card-title.js +0 -15
  590. package/dist/features/homework/card-title.js.map +0 -1
  591. package/dist/features/homework/homework-card-view.js +0 -131
  592. package/dist/features/homework/homework-card-view.js.map +0 -1
  593. package/dist/features/homework/homework-card.js +0 -206
  594. package/dist/features/homework/homework-card.js.map +0 -1
  595. package/dist/features/homework/hw-card-list/api/get-homeworks.js +0 -10
  596. package/dist/features/homework/hw-card-list/api/get-homeworks.js.map +0 -1
  597. package/dist/features/homework/hw-card-list/hw-card-list-styled.js +0 -71
  598. package/dist/features/homework/hw-card-list/hw-card-list-styled.js.map +0 -1
  599. package/dist/features/homework/hw-card-list/hw-card-list.js +0 -182
  600. package/dist/features/homework/hw-card-list/hw-card-list.js.map +0 -1
  601. package/dist/features/homework/node-progress.js +0 -29
  602. package/dist/features/homework/node-progress.js.map +0 -1
  603. package/dist/features/homework/styles.js +0 -130
  604. package/dist/features/homework/styles.js.map +0 -1
  605. package/dist/features/milestone/milestone-tests/test-list-v2/test-list-container.js +0 -165
  606. package/dist/features/milestone/milestone-tests/test-list-v2/test-list-container.js.map +0 -1
  607. package/dist/features/milestone/milestone-tests/test-list-v2/test-list-view-styled.js +0 -25
  608. package/dist/features/milestone/milestone-tests/test-list-v2/test-list-view-styled.js.map +0 -1
  609. package/dist/features/milestone/milestone-tests/test-list-v2/test-list-view.js +0 -85
  610. package/dist/features/milestone/milestone-tests/test-list-v2/test-list-view.js.map +0 -1
  611. package/dist/features/recent-chapters/api/get-recent-chapters.js +0 -9
  612. package/dist/features/recent-chapters/api/get-recent-chapters.js.map +0 -1
  613. package/dist/features/recent-chapters/recent-chapters-styled.js +0 -16
  614. package/dist/features/recent-chapters/recent-chapters-styled.js.map +0 -1
  615. package/dist/features/recent-chapters/recent-chapters.js +0 -34
  616. package/dist/features/recent-chapters/recent-chapters.js.map +0 -1
  617. package/dist/features/sheet-v2/resource-list/resource-list.js +0 -39
  618. package/dist/features/sheet-v2/resource-list/resource-list.js.map +0 -1
  619. package/dist/node_modules/date-fns/differenceInDays.js +0 -17
  620. package/dist/node_modules/date-fns/differenceInDays.js.map +0 -1
  621. package/dist/node_modules/uuid/dist/esm-browser/regex.js +0 -5
  622. package/dist/node_modules/uuid/dist/esm-browser/regex.js.map +0 -1
  623. package/dist/node_modules/uuid/dist/esm-browser/validate.js +0 -8
  624. package/dist/node_modules/uuid/dist/esm-browser/validate.js.map +0 -1
  625. package/dist/static/chapter-header-bg-2.c8d96894.svg +0 -1
  626. package/dist/static/competitive-arena.b9c40801.json +0 -1
  627. package/dist/static/learn.71b13323.json +0 -1
  628. package/dist/static/node-custom-test-bg.d3b757be.svg +0 -1
  629. package/dist/static/node-learn-bg.b61f815c.svg +0 -1
  630. package/dist/static/node-practice-bg.16cbaf2a.svg +0 -1
  631. package/dist/static/node-project-bg.e6a33e28.svg +0 -1
  632. package/dist/static/node-puzzle-bg.3422135c.svg +0 -1
  633. package/dist/static/node-recap-bg.546154e4.svg +0 -1
  634. package/dist/static/node-test-prep-bg.42c0b9c4.svg +0 -1
  635. package/dist/static/node-video-bg.3df3f73a.svg +0 -1
  636. package/dist/static/practice.158dd488.json +0 -1
  637. package/dist/static/project.eb665827.json +0 -1
  638. package/dist/static/puzzle.b298c7e4.json +0 -1
  639. package/dist/static/recap.0dd2c1e2.json +0 -1
  640. package/dist/static/test.803d6036.json +0 -1
  641. package/dist/static/video.b41451e2.json +0 -1
package/dist/index.d.ts CHANGED
@@ -11,6 +11,7 @@ import { ForwardRefExoticComponent } from 'react';
11
11
  import { HTMLAttributes } from 'react';
12
12
  import { IChannelMessage } from '@cuemath/cue-message-broker';
13
13
  import type { IframeHTMLAttributes } from 'react';
14
+ import type { ImgHTMLAttributes } from 'react';
14
15
  import type { InputHTMLAttributes } from 'react';
15
16
  import { IProvidedProps } from 'google-maps-react';
16
17
  import { IStyledComponent } from 'styled-components';
@@ -39,6 +40,8 @@ import { Substitute } from 'styled-components/dist/types';
39
40
  */
40
41
  export declare const AccordionSection: FC<IAccordionSectionProps>;
41
42
 
43
+ export declare const AccountSelector: ({ userAccounts, onSelect, onAddNew, isLoading, }: IAccountSelectorViewProps) => JSX_2.Element;
44
+
42
45
  export declare const ACHIEVEMENT_ACTIONS: {
43
46
  SHARE: string;
44
47
  NOT_SHARE_CHOSEN: string;
@@ -48,8 +51,6 @@ export declare const AchievementNotShareReasonModal: React_2.FC<IShareInstructio
48
51
 
49
52
  export declare const AchievementShareInstructionModal: React_2.FC<IShareInstructionModalProps>;
50
53
 
51
- export declare const AlarmIcon: React.FC<React.SVGProps<SVGSVGElement>>;
52
-
53
54
  export declare const AlertIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
54
55
 
55
56
  export declare const AppLoader: FC<IAppLoaderProps>;
@@ -60,6 +61,10 @@ export declare const ArcButton: MemoExoticComponent<ForwardRefExoticComponent<IA
60
61
 
61
62
  export declare const ArrowTooltip: FC<IArrowTooltipProps>;
62
63
 
64
+ export declare const AuthPageLayout: FC<IAuthPageLayoutProps>;
65
+
66
+ export declare const AuthStaticPanel: FC<IAuthStaticPanelProps>;
67
+
63
68
  export declare const AutoPlayPermissionProvider: FC<{
64
69
  children: ReactNode;
65
70
  }>;
@@ -94,22 +99,7 @@ declare const BLOCK_STATUS: {
94
99
  readonly LOCKED: "LOCKED";
95
100
  };
96
101
 
97
- declare enum BLOCK_TYPE {
98
- DEFAULT = "DEFAULT",
99
- PREREQ = "PREREQ",
100
- RECAP = "RECAP",
101
- GOAL = "GOAL",
102
- TESTS = "TESTS",
103
- PLAYLIST = "PLAYLIST",
104
- SOLUTIONS = "SOLUTIONS",
105
- NOTES = "NOTES",
106
- FLASHCARDS = "FLASHCARDS",
107
- SUBJECTIVES = "SUBJECTIVES",
108
- PUZZLE_CARDS = "PUZZLE_CARDS",
109
- SAT_MOCK_TEST = "SAT_MOCK_TEST"
110
- }
111
-
112
- declare const BLOCK_TYPE_2: {
102
+ declare const BLOCK_TYPE: {
113
103
  readonly DEFAULT: "DEFAULT";
114
104
  readonly PREREQ: "PREREQ";
115
105
  readonly RECAP: "RECAP";
@@ -163,8 +153,6 @@ declare const CHAPTER_PERMISSION_CODES: {
163
153
 
164
154
  export declare const ChapterClearanceConfirmationModal: FC<IChapterClearanceConfirmationModal>;
165
155
 
166
- export declare const ChapterDetails: FC<IChapterDetails>;
167
-
168
156
  export declare const ChaptersList: FC<IChaptersListProps>;
169
157
 
170
158
  export declare const ChatIcon: React.FC<React.SVGProps<SVGSVGElement>>;
@@ -230,6 +218,10 @@ export declare const CircularLoader: () => JSX_2.Element;
230
218
 
231
219
  export declare const CircularSteps: FC<ICircularStepsProps>;
232
220
 
221
+ export declare const CircularStepWrapper: ForwardRefExoticComponent<ICircularStepWrapperProps & RefAttributes<ICircularStepRef>>;
222
+
223
+ export declare const ClaimUserAccount: NamedExoticComponent<IClaimUserAccountProps>;
224
+
233
225
  export declare const Clickable: React_2.FC<IClickableProps>;
234
226
 
235
227
  export declare const ClipboardIcon: React.FC<React.SVGProps<SVGSVGElement>>;
@@ -278,10 +270,10 @@ export declare const CuemathLogo: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
278
270
 
279
271
  export declare const CueRocket: React.FC<React.SVGProps<SVGSVGElement>>;
280
272
 
281
- export declare const DartIcon: React.FC<React.SVGProps<SVGSVGElement>>;
282
-
283
273
  export declare const DashArrowIcon: React.FC<React.SVGProps<SVGSVGElement>>;
284
274
 
275
+ export declare const DatePickerInput: FC<IDatePickerInputProps>;
276
+
285
277
  export declare const DesmosCalculator: FC<IDesmosCalculatorProps>;
286
278
 
287
279
  export declare const DigitalMeter: FC<IDigitalMeterProps>;
@@ -311,6 +303,8 @@ export declare enum ELeaderboardType {
311
303
  ALL_TIME_STREAK = "globalStreak"
312
304
  }
313
305
 
306
+ export declare const EmailInput: FC<ICustomInputProps>;
307
+
314
308
  declare const ENROLLMENT_TYPES: {
315
309
  readonly ONLINE: "ONLINE";
316
310
  readonly PLUS: "PLUS";
@@ -352,7 +346,6 @@ declare interface ErrorProps {
352
346
  }
353
347
 
354
348
  export declare const EVENTS: {
355
- HOMEWORK_UNASSIGN: "HOMEWORK_UNASSIGN";
356
349
  GOAL_CREATED: "GOAL_CREATED";
357
350
  GOAL_EDITED: "GOAL_EDITED";
358
351
  GOAL_DELETED: "GOAL_DELETED";
@@ -382,8 +375,6 @@ declare type EventToPayload<T> = T extends {
382
375
  eventPayload: infer P;
383
376
  } ? [E] | [E, Partial<P>] : never;
384
377
 
385
- export declare const ExclamationIcon: React.FC<React.SVGProps<SVGSVGElement>>;
386
-
387
378
  export declare const ExpandableHeader: FC<IExpandableHeaderProps>;
388
379
 
389
380
  declare const EXTRA_PRACTICE: "extra_practice";
@@ -483,6 +474,8 @@ export declare const GoalEdit: React.FC<IMileStoneEditContainerProps>;
483
474
 
484
475
  export declare const GooglePlacesSearchInput: ComponentType<Omit_2<IGooglePlacesSearchInputProps, IProvidedProps>>;
485
476
 
477
+ export declare const GradeInput: FC<ICustomInputProps>;
478
+
486
479
  export declare function GradeSelector({ selectedValue, onSelect, tabsWidth, width, grades, renderAs, size, layoutAlignment, }: IGradeSelectorProps): JSX.Element;
487
480
 
488
481
  export declare const HandIcon: React_2.FC;
@@ -493,19 +486,8 @@ export declare const HighlighterIcon: React.FC<React.SVGProps<SVGSVGElement>>;
493
486
 
494
487
  export declare const HomeIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
495
488
 
496
- export declare const HomeworkCardList: React_2.FC<HWCardListProps>;
497
-
498
489
  declare const hues: readonly ["YELLOW", "ORANGE", "PURPLE", "GREEN", "BLUE"];
499
490
 
500
- declare interface HWCardListProps extends INodeCardCallbacks {
501
- userType: TUserTypes;
502
- studentId: string;
503
- stream: string;
504
- onTestPreview?: (sheetData: INodeDataProps, milestoneId?: string) => void;
505
- onTestStart?: (sheetData: INodeDataProps) => void;
506
- onTestReview?: (sheetData: INodeDataProps, milestoneId?: string) => void;
507
- }
508
-
509
491
  declare interface IAccordionSectionProps {
510
492
  headerElement: React.ReactElement;
511
493
  bodyElement: React.ReactElement;
@@ -516,6 +498,17 @@ declare interface IAccordionSectionProps {
516
498
  bodyOverFlow?: TStyleAttrubutes['overflow'];
517
499
  }
518
500
 
501
+ declare interface IAccountSelectorViewProps {
502
+ userAccounts: {
503
+ id: string;
504
+ username: string;
505
+ user_avatar?: IAvatarLayer[];
506
+ }[];
507
+ onSelect: (accountId: string) => void;
508
+ onAddNew: () => void;
509
+ isLoading: boolean;
510
+ }
511
+
519
512
  declare interface IAchievementConfig {
520
513
  pollingInterval?: number;
521
514
  maxPollingAttempts?: number;
@@ -562,7 +555,6 @@ export declare interface IArrowTooltipProps {
562
555
  width?: number;
563
556
  widthX?: number;
564
557
  zIndex?: number;
565
- parentWidth?: number | string;
566
558
  }
567
559
 
568
560
  declare interface IAttempt {
@@ -570,6 +562,17 @@ declare interface IAttempt {
570
562
  score: ILearnosityQuestionScore;
571
563
  }
572
564
 
565
+ declare interface IAuthPageLayoutProps {
566
+ leftBlock: ReactNode;
567
+ rightBlock?: ReactNode;
568
+ isFullWidth: boolean;
569
+ }
570
+
571
+ declare interface IAuthStaticPanelProps {
572
+ title?: string;
573
+ description?: string;
574
+ }
575
+
573
576
  declare interface IAutoPlayPermissionContextType {
574
577
  canAutoPlayAudio: boolean;
575
578
  canAutoPlayVideo: boolean;
@@ -663,10 +666,6 @@ declare interface IBaseWorksheetProps {
663
666
  canShowActionBar?: boolean;
664
667
  }
665
668
 
666
- declare interface IBlockSectionsCallbacks extends INodeCardCallbacks {
667
- onBlockSkipUnskip?: (blockData: IChapterBlockData, skipBlock?: boolean) => void;
668
- }
669
-
670
669
  declare interface IButtonProps extends ButtonHTMLAttributes<HTMLButtonElement>, IClickableAnalyticsProps {
671
670
  label: string;
672
671
  renderAs: TButtonVariants;
@@ -737,28 +736,10 @@ declare interface ICascadingSelectInputProps {
737
736
 
738
737
  declare interface IChapter extends IChapterState, Pick<IChapterModel, 'code' | 'id' | 'chapter_code' | 'image_url' | 'name' | 'chapter_tags' | 'state' | 'recommended' | 'is_puzzle_chapter' | 'program_id'> {
739
738
  search_and_added?: boolean;
739
+ total_supplementary_sheets: number;
740
740
  learning_sheet_data: ILearningSheetData[];
741
741
  }
742
742
 
743
- export declare interface IChapterBlockData {
744
- block_type: keyof typeof BLOCK_TYPE;
745
- chapter_code: string;
746
- code: string;
747
- block_id: string;
748
- is_skipped: boolean;
749
- name: string;
750
- permissions: IChapterBlockPermission;
751
- program_id: string;
752
- section_code: keyof typeof SECTION_CODE;
753
- sheets: INodeDataProps[];
754
- user_block_id: string | null;
755
- }
756
-
757
- declare interface IChapterBlockPermission {
758
- can_skip: boolean;
759
- can_un_skip: boolean;
760
- }
761
-
762
743
  export declare interface IChapterBlockV3 {
763
744
  completed_on: number | null;
764
745
  sheets: IWorksheetModelV3[];
@@ -788,24 +769,11 @@ export declare interface IChapterDataProps {
788
769
  user_chapter_progress: IUserChapterProgressProps;
789
770
  state: TUserChapterStates | null;
790
771
  program_id: string;
791
- progress_stat: {
792
- classwork: IMilestoneData['progress_stat'];
793
- mandatory: IMilestoneData['progress_stat'];
794
- optional: IMilestoneData['progress_stat'];
795
- };
796
772
  sheets_data: {
797
773
  lessons: ILessonsListProps['lessons'];
798
774
  supplementary_sheets_group_sort_order: string[];
799
775
  supplementary_sheets_grouped: Record<string, ISheetsListProps['sheets']>;
800
776
  };
801
- blocks: IUserChapterData['blocks'];
802
- }
803
-
804
- declare interface IChapterDetails extends IBlockSectionsCallbacks {
805
- userType: TUserTypes;
806
- userChapterId: string;
807
- studentId: string;
808
- onExit?: () => void;
809
777
  }
810
778
 
811
779
  declare interface IChapterModel {
@@ -830,18 +798,6 @@ declare interface IChapterModel {
830
798
  mastery_time: number;
831
799
  chapter_time_unit: TTimeUnit;
832
800
  is_puzzle_chapter?: boolean;
833
- blocks: IUserChapterData['blocks'];
834
- }
835
-
836
- declare interface IChapterProgressInfo {
837
- completed: number;
838
- total: number;
839
- }
840
-
841
- declare interface IChapterProgressStats {
842
- mandatory: IChapterProgressInfo;
843
- class_work: IChapterProgressInfo;
844
- optional: IChapterProgressInfo;
845
801
  }
846
802
 
847
803
  declare interface IChapterProps extends IChapterDataProps, IChapterCallbackProps {
@@ -927,6 +883,10 @@ export declare interface ICircleHomeDetails {
927
883
  timestamps: ITodaysContentTimeStamps;
928
884
  }
929
885
 
886
+ export declare type ICircularStepRef = {
887
+ playOutroAndFadeOut: () => Promise<void>;
888
+ };
889
+
930
890
  declare interface ICircularSteps {
931
891
  id: string;
932
892
  label?: React.ReactNode;
@@ -950,6 +910,28 @@ declare interface ICircularStepsProps {
950
910
  sizeInPercent?: number;
951
911
  }
952
912
 
913
+ declare interface ICircularStepWrapperProps {
914
+ children: ReactNode;
915
+ onGoBack?: () => void;
916
+ onNext?: () => void;
917
+ label?: string;
918
+ showNext: boolean;
919
+ showPrevious: boolean;
920
+ animation: string;
921
+ introFrames: [number, number];
922
+ outroFrames: [number, number];
923
+ isNextLoading: boolean;
924
+ }
925
+
926
+ declare interface IClaimUserAccountProps {
927
+ email: string;
928
+ onSelectAccount: (userId: string) => void;
929
+ onCreateNewAccount: () => void;
930
+ userAccounts: TUserAccount[];
931
+ isCreatingAccount: boolean;
932
+ isLoading: boolean;
933
+ }
934
+
953
935
  declare interface IClassStatus {
954
936
  next_class_time?: number;
955
937
  class_duration: number;
@@ -1013,15 +995,14 @@ declare interface IconProps_2 extends React_2.SVGProps<SVGSVGElement> {
1013
995
  }
1014
996
 
1015
997
  declare interface IContextMenuProps {
1016
- targetElement: JSX.Element;
998
+ targetElement: React.ReactElement<{
999
+ menuVisible?: boolean;
1000
+ }>;
1017
1001
  menuElement: JSX.Element;
1018
1002
  menuOffset?: number;
1019
1003
  menuZIndex?: number;
1020
1004
  startLeft?: boolean;
1021
1005
  placeTop?: boolean;
1022
- menuWidth?: number | string;
1023
- menuWidthX?: number;
1024
- handleOnMenuClick?: () => void;
1025
1006
  }
1026
1007
 
1027
1008
  declare interface ICountdownTimer {
@@ -1032,6 +1013,16 @@ declare interface ICountdownTimer {
1032
1013
  theme: 'GREEN_1' | 'ORANGE_1';
1033
1014
  }
1034
1015
 
1016
+ declare interface ICountryOption {
1017
+ code: string;
1018
+ id: string;
1019
+ value: string;
1020
+ label: string;
1021
+ icon: string;
1022
+ url: string;
1023
+ geoIPCountryCode: string;
1024
+ }
1025
+
1035
1026
  export declare interface ICreateUserPayloadDal {
1036
1027
  username: string;
1037
1028
  grade: string;
@@ -1090,6 +1081,16 @@ declare interface ICurriculumStandards {
1090
1081
  name: string;
1091
1082
  }
1092
1083
 
1084
+ declare interface ICustomInputProps {
1085
+ value: string;
1086
+ onChange: (email: string) => void;
1087
+ onEnter?: () => void;
1088
+ error?: string;
1089
+ helperText?: string;
1090
+ actionElement?: ReactNode;
1091
+ showLoading?: boolean;
1092
+ }
1093
+
1093
1094
  declare interface ICustomVideoProps extends React_2.DetailedHTMLProps<React_2.VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement> {
1094
1095
  isYoutube?: boolean;
1095
1096
  analyticsData?: Record<string, unknown>;
@@ -1097,6 +1098,11 @@ declare interface ICustomVideoProps extends React_2.DetailedHTMLProps<React_2.Vi
1097
1098
  src: string;
1098
1099
  }
1099
1100
 
1101
+ declare interface IDatePickerInputProps extends Omit<ICustomInputProps, 'value' | 'onChange'> {
1102
+ value: Date | null;
1103
+ onChange: (date: Date | null) => void;
1104
+ }
1105
+
1100
1106
  declare interface IDesmosCalculatorProps {
1101
1107
  onClose: () => void;
1102
1108
  height?: string | number;
@@ -1280,7 +1286,7 @@ declare interface IGoalCurriculumMap {
1280
1286
  blocked_enrollment_types: TEnrollmentTypes[];
1281
1287
  blocked_countries: string[];
1282
1288
  course_stream: TCourseStream;
1283
- goal_category: TGoalCategory_2;
1289
+ goal_category: TGoalCategory;
1284
1290
  goal_curriculum_standard?: string;
1285
1291
  goal_code: string;
1286
1292
  goal_description: string | null;
@@ -1309,17 +1315,18 @@ declare interface IGradeSelectorProps {
1309
1315
  layoutAlignment?: 'center' | 'auto';
1310
1316
  }
1311
1317
 
1312
- export declare interface IHomeworkData extends INodeDataProps {
1313
- homework_id: string;
1314
- chapter_name: string;
1315
- }
1316
-
1317
1318
  declare interface IIconButtonProps extends Omit<IButtonProps, 'label' | 'shape' | 'widthX' | 'width' | 'iconPosition' | 'alignSelf' | 'analyticsLabel' | 'renderAs'>, Required<Pick<IClickableAnalyticsProps, 'analyticsLabel'>> {
1318
1319
  Icon: React.FC<React.SVGProps<SVGSVGElement>>;
1319
1320
  customBgColor?: TColorNames;
1320
1321
  renderAs: TButtonVariants;
1321
1322
  }
1322
1323
 
1324
+ declare interface IImageProps extends ImgHTMLAttributes<HTMLImageElement> {
1325
+ withLoader: boolean;
1326
+ borderRadius?: number;
1327
+ borderColor?: TColorNames;
1328
+ }
1329
+
1323
1330
  export declare interface IInfoMessage {
1324
1331
  message: string;
1325
1332
  position: 'top' | 'bottom';
@@ -1488,7 +1495,8 @@ declare interface ILeaderboardProps {
1488
1495
  }
1489
1496
 
1490
1497
  declare interface ILearningSheetData {
1491
- name: string;
1498
+ title: string;
1499
+ learnosityRef: string;
1492
1500
  }
1493
1501
 
1494
1502
  declare interface ILearnosity {
@@ -1693,8 +1701,8 @@ export declare const ILLUSTRATIONS: {
1693
1701
  CHAPTER_8: string;
1694
1702
  CHAPTER_9: string;
1695
1703
  CHAPTER_HEADER_BG: string;
1696
- CHAPTER_HEADER_BG_2: string;
1697
1704
  CIRCLE_CUEMATH_LOGO: string;
1705
+ CIRCLE_CUEMATH_LOGO_WHITE: string;
1698
1706
  CIRCLE_OUTERCIRCLE_BG: string;
1699
1707
  CLOCK_ORANGE: string;
1700
1708
  COMMUNITY_BULB: string;
@@ -1702,6 +1710,7 @@ export declare const ILLUSTRATIONS: {
1702
1710
  CROWN: string;
1703
1711
  CROWN_OVERLAY: string;
1704
1712
  CUECOIN_GOLD: string;
1713
+ CUEMATH_APP_QR_CODE: string;
1705
1714
  DESKTOP_WITH_PURPLE_FILL: string;
1706
1715
  DURATION_30MIN_GRAY: string;
1707
1716
  DURATION_45MIN_GRAY: string;
@@ -1735,14 +1744,6 @@ export declare const ILLUSTRATIONS: {
1735
1744
  MILESTONE_INTRO_2: string;
1736
1745
  MILESTONE_INTRO_3: string;
1737
1746
  MISTAKE: string;
1738
- NODE_CUSTOM_TEST_BG: string;
1739
- NODE_LEARN_BG: string;
1740
- NODE_PRACTICE_BG: string;
1741
- NODE_PROJECT_BG: string;
1742
- NODE_PUZZLE_BG: string;
1743
- NODE_RECAP_BG: string;
1744
- NODE_TEST_PREP_BG: string;
1745
- NODE_VIDEO_BG: string;
1746
1747
  NUMBER_1_ORANGE: string;
1747
1748
  NUMBER_2_ORANGE: string;
1748
1749
  NUMBER_3_ORANGE: string;
@@ -1786,6 +1787,7 @@ export declare const ILLUSTRATIONS: {
1786
1787
  USER_DOWN: string;
1787
1788
  USER_PIN: string;
1788
1789
  USER_PROFILE_BACKGROUND: string;
1790
+ USER_TYPE_SELECTOR_GRID_BG: string;
1789
1791
  USER_UP: string;
1790
1792
  YELLOW_FACE: string;
1791
1793
  };
@@ -1832,6 +1834,9 @@ declare interface ILPARSheetCallbacks extends ISATSheetItemCallbacks {
1832
1834
  onReview?: (sheet: TLPARSheetData) => void;
1833
1835
  }
1834
1836
 
1837
+ declare const Image_2: React.FC<IImageProps>;
1838
+ export { Image_2 as Image }
1839
+
1835
1840
  export declare const ImageIcon: React.FC<React.SVGProps<SVGSVGElement>>;
1836
1841
 
1837
1842
  export declare const IMAGES: {
@@ -1923,7 +1928,7 @@ declare interface IMilestoneContainerProps extends Omit<IMilestoneWidgetResource
1923
1928
  parentName?: string;
1924
1929
  teacherName?: string;
1925
1930
  onEdit?: (editProps: IMilestoneEditProps) => void;
1926
- onAddOutcome?: (milestoneId?: string) => void;
1931
+ onAddOutcome?: (milestoneId: string) => void;
1927
1932
  onChapterClick: IChaptersListProps['onChapterClick'];
1928
1933
  isClassOngoing?: boolean;
1929
1934
  isStudentPresent?: boolean;
@@ -1962,8 +1967,6 @@ declare interface IMileStoneCreateProps {
1962
1967
  milestoneId?: string;
1963
1968
  currentCountryCode?: string;
1964
1969
  courseStream: TCourseStream;
1965
- canDeleteGoal?: boolean;
1966
- onDeleteGoal?: () => void;
1967
1970
  onChapterExitWarning?: (chapterExitProps: IOnChapterExitWarningProps) => void;
1968
1971
  onFormDataChange?: (formData: IMilestoneFormData) => void;
1969
1972
  onExit?: () => void;
@@ -1977,7 +1980,7 @@ export declare interface IMilestoneData {
1977
1980
  course_stream: TCourseStream;
1978
1981
  grade: string;
1979
1982
  board: string;
1980
- goal_category: TGoalCategory;
1983
+ goal_category: TGoalCategory_2;
1981
1984
  goal_code: string | null;
1982
1985
  created_on_ts: number;
1983
1986
  milestone_date_ts: number;
@@ -1992,10 +1995,6 @@ export declare interface IMilestoneData {
1992
1995
  user_milestone_progress: IUserChapterProgressProps | null;
1993
1996
  permissions: IMilestoneCardPermissions;
1994
1997
  recommended_chapter_filters: TRecommendedChaptersFilter | null;
1995
- progress_stat: {
1996
- total: number;
1997
- completed: number;
1998
- } | null;
1999
1998
  }
2000
1999
 
2001
2000
  declare interface IMileStoneEditContainerProps extends IMileStoneCreateContainerProps {
@@ -2073,7 +2072,7 @@ declare interface IMilestoneStartProps {
2073
2072
  handleOnClick?: () => void;
2074
2073
  }
2075
2074
 
2076
- declare interface IMilestoneTabsProps extends Pick<IChaptersListProps, 'chapters' | 'onAddChapter' | 'onChapterClick' | 'isGoalCreation'>, Pick<IMilestoneWidgetResourcesProps, 'onAssignResources' | 'isDraftMilestone'>, ITestsListProps, INodeCardCallbacks {
2075
+ declare interface IMilestoneTabsProps extends Pick<IChaptersListProps, 'chapters' | 'onAddChapter' | 'onChapterClick' | 'isGoalCreation'>, Pick<IMilestoneWidgetResourcesProps, 'onAssignResources' | 'isDraftMilestone'>, ITestsListProps, ISheetItemCallbackProps {
2077
2076
  isPlanAvailable: boolean;
2078
2077
  isMilestoneActive: boolean;
2079
2078
  goalCategory: IMilestoneData['goal_category'];
@@ -2108,7 +2107,7 @@ declare interface IMilestoneWidgetProps extends Omit<IMilestoneWidgetResourcesPr
2108
2107
  courseStream: TCourseStream;
2109
2108
  }
2110
2109
 
2111
- declare interface IMilestoneWidgetResourcesProps extends INodeCardCallbacks {
2110
+ declare interface IMilestoneWidgetResourcesProps extends ISheetItemCallbackProps {
2112
2111
  userType: TUserTypes;
2113
2112
  studentId: string;
2114
2113
  userMilestoneId?: string;
@@ -2150,65 +2149,6 @@ export declare const Info2Icon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
2150
2149
 
2151
2150
  export declare const InfoIcon: React.FC<React.SVGProps<SVGSVGElement>>;
2152
2151
 
2153
- declare interface INodeCardCallbacks {
2154
- onNodeAttempt?: (nodeData: INodeDataProps) => void;
2155
- onNodeView?: (nodeData: INodeDataProps, milestoneId?: string) => void;
2156
- onNodeReview?: (nodeData: INodeDataProps, milestoneId?: string) => void;
2157
- onNodeReattempt?: (nodeData: INodeDataProps, milestoneId?: string) => void;
2158
- onNodeAttemptLocationChange?: (nodeData: INodeDataProps) => void;
2159
- onNodeMarkAsDone?: (nodeData: INodeDataProps) => void;
2160
- onNodeReset?: (nodeData: INodeDataProps, milestoneId?: string) => void;
2161
- onNodeUnassign?: (nodeData: INodeDataProps | IHomeworkData, milestoneId?: string) => void;
2162
- }
2163
-
2164
- export declare interface INodeDataProps {
2165
- accuracy: number | null;
2166
- attempt_location: TSheetAttemptLocation_2;
2167
- block_id: string;
2168
- card_header: string;
2169
- chapter_id: string;
2170
- complete_status: boolean;
2171
- course_type: TCourseType;
2172
- desmos_calculator_enabled: boolean;
2173
- due_date_ts: number | null;
2174
- is_lesson_v3_enabled: boolean;
2175
- is_optional: boolean;
2176
- is_timed: boolean;
2177
- is_worksheet_v3: boolean | null;
2178
- learnosity_activity_ref: string;
2179
- marked_as_completed: boolean;
2180
- node_id: string;
2181
- node_type: TNodeTypes_2;
2182
- sheet_statement: string;
2183
- permissions: INodePermissions;
2184
- sheet_time: number | null;
2185
- state: TSheetStates;
2186
- title: string;
2187
- user_chapter_id: string | null;
2188
- user_node_id: string | null;
2189
- worksheet_id: string;
2190
- image_url: string;
2191
- image_hue: THueNames;
2192
- total_questions: number | null;
2193
- unlocked_on_ts: number | null;
2194
- items?: TNodeDataTestItemsDataProps[];
2195
- user_milestone_id?: string;
2196
- user_attempt_id: string | null;
2197
- subtext: string | null;
2198
- }
2199
-
2200
- declare interface INodePermissions {
2201
- can_change_attempt_location: boolean;
2202
- can_mark_familiar: boolean;
2203
- can_reattempt: boolean;
2204
- can_reset: boolean;
2205
- can_resume: boolean;
2206
- can_review: boolean;
2207
- can_start: boolean;
2208
- can_teacher_review: boolean;
2209
- can_unassign: boolean;
2210
- }
2211
-
2212
2152
  export declare interface INudgeProps {
2213
2153
  nudge: 'click';
2214
2154
  content: ReactNode;
@@ -2217,10 +2157,6 @@ export declare interface INudgeProps {
2217
2157
  zIndex?: number;
2218
2158
  }
2219
2159
 
2220
- export declare const invalidateGetChapterDetails: (id: string, query?: void | undefined, allIdsInvalid?: boolean) => void;
2221
-
2222
- export declare const invalidateHomeworks: (id: string, query?: void | undefined, allIdsInvalid?: boolean) => void;
2223
-
2224
2160
  export declare const invalidateMilestoneResources: (id: string, query?: void | undefined, allIdsInvalid?: boolean) => void;
2225
2161
 
2226
2162
  export declare const invalidateMilestonesData: (query?: TQuery | undefined) => void;
@@ -2241,6 +2177,17 @@ declare interface IOpenImageReviewModalProps {
2241
2177
  image?: string;
2242
2178
  }
2243
2179
 
2180
+ declare interface IOTPInputProps extends ICustomInputProps {
2181
+ onResendOTP: () => void;
2182
+ }
2183
+
2184
+ declare interface IOTPResendProps {
2185
+ onResendOTP: () => void;
2186
+ onResendVoiceOTP?: () => void;
2187
+ timerSeconds?: number;
2188
+ showVoiceOTP?: number;
2189
+ }
2190
+
2244
2191
  declare interface IOutcomeConfig {
2245
2192
  id: string;
2246
2193
  input_type: string;
@@ -2276,6 +2223,11 @@ declare interface IPerfectHitsProps {
2276
2223
  value: number;
2277
2224
  }
2278
2225
 
2226
+ declare interface IPhoneInputProps extends ICustomInputProps {
2227
+ onCountryChange: (option: TSelectedCountry) => void;
2228
+ selectedCountry: TSelectedCountry;
2229
+ }
2230
+
2279
2231
  declare interface IPlaceholder {
2280
2232
  text?: string;
2281
2233
  marks?: string;
@@ -2736,6 +2688,13 @@ declare interface ISheetsListProps extends ISheetItemCallbackProps {
2736
2688
  section?: TSheetsSection;
2737
2689
  }
2738
2690
 
2691
+ declare interface ISignupMethodsProps {
2692
+ onEmailSignup: () => void;
2693
+ onPhoneSignup: () => void;
2694
+ onGoogleSignup: () => void;
2695
+ onAppleSignup: () => void;
2696
+ }
2697
+
2739
2698
  export declare interface ISignUpProps {
2740
2699
  circleOnLeapSignedUp: boolean;
2741
2700
  circleOnLeapPremiumEnabled: boolean;
@@ -2987,7 +2946,13 @@ declare interface ITestsCreationProps {
2987
2946
  onError: (errorMessage?: string) => void;
2988
2947
  }
2989
2948
 
2990
- declare interface ITestsListProps {
2949
+ declare interface ITestSheetItemCallbackProps {
2950
+ onTestPreview?: (milestoneId: string, sheetData: ISheetDataProps) => void;
2951
+ onTestStart?: (sheetData: ISheetDataProps) => void;
2952
+ onTestReview?: (sheetData: ISheetDataProps, milestoneId: string) => void;
2953
+ }
2954
+
2955
+ declare interface ITestsListProps extends ITestSheetItemCallbackProps {
2991
2956
  userType: TUserTypes;
2992
2957
  studentId: string;
2993
2958
  userMilestoneId: string;
@@ -2996,10 +2961,6 @@ declare interface ITestsListProps {
2996
2961
  isDraftMilestone?: boolean;
2997
2962
  isChaptersAvailable?: boolean;
2998
2963
  canUpdatePlan?: boolean;
2999
- onNodeReattempt?: (sheetData: INodeDataProps, milestoneId?: string) => void;
3000
- onTestPreview?: (sheetData: INodeDataProps, milestoneId: string) => void;
3001
- onTestStart?: (sheetData: INodeDataProps) => void;
3002
- onTestReview?: (sheetData: INodeDataProps, milestoneId: string) => void;
3003
2964
  }
3004
2965
 
3005
2966
  declare interface ITextButtonProps extends IClickableAnalyticsProps {
@@ -3244,20 +3205,6 @@ declare interface IusePointerSyncProps {
3244
3205
  targetUserId?: string;
3245
3206
  }
3246
3207
 
3247
- export declare interface IUserChapterData {
3248
- chapter_code: string;
3249
- chapter_id: string;
3250
- chapter_tags: string[];
3251
- id: string;
3252
- image_hue: THueNames;
3253
- image_url: string;
3254
- item_bank_enabled: boolean;
3255
- name: string;
3256
- program_id: string;
3257
- progress_stat: IChapterProgressStats | null;
3258
- blocks: IChapterBlockData[];
3259
- }
3260
-
3261
3208
  declare interface IUserChapterProgressProps {
3262
3209
  familiar_sheets: number;
3263
3210
  mastered_sheets: number;
@@ -3265,6 +3212,12 @@ declare interface IUserChapterProgressProps {
3265
3212
  total_core_sheets: number;
3266
3213
  }
3267
3214
 
3215
+ declare interface IUserTypeSelectorProps {
3216
+ onNext: () => void;
3217
+ onUserTypeChange: (id: TSignupUserType) => void;
3218
+ userType: TSignupUserType;
3219
+ }
3220
+
3268
3221
  declare interface IUseTrialSessionMessageBroker {
3269
3222
  (options: {
3270
3223
  teacherClassroomId?: string;
@@ -3644,6 +3597,7 @@ export declare const LOTTIE: {
3644
3597
  ACCURACY_METER: string;
3645
3598
  ACCURACY_NEEDLE: string;
3646
3599
  ADVANCE_MODE_SEGMENT_LOTTIE: string;
3600
+ AVATAR_SELECTED: string;
3647
3601
  BEGINNER1X: string;
3648
3602
  BRONZE_1: string;
3649
3603
  BRONZE_2: string;
@@ -3656,8 +3610,8 @@ export declare const LOTTIE: {
3656
3610
  COLOR_1: string;
3657
3611
  COLOR_2: string;
3658
3612
  COLOR_3: string;
3659
- COMPETITIVE_ARENA: string;
3660
3613
  DIFFICULT: string;
3614
+ DOB: string;
3661
3615
  EASY: string;
3662
3616
  ELITE_CIRCLE: string;
3663
3617
  ERROR_LOTTIE: string;
@@ -3667,12 +3621,17 @@ export declare const LOTTIE: {
3667
3621
  GOLD_1: string;
3668
3622
  GOLD_2: string;
3669
3623
  GOLD_3: string;
3624
+ GRADE: string;
3670
3625
  INFINITE_BUTTON_BG: string;
3671
3626
  INFINITE_BUTTON_SYMBOL: string;
3672
- LEARN: string;
3627
+ KEY: string;
3673
3628
  LEVELUP_RINGS: string;
3629
+ MAIL: string;
3674
3630
  MEDIUM: string;
3675
3631
  NUDGE_TAP: string;
3632
+ OTP: string;
3633
+ PARENT_AVATAR: string;
3634
+ PHONE_NUMBER: string;
3676
3635
  POINT100: string;
3677
3636
  POINT10: string;
3678
3637
  POINT15: string;
@@ -3689,12 +3648,8 @@ export declare const LOTTIE: {
3689
3648
  POINT50: string;
3690
3649
  POINT5: string;
3691
3650
  POINT60: string;
3692
- PRACTICE: string;
3693
3651
  PROFICIENT1X: string;
3694
- PROJECT: string;
3695
- PUZZLE: string;
3696
3652
  RANDOM_MODE_SEGMENT_LOTTIE: string;
3697
- RECAP: string;
3698
3653
  SEQUENCE_MODE_SEGMENT_LOTTIE: string;
3699
3654
  SILVER_1: string;
3700
3655
  SILVER_2: string;
@@ -3702,17 +3657,17 @@ export declare const LOTTIE: {
3702
3657
  SLEEPY_BOI: string;
3703
3658
  SPINNER_WHITE: string;
3704
3659
  SPLASH_SCREEN: string;
3660
+ STUDENT_AVATAR: string;
3705
3661
  TABLE_MODE_REVEAL: string;
3706
3662
  TABLE_MODE_STAR: string;
3707
3663
  TABLE_SEGMENT_STAR: string;
3708
3664
  TARGET_ACHIEVED_TEXT: string;
3709
3665
  TEACHER_VALIDATION: string;
3710
- TEST: string;
3711
3666
  TOTAL_STREAK: string;
3712
3667
  TOTAL_TIME: string;
3713
3668
  TOTAL_TIME_SPENT: string;
3714
3669
  TOURNAMENT_RIPPLE: string;
3715
- VIDEO: string;
3670
+ USERNAME: string;
3716
3671
  };
3717
3672
 
3718
3673
  export declare const LPARChapter: FC<ILPARChapterProps>;
@@ -3751,21 +3706,6 @@ export declare const Next2Icon: React.FC<React.SVGProps<SVGSVGElement>>;
3751
3706
 
3752
3707
  export declare const NextIcon: React.FC<React.SVGProps<SVGSVGElement>>;
3753
3708
 
3754
- declare enum NODE_CARD_COURSE_TYPES {
3755
- PROGRAM = "PROGRAM",
3756
- REMEDIAL = "REMEDIAL",
3757
- TEST_SERIES = "TEST_SERIES",
3758
- EXAM = "EXAM"
3759
- }
3760
-
3761
- declare enum NODE_CARD_STATES {
3762
- LOCKED = "LOCKED",
3763
- NOT_STARTED = "NOT_STARTED",
3764
- WAIT_FOR_REVIEW = "WAIT_FOR_REVIEW",
3765
- IN_PROGRESS = "IN_PROGRESS",
3766
- COMPLETED = "COMPLETED"
3767
- }
3768
-
3769
3709
  export declare const NODE_LABELS: {
3770
3710
  readonly ASSESSMENT: "ASSESSMENT";
3771
3711
  readonly CHAPTER_ASSESSMENT: "ASSESSMENT";
@@ -3896,6 +3836,8 @@ declare interface NumRangeInputProps {
3896
3836
  endPlaceholder?: string;
3897
3837
  }
3898
3838
 
3839
+ export declare const OTPInput: FC<IOTPInputProps>;
3840
+
3899
3841
  export declare type OutcomeStage = keyof typeof STAGES;
3900
3842
 
3901
3843
  export declare const PencilIcon: React.FC<React.SVGProps<SVGSVGElement>>;
@@ -3904,6 +3846,8 @@ export declare const PercentileInput: React_2.ForwardRefExoticComponent<IPercent
3904
3846
 
3905
3847
  export declare const PerfectHits: NamedExoticComponent<IPerfectHitsProps>;
3906
3848
 
3849
+ export declare const PhoneInput: FC<IPhoneInputProps>;
3850
+
3907
3851
  /**
3908
3852
  ** Global/Platform specific events that needs to be tracked goes here
3909
3853
  ** Naming convention needs to be snake_case
@@ -3998,8 +3942,6 @@ declare const PUZZLE_CARD_STATE: {
3998
3942
 
3999
3943
  declare const PUZZLE_CARDS: "puzzle_cards";
4000
3944
 
4001
- export declare const PuzzleIcon: React.FC<React.SVGProps<SVGSVGElement>>;
4002
-
4003
3945
  export declare const PYTHON_NODE_TYPES: {
4004
3946
  readonly PPT_BASIC: "PPT_BASIC";
4005
3947
  readonly PPT_CONTENT: "PPT_CONTENT";
@@ -4020,23 +3962,14 @@ export declare const RadioCard: <IDType extends string | number>({ options, valu
4020
3962
 
4021
3963
  export declare const RadioInput: <IDType extends string | number>({ options, value, onChange, numColumns, }: IRadioInputProps<IDType>) => JSX.Element;
4022
3964
 
4023
- export declare const RecapIcon: React.FC<React.SVGProps<SVGSVGElement>>;
4024
-
4025
- export declare const RecentChapters: FC<RecentChaptersProps>;
4026
-
4027
- declare interface RecentChaptersProps {
4028
- studentId: string;
4029
- courseStream: TCourseStream;
4030
- userType: TUserTypes;
4031
- onChapterClick: IChaptersListProps['onChapterClick'];
4032
- }
4033
-
4034
3965
  export declare const RedoIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
4035
3966
 
4036
3967
  export declare const ReferenceSheet: FC<IReferenceSheetProps>;
4037
3968
 
4038
3969
  export declare const RemotePeerPointer: MemoExoticComponent<({ containerRef, onPublish, onSubscribe, responseId }: IPointerProps) => JSX_2.Element>;
4039
3970
 
3971
+ export declare const ResendOTP: React.FC<IOTPResendProps>;
3972
+
4040
3973
  export declare const REWARDS_LIST: string[];
4041
3974
 
4042
3975
  export declare const RightIcon: React.FC<React.SVGProps<SVGSVGElement>>;
@@ -4057,18 +3990,6 @@ export declare const SearchableSelectInput: <IDType extends string | number>(pro
4057
3990
 
4058
3991
  export declare const SearchIcon: React.FC<React.SVGProps<SVGSVGElement>>;
4059
3992
 
4060
- declare enum SECTION_CODE {
4061
- READINESS = "READINESS",
4062
- GOALS = "GOALS",
4063
- TESTS = "TESTS",
4064
- ENRICHMENT = "ENRICHMENT",
4065
- SUBJECTIVE = "SUBJECTIVE",
4066
- VIDEOS = "VIDEOS",
4067
- NOTES = "NOTES",
4068
- FLASHCARDS = "FLASHCARDS",
4069
- PUZZLE_CARDS = "PUZZLE_CARDS"
4070
- }
4071
-
4072
3993
  export declare const SectionList: <Section extends string | number | TDefaultSection>(props: ISectionList<Section>) => JSX.Element;
4073
3994
 
4074
3995
  export declare const SelectInput: <IDType extends string | number>(props: ISelectInputProps<IDType>) => JSX.Element;
@@ -4122,14 +4043,14 @@ export declare const SheetLocked: MemoExoticComponent<({ onHomeClick }: {
4122
4043
 
4123
4044
  export declare const SignUp: ({ mathGymEnrolledUser, circleEnrolledUser, circleOnLeapPremiumDays, circleUsername, countryCode, grade: defaultGrade, state, circleOnLeapPremiumEnabled, studentId, isSignUpProcessing, onCreateUser, onUpdateUser, onSignupStepsComplete, }: ISignUpProps) => JSX_2.Element;
4124
4045
 
4046
+ export declare const SignupMethods: FC<ISignupMethodsProps>;
4047
+
4125
4048
  declare const SketchIcon: React.FC<React.SVGProps<SVGSVGElement>>;
4126
4049
  export { SketchIcon as ScribbleIcon }
4127
4050
  export { SketchIcon }
4128
4051
 
4129
4052
  export declare const Skip2Icon: React.FC<React.SVGProps<SVGSVGElement>>;
4130
4053
 
4131
- export declare const SkipColoredIcon: React.FC<React.SVGProps<SVGSVGElement>>;
4132
-
4133
4054
  export declare const SkipIcon: React.FC<React.SVGProps<SVGSVGElement>>;
4134
4055
 
4135
4056
  export declare const SplashScreen: ({ animationCompleted }: {
@@ -4158,8 +4079,6 @@ export declare enum State {
4158
4079
  HOLD = "HOLD"
4159
4080
  }
4160
4081
 
4161
- export declare const StatusIcon: React.FC<React.SVGProps<SVGSVGElement>>;
4162
-
4163
4082
  export declare function Stepper({ stepsInfo, currentStep }: IStepperProps): JSX_2.Element;
4164
4083
 
4165
4084
  declare const STICKER_BADGE: {
@@ -4188,6 +4107,10 @@ export declare const StrikedEyeIcon: React.FC<React.SVGProps<SVGSVGElement>>;
4188
4107
 
4189
4108
  export declare const StudentDetails: FC<IStudentDetailsProps>;
4190
4109
 
4110
+ export declare const StudentPasswordInput: FC<ICustomInputProps>;
4111
+
4112
+ export declare const StudentUsernameInput: FC<ICustomInputProps>;
4113
+
4191
4114
  export declare const SubmitMilestoneModal: React.FC<ISubmitModalProps>;
4192
4115
 
4193
4116
  export declare const SwitchIcon: React.FC<React.SVGProps<SVGSVGElement>>;
@@ -4225,6 +4148,8 @@ export declare type TArrowTooltipConfig = {
4225
4148
 
4226
4149
  export declare type TArrowTooltipVariants = 'primary' | 'secondary';
4227
4150
 
4151
+ export declare type TAuthProvider = 'email' | 'phone';
4152
+
4228
4153
  declare type TBadgeData = {
4229
4154
  acknowledged_on: number | null;
4230
4155
  animation_url: string;
@@ -4274,11 +4199,11 @@ declare type TBlockStatsData = {
4274
4199
 
4275
4200
  declare type TBlockStatus = keyof typeof BLOCK_STATUS;
4276
4201
 
4277
- declare type TBlockType = keyof typeof BLOCK_TYPE_2;
4202
+ declare type TBlockType = keyof typeof BLOCK_TYPE;
4278
4203
 
4279
4204
  export declare type TButtonSizes = 'xsmall' | 'small' | 'regular' | 'medium' | 'large';
4280
4205
 
4281
- export declare type TButtonVariants = 'primary' | 'secondary' | 'tertiary' | 'secondary-gray';
4206
+ export declare type TButtonVariants = 'primary' | 'secondary' | 'tertiary';
4282
4207
 
4283
4208
  declare type TCallback = (messages: TInclassMessage[]) => void;
4284
4209
 
@@ -4371,8 +4296,6 @@ declare type TCourseProgramPermissions = {
4371
4296
 
4372
4297
  declare type TCourseStream = (typeof COURSE_STREAMS)[keyof typeof COURSE_STREAMS];
4373
4298
 
4374
- declare type TCourseType = keyof typeof NODE_CARD_COURSE_TYPES;
4375
-
4376
4299
  declare type TCreateOnPresubmit = (options: TOnPreSubmitOptions) => void;
4377
4300
 
4378
4301
  declare type TCueCanvasChangeDataObject = Record<string, TDrawingData[]>;
@@ -4402,8 +4325,6 @@ declare type TEnrollmentTypes = (typeof ENROLLMENT_TYPES)[keyof typeof ENROLLMEN
4402
4325
 
4403
4326
  export declare const TestsCreation: FC<ITestsCreationProps>;
4404
4327
 
4405
- export declare const TestTubeIcon: React.FC<React.SVGProps<SVGSVGElement>>;
4406
-
4407
4328
  /**
4408
4329
  * @param $renderAs - The text variant to render as (ah1-ah4, ab1-ab3, ac1-ac4, ub1-ub3), anything else is deprecated
4409
4330
  */
@@ -4426,13 +4347,14 @@ declare interface TextProps {
4426
4347
  $marginBottomX?: number;
4427
4348
  $inline?: boolean;
4428
4349
  $textDecoration?: string;
4350
+ $whiteSpace?: 'pre-line' | 'normal' | 'pre-wrap' | 'no-wrap' | 'pre' | 'break-spaces';
4429
4351
  }
4430
4352
 
4431
4353
  export declare type TFontFamilyNames = `${'Athletics'}-${'Light' | 'Regular' | 'Medium' | 'Bold' | 'Black'}` | `${'UntitledSans'}-${'Regular' | 'Medium'}`;
4432
4354
 
4433
- declare type TGoalCategory = keyof typeof GOAL_CATEGORY | null;
4355
+ declare type TGoalCategory = (typeof GOAL_CATEGORY)[keyof typeof GOAL_CATEGORY];
4434
4356
 
4435
- declare type TGoalCategory_2 = (typeof GOAL_CATEGORY)[keyof typeof GOAL_CATEGORY];
4357
+ declare type TGoalCategory_2 = keyof typeof GOAL_CATEGORY | null;
4436
4358
 
4437
4359
  declare interface TGoals {
4438
4360
  goal_code?: string;
@@ -4520,11 +4442,6 @@ export declare type TInclassMessage = {
4520
4442
  eventPayload: {
4521
4443
  worksheetId: string;
4522
4444
  };
4523
- } | {
4524
- eventName: typeof EVENTS.HOMEWORK_UNASSIGN;
4525
- eventPayload: {
4526
- studentId: string;
4527
- };
4528
4445
  } | {
4529
4446
  eventName: typeof EVENTS.CHAPTER_UPDATED;
4530
4447
  eventPayload: {
@@ -4901,19 +4818,11 @@ declare type TMilestoneStates = 'ACTIVE' | 'OUTCOME_PENDING' | 'OUTCOME_ADDED' |
4901
4818
 
4902
4819
  declare type TMilestoneType = 'ACTIVE' | 'INACTIVE' | 'DRAFT';
4903
4820
 
4904
- declare interface TNodeDataTestItemsDataProps {
4905
- chapter_name: string;
4906
- goal_name: string;
4907
- ref: string;
4908
- }
4909
-
4910
4821
  declare type TNodeSubGroupProps = keyof typeof NODE_SUB_GROUP;
4911
4822
 
4912
4823
  declare type TNodeTypeProps = keyof typeof NODE_TYPE | keyof typeof PYTHON_NODE_TYPES | keyof typeof SAT_NODE_TYPE;
4913
4824
 
4914
- 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';
4915
-
4916
- declare type TNodeTypes_2 = keyof typeof NODE_TYPE | keyof typeof PYTHON_NODE_TYPES | keyof typeof SAT_NODE_TYPE;
4825
+ 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';
4917
4826
 
4918
4827
  export declare type TOnPreSubmitOptions = {
4919
4828
  isDraftPlan: boolean;
@@ -4953,8 +4862,10 @@ declare type TPuzzleCardBlockStatus = keyof typeof PUZZLE_CARD_STATE | '';
4953
4862
 
4954
4863
  declare type TQuery = {
4955
4864
  milestone_state_group: 'ALL' | 'DRAFT' | 'STUDENT_ALL' | 'LIVE' | 'STUDENT_LIVE' | 'INACTIVE';
4956
- student_id: string;
4865
+ with_plan: boolean;
4957
4866
  course_stream: TCourseStream;
4867
+ student_id: string;
4868
+ in_class?: boolean;
4958
4869
  };
4959
4870
 
4960
4871
  declare type TQuestionByQuestionOverviewList = {
@@ -5037,9 +4948,9 @@ declare type TSectionSummary = {
5037
4948
  modules: TSATModule[];
5038
4949
  };
5039
4950
 
5040
- declare type TSheetAttemptLocation = keyof typeof SHEET_ATTEMPT_LOCATION;
4951
+ export declare type TSelectedCountry = Pick<ICountryOption, 'id' | 'code'>;
5041
4952
 
5042
- declare type TSheetAttemptLocation_2 = keyof typeof SHEET_ATTEMPT_LOCATION;
4953
+ declare type TSheetAttemptLocation = keyof typeof SHEET_ATTEMPT_LOCATION;
5043
4954
 
5044
4955
  declare type TSheetAttemptStateProps = keyof typeof SHEET_ATTEMPT_STATE;
5045
4956
 
@@ -5102,10 +5013,12 @@ export declare type TSheetsSection = 'core_lessons' | 'supplementary_sheets' | '
5102
5013
 
5103
5014
  declare type TSheetStateProps = 'LOCKED' | 'NOT_STARTED' | 'IN_PROGRESS' | 'FAMILIAR' | 'PROFICIENT' | 'MASTERED' | 'COMPLETED' | 'RE_ATTEMPT';
5104
5015
 
5105
- declare type TSheetStates = keyof typeof NODE_CARD_STATES;
5016
+ export declare type TSignupUserType = 'student' | 'parent';
5106
5017
 
5107
5018
  export declare type TSkillStatus = 'pending' | 'completed';
5108
5019
 
5020
+ export declare type TSocialAuthProvider = 'google' | 'apple';
5021
+
5109
5022
  declare type TStickerData = {
5110
5023
  actor_id: string;
5111
5024
  badge_id: string;
@@ -5176,6 +5089,12 @@ export declare type TTrialSessionMessage = {
5176
5089
  };
5177
5090
  };
5178
5091
 
5092
+ declare type TUserAccount = {
5093
+ id: string;
5094
+ phone: string;
5095
+ email: string;
5096
+ };
5097
+
5179
5098
  declare type TUserChapterStates = 'MASTERED' | 'PROFICIENT' | 'FAMILIAR' | 'STARTED';
5180
5099
 
5181
5100
  declare type TUserProgram = {
@@ -5294,8 +5213,8 @@ export declare const useGetLeaderboardDal: (userId: string) => Omit<ReturnType<t
5294
5213
 
5295
5214
  export declare const useGetMilestoneResources: (initialId?: string, initialQuery?: void | undefined) => {
5296
5215
  get: (id: string, query: void, meta: IGetMilestoneResourcesAPIMetaData) => Promise<void>;
5297
- resource: ResourceModel<INodeDataProps[]> | undefined;
5298
- data: INodeDataProps[] | undefined;
5216
+ resource: ResourceModel<ISheetDataProps[]> | undefined;
5217
+ data: ISheetDataProps[] | undefined;
5299
5218
  permissions: Record<string, unknown> | undefined;
5300
5219
  isProcessing: boolean;
5301
5220
  isProcessed: boolean;
@@ -5310,8 +5229,8 @@ export declare const useGetTestHelpData: (initialId?: string, initialQuery?: voi
5310
5229
  get: (id: string, query: void, meta: {
5311
5230
  studentId: string;
5312
5231
  }) => Promise<void>;
5313
- resource: ResourceModel<INodeDataProps[]> | undefined;
5314
- data: INodeDataProps[] | undefined;
5232
+ resource: ResourceModel<ISheetDataProps[]> | undefined;
5233
+ data: ISheetDataProps[] | undefined;
5315
5234
  permissions: Record<string, unknown> | undefined;
5316
5235
  isProcessing: boolean;
5317
5236
  isProcessed: boolean;
@@ -5344,6 +5263,8 @@ export declare const User2Icon: React.FC<React.SVGProps<SVGSVGElement>>;
5344
5263
 
5345
5264
  export declare const UserIcon: React.FC<React.SVGProps<SVGSVGElement>>;
5346
5265
 
5266
+ export declare const UserTypeSelector: NamedExoticComponent<IUserTypeSelectorProps>;
5267
+
5347
5268
  export declare const useTrackingContext: (commonAnalyticsProps: Record<string, unknown>, overrides?: Record<string, unknown>) => {
5348
5269
  onClick: TTrackCTA;
5349
5270
  onResponse: TTrackInput;
@@ -5410,7 +5331,7 @@ export declare const WORKSHEET_V3_NODE_TYPES: TNodeTypeProps[];
5410
5331
  declare const ZINDEX: {
5411
5332
  readonly CHAPTER_CROWN_ICON: 4;
5412
5333
  readonly CHAPTER_PLUS_ICON: 2;
5413
- readonly CHAPTER_PROGRESS_SVG: 2;
5334
+ readonly CHAPTER_PROGRESS_SVG: 1;
5414
5335
  readonly LPAR_SHEET_ITEM_BOTTOM_DASH_BOX: 1;
5415
5336
  readonly LPAR_SHEET_ITEM_TOP_VERTICAL_ICON: 2;
5416
5337
  readonly MODAL: 20;