@axos-web-dev/shared-components 1.0.8 → 1.0.9-9.dev.1
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 +42 -32
- package/dist/Accordion/Accordion.css.d.ts +1 -1
- package/dist/Article/Article.css.d.ts +41 -41
- package/dist/Article/Article.js +3 -13
- package/dist/ArticlesSet/ArticlesSet.css.d.ts +16 -16
- package/dist/Auth/ErrorAlert.css.d.ts +4 -0
- package/dist/Auth/ErrorAlert.css.js +11 -0
- package/dist/Auth/ErrorAlert.d.ts +14 -0
- package/dist/Auth/ErrorAlert.js +184 -0
- package/dist/Auth/Logout.d.ts +3 -0
- package/dist/Auth/Logout.js +29 -0
- package/dist/Auth/SignIn.css.d.ts +6 -0
- package/dist/Auth/SignIn.css.js +18 -0
- package/dist/Auth/SignInPassword.d.ts +15 -0
- package/dist/Auth/SignInPassword.js +118 -0
- package/dist/Auth/index.d.ts +5 -0
- package/dist/Auth/index.js +20 -0
- package/dist/Button/Button.css.d.ts +31 -18
- package/dist/Button/Button.css.js +1 -1
- package/dist/Button/Button.js +14 -4
- package/dist/Calculators/AnnualFeeCalculator/AnnualFeeCalculator.css.d.ts +12 -12
- package/dist/Calculators/ApyCalculator/ApyCalculator.css.d.ts +14 -14
- package/dist/Calculators/ApyCalculator/index.js +20 -12
- package/dist/Calculators/AxosOneCalculator/BalanceAPYCalculator.css.d.ts +8 -8
- package/dist/Calculators/AxosOneCalculator/index.js +18 -10
- package/dist/Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.d.ts +22 -22
- package/dist/Calculators/BuyDownCalculator/BuyDownCalculator.css.d.ts +101 -0
- package/dist/Calculators/BuyDownCalculator/BuyDownCalculator.css.js +56 -0
- package/dist/Calculators/BuyDownCalculator/index.d.ts +25 -0
- package/dist/Calculators/BuyDownCalculator/index.js +855 -0
- package/dist/Calculators/Calculator.js +29 -10
- package/dist/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.d.ts +12 -12
- package/dist/Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css.d.ts +12 -12
- package/dist/Calculators/SummitApyCalculator/BalanceAPYCalculator.css.d.ts +8 -8
- package/dist/Calculators/calculator.css.d.ts +12 -12
- package/dist/Calculators/index.d.ts +1 -0
- package/dist/Calculators/index.js +2 -0
- package/dist/CallToActionBar/index.js +3 -1
- package/dist/Carousel/Carousel.css.d.ts +20 -20
- package/dist/Carousel/index.js +23 -13
- package/dist/Chevron/Chevron.css.d.ts +6 -6
- package/dist/Chevron/index.js +14 -4
- package/dist/Comparison/Comparison.css.d.ts +11 -10
- package/dist/Comparison/Comparison.css.js +3 -1
- package/dist/Comparison/Comparison.js +23 -13
- package/dist/Comparison/index.js +2 -1
- package/dist/ContentBanner/ContentBanner.css.d.ts +12 -12
- package/dist/ExecutiveBio/ExecutiveBio.css.d.ts +31 -31
- package/dist/ExecutiveBio/ExecutiveBio.js +16 -22
- package/dist/FaqAccordion/index.js +16 -6
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +14 -4
- package/dist/Forms/ApplicationStart.js +21 -4
- package/dist/Forms/ApplyNow.js +14 -4
- package/dist/Forms/ClearingForm.js +19 -2
- package/dist/Forms/CommercialDeposits.js +19 -2
- package/dist/Forms/CommercialLending.js +20 -3
- package/dist/Forms/CommercialPremiumFinance.d.ts +10 -0
- package/dist/Forms/CommercialPremiumFinance.js +212 -0
- package/dist/Forms/ContactCompany.js +20 -3
- package/dist/Forms/ContactCompanyTitle.js +20 -3
- package/dist/Forms/ContactUs.d.ts +1 -1
- package/dist/Forms/ContactUs.js +107 -79
- package/dist/Forms/ContactUsAAS.js +20 -5
- package/dist/Forms/ContactUsBusiness.d.ts +2 -2
- package/dist/Forms/ContactUsBusiness.js +45 -19
- package/dist/Forms/ContactUsBusinessNameEmail.d.ts +9 -0
- package/dist/Forms/ContactUsBusinessNameEmail.js +282 -0
- package/dist/Forms/ContactUsLVF.js +20 -3
- package/dist/Forms/ContactUsNMLSId.js +35 -9
- package/dist/Forms/CpraRequest.d.ts +1 -1
- package/dist/Forms/CpraRequest.js +75 -63
- package/dist/Forms/CraPublicFile.d.ts +5 -5
- package/dist/Forms/CraPublicFile.js +69 -45
- package/dist/Forms/DealerServices.js +20 -4
- package/dist/Forms/EmailOnly.js +45 -28
- package/dist/Forms/EmailUs.js +12 -2
- package/dist/Forms/FormEnums.d.ts +21 -0
- package/dist/Forms/FormEnums.js +308 -0
- package/dist/Forms/FormProps.d.ts +3 -0
- package/dist/Forms/Forms.css.d.ts +42 -42
- package/dist/Forms/HoneyPot/HoneyPot.css.d.ts +1 -0
- package/dist/Forms/HoneyPot/HoneyPot.css.js +5 -0
- package/dist/Forms/HoneyPot/index.d.ts +24 -0
- package/dist/Forms/HoneyPot/index.js +71 -0
- package/dist/Forms/MortgageRate/MortgageRateForm.js +17 -7
- package/dist/Forms/MortgageRate/MortgageRateWatch.js +16 -6
- package/dist/Forms/QuickPricer/QuickPricerForm.js +19 -20
- package/dist/Forms/ScheduleCall.js +20 -3
- package/dist/Forms/ScheduleCallPremier.js +20 -3
- package/dist/Forms/SuccesForm.js +31 -21
- package/dist/Forms/VendorQuestionnaire.js +12 -2
- package/dist/Forms/WcplSurvey.js +20 -3
- package/dist/Forms/index.d.ts +3 -0
- package/dist/Forms/index.js +8 -0
- package/dist/HelpArticle/HelpArticle.css.d.ts +4 -0
- package/dist/HelpArticle/HelpArticle.css.js +12 -0
- package/dist/HelpArticle/index.d.ts +1 -0
- package/dist/HelpArticle/index.js +7 -0
- package/dist/HeroBanner/HeroBanner.css.d.ts +19 -17
- package/dist/HeroBanner/HeroBanner.css.js +9 -5
- package/dist/HeroBanner/HeroBanner.d.ts +1 -1
- package/dist/HeroBanner/HeroBanner.interface.d.ts +3 -0
- package/dist/HeroBanner/HeroBanner.js +47 -1
- package/dist/HeroBanner/LargeBanner.css.d.ts +20 -20
- package/dist/HeroBanner/SelectionBanner.css.d.ts +8 -8
- package/dist/HeroBanner/index.js +3 -1
- package/dist/Hyperlink/index.js +17 -7
- package/dist/IconBillboard/IconBillboard.css.d.ts +26 -25
- package/dist/IconBillboard/IconBillboard.css.js +5 -3
- package/dist/IconBillboard/IconBillboard.d.ts +1 -2
- package/dist/IconBillboard/IconBillboard.interface.d.ts +1 -0
- package/dist/IconBillboard/IconBillboard.js +46 -80
- package/dist/IconBillboard/IconBillboardSet.js +1 -1
- package/dist/IconBillboard/index.js +3 -3
- package/dist/IconBillboard/sections/CallToActionSection.d.ts +12 -0
- package/dist/IconBillboard/sections/CallToActionSection.js +101 -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/ModalWrapper.d.ts +9 -0
- package/dist/ImageBillboard/ExitIntentModal/ModalWrapper.js +85 -0
- package/dist/ImageBillboard/ExitIntentModal/useExitIntentModal.d.ts +5 -0
- package/dist/ImageBillboard/ExitIntentModal/useExitIntentModal.js +90 -0
- package/dist/ImageBillboard/ImageBillboard.css.d.ts +36 -20
- package/dist/ImageBillboard/ImageBillboard.css.js +50 -18
- package/dist/ImageBillboard/ImageBillboard.interface.d.ts +20 -2
- package/dist/ImageBillboard/ImageBillboardSet.d.ts +1 -1
- package/dist/ImageBillboard/ImageBillboardSet.js +104 -28
- package/dist/ImageBillboard/index.js +17 -1
- package/dist/ImageLink/ImageLink.d.ts +2 -2
- package/dist/ImageLink/ImageLink.js +17 -13
- package/dist/ImageLink/ImageLinkSet.js +20 -10
- package/dist/ImageLink/index.js +17 -7
- package/dist/Input/Checkbox.js +2 -1
- package/dist/Input/Input.css.d.ts +16 -16
- package/dist/Input/Input.js +4 -1
- package/dist/Input/PercentageInput.d.ts +3 -0
- package/dist/Input/PercentageInput.js +32 -0
- package/dist/Input/RadioButton.js +12 -3
- package/dist/Inputs/Input.css.d.ts +14 -14
- package/dist/Insight/Featured/CategorySelector.js +28 -20
- package/dist/Insight/Featured/Featured.js +75 -58
- package/dist/Insight/Featured/Header.js +22 -12
- package/dist/Interstitial/Interstitial-variants.css.d.ts +2 -2
- package/dist/LandingPageHeader/LandingPageHeader.css.d.ts +3 -3
- package/dist/Modal/Modal.js +15 -5
- package/dist/NavigationMenu/AxosALTS/NavData.js +14 -4
- package/dist/NavigationMenu/AxosALTS/index.js +14 -4
- package/dist/NavigationMenu/AxosAdvisor/SubNavBar.js +3 -10
- package/dist/NavigationMenu/AxosAdvisor/index.js +3 -11
- package/dist/NavigationMenu/AxosAdvisorServices/NavData.js +0 -5
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.d.ts +2 -0
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +345 -0
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +53 -0
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +272 -0
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +664 -0
- package/dist/NavigationMenu/AxosBank/NavBar.module.js +39 -81
- package/dist/NavigationMenu/AxosBank/NavData.js +14 -4
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +432 -108
- package/dist/NavigationMenu/AxosBank/index.d.ts +2 -1
- package/dist/NavigationMenu/AxosBank/index.js +104 -533
- package/dist/NavigationMenu/LaVictoire/NavData.js +14 -4
- package/dist/NavigationMenu/LaVictoire/index.js +40 -20
- package/dist/NavigationMenu/NavDataJson.d.ts +2 -0
- package/dist/NavigationMenu/NavDataJson.js +309 -0
- package/dist/NavigationMenu/Navbar.d.ts +5 -0
- package/dist/NavigationMenu/Navbar.js +195 -0
- package/dist/NavigationMenu/SignInNavButton.d.ts +1 -0
- package/dist/NavigationMenu/SignInNavButton.js +363 -0
- package/dist/PageNavItem/PageNavItem.css.d.ts +2 -2
- package/dist/SetContainer/SetContainer.css.d.ts +17 -18
- package/dist/SetContainer/SetContainer.css.js +2 -4
- package/dist/SetContainer/SetContainer.d.ts +2 -1
- package/dist/SetContainer/SetContainer.js +27 -13
- package/dist/SetContainer/index.js +1 -2
- package/dist/SocialMediaBar/iconsRepository.js +14 -4
- package/dist/StepItem/StepItem.css.d.ts +18 -18
- package/dist/StepItemSet/StepItemSet.css.d.ts +14 -14
- package/dist/StepItemSet/StepItemSet.js +2 -6
- package/dist/Tab/Tab.css.d.ts +12 -12
- package/dist/Table/Table.css.d.ts +25 -25
- package/dist/Table/Table.d.ts +3 -3
- package/dist/Topic/Topic.css.d.ts +4 -0
- package/dist/Topic/Topic.css.js +12 -0
- package/dist/Topic/Topic.d.ts +19 -0
- package/dist/Topic/Topic.js +24 -0
- package/dist/Topic/index.d.ts +2 -0
- package/dist/Topic/index.js +12 -0
- package/dist/VideoTile/VideoTile.interface.d.ts +4 -3
- package/dist/VideoTile/VideoTile.js +183 -28
- package/dist/VideoWrapper/index.js +15 -5
- package/dist/WalnutIframe/index.d.ts +6 -0
- package/dist/WalnutIframe/index.js +21 -0
- package/dist/WalnutIframe/wrapper.module.js +14 -0
- package/dist/assets/Auth/ErrorAlert.css +37 -0
- package/dist/assets/Auth/SignIn.css +86 -0
- package/dist/assets/Button/Button.css +31 -16
- package/dist/assets/Calculators/AxosOneCalculator/BalanceAPYCalculator.css +5 -0
- package/dist/assets/Calculators/BuyDownCalculator/BuyDownCalculator.css +197 -0
- package/dist/assets/Calculators/SummitApyCalculator/BalanceAPYCalculator.css +8 -0
- package/dist/assets/CallToActionBar/CallToActionBar.css +4 -0
- package/dist/assets/Comparison/Comparison.css +9 -2
- package/dist/assets/Forms/HoneyPot/HoneyPot.css +4 -0
- package/dist/assets/HelpArticle/HelpArticle.css +70 -0
- package/dist/assets/HeroBanner/HeroBanner.css +38 -26
- package/dist/assets/HeroBanner/LargeBanner.css +3 -0
- package/dist/assets/IconBillboard/IconBillboard.css +43 -36
- package/dist/assets/ImageBillboard/ImageBillboard.css +336 -36
- package/dist/assets/Insight/Insight.css +12 -0
- package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css +191 -0
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css +6 -0
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +473 -661
- package/dist/assets/SetContainer/SetContainer.css +44 -22
- package/dist/assets/Topic/Topic.css +54 -0
- package/dist/assets/WalnutIframe/wrapper.css.css +49 -0
- package/dist/assets/globals.css +13 -30
- package/dist/assets/utils/optimizeImage/optimizeImage.css.css +47 -0
- package/dist/icons/ArrowIcon/ArrowIcon.css.d.ts +3 -3
- package/dist/icons/CheckIcon/CheckIcon.css.d.ts +2 -2
- package/dist/icons/Logos/AXB.d.ts +8 -0
- package/dist/icons/Logos/AXB.js +74 -0
- package/dist/main.d.ts +5 -0
- package/dist/main.js +69 -8
- package/dist/themes/axos.css.d.ts +38 -38
- package/dist/utils/allowedAxosDomains.js +19 -3
- package/dist/utils/appendQueryParams.js +3 -6
- package/dist/utils/{lazyImage/lazyImage.d.ts → optimizeImage/OptimizeImage.d.ts} +3 -2
- package/dist/utils/optimizeImage/OptimizeImage.js +46 -0
- package/dist/utils/optimizeImage/index.d.ts +1 -0
- package/dist/utils/optimizeImage/index.js +4 -0
- package/dist/utils/optimizeImage/optimizeImage.module.js +14 -0
- package/package.json +11 -8
- package/dist/utils/lazyImage/imageObserver.d.ts +0 -9
- package/dist/utils/lazyImage/imageObserver.js +0 -29
- package/dist/utils/lazyImage/index.d.ts +0 -2
- package/dist/utils/lazyImage/index.js +0 -7
- package/dist/utils/lazyImage/lazyImage.js +0 -26
package/dist/Forms/index.js
CHANGED
|
@@ -4,11 +4,13 @@ import { ApplyNow, getLink } from "./ApplyNow.js";
|
|
|
4
4
|
import { ClearingForm } from "./ClearingForm.js";
|
|
5
5
|
import { CommercialDeposits } from "./CommercialDeposits.js";
|
|
6
6
|
import { CommercialLending } from "./CommercialLending.js";
|
|
7
|
+
import { CommercialPremiumFinance } from "./CommercialPremiumFinance.js";
|
|
7
8
|
import { ContactCompany } from "./ContactCompany.js";
|
|
8
9
|
import { ContactCompanyTitle } from "./ContactCompanyTitle.js";
|
|
9
10
|
import { ContactUs } from "./ContactUs.js";
|
|
10
11
|
import { ContactUsAAS } from "./ContactUsAAS.js";
|
|
11
12
|
import { ContactUsBusiness } from "./ContactUsBusiness.js";
|
|
13
|
+
import { ContactUsBusinessNameAndEmail } from "./ContactUsBusinessNameEmail.js";
|
|
12
14
|
import { ContactUsLVF } from "./ContactUsLVF.js";
|
|
13
15
|
import { ContactUsNMLSId } from "./ContactUsNMLSId.js";
|
|
14
16
|
import { CpraRequest } from "./CpraRequest.js";
|
|
@@ -17,6 +19,7 @@ import { DealerServices } from "./DealerServices.js";
|
|
|
17
19
|
import { EmailOnly } from "./EmailOnly.js";
|
|
18
20
|
import { EmailUs } from "./EmailUs.js";
|
|
19
21
|
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.css.js";
|
|
22
|
+
import { HoneyPot, honeyPotSchema, isValidHoneyPot } from "./HoneyPot/index.js";
|
|
20
23
|
import { MortgageRate } from "./MortgageRate/MortgageRateForm.js";
|
|
21
24
|
import "react/jsx-runtime";
|
|
22
25
|
import { RateWatchForm } from "./MortgageRate/MortgageRateWatch.js";
|
|
@@ -40,11 +43,13 @@ export {
|
|
|
40
43
|
ClearingForm,
|
|
41
44
|
CommercialDeposits,
|
|
42
45
|
CommercialLending,
|
|
46
|
+
CommercialPremiumFinance,
|
|
43
47
|
ContactCompany,
|
|
44
48
|
ContactCompanyTitle,
|
|
45
49
|
ContactUs,
|
|
46
50
|
ContactUsAAS,
|
|
47
51
|
ContactUsBusiness,
|
|
52
|
+
ContactUsBusinessNameAndEmail,
|
|
48
53
|
ContactUsLVF,
|
|
49
54
|
ContactUsNMLSId,
|
|
50
55
|
CpraRequest,
|
|
@@ -52,6 +57,7 @@ export {
|
|
|
52
57
|
DealerServices,
|
|
53
58
|
EmailOnly,
|
|
54
59
|
EmailUs,
|
|
60
|
+
HoneyPot,
|
|
55
61
|
MortgageRate,
|
|
56
62
|
MortgageRateFilters,
|
|
57
63
|
QuickPricer,
|
|
@@ -84,8 +90,10 @@ export {
|
|
|
84
90
|
headerContainer,
|
|
85
91
|
headerForm,
|
|
86
92
|
hide_options,
|
|
93
|
+
honeyPotSchema,
|
|
87
94
|
iconForm,
|
|
88
95
|
iconbillboards_option_apply_now,
|
|
96
|
+
isValidHoneyPot,
|
|
89
97
|
mb_form,
|
|
90
98
|
modalCheckboxContainer,
|
|
91
99
|
modalMobile,
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import '../assets/HelpArticle/HelpArticle.css';import '../assets/Typography/Typography.css';/* empty css */
|
|
2
|
+
/* empty css */
|
|
3
|
+
var helpArticle_headline = "_1yo1bp90";
|
|
4
|
+
var insight_headline_2 = "_1yo1bp91";
|
|
5
|
+
var helpArticle_p = "_1yo1bp92";
|
|
6
|
+
var helpArticle_container = "_1yo1bp93";
|
|
7
|
+
export {
|
|
8
|
+
helpArticle_container,
|
|
9
|
+
helpArticle_headline,
|
|
10
|
+
helpArticle_p,
|
|
11
|
+
insight_headline_2
|
|
12
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './HelpArticle.css';
|
|
@@ -2,21 +2,21 @@ export declare const logout: string;
|
|
|
2
2
|
export declare const hero_banner: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
3
3
|
variant: {
|
|
4
4
|
primary: {
|
|
5
|
-
background: `var(--${string})
|
|
5
|
+
background: `var(--${string})`;
|
|
6
6
|
borderBottom: "1px solid #d4d4d4";
|
|
7
|
-
color: `var(--${string})
|
|
7
|
+
color: `var(--${string})`;
|
|
8
8
|
};
|
|
9
9
|
secondary: {
|
|
10
|
-
background: `var(--${string})
|
|
11
|
-
color: `var(--${string})
|
|
10
|
+
background: `var(--${string})`;
|
|
11
|
+
color: `var(--${string})`;
|
|
12
12
|
};
|
|
13
13
|
tertiary: {
|
|
14
|
-
background: `var(--${string})
|
|
15
|
-
color: `var(--${string})
|
|
14
|
+
background: `var(--${string})`;
|
|
15
|
+
color: `var(--${string})`;
|
|
16
16
|
};
|
|
17
17
|
quaternary: {
|
|
18
|
-
background: `var(--${string})
|
|
19
|
-
color: `var(--${string})
|
|
18
|
+
background: `var(--${string})`;
|
|
19
|
+
color: `var(--${string})`;
|
|
20
20
|
};
|
|
21
21
|
};
|
|
22
22
|
}>;
|
|
@@ -26,50 +26,52 @@ export declare const reversed_lg_image: string;
|
|
|
26
26
|
export declare const hero_text: string;
|
|
27
27
|
export declare const hero_wrapper: string;
|
|
28
28
|
export declare const hero_img: string;
|
|
29
|
+
export declare const img_contents: string;
|
|
29
30
|
export declare const heroSupertag: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
30
31
|
variant: {
|
|
31
32
|
primary: {
|
|
32
|
-
background: `var(--${string})
|
|
33
|
+
background: `var(--${string})`;
|
|
33
34
|
backgroundClip: "text";
|
|
34
35
|
WebkitTextFillColor: "transparent";
|
|
35
36
|
textShadow: "0px 0px #00000000";
|
|
36
37
|
};
|
|
37
38
|
secondary: {
|
|
38
|
-
background: `var(--${string})
|
|
39
|
+
background: `var(--${string})`;
|
|
39
40
|
backgroundClip: "text";
|
|
40
41
|
WebkitTextFillColor: "transparent";
|
|
41
42
|
textShadow: "0px 0px #00000000";
|
|
42
43
|
};
|
|
43
44
|
tertiary: {
|
|
44
|
-
color: `var(--${string})
|
|
45
|
+
color: `var(--${string})`;
|
|
45
46
|
};
|
|
46
47
|
quaternary: {
|
|
47
|
-
color: `var(--${string})
|
|
48
|
+
color: `var(--${string})`;
|
|
48
49
|
};
|
|
49
50
|
};
|
|
50
51
|
}>;
|
|
51
52
|
export declare const headline_text: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
52
53
|
variant: {
|
|
53
54
|
primary: {
|
|
54
|
-
background: `var(--${string})
|
|
55
|
+
background: `var(--${string})`;
|
|
55
56
|
backgroundClip: "text";
|
|
56
57
|
WebkitTextFillColor: "transparent";
|
|
57
58
|
textShadow: "0px 0px #00000000";
|
|
58
59
|
};
|
|
59
60
|
secondary: {
|
|
60
|
-
background: `var(--${string})
|
|
61
|
+
background: `var(--${string})`;
|
|
61
62
|
backgroundClip: "text";
|
|
62
63
|
WebkitTextFillColor: "transparent";
|
|
63
64
|
textShadow: "0px 0px #00000000";
|
|
64
65
|
};
|
|
65
66
|
tertiary: {
|
|
66
|
-
color: `var(--${string})
|
|
67
|
+
color: `var(--${string})`;
|
|
67
68
|
};
|
|
68
69
|
quaternary: {
|
|
69
|
-
color: `var(--${string})
|
|
70
|
+
color: `var(--${string})`;
|
|
70
71
|
};
|
|
71
72
|
};
|
|
72
73
|
}>;
|
|
73
74
|
export declare const hero_btns: string;
|
|
74
75
|
export declare const hero_embedded_image: string;
|
|
75
|
-
export declare const
|
|
76
|
+
export declare const hero_sub_bullets: string;
|
|
77
|
+
export declare const hero_bullet_item: string;
|
|
@@ -13,19 +13,23 @@ var reversed_lg_image = "_1ye8k3f8";
|
|
|
13
13
|
var hero_text = "_1ye8k3f9";
|
|
14
14
|
var hero_wrapper = "_1ye8k3fa";
|
|
15
15
|
var hero_img = "_1ye8k3fb";
|
|
16
|
-
var
|
|
17
|
-
var
|
|
18
|
-
var
|
|
19
|
-
var
|
|
20
|
-
var
|
|
16
|
+
var img_contents = "_1ye8k3fc";
|
|
17
|
+
var heroSupertag = createRuntimeFn({ defaultClassName: "_1ye8k3fd", variantClassNames: { variant: { primary: "_1ye8k3fe", secondary: "_1ye8k3ff", tertiary: "_1ye8k3fg", quaternary: "_1ye8k3fh" } }, defaultVariants: {}, compoundVariants: [] });
|
|
18
|
+
var headline_text = createRuntimeFn({ defaultClassName: "_1ye8k3fi", variantClassNames: { variant: { primary: "_1ye8k3fj", secondary: "_1ye8k3fk", tertiary: "_1ye8k3fl", quaternary: "_1ye8k3fm" } }, defaultVariants: {}, compoundVariants: [] });
|
|
19
|
+
var hero_btns = "_1ye8k3fn";
|
|
20
|
+
var hero_embedded_image = "_1ye8k3fo";
|
|
21
|
+
var hero_sub_bullets = "_1ye8k3fp";
|
|
22
|
+
var hero_bullet_item = "_1ye8k3fq";
|
|
21
23
|
export {
|
|
22
24
|
headline_text,
|
|
23
25
|
heroSupertag,
|
|
24
26
|
hero_banner,
|
|
25
27
|
hero_btns,
|
|
28
|
+
hero_bullet_item,
|
|
26
29
|
hero_content,
|
|
27
30
|
hero_embedded_image,
|
|
28
31
|
hero_img,
|
|
32
|
+
hero_sub_bullets,
|
|
29
33
|
hero_text,
|
|
30
34
|
hero_wrapper,
|
|
31
35
|
img_contents,
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { HeroBannerInterface } from './HeroBanner.interface';
|
|
2
2
|
|
|
3
|
-
export declare const HeroBanner: ({ id, eyebrow, headline, bodyCopy, callToActionRow, bannerType, image, imagePlacement, variant, selection, isSelectionBanner, }: HeroBannerInterface) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export declare const HeroBanner: ({ id, eyebrow, headline, bodyCopy, bullets, subBodyCopy, callToActionRow, bannerType, image, imagePlacement, variant, selection, isSelectionBanner, }: HeroBannerInterface) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { BulletItemProps } from '../BulletItem';
|
|
1
2
|
import { ChevronProps } from '../Chevron/Chevron.interface';
|
|
2
3
|
import { ReactNode } from 'react';
|
|
3
4
|
|
|
@@ -25,5 +26,7 @@ export interface HeroBannerInterface extends HeroBannerWithImage, HeroBannerWith
|
|
|
25
26
|
eyebrow?: string | ReactNode;
|
|
26
27
|
headline?: string | ReactNode;
|
|
27
28
|
bodyCopy?: string | ReactNode;
|
|
29
|
+
bullets: BulletItemProps[];
|
|
30
|
+
subBodyCopy?: string | ReactNode;
|
|
28
31
|
callToActionRow?: ChevronProps[];
|
|
29
32
|
}
|
|
@@ -4,10 +4,18 @@ import "../Button/Button.css.js";
|
|
|
4
4
|
import "react";
|
|
5
5
|
import "react-use";
|
|
6
6
|
import { Chevron } from "../Chevron/index.js";
|
|
7
|
+
import "../icons/ArrowIcon/ArrowIcon.css.js";
|
|
8
|
+
import "../icons/CheckIcon/CheckIcon.css.js";
|
|
9
|
+
import SvgCheckIcon from "../icons/CheckIcon/index.js";
|
|
10
|
+
import '../assets/icons/FollowIcon/FollowIcon.css';import '../assets/icons/DownloadIcon/DownloadIcon.css';import '../assets/themes/victorie.css';import '../assets/themes/premier.css';import '../assets/themes/axos.css';/* empty css */
|
|
11
|
+
/* empty css */
|
|
12
|
+
/* empty css */
|
|
13
|
+
/* empty css */
|
|
14
|
+
/* empty css */
|
|
7
15
|
import { getVariant } from "../utils/getVariant.js";
|
|
8
16
|
import Image from "next/image.js";
|
|
9
17
|
import clsx from "clsx";
|
|
10
|
-
import { logout, hero_banner, hero_wrapper, hero_content, reversed, hero_text, heroSupertag, headline_text, hero_btns, hero_img, img_contents, reversed_lg_image } from "./HeroBanner.css.js";
|
|
18
|
+
import { logout, hero_banner, hero_wrapper, hero_content, reversed, hero_text, heroSupertag, headline_text, hero_bullet_item, hero_sub_bullets, hero_btns, hero_img, img_contents, reversed_lg_image } from "./HeroBanner.css.js";
|
|
11
19
|
import { lg_hero_banner, lg_hero_content, lg_hero_text, lg_hero_eyebrow, lg_headline_text, lg_hero_img, lg_hero_sizing } from "./LargeBanner.css.js";
|
|
12
20
|
import { selection_section_icon_img, selection_section_icon, selection_section, selection_section_bg, selection_section_content, selection_headline_text } from "./SelectionBanner.css.js";
|
|
13
21
|
const HeroBanner = ({
|
|
@@ -15,6 +23,8 @@ const HeroBanner = ({
|
|
|
15
23
|
eyebrow,
|
|
16
24
|
headline,
|
|
17
25
|
bodyCopy,
|
|
26
|
+
bullets,
|
|
27
|
+
subBodyCopy,
|
|
18
28
|
callToActionRow,
|
|
19
29
|
bannerType = "Hero",
|
|
20
30
|
image,
|
|
@@ -59,6 +69,42 @@ const HeroBanner = ({
|
|
|
59
69
|
}
|
|
60
70
|
),
|
|
61
71
|
/* @__PURE__ */ jsx(Fragment, { children: bodyCopy }),
|
|
72
|
+
bullets && bullets.length > 0 && /* @__PURE__ */ jsx("ul", { className: "list_unstyled mb_0 push_up_24", children: bullets.map(
|
|
73
|
+
({ id: id2, icon, copy, subBullet }) => !subBullet ? /* @__PURE__ */ jsxs(
|
|
74
|
+
"li",
|
|
75
|
+
{
|
|
76
|
+
className: `list_item flex ${hero_bullet_item}`,
|
|
77
|
+
children: [
|
|
78
|
+
/* @__PURE__ */ jsx("div", { className: "img_item", children: getVariant(variant) ? /* @__PURE__ */ jsx(
|
|
79
|
+
SvgCheckIcon,
|
|
80
|
+
{
|
|
81
|
+
variant: getVariant(variant) === "primary" || getVariant(variant) === "secondary" ? "primary" : "secondary"
|
|
82
|
+
}
|
|
83
|
+
) : /* @__PURE__ */ jsx("img", { src: icon?.src, alt: icon?.altText }) }),
|
|
84
|
+
/* @__PURE__ */ jsx("span", { children: copy })
|
|
85
|
+
]
|
|
86
|
+
},
|
|
87
|
+
id2
|
|
88
|
+
) : /* @__PURE__ */ jsx(
|
|
89
|
+
"ul",
|
|
90
|
+
{
|
|
91
|
+
className: clsx(hero_sub_bullets, "mb_0", "push_up"),
|
|
92
|
+
children: /* @__PURE__ */ jsxs("li", { className: "list_item flex", children: [
|
|
93
|
+
/* @__PURE__ */ jsx("div", { className: "img_item", children: /* @__PURE__ */ jsx(
|
|
94
|
+
"img",
|
|
95
|
+
{
|
|
96
|
+
style: { maxWidth: "max-content" },
|
|
97
|
+
src: icon?.src,
|
|
98
|
+
alt: icon?.altText
|
|
99
|
+
}
|
|
100
|
+
) }),
|
|
101
|
+
/* @__PURE__ */ jsx("span", { children: copy })
|
|
102
|
+
] })
|
|
103
|
+
},
|
|
104
|
+
id2
|
|
105
|
+
)
|
|
106
|
+
) }),
|
|
107
|
+
subBodyCopy && /* @__PURE__ */ jsx("div", { className: "push_up_24", children: subBodyCopy }),
|
|
62
108
|
callToActionRow && callToActionRow.length > 0 && /* @__PURE__ */ jsx("div", { className: `${hero_btns}`, children: callToActionRow.map(
|
|
63
109
|
({
|
|
64
110
|
id: id2,
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
export declare const lg_hero_banner: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
2
2
|
variant: {
|
|
3
3
|
primary: {
|
|
4
|
-
background: `var(--${string})
|
|
4
|
+
background: `var(--${string})`;
|
|
5
5
|
};
|
|
6
6
|
secondary: {
|
|
7
|
-
background: `var(--${string})
|
|
7
|
+
background: `var(--${string})`;
|
|
8
8
|
};
|
|
9
9
|
tertiary: {
|
|
10
|
-
background: `var(--${string})
|
|
10
|
+
background: `var(--${string})`;
|
|
11
11
|
};
|
|
12
12
|
quaternary: {
|
|
13
|
-
background: `var(--${string})
|
|
13
|
+
background: `var(--${string})`;
|
|
14
14
|
};
|
|
15
15
|
};
|
|
16
16
|
}>;
|
|
@@ -18,52 +18,52 @@ export declare const lg_hero_content: string;
|
|
|
18
18
|
export declare const lg_hero_text: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
19
19
|
variant: {
|
|
20
20
|
primary: {
|
|
21
|
-
background: `var(--${string})
|
|
22
|
-
color: `var(--${string})
|
|
21
|
+
background: `var(--${string})`;
|
|
22
|
+
color: `var(--${string})`;
|
|
23
23
|
};
|
|
24
24
|
secondary: {
|
|
25
|
-
background: `var(--${string})
|
|
26
|
-
color: `var(--${string})
|
|
25
|
+
background: `var(--${string})`;
|
|
26
|
+
color: `var(--${string})`;
|
|
27
27
|
};
|
|
28
28
|
tertiary: {
|
|
29
|
-
background: `var(--${string})
|
|
30
|
-
color: `var(--${string})
|
|
29
|
+
background: `var(--${string})`;
|
|
30
|
+
color: `var(--${string})`;
|
|
31
31
|
};
|
|
32
32
|
quaternary: {
|
|
33
|
-
background: `var(--${string})
|
|
34
|
-
color: `var(--${string})
|
|
33
|
+
background: `var(--${string})`;
|
|
34
|
+
color: `var(--${string})`;
|
|
35
35
|
};
|
|
36
36
|
};
|
|
37
37
|
}>;
|
|
38
38
|
export declare const lg_hero_eyebrow: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
39
39
|
variant: {
|
|
40
40
|
primary: {
|
|
41
|
-
color: `var(--${string})
|
|
41
|
+
color: `var(--${string})`;
|
|
42
42
|
};
|
|
43
43
|
secondary: {
|
|
44
|
-
color: `var(--${string})
|
|
44
|
+
color: `var(--${string})`;
|
|
45
45
|
};
|
|
46
46
|
tertiary: {
|
|
47
|
-
color: `var(--${string})
|
|
47
|
+
color: `var(--${string})`;
|
|
48
48
|
};
|
|
49
49
|
quaternary: {
|
|
50
|
-
color: `var(--${string})
|
|
50
|
+
color: `var(--${string})`;
|
|
51
51
|
};
|
|
52
52
|
};
|
|
53
53
|
}>;
|
|
54
54
|
export declare const lg_headline_text: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
55
55
|
variant: {
|
|
56
56
|
primary: {
|
|
57
|
-
color: `var(--${string})
|
|
57
|
+
color: `var(--${string})`;
|
|
58
58
|
};
|
|
59
59
|
secondary: {
|
|
60
|
-
color: `var(--${string})
|
|
60
|
+
color: `var(--${string})`;
|
|
61
61
|
};
|
|
62
62
|
tertiary: {
|
|
63
|
-
color: `var(--${string})
|
|
63
|
+
color: `var(--${string})`;
|
|
64
64
|
};
|
|
65
65
|
quaternary: {
|
|
66
|
-
color: `var(--${string})
|
|
66
|
+
color: `var(--${string})`;
|
|
67
67
|
};
|
|
68
68
|
};
|
|
69
69
|
}>;
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
export declare const selection_headline_text: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
2
2
|
variant: {
|
|
3
3
|
primary: {
|
|
4
|
-
color: `var(--${string})
|
|
4
|
+
color: `var(--${string})`;
|
|
5
5
|
};
|
|
6
6
|
secondary: {
|
|
7
|
-
background: `var(--${string})
|
|
7
|
+
background: `var(--${string})`;
|
|
8
8
|
backgroundClip: "text";
|
|
9
9
|
WebkitTextFillColor: "transparent";
|
|
10
10
|
textShadow: "0px 0px #00000000";
|
|
11
11
|
};
|
|
12
12
|
tertiary: {
|
|
13
|
-
color: `var(--${string})
|
|
13
|
+
color: `var(--${string})`;
|
|
14
14
|
};
|
|
15
15
|
quaternary: {
|
|
16
|
-
color: `var(--${string})
|
|
16
|
+
color: `var(--${string})`;
|
|
17
17
|
};
|
|
18
18
|
};
|
|
19
19
|
}>;
|
|
@@ -24,16 +24,16 @@ export declare const selection_section_icon: string;
|
|
|
24
24
|
export declare const selection_section_icon_img: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
25
25
|
variant: {
|
|
26
26
|
primary: {
|
|
27
|
-
backgroundColor: `var(--${string})
|
|
27
|
+
backgroundColor: `var(--${string})`;
|
|
28
28
|
};
|
|
29
29
|
secondary: {
|
|
30
|
-
backgroundColor: `var(--${string})
|
|
30
|
+
backgroundColor: `var(--${string})`;
|
|
31
31
|
};
|
|
32
32
|
tertiary: {
|
|
33
|
-
backgroundColor: `var(--${string})
|
|
33
|
+
backgroundColor: `var(--${string})`;
|
|
34
34
|
};
|
|
35
35
|
quaternary: {
|
|
36
|
-
backgroundColor: `var(--${string})
|
|
36
|
+
backgroundColor: `var(--${string})`;
|
|
37
37
|
};
|
|
38
38
|
};
|
|
39
39
|
}>;
|
package/dist/HeroBanner/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { HeroBanner } from "./HeroBanner.js";
|
|
2
|
-
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.css.js";
|
|
2
|
+
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.css.js";
|
|
3
3
|
import { selection_headline_text, selection_section, selection_section_bg, selection_section_content, selection_section_icon, selection_section_icon_img } from "./SelectionBanner.css.js";
|
|
4
4
|
export {
|
|
5
5
|
HeroBanner,
|
|
@@ -7,9 +7,11 @@ export {
|
|
|
7
7
|
heroSupertag,
|
|
8
8
|
hero_banner,
|
|
9
9
|
hero_btns,
|
|
10
|
+
hero_bullet_item,
|
|
10
11
|
hero_content,
|
|
11
12
|
hero_embedded_image,
|
|
12
13
|
hero_img,
|
|
14
|
+
hero_sub_bullets,
|
|
13
15
|
hero_text,
|
|
14
16
|
hero_wrapper,
|
|
15
17
|
img_contents,
|
package/dist/Hyperlink/index.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsx } from "react/jsx-runtime";
|
|
3
|
+
import "../Chevron/Chevron.css.js";
|
|
3
4
|
import "../Accordion/Accordion.js";
|
|
4
5
|
import "../Accordion/Accordion.css.js";
|
|
5
6
|
import "../icons/ArrowIcon/ArrowIcon.css.js";
|
|
6
7
|
import "../icons/CheckIcon/CheckIcon.css.js";
|
|
7
|
-
import '../assets/
|
|
8
|
+
import '../assets/Modal/Modal.css';import '../assets/VideoWrapper/VideoWrapper.css';import '../assets/TopicalNavSet/TopicalNavSet.css';import '../assets/TopicalNavItem/TopicalNavItem.css';import '../assets/Topic/Topic.css';import '../assets/TextBlock/TextBlock.css';import '../assets/SocialMediaBar/SocialMediaBar.css';import '../assets/SecondaryFooter/SecondaryFooter.css';import '../assets/Pagination/Pagination.css';import '../assets/PageNavSet/PageNavigationSet.css';import '../assets/NavigationMenu/LaVictoire/NavBar.css';import '../assets/NavigationMenu/AxosALTS/NavBar.css';import '../assets/NavigationMenu/AxosClearing/NavBar.css';import '../assets/NavigationMenu/AxosBank/SubNavbar.css';import '../assets/NavigationMenu/AxosBank/NavBar.css';import '../assets/NavigationMenu/AxosAdvisorServices/SubNavbar.css';import '../assets/NavigationMenu/AxosAdvisorServices/NavBar.css';import '../assets/NavigationMenu/AxosAdvisor/SubNavbar.css';import '../assets/NavigationMenu/AxosAdvisor/NavBar.css';import '../assets/Insight/Insight.css';import '../assets/Insight/Featured/Header.css';import '../assets/Insight/Featured/CategorySelector.css';import '../assets/Insight/Featured/Featured.css';import '../assets/ImageLink/ImageLink.css';import '../assets/VideoTile/VideoTile.css';import '../assets/HelpArticle/HelpArticle.css';import '../assets/FooterSiteMap/AxosBank/FooterSiteMap.css';import '../assets/FooterDisclosure/LVF/LaVictorieFooter.css';import '../assets/DownloadTile/DownloadTile.css';import '../assets/CollectInformationAlert/CollectInformationAlert.css';import '../assets/CallToActionBar/CallToActionBar.css';import '../assets/AwardsItem/AwardsItem.css';import '../assets/AwardsBanner/AwardsBanner.css';import '../assets/Auth/SignIn.css';import '../assets/Auth/ErrorAlert.css';import '../assets/Calculators/MarginTradingCalculator/MarginTradingCalculator.css';import '../assets/Forms/QuickPricer/UserInformation.css';import '../assets/Forms/QuickPricer/QuickPricerResults.css';import '../assets/BulletItem/BulletItem.css';import '../assets/Typography/Typography.css';import '../assets/icons/FollowIcon/FollowIcon.css';import '../assets/icons/DownloadIcon/DownloadIcon.css';import '../assets/themes/victorie.css';import '../assets/themes/premier.css';import '../assets/themes/axos.css';/* empty css */
|
|
8
9
|
/* empty css */
|
|
9
10
|
/* empty css */
|
|
10
11
|
/* empty css */
|
|
11
12
|
/* empty css */
|
|
12
13
|
import clsx from "clsx";
|
|
13
14
|
import "react";
|
|
14
|
-
import "../Chevron/Chevron.css.js";
|
|
15
15
|
import "../AlertBanner/AlertBanner.css.js";
|
|
16
16
|
import "../Article/Article.css.js";
|
|
17
17
|
import "../IconBillboard/IconBillboard.css.js";
|
|
@@ -20,8 +20,6 @@ import { validateLink } from "../utils/validateExternalLinks.js";
|
|
|
20
20
|
/* empty css */
|
|
21
21
|
/* empty css */
|
|
22
22
|
import "../Interstitial/Interstitial-variants.css.js";
|
|
23
|
-
/* empty css */
|
|
24
|
-
import { useGlobalContext } from "../Modal/contextApi/store.js";
|
|
25
23
|
import "../Button/Button.css.js";
|
|
26
24
|
import "react-use";
|
|
27
25
|
import "../ArticlesSet/ArticlesSet.css.js";
|
|
@@ -45,6 +43,7 @@ import "../Input/DownPaymentInput.js";
|
|
|
45
43
|
import "../Input/RadioButton.js";
|
|
46
44
|
import "react-hook-form";
|
|
47
45
|
import "../Forms/Forms.css.js";
|
|
46
|
+
import "../Forms/HoneyPot/index.js";
|
|
48
47
|
import "../Forms/SalesforceFieldsForm.js";
|
|
49
48
|
import "../Input/RadioButton.css.js";
|
|
50
49
|
import "../Input/Checkbox.css.js";
|
|
@@ -57,6 +56,12 @@ import "iframe-resizer";
|
|
|
57
56
|
import "../Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js";
|
|
58
57
|
import "../Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css.js";
|
|
59
58
|
import "../Calculators/SummitApyCalculator/BalanceAPYCalculator.css.js";
|
|
59
|
+
import "../Input/PercentageInput.js";
|
|
60
|
+
import "../Calculators/BuyDownCalculator/BuyDownCalculator.css.js";
|
|
61
|
+
/* empty css */
|
|
62
|
+
import "react-dom";
|
|
63
|
+
/* empty css */
|
|
64
|
+
import "../Auth/SignInPassword.js";
|
|
60
65
|
/* empty css */
|
|
61
66
|
/* empty css */
|
|
62
67
|
/* empty css */
|
|
@@ -77,7 +82,10 @@ import "../FaqAccordion/index.js";
|
|
|
77
82
|
import "../FooterDisclosure/FooterDisclosure.css.js";
|
|
78
83
|
/* empty css */
|
|
79
84
|
/* empty css */
|
|
85
|
+
/* empty css */
|
|
80
86
|
import "../ImageBillboard/ImageBillboard.css.js";
|
|
87
|
+
import "next/script.js";
|
|
88
|
+
/* empty css */
|
|
81
89
|
/* empty css */
|
|
82
90
|
/* empty css */
|
|
83
91
|
/* empty css */
|
|
@@ -89,9 +97,10 @@ import "next/navigation.js";
|
|
|
89
97
|
/* empty css */
|
|
90
98
|
/* empty css */
|
|
91
99
|
/* empty css */
|
|
100
|
+
import "next/link.js";
|
|
101
|
+
import "../NavigationMenu/AxosBank/MobileMenu/MobileNavData.js";
|
|
92
102
|
/* empty css */
|
|
93
103
|
import "../NavigationMenu/AxosBank/NavData.js";
|
|
94
|
-
import "next/link.js";
|
|
95
104
|
/* empty css */
|
|
96
105
|
/* empty css */
|
|
97
106
|
import "../NavigationMenu/AxosALTS/NavData.js";
|
|
@@ -107,11 +116,12 @@ import "react-slick";
|
|
|
107
116
|
import "../StepItem/StepItem.css.js";
|
|
108
117
|
import "../StepItemSet/StepItemSet.css.js";
|
|
109
118
|
/* empty css */
|
|
119
|
+
/* empty css */
|
|
110
120
|
/* empty css */
|
|
111
121
|
/* empty css */
|
|
112
|
-
import "next/script.js";
|
|
113
|
-
/* empty css */
|
|
114
122
|
/* empty css */
|
|
123
|
+
/* empty css */
|
|
124
|
+
import { useGlobalContext } from "../Modal/contextApi/store.js";
|
|
115
125
|
import { hyperlink } from "./Hyperlink.css.js";
|
|
116
126
|
const Hyperlink = ({
|
|
117
127
|
children,
|