@axos-web-dev/shared-components 2.2.24 → 2.2.26
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 -9
- package/dist/Article/Article.css.d.ts +8 -4
- package/dist/ArticlesSet/ArticlesSet.css.d.ts +23 -1
- package/dist/ArticlesSet/ArticlesSet.css.js +7 -7
- package/dist/ArticlesSet/ArticlesSet.js +3 -4
- package/dist/Auth/ErrorAlert.js +10 -9
- package/dist/Auth/SignInPassword.js +1 -1
- package/dist/AwardsItem/AwardsItem.js +2 -2
- package/dist/Button/Button.js +12 -11
- package/dist/Calculators/ApyCalculator/ApyCalculator.css.d.ts +46 -5
- package/dist/Calculators/ApyCalculator/ApyCalculator.css.js +72 -19
- package/dist/Calculators/ApyCalculator/index.d.ts +2 -2
- package/dist/Calculators/ApyCalculator/index.js +585 -293
- package/dist/Calculators/AxosOneCalculator/BalanceAPYCalculator.css.js +2 -1
- package/dist/Calculators/Calculator.js +5 -5
- package/dist/Calculators/MarginTradingCalculator/index.js +11 -10
- package/dist/Carousel/index.js +11 -10
- package/dist/Chatbot/Bubble.css.js +0 -1
- package/dist/Chatbot/Chatbot.css.js +1 -0
- package/dist/Chatbot/Chatbot.js +83 -23
- package/dist/Chevron/index.js +12 -11
- package/dist/Comparison/Comparison.css.d.ts +1 -0
- package/dist/Comparison/Comparison.css.js +16 -17
- package/dist/Comparison/Comparison.js +10 -9
- package/dist/Comparison/ComparisonSet.js +2 -1
- package/dist/Comparison/index.js +2 -1
- package/dist/ExecutiveBio/ExecutiveBio.js +10 -9
- package/dist/FaqAccordion/index.js +12 -11
- package/dist/FdicCallout/index.js +2 -1
- package/dist/FooterDisclosure/FooterDisclosure.js +1 -0
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +678 -671
- package/dist/Forms/ApplyNow.js +11 -10
- package/dist/Forms/ContactUsBusiness.js +12 -11
- package/dist/Forms/ContactUsBusinessNameEmail.js +12 -11
- package/dist/Forms/ContactUsNMLSId.js +12 -11
- package/dist/Forms/CpraRequest.js +12 -11
- package/dist/Forms/CraPublicFile.js +12 -11
- package/dist/Forms/EmailOnly.js +12 -11
- package/dist/Forms/Forms.css.d.ts +3 -0
- package/dist/Forms/MortgageRate/MortgageRateForm.js +11 -10
- package/dist/Forms/MortgageRate/MortgageRateWatch.js +11 -10
- package/dist/Forms/MortgageWarehouseLending.js +12 -11
- package/dist/Forms/SuccesForm.js +11 -10
- package/dist/HeroBanner/HeroBanner.d.ts +1 -1
- package/dist/HeroBanner/HeroBanner.interface.d.ts +2 -0
- package/dist/HeroBanner/HeroBanner.js +33 -28
- package/dist/Hyperlink/index.js +10 -9
- package/dist/IconBillboard/IconBillboard.css.d.ts +16 -0
- package/dist/IconBillboard/IconBillboard.css.js +7 -4
- package/dist/IconBillboard/IconBillboard.interface.d.ts +2 -0
- package/dist/IconBillboard/IconBillboardSet.js +68 -62
- package/dist/IconBillboard/index.js +2 -1
- package/dist/ImageBillboard/ImageBillboard.interface.d.ts +2 -0
- package/dist/ImageBillboard/ImageBillboardSet.d.ts +1 -1
- package/dist/ImageBillboard/ImageBillboardSet.js +28 -20
- package/dist/ImageLink/ImageLink.js +7 -6
- package/dist/ImageLink/ImageLinkSet.js +6 -5
- package/dist/ImageLink/index.js +10 -9
- package/dist/ImageToast/ImageToast.css.d.ts +5 -0
- package/dist/ImageToast/ImageToast.css.js +13 -0
- package/dist/ImageToast/index.d.ts +9 -0
- package/dist/ImageToast/index.js +188 -0
- package/dist/Insight/Featured/CategorySelector.js +11 -10
- package/dist/Insight/Featured/Featured.js +11 -10
- package/dist/Insight/Featured/Header.js +11 -10
- package/dist/LandingPageHeader/LandingPageHeader.css.d.ts +5 -0
- package/dist/LandingPageHeader/LandingPageHeader.css.js +10 -0
- package/dist/LandingPageHeader/LandingPageHeader.d.ts +2 -1
- package/dist/LandingPageHeader/LandingPageHeader.js +36 -21
- package/dist/LandingPageHeader/WithLogin.d.ts +4 -0
- package/dist/LandingPageHeader/WithLogin.js +459 -0
- package/dist/LandingPageHeader/index.js +6 -1
- package/dist/Modal/Modal.js +12 -11
- package/dist/Modal/contextApi/store.d.ts +4 -0
- package/dist/NavigationMenu/AxosALTS/NavBar.module.js +23 -23
- package/dist/NavigationMenu/AxosALTS/index.js +45 -30
- package/dist/NavigationMenu/AxosAdvisor/index.js +1 -1
- package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +53 -53
- package/dist/NavigationMenu/AxosAdvisorServices/index.js +31 -24
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +9 -8
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +0 -7
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +0 -15
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +25 -117
- package/dist/NavigationMenu/AxosBank/index.js +37 -29
- package/dist/NavigationMenu/AxosClearing/NavBar.module.js +37 -37
- package/dist/NavigationMenu/AxosClearing/SubNavBar.js +6 -6
- package/dist/NavigationMenu/AxosClearing/index.js +31 -16
- package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +40 -40
- package/dist/NavigationMenu/AxosFiduciary/index.js +5 -2
- package/dist/NavigationMenu/LaVictoire/index.js +12 -11
- package/dist/NavigationMenu/NavItem/index.js +10 -1
- package/dist/NavigationMenu/Navbar.js +13 -12
- package/dist/NavigationMenu/SignInNavButton.js +13 -14
- package/dist/PageNavSet/PageNavSet.js +16 -8
- package/dist/SecondaryFooter/index.js +8 -1
- package/dist/SetContainer/SetContainer.css.d.ts +3 -0
- package/dist/SetContainer/SetContainer.js +8 -7
- package/dist/SocialMediaBar/iconsRepository.js +10 -9
- package/dist/SocialMediaBar/index.js +1 -1
- package/dist/StepItemSet/StepItemSet.css.d.ts +3 -0
- package/dist/Table/Table.css.d.ts +3 -0
- package/dist/Table/Table.css.js +22 -17
- package/dist/Table/Table.d.ts +1 -1
- package/dist/Table/Table.interface.d.ts +5 -8
- package/dist/Table/Table.js +29 -39
- package/dist/Table/index.js +3 -1
- package/dist/TopicalNavItem/TopicalNavItem.css.d.ts +0 -1
- package/dist/TopicalNavItem/TopicalNavItem.css.js +2 -4
- package/dist/TopicalNavItem/TopicalNavItem.js +11 -33
- package/dist/TopicalNavItem/index.js +1 -2
- package/dist/TopicalNavSet/TopicalNavSet.js +17 -9
- package/dist/VideoTile/VideoTile.js +10 -9
- package/dist/VideoWrapper/index.js +10 -9
- package/dist/assets/Article/Article.css +8 -4
- package/dist/assets/ArticlesSet/ArticlesSet.css +54 -39
- package/dist/assets/Auth/SignIn.css +2 -1
- package/dist/assets/Calculators/ApyCalculator/ApyCalculator.css +350 -64
- package/dist/assets/Calculators/AxosOneCalculator/BalanceAPYCalculator.css +2 -2
- package/dist/assets/CallToActionBar/CallToActionBar.css +2 -0
- package/dist/assets/Comparison/Comparison.css +32 -29
- package/dist/assets/DownloadTile/DownloadTile.css +0 -5
- package/dist/assets/FaqAccordion/FaqAccordion.css +1 -1
- package/dist/assets/FooterSiteMap/AxosBank/FooterSiteMap.css +2 -2
- package/dist/assets/Forms/Forms.css +3 -2
- package/dist/assets/HeroBanner/HeroBanner.css +1 -0
- package/dist/assets/IconBillboard/IconBillboard.css +60 -12
- package/dist/assets/ImageBillboard/ImageBillboard.css +0 -12
- package/dist/assets/ImageToast/ImageToast.css +39 -0
- package/dist/assets/LandingPageHeader/LandingPageHeader.css +68 -0
- package/dist/assets/NavigationMenu/AxosALTS/NavBar.css +50 -49
- package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css +122 -121
- package/dist/assets/NavigationMenu/AxosClearing/NavBar.css +93 -92
- package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css +83 -82
- package/dist/assets/SetContainer/SetContainer.css +7 -10
- package/dist/assets/SocialMediaBar/SocialMediaBar.css +1 -0
- package/dist/assets/StepItemSet/StepItemSet.css +3 -3
- package/dist/assets/Table/Table.css +103 -78
- package/dist/assets/TopicalNavItem/TopicalNavItem.css +25 -52
- package/dist/assets/TopicalNavSet/TopicalNavSet.css +28 -6
- package/dist/assets/VideoTile/VideoTile.css +0 -3
- package/dist/assets/globals.css +46 -2
- package/dist/globals.css.js +8 -1
- package/dist/icons/QuoteIconGrey.js +1 -0
- package/dist/icons/QuoteIconWhite.js +1 -0
- package/dist/icons/QuoteIconYellow.js +1 -0
- package/dist/index.css.js +8 -1
- package/dist/main.js +14 -6
- package/package.json +1 -1
|
@@ -1,40 +1,40 @@
|
|
|
1
|
-
import '../../assets/NavigationMenu/AxosClearing/NavBar.css';const header = "
|
|
2
|
-
const wrapper = "
|
|
3
|
-
const header_main_row = "
|
|
4
|
-
const mobile_header = "
|
|
5
|
-
const logo_wrap = "
|
|
6
|
-
const primary_links = "
|
|
7
|
-
const main_nav_link = "
|
|
8
|
-
const sub_nav_link = "
|
|
9
|
-
const signin_wrap = "
|
|
10
|
-
const signin_btn = "
|
|
11
|
-
const sub_nav = "
|
|
12
|
-
const header_sub_row = "
|
|
13
|
-
const signin_dropdown = "
|
|
14
|
-
const shadow = "
|
|
15
|
-
const signin_subheader = "
|
|
16
|
-
const opacity = "
|
|
17
|
-
const fadeInDown = "
|
|
18
|
-
const open = "
|
|
19
|
-
const hamburger = "
|
|
20
|
-
const mobile_only = "
|
|
21
|
-
const mobile_logo = "
|
|
22
|
-
const highlight = "
|
|
23
|
-
const mobile_nav = "
|
|
24
|
-
const mobile_opened = "
|
|
25
|
-
const mobile_nav_item = "
|
|
26
|
-
const has_dropdown = "
|
|
27
|
-
const icon_wrap = "
|
|
28
|
-
const mobile_footer = "
|
|
29
|
-
const mobile_footer_content = "
|
|
30
|
-
const mobile_footer_media = "
|
|
31
|
-
const footer_cta = "
|
|
32
|
-
const inner_wrapper = "
|
|
33
|
-
const btn = "
|
|
34
|
-
const sub_menu = "
|
|
35
|
-
const main = "
|
|
36
|
-
const dd_footer = "
|
|
37
|
-
const desktop_only = "
|
|
1
|
+
import '../../assets/NavigationMenu/AxosClearing/NavBar.css';const header = "_header_v4fcf_1";
|
|
2
|
+
const wrapper = "_wrapper_v4fcf_5";
|
|
3
|
+
const header_main_row = "_header_main_row_v4fcf_11";
|
|
4
|
+
const mobile_header = "_mobile_header_v4fcf_12";
|
|
5
|
+
const logo_wrap = "_logo_wrap_v4fcf_18";
|
|
6
|
+
const primary_links = "_primary_links_v4fcf_22";
|
|
7
|
+
const main_nav_link = "_main_nav_link_v4fcf_26";
|
|
8
|
+
const sub_nav_link = "_sub_nav_link_v4fcf_58";
|
|
9
|
+
const signin_wrap = "_signin_wrap_v4fcf_60";
|
|
10
|
+
const signin_btn = "_signin_btn_v4fcf_61";
|
|
11
|
+
const sub_nav = "_sub_nav_v4fcf_58";
|
|
12
|
+
const header_sub_row = "_header_sub_row_v4fcf_120";
|
|
13
|
+
const signin_dropdown = "_signin_dropdown_v4fcf_144";
|
|
14
|
+
const shadow = "_shadow_v4fcf_154";
|
|
15
|
+
const signin_subheader = "_signin_subheader_v4fcf_160";
|
|
16
|
+
const opacity = "_opacity_v4fcf_181";
|
|
17
|
+
const fadeInDown = "_fadeInDown_v4fcf_1";
|
|
18
|
+
const open = "_open_v4fcf_187";
|
|
19
|
+
const hamburger = "_hamburger_v4fcf_205";
|
|
20
|
+
const mobile_only = "_mobile_only_v4fcf_219";
|
|
21
|
+
const mobile_logo = "_mobile_logo_v4fcf_225";
|
|
22
|
+
const highlight = "_highlight_v4fcf_230";
|
|
23
|
+
const mobile_nav = "_mobile_nav_v4fcf_258";
|
|
24
|
+
const mobile_opened = "_mobile_opened_v4fcf_269";
|
|
25
|
+
const mobile_nav_item = "_mobile_nav_item_v4fcf_277";
|
|
26
|
+
const has_dropdown = "_has_dropdown_v4fcf_292";
|
|
27
|
+
const icon_wrap = "_icon_wrap_v4fcf_313";
|
|
28
|
+
const mobile_footer = "_mobile_footer_v4fcf_318";
|
|
29
|
+
const mobile_footer_content = "_mobile_footer_content_v4fcf_323";
|
|
30
|
+
const mobile_footer_media = "_mobile_footer_media_v4fcf_338";
|
|
31
|
+
const footer_cta = "_footer_cta_v4fcf_344";
|
|
32
|
+
const inner_wrapper = "_inner_wrapper_v4fcf_373";
|
|
33
|
+
const btn = "_btn_v4fcf_379";
|
|
34
|
+
const sub_menu = "_sub_menu_v4fcf_384";
|
|
35
|
+
const main = "_main_v4fcf_26";
|
|
36
|
+
const dd_footer = "_dd_footer_v4fcf_409";
|
|
37
|
+
const desktop_only = "_desktop_only_v4fcf_434";
|
|
38
38
|
const styles = {
|
|
39
39
|
header,
|
|
40
40
|
wrapper,
|
|
@@ -18,32 +18,32 @@ function SubNavBar() {
|
|
|
18
18
|
);
|
|
19
19
|
}, [pathname]);
|
|
20
20
|
return showNavbar ? /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
21
|
-
pathname?.includes("/who-we-serve") && /* @__PURE__ */ jsx("div", { className: `${styles.sub_nav} ${styles.desktop_only}`, children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsx("div", { className: styles.header_sub_row, children: /* @__PURE__ */ jsx("nav", { children: /* @__PURE__ */ jsx("ul", { className: "list_unstyled flex_row middle", children: whoWeServe.map(
|
|
21
|
+
pathname?.includes("/who-we-serve") && /* @__PURE__ */ jsx("div", { className: `${styles.sub_nav} ${styles.desktop_only}`, children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsx("div", { className: styles.header_sub_row, children: /* @__PURE__ */ jsx("nav", { "aria-label": "secondary navigation", children: /* @__PURE__ */ jsx("ul", { className: "list_unstyled flex_row middle", children: whoWeServe.map(
|
|
22
22
|
(item) => /* @__PURE__ */ jsx(
|
|
23
23
|
"li",
|
|
24
24
|
{
|
|
25
25
|
className: styles.sub_nav_link,
|
|
26
|
-
children: /* @__PURE__ */ jsx("a", { href: item.url,
|
|
26
|
+
children: /* @__PURE__ */ jsx("a", { href: item.url, children: item.name })
|
|
27
27
|
},
|
|
28
28
|
`snb-${item.id}`
|
|
29
29
|
)
|
|
30
30
|
) }) }) }) }) }),
|
|
31
|
-
pathname?.includes("/products-and-services") && /* @__PURE__ */ jsx("div", { className: `${styles.sub_nav} ${styles.desktop_only}`, children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsx("div", { className: styles.header_sub_row, children: /* @__PURE__ */ jsx("nav", { children: /* @__PURE__ */ jsx("ul", { className: "list_unstyled flex_row middle", children: productsAndServices.map(
|
|
31
|
+
pathname?.includes("/products-and-services") && /* @__PURE__ */ jsx("div", { className: `${styles.sub_nav} ${styles.desktop_only}`, children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsx("div", { className: styles.header_sub_row, children: /* @__PURE__ */ jsx("nav", { "aria-label": "secondary navigation", children: /* @__PURE__ */ jsx("ul", { className: "list_unstyled flex_row middle", children: productsAndServices.map(
|
|
32
32
|
(item) => /* @__PURE__ */ jsx(
|
|
33
33
|
"li",
|
|
34
34
|
{
|
|
35
35
|
className: styles.sub_nav_link,
|
|
36
|
-
children: /* @__PURE__ */ jsx("a", { href: item.url,
|
|
36
|
+
children: /* @__PURE__ */ jsx("a", { href: item.url, children: item.name })
|
|
37
37
|
},
|
|
38
38
|
`snb-${item.id}`
|
|
39
39
|
)
|
|
40
40
|
) }) }) }) }) }),
|
|
41
|
-
pathname?.includes("/axos-advantage") && /* @__PURE__ */ jsx("div", { className: `${styles.sub_nav} ${styles.desktop_only}`, children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsx("div", { className: styles.header_sub_row, children: /* @__PURE__ */ jsx("nav", { children: /* @__PURE__ */ jsx("ul", { className: "list_unstyled flex_row middle", children: axosAdvantage.map(
|
|
41
|
+
pathname?.includes("/axos-advantage") && /* @__PURE__ */ jsx("div", { className: `${styles.sub_nav} ${styles.desktop_only}`, children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsx("div", { className: styles.header_sub_row, children: /* @__PURE__ */ jsx("nav", { "aria-label": "secondary navigation", children: /* @__PURE__ */ jsx("ul", { className: "list_unstyled flex_row middle", children: axosAdvantage.map(
|
|
42
42
|
(item) => /* @__PURE__ */ jsx(
|
|
43
43
|
"li",
|
|
44
44
|
{
|
|
45
45
|
className: styles.sub_nav_link,
|
|
46
|
-
children: /* @__PURE__ */ jsx("a", { href: item.url,
|
|
46
|
+
children: /* @__PURE__ */ jsx("a", { href: item.url, children: item.name })
|
|
47
47
|
},
|
|
48
48
|
`snb-${item.id}`
|
|
49
49
|
)
|
|
@@ -49,7 +49,7 @@ function NavBar() {
|
|
|
49
49
|
setisOpenSignIn(false);
|
|
50
50
|
}
|
|
51
51
|
});
|
|
52
|
-
return /* @__PURE__ */ jsxs("header", { id: "header", children: [
|
|
52
|
+
return /* @__PURE__ */ jsxs("header", { id: "header", "aria-label": "main header", children: [
|
|
53
53
|
/* @__PURE__ */ jsx("div", { className: `${styles.header} bg_white`, children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.header_main_row} flex_row between middle`, children: [
|
|
54
54
|
/* @__PURE__ */ jsx("div", { className: `${styles.desktop_only} flex_row middle`, children: /* @__PURE__ */ jsxs("div", { className: `${styles.main_nav} flex_row middle`, children: [
|
|
55
55
|
/* @__PURE__ */ jsx("div", { className: styles.logo_wrap, children: /* @__PURE__ */ jsx("a", { href: "/", "aria-label": "return to axos clearing homepage", children: /* @__PURE__ */ jsx(
|
|
@@ -61,26 +61,34 @@ function NavBar() {
|
|
|
61
61
|
height: 48
|
|
62
62
|
}
|
|
63
63
|
) }) }),
|
|
64
|
-
/* @__PURE__ */ jsx(
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
64
|
+
/* @__PURE__ */ jsx(
|
|
65
|
+
"nav",
|
|
66
|
+
{
|
|
67
|
+
className: styles.primary_links,
|
|
68
|
+
"aria-label": "primary navigation",
|
|
69
|
+
children: /* @__PURE__ */ jsx("ul", { className: "list_unstyled flex_row middle", children: navItems.map(
|
|
70
|
+
(item, i, arr) => arr.length - 1 !== i && /* @__PURE__ */ jsx(
|
|
71
|
+
NavItem,
|
|
72
|
+
{
|
|
73
|
+
className: styles.main_nav_link,
|
|
74
|
+
onClick: handleClick,
|
|
75
|
+
index: i,
|
|
76
|
+
name: item.name,
|
|
77
|
+
url: item.url,
|
|
78
|
+
isActive: activeIndex == i
|
|
79
|
+
},
|
|
80
|
+
i
|
|
81
|
+
)
|
|
82
|
+
) })
|
|
83
|
+
}
|
|
84
|
+
)
|
|
78
85
|
] }) }),
|
|
79
86
|
/* @__PURE__ */ jsx(
|
|
80
87
|
"button",
|
|
81
88
|
{
|
|
82
89
|
className: clsx(styles.mobile_only, styles.hamburger),
|
|
83
90
|
onClick: mobileToggle,
|
|
91
|
+
"aria-label": "open navigation menu",
|
|
84
92
|
children: /* @__PURE__ */ jsx(
|
|
85
93
|
"svg",
|
|
86
94
|
{
|
|
@@ -89,6 +97,7 @@ function NavBar() {
|
|
|
89
97
|
viewBox: "0 0 24 24",
|
|
90
98
|
fill: "none",
|
|
91
99
|
xmlns: "http://www.w3.org/2000/svg",
|
|
100
|
+
"aria-hidden": "true",
|
|
92
101
|
children: /* @__PURE__ */ jsx(
|
|
93
102
|
"path",
|
|
94
103
|
{
|
|
@@ -156,6 +165,7 @@ function NavBar() {
|
|
|
156
165
|
viewBox: "0 0 20 12",
|
|
157
166
|
fill: "none",
|
|
158
167
|
xmlns: "http://www.w3.org/2000/svg",
|
|
168
|
+
"aria-hidden": "true",
|
|
159
169
|
children: /* @__PURE__ */ jsx(
|
|
160
170
|
"path",
|
|
161
171
|
{
|
|
@@ -229,6 +239,7 @@ function NavBar() {
|
|
|
229
239
|
height: "24",
|
|
230
240
|
viewBox: "0 0 24 24",
|
|
231
241
|
fill: "none",
|
|
242
|
+
"aria-hidden": "true",
|
|
232
243
|
children: /* @__PURE__ */ jsx(
|
|
233
244
|
"path",
|
|
234
245
|
{
|
|
@@ -270,6 +281,7 @@ function NavBar() {
|
|
|
270
281
|
height: "24",
|
|
271
282
|
viewBox: "0 0 24 24",
|
|
272
283
|
fill: "none",
|
|
284
|
+
"aria-hidden": "true",
|
|
273
285
|
children: /* @__PURE__ */ jsx(
|
|
274
286
|
"path",
|
|
275
287
|
{
|
|
@@ -336,6 +348,7 @@ function NavBar() {
|
|
|
336
348
|
height: "24",
|
|
337
349
|
viewBox: "0 0 24 24",
|
|
338
350
|
fill: "none",
|
|
351
|
+
"aria-hidden": "true",
|
|
339
352
|
children: /* @__PURE__ */ jsx(
|
|
340
353
|
"path",
|
|
341
354
|
{
|
|
@@ -432,6 +445,7 @@ function NavBar() {
|
|
|
432
445
|
height: "24",
|
|
433
446
|
viewBox: "0 0 24 24",
|
|
434
447
|
fill: "none",
|
|
448
|
+
"aria-hidden": "true",
|
|
435
449
|
children: /* @__PURE__ */ jsx(
|
|
436
450
|
"path",
|
|
437
451
|
{
|
|
@@ -506,6 +520,7 @@ function NavBar() {
|
|
|
506
520
|
height: "24",
|
|
507
521
|
viewBox: "0 0 24 24",
|
|
508
522
|
fill: "none",
|
|
523
|
+
"aria-hidden": "true",
|
|
509
524
|
children: /* @__PURE__ */ jsx(
|
|
510
525
|
"path",
|
|
511
526
|
{
|
|
@@ -559,7 +574,7 @@ function NavBar() {
|
|
|
559
574
|
]
|
|
560
575
|
}
|
|
561
576
|
),
|
|
562
|
-
/* @__PURE__ */ jsx("div", { className: styles.mobile_footer_media, children: " " })
|
|
577
|
+
/* @__PURE__ */ jsx("div", { className: styles.mobile_footer_media, "aria-hidden": "true", children: " " })
|
|
563
578
|
] }) })
|
|
564
579
|
] })
|
|
565
580
|
}
|
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
import '../../assets/NavigationMenu/AxosFiduciary/NavBar.css';const header = "
|
|
2
|
-
const wrapper = "
|
|
3
|
-
const header_main_row = "
|
|
4
|
-
const mobile_header = "
|
|
5
|
-
const logo_wrap = "
|
|
6
|
-
const primary_links = "
|
|
7
|
-
const main_nav = "
|
|
8
|
-
const main_nav_link = "
|
|
9
|
-
const sub_nav_link = "
|
|
10
|
-
const signin_wrap = "
|
|
11
|
-
const signin_btn = "
|
|
12
|
-
const sub_nav = "
|
|
13
|
-
const header_sub_row = "
|
|
14
|
-
const shadow = "
|
|
15
|
-
const opacity = "
|
|
16
|
-
const fadeInDown = "
|
|
17
|
-
const footer = "
|
|
18
|
-
const open = "
|
|
19
|
-
const mt_8 = "
|
|
20
|
-
const mt_16 = "
|
|
21
|
-
const ml_8 = "
|
|
22
|
-
const reversed_row = "
|
|
23
|
-
const nav_anchor = "
|
|
24
|
-
const site_lists = "
|
|
25
|
-
const hamburger = "
|
|
26
|
-
const mobile_logo = "
|
|
27
|
-
const mobile_nav = "
|
|
28
|
-
const mobile_opened = "
|
|
29
|
-
const mobile_nav_item = "
|
|
30
|
-
const icon_wrap = "
|
|
31
|
-
const mobile_footer = "
|
|
32
|
-
const mobile_footer_content = "
|
|
33
|
-
const mobile_footer_media = "
|
|
34
|
-
const footer_cta = "
|
|
35
|
-
const inner_wrapper = "
|
|
36
|
-
const btn = "
|
|
37
|
-
const sub_menu = "
|
|
38
|
-
const main = "
|
|
39
|
-
const desktop_only = "
|
|
40
|
-
const mobile_only = "
|
|
1
|
+
import '../../assets/NavigationMenu/AxosFiduciary/NavBar.css';const header = "_header_51dh3_1";
|
|
2
|
+
const wrapper = "_wrapper_51dh3_5";
|
|
3
|
+
const header_main_row = "_header_main_row_51dh3_11";
|
|
4
|
+
const mobile_header = "_mobile_header_51dh3_12";
|
|
5
|
+
const logo_wrap = "_logo_wrap_51dh3_18";
|
|
6
|
+
const primary_links = "_primary_links_51dh3_22";
|
|
7
|
+
const main_nav = "_main_nav_51dh3_26";
|
|
8
|
+
const main_nav_link = "_main_nav_link_51dh3_33";
|
|
9
|
+
const sub_nav_link = "_sub_nav_link_51dh3_55";
|
|
10
|
+
const signin_wrap = "_signin_wrap_51dh3_57";
|
|
11
|
+
const signin_btn = "_signin_btn_51dh3_58";
|
|
12
|
+
const sub_nav = "_sub_nav_51dh3_55";
|
|
13
|
+
const header_sub_row = "_header_sub_row_51dh3_99";
|
|
14
|
+
const shadow = "_shadow_51dh3_115";
|
|
15
|
+
const opacity = "_opacity_51dh3_131";
|
|
16
|
+
const fadeInDown = "_fadeInDown_51dh3_1";
|
|
17
|
+
const footer = "_footer_51dh3_137";
|
|
18
|
+
const open = "_open_51dh3_153";
|
|
19
|
+
const mt_8 = "_mt_8_51dh3_161";
|
|
20
|
+
const mt_16 = "_mt_16_51dh3_165";
|
|
21
|
+
const ml_8 = "_ml_8_51dh3_169";
|
|
22
|
+
const reversed_row = "_reversed_row_51dh3_173";
|
|
23
|
+
const nav_anchor = "_nav_anchor_51dh3_177";
|
|
24
|
+
const site_lists = "_site_lists_51dh3_188";
|
|
25
|
+
const hamburger = "_hamburger_51dh3_192";
|
|
26
|
+
const mobile_logo = "_mobile_logo_51dh3_206";
|
|
27
|
+
const mobile_nav = "_mobile_nav_51dh3_232";
|
|
28
|
+
const mobile_opened = "_mobile_opened_51dh3_243";
|
|
29
|
+
const mobile_nav_item = "_mobile_nav_item_51dh3_251";
|
|
30
|
+
const icon_wrap = "_icon_wrap_51dh3_266";
|
|
31
|
+
const mobile_footer = "_mobile_footer_51dh3_271";
|
|
32
|
+
const mobile_footer_content = "_mobile_footer_content_51dh3_276";
|
|
33
|
+
const mobile_footer_media = "_mobile_footer_media_51dh3_291";
|
|
34
|
+
const footer_cta = "_footer_cta_51dh3_298";
|
|
35
|
+
const inner_wrapper = "_inner_wrapper_51dh3_330";
|
|
36
|
+
const btn = "_btn_51dh3_335";
|
|
37
|
+
const sub_menu = "_sub_menu_51dh3_340";
|
|
38
|
+
const main = "_main_51dh3_26";
|
|
39
|
+
const desktop_only = "_desktop_only_51dh3_369";
|
|
40
|
+
const mobile_only = "_mobile_only_51dh3_416";
|
|
41
41
|
const styles = {
|
|
42
42
|
header,
|
|
43
43
|
wrapper,
|
|
@@ -20,7 +20,7 @@ const NavBarAFS = () => {
|
|
|
20
20
|
useEffect(() => {
|
|
21
21
|
getActiveIndex();
|
|
22
22
|
}, [activeIndex]);
|
|
23
|
-
return /* @__PURE__ */ jsxs("header", { children: [
|
|
23
|
+
return /* @__PURE__ */ jsxs("header", { "aria-label": "main header", children: [
|
|
24
24
|
/* @__PURE__ */ jsx("div", { className: `${styles.header} bg_white`, children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.header_main_row} flex_row between middle`, children: [
|
|
25
25
|
/* @__PURE__ */ jsx("div", { className: `${styles.desktop_only} flex_row middle`, children: /* @__PURE__ */ jsxs("div", { className: `${styles.main_nav} flex_row middle`, children: [
|
|
26
26
|
/* @__PURE__ */ jsx("div", { className: styles.logo_wrap, children: /* @__PURE__ */ jsx(
|
|
@@ -59,6 +59,7 @@ const NavBarAFS = () => {
|
|
|
59
59
|
{
|
|
60
60
|
className: clsx(styles.mobile_only, styles.hamburger),
|
|
61
61
|
onClick: mobileToggle,
|
|
62
|
+
"aria-label": "open navigation menu",
|
|
62
63
|
children: /* @__PURE__ */ jsx(
|
|
63
64
|
"svg",
|
|
64
65
|
{
|
|
@@ -67,6 +68,7 @@ const NavBarAFS = () => {
|
|
|
67
68
|
viewBox: "0 0 24 24",
|
|
68
69
|
fill: "none",
|
|
69
70
|
xmlns: "http://www.w3.org/2000/svg",
|
|
71
|
+
"aria-hidden": "true",
|
|
70
72
|
children: /* @__PURE__ */ jsx(
|
|
71
73
|
"path",
|
|
72
74
|
{
|
|
@@ -119,6 +121,7 @@ const NavBarAFS = () => {
|
|
|
119
121
|
height: 24,
|
|
120
122
|
viewBox: "0 0 24 24",
|
|
121
123
|
fill: "none",
|
|
124
|
+
"aria-hidden": "true",
|
|
122
125
|
children: /* @__PURE__ */ jsx(
|
|
123
126
|
"path",
|
|
124
127
|
{
|
|
@@ -152,7 +155,7 @@ const NavBarAFS = () => {
|
|
|
152
155
|
]
|
|
153
156
|
}
|
|
154
157
|
),
|
|
155
|
-
/* @__PURE__ */ jsx("div", { className: styles.mobile_footer_media, children: " " })
|
|
158
|
+
/* @__PURE__ */ jsx("div", { className: styles.mobile_footer_media, "aria-hidden": "true", children: " " })
|
|
156
159
|
] }) })
|
|
157
160
|
] })
|
|
158
161
|
}
|
|
@@ -8,7 +8,7 @@ import "../../Accordion/Accordion.js";
|
|
|
8
8
|
import "../../Accordion/Accordion.css.js";
|
|
9
9
|
import "../../icons/ArrowIcon/ArrowIcon.css.js";
|
|
10
10
|
import "../../icons/CheckIcon/CheckIcon.css.js";
|
|
11
|
-
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/AxosALTS/NavBar2.css';import '../../assets/NavigationMenu/AxosClearing/NavBar2.css';import '../../assets/NavigationMenu/AxosBank/SubNavbar.css';import '../../assets/NavigationMenu/
|
|
11
|
+
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/AxosALTS/NavBar2.css';import '../../assets/NavigationMenu/AxosClearing/NavBar2.css';import '../../assets/NavigationMenu/AxosBank/SubNavbar.css';import '../../assets/NavigationMenu/AxosAdvisorServices/SubNavbar.css';import '../../assets/NavigationMenu/AxosAdvisorServices/NavBar2.css';import '../../assets/NavigationMenu/AxosAdvisor/SubNavbar.css';import '../../assets/NavigationMenu/AxosAdvisor/NavBar2.css';import '../../assets/NavigationMenu/AxosBank/NavBar2.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/Chatbot/ChatWindow.css';import '../../assets/Chatbot/Bubble.css';import '../../assets/Chatbot/AnimatedGradientBorder.css';import '../../assets/CallToActionBar/CallToActionBar.css';import '../../assets/Insight/Insight.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/Modal/Modal.css';import '../../assets/ImageToast/ImageToast.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/ufb.css';import '../../assets/themes/premier.css';import '../../assets/themes/axos.css';/* empty css */
|
|
12
12
|
/* empty css */
|
|
13
13
|
/* empty css */
|
|
14
14
|
/* empty css */
|
|
@@ -23,10 +23,17 @@ import "../../ArticlesSet/ArticlesSet.css.js";
|
|
|
23
23
|
import "../../IconBillboard/IconBillboard.css.js";
|
|
24
24
|
import "../../Calculators/calculator.css.js";
|
|
25
25
|
import "../../Calculators/AnnualFeeCalculator/AnnualFeeCalculator.css.js";
|
|
26
|
-
import "../../Calculators/ApyCalculator/ApyCalculator.css.js";
|
|
27
26
|
import { useGlobalContext } from "../../Modal/contextApi/store.js";
|
|
28
27
|
import "next/image.js";
|
|
28
|
+
import "../../Calculators/ApyCalculator/ApyCalculator.css.js";
|
|
29
29
|
import "../../Calculators/ApyCalculatorUserTest/ApyCalculatorUserTest.css.js";
|
|
30
|
+
import "../../HeroBanner/LargeBanner.css.js";
|
|
31
|
+
import "../../HeroBanner/HeroBanner.css.js";
|
|
32
|
+
import "../../HeroBanner/SelectionBanner.css.js";
|
|
33
|
+
/* empty css */
|
|
34
|
+
/* empty css */
|
|
35
|
+
/* empty css */
|
|
36
|
+
import "../../SetContainer/SetContainer.css.js";
|
|
30
37
|
import "../../Table/Table.css.js";
|
|
31
38
|
import "../../Calculators/AxosOneCalculator/BalanceAPYCalculator.css.js";
|
|
32
39
|
import "../../Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.js";
|
|
@@ -48,8 +55,6 @@ import "../../Calculators/BuyDownCalculator/BuyDownCalculator.css.js";
|
|
|
48
55
|
import "../../Forms/Forms.css.js";
|
|
49
56
|
import "../../Forms/HoneyPot/index.js";
|
|
50
57
|
import "../../Forms/SalesforceFieldsForm.js";
|
|
51
|
-
/* empty css */
|
|
52
|
-
/* empty css */
|
|
53
58
|
import "../../Input/RadioButton.css.js";
|
|
54
59
|
import "../../Input/Checkbox.css.js";
|
|
55
60
|
import "../../LoadingIndicator/LoadingIndicator.css.js";
|
|
@@ -74,18 +79,14 @@ import "../../Auth/SignInPassword.js";
|
|
|
74
79
|
/* empty css */
|
|
75
80
|
import "../../Carousel/index.js";
|
|
76
81
|
/* empty css */
|
|
77
|
-
import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
78
82
|
/* empty css */
|
|
79
83
|
import "../../Chatbot/store/chat.js";
|
|
80
84
|
import "../../Chatbot/Chatbot.js";
|
|
85
|
+
import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
81
86
|
/* empty css */
|
|
82
87
|
import "../../Chatbot/store/messages.js";
|
|
83
88
|
/* empty css */
|
|
84
89
|
import "../../Comparison/Comparison.css.js";
|
|
85
|
-
import "../../HeroBanner/LargeBanner.css.js";
|
|
86
|
-
import "../../HeroBanner/HeroBanner.css.js";
|
|
87
|
-
import "../../HeroBanner/SelectionBanner.css.js";
|
|
88
|
-
import "../../SetContainer/SetContainer.css.js";
|
|
89
90
|
import "../../Tab/Tab.css.js";
|
|
90
91
|
import "../../icons/Star/Star.css.js";
|
|
91
92
|
import "../../ContentBanner/ContentBanner.css.js";
|
|
@@ -104,14 +105,14 @@ import "next/script.js";
|
|
|
104
105
|
/* empty css */
|
|
105
106
|
/* empty css */
|
|
106
107
|
import "../../LandingPageHeader/LandingPageHeader.css.js";
|
|
108
|
+
import "next/link.js";
|
|
109
|
+
/* empty css */
|
|
107
110
|
import { NavItem } from "../NavItem/index.js";
|
|
108
111
|
/* empty css */
|
|
109
112
|
import "next/navigation.js";
|
|
110
113
|
/* empty css */
|
|
111
114
|
/* empty css */
|
|
112
115
|
/* empty css */
|
|
113
|
-
import "next/link.js";
|
|
114
|
-
/* empty css */
|
|
115
116
|
/* empty css */
|
|
116
117
|
/* empty css */
|
|
117
118
|
/* empty css */
|
|
@@ -8,7 +8,16 @@ const NavItem = ({
|
|
|
8
8
|
isActive
|
|
9
9
|
}) => {
|
|
10
10
|
const handleClick = () => onClick && onClick(index);
|
|
11
|
-
return /* @__PURE__ */ jsx("li", { className,
|
|
11
|
+
return /* @__PURE__ */ jsx("li", { className, children: /* @__PURE__ */ jsx(
|
|
12
|
+
"a",
|
|
13
|
+
{
|
|
14
|
+
href: url,
|
|
15
|
+
className: isActive ? "active" : "",
|
|
16
|
+
onClick: handleClick,
|
|
17
|
+
"aria-current": isActive ? "page" : void 0,
|
|
18
|
+
children: name
|
|
19
|
+
}
|
|
20
|
+
) });
|
|
12
21
|
};
|
|
13
22
|
export {
|
|
14
23
|
NavItem,
|
|
@@ -4,7 +4,7 @@ import "../Accordion/Accordion.js";
|
|
|
4
4
|
import "../Accordion/Accordion.css.js";
|
|
5
5
|
import "../icons/ArrowIcon/ArrowIcon.css.js";
|
|
6
6
|
import "../icons/CheckIcon/CheckIcon.css.js";
|
|
7
|
-
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/NavBar2.css';import '../assets/NavigationMenu/AxosALTS/NavBar2.css';import '../assets/NavigationMenu/AxosClearing/NavBar2.css';import '../assets/NavigationMenu/AxosAdvisorServices/SubNavbar.css';import '../assets/NavigationMenu/AxosAdvisorServices/NavBar2.css';import '../assets/NavigationMenu/AxosAdvisor/SubNavbar.css';import '../assets/NavigationMenu/AxosAdvisor/NavBar2.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/Chatbot/ChatWindow.css';import '../assets/Chatbot/Bubble.css';import '../assets/Chatbot/AnimatedGradientBorder.css';import '../assets/CallToActionBar/CallToActionBar.css';import '../assets/Insight/Insight.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/Modal/Modal.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/ufb.css';import '../assets/themes/premier.css';import '../assets/themes/axos.css';/* empty css */
|
|
7
|
+
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/NavBar2.css';import '../assets/NavigationMenu/AxosALTS/NavBar2.css';import '../assets/NavigationMenu/AxosClearing/NavBar2.css';import '../assets/NavigationMenu/AxosAdvisorServices/SubNavbar.css';import '../assets/NavigationMenu/AxosAdvisorServices/NavBar2.css';import '../assets/NavigationMenu/AxosAdvisor/SubNavbar.css';import '../assets/NavigationMenu/AxosAdvisor/NavBar2.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/Chatbot/ChatWindow.css';import '../assets/Chatbot/Bubble.css';import '../assets/Chatbot/AnimatedGradientBorder.css';import '../assets/CallToActionBar/CallToActionBar.css';import '../assets/Insight/Insight.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/ImageToast/ImageToast.css';import '../assets/Modal/Modal.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/ufb.css';import '../assets/themes/premier.css';import '../assets/themes/axos.css';/* empty css */
|
|
8
8
|
/* empty css */
|
|
9
9
|
/* empty css */
|
|
10
10
|
/* empty css */
|
|
@@ -27,9 +27,14 @@ import "react-use";
|
|
|
27
27
|
import "../ArticlesSet/ArticlesSet.css.js";
|
|
28
28
|
import "../Calculators/calculator.css.js";
|
|
29
29
|
import "../Calculators/AnnualFeeCalculator/AnnualFeeCalculator.css.js";
|
|
30
|
-
import "../Calculators/ApyCalculator/ApyCalculator.css.js";
|
|
31
30
|
import "next/image.js";
|
|
31
|
+
import "../Calculators/ApyCalculator/ApyCalculator.css.js";
|
|
32
32
|
import "../Calculators/ApyCalculatorUserTest/ApyCalculatorUserTest.css.js";
|
|
33
|
+
import "../HeroBanner/LargeBanner.css.js";
|
|
34
|
+
import "../HeroBanner/HeroBanner.css.js";
|
|
35
|
+
import "../HeroBanner/SelectionBanner.css.js";
|
|
36
|
+
/* empty css */
|
|
37
|
+
import "../SetContainer/SetContainer.css.js";
|
|
33
38
|
import "../Table/Table.css.js";
|
|
34
39
|
import "../Calculators/AxosOneCalculator/BalanceAPYCalculator.css.js";
|
|
35
40
|
import "../Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.js";
|
|
@@ -73,18 +78,14 @@ import "../Auth/SignInPassword.js";
|
|
|
73
78
|
/* empty css */
|
|
74
79
|
import "../Carousel/index.js";
|
|
75
80
|
/* empty css */
|
|
76
|
-
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
77
81
|
/* empty css */
|
|
78
82
|
import "../Chatbot/store/chat.js";
|
|
79
83
|
import "../Chatbot/Chatbot.js";
|
|
84
|
+
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
80
85
|
/* empty css */
|
|
81
86
|
import "../Chatbot/store/messages.js";
|
|
82
87
|
/* empty css */
|
|
83
88
|
import "../Comparison/Comparison.css.js";
|
|
84
|
-
import "../HeroBanner/LargeBanner.css.js";
|
|
85
|
-
import "../HeroBanner/HeroBanner.css.js";
|
|
86
|
-
import "../HeroBanner/SelectionBanner.css.js";
|
|
87
|
-
import "../SetContainer/SetContainer.css.js";
|
|
88
89
|
import "../Tab/Tab.css.js";
|
|
89
90
|
import "../icons/Star/Star.css.js";
|
|
90
91
|
import "../ContentBanner/ContentBanner.css.js";
|
|
@@ -103,6 +104,9 @@ import "next/script.js";
|
|
|
103
104
|
/* empty css */
|
|
104
105
|
/* empty css */
|
|
105
106
|
import "../LandingPageHeader/LandingPageHeader.css.js";
|
|
107
|
+
import "next/link.js";
|
|
108
|
+
import styles from "./AxosBank/NavBar.module.js";
|
|
109
|
+
import { main_nav_link } from "./AxosBank/NavBar.css.js";
|
|
106
110
|
import { NavItem } from "./NavItem/index.js";
|
|
107
111
|
/* empty css */
|
|
108
112
|
import "next/navigation.js";
|
|
@@ -110,14 +114,11 @@ import "next/navigation.js";
|
|
|
110
114
|
/* empty css */
|
|
111
115
|
/* empty css */
|
|
112
116
|
import MobileDrawerMenu from "./AxosBank/MobileMenu/MobileMenu.js";
|
|
113
|
-
import { main_nav_link } from "./AxosBank/NavBar.css.js";
|
|
114
|
-
import styles from "./AxosBank/NavBar.module.js";
|
|
115
117
|
import { getNavItems } from "./AxosBank/NavData.js";
|
|
116
118
|
import SubNavBar from "./AxosBank/SubNavBar.js";
|
|
117
119
|
/* empty css */
|
|
118
120
|
/* empty css */
|
|
119
121
|
/* empty css */
|
|
120
|
-
import "next/link.js";
|
|
121
122
|
import "../PageNavItem/PageNavItem.css.js";
|
|
122
123
|
import "react-slick";
|
|
123
124
|
/* empty css */
|
|
@@ -156,7 +157,7 @@ function NavBar({
|
|
|
156
157
|
if (withSession) {
|
|
157
158
|
console.log("withSession");
|
|
158
159
|
}
|
|
159
|
-
return /* @__PURE__ */ jsxs("header", { id: "header", children: [
|
|
160
|
+
return /* @__PURE__ */ jsxs("header", { id: "header", "aria-label": "main header", children: [
|
|
160
161
|
/* @__PURE__ */ jsx("div", { className: `${styles.header} bg_white`, children: /* @__PURE__ */ jsxs("div", { className: styles.wrapper, children: [
|
|
161
162
|
/* @__PURE__ */ jsx("a", { href: "#main-body", id: "skip_content", className: styles.skip_btn, children: "Skip to main content" }),
|
|
162
163
|
/* @__PURE__ */ jsxs("div", { className: `${styles.header_main_row} flex_row between middle`, children: [
|
|
@@ -168,7 +169,7 @@ function NavBar({
|
|
|
168
169
|
"aria-label": "return to homepage"
|
|
169
170
|
}
|
|
170
171
|
) }),
|
|
171
|
-
/* @__PURE__ */ jsx("nav", { className: styles.primary_links, children: /* @__PURE__ */ jsx("ul", { className: "list_unstyled flex_row middle",
|
|
172
|
+
/* @__PURE__ */ jsx("nav", { className: styles.primary_links, children: /* @__PURE__ */ jsx("ul", { className: "list_unstyled flex_row middle", children: navItems.map(
|
|
172
173
|
(item, i, arr) => arr.length - 1 !== i && /* @__PURE__ */ jsx(
|
|
173
174
|
NavItem,
|
|
174
175
|
{
|