@stokr/components-library 2.3.58-beta.6 → 2.3.58-beta.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/dist/api/StokrWeb3.js +3 -3
- package/dist/api/auth.js +16 -53
- package/dist/api/fetchData.js +26 -66
- package/dist/api/fetchDataPublic.js +20 -57
- package/dist/components/2FA/Connect2FA.js +10 -11
- package/dist/components/2FA/EnterCode.js +32 -30
- package/dist/components/2FA/EnterCode.stories.js +4 -8
- package/dist/components/2FA/InstallAuthApp.js +8 -9
- package/dist/components/2FA/ResetCode.js +11 -12
- package/dist/components/2FA/Sucess2FA.js +12 -16
- package/dist/components/2FA/disable-2fa-flow.js +53 -104
- package/dist/components/2FA/disable-2fa-flow.stories.js +4 -8
- package/dist/components/2FA/enable-2fa-flow.js +73 -144
- package/dist/components/2FA/enable-2fa-flow.stories.js +4 -8
- package/dist/components/2FA/index.js +9 -9
- package/dist/components/2FA/login-with-otp-flow.js +126 -206
- package/dist/components/2FA/login-with-otp-flow.stories.js +4 -8
- package/dist/components/2FA/main-flow.js +70 -144
- package/dist/components/2FA/main-flow.stories.js +4 -8
- package/dist/components/AccountBalance/AccountBalance.js +14 -13
- package/dist/components/AccountBalance/AccountBalance.stories.js +6 -12
- package/dist/components/AccountBalance/AccountBalance.styles.js +9 -17
- package/dist/components/AdminDashboard/Table/ReactTable.js +77 -84
- package/dist/components/AdminDashboard/Table/ReactTable.stories.js +87 -63
- package/dist/components/AdminDashboard/Table/ReactTableWrapper.js +24 -30
- package/dist/components/AdminDashboard/Table/Table.js +88 -123
- package/dist/components/AdminDashboard/Table/Table.styles.js +28 -90
- package/dist/components/AgreementItem/AgreementItem.js +10 -11
- package/dist/components/AgreementItem/AgreementItem.stories.js +5 -10
- package/dist/components/AgreementItem/AgreementItem.styles.js +8 -12
- package/dist/components/AnalyticGraphs/Analytic.js +504 -743
- package/dist/components/AnalyticGraphs/Analytic.styles.js +14 -26
- package/dist/components/BackButton/BackButton.js +9 -10
- package/dist/components/BackButton/BackButton.stories.js +4 -8
- package/dist/components/BackButton/BackButton.styles.js +13 -51
- package/dist/components/Background/Background.js +12 -11
- package/dist/components/Background/Background.stories.js +8 -14
- package/dist/components/Background/Background.styles.js +17 -33
- package/dist/components/BarChart/BarChart.js +138 -181
- package/dist/components/BarChart/BarChart.stories.js +5 -10
- package/dist/components/BarChart/BarChart.styles.js +8 -15
- package/dist/components/BarChartLegend/BarChartLegend.js +40 -67
- package/dist/components/BarChartLegend/BarChartLegend.styles.js +5 -10
- package/dist/components/BasicTable/BasicTable.js +12 -13
- package/dist/components/BasicTable/BasicTable.stories.js +5 -10
- package/dist/components/BasicTable/BasicTable.styles.js +11 -27
- package/dist/components/BlogPost/BlogPost.js +34 -53
- package/dist/components/BlogPost/BlogPost.stories.js +33 -46
- package/dist/components/BlogPost/BlogPost.styles.js +67 -59
- package/dist/components/Button/Button-stoDetails.js +150 -129
- package/dist/components/Button/Button.stories.js +27 -44
- package/dist/components/Button/Button.styles.js +24 -62
- package/dist/components/Button/GlareButton.js +61 -89
- package/dist/components/Button/GlareButton.stories.js +19 -29
- package/dist/components/ButtonContainer/ButtonContainer.styles.js +5 -10
- package/dist/components/CapitalRaisedSummary/CapitalRaisedSummery.stories.js +4 -8
- package/dist/components/CapitalRaisedSummary/CaptialRaisedSummary.js +9 -10
- package/dist/components/CapitalRaisedSummary/CaptialRaisedSummary.styles.js +8 -17
- package/dist/components/Card/Card.styles.js +14 -41
- package/dist/components/ChartBox/ChartBox.js +5 -8
- package/dist/components/ChartBox/ChartBox.stories.js +3 -6
- package/dist/components/ChartBox/ChartBox.styles.js +8 -14
- package/dist/components/ChartBox/ChartBoxDistribution.js +5 -8
- package/dist/components/ChartBox/ChartBoxDistribution.stories.js +3 -6
- package/dist/components/ChartLegend/ChartLegend.js +30 -46
- package/dist/components/ChartLegend/ChartLegend.stories.js +22 -28
- package/dist/components/ChartLegend/ChartLegend.styles.js +16 -41
- package/dist/components/Checkbox/Checkbox.js +32 -32
- package/dist/components/Checkbox/Checkbox.stories.js +5 -10
- package/dist/components/Checkbox/Checkbox.styles.js +10 -23
- package/dist/components/Checklist/ChecklistCard.js +33 -35
- package/dist/components/Checklist/ChecklistCard.stories.js +77 -100
- package/dist/components/Checklist/ChecklistCard.styles.js +12 -15
- package/dist/components/Chips/Chip.js +14 -13
- package/dist/components/Chips/Chip.stories.js +10 -19
- package/dist/components/Chips/Chip.styles.js +14 -14
- package/dist/components/Chips/ChipWrapper.js +23 -41
- package/dist/components/Chips/ChipsWrapper.stories.js +9 -17
- package/dist/components/ComponentScroll/ComponentScroll.js +25 -34
- package/dist/components/ComponentScroll/ComponentScroll.stories.js +16 -23
- package/dist/components/ComponentScroll/ComponentScroll.styles.js +22 -47
- package/dist/components/ComponentWrapper/ComponentWrapper.styles.js +7 -61
- package/dist/components/CryptoAddress/ComponentWrap.js +10 -11
- package/dist/components/CryptoAddress/CryptoAddress.js +51 -68
- package/dist/components/CryptoAddress/CryptoAddress.stories.js +7 -13
- package/dist/components/CryptoAddress/CryptoAddress.styles.js +55 -124
- package/dist/components/CryptoAddress/RadioWrap.js +9 -10
- package/dist/components/CryptoAddressDetails/CryptoAddressDetails.js +24 -25
- package/dist/components/CryptoAddressDetails/CryptoAddressDetails.stories.js +5 -10
- package/dist/components/CryptoAddressDetails/CryptoAddressDetails.styles.js +12 -42
- package/dist/components/CryptoAddressWrapper/CryptoAddressWrapper.js +10 -9
- package/dist/components/CryptoAddressWrapper/CryptoAddressWrapper.styles.js +16 -27
- package/dist/components/DonutChart/DonutChart.js +101 -130
- package/dist/components/DonutChart/DonutChart.stories.js +4 -8
- package/dist/components/DonutChart/DonutChart.styles.js +15 -27
- package/dist/components/DoubleButton/DoubleButton.styles.js +8 -8
- package/dist/components/ErrorMessage/ErrorMessage.styles.js +3 -5
- package/dist/components/FAQ/FAQ.js +29 -45
- package/dist/components/FAQ/FAQ.stories.js +4 -9
- package/dist/components/FAQ/FAQ.styles.js +23 -39
- package/dist/components/Footer/Footer.js +9 -10
- package/dist/components/Footer/Footer.stories.js +6 -12
- package/dist/components/Footer/Footer.styles.js +22 -46
- package/dist/components/Footer/FooterLayout.js +16 -20
- package/dist/components/Footer/FooterLayout.stories.js +4 -8
- package/dist/components/Footer/FooterMenu.js +61 -83
- package/dist/components/Footer/FooterMenu.stories.js +4 -8
- package/dist/components/Footer/FooterMenu.styles.js +16 -39
- package/dist/components/Footer/index.js +4 -4
- package/dist/components/ForgotPasswordModal/ForgotPasswordModal.js +92 -114
- package/dist/components/ForgotPasswordModal/ForgotPasswordModal.stories.js +4 -8
- package/dist/components/Form/Form.js +15 -14
- package/dist/components/Form/Form.stories.js +4 -8
- package/dist/components/Form/Form.styles.js +16 -36
- package/dist/components/FullscreenCard/FullscreenCard.styles.js +7 -12
- package/dist/components/Grid/Grid.styles.js +17 -68
- package/dist/components/Header/Header.js +98 -163
- package/dist/components/Header/Header.stories.js +17 -28
- package/dist/components/Header/Header.styles.js +61 -124
- package/dist/components/HeroBlock/HeroVideoBlock.js +20 -25
- package/dist/components/Icon/Icon.style.js +10 -22
- package/dist/components/Icon/Icon2.js +11 -13
- package/dist/components/InfoIcon/InfoIcon.js +18 -17
- package/dist/components/InfoIcon/InfoIcon.stories.js +5 -10
- package/dist/components/InfoIcon/InfoIcon.styles.js +5 -21
- package/dist/components/InfoPanel/InfoPanel.js +26 -48
- package/dist/components/Input/DatePickerInput.js +21 -33
- package/dist/components/Input/DatePickerInput.stories.js +5 -10
- package/dist/components/Input/DatePickerInput.styles.js +5 -19
- package/dist/components/Input/Input.js +43 -51
- package/dist/components/Input/Input.stories.js +9 -16
- package/dist/components/Input/Input.styles.js +8 -43
- package/dist/components/Input/InputPassword.js +30 -50
- package/dist/components/Input/InputPassword.stories.js +6 -12
- package/dist/components/Input/InputPassword.styles.js +30 -57
- package/dist/components/Input/InputUsername.js +83 -102
- package/dist/components/Input/InputWithButton.js +20 -19
- package/dist/components/Input/InputWithButton.stories.js +5 -9
- package/dist/components/Input/InputWithButton.styles.js +7 -19
- package/dist/components/Input/OtpInput.js +27 -42
- package/dist/components/Input/OtpInput.stories.js +5 -11
- package/dist/components/Input/RangeInput.js +29 -25
- package/dist/components/Input/RangeInput.stories.js +4 -8
- package/dist/components/Input/RangeInput.styles.js +15 -42
- package/dist/components/Input/Select.js +68 -89
- package/dist/components/Input/Select.stories.js +6 -12
- package/dist/components/Input/Select.styles.js +12 -32
- package/dist/components/InvestCalculator/InvestCalculator.js +245 -243
- package/dist/components/InvestCalculator/InvestCalculator.stories.js +18 -21
- package/dist/components/InvestCalculator/InvestCalculator.styles.js +14 -33
- package/dist/components/InvestmentStat/InvestmentStat.js +11 -10
- package/dist/components/InvestmentStat/InvestmentStat.stories.js +5 -10
- package/dist/components/InvestmentStat/InvestmentStat.styles.js +12 -24
- package/dist/components/KYCFlow/BasicInfo.js +419 -460
- package/dist/components/KYCFlow/Confirmation.js +12 -17
- package/dist/components/KYCFlow/DocumentFileUpload.js +214 -227
- package/dist/components/KYCFlow/DocumentScan.js +16 -15
- package/dist/components/KYCFlow/DocumentScanUpload.js +203 -210
- package/dist/components/KYCFlow/DocumentSelect.js +87 -117
- package/dist/components/KYCFlow/DocumentSuccess.js +14 -15
- package/dist/components/KYCFlow/DocumentUpload.js +10 -11
- package/dist/components/KYCFlow/DocumentVerificationType.js +98 -128
- package/dist/components/KYCFlow/FaceScan.js +10 -11
- package/dist/components/KYCFlow/FaceScanRecognition.js +14 -13
- package/dist/components/KYCFlow/FaceScanSuccess.js +10 -13
- package/dist/components/KYCFlow/Terms.js +90 -113
- package/dist/components/KYCFlow/_styles.js +37 -86
- package/dist/components/KYCFlow/index.js +14 -14
- package/dist/components/KYCSelectBox/KYCSelectBox.styles.js +7 -19
- package/dist/components/LatestUpdate/LatestUpdate.js +12 -11
- package/dist/components/LatestUpdate/LatestUpdate.stories.js +5 -10
- package/dist/components/LatestUpdate/LatestUpdate.styles.js +15 -28
- package/dist/components/Layout/Layout-func-no-work.js +24 -24
- package/dist/components/Layout/Layout.js +47 -68
- package/dist/components/Layout/Layout.stories.js +5 -12
- package/dist/components/LearnMoreCarousel/LearnMoreCarousel.js +13 -12
- package/dist/components/LearnMoreCarousel/LearnMoreCarousel.stories.js +5 -10
- package/dist/components/LearnMoreCarousel/LearnMoreCarousel.styles.js +10 -22
- package/dist/components/LearnMorePage/LearnMore.js +134 -174
- package/dist/components/LearnMorePage/LearnMore.shared.styles.js +7 -22
- package/dist/components/LearnMorePage/LearnMore.stories.js +4 -8
- package/dist/components/LearnMorePage/LearnMore.styles.js +24 -74
- package/dist/components/LearnMorePage/LearnMoreExampleObject.js +3 -5
- package/dist/components/LearnMorePage/LearnMoreItem.js +11 -16
- package/dist/components/LearnMorePage/LearnMoreItem.stories.js +4 -8
- package/dist/components/LearnMorePage/LearnMoreItem.styles.js +18 -54
- package/dist/components/LearnMoreSection/LearnMore.js +119 -158
- package/dist/components/LearnMoreSection/LearnMore.stories.js +4 -8
- package/dist/components/LearnMoreSection/LearnMore.styles.js +15 -41
- package/dist/components/LearnMoreSection/LearnMoreItem.js +14 -15
- package/dist/components/LearnMoreSection/LearnMoreItem.stories.js +4 -8
- package/dist/components/LearnMoreSection/LearnMoreItem.styles.js +9 -23
- package/dist/components/LoginModal/LoginModal.js +35 -41
- package/dist/components/LoginModal/LoginModal.stories.js +8 -12
- package/dist/components/MainMenu/DynamicMainMenu.js +11 -14
- package/dist/components/MainMenu/MainMenu.js +157 -190
- package/dist/components/MainMenu/MainMenu.styles.js +48 -89
- package/dist/components/MatomoConnect/Matomo.js +201 -463
- package/dist/components/MenuNav/MenuNav.styles.js +5 -9
- package/dist/components/Modal/Modal.js +46 -48
- package/dist/components/Modal/Modal.stories.js +8 -16
- package/dist/components/Modal/Modal.styles.js +34 -96
- package/dist/components/Modal/NewVentureModal/NewVentureModal.js +69 -95
- package/dist/components/Modal/NewVentureModal/NewVentureModal.stories.js +22 -43
- package/dist/components/Modal/PaymentModal.js +43 -54
- package/dist/components/Modal/PaymentModal.stories.js +4 -8
- package/dist/components/MultiProgressBar/MultiProgressBar.js +19 -23
- package/dist/components/MultiProgressBar/MultiProgressBar.stories.js +6 -12
- package/dist/components/MultiProgressBar/MultiProgressBar.styles.js +9 -22
- package/dist/components/Newsletter/Newsletter.js +65 -100
- package/dist/components/Newsletter/Newsletter.stories.js +4 -8
- package/dist/components/Newsletter/Newsletter.styles.js +47 -44
- package/dist/components/NotificationContext/NotificationContext.js +93 -125
- package/dist/components/NotificationCounter/NotificationCounter.styles.js +4 -16
- package/dist/components/Number/Number.js +13 -10
- package/dist/components/Number/Number.stories.js +23 -41
- package/dist/components/Number/Number.styles.js +4 -10
- package/dist/components/PageTransition/PageTransition.js +16 -19
- package/dist/components/Pagination/Pagination.js +22 -25
- package/dist/components/Pagination/Pagination.stories.js +29 -36
- package/dist/components/Pagination/Pagination.styles.js +8 -15
- package/dist/components/Pagination/PaginationControls.js +32 -36
- package/dist/components/Pagination/PaginationControls.stories.js +33 -62
- package/dist/components/Pagination/usePagination.js +29 -37
- package/dist/components/Process/Process.stories.js +6 -12
- package/dist/components/Process/Process.styles.js +6 -16
- package/dist/components/ProfileBadge/ProfileBadge.js +12 -11
- package/dist/components/ProfileBadge/ProfileBadge.stories.js +5 -9
- package/dist/components/ProfileBadge/ProfileBadge.styles.js +13 -19
- package/dist/components/ProfileBox/ProfileBox.js +15 -17
- package/dist/components/ProfileBox/ProfileBox.stories.js +5 -9
- package/dist/components/ProfileBox/ProfileBox.styles.js +9 -21
- package/dist/components/ProfileHeader/ProfileHeader.js +163 -199
- package/dist/components/ProfileHeader/ProfileHeader.styles.js +24 -46
- package/dist/components/ProfileStat/ProfileStat.js +12 -11
- package/dist/components/ProfileStat/ProfileStat.stories.js +6 -12
- package/dist/components/ProfileStat/ProfileStat.styles.js +9 -23
- package/dist/components/ProofOfAddress/ProofOfAddress.styles.js +20 -36
- package/dist/components/QRCode/QRCode.js +30 -30
- package/dist/components/QRCode/QRCode.stories.js +14 -26
- package/dist/components/ROI/ROI.js +225 -261
- package/dist/components/ROI/ROI.styles.js +13 -25
- package/dist/components/ROI/ROIChart.js +196 -303
- package/dist/components/ROI/ROIChart.styles.js +7 -11
- package/dist/components/ROI/ROIModal.js +13 -20
- package/dist/components/ROI/ROIParkingo.js +208 -244
- package/dist/components/ROI/ROIPixelmatic.js +209 -245
- package/dist/components/ROI/ROIScenarioBox.js +9 -8
- package/dist/components/ROI/ROIScenarioBox.styles.js +10 -33
- package/dist/components/Radio/Radio.js +19 -18
- package/dist/components/Radio/Radio.stories.js +4 -8
- package/dist/components/Radio/Radio.styles.js +5 -14
- package/dist/components/RefreshButton/RefreshButton.js +6 -5
- package/dist/components/RefreshButton/RefreshButton.stories.js +5 -10
- package/dist/components/RefreshButton/RefreshButton.styles.js +9 -24
- package/dist/components/RegisterConfirmModal/RegisterConfirmModal.js +17 -18
- package/dist/components/RegisterConfirmModal/RegisterConfirmModal.stories.js +5 -9
- package/dist/components/RegisterConfirmModal/RegisterConfirmModal.styles.js +3 -4
- package/dist/components/RegisterLiquidSteps/RegisterLiquidSteps.js +46 -70
- package/dist/components/RegisterLiquidSteps/RegisterLiquidSteps.styles.js +10 -22
- package/dist/components/RegisterLiquidSteps/complete.js +4 -5
- package/dist/components/RegisterLiquidSteps/flow.js +53 -99
- package/dist/components/RegisterLiquidSteps/index.js +7 -22
- package/dist/components/RegisterLiquidSteps/register-liquid.js +62 -102
- package/dist/components/RegisterModal/RegisterModal.js +82 -118
- package/dist/components/RegisterModal/RegisterModal.stories.js +5 -9
- package/dist/components/RequestDataBox/RequestDataBox.js +9 -8
- package/dist/components/RequestDataBox/RequestDataBox.stories.js +4 -8
- package/dist/components/RequestDataBox/RequestDataBox.styles.js +7 -12
- package/dist/components/ResetConfirmModal/ResetConfirmModal.js +10 -11
- package/dist/components/ResetConfirmModal/ResetConfirmModal.styles.js +3 -4
- package/dist/components/ResetPasswordModal/ResetPasswordModal.js +29 -28
- package/dist/components/SEO/SEO.js +11 -10
- package/dist/components/SEO/SEO.stories.js +4 -8
- package/dist/components/SectionTitle/SectionTitle.styles.js +3 -5
- package/dist/components/ShareButton/ShareButton.js +132 -145
- package/dist/components/SideLine/SideLine.js +3 -6
- package/dist/components/SideLine/SideLine.stories.js +3 -6
- package/dist/components/SideLine/SideLine.styles.js +6 -12
- package/dist/components/SigningSubflow/SignSubIntro.js +9 -8
- package/dist/components/SigningSubflow/_styles.js +9 -20
- package/dist/components/SigningSubflow/index.js +5 -5
- package/dist/components/Slider/Slider.js +16 -16
- package/dist/components/Slider/Slider.stories.js +5 -10
- package/dist/components/Slider/Slider.styles.js +5 -8
- package/dist/components/SpanButton/SpanButton.styles.js +3 -6
- package/dist/components/StatusBadge/StatusBadge.styles.js +4 -10
- package/dist/components/StepController/StepController.js +49 -74
- package/dist/components/StepController/StepController.stories.js +4 -8
- package/dist/components/StepController/StepController.styles.js +6 -12
- package/dist/components/StepController/StepControllerContext.js +46 -68
- package/dist/components/StepController/StepControllerProgress.js +16 -19
- package/dist/components/StepController/StepControllerProgress.stories.js +4 -8
- package/dist/components/StepsProgress/StepsProgress.js +44 -58
- package/dist/components/StepsProgress/StepsProgress.stories.js +33 -35
- package/dist/components/StepsProgress/StepsProgress.styles.js +7 -15
- package/dist/components/StokrLoader/StokrLoader.js +20 -23
- package/dist/components/StokrLoader/media.js +5 -7
- package/dist/components/SvgIcons/AdminBadgeSvg.js +16 -19
- package/dist/components/SvgIcons/CameraSvg.js +26 -29
- package/dist/components/SvgIcons/CapsLockSvg.js +21 -24
- package/dist/components/SvgIcons/DocumentBackSvg.js +25 -28
- package/dist/components/SvgIcons/DocumentSmallSvg.js +51 -54
- package/dist/components/SvgIcons/DocumentSvg.js +28 -31
- package/dist/components/SvgIcons/Early.js +14 -17
- package/dist/components/SvgIcons/EthSvg.js +30 -33
- package/dist/components/SvgIcons/EurSvg.js +16 -19
- package/dist/components/SvgIcons/FaceScanIconSvg.js +21 -24
- package/dist/components/SvgIcons/FourSvg.js +11 -14
- package/dist/components/SvgIcons/Glassess.js +19 -22
- package/dist/components/SvgIcons/LogoSvg.js +14 -17
- package/dist/components/SvgIcons/OneSvg.js +13 -16
- package/dist/components/SvgIcons/PassportSvg.js +46 -49
- package/dist/components/SvgIcons/RefreshSvg.js +17 -20
- package/dist/components/SvgIcons/SocialFacebook.js +20 -23
- package/dist/components/SvgIcons/SocialInstagram.js +11 -14
- package/dist/components/SvgIcons/SocialLinkedIn.js +25 -28
- package/dist/components/SvgIcons/SocialMedium.js +15 -18
- package/dist/components/SvgIcons/SocialReddit.js +15 -18
- package/dist/components/SvgIcons/SocialTelegram.js +49 -52
- package/dist/components/SvgIcons/SocialTwitter.js +44 -47
- package/dist/components/SvgIcons/SocialYoutube.js +15 -18
- package/dist/components/SvgIcons/ThreeSvg.js +10 -13
- package/dist/components/SvgIcons/TwoSidedDocumentSvg.js +72 -75
- package/dist/components/SvgIcons/TwoSvg.js +13 -16
- package/dist/components/SvgIcons/UpdateDefaultSvg.js +19 -22
- package/dist/components/SvgIcons/UpdateHardSvg.js +15 -18
- package/dist/components/SvgIcons/UpdateSoftSvg.js +17 -20
- package/dist/components/SvgIcons/UploadSvg.js +24 -27
- package/dist/components/SvgIcons/VerifiedBadge.js +13 -16
- package/dist/components/SvgIcons/index.js +32 -32
- package/dist/components/Switch/Switch.js +23 -37
- package/dist/components/Switch/Switch.stories.js +8 -14
- package/dist/components/Switch/Switch.styles.js +8 -33
- package/dist/components/Tabs/Tabs.js +19 -21
- package/dist/components/Tabs/Tabs.stories.js +4 -8
- package/dist/components/Tabs/Tabs.styles.js +4 -6
- package/dist/components/TabsNav/TabNav.js +14 -13
- package/dist/components/TabsNav/TabNav.stories.js +5 -10
- package/dist/components/TabsNav/TabsNav.js +14 -14
- package/dist/components/TabsNav/TabsNav.stories.js +4 -8
- package/dist/components/TabsNav/TabsNav.styles.js +10 -25
- package/dist/components/TeamOverview/TeamOverview.js +38 -84
- package/dist/components/TeamOverview/TeamOverview.stories.js +5 -10
- package/dist/components/TeamOverview/TeamOverview.styles.js +18 -35
- package/dist/components/TermsModal/TermsModal.js +49 -79
- package/dist/components/TermsModal/TermsModal.stories.js +4 -8
- package/dist/components/TermsModal/_styles.js +35 -100
- package/dist/components/Text/Headline.js +15 -14
- package/dist/components/Text/Headline.stories.js +4 -8
- package/dist/components/Text/StyledText.js +5 -8
- package/dist/components/Text/Text.stories.js +5 -10
- package/dist/components/Text/Text.styles.js +15 -37
- package/dist/components/TextLink/TextLink.styles.js +6 -17
- package/dist/components/ToDoList/ToDoList.js +76 -85
- package/dist/components/ToDoList/ToDoList.stories.js +7 -14
- package/dist/components/ToDoList/ToDoList.styles.js +34 -43
- package/dist/components/ToDoList/ToDoListTask.js +22 -35
- package/dist/components/ToDoList/ToDoListTask.stories.js +5 -10
- package/dist/components/ToDoList/ToDoListTask.styles.js +13 -40
- package/dist/components/TransactionDetails/TransactionDetails.js +9 -19
- package/dist/components/TransactionDetails/TransactionDetails.stories.js +5 -10
- package/dist/components/TransactionDetails/TransactionDetails.styles.js +6 -15
- package/dist/components/TransactionInfo/TransactionInfo.js +18 -17
- package/dist/components/TransactionInfo/TransactionInfo.stories.js +4 -8
- package/dist/components/TransactionInfo/TransactionInfo.styles.js +10 -31
- package/dist/components/TwoFactorModal/TwoFactorModal.js +72 -94
- package/dist/components/VerifyEmailModal/VerifyEmailModal.js +49 -48
- package/dist/components/VerifyEmailModal/VerifyEmailModal.stories.js +6 -11
- package/dist/components/breakdown/Breakdown.js +38 -36
- package/dist/components/breakdown/index.js +3 -5
- package/dist/components/headerHo/HeaderHo.js +585 -769
- package/dist/components/headerHo/HeaderHo.stories.js +9 -13
- package/dist/components/headerHo/index.js +3 -5
- package/dist/components/icons/Arrow.js +43 -46
- package/dist/components/icons/Arrow.stories.js +7 -14
- package/dist/components/icons/ArrowSimple.js +32 -35
- package/dist/components/icons/ArrowSimple.stories.js +7 -14
- package/dist/components/icons/Check.js +28 -31
- package/dist/components/icons/Check.stories.js +3 -6
- package/dist/components/icons/Facebook.js +11 -14
- package/dist/components/icons/Facebook.stories.js +3 -6
- package/dist/components/icons/Info.js +40 -43
- package/dist/components/icons/Info.stories.js +3 -6
- package/dist/components/icons/Instagram.js +11 -14
- package/dist/components/icons/Instagram.stories.js +3 -6
- package/dist/components/icons/LinkIcon.js +19 -22
- package/dist/components/icons/LinkIcon.stories.js +3 -6
- package/dist/components/icons/LinkedIn.js +28 -31
- package/dist/components/icons/LinkedIn.stories.js +3 -6
- package/dist/components/icons/Medium.js +27 -30
- package/dist/components/icons/Medium.stories.js +3 -6
- package/dist/components/icons/Reddit.js +17 -20
- package/dist/components/icons/Reddit.stories.js +3 -6
- package/dist/components/icons/Share.js +47 -50
- package/dist/components/icons/Share.stories.js +3 -6
- package/dist/components/icons/Telegram.js +27 -30
- package/dist/components/icons/Telegram.stories.js +3 -6
- package/dist/components/icons/Twitter.js +11 -14
- package/dist/components/icons/Twitter.stories.js +3 -6
- package/dist/components/icons/X.js +11 -14
- package/dist/components/icons/X.stories.js +3 -6
- package/dist/components/icons/Youtube.js +11 -14
- package/dist/components/icons/Youtube.stories.js +3 -6
- package/dist/components/icons/index.js +15 -15
- package/dist/components/landing-page/List.js +3 -5
- package/dist/components/landing-page/PageContent.js +5 -7
- package/dist/components/landing-page/PageText.js +12 -16
- package/dist/components/landing-page/PageTitle.js +16 -47
- package/dist/components/logo/Logo.js +49 -71
- package/dist/components/logo/index.js +3 -5
- package/dist/components/renderToBody/index.js +3 -5
- package/dist/components/renderToBody/renderToBody.js +39 -60
- package/dist/components/taxId/TaxId.stories.js +11 -16
- package/dist/components/taxId/complete.js +9 -11
- package/dist/components/taxId/flow.js +22 -34
- package/dist/components/taxId/index.js +4 -4
- package/dist/components/taxId/register-taxid.js +54 -92
- package/dist/components/video/Video.js +69 -84
- package/dist/components/video/Video.stories.js +5 -9
- package/dist/components/video/index.js +3 -5
- package/dist/constants/globalVariables.js +10 -20
- package/dist/constants/style.js +23 -46
- package/dist/context/Auth.js +247 -340
- package/dist/context/AuthContext.js +545 -1023
- package/dist/context/Checkbox/CheckboxContext.js +65 -117
- package/dist/firebase-config.js +4 -6
- package/dist/hooks/useNewVentureForm.js +128 -193
- package/dist/hooks/useTimer.js +29 -51
- package/dist/index.js +134 -134
- package/dist/model/axios.js +4 -5
- package/dist/model/axiosPublic.js +4 -5
- package/dist/services/TimerService.js +70 -89
- package/dist/static/images/copy_icon.svg +4 -0
- package/dist/styles/colors.js +2 -4
- package/dist/styles/fonts.js +3 -4
- package/dist/styles/global.js +3 -4
- package/dist/styles/grid.js +4 -5
- package/dist/styles/reactTippy.js +3 -4
- package/dist/styles/rwd.js +12 -26
- package/dist/styles/semanticUi.js +3 -4
- package/dist/styles/spacing.js +2 -3
- package/dist/styles/theme.js +6 -9
- package/dist/utils/allowed-countries-list.js +2 -3
- package/dist/utils/analytics.js +32 -48
- package/dist/utils/check-sale-time-left.js +37 -39
- package/dist/utils/check-todo-status.js +3 -4
- package/dist/utils/checklistGenerator.js +46 -46
- package/dist/utils/copyToClipboard.js +65 -131
- package/dist/utils/countries-list.js +2 -3
- package/dist/utils/customHooks.js +40 -67
- package/dist/utils/delete-redirect-cookie-and-navigate.js +3 -3
- package/dist/utils/fix-decimals.js +4 -5
- package/dist/utils/formatCurrencyValue.js +41 -52
- package/dist/utils/get-cookie-domain.js +3 -4
- package/dist/utils/get-short-address.js +1 -3
- package/dist/utils/isUSInvestor.js +2 -4
- package/dist/utils/km_ify.js +3 -3
- package/dist/utils/lock-body.js +3 -5
- package/dist/utils/moment.js +10 -12
- package/dist/utils/redirect-url.js +2 -3
- package/dist/utils/saveAs.js +5 -5
- package/dist/utils/scrollUtils.js +33 -36
- package/dist/utils/set-redirect-cookie.js +6 -7
- package/dist/utils/withRouter.js +6 -6
- package/package.json +134 -141
|
@@ -8,17 +8,19 @@ exports.default = void 0;
|
|
|
8
8
|
var _react = _interopRequireDefault(require("react"));
|
|
9
9
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
10
10
|
var _reactHelmet = _interopRequireDefault(require("react-helmet"));
|
|
11
|
-
function _interopRequireDefault(
|
|
11
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
12
12
|
function SEO(_ref) {
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
13
|
+
let {
|
|
14
|
+
description,
|
|
15
|
+
lang,
|
|
16
|
+
meta,
|
|
17
|
+
keywords,
|
|
18
|
+
title,
|
|
19
|
+
author
|
|
20
|
+
} = _ref;
|
|
19
21
|
return /*#__PURE__*/_react.default.createElement(_reactHelmet.default, {
|
|
20
22
|
htmlAttributes: {
|
|
21
|
-
lang
|
|
23
|
+
lang
|
|
22
24
|
},
|
|
23
25
|
title: title,
|
|
24
26
|
titleTemplate: "STOKR \u2022 %s",
|
|
@@ -67,5 +69,4 @@ SEO.propTypes = {
|
|
|
67
69
|
title: _propTypes.default.string.isRequired,
|
|
68
70
|
author: _propTypes.default.string
|
|
69
71
|
};
|
|
70
|
-
var _default = SEO;
|
|
71
|
-
exports.default = _default;
|
|
72
|
+
var _default = exports.default = SEO;
|
|
@@ -7,8 +7,8 @@ exports.default = exports.SEOOverview = void 0;
|
|
|
7
7
|
var _react = _interopRequireDefault(require("react"));
|
|
8
8
|
var _SEO = _interopRequireDefault(require("./SEO"));
|
|
9
9
|
var _ComponentWrapper = require("../ComponentWrapper/ComponentWrapper.styles");
|
|
10
|
-
function _interopRequireDefault(
|
|
11
|
-
var _default = {
|
|
10
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
11
|
+
var _default = exports.default = {
|
|
12
12
|
title: 'Components Library/SEO',
|
|
13
13
|
component: _SEO.default,
|
|
14
14
|
argTypes: {
|
|
@@ -38,12 +38,8 @@ var _default = {
|
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
40
|
};
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
return /*#__PURE__*/_react.default.createElement(_ComponentWrapper.ComponentWrapper, null, /*#__PURE__*/_react.default.createElement(_SEO.default, args));
|
|
44
|
-
};
|
|
45
|
-
var SEOOverview = Template.bind({});
|
|
46
|
-
exports.SEOOverview = SEOOverview;
|
|
41
|
+
const Template = args => /*#__PURE__*/_react.default.createElement(_ComponentWrapper.ComponentWrapper, null, /*#__PURE__*/_react.default.createElement(_SEO.default, args));
|
|
42
|
+
const SEOOverview = exports.SEOOverview = Template.bind({});
|
|
47
43
|
SEOOverview.args = {
|
|
48
44
|
title: 'A Title',
|
|
49
45
|
description: 'A Description',
|
|
@@ -5,11 +5,9 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = exports.SectionTitle = void 0;
|
|
7
7
|
var _styledComponents = _interopRequireDefault(require("styled-components"));
|
|
8
|
-
function _interopRequireDefault(
|
|
9
|
-
|
|
8
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
9
|
+
const SectionTitle = exports.SectionTitle = _styledComponents.default.h2.withConfig({
|
|
10
10
|
displayName: "SectionTitlestyles__SectionTitle",
|
|
11
11
|
componentId: "sc-j9h0wp-0"
|
|
12
12
|
})(["position:relative;font-family:'Open Sans';font-weight:normal;font-size:11px;line-height:20px;letter-spacing:2px;text-transform:uppercase;padding:0;border:0;margin:0;span{display:inline-block;}strong{display:inline-block;font-weight:bold;}"]);
|
|
13
|
-
exports.
|
|
14
|
-
var _default = SectionTitle;
|
|
15
|
-
exports.default = _default;
|
|
13
|
+
var _default = exports.default = SectionTitle;
|
|
@@ -14,84 +14,88 @@ var _XLogoBlack = _interopRequireDefault(require("../../static/images/social/X-l
|
|
|
14
14
|
var _TelegramLogo = _interopRequireDefault(require("../../static/images/social/Telegram-Logo.png"));
|
|
15
15
|
var _Button = _interopRequireDefault(require("../Button/Button.styles"));
|
|
16
16
|
var _Icon = _interopRequireDefault(require("../Icon/Icon2"));
|
|
17
|
-
function _interopRequireDefault(
|
|
18
|
-
function
|
|
19
|
-
function
|
|
20
|
-
function
|
|
21
|
-
function
|
|
22
|
-
|
|
23
|
-
|
|
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
|
-
var duration = 700;
|
|
35
|
-
var Outer = _styledComponents.default.div.withConfig({
|
|
17
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
18
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
|
|
19
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
20
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
|
|
21
|
+
function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
22
|
+
const duration = 700;
|
|
23
|
+
const Outer = _styledComponents.default.div.withConfig({
|
|
36
24
|
displayName: "ShareButton__Outer",
|
|
37
25
|
componentId: "sc-1yaoiai-0"
|
|
38
26
|
})(["display:inline-block;height:40px;position:relative;z-index:0;a{svg{fill:", " !important;transition:all 0.3s;}}a:hover{svg{fill:", " !important;}}"], _theme.default.cGray, _theme.default.cRed);
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
27
|
+
const rightCss = (0, _styledComponents.css)(["right:auto;left:-10px;padding-left:30px;padding-right:0;border-radius:5px 25px 25px 5px;border-left:0;border-right:1px solid ", ";"], _theme.default.cGray);
|
|
28
|
+
const openHelper = _ref => {
|
|
29
|
+
let {
|
|
30
|
+
right
|
|
31
|
+
} = _ref;
|
|
42
32
|
return right && rightCss;
|
|
43
33
|
};
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
34
|
+
const buttonsWrapperRightCss = (0, _styledComponents.css)(["right:auto;left:20px;"]);
|
|
35
|
+
const buttonsWrapperHelper = _ref2 => {
|
|
36
|
+
let {
|
|
37
|
+
right
|
|
38
|
+
} = _ref2;
|
|
47
39
|
return right && buttonsWrapperRightCss;
|
|
48
40
|
};
|
|
49
|
-
|
|
41
|
+
const ButtonsWrapper = _styledComponents.default.div.withConfig({
|
|
50
42
|
displayName: "ShareButton__ButtonsWrapper",
|
|
51
43
|
componentId: "sc-1yaoiai-1"
|
|
52
|
-
})(["position:absolute;top:50%;transform:translateY(-50%);overflow:hidden;width:", ";height:50px;right:20px;transition:all ", "ms ease-out;", ";"],
|
|
53
|
-
|
|
44
|
+
})(["position:absolute;top:50%;transform:translateY(-50%);overflow:hidden;width:", ";height:50px;right:20px;transition:all ", "ms ease-out;", ";"], _ref3 => {
|
|
45
|
+
let {
|
|
46
|
+
open
|
|
47
|
+
} = _ref3;
|
|
54
48
|
return open ? '300px' : 0;
|
|
55
49
|
}, duration, buttonsWrapperHelper);
|
|
56
|
-
|
|
50
|
+
const Buttons = _styledComponents.default.div.withConfig({
|
|
57
51
|
displayName: "ShareButton__Buttons",
|
|
58
52
|
componentId: "sc-1yaoiai-2"
|
|
59
|
-
})(["display:flex;position:absolute;width:auto;white-space:nowrap;top:50%;right:0;transform:translateY(-50%);padding-right:20px;border-right:0;z-index:-2;overflow:hidden;transition-property:left,right,opacity;transition-duration:0.3s;", " ", "{margin-right:1px;border-radius:0;transition-property:color,background !important;position:relative;z-index:1;&:not(:first-child){border-left:1px solid ", " !important;}&:hover{color:", " !important;background:transparent !important;}&:focus,&:active{color:", " !important;border-left-color:transparent;&::before{opacity:1;}&::after{border-radius:50%;background:", " !important;}+ ", "::before{opacity:1;}}&::before{content:'';display:block;position:absolute;left:-1px;top:1px;bottom:1px;border-left:1px solid ", ";border-left-color:", ";z-index:1;opacity:0;transition:opacity 0.3s;}&::after{content:'';display:block;position:absolute;width:100%;height:100%;left:0;top:0;z-index:-1;border-radius:30%;transition:all 0.3s;}}svg,img{width:24px;height:24px;}&::after{position:absolute;content:'';border:1px solid ", ";border-right:none;border-radius:25px 0 0 25px;background:", ";top:0;left:0;height:40px;width:100%;z-index:-1;", ";}", "{color:", ";}", ""], openHelper, _Button.default, _theme.default.cGrayLight, _theme.default.cRed, _theme.default.cWhite, _theme.default.cRed, _Button.default, _theme.default.cWhite,
|
|
60
|
-
|
|
53
|
+
})(["display:flex;position:absolute;width:auto;white-space:nowrap;top:50%;right:0;transform:translateY(-50%);padding-right:20px;border-right:0;z-index:-2;overflow:hidden;transition-property:left,right,opacity;transition-duration:0.3s;", " ", "{margin-right:1px;border-radius:0;transition-property:color,background !important;position:relative;z-index:1;&:not(:first-child){border-left:1px solid ", " !important;}&:hover{color:", " !important;background:transparent !important;}&:focus,&:active{color:", " !important;border-left-color:transparent;&::before{opacity:1;}&::after{border-radius:50%;background:", " !important;}+ ", "::before{opacity:1;}}&::before{content:'';display:block;position:absolute;left:-1px;top:1px;bottom:1px;border-left:1px solid ", ";border-left-color:", ";z-index:1;opacity:0;transition:opacity 0.3s;}&::after{content:'';display:block;position:absolute;width:100%;height:100%;left:0;top:0;z-index:-1;border-radius:30%;transition:all 0.3s;}}svg,img{width:24px;height:24px;}&::after{position:absolute;content:'';border:1px solid ", ";border-right:none;border-radius:25px 0 0 25px;background:", ";top:0;left:0;height:40px;width:100%;z-index:-1;", ";}", "{color:", ";}", ""], openHelper, _Button.default, _theme.default.cGrayLight, _theme.default.cRed, _theme.default.cWhite, _theme.default.cRed, _Button.default, _theme.default.cWhite, _ref4 => {
|
|
54
|
+
let {
|
|
55
|
+
inverted
|
|
56
|
+
} = _ref4;
|
|
61
57
|
return inverted ? _theme.default.cBlue : _theme.default.cWhite;
|
|
62
|
-
}, _theme.default.cGrayLight, _theme.default.cWhite,
|
|
63
|
-
|
|
58
|
+
}, _theme.default.cGrayLight, _theme.default.cWhite, _ref5 => {
|
|
59
|
+
let {
|
|
60
|
+
inverted
|
|
61
|
+
} = _ref5;
|
|
64
62
|
return inverted && " background: ".concat(_theme.default.cBlue, ";");
|
|
65
|
-
}, _Button.default, _theme.default.cGray,
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
63
|
+
}, _Button.default, _theme.default.cGray, props => !props.inverted && "\n & > a:hover {\n background: ".concat(_theme.default.cGray, ";\n }\n "));
|
|
64
|
+
const activeCss = (0, _styledComponents.css)(["color:", ";background:", ";"], _theme.default.cWhite, _theme.default.cRed);
|
|
65
|
+
const activeHelper = _ref6 => {
|
|
66
|
+
let {
|
|
67
|
+
active
|
|
68
|
+
} = _ref6;
|
|
71
69
|
return active && activeCss;
|
|
72
70
|
};
|
|
73
|
-
|
|
71
|
+
const ShareButtonStyled = (0, _styledComponents.default)(_Button.default).withConfig({
|
|
74
72
|
displayName: "ShareButton__ShareButtonStyled",
|
|
75
73
|
componentId: "sc-1yaoiai-3"
|
|
76
|
-
})(["z-index:10;color:", ";background:", ";border-color:", ";", ";&:hover{color:", ";background:", ";}svg,img{transition:unset !important;}> div{line-height:0;padding-left:2px;}"],
|
|
77
|
-
|
|
74
|
+
})(["z-index:10;color:", ";background:", ";border-color:", ";", ";&:hover{color:", ";background:", ";}svg,img{transition:unset !important;}> div{line-height:0;padding-left:2px;}"], _ref7 => {
|
|
75
|
+
let {
|
|
76
|
+
startcolor
|
|
77
|
+
} = _ref7;
|
|
78
78
|
return startcolor || _theme.default.cRed;
|
|
79
|
-
},
|
|
80
|
-
|
|
79
|
+
}, _ref8 => {
|
|
80
|
+
let {
|
|
81
|
+
forceTransparency
|
|
82
|
+
} = _ref8;
|
|
81
83
|
return forceTransparency ? 'transparent' : _theme.default.cWhite;
|
|
82
|
-
},
|
|
83
|
-
|
|
84
|
+
}, _ref9 => {
|
|
85
|
+
let {
|
|
86
|
+
forceTransparency
|
|
87
|
+
} = _ref9;
|
|
84
88
|
return forceTransparency ? _theme.default.cWhite : _theme.default.cGrayLight;
|
|
85
89
|
}, activeHelper, _theme.default.cWhite, _theme.default.cRed);
|
|
86
90
|
// parse class for <Icon />
|
|
87
|
-
|
|
88
|
-
|
|
91
|
+
const parseButtonClass = input => {
|
|
92
|
+
let isFacebook = input.includes('facebook.');
|
|
89
93
|
if (isFacebook) return socialSvg.facebook;
|
|
90
|
-
|
|
94
|
+
let isLinkedIn = input.includes('linkedin.');
|
|
91
95
|
if (isLinkedIn) return socialSvg.linkedin;
|
|
92
|
-
|
|
96
|
+
let isTwitter = input.includes('twitter.');
|
|
93
97
|
if (isTwitter) return socialSvg.twitter;
|
|
94
|
-
|
|
98
|
+
let isTelegram = input.includes('telegram.');
|
|
95
99
|
if (isTelegram) return socialSvg.telegram;
|
|
96
100
|
// let isMedium = input.includes('medium.')
|
|
97
101
|
// if (isMedium) return 'Medium'
|
|
@@ -99,7 +103,7 @@ var parseButtonClass = function parseButtonClass(input) {
|
|
|
99
103
|
// if (isYouTube) return 'Youtube'
|
|
100
104
|
return '';
|
|
101
105
|
};
|
|
102
|
-
|
|
106
|
+
const socialSvg = exports.socialSvg = {
|
|
103
107
|
linkedin: /*#__PURE__*/_react.default.createElement("img", {
|
|
104
108
|
src: _LIInBug.default,
|
|
105
109
|
alt: "Linkedin Logo",
|
|
@@ -127,110 +131,94 @@ var socialSvg = {
|
|
|
127
131
|
// youtube: <img src={YtLogo} alt="Youtube Logo" />,
|
|
128
132
|
// reddit: <SocialReddit />,
|
|
129
133
|
};
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
function ShareButton() {
|
|
135
|
-
var _this;
|
|
136
|
-
_classCallCheck(this, ShareButton);
|
|
137
|
-
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
138
|
-
args[_key] = arguments[_key];
|
|
139
|
-
}
|
|
140
|
-
_this = _super.call.apply(_super, [this].concat(args));
|
|
141
|
-
_defineProperty(_assertThisInitialized(_this), "state", {
|
|
134
|
+
class ShareButton extends _react.Component {
|
|
135
|
+
constructor() {
|
|
136
|
+
super(...arguments);
|
|
137
|
+
_defineProperty(this, "state", {
|
|
142
138
|
open: false,
|
|
143
139
|
activeShareButton: false //this state manages share button color and open state (used to keep share button red until the transition finishes)
|
|
144
140
|
});
|
|
145
|
-
_defineProperty(
|
|
146
|
-
_defineProperty(
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
}
|
|
155
|
-
});
|
|
156
|
-
_defineProperty(
|
|
157
|
-
|
|
141
|
+
_defineProperty(this, "node", /*#__PURE__*/_react.default.createRef());
|
|
142
|
+
_defineProperty(this, "handleOpen", () => this.setState(_ref0 => {
|
|
143
|
+
let {
|
|
144
|
+
open,
|
|
145
|
+
activeShareButton
|
|
146
|
+
} = _ref0;
|
|
147
|
+
return {
|
|
148
|
+
open: !open,
|
|
149
|
+
activeShareButton: !activeShareButton
|
|
150
|
+
};
|
|
151
|
+
}));
|
|
152
|
+
_defineProperty(this, "handleClickOutside", event => {
|
|
153
|
+
const {
|
|
154
|
+
current
|
|
155
|
+
} = this.node;
|
|
158
156
|
if (current && !current.contains(event.target)) {
|
|
159
|
-
|
|
157
|
+
this.setState({
|
|
160
158
|
open: false
|
|
161
159
|
});
|
|
162
|
-
setTimeout(
|
|
163
|
-
|
|
160
|
+
setTimeout(() => {
|
|
161
|
+
this.setState({
|
|
164
162
|
activeShareButton: false
|
|
165
163
|
});
|
|
166
164
|
}, duration);
|
|
167
165
|
}
|
|
168
166
|
});
|
|
169
|
-
return _this;
|
|
170
167
|
}
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
168
|
+
componentDidMount() {
|
|
169
|
+
document.addEventListener('mousedown', this.handleClickOutside);
|
|
170
|
+
}
|
|
171
|
+
componentWillUnmount() {
|
|
172
|
+
document.removeEventListener('mousedown', this.handleClickOutside);
|
|
173
|
+
}
|
|
174
|
+
render() {
|
|
175
|
+
const {
|
|
176
|
+
forceTransparency,
|
|
177
|
+
inverted,
|
|
178
|
+
startcolor,
|
|
179
|
+
right,
|
|
180
|
+
blockContent
|
|
181
|
+
} = this.props;
|
|
182
|
+
const {
|
|
183
|
+
open,
|
|
184
|
+
activeShareButton
|
|
185
|
+
} = this.state;
|
|
186
|
+
return /*#__PURE__*/_react.default.createElement(Outer, {
|
|
187
|
+
ref: this.node
|
|
188
|
+
}, /*#__PURE__*/_react.default.createElement(ShareButtonStyled, {
|
|
189
|
+
onClick: this.handleOpen,
|
|
190
|
+
color: "transparent",
|
|
191
|
+
inverted: inverted,
|
|
192
|
+
active: activeShareButton,
|
|
193
|
+
startcolor: startcolor,
|
|
194
|
+
forceTransparency: forceTransparency,
|
|
195
|
+
icononly: true,
|
|
196
|
+
id: "share-button"
|
|
197
|
+
}, /*#__PURE__*/_react.default.createElement(_Icon.default, {
|
|
198
|
+
name: "Share"
|
|
199
|
+
})), /*#__PURE__*/_react.default.createElement(ButtonsWrapper, {
|
|
200
|
+
open: open,
|
|
201
|
+
right: right,
|
|
202
|
+
inverted: inverted
|
|
203
|
+
}, /*#__PURE__*/_react.default.createElement(Buttons, {
|
|
204
|
+
right: right,
|
|
205
|
+
inverted: inverted,
|
|
206
|
+
onClick: () => setTimeout(this.handleOpen, 550)
|
|
207
|
+
}, blockContent.socialMedia && blockContent.socialMedia.length > 0 && blockContent.socialMedia.map((item, index) => {
|
|
208
|
+
if (item.uri !== '' && item.label.includes('Share')) return /*#__PURE__*/_react.default.createElement(_Button.default, {
|
|
209
|
+
key: index,
|
|
203
210
|
icononly: true,
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
return setTimeout(_this2.handleOpen, 550);
|
|
216
|
-
}
|
|
217
|
-
}, blockContent.socialMedia && blockContent.socialMedia.length > 0 && blockContent.socialMedia.map(function (item, index) {
|
|
218
|
-
if (item.uri !== '' && item.label.includes('Share')) return /*#__PURE__*/_react.default.createElement(_Button.default, {
|
|
219
|
-
key: index,
|
|
220
|
-
icononly: true,
|
|
221
|
-
noborder: true,
|
|
222
|
-
color: "transparent",
|
|
223
|
-
as: "a",
|
|
224
|
-
href: item.uri,
|
|
225
|
-
target: "_blank",
|
|
226
|
-
rel: "noopener noreferrer"
|
|
227
|
-
}, parseButtonClass(item.uri));
|
|
228
|
-
return '';
|
|
229
|
-
}))));
|
|
230
|
-
}
|
|
231
|
-
}]);
|
|
232
|
-
return ShareButton;
|
|
233
|
-
}(_react.Component);
|
|
211
|
+
noborder: true,
|
|
212
|
+
color: "transparent",
|
|
213
|
+
as: "a",
|
|
214
|
+
href: item.uri,
|
|
215
|
+
target: "_blank",
|
|
216
|
+
rel: "noopener noreferrer"
|
|
217
|
+
}, parseButtonClass(item.uri));
|
|
218
|
+
return '';
|
|
219
|
+
}))));
|
|
220
|
+
}
|
|
221
|
+
}
|
|
234
222
|
exports.ShareButton = ShareButton;
|
|
235
223
|
_defineProperty(ShareButton, "propTypes", {
|
|
236
224
|
inverted: _propTypes.default.bool,
|
|
@@ -241,5 +229,4 @@ _defineProperty(ShareButton, "propTypes", {
|
|
|
241
229
|
_defineProperty(ShareButton, "defaultProps", {
|
|
242
230
|
startcolor: _theme.default.cRed
|
|
243
231
|
});
|
|
244
|
-
var _default = ShareButton;
|
|
245
|
-
exports.default = _default;
|
|
232
|
+
var _default = exports.default = ShareButton;
|
|
@@ -6,10 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = exports.SideLine = void 0;
|
|
7
7
|
var _react = _interopRequireDefault(require("react"));
|
|
8
8
|
var _SideLine = require("./SideLine.styles");
|
|
9
|
-
function _interopRequireDefault(
|
|
10
|
-
|
|
11
|
-
return /*#__PURE__*/_react.default.createElement(_SideLine.Line, null, /*#__PURE__*/_react.default.createElement(_SideLine.Bar, null));
|
|
12
|
-
};
|
|
9
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
|
+
const SideLine = () => /*#__PURE__*/_react.default.createElement(_SideLine.Line, null, /*#__PURE__*/_react.default.createElement(_SideLine.Bar, null));
|
|
13
11
|
exports.SideLine = SideLine;
|
|
14
|
-
var _default = SideLine;
|
|
15
|
-
exports.default = _default;
|
|
12
|
+
var _default = exports.default = SideLine;
|
|
@@ -6,18 +6,15 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.sideLine = exports.default = void 0;
|
|
7
7
|
var _react = _interopRequireDefault(require("react"));
|
|
8
8
|
var _SideLine = require("./SideLine");
|
|
9
|
-
function _interopRequireDefault(
|
|
10
|
-
var _default = {
|
|
9
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
|
+
var _default = exports.default = {
|
|
11
11
|
title: 'Components Library/SideLine',
|
|
12
12
|
component: _SideLine.SideLine,
|
|
13
13
|
ArgTypes: {
|
|
14
14
|
// sizes: { defaultValue: 'Medium' },
|
|
15
15
|
}
|
|
16
16
|
};
|
|
17
|
-
|
|
18
|
-
var sideLine = function sideLine() {
|
|
19
|
-
return /*#__PURE__*/_react.default.createElement(_SideLine.SideLine, null);
|
|
20
|
-
};
|
|
17
|
+
const sideLine = () => /*#__PURE__*/_react.default.createElement(_SideLine.SideLine, null);
|
|
21
18
|
|
|
22
19
|
// const Template = args => <SideLine {...args} />
|
|
23
20
|
|
|
@@ -8,19 +8,13 @@ var _styledComponents = _interopRequireDefault(require("styled-components"));
|
|
|
8
8
|
var _rwd = _interopRequireDefault(require("../../styles/rwd"));
|
|
9
9
|
var _theme = _interopRequireDefault(require("../../styles/theme"));
|
|
10
10
|
var _templateObject, _templateObject2;
|
|
11
|
-
function _interopRequireDefault(
|
|
12
|
-
function _taggedTemplateLiteral(
|
|
13
|
-
|
|
11
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
12
|
+
function _taggedTemplateLiteral(e, t) { return t || (t = e.slice(0)), Object.freeze(Object.defineProperties(e, { raw: { value: Object.freeze(t) } })); }
|
|
13
|
+
const Line = exports.Line = _styledComponents.default.div.withConfig({
|
|
14
14
|
displayName: "SideLinestyles__Line",
|
|
15
15
|
componentId: "sc-1j51wng-0"
|
|
16
|
-
})(["display:none;position:absolute;top:0;right:20px;width:8px;height:100%;font-size:0;border-left:1px solid ", ";", " ", ""],
|
|
17
|
-
|
|
18
|
-
}, _rwd.default.Medium(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n display: block;\n "]))), _rwd.default.Large(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n right: 30px;\n "]))));
|
|
19
|
-
exports.Line = Line;
|
|
20
|
-
var Bar = _styledComponents.default.div.withConfig({
|
|
16
|
+
})(["display:none;position:absolute;top:0;right:20px;width:8px;height:100%;font-size:0;border-left:1px solid ", ";", " ", ""], props => _theme.default.cGrey, _rwd.default.Medium(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n display: block;\n "]))), _rwd.default.Large(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n right: 30px;\n "]))));
|
|
17
|
+
const Bar = exports.Bar = _styledComponents.default.div.withConfig({
|
|
21
18
|
displayName: "SideLinestyles__Bar",
|
|
22
19
|
componentId: "sc-1j51wng-1"
|
|
23
|
-
})(["position:absolute;top:60px;left:0;width:100%;height:40px;background-color:", ";"],
|
|
24
|
-
return _theme.default.cPrimary;
|
|
25
|
-
});
|
|
26
|
-
exports.Bar = Bar;
|
|
20
|
+
})(["position:absolute;top:60px;left:0;width:100%;height:40px;background-color:", ";"], props => _theme.default.cPrimary);
|
|
@@ -15,10 +15,12 @@ var _DoubleButton = _interopRequireDefault(require("../DoubleButton/DoubleButton
|
|
|
15
15
|
var _CryptoAddress = _interopRequireDefault(require("../CryptoAddress/CryptoAddress"));
|
|
16
16
|
var _Modal = require("../Modal/Modal.styles");
|
|
17
17
|
var _styles = require("./_styles");
|
|
18
|
-
function _interopRequireDefault(
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
18
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
19
|
+
const SignSubIntro = _ref => {
|
|
20
|
+
let {
|
|
21
|
+
setWallet,
|
|
22
|
+
changeStep
|
|
23
|
+
} = _ref;
|
|
22
24
|
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, {
|
|
23
25
|
noPaddingVertical: true
|
|
24
26
|
}, /*#__PURE__*/_react.default.createElement(_styles.SignSubText, null, /*#__PURE__*/_react.default.createElement("h3", null, "Choose your wallet"), /*#__PURE__*/_react.default.createElement("p", null, 'In the next couple of steps we guide you through signing and sending the investment transaction. To start, please choose the wallet that allows you to sign the transaction for the address you selected.'))), /*#__PURE__*/_react.default.createElement(_ComponentWrapper.default, {
|
|
@@ -35,12 +37,12 @@ var SignSubIntro = function SignSubIntro(_ref) {
|
|
|
35
37
|
eqUnit: '€'
|
|
36
38
|
}
|
|
37
39
|
})), /*#__PURE__*/_react.default.createElement(_ComponentWrapper.default, null, /*#__PURE__*/_react.default.createElement(_DoubleButton.default, null, /*#__PURE__*/_react.default.createElement(_Button.default, {
|
|
38
|
-
onClick:
|
|
40
|
+
onClick: () => {
|
|
39
41
|
setWallet('ledger');
|
|
40
42
|
changeStep();
|
|
41
43
|
}
|
|
42
44
|
}, "Ledger"), /*#__PURE__*/_react.default.createElement(_Button.default, {
|
|
43
|
-
onClick:
|
|
45
|
+
onClick: () => {
|
|
44
46
|
setWallet('metamask');
|
|
45
47
|
changeStep();
|
|
46
48
|
}
|
|
@@ -50,5 +52,4 @@ SignSubIntro.propTypes = {
|
|
|
50
52
|
setWallet: _propTypes.default.func.isRequired,
|
|
51
53
|
changeStep: _propTypes.default.func.isRequired
|
|
52
54
|
};
|
|
53
|
-
var _default = SignSubIntro;
|
|
54
|
-
exports.default = _default;
|
|
55
|
+
var _default = exports.default = SignSubIntro;
|
|
@@ -10,36 +10,25 @@ var _rwd = _interopRequireDefault(require("../../styles/rwd"));
|
|
|
10
10
|
var _Text = _interopRequireDefault(require("../Text/Text.styles"));
|
|
11
11
|
var _theme = _interopRequireDefault(require("../../styles/theme"));
|
|
12
12
|
var _templateObject, _templateObject2, _templateObject3, _templateObject4;
|
|
13
|
-
function _interopRequireDefault(
|
|
14
|
-
function _taggedTemplateLiteral(
|
|
15
|
-
|
|
13
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
14
|
+
function _taggedTemplateLiteral(e, t) { return t || (t = e.slice(0)), Object.freeze(Object.defineProperties(e, { raw: { value: Object.freeze(t) } })); }
|
|
15
|
+
const SignSubStep = exports.SignSubStep = _styledComponents.default.div.withConfig({
|
|
16
16
|
displayName: "_styles__SignSubStep",
|
|
17
17
|
componentId: "sc-1kpm9cx-0"
|
|
18
18
|
})(["position:relative;height:100%;"]);
|
|
19
|
-
exports.
|
|
20
|
-
var SignSubWrapper = _styledComponents.default.div.withConfig({
|
|
19
|
+
const SignSubWrapper = exports.SignSubWrapper = _styledComponents.default.div.withConfig({
|
|
21
20
|
displayName: "_styles__SignSubWrapper",
|
|
22
21
|
componentId: "sc-1kpm9cx-1"
|
|
23
22
|
})(["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.
|
|
25
|
-
var SignSubInfo = _styledComponents.default.div.withConfig({
|
|
23
|
+
const SignSubInfo = exports.SignSubInfo = _styledComponents.default.div.withConfig({
|
|
26
24
|
displayName: "_styles__SignSubInfo",
|
|
27
25
|
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:", ";}}"],
|
|
29
|
-
|
|
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({
|
|
26
|
+
})(["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:", ";}}"], props => _theme.default.cBlack, props => props.center && 'text-align: center;', _rwd.default.Large(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n font-size: 12px;\n "]))), props => _theme.default.cPrimary);
|
|
27
|
+
const NumberWithTitle = exports.NumberWithTitle = _styledComponents.default.div.withConfig({
|
|
37
28
|
displayName: "_styles__NumberWithTitle",
|
|
38
29
|
componentId: "sc-1kpm9cx-3"
|
|
39
30
|
})(["line-height:24px;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding-bottom:18px;"]);
|
|
40
|
-
exports.
|
|
41
|
-
var SignSubText = (0, _styledComponents.default)(_Text.default).withConfig({
|
|
31
|
+
const SignSubText = exports.SignSubText = (0, _styledComponents.default)(_Text.default).withConfig({
|
|
42
32
|
displayName: "_styles__SignSubText",
|
|
43
33
|
componentId: "sc-1kpm9cx-4"
|
|
44
|
-
})(["p{", "}"], _rwd.default.Medium(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["\n font-size: 16px;\n "]))));
|
|
45
|
-
exports.SignSubText = SignSubText;
|
|
34
|
+
})(["p{", "}"], _rwd.default.Medium(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["\n font-size: 16px;\n "]))));
|
|
@@ -5,28 +5,28 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
Object.defineProperty(exports, "SignSubInfo", {
|
|
7
7
|
enumerable: true,
|
|
8
|
-
get: function
|
|
8
|
+
get: function () {
|
|
9
9
|
return _styles.SignSubInfo;
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
12
|
Object.defineProperty(exports, "SignSubIntro", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function
|
|
14
|
+
get: function () {
|
|
15
15
|
return _SignSubIntro.default;
|
|
16
16
|
}
|
|
17
17
|
});
|
|
18
18
|
Object.defineProperty(exports, "SignSubStep", {
|
|
19
19
|
enumerable: true,
|
|
20
|
-
get: function
|
|
20
|
+
get: function () {
|
|
21
21
|
return _styles.SignSubStep;
|
|
22
22
|
}
|
|
23
23
|
});
|
|
24
24
|
Object.defineProperty(exports, "SignSubWrapper", {
|
|
25
25
|
enumerable: true,
|
|
26
|
-
get: function
|
|
26
|
+
get: function () {
|
|
27
27
|
return _styles.SignSubWrapper;
|
|
28
28
|
}
|
|
29
29
|
});
|
|
30
30
|
var _SignSubIntro = _interopRequireDefault(require("./SignSubIntro"));
|
|
31
31
|
var _styles = require("./_styles");
|
|
32
|
-
function _interopRequireDefault(
|
|
32
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|