@cuemath/leap 3.0.15 → 3.0.17-as1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (422) hide show
  1. package/dist/assets/illustrations/illustrations.js +3 -0
  2. package/dist/assets/illustrations/illustrations.js.map +1 -1
  3. package/dist/assets/illustrations/loader-1.svg.js +6 -0
  4. package/dist/assets/illustrations/loader-1.svg.js.map +1 -0
  5. package/dist/assets/line-icons/icons/apple-icon.js +48 -0
  6. package/dist/assets/line-icons/icons/apple-icon.js.map +1 -0
  7. package/dist/assets/line-icons/icons/google-icon.js +42 -0
  8. package/dist/assets/line-icons/icons/google-icon.js.map +1 -0
  9. package/dist/assets/lottie/lottie.js +11 -0
  10. package/dist/assets/lottie/lottie.js.map +1 -1
  11. package/dist/features/auth/account-selector/account-selector.js +43 -0
  12. package/dist/features/auth/account-selector/account-selector.js.map +1 -0
  13. package/dist/features/auth/comps/auth-page-layout/auth-page-layout-styles.js +12 -0
  14. package/dist/features/auth/comps/auth-page-layout/auth-page-layout-styles.js.map +1 -0
  15. package/dist/features/auth/comps/auth-page-layout/auth-page-layout.js +12 -0
  16. package/dist/features/auth/comps/auth-page-layout/auth-page-layout.js.map +1 -0
  17. package/dist/features/auth/comps/auth-static-panel/auth-static-panel.js +18 -0
  18. package/dist/features/auth/comps/auth-static-panel/auth-static-panel.js.map +1 -0
  19. package/dist/features/auth/comps/input-status-icon/input-status-icon.js +21 -0
  20. package/dist/features/auth/comps/input-status-icon/input-status-icon.js.map +1 -0
  21. package/dist/features/auth/comps/overlay-loader/overlay-loader-styled.js +29 -0
  22. package/dist/features/auth/comps/overlay-loader/overlay-loader-styled.js.map +1 -0
  23. package/dist/features/auth/comps/overlay-loader/overlay-loader.js +9 -0
  24. package/dist/features/auth/comps/overlay-loader/overlay-loader.js.map +1 -0
  25. package/dist/features/auth/comps/resend-otp/hooks/use-resend-timer.js +24 -0
  26. package/dist/features/auth/comps/resend-otp/hooks/use-resend-timer.js.map +1 -0
  27. package/dist/features/auth/comps/resend-otp/resend-otp.js +65 -0
  28. package/dist/features/auth/comps/resend-otp/resend-otp.js.map +1 -0
  29. package/dist/features/auth/comps/tabs/tab-tem/tab-item.js +23 -0
  30. package/dist/features/auth/comps/tabs/tab-tem/tab-item.js.map +1 -0
  31. package/dist/features/auth/comps/tabs/tabs-styled.js +23 -0
  32. package/dist/features/auth/comps/tabs/tabs-styled.js.map +1 -0
  33. package/dist/features/auth/comps/tabs/tabs.js +9 -0
  34. package/dist/features/auth/comps/tabs/tabs.js.map +1 -0
  35. package/dist/features/auth/forgot-password/forgot-password-styled.js +12 -0
  36. package/dist/features/auth/forgot-password/forgot-password-styled.js.map +1 -0
  37. package/dist/features/auth/forgot-password/otp-form/otp-form.js +66 -0
  38. package/dist/features/auth/forgot-password/otp-form/otp-form.js.map +1 -0
  39. package/dist/features/auth/forgot-password/reset-password-form/reset-password-form.js +101 -0
  40. package/dist/features/auth/forgot-password/reset-password-form/reset-password-form.js.map +1 -0
  41. package/dist/features/auth/forgot-password/user-identifier-form/user-identifier-form.js +68 -0
  42. package/dist/features/auth/forgot-password/user-identifier-form/user-identifier-form.js.map +1 -0
  43. package/dist/features/auth/login/identifier-otp-form/identifier-otp-form-styled.js +12 -0
  44. package/dist/features/auth/login/identifier-otp-form/identifier-otp-form-styled.js.map +1 -0
  45. package/dist/features/auth/login/identifier-otp-form/identifier-otp-form.js +100 -0
  46. package/dist/features/auth/login/identifier-otp-form/identifier-otp-form.js.map +1 -0
  47. package/dist/features/auth/login/login-constants.js +14 -0
  48. package/dist/features/auth/login/login-constants.js.map +1 -0
  49. package/dist/features/auth/login/social-account-not-found/social-account-not-found.js +32 -0
  50. package/dist/features/auth/login/social-account-not-found/social-account-not-found.js.map +1 -0
  51. package/dist/features/auth/login/social-login-methods/social-login-methods.js +47 -0
  52. package/dist/features/auth/login/social-login-methods/social-login-methods.js.map +1 -0
  53. package/dist/features/auth/login/username-password-form/username-password-form.js +98 -0
  54. package/dist/features/auth/login/username-password-form/username-password-form.js.map +1 -0
  55. package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper-styled.js +56 -0
  56. package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper-styled.js.map +1 -0
  57. package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper.js +131 -0
  58. package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper.js.map +1 -0
  59. package/dist/features/auth/signup/claim-user-account/claim-user-account.js +53 -0
  60. package/dist/features/auth/signup/claim-user-account/claim-user-account.js.map +1 -0
  61. package/dist/features/auth/signup/custom-input-field/country-selector/country-code-button.js +34 -0
  62. package/dist/features/auth/signup/custom-input-field/country-selector/country-code-button.js.map +1 -0
  63. package/dist/features/auth/signup/custom-input-field/country-selector/country-list-menu.js +98 -0
  64. package/dist/features/auth/signup/custom-input-field/country-selector/country-list-menu.js.map +1 -0
  65. package/dist/features/auth/signup/custom-input-field/country-selector/country-selector-styled.js +57 -0
  66. package/dist/features/auth/signup/custom-input-field/country-selector/country-selector-styled.js.map +1 -0
  67. package/dist/features/auth/signup/custom-input-field/country-selector/country-selector.js +26 -0
  68. package/dist/features/auth/signup/custom-input-field/country-selector/country-selector.js.map +1 -0
  69. package/dist/features/auth/signup/custom-input-field/custom-input-field-styled.js +30 -0
  70. package/dist/features/auth/signup/custom-input-field/custom-input-field-styled.js.map +1 -0
  71. package/dist/features/auth/signup/custom-input-field/custom-input-field.js +100 -0
  72. package/dist/features/auth/signup/custom-input-field/custom-input-field.js.map +1 -0
  73. package/dist/features/auth/signup/custom-input-field/date-picker-input/date-picker-input-styled.js +88 -0
  74. package/dist/features/auth/signup/custom-input-field/date-picker-input/date-picker-input-styled.js.map +1 -0
  75. package/dist/features/auth/signup/custom-input-field/date-picker-input/date-picker-input.js +43 -0
  76. package/dist/features/auth/signup/custom-input-field/date-picker-input/date-picker-input.js.map +1 -0
  77. package/dist/features/auth/signup/custom-input-field/grade-input/grade-input-styled.js +31 -0
  78. package/dist/features/auth/signup/custom-input-field/grade-input/grade-input-styled.js.map +1 -0
  79. package/dist/features/auth/signup/custom-input-field/grade-input/grade-input.js +31 -0
  80. package/dist/features/auth/signup/custom-input-field/grade-input/grade-input.js.map +1 -0
  81. package/dist/features/auth/signup/custom-input-field/input-wrapper/input-wrapper-styled.js +11 -0
  82. package/dist/features/auth/signup/custom-input-field/input-wrapper/input-wrapper-styled.js.map +1 -0
  83. package/dist/features/auth/signup/custom-input-field/input-wrapper/input-wrapper.js +29 -0
  84. package/dist/features/auth/signup/custom-input-field/input-wrapper/input-wrapper.js.map +1 -0
  85. package/dist/features/auth/signup/custom-input-field/password-toggle/password-toggle.js +9 -0
  86. package/dist/features/auth/signup/custom-input-field/password-toggle/password-toggle.js.map +1 -0
  87. package/dist/features/auth/signup/signup-constants.js +1031 -0
  88. package/dist/features/auth/signup/signup-constants.js.map +1 -0
  89. package/dist/features/auth/signup/signup-methods/signup-methods.js +69 -0
  90. package/dist/features/auth/signup/signup-methods/signup-methods.js.map +1 -0
  91. package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card-styled.js +19 -0
  92. package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card-styled.js.map +1 -0
  93. package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card.js +62 -0
  94. package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card.js.map +1 -0
  95. package/dist/features/auth/signup/user-type-selector/user-type-selector-styled.js +24 -0
  96. package/dist/features/auth/signup/user-type-selector/user-type-selector-styled.js.map +1 -0
  97. package/dist/features/auth/signup/user-type-selector/user-type-selector.js +85 -0
  98. package/dist/features/auth/signup/user-type-selector/user-type-selector.js.map +1 -0
  99. package/dist/features/auth/user-list/user-item/user-item-styled.js +21 -0
  100. package/dist/features/auth/user-list/user-item/user-item-styled.js.map +1 -0
  101. package/dist/features/auth/user-list/user-item/user-item.js +48 -0
  102. package/dist/features/auth/user-list/user-item/user-item.js.map +1 -0
  103. package/dist/features/auth/user-list/user-list-styled.js +19 -0
  104. package/dist/features/auth/user-list/user-list-styled.js.map +1 -0
  105. package/dist/features/auth/user-list/user-list.js +56 -0
  106. package/dist/features/auth/user-list/user-list.js.map +1 -0
  107. package/dist/features/communication/pub-sub/constants.js +1 -0
  108. package/dist/features/communication/pub-sub/constants.js.map +1 -1
  109. package/dist/features/homework/homework-card.js +135 -143
  110. package/dist/features/homework/homework-card.js.map +1 -1
  111. package/dist/features/milestone/milestone-list-container/milestone-list-container.js +65 -64
  112. package/dist/features/milestone/milestone-list-container/milestone-list-container.js.map +1 -1
  113. package/dist/features/milestone/milestone-tests/test-list-v2/test-list-container.js +20 -20
  114. package/dist/features/milestone/milestone-tests/test-list-v2/test-list-container.js.map +1 -1
  115. package/dist/index.d.ts +294 -2
  116. package/dist/index.js +367 -321
  117. package/dist/index.js.map +1 -1
  118. package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +332 -0
  119. package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js.map +1 -0
  120. package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +370 -0
  121. package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js.map +1 -0
  122. package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.js +252 -0
  123. package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.js.map +1 -0
  124. package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.utils.js +24 -0
  125. package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.utils.js.map +1 -0
  126. package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +192 -0
  127. package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js.map +1 -0
  128. package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +19 -0
  129. package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +1 -0
  130. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +129 -0
  131. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +1 -0
  132. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +129 -0
  133. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js.map +1 -0
  134. package/dist/node_modules/clsx/dist/clsx.js +18 -0
  135. package/dist/node_modules/clsx/dist/clsx.js.map +1 -0
  136. package/dist/node_modules/date-fns/subYears.js +9 -0
  137. package/dist/node_modules/date-fns/subYears.js.map +1 -0
  138. package/dist/node_modules/react-datepicker/dist/index.es.js +2700 -0
  139. package/dist/node_modules/react-datepicker/dist/index.es.js.map +1 -0
  140. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/addLeadingZeros.js +8 -0
  141. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/addLeadingZeros.js.map +1 -0
  142. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/defaultOptions.js +8 -0
  143. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/defaultOptions.js.map +1 -0
  144. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/formatters.js +518 -0
  145. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/formatters.js.map +1 -0
  146. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/lightFormatters.js +60 -0
  147. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/lightFormatters.js.map +1 -0
  148. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/longFormatters.js +53 -0
  149. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/longFormatters.js.map +1 -0
  150. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js +19 -0
  151. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js.map +1 -0
  152. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/normalizeDates.js +12 -0
  153. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/normalizeDates.js.map +1 -0
  154. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/protectedTokens.js +21 -0
  155. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/protectedTokens.js.map +1 -0
  156. package/dist/node_modules/react-datepicker/node_modules/date-fns/addDays.js +11 -0
  157. package/dist/node_modules/react-datepicker/node_modules/date-fns/addDays.js.map +1 -0
  158. package/dist/node_modules/react-datepicker/node_modules/date-fns/addHours.js +10 -0
  159. package/dist/node_modules/react-datepicker/node_modules/date-fns/addHours.js.map +1 -0
  160. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMilliseconds.js +10 -0
  161. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMilliseconds.js.map +1 -0
  162. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMinutes.js +11 -0
  163. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMinutes.js.map +1 -0
  164. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMonths.js +21 -0
  165. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMonths.js.map +1 -0
  166. package/dist/node_modules/react-datepicker/node_modules/date-fns/addQuarters.js +9 -0
  167. package/dist/node_modules/react-datepicker/node_modules/date-fns/addQuarters.js.map +1 -0
  168. package/dist/node_modules/react-datepicker/node_modules/date-fns/addSeconds.js +9 -0
  169. package/dist/node_modules/react-datepicker/node_modules/date-fns/addSeconds.js.map +1 -0
  170. package/dist/node_modules/react-datepicker/node_modules/date-fns/addWeeks.js +9 -0
  171. package/dist/node_modules/react-datepicker/node_modules/date-fns/addWeeks.js.map +1 -0
  172. package/dist/node_modules/react-datepicker/node_modules/date-fns/addYears.js +9 -0
  173. package/dist/node_modules/react-datepicker/node_modules/date-fns/addYears.js.map +1 -0
  174. package/dist/node_modules/react-datepicker/node_modules/date-fns/constants.js +10 -0
  175. package/dist/node_modules/react-datepicker/node_modules/date-fns/constants.js.map +1 -0
  176. package/dist/node_modules/react-datepicker/node_modules/date-fns/constructFrom.js +9 -0
  177. package/dist/node_modules/react-datepicker/node_modules/date-fns/constructFrom.js.map +1 -0
  178. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarDays.js +17 -0
  179. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarDays.js.map +1 -0
  180. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarMonths.js +14 -0
  181. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarMonths.js.map +1 -0
  182. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarQuarters.js +15 -0
  183. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarQuarters.js.map +1 -0
  184. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarYears.js +14 -0
  185. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarYears.js.map +1 -0
  186. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInDays.js +23 -0
  187. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInDays.js.map +1 -0
  188. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfDay.js +10 -0
  189. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfDay.js.map +1 -0
  190. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfMonth.js +10 -0
  191. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfMonth.js.map +1 -0
  192. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfWeek.js +12 -0
  193. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfWeek.js.map +1 -0
  194. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfYear.js +10 -0
  195. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfYear.js.map +1 -0
  196. package/dist/node_modules/react-datepicker/node_modules/date-fns/format.js +60 -0
  197. package/dist/node_modules/react-datepicker/node_modules/date-fns/format.js.map +1 -0
  198. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDate.js +9 -0
  199. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDate.js.map +1 -0
  200. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDay.js +9 -0
  201. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDay.js.map +1 -0
  202. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDayOfYear.js +12 -0
  203. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDayOfYear.js.map +1 -0
  204. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDaysInMonth.js +11 -0
  205. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDaysInMonth.js.map +1 -0
  206. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDefaultOptions.js +9 -0
  207. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDefaultOptions.js.map +1 -0
  208. package/dist/node_modules/react-datepicker/node_modules/date-fns/getHours.js +9 -0
  209. package/dist/node_modules/react-datepicker/node_modules/date-fns/getHours.js.map +1 -0
  210. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISODay.js +10 -0
  211. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISODay.js.map +1 -0
  212. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeek.js +13 -0
  213. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeek.js.map +1 -0
  214. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeekYear.js +16 -0
  215. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeekYear.js.map +1 -0
  216. package/dist/node_modules/react-datepicker/node_modules/date-fns/getMinutes.js +9 -0
  217. package/dist/node_modules/react-datepicker/node_modules/date-fns/getMinutes.js.map +1 -0
  218. package/dist/node_modules/react-datepicker/node_modules/date-fns/getMonth.js +9 -0
  219. package/dist/node_modules/react-datepicker/node_modules/date-fns/getMonth.js.map +1 -0
  220. package/dist/node_modules/react-datepicker/node_modules/date-fns/getQuarter.js +10 -0
  221. package/dist/node_modules/react-datepicker/node_modules/date-fns/getQuarter.js.map +1 -0
  222. package/dist/node_modules/react-datepicker/node_modules/date-fns/getSeconds.js +9 -0
  223. package/dist/node_modules/react-datepicker/node_modules/date-fns/getSeconds.js.map +1 -0
  224. package/dist/node_modules/react-datepicker/node_modules/date-fns/getTime.js +9 -0
  225. package/dist/node_modules/react-datepicker/node_modules/date-fns/getTime.js.map +1 -0
  226. package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeek.js +13 -0
  227. package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeek.js.map +1 -0
  228. package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeekYear.js +18 -0
  229. package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeekYear.js.map +1 -0
  230. package/dist/node_modules/react-datepicker/node_modules/date-fns/getYear.js +9 -0
  231. package/dist/node_modules/react-datepicker/node_modules/date-fns/getYear.js.map +1 -0
  232. package/dist/node_modules/react-datepicker/node_modules/date-fns/isAfter.js +9 -0
  233. package/dist/node_modules/react-datepicker/node_modules/date-fns/isAfter.js.map +1 -0
  234. package/dist/node_modules/react-datepicker/node_modules/date-fns/isBefore.js +9 -0
  235. package/dist/node_modules/react-datepicker/node_modules/date-fns/isBefore.js.map +1 -0
  236. package/dist/node_modules/react-datepicker/node_modules/date-fns/isDate.js +8 -0
  237. package/dist/node_modules/react-datepicker/node_modules/date-fns/isDate.js.map +1 -0
  238. package/dist/node_modules/react-datepicker/node_modules/date-fns/isEqual.js +9 -0
  239. package/dist/node_modules/react-datepicker/node_modules/date-fns/isEqual.js.map +1 -0
  240. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameDay.js +15 -0
  241. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameDay.js.map +1 -0
  242. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameMonth.js +14 -0
  243. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameMonth.js.map +1 -0
  244. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameQuarter.js +15 -0
  245. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameQuarter.js.map +1 -0
  246. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameYear.js +14 -0
  247. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameYear.js.map +1 -0
  248. package/dist/node_modules/react-datepicker/node_modules/date-fns/isValid.js +10 -0
  249. package/dist/node_modules/react-datepicker/node_modules/date-fns/isValid.js.map +1 -0
  250. package/dist/node_modules/react-datepicker/node_modules/date-fns/isWithinInterval.js +13 -0
  251. package/dist/node_modules/react-datepicker/node_modules/date-fns/isWithinInterval.js.map +1 -0
  252. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildFormatLongFn.js +10 -0
  253. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildFormatLongFn.js.map +1 -0
  254. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildLocalizeFn.js +19 -0
  255. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildLocalizeFn.js.map +1 -0
  256. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchFn.js +32 -0
  257. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchFn.js.map +1 -0
  258. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js +16 -0
  259. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js.map +1 -0
  260. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatDistance.js +71 -0
  261. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatDistance.js.map +1 -0
  262. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatLong.js +34 -0
  263. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatLong.js.map +1 -0
  264. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatRelative.js +12 -0
  265. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatRelative.js.map +1 -0
  266. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/localize.js +156 -0
  267. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/localize.js.map +1 -0
  268. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/match.js +111 -0
  269. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/match.js.map +1 -0
  270. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US.js +22 -0
  271. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US.js.map +1 -0
  272. package/dist/node_modules/react-datepicker/node_modules/date-fns/max.js +15 -0
  273. package/dist/node_modules/react-datepicker/node_modules/date-fns/max.js.map +1 -0
  274. package/dist/node_modules/react-datepicker/node_modules/date-fns/min.js +15 -0
  275. package/dist/node_modules/react-datepicker/node_modules/date-fns/min.js.map +1 -0
  276. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Parser.js +23 -0
  277. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Parser.js.map +1 -0
  278. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Setter.js +42 -0
  279. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Setter.js.map +1 -0
  280. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/constants.js +50 -0
  281. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/constants.js.map +1 -0
  282. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMMidnightParser.js +50 -0
  283. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMMidnightParser.js.map +1 -0
  284. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMParser.js +50 -0
  285. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMParser.js.map +1 -0
  286. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DateParser.js +62 -0
  287. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DateParser.js.map +1 -0
  288. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayOfYearParser.js +52 -0
  289. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayOfYearParser.js.map +1 -0
  290. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayParser.js +46 -0
  291. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayParser.js.map +1 -0
  292. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayPeriodParser.js +50 -0
  293. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayPeriodParser.js.map +1 -0
  294. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/EraParser.js +31 -0
  295. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/EraParser.js.map +1 -0
  296. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ExtendedYearParser.js +22 -0
  297. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ExtendedYearParser.js.map +1 -0
  298. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/FractionOfSecondParser.js +23 -0
  299. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/FractionOfSecondParser.js.map +1 -0
  300. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0To11Parser.js +33 -0
  301. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0To11Parser.js.map +1 -0
  302. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0to23Parser.js +33 -0
  303. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0to23Parser.js.map +1 -0
  304. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1To24Parser.js +34 -0
  305. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1To24Parser.js.map +1 -0
  306. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1to12Parser.js +34 -0
  307. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1to12Parser.js.map +1 -0
  308. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISODayParser.js +100 -0
  309. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISODayParser.js.map +1 -0
  310. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneParser.js +49 -0
  311. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneParser.js.map +1 -0
  312. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneWithZParser.js +49 -0
  313. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneWithZParser.js.map +1 -0
  314. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekParser.js +50 -0
  315. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekParser.js.map +1 -0
  316. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekYearParser.js +41 -0
  317. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekYearParser.js.map +1 -0
  318. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalDayParser.js +75 -0
  319. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalDayParser.js.map +1 -0
  320. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekParser.js +49 -0
  321. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekParser.js.map +1 -0
  322. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekYearParser.js +70 -0
  323. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekYearParser.js.map +1 -0
  324. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MinuteParser.js +33 -0
  325. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MinuteParser.js.map +1 -0
  326. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MonthParser.js +72 -0
  327. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MonthParser.js.map +1 -0
  328. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/QuarterParser.js +71 -0
  329. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/QuarterParser.js.map +1 -0
  330. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/SecondParser.js +33 -0
  331. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/SecondParser.js.map +1 -0
  332. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneLocalDayParser.js +75 -0
  333. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneLocalDayParser.js.map +1 -0
  334. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneMonthParser.js +72 -0
  335. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneMonthParser.js.map +1 -0
  336. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneQuarterParser.js +71 -0
  337. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneQuarterParser.js.map +1 -0
  338. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampMillisecondsParser.js +23 -0
  339. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampMillisecondsParser.js.map +1 -0
  340. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampSecondsParser.js +23 -0
  341. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampSecondsParser.js.map +1 -0
  342. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/YearParser.js +50 -0
  343. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/YearParser.js.map +1 -0
  344. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers.js +68 -0
  345. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers.js.map +1 -0
  346. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/utils.js +104 -0
  347. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/utils.js.map +1 -0
  348. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse.js +88 -0
  349. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse.js.map +1 -0
  350. package/dist/node_modules/react-datepicker/node_modules/date-fns/parseISO.js +123 -0
  351. package/dist/node_modules/react-datepicker/node_modules/date-fns/parseISO.js.map +1 -0
  352. package/dist/node_modules/react-datepicker/node_modules/date-fns/setDay.js +13 -0
  353. package/dist/node_modules/react-datepicker/node_modules/date-fns/setDay.js.map +1 -0
  354. package/dist/node_modules/react-datepicker/node_modules/date-fns/setHours.js +10 -0
  355. package/dist/node_modules/react-datepicker/node_modules/date-fns/setHours.js.map +1 -0
  356. package/dist/node_modules/react-datepicker/node_modules/date-fns/setISODay.js +12 -0
  357. package/dist/node_modules/react-datepicker/node_modules/date-fns/setISODay.js.map +1 -0
  358. package/dist/node_modules/react-datepicker/node_modules/date-fns/setISOWeek.js +11 -0
  359. package/dist/node_modules/react-datepicker/node_modules/date-fns/setISOWeek.js.map +1 -0
  360. package/dist/node_modules/react-datepicker/node_modules/date-fns/setMinutes.js +10 -0
  361. package/dist/node_modules/react-datepicker/node_modules/date-fns/setMinutes.js.map +1 -0
  362. package/dist/node_modules/react-datepicker/node_modules/date-fns/setMonth.js +14 -0
  363. package/dist/node_modules/react-datepicker/node_modules/date-fns/setMonth.js.map +1 -0
  364. package/dist/node_modules/react-datepicker/node_modules/date-fns/setQuarter.js +11 -0
  365. package/dist/node_modules/react-datepicker/node_modules/date-fns/setQuarter.js.map +1 -0
  366. package/dist/node_modules/react-datepicker/node_modules/date-fns/setSeconds.js +10 -0
  367. package/dist/node_modules/react-datepicker/node_modules/date-fns/setSeconds.js.map +1 -0
  368. package/dist/node_modules/react-datepicker/node_modules/date-fns/setWeek.js +11 -0
  369. package/dist/node_modules/react-datepicker/node_modules/date-fns/setWeek.js.map +1 -0
  370. package/dist/node_modules/react-datepicker/node_modules/date-fns/setYear.js +11 -0
  371. package/dist/node_modules/react-datepicker/node_modules/date-fns/setYear.js.map +1 -0
  372. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfDay.js +10 -0
  373. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfDay.js.map +1 -0
  374. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeek.js +9 -0
  375. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeek.js.map +1 -0
  376. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeekYear.js +12 -0
  377. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeekYear.js.map +1 -0
  378. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfMonth.js +10 -0
  379. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfMonth.js.map +1 -0
  380. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfQuarter.js +10 -0
  381. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfQuarter.js.map +1 -0
  382. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeek.js +12 -0
  383. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeek.js.map +1 -0
  384. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeekYear.js +14 -0
  385. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeekYear.js.map +1 -0
  386. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfYear.js +10 -0
  387. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfYear.js.map +1 -0
  388. package/dist/node_modules/react-datepicker/node_modules/date-fns/subDays.js +9 -0
  389. package/dist/node_modules/react-datepicker/node_modules/date-fns/subDays.js.map +1 -0
  390. package/dist/node_modules/react-datepicker/node_modules/date-fns/subMonths.js +9 -0
  391. package/dist/node_modules/react-datepicker/node_modules/date-fns/subMonths.js.map +1 -0
  392. package/dist/node_modules/react-datepicker/node_modules/date-fns/subQuarters.js +9 -0
  393. package/dist/node_modules/react-datepicker/node_modules/date-fns/subQuarters.js.map +1 -0
  394. package/dist/node_modules/react-datepicker/node_modules/date-fns/subWeeks.js +9 -0
  395. package/dist/node_modules/react-datepicker/node_modules/date-fns/subWeeks.js.map +1 -0
  396. package/dist/node_modules/react-datepicker/node_modules/date-fns/subYears.js +9 -0
  397. package/dist/node_modules/react-datepicker/node_modules/date-fns/subYears.js.map +1 -0
  398. package/dist/node_modules/react-datepicker/node_modules/date-fns/toDate.js +9 -0
  399. package/dist/node_modules/react-datepicker/node_modules/date-fns/toDate.js.map +1 -0
  400. package/dist/node_modules/react-datepicker/node_modules/date-fns/transpose.js +19 -0
  401. package/dist/node_modules/react-datepicker/node_modules/date-fns/transpose.js.map +1 -0
  402. package/dist/static/avatar-selected.860ee923.json +1 -0
  403. package/dist/static/circle-cuemath-logo-white.e9fafb91.svg +1 -0
  404. package/dist/static/cuemath-app-qr-code.4beefe48.svg +1 -0
  405. package/dist/static/cuemath-app-qr-code.ba6cc09b.svg +1 -0
  406. package/dist/static/cuemath-app-qr-code.d0912fc7.png +0 -0
  407. package/dist/static/dob.9ce3c15b.json +1 -0
  408. package/dist/static/error.cbe1ddde.json +1 -0
  409. package/dist/static/grade.b3730524.json +1 -0
  410. package/dist/static/key.d6846476.json +1 -0
  411. package/dist/static/mail.c30e8708.json +1 -0
  412. package/dist/static/otp.2d08f874.json +1 -0
  413. package/dist/static/otp.a3029760.json +1 -0
  414. package/dist/static/parent-avatar.772d53e0.json +1 -0
  415. package/dist/static/phone-number.0be312ea.json +1 -0
  416. package/dist/static/phone-number.84f55562.json +1 -0
  417. package/dist/static/student-avatar.524226bd.json +1 -0
  418. package/dist/static/user-type-selector-grid-bg.3c9c8ad6.svg +1 -0
  419. package/dist/static/user-type-selector-grid-bg.3ce8142d.svg +1 -0
  420. package/dist/static/user-type-selector-grid-bg.aad0b059.svg +1 -0
  421. package/dist/static/username.9e034d51.json +1 -0
  422. package/package.json +3 -2
package/dist/index.d.ts CHANGED
@@ -7,6 +7,7 @@ import type { DefaultTheme } from 'styled-components';
7
7
  import { DetailedHTMLProps } from 'react';
8
8
  import type { Dispatch } from 'react';
9
9
  import { FC } from 'react';
10
+ import type { FormEvent } from 'react';
10
11
  import { ForwardRefExoticComponent } from 'react';
11
12
  import { HTMLAttributes } from 'react';
12
13
  import { IChannelMessage } from '@cuemath/cue-message-broker';
@@ -40,6 +41,8 @@ import { Substitute } from 'styled-components/dist/types';
40
41
  */
41
42
  export declare const AccordionSection: FC<IAccordionSectionProps>;
42
43
 
44
+ export declare const AccountSelector: MemoExoticComponent<({ userAccounts, onSelect, onAddNew, isLoading, }: IAccountSelectorViewProps) => JSX_2.Element>;
45
+
43
46
  export declare const ACHIEVEMENT_ACTIONS: {
44
47
  SHARE: string;
45
48
  NOT_SHARE_CHOSEN: string;
@@ -61,6 +64,22 @@ export declare const ArcButton: MemoExoticComponent<ForwardRefExoticComponent<IA
61
64
 
62
65
  export declare const ArrowTooltip: FC<IArrowTooltipProps>;
63
66
 
67
+ export declare const AUTH_TABS: IAuthTab[];
68
+
69
+ export declare const AuthApiErrorCode: {
70
+ readonly USER_NOT_FOUND: 8000;
71
+ readonly INVALID_PASSWORD: 8001;
72
+ readonly MULTIPLE_USERS_FOUND: 8002;
73
+ readonly ACCESS_TOKEN_FAILURE: 8003;
74
+ readonly INVALID_ACCESS_TOKEN: 8004;
75
+ readonly INVALID_USERNAME_OR_USER_ALREADY_EXIST: 8005;
76
+ readonly SOCIAL_SIGNUP_EMAIL_MISSING: 8006;
77
+ };
78
+
79
+ export declare const AuthPageLayout: NamedExoticComponent<IAuthPageLayoutProps>;
80
+
81
+ export declare const AuthStaticPanel: NamedExoticComponent<IAuthStaticPanelProps>;
82
+
64
83
  export declare const AutoPlayPermissionProvider: FC<{
65
84
  children: ReactNode;
66
85
  }>;
@@ -232,6 +251,10 @@ export declare const CircularLoader: () => JSX_2.Element;
232
251
 
233
252
  export declare const CircularSteps: FC<ICircularStepsProps>;
234
253
 
254
+ export declare const CircularStepWrapper: MemoExoticComponent<ForwardRefExoticComponent<ICircularStepWrapperProps & RefAttributes<ICircularStepRef>>>;
255
+
256
+ export declare const ClaimUserAccount: NamedExoticComponent<IClaimUserAccountProps>;
257
+
235
258
  export declare const Clickable: React_2.FC<IClickableProps>;
236
259
 
237
260
  export declare const ClipboardIcon: React.FC<React.SVGProps<SVGSVGElement>>;
@@ -280,8 +303,12 @@ export declare const CuemathLogo: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
280
303
 
281
304
  export declare const CueRocket: React.FC<React.SVGProps<SVGSVGElement>>;
282
305
 
306
+ export declare const CustomInputField: NamedExoticComponent<ICustomInputFieldProps>;
307
+
283
308
  export declare const DashArrowIcon: React.FC<React.SVGProps<SVGSVGElement>>;
284
309
 
310
+ export declare const DatePickerInput: NamedExoticComponent<IDatePickerInputProps>;
311
+
285
312
  export declare const DesmosCalculator: FC<IDesmosCalculatorProps>;
286
313
 
287
314
  export declare const DigitalMeter: FC<IDigitalMeterProps>;
@@ -374,6 +401,7 @@ export declare const EVENTS: {
374
401
  UNLOCK_SHEETS: "UNLOCK_SHEETS";
375
402
  EXTRA_PRACTICE_ASSIGNED: "EXTRA_PRACTICE_ASSIGNED";
376
403
  CHANGE_LOCATION: "CHANGE_LOCATION";
404
+ SHEET_MARKED_AS_REVIEWED: "SHEET_MARKED_AS_REVIEWED";
377
405
  SHEET_STARTED: "SHEET_STARTED";
378
406
  SHEET_UNASSIGNED: "SHEET_UNASSIGNED";
379
407
  SHEET_REATTEMPTED: "SHEET_REATTEMPTED";
@@ -488,6 +516,8 @@ export declare const GoalEdit: React.FC<IMileStoneEditContainerProps>;
488
516
 
489
517
  export declare const GooglePlacesSearchInput: ComponentType<Omit_2<IGooglePlacesSearchInputProps, IProvidedProps>>;
490
518
 
519
+ export declare const GradeInput: NamedExoticComponent<ICustomInputFieldProps>;
520
+
491
521
  export declare function GradeSelector({ selectedValue, onSelect, tabsWidth, width, grades, renderAs, size, layoutAlignment, }: IGradeSelectorProps): JSX.Element;
492
522
 
493
523
  export declare const HandIcon: React_2.FC;
@@ -524,6 +554,17 @@ declare interface IAccordionSectionProps {
524
554
  bodyOverFlow?: TStyleAttrubutes['overflow'];
525
555
  }
526
556
 
557
+ declare interface IAccountSelectorViewProps {
558
+ userAccounts: {
559
+ id: string;
560
+ username: string;
561
+ user_avatar?: IAvatarLayer[] | null;
562
+ }[];
563
+ onSelect: (accountId: string) => void;
564
+ onAddNew: () => void;
565
+ isLoading: boolean;
566
+ }
567
+
527
568
  declare interface IAchievementConfig {
528
569
  pollingInterval?: number;
529
570
  maxPollingAttempts?: number;
@@ -590,6 +631,22 @@ declare interface IAttempt {
590
631
  score: ILearnosityQuestionScore;
591
632
  }
592
633
 
634
+ declare interface IAuthPageLayoutProps {
635
+ leftBlock: JSX.Element;
636
+ rightBlock?: JSX.Element;
637
+ isFullWidth?: boolean;
638
+ }
639
+
640
+ declare interface IAuthStaticPanelProps {
641
+ title?: string;
642
+ description?: string;
643
+ }
644
+
645
+ declare interface IAuthTab {
646
+ id: TAuthTabKeys;
647
+ label: string;
648
+ }
649
+
593
650
  declare interface IAutoPlayPermissionContextType {
594
651
  canAutoPlayAudio: boolean;
595
652
  canAutoPlayVideo: boolean;
@@ -966,6 +1023,10 @@ export declare interface ICircleHomeDetails {
966
1023
  timestamps: ITodaysContentTimeStamps;
967
1024
  }
968
1025
 
1026
+ export declare type ICircularStepRef = {
1027
+ playOutroAndFadeOut: () => Promise<void>;
1028
+ };
1029
+
969
1030
  declare interface ICircularSteps {
970
1031
  id: string;
971
1032
  label?: React.ReactNode;
@@ -989,6 +1050,29 @@ declare interface ICircularStepsProps {
989
1050
  sizeInPercent?: number;
990
1051
  }
991
1052
 
1053
+ declare interface ICircularStepWrapperProps {
1054
+ children: JSX.Element;
1055
+ animation: string;
1056
+ introFrames: [number, number];
1057
+ outroFrames: [number, number];
1058
+ onGoBack?: () => void;
1059
+ onNext?: () => void;
1060
+ label?: string;
1061
+ showNext?: boolean;
1062
+ showPrevious?: boolean;
1063
+ isNextLoading?: boolean;
1064
+ progressAngle?: number;
1065
+ }
1066
+
1067
+ declare interface IClaimUserAccountProps {
1068
+ email?: string;
1069
+ onSelectAccount: (userId: string) => void;
1070
+ onCreateNewAccount: () => void;
1071
+ userAccounts: TUserAccount[];
1072
+ isCreatingAccount: boolean;
1073
+ isLoading: boolean;
1074
+ }
1075
+
992
1076
  declare interface IClassStatus {
993
1077
  next_class_time?: number;
994
1078
  class_duration: number;
@@ -1072,6 +1156,16 @@ declare interface ICountdownTimer {
1072
1156
  theme: 'GREEN_1' | 'ORANGE_1';
1073
1157
  }
1074
1158
 
1159
+ declare interface ICountryOption {
1160
+ code: string;
1161
+ id: string;
1162
+ value: string;
1163
+ label: string;
1164
+ icon: string;
1165
+ url: string;
1166
+ geoIPCountryCode: string;
1167
+ }
1168
+
1075
1169
  export declare interface ICreateUserPayloadDal {
1076
1170
  username: string;
1077
1171
  grade: string;
@@ -1130,6 +1224,26 @@ declare interface ICurriculumStandards {
1130
1224
  name: string;
1131
1225
  }
1132
1226
 
1227
+ declare interface ICustomInputFieldProps {
1228
+ value: string;
1229
+ onChange: (value: string) => void;
1230
+ onEnter?: () => void;
1231
+ error?: string;
1232
+ helperText?: string;
1233
+ actionElement?: JSX.Element;
1234
+ isLoading?: boolean;
1235
+ isValid?: boolean;
1236
+ type?: 'text' | 'password' | 'number' | 'phone';
1237
+ placeholder?: string;
1238
+ maxLength?: number;
1239
+ width?: number;
1240
+ textTransform?: string;
1241
+ textAlign?: string;
1242
+ onCountryChange?: (option: TSelectedCountry) => void;
1243
+ selectedCountry?: TSelectedCountry;
1244
+ autoSize?: boolean;
1245
+ }
1246
+
1133
1247
  declare interface ICustomVideoProps extends React_2.DetailedHTMLProps<React_2.VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement> {
1134
1248
  isYoutube?: boolean;
1135
1249
  analyticsData?: Record<string, unknown>;
@@ -1137,6 +1251,13 @@ declare interface ICustomVideoProps extends React_2.DetailedHTMLProps<React_2.Vi
1137
1251
  src: string;
1138
1252
  }
1139
1253
 
1254
+ declare interface IDatePickerInputProps extends Omit<ICustomInputFieldProps, 'value' | 'onChange'> {
1255
+ value: Date | null;
1256
+ onChange: (date: Date | null) => void;
1257
+ }
1258
+
1259
+ export declare const IdentifierOtpForm: React_2.NamedExoticComponent<IIdentifierOtpFormProps>;
1260
+
1140
1261
  declare interface IDesmosCalculatorProps {
1141
1262
  onClose: () => void;
1142
1263
  height?: string | number;
@@ -1361,6 +1482,22 @@ declare interface IIconButtonProps extends Omit<IButtonProps, 'label' | 'shape'
1361
1482
  renderAs: TButtonVariants;
1362
1483
  }
1363
1484
 
1485
+ declare interface IIdentifierOtpFormProps {
1486
+ identifier: string;
1487
+ otp: string;
1488
+ errors: {
1489
+ identifier: string;
1490
+ otp: string;
1491
+ };
1492
+ isOtpVerified: boolean;
1493
+ isLoading: boolean;
1494
+ isSubmitDisabled: boolean;
1495
+ showOtpInput: boolean;
1496
+ onChange: (key: 'identifier' | 'otp', value: string) => void;
1497
+ onSubmit: (e: FormEvent<HTMLFormElement>) => void;
1498
+ onSendOtp: () => void;
1499
+ }
1500
+
1364
1501
  declare interface IImageProps extends ImgHTMLAttributes<HTMLImageElement> {
1365
1502
  withLoader: boolean;
1366
1503
  borderRadius?: number;
@@ -1386,6 +1523,15 @@ export declare interface IInputSizeConfig {
1386
1523
  iconPadding: number;
1387
1524
  }
1388
1525
 
1526
+ declare interface IInputStatusIconProps {
1527
+ isLoading?: boolean;
1528
+ isValid?: boolean;
1529
+ isError?: boolean;
1530
+ size?: number;
1531
+ successColor?: TColorNames;
1532
+ errorColor?: TColorNames;
1533
+ }
1534
+
1389
1535
  export declare interface IInputVariantConfig {
1390
1536
  valueColorName: {
1391
1537
  inactive: TColorNames;
@@ -1745,6 +1891,7 @@ export declare const ILLUSTRATIONS: {
1745
1891
  CHAPTER_HEADER_BG: string;
1746
1892
  CHAPTER_HEADER_BG_2: string;
1747
1893
  CIRCLE_CUEMATH_LOGO: string;
1894
+ CIRCLE_CUEMATH_LOGO_WHITE: string;
1748
1895
  CIRCLE_OUTERCIRCLE_BG: string;
1749
1896
  CLOCK_ORANGE: string;
1750
1897
  COMMUNITY_BULB: string;
@@ -1752,6 +1899,7 @@ export declare const ILLUSTRATIONS: {
1752
1899
  CROWN: string;
1753
1900
  CROWN_OVERLAY: string;
1754
1901
  CUECOIN_GOLD: string;
1902
+ CUEMATH_APP_QR_CODE: string;
1755
1903
  DESKTOP_WITH_PURPLE_FILL: string;
1756
1904
  DURATION_30MIN_GRAY: string;
1757
1905
  DURATION_45MIN_GRAY: string;
@@ -1836,6 +1984,7 @@ export declare const ILLUSTRATIONS: {
1836
1984
  USER_DOWN: string;
1837
1985
  USER_PIN: string;
1838
1986
  USER_PROFILE_BACKGROUND: string;
1987
+ USER_TYPE_SELECTOR_GRID_BG: string;
1839
1988
  USER_UP: string;
1840
1989
  YELLOW_FACE: string;
1841
1990
  };
@@ -2204,7 +2353,7 @@ export declare const Info2Icon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
2204
2353
  export declare const InfoIcon: React.FC<React.SVGProps<SVGSVGElement>>;
2205
2354
 
2206
2355
  declare interface INodeCardCallbacks {
2207
- onNodeAttempt?: (nodeData: INodeDataProps, homeworkId?: string) => void;
2356
+ onNodeAttempt?: (nodeData: INodeDataProps, milestoneId?: string, homeworkId?: string) => void;
2208
2357
  onNodeView?: (nodeData: INodeDataProps, milestoneId?: string) => void;
2209
2358
  onNodeReview?: (nodeData: INodeDataProps, milestoneId?: string, homeworkId?: string) => void;
2210
2359
  onNodeReattempt?: (nodeData: INodeDataProps, milestoneId?: string) => void;
@@ -2266,6 +2415,8 @@ declare interface INodePermissions {
2266
2415
  can_unassign: boolean;
2267
2416
  }
2268
2417
 
2418
+ export declare const InputStatusIcon: NamedExoticComponent<IInputStatusIconProps>;
2419
+
2269
2420
  export declare interface INudgeProps {
2270
2421
  nudge: 'click';
2271
2422
  content: ReactNode;
@@ -2298,6 +2449,16 @@ declare interface IOpenImageReviewModalProps {
2298
2449
  image?: string;
2299
2450
  }
2300
2451
 
2452
+ declare interface IOTPResendProps {
2453
+ onResendOTP: () => void;
2454
+ onResendVoiceOTP?: () => void;
2455
+ timerSeconds?: number;
2456
+ showVoiceOTP?: boolean;
2457
+ disabled?: boolean;
2458
+ renderAs?: 'submit' | 'text';
2459
+ width?: number;
2460
+ }
2461
+
2301
2462
  declare interface IOutcomeConfig {
2302
2463
  id: string;
2303
2464
  input_type: string;
@@ -2575,6 +2736,16 @@ declare interface IReferenceSheetProps {
2575
2736
  };
2576
2737
  }
2577
2738
 
2739
+ declare interface IResetPasswordFormProps {
2740
+ onSubmit: (e: FormEvent<HTMLFormElement>) => void;
2741
+ onChange: (key: string, value: string) => void;
2742
+ formData: Record<string, string>;
2743
+ errors: Record<string, string>;
2744
+ isProcessing: boolean;
2745
+ isSubmitDisabled: boolean;
2746
+ isValid?: boolean;
2747
+ }
2748
+
2578
2749
  export declare interface IResourceItemData {
2579
2750
  boards: string[];
2580
2751
  created_on: string;
@@ -2793,6 +2964,14 @@ declare interface ISheetsListProps extends ISheetItemCallbackProps {
2793
2964
  section?: TSheetsSection;
2794
2965
  }
2795
2966
 
2967
+ declare interface ISignupMethodsProps {
2968
+ onEmailSignup: () => void;
2969
+ onPhoneSignup: () => void;
2970
+ onGoogleSignup: () => void;
2971
+ onAppleSignup: () => void;
2972
+ loadingProvider: TSocialAuthProvider | null;
2973
+ }
2974
+
2796
2975
  export declare interface ISignUpProps {
2797
2976
  circleOnLeapSignedUp: boolean;
2798
2977
  circleOnLeapPremiumEnabled: boolean;
@@ -2810,6 +2989,29 @@ export declare interface ISignUpProps {
2810
2989
  onSignupStepsComplete: (data: IUpdateUserPayloadDal | ICreateUserResponseDal | null) => void;
2811
2990
  }
2812
2991
 
2992
+ declare interface ISingleFieldFormProps {
2993
+ onSubmit: (e?: FormEvent<HTMLFormElement>) => void;
2994
+ onChange: (key: string, value: string) => void;
2995
+ value: string;
2996
+ error: string;
2997
+ isProcessing: boolean;
2998
+ isSubmitDisabled?: boolean;
2999
+ isValid?: boolean;
3000
+ label?: string;
3001
+ helperText?: string;
3002
+ }
3003
+
3004
+ declare interface ISocialAccountNotFoundProps {
3005
+ onRetryLogin: () => void;
3006
+ onGoToSignup: () => void;
3007
+ }
3008
+
3009
+ declare interface ISocialLoginMethodsProps {
3010
+ onGoogleLogin: () => void;
3011
+ onAppleLogin: () => void;
3012
+ loadingProvider: TSocialAuthProvider | null;
3013
+ }
3014
+
2813
3015
  export declare const isOkayTypeQuestion: IIsOkayTypeQuestion;
2814
3016
 
2815
3017
  export declare enum IStatsToAwardErrorCode {
@@ -2905,6 +3107,11 @@ declare interface ISyncableWebGameProps {
2905
3107
  enableSync?: boolean;
2906
3108
  }
2907
3109
 
3110
+ declare interface ITabItem {
3111
+ id: string;
3112
+ label: string;
3113
+ }
3114
+
2908
3115
  export declare interface ITable {
2909
3116
  tableList: ITableInfo[];
2910
3117
  infiniteModeHighScore: number;
@@ -2970,6 +3177,12 @@ export declare interface ITabSizeConfig {
2970
3177
  textVariant: TTextVariants;
2971
3178
  }
2972
3179
 
3180
+ declare interface ITabsProps {
3181
+ selectedTab: string;
3182
+ onChange: (tab: string) => void;
3183
+ tabs: ITabItem[];
3184
+ }
3185
+
2973
3186
  export declare interface ITabVariantConfig {
2974
3187
  backgroundColorName: {
2975
3188
  inactive: TColorNames;
@@ -3058,7 +3271,7 @@ declare interface ITestsListProps {
3058
3271
  onNodeReattempt?: (sheetData: INodeDataProps, milestoneId?: string) => void;
3059
3272
  onNodeAssignAsHomework?: (sheetData: INodeDataProps, milestoneId?: string) => void;
3060
3273
  onTestPreview?: (sheetData: INodeDataProps, milestoneId: string) => void;
3061
- onTestStart?: (sheetData: INodeDataProps) => void;
3274
+ onTestStart?: (sheetData: INodeDataProps, milestoneId?: string, homeworkId?: string) => void;
3062
3275
  onTestReview?: (sheetData: INodeDataProps, milestoneId: string) => void;
3063
3276
  }
3064
3277
 
@@ -3327,6 +3540,25 @@ declare interface IUserChapterProgressProps {
3327
3540
  total_core_sheets: number;
3328
3541
  }
3329
3542
 
3543
+ declare interface IUsernamePasswordFormProps {
3544
+ username: string;
3545
+ password: string;
3546
+ errors: {
3547
+ username: string;
3548
+ password: string;
3549
+ };
3550
+ isLoading: boolean;
3551
+ onChange: (key: 'username' | 'password', value: string) => void;
3552
+ onSubmit: (e: FormEvent<HTMLFormElement>) => void;
3553
+ onForgotPassword: () => void;
3554
+ }
3555
+
3556
+ declare interface IUserTypeSelectorProps {
3557
+ onNext: () => void;
3558
+ onUserTypeChange: (id: TAuthUserType) => void;
3559
+ userType: TAuthUserType;
3560
+ }
3561
+
3330
3562
  declare interface IUseTrialSessionMessageBroker {
3331
3563
  (options: {
3332
3564
  teacherClassroomId?: string;
@@ -3716,6 +3948,7 @@ export declare const LOTTIE: {
3716
3948
  ACCURACY_METER: string;
3717
3949
  ACCURACY_NEEDLE: string;
3718
3950
  ADVANCE_MODE_SEGMENT_LOTTIE: string;
3951
+ AVATAR_SELECTED: string;
3719
3952
  BEGINNER1X: string;
3720
3953
  BRONZE_1: string;
3721
3954
  BRONZE_2: string;
@@ -3731,8 +3964,10 @@ export declare const LOTTIE: {
3731
3964
  COLOR_3: string;
3732
3965
  COMPETITIVE_ARENA: string;
3733
3966
  DIFFICULT: string;
3967
+ DOB: string;
3734
3968
  EASY: string;
3735
3969
  ELITE_CIRCLE: string;
3970
+ ERROR: string;
3736
3971
  ERROR_LOTTIE: string;
3737
3972
  FAMILIAR1X: string;
3738
3973
  FIFTEEN_MIN_CLOCK: string;
@@ -3740,12 +3975,18 @@ export declare const LOTTIE: {
3740
3975
  GOLD_1: string;
3741
3976
  GOLD_2: string;
3742
3977
  GOLD_3: string;
3978
+ GRADE: string;
3743
3979
  INFINITE_BUTTON_BG: string;
3744
3980
  INFINITE_BUTTON_SYMBOL: string;
3981
+ KEY: string;
3745
3982
  LEARN: string;
3746
3983
  LEVELUP_RINGS: string;
3984
+ MAIL: string;
3747
3985
  MEDIUM: string;
3748
3986
  NUDGE_TAP: string;
3987
+ OTP: string;
3988
+ PARENT_AVATAR: string;
3989
+ PHONE_NUMBER: string;
3749
3990
  POINT100: string;
3750
3991
  POINT10: string;
3751
3992
  POINT15: string;
@@ -3775,6 +4016,7 @@ export declare const LOTTIE: {
3775
4016
  SLEEPY_BOI: string;
3776
4017
  SPINNER_WHITE: string;
3777
4018
  SPLASH_SCREEN: string;
4019
+ STUDENT_AVATAR: string;
3778
4020
  TABLE_MODE_REVEAL: string;
3779
4021
  TABLE_MODE_STAR: string;
3780
4022
  TABLE_SEGMENT_STAR: string;
@@ -3785,6 +4027,7 @@ export declare const LOTTIE: {
3785
4027
  TOTAL_TIME: string;
3786
4028
  TOTAL_TIME_SPENT: string;
3787
4029
  TOURNAMENT_RIPPLE: string;
4030
+ USERNAME: string;
3788
4031
  VIDEO: string;
3789
4032
  };
3790
4033
 
@@ -3969,8 +4212,14 @@ declare interface NumRangeInputProps {
3969
4212
  endPlaceholder?: string;
3970
4213
  }
3971
4214
 
4215
+ export declare const OTPForm: MemoExoticComponent<({ onSubmit, onChange, value, error, isProcessing, isValid, helperText, }: ISingleFieldFormProps) => JSX_2.Element>;
4216
+
3972
4217
  export declare type OutcomeStage = keyof typeof STAGES;
3973
4218
 
4219
+ export declare const OverlayLoader: MemoExoticComponent<({ isLoading }: {
4220
+ isLoading?: boolean | undefined;
4221
+ }) => JSX_2.Element | null>;
4222
+
3974
4223
  export declare const PencilIcon: React.FC<React.SVGProps<SVGSVGElement>>;
3975
4224
 
3976
4225
  export declare const PercentileInput: React_2.ForwardRefExoticComponent<IPercentileProps & React_2.RefAttributes<HTMLInputElement>>;
@@ -4109,6 +4358,10 @@ export declare const ReferenceSheet: FC<IReferenceSheetProps>;
4109
4358
 
4110
4359
  export declare const RemotePeerPointer: MemoExoticComponent<({ containerRef, onPublish, onSubscribe, responseId }: IPointerProps) => JSX_2.Element>;
4111
4360
 
4361
+ export declare const ResendOTP: NamedExoticComponent<IOTPResendProps>;
4362
+
4363
+ export declare const ResetPasswordForm: MemoExoticComponent<({ onSubmit, onChange, formData, errors, isSubmitDisabled, isProcessing, isValid, }: IResetPasswordFormProps) => JSX_2.Element>;
4364
+
4112
4365
  export declare const REWARDS_LIST: string[];
4113
4366
 
4114
4367
  export declare const RightIcon: React.FC<React.SVGProps<SVGSVGElement>>;
@@ -4198,6 +4451,8 @@ export declare const SheetLocked: MemoExoticComponent<({ onHomeClick }: {
4198
4451
 
4199
4452
  export declare const SignUp: ({ mathGymEnrolledUser, circleEnrolledUser, circleOnLeapPremiumDays, circleUsername, countryCode, grade: defaultGrade, state, circleOnLeapPremiumEnabled, studentId, isSignUpProcessing, onCreateUser, onUpdateUser, onSignupStepsComplete, }: ISignUpProps) => JSX_2.Element;
4200
4453
 
4454
+ export declare const SignupMethods: NamedExoticComponent<ISignupMethodsProps>;
4455
+
4201
4456
  declare const SketchIcon: React.FC<React.SVGProps<SVGSVGElement>>;
4202
4457
  export { SketchIcon as ScribbleIcon }
4203
4458
  export { SketchIcon }
@@ -4208,6 +4463,10 @@ export declare const SkipColoredIcon: React.FC<React.SVGProps<SVGSVGElement>>;
4208
4463
 
4209
4464
  export declare const SkipIcon: React.FC<React.SVGProps<SVGSVGElement>>;
4210
4465
 
4466
+ export declare const SocialAccountNotFound: MemoExoticComponent<({ onRetryLogin, onGoToSignup }: ISocialAccountNotFoundProps) => JSX_2.Element>;
4467
+
4468
+ export declare const SocialLoginMethods: NamedExoticComponent<ISocialLoginMethodsProps>;
4469
+
4211
4470
  export declare const SplashScreen: ({ animationCompleted }: {
4212
4471
  animationCompleted: () => void;
4213
4472
  }) => JSX_2.Element;
@@ -4275,6 +4534,8 @@ declare const TAB_CODES: {
4275
4534
 
4276
4535
  export declare const TabComponent: React_2.FC<ITabProps>;
4277
4536
 
4537
+ export declare const Tabs: MemoExoticComponent<({ selectedTab, onChange, tabs }: ITabsProps) => JSX_2.Element>;
4538
+
4278
4539
  export declare type TAction = EventToPayload<TInclassMessage>;
4279
4540
 
4280
4541
  declare type TActionListenerOptions = {
@@ -4301,6 +4562,14 @@ export declare type TArrowTooltipConfig = {
4301
4562
 
4302
4563
  export declare type TArrowTooltipVariants = 'primary' | 'secondary';
4303
4564
 
4565
+ export declare type TAuthApiErrorCode = (typeof AuthApiErrorCode)[keyof typeof AuthApiErrorCode];
4566
+
4567
+ export declare type TAuthProvider = 'email' | 'phone' | 'username';
4568
+
4569
+ export declare type TAuthTabKeys = 'identifier' | 'username';
4570
+
4571
+ export declare type TAuthUserType = 'student' | 'parent';
4572
+
4304
4573
  declare type TBadgeData = {
4305
4574
  acknowledged_on: number | null;
4306
4575
  animation_url: string;
@@ -4603,6 +4872,12 @@ export declare type TInclassMessage = {
4603
4872
  eventPayload: {
4604
4873
  worksheetId: string;
4605
4874
  };
4875
+ } | {
4876
+ eventName: typeof EVENTS.SHEET_MARKED_AS_REVIEWED;
4877
+ eventPayload: {
4878
+ studentId: string;
4879
+ milestoneId?: string;
4880
+ };
4606
4881
  } | {
4607
4882
  eventName: typeof EVENTS.HOMEWORK_UNASSIGN;
4608
4883
  eventPayload: {
@@ -4669,6 +4944,7 @@ export declare type TInclassMessage = {
4669
4944
  eventName: typeof EVENTS.SHEET_STARTED;
4670
4945
  eventPayload: {
4671
4946
  sheetIds: string[];
4947
+ milestoneId?: string;
4672
4948
  };
4673
4949
  } | {
4674
4950
  eventName: typeof EVENTS.MILESTONE_NAME_UPDATED;
@@ -5136,6 +5412,8 @@ declare type TSectionSummary = {
5136
5412
  modules: TSATModule[];
5137
5413
  };
5138
5414
 
5415
+ export declare type TSelectedCountry = Pick<ICountryOption, 'id' | 'code'>;
5416
+
5139
5417
  declare type TSheetAttemptLocation = keyof typeof SHEET_ATTEMPT_LOCATION;
5140
5418
 
5141
5419
  declare type TSheetAttemptLocation_2 = keyof typeof SHEET_ATTEMPT_LOCATION;
@@ -5205,6 +5483,8 @@ declare type TSheetStates = keyof typeof NODE_CARD_STATES;
5205
5483
 
5206
5484
  export declare type TSkillStatus = 'pending' | 'completed';
5207
5485
 
5486
+ export declare type TSocialAuthProvider = 'google' | 'apple';
5487
+
5208
5488
  declare type TStickerData = {
5209
5489
  actor_id: string;
5210
5490
  badge_id: string;
@@ -5279,6 +5559,12 @@ export declare type TTrialSessionMessage = {
5279
5559
 
5280
5560
  declare type TUpdateHeight = (height: number) => void;
5281
5561
 
5562
+ declare type TUserAccount = {
5563
+ id: string;
5564
+ phone: string;
5565
+ user_avatar?: IAvatarLayer[] | null;
5566
+ };
5567
+
5282
5568
  declare type TUserChapterStates = 'MASTERED' | 'PROFICIENT' | 'FAMILIAR' | 'STARTED';
5283
5569
 
5284
5570
  declare type TUserProgram = {
@@ -5462,6 +5748,12 @@ export declare const User2Icon: React.FC<React.SVGProps<SVGSVGElement>>;
5462
5748
 
5463
5749
  export declare const UserIcon: React.FC<React.SVGProps<SVGSVGElement>>;
5464
5750
 
5751
+ export declare const UserIdentifierForm: MemoExoticComponent<({ onSubmit, onChange, value, error, isSubmitDisabled, isProcessing, isValid, label, }: ISingleFieldFormProps) => JSX_2.Element>;
5752
+
5753
+ export declare const UsernamePasswordForm: NamedExoticComponent<IUsernamePasswordFormProps>;
5754
+
5755
+ export declare const UserTypeSelector: NamedExoticComponent<IUserTypeSelectorProps>;
5756
+
5465
5757
  export declare const useTrackingContext: (commonAnalyticsProps: Record<string, unknown>, overrides?: Record<string, unknown>) => {
5466
5758
  onClick: TTrackCTA;
5467
5759
  onResponse: TTrackInput;