@stokr/components-library 0.5.6 → 0.5.8

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 (841) hide show
  1. package/build/asset-manifest.json +39 -3
  2. package/build/index.html +1 -1
  3. package/build/static/css/main.e30a9d15.css +15 -0
  4. package/build/static/css/main.e30a9d15.css.map +1 -0
  5. package/build/static/js/main.8c250652.js +3 -0
  6. package/build/static/js/main.8c250652.js.LICENSE.txt +158 -0
  7. package/build/static/js/main.8c250652.js.map +1 -0
  8. package/build/static/media/Ionicons.4e528d6445ca1974c313.woff +0 -0
  9. package/build/static/media/Ionicons.643c37f102b41f7f90c3.woff2 +0 -0
  10. package/build/static/media/Ionicons.98b7d3182f652f021bc3.ttf +0 -0
  11. package/build/static/media/OpenSans-Bold.9bea22b57dc165ed4382.ttf +0 -0
  12. package/build/static/media/OpenSans-Bold.a750292d6a0b5a760679.woff +0 -0
  13. package/build/static/media/OpenSans-Bold.cbfc24090ef8bacab132.woff2 +0 -0
  14. package/build/static/media/OpenSans-ExtraBold.21e493d43617de76dbc7.woff2 +0 -0
  15. package/build/static/media/OpenSans-ExtraBold.81f3ef07b7952e249da1.woff +0 -0
  16. package/build/static/media/OpenSans-ExtraBold.bcb6531cf820152b7538.ttf +0 -0
  17. package/build/static/media/OpenSans-Light.179ef2df02cb0b68c9fd.woff2 +0 -0
  18. package/build/static/media/OpenSans-Light.55053cc0a8e6482eca64.ttf +0 -0
  19. package/build/static/media/OpenSans-Light.c6a4bc1bd034d6303053.woff +0 -0
  20. package/build/static/media/OpenSans-Regular.3caa0d4f9b7d58668066.woff2 +0 -0
  21. package/build/static/media/OpenSans-Regular.9ec738fbb66068dc1ca7.woff +0 -0
  22. package/build/static/media/OpenSans-Regular.d97d7385fe8771611848.ttf +0 -0
  23. package/build/static/media/OpenSans-SemiBold.311956ded96d3fd2813d.woff2 +0 -0
  24. package/build/static/media/OpenSans-SemiBold.39f5961b2d3eb4aa5bf5.woff +0 -0
  25. package/build/static/media/OpenSans-SemiBold.d2b1865643b98c0e8b54.ttf +0 -0
  26. package/build/static/media/address-refreshing.5fbb0cc56c384480118a.gif +0 -0
  27. package/build/static/media/arrow-down-black.fe92da3ac6ed16b45bf57713df82cea2.svg +21 -0
  28. package/build/static/media/avatar-placeholder.488a33b3f080a43e0d43.png +0 -0
  29. package/build/static/media/icomoon.2640959b1f9381cde047.eot +0 -0
  30. package/build/static/media/icomoon.35bce49b15feeae93572c36a08feecd9.svg +47 -0
  31. package/build/static/media/icomoon.4c3c428d0ce82f840710.woff +0 -0
  32. package/build/static/media/icomoon.a1d7666a48f976227722.ttf +0 -0
  33. package/{dist/Footer/lemonway.png → build/static/media/lemonway.33e88c3a49e7ac73e3a9.png} +0 -0
  34. package/{dist/Footer/sicos-logo.svg → build/static/media/sicos-logo.7fa3ac9d583b52c3987da529da67cb15.svg} +0 -0
  35. package/build/static/media/slick.2630a3e3eab21c607e21.svg +14 -0
  36. package/build/static/media/slick.295183786cd8a1389865.woff +0 -0
  37. package/build/static/media/slick.a4e97f5a2a64f0ab1323.eot +0 -0
  38. package/build/static/media/slick.c94f7671dcc99dce43e2.ttf +0 -0
  39. package/build/static/media/whales.7a1e9453670d08b8b76a.png +0 -0
  40. package/dist/api/StokrWeb3.js +184 -0
  41. package/dist/api/fetchData.js +76 -0
  42. package/dist/api/fetchDataPublic.js +65 -0
  43. package/dist/components/AccountBalance/AccountBalance.js +53 -0
  44. package/dist/components/AccountBalance/AccountBalance.stories.js +88 -0
  45. package/dist/components/AccountBalance/AccountBalance.styles.js +40 -0
  46. package/dist/components/AdminDashboard/Table/Table.js +170 -0
  47. package/dist/components/AdminDashboard/Table/Table.styles.js +79 -0
  48. package/dist/components/AgreementItem/AgreementItem.js +51 -0
  49. package/dist/components/AgreementItem/AgreementItem.stories.js +109 -0
  50. package/dist/components/AgreementItem/AgreementItem.styles.js +35 -0
  51. package/dist/components/AnalyticGraphs/Analytic.js +781 -0
  52. package/dist/components/AnalyticGraphs/Analytic.styles.js +37 -0
  53. package/dist/components/BackButton/BackButton.js +32 -0
  54. package/dist/components/BackButton/BackButton.stories.js +35 -0
  55. package/dist/components/BackButton/BackButton.styles.js +76 -0
  56. package/dist/components/Background/Background.js +41 -0
  57. package/dist/components/Background/Background.stories.js +62 -0
  58. package/dist/components/Background/Background.styles.js +69 -0
  59. package/dist/components/BarChart/BarChart.js +304 -0
  60. package/dist/components/BarChart/BarChart.stories.js +47 -0
  61. package/dist/components/BarChart/BarChart.styles.js +33 -0
  62. package/dist/components/BarChartLegend/BarChartLegend.js +106 -0
  63. package/dist/components/BarChartLegend/BarChartLegend.styles.js +26 -0
  64. package/dist/components/BasicTable/BasicTable.js +32 -0
  65. package/dist/components/BasicTable/BasicTable.stories.js +63 -0
  66. package/dist/components/BasicTable/BasicTable.styles.js +52 -0
  67. package/dist/components/Button/Button.stories.js +79 -0
  68. package/dist/components/Button/Button.styles.js +83 -0
  69. package/dist/components/ButtonContainer/ButtonContainer.styles.js +18 -0
  70. package/dist/components/CapitalRaisedSummary/CapitalRaisedSummery.stories.js +45 -0
  71. package/dist/components/CapitalRaisedSummary/CaptialRaisedSummary.js +34 -0
  72. package/dist/components/CapitalRaisedSummary/CaptialRaisedSummary.styles.js +34 -0
  73. package/dist/components/ChartBox/ChartBox.js +44 -0
  74. package/dist/components/ChartBox/ChartBox.stories.js +20 -0
  75. package/dist/components/ChartBox/ChartBox.styles.js +33 -0
  76. package/dist/components/ChartBox/ChartBoxDistribution.js +30 -0
  77. package/dist/components/ChartBox/ChartBoxDistribution.stories.js +21 -0
  78. package/dist/components/ChartLegend/ChartLegend.js +62 -0
  79. package/dist/components/ChartLegend/ChartLegend.stories.js +87 -0
  80. package/dist/components/ChartLegend/ChartLegend.styles.js +64 -0
  81. package/dist/components/Checkbox/Checkbox.js +116 -0
  82. package/dist/components/Checkbox/Checkbox.stories.js +92 -0
  83. package/dist/components/Checkbox/Checkbox.styles.js +45 -0
  84. package/dist/components/Checklist/UserChecklist.js +274 -0
  85. package/dist/components/Checklist/UserChecklist.stories.js +126 -0
  86. package/dist/components/ComponentScroll/ComponentScroll.js +138 -0
  87. package/dist/components/ComponentScroll/ComponentScroll.stories.js +102 -0
  88. package/dist/components/ComponentScroll/ComponentScroll.styles.js +66 -0
  89. package/dist/components/ComponentWrapper/ComponentWrapper.styles.js +68 -0
  90. package/dist/components/CryptoAddress/ComponentWrap.js +37 -0
  91. package/dist/components/CryptoAddress/CryptoAddress.js +145 -0
  92. package/dist/components/CryptoAddress/CryptoAddress.stories.js +173 -0
  93. package/dist/components/CryptoAddress/CryptoAddress.styles.js +186 -0
  94. package/dist/components/CryptoAddress/RadioWrap.js +49 -0
  95. package/dist/components/CryptoAddressDetails/CryptoAddressDetails.js +54 -0
  96. package/dist/components/CryptoAddressDetails/CryptoAddressDetails.stories.js +74 -0
  97. package/dist/components/CryptoAddressDetails/CryptoAddressDetails.styles.js +67 -0
  98. package/dist/components/CryptoAddressWrapper/CryptoAddressWrapper.js +40 -0
  99. package/dist/components/CryptoAddressWrapper/CryptoAddressWrapper.styles.js +59 -0
  100. package/dist/components/DonutChart/DonutChart.js +182 -0
  101. package/dist/components/DonutChart/DonutChart.stories.js +40 -0
  102. package/dist/components/DonutChart/DonutChart.styles.js +50 -0
  103. package/dist/components/DoubleButton/DoubleButton.styles.js +22 -0
  104. package/dist/components/ErrorMessage/ErrorMessage.styles.js +15 -0
  105. package/dist/components/FAQ/FAQ.js +65 -0
  106. package/dist/components/FAQ/FAQ.stories.js +74 -0
  107. package/dist/components/FAQ/FAQ.styles.js +48 -0
  108. package/dist/components/Footer/Footer.js +66 -0
  109. package/dist/components/Footer/Footer.stories.js +54 -0
  110. package/dist/components/Footer/Footer.styles.js +74 -0
  111. package/dist/components/Footer/FooterLayout.js +129 -0
  112. package/dist/components/Footer/FooterLayout.stories.js +31 -0
  113. package/dist/components/Footer/FooterMenu.js +117 -0
  114. package/dist/components/Footer/FooterMenu.stories.js +121 -0
  115. package/dist/components/Footer/FooterMenu.styles.js +80 -0
  116. package/dist/components/Footer/index.js +27 -0
  117. package/dist/components/ForgotPasswordModal/ForgotPasswordModal.js +127 -0
  118. package/dist/components/ForgotPasswordModal/ForgotPasswordModal.stories.js +42 -0
  119. package/dist/components/Form/Form.js +68 -0
  120. package/dist/components/Form/Form.stories.js +35 -0
  121. package/dist/components/Form/Form.styles.js +59 -0
  122. package/dist/components/FullscreenCard/FullscreenCard.styles.js +32 -0
  123. package/dist/components/Grid/Grid.styles.js +68 -0
  124. package/dist/components/Header/Header.js +452 -0
  125. package/dist/components/Header/Header.stories.js +188 -0
  126. package/dist/components/Header/Header.styles.js +180 -0
  127. package/dist/components/Icon/Icon.style.js +71 -0
  128. package/dist/components/InfoIcon/InfoIcon.js +50 -0
  129. package/dist/components/InfoIcon/InfoIcon.stories.js +52 -0
  130. package/dist/components/InfoIcon/InfoIcon.styles.js +31 -0
  131. package/dist/components/InfoPanel/InfoPanel.js +146 -0
  132. package/dist/components/Input/DatePickerInput.js +85 -0
  133. package/dist/components/Input/DatePickerInput.stories.js +91 -0
  134. package/dist/components/Input/DatePickerInput.styles.js +29 -0
  135. package/dist/components/Input/Input.js +108 -0
  136. package/dist/components/Input/Input.stories.js +148 -0
  137. package/dist/components/Input/Input.styles.js +53 -0
  138. package/dist/components/Input/InputPassword.js +151 -0
  139. package/dist/components/Input/InputPassword.stories.js +85 -0
  140. package/dist/components/Input/InputPassword.styles.js +80 -0
  141. package/dist/components/Input/RangeInput.js +60 -0
  142. package/dist/components/Input/RangeInput.stories.js +59 -0
  143. package/dist/components/Input/RangeInput.styles.js +53 -0
  144. package/dist/components/Input/Select.js +148 -0
  145. package/dist/components/Input/Select.stories.js +142 -0
  146. package/dist/components/Input/Select.styles.js +65 -0
  147. package/dist/components/InvestCalculator/InvestCalculator.js +367 -0
  148. package/dist/components/InvestCalculator/InvestCalculator.stories.js +137 -0
  149. package/dist/components/InvestCalculator/InvestCalculator.styles.js +66 -0
  150. package/dist/components/InvestmentStat/InvestmentStat.js +40 -0
  151. package/dist/components/InvestmentStat/InvestmentStat.stories.js +56 -0
  152. package/dist/components/InvestmentStat/InvestmentStat.styles.js +43 -0
  153. package/dist/components/KYCFlow/BasicInfo.js +489 -0
  154. package/dist/components/KYCFlow/Confirmation.js +51 -0
  155. package/dist/components/KYCFlow/DocumentFileUpload.js +276 -0
  156. package/dist/components/KYCFlow/DocumentScan.js +74 -0
  157. package/dist/components/KYCFlow/DocumentScanUpload.js +258 -0
  158. package/dist/components/KYCFlow/DocumentSelect.js +148 -0
  159. package/dist/components/KYCFlow/DocumentSuccess.js +64 -0
  160. package/dist/components/KYCFlow/DocumentUpload.js +54 -0
  161. package/dist/components/KYCFlow/DocumentVerificationType.js +161 -0
  162. package/dist/components/KYCFlow/FaceScan.js +55 -0
  163. package/dist/components/KYCFlow/FaceScanRecognition.js +60 -0
  164. package/dist/components/KYCFlow/FaceScanSuccess.js +59 -0
  165. package/dist/components/KYCFlow/Terms.js +142 -0
  166. package/dist/components/KYCFlow/_styles.js +160 -0
  167. package/dist/components/KYCFlow/index.js +97 -0
  168. package/dist/components/KYCSelectBox/KYCSelectBox.styles.js +41 -0
  169. package/dist/components/LatestUpdate/LatestUpdate.js +51 -0
  170. package/dist/components/LatestUpdate/LatestUpdate.stories.js +62 -0
  171. package/dist/components/LatestUpdate/LatestUpdate.styles.js +71 -0
  172. package/dist/components/Layout/Layout-func-no-work.js +78 -0
  173. package/dist/components/Layout/Layout.js +103 -0
  174. package/dist/components/Layout/Layout.stories.js +67 -0
  175. package/dist/components/LearnMoreCarousel/LearnMoreCarousel.js +47 -0
  176. package/dist/components/LearnMoreCarousel/LearnMoreCarousel.stories.js +70 -0
  177. package/dist/components/LearnMoreCarousel/LearnMoreCarousel.styles.js +43 -0
  178. package/dist/components/LearnMorePage/LearnMore.js +255 -0
  179. package/dist/components/LearnMorePage/LearnMore.shared.styles.js +40 -0
  180. package/dist/components/LearnMorePage/LearnMore.stories.js +51 -0
  181. package/dist/components/LearnMorePage/LearnMore.styles.js +120 -0
  182. package/dist/components/LearnMorePage/LearnMoreExampleObject.js +87 -0
  183. package/dist/components/LearnMorePage/LearnMoreItem.js +75 -0
  184. package/dist/components/LearnMorePage/LearnMoreItem.stories.js +65 -0
  185. package/dist/components/LearnMorePage/LearnMoreItem.styles.js +87 -0
  186. package/dist/components/LearnMoreSection/LearnMore.js +199 -0
  187. package/dist/components/LearnMoreSection/LearnMore.stories.js +33 -0
  188. package/dist/components/LearnMoreSection/LearnMore.styles.js +73 -0
  189. package/dist/components/LearnMoreSection/LearnMoreItem.js +52 -0
  190. package/dist/components/LearnMoreSection/LearnMoreItem.stories.js +62 -0
  191. package/dist/components/LearnMoreSection/LearnMoreItem.styles.js +50 -0
  192. package/dist/components/LoginModal/LoginModal.js +163 -0
  193. package/dist/components/MainMenu/DynamicMainMenu.js +50 -0
  194. package/dist/components/MainMenu/MainMenu.js +262 -0
  195. package/dist/components/MainMenu/MainMenu.styles.js +124 -0
  196. package/dist/components/MatomoConnect/Matomo.js +485 -0
  197. package/dist/components/MatomoConnect/Matomo_fuckup.js +383 -0
  198. package/dist/components/MenuNav/MenuNav.styles.js +42 -0
  199. package/dist/components/Modal/Modal.js +123 -0
  200. package/dist/components/Modal/Modal.stories.js +82 -0
  201. package/dist/components/Modal/Modal.styles.js +140 -0
  202. package/dist/components/MultiProgressBar/MultiProgressBar.js +48 -0
  203. package/dist/components/MultiProgressBar/MultiProgressBar.stories.js +72 -0
  204. package/dist/components/MultiProgressBar/MultiProgressBar.styles.js +41 -0
  205. package/dist/components/Newsletter/Newsletter.js +139 -0
  206. package/dist/components/Newsletter/Newsletter.stories.js +19 -0
  207. package/dist/components/Newsletter/Newsletter.styles.js +83 -0
  208. package/dist/components/NotificationContext/NotificationContext.js +173 -0
  209. package/dist/components/NotificationContext/NotificationContext.stories.js +33 -0
  210. package/dist/components/NotificationCounter/NotificationCounter.styles.js +22 -0
  211. package/dist/components/Number/Number.js +35 -0
  212. package/dist/components/Number/Number.stories.js +41 -0
  213. package/dist/components/Number/Number.styles.js +20 -0
  214. package/dist/components/PageTransition/PageTransition.js +57 -0
  215. package/dist/components/Process/Process.stories.js +47 -0
  216. package/dist/components/Process/Process.styles.js +33 -0
  217. package/dist/components/ProfileBadge/ProfileBadge.js +53 -0
  218. package/dist/components/ProfileBadge/ProfileBadge.stories.js +48 -0
  219. package/dist/components/ProfileBadge/ProfileBadge.styles.js +32 -0
  220. package/dist/components/ProfileBox/ProfileBox.js +39 -0
  221. package/dist/components/ProfileBox/ProfileBox.stories.js +38 -0
  222. package/dist/components/ProfileBox/ProfileBox.styles.js +49 -0
  223. package/dist/components/ProfileHeader/ProfileHeader-CLb4.js +477 -0
  224. package/dist/components/ProfileHeader/ProfileHeader.js +330 -0
  225. package/dist/components/ProfileHeader/ProfileHeader.styles.js +87 -0
  226. package/dist/components/ProfileStat/ProfileStat.js +42 -0
  227. package/dist/components/ProfileStat/ProfileStat.stories.js +71 -0
  228. package/dist/components/ProfileStat/ProfileStat.styles.js +42 -0
  229. package/dist/components/ProofOfAddress/ProofOfAddress.styles.js +69 -0
  230. package/dist/components/ROI/ROI.js +312 -0
  231. package/dist/components/ROI/ROI.styles.js +63 -0
  232. package/dist/components/ROI/ROIChart.js +469 -0
  233. package/dist/components/ROI/ROIChart.styles.js +33 -0
  234. package/dist/components/ROI/ROIModal.js +91 -0
  235. package/dist/components/ROI/ROIScenarioBox.js +55 -0
  236. package/dist/components/ROI/ROIScenarioBox.styles.js +52 -0
  237. package/dist/components/Radio/Radio.js +68 -0
  238. package/dist/components/Radio/Radio.stories.js +76 -0
  239. package/dist/components/Radio/Radio.styles.js +31 -0
  240. package/dist/components/RefreshButton/RefreshButton.js +21 -0
  241. package/dist/components/RefreshButton/RefreshButton.stories.js +41 -0
  242. package/dist/components/RefreshButton/RefreshButton.styles.js +39 -0
  243. package/dist/components/RegisterAlgorand/AlgoAddressName.js +138 -0
  244. package/dist/components/RegisterAlgorand/AlgoAdressSelect.js +444 -0
  245. package/dist/components/RegisterAlgorand/AlgoConnectWallet.js +47 -0
  246. package/dist/components/RegisterAlgorand/AlgoSuccess.js +38 -0
  247. package/dist/components/RegisterAlgorand/Algorand.stories.js +78 -0
  248. package/dist/components/RegisterAlgorand/ChooseWallet.js +97 -0
  249. package/dist/components/RegisterAlgorand/SelectProject.js +90 -0
  250. package/dist/components/RegisterAlgorand/_styles.js +28 -0
  251. package/dist/components/RegisterAlgorand/flow.js +409 -0
  252. package/dist/components/RegisterAlgorand/flowWithMemo.js +410 -0
  253. package/dist/components/RegisterAlgorand/index.js +48 -0
  254. package/dist/components/RegisterConfirmModal/RegisterConfirmModal.js +40 -0
  255. package/dist/components/RegisterConfirmModal/RegisterConfirmModal.stories.js +33 -0
  256. package/dist/components/RegisterConfirmModal/RegisterConfirmModal.styles.js +16 -0
  257. package/dist/components/RegisterEthereum/EthAddressLedger.js +215 -0
  258. package/dist/components/RegisterEthereum/EthAddressMetamask.js +205 -0
  259. package/dist/components/RegisterEthereum/EthAddressName.js +135 -0
  260. package/dist/components/RegisterEthereum/EthConnectLedger.js +194 -0
  261. package/dist/components/RegisterEthereum/EthConnectMetamask.js +35 -0
  262. package/dist/components/RegisterEthereum/EthFinish.js +41 -0
  263. package/dist/components/RegisterEthereum/EthIntro.js +95 -0
  264. package/dist/components/RegisterEthereum/_styles.js +28 -0
  265. package/dist/components/RegisterEthereum/index.js +68 -0
  266. package/dist/components/RegisterLiquidSteps/RegisterLiquidSteps.js +106 -0
  267. package/dist/components/RegisterLiquidSteps/RegisterLiquidSteps.stories.js +66 -0
  268. package/dist/components/RegisterLiquidSteps/RegisterLiquidSteps.styles.js +48 -0
  269. package/dist/components/RegisterLiquidSteps/complete.js +37 -0
  270. package/dist/components/RegisterLiquidSteps/flow.js +197 -0
  271. package/dist/components/RegisterLiquidSteps/index.js +52 -0
  272. package/dist/components/RegisterLiquidSteps/register-liquid.js +240 -0
  273. package/dist/components/RegisterModal/RegisterModal.js +180 -0
  274. package/dist/components/RegisterModal/RegisterModal.stories.js +46 -0
  275. package/dist/components/RequestDataBox/RequestDataBox.js +31 -0
  276. package/dist/components/RequestDataBox/RequestDataBox.stories.js +40 -0
  277. package/dist/components/RequestDataBox/RequestDataBox.styles.js +31 -0
  278. package/dist/components/RiskQuestionnaire/RiskQuestionnaireContext.js +185 -0
  279. package/dist/components/RiskQuestionnaire/_styles.js +15 -0
  280. package/dist/components/SEO/SEO.js +71 -0
  281. package/dist/components/SEO/SEO.stories.js +64 -0
  282. package/dist/components/SectionTitle/SectionTitle.styles.js +15 -0
  283. package/dist/components/SideLine/SideLine.js +15 -0
  284. package/dist/components/SideLine/SideLine.stories.js +31 -0
  285. package/dist/components/SideLine/SideLine.styles.js +26 -0
  286. package/dist/components/SigningSubflow/SignSubAddressMetamask.js +137 -0
  287. package/dist/components/SigningSubflow/SignSubConnectLedger.js +150 -0
  288. package/dist/components/SigningSubflow/SignSubConnectMetamask.js +137 -0
  289. package/dist/components/SigningSubflow/SignSubIntro.js +54 -0
  290. package/dist/components/SigningSubflow/SignSubSendLedger.js +150 -0
  291. package/dist/components/SigningSubflow/SignSubSendMetamask.js +62 -0
  292. package/dist/components/SigningSubflow/SignSubTransactionLedger.js +161 -0
  293. package/dist/components/SigningSubflow/SignSubTransactionMetamask.js +166 -0
  294. package/dist/components/SigningSubflow/_styles.js +45 -0
  295. package/dist/components/SigningSubflow/index.js +74 -0
  296. package/dist/components/Slider/Slider.js +50 -0
  297. package/dist/components/Slider/Slider.stories.js +72 -0
  298. package/dist/components/Slider/Slider.styles.js +23 -0
  299. package/dist/components/SpanButton/SpanButton.styles.js +15 -0
  300. package/dist/components/StatusBadge/StatusBadge.styles.js +20 -0
  301. package/dist/components/StepController/StepController.js +111 -0
  302. package/dist/components/StepController/StepController.stories.js +63 -0
  303. package/dist/components/StepController/StepController.styles.js +26 -0
  304. package/dist/components/StepController/StepControllerContext.js +104 -0
  305. package/dist/components/StepController/StepControllerProgress.js +40 -0
  306. package/dist/components/StepController/StepControllerProgress.stories.js +52 -0
  307. package/dist/components/StepsProgress/StepsProgress.js +127 -0
  308. package/dist/components/StepsProgress/StepsProgress.stories.js +50 -0
  309. package/dist/components/StepsProgress/StepsProgress.styles.js +36 -0
  310. package/dist/components/StokrLoader/StokrLoader.js +32 -0
  311. package/dist/components/StokrLoader/media.js +27 -0
  312. package/dist/components/SvgIcons/AdminBadgeSvg.js +26 -0
  313. package/dist/components/SvgIcons/CameraSvg.js +36 -0
  314. package/dist/components/SvgIcons/CapsLockSvg.js +31 -0
  315. package/dist/components/SvgIcons/DocumentBackSvg.js +35 -0
  316. package/dist/components/SvgIcons/DocumentSmallSvg.js +61 -0
  317. package/dist/components/SvgIcons/DocumentSvg.js +38 -0
  318. package/dist/components/SvgIcons/Early.js +24 -0
  319. package/dist/components/SvgIcons/EthSvg.js +40 -0
  320. package/dist/components/SvgIcons/EurSvg.js +26 -0
  321. package/dist/components/SvgIcons/FaceScanIconSvg.js +31 -0
  322. package/dist/components/SvgIcons/FourSvg.js +21 -0
  323. package/dist/components/SvgIcons/Glassess.js +29 -0
  324. package/dist/components/SvgIcons/LogoSvg.js +24 -0
  325. package/dist/components/SvgIcons/OneSvg.js +23 -0
  326. package/dist/components/SvgIcons/PassportSvg.js +56 -0
  327. package/dist/components/SvgIcons/RefreshSvg.js +27 -0
  328. package/dist/components/SvgIcons/SocialFacebook.js +25 -0
  329. package/dist/components/SvgIcons/SocialInstagram.js +26 -0
  330. package/dist/components/SvgIcons/SocialLinkedIn.js +25 -0
  331. package/dist/components/SvgIcons/SocialMedium.js +25 -0
  332. package/dist/components/SvgIcons/SocialReddit.js +25 -0
  333. package/dist/components/SvgIcons/SocialTelegram.js +25 -0
  334. package/dist/components/SvgIcons/SocialTwitter.js +25 -0
  335. package/dist/components/SvgIcons/SocialYoutube.js +25 -0
  336. package/dist/components/SvgIcons/ThreeSvg.js +20 -0
  337. package/dist/components/SvgIcons/TwoSidedDocumentSvg.js +82 -0
  338. package/dist/components/SvgIcons/TwoSvg.js +23 -0
  339. package/dist/components/SvgIcons/UpdateDefaultSvg.js +29 -0
  340. package/dist/components/SvgIcons/UpdateHardSvg.js +25 -0
  341. package/dist/components/SvgIcons/UpdateSoftSvg.js +27 -0
  342. package/dist/components/SvgIcons/UploadSvg.js +34 -0
  343. package/dist/components/SvgIcons/VerifiedBadge.js +23 -0
  344. package/dist/components/SvgIcons/index.js +223 -0
  345. package/dist/components/Switch/Switch.js +70 -0
  346. package/dist/components/Switch/Switch.stories.js +86 -0
  347. package/dist/components/Switch/Switch.styles.js +47 -0
  348. package/dist/components/Tabs/Tabs.js +70 -0
  349. package/dist/components/Tabs/Tabs.stories.js +29 -0
  350. package/dist/components/Tabs/Tabs.styles.js +18 -0
  351. package/dist/components/TabsNav/TabNav.js +31 -0
  352. package/dist/components/TabsNav/TabNav.stories.js +44 -0
  353. package/dist/components/TabsNav/TabsNav.js +43 -0
  354. package/dist/components/TabsNav/TabsNav.stories.js +26 -0
  355. package/dist/components/TabsNav/TabsNav.styles.js +43 -0
  356. package/dist/components/TeamOverview/TeamOverview.js +125 -0
  357. package/dist/components/TeamOverview/TeamOverview.stories.js +80 -0
  358. package/dist/components/TeamOverview/TeamOverview.styles.js +81 -0
  359. package/dist/components/Text/Headline.js +29 -0
  360. package/dist/components/Text/Headline.stories.js +51 -0
  361. package/dist/components/Text/StyledText.js +19 -0
  362. package/dist/components/Text/Text.stories.js +71 -0
  363. package/dist/components/Text/Text.styles.js +40 -0
  364. package/dist/components/TextLink/TextLink.styles.js +30 -0
  365. package/dist/components/ToDoList/ToDoList.js +184 -0
  366. package/dist/components/ToDoList/ToDoList.stories.js +137 -0
  367. package/dist/components/ToDoList/ToDoList.styles.js +83 -0
  368. package/dist/components/ToDoList/ToDoListTask.js +118 -0
  369. package/dist/components/ToDoList/ToDoListTask.stories.js +72 -0
  370. package/dist/components/ToDoList/ToDoListTask.styles.js +74 -0
  371. package/dist/components/TransactionDetails/TransactionDetails.js +46 -0
  372. package/dist/components/TransactionDetails/TransactionDetails.stories.js +59 -0
  373. package/dist/components/TransactionDetails/TransactionDetails.styles.js +31 -0
  374. package/dist/components/TransactionInfo/TransactionInfo.js +58 -0
  375. package/dist/components/TransactionInfo/TransactionInfo.stories.js +64 -0
  376. package/dist/components/TransactionInfo/TransactionInfo.styles.js +54 -0
  377. package/dist/components/TwoFactorModal/TwoFactorModal.js +122 -0
  378. package/dist/components/breakdown/Breakdown.js +56 -0
  379. package/dist/components/breakdown/index.js +27 -0
  380. package/dist/components/context/Auth.js +207 -0
  381. package/dist/components/context/AuthContext.js +335 -0
  382. package/dist/components/icons/Arrow.js +70 -0
  383. package/dist/components/icons/Arrow.stories.js +49 -0
  384. package/dist/components/icons/ArrowSimple.js +59 -0
  385. package/dist/components/icons/ArrowSimple.stories.js +55 -0
  386. package/dist/components/icons/Check.js +43 -0
  387. package/dist/components/icons/Check.stories.js +25 -0
  388. package/dist/components/icons/Facebook.js +26 -0
  389. package/dist/components/icons/Facebook.stories.js +24 -0
  390. package/dist/components/icons/Info.js +55 -0
  391. package/dist/components/icons/Info.stories.js +19 -0
  392. package/dist/components/icons/Instagram.js +26 -0
  393. package/dist/components/icons/Instagram.stories.js +24 -0
  394. package/dist/components/icons/LinkIcon.js +34 -0
  395. package/dist/components/icons/LinkIcon.stories.js +24 -0
  396. package/dist/components/icons/LinkedIn.js +43 -0
  397. package/dist/components/icons/LinkedIn.stories.js +19 -0
  398. package/dist/components/icons/Medium.js +42 -0
  399. package/dist/components/icons/Medium.stories.js +19 -0
  400. package/dist/components/icons/Reddit.js +32 -0
  401. package/dist/components/icons/Reddit.stories.js +24 -0
  402. package/dist/components/icons/Share.js +62 -0
  403. package/dist/components/icons/Share.stories.js +19 -0
  404. package/dist/components/icons/Telegram.js +42 -0
  405. package/dist/components/icons/Telegram.stories.js +19 -0
  406. package/dist/components/icons/Twitter.js +26 -0
  407. package/dist/components/icons/Twitter.stories.js +24 -0
  408. package/dist/components/icons/X.js +26 -0
  409. package/dist/components/icons/X.stories.js +19 -0
  410. package/dist/components/icons/Youtube.js +26 -0
  411. package/dist/components/icons/Youtube.stories.js +24 -0
  412. package/dist/components/icons/index.js +170 -0
  413. package/dist/components/renderToBody/index.js +27 -0
  414. package/dist/components/renderToBody/renderToBody.js +68 -0
  415. package/dist/components/taxId/TaxId.stories.js +42 -0
  416. package/dist/components/taxId/complete.js +32 -0
  417. package/dist/components/taxId/flow.js +52 -0
  418. package/dist/components/taxId/index.js +27 -0
  419. package/dist/components/taxId/register-taxid.js +186 -0
  420. package/dist/components/video/Video.js +174 -0
  421. package/dist/components/video/Video.stories.js +56 -0
  422. package/dist/components/video/index.js +27 -0
  423. package/dist/constants/style.js +52 -0
  424. package/dist/index.js +1 -177
  425. package/dist/model/axios.js +18 -0
  426. package/dist/model/axiosPublic.js +18 -0
  427. package/dist/styles/colors.js +55 -0
  428. package/dist/styles/fonts.js +34 -0
  429. package/dist/styles/global.js +19 -0
  430. package/dist/styles/grid.js +16 -0
  431. package/dist/styles/reactTippy.js +12 -0
  432. package/dist/styles/rwd.js +52 -0
  433. package/dist/styles/semanticUi.js +12 -0
  434. package/dist/styles/spacing.js +12 -0
  435. package/dist/styles/theme.js +43 -0
  436. package/dist/utils/allowed-countries-list.js +1375 -0
  437. package/dist/utils/breakpoint.js +19 -0
  438. package/dist/utils/countries-list.js +1008 -0
  439. package/dist/utils/customHooks.js +52 -0
  440. package/dist/utils/delete-redirect-cookie-and-navigate.js +20 -0
  441. package/dist/utils/fix-decimals.js +11 -0
  442. package/dist/utils/get-cookie-domain.js +16 -0
  443. package/dist/utils/get-short-address.js +10 -0
  444. package/dist/utils/lock-body.js +20 -0
  445. package/dist/utils/redirect-url.js +10 -0
  446. package/dist/utils/set-redirect-cookie.js +20 -0
  447. package/package.json +133 -128
  448. package/build/static/js/main.31d6cfe0.js +0 -0
  449. package/dist/AccountBalance/AccountBalance.js +0 -43
  450. package/dist/AccountBalance/AccountBalance.stories.js +0 -75
  451. package/dist/AccountBalance/AccountBalance.styles.js +0 -38
  452. package/dist/AdminDashboard/Table/Table.js +0 -120
  453. package/dist/AdminDashboard/Table/Table.styles.js +0 -111
  454. package/dist/AgreementItem/AgreementItem.js +0 -38
  455. package/dist/AgreementItem/AgreementItem.stories.js +0 -98
  456. package/dist/AgreementItem/AgreementItem.styles.js +0 -31
  457. package/dist/AnalyticGraphs/Analytic.js +0 -528
  458. package/dist/AnalyticGraphs/Analytic.styles.js +0 -49
  459. package/dist/BackButton/BackButton.js +0 -22
  460. package/dist/BackButton/BackButton.stories.js +0 -24
  461. package/dist/BackButton/BackButton.styles.js +0 -110
  462. package/dist/Background/Background.js +0 -34
  463. package/dist/Background/Background.stories.js +0 -50
  464. package/dist/Background/Background.styles.js +0 -113
  465. package/dist/BarChart/BarChart.js +0 -258
  466. package/dist/BarChart/BarChart.stories.js +0 -46
  467. package/dist/BarChart/BarChart.styles.js +0 -93
  468. package/dist/BarChartLegend/BarChartLegend.js +0 -74
  469. package/dist/BarChartLegend/BarChartLegend.styles.js +0 -26
  470. package/dist/BasicTable/BasicTable.js +0 -20
  471. package/dist/BasicTable/BasicTable.stories.js +0 -51
  472. package/dist/BasicTable/BasicTable.styles.js +0 -64
  473. package/dist/Button/Button.stories.js +0 -63
  474. package/dist/Button/Button.styles.js +0 -180
  475. package/dist/ButtonContainer/ButtonContainer.styles.js +0 -25
  476. package/dist/CapitalRaisedSummary/CapitalRaisedSummery.stories.js +0 -35
  477. package/dist/CapitalRaisedSummary/CaptialRaisedSummary.js +0 -23
  478. package/dist/CapitalRaisedSummary/CaptialRaisedSummary.styles.js +0 -36
  479. package/dist/ChartBox/ChartBox.js +0 -34
  480. package/dist/ChartBox/ChartBox.stories.js +0 -9
  481. package/dist/ChartBox/ChartBox.styles.js +0 -50
  482. package/dist/ChartBox/ChartBoxDistribution.js +0 -20
  483. package/dist/ChartBox/ChartBoxDistribution.stories.js +0 -10
  484. package/dist/ChartLegend/ChartLegend.js +0 -37
  485. package/dist/ChartLegend/ChartLegend.stories.js +0 -74
  486. package/dist/ChartLegend/ChartLegend.styles.js +0 -67
  487. package/dist/Checkbox/Checkbox.js +0 -108
  488. package/dist/Checkbox/Checkbox.stories.js +0 -82
  489. package/dist/Checkbox/Checkbox.styles.js +0 -123
  490. package/dist/Checklist/UserChecklist.js +0 -247
  491. package/dist/Checklist/UserChecklist.stories.js +0 -115
  492. package/dist/ComponentScroll/ComponentScroll.js +0 -99
  493. package/dist/ComponentScroll/ComponentScroll.stories.js +0 -92
  494. package/dist/ComponentScroll/ComponentScroll.styles.js +0 -104
  495. package/dist/ComponentWrapper/ComponentWrapper.styles.js +0 -128
  496. package/dist/CryptoAddress/ComponentWrap.js +0 -24
  497. package/dist/CryptoAddress/CryptoAddress.js +0 -124
  498. package/dist/CryptoAddress/CryptoAddress.stories.js +0 -163
  499. package/dist/CryptoAddress/CryptoAddress.styles.js +0 -399
  500. package/dist/CryptoAddress/RadioWrap.js +0 -36
  501. package/dist/CryptoAddressDetails/CryptoAddressDetails.js +0 -42
  502. package/dist/CryptoAddressDetails/CryptoAddressDetails.stories.js +0 -65
  503. package/dist/CryptoAddressDetails/CryptoAddressDetails.styles.js +0 -114
  504. package/dist/CryptoAddressWrapper/CryptoAddressWrapper.js +0 -30
  505. package/dist/CryptoAddressWrapper/CryptoAddressWrapper.styles.js +0 -98
  506. package/dist/DonutChart/DonutChart.js +0 -137
  507. package/dist/DonutChart/DonutChart.stories.js +0 -39
  508. package/dist/DonutChart/DonutChart.styles.js +0 -101
  509. package/dist/DoubleButton/DoubleButton.styles.js +0 -25
  510. package/dist/ErrorMessage/ErrorMessage.styles.js +0 -9
  511. package/dist/FAQ/FAQ.js +0 -40
  512. package/dist/FAQ/FAQ.stories.js +0 -63
  513. package/dist/FAQ/FAQ.styles.js +0 -69
  514. package/dist/Footer/Footer.js +0 -54
  515. package/dist/Footer/Footer.stories.js +0 -41
  516. package/dist/Footer/Footer.styles.js +0 -230
  517. package/dist/Footer/FooterLayout.js +0 -114
  518. package/dist/Footer/FooterLayout.stories.js +0 -20
  519. package/dist/Footer/FooterMenu.js +0 -83
  520. package/dist/Footer/FooterMenu.stories.js +0 -110
  521. package/dist/Footer/FooterMenu.styles.js +0 -274
  522. package/dist/Footer/index.js +0 -4
  523. package/dist/ForgotPasswordModal/ForgotPasswordModal.js +0 -89
  524. package/dist/ForgotPasswordModal/ForgotPasswordModal.stories.js +0 -31
  525. package/dist/Form/Form.js +0 -38
  526. package/dist/Form/Form.stories.js +0 -23
  527. package/dist/Form/Form.styles.js +0 -66
  528. package/dist/FullscreenCard/FullscreenCard.styles.js +0 -36
  529. package/dist/Grid/Grid.styles.js +0 -109
  530. package/dist/Header/Header.js +0 -369
  531. package/dist/Header/Header.stories.js +0 -172
  532. package/dist/Header/Header.styles.js +0 -493
  533. package/dist/Icon/Icon.style.js +0 -75
  534. package/dist/InfoIcon/InfoIcon.js +0 -40
  535. package/dist/InfoIcon/InfoIcon.stories.js +0 -40
  536. package/dist/InfoIcon/InfoIcon.styles.js +0 -42
  537. package/dist/InfoPanel/InfoPanel.js +0 -115
  538. package/dist/Input/DatePickerInput.js +0 -64
  539. package/dist/Input/DatePickerInput.stories.js +0 -80
  540. package/dist/Input/DatePickerInput.styles.js +0 -67
  541. package/dist/Input/Input.js +0 -86
  542. package/dist/Input/Input.stories.js +0 -134
  543. package/dist/Input/Input.styles.js +0 -126
  544. package/dist/Input/InputPassword.js +0 -122
  545. package/dist/Input/InputPassword.stories.js +0 -72
  546. package/dist/Input/InputPassword.styles.js +0 -139
  547. package/dist/Input/RangeInput.js +0 -46
  548. package/dist/Input/RangeInput.stories.js +0 -48
  549. package/dist/Input/RangeInput.styles.js +0 -125
  550. package/dist/Input/Select.js +0 -130
  551. package/dist/Input/Select.stories.js +0 -129
  552. package/dist/Input/Select.styles.js +0 -143
  553. package/dist/InvestCalculator/InvestCalculator.js +0 -353
  554. package/dist/InvestCalculator/InvestCalculator.stories.js +0 -129
  555. package/dist/InvestCalculator/InvestCalculator.styles.js +0 -78
  556. package/dist/InvestmentStat/InvestmentStat.js +0 -33
  557. package/dist/InvestmentStat/InvestmentStat.stories.js +0 -44
  558. package/dist/InvestmentStat/InvestmentStat.styles.js +0 -53
  559. package/dist/KYCFlow/BasicInfo.js +0 -396
  560. package/dist/KYCFlow/Confirmation.js +0 -37
  561. package/dist/KYCFlow/DocumentFileUpload.js +0 -240
  562. package/dist/KYCFlow/DocumentScan.js +0 -66
  563. package/dist/KYCFlow/DocumentScanUpload.js +0 -228
  564. package/dist/KYCFlow/DocumentSelect.js +0 -101
  565. package/dist/KYCFlow/DocumentSuccess.js +0 -54
  566. package/dist/KYCFlow/DocumentUpload.js +0 -44
  567. package/dist/KYCFlow/DocumentVerificationType.js +0 -114
  568. package/dist/KYCFlow/FaceScan.js +0 -45
  569. package/dist/KYCFlow/FaceScanRecognition.js +0 -52
  570. package/dist/KYCFlow/FaceScanSuccess.js +0 -47
  571. package/dist/KYCFlow/Terms.js +0 -99
  572. package/dist/KYCFlow/_styles.js +0 -284
  573. package/dist/KYCFlow/index.js +0 -14
  574. package/dist/KYCSelectBox/KYCSelectBox.styles.js +0 -62
  575. package/dist/LatestUpdate/LatestUpdate.js +0 -35
  576. package/dist/LatestUpdate/LatestUpdate.stories.js +0 -51
  577. package/dist/LatestUpdate/LatestUpdate.styles.js +0 -77
  578. package/dist/Layout/Layout-func-no-work.js +0 -67
  579. package/dist/Layout/Layout.js +0 -68
  580. package/dist/Layout/Layout.stories.js +0 -55
  581. package/dist/LearnMoreCarousel/LearnMoreCarousel.js +0 -39
  582. package/dist/LearnMoreCarousel/LearnMoreCarousel.stories.js +0 -58
  583. package/dist/LearnMoreCarousel/LearnMoreCarousel.styles.js +0 -205
  584. package/dist/LearnMorePage/LearnMore.js +0 -199
  585. package/dist/LearnMorePage/LearnMore.shared.styles.js +0 -49
  586. package/dist/LearnMorePage/LearnMore.stories.js +0 -41
  587. package/dist/LearnMorePage/LearnMore.styles.js +0 -250
  588. package/dist/LearnMorePage/LearnMoreExampleObject.js +0 -102
  589. package/dist/LearnMorePage/LearnMoreItem.js +0 -73
  590. package/dist/LearnMorePage/LearnMoreItem.stories.js +0 -54
  591. package/dist/LearnMorePage/LearnMoreItem.styles.js +0 -218
  592. package/dist/LearnMoreSection/LearnMore.js +0 -158
  593. package/dist/LearnMoreSection/LearnMore.stories.js +0 -23
  594. package/dist/LearnMoreSection/LearnMore.styles.js +0 -134
  595. package/dist/LearnMoreSection/LearnMoreItem.js +0 -39
  596. package/dist/LearnMoreSection/LearnMoreItem.stories.js +0 -52
  597. package/dist/LearnMoreSection/LearnMoreItem.styles.js +0 -54
  598. package/dist/LoginModal/LoginModal.js +0 -125
  599. package/dist/MainMenu/DynamicMainMenu.js +0 -41
  600. package/dist/MainMenu/MainMenu.js +0 -207
  601. package/dist/MainMenu/MainMenu.styles.js +0 -361
  602. package/dist/MatomoConnect/Matomo.js +0 -221
  603. package/dist/MatomoConnect/Matomo_fuckup.js +0 -185
  604. package/dist/MenuNav/MenuNav.styles.js +0 -88
  605. package/dist/Modal/Modal.js +0 -71
  606. package/dist/Modal/Modal.stories.js +0 -67
  607. package/dist/Modal/Modal.styles.js +0 -407
  608. package/dist/MultiProgressBar/MultiProgressBar.js +0 -33
  609. package/dist/MultiProgressBar/MultiProgressBar.stories.js +0 -61
  610. package/dist/MultiProgressBar/MultiProgressBar.styles.js +0 -92
  611. package/dist/Newsletter/Newsletter.js +0 -106
  612. package/dist/Newsletter/Newsletter.stories.js +0 -8
  613. package/dist/Newsletter/Newsletter.styles.js +0 -173
  614. package/dist/NotificationContext/NotificationContext.js +0 -126
  615. package/dist/NotificationContext/NotificationContext.stories.js +0 -32
  616. package/dist/NotificationCounter/NotificationCounter.styles.js +0 -23
  617. package/dist/Number/Number.js +0 -25
  618. package/dist/Number/Number.stories.js +0 -18
  619. package/dist/Number/Number.styles.js +0 -21
  620. package/dist/PageTransition/PageTransition.js +0 -42
  621. package/dist/Process/Process.stories.js +0 -34
  622. package/dist/Process/Process.styles.js +0 -87
  623. package/dist/ProfileBadge/ProfileBadge.js +0 -46
  624. package/dist/ProfileBadge/ProfileBadge.stories.js +0 -37
  625. package/dist/ProfileBadge/ProfileBadge.styles.js +0 -47
  626. package/dist/ProfileBox/ProfileBox.js +0 -29
  627. package/dist/ProfileBox/ProfileBox.stories.js +0 -27
  628. package/dist/ProfileBox/ProfileBox.styles.js +0 -60
  629. package/dist/ProfileHeader/ProfileHeader-CLb4.js +0 -401
  630. package/dist/ProfileHeader/ProfileHeader.js +0 -268
  631. package/dist/ProfileHeader/ProfileHeader.styles.js +0 -114
  632. package/dist/ProfileStat/ProfileStat.js +0 -32
  633. package/dist/ProfileStat/ProfileStat.stories.js +0 -58
  634. package/dist/ProfileStat/ProfileStat.styles.js +0 -80
  635. package/dist/ProofOfAddress/ProofOfAddress.styles.js +0 -76
  636. package/dist/ROI/ROI.js +0 -261
  637. package/dist/ROI/ROI.styles.js +0 -71
  638. package/dist/ROI/ROIChart.js +0 -348
  639. package/dist/ROI/ROIChart.styles.js +0 -98
  640. package/dist/ROI/ROIModal.js +0 -74
  641. package/dist/ROI/ROIScenarioBox.js +0 -46
  642. package/dist/ROI/ROIScenarioBox.styles.js +0 -131
  643. package/dist/Radio/Radio.js +0 -58
  644. package/dist/Radio/Radio.stories.js +0 -65
  645. package/dist/Radio/Radio.styles.js +0 -93
  646. package/dist/RefreshButton/RefreshButton.js +0 -14
  647. package/dist/RefreshButton/RefreshButton.stories.js +0 -29
  648. package/dist/RefreshButton/RefreshButton.styles.js +0 -57
  649. package/dist/RegisterAlgorand/AlgoAddressName.js +0 -103
  650. package/dist/RegisterAlgorand/AlgoAdressSelect.js +0 -274
  651. package/dist/RegisterAlgorand/AlgoConnectWallet.js +0 -37
  652. package/dist/RegisterAlgorand/AlgoSuccess.js +0 -28
  653. package/dist/RegisterAlgorand/Algorand.stories.js +0 -61
  654. package/dist/RegisterAlgorand/ChooseWallet.js +0 -77
  655. package/dist/RegisterAlgorand/SelectProject.js +0 -77
  656. package/dist/RegisterAlgorand/_styles.js +0 -30
  657. package/dist/RegisterAlgorand/flow.js +0 -243
  658. package/dist/RegisterAlgorand/flowWithMemo.js +0 -244
  659. package/dist/RegisterAlgorand/index.js +0 -7
  660. package/dist/RegisterConfirmModal/RegisterConfirmModal.js +0 -30
  661. package/dist/RegisterConfirmModal/RegisterConfirmModal.stories.js +0 -22
  662. package/dist/RegisterConfirmModal/RegisterConfirmModal.styles.js +0 -19
  663. package/dist/RegisterEthereum/EthAddressLedger.js +0 -151
  664. package/dist/RegisterEthereum/EthAddressMetamask.js +0 -165
  665. package/dist/RegisterEthereum/EthAddressName.js +0 -101
  666. package/dist/RegisterEthereum/EthConnectLedger.js +0 -117
  667. package/dist/RegisterEthereum/EthConnectMetamask.js +0 -25
  668. package/dist/RegisterEthereum/EthFinish.js +0 -32
  669. package/dist/RegisterEthereum/EthIntro.js +0 -77
  670. package/dist/RegisterEthereum/_styles.js +0 -30
  671. package/dist/RegisterEthereum/index.js +0 -9
  672. package/dist/RegisterLiquidSteps/RegisterLiquidSteps.js +0 -75
  673. package/dist/RegisterLiquidSteps/RegisterLiquidSteps.stories.js +0 -65
  674. package/dist/RegisterLiquidSteps/RegisterLiquidSteps.styles.js +0 -69
  675. package/dist/RegisterLiquidSteps/assets/nav_green.svg +0 -31
  676. package/dist/RegisterLiquidSteps/assets/video.mp4 +0 -0
  677. package/dist/RegisterLiquidSteps/assets/videothumbnail.jpg +0 -0
  678. package/dist/RegisterLiquidSteps/complete.js +0 -29
  679. package/dist/RegisterLiquidSteps/flow.js +0 -141
  680. package/dist/RegisterLiquidSteps/index.js +0 -29
  681. package/dist/RegisterLiquidSteps/register-liquid.js +0 -197
  682. package/dist/RegisterModal/RegisterModal.js +0 -143
  683. package/dist/RegisterModal/RegisterModal.stories.js +0 -35
  684. package/dist/RequestDataBox/RequestDataBox.js +0 -21
  685. package/dist/RequestDataBox/RequestDataBox.stories.js +0 -29
  686. package/dist/RequestDataBox/RequestDataBox.styles.js +0 -40
  687. package/dist/RiskQuestionnaire/RiskQuestionnaireContext.js +0 -111
  688. package/dist/RiskQuestionnaire/_styles.js +0 -6
  689. package/dist/SEO/SEO.js +0 -63
  690. package/dist/SEO/SEO.stories.js +0 -53
  691. package/dist/SectionTitle/SectionTitle.styles.js +0 -23
  692. package/dist/SideLine/SideLine.js +0 -4
  693. package/dist/SideLine/SideLine.stories.js +0 -20
  694. package/dist/SideLine/SideLine.styles.js +0 -29
  695. package/dist/SigningSubflow/SignSubAddressMetamask.js +0 -105
  696. package/dist/SigningSubflow/SignSubConnectLedger.js +0 -114
  697. package/dist/SigningSubflow/SignSubConnectMetamask.js +0 -101
  698. package/dist/SigningSubflow/SignSubIntro.js +0 -45
  699. package/dist/SigningSubflow/SignSubSendLedger.js +0 -114
  700. package/dist/SigningSubflow/SignSubSendMetamask.js +0 -53
  701. package/dist/SigningSubflow/SignSubTransactionLedger.js +0 -125
  702. package/dist/SigningSubflow/SignSubTransactionMetamask.js +0 -130
  703. package/dist/SigningSubflow/_styles.js +0 -59
  704. package/dist/SigningSubflow/index.js +0 -9
  705. package/dist/Slider/Slider.js +0 -43
  706. package/dist/Slider/Slider.stories.js +0 -63
  707. package/dist/Slider/Slider.styles.js +0 -115
  708. package/dist/SpanButton/SpanButton.styles.js +0 -14
  709. package/dist/StatusBadge/StatusBadge.styles.js +0 -16
  710. package/dist/StepController/StepController.js +0 -73
  711. package/dist/StepController/StepController.stories.js +0 -52
  712. package/dist/StepController/StepController.styles.js +0 -27
  713. package/dist/StepController/StepControllerContext.js +0 -61
  714. package/dist/StepController/StepControllerProgress.js +0 -28
  715. package/dist/StepController/StepControllerProgress.stories.js +0 -41
  716. package/dist/StepsProgress/StepsProgress.js +0 -95
  717. package/dist/StepsProgress/StepsProgress.stories.js +0 -23
  718. package/dist/StepsProgress/StepsProgress.styles.js +0 -97
  719. package/dist/StokrLoader/StokrLoader.js +0 -60
  720. package/dist/StokrLoader/media.js +0 -22
  721. package/dist/StokrLoader/stokr_loader_white_400x400.gif +0 -0
  722. package/dist/SvgIcons/AdminBadgeSvg.js +0 -16
  723. package/dist/SvgIcons/CameraSvg.js +0 -26
  724. package/dist/SvgIcons/CapsLockSvg.js +0 -21
  725. package/dist/SvgIcons/DocumentBackSvg.js +0 -25
  726. package/dist/SvgIcons/DocumentSmallSvg.js +0 -51
  727. package/dist/SvgIcons/DocumentSvg.js +0 -28
  728. package/dist/SvgIcons/Early.js +0 -14
  729. package/dist/SvgIcons/EthSvg.js +0 -30
  730. package/dist/SvgIcons/EurSvg.js +0 -16
  731. package/dist/SvgIcons/FaceScanIconSvg.js +0 -21
  732. package/dist/SvgIcons/FourSvg.js +0 -11
  733. package/dist/SvgIcons/Glassess.js +0 -19
  734. package/dist/SvgIcons/Icons_Badge.png +0 -0
  735. package/dist/SvgIcons/LogoSvg.js +0 -14
  736. package/dist/SvgIcons/OneSvg.js +0 -13
  737. package/dist/SvgIcons/PassportSvg.js +0 -46
  738. package/dist/SvgIcons/RefreshSvg.js +0 -17
  739. package/dist/SvgIcons/SocialFacebook.js +0 -15
  740. package/dist/SvgIcons/SocialInstagram.js +0 -15
  741. package/dist/SvgIcons/SocialLinkedIn.js +0 -15
  742. package/dist/SvgIcons/SocialMedium.js +0 -15
  743. package/dist/SvgIcons/SocialReddit.js +0 -15
  744. package/dist/SvgIcons/SocialTelegram.js +0 -15
  745. package/dist/SvgIcons/SocialTwitter.js +0 -15
  746. package/dist/SvgIcons/SocialYoutube.js +0 -15
  747. package/dist/SvgIcons/ThreeSvg.js +0 -10
  748. package/dist/SvgIcons/TwoSidedDocumentSvg.js +0 -72
  749. package/dist/SvgIcons/TwoSvg.js +0 -13
  750. package/dist/SvgIcons/UpdateDefaultSvg.js +0 -19
  751. package/dist/SvgIcons/UpdateHardSvg.js +0 -15
  752. package/dist/SvgIcons/UpdateSoftSvg.js +0 -17
  753. package/dist/SvgIcons/UploadSvg.js +0 -24
  754. package/dist/SvgIcons/VerifiedBadge.js +0 -13
  755. package/dist/SvgIcons/index.js +0 -32
  756. package/dist/Switch/Switch.js +0 -45
  757. package/dist/Switch/Switch.stories.js +0 -73
  758. package/dist/Switch/Switch.styles.js +0 -105
  759. package/dist/Tabs/Tabs.js +0 -48
  760. package/dist/Tabs/Tabs.stories.js +0 -28
  761. package/dist/Tabs/Tabs.styles.js +0 -11
  762. package/dist/TabsNav/TabNav.js +0 -21
  763. package/dist/TabsNav/TabNav.stories.js +0 -32
  764. package/dist/TabsNav/TabsNav.js +0 -23
  765. package/dist/TabsNav/TabsNav.stories.js +0 -25
  766. package/dist/TabsNav/TabsNav.styles.js +0 -80
  767. package/dist/TeamOverview/TeamOverview.js +0 -69
  768. package/dist/TeamOverview/TeamOverview.stories.js +0 -68
  769. package/dist/TeamOverview/TeamOverview.styles.js +0 -152
  770. package/dist/Text/Headline.js +0 -34
  771. package/dist/Text/Headline.stories.js +0 -40
  772. package/dist/Text/StyledText.js +0 -30
  773. package/dist/Text/Text.stories.js +0 -59
  774. package/dist/Text/Text.styles.js +0 -166
  775. package/dist/TextLink/TextLink.styles.js +0 -50
  776. package/dist/ToDoList/ToDoList.js +0 -172
  777. package/dist/ToDoList/ToDoList.stories.js +0 -123
  778. package/dist/ToDoList/ToDoList.styles.js +0 -115
  779. package/dist/ToDoList/ToDoListTask.js +0 -96
  780. package/dist/ToDoList/ToDoListTask.stories.js +0 -60
  781. package/dist/ToDoList/ToDoListTask.styles.js +0 -104
  782. package/dist/TransactionDetails/TransactionDetails.js +0 -27
  783. package/dist/TransactionDetails/TransactionDetails.stories.js +0 -47
  784. package/dist/TransactionDetails/TransactionDetails.styles.js +0 -31
  785. package/dist/TransactionInfo/TransactionInfo.js +0 -48
  786. package/dist/TransactionInfo/TransactionInfo.stories.js +0 -53
  787. package/dist/TransactionInfo/TransactionInfo.styles.js +0 -64
  788. package/dist/TwoFactorModal/TwoFactorModal.js +0 -84
  789. package/dist/breakdown/Breakdown.js +0 -124
  790. package/dist/breakdown/index.js +0 -2
  791. package/dist/context/Auth.js +0 -133
  792. package/dist/context/AuthContext.js +0 -154
  793. package/dist/icons/Arrow.js +0 -62
  794. package/dist/icons/Arrow.stories.js +0 -37
  795. package/dist/icons/ArrowSimple.js +0 -51
  796. package/dist/icons/ArrowSimple.stories.js +0 -41
  797. package/dist/icons/Check.js +0 -29
  798. package/dist/icons/Check.stories.js +0 -14
  799. package/dist/icons/Facebook.js +0 -15
  800. package/dist/icons/Facebook.stories.js +0 -15
  801. package/dist/icons/Info.js +0 -41
  802. package/dist/icons/Info.stories.js +0 -8
  803. package/dist/icons/Instagram.js +0 -15
  804. package/dist/icons/Instagram.stories.js +0 -15
  805. package/dist/icons/LinkIcon.js +0 -23
  806. package/dist/icons/LinkIcon.stories.js +0 -15
  807. package/dist/icons/LinkedIn.js +0 -29
  808. package/dist/icons/LinkedIn.stories.js +0 -8
  809. package/dist/icons/Medium.js +0 -28
  810. package/dist/icons/Medium.stories.js +0 -8
  811. package/dist/icons/Reddit.js +0 -18
  812. package/dist/icons/Reddit.stories.js +0 -15
  813. package/dist/icons/Share.js +0 -48
  814. package/dist/icons/Share.stories.js +0 -8
  815. package/dist/icons/Telegram.js +0 -28
  816. package/dist/icons/Telegram.stories.js +0 -8
  817. package/dist/icons/Twitter.js +0 -15
  818. package/dist/icons/Twitter.stories.js +0 -15
  819. package/dist/icons/X.js +0 -15
  820. package/dist/icons/X.stories.js +0 -8
  821. package/dist/icons/Youtube.js +0 -15
  822. package/dist/icons/Youtube.stories.js +0 -15
  823. package/dist/icons/index.js +0 -15
  824. package/dist/renderToBody/index.js +0 -2
  825. package/dist/renderToBody/renderToBody.js +0 -26
  826. package/dist/taxId/TaxId.stories.js +0 -29
  827. package/dist/taxId/complete.js +0 -21
  828. package/dist/taxId/flow.js +0 -31
  829. package/dist/taxId/index.js +0 -4
  830. package/dist/taxId/register-taxid.js +0 -156
  831. package/dist/video/Video.js +0 -274
  832. package/dist/video/Video.stories.js +0 -45
  833. package/dist/video/img/play-btn.svg +0 -1
  834. package/dist/video/index.js +0 -2
  835. package/public/favicon.ico +0 -0
  836. package/public/index.html +0 -43
  837. package/public/logo192.png +0 -0
  838. package/public/logo512.png +0 -0
  839. package/public/manifest.json +0 -25
  840. package/public/robots.txt +0 -3
  841. package/react-scripts +0 -0
@@ -0,0 +1,367 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = exports.InvestCalculatorCurrencies = exports.InvestCalculator = void 0;
7
+ var _react = _interopRequireWildcard(require("react"));
8
+ var _propTypes = _interopRequireDefault(require("prop-types"));
9
+ var _formik = require("formik");
10
+ var yup = _interopRequireWildcard(require("yup"));
11
+ var _Input = _interopRequireDefault(require("components/Input/Input"));
12
+ var _Select = _interopRequireDefault(require("components/Input/Select"));
13
+ var _InvestCalculator = require("./InvestCalculator.styles");
14
+ var _fixDecimals = _interopRequireDefault(require("../../utils/fix-decimals"));
15
+ var _templateObject, _PropTypes$shape, _PropTypes$shape2;
16
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
17
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
18
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
19
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
20
+ function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
21
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
22
+ function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
23
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
24
+ function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
25
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
26
+ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
27
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
28
+ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
29
+ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
30
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
31
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
32
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
33
+ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
34
+ //import { tokenDecimals } from 'constants/decimals'
35
+
36
+ var InvestCalculatorCurrencies = {
37
+ ETH: 'eth',
38
+ EUR: 'eur',
39
+ GUSD: 'gusd',
40
+ USDT: 'usdt',
41
+ CRYPTO: 'crypto'
42
+ };
43
+ exports.InvestCalculatorCurrencies = InvestCalculatorCurrencies;
44
+ var BN = require('bignumber.js');
45
+ var getNumericPart = function getNumericPart(input) {
46
+ // Normalize decimal separator and
47
+ // find numeric part (w/o leading zeros)
48
+ var match = input.replace(/,/, '.').match(/[1-9]\d*(\.\d*)?|\.\d*/);
49
+ // Prepend leading zero if necessary
50
+ return match ? match[0].replace(/^\./, '0.') : '0';
51
+ };
52
+ var InvestCalculator = /*#__PURE__*/function (_PureComponent) {
53
+ _inherits(InvestCalculator, _PureComponent);
54
+ var _super = _createSuper(InvestCalculator);
55
+ function InvestCalculator() {
56
+ var _this;
57
+ _classCallCheck(this, InvestCalculator);
58
+ for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
59
+ args[_key] = arguments[_key];
60
+ }
61
+ _this = _super.call.apply(_super, [this].concat(args));
62
+ _defineProperty(_assertThisInitialized(_this), "state", {
63
+ tokens: 0,
64
+ currencyValue: 0,
65
+ selectedCurrencyValue: 0,
66
+ selectedCurrency: _this.props.userSelectedCurrency === 'ether' ? InvestCalculatorCurrencies.ETH : _this.props.userSelectedCurrency === 'gemini' ? InvestCalculatorCurrencies.GUSD : InvestCalculatorCurrencies.USDT,
67
+ // selectedCurrency: InvestCalculatorCurrencies.ETH,
68
+ errors: {}
69
+ });
70
+ _defineProperty(_assertThisInitialized(_this), "normalizeCurrencySelected", function (currencySelected) {
71
+ if (currencySelected === 'euro') return 'eur';
72
+ if (currencySelected === 'ether') return 'eth';
73
+ if (currencySelected === 'gemini') return 'gusd';
74
+ if (currencySelected === 'tether') return 'usdt';
75
+ });
76
+ _defineProperty(_assertThisInitialized(_this), "onFocus", function (e, field) {
77
+ var onFocus = _this.props.onFocus;
78
+ onFocus && onFocus(e, field);
79
+ });
80
+ _defineProperty(_assertThisInitialized(_this), "onBlur", function (e, field) {
81
+ var onBlur = _this.props.onBlur;
82
+ onBlur && onBlur(e, field);
83
+ });
84
+ _defineProperty(_assertThisInitialized(_this), "onChange", function (e, field) {
85
+ var onChange = _this.props.onChange;
86
+ onChange && onChange(e, field);
87
+ });
88
+ _defineProperty(_assertThisInitialized(_this), "onErrors", function (e, field) {
89
+ var onErrors = _this.props.onErrors;
90
+ onErrors && onErrors(e, field);
91
+ });
92
+ _defineProperty(_assertThisInitialized(_this), "changeTokens", function (e, field) {
93
+ var _this$props = _this.props,
94
+ exchangeRate = _this$props.exchangeRate,
95
+ available = _this$props.available,
96
+ name = _this$props.name,
97
+ userSelectedCurrency = _this$props.userSelectedCurrency;
98
+ var selectedCurrency = _this.state.selectedCurrency;
99
+ var tokensInput = getNumericPart(e.target.value);
100
+ var tokens = BN(tokensInput);
101
+ if (tokens.gt(available)) {
102
+ tokens = BN(available);
103
+ tokensInput = tokens.toFixed(4);
104
+ }
105
+ var currencyValue = tokens.times(exchangeRate[selectedCurrency]);
106
+ var selectedCurrencyValue = tokens * exchangeRate[_this.normalizeCurrencySelected(userSelectedCurrency)];
107
+ _this.validate({
108
+ tokens: tokens.toNumber(),
109
+ currencyValue: currencyValue.toNumber(),
110
+ selectedCurrency: selectedCurrency
111
+ });
112
+ _this.setState({
113
+ tokens: tokensInput,
114
+ currencyValue: currencyValue.toFixed(4),
115
+ selectedCurrencyValue: selectedCurrencyValue
116
+ }, function () {
117
+ _this.onChange({
118
+ target: {
119
+ name: name,
120
+ value: tokens,
121
+ currencyValue: currencyValue,
122
+ currencyName: selectedCurrency,
123
+ selectedCurrencyValue: selectedCurrencyValue
124
+ }
125
+ }, field);
126
+ });
127
+ });
128
+ _defineProperty(_assertThisInitialized(_this), "changeCurrency", function (e) {
129
+ var _this$props2 = _this.props,
130
+ exchangeRate = _this$props2.exchangeRate,
131
+ name = _this$props2.name,
132
+ userSelectedCurrency = _this$props2.userSelectedCurrency;
133
+ var tokens = _this.state.tokens;
134
+ var selectedCurrency = e.value;
135
+ var currencyValue = tokens * exchangeRate[selectedCurrency];
136
+ var selectedCurrencyValue = tokens * exchangeRate[_this.normalizeCurrencySelected(userSelectedCurrency)];
137
+ _this.validate({
138
+ tokens: tokens,
139
+ currencyValue: currencyValue,
140
+ selectedCurrency: selectedCurrency
141
+ });
142
+ _this.setState({
143
+ currencyValue: currencyValue,
144
+ selectedCurrency: selectedCurrency,
145
+ selectedCurrencyValue: selectedCurrencyValue
146
+ }, function () {
147
+ _this.onChange({
148
+ target: {
149
+ name: name,
150
+ value: tokens,
151
+ currencyValue: currencyValue,
152
+ currencyName: selectedCurrency,
153
+ selectedCurrencyValue: selectedCurrencyValue
154
+ }
155
+ });
156
+ });
157
+ });
158
+ _defineProperty(_assertThisInitialized(_this), "changeCurrencyValue", function (e, field) {
159
+ var _this$props3 = _this.props,
160
+ exchangeRate = _this$props3.exchangeRate,
161
+ name = _this$props3.name,
162
+ available = _this$props3.available,
163
+ userSelectedCurrency = _this$props3.userSelectedCurrency;
164
+ var selectedCurrency = _this.state.selectedCurrency;
165
+ var currencyValueInput = getNumericPart(e.target.value);
166
+ var currencyValue = BN(currencyValueInput);
167
+ var tokens = currencyValue.div(exchangeRate[selectedCurrency]);
168
+ var selectedCurrencyValue = tokens * exchangeRate[_this.normalizeCurrencySelected(userSelectedCurrency)];
169
+ if (tokens.gt(available)) {
170
+ tokens = BN(available);
171
+ currencyValue = tokens.times(exchangeRate[selectedCurrency]);
172
+ currencyValueInput = currencyValue.toFixed(4);
173
+ }
174
+ _this.validate({
175
+ tokens: tokens.toNumber(),
176
+ currencyValue: currencyValue.toNumber(),
177
+ selectedCurrency: selectedCurrency
178
+ });
179
+ _this.setState({
180
+ tokens: tokens.toFixed(4),
181
+ currencyValue: currencyValueInput,
182
+ selectedCurrencyValue: selectedCurrencyValue
183
+ }, function () {
184
+ _this.onChange({
185
+ target: {
186
+ name: name,
187
+ value: tokens,
188
+ currencyValue: currencyValue,
189
+ currencyName: selectedCurrency,
190
+ selectedCurrencyValue: selectedCurrencyValue
191
+ }
192
+ }, field);
193
+ });
194
+ });
195
+ _defineProperty(_assertThisInitialized(_this), "validate", function (values) {
196
+ var _this$props4 = _this.props,
197
+ minTokensCount = _this$props4.minTokensCount,
198
+ available = _this$props4.available,
199
+ maxFunds = _this$props4.maxFunds,
200
+ name = _this$props4.name,
201
+ tokenName = _this$props4.tokenName,
202
+ userSelectedCurrency = _this$props4.userSelectedCurrency;
203
+ var validationSchema = yup.object().shape({
204
+ tokens: yup.number().min(minTokensCount, "Minimum investment: ".concat(minTokensCount)).max(available, "Unfortunately there are less ".concat(tokenName, " TOKENS available as you wish to buy. Please choose a smaller amount.")),
205
+ currencyValue: yup.number().when('selectedCurrency', {
206
+ is: InvestCalculatorCurrencies.EUR,
207
+ then: yup.number().max(2 // `Credit card limit of €${Config.euroLimit} reached`, // Config.euroLimit,
208
+ (_templateObject || (_templateObject = _taggedTemplateLiteral([""])))),
209
+ otherwise: yup.number().max(maxFunds[InvestCalculatorCurrencies.CRYPTO], "Unfortunately there are not sufficient ".concat(userSelectedCurrency, " available on your chosen Ethereum address."))
210
+ })
211
+ });
212
+ var callback = function callback() {
213
+ var errors = _this.state.errors;
214
+ _this.onErrors({
215
+ target: {
216
+ name: name,
217
+ errors: errors
218
+ }
219
+ });
220
+ };
221
+ try {
222
+ validationSchema.validateSync(values);
223
+ _this.setState({
224
+ errors: {}
225
+ }, callback);
226
+ } catch (e) {
227
+ _this.setState({
228
+ errors: (0, _formik.yupToFormErrors)(e)
229
+ }, callback);
230
+ }
231
+ });
232
+ return _this;
233
+ }
234
+ _createClass(InvestCalculator, [{
235
+ key: "componentDidMount",
236
+ value: function componentDidMount() {
237
+ var isIban = this.props.isIban;
238
+ if (isIban) {
239
+ this.setState({
240
+ selectedCurrency: InvestCalculatorCurrencies.EUR
241
+ });
242
+ }
243
+ }
244
+ }, {
245
+ key: "render",
246
+ value: function render() {
247
+ var _this$props5 = this.props,
248
+ available = _this$props5.available,
249
+ tokenName = _this$props5.tokenName,
250
+ id = _this$props5.id,
251
+ name = _this$props5.name,
252
+ isIban = _this$props5.isIban,
253
+ userSelectedCurrency = _this$props5.userSelectedCurrency;
254
+ var _this$state = this.state,
255
+ errors = _this$state.errors,
256
+ tokens = _this$state.tokens,
257
+ currencyValue = _this$state.currencyValue,
258
+ selectedCurrency = _this$state.selectedCurrency;
259
+ return /*#__PURE__*/_react.default.createElement(_InvestCalculator.Wrapper, null, /*#__PURE__*/_react.default.createElement(_InvestCalculator.Container, null, /*#__PURE__*/_react.default.createElement(_InvestCalculator.Title, {
260
+ error: !!errors.tokens
261
+ }, "".concat(tokenName, " tokens")), /*#__PURE__*/_react.default.createElement(_InvestCalculator.InputWrap, null, /*#__PURE__*/_react.default.createElement(_Input.default, {
262
+ id: id,
263
+ name: name,
264
+ value: tokens.toString(),
265
+ onChange: this.changeTokens,
266
+ onBlur: this.handleBlur
267
+ })), /*#__PURE__*/_react.default.createElement(_InvestCalculator.Caption, null, "Still available: ".concat((0, _fixDecimals.default)(available,
268
+ //tokenDecimals,
269
+ 2), " ").concat(tokenName)), /*#__PURE__*/_react.default.createElement(_InvestCalculator.StyledFormError, {
270
+ show: !!errors.tokens
271
+ }, errors.tokens)), /*#__PURE__*/_react.default.createElement(_InvestCalculator.EqualSign, null, "="), /*#__PURE__*/_react.default.createElement(_InvestCalculator.Container, null, isIban ? /*#__PURE__*/_react.default.createElement(_InvestCalculator.Title, {
272
+ error: !!errors.tokens
273
+ }, "\u20AC value") : /*#__PURE__*/_react.default.createElement(_InvestCalculator.Title, {
274
+ error: selectedCurrency === InvestCalculatorCurrencies.ETH && !!errors.currencyValue || selectedCurrency === InvestCalculatorCurrencies.GUSD && !!errors.currencyValue || selectedCurrency === InvestCalculatorCurrencies.USDT && !!errors.currencyValue
275
+ }, userSelectedCurrency === 'ether' ? 'ETH VALUE' : userSelectedCurrency === 'gemini' ? 'GUSD VALUE' : 'USDT VALUE')
276
+ // <SelectWrapper>
277
+ // <Select
278
+ // id={`${id}-currencySelect`}
279
+ // name={`${id}-currencySelect`}
280
+ // value={selectedCurrency}
281
+ // options={[
282
+ // {
283
+ // key: '1',
284
+ // value: InvestCalculatorCurrencies.EUR,
285
+ // label: (
286
+ // <Label
287
+ // error={
288
+ // selectedCurrency === InvestCalculatorCurrencies.EUR &&
289
+ // !!errors.currencyValue
290
+ // }
291
+ // >
292
+ // € VALUE
293
+ // </Label>
294
+ // ),
295
+ // },
296
+ // {
297
+ // key: '2',
298
+ // value:
299
+ // userSelectedCurrency === 'ether'
300
+ // ? InvestCalculatorCurrencies.ETH
301
+ // : userSelectedCurrency === 'gemini'
302
+ // ? InvestCalculatorCurrencies.GUSD
303
+ // : InvestCalculatorCurrencies.USDT,
304
+ // label: (
305
+ // <Label
306
+ // error={
307
+ // (selectedCurrency ===
308
+ // InvestCalculatorCurrencies.ETH &&
309
+ // !!errors.currencyValue) ||
310
+ // (selectedCurrency ===
311
+ // InvestCalculatorCurrencies.GUSD &&
312
+ // !!errors.currencyValue) ||
313
+ // (selectedCurrency ===
314
+ // InvestCalculatorCurrencies.USDT &&
315
+ // !!errors.currencyValue)
316
+ // }
317
+ // >
318
+ // {userSelectedCurrency === 'ether'
319
+ // ? 'ETH VALUE'
320
+ // : userSelectedCurrency === 'gemini'
321
+ // ? 'GUSD VALUE'
322
+ // : 'USDT VALUE'}
323
+ // </Label>
324
+ // ),
325
+ // },
326
+ // ]}
327
+ // onChange={this.changeCurrency}
328
+ // onBlur={() => {}}
329
+ // />
330
+ // </SelectWrapper>
331
+ , /*#__PURE__*/_react.default.createElement(_InvestCalculator.InputWrap, null, /*#__PURE__*/_react.default.createElement(_Input.default, {
332
+ id: "".concat(id, "-valueInput"),
333
+ name: "".concat(id, "-valueInput"),
334
+ value: currencyValue.toString(),
335
+ onChange: this.changeCurrencyValue,
336
+ onBlur: function onBlur() {}
337
+ })), /*#__PURE__*/_react.default.createElement(_InvestCalculator.StyledFormError, {
338
+ paddingTop: true,
339
+ show: !!errors.currencyValue
340
+ }, errors.currencyValue)));
341
+ }
342
+ }]);
343
+ return InvestCalculator;
344
+ }(_react.PureComponent);
345
+ exports.InvestCalculator = InvestCalculator;
346
+ InvestCalculator.propTypes = {
347
+ exchangeRate: _propTypes.default.shape((_PropTypes$shape = {}, _defineProperty(_PropTypes$shape, InvestCalculatorCurrencies.ETH, _propTypes.default.number.isRequired), _defineProperty(_PropTypes$shape, InvestCalculatorCurrencies.EUR, _propTypes.default.number.isRequired), _PropTypes$shape)).isRequired,
348
+ maxFunds: _propTypes.default.shape((_PropTypes$shape2 = {}, _defineProperty(_PropTypes$shape2, InvestCalculatorCurrencies.CRYPTO, _propTypes.default.number), _defineProperty(_PropTypes$shape2, InvestCalculatorCurrencies.EUR, _propTypes.default.number), _PropTypes$shape2)).isRequired,
349
+ minTokensCount: _propTypes.default.number,
350
+ available: _propTypes.default.number.isRequired,
351
+ tokenName: _propTypes.default.string.isRequired,
352
+ id: _propTypes.default.string.isRequired,
353
+ name: _propTypes.default.string.isRequired,
354
+ onChange: _propTypes.default.func,
355
+ onBlur: _propTypes.default.func,
356
+ onFocus: _propTypes.default.func,
357
+ onErrors: _propTypes.default.func
358
+ };
359
+ InvestCalculator.defaultProps = {
360
+ onChange: function onChange() {},
361
+ onBlur: function onBlur() {},
362
+ onFocus: function onFocus() {},
363
+ onErrors: function onErrors() {},
364
+ minTokensCount: 0
365
+ };
366
+ var _default = InvestCalculator;
367
+ exports.default = _default;
@@ -0,0 +1,137 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = exports.InvestCalculatorOverview = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _InvestCalculator = require("./InvestCalculator");
9
+ var _ComponentWrapper = require("../ComponentWrapper/ComponentWrapper.styles");
10
+ var _exchangeRate, _maxFunds;
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
12
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
13
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
14
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
15
+ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
16
+ //// U N F I N I S H E D ////
17
+ var _default = {
18
+ title: 'Components Library/InvestCalculator',
19
+ component: _InvestCalculator.InvestCalculator,
20
+ argTypes: {
21
+ minTokensCount: {
22
+ type: 'number',
23
+ required: true,
24
+ defaultValue: 0
25
+ },
26
+ available: {
27
+ type: 'number',
28
+ required: true
29
+ },
30
+ tokenName: {
31
+ type: 'string',
32
+ required: true
33
+ },
34
+ id: {
35
+ type: 'string',
36
+ required: true
37
+ },
38
+ name: {
39
+ type: 'string',
40
+ defaultValue: '',
41
+ required: true
42
+ },
43
+ onChange: {
44
+ type: 'function',
45
+ action: 'onChange',
46
+ defaultValue: function defaultValue() {}
47
+ },
48
+ onBlur: {
49
+ type: 'function',
50
+ action: 'onBlur',
51
+ defaultValue: function defaultValue() {}
52
+ },
53
+ onFocus: {
54
+ type: 'function',
55
+ action: 'onFocus',
56
+ defaultValue: function defaultValue() {}
57
+ },
58
+ onErrors: {
59
+ type: 'function',
60
+ action: 'onErrors',
61
+ defaultValue: function defaultValue() {}
62
+ },
63
+ exchangeRate: {
64
+ type: 'shape',
65
+ defaultValue: {},
66
+ required: true
67
+ },
68
+ maxFunds: {
69
+ type: 'shape',
70
+ defaultValue: {},
71
+ required: true
72
+ },
73
+ //not props
74
+ changeCurrencyValue: {
75
+ type: 'function',
76
+ action: 'changeCurrencyValue',
77
+ defaultValue: function defaultValue() {}
78
+ },
79
+ changeTokens: {
80
+ type: 'function',
81
+ action: 'changeTokens',
82
+ defaultValue: function defaultValue() {}
83
+ },
84
+ tokens: {
85
+ type: 'number'
86
+ },
87
+ tokensInput: {
88
+ type: 'number'
89
+ },
90
+ currencyValueInput: {
91
+ type: 'number'
92
+ },
93
+ currencyValue: {
94
+ type: 'number'
95
+ },
96
+ state: {
97
+ type: 'shape',
98
+ defaultValue: {
99
+ tokens: 0,
100
+ currencyValue: 0,
101
+ selectedCurrencyValue: 0,
102
+ userSelectedCurrency: 'ether'
103
+ }
104
+ }
105
+ }
106
+ };
107
+ exports.default = _default;
108
+ var Template = function Template(args) {
109
+ return /*#__PURE__*/_react.default.createElement(_ComponentWrapper.ComponentWrapper, null, /*#__PURE__*/_react.default.createElement(_InvestCalculator.InvestCalculator, args));
110
+ };
111
+ var InvestCalculatorOverview = Template.bind({});
112
+ exports.InvestCalculatorOverview = InvestCalculatorOverview;
113
+ InvestCalculatorOverview.args = {
114
+ minTokensCount: 3,
115
+ available: 345,
116
+ tokenName: 'STOKR TEST',
117
+ id: 'I-D',
118
+ name: 'John Doe',
119
+ exchangeRate: (_exchangeRate = {}, _defineProperty(_exchangeRate, _InvestCalculator.InvestCalculatorCurrencies.ETH, 222), _defineProperty(_exchangeRate, _InvestCalculator.InvestCalculatorCurrencies.EUR, 111), _exchangeRate),
120
+ maxFunds: (_maxFunds = {}, _defineProperty(_maxFunds, _InvestCalculator.InvestCalculatorCurrencies.CRYPTO, 333), _defineProperty(_maxFunds, _InvestCalculator.InvestCalculatorCurrencies.EUR, 222), _maxFunds),
121
+ tokens: 444,
122
+ tokensInput: 666,
123
+ currencyValueInput: 400
124
+ };
125
+
126
+ //doublecheck:
127
+ //UNFINISHED
128
+ // square brackets waitng for evaluation (string) - so imported
129
+ // [InvestCalculatorCurrencies.CRYPTO]
130
+ //
131
+ // NOT PROPs propped in..
132
+ // state prop made up... not changing anything
133
+ //changeTokens
134
+ //tokensInput
135
+ //tokens
136
+ //
137
+ // ?(onChange - target - currencyName -)/ state - selectedCurrency
@@ -0,0 +1,66 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.Wrapper = exports.Title = exports.StyledFormError = exports.SelectWrapper = exports.Label = exports.InputWrap = exports.EqualSign = exports.Container = exports.Caption = void 0;
7
+ var _styledComponents = _interopRequireDefault(require("styled-components"));
8
+ var _Select = require("components/Input/Select.styles");
9
+ var _Form = require("components/Form/Form");
10
+ var _theme = _interopRequireDefault(require("styles/theme"));
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
12
+ var Wrapper = _styledComponents.default.div.withConfig({
13
+ displayName: "InvestCalculatorstyles__Wrapper",
14
+ componentId: "sc-hce2mi-0"
15
+ })(["display:flex;justify-content:space-between;"]);
16
+ exports.Wrapper = Wrapper;
17
+ var Container = _styledComponents.default.div.withConfig({
18
+ displayName: "InvestCalculatorstyles__Container",
19
+ componentId: "sc-hce2mi-1"
20
+ })([""]);
21
+ exports.Container = Container;
22
+ var Title = _styledComponents.default.div.withConfig({
23
+ displayName: "InvestCalculatorstyles__Title",
24
+ componentId: "sc-hce2mi-2"
25
+ })(["font-size:12px;font-weight:700;line-height:24px;letter-spacing:2px;color:", ";text-transform:uppercase;", ""], function (props) {
26
+ return _theme.default.cBlack;
27
+ }, function (props) {
28
+ return props.error && "color: ".concat(_theme.default.cWarning, ";");
29
+ });
30
+ exports.Title = Title;
31
+ var InputWrap = _styledComponents.default.div.withConfig({
32
+ displayName: "InvestCalculatorstyles__InputWrap",
33
+ componentId: "sc-hce2mi-3"
34
+ })(["padding-top:9px;input{font-size:22px;font-weight:300;line-height:28px;padding-bottom:11px;padding-top:0;}"]);
35
+ exports.InputWrap = InputWrap;
36
+ var StyledFormError = (0, _styledComponents.default)(_Form.FormError).withConfig({
37
+ displayName: "InvestCalculatorstyles__StyledFormError",
38
+ componentId: "sc-hce2mi-4"
39
+ })(["font-size:13px;font-weight:300;line-height:16px;letter-spacing:0.4px;font-style:italic;top:0;width:min-content;min-width:100%;", ""], function (props) {
40
+ return props.paddingTop && 'padding-top: 12px;';
41
+ });
42
+ exports.StyledFormError = StyledFormError;
43
+ var Caption = _styledComponents.default.div.withConfig({
44
+ displayName: "InvestCalculatorstyles__Caption",
45
+ componentId: "sc-hce2mi-5"
46
+ })(["font-size:13px;font-weight:300;line-height:16px;padding-top:12px;letter-spacing:0.4px;font-style:italic;"]);
47
+ exports.Caption = Caption;
48
+ var EqualSign = _styledComponents.default.div.withConfig({
49
+ displayName: "InvestCalculatorstyles__EqualSign",
50
+ componentId: "sc-hce2mi-6"
51
+ })(["margin:auto;font-size:34px;font-weight:300;color:", ";opacity:0.5;padding:0px 30px;"], function (props) {
52
+ return _theme.default.cBlack;
53
+ });
54
+ exports.EqualSign = EqualSign;
55
+ var SelectWrapper = _styledComponents.default.div.withConfig({
56
+ displayName: "InvestCalculatorstyles__SelectWrapper",
57
+ componentId: "sc-hce2mi-7"
58
+ })(["padding-bottom:2px;", "", "", "{padding:0;border:0;height:24px;min-height:24px;font-size:12px;font-weight:700;line-height:24px;letter-spacing:2px;margin-top:-2px;}"], _Select.SelectControl, _Select.SelectControl, _Select.SelectControl);
59
+ exports.SelectWrapper = SelectWrapper;
60
+ var Label = _styledComponents.default.div.withConfig({
61
+ displayName: "InvestCalculatorstyles__Label",
62
+ componentId: "sc-hce2mi-8"
63
+ })(["", ""], function (props) {
64
+ return props.error && "color: ".concat(_theme.default.cWarning, ";");
65
+ });
66
+ exports.Label = Label;
@@ -0,0 +1,40 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = exports.InvestmentStat = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _propTypes = _interopRequireDefault(require("prop-types"));
9
+ var _InvestmentStat = require("./InvestmentStat.styles");
10
+ var _InfoIcon = _interopRequireDefault(require("components/InfoIcon/InfoIcon"));
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
12
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
13
+ var InvestmentStat = function InvestmentStat(props) {
14
+ var title = props.title,
15
+ content = props.content,
16
+ state = props.state,
17
+ primaryBg = props.primaryBg,
18
+ tooltip = props.tooltip;
19
+ return /*#__PURE__*/_react.default.createElement(_InvestmentStat.Container, _extends({
20
+ primaryBg: primaryBg
21
+ }, props), /*#__PURE__*/_react.default.createElement(_InvestmentStat.Title, null, title), /*#__PURE__*/_react.default.createElement(_InvestmentStat.DataContainer, null, /*#__PURE__*/_react.default.createElement(_InvestmentStat.Content, {
22
+ state: state
23
+ }, content), tooltip && /*#__PURE__*/_react.default.createElement(_InfoIcon.default, {
24
+ position: "left",
25
+ title: tooltip
26
+ })));
27
+ };
28
+ exports.InvestmentStat = InvestmentStat;
29
+ InvestmentStat.propTypes = {
30
+ title: _propTypes.default.string.isRequired,
31
+ content: _propTypes.default.string.isRequired,
32
+ state: _propTypes.default.string,
33
+ primaryBg: _propTypes.default.bool
34
+ };
35
+ InvestmentStat.defaultProps = {
36
+ state: '',
37
+ primaryBg: false
38
+ };
39
+ var _default = InvestmentStat;
40
+ exports.default = _default;
@@ -0,0 +1,56 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = exports.InvestmentStatOverview = exports.InvestmentStatBlueTooltip = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _InvestmentStat = _interopRequireDefault(require("./InvestmentStat"));
9
+ var _ComponentWrapper = require("../ComponentWrapper/ComponentWrapper.styles");
10
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
+ var _default = {
12
+ title: 'Components Library/InvestmentStat',
13
+ component: _InvestmentStat.default,
14
+ argTypes: {
15
+ title: {
16
+ type: 'string',
17
+ defaultValue: '',
18
+ required: true
19
+ },
20
+ content: {
21
+ type: 'string',
22
+ defaultValue: '',
23
+ required: true
24
+ },
25
+ state: {
26
+ type: 'string',
27
+ defaultValue: ''
28
+ },
29
+ tooltip: {
30
+ type: 'string',
31
+ defaultValue: ''
32
+ },
33
+ primaryBg: {
34
+ type: 'boolean',
35
+ defaultValue: false
36
+ }
37
+ }
38
+ };
39
+ exports.default = _default;
40
+ var Template = function Template(args) {
41
+ return /*#__PURE__*/_react.default.createElement(_ComponentWrapper.ComponentWrapper, null, /*#__PURE__*/_react.default.createElement(_InvestmentStat.default, args));
42
+ };
43
+ var InvestmentStatOverview = Template.bind({});
44
+ exports.InvestmentStatOverview = InvestmentStatOverview;
45
+ InvestmentStatOverview.args = {
46
+ title: 'Investment Stat Title',
47
+ content: 'some Content'
48
+ };
49
+ var InvestmentStatBlueTooltip = Template.bind({});
50
+ exports.InvestmentStatBlueTooltip = InvestmentStatBlueTooltip;
51
+ InvestmentStatBlueTooltip.args = {
52
+ title: 'Investment Stat Title',
53
+ content: 'some Content',
54
+ primaryBg: true,
55
+ tooltip: 'information'
56
+ };