@cuemath/leap 2.9.1-aa0 → 2.9.1-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 (426) 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/line-icons/icons/apple-icon.js +48 -0
  4. package/dist/assets/line-icons/icons/apple-icon.js.map +1 -0
  5. package/dist/assets/line-icons/icons/google-icon.js +42 -0
  6. package/dist/assets/line-icons/icons/google-icon.js.map +1 -0
  7. package/dist/assets/lottie/lottie.js +11 -1
  8. package/dist/assets/lottie/lottie.js.map +1 -1
  9. package/dist/features/auth/account-selector/account-selector-styled.js +26 -0
  10. package/dist/features/auth/account-selector/account-selector-styled.js.map +1 -0
  11. package/dist/features/auth/account-selector/account-selector.js +75 -0
  12. package/dist/features/auth/account-selector/account-selector.js.map +1 -0
  13. package/dist/features/auth/comps/auth-page-layout/auth-page-layout-styles.js +12 -0
  14. package/dist/features/auth/comps/auth-page-layout/auth-page-layout-styles.js.map +1 -0
  15. package/dist/features/auth/comps/auth-page-layout/auth-page-layout.js +11 -0
  16. package/dist/features/auth/comps/auth-page-layout/auth-page-layout.js.map +1 -0
  17. package/dist/features/auth/comps/auth-static-panel/auth-static-panel.js +24 -0
  18. package/dist/features/auth/comps/auth-static-panel/auth-static-panel.js.map +1 -0
  19. package/dist/features/auth/comps/overlay-loader/overlay-loader-styled.js +29 -0
  20. package/dist/features/auth/comps/overlay-loader/overlay-loader-styled.js.map +1 -0
  21. package/dist/features/auth/comps/overlay-loader/overlay-loader.js +8 -0
  22. package/dist/features/auth/comps/overlay-loader/overlay-loader.js.map +1 -0
  23. package/dist/features/auth/comps/resend-otp/otp-timer/otp-timer.js +26 -0
  24. package/dist/features/auth/comps/resend-otp/otp-timer/otp-timer.js.map +1 -0
  25. package/dist/features/auth/comps/resend-otp/resend-otp.js +41 -0
  26. package/dist/features/auth/comps/resend-otp/resend-otp.js.map +1 -0
  27. package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper-styled.js +48 -0
  28. package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper-styled.js.map +1 -0
  29. package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper.js +115 -0
  30. package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper.js.map +1 -0
  31. package/dist/features/auth/signup/claim-user-account/claim-user-account-styled.js +16 -0
  32. package/dist/features/auth/signup/claim-user-account/claim-user-account-styled.js.map +1 -0
  33. package/dist/features/auth/signup/claim-user-account/claim-user-account.js +71 -0
  34. package/dist/features/auth/signup/claim-user-account/claim-user-account.js.map +1 -0
  35. package/dist/features/auth/signup/custom-input/custom-input-styled.js +38 -0
  36. package/dist/features/auth/signup/custom-input/custom-input-styled.js.map +1 -0
  37. package/dist/features/auth/signup/custom-input/date-picker-input/date-picker-input-styled.js +79 -0
  38. package/dist/features/auth/signup/custom-input/date-picker-input/date-picker-input-styled.js.map +1 -0
  39. package/dist/features/auth/signup/custom-input/date-picker-input/date-picker-input.js +54 -0
  40. package/dist/features/auth/signup/custom-input/date-picker-input/date-picker-input.js.map +1 -0
  41. package/dist/features/auth/signup/custom-input/email-input/email-input.js +30 -0
  42. package/dist/features/auth/signup/custom-input/email-input/email-input.js.map +1 -0
  43. package/dist/features/auth/signup/custom-input/grade-input/grade-input-styled.js +31 -0
  44. package/dist/features/auth/signup/custom-input/grade-input/grade-input-styled.js.map +1 -0
  45. package/dist/features/auth/signup/custom-input/grade-input/grade-input.js +30 -0
  46. package/dist/features/auth/signup/custom-input/grade-input/grade-input.js.map +1 -0
  47. package/dist/features/auth/signup/custom-input/input-wrapper/input-wrapper-styled.js +19 -0
  48. package/dist/features/auth/signup/custom-input/input-wrapper/input-wrapper-styled.js.map +1 -0
  49. package/dist/features/auth/signup/custom-input/input-wrapper/input-wrapper.js +33 -0
  50. package/dist/features/auth/signup/custom-input/input-wrapper/input-wrapper.js.map +1 -0
  51. package/dist/features/auth/signup/custom-input/otp-input/otp-input.js +41 -0
  52. package/dist/features/auth/signup/custom-input/otp-input/otp-input.js.map +1 -0
  53. package/dist/features/auth/signup/custom-input/phone-input/country-selector/country-code-button.js +33 -0
  54. package/dist/features/auth/signup/custom-input/phone-input/country-selector/country-code-button.js.map +1 -0
  55. package/dist/features/auth/signup/custom-input/phone-input/country-selector/country-list-menu.js +28 -0
  56. package/dist/features/auth/signup/custom-input/phone-input/country-selector/country-list-menu.js.map +1 -0
  57. package/dist/features/auth/signup/custom-input/phone-input/phone-input-styled.js +29 -0
  58. package/dist/features/auth/signup/custom-input/phone-input/phone-input-styled.js.map +1 -0
  59. package/dist/features/auth/signup/custom-input/phone-input/phone-input.js +64 -0
  60. package/dist/features/auth/signup/custom-input/phone-input/phone-input.js.map +1 -0
  61. package/dist/features/auth/signup/custom-input/student-password/student-password.js +53 -0
  62. package/dist/features/auth/signup/custom-input/student-password/student-password.js.map +1 -0
  63. package/dist/features/auth/signup/custom-input/student-username/student-username.js +38 -0
  64. package/dist/features/auth/signup/custom-input/student-username/student-username.js.map +1 -0
  65. package/dist/features/auth/signup/signup-constants.js +1022 -0
  66. package/dist/features/auth/signup/signup-constants.js.map +1 -0
  67. package/dist/features/auth/signup/signup-methods/signup-methods.js +58 -0
  68. package/dist/features/auth/signup/signup-methods/signup-methods.js.map +1 -0
  69. package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card-styled.js +19 -0
  70. package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card-styled.js.map +1 -0
  71. package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card.js +61 -0
  72. package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card.js.map +1 -0
  73. package/dist/features/auth/signup/user-type-selector/user-type-selector-styled.js +24 -0
  74. package/dist/features/auth/signup/user-type-selector/user-type-selector-styled.js.map +1 -0
  75. package/dist/features/auth/signup/user-type-selector/user-type-selector.js +87 -0
  76. package/dist/features/auth/signup/user-type-selector/user-type-selector.js.map +1 -0
  77. package/dist/features/chapters/lpar-chapter/block-section/sheet-item/rewards-n-actions/student-actions/student-actions.js +46 -45
  78. package/dist/features/chapters/lpar-chapter/block-section/sheet-item/rewards-n-actions/student-actions/student-actions.js.map +1 -1
  79. package/dist/features/chapters/lpar-chapter/block-section/sheet-item/rewards-n-actions/teacher-actions/teacher-actions.js +26 -25
  80. package/dist/features/chapters/lpar-chapter/block-section/sheet-item/rewards-n-actions/teacher-actions/teacher-actions.js.map +1 -1
  81. package/dist/features/cue-canvas/cue-canvas-provider.js.map +1 -1
  82. package/dist/features/sheets/lessons-list/lesson-item/lesson-item-cta-info.js +60 -59
  83. package/dist/features/sheets/lessons-list/lesson-item/lesson-item-cta-info.js.map +1 -1
  84. package/dist/features/sheets/resources-list/resource-item/resource-item.js +90 -89
  85. package/dist/features/sheets/resources-list/resource-item/resource-item.js.map +1 -1
  86. package/dist/features/sheets/sheets-list/sheet-item/reward-n-actions/student-actions/student-actions.js +61 -60
  87. package/dist/features/sheets/sheets-list/sheet-item/reward-n-actions/student-actions/student-actions.js.map +1 -1
  88. package/dist/features/sheets/sheets-list/sheet-item/reward-n-actions/teacher-actions/teacher-actions.js +64 -63
  89. package/dist/features/sheets/sheets-list/sheet-item/reward-n-actions/teacher-actions/teacher-actions.js.map +1 -1
  90. package/dist/features/sheets/utils/is-v3-worksheet.js +14 -4
  91. package/dist/features/sheets/utils/is-v3-worksheet.js.map +1 -1
  92. package/dist/features/ui/context-menu/context-menu.js +20 -18
  93. package/dist/features/ui/context-menu/context-menu.js.map +1 -1
  94. package/dist/features/ui/image/image.js +12 -12
  95. package/dist/features/ui/image/image.js.map +1 -1
  96. package/dist/features/ui/lottie-animation/helper.js +6 -5
  97. package/dist/features/ui/lottie-animation/helper.js.map +1 -1
  98. package/dist/features/ui/lottie-animation/lottie-animation.js +37 -28
  99. package/dist/features/ui/lottie-animation/lottie-animation.js.map +1 -1
  100. package/dist/features/ui/text/text.js +29 -27
  101. package/dist/features/ui/text/text.js.map +1 -1
  102. package/dist/features/worksheet/constants/events.js +0 -3
  103. package/dist/features/worksheet/constants/events.js.map +1 -1
  104. package/dist/features/worksheet/learnosity-preloader/learnosity-preloader.js +50 -69
  105. package/dist/features/worksheet/learnosity-preloader/learnosity-preloader.js.map +1 -1
  106. package/dist/index.d.ts +186 -11
  107. package/dist/index.js +406 -373
  108. package/dist/index.js.map +1 -1
  109. package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +332 -0
  110. package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js.map +1 -0
  111. package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +370 -0
  112. package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js.map +1 -0
  113. package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.js +252 -0
  114. package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.js.map +1 -0
  115. package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.utils.js +24 -0
  116. package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.utils.js.map +1 -0
  117. package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +192 -0
  118. package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js.map +1 -0
  119. package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +19 -0
  120. package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +1 -0
  121. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +129 -0
  122. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +1 -0
  123. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +129 -0
  124. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js.map +1 -0
  125. package/dist/node_modules/clsx/dist/clsx.js +18 -0
  126. package/dist/node_modules/clsx/dist/clsx.js.map +1 -0
  127. package/dist/node_modules/date-fns/subYears.js +9 -0
  128. package/dist/node_modules/date-fns/subYears.js.map +1 -0
  129. package/dist/node_modules/react-datepicker/dist/index.es.js +2700 -0
  130. package/dist/node_modules/react-datepicker/dist/index.es.js.map +1 -0
  131. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/addLeadingZeros.js +8 -0
  132. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/addLeadingZeros.js.map +1 -0
  133. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/defaultOptions.js +8 -0
  134. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/defaultOptions.js.map +1 -0
  135. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/formatters.js +518 -0
  136. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/formatters.js.map +1 -0
  137. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/lightFormatters.js +60 -0
  138. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/lightFormatters.js.map +1 -0
  139. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/longFormatters.js +53 -0
  140. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/longFormatters.js.map +1 -0
  141. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js +19 -0
  142. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js.map +1 -0
  143. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/normalizeDates.js +12 -0
  144. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/normalizeDates.js.map +1 -0
  145. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/protectedTokens.js +21 -0
  146. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/protectedTokens.js.map +1 -0
  147. package/dist/node_modules/react-datepicker/node_modules/date-fns/addDays.js +11 -0
  148. package/dist/node_modules/react-datepicker/node_modules/date-fns/addDays.js.map +1 -0
  149. package/dist/node_modules/react-datepicker/node_modules/date-fns/addHours.js +10 -0
  150. package/dist/node_modules/react-datepicker/node_modules/date-fns/addHours.js.map +1 -0
  151. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMilliseconds.js +10 -0
  152. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMilliseconds.js.map +1 -0
  153. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMinutes.js +11 -0
  154. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMinutes.js.map +1 -0
  155. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMonths.js +21 -0
  156. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMonths.js.map +1 -0
  157. package/dist/node_modules/react-datepicker/node_modules/date-fns/addQuarters.js +9 -0
  158. package/dist/node_modules/react-datepicker/node_modules/date-fns/addQuarters.js.map +1 -0
  159. package/dist/node_modules/react-datepicker/node_modules/date-fns/addSeconds.js +9 -0
  160. package/dist/node_modules/react-datepicker/node_modules/date-fns/addSeconds.js.map +1 -0
  161. package/dist/node_modules/react-datepicker/node_modules/date-fns/addWeeks.js +9 -0
  162. package/dist/node_modules/react-datepicker/node_modules/date-fns/addWeeks.js.map +1 -0
  163. package/dist/node_modules/react-datepicker/node_modules/date-fns/addYears.js +9 -0
  164. package/dist/node_modules/react-datepicker/node_modules/date-fns/addYears.js.map +1 -0
  165. package/dist/node_modules/react-datepicker/node_modules/date-fns/constants.js +10 -0
  166. package/dist/node_modules/react-datepicker/node_modules/date-fns/constants.js.map +1 -0
  167. package/dist/node_modules/react-datepicker/node_modules/date-fns/constructFrom.js +9 -0
  168. package/dist/node_modules/react-datepicker/node_modules/date-fns/constructFrom.js.map +1 -0
  169. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarDays.js +17 -0
  170. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarDays.js.map +1 -0
  171. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarMonths.js +14 -0
  172. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarMonths.js.map +1 -0
  173. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarQuarters.js +15 -0
  174. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarQuarters.js.map +1 -0
  175. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarYears.js +14 -0
  176. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarYears.js.map +1 -0
  177. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInDays.js +23 -0
  178. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInDays.js.map +1 -0
  179. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfDay.js +10 -0
  180. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfDay.js.map +1 -0
  181. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfMonth.js +10 -0
  182. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfMonth.js.map +1 -0
  183. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfWeek.js +12 -0
  184. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfWeek.js.map +1 -0
  185. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfYear.js +10 -0
  186. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfYear.js.map +1 -0
  187. package/dist/node_modules/react-datepicker/node_modules/date-fns/format.js +60 -0
  188. package/dist/node_modules/react-datepicker/node_modules/date-fns/format.js.map +1 -0
  189. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDate.js +9 -0
  190. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDate.js.map +1 -0
  191. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDay.js +9 -0
  192. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDay.js.map +1 -0
  193. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDayOfYear.js +12 -0
  194. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDayOfYear.js.map +1 -0
  195. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDaysInMonth.js +11 -0
  196. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDaysInMonth.js.map +1 -0
  197. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDefaultOptions.js +9 -0
  198. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDefaultOptions.js.map +1 -0
  199. package/dist/node_modules/react-datepicker/node_modules/date-fns/getHours.js +9 -0
  200. package/dist/node_modules/react-datepicker/node_modules/date-fns/getHours.js.map +1 -0
  201. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISODay.js +10 -0
  202. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISODay.js.map +1 -0
  203. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeek.js +13 -0
  204. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeek.js.map +1 -0
  205. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeekYear.js +16 -0
  206. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeekYear.js.map +1 -0
  207. package/dist/node_modules/react-datepicker/node_modules/date-fns/getMinutes.js +9 -0
  208. package/dist/node_modules/react-datepicker/node_modules/date-fns/getMinutes.js.map +1 -0
  209. package/dist/node_modules/react-datepicker/node_modules/date-fns/getMonth.js +9 -0
  210. package/dist/node_modules/react-datepicker/node_modules/date-fns/getMonth.js.map +1 -0
  211. package/dist/node_modules/react-datepicker/node_modules/date-fns/getQuarter.js +10 -0
  212. package/dist/node_modules/react-datepicker/node_modules/date-fns/getQuarter.js.map +1 -0
  213. package/dist/node_modules/react-datepicker/node_modules/date-fns/getSeconds.js +9 -0
  214. package/dist/node_modules/react-datepicker/node_modules/date-fns/getSeconds.js.map +1 -0
  215. package/dist/node_modules/react-datepicker/node_modules/date-fns/getTime.js +9 -0
  216. package/dist/node_modules/react-datepicker/node_modules/date-fns/getTime.js.map +1 -0
  217. package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeek.js +13 -0
  218. package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeek.js.map +1 -0
  219. package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeekYear.js +18 -0
  220. package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeekYear.js.map +1 -0
  221. package/dist/node_modules/react-datepicker/node_modules/date-fns/getYear.js +9 -0
  222. package/dist/node_modules/react-datepicker/node_modules/date-fns/getYear.js.map +1 -0
  223. package/dist/node_modules/react-datepicker/node_modules/date-fns/isAfter.js +9 -0
  224. package/dist/node_modules/react-datepicker/node_modules/date-fns/isAfter.js.map +1 -0
  225. package/dist/node_modules/react-datepicker/node_modules/date-fns/isBefore.js +9 -0
  226. package/dist/node_modules/react-datepicker/node_modules/date-fns/isBefore.js.map +1 -0
  227. package/dist/node_modules/react-datepicker/node_modules/date-fns/isDate.js +8 -0
  228. package/dist/node_modules/react-datepicker/node_modules/date-fns/isDate.js.map +1 -0
  229. package/dist/node_modules/react-datepicker/node_modules/date-fns/isEqual.js +9 -0
  230. package/dist/node_modules/react-datepicker/node_modules/date-fns/isEqual.js.map +1 -0
  231. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameDay.js +15 -0
  232. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameDay.js.map +1 -0
  233. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameMonth.js +14 -0
  234. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameMonth.js.map +1 -0
  235. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameQuarter.js +15 -0
  236. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameQuarter.js.map +1 -0
  237. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameYear.js +14 -0
  238. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameYear.js.map +1 -0
  239. package/dist/node_modules/react-datepicker/node_modules/date-fns/isValid.js +10 -0
  240. package/dist/node_modules/react-datepicker/node_modules/date-fns/isValid.js.map +1 -0
  241. package/dist/node_modules/react-datepicker/node_modules/date-fns/isWithinInterval.js +13 -0
  242. package/dist/node_modules/react-datepicker/node_modules/date-fns/isWithinInterval.js.map +1 -0
  243. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildFormatLongFn.js +10 -0
  244. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildFormatLongFn.js.map +1 -0
  245. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildLocalizeFn.js +19 -0
  246. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildLocalizeFn.js.map +1 -0
  247. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchFn.js +32 -0
  248. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchFn.js.map +1 -0
  249. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js +16 -0
  250. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js.map +1 -0
  251. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatDistance.js +71 -0
  252. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatDistance.js.map +1 -0
  253. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatLong.js +34 -0
  254. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatLong.js.map +1 -0
  255. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatRelative.js +12 -0
  256. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatRelative.js.map +1 -0
  257. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/localize.js +156 -0
  258. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/localize.js.map +1 -0
  259. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/match.js +111 -0
  260. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/match.js.map +1 -0
  261. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US.js +22 -0
  262. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US.js.map +1 -0
  263. package/dist/node_modules/react-datepicker/node_modules/date-fns/max.js +15 -0
  264. package/dist/node_modules/react-datepicker/node_modules/date-fns/max.js.map +1 -0
  265. package/dist/node_modules/react-datepicker/node_modules/date-fns/min.js +15 -0
  266. package/dist/node_modules/react-datepicker/node_modules/date-fns/min.js.map +1 -0
  267. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Parser.js +23 -0
  268. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Parser.js.map +1 -0
  269. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Setter.js +42 -0
  270. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Setter.js.map +1 -0
  271. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/constants.js +50 -0
  272. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/constants.js.map +1 -0
  273. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMMidnightParser.js +50 -0
  274. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMMidnightParser.js.map +1 -0
  275. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMParser.js +50 -0
  276. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMParser.js.map +1 -0
  277. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DateParser.js +62 -0
  278. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DateParser.js.map +1 -0
  279. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayOfYearParser.js +52 -0
  280. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayOfYearParser.js.map +1 -0
  281. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayParser.js +46 -0
  282. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayParser.js.map +1 -0
  283. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayPeriodParser.js +50 -0
  284. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayPeriodParser.js.map +1 -0
  285. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/EraParser.js +31 -0
  286. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/EraParser.js.map +1 -0
  287. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ExtendedYearParser.js +22 -0
  288. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ExtendedYearParser.js.map +1 -0
  289. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/FractionOfSecondParser.js +23 -0
  290. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/FractionOfSecondParser.js.map +1 -0
  291. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0To11Parser.js +33 -0
  292. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0To11Parser.js.map +1 -0
  293. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0to23Parser.js +33 -0
  294. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0to23Parser.js.map +1 -0
  295. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1To24Parser.js +34 -0
  296. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1To24Parser.js.map +1 -0
  297. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1to12Parser.js +34 -0
  298. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1to12Parser.js.map +1 -0
  299. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISODayParser.js +100 -0
  300. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISODayParser.js.map +1 -0
  301. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneParser.js +49 -0
  302. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneParser.js.map +1 -0
  303. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneWithZParser.js +49 -0
  304. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneWithZParser.js.map +1 -0
  305. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekParser.js +50 -0
  306. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekParser.js.map +1 -0
  307. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekYearParser.js +41 -0
  308. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekYearParser.js.map +1 -0
  309. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalDayParser.js +75 -0
  310. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalDayParser.js.map +1 -0
  311. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekParser.js +49 -0
  312. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekParser.js.map +1 -0
  313. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekYearParser.js +70 -0
  314. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekYearParser.js.map +1 -0
  315. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MinuteParser.js +33 -0
  316. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MinuteParser.js.map +1 -0
  317. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MonthParser.js +72 -0
  318. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MonthParser.js.map +1 -0
  319. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/QuarterParser.js +71 -0
  320. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/QuarterParser.js.map +1 -0
  321. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/SecondParser.js +33 -0
  322. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/SecondParser.js.map +1 -0
  323. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneLocalDayParser.js +75 -0
  324. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneLocalDayParser.js.map +1 -0
  325. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneMonthParser.js +72 -0
  326. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneMonthParser.js.map +1 -0
  327. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneQuarterParser.js +71 -0
  328. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneQuarterParser.js.map +1 -0
  329. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampMillisecondsParser.js +23 -0
  330. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampMillisecondsParser.js.map +1 -0
  331. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampSecondsParser.js +23 -0
  332. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampSecondsParser.js.map +1 -0
  333. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/YearParser.js +50 -0
  334. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/YearParser.js.map +1 -0
  335. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers.js +68 -0
  336. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers.js.map +1 -0
  337. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/utils.js +104 -0
  338. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/utils.js.map +1 -0
  339. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse.js +88 -0
  340. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse.js.map +1 -0
  341. package/dist/node_modules/react-datepicker/node_modules/date-fns/parseISO.js +123 -0
  342. package/dist/node_modules/react-datepicker/node_modules/date-fns/parseISO.js.map +1 -0
  343. package/dist/node_modules/react-datepicker/node_modules/date-fns/setDay.js +13 -0
  344. package/dist/node_modules/react-datepicker/node_modules/date-fns/setDay.js.map +1 -0
  345. package/dist/node_modules/react-datepicker/node_modules/date-fns/setHours.js +10 -0
  346. package/dist/node_modules/react-datepicker/node_modules/date-fns/setHours.js.map +1 -0
  347. package/dist/node_modules/react-datepicker/node_modules/date-fns/setISODay.js +12 -0
  348. package/dist/node_modules/react-datepicker/node_modules/date-fns/setISODay.js.map +1 -0
  349. package/dist/node_modules/react-datepicker/node_modules/date-fns/setISOWeek.js +11 -0
  350. package/dist/node_modules/react-datepicker/node_modules/date-fns/setISOWeek.js.map +1 -0
  351. package/dist/node_modules/react-datepicker/node_modules/date-fns/setMinutes.js +10 -0
  352. package/dist/node_modules/react-datepicker/node_modules/date-fns/setMinutes.js.map +1 -0
  353. package/dist/node_modules/react-datepicker/node_modules/date-fns/setMonth.js +14 -0
  354. package/dist/node_modules/react-datepicker/node_modules/date-fns/setMonth.js.map +1 -0
  355. package/dist/node_modules/react-datepicker/node_modules/date-fns/setQuarter.js +11 -0
  356. package/dist/node_modules/react-datepicker/node_modules/date-fns/setQuarter.js.map +1 -0
  357. package/dist/node_modules/react-datepicker/node_modules/date-fns/setSeconds.js +10 -0
  358. package/dist/node_modules/react-datepicker/node_modules/date-fns/setSeconds.js.map +1 -0
  359. package/dist/node_modules/react-datepicker/node_modules/date-fns/setWeek.js +11 -0
  360. package/dist/node_modules/react-datepicker/node_modules/date-fns/setWeek.js.map +1 -0
  361. package/dist/node_modules/react-datepicker/node_modules/date-fns/setYear.js +11 -0
  362. package/dist/node_modules/react-datepicker/node_modules/date-fns/setYear.js.map +1 -0
  363. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfDay.js +10 -0
  364. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfDay.js.map +1 -0
  365. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeek.js +9 -0
  366. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeek.js.map +1 -0
  367. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeekYear.js +12 -0
  368. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeekYear.js.map +1 -0
  369. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfMonth.js +10 -0
  370. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfMonth.js.map +1 -0
  371. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfQuarter.js +10 -0
  372. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfQuarter.js.map +1 -0
  373. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeek.js +12 -0
  374. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeek.js.map +1 -0
  375. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeekYear.js +14 -0
  376. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeekYear.js.map +1 -0
  377. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfYear.js +10 -0
  378. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfYear.js.map +1 -0
  379. package/dist/node_modules/react-datepicker/node_modules/date-fns/subDays.js +9 -0
  380. package/dist/node_modules/react-datepicker/node_modules/date-fns/subDays.js.map +1 -0
  381. package/dist/node_modules/react-datepicker/node_modules/date-fns/subMonths.js +9 -0
  382. package/dist/node_modules/react-datepicker/node_modules/date-fns/subMonths.js.map +1 -0
  383. package/dist/node_modules/react-datepicker/node_modules/date-fns/subQuarters.js +9 -0
  384. package/dist/node_modules/react-datepicker/node_modules/date-fns/subQuarters.js.map +1 -0
  385. package/dist/node_modules/react-datepicker/node_modules/date-fns/subWeeks.js +9 -0
  386. package/dist/node_modules/react-datepicker/node_modules/date-fns/subWeeks.js.map +1 -0
  387. package/dist/node_modules/react-datepicker/node_modules/date-fns/subYears.js +9 -0
  388. package/dist/node_modules/react-datepicker/node_modules/date-fns/subYears.js.map +1 -0
  389. package/dist/node_modules/react-datepicker/node_modules/date-fns/toDate.js +9 -0
  390. package/dist/node_modules/react-datepicker/node_modules/date-fns/toDate.js.map +1 -0
  391. package/dist/node_modules/react-datepicker/node_modules/date-fns/transpose.js +19 -0
  392. package/dist/node_modules/react-datepicker/node_modules/date-fns/transpose.js.map +1 -0
  393. package/dist/node_modules/uuid/dist/esm-browser/native.js +7 -0
  394. package/dist/node_modules/uuid/dist/esm-browser/native.js.map +1 -0
  395. package/dist/node_modules/uuid/dist/esm-browser/rng.js +3 -2
  396. package/dist/node_modules/uuid/dist/esm-browser/rng.js.map +1 -1
  397. package/dist/node_modules/uuid/dist/esm-browser/stringify.js +6 -10
  398. package/dist/node_modules/uuid/dist/esm-browser/stringify.js.map +1 -1
  399. package/dist/node_modules/uuid/dist/esm-browser/v4.js +12 -9
  400. package/dist/node_modules/uuid/dist/esm-browser/v4.js.map +1 -1
  401. package/dist/static/avatar-selected.860ee923.json +1 -0
  402. package/dist/static/circle-cuemath-logo-white.e9fafb91.svg +1 -0
  403. package/dist/static/cuemath-app-qr-code.ba6cc09b.svg +1 -0
  404. package/dist/static/cuemath-app-qr-code.d0912fc7.png +0 -0
  405. package/dist/static/dob.9ce3c15b.json +1 -0
  406. package/dist/static/grade.b3730524.json +1 -0
  407. package/dist/static/key.d6846476.json +1 -0
  408. package/dist/static/mail.c30e8708.json +1 -0
  409. package/dist/static/otp.2d08f874.json +1 -0
  410. package/dist/static/otp.a3029760.json +1 -0
  411. package/dist/static/parent-avatar.772d53e0.json +1 -0
  412. package/dist/static/phone-number.0be312ea.json +1 -0
  413. package/dist/static/phone-number.84f55562.json +1 -0
  414. package/dist/static/student-avatar.524226bd.json +1 -0
  415. package/dist/static/user-type-selector-grid-bg.3c9c8ad6.svg +1 -0
  416. package/dist/static/user-type-selector-grid-bg.3ce8142d.svg +1 -0
  417. package/dist/static/user-type-selector-grid-bg.aad0b059.svg +1 -0
  418. package/dist/static/username.9e034d51.json +1 -0
  419. package/package.json +3 -2
  420. package/dist/assets/lib/lib.js +0 -7
  421. package/dist/assets/lib/lib.js.map +0 -1
  422. package/dist/node_modules/uuid/dist/esm-browser/regex.js +0 -5
  423. package/dist/node_modules/uuid/dist/esm-browser/regex.js.map +0 -1
  424. package/dist/node_modules/uuid/dist/esm-browser/validate.js +0 -8
  425. package/dist/node_modules/uuid/dist/esm-browser/validate.js.map +0 -1
  426. package/dist/static/lib/polypad.js +0 -34472
@@ -0,0 +1,64 @@
1
+ import { jsx as e, jsxs as h } from "react/jsx-runtime";
2
+ import { useCallback as s } from "react";
3
+ import { useTheme as c } from "styled-components";
4
+ import { InputWrapper as d } from "../../../../circle-games/sign-up/comp/input-wrapper/input-wrapper.js";
5
+ import C from "../../../../ui/context-menu/context-menu.js";
6
+ import r from "../../../../ui/layout/flex-view.js";
7
+ import x from "../../../../ui/separator/separator.js";
8
+ import { COUNTRY_CODE_MAP as w } from "../../signup-constants.js";
9
+ import { CustomInput as I } from "../custom-input-styled.js";
10
+ import g from "./country-selector/country-code-button.js";
11
+ import y from "./country-selector/country-list-menu.js";
12
+ const D = ({
13
+ error: m,
14
+ value: p,
15
+ onChange: l,
16
+ selectedCountry: n,
17
+ onCountryChange: u,
18
+ onEnter: o
19
+ }) => {
20
+ var i;
21
+ const a = c(), f = s(
22
+ (t) => {
23
+ t.key === "Enter" && (o == null || o());
24
+ },
25
+ [o]
26
+ );
27
+ return /* @__PURE__ */ e(d, { helperText: m, children: /* @__PURE__ */ h(r, { $flexDirection: "row", children: [
28
+ /* @__PURE__ */ e(r, { children: /* @__PURE__ */ e(
29
+ C,
30
+ {
31
+ startLeft: !0,
32
+ targetElement: /* @__PURE__ */ e(g, { value: n.code }),
33
+ menuElement: /* @__PURE__ */ e(
34
+ y,
35
+ {
36
+ options: w,
37
+ onChange: u,
38
+ selectedCountry: n
39
+ }
40
+ ),
41
+ menuOffset: 5,
42
+ menuZIndex: 1
43
+ }
44
+ ) }),
45
+ /* @__PURE__ */ e(x, { width: 8 }),
46
+ /* @__PURE__ */ e(r, { $width: 224, children: /* @__PURE__ */ e(
47
+ I,
48
+ {
49
+ value: p,
50
+ onChange: (t) => l(t.target.value),
51
+ placeholder: "00000 00000",
52
+ type: "number",
53
+ align: "left",
54
+ autoCapitalize: "none",
55
+ color: (i = a.colors) == null ? void 0 : i[m ? "RED" : "WHITE"],
56
+ onKeyDown: f
57
+ }
58
+ ) })
59
+ ] }) });
60
+ }, R = D;
61
+ export {
62
+ R as default
63
+ };
64
+ //# sourceMappingURL=phone-input.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"phone-input.js","sources":["../../../../../../src/features/auth/signup/custom-input/phone-input/phone-input.tsx"],"sourcesContent":["import type { IPhoneInputProps } from './phone-input-types';\n\nimport { useCallback, type FC, type KeyboardEvent } from 'react';\nimport { useTheme } from 'styled-components';\n\nimport { InputWrapper } from '../../../../circle-games/sign-up/comp/input-wrapper/input-wrapper';\nimport ContextMenu from '../../../../ui/context-menu/context-menu';\nimport FlexView from '../../../../ui/layout/flex-view';\nimport Separator from '../../../../ui/separator/separator';\nimport { COUNTRY_CODE_MAP } from '../../signup-constants';\nimport * as Styled from '../custom-input-styled';\nimport CountryCodeButton from './country-selector/country-code-button';\nimport CountryListMenu from './country-selector/country-list-menu';\n\nconst PhoneInput: FC<IPhoneInputProps> = ({\n error,\n value,\n onChange,\n selectedCountry,\n onCountryChange,\n onEnter,\n}) => {\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 <FlexView $flexDirection=\"row\">\n <FlexView>\n <ContextMenu\n startLeft\n targetElement={<CountryCodeButton value={selectedCountry.code} />}\n menuElement={\n <CountryListMenu\n options={COUNTRY_CODE_MAP}\n onChange={onCountryChange}\n selectedCountry={selectedCountry}\n />\n }\n menuOffset={5}\n menuZIndex={1}\n />\n </FlexView>\n <Separator width={8} />\n <FlexView $width={224}>\n <Styled.CustomInput\n value={value}\n onChange={event => onChange(event.target.value)}\n placeholder=\"00000 00000\"\n type=\"number\"\n align=\"left\"\n autoCapitalize=\"none\"\n color={theme.colors?.[error ? 'RED' : 'WHITE']}\n onKeyDown={handleKeyDown}\n />\n </FlexView>\n </FlexView>\n </InputWrapper>\n );\n};\n\nexport default PhoneInput;\n"],"names":["PhoneInput","error","value","onChange","selectedCountry","onCountryChange","onEnter","theme","useTheme","handleKeyDown","useCallback","event","InputWrapper","jsxs","FlexView","jsx","ContextMenu","CountryCodeButton","CountryListMenu","COUNTRY_CODE_MAP","Separator","Styled.CustomInput","_a","PhoneInput$1"],"mappings":";;;;;;;;;;;AAcA,MAAMA,IAAmC,CAAC;AAAA,EACxC,OAAAC;AAAA,EACA,OAAAC;AAAA,EACA,UAAAC;AAAA,EACA,iBAAAC;AAAA,EACA,iBAAAC;AAAA,EACA,SAAAC;AACF,MAAM;;AACJ,QAAMC,IAAQC,KAERC,IAAgBC;AAAA,IACpB,CAACC,MAA2C;AACtC,MAAAA,EAAM,QAAQ,YACNL,KAAA,QAAAA;AAAA,IAEd;AAAA,IACA,CAACA,CAAO;AAAA,EAAA;AAGV,2BACGM,GAAa,EAAA,YAAYX,GACxB,UAAC,gBAAAY,EAAAC,GAAA,EAAS,gBAAe,OACvB,UAAA;AAAA,IAAA,gBAAAC,EAACD,GACC,EAAA,UAAA,gBAAAC;AAAA,MAACC;AAAA,MAAA;AAAA,QACC,WAAS;AAAA,QACT,eAAe,gBAAAD,EAACE,GAAkB,EAAA,OAAOb,EAAgB,MAAM;AAAA,QAC/D,aACE,gBAAAW;AAAA,UAACG;AAAA,UAAA;AAAA,YACC,SAASC;AAAA,YACT,UAAUd;AAAA,YACV,iBAAAD;AAAA,UAAA;AAAA,QACF;AAAA,QAEF,YAAY;AAAA,QACZ,YAAY;AAAA,MAAA;AAAA,IAAA,GAEhB;AAAA,IACA,gBAAAW,EAACK,GAAU,EAAA,OAAO,EAAG,CAAA;AAAA,IACrB,gBAAAL,EAACD,GAAS,EAAA,QAAQ,KAChB,UAAA,gBAAAC;AAAA,MAACM;AAAAA,MAAA;AAAA,QACC,OAAAnB;AAAA,QACA,UAAU,CAAAS,MAASR,EAASQ,EAAM,OAAO,KAAK;AAAA,QAC9C,aAAY;AAAA,QACZ,MAAK;AAAA,QACL,OAAM;AAAA,QACN,gBAAe;AAAA,QACf,QAAOW,IAAAf,EAAM,WAAN,gBAAAe,EAAerB,IAAQ,QAAQ;AAAA,QACtC,WAAWQ;AAAA,MAAA;AAAA,IAAA,GAEf;AAAA,EAAA,EACF,CAAA,EACF,CAAA;AAEJ,GAEAc,IAAevB;"}
@@ -0,0 +1,53 @@
1
+ import { jsx as t, jsxs as d } from "react/jsx-runtime";
2
+ import { useState as u, useCallback as h } from "react";
3
+ import { useTheme as f } from "styled-components";
4
+ import w from "../../../../../assets/line-icons/icons/eye.js";
5
+ import I from "../../../../../assets/line-icons/icons/striked-eye.js";
6
+ import g from "../../../../ui/buttons/clickable/clickable.js";
7
+ import { PasswordInputWrapper as x, CustomInput as y } from "../custom-input-styled.js";
8
+ import { InputWrapper as C } from "../input-wrapper/input-wrapper.js";
9
+ const b = ({
10
+ onEnter: o,
11
+ value: l,
12
+ onChange: a,
13
+ error: r,
14
+ helperText: p
15
+ }) => {
16
+ var i;
17
+ const n = f(), [s, c] = u(!1), m = h(
18
+ (e) => {
19
+ e.key === "Enter" && (o == null || o());
20
+ },
21
+ [o]
22
+ );
23
+ return /* @__PURE__ */ t(C, { helperText: r || p, children: /* @__PURE__ */ d(
24
+ x,
25
+ {
26
+ $width: 220,
27
+ $alignItems: "center",
28
+ $flexDirection: "row",
29
+ $flexGapX: 0.5,
30
+ children: [
31
+ /* @__PURE__ */ t(
32
+ y,
33
+ {
34
+ value: l,
35
+ onChange: (e) => a(e.target.value),
36
+ autoFocus: !0,
37
+ placeholder: "password",
38
+ align: "left",
39
+ color: (i = n.colors) == null ? void 0 : i[r ? "RED" : "WHITE"],
40
+ autoCapitalize: "none",
41
+ type: s ? "text" : "password",
42
+ onKeyDown: m
43
+ }
44
+ ),
45
+ /* @__PURE__ */ t(g, { label: "password-toggle", onClick: () => c((e) => !e), children: s ? /* @__PURE__ */ t(I, { color: "WHITE", width: 24, height: 24 }) : /* @__PURE__ */ t(w, { color: "WHITE", width: 24, height: 24 }) })
46
+ ]
47
+ }
48
+ ) });
49
+ }, j = b;
50
+ export {
51
+ j as default
52
+ };
53
+ //# sourceMappingURL=student-password.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"student-password.js","sources":["../../../../../../src/features/auth/signup/custom-input/student-password/student-password.tsx"],"sourcesContent":["import type { ICustomInputProps } from '../custom-input-types';\n\nimport { useCallback, useState, type FC, type KeyboardEvent } from 'react';\nimport { useTheme } from 'styled-components';\n\nimport EyeIcon from '../../../../../assets/line-icons/icons/eye';\nimport StrikedEyeIcon from '../../../../../assets/line-icons/icons/striked-eye';\nimport Clickable from '../../../../ui/buttons/clickable/clickable';\nimport * as Styled from '../custom-input-styled';\nimport { InputWrapper } from '../input-wrapper/input-wrapper';\n\nconst StudentPasswordInput: FC<ICustomInputProps> = ({\n onEnter,\n value,\n onChange,\n error,\n helperText,\n}) => {\n const theme = useTheme();\n const [isVisible, setIsVisible] = useState(false);\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 || helperText}>\n <Styled.PasswordInputWrapper\n $width={220}\n $alignItems=\"center\"\n $flexDirection=\"row\"\n $flexGapX={0.5}\n >\n <Styled.CustomInput\n value={value}\n onChange={event => onChange(event.target.value)}\n autoFocus\n placeholder=\"password\"\n align=\"left\"\n color={theme.colors?.[error ? 'RED' : 'WHITE']}\n autoCapitalize=\"none\"\n type={isVisible ? 'text' : 'password'}\n onKeyDown={handleKeyDown}\n />\n <Clickable label=\"password-toggle\" onClick={() => setIsVisible(prev => !prev)}>\n {isVisible ? (\n <StrikedEyeIcon color=\"WHITE\" width={24} height={24} />\n ) : (\n <EyeIcon color=\"WHITE\" width={24} height={24} />\n )}\n </Clickable>\n </Styled.PasswordInputWrapper>\n </InputWrapper>\n );\n};\n\nexport default StudentPasswordInput;\n"],"names":["StudentPasswordInput","onEnter","value","onChange","error","helperText","theme","useTheme","isVisible","setIsVisible","useState","handleKeyDown","useCallback","event","jsx","InputWrapper","jsxs","Styled.PasswordInputWrapper","Styled.CustomInput","_a","Clickable","prev","StrikedEyeIcon","EyeIcon","StudentPasswordInput$1"],"mappings":";;;;;;;;AAWA,MAAMA,IAA8C,CAAC;AAAA,EACnD,SAAAC;AAAA,EACA,OAAAC;AAAA,EACA,UAAAC;AAAA,EACA,OAAAC;AAAA,EACA,YAAAC;AACF,MAAM;;AACJ,QAAMC,IAAQC,KACR,CAACC,GAAWC,CAAY,IAAIC,EAAS,EAAK,GAE1CC,IAAgBC;AAAA,IACpB,CAACC,MAA2C;AACtC,MAAAA,EAAM,QAAQ,YACNZ,KAAA,QAAAA;AAAA,IAEd;AAAA,IACA,CAACA,CAAO;AAAA,EAAA;AAGV,SACG,gBAAAa,EAAAC,GAAA,EAAa,YAAYX,KAASC,GACjC,UAAA,gBAAAW;AAAA,IAACC;AAAAA,IAAA;AAAA,MACC,QAAQ;AAAA,MACR,aAAY;AAAA,MACZ,gBAAe;AAAA,MACf,WAAW;AAAA,MAEX,UAAA;AAAA,QAAA,gBAAAH;AAAA,UAACI;AAAAA,UAAA;AAAA,YACC,OAAAhB;AAAA,YACA,UAAU,CAAAW,MAASV,EAASU,EAAM,OAAO,KAAK;AAAA,YAC9C,WAAS;AAAA,YACT,aAAY;AAAA,YACZ,OAAM;AAAA,YACN,QAAOM,IAAAb,EAAM,WAAN,gBAAAa,EAAef,IAAQ,QAAQ;AAAA,YACtC,gBAAe;AAAA,YACf,MAAMI,IAAY,SAAS;AAAA,YAC3B,WAAWG;AAAA,UAAA;AAAA,QACb;AAAA,QACC,gBAAAG,EAAAM,GAAA,EAAU,OAAM,mBAAkB,SAAS,MAAMX,EAAa,CAAAY,MAAQ,CAACA,CAAI,GACzE,UAAAb,IACE,gBAAAM,EAAAQ,GAAA,EAAe,OAAM,SAAQ,OAAO,IAAI,QAAQ,GAAI,CAAA,IAErD,gBAAAR,EAACS,GAAQ,EAAA,OAAM,SAAQ,OAAO,IAAI,QAAQ,GAAI,CAAA,GAElD;AAAA,MAAA;AAAA,IAAA;AAAA,EAEJ,EAAA,CAAA;AAEJ,GAEAC,IAAexB;"}
@@ -0,0 +1,38 @@
1
+ import { jsx as a } from "react/jsx-runtime";
2
+ import { useCallback as c } from "react";
3
+ import { useTheme as i } from "styled-components";
4
+ import { CustomInput as f } from "../custom-input-styled.js";
5
+ import { InputWrapper as h } from "../input-wrapper/input-wrapper.js";
6
+ const d = ({
7
+ value: m,
8
+ onChange: u,
9
+ error: o,
10
+ helperText: s,
11
+ showLoading: n,
12
+ onEnter: e
13
+ }) => {
14
+ var r;
15
+ const p = i(), l = c(
16
+ (t) => {
17
+ t.key === "Enter" && (e == null || e());
18
+ },
19
+ [e]
20
+ );
21
+ return /* @__PURE__ */ a(h, { helperText: o || s, showLoading: n, children: /* @__PURE__ */ a(
22
+ f,
23
+ {
24
+ value: m,
25
+ onChange: (t) => u(t.target.value),
26
+ autoFocus: !0,
27
+ placeholder: "username_1412",
28
+ color: (r = p.colors) == null ? void 0 : r[o ? "RED" : "WHITE"],
29
+ autoCapitalize: "none",
30
+ textTransform: "lowercase",
31
+ onKeyDown: l
32
+ }
33
+ ) });
34
+ }, y = d;
35
+ export {
36
+ y as default
37
+ };
38
+ //# sourceMappingURL=student-username.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"student-username.js","sources":["../../../../../../src/features/auth/signup/custom-input/student-username/student-username.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 StudentUsernameInput: FC<ICustomInputProps> = ({\n value,\n onChange,\n error,\n helperText,\n showLoading,\n onEnter,\n}) => {\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 || helperText} showLoading={showLoading}>\n <Styled.CustomInput\n value={value}\n onChange={event => onChange(event.target.value)}\n autoFocus\n placeholder=\"username_1412\"\n color={theme.colors?.[error ? 'RED' : 'WHITE']}\n autoCapitalize=\"none\"\n textTransform=\"lowercase\"\n onKeyDown={handleKeyDown}\n />\n </InputWrapper>\n );\n};\n\nexport default StudentUsernameInput;\n"],"names":["StudentUsernameInput","value","onChange","error","helperText","showLoading","onEnter","theme","useTheme","handleKeyDown","useCallback","event","jsx","InputWrapper","Styled.CustomInput","_a","StudentUsernameInput$1"],"mappings":";;;;;AAQA,MAAMA,IAA8C,CAAC;AAAA,EACnD,OAAAC;AAAA,EACA,UAAAC;AAAA,EACA,OAAAC;AAAA,EACA,YAAAC;AAAA,EACA,aAAAC;AAAA,EACA,SAAAC;AACF,MAAM;;AACJ,QAAMC,IAAQC,KAERC,IAAgBC;AAAA,IACpB,CAACC,MAA2C;AACtC,MAAAA,EAAM,QAAQ,YACNL,KAAA,QAAAA;AAAA,IAEd;AAAA,IACA,CAACA,CAAO;AAAA,EAAA;AAGV,SACG,gBAAAM,EAAAC,GAAA,EAAa,YAAYV,KAASC,GAAY,aAAAC,GAC7C,UAAA,gBAAAO;AAAA,IAACE;AAAAA,IAAA;AAAA,MACC,OAAAb;AAAA,MACA,UAAU,CAAAU,MAAST,EAASS,EAAM,OAAO,KAAK;AAAA,MAC9C,WAAS;AAAA,MACT,aAAY;AAAA,MACZ,QAAOI,IAAAR,EAAM,WAAN,gBAAAQ,EAAeZ,IAAQ,QAAQ;AAAA,MACtC,gBAAe;AAAA,MACf,eAAc;AAAA,MACd,WAAWM;AAAA,IAAA;AAAA,EAEf,EAAA,CAAA;AAEJ,GAEAO,IAAehB;"}