@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
package/dist/index.js
CHANGED
|
@@ -9,7 +9,7 @@ Object.keys(_AccountBalance).forEach(function (key) {
|
|
|
9
9
|
if (key in exports && exports[key] === _AccountBalance[key]) return;
|
|
10
10
|
Object.defineProperty(exports, key, {
|
|
11
11
|
enumerable: true,
|
|
12
|
-
get: function
|
|
12
|
+
get: function () {
|
|
13
13
|
return _AccountBalance[key];
|
|
14
14
|
}
|
|
15
15
|
});
|
|
@@ -20,7 +20,7 @@ Object.keys(_Table).forEach(function (key) {
|
|
|
20
20
|
if (key in exports && exports[key] === _Table[key]) return;
|
|
21
21
|
Object.defineProperty(exports, key, {
|
|
22
22
|
enumerable: true,
|
|
23
|
-
get: function
|
|
23
|
+
get: function () {
|
|
24
24
|
return _Table[key];
|
|
25
25
|
}
|
|
26
26
|
});
|
|
@@ -31,7 +31,7 @@ Object.keys(_ReactTable).forEach(function (key) {
|
|
|
31
31
|
if (key in exports && exports[key] === _ReactTable[key]) return;
|
|
32
32
|
Object.defineProperty(exports, key, {
|
|
33
33
|
enumerable: true,
|
|
34
|
-
get: function
|
|
34
|
+
get: function () {
|
|
35
35
|
return _ReactTable[key];
|
|
36
36
|
}
|
|
37
37
|
});
|
|
@@ -42,7 +42,7 @@ Object.keys(_AgreementItem).forEach(function (key) {
|
|
|
42
42
|
if (key in exports && exports[key] === _AgreementItem[key]) return;
|
|
43
43
|
Object.defineProperty(exports, key, {
|
|
44
44
|
enumerable: true,
|
|
45
|
-
get: function
|
|
45
|
+
get: function () {
|
|
46
46
|
return _AgreementItem[key];
|
|
47
47
|
}
|
|
48
48
|
});
|
|
@@ -53,7 +53,7 @@ Object.keys(_BackButton).forEach(function (key) {
|
|
|
53
53
|
if (key in exports && exports[key] === _BackButton[key]) return;
|
|
54
54
|
Object.defineProperty(exports, key, {
|
|
55
55
|
enumerable: true,
|
|
56
|
-
get: function
|
|
56
|
+
get: function () {
|
|
57
57
|
return _BackButton[key];
|
|
58
58
|
}
|
|
59
59
|
});
|
|
@@ -64,7 +64,7 @@ Object.keys(_Background).forEach(function (key) {
|
|
|
64
64
|
if (key in exports && exports[key] === _Background[key]) return;
|
|
65
65
|
Object.defineProperty(exports, key, {
|
|
66
66
|
enumerable: true,
|
|
67
|
-
get: function
|
|
67
|
+
get: function () {
|
|
68
68
|
return _Background[key];
|
|
69
69
|
}
|
|
70
70
|
});
|
|
@@ -75,7 +75,7 @@ Object.keys(_HeroVideoBlock).forEach(function (key) {
|
|
|
75
75
|
if (key in exports && exports[key] === _HeroVideoBlock[key]) return;
|
|
76
76
|
Object.defineProperty(exports, key, {
|
|
77
77
|
enumerable: true,
|
|
78
|
-
get: function
|
|
78
|
+
get: function () {
|
|
79
79
|
return _HeroVideoBlock[key];
|
|
80
80
|
}
|
|
81
81
|
});
|
|
@@ -86,7 +86,7 @@ Object.keys(_BasicTable).forEach(function (key) {
|
|
|
86
86
|
if (key in exports && exports[key] === _BasicTable[key]) return;
|
|
87
87
|
Object.defineProperty(exports, key, {
|
|
88
88
|
enumerable: true,
|
|
89
|
-
get: function
|
|
89
|
+
get: function () {
|
|
90
90
|
return _BasicTable[key];
|
|
91
91
|
}
|
|
92
92
|
});
|
|
@@ -97,7 +97,7 @@ Object.keys(_Button).forEach(function (key) {
|
|
|
97
97
|
if (key in exports && exports[key] === _Button[key]) return;
|
|
98
98
|
Object.defineProperty(exports, key, {
|
|
99
99
|
enumerable: true,
|
|
100
|
-
get: function
|
|
100
|
+
get: function () {
|
|
101
101
|
return _Button[key];
|
|
102
102
|
}
|
|
103
103
|
});
|
|
@@ -108,7 +108,7 @@ Object.keys(_ButtonContainer).forEach(function (key) {
|
|
|
108
108
|
if (key in exports && exports[key] === _ButtonContainer[key]) return;
|
|
109
109
|
Object.defineProperty(exports, key, {
|
|
110
110
|
enumerable: true,
|
|
111
|
-
get: function
|
|
111
|
+
get: function () {
|
|
112
112
|
return _ButtonContainer[key];
|
|
113
113
|
}
|
|
114
114
|
});
|
|
@@ -119,7 +119,7 @@ Object.keys(_CaptialRaisedSummary).forEach(function (key) {
|
|
|
119
119
|
if (key in exports && exports[key] === _CaptialRaisedSummary[key]) return;
|
|
120
120
|
Object.defineProperty(exports, key, {
|
|
121
121
|
enumerable: true,
|
|
122
|
-
get: function
|
|
122
|
+
get: function () {
|
|
123
123
|
return _CaptialRaisedSummary[key];
|
|
124
124
|
}
|
|
125
125
|
});
|
|
@@ -130,7 +130,7 @@ Object.keys(_ChartBox).forEach(function (key) {
|
|
|
130
130
|
if (key in exports && exports[key] === _ChartBox[key]) return;
|
|
131
131
|
Object.defineProperty(exports, key, {
|
|
132
132
|
enumerable: true,
|
|
133
|
-
get: function
|
|
133
|
+
get: function () {
|
|
134
134
|
return _ChartBox[key];
|
|
135
135
|
}
|
|
136
136
|
});
|
|
@@ -141,7 +141,7 @@ Object.keys(_ChartBoxDistribution).forEach(function (key) {
|
|
|
141
141
|
if (key in exports && exports[key] === _ChartBoxDistribution[key]) return;
|
|
142
142
|
Object.defineProperty(exports, key, {
|
|
143
143
|
enumerable: true,
|
|
144
|
-
get: function
|
|
144
|
+
get: function () {
|
|
145
145
|
return _ChartBoxDistribution[key];
|
|
146
146
|
}
|
|
147
147
|
});
|
|
@@ -152,7 +152,7 @@ Object.keys(_ChartLegend).forEach(function (key) {
|
|
|
152
152
|
if (key in exports && exports[key] === _ChartLegend[key]) return;
|
|
153
153
|
Object.defineProperty(exports, key, {
|
|
154
154
|
enumerable: true,
|
|
155
|
-
get: function
|
|
155
|
+
get: function () {
|
|
156
156
|
return _ChartLegend[key];
|
|
157
157
|
}
|
|
158
158
|
});
|
|
@@ -163,7 +163,7 @@ Object.keys(_Checkbox).forEach(function (key) {
|
|
|
163
163
|
if (key in exports && exports[key] === _Checkbox[key]) return;
|
|
164
164
|
Object.defineProperty(exports, key, {
|
|
165
165
|
enumerable: true,
|
|
166
|
-
get: function
|
|
166
|
+
get: function () {
|
|
167
167
|
return _Checkbox[key];
|
|
168
168
|
}
|
|
169
169
|
});
|
|
@@ -174,7 +174,7 @@ Object.keys(_ComponentScroll).forEach(function (key) {
|
|
|
174
174
|
if (key in exports && exports[key] === _ComponentScroll[key]) return;
|
|
175
175
|
Object.defineProperty(exports, key, {
|
|
176
176
|
enumerable: true,
|
|
177
|
-
get: function
|
|
177
|
+
get: function () {
|
|
178
178
|
return _ComponentScroll[key];
|
|
179
179
|
}
|
|
180
180
|
});
|
|
@@ -185,7 +185,7 @@ Object.keys(_ComponentWrapper).forEach(function (key) {
|
|
|
185
185
|
if (key in exports && exports[key] === _ComponentWrapper[key]) return;
|
|
186
186
|
Object.defineProperty(exports, key, {
|
|
187
187
|
enumerable: true,
|
|
188
|
-
get: function
|
|
188
|
+
get: function () {
|
|
189
189
|
return _ComponentWrapper[key];
|
|
190
190
|
}
|
|
191
191
|
});
|
|
@@ -196,7 +196,7 @@ Object.keys(_CryptoAddress).forEach(function (key) {
|
|
|
196
196
|
if (key in exports && exports[key] === _CryptoAddress[key]) return;
|
|
197
197
|
Object.defineProperty(exports, key, {
|
|
198
198
|
enumerable: true,
|
|
199
|
-
get: function
|
|
199
|
+
get: function () {
|
|
200
200
|
return _CryptoAddress[key];
|
|
201
201
|
}
|
|
202
202
|
});
|
|
@@ -207,7 +207,7 @@ Object.keys(_CryptoAddressDetails).forEach(function (key) {
|
|
|
207
207
|
if (key in exports && exports[key] === _CryptoAddressDetails[key]) return;
|
|
208
208
|
Object.defineProperty(exports, key, {
|
|
209
209
|
enumerable: true,
|
|
210
|
-
get: function
|
|
210
|
+
get: function () {
|
|
211
211
|
return _CryptoAddressDetails[key];
|
|
212
212
|
}
|
|
213
213
|
});
|
|
@@ -218,7 +218,7 @@ Object.keys(_CryptoAddressWrapper).forEach(function (key) {
|
|
|
218
218
|
if (key in exports && exports[key] === _CryptoAddressWrapper[key]) return;
|
|
219
219
|
Object.defineProperty(exports, key, {
|
|
220
220
|
enumerable: true,
|
|
221
|
-
get: function
|
|
221
|
+
get: function () {
|
|
222
222
|
return _CryptoAddressWrapper[key];
|
|
223
223
|
}
|
|
224
224
|
});
|
|
@@ -229,7 +229,7 @@ Object.keys(_DoubleButton).forEach(function (key) {
|
|
|
229
229
|
if (key in exports && exports[key] === _DoubleButton[key]) return;
|
|
230
230
|
Object.defineProperty(exports, key, {
|
|
231
231
|
enumerable: true,
|
|
232
|
-
get: function
|
|
232
|
+
get: function () {
|
|
233
233
|
return _DoubleButton[key];
|
|
234
234
|
}
|
|
235
235
|
});
|
|
@@ -240,7 +240,7 @@ Object.keys(_ErrorMessage).forEach(function (key) {
|
|
|
240
240
|
if (key in exports && exports[key] === _ErrorMessage[key]) return;
|
|
241
241
|
Object.defineProperty(exports, key, {
|
|
242
242
|
enumerable: true,
|
|
243
|
-
get: function
|
|
243
|
+
get: function () {
|
|
244
244
|
return _ErrorMessage[key];
|
|
245
245
|
}
|
|
246
246
|
});
|
|
@@ -251,7 +251,7 @@ Object.keys(_FAQ).forEach(function (key) {
|
|
|
251
251
|
if (key in exports && exports[key] === _FAQ[key]) return;
|
|
252
252
|
Object.defineProperty(exports, key, {
|
|
253
253
|
enumerable: true,
|
|
254
|
-
get: function
|
|
254
|
+
get: function () {
|
|
255
255
|
return _FAQ[key];
|
|
256
256
|
}
|
|
257
257
|
});
|
|
@@ -262,7 +262,7 @@ Object.keys(_Footer).forEach(function (key) {
|
|
|
262
262
|
if (key in exports && exports[key] === _Footer[key]) return;
|
|
263
263
|
Object.defineProperty(exports, key, {
|
|
264
264
|
enumerable: true,
|
|
265
|
-
get: function
|
|
265
|
+
get: function () {
|
|
266
266
|
return _Footer[key];
|
|
267
267
|
}
|
|
268
268
|
});
|
|
@@ -273,7 +273,7 @@ Object.keys(_Newsletter).forEach(function (key) {
|
|
|
273
273
|
if (key in exports && exports[key] === _Newsletter[key]) return;
|
|
274
274
|
Object.defineProperty(exports, key, {
|
|
275
275
|
enumerable: true,
|
|
276
|
-
get: function
|
|
276
|
+
get: function () {
|
|
277
277
|
return _Newsletter[key];
|
|
278
278
|
}
|
|
279
279
|
});
|
|
@@ -284,7 +284,7 @@ Object.keys(_ForgotPasswordModal).forEach(function (key) {
|
|
|
284
284
|
if (key in exports && exports[key] === _ForgotPasswordModal[key]) return;
|
|
285
285
|
Object.defineProperty(exports, key, {
|
|
286
286
|
enumerable: true,
|
|
287
|
-
get: function
|
|
287
|
+
get: function () {
|
|
288
288
|
return _ForgotPasswordModal[key];
|
|
289
289
|
}
|
|
290
290
|
});
|
|
@@ -295,7 +295,7 @@ Object.keys(_Form).forEach(function (key) {
|
|
|
295
295
|
if (key in exports && exports[key] === _Form[key]) return;
|
|
296
296
|
Object.defineProperty(exports, key, {
|
|
297
297
|
enumerable: true,
|
|
298
|
-
get: function
|
|
298
|
+
get: function () {
|
|
299
299
|
return _Form[key];
|
|
300
300
|
}
|
|
301
301
|
});
|
|
@@ -306,7 +306,7 @@ Object.keys(_Form2).forEach(function (key) {
|
|
|
306
306
|
if (key in exports && exports[key] === _Form2[key]) return;
|
|
307
307
|
Object.defineProperty(exports, key, {
|
|
308
308
|
enumerable: true,
|
|
309
|
-
get: function
|
|
309
|
+
get: function () {
|
|
310
310
|
return _Form2[key];
|
|
311
311
|
}
|
|
312
312
|
});
|
|
@@ -317,7 +317,7 @@ Object.keys(_Card).forEach(function (key) {
|
|
|
317
317
|
if (key in exports && exports[key] === _Card[key]) return;
|
|
318
318
|
Object.defineProperty(exports, key, {
|
|
319
319
|
enumerable: true,
|
|
320
|
-
get: function
|
|
320
|
+
get: function () {
|
|
321
321
|
return _Card[key];
|
|
322
322
|
}
|
|
323
323
|
});
|
|
@@ -328,7 +328,7 @@ Object.keys(_Grid).forEach(function (key) {
|
|
|
328
328
|
if (key in exports && exports[key] === _Grid[key]) return;
|
|
329
329
|
Object.defineProperty(exports, key, {
|
|
330
330
|
enumerable: true,
|
|
331
|
-
get: function
|
|
331
|
+
get: function () {
|
|
332
332
|
return _Grid[key];
|
|
333
333
|
}
|
|
334
334
|
});
|
|
@@ -339,7 +339,7 @@ Object.keys(_Header).forEach(function (key) {
|
|
|
339
339
|
if (key in exports && exports[key] === _Header[key]) return;
|
|
340
340
|
Object.defineProperty(exports, key, {
|
|
341
341
|
enumerable: true,
|
|
342
|
-
get: function
|
|
342
|
+
get: function () {
|
|
343
343
|
return _Header[key];
|
|
344
344
|
}
|
|
345
345
|
});
|
|
@@ -350,7 +350,7 @@ Object.keys(_Icon).forEach(function (key) {
|
|
|
350
350
|
if (key in exports && exports[key] === _Icon[key]) return;
|
|
351
351
|
Object.defineProperty(exports, key, {
|
|
352
352
|
enumerable: true,
|
|
353
|
-
get: function
|
|
353
|
+
get: function () {
|
|
354
354
|
return _Icon[key];
|
|
355
355
|
}
|
|
356
356
|
});
|
|
@@ -361,7 +361,7 @@ Object.keys(_InfoIcon).forEach(function (key) {
|
|
|
361
361
|
if (key in exports && exports[key] === _InfoIcon[key]) return;
|
|
362
362
|
Object.defineProperty(exports, key, {
|
|
363
363
|
enumerable: true,
|
|
364
|
-
get: function
|
|
364
|
+
get: function () {
|
|
365
365
|
return _InfoIcon[key];
|
|
366
366
|
}
|
|
367
367
|
});
|
|
@@ -372,7 +372,7 @@ Object.keys(_Input).forEach(function (key) {
|
|
|
372
372
|
if (key in exports && exports[key] === _Input[key]) return;
|
|
373
373
|
Object.defineProperty(exports, key, {
|
|
374
374
|
enumerable: true,
|
|
375
|
-
get: function
|
|
375
|
+
get: function () {
|
|
376
376
|
return _Input[key];
|
|
377
377
|
}
|
|
378
378
|
});
|
|
@@ -383,7 +383,7 @@ Object.keys(_DatePickerInput).forEach(function (key) {
|
|
|
383
383
|
if (key in exports && exports[key] === _DatePickerInput[key]) return;
|
|
384
384
|
Object.defineProperty(exports, key, {
|
|
385
385
|
enumerable: true,
|
|
386
|
-
get: function
|
|
386
|
+
get: function () {
|
|
387
387
|
return _DatePickerInput[key];
|
|
388
388
|
}
|
|
389
389
|
});
|
|
@@ -394,7 +394,7 @@ Object.keys(_InputPassword).forEach(function (key) {
|
|
|
394
394
|
if (key in exports && exports[key] === _InputPassword[key]) return;
|
|
395
395
|
Object.defineProperty(exports, key, {
|
|
396
396
|
enumerable: true,
|
|
397
|
-
get: function
|
|
397
|
+
get: function () {
|
|
398
398
|
return _InputPassword[key];
|
|
399
399
|
}
|
|
400
400
|
});
|
|
@@ -405,7 +405,7 @@ Object.keys(_RangeInput).forEach(function (key) {
|
|
|
405
405
|
if (key in exports && exports[key] === _RangeInput[key]) return;
|
|
406
406
|
Object.defineProperty(exports, key, {
|
|
407
407
|
enumerable: true,
|
|
408
|
-
get: function
|
|
408
|
+
get: function () {
|
|
409
409
|
return _RangeInput[key];
|
|
410
410
|
}
|
|
411
411
|
});
|
|
@@ -416,7 +416,7 @@ Object.keys(_Select).forEach(function (key) {
|
|
|
416
416
|
if (key in exports && exports[key] === _Select[key]) return;
|
|
417
417
|
Object.defineProperty(exports, key, {
|
|
418
418
|
enumerable: true,
|
|
419
|
-
get: function
|
|
419
|
+
get: function () {
|
|
420
420
|
return _Select[key];
|
|
421
421
|
}
|
|
422
422
|
});
|
|
@@ -427,7 +427,7 @@ Object.keys(_OtpInput).forEach(function (key) {
|
|
|
427
427
|
if (key in exports && exports[key] === _OtpInput[key]) return;
|
|
428
428
|
Object.defineProperty(exports, key, {
|
|
429
429
|
enumerable: true,
|
|
430
|
-
get: function
|
|
430
|
+
get: function () {
|
|
431
431
|
return _OtpInput[key];
|
|
432
432
|
}
|
|
433
433
|
});
|
|
@@ -438,7 +438,7 @@ Object.keys(_InputUsername).forEach(function (key) {
|
|
|
438
438
|
if (key in exports && exports[key] === _InputUsername[key]) return;
|
|
439
439
|
Object.defineProperty(exports, key, {
|
|
440
440
|
enumerable: true,
|
|
441
|
-
get: function
|
|
441
|
+
get: function () {
|
|
442
442
|
return _InputUsername[key];
|
|
443
443
|
}
|
|
444
444
|
});
|
|
@@ -449,7 +449,7 @@ Object.keys(_InputWithButton).forEach(function (key) {
|
|
|
449
449
|
if (key in exports && exports[key] === _InputWithButton[key]) return;
|
|
450
450
|
Object.defineProperty(exports, key, {
|
|
451
451
|
enumerable: true,
|
|
452
|
-
get: function
|
|
452
|
+
get: function () {
|
|
453
453
|
return _InputWithButton[key];
|
|
454
454
|
}
|
|
455
455
|
});
|
|
@@ -460,7 +460,7 @@ Object.keys(_InvestCalculator).forEach(function (key) {
|
|
|
460
460
|
if (key in exports && exports[key] === _InvestCalculator[key]) return;
|
|
461
461
|
Object.defineProperty(exports, key, {
|
|
462
462
|
enumerable: true,
|
|
463
|
-
get: function
|
|
463
|
+
get: function () {
|
|
464
464
|
return _InvestCalculator[key];
|
|
465
465
|
}
|
|
466
466
|
});
|
|
@@ -471,7 +471,7 @@ Object.keys(_InvestmentStat).forEach(function (key) {
|
|
|
471
471
|
if (key in exports && exports[key] === _InvestmentStat[key]) return;
|
|
472
472
|
Object.defineProperty(exports, key, {
|
|
473
473
|
enumerable: true,
|
|
474
|
-
get: function
|
|
474
|
+
get: function () {
|
|
475
475
|
return _InvestmentStat[key];
|
|
476
476
|
}
|
|
477
477
|
});
|
|
@@ -482,7 +482,7 @@ Object.keys(_SpanButton).forEach(function (key) {
|
|
|
482
482
|
if (key in exports && exports[key] === _SpanButton[key]) return;
|
|
483
483
|
Object.defineProperty(exports, key, {
|
|
484
484
|
enumerable: true,
|
|
485
|
-
get: function
|
|
485
|
+
get: function () {
|
|
486
486
|
return _SpanButton[key];
|
|
487
487
|
}
|
|
488
488
|
});
|
|
@@ -493,7 +493,7 @@ Object.keys(_KYCFlow).forEach(function (key) {
|
|
|
493
493
|
if (key in exports && exports[key] === _KYCFlow[key]) return;
|
|
494
494
|
Object.defineProperty(exports, key, {
|
|
495
495
|
enumerable: true,
|
|
496
|
-
get: function
|
|
496
|
+
get: function () {
|
|
497
497
|
return _KYCFlow[key];
|
|
498
498
|
}
|
|
499
499
|
});
|
|
@@ -504,7 +504,7 @@ Object.keys(_KYCSelectBox).forEach(function (key) {
|
|
|
504
504
|
if (key in exports && exports[key] === _KYCSelectBox[key]) return;
|
|
505
505
|
Object.defineProperty(exports, key, {
|
|
506
506
|
enumerable: true,
|
|
507
|
-
get: function
|
|
507
|
+
get: function () {
|
|
508
508
|
return _KYCSelectBox[key];
|
|
509
509
|
}
|
|
510
510
|
});
|
|
@@ -515,7 +515,7 @@ Object.keys(_LatestUpdate).forEach(function (key) {
|
|
|
515
515
|
if (key in exports && exports[key] === _LatestUpdate[key]) return;
|
|
516
516
|
Object.defineProperty(exports, key, {
|
|
517
517
|
enumerable: true,
|
|
518
|
-
get: function
|
|
518
|
+
get: function () {
|
|
519
519
|
return _LatestUpdate[key];
|
|
520
520
|
}
|
|
521
521
|
});
|
|
@@ -526,7 +526,7 @@ Object.keys(_LearnMoreCarousel).forEach(function (key) {
|
|
|
526
526
|
if (key in exports && exports[key] === _LearnMoreCarousel[key]) return;
|
|
527
527
|
Object.defineProperty(exports, key, {
|
|
528
528
|
enumerable: true,
|
|
529
|
-
get: function
|
|
529
|
+
get: function () {
|
|
530
530
|
return _LearnMoreCarousel[key];
|
|
531
531
|
}
|
|
532
532
|
});
|
|
@@ -537,7 +537,7 @@ Object.keys(_LearnMore).forEach(function (key) {
|
|
|
537
537
|
if (key in exports && exports[key] === _LearnMore[key]) return;
|
|
538
538
|
Object.defineProperty(exports, key, {
|
|
539
539
|
enumerable: true,
|
|
540
|
-
get: function
|
|
540
|
+
get: function () {
|
|
541
541
|
return _LearnMore[key];
|
|
542
542
|
}
|
|
543
543
|
});
|
|
@@ -548,7 +548,7 @@ Object.keys(_LearnMoreExampleObject).forEach(function (key) {
|
|
|
548
548
|
if (key in exports && exports[key] === _LearnMoreExampleObject[key]) return;
|
|
549
549
|
Object.defineProperty(exports, key, {
|
|
550
550
|
enumerable: true,
|
|
551
|
-
get: function
|
|
551
|
+
get: function () {
|
|
552
552
|
return _LearnMoreExampleObject[key];
|
|
553
553
|
}
|
|
554
554
|
});
|
|
@@ -559,7 +559,7 @@ Object.keys(_LearnMoreItem).forEach(function (key) {
|
|
|
559
559
|
if (key in exports && exports[key] === _LearnMoreItem[key]) return;
|
|
560
560
|
Object.defineProperty(exports, key, {
|
|
561
561
|
enumerable: true,
|
|
562
|
-
get: function
|
|
562
|
+
get: function () {
|
|
563
563
|
return _LearnMoreItem[key];
|
|
564
564
|
}
|
|
565
565
|
});
|
|
@@ -570,7 +570,7 @@ Object.keys(_LearnMore2).forEach(function (key) {
|
|
|
570
570
|
if (key in exports && exports[key] === _LearnMore2[key]) return;
|
|
571
571
|
Object.defineProperty(exports, key, {
|
|
572
572
|
enumerable: true,
|
|
573
|
-
get: function
|
|
573
|
+
get: function () {
|
|
574
574
|
return _LearnMore2[key];
|
|
575
575
|
}
|
|
576
576
|
});
|
|
@@ -581,7 +581,7 @@ Object.keys(_LearnMoreItem2).forEach(function (key) {
|
|
|
581
581
|
if (key in exports && exports[key] === _LearnMoreItem2[key]) return;
|
|
582
582
|
Object.defineProperty(exports, key, {
|
|
583
583
|
enumerable: true,
|
|
584
|
-
get: function
|
|
584
|
+
get: function () {
|
|
585
585
|
return _LearnMoreItem2[key];
|
|
586
586
|
}
|
|
587
587
|
});
|
|
@@ -592,7 +592,7 @@ Object.keys(_LoginModal).forEach(function (key) {
|
|
|
592
592
|
if (key in exports && exports[key] === _LoginModal[key]) return;
|
|
593
593
|
Object.defineProperty(exports, key, {
|
|
594
594
|
enumerable: true,
|
|
595
|
-
get: function
|
|
595
|
+
get: function () {
|
|
596
596
|
return _LoginModal[key];
|
|
597
597
|
}
|
|
598
598
|
});
|
|
@@ -603,7 +603,7 @@ Object.keys(_MainMenu).forEach(function (key) {
|
|
|
603
603
|
if (key in exports && exports[key] === _MainMenu[key]) return;
|
|
604
604
|
Object.defineProperty(exports, key, {
|
|
605
605
|
enumerable: true,
|
|
606
|
-
get: function
|
|
606
|
+
get: function () {
|
|
607
607
|
return _MainMenu[key];
|
|
608
608
|
}
|
|
609
609
|
});
|
|
@@ -614,7 +614,7 @@ Object.keys(_MenuNav).forEach(function (key) {
|
|
|
614
614
|
if (key in exports && exports[key] === _MenuNav[key]) return;
|
|
615
615
|
Object.defineProperty(exports, key, {
|
|
616
616
|
enumerable: true,
|
|
617
|
-
get: function
|
|
617
|
+
get: function () {
|
|
618
618
|
return _MenuNav[key];
|
|
619
619
|
}
|
|
620
620
|
});
|
|
@@ -625,7 +625,7 @@ Object.keys(_Modal).forEach(function (key) {
|
|
|
625
625
|
if (key in exports && exports[key] === _Modal[key]) return;
|
|
626
626
|
Object.defineProperty(exports, key, {
|
|
627
627
|
enumerable: true,
|
|
628
|
-
get: function
|
|
628
|
+
get: function () {
|
|
629
629
|
return _Modal[key];
|
|
630
630
|
}
|
|
631
631
|
});
|
|
@@ -636,7 +636,7 @@ Object.keys(_PaymentModal).forEach(function (key) {
|
|
|
636
636
|
if (key in exports && exports[key] === _PaymentModal[key]) return;
|
|
637
637
|
Object.defineProperty(exports, key, {
|
|
638
638
|
enumerable: true,
|
|
639
|
-
get: function
|
|
639
|
+
get: function () {
|
|
640
640
|
return _PaymentModal[key];
|
|
641
641
|
}
|
|
642
642
|
});
|
|
@@ -647,7 +647,7 @@ Object.keys(_NewVentureModal).forEach(function (key) {
|
|
|
647
647
|
if (key in exports && exports[key] === _NewVentureModal[key]) return;
|
|
648
648
|
Object.defineProperty(exports, key, {
|
|
649
649
|
enumerable: true,
|
|
650
|
-
get: function
|
|
650
|
+
get: function () {
|
|
651
651
|
return _NewVentureModal[key];
|
|
652
652
|
}
|
|
653
653
|
});
|
|
@@ -658,7 +658,7 @@ Object.keys(_MultiProgressBar).forEach(function (key) {
|
|
|
658
658
|
if (key in exports && exports[key] === _MultiProgressBar[key]) return;
|
|
659
659
|
Object.defineProperty(exports, key, {
|
|
660
660
|
enumerable: true,
|
|
661
|
-
get: function
|
|
661
|
+
get: function () {
|
|
662
662
|
return _MultiProgressBar[key];
|
|
663
663
|
}
|
|
664
664
|
});
|
|
@@ -669,7 +669,7 @@ Object.keys(_NotificationCounter).forEach(function (key) {
|
|
|
669
669
|
if (key in exports && exports[key] === _NotificationCounter[key]) return;
|
|
670
670
|
Object.defineProperty(exports, key, {
|
|
671
671
|
enumerable: true,
|
|
672
|
-
get: function
|
|
672
|
+
get: function () {
|
|
673
673
|
return _NotificationCounter[key];
|
|
674
674
|
}
|
|
675
675
|
});
|
|
@@ -680,7 +680,7 @@ Object.keys(_Number).forEach(function (key) {
|
|
|
680
680
|
if (key in exports && exports[key] === _Number[key]) return;
|
|
681
681
|
Object.defineProperty(exports, key, {
|
|
682
682
|
enumerable: true,
|
|
683
|
-
get: function
|
|
683
|
+
get: function () {
|
|
684
684
|
return _Number[key];
|
|
685
685
|
}
|
|
686
686
|
});
|
|
@@ -691,7 +691,7 @@ Object.keys(_PageTransition).forEach(function (key) {
|
|
|
691
691
|
if (key in exports && exports[key] === _PageTransition[key]) return;
|
|
692
692
|
Object.defineProperty(exports, key, {
|
|
693
693
|
enumerable: true,
|
|
694
|
-
get: function
|
|
694
|
+
get: function () {
|
|
695
695
|
return _PageTransition[key];
|
|
696
696
|
}
|
|
697
697
|
});
|
|
@@ -702,7 +702,7 @@ Object.keys(_Process).forEach(function (key) {
|
|
|
702
702
|
if (key in exports && exports[key] === _Process[key]) return;
|
|
703
703
|
Object.defineProperty(exports, key, {
|
|
704
704
|
enumerable: true,
|
|
705
|
-
get: function
|
|
705
|
+
get: function () {
|
|
706
706
|
return _Process[key];
|
|
707
707
|
}
|
|
708
708
|
});
|
|
@@ -713,7 +713,7 @@ Object.keys(_ProofOfAddress).forEach(function (key) {
|
|
|
713
713
|
if (key in exports && exports[key] === _ProofOfAddress[key]) return;
|
|
714
714
|
Object.defineProperty(exports, key, {
|
|
715
715
|
enumerable: true,
|
|
716
|
-
get: function
|
|
716
|
+
get: function () {
|
|
717
717
|
return _ProofOfAddress[key];
|
|
718
718
|
}
|
|
719
719
|
});
|
|
@@ -724,7 +724,7 @@ Object.keys(_ProfileBadge).forEach(function (key) {
|
|
|
724
724
|
if (key in exports && exports[key] === _ProfileBadge[key]) return;
|
|
725
725
|
Object.defineProperty(exports, key, {
|
|
726
726
|
enumerable: true,
|
|
727
|
-
get: function
|
|
727
|
+
get: function () {
|
|
728
728
|
return _ProfileBadge[key];
|
|
729
729
|
}
|
|
730
730
|
});
|
|
@@ -735,7 +735,7 @@ Object.keys(_ProfileBox).forEach(function (key) {
|
|
|
735
735
|
if (key in exports && exports[key] === _ProfileBox[key]) return;
|
|
736
736
|
Object.defineProperty(exports, key, {
|
|
737
737
|
enumerable: true,
|
|
738
|
-
get: function
|
|
738
|
+
get: function () {
|
|
739
739
|
return _ProfileBox[key];
|
|
740
740
|
}
|
|
741
741
|
});
|
|
@@ -746,7 +746,7 @@ Object.keys(_ProfileStat).forEach(function (key) {
|
|
|
746
746
|
if (key in exports && exports[key] === _ProfileStat[key]) return;
|
|
747
747
|
Object.defineProperty(exports, key, {
|
|
748
748
|
enumerable: true,
|
|
749
|
-
get: function
|
|
749
|
+
get: function () {
|
|
750
750
|
return _ProfileStat[key];
|
|
751
751
|
}
|
|
752
752
|
});
|
|
@@ -757,7 +757,7 @@ Object.keys(_Radio).forEach(function (key) {
|
|
|
757
757
|
if (key in exports && exports[key] === _Radio[key]) return;
|
|
758
758
|
Object.defineProperty(exports, key, {
|
|
759
759
|
enumerable: true,
|
|
760
|
-
get: function
|
|
760
|
+
get: function () {
|
|
761
761
|
return _Radio[key];
|
|
762
762
|
}
|
|
763
763
|
});
|
|
@@ -768,7 +768,7 @@ Object.keys(_RefreshButton).forEach(function (key) {
|
|
|
768
768
|
if (key in exports && exports[key] === _RefreshButton[key]) return;
|
|
769
769
|
Object.defineProperty(exports, key, {
|
|
770
770
|
enumerable: true,
|
|
771
|
-
get: function
|
|
771
|
+
get: function () {
|
|
772
772
|
return _RefreshButton[key];
|
|
773
773
|
}
|
|
774
774
|
});
|
|
@@ -779,7 +779,7 @@ Object.keys(_RegisterConfirmModal).forEach(function (key) {
|
|
|
779
779
|
if (key in exports && exports[key] === _RegisterConfirmModal[key]) return;
|
|
780
780
|
Object.defineProperty(exports, key, {
|
|
781
781
|
enumerable: true,
|
|
782
|
-
get: function
|
|
782
|
+
get: function () {
|
|
783
783
|
return _RegisterConfirmModal[key];
|
|
784
784
|
}
|
|
785
785
|
});
|
|
@@ -790,7 +790,7 @@ Object.keys(_taxId).forEach(function (key) {
|
|
|
790
790
|
if (key in exports && exports[key] === _taxId[key]) return;
|
|
791
791
|
Object.defineProperty(exports, key, {
|
|
792
792
|
enumerable: true,
|
|
793
|
-
get: function
|
|
793
|
+
get: function () {
|
|
794
794
|
return _taxId[key];
|
|
795
795
|
}
|
|
796
796
|
});
|
|
@@ -801,7 +801,7 @@ Object.keys(_RegisterModal).forEach(function (key) {
|
|
|
801
801
|
if (key in exports && exports[key] === _RegisterModal[key]) return;
|
|
802
802
|
Object.defineProperty(exports, key, {
|
|
803
803
|
enumerable: true,
|
|
804
|
-
get: function
|
|
804
|
+
get: function () {
|
|
805
805
|
return _RegisterModal[key];
|
|
806
806
|
}
|
|
807
807
|
});
|
|
@@ -812,7 +812,7 @@ Object.keys(_RequestDataBox).forEach(function (key) {
|
|
|
812
812
|
if (key in exports && exports[key] === _RequestDataBox[key]) return;
|
|
813
813
|
Object.defineProperty(exports, key, {
|
|
814
814
|
enumerable: true,
|
|
815
|
-
get: function
|
|
815
|
+
get: function () {
|
|
816
816
|
return _RequestDataBox[key];
|
|
817
817
|
}
|
|
818
818
|
});
|
|
@@ -823,7 +823,7 @@ Object.keys(_SEO).forEach(function (key) {
|
|
|
823
823
|
if (key in exports && exports[key] === _SEO[key]) return;
|
|
824
824
|
Object.defineProperty(exports, key, {
|
|
825
825
|
enumerable: true,
|
|
826
|
-
get: function
|
|
826
|
+
get: function () {
|
|
827
827
|
return _SEO[key];
|
|
828
828
|
}
|
|
829
829
|
});
|
|
@@ -834,7 +834,7 @@ Object.keys(_SectionTitle).forEach(function (key) {
|
|
|
834
834
|
if (key in exports && exports[key] === _SectionTitle[key]) return;
|
|
835
835
|
Object.defineProperty(exports, key, {
|
|
836
836
|
enumerable: true,
|
|
837
|
-
get: function
|
|
837
|
+
get: function () {
|
|
838
838
|
return _SectionTitle[key];
|
|
839
839
|
}
|
|
840
840
|
});
|
|
@@ -845,7 +845,7 @@ Object.keys(_SideLine).forEach(function (key) {
|
|
|
845
845
|
if (key in exports && exports[key] === _SideLine[key]) return;
|
|
846
846
|
Object.defineProperty(exports, key, {
|
|
847
847
|
enumerable: true,
|
|
848
|
-
get: function
|
|
848
|
+
get: function () {
|
|
849
849
|
return _SideLine[key];
|
|
850
850
|
}
|
|
851
851
|
});
|
|
@@ -856,7 +856,7 @@ Object.keys(_SigningSubflow).forEach(function (key) {
|
|
|
856
856
|
if (key in exports && exports[key] === _SigningSubflow[key]) return;
|
|
857
857
|
Object.defineProperty(exports, key, {
|
|
858
858
|
enumerable: true,
|
|
859
|
-
get: function
|
|
859
|
+
get: function () {
|
|
860
860
|
return _SigningSubflow[key];
|
|
861
861
|
}
|
|
862
862
|
});
|
|
@@ -867,7 +867,7 @@ Object.keys(_Slider).forEach(function (key) {
|
|
|
867
867
|
if (key in exports && exports[key] === _Slider[key]) return;
|
|
868
868
|
Object.defineProperty(exports, key, {
|
|
869
869
|
enumerable: true,
|
|
870
|
-
get: function
|
|
870
|
+
get: function () {
|
|
871
871
|
return _Slider[key];
|
|
872
872
|
}
|
|
873
873
|
});
|
|
@@ -878,7 +878,7 @@ Object.keys(_Slider2).forEach(function (key) {
|
|
|
878
878
|
if (key in exports && exports[key] === _Slider2[key]) return;
|
|
879
879
|
Object.defineProperty(exports, key, {
|
|
880
880
|
enumerable: true,
|
|
881
|
-
get: function
|
|
881
|
+
get: function () {
|
|
882
882
|
return _Slider2[key];
|
|
883
883
|
}
|
|
884
884
|
});
|
|
@@ -889,7 +889,7 @@ Object.keys(_StatusBadge).forEach(function (key) {
|
|
|
889
889
|
if (key in exports && exports[key] === _StatusBadge[key]) return;
|
|
890
890
|
Object.defineProperty(exports, key, {
|
|
891
891
|
enumerable: true,
|
|
892
|
-
get: function
|
|
892
|
+
get: function () {
|
|
893
893
|
return _StatusBadge[key];
|
|
894
894
|
}
|
|
895
895
|
});
|
|
@@ -900,7 +900,7 @@ Object.keys(_StepController).forEach(function (key) {
|
|
|
900
900
|
if (key in exports && exports[key] === _StepController[key]) return;
|
|
901
901
|
Object.defineProperty(exports, key, {
|
|
902
902
|
enumerable: true,
|
|
903
|
-
get: function
|
|
903
|
+
get: function () {
|
|
904
904
|
return _StepController[key];
|
|
905
905
|
}
|
|
906
906
|
});
|
|
@@ -911,7 +911,7 @@ Object.keys(_StepControllerContext).forEach(function (key) {
|
|
|
911
911
|
if (key in exports && exports[key] === _StepControllerContext[key]) return;
|
|
912
912
|
Object.defineProperty(exports, key, {
|
|
913
913
|
enumerable: true,
|
|
914
|
-
get: function
|
|
914
|
+
get: function () {
|
|
915
915
|
return _StepControllerContext[key];
|
|
916
916
|
}
|
|
917
917
|
});
|
|
@@ -922,7 +922,7 @@ Object.keys(_StepsProgress).forEach(function (key) {
|
|
|
922
922
|
if (key in exports && exports[key] === _StepsProgress[key]) return;
|
|
923
923
|
Object.defineProperty(exports, key, {
|
|
924
924
|
enumerable: true,
|
|
925
|
-
get: function
|
|
925
|
+
get: function () {
|
|
926
926
|
return _StepsProgress[key];
|
|
927
927
|
}
|
|
928
928
|
});
|
|
@@ -933,7 +933,7 @@ Object.keys(_StepsProgress2).forEach(function (key) {
|
|
|
933
933
|
if (key in exports && exports[key] === _StepsProgress2[key]) return;
|
|
934
934
|
Object.defineProperty(exports, key, {
|
|
935
935
|
enumerable: true,
|
|
936
|
-
get: function
|
|
936
|
+
get: function () {
|
|
937
937
|
return _StepsProgress2[key];
|
|
938
938
|
}
|
|
939
939
|
});
|
|
@@ -944,7 +944,7 @@ Object.keys(_StokrLoader).forEach(function (key) {
|
|
|
944
944
|
if (key in exports && exports[key] === _StokrLoader[key]) return;
|
|
945
945
|
Object.defineProperty(exports, key, {
|
|
946
946
|
enumerable: true,
|
|
947
|
-
get: function
|
|
947
|
+
get: function () {
|
|
948
948
|
return _StokrLoader[key];
|
|
949
949
|
}
|
|
950
950
|
});
|
|
@@ -955,7 +955,7 @@ Object.keys(_AuthContext).forEach(function (key) {
|
|
|
955
955
|
if (key in exports && exports[key] === _AuthContext[key]) return;
|
|
956
956
|
Object.defineProperty(exports, key, {
|
|
957
957
|
enumerable: true,
|
|
958
|
-
get: function
|
|
958
|
+
get: function () {
|
|
959
959
|
return _AuthContext[key];
|
|
960
960
|
}
|
|
961
961
|
});
|
|
@@ -966,7 +966,7 @@ Object.keys(_Auth).forEach(function (key) {
|
|
|
966
966
|
if (key in exports && exports[key] === _Auth[key]) return;
|
|
967
967
|
Object.defineProperty(exports, key, {
|
|
968
968
|
enumerable: true,
|
|
969
|
-
get: function
|
|
969
|
+
get: function () {
|
|
970
970
|
return _Auth[key];
|
|
971
971
|
}
|
|
972
972
|
});
|
|
@@ -977,7 +977,7 @@ Object.keys(_CheckboxContext).forEach(function (key) {
|
|
|
977
977
|
if (key in exports && exports[key] === _CheckboxContext[key]) return;
|
|
978
978
|
Object.defineProperty(exports, key, {
|
|
979
979
|
enumerable: true,
|
|
980
|
-
get: function
|
|
980
|
+
get: function () {
|
|
981
981
|
return _CheckboxContext[key];
|
|
982
982
|
}
|
|
983
983
|
});
|
|
@@ -988,7 +988,7 @@ Object.keys(_SvgIcons).forEach(function (key) {
|
|
|
988
988
|
if (key in exports && exports[key] === _SvgIcons[key]) return;
|
|
989
989
|
Object.defineProperty(exports, key, {
|
|
990
990
|
enumerable: true,
|
|
991
|
-
get: function
|
|
991
|
+
get: function () {
|
|
992
992
|
return _SvgIcons[key];
|
|
993
993
|
}
|
|
994
994
|
});
|
|
@@ -999,7 +999,7 @@ Object.keys(_Switch).forEach(function (key) {
|
|
|
999
999
|
if (key in exports && exports[key] === _Switch[key]) return;
|
|
1000
1000
|
Object.defineProperty(exports, key, {
|
|
1001
1001
|
enumerable: true,
|
|
1002
|
-
get: function
|
|
1002
|
+
get: function () {
|
|
1003
1003
|
return _Switch[key];
|
|
1004
1004
|
}
|
|
1005
1005
|
});
|
|
@@ -1010,7 +1010,7 @@ Object.keys(_Tabs).forEach(function (key) {
|
|
|
1010
1010
|
if (key in exports && exports[key] === _Tabs[key]) return;
|
|
1011
1011
|
Object.defineProperty(exports, key, {
|
|
1012
1012
|
enumerable: true,
|
|
1013
|
-
get: function
|
|
1013
|
+
get: function () {
|
|
1014
1014
|
return _Tabs[key];
|
|
1015
1015
|
}
|
|
1016
1016
|
});
|
|
@@ -1021,7 +1021,7 @@ Object.keys(_breakdown).forEach(function (key) {
|
|
|
1021
1021
|
if (key in exports && exports[key] === _breakdown[key]) return;
|
|
1022
1022
|
Object.defineProperty(exports, key, {
|
|
1023
1023
|
enumerable: true,
|
|
1024
|
-
get: function
|
|
1024
|
+
get: function () {
|
|
1025
1025
|
return _breakdown[key];
|
|
1026
1026
|
}
|
|
1027
1027
|
});
|
|
@@ -1032,7 +1032,7 @@ Object.keys(_TeamOverview).forEach(function (key) {
|
|
|
1032
1032
|
if (key in exports && exports[key] === _TeamOverview[key]) return;
|
|
1033
1033
|
Object.defineProperty(exports, key, {
|
|
1034
1034
|
enumerable: true,
|
|
1035
|
-
get: function
|
|
1035
|
+
get: function () {
|
|
1036
1036
|
return _TeamOverview[key];
|
|
1037
1037
|
}
|
|
1038
1038
|
});
|
|
@@ -1043,7 +1043,7 @@ Object.keys(_Text).forEach(function (key) {
|
|
|
1043
1043
|
if (key in exports && exports[key] === _Text[key]) return;
|
|
1044
1044
|
Object.defineProperty(exports, key, {
|
|
1045
1045
|
enumerable: true,
|
|
1046
|
-
get: function
|
|
1046
|
+
get: function () {
|
|
1047
1047
|
return _Text[key];
|
|
1048
1048
|
}
|
|
1049
1049
|
});
|
|
@@ -1054,7 +1054,7 @@ Object.keys(_TextLink).forEach(function (key) {
|
|
|
1054
1054
|
if (key in exports && exports[key] === _TextLink[key]) return;
|
|
1055
1055
|
Object.defineProperty(exports, key, {
|
|
1056
1056
|
enumerable: true,
|
|
1057
|
-
get: function
|
|
1057
|
+
get: function () {
|
|
1058
1058
|
return _TextLink[key];
|
|
1059
1059
|
}
|
|
1060
1060
|
});
|
|
@@ -1065,7 +1065,7 @@ Object.keys(_ToDoList).forEach(function (key) {
|
|
|
1065
1065
|
if (key in exports && exports[key] === _ToDoList[key]) return;
|
|
1066
1066
|
Object.defineProperty(exports, key, {
|
|
1067
1067
|
enumerable: true,
|
|
1068
|
-
get: function
|
|
1068
|
+
get: function () {
|
|
1069
1069
|
return _ToDoList[key];
|
|
1070
1070
|
}
|
|
1071
1071
|
});
|
|
@@ -1076,7 +1076,7 @@ Object.keys(_ToDoListTask).forEach(function (key) {
|
|
|
1076
1076
|
if (key in exports && exports[key] === _ToDoListTask[key]) return;
|
|
1077
1077
|
Object.defineProperty(exports, key, {
|
|
1078
1078
|
enumerable: true,
|
|
1079
|
-
get: function
|
|
1079
|
+
get: function () {
|
|
1080
1080
|
return _ToDoListTask[key];
|
|
1081
1081
|
}
|
|
1082
1082
|
});
|
|
@@ -1087,7 +1087,7 @@ Object.keys(_TransactionDetails).forEach(function (key) {
|
|
|
1087
1087
|
if (key in exports && exports[key] === _TransactionDetails[key]) return;
|
|
1088
1088
|
Object.defineProperty(exports, key, {
|
|
1089
1089
|
enumerable: true,
|
|
1090
|
-
get: function
|
|
1090
|
+
get: function () {
|
|
1091
1091
|
return _TransactionDetails[key];
|
|
1092
1092
|
}
|
|
1093
1093
|
});
|
|
@@ -1098,7 +1098,7 @@ Object.keys(_TransactionInfo).forEach(function (key) {
|
|
|
1098
1098
|
if (key in exports && exports[key] === _TransactionInfo[key]) return;
|
|
1099
1099
|
Object.defineProperty(exports, key, {
|
|
1100
1100
|
enumerable: true,
|
|
1101
|
-
get: function
|
|
1101
|
+
get: function () {
|
|
1102
1102
|
return _TransactionInfo[key];
|
|
1103
1103
|
}
|
|
1104
1104
|
});
|
|
@@ -1109,7 +1109,7 @@ Object.keys(_TwoFactorModal).forEach(function (key) {
|
|
|
1109
1109
|
if (key in exports && exports[key] === _TwoFactorModal[key]) return;
|
|
1110
1110
|
Object.defineProperty(exports, key, {
|
|
1111
1111
|
enumerable: true,
|
|
1112
|
-
get: function
|
|
1112
|
+
get: function () {
|
|
1113
1113
|
return _TwoFactorModal[key];
|
|
1114
1114
|
}
|
|
1115
1115
|
});
|
|
@@ -1120,7 +1120,7 @@ Object.keys(_Layout).forEach(function (key) {
|
|
|
1120
1120
|
if (key in exports && exports[key] === _Layout[key]) return;
|
|
1121
1121
|
Object.defineProperty(exports, key, {
|
|
1122
1122
|
enumerable: true,
|
|
1123
|
-
get: function
|
|
1123
|
+
get: function () {
|
|
1124
1124
|
return _Layout[key];
|
|
1125
1125
|
}
|
|
1126
1126
|
});
|
|
@@ -1131,7 +1131,7 @@ Object.keys(_km_ify).forEach(function (key) {
|
|
|
1131
1131
|
if (key in exports && exports[key] === _km_ify[key]) return;
|
|
1132
1132
|
Object.defineProperty(exports, key, {
|
|
1133
1133
|
enumerable: true,
|
|
1134
|
-
get: function
|
|
1134
|
+
get: function () {
|
|
1135
1135
|
return _km_ify[key];
|
|
1136
1136
|
}
|
|
1137
1137
|
});
|
|
@@ -1142,7 +1142,7 @@ Object.keys(_checkSaleTimeLeft).forEach(function (key) {
|
|
|
1142
1142
|
if (key in exports && exports[key] === _checkSaleTimeLeft[key]) return;
|
|
1143
1143
|
Object.defineProperty(exports, key, {
|
|
1144
1144
|
enumerable: true,
|
|
1145
|
-
get: function
|
|
1145
|
+
get: function () {
|
|
1146
1146
|
return _checkSaleTimeLeft[key];
|
|
1147
1147
|
}
|
|
1148
1148
|
});
|
|
@@ -1153,7 +1153,7 @@ Object.keys(_customHooks).forEach(function (key) {
|
|
|
1153
1153
|
if (key in exports && exports[key] === _customHooks[key]) return;
|
|
1154
1154
|
Object.defineProperty(exports, key, {
|
|
1155
1155
|
enumerable: true,
|
|
1156
|
-
get: function
|
|
1156
|
+
get: function () {
|
|
1157
1157
|
return _customHooks[key];
|
|
1158
1158
|
}
|
|
1159
1159
|
});
|
|
@@ -1164,7 +1164,7 @@ Object.keys(_checkTodoStatus).forEach(function (key) {
|
|
|
1164
1164
|
if (key in exports && exports[key] === _checkTodoStatus[key]) return;
|
|
1165
1165
|
Object.defineProperty(exports, key, {
|
|
1166
1166
|
enumerable: true,
|
|
1167
|
-
get: function
|
|
1167
|
+
get: function () {
|
|
1168
1168
|
return _checkTodoStatus[key];
|
|
1169
1169
|
}
|
|
1170
1170
|
});
|
|
@@ -1175,7 +1175,7 @@ Object.keys(_fixDecimals).forEach(function (key) {
|
|
|
1175
1175
|
if (key in exports && exports[key] === _fixDecimals[key]) return;
|
|
1176
1176
|
Object.defineProperty(exports, key, {
|
|
1177
1177
|
enumerable: true,
|
|
1178
|
-
get: function
|
|
1178
|
+
get: function () {
|
|
1179
1179
|
return _fixDecimals[key];
|
|
1180
1180
|
}
|
|
1181
1181
|
});
|
|
@@ -1186,7 +1186,7 @@ Object.keys(_analytics).forEach(function (key) {
|
|
|
1186
1186
|
if (key in exports && exports[key] === _analytics[key]) return;
|
|
1187
1187
|
Object.defineProperty(exports, key, {
|
|
1188
1188
|
enumerable: true,
|
|
1189
|
-
get: function
|
|
1189
|
+
get: function () {
|
|
1190
1190
|
return _analytics[key];
|
|
1191
1191
|
}
|
|
1192
1192
|
});
|
|
@@ -1197,7 +1197,7 @@ Object.keys(_formatCurrencyValue).forEach(function (key) {
|
|
|
1197
1197
|
if (key in exports && exports[key] === _formatCurrencyValue[key]) return;
|
|
1198
1198
|
Object.defineProperty(exports, key, {
|
|
1199
1199
|
enumerable: true,
|
|
1200
|
-
get: function
|
|
1200
|
+
get: function () {
|
|
1201
1201
|
return _formatCurrencyValue[key];
|
|
1202
1202
|
}
|
|
1203
1203
|
});
|
|
@@ -1208,7 +1208,7 @@ Object.keys(_copyToClipboard).forEach(function (key) {
|
|
|
1208
1208
|
if (key in exports && exports[key] === _copyToClipboard[key]) return;
|
|
1209
1209
|
Object.defineProperty(exports, key, {
|
|
1210
1210
|
enumerable: true,
|
|
1211
|
-
get: function
|
|
1211
|
+
get: function () {
|
|
1212
1212
|
return _copyToClipboard[key];
|
|
1213
1213
|
}
|
|
1214
1214
|
});
|
|
@@ -1219,7 +1219,7 @@ Object.keys(_scrollUtils).forEach(function (key) {
|
|
|
1219
1219
|
if (key in exports && exports[key] === _scrollUtils[key]) return;
|
|
1220
1220
|
Object.defineProperty(exports, key, {
|
|
1221
1221
|
enumerable: true,
|
|
1222
|
-
get: function
|
|
1222
|
+
get: function () {
|
|
1223
1223
|
return _scrollUtils[key];
|
|
1224
1224
|
}
|
|
1225
1225
|
});
|
|
@@ -1230,7 +1230,7 @@ Object.keys(_moment).forEach(function (key) {
|
|
|
1230
1230
|
if (key in exports && exports[key] === _moment[key]) return;
|
|
1231
1231
|
Object.defineProperty(exports, key, {
|
|
1232
1232
|
enumerable: true,
|
|
1233
|
-
get: function
|
|
1233
|
+
get: function () {
|
|
1234
1234
|
return _moment[key];
|
|
1235
1235
|
}
|
|
1236
1236
|
});
|
|
@@ -1241,7 +1241,7 @@ Object.keys(_checklistGenerator).forEach(function (key) {
|
|
|
1241
1241
|
if (key in exports && exports[key] === _checklistGenerator[key]) return;
|
|
1242
1242
|
Object.defineProperty(exports, key, {
|
|
1243
1243
|
enumerable: true,
|
|
1244
|
-
get: function
|
|
1244
|
+
get: function () {
|
|
1245
1245
|
return _checklistGenerator[key];
|
|
1246
1246
|
}
|
|
1247
1247
|
});
|
|
@@ -1252,7 +1252,7 @@ Object.keys(_FA).forEach(function (key) {
|
|
|
1252
1252
|
if (key in exports && exports[key] === _FA[key]) return;
|
|
1253
1253
|
Object.defineProperty(exports, key, {
|
|
1254
1254
|
enumerable: true,
|
|
1255
|
-
get: function
|
|
1255
|
+
get: function () {
|
|
1256
1256
|
return _FA[key];
|
|
1257
1257
|
}
|
|
1258
1258
|
});
|
|
@@ -1263,7 +1263,7 @@ Object.keys(_headerHo).forEach(function (key) {
|
|
|
1263
1263
|
if (key in exports && exports[key] === _headerHo[key]) return;
|
|
1264
1264
|
Object.defineProperty(exports, key, {
|
|
1265
1265
|
enumerable: true,
|
|
1266
|
-
get: function
|
|
1266
|
+
get: function () {
|
|
1267
1267
|
return _headerHo[key];
|
|
1268
1268
|
}
|
|
1269
1269
|
});
|
|
@@ -1274,7 +1274,7 @@ Object.keys(_Pagination).forEach(function (key) {
|
|
|
1274
1274
|
if (key in exports && exports[key] === _Pagination[key]) return;
|
|
1275
1275
|
Object.defineProperty(exports, key, {
|
|
1276
1276
|
enumerable: true,
|
|
1277
|
-
get: function
|
|
1277
|
+
get: function () {
|
|
1278
1278
|
return _Pagination[key];
|
|
1279
1279
|
}
|
|
1280
1280
|
});
|
|
@@ -1285,7 +1285,7 @@ Object.keys(_PaginationControls).forEach(function (key) {
|
|
|
1285
1285
|
if (key in exports && exports[key] === _PaginationControls[key]) return;
|
|
1286
1286
|
Object.defineProperty(exports, key, {
|
|
1287
1287
|
enumerable: true,
|
|
1288
|
-
get: function
|
|
1288
|
+
get: function () {
|
|
1289
1289
|
return _PaginationControls[key];
|
|
1290
1290
|
}
|
|
1291
1291
|
});
|
|
@@ -1296,7 +1296,7 @@ Object.keys(_List).forEach(function (key) {
|
|
|
1296
1296
|
if (key in exports && exports[key] === _List[key]) return;
|
|
1297
1297
|
Object.defineProperty(exports, key, {
|
|
1298
1298
|
enumerable: true,
|
|
1299
|
-
get: function
|
|
1299
|
+
get: function () {
|
|
1300
1300
|
return _List[key];
|
|
1301
1301
|
}
|
|
1302
1302
|
});
|
|
@@ -1307,7 +1307,7 @@ Object.keys(_PageContent).forEach(function (key) {
|
|
|
1307
1307
|
if (key in exports && exports[key] === _PageContent[key]) return;
|
|
1308
1308
|
Object.defineProperty(exports, key, {
|
|
1309
1309
|
enumerable: true,
|
|
1310
|
-
get: function
|
|
1310
|
+
get: function () {
|
|
1311
1311
|
return _PageContent[key];
|
|
1312
1312
|
}
|
|
1313
1313
|
});
|
|
@@ -1318,7 +1318,7 @@ Object.keys(_PageText).forEach(function (key) {
|
|
|
1318
1318
|
if (key in exports && exports[key] === _PageText[key]) return;
|
|
1319
1319
|
Object.defineProperty(exports, key, {
|
|
1320
1320
|
enumerable: true,
|
|
1321
|
-
get: function
|
|
1321
|
+
get: function () {
|
|
1322
1322
|
return _PageText[key];
|
|
1323
1323
|
}
|
|
1324
1324
|
});
|
|
@@ -1329,7 +1329,7 @@ Object.keys(_PageTitle).forEach(function (key) {
|
|
|
1329
1329
|
if (key in exports && exports[key] === _PageTitle[key]) return;
|
|
1330
1330
|
Object.defineProperty(exports, key, {
|
|
1331
1331
|
enumerable: true,
|
|
1332
|
-
get: function
|
|
1332
|
+
get: function () {
|
|
1333
1333
|
return _PageTitle[key];
|
|
1334
1334
|
}
|
|
1335
1335
|
});
|
|
@@ -1340,7 +1340,7 @@ Object.keys(_ResetConfirmModal).forEach(function (key) {
|
|
|
1340
1340
|
if (key in exports && exports[key] === _ResetConfirmModal[key]) return;
|
|
1341
1341
|
Object.defineProperty(exports, key, {
|
|
1342
1342
|
enumerable: true,
|
|
1343
|
-
get: function
|
|
1343
|
+
get: function () {
|
|
1344
1344
|
return _ResetConfirmModal[key];
|
|
1345
1345
|
}
|
|
1346
1346
|
});
|
|
@@ -1351,7 +1351,7 @@ Object.keys(_ResetPasswordModal).forEach(function (key) {
|
|
|
1351
1351
|
if (key in exports && exports[key] === _ResetPasswordModal[key]) return;
|
|
1352
1352
|
Object.defineProperty(exports, key, {
|
|
1353
1353
|
enumerable: true,
|
|
1354
|
-
get: function
|
|
1354
|
+
get: function () {
|
|
1355
1355
|
return _ResetPasswordModal[key];
|
|
1356
1356
|
}
|
|
1357
1357
|
});
|
|
@@ -1362,7 +1362,7 @@ Object.keys(_TermsModal).forEach(function (key) {
|
|
|
1362
1362
|
if (key in exports && exports[key] === _TermsModal[key]) return;
|
|
1363
1363
|
Object.defineProperty(exports, key, {
|
|
1364
1364
|
enumerable: true,
|
|
1365
|
-
get: function
|
|
1365
|
+
get: function () {
|
|
1366
1366
|
return _TermsModal[key];
|
|
1367
1367
|
}
|
|
1368
1368
|
});
|
|
@@ -1373,7 +1373,7 @@ Object.keys(_colors).forEach(function (key) {
|
|
|
1373
1373
|
if (key in exports && exports[key] === _colors[key]) return;
|
|
1374
1374
|
Object.defineProperty(exports, key, {
|
|
1375
1375
|
enumerable: true,
|
|
1376
|
-
get: function
|
|
1376
|
+
get: function () {
|
|
1377
1377
|
return _colors[key];
|
|
1378
1378
|
}
|
|
1379
1379
|
});
|
|
@@ -1384,7 +1384,7 @@ Object.keys(_theme).forEach(function (key) {
|
|
|
1384
1384
|
if (key in exports && exports[key] === _theme[key]) return;
|
|
1385
1385
|
Object.defineProperty(exports, key, {
|
|
1386
1386
|
enumerable: true,
|
|
1387
|
-
get: function
|
|
1387
|
+
get: function () {
|
|
1388
1388
|
return _theme[key];
|
|
1389
1389
|
}
|
|
1390
1390
|
});
|
|
@@ -1395,7 +1395,7 @@ Object.keys(_rwd).forEach(function (key) {
|
|
|
1395
1395
|
if (key in exports && exports[key] === _rwd[key]) return;
|
|
1396
1396
|
Object.defineProperty(exports, key, {
|
|
1397
1397
|
enumerable: true,
|
|
1398
|
-
get: function
|
|
1398
|
+
get: function () {
|
|
1399
1399
|
return _rwd[key];
|
|
1400
1400
|
}
|
|
1401
1401
|
});
|
|
@@ -1406,7 +1406,7 @@ Object.keys(_logo).forEach(function (key) {
|
|
|
1406
1406
|
if (key in exports && exports[key] === _logo[key]) return;
|
|
1407
1407
|
Object.defineProperty(exports, key, {
|
|
1408
1408
|
enumerable: true,
|
|
1409
|
-
get: function
|
|
1409
|
+
get: function () {
|
|
1410
1410
|
return _logo[key];
|
|
1411
1411
|
}
|
|
1412
1412
|
});
|
|
@@ -1417,7 +1417,7 @@ Object.keys(_BlogPost).forEach(function (key) {
|
|
|
1417
1417
|
if (key in exports && exports[key] === _BlogPost[key]) return;
|
|
1418
1418
|
Object.defineProperty(exports, key, {
|
|
1419
1419
|
enumerable: true,
|
|
1420
|
-
get: function
|
|
1420
|
+
get: function () {
|
|
1421
1421
|
return _BlogPost[key];
|
|
1422
1422
|
}
|
|
1423
1423
|
});
|
|
@@ -1428,7 +1428,7 @@ Object.keys(_TabsNav).forEach(function (key) {
|
|
|
1428
1428
|
if (key in exports && exports[key] === _TabsNav[key]) return;
|
|
1429
1429
|
Object.defineProperty(exports, key, {
|
|
1430
1430
|
enumerable: true,
|
|
1431
|
-
get: function
|
|
1431
|
+
get: function () {
|
|
1432
1432
|
return _TabsNav[key];
|
|
1433
1433
|
}
|
|
1434
1434
|
});
|
|
@@ -1439,7 +1439,7 @@ Object.keys(_Chip).forEach(function (key) {
|
|
|
1439
1439
|
if (key in exports && exports[key] === _Chip[key]) return;
|
|
1440
1440
|
Object.defineProperty(exports, key, {
|
|
1441
1441
|
enumerable: true,
|
|
1442
|
-
get: function
|
|
1442
|
+
get: function () {
|
|
1443
1443
|
return _Chip[key];
|
|
1444
1444
|
}
|
|
1445
1445
|
});
|
|
@@ -1450,7 +1450,7 @@ Object.keys(_ChipWrapper).forEach(function (key) {
|
|
|
1450
1450
|
if (key in exports && exports[key] === _ChipWrapper[key]) return;
|
|
1451
1451
|
Object.defineProperty(exports, key, {
|
|
1452
1452
|
enumerable: true,
|
|
1453
|
-
get: function
|
|
1453
|
+
get: function () {
|
|
1454
1454
|
return _ChipWrapper[key];
|
|
1455
1455
|
}
|
|
1456
1456
|
});
|
|
@@ -1461,7 +1461,7 @@ Object.keys(_ChecklistCard).forEach(function (key) {
|
|
|
1461
1461
|
if (key in exports && exports[key] === _ChecklistCard[key]) return;
|
|
1462
1462
|
Object.defineProperty(exports, key, {
|
|
1463
1463
|
enumerable: true,
|
|
1464
|
-
get: function
|
|
1464
|
+
get: function () {
|
|
1465
1465
|
return _ChecklistCard[key];
|
|
1466
1466
|
}
|
|
1467
1467
|
});
|
|
@@ -1472,7 +1472,7 @@ Object.keys(_useTimer).forEach(function (key) {
|
|
|
1472
1472
|
if (key in exports && exports[key] === _useTimer[key]) return;
|
|
1473
1473
|
Object.defineProperty(exports, key, {
|
|
1474
1474
|
enumerable: true,
|
|
1475
|
-
get: function
|
|
1475
|
+
get: function () {
|
|
1476
1476
|
return _useTimer[key];
|
|
1477
1477
|
}
|
|
1478
1478
|
});
|