@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":"social-account-not-found.js","sources":["../../../../../src/features/auth/login/social-account-not-found/social-account-not-found.tsx"],"sourcesContent":["import type { ISocialAccountNotFoundProps } from './social-account-not-found-types';\n\nimport Button from '../../../ui/buttons/button/button';\nimport FlexView from '../../../ui/layout/flex-view';\nimport Separator from '../../../ui/separator/separator';\n\nconst SocialAccountNotFound = ({ onRetryLogin, onGoToSignup }: ISocialAccountNotFoundProps) => {\n return (\n <FlexView $alignItems=\"center\" $justifyContent=\"center\">\n <Button\n size=\"small\"\n renderAs=\"secondary-dark\"\n label=\"Create a new account\"\n width={232}\n onClick={onGoToSignup}\n />\n <Separator heightX={1} />\n <Button\n size=\"small\"\n renderAs=\"secondary-dark\"\n label=\"Try another Login method\"\n width={232}\n onClick={onRetryLogin}\n />\n </FlexView>\n );\n};\n\nexport default SocialAccountNotFound;\n"],"names":["SocialAccountNotFound","onRetryLogin","onGoToSignup","jsxs","FlexView","jsx","Button","Separator","SocialAccountNotFound$1"],"mappings":";;;;AAMA,MAAMA,IAAwB,CAAC,EAAE,cAAAC,GAAc,cAAAC,QAE1C,gBAAAC,EAAAC,GAAA,EAAS,aAAY,UAAS,iBAAgB,UAC7C,UAAA;AAAA,EAAA,gBAAAC;AAAA,IAACC;AAAA,IAAA;AAAA,MACC,MAAK;AAAA,MACL,UAAS;AAAA,MACT,OAAM;AAAA,MACN,OAAO;AAAA,MACP,SAASJ;AAAA,IAAA;AAAA,EACX;AAAA,EACA,gBAAAG,EAACE,GAAU,EAAA,SAAS,EAAG,CAAA;AAAA,EACvB,gBAAAF;AAAA,IAACC;AAAA,IAAA;AAAA,MACC,MAAK;AAAA,MACL,UAAS;AAAA,MACT,OAAM;AAAA,MACN,OAAO;AAAA,MACP,SAASL;AAAA,IAAA;AAAA,EACX;AACF,EAAA,CAAA,GAIJO,IAAeR;"}
@@ -1,46 +0,0 @@
1
- import { jsxs as a, jsx as i } from "react/jsx-runtime";
2
- import r from "../../../../assets/line-icons/icons/apple-icon.js";
3
- import c from "../../../../assets/line-icons/icons/google-icon.js";
4
- import n from "../../../ui/buttons/button/button.js";
5
- import d from "../../../ui/layout/flex-view.js";
6
- const p = ({
7
- onGoogleLogin: s,
8
- onAppleLogin: t,
9
- loadingProvider: o
10
- }) => {
11
- const e = o === "google", l = o === "apple";
12
- return /* @__PURE__ */ a(d, { $flexGapX: 1, $flexDirection: "row", $justifyContent: "space-between", $width: 336, children: [
13
- /* @__PURE__ */ i(
14
- n,
15
- {
16
- renderAs: "secondary-dark",
17
- Icon: c,
18
- width: 160,
19
- label: "",
20
- analyticsLabel: "google_login",
21
- onClick: s,
22
- size: "small",
23
- busy: e,
24
- disabled: e
25
- }
26
- ),
27
- /* @__PURE__ */ i(
28
- n,
29
- {
30
- renderAs: "secondary-dark",
31
- size: "small",
32
- width: 160,
33
- Icon: r,
34
- label: "",
35
- analyticsLabel: "apple_login",
36
- onClick: t,
37
- busy: l,
38
- disabled: l
39
- }
40
- )
41
- ] });
42
- }, h = p;
43
- export {
44
- h as default
45
- };
46
- //# sourceMappingURL=social-login-methods.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"social-login-methods.js","sources":["../../../../../src/features/auth/login/social-login-methods/social-login-methods.tsx"],"sourcesContent":["import type { ISocialLoginMethodsProps } from './social-login-methods-types';\nimport type { FC } from 'react';\n\nimport AppleIcon from '../../../../assets/line-icons/icons/apple-icon';\nimport GoogleIcon from '../../../../assets/line-icons/icons/google-icon';\nimport Button from '../../../ui/buttons/button/button';\nimport FlexView from '../../../ui/layout/flex-view';\n\nconst SocialLoginMethods: FC<ISocialLoginMethodsProps> = ({\n onGoogleLogin,\n onAppleLogin,\n loadingProvider,\n}) => {\n const isLoadingGoogle = loadingProvider === 'google';\n const isLoadingApple = loadingProvider === 'apple';\n\n return (\n <FlexView $flexGapX={1} $flexDirection=\"row\" $justifyContent=\"space-between\" $width={336}>\n <Button\n renderAs=\"secondary-dark\"\n Icon={GoogleIcon}\n width={160}\n label=\"\"\n analyticsLabel=\"google_login\"\n onClick={onGoogleLogin}\n size=\"small\"\n busy={isLoadingGoogle}\n disabled={isLoadingGoogle}\n />\n <Button\n renderAs=\"secondary-dark\"\n size=\"small\"\n width={160}\n Icon={AppleIcon}\n label=\"\"\n analyticsLabel=\"apple_login\"\n onClick={onAppleLogin}\n busy={isLoadingApple}\n disabled={isLoadingApple}\n />\n </FlexView>\n );\n};\n\nexport default SocialLoginMethods;\n"],"names":["SocialLoginMethods","onGoogleLogin","onAppleLogin","loadingProvider","isLoadingGoogle","isLoadingApple","jsxs","FlexView","jsx","Button","GoogleIcon","AppleIcon","SocialLoginMethods$1"],"mappings":";;;;;AAQA,MAAMA,IAAmD,CAAC;AAAA,EACxD,eAAAC;AAAA,EACA,cAAAC;AAAA,EACA,iBAAAC;AACF,MAAM;AACJ,QAAMC,IAAkBD,MAAoB,UACtCE,IAAiBF,MAAoB;AAGzC,SAAA,gBAAAG,EAACC,KAAS,WAAW,GAAG,gBAAe,OAAM,iBAAgB,iBAAgB,QAAQ,KACnF,UAAA;AAAA,IAAA,gBAAAC;AAAA,MAACC;AAAA,MAAA;AAAA,QACC,UAAS;AAAA,QACT,MAAMC;AAAA,QACN,OAAO;AAAA,QACP,OAAM;AAAA,QACN,gBAAe;AAAA,QACf,SAAST;AAAA,QACT,MAAK;AAAA,QACL,MAAMG;AAAA,QACN,UAAUA;AAAA,MAAA;AAAA,IACZ;AAAA,IACA,gBAAAI;AAAA,MAACC;AAAA,MAAA;AAAA,QACC,UAAS;AAAA,QACT,MAAK;AAAA,QACL,OAAO;AAAA,QACP,MAAME;AAAA,QACN,OAAM;AAAA,QACN,gBAAe;AAAA,QACf,SAAST;AAAA,QACT,MAAMG;AAAA,QACN,UAAUA;AAAA,MAAA;AAAA,IACZ;AAAA,EACF,EAAA,CAAA;AAEJ,GAEAO,IAAeZ;"}
@@ -1,50 +0,0 @@
1
- import o from "styled-components";
2
- import i from "../../../ui/layout/flex-view.js";
3
- const n = o(i)`
4
- position: relative;
5
- `, s = o(i)`
6
- position: absolute;
7
- border-radius: 100%;
8
- top: 216px;
9
- border: ${({ theme: t }) => `2px solid ${t.colors.BLACK_5}`};
10
- `, p = o(i)`
11
- opacity: ${({ $isVisible: t }) => t ? 1 : 0};
12
- transition: opacity 0.5s ease-in-out;
13
- `, a = o.div`
14
- position: relative;
15
- `;
16
- o(i)`
17
- position: relative;
18
- overflow: hidden;
19
- background: ${({ theme: t }) => t.colors.BLACK_2};
20
- border-radius: 100%;
21
- flex-shrink: 0;
22
- display: flex;
23
- align-items: center;
24
- justify-content: center;
25
- color: ${({ theme: t }) => t.colors.WHITE};
26
- `;
27
- o.div`
28
- position: absolute;
29
- width: 100%;
30
- height: 100%;
31
- z-index: 2;
32
- `;
33
- const l = o(i)`
34
- position: absolute;
35
- top: 55%;
36
- right: 24px;
37
- `, c = o(i)`
38
- position: absolute;
39
- top: 55%;
40
- left: 24px;
41
- `;
42
- export {
43
- s as CircularStepContainer,
44
- n as Container,
45
- p as ContentWrapper,
46
- a as InputContainer,
47
- l as NextButtonWrapper,
48
- c as PrevButtonWrapper
49
- };
50
- //# sourceMappingURL=circular-step-wrapper-styled.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"circular-step-wrapper-styled.js","sources":["../../../../../src/features/auth/signup/circular-step-wrapper/circular-step-wrapper-styled.tsx"],"sourcesContent":["import styled from 'styled-components';\n\nimport FlexView from '../../../ui/layout/flex-view';\n\nconst Container = styled(FlexView)`\n position: relative;\n`;\n\nconst CircularStepContainer = styled(FlexView)`\n position: absolute;\n border-radius: 100%;\n top: 216px;\n border: ${({ theme }) => `2px solid ${theme.colors.BLACK_5}`};\n`;\n\nconst ContentWrapper = styled(FlexView)<{ $isVisible: boolean }>`\n opacity: ${({ $isVisible }) => ($isVisible ? 1 : 0)};\n transition: opacity 0.5s ease-in-out;\n`;\n\nconst InputContainer = styled.div`\n position: relative;\n`;\n\nconst CircularProgressContainer = styled(FlexView)<{\n isVerticallyCentered?: boolean;\n}>`\n position: relative;\n overflow: hidden;\n background: ${({ theme }) => theme.colors.BLACK_2};\n border-radius: 100%;\n flex-shrink: 0;\n display: flex;\n align-items: center;\n justify-content: center;\n color: ${({ theme }) => theme.colors.WHITE};\n`;\n\nexport const CircularProgress = styled.div`\n position: absolute;\n width: 100%;\n height: 100%;\n z-index: 2;\n`;\n\nconst NextButtonWrapper = styled(FlexView)`\n position: absolute;\n top: 55%;\n right: 24px;\n`;\nconst PrevButtonWrapper = styled(FlexView)`\n position: absolute;\n top: 55%;\n left: 24px;\n`;\n\nexport {\n NextButtonWrapper,\n PrevButtonWrapper,\n InputContainer,\n Container,\n CircularStepContainer,\n CircularProgressContainer,\n ContentWrapper,\n};\n"],"names":["Container","styled","FlexView","CircularStepContainer","theme","ContentWrapper","$isVisible","InputContainer","NextButtonWrapper","PrevButtonWrapper"],"mappings":";;AAIM,MAAAA,IAAYC,EAAOC,CAAQ;AAAA;AAAA,GAI3BC,IAAwBF,EAAOC,CAAQ;AAAA;AAAA;AAAA;AAAA,YAIjC,CAAC,EAAE,OAAAE,EAAM,MAAM,aAAaA,EAAM,OAAO,OAAO,EAAE;AAAA,GAGxDC,IAAiBJ,EAAOC,CAAQ;AAAA,aACzB,CAAC,EAAE,YAAAI,EAAA,MAAkBA,IAAa,IAAI,CAAE;AAAA;AAAA,GAI/CC,IAAiBN,EAAO;AAAA;AAAA;AAIIA,EAAOC,CAAQ;AAAA;AAAA;AAAA,gBAKjC,CAAC,EAAE,OAAAE,EAAA,MAAYA,EAAM,OAAO,OAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,WAMxC,CAAC,EAAE,OAAAA,EAAA,MAAYA,EAAM,OAAO,KAAK;AAAA;AAGZH,EAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAOjC,MAAAO,IAAoBP,EAAOC,CAAQ;AAAA;AAAA;AAAA;AAAA,GAKnCO,IAAoBR,EAAOC,CAAQ;AAAA;AAAA;AAAA;AAAA;"}
@@ -1,129 +0,0 @@
1
- import { jsxs as r, jsx as e } from "react/jsx-runtime";
2
- import { forwardRef as v, useRef as f, useState as h, useCallback as k, useImperativeHandle as E, useLayoutEffect as H } from "react";
3
- import B from "../../../../assets/line-icons/icons/back2.js";
4
- import j from "../../../../assets/line-icons/icons/next2.js";
5
- import T from "../../../ui/animated-arc/animated-arc.js";
6
- import g from "../../../ui/buttons/icon-button/icon-button.js";
7
- import N from "../../../ui/layout/flex-view.js";
8
- import z from "../../../ui/lottie-animation/lottie-animation.js";
9
- import F from "../../../ui/separator/separator.js";
10
- import M from "../../../ui/text/text.js";
11
- import { Container as O, CircularStepContainer as P, ContentWrapper as V, InputContainer as X, PrevButtonWrapper as D, NextButtonWrapper as K } from "./circular-step-wrapper-styled.js";
12
- const Y = {
13
- autoplay: !1,
14
- loop: !1,
15
- renderer: "canvas",
16
- rendererSettings: {
17
- preserveAspectRatio: "xMidYMin slice"
18
- }
19
- }, _ = v(
20
- ({
21
- children: $,
22
- onGoBack: C,
23
- onNext: y,
24
- label: i,
25
- showNext: x,
26
- showPrevious: I,
27
- animation: n,
28
- introFrames: A,
29
- outroFrames: S,
30
- isNextLoading: a,
31
- progressAngle: c
32
- }, w) => {
33
- const t = f(null), o = f(null), [s, L] = h(), [R, l] = h(!1), W = k(() => {
34
- n && t.current && (t.current.playSegments(A, !0), setTimeout(() => l(!0), 500));
35
- }, [n]);
36
- return E(w, () => ({
37
- playOutroAndFadeOut: async () => new Promise((b) => {
38
- var d, m;
39
- const u = () => {
40
- var p;
41
- b(), (p = t.current) == null || p.removeEventListener("complete", u);
42
- };
43
- (d = t.current) == null || d.playSegments(S, !0), l(!1), (m = t.current) == null || m.addEventListener("complete", u);
44
- })
45
- })), H(() => {
46
- o.current && L(o.current.offsetHeight);
47
- }, []), /* @__PURE__ */ r(
48
- O,
49
- {
50
- $flex: 1,
51
- $flexDirection: "column",
52
- $alignItems: "center",
53
- $justifyContent: "center",
54
- $width: "100%",
55
- $height: "100%",
56
- ref: o,
57
- children: [
58
- s && /* @__PURE__ */ e(
59
- z,
60
- {
61
- width: 1280,
62
- height: s,
63
- src: n,
64
- ref: t,
65
- onRender: W,
66
- settings: Y
67
- }
68
- ),
69
- /* @__PURE__ */ r(
70
- P,
71
- {
72
- $width: 400,
73
- $height: 400,
74
- $background: "REAL_BLACK",
75
- $alignItems: "center",
76
- $justifyContent: "center",
77
- children: [
78
- c && /* @__PURE__ */ e(
79
- T,
80
- {
81
- radius: 200,
82
- strokeWidth: 2,
83
- color: "WHITE",
84
- targetAngle: c,
85
- mode: "fade",
86
- duration: 1
87
- }
88
- ),
89
- /* @__PURE__ */ r(V, { $isVisible: R, $width: "100%", children: [
90
- i ? /* @__PURE__ */ r(N, { $gutterX: 3.5, children: [
91
- /* @__PURE__ */ e(M, { $renderAs: "ab2", $color: "WHITE", $align: "center", children: i }),
92
- /* @__PURE__ */ e(F, { heightX: 1 })
93
- ] }) : null,
94
- /* @__PURE__ */ e(X, { children: $ })
95
- ] })
96
- ]
97
- }
98
- ),
99
- I && /* @__PURE__ */ e(D, { children: /* @__PURE__ */ e(
100
- g,
101
- {
102
- Icon: B,
103
- renderAs: "secondary",
104
- analyticsLabel: "Next",
105
- onClick: C,
106
- disabled: a,
107
- size: "regular"
108
- }
109
- ) }),
110
- x && /* @__PURE__ */ e(K, { children: /* @__PURE__ */ e(
111
- g,
112
- {
113
- size: "regular",
114
- Icon: j,
115
- renderAs: "secondary",
116
- analyticsLabel: "Next",
117
- onClick: y,
118
- busy: a
119
- }
120
- ) })
121
- ]
122
- }
123
- );
124
- }
125
- ), ie = _;
126
- export {
127
- ie as default
128
- };
129
- //# sourceMappingURL=circular-step-wrapper.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"circular-step-wrapper.js","sources":["../../../../../src/features/auth/signup/circular-step-wrapper/circular-step-wrapper.tsx"],"sourcesContent":["import type { ILottieAnimationRef } from '../../../ui/lottie-animation/types';\nimport type { ICircularStepRef, ICircularStepWrapperProps } from './circular-step-wrapper-types';\n\nimport {\n forwardRef,\n useCallback,\n useImperativeHandle,\n useLayoutEffect,\n useRef,\n useState,\n type Ref,\n} from 'react';\n\nimport Back2Icon from '../../../../assets/line-icons/icons/back2';\nimport Next2Icon from '../../../../assets/line-icons/icons/next2';\nimport AnimatedArc from '../../../ui/animated-arc/animated-arc';\nimport IconButton from '../../../ui/buttons/icon-button/icon-button';\nimport FlexView from '../../../ui/layout/flex-view';\nimport LottieAnimation from '../../../ui/lottie-animation/lottie-animation';\nimport Separator from '../../../ui/separator/separator';\nimport Text from '../../../ui/text/text';\nimport * as Styled from './circular-step-wrapper-styled';\n\nconst animationSettings = {\n autoplay: false,\n loop: false,\n renderer: 'canvas',\n rendererSettings: {\n preserveAspectRatio: 'xMidYMin slice',\n },\n};\n\nconst CircularStepWrapper = forwardRef<ICircularStepRef, ICircularStepWrapperProps>(\n (\n {\n children,\n onGoBack,\n onNext,\n label,\n showNext,\n showPrevious,\n animation,\n introFrames,\n outroFrames,\n isNextLoading,\n progressAngle,\n },\n ref: Ref<ICircularStepRef>,\n ) => {\n const animationRef = useRef<ILottieAnimationRef | null>(null);\n const containerRef = useRef<HTMLDivElement>(null);\n const [containerHeight, setContainerHeight] = useState<number | undefined>();\n const [showContent, setShowContent] = useState(false);\n\n const onLottieRender = useCallback(() => {\n if (animation && animationRef.current) {\n animationRef.current.playSegments(introFrames, true);\n setTimeout(() => setShowContent(true), 500);\n }\n // eslint-disable-next-line react-hooks/exhaustive-deps\n }, [animation]);\n\n useImperativeHandle(ref, () => ({\n playOutroAndFadeOut: async () => {\n return new Promise<void>(resolve => {\n const handleComplete = () => {\n resolve();\n animationRef.current?.removeEventListener('complete', handleComplete);\n };\n\n animationRef.current?.playSegments(outroFrames, true);\n setShowContent(false);\n animationRef.current?.addEventListener('complete', handleComplete);\n });\n },\n }));\n\n useLayoutEffect(() => {\n if (containerRef.current) {\n setContainerHeight(containerRef.current.offsetHeight);\n }\n }, []);\n\n return (\n <Styled.Container\n $flex={1}\n $flexDirection=\"column\"\n $alignItems=\"center\"\n $justifyContent=\"center\"\n $width=\"100%\"\n $height=\"100%\"\n ref={containerRef}\n >\n {containerHeight && (\n <LottieAnimation\n width={1280}\n height={containerHeight}\n src={animation}\n ref={animationRef}\n onRender={onLottieRender}\n settings={animationSettings}\n />\n )}\n <Styled.CircularStepContainer\n $width={400}\n $height={400}\n $background=\"REAL_BLACK\"\n $alignItems=\"center\"\n $justifyContent=\"center\"\n >\n {progressAngle && (\n <AnimatedArc\n radius={200}\n strokeWidth={2}\n color=\"WHITE\"\n targetAngle={progressAngle}\n mode=\"fade\"\n duration={1}\n />\n )}\n <Styled.ContentWrapper $isVisible={showContent} $width=\"100%\">\n {label ? (\n <FlexView $gutterX={3.5}>\n <Text $renderAs=\"ab2\" $color=\"WHITE\" $align=\"center\">\n {label}\n </Text>\n <Separator heightX={1} />\n </FlexView>\n ) : null}\n <Styled.InputContainer>{children}</Styled.InputContainer>\n </Styled.ContentWrapper>\n </Styled.CircularStepContainer>\n {showPrevious && (\n <Styled.PrevButtonWrapper>\n <IconButton\n Icon={Back2Icon}\n renderAs=\"secondary\"\n analyticsLabel=\"Next\"\n onClick={onGoBack}\n disabled={isNextLoading}\n size=\"regular\"\n />\n </Styled.PrevButtonWrapper>\n )}\n {showNext && (\n <Styled.NextButtonWrapper>\n <IconButton\n size=\"regular\"\n Icon={Next2Icon}\n renderAs=\"secondary\"\n analyticsLabel=\"Next\"\n onClick={onNext}\n busy={isNextLoading}\n />\n </Styled.NextButtonWrapper>\n )}\n </Styled.Container>\n );\n },\n);\n\nexport default CircularStepWrapper;\n"],"names":["animationSettings","CircularStepWrapper","forwardRef","children","onGoBack","onNext","label","showNext","showPrevious","animation","introFrames","outroFrames","isNextLoading","progressAngle","ref","animationRef","useRef","containerRef","containerHeight","setContainerHeight","useState","showContent","setShowContent","onLottieRender","useCallback","useImperativeHandle","resolve","handleComplete","_a","_b","useLayoutEffect","jsxs","Styled.Container","jsx","LottieAnimation","Styled.CircularStepContainer","AnimatedArc","Styled.ContentWrapper","FlexView","Text","Separator","Styled.InputContainer","Styled.PrevButtonWrapper","IconButton","Back2Icon","Styled.NextButtonWrapper","Next2Icon","CircularStepWrapper$1"],"mappings":";;;;;;;;;;;AAuBA,MAAMA,IAAoB;AAAA,EACxB,UAAU;AAAA,EACV,MAAM;AAAA,EACN,UAAU;AAAA,EACV,kBAAkB;AAAA,IAChB,qBAAqB;AAAA,EACvB;AACF,GAEMC,IAAsBC;AAAA,EAC1B,CACE;AAAA,IACE,UAAAC;AAAA,IACA,UAAAC;AAAA,IACA,QAAAC;AAAA,IACA,OAAAC;AAAA,IACA,UAAAC;AAAA,IACA,cAAAC;AAAA,IACA,WAAAC;AAAA,IACA,aAAAC;AAAA,IACA,aAAAC;AAAA,IACA,eAAAC;AAAA,IACA,eAAAC;AAAA,KAEFC,MACG;AACG,UAAAC,IAAeC,EAAmC,IAAI,GACtDC,IAAeD,EAAuB,IAAI,GAC1C,CAACE,GAAiBC,CAAkB,IAAIC,EAA6B,GACrE,CAACC,GAAaC,CAAc,IAAIF,EAAS,EAAK,GAE9CG,IAAiBC,EAAY,MAAM;AACnC,MAAAf,KAAaM,EAAa,YACfA,EAAA,QAAQ,aAAaL,GAAa,EAAI,GACnD,WAAW,MAAMY,EAAe,EAAI,GAAG,GAAG;AAAA,IAC5C,GAEC,CAACb,CAAS,CAAC;AAEd,WAAAgB,EAAoBX,GAAK,OAAO;AAAA,MAC9B,qBAAqB,YACZ,IAAI,QAAc,CAAWY,MAAA;;AAClC,cAAMC,IAAiB,MAAM;;AACnB,UAAAD,MACKE,IAAAb,EAAA,YAAA,QAAAa,EAAS,oBAAoB,YAAYD;AAAA,QAAc;AAGzD,SAAAC,IAAAb,EAAA,YAAA,QAAAa,EAAS,aAAajB,GAAa,KAChDW,EAAe,EAAK,IACPO,IAAAd,EAAA,YAAA,QAAAc,EAAS,iBAAiB,YAAYF;AAAA,MAAc,CAClE;AAAA,IAEH,EAAA,GAEFG,EAAgB,MAAM;AACpB,MAAIb,EAAa,WACIE,EAAAF,EAAa,QAAQ,YAAY;AAAA,IAExD,GAAG,CAAE,CAAA,GAGH,gBAAAc;AAAA,MAACC;AAAAA,MAAA;AAAA,QACC,OAAO;AAAA,QACP,gBAAe;AAAA,QACf,aAAY;AAAA,QACZ,iBAAgB;AAAA,QAChB,QAAO;AAAA,QACP,SAAQ;AAAA,QACR,KAAKf;AAAA,QAEJ,UAAA;AAAA,UACCC,KAAA,gBAAAe;AAAA,YAACC;AAAA,YAAA;AAAA,cACC,OAAO;AAAA,cACP,QAAQhB;AAAA,cACR,KAAKT;AAAA,cACL,KAAKM;AAAA,cACL,UAAUQ;AAAA,cACV,UAAUvB;AAAA,YAAA;AAAA,UACZ;AAAA,UAEF,gBAAA+B;AAAA,YAACI;AAAAA,YAAA;AAAA,cACC,QAAQ;AAAA,cACR,SAAS;AAAA,cACT,aAAY;AAAA,cACZ,aAAY;AAAA,cACZ,iBAAgB;AAAA,cAEf,UAAA;AAAA,gBACCtB,KAAA,gBAAAoB;AAAA,kBAACG;AAAA,kBAAA;AAAA,oBACC,QAAQ;AAAA,oBACR,aAAa;AAAA,oBACb,OAAM;AAAA,oBACN,aAAavB;AAAA,oBACb,MAAK;AAAA,oBACL,UAAU;AAAA,kBAAA;AAAA,gBACZ;AAAA,kCAEDwB,GAAA,EAAsB,YAAYhB,GAAa,QAAO,QACpD,UAAA;AAAA,kBACCf,IAAA,gBAAAyB,EAACO,GAAS,EAAA,UAAU,KAClB,UAAA;AAAA,oBAAA,gBAAAL,EAACM,KAAK,WAAU,OAAM,QAAO,SAAQ,QAAO,UACzC,UACHjC,EAAA,CAAA;AAAA,oBACA,gBAAA2B,EAACO,GAAU,EAAA,SAAS,EAAG,CAAA;AAAA,kBAAA,EAAA,CACzB,IACE;AAAA,kBACH,gBAAAP,EAAAQ,GAAA,EAAuB,UAAAtC,GAAS;AAAA,gBAAA,GACnC;AAAA,cAAA;AAAA,YAAA;AAAA,UACF;AAAA,UACCK,KACC,gBAAAyB,EAACS,GAAA,EACC,UAAA,gBAAAT;AAAA,YAACU;AAAA,YAAA;AAAA,cACC,MAAMC;AAAA,cACN,UAAS;AAAA,cACT,gBAAe;AAAA,cACf,SAASxC;AAAA,cACT,UAAUQ;AAAA,cACV,MAAK;AAAA,YAAA;AAAA,UAAA,GAET;AAAA,UAEDL,KACC,gBAAA0B,EAACY,GAAA,EACC,UAAA,gBAAAZ;AAAA,YAACU;AAAA,YAAA;AAAA,cACC,MAAK;AAAA,cACL,MAAMG;AAAA,cACN,UAAS;AAAA,cACT,gBAAe;AAAA,cACf,SAASzC;AAAA,cACT,MAAMO;AAAA,YAAA;AAAA,UAAA,GAEV;AAAA,QAAA;AAAA,MAAA;AAAA,IAAA;AAAA,EAIR;AACF,GAEAmC,KAAe9C;"}
@@ -1,27 +0,0 @@
1
- import s from "styled-components";
2
- import i from "../../../ui/layout/flex-view.js";
3
- const d = s(i)`
4
- max-width: 200px;
5
- cursor: pointer;
6
- transition: background-color 0.3s ease;
7
- position: relative;
8
- border-left: 1px solid ${({ theme: o }) => o.colors.BLACK_5};
9
- border-bottom: 1px solid ${({ theme: o }) => o.colors.BLACK_5};
10
-
11
- &:hover {
12
- background-color: ${({ theme: o }) => o.colors.BLACK_2};
13
- }
14
-
15
- ${({ index: o, theme: r }) => o < 5 && `border-top: 1px solid ${r.colors.BLACK_5};`}
16
-
17
- ${({ index: o, isLastItem: r, theme: e }) => ((o + 1) % 5 === 0 || r) && `border-right: 1px solid ${e.colors.BLACK_5};`}
18
- `, p = s.div`
19
- display: inline-grid;
20
- grid-template-columns: repeat(${({ itemCount: o }) => o < 5 ? o : 5}, 200px);
21
- grid-auto-rows: 200px;
22
- `;
23
- export {
24
- d as AccountCard,
25
- p as UserAccountsWrapper
26
- };
27
- //# sourceMappingURL=claim-user-account-styled.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"claim-user-account-styled.js","sources":["../../../../../src/features/auth/signup/claim-user-account/claim-user-account-styled.tsx"],"sourcesContent":["import styled from 'styled-components';\n\nimport FlexView from '../../../ui/layout/flex-view';\n\nexport const AccountCard = styled(FlexView)<{ index: number; isLastItem: boolean }>`\n max-width: 200px;\n cursor: pointer;\n transition: background-color 0.3s ease;\n position: relative;\n border-left: 1px solid ${({ theme }) => theme.colors.BLACK_5};\n border-bottom: 1px solid ${({ theme }) => theme.colors.BLACK_5};\n\n &:hover {\n background-color: ${({ theme }) => theme.colors.BLACK_2};\n }\n\n ${({ index, theme }) => index < 5 && `border-top: 1px solid ${theme.colors.BLACK_5};`}\n\n ${({ index, isLastItem, theme }) =>\n ((index + 1) % 5 === 0 || isLastItem) && `border-right: 1px solid ${theme.colors.BLACK_5};`}\n`;\n\nexport const UserAccountsWrapper = styled.div<{ itemCount: number }>`\n display: inline-grid;\n grid-template-columns: repeat(${({ itemCount }) => (itemCount < 5 ? itemCount : 5)}, 200px);\n grid-auto-rows: 200px;\n`;\n"],"names":["AccountCard","styled","FlexView","theme","index","isLastItem","UserAccountsWrapper","itemCount"],"mappings":";;AAIa,MAAAA,IAAcC,EAAOC,CAAQ;AAAA;AAAA;AAAA;AAAA;AAAA,2BAKf,CAAC,EAAE,OAAAC,EAAA,MAAYA,EAAM,OAAO,OAAO;AAAA,6BACjC,CAAC,EAAE,OAAAA,EAAA,MAAYA,EAAM,OAAO,OAAO;AAAA;AAAA;AAAA,wBAGxC,CAAC,EAAE,OAAAA,EAAA,MAAYA,EAAM,OAAO,OAAO;AAAA;AAAA;AAAA,IAGvD,CAAC,EAAE,OAAAC,GAAO,OAAAD,EAAM,MAAMC,IAAQ,KAAK,yBAAyBD,EAAM,OAAO,OAAO,GAAG;AAAA;AAAA,IAEnF,CAAC,EAAE,OAAAC,GAAO,YAAAC,GAAY,OAAAF,UACpBC,IAAQ,KAAK,MAAM,KAAKC,MAAe,2BAA2BF,EAAM,OAAO,OAAO,GAAG;AAAA,GAGlFG,IAAsBL,EAAO;AAAA;AAAA,kCAER,CAAC,EAAE,WAAAM,QAAiBA,IAAY,IAAIA,IAAY,CAAE;AAAA;AAAA;"}
@@ -1,76 +0,0 @@
1
- import { jsxs as r, jsx as e } from "react/jsx-runtime";
2
- import { memo as f } from "react";
3
- import { ILLUSTRATIONS as u } from "../../../../assets/illustrations/illustrations.js";
4
- import g from "../../../ui/avatar/avatar.js";
5
- import I from "../../../ui/buttons/button/button.js";
6
- import A from "../../../ui/image/image.js";
7
- import n from "../../../ui/layout/flex-view.js";
8
- import t from "../../../ui/separator/separator.js";
9
- import o from "../../../ui/text/text.js";
10
- import C from "../../comps/overlay-loader/overlay-loader.js";
11
- import { UserAccountsWrapper as T, AccountCard as b } from "./claim-user-account-styled.js";
12
- const W = ({
13
- email: m,
14
- onSelectAccount: h,
15
- userAccounts: i,
16
- onCreateNewAccount: d,
17
- isCreatingAccount: l,
18
- isLoading: $
19
- }) => {
20
- const c = i.length;
21
- return /* @__PURE__ */ r(n, { $flex: 1, $alignItems: "center", $justifyContent: "center", $width: "100%", $height: "100%", children: [
22
- /* @__PURE__ */ e(C, { isLoading: $ }),
23
- /* @__PURE__ */ e(A, { src: u.CIRCLE_CUEMATH_LOGO_WHITE, alt: "Parent Signup", withLoader: !1 }),
24
- /* @__PURE__ */ e(t, { heightX: 1 }),
25
- /* @__PURE__ */ r(n, { children: [
26
- /* @__PURE__ */ r(o, { $renderAs: "ab1", $color: "WHITE", $align: "center", children: [
27
- "We found multiple profiles linked to",
28
- " ",
29
- /* @__PURE__ */ e(o, { $color: "WHITE", $inline: !0, $renderAs: "ab1-bold", children: m })
30
- ] }),
31
- /* @__PURE__ */ e(o, { $renderAs: "ab1", $color: "WHITE", $align: "center", children: "Which one would you like to proceed with?" })
32
- ] }),
33
- /* @__PURE__ */ e(t, { heightX: 5 }),
34
- /* @__PURE__ */ e(T, { itemCount: c, children: i.map(({ id: a, phone: p }, s) => /* @__PURE__ */ r(
35
- b,
36
- {
37
- $gutterX: 2,
38
- $gapX: 2.81,
39
- $width: 200,
40
- $height: 200,
41
- $alignItems: "center",
42
- $justifyContent: "center",
43
- onClick: () => h(a),
44
- index: s,
45
- isLastItem: s === c - 1,
46
- children: [
47
- /* @__PURE__ */ e(g, { size: 80 }),
48
- /* @__PURE__ */ e(t, { heightX: 0.5 }),
49
- /* @__PURE__ */ e(o, { $color: "WHITE", $renderAs: "ab2", $align: "center", children: p })
50
- ]
51
- },
52
- a
53
- )) }),
54
- /* @__PURE__ */ e(t, { heightX: 5 }),
55
- /* @__PURE__ */ r(n, { $alignItems: "center", $justifyContent: "center", children: [
56
- /* @__PURE__ */ e(o, { $renderAs: "ub2", $color: "WHITE", children: "Don't recognise these accounts?" }),
57
- /* @__PURE__ */ e(t, { heightX: 1 }),
58
- /* @__PURE__ */ e(
59
- I,
60
- {
61
- width: 232,
62
- size: "small",
63
- label: "Create new account",
64
- renderAs: "secondary-dark",
65
- onClick: d,
66
- busy: l,
67
- disabled: l
68
- }
69
- )
70
- ] })
71
- ] });
72
- }, S = f(W);
73
- export {
74
- S as default
75
- };
76
- //# sourceMappingURL=claim-user-account.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"claim-user-account.js","sources":["../../../../../src/features/auth/signup/claim-user-account/claim-user-account.tsx"],"sourcesContent":["import type { IClaimUserAccountProps } from './claim-user-account-types';\n\nimport { memo } from 'react';\nimport { type FC } from 'react';\n\nimport { ILLUSTRATIONS } from '../../../../assets/illustrations/illustrations';\nimport Avatar from '../../../ui/avatar/avatar';\nimport Button from '../../../ui/buttons/button/button';\nimport Image from '../../../ui/image/image';\nimport FlexView from '../../../ui/layout/flex-view';\nimport Separator from '../../../ui/separator/separator';\nimport Text from '../../../ui/text/text';\nimport OverlayLoader from '../../comps/overlay-loader/overlay-loader';\nimport * as Styled from './claim-user-account-styled';\n\nconst ClaimUserAccount: FC<IClaimUserAccountProps> = ({\n email,\n onSelectAccount,\n userAccounts,\n onCreateNewAccount,\n isCreatingAccount,\n isLoading,\n}) => {\n const totalUsers = userAccounts.length;\n\n return (\n <FlexView $flex={1} $alignItems=\"center\" $justifyContent=\"center\" $width=\"100%\" $height=\"100%\">\n <OverlayLoader isLoading={isLoading} />\n <Image src={ILLUSTRATIONS.CIRCLE_CUEMATH_LOGO_WHITE} alt=\"Parent Signup\" withLoader={false} />\n <Separator heightX={1} />\n <FlexView>\n <Text $renderAs=\"ab1\" $color=\"WHITE\" $align=\"center\">\n We found multiple profiles linked to{' '}\n <Text $color=\"WHITE\" $inline $renderAs=\"ab1-bold\">\n {email}\n </Text>\n </Text>\n <Text $renderAs=\"ab1\" $color=\"WHITE\" $align=\"center\">\n Which one would you like to proceed with?\n </Text>\n </FlexView>\n <Separator heightX={5} />\n <Styled.UserAccountsWrapper itemCount={totalUsers}>\n {userAccounts.map(({ id, phone }, i) => (\n <Styled.AccountCard\n $gutterX={2}\n $gapX={2.81}\n key={id}\n $width={200}\n $height={200}\n $alignItems=\"center\"\n $justifyContent=\"center\"\n onClick={() => onSelectAccount(id)}\n index={i}\n isLastItem={i === totalUsers - 1}\n >\n <Avatar size={80} />\n <Separator heightX={0.5} />\n <Text $color=\"WHITE\" $renderAs=\"ab2\" $align=\"center\">\n {phone}\n </Text>\n </Styled.AccountCard>\n ))}\n </Styled.UserAccountsWrapper>\n <Separator heightX={5} />\n <FlexView $alignItems=\"center\" $justifyContent=\"center\">\n <Text $renderAs=\"ub2\" $color=\"WHITE\">\n Don't recognise these accounts?\n </Text>\n <Separator heightX={1} />\n <Button\n width={232}\n size=\"small\"\n label=\"Create new account\"\n renderAs=\"secondary-dark\"\n onClick={onCreateNewAccount}\n busy={isCreatingAccount}\n disabled={isCreatingAccount}\n />\n </FlexView>\n </FlexView>\n );\n};\n\nexport default memo(ClaimUserAccount);\n"],"names":["ClaimUserAccount","email","onSelectAccount","userAccounts","onCreateNewAccount","isCreatingAccount","isLoading","totalUsers","jsxs","FlexView","jsx","OverlayLoader","Image","ILLUSTRATIONS","Separator","Text","Styled.UserAccountsWrapper","id","phone","i","Styled.AccountCard","Avatar","Button","claimUserAccount","memo"],"mappings":";;;;;;;;;;;AAeA,MAAMA,IAA+C,CAAC;AAAA,EACpD,OAAAC;AAAA,EACA,iBAAAC;AAAA,EACA,cAAAC;AAAA,EACA,oBAAAC;AAAA,EACA,mBAAAC;AAAA,EACA,WAAAC;AACF,MAAM;AACJ,QAAMC,IAAaJ,EAAa;AAG9B,SAAA,gBAAAK,EAACC,GAAS,EAAA,OAAO,GAAG,aAAY,UAAS,iBAAgB,UAAS,QAAO,QAAO,SAAQ,QACtF,UAAA;AAAA,IAAA,gBAAAC,EAACC,KAAc,WAAAL,GAAsB;AAAA,IACrC,gBAAAI,EAACE,KAAM,KAAKC,EAAc,2BAA2B,KAAI,iBAAgB,YAAY,IAAO;AAAA,IAC5F,gBAAAH,EAACI,GAAU,EAAA,SAAS,EAAG,CAAA;AAAA,sBACtBL,GACC,EAAA,UAAA;AAAA,MAAA,gBAAAD,EAACO,KAAK,WAAU,OAAM,QAAO,SAAQ,QAAO,UAAS,UAAA;AAAA,QAAA;AAAA,QACd;AAAA,QACrC,gBAAAL,EAACK,KAAK,QAAO,SAAQ,SAAO,IAAC,WAAU,YACpC,UACHd,EAAA,CAAA;AAAA,MAAA,GACF;AAAA,MACA,gBAAAS,EAACK,KAAK,WAAU,OAAM,QAAO,SAAQ,QAAO,UAAS,UAErD,4CAAA,CAAA;AAAA,IAAA,GACF;AAAA,IACA,gBAAAL,EAACI,GAAU,EAAA,SAAS,EAAG,CAAA;AAAA,IACtB,gBAAAJ,EAAAM,GAAA,EAA2B,WAAWT,GACpC,UAAaJ,EAAA,IAAI,CAAC,EAAE,IAAAc,GAAI,OAAAC,KAASC,MAChC,gBAAAX;AAAA,MAACY;AAAAA,MAAA;AAAA,QACC,UAAU;AAAA,QACV,OAAO;AAAA,QAEP,QAAQ;AAAA,QACR,SAAS;AAAA,QACT,aAAY;AAAA,QACZ,iBAAgB;AAAA,QAChB,SAAS,MAAMlB,EAAgBe,CAAE;AAAA,QACjC,OAAOE;AAAA,QACP,YAAYA,MAAMZ,IAAa;AAAA,QAE/B,UAAA;AAAA,UAAC,gBAAAG,EAAAW,GAAA,EAAO,MAAM,GAAI,CAAA;AAAA,UAClB,gBAAAX,EAACI,GAAU,EAAA,SAAS,IAAK,CAAA;AAAA,UACzB,gBAAAJ,EAACK,KAAK,QAAO,SAAQ,WAAU,OAAM,QAAO,UACzC,UACHG,EAAA,CAAA;AAAA,QAAA;AAAA,MAAA;AAAA,MAbKD;AAAA,IAeR,CAAA,GACH;AAAA,IACA,gBAAAP,EAACI,GAAU,EAAA,SAAS,EAAG,CAAA;AAAA,IACtB,gBAAAN,EAAAC,GAAA,EAAS,aAAY,UAAS,iBAAgB,UAC7C,UAAA;AAAA,MAAA,gBAAAC,EAACK,GAAK,EAAA,WAAU,OAAM,QAAO,SAAQ,UAErC,mCAAA;AAAA,MACA,gBAAAL,EAACI,GAAU,EAAA,SAAS,EAAG,CAAA;AAAA,MACvB,gBAAAJ;AAAA,QAACY;AAAA,QAAA;AAAA,UACC,OAAO;AAAA,UACP,MAAK;AAAA,UACL,OAAM;AAAA,UACN,UAAS;AAAA,UACT,SAASlB;AAAA,UACT,MAAMC;AAAA,UACN,UAAUA;AAAA,QAAA;AAAA,MACZ;AAAA,IAAA,GACF;AAAA,EACF,EAAA,CAAA;AAEJ,GAEekB,IAAAC,EAAKxB,CAAgB;"}
@@ -1,38 +0,0 @@
1
- import o from "styled-components";
2
- import e from "../../../ui/layout/flex-view.js";
3
- const r = o.input`
4
- width: 100%;
5
- max-width: 330px;
6
- padding: 0;
7
- line-height: 40px;
8
- text-transform: ${({ textTransform: t }) => t || "none"};
9
- border: none;
10
- outline: none;
11
- background-color: transparent;
12
- font-size: 32px;
13
- text-align: ${({ align: t }) => t ?? "center"};
14
- caret-color: ${({ theme: t }) => t.colors.WHITE};
15
- color: ${({ theme: t }) => t.colors.WHITE};
16
- font-family: 'Athletics-Light';
17
- color: ${({ color: t }) => t};
18
-
19
- &::placeholder {
20
- font-family: 'Athletics-Light';
21
- font-size: 32px;
22
- }
23
- &::-webkit-outer-spin-button,
24
- &::-webkit-inner-spin-button {
25
- -webkit-appearance: none;
26
- }
27
- `;
28
- o(e)`
29
- width: 100%;
30
- `;
31
- const p = o(e)`
32
- position: relative;
33
- `;
34
- export {
35
- r as CustomInput,
36
- p as PasswordInputWrapper
37
- };
38
- //# sourceMappingURL=custom-input-field-styled.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"custom-input-field-styled.js","sources":["../../../../../src/features/auth/signup/custom-input-field/custom-input-field-styled.tsx"],"sourcesContent":["import styled from 'styled-components';\n\nimport FlexView from '../../../ui/layout/flex-view';\n\nexport const CustomInput = styled.input<{ color: string; align?: string; textTransform?: string }>`\n width: 100%;\n max-width: 330px;\n padding: 0;\n line-height: 40px;\n text-transform: ${({ textTransform }) => textTransform || 'none'};\n border: none;\n outline: none;\n background-color: transparent;\n font-size: 32px;\n text-align: ${({ align }) => align ?? 'center'};\n caret-color: ${({ theme }) => theme.colors.WHITE};\n color: ${({ theme }) => theme.colors.WHITE};\n font-family: 'Athletics-Light';\n color: ${({ color }) => color};\n\n &::placeholder {\n font-family: 'Athletics-Light';\n font-size: 32px;\n }\n &::-webkit-outer-spin-button,\n &::-webkit-inner-spin-button {\n -webkit-appearance: none;\n }\n`;\n\nexport const CountryCodeSelector = styled(FlexView)`\n width: 100%;\n`;\n\nexport const PasswordInputWrapper = styled(FlexView)`\n position: relative;\n`;\n"],"names":["CustomInput","styled","textTransform","align","theme","color","FlexView","PasswordInputWrapper"],"mappings":";;AAIO,MAAMA,IAAcC,EAAO;AAAA;AAAA;AAAA;AAAA;AAAA,oBAKd,CAAC,EAAE,eAAAC,QAAoBA,KAAiB,MAAM;AAAA;AAAA;AAAA;AAAA;AAAA,gBAKlD,CAAC,EAAE,OAAAC,QAAYA,KAAS,QAAQ;AAAA,iBAC/B,CAAC,EAAE,OAAAC,EAAA,MAAYA,EAAM,OAAO,KAAK;AAAA,WACvC,CAAC,EAAE,OAAAA,EAAA,MAAYA,EAAM,OAAO,KAAK;AAAA;AAAA,WAEjC,CAAC,EAAE,OAAAC,EAAM,MAAMA,CAAK;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAYIJ,EAAOK,CAAQ;AAAA;AAAA;AAIrC,MAAAC,IAAuBN,EAAOK,CAAQ;AAAA;AAAA;"}
@@ -1,85 +0,0 @@
1
- import { jsx as o, jsxs as W } from "react/jsx-runtime";
2
- import { useState as y, useCallback as x, useMemo as $ } from "react";
3
- import { useTheme as D } from "styled-components";
4
- import E from "../../../../assets/line-icons/icons/eye.js";
5
- import F from "../../../../assets/line-icons/icons/striked-eye.js";
6
- import H from "../../../ui/buttons/clickable/clickable.js";
7
- import P from "../../../ui/layout/flex-view.js";
8
- import { CustomInput as j, PasswordInputWrapper as G } from "./custom-input-field-styled.js";
9
- import { InputWrapper as K } from "./input-wrapper/input-wrapper.js";
10
- const R = ({
11
- value: n,
12
- onChange: c,
13
- error: i,
14
- helperText: b,
15
- onEnter: r,
16
- isLoading: g,
17
- isValid: p,
18
- type: t = "text",
19
- placeholder: u,
20
- actionElement: k,
21
- maxLength: m,
22
- width: a,
23
- textTransform: d,
24
- textAlign: f = "center"
25
- }) => {
26
- const s = D(), [l, T] = y(!1), w = x(
27
- (e) => {
28
- e.key === "Enter" && (r == null || r());
29
- },
30
- [r]
31
- ), h = $(() => t === "password" ? l ? "text" : "password" : t, [t, l]), I = $(() => i ? s.colors.RED : p ? s.colors.GREEN_4 : s.colors.WHITE, [i, p, s.colors]), C = x(
32
- () => /* @__PURE__ */ o(
33
- j,
34
- {
35
- value: n,
36
- onChange: (e) => c(e.target.value),
37
- autoFocus: !0,
38
- placeholder: u,
39
- color: I,
40
- autoCapitalize: "none",
41
- textTransform: d,
42
- type: h,
43
- onKeyDown: w,
44
- maxLength: m,
45
- align: f
46
- }
47
- ),
48
- [
49
- w,
50
- I,
51
- h,
52
- m,
53
- c,
54
- u,
55
- f,
56
- d,
57
- n
58
- ]
59
- );
60
- return /* @__PURE__ */ o(
61
- K,
62
- {
63
- helperText: i || b,
64
- isLoading: g,
65
- actionElement: k,
66
- children: t === "password" ? /* @__PURE__ */ W(
67
- G,
68
- {
69
- $width: a ?? 220,
70
- $alignItems: "center",
71
- $flexDirection: "row",
72
- $flexGapX: 0.5,
73
- children: [
74
- C(),
75
- /* @__PURE__ */ o(H, { label: "password-toggle", onClick: () => T((e) => !e), children: l ? /* @__PURE__ */ o(E, { color: "WHITE", width: 24, height: 24 }) : /* @__PURE__ */ o(F, { color: "WHITE", width: 24, height: 24 }) })
76
- ]
77
- }
78
- ) : /* @__PURE__ */ o(P, { $width: a ?? "100%", $flex: 1, children: C() })
79
- }
80
- );
81
- }, B = R;
82
- export {
83
- B as default
84
- };
85
- //# sourceMappingURL=custom-input-field.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"custom-input-field.js","sources":["../../../../../src/features/auth/signup/custom-input-field/custom-input-field.tsx"],"sourcesContent":["import type { ICustomInputFieldProps } from './custom-input-field-types';\n\nimport { useCallback, useMemo, useState, type FC, type KeyboardEvent } from 'react';\nimport { useTheme } from 'styled-components';\n\nimport EyeIcon from '../../../../assets/line-icons/icons/eye';\nimport StrikedEyeIcon from '../../../../assets/line-icons/icons/striked-eye';\nimport Clickable from '../../../ui/buttons/clickable/clickable';\nimport FlexView from '../../../ui/layout/flex-view';\nimport * as Styled from './custom-input-field-styled';\nimport { InputWrapper } from './input-wrapper/input-wrapper';\n\nconst CustomInputField: FC<ICustomInputFieldProps> = ({\n value,\n onChange,\n error,\n helperText,\n onEnter,\n isLoading,\n isValid,\n type = 'text',\n placeholder,\n actionElement,\n maxLength,\n width,\n textTransform,\n textAlign = 'center',\n}) => {\n const theme = useTheme();\n const [isPasswordVisible, setIsPasswordVisible] = useState(false);\n\n const handleKeyDown = useCallback(\n (event: KeyboardEvent<HTMLInputElement>) => {\n if (event.key === 'Enter') {\n onEnter?.();\n }\n },\n [onEnter],\n );\n\n const inputType = useMemo(() => {\n if (type === 'password') return isPasswordVisible ? 'text' : 'password';\n\n return type;\n }, [type, isPasswordVisible]);\n\n const inputColor = useMemo(() => {\n if (error) return theme.colors.RED;\n\n if (isValid) return theme.colors.GREEN_4;\n\n return theme.colors.WHITE;\n }, [error, isValid, theme.colors]);\n\n const renderInput = useCallback(\n () => (\n <Styled.CustomInput\n value={value}\n onChange={event => onChange(event.target.value)}\n autoFocus\n placeholder={placeholder}\n color={inputColor}\n autoCapitalize=\"none\"\n textTransform={textTransform}\n type={inputType}\n onKeyDown={handleKeyDown}\n maxLength={maxLength}\n align={textAlign}\n />\n ),\n [\n handleKeyDown,\n inputColor,\n inputType,\n maxLength,\n onChange,\n placeholder,\n textAlign,\n textTransform,\n value,\n ],\n );\n\n return (\n <InputWrapper\n helperText={error || helperText}\n isLoading={isLoading}\n actionElement={actionElement}\n >\n {type === 'password' ? (\n <Styled.PasswordInputWrapper\n $width={width ?? 220}\n $alignItems=\"center\"\n $flexDirection=\"row\"\n $flexGapX={0.5}\n >\n {renderInput()}\n <Clickable label=\"password-toggle\" onClick={() => setIsPasswordVisible(prev => !prev)}>\n {isPasswordVisible ? (\n <EyeIcon color=\"WHITE\" width={24} height={24} />\n ) : (\n <StrikedEyeIcon color=\"WHITE\" width={24} height={24} />\n )}\n </Clickable>\n </Styled.PasswordInputWrapper>\n ) : (\n <FlexView $width={width ?? '100%'} $flex={1}>\n {renderInput()}\n </FlexView>\n )}\n </InputWrapper>\n );\n};\n\nexport default CustomInputField;\n"],"names":["CustomInputField","value","onChange","error","helperText","onEnter","isLoading","isValid","type","placeholder","actionElement","maxLength","width","textTransform","textAlign","theme","useTheme","isPasswordVisible","setIsPasswordVisible","useState","handleKeyDown","useCallback","event","inputType","useMemo","inputColor","renderInput","jsx","Styled.CustomInput","InputWrapper","jsxs","Styled.PasswordInputWrapper","Clickable","prev","EyeIcon","StrikedEyeIcon","FlexView","CustomInputField$1"],"mappings":";;;;;;;;;AAYA,MAAMA,IAA+C,CAAC;AAAA,EACpD,OAAAC;AAAA,EACA,UAAAC;AAAA,EACA,OAAAC;AAAA,EACA,YAAAC;AAAA,EACA,SAAAC;AAAA,EACA,WAAAC;AAAA,EACA,SAAAC;AAAA,EACA,MAAAC,IAAO;AAAA,EACP,aAAAC;AAAA,EACA,eAAAC;AAAA,EACA,WAAAC;AAAA,EACA,OAAAC;AAAA,EACA,eAAAC;AAAA,EACA,WAAAC,IAAY;AACd,MAAM;AACJ,QAAMC,IAAQC,KACR,CAACC,GAAmBC,CAAoB,IAAIC,EAAS,EAAK,GAE1DC,IAAgBC;AAAA,IACpB,CAACC,MAA2C;AACtC,MAAAA,EAAM,QAAQ,YACNjB,KAAA,QAAAA;AAAA,IAEd;AAAA,IACA,CAACA,CAAO;AAAA,EAAA,GAGJkB,IAAYC,EAAQ,MACpBhB,MAAS,aAAmBS,IAAoB,SAAS,aAEtDT,GACN,CAACA,GAAMS,CAAiB,CAAC,GAEtBQ,IAAaD,EAAQ,MACrBrB,IAAcY,EAAM,OAAO,MAE3BR,IAAgBQ,EAAM,OAAO,UAE1BA,EAAM,OAAO,OACnB,CAACZ,GAAOI,GAASQ,EAAM,MAAM,CAAC,GAE3BW,IAAcL;AAAA,IAClB,MACE,gBAAAM;AAAA,MAACC;AAAAA,MAAA;AAAA,QACC,OAAA3B;AAAA,QACA,UAAU,CAAAqB,MAASpB,EAASoB,EAAM,OAAO,KAAK;AAAA,QAC9C,WAAS;AAAA,QACT,aAAAb;AAAA,QACA,OAAOgB;AAAA,QACP,gBAAe;AAAA,QACf,eAAAZ;AAAA,QACA,MAAMU;AAAA,QACN,WAAWH;AAAA,QACX,WAAAT;AAAA,QACA,OAAOG;AAAA,MAAA;AAAA,IACT;AAAA,IAEF;AAAA,MACEM;AAAA,MACAK;AAAA,MACAF;AAAA,MACAZ;AAAA,MACAT;AAAA,MACAO;AAAA,MACAK;AAAA,MACAD;AAAA,MACAZ;AAAA,IACF;AAAA,EAAA;AAIA,SAAA,gBAAA0B;AAAA,IAACE;AAAA,IAAA;AAAA,MACC,YAAY1B,KAASC;AAAA,MACrB,WAAAE;AAAA,MACA,eAAAI;AAAA,MAEC,gBAAS,aACR,gBAAAoB;AAAA,QAACC;AAAAA,QAAA;AAAA,UACC,QAAQnB,KAAS;AAAA,UACjB,aAAY;AAAA,UACZ,gBAAe;AAAA,UACf,WAAW;AAAA,UAEV,UAAA;AAAA,YAAYc,EAAA;AAAA,YACZ,gBAAAC,EAAAK,GAAA,EAAU,OAAM,mBAAkB,SAAS,MAAMd,EAAqB,CAAAe,MAAQ,CAACA,CAAI,GACjF,UAAAhB,IACE,gBAAAU,EAAAO,GAAA,EAAQ,OAAM,SAAQ,OAAO,IAAI,QAAQ,GAAI,CAAA,IAE9C,gBAAAP,EAACQ,GAAe,EAAA,OAAM,SAAQ,OAAO,IAAI,QAAQ,GAAI,CAAA,GAEzD;AAAA,UAAA;AAAA,QAAA;AAAA,MACF,sBAECC,GAAS,EAAA,QAAQxB,KAAS,QAAQ,OAAO,GACvC,UAAAc,EACH,EAAA,CAAA;AAAA,IAAA;AAAA,EAAA;AAIR,GAEAW,IAAerC;"}
@@ -1,86 +0,0 @@
1
- import r from "styled-components";
2
- const a = r.div`
3
- .react-datepicker {
4
- font-family: UntitledSans-Medium;
5
- font-size: 14px;
6
- background-color: ${({ theme: e }) => e.colors.BLACK_3};
7
- border: 1px solid ${({ theme: e }) => e.colors.BLACK_5};
8
- padding: 16px;
9
- border-radius: 8px;
10
- transition: all 0.3s ease-in-out;
11
- }
12
-
13
- .react-datepicker__aria-live {
14
- display: none;
15
- }
16
- .react-datepicker__header {
17
- color: ${({ theme: e }) => e.colors.WHITE};
18
- text-align: center;
19
- }
20
-
21
- .react-datepicker__month-wrapper {
22
- display: flex;
23
- }
24
- .react-datepicker__month-text {
25
- color: ${({ theme: e }) => e.colors.WHITE_T_38};
26
- cursor: pointer;
27
- padding: 8px;
28
- border-radius: 4px;
29
- &:hover {
30
- color: ${({ theme: e }) => e.colors.WHITE};
31
- }
32
- }
33
- .react-datepicker__month-text--disabled {
34
- color: ${({ theme: e }) => e.colors.WHITE_T_10};
35
- cursor: not-allowed;
36
- &:hover {
37
- color: ${({ theme: e }) => e.colors.WHITE_T_10};
38
- }
39
- }
40
- .react-datepicker__month-text--selected {
41
- color: ${({ theme: e }) => e.colors.WHITE};
42
- }
43
-
44
- .react-datepicker__navigation--previous {
45
- background: url('/path/to/your/custom-left-arrow.svg') no-repeat center;
46
- width: 20px;
47
- height: 20px;
48
- border: none;
49
- background-size: contain;
50
- }
51
-
52
- .react-datepicker__navigation--next {
53
- background: url('/path/to/your/custom-right-arrow.svg') no-repeat center;
54
- width: 20px;
55
- height: 20px;
56
- border: none;
57
- background-size: contain;
58
- }
59
-
60
- .react-datepicker__navigation-icon::before {
61
- content: none;
62
- }
63
-
64
- .react-datepicker__input-container input {
65
- max-width: 320px;
66
- padding: 0;
67
- line-height: 40px;
68
- border: none;
69
- outline: none;
70
- background-color: transparent;
71
- font-size: 32px;
72
- text-align: center;
73
- caret-color: ${({ theme: e }) => e.colors.WHITE};
74
- color: ${({ theme: e, color: o }) => o || e.colors.WHITE};
75
- font-family: 'Athletics-Light';
76
-
77
- &::placeholder {
78
- font-family: 'Athletics-Light';
79
- font-size: 32px;
80
- }
81
- }
82
- `;
83
- export {
84
- a as StyledDatePickerWrapper
85
- };
86
- //# sourceMappingURL=date-picker-input-styled.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"date-picker-input-styled.js","sources":["../../../../../../src/features/auth/signup/custom-input-field/date-picker-input/date-picker-input-styled.tsx"],"sourcesContent":["import styled from 'styled-components';\n\nexport const StyledDatePickerWrapper = styled.div`\n .react-datepicker {\n font-family: UntitledSans-Medium;\n font-size: 14px;\n background-color: ${({ theme }) => theme.colors.BLACK_3};\n border: 1px solid ${({ theme }) => theme.colors.BLACK_5};\n padding: 16px;\n border-radius: 8px;\n transition: all 0.3s ease-in-out;\n }\n\n .react-datepicker__aria-live {\n display: none;\n }\n .react-datepicker__header {\n color: ${({ theme }) => theme.colors.WHITE};\n text-align: center;\n }\n\n .react-datepicker__month-wrapper {\n display: flex;\n }\n .react-datepicker__month-text {\n color: ${({ theme }) => theme.colors.WHITE_T_38};\n cursor: pointer;\n padding: 8px;\n border-radius: 4px;\n &:hover {\n color: ${({ theme }) => theme.colors.WHITE};\n }\n }\n .react-datepicker__month-text--disabled {\n color: ${({ theme }) => theme.colors.WHITE_T_10};\n cursor: not-allowed;\n &:hover {\n color: ${({ theme }) => theme.colors.WHITE_T_10};\n }\n }\n .react-datepicker__month-text--selected {\n color: ${({ theme }) => theme.colors.WHITE};\n }\n\n .react-datepicker__navigation--previous {\n background: url('/path/to/your/custom-left-arrow.svg') no-repeat center;\n width: 20px;\n height: 20px;\n border: none;\n background-size: contain;\n }\n\n .react-datepicker__navigation--next {\n background: url('/path/to/your/custom-right-arrow.svg') no-repeat center;\n width: 20px;\n height: 20px;\n border: none;\n background-size: contain;\n }\n\n .react-datepicker__navigation-icon::before {\n content: none;\n }\n\n .react-datepicker__input-container input {\n max-width: 320px;\n padding: 0;\n line-height: 40px;\n border: none;\n outline: none;\n background-color: transparent;\n font-size: 32px;\n text-align: center;\n caret-color: ${({ theme }) => theme.colors.WHITE};\n color: ${({ theme, color }) => color || theme.colors.WHITE};\n font-family: 'Athletics-Light';\n\n &::placeholder {\n font-family: 'Athletics-Light';\n font-size: 32px;\n }\n }\n`;\n"],"names":["StyledDatePickerWrapper","styled","theme","color"],"mappings":";AAEO,MAAMA,IAA0BC,EAAO;AAAA;AAAA;AAAA;AAAA,wBAItB,CAAC,EAAE,OAAAC,EAAA,MAAYA,EAAM,OAAO,OAAO;AAAA,wBACnC,CAAC,EAAE,OAAAA,EAAA,MAAYA,EAAM,OAAO,OAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,aAU9C,CAAC,EAAE,OAAAA,EAAA,MAAYA,EAAM,OAAO,KAAK;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,aAQjC,CAAC,EAAE,OAAAA,EAAA,MAAYA,EAAM,OAAO,UAAU;AAAA;AAAA;AAAA;AAAA;AAAA,eAKpC,CAAC,EAAE,OAAAA,EAAA,MAAYA,EAAM,OAAO,KAAK;AAAA;AAAA;AAAA;AAAA,aAInC,CAAC,EAAE,OAAAA,EAAA,MAAYA,EAAM,OAAO,UAAU;AAAA;AAAA;AAAA,eAGpC,CAAC,EAAE,OAAAA,EAAA,MAAYA,EAAM,OAAO,UAAU;AAAA;AAAA;AAAA;AAAA,aAIxC,CAAC,EAAE,OAAAA,EAAA,MAAYA,EAAM,OAAO,KAAK;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAgC3B,CAAC,EAAE,OAAAA,EAAA,MAAYA,EAAM,OAAO,KAAK;AAAA,aACvC,CAAC,EAAE,OAAAA,GAAO,OAAAC,EAAA,MAAYA,KAASD,EAAM,OAAO,KAAK;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;"}