@axos-web-dev/shared-components 2.0.0-dev.9-fixdependencies → 2.0.0-dev.login
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/README.md +111 -111
- package/dist/ATMLocator/ATMLocator.d.ts +1 -1
- package/dist/ATMLocator/ATMLocator.js +13 -8
- package/dist/Accordion/Accordion.d.ts +3 -3
- package/dist/Article/Article.css.d.ts +8 -4
- package/dist/Article/Article.d.ts +1 -1
- package/dist/ArticlesSet/ArticlesSet.css.d.ts +23 -1
- package/dist/ArticlesSet/ArticlesSet.css.js +7 -7
- package/dist/ArticlesSet/ArticlesSet.js +3 -4
- package/dist/Auth/ErrorAlert.d.ts +1 -1
- package/dist/Auth/ErrorAlert.js +14 -9
- package/dist/Auth/Logout.d.ts +1 -1
- package/dist/Auth/SignInPassword.d.ts +1 -1
- package/dist/Auth/SignInPassword.js +1 -1
- package/dist/Avatar/Avatar.module.js +7 -7
- package/dist/AwardsItem/AwardsItem.js +2 -2
- package/dist/Blockquote/Blockquote.module.js +3 -3
- package/dist/BulletItem/BulletItem.d.ts +1 -1
- package/dist/Button/Button.d.ts +1 -1
- package/dist/Button/Button.js +34 -11
- package/dist/Button/GoBackButton.d.ts +1 -1
- package/dist/Calculators/AnnualFeeCalculator/index.js +1 -1
- package/dist/Calculators/ApyCalculator/ApyCalculator.css.d.ts +46 -5
- package/dist/Calculators/ApyCalculator/ApyCalculator.css.js +72 -19
- package/dist/Calculators/ApyCalculator/index.js +583 -293
- package/dist/Calculators/ApyCalculatorUserTest/ApyCalculatorUserTest.css.d.ts +95 -0
- package/dist/Calculators/ApyCalculatorUserTest/ApyCalculatorUserTest.css.js +101 -0
- package/dist/Calculators/ApyCalculatorUserTest/index.d.ts +12 -0
- package/dist/Calculators/ApyCalculatorUserTest/index.js +618 -0
- package/dist/Calculators/AxosOneCalculator/BalanceAPYCalculator.css.js +3 -1
- package/dist/Calculators/Calculator.d.ts +1 -1
- package/dist/Calculators/Calculator.js +21 -6
- package/dist/Calculators/MarginTradingCalculator/index.js +15 -10
- package/dist/Calculators/MarineLoanMonthlyPaymentCalculator/index.js +1 -1
- package/dist/Calculators/MaxLoanCalculator/index.js +1 -1
- package/dist/Calculators/MonthlyPaymentCalculator/index.js +1 -1
- package/dist/Calculators/calculator.css.d.ts +21 -1
- package/dist/Calculators/calculator.css.js +3 -3
- package/dist/Calculators/index.d.ts +1 -0
- package/dist/Calculators/index.js +2 -0
- package/dist/Carousel/index.d.ts +3 -3
- package/dist/Carousel/index.js +14 -9
- package/dist/Chatbot/AnimatedGradientBorder.css.d.ts +3 -0
- package/dist/Chatbot/AnimatedGradientBorder.css.js +8 -2
- package/dist/Chatbot/AudioManager.d.ts +19 -0
- package/dist/Chatbot/AudioManager.js +61 -0
- package/dist/Chatbot/Bubble.css.js +2 -2
- package/dist/Chatbot/Bubble.d.ts +2 -2
- package/dist/Chatbot/Bubble.js +84 -103
- package/dist/Chatbot/Chat.d.ts +1 -1
- package/dist/Chatbot/Chat.js +17 -7
- package/dist/Chatbot/ChatWindow.css.d.ts +4 -0
- package/dist/Chatbot/ChatWindow.css.js +45 -37
- package/dist/Chatbot/ChatWindow.js +462 -367
- package/dist/Chatbot/Chatbot.css.js +0 -1
- package/dist/Chatbot/Chatbot.css.ts.vanilla.css.js +1 -0
- package/dist/Chatbot/Chatbot.d.ts +13 -2
- package/dist/Chatbot/Chatbot.js +170 -81
- package/dist/Chatbot/ChatbotMessage.js +183 -197
- package/dist/Chatbot/EllipsisAnimation.d.ts +1 -1
- package/dist/Chatbot/EllipsisAnimation.js +0 -6
- package/dist/Chatbot/EllipsisIcon.d.ts +1 -1
- package/dist/Chatbot/ExpandChatToggle.d.ts +8 -0
- package/dist/Chatbot/ExpandChatToggle.js +74 -0
- package/dist/Chatbot/index.js +7 -2
- package/dist/Chatbot/store/chat.d.ts +8 -0
- package/dist/Chatbot/store/chat.js +14 -2
- package/dist/Chatbot/useHeadlessChat.js +1 -2
- package/dist/Chevron/Chevron.interface.d.ts +1 -0
- package/dist/Chevron/index.js +20 -11
- package/dist/Comparison/Comparison.css.d.ts +1 -0
- package/dist/Comparison/Comparison.css.js +16 -16
- package/dist/Comparison/Comparison.d.ts +1 -1
- package/dist/Comparison/Comparison.js +13 -8
- package/dist/Comparison/ComparisonSet.d.ts +1 -1
- package/dist/Comparison/ComparisonSet.js +2 -1
- package/dist/Comparison/index.js +2 -1
- package/dist/ExecutiveBio/ExecutiveBio.css.d.ts +27 -0
- package/dist/ExecutiveBio/ExecutiveBio.d.ts +1 -1
- package/dist/ExecutiveBio/ExecutiveBio.js +287 -268
- package/dist/ExecutiveBio/ExecutiveBioSet.d.ts +1 -1
- package/dist/ExecutiveBio/Overlay.d.ts +1 -1
- package/dist/FaqAccordion/index.d.ts +5 -5
- package/dist/FaqAccordion/index.js +15 -10
- package/dist/FdicCallout/FdicCallout.module.js +2 -2
- package/dist/FdicCallout/index.d.ts +1 -1
- package/dist/FdicCallout/index.js +2 -1
- package/dist/FooterDisclosure/FooterDisclosure.d.ts +4 -4
- package/dist/FooterDisclosure/FooterDisclosure.js +1 -0
- package/dist/FooterDisclosure/LVF/LaVictorieFooter.d.ts +1 -1
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.d.ts +1 -1
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +685 -647
- package/dist/Forms/ApplicationStart.d.ts +1 -1
- package/dist/Forms/ApplyNow.d.ts +1 -1
- package/dist/Forms/ApplyNow.js +14 -9
- package/dist/Forms/BoatMooringLocation.d.ts +5 -2
- package/dist/Forms/BoatMooringLocation.js +134 -53
- package/dist/Forms/ClearingForm.d.ts +1 -1
- package/dist/Forms/CommercialDeposits.d.ts +1 -1
- package/dist/Forms/CommercialDepositsACS.d.ts +3 -0
- package/dist/Forms/CommercialDepositsACS.js +278 -0
- package/dist/Forms/CommercialDepositsNoLendingOption.d.ts +1 -1
- package/dist/Forms/CommercialLending.d.ts +1 -1
- package/dist/Forms/CommercialPremiumFinance.d.ts +1 -1
- package/dist/Forms/CommercialTrustAndEstate.d.ts +15 -0
- package/dist/Forms/CommercialTrustAndEstate.js +237 -0
- package/dist/Forms/ConstructionLendingDynamic.d.ts +1 -1
- package/dist/Forms/ContactCompany.d.ts +1 -1
- package/dist/Forms/ContactCompanyTitle.d.ts +1 -1
- package/dist/Forms/ContactUs.d.ts +1 -1
- package/dist/Forms/ContactUsAAS.d.ts +1 -1
- package/dist/Forms/ContactUsBusiness.d.ts +1 -1
- package/dist/Forms/ContactUsBusiness.js +17 -12
- package/dist/Forms/ContactUsBusinessNameEmail.d.ts +1 -1
- package/dist/Forms/ContactUsBusinessNameEmail.js +17 -12
- package/dist/Forms/ContactUsLVF.d.ts +1 -1
- package/dist/Forms/ContactUsNMLSId.d.ts +1 -1
- package/dist/Forms/ContactUsNMLSId.js +17 -12
- package/dist/Forms/ContactUsSchwabAAS.d.ts +11 -0
- package/dist/Forms/ContactUsSchwabAAS.js +263 -0
- package/dist/Forms/CpraRequest.d.ts +1 -1
- package/dist/Forms/CpraRequest.js +16 -11
- package/dist/Forms/CraPublicFile.d.ts +1 -1
- package/dist/Forms/CraPublicFile.js +17 -12
- package/dist/Forms/DealerServices.d.ts +1 -1
- package/dist/Forms/EmailOnly.d.ts +1 -1
- package/dist/Forms/EmailOnly.js +18 -13
- package/dist/Forms/EmailUs.d.ts +1 -1
- package/dist/Forms/FormEnums.js +2 -2
- package/dist/Forms/Forms.css.d.ts +4 -0
- package/dist/Forms/Forms.css.js +3 -1
- package/dist/Forms/HoneyPot/index.d.ts +1 -1
- package/dist/Forms/MortgageRate/MortgageRateForm.d.ts +1 -1
- package/dist/Forms/MortgageRate/MortgageRateForm.js +14 -9
- package/dist/Forms/MortgageRate/MortgageRateQuoteFilters.d.ts +1 -1
- package/dist/Forms/MortgageRate/MortgageRateWatch.d.ts +1 -1
- package/dist/Forms/MortgageRate/MortgageRateWatch.js +14 -9
- package/dist/Forms/MortgageWarehouseLending.d.ts +2 -2
- package/dist/Forms/MortgageWarehouseLending.js +24 -19
- package/dist/Forms/QuickPricer/QuickPricerForm.d.ts +1 -1
- package/dist/Forms/QuickPricer/UserInformation.d.ts +1 -1
- package/dist/Forms/ScheduleCall.d.ts +1 -1
- package/dist/Forms/ScheduleCallPremier.d.ts +1 -1
- package/dist/Forms/SuccesForm.d.ts +1 -1
- package/dist/Forms/SuccesForm.js +15 -10
- package/dist/Forms/VendorQuestionnaire.d.ts +1 -1
- package/dist/Forms/WcplSurvey.d.ts +1 -1
- package/dist/Forms/index.d.ts +3 -0
- package/dist/Forms/index.js +8 -1
- package/dist/HeroBanner/HeroBanner.d.ts +1 -1
- package/dist/HeroBanner/HeroBanner.interface.d.ts +2 -0
- package/dist/HeroBanner/HeroBanner.js +33 -28
- package/dist/HeroBanner/HeroVideoPoster.d.ts +1 -1
- package/dist/HeroBanner/LargeHeroBanner.d.ts +1 -1
- package/dist/Hyperlink/index.js +15 -10
- package/dist/IconBillboard/IconBillboard.css.d.ts +16 -0
- package/dist/IconBillboard/IconBillboard.css.js +7 -4
- package/dist/IconBillboard/IconBillboard.d.ts +1 -1
- package/dist/IconBillboard/IconBillboard.interface.d.ts +2 -0
- package/dist/IconBillboard/IconBillboardSet.d.ts +1 -1
- package/dist/IconBillboard/IconBillboardSet.js +68 -62
- package/dist/IconBillboard/index.js +2 -1
- package/dist/IconBillboard/sections/CallToActionSection.d.ts +1 -1
- package/dist/IconBillboard/sections/CallToActionSection.js +3 -1
- package/dist/IconBillboard/sections/HeaderSection.d.ts +2 -2
- package/dist/IconBillboard/sections/IconSection.d.ts +1 -1
- package/dist/IconBillboard/sections/ItemsSection.d.ts +1 -1
- package/dist/IconBillboard/sections/LayoutSection.d.ts +1 -1
- package/dist/ImageBillboard/ExitIntentModal/ModalWrapper.d.ts +1 -1
- package/dist/ImageBillboard/ImageBillboard.d.ts +1 -1
- package/dist/ImageBillboard/ImageBillboard.interface.d.ts +2 -0
- package/dist/ImageBillboard/ImageBillboardSet.d.ts +1 -1
- package/dist/ImageBillboard/ImageBillboardSet.js +28 -20
- package/dist/ImageLink/ImageLink.d.ts +1 -1
- package/dist/ImageLink/ImageLink.js +10 -5
- package/dist/ImageLink/ImageLinkSet.d.ts +1 -1
- package/dist/ImageLink/ImageLinkSet.js +9 -4
- package/dist/ImageLink/index.js +14 -9
- package/dist/ImageToast/ImageToast.css.d.ts +5 -0
- package/dist/ImageToast/ImageToast.css.js +13 -0
- package/dist/ImageToast/index.d.ts +9 -0
- package/dist/{NavigationMenu/Navbar.js → ImageToast/index.js} +88 -99
- package/dist/ImageWrapper/ImageWrapper.d.ts +1 -1
- package/dist/Insight/Featured/CategorySelector.d.ts +3 -3
- package/dist/Insight/Featured/CategorySelector.js +17 -11
- package/dist/Insight/Featured/Featured.d.ts +2 -2
- package/dist/Insight/Featured/Featured.js +14 -9
- package/dist/Insight/Featured/Header.d.ts +2 -3
- package/dist/Insight/Featured/Header.js +14 -9
- package/dist/Interstitial/Interstitial.module.js +10 -10
- package/dist/LandingPageHeader/LandingPageHeader.css.d.ts +1 -0
- package/dist/LandingPageHeader/LandingPageHeader.css.js +2 -0
- package/dist/LandingPageHeader/LandingPageHeader.d.ts +2 -1
- package/dist/LandingPageHeader/LandingPageHeader.js +338 -23
- package/dist/LandingPageHeader/index.js +2 -1
- package/dist/LoadingIndicator/index.d.ts +1 -1
- package/dist/MainHTML/index.d.ts +1 -1
- package/dist/Modal/Modal.js +16 -11
- package/dist/Modal/contextApi/store.d.ts +6 -1
- package/dist/Modal/contextApi/store.js +112 -6
- package/dist/NavigationMenu/AxosALTS/NavBar.module.js +23 -23
- package/dist/NavigationMenu/AxosALTS/index.d.ts +1 -1
- package/dist/NavigationMenu/AxosALTS/index.js +48 -29
- package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +52 -52
- package/dist/NavigationMenu/AxosAdvisor/SubNavBar.d.ts +1 -1
- package/dist/NavigationMenu/AxosAdvisor/index.d.ts +1 -1
- package/dist/NavigationMenu/AxosAdvisor/index.js +1 -1
- package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +53 -53
- package/dist/NavigationMenu/AxosAdvisorServices/SubNavBar.d.ts +1 -1
- package/dist/NavigationMenu/AxosAdvisorServices/index.d.ts +1 -1
- package/dist/NavigationMenu/AxosAdvisorServices/index.js +31 -24
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.d.ts +1 -1
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +12 -7
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +27 -27
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +15 -16
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +35 -42
- package/dist/NavigationMenu/AxosBank/NavBar.module.js +39 -39
- package/dist/NavigationMenu/AxosBank/SubNavBar.d.ts +1 -1
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +106 -150
- package/dist/NavigationMenu/AxosBank/index.d.ts +1 -1
- package/dist/NavigationMenu/AxosBank/index.js +83 -54
- package/dist/NavigationMenu/AxosClearing/NavBar.module.js +37 -37
- package/dist/NavigationMenu/AxosClearing/SubNavBar.d.ts +1 -1
- package/dist/NavigationMenu/AxosClearing/SubNavBar.js +6 -6
- package/dist/NavigationMenu/AxosClearing/index.d.ts +1 -1
- package/dist/NavigationMenu/AxosClearing/index.js +31 -16
- package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +40 -43
- package/dist/NavigationMenu/AxosFiduciary/index.d.ts +1 -1
- package/dist/NavigationMenu/AxosFiduciary/index.js +5 -3
- package/dist/NavigationMenu/LaVictoire/NavBar.module.js +37 -37
- package/dist/NavigationMenu/LaVictoire/SubNavBar.d.ts +1 -1
- package/dist/NavigationMenu/LaVictoire/index.d.ts +1 -1
- package/dist/NavigationMenu/LaVictoire/index.js +16 -11
- package/dist/NavigationMenu/NavItem/index.d.ts +1 -1
- package/dist/NavigationMenu/NavItem/index.js +141 -1
- package/dist/NavigationMenu/ServerNavigation/DropwdownButton.d.ts +8 -0
- package/dist/NavigationMenu/ServerNavigation/DropwdownButton.js +248 -0
- package/dist/NavigationMenu/ServerNavigation/Menu.d.ts +40 -0
- package/dist/NavigationMenu/ServerNavigation/Menu.js +268 -0
- package/dist/NavigationMenu/ServerNavigation/MobileMenu/MobileMenu.d.ts +13 -0
- package/dist/NavigationMenu/ServerNavigation/MobileMenu/MobileMenu.js +637 -0
- package/dist/NavigationMenu/ServerNavigation/MobileMenu/MobileMenu.module.js +86 -0
- package/dist/NavigationMenu/ServerNavigation/MobileMenu/MobileNavData.d.ts +51 -0
- package/dist/NavigationMenu/ServerNavigation/MobileMenu/MobileNavData.js +96 -0
- package/dist/NavigationMenu/ServerNavigation/MobileMenu/mobileReducer.d.ts +36 -0
- package/dist/NavigationMenu/ServerNavigation/MobileMenu/mobileReducer.js +105 -0
- package/dist/NavigationMenu/ServerNavigation/NavBar.module.js +125 -0
- package/dist/NavigationMenu/ServerNavigation/NavigationBar.css.d.ts +7 -0
- package/dist/NavigationMenu/ServerNavigation/NavigationBar.css.js +22 -0
- package/dist/NavigationMenu/ServerNavigation/SubNavBar.d.ts +6 -0
- package/dist/NavigationMenu/ServerNavigation/SubNavBar.js +281 -0
- package/dist/NavigationMenu/ServerNavigation/SubNavItem.d.ts +1 -0
- package/dist/NavigationMenu/ServerNavigation/SubNavItem.js +317 -0
- package/dist/NavigationMenu/ServerNavigation/SubNavbar.css.d.ts +60 -0
- package/dist/NavigationMenu/ServerNavigation/SubNavbar.css.js +22 -0
- package/dist/NavigationMenu/ServerNavigation/index.d.ts +7 -0
- package/dist/NavigationMenu/ServerNavigation/index.js +297 -0
- package/dist/NavigationMenu/index.d.ts +2 -0
- package/dist/NavigationMenu/index.js +19 -10
- package/dist/NavigationMenu/utils.d.ts +480 -0
- package/dist/NavigationMenu/utils.js +128 -0
- package/dist/PageNavSet/PageNavSet.js +16 -8
- package/dist/Pagination/Pagination.d.ts +1 -1
- package/dist/SecondaryFooter/index.d.ts +1 -1
- package/dist/SecondaryFooter/index.js +8 -1
- package/dist/SetContainer/SetContainer.css.d.ts +4 -0
- package/dist/SetContainer/SetContainer.css.js +5 -3
- package/dist/SetContainer/SetContainer.d.ts +1 -1
- package/dist/SetContainer/SetContainer.js +18 -7
- package/dist/SetContainer/index.js +2 -1
- package/dist/SocialMediaBar/iconsRepository.d.ts +14 -14
- package/dist/SocialMediaBar/iconsRepository.js +14 -9
- package/dist/SocialMediaBar/index.d.ts +1 -1
- package/dist/SocialMediaBar/index.js +1 -1
- package/dist/StepItemSet/StepItemSet.css.d.ts +3 -0
- package/dist/Tab/Tab.d.ts +1 -1
- package/dist/Tab/TabContainer.d.ts +1 -1
- package/dist/Table/Table.css.d.ts +17 -1
- package/dist/Table/Table.css.js +26 -19
- package/dist/Table/Table.d.ts +5 -5
- package/dist/Table/Table.interface.d.ts +5 -8
- package/dist/Table/Table.js +30 -38
- package/dist/Table/index.js +3 -1
- package/dist/TextBlock/TextBlock.d.ts +1 -1
- package/dist/Topic/Topic.d.ts +4 -4
- package/dist/TopicalNavItem/TopicalNavItem.css.d.ts +0 -1
- package/dist/TopicalNavItem/TopicalNavItem.css.js +2 -4
- package/dist/TopicalNavItem/TopicalNavItem.js +11 -33
- package/dist/TopicalNavItem/index.js +1 -2
- package/dist/TopicalNavSet/TopicalNavSet.js +17 -9
- package/dist/VideoTile/VideoInit.d.ts +1 -1
- package/dist/VideoTile/VideoTile.js +13 -8
- package/dist/VideoWrapper/index.js +14 -9
- package/dist/WalnutIframe/index.d.ts +1 -1
- package/dist/WalnutIframe/wrapper.module.js +3 -3
- package/dist/assets/Article/Article.css +8 -4
- package/dist/assets/ArticlesSet/ArticlesSet.css +54 -39
- package/dist/assets/Auth/SignIn.css +2 -1
- package/dist/assets/Avatar/Avatar.css +59 -59
- package/dist/assets/Blockquote/Blockquote.css +72 -72
- package/dist/assets/Calculators/ApyCalculator/ApyCalculator.css +350 -64
- package/dist/assets/Calculators/ApyCalculatorUserTest/ApyCalculatorUserTest.css +424 -0
- package/dist/assets/Calculators/AxosOneCalculator/BalanceAPYCalculator.css +2 -2
- package/dist/assets/Calculators/calculator.css +25 -15
- package/dist/assets/CallToActionBar/CallToActionBar.css +2 -0
- package/dist/assets/Chatbot/AnimatedGradientBorder.css +39 -8
- package/dist/assets/Chatbot/Bubble.css +8 -2
- package/dist/assets/Chatbot/ChatWindow.css +166 -99
- package/dist/assets/Comparison/Comparison.css +32 -29
- package/dist/assets/DownloadTile/DownloadTile.css +3 -1
- package/dist/assets/ExecutiveBio/ExecutiveBio.css +55 -17
- package/dist/assets/FaqAccordion/FaqAccordion.css +1 -1
- package/dist/assets/FdicCallout/FdicCallout.css +48 -48
- package/dist/assets/FooterSiteMap/AxosBank/FooterSiteMap.css +2 -2
- package/dist/assets/Forms/Forms.css +9 -3
- package/dist/assets/HeroBanner/HeroBanner.css +1 -0
- package/dist/assets/IconBillboard/IconBillboard.css +64 -13
- package/dist/assets/ImageBillboard/ImageBillboard.css +1 -1
- package/dist/assets/ImageToast/ImageToast.css +39 -0
- package/dist/assets/Insight/Featured/Header.css +4 -2
- package/dist/assets/Interstitial/Interstitial.css +142 -142
- package/dist/assets/LandingPageHeader/LandingPageHeader.css +5 -0
- package/dist/assets/NavigationMenu/AxosALTS/NavBar.css +265 -264
- package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css +609 -609
- package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css +631 -630
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css +445 -445
- package/dist/assets/NavigationMenu/AxosClearing/NavBar.css +485 -484
- package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css +428 -427
- package/dist/assets/NavigationMenu/LaVictoire/NavBar.css +429 -429
- package/dist/assets/NavigationMenu/{AxosBank → ServerNavigation}/MobileMenu/MobileMenu.css +353 -353
- package/dist/assets/NavigationMenu/ServerNavigation/NavBar.css +483 -0
- package/dist/assets/NavigationMenu/ServerNavigation/NavigationBar.css +40 -0
- package/dist/assets/NavigationMenu/ServerNavigation/SubNavbar.css +87 -0
- package/dist/assets/SetContainer/SetContainer.css +27 -20
- package/dist/assets/SocialMediaBar/SocialMediaBar.css +1 -0
- package/dist/assets/StepItemSet/StepItemSet.css +3 -3
- package/dist/assets/Table/Table.css +112 -78
- package/dist/assets/TextBlock/TextBlock.css +7 -0
- package/dist/assets/TopicalNavItem/TopicalNavItem.css +25 -52
- package/dist/assets/TopicalNavSet/TopicalNavSet.css +28 -6
- package/dist/assets/VideoTile/VideoTile.css +3 -0
- package/dist/assets/WalnutIframe/wrapper.css +48 -48
- package/dist/assets/globals.css +36 -4
- package/dist/assets/themes/axos.css +8 -7
- package/dist/assets/themes/premier.css +9 -8
- package/dist/assets/themes/ufb.css +9 -8
- package/dist/assets/themes/victorie.css +9 -8
- package/dist/assets/utils/optimizeImage/optimizeImage.css +47 -47
- package/dist/globals.css.js +8 -1
- package/dist/icons/AxosX/Blue.d.ts +1 -1
- package/dist/icons/AxosX/index.d.ts +1 -1
- package/dist/icons/CheckCircle.d.ts +1 -1
- package/dist/icons/CheckCircleLight.d.ts +1 -1
- package/dist/icons/CheckIcon/index.d.ts +1 -1
- package/dist/icons/ChevronDown.d.ts +1 -1
- package/dist/icons/ChevronUp.d.ts +1 -1
- package/dist/icons/Clock/index.d.ts +1 -1
- package/dist/icons/EqualHousingLender.d.ts +1 -1
- package/dist/icons/Logos/AAS.d.ts +1 -1
- package/dist/icons/Logos/AFS.d.ts +1 -1
- package/dist/icons/Logos/AXA.d.ts +1 -1
- package/dist/icons/Logos/AXB.d.ts +1 -1
- package/dist/icons/Logos/AXC.d.ts +1 -1
- package/dist/icons/Logos/AXI.d.ts +1 -1
- package/dist/icons/Logos/AXOS.d.ts +1 -1
- package/dist/icons/Logos/GBLVF.d.ts +1 -1
- package/dist/icons/Logos/LVF.d.ts +1 -1
- package/dist/icons/Logos/LVFText.d.ts +1 -1
- package/dist/icons/Logos/SPB.d.ts +1 -1
- package/dist/icons/MemberFdicLogo.d.ts +1 -1
- package/dist/icons/QuoteIconGrey.d.ts +1 -1
- package/dist/icons/QuoteIconGrey.js +1 -0
- package/dist/icons/QuoteIconWhite.d.ts +1 -1
- package/dist/icons/QuoteIconWhite.js +1 -0
- package/dist/icons/QuoteIconYellow.d.ts +1 -1
- package/dist/icons/QuoteIconYellow.js +1 -0
- package/dist/index.css.js +8 -1
- package/dist/main.js +51 -21
- package/dist/themes/axos.css.d.ts +1 -0
- package/dist/themes/axos.css.js +1 -1
- package/dist/utils/allowedAxosDomains.js +8 -13
- package/dist/utils/appendQueryParams.d.ts +3 -1
- package/dist/utils/appendQueryParams.js +66 -66
- package/dist/utils/index.js +3 -1
- package/dist/utils/optimizeImage/optimizeImage.module.js +3 -3
- package/dist/utils/tealiumOrganicFallback.d.ts +21 -0
- package/dist/utils/tealiumOrganicFallback.js +26 -0
- package/dist/utils/useVisibility.d.ts +1 -0
- package/dist/utils/useVisibility.js +21 -0
- package/dist/vite-env.d.js +1 -0
- package/package.json +148 -148
- package/dist/Chatbot/authenticate.d.ts +0 -3
- package/dist/Chatbot/authenticate.js +0 -16
- package/dist/NavigationMenu/Navbar.d.ts +0 -5
- package/dist/NavigationMenu/SignInNavButton.d.ts +0 -1
- package/dist/NavigationMenu/SignInNavButton.js +0 -363
- package/dist/assets/Chatbot/Chatbot.css +0 -3
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { SVGProps } from 'react';
|
|
2
2
|
|
|
3
|
-
declare const SvgMemberFdicLogo: (props: SVGProps<SVGSVGElement>) => import("react
|
|
3
|
+
declare const SvgMemberFdicLogo: (props: SVGProps<SVGSVGElement>) => import("react").JSX.Element;
|
|
4
4
|
export default SvgMemberFdicLogo;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { SVGProps } from 'react';
|
|
2
2
|
|
|
3
|
-
declare const SvgQuoteIconGrey: (props: SVGProps<SVGSVGElement>) => import("react
|
|
3
|
+
declare const SvgQuoteIconGrey: (props: SVGProps<SVGSVGElement>) => import("react").JSX.Element;
|
|
4
4
|
export default SvgQuoteIconGrey;
|
|
@@ -8,6 +8,7 @@ const SvgQuoteIconGrey = (props) => /* @__PURE__ */ jsxs(
|
|
|
8
8
|
fill: "none",
|
|
9
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10
10
|
...props,
|
|
11
|
+
"aria-hidden": true,
|
|
11
12
|
children: [
|
|
12
13
|
/* @__PURE__ */ jsxs("g", { clipPath: "url(#clip0_5424_27387)", children: [
|
|
13
14
|
/* @__PURE__ */ jsx(
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { SVGProps } from 'react';
|
|
2
2
|
|
|
3
|
-
declare const SvgQuoteIconWhite: (props: SVGProps<SVGSVGElement>) => import("react
|
|
3
|
+
declare const SvgQuoteIconWhite: (props: SVGProps<SVGSVGElement>) => import("react").JSX.Element;
|
|
4
4
|
export default SvgQuoteIconWhite;
|
|
@@ -8,6 +8,7 @@ const SvgQuoteIconWhite = (props) => /* @__PURE__ */ jsxs(
|
|
|
8
8
|
fill: "none",
|
|
9
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10
10
|
...props,
|
|
11
|
+
"aria-hidden": true,
|
|
11
12
|
children: [
|
|
12
13
|
/* @__PURE__ */ jsxs("g", { clipPath: "url(#clip0_5527_22620)", children: [
|
|
13
14
|
/* @__PURE__ */ jsx(
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { SVGProps } from 'react';
|
|
2
2
|
|
|
3
|
-
declare const SvgQuoteIconYellow: (props: SVGProps<SVGSVGElement>) => import("react
|
|
3
|
+
declare const SvgQuoteIconYellow: (props: SVGProps<SVGSVGElement>) => import("react").JSX.Element;
|
|
4
4
|
export default SvgQuoteIconYellow;
|
|
@@ -8,6 +8,7 @@ const SvgQuoteIconYellow = (props) => /* @__PURE__ */ jsxs(
|
|
|
8
8
|
fill: "none",
|
|
9
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10
10
|
...props,
|
|
11
|
+
"aria-hidden": true,
|
|
11
12
|
children: [
|
|
12
13
|
/* @__PURE__ */ jsxs("g", { clipPath: "url(#clip0_5266_22200)", children: [
|
|
13
14
|
/* @__PURE__ */ jsx(
|
package/dist/index.css.js
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
-
import './assets/index.css';import './assets/globals.css';import './assets/Typography/Typography.css';/* empty css */
|
|
1
|
+
import './assets/index.css';import './assets/globals.css';import './assets/ArticlesSet/ArticlesSet.css';import './assets/CallToActionBar/CallToActionBar.css';import './assets/Insight/Insight.css';import './assets/themes/victorie.css';import './assets/themes/ufb.css';import './assets/themes/premier.css';import './assets/themes/axos.css';import './assets/Typography/Typography.css';/* empty css */
|
|
2
|
+
/* empty css */
|
|
3
|
+
/* empty css */
|
|
4
|
+
/* empty css */
|
|
5
|
+
/* empty css */
|
|
6
|
+
/* empty css */
|
|
7
|
+
/* empty css */
|
|
8
|
+
/* empty css */
|
|
2
9
|
/* empty css */
|
|
3
10
|
/* empty css */
|
package/dist/main.js
CHANGED
|
@@ -24,6 +24,7 @@ import { button } from "./Button/Button.css.js";
|
|
|
24
24
|
import { GoBackButton } from "./Button/GoBackButton.js";
|
|
25
25
|
import { AnnualFeeCalculator } from "./Calculators/AnnualFeeCalculator/index.js";
|
|
26
26
|
import { ApyCalculator } from "./Calculators/ApyCalculator/index.js";
|
|
27
|
+
import { ApyCalculatorUserTesting } from "./Calculators/ApyCalculatorUserTest/index.js";
|
|
27
28
|
import { AxosOneCalculator } from "./Calculators/AxosOneCalculator/index.js";
|
|
28
29
|
import { BalanceAPYCalculator } from "./Calculators/BalanceAPYCalculator/index.js";
|
|
29
30
|
import { BuyDownCalculator } from "./Calculators/BuyDownCalculator/index.js";
|
|
@@ -39,15 +40,15 @@ import { CallToActionBar } from "./CallToActionBar/index.js";
|
|
|
39
40
|
import { Carousel, CarouselSlide } from "./Carousel/index.js";
|
|
40
41
|
import { Bubble } from "./Chatbot/Bubble.js";
|
|
41
42
|
import { borderHoverGradient, bubbleButton, bubbleText, bubbleWrapper, inner, svgFill } from "./Chatbot/Bubble.css.js";
|
|
42
|
-
import { Chatbot } from "./Chatbot/Chatbot.js";
|
|
43
|
+
import { Chatbot, audioManager } from "./Chatbot/Chatbot.js";
|
|
43
44
|
import { chatbotAXB, chatbotUFB } from "./Chatbot/Chatbot.css.js";
|
|
44
45
|
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, tableCell, tableHead, tableMsg, thankyou_image, thankyou_message, thankyou_overlay, trMortgageTable, user_msg, windowBarStyle, windowOpenStyle, windowStyle } from "./Chatbot/ChatWindow.css.js";
|
|
46
|
+
import { agent_msg, arrowFill, autoResize, button_bar, button_reset, buttonss_section, chatAiDisclaimer, chatEndCircle, chatEndDialogOverlay, chatFinishDialog, chatNetworkStatus, chat_title, chatbotMenu, chatbotMenuItem, endChatButtonStyle, expandToggleStyle, formTextButton, inline_button, inline_button_wrapper, inputStyle, left_bar_section, messageStyle, messagesContainerStyle, noAnswerButton, notificationStyle, sendButtonStyle, shimmerText, tableCell, tableHead, tableMsg, thankyou_image, thankyou_message, thankyou_overlay, trMortgageTable, user_msg, windowBarStyle, windowExpandedStyle, windowOpenStyle, windowStyle } from "./Chatbot/ChatWindow.css.js";
|
|
46
47
|
import { useOpenChat } from "./Chatbot/store/chat.js";
|
|
47
48
|
import { useMessages } from "./Chatbot/store/messages.js";
|
|
48
49
|
import { Chevron } from "./Chevron/index.js";
|
|
49
50
|
import { CollectInformationAlert } from "./CollectInformationAlert/index.js";
|
|
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";
|
|
51
|
+
import { comparison, comparison_buttons, comparison_container, comparison_content, comparison_feature, comparison_layout, comparison_list, comparison_set, comparison_tab_container, feature_header, feature_title, headerComparison } from "./Comparison/Comparison.css.js";
|
|
51
52
|
import { ComparisonSet } from "./Comparison/ComparisonSet.js";
|
|
52
53
|
import { ContentBanner } from "./ContentBanner/index.js";
|
|
53
54
|
import { DownloadTile } from "./DownloadTile/index.js";
|
|
@@ -67,14 +68,17 @@ import { ApplyNow } from "./Forms/ApplyNow.js";
|
|
|
67
68
|
import { getLink } from "./Forms/applynow-utils.js";
|
|
68
69
|
import { ClearingForm } from "./Forms/ClearingForm.js";
|
|
69
70
|
import { CommercialDeposits } from "./Forms/CommercialDeposits.js";
|
|
71
|
+
import { CommercialDepositsACS } from "./Forms/CommercialDepositsACS.js";
|
|
70
72
|
import { CommercialDepositsNoLendingOption } from "./Forms/CommercialDepositsNoLendingOption.js";
|
|
71
73
|
import { CommercialLending } from "./Forms/CommercialLending.js";
|
|
72
74
|
import { CommercialPremiumFinance } from "./Forms/CommercialPremiumFinance.js";
|
|
75
|
+
import { CommercialTrustAndEstate } from "./Forms/CommercialTrustAndEstate.js";
|
|
73
76
|
import { ConstructionLendingDynamic } from "./Forms/ConstructionLendingDynamic.js";
|
|
74
77
|
import { ContactCompany } from "./Forms/ContactCompany.js";
|
|
75
78
|
import { ContactCompanyTitle } from "./Forms/ContactCompanyTitle.js";
|
|
76
79
|
import { ContactUs } from "./Forms/ContactUs.js";
|
|
77
80
|
import { ContactUsAAS } from "./Forms/ContactUsAAS.js";
|
|
81
|
+
import { ContactUsSchwabAAS } from "./Forms/ContactUsSchwabAAS.js";
|
|
78
82
|
import { ContactUsBusiness } from "./Forms/ContactUsBusiness.js";
|
|
79
83
|
import { ContactUsBusinessNameAndEmail } from "./Forms/ContactUsBusinessNameEmail.js";
|
|
80
84
|
import { ContactUsLVF } from "./Forms/ContactUsLVF.js";
|
|
@@ -84,7 +88,7 @@ import { CraPublicFile } from "./Forms/CraPublicFile.js";
|
|
|
84
88
|
import { DealerServices } from "./Forms/DealerServices.js";
|
|
85
89
|
import { EmailOnly } from "./Forms/EmailOnly.js";
|
|
86
90
|
import { EmailUs } from "./Forms/EmailUs.js";
|
|
87
|
-
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";
|
|
91
|
+
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, submitErrorText, succes_check_mark, success_circle, success_icon, success_wrap, threeColRow, x_input, xc_input } from "./Forms/Forms.css.js";
|
|
88
92
|
import { HoneyPot, honeyPotSchema, isValidHoneyPot } from "./Forms/HoneyPot/index.js";
|
|
89
93
|
import { MortgageRate } from "./Forms/MortgageRate/MortgageRateForm.js";
|
|
90
94
|
import "react/jsx-runtime";
|
|
@@ -110,7 +114,7 @@ import { headline_text, heroSupertag, hero_banner, hero_btns, hero_bullet_item,
|
|
|
110
114
|
import { selection_headline_text, selection_section, selection_section_bg, selection_section_content, selection_section_icon, selection_section_icon_img } from "./HeroBanner/SelectionBanner.css.js";
|
|
111
115
|
import { Hyperlink } from "./Hyperlink/index.js";
|
|
112
116
|
import { IconBillboard } from "./IconBillboard/IconBillboard.js";
|
|
113
|
-
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";
|
|
117
|
+
import { billboard_icon, buttons, containerIconBillboard, content, headerIconBillboard, header_section, icon_billboard_section, insightTitle, layout, link_wrapper, list, listItem, section_body, section_container, section_text, title } from "./IconBillboard/IconBillboard.css.js";
|
|
114
118
|
import { IconBillboardSet } from "./IconBillboard/IconBillboardSet.js";
|
|
115
119
|
import { default as default2 } from "./icons/ArrowIcon/index.js";
|
|
116
120
|
import { default as default3 } from "./icons/AxosX/index.js";
|
|
@@ -145,7 +149,7 @@ import { ImageBillboardSet } from "./ImageBillboard/ImageBillboard.js";
|
|
|
145
149
|
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";
|
|
146
150
|
import { ImageBillboard } from "./ImageBillboard/ImageBillboardSet.js";
|
|
147
151
|
import { SetContainer } from "./SetContainer/SetContainer.js";
|
|
148
|
-
import { imageLinkContainer, inline_container, isolate_container, set_container, set_container_cols, set_logo, setcontainer_section_text } from "./SetContainer/SetContainer.css.js";
|
|
152
|
+
import { imageLinkContainer, inline_container, isolate_container, set_container, set_container_cols, set_logo, setcontainer_section_additionaltext, setcontainer_section_text } from "./SetContainer/SetContainer.css.js";
|
|
149
153
|
import "react";
|
|
150
154
|
import { ImageLinkSet } from "./ImageLink/ImageLinkSet.js";
|
|
151
155
|
import { Checkbox } from "./Input/Checkbox.js";
|
|
@@ -166,17 +170,19 @@ import { BreadcumbHeader } from "./Insight/Featured/Header.js";
|
|
|
166
170
|
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";
|
|
167
171
|
import { Interstitial } from "./Interstitial/Interstitial.js";
|
|
168
172
|
import { LandingPageHeader } from "./LandingPageHeader/LandingPageHeader.js";
|
|
169
|
-
import { lp_container, lp_hover, lp_theme, spb_container, spb_hover, svg_fill } from "./LandingPageHeader/LandingPageHeader.css.js";
|
|
173
|
+
import { lp_container, lp_hover, lp_login_button, lp_theme, spb_container, spb_hover, svg_fill } from "./LandingPageHeader/LandingPageHeader.css.js";
|
|
170
174
|
import { MainHTML } from "./MainHTML/index.js";
|
|
171
175
|
import { Modal } from "./Modal/Modal.js";
|
|
172
176
|
import { GlobalContext, GlobalContextProvider, useGlobalContext } from "./Modal/contextApi/store.js";
|
|
173
177
|
import { default as default30 } from "./NavigationMenu/AxosAdvisor/index.js";
|
|
174
178
|
import { default as default31 } from "./NavigationMenu/AxosAdvisorServices/index.js";
|
|
175
|
-
import { default as default32 } from "./NavigationMenu/
|
|
176
|
-
import { default as default33 } from "./NavigationMenu/
|
|
177
|
-
import { default as default34 } from "./NavigationMenu/
|
|
178
|
-
import { default as default35 } from "./NavigationMenu/
|
|
179
|
-
import { default as default36 } from "./NavigationMenu/
|
|
179
|
+
import { default as default32 } from "./NavigationMenu/ServerNavigation/index.js";
|
|
180
|
+
import { default as default33 } from "./NavigationMenu/AxosBank/index.js";
|
|
181
|
+
import { default as default34 } from "./NavigationMenu/AxosClearing/index.js";
|
|
182
|
+
import { default as default35 } from "./NavigationMenu/AxosFiduciary/index.js";
|
|
183
|
+
import { default as default36 } from "./NavigationMenu/AxosALTS/index.js";
|
|
184
|
+
import { default as default37 } from "./NavigationMenu/LaVictoire/index.js";
|
|
185
|
+
import { extractChildrenTargets, getFirstLevelMenuItems, getLogo, getNavMenuItems, getPathFromNavUrl, getQuickLinks } from "./NavigationMenu/utils.js";
|
|
180
186
|
import { pn_btn, pn_link } from "./PageNavItem/PageNavItem.css.js";
|
|
181
187
|
import { PageNavItem } from "./PageNavItem/PageNavItem.js";
|
|
182
188
|
import { PageNavSet } from "./PageNavSet/PageNavSet.js";
|
|
@@ -188,7 +194,7 @@ import { bs_copy, bs_topic, bullet_details, li, line_points, point, step_num } f
|
|
|
188
194
|
import { StepItemSet } from "./StepItemSet/StepItemSet.js";
|
|
189
195
|
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";
|
|
190
196
|
import { Table, TableBody, TableCell, TableContainer, TableHead, TableRow } from "./Table/Table.js";
|
|
191
|
-
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";
|
|
197
|
+
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, table_set_apy, table_set_standard, td, th } from "./Table/Table.css.js";
|
|
192
198
|
import { TextBlock } from "./TextBlock/TextBlock.js";
|
|
193
199
|
import { textBlockHeader, textBlockList, textBlockParagraph, textBlockSection } from "./TextBlock/TextBlock.css.js";
|
|
194
200
|
import { axosTheme, vars } from "./themes/axos.css.js";
|
|
@@ -197,7 +203,7 @@ import { ufbTheme } from "./themes/ufb.css.js";
|
|
|
197
203
|
import { victorieTheme } from "./themes/victorie.css.js";
|
|
198
204
|
import { Topic, TopicContent, TopicHeader, TopicItem } from "./Topic/Topic.js";
|
|
199
205
|
import { topic_columns, topic_container, topic_header, topic_item } from "./Topic/Topic.css.js";
|
|
200
|
-
import {
|
|
206
|
+
import { picker_itemContent, picker_itemProduct, picker_navIcon, picker_navItem } from "./TopicalNavItem/TopicalNavItem.css.js";
|
|
201
207
|
import { TopicalNavItem } from "./TopicalNavItem/TopicalNavItem.js";
|
|
202
208
|
import { picker_container, picker_orient, picker_section } from "./TopicalNavSet/TopicalNavSet.css.js";
|
|
203
209
|
import { TopicalNavSet } from "./TopicalNavSet/TopicalNavSet.js";
|
|
@@ -208,7 +214,7 @@ import { VideoWrapper } from "./VideoWrapper/index.js";
|
|
|
208
214
|
import { Tab } from "./Tab/Tab.js";
|
|
209
215
|
import { TabContainer } from "./Tab/TabContainer.js";
|
|
210
216
|
import { findMoreAxosDomains, getMoreDomains, isAllowedUrl } from "./utils/allowedAxosDomains.js";
|
|
211
|
-
import { appendQueryParams } from "./utils/appendQueryParams.js";
|
|
217
|
+
import { appendQueryParams, filterParams, handleAnchorClick } from "./utils/appendQueryParams.js";
|
|
212
218
|
import { createCachedEmailValidator } from "./utils/emailValidation.js";
|
|
213
219
|
import { associatedEmail } from "./utils/EverestValidity.js";
|
|
214
220
|
import { getVariant, getVariantWithRegex } from "./utils/getVariant.js";
|
|
@@ -238,6 +244,7 @@ export {
|
|
|
238
244
|
ApplicationStart,
|
|
239
245
|
ApplyNow,
|
|
240
246
|
ApyCalculator,
|
|
247
|
+
ApyCalculatorUserTesting,
|
|
241
248
|
default2 as ArrowIcon,
|
|
242
249
|
Article,
|
|
243
250
|
ArticlesSet,
|
|
@@ -275,9 +282,11 @@ export {
|
|
|
275
282
|
default11 as CloseIcon,
|
|
276
283
|
CollectInformationAlert,
|
|
277
284
|
CommercialDeposits,
|
|
285
|
+
CommercialDepositsACS,
|
|
278
286
|
CommercialDepositsNoLendingOption,
|
|
279
287
|
CommercialLending,
|
|
280
288
|
CommercialPremiumFinance,
|
|
289
|
+
CommercialTrustAndEstate,
|
|
281
290
|
ComparisonSet,
|
|
282
291
|
ConstructionLendingDynamic,
|
|
283
292
|
ContactCompany,
|
|
@@ -288,6 +297,7 @@ export {
|
|
|
288
297
|
ContactUsBusinessNameAndEmail,
|
|
289
298
|
ContactUsLVF,
|
|
290
299
|
ContactUsNMLSId,
|
|
300
|
+
ContactUsSchwabAAS,
|
|
291
301
|
ContentBanner,
|
|
292
302
|
CpraRequest,
|
|
293
303
|
CraPublicFile,
|
|
@@ -348,13 +358,14 @@ export {
|
|
|
348
358
|
MortgageRate,
|
|
349
359
|
MortgageRateFilters,
|
|
350
360
|
MortgageWarehouseLending,
|
|
361
|
+
default32 as NavBar,
|
|
351
362
|
default31 as NavBarAAS,
|
|
352
|
-
|
|
353
|
-
|
|
363
|
+
default35 as NavBarAFS,
|
|
364
|
+
default36 as NavBarALT,
|
|
354
365
|
default30 as NavBarAXA,
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
366
|
+
default33 as NavBarAXB,
|
|
367
|
+
default34 as NavBarAXC,
|
|
368
|
+
default37 as NavBarLVF,
|
|
358
369
|
PageNavItem,
|
|
359
370
|
PageNavSet,
|
|
360
371
|
Pagination,
|
|
@@ -440,6 +451,7 @@ export {
|
|
|
440
451
|
article_share_svg,
|
|
441
452
|
article_spacer,
|
|
442
453
|
associatedEmail,
|
|
454
|
+
audioManager,
|
|
443
455
|
autoResize,
|
|
444
456
|
award_company,
|
|
445
457
|
award_item,
|
|
@@ -506,6 +518,7 @@ export {
|
|
|
506
518
|
ceo_name,
|
|
507
519
|
ceo_quote,
|
|
508
520
|
ceo_title,
|
|
521
|
+
chatAiDisclaimer,
|
|
509
522
|
chatEndCircle,
|
|
510
523
|
chatEndDialogOverlay,
|
|
511
524
|
chatFinishDialog,
|
|
@@ -525,6 +538,7 @@ export {
|
|
|
525
538
|
comparison_feature,
|
|
526
539
|
comparison_layout,
|
|
527
540
|
comparison_list,
|
|
541
|
+
comparison_set,
|
|
528
542
|
comparison_tab_container,
|
|
529
543
|
components,
|
|
530
544
|
contact_col,
|
|
@@ -556,7 +570,9 @@ export {
|
|
|
556
570
|
executive_bio,
|
|
557
571
|
exit_intent,
|
|
558
572
|
exit_intent_backdrop,
|
|
573
|
+
expandToggleStyle,
|
|
559
574
|
expand_icon,
|
|
575
|
+
extractChildrenTargets,
|
|
560
576
|
fadeInUp,
|
|
561
577
|
feature_header,
|
|
562
578
|
feature_title,
|
|
@@ -574,6 +590,7 @@ export {
|
|
|
574
590
|
featured_subgrid_title,
|
|
575
591
|
featured_supertag,
|
|
576
592
|
featured_title,
|
|
593
|
+
filterParams,
|
|
577
594
|
findMoreAxosDomains,
|
|
578
595
|
flexColumn,
|
|
579
596
|
footerDisclosure,
|
|
@@ -586,6 +603,7 @@ export {
|
|
|
586
603
|
form,
|
|
587
604
|
formBtns,
|
|
588
605
|
formContainer,
|
|
606
|
+
formTextButton,
|
|
589
607
|
formWrapper,
|
|
590
608
|
form_input,
|
|
591
609
|
form_input_wrapper,
|
|
@@ -598,10 +616,16 @@ export {
|
|
|
598
616
|
ft_panel_group,
|
|
599
617
|
fullRowForm,
|
|
600
618
|
fullRowSelect,
|
|
619
|
+
getFirstLevelMenuItems,
|
|
601
620
|
getLink,
|
|
621
|
+
getLogo,
|
|
602
622
|
getMoreDomains,
|
|
623
|
+
getNavMenuItems,
|
|
624
|
+
getPathFromNavUrl,
|
|
625
|
+
getQuickLinks,
|
|
603
626
|
getVariant,
|
|
604
627
|
getVariantWithRegex,
|
|
628
|
+
handleAnchorClick,
|
|
605
629
|
header,
|
|
606
630
|
headerAccordion,
|
|
607
631
|
headerCell,
|
|
@@ -646,6 +670,7 @@ export {
|
|
|
646
670
|
iconContainerBase,
|
|
647
671
|
iconForm,
|
|
648
672
|
iconInput,
|
|
673
|
+
icon_billboard_section,
|
|
649
674
|
iconbillboards_option_apply_now,
|
|
650
675
|
iconsContent,
|
|
651
676
|
imageLinkContainer,
|
|
@@ -694,6 +719,7 @@ export {
|
|
|
694
719
|
logout,
|
|
695
720
|
lp_container,
|
|
696
721
|
lp_hover,
|
|
722
|
+
lp_login_button,
|
|
697
723
|
lp_theme,
|
|
698
724
|
lvf_footer,
|
|
699
725
|
lvf_footer_content,
|
|
@@ -724,7 +750,6 @@ export {
|
|
|
724
750
|
padding_in_footer,
|
|
725
751
|
paragraph,
|
|
726
752
|
person,
|
|
727
|
-
picker_arrow,
|
|
728
753
|
picker_container,
|
|
729
754
|
picker_itemContent,
|
|
730
755
|
picker_itemProduct,
|
|
@@ -768,6 +793,7 @@ export {
|
|
|
768
793
|
set_container,
|
|
769
794
|
set_container_cols,
|
|
770
795
|
set_logo,
|
|
796
|
+
setcontainer_section_additionaltext,
|
|
771
797
|
setcontainer_section_text,
|
|
772
798
|
shift,
|
|
773
799
|
shimmerText,
|
|
@@ -787,6 +813,7 @@ export {
|
|
|
787
813
|
steps_wrapper,
|
|
788
814
|
stroke_color,
|
|
789
815
|
sub_bullets,
|
|
816
|
+
submitErrorText,
|
|
790
817
|
succes_check_mark,
|
|
791
818
|
success_circle,
|
|
792
819
|
success_icon,
|
|
@@ -807,6 +834,8 @@ export {
|
|
|
807
834
|
table_description_text,
|
|
808
835
|
table_headline,
|
|
809
836
|
table_section,
|
|
837
|
+
table_set_apy,
|
|
838
|
+
table_set_standard,
|
|
810
839
|
tablet_col,
|
|
811
840
|
td,
|
|
812
841
|
textBlockHeader,
|
|
@@ -860,6 +889,7 @@ export {
|
|
|
860
889
|
vidyard_height,
|
|
861
890
|
w_100,
|
|
862
891
|
windowBarStyle,
|
|
892
|
+
windowExpandedStyle,
|
|
863
893
|
windowOpenStyle,
|
|
864
894
|
windowStyle,
|
|
865
895
|
wrapper,
|
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)", 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(--
|
|
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)", glowShadow: "var(--_1073cm817)" }, window: { background: "var(--_1073cm818)", headerBackground: "var(--_1073cm819)", headerText: "var(--_1073cm81a)", agentBackground: "var(--_1073cm81b)", userBackground: "var(--_1073cm81c)", inputBorder: "var(--_1073cm81d)", timestampColor: "var(--_1073cm81e)", borderBtn: "var(--_1073cm81f)" } } };
|
|
4
4
|
export {
|
|
5
5
|
axosTheme,
|
|
6
6
|
vars
|
|
@@ -10,13 +10,12 @@ const getMoreDomains = (domains) => ({
|
|
|
10
10
|
"{LEGACYENROLLMENT}": domains.LEGACY_ENROLLMENT_URL || "https://enrollment.axosbank.com",
|
|
11
11
|
"{ASSETSURL}": "https://assets.axos.com",
|
|
12
12
|
"{IMAGEASSETSURL}": "https://images.axos.com",
|
|
13
|
-
"{ONLINEBANKING}": domains.ONLINEBANKING_URL || "https://onlinebanking.
|
|
13
|
+
"{ONLINEBANKING}": domains.ONLINEBANKING_URL || "https://onlinebanking.axosbank.com",
|
|
14
14
|
"{UFBDIRECT}": domains.UFB_URL || "https://www.ufbdirect.com",
|
|
15
15
|
"{ARMS}": domains.ARMS_URL || "https://arms.axosadvisor.com",
|
|
16
16
|
"{APPS}": domains.APPS_URL || "https://apps.axosbank.com",
|
|
17
17
|
"{AFP}": domains.AFP_URL || "https://afp.axosbank.com",
|
|
18
18
|
"{INVESTORS}": domains.INVESTORS_URL || "https://investors.axosfinancial.com",
|
|
19
|
-
"{OBAXB}": domains.ONLINEBANKING_URL || "https://onlinebanking.axosbank.com",
|
|
20
19
|
"{UNVENROLLMENT}": domains.UNVENROLLMENT_URL || "https://enroll.axosbank.com",
|
|
21
20
|
"{AUTOAXB}": "https://auto.axosbank.com/partner/axos-purchase/AU",
|
|
22
21
|
"{COMMERCIALPORTAL}": domains.COMMERCIALPORTAL_URL || "https://portals.axosbank.com",
|
|
@@ -44,7 +43,9 @@ const getMoreDomains = (domains) => ({
|
|
|
44
43
|
"{COMMERCIALPORTAL_LOGIN}": domains.COMMERCIALPORTAL_URL ? `${domains.COMMERCIALPORTAL_URL}/login` : "https://portals.axosbank.com/login",
|
|
45
44
|
"{COMMERCIALPORTAL_REGISTER}": domains.COMMERCIALPORTAL_URL ? `${domains.COMMERCIALPORTAL_URL}/Register` : "https://portals.axosbank.com/Register",
|
|
46
45
|
"{SHAREAXB}": domains.SHAREAXB_URL || "https://share.axosbank.com",
|
|
47
|
-
"{MERIDIAN}": domains.MERIDIAN_URL || "https://www.axosbank.com/"
|
|
46
|
+
"{MERIDIAN}": domains.MERIDIAN_URL || "https://www.axosbank.com/",
|
|
47
|
+
"{ACE}": domains.ACE_URL || "https://ace.axos.com",
|
|
48
|
+
"{SPARK}": domains.SPARK_URL || "https://spark.axosbank.com"
|
|
48
49
|
});
|
|
49
50
|
const isAllowedUrl = (url, domains) => {
|
|
50
51
|
const moreDomains = getMoreDomains(domains);
|
|
@@ -65,17 +66,11 @@ const findMoreAxosDomains = (url, domains) => {
|
|
|
65
66
|
regexSearching,
|
|
66
67
|
moreDomains[domainToReplace[0]]
|
|
67
68
|
);
|
|
68
|
-
if (typeof window !== "undefined"
|
|
69
|
-
const
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
for (const [key, value] of incomingParams.entries()) {
|
|
73
|
-
if (!existingParams.has(key)) {
|
|
74
|
-
existingParams.append(key, value);
|
|
75
|
-
}
|
|
69
|
+
if (typeof window !== "undefined") {
|
|
70
|
+
const parsed = new URL(newURL, window.location.origin);
|
|
71
|
+
if (parsed.pathname === "/" && parsed.hash && !url.includes("/")) {
|
|
72
|
+
return parsed.hash;
|
|
76
73
|
}
|
|
77
|
-
original.search = existingParams.toString();
|
|
78
|
-
return original.toString();
|
|
79
74
|
}
|
|
80
75
|
return newURL;
|
|
81
76
|
}
|
|
@@ -1 +1,3 @@
|
|
|
1
|
-
export declare const
|
|
1
|
+
export declare const filterParams: (href: string, currentSearch?: string) => string;
|
|
2
|
+
export declare const handleAnchorClick: (e: MouseEvent | React.MouseEvent, resolved: string) => boolean;
|
|
3
|
+
export declare const appendQueryParams: (currentSearch?: string) => void;
|
|
@@ -1,76 +1,76 @@
|
|
|
1
|
-
const
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
const
|
|
13
|
-
for (const key of existingParams.keys()) {
|
|
14
|
-
addedKeys.add(decodeURIComponent(key));
|
|
15
|
-
}
|
|
1
|
+
const filterParams = (href, currentSearch) => {
|
|
2
|
+
if (typeof window === "undefined") return href;
|
|
3
|
+
try {
|
|
4
|
+
if (!href || href.startsWith("tel:") || href.startsWith("mailto:") || href === "#" || href === "") {
|
|
5
|
+
return href;
|
|
6
|
+
}
|
|
7
|
+
const search = currentSearch ?? window.location.search;
|
|
8
|
+
const searchParams = new URLSearchParams(search);
|
|
9
|
+
const base = window.location.href;
|
|
10
|
+
const url = new URL(href, base);
|
|
11
|
+
if (url.pathname === window.location.pathname && url.hash) {
|
|
12
|
+
const existingInHash = new URLSearchParams(url.search);
|
|
16
13
|
for (const [key, value] of searchParams.entries()) {
|
|
17
|
-
const decodedKey = decodeURIComponent(key);
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
if (!addedKeys.has(lowerKey) && !decodedKey.includes("[]")) {
|
|
21
|
-
newParams.append(lowerKey, decodedValue);
|
|
22
|
-
addedKeys.add(lowerKey);
|
|
23
|
-
} else if (decodedKey.includes("[]")) {
|
|
24
|
-
const existingValues = existingParams.getAll(key).map(decodeURIComponent);
|
|
25
|
-
if (!existingValues.includes(decodedValue)) {
|
|
26
|
-
newParams.append(decodedKey, decodedValue);
|
|
27
|
-
}
|
|
14
|
+
const decodedKey = decodeURIComponent(key).toLowerCase();
|
|
15
|
+
if (!existingInHash.has(decodedKey) && !decodedKey.includes("[]")) {
|
|
16
|
+
existingInHash.set(decodedKey, decodeURIComponent(value));
|
|
28
17
|
}
|
|
29
18
|
}
|
|
30
|
-
|
|
31
|
-
newParams.forEach((value, key) => mergedParams.append(key, value));
|
|
32
|
-
return `${url.origin}${url.pathname}?${mergedParams.toString()}${url.hash}`;
|
|
33
|
-
} catch (e) {
|
|
34
|
-
console.error(e);
|
|
35
|
-
return href;
|
|
19
|
+
return `?${existingInHash.toString()}${url.hash}`;
|
|
36
20
|
}
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
const
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
const href = anchor.getAttribute("href")?.trim();
|
|
43
|
-
if (!href || href.startsWith("tel:") || href.startsWith("mailto:") || href === "#" || href === "" || href.startsWith("#"))
|
|
44
|
-
return;
|
|
45
|
-
const base = window.location.origin + window.location.pathname + window.location.search;
|
|
46
|
-
const url = new URL(href, base);
|
|
47
|
-
if (url.origin !== currentOrigin || url.pathname !== currentPathname)
|
|
48
|
-
return;
|
|
49
|
-
e.preventDefault();
|
|
50
|
-
e.stopImmediatePropagation();
|
|
51
|
-
const merged = filterParams(href, window.location.search);
|
|
52
|
-
const mergedUrl = new URL(merged, window.location.origin);
|
|
53
|
-
const fullUrl = `${mergedUrl.pathname}${mergedUrl.search}${mergedUrl.hash}`;
|
|
54
|
-
window.history.replaceState({ ...window.history.state }, "", fullUrl);
|
|
55
|
-
window.dispatchEvent(
|
|
56
|
-
new PopStateEvent("popstate", { state: window.history.state })
|
|
57
|
-
);
|
|
58
|
-
if (mergedUrl.hash) {
|
|
59
|
-
const el = document.querySelector(mergedUrl.hash);
|
|
60
|
-
el?.scrollIntoView({ behavior: "smooth" });
|
|
21
|
+
const existingParams = new URLSearchParams(url.search);
|
|
22
|
+
const newParams = new URLSearchParams();
|
|
23
|
+
const addedKeys = /* @__PURE__ */ new Set();
|
|
24
|
+
for (const key of existingParams.keys()) {
|
|
25
|
+
addedKeys.add(decodeURIComponent(key));
|
|
61
26
|
}
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
27
|
+
for (const [key, value] of searchParams.entries()) {
|
|
28
|
+
const decodedKey = decodeURIComponent(key);
|
|
29
|
+
const decodedValue = decodeURIComponent(value);
|
|
30
|
+
const lowerKey = decodedKey.toLowerCase();
|
|
31
|
+
if (!addedKeys.has(lowerKey) && !decodedKey.includes("[]")) {
|
|
32
|
+
newParams.append(lowerKey, decodedValue);
|
|
33
|
+
addedKeys.add(lowerKey);
|
|
34
|
+
} else if (decodedKey.includes("[]")) {
|
|
35
|
+
const existingValues = existingParams.getAll(key).map(decodeURIComponent);
|
|
36
|
+
if (!existingValues.includes(decodedValue)) {
|
|
37
|
+
newParams.append(decodedKey, decodedValue);
|
|
38
|
+
}
|
|
70
39
|
}
|
|
71
|
-
}
|
|
40
|
+
}
|
|
41
|
+
const mergedParams = new URLSearchParams(existingParams);
|
|
42
|
+
newParams.forEach((value, key) => mergedParams.append(key, value));
|
|
43
|
+
return `${url.origin}${url.pathname}?${mergedParams.toString()}${url.hash}`;
|
|
44
|
+
} catch (e) {
|
|
45
|
+
console.error(e);
|
|
46
|
+
return href;
|
|
47
|
+
}
|
|
48
|
+
};
|
|
49
|
+
const handleAnchorClick = (e, resolved) => {
|
|
50
|
+
if (resolved.includes("#") && !resolved.startsWith("http")) {
|
|
51
|
+
e.preventDefault();
|
|
52
|
+
const hash = resolved.split("#")[1];
|
|
53
|
+
const fullUrl = new URL(resolved, window.location.href);
|
|
54
|
+
window.history.pushState(null, "", fullUrl.search + fullUrl.hash);
|
|
55
|
+
window.dispatchEvent(new PopStateEvent("popstate"));
|
|
56
|
+
document.getElementById(hash)?.scrollIntoView({ behavior: "smooth" });
|
|
57
|
+
return true;
|
|
72
58
|
}
|
|
59
|
+
return false;
|
|
60
|
+
};
|
|
61
|
+
const appendQueryParams = (currentSearch) => {
|
|
62
|
+
const search = currentSearch ?? window.location.search;
|
|
63
|
+
if (!search.length) return;
|
|
64
|
+
const searchParams = new URLSearchParams(search);
|
|
65
|
+
document.querySelectorAll("a[href]:not(.ext-link)").forEach((anchor) => {
|
|
66
|
+
const href = anchor.getAttribute("href")?.trim();
|
|
67
|
+
if (href && !href.startsWith("tel:") && !href.startsWith("mailto:") && href !== "#" && href !== "" && !href.startsWith("#")) {
|
|
68
|
+
anchor.href = filterParams(href, searchParams.toString());
|
|
69
|
+
}
|
|
70
|
+
});
|
|
73
71
|
};
|
|
74
72
|
export {
|
|
75
|
-
appendQueryParams
|
|
73
|
+
appendQueryParams,
|
|
74
|
+
filterParams,
|
|
75
|
+
handleAnchorClick
|
|
76
76
|
};
|
package/dist/utils/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { findMoreAxosDomains, getMoreDomains, isAllowedUrl } from "./allowedAxosDomains.js";
|
|
3
|
-
import { appendQueryParams } from "./appendQueryParams.js";
|
|
3
|
+
import { appendQueryParams, filterParams, handleAnchorClick } from "./appendQueryParams.js";
|
|
4
4
|
import { createCachedEmailValidator } from "./emailValidation.js";
|
|
5
5
|
import { associatedEmail } from "./EverestValidity.js";
|
|
6
6
|
import { getVariant, getVariantWithRegex } from "./getVariant.js";
|
|
@@ -14,10 +14,12 @@ export {
|
|
|
14
14
|
columnValues,
|
|
15
15
|
createCachedEmailValidator,
|
|
16
16
|
createCachedNMLSValidator,
|
|
17
|
+
filterParams,
|
|
17
18
|
findMoreAxosDomains,
|
|
18
19
|
getMoreDomains,
|
|
19
20
|
getVariant,
|
|
20
21
|
getVariantWithRegex,
|
|
22
|
+
handleAnchorClick,
|
|
21
23
|
isAbsoluteUrl,
|
|
22
24
|
isAllowedUrl,
|
|
23
25
|
isEmailLink,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import '../../assets/utils/optimizeImage/optimizeImage.css';const loader = "
|
|
2
|
-
const loading = "
|
|
3
|
-
const shimmer = "
|
|
1
|
+
import '../../assets/utils/optimizeImage/optimizeImage.css';const loader = "_loader_pwl74_10";
|
|
2
|
+
const loading = "_loading_pwl74_16";
|
|
3
|
+
const shimmer = "_shimmer_pwl74_1";
|
|
4
4
|
const css = {
|
|
5
5
|
loader,
|
|
6
6
|
loading,
|