@cuemath/leap 2.9.12-j2 → 3.0.1-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 (679) 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/bin2.js +7 -8
  4. package/dist/assets/line-icons/icons/bin2.js.map +1 -1
  5. package/dist/assets/line-icons/icons/chevron-left.js.map +1 -1
  6. package/dist/assets/line-icons/icons/exclamation.js +26 -0
  7. package/dist/assets/line-icons/icons/exclamation.js.map +1 -0
  8. package/dist/assets/line-icons/icons/home2.js +25 -0
  9. package/dist/assets/line-icons/icons/home2.js.map +1 -0
  10. package/dist/assets/line-icons/icons/important.js +23 -0
  11. package/dist/assets/line-icons/icons/important.js.map +1 -0
  12. package/dist/assets/line-icons/icons/skip-colored.js +43 -0
  13. package/dist/assets/line-icons/icons/skip-colored.js.map +1 -0
  14. package/dist/assets/line-icons/icons/status.js +41 -0
  15. package/dist/assets/line-icons/icons/status.js.map +1 -0
  16. package/dist/assets/lottie/lottie.js +8 -11
  17. package/dist/assets/lottie/lottie.js.map +1 -1
  18. package/dist/constants/api.js +3 -2
  19. package/dist/constants/api.js.map +1 -1
  20. package/dist/features/analytics-events/platform-events-student.js +3 -3
  21. package/dist/features/analytics-events/platform-events-student.js.map +1 -1
  22. package/dist/features/analytics-events/whitelist-events.js +13 -11
  23. package/dist/features/analytics-events/whitelist-events.js.map +1 -1
  24. package/dist/features/chapters/chapters-list/chapter-item/chapter-item-styled.js +99 -33
  25. package/dist/features/chapters/chapters-list/chapter-item/chapter-item-styled.js.map +1 -1
  26. package/dist/features/chapters/chapters-list/chapter-item/chapter-item.js +92 -49
  27. package/dist/features/chapters/chapters-list/chapter-item/chapter-item.js.map +1 -1
  28. package/dist/features/chapters/chapters-list/chapters-list-styled.js +5 -5
  29. package/dist/features/chapters/chapters-list/chapters-list-styled.js.map +1 -1
  30. package/dist/features/chapters/chapters-list/chapters-list.js +64 -70
  31. package/dist/features/chapters/chapters-list/chapters-list.js.map +1 -1
  32. package/dist/features/chapters-v2/api/chapter.js +10 -0
  33. package/dist/features/chapters-v2/api/chapter.js.map +1 -0
  34. package/dist/features/chapters-v2/chapter-details/block-sections/block-section-view.js +112 -0
  35. package/dist/features/chapters-v2/chapter-details/block-sections/block-section-view.js.map +1 -0
  36. package/dist/features/chapters-v2/chapter-details/block-sections/block-sections-styled.js +35 -0
  37. package/dist/features/chapters-v2/chapter-details/block-sections/block-sections-styled.js.map +1 -0
  38. package/dist/features/chapters-v2/chapter-details/block-sections/block-sections.js +83 -0
  39. package/dist/features/chapters-v2/chapter-details/block-sections/block-sections.js.map +1 -0
  40. package/dist/features/chapters-v2/chapter-details/chapter-banner/chapter-banner-styled.js +90 -0
  41. package/dist/features/chapters-v2/chapter-details/chapter-banner/chapter-banner-styled.js.map +1 -0
  42. package/dist/features/chapters-v2/chapter-details/chapter-banner/chapter-banner.js +98 -0
  43. package/dist/features/chapters-v2/chapter-details/chapter-banner/chapter-banner.js.map +1 -0
  44. package/dist/features/chapters-v2/chapter-details/chapter-details-styled.js +51 -0
  45. package/dist/features/chapters-v2/chapter-details/chapter-details-styled.js.map +1 -0
  46. package/dist/features/chapters-v2/chapter-details/chapter-details.js +129 -0
  47. package/dist/features/chapters-v2/chapter-details/chapter-details.js.map +1 -0
  48. package/dist/features/chapters-v2/comps/node-card/node-card-styled.js +159 -0
  49. package/dist/features/chapters-v2/comps/node-card/node-card-styled.js.map +1 -0
  50. package/dist/features/chapters-v2/comps/node-card/node-card-tags.js +16 -0
  51. package/dist/features/chapters-v2/comps/node-card/node-card-tags.js.map +1 -0
  52. package/dist/features/chapters-v2/comps/node-card/node-card.js +12 -0
  53. package/dist/features/chapters-v2/comps/node-card/node-card.js.map +1 -0
  54. package/dist/features/chapters-v2/comps/node-card/node-menu-options/node-menu-option.js +30 -0
  55. package/dist/features/chapters-v2/comps/node-card/node-menu-options/node-menu-option.js.map +1 -0
  56. package/dist/features/chapters-v2/comps/node-card/node-menu-options/node-menu-options-styled.js +32 -0
  57. package/dist/features/chapters-v2/comps/node-card/node-menu-options/node-menu-options-styled.js.map +1 -0
  58. package/dist/features/chapters-v2/comps/node-card/node-menu-options/node-menu-options.js +9 -0
  59. package/dist/features/chapters-v2/comps/node-card/node-menu-options/node-menu-options.js.map +1 -0
  60. package/dist/features/chapters-v2/comps/node-card/student-actions/student-actions.js +189 -0
  61. package/dist/features/chapters-v2/comps/node-card/student-actions/student-actions.js.map +1 -0
  62. package/dist/features/chapters-v2/comps/node-card/teacher-actions/teacher-actions.js +194 -0
  63. package/dist/features/chapters-v2/comps/node-card/teacher-actions/teacher-actions.js.map +1 -0
  64. package/dist/features/chapters-v2/comps/tag/tag-styled.js +13 -0
  65. package/dist/features/chapters-v2/comps/tag/tag-styled.js.map +1 -0
  66. package/dist/features/chapters-v2/comps/tag/tag.js +28 -0
  67. package/dist/features/chapters-v2/comps/tag/tag.js.map +1 -0
  68. package/dist/features/chapters-v2/constants/block-constants.js +20 -0
  69. package/dist/features/chapters-v2/constants/block-constants.js.map +1 -0
  70. package/dist/features/chapters-v2/constants/node-constants.js +14 -0
  71. package/dist/features/chapters-v2/constants/node-constants.js.map +1 -0
  72. package/dist/features/chapters-v2/utils/index.js +45 -0
  73. package/dist/features/chapters-v2/utils/index.js.map +1 -0
  74. package/dist/features/chapters-v2/utils/node-card-utils.js +169 -0
  75. package/dist/features/chapters-v2/utils/node-card-utils.js.map +1 -0
  76. package/dist/features/communication/pub-sub/constants.js +12 -6
  77. package/dist/features/communication/pub-sub/constants.js.map +1 -1
  78. package/dist/features/homework/card-menu-option.js +28 -0
  79. package/dist/features/homework/card-menu-option.js.map +1 -0
  80. package/dist/features/homework/card-menu-options.js +22 -0
  81. package/dist/features/homework/card-menu-options.js.map +1 -0
  82. package/dist/features/homework/card-title.js +16 -0
  83. package/dist/features/homework/card-title.js.map +1 -0
  84. package/dist/features/homework/homework-analytics-events.js +10 -0
  85. package/dist/features/homework/homework-analytics-events.js.map +1 -0
  86. package/dist/features/homework/homework-card-view.js +143 -0
  87. package/dist/features/homework/homework-card-view.js.map +1 -0
  88. package/dist/features/homework/homework-card.js +245 -0
  89. package/dist/features/homework/homework-card.js.map +1 -0
  90. package/dist/features/homework/hw-card-list/api/get-homeworks.js +10 -0
  91. package/dist/features/homework/hw-card-list/api/get-homeworks.js.map +1 -0
  92. package/dist/features/homework/hw-card-list/hw-card-list-styled.js +63 -0
  93. package/dist/features/homework/hw-card-list/hw-card-list-styled.js.map +1 -0
  94. package/dist/features/homework/hw-card-list/hw-card-list-view.js +157 -0
  95. package/dist/features/homework/hw-card-list/hw-card-list-view.js.map +1 -0
  96. package/dist/features/homework/hw-card-list/hw-card-list.js +67 -0
  97. package/dist/features/homework/hw-card-list/hw-card-list.js.map +1 -0
  98. package/dist/features/homework/node-progress.js +29 -0
  99. package/dist/features/homework/node-progress.js.map +1 -0
  100. package/dist/features/homework/styles.js +130 -0
  101. package/dist/features/homework/styles.js.map +1 -0
  102. package/dist/features/homework/utils.js +48 -0
  103. package/dist/features/homework/utils.js.map +1 -0
  104. package/dist/features/journey/comps/coachmark/coachmark.js +24 -24
  105. package/dist/features/journey/comps/coachmark/coachmark.js.map +1 -1
  106. package/dist/features/journey/hooks/use-chapter-journey.js +173 -0
  107. package/dist/features/journey/hooks/use-chapter-journey.js.map +1 -0
  108. package/dist/features/journey/hooks/use-home-page-journey/home-page-homeworks-mock.js +268 -0
  109. package/dist/features/journey/hooks/use-home-page-journey/home-page-homeworks-mock.js.map +1 -0
  110. package/dist/features/journey/hooks/use-home-page-journey/recent-chapters-mock.js +513 -0
  111. package/dist/features/journey/hooks/use-home-page-journey/recent-chapters-mock.js.map +1 -0
  112. package/dist/features/journey/hooks/use-home-page-journey/styles.js +23 -0
  113. package/dist/features/journey/hooks/use-home-page-journey/styles.js.map +1 -0
  114. package/dist/features/journey/hooks/use-home-page-journey/tooltip-item.js +22 -0
  115. package/dist/features/journey/hooks/use-home-page-journey/tooltip-item.js.map +1 -0
  116. package/dist/features/journey/hooks/use-home-page-journey/use-home-page-journey.js +270 -0
  117. package/dist/features/journey/hooks/use-home-page-journey/use-home-page-journey.js.map +1 -0
  118. package/dist/features/journey/journey-id/journey-id-student.js +1 -1
  119. package/dist/features/journey/journey-id/journey-id-student.js.map +1 -1
  120. package/dist/features/journey/journey-id/journey-id-teacher.js +5 -0
  121. package/dist/features/journey/journey-id/journey-id-teacher.js.map +1 -0
  122. package/dist/features/journey/mocks/chapter-page-journey-mock-data.js +584 -0
  123. package/dist/features/journey/mocks/chapter-page-journey-mock-data.js.map +1 -0
  124. package/dist/features/journey/use-journey/journey-context-provider.js +36 -28
  125. package/dist/features/journey/use-journey/journey-context-provider.js.map +1 -1
  126. package/dist/features/journey/use-journey/journey-styled.js +10 -5
  127. package/dist/features/journey/use-journey/journey-styled.js.map +1 -1
  128. package/dist/features/milestone/create/api/goal-submit.js +1 -1
  129. package/dist/features/milestone/create/api/goal-submit.js.map +1 -1
  130. package/dist/features/milestone/create/comps/chapter-item/chapter-item.js +42 -49
  131. package/dist/features/milestone/create/comps/chapter-item/chapter-item.js.map +1 -1
  132. package/dist/features/milestone/create/comps/chapters-selection-step/chapters-selection-step-styled.js +12 -4
  133. package/dist/features/milestone/create/comps/chapters-selection-step/chapters-selection-step-styled.js.map +1 -1
  134. package/dist/features/milestone/create/comps/chapters-selection-step/chapters-selection-step.js +128 -105
  135. package/dist/features/milestone/create/comps/chapters-selection-step/chapters-selection-step.js.map +1 -1
  136. package/dist/features/milestone/create/comps/sheets-list/sheets-list-styled.js +14 -20
  137. package/dist/features/milestone/create/comps/sheets-list/sheets-list-styled.js.map +1 -1
  138. package/dist/features/milestone/create/comps/sheets-list/sheets-list.js +26 -50
  139. package/dist/features/milestone/create/comps/sheets-list/sheets-list.js.map +1 -1
  140. package/dist/features/milestone/create/milestone-create.js +49 -43
  141. package/dist/features/milestone/create/milestone-create.js.map +1 -1
  142. package/dist/features/milestone/create/utils/index.js +33 -38
  143. package/dist/features/milestone/create/utils/index.js.map +1 -1
  144. package/dist/features/milestone/edit/comps/edit-milestone-modal/api/get-milestone.js +1 -1
  145. package/dist/features/milestone/edit/comps/edit-milestone-modal/api/get-milestone.js.map +1 -1
  146. package/dist/features/milestone/edit/comps/edit-milestone-modal/api/patch-goal-plan.js +1 -1
  147. package/dist/features/milestone/edit/comps/edit-milestone-modal/api/patch-goal-plan.js.map +1 -1
  148. package/dist/features/milestone/edit/comps/edit-milestone-modal/index.js +51 -53
  149. package/dist/features/milestone/edit/comps/edit-milestone-modal/index.js.map +1 -1
  150. package/dist/features/milestone/edit/goal-drafts/goal-draft-edit-container.js +42 -40
  151. package/dist/features/milestone/edit/goal-drafts/goal-draft-edit-container.js.map +1 -1
  152. package/dist/features/milestone/edit/goal-edit-container.js +64 -62
  153. package/dist/features/milestone/edit/goal-edit-container.js.map +1 -1
  154. package/dist/features/milestone/edit/goal-edit-helpers.js +50 -53
  155. package/dist/features/milestone/edit/goal-edit-helpers.js.map +1 -1
  156. package/dist/features/milestone/edit/milestone-edit-container.js +54 -52
  157. package/dist/features/milestone/edit/milestone-edit-container.js.map +1 -1
  158. package/dist/features/milestone/milestone-list-container/api/get-milestone-resources.js +1 -1
  159. package/dist/features/milestone/milestone-list-container/api/get-milestone-resources.js.map +1 -1
  160. package/dist/features/milestone/milestone-list-container/api/get-milestones.js +9 -17
  161. package/dist/features/milestone/milestone-list-container/api/get-milestones.js.map +1 -1
  162. package/dist/features/milestone/milestone-list-container/api/get-tests-list.js +1 -1
  163. package/dist/features/milestone/milestone-list-container/api/get-tests-list.js.map +1 -1
  164. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-list.js +138 -105
  165. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-list.js.map +1 -1
  166. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/goals/goal-action-ctas.js +107 -123
  167. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/goals/goal-action-ctas.js.map +1 -1
  168. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-info.js +157 -176
  169. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-info.js.map +1 -1
  170. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-tabs/milestone-tabs-styled.js +24 -10
  171. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-tabs/milestone-tabs-styled.js.map +1 -1
  172. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-tabs/milestone-tabs.js +80 -86
  173. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-tabs/milestone-tabs.js.map +1 -1
  174. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-utils.js +10 -22
  175. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-utils.js.map +1 -1
  176. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-widget-styled.js +70 -37
  177. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-widget-styled.js.map +1 -1
  178. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-widget.js +114 -176
  179. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-widget.js.map +1 -1
  180. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/outcome/outcome-rank.js +29 -16
  181. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/outcome/outcome-rank.js.map +1 -1
  182. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/outcome/outcome-styled.js +17 -25
  183. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/outcome/outcome-styled.js.map +1 -1
  184. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/outcome/outcome.js +23 -35
  185. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/outcome/outcome.js.map +1 -1
  186. package/dist/features/milestone/milestone-list-container/milestone-list-container.js +110 -113
  187. package/dist/features/milestone/milestone-list-container/milestone-list-container.js.map +1 -1
  188. package/dist/features/milestone/milestone-resources/resources-assign/api/goal-resource-assign.js +1 -1
  189. package/dist/features/milestone/milestone-resources/resources-assign/api/goal-resource-assign.js.map +1 -1
  190. package/dist/features/milestone/milestone-resources/resources-assign/resources-assign.js +8 -8
  191. package/dist/features/milestone/milestone-resources/resources-assign/resources-assign.js.map +1 -1
  192. package/dist/features/milestone/milestone-resources/resources-list/resources-list-styled.js +1 -1
  193. package/dist/features/milestone/milestone-resources/resources-list/resources-list-styled.js.map +1 -1
  194. package/dist/features/milestone/milestone-resources/resources-list/resources-list.js +116 -113
  195. package/dist/features/milestone/milestone-resources/resources-list/resources-list.js.map +1 -1
  196. package/dist/features/milestone/milestone-tests/test-list-v2/test-list-container.js +165 -0
  197. package/dist/features/milestone/milestone-tests/test-list-v2/test-list-container.js.map +1 -0
  198. package/dist/features/milestone/milestone-tests/test-list-v2/test-list-view-styled.js +25 -0
  199. package/dist/features/milestone/milestone-tests/test-list-v2/test-list-view-styled.js.map +1 -0
  200. package/dist/features/milestone/milestone-tests/test-list-v2/test-list-view.js +87 -0
  201. package/dist/features/milestone/milestone-tests/test-list-v2/test-list-view.js.map +1 -0
  202. package/dist/features/milestone/milestone-tests/tests-creation/api/test-sheet-assign.js +5 -5
  203. package/dist/features/milestone/milestone-tests/tests-creation/api/test-sheet-assign.js.map +1 -1
  204. package/dist/features/milestone/milestone-tests/tests-creation/test-stages/chapter-selection/chapter-item/chapter-item.js.map +1 -1
  205. package/dist/features/milestone/milestone-tests/tests-creation/tests-creation.js +46 -50
  206. package/dist/features/milestone/milestone-tests/tests-creation/tests-creation.js.map +1 -1
  207. package/dist/features/recent-chapters/api/get-recent-chapters.js +9 -0
  208. package/dist/features/recent-chapters/api/get-recent-chapters.js.map +1 -0
  209. package/dist/features/recent-chapters/recent-chapters-styled.js +16 -0
  210. package/dist/features/recent-chapters/recent-chapters-styled.js.map +1 -0
  211. package/dist/features/recent-chapters/recent-chapters.js +39 -0
  212. package/dist/features/recent-chapters/recent-chapters.js.map +1 -0
  213. package/dist/features/sheet-v2/resource-list/resource-list.js +45 -0
  214. package/dist/features/sheet-v2/resource-list/resource-list.js.map +1 -0
  215. package/dist/features/sheets/resources-list/resource-item/styled.js +1 -1
  216. package/dist/features/sheets/resources-list/resource-item/styled.js.map +1 -1
  217. package/dist/features/sheets/sheets-list/sheet-item/reward-n-actions/teacher-actions/teacher-actions-constant.js +4 -3
  218. package/dist/features/sheets/sheets-list/sheet-item/reward-n-actions/teacher-actions/teacher-actions-constant.js.map +1 -1
  219. package/dist/features/trial-session/comps/learning-plan/index.js.map +1 -1
  220. package/dist/features/ui/animated-arc/animated-arc.js +7 -7
  221. package/dist/features/ui/animated-arc/animated-arc.js.map +1 -1
  222. package/dist/features/ui/arrow-tooltip/arrow-tooltip.js +30 -29
  223. package/dist/features/ui/arrow-tooltip/arrow-tooltip.js.map +1 -1
  224. package/dist/features/ui/border-path-animation/border-path-animation-styled.js +51 -0
  225. package/dist/features/ui/border-path-animation/border-path-animation-styled.js.map +1 -0
  226. package/dist/features/ui/border-path-animation/border-path-animation.js +108 -0
  227. package/dist/features/ui/border-path-animation/border-path-animation.js.map +1 -0
  228. package/dist/features/ui/constants/z-index.js +1 -1
  229. package/dist/features/ui/constants/z-index.js.map +1 -1
  230. package/dist/features/ui/context-menu/context-menu-styled.js +28 -14
  231. package/dist/features/ui/context-menu/context-menu-styled.js.map +1 -1
  232. package/dist/features/ui/context-menu/context-menu.js +25 -17
  233. package/dist/features/ui/context-menu/context-menu.js.map +1 -1
  234. package/dist/features/ui/lottie-animation/lottie-animation.js +32 -24
  235. package/dist/features/ui/lottie-animation/lottie-animation.js.map +1 -1
  236. package/dist/features/ui/theme/button.js +24 -7
  237. package/dist/features/ui/theme/button.js.map +1 -1
  238. package/dist/index.d.ts +340 -269
  239. package/dist/index.js +451 -471
  240. package/dist/index.js.map +1 -1
  241. package/dist/node_modules/date-fns/differenceInDays.js +17 -0
  242. package/dist/node_modules/date-fns/differenceInDays.js.map +1 -0
  243. package/dist/static/chapter-header-bg-2.c8d96894.svg +1 -0
  244. package/dist/static/competitive-arena.b9c40801.json +1 -0
  245. package/dist/static/learn.71b13323.json +1 -0
  246. package/dist/static/node-custom-test-bg.d3b757be.svg +1 -0
  247. package/dist/static/node-learn-bg.b61f815c.svg +1 -0
  248. package/dist/static/node-practice-bg.16cbaf2a.svg +1 -0
  249. package/dist/static/node-project-bg.e6a33e28.svg +1 -0
  250. package/dist/static/node-puzzle-bg.3422135c.svg +1 -0
  251. package/dist/static/node-recap-bg.546154e4.svg +1 -0
  252. package/dist/static/node-test-prep-bg.42c0b9c4.svg +1 -0
  253. package/dist/static/node-video-bg.3df3f73a.svg +1 -0
  254. package/dist/static/practice.158dd488.json +1 -0
  255. package/dist/static/project.eb665827.json +1 -0
  256. package/dist/static/puzzle.b298c7e4.json +1 -0
  257. package/dist/static/recap.0dd2c1e2.json +1 -0
  258. package/dist/static/test.803d6036.json +1 -0
  259. package/dist/static/video.b41451e2.json +1 -0
  260. package/package.json +2 -3
  261. package/dist/assets/illustrations/loader-1.svg.js +0 -6
  262. package/dist/assets/illustrations/loader-1.svg.js.map +0 -1
  263. package/dist/assets/line-icons/icons/apple-icon.js +0 -48
  264. package/dist/assets/line-icons/icons/apple-icon.js.map +0 -1
  265. package/dist/assets/line-icons/icons/google-icon.js +0 -42
  266. package/dist/assets/line-icons/icons/google-icon.js.map +0 -1
  267. package/dist/features/auth/account-selector/account-selector-styled.js +0 -37
  268. package/dist/features/auth/account-selector/account-selector-styled.js.map +0 -1
  269. package/dist/features/auth/account-selector/account-selector.js +0 -90
  270. package/dist/features/auth/account-selector/account-selector.js.map +0 -1
  271. package/dist/features/auth/comps/auth-page-layout/auth-page-layout-styles.js +0 -12
  272. package/dist/features/auth/comps/auth-page-layout/auth-page-layout-styles.js.map +0 -1
  273. package/dist/features/auth/comps/auth-page-layout/auth-page-layout.js +0 -11
  274. package/dist/features/auth/comps/auth-page-layout/auth-page-layout.js.map +0 -1
  275. package/dist/features/auth/comps/auth-static-panel/auth-static-panel.js +0 -17
  276. package/dist/features/auth/comps/auth-static-panel/auth-static-panel.js.map +0 -1
  277. package/dist/features/auth/comps/input-status-icon/input-status-icon.js +0 -20
  278. package/dist/features/auth/comps/input-status-icon/input-status-icon.js.map +0 -1
  279. package/dist/features/auth/comps/overlay-loader/overlay-loader-styled.js +0 -29
  280. package/dist/features/auth/comps/overlay-loader/overlay-loader-styled.js.map +0 -1
  281. package/dist/features/auth/comps/overlay-loader/overlay-loader.js +0 -8
  282. package/dist/features/auth/comps/overlay-loader/overlay-loader.js.map +0 -1
  283. package/dist/features/auth/comps/resend-otp/otp-timer/otp-timer.js +0 -25
  284. package/dist/features/auth/comps/resend-otp/otp-timer/otp-timer.js.map +0 -1
  285. package/dist/features/auth/comps/resend-otp/resend-otp.js +0 -38
  286. package/dist/features/auth/comps/resend-otp/resend-otp.js.map +0 -1
  287. package/dist/features/auth/comps/tabs/tabs-styled.js +0 -23
  288. package/dist/features/auth/comps/tabs/tabs-styled.js.map +0 -1
  289. package/dist/features/auth/comps/tabs/tabs.js +0 -23
  290. package/dist/features/auth/comps/tabs/tabs.js.map +0 -1
  291. package/dist/features/auth/forgot-password/forgot-password-styled.js +0 -12
  292. package/dist/features/auth/forgot-password/forgot-password-styled.js.map +0 -1
  293. package/dist/features/auth/forgot-password/otp-form/otp-form.js +0 -67
  294. package/dist/features/auth/forgot-password/otp-form/otp-form.js.map +0 -1
  295. package/dist/features/auth/forgot-password/reset-password-form/reset-password-form.js +0 -89
  296. package/dist/features/auth/forgot-password/reset-password-form/reset-password-form.js.map +0 -1
  297. package/dist/features/auth/forgot-password/user-identifier-form/user-identifier-form.js +0 -60
  298. package/dist/features/auth/forgot-password/user-identifier-form/user-identifier-form.js.map +0 -1
  299. package/dist/features/auth/login/login-constants.js +0 -12
  300. package/dist/features/auth/login/login-constants.js.map +0 -1
  301. package/dist/features/auth/login/social-account-not-found/social-account-not-found.js +0 -31
  302. package/dist/features/auth/login/social-account-not-found/social-account-not-found.js.map +0 -1
  303. package/dist/features/auth/login/social-login-methods/social-login-methods.js +0 -46
  304. package/dist/features/auth/login/social-login-methods/social-login-methods.js.map +0 -1
  305. package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper-styled.js +0 -50
  306. package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper-styled.js.map +0 -1
  307. package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper.js +0 -129
  308. package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper.js.map +0 -1
  309. package/dist/features/auth/signup/claim-user-account/claim-user-account-styled.js +0 -27
  310. package/dist/features/auth/signup/claim-user-account/claim-user-account-styled.js.map +0 -1
  311. package/dist/features/auth/signup/claim-user-account/claim-user-account.js +0 -76
  312. package/dist/features/auth/signup/claim-user-account/claim-user-account.js.map +0 -1
  313. package/dist/features/auth/signup/custom-input-field/custom-input-field-styled.js +0 -38
  314. package/dist/features/auth/signup/custom-input-field/custom-input-field-styled.js.map +0 -1
  315. package/dist/features/auth/signup/custom-input-field/custom-input-field.js +0 -85
  316. package/dist/features/auth/signup/custom-input-field/custom-input-field.js.map +0 -1
  317. package/dist/features/auth/signup/custom-input-field/date-picker-input/date-picker-input-styled.js +0 -86
  318. package/dist/features/auth/signup/custom-input-field/date-picker-input/date-picker-input-styled.js.map +0 -1
  319. package/dist/features/auth/signup/custom-input-field/date-picker-input/date-picker-input.js +0 -58
  320. package/dist/features/auth/signup/custom-input-field/date-picker-input/date-picker-input.js.map +0 -1
  321. package/dist/features/auth/signup/custom-input-field/grade-input/grade-input-styled.js +0 -31
  322. package/dist/features/auth/signup/custom-input-field/grade-input/grade-input-styled.js.map +0 -1
  323. package/dist/features/auth/signup/custom-input-field/grade-input/grade-input.js +0 -30
  324. package/dist/features/auth/signup/custom-input-field/grade-input/grade-input.js.map +0 -1
  325. package/dist/features/auth/signup/custom-input-field/input-wrapper/input-wrapper-styled.js +0 -11
  326. package/dist/features/auth/signup/custom-input-field/input-wrapper/input-wrapper-styled.js.map +0 -1
  327. package/dist/features/auth/signup/custom-input-field/input-wrapper/input-wrapper.js +0 -33
  328. package/dist/features/auth/signup/custom-input-field/input-wrapper/input-wrapper.js.map +0 -1
  329. package/dist/features/auth/signup/custom-input-field/phone-input/country-selector/country-code-button.js +0 -33
  330. package/dist/features/auth/signup/custom-input-field/phone-input/country-selector/country-code-button.js.map +0 -1
  331. package/dist/features/auth/signup/custom-input-field/phone-input/country-selector/country-list-menu.js +0 -28
  332. package/dist/features/auth/signup/custom-input-field/phone-input/country-selector/country-list-menu.js.map +0 -1
  333. package/dist/features/auth/signup/custom-input-field/phone-input/phone-input-styled.js +0 -29
  334. package/dist/features/auth/signup/custom-input-field/phone-input/phone-input-styled.js.map +0 -1
  335. package/dist/features/auth/signup/custom-input-field/phone-input/phone-input.js +0 -67
  336. package/dist/features/auth/signup/custom-input-field/phone-input/phone-input.js.map +0 -1
  337. package/dist/features/auth/signup/signup-constants.js +0 -1022
  338. package/dist/features/auth/signup/signup-constants.js.map +0 -1
  339. package/dist/features/auth/signup/signup-methods/signup-methods.js +0 -68
  340. package/dist/features/auth/signup/signup-methods/signup-methods.js.map +0 -1
  341. package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card-styled.js +0 -19
  342. package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card-styled.js.map +0 -1
  343. package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card.js +0 -62
  344. package/dist/features/auth/signup/user-type-selector/user-type-card/user-type-card.js.map +0 -1
  345. package/dist/features/auth/signup/user-type-selector/user-type-selector-styled.js +0 -24
  346. package/dist/features/auth/signup/user-type-selector/user-type-selector-styled.js.map +0 -1
  347. package/dist/features/auth/signup/user-type-selector/user-type-selector.js +0 -87
  348. package/dist/features/auth/signup/user-type-selector/user-type-selector.js.map +0 -1
  349. package/dist/features/milestone/create/comps/milestone-progress-v2/milestone-progress-v2.js +0 -92
  350. package/dist/features/milestone/create/comps/milestone-progress-v2/milestone-progress-v2.js.map +0 -1
  351. package/dist/features/milestone/create/comps/milestone-progress-v2/styled.js +0 -25
  352. package/dist/features/milestone/create/comps/milestone-progress-v2/styled.js.map +0 -1
  353. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/context-menu-helper/menu-element-styled.js +0 -13
  354. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/context-menu-helper/menu-element-styled.js.map +0 -1
  355. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/context-menu-helper/menu-element.js +0 -38
  356. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/context-menu-helper/menu-element.js.map +0 -1
  357. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-widget-status.js +0 -53
  358. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/milestone-widget-status.js.map +0 -1
  359. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/outcome/outcome-info.js +0 -25
  360. package/dist/features/milestone/milestone-list-container/milestone-list/milestone-widget/outcome/outcome-info.js.map +0 -1
  361. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item-cta.js +0 -71
  362. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item-cta.js.map +0 -1
  363. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item-styled.js +0 -31
  364. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item-styled.js.map +0 -1
  365. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item-utils.js +0 -38
  366. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item-utils.js.map +0 -1
  367. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item.js +0 -79
  368. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item.js.map +0 -1
  369. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheets-list-styled.js +0 -18
  370. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheets-list-styled.js.map +0 -1
  371. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheets-list.js +0 -51
  372. package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheets-list.js.map +0 -1
  373. package/dist/features/milestone/milestone-tests/tests-list/tests-list-styled.js +0 -11
  374. package/dist/features/milestone/milestone-tests/tests-list/tests-list-styled.js.map +0 -1
  375. package/dist/features/milestone/milestone-tests/tests-list/tests-list.js +0 -135
  376. package/dist/features/milestone/milestone-tests/tests-list/tests-list.js.map +0 -1
  377. package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +0 -332
  378. package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js.map +0 -1
  379. package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +0 -370
  380. package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js.map +0 -1
  381. package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.js +0 -252
  382. package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.js.map +0 -1
  383. package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.utils.js +0 -24
  384. package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.utils.js.map +0 -1
  385. package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +0 -192
  386. package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js.map +0 -1
  387. package/dist/node_modules/@floating-ui/react/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +0 -19
  388. package/dist/node_modules/@floating-ui/react/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.dom.js +0 -129
  390. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +0 -1
  391. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +0 -129
  392. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js.map +0 -1
  393. package/dist/node_modules/clsx/dist/clsx.js +0 -18
  394. package/dist/node_modules/clsx/dist/clsx.js.map +0 -1
  395. package/dist/node_modules/date-fns/subYears.js +0 -9
  396. package/dist/node_modules/date-fns/subYears.js.map +0 -1
  397. package/dist/node_modules/react-datepicker/dist/index.es.js +0 -2700
  398. package/dist/node_modules/react-datepicker/dist/index.es.js.map +0 -1
  399. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/addLeadingZeros.js +0 -8
  400. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/addLeadingZeros.js.map +0 -1
  401. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/defaultOptions.js +0 -8
  402. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/defaultOptions.js.map +0 -1
  403. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/formatters.js +0 -518
  404. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/formatters.js.map +0 -1
  405. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/lightFormatters.js +0 -60
  406. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/lightFormatters.js.map +0 -1
  407. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/longFormatters.js +0 -53
  408. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/format/longFormatters.js.map +0 -1
  409. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js +0 -19
  410. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js.map +0 -1
  411. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/normalizeDates.js +0 -12
  412. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/normalizeDates.js.map +0 -1
  413. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/protectedTokens.js +0 -21
  414. package/dist/node_modules/react-datepicker/node_modules/date-fns/_lib/protectedTokens.js.map +0 -1
  415. package/dist/node_modules/react-datepicker/node_modules/date-fns/addDays.js +0 -11
  416. package/dist/node_modules/react-datepicker/node_modules/date-fns/addDays.js.map +0 -1
  417. package/dist/node_modules/react-datepicker/node_modules/date-fns/addHours.js +0 -10
  418. package/dist/node_modules/react-datepicker/node_modules/date-fns/addHours.js.map +0 -1
  419. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMilliseconds.js +0 -10
  420. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMilliseconds.js.map +0 -1
  421. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMinutes.js +0 -11
  422. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMinutes.js.map +0 -1
  423. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMonths.js +0 -21
  424. package/dist/node_modules/react-datepicker/node_modules/date-fns/addMonths.js.map +0 -1
  425. package/dist/node_modules/react-datepicker/node_modules/date-fns/addQuarters.js +0 -9
  426. package/dist/node_modules/react-datepicker/node_modules/date-fns/addQuarters.js.map +0 -1
  427. package/dist/node_modules/react-datepicker/node_modules/date-fns/addSeconds.js +0 -9
  428. package/dist/node_modules/react-datepicker/node_modules/date-fns/addSeconds.js.map +0 -1
  429. package/dist/node_modules/react-datepicker/node_modules/date-fns/addWeeks.js +0 -9
  430. package/dist/node_modules/react-datepicker/node_modules/date-fns/addWeeks.js.map +0 -1
  431. package/dist/node_modules/react-datepicker/node_modules/date-fns/addYears.js +0 -9
  432. package/dist/node_modules/react-datepicker/node_modules/date-fns/addYears.js.map +0 -1
  433. package/dist/node_modules/react-datepicker/node_modules/date-fns/constants.js +0 -10
  434. package/dist/node_modules/react-datepicker/node_modules/date-fns/constants.js.map +0 -1
  435. package/dist/node_modules/react-datepicker/node_modules/date-fns/constructFrom.js +0 -9
  436. package/dist/node_modules/react-datepicker/node_modules/date-fns/constructFrom.js.map +0 -1
  437. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarDays.js +0 -17
  438. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarDays.js.map +0 -1
  439. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarMonths.js +0 -14
  440. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarMonths.js.map +0 -1
  441. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarQuarters.js +0 -15
  442. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarQuarters.js.map +0 -1
  443. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarYears.js +0 -14
  444. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInCalendarYears.js.map +0 -1
  445. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInDays.js +0 -23
  446. package/dist/node_modules/react-datepicker/node_modules/date-fns/differenceInDays.js.map +0 -1
  447. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfDay.js +0 -10
  448. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfDay.js.map +0 -1
  449. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfMonth.js +0 -10
  450. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfMonth.js.map +0 -1
  451. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfWeek.js +0 -12
  452. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfWeek.js.map +0 -1
  453. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfYear.js +0 -10
  454. package/dist/node_modules/react-datepicker/node_modules/date-fns/endOfYear.js.map +0 -1
  455. package/dist/node_modules/react-datepicker/node_modules/date-fns/format.js +0 -60
  456. package/dist/node_modules/react-datepicker/node_modules/date-fns/format.js.map +0 -1
  457. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDate.js +0 -9
  458. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDate.js.map +0 -1
  459. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDay.js +0 -9
  460. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDay.js.map +0 -1
  461. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDayOfYear.js +0 -12
  462. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDayOfYear.js.map +0 -1
  463. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDaysInMonth.js +0 -11
  464. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDaysInMonth.js.map +0 -1
  465. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDefaultOptions.js +0 -9
  466. package/dist/node_modules/react-datepicker/node_modules/date-fns/getDefaultOptions.js.map +0 -1
  467. package/dist/node_modules/react-datepicker/node_modules/date-fns/getHours.js +0 -9
  468. package/dist/node_modules/react-datepicker/node_modules/date-fns/getHours.js.map +0 -1
  469. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISODay.js +0 -10
  470. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISODay.js.map +0 -1
  471. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeek.js +0 -13
  472. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeek.js.map +0 -1
  473. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeekYear.js +0 -16
  474. package/dist/node_modules/react-datepicker/node_modules/date-fns/getISOWeekYear.js.map +0 -1
  475. package/dist/node_modules/react-datepicker/node_modules/date-fns/getMinutes.js +0 -9
  476. package/dist/node_modules/react-datepicker/node_modules/date-fns/getMinutes.js.map +0 -1
  477. package/dist/node_modules/react-datepicker/node_modules/date-fns/getMonth.js +0 -9
  478. package/dist/node_modules/react-datepicker/node_modules/date-fns/getMonth.js.map +0 -1
  479. package/dist/node_modules/react-datepicker/node_modules/date-fns/getQuarter.js +0 -10
  480. package/dist/node_modules/react-datepicker/node_modules/date-fns/getQuarter.js.map +0 -1
  481. package/dist/node_modules/react-datepicker/node_modules/date-fns/getSeconds.js +0 -9
  482. package/dist/node_modules/react-datepicker/node_modules/date-fns/getSeconds.js.map +0 -1
  483. package/dist/node_modules/react-datepicker/node_modules/date-fns/getTime.js +0 -9
  484. package/dist/node_modules/react-datepicker/node_modules/date-fns/getTime.js.map +0 -1
  485. package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeek.js +0 -13
  486. package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeek.js.map +0 -1
  487. package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeekYear.js +0 -18
  488. package/dist/node_modules/react-datepicker/node_modules/date-fns/getWeekYear.js.map +0 -1
  489. package/dist/node_modules/react-datepicker/node_modules/date-fns/getYear.js +0 -9
  490. package/dist/node_modules/react-datepicker/node_modules/date-fns/getYear.js.map +0 -1
  491. package/dist/node_modules/react-datepicker/node_modules/date-fns/isAfter.js +0 -9
  492. package/dist/node_modules/react-datepicker/node_modules/date-fns/isAfter.js.map +0 -1
  493. package/dist/node_modules/react-datepicker/node_modules/date-fns/isBefore.js +0 -9
  494. package/dist/node_modules/react-datepicker/node_modules/date-fns/isBefore.js.map +0 -1
  495. package/dist/node_modules/react-datepicker/node_modules/date-fns/isDate.js +0 -8
  496. package/dist/node_modules/react-datepicker/node_modules/date-fns/isDate.js.map +0 -1
  497. package/dist/node_modules/react-datepicker/node_modules/date-fns/isEqual.js +0 -9
  498. package/dist/node_modules/react-datepicker/node_modules/date-fns/isEqual.js.map +0 -1
  499. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameDay.js +0 -15
  500. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameDay.js.map +0 -1
  501. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameMonth.js +0 -14
  502. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameMonth.js.map +0 -1
  503. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameQuarter.js +0 -15
  504. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameQuarter.js.map +0 -1
  505. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameYear.js +0 -14
  506. package/dist/node_modules/react-datepicker/node_modules/date-fns/isSameYear.js.map +0 -1
  507. package/dist/node_modules/react-datepicker/node_modules/date-fns/isValid.js +0 -10
  508. package/dist/node_modules/react-datepicker/node_modules/date-fns/isValid.js.map +0 -1
  509. package/dist/node_modules/react-datepicker/node_modules/date-fns/isWithinInterval.js +0 -13
  510. package/dist/node_modules/react-datepicker/node_modules/date-fns/isWithinInterval.js.map +0 -1
  511. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildFormatLongFn.js +0 -10
  512. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildFormatLongFn.js.map +0 -1
  513. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildLocalizeFn.js +0 -19
  514. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildLocalizeFn.js.map +0 -1
  515. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchFn.js +0 -32
  516. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchFn.js.map +0 -1
  517. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js +0 -16
  518. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js.map +0 -1
  519. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatDistance.js +0 -71
  520. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatDistance.js.map +0 -1
  521. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatLong.js +0 -34
  522. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatLong.js.map +0 -1
  523. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatRelative.js +0 -12
  524. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/formatRelative.js.map +0 -1
  525. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/localize.js +0 -156
  526. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/localize.js.map +0 -1
  527. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/match.js +0 -111
  528. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US/_lib/match.js.map +0 -1
  529. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US.js +0 -22
  530. package/dist/node_modules/react-datepicker/node_modules/date-fns/locale/en-US.js.map +0 -1
  531. package/dist/node_modules/react-datepicker/node_modules/date-fns/max.js +0 -15
  532. package/dist/node_modules/react-datepicker/node_modules/date-fns/max.js.map +0 -1
  533. package/dist/node_modules/react-datepicker/node_modules/date-fns/min.js +0 -15
  534. package/dist/node_modules/react-datepicker/node_modules/date-fns/min.js.map +0 -1
  535. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Parser.js +0 -23
  536. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Parser.js.map +0 -1
  537. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Setter.js +0 -42
  538. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/Setter.js.map +0 -1
  539. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/constants.js +0 -50
  540. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/constants.js.map +0 -1
  541. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMMidnightParser.js +0 -50
  542. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMMidnightParser.js.map +0 -1
  543. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMParser.js +0 -50
  544. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/AMPMParser.js.map +0 -1
  545. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DateParser.js +0 -62
  546. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DateParser.js.map +0 -1
  547. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayOfYearParser.js +0 -52
  548. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayOfYearParser.js.map +0 -1
  549. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayParser.js +0 -46
  550. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayParser.js.map +0 -1
  551. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayPeriodParser.js +0 -50
  552. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/DayPeriodParser.js.map +0 -1
  553. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/EraParser.js +0 -31
  554. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/EraParser.js.map +0 -1
  555. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ExtendedYearParser.js +0 -22
  556. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ExtendedYearParser.js.map +0 -1
  557. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/FractionOfSecondParser.js +0 -23
  558. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/FractionOfSecondParser.js.map +0 -1
  559. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0To11Parser.js +0 -33
  560. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0To11Parser.js.map +0 -1
  561. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0to23Parser.js +0 -33
  562. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour0to23Parser.js.map +0 -1
  563. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1To24Parser.js +0 -34
  564. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1To24Parser.js.map +0 -1
  565. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1to12Parser.js +0 -34
  566. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/Hour1to12Parser.js.map +0 -1
  567. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISODayParser.js +0 -100
  568. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISODayParser.js.map +0 -1
  569. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneParser.js +0 -49
  570. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneParser.js.map +0 -1
  571. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneWithZParser.js +0 -49
  572. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneWithZParser.js.map +0 -1
  573. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekParser.js +0 -50
  574. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekParser.js.map +0 -1
  575. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekYearParser.js +0 -41
  576. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/ISOWeekYearParser.js.map +0 -1
  577. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalDayParser.js +0 -75
  578. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalDayParser.js.map +0 -1
  579. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekParser.js +0 -49
  580. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekParser.js.map +0 -1
  581. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekYearParser.js +0 -70
  582. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/LocalWeekYearParser.js.map +0 -1
  583. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MinuteParser.js +0 -33
  584. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MinuteParser.js.map +0 -1
  585. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MonthParser.js +0 -72
  586. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/MonthParser.js.map +0 -1
  587. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/QuarterParser.js +0 -71
  588. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/QuarterParser.js.map +0 -1
  589. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/SecondParser.js +0 -33
  590. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/SecondParser.js.map +0 -1
  591. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneLocalDayParser.js +0 -75
  592. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneLocalDayParser.js.map +0 -1
  593. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneMonthParser.js +0 -72
  594. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneMonthParser.js.map +0 -1
  595. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneQuarterParser.js +0 -71
  596. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/StandAloneQuarterParser.js.map +0 -1
  597. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampMillisecondsParser.js +0 -23
  598. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampMillisecondsParser.js.map +0 -1
  599. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampSecondsParser.js +0 -23
  600. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/TimestampSecondsParser.js.map +0 -1
  601. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/YearParser.js +0 -50
  602. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers/YearParser.js.map +0 -1
  603. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers.js +0 -68
  604. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/parsers.js.map +0 -1
  605. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/utils.js +0 -104
  606. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse/_lib/utils.js.map +0 -1
  607. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse.js +0 -88
  608. package/dist/node_modules/react-datepicker/node_modules/date-fns/parse.js.map +0 -1
  609. package/dist/node_modules/react-datepicker/node_modules/date-fns/parseISO.js +0 -123
  610. package/dist/node_modules/react-datepicker/node_modules/date-fns/parseISO.js.map +0 -1
  611. package/dist/node_modules/react-datepicker/node_modules/date-fns/setDay.js +0 -13
  612. package/dist/node_modules/react-datepicker/node_modules/date-fns/setDay.js.map +0 -1
  613. package/dist/node_modules/react-datepicker/node_modules/date-fns/setHours.js +0 -10
  614. package/dist/node_modules/react-datepicker/node_modules/date-fns/setHours.js.map +0 -1
  615. package/dist/node_modules/react-datepicker/node_modules/date-fns/setISODay.js +0 -12
  616. package/dist/node_modules/react-datepicker/node_modules/date-fns/setISODay.js.map +0 -1
  617. package/dist/node_modules/react-datepicker/node_modules/date-fns/setISOWeek.js +0 -11
  618. package/dist/node_modules/react-datepicker/node_modules/date-fns/setISOWeek.js.map +0 -1
  619. package/dist/node_modules/react-datepicker/node_modules/date-fns/setMinutes.js +0 -10
  620. package/dist/node_modules/react-datepicker/node_modules/date-fns/setMinutes.js.map +0 -1
  621. package/dist/node_modules/react-datepicker/node_modules/date-fns/setMonth.js +0 -14
  622. package/dist/node_modules/react-datepicker/node_modules/date-fns/setMonth.js.map +0 -1
  623. package/dist/node_modules/react-datepicker/node_modules/date-fns/setQuarter.js +0 -11
  624. package/dist/node_modules/react-datepicker/node_modules/date-fns/setQuarter.js.map +0 -1
  625. package/dist/node_modules/react-datepicker/node_modules/date-fns/setSeconds.js +0 -10
  626. package/dist/node_modules/react-datepicker/node_modules/date-fns/setSeconds.js.map +0 -1
  627. package/dist/node_modules/react-datepicker/node_modules/date-fns/setWeek.js +0 -11
  628. package/dist/node_modules/react-datepicker/node_modules/date-fns/setWeek.js.map +0 -1
  629. package/dist/node_modules/react-datepicker/node_modules/date-fns/setYear.js +0 -11
  630. package/dist/node_modules/react-datepicker/node_modules/date-fns/setYear.js.map +0 -1
  631. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfDay.js +0 -10
  632. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfDay.js.map +0 -1
  633. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeek.js +0 -9
  634. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeek.js.map +0 -1
  635. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeekYear.js +0 -12
  636. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfISOWeekYear.js.map +0 -1
  637. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfMonth.js +0 -10
  638. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfMonth.js.map +0 -1
  639. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfQuarter.js +0 -10
  640. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfQuarter.js.map +0 -1
  641. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeek.js +0 -12
  642. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeek.js.map +0 -1
  643. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeekYear.js +0 -14
  644. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfWeekYear.js.map +0 -1
  645. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfYear.js +0 -10
  646. package/dist/node_modules/react-datepicker/node_modules/date-fns/startOfYear.js.map +0 -1
  647. package/dist/node_modules/react-datepicker/node_modules/date-fns/subDays.js +0 -9
  648. package/dist/node_modules/react-datepicker/node_modules/date-fns/subDays.js.map +0 -1
  649. package/dist/node_modules/react-datepicker/node_modules/date-fns/subMonths.js +0 -9
  650. package/dist/node_modules/react-datepicker/node_modules/date-fns/subMonths.js.map +0 -1
  651. package/dist/node_modules/react-datepicker/node_modules/date-fns/subQuarters.js +0 -9
  652. package/dist/node_modules/react-datepicker/node_modules/date-fns/subQuarters.js.map +0 -1
  653. package/dist/node_modules/react-datepicker/node_modules/date-fns/subWeeks.js +0 -9
  654. package/dist/node_modules/react-datepicker/node_modules/date-fns/subWeeks.js.map +0 -1
  655. package/dist/node_modules/react-datepicker/node_modules/date-fns/subYears.js +0 -9
  656. package/dist/node_modules/react-datepicker/node_modules/date-fns/subYears.js.map +0 -1
  657. package/dist/node_modules/react-datepicker/node_modules/date-fns/toDate.js +0 -9
  658. package/dist/node_modules/react-datepicker/node_modules/date-fns/toDate.js.map +0 -1
  659. package/dist/node_modules/react-datepicker/node_modules/date-fns/transpose.js +0 -19
  660. package/dist/node_modules/react-datepicker/node_modules/date-fns/transpose.js.map +0 -1
  661. package/dist/static/avatar-selected.860ee923.json +0 -1
  662. package/dist/static/circle-cuemath-logo-white.e9fafb91.svg +0 -1
  663. package/dist/static/cuemath-app-qr-code.ba6cc09b.svg +0 -1
  664. package/dist/static/cuemath-app-qr-code.d0912fc7.png +0 -0
  665. package/dist/static/dob.9ce3c15b.json +0 -1
  666. package/dist/static/error.cbe1ddde.json +0 -1
  667. package/dist/static/grade.b3730524.json +0 -1
  668. package/dist/static/key.d6846476.json +0 -1
  669. package/dist/static/mail.c30e8708.json +0 -1
  670. package/dist/static/otp.2d08f874.json +0 -1
  671. package/dist/static/otp.a3029760.json +0 -1
  672. package/dist/static/parent-avatar.772d53e0.json +0 -1
  673. package/dist/static/phone-number.0be312ea.json +0 -1
  674. package/dist/static/phone-number.84f55562.json +0 -1
  675. package/dist/static/student-avatar.524226bd.json +0 -1
  676. package/dist/static/user-type-selector-grid-bg.3c9c8ad6.svg +0 -1
  677. package/dist/static/user-type-selector-grid-bg.3ce8142d.svg +0 -1
  678. package/dist/static/user-type-selector-grid-bg.aad0b059.svg +0 -1
  679. package/dist/static/username.9e034d51.json +0 -1
@@ -1 +0,0 @@
1
- {"version":3,"file":"account-selector.js","sources":["../../../../src/features/auth/account-selector/account-selector.tsx"],"sourcesContent":["import type { IAccountSelectorViewProps } from './account-selector-types';\n\nimport { ILLUSTRATIONS } from '../../../assets/illustrations/illustrations';\nimport PlusIcon from '../../../assets/line-icons/icons/plus';\nimport Avatar from '../../ui/avatar/avatar';\nimport Image from '../../ui/image/image';\nimport FlexView from '../../ui/layout/flex-view';\nimport Separator from '../../ui/separator/separator';\nimport Text from '../../ui/text/text';\nimport OverlayLoader from '../comps/overlay-loader/overlay-loader';\nimport * as Styled from './account-selector-styled';\n\nconst AccountSelector = ({\n userAccounts,\n onSelect,\n onAddNew,\n isLoading,\n}: IAccountSelectorViewProps) => {\n const totalCards = userAccounts.length + 1;\n\n return (\n <Styled.Container\n $flex={1}\n $alignItems=\"center\"\n $justifyContent=\"center\"\n $width=\"100%\"\n $height=\"100%\"\n >\n <OverlayLoader isLoading={isLoading} />\n <Image src={ILLUSTRATIONS.CIRCLE_CUEMATH_LOGO_WHITE} alt=\"Parent Signup\" withLoader={false} />\n <Separator heightX={1} />\n <Text $renderAs=\"ab1\" $color=\"WHITE_T_60\">\n Switch between accounts\n </Text>\n <Separator heightX={5} />\n <Styled.AccountListWrapper itemCount={totalCards}>\n {userAccounts.map(({ id, username, user_avatar: avatar }, i) => (\n <Styled.AccountCard\n key={id}\n onClick={() => onSelect(id)}\n $background=\"BLACK_1\"\n $gutter={55}\n $gap={45}\n $alignItems=\"center\"\n $width={200}\n $height={200}\n $justifyContent=\"center\"\n index={i}\n >\n <Avatar avatar={avatar} size={80} />\n <Separator heightX={0.5} />\n <Text $color=\"WHITE\" $renderAs=\"ab2\" $align=\"center\">\n {username}\n </Text>\n </Styled.AccountCard>\n ))}\n <Styled.AddAccountButton\n isLastItem\n index={totalCards}\n $gutterX={5}\n $gapX={5}\n $background=\"BLACK_3\"\n onClick={onAddNew}\n >\n <FlexView $width={40} $height={40}>\n <PlusIcon color=\"WHITE\" width={40} height={40} />\n </FlexView>\n </Styled.AddAccountButton>\n </Styled.AccountListWrapper>\n <Separator heightX={5} />\n <FlexView\n $gutterX={0.5}\n $gapX={1}\n $flexGapX={0.5}\n $width={280}\n $borderColor=\"BLACK_5\"\n $background=\"BLACK_3\"\n $flexDirection=\"row\"\n >\n <Image src={ILLUSTRATIONS.CUEMATH_APP_QR_CODE} width={80} height={80} withLoader={false} />\n <FlexView $gapX={0.5} $flex={1}>\n <Text $color=\"WHITE\" $renderAs=\"ab2\">\n Download the cuemath app to view your children’s report\n </Text>\n </FlexView>\n </FlexView>\n </Styled.Container>\n );\n};\n\nexport default AccountSelector;\n"],"names":["AccountSelector","userAccounts","onSelect","onAddNew","isLoading","totalCards","jsxs","Styled.Container","jsx","OverlayLoader","Image","ILLUSTRATIONS","Separator","Text","Styled.AccountListWrapper","id","username","avatar","i","Styled.AccountCard","Avatar","Styled.AddAccountButton","FlexView","PlusIcon","AccountSelector$1"],"mappings":";;;;;;;;;;AAYA,MAAMA,IAAkB,CAAC;AAAA,EACvB,cAAAC;AAAA,EACA,UAAAC;AAAA,EACA,UAAAC;AAAA,EACA,WAAAC;AACF,MAAiC;AACzB,QAAAC,IAAaJ,EAAa,SAAS;AAGvC,SAAA,gBAAAK;AAAA,IAACC;AAAAA,IAAA;AAAA,MACC,OAAO;AAAA,MACP,aAAY;AAAA,MACZ,iBAAgB;AAAA,MAChB,QAAO;AAAA,MACP,SAAQ;AAAA,MAER,UAAA;AAAA,QAAA,gBAAAC,EAACC,KAAc,WAAAL,GAAsB;AAAA,QACrC,gBAAAI,EAACE,KAAM,KAAKC,EAAc,2BAA2B,KAAI,iBAAgB,YAAY,IAAO;AAAA,QAC5F,gBAAAH,EAACI,GAAU,EAAA,SAAS,EAAG,CAAA;AAAA,0BACtBC,GAAK,EAAA,WAAU,OAAM,QAAO,cAAa,UAE1C,2BAAA;AAAA,QACA,gBAAAL,EAACI,GAAU,EAAA,SAAS,EAAG,CAAA;AAAA,QACtB,gBAAAN,EAAAQ,GAAA,EAA0B,WAAWT,GACnC,UAAA;AAAA,UAAaJ,EAAA,IAAI,CAAC,EAAE,IAAAc,GAAI,UAAAC,GAAU,aAAaC,KAAUC,MACxD,gBAAAZ;AAAA,YAACa;AAAAA,YAAA;AAAA,cAEC,SAAS,MAAMjB,EAASa,CAAE;AAAA,cAC1B,aAAY;AAAA,cACZ,SAAS;AAAA,cACT,MAAM;AAAA,cACN,aAAY;AAAA,cACZ,QAAQ;AAAA,cACR,SAAS;AAAA,cACT,iBAAgB;AAAA,cAChB,OAAOG;AAAA,cAEP,UAAA;AAAA,gBAAC,gBAAAV,EAAAY,GAAA,EAAO,QAAAH,GAAgB,MAAM,GAAI,CAAA;AAAA,gBAClC,gBAAAT,EAACI,GAAU,EAAA,SAAS,IAAK,CAAA;AAAA,gBACzB,gBAAAJ,EAACK,KAAK,QAAO,SAAQ,WAAU,OAAM,QAAO,UACzC,UACHG,EAAA,CAAA;AAAA,cAAA;AAAA,YAAA;AAAA,YAfKD;AAAA,UAAA,CAiBR;AAAA,UACD,gBAAAP;AAAA,YAACa;AAAAA,YAAA;AAAA,cACC,YAAU;AAAA,cACV,OAAOhB;AAAA,cACP,UAAU;AAAA,cACV,OAAO;AAAA,cACP,aAAY;AAAA,cACZ,SAASF;AAAA,cAET,UAAC,gBAAAK,EAAAc,GAAA,EAAS,QAAQ,IAAI,SAAS,IAC7B,UAAA,gBAAAd,EAACe,GAAS,EAAA,OAAM,SAAQ,OAAO,IAAI,QAAQ,GAAI,CAAA,GACjD;AAAA,YAAA;AAAA,UACF;AAAA,QAAA,GACF;AAAA,QACA,gBAAAf,EAACI,GAAU,EAAA,SAAS,EAAG,CAAA;AAAA,QACvB,gBAAAN;AAAA,UAACgB;AAAA,UAAA;AAAA,YACC,UAAU;AAAA,YACV,OAAO;AAAA,YACP,WAAW;AAAA,YACX,QAAQ;AAAA,YACR,cAAa;AAAA,YACb,aAAY;AAAA,YACZ,gBAAe;AAAA,YAEf,UAAA;AAAA,cAAC,gBAAAd,EAAAE,GAAA,EAAM,KAAKC,EAAc,qBAAqB,OAAO,IAAI,QAAQ,IAAI,YAAY,GAAO,CAAA;AAAA,cACxF,gBAAAH,EAAAc,GAAA,EAAS,OAAO,KAAK,OAAO,GAC3B,UAAC,gBAAAd,EAAAK,GAAA,EAAK,QAAO,SAAQ,WAAU,OAAM,oEAErC,CAAA,GACF;AAAA,YAAA;AAAA,UAAA;AAAA,QACF;AAAA,MAAA;AAAA,IAAA;AAAA,EAAA;AAGN,GAEAW,IAAexB;"}
@@ -1,12 +0,0 @@
1
- import o from "styled-components";
2
- import e from "../../../ui/layout/flex-view.js";
3
- const n = o(e)`
4
- min-height: 100vh;
5
- `, i = o(e)`
6
- overflow: hidden;
7
- `;
8
- export {
9
- n as Container,
10
- i as ContentWrapper
11
- };
12
- //# sourceMappingURL=auth-page-layout-styles.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"auth-page-layout-styles.js","sources":["../../../../../src/features/auth/comps/auth-page-layout/auth-page-layout-styles.tsx"],"sourcesContent":["import styled from 'styled-components';\n\nimport FlexView from '../../../ui/layout/flex-view';\n\nexport const Container = styled(FlexView)`\n min-height: 100vh;\n`;\n\nexport const ContentWrapper = styled(FlexView)`\n overflow: hidden;\n`;\n"],"names":["Container","styled","FlexView","ContentWrapper"],"mappings":";;AAIa,MAAAA,IAAYC,EAAOC,CAAQ;AAAA;AAAA,GAI3BC,IAAiBF,EAAOC,CAAQ;AAAA;AAAA;"}
@@ -1,11 +0,0 @@
1
- import { jsxs as n, jsx as e } from "react/jsx-runtime";
2
- import i from "../../../ui/layout/flex-view.js";
3
- import { Container as a, ContentWrapper as d } from "./auth-page-layout-styles.js";
4
- const h = ({ leftBlock: o, rightBlock: r, isFullWidth: t }) => /* @__PURE__ */ n(a, { $width: "100%", $height: "100%", $flexDirection: "row", children: [
5
- /* @__PURE__ */ e(d, { $width: t ? "100%" : "50%", $background: "BLACK_1", children: o }),
6
- !t && r && /* @__PURE__ */ e(i, { $width: "50%", $background: "BLACK_2", children: r })
7
- ] }), m = h;
8
- export {
9
- m as default
10
- };
11
- //# sourceMappingURL=auth-page-layout.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"auth-page-layout.js","sources":["../../../../../src/features/auth/comps/auth-page-layout/auth-page-layout.tsx"],"sourcesContent":["import type { IAuthPageLayoutProps } from './auth-page-layout-types';\nimport type { FC } from 'react';\n\nimport FlexView from '../../../ui/layout/flex-view';\nimport * as Styled from './auth-page-layout-styles';\n\nconst AuthPageLayout: FC<IAuthPageLayoutProps> = ({ leftBlock, rightBlock, isFullWidth }) => {\n return (\n <Styled.Container $width=\"100%\" $height=\"100%\" $flexDirection=\"row\">\n <Styled.ContentWrapper $width={isFullWidth ? '100%' : '50%'} $background=\"BLACK_1\">\n {leftBlock}\n </Styled.ContentWrapper>\n {!isFullWidth && rightBlock && (\n <FlexView $width=\"50%\" $background=\"BLACK_2\">\n {rightBlock}\n </FlexView>\n )}\n </Styled.Container>\n );\n};\n\nexport default AuthPageLayout;\n"],"names":["AuthPageLayout","leftBlock","rightBlock","isFullWidth","jsxs","Styled.Container","jsx","Styled.ContentWrapper","FlexView","AuthPageLayout$1"],"mappings":";;;AAMA,MAAMA,IAA2C,CAAC,EAAE,WAAAC,GAAW,YAAAC,GAAY,aAAAC,QAEvE,gBAAAC,EAACC,GAAA,EAAiB,QAAO,QAAO,SAAQ,QAAO,gBAAe,OAC5D,UAAA;AAAA,EAAC,gBAAAC,EAAAC,GAAA,EAAsB,QAAQJ,IAAc,SAAS,OAAO,aAAY,WACtE,UACHF,EAAA,CAAA;AAAA,EACC,CAACE,KAAeD,KACf,gBAAAI,EAACE,KAAS,QAAO,OAAM,aAAY,WAChC,UACHN,EAAA,CAAA;AAEJ,EAAA,CAAA,GAIJO,IAAeT;"}
@@ -1,17 +0,0 @@
1
- import { jsxs as n, jsx as e } from "react/jsx-runtime";
2
- import { ILLUSTRATIONS as a } from "../../../../assets/illustrations/illustrations.js";
3
- import l from "../../../ui/image/image.js";
4
- import c from "../../../ui/layout/flex-view.js";
5
- import t from "../../../ui/separator/separator.js";
6
- import r from "../../../ui/text/text.js";
7
- const m = ({ title: o, description: i }) => /* @__PURE__ */ n(c, { $flex: 1, $alignItems: "center", $justifyContent: "center", $gutterX: 6, children: [
8
- /* @__PURE__ */ e(l, { src: a.CIRCLE_CUEMATH_LOGO_WHITE, alt: "Cuemath Logo", withLoader: !1 }),
9
- /* @__PURE__ */ e(t, { heightX: 1.5 }),
10
- /* @__PURE__ */ e(r, { $whiteSpace: "pre-line", $renderAs: "ah2", $color: "WHITE", $align: "center", children: o }),
11
- /* @__PURE__ */ e(t, { heightX: 1 }),
12
- /* @__PURE__ */ e(r, { $whiteSpace: "pre-line", $renderAs: "ab1", $color: "WHITE_T_60", $align: "center", children: i })
13
- ] }), I = m;
14
- export {
15
- I as default
16
- };
17
- //# sourceMappingURL=auth-static-panel.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"auth-static-panel.js","sources":["../../../../../src/features/auth/comps/auth-static-panel/auth-static-panel.tsx"],"sourcesContent":["import type { IAuthStaticPanelProps } from './auth-static-panel-types';\nimport type { FC } from 'react';\n\nimport { ILLUSTRATIONS } from '../../../../assets/illustrations/illustrations';\nimport Image from '../../../ui/image/image';\nimport FlexView from '../../../ui/layout/flex-view';\nimport Separator from '../../../ui/separator/separator';\nimport Text from '../../../ui/text/text';\n\nconst AuthStaticPanel: FC<IAuthStaticPanelProps> = ({ title, description }) => {\n return (\n <FlexView $flex={1} $alignItems=\"center\" $justifyContent=\"center\" $gutterX={6}>\n <Image src={ILLUSTRATIONS.CIRCLE_CUEMATH_LOGO_WHITE} alt=\"Cuemath Logo\" withLoader={false} />\n <Separator heightX={1.5} />\n <Text $whiteSpace=\"pre-line\" $renderAs=\"ah2\" $color=\"WHITE\" $align=\"center\">\n {title}\n </Text>\n <Separator heightX={1} />\n <Text $whiteSpace=\"pre-line\" $renderAs=\"ab1\" $color=\"WHITE_T_60\" $align=\"center\">\n {description}\n </Text>\n </FlexView>\n );\n};\n\nexport default AuthStaticPanel;\n"],"names":["AuthStaticPanel","title","description","jsxs","FlexView","jsx","Image","ILLUSTRATIONS","Separator","Text","AuthStaticPanel$1"],"mappings":";;;;;;AASA,MAAMA,IAA6C,CAAC,EAAE,OAAAC,GAAO,aAAAC,QAEzD,gBAAAC,EAACC,KAAS,OAAO,GAAG,aAAY,UAAS,iBAAgB,UAAS,UAAU,GAC1E,UAAA;AAAA,EAAA,gBAAAC,EAACC,KAAM,KAAKC,EAAc,2BAA2B,KAAI,gBAAe,YAAY,IAAO;AAAA,EAC3F,gBAAAF,EAACG,GAAU,EAAA,SAAS,IAAK,CAAA;AAAA,EACzB,gBAAAH,EAACI,GAAK,EAAA,aAAY,YAAW,WAAU,OAAM,QAAO,SAAQ,QAAO,UAChE,UACHR,EAAA,CAAA;AAAA,EACA,gBAAAI,EAACG,GAAU,EAAA,SAAS,EAAG,CAAA;AAAA,EACvB,gBAAAH,EAACI,GAAK,EAAA,aAAY,YAAW,WAAU,OAAM,QAAO,cAAa,QAAO,UACrE,UACHP,EAAA,CAAA;AACF,EAAA,CAAA,GAIJQ,IAAeV;"}
@@ -1,20 +0,0 @@
1
- import { jsx as t } from "react/jsx-runtime";
2
- import { useTheme as h } from "styled-components";
3
- import { ReactComponent as u } from "../../../../assets/illustrations/loader-1.svg.js";
4
- import a from "../../../../assets/line-icons/icons/check2.js";
5
- import s from "../../../../assets/line-icons/icons/cross.js";
6
- const i = ({
7
- isLoading: n = !1,
8
- isValid: e = !1,
9
- isError: c = !1,
10
- size: o = 24,
11
- successColor: f = "GREEN_4",
12
- errorColor: m = "ORANGE_4"
13
- }) => {
14
- const { colors: r } = h();
15
- return n ? /* @__PURE__ */ t(u, { width: o, height: o }) : c ? /* @__PURE__ */ t(s, { color: r[m], width: o, height: o }) : e ? /* @__PURE__ */ t(a, { color: r[f], width: o, height: o }) : null;
16
- }, w = i;
17
- export {
18
- w as default
19
- };
20
- //# sourceMappingURL=input-status-icon.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"input-status-icon.js","sources":["../../../../../src/features/auth/comps/input-status-icon/input-status-icon.tsx"],"sourcesContent":["import type { IInputStatusIconProps } from './input-status-icon-types';\n\nimport { useTheme } from 'styled-components';\n\nimport { ReactComponent as LoaderSVG } from '../../../../assets/illustrations/loader-1.svg';\nimport Check2Icon from '../../../../assets/line-icons/icons/check2';\nimport CrossIcon from '../../../../assets/line-icons/icons/cross';\n\nconst InputStatusIcon: React.FC<IInputStatusIconProps> = ({\n isLoading = false,\n isValid = false,\n isError = false,\n size = 24,\n successColor = 'GREEN_4',\n errorColor = 'ORANGE_4',\n}) => {\n const { colors } = useTheme();\n\n if (isLoading) {\n return <LoaderSVG width={size} height={size} />;\n }\n\n if (isError) {\n return <CrossIcon color={colors[errorColor]} width={size} height={size} />;\n }\n\n if (isValid) {\n return <Check2Icon color={colors[successColor]} width={size} height={size} />;\n }\n\n return null;\n};\n\nexport default InputStatusIcon;\n"],"names":["InputStatusIcon","isLoading","isValid","isError","size","successColor","errorColor","colors","useTheme","jsx","LoaderSVG","CrossIcon","Check2Icon","InputStatusIcon$1"],"mappings":";;;;;AAQA,MAAMA,IAAmD,CAAC;AAAA,EACxD,WAAAC,IAAY;AAAA,EACZ,SAAAC,IAAU;AAAA,EACV,SAAAC,IAAU;AAAA,EACV,MAAAC,IAAO;AAAA,EACP,cAAAC,IAAe;AAAA,EACf,YAAAC,IAAa;AACf,MAAM;AACE,QAAA,EAAE,QAAAC,MAAWC;AAEnB,SAAIP,IACM,gBAAAQ,EAAAC,GAAA,EAAU,OAAON,GAAM,QAAQA,EAAM,CAAA,IAG3CD,IACK,gBAAAM,EAACE,KAAU,OAAOJ,EAAOD,CAAU,GAAG,OAAOF,GAAM,QAAQA,EAAM,CAAA,IAGtEF,IACK,gBAAAO,EAACG,KAAW,OAAOL,EAAOF,CAAY,GAAG,OAAOD,GAAM,QAAQA,EAAM,CAAA,IAGtE;AACT,GAEAS,IAAeb;"}
@@ -1,29 +0,0 @@
1
- import o from "styled-components";
2
- const e = o.div(({ theme: t }) => `
3
- position: absolute;
4
- left: 0;
5
- right: 0;
6
- top: 0;
7
- bottom: 0;
8
- background: rgba(204, 204, 204, 0.25);
9
- backdrop-filter: blur(1.5px);
10
- z-index: 2;
11
-
12
- & * {
13
- pointer-events: none;
14
- }
15
-
16
- & img {
17
- top: 50%;
18
- position: absolute;
19
- left: 50%;
20
- transform: translate(-50%, -50%);
21
- width: ${t.layout.gutter * 5}px;
22
- height: ${t.layout.gutter * 5}px;
23
- filter: brightness(0);
24
- }
25
- `);
26
- export {
27
- e as LoaderWrapper
28
- };
29
- //# sourceMappingURL=overlay-loader-styled.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"overlay-loader-styled.js","sources":["../../../../../src/features/auth/comps/overlay-loader/overlay-loader-styled.tsx"],"sourcesContent":["import styled from 'styled-components';\n\nexport const LoaderWrapper = styled.div(({ theme }) => {\n return `\n position: absolute;\n left: 0;\n right: 0;\n top: 0;\n bottom: 0;\n background: rgba(204, 204, 204, 0.25);\n backdrop-filter: blur(1.5px);\n z-index: 2;\n\n & * {\n pointer-events: none;\n }\n\n & img {\n top: 50%;\n position: absolute;\n left: 50%;\n transform: translate(-50%, -50%);\n width: ${theme.layout.gutter * 5}px;\n height: ${theme.layout.gutter * 5}px;\n filter: brightness(0);\n }\n `;\n});\n"],"names":["LoaderWrapper","styled","theme"],"mappings":";AAEO,MAAMA,IAAgBC,EAAO,IAAI,CAAC,EAAE,OAAAC,QAClC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,qBAmBYA,EAAM,OAAO,SAAS,CAAC;AAAA,sBACtBA,EAAM,OAAO,SAAS,CAAC;AAAA;AAAA;AAAA,KAI5C;"}
@@ -1,8 +0,0 @@
1
- import { jsx as r } from "react/jsx-runtime";
2
- import { ILLUSTRATIONS as o } from "../../../../assets/illustrations/illustrations.js";
3
- import { LoaderWrapper as a } from "./overlay-loader-styled.js";
4
- const t = ({ isLoading: e = !1 }) => e ? /* @__PURE__ */ r(a, { children: /* @__PURE__ */ r("img", { src: o.LOADER_1, alt: "loader" }) }) : null, f = t;
5
- export {
6
- f as default
7
- };
8
- //# sourceMappingURL=overlay-loader.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"overlay-loader.js","sources":["../../../../../src/features/auth/comps/overlay-loader/overlay-loader.tsx"],"sourcesContent":["import { ILLUSTRATIONS } from '../../../../assets/illustrations/illustrations';\nimport * as Styled from './overlay-loader-styled';\n\nconst OverlayLoader = ({ isLoading = false }) => {\n if (isLoading) {\n return (\n <Styled.LoaderWrapper>\n <img src={ILLUSTRATIONS.LOADER_1} alt=\"loader\" />\n </Styled.LoaderWrapper>\n );\n }\n\n return null;\n};\n\nexport default OverlayLoader;\n"],"names":["OverlayLoader","isLoading","jsx","Styled.LoaderWrapper","ILLUSTRATIONS","OverlayLoader$1"],"mappings":";;;AAGA,MAAMA,IAAgB,CAAC,EAAE,WAAAC,IAAY,SAC/BA,IAEA,gBAAAC,EAACC,GAAA,EACC,UAAA,gBAAAD,EAAC,OAAI,EAAA,KAAKE,EAAc,UAAU,KAAI,SAAS,CAAA,EACjD,CAAA,IAIG,MAGTC,IAAeL;"}
@@ -1,25 +0,0 @@
1
- import { jsx as u, jsxs as T } from "react/jsx-runtime";
2
- import { memo as d, useState as f, useEffect as s } from "react";
3
- import m from "../../../../ui/layout/flex-view.js";
4
- import o from "../../../../ui/text/text.js";
5
- const $ = ({ onComplete: r, timerSeconds: e }) => {
6
- const [t, i] = f(e);
7
- return s(() => {
8
- if (t <= 0) {
9
- r == null || r();
10
- return;
11
- }
12
- const n = setTimeout(() => i((c) => c - 1), 1e3);
13
- return () => clearTimeout(n);
14
- }, [t, r]), s(() => {
15
- i(e);
16
- }, [e]), /* @__PURE__ */ u(m, { $width: 105, children: /* @__PURE__ */ T(o, { $renderAs: "ub2", $color: "WHITE_T_60", children: [
17
- "Resend in",
18
- " ",
19
- /* @__PURE__ */ u(o, { $renderAs: "ub2-bold", $inline: !0, $color: "WHITE_T_60", children: `0:${t < 10 ? "0" : ""}${t}` })
20
- ] }) });
21
- }, _ = d($);
22
- export {
23
- _ as default
24
- };
25
- //# sourceMappingURL=otp-timer.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"otp-timer.js","sources":["../../../../../../src/features/auth/comps/resend-otp/otp-timer/otp-timer.tsx"],"sourcesContent":["import type { IOTPTimerProps } from './otp-timer-types';\n\nimport { memo, useState, useEffect } from 'react';\n\nimport FlexView from '../../../../ui/layout/flex-view';\nimport Text from '../../../../ui/text/text';\n\nconst OTPTimer = ({ onComplete, timerSeconds }: IOTPTimerProps) => {\n const [count, setCount] = useState(timerSeconds);\n\n useEffect(() => {\n if (count <= 0) {\n onComplete?.();\n\n return;\n }\n\n const timeoutId = setTimeout(() => setCount(c => c - 1), 1000);\n\n return () => clearTimeout(timeoutId);\n }, [count, onComplete]);\n\n useEffect(() => {\n setCount(timerSeconds);\n }, [timerSeconds]);\n\n return (\n <FlexView $width={105}>\n <Text $renderAs=\"ub2\" $color=\"WHITE_T_60\">\n Resend in{' '}\n <Text $renderAs=\"ub2-bold\" $inline $color=\"WHITE_T_60\">\n {`0:${count < 10 ? '0' : ''}${count}`}\n </Text>\n </Text>\n </FlexView>\n );\n};\n\nexport default memo(OTPTimer);\n"],"names":["OTPTimer","onComplete","timerSeconds","count","setCount","useState","useEffect","timeoutId","jsx","FlexView","Text","OtpTimer","memo"],"mappings":";;;;AAOA,MAAMA,IAAW,CAAC,EAAE,YAAAC,GAAY,cAAAC,QAAmC;AACjE,QAAM,CAACC,GAAOC,CAAQ,IAAIC,EAASH,CAAY;AAE/C,SAAAI,EAAU,MAAM;AACd,QAAIH,KAAS,GAAG;AACD,MAAAF,KAAA,QAAAA;AAEb;AAAA,IACF;AAEM,UAAAM,IAAY,WAAW,MAAMH,EAAS,OAAK,IAAI,CAAC,GAAG,GAAI;AAEtD,WAAA,MAAM,aAAaG,CAAS;AAAA,EAAA,GAClC,CAACJ,GAAOF,CAAU,CAAC,GAEtBK,EAAU,MAAM;AACd,IAAAF,EAASF,CAAY;AAAA,EAAA,GACpB,CAACA,CAAY,CAAC,GAGf,gBAAAM,EAACC,KAAS,QAAQ,KAChB,4BAACC,GAAK,EAAA,WAAU,OAAM,QAAO,cAAa,UAAA;AAAA,IAAA;AAAA,IAC9B;AAAA,IACT,gBAAAF,EAAAE,GAAA,EAAK,WAAU,YAAW,SAAO,IAAC,QAAO,cACvC,UAAA,KAAKP,IAAQ,KAAK,MAAM,EAAE,GAAGA,CAAK,IACrC;AAAA,EAAA,EACF,CAAA,EACF,CAAA;AAEJ,GAEeQ,IAAAC,EAAKZ,CAAQ;"}
@@ -1,38 +0,0 @@
1
- import { jsx as l, jsxs as c, Fragment as h } from "react/jsx-runtime";
2
- import { useState as C, useCallback as o } from "react";
3
- import i from "../../../ui/buttons/text-button/text-button.js";
4
- import a from "../../../ui/layout/flex-view.js";
5
- import u from "../../../ui/text/text.js";
6
- import x from "./otp-timer/otp-timer.js";
7
- const $ = ({
8
- onResendOTP: e,
9
- onResendVoiceOTP: r,
10
- timerSeconds: m = 15,
11
- showVoiceOTP: s = !1
12
- }) => {
13
- const [n, t] = C(!1), f = o(() => {
14
- t(!0);
15
- }, []), p = o(() => {
16
- e == null || e(), t(!1);
17
- }, [e]), d = o(() => {
18
- r == null || r(), t(!1);
19
- }, [r]);
20
- return /* @__PURE__ */ l(a, { children: n ? /* @__PURE__ */ c(a, { $flexDirection: "row", $alignItems: "center", $flexColumnGapX: 0.5, children: [
21
- /* @__PURE__ */ l(i, { label: "Resend", color: "WHITE_T_60", onClick: p }),
22
- s && /* @__PURE__ */ c(h, { children: [
23
- /* @__PURE__ */ l(u, { $renderAs: "ub2", $color: "WHITE_T_60", children: "or" }),
24
- /* @__PURE__ */ l(a, { $width: 116, children: /* @__PURE__ */ l(
25
- i,
26
- {
27
- label: "Get code via call",
28
- color: "WHITE_T_60",
29
- onClick: d
30
- }
31
- ) })
32
- ] })
33
- ] }) : /* @__PURE__ */ l(x, { timerSeconds: m, onComplete: f }) });
34
- }, H = $;
35
- export {
36
- H as default
37
- };
38
- //# sourceMappingURL=resend-otp.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"resend-otp.js","sources":["../../../../../src/features/auth/comps/resend-otp/resend-otp.tsx"],"sourcesContent":["import type { IOTPResendProps } from './resend-otp-types';\n\nimport { useState, useCallback } from 'react';\n\nimport TextButton from '../../../ui/buttons/text-button/text-button';\nimport FlexView from '../../../ui/layout/flex-view';\nimport Text from '../../../ui/text/text';\nimport OtpTimer from './otp-timer/otp-timer';\n\nconst ResendOTP: React.FC<IOTPResendProps> = ({\n onResendOTP,\n onResendVoiceOTP,\n timerSeconds = 15,\n showVoiceOTP = false,\n}) => {\n const [canResend, setCanResend] = useState(false);\n\n const handleTimerComplete = useCallback(() => {\n setCanResend(true);\n }, []);\n\n const handleResendClick = useCallback(() => {\n onResendOTP?.();\n setCanResend(false);\n }, [onResendOTP]);\n\n const handleVoiceResendClick = useCallback(() => {\n onResendVoiceOTP?.();\n setCanResend(false);\n }, [onResendVoiceOTP]);\n\n return (\n <FlexView>\n {!canResend ? (\n <OtpTimer timerSeconds={timerSeconds} onComplete={handleTimerComplete} />\n ) : (\n <FlexView $flexDirection=\"row\" $alignItems=\"center\" $flexColumnGapX={0.5}>\n <TextButton label=\"Resend\" color=\"WHITE_T_60\" onClick={handleResendClick} />\n {showVoiceOTP && (\n <>\n <Text $renderAs=\"ub2\" $color=\"WHITE_T_60\">\n or\n </Text>\n <FlexView $width={116}>\n <TextButton\n label=\"Get code via call\"\n color=\"WHITE_T_60\"\n onClick={handleVoiceResendClick}\n />\n </FlexView>\n </>\n )}\n </FlexView>\n )}\n </FlexView>\n );\n};\n\nexport default ResendOTP;\n"],"names":["ResendOTP","onResendOTP","onResendVoiceOTP","timerSeconds","showVoiceOTP","canResend","setCanResend","useState","handleTimerComplete","useCallback","handleResendClick","handleVoiceResendClick","FlexView","jsx","TextButton","jsxs","Fragment","Text","OtpTimer","ResendOTP$1"],"mappings":";;;;;;AASA,MAAMA,IAAuC,CAAC;AAAA,EAC5C,aAAAC;AAAA,EACA,kBAAAC;AAAA,EACA,cAAAC,IAAe;AAAA,EACf,cAAAC,IAAe;AACjB,MAAM;AACJ,QAAM,CAACC,GAAWC,CAAY,IAAIC,EAAS,EAAK,GAE1CC,IAAsBC,EAAY,MAAM;AAC5C,IAAAH,EAAa,EAAI;AAAA,EACnB,GAAG,CAAE,CAAA,GAECI,IAAoBD,EAAY,MAAM;AAC5B,IAAAR,KAAA,QAAAA,KACdK,EAAa,EAAK;AAAA,EAAA,GACjB,CAACL,CAAW,CAAC,GAEVU,IAAyBF,EAAY,MAAM;AAC5B,IAAAP,KAAA,QAAAA,KACnBI,EAAa,EAAK;AAAA,EAAA,GACjB,CAACJ,CAAgB,CAAC;AAErB,2BACGU,GACE,EAAA,UAACP,sBAGCO,GAAS,EAAA,gBAAe,OAAM,aAAY,UAAS,iBAAiB,KACnE,UAAA;AAAA,IAAA,gBAAAC,EAACC,KAAW,OAAM,UAAS,OAAM,cAAa,SAASJ,GAAmB;AAAA,IACzEN,KAEG,gBAAAW,EAAAC,GAAA,EAAA,UAAA;AAAA,MAAA,gBAAAH,EAACI,GAAK,EAAA,WAAU,OAAM,QAAO,cAAa,UAE1C,MAAA;AAAA,MACA,gBAAAJ,EAACD,GAAS,EAAA,QAAQ,KAChB,UAAA,gBAAAC;AAAA,QAACC;AAAA,QAAA;AAAA,UACC,OAAM;AAAA,UACN,OAAM;AAAA,UACN,SAASH;AAAA,QAAA;AAAA,MAAA,GAEb;AAAA,IAAA,GACF;AAAA,EAAA,EAEJ,CAAA,IAlBA,gBAAAE,EAACK,KAAS,cAAAf,GAA4B,YAAYK,EAAqB,CAAA,EAoB3E,CAAA;AAEJ,GAEAW,IAAenB;"}
@@ -1,23 +0,0 @@
1
- import s from "styled-components";
2
- import p from "../../../ui/text/text.js";
3
- const d = s.div(({ theme: r, tabsCount: o }) => {
4
- const { colors: t } = r;
5
- return `
6
- display: grid;
7
- background: ${t.BLACK_4};
8
- grid-template-columns: repeat(${o}, 1fr);
9
- `;
10
- }), l = s(p)(({ theme: r, $selected: o }) => {
11
- const { layout: t, colors: e } = r, { WHITE_T_15: n, WHITE: a } = e;
12
- return `
13
- cursor: pointer;
14
- padding: ${t.gutter * 0.875}px 0;
15
- border-bottom: 1.5px solid ${o ? a : n};
16
- transition: all 0.3s ease;
17
- `;
18
- });
19
- export {
20
- l as TabsText,
21
- d as TabsWrapper
22
- };
23
- //# sourceMappingURL=tabs-styled.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"tabs-styled.js","sources":["../../../../../src/features/auth/comps/tabs/tabs-styled.tsx"],"sourcesContent":["import styled from 'styled-components';\n\nimport Text from '../../../ui/text/text';\n\ninterface TabsWrapperProps {\n tabsCount: number;\n}\n\nconst TabsWrapper = styled.div<TabsWrapperProps>(({ theme, tabsCount }) => {\n const { colors } = theme;\n\n return `\n display: grid;\n background: ${colors.BLACK_4};\n grid-template-columns: repeat(${tabsCount}, 1fr);\n `;\n});\n\ninterface ITabsText {\n $selected?: boolean;\n}\n\nconst TabsText = styled(Text)<ITabsText>(({ theme, $selected }) => {\n const { layout, colors } = theme;\n const { WHITE_T_15, WHITE } = colors;\n\n return `\n cursor: pointer;\n padding: ${layout.gutter * 0.875}px 0;\n border-bottom: 1.5px solid ${$selected ? WHITE : WHITE_T_15};\n transition: all 0.3s ease;\n `;\n});\n\nexport { TabsWrapper, TabsText };\n"],"names":["TabsWrapper","styled","theme","tabsCount","colors","TabsText","Text","$selected","layout","WHITE_T_15","WHITE"],"mappings":";;AAQA,MAAMA,IAAcC,EAAO,IAAsB,CAAC,EAAE,OAAAC,GAAO,WAAAC,QAAgB;AACnE,QAAA,EAAE,QAAAC,EAAW,IAAAF;AAEZ,SAAA;AAAA;AAAA,kBAESE,EAAO,OAAO;AAAA,oCACID,CAAS;AAAA;AAE7C,CAAC,GAMKE,IAAWJ,EAAOK,CAAI,EAAa,CAAC,EAAE,OAAAJ,GAAO,WAAAK,QAAgB;AAC3D,QAAA,EAAE,QAAAC,GAAQ,QAAAJ,EAAW,IAAAF,GACrB,EAAE,YAAAO,GAAY,OAAAC,EAAU,IAAAN;AAEvB,SAAA;AAAA;AAAA,eAEMI,EAAO,SAAS,KAAK;AAAA,iCACHD,IAAYG,IAAQD,CAAU;AAAA;AAAA;AAG/D,CAAC;"}
@@ -1,23 +0,0 @@
1
- import { jsx as n } from "react/jsx-runtime";
2
- import { TabsWrapper as b, TabsText as i } from "./tabs-styled.js";
3
- function m({ selectedTab: o, onChange: c, tabs: t }) {
4
- return /* @__PURE__ */ n(b, { tabsCount: Object.keys(t).length, children: Object.entries(t).map((s) => {
5
- const [e, a] = s, { label: l } = a, r = e === o;
6
- return /* @__PURE__ */ n(
7
- i,
8
- {
9
- $renderAs: r ? "ub2-bold" : "ub2",
10
- $align: "center",
11
- $selected: r,
12
- onClick: () => c(e),
13
- $color: "WHITE",
14
- children: l
15
- },
16
- e
17
- );
18
- }) });
19
- }
20
- export {
21
- m as default
22
- };
23
- //# sourceMappingURL=tabs.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"tabs.js","sources":["../../../../../src/features/auth/comps/tabs/tabs.tsx"],"sourcesContent":["import type { ITabItem, ITabsProps } from './tabs-types';\n\nimport * as Styled from './tabs-styled';\n\nfunction Tabs<T extends string>({ selectedTab, onChange, tabs }: ITabsProps<T>) {\n return (\n <Styled.TabsWrapper tabsCount={Object.keys(tabs).length}>\n {Object.entries(tabs).map(tabConfig => {\n const [tabName, tabInfo] = tabConfig;\n const { label } = tabInfo as ITabItem;\n const isSelected = tabName === selectedTab;\n\n return (\n <Styled.TabsText\n $renderAs={isSelected ? 'ub2-bold' : 'ub2'}\n $align=\"center\"\n key={tabName}\n $selected={isSelected}\n onClick={() => onChange(tabName as T)}\n $color=\"WHITE\"\n >\n {label}\n </Styled.TabsText>\n );\n })}\n </Styled.TabsWrapper>\n );\n}\n\nexport default Tabs;\n"],"names":["Tabs","selectedTab","onChange","tabs","jsx","Styled.TabsWrapper","tabConfig","tabName","tabInfo","label","isSelected","Styled.TabsText"],"mappings":";;AAIA,SAASA,EAAuB,EAAE,aAAAC,GAAa,UAAAC,GAAU,MAAAC,KAAuB;AAC9E,SACG,gBAAAC,EAAAC,GAAA,EAAmB,WAAW,OAAO,KAAKF,CAAI,EAAE,QAC9C,UAAO,OAAA,QAAQA,CAAI,EAAE,IAAI,CAAaG,MAAA;AAC/B,UAAA,CAACC,GAASC,CAAO,IAAIF,GACrB,EAAE,OAAAG,EAAU,IAAAD,GACZE,IAAaH,MAAYN;AAG7B,WAAA,gBAAAG;AAAA,MAACO;AAAAA,MAAA;AAAA,QACC,WAAWD,IAAa,aAAa;AAAA,QACrC,QAAO;AAAA,QAEP,WAAWA;AAAA,QACX,SAAS,MAAMR,EAASK,CAAY;AAAA,QACpC,QAAO;AAAA,QAEN,UAAAE;AAAA,MAAA;AAAA,MALIF;AAAA,IAAA;AAAA,EAQV,CAAA,EACH,CAAA;AAEJ;"}
@@ -1,12 +0,0 @@
1
- import { styled as e } from "styled-components";
2
- const t = e.form`
3
- display: flex;
4
- flex: 1;
5
- margin-top: 8px;
6
- flex-direction: column;
7
- justify-content: space-between;
8
- `;
9
- export {
10
- t as FormWrapper
11
- };
12
- //# sourceMappingURL=forgot-password-styled.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"forgot-password-styled.js","sources":["../../../../src/features/auth/forgot-password/forgot-password-styled.tsx"],"sourcesContent":["import { styled } from 'styled-components';\n\nexport const FormWrapper = styled.form`\n display: flex;\n flex: 1;\n margin-top: 8px;\n flex-direction: column;\n justify-content: space-between;\n`;\n"],"names":["FormWrapper","styled"],"mappings":";AAEO,MAAMA,IAAcC,EAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;"}
@@ -1,67 +0,0 @@
1
- import { jsx as t, jsxs as p } from "react/jsx-runtime";
2
- import { useState as i, useEffect as $ } from "react";
3
- import g from "../../../ui/buttons/button/button.js";
4
- import b from "../../../ui/inputs/text-input/text-input.js";
5
- import u from "../../../ui/layout/flex-view.js";
6
- import h from "../../comps/input-status-icon/input-status-icon.js";
7
- const C = ({
8
- onSubmit: c,
9
- onChange: m,
10
- value: s,
11
- error: n,
12
- isProcessing: d,
13
- isValid: o = !1
14
- }) => {
15
- const [a, l] = i(!1), [e, f] = i(30);
16
- return $(() => {
17
- if (e <= 0) {
18
- l(!0);
19
- return;
20
- }
21
- const r = setTimeout(() => f(e - 1), 1e3);
22
- return () => clearTimeout(r);
23
- }, [e]), /* @__PURE__ */ t(
24
- u,
25
- {
26
- $gutterX: 2,
27
- $gapX: 1.5,
28
- $alignItems: "center",
29
- $justifyContent: "center",
30
- $background: "BLACK_2",
31
- $height: 308,
32
- children: /* @__PURE__ */ p(u, { $alignItems: "center", $justifyContent: "space-between", $flex: 1, children: [
33
- /* @__PURE__ */ t(
34
- b,
35
- {
36
- renderAs: n ? "error-dark" : o ? "success-dark" : "primary-dark",
37
- autoFocus: !0,
38
- label: "Verification code",
39
- value: s,
40
- onChange: (r) => m("username", r.target.value),
41
- width: 330,
42
- required: !0,
43
- shape: "borderLess",
44
- errorMessage: s,
45
- siblingElement: /* @__PURE__ */ t(h, { isError: !!n, isValid: o, isLoading: d })
46
- }
47
- ),
48
- /* @__PURE__ */ t(
49
- g,
50
- {
51
- size: "small",
52
- renderAs: "secondary-dark",
53
- type: "submit",
54
- label: a ? "Resend" : `Resend in 0:${e < 10 ? "0" : ""}${e}`,
55
- width: 336,
56
- onClick: c,
57
- disabled: !a
58
- }
59
- )
60
- ] })
61
- }
62
- );
63
- }, F = C;
64
- export {
65
- F as default
66
- };
67
- //# sourceMappingURL=otp-form.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"otp-form.js","sources":["../../../../../src/features/auth/forgot-password/otp-form/otp-form.tsx"],"sourcesContent":["import type { ISingleFieldFormProps } from '../forgot-password-types';\n\nimport { useEffect, useState, type ChangeEvent } from 'react';\n\nimport Button from '../../../ui/buttons/button/button';\nimport TextInput from '../../../ui/inputs/text-input/text-input';\nimport FlexView from '../../../ui/layout/flex-view';\nimport InputStatusIcon from '../../comps/input-status-icon/input-status-icon';\n\nconst OTPForm = ({\n onSubmit,\n onChange,\n value,\n error,\n isProcessing,\n isValid = false,\n}: ISingleFieldFormProps) => {\n const [canResend, setCanResend] = useState(false);\n const [count, setCount] = useState(30);\n\n useEffect(() => {\n if (count <= 0) {\n setCanResend(true);\n\n return;\n }\n\n const timeoutId = setTimeout(() => setCount(count - 1), 1000);\n\n return () => clearTimeout(timeoutId);\n }, [count]);\n\n const statusVariant = isValid ? 'success-dark' : 'primary-dark';\n\n return (\n <FlexView\n $gutterX={2}\n $gapX={1.5}\n $alignItems=\"center\"\n $justifyContent=\"center\"\n $background=\"BLACK_2\"\n $height={308}\n >\n <FlexView $alignItems=\"center\" $justifyContent=\"space-between\" $flex={1}>\n <TextInput\n renderAs={error ? 'error-dark' : statusVariant}\n autoFocus\n label=\"Verification code\"\n value={value}\n onChange={(e: ChangeEvent<HTMLInputElement>) => onChange('username', e.target.value)}\n width={330}\n required\n shape=\"borderLess\"\n errorMessage={value}\n siblingElement={\n <InputStatusIcon isError={!!error} isValid={isValid} isLoading={isProcessing} />\n }\n />\n <Button\n size=\"small\"\n renderAs=\"secondary-dark\"\n type=\"submit\"\n label={canResend ? 'Resend' : `Resend in 0:${count < 10 ? '0' : ''}${count}`}\n width={336}\n onClick={onSubmit}\n disabled={!canResend}\n />\n </FlexView>\n </FlexView>\n );\n};\n\nexport default OTPForm;\n"],"names":["OTPForm","onSubmit","onChange","value","error","isProcessing","isValid","canResend","setCanResend","useState","count","setCount","useEffect","timeoutId","jsx","FlexView","TextInput","e","InputStatusIcon","Button","OTPForm$1"],"mappings":";;;;;;AASA,MAAMA,IAAU,CAAC;AAAA,EACf,UAAAC;AAAA,EACA,UAAAC;AAAA,EACA,OAAAC;AAAA,EACA,OAAAC;AAAA,EACA,cAAAC;AAAA,EACA,SAAAC,IAAU;AACZ,MAA6B;AAC3B,QAAM,CAACC,GAAWC,CAAY,IAAIC,EAAS,EAAK,GAC1C,CAACC,GAAOC,CAAQ,IAAIF,EAAS,EAAE;AAErC,SAAAG,EAAU,MAAM;AACd,QAAIF,KAAS,GAAG;AACd,MAAAF,EAAa,EAAI;AAEjB;AAAA,IACF;AAEA,UAAMK,IAAY,WAAW,MAAMF,EAASD,IAAQ,CAAC,GAAG,GAAI;AAErD,WAAA,MAAM,aAAaG,CAAS;AAAA,EAAA,GAClC,CAACH,CAAK,CAAC,GAKR,gBAAAI;AAAA,IAACC;AAAA,IAAA;AAAA,MACC,UAAU;AAAA,MACV,OAAO;AAAA,MACP,aAAY;AAAA,MACZ,iBAAgB;AAAA,MAChB,aAAY;AAAA,MACZ,SAAS;AAAA,MAET,4BAACA,GAAS,EAAA,aAAY,UAAS,iBAAgB,iBAAgB,OAAO,GACpE,UAAA;AAAA,QAAA,gBAAAD;AAAA,UAACE;AAAA,UAAA;AAAA,YACC,UAAUZ,IAAQ,eAbJE,IAAU,iBAAiB;AAAA,YAczC,WAAS;AAAA,YACT,OAAM;AAAA,YACN,OAAAH;AAAA,YACA,UAAU,CAACc,MAAqCf,EAAS,YAAYe,EAAE,OAAO,KAAK;AAAA,YACnF,OAAO;AAAA,YACP,UAAQ;AAAA,YACR,OAAM;AAAA,YACN,cAAcd;AAAA,YACd,kCACGe,GAAgB,EAAA,SAAS,CAAC,CAACd,GAAO,SAAAE,GAAkB,WAAWD,GAAc;AAAA,UAAA;AAAA,QAElF;AAAA,QACA,gBAAAS;AAAA,UAACK;AAAA,UAAA;AAAA,YACC,MAAK;AAAA,YACL,UAAS;AAAA,YACT,MAAK;AAAA,YACL,OAAOZ,IAAY,WAAW,eAAeG,IAAQ,KAAK,MAAM,EAAE,GAAGA,CAAK;AAAA,YAC1E,OAAO;AAAA,YACP,SAAST;AAAA,YACT,UAAU,CAACM;AAAA,UAAA;AAAA,QACb;AAAA,MAAA,GACF;AAAA,IAAA;AAAA,EAAA;AAGN,GAEAa,IAAepB;"}
@@ -1,89 +0,0 @@
1
- import { jsx as r, jsxs as d } from "react/jsx-runtime";
2
- import c from "../../../ui/buttons/button/button.js";
3
- import i from "../../../ui/inputs/text-input/text-input.js";
4
- import n from "../../../ui/layout/flex-view.js";
5
- import f from "../../../ui/separator/separator.js";
6
- import p from "../../comps/input-status-icon/input-status-icon.js";
7
- import { FormWrapper as g } from "../forgot-password-styled.js";
8
- const h = ({
9
- onSubmit: m,
10
- onChange: a,
11
- formData: e,
12
- errors: s,
13
- isSubmitDisabled: l,
14
- isProcessing: w,
15
- isValid: t = !1
16
- }) => {
17
- const u = t && e.password === e.confirmPassword;
18
- return /* @__PURE__ */ r(
19
- n,
20
- {
21
- $gutterX: 2,
22
- $gapX: 1.5,
23
- $alignItems: "center",
24
- $justifyContent: "center",
25
- $background: "BLACK_2",
26
- $height: 308,
27
- children: /* @__PURE__ */ d(g, { onSubmit: m, children: [
28
- /* @__PURE__ */ d(n, { children: [
29
- /* @__PURE__ */ r(
30
- i,
31
- {
32
- type: "password",
33
- renderAs: s.password ? "error-dark" : "primary-dark",
34
- autoComplete: "password",
35
- label: "New Password",
36
- value: e.password,
37
- onChange: (o) => a("password", o.target.value),
38
- width: 330,
39
- required: !0,
40
- shape: "borderLess",
41
- errorMessage: s.password,
42
- siblingElement: /* @__PURE__ */ r(p, { isError: !!s.password, isValid: t, isLoading: !1 })
43
- }
44
- ),
45
- /* @__PURE__ */ r(f, { height: 36 }),
46
- /* @__PURE__ */ r(
47
- i,
48
- {
49
- type: "password",
50
- renderAs: s.confirmPassword ? "error-dark" : "primary-dark",
51
- autoComplete: "password",
52
- label: "Re-enter Password",
53
- value: e.confirmPassword,
54
- onChange: (o) => a("confirmPassword", o.target.value),
55
- width: 330,
56
- required: !0,
57
- shape: "borderLess",
58
- errorMessage: s.confirmPassword,
59
- siblingElement: /* @__PURE__ */ r(
60
- p,
61
- {
62
- isError: !!s.confirmPassword,
63
- isValid: u,
64
- isLoading: !1
65
- }
66
- )
67
- }
68
- )
69
- ] }),
70
- /* @__PURE__ */ r(
71
- c,
72
- {
73
- size: "small",
74
- renderAs: "secondary-dark",
75
- type: "submit",
76
- label: "Continue",
77
- width: 336,
78
- busy: w,
79
- disabled: l
80
- }
81
- )
82
- ] })
83
- }
84
- );
85
- }, L = h;
86
- export {
87
- L as default
88
- };
89
- //# sourceMappingURL=reset-password-form.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"reset-password-form.js","sources":["../../../../../src/features/auth/forgot-password/reset-password-form/reset-password-form.tsx"],"sourcesContent":["import type { IResetPasswordFormProps } from './reset-password-form-types';\n\nimport { type ChangeEvent } from 'react';\n\nimport Button from '../../../ui/buttons/button/button';\nimport TextInput from '../../../ui/inputs/text-input/text-input';\nimport FlexView from '../../../ui/layout/flex-view';\nimport Separator from '../../../ui/separator/separator';\nimport InputStatusIcon from '../../comps/input-status-icon/input-status-icon';\nimport * as Styled from '../forgot-password-styled';\n\nconst ResetPasswordForm = ({\n onSubmit,\n onChange,\n formData,\n errors,\n isSubmitDisabled,\n isProcessing,\n isValid = false,\n}: IResetPasswordFormProps) => {\n const isConfirmPasswordValid = isValid && formData.password === formData.confirmPassword;\n\n return (\n <FlexView\n $gutterX={2}\n $gapX={1.5}\n $alignItems=\"center\"\n $justifyContent=\"center\"\n $background=\"BLACK_2\"\n $height={308}\n >\n <Styled.FormWrapper onSubmit={onSubmit}>\n <FlexView>\n <TextInput\n type={'password'}\n renderAs={errors.password ? 'error-dark' : 'primary-dark'}\n autoComplete=\"password\"\n label=\"New Password\"\n value={formData.password}\n onChange={(e: ChangeEvent<HTMLInputElement>) => onChange('password', e.target.value)}\n width={330}\n required\n shape=\"borderLess\"\n errorMessage={errors.password}\n siblingElement={\n <InputStatusIcon isError={!!errors.password} isValid={isValid} isLoading={false} />\n }\n />\n <Separator height={36} />\n <TextInput\n type=\"password\"\n renderAs={errors.confirmPassword ? 'error-dark' : 'primary-dark'}\n autoComplete=\"password\"\n label=\"Re-enter Password\"\n value={formData.confirmPassword}\n onChange={(e: ChangeEvent<HTMLInputElement>) =>\n onChange('confirmPassword', e.target.value)\n }\n width={330}\n required\n shape=\"borderLess\"\n errorMessage={errors.confirmPassword}\n siblingElement={\n <InputStatusIcon\n isError={!!errors.confirmPassword}\n isValid={isConfirmPasswordValid}\n isLoading={false}\n />\n }\n />\n </FlexView>\n <Button\n size=\"small\"\n renderAs=\"secondary-dark\"\n type=\"submit\"\n label=\"Continue\"\n width={336}\n busy={isProcessing}\n disabled={isSubmitDisabled}\n />\n </Styled.FormWrapper>\n </FlexView>\n );\n};\n\nexport default ResetPasswordForm;\n"],"names":["ResetPasswordForm","onSubmit","onChange","formData","errors","isSubmitDisabled","isProcessing","isValid","isConfirmPasswordValid","jsx","FlexView","jsxs","Styled.FormWrapper","TextInput","e","InputStatusIcon","Separator","Button","ResetPasswordForm$1"],"mappings":";;;;;;;AAWA,MAAMA,IAAoB,CAAC;AAAA,EACzB,UAAAC;AAAA,EACA,UAAAC;AAAA,EACA,UAAAC;AAAA,EACA,QAAAC;AAAA,EACA,kBAAAC;AAAA,EACA,cAAAC;AAAA,EACA,SAAAC,IAAU;AACZ,MAA+B;AAC7B,QAAMC,IAAyBD,KAAWJ,EAAS,aAAaA,EAAS;AAGvE,SAAA,gBAAAM;AAAA,IAACC;AAAA,IAAA;AAAA,MACC,UAAU;AAAA,MACV,OAAO;AAAA,MACP,aAAY;AAAA,MACZ,iBAAgB;AAAA,MAChB,aAAY;AAAA,MACZ,SAAS;AAAA,MAET,UAAC,gBAAAC,EAAAC,GAAA,EAAmB,UAAAX,GAClB,UAAA;AAAA,QAAA,gBAAAU,EAACD,GACC,EAAA,UAAA;AAAA,UAAA,gBAAAD;AAAA,YAACI;AAAA,YAAA;AAAA,cACC,MAAM;AAAA,cACN,UAAUT,EAAO,WAAW,eAAe;AAAA,cAC3C,cAAa;AAAA,cACb,OAAM;AAAA,cACN,OAAOD,EAAS;AAAA,cAChB,UAAU,CAACW,MAAqCZ,EAAS,YAAYY,EAAE,OAAO,KAAK;AAAA,cACnF,OAAO;AAAA,cACP,UAAQ;AAAA,cACR,OAAM;AAAA,cACN,cAAcV,EAAO;AAAA,cACrB,gBACG,gBAAAK,EAAAM,GAAA,EAAgB,SAAS,CAAC,CAACX,EAAO,UAAU,SAAAG,GAAkB,WAAW,GAAO,CAAA;AAAA,YAAA;AAAA,UAErF;AAAA,UACA,gBAAAE,EAACO,GAAU,EAAA,QAAQ,GAAI,CAAA;AAAA,UACvB,gBAAAP;AAAA,YAACI;AAAA,YAAA;AAAA,cACC,MAAK;AAAA,cACL,UAAUT,EAAO,kBAAkB,eAAe;AAAA,cAClD,cAAa;AAAA,cACb,OAAM;AAAA,cACN,OAAOD,EAAS;AAAA,cAChB,UAAU,CAACW,MACTZ,EAAS,mBAAmBY,EAAE,OAAO,KAAK;AAAA,cAE5C,OAAO;AAAA,cACP,UAAQ;AAAA,cACR,OAAM;AAAA,cACN,cAAcV,EAAO;AAAA,cACrB,gBACE,gBAAAK;AAAA,gBAACM;AAAA,gBAAA;AAAA,kBACC,SAAS,CAAC,CAACX,EAAO;AAAA,kBAClB,SAASI;AAAA,kBACT,WAAW;AAAA,gBAAA;AAAA,cACb;AAAA,YAAA;AAAA,UAEJ;AAAA,QAAA,GACF;AAAA,QACA,gBAAAC;AAAA,UAACQ;AAAA,UAAA;AAAA,YACC,MAAK;AAAA,YACL,UAAS;AAAA,YACT,MAAK;AAAA,YACL,OAAM;AAAA,YACN,OAAO;AAAA,YACP,MAAMX;AAAA,YACN,UAAUD;AAAA,UAAA;AAAA,QACZ;AAAA,MAAA,GACF;AAAA,IAAA;AAAA,EAAA;AAGN,GAEAa,IAAelB;"}
@@ -1,60 +0,0 @@
1
- import { jsx as r, jsxs as p } from "react/jsx-runtime";
2
- import l from "../../../ui/buttons/button/button.js";
3
- import f from "../../../ui/inputs/text-input/text-input.js";
4
- import c from "../../../ui/layout/flex-view.js";
5
- import g from "../../comps/input-status-icon/input-status-icon.js";
6
- import { FormWrapper as h } from "../forgot-password-styled.js";
7
- const b = ({
8
- onSubmit: o,
9
- onChange: i,
10
- value: s,
11
- error: e,
12
- isSubmitDisabled: n,
13
- isProcessing: a,
14
- isValid: m = !1,
15
- label: d,
16
- field: t
17
- }) => /* @__PURE__ */ r(
18
- c,
19
- {
20
- $gutterX: 2,
21
- $gapX: 1.5,
22
- $alignItems: "center",
23
- $justifyContent: "center",
24
- $background: "BLACK_2",
25
- $height: 308,
26
- children: /* @__PURE__ */ p(h, { onSubmit: o, children: [
27
- /* @__PURE__ */ r(
28
- f,
29
- {
30
- renderAs: e ? "error-dark" : "primary-dark",
31
- autoFocus: !0,
32
- label: d,
33
- value: s,
34
- onChange: (u) => t && i(t, u.target.value),
35
- width: 330,
36
- required: !0,
37
- shape: "borderLess",
38
- errorMessage: e,
39
- siblingElement: /* @__PURE__ */ r(g, { isError: !!e, isValid: m, isLoading: !1 })
40
- }
41
- ),
42
- /* @__PURE__ */ r(
43
- l,
44
- {
45
- size: "small",
46
- renderAs: "secondary-dark",
47
- type: "submit",
48
- label: "Get Verification Code",
49
- width: 336,
50
- busy: a,
51
- disabled: n
52
- }
53
- )
54
- ] })
55
- }
56
- ), C = b;
57
- export {
58
- C as default
59
- };
60
- //# sourceMappingURL=user-identifier-form.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"user-identifier-form.js","sources":["../../../../../src/features/auth/forgot-password/user-identifier-form/user-identifier-form.tsx"],"sourcesContent":["import type { ISingleFieldFormProps } from '../forgot-password-types';\nimport type { ChangeEvent } from 'react';\n\nimport Button from '../../../ui/buttons/button/button';\nimport TextInput from '../../../ui/inputs/text-input/text-input';\nimport FlexView from '../../../ui/layout/flex-view';\nimport InputStatusIcon from '../../comps/input-status-icon/input-status-icon';\nimport * as Styled from '../forgot-password-styled';\n\nconst UserIdentifierForm = ({\n onSubmit,\n onChange,\n value,\n error,\n isSubmitDisabled,\n isProcessing,\n isValid = false,\n label,\n field,\n}: ISingleFieldFormProps) => {\n return (\n <FlexView\n $gutterX={2}\n $gapX={1.5}\n $alignItems=\"center\"\n $justifyContent=\"center\"\n $background=\"BLACK_2\"\n $height={308}\n >\n <Styled.FormWrapper onSubmit={onSubmit}>\n <TextInput\n renderAs={error ? 'error-dark' : 'primary-dark'}\n autoFocus\n label={label}\n value={value}\n onChange={(e: ChangeEvent<HTMLInputElement>) => field && onChange(field, e.target.value)}\n width={330}\n required\n shape=\"borderLess\"\n errorMessage={error}\n siblingElement={<InputStatusIcon isError={!!error} isValid={isValid} isLoading={false} />}\n />\n <Button\n size=\"small\"\n renderAs=\"secondary-dark\"\n type=\"submit\"\n label=\"Get Verification Code\"\n width={336}\n busy={isProcessing}\n disabled={isSubmitDisabled}\n />\n </Styled.FormWrapper>\n </FlexView>\n );\n};\n\nexport default UserIdentifierForm;\n"],"names":["UserIdentifierForm","onSubmit","onChange","value","error","isSubmitDisabled","isProcessing","isValid","label","field","jsx","FlexView","jsxs","Styled.FormWrapper","TextInput","e","InputStatusIcon","Button","UserIdentifierForm$1"],"mappings":";;;;;;AASA,MAAMA,IAAqB,CAAC;AAAA,EAC1B,UAAAC;AAAA,EACA,UAAAC;AAAA,EACA,OAAAC;AAAA,EACA,OAAAC;AAAA,EACA,kBAAAC;AAAA,EACA,cAAAC;AAAA,EACA,SAAAC,IAAU;AAAA,EACV,OAAAC;AAAA,EACA,OAAAC;AACF,MAEI,gBAAAC;AAAA,EAACC;AAAA,EAAA;AAAA,IACC,UAAU;AAAA,IACV,OAAO;AAAA,IACP,aAAY;AAAA,IACZ,iBAAgB;AAAA,IAChB,aAAY;AAAA,IACZ,SAAS;AAAA,IAET,UAAC,gBAAAC,EAAAC,GAAA,EAAmB,UAAAZ,GAClB,UAAA;AAAA,MAAA,gBAAAS;AAAA,QAACI;AAAA,QAAA;AAAA,UACC,UAAUV,IAAQ,eAAe;AAAA,UACjC,WAAS;AAAA,UACT,OAAAI;AAAA,UACA,OAAAL;AAAA,UACA,UAAU,CAACY,MAAqCN,KAASP,EAASO,GAAOM,EAAE,OAAO,KAAK;AAAA,UACvF,OAAO;AAAA,UACP,UAAQ;AAAA,UACR,OAAM;AAAA,UACN,cAAcX;AAAA,UACd,kCAAiBY,GAAgB,EAAA,SAAS,CAAC,CAACZ,GAAO,SAAAG,GAAkB,WAAW,IAAO;AAAA,QAAA;AAAA,MACzF;AAAA,MACA,gBAAAG;AAAA,QAACO;AAAA,QAAA;AAAA,UACC,MAAK;AAAA,UACL,UAAS;AAAA,UACT,MAAK;AAAA,UACL,OAAM;AAAA,UACN,OAAO;AAAA,UACP,MAAMX;AAAA,UACN,UAAUD;AAAA,QAAA;AAAA,MACZ;AAAA,IAAA,GACF;AAAA,EAAA;AAAA,GAKNa,IAAelB;"}
@@ -1,12 +0,0 @@
1
- const e = {
2
- username: {
3
- label: "Username"
4
- },
5
- identifier: {
6
- label: "Email/Phone"
7
- }
8
- };
9
- export {
10
- e as AUTH_TABS
11
- };
12
- //# sourceMappingURL=login-constants.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"login-constants.js","sources":["../../../../src/features/auth/login/login-constants.ts"],"sourcesContent":["import type { ITabConfig } from '../comps/tabs/tabs-types';\nimport type { TAuthTabKeys } from './login-types';\n\nexport const AUTH_TABS: ITabConfig<TAuthTabKeys> = {\n username: {\n label: 'Username',\n },\n identifier: {\n label: 'Email/Phone',\n },\n};\n"],"names":["AUTH_TABS"],"mappings":"AAGO,MAAMA,IAAsC;AAAA,EACjD,UAAU;AAAA,IACR,OAAO;AAAA,EACT;AAAA,EACA,YAAY;AAAA,IACV,OAAO;AAAA,EACT;AACF;"}
@@ -1,31 +0,0 @@
1
- import { jsxs as n, jsx as o } from "react/jsx-runtime";
2
- import e from "../../../ui/buttons/button/button.js";
3
- import a from "../../../ui/layout/flex-view.js";
4
- import i from "../../../ui/separator/separator.js";
5
- const c = ({ onRetryLogin: t, onGoToSignup: r }) => /* @__PURE__ */ n(a, { $alignItems: "center", $justifyContent: "center", children: [
6
- /* @__PURE__ */ o(
7
- e,
8
- {
9
- size: "small",
10
- renderAs: "secondary-dark",
11
- label: "Create a new account",
12
- width: 232,
13
- onClick: r
14
- }
15
- ),
16
- /* @__PURE__ */ o(i, { heightX: 1 }),
17
- /* @__PURE__ */ o(
18
- e,
19
- {
20
- size: "small",
21
- renderAs: "secondary-dark",
22
- label: "Try another Login method",
23
- width: 232,
24
- onClick: t
25
- }
26
- )
27
- ] }), u = c;
28
- export {
29
- u as default
30
- };
31
- //# sourceMappingURL=social-account-not-found.js.map