@axos-web-dev/shared-components 1.0.77-patch.48 → 1.0.77-patch.49
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/Calculators/Calculator.js +1 -1
- package/dist/Chatbot/ChatWindow.css.js +0 -1
- package/dist/Chatbot/Chatbot.css.js +1 -0
- package/dist/Forms/SuccesForm.js +1 -1
- package/dist/HeroBanner/HeroBanner.js +12 -3
- 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/NavBar.module.js +39 -39
- package/dist/NavigationMenu/AxosClearing/NavBar.module.js +37 -37
- package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +41 -41
- package/dist/assets/Avatar/Avatar.css.css +59 -59
- package/dist/assets/Blockquote/Blockquote.css.css +68 -68
- package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +597 -597
- package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css +618 -618
- package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css +191 -191
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +473 -473
- package/dist/assets/NavigationMenu/AxosClearing/NavBar.css.css +458 -458
- package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +426 -426
- package/package.json +135 -135
|
@@ -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_1bnm9_1";
|
|
2
|
+
const container = "_container_1bnm9_5";
|
|
3
|
+
const image = "_image_1bnm9_14";
|
|
4
|
+
const text = "_text_1bnm9_23";
|
|
5
|
+
const name = "_name_1bnm9_29";
|
|
6
|
+
const title = "_title_1bnm9_37";
|
|
7
|
+
const description = "_description_1bnm9_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_1mzku_1";
|
|
2
|
+
const author = "_author_1mzku_7";
|
|
3
|
+
const quote = "_quote_1mzku_1";
|
|
4
4
|
const css = {
|
|
5
5
|
quote_spacer,
|
|
6
6
|
author,
|
|
@@ -51,8 +51,8 @@ import "../Carousel/index.js";
|
|
|
51
51
|
/* empty css */
|
|
52
52
|
import "../Chatbot/store/chat.js";
|
|
53
53
|
import "../Chatbot/authenticate.js";
|
|
54
|
-
import "react-use";
|
|
55
54
|
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
55
|
+
import "react-use";
|
|
56
56
|
/* empty css */
|
|
57
57
|
import "../Chatbot/store/messages.js";
|
|
58
58
|
/* empty css */
|
package/dist/Forms/SuccesForm.js
CHANGED
|
@@ -60,8 +60,8 @@ import "../Carousel/index.js";
|
|
|
60
60
|
/* empty css */
|
|
61
61
|
import "../Chatbot/store/chat.js";
|
|
62
62
|
import "../Chatbot/authenticate.js";
|
|
63
|
-
import "react-use";
|
|
64
63
|
import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
|
|
64
|
+
import "react-use";
|
|
65
65
|
/* empty css */
|
|
66
66
|
import "../Chatbot/store/messages.js";
|
|
67
67
|
/* empty css */
|
|
@@ -112,7 +112,8 @@ const HeroBanner = ({
|
|
|
112
112
|
displayText,
|
|
113
113
|
targetUrl,
|
|
114
114
|
type,
|
|
115
|
-
icon
|
|
115
|
+
icon,
|
|
116
|
+
newTab
|
|
116
117
|
}) => type === "Button" ? /* @__PURE__ */ jsxs(
|
|
117
118
|
Button,
|
|
118
119
|
{
|
|
@@ -121,6 +122,7 @@ const HeroBanner = ({
|
|
|
121
122
|
size: "large",
|
|
122
123
|
rounded: "medium",
|
|
123
124
|
square: icon !== void 0,
|
|
125
|
+
newTab,
|
|
124
126
|
children: [
|
|
125
127
|
typeof icon !== "undefined" ? /* @__PURE__ */ jsx("div", { className: clsx(selection_section_icon), children: /* @__PURE__ */ jsx(
|
|
126
128
|
"span",
|
|
@@ -146,6 +148,7 @@ const HeroBanner = ({
|
|
|
146
148
|
targetUrl,
|
|
147
149
|
variant: getVariant(variant2),
|
|
148
150
|
goBack: bannerType === "Logout",
|
|
151
|
+
newTab,
|
|
149
152
|
children: displayText
|
|
150
153
|
},
|
|
151
154
|
id2
|
|
@@ -203,7 +206,8 @@ const HeroBanner = ({
|
|
|
203
206
|
icon,
|
|
204
207
|
displayText,
|
|
205
208
|
targetUrl,
|
|
206
|
-
type
|
|
209
|
+
type,
|
|
210
|
+
newTab
|
|
207
211
|
}) => type === "Button" ? /* @__PURE__ */ jsxs(
|
|
208
212
|
Button,
|
|
209
213
|
{
|
|
@@ -212,6 +216,7 @@ const HeroBanner = ({
|
|
|
212
216
|
size: "large",
|
|
213
217
|
rounded: "medium",
|
|
214
218
|
square: true,
|
|
219
|
+
newTab,
|
|
215
220
|
children: [
|
|
216
221
|
typeof icon !== "undefined" ? /* @__PURE__ */ jsx("div", { className: selection_section_icon, children: /* @__PURE__ */ jsx(
|
|
217
222
|
"span",
|
|
@@ -239,6 +244,7 @@ const HeroBanner = ({
|
|
|
239
244
|
rounded: "medium",
|
|
240
245
|
size: "large",
|
|
241
246
|
square: true,
|
|
247
|
+
newTab,
|
|
242
248
|
children: [
|
|
243
249
|
typeof icon !== "undefined" ? /* @__PURE__ */ jsx(
|
|
244
250
|
"div",
|
|
@@ -362,7 +368,8 @@ const HeroBanner = ({
|
|
|
362
368
|
variant: variant2,
|
|
363
369
|
displayText,
|
|
364
370
|
targetUrl,
|
|
365
|
-
type
|
|
371
|
+
type,
|
|
372
|
+
newTab
|
|
366
373
|
}) => type === "Button" ? /* @__PURE__ */ jsx(
|
|
367
374
|
Button,
|
|
368
375
|
{
|
|
@@ -370,6 +377,7 @@ const HeroBanner = ({
|
|
|
370
377
|
color: getVariant(variant2),
|
|
371
378
|
size: "large",
|
|
372
379
|
rounded: "medium",
|
|
380
|
+
newTab,
|
|
373
381
|
children: displayText
|
|
374
382
|
},
|
|
375
383
|
id2
|
|
@@ -378,6 +386,7 @@ const HeroBanner = ({
|
|
|
378
386
|
{
|
|
379
387
|
targetUrl,
|
|
380
388
|
variant: getVariant(variant2),
|
|
389
|
+
newTab,
|
|
381
390
|
children: displayText
|
|
382
391
|
},
|
|
383
392
|
id2
|
|
@@ -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_6da2u_1";
|
|
2
|
+
const wrapper = "_wrapper_6da2u_5";
|
|
3
|
+
const header_main_row = "_header_main_row_6da2u_10";
|
|
4
|
+
const mobile_header = "_mobile_header_6da2u_11";
|
|
5
|
+
const logo_wrap = "_logo_wrap_6da2u_17";
|
|
6
|
+
const primary_links = "_primary_links_6da2u_21";
|
|
7
|
+
const main_nav_link = "_main_nav_link_6da2u_25";
|
|
8
|
+
const sub_nav_link = "_sub_nav_link_6da2u_47";
|
|
9
|
+
const signin_wrap = "_signin_wrap_6da2u_49";
|
|
10
|
+
const signin_btn = "_signin_btn_6da2u_50";
|
|
11
|
+
const header_sub_row = "_header_sub_row_6da2u_88";
|
|
12
|
+
const signin_dropdown = "_signin_dropdown_6da2u_107";
|
|
13
|
+
const shadow = "_shadow_6da2u_117";
|
|
14
|
+
const signin_header = "_signin_header_6da2u_125";
|
|
15
|
+
const signin_subheader = "_signin_subheader_6da2u_132";
|
|
16
|
+
const opacity = "_opacity_6da2u_154";
|
|
17
|
+
const fadeInDown = "_fadeInDown_6da2u_1";
|
|
18
|
+
const footer = "_footer_6da2u_160";
|
|
19
|
+
const open = "_open_6da2u_176";
|
|
20
|
+
const dd_wrapper = "_dd_wrapper_6da2u_188";
|
|
21
|
+
const dd_media = "_dd_media_6da2u_193";
|
|
22
|
+
const dd_media_img = "_dd_media_img_6da2u_198";
|
|
23
|
+
const dd_site_navs = "_dd_site_navs_6da2u_202";
|
|
24
|
+
const dd_media_header = "_dd_media_header_6da2u_209";
|
|
25
|
+
const mt_8 = "_mt_8_6da2u_218";
|
|
26
|
+
const mt_16 = "_mt_16_6da2u_222";
|
|
27
|
+
const ml_8 = "_ml_8_6da2u_226";
|
|
28
|
+
const dd_media_cta = "_dd_media_cta_6da2u_230";
|
|
29
|
+
const reversed_row = "_reversed_row_6da2u_244";
|
|
30
|
+
const headline = "_headline_6da2u_260";
|
|
31
|
+
const nav_anchor = "_nav_anchor_6da2u_266";
|
|
32
|
+
const headline_cta = "_headline_cta_6da2u_274";
|
|
33
|
+
const site_lists = "_site_lists_6da2u_289";
|
|
34
|
+
const hamburger = "_hamburger_6da2u_324";
|
|
35
|
+
const mobile_only = "_mobile_only_6da2u_338";
|
|
36
|
+
const mobile_logo = "_mobile_logo_6da2u_344";
|
|
37
|
+
const highlight = "_highlight_6da2u_349";
|
|
38
|
+
const mobile_nav = "_mobile_nav_6da2u_385";
|
|
39
|
+
const mobile_opened = "_mobile_opened_6da2u_396";
|
|
40
|
+
const mobile_nav_item = "_mobile_nav_item_6da2u_404";
|
|
41
|
+
const has_dropdown = "_has_dropdown_6da2u_419";
|
|
42
|
+
const icon_wrap = "_icon_wrap_6da2u_440";
|
|
43
|
+
const mobile_footer = "_mobile_footer_6da2u_445";
|
|
44
|
+
const mobile_footer_content = "_mobile_footer_content_6da2u_450";
|
|
45
|
+
const mobile_footer_media = "_mobile_footer_media_6da2u_464";
|
|
46
|
+
const footer_cta = "_footer_cta_6da2u_470";
|
|
47
|
+
const inner_wrapper = "_inner_wrapper_6da2u_498";
|
|
48
|
+
const btn = "_btn_6da2u_503";
|
|
49
|
+
const sub_menu = "_sub_menu_6da2u_508";
|
|
50
|
+
const main = "_main_6da2u_25";
|
|
51
|
+
const dd_footer = "_dd_footer_6da2u_533";
|
|
52
|
+
const desktop_only = "_desktop_only_6da2u_552";
|
|
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_ztj5i_1";
|
|
2
|
+
const wrapper = "_wrapper_ztj5i_5";
|
|
3
|
+
const main_nav = "_main_nav_ztj5i_10";
|
|
4
|
+
const header_main_row = "_header_main_row_ztj5i_17";
|
|
5
|
+
const mobile_header = "_mobile_header_ztj5i_18";
|
|
6
|
+
const logo_wrap = "_logo_wrap_ztj5i_30";
|
|
7
|
+
const primary_links = "_primary_links_ztj5i_34";
|
|
8
|
+
const main_nav_link = "_main_nav_link_ztj5i_38";
|
|
9
|
+
const sub_nav_link = "_sub_nav_link_ztj5i_60";
|
|
10
|
+
const signin_wrap = "_signin_wrap_ztj5i_62";
|
|
11
|
+
const signin_btn = "_signin_btn_ztj5i_63";
|
|
12
|
+
const header_sub_row = "_header_sub_row_ztj5i_100";
|
|
13
|
+
const signin_dropdown = "_signin_dropdown_ztj5i_119";
|
|
14
|
+
const shadow = "_shadow_ztj5i_129";
|
|
15
|
+
const signin_header = "_signin_header_ztj5i_137";
|
|
16
|
+
const signin_subheader = "_signin_subheader_ztj5i_144";
|
|
17
|
+
const opacity = "_opacity_ztj5i_166";
|
|
18
|
+
const fadeInDown = "_fadeInDown_ztj5i_1";
|
|
19
|
+
const footer = "_footer_ztj5i_172";
|
|
20
|
+
const open = "_open_ztj5i_188";
|
|
21
|
+
const dd_wrapper = "_dd_wrapper_ztj5i_200";
|
|
22
|
+
const dd_media = "_dd_media_ztj5i_205";
|
|
23
|
+
const dd_media_img = "_dd_media_img_ztj5i_210";
|
|
24
|
+
const dd_site_navs = "_dd_site_navs_ztj5i_214";
|
|
25
|
+
const dd_media_header = "_dd_media_header_ztj5i_221";
|
|
26
|
+
const mt_8 = "_mt_8_ztj5i_230";
|
|
27
|
+
const mt_16 = "_mt_16_ztj5i_234";
|
|
28
|
+
const ml_8 = "_ml_8_ztj5i_238";
|
|
29
|
+
const dd_media_cta = "_dd_media_cta_ztj5i_242";
|
|
30
|
+
const reversed_row = "_reversed_row_ztj5i_256";
|
|
31
|
+
const headline = "_headline_ztj5i_272";
|
|
32
|
+
const nav_anchor = "_nav_anchor_ztj5i_278";
|
|
33
|
+
const headline_cta = "_headline_cta_ztj5i_286";
|
|
34
|
+
const site_lists = "_site_lists_ztj5i_301";
|
|
35
|
+
const hamburger = "_hamburger_ztj5i_336";
|
|
36
|
+
const mobile_only = "_mobile_only_ztj5i_350";
|
|
37
|
+
const mobile_logo = "_mobile_logo_ztj5i_356";
|
|
38
|
+
const highlight = "_highlight_ztj5i_361";
|
|
39
|
+
const mobile_nav = "_mobile_nav_ztj5i_397";
|
|
40
|
+
const mobile_opened = "_mobile_opened_ztj5i_408";
|
|
41
|
+
const mobile_nav_item = "_mobile_nav_item_ztj5i_416";
|
|
42
|
+
const has_dropdown = "_has_dropdown_ztj5i_431";
|
|
43
|
+
const icon_wrap = "_icon_wrap_ztj5i_452";
|
|
44
|
+
const mobile_footer = "_mobile_footer_ztj5i_457";
|
|
45
|
+
const mobile_footer_content = "_mobile_footer_content_ztj5i_462";
|
|
46
|
+
const mobile_footer_media = "_mobile_footer_media_ztj5i_477";
|
|
47
|
+
const footer_cta = "_footer_cta_ztj5i_483";
|
|
48
|
+
const inner_wrapper = "_inner_wrapper_ztj5i_511";
|
|
49
|
+
const btn = "_btn_ztj5i_516";
|
|
50
|
+
const sub_menu = "_sub_menu_ztj5i_522";
|
|
51
|
+
const main = "_main_ztj5i_10";
|
|
52
|
+
const dd_footer = "_dd_footer_ztj5i_547";
|
|
53
|
+
const desktop_only = "_desktop_only_ztj5i_567";
|
|
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_1s2qa_1";
|
|
2
|
+
const drawer = "_drawer_1s2qa_9";
|
|
3
|
+
const hamburger = "_hamburger_1s2qa_29";
|
|
4
|
+
const header = "_header_1s2qa_40";
|
|
5
|
+
const back = "_back_1s2qa_51";
|
|
6
|
+
const close = "_close_1s2qa_62";
|
|
7
|
+
const levelContainer = "_levelContainer_1s2qa_69";
|
|
8
|
+
const level = "_level_1s2qa_69";
|
|
9
|
+
const levelTitle = "_levelTitle_1s2qa_85";
|
|
10
|
+
const menu = "_menu_1s2qa_90";
|
|
11
|
+
const menuItem = "_menuItem_1s2qa_110";
|
|
12
|
+
const chevron = "_chevron_1s2qa_126";
|
|
13
|
+
const chevronIcon = "_chevronIcon_1s2qa_131";
|
|
14
|
+
const quickLinks = "_quickLinks_1s2qa_142";
|
|
15
|
+
const quickLink = "_quickLink_1s2qa_142";
|
|
16
|
+
const sr_only = "_sr_only_1s2qa_166";
|
|
17
17
|
const styles = {
|
|
18
18
|
overlay,
|
|
19
19
|
drawer,
|
|
@@ -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 dd_media_cta = "
|
|
28
|
-
const reversed_row = "
|
|
29
|
-
const headline = "
|
|
30
|
-
const nav_anchor = "
|
|
31
|
-
const headline_cta = "
|
|
32
|
-
const site_lists = "
|
|
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_68bu0_1";
|
|
2
|
+
const wrapper = "_wrapper_68bu0_5";
|
|
3
|
+
const header_main_row = "_header_main_row_68bu0_11";
|
|
4
|
+
const logo_wrap = "_logo_wrap_68bu0_17";
|
|
5
|
+
const primary_links = "_primary_links_68bu0_21";
|
|
6
|
+
const main_nav_link = "_main_nav_link_68bu0_25";
|
|
7
|
+
const sub_nav_link = "_sub_nav_link_68bu0_57";
|
|
8
|
+
const signin_wrap = "_signin_wrap_68bu0_59";
|
|
9
|
+
const signin_btn = "_signin_btn_68bu0_60";
|
|
10
|
+
const header_sub_row = "_header_sub_row_68bu0_97";
|
|
11
|
+
const signin_dropdown = "_signin_dropdown_68bu0_129";
|
|
12
|
+
const shadow = "_shadow_68bu0_139";
|
|
13
|
+
const signin_header = "_signin_header_68bu0_149";
|
|
14
|
+
const signin_subheader = "_signin_subheader_68bu0_156";
|
|
15
|
+
const opacity = "_opacity_68bu0_178";
|
|
16
|
+
const fadeInDown = "_fadeInDown_68bu0_1";
|
|
17
|
+
const signin_footer = "_signin_footer_68bu0_184";
|
|
18
|
+
const open = "_open_68bu0_205";
|
|
19
|
+
const dd_wrapper = "_dd_wrapper_68bu0_217";
|
|
20
|
+
const dd_media = "_dd_media_68bu0_226";
|
|
21
|
+
const dd_media_img = "_dd_media_img_68bu0_231";
|
|
22
|
+
const dd_site_navs = "_dd_site_navs_68bu0_235";
|
|
23
|
+
const dd_media_header = "_dd_media_header_68bu0_242";
|
|
24
|
+
const mt_8 = "_mt_8_68bu0_252";
|
|
25
|
+
const mt_16 = "_mt_16_68bu0_256";
|
|
26
|
+
const ml_8 = "_ml_8_68bu0_260";
|
|
27
|
+
const dd_media_cta = "_dd_media_cta_68bu0_264";
|
|
28
|
+
const reversed_row = "_reversed_row_68bu0_296";
|
|
29
|
+
const headline = "_headline_68bu0_306";
|
|
30
|
+
const nav_anchor = "_nav_anchor_68bu0_314";
|
|
31
|
+
const headline_cta = "_headline_cta_68bu0_322";
|
|
32
|
+
const site_lists = "_site_lists_68bu0_337";
|
|
33
|
+
const mobile_only = "_mobile_only_68bu0_375";
|
|
34
|
+
const mobile_logo = "_mobile_logo_68bu0_381";
|
|
35
|
+
const highlight = "_highlight_68bu0_388";
|
|
36
|
+
const mobile_opened = "_mobile_opened_68bu0_394";
|
|
37
|
+
const dd_footer = "_dd_footer_68bu0_402";
|
|
38
|
+
const skip_btn = "_skip_btn_68bu0_410";
|
|
39
|
+
const desktop_only = "_desktop_only_68bu0_446";
|
|
40
40
|
const styles = {
|
|
41
41
|
header,
|
|
42
42
|
wrapper,
|
|
@@ -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_wsc8a_1";
|
|
2
|
+
const wrapper = "_wrapper_wsc8a_5";
|
|
3
|
+
const header_main_row = "_header_main_row_wsc8a_11";
|
|
4
|
+
const mobile_header = "_mobile_header_wsc8a_12";
|
|
5
|
+
const logo_wrap = "_logo_wrap_wsc8a_18";
|
|
6
|
+
const primary_links = "_primary_links_wsc8a_22";
|
|
7
|
+
const main_nav_link = "_main_nav_link_wsc8a_26";
|
|
8
|
+
const sub_nav_link = "_sub_nav_link_wsc8a_45";
|
|
9
|
+
const signin_wrap = "_signin_wrap_wsc8a_47";
|
|
10
|
+
const signin_btn = "_signin_btn_wsc8a_48";
|
|
11
|
+
const sub_nav = "_sub_nav_wsc8a_45";
|
|
12
|
+
const header_sub_row = "_header_sub_row_wsc8a_96";
|
|
13
|
+
const signin_dropdown = "_signin_dropdown_wsc8a_119";
|
|
14
|
+
const shadow = "_shadow_wsc8a_129";
|
|
15
|
+
const signin_subheader = "_signin_subheader_wsc8a_135";
|
|
16
|
+
const opacity = "_opacity_wsc8a_156";
|
|
17
|
+
const fadeInDown = "_fadeInDown_wsc8a_1";
|
|
18
|
+
const open = "_open_wsc8a_162";
|
|
19
|
+
const hamburger = "_hamburger_wsc8a_180";
|
|
20
|
+
const mobile_only = "_mobile_only_wsc8a_194";
|
|
21
|
+
const mobile_logo = "_mobile_logo_wsc8a_200";
|
|
22
|
+
const highlight = "_highlight_wsc8a_205";
|
|
23
|
+
const mobile_nav = "_mobile_nav_wsc8a_232";
|
|
24
|
+
const mobile_opened = "_mobile_opened_wsc8a_243";
|
|
25
|
+
const mobile_nav_item = "_mobile_nav_item_wsc8a_251";
|
|
26
|
+
const has_dropdown = "_has_dropdown_wsc8a_266";
|
|
27
|
+
const icon_wrap = "_icon_wrap_wsc8a_287";
|
|
28
|
+
const mobile_footer = "_mobile_footer_wsc8a_292";
|
|
29
|
+
const mobile_footer_content = "_mobile_footer_content_wsc8a_297";
|
|
30
|
+
const mobile_footer_media = "_mobile_footer_media_wsc8a_312";
|
|
31
|
+
const footer_cta = "_footer_cta_wsc8a_318";
|
|
32
|
+
const inner_wrapper = "_inner_wrapper_wsc8a_346";
|
|
33
|
+
const btn = "_btn_wsc8a_352";
|
|
34
|
+
const sub_menu = "_sub_menu_wsc8a_357";
|
|
35
|
+
const main = "_main_wsc8a_26";
|
|
36
|
+
const dd_footer = "_dd_footer_wsc8a_382";
|
|
37
|
+
const desktop_only = "_desktop_only_wsc8a_407";
|
|
38
38
|
const styles = {
|
|
39
39
|
header,
|
|
40
40
|
wrapper,
|