@stokr/components-library 3.0.16 → 3.0.17

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 (379) hide show
  1. package/README.md +261 -262
  2. package/dist/analytics/index.js +180 -0
  3. package/dist/api/auth.js +15 -0
  4. package/dist/api/fetchData.js +27 -0
  5. package/dist/api/fetchDataPublic.js +19 -0
  6. package/dist/auth/index.js +32 -0
  7. package/dist/components/2FA/Connect2FA.js +55 -0
  8. package/dist/components/2FA/EnterCode.js +63 -0
  9. package/dist/components/2FA/InstallAuthApp.js +64 -0
  10. package/dist/components/2FA/ResetCode.js +33 -0
  11. package/dist/components/2FA/Sucess2FA.js +51 -0
  12. package/dist/components/2FA/disable-2fa-flow.js +91 -0
  13. package/dist/components/2FA/enable-2fa-flow.js +137 -0
  14. package/dist/components/2FA/login-with-otp-flow.js +206 -0
  15. package/dist/components/2FA/main-flow.js +217 -0
  16. package/dist/components/AccountBalance/AccountBalance.js +35 -0
  17. package/dist/components/AccountBalance/AccountBalance.styles.js +48 -0
  18. package/dist/components/AdminDashboard/Table/ReactTable.js +266 -0
  19. package/dist/components/AdminDashboard/Table/ReactTableWrapper.js +65 -0
  20. package/dist/components/AdminDashboard/Table/Table.js +123 -0
  21. package/dist/components/AdminDashboard/Table/Table.styles.js +263 -0
  22. package/dist/components/AgreementItem/AgreementItem.js +39 -0
  23. package/dist/components/AgreementItem/AgreementItem.styles.js +32 -0
  24. package/dist/components/BackButton/BackButton.js +34 -0
  25. package/dist/components/BackButton/BackButton.styles.js +123 -0
  26. package/dist/components/Background/Background.js +45 -0
  27. package/dist/components/Background/Background.styles.js +119 -0
  28. package/dist/components/BasicTable/BasicTable.js +25 -0
  29. package/dist/components/BasicTable/BasicTable.styles.js +76 -0
  30. package/dist/components/BlogPost/BlogPost.js +98 -0
  31. package/dist/components/BlogPost/BlogPost.styles.js +230 -0
  32. package/dist/components/Button/Button.styles.js +207 -0
  33. package/dist/components/ButtonContainer/ButtonContainer.styles.js +51 -0
  34. package/dist/components/CapitalRaisedSummary/CaptialRaisedSummary.js +18 -0
  35. package/dist/components/CapitalRaisedSummary/CaptialRaisedSummary.styles.js +41 -0
  36. package/dist/components/Card/Card.styles.js +97 -0
  37. package/dist/components/ChartLegend/ChartLegend.js +62 -0
  38. package/dist/components/ChartLegend/ChartLegend.styles.js +133 -0
  39. package/dist/components/Checkbox/Checkbox.js +80 -0
  40. package/dist/components/Checkbox/Checkbox.styles.js +133 -0
  41. package/dist/components/Checklist/ChecklistCard.js +71 -0
  42. package/dist/components/Checklist/ChecklistCard.styles.js +82 -0
  43. package/dist/components/Chips/Chip.js +23 -0
  44. package/dist/components/Chips/Chip.styles.js +72 -0
  45. package/dist/components/Chips/ChipWrapper.js +50 -0
  46. package/dist/components/ComponentScroll/ComponentScroll.js +70 -0
  47. package/dist/components/ComponentScroll/ComponentScroll.styles.js +127 -0
  48. package/dist/components/ComponentWrapper/ComponentWrapper.styles.js +165 -0
  49. package/dist/components/ConfirmModal/ConfirmModal.js +187 -0
  50. package/dist/components/ConfirmModal/ConfirmModal.styles.js +44 -0
  51. package/dist/components/CryptoAddress/ComponentWrap.js +16 -0
  52. package/dist/components/CryptoAddress/CryptoAddress.js +151 -0
  53. package/dist/components/CryptoAddress/CryptoAddress.styles.js +443 -0
  54. package/dist/components/CryptoAddress/RadioWrap.js +47 -0
  55. package/dist/components/CryptoAddressDetails/CryptoAddressDetails.js +34 -0
  56. package/dist/components/CryptoAddressDetails/CryptoAddressDetails.styles.js +125 -0
  57. package/dist/components/CryptoAddressWrapper/CryptoAddressWrapper.js +25 -0
  58. package/dist/components/CryptoAddressWrapper/CryptoAddressWrapper.styles.js +111 -0
  59. package/dist/components/DoubleButton/DoubleButton.styles.js +27 -0
  60. package/dist/components/ErrorMessage/ErrorMessage.styles.js +9 -0
  61. package/dist/components/FAQ/FAQ.js +73 -0
  62. package/dist/components/FAQ/FAQ.styles.js +128 -0
  63. package/dist/components/Footer/Footer.js +55 -0
  64. package/dist/components/Footer/Footer.styles.js +256 -0
  65. package/dist/components/Footer/FooterLayout.js +145 -0
  66. package/dist/components/Footer/FooterMenu.js +100 -0
  67. package/dist/components/Footer/FooterMenu.styles.js +321 -0
  68. package/dist/components/ForgotPasswordModal/ForgotPasswordModal.js +100 -0
  69. package/dist/components/Form/Form.js +21 -0
  70. package/dist/components/Form/Form.styles.js +72 -0
  71. package/dist/components/Grid/Grid.styles.js +212 -0
  72. package/dist/components/Header/Header.js +425 -0
  73. package/dist/components/Header/Header.styles.js +567 -0
  74. package/dist/components/HeroBlock/HeroVideoBlock.js +105 -0
  75. package/dist/components/Icon/Icon.style.js +92 -0
  76. package/dist/components/Icon/Icon2.js +12 -0
  77. package/dist/components/InfoIcon/InfoIcon.js +62 -0
  78. package/dist/components/InfoIcon/InfoIcon.styles.js +64 -0
  79. package/dist/components/Input/DatePickerInput.js +139 -0
  80. package/dist/components/Input/DatePickerInput.styles.js +165 -0
  81. package/dist/components/Input/Input.js +108 -0
  82. package/dist/components/Input/Input.styles.js +154 -0
  83. package/dist/components/Input/InputPassword.js +122 -0
  84. package/dist/components/Input/InputPassword.styles.js +166 -0
  85. package/dist/components/Input/InputUsername.js +92 -0
  86. package/dist/components/Input/InputWithButton.js +53 -0
  87. package/dist/components/Input/InputWithButton.styles.js +57 -0
  88. package/dist/components/Input/MultiSelect.js +306 -0
  89. package/dist/components/Input/OtpInput.js +70 -0
  90. package/dist/components/Input/RangeInput.js +80 -0
  91. package/dist/components/Input/RangeInput.styles.js +129 -0
  92. package/dist/components/Input/SearchInput.js +68 -0
  93. package/dist/components/Input/SearchInput.styles.js +92 -0
  94. package/dist/components/Input/Select.js +151 -0
  95. package/dist/components/Input/Select.styles.js +148 -0
  96. package/dist/components/Input/TableFilterDropdown.js +247 -0
  97. package/dist/components/Input/Textarea.js +51 -0
  98. package/dist/components/Input/Textarea.styles.js +62 -0
  99. package/dist/components/InvestCalculator/InvestCalculator.js +283 -0
  100. package/dist/components/InvestCalculator/InvestCalculator.styles.js +94 -0
  101. package/dist/components/InvestmentStat/InvestmentStat.js +24 -0
  102. package/dist/components/InvestmentStat/InvestmentStat.styles.js +62 -0
  103. package/dist/components/LatestUpdate/LatestUpdate.js +24 -0
  104. package/dist/components/LatestUpdate/LatestUpdate.styles.js +90 -0
  105. package/dist/components/Layout/Layout.js +69 -0
  106. package/dist/components/LearnMoreCarousel/LearnMoreCarousel.js +32 -0
  107. package/dist/components/LearnMoreCarousel/LearnMoreCarousel.styles.js +208 -0
  108. package/dist/components/LearnMorePage/LearnMore.js +190 -0
  109. package/dist/components/LearnMorePage/LearnMore.propTypes.js +20 -0
  110. package/dist/components/LearnMorePage/LearnMore.shared.styles.js +56 -0
  111. package/dist/components/LearnMorePage/LearnMore.styles.js +276 -0
  112. package/dist/components/LearnMorePage/LearnMoreExampleObject.js +120 -0
  113. package/dist/components/LearnMorePage/LearnMoreItem.js +57 -0
  114. package/dist/components/LearnMorePage/LearnMoreItem.styles.js +234 -0
  115. package/dist/components/LearnMoreSection/LearnMore.js +138 -0
  116. package/dist/components/LearnMoreSection/LearnMore.styles.js +147 -0
  117. package/dist/components/LearnMoreSection/LearnMoreItem.js +33 -0
  118. package/dist/components/LearnMoreSection/LearnMoreItem.styles.js +60 -0
  119. package/dist/components/LoginModal/LoginModal.js +142 -0
  120. package/dist/components/MainMenu/DynamicMainMenu.js +38 -0
  121. package/dist/components/MainMenu/MainMenu.js +210 -0
  122. package/dist/components/MainMenu/MainMenu.styles.js +362 -0
  123. package/dist/components/MenuNav/MenuNav.styles.js +66 -0
  124. package/dist/components/Modal/Modal.js +119 -0
  125. package/dist/components/Modal/Modal.styles.js +450 -0
  126. package/dist/components/Modal/NewVentureModal/NewVentureModal.js +262 -0
  127. package/dist/components/Modal/PaymentModal.js +149 -0
  128. package/dist/components/Modal/SideModal.js +89 -0
  129. package/dist/components/Modal/SideModal.styles.js +55 -0
  130. package/dist/components/Modal/SuccessModal/SuccessModal.js +170 -0
  131. package/dist/components/Modal/SuccessModal/SuccessModal.styles.js +53 -0
  132. package/dist/components/MultiProgressBar/MultiProgressBar.js +30 -0
  133. package/dist/components/MultiProgressBar/MultiProgressBar.styles.js +105 -0
  134. package/dist/components/Newsletter/Newsletter.js +122 -0
  135. package/dist/components/Newsletter/Newsletter.styles.js +186 -0
  136. package/dist/components/NotificationCounter/NotificationCounter.styles.js +38 -0
  137. package/dist/components/Number/Number.js +50 -0
  138. package/dist/components/Number/Number.styles.js +23 -0
  139. package/dist/components/PageTransition/PageTransition.js +51 -0
  140. package/dist/components/Pagination/Pagination.js +58 -0
  141. package/dist/components/Pagination/Pagination.styles.js +59 -0
  142. package/dist/components/Pagination/PaginationControls.js +113 -0
  143. package/dist/components/Pagination/usePagination.js +40 -0
  144. package/dist/components/Payment/PaymentDetailsCard.js +224 -0
  145. package/dist/components/Payment/PaymentDisplay.js +199 -0
  146. package/dist/components/Payment/TimerComponent.js +92 -0
  147. package/dist/components/Process/Process.styles.js +84 -0
  148. package/dist/components/ProfileBadge/ProfileBadge.js +35 -0
  149. package/dist/components/ProfileBadge/ProfileBadge.styles.js +53 -0
  150. package/dist/components/ProfileBox/ProfileBox.js +27 -0
  151. package/dist/components/ProfileBox/ProfileBox.styles.js +67 -0
  152. package/dist/components/ProfileStat/ProfileStat.js +29 -0
  153. package/dist/components/ProfileStat/ProfileStat.styles.js +90 -0
  154. package/dist/components/QRCode/QRCode.js +51 -0
  155. package/dist/components/Radio/Radio.js +51 -0
  156. package/dist/components/Radio/Radio.styles.js +100 -0
  157. package/dist/components/RefreshButton/RefreshButton.js +21 -0
  158. package/dist/components/RefreshButton/RefreshButton.styles.js +64 -0
  159. package/dist/components/RegisterConfirmModal/RegisterConfirmModal.js +65 -0
  160. package/dist/components/RegisterConfirmModal/RegisterConfirmModal.styles.js +20 -0
  161. package/dist/components/RegisterModal/RegisterModal.js +248 -0
  162. package/dist/components/RequestDataBox/RequestDataBox.js +21 -0
  163. package/dist/components/RequestDataBox/RequestDataBox.styles.js +43 -0
  164. package/dist/components/ResetConfirmModal/ResetConfirmModal.js +44 -0
  165. package/dist/components/ResetConfirmModal/ResetConfirmModal.styles.js +41 -0
  166. package/dist/components/ResetPasswordModal/ResetPasswordModal.js +134 -0
  167. package/dist/components/SEO/SEO.js +66 -0
  168. package/dist/components/SectionTitle/SectionTitle.styles.js +26 -0
  169. package/dist/components/SideLine/SideLine.js +7 -0
  170. package/dist/components/SideLine/SideLine.styles.js +33 -0
  171. package/dist/components/Slider/Slider.js +31 -0
  172. package/dist/components/Slider/Slider.styles.js +120 -0
  173. package/dist/components/Snackbar/Snackbar.js +111 -0
  174. package/dist/components/Snackbar/Snackbar.styles.js +230 -0
  175. package/dist/components/Snackbar/SnackbarProvider.js +66 -0
  176. package/dist/components/Snackbar/useSnackbar.js +12 -0
  177. package/dist/components/SpanButton/SpanButton.styles.js +19 -0
  178. package/dist/components/StatusBadge/StatusBadge.styles.js +18 -0
  179. package/dist/components/StatusTag/StatusTag.js +105 -0
  180. package/dist/components/StatusTag/StatusTag.styles.js +88 -0
  181. package/dist/components/StepController/StepController.js +86 -0
  182. package/dist/components/StepController/StepController.styles.js +33 -0
  183. package/dist/components/StepController/StepControllerContext.js +65 -0
  184. package/dist/components/StepController/StepControllerProgress.js +37 -0
  185. package/dist/components/StepsProgress/StepIndicator.js +40 -0
  186. package/dist/components/StepsProgress/StepIndicator.styles.js +69 -0
  187. package/dist/components/StepsProgress/StepsProgress.js +67 -0
  188. package/dist/components/StepsProgress/StepsProgress.styles.js +105 -0
  189. package/dist/components/StokrLoader/StokrLoader.js +111 -0
  190. package/dist/components/StokrLoader/media.js +23 -0
  191. package/dist/components/SvgIcons/AdminBadgeSvg.js +27 -0
  192. package/dist/components/SvgIcons/CameraSvg.js +31 -0
  193. package/dist/components/SvgIcons/CapsLockSvg.js +36 -0
  194. package/dist/components/SvgIcons/DocumentBackSvg.js +20 -0
  195. package/dist/components/SvgIcons/DocumentSmallSvg.js +41 -0
  196. package/dist/components/SvgIcons/DocumentSvg.js +39 -0
  197. package/dist/components/SvgIcons/EthSvg.js +28 -0
  198. package/dist/components/SvgIcons/EurSvg.js +27 -0
  199. package/dist/components/SvgIcons/FaceScanIconSvg.js +17 -0
  200. package/dist/components/SvgIcons/FourSvg.js +7 -0
  201. package/dist/components/SvgIcons/Glassess.js +26 -0
  202. package/dist/components/SvgIcons/LogoSvg.js +17 -0
  203. package/dist/components/SvgIcons/OneSvg.js +10 -0
  204. package/dist/components/SvgIcons/PassportSvg.js +37 -0
  205. package/dist/components/SvgIcons/RefreshSvg.js +28 -0
  206. package/dist/components/SvgIcons/SocialFacebook.js +22 -0
  207. package/dist/components/SvgIcons/SocialInstagram.js +13 -0
  208. package/dist/components/SvgIcons/SocialLinkedIn.js +31 -0
  209. package/dist/components/SvgIcons/SocialMedium.js +21 -0
  210. package/dist/components/SvgIcons/SocialReddit.js +21 -0
  211. package/dist/components/SvgIcons/SocialTelegram.js +60 -0
  212. package/dist/components/SvgIcons/SocialTwitter.js +62 -0
  213. package/dist/components/SvgIcons/SocialYoutube.js +22 -0
  214. package/dist/components/SvgIcons/ThreeSvg.js +7 -0
  215. package/dist/components/SvgIcons/TwoSidedDocumentSvg.js +48 -0
  216. package/dist/components/SvgIcons/TwoSvg.js +10 -0
  217. package/dist/components/SvgIcons/UpdateDefaultSvg.js +12 -0
  218. package/dist/components/SvgIcons/UpdateHardSvg.js +10 -0
  219. package/dist/components/SvgIcons/UpdateSoftSvg.js +11 -0
  220. package/dist/components/SvgIcons/UploadSvg.js +12 -0
  221. package/dist/components/SvgIcons/VerifiedBadge.js +16 -0
  222. package/dist/components/Switch/Switch.js +63 -0
  223. package/dist/components/Switch/Switch.styles.js +126 -0
  224. package/dist/components/Tabs/Tabs.js +54 -0
  225. package/dist/components/Tabs/Tabs.styles.js +15 -0
  226. package/dist/components/TabsNav/TabNav.js +16 -0
  227. package/dist/components/TabsNav/TabsNav.js +30 -0
  228. package/dist/components/TabsNav/TabsNav.styles.js +103 -0
  229. package/dist/components/TeamOverview/TeamOverview.js +80 -0
  230. package/dist/components/TeamOverview/TeamOverview.styles.js +167 -0
  231. package/dist/components/TermsModal/TermsModal.js +145 -0
  232. package/dist/components/TermsModal/_styles.js +313 -0
  233. package/dist/components/Text/Text.styles.js +220 -0
  234. package/dist/components/TextLink/TextLink.styles.js +67 -0
  235. package/dist/components/Timeline/Timeline.js +44 -0
  236. package/dist/components/Timeline/Timeline.styles.js +147 -0
  237. package/dist/components/Timeline/TimelineStep.js +58 -0
  238. package/dist/components/ToDoList/ToDoList.js +172 -0
  239. package/dist/components/ToDoList/ToDoList.styles.js +122 -0
  240. package/dist/components/ToDoList/ToDoListTask.js +95 -0
  241. package/dist/components/ToDoList/ToDoListTask.styles.js +119 -0
  242. package/dist/components/TransactionDetails/TransactionDetails.js +27 -0
  243. package/dist/components/TransactionDetails/TransactionDetails.styles.js +38 -0
  244. package/dist/components/TransactionInfo/TransactionInfo.js +41 -0
  245. package/dist/components/TransactionInfo/TransactionInfo.styles.js +75 -0
  246. package/dist/components/VerifyEmailModal/VerifyEmailModal.js +122 -0
  247. package/dist/components/breakdown/Breakdown.js +126 -0
  248. package/dist/components/headerHo/HeaderHo.js +709 -0
  249. package/dist/components/icons/Arrow.js +38 -0
  250. package/dist/components/icons/ArrowSimple.js +34 -0
  251. package/dist/components/icons/Check.js +16 -0
  252. package/dist/components/icons/Facebook.js +10 -0
  253. package/dist/components/icons/Info.js +27 -0
  254. package/dist/components/icons/Instagram.js +10 -0
  255. package/dist/components/icons/LinkIcon.js +49 -0
  256. package/dist/components/icons/LinkedIn.js +13 -0
  257. package/dist/components/icons/Medium.js +13 -0
  258. package/dist/components/icons/Reddit.js +16 -0
  259. package/dist/components/icons/Share.js +31 -0
  260. package/dist/components/icons/Telegram.js +13 -0
  261. package/dist/components/icons/Twitter.js +10 -0
  262. package/dist/components/icons/X.js +10 -0
  263. package/dist/components/icons/Youtube.js +10 -0
  264. package/dist/components/icons/index.js +32 -0
  265. package/dist/components/landing-page/List.js +51 -0
  266. package/dist/components/landing-page/PageContent.js +65 -0
  267. package/dist/components/landing-page/PageText.js +171 -0
  268. package/dist/components/landing-page/PageTitle.js +259 -0
  269. package/dist/components/logo/Logo.js +57 -0
  270. package/dist/components/taxId/complete.js +24 -0
  271. package/dist/components/taxId/flow.js +53 -0
  272. package/dist/components/taxId/register-taxid.js +166 -0
  273. package/dist/config.js +44 -0
  274. package/dist/constants/globalVariables.js +87 -0
  275. package/dist/constants/style.js +48 -0
  276. package/dist/context/Auth.js +396 -0
  277. package/dist/context/AuthContext.js +781 -0
  278. package/dist/context/Checkbox/CheckboxContext.js +151 -0
  279. package/dist/firebase-config.js +73 -0
  280. package/dist/hooks/useNewVentureForm.js +262 -0
  281. package/dist/hooks/useTimer.js +89 -0
  282. package/dist/index.js +628 -25463
  283. package/dist/model/axios.js +10 -0
  284. package/dist/model/axiosPublic.js +9 -0
  285. package/dist/services/TimerService.js +80 -0
  286. package/dist/static/animations/checked.lottie.js +4 -0
  287. package/dist/static/animations/progress.lottie.js +4 -0
  288. package/dist/static/fonts/Ionicons/Ionicons.ttf.js +4 -0
  289. package/dist/static/fonts/Ionicons/Ionicons.woff.js +4 -0
  290. package/dist/static/fonts/Ionicons/Ionicons.woff2.js +4 -0
  291. package/dist/static/fonts/Ionicons/ionicons.min.css.js +4 -0
  292. package/dist/static/fonts/OpenSans/OpenSans-Bold.ttf.js +4 -0
  293. package/dist/static/fonts/OpenSans/OpenSans-Bold.woff.js +4 -0
  294. package/dist/static/fonts/OpenSans/OpenSans-Bold.woff2.js +4 -0
  295. package/dist/static/fonts/OpenSans/OpenSans-ExtraBold.ttf.js +4 -0
  296. package/dist/static/fonts/OpenSans/OpenSans-ExtraBold.woff.js +4 -0
  297. package/dist/static/fonts/OpenSans/OpenSans-ExtraBold.woff2.js +4 -0
  298. package/dist/static/fonts/OpenSans/OpenSans-Light.ttf.js +4 -0
  299. package/dist/static/fonts/OpenSans/OpenSans-Light.woff.js +4 -0
  300. package/dist/static/fonts/OpenSans/OpenSans-Light.woff2.js +4 -0
  301. package/dist/static/fonts/OpenSans/OpenSans-Regular.ttf.js +4 -0
  302. package/dist/static/fonts/OpenSans/OpenSans-Regular.woff.js +4 -0
  303. package/dist/static/fonts/OpenSans/OpenSans-Regular.woff2.js +4 -0
  304. package/dist/static/fonts/OpenSans/OpenSans-SemiBold.ttf.js +4 -0
  305. package/dist/static/fonts/OpenSans/OpenSans-SemiBold.woff.js +4 -0
  306. package/dist/static/fonts/OpenSans/OpenSans-SemiBold.woff2.js +4 -0
  307. package/dist/static/fonts/icomoon/icomoon.eot.js +4 -0
  308. package/dist/static/fonts/icomoon/icomoon.svg.js +4 -0
  309. package/dist/static/fonts/icomoon/icomoon.ttf.js +4 -0
  310. package/dist/static/fonts/icomoon/icomoon.woff.js +4 -0
  311. package/dist/static/images/add-folder-icon.svg.js +5 -0
  312. package/dist/static/images/address-refreshing.gif.js +4 -0
  313. package/dist/static/images/arrow-down-black.svg.js +4 -0
  314. package/dist/static/images/avatar-placeholder.png.js +4 -0
  315. package/dist/static/images/background3.png.js +4 -0
  316. package/dist/static/images/bitcoin-logo.svg.js +4 -0
  317. package/dist/static/images/bmn2-logo.svg.js +4 -0
  318. package/dist/static/images/check-icon.svg.js +5 -0
  319. package/dist/static/images/checkmark-circle-icon.svg.js +5 -0
  320. package/dist/static/images/close-circle-icon.svg.js +5 -0
  321. package/dist/static/images/copy_icon.svg.js +5 -0
  322. package/dist/static/images/cross-icon.svg.js +5 -0
  323. package/dist/static/images/early-adopter.png.js +4 -0
  324. package/dist/static/images/eth_logo.svg.js +4 -0
  325. package/dist/static/images/filter-icon.svg.js +5 -0
  326. package/dist/static/images/google_auth.png.js +4 -0
  327. package/dist/static/images/graduation.png.js +4 -0
  328. package/dist/static/images/mangopay.svg.js +4 -0
  329. package/dist/static/images/numbers/number_eight.svg.js +5 -0
  330. package/dist/static/images/numbers/number_five.svg.js +5 -0
  331. package/dist/static/images/numbers/number_four.svg.js +5 -0
  332. package/dist/static/images/numbers/number_nine.svg.js +5 -0
  333. package/dist/static/images/numbers/number_one.svg.js +5 -0
  334. package/dist/static/images/numbers/number_seven.svg.js +5 -0
  335. package/dist/static/images/numbers/number_six.svg.js +5 -0
  336. package/dist/static/images/numbers/number_three.svg.js +5 -0
  337. package/dist/static/images/numbers/number_two.svg.js +5 -0
  338. package/dist/static/images/numbers/number_zero.svg.js +5 -0
  339. package/dist/static/images/process-waiting.gif.js +4 -0
  340. package/dist/static/images/search-icon.svg.js +5 -0
  341. package/dist/static/images/social/Facebook_Logo.png.js +4 -0
  342. package/dist/static/images/social/LI-In-Bug.png.js +4 -0
  343. package/dist/static/images/social/Telegram-Logo.png.js +4 -0
  344. package/dist/static/images/social/X-logo-black.png.js +4 -0
  345. package/dist/static/images/social/youtube_social_circle_red.png.js +4 -0
  346. package/dist/static/images/transfer-icon.svg.js +5 -0
  347. package/dist/static/images/usdc-logo.svg.js +4 -0
  348. package/dist/static/images/usdq-logo.png.js +4 -0
  349. package/dist/static/images/warning-filled.svg.js +5 -0
  350. package/dist/styles/colors.js +56 -0
  351. package/dist/styles/fonts.js +100 -0
  352. package/dist/styles/global.js +74 -0
  353. package/dist/styles/grid.js +11 -0
  354. package/dist/styles/ioniconsStyles.js +31 -0
  355. package/dist/styles/reactTippy.js +40 -0
  356. package/dist/styles/rwd.js +56 -0
  357. package/dist/styles/semanticUi.js +84 -0
  358. package/dist/styles/spacing.js +8 -0
  359. package/dist/styles/theme.js +34 -0
  360. package/dist/utils/check-sale-time-left.js +85 -0
  361. package/dist/utils/check-todo-status.js +11 -0
  362. package/dist/utils/checklistGenerator.js +195 -0
  363. package/dist/utils/copyToClipboard.js +92 -0
  364. package/dist/utils/customHooks.js +126 -0
  365. package/dist/utils/delete-redirect-cookie-and-navigate.js +12 -0
  366. package/dist/utils/fix-decimals.js +5 -0
  367. package/dist/utils/formatCurrencyValue.js +95 -0
  368. package/dist/utils/get-cookie-domain.js +10 -0
  369. package/dist/utils/get-short-address.js +4 -0
  370. package/dist/utils/isUSInvestor.js +6 -0
  371. package/dist/utils/km_ify.js +33 -0
  372. package/dist/utils/moment.js +26 -0
  373. package/dist/utils/redirect-url.js +5 -0
  374. package/dist/utils/saveAs.js +17 -0
  375. package/dist/utils/scrollUtils.js +63 -0
  376. package/dist/utils/set-redirect-cookie.js +16 -0
  377. package/dist/utils/transition.js +101 -0
  378. package/dist/utils/withRouter.js +24 -0
  379. package/package.json +146 -146
@@ -0,0 +1,51 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ import PropTypes from "prop-types";
4
+ import { QRCodeSVG } from "qrcode.react";
5
+ import styled from "styled-components";
6
+ const QRCodeWrapper = styled.div.withConfig({
7
+ shouldForwardProp: (props) => !["padding", "backgroundColor", "withShadow"].includes(props)
8
+ })`
9
+ display: inline-block;
10
+ padding: ${({ padding }) => padding}px;
11
+ background-color: ${({ backgroundColor }) => backgroundColor};
12
+ border-radius: 8px;
13
+ box-shadow: ${({ withShadow }) => withShadow ? "0 2px 8px rgba(0, 0, 0, 0.2)" : "none"};
14
+ `;
15
+ const QRCode = ({
16
+ value,
17
+ size = 128,
18
+ fgColor = "#000000",
19
+ bgColor = "#ffffff",
20
+ backgroundColor = "#ffffff",
21
+ level = "L",
22
+ padding = 8,
23
+ withShadow = false,
24
+ ...props
25
+ }) => {
26
+ return /* @__PURE__ */ jsx(QRCodeWrapper, { padding, withShadow, backgroundColor, ...props, children: /* @__PURE__ */ jsx(QRCodeSVG, { value, size, fgColor, bgColor, level, includeMargin: false }) });
27
+ };
28
+ QRCode.propTypes = {
29
+ /** URL or text to encode in the QR code */
30
+ value: PropTypes.string.isRequired,
31
+ /** Size of the QR code in pixels */
32
+ size: PropTypes.number,
33
+ /** Foreground color (the QR code pattern itself) */
34
+ fgColor: PropTypes.string,
35
+ /** Background color of the QR code itself */
36
+ bgColor: PropTypes.string,
37
+ /** Background color of the wrapper */
38
+ backgroundColor: PropTypes.string,
39
+ /** Error correction level: 'L', 'M', 'Q', 'H' */
40
+ level: PropTypes.oneOf(["L", "M", "Q", "H"]),
41
+ /** Padding around the QR code in pixels */
42
+ padding: PropTypes.number,
43
+ /** Whether to add a shadow effect */
44
+ withShadow: PropTypes.bool
45
+ };
46
+ var stdin_default = QRCode;
47
+ export {
48
+ QRCode,
49
+ QRCodeWrapper,
50
+ stdin_default as default
51
+ };
@@ -0,0 +1,51 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ import PropTypes from "prop-types";
4
+ import { Wrapper, Label, Input } from "./Radio.styles.js";
5
+ const Radio = ({
6
+ id,
7
+ name = "",
8
+ text = "",
9
+ label = "",
10
+ value = "",
11
+ checked = false,
12
+ error = false,
13
+ touched = false,
14
+ onChange,
15
+ onBlur,
16
+ onFocus
17
+ }) => /* @__PURE__ */ jsxs(Wrapper, { children: [
18
+ label && /* @__PURE__ */ jsx(Label, { error: error && touched, htmlFor: id, children: label }),
19
+ /* @__PURE__ */ jsxs(Input, { error: error && touched, children: [
20
+ /* @__PURE__ */ jsx(
21
+ "input",
22
+ {
23
+ type: "radio",
24
+ id,
25
+ name: name || id,
26
+ value,
27
+ checked,
28
+ onChange,
29
+ onBlur,
30
+ onFocus
31
+ }
32
+ ),
33
+ /* @__PURE__ */ jsx("label", { htmlFor: id, children: text })
34
+ ] })
35
+ ] });
36
+ Radio.propTypes = {
37
+ id: PropTypes.string.isRequired,
38
+ name: PropTypes.string,
39
+ text: PropTypes.oneOfType([PropTypes.string, PropTypes.node]),
40
+ label: PropTypes.string,
41
+ value: PropTypes.string,
42
+ checked: PropTypes.bool,
43
+ error: PropTypes.bool,
44
+ touched: PropTypes.bool,
45
+ onChange: PropTypes.func,
46
+ onBlur: PropTypes.func,
47
+ onFocus: PropTypes.func
48
+ };
49
+ export {
50
+ Radio
51
+ };
@@ -0,0 +1,100 @@
1
+ import styled from "styled-components";
2
+ import { Label as Label$1 } from "../Input/Input.styles.js";
3
+ import theme from "../../styles/theme.js";
4
+ const Wrapper = styled.div`
5
+ position: relative;
6
+ display: block;
7
+ `;
8
+ const Label = styled(Label$1)`
9
+ position: relative;
10
+ top: 0;
11
+ transform: none;
12
+ font-size: 10px;
13
+ margin-bottom: 5px;
14
+ `;
15
+ const Input = styled.div.withConfig({
16
+ shouldForwardProp: (props) => !["error"].includes(props)
17
+ })`
18
+ position: relative;
19
+
20
+ & > input {
21
+ z-index: -1;
22
+ position: absolute;
23
+ top: 4px;
24
+ left: 4px;
25
+ display: block;
26
+ width: 1px;
27
+ height: 0;
28
+ opacity: 0;
29
+ border: 0;
30
+
31
+ & + label {
32
+ position: relative;
33
+ display: inline-block;
34
+ max-width: 100%;
35
+ padding-left: 28px;
36
+ font-family: 'Open Sans';
37
+ font-size: 13px;
38
+ line-height: 16px;
39
+ letter-spacing: 0.4px;
40
+ cursor: pointer;
41
+
42
+ &:before,
43
+ &:after {
44
+ content: '';
45
+ display: block;
46
+ position: absolute;
47
+ }
48
+
49
+ &:before {
50
+ top: 0;
51
+ left: 0;
52
+ width: 16px;
53
+ height: 16px;
54
+ border-radius: 8px;
55
+ border: 1px solid #9b9b9b;
56
+ box-shadow: none;
57
+ transition: border-color 0.2s;
58
+ }
59
+
60
+ &:after {
61
+ top: 5px;
62
+ left: 5px;
63
+ width: 6px;
64
+ height: 6px;
65
+ border-radius: 3px;
66
+ background-color: transparent;
67
+ }
68
+ }
69
+
70
+ &:focus + label,
71
+ &:hover + label {
72
+ &:before {
73
+ border-color: ${() => theme.cPrimary};
74
+ }
75
+ }
76
+
77
+ &:checked + label {
78
+ &:after {
79
+ background-color: ${() => theme.cPrimary};
80
+ }
81
+ }
82
+ }
83
+
84
+ ${(props) => props.error && `
85
+ & > input {
86
+
87
+ & + label {
88
+
89
+ &:before {
90
+ border-color: ${theme.cWarning};
91
+ }
92
+ }
93
+ }
94
+ `}
95
+ `;
96
+ export {
97
+ Input,
98
+ Label,
99
+ Wrapper
100
+ };
@@ -0,0 +1,21 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ import PropTypes from "prop-types";
4
+ import stdin_default$1 from "../SvgIcons/RefreshSvg.js";
5
+ import "../SvgIcons/SocialInstagram.js";
6
+ import { StyledButton, IconWrap, Content } from "./RefreshButton.styles.js";
7
+ const RefreshButton = (props) => {
8
+ const { children } = props;
9
+ return /* @__PURE__ */ jsxs(StyledButton, { ...props, children: [
10
+ /* @__PURE__ */ jsx(IconWrap, { children: /* @__PURE__ */ jsx(stdin_default$1, {}) }),
11
+ /* @__PURE__ */ jsx(Content, { children })
12
+ ] });
13
+ };
14
+ RefreshButton.propTypes = {
15
+ children: PropTypes.node.isRequired
16
+ };
17
+ var stdin_default = RefreshButton;
18
+ export {
19
+ RefreshButton,
20
+ stdin_default as default
21
+ };
@@ -0,0 +1,64 @@
1
+ import styled from "styled-components";
2
+ import { Button } from "../Button/Button.styles.js";
3
+ import theme from "../../styles/theme.js";
4
+ const IconWrap = styled.div`
5
+ display: block;
6
+ width: 24px;
7
+ height: 24px;
8
+ position: absolute;
9
+ top: 50%;
10
+ margin-top: -12px;
11
+ left: 0;
12
+ border-radius: 12px;
13
+
14
+ & > svg {
15
+ fill: ${() => theme.cPrimary};
16
+ stroke: ${() => theme.cPrimary};
17
+ display: block;
18
+ width: 16px;
19
+ height: 16px;
20
+ position: absolute;
21
+ top: 50%;
22
+ left: 50%;
23
+ margin-top: -8px;
24
+ margin-left: -8px;
25
+ transition: color 0.2s;
26
+ }
27
+ `;
28
+ const StyledButton = styled(Button).attrs((props) => ({
29
+ type: props.type || "button"
30
+ }))`
31
+ position: relative;
32
+ color: ${() => theme.cBlack};
33
+ border: 1px solid transparent;
34
+ background-color: transparent;
35
+ text-align: left;
36
+ padding: 11px 0;
37
+ padding-left: 34px;
38
+
39
+ &:hover,
40
+ &:focus,
41
+ &:active {
42
+ color: ${() => theme.cBlack};
43
+ border-color: transparent;
44
+ background-color: transparent;
45
+
46
+ ${IconWrap} {
47
+ & > svg {
48
+ fill: ${() => theme.cPrimaryDark};
49
+ transform: rotate(360deg);
50
+ transition:
51
+ color 0.2s,
52
+ transform 0.3s ease-out;
53
+ }
54
+ }
55
+ }
56
+ `;
57
+ const Content = styled.div`
58
+ display: inline-block;
59
+ `;
60
+ export {
61
+ Content,
62
+ IconWrap,
63
+ StyledButton
64
+ };
@@ -0,0 +1,65 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ import PropTypes from "prop-types";
4
+ import styled from "styled-components";
5
+ import { RED_BASE_HEX } from "../../constants/style.js";
6
+ import { Modal } from "../Modal/Modal.js";
7
+ import { Text } from "../Text/Text.styles.js";
8
+ import { TextLink } from "../TextLink/TextLink.styles.js";
9
+ import { Row, Column } from "../Grid/Grid.styles.js";
10
+ import { ContainerWithLine } from "./RegisterConfirmModal.styles.js";
11
+ import { ComponentWrapper } from "../ComponentWrapper/ComponentWrapper.styles.js";
12
+ import { FormError } from "../Form/Form.styles.js";
13
+ import { ModalInner } from "../Modal/Modal.styles.js";
14
+ const RedBar = styled.div`
15
+ background: ${RED_BASE_HEX};
16
+ bottom: 0;
17
+ height: 30%;
18
+ position: absolute;
19
+ right: 0;
20
+ width: 50%;
21
+ `;
22
+ const RegisterConfirmModal = ({
23
+ id,
24
+ userInfo,
25
+ isModalOpen,
26
+ onModalClose,
27
+ onResend,
28
+ popupError,
29
+ popupSuccess,
30
+ isActionLoading,
31
+ cooldown
32
+ }) => {
33
+ const userEmail = userInfo && userInfo.email;
34
+ return /* @__PURE__ */ jsxs(Modal, { isOpen: isModalOpen, onClose: onModalClose, closeIsFullHeight: true, id, children: [
35
+ /* @__PURE__ */ jsx(Row, { isConfirmModal: true, children: /* @__PURE__ */ jsx(Column, { part: 10, isConfirmModal: true, children: /* @__PURE__ */ jsx(ModalInner, { children: /* @__PURE__ */ jsxs(ContainerWithLine, { children: [
36
+ /* @__PURE__ */ jsxs(Text, { children: [
37
+ /* @__PURE__ */ jsx("h3", { children: "GREAT! CHECK YOUR INBOX" }),
38
+ /* @__PURE__ */ jsxs("p", { children: [
39
+ "We sent an email to ",
40
+ userEmail,
41
+ " — tap the link to verify your address and activate your account."
42
+ ] })
43
+ ] }),
44
+ /* @__PURE__ */ jsxs(Text.Caption, { children: [
45
+ "Email didn't arrive?",
46
+ /* @__PURE__ */ jsx("br", {})
47
+ ] }),
48
+ /* @__PURE__ */ jsx(TextLink, { to: "", onClick: onResend, disabled: cooldown?.isDisabled, children: isActionLoading === "resend" ? "Resending email" : "Resend email" }),
49
+ /* @__PURE__ */ jsx(ComponentWrapper, { noPaddingVertical: true, noPaddingHorizontal: true, children: /* @__PURE__ */ jsx(FormError, { show: popupError.popup === "resend", children: popupError.message }) }),
50
+ /* @__PURE__ */ jsx(ComponentWrapper, { noPaddingVertical: true, noPaddingHorizontal: true, children: /* @__PURE__ */ jsx(FormError, { show: popupSuccess.popup === "resend", children: popupSuccess.message }) }),
51
+ /* @__PURE__ */ jsx(ComponentWrapper, { noPaddingBottom: true, noPaddingHorizontal: true, children: cooldown?.isDisabled && /* @__PURE__ */ jsx(FormError, { show: cooldown?.isDisabled, children: `You can resend email in ${cooldown?.secondsRemaining} seconds` }) })
52
+ ] }) }) }) }),
53
+ /* @__PURE__ */ jsx(RedBar, {})
54
+ ] });
55
+ };
56
+ RegisterConfirmModal.propTypes = {
57
+ isModalOpen: PropTypes.bool.isRequired,
58
+ onModalClose: PropTypes.func.isRequired
59
+ };
60
+ var stdin_default = RegisterConfirmModal;
61
+ export {
62
+ ContainerWithLine,
63
+ RegisterConfirmModal,
64
+ stdin_default as default
65
+ };
@@ -0,0 +1,20 @@
1
+ import styled from "styled-components";
2
+ import { Text } from "../Text/Text.styles.js";
3
+ import { colors } from "../../styles/colors.js";
4
+ const ContainerWithLine = styled(Text)`
5
+ position: relative;
6
+ padding-left: 48px;
7
+
8
+ &::before {
9
+ content: '';
10
+ width: 6px;
11
+ height: 72px;
12
+ background: ${colors.blue};
13
+ position: absolute;
14
+ left: 0;
15
+ top: 6px;
16
+ }
17
+ `;
18
+ export {
19
+ ContainerWithLine
20
+ };
@@ -0,0 +1,248 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import React__default, { useState, useEffect } from "react";
3
+ import { useLocation } from "react-router-dom";
4
+ import parse from "html-react-parser";
5
+ import { styled } from "styled-components";
6
+ import { Formik } from "formik";
7
+ import * as Yup from "yup";
8
+ import { Modal } from "../Modal/Modal.js";
9
+ import stdin_default$1 from "../Form/Form.js";
10
+ import { Text } from "../Text/Text.styles.js";
11
+ import { Input } from "../Input/Input.js";
12
+ import stdin_default$2 from "../Input/InputPassword.js";
13
+ import stdin_default$3 from "../Checkbox/Checkbox.js";
14
+ import { Button } from "../Button/Button.styles.js";
15
+ import { Row, Column } from "../Grid/Grid.styles.js";
16
+ import { ComponentWrapper } from "../ComponentWrapper/ComponentWrapper.styles.js";
17
+ import fetchDataPublic from "../../api/fetchDataPublic.js";
18
+ import { emailRegex } from "../../constants/globalVariables.js";
19
+ import { ModalInner, ModalLinkWrap, ModalLink } from "../Modal/Modal.styles.js";
20
+ import { FormField, FormError } from "../Form/Form.styles.js";
21
+ const TermsStyled = styled.span`
22
+ cursor: pointer;
23
+ font-size: 12px;
24
+ /* margin-left: 4px; */
25
+ text-decoration: underline;
26
+
27
+ &:hover {
28
+ opacity: 0.7;
29
+ }
30
+ `;
31
+ const RegisterModal = (props) => {
32
+ const [email, setemail] = useState(null);
33
+ const location = useLocation();
34
+ const [popupErrorWithValue, setpopupErrorWithValue] = useState({});
35
+ const [privacyTermsCheckbox, setprivacyTermsCheckbox] = useState({
36
+ agreementText: "By creating this account, I agree with STOKR's Privacy Terms.",
37
+ label: "privacyTerms",
38
+ text: "",
39
+ title: "privacy"
40
+ });
41
+ const [newsletterCheckbox, setNewsletterCheckbox] = useState({
42
+ agreementText: "Yes! Send me STOKR news and updates",
43
+ label: "newsletter",
44
+ text: "",
45
+ title: "newsletter"
46
+ });
47
+ const fetchCheckbox = async () => {
48
+ try {
49
+ const response = await fetchDataPublic("compliance/get-checkboxes", {
50
+ labels: ["privacyTerms", "newsletter"]
51
+ });
52
+ if (response?.privacyTerms) {
53
+ setprivacyTermsCheckbox(response.privacyTerms);
54
+ }
55
+ if (response?.newsletter) {
56
+ setNewsletterCheckbox(response.newsletter);
57
+ }
58
+ } catch (error) {
59
+ console.log("🚀 ~ file: RegisterModal.js:75 ~ error:", error);
60
+ }
61
+ };
62
+ React__default.useEffect(() => {
63
+ const { search } = location;
64
+ const query = new URLSearchParams(search);
65
+ let _email = query.get("email");
66
+ if (_email) {
67
+ setemail(_email);
68
+ }
69
+ fetchCheckbox();
70
+ }, []);
71
+ useEffect(() => {
72
+ const { popupError: popupError2 } = props;
73
+ if (popupError2.popup === "register") {
74
+ setpopupErrorWithValue({
75
+ ...popupError2
76
+ });
77
+ }
78
+ }, [props.popupError]);
79
+ const validationSchema = Yup.object().shape({
80
+ email: Yup.string().matches(emailRegex, "Oops, that's not a valid address").required("Oops, this can‘t be blank"),
81
+ password: Yup.string().required("Oops, this can‘t be blank"),
82
+ terms: Yup.bool().oneOf([true], "Please agree to continue"),
83
+ newsletter: Yup.bool()
84
+ // .oneOf([true], 'Newsletter accept is required'),
85
+ });
86
+ const { isModalOpen, onModalClose, onFormSend, onModalSwitch, onTermsClicked, popupError, isActionLoading } = props;
87
+ return /* @__PURE__ */ jsx(Modal, { isOpen: isModalOpen, onClose: onModalClose, children: /* @__PURE__ */ jsxs(Row, { children: [
88
+ /* @__PURE__ */ jsxs(Column, { part: 8, children: [
89
+ /* @__PURE__ */ jsx(ModalInner, { modalTop: true, children: /* @__PURE__ */ jsxs(Text, { children: [
90
+ /* @__PURE__ */ jsx("h3", { children: "CREATE YOUR STOKR ACCOUNT" }),
91
+ /* @__PURE__ */ jsx("p", { children: "Get ready to invest in innovative business ventures. No fees. Always free." })
92
+ ] }) }),
93
+ /* @__PURE__ */ jsx(ModalInner, { modalBot: true, children: /* @__PURE__ */ jsxs(ModalLinkWrap, { children: [
94
+ "Already have an account?",
95
+ " ",
96
+ /* @__PURE__ */ jsx(ModalLink, { to: "#", as: "button", type: "button", onClick: onModalSwitch, children: "Log in" })
97
+ ] }) })
98
+ ] }),
99
+ /* @__PURE__ */ jsx(Column, { part: 8, children: /* @__PURE__ */ jsx(ModalInner, { children: /* @__PURE__ */ jsx(
100
+ Formik,
101
+ {
102
+ initialValues: {
103
+ email: "",
104
+ password: "",
105
+ newsletter: false,
106
+ terms: false
107
+ },
108
+ validationSchema,
109
+ onSubmit: (values) => {
110
+ onFormSend(values);
111
+ },
112
+ children: ({ values, errors, touched, handleChange, handleBlur, setFieldValue, setFieldTouched }) => {
113
+ if (popupError.popup === "register" && !popupErrorWithValue.value) {
114
+ let value = popupError.field === "email" ? values.email : values.password;
115
+ setpopupErrorWithValue({ ...popupErrorWithValue, value });
116
+ }
117
+ if (email && values.email !== email) {
118
+ setFieldValue("email", email);
119
+ }
120
+ const handleChangeCustom = (e, withTouch = false) => {
121
+ const { clearPopupError, setPopupError } = props;
122
+ const field = e.target;
123
+ if (field.value === popupErrorWithValue.value || field.value.length > 128) {
124
+ setPopupError("register", popupErrorWithValue.message, field.name);
125
+ } else {
126
+ clearPopupError();
127
+ }
128
+ if (withTouch) {
129
+ setFieldValue(field.name, field.value, false);
130
+ setFieldTouched(field.name);
131
+ } else {
132
+ handleChange(e);
133
+ }
134
+ };
135
+ const submitDisabled = !values.email || !!errors.email || !!errors.terms || values.password.length <= 5 || isActionLoading === "signUp" || popupError.popup === "register";
136
+ return /* @__PURE__ */ jsxs(stdin_default$1, { children: [
137
+ /* @__PURE__ */ jsx(ComponentWrapper, { noPadding: true, children: /* @__PURE__ */ jsxs(FormField, { children: [
138
+ /* @__PURE__ */ jsx(
139
+ Input,
140
+ {
141
+ id: "sign-up-email",
142
+ name: "email",
143
+ type: "email",
144
+ label: "Your email",
145
+ value: values.email,
146
+ onChange: handleChangeCustom,
147
+ onBlur: handleBlur,
148
+ error: !!errors.email,
149
+ touched: !!touched.email,
150
+ readOnly: email ? true : false,
151
+ autoComplete: "email"
152
+ }
153
+ ),
154
+ /* @__PURE__ */ jsx(FormError, { show: errors.email && touched.email, children: errors.email })
155
+ ] }) }),
156
+ /* @__PURE__ */ jsx(ComponentWrapper, { noPaddingBottom: true, noPaddingHorizontal: true, children: /* @__PURE__ */ jsxs(FormField, { children: [
157
+ /* @__PURE__ */ jsx(
158
+ stdin_default$2,
159
+ {
160
+ id: "sign-up-password",
161
+ name: "password",
162
+ type: "password",
163
+ label: "Password",
164
+ value: values.password,
165
+ onChange: (e) => handleChangeCustom(e, true),
166
+ onBlur: handleBlur,
167
+ error: !!errors.password,
168
+ touched: !!touched.password,
169
+ info: "For a stronger password, try a mix of lowercase, capitals, numbers and special characters.",
170
+ autoComplete: "new-password"
171
+ }
172
+ ),
173
+ /* @__PURE__ */ jsx(FormError, { show: errors.password && touched.password, children: errors.password }),
174
+ /* @__PURE__ */ jsx(FormError, { show: !errors.password && touched.password && values.password.length <= 5, children: "The password must be at least 6 characters long" })
175
+ ] }) }),
176
+ /* @__PURE__ */ jsx(ComponentWrapper, { noPaddingBottom: true, noPaddingHorizontal: true }),
177
+ /* @__PURE__ */ jsxs(ComponentWrapper, { noPaddingBottom: true, noPaddingHorizontal: true, children: [
178
+ /* @__PURE__ */ jsxs(FormField, { children: [
179
+ /* @__PURE__ */ jsx(
180
+ stdin_default$3,
181
+ {
182
+ id: newsletterCheckbox.title,
183
+ name: "newsletter",
184
+ text: parse(newsletterCheckbox.agreementText),
185
+ value: "yes",
186
+ checked: !!values.newsletter,
187
+ onChange: handleChange,
188
+ onBlur: handleBlur,
189
+ error: !!errors.newsletter,
190
+ touched: !!touched.newsletter
191
+ }
192
+ ),
193
+ /* @__PURE__ */ jsx(FormError, { show: errors.newsletter && touched.newsletter, children: errors.newsletter })
194
+ ] }),
195
+ /* @__PURE__ */ jsxs(FormField, { children: [
196
+ privacyTermsCheckbox && /* @__PURE__ */ jsx(
197
+ stdin_default$3,
198
+ {
199
+ id: privacyTermsCheckbox.title,
200
+ name: "terms",
201
+ text: parse(privacyTermsCheckbox.agreementText, {
202
+ replace: (domNode) => {
203
+ if (domNode.type === "tag" && domNode.name === "u") {
204
+ return /* @__PURE__ */ jsx(
205
+ TermsStyled,
206
+ {
207
+ onClick: (e) => {
208
+ e.stopPropagation();
209
+ e.preventDefault();
210
+ onTermsClicked(privacyTermsCheckbox);
211
+ },
212
+ children: domNode.children[0]?.data
213
+ }
214
+ );
215
+ }
216
+ }
217
+ }),
218
+ value: "yes",
219
+ checked: !!values.terms,
220
+ onChange: handleChange,
221
+ onBlur: handleBlur,
222
+ error: errors.terms && touched.terms,
223
+ touched: !!touched.terms,
224
+ marginTop: true
225
+ }
226
+ ),
227
+ /* @__PURE__ */ jsx(FormError, { show: errors.terms && touched.terms, withMarginLeft: true, children: errors.terms })
228
+ ] })
229
+ ] }),
230
+ /* @__PURE__ */ jsx(ComponentWrapper, { noPaddingBottom: true, noPaddingHorizontal: true, children: /* @__PURE__ */ jsx(Button, { type: "submit", fluid: true, disabled: submitDisabled, id: "signup-button", children: isActionLoading === "signUp" ? "Creating account" : "Create account" }) }),
231
+ /* @__PURE__ */ jsx(ComponentWrapper, { paddingVeticalHalf: true, noPaddingHorizontal: true, children: /* @__PURE__ */ jsx(FormError, { show: popupError.popup === "register", children: popupError.message }) })
232
+ ] });
233
+ }
234
+ }
235
+ ) }) })
236
+ ] }) });
237
+ };
238
+ RegisterModal.propTypes = {
239
+ // isModalOpen: PropTypes.bool.isRequired,
240
+ // onModalClose: PropTypes.func.isRequired,
241
+ // onFormSend: PropTypes.func.isRequired,
242
+ // onModalSwitch: PropTypes.func.isRequired,
243
+ };
244
+ var stdin_default = RegisterModal;
245
+ export {
246
+ RegisterModal,
247
+ stdin_default as default
248
+ };
@@ -0,0 +1,21 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ import PropTypes from "prop-types";
4
+ import { Button } from "../Button/Button.styles.js";
5
+ import { Box, Title, Subtitle } from "./RequestDataBox.styles.js";
6
+ const RequestDataBox = ({ title, subtitle, onClick = () => {
7
+ } }) => /* @__PURE__ */ jsxs(Box, { children: [
8
+ /* @__PURE__ */ jsxs("div", { children: [
9
+ /* @__PURE__ */ jsx(Title, { children: title }),
10
+ /* @__PURE__ */ jsx(Subtitle, { children: subtitle })
11
+ ] }),
12
+ /* @__PURE__ */ jsx(Button, { minWidth: "240px", onClick, children: title })
13
+ ] });
14
+ RequestDataBox.propTypes = {
15
+ title: PropTypes.string.isRequired,
16
+ subtitle: PropTypes.string.isRequired,
17
+ onClick: PropTypes.func
18
+ };
19
+ export {
20
+ RequestDataBox
21
+ };
@@ -0,0 +1,43 @@
1
+ import styled from "styled-components";
2
+ import rwd from "../../styles/rwd.js";
3
+ import theme from "../../styles/theme.js";
4
+ const Box = styled.div`
5
+ border: 1px solid ${() => theme.cLightGrey};
6
+ padding: 20px 24px;
7
+
8
+ & > div {
9
+ margin-bottom: 12px;
10
+
11
+ ${rwd.Medium`
12
+ margin-bottom: 0;
13
+ `}
14
+ }
15
+
16
+ ${rwd.Medium`
17
+ padding: 36px 48px;
18
+ display: flex;
19
+ justify-content: space-between;
20
+ `}
21
+
22
+ & + & {
23
+ border-top: none;
24
+ }
25
+ `;
26
+ const Title = styled.div`
27
+ font-size: 16px;
28
+ font-weight: 600;
29
+ line-height: 24px;
30
+ margin-bottom: 2px;
31
+ letter-spacing: 0.6px;
32
+ `;
33
+ const Subtitle = styled.div`
34
+ font-size: 9px;
35
+ font-style: italic;
36
+ line-height: 16px;
37
+ letter-spacing: 0.4px;
38
+ `;
39
+ export {
40
+ Box,
41
+ Subtitle,
42
+ Title
43
+ };