@stokr/components-library 0.5.5 → 0.5.7
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.
- package/build/asset-manifest.json +39 -3
- package/build/index.html +1 -1
- package/build/static/css/main.e30a9d15.css +15 -0
- package/build/static/css/main.e30a9d15.css.map +1 -0
- package/build/static/js/main.8c250652.js +3 -0
- package/build/static/js/main.8c250652.js.LICENSE.txt +158 -0
- package/build/static/js/main.8c250652.js.map +1 -0
- package/build/static/media/Ionicons.4e528d6445ca1974c313.woff +0 -0
- package/build/static/media/Ionicons.643c37f102b41f7f90c3.woff2 +0 -0
- package/build/static/media/Ionicons.98b7d3182f652f021bc3.ttf +0 -0
- package/build/static/media/OpenSans-Bold.9bea22b57dc165ed4382.ttf +0 -0
- package/build/static/media/OpenSans-Bold.a750292d6a0b5a760679.woff +0 -0
- package/build/static/media/OpenSans-Bold.cbfc24090ef8bacab132.woff2 +0 -0
- package/build/static/media/OpenSans-ExtraBold.21e493d43617de76dbc7.woff2 +0 -0
- package/build/static/media/OpenSans-ExtraBold.81f3ef07b7952e249da1.woff +0 -0
- package/build/static/media/OpenSans-ExtraBold.bcb6531cf820152b7538.ttf +0 -0
- package/build/static/media/OpenSans-Light.179ef2df02cb0b68c9fd.woff2 +0 -0
- package/build/static/media/OpenSans-Light.55053cc0a8e6482eca64.ttf +0 -0
- package/build/static/media/OpenSans-Light.c6a4bc1bd034d6303053.woff +0 -0
- package/build/static/media/OpenSans-Regular.3caa0d4f9b7d58668066.woff2 +0 -0
- package/build/static/media/OpenSans-Regular.9ec738fbb66068dc1ca7.woff +0 -0
- package/build/static/media/OpenSans-Regular.d97d7385fe8771611848.ttf +0 -0
- package/build/static/media/OpenSans-SemiBold.311956ded96d3fd2813d.woff2 +0 -0
- package/build/static/media/OpenSans-SemiBold.39f5961b2d3eb4aa5bf5.woff +0 -0
- package/build/static/media/OpenSans-SemiBold.d2b1865643b98c0e8b54.ttf +0 -0
- package/build/static/media/address-refreshing.5fbb0cc56c384480118a.gif +0 -0
- package/build/static/media/arrow-down-black.fe92da3ac6ed16b45bf57713df82cea2.svg +21 -0
- package/build/static/media/avatar-placeholder.488a33b3f080a43e0d43.png +0 -0
- package/build/static/media/icomoon.2640959b1f9381cde047.eot +0 -0
- package/build/static/media/icomoon.35bce49b15feeae93572c36a08feecd9.svg +47 -0
- package/build/static/media/icomoon.4c3c428d0ce82f840710.woff +0 -0
- package/build/static/media/icomoon.a1d7666a48f976227722.ttf +0 -0
- package/{dist/Footer/lemonway.png → build/static/media/lemonway.33e88c3a49e7ac73e3a9.png} +0 -0
- package/{dist/Footer/sicos-logo.svg → build/static/media/sicos-logo.7fa3ac9d583b52c3987da529da67cb15.svg} +0 -0
- package/build/static/media/slick.2630a3e3eab21c607e21.svg +14 -0
- package/build/static/media/slick.295183786cd8a1389865.woff +0 -0
- package/build/static/media/slick.a4e97f5a2a64f0ab1323.eot +0 -0
- package/build/static/media/slick.c94f7671dcc99dce43e2.ttf +0 -0
- package/build/static/media/whales.7a1e9453670d08b8b76a.png +0 -0
- package/dist/api/StokrWeb3.js +184 -0
- package/dist/api/fetchData.js +76 -0
- package/dist/api/fetchDataPublic.js +65 -0
- package/dist/components/AccountBalance/AccountBalance.js +53 -0
- package/dist/components/AccountBalance/AccountBalance.stories.js +88 -0
- package/dist/components/AccountBalance/AccountBalance.styles.js +40 -0
- package/dist/components/AdminDashboard/Table/Table.js +170 -0
- package/dist/components/AdminDashboard/Table/Table.styles.js +79 -0
- package/dist/components/AgreementItem/AgreementItem.js +51 -0
- package/dist/components/AgreementItem/AgreementItem.stories.js +109 -0
- package/dist/components/AgreementItem/AgreementItem.styles.js +35 -0
- package/dist/components/AnalyticGraphs/Analytic.js +781 -0
- package/dist/components/AnalyticGraphs/Analytic.styles.js +37 -0
- package/dist/components/BackButton/BackButton.js +32 -0
- package/dist/components/BackButton/BackButton.stories.js +35 -0
- package/dist/components/BackButton/BackButton.styles.js +76 -0
- package/dist/components/Background/Background.js +41 -0
- package/dist/components/Background/Background.stories.js +62 -0
- package/dist/components/Background/Background.styles.js +69 -0
- package/dist/components/BarChart/BarChart.js +304 -0
- package/dist/components/BarChart/BarChart.stories.js +47 -0
- package/dist/components/BarChart/BarChart.styles.js +33 -0
- package/dist/components/BarChartLegend/BarChartLegend.js +106 -0
- package/dist/components/BarChartLegend/BarChartLegend.styles.js +26 -0
- package/dist/components/BasicTable/BasicTable.js +32 -0
- package/dist/components/BasicTable/BasicTable.stories.js +63 -0
- package/dist/components/BasicTable/BasicTable.styles.js +52 -0
- package/dist/components/Button/Button.stories.js +79 -0
- package/dist/components/Button/Button.styles.js +83 -0
- package/dist/components/ButtonContainer/ButtonContainer.styles.js +18 -0
- package/dist/components/CapitalRaisedSummary/CapitalRaisedSummery.stories.js +45 -0
- package/dist/components/CapitalRaisedSummary/CaptialRaisedSummary.js +34 -0
- package/dist/components/CapitalRaisedSummary/CaptialRaisedSummary.styles.js +34 -0
- package/dist/components/ChartBox/ChartBox.js +44 -0
- package/dist/components/ChartBox/ChartBox.stories.js +20 -0
- package/dist/components/ChartBox/ChartBox.styles.js +33 -0
- package/dist/components/ChartBox/ChartBoxDistribution.js +30 -0
- package/dist/components/ChartBox/ChartBoxDistribution.stories.js +21 -0
- package/dist/components/ChartLegend/ChartLegend.js +62 -0
- package/dist/components/ChartLegend/ChartLegend.stories.js +87 -0
- package/dist/components/ChartLegend/ChartLegend.styles.js +64 -0
- package/dist/components/Checkbox/Checkbox.js +116 -0
- package/dist/components/Checkbox/Checkbox.stories.js +92 -0
- package/dist/components/Checkbox/Checkbox.styles.js +45 -0
- package/dist/components/Checklist/UserChecklist.js +274 -0
- package/dist/components/Checklist/UserChecklist.stories.js +126 -0
- package/dist/components/ComponentScroll/ComponentScroll.js +138 -0
- package/dist/components/ComponentScroll/ComponentScroll.stories.js +102 -0
- package/dist/components/ComponentScroll/ComponentScroll.styles.js +66 -0
- package/dist/components/ComponentWrapper/ComponentWrapper.styles.js +68 -0
- package/dist/components/CryptoAddress/ComponentWrap.js +37 -0
- package/dist/components/CryptoAddress/CryptoAddress.js +145 -0
- package/dist/components/CryptoAddress/CryptoAddress.stories.js +173 -0
- package/dist/components/CryptoAddress/CryptoAddress.styles.js +186 -0
- package/dist/components/CryptoAddress/RadioWrap.js +49 -0
- package/dist/components/CryptoAddressDetails/CryptoAddressDetails.js +54 -0
- package/dist/components/CryptoAddressDetails/CryptoAddressDetails.stories.js +74 -0
- package/dist/components/CryptoAddressDetails/CryptoAddressDetails.styles.js +67 -0
- package/dist/components/CryptoAddressWrapper/CryptoAddressWrapper.js +40 -0
- package/dist/components/CryptoAddressWrapper/CryptoAddressWrapper.styles.js +59 -0
- package/dist/components/DonutChart/DonutChart.js +182 -0
- package/dist/components/DonutChart/DonutChart.stories.js +40 -0
- package/dist/components/DonutChart/DonutChart.styles.js +50 -0
- package/dist/components/DoubleButton/DoubleButton.styles.js +22 -0
- package/dist/components/ErrorMessage/ErrorMessage.styles.js +15 -0
- package/dist/components/FAQ/FAQ.js +65 -0
- package/dist/components/FAQ/FAQ.stories.js +74 -0
- package/dist/components/FAQ/FAQ.styles.js +48 -0
- package/dist/components/Footer/Footer.js +66 -0
- package/dist/components/Footer/Footer.stories.js +54 -0
- package/dist/components/Footer/Footer.styles.js +74 -0
- package/dist/components/Footer/FooterLayout.js +129 -0
- package/dist/components/Footer/FooterLayout.stories.js +31 -0
- package/dist/components/Footer/FooterMenu.js +117 -0
- package/dist/components/Footer/FooterMenu.stories.js +121 -0
- package/dist/components/Footer/FooterMenu.styles.js +80 -0
- package/dist/components/Footer/index.js +27 -0
- package/dist/components/ForgotPasswordModal/ForgotPasswordModal.js +127 -0
- package/dist/components/ForgotPasswordModal/ForgotPasswordModal.stories.js +42 -0
- package/dist/components/Form/Form.js +68 -0
- package/dist/components/Form/Form.stories.js +35 -0
- package/dist/components/Form/Form.styles.js +59 -0
- package/dist/components/FullscreenCard/FullscreenCard.styles.js +32 -0
- package/dist/components/Grid/Grid.styles.js +68 -0
- package/dist/components/Header/Header.js +452 -0
- package/dist/components/Header/Header.stories.js +188 -0
- package/dist/components/Header/Header.styles.js +180 -0
- package/dist/components/Icon/Icon.style.js +71 -0
- package/dist/components/InfoIcon/InfoIcon.js +50 -0
- package/dist/components/InfoIcon/InfoIcon.stories.js +52 -0
- package/dist/components/InfoIcon/InfoIcon.styles.js +31 -0
- package/dist/components/InfoPanel/InfoPanel.js +146 -0
- package/dist/components/Input/DatePickerInput.js +85 -0
- package/dist/components/Input/DatePickerInput.stories.js +91 -0
- package/dist/components/Input/DatePickerInput.styles.js +29 -0
- package/dist/components/Input/Input.js +108 -0
- package/dist/components/Input/Input.stories.js +148 -0
- package/dist/components/Input/Input.styles.js +53 -0
- package/dist/components/Input/InputPassword.js +151 -0
- package/dist/components/Input/InputPassword.stories.js +85 -0
- package/dist/components/Input/InputPassword.styles.js +80 -0
- package/dist/components/Input/RangeInput.js +60 -0
- package/dist/components/Input/RangeInput.stories.js +59 -0
- package/dist/components/Input/RangeInput.styles.js +53 -0
- package/dist/components/Input/Select.js +148 -0
- package/dist/components/Input/Select.stories.js +142 -0
- package/dist/components/Input/Select.styles.js +65 -0
- package/dist/components/InvestCalculator/InvestCalculator.js +367 -0
- package/dist/components/InvestCalculator/InvestCalculator.stories.js +137 -0
- package/dist/components/InvestCalculator/InvestCalculator.styles.js +66 -0
- package/dist/components/InvestmentStat/InvestmentStat.js +40 -0
- package/dist/components/InvestmentStat/InvestmentStat.stories.js +56 -0
- package/dist/components/InvestmentStat/InvestmentStat.styles.js +43 -0
- package/dist/components/KYCFlow/BasicInfo.js +489 -0
- package/dist/components/KYCFlow/Confirmation.js +51 -0
- package/dist/components/KYCFlow/DocumentFileUpload.js +276 -0
- package/dist/components/KYCFlow/DocumentScan.js +74 -0
- package/dist/components/KYCFlow/DocumentScanUpload.js +258 -0
- package/dist/components/KYCFlow/DocumentSelect.js +148 -0
- package/dist/components/KYCFlow/DocumentSuccess.js +64 -0
- package/dist/components/KYCFlow/DocumentUpload.js +54 -0
- package/dist/components/KYCFlow/DocumentVerificationType.js +161 -0
- package/dist/components/KYCFlow/FaceScan.js +55 -0
- package/dist/components/KYCFlow/FaceScanRecognition.js +60 -0
- package/dist/components/KYCFlow/FaceScanSuccess.js +59 -0
- package/dist/components/KYCFlow/Terms.js +142 -0
- package/dist/components/KYCFlow/_styles.js +160 -0
- package/dist/components/KYCFlow/index.js +97 -0
- package/dist/components/KYCSelectBox/KYCSelectBox.styles.js +41 -0
- package/dist/components/LatestUpdate/LatestUpdate.js +51 -0
- package/dist/components/LatestUpdate/LatestUpdate.stories.js +62 -0
- package/dist/components/LatestUpdate/LatestUpdate.styles.js +71 -0
- package/dist/components/Layout/Layout-func-no-work.js +78 -0
- package/dist/components/Layout/Layout.js +103 -0
- package/dist/components/Layout/Layout.stories.js +67 -0
- package/dist/components/LearnMoreCarousel/LearnMoreCarousel.js +47 -0
- package/dist/components/LearnMoreCarousel/LearnMoreCarousel.stories.js +70 -0
- package/dist/components/LearnMoreCarousel/LearnMoreCarousel.styles.js +43 -0
- package/dist/components/LearnMorePage/LearnMore.js +255 -0
- package/dist/components/LearnMorePage/LearnMore.shared.styles.js +40 -0
- package/dist/components/LearnMorePage/LearnMore.stories.js +51 -0
- package/dist/components/LearnMorePage/LearnMore.styles.js +120 -0
- package/dist/components/LearnMorePage/LearnMoreExampleObject.js +87 -0
- package/dist/components/LearnMorePage/LearnMoreItem.js +75 -0
- package/dist/components/LearnMorePage/LearnMoreItem.stories.js +65 -0
- package/dist/components/LearnMorePage/LearnMoreItem.styles.js +87 -0
- package/dist/components/LearnMoreSection/LearnMore.js +199 -0
- package/dist/components/LearnMoreSection/LearnMore.stories.js +33 -0
- package/dist/components/LearnMoreSection/LearnMore.styles.js +73 -0
- package/dist/components/LearnMoreSection/LearnMoreItem.js +52 -0
- package/dist/components/LearnMoreSection/LearnMoreItem.stories.js +62 -0
- package/dist/components/LearnMoreSection/LearnMoreItem.styles.js +50 -0
- package/dist/components/LoginModal/LoginModal.js +163 -0
- package/dist/components/MainMenu/DynamicMainMenu.js +50 -0
- package/dist/components/MainMenu/MainMenu.js +262 -0
- package/dist/components/MainMenu/MainMenu.styles.js +124 -0
- package/dist/components/MatomoConnect/Matomo.js +485 -0
- package/dist/components/MatomoConnect/Matomo_fuckup.js +383 -0
- package/dist/components/MenuNav/MenuNav.styles.js +42 -0
- package/dist/components/Modal/Modal.js +123 -0
- package/dist/components/Modal/Modal.stories.js +82 -0
- package/dist/components/Modal/Modal.styles.js +140 -0
- package/dist/components/MultiProgressBar/MultiProgressBar.js +48 -0
- package/dist/components/MultiProgressBar/MultiProgressBar.stories.js +72 -0
- package/dist/components/MultiProgressBar/MultiProgressBar.styles.js +41 -0
- package/dist/components/Newsletter/Newsletter.js +139 -0
- package/dist/components/Newsletter/Newsletter.stories.js +19 -0
- package/dist/components/Newsletter/Newsletter.styles.js +83 -0
- package/dist/components/NotificationContext/NotificationContext.js +173 -0
- package/dist/components/NotificationContext/NotificationContext.stories.js +33 -0
- package/dist/components/NotificationCounter/NotificationCounter.styles.js +22 -0
- package/dist/components/Number/Number.js +35 -0
- package/dist/components/Number/Number.stories.js +41 -0
- package/dist/components/Number/Number.styles.js +20 -0
- package/dist/components/PageTransition/PageTransition.js +57 -0
- package/dist/components/Process/Process.stories.js +47 -0
- package/dist/components/Process/Process.styles.js +33 -0
- package/dist/components/ProfileBadge/ProfileBadge.js +53 -0
- package/dist/components/ProfileBadge/ProfileBadge.stories.js +48 -0
- package/dist/components/ProfileBadge/ProfileBadge.styles.js +32 -0
- package/dist/components/ProfileBox/ProfileBox.js +39 -0
- package/dist/components/ProfileBox/ProfileBox.stories.js +38 -0
- package/dist/components/ProfileBox/ProfileBox.styles.js +49 -0
- package/dist/components/ProfileHeader/ProfileHeader-CLb4.js +477 -0
- package/dist/components/ProfileHeader/ProfileHeader.js +330 -0
- package/dist/components/ProfileHeader/ProfileHeader.styles.js +87 -0
- package/dist/components/ProfileStat/ProfileStat.js +42 -0
- package/dist/components/ProfileStat/ProfileStat.stories.js +71 -0
- package/dist/components/ProfileStat/ProfileStat.styles.js +42 -0
- package/dist/components/ProofOfAddress/ProofOfAddress.styles.js +69 -0
- package/dist/components/ROI/ROI.js +312 -0
- package/dist/components/ROI/ROI.styles.js +63 -0
- package/dist/components/ROI/ROIChart.js +469 -0
- package/dist/components/ROI/ROIChart.styles.js +33 -0
- package/dist/components/ROI/ROIModal.js +91 -0
- package/dist/components/ROI/ROIScenarioBox.js +55 -0
- package/dist/components/ROI/ROIScenarioBox.styles.js +52 -0
- package/dist/components/Radio/Radio.js +68 -0
- package/dist/components/Radio/Radio.stories.js +76 -0
- package/dist/components/Radio/Radio.styles.js +31 -0
- package/dist/components/RefreshButton/RefreshButton.js +21 -0
- package/dist/components/RefreshButton/RefreshButton.stories.js +41 -0
- package/dist/components/RefreshButton/RefreshButton.styles.js +39 -0
- package/dist/components/RegisterAlgorand/AlgoAddressName.js +138 -0
- package/dist/components/RegisterAlgorand/AlgoAdressSelect.js +444 -0
- package/dist/components/RegisterAlgorand/AlgoConnectWallet.js +47 -0
- package/dist/components/RegisterAlgorand/AlgoSuccess.js +38 -0
- package/dist/components/RegisterAlgorand/Algorand.stories.js +78 -0
- package/dist/components/RegisterAlgorand/ChooseWallet.js +97 -0
- package/dist/components/RegisterAlgorand/SelectProject.js +90 -0
- package/dist/components/RegisterAlgorand/_styles.js +28 -0
- package/dist/components/RegisterAlgorand/flow.js +409 -0
- package/dist/components/RegisterAlgorand/flowWithMemo.js +410 -0
- package/dist/components/RegisterAlgorand/index.js +48 -0
- package/dist/components/RegisterConfirmModal/RegisterConfirmModal.js +40 -0
- package/dist/components/RegisterConfirmModal/RegisterConfirmModal.stories.js +33 -0
- package/dist/components/RegisterConfirmModal/RegisterConfirmModal.styles.js +16 -0
- package/dist/components/RegisterEthereum/EthAddressLedger.js +215 -0
- package/dist/components/RegisterEthereum/EthAddressMetamask.js +205 -0
- package/dist/components/RegisterEthereum/EthAddressName.js +135 -0
- package/dist/components/RegisterEthereum/EthConnectLedger.js +194 -0
- package/dist/components/RegisterEthereum/EthConnectMetamask.js +35 -0
- package/dist/components/RegisterEthereum/EthFinish.js +41 -0
- package/dist/components/RegisterEthereum/EthIntro.js +95 -0
- package/dist/components/RegisterEthereum/_styles.js +28 -0
- package/dist/components/RegisterEthereum/index.js +68 -0
- package/dist/components/RegisterLiquidSteps/RegisterLiquidSteps.js +106 -0
- package/dist/components/RegisterLiquidSteps/RegisterLiquidSteps.stories.js +66 -0
- package/dist/components/RegisterLiquidSteps/RegisterLiquidSteps.styles.js +48 -0
- package/dist/components/RegisterLiquidSteps/complete.js +37 -0
- package/dist/components/RegisterLiquidSteps/flow.js +197 -0
- package/dist/components/RegisterLiquidSteps/index.js +52 -0
- package/dist/components/RegisterLiquidSteps/register-liquid.js +240 -0
- package/dist/components/RegisterModal/RegisterModal.js +180 -0
- package/dist/components/RegisterModal/RegisterModal.stories.js +46 -0
- package/dist/components/RequestDataBox/RequestDataBox.js +31 -0
- package/dist/components/RequestDataBox/RequestDataBox.stories.js +40 -0
- package/dist/components/RequestDataBox/RequestDataBox.styles.js +31 -0
- package/dist/components/RiskQuestionnaire/RiskQuestionnaireContext.js +185 -0
- package/dist/components/RiskQuestionnaire/_styles.js +15 -0
- package/dist/components/SEO/SEO.js +71 -0
- package/dist/components/SEO/SEO.stories.js +64 -0
- package/dist/components/SectionTitle/SectionTitle.styles.js +15 -0
- package/dist/components/SideLine/SideLine.js +15 -0
- package/dist/components/SideLine/SideLine.stories.js +31 -0
- package/dist/components/SideLine/SideLine.styles.js +26 -0
- package/dist/components/SigningSubflow/SignSubAddressMetamask.js +137 -0
- package/dist/components/SigningSubflow/SignSubConnectLedger.js +150 -0
- package/dist/components/SigningSubflow/SignSubConnectMetamask.js +137 -0
- package/dist/components/SigningSubflow/SignSubIntro.js +54 -0
- package/dist/components/SigningSubflow/SignSubSendLedger.js +150 -0
- package/dist/components/SigningSubflow/SignSubSendMetamask.js +62 -0
- package/dist/components/SigningSubflow/SignSubTransactionLedger.js +161 -0
- package/dist/components/SigningSubflow/SignSubTransactionMetamask.js +166 -0
- package/dist/components/SigningSubflow/_styles.js +45 -0
- package/dist/components/SigningSubflow/index.js +74 -0
- package/dist/components/Slider/Slider.js +50 -0
- package/dist/components/Slider/Slider.stories.js +72 -0
- package/dist/components/Slider/Slider.styles.js +23 -0
- package/dist/components/SpanButton/SpanButton.styles.js +15 -0
- package/dist/components/StatusBadge/StatusBadge.styles.js +20 -0
- package/dist/components/StepController/StepController.js +111 -0
- package/dist/components/StepController/StepController.stories.js +63 -0
- package/dist/components/StepController/StepController.styles.js +26 -0
- package/dist/components/StepController/StepControllerContext.js +104 -0
- package/dist/components/StepController/StepControllerProgress.js +40 -0
- package/dist/components/StepController/StepControllerProgress.stories.js +52 -0
- package/dist/components/StepsProgress/StepsProgress.js +127 -0
- package/dist/components/StepsProgress/StepsProgress.stories.js +50 -0
- package/dist/components/StepsProgress/StepsProgress.styles.js +36 -0
- package/dist/components/StokrLoader/StokrLoader.js +32 -0
- package/dist/components/StokrLoader/media.js +27 -0
- package/dist/components/SvgIcons/AdminBadgeSvg.js +26 -0
- package/dist/components/SvgIcons/CameraSvg.js +36 -0
- package/dist/components/SvgIcons/CapsLockSvg.js +31 -0
- package/dist/components/SvgIcons/DocumentBackSvg.js +35 -0
- package/dist/components/SvgIcons/DocumentSmallSvg.js +61 -0
- package/dist/components/SvgIcons/DocumentSvg.js +38 -0
- package/dist/components/SvgIcons/Early.js +24 -0
- package/dist/components/SvgIcons/EthSvg.js +40 -0
- package/dist/components/SvgIcons/EurSvg.js +26 -0
- package/dist/components/SvgIcons/FaceScanIconSvg.js +31 -0
- package/dist/components/SvgIcons/FourSvg.js +21 -0
- package/dist/components/SvgIcons/Glassess.js +29 -0
- package/dist/components/SvgIcons/LogoSvg.js +24 -0
- package/dist/components/SvgIcons/OneSvg.js +23 -0
- package/dist/components/SvgIcons/PassportSvg.js +56 -0
- package/dist/components/SvgIcons/RefreshSvg.js +27 -0
- package/dist/components/SvgIcons/SocialFacebook.js +25 -0
- package/dist/components/SvgIcons/SocialInstagram.js +26 -0
- package/dist/components/SvgIcons/SocialLinkedIn.js +25 -0
- package/dist/components/SvgIcons/SocialMedium.js +25 -0
- package/dist/components/SvgIcons/SocialReddit.js +25 -0
- package/dist/components/SvgIcons/SocialTelegram.js +25 -0
- package/dist/components/SvgIcons/SocialTwitter.js +25 -0
- package/dist/components/SvgIcons/SocialYoutube.js +25 -0
- package/dist/components/SvgIcons/ThreeSvg.js +20 -0
- package/dist/components/SvgIcons/TwoSidedDocumentSvg.js +82 -0
- package/dist/components/SvgIcons/TwoSvg.js +23 -0
- package/dist/components/SvgIcons/UpdateDefaultSvg.js +29 -0
- package/dist/components/SvgIcons/UpdateHardSvg.js +25 -0
- package/dist/components/SvgIcons/UpdateSoftSvg.js +27 -0
- package/dist/components/SvgIcons/UploadSvg.js +34 -0
- package/dist/components/SvgIcons/VerifiedBadge.js +23 -0
- package/dist/components/SvgIcons/index.js +223 -0
- package/dist/components/Switch/Switch.js +70 -0
- package/dist/components/Switch/Switch.stories.js +86 -0
- package/dist/components/Switch/Switch.styles.js +47 -0
- package/dist/components/Tabs/Tabs.js +70 -0
- package/dist/components/Tabs/Tabs.stories.js +29 -0
- package/dist/components/Tabs/Tabs.styles.js +18 -0
- package/dist/components/TabsNav/TabNav.js +31 -0
- package/dist/components/TabsNav/TabNav.stories.js +44 -0
- package/dist/components/TabsNav/TabsNav.js +43 -0
- package/dist/components/TabsNav/TabsNav.stories.js +26 -0
- package/dist/components/TabsNav/TabsNav.styles.js +43 -0
- package/dist/components/TeamOverview/TeamOverview.js +125 -0
- package/dist/components/TeamOverview/TeamOverview.stories.js +80 -0
- package/dist/components/TeamOverview/TeamOverview.styles.js +81 -0
- package/dist/components/Text/Headline.js +29 -0
- package/dist/components/Text/Headline.stories.js +51 -0
- package/dist/components/Text/StyledText.js +19 -0
- package/dist/components/Text/Text.stories.js +71 -0
- package/dist/components/Text/Text.styles.js +40 -0
- package/dist/components/TextLink/TextLink.styles.js +30 -0
- package/dist/components/ToDoList/ToDoList.js +184 -0
- package/dist/components/ToDoList/ToDoList.stories.js +137 -0
- package/dist/components/ToDoList/ToDoList.styles.js +83 -0
- package/dist/components/ToDoList/ToDoListTask.js +118 -0
- package/dist/components/ToDoList/ToDoListTask.stories.js +72 -0
- package/dist/components/ToDoList/ToDoListTask.styles.js +74 -0
- package/dist/components/TransactionDetails/TransactionDetails.js +46 -0
- package/dist/components/TransactionDetails/TransactionDetails.stories.js +59 -0
- package/dist/components/TransactionDetails/TransactionDetails.styles.js +31 -0
- package/dist/components/TransactionInfo/TransactionInfo.js +58 -0
- package/dist/components/TransactionInfo/TransactionInfo.stories.js +64 -0
- package/dist/components/TransactionInfo/TransactionInfo.styles.js +54 -0
- package/dist/components/TwoFactorModal/TwoFactorModal.js +122 -0
- package/dist/components/breakdown/Breakdown.js +56 -0
- package/dist/components/breakdown/index.js +27 -0
- package/dist/components/context/Auth.js +207 -0
- package/dist/components/context/AuthContext.js +335 -0
- package/dist/components/icons/Arrow.js +70 -0
- package/dist/components/icons/Arrow.stories.js +49 -0
- package/dist/components/icons/ArrowSimple.js +59 -0
- package/dist/components/icons/ArrowSimple.stories.js +55 -0
- package/dist/components/icons/Check.js +43 -0
- package/dist/components/icons/Check.stories.js +25 -0
- package/dist/components/icons/Facebook.js +26 -0
- package/dist/components/icons/Facebook.stories.js +24 -0
- package/dist/components/icons/Info.js +55 -0
- package/dist/components/icons/Info.stories.js +19 -0
- package/dist/components/icons/Instagram.js +26 -0
- package/dist/components/icons/Instagram.stories.js +24 -0
- package/dist/components/icons/LinkIcon.js +34 -0
- package/dist/components/icons/LinkIcon.stories.js +24 -0
- package/dist/components/icons/LinkedIn.js +43 -0
- package/dist/components/icons/LinkedIn.stories.js +19 -0
- package/dist/components/icons/Medium.js +42 -0
- package/dist/components/icons/Medium.stories.js +19 -0
- package/dist/components/icons/Reddit.js +32 -0
- package/dist/components/icons/Reddit.stories.js +24 -0
- package/dist/components/icons/Share.js +62 -0
- package/dist/components/icons/Share.stories.js +19 -0
- package/dist/components/icons/Telegram.js +42 -0
- package/dist/components/icons/Telegram.stories.js +19 -0
- package/dist/components/icons/Twitter.js +26 -0
- package/dist/components/icons/Twitter.stories.js +24 -0
- package/dist/components/icons/X.js +26 -0
- package/dist/components/icons/X.stories.js +19 -0
- package/dist/components/icons/Youtube.js +26 -0
- package/dist/components/icons/Youtube.stories.js +24 -0
- package/dist/components/icons/index.js +170 -0
- package/dist/components/renderToBody/index.js +27 -0
- package/dist/components/renderToBody/renderToBody.js +68 -0
- package/dist/components/taxId/TaxId.stories.js +42 -0
- package/dist/components/taxId/complete.js +32 -0
- package/dist/components/taxId/flow.js +52 -0
- package/dist/components/taxId/index.js +27 -0
- package/dist/components/taxId/register-taxid.js +186 -0
- package/dist/components/video/Video.js +174 -0
- package/dist/components/video/Video.stories.js +56 -0
- package/dist/components/video/index.js +27 -0
- package/dist/constants/style.js +52 -0
- package/dist/index.js +1 -177
- package/dist/model/axios.js +18 -0
- package/dist/model/axiosPublic.js +18 -0
- package/dist/styles/colors.js +55 -0
- package/dist/styles/fonts.js +34 -0
- package/dist/styles/global.js +19 -0
- package/dist/styles/grid.js +16 -0
- package/dist/styles/reactTippy.js +12 -0
- package/dist/styles/rwd.js +52 -0
- package/dist/styles/semanticUi.js +12 -0
- package/dist/styles/spacing.js +12 -0
- package/dist/styles/theme.js +43 -0
- package/dist/utils/allowed-countries-list.js +1375 -0
- package/dist/utils/breakpoint.js +19 -0
- package/dist/utils/countries-list.js +1008 -0
- package/dist/utils/customHooks.js +52 -0
- package/dist/utils/delete-redirect-cookie-and-navigate.js +20 -0
- package/dist/utils/fix-decimals.js +11 -0
- package/dist/utils/get-cookie-domain.js +16 -0
- package/dist/utils/get-short-address.js +10 -0
- package/dist/utils/lock-body.js +20 -0
- package/dist/utils/redirect-url.js +10 -0
- package/dist/utils/set-redirect-cookie.js +20 -0
- package/package.json +133 -128
- package/build/static/js/main.31d6cfe0.js +0 -0
- package/dist/AccountBalance/AccountBalance.js +0 -43
- package/dist/AccountBalance/AccountBalance.stories.js +0 -75
- package/dist/AccountBalance/AccountBalance.styles.js +0 -38
- package/dist/AdminDashboard/Table/Table.js +0 -120
- package/dist/AdminDashboard/Table/Table.styles.js +0 -111
- package/dist/AgreementItem/AgreementItem.js +0 -38
- package/dist/AgreementItem/AgreementItem.stories.js +0 -98
- package/dist/AgreementItem/AgreementItem.styles.js +0 -31
- package/dist/AnalyticGraphs/Analytic.js +0 -528
- package/dist/AnalyticGraphs/Analytic.styles.js +0 -49
- package/dist/BackButton/BackButton.js +0 -22
- package/dist/BackButton/BackButton.stories.js +0 -24
- package/dist/BackButton/BackButton.styles.js +0 -110
- package/dist/Background/Background.js +0 -34
- package/dist/Background/Background.stories.js +0 -50
- package/dist/Background/Background.styles.js +0 -113
- package/dist/BarChart/BarChart.js +0 -258
- package/dist/BarChart/BarChart.stories.js +0 -46
- package/dist/BarChart/BarChart.styles.js +0 -93
- package/dist/BarChartLegend/BarChartLegend.js +0 -74
- package/dist/BarChartLegend/BarChartLegend.styles.js +0 -26
- package/dist/BasicTable/BasicTable.js +0 -20
- package/dist/BasicTable/BasicTable.stories.js +0 -51
- package/dist/BasicTable/BasicTable.styles.js +0 -64
- package/dist/Button/Button.stories.js +0 -63
- package/dist/Button/Button.styles.js +0 -180
- package/dist/ButtonContainer/ButtonContainer.styles.js +0 -25
- package/dist/CapitalRaisedSummary/CapitalRaisedSummery.stories.js +0 -35
- package/dist/CapitalRaisedSummary/CaptialRaisedSummary.js +0 -23
- package/dist/CapitalRaisedSummary/CaptialRaisedSummary.styles.js +0 -36
- package/dist/ChartBox/ChartBox.js +0 -34
- package/dist/ChartBox/ChartBox.stories.js +0 -9
- package/dist/ChartBox/ChartBox.styles.js +0 -50
- package/dist/ChartBox/ChartBoxDistribution.js +0 -20
- package/dist/ChartBox/ChartBoxDistribution.stories.js +0 -10
- package/dist/ChartLegend/ChartLegend.js +0 -37
- package/dist/ChartLegend/ChartLegend.stories.js +0 -74
- package/dist/ChartLegend/ChartLegend.styles.js +0 -67
- package/dist/Checkbox/Checkbox.js +0 -108
- package/dist/Checkbox/Checkbox.stories.js +0 -82
- package/dist/Checkbox/Checkbox.styles.js +0 -123
- package/dist/Checklist/UserChecklist.js +0 -247
- package/dist/Checklist/UserChecklist.stories.js +0 -115
- package/dist/ComponentScroll/ComponentScroll.js +0 -99
- package/dist/ComponentScroll/ComponentScroll.stories.js +0 -92
- package/dist/ComponentScroll/ComponentScroll.styles.js +0 -104
- package/dist/ComponentWrapper/ComponentWrapper.styles.js +0 -128
- package/dist/CryptoAddress/ComponentWrap.js +0 -24
- package/dist/CryptoAddress/CryptoAddress.js +0 -124
- package/dist/CryptoAddress/CryptoAddress.stories.js +0 -163
- package/dist/CryptoAddress/CryptoAddress.styles.js +0 -399
- package/dist/CryptoAddress/RadioWrap.js +0 -36
- package/dist/CryptoAddressDetails/CryptoAddressDetails.js +0 -42
- package/dist/CryptoAddressDetails/CryptoAddressDetails.stories.js +0 -65
- package/dist/CryptoAddressDetails/CryptoAddressDetails.styles.js +0 -114
- package/dist/CryptoAddressWrapper/CryptoAddressWrapper.js +0 -30
- package/dist/CryptoAddressWrapper/CryptoAddressWrapper.styles.js +0 -98
- package/dist/DonutChart/DonutChart.js +0 -137
- package/dist/DonutChart/DonutChart.stories.js +0 -39
- package/dist/DonutChart/DonutChart.styles.js +0 -101
- package/dist/DoubleButton/DoubleButton.styles.js +0 -25
- package/dist/ErrorMessage/ErrorMessage.styles.js +0 -9
- package/dist/FAQ/FAQ.js +0 -40
- package/dist/FAQ/FAQ.stories.js +0 -63
- package/dist/FAQ/FAQ.styles.js +0 -69
- package/dist/Footer/Footer.js +0 -54
- package/dist/Footer/Footer.stories.js +0 -41
- package/dist/Footer/Footer.styles.js +0 -230
- package/dist/Footer/FooterLayout.js +0 -114
- package/dist/Footer/FooterLayout.stories.js +0 -20
- package/dist/Footer/FooterMenu.js +0 -83
- package/dist/Footer/FooterMenu.stories.js +0 -110
- package/dist/Footer/FooterMenu.styles.js +0 -274
- package/dist/Footer/index.js +0 -4
- package/dist/ForgotPasswordModal/ForgotPasswordModal.js +0 -89
- package/dist/ForgotPasswordModal/ForgotPasswordModal.stories.js +0 -31
- package/dist/Form/Form.js +0 -38
- package/dist/Form/Form.stories.js +0 -24
- package/dist/Form/Form.styles.js +0 -66
- package/dist/FullscreenCard/FullscreenCard.styles.js +0 -36
- package/dist/Grid/Grid.styles.js +0 -109
- package/dist/Header/Header.js +0 -369
- package/dist/Header/Header.stories.js +0 -172
- package/dist/Header/Header.styles.js +0 -493
- package/dist/Icon/Icon.style.js +0 -75
- package/dist/InfoIcon/InfoIcon.js +0 -40
- package/dist/InfoIcon/InfoIcon.stories.js +0 -40
- package/dist/InfoIcon/InfoIcon.styles.js +0 -42
- package/dist/InfoPanel/InfoPanel.js +0 -115
- package/dist/Input/DatePickerInput.js +0 -64
- package/dist/Input/DatePickerInput.stories.js +0 -80
- package/dist/Input/DatePickerInput.styles.js +0 -67
- package/dist/Input/Input.js +0 -86
- package/dist/Input/Input.stories.js +0 -134
- package/dist/Input/Input.styles.js +0 -126
- package/dist/Input/InputPassword.js +0 -122
- package/dist/Input/InputPassword.stories.js +0 -72
- package/dist/Input/InputPassword.styles.js +0 -139
- package/dist/Input/RangeInput.js +0 -46
- package/dist/Input/RangeInput.stories.js +0 -48
- package/dist/Input/RangeInput.styles.js +0 -125
- package/dist/Input/Select.js +0 -130
- package/dist/Input/Select.stories.js +0 -129
- package/dist/Input/Select.styles.js +0 -143
- package/dist/InvestCalculator/InvestCalculator.js +0 -353
- package/dist/InvestCalculator/InvestCalculator.stories.js +0 -129
- package/dist/InvestCalculator/InvestCalculator.styles.js +0 -78
- package/dist/InvestmentStat/InvestmentStat.js +0 -33
- package/dist/InvestmentStat/InvestmentStat.stories.js +0 -44
- package/dist/InvestmentStat/InvestmentStat.styles.js +0 -53
- package/dist/KYCFlow/BasicInfo.js +0 -396
- package/dist/KYCFlow/Confirmation.js +0 -37
- package/dist/KYCFlow/DocumentFileUpload.js +0 -240
- package/dist/KYCFlow/DocumentScan.js +0 -66
- package/dist/KYCFlow/DocumentScanUpload.js +0 -228
- package/dist/KYCFlow/DocumentSelect.js +0 -101
- package/dist/KYCFlow/DocumentSuccess.js +0 -54
- package/dist/KYCFlow/DocumentUpload.js +0 -44
- package/dist/KYCFlow/DocumentVerificationType.js +0 -114
- package/dist/KYCFlow/FaceScan.js +0 -45
- package/dist/KYCFlow/FaceScanRecognition.js +0 -52
- package/dist/KYCFlow/FaceScanSuccess.js +0 -47
- package/dist/KYCFlow/Terms.js +0 -99
- package/dist/KYCFlow/_styles.js +0 -284
- package/dist/KYCFlow/index.js +0 -14
- package/dist/KYCSelectBox/KYCSelectBox.styles.js +0 -62
- package/dist/LatestUpdate/LatestUpdate.js +0 -35
- package/dist/LatestUpdate/LatestUpdate.stories.js +0 -51
- package/dist/LatestUpdate/LatestUpdate.styles.js +0 -77
- package/dist/Layout/Layout-func-no-work.js +0 -67
- package/dist/Layout/Layout.js +0 -68
- package/dist/Layout/Layout.stories.js +0 -55
- package/dist/LearnMoreCarousel/LearnMoreCarousel.js +0 -39
- package/dist/LearnMoreCarousel/LearnMoreCarousel.stories.js +0 -58
- package/dist/LearnMoreCarousel/LearnMoreCarousel.styles.js +0 -205
- package/dist/LearnMorePage/LearnMore.js +0 -199
- package/dist/LearnMorePage/LearnMore.shared.styles.js +0 -49
- package/dist/LearnMorePage/LearnMore.stories.js +0 -41
- package/dist/LearnMorePage/LearnMore.styles.js +0 -250
- package/dist/LearnMorePage/LearnMoreExampleObject.js +0 -102
- package/dist/LearnMorePage/LearnMoreItem.js +0 -59
- package/dist/LearnMorePage/LearnMoreItem.stories.js +0 -54
- package/dist/LearnMorePage/LearnMoreItem.styles.js +0 -218
- package/dist/LearnMoreSection/LearnMore.js +0 -144
- package/dist/LearnMoreSection/LearnMore.stories.js +0 -23
- package/dist/LearnMoreSection/LearnMore.styles.js +0 -134
- package/dist/LearnMoreSection/LearnMoreItem.js +0 -39
- package/dist/LearnMoreSection/LearnMoreItem.stories.js +0 -52
- package/dist/LearnMoreSection/LearnMoreItem.styles.js +0 -54
- package/dist/LoginModal/LoginModal.js +0 -125
- package/dist/MainMenu/DynamicMainMenu.js +0 -41
- package/dist/MainMenu/MainMenu.js +0 -207
- package/dist/MainMenu/MainMenu.styles.js +0 -361
- package/dist/MatomoConnect/Matomo.js +0 -221
- package/dist/MatomoConnect/Matomo_fuckup.js +0 -185
- package/dist/MenuNav/MenuNav.styles.js +0 -88
- package/dist/Modal/Modal.js +0 -71
- package/dist/Modal/Modal.stories.js +0 -67
- package/dist/Modal/Modal.styles.js +0 -407
- package/dist/MultiProgressBar/MultiProgressBar.js +0 -33
- package/dist/MultiProgressBar/MultiProgressBar.stories.js +0 -61
- package/dist/MultiProgressBar/MultiProgressBar.styles.js +0 -92
- package/dist/Newsletter/Newsletter.js +0 -106
- package/dist/Newsletter/Newsletter.stories.js +0 -8
- package/dist/Newsletter/Newsletter.styles.js +0 -173
- package/dist/NotificationContext/NotificationContext.js +0 -126
- package/dist/NotificationContext/NotificationContext.stories.js +0 -32
- package/dist/NotificationCounter/NotificationCounter.styles.js +0 -23
- package/dist/Number/Number.js +0 -25
- package/dist/Number/Number.stories.js +0 -18
- package/dist/Number/Number.styles.js +0 -21
- package/dist/PageTransition/PageTransition.js +0 -42
- package/dist/Process/Process.stories.js +0 -34
- package/dist/Process/Process.styles.js +0 -87
- package/dist/ProfileBadge/ProfileBadge.js +0 -46
- package/dist/ProfileBadge/ProfileBadge.stories.js +0 -37
- package/dist/ProfileBadge/ProfileBadge.styles.js +0 -47
- package/dist/ProfileBox/ProfileBox.js +0 -29
- package/dist/ProfileBox/ProfileBox.stories.js +0 -27
- package/dist/ProfileBox/ProfileBox.styles.js +0 -60
- package/dist/ProfileHeader/ProfileHeader-CLb4.js +0 -401
- package/dist/ProfileHeader/ProfileHeader.js +0 -268
- package/dist/ProfileHeader/ProfileHeader.styles.js +0 -114
- package/dist/ProfileStat/ProfileStat.js +0 -32
- package/dist/ProfileStat/ProfileStat.stories.js +0 -58
- package/dist/ProfileStat/ProfileStat.styles.js +0 -80
- package/dist/ProofOfAddress/ProofOfAddress.styles.js +0 -76
- package/dist/ROI/ROI.js +0 -261
- package/dist/ROI/ROI.styles.js +0 -71
- package/dist/ROI/ROIChart.js +0 -348
- package/dist/ROI/ROIChart.styles.js +0 -98
- package/dist/ROI/ROIModal.js +0 -74
- package/dist/ROI/ROIScenarioBox.js +0 -46
- package/dist/ROI/ROIScenarioBox.styles.js +0 -131
- package/dist/Radio/Radio.js +0 -58
- package/dist/Radio/Radio.stories.js +0 -65
- package/dist/Radio/Radio.styles.js +0 -93
- package/dist/RefreshButton/RefreshButton.js +0 -14
- package/dist/RefreshButton/RefreshButton.stories.js +0 -31
- package/dist/RefreshButton/RefreshButton.styles.js +0 -57
- package/dist/RegisterAlgorand/AlgoAddressName.js +0 -103
- package/dist/RegisterAlgorand/AlgoAdressSelect.js +0 -274
- package/dist/RegisterAlgorand/AlgoConnectWallet.js +0 -37
- package/dist/RegisterAlgorand/AlgoSuccess.js +0 -28
- package/dist/RegisterAlgorand/Algorand.stories.js +0 -63
- package/dist/RegisterAlgorand/ChooseWallet.js +0 -77
- package/dist/RegisterAlgorand/SelectProject.js +0 -77
- package/dist/RegisterAlgorand/_styles.js +0 -30
- package/dist/RegisterAlgorand/flow.js +0 -243
- package/dist/RegisterAlgorand/flowWithMemo.js +0 -244
- package/dist/RegisterAlgorand/index.js +0 -7
- package/dist/RegisterConfirmModal/RegisterConfirmModal.js +0 -30
- package/dist/RegisterConfirmModal/RegisterConfirmModal.stories.js +0 -22
- package/dist/RegisterConfirmModal/RegisterConfirmModal.styles.js +0 -19
- package/dist/RegisterEthereum/EthAddressLedger.js +0 -151
- package/dist/RegisterEthereum/EthAddressMetamask.js +0 -165
- package/dist/RegisterEthereum/EthAddressName.js +0 -101
- package/dist/RegisterEthereum/EthConnectLedger.js +0 -117
- package/dist/RegisterEthereum/EthConnectMetamask.js +0 -25
- package/dist/RegisterEthereum/EthFinish.js +0 -32
- package/dist/RegisterEthereum/EthIntro.js +0 -77
- package/dist/RegisterEthereum/_styles.js +0 -30
- package/dist/RegisterEthereum/index.js +0 -9
- package/dist/RegisterLiquidSteps/RegisterLiquidSteps.js +0 -75
- package/dist/RegisterLiquidSteps/RegisterLiquidSteps.stories.js +0 -65
- package/dist/RegisterLiquidSteps/RegisterLiquidSteps.styles.js +0 -69
- package/dist/RegisterLiquidSteps/assets/nav_green.svg +0 -31
- package/dist/RegisterLiquidSteps/assets/video.mp4 +0 -0
- package/dist/RegisterLiquidSteps/assets/videothumbnail.jpg +0 -0
- package/dist/RegisterLiquidSteps/complete.js +0 -29
- package/dist/RegisterLiquidSteps/flow.js +0 -141
- package/dist/RegisterLiquidSteps/index.js +0 -29
- package/dist/RegisterLiquidSteps/register-liquid.js +0 -197
- package/dist/RegisterModal/RegisterModal.js +0 -143
- package/dist/RegisterModal/RegisterModal.stories.js +0 -35
- package/dist/RequestDataBox/RequestDataBox.js +0 -21
- package/dist/RequestDataBox/RequestDataBox.stories.js +0 -29
- package/dist/RequestDataBox/RequestDataBox.styles.js +0 -40
- package/dist/RiskQuestionnaire/RiskQuestionnaireContext.js +0 -111
- package/dist/RiskQuestionnaire/_styles.js +0 -6
- package/dist/SEO/SEO.js +0 -63
- package/dist/SEO/SEO.stories.js +0 -53
- package/dist/SectionTitle/SectionTitle.styles.js +0 -23
- package/dist/SideLine/SideLine.js +0 -4
- package/dist/SideLine/SideLine.stories.js +0 -20
- package/dist/SideLine/SideLine.styles.js +0 -29
- package/dist/SigningSubflow/SignSubAddressMetamask.js +0 -105
- package/dist/SigningSubflow/SignSubConnectLedger.js +0 -114
- package/dist/SigningSubflow/SignSubConnectMetamask.js +0 -101
- package/dist/SigningSubflow/SignSubIntro.js +0 -45
- package/dist/SigningSubflow/SignSubSendLedger.js +0 -114
- package/dist/SigningSubflow/SignSubSendMetamask.js +0 -53
- package/dist/SigningSubflow/SignSubTransactionLedger.js +0 -125
- package/dist/SigningSubflow/SignSubTransactionMetamask.js +0 -130
- package/dist/SigningSubflow/_styles.js +0 -59
- package/dist/SigningSubflow/index.js +0 -9
- package/dist/Slider/Slider.js +0 -43
- package/dist/Slider/Slider.stories.js +0 -63
- package/dist/Slider/Slider.styles.js +0 -115
- package/dist/SpanButton/SpanButton.styles.js +0 -14
- package/dist/StatusBadge/StatusBadge.styles.js +0 -16
- package/dist/StepController/StepController.js +0 -73
- package/dist/StepController/StepController.stories.js +0 -52
- package/dist/StepController/StepController.styles.js +0 -27
- package/dist/StepController/StepControllerContext.js +0 -61
- package/dist/StepController/StepControllerProgress.js +0 -28
- package/dist/StepController/StepControllerProgress.stories.js +0 -41
- package/dist/StepsProgress/StepsProgress.js +0 -95
- package/dist/StepsProgress/StepsProgress.stories.js +0 -23
- package/dist/StepsProgress/StepsProgress.styles.js +0 -97
- package/dist/StokrLoader/StokrLoader.js +0 -60
- package/dist/StokrLoader/media.js +0 -22
- package/dist/StokrLoader/stokr_loader_white_400x400.gif +0 -0
- package/dist/SvgIcons/AdminBadgeSvg.js +0 -16
- package/dist/SvgIcons/CameraSvg.js +0 -26
- package/dist/SvgIcons/CapsLockSvg.js +0 -21
- package/dist/SvgIcons/DocumentBackSvg.js +0 -25
- package/dist/SvgIcons/DocumentSmallSvg.js +0 -51
- package/dist/SvgIcons/DocumentSvg.js +0 -28
- package/dist/SvgIcons/Early.js +0 -14
- package/dist/SvgIcons/EthSvg.js +0 -30
- package/dist/SvgIcons/EurSvg.js +0 -16
- package/dist/SvgIcons/FaceScanIconSvg.js +0 -21
- package/dist/SvgIcons/FourSvg.js +0 -11
- package/dist/SvgIcons/Glassess.js +0 -19
- package/dist/SvgIcons/Icons_Badge.png +0 -0
- package/dist/SvgIcons/LogoSvg.js +0 -14
- package/dist/SvgIcons/OneSvg.js +0 -13
- package/dist/SvgIcons/PassportSvg.js +0 -46
- package/dist/SvgIcons/RefreshSvg.js +0 -17
- package/dist/SvgIcons/SocialFacebook.js +0 -15
- package/dist/SvgIcons/SocialInstagram.js +0 -15
- package/dist/SvgIcons/SocialLinkedIn.js +0 -15
- package/dist/SvgIcons/SocialMedium.js +0 -15
- package/dist/SvgIcons/SocialReddit.js +0 -15
- package/dist/SvgIcons/SocialTelegram.js +0 -15
- package/dist/SvgIcons/SocialTwitter.js +0 -15
- package/dist/SvgIcons/SocialYoutube.js +0 -15
- package/dist/SvgIcons/ThreeSvg.js +0 -10
- package/dist/SvgIcons/TwoSidedDocumentSvg.js +0 -72
- package/dist/SvgIcons/TwoSvg.js +0 -13
- package/dist/SvgIcons/UpdateDefaultSvg.js +0 -19
- package/dist/SvgIcons/UpdateHardSvg.js +0 -15
- package/dist/SvgIcons/UpdateSoftSvg.js +0 -17
- package/dist/SvgIcons/UploadSvg.js +0 -24
- package/dist/SvgIcons/VerifiedBadge.js +0 -13
- package/dist/SvgIcons/index.js +0 -32
- package/dist/Switch/Switch.js +0 -45
- package/dist/Switch/Switch.stories.js +0 -73
- package/dist/Switch/Switch.styles.js +0 -105
- package/dist/Tabs/Tabs.js +0 -48
- package/dist/Tabs/Tabs.stories.js +0 -28
- package/dist/Tabs/Tabs.styles.js +0 -11
- package/dist/TabsNav/TabNav.js +0 -21
- package/dist/TabsNav/TabNav.stories.js +0 -32
- package/dist/TabsNav/TabsNav.js +0 -23
- package/dist/TabsNav/TabsNav.stories.js +0 -25
- package/dist/TabsNav/TabsNav.styles.js +0 -80
- package/dist/TeamOverview/TeamOverview.js +0 -69
- package/dist/TeamOverview/TeamOverview.stories.js +0 -68
- package/dist/TeamOverview/TeamOverview.styles.js +0 -152
- package/dist/Text/Headline.js +0 -34
- package/dist/Text/Headline.stories.js +0 -40
- package/dist/Text/StyledText.js +0 -30
- package/dist/Text/Text.stories.js +0 -59
- package/dist/Text/Text.styles.js +0 -166
- package/dist/TextLink/TextLink.styles.js +0 -50
- package/dist/ToDoList/ToDoList.js +0 -172
- package/dist/ToDoList/ToDoList.stories.js +0 -123
- package/dist/ToDoList/ToDoList.styles.js +0 -115
- package/dist/ToDoList/ToDoListTask.js +0 -96
- package/dist/ToDoList/ToDoListTask.stories.js +0 -60
- package/dist/ToDoList/ToDoListTask.styles.js +0 -104
- package/dist/TransactionDetails/TransactionDetails.js +0 -27
- package/dist/TransactionDetails/TransactionDetails.stories.js +0 -47
- package/dist/TransactionDetails/TransactionDetails.styles.js +0 -31
- package/dist/TransactionInfo/TransactionInfo.js +0 -48
- package/dist/TransactionInfo/TransactionInfo.stories.js +0 -53
- package/dist/TransactionInfo/TransactionInfo.styles.js +0 -64
- package/dist/TwoFactorModal/TwoFactorModal.js +0 -84
- package/dist/breakdown/Breakdown.js +0 -124
- package/dist/breakdown/index.js +0 -2
- package/dist/context/Auth.js +0 -133
- package/dist/context/AuthContext.js +0 -154
- package/dist/icons/Arrow.js +0 -62
- package/dist/icons/Arrow.stories.js +0 -37
- package/dist/icons/ArrowSimple.js +0 -51
- package/dist/icons/ArrowSimple.stories.js +0 -41
- package/dist/icons/Check.js +0 -29
- package/dist/icons/Check.stories.js +0 -14
- package/dist/icons/Facebook.js +0 -15
- package/dist/icons/Facebook.stories.js +0 -15
- package/dist/icons/Info.js +0 -41
- package/dist/icons/Info.stories.js +0 -8
- package/dist/icons/Instagram.js +0 -15
- package/dist/icons/Instagram.stories.js +0 -15
- package/dist/icons/LinkIcon.js +0 -23
- package/dist/icons/LinkIcon.stories.js +0 -15
- package/dist/icons/LinkedIn.js +0 -29
- package/dist/icons/LinkedIn.stories.js +0 -8
- package/dist/icons/Medium.js +0 -28
- package/dist/icons/Medium.stories.js +0 -8
- package/dist/icons/Reddit.js +0 -18
- package/dist/icons/Reddit.stories.js +0 -15
- package/dist/icons/Share.js +0 -48
- package/dist/icons/Share.stories.js +0 -8
- package/dist/icons/Telegram.js +0 -28
- package/dist/icons/Telegram.stories.js +0 -8
- package/dist/icons/Twitter.js +0 -15
- package/dist/icons/Twitter.stories.js +0 -15
- package/dist/icons/X.js +0 -15
- package/dist/icons/X.stories.js +0 -8
- package/dist/icons/Youtube.js +0 -15
- package/dist/icons/Youtube.stories.js +0 -15
- package/dist/icons/index.js +0 -15
- package/dist/renderToBody/index.js +0 -2
- package/dist/renderToBody/renderToBody.js +0 -26
- package/dist/taxId/TaxId.stories.js +0 -31
- package/dist/taxId/complete.js +0 -21
- package/dist/taxId/flow.js +0 -31
- package/dist/taxId/index.js +0 -4
- package/dist/taxId/register-taxid.js +0 -156
- package/dist/video/Video.js +0 -274
- package/dist/video/Video.stories.js +0 -45
- package/dist/video/img/play-btn.svg +0 -1
- package/dist/video/index.js +0 -2
- package/public/favicon.ico +0 -0
- package/public/index.html +0 -43
- package/public/logo192.png +0 -0
- package/public/logo512.png +0 -0
- package/public/manifest.json +0 -25
- package/public/robots.txt +0 -3
|
@@ -0,0 +1,161 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
8
|
+
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
9
|
+
var _Button = _interopRequireDefault(require("components/Button/Button.styles"));
|
|
10
|
+
var _TransactionInfo = _interopRequireDefault(require("components/TransactionInfo/TransactionInfo"));
|
|
11
|
+
var _TransactionDetails = _interopRequireDefault(require("components/TransactionDetails/TransactionDetails"));
|
|
12
|
+
var _FAQ = _interopRequireDefault(require("components/FAQ/FAQ"));
|
|
13
|
+
var _SectionTitle = _interopRequireDefault(require("components/SectionTitle/SectionTitle.styles"));
|
|
14
|
+
var _ComponentWrapper = _interopRequireDefault(require("components/ComponentWrapper/ComponentWrapper.styles"));
|
|
15
|
+
var _ComponentScroll = _interopRequireDefault(require("components/ComponentScroll/ComponentScroll"));
|
|
16
|
+
var _Tabs = _interopRequireWildcard(require("components/Tabs/Tabs"));
|
|
17
|
+
var _Modal = require("components/Modal/Modal.styles");
|
|
18
|
+
var _hdd = _interopRequireDefault(require("static/images/hdd.png"));
|
|
19
|
+
var _styles = require("./_styles");
|
|
20
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
21
|
+
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); }
|
|
22
|
+
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; }
|
|
23
|
+
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); }
|
|
24
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
25
|
+
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); } }
|
|
26
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
27
|
+
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); }
|
|
28
|
+
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
29
|
+
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); }; }
|
|
30
|
+
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); }
|
|
31
|
+
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
32
|
+
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; } }
|
|
33
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
34
|
+
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; }
|
|
35
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
36
|
+
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); }
|
|
37
|
+
var SignSubTransactionLedger = /*#__PURE__*/function (_PureComponent) {
|
|
38
|
+
_inherits(SignSubTransactionLedger, _PureComponent);
|
|
39
|
+
var _super = _createSuper(SignSubTransactionLedger);
|
|
40
|
+
function SignSubTransactionLedger() {
|
|
41
|
+
var _this;
|
|
42
|
+
_classCallCheck(this, SignSubTransactionLedger);
|
|
43
|
+
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
44
|
+
args[_key] = arguments[_key];
|
|
45
|
+
}
|
|
46
|
+
_this = _super.call.apply(_super, [this].concat(args));
|
|
47
|
+
_defineProperty(_assertThisInitialized(_this), "state", {
|
|
48
|
+
step: 1
|
|
49
|
+
});
|
|
50
|
+
_defineProperty(_assertThisInitialized(_this), "onContinueClick", function () {
|
|
51
|
+
var changeStep = _this.props.changeStep;
|
|
52
|
+
changeStep && changeStep();
|
|
53
|
+
});
|
|
54
|
+
_defineProperty(_assertThisInitialized(_this), "setStep", function (step) {
|
|
55
|
+
_this.setState({
|
|
56
|
+
step: step
|
|
57
|
+
});
|
|
58
|
+
});
|
|
59
|
+
return _this;
|
|
60
|
+
}
|
|
61
|
+
_createClass(SignSubTransactionLedger, [{
|
|
62
|
+
key: "render",
|
|
63
|
+
value: function render() {
|
|
64
|
+
var _this2 = this;
|
|
65
|
+
var step = this.state.step;
|
|
66
|
+
return /*#__PURE__*/_react.default.createElement(_Modal.ModalWrapper, null, /*#__PURE__*/_react.default.createElement(_ComponentWrapper.default, null, /*#__PURE__*/_react.default.createElement(_SectionTitle.default, null, "Invest in TYKN")), /*#__PURE__*/_react.default.createElement(_ComponentScroll.default, null, /*#__PURE__*/_react.default.createElement(_ComponentWrapper.default, {
|
|
67
|
+
noPaddingVertical: true
|
|
68
|
+
}, /*#__PURE__*/_react.default.createElement(_styles.SignSubText, null, /*#__PURE__*/_react.default.createElement("h3", null, "Review & sign transaction"))), /*#__PURE__*/_react.default.createElement(_ComponentWrapper.default, {
|
|
69
|
+
noPaddingBottom: true,
|
|
70
|
+
center: true
|
|
71
|
+
}, /*#__PURE__*/_react.default.createElement("img", {
|
|
72
|
+
src: _hdd.default,
|
|
73
|
+
alt: "HDD"
|
|
74
|
+
})), /*#__PURE__*/_react.default.createElement(_Tabs.default, {
|
|
75
|
+
activeTab: step
|
|
76
|
+
}, /*#__PURE__*/_react.default.createElement(_Tabs.Tab, {
|
|
77
|
+
tabId: 1
|
|
78
|
+
}, /*#__PURE__*/_react.default.createElement(_ComponentWrapper.default, {
|
|
79
|
+
noPaddingBottom: true
|
|
80
|
+
}, /*#__PURE__*/_react.default.createElement(_styles.SignSubText, null, /*#__PURE__*/_react.default.createElement("p", null, 'Please review your transaction details below. Then press sign transaction and follow the instructions on your Ledger device.'))), /*#__PURE__*/_react.default.createElement(_ComponentWrapper.default, {
|
|
81
|
+
noPaddingBottom: true
|
|
82
|
+
}, /*#__PURE__*/_react.default.createElement(_TransactionInfo.default, {
|
|
83
|
+
value1: "1.00000000",
|
|
84
|
+
unit1: "ETH",
|
|
85
|
+
name1: "Ethereum01",
|
|
86
|
+
owner1: "(you)",
|
|
87
|
+
address1: "0x1CC31c07710B7A6b75dE2DEeCB0d6A63B58A67C0",
|
|
88
|
+
value2: "150.000000",
|
|
89
|
+
unit2: "TYK",
|
|
90
|
+
name2: "TYKN",
|
|
91
|
+
owner2: "",
|
|
92
|
+
address2: "0x1CC31c07710B7A6b75dE2DEeCB0d6A63B58A67C0"
|
|
93
|
+
}), /*#__PURE__*/_react.default.createElement(_TransactionDetails.default, {
|
|
94
|
+
data: [{
|
|
95
|
+
label: 'account balance',
|
|
96
|
+
value: '15.000000000 ETH',
|
|
97
|
+
valueInfo: '(before investment)'
|
|
98
|
+
}, {
|
|
99
|
+
label: 'gas limit',
|
|
100
|
+
value: '21000'
|
|
101
|
+
}, {
|
|
102
|
+
label: 'gas price',
|
|
103
|
+
value: '41 GWEI (0.0000000041 ETH)'
|
|
104
|
+
}, {
|
|
105
|
+
label: 'max tx fee',
|
|
106
|
+
value: '0.000861 ETH (861000 GWEI)'
|
|
107
|
+
}]
|
|
108
|
+
})), /*#__PURE__*/_react.default.createElement(_ComponentWrapper.default, {
|
|
109
|
+
center: true
|
|
110
|
+
}, /*#__PURE__*/_react.default.createElement(_Button.default, {
|
|
111
|
+
minWidth: "240px",
|
|
112
|
+
onClick: function onClick() {
|
|
113
|
+
_this2.setStep(2);
|
|
114
|
+
}
|
|
115
|
+
}, "Sign transaction"))), /*#__PURE__*/_react.default.createElement(_Tabs.Tab, {
|
|
116
|
+
tabId: 2
|
|
117
|
+
}, /*#__PURE__*/_react.default.createElement(_ComponentWrapper.default, {
|
|
118
|
+
noPaddingBottom: true
|
|
119
|
+
}, /*#__PURE__*/_react.default.createElement(_styles.SignSubText, null, /*#__PURE__*/_react.default.createElement("p", null, 'STOKR couldn’t sign the transaction, please try again.'))), /*#__PURE__*/_react.default.createElement(_ComponentWrapper.default, {
|
|
120
|
+
noPaddingBottom: true
|
|
121
|
+
}, /*#__PURE__*/_react.default.createElement(_TransactionInfo.default, {
|
|
122
|
+
value1: "1.00000000",
|
|
123
|
+
unit1: "ETH",
|
|
124
|
+
name1: "Ethereum01",
|
|
125
|
+
owner1: "(you)",
|
|
126
|
+
address1: "0x1CC31c07710B7A6b75dE2DEeCB0d6A63B58A67C0",
|
|
127
|
+
value2: "150.000000",
|
|
128
|
+
unit2: "TYK",
|
|
129
|
+
name2: "TYKN",
|
|
130
|
+
owner2: "",
|
|
131
|
+
address2: "0x1CC31c07710B7A6b75dE2DEeCB0d6A63B58A67C0"
|
|
132
|
+
}), /*#__PURE__*/_react.default.createElement(_TransactionDetails.default, {
|
|
133
|
+
data: [{
|
|
134
|
+
label: 'account balance',
|
|
135
|
+
value: '15.000000000 ETH',
|
|
136
|
+
valueInfo: '(before investment)'
|
|
137
|
+
}, {
|
|
138
|
+
label: 'gas limit',
|
|
139
|
+
value: '21000'
|
|
140
|
+
}, {
|
|
141
|
+
label: 'gas price',
|
|
142
|
+
value: '41 GWEI (0.0000000041 ETH)'
|
|
143
|
+
}, {
|
|
144
|
+
label: 'max tx fee',
|
|
145
|
+
value: '0.000861 ETH (861000 GWEI)'
|
|
146
|
+
}]
|
|
147
|
+
})), /*#__PURE__*/_react.default.createElement(_ComponentWrapper.default, {
|
|
148
|
+
center: true
|
|
149
|
+
}, /*#__PURE__*/_react.default.createElement(_Button.default, {
|
|
150
|
+
minWidth: "240px",
|
|
151
|
+
onClick: this.onContinueClick
|
|
152
|
+
}, "Try again"))))));
|
|
153
|
+
}
|
|
154
|
+
}]);
|
|
155
|
+
return SignSubTransactionLedger;
|
|
156
|
+
}(_react.PureComponent);
|
|
157
|
+
SignSubTransactionLedger.propTypes = {
|
|
158
|
+
changeStep: _propTypes.default.func.isRequired
|
|
159
|
+
};
|
|
160
|
+
var _default = SignSubTransactionLedger;
|
|
161
|
+
exports.default = _default;
|
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = 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 _Button = _interopRequireDefault(require("components/Button/Button.styles"));
|
|
12
|
+
var _TransactionInfo = _interopRequireDefault(require("components/TransactionInfo/TransactionInfo"));
|
|
13
|
+
var _TransactionDetails = _interopRequireDefault(require("components/TransactionDetails/TransactionDetails"));
|
|
14
|
+
var _Form = _interopRequireDefault(require("components/Form/Form"));
|
|
15
|
+
var _FAQ = _interopRequireDefault(require("components/FAQ/FAQ"));
|
|
16
|
+
var _SectionTitle = _interopRequireDefault(require("components/SectionTitle/SectionTitle.styles"));
|
|
17
|
+
var _ComponentWrapper = _interopRequireDefault(require("components/ComponentWrapper/ComponentWrapper.styles"));
|
|
18
|
+
var _ComponentScroll = _interopRequireDefault(require("components/ComponentScroll/ComponentScroll"));
|
|
19
|
+
var _AgreementItem = _interopRequireDefault(require("components/AgreementItem/AgreementItem"));
|
|
20
|
+
var _Modal = require("components/Modal/Modal.styles");
|
|
21
|
+
var _styles = require("./_styles");
|
|
22
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
23
|
+
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); }
|
|
24
|
+
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; }
|
|
25
|
+
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); }
|
|
26
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
27
|
+
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); } }
|
|
28
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
29
|
+
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); }
|
|
30
|
+
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
31
|
+
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); }; }
|
|
32
|
+
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); }
|
|
33
|
+
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
34
|
+
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; } }
|
|
35
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
36
|
+
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; }
|
|
37
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
38
|
+
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); }
|
|
39
|
+
var SignSubTransactionMetamask = /*#__PURE__*/function (_PureComponent) {
|
|
40
|
+
_inherits(SignSubTransactionMetamask, _PureComponent);
|
|
41
|
+
var _super = _createSuper(SignSubTransactionMetamask);
|
|
42
|
+
function SignSubTransactionMetamask() {
|
|
43
|
+
var _this;
|
|
44
|
+
_classCallCheck(this, SignSubTransactionMetamask);
|
|
45
|
+
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
46
|
+
args[_key] = arguments[_key];
|
|
47
|
+
}
|
|
48
|
+
_this = _super.call.apply(_super, [this].concat(args));
|
|
49
|
+
_defineProperty(_assertThisInitialized(_this), "initialValues", {
|
|
50
|
+
paying: false,
|
|
51
|
+
token: false,
|
|
52
|
+
send: false
|
|
53
|
+
});
|
|
54
|
+
_defineProperty(_assertThisInitialized(_this), "validationSchema", Yup.object().shape({
|
|
55
|
+
paying: Yup.bool().oneOf([true], 'Agree is required'),
|
|
56
|
+
token: Yup.bool().oneOf([true], 'Agree is required'),
|
|
57
|
+
send: Yup.bool().oneOf([true], 'Agree is required')
|
|
58
|
+
}));
|
|
59
|
+
_defineProperty(_assertThisInitialized(_this), "onSubmit", function () {
|
|
60
|
+
var changeStep = _this.props.changeStep;
|
|
61
|
+
changeStep();
|
|
62
|
+
});
|
|
63
|
+
return _this;
|
|
64
|
+
}
|
|
65
|
+
_createClass(SignSubTransactionMetamask, [{
|
|
66
|
+
key: "render",
|
|
67
|
+
value: function render() {
|
|
68
|
+
return /*#__PURE__*/_react.default.createElement(_Modal.ModalWrapper, null, /*#__PURE__*/_react.default.createElement(_ComponentWrapper.default, null, /*#__PURE__*/_react.default.createElement(_SectionTitle.default, null, "Invest in TYKN")), /*#__PURE__*/_react.default.createElement(_ComponentScroll.default, null, /*#__PURE__*/_react.default.createElement(_ComponentWrapper.default, {
|
|
69
|
+
noPaddingVertical: true
|
|
70
|
+
}, /*#__PURE__*/_react.default.createElement(_styles.SignSubText, null, /*#__PURE__*/_react.default.createElement("h3", null, "Confirm transaction"), /*#__PURE__*/_react.default.createElement("p", null, 'To sign and send your transaction, please read and agree with all terms, then click ‘Confirm transaction’. After that you’re able to review the transaction details in Metamask and send the transaction to finalize the investment.'))), /*#__PURE__*/_react.default.createElement(_ComponentWrapper.default, {
|
|
71
|
+
noPaddingBottom: true
|
|
72
|
+
}, /*#__PURE__*/_react.default.createElement(_TransactionInfo.default, {
|
|
73
|
+
value1: "1.00000000",
|
|
74
|
+
unit1: "ETH",
|
|
75
|
+
name1: "Ethereum01",
|
|
76
|
+
owner1: "(you)",
|
|
77
|
+
address1: "0x1CC31c07710B7A6b75dE2DEeCB0d6A63B58A67C0",
|
|
78
|
+
value2: "150.000000",
|
|
79
|
+
unit2: "TYK",
|
|
80
|
+
name2: "TYKN",
|
|
81
|
+
owner2: "",
|
|
82
|
+
address2: "0x1CC31c07710B7A6b75dE2DEeCB0d6A63B58A67C0"
|
|
83
|
+
}), /*#__PURE__*/_react.default.createElement(_TransactionDetails.default, {
|
|
84
|
+
data: [{
|
|
85
|
+
label: 'account balance',
|
|
86
|
+
value: '15.000000000 ETH',
|
|
87
|
+
valueInfo: '(before investment)'
|
|
88
|
+
}, {
|
|
89
|
+
label: 'gas limit',
|
|
90
|
+
value: '21000'
|
|
91
|
+
}, {
|
|
92
|
+
label: 'gas price',
|
|
93
|
+
value: '41 GWEI (0.0000000041 ETH)'
|
|
94
|
+
}, {
|
|
95
|
+
label: 'max tx fee',
|
|
96
|
+
value: '0.000861 ETH (861000 GWEI)'
|
|
97
|
+
}]
|
|
98
|
+
})), /*#__PURE__*/_react.default.createElement(_ComponentWrapper.default, null, /*#__PURE__*/_react.default.createElement(_SectionTitle.default, null, "Important")), /*#__PURE__*/_react.default.createElement(_formik.Formik, {
|
|
99
|
+
initialValues: this.initialValues,
|
|
100
|
+
validationSchema: this.validationSchema,
|
|
101
|
+
onSubmit: this.onSubmit
|
|
102
|
+
}, function (_ref) {
|
|
103
|
+
var values = _ref.values,
|
|
104
|
+
handleChange = _ref.handleChange,
|
|
105
|
+
handleBlur = _ref.handleBlur;
|
|
106
|
+
var submitDisabled = !values.paying || !values.token || !values.send;
|
|
107
|
+
return /*#__PURE__*/_react.default.createElement(_Form.default, null, /*#__PURE__*/_react.default.createElement(_ComponentWrapper.default, {
|
|
108
|
+
noPaddingTop: true
|
|
109
|
+
}, /*#__PURE__*/_react.default.createElement(_AgreementItem.default, {
|
|
110
|
+
text: "By clicking \u2018Confirm transaction\u2019 I agree with the <VentureName> token terms & STOKR terms.",
|
|
111
|
+
checkbox: {
|
|
112
|
+
id: 'token',
|
|
113
|
+
name: 'token',
|
|
114
|
+
text: 'I agree',
|
|
115
|
+
value: 'agree',
|
|
116
|
+
onChange: handleChange,
|
|
117
|
+
onBlur: handleBlur,
|
|
118
|
+
checked: values.token
|
|
119
|
+
},
|
|
120
|
+
info: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in arcu sit amet justo suscipit convallis eu eu nibh. Morbi faucibus eros ut lacinia viverra. Cras volutpat molestie diam, non scelerisque tellus ultrices in. Etiam justo mauris, pretium eu scelerisque eu, interdum at orci. Ut mollis nisi sit amet dolor fringilla, a pretium est congue. Integer convallis id sem eu mattis. Aenean tellus odio, fringilla quis varius quis, auctor sit amet neque. Cras non felis mattis, imperdiet eros non, suscipit enim. Vestibulum luctus, dui vel bibendum ultrices, est turpis placerat est, non volutpat ante ligula vel lacus."
|
|
121
|
+
})), /*#__PURE__*/_react.default.createElement(_ComponentWrapper.default, {
|
|
122
|
+
noPaddingTop: true
|
|
123
|
+
}, /*#__PURE__*/_react.default.createElement(_AgreementItem.default, {
|
|
124
|
+
text: "By clicking 'Confirm transaction\u2019 I agree with paying \u20AC 500,- for 1000 <VentureName> Tokens.",
|
|
125
|
+
checkbox: {
|
|
126
|
+
id: 'paying',
|
|
127
|
+
name: 'paying',
|
|
128
|
+
text: 'I agree',
|
|
129
|
+
value: 'agree',
|
|
130
|
+
onChange: handleChange,
|
|
131
|
+
onBlur: handleBlur,
|
|
132
|
+
checked: values.paying
|
|
133
|
+
},
|
|
134
|
+
info: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in arcu sit amet justo suscipit convallis eu eu nibh. Morbi faucibus eros ut lacinia viverra. Cras volutpat molestie diam, non scelerisque tellus ultrices in. Etiam justo mauris, pretium eu scelerisque eu, interdum at orci. Ut mollis nisi sit amet dolor fringilla, a pretium est congue. Integer convallis id sem eu mattis. Aenean tellus odio, fringilla quis varius quis, auctor sit amet neque. Cras non felis mattis, imperdiet eros non, suscipit enim. Vestibulum luctus, dui vel bibendum ultrices, est turpis placerat est, non volutpat ante ligula vel lacus."
|
|
135
|
+
})), /*#__PURE__*/_react.default.createElement(_ComponentWrapper.default, {
|
|
136
|
+
noPaddingTop: true
|
|
137
|
+
}, /*#__PURE__*/_react.default.createElement(_AgreementItem.default, {
|
|
138
|
+
text: "After clicking \u2018Confirm transaction\u2019 I\u2019ll click \u2018Confirm\u2019 in the MetaMask popup in order to send the transaction and finalize the investment.",
|
|
139
|
+
checkbox: {
|
|
140
|
+
id: 'send',
|
|
141
|
+
name: 'send',
|
|
142
|
+
text: 'I agree',
|
|
143
|
+
value: 'agree',
|
|
144
|
+
onChange: handleChange,
|
|
145
|
+
onBlur: handleBlur,
|
|
146
|
+
checked: values.send
|
|
147
|
+
},
|
|
148
|
+
info: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras in arcu sit amet justo suscipit convallis eu eu nibh. Morbi faucibus eros ut lacinia viverra. Cras volutpat molestie diam, non scelerisque tellus ultrices in. Etiam justo mauris, pretium eu scelerisque eu, interdum at orci. Ut mollis nisi sit amet dolor fringilla, a pretium est congue. Integer convallis id sem eu mattis. Aenean tellus odio, fringilla quis varius quis, auctor sit amet neque. Cras non felis mattis, imperdiet eros non, suscipit enim. Vestibulum luctus, dui vel bibendum ultrices, est turpis placerat est, non volutpat ante ligula vel lacus."
|
|
149
|
+
})), /*#__PURE__*/_react.default.createElement(_ComponentWrapper.default, {
|
|
150
|
+
noPaddingTop: true,
|
|
151
|
+
center: true
|
|
152
|
+
}, /*#__PURE__*/_react.default.createElement(_Button.default, {
|
|
153
|
+
type: "submit",
|
|
154
|
+
minWidth: "240px",
|
|
155
|
+
disabled: submitDisabled
|
|
156
|
+
}, "Confirm transaction")));
|
|
157
|
+
})));
|
|
158
|
+
}
|
|
159
|
+
}]);
|
|
160
|
+
return SignSubTransactionMetamask;
|
|
161
|
+
}(_react.PureComponent);
|
|
162
|
+
SignSubTransactionMetamask.propTypes = {
|
|
163
|
+
changeStep: _propTypes.default.func.isRequired
|
|
164
|
+
};
|
|
165
|
+
var _default = SignSubTransactionMetamask;
|
|
166
|
+
exports.default = _default;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.SignSubWrapper = exports.SignSubText = exports.SignSubStep = exports.SignSubInfo = exports.NumberWithTitle = void 0;
|
|
7
|
+
var _styledComponents = _interopRequireDefault(require("styled-components"));
|
|
8
|
+
var _grid = _interopRequireDefault(require("styles/grid"));
|
|
9
|
+
var _rwd = _interopRequireDefault(require("styles/rwd"));
|
|
10
|
+
var _Text = _interopRequireDefault(require("components/Text/Text.styles"));
|
|
11
|
+
var _theme = _interopRequireDefault(require("styles/theme"));
|
|
12
|
+
var _templateObject, _templateObject2, _templateObject3, _templateObject4;
|
|
13
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
14
|
+
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
|
|
15
|
+
var SignSubStep = _styledComponents.default.div.withConfig({
|
|
16
|
+
displayName: "_styles__SignSubStep",
|
|
17
|
+
componentId: "sc-1kpm9cx-0"
|
|
18
|
+
})(["position:relative;height:100%;"]);
|
|
19
|
+
exports.SignSubStep = SignSubStep;
|
|
20
|
+
var SignSubWrapper = _styledComponents.default.div.withConfig({
|
|
21
|
+
displayName: "_styles__SignSubWrapper",
|
|
22
|
+
componentId: "sc-1kpm9cx-1"
|
|
23
|
+
})(["position:relative;padding:40px ", ";", " ", ""], (0, _grid.default)(1), _rwd.default.Medium(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n padding: 53px ", ";\n "])), (0, _grid.default)(0.5, 8)), _rwd.default.XLarge(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n padding: 53px ", ";\n "])), (0, _grid.default)(0.5, 6)));
|
|
24
|
+
exports.SignSubWrapper = SignSubWrapper;
|
|
25
|
+
var SignSubInfo = _styledComponents.default.div.withConfig({
|
|
26
|
+
displayName: "_styles__SignSubInfo",
|
|
27
|
+
componentId: "sc-1kpm9cx-2"
|
|
28
|
+
})(["font-family:'Open Sans';font-weight:300;font-size:9px;line-height:1.78em;letter-spacing:0.4px;color:", ";opacity:0.5;", " ", " a{text-decoration:underline;transition:color 0.2s;&:hover{color:", ";}}"], function (props) {
|
|
29
|
+
return _theme.default.cBlack;
|
|
30
|
+
}, function (props) {
|
|
31
|
+
return props.center && 'text-align: center;';
|
|
32
|
+
}, _rwd.default.Large(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n font-size: 12px;\n "]))), function (props) {
|
|
33
|
+
return _theme.default.cPrimary;
|
|
34
|
+
});
|
|
35
|
+
exports.SignSubInfo = SignSubInfo;
|
|
36
|
+
var NumberWithTitle = _styledComponents.default.div.withConfig({
|
|
37
|
+
displayName: "_styles__NumberWithTitle",
|
|
38
|
+
componentId: "sc-1kpm9cx-3"
|
|
39
|
+
})(["line-height:24px;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding-bottom:18px;"]);
|
|
40
|
+
exports.NumberWithTitle = NumberWithTitle;
|
|
41
|
+
var SignSubText = (0, _styledComponents.default)(_Text.default).withConfig({
|
|
42
|
+
displayName: "_styles__SignSubText",
|
|
43
|
+
componentId: "sc-1kpm9cx-4"
|
|
44
|
+
})(["p{", "}"], _rwd.default.Medium(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["\n font-size: 16px;\n "]))));
|
|
45
|
+
exports.SignSubText = SignSubText;
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "SignSubConnectLedger", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _SignSubConnectLedger.default;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
Object.defineProperty(exports, "SignSubConnectMetamask", {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function get() {
|
|
15
|
+
return _SignSubConnectMetamask.default;
|
|
16
|
+
}
|
|
17
|
+
});
|
|
18
|
+
Object.defineProperty(exports, "SignSubInfo", {
|
|
19
|
+
enumerable: true,
|
|
20
|
+
get: function get() {
|
|
21
|
+
return _styles.SignSubInfo;
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
|
+
Object.defineProperty(exports, "SignSubIntro", {
|
|
25
|
+
enumerable: true,
|
|
26
|
+
get: function get() {
|
|
27
|
+
return _SignSubIntro.default;
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
Object.defineProperty(exports, "SignSubSendLedger", {
|
|
31
|
+
enumerable: true,
|
|
32
|
+
get: function get() {
|
|
33
|
+
return _SignSubSendLedger.default;
|
|
34
|
+
}
|
|
35
|
+
});
|
|
36
|
+
Object.defineProperty(exports, "SignSubSendMetamask", {
|
|
37
|
+
enumerable: true,
|
|
38
|
+
get: function get() {
|
|
39
|
+
return _SignSubSendMetamask.default;
|
|
40
|
+
}
|
|
41
|
+
});
|
|
42
|
+
Object.defineProperty(exports, "SignSubStep", {
|
|
43
|
+
enumerable: true,
|
|
44
|
+
get: function get() {
|
|
45
|
+
return _styles.SignSubStep;
|
|
46
|
+
}
|
|
47
|
+
});
|
|
48
|
+
Object.defineProperty(exports, "SignSubTransactionLedger", {
|
|
49
|
+
enumerable: true,
|
|
50
|
+
get: function get() {
|
|
51
|
+
return _SignSubTransactionLedger.default;
|
|
52
|
+
}
|
|
53
|
+
});
|
|
54
|
+
Object.defineProperty(exports, "SignSubTransactionMetamask", {
|
|
55
|
+
enumerable: true,
|
|
56
|
+
get: function get() {
|
|
57
|
+
return _SignSubTransactionMetamask.default;
|
|
58
|
+
}
|
|
59
|
+
});
|
|
60
|
+
Object.defineProperty(exports, "SignSubWrapper", {
|
|
61
|
+
enumerable: true,
|
|
62
|
+
get: function get() {
|
|
63
|
+
return _styles.SignSubWrapper;
|
|
64
|
+
}
|
|
65
|
+
});
|
|
66
|
+
var _SignSubIntro = _interopRequireDefault(require("./SignSubIntro"));
|
|
67
|
+
var _SignSubConnectLedger = _interopRequireDefault(require("./SignSubConnectLedger"));
|
|
68
|
+
var _SignSubConnectMetamask = _interopRequireDefault(require("./SignSubConnectMetamask"));
|
|
69
|
+
var _SignSubTransactionLedger = _interopRequireDefault(require("./SignSubTransactionLedger"));
|
|
70
|
+
var _SignSubTransactionMetamask = _interopRequireDefault(require("./SignSubTransactionMetamask"));
|
|
71
|
+
var _SignSubSendLedger = _interopRequireDefault(require("./SignSubSendLedger"));
|
|
72
|
+
var _SignSubSendMetamask = _interopRequireDefault(require("./SignSubSendMetamask"));
|
|
73
|
+
var _styles = require("./_styles");
|
|
74
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = exports.Slider = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
9
|
+
var _reactSlick = _interopRequireDefault(require("react-slick"));
|
|
10
|
+
require("slick-carousel/slick/slick.css");
|
|
11
|
+
require("slick-carousel/slick/slick-theme.css");
|
|
12
|
+
var _Slider = require("./Slider.styles");
|
|
13
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
14
|
+
var Slider = function Slider(_ref) {
|
|
15
|
+
var children = _ref.children,
|
|
16
|
+
autoplay = _ref.autoplay,
|
|
17
|
+
dots = _ref.dots,
|
|
18
|
+
arrows = _ref.arrows,
|
|
19
|
+
infinite = _ref.infinite,
|
|
20
|
+
_ref$rtl = _ref.rtl,
|
|
21
|
+
rtl = _ref$rtl === void 0 ? false : _ref$rtl;
|
|
22
|
+
var settings = {
|
|
23
|
+
dots: dots,
|
|
24
|
+
arrows: arrows,
|
|
25
|
+
infinite: infinite,
|
|
26
|
+
speed: 600,
|
|
27
|
+
autoplay: !!autoplay,
|
|
28
|
+
autoplaySpeed: autoplay,
|
|
29
|
+
slidesToShow: 1,
|
|
30
|
+
slidesToScroll: 1,
|
|
31
|
+
rtl: rtl
|
|
32
|
+
};
|
|
33
|
+
return /*#__PURE__*/_react.default.createElement(_Slider.WrapperSlider, null, /*#__PURE__*/_react.default.createElement(_reactSlick.default, settings, children));
|
|
34
|
+
};
|
|
35
|
+
exports.Slider = Slider;
|
|
36
|
+
Slider.propTypes = {
|
|
37
|
+
children: _propTypes.default.node.isRequired,
|
|
38
|
+
autoplay: _propTypes.default.number,
|
|
39
|
+
dots: _propTypes.default.bool,
|
|
40
|
+
arrows: _propTypes.default.bool,
|
|
41
|
+
infinite: _propTypes.default.bool
|
|
42
|
+
};
|
|
43
|
+
Slider.defaultProps = {
|
|
44
|
+
autoplay: 0,
|
|
45
|
+
dots: false,
|
|
46
|
+
arrows: false,
|
|
47
|
+
infinite: true
|
|
48
|
+
};
|
|
49
|
+
var _default = Slider; //rtl is reverse motion direction
|
|
50
|
+
exports.default = _default;
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = exports.SliderActiveRtl = exports.SliderActive = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _Slider = require("./Slider");
|
|
9
|
+
var _ComponentWrapper = require("../ComponentWrapper/ComponentWrapper.styles");
|
|
10
|
+
var _index = require("index");
|
|
11
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
12
|
+
var _default = {
|
|
13
|
+
title: 'Components Library/Slider',
|
|
14
|
+
component: _Slider.Slider,
|
|
15
|
+
argTypes: {
|
|
16
|
+
children: {
|
|
17
|
+
type: 'node',
|
|
18
|
+
defaultValue: [],
|
|
19
|
+
required: true
|
|
20
|
+
},
|
|
21
|
+
autoplay: {
|
|
22
|
+
type: 'number',
|
|
23
|
+
defaultValue: 0
|
|
24
|
+
},
|
|
25
|
+
dots: {
|
|
26
|
+
type: 'boolean',
|
|
27
|
+
defaultValue: false
|
|
28
|
+
},
|
|
29
|
+
arrows: {
|
|
30
|
+
type: 'boolean',
|
|
31
|
+
defaultValue: false
|
|
32
|
+
},
|
|
33
|
+
infinite: {
|
|
34
|
+
type: 'boolean',
|
|
35
|
+
defaultValue: true
|
|
36
|
+
},
|
|
37
|
+
rtl: {
|
|
38
|
+
type: 'boolean',
|
|
39
|
+
defaultValue: false
|
|
40
|
+
},
|
|
41
|
+
settings: [{}]
|
|
42
|
+
}
|
|
43
|
+
}; // const Template = ({ numberOfChildren, args }) => (
|
|
44
|
+
// <Wrapper>
|
|
45
|
+
// <Slider {...args}>
|
|
46
|
+
// {[...Array(numberOfChildren).keys].map(n => ({ children }))}
|
|
47
|
+
// </Slider>
|
|
48
|
+
// </Wrapper>
|
|
49
|
+
// )
|
|
50
|
+
exports.default = _default;
|
|
51
|
+
var Template = function Template(args) {
|
|
52
|
+
return /*#__PURE__*/_react.default.createElement(_ComponentWrapper.ComponentWrapper, null, /*#__PURE__*/_react.default.createElement(_Slider.Slider, args));
|
|
53
|
+
};
|
|
54
|
+
var SliderActive = Template.bind({});
|
|
55
|
+
exports.SliderActive = SliderActive;
|
|
56
|
+
SliderActive.args = {
|
|
57
|
+
children: [/*#__PURE__*/_react.default.createElement(_index.Number, null), /*#__PURE__*/_react.default.createElement(_index.Number, null), /*#__PURE__*/_react.default.createElement(_index.Number, null)],
|
|
58
|
+
autoplay: 3,
|
|
59
|
+
dots: true,
|
|
60
|
+
arrows: true
|
|
61
|
+
};
|
|
62
|
+
var SliderActiveRtl = Template.bind({});
|
|
63
|
+
exports.SliderActiveRtl = SliderActiveRtl;
|
|
64
|
+
SliderActiveRtl.args = {
|
|
65
|
+
children: [/*#__PURE__*/_react.default.createElement(_index.Number, null), /*#__PURE__*/_react.default.createElement(_index.Number, null), /*#__PURE__*/_react.default.createElement(_index.Number, null)],
|
|
66
|
+
autoplay: 3,
|
|
67
|
+
dots: true,
|
|
68
|
+
arrows: true,
|
|
69
|
+
rtl: true
|
|
70
|
+
};
|
|
71
|
+
|
|
72
|
+
//doublecheck:
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.WrapperSlider = exports.ImageSlideWrapper = exports.ImageSlide = void 0;
|
|
7
|
+
var _styledComponents = _interopRequireDefault(require("styled-components"));
|
|
8
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
9
|
+
var WrapperSlider = _styledComponents.default.div.withConfig({
|
|
10
|
+
displayName: "Sliderstyles__WrapperSlider",
|
|
11
|
+
componentId: "sc-t5slmz-0"
|
|
12
|
+
})(["height:100%;.slick-list{z-index:0;}.slick-arrow{z-index:1;width:24px;height:24px;&.slick-prev,&.slick-next{&:before{font-family:'Ionicons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:20px;line-height:24px;text-align:center;text-shadow:0 0 4px 0 rgba(0,0,0,0.2);opacity:1;color:#fff;transition:color 0.2s;}&:hover{&:before{color:#0050ca;}}}&.slick-prev{left:4px;&:before{content:'\f3cf';}}&.slick-next{right:4px;&:before{content:'\f3d1';}}}.slick-dots{z-index:1;height:auto;bottom:4px;li{display:inline-block;width:24px;height:24px;margin:0;button{display:block;padding:8px;width:24px;height:24px;&:before{position:relative;content:'';display:block;width:8px;height:8px;border-radius:4px;background-color:#fff;opacity:1;box-shadow:0 0 4px 0 rgba(0,0,0,0.2);transition:background-color 0.2s;}&:hover{&:before{background-color:#0050ca;}}}&.slick-active{button{&:before{background-color:#ee220d;}}}}}"]);
|
|
13
|
+
exports.WrapperSlider = WrapperSlider;
|
|
14
|
+
var ImageSlide = _styledComponents.default.img.withConfig({
|
|
15
|
+
displayName: "Sliderstyles__ImageSlide",
|
|
16
|
+
componentId: "sc-t5slmz-1"
|
|
17
|
+
})(["width:100%;height:100%;object-fit:cover;object-position:center center;"]);
|
|
18
|
+
exports.ImageSlide = ImageSlide;
|
|
19
|
+
var ImageSlideWrapper = _styledComponents.default.div.withConfig({
|
|
20
|
+
displayName: "Sliderstyles__ImageSlideWrapper",
|
|
21
|
+
componentId: "sc-t5slmz-2"
|
|
22
|
+
})(["height:193px;position:relative;"]);
|
|
23
|
+
exports.ImageSlideWrapper = ImageSlideWrapper;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.SpanButton = void 0;
|
|
7
|
+
var _styledComponents = _interopRequireDefault(require("styled-components"));
|
|
8
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
9
|
+
var SpanButton = _styledComponents.default.span.withConfig({
|
|
10
|
+
displayName: "SpanButtonstyles__SpanButton",
|
|
11
|
+
componentId: "sc-1ktf7ep-0"
|
|
12
|
+
})(["color:#0050ca;cursor:pointer;font-weight:400;", " &:hover{color:#202020;}"], function (props) {
|
|
13
|
+
return props.urlLink && "\n text-decoration: underline;\n ";
|
|
14
|
+
});
|
|
15
|
+
exports.SpanButton = SpanButton;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = exports.StatusBadge = void 0;
|
|
7
|
+
var _styledComponents = _interopRequireDefault(require("styled-components"));
|
|
8
|
+
var _theme = _interopRequireDefault(require("styles/theme"));
|
|
9
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
10
|
+
var StatusBadge = _styledComponents.default.div.withConfig({
|
|
11
|
+
displayName: "StatusBadgestyles__StatusBadge",
|
|
12
|
+
componentId: "sc-ffsxx0-0"
|
|
13
|
+
})(["display:inline-block;vertical-align:top;padding:0px 16px;background-color:", ";color:", ";font-weight:600;font-size:8px;letter-spacing:1.78px;line-height:16px;border-radius:8px;margin-left:12px;"], function (props) {
|
|
14
|
+
return _theme.default.cBlack;
|
|
15
|
+
}, function (props) {
|
|
16
|
+
return _theme.default.cWhite;
|
|
17
|
+
});
|
|
18
|
+
exports.StatusBadge = StatusBadge;
|
|
19
|
+
var _default = StatusBadge;
|
|
20
|
+
exports.default = _default;
|