@axos-web-dev/shared-components 1.0.77-patch.6 → 1.0.77-patch.60
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 +14 -5
- package/dist/Accordion/Accordion.css.js +2 -1
- package/dist/Accordion/Accordion.js +2 -1
- package/dist/AlertBanner/index.js +2 -1
- package/dist/Article/Article.css.d.ts +9 -36
- package/dist/Article/Article.css.js +12 -9
- package/dist/Article/Article.d.ts +2 -1
- package/dist/Article/Article.js +13 -2
- package/dist/Article/index.js +3 -2
- package/dist/ArticlesSet/ArticlesSet.css.d.ts +10 -70
- package/dist/ArticlesSet/ArticlesSet.css.js +2 -1
- package/dist/ArticlesSet/ArticlesSet.js +1 -1
- package/dist/Auth/ErrorAlert.js +15 -6
- package/dist/Auth/SignIn.css.js +2 -1
- package/dist/Auth/SignInPassword.js +2 -2
- package/dist/Avatar/Avatar.module.js +7 -7
- package/dist/AwardsBanner/AwardsBanner.css.js +5 -1
- package/dist/AwardsItem/AwardsItem.css.js +1 -2
- package/dist/Blockquote/Blockquote.module.js +3 -3
- package/dist/BulletItem/BulletItem.js +3 -1
- package/dist/Button/Button.css.d.ts +3 -3
- package/dist/Button/Button.css.js +2 -1
- package/dist/Button/Button.js +15 -6
- package/dist/Calculators/AnnualFeeCalculator/AnnualFeeCalculator.css.js +2 -1
- package/dist/Calculators/AnnualFeeCalculator/index.js +1 -1
- package/dist/Calculators/ApyCalculator/ApyCalculator.css.d.ts +2 -30
- package/dist/Calculators/ApyCalculator/ApyCalculator.css.js +2 -1
- package/dist/Calculators/ApyCalculator/index.js +11 -5
- package/dist/Calculators/AxosOneCalculator/BalanceAPYCalculator.css.d.ts +3 -0
- package/dist/Calculators/AxosOneCalculator/BalanceAPYCalculator.css.js +10 -2
- package/dist/Calculators/AxosOneCalculator/index.d.ts +2 -0
- package/dist/Calculators/AxosOneCalculator/index.js +106 -74
- package/dist/Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.d.ts +2 -30
- package/dist/Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.js +2 -1
- package/dist/Calculators/BalanceAPYCalculator/index.js +2 -1
- package/dist/Calculators/BuyDownCalculator/BuyDownCalculator.css.d.ts +0 -1
- package/dist/Calculators/BuyDownCalculator/BuyDownCalculator.css.js +3 -4
- package/dist/Calculators/BuyDownCalculator/index.d.ts +5 -1
- package/dist/Calculators/BuyDownCalculator/index.js +268 -142
- package/dist/Calculators/Calculator.d.ts +2 -0
- package/dist/Calculators/Calculator.js +33 -10
- package/dist/Calculators/MarineLoanMonthlyPaymentCalculator/index.d.ts +9 -0
- package/dist/Calculators/MarineLoanMonthlyPaymentCalculator/index.js +219 -0
- package/dist/Calculators/MaxLoanCalculator/index.js +23 -6
- package/dist/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.d.ts +1 -0
- package/dist/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js +4 -1
- package/dist/Calculators/MonthlyPaymentCalculator/index.js +16 -6
- package/dist/Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css.js +2 -1
- package/dist/Calculators/SummitApyCalculator/BalanceAPYCalculator.css.js +2 -1
- package/dist/Calculators/SummitApyCalculator/index.js +17 -7
- package/dist/Calculators/calculator.css.d.ts +2 -8
- package/dist/Calculators/calculator.css.js +2 -1
- package/dist/Calculators/index.d.ts +2 -1
- package/dist/Calculators/index.js +3 -1
- package/dist/CallToActionBar/CallToActionBar.css.d.ts +3 -1
- package/dist/CallToActionBar/CallToActionBar.css.js +23 -16
- package/dist/CallToActionBar/index.js +4 -3
- package/dist/Carousel/Carousel.css.d.ts +8 -19
- package/dist/Carousel/Carousel.css.js +2 -1
- package/dist/Carousel/index.js +23 -14
- package/dist/Chatbot/AnimatedGradientBorder.css.d.ts +3 -0
- package/dist/Chatbot/AnimatedGradientBorder.css.js +13 -0
- package/dist/Chatbot/Bubble.css.d.ts +6 -0
- package/dist/Chatbot/Bubble.css.js +19 -0
- package/dist/Chatbot/Bubble.d.ts +5 -0
- package/dist/Chatbot/Bubble.js +110 -0
- package/dist/Chatbot/Chat.d.ts +1 -0
- package/dist/Chatbot/Chat.js +158 -0
- package/dist/Chatbot/ChatWindow.css.d.ts +36 -0
- package/dist/Chatbot/ChatWindow.css.js +70 -0
- package/dist/Chatbot/ChatWindow.d.ts +31 -0
- package/dist/Chatbot/ChatWindow.js +522 -0
- package/dist/Chatbot/Chatbot.css.d.ts +2 -0
- package/dist/Chatbot/Chatbot.css.js +7 -0
- package/dist/Chatbot/Chatbot.d.ts +10 -0
- package/dist/Chatbot/Chatbot.js +365 -0
- package/dist/Chatbot/ChatbotMessage.d.ts +17 -0
- package/dist/Chatbot/ChatbotMessage.js +219 -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/ThankYouMessage.d.ts +9 -0
- package/dist/Chatbot/ThankYouMessage.js +510 -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 +55 -0
- package/dist/Chatbot/store/chat.d.ts +16 -0
- package/dist/Chatbot/store/chat.js +29 -0
- package/dist/Chatbot/store/messages.d.ts +16 -0
- package/dist/Chatbot/store/messages.js +21 -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/Chevron.css.js +2 -1
- package/dist/Chevron/index.js +15 -6
- package/dist/CollectInformationAlert/CollectInformationAlert.css.js +2 -1
- package/dist/CollectInformationAlert/index.js +3 -2
- package/dist/Comparison/Comparison.css.js +2 -1
- package/dist/Comparison/Comparison.js +19 -10
- package/dist/Comparison/ComparisonSet.js +33 -24
- package/dist/ContentBanner/ContentBanner.css.js +3 -1
- package/dist/DownloadTile/DownloadTile.css.js +2 -1
- package/dist/ExecutiveBio/ExecutiveBio.css.d.ts +153 -0
- package/dist/ExecutiveBio/ExecutiveBio.css.js +52 -1
- package/dist/ExecutiveBio/ExecutiveBio.d.ts +1 -1
- package/dist/ExecutiveBio/ExecutiveBio.interface.d.ts +11 -4
- package/dist/ExecutiveBio/ExecutiveBio.js +273 -11
- 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/FaqAccordion.css.js +2 -1
- package/dist/FaqAccordion/index.js +15 -6
- package/dist/FooterDisclosure/LVF/LaVictorieFooter.css.js +2 -1
- package/dist/FooterDisclosure/LVF/LaVictorieFooter.js +2 -1
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.css.js +2 -1
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +37 -34
- package/dist/Forms/ApplicationStart.d.ts +1 -1
- package/dist/Forms/ApplicationStart.js +117 -92
- package/dist/Forms/ApplyNow.d.ts +2 -2
- package/dist/Forms/ApplyNow.js +184 -150
- package/dist/Forms/ClearingForm.d.ts +1 -1
- package/dist/Forms/ClearingForm.js +190 -165
- package/dist/Forms/CommercialDeposits.d.ts +1 -1
- package/dist/Forms/CommercialDeposits.js +207 -182
- package/dist/Forms/CommercialDepositsNoLendingOption.d.ts +16 -0
- package/dist/Forms/CommercialDepositsNoLendingOption.js +333 -0
- package/dist/Forms/CommercialLending.d.ts +1 -1
- package/dist/Forms/CommercialLending.js +284 -259
- package/dist/Forms/CommercialPremiumFinance.d.ts +1 -1
- package/dist/Forms/CommercialPremiumFinance.js +133 -108
- package/dist/Forms/ContactCompany.d.ts +1 -1
- package/dist/Forms/ContactCompany.js +119 -94
- package/dist/Forms/ContactCompanyTitle.d.ts +1 -1
- package/dist/Forms/ContactCompanyTitle.js +133 -108
- package/dist/Forms/ContactUs.d.ts +1 -1
- package/dist/Forms/ContactUs.js +105 -80
- package/dist/Forms/ContactUsAAS.d.ts +1 -1
- package/dist/Forms/ContactUsAAS.js +186 -161
- package/dist/Forms/ContactUsBusiness.d.ts +1 -1
- package/dist/Forms/ContactUsBusiness.js +152 -120
- package/dist/Forms/ContactUsBusinessNameEmail.d.ts +1 -1
- package/dist/Forms/ContactUsBusinessNameEmail.js +121 -89
- package/dist/Forms/ContactUsLVF.d.ts +7 -1
- package/dist/Forms/ContactUsLVF.js +139 -108
- package/dist/Forms/ContactUsNMLSId.d.ts +1 -1
- package/dist/Forms/ContactUsNMLSId.js +135 -103
- package/dist/Forms/CpraRequest.d.ts +1 -1
- package/dist/Forms/CpraRequest.js +648 -622
- package/dist/Forms/CraPublicFile.d.ts +1 -1
- package/dist/Forms/CraPublicFile.js +127 -95
- package/dist/Forms/DealerServices.d.ts +1 -1
- package/dist/Forms/DealerServices.js +231 -207
- package/dist/Forms/EmailOnly.d.ts +1 -1
- package/dist/Forms/EmailOnly.js +117 -62
- package/dist/Forms/EmailUs.d.ts +1 -1
- package/dist/Forms/EmailUs.js +81 -56
- package/dist/Forms/FormEnums.js +57 -16
- package/dist/Forms/FormProps.d.ts +3 -0
- package/dist/Forms/Forms.css.d.ts +26 -31
- package/dist/Forms/Forms.css.js +55 -42
- 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 +70 -0
- package/dist/Forms/MortgageRate/MortgageRateForm.d.ts +1 -1
- package/dist/Forms/MortgageRate/MortgageRateForm.js +407 -357
- package/dist/Forms/MortgageRate/MortgageRateQuoteFilters.js +11 -5
- package/dist/Forms/MortgageRate/MortgageRateWatch.js +15 -6
- package/dist/Forms/MortgageWarehouseLending.d.ts +11 -0
- package/dist/Forms/MortgageWarehouseLending.js +347 -0
- package/dist/Forms/QuickPricer/QuickPricerForm.d.ts +1 -1
- package/dist/Forms/QuickPricer/QuickPricerForm.js +640 -620
- package/dist/Forms/QuickPricer/UserInformation.css.js +2 -1
- 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 +162 -137
- package/dist/Forms/ScheduleCallPremier.d.ts +1 -1
- package/dist/Forms/ScheduleCallPremier.js +184 -159
- package/dist/Forms/SuccesForm.js +20 -11
- package/dist/Forms/VendorQuestionnaire.d.ts +1 -1
- package/dist/Forms/VendorQuestionnaire.js +823 -797
- package/dist/Forms/WcplSurvey.d.ts +1 -1
- package/dist/Forms/WcplSurvey.js +114 -91
- 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 +18 -2
- package/dist/HeroBanner/HeroBanner.css.d.ts +7 -17
- package/dist/HeroBanner/HeroBanner.css.js +7 -1
- package/dist/HeroBanner/HeroBanner.d.ts +1 -1
- package/dist/HeroBanner/HeroBanner.interface.d.ts +3 -0
- package/dist/HeroBanner/HeroBanner.js +103 -17
- package/dist/HeroBanner/LargeBanner.css.js +2 -1
- package/dist/HeroBanner/SelectionBanner.css.d.ts +1 -19
- package/dist/HeroBanner/SelectionBanner.css.js +8 -7
- package/dist/HeroBanner/index.js +3 -1
- package/dist/Hyperlink/Hyperlink.css.d.ts +4 -4
- package/dist/Hyperlink/Hyperlink.css.js +5 -1
- package/dist/Hyperlink/index.js +15 -6
- package/dist/IconBillboard/IconBillboard.css.d.ts +8 -40
- package/dist/IconBillboard/IconBillboard.css.js +14 -9
- package/dist/IconBillboard/IconBillboard.d.ts +1 -2
- package/dist/IconBillboard/IconBillboard.js +33 -88
- package/dist/IconBillboard/index.js +4 -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.css.js +3 -1
- package/dist/ImageBillboard/ImageBillboard.interface.d.ts +7 -0
- package/dist/ImageBillboard/ImageBillboard.js +2 -1
- package/dist/ImageBillboard/ImageBillboardSet.d.ts +1 -1
- package/dist/ImageBillboard/ImageBillboardSet.js +33 -10
- package/dist/ImageLink/ImageLink.js +16 -7
- package/dist/ImageLink/ImageLinkSet.js +18 -9
- package/dist/ImageLink/index.js +15 -6
- package/dist/Input/Dropdown.js +1 -0
- package/dist/Input/Input.css.d.ts +1 -0
- package/dist/Input/Input.css.js +12 -9
- package/dist/Input/Input.js +3 -1
- package/dist/Input/index.js +2 -1
- package/dist/Inputs/Input.css.js +2 -1
- package/dist/Insight/Featured/CategorySelector.css.js +2 -1
- package/dist/Insight/Featured/CategorySelector.js +16 -7
- package/dist/Insight/Featured/Featured.js +23 -14
- package/dist/Insight/Featured/Header.js +22 -13
- package/dist/Insight/Insight.css.d.ts +18 -0
- package/dist/Insight/Insight.css.js +44 -8
- package/dist/Insight/index.js +19 -1
- package/dist/Interstitial/Interstitial-variants.css.js +2 -1
- package/dist/LandingPageHeader/LandingPageHeader.css.d.ts +2 -0
- package/dist/LandingPageHeader/LandingPageHeader.css.js +8 -3
- package/dist/LandingPageHeader/LandingPageHeader.js +20 -10
- package/dist/LandingPageHeader/index.js +3 -1
- package/dist/LoadingIndicator/LoadingIndicator.css.d.ts +4 -4
- package/dist/LoadingIndicator/index.js +1 -0
- package/dist/MainHTML/index.d.ts +1 -1
- package/dist/MainHTML/index.js +3 -1
- package/dist/Modal/Modal.css.d.ts +1 -0
- package/dist/Modal/Modal.css.js +7 -4
- package/dist/Modal/Modal.js +18 -9
- package/dist/Modal/contextApi/store.js +2 -2
- package/dist/NavigationMenu/AxosALTS/NavBar.css.js +2 -1
- package/dist/NavigationMenu/AxosALTS/NavData.js +15 -6
- package/dist/NavigationMenu/AxosALTS/index.js +15 -6
- package/dist/NavigationMenu/AxosAdvisor/NavBar.css.d.ts +2 -0
- package/dist/NavigationMenu/AxosAdvisor/NavBar.css.js +8 -2
- package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +52 -52
- package/dist/NavigationMenu/AxosAdvisor/SubNavBar.js +3 -10
- package/dist/NavigationMenu/AxosAdvisor/SubNavbar.css.js +2 -1
- 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 +8 -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 +4 -3
- package/dist/NavigationMenu/AxosAdvisorServices/index.js +14 -8
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +216 -72
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +50 -17
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +19 -14
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +64 -32
- package/dist/NavigationMenu/AxosBank/NavBar.css.js +3 -1
- package/dist/NavigationMenu/AxosBank/NavBar.module.js +41 -41
- package/dist/NavigationMenu/AxosBank/NavData.js +15 -6
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +88 -120
- package/dist/NavigationMenu/AxosBank/SubNavbar.css.d.ts +2 -0
- package/dist/NavigationMenu/AxosBank/SubNavbar.css.js +6 -1
- package/dist/NavigationMenu/AxosBank/index.js +15 -6
- package/dist/NavigationMenu/AxosClearing/NavBar.module.js +37 -37
- package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +41 -41
- package/dist/NavigationMenu/LaVictoire/NavData.js +15 -6
- package/dist/NavigationMenu/LaVictoire/index.js +15 -6
- package/dist/NavigationMenu/NavDataJson.d.ts +2 -0
- package/dist/NavigationMenu/NavDataJson.js +317 -0
- package/dist/NavigationMenu/Navbar.d.ts +5 -0
- package/dist/NavigationMenu/Navbar.js +203 -0
- package/dist/NavigationMenu/SignInNavButton.d.ts +1 -0
- package/dist/NavigationMenu/SignInNavButton.js +371 -0
- package/dist/PageNavItem/PageNavItem.css.d.ts +4 -22
- package/dist/PageNavItem/PageNavItem.css.js +2 -1
- package/dist/Pagination/Pagination.js +8 -7
- package/dist/SecondaryFooter/SecondaryFooter.css.js +2 -1
- package/dist/SetContainer/SetContainer.css.js +2 -1
- package/dist/SetContainer/SetContainer.js +16 -7
- package/dist/SocialMediaBar/iconsRepository.js +15 -6
- package/dist/StepItem/StepItem.css.d.ts +8 -36
- package/dist/StepItem/StepItem.css.js +2 -1
- package/dist/StepItemSet/StepItemSet.css.d.ts +6 -32
- package/dist/StepItemSet/StepItemSet.css.js +13 -6
- package/dist/StepItemSet/StepItemSet.d.ts +8 -0
- package/dist/StepItemSet/StepItemSet.js +39 -14
- package/dist/StepItemSet/index.js +4 -2
- package/dist/Tab/Tab.css.js +2 -1
- package/dist/Tab/Tab.js +1 -0
- package/dist/Table/Table.css.d.ts +7 -7
- package/dist/Table/Table.css.js +7 -6
- package/dist/Table/Table.d.ts +1 -1
- package/dist/Table/Table.js +3 -2
- package/dist/TextBlock/TextBlock.css.js +2 -1
- package/dist/Typography/Typography.css.d.ts +0 -6
- package/dist/VideoTile/VideoTile.css.js +2 -1
- package/dist/VideoTile/VideoTile.interface.d.ts +4 -3
- package/dist/VideoTile/VideoTile.js +191 -28
- package/dist/VideoWrapper/index.js +16 -7
- package/dist/WalnutIframe/wrapper.module.js +3 -3
- package/dist/assets/Accordion/Accordion.css +4 -4
- package/dist/assets/AlertBanner/AlertBanner.css +4 -1
- package/dist/assets/Article/Article.css +87 -86
- 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 -4
- package/dist/assets/AwardsItem/AwardsItem.css +3 -4
- package/dist/assets/Blockquote/Blockquote.css.css +72 -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 +13 -22
- package/dist/assets/Calculators/AxosOneCalculator/BalanceAPYCalculator.css +72 -14
- package/dist/assets/Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css +22 -34
- package/dist/assets/Calculators/BuyDownCalculator/BuyDownCalculator.css +15 -21
- package/dist/assets/Calculators/MarginTradingCalculator/MarginTradingCalculator.css +2 -2
- package/dist/assets/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css +12 -9
- package/dist/assets/Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css +11 -11
- package/dist/assets/Calculators/SummitApyCalculator/BalanceAPYCalculator.css +19 -11
- package/dist/assets/Calculators/calculator.css +9 -15
- package/dist/assets/CallToActionBar/CallToActionBar.css +95 -69
- package/dist/assets/Carousel/Carousel.css +28 -42
- package/dist/assets/Chatbot/AnimatedGradientBorder.css +38 -0
- package/dist/assets/Chatbot/Bubble.css +88 -0
- package/dist/assets/Chatbot/ChatWindow.css +351 -0
- package/dist/assets/Chatbot/Chatbot.css +3 -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 +14 -8
- package/dist/assets/DownloadTile/DownloadTile.css +8 -8
- package/dist/assets/ExecutiveBio/ExecutiveBio.css +342 -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 +202 -163
- package/dist/assets/Forms/HoneyPot/HoneyPot.css +8 -0
- package/dist/assets/Forms/QuickPricer/UserInformation.css +1 -1
- package/dist/assets/HelpArticle/HelpArticle.css +2 -2
- package/dist/assets/HeroBanner/HeroBanner.css +97 -76
- 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 +71 -60
- package/dist/assets/ImageBillboard/ImageBillboard.css +104 -98
- package/dist/assets/Input/Input.css +54 -47
- package/dist/assets/Inputs/Input.css +5 -5
- package/dist/assets/Insight/Featured/CategorySelector.css +2 -2
- package/dist/assets/Insight/Insight.css +213 -44
- 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 +630 -618
- package/dist/assets/NavigationMenu/AxosAdvisorServices/SubNavbar.css +22 -4
- package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css +353 -191
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css +21 -9
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +445 -473
- 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/PageNavSet/PageNavigationSet.css +4 -3
- package/dist/assets/Pagination/Pagination.css +1 -1
- package/dist/assets/SetContainer/SetContainer.css +8 -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/Topic/Topic.css +1 -1
- package/dist/assets/TopicalNavItem/TopicalNavItem.css +3 -3
- package/dist/assets/TopicalNavSet/TopicalNavSet.css +3 -3
- package/dist/assets/Typography/Typography.css +1 -1
- package/dist/assets/VideoTile/VideoTile.css +2 -2
- package/dist/assets/WalnutIframe/wrapper.css.css +7 -8
- package/dist/assets/globals.css +26 -11
- 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 +44 -32
- package/dist/assets/themes/premier.css +43 -31
- package/dist/assets/themes/ufb.css +52 -0
- package/dist/assets/themes/victorie.css +35 -23
- package/dist/icons/ArrowIcon/ArrowIcon.css.js +2 -1
- package/dist/icons/CheckCircle.js +1 -1
- package/dist/icons/CheckCircleLight.js +1 -1
- package/dist/icons/CheckIcon/CheckIcon.css.js +2 -1
- package/dist/icons/CheckIcon/index.js +1 -1
- package/dist/icons/Clock/index.js +6 -6
- package/dist/icons/DownloadIcon/DownloadIcon.css.js +2 -1
- package/dist/icons/FollowIcon/FollowIcon.css.js +2 -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 +160 -28
- package/dist/themes/axos.css.d.ts +30 -12
- package/dist/themes/axos.css.js +1 -1
- package/dist/themes/index.d.ts +1 -0
- package/dist/themes/index.js +2 -0
- package/dist/themes/ufb.css.d.ts +1 -0
- package/dist/themes/ufb.css.js +6 -0
- package/dist/utils/allowedAxosDomains.js +4 -2
- package/dist/utils/emailValidation.d.ts +1 -0
- package/dist/utils/emailValidation.js +31 -0
- package/dist/utils/index.d.ts +4 -1
- package/dist/utils/index.js +9 -1
- package/dist/utils/nmlsValidation.d.ts +1 -0
- package/dist/utils/nmlsValidation.js +34 -0
- package/dist/utils/useCachedValidators.d.ts +2 -0
- package/dist/utils/useCachedValidators.js +22 -0
- package/package.json +135 -133
package/dist/main.js
CHANGED
|
@@ -3,7 +3,7 @@ import { Accordion, AccordionCtx, AccordionDetails, AccordionHeader } from "./Ac
|
|
|
3
3
|
import { accordion, bodyAccordion, headerAccordion, headerContent, hide, icon, paragraph } from "./Accordion/Accordion.css.js";
|
|
4
4
|
import { AlertBanner } from "./AlertBanner/index.js";
|
|
5
5
|
import { Article } from "./Article/Article.js";
|
|
6
|
-
import { ant_article, ant_card_body, ant_card_cta, ant_card_title, ant_content, ant_eyebrow, ant_img } from "./Article/Article.css.js";
|
|
6
|
+
import { ant_article, ant_card_body, ant_card_cta, ant_card_title, ant_content, ant_eyebrow, ant_img, related_insight } from "./Article/Article.css.js";
|
|
7
7
|
import { ArticlesSet } from "./ArticlesSet/ArticlesSet.js";
|
|
8
8
|
import { ant_blog_cta, ant_grid, ant_header, ant_sec_body, ant_sec_title, ant_section, ant_svg_fill } from "./ArticlesSet/ArticlesSet.css.js";
|
|
9
9
|
import { ATMLocator } from "./ATMLocator/ATMLocator.js";
|
|
@@ -26,16 +26,25 @@ import { AnnualFeeCalculator } from "./Calculators/AnnualFeeCalculator/index.js"
|
|
|
26
26
|
import { ApyCalculator } from "./Calculators/ApyCalculator/index.js";
|
|
27
27
|
import { AxosOneCalculator } from "./Calculators/AxosOneCalculator/index.js";
|
|
28
28
|
import { BalanceAPYCalculator } from "./Calculators/BalanceAPYCalculator/index.js";
|
|
29
|
+
import { BuyDownCalculator } from "./Calculators/BuyDownCalculator/index.js";
|
|
29
30
|
import { Calculator } from "./Calculators/Calculator.js";
|
|
30
31
|
import { calculator, calculator_description, calculator_headline } from "./Calculators/calculator.css.js";
|
|
31
32
|
import { MarginTradingCalculator } from "./Calculators/MarginTradingCalculator/index.js";
|
|
33
|
+
import { MarineLoanMonthlyPaymentCalculator } from "./Calculators/MarineLoanMonthlyPaymentCalculator/index.js";
|
|
32
34
|
import { MaxLoanCalculator } from "./Calculators/MaxLoanCalculator/index.js";
|
|
33
35
|
import { MonthlyPaymentCalculator } from "./Calculators/MonthlyPaymentCalculator/index.js";
|
|
34
36
|
import { MonthlyPaymentLVFCalculator } from "./Calculators/MonthlyPaymentLVFCalculator/index.js";
|
|
35
37
|
import { SummitApyCalculator } from "./Calculators/SummitApyCalculator/index.js";
|
|
36
|
-
import { BuyDownCalculator } from "./Calculators/BuyDownCalculator/index.js";
|
|
37
38
|
import { CallToActionBar } from "./CallToActionBar/index.js";
|
|
38
39
|
import { Carousel, CarouselSlide } from "./Carousel/index.js";
|
|
40
|
+
import { Bubble } from "./Chatbot/Bubble.js";
|
|
41
|
+
import { borderHoverGradient, bubbleButton, bubbleText, bubbleWrapper, inner, svgFill } from "./Chatbot/Bubble.css.js";
|
|
42
|
+
import { Chatbot } from "./Chatbot/Chatbot.js";
|
|
43
|
+
import { chatbotAXB, chatbotUFB } from "./Chatbot/Chatbot.css.js";
|
|
44
|
+
import { ChatWindow } from "./Chatbot/ChatWindow.js";
|
|
45
|
+
import { agent_msg, arrowFill, autoResize, button_bar, button_reset, buttonss_section, chatEndCircle, chatEndDialogOverlay, chatFinishDialog, chatNetworkStatus, chat_title, chatbotMenu, chatbotMenuItem, endChatButtonStyle, inline_button, inline_button_wrapper, inputStyle, left_bar_section, messageStyle, messagesContainerStyle, noAnswerButton, notificationStyle, sendButtonStyle, shimmerText, thankyou_image, thankyou_message, thankyou_overlay, user_msg, windowBarStyle, windowOpenStyle, windowStyle } from "./Chatbot/ChatWindow.css.js";
|
|
46
|
+
import { useOpenChat } from "./Chatbot/store/chat.js";
|
|
47
|
+
import { useMessages } from "./Chatbot/store/messages.js";
|
|
39
48
|
import { Chevron } from "./Chevron/index.js";
|
|
40
49
|
import { CollectInformationAlert } from "./CollectInformationAlert/index.js";
|
|
41
50
|
import { comparison, comparison_buttons, comparison_container, comparison_content, comparison_feature, comparison_layout, comparison_list, comparison_tab_container, feature_header, feature_title, headerComparison } from "./Comparison/Comparison.css.js";
|
|
@@ -43,7 +52,7 @@ import { ComparisonSet } from "./Comparison/ComparisonSet.js";
|
|
|
43
52
|
import { ContentBanner } from "./ContentBanner/index.js";
|
|
44
53
|
import { DownloadTile } from "./DownloadTile/index.js";
|
|
45
54
|
import { ExecutiveBio } from "./ExecutiveBio/ExecutiveBio.js";
|
|
46
|
-
import { bio_section_text, components, contact_col, contact_entry, contacts, copy, description, details, executive_bio, header_theme, headline_setting, headshot, img_area, item_bio, job_title, media, padding, person, section_theme, shift, svg_icon, url_row } from "./ExecutiveBio/ExecutiveBio.css.js";
|
|
55
|
+
import { bio_section_text, bulletsHeadline, bulletsWrapper, ceoContainer, ceoContent, ceoHeader, ceoImgWrapper, ceoMedia, ceoPersonalInfo, ceoSection, ceoWrapper, ceo_body, ceo_contacts, ceo_name, ceo_quote, ceo_title, components, contact_col, contact_entry, contacts, copy, description, details, executive_bio, flexColumn, header_theme, headline_setting, headshot, highlights, hover, imgAlignment, img_area, item_bio, job_title, media, order_3, overlay, padding, person, section_theme, shift, social, stroke_color, svg_color, svg_icon, tooltip, url_row } from "./ExecutiveBio/ExecutiveBio.css.js";
|
|
47
56
|
import { ExecutiveBioSet } from "./ExecutiveBio/ExecutiveBioSet.js";
|
|
48
57
|
import { AccordionCtas, AccordionItem, AccordionItemContent, AccordionItemSummary, FaqAccordion } from "./FaqAccordion/index.js";
|
|
49
58
|
import { FdicBanner } from "./FdicCallout/index.js";
|
|
@@ -54,9 +63,11 @@ import { divider, lvf_footer, lvf_footer_content, lvf_footer_terms, lvf_small_fo
|
|
|
54
63
|
import { AxosFooterSiteMap } from "./FooterSiteMap/AxosBank/FooterSiteMap.js";
|
|
55
64
|
import { app_col, footer_mobile, footer_section, footer_wrapper, ft_col, ft_col_header, ft_col_subheader, ft_panel, ft_panel_group, nested_grid } from "./FooterSiteMap/AxosBank/FooterSiteMap.css.js";
|
|
56
65
|
import { ApplicationStart } from "./Forms/ApplicationStart.js";
|
|
57
|
-
import { ApplyNow
|
|
66
|
+
import { ApplyNow } from "./Forms/ApplyNow.js";
|
|
67
|
+
import { getLink } from "./Forms/applynow-utils.js";
|
|
58
68
|
import { ClearingForm } from "./Forms/ClearingForm.js";
|
|
59
69
|
import { CommercialDeposits } from "./Forms/CommercialDeposits.js";
|
|
70
|
+
import { CommercialDepositsNoLendingOption } from "./Forms/CommercialDepositsNoLendingOption.js";
|
|
60
71
|
import { CommercialLending } from "./Forms/CommercialLending.js";
|
|
61
72
|
import { CommercialPremiumFinance } from "./Forms/CommercialPremiumFinance.js";
|
|
62
73
|
import { ContactCompany } from "./Forms/ContactCompany.js";
|
|
@@ -72,13 +83,15 @@ import { CraPublicFile } from "./Forms/CraPublicFile.js";
|
|
|
72
83
|
import { DealerServices } from "./Forms/DealerServices.js";
|
|
73
84
|
import { EmailOnly } from "./Forms/EmailOnly.js";
|
|
74
85
|
import { EmailUs } from "./Forms/EmailUs.js";
|
|
75
|
-
import { actions, back_btn_apply_now, centerSelect, checkbox_group, descriptionField, disclosureForm, dropdown, dynPH, form, formBtns, formContainer, formWrapper, form_nav_apply_now, form_row, fullRowForm, fullRowSelect, headerContainer, headerForm, hide_options, iconForm, iconbillboards_option_apply_now, modalCheckboxContainer, modalMobile, mt1Rem, mt2rem, mw24, na_cursor, one_row, pl_label, resposiveLabel, ro_input, section_title, show_options, step_title_apply_now, succes_check_mark, success_circle, success_icon, success_wrap, threeColRow, x_input, xc_input } from "./Forms/Forms.css.js";
|
|
86
|
+
import { actions, apply_now_form, axosHeader, back_btn_apply_now, centerSelect, checkbox_group, descriptionField, disclosureForm, dropdown, dynPH, email_only_btn, email_only_h2, email_only_padding, form, formBtns, formContainer, formWrapper, form_nav_apply_now, form_row, fullRowForm, fullRowSelect, headerContainer, headerF, headerForm, hide_options, iconForm, iconbillboards_option_apply_now, modalCheckboxContainer, modalMobile, mt1Rem, mt2rem, mw24, na_cursor, one_row, pl_label, resposiveLabel, ro_input, section_title, show_options, step_title_apply_now, succes_check_mark, success_circle, success_icon, success_wrap, threeColRow, x_input, xc_input } from "./Forms/Forms.css.js";
|
|
87
|
+
import { HoneyPot, honeyPotSchema, isValidHoneyPot } from "./Forms/HoneyPot/index.js";
|
|
76
88
|
import { MortgageRate } from "./Forms/MortgageRate/MortgageRateForm.js";
|
|
77
89
|
import "react/jsx-runtime";
|
|
78
90
|
import { RateWatchForm } from "./Forms/MortgageRate/MortgageRateWatch.js";
|
|
79
91
|
import { LoadingIndicator } from "./LoadingIndicator/index.js";
|
|
80
92
|
import "./Interstitial/Interstitial-variants.css.js";
|
|
81
93
|
import { MortgageRateFilters } from "./Forms/MortgageRate/MortgageRateQuoteFilters.js";
|
|
94
|
+
import { MortgageWarehouseLending } from "./Forms/MortgageWarehouseLending.js";
|
|
82
95
|
import { QuickPricer } from "./Forms/QuickPricer/QuickPricerForm.js";
|
|
83
96
|
import { rate_table_title, results_container } from "./Forms/QuickPricer/QuickPricerResults.css.js";
|
|
84
97
|
import { UserInformation } from "./Forms/QuickPricer/UserInformation.js";
|
|
@@ -91,11 +104,11 @@ import { VendorQuestionnaire } from "./Forms/VendorQuestionnaire.js";
|
|
|
91
104
|
import { WCPLSurvey } from "./Forms/WcplSurvey.js";
|
|
92
105
|
import { helpArticle_container, helpArticle_headline, helpArticle_p, insight_headline_2 } from "./HelpArticle/HelpArticle.css.js";
|
|
93
106
|
import { HeroBanner } from "./HeroBanner/HeroBanner.js";
|
|
94
|
-
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/HeroBanner.css.js";
|
|
107
|
+
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/HeroBanner.css.js";
|
|
95
108
|
import { selection_headline_text, selection_section, selection_section_bg, selection_section_content, selection_section_icon, selection_section_icon_img } from "./HeroBanner/SelectionBanner.css.js";
|
|
96
109
|
import { Hyperlink } from "./Hyperlink/index.js";
|
|
97
|
-
import {
|
|
98
|
-
import { billboard_icon, buttons, containerIconBillboard, content, headerIconBillboard, header_section, layout, list, listItem, section_body, section_container, section_text, title } from "./IconBillboard/IconBillboard.css.js";
|
|
110
|
+
import { IconBillboard } from "./IconBillboard/IconBillboard.js";
|
|
111
|
+
import { billboard_icon, buttons, containerIconBillboard, content, headerIconBillboard, header_section, insightTitle, layout, link_wrapper, list, listItem, section_body, section_container, section_text, title } from "./IconBillboard/IconBillboard.css.js";
|
|
99
112
|
import { IconBillboardSet } from "./IconBillboard/IconBillboardSet.js";
|
|
100
113
|
import { default as default2 } from "./icons/ArrowIcon/index.js";
|
|
101
114
|
import { default as default3 } from "./icons/AxosX/index.js";
|
|
@@ -125,6 +138,7 @@ import { default as default25 } from "./icons/Logos/AXOS.js";
|
|
|
125
138
|
import { default as default26 } from "./icons/Logos/GBLVF.js";
|
|
126
139
|
import { default as default27 } from "./icons/Logos/LVF.js";
|
|
127
140
|
import { default as default28 } from "./icons/Logos/LVFText.js";
|
|
141
|
+
import { default as default29 } from "./icons/Logos/SPB.js";
|
|
128
142
|
import { ImageBillboardSet } from "./ImageBillboard/ImageBillboard.js";
|
|
129
143
|
import { apy_billboard, billboard, billboard_body, billboard_container, billboard_ctas, billboard_header_section, billboard_image, billboard_img, body, body_copy, bottom_center, bottom_left, bottom_right, center_center, center_left, center_right, exit_intent, exit_intent_backdrop, header, imagePlacement, image_background, image_based, image_inner_wrapper, is_bg_img, mh_330, modal_close_button, rate_billboard, rate_container, rate_pad, remove_padding, section_text_ImageBillboard, single_container, sub_bullets, supertag, three_inline, top_center, top_left, top_right, two_inline, up_to } from "./ImageBillboard/ImageBillboard.css.js";
|
|
130
144
|
import { ImageBillboard } from "./ImageBillboard/ImageBillboardSet.js";
|
|
@@ -137,7 +151,7 @@ import { CurrencyInput } from "./Input/CurrencyInput.js";
|
|
|
137
151
|
import { Dropdown } from "./Input/Dropdown.js";
|
|
138
152
|
import { dp_input, selectInput } from "./Input/Dropdown.css.js";
|
|
139
153
|
import { Input } from "./Input/Input.js";
|
|
140
|
-
import { container, helperText, iconContainer, iconContainerBase, iconInput, input, labelClassName, wrapper } from "./Input/Input.css.js";
|
|
154
|
+
import { container, email_only_input, helperText, iconContainer, iconContainerBase, iconInput, input, labelClassName, wrapper } from "./Input/Input.css.js";
|
|
141
155
|
import { InputAmount } from "./Input/InputAmount.js";
|
|
142
156
|
import { InputPhone } from "./Input/InputPhone.js";
|
|
143
157
|
import { InputTextArea } from "./Input/InputTextArea.js";
|
|
@@ -147,20 +161,20 @@ import { CategorySelector, InsightItem } from "./Insight/Featured/CategorySelect
|
|
|
147
161
|
import { Featured, FeaturedItem } from "./Insight/Featured/Featured.js";
|
|
148
162
|
import { featured_center_vertical, featured_grid, featured_hero, featured_maingrid, featured_maingrid_img, featured_maingrid_item, featured_maingrid_title, featured_section, featured_subgrid, featured_subgrid_divider, featured_subgrid_item, featured_subgrid_title, featured_supertag, featured_title } from "./Insight/Featured/Featured.css.js";
|
|
149
163
|
import { BreadcumbHeader } from "./Insight/Featured/Header.js";
|
|
150
|
-
import { footnotes, insight_header, insight_header_2, insight_header_3, insight_header_4, insight_info_row, insight_list_item, insight_p } from "./Insight/Insight.css.js";
|
|
164
|
+
import { article_aside, article_blockquote, article_main_content, article_navigation_link, article_navigation_list, article_navigation_title, article_preview_img, article_preview_wrapper, article_share, article_share_buttons, article_share_icon, article_share_link, article_share_p, article_share_svg, article_spacer, elementSpacer_block, footnotes, insight_header, insight_header_2, insight_header_3, insight_header_4, insight_info__divider, insight_info_row, insight_intro_p, insight_list_item, insight_p } from "./Insight/Insight.css.js";
|
|
151
165
|
import { Interstitial } from "./Interstitial/Interstitial.js";
|
|
152
166
|
import { LandingPageHeader } from "./LandingPageHeader/LandingPageHeader.js";
|
|
153
|
-
import { lp_container, lp_hover, lp_theme, svg_fill } from "./LandingPageHeader/LandingPageHeader.css.js";
|
|
167
|
+
import { lp_container, lp_hover, lp_theme, spb_container, spb_hover, svg_fill } from "./LandingPageHeader/LandingPageHeader.css.js";
|
|
154
168
|
import { MainHTML } from "./MainHTML/index.js";
|
|
155
169
|
import { Modal } from "./Modal/Modal.js";
|
|
156
170
|
import { GlobalContext, GlobalContextProvider, useGlobalContext } from "./Modal/contextApi/store.js";
|
|
157
|
-
import { default as
|
|
158
|
-
import { default as
|
|
159
|
-
import { default as
|
|
160
|
-
import { default as
|
|
161
|
-
import { default as
|
|
162
|
-
import { default as
|
|
163
|
-
import { default as
|
|
171
|
+
import { default as default30 } from "./NavigationMenu/AxosAdvisor/index.js";
|
|
172
|
+
import { default as default31 } from "./NavigationMenu/AxosAdvisorServices/index.js";
|
|
173
|
+
import { default as default32 } from "./NavigationMenu/AxosBank/index.js";
|
|
174
|
+
import { default as default33 } from "./NavigationMenu/AxosClearing/index.js";
|
|
175
|
+
import { default as default34 } from "./NavigationMenu/AxosFiduciary/index.js";
|
|
176
|
+
import { default as default35 } from "./NavigationMenu/AxosALTS/index.js";
|
|
177
|
+
import { default as default36 } from "./NavigationMenu/LaVictoire/index.js";
|
|
164
178
|
import { pn_btn, pn_link } from "./PageNavItem/PageNavItem.css.js";
|
|
165
179
|
import { PageNavItem } from "./PageNavItem/PageNavItem.js";
|
|
166
180
|
import { PageNavSet } from "./PageNavSet/PageNavSet.js";
|
|
@@ -170,13 +184,14 @@ import { SocialMediaBar } from "./SocialMediaBar/index.js";
|
|
|
170
184
|
import { StepItem } from "./StepItem/StepItem.js";
|
|
171
185
|
import { bs_copy, bs_topic, bullet_details, li, line_points, point, step_num } from "./StepItem/StepItem.css.js";
|
|
172
186
|
import { StepItemSet } from "./StepItemSet/StepItemSet.js";
|
|
173
|
-
import { bs_add_details, bs_btns, bs_image, bs_section, bs_wrapper, modifier, ol, sec_subtitle, sec_title, steps_wrapper, svg_logo, tablet_col } from "./StepItemSet/StepItemSet.css.js";
|
|
187
|
+
import { bs_add_details, bs_btns, bs_image, bs_section, bs_video, bs_wrapper, modifier, ol, sec_subtitle, sec_title, steps_wrapper, svg_logo, tablet_col, ul } from "./StepItemSet/StepItemSet.css.js";
|
|
174
188
|
import { Table, TableBody, TableCell, TableContainer, TableHead, TableRow } from "./Table/Table.js";
|
|
175
189
|
import { alternate_color_rows, apy_table, bodyHeader, headerCell, headerVariants, highlight_cell, highlight_first_row, highlight_last_row, highlight_th, table, tableWrapper, table_container, table_container_text, table_description_text, table_headline, table_section, td, th } from "./Table/Table.css.js";
|
|
176
190
|
import { TextBlock } from "./TextBlock/TextBlock.js";
|
|
177
191
|
import { textBlockHeader, textBlockList, textBlockParagraph, textBlockSection } from "./TextBlock/TextBlock.css.js";
|
|
178
192
|
import { axosTheme, vars } from "./themes/axos.css.js";
|
|
179
193
|
import { premierTheme } from "./themes/premier.css.js";
|
|
194
|
+
import { ufbTheme } from "./themes/ufb.css.js";
|
|
180
195
|
import { victorieTheme } from "./themes/victorie.css.js";
|
|
181
196
|
import { Topic, TopicContent, TopicHeader, TopicItem } from "./Topic/Topic.js";
|
|
182
197
|
import { topic_columns, topic_container, topic_header, topic_item } from "./Topic/Topic.css.js";
|
|
@@ -191,11 +206,14 @@ import { VideoWrapper } from "./VideoWrapper/index.js";
|
|
|
191
206
|
import { Tab } from "./Tab/Tab.js";
|
|
192
207
|
import { TabContainer } from "./Tab/TabContainer.js";
|
|
193
208
|
import { findMoreAxosDomains, isAllowedUrl } from "./utils/allowedAxosDomains.js";
|
|
209
|
+
import { appendQueryParams } from "./utils/appendQueryParams.js";
|
|
210
|
+
import { createCachedEmailValidator } from "./utils/emailValidation.js";
|
|
194
211
|
import { associatedEmail } from "./utils/EverestValidity.js";
|
|
195
212
|
import { getVariant, getVariantWithRegex } from "./utils/getVariant.js";
|
|
213
|
+
import { createCachedNMLSValidator } from "./utils/nmlsValidation.js";
|
|
214
|
+
import { useCachedEmailValidator, useCachedNMLSValidator } from "./utils/useCachedValidators.js";
|
|
196
215
|
import { isAbsoluteUrl, isEmailLink, isPhoneLink, shortUrl, validateLink } from "./utils/validateExternalLinks.js";
|
|
197
216
|
import { columnValues } from "./utils/variant.types.js";
|
|
198
|
-
import { appendQueryParams } from "./utils/appendQueryParams.js";
|
|
199
217
|
import { padding_in_footer, smb_section, smb_wrapper } from "./SocialMediaBar/SocialMediaBar.css.js";
|
|
200
218
|
export {
|
|
201
219
|
default20 as AASLogo,
|
|
@@ -231,6 +249,7 @@ export {
|
|
|
231
249
|
BalanceAPYCalculator,
|
|
232
250
|
Blockquote,
|
|
233
251
|
BreadcumbHeader,
|
|
252
|
+
Bubble,
|
|
234
253
|
BulletItem,
|
|
235
254
|
Button,
|
|
236
255
|
BuyDownCalculator,
|
|
@@ -239,6 +258,8 @@ export {
|
|
|
239
258
|
Carousel,
|
|
240
259
|
CarouselSlide,
|
|
241
260
|
CategorySelector,
|
|
261
|
+
ChatWindow,
|
|
262
|
+
Chatbot,
|
|
242
263
|
default5 as CheckCircle,
|
|
243
264
|
default6 as CheckCircleLight,
|
|
244
265
|
default7 as CheckIcon,
|
|
@@ -251,6 +272,7 @@ export {
|
|
|
251
272
|
default11 as CloseIcon,
|
|
252
273
|
CollectInformationAlert,
|
|
253
274
|
CommercialDeposits,
|
|
275
|
+
CommercialDepositsNoLendingOption,
|
|
254
276
|
CommercialLending,
|
|
255
277
|
CommercialPremiumFinance,
|
|
256
278
|
ComparisonSet,
|
|
@@ -291,8 +313,8 @@ export {
|
|
|
291
313
|
GlobalContextProvider,
|
|
292
314
|
GoBackButton,
|
|
293
315
|
HeroBanner,
|
|
316
|
+
HoneyPot,
|
|
294
317
|
Hyperlink,
|
|
295
|
-
Icon,
|
|
296
318
|
IconBillboard,
|
|
297
319
|
IconBillboardSet,
|
|
298
320
|
ImageBillboard,
|
|
@@ -313,6 +335,7 @@ export {
|
|
|
313
335
|
Logout,
|
|
314
336
|
MainHTML,
|
|
315
337
|
MarginTradingCalculator,
|
|
338
|
+
MarineLoanMonthlyPaymentCalculator,
|
|
316
339
|
MaxLoanCalculator,
|
|
317
340
|
default16 as MemberFdicLogo,
|
|
318
341
|
Modal,
|
|
@@ -320,13 +343,14 @@ export {
|
|
|
320
343
|
MonthlyPaymentLVFCalculator,
|
|
321
344
|
MortgageRate,
|
|
322
345
|
MortgageRateFilters,
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
default34 as
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
default32 as
|
|
329
|
-
|
|
346
|
+
MortgageWarehouseLending,
|
|
347
|
+
default31 as NavBarAAS,
|
|
348
|
+
default34 as NavBarAFS,
|
|
349
|
+
default35 as NavBarALT,
|
|
350
|
+
default30 as NavBarAXA,
|
|
351
|
+
default32 as NavBarAXB,
|
|
352
|
+
default33 as NavBarAXC,
|
|
353
|
+
default36 as NavBarLVF,
|
|
330
354
|
PageNavItem,
|
|
331
355
|
PageNavSet,
|
|
332
356
|
Pagination,
|
|
@@ -337,6 +361,7 @@ export {
|
|
|
337
361
|
RadioButton,
|
|
338
362
|
RadioButtonSet,
|
|
339
363
|
RateWatchForm,
|
|
364
|
+
default29 as SPBLogo,
|
|
340
365
|
SalesforceFieldsForm,
|
|
341
366
|
SalesforceSchema,
|
|
342
367
|
ScheduleCall,
|
|
@@ -373,6 +398,7 @@ export {
|
|
|
373
398
|
SvgWarningIcon as WarningIcon,
|
|
374
399
|
accordion,
|
|
375
400
|
actions,
|
|
401
|
+
agent_msg,
|
|
376
402
|
alternate_color_rows,
|
|
377
403
|
ant_article,
|
|
378
404
|
ant_blog_cta,
|
|
@@ -390,14 +416,33 @@ export {
|
|
|
390
416
|
ant_svg_fill,
|
|
391
417
|
app_col,
|
|
392
418
|
appendQueryParams,
|
|
419
|
+
apply_now_form,
|
|
393
420
|
apy_billboard,
|
|
394
421
|
apy_table,
|
|
422
|
+
arrowFill,
|
|
423
|
+
article_aside,
|
|
424
|
+
article_blockquote,
|
|
425
|
+
article_main_content,
|
|
426
|
+
article_navigation_link,
|
|
427
|
+
article_navigation_list,
|
|
428
|
+
article_navigation_title,
|
|
429
|
+
article_preview_img,
|
|
430
|
+
article_preview_wrapper,
|
|
431
|
+
article_share,
|
|
432
|
+
article_share_buttons,
|
|
433
|
+
article_share_icon,
|
|
434
|
+
article_share_link,
|
|
435
|
+
article_share_p,
|
|
436
|
+
article_share_svg,
|
|
437
|
+
article_spacer,
|
|
395
438
|
associatedEmail,
|
|
439
|
+
autoResize,
|
|
396
440
|
award_company,
|
|
397
441
|
award_item,
|
|
398
442
|
award_name,
|
|
399
443
|
awards_row,
|
|
400
444
|
awards_section,
|
|
445
|
+
axosHeader,
|
|
401
446
|
axosTheme,
|
|
402
447
|
back_btn_apply_now,
|
|
403
448
|
billboard,
|
|
@@ -414,6 +459,7 @@ export {
|
|
|
414
459
|
bodyHeader,
|
|
415
460
|
body_copy,
|
|
416
461
|
body_sign_in,
|
|
462
|
+
borderHoverGradient,
|
|
417
463
|
bottom_center,
|
|
418
464
|
bottom_left,
|
|
419
465
|
bottom_right,
|
|
@@ -423,10 +469,19 @@ export {
|
|
|
423
469
|
bs_image,
|
|
424
470
|
bs_section,
|
|
425
471
|
bs_topic,
|
|
472
|
+
bs_video,
|
|
426
473
|
bs_wrapper,
|
|
474
|
+
bubbleButton,
|
|
475
|
+
bubbleText,
|
|
476
|
+
bubbleWrapper,
|
|
427
477
|
bullet_details,
|
|
478
|
+
bulletsHeadline,
|
|
479
|
+
bulletsWrapper,
|
|
428
480
|
button,
|
|
481
|
+
button_bar,
|
|
482
|
+
button_reset,
|
|
429
483
|
buttons,
|
|
484
|
+
buttonss_section,
|
|
430
485
|
calculator,
|
|
431
486
|
calculator_description,
|
|
432
487
|
calculator_headline,
|
|
@@ -434,6 +489,28 @@ export {
|
|
|
434
489
|
center_center,
|
|
435
490
|
center_left,
|
|
436
491
|
center_right,
|
|
492
|
+
ceoContainer,
|
|
493
|
+
ceoContent,
|
|
494
|
+
ceoHeader,
|
|
495
|
+
ceoImgWrapper,
|
|
496
|
+
ceoMedia,
|
|
497
|
+
ceoPersonalInfo,
|
|
498
|
+
ceoSection,
|
|
499
|
+
ceoWrapper,
|
|
500
|
+
ceo_body,
|
|
501
|
+
ceo_contacts,
|
|
502
|
+
ceo_name,
|
|
503
|
+
ceo_quote,
|
|
504
|
+
ceo_title,
|
|
505
|
+
chatEndCircle,
|
|
506
|
+
chatEndDialogOverlay,
|
|
507
|
+
chatFinishDialog,
|
|
508
|
+
chatNetworkStatus,
|
|
509
|
+
chat_title,
|
|
510
|
+
chatbotAXB,
|
|
511
|
+
chatbotMenu,
|
|
512
|
+
chatbotMenuItem,
|
|
513
|
+
chatbotUFB,
|
|
437
514
|
checkbox_group,
|
|
438
515
|
columnValues,
|
|
439
516
|
comparison,
|
|
@@ -452,6 +529,8 @@ export {
|
|
|
452
529
|
containerIconBillboard,
|
|
453
530
|
content,
|
|
454
531
|
copy,
|
|
532
|
+
createCachedEmailValidator,
|
|
533
|
+
createCachedNMLSValidator,
|
|
455
534
|
description,
|
|
456
535
|
descriptionField,
|
|
457
536
|
details,
|
|
@@ -460,6 +539,12 @@ export {
|
|
|
460
539
|
dp_input,
|
|
461
540
|
dropdown,
|
|
462
541
|
dynPH,
|
|
542
|
+
elementSpacer_block,
|
|
543
|
+
email_only_btn,
|
|
544
|
+
email_only_h2,
|
|
545
|
+
email_only_input,
|
|
546
|
+
email_only_padding,
|
|
547
|
+
endChatButtonStyle,
|
|
463
548
|
error_alert,
|
|
464
549
|
error_alert_content,
|
|
465
550
|
error_close_button,
|
|
@@ -485,6 +570,7 @@ export {
|
|
|
485
570
|
featured_supertag,
|
|
486
571
|
featured_title,
|
|
487
572
|
findMoreAxosDomains,
|
|
573
|
+
flexColumn,
|
|
488
574
|
footerDisclosure,
|
|
489
575
|
footerLink,
|
|
490
576
|
footerParagraph,
|
|
@@ -516,6 +602,7 @@ export {
|
|
|
516
602
|
headerComparison,
|
|
517
603
|
headerContainer,
|
|
518
604
|
headerContent,
|
|
605
|
+
headerF,
|
|
519
606
|
headerForm,
|
|
520
607
|
headerIconBillboard,
|
|
521
608
|
headerVariants,
|
|
@@ -531,9 +618,11 @@ export {
|
|
|
531
618
|
heroSupertag,
|
|
532
619
|
hero_banner,
|
|
533
620
|
hero_btns,
|
|
621
|
+
hero_bullet_item,
|
|
534
622
|
hero_content,
|
|
535
623
|
hero_embedded_image,
|
|
536
624
|
hero_img,
|
|
625
|
+
hero_sub_bullets,
|
|
537
626
|
hero_text,
|
|
538
627
|
hero_wrapper,
|
|
539
628
|
hide,
|
|
@@ -543,6 +632,9 @@ export {
|
|
|
543
632
|
highlight_first_row,
|
|
544
633
|
highlight_last_row,
|
|
545
634
|
highlight_th,
|
|
635
|
+
highlights,
|
|
636
|
+
honeyPotSchema,
|
|
637
|
+
hover,
|
|
546
638
|
icon,
|
|
547
639
|
iconContainer,
|
|
548
640
|
iconContainerBase,
|
|
@@ -555,22 +647,31 @@ export {
|
|
|
555
647
|
image_background,
|
|
556
648
|
image_based,
|
|
557
649
|
image_inner_wrapper,
|
|
650
|
+
imgAlignment,
|
|
558
651
|
img_area,
|
|
559
652
|
img_contents,
|
|
653
|
+
inline_button,
|
|
654
|
+
inline_button_wrapper,
|
|
560
655
|
inline_container,
|
|
656
|
+
inner,
|
|
561
657
|
input,
|
|
658
|
+
inputStyle,
|
|
659
|
+
insightTitle,
|
|
562
660
|
insight_header,
|
|
563
661
|
insight_header_2,
|
|
564
662
|
insight_header_3,
|
|
565
663
|
insight_header_4,
|
|
566
664
|
insight_headline_2,
|
|
665
|
+
insight_info__divider,
|
|
567
666
|
insight_info_row,
|
|
667
|
+
insight_intro_p,
|
|
568
668
|
insight_list_item,
|
|
569
669
|
insight_p,
|
|
570
670
|
isAbsoluteUrl,
|
|
571
671
|
isAllowedUrl,
|
|
572
672
|
isEmailLink,
|
|
573
673
|
isPhoneLink,
|
|
674
|
+
isValidHoneyPot,
|
|
574
675
|
is_bg_img,
|
|
575
676
|
isolate_container,
|
|
576
677
|
item,
|
|
@@ -578,8 +679,10 @@ export {
|
|
|
578
679
|
job_title,
|
|
579
680
|
labelClassName,
|
|
580
681
|
layout,
|
|
682
|
+
left_bar_section,
|
|
581
683
|
li,
|
|
582
684
|
line_points,
|
|
685
|
+
link_wrapper,
|
|
583
686
|
list,
|
|
584
687
|
listItem,
|
|
585
688
|
logout,
|
|
@@ -593,6 +696,8 @@ export {
|
|
|
593
696
|
mb_8,
|
|
594
697
|
mb_form,
|
|
595
698
|
media,
|
|
699
|
+
messageStyle,
|
|
700
|
+
messagesContainerStyle,
|
|
596
701
|
mh_330,
|
|
597
702
|
modalCheckboxContainer,
|
|
598
703
|
modalMobile,
|
|
@@ -603,8 +708,12 @@ export {
|
|
|
603
708
|
mw24,
|
|
604
709
|
na_cursor,
|
|
605
710
|
nested_grid,
|
|
711
|
+
noAnswerButton,
|
|
712
|
+
notificationStyle,
|
|
606
713
|
ol,
|
|
607
714
|
one_row,
|
|
715
|
+
order_3,
|
|
716
|
+
overlay,
|
|
608
717
|
padding,
|
|
609
718
|
padding_in_footer,
|
|
610
719
|
paragraph,
|
|
@@ -626,6 +735,7 @@ export {
|
|
|
626
735
|
rate_container,
|
|
627
736
|
rate_pad,
|
|
628
737
|
rate_table_title,
|
|
738
|
+
related_insight,
|
|
629
739
|
remove_padding,
|
|
630
740
|
resposiveLabel,
|
|
631
741
|
results_container,
|
|
@@ -647,12 +757,14 @@ export {
|
|
|
647
757
|
selection_section_content,
|
|
648
758
|
selection_section_icon,
|
|
649
759
|
selection_section_icon_img,
|
|
760
|
+
sendButtonStyle,
|
|
650
761
|
separator,
|
|
651
762
|
set_container,
|
|
652
763
|
set_container_cols,
|
|
653
764
|
set_logo,
|
|
654
765
|
setcontainer_section_text,
|
|
655
766
|
shift,
|
|
767
|
+
shimmerText,
|
|
656
768
|
shortUrl,
|
|
657
769
|
show,
|
|
658
770
|
show_options,
|
|
@@ -661,15 +773,21 @@ export {
|
|
|
661
773
|
single_container,
|
|
662
774
|
smb_section,
|
|
663
775
|
smb_wrapper,
|
|
776
|
+
social,
|
|
777
|
+
spb_container,
|
|
778
|
+
spb_hover,
|
|
664
779
|
step_num,
|
|
665
780
|
step_title_apply_now,
|
|
666
781
|
steps_wrapper,
|
|
782
|
+
stroke_color,
|
|
667
783
|
sub_bullets,
|
|
668
784
|
succes_check_mark,
|
|
669
785
|
success_circle,
|
|
670
786
|
success_icon,
|
|
671
787
|
success_wrap,
|
|
672
788
|
supertag,
|
|
789
|
+
svgFill,
|
|
790
|
+
svg_color,
|
|
673
791
|
svg_fill,
|
|
674
792
|
svg_icon,
|
|
675
793
|
svg_logo,
|
|
@@ -687,10 +805,14 @@ export {
|
|
|
687
805
|
textBlockParagraph,
|
|
688
806
|
textBlockSection,
|
|
689
807
|
th,
|
|
808
|
+
thankyou_image,
|
|
809
|
+
thankyou_message,
|
|
810
|
+
thankyou_overlay,
|
|
690
811
|
threeColRow,
|
|
691
812
|
three_inline,
|
|
692
813
|
title,
|
|
693
814
|
toggle_container,
|
|
815
|
+
tooltip,
|
|
694
816
|
top_center,
|
|
695
817
|
top_left,
|
|
696
818
|
top_right,
|
|
@@ -702,9 +824,15 @@ export {
|
|
|
702
824
|
transcript_container,
|
|
703
825
|
transcript_content,
|
|
704
826
|
two_inline,
|
|
827
|
+
ufbTheme,
|
|
828
|
+
ul,
|
|
705
829
|
up_to,
|
|
706
830
|
url_row,
|
|
831
|
+
useCachedEmailValidator,
|
|
832
|
+
useCachedNMLSValidator,
|
|
707
833
|
useGlobalContext,
|
|
834
|
+
useMessages,
|
|
835
|
+
useOpenChat,
|
|
708
836
|
user_buttons,
|
|
709
837
|
user_card,
|
|
710
838
|
user_container,
|
|
@@ -712,6 +840,7 @@ export {
|
|
|
712
840
|
user_hr,
|
|
713
841
|
user_image,
|
|
714
842
|
user_information,
|
|
843
|
+
user_msg,
|
|
715
844
|
validateLink,
|
|
716
845
|
vars,
|
|
717
846
|
victorieTheme,
|
|
@@ -720,6 +849,9 @@ export {
|
|
|
720
849
|
video_title,
|
|
721
850
|
vidyard_height,
|
|
722
851
|
w_100,
|
|
852
|
+
windowBarStyle,
|
|
853
|
+
windowOpenStyle,
|
|
854
|
+
windowStyle,
|
|
723
855
|
wrapper,
|
|
724
856
|
x_input,
|
|
725
857
|
xc_input
|
|
@@ -2,39 +2,39 @@ export declare const axosTheme: string, vars: {
|
|
|
2
2
|
colors: {
|
|
3
3
|
primary: {
|
|
4
4
|
background: `var(--${string})`;
|
|
5
|
+
backgroundButton: `var(--${string})`;
|
|
5
6
|
body: `var(--${string})`;
|
|
7
|
+
border: `var(--${string})`;
|
|
6
8
|
headline: `var(--${string})`;
|
|
7
|
-
textGradient: `var(--${string})`;
|
|
8
9
|
textButton: `var(--${string})`;
|
|
9
|
-
|
|
10
|
-
border: `var(--${string})`;
|
|
10
|
+
textGradient: `var(--${string})`;
|
|
11
11
|
};
|
|
12
12
|
secondary: {
|
|
13
13
|
background: `var(--${string})`;
|
|
14
|
+
backgroundButton: `var(--${string})`;
|
|
14
15
|
body: `var(--${string})`;
|
|
16
|
+
border: `var(--${string})`;
|
|
15
17
|
headline: `var(--${string})`;
|
|
16
|
-
textGradient: `var(--${string})`;
|
|
17
18
|
textButton: `var(--${string})`;
|
|
18
|
-
|
|
19
|
-
border: `var(--${string})`;
|
|
19
|
+
textGradient: `var(--${string})`;
|
|
20
20
|
};
|
|
21
21
|
tertiary: {
|
|
22
22
|
background: `var(--${string})`;
|
|
23
|
+
backgroundButton: `var(--${string})`;
|
|
23
24
|
body: `var(--${string})`;
|
|
25
|
+
border: `var(--${string})`;
|
|
24
26
|
headline: `var(--${string})`;
|
|
25
|
-
textGradient: `var(--${string})`;
|
|
26
27
|
textButton: `var(--${string})`;
|
|
27
|
-
|
|
28
|
-
border: `var(--${string})`;
|
|
28
|
+
textGradient: `var(--${string})`;
|
|
29
29
|
};
|
|
30
30
|
quaternary: {
|
|
31
31
|
background: `var(--${string})`;
|
|
32
|
+
backgroundButton: `var(--${string})`;
|
|
32
33
|
body: `var(--${string})`;
|
|
34
|
+
border: `var(--${string})`;
|
|
33
35
|
headline: `var(--${string})`;
|
|
34
|
-
textGradient: `var(--${string})`;
|
|
35
36
|
textButton: `var(--${string})`;
|
|
36
|
-
|
|
37
|
-
border: `var(--${string})`;
|
|
37
|
+
textGradient: `var(--${string})`;
|
|
38
38
|
};
|
|
39
39
|
};
|
|
40
40
|
error: `var(--${string})`;
|
|
@@ -63,4 +63,22 @@ export declare const axosTheme: string, vars: {
|
|
|
63
63
|
color: `var(--${string})`;
|
|
64
64
|
};
|
|
65
65
|
};
|
|
66
|
+
chatbot: {
|
|
67
|
+
bubble: {
|
|
68
|
+
background: `var(--${string})`;
|
|
69
|
+
border: `var(--${string})`;
|
|
70
|
+
borderGradient: `var(--${string})`;
|
|
71
|
+
icon: `var(--${string})`;
|
|
72
|
+
};
|
|
73
|
+
window: {
|
|
74
|
+
background: `var(--${string})`;
|
|
75
|
+
headerBackground: `var(--${string})`;
|
|
76
|
+
headerText: `var(--${string})`;
|
|
77
|
+
agentBackground: `var(--${string})`;
|
|
78
|
+
userBackground: `var(--${string})`;
|
|
79
|
+
inputBorder: `var(--${string})`;
|
|
80
|
+
timestampColor: `var(--${string})`;
|
|
81
|
+
borderBtn: `var(--${string})`;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
66
84
|
};
|
package/dist/themes/axos.css.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../assets/themes/axos.css';/* empty css */
|
|
2
2
|
var axosTheme = "_1073cm80";
|
|
3
|
-
var vars = { colors: { primary: { background: "var(--_1073cm81)",
|
|
3
|
+
var vars = { colors: { primary: { background: "var(--_1073cm81)", backgroundButton: "var(--_1073cm82)", body: "var(--_1073cm83)", border: "var(--_1073cm84)", headline: "var(--_1073cm85)", textButton: "var(--_1073cm86)", textGradient: "var(--_1073cm87)" }, secondary: { background: "var(--_1073cm88)", backgroundButton: "var(--_1073cm89)", body: "var(--_1073cm8a)", border: "var(--_1073cm8b)", headline: "var(--_1073cm8c)", textButton: "var(--_1073cm8d)", textGradient: "var(--_1073cm8e)" }, tertiary: { background: "var(--_1073cm8f)", backgroundButton: "var(--_1073cm8g)", body: "var(--_1073cm8h)", border: "var(--_1073cm8i)", headline: "var(--_1073cm8j)", textButton: "var(--_1073cm8k)", textGradient: "var(--_1073cm8l)" }, quaternary: { background: "var(--_1073cm8m)", backgroundButton: "var(--_1073cm8n)", body: "var(--_1073cm8o)", border: "var(--_1073cm8p)", headline: "var(--_1073cm8q)", textButton: "var(--_1073cm8r)", textGradient: "var(--_1073cm8s)" } }, error: "var(--_1073cm8t)", disabled: { border: "var(--_1073cm8u)", color: "var(--_1073cm8v)", background: "var(--_1073cm8w)" }, icons: { check: { primary: "var(--_1073cm8x)", secondary: "var(--_1073cm8y)" } }, table: { highlight: "var(--_1073cm8z)", color: "var(--_1073cm810)" }, footer: { link: { color: "var(--_1073cm811)" } }, selecction: { icon: { color: "var(--_1073cm812)" } }, chatbot: { bubble: { background: "var(--_1073cm813)", border: "var(--_1073cm814)", borderGradient: "var(--_1073cm815)", icon: "var(--_1073cm816)" }, window: { background: "var(--_1073cm817)", headerBackground: "var(--_1073cm818)", headerText: "var(--_1073cm819)", agentBackground: "var(--_1073cm81a)", userBackground: "var(--_1073cm81b)", inputBorder: "var(--_1073cm81c)", timestampColor: "var(--_1073cm81d)", borderBtn: "var(--_1073cm81e)" } } };
|
|
4
4
|
export {
|
|
5
5
|
axosTheme,
|
|
6
6
|
vars
|
package/dist/themes/index.d.ts
CHANGED
package/dist/themes/index.js
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import { axosTheme, vars } from "./axos.css.js";
|
|
2
2
|
import { premierTheme } from "./premier.css.js";
|
|
3
|
+
import { ufbTheme } from "./ufb.css.js";
|
|
3
4
|
import { victorieTheme } from "./victorie.css.js";
|
|
4
5
|
export {
|
|
5
6
|
axosTheme,
|
|
6
7
|
premierTheme,
|
|
8
|
+
ufbTheme,
|
|
7
9
|
vars,
|
|
8
10
|
victorieTheme
|
|
9
11
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const ufbTheme: string;
|