@axos-web-dev/shared-components 1.0.77-patch.5 → 1.0.77-patch.50
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/ATMLocator/ATMLocator.js +10 -3
- package/dist/Article/Article.css.d.ts +8 -36
- package/dist/ArticlesSet/ArticlesSet.css.d.ts +10 -70
- package/dist/ArticlesSet/ArticlesSet.js +1 -1
- package/dist/Auth/ErrorAlert.js +12 -5
- package/dist/Avatar/Avatar.module.js +7 -7
- package/dist/AwardsBanner/AwardsBanner.css.js +4 -1
- package/dist/AwardsItem/AwardsItem.css.js +1 -2
- package/dist/Blockquote/Blockquote.module.js +3 -3
- package/dist/Button/Button.css.d.ts +3 -3
- package/dist/Button/Button.js +12 -5
- package/dist/Calculators/ApyCalculator/ApyCalculator.css.d.ts +2 -30
- package/dist/Calculators/ApyCalculator/index.js +11 -5
- package/dist/Calculators/AxosOneCalculator/BalanceAPYCalculator.css.d.ts +1 -0
- package/dist/Calculators/AxosOneCalculator/BalanceAPYCalculator.css.js +3 -1
- package/dist/Calculators/AxosOneCalculator/index.d.ts +2 -0
- package/dist/Calculators/AxosOneCalculator/index.js +32 -14
- package/dist/Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.d.ts +2 -30
- package/dist/Calculators/BuyDownCalculator/BuyDownCalculator.css.d.ts +0 -1
- package/dist/Calculators/BuyDownCalculator/BuyDownCalculator.css.js +2 -4
- package/dist/Calculators/BuyDownCalculator/index.d.ts +5 -1
- package/dist/Calculators/BuyDownCalculator/index.js +267 -141
- package/dist/Calculators/Calculator.d.ts +2 -0
- package/dist/Calculators/Calculator.js +29 -8
- package/dist/Calculators/MarineLoanMonthlyPaymentCalculator/index.d.ts +9 -0
- package/dist/Calculators/MarineLoanMonthlyPaymentCalculator/index.js +219 -0
- package/dist/Calculators/MaxLoanCalculator/index.js +22 -5
- package/dist/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.d.ts +1 -0
- package/dist/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js +2 -0
- package/dist/Calculators/MonthlyPaymentCalculator/index.js +15 -5
- package/dist/Calculators/SummitApyCalculator/index.js +15 -6
- package/dist/Calculators/calculator.css.d.ts +2 -8
- package/dist/Calculators/index.d.ts +2 -1
- package/dist/Calculators/index.js +3 -1
- package/dist/CallToActionBar/index.js +1 -1
- package/dist/Carousel/Carousel.css.d.ts +8 -19
- package/dist/Carousel/index.js +20 -13
- package/dist/Chatbot/Bubble.css.d.ts +2 -0
- package/dist/Chatbot/Bubble.css.js +7 -0
- package/dist/Chatbot/Bubble.d.ts +5 -0
- package/dist/Chatbot/Bubble.js +103 -0
- package/dist/Chatbot/Chat.d.ts +1 -0
- package/dist/Chatbot/Chat.js +165 -0
- package/dist/Chatbot/ChatWindow.css.d.ts +19 -0
- package/dist/Chatbot/ChatWindow.css.js +42 -0
- package/dist/Chatbot/ChatWindow.d.ts +26 -0
- package/dist/Chatbot/ChatWindow.js +467 -0
- package/dist/Chatbot/Chatbot.css.d.ts +2 -0
- package/dist/Chatbot/Chatbot.css.js +6 -0
- package/dist/Chatbot/Chatbot.css.ts.vanilla.css.js +1 -0
- package/dist/Chatbot/Chatbot.d.ts +10 -0
- package/dist/Chatbot/Chatbot.js +257 -0
- package/dist/Chatbot/EllipsisAnimation.d.ts +2 -0
- package/dist/Chatbot/EllipsisAnimation.js +85 -0
- package/dist/Chatbot/EllipsisIcon.d.ts +4 -0
- package/dist/Chatbot/EllipsisIcon.js +19 -0
- package/dist/Chatbot/authenticate.d.ts +3 -0
- package/dist/Chatbot/authenticate.js +16 -0
- package/dist/Chatbot/index.d.ts +8 -0
- package/dist/Chatbot/index.js +39 -0
- package/dist/Chatbot/store/chat.d.ts +10 -0
- package/dist/Chatbot/store/chat.js +18 -0
- package/dist/Chatbot/store/messages.d.ts +15 -0
- package/dist/Chatbot/store/messages.js +13 -0
- package/dist/Chatbot/useHeadlessChat.d.ts +27 -0
- package/dist/Chatbot/useHeadlessChat.js +240 -0
- package/dist/Chevron/Chevron.css.d.ts +2 -2
- package/dist/Chevron/index.js +12 -5
- package/dist/CollectInformationAlert/index.js +1 -1
- package/dist/Comparison/Comparison.js +17 -10
- package/dist/Comparison/ComparisonSet.js +33 -24
- package/dist/ExecutiveBio/ExecutiveBio.css.d.ts +153 -0
- package/dist/ExecutiveBio/ExecutiveBio.css.js +50 -0
- package/dist/ExecutiveBio/ExecutiveBio.d.ts +1 -1
- package/dist/ExecutiveBio/ExecutiveBio.interface.d.ts +11 -4
- package/dist/ExecutiveBio/ExecutiveBio.js +270 -10
- package/dist/ExecutiveBio/Overlay.d.ts +8 -0
- package/dist/ExecutiveBio/Overlay.js +589 -0
- package/dist/ExecutiveBio/index.js +26 -1
- package/dist/FaqAccordion/index.js +12 -5
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +33 -14
- package/dist/Forms/ApplicationStart.d.ts +1 -1
- package/dist/Forms/ApplicationStart.js +111 -89
- package/dist/Forms/ApplyNow.d.ts +2 -2
- package/dist/Forms/ApplyNow.js +180 -148
- package/dist/Forms/ClearingForm.d.ts +1 -1
- package/dist/Forms/ClearingForm.js +184 -162
- package/dist/Forms/CommercialDeposits.d.ts +1 -1
- package/dist/Forms/CommercialDeposits.js +201 -179
- package/dist/Forms/CommercialDepositsNoLendingOption.d.ts +16 -0
- package/dist/Forms/CommercialDepositsNoLendingOption.js +330 -0
- package/dist/Forms/CommercialLending.d.ts +1 -1
- package/dist/Forms/CommercialLending.js +278 -256
- package/dist/Forms/CommercialPremiumFinance.d.ts +1 -1
- package/dist/Forms/CommercialPremiumFinance.js +128 -106
- package/dist/Forms/ContactCompany.d.ts +1 -1
- package/dist/Forms/ContactCompany.js +113 -91
- package/dist/Forms/ContactCompanyTitle.d.ts +1 -1
- package/dist/Forms/ContactCompanyTitle.js +127 -105
- package/dist/Forms/ContactUs.d.ts +1 -1
- package/dist/Forms/ContactUs.js +99 -77
- package/dist/Forms/ContactUsAAS.d.ts +1 -1
- package/dist/Forms/ContactUsAAS.js +180 -158
- package/dist/Forms/ContactUsBusiness.d.ts +2 -2
- package/dist/Forms/ContactUsBusiness.js +146 -118
- package/dist/Forms/ContactUsBusinessNameEmail.d.ts +1 -1
- package/dist/Forms/ContactUsBusinessNameEmail.js +114 -86
- package/dist/Forms/ContactUsLVF.d.ts +7 -1
- package/dist/Forms/ContactUsLVF.js +133 -105
- package/dist/Forms/ContactUsNMLSId.d.ts +1 -1
- package/dist/Forms/ContactUsNMLSId.js +128 -100
- package/dist/Forms/CpraRequest.d.ts +1 -1
- package/dist/Forms/CpraRequest.js +641 -619
- package/dist/Forms/CraPublicFile.d.ts +1 -1
- package/dist/Forms/CraPublicFile.js +120 -92
- package/dist/Forms/DealerServices.d.ts +1 -1
- package/dist/Forms/DealerServices.js +225 -204
- package/dist/Forms/EmailOnly.d.ts +1 -1
- package/dist/Forms/EmailOnly.js +67 -41
- package/dist/Forms/EmailUs.d.ts +1 -1
- package/dist/Forms/EmailUs.js +75 -53
- package/dist/Forms/FormEnums.js +57 -16
- package/dist/Forms/FormProps.d.ts +3 -0
- package/dist/Forms/Forms.css.d.ts +20 -30
- package/dist/Forms/Forms.css.js +44 -38
- package/dist/Forms/HoneyPot/HoneyPot.css.d.ts +1 -0
- package/dist/Forms/HoneyPot/HoneyPot.css.js +5 -0
- package/dist/Forms/HoneyPot/index.d.ts +23 -0
- package/dist/Forms/HoneyPot/index.js +69 -0
- package/dist/Forms/MortgageRate/MortgageRateForm.js +12 -5
- package/dist/Forms/MortgageRate/MortgageRateWatch.js +12 -5
- package/dist/Forms/MortgageWarehouseLending.d.ts +11 -0
- package/dist/Forms/MortgageWarehouseLending.js +343 -0
- package/dist/Forms/QuickPricer/QuickPricerForm.d.ts +1 -1
- package/dist/Forms/QuickPricer/QuickPricerForm.js +624 -609
- package/dist/Forms/SalesforceFieldsForm.d.ts +5 -0
- package/dist/Forms/SalesforceFieldsForm.js +11 -1
- package/dist/Forms/ScheduleCall.d.ts +1 -1
- package/dist/Forms/ScheduleCall.js +156 -134
- package/dist/Forms/ScheduleCallPremier.d.ts +1 -1
- package/dist/Forms/ScheduleCallPremier.js +178 -156
- package/dist/Forms/SuccesForm.js +16 -9
- package/dist/Forms/VendorQuestionnaire.d.ts +1 -1
- package/dist/Forms/VendorQuestionnaire.js +817 -795
- package/dist/Forms/WcplSurvey.d.ts +1 -1
- package/dist/Forms/WcplSurvey.js +112 -90
- package/dist/Forms/applynow-utils.d.ts +1 -0
- package/dist/Forms/applynow-utils.js +48 -0
- package/dist/Forms/index.d.ts +4 -0
- package/dist/Forms/index.js +14 -2
- package/dist/HeroBanner/HeroBanner.css.d.ts +7 -17
- package/dist/HeroBanner/HeroBanner.css.js +4 -0
- package/dist/HeroBanner/HeroBanner.d.ts +1 -1
- package/dist/HeroBanner/HeroBanner.interface.d.ts +3 -0
- package/dist/HeroBanner/HeroBanner.js +102 -17
- package/dist/HeroBanner/SelectionBanner.css.d.ts +1 -19
- package/dist/HeroBanner/SelectionBanner.css.js +6 -6
- package/dist/HeroBanner/index.js +3 -1
- package/dist/Hyperlink/Hyperlink.css.d.ts +4 -4
- package/dist/Hyperlink/Hyperlink.css.js +4 -1
- package/dist/Hyperlink/index.js +12 -5
- package/dist/IconBillboard/IconBillboard.css.d.ts +7 -40
- package/dist/IconBillboard/IconBillboard.css.js +2 -0
- package/dist/IconBillboard/IconBillboard.d.ts +1 -2
- package/dist/IconBillboard/IconBillboard.js +30 -85
- package/dist/IconBillboard/index.js +3 -3
- package/dist/IconBillboard/sections/CallToActionSection.d.ts +12 -0
- package/dist/IconBillboard/sections/CallToActionSection.js +102 -0
- package/dist/IconBillboard/sections/HeaderSection.d.ts +11 -0
- package/dist/IconBillboard/sections/HeaderSection.js +23 -0
- package/dist/IconBillboard/sections/IconSection.d.ts +7 -0
- package/dist/IconBillboard/sections/IconSection.js +18 -0
- package/dist/IconBillboard/sections/ItemsSection.d.ts +11 -0
- package/dist/IconBillboard/sections/ItemsSection.js +11 -0
- package/dist/IconBillboard/sections/LayoutSection.d.ts +8 -0
- package/dist/IconBillboard/sections/LayoutSection.js +6 -0
- package/dist/ImageBillboard/ExitIntentModal/useExitIntentModal.js +6 -1
- package/dist/ImageBillboard/ImageBillboard.css.d.ts +5 -61
- package/dist/ImageBillboard/ImageBillboard.interface.d.ts +7 -0
- package/dist/ImageBillboard/ImageBillboardSet.d.ts +1 -1
- package/dist/ImageBillboard/ImageBillboardSet.js +20 -4
- package/dist/ImageLink/ImageLink.js +12 -5
- package/dist/ImageLink/ImageLinkSet.js +15 -8
- package/dist/ImageLink/index.js +12 -5
- package/dist/Input/Dropdown.js +1 -0
- package/dist/Input/Input.js +3 -1
- package/dist/Insight/Featured/CategorySelector.js +13 -6
- package/dist/Insight/Featured/Featured.js +20 -13
- package/dist/Insight/Featured/Header.js +19 -12
- package/dist/LandingPageHeader/LandingPageHeader.css.d.ts +2 -0
- package/dist/LandingPageHeader/LandingPageHeader.css.js +6 -2
- package/dist/LandingPageHeader/LandingPageHeader.js +18 -9
- package/dist/LandingPageHeader/index.js +3 -1
- package/dist/LoadingIndicator/LoadingIndicator.css.d.ts +4 -4
- package/dist/Modal/Modal.css.d.ts +1 -0
- package/dist/Modal/Modal.css.js +5 -3
- package/dist/Modal/Modal.js +15 -8
- package/dist/NavigationMenu/AxosALTS/NavData.js +12 -5
- package/dist/NavigationMenu/AxosALTS/index.js +12 -5
- package/dist/NavigationMenu/AxosAdvisor/NavBar.css.d.ts +2 -0
- package/dist/NavigationMenu/AxosAdvisor/NavBar.css.js +7 -2
- package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +52 -52
- package/dist/NavigationMenu/AxosAdvisor/SubNavBar.js +3 -10
- package/dist/NavigationMenu/AxosAdvisor/index.js +42 -32
- package/dist/NavigationMenu/AxosAdvisorServices/NavBar.css.d.ts +2 -0
- package/dist/NavigationMenu/AxosAdvisorServices/NavBar.css.js +7 -2
- package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +53 -53
- package/dist/NavigationMenu/AxosAdvisorServices/SubNavbar.css.d.ts +1 -1
- package/dist/NavigationMenu/AxosAdvisorServices/SubNavbar.css.js +2 -2
- package/dist/NavigationMenu/AxosAdvisorServices/index.js +14 -8
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +2 -2
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +16 -16
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +6 -8
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +32 -17
- package/dist/NavigationMenu/AxosBank/NavBar.css.js +2 -1
- package/dist/NavigationMenu/AxosBank/NavBar.module.js +41 -41
- package/dist/NavigationMenu/AxosBank/NavData.js +12 -5
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +84 -88
- package/dist/NavigationMenu/AxosBank/SubNavbar.css.d.ts +2 -0
- package/dist/NavigationMenu/AxosBank/SubNavbar.css.js +4 -0
- package/dist/NavigationMenu/AxosBank/index.js +12 -5
- package/dist/NavigationMenu/AxosClearing/NavBar.module.js +37 -37
- package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +41 -41
- package/dist/NavigationMenu/LaVictoire/NavData.js +12 -5
- package/dist/NavigationMenu/LaVictoire/index.js +12 -5
- package/dist/NavigationMenu/NavDataJson.d.ts +2 -0
- package/dist/NavigationMenu/NavDataJson.js +315 -0
- package/dist/NavigationMenu/Navbar.d.ts +5 -0
- package/dist/NavigationMenu/Navbar.js +201 -0
- package/dist/NavigationMenu/SignInNavButton.d.ts +1 -0
- package/dist/NavigationMenu/SignInNavButton.js +369 -0
- package/dist/PageNavItem/PageNavItem.css.d.ts +4 -22
- package/dist/Pagination/Pagination.js +6 -6
- package/dist/SetContainer/SetContainer.js +12 -5
- package/dist/SocialMediaBar/iconsRepository.js +12 -5
- package/dist/StepItem/StepItem.css.d.ts +8 -36
- package/dist/StepItemSet/StepItemSet.css.d.ts +6 -32
- package/dist/StepItemSet/StepItemSet.css.js +12 -6
- package/dist/StepItemSet/StepItemSet.d.ts +8 -0
- package/dist/StepItemSet/StepItemSet.js +38 -14
- package/dist/StepItemSet/index.js +4 -2
- package/dist/Table/Table.css.d.ts +7 -7
- package/dist/Table/Table.css.js +5 -5
- package/dist/Table/Table.d.ts +1 -1
- package/dist/Table/Table.js +1 -1
- package/dist/VideoTile/VideoTile.interface.d.ts +4 -3
- package/dist/VideoTile/VideoTile.js +189 -28
- package/dist/VideoWrapper/index.js +13 -6
- package/dist/WalnutIframe/wrapper.module.js +3 -3
- package/dist/assets/Accordion/Accordion.css +4 -4
- package/dist/assets/Article/Article.css +47 -59
- package/dist/assets/ArticlesSet/ArticlesSet.css +26 -56
- package/dist/assets/Auth/SignIn.css +12 -12
- package/dist/assets/Avatar/Avatar.css.css +10 -10
- package/dist/assets/AwardsBanner/AwardsBanner.css +1 -1
- package/dist/assets/AwardsItem/AwardsItem.css +3 -4
- package/dist/assets/Blockquote/Blockquote.css.css +68 -68
- package/dist/assets/Button/Button.css +28 -28
- package/dist/assets/Calculators/AnnualFeeCalculator/AnnualFeeCalculator.css +8 -8
- package/dist/assets/Calculators/ApyCalculator/ApyCalculator.css +12 -21
- package/dist/assets/Calculators/AxosOneCalculator/BalanceAPYCalculator.css +32 -12
- package/dist/assets/Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css +22 -34
- package/dist/assets/Calculators/BuyDownCalculator/BuyDownCalculator.css +15 -21
- package/dist/assets/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css +12 -9
- package/dist/assets/Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css +10 -10
- package/dist/assets/Calculators/SummitApyCalculator/BalanceAPYCalculator.css +18 -10
- package/dist/assets/Calculators/calculator.css +9 -15
- package/dist/assets/CallToActionBar/CallToActionBar.css +6 -4
- package/dist/assets/Carousel/Carousel.css +27 -41
- package/dist/assets/Chatbot/Bubble.css +51 -0
- package/dist/assets/Chatbot/ChatWindow.css +225 -0
- package/dist/assets/Chevron/Chevron.css +11 -10
- package/dist/assets/CollectInformationAlert/CollectInformationAlert.css +4 -3
- package/dist/assets/Comparison/Comparison.css +8 -5
- package/dist/assets/ContentBanner/ContentBanner.css +8 -8
- package/dist/assets/DownloadTile/DownloadTile.css +6 -6
- package/dist/assets/ExecutiveBio/ExecutiveBio.css +343 -27
- package/dist/assets/FaqAccordion/FaqAccordion.css +5 -5
- package/dist/assets/FooterDisclosure/FooterDisclosure.css +1 -1
- package/dist/assets/FooterSiteMap/AxosBank/FooterSiteMap.css +3 -8
- package/dist/assets/Forms/Forms.css +163 -151
- package/dist/assets/Forms/HoneyPot/HoneyPot.css +8 -0
- package/dist/assets/Forms/QuickPricer/UserInformation.css +1 -1
- package/dist/assets/HeroBanner/HeroBanner.css +92 -75
- package/dist/assets/HeroBanner/LargeBanner.css +15 -15
- package/dist/assets/HeroBanner/SelectionBanner.css +15 -29
- package/dist/assets/Hyperlink/Hyperlink.css +4 -4
- package/dist/assets/IconBillboard/IconBillboard.css +53 -49
- package/dist/assets/ImageBillboard/ImageBillboard.css +56 -79
- package/dist/assets/Input/Input.css +6 -6
- package/dist/assets/Inputs/Input.css +4 -4
- package/dist/assets/Insight/Featured/CategorySelector.css +1 -1
- package/dist/assets/Interstitial/Interstitial-variants.css +3 -3
- package/dist/assets/LandingPageHeader/LandingPageHeader.css +37 -4
- package/dist/assets/LoadingIndicator/LoadingIndicator.css +5 -5
- package/dist/assets/Modal/Modal.css +17 -28
- package/dist/assets/NavigationMenu/AxosALTS/NavBar.css +1 -1
- package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css +25 -2
- package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +138 -126
- package/dist/assets/NavigationMenu/AxosAdvisor/SubNavbar.css +5 -4
- package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css +25 -2
- package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css +142 -130
- package/dist/assets/NavigationMenu/AxosAdvisorServices/SubNavbar.css +22 -4
- package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css +32 -31
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css +21 -9
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +120 -148
- package/dist/assets/NavigationMenu/AxosBank/SubNavbar.css +35 -1
- package/dist/assets/NavigationMenu/AxosClearing/NavBar.css.css +133 -107
- package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +84 -83
- package/dist/assets/PageNavItem/PageNavItem.css +16 -33
- package/dist/assets/Pagination/Pagination.css +1 -1
- package/dist/assets/SetContainer/SetContainer.css +5 -5
- package/dist/assets/StepItem/StepItem.css +26 -42
- package/dist/assets/StepItemSet/StepItemSet.css +50 -41
- package/dist/assets/Tab/Tab.css +12 -12
- package/dist/assets/Table/Table.css +91 -98
- package/dist/assets/TextBlock/TextBlock.css +1 -1
- package/dist/assets/TopicalNavItem/TopicalNavItem.css +3 -3
- package/dist/assets/TopicalNavSet/TopicalNavSet.css +1 -1
- package/dist/assets/VideoTile/VideoTile.css +1 -1
- package/dist/assets/WalnutIframe/wrapper.css.css +7 -8
- package/dist/assets/globals.css +10 -10
- package/dist/assets/icons/ArrowIcon/ArrowIcon.css +3 -3
- package/dist/assets/icons/DownloadIcon/DownloadIcon.css +1 -1
- package/dist/assets/icons/FollowIcon/FollowIcon.css +1 -1
- package/dist/assets/themes/axos.css +32 -32
- package/dist/assets/themes/premier.css +31 -31
- package/dist/assets/themes/victorie.css +23 -23
- package/dist/icons/CheckCircle.js +1 -1
- package/dist/icons/CheckCircleLight.js +1 -1
- package/dist/icons/CheckIcon/index.js +1 -1
- package/dist/icons/Logos/AXB.d.ts +8 -0
- package/dist/icons/Logos/AXB.js +74 -0
- package/dist/icons/Logos/SPB.d.ts +4 -0
- package/dist/icons/Logos/SPB.js +132 -0
- package/dist/icons/QuoteIconGrey.js +2 -2
- package/dist/icons/index.d.ts +1 -0
- package/dist/icons/index.js +2 -0
- package/dist/main.d.ts +1 -0
- package/dist/main.js +107 -24
- package/dist/themes/axos.css.d.ts +12 -12
- package/dist/themes/axos.css.js +1 -1
- package/dist/utils/allowedAxosDomains.js +4 -2
- package/package.json +135 -133
|
@@ -4,10 +4,18 @@ import "../Button/Button.css.js";
|
|
|
4
4
|
import "react";
|
|
5
5
|
import "react-use";
|
|
6
6
|
import { Chevron } from "../Chevron/index.js";
|
|
7
|
+
import "../icons/ArrowIcon/ArrowIcon.css.js";
|
|
8
|
+
import "../icons/CheckIcon/CheckIcon.css.js";
|
|
9
|
+
import SvgCheckIcon from "../icons/CheckIcon/index.js";
|
|
10
|
+
import '../assets/icons/FollowIcon/FollowIcon.css';import '../assets/icons/DownloadIcon/DownloadIcon.css';import '../assets/themes/victorie.css';import '../assets/themes/premier.css';import '../assets/themes/axos.css';/* empty css */
|
|
11
|
+
/* empty css */
|
|
12
|
+
/* empty css */
|
|
13
|
+
/* empty css */
|
|
14
|
+
/* empty css */
|
|
7
15
|
import { getVariant } from "../utils/getVariant.js";
|
|
8
16
|
import Image from "next/image.js";
|
|
9
17
|
import clsx from "clsx";
|
|
10
|
-
import { logout, hero_banner, hero_wrapper, hero_content, reversed, hero_text, heroSupertag, headline_text, hero_btns, hero_img, img_contents, reversed_lg_image } from "./HeroBanner.css.js";
|
|
18
|
+
import { logout, hero_banner, hero_wrapper, hero_content, reversed, hero_text, heroSupertag, headline_text, hero_bullet_item, hero_sub_bullets, hero_btns, hero_img, img_contents, reversed_lg_image } from "./HeroBanner.css.js";
|
|
11
19
|
import { lg_hero_banner, lg_hero_content, lg_hero_text, lg_hero_eyebrow, lg_headline_text, lg_hero_img, lg_hero_sizing } from "./LargeBanner.css.js";
|
|
12
20
|
import { selection_section_icon_img, selection_section_icon, selection_section, selection_section_bg, selection_section_content, selection_headline_text } from "./SelectionBanner.css.js";
|
|
13
21
|
const HeroBanner = ({
|
|
@@ -15,6 +23,8 @@ const HeroBanner = ({
|
|
|
15
23
|
eyebrow,
|
|
16
24
|
headline,
|
|
17
25
|
bodyCopy,
|
|
26
|
+
bullets,
|
|
27
|
+
subBodyCopy,
|
|
18
28
|
callToActionRow,
|
|
19
29
|
bannerType = "Hero",
|
|
20
30
|
image,
|
|
@@ -59,6 +69,42 @@ const HeroBanner = ({
|
|
|
59
69
|
}
|
|
60
70
|
),
|
|
61
71
|
/* @__PURE__ */ jsx(Fragment, { children: bodyCopy }),
|
|
72
|
+
bullets && bullets.length > 0 && /* @__PURE__ */ jsx("ul", { className: "list_unstyled mb_0 push_up_24", children: bullets.map(
|
|
73
|
+
({ id: id2, icon, copy, subBullet }) => !subBullet ? /* @__PURE__ */ jsxs(
|
|
74
|
+
"li",
|
|
75
|
+
{
|
|
76
|
+
className: `list_item flex ${hero_bullet_item}`,
|
|
77
|
+
children: [
|
|
78
|
+
/* @__PURE__ */ jsx("div", { className: "img_item", children: getVariant(variant) ? /* @__PURE__ */ jsx(
|
|
79
|
+
SvgCheckIcon,
|
|
80
|
+
{
|
|
81
|
+
variant: getVariant(variant) === "primary" || getVariant(variant) === "secondary" ? "primary" : "secondary"
|
|
82
|
+
}
|
|
83
|
+
) : /* @__PURE__ */ jsx("img", { src: icon?.src, alt: icon?.altText }) }),
|
|
84
|
+
/* @__PURE__ */ jsx("span", { children: copy })
|
|
85
|
+
]
|
|
86
|
+
},
|
|
87
|
+
id2
|
|
88
|
+
) : /* @__PURE__ */ jsx(
|
|
89
|
+
"ul",
|
|
90
|
+
{
|
|
91
|
+
className: clsx(hero_sub_bullets, "mb_0", "push_up"),
|
|
92
|
+
children: /* @__PURE__ */ jsxs("li", { className: "list_item flex", children: [
|
|
93
|
+
/* @__PURE__ */ jsx("div", { className: "img_item", children: /* @__PURE__ */ jsx(
|
|
94
|
+
"img",
|
|
95
|
+
{
|
|
96
|
+
style: { maxWidth: "max-content" },
|
|
97
|
+
src: icon?.src,
|
|
98
|
+
alt: icon?.altText
|
|
99
|
+
}
|
|
100
|
+
) }),
|
|
101
|
+
/* @__PURE__ */ jsx("span", { children: copy })
|
|
102
|
+
] })
|
|
103
|
+
},
|
|
104
|
+
id2
|
|
105
|
+
)
|
|
106
|
+
) }),
|
|
107
|
+
subBodyCopy && /* @__PURE__ */ jsx("div", { className: "push_up_24", children: subBodyCopy }),
|
|
62
108
|
callToActionRow && callToActionRow.length > 0 && /* @__PURE__ */ jsx("div", { className: `${hero_btns}`, children: callToActionRow.map(
|
|
63
109
|
({
|
|
64
110
|
id: id2,
|
|
@@ -66,7 +112,8 @@ const HeroBanner = ({
|
|
|
66
112
|
displayText,
|
|
67
113
|
targetUrl,
|
|
68
114
|
type,
|
|
69
|
-
icon
|
|
115
|
+
icon,
|
|
116
|
+
newTab
|
|
70
117
|
}) => type === "Button" ? /* @__PURE__ */ jsxs(
|
|
71
118
|
Button,
|
|
72
119
|
{
|
|
@@ -75,6 +122,7 @@ const HeroBanner = ({
|
|
|
75
122
|
size: "large",
|
|
76
123
|
rounded: "medium",
|
|
77
124
|
square: icon !== void 0,
|
|
125
|
+
newTab,
|
|
78
126
|
children: [
|
|
79
127
|
typeof icon !== "undefined" ? /* @__PURE__ */ jsx("div", { className: clsx(selection_section_icon), children: /* @__PURE__ */ jsx(
|
|
80
128
|
"span",
|
|
@@ -100,6 +148,7 @@ const HeroBanner = ({
|
|
|
100
148
|
targetUrl,
|
|
101
149
|
variant: getVariant(variant2),
|
|
102
150
|
goBack: bannerType === "Logout",
|
|
151
|
+
newTab,
|
|
103
152
|
children: displayText
|
|
104
153
|
},
|
|
105
154
|
id2
|
|
@@ -137,18 +186,7 @@ const HeroBanner = ({
|
|
|
137
186
|
/* @__PURE__ */ jsx("div", { className: selection_section_bg }),
|
|
138
187
|
/* @__PURE__ */ jsxs("div", { className: selection_section_content, children: [
|
|
139
188
|
/* @__PURE__ */ jsxs("div", { children: [
|
|
140
|
-
/* @__PURE__ */ jsx(
|
|
141
|
-
"h3",
|
|
142
|
-
{
|
|
143
|
-
className: clsx(
|
|
144
|
-
"header_2",
|
|
145
|
-
selection_headline_text({
|
|
146
|
-
variant: getVariant(variant)
|
|
147
|
-
})
|
|
148
|
-
),
|
|
149
|
-
children: selection?.headline
|
|
150
|
-
}
|
|
151
|
-
),
|
|
189
|
+
/* @__PURE__ */ jsx("h3", { className: clsx("header_2", selection_headline_text), children: selection?.headline }),
|
|
152
190
|
/* @__PURE__ */ jsx("div", { children: selection?.bodyCopy })
|
|
153
191
|
] }),
|
|
154
192
|
selection?.callToActionRow && selection?.callToActionRow.length > 0 && /* @__PURE__ */ jsx("div", { className: `${hero_btns}`, children: selection?.callToActionRow.map(
|
|
@@ -157,7 +195,8 @@ const HeroBanner = ({
|
|
|
157
195
|
icon,
|
|
158
196
|
displayText,
|
|
159
197
|
targetUrl,
|
|
160
|
-
type
|
|
198
|
+
type,
|
|
199
|
+
newTab
|
|
161
200
|
}) => type === "Button" ? /* @__PURE__ */ jsxs(
|
|
162
201
|
Button,
|
|
163
202
|
{
|
|
@@ -166,6 +205,7 @@ const HeroBanner = ({
|
|
|
166
205
|
size: "large",
|
|
167
206
|
rounded: "medium",
|
|
168
207
|
square: true,
|
|
208
|
+
newTab,
|
|
169
209
|
children: [
|
|
170
210
|
typeof icon !== "undefined" ? /* @__PURE__ */ jsx("div", { className: selection_section_icon, children: /* @__PURE__ */ jsx(
|
|
171
211
|
"span",
|
|
@@ -193,6 +233,7 @@ const HeroBanner = ({
|
|
|
193
233
|
rounded: "medium",
|
|
194
234
|
size: "large",
|
|
195
235
|
square: true,
|
|
236
|
+
newTab,
|
|
196
237
|
children: [
|
|
197
238
|
typeof icon !== "undefined" ? /* @__PURE__ */ jsx(
|
|
198
239
|
"div",
|
|
@@ -268,14 +309,56 @@ const HeroBanner = ({
|
|
|
268
309
|
children: headline
|
|
269
310
|
}
|
|
270
311
|
),
|
|
271
|
-
/* @__PURE__ */
|
|
312
|
+
/* @__PURE__ */ jsxs("div", { className: "push_up", children: [
|
|
313
|
+
/* @__PURE__ */ jsx(Fragment, { children: bodyCopy }),
|
|
314
|
+
bullets && bullets.length > 0 && /* @__PURE__ */ jsx("ul", { className: "list_unstyled mb_0 push_up_24", children: bullets.map(
|
|
315
|
+
({ id: id2, icon, copy, subBullet }) => !subBullet ? /* @__PURE__ */ jsxs(
|
|
316
|
+
"li",
|
|
317
|
+
{
|
|
318
|
+
className: `list_item flex ${hero_bullet_item}`,
|
|
319
|
+
children: [
|
|
320
|
+
/* @__PURE__ */ jsx("div", { className: "img_item", children: getVariant(variant) ? /* @__PURE__ */ jsx(
|
|
321
|
+
SvgCheckIcon,
|
|
322
|
+
{
|
|
323
|
+
variant: getVariant(variant) === "primary" || getVariant(variant) === "secondary" ? "secondary" : "primary"
|
|
324
|
+
}
|
|
325
|
+
) : /* @__PURE__ */ jsx("img", { src: icon?.src, alt: icon?.altText }) }),
|
|
326
|
+
/* @__PURE__ */ jsx("span", { children: copy })
|
|
327
|
+
]
|
|
328
|
+
},
|
|
329
|
+
id2
|
|
330
|
+
) : /* @__PURE__ */ jsx(
|
|
331
|
+
"ul",
|
|
332
|
+
{
|
|
333
|
+
className: clsx(
|
|
334
|
+
hero_sub_bullets,
|
|
335
|
+
"mb_0",
|
|
336
|
+
"push_up"
|
|
337
|
+
),
|
|
338
|
+
children: /* @__PURE__ */ jsxs("li", { className: "list_item flex", children: [
|
|
339
|
+
/* @__PURE__ */ jsx("div", { className: "img_item", children: /* @__PURE__ */ jsx(
|
|
340
|
+
"img",
|
|
341
|
+
{
|
|
342
|
+
style: { maxWidth: "max-content" },
|
|
343
|
+
src: icon?.src,
|
|
344
|
+
alt: icon?.altText
|
|
345
|
+
}
|
|
346
|
+
) }),
|
|
347
|
+
/* @__PURE__ */ jsx("span", { children: copy })
|
|
348
|
+
] })
|
|
349
|
+
},
|
|
350
|
+
id2
|
|
351
|
+
)
|
|
352
|
+
) })
|
|
353
|
+
] }),
|
|
272
354
|
callToActionRow && callToActionRow.length > 0 && /* @__PURE__ */ jsx("div", { className: `${hero_btns}`, children: callToActionRow.map(
|
|
273
355
|
({
|
|
274
356
|
id: id2,
|
|
275
357
|
variant: variant2,
|
|
276
358
|
displayText,
|
|
277
359
|
targetUrl,
|
|
278
|
-
type
|
|
360
|
+
type,
|
|
361
|
+
newTab
|
|
279
362
|
}) => type === "Button" ? /* @__PURE__ */ jsx(
|
|
280
363
|
Button,
|
|
281
364
|
{
|
|
@@ -283,6 +366,7 @@ const HeroBanner = ({
|
|
|
283
366
|
color: getVariant(variant2),
|
|
284
367
|
size: "large",
|
|
285
368
|
rounded: "medium",
|
|
369
|
+
newTab,
|
|
286
370
|
children: displayText
|
|
287
371
|
},
|
|
288
372
|
id2
|
|
@@ -291,6 +375,7 @@ const HeroBanner = ({
|
|
|
291
375
|
{
|
|
292
376
|
targetUrl,
|
|
293
377
|
variant: getVariant(variant2),
|
|
378
|
+
newTab,
|
|
294
379
|
children: displayText
|
|
295
380
|
},
|
|
296
381
|
id2
|
|
@@ -1,22 +1,4 @@
|
|
|
1
|
-
export declare const selection_headline_text:
|
|
2
|
-
variant: {
|
|
3
|
-
primary: {
|
|
4
|
-
color: `var(--${string})`;
|
|
5
|
-
};
|
|
6
|
-
secondary: {
|
|
7
|
-
background: `var(--${string})`;
|
|
8
|
-
backgroundClip: "text";
|
|
9
|
-
WebkitTextFillColor: "transparent";
|
|
10
|
-
textShadow: "0px 0px #00000000";
|
|
11
|
-
};
|
|
12
|
-
tertiary: {
|
|
13
|
-
color: `var(--${string})`;
|
|
14
|
-
};
|
|
15
|
-
quaternary: {
|
|
16
|
-
color: `var(--${string})`;
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
}>;
|
|
1
|
+
export declare const selection_headline_text: string;
|
|
20
2
|
export declare const selection_section: string;
|
|
21
3
|
export declare const selection_section_bg: string;
|
|
22
4
|
export declare const selection_section_content: string;
|
|
@@ -4,12 +4,12 @@ import '../assets/HeroBanner/SelectionBanner.css';import '../assets/themes/victo
|
|
|
4
4
|
/* empty css */
|
|
5
5
|
/* empty css */
|
|
6
6
|
import { createRuntimeFn } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
7
|
-
var selection_headline_text =
|
|
8
|
-
var selection_section = "
|
|
9
|
-
var selection_section_bg = "
|
|
10
|
-
var selection_section_content = "
|
|
11
|
-
var selection_section_icon = "
|
|
12
|
-
var selection_section_icon_img = createRuntimeFn({ defaultClassName: "
|
|
7
|
+
var selection_headline_text = "_7etqoq0";
|
|
8
|
+
var selection_section = "_7etqoq1";
|
|
9
|
+
var selection_section_bg = "_7etqoq2";
|
|
10
|
+
var selection_section_content = "_7etqoq3";
|
|
11
|
+
var selection_section_icon = "_7etqoq4";
|
|
12
|
+
var selection_section_icon_img = createRuntimeFn({ defaultClassName: "_7etqoq5", variantClassNames: { variant: { primary: "_7etqoq6", secondary: "_7etqoq7", tertiary: "_7etqoq8", quaternary: "_7etqoq9" } }, defaultVariants: {}, compoundVariants: [] });
|
|
13
13
|
export {
|
|
14
14
|
selection_headline_text,
|
|
15
15
|
selection_section,
|
package/dist/HeroBanner/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { HeroBanner } from "./HeroBanner.js";
|
|
2
|
-
import { headline_text, heroSupertag, hero_banner, hero_btns, hero_content, hero_embedded_image, hero_img, hero_text, hero_wrapper, img_contents, logout, reversed, reversed_lg_image } from "./HeroBanner.css.js";
|
|
2
|
+
import { headline_text, heroSupertag, hero_banner, hero_btns, hero_bullet_item, hero_content, hero_embedded_image, hero_img, hero_sub_bullets, hero_text, hero_wrapper, img_contents, logout, reversed, reversed_lg_image } from "./HeroBanner.css.js";
|
|
3
3
|
import { selection_headline_text, selection_section, selection_section_bg, selection_section_content, selection_section_icon, selection_section_icon_img } from "./SelectionBanner.css.js";
|
|
4
4
|
export {
|
|
5
5
|
HeroBanner,
|
|
@@ -7,9 +7,11 @@ export {
|
|
|
7
7
|
heroSupertag,
|
|
8
8
|
hero_banner,
|
|
9
9
|
hero_btns,
|
|
10
|
+
hero_bullet_item,
|
|
10
11
|
hero_content,
|
|
11
12
|
hero_embedded_image,
|
|
12
13
|
hero_img,
|
|
14
|
+
hero_sub_bullets,
|
|
13
15
|
hero_text,
|
|
14
16
|
hero_wrapper,
|
|
15
17
|
img_contents,
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
export declare const hyperlink: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
2
2
|
variant: {
|
|
3
3
|
primary: {
|
|
4
|
-
color:
|
|
4
|
+
color: `var(--${string})`;
|
|
5
5
|
selectors: {
|
|
6
6
|
"&:hover": {
|
|
7
7
|
textDecoration: "underline";
|
|
8
|
-
textDecorationColor:
|
|
8
|
+
textDecorationColor: `var(--${string})`;
|
|
9
9
|
};
|
|
10
10
|
};
|
|
11
11
|
};
|
|
12
12
|
secondary: {
|
|
13
|
-
color:
|
|
13
|
+
color: `var(--${string})`;
|
|
14
14
|
selectors: {
|
|
15
15
|
"&:hover": {
|
|
16
16
|
textDecoration: "underline";
|
|
17
|
-
textDecorationColor:
|
|
17
|
+
textDecorationColor: `var(--${string})`;
|
|
18
18
|
};
|
|
19
19
|
};
|
|
20
20
|
};
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
import '../assets/Hyperlink/Hyperlink.css';/* empty css
|
|
1
|
+
import '../assets/Hyperlink/Hyperlink.css';import '../assets/themes/victorie.css';import '../assets/themes/premier.css';import '../assets/themes/axos.css';/* empty css */
|
|
2
|
+
/* empty css */
|
|
3
|
+
/* empty css */
|
|
4
|
+
/* empty css */
|
|
2
5
|
import { createRuntimeFn } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
3
6
|
var hyperlink = createRuntimeFn({ defaultClassName: "hvs5ng0", variantClassNames: { variant: { primary: "hvs5ng1", secondary: "hvs5ng2", "default": "hvs5ng3" } }, defaultVariants: { variant: "default" }, compoundVariants: [] });
|
|
4
7
|
export {
|
package/dist/Hyperlink/index.js
CHANGED
|
@@ -5,7 +5,7 @@ import "../Accordion/Accordion.js";
|
|
|
5
5
|
import "../Accordion/Accordion.css.js";
|
|
6
6
|
import "../icons/ArrowIcon/ArrowIcon.css.js";
|
|
7
7
|
import "../icons/CheckIcon/CheckIcon.css.js";
|
|
8
|
-
import '../assets/Modal/Modal.css';import '../assets/VideoWrapper/VideoWrapper.css';import '../assets/
|
|
8
|
+
import '../assets/Modal/Modal.css';import '../assets/VideoWrapper/VideoWrapper.css';import '../assets/TopicalNavSet/TopicalNavSet.css';import '../assets/TopicalNavItem/TopicalNavItem.css';import '../assets/Topic/Topic.css';import '../assets/TextBlock/TextBlock.css';import '../assets/SocialMediaBar/SocialMediaBar.css';import '../assets/SecondaryFooter/SecondaryFooter.css';import '../assets/Pagination/Pagination.css';import '../assets/PageNavSet/PageNavigationSet.css';import '../assets/NavigationMenu/LaVictoire/NavBar.css';import '../assets/NavigationMenu/AxosALTS/NavBar.css';import '../assets/NavigationMenu/AxosClearing/NavBar.css';import '../assets/NavigationMenu/AxosBank/SubNavbar.css';import '../assets/NavigationMenu/AxosBank/NavBar.css';import '../assets/NavigationMenu/AxosAdvisorServices/SubNavbar.css';import '../assets/NavigationMenu/AxosAdvisorServices/NavBar.css';import '../assets/NavigationMenu/AxosAdvisor/SubNavbar.css';import '../assets/NavigationMenu/AxosAdvisor/NavBar.css';import '../assets/Insight/Insight.css';import '../assets/Insight/Featured/Header.css';import '../assets/Insight/Featured/CategorySelector.css';import '../assets/Insight/Featured/Featured.css';import '../assets/ImageLink/ImageLink.css';import '../assets/VideoTile/VideoTile.css';import '../assets/HelpArticle/HelpArticle.css';import '../assets/FooterSiteMap/AxosBank/FooterSiteMap.css';import '../assets/FooterDisclosure/LVF/LaVictorieFooter.css';import '../assets/DownloadTile/DownloadTile.css';import '../assets/CollectInformationAlert/CollectInformationAlert.css';import '../assets/Chatbot/ChatWindow.css';import '../assets/Chatbot/Bubble.css';import '../assets/CallToActionBar/CallToActionBar.css';import '../assets/AwardsItem/AwardsItem.css';import '../assets/AwardsBanner/AwardsBanner.css';import '../assets/Auth/SignIn.css';import '../assets/Auth/ErrorAlert.css';import '../assets/Calculators/MarginTradingCalculator/MarginTradingCalculator.css';import '../assets/Forms/QuickPricer/UserInformation.css';import '../assets/Forms/QuickPricer/QuickPricerResults.css';import '../assets/BulletItem/BulletItem.css';import '../assets/Typography/Typography.css';import '../assets/icons/FollowIcon/FollowIcon.css';import '../assets/icons/DownloadIcon/DownloadIcon.css';import '../assets/themes/victorie.css';import '../assets/themes/premier.css';import '../assets/themes/axos.css';/* empty css */
|
|
9
9
|
/* empty css */
|
|
10
10
|
/* empty css */
|
|
11
11
|
/* empty css */
|
|
@@ -41,8 +41,11 @@ import "../Input/InputPhone.js";
|
|
|
41
41
|
import "../Input/InputTextArea.js";
|
|
42
42
|
import "../Input/DownPaymentInput.js";
|
|
43
43
|
import "../Input/RadioButton.js";
|
|
44
|
+
import "../Input/PercentageInput.js";
|
|
44
45
|
import "react-hook-form";
|
|
46
|
+
import "../Calculators/BuyDownCalculator/BuyDownCalculator.css.js";
|
|
45
47
|
import "../Forms/Forms.css.js";
|
|
48
|
+
import "../Forms/HoneyPot/index.js";
|
|
46
49
|
import "../Forms/SalesforceFieldsForm.js";
|
|
47
50
|
import "../Input/RadioButton.css.js";
|
|
48
51
|
import "../Input/Checkbox.css.js";
|
|
@@ -55,8 +58,6 @@ import "iframe-resizer";
|
|
|
55
58
|
import "../Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js";
|
|
56
59
|
import "../Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css.js";
|
|
57
60
|
import "../Calculators/SummitApyCalculator/BalanceAPYCalculator.css.js";
|
|
58
|
-
import "../Input/PercentageInput.js";
|
|
59
|
-
import "../Calculators/BuyDownCalculator/BuyDownCalculator.css.js";
|
|
60
61
|
/* empty css */
|
|
61
62
|
import "react-dom";
|
|
62
63
|
/* empty css */
|
|
@@ -65,6 +66,12 @@ import "../Auth/SignInPassword.js";
|
|
|
65
66
|
/* empty css */
|
|
66
67
|
/* empty css */
|
|
67
68
|
import "../Carousel/index.js";
|
|
69
|
+
/* empty css */
|
|
70
|
+
import "../Chatbot/store/chat.js";
|
|
71
|
+
import "../Chatbot/authenticate.js";
|
|
72
|
+
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
73
|
+
/* empty css */
|
|
74
|
+
import "../Chatbot/store/messages.js";
|
|
68
75
|
/* empty css */
|
|
69
76
|
import "../Comparison/Comparison.css.js";
|
|
70
77
|
import "next/image.js";
|
|
@@ -83,6 +90,8 @@ import "../FooterDisclosure/FooterDisclosure.css.js";
|
|
|
83
90
|
/* empty css */
|
|
84
91
|
/* empty css */
|
|
85
92
|
import "../ImageBillboard/ImageBillboard.css.js";
|
|
93
|
+
import "next/script.js";
|
|
94
|
+
/* empty css */
|
|
86
95
|
/* empty css */
|
|
87
96
|
/* empty css */
|
|
88
97
|
/* empty css */
|
|
@@ -116,8 +125,6 @@ import "../StepItemSet/StepItemSet.css.js";
|
|
|
116
125
|
/* empty css */
|
|
117
126
|
/* empty css */
|
|
118
127
|
/* empty css */
|
|
119
|
-
import "next/script.js";
|
|
120
|
-
/* empty css */
|
|
121
128
|
/* empty css */
|
|
122
129
|
/* empty css */
|
|
123
130
|
import { useGlobalContext } from "../Modal/contextApi/store.js";
|
|
@@ -4,7 +4,7 @@ export declare const containerIconBillboard: import('@vanilla-extract/recipes').
|
|
|
4
4
|
variant: {
|
|
5
5
|
primary: {
|
|
6
6
|
background: `var(--${string})`;
|
|
7
|
-
border: "1px solid #
|
|
7
|
+
border: "1px solid #E9EBEF";
|
|
8
8
|
color: `var(--${string})`;
|
|
9
9
|
};
|
|
10
10
|
secondary: {
|
|
@@ -34,38 +34,10 @@ export declare const headerIconBillboard: string;
|
|
|
34
34
|
export declare const title: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
35
35
|
variant: {
|
|
36
36
|
primary: {
|
|
37
|
-
|
|
38
|
-
[x: string]: {
|
|
39
|
-
WebkitBackgroundClip: "text";
|
|
40
|
-
backgroundImage: `var(--${string})`;
|
|
41
|
-
WebkitTextFillColor: "transparent";
|
|
42
|
-
textShadow: "0px 0px #00000000";
|
|
43
|
-
color?: undefined;
|
|
44
|
-
} | {
|
|
45
|
-
color: `var(--${string})`;
|
|
46
|
-
WebkitBackgroundClip?: undefined;
|
|
47
|
-
backgroundImage?: undefined;
|
|
48
|
-
WebkitTextFillColor?: undefined;
|
|
49
|
-
textShadow?: undefined;
|
|
50
|
-
};
|
|
51
|
-
};
|
|
37
|
+
color: `var(--${string})`;
|
|
52
38
|
};
|
|
53
39
|
secondary: {
|
|
54
|
-
|
|
55
|
-
[x: string]: {
|
|
56
|
-
WebkitBackgroundClip: "text";
|
|
57
|
-
backgroundImage: `var(--${string})`;
|
|
58
|
-
WebkitTextFillColor: "transparent";
|
|
59
|
-
textShadow: "0px 0px #00000000";
|
|
60
|
-
color?: undefined;
|
|
61
|
-
} | {
|
|
62
|
-
color: `var(--${string})`;
|
|
63
|
-
WebkitBackgroundClip?: undefined;
|
|
64
|
-
backgroundImage?: undefined;
|
|
65
|
-
WebkitTextFillColor?: undefined;
|
|
66
|
-
textShadow?: undefined;
|
|
67
|
-
};
|
|
68
|
-
};
|
|
40
|
+
color: `var(--${string})`;
|
|
69
41
|
};
|
|
70
42
|
tertiary: {
|
|
71
43
|
color: `var(--${string})`;
|
|
@@ -82,16 +54,10 @@ export declare const section_text: string;
|
|
|
82
54
|
export declare const header_section: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
83
55
|
variant: {
|
|
84
56
|
primary: {
|
|
85
|
-
|
|
86
|
-
backgroundClip: "text";
|
|
87
|
-
WebkitTextFillColor: "transparent";
|
|
88
|
-
textShadow: "0px 0px #00000000";
|
|
57
|
+
color: `var(--${string})`;
|
|
89
58
|
};
|
|
90
59
|
secondary: {
|
|
91
|
-
|
|
92
|
-
backgroundClip: "text";
|
|
93
|
-
WebkitTextFillColor: "transparent";
|
|
94
|
-
textShadow: "0px 0px #00000000";
|
|
60
|
+
color: `var(--${string})`;
|
|
95
61
|
};
|
|
96
62
|
tertiary: {
|
|
97
63
|
color: `var(--${string})`;
|
|
@@ -106,7 +72,7 @@ export declare const section_body: import('@vanilla-extract/recipes').RuntimeFn<
|
|
|
106
72
|
variant: {
|
|
107
73
|
primary: {
|
|
108
74
|
background: `var(--${string})`;
|
|
109
|
-
border: "1px solid #
|
|
75
|
+
border: "1px solid #E9EBEF";
|
|
110
76
|
};
|
|
111
77
|
secondary: {
|
|
112
78
|
background: `var(--${string})`;
|
|
@@ -121,5 +87,6 @@ export declare const section_body: import('@vanilla-extract/recipes').RuntimeFn<
|
|
|
121
87
|
};
|
|
122
88
|
};
|
|
123
89
|
}>;
|
|
90
|
+
export declare const link_wrapper: string;
|
|
124
91
|
export type ContainerVariants = RecipeVariants<typeof containerIconBillboard>;
|
|
125
92
|
export type LayoutVariants = RecipeVariants<typeof layout>;
|
|
@@ -17,6 +17,7 @@ var section_text = "_1r4ovbui";
|
|
|
17
17
|
var header_section = createRuntimeFn({ defaultClassName: "_1r4ovbuj", variantClassNames: { variant: { primary: "_1r4ovbuk", secondary: "_1r4ovbul", tertiary: "_1r4ovbum", quaternary: "_1r4ovbun" } }, defaultVariants: {}, compoundVariants: [] });
|
|
18
18
|
var section_container = "_1r4ovbuo";
|
|
19
19
|
var section_body = createRuntimeFn({ defaultClassName: "_1r4ovbup", variantClassNames: { variant: { primary: "_1r4ovbuq", secondary: "_1r4ovbur", tertiary: "_1r4ovbus", quaternary: "_1r4ovbut" } }, defaultVariants: {}, compoundVariants: [] });
|
|
20
|
+
var link_wrapper = "_1r4ovbuu";
|
|
20
21
|
export {
|
|
21
22
|
billboard_icon,
|
|
22
23
|
buttons,
|
|
@@ -25,6 +26,7 @@ export {
|
|
|
25
26
|
headerIconBillboard,
|
|
26
27
|
header_section,
|
|
27
28
|
layout,
|
|
29
|
+
link_wrapper,
|
|
28
30
|
list,
|
|
29
31
|
listItem,
|
|
30
32
|
section_body,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChevronProps } from '../Chevron/Chevron.interface';
|
|
2
|
-
import {
|
|
2
|
+
import { ReactNode } from 'react';
|
|
3
3
|
import { ImageInterface } from '.';
|
|
4
4
|
import { ContainerVariants, LayoutVariants } from './IconBillboard.css';
|
|
5
5
|
|
|
@@ -15,5 +15,4 @@ export interface FocusProps {
|
|
|
15
15
|
set?: boolean;
|
|
16
16
|
id?: string;
|
|
17
17
|
}
|
|
18
|
-
export declare const Icon: ({ children }: PropsWithChildren) => import("react/jsx-runtime").JSX.Element;
|
|
19
18
|
export declare const IconBillboard: (props: FocusProps & ContainerVariants & LayoutVariants) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
import { useRef, useState, useEffect, createElement } from "react";
|
|
4
|
-
import { BulletItem } from "../BulletItem/BulletItem.js";
|
|
5
|
-
import { Chevron } from "../Chevron/index.js";
|
|
6
|
-
import { getVariant } from "../utils/getVariant.js";
|
|
2
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
7
3
|
import clsx from "clsx";
|
|
8
|
-
import {
|
|
9
|
-
import "../
|
|
10
|
-
import "
|
|
11
|
-
import {
|
|
12
|
-
|
|
4
|
+
import { useRef, useState, useEffect } from "react";
|
|
5
|
+
import { getVariant } from "../utils/getVariant.js";
|
|
6
|
+
import { content, containerIconBillboard, link_wrapper } from "./IconBillboard.css.js";
|
|
7
|
+
import { LayoutSection } from "./sections/LayoutSection.js";
|
|
8
|
+
import { IconSection } from "./sections/IconSection.js";
|
|
9
|
+
import { HeaderSection } from "./sections/HeaderSection.js";
|
|
10
|
+
import { ItemsSection } from "./sections/ItemsSection.js";
|
|
11
|
+
import { useFullClick, CallToActionSection } from "./sections/CallToActionSection.js";
|
|
13
12
|
const IconBillboard = (props) => {
|
|
14
13
|
const {
|
|
15
14
|
callToActionRow,
|
|
@@ -36,96 +35,42 @@ const IconBillboard = (props) => {
|
|
|
36
35
|
}
|
|
37
36
|
}
|
|
38
37
|
}, []);
|
|
38
|
+
const { isClickable, handleClick, chevronText } = useFullClick(callToActionRow);
|
|
39
39
|
return /* @__PURE__ */ jsxs(
|
|
40
40
|
"div",
|
|
41
41
|
{
|
|
42
|
+
id,
|
|
43
|
+
onClick: handleClick,
|
|
44
|
+
role: isClickable ? "link" : void 0,
|
|
45
|
+
title: isClickable ? chevronText : void 0,
|
|
42
46
|
className: clsx(
|
|
43
47
|
containerIconBillboard({ variant }),
|
|
44
48
|
`${set ? "" : "containment"}`,
|
|
45
|
-
"billboard rounded flex_col gap_24 is_icon"
|
|
49
|
+
"billboard rounded flex_col gap_24 is_icon",
|
|
50
|
+
isClickable && link_wrapper
|
|
46
51
|
),
|
|
47
|
-
id,
|
|
48
52
|
children: [
|
|
49
|
-
/* @__PURE__ */ jsxs(
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
height: icon?.height,
|
|
57
|
-
width: icon?.width
|
|
58
|
-
}
|
|
59
|
-
) }),
|
|
60
|
-
/* @__PURE__ */ jsxs("div", { className: clsx(content), children: [
|
|
61
|
-
/* @__PURE__ */ jsxs("div", { className: headerIconBillboard, children: [
|
|
62
|
-
headline && createElement(
|
|
53
|
+
/* @__PURE__ */ jsxs(LayoutSection, { side, children: [
|
|
54
|
+
/* @__PURE__ */ jsx(IconSection, { icon }),
|
|
55
|
+
/* @__PURE__ */ jsxs("div", { className: content, children: [
|
|
56
|
+
/* @__PURE__ */ jsx(
|
|
57
|
+
HeaderSection,
|
|
58
|
+
{
|
|
59
|
+
headline,
|
|
63
60
|
headingLevel,
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
body && /* @__PURE__ */ jsx("div", { children: body })
|
|
71
|
-
] }),
|
|
72
|
-
items && items?.length > 0 && /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsx("ul", { className: clsx(list, "list_unstyled"), children: items?.map((item) => /* @__PURE__ */ jsx(BulletItem, { id: item.id, variant, children: item.content }, item.id)) }) })
|
|
61
|
+
headingRef,
|
|
62
|
+
body,
|
|
63
|
+
variant
|
|
64
|
+
}
|
|
65
|
+
),
|
|
66
|
+
/* @__PURE__ */ jsx(ItemsSection, { items, variant })
|
|
73
67
|
] })
|
|
74
68
|
] }),
|
|
75
|
-
|
|
76
|
-
({
|
|
77
|
-
id: id2,
|
|
78
|
-
variant: variant2,
|
|
79
|
-
displayText,
|
|
80
|
-
targetUrl,
|
|
81
|
-
type,
|
|
82
|
-
marketingIntersitial,
|
|
83
|
-
newTab,
|
|
84
|
-
...rest
|
|
85
|
-
}) => type === "Button" ? rest.as == "button" ? /* @__PURE__ */ jsx(
|
|
86
|
-
Button,
|
|
87
|
-
{
|
|
88
|
-
targetUrl,
|
|
89
|
-
color: getVariant(variant2),
|
|
90
|
-
size: "medium",
|
|
91
|
-
rounded: "medium",
|
|
92
|
-
marketingIntersitial,
|
|
93
|
-
newTab,
|
|
94
|
-
as: "button",
|
|
95
|
-
type: "button",
|
|
96
|
-
action: rest?.onClick,
|
|
97
|
-
children: displayText
|
|
98
|
-
},
|
|
99
|
-
id2
|
|
100
|
-
) : /* @__PURE__ */ jsx(
|
|
101
|
-
Button,
|
|
102
|
-
{
|
|
103
|
-
targetUrl,
|
|
104
|
-
color: getVariant(variant2),
|
|
105
|
-
size: "medium",
|
|
106
|
-
rounded: "medium",
|
|
107
|
-
marketingIntersitial,
|
|
108
|
-
newTab,
|
|
109
|
-
children: displayText
|
|
110
|
-
},
|
|
111
|
-
id2
|
|
112
|
-
) : /* @__PURE__ */ jsx(
|
|
113
|
-
Chevron,
|
|
114
|
-
{
|
|
115
|
-
targetUrl,
|
|
116
|
-
variant: getVariant(variant2),
|
|
117
|
-
marketingIntersitial,
|
|
118
|
-
newTab,
|
|
119
|
-
children: displayText
|
|
120
|
-
},
|
|
121
|
-
id2
|
|
122
|
-
)
|
|
123
|
-
) })
|
|
69
|
+
/* @__PURE__ */ jsx(CallToActionSection, { callToActionRow })
|
|
124
70
|
]
|
|
125
71
|
}
|
|
126
72
|
);
|
|
127
73
|
};
|
|
128
74
|
export {
|
|
129
|
-
Icon,
|
|
130
75
|
IconBillboard
|
|
131
76
|
};
|