@axos-web-dev/shared-components 1.0.77-patch.4 → 1.0.77-patch.41
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/Auth/ErrorAlert.js +12 -5
- package/dist/Button/Button.js +12 -5
- 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 +38 -20
- 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/index.d.ts +2 -1
- package/dist/Calculators/index.js +3 -1
- 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 +18 -0
- package/dist/Chatbot/ChatWindow.css.js +39 -0
- package/dist/Chatbot/ChatWindow.d.ts +26 -0
- package/dist/Chatbot/ChatWindow.js +446 -0
- package/dist/Chatbot/Chatbot.css.d.ts +2 -0
- package/dist/Chatbot/Chatbot.css.js +7 -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 +233 -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 +38 -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/index.js +12 -5
- package/dist/Comparison/Comparison.js +16 -9
- package/dist/Comparison/ComparisonSet.js +33 -24
- package/dist/ExecutiveBio/ExecutiveBio.js +12 -5
- package/dist/FaqAccordion/index.js +12 -5
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +30 -9
- 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 -203
- 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/FormProps.d.ts +3 -0
- package/dist/Forms/Forms.css.d.ts +18 -0
- 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 +2 -0
- 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 +90 -3
- package/dist/HeroBanner/index.js +3 -1
- package/dist/Hyperlink/index.js +12 -5
- package/dist/IconBillboard/IconBillboard.css.d.ts +1 -0
- 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.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/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/Modal/Modal.js +12 -5
- package/dist/NavigationMenu/AxosALTS/NavData.js +12 -5
- package/dist/NavigationMenu/AxosALTS/index.js +12 -5
- package/dist/NavigationMenu/AxosAdvisor/SubNavBar.js +3 -10
- package/dist/NavigationMenu/AxosAdvisor/index.js +3 -11
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +3 -4
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +29 -13
- package/dist/NavigationMenu/AxosBank/NavData.js +12 -5
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +67 -63
- package/dist/NavigationMenu/AxosBank/index.js +12 -5
- package/dist/NavigationMenu/LaVictoire/NavData.js +12 -5
- package/dist/NavigationMenu/LaVictoire/index.js +12 -5
- package/dist/SetContainer/SetContainer.js +12 -5
- package/dist/SocialMediaBar/iconsRepository.js +12 -5
- package/dist/StepItemSet/StepItemSet.css.d.ts +1 -0
- package/dist/StepItemSet/StepItemSet.css.js +9 -5
- package/dist/StepItemSet/StepItemSet.d.ts +6 -0
- package/dist/StepItemSet/StepItemSet.js +22 -3
- package/dist/StepItemSet/index.js +2 -1
- package/dist/Table/Table.d.ts +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/Calculators/AxosOneCalculator/BalanceAPYCalculator.css +12 -0
- package/dist/assets/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css +3 -0
- package/dist/assets/Chatbot/Bubble.css +51 -0
- package/dist/assets/Chatbot/ChatWindow.css +213 -0
- package/dist/assets/Comparison/Comparison.css +3 -1
- package/dist/assets/Forms/Forms.css +135 -105
- package/dist/assets/Forms/HoneyPot/HoneyPot.css +8 -0
- package/dist/assets/HeroBanner/HeroBanner.css +12 -0
- package/dist/assets/IconBillboard/IconBillboard.css +21 -1
- package/dist/assets/ImageBillboard/ImageBillboard.css +26 -15
- package/dist/assets/LandingPageHeader/LandingPageHeader.css +36 -3
- package/dist/assets/StepItemSet/StepItemSet.css +27 -10
- package/dist/assets/TopicalNavItem/TopicalNavItem.css +2 -2
- package/dist/assets/WalnutIframe/wrapper.css.css +7 -8
- package/dist/icons/Logos/SPB.d.ts +4 -0
- package/dist/icons/Logos/SPB.js +132 -0
- 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 +79 -23
- package/dist/utils/allowedAxosDomains.js +4 -2
- package/package.json +3 -1
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, 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";
|
|
@@ -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 } 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,17 @@ 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,
|
|
396
419
|
award_company,
|
|
397
420
|
award_item,
|
|
398
421
|
award_name,
|
|
399
422
|
awards_row,
|
|
400
423
|
awards_section,
|
|
424
|
+
axosHeader,
|
|
401
425
|
axosTheme,
|
|
402
426
|
back_btn_apply_now,
|
|
403
427
|
billboard,
|
|
@@ -423,9 +447,12 @@ export {
|
|
|
423
447
|
bs_image,
|
|
424
448
|
bs_section,
|
|
425
449
|
bs_topic,
|
|
450
|
+
bs_video,
|
|
426
451
|
bs_wrapper,
|
|
452
|
+
bubbleWrapper,
|
|
427
453
|
bullet_details,
|
|
428
454
|
button,
|
|
455
|
+
button_reset,
|
|
429
456
|
buttons,
|
|
430
457
|
calculator,
|
|
431
458
|
calculator_description,
|
|
@@ -434,6 +461,13 @@ export {
|
|
|
434
461
|
center_center,
|
|
435
462
|
center_left,
|
|
436
463
|
center_right,
|
|
464
|
+
chatFinishDialog,
|
|
465
|
+
chatNetworkStatus,
|
|
466
|
+
chat_title,
|
|
467
|
+
chatbotAXB,
|
|
468
|
+
chatbotMenu,
|
|
469
|
+
chatbotMenuItem,
|
|
470
|
+
chatbotUFB,
|
|
437
471
|
checkbox_group,
|
|
438
472
|
columnValues,
|
|
439
473
|
comparison,
|
|
@@ -460,6 +494,7 @@ export {
|
|
|
460
494
|
dp_input,
|
|
461
495
|
dropdown,
|
|
462
496
|
dynPH,
|
|
497
|
+
endChatButtonStyle,
|
|
463
498
|
error_alert,
|
|
464
499
|
error_alert_content,
|
|
465
500
|
error_close_button,
|
|
@@ -516,6 +551,7 @@ export {
|
|
|
516
551
|
headerComparison,
|
|
517
552
|
headerContainer,
|
|
518
553
|
headerContent,
|
|
554
|
+
headerF,
|
|
519
555
|
headerForm,
|
|
520
556
|
headerIconBillboard,
|
|
521
557
|
headerVariants,
|
|
@@ -531,9 +567,11 @@ export {
|
|
|
531
567
|
heroSupertag,
|
|
532
568
|
hero_banner,
|
|
533
569
|
hero_btns,
|
|
570
|
+
hero_bullet_item,
|
|
534
571
|
hero_content,
|
|
535
572
|
hero_embedded_image,
|
|
536
573
|
hero_img,
|
|
574
|
+
hero_sub_bullets,
|
|
537
575
|
hero_text,
|
|
538
576
|
hero_wrapper,
|
|
539
577
|
hide,
|
|
@@ -543,6 +581,7 @@ export {
|
|
|
543
581
|
highlight_first_row,
|
|
544
582
|
highlight_last_row,
|
|
545
583
|
highlight_th,
|
|
584
|
+
honeyPotSchema,
|
|
546
585
|
icon,
|
|
547
586
|
iconContainer,
|
|
548
587
|
iconContainerBase,
|
|
@@ -557,8 +596,11 @@ export {
|
|
|
557
596
|
image_inner_wrapper,
|
|
558
597
|
img_area,
|
|
559
598
|
img_contents,
|
|
599
|
+
inline_button,
|
|
600
|
+
inline_button_wrapper,
|
|
560
601
|
inline_container,
|
|
561
602
|
input,
|
|
603
|
+
inputStyle,
|
|
562
604
|
insight_header,
|
|
563
605
|
insight_header_2,
|
|
564
606
|
insight_header_3,
|
|
@@ -571,6 +613,7 @@ export {
|
|
|
571
613
|
isAllowedUrl,
|
|
572
614
|
isEmailLink,
|
|
573
615
|
isPhoneLink,
|
|
616
|
+
isValidHoneyPot,
|
|
574
617
|
is_bg_img,
|
|
575
618
|
isolate_container,
|
|
576
619
|
item,
|
|
@@ -580,6 +623,7 @@ export {
|
|
|
580
623
|
layout,
|
|
581
624
|
li,
|
|
582
625
|
line_points,
|
|
626
|
+
link_wrapper,
|
|
583
627
|
list,
|
|
584
628
|
listItem,
|
|
585
629
|
logout,
|
|
@@ -593,6 +637,8 @@ export {
|
|
|
593
637
|
mb_8,
|
|
594
638
|
mb_form,
|
|
595
639
|
media,
|
|
640
|
+
messageStyle,
|
|
641
|
+
messagesContainerStyle,
|
|
596
642
|
mh_330,
|
|
597
643
|
modalCheckboxContainer,
|
|
598
644
|
modalMobile,
|
|
@@ -603,6 +649,7 @@ export {
|
|
|
603
649
|
mw24,
|
|
604
650
|
na_cursor,
|
|
605
651
|
nested_grid,
|
|
652
|
+
notificationStyle,
|
|
606
653
|
ol,
|
|
607
654
|
one_row,
|
|
608
655
|
padding,
|
|
@@ -647,6 +694,7 @@ export {
|
|
|
647
694
|
selection_section_content,
|
|
648
695
|
selection_section_icon,
|
|
649
696
|
selection_section_icon_img,
|
|
697
|
+
sendButtonStyle,
|
|
650
698
|
separator,
|
|
651
699
|
set_container,
|
|
652
700
|
set_container_cols,
|
|
@@ -661,6 +709,8 @@ export {
|
|
|
661
709
|
single_container,
|
|
662
710
|
smb_section,
|
|
663
711
|
smb_wrapper,
|
|
712
|
+
spb_container,
|
|
713
|
+
spb_hover,
|
|
664
714
|
step_num,
|
|
665
715
|
step_title_apply_now,
|
|
666
716
|
steps_wrapper,
|
|
@@ -670,6 +720,7 @@ export {
|
|
|
670
720
|
success_icon,
|
|
671
721
|
success_wrap,
|
|
672
722
|
supertag,
|
|
723
|
+
svgFill,
|
|
673
724
|
svg_fill,
|
|
674
725
|
svg_icon,
|
|
675
726
|
svg_logo,
|
|
@@ -705,6 +756,8 @@ export {
|
|
|
705
756
|
up_to,
|
|
706
757
|
url_row,
|
|
707
758
|
useGlobalContext,
|
|
759
|
+
useMessages,
|
|
760
|
+
useOpenChat,
|
|
708
761
|
user_buttons,
|
|
709
762
|
user_card,
|
|
710
763
|
user_container,
|
|
@@ -720,6 +773,9 @@ export {
|
|
|
720
773
|
video_title,
|
|
721
774
|
vidyard_height,
|
|
722
775
|
w_100,
|
|
776
|
+
windowBarStyle,
|
|
777
|
+
windowOpenStyle,
|
|
778
|
+
windowStyle,
|
|
723
779
|
wrapper,
|
|
724
780
|
x_input,
|
|
725
781
|
xc_input
|
|
@@ -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);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axos-web-dev/shared-components",
|
|
3
3
|
"description": "Axos shared components library for web.",
|
|
4
|
-
"version": "1.0.77-patch.
|
|
4
|
+
"version": "1.0.77-patch.41",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/main.js",
|
|
7
7
|
"types": "dist/main.d.ts",
|
|
@@ -36,6 +36,7 @@
|
|
|
36
36
|
"@storybook/icons": "^1.3.0",
|
|
37
37
|
"@storybook/preview-api": "^8.4.7",
|
|
38
38
|
"@types/iframe-resizer": "3.5.13",
|
|
39
|
+
"@ujet/websdk-headless": "^3.41.4",
|
|
39
40
|
"@vanilla-extract/css": "^1.16.1",
|
|
40
41
|
"@vanilla-extract/recipes": "^0.5.1",
|
|
41
42
|
"antd": "^5.22.5",
|
|
@@ -53,6 +54,7 @@
|
|
|
53
54
|
"react-slick": "^0.30.2",
|
|
54
55
|
"react-use": "^17.6.0",
|
|
55
56
|
"react-wrap-balancer": "^1.1.1",
|
|
57
|
+
"remark-gfm": "^4.0.1",
|
|
56
58
|
"rsuite": "^5.75.0",
|
|
57
59
|
"slick-carousel": "^1.8.1",
|
|
58
60
|
"typed-css-modules": "^0.9.1",
|