@cuemath/leap 2.9.5-hg2 → 2.9.5-j10

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 (433) 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/login/social-account-not-found/social-account-not-found.js +31 -0
  36. package/dist/features/auth/login/social-account-not-found/social-account-not-found.js.map +1 -0
  37. package/dist/features/auth/login/social-login-methods/social-login-methods.js +46 -0
  38. package/dist/features/auth/login/social-login-methods/social-login-methods.js.map +1 -0
  39. package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper-styled.js +50 -0
  40. package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper-styled.js.map +1 -0
  41. package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper.js +114 -0
  42. package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper.js.map +1 -0
  43. package/dist/features/auth/signup/claim-user-account/claim-user-account-styled.js +27 -0
  44. package/dist/features/auth/signup/claim-user-account/claim-user-account-styled.js.map +1 -0
  45. package/dist/features/auth/signup/claim-user-account/claim-user-account.js +76 -0
  46. package/dist/features/auth/signup/claim-user-account/claim-user-account.js.map +1 -0
  47. package/dist/features/auth/signup/custom-input/custom-input-styled.js +38 -0
  48. package/dist/features/auth/signup/custom-input/custom-input-styled.js.map +1 -0
  49. package/dist/features/auth/signup/custom-input/date-picker-input/date-picker-input-styled.js +86 -0
  50. package/dist/features/auth/signup/custom-input/date-picker-input/date-picker-input-styled.js.map +1 -0
  51. package/dist/features/auth/signup/custom-input/date-picker-input/date-picker-input.js +58 -0
  52. package/dist/features/auth/signup/custom-input/date-picker-input/date-picker-input.js.map +1 -0
  53. package/dist/features/auth/signup/custom-input/email-input/email-input.js +30 -0
  54. package/dist/features/auth/signup/custom-input/email-input/email-input.js.map +1 -0
  55. package/dist/features/auth/signup/custom-input/grade-input/grade-input-styled.js +31 -0
  56. package/dist/features/auth/signup/custom-input/grade-input/grade-input-styled.js.map +1 -0
  57. package/dist/features/auth/signup/custom-input/grade-input/grade-input.js +30 -0
  58. package/dist/features/auth/signup/custom-input/grade-input/grade-input.js.map +1 -0
  59. package/dist/features/auth/signup/custom-input/input-wrapper/input-wrapper-styled.js +19 -0
  60. package/dist/features/auth/signup/custom-input/input-wrapper/input-wrapper-styled.js.map +1 -0
  61. package/dist/features/auth/signup/custom-input/input-wrapper/input-wrapper.js +33 -0
  62. package/dist/features/auth/signup/custom-input/input-wrapper/input-wrapper.js.map +1 -0
  63. package/dist/features/auth/signup/custom-input/otp-input/otp-input.js +41 -0
  64. package/dist/features/auth/signup/custom-input/otp-input/otp-input.js.map +1 -0
  65. package/dist/features/auth/signup/custom-input/phone-input/country-selector/country-code-button.js +33 -0
  66. package/dist/features/auth/signup/custom-input/phone-input/country-selector/country-code-button.js.map +1 -0
  67. package/dist/features/auth/signup/custom-input/phone-input/country-selector/country-list-menu.js +28 -0
  68. package/dist/features/auth/signup/custom-input/phone-input/country-selector/country-list-menu.js.map +1 -0
  69. package/dist/features/auth/signup/custom-input/phone-input/phone-input-styled.js +29 -0
  70. package/dist/features/auth/signup/custom-input/phone-input/phone-input-styled.js.map +1 -0
  71. package/dist/features/auth/signup/custom-input/phone-input/phone-input.js +64 -0
  72. package/dist/features/auth/signup/custom-input/phone-input/phone-input.js.map +1 -0
  73. package/dist/features/auth/signup/custom-input/student-password/student-password.js +53 -0
  74. package/dist/features/auth/signup/custom-input/student-password/student-password.js.map +1 -0
  75. package/dist/features/auth/signup/custom-input/student-username/student-username.js +38 -0
  76. package/dist/features/auth/signup/custom-input/student-username/student-username.js.map +1 -0
  77. package/dist/features/auth/signup/signup-constants.js +1022 -0
  78. package/dist/features/auth/signup/signup-constants.js.map +1 -0
  79. package/dist/features/auth/signup/signup-methods/signup-methods.js +68 -0
  80. package/dist/features/auth/signup/signup-methods/signup-methods.js.map +1 -0
  81. package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card-styled.js +19 -0
  82. package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card-styled.js.map +1 -0
  83. package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card.js +61 -0
  84. package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card.js.map +1 -0
  85. package/dist/features/auth/signup/user-type-selector/user-type-selector-styled.js +24 -0
  86. package/dist/features/auth/signup/user-type-selector/user-type-selector-styled.js.map +1 -0
  87. package/dist/features/auth/signup/user-type-selector/user-type-selector.js +87 -0
  88. package/dist/features/auth/signup/user-type-selector/user-type-selector.js.map +1 -0
  89. package/dist/features/circle-games/game-launcher/comps/card-container/constants.js +1 -1
  90. package/dist/features/circle-games/game-launcher/comps/card-container/constants.js.map +1 -1
  91. package/dist/features/ui/context-menu/context-menu.js +20 -18
  92. package/dist/features/ui/context-menu/context-menu.js.map +1 -1
  93. package/dist/features/ui/image/image.js +12 -12
  94. package/dist/features/ui/image/image.js.map +1 -1
  95. package/dist/features/ui/inputs/base-input/base-input-styled.js +61 -60
  96. package/dist/features/ui/inputs/base-input/base-input-styled.js.map +1 -1
  97. package/dist/features/ui/inputs/base-input/base-input.js +38 -35
  98. package/dist/features/ui/inputs/base-input/base-input.js.map +1 -1
  99. package/dist/features/ui/inputs/text-input/text-input-styled.js +22 -20
  100. package/dist/features/ui/inputs/text-input/text-input-styled.js.map +1 -1
  101. package/dist/features/ui/inputs/text-input/text-input.js +35 -32
  102. package/dist/features/ui/inputs/text-input/text-input.js.map +1 -1
  103. package/dist/features/ui/lottie-animation/helper.js +6 -5
  104. package/dist/features/ui/lottie-animation/helper.js.map +1 -1
  105. package/dist/features/ui/lottie-animation/lottie-animation.js +37 -28
  106. package/dist/features/ui/lottie-animation/lottie-animation.js.map +1 -1
  107. package/dist/features/ui/text/text.js +29 -27
  108. package/dist/features/ui/text/text.js.map +1 -1
  109. package/dist/features/ui/theme/input.js +84 -11
  110. package/dist/features/ui/theme/input.js.map +1 -1
  111. package/dist/index.d.ts +223 -1
  112. package/dist/index.js +520 -478
  113. package/dist/index.js.map +1 -1
  114. package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +332 -0
  115. package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js.map +1 -0
  116. package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +370 -0
  117. package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js.map +1 -0
  118. package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.js +252 -0
  119. package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.js.map +1 -0
  120. package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.utils.js +24 -0
  121. package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.utils.js.map +1 -0
  122. package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +192 -0
  123. package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js.map +1 -0
  124. package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +19 -0
  125. package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +1 -0
  126. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +129 -0
  127. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +1 -0
  128. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +129 -0
  129. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js.map +1 -0
  130. package/dist/node_modules/clsx/dist/clsx.js +18 -0
  131. package/dist/node_modules/clsx/dist/clsx.js.map +1 -0
  132. package/dist/node_modules/date-fns/subYears.js +9 -0
  133. package/dist/node_modules/date-fns/subYears.js.map +1 -0
  134. package/dist/node_modules/decode-uri-component/index.js.map +1 -0
  135. package/dist/node_modules/query-string/base.js +1 -1
  136. package/dist/node_modules/react-datepicker/dist/index.es.js +2700 -0
  137. package/dist/node_modules/react-datepicker/dist/index.es.js.map +1 -0
  138. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/addLeadingZeros.js +8 -0
  139. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/addLeadingZeros.js.map +1 -0
  140. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/defaultOptions.js +8 -0
  141. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/defaultOptions.js.map +1 -0
  142. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/formatters.js +518 -0
  143. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/formatters.js.map +1 -0
  144. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/lightFormatters.js +60 -0
  145. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/lightFormatters.js.map +1 -0
  146. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/longFormatters.js +53 -0
  147. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/longFormatters.js.map +1 -0
  148. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js +19 -0
  149. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js.map +1 -0
  150. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/normalizeDates.js +12 -0
  151. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/normalizeDates.js.map +1 -0
  152. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/protectedTokens.js +21 -0
  153. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/protectedTokens.js.map +1 -0
  154. package/dist/node_modules/react-datepicker/node_modules/date-fns/addDays.js +11 -0
  155. package/dist/node_modules/react-datepicker/node_modules/date-fns/addDays.js.map +1 -0
  156. package/dist/node_modules/react-datepicker/node_modules/date-fns/addHours.js +10 -0
  157. package/dist/node_modules/react-datepicker/node_modules/date-fns/addHours.js.map +1 -0
  158. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMilliseconds.js +10 -0
  159. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMilliseconds.js.map +1 -0
  160. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMinutes.js +11 -0
  161. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMinutes.js.map +1 -0
  162. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMonths.js +21 -0
  163. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMonths.js.map +1 -0
  164. package/dist/node_modules/react-datepicker/node_modules/date-fns/addQuarters.js +9 -0
  165. package/dist/node_modules/react-datepicker/node_modules/date-fns/addQuarters.js.map +1 -0
  166. package/dist/node_modules/react-datepicker/node_modules/date-fns/addSeconds.js +9 -0
  167. package/dist/node_modules/react-datepicker/node_modules/date-fns/addSeconds.js.map +1 -0
  168. package/dist/node_modules/react-datepicker/node_modules/date-fns/addWeeks.js +9 -0
  169. package/dist/node_modules/react-datepicker/node_modules/date-fns/addWeeks.js.map +1 -0
  170. package/dist/node_modules/react-datepicker/node_modules/date-fns/addYears.js +9 -0
  171. package/dist/node_modules/react-datepicker/node_modules/date-fns/addYears.js.map +1 -0
  172. package/dist/node_modules/react-datepicker/node_modules/date-fns/constants.js +10 -0
  173. package/dist/node_modules/react-datepicker/node_modules/date-fns/constants.js.map +1 -0
  174. package/dist/node_modules/react-datepicker/node_modules/date-fns/constructFrom.js +9 -0
  175. package/dist/node_modules/react-datepicker/node_modules/date-fns/constructFrom.js.map +1 -0
  176. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarDays.js +17 -0
  177. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarDays.js.map +1 -0
  178. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarMonths.js +14 -0
  179. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarMonths.js.map +1 -0
  180. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarQuarters.js +15 -0
  181. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarQuarters.js.map +1 -0
  182. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarYears.js +14 -0
  183. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarYears.js.map +1 -0
  184. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInDays.js +23 -0
  185. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInDays.js.map +1 -0
  186. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfDay.js +10 -0
  187. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfDay.js.map +1 -0
  188. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfMonth.js +10 -0
  189. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfMonth.js.map +1 -0
  190. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfWeek.js +12 -0
  191. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfWeek.js.map +1 -0
  192. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfYear.js +10 -0
  193. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfYear.js.map +1 -0
  194. package/dist/node_modules/react-datepicker/node_modules/date-fns/format.js +60 -0
  195. package/dist/node_modules/react-datepicker/node_modules/date-fns/format.js.map +1 -0
  196. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDate.js +9 -0
  197. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDate.js.map +1 -0
  198. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDay.js +9 -0
  199. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDay.js.map +1 -0
  200. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDayOfYear.js +12 -0
  201. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDayOfYear.js.map +1 -0
  202. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDaysInMonth.js +11 -0
  203. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDaysInMonth.js.map +1 -0
  204. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDefaultOptions.js +9 -0
  205. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDefaultOptions.js.map +1 -0
  206. package/dist/node_modules/react-datepicker/node_modules/date-fns/getHours.js +9 -0
  207. package/dist/node_modules/react-datepicker/node_modules/date-fns/getHours.js.map +1 -0
  208. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISODay.js +10 -0
  209. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISODay.js.map +1 -0
  210. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeek.js +13 -0
  211. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeek.js.map +1 -0
  212. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeekYear.js +16 -0
  213. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeekYear.js.map +1 -0
  214. package/dist/node_modules/react-datepicker/node_modules/date-fns/getMinutes.js +9 -0
  215. package/dist/node_modules/react-datepicker/node_modules/date-fns/getMinutes.js.map +1 -0
  216. package/dist/node_modules/react-datepicker/node_modules/date-fns/getMonth.js +9 -0
  217. package/dist/node_modules/react-datepicker/node_modules/date-fns/getMonth.js.map +1 -0
  218. package/dist/node_modules/react-datepicker/node_modules/date-fns/getQuarter.js +10 -0
  219. package/dist/node_modules/react-datepicker/node_modules/date-fns/getQuarter.js.map +1 -0
  220. package/dist/node_modules/react-datepicker/node_modules/date-fns/getSeconds.js +9 -0
  221. package/dist/node_modules/react-datepicker/node_modules/date-fns/getSeconds.js.map +1 -0
  222. package/dist/node_modules/react-datepicker/node_modules/date-fns/getTime.js +9 -0
  223. package/dist/node_modules/react-datepicker/node_modules/date-fns/getTime.js.map +1 -0
  224. package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeek.js +13 -0
  225. package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeek.js.map +1 -0
  226. package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeekYear.js +18 -0
  227. package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeekYear.js.map +1 -0
  228. package/dist/node_modules/react-datepicker/node_modules/date-fns/getYear.js +9 -0
  229. package/dist/node_modules/react-datepicker/node_modules/date-fns/getYear.js.map +1 -0
  230. package/dist/node_modules/react-datepicker/node_modules/date-fns/isAfter.js +9 -0
  231. package/dist/node_modules/react-datepicker/node_modules/date-fns/isAfter.js.map +1 -0
  232. package/dist/node_modules/react-datepicker/node_modules/date-fns/isBefore.js +9 -0
  233. package/dist/node_modules/react-datepicker/node_modules/date-fns/isBefore.js.map +1 -0
  234. package/dist/node_modules/react-datepicker/node_modules/date-fns/isDate.js +8 -0
  235. package/dist/node_modules/react-datepicker/node_modules/date-fns/isDate.js.map +1 -0
  236. package/dist/node_modules/react-datepicker/node_modules/date-fns/isEqual.js +9 -0
  237. package/dist/node_modules/react-datepicker/node_modules/date-fns/isEqual.js.map +1 -0
  238. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameDay.js +15 -0
  239. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameDay.js.map +1 -0
  240. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameMonth.js +14 -0
  241. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameMonth.js.map +1 -0
  242. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameQuarter.js +15 -0
  243. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameQuarter.js.map +1 -0
  244. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameYear.js +14 -0
  245. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameYear.js.map +1 -0
  246. package/dist/node_modules/react-datepicker/node_modules/date-fns/isValid.js +10 -0
  247. package/dist/node_modules/react-datepicker/node_modules/date-fns/isValid.js.map +1 -0
  248. package/dist/node_modules/react-datepicker/node_modules/date-fns/isWithinInterval.js +13 -0
  249. package/dist/node_modules/react-datepicker/node_modules/date-fns/isWithinInterval.js.map +1 -0
  250. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildFormatLongFn.js +10 -0
  251. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildFormatLongFn.js.map +1 -0
  252. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildLocalizeFn.js +19 -0
  253. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildLocalizeFn.js.map +1 -0
  254. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchFn.js +32 -0
  255. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchFn.js.map +1 -0
  256. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js +16 -0
  257. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js.map +1 -0
  258. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatDistance.js +71 -0
  259. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatDistance.js.map +1 -0
  260. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatLong.js +34 -0
  261. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatLong.js.map +1 -0
  262. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatRelative.js +12 -0
  263. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatRelative.js.map +1 -0
  264. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/localize.js +156 -0
  265. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/localize.js.map +1 -0
  266. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/match.js +111 -0
  267. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/match.js.map +1 -0
  268. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US.js +22 -0
  269. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US.js.map +1 -0
  270. package/dist/node_modules/react-datepicker/node_modules/date-fns/max.js +15 -0
  271. package/dist/node_modules/react-datepicker/node_modules/date-fns/max.js.map +1 -0
  272. package/dist/node_modules/react-datepicker/node_modules/date-fns/min.js +15 -0
  273. package/dist/node_modules/react-datepicker/node_modules/date-fns/min.js.map +1 -0
  274. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Parser.js +23 -0
  275. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Parser.js.map +1 -0
  276. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Setter.js +42 -0
  277. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Setter.js.map +1 -0
  278. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/constants.js +50 -0
  279. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/constants.js.map +1 -0
  280. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMMidnightParser.js +50 -0
  281. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMMidnightParser.js.map +1 -0
  282. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMParser.js +50 -0
  283. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMParser.js.map +1 -0
  284. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DateParser.js +62 -0
  285. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DateParser.js.map +1 -0
  286. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayOfYearParser.js +52 -0
  287. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayOfYearParser.js.map +1 -0
  288. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayParser.js +46 -0
  289. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayParser.js.map +1 -0
  290. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayPeriodParser.js +50 -0
  291. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayPeriodParser.js.map +1 -0
  292. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/EraParser.js +31 -0
  293. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/EraParser.js.map +1 -0
  294. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ExtendedYearParser.js +22 -0
  295. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ExtendedYearParser.js.map +1 -0
  296. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/FractionOfSecondParser.js +23 -0
  297. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/FractionOfSecondParser.js.map +1 -0
  298. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0To11Parser.js +33 -0
  299. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0To11Parser.js.map +1 -0
  300. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0to23Parser.js +33 -0
  301. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0to23Parser.js.map +1 -0
  302. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1To24Parser.js +34 -0
  303. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1To24Parser.js.map +1 -0
  304. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1to12Parser.js +34 -0
  305. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1to12Parser.js.map +1 -0
  306. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISODayParser.js +100 -0
  307. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISODayParser.js.map +1 -0
  308. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneParser.js +49 -0
  309. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneParser.js.map +1 -0
  310. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneWithZParser.js +49 -0
  311. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneWithZParser.js.map +1 -0
  312. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekParser.js +50 -0
  313. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekParser.js.map +1 -0
  314. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekYearParser.js +41 -0
  315. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekYearParser.js.map +1 -0
  316. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalDayParser.js +75 -0
  317. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalDayParser.js.map +1 -0
  318. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekParser.js +49 -0
  319. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekParser.js.map +1 -0
  320. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekYearParser.js +70 -0
  321. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekYearParser.js.map +1 -0
  322. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MinuteParser.js +33 -0
  323. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MinuteParser.js.map +1 -0
  324. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MonthParser.js +72 -0
  325. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MonthParser.js.map +1 -0
  326. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/QuarterParser.js +71 -0
  327. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/QuarterParser.js.map +1 -0
  328. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/SecondParser.js +33 -0
  329. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/SecondParser.js.map +1 -0
  330. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneLocalDayParser.js +75 -0
  331. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneLocalDayParser.js.map +1 -0
  332. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneMonthParser.js +72 -0
  333. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneMonthParser.js.map +1 -0
  334. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneQuarterParser.js +71 -0
  335. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneQuarterParser.js.map +1 -0
  336. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampMillisecondsParser.js +23 -0
  337. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampMillisecondsParser.js.map +1 -0
  338. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampSecondsParser.js +23 -0
  339. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampSecondsParser.js.map +1 -0
  340. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/YearParser.js +50 -0
  341. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/YearParser.js.map +1 -0
  342. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers.js +68 -0
  343. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers.js.map +1 -0
  344. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/utils.js +104 -0
  345. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/utils.js.map +1 -0
  346. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse.js +88 -0
  347. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse.js.map +1 -0
  348. package/dist/node_modules/react-datepicker/node_modules/date-fns/parseISO.js +123 -0
  349. package/dist/node_modules/react-datepicker/node_modules/date-fns/parseISO.js.map +1 -0
  350. package/dist/node_modules/react-datepicker/node_modules/date-fns/setDay.js +13 -0
  351. package/dist/node_modules/react-datepicker/node_modules/date-fns/setDay.js.map +1 -0
  352. package/dist/node_modules/react-datepicker/node_modules/date-fns/setHours.js +10 -0
  353. package/dist/node_modules/react-datepicker/node_modules/date-fns/setHours.js.map +1 -0
  354. package/dist/node_modules/react-datepicker/node_modules/date-fns/setISODay.js +12 -0
  355. package/dist/node_modules/react-datepicker/node_modules/date-fns/setISODay.js.map +1 -0
  356. package/dist/node_modules/react-datepicker/node_modules/date-fns/setISOWeek.js +11 -0
  357. package/dist/node_modules/react-datepicker/node_modules/date-fns/setISOWeek.js.map +1 -0
  358. package/dist/node_modules/react-datepicker/node_modules/date-fns/setMinutes.js +10 -0
  359. package/dist/node_modules/react-datepicker/node_modules/date-fns/setMinutes.js.map +1 -0
  360. package/dist/node_modules/react-datepicker/node_modules/date-fns/setMonth.js +14 -0
  361. package/dist/node_modules/react-datepicker/node_modules/date-fns/setMonth.js.map +1 -0
  362. package/dist/node_modules/react-datepicker/node_modules/date-fns/setQuarter.js +11 -0
  363. package/dist/node_modules/react-datepicker/node_modules/date-fns/setQuarter.js.map +1 -0
  364. package/dist/node_modules/react-datepicker/node_modules/date-fns/setSeconds.js +10 -0
  365. package/dist/node_modules/react-datepicker/node_modules/date-fns/setSeconds.js.map +1 -0
  366. package/dist/node_modules/react-datepicker/node_modules/date-fns/setWeek.js +11 -0
  367. package/dist/node_modules/react-datepicker/node_modules/date-fns/setWeek.js.map +1 -0
  368. package/dist/node_modules/react-datepicker/node_modules/date-fns/setYear.js +11 -0
  369. package/dist/node_modules/react-datepicker/node_modules/date-fns/setYear.js.map +1 -0
  370. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfDay.js +10 -0
  371. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfDay.js.map +1 -0
  372. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeek.js +9 -0
  373. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeek.js.map +1 -0
  374. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeekYear.js +12 -0
  375. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeekYear.js.map +1 -0
  376. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfMonth.js +10 -0
  377. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfMonth.js.map +1 -0
  378. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfQuarter.js +10 -0
  379. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfQuarter.js.map +1 -0
  380. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeek.js +12 -0
  381. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeek.js.map +1 -0
  382. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeekYear.js +14 -0
  383. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeekYear.js.map +1 -0
  384. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfYear.js +10 -0
  385. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfYear.js.map +1 -0
  386. package/dist/node_modules/react-datepicker/node_modules/date-fns/subDays.js +9 -0
  387. package/dist/node_modules/react-datepicker/node_modules/date-fns/subDays.js.map +1 -0
  388. package/dist/node_modules/react-datepicker/node_modules/date-fns/subMonths.js +9 -0
  389. package/dist/node_modules/react-datepicker/node_modules/date-fns/subMonths.js.map +1 -0
  390. package/dist/node_modules/react-datepicker/node_modules/date-fns/subQuarters.js +9 -0
  391. package/dist/node_modules/react-datepicker/node_modules/date-fns/subQuarters.js.map +1 -0
  392. package/dist/node_modules/react-datepicker/node_modules/date-fns/subWeeks.js +9 -0
  393. package/dist/node_modules/react-datepicker/node_modules/date-fns/subWeeks.js.map +1 -0
  394. package/dist/node_modules/react-datepicker/node_modules/date-fns/subYears.js +9 -0
  395. package/dist/node_modules/react-datepicker/node_modules/date-fns/subYears.js.map +1 -0
  396. package/dist/node_modules/react-datepicker/node_modules/date-fns/toDate.js +9 -0
  397. package/dist/node_modules/react-datepicker/node_modules/date-fns/toDate.js.map +1 -0
  398. package/dist/node_modules/react-datepicker/node_modules/date-fns/transpose.js +19 -0
  399. package/dist/node_modules/react-datepicker/node_modules/date-fns/transpose.js.map +1 -0
  400. package/dist/node_modules/uuid/dist/esm-browser/native.js +7 -0
  401. package/dist/node_modules/uuid/dist/esm-browser/native.js.map +1 -0
  402. package/dist/node_modules/uuid/dist/esm-browser/rng.js +3 -2
  403. package/dist/node_modules/uuid/dist/esm-browser/rng.js.map +1 -1
  404. package/dist/node_modules/uuid/dist/esm-browser/stringify.js +6 -10
  405. package/dist/node_modules/uuid/dist/esm-browser/stringify.js.map +1 -1
  406. package/dist/node_modules/uuid/dist/esm-browser/v4.js +12 -9
  407. package/dist/node_modules/uuid/dist/esm-browser/v4.js.map +1 -1
  408. package/dist/static/avatar-selected.860ee923.json +1 -0
  409. package/dist/static/circle-cuemath-logo-white.e9fafb91.svg +1 -0
  410. package/dist/static/cuemath-app-qr-code.ba6cc09b.svg +1 -0
  411. package/dist/static/cuemath-app-qr-code.d0912fc7.png +0 -0
  412. package/dist/static/dob.9ce3c15b.json +1 -0
  413. package/dist/static/error.cbe1ddde.json +1 -0
  414. package/dist/static/grade.b3730524.json +1 -0
  415. package/dist/static/key.d6846476.json +1 -0
  416. package/dist/static/mail.c30e8708.json +1 -0
  417. package/dist/static/otp.2d08f874.json +1 -0
  418. package/dist/static/otp.a3029760.json +1 -0
  419. package/dist/static/parent-avatar.772d53e0.json +1 -0
  420. package/dist/static/phone-number.0be312ea.json +1 -0
  421. package/dist/static/phone-number.84f55562.json +1 -0
  422. package/dist/static/student-avatar.524226bd.json +1 -0
  423. package/dist/static/user-type-selector-grid-bg.3c9c8ad6.svg +1 -0
  424. package/dist/static/user-type-selector-grid-bg.3ce8142d.svg +1 -0
  425. package/dist/static/user-type-selector-grid-bg.aad0b059.svg +1 -0
  426. package/dist/static/username.9e034d51.json +1 -0
  427. package/package.json +5 -3
  428. package/dist/node_modules/query-string/node_modules/decode-uri-component/index.js.map +0 -1
  429. package/dist/node_modules/uuid/dist/esm-browser/regex.js +0 -5
  430. package/dist/node_modules/uuid/dist/esm-browser/regex.js.map +0 -1
  431. package/dist/node_modules/uuid/dist/esm-browser/validate.js +0 -8
  432. package/dist/node_modules/uuid/dist/esm-browser/validate.js.map +0 -1
  433. /package/dist/node_modules/{query-string/node_modules/decode-uri-component → decode-uri-component}/index.js +0 -0
@@ -0,0 +1,50 @@
1
+ import o from "styled-components";
2
+ import i from "../../../ui/layout/flex-view.js";
3
+ const n = o(i)`
4
+ position: relative;
5
+ `, s = o(i)`
6
+ position: absolute;
7
+ border-radius: 100%;
8
+ top: 216px;
9
+ border: ${({ theme: t }) => `2px solid ${t.colors.BLACK_5}`};
10
+ `, p = o(i)`
11
+ opacity: ${({ $isVisible: t }) => t ? 1 : 0};
12
+ transition: opacity 0.5s ease-in-out;
13
+ `, a = o.div`
14
+ position: relative;
15
+ `;
16
+ o(i)`
17
+ position: relative;
18
+ overflow: hidden;
19
+ background: ${({ theme: t }) => t.colors.BLACK_2};
20
+ border-radius: 100%;
21
+ flex-shrink: 0;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: center;
25
+ color: ${({ theme: t }) => t.colors.WHITE};
26
+ `;
27
+ o.div`
28
+ position: absolute;
29
+ width: 100%;
30
+ height: 100%;
31
+ z-index: 2;
32
+ `;
33
+ const l = o(i)`
34
+ position: absolute;
35
+ top: 55%;
36
+ right: 24px;
37
+ `, c = o(i)`
38
+ position: absolute;
39
+ top: 55%;
40
+ left: 24px;
41
+ `;
42
+ export {
43
+ s as CircularStepContainer,
44
+ n as Container,
45
+ p as ContentWrapper,
46
+ a as InputContainer,
47
+ l as NextButtonWrapper,
48
+ c as PrevButtonWrapper
49
+ };
50
+ //# sourceMappingURL=circular-step-wrapper-styled.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"circular-step-wrapper-styled.js","sources":["../../../../../src/features/auth/signup/circular-step-wrapper/circular-step-wrapper-styled.tsx"],"sourcesContent":["import styled from 'styled-components';\n\nimport FlexView from '../../../ui/layout/flex-view';\n\nconst Container = styled(FlexView)`\n position: relative;\n`;\n\nconst CircularStepContainer = styled(FlexView)`\n position: absolute;\n border-radius: 100%;\n top: 216px;\n border: ${({ theme }) => `2px solid ${theme.colors.BLACK_5}`};\n`;\n\nconst ContentWrapper = styled(FlexView)<{ $isVisible: boolean }>`\n opacity: ${({ $isVisible }) => ($isVisible ? 1 : 0)};\n transition: opacity 0.5s ease-in-out;\n`;\n\nconst InputContainer = styled.div`\n position: relative;\n`;\n\nconst CircularProgressContainer = styled(FlexView)<{\n isVerticallyCentered?: boolean;\n}>`\n position: relative;\n overflow: hidden;\n background: ${({ theme }) => theme.colors.BLACK_2};\n border-radius: 100%;\n flex-shrink: 0;\n display: flex;\n align-items: center;\n justify-content: center;\n color: ${({ theme }) => theme.colors.WHITE};\n`;\n\nexport const CircularProgress = styled.div`\n position: absolute;\n width: 100%;\n height: 100%;\n z-index: 2;\n`;\n\nconst NextButtonWrapper = styled(FlexView)`\n position: absolute;\n top: 55%;\n right: 24px;\n`;\nconst PrevButtonWrapper = styled(FlexView)`\n position: absolute;\n top: 55%;\n left: 24px;\n`;\n\nexport {\n NextButtonWrapper,\n PrevButtonWrapper,\n InputContainer,\n Container,\n CircularStepContainer,\n CircularProgressContainer,\n ContentWrapper,\n};\n"],"names":["Container","styled","FlexView","CircularStepContainer","theme","ContentWrapper","$isVisible","InputContainer","NextButtonWrapper","PrevButtonWrapper"],"mappings":";;AAIM,MAAAA,IAAYC,EAAOC,CAAQ;AAAA;AAAA,GAI3BC,IAAwBF,EAAOC,CAAQ;AAAA;AAAA;AAAA;AAAA,YAIjC,CAAC,EAAE,OAAAE,EAAM,MAAM,aAAaA,EAAM,OAAO,OAAO,EAAE;AAAA,GAGxDC,IAAiBJ,EAAOC,CAAQ;AAAA,aACzB,CAAC,EAAE,YAAAI,EAAA,MAAkBA,IAAa,IAAI,CAAE;AAAA;AAAA,GAI/CC,IAAiBN,EAAO;AAAA;AAAA;AAIIA,EAAOC,CAAQ;AAAA;AAAA;AAAA,gBAKjC,CAAC,EAAE,OAAAE,EAAA,MAAYA,EAAM,OAAO,OAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,WAMxC,CAAC,EAAE,OAAAA,EAAA,MAAYA,EAAM,OAAO,KAAK;AAAA;AAGZH,EAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAOjC,MAAAO,IAAoBP,EAAOC,CAAQ;AAAA;AAAA;AAAA;AAAA,GAKnCO,IAAoBR,EAAOC,CAAQ;AAAA;AAAA;AAAA;AAAA;"}
@@ -0,0 +1,114 @@
1
+ import { jsxs as o, jsx as e } from "react/jsx-runtime";
2
+ import { forwardRef as v, useRef as f, useState as d, useCallback as W, useImperativeHandle as k, useLayoutEffect as B } from "react";
3
+ import E from "../../../../assets/line-icons/icons/back2.js";
4
+ import H from "../../../../assets/line-icons/icons/next2.js";
5
+ import h from "../../../ui/buttons/icon-button/icon-button.js";
6
+ import j from "../../../ui/layout/flex-view.js";
7
+ import N from "../../../ui/lottie-animation/lottie-animation.js";
8
+ import T from "../../../ui/separator/separator.js";
9
+ import z from "../../../ui/text/text.js";
10
+ import { Container as F, CircularStepContainer as M, ContentWrapper as O, InputContainer as P, PrevButtonWrapper as V, NextButtonWrapper as X } from "./circular-step-wrapper-styled.js";
11
+ const D = {
12
+ autoplay: !1,
13
+ loop: !1,
14
+ renderer: "svg",
15
+ rendererSettings: {
16
+ preserveAspectRatio: "xMidYMin slice"
17
+ }
18
+ }, K = v(
19
+ ({
20
+ children: g,
21
+ onGoBack: C,
22
+ onNext: $,
23
+ label: i,
24
+ showNext: y,
25
+ showPrevious: x,
26
+ animation: r,
27
+ introFrames: I,
28
+ outroFrames: S,
29
+ isNextLoading: s
30
+ }, w) => {
31
+ const t = f(null), n = f(null), [c, A] = d(), [L, a] = d(!1), R = W(() => {
32
+ r && t.current && (t.current.playSegments(I, !0), setTimeout(() => a(!0), 500));
33
+ }, [r]);
34
+ return k(w, () => ({
35
+ playOutroAndFadeOut: async () => new Promise((b) => {
36
+ var u, p;
37
+ const l = () => {
38
+ var m;
39
+ b(), (m = t.current) == null || m.removeEventListener("complete", l);
40
+ };
41
+ (u = t.current) == null || u.playSegments(S, !0), a(!1), (p = t.current) == null || p.addEventListener("complete", l);
42
+ })
43
+ })), B(() => {
44
+ n.current && A(n.current.offsetHeight);
45
+ }, []), /* @__PURE__ */ o(
46
+ F,
47
+ {
48
+ $flex: 1,
49
+ $flexDirection: "column",
50
+ $alignItems: "center",
51
+ $justifyContent: "center",
52
+ $width: "100%",
53
+ $height: "100%",
54
+ ref: n,
55
+ children: [
56
+ c && /* @__PURE__ */ e(
57
+ N,
58
+ {
59
+ width: 1280,
60
+ height: c,
61
+ src: r,
62
+ ref: t,
63
+ onRender: R,
64
+ settings: D
65
+ }
66
+ ),
67
+ /* @__PURE__ */ e(
68
+ M,
69
+ {
70
+ $width: 400,
71
+ $height: 400,
72
+ $background: "REAL_BLACK",
73
+ $alignItems: "center",
74
+ $justifyContent: "center",
75
+ children: /* @__PURE__ */ o(O, { $isVisible: L, children: [
76
+ i ? /* @__PURE__ */ o(j, { $gutterX: 3.5, children: [
77
+ /* @__PURE__ */ e(z, { $renderAs: "ab2", $color: "WHITE", $align: "center", children: i }),
78
+ /* @__PURE__ */ e(T, { heightX: 1 })
79
+ ] }) : null,
80
+ /* @__PURE__ */ e(P, { children: g })
81
+ ] })
82
+ }
83
+ ),
84
+ x && /* @__PURE__ */ e(V, { children: /* @__PURE__ */ e(
85
+ h,
86
+ {
87
+ Icon: E,
88
+ renderAs: "secondary",
89
+ analyticsLabel: "Next",
90
+ onClick: C,
91
+ disabled: s,
92
+ size: "regular"
93
+ }
94
+ ) }),
95
+ y && /* @__PURE__ */ e(X, { children: /* @__PURE__ */ e(
96
+ h,
97
+ {
98
+ size: "regular",
99
+ Icon: H,
100
+ renderAs: "secondary",
101
+ analyticsLabel: "Next",
102
+ onClick: $,
103
+ busy: s
104
+ }
105
+ ) })
106
+ ]
107
+ }
108
+ );
109
+ }
110
+ ), re = K;
111
+ export {
112
+ re as default
113
+ };
114
+ //# sourceMappingURL=circular-step-wrapper.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"circular-step-wrapper.js","sources":["../../../../../src/features/auth/signup/circular-step-wrapper/circular-step-wrapper.tsx"],"sourcesContent":["import type { ILottieAnimationRef } from '../../../ui/lottie-animation/types';\nimport type { ICircularStepRef, ICircularStepWrapperProps } from './circular-step-wrapper-types';\n\nimport {\n forwardRef,\n useCallback,\n useImperativeHandle,\n useLayoutEffect,\n useRef,\n useState,\n type Ref,\n} from 'react';\n\nimport Back2Icon from '../../../../assets/line-icons/icons/back2';\nimport Next2Icon from '../../../../assets/line-icons/icons/next2';\nimport IconButton from '../../../ui/buttons/icon-button/icon-button';\nimport FlexView from '../../../ui/layout/flex-view';\nimport LottieAnimation from '../../../ui/lottie-animation/lottie-animation';\nimport Separator from '../../../ui/separator/separator';\nimport Text from '../../../ui/text/text';\nimport * as Styled from './circular-step-wrapper-styled';\n\nconst animationSettings = {\n autoplay: false,\n loop: false,\n renderer: 'svg',\n rendererSettings: {\n preserveAspectRatio: 'xMidYMin slice',\n },\n};\n\nconst CircularStepWrapper = forwardRef<ICircularStepRef, ICircularStepWrapperProps>(\n (\n {\n children,\n onGoBack,\n onNext,\n label,\n showNext,\n showPrevious,\n animation,\n introFrames,\n outroFrames,\n isNextLoading,\n },\n ref: Ref<ICircularStepRef>,\n ) => {\n const animationRef = useRef<ILottieAnimationRef | null>(null);\n const containerRef = useRef<HTMLDivElement>(null);\n const [containerHeight, setContainerHeight] = useState<number | undefined>();\n const [showContent, setShowContent] = useState(false);\n\n const onLottieRender = useCallback(() => {\n if (animation && animationRef.current) {\n animationRef.current.playSegments(introFrames, true);\n setTimeout(() => setShowContent(true), 500);\n }\n // eslint-disable-next-line react-hooks/exhaustive-deps\n }, [animation]);\n\n useImperativeHandle(ref, () => ({\n playOutroAndFadeOut: async () => {\n return new Promise<void>(resolve => {\n const handleComplete = () => {\n resolve();\n animationRef.current?.removeEventListener('complete', handleComplete);\n };\n\n animationRef.current?.playSegments(outroFrames, true);\n setShowContent(false);\n animationRef.current?.addEventListener('complete', handleComplete);\n });\n },\n }));\n\n useLayoutEffect(() => {\n if (containerRef.current) {\n setContainerHeight(containerRef.current.offsetHeight);\n }\n }, []);\n\n return (\n <Styled.Container\n $flex={1}\n $flexDirection=\"column\"\n $alignItems=\"center\"\n $justifyContent=\"center\"\n $width=\"100%\"\n $height=\"100%\"\n ref={containerRef}\n >\n {containerHeight && (\n <LottieAnimation\n width={1280}\n height={containerHeight}\n src={animation}\n ref={animationRef}\n onRender={onLottieRender}\n settings={animationSettings}\n />\n )}\n <Styled.CircularStepContainer\n $width={400}\n $height={400}\n $background=\"REAL_BLACK\"\n $alignItems=\"center\"\n $justifyContent=\"center\"\n >\n <Styled.ContentWrapper $isVisible={showContent}>\n {label ? (\n <FlexView $gutterX={3.5}>\n <Text $renderAs=\"ab2\" $color=\"WHITE\" $align=\"center\">\n {label}\n </Text>\n <Separator heightX={1} />\n </FlexView>\n ) : null}\n <Styled.InputContainer>{children}</Styled.InputContainer>\n </Styled.ContentWrapper>\n </Styled.CircularStepContainer>\n {showPrevious && (\n <Styled.PrevButtonWrapper>\n <IconButton\n Icon={Back2Icon}\n renderAs=\"secondary\"\n analyticsLabel=\"Next\"\n onClick={onGoBack}\n disabled={isNextLoading}\n size=\"regular\"\n />\n </Styled.PrevButtonWrapper>\n )}\n {showNext && (\n <Styled.NextButtonWrapper>\n <IconButton\n size=\"regular\"\n Icon={Next2Icon}\n renderAs=\"secondary\"\n analyticsLabel=\"Next\"\n onClick={onNext}\n busy={isNextLoading}\n />\n </Styled.NextButtonWrapper>\n )}\n </Styled.Container>\n );\n },\n);\n\nexport default CircularStepWrapper;\n"],"names":["animationSettings","CircularStepWrapper","forwardRef","children","onGoBack","onNext","label","showNext","showPrevious","animation","introFrames","outroFrames","isNextLoading","ref","animationRef","useRef","containerRef","containerHeight","setContainerHeight","useState","showContent","setShowContent","onLottieRender","useCallback","useImperativeHandle","resolve","handleComplete","_a","_b","useLayoutEffect","jsxs","Styled.Container","jsx","LottieAnimation","Styled.CircularStepContainer","Styled.ContentWrapper","FlexView","Text","Separator","Styled.InputContainer","Styled.PrevButtonWrapper","IconButton","Back2Icon","Styled.NextButtonWrapper","Next2Icon","CircularStepWrapper$1"],"mappings":";;;;;;;;;;AAsBA,MAAMA,IAAoB;AAAA,EACxB,UAAU;AAAA,EACV,MAAM;AAAA,EACN,UAAU;AAAA,EACV,kBAAkB;AAAA,IAChB,qBAAqB;AAAA,EACvB;AACF,GAEMC,IAAsBC;AAAA,EAC1B,CACE;AAAA,IACE,UAAAC;AAAA,IACA,UAAAC;AAAA,IACA,QAAAC;AAAA,IACA,OAAAC;AAAA,IACA,UAAAC;AAAA,IACA,cAAAC;AAAA,IACA,WAAAC;AAAA,IACA,aAAAC;AAAA,IACA,aAAAC;AAAA,IACA,eAAAC;AAAA,KAEFC,MACG;AACG,UAAAC,IAAeC,EAAmC,IAAI,GACtDC,IAAeD,EAAuB,IAAI,GAC1C,CAACE,GAAiBC,CAAkB,IAAIC,EAA6B,GACrE,CAACC,GAAaC,CAAc,IAAIF,EAAS,EAAK,GAE9CG,IAAiBC,EAAY,MAAM;AACnC,MAAAd,KAAaK,EAAa,YACfA,EAAA,QAAQ,aAAaJ,GAAa,EAAI,GACnD,WAAW,MAAMW,EAAe,EAAI,GAAG,GAAG;AAAA,IAC5C,GAEC,CAACZ,CAAS,CAAC;AAEd,WAAAe,EAAoBX,GAAK,OAAO;AAAA,MAC9B,qBAAqB,YACZ,IAAI,QAAc,CAAWY,MAAA;;AAClC,cAAMC,IAAiB,MAAM;;AACnB,UAAAD,MACKE,IAAAb,EAAA,YAAA,QAAAa,EAAS,oBAAoB,YAAYD;AAAA,QAAc;AAGzD,SAAAC,IAAAb,EAAA,YAAA,QAAAa,EAAS,aAAahB,GAAa,KAChDU,EAAe,EAAK,IACPO,IAAAd,EAAA,YAAA,QAAAc,EAAS,iBAAiB,YAAYF;AAAA,MAAc,CAClE;AAAA,IAEH,EAAA,GAEFG,EAAgB,MAAM;AACpB,MAAIb,EAAa,WACIE,EAAAF,EAAa,QAAQ,YAAY;AAAA,IAExD,GAAG,CAAE,CAAA,GAGH,gBAAAc;AAAA,MAACC;AAAAA,MAAA;AAAA,QACC,OAAO;AAAA,QACP,gBAAe;AAAA,QACf,aAAY;AAAA,QACZ,iBAAgB;AAAA,QAChB,QAAO;AAAA,QACP,SAAQ;AAAA,QACR,KAAKf;AAAA,QAEJ,UAAA;AAAA,UACCC,KAAA,gBAAAe;AAAA,YAACC;AAAA,YAAA;AAAA,cACC,OAAO;AAAA,cACP,QAAQhB;AAAA,cACR,KAAKR;AAAA,cACL,KAAKK;AAAA,cACL,UAAUQ;AAAA,cACV,UAAUtB;AAAA,YAAA;AAAA,UACZ;AAAA,UAEF,gBAAAgC;AAAA,YAACE;AAAAA,YAAA;AAAA,cACC,QAAQ;AAAA,cACR,SAAS;AAAA,cACT,aAAY;AAAA,cACZ,aAAY;AAAA,cACZ,iBAAgB;AAAA,cAEhB,UAAC,gBAAAJ,EAAAK,GAAA,EAAsB,YAAYf,GAChC,UAAA;AAAA,gBACCd,IAAA,gBAAAwB,EAACM,GAAS,EAAA,UAAU,KAClB,UAAA;AAAA,kBAAA,gBAAAJ,EAACK,KAAK,WAAU,OAAM,QAAO,SAAQ,QAAO,UACzC,UACH/B,EAAA,CAAA;AAAA,kBACA,gBAAA0B,EAACM,GAAU,EAAA,SAAS,EAAG,CAAA;AAAA,gBAAA,EAAA,CACzB,IACE;AAAA,gBACH,gBAAAN,EAAAO,GAAA,EAAuB,UAAApC,GAAS;AAAA,cAAA,GACnC;AAAA,YAAA;AAAA,UACF;AAAA,UACCK,KACC,gBAAAwB,EAACQ,GAAA,EACC,UAAA,gBAAAR;AAAA,YAACS;AAAA,YAAA;AAAA,cACC,MAAMC;AAAA,cACN,UAAS;AAAA,cACT,gBAAe;AAAA,cACf,SAAStC;AAAA,cACT,UAAUQ;AAAA,cACV,MAAK;AAAA,YAAA;AAAA,UAAA,GAET;AAAA,UAEDL,KACC,gBAAAyB,EAACW,GAAA,EACC,UAAA,gBAAAX;AAAA,YAACS;AAAA,YAAA;AAAA,cACC,MAAK;AAAA,cACL,MAAMG;AAAA,cACN,UAAS;AAAA,cACT,gBAAe;AAAA,cACf,SAASvC;AAAA,cACT,MAAMO;AAAA,YAAA;AAAA,UAAA,GAEV;AAAA,QAAA;AAAA,MAAA;AAAA,IAAA;AAAA,EAIR;AACF,GAEAiC,KAAe5C;"}
@@ -0,0 +1,27 @@
1
+ import s from "styled-components";
2
+ import i from "../../../ui/layout/flex-view.js";
3
+ const d = s(i)`
4
+ max-width: 200px;
5
+ cursor: pointer;
6
+ transition: background-color 0.3s ease;
7
+ position: relative;
8
+ border-left: 1px solid ${({ theme: o }) => o.colors.BLACK_5};
9
+ border-bottom: 1px solid ${({ theme: o }) => o.colors.BLACK_5};
10
+
11
+ &:hover {
12
+ background-color: ${({ theme: o }) => o.colors.BLACK_2};
13
+ }
14
+
15
+ ${({ index: o, theme: r }) => o < 5 && `border-top: 1px solid ${r.colors.BLACK_5};`}
16
+
17
+ ${({ index: o, isLastItem: r, theme: e }) => ((o + 1) % 5 === 0 || r) && `border-right: 1px solid ${e.colors.BLACK_5};`}
18
+ `, p = s.div`
19
+ display: inline-grid;
20
+ grid-template-columns: repeat(${({ itemCount: o }) => o < 5 ? o : 5}, 200px);
21
+ grid-auto-rows: 200px;
22
+ `;
23
+ export {
24
+ d as AccountCard,
25
+ p as UserAccountsWrapper
26
+ };
27
+ //# sourceMappingURL=claim-user-account-styled.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"claim-user-account-styled.js","sources":["../../../../../src/features/auth/signup/claim-user-account/claim-user-account-styled.tsx"],"sourcesContent":["import styled from 'styled-components';\n\nimport FlexView from '../../../ui/layout/flex-view';\n\nexport const AccountCard = styled(FlexView)<{ index: number; isLastItem: boolean }>`\n max-width: 200px;\n cursor: pointer;\n transition: background-color 0.3s ease;\n position: relative;\n border-left: 1px solid ${({ theme }) => theme.colors.BLACK_5};\n border-bottom: 1px solid ${({ theme }) => theme.colors.BLACK_5};\n\n &:hover {\n background-color: ${({ theme }) => theme.colors.BLACK_2};\n }\n\n ${({ index, theme }) => index < 5 && `border-top: 1px solid ${theme.colors.BLACK_5};`}\n\n ${({ index, isLastItem, theme }) =>\n ((index + 1) % 5 === 0 || isLastItem) && `border-right: 1px solid ${theme.colors.BLACK_5};`}\n`;\n\nexport const UserAccountsWrapper = styled.div<{ itemCount: number }>`\n display: inline-grid;\n grid-template-columns: repeat(${({ itemCount }) => (itemCount < 5 ? itemCount : 5)}, 200px);\n grid-auto-rows: 200px;\n`;\n"],"names":["AccountCard","styled","FlexView","theme","index","isLastItem","UserAccountsWrapper","itemCount"],"mappings":";;AAIa,MAAAA,IAAcC,EAAOC,CAAQ;AAAA;AAAA;AAAA;AAAA;AAAA,2BAKf,CAAC,EAAE,OAAAC,EAAA,MAAYA,EAAM,OAAO,OAAO;AAAA,6BACjC,CAAC,EAAE,OAAAA,EAAA,MAAYA,EAAM,OAAO,OAAO;AAAA;AAAA;AAAA,wBAGxC,CAAC,EAAE,OAAAA,EAAA,MAAYA,EAAM,OAAO,OAAO;AAAA;AAAA;AAAA,IAGvD,CAAC,EAAE,OAAAC,GAAO,OAAAD,EAAM,MAAMC,IAAQ,KAAK,yBAAyBD,EAAM,OAAO,OAAO,GAAG;AAAA;AAAA,IAEnF,CAAC,EAAE,OAAAC,GAAO,YAAAC,GAAY,OAAAF,UACpBC,IAAQ,KAAK,MAAM,KAAKC,MAAe,2BAA2BF,EAAM,OAAO,OAAO,GAAG;AAAA,GAGlFG,IAAsBL,EAAO;AAAA;AAAA,kCAER,CAAC,EAAE,WAAAM,QAAiBA,IAAY,IAAIA,IAAY,CAAE;AAAA;AAAA;"}
@@ -0,0 +1,76 @@
1
+ import { jsxs as r, jsx as e } from "react/jsx-runtime";
2
+ import { memo as f } from "react";
3
+ import { ILLUSTRATIONS as u } from "../../../../assets/illustrations/illustrations.js";
4
+ import g from "../../../ui/avatar/avatar.js";
5
+ import I from "../../../ui/buttons/button/button.js";
6
+ import A from "../../../ui/image/image.js";
7
+ import n from "../../../ui/layout/flex-view.js";
8
+ import t from "../../../ui/separator/separator.js";
9
+ import o from "../../../ui/text/text.js";
10
+ import C from "../../comps/overlay-loader/overlay-loader.js";
11
+ import { UserAccountsWrapper as T, AccountCard as b } from "./claim-user-account-styled.js";
12
+ const W = ({
13
+ email: m,
14
+ onSelectAccount: h,
15
+ userAccounts: i,
16
+ onCreateNewAccount: d,
17
+ isCreatingAccount: l,
18
+ isLoading: $
19
+ }) => {
20
+ const c = i.length;
21
+ return /* @__PURE__ */ r(n, { $flex: 1, $alignItems: "center", $justifyContent: "center", $width: "100%", $height: "100%", children: [
22
+ /* @__PURE__ */ e(C, { isLoading: $ }),
23
+ /* @__PURE__ */ e(A, { src: u.CIRCLE_CUEMATH_LOGO_WHITE, alt: "Parent Signup", withLoader: !1 }),
24
+ /* @__PURE__ */ e(t, { heightX: 1 }),
25
+ /* @__PURE__ */ r(n, { children: [
26
+ /* @__PURE__ */ r(o, { $renderAs: "ab1", $color: "WHITE", $align: "center", children: [
27
+ "We found multiple profiles linked to",
28
+ " ",
29
+ /* @__PURE__ */ e(o, { $color: "WHITE", $inline: !0, $renderAs: "ab1-bold", children: m })
30
+ ] }),
31
+ /* @__PURE__ */ e(o, { $renderAs: "ab1", $color: "WHITE", $align: "center", children: "Which one would you like to proceed with?" })
32
+ ] }),
33
+ /* @__PURE__ */ e(t, { heightX: 5 }),
34
+ /* @__PURE__ */ e(T, { itemCount: c, children: i.map(({ id: a, phone: p }, s) => /* @__PURE__ */ r(
35
+ b,
36
+ {
37
+ $gutterX: 2,
38
+ $gapX: 2.81,
39
+ $width: 200,
40
+ $height: 200,
41
+ $alignItems: "center",
42
+ $justifyContent: "center",
43
+ onClick: () => h(a),
44
+ index: s,
45
+ isLastItem: s === c - 1,
46
+ children: [
47
+ /* @__PURE__ */ e(g, { size: 80 }),
48
+ /* @__PURE__ */ e(t, { heightX: 0.5 }),
49
+ /* @__PURE__ */ e(o, { $color: "WHITE", $renderAs: "ab2", $align: "center", children: p })
50
+ ]
51
+ },
52
+ a
53
+ )) }),
54
+ /* @__PURE__ */ e(t, { heightX: 5 }),
55
+ /* @__PURE__ */ r(n, { $alignItems: "center", $justifyContent: "center", children: [
56
+ /* @__PURE__ */ e(o, { $renderAs: "ub2", $color: "WHITE", children: "Don't recognise these accounts?" }),
57
+ /* @__PURE__ */ e(t, { heightX: 1 }),
58
+ /* @__PURE__ */ e(
59
+ I,
60
+ {
61
+ width: 232,
62
+ size: "small",
63
+ label: "Create new account",
64
+ renderAs: "secondary",
65
+ onClick: d,
66
+ busy: l,
67
+ disabled: l
68
+ }
69
+ )
70
+ ] })
71
+ ] });
72
+ }, S = f(W);
73
+ export {
74
+ S as default
75
+ };
76
+ //# sourceMappingURL=claim-user-account.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"claim-user-account.js","sources":["../../../../../src/features/auth/signup/claim-user-account/claim-user-account.tsx"],"sourcesContent":["import type { IClaimUserAccountProps } from './claim-user-account-types';\n\nimport { memo } from 'react';\nimport { type FC } from 'react';\n\nimport { ILLUSTRATIONS } from '../../../../assets/illustrations/illustrations';\nimport Avatar from '../../../ui/avatar/avatar';\nimport Button from '../../../ui/buttons/button/button';\nimport Image from '../../../ui/image/image';\nimport FlexView from '../../../ui/layout/flex-view';\nimport Separator from '../../../ui/separator/separator';\nimport Text from '../../../ui/text/text';\nimport OverlayLoader from '../../comps/overlay-loader/overlay-loader';\nimport * as Styled from './claim-user-account-styled';\n\nconst ClaimUserAccount: FC<IClaimUserAccountProps> = ({\n email,\n onSelectAccount,\n userAccounts,\n onCreateNewAccount,\n isCreatingAccount,\n isLoading,\n}) => {\n const totalUsers = userAccounts.length;\n\n return (\n <FlexView $flex={1} $alignItems=\"center\" $justifyContent=\"center\" $width=\"100%\" $height=\"100%\">\n <OverlayLoader isLoading={isLoading} />\n <Image src={ILLUSTRATIONS.CIRCLE_CUEMATH_LOGO_WHITE} alt=\"Parent Signup\" withLoader={false} />\n <Separator heightX={1} />\n <FlexView>\n <Text $renderAs=\"ab1\" $color=\"WHITE\" $align=\"center\">\n We found multiple profiles linked to{' '}\n <Text $color=\"WHITE\" $inline $renderAs=\"ab1-bold\">\n {email}\n </Text>\n </Text>\n <Text $renderAs=\"ab1\" $color=\"WHITE\" $align=\"center\">\n Which one would you like to proceed with?\n </Text>\n </FlexView>\n <Separator heightX={5} />\n <Styled.UserAccountsWrapper itemCount={totalUsers}>\n {userAccounts.map(({ id, phone }, i) => (\n <Styled.AccountCard\n $gutterX={2}\n $gapX={2.81}\n key={id}\n $width={200}\n $height={200}\n $alignItems=\"center\"\n $justifyContent=\"center\"\n onClick={() => onSelectAccount(id)}\n index={i}\n isLastItem={i === totalUsers - 1}\n >\n <Avatar size={80} />\n <Separator heightX={0.5} />\n <Text $color=\"WHITE\" $renderAs=\"ab2\" $align=\"center\">\n {phone}\n </Text>\n </Styled.AccountCard>\n ))}\n </Styled.UserAccountsWrapper>\n <Separator heightX={5} />\n <FlexView $alignItems=\"center\" $justifyContent=\"center\">\n <Text $renderAs=\"ub2\" $color=\"WHITE\">\n Don't recognise these accounts?\n </Text>\n <Separator heightX={1} />\n <Button\n width={232}\n size=\"small\"\n label=\"Create new account\"\n renderAs=\"secondary\"\n onClick={onCreateNewAccount}\n busy={isCreatingAccount}\n disabled={isCreatingAccount}\n />\n </FlexView>\n </FlexView>\n );\n};\n\nexport default memo(ClaimUserAccount);\n"],"names":["ClaimUserAccount","email","onSelectAccount","userAccounts","onCreateNewAccount","isCreatingAccount","isLoading","totalUsers","jsxs","FlexView","jsx","OverlayLoader","Image","ILLUSTRATIONS","Separator","Text","Styled.UserAccountsWrapper","id","phone","i","Styled.AccountCard","Avatar","Button","claimUserAccount","memo"],"mappings":";;;;;;;;;;;AAeA,MAAMA,IAA+C,CAAC;AAAA,EACpD,OAAAC;AAAA,EACA,iBAAAC;AAAA,EACA,cAAAC;AAAA,EACA,oBAAAC;AAAA,EACA,mBAAAC;AAAA,EACA,WAAAC;AACF,MAAM;AACJ,QAAMC,IAAaJ,EAAa;AAG9B,SAAA,gBAAAK,EAACC,GAAS,EAAA,OAAO,GAAG,aAAY,UAAS,iBAAgB,UAAS,QAAO,QAAO,SAAQ,QACtF,UAAA;AAAA,IAAA,gBAAAC,EAACC,KAAc,WAAAL,GAAsB;AAAA,IACrC,gBAAAI,EAACE,KAAM,KAAKC,EAAc,2BAA2B,KAAI,iBAAgB,YAAY,IAAO;AAAA,IAC5F,gBAAAH,EAACI,GAAU,EAAA,SAAS,EAAG,CAAA;AAAA,sBACtBL,GACC,EAAA,UAAA;AAAA,MAAA,gBAAAD,EAACO,KAAK,WAAU,OAAM,QAAO,SAAQ,QAAO,UAAS,UAAA;AAAA,QAAA;AAAA,QACd;AAAA,QACrC,gBAAAL,EAACK,KAAK,QAAO,SAAQ,SAAO,IAAC,WAAU,YACpC,UACHd,EAAA,CAAA;AAAA,MAAA,GACF;AAAA,MACA,gBAAAS,EAACK,KAAK,WAAU,OAAM,QAAO,SAAQ,QAAO,UAAS,UAErD,4CAAA,CAAA;AAAA,IAAA,GACF;AAAA,IACA,gBAAAL,EAACI,GAAU,EAAA,SAAS,EAAG,CAAA;AAAA,IACtB,gBAAAJ,EAAAM,GAAA,EAA2B,WAAWT,GACpC,UAAaJ,EAAA,IAAI,CAAC,EAAE,IAAAc,GAAI,OAAAC,KAASC,MAChC,gBAAAX;AAAA,MAACY;AAAAA,MAAA;AAAA,QACC,UAAU;AAAA,QACV,OAAO;AAAA,QAEP,QAAQ;AAAA,QACR,SAAS;AAAA,QACT,aAAY;AAAA,QACZ,iBAAgB;AAAA,QAChB,SAAS,MAAMlB,EAAgBe,CAAE;AAAA,QACjC,OAAOE;AAAA,QACP,YAAYA,MAAMZ,IAAa;AAAA,QAE/B,UAAA;AAAA,UAAC,gBAAAG,EAAAW,GAAA,EAAO,MAAM,GAAI,CAAA;AAAA,UAClB,gBAAAX,EAACI,GAAU,EAAA,SAAS,IAAK,CAAA;AAAA,UACzB,gBAAAJ,EAACK,KAAK,QAAO,SAAQ,WAAU,OAAM,QAAO,UACzC,UACHG,EAAA,CAAA;AAAA,QAAA;AAAA,MAAA;AAAA,MAbKD;AAAA,IAeR,CAAA,GACH;AAAA,IACA,gBAAAP,EAACI,GAAU,EAAA,SAAS,EAAG,CAAA;AAAA,IACtB,gBAAAN,EAAAC,GAAA,EAAS,aAAY,UAAS,iBAAgB,UAC7C,UAAA;AAAA,MAAA,gBAAAC,EAACK,GAAK,EAAA,WAAU,OAAM,QAAO,SAAQ,UAErC,mCAAA;AAAA,MACA,gBAAAL,EAACI,GAAU,EAAA,SAAS,EAAG,CAAA;AAAA,MACvB,gBAAAJ;AAAA,QAACY;AAAA,QAAA;AAAA,UACC,OAAO;AAAA,UACP,MAAK;AAAA,UACL,OAAM;AAAA,UACN,UAAS;AAAA,UACT,SAASlB;AAAA,UACT,MAAMC;AAAA,UACN,UAAUA;AAAA,QAAA;AAAA,MACZ;AAAA,IAAA,GACF;AAAA,EACF,EAAA,CAAA;AAEJ,GAEekB,IAAAC,EAAKxB,CAAgB;"}
@@ -0,0 +1,38 @@
1
+ import o from "styled-components";
2
+ import e from "../../../ui/layout/flex-view.js";
3
+ const r = o.input`
4
+ width: 100%;
5
+ max-width: 320px;
6
+ padding: 0;
7
+ line-height: 40px;
8
+ text-transform: ${({ textTransform: t }) => t || "none"};
9
+ border: none;
10
+ outline: none;
11
+ background-color: transparent;
12
+ font-size: 32px;
13
+ text-align: ${({ align: t }) => t ?? "center"};
14
+ caret-color: ${({ theme: t }) => t.colors.WHITE};
15
+ color: ${({ theme: t }) => t.colors.WHITE};
16
+ font-family: 'Athletics-Light';
17
+ color: ${({ color: t }) => t};
18
+
19
+ &::placeholder {
20
+ font-family: 'Athletics-Light';
21
+ font-size: 32px;
22
+ }
23
+ &::-webkit-outer-spin-button,
24
+ &::-webkit-inner-spin-button {
25
+ -webkit-appearance: none;
26
+ }
27
+ `;
28
+ o(e)`
29
+ width: 100%;
30
+ `;
31
+ const p = o(e)`
32
+ position: relative;
33
+ `;
34
+ export {
35
+ r as CustomInput,
36
+ p as PasswordInputWrapper
37
+ };
38
+ //# sourceMappingURL=custom-input-styled.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"custom-input-styled.js","sources":["../../../../../src/features/auth/signup/custom-input/custom-input-styled.tsx"],"sourcesContent":["import styled from 'styled-components';\n\nimport FlexView from '../../../ui/layout/flex-view';\n\nexport const CustomInput = styled.input<{ color: string; align?: string; textTransform?: string }>`\n width: 100%;\n max-width: 320px;\n padding: 0;\n line-height: 40px;\n text-transform: ${({ textTransform }) => textTransform || 'none'};\n border: none;\n outline: none;\n background-color: transparent;\n font-size: 32px;\n text-align: ${({ align }) => align ?? 'center'};\n caret-color: ${({ theme }) => theme.colors.WHITE};\n color: ${({ theme }) => theme.colors.WHITE};\n font-family: 'Athletics-Light';\n color: ${({ color }) => color};\n\n &::placeholder {\n font-family: 'Athletics-Light';\n font-size: 32px;\n }\n &::-webkit-outer-spin-button,\n &::-webkit-inner-spin-button {\n -webkit-appearance: none;\n }\n`;\n\nexport const CountryCodeSelector = styled(FlexView)`\n width: 100%;\n`;\n\nexport const PasswordInputWrapper = styled(FlexView)`\n position: relative;\n`;\n"],"names":["CustomInput","styled","textTransform","align","theme","color","FlexView","PasswordInputWrapper"],"mappings":";;AAIO,MAAMA,IAAcC,EAAO;AAAA;AAAA;AAAA;AAAA;AAAA,oBAKd,CAAC,EAAE,eAAAC,QAAoBA,KAAiB,MAAM;AAAA;AAAA;AAAA;AAAA;AAAA,gBAKlD,CAAC,EAAE,OAAAC,QAAYA,KAAS,QAAQ;AAAA,iBAC/B,CAAC,EAAE,OAAAC,EAAA,MAAYA,EAAM,OAAO,KAAK;AAAA,WACvC,CAAC,EAAE,OAAAA,EAAA,MAAYA,EAAM,OAAO,KAAK;AAAA;AAAA,WAEjC,CAAC,EAAE,OAAAC,EAAM,MAAMA,CAAK;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAYIJ,EAAOK,CAAQ;AAAA;AAAA;AAIrC,MAAAC,IAAuBN,EAAOK,CAAQ;AAAA;AAAA;"}
@@ -0,0 +1,86 @@
1
+ import r from "styled-components";
2
+ const a = r.div`
3
+ .react-datepicker {
4
+ font-family: UntitledSans-Medium;
5
+ font-size: 14px;
6
+ background-color: ${({ theme: e }) => e.colors.BLACK_3};
7
+ border: 1px solid ${({ theme: e }) => e.colors.BLACK_5};
8
+ padding: 16px;
9
+ border-radius: 8px;
10
+ transition: all 0.3s ease-in-out;
11
+ }
12
+
13
+ .react-datepicker__aria-live {
14
+ display: none;
15
+ }
16
+ .react-datepicker__header {
17
+ color: ${({ theme: e }) => e.colors.WHITE};
18
+ text-align: center;
19
+ }
20
+
21
+ .react-datepicker__month-wrapper {
22
+ display: flex;
23
+ }
24
+ .react-datepicker__month-text {
25
+ color: ${({ theme: e }) => e.colors.WHITE_T_38};
26
+ cursor: pointer;
27
+ padding: 8px;
28
+ border-radius: 4px;
29
+ &:hover {
30
+ color: ${({ theme: e }) => e.colors.WHITE};
31
+ }
32
+ }
33
+ .react-datepicker__month-text--disabled {
34
+ color: ${({ theme: e }) => e.colors.WHITE_T_10};
35
+ cursor: not-allowed;
36
+ &:hover {
37
+ color: ${({ theme: e }) => e.colors.WHITE_T_10};
38
+ }
39
+ }
40
+ .react-datepicker__month-text--selected {
41
+ color: ${({ theme: e }) => e.colors.WHITE};
42
+ }
43
+
44
+ .react-datepicker__navigation--previous {
45
+ background: url('/path/to/your/custom-left-arrow.svg') no-repeat center;
46
+ width: 20px;
47
+ height: 20px;
48
+ border: none;
49
+ background-size: contain;
50
+ }
51
+
52
+ .react-datepicker__navigation--next {
53
+ background: url('/path/to/your/custom-right-arrow.svg') no-repeat center;
54
+ width: 20px;
55
+ height: 20px;
56
+ border: none;
57
+ background-size: contain;
58
+ }
59
+
60
+ .react-datepicker__navigation-icon::before {
61
+ content: none;
62
+ }
63
+
64
+ .react-datepicker__input-container input {
65
+ max-width: 320px;
66
+ padding: 0;
67
+ line-height: 40px;
68
+ border: none;
69
+ outline: none;
70
+ background-color: transparent;
71
+ font-size: 32px;
72
+ text-align: center;
73
+ caret-color: ${({ theme: e }) => e.colors.WHITE};
74
+ color: ${({ theme: e, color: o }) => o || e.colors.WHITE};
75
+ font-family: 'Athletics-Light';
76
+
77
+ &::placeholder {
78
+ font-family: 'Athletics-Light';
79
+ font-size: 32px;
80
+ }
81
+ }
82
+ `;
83
+ export {
84
+ a as StyledDatePickerWrapper
85
+ };
86
+ //# sourceMappingURL=date-picker-input-styled.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"date-picker-input-styled.js","sources":["../../../../../../src/features/auth/signup/custom-input/date-picker-input/date-picker-input-styled.tsx"],"sourcesContent":["import styled from 'styled-components';\n\nexport const StyledDatePickerWrapper = styled.div`\n .react-datepicker {\n font-family: UntitledSans-Medium;\n font-size: 14px;\n background-color: ${({ theme }) => theme.colors.BLACK_3};\n border: 1px solid ${({ theme }) => theme.colors.BLACK_5};\n padding: 16px;\n border-radius: 8px;\n transition: all 0.3s ease-in-out;\n }\n\n .react-datepicker__aria-live {\n display: none;\n }\n .react-datepicker__header {\n color: ${({ theme }) => theme.colors.WHITE};\n text-align: center;\n }\n\n .react-datepicker__month-wrapper {\n display: flex;\n }\n .react-datepicker__month-text {\n color: ${({ theme }) => theme.colors.WHITE_T_38};\n cursor: pointer;\n padding: 8px;\n border-radius: 4px;\n &:hover {\n color: ${({ theme }) => theme.colors.WHITE};\n }\n }\n .react-datepicker__month-text--disabled {\n color: ${({ theme }) => theme.colors.WHITE_T_10};\n cursor: not-allowed;\n &:hover {\n color: ${({ theme }) => theme.colors.WHITE_T_10};\n }\n }\n .react-datepicker__month-text--selected {\n color: ${({ theme }) => theme.colors.WHITE};\n }\n\n .react-datepicker__navigation--previous {\n background: url('/path/to/your/custom-left-arrow.svg') no-repeat center;\n width: 20px;\n height: 20px;\n border: none;\n background-size: contain;\n }\n\n .react-datepicker__navigation--next {\n background: url('/path/to/your/custom-right-arrow.svg') no-repeat center;\n width: 20px;\n height: 20px;\n border: none;\n background-size: contain;\n }\n\n .react-datepicker__navigation-icon::before {\n content: none;\n }\n\n .react-datepicker__input-container input {\n max-width: 320px;\n padding: 0;\n line-height: 40px;\n border: none;\n outline: none;\n background-color: transparent;\n font-size: 32px;\n text-align: center;\n caret-color: ${({ theme }) => theme.colors.WHITE};\n color: ${({ theme, color }) => color || theme.colors.WHITE};\n font-family: 'Athletics-Light';\n\n &::placeholder {\n font-family: 'Athletics-Light';\n font-size: 32px;\n }\n }\n`;\n"],"names":["StyledDatePickerWrapper","styled","theme","color"],"mappings":";AAEO,MAAMA,IAA0BC,EAAO;AAAA;AAAA;AAAA;AAAA,wBAItB,CAAC,EAAE,OAAAC,EAAA,MAAYA,EAAM,OAAO,OAAO;AAAA,wBACnC,CAAC,EAAE,OAAAA,EAAA,MAAYA,EAAM,OAAO,OAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,aAU9C,CAAC,EAAE,OAAAA,EAAA,MAAYA,EAAM,OAAO,KAAK;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,aAQjC,CAAC,EAAE,OAAAA,EAAA,MAAYA,EAAM,OAAO,UAAU;AAAA;AAAA;AAAA;AAAA;AAAA,eAKpC,CAAC,EAAE,OAAAA,EAAA,MAAYA,EAAM,OAAO,KAAK;AAAA;AAAA;AAAA;AAAA,aAInC,CAAC,EAAE,OAAAA,EAAA,MAAYA,EAAM,OAAO,UAAU;AAAA;AAAA;AAAA,eAGpC,CAAC,EAAE,OAAAA,EAAA,MAAYA,EAAM,OAAO,UAAU;AAAA;AAAA;AAAA;AAAA,aAIxC,CAAC,EAAE,OAAAA,EAAA,MAAYA,EAAM,OAAO,KAAK;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAgC3B,CAAC,EAAE,OAAAA,EAAA,MAAYA,EAAM,OAAO,KAAK;AAAA,aACvC,CAAC,EAAE,OAAAA,GAAO,OAAAC,EAAA,MAAYA,KAASD,EAAM,OAAO,KAAK;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;"}
@@ -0,0 +1,58 @@
1
+ import { jsx as e, jsxs as d } from "react/jsx-runtime";
2
+ import f from "../../../../../node_modules/react-datepicker/dist/index.es.js";
3
+ import { useTheme as h } from "styled-components";
4
+ import I from "../../../../../assets/line-icons/icons/left.js";
5
+ import T from "../../../../../assets/line-icons/icons/right.js";
6
+ import l from "../../../../ui/buttons/clickable/clickable.js";
7
+ import u from "../../../../ui/layout/flex-view.js";
8
+ import k from "../../../../ui/text/text.js";
9
+ import { InputWrapper as w } from "../input-wrapper/input-wrapper.js";
10
+ import { StyledDatePickerWrapper as x } from "./date-picker-input-styled.js";
11
+ import { subYears as c } from "../../../../../node_modules/date-fns/subYears.js";
12
+ const y = ({ value: a, onChange: m, error: n }) => {
13
+ const o = h();
14
+ return /* @__PURE__ */ e(w, { helperText: n, children: /* @__PURE__ */ e(x, { children: /* @__PURE__ */ e(
15
+ f,
16
+ {
17
+ selected: a,
18
+ showMonthYearPicker: !0,
19
+ showPopperArrow: !1,
20
+ dateFormat: "MM/yyyy",
21
+ placeholderText: "MM / YYYY",
22
+ onChange: (r) => m(r),
23
+ minDate: c(/* @__PURE__ */ new Date(), 22),
24
+ maxDate: c(/* @__PURE__ */ new Date(), 2),
25
+ renderCustomHeader: ({
26
+ date: r,
27
+ decreaseYear: p,
28
+ increaseYear: s,
29
+ prevYearButtonDisabled: t,
30
+ nextYearButtonDisabled: i
31
+ }) => /* @__PURE__ */ d(u, { $alignItems: "center", $flexDirection: "row", $justifyContent: "space-between", children: [
32
+ /* @__PURE__ */ e(
33
+ l,
34
+ {
35
+ onClick: p,
36
+ label: "increase-year",
37
+ disabled: t,
38
+ children: /* @__PURE__ */ e(I, { color: o.colors[t ? "WHITE_T_10" : "WHITE"] })
39
+ }
40
+ ),
41
+ /* @__PURE__ */ e(k, { $renderAs: "ub2-bold", $color: "WHITE", children: r.getFullYear() }),
42
+ /* @__PURE__ */ e(
43
+ l,
44
+ {
45
+ onClick: s,
46
+ label: "decrease-year",
47
+ disabled: i,
48
+ children: /* @__PURE__ */ e(T, { color: o.colors[i ? "WHITE_T_10" : "WHITE"] })
49
+ }
50
+ )
51
+ ] })
52
+ }
53
+ ) }) });
54
+ }, _ = y;
55
+ export {
56
+ _ as default
57
+ };
58
+ //# sourceMappingURL=date-picker-input.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"date-picker-input.js","sources":["../../../../../../src/features/auth/signup/custom-input/date-picker-input/date-picker-input.tsx"],"sourcesContent":["import type { IDatePickerInputProps } from './date-picker-input-types';\n\nimport { subYears } from 'date-fns';\nimport { type FC } from 'react';\nimport DatePicker from 'react-datepicker';\nimport { useTheme } from 'styled-components';\n\nimport LeftIcon from '../../../../../assets/line-icons/icons/left';\nimport RightIcon from '../../../../../assets/line-icons/icons/right';\nimport Clickable from '../../../../ui/buttons/clickable/clickable';\nimport FlexView from '../../../../ui/layout/flex-view';\nimport Text from '../../../../ui/text/text';\nimport { InputWrapper } from '../input-wrapper/input-wrapper';\nimport * as Styled from './date-picker-input-styled';\n\nconst DatePickerInput: FC<IDatePickerInputProps> = ({ value, onChange, error }) => {\n const theme = useTheme();\n\n return (\n <InputWrapper helperText={error}>\n <Styled.StyledDatePickerWrapper>\n <DatePicker\n selected={value}\n showMonthYearPicker\n showPopperArrow={false}\n dateFormat=\"MM/yyyy\"\n placeholderText=\"MM / YYYY\"\n onChange={date => onChange(date)}\n minDate={subYears(new Date(), 22)}\n maxDate={subYears(new Date(), 2)}\n renderCustomHeader={({\n date,\n decreaseYear,\n increaseYear,\n prevYearButtonDisabled,\n nextYearButtonDisabled,\n }) => (\n <FlexView $alignItems=\"center\" $flexDirection=\"row\" $justifyContent=\"space-between\">\n <Clickable\n onClick={decreaseYear}\n label=\"increase-year\"\n disabled={prevYearButtonDisabled}\n >\n <LeftIcon color={theme.colors[prevYearButtonDisabled ? 'WHITE_T_10' : 'WHITE']} />\n </Clickable>\n <Text $renderAs=\"ub2-bold\" $color=\"WHITE\">\n {date.getFullYear()}\n </Text>\n <Clickable\n onClick={increaseYear}\n label=\"decrease-year\"\n disabled={nextYearButtonDisabled}\n >\n <RightIcon color={theme.colors[nextYearButtonDisabled ? 'WHITE_T_10' : 'WHITE']} />\n </Clickable>\n </FlexView>\n )}\n />\n </Styled.StyledDatePickerWrapper>\n </InputWrapper>\n );\n};\n\nexport default DatePickerInput;\n"],"names":["DatePickerInput","value","onChange","error","theme","useTheme","InputWrapper","jsx","Styled.StyledDatePickerWrapper","DatePicker","date","subYears","decreaseYear","increaseYear","prevYearButtonDisabled","nextYearButtonDisabled","FlexView","Clickable","LeftIcon","Text","RightIcon","DatePickerInput$1"],"mappings":";;;;;;;;;;;AAeA,MAAMA,IAA6C,CAAC,EAAE,OAAAC,GAAO,UAAAC,GAAU,OAAAC,QAAY;AACjF,QAAMC,IAAQC;AAEd,2BACGC,GAAa,EAAA,YAAYH,GACxB,UAAC,gBAAAI,EAAAC,GAAA,EACC,UAAA,gBAAAD;AAAA,IAACE;AAAA,IAAA;AAAA,MACC,UAAUR;AAAA,MACV,qBAAmB;AAAA,MACnB,iBAAiB;AAAA,MACjB,YAAW;AAAA,MACX,iBAAgB;AAAA,MAChB,UAAU,CAAQS,MAAAR,EAASQ,CAAI;AAAA,MAC/B,SAASC,EAAa,oBAAA,KAAA,GAAQ,EAAE;AAAA,MAChC,SAASA,EAAa,oBAAA,KAAA,GAAQ,CAAC;AAAA,MAC/B,oBAAoB,CAAC;AAAA,QACnB,MAAAD;AAAA,QACA,cAAAE;AAAA,QACA,cAAAC;AAAA,QACA,wBAAAC;AAAA,QACA,wBAAAC;AAAA,MAAA,wBAECC,GAAS,EAAA,aAAY,UAAS,gBAAe,OAAM,iBAAgB,iBAClE,UAAA;AAAA,QAAA,gBAAAT;AAAA,UAACU;AAAA,UAAA;AAAA,YACC,SAASL;AAAA,YACT,OAAM;AAAA,YACN,UAAUE;AAAA,YAEV,UAAA,gBAAAP,EAACW,KAAS,OAAOd,EAAM,OAAOU,IAAyB,eAAe,OAAO,GAAG;AAAA,UAAA;AAAA,QAClF;AAAA,QACA,gBAAAP,EAACY,KAAK,WAAU,YAAW,QAAO,SAC/B,UAAAT,EAAK,eACR;AAAA,QACA,gBAAAH;AAAA,UAACU;AAAA,UAAA;AAAA,YACC,SAASJ;AAAA,YACT,OAAM;AAAA,YACN,UAAUE;AAAA,YAEV,UAAA,gBAAAR,EAACa,KAAU,OAAOhB,EAAM,OAAOW,IAAyB,eAAe,OAAO,GAAG;AAAA,UAAA;AAAA,QACnF;AAAA,MAAA,GACF;AAAA,IAAA;AAAA,EAAA,EAGN,CAAA,EACF,CAAA;AAEJ,GAEAM,IAAerB;"}
@@ -0,0 +1,30 @@
1
+ import { jsx as m } from "react/jsx-runtime";
2
+ import { useCallback as i } from "react";
3
+ import { useTheme as c } from "styled-components";
4
+ import { CustomInput as s } from "../custom-input-styled.js";
5
+ import { InputWrapper as n } from "../input-wrapper/input-wrapper.js";
6
+ const f = ({ value: l, onChange: r, error: t, onEnter: o }) => {
7
+ var a;
8
+ const p = c(), u = i(
9
+ (e) => {
10
+ e.key === "Enter" && (o == null || o());
11
+ },
12
+ [o]
13
+ );
14
+ return /* @__PURE__ */ m(n, { helperText: t, children: /* @__PURE__ */ m(
15
+ s,
16
+ {
17
+ value: l,
18
+ onChange: (e) => r(e.target.value),
19
+ autoFocus: !0,
20
+ placeholder: "your-email@gmail.com",
21
+ color: (a = p.colors) == null ? void 0 : a[t ? "RED" : "WHITE"],
22
+ autoCapitalize: "none",
23
+ onKeyDown: u
24
+ }
25
+ ) });
26
+ }, g = f;
27
+ export {
28
+ g as default
29
+ };
30
+ //# sourceMappingURL=email-input.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"email-input.js","sources":["../../../../../../src/features/auth/signup/custom-input/email-input/email-input.tsx"],"sourcesContent":["import type { ICustomInputProps } from '../custom-input-types';\n\nimport { useCallback, type FC, type KeyboardEvent } from 'react';\nimport { useTheme } from 'styled-components';\n\nimport * as Styled from '../custom-input-styled';\nimport { InputWrapper } from '../input-wrapper/input-wrapper';\n\nconst EmailInput: FC<ICustomInputProps> = ({ value, onChange, error, onEnter }) => {\n const theme = useTheme();\n\n const handleKeyDown = useCallback(\n (event: KeyboardEvent<HTMLInputElement>) => {\n if (event.key === 'Enter') {\n onEnter?.();\n }\n },\n [onEnter],\n );\n\n return (\n <InputWrapper helperText={error}>\n <Styled.CustomInput\n value={value}\n onChange={event => onChange(event.target.value)}\n autoFocus\n placeholder=\"your-email@gmail.com\"\n color={theme.colors?.[error ? 'RED' : 'WHITE']}\n autoCapitalize=\"none\"\n onKeyDown={handleKeyDown}\n />\n </InputWrapper>\n );\n};\n\nexport default EmailInput;\n"],"names":["EmailInput","value","onChange","error","onEnter","theme","useTheme","handleKeyDown","useCallback","event","jsx","InputWrapper","Styled.CustomInput","_a","EmailInput$1"],"mappings":";;;;;AAQA,MAAMA,IAAoC,CAAC,EAAE,OAAAC,GAAO,UAAAC,GAAU,OAAAC,GAAO,SAAAC,QAAc;;AACjF,QAAMC,IAAQC,KAERC,IAAgBC;AAAA,IACpB,CAACC,MAA2C;AACtC,MAAAA,EAAM,QAAQ,YACNL,KAAA,QAAAA;AAAA,IAEd;AAAA,IACA,CAACA,CAAO;AAAA,EAAA;AAIR,SAAA,gBAAAM,EAACC,GAAa,EAAA,YAAYR,GACxB,UAAA,gBAAAO;AAAA,IAACE;AAAAA,IAAA;AAAA,MACC,OAAAX;AAAA,MACA,UAAU,CAAAQ,MAASP,EAASO,EAAM,OAAO,KAAK;AAAA,MAC9C,WAAS;AAAA,MACT,aAAY;AAAA,MACZ,QAAOI,IAAAR,EAAM,WAAN,gBAAAQ,EAAeV,IAAQ,QAAQ;AAAA,MACtC,gBAAe;AAAA,MACf,WAAWI;AAAA,IAAA;AAAA,EAEf,EAAA,CAAA;AAEJ,GAEAO,IAAed;"}
@@ -0,0 +1,31 @@
1
+ import c from "styled-components";
2
+ import s from "../../../../ui/layout/flex-view.js";
3
+ const p = c(s)`
4
+ max-width: 264px;
5
+ `, x = c(s)(({ selected: r, theme: o }) => {
6
+ const t = o.colors[r ? "WHITE" : "REAL_BLACK"], l = o.colors[r ? "REAL_BLACK" : "WHITE_T_38"], n = o.colors.WHITE, d = o.colors.REAL_BLACK, i = o.colors.WHITE;
7
+ return `
8
+ cursor: pointer;
9
+ transition: all 0.3s ease;
10
+ background-color: ${t};
11
+ border-width: 2px;
12
+
13
+ > div {
14
+ color: ${l};
15
+ }
16
+
17
+ &:hover {
18
+ background-color: ${n};
19
+ border-color: ${i};
20
+
21
+ > div {
22
+ color: ${d};
23
+ }
24
+ }
25
+ `;
26
+ });
27
+ export {
28
+ x as GradeItem,
29
+ p as GradeListWrapper
30
+ };
31
+ //# sourceMappingURL=grade-input-styled.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"grade-input-styled.js","sources":["../../../../../../src/features/auth/signup/custom-input/grade-input/grade-input-styled.tsx"],"sourcesContent":["import styled from 'styled-components';\n\nimport FlexView from '../../../../ui/layout/flex-view';\n\nexport const GradeListWrapper = styled(FlexView)`\n max-width: 264px;\n`;\n\nexport const GradeItem = styled(FlexView)<{ selected: boolean }>(({ selected, theme }) => {\n const bgColor = theme.colors[selected ? 'WHITE' : 'REAL_BLACK'];\n const textColor = theme.colors[selected ? 'REAL_BLACK' : 'WHITE_T_38'];\n const hoverBg = theme.colors.WHITE;\n const hoverText = theme.colors.REAL_BLACK;\n const hoverBorder = theme.colors.WHITE;\n\n return `\n cursor: pointer;\n transition: all 0.3s ease;\n background-color: ${bgColor};\n border-width: 2px;\n\n > div {\n color: ${textColor};\n }\n\n &:hover {\n background-color: ${hoverBg};\n border-color: ${hoverBorder};\n\n > div {\n color: ${hoverText};\n }\n }\n `;\n});\n"],"names":["GradeListWrapper","styled","FlexView","GradeItem","selected","theme","bgColor","textColor","hoverBg","hoverText","hoverBorder"],"mappings":";;AAIa,MAAAA,IAAmBC,EAAOC,CAAQ;AAAA;AAAA,GAIlCC,IAAYF,EAAOC,CAAQ,EAAyB,CAAC,EAAE,UAAAE,GAAU,OAAAC,QAAY;AACxF,QAAMC,IAAUD,EAAM,OAAOD,IAAW,UAAU,YAAY,GACxDG,IAAYF,EAAM,OAAOD,IAAW,eAAe,YAAY,GAC/DI,IAAUH,EAAM,OAAO,OACvBI,IAAYJ,EAAM,OAAO,YACzBK,IAAcL,EAAM,OAAO;AAE1B,SAAA;AAAA;AAAA;AAAA,0BAGiBC,CAAO;AAAA;AAAA;AAAA;AAAA,iBAIhBC,CAAS;AAAA;AAAA;AAAA;AAAA,4BAIEC,CAAO;AAAA,wBACXE,CAAW;AAAA;AAAA;AAAA,mBAGhBD,CAAS;AAAA;AAAA;AAAA;AAI5B,CAAC;"}
@@ -0,0 +1,30 @@
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ import a from "../../../../ui/text/text.js";
3
+ import { STUDENT_GRADE_OPTIONS as c } from "../../signup-constants.js";
4
+ import { InputWrapper as p } from "../input-wrapper/input-wrapper.js";
5
+ import { GradeListWrapper as $, GradeItem as l } from "./grade-input-styled.js";
6
+ const m = ({ value: n, onChange: d, error: i }) => /* @__PURE__ */ r(p, { helperText: i, children: /* @__PURE__ */ r($, { $flexDirection: "row", $flexWrap: !0, $flexGapX: 1, children: [...c].map(({ label: o, value: e }) => {
7
+ const t = e === n;
8
+ return /* @__PURE__ */ r(
9
+ l,
10
+ {
11
+ selected: t,
12
+ onClick: () => d(e),
13
+ $borderRadius: 48,
14
+ $gutter: 13,
15
+ $gap: 6,
16
+ $alignItems: "center",
17
+ $justifyContent: "center",
18
+ $background: t ? "WHITE" : "REAL_BLACK",
19
+ $borderColor: t ? "WHITE" : "BLACK_5",
20
+ $width: e === "-1" ? 96 : 40,
21
+ $height: 40,
22
+ children: /* @__PURE__ */ r(a, { $align: "center", $renderAs: "ab1", children: o })
23
+ },
24
+ e
25
+ );
26
+ }) }) }), x = m;
27
+ export {
28
+ x as default
29
+ };
30
+ //# sourceMappingURL=grade-input.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"grade-input.js","sources":["../../../../../../src/features/auth/signup/custom-input/grade-input/grade-input.tsx"],"sourcesContent":["import type { ICustomInputProps } from '../custom-input-types';\nimport type { FC } from 'react';\n\nimport Text from '../../../../ui/text/text';\nimport { STUDENT_GRADE_OPTIONS } from '../../signup-constants';\nimport { InputWrapper } from '../input-wrapper/input-wrapper';\nimport * as Styled from './grade-input-styled';\n\nconst GradeInput: FC<ICustomInputProps> = ({ value, onChange, error }) => {\n return (\n <InputWrapper helperText={error}>\n <Styled.GradeListWrapper $flexDirection=\"row\" $flexWrap $flexGapX={1}>\n {[...STUDENT_GRADE_OPTIONS].map(({ label, value: optionVal }) => {\n const isSelected = optionVal === value;\n\n return (\n <Styled.GradeItem\n key={optionVal}\n selected={isSelected}\n onClick={() => onChange(optionVal)}\n $borderRadius={48}\n $gutter={13}\n $gap={6}\n $alignItems=\"center\"\n $justifyContent=\"center\"\n $background={isSelected ? 'WHITE' : 'REAL_BLACK'}\n $borderColor={isSelected ? 'WHITE' : 'BLACK_5'}\n $width={optionVal === '-1' ? 96 : 40}\n $height={40}\n >\n <Text $align=\"center\" $renderAs=\"ab1\">\n {label}\n </Text>\n </Styled.GradeItem>\n );\n })}\n </Styled.GradeListWrapper>\n </InputWrapper>\n );\n};\n\nexport default GradeInput;\n"],"names":["GradeInput","value","onChange","error","jsx","InputWrapper","Styled.GradeListWrapper","STUDENT_GRADE_OPTIONS","label","optionVal","isSelected","Styled.GradeItem","Text","GradeInput$1"],"mappings":";;;;;AAQA,MAAMA,IAAoC,CAAC,EAAE,OAAAC,GAAO,UAAAC,GAAU,OAAAC,QAE1D,gBAAAC,EAACC,GAAa,EAAA,YAAYF,GACxB,UAAA,gBAAAC,EAACE,GAAA,EAAwB,gBAAe,OAAM,WAAS,IAAC,WAAW,GAChE,UAAA,CAAC,GAAGC,CAAqB,EAAE,IAAI,CAAC,EAAE,OAAAC,GAAO,OAAOC,EAAA,MAAgB;AAC/D,QAAMC,IAAaD,MAAcR;AAG/B,SAAA,gBAAAG;AAAA,IAACO;AAAAA,IAAA;AAAA,MAEC,UAAUD;AAAA,MACV,SAAS,MAAMR,EAASO,CAAS;AAAA,MACjC,eAAe;AAAA,MACf,SAAS;AAAA,MACT,MAAM;AAAA,MACN,aAAY;AAAA,MACZ,iBAAgB;AAAA,MAChB,aAAaC,IAAa,UAAU;AAAA,MACpC,cAAcA,IAAa,UAAU;AAAA,MACrC,QAAQD,MAAc,OAAO,KAAK;AAAA,MAClC,SAAS;AAAA,MAET,4BAACG,GAAK,EAAA,QAAO,UAAS,WAAU,OAC7B,UACHJ,GAAA;AAAA,IAAA;AAAA,IAfKC;AAAA,EAAA;AAgBP,CAEH,GACH,EACF,CAAA,GAIJI,IAAeb;"}