@cuemath/leap 3.0.10 → 3.0.11-j1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (407) hide show
  1. package/dist/assets/illustrations/illustrations.js +3 -0
  2. package/dist/assets/illustrations/illustrations.js.map +1 -1
  3. package/dist/assets/illustrations/loader-1.svg.js +6 -0
  4. package/dist/assets/illustrations/loader-1.svg.js.map +1 -0
  5. package/dist/assets/line-icons/icons/apple-icon.js +48 -0
  6. package/dist/assets/line-icons/icons/apple-icon.js.map +1 -0
  7. package/dist/assets/line-icons/icons/google-icon.js +42 -0
  8. package/dist/assets/line-icons/icons/google-icon.js.map +1 -0
  9. package/dist/assets/lottie/lottie.js +11 -0
  10. package/dist/assets/lottie/lottie.js.map +1 -1
  11. package/dist/features/auth/account-selector/account-selector-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 +47 -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/identifier-otp-form/identifier-otp-form-styled.js +12 -0
  44. package/dist/features/auth/login/identifier-otp-form/identifier-otp-form-styled.js.map +1 -0
  45. package/dist/features/auth/login/identifier-otp-form/identifier-otp-form.js +88 -0
  46. package/dist/features/auth/login/identifier-otp-form/identifier-otp-form.js.map +1 -0
  47. package/dist/features/auth/login/login-constants.js +12 -0
  48. package/dist/features/auth/login/login-constants.js.map +1 -0
  49. package/dist/features/auth/login/social-account-not-found/social-account-not-found.js +31 -0
  50. package/dist/features/auth/login/social-account-not-found/social-account-not-found.js.map +1 -0
  51. package/dist/features/auth/login/social-login-methods/social-login-methods.js +46 -0
  52. package/dist/features/auth/login/social-login-methods/social-login-methods.js.map +1 -0
  53. package/dist/features/auth/login/username-password-form/username-password-form.js +87 -0
  54. package/dist/features/auth/login/username-password-form/username-password-form.js.map +1 -0
  55. package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper-styled.js +56 -0
  56. package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper-styled.js.map +1 -0
  57. package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper.js +131 -0
  58. package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper.js.map +1 -0
  59. package/dist/features/auth/signup/claim-user-account/claim-user-account-styled.js +27 -0
  60. package/dist/features/auth/signup/claim-user-account/claim-user-account-styled.js.map +1 -0
  61. package/dist/features/auth/signup/claim-user-account/claim-user-account.js +79 -0
  62. package/dist/features/auth/signup/claim-user-account/claim-user-account.js.map +1 -0
  63. package/dist/features/auth/signup/custom-input-field/country-selector/country-code-button.js +33 -0
  64. package/dist/features/auth/signup/custom-input-field/country-selector/country-code-button.js.map +1 -0
  65. package/dist/features/auth/signup/custom-input-field/country-selector/country-list-menu.js +98 -0
  66. package/dist/features/auth/signup/custom-input-field/country-selector/country-list-menu.js.map +1 -0
  67. package/dist/features/auth/signup/custom-input-field/country-selector/country-selector-styled.js +57 -0
  68. package/dist/features/auth/signup/custom-input-field/country-selector/country-selector-styled.js.map +1 -0
  69. package/dist/features/auth/signup/custom-input-field/country-selector/country-selector.js +26 -0
  70. package/dist/features/auth/signup/custom-input-field/country-selector/country-selector.js.map +1 -0
  71. package/dist/features/auth/signup/custom-input-field/custom-input-field-styled.js +30 -0
  72. package/dist/features/auth/signup/custom-input-field/custom-input-field-styled.js.map +1 -0
  73. package/dist/features/auth/signup/custom-input-field/custom-input-field.js +93 -0
  74. package/dist/features/auth/signup/custom-input-field/custom-input-field.js.map +1 -0
  75. package/dist/features/auth/signup/custom-input-field/date-picker-input/date-picker-input-styled.js +88 -0
  76. package/dist/features/auth/signup/custom-input-field/date-picker-input/date-picker-input-styled.js.map +1 -0
  77. package/dist/features/auth/signup/custom-input-field/date-picker-input/date-picker-input.js +58 -0
  78. package/dist/features/auth/signup/custom-input-field/date-picker-input/date-picker-input.js.map +1 -0
  79. package/dist/features/auth/signup/custom-input-field/grade-input/grade-input-styled.js +31 -0
  80. package/dist/features/auth/signup/custom-input-field/grade-input/grade-input-styled.js.map +1 -0
  81. package/dist/features/auth/signup/custom-input-field/grade-input/grade-input.js +30 -0
  82. package/dist/features/auth/signup/custom-input-field/grade-input/grade-input.js.map +1 -0
  83. package/dist/features/auth/signup/custom-input-field/input-wrapper/input-wrapper-styled.js +11 -0
  84. package/dist/features/auth/signup/custom-input-field/input-wrapper/input-wrapper-styled.js.map +1 -0
  85. package/dist/features/auth/signup/custom-input-field/input-wrapper/input-wrapper.js +33 -0
  86. package/dist/features/auth/signup/custom-input-field/input-wrapper/input-wrapper.js.map +1 -0
  87. package/dist/features/auth/signup/custom-input-field/password-toggle/password-toggle.js +9 -0
  88. package/dist/features/auth/signup/custom-input-field/password-toggle/password-toggle.js.map +1 -0
  89. package/dist/features/auth/signup/signup-constants.js +1031 -0
  90. package/dist/features/auth/signup/signup-constants.js.map +1 -0
  91. package/dist/features/auth/signup/signup-methods/signup-methods.js +68 -0
  92. package/dist/features/auth/signup/signup-methods/signup-methods.js.map +1 -0
  93. package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card-styled.js +19 -0
  94. package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card-styled.js.map +1 -0
  95. package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card.js +62 -0
  96. package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card.js.map +1 -0
  97. package/dist/features/auth/signup/user-type-selector/user-type-selector-styled.js +24 -0
  98. package/dist/features/auth/signup/user-type-selector/user-type-selector-styled.js.map +1 -0
  99. package/dist/features/auth/signup/user-type-selector/user-type-selector.js +87 -0
  100. package/dist/features/auth/signup/user-type-selector/user-type-selector.js.map +1 -0
  101. package/dist/index.d.ts +279 -0
  102. package/dist/index.js +551 -505
  103. package/dist/index.js.map +1 -1
  104. package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +332 -0
  105. package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js.map +1 -0
  106. package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +370 -0
  107. package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js.map +1 -0
  108. package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.js +252 -0
  109. package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.js.map +1 -0
  110. package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.utils.js +24 -0
  111. package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.utils.js.map +1 -0
  112. package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +192 -0
  113. package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js.map +1 -0
  114. package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +19 -0
  115. package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +1 -0
  116. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +129 -0
  117. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +1 -0
  118. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +129 -0
  119. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js.map +1 -0
  120. package/dist/node_modules/clsx/dist/clsx.js +18 -0
  121. package/dist/node_modules/clsx/dist/clsx.js.map +1 -0
  122. package/dist/node_modules/date-fns/subYears.js +9 -0
  123. package/dist/node_modules/date-fns/subYears.js.map +1 -0
  124. package/dist/node_modules/react-datepicker/dist/index.es.js +2700 -0
  125. package/dist/node_modules/react-datepicker/dist/index.es.js.map +1 -0
  126. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/addLeadingZeros.js +8 -0
  127. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/addLeadingZeros.js.map +1 -0
  128. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/defaultOptions.js +8 -0
  129. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/defaultOptions.js.map +1 -0
  130. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/formatters.js +518 -0
  131. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/formatters.js.map +1 -0
  132. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/lightFormatters.js +60 -0
  133. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/lightFormatters.js.map +1 -0
  134. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/longFormatters.js +53 -0
  135. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/longFormatters.js.map +1 -0
  136. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js +19 -0
  137. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js.map +1 -0
  138. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/normalizeDates.js +12 -0
  139. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/normalizeDates.js.map +1 -0
  140. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/protectedTokens.js +21 -0
  141. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/protectedTokens.js.map +1 -0
  142. package/dist/node_modules/react-datepicker/node_modules/date-fns/addDays.js +11 -0
  143. package/dist/node_modules/react-datepicker/node_modules/date-fns/addDays.js.map +1 -0
  144. package/dist/node_modules/react-datepicker/node_modules/date-fns/addHours.js +10 -0
  145. package/dist/node_modules/react-datepicker/node_modules/date-fns/addHours.js.map +1 -0
  146. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMilliseconds.js +10 -0
  147. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMilliseconds.js.map +1 -0
  148. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMinutes.js +11 -0
  149. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMinutes.js.map +1 -0
  150. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMonths.js +21 -0
  151. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMonths.js.map +1 -0
  152. package/dist/node_modules/react-datepicker/node_modules/date-fns/addQuarters.js +9 -0
  153. package/dist/node_modules/react-datepicker/node_modules/date-fns/addQuarters.js.map +1 -0
  154. package/dist/node_modules/react-datepicker/node_modules/date-fns/addSeconds.js +9 -0
  155. package/dist/node_modules/react-datepicker/node_modules/date-fns/addSeconds.js.map +1 -0
  156. package/dist/node_modules/react-datepicker/node_modules/date-fns/addWeeks.js +9 -0
  157. package/dist/node_modules/react-datepicker/node_modules/date-fns/addWeeks.js.map +1 -0
  158. package/dist/node_modules/react-datepicker/node_modules/date-fns/addYears.js +9 -0
  159. package/dist/node_modules/react-datepicker/node_modules/date-fns/addYears.js.map +1 -0
  160. package/dist/node_modules/react-datepicker/node_modules/date-fns/constants.js +10 -0
  161. package/dist/node_modules/react-datepicker/node_modules/date-fns/constants.js.map +1 -0
  162. package/dist/node_modules/react-datepicker/node_modules/date-fns/constructFrom.js +9 -0
  163. package/dist/node_modules/react-datepicker/node_modules/date-fns/constructFrom.js.map +1 -0
  164. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarDays.js +17 -0
  165. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarDays.js.map +1 -0
  166. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarMonths.js +14 -0
  167. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarMonths.js.map +1 -0
  168. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarQuarters.js +15 -0
  169. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarQuarters.js.map +1 -0
  170. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarYears.js +14 -0
  171. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarYears.js.map +1 -0
  172. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInDays.js +23 -0
  173. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInDays.js.map +1 -0
  174. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfDay.js +10 -0
  175. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfDay.js.map +1 -0
  176. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfMonth.js +10 -0
  177. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfMonth.js.map +1 -0
  178. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfWeek.js +12 -0
  179. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfWeek.js.map +1 -0
  180. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfYear.js +10 -0
  181. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfYear.js.map +1 -0
  182. package/dist/node_modules/react-datepicker/node_modules/date-fns/format.js +60 -0
  183. package/dist/node_modules/react-datepicker/node_modules/date-fns/format.js.map +1 -0
  184. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDate.js +9 -0
  185. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDate.js.map +1 -0
  186. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDay.js +9 -0
  187. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDay.js.map +1 -0
  188. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDayOfYear.js +12 -0
  189. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDayOfYear.js.map +1 -0
  190. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDaysInMonth.js +11 -0
  191. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDaysInMonth.js.map +1 -0
  192. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDefaultOptions.js +9 -0
  193. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDefaultOptions.js.map +1 -0
  194. package/dist/node_modules/react-datepicker/node_modules/date-fns/getHours.js +9 -0
  195. package/dist/node_modules/react-datepicker/node_modules/date-fns/getHours.js.map +1 -0
  196. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISODay.js +10 -0
  197. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISODay.js.map +1 -0
  198. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeek.js +13 -0
  199. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeek.js.map +1 -0
  200. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeekYear.js +16 -0
  201. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeekYear.js.map +1 -0
  202. package/dist/node_modules/react-datepicker/node_modules/date-fns/getMinutes.js +9 -0
  203. package/dist/node_modules/react-datepicker/node_modules/date-fns/getMinutes.js.map +1 -0
  204. package/dist/node_modules/react-datepicker/node_modules/date-fns/getMonth.js +9 -0
  205. package/dist/node_modules/react-datepicker/node_modules/date-fns/getMonth.js.map +1 -0
  206. package/dist/node_modules/react-datepicker/node_modules/date-fns/getQuarter.js +10 -0
  207. package/dist/node_modules/react-datepicker/node_modules/date-fns/getQuarter.js.map +1 -0
  208. package/dist/node_modules/react-datepicker/node_modules/date-fns/getSeconds.js +9 -0
  209. package/dist/node_modules/react-datepicker/node_modules/date-fns/getSeconds.js.map +1 -0
  210. package/dist/node_modules/react-datepicker/node_modules/date-fns/getTime.js +9 -0
  211. package/dist/node_modules/react-datepicker/node_modules/date-fns/getTime.js.map +1 -0
  212. package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeek.js +13 -0
  213. package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeek.js.map +1 -0
  214. package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeekYear.js +18 -0
  215. package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeekYear.js.map +1 -0
  216. package/dist/node_modules/react-datepicker/node_modules/date-fns/getYear.js +9 -0
  217. package/dist/node_modules/react-datepicker/node_modules/date-fns/getYear.js.map +1 -0
  218. package/dist/node_modules/react-datepicker/node_modules/date-fns/isAfter.js +9 -0
  219. package/dist/node_modules/react-datepicker/node_modules/date-fns/isAfter.js.map +1 -0
  220. package/dist/node_modules/react-datepicker/node_modules/date-fns/isBefore.js +9 -0
  221. package/dist/node_modules/react-datepicker/node_modules/date-fns/isBefore.js.map +1 -0
  222. package/dist/node_modules/react-datepicker/node_modules/date-fns/isDate.js +8 -0
  223. package/dist/node_modules/react-datepicker/node_modules/date-fns/isDate.js.map +1 -0
  224. package/dist/node_modules/react-datepicker/node_modules/date-fns/isEqual.js +9 -0
  225. package/dist/node_modules/react-datepicker/node_modules/date-fns/isEqual.js.map +1 -0
  226. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameDay.js +15 -0
  227. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameDay.js.map +1 -0
  228. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameMonth.js +14 -0
  229. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameMonth.js.map +1 -0
  230. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameQuarter.js +15 -0
  231. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameQuarter.js.map +1 -0
  232. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameYear.js +14 -0
  233. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameYear.js.map +1 -0
  234. package/dist/node_modules/react-datepicker/node_modules/date-fns/isValid.js +10 -0
  235. package/dist/node_modules/react-datepicker/node_modules/date-fns/isValid.js.map +1 -0
  236. package/dist/node_modules/react-datepicker/node_modules/date-fns/isWithinInterval.js +13 -0
  237. package/dist/node_modules/react-datepicker/node_modules/date-fns/isWithinInterval.js.map +1 -0
  238. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildFormatLongFn.js +10 -0
  239. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildFormatLongFn.js.map +1 -0
  240. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildLocalizeFn.js +19 -0
  241. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildLocalizeFn.js.map +1 -0
  242. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchFn.js +32 -0
  243. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchFn.js.map +1 -0
  244. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js +16 -0
  245. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js.map +1 -0
  246. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatDistance.js +71 -0
  247. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatDistance.js.map +1 -0
  248. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatLong.js +34 -0
  249. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatLong.js.map +1 -0
  250. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatRelative.js +12 -0
  251. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatRelative.js.map +1 -0
  252. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/localize.js +156 -0
  253. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/localize.js.map +1 -0
  254. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/match.js +111 -0
  255. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/match.js.map +1 -0
  256. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US.js +22 -0
  257. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US.js.map +1 -0
  258. package/dist/node_modules/react-datepicker/node_modules/date-fns/max.js +15 -0
  259. package/dist/node_modules/react-datepicker/node_modules/date-fns/max.js.map +1 -0
  260. package/dist/node_modules/react-datepicker/node_modules/date-fns/min.js +15 -0
  261. package/dist/node_modules/react-datepicker/node_modules/date-fns/min.js.map +1 -0
  262. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Parser.js +23 -0
  263. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Parser.js.map +1 -0
  264. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Setter.js +42 -0
  265. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Setter.js.map +1 -0
  266. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/constants.js +50 -0
  267. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/constants.js.map +1 -0
  268. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMMidnightParser.js +50 -0
  269. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMMidnightParser.js.map +1 -0
  270. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMParser.js +50 -0
  271. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMParser.js.map +1 -0
  272. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DateParser.js +62 -0
  273. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DateParser.js.map +1 -0
  274. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayOfYearParser.js +52 -0
  275. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayOfYearParser.js.map +1 -0
  276. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayParser.js +46 -0
  277. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayParser.js.map +1 -0
  278. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayPeriodParser.js +50 -0
  279. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayPeriodParser.js.map +1 -0
  280. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/EraParser.js +31 -0
  281. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/EraParser.js.map +1 -0
  282. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ExtendedYearParser.js +22 -0
  283. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ExtendedYearParser.js.map +1 -0
  284. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/FractionOfSecondParser.js +23 -0
  285. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/FractionOfSecondParser.js.map +1 -0
  286. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0To11Parser.js +33 -0
  287. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0To11Parser.js.map +1 -0
  288. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0to23Parser.js +33 -0
  289. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0to23Parser.js.map +1 -0
  290. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1To24Parser.js +34 -0
  291. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1To24Parser.js.map +1 -0
  292. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1to12Parser.js +34 -0
  293. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1to12Parser.js.map +1 -0
  294. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISODayParser.js +100 -0
  295. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISODayParser.js.map +1 -0
  296. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneParser.js +49 -0
  297. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneParser.js.map +1 -0
  298. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneWithZParser.js +49 -0
  299. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneWithZParser.js.map +1 -0
  300. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekParser.js +50 -0
  301. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekParser.js.map +1 -0
  302. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekYearParser.js +41 -0
  303. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekYearParser.js.map +1 -0
  304. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalDayParser.js +75 -0
  305. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalDayParser.js.map +1 -0
  306. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekParser.js +49 -0
  307. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekParser.js.map +1 -0
  308. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekYearParser.js +70 -0
  309. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekYearParser.js.map +1 -0
  310. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MinuteParser.js +33 -0
  311. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MinuteParser.js.map +1 -0
  312. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MonthParser.js +72 -0
  313. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MonthParser.js.map +1 -0
  314. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/QuarterParser.js +71 -0
  315. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/QuarterParser.js.map +1 -0
  316. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/SecondParser.js +33 -0
  317. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/SecondParser.js.map +1 -0
  318. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneLocalDayParser.js +75 -0
  319. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneLocalDayParser.js.map +1 -0
  320. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneMonthParser.js +72 -0
  321. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneMonthParser.js.map +1 -0
  322. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneQuarterParser.js +71 -0
  323. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneQuarterParser.js.map +1 -0
  324. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampMillisecondsParser.js +23 -0
  325. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampMillisecondsParser.js.map +1 -0
  326. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampSecondsParser.js +23 -0
  327. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampSecondsParser.js.map +1 -0
  328. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/YearParser.js +50 -0
  329. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/YearParser.js.map +1 -0
  330. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers.js +68 -0
  331. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers.js.map +1 -0
  332. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/utils.js +104 -0
  333. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/utils.js.map +1 -0
  334. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse.js +88 -0
  335. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse.js.map +1 -0
  336. package/dist/node_modules/react-datepicker/node_modules/date-fns/parseISO.js +123 -0
  337. package/dist/node_modules/react-datepicker/node_modules/date-fns/parseISO.js.map +1 -0
  338. package/dist/node_modules/react-datepicker/node_modules/date-fns/setDay.js +13 -0
  339. package/dist/node_modules/react-datepicker/node_modules/date-fns/setDay.js.map +1 -0
  340. package/dist/node_modules/react-datepicker/node_modules/date-fns/setHours.js +10 -0
  341. package/dist/node_modules/react-datepicker/node_modules/date-fns/setHours.js.map +1 -0
  342. package/dist/node_modules/react-datepicker/node_modules/date-fns/setISODay.js +12 -0
  343. package/dist/node_modules/react-datepicker/node_modules/date-fns/setISODay.js.map +1 -0
  344. package/dist/node_modules/react-datepicker/node_modules/date-fns/setISOWeek.js +11 -0
  345. package/dist/node_modules/react-datepicker/node_modules/date-fns/setISOWeek.js.map +1 -0
  346. package/dist/node_modules/react-datepicker/node_modules/date-fns/setMinutes.js +10 -0
  347. package/dist/node_modules/react-datepicker/node_modules/date-fns/setMinutes.js.map +1 -0
  348. package/dist/node_modules/react-datepicker/node_modules/date-fns/setMonth.js +14 -0
  349. package/dist/node_modules/react-datepicker/node_modules/date-fns/setMonth.js.map +1 -0
  350. package/dist/node_modules/react-datepicker/node_modules/date-fns/setQuarter.js +11 -0
  351. package/dist/node_modules/react-datepicker/node_modules/date-fns/setQuarter.js.map +1 -0
  352. package/dist/node_modules/react-datepicker/node_modules/date-fns/setSeconds.js +10 -0
  353. package/dist/node_modules/react-datepicker/node_modules/date-fns/setSeconds.js.map +1 -0
  354. package/dist/node_modules/react-datepicker/node_modules/date-fns/setWeek.js +11 -0
  355. package/dist/node_modules/react-datepicker/node_modules/date-fns/setWeek.js.map +1 -0
  356. package/dist/node_modules/react-datepicker/node_modules/date-fns/setYear.js +11 -0
  357. package/dist/node_modules/react-datepicker/node_modules/date-fns/setYear.js.map +1 -0
  358. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfDay.js +10 -0
  359. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfDay.js.map +1 -0
  360. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeek.js +9 -0
  361. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeek.js.map +1 -0
  362. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeekYear.js +12 -0
  363. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeekYear.js.map +1 -0
  364. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfMonth.js +10 -0
  365. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfMonth.js.map +1 -0
  366. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfQuarter.js +10 -0
  367. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfQuarter.js.map +1 -0
  368. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeek.js +12 -0
  369. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeek.js.map +1 -0
  370. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeekYear.js +14 -0
  371. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeekYear.js.map +1 -0
  372. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfYear.js +10 -0
  373. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfYear.js.map +1 -0
  374. package/dist/node_modules/react-datepicker/node_modules/date-fns/subDays.js +9 -0
  375. package/dist/node_modules/react-datepicker/node_modules/date-fns/subDays.js.map +1 -0
  376. package/dist/node_modules/react-datepicker/node_modules/date-fns/subMonths.js +9 -0
  377. package/dist/node_modules/react-datepicker/node_modules/date-fns/subMonths.js.map +1 -0
  378. package/dist/node_modules/react-datepicker/node_modules/date-fns/subQuarters.js +9 -0
  379. package/dist/node_modules/react-datepicker/node_modules/date-fns/subQuarters.js.map +1 -0
  380. package/dist/node_modules/react-datepicker/node_modules/date-fns/subWeeks.js +9 -0
  381. package/dist/node_modules/react-datepicker/node_modules/date-fns/subWeeks.js.map +1 -0
  382. package/dist/node_modules/react-datepicker/node_modules/date-fns/subYears.js +9 -0
  383. package/dist/node_modules/react-datepicker/node_modules/date-fns/subYears.js.map +1 -0
  384. package/dist/node_modules/react-datepicker/node_modules/date-fns/toDate.js +9 -0
  385. package/dist/node_modules/react-datepicker/node_modules/date-fns/toDate.js.map +1 -0
  386. package/dist/node_modules/react-datepicker/node_modules/date-fns/transpose.js +19 -0
  387. package/dist/node_modules/react-datepicker/node_modules/date-fns/transpose.js.map +1 -0
  388. package/dist/static/avatar-selected.860ee923.json +1 -0
  389. package/dist/static/circle-cuemath-logo-white.e9fafb91.svg +1 -0
  390. package/dist/static/cuemath-app-qr-code.ba6cc09b.svg +1 -0
  391. package/dist/static/cuemath-app-qr-code.d0912fc7.png +0 -0
  392. package/dist/static/dob.9ce3c15b.json +1 -0
  393. package/dist/static/error.cbe1ddde.json +1 -0
  394. package/dist/static/grade.b3730524.json +1 -0
  395. package/dist/static/key.d6846476.json +1 -0
  396. package/dist/static/mail.c30e8708.json +1 -0
  397. package/dist/static/otp.2d08f874.json +1 -0
  398. package/dist/static/otp.a3029760.json +1 -0
  399. package/dist/static/parent-avatar.772d53e0.json +1 -0
  400. package/dist/static/phone-number.0be312ea.json +1 -0
  401. package/dist/static/phone-number.84f55562.json +1 -0
  402. package/dist/static/student-avatar.524226bd.json +1 -0
  403. package/dist/static/user-type-selector-grid-bg.3c9c8ad6.svg +1 -0
  404. package/dist/static/user-type-selector-grid-bg.3ce8142d.svg +1 -0
  405. package/dist/static/user-type-selector-grid-bg.aad0b059.svg +1 -0
  406. package/dist/static/username.9e034d51.json +1 -0
  407. package/package.json +3 -2
@@ -0,0 +1 @@
1
+ {"version":3,"file":"otp-form.js","sources":["../../../../../src/features/auth/forgot-password/otp-form/otp-form.tsx"],"sourcesContent":["import type { ISingleFieldFormProps } from '../forgot-password-types';\n\nimport { useEffect, useState, type ChangeEvent } from 'react';\n\nimport Button from '../../../ui/buttons/button/button';\nimport TextInput from '../../../ui/inputs/text-input/text-input';\nimport FlexView from '../../../ui/layout/flex-view';\nimport InputStatusIcon from '../../comps/input-status-icon/input-status-icon';\n\nconst OTPForm = ({\n onSubmit,\n onChange,\n value,\n error,\n isProcessing,\n isValid = false,\n}: ISingleFieldFormProps) => {\n const [canResend, setCanResend] = useState(false);\n const [count, setCount] = useState(30);\n\n useEffect(() => {\n if (count <= 0) {\n setCanResend(true);\n\n return;\n }\n\n const timeoutId = setTimeout(() => setCount(count - 1), 1000);\n\n return () => clearTimeout(timeoutId);\n }, [count]);\n\n const statusVariant = isValid ? 'success-dark' : 'primary-dark';\n\n return (\n <FlexView\n $gutterX={2}\n $gapX={1.5}\n $alignItems=\"center\"\n $justifyContent=\"center\"\n $background=\"BLACK_2\"\n $height={308}\n >\n <FlexView $alignItems=\"center\" $justifyContent=\"space-between\" $flex={1}>\n <TextInput\n renderAs={error ? 'error-dark' : statusVariant}\n autoFocus\n label=\"Verification code\"\n value={value}\n onChange={(e: ChangeEvent<HTMLInputElement>) => onChange('username', e.target.value)}\n width={330}\n required\n shape=\"borderLess\"\n errorMessage={value}\n siblingElement={\n <InputStatusIcon isError={!!error} isValid={isValid} isLoading={isProcessing} />\n }\n />\n <Button\n size=\"small\"\n renderAs=\"secondary-dark\"\n type=\"submit\"\n label={canResend ? 'Resend' : `Resend in 0:${count < 10 ? '0' : ''}${count}`}\n width={336}\n onClick={onSubmit}\n disabled={!canResend}\n />\n </FlexView>\n </FlexView>\n );\n};\n\nexport default OTPForm;\n"],"names":["OTPForm","onSubmit","onChange","value","error","isProcessing","isValid","canResend","setCanResend","useState","count","setCount","useEffect","timeoutId","jsx","FlexView","TextInput","e","InputStatusIcon","Button","OTPForm$1"],"mappings":";;;;;;AASA,MAAMA,IAAU,CAAC;AAAA,EACf,UAAAC;AAAA,EACA,UAAAC;AAAA,EACA,OAAAC;AAAA,EACA,OAAAC;AAAA,EACA,cAAAC;AAAA,EACA,SAAAC,IAAU;AACZ,MAA6B;AAC3B,QAAM,CAACC,GAAWC,CAAY,IAAIC,EAAS,EAAK,GAC1C,CAACC,GAAOC,CAAQ,IAAIF,EAAS,EAAE;AAErC,SAAAG,EAAU,MAAM;AACd,QAAIF,KAAS,GAAG;AACd,MAAAF,EAAa,EAAI;AAEjB;AAAA,IACF;AAEA,UAAMK,IAAY,WAAW,MAAMF,EAASD,IAAQ,CAAC,GAAG,GAAI;AAErD,WAAA,MAAM,aAAaG,CAAS;AAAA,EAAA,GAClC,CAACH,CAAK,CAAC,GAKR,gBAAAI;AAAA,IAACC;AAAA,IAAA;AAAA,MACC,UAAU;AAAA,MACV,OAAO;AAAA,MACP,aAAY;AAAA,MACZ,iBAAgB;AAAA,MAChB,aAAY;AAAA,MACZ,SAAS;AAAA,MAET,4BAACA,GAAS,EAAA,aAAY,UAAS,iBAAgB,iBAAgB,OAAO,GACpE,UAAA;AAAA,QAAA,gBAAAD;AAAA,UAACE;AAAA,UAAA;AAAA,YACC,UAAUZ,IAAQ,eAbJE,IAAU,iBAAiB;AAAA,YAczC,WAAS;AAAA,YACT,OAAM;AAAA,YACN,OAAAH;AAAA,YACA,UAAU,CAACc,MAAqCf,EAAS,YAAYe,EAAE,OAAO,KAAK;AAAA,YACnF,OAAO;AAAA,YACP,UAAQ;AAAA,YACR,OAAM;AAAA,YACN,cAAcd;AAAA,YACd,kCACGe,GAAgB,EAAA,SAAS,CAAC,CAACd,GAAO,SAAAE,GAAkB,WAAWD,GAAc;AAAA,UAAA;AAAA,QAElF;AAAA,QACA,gBAAAS;AAAA,UAACK;AAAA,UAAA;AAAA,YACC,MAAK;AAAA,YACL,UAAS;AAAA,YACT,MAAK;AAAA,YACL,OAAOZ,IAAY,WAAW,eAAeG,IAAQ,KAAK,MAAM,EAAE,GAAGA,CAAK;AAAA,YAC1E,OAAO;AAAA,YACP,SAAST;AAAA,YACT,UAAU,CAACM;AAAA,UAAA;AAAA,QACb;AAAA,MAAA,GACF;AAAA,IAAA;AAAA,EAAA;AAGN,GAEAa,IAAepB;"}
@@ -0,0 +1,89 @@
1
+ import { jsx as r, jsxs as d } from "react/jsx-runtime";
2
+ import c from "../../../ui/buttons/button/button.js";
3
+ import i from "../../../ui/inputs/text-input/text-input.js";
4
+ import n from "../../../ui/layout/flex-view.js";
5
+ import f from "../../../ui/separator/separator.js";
6
+ import p from "../../comps/input-status-icon/input-status-icon.js";
7
+ import { FormWrapper as g } from "../forgot-password-styled.js";
8
+ const h = ({
9
+ onSubmit: m,
10
+ onChange: a,
11
+ formData: e,
12
+ errors: s,
13
+ isSubmitDisabled: l,
14
+ isProcessing: w,
15
+ isValid: t = !1
16
+ }) => {
17
+ const u = t && e.password === e.confirmPassword;
18
+ return /* @__PURE__ */ r(
19
+ n,
20
+ {
21
+ $gutterX: 2,
22
+ $gapX: 1.5,
23
+ $alignItems: "center",
24
+ $justifyContent: "center",
25
+ $background: "BLACK_2",
26
+ $height: 308,
27
+ children: /* @__PURE__ */ d(g, { onSubmit: m, children: [
28
+ /* @__PURE__ */ d(n, { children: [
29
+ /* @__PURE__ */ r(
30
+ i,
31
+ {
32
+ type: "password",
33
+ renderAs: s.password ? "error-dark" : "primary-dark",
34
+ autoComplete: "password",
35
+ label: "New Password",
36
+ value: e.password,
37
+ onChange: (o) => a("password", o.target.value),
38
+ width: 330,
39
+ required: !0,
40
+ shape: "borderLess",
41
+ errorMessage: s.password,
42
+ siblingElement: /* @__PURE__ */ r(p, { isError: !!s.password, isValid: t, isLoading: !1 })
43
+ }
44
+ ),
45
+ /* @__PURE__ */ r(f, { height: 36 }),
46
+ /* @__PURE__ */ r(
47
+ i,
48
+ {
49
+ type: "password",
50
+ renderAs: s.confirmPassword ? "error-dark" : "primary-dark",
51
+ autoComplete: "password",
52
+ label: "Re-enter Password",
53
+ value: e.confirmPassword,
54
+ onChange: (o) => a("confirmPassword", o.target.value),
55
+ width: 330,
56
+ required: !0,
57
+ shape: "borderLess",
58
+ errorMessage: s.confirmPassword,
59
+ siblingElement: /* @__PURE__ */ r(
60
+ p,
61
+ {
62
+ isError: !!s.confirmPassword,
63
+ isValid: u,
64
+ isLoading: !1
65
+ }
66
+ )
67
+ }
68
+ )
69
+ ] }),
70
+ /* @__PURE__ */ r(
71
+ c,
72
+ {
73
+ size: "small",
74
+ renderAs: "secondary-dark",
75
+ type: "submit",
76
+ label: "Continue",
77
+ width: 336,
78
+ busy: w,
79
+ disabled: l
80
+ }
81
+ )
82
+ ] })
83
+ }
84
+ );
85
+ }, L = h;
86
+ export {
87
+ L as default
88
+ };
89
+ //# sourceMappingURL=reset-password-form.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reset-password-form.js","sources":["../../../../../src/features/auth/forgot-password/reset-password-form/reset-password-form.tsx"],"sourcesContent":["import type { IResetPasswordFormProps } from './reset-password-form-types';\n\nimport { type ChangeEvent } from 'react';\n\nimport Button from '../../../ui/buttons/button/button';\nimport TextInput from '../../../ui/inputs/text-input/text-input';\nimport FlexView from '../../../ui/layout/flex-view';\nimport Separator from '../../../ui/separator/separator';\nimport InputStatusIcon from '../../comps/input-status-icon/input-status-icon';\nimport * as Styled from '../forgot-password-styled';\n\nconst ResetPasswordForm = ({\n onSubmit,\n onChange,\n formData,\n errors,\n isSubmitDisabled,\n isProcessing,\n isValid = false,\n}: IResetPasswordFormProps) => {\n const isConfirmPasswordValid = isValid && formData.password === formData.confirmPassword;\n\n return (\n <FlexView\n $gutterX={2}\n $gapX={1.5}\n $alignItems=\"center\"\n $justifyContent=\"center\"\n $background=\"BLACK_2\"\n $height={308}\n >\n <Styled.FormWrapper onSubmit={onSubmit}>\n <FlexView>\n <TextInput\n type={'password'}\n renderAs={errors.password ? 'error-dark' : 'primary-dark'}\n autoComplete=\"password\"\n label=\"New Password\"\n value={formData.password}\n onChange={(e: ChangeEvent<HTMLInputElement>) => onChange('password', e.target.value)}\n width={330}\n required\n shape=\"borderLess\"\n errorMessage={errors.password}\n siblingElement={\n <InputStatusIcon isError={!!errors.password} isValid={isValid} isLoading={false} />\n }\n />\n <Separator height={36} />\n <TextInput\n type=\"password\"\n renderAs={errors.confirmPassword ? 'error-dark' : 'primary-dark'}\n autoComplete=\"password\"\n label=\"Re-enter Password\"\n value={formData.confirmPassword}\n onChange={(e: ChangeEvent<HTMLInputElement>) =>\n onChange('confirmPassword', e.target.value)\n }\n width={330}\n required\n shape=\"borderLess\"\n errorMessage={errors.confirmPassword}\n siblingElement={\n <InputStatusIcon\n isError={!!errors.confirmPassword}\n isValid={isConfirmPasswordValid}\n isLoading={false}\n />\n }\n />\n </FlexView>\n <Button\n size=\"small\"\n renderAs=\"secondary-dark\"\n type=\"submit\"\n label=\"Continue\"\n width={336}\n busy={isProcessing}\n disabled={isSubmitDisabled}\n />\n </Styled.FormWrapper>\n </FlexView>\n );\n};\n\nexport default ResetPasswordForm;\n"],"names":["ResetPasswordForm","onSubmit","onChange","formData","errors","isSubmitDisabled","isProcessing","isValid","isConfirmPasswordValid","jsx","FlexView","jsxs","Styled.FormWrapper","TextInput","e","InputStatusIcon","Separator","Button","ResetPasswordForm$1"],"mappings":";;;;;;;AAWA,MAAMA,IAAoB,CAAC;AAAA,EACzB,UAAAC;AAAA,EACA,UAAAC;AAAA,EACA,UAAAC;AAAA,EACA,QAAAC;AAAA,EACA,kBAAAC;AAAA,EACA,cAAAC;AAAA,EACA,SAAAC,IAAU;AACZ,MAA+B;AAC7B,QAAMC,IAAyBD,KAAWJ,EAAS,aAAaA,EAAS;AAGvE,SAAA,gBAAAM;AAAA,IAACC;AAAA,IAAA;AAAA,MACC,UAAU;AAAA,MACV,OAAO;AAAA,MACP,aAAY;AAAA,MACZ,iBAAgB;AAAA,MAChB,aAAY;AAAA,MACZ,SAAS;AAAA,MAET,UAAC,gBAAAC,EAAAC,GAAA,EAAmB,UAAAX,GAClB,UAAA;AAAA,QAAA,gBAAAU,EAACD,GACC,EAAA,UAAA;AAAA,UAAA,gBAAAD;AAAA,YAACI;AAAA,YAAA;AAAA,cACC,MAAM;AAAA,cACN,UAAUT,EAAO,WAAW,eAAe;AAAA,cAC3C,cAAa;AAAA,cACb,OAAM;AAAA,cACN,OAAOD,EAAS;AAAA,cAChB,UAAU,CAACW,MAAqCZ,EAAS,YAAYY,EAAE,OAAO,KAAK;AAAA,cACnF,OAAO;AAAA,cACP,UAAQ;AAAA,cACR,OAAM;AAAA,cACN,cAAcV,EAAO;AAAA,cACrB,gBACG,gBAAAK,EAAAM,GAAA,EAAgB,SAAS,CAAC,CAACX,EAAO,UAAU,SAAAG,GAAkB,WAAW,GAAO,CAAA;AAAA,YAAA;AAAA,UAErF;AAAA,UACA,gBAAAE,EAACO,GAAU,EAAA,QAAQ,GAAI,CAAA;AAAA,UACvB,gBAAAP;AAAA,YAACI;AAAA,YAAA;AAAA,cACC,MAAK;AAAA,cACL,UAAUT,EAAO,kBAAkB,eAAe;AAAA,cAClD,cAAa;AAAA,cACb,OAAM;AAAA,cACN,OAAOD,EAAS;AAAA,cAChB,UAAU,CAACW,MACTZ,EAAS,mBAAmBY,EAAE,OAAO,KAAK;AAAA,cAE5C,OAAO;AAAA,cACP,UAAQ;AAAA,cACR,OAAM;AAAA,cACN,cAAcV,EAAO;AAAA,cACrB,gBACE,gBAAAK;AAAA,gBAACM;AAAA,gBAAA;AAAA,kBACC,SAAS,CAAC,CAACX,EAAO;AAAA,kBAClB,SAASI;AAAA,kBACT,WAAW;AAAA,gBAAA;AAAA,cACb;AAAA,YAAA;AAAA,UAEJ;AAAA,QAAA,GACF;AAAA,QACA,gBAAAC;AAAA,UAACQ;AAAA,UAAA;AAAA,YACC,MAAK;AAAA,YACL,UAAS;AAAA,YACT,MAAK;AAAA,YACL,OAAM;AAAA,YACN,OAAO;AAAA,YACP,MAAMX;AAAA,YACN,UAAUD;AAAA,UAAA;AAAA,QACZ;AAAA,MAAA,GACF;AAAA,IAAA;AAAA,EAAA;AAGN,GAEAa,IAAelB;"}
@@ -0,0 +1,60 @@
1
+ import { jsx as r, jsxs as p } from "react/jsx-runtime";
2
+ import l from "../../../ui/buttons/button/button.js";
3
+ import f from "../../../ui/inputs/text-input/text-input.js";
4
+ import c from "../../../ui/layout/flex-view.js";
5
+ import g from "../../comps/input-status-icon/input-status-icon.js";
6
+ import { FormWrapper as h } from "../forgot-password-styled.js";
7
+ const b = ({
8
+ onSubmit: o,
9
+ onChange: i,
10
+ value: s,
11
+ error: e,
12
+ isSubmitDisabled: n,
13
+ isProcessing: a,
14
+ isValid: m = !1,
15
+ label: d,
16
+ field: t
17
+ }) => /* @__PURE__ */ r(
18
+ c,
19
+ {
20
+ $gutterX: 2,
21
+ $gapX: 1.5,
22
+ $alignItems: "center",
23
+ $justifyContent: "center",
24
+ $background: "BLACK_2",
25
+ $height: 308,
26
+ children: /* @__PURE__ */ p(h, { onSubmit: o, children: [
27
+ /* @__PURE__ */ r(
28
+ f,
29
+ {
30
+ renderAs: e ? "error-dark" : "primary-dark",
31
+ autoFocus: !0,
32
+ label: d,
33
+ value: s,
34
+ onChange: (u) => t && i(t, u.target.value),
35
+ width: 330,
36
+ required: !0,
37
+ shape: "borderLess",
38
+ errorMessage: e,
39
+ siblingElement: /* @__PURE__ */ r(g, { isError: !!e, isValid: m, isLoading: !1 })
40
+ }
41
+ ),
42
+ /* @__PURE__ */ r(
43
+ l,
44
+ {
45
+ size: "small",
46
+ renderAs: "secondary-dark",
47
+ type: "submit",
48
+ label: "Get Verification Code",
49
+ width: 336,
50
+ busy: a,
51
+ disabled: n
52
+ }
53
+ )
54
+ ] })
55
+ }
56
+ ), C = b;
57
+ export {
58
+ C as default
59
+ };
60
+ //# sourceMappingURL=user-identifier-form.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"user-identifier-form.js","sources":["../../../../../src/features/auth/forgot-password/user-identifier-form/user-identifier-form.tsx"],"sourcesContent":["import type { ISingleFieldFormProps } from '../forgot-password-types';\nimport type { ChangeEvent } from 'react';\n\nimport Button from '../../../ui/buttons/button/button';\nimport TextInput from '../../../ui/inputs/text-input/text-input';\nimport FlexView from '../../../ui/layout/flex-view';\nimport InputStatusIcon from '../../comps/input-status-icon/input-status-icon';\nimport * as Styled from '../forgot-password-styled';\n\nconst UserIdentifierForm = ({\n onSubmit,\n onChange,\n value,\n error,\n isSubmitDisabled,\n isProcessing,\n isValid = false,\n label,\n field,\n}: ISingleFieldFormProps) => {\n return (\n <FlexView\n $gutterX={2}\n $gapX={1.5}\n $alignItems=\"center\"\n $justifyContent=\"center\"\n $background=\"BLACK_2\"\n $height={308}\n >\n <Styled.FormWrapper onSubmit={onSubmit}>\n <TextInput\n renderAs={error ? 'error-dark' : 'primary-dark'}\n autoFocus\n label={label}\n value={value}\n onChange={(e: ChangeEvent<HTMLInputElement>) => field && onChange(field, e.target.value)}\n width={330}\n required\n shape=\"borderLess\"\n errorMessage={error}\n siblingElement={<InputStatusIcon isError={!!error} isValid={isValid} isLoading={false} />}\n />\n <Button\n size=\"small\"\n renderAs=\"secondary-dark\"\n type=\"submit\"\n label=\"Get Verification Code\"\n width={336}\n busy={isProcessing}\n disabled={isSubmitDisabled}\n />\n </Styled.FormWrapper>\n </FlexView>\n );\n};\n\nexport default UserIdentifierForm;\n"],"names":["UserIdentifierForm","onSubmit","onChange","value","error","isSubmitDisabled","isProcessing","isValid","label","field","jsx","FlexView","jsxs","Styled.FormWrapper","TextInput","e","InputStatusIcon","Button","UserIdentifierForm$1"],"mappings":";;;;;;AASA,MAAMA,IAAqB,CAAC;AAAA,EAC1B,UAAAC;AAAA,EACA,UAAAC;AAAA,EACA,OAAAC;AAAA,EACA,OAAAC;AAAA,EACA,kBAAAC;AAAA,EACA,cAAAC;AAAA,EACA,SAAAC,IAAU;AAAA,EACV,OAAAC;AAAA,EACA,OAAAC;AACF,MAEI,gBAAAC;AAAA,EAACC;AAAA,EAAA;AAAA,IACC,UAAU;AAAA,IACV,OAAO;AAAA,IACP,aAAY;AAAA,IACZ,iBAAgB;AAAA,IAChB,aAAY;AAAA,IACZ,SAAS;AAAA,IAET,UAAC,gBAAAC,EAAAC,GAAA,EAAmB,UAAAZ,GAClB,UAAA;AAAA,MAAA,gBAAAS;AAAA,QAACI;AAAA,QAAA;AAAA,UACC,UAAUV,IAAQ,eAAe;AAAA,UACjC,WAAS;AAAA,UACT,OAAAI;AAAA,UACA,OAAAL;AAAA,UACA,UAAU,CAACY,MAAqCN,KAASP,EAASO,GAAOM,EAAE,OAAO,KAAK;AAAA,UACvF,OAAO;AAAA,UACP,UAAQ;AAAA,UACR,OAAM;AAAA,UACN,cAAcX;AAAA,UACd,kCAAiBY,GAAgB,EAAA,SAAS,CAAC,CAACZ,GAAO,SAAAG,GAAkB,WAAW,IAAO;AAAA,QAAA;AAAA,MACzF;AAAA,MACA,gBAAAG;AAAA,QAACO;AAAA,QAAA;AAAA,UACC,MAAK;AAAA,UACL,UAAS;AAAA,UACT,MAAK;AAAA,UACL,OAAM;AAAA,UACN,OAAO;AAAA,UACP,MAAMX;AAAA,UACN,UAAUD;AAAA,QAAA;AAAA,MACZ;AAAA,IAAA,GACF;AAAA,EAAA;AAAA,GAKNa,IAAelB;"}
@@ -0,0 +1,12 @@
1
+ import e from "styled-components";
2
+ const t = e.form`
3
+ display: flex;
4
+ flex-direction: column;
5
+ justify-content: space-between;
6
+ margin-top: 8px;
7
+ flex: 1;
8
+ `;
9
+ export {
10
+ t as FormWrapper
11
+ };
12
+ //# sourceMappingURL=identifier-otp-form-styled.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"identifier-otp-form-styled.js","sources":["../../../../../src/features/auth/login/identifier-otp-form/identifier-otp-form-styled.tsx"],"sourcesContent":["import styled from 'styled-components';\n\nconst FormWrapper = styled.form`\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n margin-top: 8px;\n flex: 1;\n`;\n\nexport { FormWrapper };\n"],"names":["FormWrapper","styled"],"mappings":";AAEA,MAAMA,IAAcC,EAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;"}
@@ -0,0 +1,88 @@
1
+ import { jsx as e, jsxs as o, Fragment as k } from "react/jsx-runtime";
2
+ import y from "../../../ui/buttons/button/button.js";
3
+ import c from "../../../ui/inputs/text-input/text-input.js";
4
+ import n from "../../../ui/layout/flex-view.js";
5
+ import s from "../../../ui/separator/separator.js";
6
+ import u from "../../comps/input-status-icon/input-status-icon.js";
7
+ import x from "../../comps/resend-otp/resend-otp.js";
8
+ import { FormWrapper as F } from "./identifier-otp-form-styled.js";
9
+ const C = ({
10
+ identifier: f,
11
+ otp: l,
12
+ errors: r,
13
+ isOtpVerified: i,
14
+ isLoading: a,
15
+ isSubmitDisabled: g,
16
+ showOtpInput: t,
17
+ onChange: m,
18
+ onSubmit: h,
19
+ onSendOtp: p
20
+ }) => {
21
+ const b = t ? "success-dark" : "primary-dark", $ = i ? "success-dark" : "primary-dark";
22
+ return /* @__PURE__ */ e(n, { $gutterX: 2, $gapX: 1.5, $background: "BLACK_2", $height: 308, children: /* @__PURE__ */ o(F, { onSubmit: h, children: [
23
+ /* @__PURE__ */ o(n, { $alignItems: "center", $justifyContent: "center", children: [
24
+ /* @__PURE__ */ e(
25
+ c,
26
+ {
27
+ renderAs: r.identifier ? "error-dark" : b,
28
+ autoFocus: !0,
29
+ label: "Email or Phone",
30
+ value: f,
31
+ onChange: (d) => m("identifier", d.target.value),
32
+ width: 330,
33
+ required: !0,
34
+ shape: "borderLess",
35
+ errorMessage: r.identifier,
36
+ disabled: t,
37
+ siblingElement: /* @__PURE__ */ e(u, { isValid: t, isError: !!r.identifier })
38
+ }
39
+ ),
40
+ t && /* @__PURE__ */ o(k, { children: [
41
+ /* @__PURE__ */ e(s, { height: 36 }),
42
+ /* @__PURE__ */ e(
43
+ c,
44
+ {
45
+ type: "password",
46
+ renderAs: r.otp ? "error-dark" : $,
47
+ autoComplete: "password",
48
+ label: "Verification code",
49
+ value: l,
50
+ onChange: (d) => m("otp", d.target.value),
51
+ width: 330,
52
+ required: !0,
53
+ shape: "borderLess",
54
+ errorMessage: r.otp,
55
+ disabled: i || l.length === 4 && a,
56
+ siblingElement: /* @__PURE__ */ e(
57
+ u,
58
+ {
59
+ isLoading: a,
60
+ isValid: i,
61
+ isError: !!r.otp
62
+ }
63
+ )
64
+ }
65
+ ),
66
+ /* @__PURE__ */ e(s, { heightX: 1.25 }),
67
+ /* @__PURE__ */ e(n, { $alignItems: "flex-end", $width: "100%", children: /* @__PURE__ */ e(x, { onResendOTP: p, disabled: i }) }),
68
+ /* @__PURE__ */ e(s, { heightX: 2 })
69
+ ] })
70
+ ] }),
71
+ /* @__PURE__ */ e(
72
+ y,
73
+ {
74
+ size: "small",
75
+ renderAs: "secondary-dark",
76
+ type: "submit",
77
+ label: t ? "Log In" : "Get Verification Code",
78
+ width: 336,
79
+ busy: !t && a,
80
+ disabled: g
81
+ }
82
+ )
83
+ ] }) });
84
+ }, P = C;
85
+ export {
86
+ P as default
87
+ };
88
+ //# sourceMappingURL=identifier-otp-form.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"identifier-otp-form.js","sources":["../../../../../src/features/auth/login/identifier-otp-form/identifier-otp-form.tsx"],"sourcesContent":["// In @cuemath/leap/src/components/IdentifierOtpForm.tsx\n\nimport type { IIdentifierOtpFormProps } from './identifier-otp-form-types';\n\nimport React, { type ChangeEvent } from 'react';\n\nimport Button from '../../../ui/buttons/button/button';\nimport TextInput from '../../../ui/inputs/text-input/text-input';\nimport FlexView from '../../../ui/layout/flex-view';\nimport Separator from '../../../ui/separator/separator';\nimport InputStatusIcon from '../../comps/input-status-icon/input-status-icon';\nimport ResendOTP from '../../comps/resend-otp/resend-otp';\nimport * as Styled from './identifier-otp-form-styled';\n\nconst IdentifierOtpForm: React.FC<IIdentifierOtpFormProps> = ({\n identifier,\n otp,\n errors,\n isOtpVerified,\n isLoading,\n isSubmitDisabled,\n showOtpInput,\n onChange,\n onSubmit,\n onSendOtp,\n}) => {\n const identifierStatusVariant = showOtpInput ? 'success-dark' : 'primary-dark';\n const otpStatusVariant = isOtpVerified ? 'success-dark' : 'primary-dark';\n\n return (\n <FlexView $gutterX={2} $gapX={1.5} $background=\"BLACK_2\" $height={308}>\n <Styled.FormWrapper onSubmit={onSubmit}>\n <FlexView $alignItems=\"center\" $justifyContent=\"center\">\n <TextInput\n renderAs={errors.identifier ? 'error-dark' : identifierStatusVariant}\n autoFocus\n label=\"Email or Phone\"\n value={identifier}\n onChange={(e: ChangeEvent<HTMLInputElement>) => onChange('identifier', e.target.value)}\n width={330}\n required\n shape=\"borderLess\"\n errorMessage={errors.identifier}\n disabled={showOtpInput}\n siblingElement={\n <InputStatusIcon isValid={showOtpInput} isError={!!errors.identifier} />\n }\n />\n {showOtpInput && (\n <>\n <Separator height={36} />\n <TextInput\n type=\"password\"\n renderAs={errors.otp ? 'error-dark' : otpStatusVariant}\n autoComplete=\"password\"\n label=\"Verification code\"\n value={otp}\n onChange={(e: ChangeEvent<HTMLInputElement>) => onChange('otp', e.target.value)}\n width={330}\n required\n shape=\"borderLess\"\n errorMessage={errors.otp}\n disabled={isOtpVerified || (otp.length === 4 && isLoading)}\n siblingElement={\n <InputStatusIcon\n isLoading={isLoading}\n isValid={isOtpVerified}\n isError={!!errors.otp}\n />\n }\n />\n <Separator heightX={1.25} />\n <FlexView $alignItems=\"flex-end\" $width=\"100%\">\n <ResendOTP onResendOTP={onSendOtp} disabled={isOtpVerified} />\n </FlexView>\n <Separator heightX={2} />\n </>\n )}\n </FlexView>\n <Button\n size=\"small\"\n renderAs=\"secondary-dark\"\n type=\"submit\"\n label={showOtpInput ? 'Log In' : 'Get Verification Code'}\n width={336}\n busy={!showOtpInput && isLoading}\n disabled={isSubmitDisabled}\n />\n </Styled.FormWrapper>\n </FlexView>\n );\n};\n\nexport default IdentifierOtpForm;\n"],"names":["IdentifierOtpForm","identifier","otp","errors","isOtpVerified","isLoading","isSubmitDisabled","showOtpInput","onChange","onSubmit","onSendOtp","identifierStatusVariant","otpStatusVariant","jsx","FlexView","jsxs","Styled.FormWrapper","TextInput","e","InputStatusIcon","Fragment","Separator","ResendOTP","Button","IdentifierOtpForm$1"],"mappings":";;;;;;;;AAcA,MAAMA,IAAuD,CAAC;AAAA,EAC5D,YAAAC;AAAA,EACA,KAAAC;AAAA,EACA,QAAAC;AAAA,EACA,eAAAC;AAAA,EACA,WAAAC;AAAA,EACA,kBAAAC;AAAA,EACA,cAAAC;AAAA,EACA,UAAAC;AAAA,EACA,UAAAC;AAAA,EACA,WAAAC;AACF,MAAM;AACE,QAAAC,IAA0BJ,IAAe,iBAAiB,gBAC1DK,IAAmBR,IAAgB,iBAAiB;AAE1D,SACG,gBAAAS,EAAAC,GAAA,EAAS,UAAU,GAAG,OAAO,KAAK,aAAY,WAAU,SAAS,KAChE,UAAA,gBAAAC,EAACC,GAAA,EAAmB,UAAAP,GAClB,UAAA;AAAA,IAAA,gBAAAM,EAACD,GAAS,EAAA,aAAY,UAAS,iBAAgB,UAC7C,UAAA;AAAA,MAAA,gBAAAD;AAAA,QAACI;AAAA,QAAA;AAAA,UACC,UAAUd,EAAO,aAAa,eAAeQ;AAAA,UAC7C,WAAS;AAAA,UACT,OAAM;AAAA,UACN,OAAOV;AAAA,UACP,UAAU,CAACiB,MAAqCV,EAAS,cAAcU,EAAE,OAAO,KAAK;AAAA,UACrF,OAAO;AAAA,UACP,UAAQ;AAAA,UACR,OAAM;AAAA,UACN,cAAcf,EAAO;AAAA,UACrB,UAAUI;AAAA,UACV,kCACGY,GAAgB,EAAA,SAASZ,GAAc,SAAS,CAAC,CAACJ,EAAO,YAAY;AAAA,QAAA;AAAA,MAE1E;AAAA,MACCI,KAEG,gBAAAQ,EAAAK,GAAA,EAAA,UAAA;AAAA,QAAC,gBAAAP,EAAAQ,GAAA,EAAU,QAAQ,GAAI,CAAA;AAAA,QACvB,gBAAAR;AAAA,UAACI;AAAA,UAAA;AAAA,YACC,MAAK;AAAA,YACL,UAAUd,EAAO,MAAM,eAAeS;AAAA,YACtC,cAAa;AAAA,YACb,OAAM;AAAA,YACN,OAAOV;AAAA,YACP,UAAU,CAACgB,MAAqCV,EAAS,OAAOU,EAAE,OAAO,KAAK;AAAA,YAC9E,OAAO;AAAA,YACP,UAAQ;AAAA,YACR,OAAM;AAAA,YACN,cAAcf,EAAO;AAAA,YACrB,UAAUC,KAAkBF,EAAI,WAAW,KAAKG;AAAA,YAChD,gBACE,gBAAAQ;AAAA,cAACM;AAAA,cAAA;AAAA,gBACC,WAAAd;AAAA,gBACA,SAASD;AAAA,gBACT,SAAS,CAAC,CAACD,EAAO;AAAA,cAAA;AAAA,YACpB;AAAA,UAAA;AAAA,QAEJ;AAAA,QACA,gBAAAU,EAACQ,GAAU,EAAA,SAAS,KAAM,CAAA;AAAA,QACzB,gBAAAR,EAAAC,GAAA,EAAS,aAAY,YAAW,QAAO,QACtC,UAAC,gBAAAD,EAAAS,GAAA,EAAU,aAAaZ,GAAW,UAAUN,EAAe,CAAA,GAC9D;AAAA,QACA,gBAAAS,EAACQ,GAAU,EAAA,SAAS,EAAG,CAAA;AAAA,MAAA,GACzB;AAAA,IAAA,GAEJ;AAAA,IACA,gBAAAR;AAAA,MAACU;AAAA,MAAA;AAAA,QACC,MAAK;AAAA,QACL,UAAS;AAAA,QACT,MAAK;AAAA,QACL,OAAOhB,IAAe,WAAW;AAAA,QACjC,OAAO;AAAA,QACP,MAAM,CAACA,KAAgBF;AAAA,QACvB,UAAUC;AAAA,MAAA;AAAA,IACZ;AAAA,EAAA,EACF,CAAA,EACF,CAAA;AAEJ,GAEAkB,IAAexB;"}
@@ -0,0 +1,12 @@
1
+ const e = {
2
+ username: {
3
+ label: "Username"
4
+ },
5
+ identifier: {
6
+ label: "Email/Phone"
7
+ }
8
+ };
9
+ export {
10
+ e as AUTH_TABS
11
+ };
12
+ //# sourceMappingURL=login-constants.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"login-constants.js","sources":["../../../../src/features/auth/login/login-constants.ts"],"sourcesContent":["import type { ITabConfig } from '../comps/tabs/tabs-types';\nimport type { TAuthTabKeys } from './login-types';\n\nexport const AUTH_TABS: ITabConfig<TAuthTabKeys> = {\n username: {\n label: 'Username',\n },\n identifier: {\n label: 'Email/Phone',\n },\n};\n"],"names":["AUTH_TABS"],"mappings":"AAGO,MAAMA,IAAsC;AAAA,EACjD,UAAU;AAAA,IACR,OAAO;AAAA,EACT;AAAA,EACA,YAAY;AAAA,IACV,OAAO;AAAA,EACT;AACF;"}
@@ -0,0 +1,31 @@
1
+ import { jsxs as n, jsx as o } from "react/jsx-runtime";
2
+ import e from "../../../ui/buttons/button/button.js";
3
+ import a from "../../../ui/layout/flex-view.js";
4
+ import i from "../../../ui/separator/separator.js";
5
+ const c = ({ onRetryLogin: t, onGoToSignup: r }) => /* @__PURE__ */ n(a, { $alignItems: "center", $justifyContent: "center", children: [
6
+ /* @__PURE__ */ o(
7
+ e,
8
+ {
9
+ size: "small",
10
+ renderAs: "secondary-dark",
11
+ label: "Create a new account",
12
+ width: 232,
13
+ onClick: r
14
+ }
15
+ ),
16
+ /* @__PURE__ */ o(i, { heightX: 1 }),
17
+ /* @__PURE__ */ o(
18
+ e,
19
+ {
20
+ size: "small",
21
+ renderAs: "secondary-dark",
22
+ label: "Try another Login method",
23
+ width: 232,
24
+ onClick: t
25
+ }
26
+ )
27
+ ] }), u = c;
28
+ export {
29
+ u as default
30
+ };
31
+ //# sourceMappingURL=social-account-not-found.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"social-account-not-found.js","sources":["../../../../../src/features/auth/login/social-account-not-found/social-account-not-found.tsx"],"sourcesContent":["import type { ISocialAccountNotFoundProps } from './social-account-not-found-types';\n\nimport Button from '../../../ui/buttons/button/button';\nimport FlexView from '../../../ui/layout/flex-view';\nimport Separator from '../../../ui/separator/separator';\n\nconst SocialAccountNotFound = ({ onRetryLogin, onGoToSignup }: ISocialAccountNotFoundProps) => {\n return (\n <FlexView $alignItems=\"center\" $justifyContent=\"center\">\n <Button\n size=\"small\"\n renderAs=\"secondary-dark\"\n label=\"Create a new account\"\n width={232}\n onClick={onGoToSignup}\n />\n <Separator heightX={1} />\n <Button\n size=\"small\"\n renderAs=\"secondary-dark\"\n label=\"Try another Login method\"\n width={232}\n onClick={onRetryLogin}\n />\n </FlexView>\n );\n};\n\nexport default SocialAccountNotFound;\n"],"names":["SocialAccountNotFound","onRetryLogin","onGoToSignup","jsxs","FlexView","jsx","Button","Separator","SocialAccountNotFound$1"],"mappings":";;;;AAMA,MAAMA,IAAwB,CAAC,EAAE,cAAAC,GAAc,cAAAC,QAE1C,gBAAAC,EAAAC,GAAA,EAAS,aAAY,UAAS,iBAAgB,UAC7C,UAAA;AAAA,EAAA,gBAAAC;AAAA,IAACC;AAAA,IAAA;AAAA,MACC,MAAK;AAAA,MACL,UAAS;AAAA,MACT,OAAM;AAAA,MACN,OAAO;AAAA,MACP,SAASJ;AAAA,IAAA;AAAA,EACX;AAAA,EACA,gBAAAG,EAACE,GAAU,EAAA,SAAS,EAAG,CAAA;AAAA,EACvB,gBAAAF;AAAA,IAACC;AAAA,IAAA;AAAA,MACC,MAAK;AAAA,MACL,UAAS;AAAA,MACT,OAAM;AAAA,MACN,OAAO;AAAA,MACP,SAASL;AAAA,IAAA;AAAA,EACX;AACF,EAAA,CAAA,GAIJO,IAAeR;"}
@@ -0,0 +1,46 @@
1
+ import { jsxs as a, jsx as i } from "react/jsx-runtime";
2
+ import r from "../../../../assets/line-icons/icons/apple-icon.js";
3
+ import c from "../../../../assets/line-icons/icons/google-icon.js";
4
+ import n from "../../../ui/buttons/button/button.js";
5
+ import d from "../../../ui/layout/flex-view.js";
6
+ const p = ({
7
+ onGoogleLogin: s,
8
+ onAppleLogin: t,
9
+ loadingProvider: o
10
+ }) => {
11
+ const e = o === "google", l = o === "apple";
12
+ return /* @__PURE__ */ a(d, { $flexGapX: 1, $flexDirection: "row", $justifyContent: "space-between", $width: 336, children: [
13
+ /* @__PURE__ */ i(
14
+ n,
15
+ {
16
+ renderAs: "secondary-dark",
17
+ Icon: c,
18
+ width: 160,
19
+ label: "",
20
+ analyticsLabel: "google_login",
21
+ onClick: s,
22
+ size: "small",
23
+ busy: e,
24
+ disabled: e
25
+ }
26
+ ),
27
+ /* @__PURE__ */ i(
28
+ n,
29
+ {
30
+ renderAs: "secondary-dark",
31
+ size: "small",
32
+ width: 160,
33
+ Icon: r,
34
+ label: "",
35
+ analyticsLabel: "apple_login",
36
+ onClick: t,
37
+ busy: l,
38
+ disabled: l
39
+ }
40
+ )
41
+ ] });
42
+ }, h = p;
43
+ export {
44
+ h as default
45
+ };
46
+ //# sourceMappingURL=social-login-methods.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"social-login-methods.js","sources":["../../../../../src/features/auth/login/social-login-methods/social-login-methods.tsx"],"sourcesContent":["import type { ISocialLoginMethodsProps } from './social-login-methods-types';\nimport type { FC } from 'react';\n\nimport AppleIcon from '../../../../assets/line-icons/icons/apple-icon';\nimport GoogleIcon from '../../../../assets/line-icons/icons/google-icon';\nimport Button from '../../../ui/buttons/button/button';\nimport FlexView from '../../../ui/layout/flex-view';\n\nconst SocialLoginMethods: FC<ISocialLoginMethodsProps> = ({\n onGoogleLogin,\n onAppleLogin,\n loadingProvider,\n}) => {\n const isLoadingGoogle = loadingProvider === 'google';\n const isLoadingApple = loadingProvider === 'apple';\n\n return (\n <FlexView $flexGapX={1} $flexDirection=\"row\" $justifyContent=\"space-between\" $width={336}>\n <Button\n renderAs=\"secondary-dark\"\n Icon={GoogleIcon}\n width={160}\n label=\"\"\n analyticsLabel=\"google_login\"\n onClick={onGoogleLogin}\n size=\"small\"\n busy={isLoadingGoogle}\n disabled={isLoadingGoogle}\n />\n <Button\n renderAs=\"secondary-dark\"\n size=\"small\"\n width={160}\n Icon={AppleIcon}\n label=\"\"\n analyticsLabel=\"apple_login\"\n onClick={onAppleLogin}\n busy={isLoadingApple}\n disabled={isLoadingApple}\n />\n </FlexView>\n );\n};\n\nexport default SocialLoginMethods;\n"],"names":["SocialLoginMethods","onGoogleLogin","onAppleLogin","loadingProvider","isLoadingGoogle","isLoadingApple","jsxs","FlexView","jsx","Button","GoogleIcon","AppleIcon","SocialLoginMethods$1"],"mappings":";;;;;AAQA,MAAMA,IAAmD,CAAC;AAAA,EACxD,eAAAC;AAAA,EACA,cAAAC;AAAA,EACA,iBAAAC;AACF,MAAM;AACJ,QAAMC,IAAkBD,MAAoB,UACtCE,IAAiBF,MAAoB;AAGzC,SAAA,gBAAAG,EAACC,KAAS,WAAW,GAAG,gBAAe,OAAM,iBAAgB,iBAAgB,QAAQ,KACnF,UAAA;AAAA,IAAA,gBAAAC;AAAA,MAACC;AAAA,MAAA;AAAA,QACC,UAAS;AAAA,QACT,MAAMC;AAAA,QACN,OAAO;AAAA,QACP,OAAM;AAAA,QACN,gBAAe;AAAA,QACf,SAAST;AAAA,QACT,MAAK;AAAA,QACL,MAAMG;AAAA,QACN,UAAUA;AAAA,MAAA;AAAA,IACZ;AAAA,IACA,gBAAAI;AAAA,MAACC;AAAA,MAAA;AAAA,QACC,UAAS;AAAA,QACT,MAAK;AAAA,QACL,OAAO;AAAA,QACP,MAAME;AAAA,QACN,OAAM;AAAA,QACN,gBAAe;AAAA,QACf,SAAST;AAAA,QACT,MAAMG;AAAA,QACN,UAAUA;AAAA,MAAA;AAAA,IACZ;AAAA,EACF,EAAA,CAAA;AAEJ,GAEAO,IAAeZ;"}
@@ -0,0 +1,87 @@
1
+ import { jsxs as a, jsx as e } from "react/jsx-runtime";
2
+ import c from "../../../ui/buttons/button/button.js";
3
+ import g from "../../../ui/buttons/text-button/text-button.js";
4
+ import l from "../../../ui/inputs/text-input/text-input.js";
5
+ import t from "../../../ui/layout/flex-view.js";
6
+ import s from "../../../ui/separator/separator.js";
7
+ import b from "../../comps/input-status-icon/input-status-icon.js";
8
+ const f = ({
9
+ username: n,
10
+ password: i,
11
+ errors: r,
12
+ isLoading: m,
13
+ onChange: d,
14
+ onSubmit: u,
15
+ onForgotPassword: p
16
+ }) => {
17
+ const h = m || !n.trim() || !i.trim();
18
+ return /* @__PURE__ */ a(
19
+ t,
20
+ {
21
+ $gutterX: 2,
22
+ $gapX: 1.5,
23
+ $alignItems: "center",
24
+ $justifyContent: "center",
25
+ $background: "BLACK_2",
26
+ $height: 308,
27
+ children: [
28
+ /* @__PURE__ */ e(s, { heightX: 0.5 }),
29
+ /* @__PURE__ */ a("form", { onSubmit: u, children: [
30
+ /* @__PURE__ */ a(t, { $alignItems: "center", $justifyContent: "center", children: [
31
+ /* @__PURE__ */ e(
32
+ l,
33
+ {
34
+ renderAs: r.username ? "error-dark" : "primary-dark",
35
+ autoFocus: !0,
36
+ autoComplete: "username",
37
+ label: "Username",
38
+ value: n,
39
+ onChange: (o) => d("username", o.target.value),
40
+ width: 330,
41
+ required: !0,
42
+ shape: "borderLess",
43
+ errorMessage: r.username
44
+ }
45
+ ),
46
+ /* @__PURE__ */ e(s, { height: 36 }),
47
+ /* @__PURE__ */ e(
48
+ l,
49
+ {
50
+ type: "password",
51
+ renderAs: r.password ? "error-dark" : "primary-dark",
52
+ autoComplete: "password",
53
+ label: "Password",
54
+ value: i,
55
+ onChange: (o) => d("password", o.target.value),
56
+ width: 330,
57
+ required: !0,
58
+ shape: "borderLess",
59
+ errorMessage: r.password,
60
+ siblingElement: /* @__PURE__ */ e(b, { isError: !!r.password })
61
+ }
62
+ )
63
+ ] }),
64
+ /* @__PURE__ */ e(s, { heightX: 1.25 }),
65
+ /* @__PURE__ */ e(t, { $alignItems: "flex-end", children: /* @__PURE__ */ e(g, { label: "Forgot Password?", onClick: p, color: "WHITE_T_60" }) }),
66
+ /* @__PURE__ */ e(s, { heightX: 2 }),
67
+ /* @__PURE__ */ e(t, { $justifyContent: "center", children: /* @__PURE__ */ e(
68
+ c,
69
+ {
70
+ size: "small",
71
+ renderAs: "secondary-dark",
72
+ type: "submit",
73
+ label: "Log in",
74
+ width: 336,
75
+ busy: m,
76
+ disabled: h
77
+ }
78
+ ) })
79
+ ] })
80
+ ]
81
+ }
82
+ );
83
+ }, j = f;
84
+ export {
85
+ j as default
86
+ };
87
+ //# sourceMappingURL=username-password-form.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"username-password-form.js","sources":["../../../../../src/features/auth/login/username-password-form/username-password-form.tsx"],"sourcesContent":["import type { IUsernamePasswordFormProps } from './username-password-form-types';\n\nimport { type ChangeEvent, type FC } from 'react';\n\nimport Button from '../../../ui/buttons/button/button';\nimport TextButton from '../../../ui/buttons/text-button/text-button';\nimport TextInput from '../../../ui/inputs/text-input/text-input';\nimport FlexView from '../../../ui/layout/flex-view';\nimport Separator from '../../../ui/separator/separator';\nimport InputStatusIcon from '../../comps/input-status-icon/input-status-icon';\n\nconst UsernamePasswordForm: FC<IUsernamePasswordFormProps> = ({\n username,\n password,\n errors,\n isLoading,\n onChange,\n onSubmit,\n onForgotPassword,\n}) => {\n const isSubmitDisabled = isLoading || !username.trim() || !password.trim();\n\n return (\n <FlexView\n $gutterX={2}\n $gapX={1.5}\n $alignItems=\"center\"\n $justifyContent=\"center\"\n $background=\"BLACK_2\"\n $height={308}\n >\n <Separator heightX={0.5} />\n <form onSubmit={onSubmit}>\n <FlexView $alignItems=\"center\" $justifyContent=\"center\">\n <TextInput\n renderAs={errors.username ? 'error-dark' : 'primary-dark'}\n autoFocus\n autoComplete=\"username\"\n label=\"Username\"\n value={username}\n onChange={(e: ChangeEvent<HTMLInputElement>) => onChange('username', e.target.value)}\n width={330}\n required\n shape=\"borderLess\"\n errorMessage={errors.username}\n />\n <Separator height={36} />\n <TextInput\n type=\"password\"\n renderAs={errors.password ? 'error-dark' : 'primary-dark'}\n autoComplete=\"password\"\n label=\"Password\"\n value={password}\n onChange={(e: ChangeEvent<HTMLInputElement>) => onChange('password', e.target.value)}\n width={330}\n required\n shape=\"borderLess\"\n errorMessage={errors.password}\n siblingElement={<InputStatusIcon isError={!!errors.password} />}\n />\n </FlexView>\n <Separator heightX={1.25} />\n <FlexView $alignItems=\"flex-end\">\n <TextButton label=\"Forgot Password?\" onClick={onForgotPassword} color=\"WHITE_T_60\" />\n </FlexView>\n <Separator heightX={2} />\n <FlexView $justifyContent=\"center\">\n <Button\n size=\"small\"\n renderAs=\"secondary-dark\"\n type=\"submit\"\n label=\"Log in\"\n width={336}\n busy={isLoading}\n disabled={isSubmitDisabled}\n />\n </FlexView>\n </form>\n </FlexView>\n );\n};\n\nexport default UsernamePasswordForm;\n"],"names":["UsernamePasswordForm","username","password","errors","isLoading","onChange","onSubmit","onForgotPassword","isSubmitDisabled","jsxs","FlexView","jsx","Separator","TextInput","e","InputStatusIcon","TextButton","Button","UsernamePasswordForm$1"],"mappings":";;;;;;;AAWA,MAAMA,IAAuD,CAAC;AAAA,EAC5D,UAAAC;AAAA,EACA,UAAAC;AAAA,EACA,QAAAC;AAAA,EACA,WAAAC;AAAA,EACA,UAAAC;AAAA,EACA,UAAAC;AAAA,EACA,kBAAAC;AACF,MAAM;AACE,QAAAC,IAAmBJ,KAAa,CAACH,EAAS,UAAU,CAACC,EAAS;AAGlE,SAAA,gBAAAO;AAAA,IAACC;AAAA,IAAA;AAAA,MACC,UAAU;AAAA,MACV,OAAO;AAAA,MACP,aAAY;AAAA,MACZ,iBAAgB;AAAA,MAChB,aAAY;AAAA,MACZ,SAAS;AAAA,MAET,UAAA;AAAA,QAAC,gBAAAC,EAAAC,GAAA,EAAU,SAAS,IAAK,CAAA;AAAA,QACzB,gBAAAH,EAAC,UAAK,UAAAH,GACJ,UAAA;AAAA,UAAA,gBAAAG,EAACC,GAAS,EAAA,aAAY,UAAS,iBAAgB,UAC7C,UAAA;AAAA,YAAA,gBAAAC;AAAA,cAACE;AAAA,cAAA;AAAA,gBACC,UAAUV,EAAO,WAAW,eAAe;AAAA,gBAC3C,WAAS;AAAA,gBACT,cAAa;AAAA,gBACb,OAAM;AAAA,gBACN,OAAOF;AAAA,gBACP,UAAU,CAACa,MAAqCT,EAAS,YAAYS,EAAE,OAAO,KAAK;AAAA,gBACnF,OAAO;AAAA,gBACP,UAAQ;AAAA,gBACR,OAAM;AAAA,gBACN,cAAcX,EAAO;AAAA,cAAA;AAAA,YACvB;AAAA,YACA,gBAAAQ,EAACC,GAAU,EAAA,QAAQ,GAAI,CAAA;AAAA,YACvB,gBAAAD;AAAA,cAACE;AAAA,cAAA;AAAA,gBACC,MAAK;AAAA,gBACL,UAAUV,EAAO,WAAW,eAAe;AAAA,gBAC3C,cAAa;AAAA,gBACb,OAAM;AAAA,gBACN,OAAOD;AAAA,gBACP,UAAU,CAACY,MAAqCT,EAAS,YAAYS,EAAE,OAAO,KAAK;AAAA,gBACnF,OAAO;AAAA,gBACP,UAAQ;AAAA,gBACR,OAAM;AAAA,gBACN,cAAcX,EAAO;AAAA,gBACrB,gBAAiB,gBAAAQ,EAAAI,GAAA,EAAgB,SAAS,CAAC,CAACZ,EAAO,UAAU;AAAA,cAAA;AAAA,YAC/D;AAAA,UAAA,GACF;AAAA,UACA,gBAAAQ,EAACC,GAAU,EAAA,SAAS,KAAM,CAAA;AAAA,UACzB,gBAAAD,EAAAD,GAAA,EAAS,aAAY,YACpB,UAAC,gBAAAC,EAAAK,GAAA,EAAW,OAAM,oBAAmB,SAAST,GAAkB,OAAM,aAAa,CAAA,GACrF;AAAA,UACA,gBAAAI,EAACC,GAAU,EAAA,SAAS,EAAG,CAAA;AAAA,UACvB,gBAAAD,EAACD,GAAS,EAAA,iBAAgB,UACxB,UAAA,gBAAAC;AAAA,YAACM;AAAA,YAAA;AAAA,cACC,MAAK;AAAA,cACL,UAAS;AAAA,cACT,MAAK;AAAA,cACL,OAAM;AAAA,cACN,OAAO;AAAA,cACP,MAAMb;AAAA,cACN,UAAUI;AAAA,YAAA;AAAA,UAAA,GAEd;AAAA,QAAA,GACF;AAAA,MAAA;AAAA,IAAA;AAAA,EAAA;AAGN,GAEAU,IAAelB;"}
@@ -0,0 +1,56 @@
1
+ import t from "styled-components";
2
+ import i from "../../../ui/layout/flex-view.js";
3
+ const n = t(i)`
4
+ position: relative;
5
+ `, s = t(i)`
6
+ position: absolute;
7
+ border-radius: 100%;
8
+ top: 216px;
9
+ border: ${({ theme: o }) => `2px solid ${o.colors.BLACK_5}`};
10
+ `, p = t(i)`
11
+ opacity: ${({ $isVisible: o }) => o ? 1 : 0};
12
+ transition: opacity 0.5s ease-in-out;
13
+ `, l = t.div`
14
+ position: relative;
15
+ `;
16
+ t(i)`
17
+ position: relative;
18
+ overflow: hidden;
19
+ background: ${({ theme: o }) => o.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: o }) => o.colors.WHITE};
26
+ `;
27
+ t.div`
28
+ position: absolute;
29
+ width: 100%;
30
+ height: 100%;
31
+ z-index: 2;
32
+ `;
33
+ const a = t(i)`
34
+ position: absolute;
35
+ top: 55%;
36
+ right: 24px;
37
+ `, c = t(i)`
38
+ position: absolute;
39
+ top: 55%;
40
+ left: 24px;
41
+ button {
42
+ background-color: ${({ theme: o }) => o.colors.BLACK_1};
43
+ svg {
44
+ color: ${({ theme: o }) => o.colors.WHITE};
45
+ }
46
+ }
47
+ `;
48
+ export {
49
+ s as CircularStepContainer,
50
+ n as Container,
51
+ p as ContentWrapper,
52
+ l as InputContainer,
53
+ a as NextButtonWrapper,
54
+ c as PrevButtonWrapper
55
+ };
56
+ //# 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 button {\n background-color: ${({ theme }) => theme.colors.BLACK_1};\n svg {\n color: ${({ theme }) => theme.colors.WHITE};\n }\n }\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;AAAA,wBAKjB,CAAC,EAAE,OAAAE,EAAA,MAAYA,EAAM,OAAO,OAAO;AAAA;AAAA,eAE5C,CAAC,EAAE,OAAAA,EAAA,MAAYA,EAAM,OAAO,KAAK;AAAA;AAAA;AAAA;"}