@axos-web-dev/shared-components 1.0.77-patch.5 → 1.0.77-patch.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ATMLocator/ATMLocator.js +10 -3
- package/dist/Article/Article.css.d.ts +8 -36
- package/dist/ArticlesSet/ArticlesSet.css.d.ts +10 -70
- package/dist/ArticlesSet/ArticlesSet.js +1 -1
- package/dist/Auth/ErrorAlert.js +12 -5
- package/dist/Avatar/Avatar.module.js +7 -7
- package/dist/AwardsBanner/AwardsBanner.css.js +4 -1
- package/dist/AwardsItem/AwardsItem.css.js +1 -2
- package/dist/Blockquote/Blockquote.module.js +3 -3
- package/dist/Button/Button.css.d.ts +3 -3
- package/dist/Button/Button.js +12 -5
- package/dist/Calculators/ApyCalculator/ApyCalculator.css.d.ts +2 -30
- package/dist/Calculators/ApyCalculator/index.js +11 -5
- package/dist/Calculators/AxosOneCalculator/BalanceAPYCalculator.css.d.ts +1 -0
- package/dist/Calculators/AxosOneCalculator/BalanceAPYCalculator.css.js +3 -1
- package/dist/Calculators/AxosOneCalculator/index.d.ts +2 -0
- package/dist/Calculators/AxosOneCalculator/index.js +32 -14
- package/dist/Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.d.ts +2 -30
- package/dist/Calculators/BuyDownCalculator/BuyDownCalculator.css.d.ts +0 -1
- package/dist/Calculators/BuyDownCalculator/BuyDownCalculator.css.js +2 -4
- package/dist/Calculators/BuyDownCalculator/index.d.ts +5 -1
- package/dist/Calculators/BuyDownCalculator/index.js +267 -141
- package/dist/Calculators/Calculator.d.ts +2 -0
- package/dist/Calculators/Calculator.js +29 -8
- package/dist/Calculators/MarineLoanMonthlyPaymentCalculator/index.d.ts +9 -0
- package/dist/Calculators/MarineLoanMonthlyPaymentCalculator/index.js +219 -0
- package/dist/Calculators/MaxLoanCalculator/index.js +22 -5
- package/dist/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.d.ts +1 -0
- package/dist/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js +2 -0
- package/dist/Calculators/MonthlyPaymentCalculator/index.js +15 -5
- package/dist/Calculators/SummitApyCalculator/index.js +15 -6
- package/dist/Calculators/calculator.css.d.ts +2 -8
- package/dist/Calculators/index.d.ts +2 -1
- package/dist/Calculators/index.js +3 -1
- package/dist/CallToActionBar/index.js +1 -1
- package/dist/Carousel/Carousel.css.d.ts +8 -19
- package/dist/Carousel/index.js +20 -13
- package/dist/Chatbot/Bubble.css.d.ts +2 -0
- package/dist/Chatbot/Bubble.css.js +7 -0
- package/dist/Chatbot/Bubble.d.ts +5 -0
- package/dist/Chatbot/Bubble.js +103 -0
- package/dist/Chatbot/Chat.d.ts +1 -0
- package/dist/Chatbot/Chat.js +165 -0
- package/dist/Chatbot/ChatWindow.css.d.ts +19 -0
- package/dist/Chatbot/ChatWindow.css.js +42 -0
- package/dist/Chatbot/ChatWindow.d.ts +26 -0
- package/dist/Chatbot/ChatWindow.js +467 -0
- package/dist/Chatbot/Chatbot.css.d.ts +2 -0
- package/dist/Chatbot/Chatbot.css.js +6 -0
- package/dist/Chatbot/Chatbot.css.ts.vanilla.css.js +1 -0
- package/dist/Chatbot/Chatbot.d.ts +10 -0
- package/dist/Chatbot/Chatbot.js +257 -0
- package/dist/Chatbot/EllipsisAnimation.d.ts +2 -0
- package/dist/Chatbot/EllipsisAnimation.js +85 -0
- package/dist/Chatbot/EllipsisIcon.d.ts +4 -0
- package/dist/Chatbot/EllipsisIcon.js +19 -0
- package/dist/Chatbot/authenticate.d.ts +3 -0
- package/dist/Chatbot/authenticate.js +16 -0
- package/dist/Chatbot/index.d.ts +8 -0
- package/dist/Chatbot/index.js +39 -0
- package/dist/Chatbot/store/chat.d.ts +10 -0
- package/dist/Chatbot/store/chat.js +18 -0
- package/dist/Chatbot/store/messages.d.ts +15 -0
- package/dist/Chatbot/store/messages.js +13 -0
- package/dist/Chatbot/useHeadlessChat.d.ts +27 -0
- package/dist/Chatbot/useHeadlessChat.js +240 -0
- package/dist/Chevron/Chevron.css.d.ts +2 -2
- package/dist/Chevron/index.js +12 -5
- package/dist/CollectInformationAlert/index.js +1 -1
- package/dist/Comparison/Comparison.js +17 -10
- package/dist/Comparison/ComparisonSet.js +33 -24
- package/dist/ExecutiveBio/ExecutiveBio.css.d.ts +153 -0
- package/dist/ExecutiveBio/ExecutiveBio.css.js +50 -0
- package/dist/ExecutiveBio/ExecutiveBio.d.ts +1 -1
- package/dist/ExecutiveBio/ExecutiveBio.interface.d.ts +11 -4
- package/dist/ExecutiveBio/ExecutiveBio.js +270 -10
- package/dist/ExecutiveBio/Overlay.d.ts +8 -0
- package/dist/ExecutiveBio/Overlay.js +589 -0
- package/dist/ExecutiveBio/index.js +26 -1
- package/dist/FaqAccordion/index.js +12 -5
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +33 -14
- package/dist/Forms/ApplicationStart.d.ts +1 -1
- package/dist/Forms/ApplicationStart.js +111 -89
- package/dist/Forms/ApplyNow.d.ts +2 -2
- package/dist/Forms/ApplyNow.js +180 -148
- package/dist/Forms/ClearingForm.d.ts +1 -1
- package/dist/Forms/ClearingForm.js +184 -162
- package/dist/Forms/CommercialDeposits.d.ts +1 -1
- package/dist/Forms/CommercialDeposits.js +201 -179
- package/dist/Forms/CommercialDepositsNoLendingOption.d.ts +16 -0
- package/dist/Forms/CommercialDepositsNoLendingOption.js +330 -0
- package/dist/Forms/CommercialLending.d.ts +1 -1
- package/dist/Forms/CommercialLending.js +278 -256
- package/dist/Forms/CommercialPremiumFinance.d.ts +1 -1
- package/dist/Forms/CommercialPremiumFinance.js +128 -106
- package/dist/Forms/ContactCompany.d.ts +1 -1
- package/dist/Forms/ContactCompany.js +113 -91
- package/dist/Forms/ContactCompanyTitle.d.ts +1 -1
- package/dist/Forms/ContactCompanyTitle.js +127 -105
- package/dist/Forms/ContactUs.d.ts +1 -1
- package/dist/Forms/ContactUs.js +99 -77
- package/dist/Forms/ContactUsAAS.d.ts +1 -1
- package/dist/Forms/ContactUsAAS.js +180 -158
- package/dist/Forms/ContactUsBusiness.d.ts +2 -2
- package/dist/Forms/ContactUsBusiness.js +146 -118
- package/dist/Forms/ContactUsBusinessNameEmail.d.ts +1 -1
- package/dist/Forms/ContactUsBusinessNameEmail.js +114 -86
- package/dist/Forms/ContactUsLVF.d.ts +7 -1
- package/dist/Forms/ContactUsLVF.js +133 -105
- package/dist/Forms/ContactUsNMLSId.d.ts +1 -1
- package/dist/Forms/ContactUsNMLSId.js +128 -100
- package/dist/Forms/CpraRequest.d.ts +1 -1
- package/dist/Forms/CpraRequest.js +641 -619
- package/dist/Forms/CraPublicFile.d.ts +1 -1
- package/dist/Forms/CraPublicFile.js +120 -92
- package/dist/Forms/DealerServices.d.ts +1 -1
- package/dist/Forms/DealerServices.js +225 -204
- package/dist/Forms/EmailOnly.d.ts +1 -1
- package/dist/Forms/EmailOnly.js +67 -41
- package/dist/Forms/EmailUs.d.ts +1 -1
- package/dist/Forms/EmailUs.js +75 -53
- package/dist/Forms/FormEnums.js +57 -16
- package/dist/Forms/FormProps.d.ts +3 -0
- package/dist/Forms/Forms.css.d.ts +20 -30
- package/dist/Forms/Forms.css.js +44 -38
- package/dist/Forms/HoneyPot/HoneyPot.css.d.ts +1 -0
- package/dist/Forms/HoneyPot/HoneyPot.css.js +5 -0
- package/dist/Forms/HoneyPot/index.d.ts +23 -0
- package/dist/Forms/HoneyPot/index.js +69 -0
- package/dist/Forms/MortgageRate/MortgageRateForm.js +12 -5
- package/dist/Forms/MortgageRate/MortgageRateWatch.js +12 -5
- package/dist/Forms/MortgageWarehouseLending.d.ts +11 -0
- package/dist/Forms/MortgageWarehouseLending.js +343 -0
- package/dist/Forms/QuickPricer/QuickPricerForm.d.ts +1 -1
- package/dist/Forms/QuickPricer/QuickPricerForm.js +624 -609
- package/dist/Forms/SalesforceFieldsForm.d.ts +5 -0
- package/dist/Forms/SalesforceFieldsForm.js +11 -1
- package/dist/Forms/ScheduleCall.d.ts +1 -1
- package/dist/Forms/ScheduleCall.js +156 -134
- package/dist/Forms/ScheduleCallPremier.d.ts +1 -1
- package/dist/Forms/ScheduleCallPremier.js +178 -156
- package/dist/Forms/SuccesForm.js +16 -9
- package/dist/Forms/VendorQuestionnaire.d.ts +1 -1
- package/dist/Forms/VendorQuestionnaire.js +817 -795
- package/dist/Forms/WcplSurvey.d.ts +1 -1
- package/dist/Forms/WcplSurvey.js +112 -90
- package/dist/Forms/applynow-utils.d.ts +1 -0
- package/dist/Forms/applynow-utils.js +48 -0
- package/dist/Forms/index.d.ts +4 -0
- package/dist/Forms/index.js +14 -2
- package/dist/HeroBanner/HeroBanner.css.d.ts +7 -17
- package/dist/HeroBanner/HeroBanner.css.js +4 -0
- package/dist/HeroBanner/HeroBanner.d.ts +1 -1
- package/dist/HeroBanner/HeroBanner.interface.d.ts +3 -0
- package/dist/HeroBanner/HeroBanner.js +102 -17
- package/dist/HeroBanner/SelectionBanner.css.d.ts +1 -19
- package/dist/HeroBanner/SelectionBanner.css.js +6 -6
- package/dist/HeroBanner/index.js +3 -1
- package/dist/Hyperlink/Hyperlink.css.d.ts +4 -4
- package/dist/Hyperlink/Hyperlink.css.js +4 -1
- package/dist/Hyperlink/index.js +12 -5
- package/dist/IconBillboard/IconBillboard.css.d.ts +7 -40
- package/dist/IconBillboard/IconBillboard.css.js +2 -0
- package/dist/IconBillboard/IconBillboard.d.ts +1 -2
- package/dist/IconBillboard/IconBillboard.js +30 -85
- package/dist/IconBillboard/index.js +3 -3
- package/dist/IconBillboard/sections/CallToActionSection.d.ts +12 -0
- package/dist/IconBillboard/sections/CallToActionSection.js +102 -0
- package/dist/IconBillboard/sections/HeaderSection.d.ts +11 -0
- package/dist/IconBillboard/sections/HeaderSection.js +23 -0
- package/dist/IconBillboard/sections/IconSection.d.ts +7 -0
- package/dist/IconBillboard/sections/IconSection.js +18 -0
- package/dist/IconBillboard/sections/ItemsSection.d.ts +11 -0
- package/dist/IconBillboard/sections/ItemsSection.js +11 -0
- package/dist/IconBillboard/sections/LayoutSection.d.ts +8 -0
- package/dist/IconBillboard/sections/LayoutSection.js +6 -0
- package/dist/ImageBillboard/ExitIntentModal/useExitIntentModal.js +6 -1
- package/dist/ImageBillboard/ImageBillboard.css.d.ts +5 -61
- package/dist/ImageBillboard/ImageBillboard.interface.d.ts +7 -0
- package/dist/ImageBillboard/ImageBillboardSet.d.ts +1 -1
- package/dist/ImageBillboard/ImageBillboardSet.js +20 -4
- package/dist/ImageLink/ImageLink.js +12 -5
- package/dist/ImageLink/ImageLinkSet.js +15 -8
- package/dist/ImageLink/index.js +12 -5
- package/dist/Input/Dropdown.js +1 -0
- package/dist/Input/Input.js +3 -1
- package/dist/Insight/Featured/CategorySelector.js +13 -6
- package/dist/Insight/Featured/Featured.js +20 -13
- package/dist/Insight/Featured/Header.js +19 -12
- package/dist/LandingPageHeader/LandingPageHeader.css.d.ts +2 -0
- package/dist/LandingPageHeader/LandingPageHeader.css.js +6 -2
- package/dist/LandingPageHeader/LandingPageHeader.js +18 -9
- package/dist/LandingPageHeader/index.js +3 -1
- package/dist/LoadingIndicator/LoadingIndicator.css.d.ts +4 -4
- package/dist/Modal/Modal.css.d.ts +1 -0
- package/dist/Modal/Modal.css.js +5 -3
- package/dist/Modal/Modal.js +15 -8
- package/dist/NavigationMenu/AxosALTS/NavData.js +12 -5
- package/dist/NavigationMenu/AxosALTS/index.js +12 -5
- package/dist/NavigationMenu/AxosAdvisor/NavBar.css.d.ts +2 -0
- package/dist/NavigationMenu/AxosAdvisor/NavBar.css.js +7 -2
- package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +52 -52
- package/dist/NavigationMenu/AxosAdvisor/SubNavBar.js +3 -10
- package/dist/NavigationMenu/AxosAdvisor/index.js +42 -32
- package/dist/NavigationMenu/AxosAdvisorServices/NavBar.css.d.ts +2 -0
- package/dist/NavigationMenu/AxosAdvisorServices/NavBar.css.js +7 -2
- package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +53 -53
- package/dist/NavigationMenu/AxosAdvisorServices/SubNavbar.css.d.ts +1 -1
- package/dist/NavigationMenu/AxosAdvisorServices/SubNavbar.css.js +2 -2
- package/dist/NavigationMenu/AxosAdvisorServices/index.js +14 -8
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +2 -2
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +16 -16
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +6 -8
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +32 -17
- package/dist/NavigationMenu/AxosBank/NavBar.css.js +2 -1
- package/dist/NavigationMenu/AxosBank/NavBar.module.js +41 -41
- package/dist/NavigationMenu/AxosBank/NavData.js +12 -5
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +84 -88
- package/dist/NavigationMenu/AxosBank/SubNavbar.css.d.ts +2 -0
- package/dist/NavigationMenu/AxosBank/SubNavbar.css.js +4 -0
- package/dist/NavigationMenu/AxosBank/index.js +12 -5
- package/dist/NavigationMenu/AxosClearing/NavBar.module.js +37 -37
- package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +41 -41
- package/dist/NavigationMenu/LaVictoire/NavData.js +12 -5
- package/dist/NavigationMenu/LaVictoire/index.js +12 -5
- package/dist/NavigationMenu/NavDataJson.d.ts +2 -0
- package/dist/NavigationMenu/NavDataJson.js +315 -0
- package/dist/NavigationMenu/Navbar.d.ts +5 -0
- package/dist/NavigationMenu/Navbar.js +201 -0
- package/dist/NavigationMenu/SignInNavButton.d.ts +1 -0
- package/dist/NavigationMenu/SignInNavButton.js +369 -0
- package/dist/PageNavItem/PageNavItem.css.d.ts +4 -22
- package/dist/Pagination/Pagination.js +6 -6
- package/dist/SetContainer/SetContainer.js +12 -5
- package/dist/SocialMediaBar/iconsRepository.js +12 -5
- package/dist/StepItem/StepItem.css.d.ts +8 -36
- package/dist/StepItemSet/StepItemSet.css.d.ts +6 -32
- package/dist/StepItemSet/StepItemSet.css.js +12 -6
- package/dist/StepItemSet/StepItemSet.d.ts +8 -0
- package/dist/StepItemSet/StepItemSet.js +38 -14
- package/dist/StepItemSet/index.js +4 -2
- package/dist/Table/Table.css.d.ts +7 -7
- package/dist/Table/Table.css.js +5 -5
- package/dist/Table/Table.d.ts +1 -1
- package/dist/Table/Table.js +1 -1
- package/dist/VideoTile/VideoTile.interface.d.ts +4 -3
- package/dist/VideoTile/VideoTile.js +189 -28
- package/dist/VideoWrapper/index.js +13 -6
- package/dist/WalnutIframe/wrapper.module.js +3 -3
- package/dist/assets/Accordion/Accordion.css +4 -4
- package/dist/assets/Article/Article.css +47 -59
- package/dist/assets/ArticlesSet/ArticlesSet.css +26 -56
- package/dist/assets/Auth/SignIn.css +12 -12
- package/dist/assets/Avatar/Avatar.css.css +10 -10
- package/dist/assets/AwardsBanner/AwardsBanner.css +1 -1
- package/dist/assets/AwardsItem/AwardsItem.css +3 -4
- package/dist/assets/Blockquote/Blockquote.css.css +68 -68
- package/dist/assets/Button/Button.css +28 -28
- package/dist/assets/Calculators/AnnualFeeCalculator/AnnualFeeCalculator.css +8 -8
- package/dist/assets/Calculators/ApyCalculator/ApyCalculator.css +12 -21
- package/dist/assets/Calculators/AxosOneCalculator/BalanceAPYCalculator.css +32 -12
- package/dist/assets/Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css +22 -34
- package/dist/assets/Calculators/BuyDownCalculator/BuyDownCalculator.css +15 -21
- package/dist/assets/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css +12 -9
- package/dist/assets/Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css +10 -10
- package/dist/assets/Calculators/SummitApyCalculator/BalanceAPYCalculator.css +18 -10
- package/dist/assets/Calculators/calculator.css +9 -15
- package/dist/assets/CallToActionBar/CallToActionBar.css +6 -4
- package/dist/assets/Carousel/Carousel.css +27 -41
- package/dist/assets/Chatbot/Bubble.css +51 -0
- package/dist/assets/Chatbot/ChatWindow.css +225 -0
- package/dist/assets/Chevron/Chevron.css +11 -10
- package/dist/assets/CollectInformationAlert/CollectInformationAlert.css +4 -3
- package/dist/assets/Comparison/Comparison.css +8 -5
- package/dist/assets/ContentBanner/ContentBanner.css +8 -8
- package/dist/assets/DownloadTile/DownloadTile.css +6 -6
- package/dist/assets/ExecutiveBio/ExecutiveBio.css +343 -27
- package/dist/assets/FaqAccordion/FaqAccordion.css +5 -5
- package/dist/assets/FooterDisclosure/FooterDisclosure.css +1 -1
- package/dist/assets/FooterSiteMap/AxosBank/FooterSiteMap.css +3 -8
- package/dist/assets/Forms/Forms.css +163 -151
- package/dist/assets/Forms/HoneyPot/HoneyPot.css +8 -0
- package/dist/assets/Forms/QuickPricer/UserInformation.css +1 -1
- package/dist/assets/HeroBanner/HeroBanner.css +92 -75
- package/dist/assets/HeroBanner/LargeBanner.css +15 -15
- package/dist/assets/HeroBanner/SelectionBanner.css +15 -29
- package/dist/assets/Hyperlink/Hyperlink.css +4 -4
- package/dist/assets/IconBillboard/IconBillboard.css +53 -49
- package/dist/assets/ImageBillboard/ImageBillboard.css +56 -79
- package/dist/assets/Input/Input.css +6 -6
- package/dist/assets/Inputs/Input.css +4 -4
- package/dist/assets/Insight/Featured/CategorySelector.css +1 -1
- package/dist/assets/Interstitial/Interstitial-variants.css +3 -3
- package/dist/assets/LandingPageHeader/LandingPageHeader.css +37 -4
- package/dist/assets/LoadingIndicator/LoadingIndicator.css +5 -5
- package/dist/assets/Modal/Modal.css +17 -28
- package/dist/assets/NavigationMenu/AxosALTS/NavBar.css +1 -1
- package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css +25 -2
- package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +138 -126
- package/dist/assets/NavigationMenu/AxosAdvisor/SubNavbar.css +5 -4
- package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css +25 -2
- package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css +142 -130
- package/dist/assets/NavigationMenu/AxosAdvisorServices/SubNavbar.css +22 -4
- package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css +32 -31
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css +21 -9
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +120 -148
- package/dist/assets/NavigationMenu/AxosBank/SubNavbar.css +35 -1
- package/dist/assets/NavigationMenu/AxosClearing/NavBar.css.css +133 -107
- package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +84 -83
- package/dist/assets/PageNavItem/PageNavItem.css +16 -33
- package/dist/assets/Pagination/Pagination.css +1 -1
- package/dist/assets/SetContainer/SetContainer.css +5 -5
- package/dist/assets/StepItem/StepItem.css +26 -42
- package/dist/assets/StepItemSet/StepItemSet.css +50 -41
- package/dist/assets/Tab/Tab.css +12 -12
- package/dist/assets/Table/Table.css +91 -98
- package/dist/assets/TextBlock/TextBlock.css +1 -1
- package/dist/assets/TopicalNavItem/TopicalNavItem.css +3 -3
- package/dist/assets/TopicalNavSet/TopicalNavSet.css +1 -1
- package/dist/assets/VideoTile/VideoTile.css +1 -1
- package/dist/assets/WalnutIframe/wrapper.css.css +7 -8
- package/dist/assets/globals.css +10 -10
- package/dist/assets/icons/ArrowIcon/ArrowIcon.css +3 -3
- package/dist/assets/icons/DownloadIcon/DownloadIcon.css +1 -1
- package/dist/assets/icons/FollowIcon/FollowIcon.css +1 -1
- package/dist/assets/themes/axos.css +32 -32
- package/dist/assets/themes/premier.css +31 -31
- package/dist/assets/themes/victorie.css +23 -23
- package/dist/icons/CheckCircle.js +1 -1
- package/dist/icons/CheckCircleLight.js +1 -1
- package/dist/icons/CheckIcon/index.js +1 -1
- package/dist/icons/Logos/AXB.d.ts +8 -0
- package/dist/icons/Logos/AXB.js +74 -0
- package/dist/icons/Logos/SPB.d.ts +4 -0
- package/dist/icons/Logos/SPB.js +132 -0
- package/dist/icons/QuoteIconGrey.js +2 -2
- package/dist/icons/index.d.ts +1 -0
- package/dist/icons/index.js +2 -0
- package/dist/main.d.ts +1 -0
- package/dist/main.js +107 -24
- package/dist/themes/axos.css.d.ts +12 -12
- package/dist/themes/axos.css.js +1 -1
- package/dist/utils/allowedAxosDomains.js +4 -2
- package/package.json +135 -133
package/dist/main.js
CHANGED
|
@@ -26,16 +26,25 @@ import { AnnualFeeCalculator } from "./Calculators/AnnualFeeCalculator/index.js"
|
|
|
26
26
|
import { ApyCalculator } from "./Calculators/ApyCalculator/index.js";
|
|
27
27
|
import { AxosOneCalculator } from "./Calculators/AxosOneCalculator/index.js";
|
|
28
28
|
import { BalanceAPYCalculator } from "./Calculators/BalanceAPYCalculator/index.js";
|
|
29
|
+
import { BuyDownCalculator } from "./Calculators/BuyDownCalculator/index.js";
|
|
29
30
|
import { Calculator } from "./Calculators/Calculator.js";
|
|
30
31
|
import { calculator, calculator_description, calculator_headline } from "./Calculators/calculator.css.js";
|
|
31
32
|
import { MarginTradingCalculator } from "./Calculators/MarginTradingCalculator/index.js";
|
|
33
|
+
import { MarineLoanMonthlyPaymentCalculator } from "./Calculators/MarineLoanMonthlyPaymentCalculator/index.js";
|
|
32
34
|
import { MaxLoanCalculator } from "./Calculators/MaxLoanCalculator/index.js";
|
|
33
35
|
import { MonthlyPaymentCalculator } from "./Calculators/MonthlyPaymentCalculator/index.js";
|
|
34
36
|
import { MonthlyPaymentLVFCalculator } from "./Calculators/MonthlyPaymentLVFCalculator/index.js";
|
|
35
37
|
import { SummitApyCalculator } from "./Calculators/SummitApyCalculator/index.js";
|
|
36
|
-
import { BuyDownCalculator } from "./Calculators/BuyDownCalculator/index.js";
|
|
37
38
|
import { CallToActionBar } from "./CallToActionBar/index.js";
|
|
38
39
|
import { Carousel, CarouselSlide } from "./Carousel/index.js";
|
|
40
|
+
import { Bubble } from "./Chatbot/Bubble.js";
|
|
41
|
+
import { bubbleWrapper, 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 { arrowFill, autoResize, button_reset, chatFinishDialog, chatNetworkStatus, chat_title, chatbotMenu, chatbotMenuItem, endChatButtonStyle, inline_button, inline_button_wrapper, inputStyle, messageStyle, messagesContainerStyle, notificationStyle, sendButtonStyle, windowBarStyle, windowOpenStyle, windowStyle } from "./Chatbot/ChatWindow.css.js";
|
|
46
|
+
import { useOpenChat } from "./Chatbot/store/chat.js";
|
|
47
|
+
import { useMessages } from "./Chatbot/store/messages.js";
|
|
39
48
|
import { Chevron } from "./Chevron/index.js";
|
|
40
49
|
import { CollectInformationAlert } from "./CollectInformationAlert/index.js";
|
|
41
50
|
import { comparison, comparison_buttons, comparison_container, comparison_content, comparison_feature, comparison_layout, comparison_list, comparison_tab_container, feature_header, feature_title, headerComparison } from "./Comparison/Comparison.css.js";
|
|
@@ -43,7 +52,7 @@ import { ComparisonSet } from "./Comparison/ComparisonSet.js";
|
|
|
43
52
|
import { ContentBanner } from "./ContentBanner/index.js";
|
|
44
53
|
import { DownloadTile } from "./DownloadTile/index.js";
|
|
45
54
|
import { ExecutiveBio } from "./ExecutiveBio/ExecutiveBio.js";
|
|
46
|
-
import { bio_section_text, components, contact_col, contact_entry, contacts, copy, description, details, executive_bio, header_theme, headline_setting, headshot, img_area, item_bio, job_title, media, padding, person, section_theme, shift, svg_icon, url_row } from "./ExecutiveBio/ExecutiveBio.css.js";
|
|
55
|
+
import { bio_section_text, bulletsHeadline, bulletsWrapper, ceoContainer, ceoContent, ceoHeader, ceoImgWrapper, ceoMedia, ceoPersonalInfo, ceoSection, ceoWrapper, ceo_body, ceo_contacts, ceo_name, ceo_quote, ceo_title, components, contact_col, contact_entry, contacts, copy, description, details, executive_bio, flexColumn, header_theme, headline_setting, headshot, highlights, hover, imgAlignment, img_area, item_bio, job_title, media, order_3, overlay, padding, person, section_theme, shift, social, stroke_color, svg_color, svg_icon, tooltip, url_row } from "./ExecutiveBio/ExecutiveBio.css.js";
|
|
47
56
|
import { ExecutiveBioSet } from "./ExecutiveBio/ExecutiveBioSet.js";
|
|
48
57
|
import { AccordionCtas, AccordionItem, AccordionItemContent, AccordionItemSummary, FaqAccordion } from "./FaqAccordion/index.js";
|
|
49
58
|
import { FdicBanner } from "./FdicCallout/index.js";
|
|
@@ -54,9 +63,11 @@ import { divider, lvf_footer, lvf_footer_content, lvf_footer_terms, lvf_small_fo
|
|
|
54
63
|
import { AxosFooterSiteMap } from "./FooterSiteMap/AxosBank/FooterSiteMap.js";
|
|
55
64
|
import { app_col, footer_mobile, footer_section, footer_wrapper, ft_col, ft_col_header, ft_col_subheader, ft_panel, ft_panel_group, nested_grid } from "./FooterSiteMap/AxosBank/FooterSiteMap.css.js";
|
|
56
65
|
import { ApplicationStart } from "./Forms/ApplicationStart.js";
|
|
57
|
-
import { ApplyNow
|
|
66
|
+
import { ApplyNow } from "./Forms/ApplyNow.js";
|
|
67
|
+
import { getLink } from "./Forms/applynow-utils.js";
|
|
58
68
|
import { ClearingForm } from "./Forms/ClearingForm.js";
|
|
59
69
|
import { CommercialDeposits } from "./Forms/CommercialDeposits.js";
|
|
70
|
+
import { CommercialDepositsNoLendingOption } from "./Forms/CommercialDepositsNoLendingOption.js";
|
|
60
71
|
import { CommercialLending } from "./Forms/CommercialLending.js";
|
|
61
72
|
import { CommercialPremiumFinance } from "./Forms/CommercialPremiumFinance.js";
|
|
62
73
|
import { ContactCompany } from "./Forms/ContactCompany.js";
|
|
@@ -72,13 +83,15 @@ import { CraPublicFile } from "./Forms/CraPublicFile.js";
|
|
|
72
83
|
import { DealerServices } from "./Forms/DealerServices.js";
|
|
73
84
|
import { EmailOnly } from "./Forms/EmailOnly.js";
|
|
74
85
|
import { EmailUs } from "./Forms/EmailUs.js";
|
|
75
|
-
import { actions, back_btn_apply_now, centerSelect, checkbox_group, descriptionField, disclosureForm, dropdown, dynPH, form, formBtns, formContainer, formWrapper, form_nav_apply_now, form_row, fullRowForm, fullRowSelect, headerContainer, headerForm, hide_options, iconForm, iconbillboards_option_apply_now, modalCheckboxContainer, modalMobile, mt1Rem, mt2rem, mw24, na_cursor, one_row, pl_label, resposiveLabel, ro_input, section_title, show_options, step_title_apply_now, succes_check_mark, success_circle, success_icon, success_wrap, threeColRow, x_input, xc_input } from "./Forms/Forms.css.js";
|
|
86
|
+
import { actions, apply_now_form, axosHeader, back_btn_apply_now, centerSelect, checkbox_group, descriptionField, disclosureForm, dropdown, dynPH, form, formBtns, formContainer, formWrapper, form_nav_apply_now, form_row, fullRowForm, fullRowSelect, headerContainer, headerF, headerForm, hide_options, iconForm, iconbillboards_option_apply_now, modalCheckboxContainer, modalMobile, mt1Rem, mt2rem, mw24, na_cursor, one_row, pl_label, resposiveLabel, ro_input, section_title, show_options, step_title_apply_now, succes_check_mark, success_circle, success_icon, success_wrap, threeColRow, x_input, xc_input } from "./Forms/Forms.css.js";
|
|
87
|
+
import { HoneyPot, honeyPotSchema, isValidHoneyPot } from "./Forms/HoneyPot/index.js";
|
|
76
88
|
import { MortgageRate } from "./Forms/MortgageRate/MortgageRateForm.js";
|
|
77
89
|
import "react/jsx-runtime";
|
|
78
90
|
import { RateWatchForm } from "./Forms/MortgageRate/MortgageRateWatch.js";
|
|
79
91
|
import { LoadingIndicator } from "./LoadingIndicator/index.js";
|
|
80
92
|
import "./Interstitial/Interstitial-variants.css.js";
|
|
81
93
|
import { MortgageRateFilters } from "./Forms/MortgageRate/MortgageRateQuoteFilters.js";
|
|
94
|
+
import { MortgageWarehouseLending } from "./Forms/MortgageWarehouseLending.js";
|
|
82
95
|
import { QuickPricer } from "./Forms/QuickPricer/QuickPricerForm.js";
|
|
83
96
|
import { rate_table_title, results_container } from "./Forms/QuickPricer/QuickPricerResults.css.js";
|
|
84
97
|
import { UserInformation } from "./Forms/QuickPricer/UserInformation.js";
|
|
@@ -91,11 +104,11 @@ import { VendorQuestionnaire } from "./Forms/VendorQuestionnaire.js";
|
|
|
91
104
|
import { WCPLSurvey } from "./Forms/WcplSurvey.js";
|
|
92
105
|
import { helpArticle_container, helpArticle_headline, helpArticle_p, insight_headline_2 } from "./HelpArticle/HelpArticle.css.js";
|
|
93
106
|
import { HeroBanner } from "./HeroBanner/HeroBanner.js";
|
|
94
|
-
import { headline_text, heroSupertag, hero_banner, hero_btns, hero_content, hero_embedded_image, hero_img, hero_text, hero_wrapper, img_contents, logout, reversed, reversed_lg_image } from "./HeroBanner/HeroBanner.css.js";
|
|
107
|
+
import { headline_text, heroSupertag, hero_banner, hero_btns, hero_bullet_item, hero_content, hero_embedded_image, hero_img, hero_sub_bullets, hero_text, hero_wrapper, img_contents, logout, reversed, reversed_lg_image } from "./HeroBanner/HeroBanner.css.js";
|
|
95
108
|
import { selection_headline_text, selection_section, selection_section_bg, selection_section_content, selection_section_icon, selection_section_icon_img } from "./HeroBanner/SelectionBanner.css.js";
|
|
96
109
|
import { Hyperlink } from "./Hyperlink/index.js";
|
|
97
|
-
import {
|
|
98
|
-
import { billboard_icon, buttons, containerIconBillboard, content, headerIconBillboard, header_section, layout, list, listItem, section_body, section_container, section_text, title } from "./IconBillboard/IconBillboard.css.js";
|
|
110
|
+
import { IconBillboard } from "./IconBillboard/IconBillboard.js";
|
|
111
|
+
import { billboard_icon, buttons, containerIconBillboard, content, headerIconBillboard, header_section, layout, link_wrapper, list, listItem, section_body, section_container, section_text, title } from "./IconBillboard/IconBillboard.css.js";
|
|
99
112
|
import { IconBillboardSet } from "./IconBillboard/IconBillboardSet.js";
|
|
100
113
|
import { default as default2 } from "./icons/ArrowIcon/index.js";
|
|
101
114
|
import { default as default3 } from "./icons/AxosX/index.js";
|
|
@@ -125,6 +138,7 @@ import { default as default25 } from "./icons/Logos/AXOS.js";
|
|
|
125
138
|
import { default as default26 } from "./icons/Logos/GBLVF.js";
|
|
126
139
|
import { default as default27 } from "./icons/Logos/LVF.js";
|
|
127
140
|
import { default as default28 } from "./icons/Logos/LVFText.js";
|
|
141
|
+
import { default as default29 } from "./icons/Logos/SPB.js";
|
|
128
142
|
import { ImageBillboardSet } from "./ImageBillboard/ImageBillboard.js";
|
|
129
143
|
import { apy_billboard, billboard, billboard_body, billboard_container, billboard_ctas, billboard_header_section, billboard_image, billboard_img, body, body_copy, bottom_center, bottom_left, bottom_right, center_center, center_left, center_right, exit_intent, exit_intent_backdrop, header, imagePlacement, image_background, image_based, image_inner_wrapper, is_bg_img, mh_330, modal_close_button, rate_billboard, rate_container, rate_pad, remove_padding, section_text_ImageBillboard, single_container, sub_bullets, supertag, three_inline, top_center, top_left, top_right, two_inline, up_to } from "./ImageBillboard/ImageBillboard.css.js";
|
|
130
144
|
import { ImageBillboard } from "./ImageBillboard/ImageBillboardSet.js";
|
|
@@ -150,17 +164,17 @@ import { BreadcumbHeader } from "./Insight/Featured/Header.js";
|
|
|
150
164
|
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";
|
|
151
165
|
import { Interstitial } from "./Interstitial/Interstitial.js";
|
|
152
166
|
import { LandingPageHeader } from "./LandingPageHeader/LandingPageHeader.js";
|
|
153
|
-
import { lp_container, lp_hover, lp_theme, svg_fill } from "./LandingPageHeader/LandingPageHeader.css.js";
|
|
167
|
+
import { lp_container, lp_hover, lp_theme, spb_container, spb_hover, svg_fill } from "./LandingPageHeader/LandingPageHeader.css.js";
|
|
154
168
|
import { MainHTML } from "./MainHTML/index.js";
|
|
155
169
|
import { Modal } from "./Modal/Modal.js";
|
|
156
170
|
import { GlobalContext, GlobalContextProvider, useGlobalContext } from "./Modal/contextApi/store.js";
|
|
157
|
-
import { default as
|
|
158
|
-
import { default as
|
|
159
|
-
import { default as
|
|
160
|
-
import { default as
|
|
161
|
-
import { default as
|
|
162
|
-
import { default as
|
|
163
|
-
import { default as
|
|
171
|
+
import { default as default30 } from "./NavigationMenu/AxosAdvisor/index.js";
|
|
172
|
+
import { default as default31 } from "./NavigationMenu/AxosAdvisorServices/index.js";
|
|
173
|
+
import { default as default32 } from "./NavigationMenu/AxosBank/index.js";
|
|
174
|
+
import { default as default33 } from "./NavigationMenu/AxosClearing/index.js";
|
|
175
|
+
import { default as default34 } from "./NavigationMenu/AxosFiduciary/index.js";
|
|
176
|
+
import { default as default35 } from "./NavigationMenu/AxosALTS/index.js";
|
|
177
|
+
import { default as default36 } from "./NavigationMenu/LaVictoire/index.js";
|
|
164
178
|
import { pn_btn, pn_link } from "./PageNavItem/PageNavItem.css.js";
|
|
165
179
|
import { PageNavItem } from "./PageNavItem/PageNavItem.js";
|
|
166
180
|
import { PageNavSet } from "./PageNavSet/PageNavSet.js";
|
|
@@ -170,7 +184,7 @@ import { SocialMediaBar } from "./SocialMediaBar/index.js";
|
|
|
170
184
|
import { StepItem } from "./StepItem/StepItem.js";
|
|
171
185
|
import { bs_copy, bs_topic, bullet_details, li, line_points, point, step_num } from "./StepItem/StepItem.css.js";
|
|
172
186
|
import { StepItemSet } from "./StepItemSet/StepItemSet.js";
|
|
173
|
-
import { bs_add_details, bs_btns, bs_image, bs_section, bs_wrapper, modifier, ol, sec_subtitle, sec_title, steps_wrapper, svg_logo, tablet_col } from "./StepItemSet/StepItemSet.css.js";
|
|
187
|
+
import { bs_add_details, bs_btns, bs_image, bs_section, bs_video, bs_wrapper, modifier, ol, sec_subtitle, sec_title, steps_wrapper, svg_logo, tablet_col, ul } from "./StepItemSet/StepItemSet.css.js";
|
|
174
188
|
import { Table, TableBody, TableCell, TableContainer, TableHead, TableRow } from "./Table/Table.js";
|
|
175
189
|
import { alternate_color_rows, apy_table, bodyHeader, headerCell, headerVariants, highlight_cell, highlight_first_row, highlight_last_row, highlight_th, table, tableWrapper, table_container, table_container_text, table_description_text, table_headline, table_section, td, th } from "./Table/Table.css.js";
|
|
176
190
|
import { TextBlock } from "./TextBlock/TextBlock.js";
|
|
@@ -231,6 +245,7 @@ export {
|
|
|
231
245
|
BalanceAPYCalculator,
|
|
232
246
|
Blockquote,
|
|
233
247
|
BreadcumbHeader,
|
|
248
|
+
Bubble,
|
|
234
249
|
BulletItem,
|
|
235
250
|
Button,
|
|
236
251
|
BuyDownCalculator,
|
|
@@ -239,6 +254,8 @@ export {
|
|
|
239
254
|
Carousel,
|
|
240
255
|
CarouselSlide,
|
|
241
256
|
CategorySelector,
|
|
257
|
+
ChatWindow,
|
|
258
|
+
Chatbot,
|
|
242
259
|
default5 as CheckCircle,
|
|
243
260
|
default6 as CheckCircleLight,
|
|
244
261
|
default7 as CheckIcon,
|
|
@@ -251,6 +268,7 @@ export {
|
|
|
251
268
|
default11 as CloseIcon,
|
|
252
269
|
CollectInformationAlert,
|
|
253
270
|
CommercialDeposits,
|
|
271
|
+
CommercialDepositsNoLendingOption,
|
|
254
272
|
CommercialLending,
|
|
255
273
|
CommercialPremiumFinance,
|
|
256
274
|
ComparisonSet,
|
|
@@ -291,8 +309,8 @@ export {
|
|
|
291
309
|
GlobalContextProvider,
|
|
292
310
|
GoBackButton,
|
|
293
311
|
HeroBanner,
|
|
312
|
+
HoneyPot,
|
|
294
313
|
Hyperlink,
|
|
295
|
-
Icon,
|
|
296
314
|
IconBillboard,
|
|
297
315
|
IconBillboardSet,
|
|
298
316
|
ImageBillboard,
|
|
@@ -313,6 +331,7 @@ export {
|
|
|
313
331
|
Logout,
|
|
314
332
|
MainHTML,
|
|
315
333
|
MarginTradingCalculator,
|
|
334
|
+
MarineLoanMonthlyPaymentCalculator,
|
|
316
335
|
MaxLoanCalculator,
|
|
317
336
|
default16 as MemberFdicLogo,
|
|
318
337
|
Modal,
|
|
@@ -320,13 +339,14 @@ export {
|
|
|
320
339
|
MonthlyPaymentLVFCalculator,
|
|
321
340
|
MortgageRate,
|
|
322
341
|
MortgageRateFilters,
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
default34 as
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
default32 as
|
|
329
|
-
|
|
342
|
+
MortgageWarehouseLending,
|
|
343
|
+
default31 as NavBarAAS,
|
|
344
|
+
default34 as NavBarAFS,
|
|
345
|
+
default35 as NavBarALT,
|
|
346
|
+
default30 as NavBarAXA,
|
|
347
|
+
default32 as NavBarAXB,
|
|
348
|
+
default33 as NavBarAXC,
|
|
349
|
+
default36 as NavBarLVF,
|
|
330
350
|
PageNavItem,
|
|
331
351
|
PageNavSet,
|
|
332
352
|
Pagination,
|
|
@@ -337,6 +357,7 @@ export {
|
|
|
337
357
|
RadioButton,
|
|
338
358
|
RadioButtonSet,
|
|
339
359
|
RateWatchForm,
|
|
360
|
+
default29 as SPBLogo,
|
|
340
361
|
SalesforceFieldsForm,
|
|
341
362
|
SalesforceSchema,
|
|
342
363
|
ScheduleCall,
|
|
@@ -390,14 +411,18 @@ export {
|
|
|
390
411
|
ant_svg_fill,
|
|
391
412
|
app_col,
|
|
392
413
|
appendQueryParams,
|
|
414
|
+
apply_now_form,
|
|
393
415
|
apy_billboard,
|
|
394
416
|
apy_table,
|
|
417
|
+
arrowFill,
|
|
395
418
|
associatedEmail,
|
|
419
|
+
autoResize,
|
|
396
420
|
award_company,
|
|
397
421
|
award_item,
|
|
398
422
|
award_name,
|
|
399
423
|
awards_row,
|
|
400
424
|
awards_section,
|
|
425
|
+
axosHeader,
|
|
401
426
|
axosTheme,
|
|
402
427
|
back_btn_apply_now,
|
|
403
428
|
billboard,
|
|
@@ -423,9 +448,14 @@ export {
|
|
|
423
448
|
bs_image,
|
|
424
449
|
bs_section,
|
|
425
450
|
bs_topic,
|
|
451
|
+
bs_video,
|
|
426
452
|
bs_wrapper,
|
|
453
|
+
bubbleWrapper,
|
|
427
454
|
bullet_details,
|
|
455
|
+
bulletsHeadline,
|
|
456
|
+
bulletsWrapper,
|
|
428
457
|
button,
|
|
458
|
+
button_reset,
|
|
429
459
|
buttons,
|
|
430
460
|
calculator,
|
|
431
461
|
calculator_description,
|
|
@@ -434,6 +464,26 @@ export {
|
|
|
434
464
|
center_center,
|
|
435
465
|
center_left,
|
|
436
466
|
center_right,
|
|
467
|
+
ceoContainer,
|
|
468
|
+
ceoContent,
|
|
469
|
+
ceoHeader,
|
|
470
|
+
ceoImgWrapper,
|
|
471
|
+
ceoMedia,
|
|
472
|
+
ceoPersonalInfo,
|
|
473
|
+
ceoSection,
|
|
474
|
+
ceoWrapper,
|
|
475
|
+
ceo_body,
|
|
476
|
+
ceo_contacts,
|
|
477
|
+
ceo_name,
|
|
478
|
+
ceo_quote,
|
|
479
|
+
ceo_title,
|
|
480
|
+
chatFinishDialog,
|
|
481
|
+
chatNetworkStatus,
|
|
482
|
+
chat_title,
|
|
483
|
+
chatbotAXB,
|
|
484
|
+
chatbotMenu,
|
|
485
|
+
chatbotMenuItem,
|
|
486
|
+
chatbotUFB,
|
|
437
487
|
checkbox_group,
|
|
438
488
|
columnValues,
|
|
439
489
|
comparison,
|
|
@@ -460,6 +510,7 @@ export {
|
|
|
460
510
|
dp_input,
|
|
461
511
|
dropdown,
|
|
462
512
|
dynPH,
|
|
513
|
+
endChatButtonStyle,
|
|
463
514
|
error_alert,
|
|
464
515
|
error_alert_content,
|
|
465
516
|
error_close_button,
|
|
@@ -485,6 +536,7 @@ export {
|
|
|
485
536
|
featured_supertag,
|
|
486
537
|
featured_title,
|
|
487
538
|
findMoreAxosDomains,
|
|
539
|
+
flexColumn,
|
|
488
540
|
footerDisclosure,
|
|
489
541
|
footerLink,
|
|
490
542
|
footerParagraph,
|
|
@@ -516,6 +568,7 @@ export {
|
|
|
516
568
|
headerComparison,
|
|
517
569
|
headerContainer,
|
|
518
570
|
headerContent,
|
|
571
|
+
headerF,
|
|
519
572
|
headerForm,
|
|
520
573
|
headerIconBillboard,
|
|
521
574
|
headerVariants,
|
|
@@ -531,9 +584,11 @@ export {
|
|
|
531
584
|
heroSupertag,
|
|
532
585
|
hero_banner,
|
|
533
586
|
hero_btns,
|
|
587
|
+
hero_bullet_item,
|
|
534
588
|
hero_content,
|
|
535
589
|
hero_embedded_image,
|
|
536
590
|
hero_img,
|
|
591
|
+
hero_sub_bullets,
|
|
537
592
|
hero_text,
|
|
538
593
|
hero_wrapper,
|
|
539
594
|
hide,
|
|
@@ -543,6 +598,9 @@ export {
|
|
|
543
598
|
highlight_first_row,
|
|
544
599
|
highlight_last_row,
|
|
545
600
|
highlight_th,
|
|
601
|
+
highlights,
|
|
602
|
+
honeyPotSchema,
|
|
603
|
+
hover,
|
|
546
604
|
icon,
|
|
547
605
|
iconContainer,
|
|
548
606
|
iconContainerBase,
|
|
@@ -555,10 +613,14 @@ export {
|
|
|
555
613
|
image_background,
|
|
556
614
|
image_based,
|
|
557
615
|
image_inner_wrapper,
|
|
616
|
+
imgAlignment,
|
|
558
617
|
img_area,
|
|
559
618
|
img_contents,
|
|
619
|
+
inline_button,
|
|
620
|
+
inline_button_wrapper,
|
|
560
621
|
inline_container,
|
|
561
622
|
input,
|
|
623
|
+
inputStyle,
|
|
562
624
|
insight_header,
|
|
563
625
|
insight_header_2,
|
|
564
626
|
insight_header_3,
|
|
@@ -571,6 +633,7 @@ export {
|
|
|
571
633
|
isAllowedUrl,
|
|
572
634
|
isEmailLink,
|
|
573
635
|
isPhoneLink,
|
|
636
|
+
isValidHoneyPot,
|
|
574
637
|
is_bg_img,
|
|
575
638
|
isolate_container,
|
|
576
639
|
item,
|
|
@@ -580,6 +643,7 @@ export {
|
|
|
580
643
|
layout,
|
|
581
644
|
li,
|
|
582
645
|
line_points,
|
|
646
|
+
link_wrapper,
|
|
583
647
|
list,
|
|
584
648
|
listItem,
|
|
585
649
|
logout,
|
|
@@ -593,6 +657,8 @@ export {
|
|
|
593
657
|
mb_8,
|
|
594
658
|
mb_form,
|
|
595
659
|
media,
|
|
660
|
+
messageStyle,
|
|
661
|
+
messagesContainerStyle,
|
|
596
662
|
mh_330,
|
|
597
663
|
modalCheckboxContainer,
|
|
598
664
|
modalMobile,
|
|
@@ -603,8 +669,11 @@ export {
|
|
|
603
669
|
mw24,
|
|
604
670
|
na_cursor,
|
|
605
671
|
nested_grid,
|
|
672
|
+
notificationStyle,
|
|
606
673
|
ol,
|
|
607
674
|
one_row,
|
|
675
|
+
order_3,
|
|
676
|
+
overlay,
|
|
608
677
|
padding,
|
|
609
678
|
padding_in_footer,
|
|
610
679
|
paragraph,
|
|
@@ -647,6 +716,7 @@ export {
|
|
|
647
716
|
selection_section_content,
|
|
648
717
|
selection_section_icon,
|
|
649
718
|
selection_section_icon_img,
|
|
719
|
+
sendButtonStyle,
|
|
650
720
|
separator,
|
|
651
721
|
set_container,
|
|
652
722
|
set_container_cols,
|
|
@@ -661,15 +731,21 @@ export {
|
|
|
661
731
|
single_container,
|
|
662
732
|
smb_section,
|
|
663
733
|
smb_wrapper,
|
|
734
|
+
social,
|
|
735
|
+
spb_container,
|
|
736
|
+
spb_hover,
|
|
664
737
|
step_num,
|
|
665
738
|
step_title_apply_now,
|
|
666
739
|
steps_wrapper,
|
|
740
|
+
stroke_color,
|
|
667
741
|
sub_bullets,
|
|
668
742
|
succes_check_mark,
|
|
669
743
|
success_circle,
|
|
670
744
|
success_icon,
|
|
671
745
|
success_wrap,
|
|
672
746
|
supertag,
|
|
747
|
+
svgFill,
|
|
748
|
+
svg_color,
|
|
673
749
|
svg_fill,
|
|
674
750
|
svg_icon,
|
|
675
751
|
svg_logo,
|
|
@@ -691,6 +767,7 @@ export {
|
|
|
691
767
|
three_inline,
|
|
692
768
|
title,
|
|
693
769
|
toggle_container,
|
|
770
|
+
tooltip,
|
|
694
771
|
top_center,
|
|
695
772
|
top_left,
|
|
696
773
|
top_right,
|
|
@@ -702,9 +779,12 @@ export {
|
|
|
702
779
|
transcript_container,
|
|
703
780
|
transcript_content,
|
|
704
781
|
two_inline,
|
|
782
|
+
ul,
|
|
705
783
|
up_to,
|
|
706
784
|
url_row,
|
|
707
785
|
useGlobalContext,
|
|
786
|
+
useMessages,
|
|
787
|
+
useOpenChat,
|
|
708
788
|
user_buttons,
|
|
709
789
|
user_card,
|
|
710
790
|
user_container,
|
|
@@ -720,6 +800,9 @@ export {
|
|
|
720
800
|
video_title,
|
|
721
801
|
vidyard_height,
|
|
722
802
|
w_100,
|
|
803
|
+
windowBarStyle,
|
|
804
|
+
windowOpenStyle,
|
|
805
|
+
windowStyle,
|
|
723
806
|
wrapper,
|
|
724
807
|
x_input,
|
|
725
808
|
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})`;
|
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)" } } };
|
|
4
4
|
export {
|
|
5
5
|
axosTheme,
|
|
6
6
|
vars
|
|
@@ -6,7 +6,8 @@ const moreDomains = {
|
|
|
6
6
|
"{AXA}": process.env.AXA_URL || "https://www.axosadvisor.com",
|
|
7
7
|
"{AFS}": process.env.AFS_URL || "https://www.axosfiduciaryservices.com",
|
|
8
8
|
"{NATIONWIDE}": process.env.NATIOWIDE_URL || "https://www.nationwide.axosbank.com",
|
|
9
|
-
"{ENROLLMENT}": process.env.ENROLLMENT_URL || "https://
|
|
9
|
+
"{ENROLLMENT}": process.env.ENROLLMENT_URL || "https://onboard.axos.com",
|
|
10
|
+
"{LEGACYENROLLMENT}": process.env.LEGACY_ENROLLMENT_URL || "https://enrollment.axosbank.com",
|
|
10
11
|
"{ASSETSURL}": "https://assets.axos.com",
|
|
11
12
|
"{IMAGEASSETSURL}": "https://images.axos.com",
|
|
12
13
|
"{ONLINEBANKING}": process.env.ONLINEBANKING_URL || "https://onlinebanking.uat.axosbank.com",
|
|
@@ -41,7 +42,8 @@ const moreDomains = {
|
|
|
41
42
|
"{PERSONALLOANS}": process.env.PERSONAL_LOANS_URL || "https://personalloans.axosbank.com",
|
|
42
43
|
"{MODELSELECTION}": process.env.MODEL_SELECTION_URL || "https://modelselection.axos.com",
|
|
43
44
|
"{COMMERCIALPORTAL_LOGIN}": `${process.env.COMMERCIALPORTAL_URL}/login` || "https://portals.axosbank.com/login",
|
|
44
|
-
"{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"
|
|
45
47
|
};
|
|
46
48
|
const isAllowedUrl = (url) => {
|
|
47
49
|
const uri = new URL(url, location.href);
|