@cuemath/leap 2.9.11 → 2.9.12-j2

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 (401) 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 +12 -1
  10. package/dist/assets/lottie/lottie.js.map +1 -1
  11. package/dist/features/auth/account-selector/account-selector-styled.js +37 -0
  12. package/dist/features/auth/account-selector/account-selector-styled.js.map +1 -0
  13. package/dist/features/auth/account-selector/account-selector.js +90 -0
  14. package/dist/features/auth/account-selector/account-selector.js.map +1 -0
  15. package/dist/features/auth/comps/auth-page-layout/auth-page-layout-styles.js +12 -0
  16. package/dist/features/auth/comps/auth-page-layout/auth-page-layout-styles.js.map +1 -0
  17. package/dist/features/auth/comps/auth-page-layout/auth-page-layout.js +11 -0
  18. package/dist/features/auth/comps/auth-page-layout/auth-page-layout.js.map +1 -0
  19. package/dist/features/auth/comps/auth-static-panel/auth-static-panel.js +17 -0
  20. package/dist/features/auth/comps/auth-static-panel/auth-static-panel.js.map +1 -0
  21. package/dist/features/auth/comps/input-status-icon/input-status-icon.js +20 -0
  22. package/dist/features/auth/comps/input-status-icon/input-status-icon.js.map +1 -0
  23. package/dist/features/auth/comps/overlay-loader/overlay-loader-styled.js +29 -0
  24. package/dist/features/auth/comps/overlay-loader/overlay-loader-styled.js.map +1 -0
  25. package/dist/features/auth/comps/overlay-loader/overlay-loader.js +8 -0
  26. package/dist/features/auth/comps/overlay-loader/overlay-loader.js.map +1 -0
  27. package/dist/features/auth/comps/resend-otp/otp-timer/otp-timer.js +25 -0
  28. package/dist/features/auth/comps/resend-otp/otp-timer/otp-timer.js.map +1 -0
  29. package/dist/features/auth/comps/resend-otp/resend-otp.js +38 -0
  30. package/dist/features/auth/comps/resend-otp/resend-otp.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 +23 -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 +67 -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 +89 -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 +60 -0
  42. package/dist/features/auth/forgot-password/user-identifier-form/user-identifier-form.js.map +1 -0
  43. package/dist/features/auth/login/login-constants.js +12 -0
  44. package/dist/features/auth/login/login-constants.js.map +1 -0
  45. package/dist/features/auth/login/social-account-not-found/social-account-not-found.js +31 -0
  46. package/dist/features/auth/login/social-account-not-found/social-account-not-found.js.map +1 -0
  47. package/dist/features/auth/login/social-login-methods/social-login-methods.js +46 -0
  48. package/dist/features/auth/login/social-login-methods/social-login-methods.js.map +1 -0
  49. package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper-styled.js +50 -0
  50. package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper-styled.js.map +1 -0
  51. package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper.js +129 -0
  52. package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper.js.map +1 -0
  53. package/dist/features/auth/signup/claim-user-account/claim-user-account-styled.js +27 -0
  54. package/dist/features/auth/signup/claim-user-account/claim-user-account-styled.js.map +1 -0
  55. package/dist/features/auth/signup/claim-user-account/claim-user-account.js +76 -0
  56. package/dist/features/auth/signup/claim-user-account/claim-user-account.js.map +1 -0
  57. package/dist/features/auth/signup/custom-input-field/custom-input-field-styled.js +38 -0
  58. package/dist/features/auth/signup/custom-input-field/custom-input-field-styled.js.map +1 -0
  59. package/dist/features/auth/signup/custom-input-field/custom-input-field.js +85 -0
  60. package/dist/features/auth/signup/custom-input-field/custom-input-field.js.map +1 -0
  61. package/dist/features/auth/signup/custom-input-field/date-picker-input/date-picker-input-styled.js +86 -0
  62. package/dist/features/auth/signup/custom-input-field/date-picker-input/date-picker-input-styled.js.map +1 -0
  63. package/dist/features/auth/signup/custom-input-field/date-picker-input/date-picker-input.js +58 -0
  64. package/dist/features/auth/signup/custom-input-field/date-picker-input/date-picker-input.js.map +1 -0
  65. package/dist/features/auth/signup/custom-input-field/grade-input/grade-input-styled.js +31 -0
  66. package/dist/features/auth/signup/custom-input-field/grade-input/grade-input-styled.js.map +1 -0
  67. package/dist/features/auth/signup/custom-input-field/grade-input/grade-input.js +30 -0
  68. package/dist/features/auth/signup/custom-input-field/grade-input/grade-input.js.map +1 -0
  69. package/dist/features/auth/signup/custom-input-field/input-wrapper/input-wrapper-styled.js +11 -0
  70. package/dist/features/auth/signup/custom-input-field/input-wrapper/input-wrapper-styled.js.map +1 -0
  71. package/dist/features/auth/signup/custom-input-field/input-wrapper/input-wrapper.js +33 -0
  72. package/dist/features/auth/signup/custom-input-field/input-wrapper/input-wrapper.js.map +1 -0
  73. package/dist/features/auth/signup/custom-input-field/phone-input/country-selector/country-code-button.js +33 -0
  74. package/dist/features/auth/signup/custom-input-field/phone-input/country-selector/country-code-button.js.map +1 -0
  75. package/dist/features/auth/signup/custom-input-field/phone-input/country-selector/country-list-menu.js +28 -0
  76. package/dist/features/auth/signup/custom-input-field/phone-input/country-selector/country-list-menu.js.map +1 -0
  77. package/dist/features/auth/signup/custom-input-field/phone-input/phone-input-styled.js +29 -0
  78. package/dist/features/auth/signup/custom-input-field/phone-input/phone-input-styled.js.map +1 -0
  79. package/dist/features/auth/signup/custom-input-field/phone-input/phone-input.js +67 -0
  80. package/dist/features/auth/signup/custom-input-field/phone-input/phone-input.js.map +1 -0
  81. package/dist/features/auth/signup/signup-constants.js +1022 -0
  82. package/dist/features/auth/signup/signup-constants.js.map +1 -0
  83. package/dist/features/auth/signup/signup-methods/signup-methods.js +68 -0
  84. package/dist/features/auth/signup/signup-methods/signup-methods.js.map +1 -0
  85. package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card-styled.js +19 -0
  86. package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card-styled.js.map +1 -0
  87. package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card.js +62 -0
  88. package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card.js.map +1 -0
  89. package/dist/features/auth/signup/user-type-selector/user-type-selector-styled.js +24 -0
  90. package/dist/features/auth/signup/user-type-selector/user-type-selector-styled.js.map +1 -0
  91. package/dist/features/auth/signup/user-type-selector/user-type-selector.js +87 -0
  92. package/dist/features/auth/signup/user-type-selector/user-type-selector.js.map +1 -0
  93. package/dist/features/ui/animated-arc/animated-arc.js +7 -7
  94. package/dist/features/ui/animated-arc/animated-arc.js.map +1 -1
  95. package/dist/index.d.ts +236 -0
  96. package/dist/index.js +523 -481
  97. package/dist/index.js.map +1 -1
  98. package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +332 -0
  99. package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js.map +1 -0
  100. package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +370 -0
  101. package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js.map +1 -0
  102. package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.js +252 -0
  103. package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.js.map +1 -0
  104. package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.utils.js +24 -0
  105. package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.utils.js.map +1 -0
  106. package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +192 -0
  107. package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js.map +1 -0
  108. package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +19 -0
  109. package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +1 -0
  110. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +129 -0
  111. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +1 -0
  112. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +129 -0
  113. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js.map +1 -0
  114. package/dist/node_modules/clsx/dist/clsx.js +18 -0
  115. package/dist/node_modules/clsx/dist/clsx.js.map +1 -0
  116. package/dist/node_modules/date-fns/subYears.js +9 -0
  117. package/dist/node_modules/date-fns/subYears.js.map +1 -0
  118. package/dist/node_modules/react-datepicker/dist/index.es.js +2700 -0
  119. package/dist/node_modules/react-datepicker/dist/index.es.js.map +1 -0
  120. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/addLeadingZeros.js +8 -0
  121. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/addLeadingZeros.js.map +1 -0
  122. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/defaultOptions.js +8 -0
  123. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/defaultOptions.js.map +1 -0
  124. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/formatters.js +518 -0
  125. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/formatters.js.map +1 -0
  126. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/lightFormatters.js +60 -0
  127. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/lightFormatters.js.map +1 -0
  128. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/longFormatters.js +53 -0
  129. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/longFormatters.js.map +1 -0
  130. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js +19 -0
  131. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js.map +1 -0
  132. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/normalizeDates.js +12 -0
  133. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/normalizeDates.js.map +1 -0
  134. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/protectedTokens.js +21 -0
  135. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/protectedTokens.js.map +1 -0
  136. package/dist/node_modules/react-datepicker/node_modules/date-fns/addDays.js +11 -0
  137. package/dist/node_modules/react-datepicker/node_modules/date-fns/addDays.js.map +1 -0
  138. package/dist/node_modules/react-datepicker/node_modules/date-fns/addHours.js +10 -0
  139. package/dist/node_modules/react-datepicker/node_modules/date-fns/addHours.js.map +1 -0
  140. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMilliseconds.js +10 -0
  141. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMilliseconds.js.map +1 -0
  142. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMinutes.js +11 -0
  143. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMinutes.js.map +1 -0
  144. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMonths.js +21 -0
  145. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMonths.js.map +1 -0
  146. package/dist/node_modules/react-datepicker/node_modules/date-fns/addQuarters.js +9 -0
  147. package/dist/node_modules/react-datepicker/node_modules/date-fns/addQuarters.js.map +1 -0
  148. package/dist/node_modules/react-datepicker/node_modules/date-fns/addSeconds.js +9 -0
  149. package/dist/node_modules/react-datepicker/node_modules/date-fns/addSeconds.js.map +1 -0
  150. package/dist/node_modules/react-datepicker/node_modules/date-fns/addWeeks.js +9 -0
  151. package/dist/node_modules/react-datepicker/node_modules/date-fns/addWeeks.js.map +1 -0
  152. package/dist/node_modules/react-datepicker/node_modules/date-fns/addYears.js +9 -0
  153. package/dist/node_modules/react-datepicker/node_modules/date-fns/addYears.js.map +1 -0
  154. package/dist/node_modules/react-datepicker/node_modules/date-fns/constants.js +10 -0
  155. package/dist/node_modules/react-datepicker/node_modules/date-fns/constants.js.map +1 -0
  156. package/dist/node_modules/react-datepicker/node_modules/date-fns/constructFrom.js +9 -0
  157. package/dist/node_modules/react-datepicker/node_modules/date-fns/constructFrom.js.map +1 -0
  158. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarDays.js +17 -0
  159. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarDays.js.map +1 -0
  160. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarMonths.js +14 -0
  161. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarMonths.js.map +1 -0
  162. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarQuarters.js +15 -0
  163. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarQuarters.js.map +1 -0
  164. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarYears.js +14 -0
  165. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarYears.js.map +1 -0
  166. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInDays.js +23 -0
  167. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInDays.js.map +1 -0
  168. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfDay.js +10 -0
  169. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfDay.js.map +1 -0
  170. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfMonth.js +10 -0
  171. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfMonth.js.map +1 -0
  172. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfWeek.js +12 -0
  173. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfWeek.js.map +1 -0
  174. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfYear.js +10 -0
  175. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfYear.js.map +1 -0
  176. package/dist/node_modules/react-datepicker/node_modules/date-fns/format.js +60 -0
  177. package/dist/node_modules/react-datepicker/node_modules/date-fns/format.js.map +1 -0
  178. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDate.js +9 -0
  179. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDate.js.map +1 -0
  180. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDay.js +9 -0
  181. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDay.js.map +1 -0
  182. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDayOfYear.js +12 -0
  183. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDayOfYear.js.map +1 -0
  184. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDaysInMonth.js +11 -0
  185. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDaysInMonth.js.map +1 -0
  186. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDefaultOptions.js +9 -0
  187. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDefaultOptions.js.map +1 -0
  188. package/dist/node_modules/react-datepicker/node_modules/date-fns/getHours.js +9 -0
  189. package/dist/node_modules/react-datepicker/node_modules/date-fns/getHours.js.map +1 -0
  190. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISODay.js +10 -0
  191. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISODay.js.map +1 -0
  192. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeek.js +13 -0
  193. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeek.js.map +1 -0
  194. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeekYear.js +16 -0
  195. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeekYear.js.map +1 -0
  196. package/dist/node_modules/react-datepicker/node_modules/date-fns/getMinutes.js +9 -0
  197. package/dist/node_modules/react-datepicker/node_modules/date-fns/getMinutes.js.map +1 -0
  198. package/dist/node_modules/react-datepicker/node_modules/date-fns/getMonth.js +9 -0
  199. package/dist/node_modules/react-datepicker/node_modules/date-fns/getMonth.js.map +1 -0
  200. package/dist/node_modules/react-datepicker/node_modules/date-fns/getQuarter.js +10 -0
  201. package/dist/node_modules/react-datepicker/node_modules/date-fns/getQuarter.js.map +1 -0
  202. package/dist/node_modules/react-datepicker/node_modules/date-fns/getSeconds.js +9 -0
  203. package/dist/node_modules/react-datepicker/node_modules/date-fns/getSeconds.js.map +1 -0
  204. package/dist/node_modules/react-datepicker/node_modules/date-fns/getTime.js +9 -0
  205. package/dist/node_modules/react-datepicker/node_modules/date-fns/getTime.js.map +1 -0
  206. package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeek.js +13 -0
  207. package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeek.js.map +1 -0
  208. package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeekYear.js +18 -0
  209. package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeekYear.js.map +1 -0
  210. package/dist/node_modules/react-datepicker/node_modules/date-fns/getYear.js +9 -0
  211. package/dist/node_modules/react-datepicker/node_modules/date-fns/getYear.js.map +1 -0
  212. package/dist/node_modules/react-datepicker/node_modules/date-fns/isAfter.js +9 -0
  213. package/dist/node_modules/react-datepicker/node_modules/date-fns/isAfter.js.map +1 -0
  214. package/dist/node_modules/react-datepicker/node_modules/date-fns/isBefore.js +9 -0
  215. package/dist/node_modules/react-datepicker/node_modules/date-fns/isBefore.js.map +1 -0
  216. package/dist/node_modules/react-datepicker/node_modules/date-fns/isDate.js +8 -0
  217. package/dist/node_modules/react-datepicker/node_modules/date-fns/isDate.js.map +1 -0
  218. package/dist/node_modules/react-datepicker/node_modules/date-fns/isEqual.js +9 -0
  219. package/dist/node_modules/react-datepicker/node_modules/date-fns/isEqual.js.map +1 -0
  220. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameDay.js +15 -0
  221. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameDay.js.map +1 -0
  222. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameMonth.js +14 -0
  223. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameMonth.js.map +1 -0
  224. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameQuarter.js +15 -0
  225. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameQuarter.js.map +1 -0
  226. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameYear.js +14 -0
  227. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameYear.js.map +1 -0
  228. package/dist/node_modules/react-datepicker/node_modules/date-fns/isValid.js +10 -0
  229. package/dist/node_modules/react-datepicker/node_modules/date-fns/isValid.js.map +1 -0
  230. package/dist/node_modules/react-datepicker/node_modules/date-fns/isWithinInterval.js +13 -0
  231. package/dist/node_modules/react-datepicker/node_modules/date-fns/isWithinInterval.js.map +1 -0
  232. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildFormatLongFn.js +10 -0
  233. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildFormatLongFn.js.map +1 -0
  234. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildLocalizeFn.js +19 -0
  235. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildLocalizeFn.js.map +1 -0
  236. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchFn.js +32 -0
  237. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchFn.js.map +1 -0
  238. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js +16 -0
  239. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js.map +1 -0
  240. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatDistance.js +71 -0
  241. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatDistance.js.map +1 -0
  242. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatLong.js +34 -0
  243. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatLong.js.map +1 -0
  244. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatRelative.js +12 -0
  245. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatRelative.js.map +1 -0
  246. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/localize.js +156 -0
  247. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/localize.js.map +1 -0
  248. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/match.js +111 -0
  249. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/match.js.map +1 -0
  250. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US.js +22 -0
  251. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US.js.map +1 -0
  252. package/dist/node_modules/react-datepicker/node_modules/date-fns/max.js +15 -0
  253. package/dist/node_modules/react-datepicker/node_modules/date-fns/max.js.map +1 -0
  254. package/dist/node_modules/react-datepicker/node_modules/date-fns/min.js +15 -0
  255. package/dist/node_modules/react-datepicker/node_modules/date-fns/min.js.map +1 -0
  256. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Parser.js +23 -0
  257. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Parser.js.map +1 -0
  258. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Setter.js +42 -0
  259. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Setter.js.map +1 -0
  260. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/constants.js +50 -0
  261. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/constants.js.map +1 -0
  262. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMMidnightParser.js +50 -0
  263. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMMidnightParser.js.map +1 -0
  264. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMParser.js +50 -0
  265. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMParser.js.map +1 -0
  266. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DateParser.js +62 -0
  267. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DateParser.js.map +1 -0
  268. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayOfYearParser.js +52 -0
  269. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayOfYearParser.js.map +1 -0
  270. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayParser.js +46 -0
  271. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayParser.js.map +1 -0
  272. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayPeriodParser.js +50 -0
  273. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayPeriodParser.js.map +1 -0
  274. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/EraParser.js +31 -0
  275. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/EraParser.js.map +1 -0
  276. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ExtendedYearParser.js +22 -0
  277. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ExtendedYearParser.js.map +1 -0
  278. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/FractionOfSecondParser.js +23 -0
  279. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/FractionOfSecondParser.js.map +1 -0
  280. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0To11Parser.js +33 -0
  281. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0To11Parser.js.map +1 -0
  282. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0to23Parser.js +33 -0
  283. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0to23Parser.js.map +1 -0
  284. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1To24Parser.js +34 -0
  285. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1To24Parser.js.map +1 -0
  286. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1to12Parser.js +34 -0
  287. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1to12Parser.js.map +1 -0
  288. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISODayParser.js +100 -0
  289. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISODayParser.js.map +1 -0
  290. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneParser.js +49 -0
  291. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneParser.js.map +1 -0
  292. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneWithZParser.js +49 -0
  293. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneWithZParser.js.map +1 -0
  294. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekParser.js +50 -0
  295. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekParser.js.map +1 -0
  296. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekYearParser.js +41 -0
  297. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekYearParser.js.map +1 -0
  298. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalDayParser.js +75 -0
  299. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalDayParser.js.map +1 -0
  300. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekParser.js +49 -0
  301. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekParser.js.map +1 -0
  302. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekYearParser.js +70 -0
  303. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekYearParser.js.map +1 -0
  304. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MinuteParser.js +33 -0
  305. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MinuteParser.js.map +1 -0
  306. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MonthParser.js +72 -0
  307. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MonthParser.js.map +1 -0
  308. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/QuarterParser.js +71 -0
  309. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/QuarterParser.js.map +1 -0
  310. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/SecondParser.js +33 -0
  311. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/SecondParser.js.map +1 -0
  312. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneLocalDayParser.js +75 -0
  313. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneLocalDayParser.js.map +1 -0
  314. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneMonthParser.js +72 -0
  315. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneMonthParser.js.map +1 -0
  316. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneQuarterParser.js +71 -0
  317. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneQuarterParser.js.map +1 -0
  318. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampMillisecondsParser.js +23 -0
  319. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampMillisecondsParser.js.map +1 -0
  320. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampSecondsParser.js +23 -0
  321. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampSecondsParser.js.map +1 -0
  322. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/YearParser.js +50 -0
  323. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/YearParser.js.map +1 -0
  324. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers.js +68 -0
  325. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers.js.map +1 -0
  326. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/utils.js +104 -0
  327. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/utils.js.map +1 -0
  328. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse.js +88 -0
  329. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse.js.map +1 -0
  330. package/dist/node_modules/react-datepicker/node_modules/date-fns/parseISO.js +123 -0
  331. package/dist/node_modules/react-datepicker/node_modules/date-fns/parseISO.js.map +1 -0
  332. package/dist/node_modules/react-datepicker/node_modules/date-fns/setDay.js +13 -0
  333. package/dist/node_modules/react-datepicker/node_modules/date-fns/setDay.js.map +1 -0
  334. package/dist/node_modules/react-datepicker/node_modules/date-fns/setHours.js +10 -0
  335. package/dist/node_modules/react-datepicker/node_modules/date-fns/setHours.js.map +1 -0
  336. package/dist/node_modules/react-datepicker/node_modules/date-fns/setISODay.js +12 -0
  337. package/dist/node_modules/react-datepicker/node_modules/date-fns/setISODay.js.map +1 -0
  338. package/dist/node_modules/react-datepicker/node_modules/date-fns/setISOWeek.js +11 -0
  339. package/dist/node_modules/react-datepicker/node_modules/date-fns/setISOWeek.js.map +1 -0
  340. package/dist/node_modules/react-datepicker/node_modules/date-fns/setMinutes.js +10 -0
  341. package/dist/node_modules/react-datepicker/node_modules/date-fns/setMinutes.js.map +1 -0
  342. package/dist/node_modules/react-datepicker/node_modules/date-fns/setMonth.js +14 -0
  343. package/dist/node_modules/react-datepicker/node_modules/date-fns/setMonth.js.map +1 -0
  344. package/dist/node_modules/react-datepicker/node_modules/date-fns/setQuarter.js +11 -0
  345. package/dist/node_modules/react-datepicker/node_modules/date-fns/setQuarter.js.map +1 -0
  346. package/dist/node_modules/react-datepicker/node_modules/date-fns/setSeconds.js +10 -0
  347. package/dist/node_modules/react-datepicker/node_modules/date-fns/setSeconds.js.map +1 -0
  348. package/dist/node_modules/react-datepicker/node_modules/date-fns/setWeek.js +11 -0
  349. package/dist/node_modules/react-datepicker/node_modules/date-fns/setWeek.js.map +1 -0
  350. package/dist/node_modules/react-datepicker/node_modules/date-fns/setYear.js +11 -0
  351. package/dist/node_modules/react-datepicker/node_modules/date-fns/setYear.js.map +1 -0
  352. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfDay.js +10 -0
  353. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfDay.js.map +1 -0
  354. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeek.js +9 -0
  355. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeek.js.map +1 -0
  356. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeekYear.js +12 -0
  357. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeekYear.js.map +1 -0
  358. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfMonth.js +10 -0
  359. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfMonth.js.map +1 -0
  360. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfQuarter.js +10 -0
  361. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfQuarter.js.map +1 -0
  362. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeek.js +12 -0
  363. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeek.js.map +1 -0
  364. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeekYear.js +14 -0
  365. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeekYear.js.map +1 -0
  366. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfYear.js +10 -0
  367. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfYear.js.map +1 -0
  368. package/dist/node_modules/react-datepicker/node_modules/date-fns/subDays.js +9 -0
  369. package/dist/node_modules/react-datepicker/node_modules/date-fns/subDays.js.map +1 -0
  370. package/dist/node_modules/react-datepicker/node_modules/date-fns/subMonths.js +9 -0
  371. package/dist/node_modules/react-datepicker/node_modules/date-fns/subMonths.js.map +1 -0
  372. package/dist/node_modules/react-datepicker/node_modules/date-fns/subQuarters.js +9 -0
  373. package/dist/node_modules/react-datepicker/node_modules/date-fns/subQuarters.js.map +1 -0
  374. package/dist/node_modules/react-datepicker/node_modules/date-fns/subWeeks.js +9 -0
  375. package/dist/node_modules/react-datepicker/node_modules/date-fns/subWeeks.js.map +1 -0
  376. package/dist/node_modules/react-datepicker/node_modules/date-fns/subYears.js +9 -0
  377. package/dist/node_modules/react-datepicker/node_modules/date-fns/subYears.js.map +1 -0
  378. package/dist/node_modules/react-datepicker/node_modules/date-fns/toDate.js +9 -0
  379. package/dist/node_modules/react-datepicker/node_modules/date-fns/toDate.js.map +1 -0
  380. package/dist/node_modules/react-datepicker/node_modules/date-fns/transpose.js +19 -0
  381. package/dist/node_modules/react-datepicker/node_modules/date-fns/transpose.js.map +1 -0
  382. package/dist/static/avatar-selected.860ee923.json +1 -0
  383. package/dist/static/circle-cuemath-logo-white.e9fafb91.svg +1 -0
  384. package/dist/static/cuemath-app-qr-code.ba6cc09b.svg +1 -0
  385. package/dist/static/cuemath-app-qr-code.d0912fc7.png +0 -0
  386. package/dist/static/dob.9ce3c15b.json +1 -0
  387. package/dist/static/error.cbe1ddde.json +1 -0
  388. package/dist/static/grade.b3730524.json +1 -0
  389. package/dist/static/key.d6846476.json +1 -0
  390. package/dist/static/mail.c30e8708.json +1 -0
  391. package/dist/static/otp.2d08f874.json +1 -0
  392. package/dist/static/otp.a3029760.json +1 -0
  393. package/dist/static/parent-avatar.772d53e0.json +1 -0
  394. package/dist/static/phone-number.0be312ea.json +1 -0
  395. package/dist/static/phone-number.84f55562.json +1 -0
  396. package/dist/static/student-avatar.524226bd.json +1 -0
  397. package/dist/static/user-type-selector-grid-bg.3c9c8ad6.svg +1 -0
  398. package/dist/static/user-type-selector-grid-bg.3ce8142d.svg +1 -0
  399. package/dist/static/user-type-selector-grid-bg.aad0b059.svg +1 -0
  400. package/dist/static/username.9e034d51.json +1 -0
  401. 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: ({ 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,12 @@ 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: ITabConfig<TAuthTabKeys>;
68
+
69
+ export declare const AuthPageLayout: FC<IAuthPageLayoutProps>;
70
+
71
+ export declare const AuthStaticPanel: FC<IAuthStaticPanelProps>;
72
+
64
73
  export declare const AutoPlayPermissionProvider: FC<{
65
74
  children: ReactNode;
66
75
  }>;
@@ -214,6 +223,10 @@ export declare const CircularLoader: () => JSX_2.Element;
214
223
 
215
224
  export declare const CircularSteps: FC<ICircularStepsProps>;
216
225
 
226
+ export declare const CircularStepWrapper: ForwardRefExoticComponent<ICircularStepWrapperProps & RefAttributes<ICircularStepRef>>;
227
+
228
+ export declare const ClaimUserAccount: NamedExoticComponent<IClaimUserAccountProps>;
229
+
217
230
  export declare const Clickable: React_2.FC<IClickableProps>;
218
231
 
219
232
  export declare const ClipboardIcon: React.FC<React.SVGProps<SVGSVGElement>>;
@@ -262,8 +275,12 @@ export declare const CuemathLogo: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
262
275
 
263
276
  export declare const CueRocket: React.FC<React.SVGProps<SVGSVGElement>>;
264
277
 
278
+ export declare const CustomInputField: FC<ICustomInputFieldProps>;
279
+
265
280
  export declare const DashArrowIcon: React.FC<React.SVGProps<SVGSVGElement>>;
266
281
 
282
+ export declare const DatePickerInput: FC<IDatePickerInputProps>;
283
+
267
284
  export declare const DesmosCalculator: FC<IDesmosCalculatorProps>;
268
285
 
269
286
  export declare const DigitalMeter: FC<IDigitalMeterProps>;
@@ -462,6 +479,8 @@ export declare const GoalEdit: React.FC<IMileStoneEditContainerProps>;
462
479
 
463
480
  export declare const GooglePlacesSearchInput: ComponentType<Omit_2<IGooglePlacesSearchInputProps, IProvidedProps>>;
464
481
 
482
+ export declare const GradeInput: FC<ICustomInputFieldProps>;
483
+
465
484
  export declare function GradeSelector({ selectedValue, onSelect, tabsWidth, width, grades, renderAs, size, layoutAlignment, }: IGradeSelectorProps): JSX.Element;
466
485
 
467
486
  export declare const HandIcon: React_2.FC;
@@ -484,6 +503,17 @@ declare interface IAccordionSectionProps {
484
503
  bodyOverFlow?: TStyleAttrubutes['overflow'];
485
504
  }
486
505
 
506
+ declare interface IAccountSelectorViewProps {
507
+ userAccounts: {
508
+ id: string;
509
+ username: string;
510
+ user_avatar?: IAvatarLayer[] | null;
511
+ }[];
512
+ onSelect: (accountId: string) => void;
513
+ onAddNew: () => void;
514
+ isLoading: boolean;
515
+ }
516
+
487
517
  declare interface IAchievementConfig {
488
518
  pollingInterval?: number;
489
519
  maxPollingAttempts?: number;
@@ -549,6 +579,17 @@ declare interface IAttempt {
549
579
  score: ILearnosityQuestionScore;
550
580
  }
551
581
 
582
+ declare interface IAuthPageLayoutProps {
583
+ leftBlock: ReactNode;
584
+ rightBlock?: ReactNode;
585
+ isFullWidth?: boolean;
586
+ }
587
+
588
+ declare interface IAuthStaticPanelProps {
589
+ title?: string;
590
+ description?: string;
591
+ }
592
+
552
593
  declare interface IAutoPlayPermissionContextType {
553
594
  canAutoPlayAudio: boolean;
554
595
  canAutoPlayVideo: boolean;
@@ -860,6 +901,10 @@ export declare interface ICircleHomeDetails {
860
901
  timestamps: ITodaysContentTimeStamps;
861
902
  }
862
903
 
904
+ export declare type ICircularStepRef = {
905
+ playOutroAndFadeOut: () => Promise<void>;
906
+ };
907
+
863
908
  declare interface ICircularSteps {
864
909
  id: string;
865
910
  label?: React.ReactNode;
@@ -883,6 +928,29 @@ declare interface ICircularStepsProps {
883
928
  sizeInPercent?: number;
884
929
  }
885
930
 
931
+ declare interface ICircularStepWrapperProps {
932
+ children: ReactNode;
933
+ animation: string;
934
+ introFrames: [number, number];
935
+ outroFrames: [number, number];
936
+ onGoBack?: () => void;
937
+ onNext?: () => void;
938
+ label?: string;
939
+ showNext?: boolean;
940
+ showPrevious?: boolean;
941
+ isNextLoading?: boolean;
942
+ progressAngle?: number;
943
+ }
944
+
945
+ declare interface IClaimUserAccountProps {
946
+ email?: string;
947
+ onSelectAccount: (userId: string) => void;
948
+ onCreateNewAccount: () => void;
949
+ userAccounts: TUserAccount[];
950
+ isCreatingAccount: boolean;
951
+ isLoading: boolean;
952
+ }
953
+
886
954
  declare interface IClassStatus {
887
955
  next_class_time?: number;
888
956
  class_duration: number;
@@ -963,6 +1031,16 @@ declare interface ICountdownTimer {
963
1031
  theme: 'GREEN_1' | 'ORANGE_1';
964
1032
  }
965
1033
 
1034
+ declare interface ICountryOption {
1035
+ code: string;
1036
+ id: string;
1037
+ value: string;
1038
+ label: string;
1039
+ icon: string;
1040
+ url: string;
1041
+ geoIPCountryCode: string;
1042
+ }
1043
+
966
1044
  export declare interface ICreateUserPayloadDal {
967
1045
  username: string;
968
1046
  grade: string;
@@ -1021,6 +1099,23 @@ declare interface ICurriculumStandards {
1021
1099
  name: string;
1022
1100
  }
1023
1101
 
1102
+ declare interface ICustomInputFieldProps {
1103
+ value: string;
1104
+ onChange: (value: string) => void;
1105
+ onEnter?: () => void;
1106
+ error?: string;
1107
+ helperText?: string;
1108
+ actionElement?: ReactNode;
1109
+ isLoading?: boolean;
1110
+ isValid?: boolean;
1111
+ type?: 'text' | 'password' | 'number';
1112
+ placeholder?: string;
1113
+ maxLength?: number;
1114
+ width?: number;
1115
+ textTransform?: string;
1116
+ textAlign?: string;
1117
+ }
1118
+
1024
1119
  declare interface ICustomVideoProps extends React_2.DetailedHTMLProps<React_2.VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement> {
1025
1120
  isYoutube?: boolean;
1026
1121
  analyticsData?: Record<string, unknown>;
@@ -1028,6 +1123,11 @@ declare interface ICustomVideoProps extends React_2.DetailedHTMLProps<React_2.Vi
1028
1123
  src: string;
1029
1124
  }
1030
1125
 
1126
+ declare interface IDatePickerInputProps extends Omit<ICustomInputFieldProps, 'value' | 'onChange'> {
1127
+ value: Date | null;
1128
+ onChange: (date: Date | null) => void;
1129
+ }
1130
+
1031
1131
  declare interface IDesmosCalculatorProps {
1032
1132
  onClose: () => void;
1033
1133
  height?: string | number;
@@ -1271,6 +1371,15 @@ export declare interface IInputSizeConfig {
1271
1371
  iconPadding: number;
1272
1372
  }
1273
1373
 
1374
+ declare interface IInputStatusIconProps {
1375
+ isLoading?: boolean;
1376
+ isValid?: boolean;
1377
+ isError?: boolean;
1378
+ size?: number;
1379
+ successColor?: TColorNames;
1380
+ errorColor?: TColorNames;
1381
+ }
1382
+
1274
1383
  export declare interface IInputVariantConfig {
1275
1384
  valueColorName: {
1276
1385
  inactive: TColorNames;
@@ -1629,6 +1738,7 @@ export declare const ILLUSTRATIONS: {
1629
1738
  CHAPTER_9: string;
1630
1739
  CHAPTER_HEADER_BG: string;
1631
1740
  CIRCLE_CUEMATH_LOGO: string;
1741
+ CIRCLE_CUEMATH_LOGO_WHITE: string;
1632
1742
  CIRCLE_OUTERCIRCLE_BG: string;
1633
1743
  CLOCK_ORANGE: string;
1634
1744
  COMMUNITY_BULB: string;
@@ -1636,6 +1746,7 @@ export declare const ILLUSTRATIONS: {
1636
1746
  CROWN: string;
1637
1747
  CROWN_OVERLAY: string;
1638
1748
  CUECOIN_GOLD: string;
1749
+ CUEMATH_APP_QR_CODE: string;
1639
1750
  DESKTOP_WITH_PURPLE_FILL: string;
1640
1751
  DURATION_30MIN_GRAY: string;
1641
1752
  DURATION_45MIN_GRAY: string;
@@ -1712,6 +1823,7 @@ export declare const ILLUSTRATIONS: {
1712
1823
  USER_DOWN: string;
1713
1824
  USER_PIN: string;
1714
1825
  USER_PROFILE_BACKGROUND: string;
1826
+ USER_TYPE_SELECTOR_GRID_BG: string;
1715
1827
  USER_UP: string;
1716
1828
  YELLOW_FACE: string;
1717
1829
  };
@@ -2073,6 +2185,8 @@ export declare const Info2Icon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
2073
2185
 
2074
2186
  export declare const InfoIcon: React.FC<React.SVGProps<SVGSVGElement>>;
2075
2187
 
2188
+ export declare const InputStatusIcon: React.FC<IInputStatusIconProps>;
2189
+
2076
2190
  export declare interface INudgeProps {
2077
2191
  nudge: 'click';
2078
2192
  content: ReactNode;
@@ -2101,6 +2215,13 @@ declare interface IOpenImageReviewModalProps {
2101
2215
  image?: string;
2102
2216
  }
2103
2217
 
2218
+ declare interface IOTPResendProps {
2219
+ onResendOTP: () => void;
2220
+ onResendVoiceOTP?: () => void;
2221
+ timerSeconds?: number;
2222
+ showVoiceOTP?: boolean;
2223
+ }
2224
+
2104
2225
  declare interface IOutcomeConfig {
2105
2226
  id: string;
2106
2227
  input_type: string;
@@ -2136,6 +2257,11 @@ declare interface IPerfectHitsProps {
2136
2257
  value: number;
2137
2258
  }
2138
2259
 
2260
+ declare interface IPhoneInputProps extends ICustomInputFieldProps {
2261
+ onCountryChange: (option: TSelectedCountry) => void;
2262
+ selectedCountry: TSelectedCountry;
2263
+ }
2264
+
2139
2265
  declare interface IPlaceholder {
2140
2266
  text?: string;
2141
2267
  marks?: string;
@@ -2378,6 +2504,16 @@ declare interface IReferenceSheetProps {
2378
2504
  };
2379
2505
  }
2380
2506
 
2507
+ declare interface IResetPasswordFormProps {
2508
+ onSubmit: (e: FormEvent<HTMLFormElement>) => void;
2509
+ onChange: (key: string, value: string) => void;
2510
+ formData: Record<string, string>;
2511
+ errors: Record<string, string>;
2512
+ isProcessing: boolean;
2513
+ isSubmitDisabled: boolean;
2514
+ isValid?: boolean;
2515
+ }
2516
+
2381
2517
  export declare interface IResourceItemData {
2382
2518
  boards: string[];
2383
2519
  created_on: string;
@@ -2596,6 +2732,14 @@ declare interface ISheetsListProps extends ISheetItemCallbackProps {
2596
2732
  section?: TSheetsSection;
2597
2733
  }
2598
2734
 
2735
+ declare interface ISignupMethodsProps {
2736
+ onEmailSignup: () => void;
2737
+ onPhoneSignup: () => void;
2738
+ onGoogleSignup: () => void;
2739
+ onAppleSignup: () => void;
2740
+ loadingProvider: TSocialAuthProvider | null;
2741
+ }
2742
+
2599
2743
  export declare interface ISignUpProps {
2600
2744
  circleOnLeapSignedUp: boolean;
2601
2745
  circleOnLeapPremiumEnabled: boolean;
@@ -2613,6 +2757,29 @@ export declare interface ISignUpProps {
2613
2757
  onSignupStepsComplete: (data: IUpdateUserPayloadDal | ICreateUserResponseDal | null) => void;
2614
2758
  }
2615
2759
 
2760
+ declare interface ISingleFieldFormProps {
2761
+ onSubmit: (e?: FormEvent<HTMLFormElement>) => void;
2762
+ onChange: (key: string, value: string) => void;
2763
+ value: string;
2764
+ error: string;
2765
+ isProcessing: boolean;
2766
+ isSubmitDisabled?: boolean;
2767
+ isValid?: boolean;
2768
+ field?: string;
2769
+ label?: string;
2770
+ }
2771
+
2772
+ declare interface ISocialAccountNotFoundProps {
2773
+ onRetryLogin: () => void;
2774
+ onGoToSignup: () => void;
2775
+ }
2776
+
2777
+ declare interface ISocialLoginMethodsProps {
2778
+ onGoogleLogin: () => void;
2779
+ onAppleLogin: () => void;
2780
+ loadingProvider: TSocialAuthProvider | null;
2781
+ }
2782
+
2616
2783
  export declare const isOkayTypeQuestion: IIsOkayTypeQuestion;
2617
2784
 
2618
2785
  export declare enum IStatsToAwardErrorCode {
@@ -2708,6 +2875,13 @@ declare interface ISyncableWebGameProps {
2708
2875
  enableSync?: boolean;
2709
2876
  }
2710
2877
 
2878
+ export declare type ITabConfig<T extends string = string> = Record<T, ITabItem>;
2879
+
2880
+ declare interface ITabItem {
2881
+ label: string;
2882
+ component?: JSX.Element;
2883
+ }
2884
+
2711
2885
  export declare interface ITable {
2712
2886
  tableList: ITableInfo[];
2713
2887
  infiniteModeHighScore: number;
@@ -2771,6 +2945,12 @@ export declare interface ITabSizeConfig {
2771
2945
  textVariant: TTextVariants;
2772
2946
  }
2773
2947
 
2948
+ declare interface ITabsProps<T extends string> {
2949
+ selectedTab: T;
2950
+ onChange: (tab: T) => void;
2951
+ tabs: ITabConfig<T>;
2952
+ }
2953
+
2774
2954
  export declare interface ITabVariantConfig {
2775
2955
  backgroundColorName: {
2776
2956
  inactive: TColorNames;
@@ -3113,6 +3293,12 @@ declare interface IUserChapterProgressProps {
3113
3293
  total_core_sheets: number;
3114
3294
  }
3115
3295
 
3296
+ declare interface IUserTypeSelectorProps {
3297
+ onNext: () => void;
3298
+ onUserTypeChange: (id: TAuthUserType) => void;
3299
+ userType: TAuthUserType;
3300
+ }
3301
+
3116
3302
  declare interface IUseTrialSessionMessageBroker {
3117
3303
  (options: {
3118
3304
  teacherClassroomId?: string;
@@ -3495,6 +3681,7 @@ export declare const LOTTIE: {
3495
3681
  ACCURACY_METER: string;
3496
3682
  ACCURACY_NEEDLE: string;
3497
3683
  ADVANCE_MODE_SEGMENT_LOTTIE: string;
3684
+ AVATAR_SELECTED: string;
3498
3685
  BEGINNER1X: string;
3499
3686
  BRONZE_1: string;
3500
3687
  BRONZE_2: string;
@@ -3508,8 +3695,10 @@ export declare const LOTTIE: {
3508
3695
  COLOR_2: string;
3509
3696
  COLOR_3: string;
3510
3697
  DIFFICULT: string;
3698
+ DOB: string;
3511
3699
  EASY: string;
3512
3700
  ELITE_CIRCLE: string;
3701
+ ERROR: string;
3513
3702
  ERROR_LOTTIE: string;
3514
3703
  FAMILIAR1X: string;
3515
3704
  FIFTEEN_MIN_CLOCK: string;
@@ -3517,11 +3706,17 @@ export declare const LOTTIE: {
3517
3706
  GOLD_1: string;
3518
3707
  GOLD_2: string;
3519
3708
  GOLD_3: string;
3709
+ GRADE: string;
3520
3710
  INFINITE_BUTTON_BG: string;
3521
3711
  INFINITE_BUTTON_SYMBOL: string;
3712
+ KEY: string;
3522
3713
  LEVELUP_RINGS: string;
3714
+ MAIL: string;
3523
3715
  MEDIUM: string;
3524
3716
  NUDGE_TAP: string;
3717
+ OTP: string;
3718
+ PARENT_AVATAR: string;
3719
+ PHONE_NUMBER: string;
3525
3720
  POINT100: string;
3526
3721
  POINT10: string;
3527
3722
  POINT15: string;
@@ -3547,6 +3742,7 @@ export declare const LOTTIE: {
3547
3742
  SLEEPY_BOI: string;
3548
3743
  SPINNER_WHITE: string;
3549
3744
  SPLASH_SCREEN: string;
3745
+ STUDENT_AVATAR: string;
3550
3746
  TABLE_MODE_REVEAL: string;
3551
3747
  TABLE_MODE_STAR: string;
3552
3748
  TABLE_SEGMENT_STAR: string;
@@ -3556,6 +3752,7 @@ export declare const LOTTIE: {
3556
3752
  TOTAL_TIME: string;
3557
3753
  TOTAL_TIME_SPENT: string;
3558
3754
  TOURNAMENT_RIPPLE: string;
3755
+ USERNAME: string;
3559
3756
  };
3560
3757
 
3561
3758
  export declare const LPARChapter: FC<ILPARChapterProps>;
@@ -3724,14 +3921,22 @@ declare interface NumRangeInputProps {
3724
3921
  endPlaceholder?: string;
3725
3922
  }
3726
3923
 
3924
+ export declare const OTPForm: ({ onSubmit, onChange, value, error, isProcessing, isValid, }: ISingleFieldFormProps) => JSX_2.Element;
3925
+
3727
3926
  export declare type OutcomeStage = keyof typeof STAGES;
3728
3927
 
3928
+ export declare const OverlayLoader: ({ isLoading }: {
3929
+ isLoading?: boolean | undefined;
3930
+ }) => JSX_2.Element | null;
3931
+
3729
3932
  export declare const PencilIcon: React.FC<React.SVGProps<SVGSVGElement>>;
3730
3933
 
3731
3934
  export declare const PercentileInput: React_2.ForwardRefExoticComponent<IPercentileProps & React_2.RefAttributes<HTMLInputElement>>;
3732
3935
 
3733
3936
  export declare const PerfectHits: NamedExoticComponent<IPerfectHitsProps>;
3734
3937
 
3938
+ export declare const PhoneInput: FC<IPhoneInputProps>;
3939
+
3735
3940
  /**
3736
3941
  ** Global/Platform specific events that needs to be tracked goes here
3737
3942
  ** Naming convention needs to be snake_case
@@ -3852,6 +4057,10 @@ export declare const ReferenceSheet: FC<IReferenceSheetProps>;
3852
4057
 
3853
4058
  export declare const RemotePeerPointer: MemoExoticComponent<({ containerRef, onPublish, onSubscribe, responseId }: IPointerProps) => JSX_2.Element>;
3854
4059
 
4060
+ export declare const ResendOTP: React.FC<IOTPResendProps>;
4061
+
4062
+ export declare const ResetPasswordForm: ({ onSubmit, onChange, formData, errors, isSubmitDisabled, isProcessing, isValid, }: IResetPasswordFormProps) => JSX_2.Element;
4063
+
3855
4064
  export declare const REWARDS_LIST: string[];
3856
4065
 
3857
4066
  export declare const RightIcon: React.FC<React.SVGProps<SVGSVGElement>>;
@@ -3929,6 +4138,8 @@ export declare const SheetLocked: MemoExoticComponent<({ onHomeClick }: {
3929
4138
 
3930
4139
  export declare const SignUp: ({ mathGymEnrolledUser, circleEnrolledUser, circleOnLeapPremiumDays, circleUsername, countryCode, grade: defaultGrade, state, circleOnLeapPremiumEnabled, studentId, isSignUpProcessing, onCreateUser, onUpdateUser, onSignupStepsComplete, }: ISignUpProps) => JSX_2.Element;
3931
4140
 
4141
+ export declare const SignupMethods: FC<ISignupMethodsProps>;
4142
+
3932
4143
  declare const SketchIcon: React.FC<React.SVGProps<SVGSVGElement>>;
3933
4144
  export { SketchIcon as ScribbleIcon }
3934
4145
  export { SketchIcon }
@@ -3937,6 +4148,10 @@ export declare const Skip2Icon: React.FC<React.SVGProps<SVGSVGElement>>;
3937
4148
 
3938
4149
  export declare const SkipIcon: React.FC<React.SVGProps<SVGSVGElement>>;
3939
4150
 
4151
+ export declare const SocialAccountNotFound: ({ onRetryLogin, onGoToSignup }: ISocialAccountNotFoundProps) => JSX_2.Element;
4152
+
4153
+ export declare const SocialLoginMethods: FC<ISocialLoginMethodsProps>;
4154
+
3940
4155
  export declare const SplashScreen: ({ animationCompleted }: {
3941
4156
  animationCompleted: () => void;
3942
4157
  }) => JSX_2.Element;
@@ -4002,6 +4217,8 @@ declare const TAB_CODES: {
4002
4217
 
4003
4218
  export declare const TabComponent: React_2.FC<ITabProps>;
4004
4219
 
4220
+ export declare function Tabs<T extends string>({ selectedTab, onChange, tabs }: ITabsProps<T>): JSX_2.Element;
4221
+
4005
4222
  export declare type TAction = EventToPayload<TInclassMessage>;
4006
4223
 
4007
4224
  declare type TActionListenerOptions = {
@@ -4028,6 +4245,12 @@ export declare type TArrowTooltipConfig = {
4028
4245
 
4029
4246
  export declare type TArrowTooltipVariants = 'primary' | 'secondary';
4030
4247
 
4248
+ export declare type TAuthProvider = 'email' | 'phone';
4249
+
4250
+ export declare type TAuthTabKeys = 'identifier' | 'username';
4251
+
4252
+ export declare type TAuthUserType = 'student' | 'parent';
4253
+
4031
4254
  declare type TBadgeData = {
4032
4255
  acknowledged_on: number | null;
4033
4256
  animation_url: string;
@@ -4834,6 +5057,8 @@ declare type TSectionSummary = {
4834
5057
  modules: TSATModule[];
4835
5058
  };
4836
5059
 
5060
+ export declare type TSelectedCountry = Pick<ICountryOption, 'id' | 'code'>;
5061
+
4837
5062
  declare type TSheetAttemptLocation = keyof typeof SHEET_ATTEMPT_LOCATION;
4838
5063
 
4839
5064
  declare type TSheetAttemptStateProps = keyof typeof SHEET_ATTEMPT_STATE;
@@ -4899,6 +5124,8 @@ declare type TSheetStateProps = 'LOCKED' | 'NOT_STARTED' | 'IN_PROGRESS' | 'FAMI
4899
5124
 
4900
5125
  export declare type TSkillStatus = 'pending' | 'completed';
4901
5126
 
5127
+ export declare type TSocialAuthProvider = 'google' | 'apple';
5128
+
4902
5129
  declare type TStickerData = {
4903
5130
  actor_id: string;
4904
5131
  badge_id: string;
@@ -4969,6 +5196,11 @@ export declare type TTrialSessionMessage = {
4969
5196
  };
4970
5197
  };
4971
5198
 
5199
+ declare type TUserAccount = {
5200
+ id: string;
5201
+ phone: string;
5202
+ };
5203
+
4972
5204
  declare type TUserChapterStates = 'MASTERED' | 'PROFICIENT' | 'FAMILIAR' | 'STARTED';
4973
5205
 
4974
5206
  declare type TUserProgram = {
@@ -5139,6 +5371,10 @@ export declare const User2Icon: React.FC<React.SVGProps<SVGSVGElement>>;
5139
5371
 
5140
5372
  export declare const UserIcon: React.FC<React.SVGProps<SVGSVGElement>>;
5141
5373
 
5374
+ export declare const UserIdentifierForm: ({ onSubmit, onChange, value, error, isSubmitDisabled, isProcessing, isValid, label, field, }: ISingleFieldFormProps) => JSX_2.Element;
5375
+
5376
+ export declare const UserTypeSelector: NamedExoticComponent<IUserTypeSelectorProps>;
5377
+
5142
5378
  export declare const useTrackingContext: (commonAnalyticsProps: Record<string, unknown>, overrides?: Record<string, unknown>) => {
5143
5379
  onClick: TTrackCTA;
5144
5380
  onResponse: TTrackInput;