@axos-web-dev/shared-components 1.0.100-dev.6 → 1.0.100-dev.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 +11 -3
- 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/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 +3 -3
- package/dist/Auth/ErrorAlert.js +10 -2
- 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 +10 -2
- 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 +3 -0
- package/dist/Calculators/AxosOneCalculator/index.js +106 -70
- 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 +4 -1
- package/dist/Calculators/BuyDownCalculator/index.js +108 -68
- package/dist/Calculators/Calculator.d.ts +3 -0
- package/dist/Calculators/Calculator.js +18 -6
- package/dist/Calculators/MarineLoanMonthlyPaymentCalculator/index.js +1 -1
- package/dist/Calculators/MaxLoanCalculator/index.js +1 -1
- package/dist/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js +2 -1
- package/dist/Calculators/MonthlyPaymentCalculator/index.js +1 -1
- 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/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 +10 -2
- 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 +165 -0
- package/dist/Chatbot/ChatWindow.css.d.ts +36 -0
- package/dist/Chatbot/ChatWindow.css.js +70 -0
- package/dist/Chatbot/ChatWindow.d.ts +29 -0
- package/dist/Chatbot/ChatWindow.js +506 -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 +284 -0
- package/dist/Chatbot/ChatbotMessage.d.ts +16 -0
- package/dist/Chatbot/ChatbotMessage.js +215 -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 +13 -0
- package/dist/Chatbot/store/chat.js +21 -0
- package/dist/Chatbot/store/messages.d.ts +15 -0
- package/dist/Chatbot/store/messages.js +18 -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 +10 -2
- 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 +10 -2
- 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 +268 -7
- 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 +10 -2
- 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 +14 -28
- package/dist/Forms/ApplicationStart.js +6 -3
- package/dist/Forms/ApplyNow.js +11 -3
- package/dist/Forms/ClearingForm.js +6 -3
- package/dist/Forms/CommercialDeposits.js +6 -3
- package/dist/Forms/CommercialDepositsNoLendingOption.d.ts +16 -0
- package/dist/Forms/CommercialDepositsNoLendingOption.js +333 -0
- package/dist/Forms/CommercialLending.js +6 -3
- package/dist/Forms/CommercialPremiumFinance.js +6 -3
- package/dist/Forms/ContactCompany.js +6 -3
- package/dist/Forms/ContactCompanyTitle.js +6 -3
- package/dist/Forms/ContactUs.js +6 -3
- package/dist/Forms/ContactUsAAS.js +6 -3
- package/dist/Forms/ContactUsBusiness.d.ts +1 -1
- package/dist/Forms/ContactUsBusiness.js +18 -8
- package/dist/Forms/ContactUsBusinessNameEmail.js +14 -4
- package/dist/Forms/ContactUsLVF.js +6 -3
- package/dist/Forms/ContactUsNMLSId.js +14 -4
- package/dist/Forms/CpraRequest.d.ts +1 -1
- package/dist/Forms/CpraRequest.js +7 -3
- package/dist/Forms/CraPublicFile.js +14 -4
- package/dist/Forms/DealerServices.js +6 -3
- package/dist/Forms/EmailOnly.js +96 -66
- package/dist/Forms/EmailUs.js +9 -6
- package/dist/Forms/FormEnums.js +4 -1
- package/dist/Forms/Forms.css.d.ts +8 -31
- package/dist/Forms/Forms.css.js +52 -45
- package/dist/Forms/HoneyPot/index.js +2 -1
- package/dist/Forms/MortgageRate/MortgageRateForm.js +46 -15
- package/dist/Forms/MortgageRate/MortgageRateQuoteFilters.js +11 -5
- package/dist/Forms/MortgageRate/MortgageRateWatch.js +10 -2
- package/dist/Forms/MortgageWarehouseLending.js +14 -4
- package/dist/Forms/QuickPricer/QuickPricerForm.js +18 -13
- package/dist/Forms/QuickPricer/UserInformation.css.js +2 -1
- package/dist/Forms/ScheduleCall.js +6 -3
- package/dist/Forms/ScheduleCallPremier.js +6 -3
- package/dist/Forms/SuccesForm.js +12 -4
- package/dist/Forms/VendorQuestionnaire.js +6 -2
- package/dist/Forms/WcplSurvey.js +2 -1
- package/dist/Forms/index.d.ts +1 -0
- package/dist/Forms/index.js +7 -1
- package/dist/HeroBanner/HeroBanner.css.d.ts +5 -17
- package/dist/HeroBanner/HeroBanner.css.js +3 -1
- package/dist/HeroBanner/HeroBanner.js +16 -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/Hyperlink/Hyperlink.css.d.ts +4 -4
- package/dist/Hyperlink/Hyperlink.css.js +5 -1
- package/dist/Hyperlink/index.js +10 -2
- package/dist/IconBillboard/IconBillboard.css.d.ts +6 -40
- package/dist/IconBillboard/IconBillboard.css.js +2 -1
- package/dist/ImageBillboard/ImageBillboard.css.d.ts +5 -61
- package/dist/ImageBillboard/ImageBillboard.css.js +3 -1
- package/dist/ImageBillboard/ImageBillboard.js +2 -1
- package/dist/ImageBillboard/ImageBillboardSet.js +2 -1
- package/dist/ImageLink/ImageLink.js +11 -3
- package/dist/ImageLink/ImageLinkSet.js +10 -2
- package/dist/ImageLink/index.js +10 -2
- package/dist/Input/Input.css.d.ts +1 -0
- package/dist/Input/Input.css.js +12 -9
- 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 +10 -2
- package/dist/Insight/Featured/Featured.js +10 -2
- package/dist/Insight/Featured/Header.js +10 -2
- 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 +13 -5
- package/dist/Modal/contextApi/store.js +2 -2
- package/dist/NavigationMenu/AxosALTS/NavBar.css.js +2 -1
- package/dist/NavigationMenu/AxosALTS/NavData.js +10 -2
- package/dist/NavigationMenu/AxosALTS/index.js +10 -2
- 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.css.js +2 -1
- package/dist/NavigationMenu/AxosAdvisor/index.js +40 -22
- 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 +2 -2
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +16 -16
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +5 -10
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +20 -21
- package/dist/NavigationMenu/AxosBank/NavBar.css.js +3 -1
- package/dist/NavigationMenu/AxosBank/NavBar.module.js +41 -41
- package/dist/NavigationMenu/AxosBank/NavData.js +10 -2
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +290 -332
- 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 +10 -2
- package/dist/NavigationMenu/AxosClearing/NavBar.module.js +37 -37
- package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +41 -41
- package/dist/NavigationMenu/LaVictoire/NavData.js +10 -2
- package/dist/NavigationMenu/LaVictoire/index.js +10 -2
- package/dist/NavigationMenu/NavDataJson.js +10 -2
- package/dist/NavigationMenu/Navbar.js +10 -2
- package/dist/NavigationMenu/SignInNavButton.js +10 -2
- 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 +11 -3
- package/dist/SocialMediaBar/iconsRepository.js +10 -2
- 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.js +3 -2
- package/dist/TextBlock/TextBlock.css.js +2 -1
- package/dist/VideoTile/VideoTile.css.js +2 -1
- package/dist/VideoTile/VideoTile.js +10 -2
- package/dist/VideoWrapper/index.js +10 -2
- package/dist/WalnutIframe/wrapper.module.js +3 -3
- package/dist/assets/Accordion/Accordion.css +4 -4
- 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 +59 -59
- package/dist/assets/AwardsBanner/AwardsBanner.css +1 -1
- 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 +12 -21
- 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/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css +9 -9
- package/dist/assets/Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css +10 -10
- package/dist/assets/Calculators/SummitApyCalculator/BalanceAPYCalculator.css +18 -10
- package/dist/assets/Calculators/calculator.css +9 -15
- package/dist/assets/CallToActionBar/CallToActionBar.css +95 -69
- package/dist/assets/Carousel/Carousel.css +27 -41
- package/dist/assets/Chatbot/AnimatedGradientBorder.css +37 -0
- package/dist/assets/Chatbot/Bubble.css +88 -0
- package/dist/assets/Chatbot/ChatWindow.css +349 -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 +5 -4
- package/dist/assets/ContentBanner/ContentBanner.css +14 -8
- package/dist/assets/DownloadTile/DownloadTile.css +6 -6
- 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 +176 -165
- package/dist/assets/Forms/QuickPricer/UserInformation.css +1 -1
- package/dist/assets/HeroBanner/HeroBanner.css +85 -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 +32 -48
- package/dist/assets/ImageBillboard/ImageBillboard.css +59 -64
- package/dist/assets/Input/Input.css +54 -47
- package/dist/assets/Inputs/Input.css +4 -4
- package/dist/assets/Insight/Featured/CategorySelector.css +1 -1
- package/dist/assets/Insight/Insight.css +212 -43
- 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 +609 -597
- 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 +192 -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 +484 -458
- package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +84 -83
- package/dist/assets/PageNavItem/PageNavItem.css +16 -33
- package/dist/assets/Pagination/Pagination.css +1 -1
- package/dist/assets/SetContainer/SetContainer.css +5 -5
- package/dist/assets/StepItem/StepItem.css +26 -42
- package/dist/assets/StepItemSet/StepItemSet.css +50 -41
- package/dist/assets/Tab/Tab.css +12 -12
- package/dist/assets/Table/Table.css +90 -97
- package/dist/assets/TextBlock/TextBlock.css +1 -1
- package/dist/assets/TopicalNavItem/TopicalNavItem.css +3 -3
- package/dist/assets/TopicalNavSet/TopicalNavSet.css +1 -1
- package/dist/assets/VideoTile/VideoTile.css +1 -1
- package/dist/assets/WalnutIframe/wrapper.css.css +48 -49
- package/dist/assets/globals.css +11 -8
- 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/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 +139 -22
- 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 +2 -1
- 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 +136 -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";
|
|
@@ -37,6 +37,14 @@ import { MonthlyPaymentLVFCalculator } from "./Calculators/MonthlyPaymentLVFCalc
|
|
|
37
37
|
import { SummitApyCalculator } from "./Calculators/SummitApyCalculator/index.js";
|
|
38
38
|
import { CallToActionBar } from "./CallToActionBar/index.js";
|
|
39
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";
|
|
40
48
|
import { Chevron } from "./Chevron/index.js";
|
|
41
49
|
import { CollectInformationAlert } from "./CollectInformationAlert/index.js";
|
|
42
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";
|
|
@@ -44,7 +52,7 @@ import { ComparisonSet } from "./Comparison/ComparisonSet.js";
|
|
|
44
52
|
import { ContentBanner } from "./ContentBanner/index.js";
|
|
45
53
|
import { DownloadTile } from "./DownloadTile/index.js";
|
|
46
54
|
import { ExecutiveBio } from "./ExecutiveBio/ExecutiveBio.js";
|
|
47
|
-
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";
|
|
48
56
|
import { ExecutiveBioSet } from "./ExecutiveBio/ExecutiveBioSet.js";
|
|
49
57
|
import { AccordionCtas, AccordionItem, AccordionItemContent, AccordionItemSummary, FaqAccordion } from "./FaqAccordion/index.js";
|
|
50
58
|
import { FdicBanner } from "./FdicCallout/index.js";
|
|
@@ -59,6 +67,7 @@ import { ApplyNow } from "./Forms/ApplyNow.js";
|
|
|
59
67
|
import { getLink } from "./Forms/applynow-utils.js";
|
|
60
68
|
import { ClearingForm } from "./Forms/ClearingForm.js";
|
|
61
69
|
import { CommercialDeposits } from "./Forms/CommercialDeposits.js";
|
|
70
|
+
import { CommercialDepositsNoLendingOption } from "./Forms/CommercialDepositsNoLendingOption.js";
|
|
62
71
|
import { CommercialLending } from "./Forms/CommercialLending.js";
|
|
63
72
|
import { CommercialPremiumFinance } from "./Forms/CommercialPremiumFinance.js";
|
|
64
73
|
import { ContactCompany } from "./Forms/ContactCompany.js";
|
|
@@ -74,7 +83,7 @@ import { CraPublicFile } from "./Forms/CraPublicFile.js";
|
|
|
74
83
|
import { DealerServices } from "./Forms/DealerServices.js";
|
|
75
84
|
import { EmailOnly } from "./Forms/EmailOnly.js";
|
|
76
85
|
import { EmailUs } from "./Forms/EmailUs.js";
|
|
77
|
-
import { actions, apply_now_form, axosHeader, back_btn_apply_now, centerSelect, checkbox_group, descriptionField, disclosureForm, dropdown, dynPH, 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";
|
|
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";
|
|
78
87
|
import { HoneyPot, honeyPotSchema, isValidHoneyPot } from "./Forms/HoneyPot/index.js";
|
|
79
88
|
import { MortgageRate } from "./Forms/MortgageRate/MortgageRateForm.js";
|
|
80
89
|
import "react/jsx-runtime";
|
|
@@ -129,6 +138,7 @@ import { default as default25 } from "./icons/Logos/AXOS.js";
|
|
|
129
138
|
import { default as default26 } from "./icons/Logos/GBLVF.js";
|
|
130
139
|
import { default as default27 } from "./icons/Logos/LVF.js";
|
|
131
140
|
import { default as default28 } from "./icons/Logos/LVFText.js";
|
|
141
|
+
import { default as default29 } from "./icons/Logos/SPB.js";
|
|
132
142
|
import { ImageBillboardSet } from "./ImageBillboard/ImageBillboard.js";
|
|
133
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";
|
|
134
144
|
import { ImageBillboard } from "./ImageBillboard/ImageBillboardSet.js";
|
|
@@ -141,7 +151,7 @@ import { CurrencyInput } from "./Input/CurrencyInput.js";
|
|
|
141
151
|
import { Dropdown } from "./Input/Dropdown.js";
|
|
142
152
|
import { dp_input, selectInput } from "./Input/Dropdown.css.js";
|
|
143
153
|
import { Input } from "./Input/Input.js";
|
|
144
|
-
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";
|
|
145
155
|
import { InputAmount } from "./Input/InputAmount.js";
|
|
146
156
|
import { InputPhone } from "./Input/InputPhone.js";
|
|
147
157
|
import { InputTextArea } from "./Input/InputTextArea.js";
|
|
@@ -151,20 +161,20 @@ import { CategorySelector, InsightItem } from "./Insight/Featured/CategorySelect
|
|
|
151
161
|
import { Featured, FeaturedItem } from "./Insight/Featured/Featured.js";
|
|
152
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";
|
|
153
163
|
import { BreadcumbHeader } from "./Insight/Featured/Header.js";
|
|
154
|
-
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";
|
|
155
165
|
import { Interstitial } from "./Interstitial/Interstitial.js";
|
|
156
166
|
import { LandingPageHeader } from "./LandingPageHeader/LandingPageHeader.js";
|
|
157
|
-
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";
|
|
158
168
|
import { MainHTML } from "./MainHTML/index.js";
|
|
159
169
|
import { Modal } from "./Modal/Modal.js";
|
|
160
170
|
import { GlobalContext, GlobalContextProvider, useGlobalContext } from "./Modal/contextApi/store.js";
|
|
161
|
-
import { default as
|
|
162
|
-
import { default as
|
|
163
|
-
import { default as
|
|
164
|
-
import { default as
|
|
165
|
-
import { default as
|
|
166
|
-
import { default as
|
|
167
|
-
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";
|
|
168
178
|
import { pn_btn, pn_link } from "./PageNavItem/PageNavItem.css.js";
|
|
169
179
|
import { PageNavItem } from "./PageNavItem/PageNavItem.js";
|
|
170
180
|
import { PageNavSet } from "./PageNavSet/PageNavSet.js";
|
|
@@ -174,13 +184,14 @@ import { SocialMediaBar } from "./SocialMediaBar/index.js";
|
|
|
174
184
|
import { StepItem } from "./StepItem/StepItem.js";
|
|
175
185
|
import { bs_copy, bs_topic, bullet_details, li, line_points, point, step_num } from "./StepItem/StepItem.css.js";
|
|
176
186
|
import { StepItemSet } from "./StepItemSet/StepItemSet.js";
|
|
177
|
-
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";
|
|
178
188
|
import { Table, TableBody, TableCell, TableContainer, TableHead, TableRow } from "./Table/Table.js";
|
|
179
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";
|
|
180
190
|
import { TextBlock } from "./TextBlock/TextBlock.js";
|
|
181
191
|
import { textBlockHeader, textBlockList, textBlockParagraph, textBlockSection } from "./TextBlock/TextBlock.css.js";
|
|
182
192
|
import { axosTheme, vars } from "./themes/axos.css.js";
|
|
183
193
|
import { premierTheme } from "./themes/premier.css.js";
|
|
194
|
+
import { ufbTheme } from "./themes/ufb.css.js";
|
|
184
195
|
import { victorieTheme } from "./themes/victorie.css.js";
|
|
185
196
|
import { Topic, TopicContent, TopicHeader, TopicItem } from "./Topic/Topic.js";
|
|
186
197
|
import { topic_columns, topic_container, topic_header, topic_item } from "./Topic/Topic.css.js";
|
|
@@ -195,11 +206,14 @@ import { VideoWrapper } from "./VideoWrapper/index.js";
|
|
|
195
206
|
import { Tab } from "./Tab/Tab.js";
|
|
196
207
|
import { TabContainer } from "./Tab/TabContainer.js";
|
|
197
208
|
import { findMoreAxosDomains, isAllowedUrl } from "./utils/allowedAxosDomains.js";
|
|
209
|
+
import { appendQueryParams } from "./utils/appendQueryParams.js";
|
|
210
|
+
import { createCachedEmailValidator } from "./utils/emailValidation.js";
|
|
198
211
|
import { associatedEmail } from "./utils/EverestValidity.js";
|
|
199
212
|
import { getVariant, getVariantWithRegex } from "./utils/getVariant.js";
|
|
213
|
+
import { createCachedNMLSValidator } from "./utils/nmlsValidation.js";
|
|
214
|
+
import { useCachedEmailValidator, useCachedNMLSValidator } from "./utils/useCachedValidators.js";
|
|
200
215
|
import { isAbsoluteUrl, isEmailLink, isPhoneLink, shortUrl, validateLink } from "./utils/validateExternalLinks.js";
|
|
201
216
|
import { columnValues } from "./utils/variant.types.js";
|
|
202
|
-
import { appendQueryParams } from "./utils/appendQueryParams.js";
|
|
203
217
|
import { padding_in_footer, smb_section, smb_wrapper } from "./SocialMediaBar/SocialMediaBar.css.js";
|
|
204
218
|
export {
|
|
205
219
|
default20 as AASLogo,
|
|
@@ -235,6 +249,7 @@ export {
|
|
|
235
249
|
BalanceAPYCalculator,
|
|
236
250
|
Blockquote,
|
|
237
251
|
BreadcumbHeader,
|
|
252
|
+
Bubble,
|
|
238
253
|
BulletItem,
|
|
239
254
|
Button,
|
|
240
255
|
BuyDownCalculator,
|
|
@@ -243,6 +258,8 @@ export {
|
|
|
243
258
|
Carousel,
|
|
244
259
|
CarouselSlide,
|
|
245
260
|
CategorySelector,
|
|
261
|
+
ChatWindow,
|
|
262
|
+
Chatbot,
|
|
246
263
|
default5 as CheckCircle,
|
|
247
264
|
default6 as CheckCircleLight,
|
|
248
265
|
default7 as CheckIcon,
|
|
@@ -255,6 +272,7 @@ export {
|
|
|
255
272
|
default11 as CloseIcon,
|
|
256
273
|
CollectInformationAlert,
|
|
257
274
|
CommercialDeposits,
|
|
275
|
+
CommercialDepositsNoLendingOption,
|
|
258
276
|
CommercialLending,
|
|
259
277
|
CommercialPremiumFinance,
|
|
260
278
|
ComparisonSet,
|
|
@@ -326,13 +344,13 @@ export {
|
|
|
326
344
|
MortgageRate,
|
|
327
345
|
MortgageRateFilters,
|
|
328
346
|
MortgageWarehouseLending,
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
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,
|
|
336
354
|
PageNavItem,
|
|
337
355
|
PageNavSet,
|
|
338
356
|
Pagination,
|
|
@@ -343,6 +361,7 @@ export {
|
|
|
343
361
|
RadioButton,
|
|
344
362
|
RadioButtonSet,
|
|
345
363
|
RateWatchForm,
|
|
364
|
+
default29 as SPBLogo,
|
|
346
365
|
SalesforceFieldsForm,
|
|
347
366
|
SalesforceSchema,
|
|
348
367
|
ScheduleCall,
|
|
@@ -379,6 +398,7 @@ export {
|
|
|
379
398
|
SvgWarningIcon as WarningIcon,
|
|
380
399
|
accordion,
|
|
381
400
|
actions,
|
|
401
|
+
agent_msg,
|
|
382
402
|
alternate_color_rows,
|
|
383
403
|
ant_article,
|
|
384
404
|
ant_blog_cta,
|
|
@@ -399,7 +419,24 @@ export {
|
|
|
399
419
|
apply_now_form,
|
|
400
420
|
apy_billboard,
|
|
401
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,
|
|
402
438
|
associatedEmail,
|
|
439
|
+
autoResize,
|
|
403
440
|
award_company,
|
|
404
441
|
award_item,
|
|
405
442
|
award_name,
|
|
@@ -422,6 +459,7 @@ export {
|
|
|
422
459
|
bodyHeader,
|
|
423
460
|
body_copy,
|
|
424
461
|
body_sign_in,
|
|
462
|
+
borderHoverGradient,
|
|
425
463
|
bottom_center,
|
|
426
464
|
bottom_left,
|
|
427
465
|
bottom_right,
|
|
@@ -431,10 +469,19 @@ export {
|
|
|
431
469
|
bs_image,
|
|
432
470
|
bs_section,
|
|
433
471
|
bs_topic,
|
|
472
|
+
bs_video,
|
|
434
473
|
bs_wrapper,
|
|
474
|
+
bubbleButton,
|
|
475
|
+
bubbleText,
|
|
476
|
+
bubbleWrapper,
|
|
435
477
|
bullet_details,
|
|
478
|
+
bulletsHeadline,
|
|
479
|
+
bulletsWrapper,
|
|
436
480
|
button,
|
|
481
|
+
button_bar,
|
|
482
|
+
button_reset,
|
|
437
483
|
buttons,
|
|
484
|
+
buttonss_section,
|
|
438
485
|
calculator,
|
|
439
486
|
calculator_description,
|
|
440
487
|
calculator_headline,
|
|
@@ -442,6 +489,28 @@ export {
|
|
|
442
489
|
center_center,
|
|
443
490
|
center_left,
|
|
444
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,
|
|
445
514
|
checkbox_group,
|
|
446
515
|
columnValues,
|
|
447
516
|
comparison,
|
|
@@ -460,6 +529,8 @@ export {
|
|
|
460
529
|
containerIconBillboard,
|
|
461
530
|
content,
|
|
462
531
|
copy,
|
|
532
|
+
createCachedEmailValidator,
|
|
533
|
+
createCachedNMLSValidator,
|
|
463
534
|
description,
|
|
464
535
|
descriptionField,
|
|
465
536
|
details,
|
|
@@ -468,6 +539,12 @@ export {
|
|
|
468
539
|
dp_input,
|
|
469
540
|
dropdown,
|
|
470
541
|
dynPH,
|
|
542
|
+
elementSpacer_block,
|
|
543
|
+
email_only_btn,
|
|
544
|
+
email_only_h2,
|
|
545
|
+
email_only_input,
|
|
546
|
+
email_only_padding,
|
|
547
|
+
endChatButtonStyle,
|
|
471
548
|
error_alert,
|
|
472
549
|
error_alert_content,
|
|
473
550
|
error_close_button,
|
|
@@ -493,6 +570,7 @@ export {
|
|
|
493
570
|
featured_supertag,
|
|
494
571
|
featured_title,
|
|
495
572
|
findMoreAxosDomains,
|
|
573
|
+
flexColumn,
|
|
496
574
|
footerDisclosure,
|
|
497
575
|
footerLink,
|
|
498
576
|
footerParagraph,
|
|
@@ -554,7 +632,9 @@ export {
|
|
|
554
632
|
highlight_first_row,
|
|
555
633
|
highlight_last_row,
|
|
556
634
|
highlight_th,
|
|
635
|
+
highlights,
|
|
557
636
|
honeyPotSchema,
|
|
637
|
+
hover,
|
|
558
638
|
icon,
|
|
559
639
|
iconContainer,
|
|
560
640
|
iconContainerBase,
|
|
@@ -567,16 +647,23 @@ export {
|
|
|
567
647
|
image_background,
|
|
568
648
|
image_based,
|
|
569
649
|
image_inner_wrapper,
|
|
650
|
+
imgAlignment,
|
|
570
651
|
img_area,
|
|
571
652
|
img_contents,
|
|
653
|
+
inline_button,
|
|
654
|
+
inline_button_wrapper,
|
|
572
655
|
inline_container,
|
|
656
|
+
inner,
|
|
573
657
|
input,
|
|
658
|
+
inputStyle,
|
|
574
659
|
insight_header,
|
|
575
660
|
insight_header_2,
|
|
576
661
|
insight_header_3,
|
|
577
662
|
insight_header_4,
|
|
578
663
|
insight_headline_2,
|
|
664
|
+
insight_info__divider,
|
|
579
665
|
insight_info_row,
|
|
666
|
+
insight_intro_p,
|
|
580
667
|
insight_list_item,
|
|
581
668
|
insight_p,
|
|
582
669
|
isAbsoluteUrl,
|
|
@@ -591,6 +678,7 @@ export {
|
|
|
591
678
|
job_title,
|
|
592
679
|
labelClassName,
|
|
593
680
|
layout,
|
|
681
|
+
left_bar_section,
|
|
594
682
|
li,
|
|
595
683
|
line_points,
|
|
596
684
|
link_wrapper,
|
|
@@ -607,6 +695,8 @@ export {
|
|
|
607
695
|
mb_8,
|
|
608
696
|
mb_form,
|
|
609
697
|
media,
|
|
698
|
+
messageStyle,
|
|
699
|
+
messagesContainerStyle,
|
|
610
700
|
mh_330,
|
|
611
701
|
modalCheckboxContainer,
|
|
612
702
|
modalMobile,
|
|
@@ -617,8 +707,12 @@ export {
|
|
|
617
707
|
mw24,
|
|
618
708
|
na_cursor,
|
|
619
709
|
nested_grid,
|
|
710
|
+
noAnswerButton,
|
|
711
|
+
notificationStyle,
|
|
620
712
|
ol,
|
|
621
713
|
one_row,
|
|
714
|
+
order_3,
|
|
715
|
+
overlay,
|
|
622
716
|
padding,
|
|
623
717
|
padding_in_footer,
|
|
624
718
|
paragraph,
|
|
@@ -640,6 +734,7 @@ export {
|
|
|
640
734
|
rate_container,
|
|
641
735
|
rate_pad,
|
|
642
736
|
rate_table_title,
|
|
737
|
+
related_insight,
|
|
643
738
|
remove_padding,
|
|
644
739
|
resposiveLabel,
|
|
645
740
|
results_container,
|
|
@@ -661,12 +756,14 @@ export {
|
|
|
661
756
|
selection_section_content,
|
|
662
757
|
selection_section_icon,
|
|
663
758
|
selection_section_icon_img,
|
|
759
|
+
sendButtonStyle,
|
|
664
760
|
separator,
|
|
665
761
|
set_container,
|
|
666
762
|
set_container_cols,
|
|
667
763
|
set_logo,
|
|
668
764
|
setcontainer_section_text,
|
|
669
765
|
shift,
|
|
766
|
+
shimmerText,
|
|
670
767
|
shortUrl,
|
|
671
768
|
show,
|
|
672
769
|
show_options,
|
|
@@ -675,15 +772,21 @@ export {
|
|
|
675
772
|
single_container,
|
|
676
773
|
smb_section,
|
|
677
774
|
smb_wrapper,
|
|
775
|
+
social,
|
|
776
|
+
spb_container,
|
|
777
|
+
spb_hover,
|
|
678
778
|
step_num,
|
|
679
779
|
step_title_apply_now,
|
|
680
780
|
steps_wrapper,
|
|
781
|
+
stroke_color,
|
|
681
782
|
sub_bullets,
|
|
682
783
|
succes_check_mark,
|
|
683
784
|
success_circle,
|
|
684
785
|
success_icon,
|
|
685
786
|
success_wrap,
|
|
686
787
|
supertag,
|
|
788
|
+
svgFill,
|
|
789
|
+
svg_color,
|
|
687
790
|
svg_fill,
|
|
688
791
|
svg_icon,
|
|
689
792
|
svg_logo,
|
|
@@ -701,10 +804,14 @@ export {
|
|
|
701
804
|
textBlockParagraph,
|
|
702
805
|
textBlockSection,
|
|
703
806
|
th,
|
|
807
|
+
thankyou_image,
|
|
808
|
+
thankyou_message,
|
|
809
|
+
thankyou_overlay,
|
|
704
810
|
threeColRow,
|
|
705
811
|
three_inline,
|
|
706
812
|
title,
|
|
707
813
|
toggle_container,
|
|
814
|
+
tooltip,
|
|
708
815
|
top_center,
|
|
709
816
|
top_left,
|
|
710
817
|
top_right,
|
|
@@ -716,9 +823,15 @@ export {
|
|
|
716
823
|
transcript_container,
|
|
717
824
|
transcript_content,
|
|
718
825
|
two_inline,
|
|
826
|
+
ufbTheme,
|
|
827
|
+
ul,
|
|
719
828
|
up_to,
|
|
720
829
|
url_row,
|
|
830
|
+
useCachedEmailValidator,
|
|
831
|
+
useCachedNMLSValidator,
|
|
721
832
|
useGlobalContext,
|
|
833
|
+
useMessages,
|
|
834
|
+
useOpenChat,
|
|
722
835
|
user_buttons,
|
|
723
836
|
user_card,
|
|
724
837
|
user_container,
|
|
@@ -726,6 +839,7 @@ export {
|
|
|
726
839
|
user_hr,
|
|
727
840
|
user_image,
|
|
728
841
|
user_information,
|
|
842
|
+
user_msg,
|
|
729
843
|
validateLink,
|
|
730
844
|
vars,
|
|
731
845
|
victorieTheme,
|
|
@@ -734,6 +848,9 @@ export {
|
|
|
734
848
|
video_title,
|
|
735
849
|
vidyard_height,
|
|
736
850
|
w_100,
|
|
851
|
+
windowBarStyle,
|
|
852
|
+
windowOpenStyle,
|
|
853
|
+
windowStyle,
|
|
737
854
|
wrapper,
|
|
738
855
|
x_input,
|
|
739
856
|
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;
|
|
@@ -42,7 +42,8 @@ const moreDomains = {
|
|
|
42
42
|
"{PERSONALLOANS}": process.env.PERSONAL_LOANS_URL || "https://personalloans.axosbank.com",
|
|
43
43
|
"{MODELSELECTION}": process.env.MODEL_SELECTION_URL || "https://modelselection.axos.com",
|
|
44
44
|
"{COMMERCIALPORTAL_LOGIN}": `${process.env.COMMERCIALPORTAL_URL}/login` || "https://portals.axosbank.com/login",
|
|
45
|
-
"{COMMERCIALPORTAL_REGISTER}": process.env.COMMERCIALPORTAL_URL + "/Register" || "https://portals.axosbank.com/Register"
|
|
45
|
+
"{COMMERCIALPORTAL_REGISTER}": process.env.COMMERCIALPORTAL_URL + "/Register" || "https://portals.axosbank.com/Register",
|
|
46
|
+
"{SHAREAXB}": process.env.SHAREAXB_URL || "https://share.axosbank.com"
|
|
46
47
|
};
|
|
47
48
|
const isAllowedUrl = (url) => {
|
|
48
49
|
const uri = new URL(url, location.href);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function createCachedEmailValidator(validateEmail: (email: string) => Promise<boolean>): (val: string) => Promise<boolean>;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import * as z from "zod";
|
|
2
|
+
function createCachedEmailValidator(validateEmail) {
|
|
3
|
+
const emailValidationCache = /* @__PURE__ */ new Map();
|
|
4
|
+
const validatingEmails = /* @__PURE__ */ new Set();
|
|
5
|
+
return async (val) => {
|
|
6
|
+
if (!val || !z.string().email().safeParse(val).success) {
|
|
7
|
+
return true;
|
|
8
|
+
}
|
|
9
|
+
if (emailValidationCache.has(val)) {
|
|
10
|
+
return emailValidationCache.get(val) ?? false;
|
|
11
|
+
}
|
|
12
|
+
if (validatingEmails.has(val)) {
|
|
13
|
+
await new Promise((resolve) => setTimeout(resolve, 100));
|
|
14
|
+
if (emailValidationCache.has(val)) {
|
|
15
|
+
return emailValidationCache.get(val) ?? false;
|
|
16
|
+
}
|
|
17
|
+
return true;
|
|
18
|
+
}
|
|
19
|
+
validatingEmails.add(val);
|
|
20
|
+
try {
|
|
21
|
+
const isValid = await validateEmail(val);
|
|
22
|
+
emailValidationCache.set(val, isValid);
|
|
23
|
+
return isValid;
|
|
24
|
+
} finally {
|
|
25
|
+
validatingEmails.delete(val);
|
|
26
|
+
}
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
export {
|
|
30
|
+
createCachedEmailValidator
|
|
31
|
+
};
|
package/dist/utils/index.d.ts
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
export * from './allowedAxosDomains';
|
|
2
|
+
export * from './appendQueryParams';
|
|
3
|
+
export * from './emailValidation';
|
|
2
4
|
export * from './EverestValidity';
|
|
3
5
|
export * from './getVariant';
|
|
6
|
+
export * from './nmlsValidation';
|
|
7
|
+
export * from './useCachedValidators';
|
|
4
8
|
export * from './validateExternalLinks';
|
|
5
9
|
export * from './variant.types';
|
|
6
|
-
export * from './appendQueryParams';
|
package/dist/utils/index.js
CHANGED
|
@@ -1,13 +1,19 @@
|
|
|
1
|
+
"use client";
|
|
1
2
|
import { findMoreAxosDomains, isAllowedUrl } from "./allowedAxosDomains.js";
|
|
3
|
+
import { appendQueryParams } from "./appendQueryParams.js";
|
|
4
|
+
import { createCachedEmailValidator } from "./emailValidation.js";
|
|
2
5
|
import { associatedEmail } from "./EverestValidity.js";
|
|
3
6
|
import { getVariant, getVariantWithRegex } from "./getVariant.js";
|
|
7
|
+
import { createCachedNMLSValidator } from "./nmlsValidation.js";
|
|
8
|
+
import { useCachedEmailValidator, useCachedNMLSValidator } from "./useCachedValidators.js";
|
|
4
9
|
import { isAbsoluteUrl, isEmailLink, isPhoneLink, shortUrl, validateLink } from "./validateExternalLinks.js";
|
|
5
10
|
import { columnValues } from "./variant.types.js";
|
|
6
|
-
import { appendQueryParams } from "./appendQueryParams.js";
|
|
7
11
|
export {
|
|
8
12
|
appendQueryParams,
|
|
9
13
|
associatedEmail,
|
|
10
14
|
columnValues,
|
|
15
|
+
createCachedEmailValidator,
|
|
16
|
+
createCachedNMLSValidator,
|
|
11
17
|
findMoreAxosDomains,
|
|
12
18
|
getVariant,
|
|
13
19
|
getVariantWithRegex,
|
|
@@ -16,5 +22,7 @@ export {
|
|
|
16
22
|
isEmailLink,
|
|
17
23
|
isPhoneLink,
|
|
18
24
|
shortUrl,
|
|
25
|
+
useCachedEmailValidator,
|
|
26
|
+
useCachedNMLSValidator,
|
|
19
27
|
validateLink
|
|
20
28
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function createCachedNMLSValidator(validateNMLS: (nmls_id: string) => Promise<any>): (val: string) => Promise<boolean>;
|