@stokr/components-library 3.0.16 → 3.0.18

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 (383) 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 +199 -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/InfoBox/InfoBox.js +93 -0
  78. package/dist/components/InfoIcon/InfoIcon.js +62 -0
  79. package/dist/components/InfoIcon/InfoIcon.styles.js +64 -0
  80. package/dist/components/Input/DatePickerInput.js +139 -0
  81. package/dist/components/Input/DatePickerInput.styles.js +165 -0
  82. package/dist/components/Input/Input.js +108 -0
  83. package/dist/components/Input/Input.styles.js +154 -0
  84. package/dist/components/Input/InputPassword.js +122 -0
  85. package/dist/components/Input/InputPassword.styles.js +166 -0
  86. package/dist/components/Input/InputUsername.js +92 -0
  87. package/dist/components/Input/InputWithButton.js +53 -0
  88. package/dist/components/Input/InputWithButton.styles.js +57 -0
  89. package/dist/components/Input/MultiSelect.js +306 -0
  90. package/dist/components/Input/OtpInput.js +70 -0
  91. package/dist/components/Input/RangeInput.js +80 -0
  92. package/dist/components/Input/RangeInput.styles.js +129 -0
  93. package/dist/components/Input/SearchInput.js +68 -0
  94. package/dist/components/Input/SearchInput.styles.js +92 -0
  95. package/dist/components/Input/Select.js +151 -0
  96. package/dist/components/Input/Select.styles.js +148 -0
  97. package/dist/components/Input/TableFilterDropdown.js +247 -0
  98. package/dist/components/Input/Textarea.js +51 -0
  99. package/dist/components/Input/Textarea.styles.js +62 -0
  100. package/dist/components/InvestCalculator/InvestCalculator.js +283 -0
  101. package/dist/components/InvestCalculator/InvestCalculator.styles.js +94 -0
  102. package/dist/components/InvestmentStat/InvestmentStat.js +24 -0
  103. package/dist/components/InvestmentStat/InvestmentStat.styles.js +62 -0
  104. package/dist/components/LatestUpdate/LatestUpdate.js +24 -0
  105. package/dist/components/LatestUpdate/LatestUpdate.styles.js +90 -0
  106. package/dist/components/Layout/Layout.js +69 -0
  107. package/dist/components/LearnMoreCarousel/LearnMoreCarousel.js +32 -0
  108. package/dist/components/LearnMoreCarousel/LearnMoreCarousel.styles.js +208 -0
  109. package/dist/components/LearnMorePage/LearnMore.js +190 -0
  110. package/dist/components/LearnMorePage/LearnMore.propTypes.js +20 -0
  111. package/dist/components/LearnMorePage/LearnMore.shared.styles.js +56 -0
  112. package/dist/components/LearnMorePage/LearnMore.styles.js +276 -0
  113. package/dist/components/LearnMorePage/LearnMoreExampleObject.js +120 -0
  114. package/dist/components/LearnMorePage/LearnMoreItem.js +57 -0
  115. package/dist/components/LearnMorePage/LearnMoreItem.styles.js +234 -0
  116. package/dist/components/LearnMoreSection/LearnMore.js +138 -0
  117. package/dist/components/LearnMoreSection/LearnMore.styles.js +147 -0
  118. package/dist/components/LearnMoreSection/LearnMoreItem.js +33 -0
  119. package/dist/components/LearnMoreSection/LearnMoreItem.styles.js +60 -0
  120. package/dist/components/LoginModal/LoginModal.js +142 -0
  121. package/dist/components/MainMenu/DynamicMainMenu.js +38 -0
  122. package/dist/components/MainMenu/MainMenu.js +210 -0
  123. package/dist/components/MainMenu/MainMenu.styles.js +362 -0
  124. package/dist/components/MenuNav/MenuNav.styles.js +66 -0
  125. package/dist/components/Modal/Modal.js +119 -0
  126. package/dist/components/Modal/Modal.styles.js +450 -0
  127. package/dist/components/Modal/NewVentureModal/NewVentureModal.js +262 -0
  128. package/dist/components/Modal/PaymentModal.js +149 -0
  129. package/dist/components/Modal/SideModal.js +134 -0
  130. package/dist/components/Modal/SideModal.styles.js +55 -0
  131. package/dist/components/Modal/SuccessModal/SuccessModal.js +170 -0
  132. package/dist/components/Modal/SuccessModal/SuccessModal.styles.js +53 -0
  133. package/dist/components/MultiProgressBar/MultiProgressBar.js +30 -0
  134. package/dist/components/MultiProgressBar/MultiProgressBar.styles.js +105 -0
  135. package/dist/components/Newsletter/Newsletter.js +122 -0
  136. package/dist/components/Newsletter/Newsletter.styles.js +186 -0
  137. package/dist/components/NotificationCounter/NotificationCounter.styles.js +38 -0
  138. package/dist/components/Number/Number.js +50 -0
  139. package/dist/components/Number/Number.styles.js +23 -0
  140. package/dist/components/PageTransition/PageTransition.js +51 -0
  141. package/dist/components/Pagination/Pagination.js +58 -0
  142. package/dist/components/Pagination/Pagination.styles.js +59 -0
  143. package/dist/components/Pagination/PaginationControls.js +113 -0
  144. package/dist/components/Pagination/usePagination.js +40 -0
  145. package/dist/components/Payment/PaymentDetailsCard.js +359 -0
  146. package/dist/components/Payment/PaymentDisplay.js +199 -0
  147. package/dist/components/Payment/TimerComponent.js +92 -0
  148. package/dist/components/Process/Process.styles.js +84 -0
  149. package/dist/components/ProfileBadge/ProfileBadge.js +35 -0
  150. package/dist/components/ProfileBadge/ProfileBadge.styles.js +53 -0
  151. package/dist/components/ProfileBox/ProfileBox.js +27 -0
  152. package/dist/components/ProfileBox/ProfileBox.styles.js +67 -0
  153. package/dist/components/ProfileStat/ProfileStat.js +29 -0
  154. package/dist/components/ProfileStat/ProfileStat.styles.js +90 -0
  155. package/dist/components/QRCode/QRCode.js +51 -0
  156. package/dist/components/Radio/Radio.js +51 -0
  157. package/dist/components/Radio/Radio.styles.js +100 -0
  158. package/dist/components/RefreshButton/RefreshButton.js +21 -0
  159. package/dist/components/RefreshButton/RefreshButton.styles.js +64 -0
  160. package/dist/components/RegisterConfirmModal/RegisterConfirmModal.js +65 -0
  161. package/dist/components/RegisterConfirmModal/RegisterConfirmModal.styles.js +20 -0
  162. package/dist/components/RegisterModal/RegisterModal.js +248 -0
  163. package/dist/components/RequestDataBox/RequestDataBox.js +21 -0
  164. package/dist/components/RequestDataBox/RequestDataBox.styles.js +43 -0
  165. package/dist/components/ResetConfirmModal/ResetConfirmModal.js +44 -0
  166. package/dist/components/ResetConfirmModal/ResetConfirmModal.styles.js +41 -0
  167. package/dist/components/ResetPasswordModal/ResetPasswordModal.js +134 -0
  168. package/dist/components/SEO/SEO.js +66 -0
  169. package/dist/components/SectionTitle/SectionTitle.styles.js +26 -0
  170. package/dist/components/SideLine/SideLine.js +7 -0
  171. package/dist/components/SideLine/SideLine.styles.js +33 -0
  172. package/dist/components/Slider/Slider.js +31 -0
  173. package/dist/components/Slider/Slider.styles.js +120 -0
  174. package/dist/components/Snackbar/Snackbar.js +111 -0
  175. package/dist/components/Snackbar/Snackbar.styles.js +230 -0
  176. package/dist/components/Snackbar/SnackbarProvider.js +66 -0
  177. package/dist/components/Snackbar/useSnackbar.js +12 -0
  178. package/dist/components/SpanButton/SpanButton.styles.js +19 -0
  179. package/dist/components/StatusBadge/StatusBadge.styles.js +18 -0
  180. package/dist/components/StatusTag/StatusTag.js +105 -0
  181. package/dist/components/StatusTag/StatusTag.styles.js +88 -0
  182. package/dist/components/StepController/StepController.js +86 -0
  183. package/dist/components/StepController/StepController.styles.js +33 -0
  184. package/dist/components/StepController/StepControllerContext.js +65 -0
  185. package/dist/components/StepController/StepControllerProgress.js +37 -0
  186. package/dist/components/StepsProgress/StepIndicator.js +40 -0
  187. package/dist/components/StepsProgress/StepIndicator.styles.js +69 -0
  188. package/dist/components/StepsProgress/StepsProgress.js +67 -0
  189. package/dist/components/StepsProgress/StepsProgress.styles.js +105 -0
  190. package/dist/components/StokrLoader/StokrLoader.js +111 -0
  191. package/dist/components/StokrLoader/media.js +23 -0
  192. package/dist/components/SvgIcons/AdminBadgeSvg.js +27 -0
  193. package/dist/components/SvgIcons/CameraSvg.js +31 -0
  194. package/dist/components/SvgIcons/CapsLockSvg.js +36 -0
  195. package/dist/components/SvgIcons/DocumentBackSvg.js +20 -0
  196. package/dist/components/SvgIcons/DocumentSmallSvg.js +41 -0
  197. package/dist/components/SvgIcons/DocumentSvg.js +39 -0
  198. package/dist/components/SvgIcons/EthSvg.js +28 -0
  199. package/dist/components/SvgIcons/EurSvg.js +27 -0
  200. package/dist/components/SvgIcons/FaceScanIconSvg.js +17 -0
  201. package/dist/components/SvgIcons/FourSvg.js +7 -0
  202. package/dist/components/SvgIcons/Glassess.js +26 -0
  203. package/dist/components/SvgIcons/LogoSvg.js +17 -0
  204. package/dist/components/SvgIcons/OneSvg.js +10 -0
  205. package/dist/components/SvgIcons/PassportSvg.js +37 -0
  206. package/dist/components/SvgIcons/RefreshSvg.js +28 -0
  207. package/dist/components/SvgIcons/SocialFacebook.js +22 -0
  208. package/dist/components/SvgIcons/SocialInstagram.js +13 -0
  209. package/dist/components/SvgIcons/SocialLinkedIn.js +31 -0
  210. package/dist/components/SvgIcons/SocialMedium.js +21 -0
  211. package/dist/components/SvgIcons/SocialReddit.js +21 -0
  212. package/dist/components/SvgIcons/SocialTelegram.js +60 -0
  213. package/dist/components/SvgIcons/SocialTwitter.js +62 -0
  214. package/dist/components/SvgIcons/SocialYoutube.js +22 -0
  215. package/dist/components/SvgIcons/ThreeSvg.js +7 -0
  216. package/dist/components/SvgIcons/TwoSidedDocumentSvg.js +48 -0
  217. package/dist/components/SvgIcons/TwoSvg.js +10 -0
  218. package/dist/components/SvgIcons/UpdateDefaultSvg.js +12 -0
  219. package/dist/components/SvgIcons/UpdateHardSvg.js +10 -0
  220. package/dist/components/SvgIcons/UpdateSoftSvg.js +11 -0
  221. package/dist/components/SvgIcons/UploadSvg.js +12 -0
  222. package/dist/components/SvgIcons/VerifiedBadge.js +16 -0
  223. package/dist/components/Switch/Switch.js +63 -0
  224. package/dist/components/Switch/Switch.styles.js +126 -0
  225. package/dist/components/Tabs/Tabs.js +54 -0
  226. package/dist/components/Tabs/Tabs.styles.js +15 -0
  227. package/dist/components/TabsNav/TabNav.js +16 -0
  228. package/dist/components/TabsNav/TabsNav.js +30 -0
  229. package/dist/components/TabsNav/TabsNav.styles.js +103 -0
  230. package/dist/components/TeamOverview/TeamOverview.js +80 -0
  231. package/dist/components/TeamOverview/TeamOverview.styles.js +167 -0
  232. package/dist/components/TermsModal/TermsModal.js +145 -0
  233. package/dist/components/TermsModal/_styles.js +313 -0
  234. package/dist/components/Text/Text.styles.js +220 -0
  235. package/dist/components/TextLink/TextLink.styles.js +67 -0
  236. package/dist/components/Timeline/Timeline.js +44 -0
  237. package/dist/components/Timeline/Timeline.styles.js +147 -0
  238. package/dist/components/Timeline/TimelineStep.js +58 -0
  239. package/dist/components/ToDoList/ToDoList.js +172 -0
  240. package/dist/components/ToDoList/ToDoList.styles.js +122 -0
  241. package/dist/components/ToDoList/ToDoListTask.js +95 -0
  242. package/dist/components/ToDoList/ToDoListTask.styles.js +119 -0
  243. package/dist/components/TransactionDetails/TransactionDetails.js +27 -0
  244. package/dist/components/TransactionDetails/TransactionDetails.styles.js +38 -0
  245. package/dist/components/TransactionInfo/TransactionInfo.js +41 -0
  246. package/dist/components/TransactionInfo/TransactionInfo.styles.js +75 -0
  247. package/dist/components/VerifyEmailModal/VerifyEmailModal.js +122 -0
  248. package/dist/components/breakdown/Breakdown.js +126 -0
  249. package/dist/components/headerHo/HeaderHo.js +709 -0
  250. package/dist/components/icons/Arrow.js +38 -0
  251. package/dist/components/icons/ArrowSimple.js +34 -0
  252. package/dist/components/icons/Check.js +16 -0
  253. package/dist/components/icons/Facebook.js +10 -0
  254. package/dist/components/icons/Info.js +27 -0
  255. package/dist/components/icons/Instagram.js +10 -0
  256. package/dist/components/icons/LinkIcon.js +49 -0
  257. package/dist/components/icons/LinkedIn.js +13 -0
  258. package/dist/components/icons/Medium.js +13 -0
  259. package/dist/components/icons/Reddit.js +16 -0
  260. package/dist/components/icons/Share.js +31 -0
  261. package/dist/components/icons/Telegram.js +13 -0
  262. package/dist/components/icons/Twitter.js +10 -0
  263. package/dist/components/icons/X.js +10 -0
  264. package/dist/components/icons/Youtube.js +10 -0
  265. package/dist/components/icons/index.js +32 -0
  266. package/dist/components/landing-page/List.js +51 -0
  267. package/dist/components/landing-page/PageContent.js +65 -0
  268. package/dist/components/landing-page/PageText.js +171 -0
  269. package/dist/components/landing-page/PageTitle.js +259 -0
  270. package/dist/components/logo/Logo.js +57 -0
  271. package/dist/components/taxId/complete.js +24 -0
  272. package/dist/components/taxId/flow.js +53 -0
  273. package/dist/components/taxId/register-taxid.js +166 -0
  274. package/dist/config.js +44 -0
  275. package/dist/constants/globalVariables.js +87 -0
  276. package/dist/constants/style.js +48 -0
  277. package/dist/context/Auth.js +396 -0
  278. package/dist/context/AuthContext.js +781 -0
  279. package/dist/context/Checkbox/CheckboxContext.js +151 -0
  280. package/dist/firebase-config.js +73 -0
  281. package/dist/hooks/useNewVentureForm.js +262 -0
  282. package/dist/hooks/useTimer.js +89 -0
  283. package/dist/hooks/useTransactionPolling.js +100 -0
  284. package/dist/index.js +632 -25463
  285. package/dist/model/axios.js +10 -0
  286. package/dist/model/axiosPublic.js +9 -0
  287. package/dist/services/TimerService.js +80 -0
  288. package/dist/static/animations/checked.lottie.js +4 -0
  289. package/dist/static/animations/progress.lottie.js +4 -0
  290. package/dist/static/fonts/Ionicons/Ionicons.ttf.js +4 -0
  291. package/dist/static/fonts/Ionicons/Ionicons.woff.js +4 -0
  292. package/dist/static/fonts/Ionicons/Ionicons.woff2.js +4 -0
  293. package/dist/static/fonts/Ionicons/ionicons.min.css.js +4 -0
  294. package/dist/static/fonts/OpenSans/OpenSans-Bold.ttf.js +4 -0
  295. package/dist/static/fonts/OpenSans/OpenSans-Bold.woff.js +4 -0
  296. package/dist/static/fonts/OpenSans/OpenSans-Bold.woff2.js +4 -0
  297. package/dist/static/fonts/OpenSans/OpenSans-ExtraBold.ttf.js +4 -0
  298. package/dist/static/fonts/OpenSans/OpenSans-ExtraBold.woff.js +4 -0
  299. package/dist/static/fonts/OpenSans/OpenSans-ExtraBold.woff2.js +4 -0
  300. package/dist/static/fonts/OpenSans/OpenSans-Light.ttf.js +4 -0
  301. package/dist/static/fonts/OpenSans/OpenSans-Light.woff.js +4 -0
  302. package/dist/static/fonts/OpenSans/OpenSans-Light.woff2.js +4 -0
  303. package/dist/static/fonts/OpenSans/OpenSans-Regular.ttf.js +4 -0
  304. package/dist/static/fonts/OpenSans/OpenSans-Regular.woff.js +4 -0
  305. package/dist/static/fonts/OpenSans/OpenSans-Regular.woff2.js +4 -0
  306. package/dist/static/fonts/OpenSans/OpenSans-SemiBold.ttf.js +4 -0
  307. package/dist/static/fonts/OpenSans/OpenSans-SemiBold.woff.js +4 -0
  308. package/dist/static/fonts/OpenSans/OpenSans-SemiBold.woff2.js +4 -0
  309. package/dist/static/fonts/icomoon/icomoon.eot.js +4 -0
  310. package/dist/static/fonts/icomoon/icomoon.svg.js +4 -0
  311. package/dist/static/fonts/icomoon/icomoon.ttf.js +4 -0
  312. package/dist/static/fonts/icomoon/icomoon.woff.js +4 -0
  313. package/dist/static/images/add-folder-icon.svg.js +5 -0
  314. package/dist/static/images/address-refreshing.gif.js +4 -0
  315. package/dist/static/images/arrow-down-black.svg.js +4 -0
  316. package/dist/static/images/avatar-placeholder.png.js +4 -0
  317. package/dist/static/images/background3.png.js +4 -0
  318. package/dist/static/images/bitcoin-logo.svg.js +4 -0
  319. package/dist/static/images/bmn2-logo.svg.js +4 -0
  320. package/dist/static/images/check-icon.svg.js +5 -0
  321. package/dist/static/images/checkmark-circle-icon.svg.js +5 -0
  322. package/dist/static/images/close-circle-icon.svg.js +5 -0
  323. package/dist/static/images/copy_icon.svg.js +5 -0
  324. package/dist/static/images/cross-icon.svg.js +5 -0
  325. package/dist/static/images/early-adopter.png.js +4 -0
  326. package/dist/static/images/eth_logo.svg.js +4 -0
  327. package/dist/static/images/external-link-icon.svg +3 -0
  328. package/dist/static/images/external-link-icon.svg.js +4 -0
  329. package/dist/static/images/filter-icon.svg.js +5 -0
  330. package/dist/static/images/google_auth.png.js +4 -0
  331. package/dist/static/images/graduation.png.js +4 -0
  332. package/dist/static/images/mangopay.svg.js +4 -0
  333. package/dist/static/images/numbers/number_eight.svg.js +5 -0
  334. package/dist/static/images/numbers/number_five.svg.js +5 -0
  335. package/dist/static/images/numbers/number_four.svg.js +5 -0
  336. package/dist/static/images/numbers/number_nine.svg.js +5 -0
  337. package/dist/static/images/numbers/number_one.svg.js +5 -0
  338. package/dist/static/images/numbers/number_seven.svg.js +5 -0
  339. package/dist/static/images/numbers/number_six.svg.js +5 -0
  340. package/dist/static/images/numbers/number_three.svg.js +5 -0
  341. package/dist/static/images/numbers/number_two.svg.js +5 -0
  342. package/dist/static/images/numbers/number_zero.svg.js +5 -0
  343. package/dist/static/images/process-waiting.gif.js +4 -0
  344. package/dist/static/images/search-icon.svg.js +5 -0
  345. package/dist/static/images/social/Facebook_Logo.png.js +4 -0
  346. package/dist/static/images/social/LI-In-Bug.png.js +4 -0
  347. package/dist/static/images/social/Telegram-Logo.png.js +4 -0
  348. package/dist/static/images/social/X-logo-black.png.js +4 -0
  349. package/dist/static/images/social/youtube_social_circle_red.png.js +4 -0
  350. package/dist/static/images/transfer-icon.svg.js +5 -0
  351. package/dist/static/images/usdc-logo.svg.js +4 -0
  352. package/dist/static/images/usdq-logo.png.js +4 -0
  353. package/dist/static/images/warning-filled.svg.js +5 -0
  354. package/dist/styles/colors.js +57 -0
  355. package/dist/styles/fonts.js +100 -0
  356. package/dist/styles/global.js +74 -0
  357. package/dist/styles/grid.js +11 -0
  358. package/dist/styles/ioniconsStyles.js +31 -0
  359. package/dist/styles/reactTippy.js +40 -0
  360. package/dist/styles/rwd.js +56 -0
  361. package/dist/styles/semanticUi.js +84 -0
  362. package/dist/styles/spacing.js +8 -0
  363. package/dist/styles/theme.js +34 -0
  364. package/dist/utils/check-sale-time-left.js +85 -0
  365. package/dist/utils/check-todo-status.js +11 -0
  366. package/dist/utils/checklistGenerator.js +195 -0
  367. package/dist/utils/copyToClipboard.js +92 -0
  368. package/dist/utils/customHooks.js +126 -0
  369. package/dist/utils/delete-redirect-cookie-and-navigate.js +12 -0
  370. package/dist/utils/fix-decimals.js +5 -0
  371. package/dist/utils/formatCurrencyValue.js +95 -0
  372. package/dist/utils/get-cookie-domain.js +10 -0
  373. package/dist/utils/get-short-address.js +4 -0
  374. package/dist/utils/isUSInvestor.js +6 -0
  375. package/dist/utils/km_ify.js +33 -0
  376. package/dist/utils/moment.js +26 -0
  377. package/dist/utils/redirect-url.js +5 -0
  378. package/dist/utils/saveAs.js +17 -0
  379. package/dist/utils/scrollUtils.js +63 -0
  380. package/dist/utils/set-redirect-cookie.js +16 -0
  381. package/dist/utils/transition.js +101 -0
  382. package/dist/utils/withRouter.js +24 -0
  383. package/package.json +11 -11
@@ -0,0 +1,105 @@
1
+ import styled from "styled-components";
2
+ import rwd from "../../styles/rwd.js";
3
+ import { colors } from "../../styles/colors.js";
4
+ const Container = styled.div`
5
+ display: block;
6
+ width: 100%;
7
+ height: 100%;
8
+ `;
9
+ const Wrap = styled.div`
10
+ display: block;
11
+ margin: 0 auto;
12
+ `;
13
+ const Items = styled.div`
14
+ display: flex;
15
+ height: 100%;
16
+ font-size: 0;
17
+ flex-direction: row;
18
+ flex-wrap: nowrap;
19
+ justify-content: center;
20
+ margin: 0 -6px;
21
+ text-align: center;
22
+
23
+ ${rwd.Medium`
24
+ display: block;
25
+ `}
26
+ `;
27
+ const Item = styled.div.withConfig({
28
+ shouldForwardProp: (props) => !["isDone", "isActive"].includes(props)
29
+ })`
30
+ position: relative;
31
+ display: inline-block;
32
+ vertical-align: middle;
33
+ padding: 0;
34
+ flex: 1;
35
+ margin: 0 4px;
36
+ height: 32px;
37
+ max-width: 32px;
38
+ cursor: pointer;
39
+
40
+ &:before {
41
+ z-index: 0;
42
+ content: '';
43
+ display: block;
44
+ width: 100%;
45
+ height: 4px;
46
+ position: absolute;
47
+ top: 14px;
48
+ left: 0;
49
+ border-radius: 3px;
50
+ box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.05);
51
+ background-color: ${colors.lightGrey};
52
+ }
53
+
54
+ &:after {
55
+ z-index: 1;
56
+ content: '';
57
+ display: block;
58
+ width: 100%;
59
+ height: 4px;
60
+ position: absolute;
61
+ top: 14px;
62
+ left: 0;
63
+ border-radius: 3px;
64
+ background-color: transparent;
65
+ transition: background-color 0.2s;
66
+ }
67
+
68
+ &:focus {
69
+ outline: none;
70
+ }
71
+
72
+ &:hover:after {
73
+ background-color: ${colors.black};
74
+ }
75
+
76
+ ${(props) => props.isDone && `
77
+ &:after {
78
+ background-color: ${colors.progressGreen};
79
+ }
80
+
81
+ &:hover:after {
82
+ background-color: ${colors.black};
83
+ }
84
+ `}
85
+
86
+ ${(props) => props.isActive && `
87
+ &:after {
88
+ background-color: ${colors.grey2};
89
+ }
90
+
91
+ &:hover:after {
92
+ background-color: ${colors.black};
93
+ }
94
+ `}
95
+
96
+ ${rwd.Medium`
97
+ width: 32px;
98
+ `}
99
+ `;
100
+ export {
101
+ Container,
102
+ Item,
103
+ Items,
104
+ Wrap
105
+ };
@@ -0,0 +1,111 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ import styled, { keyframes } from "styled-components";
4
+ import media from "./media.js";
5
+ const loaderGif = `https://res.cloudinary.com/stokr/image/upload/f_auto,q_auto/v1575035788/Static/stokr_loader_white_400x400_egnhgb.gif?a=${Math.random()}`;
6
+ const CenterFullWidth = styled.div`
7
+ width: 100%;
8
+ height: 100%;
9
+ display: flex;
10
+ align-items: center;
11
+ justify-content: center;
12
+ `;
13
+ const fadeIn = keyframes`
14
+ 0% {
15
+ opacity: 0;
16
+ }
17
+
18
+ 60% {
19
+ opacity: 1;
20
+ }
21
+
22
+ 100% {
23
+ opacity: 1;
24
+ }
25
+ `;
26
+ const StyledStokrLoader = styled.div.withConfig({
27
+ shouldForwardProp: (props) => !["noFullscreen"].includes(props)
28
+ })`
29
+ align-items: center;
30
+ animation: ${fadeIn} 1.8s ease-in-out forwards;
31
+ background: rgb(254, 254, 254);
32
+ display: flex;
33
+ height: 100vh;
34
+ justify-content: center;
35
+ left: 0;
36
+ position: fixed;
37
+ top: 0;
38
+ width: 100vw;
39
+ z-index: 1000;
40
+
41
+ ${({ noFullscreen }) => noFullscreen && `
42
+ height: calc(100vh - 97px);
43
+ bottom: 0;
44
+ top: unset;
45
+ `}
46
+
47
+ ${media.mobileS`
48
+ img {
49
+ height: 15rem;
50
+ width: 15rem;
51
+ }
52
+ `};
53
+
54
+ ${media.mobile`
55
+ img {
56
+ height: 18rem;
57
+ width: 18rem;
58
+ }
59
+ `};
60
+
61
+ ${media.tablet`
62
+ img {
63
+ height: 30rem;
64
+ width: 30rem;
65
+ }
66
+ `};
67
+ `;
68
+ function StokrLoader() {
69
+ return /* @__PURE__ */ jsx(StyledStokrLoader, { children: /* @__PURE__ */ jsx("img", { src: loaderGif, alt: " " }) });
70
+ }
71
+ const StokrLoaderBox = ({ noFullscreen }) => {
72
+ return /* @__PURE__ */ jsx(CenterFullWidth, { noFullscreen, children: /* @__PURE__ */ jsx("img", { src: loaderGif, alt: " " }) });
73
+ };
74
+ const fadeInOut = keyframes`
75
+ 50% {
76
+ color: transparent;
77
+ }
78
+ `;
79
+ const AnimatedSpan = styled.div.withConfig({
80
+ shouldForwardProp: (props) => !["fontSize"].includes(props)
81
+ })`
82
+ margin: 0;
83
+ display: inline-block;
84
+
85
+ span {
86
+ animation: ${fadeInOut} 1s infinite;
87
+ font-size: ${(props) => props.fontSize || 20}px;
88
+ }
89
+
90
+ span[data-order='1'] {
91
+ animation-delay: 250ms;
92
+ }
93
+
94
+ span[data-order='2'] {
95
+ animation-delay: 500ms;
96
+ }
97
+ `;
98
+ const LoadingDots = (props) => {
99
+ return /* @__PURE__ */ jsxs(AnimatedSpan, { ...props, children: [
100
+ /* @__PURE__ */ jsx("span", { "data-order": "0", children: "." }),
101
+ /* @__PURE__ */ jsx("span", { "data-order": "1", children: "." }),
102
+ /* @__PURE__ */ jsx("span", { "data-order": "2", children: "." })
103
+ ] });
104
+ };
105
+ export {
106
+ AnimatedSpan,
107
+ LoadingDots,
108
+ StokrLoader,
109
+ StokrLoaderBox,
110
+ loaderGif
111
+ };
@@ -0,0 +1,23 @@
1
+ import { css } from "styled-components";
2
+ const sizes = {
3
+ widescreen: 1920,
4
+ default: 1440,
5
+ large: 1200,
6
+ desktop: 992,
7
+ tablet: 768,
8
+ mobile: 375,
9
+ mobileS: 320
10
+ };
11
+ const media = Object.keys(sizes).reduce((accumulator, label) => {
12
+ const emSize = sizes[label] / 16;
13
+ accumulator[label] = (...args) => css`
14
+ @media (min-width: ${emSize}em) {
15
+ ${css(...args)};
16
+ }
17
+ `;
18
+ return accumulator;
19
+ }, {});
20
+ export {
21
+ media as default,
22
+ sizes
23
+ };
@@ -0,0 +1,27 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ const AdminBadgeSvg = () => /* @__PURE__ */ jsx(
4
+ "svg",
5
+ {
6
+ version: "1.1",
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ viewBox: "0 0 15.475 19.243",
9
+ width: "15.475",
10
+ height: "19.243",
11
+ style: {
12
+ width: "16px",
13
+ height: "20px"
14
+ },
15
+ children: /* @__PURE__ */ jsx(
16
+ "path",
17
+ {
18
+ transform: "translate(-27 -21.8)",
19
+ d: "M34.737,21.8A12.061,12.061,0,0,1,27,24.895V35.021a10.318,10.318,0,0,0,6.627,5.719l1.11.3,1.11-.336a10.139,10.139,0,0,0,6.627-5.719V24.895A12.242,12.242,0,0,1,34.737,21.8Zm2.489,13.288-2.489-1.312-2.489,1.312.471-2.792L30.7,30.311l2.792-.4,1.245-2.523,1.245,2.523,2.792.4L36.756,32.3Z"
20
+ }
21
+ )
22
+ }
23
+ );
24
+ var stdin_default = AdminBadgeSvg;
25
+ export {
26
+ stdin_default as default
27
+ };
@@ -0,0 +1,31 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ const CameraSvg = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "52", height: "52", children: /* @__PURE__ */ jsxs("g", { "data-name": "Group 5", children: [
4
+ /* @__PURE__ */ jsx(
5
+ "path",
6
+ {
7
+ "data-name": "Stroke 1",
8
+ d: "M50 26A24 24 0 1 1 26 2a24 24 0 0 1 24 24z",
9
+ fill: "none",
10
+ stroke: "#9b9b9b",
11
+ strokeMiterlimit: "10",
12
+ strokeWidth: "4"
13
+ }
14
+ ),
15
+ /* @__PURE__ */ jsx(
16
+ "path",
17
+ {
18
+ "data-name": "Stroke 3",
19
+ d: "M35 26a9 9 0 1 1-9-9 9 9 0 0 1 9 9z",
20
+ fill: "none",
21
+ stroke: "#9b9b9b",
22
+ strokeMiterlimit: "10",
23
+ strokeWidth: "4"
24
+ }
25
+ ),
26
+ /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M14 12h12v13H14z" })
27
+ ] }) });
28
+ var stdin_default = CameraSvg;
29
+ export {
30
+ stdin_default as default
31
+ };
@@ -0,0 +1,36 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ const CapsLockSvg = () => /* @__PURE__ */ jsx(
4
+ "svg",
5
+ {
6
+ version: "1.1",
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ width: "6.843",
9
+ height: "8.904",
10
+ viewBox: "0 0 6.843 8.904",
11
+ style: {
12
+ width: "7px",
13
+ height: "9px"
14
+ },
15
+ children: /* @__PURE__ */ jsxs("g", { transform: "translate(-.081 -.087)", children: [
16
+ /* @__PURE__ */ jsx(
17
+ "path",
18
+ {
19
+ transform: "translate(1.778 7.699)",
20
+ d: "M3.159,0H.286A.288.288,0,0,0,0,.276v.74a.289.289,0,0,0,.286.276H3.159a.288.288,0,0,0,.286-.276V.276A.288.288,0,0,0,3.159,0Z"
21
+ }
22
+ ),
23
+ /* @__PURE__ */ jsx(
24
+ "path",
25
+ {
26
+ transform: "translate(.081 .087)",
27
+ d: "M6.79,3.549,3.649.1a.315.315,0,0,0-.461,0L.048,3.549a.221.221,0,0,0,.175.356H1.7V6.222a.289.289,0,0,0,.286.276H4.855a.288.288,0,0,0,.286-.276V3.905H6.615A.216.216,0,0,0,6.79,3.549Z"
28
+ }
29
+ )
30
+ ] })
31
+ }
32
+ );
33
+ var stdin_default = CapsLockSvg;
34
+ export {
35
+ stdin_default as default
36
+ };
@@ -0,0 +1,20 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ const DocumentBackSvg = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "102.307", height: "62.607", children: [
4
+ /* @__PURE__ */ jsxs("g", { "data-name": "Card Illustration", fill: "none", stroke: "#9b9b9b", strokeMiterlimit: "10", strokeWidth: "3", children: [
5
+ /* @__PURE__ */ jsx(
6
+ "path",
7
+ {
8
+ "data-name": "Stroke 7",
9
+ d: "M89.346 61.107H12.074A10.547 10.547 0 0 1 1.5 50.589V12.018A10.547 10.547 0 0 1 12.074 1.5h77.272a10.547 10.547 0 0 1 10.575 10.518v38.571a10.547 10.547 0 0 1-10.575 10.518z"
10
+ }
11
+ ),
12
+ /* @__PURE__ */ jsx("path", { "data-name": "Stroke 13", d: "M10.51 42.74h77.628" }),
13
+ /* @__PURE__ */ jsx("path", { "data-name": "Stroke 15", d: "M10.51 49.671h77.628" })
14
+ ] }),
15
+ /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M96.762 13.976h5.545v13.169h-5.545z" })
16
+ ] });
17
+ var stdin_default = DocumentBackSvg;
18
+ export {
19
+ stdin_default as default
20
+ };
@@ -0,0 +1,41 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ const DocumentSmallSvg = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "102.307", height: "62.607", children: [
4
+ /* @__PURE__ */ jsxs("g", { "data-name": "Card Illustration", stroke: "#9b9b9b", strokeMiterlimit: "10", strokeWidth: "3", children: [
5
+ /* @__PURE__ */ jsx(
6
+ "path",
7
+ {
8
+ "data-name": "Stroke 7",
9
+ d: "M89.346 61.107H12.074A10.547 10.547 0 0 1 1.5 50.589V12.018A10.547 10.547 0 0 1 12.074 1.5h77.272a10.547 10.547 0 0 1 10.575 10.518v38.571a10.547 10.547 0 0 1-10.575 10.518z",
10
+ fill: "#fff"
11
+ }
12
+ ),
13
+ /* @__PURE__ */ jsx(
14
+ "path",
15
+ {
16
+ "data-name": "Stroke 1",
17
+ d: "M14.669 31.997a8.821 8.821 0 0 1 7.97-4.852 8.822 8.822 0 0 1 7.971 4.852",
18
+ fill: "none"
19
+ }
20
+ ),
21
+ /* @__PURE__ */ jsx(
22
+ "path",
23
+ {
24
+ "data-name": "Stroke 3",
25
+ d: "M34.076 23.333a11.613 11.613 0 0 1-11.784 11.436A11.613 11.613 0 0 1 10.51 23.333a11.613 11.613 0 0 1 11.782-11.436 11.613 11.613 0 0 1 11.784 11.436z",
26
+ fill: "none"
27
+ }
28
+ ),
29
+ /* @__PURE__ */ jsx("path", { "data-name": "Stroke 5", d: "M25.759 20.214a3.466 3.466 0 1 1-3.465-3.466", fill: "none" }),
30
+ /* @__PURE__ */ jsx("path", { "data-name": "Stroke 9", d: "M47.245 12.244h40.893", fill: "none" }),
31
+ /* @__PURE__ */ jsx("path", { "data-name": "Stroke 11", d: "M47.245 28.185h40.893", fill: "none" }),
32
+ /* @__PURE__ */ jsx("path", { "data-name": "Stroke 13", d: "M10.51 42.74h77.628", fill: "none" }),
33
+ /* @__PURE__ */ jsx("path", { "data-name": "Stroke 15", d: "M10.51 49.671h77.628", fill: "none" }),
34
+ /* @__PURE__ */ jsx("path", { "data-name": "Stroke 17", d: "M47.245 35.116h40.893", fill: "none" })
35
+ ] }),
36
+ /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M96.762 13.976h5.545v13.169h-5.545z" })
37
+ ] });
38
+ var stdin_default = DocumentSmallSvg;
39
+ export {
40
+ stdin_default as default
41
+ };
@@ -0,0 +1,39 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ const DocumentSvg = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "145.5", height: "89", children: [
4
+ /* @__PURE__ */ jsx(
5
+ "path",
6
+ {
7
+ d: "M20.5 45.5a12.727 12.727 0 0 1 11.5-7 12.729 12.729 0 0 1 11.5 7",
8
+ fill: "none",
9
+ stroke: "#9b9b9b",
10
+ strokeMiterlimit: "10",
11
+ strokeWidth: "3"
12
+ }
13
+ ),
14
+ /* @__PURE__ */ jsx(
15
+ "path",
16
+ {
17
+ d: "M48.5 33a16.755 16.755 0 0 1-17 16.5 16.755 16.755 0 0 1-17-16.5 16.755 16.755 0 0 1 17-16.5 16.755 16.755 0 0 1 17 16.5zM36.5 28.5a5 5 0 1 1-5-5",
18
+ fill: "none",
19
+ stroke: "#9b9b9b",
20
+ strokeMiterlimit: "10",
21
+ strokeWidth: "3"
22
+ }
23
+ ),
24
+ /* @__PURE__ */ jsx(
25
+ "path",
26
+ {
27
+ d: "M128.242 87.5H16.757A15.216 15.216 0 0 1 1.5 72.324V16.676A15.216 15.216 0 0 1 16.757 1.5h111.485A15.217 15.217 0 0 1 143.5 16.676v55.648A15.217 15.217 0 0 1 128.242 87.5zM67.5 17h59M67.5 40h59M14.5 61h112M14.5 71h112M67.5 50h59",
28
+ fill: "none",
29
+ stroke: "#9b9b9b",
30
+ strokeMiterlimit: "10",
31
+ strokeWidth: "3"
32
+ }
33
+ ),
34
+ /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M137.5 19.5h8v19h-8z" })
35
+ ] });
36
+ var stdin_default = DocumentSvg;
37
+ export {
38
+ stdin_default as default
39
+ };
@@ -0,0 +1,28 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ const EthSvg = () => /* @__PURE__ */ jsx(
4
+ "svg",
5
+ {
6
+ version: "1.1",
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ viewBox: "0 0 12 13.997",
9
+ width: "12",
10
+ height: "13.997",
11
+ style: {
12
+ width: "12px",
13
+ height: "14px"
14
+ },
15
+ children: /* @__PURE__ */ jsxs("g", { children: [
16
+ /* @__PURE__ */ jsx("path", { transform: "translate(5.867)", d: "M.131,0,0,.319V9.574l.131.094,6-2.539Z" }),
17
+ /* @__PURE__ */ jsx("path", { d: "M6,0,0,7.128,6,9.668V0Z" }),
18
+ /* @__PURE__ */ jsx("path", { transform: "translate(5.924 7.943)", d: "M.074,2.538,0,2.6V5.9l.074.154L6.076,0Z" }),
19
+ /* @__PURE__ */ jsx("path", { transform: "translate(0 7.943)", d: "M6,6.054V2.538L0,0Z" }),
20
+ /* @__PURE__ */ jsx("path", { transform: "translate(5.998 5.176)", d: "M0,4.492,6,1.953,0,0Z" }),
21
+ /* @__PURE__ */ jsx("path", { transform: "translate(0 5.176)", d: "M0,1.953,6,4.492V0Z" })
22
+ ] })
23
+ }
24
+ );
25
+ var stdin_default = EthSvg;
26
+ export {
27
+ stdin_default as default
28
+ };
@@ -0,0 +1,27 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ const EurSvg = () => /* @__PURE__ */ jsx(
4
+ "svg",
5
+ {
6
+ version: "1.1",
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ viewBox: "0 0 8 10",
9
+ width: "8",
10
+ height: "10",
11
+ style: {
12
+ width: "8px",
13
+ height: "10px"
14
+ },
15
+ children: /* @__PURE__ */ jsx(
16
+ "path",
17
+ {
18
+ transform: "translate(0)",
19
+ d: "M3.45,5.385h3.1L6.375,6.538H3.45v.313a1.451,1.451,0,0,0,.412,1.166,2.523,2.523,0,0,0,1.563.349A15.75,15.75,0,0,0,7.75,8.149L8,9.712A11.974,11.974,0,0,1,5.35,10q-4.1,0-4.1-2.812V6.538H0V5.385H1.25V4.231H0V3.077H1.25V2.813Q1.25,0,5.35,0A11.974,11.974,0,0,1,8,.288L7.75,1.851a15.75,15.75,0,0,0-2.325-.216,2.53,2.53,0,0,0-1.55.349A1.273,1.273,0,0,0,3.45,3.029v.048H6.9L6.725,4.231H3.45Z"
20
+ }
21
+ )
22
+ }
23
+ );
24
+ var stdin_default = EurSvg;
25
+ export {
26
+ stdin_default as default
27
+ };
@@ -0,0 +1,17 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ const FaceScanIconSvg = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "90", height: "87", children: /* @__PURE__ */ jsxs("g", { fill: "none", stroke: "#9b9b9b", strokeMiterlimit: "10", strokeWidth: "4", children: [
4
+ /* @__PURE__ */ jsx(
5
+ "path",
6
+ {
7
+ "data-name": "Stroke 1",
8
+ d: "M17.176 74.939a32.212 32.212 0 0 1 29.087-17.606 32.217 32.217 0 0 1 29.09 17.606"
9
+ }
10
+ ),
11
+ /* @__PURE__ */ jsx("path", { "data-name": "Stroke 3", d: "M88 43.5C88 66.42 68.751 85 45 85S2 66.42 2 43.5 21.249 2 45 2s43 18.58 43 41.5z" }),
12
+ /* @__PURE__ */ jsx("path", { "data-name": "Stroke 5", d: "M57.647 32.182a12.647 12.647 0 1 1-12.645-12.576" })
13
+ ] }) });
14
+ var stdin_default = FaceScanIconSvg;
15
+ export {
16
+ stdin_default as default
17
+ };
@@ -0,0 +1,7 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ const FourSvg = () => /* @__PURE__ */ jsx("svg", { version: "1.1", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 281 371", width: "281px", height: "371px", children: /* @__PURE__ */ jsx("path", { d: "m267.68 233-0.014 0.0975h-131.54v-0.0975h-66.33l67.889-102.41c8.7763-13.148 16.294-26.633 22.546-40.461h2.0242c-0.5082 3.203-1.1804 14.758-2.0242 34.648-0.6232 14.682-1.0148 26.784-1.1779 36.324h76.39v-160.6h-72.172l-162.36 238.85v54.648h158.06v76.5h76.478v-76.5h44.592v-61z" }) });
4
+ var stdin_default = FourSvg;
5
+ export {
6
+ stdin_default as default
7
+ };
@@ -0,0 +1,26 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ const Glassess = () => /* @__PURE__ */ jsx(
4
+ "svg",
5
+ {
6
+ width: "90px",
7
+ height: "36px",
8
+ viewBox: "0 0 90 36",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ preserveAspectRatio: "xMidYMid meet",
11
+ children: /* @__PURE__ */ jsx(
12
+ "path",
13
+ {
14
+ d: "M87.982,13.909 L85.416,13.909 C83.567,6.096 76.564,0.273 68.182,0.273 C59.299,0.273 51.962,6.816 50.676,15.341 C49.21,13.701 47.221,13.227 45,13.227 C42.779,13.227 40.791,13.701 39.324,15.341 C38.038,6.817 30.702,0.273 21.818,0.273 C13.437,0.273 6.433,6.096 4.585,13.909 L2.019,13.909 C0.904,13.909 0,14.812 0,15.927 L0,15.983 C0,17.097 0.904,18 2.019,18 L4.091,18 C4.091,27.792 12.028,35.727 21.819,35.727 C31.61,35.727 39.546,27.792 39.546,18 C39.546,17.996 39.546,17.992 39.546,17.988 C40.554,15.984 42.606,14.591 45.001,14.591 C47.396,14.591 49.448,15.984 50.456,17.988 C50.456,17.992 50.456,17.996 50.456,18 C50.456,27.792 58.393,35.727 68.183,35.727 C77.975,35.727 85.911,27.792 85.911,18 L87.984,18 C89.096,18 90,17.097 90,15.982 L90,15.926 C90,14.812 89.096,13.909 87.982,13.909 M21.818,33.682 C13.171,33.682 6.136,26.648 6.136,18 C6.136,9.354 13.171,2.318 21.818,2.318 C30.465,2.318 37.5,9.354 37.5,18 C37.5,26.648 30.465,33.682 21.818,33.682 M68.182,33.682 C59.535,33.682 52.5,26.648 52.5,18 C52.5,9.354 59.535,2.318 68.182,2.318 C76.829,2.318 83.864,9.353 83.864,18 C83.864,26.648 76.829,33.682 68.182,33.682",
15
+ stroke: "none",
16
+ strokeWidth: "1",
17
+ fill: "#202020",
18
+ fillRule: "nonzero"
19
+ }
20
+ )
21
+ }
22
+ );
23
+ var stdin_default = Glassess;
24
+ export {
25
+ stdin_default as default
26
+ };
@@ -0,0 +1,17 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ const LogoSvg = () => /* @__PURE__ */ jsx(
4
+ "svg",
5
+ {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ style: {
8
+ width: "66px",
9
+ height: "16px"
10
+ },
11
+ children: /* @__PURE__ */ jsx("g", { fill: "#202020", fillRule: "evenodd", children: /* @__PURE__ */ jsx("path", { d: "M62.529 5.872c-.004 2.43-3.438 2.185-4.193 2.186V3.682c.755 0 4.189-.244 4.193 2.186v.004zm.27 4.212c1.427-.65 2.524-1.88 2.524-4.214 0-4.501-4.076-4.904-6.744-4.927a10.373 10.373 0 0 0-.303-.002h-.244l-.064.001h-.508l-.352.002H55.53v9.853L55.529 16h2.807v-5.2c.131 0 .266-.002.404-.004h.011a22.261 22.261 0 0 0 .461-.012c.265-.01.538-.026.815-.05l.063-.005L62.827 16h3.055L62.8 10.084zM30.56.042v3.057c2.691 0 4.88 2.208 4.88 4.922 0 2.713-2.189 4.921-4.88 4.921s-4.88-2.208-4.88-4.921v-.002h-3.032v.002c0 4.407 3.542 7.979 7.912 7.979s7.912-3.572 7.912-7.98c0-4.406-3.542-7.978-7.912-7.978M6.967 4.38c-.734-1.047-1.48-1.57-2.24-1.57-.37 0-.673.101-.909.304-.235.203-.353.433-.353.687 0 .255.084.496.252.723.229.303.919.954 2.069 1.952 1.076.923 1.728 1.505 1.957 1.746.572.592.977 1.158 1.216 1.699.239.54.358 1.13.358 1.771 0 1.247-.42 2.276-1.26 3.089-.84.812-1.936 1.218-3.287 1.218-1.056 0-1.975-.265-2.758-.795-.783-.53-1.454-1.363-2.012-2.5l2.37-1.466c.714 1.343 1.534 2.014 2.462 2.014.484 0 .891-.145 1.22-.434.33-.289.495-.623.495-1.002 0-.344-.124-.688-.373-1.033-.249-.344-.797-.87-1.645-1.58-1.614-1.35-2.657-2.391-3.128-3.124-.47-.734-.706-1.465-.706-2.195 0-1.054.392-1.958 1.175-2.711C2.653.419 3.62.042 4.77.042c.739 0 1.443.175 2.112.526.67.351 1.393.992 2.173 1.922l.264.29-2.124 1.923-.228-.323zM52.141.941h-3.39L44.884 5.99l-.649.834V.94h-2.823V16h2.823V8.48l.65.948L49.357 16h3.348l-5.647-8.214zM13.176 3.68h2.51V16h2.51V3.68h2.51V.94h-7.53z" }) })
12
+ }
13
+ );
14
+ var stdin_default = LogoSvg;
15
+ export {
16
+ stdin_default as default
17
+ };
@@ -0,0 +1,10 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ const OneSvg = () => /* @__PURE__ */ jsxs("svg", { version: "1.1", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 167 371", width: "167px", height: "371px", children: [
4
+ /* @__PURE__ */ jsx("polygon", { points: "101.7 0.50015 0.40149 81.098 166.03 81.098 166.03 0.50015" }),
5
+ /* @__PURE__ */ jsx("polygon", { points: "87.772 156.42 87.772 370.5 166.03 370.5 166.03 153.1 87.844 153.1" })
6
+ ] });
7
+ var stdin_default = OneSvg;
8
+ export {
9
+ stdin_default as default
10
+ };
@@ -0,0 +1,37 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ const PassportSvg = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "71.926", height: "104.855", children: /* @__PURE__ */ jsxs("g", { "data-name": "Passport Icon", fill: "none", stroke: "#9b9b9b", strokeMiterlimit: "10", strokeWidth: "3", children: [
4
+ /* @__PURE__ */ jsx(
5
+ "path",
6
+ {
7
+ "data-name": "Stroke 1",
8
+ d: "M1.5 90.676v-76.5A12.68 12.68 0 0 1 14.179 1.5h36.663a12.68 12.68 0 0 1 12.679 12.679v76.5a12.68 12.68 0 0 1-12.679 12.679H14.179A12.68 12.68 0 0 1 1.5 90.676z"
9
+ }
10
+ ),
11
+ /* @__PURE__ */ jsx(
12
+ "path",
13
+ {
14
+ "data-name": "Stroke 3",
15
+ d: "M19.35 1.501h40.132a10.943 10.943 0 0 1 10.944 10.944v79.966a10.943 10.943 0 0 1-10.944 10.944H19.35"
16
+ }
17
+ ),
18
+ /* @__PURE__ */ jsx(
19
+ "path",
20
+ {
21
+ "data-name": "Stroke 5",
22
+ d: "M51.363 38.066a19.11 19.11 0 1 1-19.109-19.109 19.109 19.109 0 0 1 19.109 19.109z"
23
+ }
24
+ ),
25
+ /* @__PURE__ */ jsx("path", { "data-name": "Stroke 7", d: "M13.089 37.753h37.98" }),
26
+ /* @__PURE__ */ jsx("path", { "data-name": "Stroke 9", d: "M32.079 18.764v37.979" }),
27
+ /* @__PURE__ */ jsx("path", { "data-name": "Stroke 11", d: "M22.584 20.922v33.663" }),
28
+ /* @__PURE__ */ jsx("path", { "data-name": "Stroke 13", d: "M41.573 20.922v33.663" }),
29
+ /* @__PURE__ */ jsx("path", { "data-name": "Stroke 15", d: "M15.247 28.259h33.231" }),
30
+ /* @__PURE__ */ jsx("path", { "data-name": "Stroke 17", d: "M15.247 47.249h34.526" }),
31
+ /* @__PURE__ */ jsx("path", { "data-name": "Stroke 19", d: "M12.657 80.584H51.5" }),
32
+ /* @__PURE__ */ jsx("path", { "data-name": "Stroke 21", d: "M12.657 88.147H51.5" })
33
+ ] }) });
34
+ var stdin_default = PassportSvg;
35
+ export {
36
+ stdin_default as default
37
+ };
@@ -0,0 +1,28 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ const RefreshSvg = () => /* @__PURE__ */ jsx(
4
+ "svg",
5
+ {
6
+ version: "1.1",
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ viewBox: "0 0 16 16",
9
+ width: "16",
10
+ height: "16",
11
+ style: {
12
+ width: "16px",
13
+ height: "16px"
14
+ },
15
+ children: /* @__PURE__ */ jsx(
16
+ "path",
17
+ {
18
+ d: "M1.735 7L1 6.786C1.67 4.1 3.63 1.983 6.117 1.263c2.987-.864 6.158.454 7.862 3.163l.262-3.242.759.071-.382 4.71-4.362-.412.066-.819 3.112.294C11.933 2.51 9.04 1.27 6.314 2.058 4.089 2.702 2.334 4.595 1.735 7zm7.951 7.942c-2.724.788-5.619-.452-7.12-2.97l3.112.294.066-.82-4.362-.411L1 15.745l.759.071.263-3.247C3.375 14.723 5.652 16 8.03 16a6.66 6.66 0 0 0 1.853-.263c2.487-.72 4.448-2.836 5.117-5.523L14.265 10c-.6 2.405-2.354 4.299-4.579 4.942z",
19
+ fillRule: "nonzero",
20
+ strokeWidth: ".5"
21
+ }
22
+ )
23
+ }
24
+ );
25
+ var stdin_default = RefreshSvg;
26
+ export {
27
+ stdin_default as default
28
+ };