@cuemath/leap 2.9.5-j8 → 2.9.6-as1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (681) hide show
  1. package/dist/assets/illustrations/illustrations.js +9 -3
  2. package/dist/assets/illustrations/illustrations.js.map +1 -1
  3. package/dist/assets/line-icons/icons/alarm.js +41 -0
  4. package/dist/assets/line-icons/icons/alarm.js.map +1 -0
  5. package/dist/assets/line-icons/icons/bin2.js +7 -8
  6. package/dist/assets/line-icons/icons/bin2.js.map +1 -1
  7. package/dist/assets/line-icons/icons/chevron-left.js.map +1 -1
  8. package/dist/assets/line-icons/icons/dart.js +23 -0
  9. package/dist/assets/line-icons/icons/dart.js.map +1 -0
  10. package/dist/assets/line-icons/icons/exclamation.js +26 -0
  11. package/dist/assets/line-icons/icons/exclamation.js.map +1 -0
  12. package/dist/assets/line-icons/icons/home2.js +25 -0
  13. package/dist/assets/line-icons/icons/home2.js.map +1 -0
  14. package/dist/assets/line-icons/icons/important.js +23 -0
  15. package/dist/assets/line-icons/icons/important.js.map +1 -0
  16. package/dist/assets/line-icons/icons/puzzle.js +25 -0
  17. package/dist/assets/line-icons/icons/puzzle.js.map +1 -0
  18. package/dist/assets/line-icons/icons/recap.js +32 -0
  19. package/dist/assets/line-icons/icons/recap.js.map +1 -0
  20. package/dist/assets/line-icons/icons/skip-colored.js +43 -0
  21. package/dist/assets/line-icons/icons/skip-colored.js.map +1 -0
  22. package/dist/assets/line-icons/icons/status.js +41 -0
  23. package/dist/assets/line-icons/icons/status.js.map +1 -0
  24. package/dist/assets/line-icons/icons/testtube.js +33 -0
  25. package/dist/assets/line-icons/icons/testtube.js.map +1 -0
  26. package/dist/assets/lottie/lottie.js +8 -11
  27. package/dist/assets/lottie/lottie.js.map +1 -1
  28. package/dist/constants/api.js +3 -2
  29. package/dist/constants/api.js.map +1 -1
  30. package/dist/features/chapters/chapters-list/chapter-item/chapter-item-styled.js +99 -33
  31. package/dist/features/chapters/chapters-list/chapter-item/chapter-item-styled.js.map +1 -1
  32. package/dist/features/chapters/chapters-list/chapter-item/chapter-item.js +92 -49
  33. package/dist/features/chapters/chapters-list/chapter-item/chapter-item.js.map +1 -1
  34. package/dist/features/chapters/chapters-list/chapters-list-styled.js +5 -5
  35. package/dist/features/chapters/chapters-list/chapters-list-styled.js.map +1 -1
  36. package/dist/features/chapters/chapters-list/chapters-list.js +64 -70
  37. package/dist/features/chapters/chapters-list/chapters-list.js.map +1 -1
  38. package/dist/features/chapters-v2/api/chapter.js +10 -0
  39. package/dist/features/chapters-v2/api/chapter.js.map +1 -0
  40. package/dist/features/chapters-v2/chapter-details/block-sections/block-section-view.js +112 -0
  41. package/dist/features/chapters-v2/chapter-details/block-sections/block-section-view.js.map +1 -0
  42. package/dist/features/chapters-v2/chapter-details/block-sections/block-sections-styled.js +26 -0
  43. package/dist/features/chapters-v2/chapter-details/block-sections/block-sections-styled.js.map +1 -0
  44. package/dist/features/chapters-v2/chapter-details/block-sections/block-sections.js +89 -0
  45. package/dist/features/chapters-v2/chapter-details/block-sections/block-sections.js.map +1 -0
  46. package/dist/features/chapters-v2/chapter-details/chapter-banner/chapter-banner-styled.js +90 -0
  47. package/dist/features/chapters-v2/chapter-details/chapter-banner/chapter-banner-styled.js.map +1 -0
  48. package/dist/features/chapters-v2/chapter-details/chapter-banner/chapter-banner.js +97 -0
  49. package/dist/features/chapters-v2/chapter-details/chapter-banner/chapter-banner.js.map +1 -0
  50. package/dist/features/chapters-v2/chapter-details/chapter-details-styled.js +51 -0
  51. package/dist/features/chapters-v2/chapter-details/chapter-details-styled.js.map +1 -0
  52. package/dist/features/chapters-v2/chapter-details/chapter-details.js +103 -0
  53. package/dist/features/chapters-v2/chapter-details/chapter-details.js.map +1 -0
  54. package/dist/features/chapters-v2/comps/node-card/border-path-animation.js +13 -0
  55. package/dist/features/chapters-v2/comps/node-card/border-path-animation.js.map +1 -0
  56. package/dist/features/chapters-v2/comps/node-card/node-card-styled.js +153 -0
  57. package/dist/features/chapters-v2/comps/node-card/node-card-styled.js.map +1 -0
  58. package/dist/features/chapters-v2/comps/node-card/node-card-tags.js +16 -0
  59. package/dist/features/chapters-v2/comps/node-card/node-card-tags.js.map +1 -0
  60. package/dist/features/chapters-v2/comps/node-card/node-card.js +12 -0
  61. package/dist/features/chapters-v2/comps/node-card/node-card.js.map +1 -0
  62. package/dist/features/chapters-v2/comps/node-card/node-menu-options/node-menu-options-styled.js +32 -0
  63. package/dist/features/chapters-v2/comps/node-card/node-menu-options/node-menu-options-styled.js.map +1 -0
  64. package/dist/features/chapters-v2/comps/node-card/node-menu-options/node-menu-options.js +31 -0
  65. package/dist/features/chapters-v2/comps/node-card/node-menu-options/node-menu-options.js.map +1 -0
  66. package/dist/features/chapters-v2/comps/node-card/student-actions/student-actions.js +180 -0
  67. package/dist/features/chapters-v2/comps/node-card/student-actions/student-actions.js.map +1 -0
  68. package/dist/features/chapters-v2/comps/node-card/teacher-actions/teacher-actions.js +192 -0
  69. package/dist/features/chapters-v2/comps/node-card/teacher-actions/teacher-actions.js.map +1 -0
  70. package/dist/features/chapters-v2/comps/tag/tag-styled.js +13 -0
  71. package/dist/features/chapters-v2/comps/tag/tag-styled.js.map +1 -0
  72. package/dist/features/chapters-v2/comps/tag/tag.js +28 -0
  73. package/dist/features/chapters-v2/comps/tag/tag.js.map +1 -0
  74. package/dist/features/chapters-v2/constants/block-constants.js +20 -0
  75. package/dist/features/chapters-v2/constants/block-constants.js.map +1 -0
  76. package/dist/features/chapters-v2/constants/node-constants.js +14 -0
  77. package/dist/features/chapters-v2/constants/node-constants.js.map +1 -0
  78. package/dist/features/chapters-v2/utils/index.js +41 -0
  79. package/dist/features/chapters-v2/utils/index.js.map +1 -0
  80. package/dist/features/chapters-v2/utils/node-card-utils.js +175 -0
  81. package/dist/features/chapters-v2/utils/node-card-utils.js.map +1 -0
  82. package/dist/features/circle-games/game-launcher/comps/card-container/constants.js +1 -1
  83. package/dist/features/circle-games/game-launcher/comps/card-container/constants.js.map +1 -1
  84. package/dist/features/communication/pub-sub/constants.js +12 -6
  85. package/dist/features/communication/pub-sub/constants.js.map +1 -1
  86. package/dist/features/homework/card-menu-options.js +38 -0
  87. package/dist/features/homework/card-menu-options.js.map +1 -0
  88. package/dist/features/homework/card-title.js +15 -0
  89. package/dist/features/homework/card-title.js.map +1 -0
  90. package/dist/features/homework/homework-card-view.js +141 -0
  91. package/dist/features/homework/homework-card-view.js.map +1 -0
  92. package/dist/features/homework/homework-card.js +206 -0
  93. package/dist/features/homework/homework-card.js.map +1 -0
  94. package/dist/features/homework/hw-card-list/api/get-homeworks.js +10 -0
  95. package/dist/features/homework/hw-card-list/api/get-homeworks.js.map +1 -0
  96. package/dist/features/homework/hw-card-list/hw-card-list-styled.js +63 -0
  97. package/dist/features/homework/hw-card-list/hw-card-list-styled.js.map +1 -0
  98. package/dist/features/homework/hw-card-list/hw-card-list.js +185 -0
  99. package/dist/features/homework/hw-card-list/hw-card-list.js.map +1 -0
  100. package/dist/features/homework/node-progress.js +29 -0
  101. package/dist/features/homework/node-progress.js.map +1 -0
  102. package/dist/features/homework/styles.js +130 -0
  103. package/dist/features/homework/styles.js.map +1 -0
  104. package/dist/features/journey/comps/coachmark/coachmark-styled.js +12 -5
  105. package/dist/features/journey/comps/coachmark/coachmark-styled.js.map +1 -1
  106. package/dist/features/journey/comps/coachmark/coachmark.js +24 -24
  107. package/dist/features/journey/comps/coachmark/coachmark.js.map +1 -1
  108. package/dist/features/journey/hooks/use-home-page-journey.js +188 -0
  109. package/dist/features/journey/hooks/use-home-page-journey.js.map +1 -0
  110. package/dist/features/journey/journey-id/journey-id-student.js +3 -2
  111. package/dist/features/journey/journey-id/journey-id-student.js.map +1 -1
  112. package/dist/features/journey/use-journey/journey-context-provider.js +65 -57
  113. package/dist/features/journey/use-journey/journey-context-provider.js.map +1 -1
  114. package/dist/features/journey/use-journey/journey-styled.js +10 -5
  115. package/dist/features/journey/use-journey/journey-styled.js.map +1 -1
  116. package/dist/features/milestone/create/api/goal-submit.js +1 -1
  117. package/dist/features/milestone/create/api/goal-submit.js.map +1 -1
  118. package/dist/features/milestone/create/comps/chapter-item/chapter-item.js +42 -49
  119. package/dist/features/milestone/create/comps/chapter-item/chapter-item.js.map +1 -1
  120. package/dist/features/milestone/create/comps/chapters-selection-step/chapters-selection-step-styled.js +12 -4
  121. package/dist/features/milestone/create/comps/chapters-selection-step/chapters-selection-step-styled.js.map +1 -1
  122. package/dist/features/milestone/create/comps/chapters-selection-step/chapters-selection-step.js +128 -105
  123. package/dist/features/milestone/create/comps/chapters-selection-step/chapters-selection-step.js.map +1 -1
  124. package/dist/features/milestone/create/comps/sheets-list/sheets-list-styled.js +14 -20
  125. package/dist/features/milestone/create/comps/sheets-list/sheets-list-styled.js.map +1 -1
  126. package/dist/features/milestone/create/comps/sheets-list/sheets-list.js +26 -50
  127. package/dist/features/milestone/create/comps/sheets-list/sheets-list.js.map +1 -1
  128. package/dist/features/milestone/create/milestone-create.js +49 -43
  129. package/dist/features/milestone/create/milestone-create.js.map +1 -1
  130. package/dist/features/milestone/create/utils/index.js +33 -38
  131. package/dist/features/milestone/create/utils/index.js.map +1 -1
  132. package/dist/features/milestone/edit/comps/edit-milestone-modal/api/get-milestone.js +1 -1
  133. package/dist/features/milestone/edit/comps/edit-milestone-modal/api/get-milestone.js.map +1 -1
  134. package/dist/features/milestone/edit/comps/edit-milestone-modal/api/patch-goal-plan.js +1 -1
  135. package/dist/features/milestone/edit/comps/edit-milestone-modal/api/patch-goal-plan.js.map +1 -1
  136. package/dist/features/milestone/edit/comps/edit-milestone-modal/index.js +51 -53
  137. package/dist/features/milestone/edit/comps/edit-milestone-modal/index.js.map +1 -1
  138. package/dist/features/milestone/edit/goal-drafts/goal-draft-edit-container.js +42 -40
  139. package/dist/features/milestone/edit/goal-drafts/goal-draft-edit-container.js.map +1 -1
  140. package/dist/features/milestone/edit/goal-edit-container.js +64 -62
  141. package/dist/features/milestone/edit/goal-edit-container.js.map +1 -1
  142. package/dist/features/milestone/edit/goal-edit-helpers.js +50 -53
  143. package/dist/features/milestone/edit/goal-edit-helpers.js.map +1 -1
  144. package/dist/features/milestone/edit/milestone-edit-container.js +54 -52
  145. package/dist/features/milestone/edit/milestone-edit-container.js.map +1 -1
  146. package/dist/features/milestone/milestone-list-container/api/get-milestone-resources.js +1 -1
  147. package/dist/features/milestone/milestone-list-container/api/get-milestone-resources.js.map +1 -1
  148. package/dist/features/milestone/milestone-list-container/api/get-milestones.js +9 -17
  149. package/dist/features/milestone/milestone-list-container/api/get-milestones.js.map +1 -1
  150. package/dist/features/milestone/milestone-list-container/api/get-tests-list.js +1 -1
  151. package/dist/features/milestone/milestone-list-container/api/get-tests-list.js.map +1 -1
  152. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-list.js +137 -105
  153. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-list.js.map +1 -1
  154. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/goals/goal-action-ctas.js +107 -123
  155. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/goals/goal-action-ctas.js.map +1 -1
  156. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-info.js +155 -175
  157. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-info.js.map +1 -1
  158. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-tabs/milestone-tabs-styled.js +24 -10
  159. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-tabs/milestone-tabs-styled.js.map +1 -1
  160. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-tabs/milestone-tabs.js +80 -86
  161. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-tabs/milestone-tabs.js.map +1 -1
  162. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-utils.js +10 -22
  163. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-utils.js.map +1 -1
  164. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-widget-styled.js +70 -37
  165. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-widget-styled.js.map +1 -1
  166. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-widget.js +114 -176
  167. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-widget.js.map +1 -1
  168. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/outcome/outcome-rank.js +29 -16
  169. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/outcome/outcome-rank.js.map +1 -1
  170. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/outcome/outcome-styled.js +19 -23
  171. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/outcome/outcome-styled.js.map +1 -1
  172. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/outcome/outcome.js +23 -35
  173. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/outcome/outcome.js.map +1 -1
  174. package/dist/features/milestone/milestone-list-container/milestone-list-container.js +110 -113
  175. package/dist/features/milestone/milestone-list-container/milestone-list-container.js.map +1 -1
  176. package/dist/features/milestone/milestone-resources/resources-assign/api/goal-resource-assign.js +1 -1
  177. package/dist/features/milestone/milestone-resources/resources-assign/api/goal-resource-assign.js.map +1 -1
  178. package/dist/features/milestone/milestone-resources/resources-assign/resources-assign.js +8 -8
  179. package/dist/features/milestone/milestone-resources/resources-assign/resources-assign.js.map +1 -1
  180. package/dist/features/milestone/milestone-resources/resources-list/resources-list-styled.js +1 -1
  181. package/dist/features/milestone/milestone-resources/resources-list/resources-list-styled.js.map +1 -1
  182. package/dist/features/milestone/milestone-resources/resources-list/resources-list.js +114 -112
  183. package/dist/features/milestone/milestone-resources/resources-list/resources-list.js.map +1 -1
  184. package/dist/features/milestone/milestone-tests/test-list-v2/test-list-container.js +165 -0
  185. package/dist/features/milestone/milestone-tests/test-list-v2/test-list-container.js.map +1 -0
  186. package/dist/features/milestone/milestone-tests/test-list-v2/test-list-view-styled.js +25 -0
  187. package/dist/features/milestone/milestone-tests/test-list-v2/test-list-view-styled.js.map +1 -0
  188. package/dist/features/milestone/milestone-tests/test-list-v2/test-list-view.js +85 -0
  189. package/dist/features/milestone/milestone-tests/test-list-v2/test-list-view.js.map +1 -0
  190. package/dist/features/milestone/milestone-tests/tests-creation/api/test-sheet-assign.js +5 -5
  191. package/dist/features/milestone/milestone-tests/tests-creation/api/test-sheet-assign.js.map +1 -1
  192. package/dist/features/milestone/milestone-tests/tests-creation/tests-creation.js +46 -50
  193. package/dist/features/milestone/milestone-tests/tests-creation/tests-creation.js.map +1 -1
  194. package/dist/features/recent-chapters/api/get-recent-chapters.js +9 -0
  195. package/dist/features/recent-chapters/api/get-recent-chapters.js.map +1 -0
  196. package/dist/features/recent-chapters/recent-chapters-styled.js +16 -0
  197. package/dist/features/recent-chapters/recent-chapters-styled.js.map +1 -0
  198. package/dist/features/recent-chapters/recent-chapters.js +39 -0
  199. package/dist/features/recent-chapters/recent-chapters.js.map +1 -0
  200. package/dist/features/sentry/constants/ignored.js +33 -0
  201. package/dist/features/sentry/constants/ignored.js.map +1 -0
  202. package/dist/features/sheet-v2/resource-list/resource-list.js +39 -0
  203. package/dist/features/sheet-v2/resource-list/resource-list.js.map +1 -0
  204. package/dist/features/sheets/resources-list/resource-item/styled.js +1 -1
  205. package/dist/features/sheets/resources-list/resource-item/styled.js.map +1 -1
  206. package/dist/features/sheets/sheets-list/sheet-item/reward-n-actions/teacher-actions/teacher-actions-constant.js +4 -3
  207. package/dist/features/sheets/sheets-list/sheet-item/reward-n-actions/teacher-actions/teacher-actions-constant.js.map +1 -1
  208. package/dist/features/ui/arrow-tooltip/arrow-tooltip.js +30 -29
  209. package/dist/features/ui/arrow-tooltip/arrow-tooltip.js.map +1 -1
  210. package/dist/features/ui/constants/z-index.js +1 -1
  211. package/dist/features/ui/constants/z-index.js.map +1 -1
  212. package/dist/features/ui/context-menu/context-menu-styled.js +28 -14
  213. package/dist/features/ui/context-menu/context-menu-styled.js.map +1 -1
  214. package/dist/features/ui/context-menu/context-menu.js +32 -19
  215. package/dist/features/ui/context-menu/context-menu.js.map +1 -1
  216. package/dist/features/ui/image/image.js +12 -12
  217. package/dist/features/ui/image/image.js.map +1 -1
  218. package/dist/features/ui/inputs/base-input/base-input-styled.js +60 -61
  219. package/dist/features/ui/inputs/base-input/base-input-styled.js.map +1 -1
  220. package/dist/features/ui/inputs/base-input/base-input.js +35 -38
  221. package/dist/features/ui/inputs/base-input/base-input.js.map +1 -1
  222. package/dist/features/ui/inputs/text-input/text-input-styled.js +20 -22
  223. package/dist/features/ui/inputs/text-input/text-input-styled.js.map +1 -1
  224. package/dist/features/ui/inputs/text-input/text-input.js +32 -35
  225. package/dist/features/ui/inputs/text-input/text-input.js.map +1 -1
  226. package/dist/features/ui/lottie-animation/helper.js +5 -6
  227. package/dist/features/ui/lottie-animation/helper.js.map +1 -1
  228. package/dist/features/ui/lottie-animation/lottie-animation.js +28 -37
  229. package/dist/features/ui/lottie-animation/lottie-animation.js.map +1 -1
  230. package/dist/features/ui/text/text.js +27 -29
  231. package/dist/features/ui/text/text.js.map +1 -1
  232. package/dist/features/ui/theme/button.js +22 -107
  233. package/dist/features/ui/theme/button.js.map +1 -1
  234. package/dist/features/ui/theme/input.js +11 -84
  235. package/dist/features/ui/theme/input.js.map +1 -1
  236. package/dist/index.d.ts +337 -232
  237. package/dist/index.js +506 -512
  238. package/dist/index.js.map +1 -1
  239. package/dist/node_modules/date-fns/differenceInDays.js +17 -0
  240. package/dist/node_modules/date-fns/differenceInDays.js.map +1 -0
  241. package/dist/node_modules/query-string/base.js +1 -1
  242. package/dist/node_modules/query-string/node_modules/decode-uri-component/index.js.map +1 -0
  243. package/dist/node_modules/uuid/dist/esm-browser/regex.js +5 -0
  244. package/dist/node_modules/uuid/dist/esm-browser/regex.js.map +1 -0
  245. package/dist/node_modules/uuid/dist/esm-browser/rng.js +2 -3
  246. package/dist/node_modules/uuid/dist/esm-browser/rng.js.map +1 -1
  247. package/dist/node_modules/uuid/dist/esm-browser/stringify.js +10 -6
  248. package/dist/node_modules/uuid/dist/esm-browser/stringify.js.map +1 -1
  249. package/dist/node_modules/uuid/dist/esm-browser/v4.js +9 -12
  250. package/dist/node_modules/uuid/dist/esm-browser/v4.js.map +1 -1
  251. package/dist/node_modules/uuid/dist/esm-browser/validate.js +8 -0
  252. package/dist/node_modules/uuid/dist/esm-browser/validate.js.map +1 -0
  253. package/dist/static/chapter-header-bg-2.c8d96894.svg +1 -0
  254. package/dist/static/competitive-arena.b9c40801.json +1 -0
  255. package/dist/static/learn.71b13323.json +1 -0
  256. package/dist/static/node-custom-test-bg.d3b757be.svg +1 -0
  257. package/dist/static/node-learn-bg.b61f815c.svg +1 -0
  258. package/dist/static/node-practice-bg.16cbaf2a.svg +1 -0
  259. package/dist/static/node-project-bg.e6a33e28.svg +1 -0
  260. package/dist/static/node-puzzle-bg.3422135c.svg +1 -0
  261. package/dist/static/node-recap-bg.546154e4.svg +1 -0
  262. package/dist/static/node-test-prep-bg.42c0b9c4.svg +1 -0
  263. package/dist/static/node-video-bg.3df3f73a.svg +1 -0
  264. package/dist/static/practice.158dd488.json +1 -0
  265. package/dist/static/project.eb665827.json +1 -0
  266. package/dist/static/puzzle.b298c7e4.json +1 -0
  267. package/dist/static/recap.0dd2c1e2.json +1 -0
  268. package/dist/static/test.803d6036.json +1 -0
  269. package/dist/static/video.b41451e2.json +1 -0
  270. package/package.json +2 -3
  271. package/dist/assets/line-icons/icons/apple-icon.js +0 -48
  272. package/dist/assets/line-icons/icons/apple-icon.js.map +0 -1
  273. package/dist/assets/line-icons/icons/google-icon.js +0 -42
  274. package/dist/assets/line-icons/icons/google-icon.js.map +0 -1
  275. package/dist/features/auth/account-selector/account-selector-styled.js +0 -37
  276. package/dist/features/auth/account-selector/account-selector-styled.js.map +0 -1
  277. package/dist/features/auth/account-selector/account-selector.js +0 -90
  278. package/dist/features/auth/account-selector/account-selector.js.map +0 -1
  279. package/dist/features/auth/comps/auth-page-layout/auth-page-layout-styles.js +0 -12
  280. package/dist/features/auth/comps/auth-page-layout/auth-page-layout-styles.js.map +0 -1
  281. package/dist/features/auth/comps/auth-page-layout/auth-page-layout.js +0 -11
  282. package/dist/features/auth/comps/auth-page-layout/auth-page-layout.js.map +0 -1
  283. package/dist/features/auth/comps/auth-static-panel/auth-static-panel.js +0 -17
  284. package/dist/features/auth/comps/auth-static-panel/auth-static-panel.js.map +0 -1
  285. package/dist/features/auth/comps/overlay-loader/overlay-loader-styled.js +0 -29
  286. package/dist/features/auth/comps/overlay-loader/overlay-loader-styled.js.map +0 -1
  287. package/dist/features/auth/comps/overlay-loader/overlay-loader.js +0 -8
  288. package/dist/features/auth/comps/overlay-loader/overlay-loader.js.map +0 -1
  289. package/dist/features/auth/comps/resend-otp/otp-timer/otp-timer.js +0 -25
  290. package/dist/features/auth/comps/resend-otp/otp-timer/otp-timer.js.map +0 -1
  291. package/dist/features/auth/comps/resend-otp/resend-otp.js +0 -38
  292. package/dist/features/auth/comps/resend-otp/resend-otp.js.map +0 -1
  293. package/dist/features/auth/login/social-account-not-found/social-account-not-found.js +0 -31
  294. package/dist/features/auth/login/social-account-not-found/social-account-not-found.js.map +0 -1
  295. package/dist/features/auth/login/social-login-methods/social-login-methods.js +0 -46
  296. package/dist/features/auth/login/social-login-methods/social-login-methods.js.map +0 -1
  297. package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper-styled.js +0 -50
  298. package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper-styled.js.map +0 -1
  299. package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper.js +0 -114
  300. package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper.js.map +0 -1
  301. package/dist/features/auth/signup/claim-user-account/claim-user-account-styled.js +0 -27
  302. package/dist/features/auth/signup/claim-user-account/claim-user-account-styled.js.map +0 -1
  303. package/dist/features/auth/signup/claim-user-account/claim-user-account.js +0 -76
  304. package/dist/features/auth/signup/claim-user-account/claim-user-account.js.map +0 -1
  305. package/dist/features/auth/signup/custom-input/custom-input-styled.js +0 -38
  306. package/dist/features/auth/signup/custom-input/custom-input-styled.js.map +0 -1
  307. package/dist/features/auth/signup/custom-input/date-picker-input/date-picker-input-styled.js +0 -86
  308. package/dist/features/auth/signup/custom-input/date-picker-input/date-picker-input-styled.js.map +0 -1
  309. package/dist/features/auth/signup/custom-input/date-picker-input/date-picker-input.js +0 -58
  310. package/dist/features/auth/signup/custom-input/date-picker-input/date-picker-input.js.map +0 -1
  311. package/dist/features/auth/signup/custom-input/email-input/email-input.js +0 -30
  312. package/dist/features/auth/signup/custom-input/email-input/email-input.js.map +0 -1
  313. package/dist/features/auth/signup/custom-input/grade-input/grade-input-styled.js +0 -31
  314. package/dist/features/auth/signup/custom-input/grade-input/grade-input-styled.js.map +0 -1
  315. package/dist/features/auth/signup/custom-input/grade-input/grade-input.js +0 -30
  316. package/dist/features/auth/signup/custom-input/grade-input/grade-input.js.map +0 -1
  317. package/dist/features/auth/signup/custom-input/input-wrapper/input-wrapper-styled.js +0 -19
  318. package/dist/features/auth/signup/custom-input/input-wrapper/input-wrapper-styled.js.map +0 -1
  319. package/dist/features/auth/signup/custom-input/input-wrapper/input-wrapper.js +0 -33
  320. package/dist/features/auth/signup/custom-input/input-wrapper/input-wrapper.js.map +0 -1
  321. package/dist/features/auth/signup/custom-input/otp-input/otp-input.js +0 -41
  322. package/dist/features/auth/signup/custom-input/otp-input/otp-input.js.map +0 -1
  323. package/dist/features/auth/signup/custom-input/phone-input/country-selector/country-code-button.js +0 -33
  324. package/dist/features/auth/signup/custom-input/phone-input/country-selector/country-code-button.js.map +0 -1
  325. package/dist/features/auth/signup/custom-input/phone-input/country-selector/country-list-menu.js +0 -28
  326. package/dist/features/auth/signup/custom-input/phone-input/country-selector/country-list-menu.js.map +0 -1
  327. package/dist/features/auth/signup/custom-input/phone-input/phone-input-styled.js +0 -29
  328. package/dist/features/auth/signup/custom-input/phone-input/phone-input-styled.js.map +0 -1
  329. package/dist/features/auth/signup/custom-input/phone-input/phone-input.js +0 -64
  330. package/dist/features/auth/signup/custom-input/phone-input/phone-input.js.map +0 -1
  331. package/dist/features/auth/signup/custom-input/student-password/student-password.js +0 -53
  332. package/dist/features/auth/signup/custom-input/student-password/student-password.js.map +0 -1
  333. package/dist/features/auth/signup/custom-input/student-username/student-username.js +0 -38
  334. package/dist/features/auth/signup/custom-input/student-username/student-username.js.map +0 -1
  335. package/dist/features/auth/signup/signup-constants.js +0 -1022
  336. package/dist/features/auth/signup/signup-constants.js.map +0 -1
  337. package/dist/features/auth/signup/signup-methods/signup-methods.js +0 -68
  338. package/dist/features/auth/signup/signup-methods/signup-methods.js.map +0 -1
  339. package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card-styled.js +0 -19
  340. package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card-styled.js.map +0 -1
  341. package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card.js +0 -61
  342. package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card.js.map +0 -1
  343. package/dist/features/auth/signup/user-type-selector/user-type-selector-styled.js +0 -24
  344. package/dist/features/auth/signup/user-type-selector/user-type-selector-styled.js.map +0 -1
  345. package/dist/features/auth/signup/user-type-selector/user-type-selector.js +0 -87
  346. package/dist/features/auth/signup/user-type-selector/user-type-selector.js.map +0 -1
  347. package/dist/features/milestone/create/comps/milestone-progress-v2/milestone-progress-v2.js +0 -92
  348. package/dist/features/milestone/create/comps/milestone-progress-v2/milestone-progress-v2.js.map +0 -1
  349. package/dist/features/milestone/create/comps/milestone-progress-v2/styled.js +0 -25
  350. package/dist/features/milestone/create/comps/milestone-progress-v2/styled.js.map +0 -1
  351. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/context-menu-helper/menu-element-styled.js +0 -13
  352. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/context-menu-helper/menu-element-styled.js.map +0 -1
  353. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/context-menu-helper/menu-element.js +0 -38
  354. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/context-menu-helper/menu-element.js.map +0 -1
  355. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-widget-status.js +0 -53
  356. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-widget-status.js.map +0 -1
  357. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/outcome/outcome-info.js +0 -25
  358. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/outcome/outcome-info.js.map +0 -1
  359. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item-cta.js +0 -71
  360. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item-cta.js.map +0 -1
  361. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item-styled.js +0 -31
  362. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item-styled.js.map +0 -1
  363. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item-utils.js +0 -38
  364. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item-utils.js.map +0 -1
  365. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item.js +0 -79
  366. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item.js.map +0 -1
  367. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheets-list-styled.js +0 -18
  368. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheets-list-styled.js.map +0 -1
  369. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheets-list.js +0 -51
  370. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheets-list.js.map +0 -1
  371. package/dist/features/milestone/milestone-tests/tests-list/tests-list-styled.js +0 -11
  372. package/dist/features/milestone/milestone-tests/tests-list/tests-list-styled.js.map +0 -1
  373. package/dist/features/milestone/milestone-tests/tests-list/tests-list.js +0 -135
  374. package/dist/features/milestone/milestone-tests/tests-list/tests-list.js.map +0 -1
  375. package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +0 -332
  376. package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js.map +0 -1
  377. package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +0 -370
  378. package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js.map +0 -1
  379. package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.js +0 -252
  380. package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.js.map +0 -1
  381. package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.utils.js +0 -24
  382. package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.utils.js.map +0 -1
  383. package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +0 -192
  384. package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js.map +0 -1
  385. package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +0 -19
  386. package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +0 -1
  387. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +0 -129
  388. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +0 -1
  389. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +0 -129
  390. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js.map +0 -1
  391. package/dist/node_modules/clsx/dist/clsx.js +0 -18
  392. package/dist/node_modules/clsx/dist/clsx.js.map +0 -1
  393. package/dist/node_modules/date-fns/subYears.js +0 -9
  394. package/dist/node_modules/date-fns/subYears.js.map +0 -1
  395. package/dist/node_modules/decode-uri-component/index.js.map +0 -1
  396. package/dist/node_modules/react-datepicker/dist/index.es.js +0 -2700
  397. package/dist/node_modules/react-datepicker/dist/index.es.js.map +0 -1
  398. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/addLeadingZeros.js +0 -8
  399. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/addLeadingZeros.js.map +0 -1
  400. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/defaultOptions.js +0 -8
  401. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/defaultOptions.js.map +0 -1
  402. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/formatters.js +0 -518
  403. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/formatters.js.map +0 -1
  404. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/lightFormatters.js +0 -60
  405. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/lightFormatters.js.map +0 -1
  406. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/longFormatters.js +0 -53
  407. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/longFormatters.js.map +0 -1
  408. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js +0 -19
  409. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js.map +0 -1
  410. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/normalizeDates.js +0 -12
  411. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/normalizeDates.js.map +0 -1
  412. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/protectedTokens.js +0 -21
  413. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/protectedTokens.js.map +0 -1
  414. package/dist/node_modules/react-datepicker/node_modules/date-fns/addDays.js +0 -11
  415. package/dist/node_modules/react-datepicker/node_modules/date-fns/addDays.js.map +0 -1
  416. package/dist/node_modules/react-datepicker/node_modules/date-fns/addHours.js +0 -10
  417. package/dist/node_modules/react-datepicker/node_modules/date-fns/addHours.js.map +0 -1
  418. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMilliseconds.js +0 -10
  419. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMilliseconds.js.map +0 -1
  420. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMinutes.js +0 -11
  421. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMinutes.js.map +0 -1
  422. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMonths.js +0 -21
  423. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMonths.js.map +0 -1
  424. package/dist/node_modules/react-datepicker/node_modules/date-fns/addQuarters.js +0 -9
  425. package/dist/node_modules/react-datepicker/node_modules/date-fns/addQuarters.js.map +0 -1
  426. package/dist/node_modules/react-datepicker/node_modules/date-fns/addSeconds.js +0 -9
  427. package/dist/node_modules/react-datepicker/node_modules/date-fns/addSeconds.js.map +0 -1
  428. package/dist/node_modules/react-datepicker/node_modules/date-fns/addWeeks.js +0 -9
  429. package/dist/node_modules/react-datepicker/node_modules/date-fns/addWeeks.js.map +0 -1
  430. package/dist/node_modules/react-datepicker/node_modules/date-fns/addYears.js +0 -9
  431. package/dist/node_modules/react-datepicker/node_modules/date-fns/addYears.js.map +0 -1
  432. package/dist/node_modules/react-datepicker/node_modules/date-fns/constants.js +0 -10
  433. package/dist/node_modules/react-datepicker/node_modules/date-fns/constants.js.map +0 -1
  434. package/dist/node_modules/react-datepicker/node_modules/date-fns/constructFrom.js +0 -9
  435. package/dist/node_modules/react-datepicker/node_modules/date-fns/constructFrom.js.map +0 -1
  436. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarDays.js +0 -17
  437. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarDays.js.map +0 -1
  438. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarMonths.js +0 -14
  439. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarMonths.js.map +0 -1
  440. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarQuarters.js +0 -15
  441. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarQuarters.js.map +0 -1
  442. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarYears.js +0 -14
  443. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarYears.js.map +0 -1
  444. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInDays.js +0 -23
  445. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInDays.js.map +0 -1
  446. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfDay.js +0 -10
  447. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfDay.js.map +0 -1
  448. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfMonth.js +0 -10
  449. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfMonth.js.map +0 -1
  450. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfWeek.js +0 -12
  451. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfWeek.js.map +0 -1
  452. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfYear.js +0 -10
  453. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfYear.js.map +0 -1
  454. package/dist/node_modules/react-datepicker/node_modules/date-fns/format.js +0 -60
  455. package/dist/node_modules/react-datepicker/node_modules/date-fns/format.js.map +0 -1
  456. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDate.js +0 -9
  457. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDate.js.map +0 -1
  458. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDay.js +0 -9
  459. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDay.js.map +0 -1
  460. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDayOfYear.js +0 -12
  461. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDayOfYear.js.map +0 -1
  462. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDaysInMonth.js +0 -11
  463. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDaysInMonth.js.map +0 -1
  464. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDefaultOptions.js +0 -9
  465. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDefaultOptions.js.map +0 -1
  466. package/dist/node_modules/react-datepicker/node_modules/date-fns/getHours.js +0 -9
  467. package/dist/node_modules/react-datepicker/node_modules/date-fns/getHours.js.map +0 -1
  468. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISODay.js +0 -10
  469. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISODay.js.map +0 -1
  470. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeek.js +0 -13
  471. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeek.js.map +0 -1
  472. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeekYear.js +0 -16
  473. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeekYear.js.map +0 -1
  474. package/dist/node_modules/react-datepicker/node_modules/date-fns/getMinutes.js +0 -9
  475. package/dist/node_modules/react-datepicker/node_modules/date-fns/getMinutes.js.map +0 -1
  476. package/dist/node_modules/react-datepicker/node_modules/date-fns/getMonth.js +0 -9
  477. package/dist/node_modules/react-datepicker/node_modules/date-fns/getMonth.js.map +0 -1
  478. package/dist/node_modules/react-datepicker/node_modules/date-fns/getQuarter.js +0 -10
  479. package/dist/node_modules/react-datepicker/node_modules/date-fns/getQuarter.js.map +0 -1
  480. package/dist/node_modules/react-datepicker/node_modules/date-fns/getSeconds.js +0 -9
  481. package/dist/node_modules/react-datepicker/node_modules/date-fns/getSeconds.js.map +0 -1
  482. package/dist/node_modules/react-datepicker/node_modules/date-fns/getTime.js +0 -9
  483. package/dist/node_modules/react-datepicker/node_modules/date-fns/getTime.js.map +0 -1
  484. package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeek.js +0 -13
  485. package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeek.js.map +0 -1
  486. package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeekYear.js +0 -18
  487. package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeekYear.js.map +0 -1
  488. package/dist/node_modules/react-datepicker/node_modules/date-fns/getYear.js +0 -9
  489. package/dist/node_modules/react-datepicker/node_modules/date-fns/getYear.js.map +0 -1
  490. package/dist/node_modules/react-datepicker/node_modules/date-fns/isAfter.js +0 -9
  491. package/dist/node_modules/react-datepicker/node_modules/date-fns/isAfter.js.map +0 -1
  492. package/dist/node_modules/react-datepicker/node_modules/date-fns/isBefore.js +0 -9
  493. package/dist/node_modules/react-datepicker/node_modules/date-fns/isBefore.js.map +0 -1
  494. package/dist/node_modules/react-datepicker/node_modules/date-fns/isDate.js +0 -8
  495. package/dist/node_modules/react-datepicker/node_modules/date-fns/isDate.js.map +0 -1
  496. package/dist/node_modules/react-datepicker/node_modules/date-fns/isEqual.js +0 -9
  497. package/dist/node_modules/react-datepicker/node_modules/date-fns/isEqual.js.map +0 -1
  498. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameDay.js +0 -15
  499. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameDay.js.map +0 -1
  500. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameMonth.js +0 -14
  501. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameMonth.js.map +0 -1
  502. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameQuarter.js +0 -15
  503. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameQuarter.js.map +0 -1
  504. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameYear.js +0 -14
  505. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameYear.js.map +0 -1
  506. package/dist/node_modules/react-datepicker/node_modules/date-fns/isValid.js +0 -10
  507. package/dist/node_modules/react-datepicker/node_modules/date-fns/isValid.js.map +0 -1
  508. package/dist/node_modules/react-datepicker/node_modules/date-fns/isWithinInterval.js +0 -13
  509. package/dist/node_modules/react-datepicker/node_modules/date-fns/isWithinInterval.js.map +0 -1
  510. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildFormatLongFn.js +0 -10
  511. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildFormatLongFn.js.map +0 -1
  512. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildLocalizeFn.js +0 -19
  513. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildLocalizeFn.js.map +0 -1
  514. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchFn.js +0 -32
  515. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchFn.js.map +0 -1
  516. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js +0 -16
  517. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js.map +0 -1
  518. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatDistance.js +0 -71
  519. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatDistance.js.map +0 -1
  520. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatLong.js +0 -34
  521. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatLong.js.map +0 -1
  522. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatRelative.js +0 -12
  523. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatRelative.js.map +0 -1
  524. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/localize.js +0 -156
  525. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/localize.js.map +0 -1
  526. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/match.js +0 -111
  527. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/match.js.map +0 -1
  528. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US.js +0 -22
  529. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US.js.map +0 -1
  530. package/dist/node_modules/react-datepicker/node_modules/date-fns/max.js +0 -15
  531. package/dist/node_modules/react-datepicker/node_modules/date-fns/max.js.map +0 -1
  532. package/dist/node_modules/react-datepicker/node_modules/date-fns/min.js +0 -15
  533. package/dist/node_modules/react-datepicker/node_modules/date-fns/min.js.map +0 -1
  534. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Parser.js +0 -23
  535. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Parser.js.map +0 -1
  536. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Setter.js +0 -42
  537. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Setter.js.map +0 -1
  538. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/constants.js +0 -50
  539. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/constants.js.map +0 -1
  540. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMMidnightParser.js +0 -50
  541. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMMidnightParser.js.map +0 -1
  542. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMParser.js +0 -50
  543. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMParser.js.map +0 -1
  544. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DateParser.js +0 -62
  545. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DateParser.js.map +0 -1
  546. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayOfYearParser.js +0 -52
  547. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayOfYearParser.js.map +0 -1
  548. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayParser.js +0 -46
  549. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayParser.js.map +0 -1
  550. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayPeriodParser.js +0 -50
  551. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayPeriodParser.js.map +0 -1
  552. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/EraParser.js +0 -31
  553. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/EraParser.js.map +0 -1
  554. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ExtendedYearParser.js +0 -22
  555. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ExtendedYearParser.js.map +0 -1
  556. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/FractionOfSecondParser.js +0 -23
  557. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/FractionOfSecondParser.js.map +0 -1
  558. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0To11Parser.js +0 -33
  559. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0To11Parser.js.map +0 -1
  560. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0to23Parser.js +0 -33
  561. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0to23Parser.js.map +0 -1
  562. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1To24Parser.js +0 -34
  563. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1To24Parser.js.map +0 -1
  564. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1to12Parser.js +0 -34
  565. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1to12Parser.js.map +0 -1
  566. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISODayParser.js +0 -100
  567. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISODayParser.js.map +0 -1
  568. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneParser.js +0 -49
  569. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneParser.js.map +0 -1
  570. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneWithZParser.js +0 -49
  571. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneWithZParser.js.map +0 -1
  572. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekParser.js +0 -50
  573. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekParser.js.map +0 -1
  574. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekYearParser.js +0 -41
  575. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekYearParser.js.map +0 -1
  576. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalDayParser.js +0 -75
  577. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalDayParser.js.map +0 -1
  578. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekParser.js +0 -49
  579. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekParser.js.map +0 -1
  580. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekYearParser.js +0 -70
  581. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekYearParser.js.map +0 -1
  582. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MinuteParser.js +0 -33
  583. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MinuteParser.js.map +0 -1
  584. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MonthParser.js +0 -72
  585. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MonthParser.js.map +0 -1
  586. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/QuarterParser.js +0 -71
  587. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/QuarterParser.js.map +0 -1
  588. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/SecondParser.js +0 -33
  589. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/SecondParser.js.map +0 -1
  590. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneLocalDayParser.js +0 -75
  591. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneLocalDayParser.js.map +0 -1
  592. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneMonthParser.js +0 -72
  593. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneMonthParser.js.map +0 -1
  594. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneQuarterParser.js +0 -71
  595. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneQuarterParser.js.map +0 -1
  596. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampMillisecondsParser.js +0 -23
  597. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampMillisecondsParser.js.map +0 -1
  598. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampSecondsParser.js +0 -23
  599. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampSecondsParser.js.map +0 -1
  600. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/YearParser.js +0 -50
  601. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/YearParser.js.map +0 -1
  602. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers.js +0 -68
  603. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers.js.map +0 -1
  604. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/utils.js +0 -104
  605. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/utils.js.map +0 -1
  606. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse.js +0 -88
  607. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse.js.map +0 -1
  608. package/dist/node_modules/react-datepicker/node_modules/date-fns/parseISO.js +0 -123
  609. package/dist/node_modules/react-datepicker/node_modules/date-fns/parseISO.js.map +0 -1
  610. package/dist/node_modules/react-datepicker/node_modules/date-fns/setDay.js +0 -13
  611. package/dist/node_modules/react-datepicker/node_modules/date-fns/setDay.js.map +0 -1
  612. package/dist/node_modules/react-datepicker/node_modules/date-fns/setHours.js +0 -10
  613. package/dist/node_modules/react-datepicker/node_modules/date-fns/setHours.js.map +0 -1
  614. package/dist/node_modules/react-datepicker/node_modules/date-fns/setISODay.js +0 -12
  615. package/dist/node_modules/react-datepicker/node_modules/date-fns/setISODay.js.map +0 -1
  616. package/dist/node_modules/react-datepicker/node_modules/date-fns/setISOWeek.js +0 -11
  617. package/dist/node_modules/react-datepicker/node_modules/date-fns/setISOWeek.js.map +0 -1
  618. package/dist/node_modules/react-datepicker/node_modules/date-fns/setMinutes.js +0 -10
  619. package/dist/node_modules/react-datepicker/node_modules/date-fns/setMinutes.js.map +0 -1
  620. package/dist/node_modules/react-datepicker/node_modules/date-fns/setMonth.js +0 -14
  621. package/dist/node_modules/react-datepicker/node_modules/date-fns/setMonth.js.map +0 -1
  622. package/dist/node_modules/react-datepicker/node_modules/date-fns/setQuarter.js +0 -11
  623. package/dist/node_modules/react-datepicker/node_modules/date-fns/setQuarter.js.map +0 -1
  624. package/dist/node_modules/react-datepicker/node_modules/date-fns/setSeconds.js +0 -10
  625. package/dist/node_modules/react-datepicker/node_modules/date-fns/setSeconds.js.map +0 -1
  626. package/dist/node_modules/react-datepicker/node_modules/date-fns/setWeek.js +0 -11
  627. package/dist/node_modules/react-datepicker/node_modules/date-fns/setWeek.js.map +0 -1
  628. package/dist/node_modules/react-datepicker/node_modules/date-fns/setYear.js +0 -11
  629. package/dist/node_modules/react-datepicker/node_modules/date-fns/setYear.js.map +0 -1
  630. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfDay.js +0 -10
  631. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfDay.js.map +0 -1
  632. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeek.js +0 -9
  633. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeek.js.map +0 -1
  634. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeekYear.js +0 -12
  635. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeekYear.js.map +0 -1
  636. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfMonth.js +0 -10
  637. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfMonth.js.map +0 -1
  638. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfQuarter.js +0 -10
  639. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfQuarter.js.map +0 -1
  640. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeek.js +0 -12
  641. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeek.js.map +0 -1
  642. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeekYear.js +0 -14
  643. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeekYear.js.map +0 -1
  644. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfYear.js +0 -10
  645. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfYear.js.map +0 -1
  646. package/dist/node_modules/react-datepicker/node_modules/date-fns/subDays.js +0 -9
  647. package/dist/node_modules/react-datepicker/node_modules/date-fns/subDays.js.map +0 -1
  648. package/dist/node_modules/react-datepicker/node_modules/date-fns/subMonths.js +0 -9
  649. package/dist/node_modules/react-datepicker/node_modules/date-fns/subMonths.js.map +0 -1
  650. package/dist/node_modules/react-datepicker/node_modules/date-fns/subQuarters.js +0 -9
  651. package/dist/node_modules/react-datepicker/node_modules/date-fns/subQuarters.js.map +0 -1
  652. package/dist/node_modules/react-datepicker/node_modules/date-fns/subWeeks.js +0 -9
  653. package/dist/node_modules/react-datepicker/node_modules/date-fns/subWeeks.js.map +0 -1
  654. package/dist/node_modules/react-datepicker/node_modules/date-fns/subYears.js +0 -9
  655. package/dist/node_modules/react-datepicker/node_modules/date-fns/subYears.js.map +0 -1
  656. package/dist/node_modules/react-datepicker/node_modules/date-fns/toDate.js +0 -9
  657. package/dist/node_modules/react-datepicker/node_modules/date-fns/toDate.js.map +0 -1
  658. package/dist/node_modules/react-datepicker/node_modules/date-fns/transpose.js +0 -19
  659. package/dist/node_modules/react-datepicker/node_modules/date-fns/transpose.js.map +0 -1
  660. package/dist/node_modules/uuid/dist/esm-browser/native.js +0 -7
  661. package/dist/node_modules/uuid/dist/esm-browser/native.js.map +0 -1
  662. package/dist/static/avatar-selected.860ee923.json +0 -1
  663. package/dist/static/circle-cuemath-logo-white.e9fafb91.svg +0 -1
  664. package/dist/static/cuemath-app-qr-code.ba6cc09b.svg +0 -1
  665. package/dist/static/cuemath-app-qr-code.d0912fc7.png +0 -0
  666. package/dist/static/dob.9ce3c15b.json +0 -1
  667. package/dist/static/error.cbe1ddde.json +0 -1
  668. package/dist/static/grade.b3730524.json +0 -1
  669. package/dist/static/key.d6846476.json +0 -1
  670. package/dist/static/mail.c30e8708.json +0 -1
  671. package/dist/static/otp.2d08f874.json +0 -1
  672. package/dist/static/otp.a3029760.json +0 -1
  673. package/dist/static/parent-avatar.772d53e0.json +0 -1
  674. package/dist/static/phone-number.0be312ea.json +0 -1
  675. package/dist/static/phone-number.84f55562.json +0 -1
  676. package/dist/static/student-avatar.524226bd.json +0 -1
  677. package/dist/static/user-type-selector-grid-bg.3c9c8ad6.svg +0 -1
  678. package/dist/static/user-type-selector-grid-bg.3ce8142d.svg +0 -1
  679. package/dist/static/user-type-selector-grid-bg.aad0b059.svg +0 -1
  680. package/dist/static/username.9e034d51.json +0 -1
  681. /package/dist/node_modules/{decode-uri-component → query-string/node_modules/decode-uri-component}/index.js +0 -0
@@ -1,38 +0,0 @@
1
- import o from "styled-components";
2
- import e from "../../../ui/layout/flex-view.js";
3
- const r = o.input`
4
- width: 100%;
5
- max-width: 320px;
6
- padding: 0;
7
- line-height: 40px;
8
- text-transform: ${({ textTransform: t }) => t || "none"};
9
- border: none;
10
- outline: none;
11
- background-color: transparent;
12
- font-size: 32px;
13
- text-align: ${({ align: t }) => t ?? "center"};
14
- caret-color: ${({ theme: t }) => t.colors.WHITE};
15
- color: ${({ theme: t }) => t.colors.WHITE};
16
- font-family: 'Athletics-Light';
17
- color: ${({ color: t }) => t};
18
-
19
- &::placeholder {
20
- font-family: 'Athletics-Light';
21
- font-size: 32px;
22
- }
23
- &::-webkit-outer-spin-button,
24
- &::-webkit-inner-spin-button {
25
- -webkit-appearance: none;
26
- }
27
- `;
28
- o(e)`
29
- width: 100%;
30
- `;
31
- const p = o(e)`
32
- position: relative;
33
- `;
34
- export {
35
- r as CustomInput,
36
- p as PasswordInputWrapper
37
- };
38
- //# sourceMappingURL=custom-input-styled.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"custom-input-styled.js","sources":["../../../../../src/features/auth/signup/custom-input/custom-input-styled.tsx"],"sourcesContent":["import styled from 'styled-components';\n\nimport FlexView from '../../../ui/layout/flex-view';\n\nexport const CustomInput = styled.input<{ color: string; align?: string; textTransform?: string }>`\n width: 100%;\n max-width: 320px;\n padding: 0;\n line-height: 40px;\n text-transform: ${({ textTransform }) => textTransform || 'none'};\n border: none;\n outline: none;\n background-color: transparent;\n font-size: 32px;\n text-align: ${({ align }) => align ?? 'center'};\n caret-color: ${({ theme }) => theme.colors.WHITE};\n color: ${({ theme }) => theme.colors.WHITE};\n font-family: 'Athletics-Light';\n color: ${({ color }) => color};\n\n &::placeholder {\n font-family: 'Athletics-Light';\n font-size: 32px;\n }\n &::-webkit-outer-spin-button,\n &::-webkit-inner-spin-button {\n -webkit-appearance: none;\n }\n`;\n\nexport const CountryCodeSelector = styled(FlexView)`\n width: 100%;\n`;\n\nexport const PasswordInputWrapper = styled(FlexView)`\n position: relative;\n`;\n"],"names":["CustomInput","styled","textTransform","align","theme","color","FlexView","PasswordInputWrapper"],"mappings":";;AAIO,MAAMA,IAAcC,EAAO;AAAA;AAAA;AAAA;AAAA;AAAA,oBAKd,CAAC,EAAE,eAAAC,QAAoBA,KAAiB,MAAM;AAAA;AAAA;AAAA;AAAA;AAAA,gBAKlD,CAAC,EAAE,OAAAC,QAAYA,KAAS,QAAQ;AAAA,iBAC/B,CAAC,EAAE,OAAAC,EAAA,MAAYA,EAAM,OAAO,KAAK;AAAA,WACvC,CAAC,EAAE,OAAAA,EAAA,MAAYA,EAAM,OAAO,KAAK;AAAA;AAAA,WAEjC,CAAC,EAAE,OAAAC,EAAM,MAAMA,CAAK;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAYIJ,EAAOK,CAAQ;AAAA;AAAA;AAIrC,MAAAC,IAAuBN,EAAOK,CAAQ;AAAA;AAAA;"}
@@ -1,86 +0,0 @@
1
- import r from "styled-components";
2
- const a = r.div`
3
- .react-datepicker {
4
- font-family: UntitledSans-Medium;
5
- font-size: 14px;
6
- background-color: ${({ theme: e }) => e.colors.BLACK_3};
7
- border: 1px solid ${({ theme: e }) => e.colors.BLACK_5};
8
- padding: 16px;
9
- border-radius: 8px;
10
- transition: all 0.3s ease-in-out;
11
- }
12
-
13
- .react-datepicker__aria-live {
14
- display: none;
15
- }
16
- .react-datepicker__header {
17
- color: ${({ theme: e }) => e.colors.WHITE};
18
- text-align: center;
19
- }
20
-
21
- .react-datepicker__month-wrapper {
22
- display: flex;
23
- }
24
- .react-datepicker__month-text {
25
- color: ${({ theme: e }) => e.colors.WHITE_T_38};
26
- cursor: pointer;
27
- padding: 8px;
28
- border-radius: 4px;
29
- &:hover {
30
- color: ${({ theme: e }) => e.colors.WHITE};
31
- }
32
- }
33
- .react-datepicker__month-text--disabled {
34
- color: ${({ theme: e }) => e.colors.WHITE_T_10};
35
- cursor: not-allowed;
36
- &:hover {
37
- color: ${({ theme: e }) => e.colors.WHITE_T_10};
38
- }
39
- }
40
- .react-datepicker__month-text--selected {
41
- color: ${({ theme: e }) => e.colors.WHITE};
42
- }
43
-
44
- .react-datepicker__navigation--previous {
45
- background: url('/path/to/your/custom-left-arrow.svg') no-repeat center;
46
- width: 20px;
47
- height: 20px;
48
- border: none;
49
- background-size: contain;
50
- }
51
-
52
- .react-datepicker__navigation--next {
53
- background: url('/path/to/your/custom-right-arrow.svg') no-repeat center;
54
- width: 20px;
55
- height: 20px;
56
- border: none;
57
- background-size: contain;
58
- }
59
-
60
- .react-datepicker__navigation-icon::before {
61
- content: none;
62
- }
63
-
64
- .react-datepicker__input-container input {
65
- max-width: 320px;
66
- padding: 0;
67
- line-height: 40px;
68
- border: none;
69
- outline: none;
70
- background-color: transparent;
71
- font-size: 32px;
72
- text-align: center;
73
- caret-color: ${({ theme: e }) => e.colors.WHITE};
74
- color: ${({ theme: e, color: o }) => o || e.colors.WHITE};
75
- font-family: 'Athletics-Light';
76
-
77
- &::placeholder {
78
- font-family: 'Athletics-Light';
79
- font-size: 32px;
80
- }
81
- }
82
- `;
83
- export {
84
- a as StyledDatePickerWrapper
85
- };
86
- //# sourceMappingURL=date-picker-input-styled.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"date-picker-input-styled.js","sources":["../../../../../../src/features/auth/signup/custom-input/date-picker-input/date-picker-input-styled.tsx"],"sourcesContent":["import styled from 'styled-components';\n\nexport const StyledDatePickerWrapper = styled.div`\n .react-datepicker {\n font-family: UntitledSans-Medium;\n font-size: 14px;\n background-color: ${({ theme }) => theme.colors.BLACK_3};\n border: 1px solid ${({ theme }) => theme.colors.BLACK_5};\n padding: 16px;\n border-radius: 8px;\n transition: all 0.3s ease-in-out;\n }\n\n .react-datepicker__aria-live {\n display: none;\n }\n .react-datepicker__header {\n color: ${({ theme }) => theme.colors.WHITE};\n text-align: center;\n }\n\n .react-datepicker__month-wrapper {\n display: flex;\n }\n .react-datepicker__month-text {\n color: ${({ theme }) => theme.colors.WHITE_T_38};\n cursor: pointer;\n padding: 8px;\n border-radius: 4px;\n &:hover {\n color: ${({ theme }) => theme.colors.WHITE};\n }\n }\n .react-datepicker__month-text--disabled {\n color: ${({ theme }) => theme.colors.WHITE_T_10};\n cursor: not-allowed;\n &:hover {\n color: ${({ theme }) => theme.colors.WHITE_T_10};\n }\n }\n .react-datepicker__month-text--selected {\n color: ${({ theme }) => theme.colors.WHITE};\n }\n\n .react-datepicker__navigation--previous {\n background: url('/path/to/your/custom-left-arrow.svg') no-repeat center;\n width: 20px;\n height: 20px;\n border: none;\n background-size: contain;\n }\n\n .react-datepicker__navigation--next {\n background: url('/path/to/your/custom-right-arrow.svg') no-repeat center;\n width: 20px;\n height: 20px;\n border: none;\n background-size: contain;\n }\n\n .react-datepicker__navigation-icon::before {\n content: none;\n }\n\n .react-datepicker__input-container input {\n max-width: 320px;\n padding: 0;\n line-height: 40px;\n border: none;\n outline: none;\n background-color: transparent;\n font-size: 32px;\n text-align: center;\n caret-color: ${({ theme }) => theme.colors.WHITE};\n color: ${({ theme, color }) => color || theme.colors.WHITE};\n font-family: 'Athletics-Light';\n\n &::placeholder {\n font-family: 'Athletics-Light';\n font-size: 32px;\n }\n }\n`;\n"],"names":["StyledDatePickerWrapper","styled","theme","color"],"mappings":";AAEO,MAAMA,IAA0BC,EAAO;AAAA;AAAA;AAAA;AAAA,wBAItB,CAAC,EAAE,OAAAC,EAAA,MAAYA,EAAM,OAAO,OAAO;AAAA,wBACnC,CAAC,EAAE,OAAAA,EAAA,MAAYA,EAAM,OAAO,OAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,aAU9C,CAAC,EAAE,OAAAA,EAAA,MAAYA,EAAM,OAAO,KAAK;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,aAQjC,CAAC,EAAE,OAAAA,EAAA,MAAYA,EAAM,OAAO,UAAU;AAAA;AAAA;AAAA;AAAA;AAAA,eAKpC,CAAC,EAAE,OAAAA,EAAA,MAAYA,EAAM,OAAO,KAAK;AAAA;AAAA;AAAA;AAAA,aAInC,CAAC,EAAE,OAAAA,EAAA,MAAYA,EAAM,OAAO,UAAU;AAAA;AAAA;AAAA,eAGpC,CAAC,EAAE,OAAAA,EAAA,MAAYA,EAAM,OAAO,UAAU;AAAA;AAAA;AAAA;AAAA,aAIxC,CAAC,EAAE,OAAAA,EAAA,MAAYA,EAAM,OAAO,KAAK;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAgC3B,CAAC,EAAE,OAAAA,EAAA,MAAYA,EAAM,OAAO,KAAK;AAAA,aACvC,CAAC,EAAE,OAAAA,GAAO,OAAAC,EAAA,MAAYA,KAASD,EAAM,OAAO,KAAK;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;"}
@@ -1,58 +0,0 @@
1
- import { jsx as e, jsxs as d } from "react/jsx-runtime";
2
- import f from "../../../../../node_modules/react-datepicker/dist/index.es.js";
3
- import { useTheme as h } from "styled-components";
4
- import I from "../../../../../assets/line-icons/icons/left.js";
5
- import T from "../../../../../assets/line-icons/icons/right.js";
6
- import l from "../../../../ui/buttons/clickable/clickable.js";
7
- import u from "../../../../ui/layout/flex-view.js";
8
- import k from "../../../../ui/text/text.js";
9
- import { InputWrapper as w } from "../input-wrapper/input-wrapper.js";
10
- import { StyledDatePickerWrapper as x } from "./date-picker-input-styled.js";
11
- import { subYears as c } from "../../../../../node_modules/date-fns/subYears.js";
12
- const y = ({ value: a, onChange: m, error: n }) => {
13
- const o = h();
14
- return /* @__PURE__ */ e(w, { helperText: n, children: /* @__PURE__ */ e(x, { children: /* @__PURE__ */ e(
15
- f,
16
- {
17
- selected: a,
18
- showMonthYearPicker: !0,
19
- showPopperArrow: !1,
20
- dateFormat: "MM/yyyy",
21
- placeholderText: "MM / YYYY",
22
- onChange: (r) => m(r),
23
- minDate: c(/* @__PURE__ */ new Date(), 22),
24
- maxDate: c(/* @__PURE__ */ new Date(), 2),
25
- renderCustomHeader: ({
26
- date: r,
27
- decreaseYear: p,
28
- increaseYear: s,
29
- prevYearButtonDisabled: t,
30
- nextYearButtonDisabled: i
31
- }) => /* @__PURE__ */ d(u, { $alignItems: "center", $flexDirection: "row", $justifyContent: "space-between", children: [
32
- /* @__PURE__ */ e(
33
- l,
34
- {
35
- onClick: p,
36
- label: "increase-year",
37
- disabled: t,
38
- children: /* @__PURE__ */ e(I, { color: o.colors[t ? "WHITE_T_10" : "WHITE"] })
39
- }
40
- ),
41
- /* @__PURE__ */ e(k, { $renderAs: "ub2-bold", $color: "WHITE", children: r.getFullYear() }),
42
- /* @__PURE__ */ e(
43
- l,
44
- {
45
- onClick: s,
46
- label: "decrease-year",
47
- disabled: i,
48
- children: /* @__PURE__ */ e(T, { color: o.colors[i ? "WHITE_T_10" : "WHITE"] })
49
- }
50
- )
51
- ] })
52
- }
53
- ) }) });
54
- }, _ = y;
55
- export {
56
- _ as default
57
- };
58
- //# sourceMappingURL=date-picker-input.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"date-picker-input.js","sources":["../../../../../../src/features/auth/signup/custom-input/date-picker-input/date-picker-input.tsx"],"sourcesContent":["import type { IDatePickerInputProps } from './date-picker-input-types';\n\nimport { subYears } from 'date-fns';\nimport { type FC } from 'react';\nimport DatePicker from 'react-datepicker';\nimport { useTheme } from 'styled-components';\n\nimport LeftIcon from '../../../../../assets/line-icons/icons/left';\nimport RightIcon from '../../../../../assets/line-icons/icons/right';\nimport Clickable from '../../../../ui/buttons/clickable/clickable';\nimport FlexView from '../../../../ui/layout/flex-view';\nimport Text from '../../../../ui/text/text';\nimport { InputWrapper } from '../input-wrapper/input-wrapper';\nimport * as Styled from './date-picker-input-styled';\n\nconst DatePickerInput: FC<IDatePickerInputProps> = ({ value, onChange, error }) => {\n const theme = useTheme();\n\n return (\n <InputWrapper helperText={error}>\n <Styled.StyledDatePickerWrapper>\n <DatePicker\n selected={value}\n showMonthYearPicker\n showPopperArrow={false}\n dateFormat=\"MM/yyyy\"\n placeholderText=\"MM / YYYY\"\n onChange={date => onChange(date)}\n minDate={subYears(new Date(), 22)}\n maxDate={subYears(new Date(), 2)}\n renderCustomHeader={({\n date,\n decreaseYear,\n increaseYear,\n prevYearButtonDisabled,\n nextYearButtonDisabled,\n }) => (\n <FlexView $alignItems=\"center\" $flexDirection=\"row\" $justifyContent=\"space-between\">\n <Clickable\n onClick={decreaseYear}\n label=\"increase-year\"\n disabled={prevYearButtonDisabled}\n >\n <LeftIcon color={theme.colors[prevYearButtonDisabled ? 'WHITE_T_10' : 'WHITE']} />\n </Clickable>\n <Text $renderAs=\"ub2-bold\" $color=\"WHITE\">\n {date.getFullYear()}\n </Text>\n <Clickable\n onClick={increaseYear}\n label=\"decrease-year\"\n disabled={nextYearButtonDisabled}\n >\n <RightIcon color={theme.colors[nextYearButtonDisabled ? 'WHITE_T_10' : 'WHITE']} />\n </Clickable>\n </FlexView>\n )}\n />\n </Styled.StyledDatePickerWrapper>\n </InputWrapper>\n );\n};\n\nexport default DatePickerInput;\n"],"names":["DatePickerInput","value","onChange","error","theme","useTheme","InputWrapper","jsx","Styled.StyledDatePickerWrapper","DatePicker","date","subYears","decreaseYear","increaseYear","prevYearButtonDisabled","nextYearButtonDisabled","FlexView","Clickable","LeftIcon","Text","RightIcon","DatePickerInput$1"],"mappings":";;;;;;;;;;;AAeA,MAAMA,IAA6C,CAAC,EAAE,OAAAC,GAAO,UAAAC,GAAU,OAAAC,QAAY;AACjF,QAAMC,IAAQC;AAEd,2BACGC,GAAa,EAAA,YAAYH,GACxB,UAAC,gBAAAI,EAAAC,GAAA,EACC,UAAA,gBAAAD;AAAA,IAACE;AAAA,IAAA;AAAA,MACC,UAAUR;AAAA,MACV,qBAAmB;AAAA,MACnB,iBAAiB;AAAA,MACjB,YAAW;AAAA,MACX,iBAAgB;AAAA,MAChB,UAAU,CAAQS,MAAAR,EAASQ,CAAI;AAAA,MAC/B,SAASC,EAAa,oBAAA,KAAA,GAAQ,EAAE;AAAA,MAChC,SAASA,EAAa,oBAAA,KAAA,GAAQ,CAAC;AAAA,MAC/B,oBAAoB,CAAC;AAAA,QACnB,MAAAD;AAAA,QACA,cAAAE;AAAA,QACA,cAAAC;AAAA,QACA,wBAAAC;AAAA,QACA,wBAAAC;AAAA,MAAA,wBAECC,GAAS,EAAA,aAAY,UAAS,gBAAe,OAAM,iBAAgB,iBAClE,UAAA;AAAA,QAAA,gBAAAT;AAAA,UAACU;AAAA,UAAA;AAAA,YACC,SAASL;AAAA,YACT,OAAM;AAAA,YACN,UAAUE;AAAA,YAEV,UAAA,gBAAAP,EAACW,KAAS,OAAOd,EAAM,OAAOU,IAAyB,eAAe,OAAO,GAAG;AAAA,UAAA;AAAA,QAClF;AAAA,QACA,gBAAAP,EAACY,KAAK,WAAU,YAAW,QAAO,SAC/B,UAAAT,EAAK,eACR;AAAA,QACA,gBAAAH;AAAA,UAACU;AAAA,UAAA;AAAA,YACC,SAASJ;AAAA,YACT,OAAM;AAAA,YACN,UAAUE;AAAA,YAEV,UAAA,gBAAAR,EAACa,KAAU,OAAOhB,EAAM,OAAOW,IAAyB,eAAe,OAAO,GAAG;AAAA,UAAA;AAAA,QACnF;AAAA,MAAA,GACF;AAAA,IAAA;AAAA,EAAA,EAGN,CAAA,EACF,CAAA;AAEJ,GAEAM,IAAerB;"}
@@ -1,30 +0,0 @@
1
- import { jsx as m } from "react/jsx-runtime";
2
- import { useCallback as i } from "react";
3
- import { useTheme as c } from "styled-components";
4
- import { CustomInput as s } from "../custom-input-styled.js";
5
- import { InputWrapper as n } from "../input-wrapper/input-wrapper.js";
6
- const f = ({ value: l, onChange: r, error: t, onEnter: o }) => {
7
- var a;
8
- const p = c(), u = i(
9
- (e) => {
10
- e.key === "Enter" && (o == null || o());
11
- },
12
- [o]
13
- );
14
- return /* @__PURE__ */ m(n, { helperText: t, children: /* @__PURE__ */ m(
15
- s,
16
- {
17
- value: l,
18
- onChange: (e) => r(e.target.value),
19
- autoFocus: !0,
20
- placeholder: "your-email@gmail.com",
21
- color: (a = p.colors) == null ? void 0 : a[t ? "RED" : "WHITE"],
22
- autoCapitalize: "none",
23
- onKeyDown: u
24
- }
25
- ) });
26
- }, g = f;
27
- export {
28
- g as default
29
- };
30
- //# sourceMappingURL=email-input.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"email-input.js","sources":["../../../../../../src/features/auth/signup/custom-input/email-input/email-input.tsx"],"sourcesContent":["import type { ICustomInputProps } from '../custom-input-types';\n\nimport { useCallback, type FC, type KeyboardEvent } from 'react';\nimport { useTheme } from 'styled-components';\n\nimport * as Styled from '../custom-input-styled';\nimport { InputWrapper } from '../input-wrapper/input-wrapper';\n\nconst EmailInput: FC<ICustomInputProps> = ({ value, onChange, error, onEnter }) => {\n const theme = useTheme();\n\n const handleKeyDown = useCallback(\n (event: KeyboardEvent<HTMLInputElement>) => {\n if (event.key === 'Enter') {\n onEnter?.();\n }\n },\n [onEnter],\n );\n\n return (\n <InputWrapper helperText={error}>\n <Styled.CustomInput\n value={value}\n onChange={event => onChange(event.target.value)}\n autoFocus\n placeholder=\"your-email@gmail.com\"\n color={theme.colors?.[error ? 'RED' : 'WHITE']}\n autoCapitalize=\"none\"\n onKeyDown={handleKeyDown}\n />\n </InputWrapper>\n );\n};\n\nexport default EmailInput;\n"],"names":["EmailInput","value","onChange","error","onEnter","theme","useTheme","handleKeyDown","useCallback","event","jsx","InputWrapper","Styled.CustomInput","_a","EmailInput$1"],"mappings":";;;;;AAQA,MAAMA,IAAoC,CAAC,EAAE,OAAAC,GAAO,UAAAC,GAAU,OAAAC,GAAO,SAAAC,QAAc;;AACjF,QAAMC,IAAQC,KAERC,IAAgBC;AAAA,IACpB,CAACC,MAA2C;AACtC,MAAAA,EAAM,QAAQ,YACNL,KAAA,QAAAA;AAAA,IAEd;AAAA,IACA,CAACA,CAAO;AAAA,EAAA;AAIR,SAAA,gBAAAM,EAACC,GAAa,EAAA,YAAYR,GACxB,UAAA,gBAAAO;AAAA,IAACE;AAAAA,IAAA;AAAA,MACC,OAAAX;AAAA,MACA,UAAU,CAAAQ,MAASP,EAASO,EAAM,OAAO,KAAK;AAAA,MAC9C,WAAS;AAAA,MACT,aAAY;AAAA,MACZ,QAAOI,IAAAR,EAAM,WAAN,gBAAAQ,EAAeV,IAAQ,QAAQ;AAAA,MACtC,gBAAe;AAAA,MACf,WAAWI;AAAA,IAAA;AAAA,EAEf,EAAA,CAAA;AAEJ,GAEAO,IAAed;"}
@@ -1,31 +0,0 @@
1
- import c from "styled-components";
2
- import s from "../../../../ui/layout/flex-view.js";
3
- const p = c(s)`
4
- max-width: 264px;
5
- `, x = c(s)(({ selected: r, theme: o }) => {
6
- const t = o.colors[r ? "WHITE" : "REAL_BLACK"], l = o.colors[r ? "REAL_BLACK" : "WHITE_T_38"], n = o.colors.WHITE, d = o.colors.REAL_BLACK, i = o.colors.WHITE;
7
- return `
8
- cursor: pointer;
9
- transition: all 0.3s ease;
10
- background-color: ${t};
11
- border-width: 2px;
12
-
13
- > div {
14
- color: ${l};
15
- }
16
-
17
- &:hover {
18
- background-color: ${n};
19
- border-color: ${i};
20
-
21
- > div {
22
- color: ${d};
23
- }
24
- }
25
- `;
26
- });
27
- export {
28
- x as GradeItem,
29
- p as GradeListWrapper
30
- };
31
- //# sourceMappingURL=grade-input-styled.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"grade-input-styled.js","sources":["../../../../../../src/features/auth/signup/custom-input/grade-input/grade-input-styled.tsx"],"sourcesContent":["import styled from 'styled-components';\n\nimport FlexView from '../../../../ui/layout/flex-view';\n\nexport const GradeListWrapper = styled(FlexView)`\n max-width: 264px;\n`;\n\nexport const GradeItem = styled(FlexView)<{ selected: boolean }>(({ selected, theme }) => {\n const bgColor = theme.colors[selected ? 'WHITE' : 'REAL_BLACK'];\n const textColor = theme.colors[selected ? 'REAL_BLACK' : 'WHITE_T_38'];\n const hoverBg = theme.colors.WHITE;\n const hoverText = theme.colors.REAL_BLACK;\n const hoverBorder = theme.colors.WHITE;\n\n return `\n cursor: pointer;\n transition: all 0.3s ease;\n background-color: ${bgColor};\n border-width: 2px;\n\n > div {\n color: ${textColor};\n }\n\n &:hover {\n background-color: ${hoverBg};\n border-color: ${hoverBorder};\n\n > div {\n color: ${hoverText};\n }\n }\n `;\n});\n"],"names":["GradeListWrapper","styled","FlexView","GradeItem","selected","theme","bgColor","textColor","hoverBg","hoverText","hoverBorder"],"mappings":";;AAIa,MAAAA,IAAmBC,EAAOC,CAAQ;AAAA;AAAA,GAIlCC,IAAYF,EAAOC,CAAQ,EAAyB,CAAC,EAAE,UAAAE,GAAU,OAAAC,QAAY;AACxF,QAAMC,IAAUD,EAAM,OAAOD,IAAW,UAAU,YAAY,GACxDG,IAAYF,EAAM,OAAOD,IAAW,eAAe,YAAY,GAC/DI,IAAUH,EAAM,OAAO,OACvBI,IAAYJ,EAAM,OAAO,YACzBK,IAAcL,EAAM,OAAO;AAE1B,SAAA;AAAA;AAAA;AAAA,0BAGiBC,CAAO;AAAA;AAAA;AAAA;AAAA,iBAIhBC,CAAS;AAAA;AAAA;AAAA;AAAA,4BAIEC,CAAO;AAAA,wBACXE,CAAW;AAAA;AAAA;AAAA,mBAGhBD,CAAS;AAAA;AAAA;AAAA;AAI5B,CAAC;"}
@@ -1,30 +0,0 @@
1
- import { jsx as r } from "react/jsx-runtime";
2
- import a from "../../../../ui/text/text.js";
3
- import { STUDENT_GRADE_OPTIONS as c } from "../../signup-constants.js";
4
- import { InputWrapper as p } from "../input-wrapper/input-wrapper.js";
5
- import { GradeListWrapper as $, GradeItem as l } from "./grade-input-styled.js";
6
- const m = ({ value: n, onChange: d, error: i }) => /* @__PURE__ */ r(p, { helperText: i, children: /* @__PURE__ */ r($, { $flexDirection: "row", $flexWrap: !0, $flexGapX: 1, children: [...c].map(({ label: o, value: e }) => {
7
- const t = e === n;
8
- return /* @__PURE__ */ r(
9
- l,
10
- {
11
- selected: t,
12
- onClick: () => d(e),
13
- $borderRadius: 48,
14
- $gutter: 13,
15
- $gap: 6,
16
- $alignItems: "center",
17
- $justifyContent: "center",
18
- $background: t ? "WHITE" : "REAL_BLACK",
19
- $borderColor: t ? "WHITE" : "BLACK_5",
20
- $width: e === "-1" ? 96 : 40,
21
- $height: 40,
22
- children: /* @__PURE__ */ r(a, { $align: "center", $renderAs: "ab1", children: o })
23
- },
24
- e
25
- );
26
- }) }) }), x = m;
27
- export {
28
- x as default
29
- };
30
- //# sourceMappingURL=grade-input.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"grade-input.js","sources":["../../../../../../src/features/auth/signup/custom-input/grade-input/grade-input.tsx"],"sourcesContent":["import type { ICustomInputProps } from '../custom-input-types';\nimport type { FC } from 'react';\n\nimport Text from '../../../../ui/text/text';\nimport { STUDENT_GRADE_OPTIONS } from '../../signup-constants';\nimport { InputWrapper } from '../input-wrapper/input-wrapper';\nimport * as Styled from './grade-input-styled';\n\nconst GradeInput: FC<ICustomInputProps> = ({ value, onChange, error }) => {\n return (\n <InputWrapper helperText={error}>\n <Styled.GradeListWrapper $flexDirection=\"row\" $flexWrap $flexGapX={1}>\n {[...STUDENT_GRADE_OPTIONS].map(({ label, value: optionVal }) => {\n const isSelected = optionVal === value;\n\n return (\n <Styled.GradeItem\n key={optionVal}\n selected={isSelected}\n onClick={() => onChange(optionVal)}\n $borderRadius={48}\n $gutter={13}\n $gap={6}\n $alignItems=\"center\"\n $justifyContent=\"center\"\n $background={isSelected ? 'WHITE' : 'REAL_BLACK'}\n $borderColor={isSelected ? 'WHITE' : 'BLACK_5'}\n $width={optionVal === '-1' ? 96 : 40}\n $height={40}\n >\n <Text $align=\"center\" $renderAs=\"ab1\">\n {label}\n </Text>\n </Styled.GradeItem>\n );\n })}\n </Styled.GradeListWrapper>\n </InputWrapper>\n );\n};\n\nexport default GradeInput;\n"],"names":["GradeInput","value","onChange","error","jsx","InputWrapper","Styled.GradeListWrapper","STUDENT_GRADE_OPTIONS","label","optionVal","isSelected","Styled.GradeItem","Text","GradeInput$1"],"mappings":";;;;;AAQA,MAAMA,IAAoC,CAAC,EAAE,OAAAC,GAAO,UAAAC,GAAU,OAAAC,QAE1D,gBAAAC,EAACC,GAAa,EAAA,YAAYF,GACxB,UAAA,gBAAAC,EAACE,GAAA,EAAwB,gBAAe,OAAM,WAAS,IAAC,WAAW,GAChE,UAAA,CAAC,GAAGC,CAAqB,EAAE,IAAI,CAAC,EAAE,OAAAC,GAAO,OAAOC,EAAA,MAAgB;AAC/D,QAAMC,IAAaD,MAAcR;AAG/B,SAAA,gBAAAG;AAAA,IAACO;AAAAA,IAAA;AAAA,MAEC,UAAUD;AAAA,MACV,SAAS,MAAMR,EAASO,CAAS;AAAA,MACjC,eAAe;AAAA,MACf,SAAS;AAAA,MACT,MAAM;AAAA,MACN,aAAY;AAAA,MACZ,iBAAgB;AAAA,MAChB,aAAaC,IAAa,UAAU;AAAA,MACpC,cAAcA,IAAa,UAAU;AAAA,MACrC,QAAQD,MAAc,OAAO,KAAK;AAAA,MAClC,SAAS;AAAA,MAET,4BAACG,GAAK,EAAA,QAAO,UAAS,WAAU,OAC7B,UACHJ,GAAA;AAAA,IAAA;AAAA,IAfKC;AAAA,EAAA;AAgBP,CAEH,GACH,EACF,CAAA,GAIJI,IAAeb;"}
@@ -1,19 +0,0 @@
1
- import t from "styled-components";
2
- import e from "../../../../ui/layout/flex-view.js";
3
- const n = t.div`
4
- flex: 1;
5
- display: flex;
6
- flex-direction: column;
7
- justify-content: center;
8
- align-items: center;
9
- width: 100%;
10
- `, p = t(e)`
11
- position: absolute;
12
- top: 56px;
13
- max-width: 100%;
14
- `;
15
- export {
16
- p as ContentWrapper,
17
- n as InputWrapper
18
- };
19
- //# sourceMappingURL=input-wrapper-styled.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"input-wrapper-styled.js","sources":["../../../../../../src/features/auth/signup/custom-input/input-wrapper/input-wrapper-styled.tsx"],"sourcesContent":["import styled from 'styled-components';\n\nimport FlexView from '../../../../ui/layout/flex-view';\n\nexport const InputWrapper = styled.div`\n flex: 1;\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n width: 100%;\n`;\n\nexport const ContentWrapper = styled(FlexView)`\n position: absolute;\n top: 56px;\n max-width: 100%;\n`;\n"],"names":["InputWrapper","styled","ContentWrapper","FlexView"],"mappings":";;AAIO,MAAMA,IAAeC,EAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,GAStBC,IAAiBD,EAAOE,CAAQ;AAAA;AAAA;AAAA;AAAA;"}
@@ -1,33 +0,0 @@
1
- import { jsxs as r, jsx as e } from "react/jsx-runtime";
2
- import { LOTTIE as h } from "../../../../../assets/lottie/lottie.js";
3
- import t from "../../../../ui/layout/flex-view.js";
4
- import c from "../../../../ui/lottie-animation/lottie-animation.js";
5
- import i from "../../../../ui/separator/separator.js";
6
- import a from "../../../../ui/text/text.js";
7
- import { InputWrapper as s, ContentWrapper as l } from "./input-wrapper-styled.js";
8
- const T = ({
9
- children: p,
10
- helperText: n,
11
- actionElement: o,
12
- isLoading: m
13
- }) => /* @__PURE__ */ r(s, { children: [
14
- p,
15
- /* @__PURE__ */ r(l, { $alignItems: "center", $justifyContent: "center", children: [
16
- n && /* @__PURE__ */ r(t, { $gutterX: 4, children: [
17
- /* @__PURE__ */ e(a, { $renderAs: "ub3", $color: "WHITE_T_60", $align: "center", $whiteSpace: "pre-line", children: n }),
18
- /* @__PURE__ */ e(i, { heightX: 0.5 })
19
- ] }),
20
- o && /* @__PURE__ */ r(t, { $justifyContent: "center", $alignItems: "center", children: [
21
- o,
22
- /* @__PURE__ */ e(i, { heightX: 1 })
23
- ] }),
24
- m && /* @__PURE__ */ r(t, { children: [
25
- /* @__PURE__ */ e(i, { heightX: 2 }),
26
- /* @__PURE__ */ e(c, { src: h.SPINNER_WHITE, height: 20, width: 40 })
27
- ] })
28
- ] })
29
- ] });
30
- export {
31
- T as InputWrapper
32
- };
33
- //# sourceMappingURL=input-wrapper.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"input-wrapper.js","sources":["../../../../../../src/features/auth/signup/custom-input/input-wrapper/input-wrapper.tsx"],"sourcesContent":["import type { IInputWrapperProps } from './input-wrapper-types';\n\nimport { LOTTIE } from '../../../../../assets/lottie/lottie';\nimport FlexView from '../../../../ui/layout/flex-view';\nimport LottieAnimation from '../../../../ui/lottie-animation/lottie-animation';\nimport Separator from '../../../../ui/separator/separator';\nimport Text from '../../../../ui/text/text';\nimport * as Styled from './input-wrapper-styled';\n\nexport const InputWrapper = ({\n children,\n helperText,\n actionElement,\n isLoading,\n}: IInputWrapperProps) => {\n return (\n <Styled.InputWrapper>\n {children}\n <Styled.ContentWrapper $alignItems=\"center\" $justifyContent=\"center\">\n {helperText && (\n <FlexView $gutterX={4}>\n <Text $renderAs=\"ub3\" $color=\"WHITE_T_60\" $align=\"center\" $whiteSpace=\"pre-line\">\n {helperText}\n </Text>\n <Separator heightX={0.5} />\n </FlexView>\n )}\n {actionElement && (\n <FlexView $justifyContent=\"center\" $alignItems=\"center\">\n {actionElement}\n <Separator heightX={1} />\n </FlexView>\n )}\n {isLoading && (\n <FlexView>\n <Separator heightX={2} />\n <LottieAnimation src={LOTTIE.SPINNER_WHITE} height={20} width={40} />\n </FlexView>\n )}\n </Styled.ContentWrapper>\n </Styled.InputWrapper>\n );\n};\n"],"names":["InputWrapper","children","helperText","actionElement","isLoading","jsxs","Styled.InputWrapper","Styled.ContentWrapper","FlexView","jsx","Text","Separator","LottieAnimation","LOTTIE"],"mappings":";;;;;;;AASO,MAAMA,IAAe,CAAC;AAAA,EAC3B,UAAAC;AAAA,EACA,YAAAC;AAAA,EACA,eAAAC;AAAA,EACA,WAAAC;AACF,MAEI,gBAAAC,EAACC,GAAA,EACE,UAAA;AAAA,EAAAL;AAAA,oBACAM,GAAA,EAAsB,aAAY,UAAS,iBAAgB,UACzD,UAAA;AAAA,IACCL,KAAA,gBAAAG,EAACG,GAAS,EAAA,UAAU,GAClB,UAAA;AAAA,MAAC,gBAAAC,EAAAC,GAAA,EAAK,WAAU,OAAM,QAAO,cAAa,QAAO,UAAS,aAAY,YACnE,UACHR,EAAA,CAAA;AAAA,MACA,gBAAAO,EAACE,GAAU,EAAA,SAAS,IAAK,CAAA;AAAA,IAAA,GAC3B;AAAA,IAEDR,KACE,gBAAAE,EAAAG,GAAA,EAAS,iBAAgB,UAAS,aAAY,UAC5C,UAAA;AAAA,MAAAL;AAAA,MACD,gBAAAM,EAACE,GAAU,EAAA,SAAS,EAAG,CAAA;AAAA,IAAA,GACzB;AAAA,IAEDP,uBACEI,GACC,EAAA,UAAA;AAAA,MAAC,gBAAAC,EAAAE,GAAA,EAAU,SAAS,EAAG,CAAA;AAAA,MACvB,gBAAAF,EAACG,KAAgB,KAAKC,EAAO,eAAe,QAAQ,IAAI,OAAO,IAAI;AAAA,IAAA,GACrE;AAAA,EAAA,GAEJ;AACF,EAAA,CAAA;"}
@@ -1,41 +0,0 @@
1
- import { jsx as o } from "react/jsx-runtime";
2
- import { useCallback as c } from "react";
3
- import { useTheme as s } from "styled-components";
4
- import f from "../../../../ui/layout/flex-view.js";
5
- import h from "../../../comps/resend-otp/resend-otp.js";
6
- import { CustomInput as d } from "../custom-input-styled.js";
7
- import { InputWrapper as I } from "../input-wrapper/input-wrapper.js";
8
- const T = ({
9
- value: m,
10
- onChange: p,
11
- error: a,
12
- helperText: i,
13
- onEnter: e,
14
- onResendOTP: n
15
- }) => {
16
- var r;
17
- const u = s(), l = c(
18
- (t) => {
19
- t.key === "Enter" && (e == null || e());
20
- },
21
- [e]
22
- );
23
- return /* @__PURE__ */ o(I, { helperText: i, actionElement: /* @__PURE__ */ o(h, { onResendOTP: n }), children: /* @__PURE__ */ o(f, { $width: 112, children: /* @__PURE__ */ o(
24
- d,
25
- {
26
- value: m,
27
- onChange: (t) => p(t.target.value),
28
- autoFocus: !0,
29
- placeholder: "0000",
30
- color: (r = u.colors) == null ? void 0 : r[a ? "RED" : "WHITE"],
31
- autoCapitalize: "none",
32
- type: "number",
33
- maxLength: 4,
34
- onKeyDown: l
35
- }
36
- ) }) });
37
- }, P = T;
38
- export {
39
- P as default
40
- };
41
- //# sourceMappingURL=otp-input.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"otp-input.js","sources":["../../../../../../src/features/auth/signup/custom-input/otp-input/otp-input.tsx"],"sourcesContent":["import type { IOTPInputProps } from './otp-input-types';\n\nimport { useCallback, type FC, type KeyboardEvent } from 'react';\nimport { useTheme } from 'styled-components';\n\nimport FlexView from '../../../../ui/layout/flex-view';\nimport ResendOTP from '../../../comps/resend-otp/resend-otp';\nimport * as Styled from '../custom-input-styled';\nimport { InputWrapper } from '../input-wrapper/input-wrapper';\n\nconst OTPInput: FC<IOTPInputProps> = ({\n value,\n onChange,\n error,\n helperText,\n onEnter,\n onResendOTP,\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={helperText} actionElement={<ResendOTP onResendOTP={onResendOTP} />}>\n <FlexView $width={112}>\n <Styled.CustomInput\n value={value}\n onChange={event => onChange(event.target.value)}\n autoFocus\n placeholder=\"0000\"\n color={theme.colors?.[error ? 'RED' : 'WHITE']}\n autoCapitalize=\"none\"\n type=\"number\"\n maxLength={4}\n onKeyDown={handleKeyDown}\n />\n </FlexView>\n </InputWrapper>\n );\n};\n\nexport default OTPInput;\n"],"names":["OTPInput","value","onChange","error","helperText","onEnter","onResendOTP","theme","useTheme","handleKeyDown","useCallback","event","jsx","InputWrapper","ResendOTP","FlexView","Styled.CustomInput","_a","OTPInput$1"],"mappings":";;;;;;;AAUA,MAAMA,IAA+B,CAAC;AAAA,EACpC,OAAAC;AAAA,EACA,UAAAC;AAAA,EACA,OAAAC;AAAA,EACA,YAAAC;AAAA,EACA,SAAAC;AAAA,EACA,aAAAC;AACF,MAAM;;AACJ,QAAMC,IAAQC,KAERC,IAAgBC;AAAA,IACpB,CAACC,MAA2C;AACtC,MAAAA,EAAM,QAAQ,YACNN,KAAA,QAAAA;AAAA,IAEd;AAAA,IACA,CAACA,CAAO;AAAA,EAAA;AAIR,SAAA,gBAAAO,EAACC,GAAa,EAAA,YAAAT,GAAwB,eAAe,gBAAAQ,EAACE,GAAU,EAAA,aAAAR,EAA0B,CAAA,GACxF,UAAA,gBAAAM,EAACG,GAAS,EAAA,QAAQ,KAChB,UAAA,gBAAAH;AAAA,IAACI;AAAAA,IAAA;AAAA,MACC,OAAAf;AAAA,MACA,UAAU,CAAAU,MAAST,EAASS,EAAM,OAAO,KAAK;AAAA,MAC9C,WAAS;AAAA,MACT,aAAY;AAAA,MACZ,QAAOM,IAAAV,EAAM,WAAN,gBAAAU,EAAed,IAAQ,QAAQ;AAAA,MACtC,gBAAe;AAAA,MACf,MAAK;AAAA,MACL,WAAW;AAAA,MACX,WAAWM;AAAA,IAAA;AAAA,EAAA,EAEf,CAAA,EACF,CAAA;AAEJ,GAEAS,IAAelB;"}
@@ -1,33 +0,0 @@
1
- import { jsxs as o, jsx as r } from "react/jsx-runtime";
2
- import n from "../../../../../../assets/line-icons/icons/chevron-down.js";
3
- import i from "../../../../../ui/layout/flex-view.js";
4
- import d from "../../../../../ui/text/text.js";
5
- import { CountryCodeButton as $ } from "../phone-input-styled.js";
6
- const C = ({
7
- value: t,
8
- menuVisible: e
9
- }) => /* @__PURE__ */ o(
10
- $,
11
- {
12
- $background: "BLACK_5",
13
- $borderRadius: 4,
14
- $gutterX: 0.5,
15
- $gap: 5,
16
- $alignItems: "center",
17
- $justifyContent: "space-between",
18
- $borderColor: e ? "WHITE_T_38" : "BLACK_5",
19
- $flexDirection: "row",
20
- $flexGap: 2,
21
- children: [
22
- /* @__PURE__ */ o(d, { $renderAs: "ab1", $color: "WHITE", children: [
23
- "+",
24
- t
25
- ] }),
26
- /* @__PURE__ */ r(i, { $width: 20, children: /* @__PURE__ */ r(n, { width: 20, height: 20, color: "WHITE" }) })
27
- ]
28
- }
29
- );
30
- export {
31
- C as default
32
- };
33
- //# sourceMappingURL=country-code-button.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"country-code-button.js","sources":["../../../../../../../src/features/auth/signup/custom-input/phone-input/country-selector/country-code-button.tsx"],"sourcesContent":["import type { FC } from 'react';\n\nimport ChevronDownIcon from '../../../../../../assets/line-icons/icons/chevron-down';\nimport FlexView from '../../../../../ui/layout/flex-view';\nimport Text from '../../../../../ui/text/text';\nimport * as Styled from '../phone-input-styled';\n\nconst CountryCodeButton: FC<{ value?: string; menuVisible?: boolean }> = ({\n value,\n menuVisible,\n}) => {\n return (\n <Styled.CountryCodeButton\n $background=\"BLACK_5\"\n $borderRadius={4}\n $gutterX={0.5}\n $gap={5}\n $alignItems=\"center\"\n $justifyContent=\"space-between\"\n $borderColor={menuVisible ? 'WHITE_T_38' : 'BLACK_5'}\n $flexDirection=\"row\"\n $flexGap={2}\n >\n <Text $renderAs=\"ab1\" $color=\"WHITE\">\n +{value}\n </Text>\n <FlexView $width={20}>\n <ChevronDownIcon width={20} height={20} color=\"WHITE\" />\n </FlexView>\n </Styled.CountryCodeButton>\n );\n};\n\nexport default CountryCodeButton;\n"],"names":["CountryCodeButton","value","menuVisible","jsxs","Styled.CountryCodeButton","Text","jsx","FlexView","ChevronDownIcon"],"mappings":";;;;;AAOA,MAAMA,IAAmE,CAAC;AAAA,EACxE,OAAAC;AAAA,EACA,aAAAC;AACF,MAEI,gBAAAC;AAAA,EAACC;AAAAA,EAAA;AAAA,IACC,aAAY;AAAA,IACZ,eAAe;AAAA,IACf,UAAU;AAAA,IACV,MAAM;AAAA,IACN,aAAY;AAAA,IACZ,iBAAgB;AAAA,IAChB,cAAcF,IAAc,eAAe;AAAA,IAC3C,gBAAe;AAAA,IACf,UAAU;AAAA,IAEV,UAAA;AAAA,MAAA,gBAAAC,EAACE,GAAK,EAAA,WAAU,OAAM,QAAO,SAAQ,UAAA;AAAA,QAAA;AAAA,QACjCJ;AAAA,MAAA,GACJ;AAAA,MACC,gBAAAK,EAAAC,GAAA,EAAS,QAAQ,IAChB,UAAC,gBAAAD,EAAAE,GAAA,EAAgB,OAAO,IAAI,QAAQ,IAAI,OAAM,QAAQ,CAAA,GACxD;AAAA,IAAA;AAAA,EAAA;AAAA;"}
@@ -1,28 +0,0 @@
1
- import { jsx as e, jsxs as l } from "react/jsx-runtime";
2
- import a from "../../../../../ui/text/text.js";
3
- import { MenuWrapper as s, MenuItem as p, Icon as u } from "../phone-input-styled.js";
4
- const g = ({ options: o, selectedCountry: t, onChange: n }) => /* @__PURE__ */ e(s, { $widthX: 10, $gapX: 0.5, $background: "BLACK_2", $borderColor: "BLACK_5", children: o.map((i) => {
5
- const { id: r, value: c, icon: d, code: $ } = i;
6
- return /* @__PURE__ */ l(
7
- p,
8
- {
9
- $gutterX: 0.5,
10
- $gapX: 0.75,
11
- onClick: () => n({ code: $, id: r }),
12
- $width: "100%",
13
- $flexDirection: "row",
14
- $alignItems: "center",
15
- $flexGap: 8,
16
- $isSelected: t.id === r,
17
- children: [
18
- /* @__PURE__ */ e(u, { src: d }),
19
- /* @__PURE__ */ e(a, { $renderAs: "ab3", $color: "WHITE", children: c })
20
- ]
21
- },
22
- r
23
- );
24
- }) });
25
- export {
26
- g as default
27
- };
28
- //# sourceMappingURL=country-list-menu.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"country-list-menu.js","sources":["../../../../../../../src/features/auth/signup/custom-input/phone-input/country-selector/country-list-menu.tsx"],"sourcesContent":["import type { ICountryListMenuProps } from '../phone-input-types';\nimport type { FC } from 'react';\n\nimport Text from '../../../../../ui/text/text';\nimport * as Styled from '../phone-input-styled';\n\nconst CountryListMenu: FC<ICountryListMenuProps> = ({ options, selectedCountry, onChange }) => {\n return (\n <Styled.MenuWrapper $widthX={10} $gapX={0.5} $background={'BLACK_2'} $borderColor={'BLACK_5'}>\n {options.map(option => {\n const { id, value, icon, code } = option;\n\n return (\n <Styled.MenuItem\n key={id}\n $gutterX={0.5}\n $gapX={0.75}\n onClick={() => onChange({ code, id })}\n $width=\"100%\"\n $flexDirection=\"row\"\n $alignItems=\"center\"\n $flexGap={8}\n $isSelected={selectedCountry.id === id}\n >\n <Styled.Icon src={icon} />\n <Text $renderAs=\"ab3\" $color={'WHITE'}>\n {value}\n </Text>\n </Styled.MenuItem>\n );\n })}\n </Styled.MenuWrapper>\n );\n};\n\nexport default CountryListMenu;\n"],"names":["CountryListMenu","options","selectedCountry","onChange","jsx","Styled.MenuWrapper","option","id","value","icon","code","jsxs","Styled.MenuItem","Styled.Icon","Text"],"mappings":";;;AAMA,MAAMA,IAA6C,CAAC,EAAE,SAAAC,GAAS,iBAAAC,GAAiB,UAAAC,QAE3E,gBAAAC,EAAAC,GAAA,EAAmB,SAAS,IAAI,OAAO,KAAK,aAAa,WAAW,cAAc,WAChF,UAAAJ,EAAQ,IAAI,CAAUK,MAAA;AACrB,QAAM,EAAE,IAAAC,GAAI,OAAAC,GAAO,MAAAC,GAAM,MAAAC,MAASJ;AAGhC,SAAA,gBAAAK;AAAA,IAACC;AAAAA,IAAA;AAAA,MAEC,UAAU;AAAA,MACV,OAAO;AAAA,MACP,SAAS,MAAMT,EAAS,EAAE,MAAAO,GAAM,IAAAH,GAAI;AAAA,MACpC,QAAO;AAAA,MACP,gBAAe;AAAA,MACf,aAAY;AAAA,MACZ,UAAU;AAAA,MACV,aAAaL,EAAgB,OAAOK;AAAA,MAEpC,UAAA;AAAA,QAAA,gBAAAH,EAACS,GAAA,EAAY,KAAKJ,EAAM,CAAA;AAAA,0BACvBK,GAAK,EAAA,WAAU,OAAM,QAAQ,SAC3B,UACHN,GAAA;AAAA,MAAA;AAAA,IAAA;AAAA,IAbKD;AAAA,EAAA;AAgBV,CAAA,EACH,CAAA;"}
@@ -1,29 +0,0 @@
1
- import r from "styled-components";
2
- import o from "../../../../ui/layout/flex-view.js";
3
- const i = r(o)`
4
- border-radius: 2px;
5
- max-height: 220px;
6
- overflow-y: scroll;
7
- width: 271px;
8
- `, c = r(o)(({ theme: t, $isSelected: n }) => `
9
- cursor: pointer;
10
- background: ${n ? t.colors.BLACK_5 : "transparent"};
11
- &:hover {
12
- background: ${t.colors.BLACK_5};
13
- }
14
- `), d = r.img`
15
- width: 20px;
16
- height: 20px;
17
- `, s = r(o)`
18
- cursor: pointer;
19
- padding-right: 4px;
20
- max-width: 100px;
21
- min-width: 80px;
22
- `;
23
- export {
24
- s as CountryCodeButton,
25
- d as Icon,
26
- c as MenuItem,
27
- i as MenuWrapper
28
- };
29
- //# sourceMappingURL=phone-input-styled.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"phone-input-styled.js","sources":["../../../../../../src/features/auth/signup/custom-input/phone-input/phone-input-styled.tsx"],"sourcesContent":["import styled from 'styled-components';\n\nimport FlexView from '../../../../ui/layout/flex-view';\n\nexport const MenuWrapper = styled(FlexView)`\n border-radius: 2px;\n max-height: 220px;\n overflow-y: scroll;\n width: 271px;\n`;\n\nexport const MenuItem = styled(FlexView)<{ $isSelected: boolean }>(({ theme, $isSelected }) => {\n return `\n cursor: pointer;\n background: ${$isSelected ? theme.colors.BLACK_5 : 'transparent'};\n &:hover {\n background: ${theme.colors.BLACK_5};\n }\n `;\n});\n\nexport const Icon = styled.img`\n width: 20px;\n height: 20px;\n`;\n\nexport const CountryCodeButton = styled(FlexView)`\n cursor: pointer;\n padding-right: 4px;\n max-width: 100px;\n min-width: 80px;\n`;\n"],"names":["MenuWrapper","styled","FlexView","MenuItem","theme","$isSelected","Icon","CountryCodeButton"],"mappings":";;AAIa,MAAAA,IAAcC,EAAOC,CAAQ;AAAA;AAAA;AAAA;AAAA;AAAA,GAO7BC,IAAWF,EAAOC,CAAQ,EAA4B,CAAC,EAAE,OAAAE,GAAO,aAAAC,QACpE;AAAA;AAAA,oBAEWA,IAAcD,EAAM,OAAO,UAAU,aAAa;AAAA;AAAA,0BAE5CA,EAAM,OAAO,OAAO;AAAA;AAAA,IAG7C,GAEYE,IAAOL,EAAO;AAAA;AAAA;AAAA,GAKdM,IAAoBN,EAAOC,CAAQ;AAAA;AAAA;AAAA;AAAA;AAAA;"}
@@ -1,64 +0,0 @@
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
@@ -1 +0,0 @@
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;"}