@axos-web-dev/shared-components 2.0.0-dev.30-toasts → 2.0.0-dev.30
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 +5 -2
- 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 +5 -2
- package/dist/Auth/SignInPassword.js +1 -1
- package/dist/AwardsItem/AwardsItem.js +2 -2
- package/dist/Button/Button.js +5 -2
- package/dist/Calculators/Calculator.js +5 -2
- package/dist/Calculators/MarginTradingCalculator/index.js +5 -2
- package/dist/Carousel/index.js +5 -2
- package/dist/Chatbot/Bubble.css.js +0 -1
- package/dist/Chatbot/Bubble.js +1 -1
- package/dist/Chatbot/ChatWindow.js +10 -2
- package/dist/Chatbot/Chatbot.css.js +1 -0
- package/dist/Chatbot/Chatbot.js +14 -15
- package/dist/Chevron/Chevron.interface.d.ts +1 -0
- package/dist/Chevron/index.js +7 -3
- package/dist/Comparison/Comparison.css.d.ts +1 -0
- package/dist/Comparison/Comparison.css.js +13 -11
- package/dist/Comparison/Comparison.js +5 -2
- package/dist/Comparison/ComparisonSet.js +2 -1
- package/dist/Comparison/index.js +2 -1
- package/dist/ExecutiveBio/ExecutiveBio.css.d.ts +27 -0
- package/dist/ExecutiveBio/ExecutiveBio.js +171 -161
- package/dist/FaqAccordion/index.js +5 -2
- package/dist/FdicCallout/index.js +2 -1
- package/dist/FooterDisclosure/FooterDisclosure.js +1 -0
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +667 -658
- package/dist/Forms/ApplyNow.js +5 -2
- package/dist/Forms/CommercialDepositsACS.d.ts +3 -0
- package/dist/Forms/CommercialDepositsACS.js +278 -0
- package/dist/Forms/ContactUsBusiness.js +5 -2
- package/dist/Forms/ContactUsBusinessNameEmail.js +5 -2
- package/dist/Forms/ContactUsNMLSId.js +5 -2
- package/dist/Forms/ContactUsSchwabAAS.js +1 -1
- package/dist/Forms/CpraRequest.js +5 -2
- package/dist/Forms/CraPublicFile.js +5 -2
- package/dist/Forms/EmailOnly.js +5 -2
- package/dist/Forms/Forms.css.d.ts +3 -0
- package/dist/Forms/MortgageRate/MortgageRateForm.js +5 -2
- package/dist/Forms/MortgageRate/MortgageRateWatch.js +5 -2
- package/dist/Forms/MortgageWarehouseLending.js +5 -2
- package/dist/Forms/SuccesForm.js +5 -2
- package/dist/Forms/index.d.ts +1 -0
- package/dist/Forms/index.js +2 -0
- package/dist/Hyperlink/index.js +5 -2
- package/dist/IconBillboard/IconBillboard.css.d.ts +16 -0
- package/dist/IconBillboard/IconBillboard.css.js +5 -3
- package/dist/IconBillboard/IconBillboardSet.js +68 -62
- package/dist/IconBillboard/index.js +2 -1
- package/dist/ImageLink/ImageLink.js +5 -2
- package/dist/ImageLink/ImageLinkSet.js +5 -2
- package/dist/ImageLink/index.js +5 -2
- package/dist/ImageToast/index.js +5 -2
- package/dist/Insight/Featured/CategorySelector.d.ts +1 -1
- package/dist/Insight/Featured/CategorySelector.js +8 -4
- package/dist/Insight/Featured/Featured.js +5 -2
- package/dist/Insight/Featured/Header.d.ts +1 -2
- package/dist/Insight/Featured/Header.js +5 -2
- package/dist/LandingPageHeader/LandingPageHeader.js +25 -16
- package/dist/Modal/Modal.js +5 -2
- package/dist/Modal/contextApi/store.d.ts +9 -1
- package/dist/Modal/contextApi/store.js +28 -8
- package/dist/NavigationMenu/AxosALTS/NavBar.module.js +23 -23
- package/dist/NavigationMenu/AxosALTS/index.js +40 -23
- package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +52 -52
- package/dist/NavigationMenu/AxosAdvisor/index.js +1 -1
- package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +53 -53
- package/dist/NavigationMenu/AxosAdvisorServices/index.js +32 -24
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +5 -2
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +1 -8
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +2 -17
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +21 -111
- package/dist/NavigationMenu/AxosBank/index.js +31 -20
- 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 +5 -2
- package/dist/NavigationMenu/NavItem/index.js +141 -1
- package/dist/NavigationMenu/ServerNavigation/DropwdownButton.d.ts +7 -0
- package/dist/NavigationMenu/ServerNavigation/DropwdownButton.js +248 -0
- package/dist/NavigationMenu/ServerNavigation/Menu.d.ts +40 -0
- package/dist/NavigationMenu/ServerNavigation/Menu.js +268 -0
- package/dist/NavigationMenu/ServerNavigation/MobileMenu/MobileMenu.d.ts +13 -0
- package/dist/NavigationMenu/ServerNavigation/MobileMenu/MobileMenu.js +637 -0
- package/dist/NavigationMenu/ServerNavigation/MobileMenu/MobileMenu.module.js +86 -0
- package/dist/NavigationMenu/ServerNavigation/MobileMenu/MobileNavData.d.ts +51 -0
- package/dist/NavigationMenu/ServerNavigation/MobileMenu/MobileNavData.js +96 -0
- package/dist/NavigationMenu/ServerNavigation/MobileMenu/mobileReducer.d.ts +36 -0
- package/dist/NavigationMenu/ServerNavigation/MobileMenu/mobileReducer.js +105 -0
- package/dist/NavigationMenu/ServerNavigation/NavBar.module.js +125 -0
- package/dist/NavigationMenu/ServerNavigation/NavigationBar.css.d.ts +7 -0
- package/dist/NavigationMenu/ServerNavigation/NavigationBar.css.js +22 -0
- package/dist/NavigationMenu/ServerNavigation/SubNavBar.d.ts +6 -0
- package/dist/NavigationMenu/ServerNavigation/SubNavBar.js +281 -0
- package/dist/NavigationMenu/ServerNavigation/SubNavItem.d.ts +1 -0
- package/dist/NavigationMenu/ServerNavigation/SubNavItem.js +317 -0
- package/dist/NavigationMenu/ServerNavigation/SubNavbar.css.d.ts +60 -0
- package/dist/NavigationMenu/ServerNavigation/SubNavbar.css.js +22 -0
- package/dist/NavigationMenu/ServerNavigation/index.d.ts +7 -0
- package/dist/NavigationMenu/ServerNavigation/index.js +297 -0
- package/dist/NavigationMenu/index.d.ts +2 -0
- package/dist/NavigationMenu/index.js +19 -10
- package/dist/NavigationMenu/utils.d.ts +480 -0
- package/dist/NavigationMenu/utils.js +128 -0
- 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 +5 -2
- package/dist/SocialMediaBar/iconsRepository.js +5 -2
- package/dist/SocialMediaBar/index.js +1 -1
- package/dist/StepItemSet/StepItemSet.css.d.ts +3 -0
- package/dist/TopicalNavSet/TopicalNavSet.js +17 -9
- package/dist/VideoTile/VideoTile.js +5 -2
- package/dist/VideoWrapper/index.js +5 -2
- 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/CallToActionBar/CallToActionBar.css +2 -0
- package/dist/assets/Comparison/Comparison.css +32 -29
- package/dist/assets/DownloadTile/DownloadTile.css +0 -5
- package/dist/assets/ExecutiveBio/ExecutiveBio.css +17 -3
- 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/IconBillboard/IconBillboard.css +31 -13
- package/dist/assets/ImageToast/ImageToast.css +6 -0
- package/dist/assets/Insight/Featured/Header.css +4 -2
- package/dist/assets/NavigationMenu/AxosALTS/NavBar.css +265 -264
- package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css +609 -609
- package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css +631 -630
- package/dist/assets/NavigationMenu/AxosClearing/NavBar.css +485 -484
- package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css +428 -427
- package/dist/assets/NavigationMenu/ServerNavigation/MobileMenu/MobileMenu.css +353 -0
- package/dist/assets/NavigationMenu/ServerNavigation/NavBar.css +483 -0
- package/dist/assets/NavigationMenu/ServerNavigation/NavigationBar.css +40 -0
- package/dist/assets/NavigationMenu/ServerNavigation/SubNavbar.css +87 -0
- 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 +0 -4
- package/dist/assets/TopicalNavSet/TopicalNavSet.css +0 -3
- package/dist/assets/VideoTile/VideoTile.css +0 -3
- package/dist/assets/globals.css +34 -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 +25 -12
- package/dist/utils/allowedAxosDomains.js +7 -13
- package/dist/utils/useVisibility.js +4 -1
- package/package.json +148 -148
- package/dist/NavigationMenu/Navbar.d.ts +0 -5
- package/dist/NavigationMenu/Navbar.js +0 -204
- package/dist/NavigationMenu/SignInNavButton.d.ts +0 -1
- package/dist/NavigationMenu/SignInNavButton.js +0 -365
|
@@ -52,13 +52,6 @@ export declare const getMenuData: (resolveUrl: UrlResolver) => {
|
|
|
52
52
|
"Home Improvement Loans": string;
|
|
53
53
|
"Major Purchases Loans": string;
|
|
54
54
|
};
|
|
55
|
-
"Auto Loans": {
|
|
56
|
-
"Auto Loans Home": string;
|
|
57
|
-
"Auto Purchase Loans": string;
|
|
58
|
-
"Auto Refinance Loans": string;
|
|
59
|
-
"Auto Payment Calculator": string;
|
|
60
|
-
"Manage My Loan": string;
|
|
61
|
-
};
|
|
62
55
|
"Marine Loans": {
|
|
63
56
|
"Marine Loans Home": string;
|
|
64
57
|
"Find The Right Loan": string;
|
|
@@ -193,7 +186,7 @@ export declare const getMenuData: (resolveUrl: UrlResolver) => {
|
|
|
193
186
|
"Mortgage Warehouse Lending": string;
|
|
194
187
|
"Small Balance Commercial Real Estate": string;
|
|
195
188
|
"Leveraged Finance": string;
|
|
196
|
-
"
|
|
189
|
+
"Floorplan Financing": string;
|
|
197
190
|
"Premium Finance": string;
|
|
198
191
|
"Franchise Finance": string;
|
|
199
192
|
};
|
|
@@ -90,21 +90,6 @@ const getMenuData = (resolveUrl) => ({
|
|
|
90
90
|
"{AXOSBANK}/personal/borrow/personal-loans/major-purchases"
|
|
91
91
|
)
|
|
92
92
|
},
|
|
93
|
-
"Auto Loans": {
|
|
94
|
-
"Auto Loans Home": resolveUrl("{AXOSBANK}/personal/borrow/auto-loans"),
|
|
95
|
-
"Auto Purchase Loans": resolveUrl(
|
|
96
|
-
"{AXOSBANK}/personal/borrow/auto-loans/purchase-a-vehicle"
|
|
97
|
-
),
|
|
98
|
-
"Auto Refinance Loans": resolveUrl(
|
|
99
|
-
"{AXOSBANK}/personal/borrow/auto-loans/refinance"
|
|
100
|
-
),
|
|
101
|
-
"Auto Payment Calculator": resolveUrl(
|
|
102
|
-
"{AXOSBANK}/tools/calculators/auto-loan-calculator"
|
|
103
|
-
),
|
|
104
|
-
"Manage My Loan": resolveUrl(
|
|
105
|
-
"{AXOSBANK}/personal/support/manage-my-loan"
|
|
106
|
-
)
|
|
107
|
-
},
|
|
108
93
|
"Marine Loans": {
|
|
109
94
|
"Marine Loans Home": resolveUrl(
|
|
110
95
|
"{AXOSBANK}/personal/borrow/marine-loans"
|
|
@@ -355,8 +340,8 @@ const getMenuData = (resolveUrl) => ({
|
|
|
355
340
|
"Leveraged Finance": resolveUrl(
|
|
356
341
|
"{AXOSBANK}/commercial/lending/leveraged-finance"
|
|
357
342
|
),
|
|
358
|
-
"
|
|
359
|
-
"{AXOSBANK}/
|
|
343
|
+
"Floorplan Financing": resolveUrl(
|
|
344
|
+
"{AXOSBANK}/commercial/lending/floorplan-finance"
|
|
360
345
|
),
|
|
361
346
|
"Premium Finance": resolveUrl(
|
|
362
347
|
"{AXOSBANK}/commercial/lending/premium-finance"
|
|
@@ -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/AxosBank/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/ImageToast/ImageToast.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/AxosBank/NavBar2.css';import '../../assets/NavigationMenu/ServerNavigation/NavigationBar.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/ImageToast/ImageToast.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 */
|
|
8
8
|
/* empty css */
|
|
9
9
|
/* empty css */
|
|
10
10
|
/* empty css */
|
|
@@ -73,10 +73,10 @@ import "../../Auth/SignInPassword.js";
|
|
|
73
73
|
/* empty css */
|
|
74
74
|
import "../../Carousel/index.js";
|
|
75
75
|
/* empty css */
|
|
76
|
-
import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
77
76
|
/* empty css */
|
|
78
77
|
import "../../Chatbot/store/chat.js";
|
|
79
78
|
import "../../Chatbot/Chatbot.js";
|
|
79
|
+
import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
80
80
|
/* empty css */
|
|
81
81
|
import "../../Chatbot/store/messages.js";
|
|
82
82
|
/* empty css */
|
|
@@ -109,7 +109,10 @@ import { usePathname } from "next/navigation.js";
|
|
|
109
109
|
/* empty css */
|
|
110
110
|
/* empty css */
|
|
111
111
|
/* empty css */
|
|
112
|
+
/* empty css */
|
|
112
113
|
import Link from "next/link.js";
|
|
114
|
+
import "../ServerNavigation/Menu.js";
|
|
115
|
+
import "../ServerNavigation/SubNavbar.css.js";
|
|
113
116
|
/* empty css */
|
|
114
117
|
import styles from "./NavBar.module.js";
|
|
115
118
|
import { getSubNavItems } from "./NavData.js";
|
|
@@ -189,21 +192,19 @@ function SubNavBar() {
|
|
|
189
192
|
if (!subNavPaths.some((el) => pathname?.includes(el) || isHomepage)) {
|
|
190
193
|
return null;
|
|
191
194
|
}
|
|
192
|
-
return /* @__PURE__ */ jsx("div", { className: `${sub_nav} ${styles.desktop_only}`, children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsx("div", { className: styles.header_sub_row, children: /* @__PURE__ */ jsxs("nav", { children: [
|
|
193
|
-
/* @__PURE__ */ jsxs("ul", { className: "list_unstyled flex_row middle",
|
|
195
|
+
return /* @__PURE__ */ jsx("div", { className: `${sub_nav} ${styles.desktop_only}`, children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsx("div", { className: styles.header_sub_row, children: /* @__PURE__ */ jsxs("nav", { "aria-label": "secondary navigation", children: [
|
|
196
|
+
/* @__PURE__ */ jsxs("ul", { className: "list_unstyled flex_row middle", children: [
|
|
194
197
|
(isHomepage || pathname?.includes("/personal") || pathname?.split("/")[1] == "invest" || pathname?.includes("/tools")) && /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
195
198
|
/* @__PURE__ */ jsxs(
|
|
196
199
|
"li",
|
|
197
200
|
{
|
|
198
201
|
className: styles.sub_nav_link,
|
|
199
202
|
onMouseEnter: () => handleMouseEnter("bank"),
|
|
200
|
-
role: "menuitem",
|
|
201
203
|
children: [
|
|
202
204
|
/* @__PURE__ */ jsx(
|
|
203
205
|
"a",
|
|
204
206
|
{
|
|
205
207
|
href: resolveUrl("{AXOSBANK}/personal/bank"),
|
|
206
|
-
id: "personalNav1",
|
|
207
208
|
"aria-label": "Press Enter to navigate to the Bank section home page, or press Tab again to focus on the down arrow and press Enter to open the Bank section sub-menu.",
|
|
208
209
|
children: "Bank"
|
|
209
210
|
}
|
|
@@ -228,6 +229,7 @@ function SubNavBar() {
|
|
|
228
229
|
fill: "none",
|
|
229
230
|
xmlns: "http://www.w3.org/2000/svg",
|
|
230
231
|
style: { marginLeft: "8px" },
|
|
232
|
+
"aria-hidden": true,
|
|
231
233
|
children: /* @__PURE__ */ jsx(
|
|
232
234
|
"path",
|
|
233
235
|
{
|
|
@@ -247,13 +249,11 @@ function SubNavBar() {
|
|
|
247
249
|
{
|
|
248
250
|
className: styles.sub_nav_link,
|
|
249
251
|
onMouseEnter: () => handleMouseEnter("borrow"),
|
|
250
|
-
role: "menuitem",
|
|
251
252
|
children: [
|
|
252
253
|
/* @__PURE__ */ jsx(
|
|
253
254
|
"a",
|
|
254
255
|
{
|
|
255
256
|
href: resolveUrl("{AXOSBANK}/personal/borrow"),
|
|
256
|
-
id: "personalNav2",
|
|
257
257
|
"aria-label": "Press Enter to navigate to the Borrow section home page, or press Tab again to focus on the down arrow and press Enter to open the Borrow section sub-menu.",
|
|
258
258
|
children: "Borrow"
|
|
259
259
|
}
|
|
@@ -278,6 +278,7 @@ function SubNavBar() {
|
|
|
278
278
|
fill: "none",
|
|
279
279
|
xmlns: "http://www.w3.org/2000/svg",
|
|
280
280
|
style: { marginLeft: "8px" },
|
|
281
|
+
"aria-hidden": true,
|
|
281
282
|
children: /* @__PURE__ */ jsx(
|
|
282
283
|
"path",
|
|
283
284
|
{
|
|
@@ -297,13 +298,11 @@ function SubNavBar() {
|
|
|
297
298
|
{
|
|
298
299
|
className: styles.sub_nav_link,
|
|
299
300
|
onMouseEnter: () => handleMouseEnter("invest"),
|
|
300
|
-
role: "menuitem",
|
|
301
301
|
children: [
|
|
302
302
|
/* @__PURE__ */ jsx(
|
|
303
303
|
"a",
|
|
304
304
|
{
|
|
305
305
|
href: resolveUrl("{AXOS}/invest"),
|
|
306
|
-
id: "personalNav3",
|
|
307
306
|
"aria-label": "Press Enter to navigate to the Invest section home page, or press Tab again to focus on the down arrow and press Enter to open the Invest section sub-menu.",
|
|
308
307
|
children: "Invest"
|
|
309
308
|
}
|
|
@@ -328,6 +327,7 @@ function SubNavBar() {
|
|
|
328
327
|
fill: "none",
|
|
329
328
|
xmlns: "http://www.w3.org/2000/svg",
|
|
330
329
|
style: { marginLeft: "8px" },
|
|
330
|
+
"aria-hidden": true,
|
|
331
331
|
children: /* @__PURE__ */ jsx(
|
|
332
332
|
"path",
|
|
333
333
|
{
|
|
@@ -347,13 +347,11 @@ function SubNavBar() {
|
|
|
347
347
|
{
|
|
348
348
|
className: styles.sub_nav_link,
|
|
349
349
|
onMouseEnter: () => handleMouseEnter("plan"),
|
|
350
|
-
role: "menuitem",
|
|
351
350
|
children: [
|
|
352
351
|
/* @__PURE__ */ jsx(
|
|
353
352
|
"a",
|
|
354
353
|
{
|
|
355
354
|
href: resolveUrl("{AXOSBANK}/personal/plan"),
|
|
356
|
-
id: "personalNav4",
|
|
357
355
|
"aria-label": "Press Enter to navigate to the Plan section home page, or press Tab again to focus on the down arrow and press Enter to open the Plan section sub-menu.",
|
|
358
356
|
children: "Plan"
|
|
359
357
|
}
|
|
@@ -378,6 +376,7 @@ function SubNavBar() {
|
|
|
378
376
|
fill: "none",
|
|
379
377
|
xmlns: "http://www.w3.org/2000/svg",
|
|
380
378
|
style: { marginLeft: "8px" },
|
|
379
|
+
"aria-hidden": true,
|
|
381
380
|
children: /* @__PURE__ */ jsx(
|
|
382
381
|
"path",
|
|
383
382
|
{
|
|
@@ -399,13 +398,11 @@ function SubNavBar() {
|
|
|
399
398
|
{
|
|
400
399
|
className: styles.sub_nav_link,
|
|
401
400
|
onMouseEnter: () => handleMouseEnter("sbb"),
|
|
402
|
-
role: "menuitem",
|
|
403
401
|
children: [
|
|
404
402
|
/* @__PURE__ */ jsx(
|
|
405
403
|
"a",
|
|
406
404
|
{
|
|
407
405
|
href: resolveUrl("{AXOSBANK}/business"),
|
|
408
|
-
id: "busNav1",
|
|
409
406
|
"aria-label": "Press Enter to navigate to the Small Business Banking section home page, or press Tab again to focus on the down arrow and press Enter to open the Small Business Banking section sub-menu.",
|
|
410
407
|
children: "Small Business Banking"
|
|
411
408
|
}
|
|
@@ -430,6 +427,7 @@ function SubNavBar() {
|
|
|
430
427
|
fill: "none",
|
|
431
428
|
xmlns: "http://www.w3.org/2000/svg",
|
|
432
429
|
style: { marginLeft: "8px" },
|
|
430
|
+
"aria-hidden": true,
|
|
433
431
|
children: /* @__PURE__ */ jsx(
|
|
434
432
|
"path",
|
|
435
433
|
{
|
|
@@ -449,13 +447,11 @@ function SubNavBar() {
|
|
|
449
447
|
{
|
|
450
448
|
className: styles.sub_nav_link,
|
|
451
449
|
onMouseEnter: () => handleMouseEnter("combank"),
|
|
452
|
-
role: "menuitem",
|
|
453
450
|
children: [
|
|
454
451
|
/* @__PURE__ */ jsx(
|
|
455
452
|
"a",
|
|
456
453
|
{
|
|
457
454
|
href: resolveUrl("{AXOSBANK}/commercial/banking"),
|
|
458
|
-
id: "busNav2",
|
|
459
455
|
"aria-label": "Press Enter to navigate to the Commercial Banking section home page, or press Tab again to focus on the down arrow and press Enter to open the Commercial Banking section sub-menu.",
|
|
460
456
|
children: "Commercial Banking"
|
|
461
457
|
}
|
|
@@ -480,6 +476,7 @@ function SubNavBar() {
|
|
|
480
476
|
fill: "none",
|
|
481
477
|
xmlns: "http://www.w3.org/2000/svg",
|
|
482
478
|
style: { marginLeft: "8px" },
|
|
479
|
+
"aria-hidden": true,
|
|
483
480
|
children: /* @__PURE__ */ jsx(
|
|
484
481
|
"path",
|
|
485
482
|
{
|
|
@@ -499,13 +496,11 @@ function SubNavBar() {
|
|
|
499
496
|
{
|
|
500
497
|
className: styles.sub_nav_link,
|
|
501
498
|
onMouseEnter: () => handleMouseEnter("comlending"),
|
|
502
|
-
role: "menuitem",
|
|
503
499
|
children: [
|
|
504
500
|
/* @__PURE__ */ jsx(
|
|
505
501
|
"a",
|
|
506
502
|
{
|
|
507
503
|
href: resolveUrl("{AXOSBANK}/commercial/lending"),
|
|
508
|
-
id: "busNav3",
|
|
509
504
|
"aria-label": "Press Enter to navigate to the Commercial Lending section home page, or press Tab again to focus on the down arrow and press Enter to open the Commercial Lending section sub-menu.",
|
|
510
505
|
children: "Commercial Lending"
|
|
511
506
|
}
|
|
@@ -530,6 +525,7 @@ function SubNavBar() {
|
|
|
530
525
|
fill: "none",
|
|
531
526
|
xmlns: "http://www.w3.org/2000/svg",
|
|
532
527
|
style: { marginLeft: "8px" },
|
|
528
|
+
"aria-hidden": true,
|
|
533
529
|
children: /* @__PURE__ */ jsx(
|
|
534
530
|
"path",
|
|
535
531
|
{
|
|
@@ -551,7 +547,6 @@ function SubNavBar() {
|
|
|
551
547
|
{
|
|
552
548
|
className: styles.sub_nav_link,
|
|
553
549
|
onMouseEnter: () => handleMouseEnter("wholelending"),
|
|
554
|
-
role: "menuitem",
|
|
555
550
|
children: [
|
|
556
551
|
/* @__PURE__ */ jsx(
|
|
557
552
|
"a",
|
|
@@ -559,7 +554,6 @@ function SubNavBar() {
|
|
|
559
554
|
href: resolveUrl(
|
|
560
555
|
"{AXOSBANK}/partners/wholesale-correspondent-portfolio-lending"
|
|
561
556
|
),
|
|
562
|
-
id: "partNav2",
|
|
563
557
|
"aria-label": "Press Enter to navigate to the Wholesale Lending section home page, or press Tab again to focus on the down arrow and press Enter to open the Wholesale Lending section sub-menu.",
|
|
564
558
|
children: "Wholesale Lending"
|
|
565
559
|
}
|
|
@@ -584,6 +578,7 @@ function SubNavBar() {
|
|
|
584
578
|
fill: "none",
|
|
585
579
|
xmlns: "http://www.w3.org/2000/svg",
|
|
586
580
|
style: { marginLeft: "8px" },
|
|
581
|
+
"aria-hidden": true,
|
|
587
582
|
children: /* @__PURE__ */ jsx(
|
|
588
583
|
"path",
|
|
589
584
|
{
|
|
@@ -603,13 +598,11 @@ function SubNavBar() {
|
|
|
603
598
|
{
|
|
604
599
|
className: styles.sub_nav_link,
|
|
605
600
|
onMouseEnter: () => handleMouseEnter("dealerservices"),
|
|
606
|
-
role: "menuitem",
|
|
607
601
|
children: [
|
|
608
602
|
/* @__PURE__ */ jsx(
|
|
609
603
|
"a",
|
|
610
604
|
{
|
|
611
605
|
href: resolveUrl("{AXOSBANK}/partners/dealer-services"),
|
|
612
|
-
id: "partNav5",
|
|
613
606
|
"aria-label": "Press Enter to navigate to the Dealer Services section home page, or press Tab again to focus on the down arrow and press Enter to open the Dealer Services section sub-menu.",
|
|
614
607
|
children: "Dealer Services"
|
|
615
608
|
}
|
|
@@ -634,6 +627,7 @@ function SubNavBar() {
|
|
|
634
627
|
fill: "none",
|
|
635
628
|
xmlns: "http://www.w3.org/2000/svg",
|
|
636
629
|
style: { marginLeft: "8px" },
|
|
630
|
+
"aria-hidden": true,
|
|
637
631
|
children: /* @__PURE__ */ jsx(
|
|
638
632
|
"path",
|
|
639
633
|
{
|
|
@@ -653,7 +647,6 @@ function SubNavBar() {
|
|
|
653
647
|
{
|
|
654
648
|
className: styles.sub_nav_link,
|
|
655
649
|
onMouseEnter: handleMouseLeave,
|
|
656
|
-
role: "menuitem",
|
|
657
650
|
children: /* @__PURE__ */ jsx(
|
|
658
651
|
Link,
|
|
659
652
|
{
|
|
@@ -669,34 +662,10 @@ function SubNavBar() {
|
|
|
669
662
|
)
|
|
670
663
|
] }),
|
|
671
664
|
pathname?.includes("/customer-support") && support.map(
|
|
672
|
-
(item) => /* @__PURE__ */ jsx(
|
|
673
|
-
"li",
|
|
674
|
-
{
|
|
675
|
-
className: styles.sub_nav_link,
|
|
676
|
-
role: "menuitem",
|
|
677
|
-
children: /* @__PURE__ */ jsx(Link, { href: item.url, children: item.name })
|
|
678
|
-
},
|
|
679
|
-
`snb-${item.id}`
|
|
680
|
-
)
|
|
665
|
+
(item) => /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsx(Link, { href: item.url, children: item.name }) }, `snb-${item.id}`)
|
|
681
666
|
),
|
|
682
|
-
pathname?.includes("/about-us") && about.map((item) => /* @__PURE__ */ jsx(
|
|
683
|
-
|
|
684
|
-
{
|
|
685
|
-
className: styles.sub_nav_link,
|
|
686
|
-
role: "menuitem",
|
|
687
|
-
children: /* @__PURE__ */ jsx(Link, { href: item.url, children: item.name })
|
|
688
|
-
},
|
|
689
|
-
`snb-${item.id}`
|
|
690
|
-
)),
|
|
691
|
-
pathname?.includes("/legal") && legal.map((item) => /* @__PURE__ */ jsx(
|
|
692
|
-
"li",
|
|
693
|
-
{
|
|
694
|
-
className: styles.sub_nav_link,
|
|
695
|
-
role: "menuitem",
|
|
696
|
-
children: /* @__PURE__ */ jsx(Link, { href: item.url, children: item.name })
|
|
697
|
-
},
|
|
698
|
-
`snb-${item.id}`
|
|
699
|
-
))
|
|
667
|
+
pathname?.includes("/about-us") && about.map((item) => /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsx(Link, { href: item.url, children: item.name }) }, `snb-${item.id}`)),
|
|
668
|
+
pathname?.includes("/legal") && legal.map((item) => /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsx(Link, { href: item.url, children: item.name }) }, `snb-${item.id}`))
|
|
700
669
|
] }),
|
|
701
670
|
/* @__PURE__ */ jsxs("div", { className: "relative", children: [
|
|
702
671
|
hoveredLink === "bank" && /* @__PURE__ */ jsx(
|
|
@@ -1312,65 +1281,6 @@ function SubNavBar() {
|
|
|
1312
1281
|
) })
|
|
1313
1282
|
] })
|
|
1314
1283
|
] }),
|
|
1315
|
-
/* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
|
|
1316
|
-
/* @__PURE__ */ jsx(
|
|
1317
|
-
Image,
|
|
1318
|
-
{
|
|
1319
|
-
src: `https://images.axos.com/o9ov1v03uwqk/jpqd1KnknpG6gVaYg04Bl/a55d179434815dc4029ee413d8d7a703/nav-submenu-auto-icon.webp`,
|
|
1320
|
-
alt: "",
|
|
1321
|
-
width: 20,
|
|
1322
|
-
height: 20
|
|
1323
|
-
}
|
|
1324
|
-
),
|
|
1325
|
-
/* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
|
|
1326
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1327
|
-
Link,
|
|
1328
|
-
{
|
|
1329
|
-
href: resolveUrl(
|
|
1330
|
-
"{AXOSBANK}/personal/borrow/auto-loans"
|
|
1331
|
-
),
|
|
1332
|
-
role: "heading",
|
|
1333
|
-
children: "Auto Loans"
|
|
1334
|
-
}
|
|
1335
|
-
) }),
|
|
1336
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1337
|
-
Link,
|
|
1338
|
-
{
|
|
1339
|
-
href: resolveUrl(
|
|
1340
|
-
"{AXOSBANK}/personal/borrow/auto-loans/purchase-a-vehicle"
|
|
1341
|
-
),
|
|
1342
|
-
children: "Auto Purchase Loans"
|
|
1343
|
-
}
|
|
1344
|
-
) }),
|
|
1345
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1346
|
-
Link,
|
|
1347
|
-
{
|
|
1348
|
-
href: resolveUrl(
|
|
1349
|
-
"{AXOSBANK}/personal/borrow/auto-loans/refinance"
|
|
1350
|
-
),
|
|
1351
|
-
children: "Auto Refinance Loans"
|
|
1352
|
-
}
|
|
1353
|
-
) }),
|
|
1354
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1355
|
-
Link,
|
|
1356
|
-
{
|
|
1357
|
-
href: resolveUrl(
|
|
1358
|
-
"{AXOSBANK}/tools/calculators/auto-loan-calculator"
|
|
1359
|
-
),
|
|
1360
|
-
children: "Auto Payment Calculator"
|
|
1361
|
-
}
|
|
1362
|
-
) }),
|
|
1363
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
1364
|
-
Link,
|
|
1365
|
-
{
|
|
1366
|
-
href: resolveUrl(
|
|
1367
|
-
"{AXOSBANK}/personal/support/manage-my-loan"
|
|
1368
|
-
),
|
|
1369
|
-
children: "Manage My Loan"
|
|
1370
|
-
}
|
|
1371
|
-
) })
|
|
1372
|
-
] })
|
|
1373
|
-
] }),
|
|
1374
1284
|
/* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
|
|
1375
1285
|
/* @__PURE__ */ jsx(
|
|
1376
1286
|
Image,
|
|
@@ -2934,9 +2844,9 @@ function SubNavBar() {
|
|
|
2934
2844
|
Link,
|
|
2935
2845
|
{
|
|
2936
2846
|
href: resolveUrl(
|
|
2937
|
-
"{AXOSBANK}/
|
|
2847
|
+
"{AXOSBANK}/commercial/lending/floorplan-finance"
|
|
2938
2848
|
),
|
|
2939
|
-
children: "
|
|
2849
|
+
children: "Floorplan Financing"
|
|
2940
2850
|
}
|
|
2941
2851
|
) }),
|
|
2942
2852
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
@@ -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/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/ImageToast/ImageToast.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 */
|
|
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/LaVictoire/NavBar2.css';import '../../assets/NavigationMenu/AxosALTS/NavBar2.css';import '../../assets/NavigationMenu/AxosClearing/NavBar2.css';import '../../assets/NavigationMenu/ServerNavigation/NavigationBar.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/ImageToast/ImageToast.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 */
|
|
12
12
|
/* empty css */
|
|
13
13
|
/* empty css */
|
|
14
14
|
/* empty css */
|
|
@@ -74,10 +74,10 @@ import "../../Auth/SignInPassword.js";
|
|
|
74
74
|
/* empty css */
|
|
75
75
|
import "../../Carousel/index.js";
|
|
76
76
|
/* empty css */
|
|
77
|
-
import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
78
77
|
/* empty css */
|
|
79
78
|
import "../../Chatbot/store/chat.js";
|
|
80
79
|
import "../../Chatbot/Chatbot.js";
|
|
80
|
+
import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
81
81
|
/* empty css */
|
|
82
82
|
import "../../Chatbot/store/messages.js";
|
|
83
83
|
/* empty css */
|
|
@@ -111,10 +111,13 @@ import "next/navigation.js";
|
|
|
111
111
|
/* empty css */
|
|
112
112
|
/* empty css */
|
|
113
113
|
/* empty css */
|
|
114
|
+
/* empty css */
|
|
115
|
+
import "next/link.js";
|
|
116
|
+
import "../ServerNavigation/Menu.js";
|
|
117
|
+
import "../ServerNavigation/SubNavbar.css.js";
|
|
114
118
|
/* empty css */
|
|
115
119
|
/* empty css */
|
|
116
120
|
/* empty css */
|
|
117
|
-
import "next/link.js";
|
|
118
121
|
import "../../PageNavItem/PageNavItem.css.js";
|
|
119
122
|
import "react-slick";
|
|
120
123
|
/* empty css */
|
|
@@ -185,7 +188,7 @@ function NavBar({
|
|
|
185
188
|
if (withSession) {
|
|
186
189
|
console.log("withSession");
|
|
187
190
|
}
|
|
188
|
-
return /* @__PURE__ */ jsxs("header", { id: "header", children: [
|
|
191
|
+
return /* @__PURE__ */ jsxs("header", { id: "header", "aria-label": "main header", children: [
|
|
189
192
|
/* @__PURE__ */ jsx("div", { className: `${styles.header} bg_white`, children: /* @__PURE__ */ jsxs("div", { className: styles.wrapper, children: [
|
|
190
193
|
/* @__PURE__ */ jsx("a", { href: "#main-body", id: "skip_content", className: styles.skip_btn, children: "Skip to main content" }),
|
|
191
194
|
/* @__PURE__ */ jsxs("div", { className: `${styles.header_main_row} flex_row between middle`, children: [
|
|
@@ -203,6 +206,7 @@ function NavBar({
|
|
|
203
206
|
viewBox: "0 0 137 30",
|
|
204
207
|
fill: "none",
|
|
205
208
|
xmlns: "http://www.w3.org/2000/svg",
|
|
209
|
+
"aria-hidden": "true",
|
|
206
210
|
children: [
|
|
207
211
|
/* @__PURE__ */ jsx(
|
|
208
212
|
"path",
|
|
@@ -264,20 +268,27 @@ function NavBar({
|
|
|
264
268
|
)
|
|
265
269
|
}
|
|
266
270
|
) }),
|
|
267
|
-
/* @__PURE__ */ jsx(
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
271
|
+
/* @__PURE__ */ jsx(
|
|
272
|
+
"nav",
|
|
273
|
+
{
|
|
274
|
+
className: styles.primary_links,
|
|
275
|
+
"aria-label": "primary navigation",
|
|
276
|
+
children: /* @__PURE__ */ jsx("ul", { className: "list_unstyled flex_row middle", children: navItems.map(
|
|
277
|
+
(item, i, arr) => arr.length - 1 !== i && /* @__PURE__ */ jsx(
|
|
278
|
+
NavItem,
|
|
279
|
+
{
|
|
280
|
+
className: `${styles.main_nav_link} ${main_nav_link}`,
|
|
281
|
+
onClick: handleClick,
|
|
282
|
+
index: i,
|
|
283
|
+
name: item.name,
|
|
284
|
+
url: item.url,
|
|
285
|
+
isActive: activeIndex == i
|
|
286
|
+
},
|
|
287
|
+
i
|
|
288
|
+
)
|
|
289
|
+
) })
|
|
290
|
+
}
|
|
291
|
+
)
|
|
281
292
|
] }) }),
|
|
282
293
|
/* @__PURE__ */ jsxs("div", { className: `${styles.mobile_only} ${styles.mobile_logo}`, children: [
|
|
283
294
|
/* @__PURE__ */ jsx(
|
|
@@ -293,6 +304,7 @@ function NavBar({
|
|
|
293
304
|
viewBox: "0 0 137 30",
|
|
294
305
|
fill: "none",
|
|
295
306
|
xmlns: "http://www.w3.org/2000/svg",
|
|
307
|
+
"aria-hidden": true,
|
|
296
308
|
children: [
|
|
297
309
|
/* @__PURE__ */ jsx(
|
|
298
310
|
"path",
|
|
@@ -362,7 +374,6 @@ function NavBar({
|
|
|
362
374
|
className: `${styles.desktop_only} flex_row middle relative`,
|
|
363
375
|
ref,
|
|
364
376
|
onKeyDown: handleKeyDownContainer,
|
|
365
|
-
role: "menubar",
|
|
366
377
|
children: [
|
|
367
378
|
lastNavItem && /* @__PURE__ */ jsx(
|
|
368
379
|
NavItem,
|
|
@@ -394,7 +405,6 @@ function NavBar({
|
|
|
394
405
|
action: toggle,
|
|
395
406
|
size: "small",
|
|
396
407
|
"aria-controls": "signin-drop-menu",
|
|
397
|
-
role: "menuitem",
|
|
398
408
|
children: [
|
|
399
409
|
/* @__PURE__ */ jsx("span", { children: "Log in" }),
|
|
400
410
|
/* @__PURE__ */ jsx(
|
|
@@ -405,6 +415,7 @@ function NavBar({
|
|
|
405
415
|
viewBox: "0 0 20 12",
|
|
406
416
|
fill: "none",
|
|
407
417
|
xmlns: "http://www.w3.org/2000/svg",
|
|
418
|
+
"aria-hidden": true,
|
|
408
419
|
children: /* @__PURE__ */ jsx(
|
|
409
420
|
"path",
|
|
410
421
|
{
|
|
@@ -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_1wvn6_1";
|
|
2
|
+
const wrapper = "_wrapper_1wvn6_9";
|
|
3
|
+
const header_main_row = "_header_main_row_1wvn6_21";
|
|
4
|
+
const mobile_header = "_mobile_header_1wvn6_23";
|
|
5
|
+
const logo_wrap = "_logo_wrap_1wvn6_35";
|
|
6
|
+
const primary_links = "_primary_links_1wvn6_43";
|
|
7
|
+
const main_nav_link = "_main_nav_link_1wvn6_51";
|
|
8
|
+
const sub_nav_link = "_sub_nav_link_1wvn6_115";
|
|
9
|
+
const signin_wrap = "_signin_wrap_1wvn6_119";
|
|
10
|
+
const signin_btn = "_signin_btn_1wvn6_121";
|
|
11
|
+
const sub_nav = "_sub_nav_1wvn6_115";
|
|
12
|
+
const header_sub_row = "_header_sub_row_1wvn6_239";
|
|
13
|
+
const signin_dropdown = "_signin_dropdown_1wvn6_287";
|
|
14
|
+
const shadow = "_shadow_1wvn6_307";
|
|
15
|
+
const signin_subheader = "_signin_subheader_1wvn6_319";
|
|
16
|
+
const opacity = "_opacity_1wvn6_361";
|
|
17
|
+
const fadeInDown = "_fadeInDown_1wvn6_1";
|
|
18
|
+
const open = "_open_1wvn6_373";
|
|
19
|
+
const hamburger = "_hamburger_1wvn6_409";
|
|
20
|
+
const mobile_only = "_mobile_only_1wvn6_437";
|
|
21
|
+
const mobile_logo = "_mobile_logo_1wvn6_449";
|
|
22
|
+
const highlight = "_highlight_1wvn6_459";
|
|
23
|
+
const mobile_nav = "_mobile_nav_1wvn6_515";
|
|
24
|
+
const mobile_opened = "_mobile_opened_1wvn6_537";
|
|
25
|
+
const mobile_nav_item = "_mobile_nav_item_1wvn6_553";
|
|
26
|
+
const has_dropdown = "_has_dropdown_1wvn6_583";
|
|
27
|
+
const icon_wrap = "_icon_wrap_1wvn6_625";
|
|
28
|
+
const mobile_footer = "_mobile_footer_1wvn6_635";
|
|
29
|
+
const mobile_footer_content = "_mobile_footer_content_1wvn6_645";
|
|
30
|
+
const mobile_footer_media = "_mobile_footer_media_1wvn6_675";
|
|
31
|
+
const footer_cta = "_footer_cta_1wvn6_687";
|
|
32
|
+
const inner_wrapper = "_inner_wrapper_1wvn6_745";
|
|
33
|
+
const btn = "_btn_1wvn6_757";
|
|
34
|
+
const sub_menu = "_sub_menu_1wvn6_767";
|
|
35
|
+
const main = "_main_1wvn6_51";
|
|
36
|
+
const dd_footer = "_dd_footer_1wvn6_817";
|
|
37
|
+
const desktop_only = "_desktop_only_1wvn6_867";
|
|
38
38
|
const styles = {
|
|
39
39
|
header,
|
|
40
40
|
wrapper,
|