@axos-web-dev/shared-components 1.0.100-dev.63 → 1.0.100-dev.65
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/Avatar/Avatar.module.js +7 -7
- package/dist/Blockquote/Blockquote.module.js +3 -3
- package/dist/Forms/EmailOnly.js +6 -1
- package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +52 -52
- package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +53 -53
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +16 -16
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +6 -6
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +12 -12
- package/dist/NavigationMenu/AxosBank/NavBar.module.js +39 -39
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +19 -19
- package/dist/NavigationMenu/AxosClearing/NavBar.module.js +37 -37
- package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +41 -41
- package/dist/WalnutIframe/wrapper.module.js +3 -3
- package/dist/assets/Avatar/Avatar.css.css +59 -59
- package/dist/assets/Blockquote/Blockquote.css.css +72 -72
- package/dist/assets/Chatbot/AnimatedGradientBorder.css +2 -2
- package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +609 -609
- package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css +630 -630
- package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css +192 -192
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +445 -445
- package/dist/assets/NavigationMenu/AxosClearing/NavBar.css.css +484 -484
- package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +427 -427
- package/dist/assets/WalnutIframe/wrapper.css.css +48 -48
- package/package.json +136 -136
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import '../assets/Avatar/Avatar.css.css';const avatar_sec = "
|
|
2
|
-
const container = "
|
|
3
|
-
const image = "
|
|
4
|
-
const text = "
|
|
5
|
-
const name = "
|
|
6
|
-
const title = "
|
|
7
|
-
const description = "
|
|
1
|
+
import '../assets/Avatar/Avatar.css.css';const avatar_sec = "_avatar_sec_1clr6_1";
|
|
2
|
+
const container = "_container_1clr6_5";
|
|
3
|
+
const image = "_image_1clr6_14";
|
|
4
|
+
const text = "_text_1clr6_23";
|
|
5
|
+
const name = "_name_1clr6_29";
|
|
6
|
+
const title = "_title_1clr6_37";
|
|
7
|
+
const description = "_description_1clr6_44";
|
|
8
8
|
const css = {
|
|
9
9
|
avatar_sec,
|
|
10
10
|
container,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import '../assets/Blockquote/Blockquote.css.css';const quote_spacer = "
|
|
2
|
-
const author = "
|
|
3
|
-
const quote = "
|
|
1
|
+
import '../assets/Blockquote/Blockquote.css.css';const quote_spacer = "_quote_spacer_ovx4r_1";
|
|
2
|
+
const author = "_author_ovx4r_7";
|
|
3
|
+
const quote = "_quote_ovx4r_1";
|
|
4
4
|
const css = {
|
|
5
5
|
quote_spacer,
|
|
6
6
|
author,
|
package/dist/Forms/EmailOnly.js
CHANGED
|
@@ -187,7 +187,12 @@ const EmailOnly = ({
|
|
|
187
187
|
"section",
|
|
188
188
|
{
|
|
189
189
|
id,
|
|
190
|
-
className: clsx(
|
|
190
|
+
className: clsx(
|
|
191
|
+
formContainer({ variant }),
|
|
192
|
+
email_only_padding,
|
|
193
|
+
"containment",
|
|
194
|
+
"rounded"
|
|
195
|
+
),
|
|
191
196
|
children: /* @__PURE__ */ jsx("div", { style: { width: "100%" }, children: /* @__PURE__ */ jsxs(FormProvider, { ...methods, children: [
|
|
192
197
|
icon && /* @__PURE__ */ jsx("div", { className: clsx("text_center", iconForm), children: ["primary", "secondary"].includes(variant) ? /* @__PURE__ */ jsx(SvgComponent, {}) : /* @__PURE__ */ jsx(SvgAxosX, {}) }),
|
|
193
198
|
/* @__PURE__ */ jsxs("div", { className: `${headerContainer} text_center`, children: [
|
|
@@ -1,55 +1,55 @@
|
|
|
1
|
-
import '../../assets/NavigationMenu/AxosAdvisor/NavBar.css.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 header_sub_row = "
|
|
12
|
-
const signin_dropdown = "
|
|
13
|
-
const shadow = "
|
|
14
|
-
const signin_header = "
|
|
15
|
-
const signin_subheader = "
|
|
16
|
-
const opacity = "
|
|
17
|
-
const fadeInDown = "
|
|
18
|
-
const footer = "
|
|
19
|
-
const open = "
|
|
20
|
-
const dd_wrapper = "
|
|
21
|
-
const dd_media = "
|
|
22
|
-
const dd_media_img = "
|
|
23
|
-
const dd_site_navs = "
|
|
24
|
-
const dd_media_header = "
|
|
25
|
-
const mt_8 = "
|
|
26
|
-
const mt_16 = "
|
|
27
|
-
const ml_8 = "
|
|
28
|
-
const dd_media_cta = "
|
|
29
|
-
const reversed_row = "
|
|
30
|
-
const headline = "
|
|
31
|
-
const nav_anchor = "
|
|
32
|
-
const headline_cta = "
|
|
33
|
-
const site_lists = "
|
|
34
|
-
const hamburger = "
|
|
35
|
-
const mobile_only = "
|
|
36
|
-
const mobile_logo = "
|
|
37
|
-
const highlight = "
|
|
38
|
-
const mobile_nav = "
|
|
39
|
-
const mobile_opened = "
|
|
40
|
-
const mobile_nav_item = "
|
|
41
|
-
const has_dropdown = "
|
|
42
|
-
const icon_wrap = "
|
|
43
|
-
const mobile_footer = "
|
|
44
|
-
const mobile_footer_content = "
|
|
45
|
-
const mobile_footer_media = "
|
|
46
|
-
const footer_cta = "
|
|
47
|
-
const inner_wrapper = "
|
|
48
|
-
const btn = "
|
|
49
|
-
const sub_menu = "
|
|
50
|
-
const main = "
|
|
51
|
-
const dd_footer = "
|
|
52
|
-
const desktop_only = "
|
|
1
|
+
import '../../assets/NavigationMenu/AxosAdvisor/NavBar.css.css';const header = "_header_9w33l_1";
|
|
2
|
+
const wrapper = "_wrapper_9w33l_5";
|
|
3
|
+
const header_main_row = "_header_main_row_9w33l_10";
|
|
4
|
+
const mobile_header = "_mobile_header_9w33l_11";
|
|
5
|
+
const logo_wrap = "_logo_wrap_9w33l_17";
|
|
6
|
+
const primary_links = "_primary_links_9w33l_21";
|
|
7
|
+
const main_nav_link = "_main_nav_link_9w33l_25";
|
|
8
|
+
const sub_nav_link = "_sub_nav_link_9w33l_57";
|
|
9
|
+
const signin_wrap = "_signin_wrap_9w33l_59";
|
|
10
|
+
const signin_btn = "_signin_btn_9w33l_60";
|
|
11
|
+
const header_sub_row = "_header_sub_row_9w33l_98";
|
|
12
|
+
const signin_dropdown = "_signin_dropdown_9w33l_118";
|
|
13
|
+
const shadow = "_shadow_9w33l_128";
|
|
14
|
+
const signin_header = "_signin_header_9w33l_136";
|
|
15
|
+
const signin_subheader = "_signin_subheader_9w33l_143";
|
|
16
|
+
const opacity = "_opacity_9w33l_165";
|
|
17
|
+
const fadeInDown = "_fadeInDown_9w33l_1";
|
|
18
|
+
const footer = "_footer_9w33l_171";
|
|
19
|
+
const open = "_open_9w33l_187";
|
|
20
|
+
const dd_wrapper = "_dd_wrapper_9w33l_199";
|
|
21
|
+
const dd_media = "_dd_media_9w33l_204";
|
|
22
|
+
const dd_media_img = "_dd_media_img_9w33l_209";
|
|
23
|
+
const dd_site_navs = "_dd_site_navs_9w33l_213";
|
|
24
|
+
const dd_media_header = "_dd_media_header_9w33l_220";
|
|
25
|
+
const mt_8 = "_mt_8_9w33l_229";
|
|
26
|
+
const mt_16 = "_mt_16_9w33l_233";
|
|
27
|
+
const ml_8 = "_ml_8_9w33l_237";
|
|
28
|
+
const dd_media_cta = "_dd_media_cta_9w33l_241";
|
|
29
|
+
const reversed_row = "_reversed_row_9w33l_255";
|
|
30
|
+
const headline = "_headline_9w33l_271";
|
|
31
|
+
const nav_anchor = "_nav_anchor_9w33l_277";
|
|
32
|
+
const headline_cta = "_headline_cta_9w33l_285";
|
|
33
|
+
const site_lists = "_site_lists_9w33l_300";
|
|
34
|
+
const hamburger = "_hamburger_9w33l_335";
|
|
35
|
+
const mobile_only = "_mobile_only_9w33l_349";
|
|
36
|
+
const mobile_logo = "_mobile_logo_9w33l_355";
|
|
37
|
+
const highlight = "_highlight_9w33l_360";
|
|
38
|
+
const mobile_nav = "_mobile_nav_9w33l_396";
|
|
39
|
+
const mobile_opened = "_mobile_opened_9w33l_407";
|
|
40
|
+
const mobile_nav_item = "_mobile_nav_item_9w33l_415";
|
|
41
|
+
const has_dropdown = "_has_dropdown_9w33l_430";
|
|
42
|
+
const icon_wrap = "_icon_wrap_9w33l_451";
|
|
43
|
+
const mobile_footer = "_mobile_footer_9w33l_456";
|
|
44
|
+
const mobile_footer_content = "_mobile_footer_content_9w33l_461";
|
|
45
|
+
const mobile_footer_media = "_mobile_footer_media_9w33l_476";
|
|
46
|
+
const footer_cta = "_footer_cta_9w33l_482";
|
|
47
|
+
const inner_wrapper = "_inner_wrapper_9w33l_510";
|
|
48
|
+
const btn = "_btn_9w33l_515";
|
|
49
|
+
const sub_menu = "_sub_menu_9w33l_520";
|
|
50
|
+
const main = "_main_9w33l_25";
|
|
51
|
+
const dd_footer = "_dd_footer_9w33l_545";
|
|
52
|
+
const desktop_only = "_desktop_only_9w33l_564";
|
|
53
53
|
const styles = {
|
|
54
54
|
header,
|
|
55
55
|
wrapper,
|
|
@@ -1,56 +1,56 @@
|
|
|
1
|
-
import '../../assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css';const header = "
|
|
2
|
-
const wrapper = "
|
|
3
|
-
const main_nav = "
|
|
4
|
-
const header_main_row = "
|
|
5
|
-
const mobile_header = "
|
|
6
|
-
const logo_wrap = "
|
|
7
|
-
const primary_links = "
|
|
8
|
-
const main_nav_link = "
|
|
9
|
-
const sub_nav_link = "
|
|
10
|
-
const signin_wrap = "
|
|
11
|
-
const signin_btn = "
|
|
12
|
-
const header_sub_row = "
|
|
13
|
-
const signin_dropdown = "
|
|
14
|
-
const shadow = "
|
|
15
|
-
const signin_header = "
|
|
16
|
-
const signin_subheader = "
|
|
17
|
-
const opacity = "
|
|
18
|
-
const fadeInDown = "
|
|
19
|
-
const footer = "
|
|
20
|
-
const open = "
|
|
21
|
-
const dd_wrapper = "
|
|
22
|
-
const dd_media = "
|
|
23
|
-
const dd_media_img = "
|
|
24
|
-
const dd_site_navs = "
|
|
25
|
-
const dd_media_header = "
|
|
26
|
-
const mt_8 = "
|
|
27
|
-
const mt_16 = "
|
|
28
|
-
const ml_8 = "
|
|
29
|
-
const dd_media_cta = "
|
|
30
|
-
const reversed_row = "
|
|
31
|
-
const headline = "
|
|
32
|
-
const nav_anchor = "
|
|
33
|
-
const headline_cta = "
|
|
34
|
-
const site_lists = "
|
|
35
|
-
const hamburger = "
|
|
36
|
-
const mobile_only = "
|
|
37
|
-
const mobile_logo = "
|
|
38
|
-
const highlight = "
|
|
39
|
-
const mobile_nav = "
|
|
40
|
-
const mobile_opened = "
|
|
41
|
-
const mobile_nav_item = "
|
|
42
|
-
const has_dropdown = "
|
|
43
|
-
const icon_wrap = "
|
|
44
|
-
const mobile_footer = "
|
|
45
|
-
const mobile_footer_content = "
|
|
46
|
-
const mobile_footer_media = "
|
|
47
|
-
const footer_cta = "
|
|
48
|
-
const inner_wrapper = "
|
|
49
|
-
const btn = "
|
|
50
|
-
const sub_menu = "
|
|
51
|
-
const main = "
|
|
52
|
-
const dd_footer = "
|
|
53
|
-
const desktop_only = "
|
|
1
|
+
import '../../assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css';const header = "_header_yenuk_1";
|
|
2
|
+
const wrapper = "_wrapper_yenuk_5";
|
|
3
|
+
const main_nav = "_main_nav_yenuk_10";
|
|
4
|
+
const header_main_row = "_header_main_row_yenuk_17";
|
|
5
|
+
const mobile_header = "_mobile_header_yenuk_18";
|
|
6
|
+
const logo_wrap = "_logo_wrap_yenuk_30";
|
|
7
|
+
const primary_links = "_primary_links_yenuk_34";
|
|
8
|
+
const main_nav_link = "_main_nav_link_yenuk_38";
|
|
9
|
+
const sub_nav_link = "_sub_nav_link_yenuk_70";
|
|
10
|
+
const signin_wrap = "_signin_wrap_yenuk_72";
|
|
11
|
+
const signin_btn = "_signin_btn_yenuk_73";
|
|
12
|
+
const header_sub_row = "_header_sub_row_yenuk_110";
|
|
13
|
+
const signin_dropdown = "_signin_dropdown_yenuk_130";
|
|
14
|
+
const shadow = "_shadow_yenuk_140";
|
|
15
|
+
const signin_header = "_signin_header_yenuk_148";
|
|
16
|
+
const signin_subheader = "_signin_subheader_yenuk_155";
|
|
17
|
+
const opacity = "_opacity_yenuk_177";
|
|
18
|
+
const fadeInDown = "_fadeInDown_yenuk_1";
|
|
19
|
+
const footer = "_footer_yenuk_183";
|
|
20
|
+
const open = "_open_yenuk_199";
|
|
21
|
+
const dd_wrapper = "_dd_wrapper_yenuk_211";
|
|
22
|
+
const dd_media = "_dd_media_yenuk_216";
|
|
23
|
+
const dd_media_img = "_dd_media_img_yenuk_221";
|
|
24
|
+
const dd_site_navs = "_dd_site_navs_yenuk_225";
|
|
25
|
+
const dd_media_header = "_dd_media_header_yenuk_232";
|
|
26
|
+
const mt_8 = "_mt_8_yenuk_241";
|
|
27
|
+
const mt_16 = "_mt_16_yenuk_245";
|
|
28
|
+
const ml_8 = "_ml_8_yenuk_249";
|
|
29
|
+
const dd_media_cta = "_dd_media_cta_yenuk_253";
|
|
30
|
+
const reversed_row = "_reversed_row_yenuk_267";
|
|
31
|
+
const headline = "_headline_yenuk_283";
|
|
32
|
+
const nav_anchor = "_nav_anchor_yenuk_289";
|
|
33
|
+
const headline_cta = "_headline_cta_yenuk_297";
|
|
34
|
+
const site_lists = "_site_lists_yenuk_312";
|
|
35
|
+
const hamburger = "_hamburger_yenuk_347";
|
|
36
|
+
const mobile_only = "_mobile_only_yenuk_361";
|
|
37
|
+
const mobile_logo = "_mobile_logo_yenuk_367";
|
|
38
|
+
const highlight = "_highlight_yenuk_372";
|
|
39
|
+
const mobile_nav = "_mobile_nav_yenuk_408";
|
|
40
|
+
const mobile_opened = "_mobile_opened_yenuk_419";
|
|
41
|
+
const mobile_nav_item = "_mobile_nav_item_yenuk_427";
|
|
42
|
+
const has_dropdown = "_has_dropdown_yenuk_442";
|
|
43
|
+
const icon_wrap = "_icon_wrap_yenuk_463";
|
|
44
|
+
const mobile_footer = "_mobile_footer_yenuk_468";
|
|
45
|
+
const mobile_footer_content = "_mobile_footer_content_yenuk_473";
|
|
46
|
+
const mobile_footer_media = "_mobile_footer_media_yenuk_488";
|
|
47
|
+
const footer_cta = "_footer_cta_yenuk_494";
|
|
48
|
+
const inner_wrapper = "_inner_wrapper_yenuk_523";
|
|
49
|
+
const btn = "_btn_yenuk_528";
|
|
50
|
+
const sub_menu = "_sub_menu_yenuk_534";
|
|
51
|
+
const main = "_main_yenuk_10";
|
|
52
|
+
const dd_footer = "_dd_footer_yenuk_559";
|
|
53
|
+
const desktop_only = "_desktop_only_yenuk_579";
|
|
54
54
|
const styles = {
|
|
55
55
|
header,
|
|
56
56
|
wrapper,
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import '../../../assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css';const overlay = "
|
|
2
|
-
const drawer = "
|
|
3
|
-
const hamburger = "
|
|
4
|
-
const header = "
|
|
5
|
-
const back = "
|
|
6
|
-
const close = "
|
|
7
|
-
const levelContainer = "
|
|
8
|
-
const level = "
|
|
9
|
-
const levelTitle = "
|
|
10
|
-
const menu = "
|
|
11
|
-
const menuItem = "
|
|
12
|
-
const chevron = "
|
|
13
|
-
const chevronIcon = "
|
|
14
|
-
const quickLinks = "
|
|
15
|
-
const quickLink = "
|
|
16
|
-
const sr_only = "
|
|
1
|
+
import '../../../assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css';const overlay = "_overlay_fwuiv_1";
|
|
2
|
+
const drawer = "_drawer_fwuiv_9";
|
|
3
|
+
const hamburger = "_hamburger_fwuiv_29";
|
|
4
|
+
const header = "_header_fwuiv_40";
|
|
5
|
+
const back = "_back_fwuiv_51";
|
|
6
|
+
const close = "_close_fwuiv_59";
|
|
7
|
+
const levelContainer = "_levelContainer_fwuiv_70";
|
|
8
|
+
const level = "_level_fwuiv_70";
|
|
9
|
+
const levelTitle = "_levelTitle_fwuiv_86";
|
|
10
|
+
const menu = "_menu_fwuiv_91";
|
|
11
|
+
const menuItem = "_menuItem_fwuiv_111";
|
|
12
|
+
const chevron = "_chevron_fwuiv_127";
|
|
13
|
+
const chevronIcon = "_chevronIcon_fwuiv_132";
|
|
14
|
+
const quickLinks = "_quickLinks_fwuiv_143";
|
|
15
|
+
const quickLink = "_quickLink_fwuiv_143";
|
|
16
|
+
const sr_only = "_sr_only_fwuiv_167";
|
|
17
17
|
const styles = {
|
|
18
18
|
overlay,
|
|
19
19
|
drawer,
|
|
@@ -117,8 +117,10 @@ export declare const menuData: {
|
|
|
117
117
|
"Business Savings": string;
|
|
118
118
|
"Non-Profit Money Market": string;
|
|
119
119
|
};
|
|
120
|
-
|
|
121
|
-
"
|
|
120
|
+
Solutions: {
|
|
121
|
+
"Solutions Home": string;
|
|
122
|
+
"New Business": string;
|
|
123
|
+
"Nonprofit Banking": string;
|
|
122
124
|
};
|
|
123
125
|
Services: {
|
|
124
126
|
"Services Home": string;
|
|
@@ -129,10 +131,8 @@ export declare const menuData: {
|
|
|
129
131
|
"Insured Cash Sweep": string;
|
|
130
132
|
"Digital Banking": string;
|
|
131
133
|
};
|
|
132
|
-
|
|
133
|
-
"
|
|
134
|
-
"New Business": string;
|
|
135
|
-
"Nonprofit Banking": string;
|
|
134
|
+
Bundles: {
|
|
135
|
+
"Axos Business Bundle": string;
|
|
136
136
|
};
|
|
137
137
|
"Other Resources": {
|
|
138
138
|
"Business Support": string;
|
|
@@ -367,9 +367,15 @@ const menuData = {
|
|
|
367
367
|
"{AXOSBANK}/business/savings/business-money-market-accounts/non-profit-money-market"
|
|
368
368
|
)
|
|
369
369
|
},
|
|
370
|
-
|
|
371
|
-
"
|
|
372
|
-
"{AXOSBANK}/business/
|
|
370
|
+
Solutions: {
|
|
371
|
+
"Solutions Home": findMoreAxosDomains(
|
|
372
|
+
"{AXOSBANK}/business/solutions/new-business"
|
|
373
|
+
),
|
|
374
|
+
"New Business": findMoreAxosDomains(
|
|
375
|
+
"{AXOSBANK}/business/solutions/new-business"
|
|
376
|
+
),
|
|
377
|
+
"Nonprofit Banking": findMoreAxosDomains(
|
|
378
|
+
"{AXOSBANK}/business/solutions/nonprofit-banking"
|
|
373
379
|
)
|
|
374
380
|
},
|
|
375
381
|
Services: {
|
|
@@ -393,15 +399,9 @@ const menuData = {
|
|
|
393
399
|
"{AXOSBANK}/business/digital-business-banking"
|
|
394
400
|
)
|
|
395
401
|
},
|
|
396
|
-
|
|
397
|
-
"
|
|
398
|
-
"{AXOSBANK}/business/
|
|
399
|
-
),
|
|
400
|
-
"New Business": findMoreAxosDomains(
|
|
401
|
-
"{AXOSBANK}/business/solutions/new-business"
|
|
402
|
-
),
|
|
403
|
-
"Nonprofit Banking": findMoreAxosDomains(
|
|
404
|
-
"{AXOSBANK}/business/solutions/nonprofit-banking"
|
|
402
|
+
Bundles: {
|
|
403
|
+
"Axos Business Bundle": findMoreAxosDomains(
|
|
404
|
+
"{AXOSBANK}/business/axos-business-bundle"
|
|
405
405
|
)
|
|
406
406
|
},
|
|
407
407
|
"Other Resources": {
|
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
import '../../assets/NavigationMenu/AxosBank/NavBar.css.css';const header = "
|
|
2
|
-
const wrapper = "
|
|
3
|
-
const header_main_row = "
|
|
4
|
-
const logo_wrap = "
|
|
5
|
-
const primary_links = "
|
|
6
|
-
const main_nav_link = "
|
|
7
|
-
const sub_nav_link = "
|
|
8
|
-
const signin_wrap = "
|
|
9
|
-
const signin_btn = "
|
|
10
|
-
const header_sub_row = "
|
|
11
|
-
const signin_dropdown = "
|
|
12
|
-
const shadow = "
|
|
13
|
-
const signin_header = "
|
|
14
|
-
const signin_subheader = "
|
|
15
|
-
const opacity = "
|
|
16
|
-
const fadeInDown = "
|
|
17
|
-
const signin_footer = "
|
|
18
|
-
const open = "
|
|
19
|
-
const dd_wrapper = "
|
|
20
|
-
const dd_media = "
|
|
21
|
-
const dd_media_img = "
|
|
22
|
-
const dd_site_navs = "
|
|
23
|
-
const dd_media_header = "
|
|
24
|
-
const mt_8 = "
|
|
25
|
-
const mt_16 = "
|
|
26
|
-
const ml_8 = "
|
|
27
|
-
const reversed_row = "
|
|
28
|
-
const headline = "
|
|
29
|
-
const nav_anchor = "
|
|
30
|
-
const headline_cta = "
|
|
31
|
-
const site_lists = "
|
|
32
|
-
const modify_fit = "
|
|
33
|
-
const mobile_only = "
|
|
34
|
-
const mobile_logo = "
|
|
35
|
-
const highlight = "
|
|
36
|
-
const mobile_opened = "
|
|
37
|
-
const dd_footer = "
|
|
38
|
-
const skip_btn = "
|
|
39
|
-
const desktop_only = "
|
|
1
|
+
import '../../assets/NavigationMenu/AxosBank/NavBar.css.css';const header = "_header_ak0c_1";
|
|
2
|
+
const wrapper = "_wrapper_ak0c_5";
|
|
3
|
+
const header_main_row = "_header_main_row_ak0c_11";
|
|
4
|
+
const logo_wrap = "_logo_wrap_ak0c_17";
|
|
5
|
+
const primary_links = "_primary_links_ak0c_21";
|
|
6
|
+
const main_nav_link = "_main_nav_link_ak0c_25";
|
|
7
|
+
const sub_nav_link = "_sub_nav_link_ak0c_57";
|
|
8
|
+
const signin_wrap = "_signin_wrap_ak0c_59";
|
|
9
|
+
const signin_btn = "_signin_btn_ak0c_60";
|
|
10
|
+
const header_sub_row = "_header_sub_row_ak0c_98";
|
|
11
|
+
const signin_dropdown = "_signin_dropdown_ak0c_131";
|
|
12
|
+
const shadow = "_shadow_ak0c_141";
|
|
13
|
+
const signin_header = "_signin_header_ak0c_151";
|
|
14
|
+
const signin_subheader = "_signin_subheader_ak0c_158";
|
|
15
|
+
const opacity = "_opacity_ak0c_179";
|
|
16
|
+
const fadeInDown = "_fadeInDown_ak0c_1";
|
|
17
|
+
const signin_footer = "_signin_footer_ak0c_185";
|
|
18
|
+
const open = "_open_ak0c_206";
|
|
19
|
+
const dd_wrapper = "_dd_wrapper_ak0c_218";
|
|
20
|
+
const dd_media = "_dd_media_ak0c_227";
|
|
21
|
+
const dd_media_img = "_dd_media_img_ak0c_232";
|
|
22
|
+
const dd_site_navs = "_dd_site_navs_ak0c_236";
|
|
23
|
+
const dd_media_header = "_dd_media_header_ak0c_243";
|
|
24
|
+
const mt_8 = "_mt_8_ak0c_254";
|
|
25
|
+
const mt_16 = "_mt_16_ak0c_258";
|
|
26
|
+
const ml_8 = "_ml_8_ak0c_262";
|
|
27
|
+
const reversed_row = "_reversed_row_ak0c_266";
|
|
28
|
+
const headline = "_headline_ak0c_270";
|
|
29
|
+
const nav_anchor = "_nav_anchor_ak0c_278";
|
|
30
|
+
const headline_cta = "_headline_cta_ak0c_286";
|
|
31
|
+
const site_lists = "_site_lists_ak0c_302";
|
|
32
|
+
const modify_fit = "_modify_fit_ak0c_322";
|
|
33
|
+
const mobile_only = "_mobile_only_ak0c_347";
|
|
34
|
+
const mobile_logo = "_mobile_logo_ak0c_353";
|
|
35
|
+
const highlight = "_highlight_ak0c_360";
|
|
36
|
+
const mobile_opened = "_mobile_opened_ak0c_366";
|
|
37
|
+
const dd_footer = "_dd_footer_ak0c_374";
|
|
38
|
+
const skip_btn = "_skip_btn_ak0c_382";
|
|
39
|
+
const desktop_only = "_desktop_only_ak0c_418";
|
|
40
40
|
const styles = {
|
|
41
41
|
header,
|
|
42
42
|
wrapper,
|
|
@@ -2174,7 +2174,7 @@ function SubNavBar() {
|
|
|
2174
2174
|
/* @__PURE__ */ jsx(
|
|
2175
2175
|
Image,
|
|
2176
2176
|
{
|
|
2177
|
-
src: `https://images.axos.com/o9ov1v03uwqk/
|
|
2177
|
+
src: `https://images.axos.com/o9ov1v03uwqk/7937jPXKWwAOtAJyWzbRFJ/45d2abc8e8492c6dc06a0866f2a7a123/thumbs_up_icon.png`,
|
|
2178
2178
|
alt: "",
|
|
2179
2179
|
width: 20,
|
|
2180
2180
|
height: 20
|
|
@@ -2185,19 +2185,28 @@ function SubNavBar() {
|
|
|
2185
2185
|
Link,
|
|
2186
2186
|
{
|
|
2187
2187
|
href: findMoreAxosDomains(
|
|
2188
|
-
"{AXOSBANK}/business/
|
|
2188
|
+
"{AXOSBANK}/business/solutions/new-business"
|
|
2189
2189
|
),
|
|
2190
2190
|
role: "heading",
|
|
2191
|
-
children: "
|
|
2191
|
+
children: "Solutions"
|
|
2192
2192
|
}
|
|
2193
2193
|
) }),
|
|
2194
2194
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2195
2195
|
Link,
|
|
2196
2196
|
{
|
|
2197
2197
|
href: findMoreAxosDomains(
|
|
2198
|
-
"{AXOSBANK}/business/
|
|
2198
|
+
"{AXOSBANK}/business/solutions/new-business"
|
|
2199
2199
|
),
|
|
2200
|
-
children: "
|
|
2200
|
+
children: "New Business"
|
|
2201
|
+
}
|
|
2202
|
+
) }),
|
|
2203
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2204
|
+
Link,
|
|
2205
|
+
{
|
|
2206
|
+
href: findMoreAxosDomains(
|
|
2207
|
+
"{AXOSBANK}/business/solutions/nonprofit-banking"
|
|
2208
|
+
),
|
|
2209
|
+
children: "Nonprofit Banking"
|
|
2201
2210
|
}
|
|
2202
2211
|
) })
|
|
2203
2212
|
] })
|
|
@@ -2283,7 +2292,7 @@ function SubNavBar() {
|
|
|
2283
2292
|
/* @__PURE__ */ jsx(
|
|
2284
2293
|
Image,
|
|
2285
2294
|
{
|
|
2286
|
-
src: `https://images.axos.com/o9ov1v03uwqk/
|
|
2295
|
+
src: `https://images.axos.com/o9ov1v03uwqk/6bS9epOgzZpJY2jeuepswo/5ee31f624370b44ab1483b537c3fa704/nav-submenu-bundles-icon.svg`,
|
|
2287
2296
|
alt: "",
|
|
2288
2297
|
width: 20,
|
|
2289
2298
|
height: 20
|
|
@@ -2294,28 +2303,19 @@ function SubNavBar() {
|
|
|
2294
2303
|
Link,
|
|
2295
2304
|
{
|
|
2296
2305
|
href: findMoreAxosDomains(
|
|
2297
|
-
"{AXOSBANK}/business/
|
|
2306
|
+
"{AXOSBANK}/business/axos-business-bundle"
|
|
2298
2307
|
),
|
|
2299
2308
|
role: "heading",
|
|
2300
|
-
children: "
|
|
2301
|
-
}
|
|
2302
|
-
) }),
|
|
2303
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2304
|
-
Link,
|
|
2305
|
-
{
|
|
2306
|
-
href: findMoreAxosDomains(
|
|
2307
|
-
"{AXOSBANK}/business/solutions/new-business"
|
|
2308
|
-
),
|
|
2309
|
-
children: "New Business"
|
|
2309
|
+
children: "Bundles"
|
|
2310
2310
|
}
|
|
2311
2311
|
) }),
|
|
2312
2312
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2313
2313
|
Link,
|
|
2314
2314
|
{
|
|
2315
2315
|
href: findMoreAxosDomains(
|
|
2316
|
-
"{AXOSBANK}/business/
|
|
2316
|
+
"{AXOSBANK}/business/axos-business-bundle"
|
|
2317
2317
|
),
|
|
2318
|
-
children: "
|
|
2318
|
+
children: "Axos Business Bundle"
|
|
2319
2319
|
}
|
|
2320
2320
|
) })
|
|
2321
2321
|
] })
|
|
@@ -1,40 +1,40 @@
|
|
|
1
|
-
import '../../assets/NavigationMenu/AxosClearing/NavBar.css.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.css';const header = "_header_hmrrj_1";
|
|
2
|
+
const wrapper = "_wrapper_hmrrj_5";
|
|
3
|
+
const header_main_row = "_header_main_row_hmrrj_11";
|
|
4
|
+
const mobile_header = "_mobile_header_hmrrj_12";
|
|
5
|
+
const logo_wrap = "_logo_wrap_hmrrj_18";
|
|
6
|
+
const primary_links = "_primary_links_hmrrj_22";
|
|
7
|
+
const main_nav_link = "_main_nav_link_hmrrj_26";
|
|
8
|
+
const sub_nav_link = "_sub_nav_link_hmrrj_58";
|
|
9
|
+
const signin_wrap = "_signin_wrap_hmrrj_60";
|
|
10
|
+
const signin_btn = "_signin_btn_hmrrj_61";
|
|
11
|
+
const sub_nav = "_sub_nav_hmrrj_58";
|
|
12
|
+
const header_sub_row = "_header_sub_row_hmrrj_120";
|
|
13
|
+
const signin_dropdown = "_signin_dropdown_hmrrj_144";
|
|
14
|
+
const shadow = "_shadow_hmrrj_154";
|
|
15
|
+
const signin_subheader = "_signin_subheader_hmrrj_160";
|
|
16
|
+
const opacity = "_opacity_hmrrj_181";
|
|
17
|
+
const fadeInDown = "_fadeInDown_hmrrj_1";
|
|
18
|
+
const open = "_open_hmrrj_187";
|
|
19
|
+
const hamburger = "_hamburger_hmrrj_205";
|
|
20
|
+
const mobile_only = "_mobile_only_hmrrj_219";
|
|
21
|
+
const mobile_logo = "_mobile_logo_hmrrj_225";
|
|
22
|
+
const highlight = "_highlight_hmrrj_230";
|
|
23
|
+
const mobile_nav = "_mobile_nav_hmrrj_257";
|
|
24
|
+
const mobile_opened = "_mobile_opened_hmrrj_268";
|
|
25
|
+
const mobile_nav_item = "_mobile_nav_item_hmrrj_276";
|
|
26
|
+
const has_dropdown = "_has_dropdown_hmrrj_291";
|
|
27
|
+
const icon_wrap = "_icon_wrap_hmrrj_312";
|
|
28
|
+
const mobile_footer = "_mobile_footer_hmrrj_317";
|
|
29
|
+
const mobile_footer_content = "_mobile_footer_content_hmrrj_322";
|
|
30
|
+
const mobile_footer_media = "_mobile_footer_media_hmrrj_337";
|
|
31
|
+
const footer_cta = "_footer_cta_hmrrj_343";
|
|
32
|
+
const inner_wrapper = "_inner_wrapper_hmrrj_372";
|
|
33
|
+
const btn = "_btn_hmrrj_378";
|
|
34
|
+
const sub_menu = "_sub_menu_hmrrj_383";
|
|
35
|
+
const main = "_main_hmrrj_26";
|
|
36
|
+
const dd_footer = "_dd_footer_hmrrj_408";
|
|
37
|
+
const desktop_only = "_desktop_only_hmrrj_433";
|
|
38
38
|
const styles = {
|
|
39
39
|
header,
|
|
40
40
|
wrapper,
|