@axos-web-dev/shared-components 1.0.100-dev.66 → 1.0.100-dev.68
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/Blockquote/Blockquote.module.js +3 -3
- package/dist/IconBillboard/IconBillboard.js +1 -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/AlertBanner/AlertBanner.css +4 -1
- package/dist/assets/AwardsBanner/AwardsBanner.css +0 -3
- package/dist/assets/Blockquote/Blockquote.css.css +72 -72
- package/dist/assets/Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css +1 -1
- package/dist/assets/HeroBanner/HeroBanner.css +1 -1
- package/dist/assets/ImageBillboard/ImageBillboard.css +18 -18
- 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/PageNavSet/PageNavigationSet.css +4 -3
- package/dist/assets/SetContainer/SetContainer.css +3 -0
- package/dist/assets/TopicalNavSet/TopicalNavSet.css +2 -2
- package/dist/assets/WalnutIframe/wrapper.css.css +48 -48
- package/dist/assets/globals.css +12 -0
- package/package.json +136 -136
|
@@ -1,44 +1,44 @@
|
|
|
1
|
-
import '../../assets/NavigationMenu/AxosFiduciary/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 = "
|
|
8
|
-
const main_nav_link = "
|
|
9
|
-
const sub_nav_link = "
|
|
10
|
-
const signin_wrap = "
|
|
11
|
-
const signin_btn = "
|
|
12
|
-
const sub_nav = "
|
|
13
|
-
const header_sub_row = "
|
|
14
|
-
const shadow = "
|
|
15
|
-
const opacity = "
|
|
16
|
-
const fadeInDown = "
|
|
17
|
-
const footer = "
|
|
18
|
-
const open = "
|
|
19
|
-
const mt_8 = "
|
|
20
|
-
const mt_16 = "
|
|
21
|
-
const ml_8 = "
|
|
22
|
-
const reversed_row = "
|
|
23
|
-
const nav_anchor = "
|
|
24
|
-
const site_lists = "
|
|
25
|
-
const hamburger = "
|
|
26
|
-
const mobile_logo = "
|
|
27
|
-
const mobile_nav = "
|
|
28
|
-
const mobile_opened = "
|
|
29
|
-
const _mobile_opened = "
|
|
30
|
-
const mobile_nav_item = "
|
|
31
|
-
const icon_wrap = "
|
|
32
|
-
const mobile_footer = "
|
|
33
|
-
const mobile_footer_content = "
|
|
34
|
-
const mobile_footer_media = "
|
|
35
|
-
const footer_cta = "
|
|
36
|
-
const inner_wrapper = "
|
|
37
|
-
const btn = "
|
|
38
|
-
const sub_menu = "
|
|
39
|
-
const main = "
|
|
40
|
-
const desktop_only = "
|
|
41
|
-
const mobile_only = "
|
|
1
|
+
import '../../assets/NavigationMenu/AxosFiduciary/NavBar.css.css';const header = "_header_15z7t_1";
|
|
2
|
+
const wrapper = "_wrapper_15z7t_5";
|
|
3
|
+
const header_main_row = "_header_main_row_15z7t_11";
|
|
4
|
+
const mobile_header = "_mobile_header_15z7t_12";
|
|
5
|
+
const logo_wrap = "_logo_wrap_15z7t_18";
|
|
6
|
+
const primary_links = "_primary_links_15z7t_22";
|
|
7
|
+
const main_nav = "_main_nav_15z7t_26";
|
|
8
|
+
const main_nav_link = "_main_nav_link_15z7t_33";
|
|
9
|
+
const sub_nav_link = "_sub_nav_link_15z7t_55";
|
|
10
|
+
const signin_wrap = "_signin_wrap_15z7t_57";
|
|
11
|
+
const signin_btn = "_signin_btn_15z7t_58";
|
|
12
|
+
const sub_nav = "_sub_nav_15z7t_55";
|
|
13
|
+
const header_sub_row = "_header_sub_row_15z7t_99";
|
|
14
|
+
const shadow = "_shadow_15z7t_115";
|
|
15
|
+
const opacity = "_opacity_15z7t_131";
|
|
16
|
+
const fadeInDown = "_fadeInDown_15z7t_1";
|
|
17
|
+
const footer = "_footer_15z7t_137";
|
|
18
|
+
const open = "_open_15z7t_153";
|
|
19
|
+
const mt_8 = "_mt_8_15z7t_161";
|
|
20
|
+
const mt_16 = "_mt_16_15z7t_165";
|
|
21
|
+
const ml_8 = "_ml_8_15z7t_169";
|
|
22
|
+
const reversed_row = "_reversed_row_15z7t_173";
|
|
23
|
+
const nav_anchor = "_nav_anchor_15z7t_177";
|
|
24
|
+
const site_lists = "_site_lists_15z7t_188";
|
|
25
|
+
const hamburger = "_hamburger_15z7t_192";
|
|
26
|
+
const mobile_logo = "_mobile_logo_15z7t_206";
|
|
27
|
+
const mobile_nav = "_mobile_nav_15z7t_231";
|
|
28
|
+
const mobile_opened = "_mobile_opened_15z7t_242";
|
|
29
|
+
const _mobile_opened = "__mobile_opened_15z7t_246";
|
|
30
|
+
const mobile_nav_item = "_mobile_nav_item_15z7t_250";
|
|
31
|
+
const icon_wrap = "_icon_wrap_15z7t_265";
|
|
32
|
+
const mobile_footer = "_mobile_footer_15z7t_270";
|
|
33
|
+
const mobile_footer_content = "_mobile_footer_content_15z7t_275";
|
|
34
|
+
const mobile_footer_media = "_mobile_footer_media_15z7t_290";
|
|
35
|
+
const footer_cta = "_footer_cta_15z7t_297";
|
|
36
|
+
const inner_wrapper = "_inner_wrapper_15z7t_329";
|
|
37
|
+
const btn = "_btn_15z7t_334";
|
|
38
|
+
const sub_menu = "_sub_menu_15z7t_339";
|
|
39
|
+
const main = "_main_15z7t_26";
|
|
40
|
+
const desktop_only = "_desktop_only_15z7t_368";
|
|
41
|
+
const mobile_only = "_mobile_only_15z7t_415";
|
|
42
42
|
const styles = {
|
|
43
43
|
header,
|
|
44
44
|
wrapper,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import '../assets/WalnutIframe/wrapper.css.css';const wrapper = "
|
|
2
|
-
const shimmer = "
|
|
3
|
-
const wrapper_control = "
|
|
1
|
+
import '../assets/WalnutIframe/wrapper.css.css';const wrapper = "_wrapper_f1tr5_10";
|
|
2
|
+
const shimmer = "_shimmer_f1tr5_1";
|
|
3
|
+
const wrapper_control = "_wrapper_control_f1tr5_39";
|
|
4
4
|
const css = {
|
|
5
5
|
wrapper,
|
|
6
6
|
shimmer,
|
|
@@ -29,9 +29,12 @@
|
|
|
29
29
|
white-space: nowrap;
|
|
30
30
|
font-size: 18px;
|
|
31
31
|
}
|
|
32
|
-
.
|
|
32
|
+
.page_body_contents > div:has(._1jmmqba4) {
|
|
33
33
|
margin-top: 0;
|
|
34
34
|
}
|
|
35
|
+
.page_body_contents > div:has(._1jmmqba4) + div > section {
|
|
36
|
+
margin-top: -3.5rem;
|
|
37
|
+
}
|
|
35
38
|
@media screen and (max-width:1919px) {
|
|
36
39
|
._1jmmqba0 {
|
|
37
40
|
padding: 16px 40px;
|
|
@@ -1,72 +1,72 @@
|
|
|
1
|
-
.
|
|
2
|
-
line-height: 1.35;
|
|
3
|
-
margin-block: clamp(1.88rem, 1.99vw + 1.41rem, 3rem);
|
|
4
|
-
margin-inline: auto;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.
|
|
8
|
-
.
|
|
9
|
-
color: #1f1f1f;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.
|
|
13
|
-
text-align: right;
|
|
14
|
-
margin-top: 18px;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.
|
|
18
|
-
font-style: normal;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.
|
|
22
|
-
margin-right: 24px;
|
|
23
|
-
transform: rotateY(180deg) scaleY(-1);
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.
|
|
27
|
-
align-items: flex-start;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.
|
|
31
|
-
font-size: clamp(1.22rem, 0.92vw + 1rem, 1.74rem);
|
|
32
|
-
font-style: italic;
|
|
33
|
-
line-height: 1.2;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.lchs2s1 .
|
|
37
|
-
color: #1e3860;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
@media (max-width: 768px) {
|
|
41
|
-
.
|
|
42
|
-
max-width: 30px;
|
|
43
|
-
margin-right: 12px;
|
|
44
|
-
}
|
|
45
|
-
.
|
|
46
|
-
margin-top: 14px;
|
|
47
|
-
}
|
|
48
|
-
.
|
|
49
|
-
font-size: 18px;
|
|
50
|
-
}
|
|
51
|
-
.
|
|
52
|
-
font-size: 14px;
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
@media (max-width: 500px) {
|
|
57
|
-
.
|
|
58
|
-
margin-top: 12px;
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
@media (min-width: 604px) {
|
|
63
|
-
.
|
|
64
|
-
width: min(calc(100% - 2rem), 792px);
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
@media (min-width: 1023px) {
|
|
69
|
-
.
|
|
70
|
-
font-weight: 700;
|
|
71
|
-
}
|
|
72
|
-
}
|
|
1
|
+
._quote_spacer_ovx4r_1 {
|
|
2
|
+
line-height: 1.35;
|
|
3
|
+
margin-block: clamp(1.88rem, 1.99vw + 1.41rem, 3rem);
|
|
4
|
+
margin-inline: auto;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
._author_ovx4r_7,
|
|
8
|
+
._quote_ovx4r_1 {
|
|
9
|
+
color: #1f1f1f;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
._author_ovx4r_7 {
|
|
13
|
+
text-align: right;
|
|
14
|
+
margin-top: 18px;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
._author_ovx4r_7 cite {
|
|
18
|
+
font-style: normal;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
._quote_spacer_ovx4r_1 .img_fluid {
|
|
22
|
+
margin-right: 24px;
|
|
23
|
+
transform: rotateY(180deg) scaleY(-1);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
._quote_spacer_ovx4r_1 .flex_row {
|
|
27
|
+
align-items: flex-start;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
._quote_ovx4r_1 p {
|
|
31
|
+
font-size: clamp(1.22rem, 0.92vw + 1rem, 1.74rem);
|
|
32
|
+
font-style: italic;
|
|
33
|
+
line-height: 1.2;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.lchs2s1 ._quote_ovx4r_1 p {
|
|
37
|
+
color: #1e3860;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
@media (max-width: 768px) {
|
|
41
|
+
._quote_spacer_ovx4r_1 .img_fluid {
|
|
42
|
+
max-width: 30px;
|
|
43
|
+
margin-right: 12px;
|
|
44
|
+
}
|
|
45
|
+
._author_ovx4r_7 {
|
|
46
|
+
margin-top: 14px;
|
|
47
|
+
}
|
|
48
|
+
._quote_ovx4r_1 p {
|
|
49
|
+
font-size: 18px;
|
|
50
|
+
}
|
|
51
|
+
._author_ovx4r_7 cite {
|
|
52
|
+
font-size: 14px;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
@media (max-width: 500px) {
|
|
57
|
+
._author_ovx4r_7 {
|
|
58
|
+
margin-top: 12px;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
@media (min-width: 604px) {
|
|
63
|
+
._quote_spacer_ovx4r_1 {
|
|
64
|
+
width: min(calc(100% - 2rem), 792px);
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
@media (min-width: 1023px) {
|
|
69
|
+
._quote_ovx4r_1 p {
|
|
70
|
+
font-weight: 700;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
align-items: center;
|
|
164
164
|
border: none !important;
|
|
165
165
|
}
|
|
166
|
-
.
|
|
166
|
+
.page_body_contents > div:has(._1m7m2ax) {
|
|
167
167
|
background: none;
|
|
168
168
|
}
|
|
169
169
|
._1m7m2ax ._1m7m2aj {
|
|
@@ -269,40 +269,40 @@ main > div:nth-last-child(2) > ._1m7m2a0:not(._1m7m2ax) {
|
|
|
269
269
|
.stacked ._1m7m2ao {
|
|
270
270
|
height: auto;
|
|
271
271
|
}
|
|
272
|
-
.
|
|
272
|
+
.page_body_contents > div:has(._1m7m2ax._1m7m2a1) {
|
|
273
273
|
background: var(--_1073cm81);
|
|
274
274
|
}
|
|
275
|
-
.
|
|
275
|
+
.page_body_contents > div:has(._1m7m2ax._1m7m2a1) + div:has(._1m7m2ax._1m7m2a1) {
|
|
276
276
|
padding-top: 0;
|
|
277
277
|
}
|
|
278
|
-
.
|
|
278
|
+
.page_body_contents > div:has(._1m7m2ax._1m7m2a2) {
|
|
279
279
|
background: var(--_1073cm88);
|
|
280
280
|
}
|
|
281
|
-
.
|
|
281
|
+
.page_body_contents > div:has(._1m7m2ax._1m7m2a2) + div:has(._1m7m2ax._1m7m2a2) {
|
|
282
282
|
padding-top: 0;
|
|
283
283
|
}
|
|
284
|
-
.
|
|
284
|
+
.page_body_contents > div:has(._1m7m2ax._1m7m2a3) {
|
|
285
285
|
background: var(--_1073cm8f);
|
|
286
286
|
}
|
|
287
|
-
.
|
|
287
|
+
.page_body_contents > div:has(._1m7m2ax._1m7m2a3) + div:has(._1m7m2ax._1m7m2a3) {
|
|
288
288
|
padding-top: 0;
|
|
289
289
|
}
|
|
290
|
-
.
|
|
290
|
+
.page_body_contents > div:has(._1m7m2ax._1m7m2a4) {
|
|
291
291
|
background: var(--_1073cm8m);
|
|
292
292
|
}
|
|
293
|
-
.
|
|
293
|
+
.page_body_contents > div:has(._1m7m2ax._1m7m2a4) + div:has(._1m7m2ax._1m7m2a4) {
|
|
294
294
|
padding-top: 0;
|
|
295
295
|
}
|
|
296
|
-
.
|
|
296
|
+
.page_body_contents > div:has(.stacked) {
|
|
297
297
|
padding-bottom: 40px;
|
|
298
298
|
}
|
|
299
|
-
.
|
|
299
|
+
.page_body_contents > div:has(> ._1m7m2ax) {
|
|
300
300
|
padding-block: 56px;
|
|
301
301
|
}
|
|
302
|
-
.
|
|
302
|
+
.page_body_contents > div:has(._1m7m2ax) + .div:has(._1m7m2ax) {
|
|
303
303
|
margin-top: 0;
|
|
304
304
|
}
|
|
305
|
-
.
|
|
305
|
+
.page_body_contents > div:has(._1m7m2ax) ._1m7m2an {
|
|
306
306
|
margin-top: 1.7rem;
|
|
307
307
|
}
|
|
308
308
|
._1m7m2a1f {
|
|
@@ -465,7 +465,7 @@ main > div:nth-last-child(2) > ._1m7m2a0:not(._1m7m2ax) {
|
|
|
465
465
|
.stacked:first-child {
|
|
466
466
|
padding-top: 42px;
|
|
467
467
|
}
|
|
468
|
-
.
|
|
468
|
+
.page_body_contents > div:has(> ._1m7m2ax) {
|
|
469
469
|
padding-block: 42px;
|
|
470
470
|
}
|
|
471
471
|
}
|
|
@@ -485,7 +485,7 @@ main > div:nth-last-child(2) > ._1m7m2a0:not(._1m7m2ax) {
|
|
|
485
485
|
.stacked:first-child {
|
|
486
486
|
padding-top: 2rem;
|
|
487
487
|
}
|
|
488
|
-
.
|
|
488
|
+
.page_body_contents > div:has(> ._1m7m2ax) {
|
|
489
489
|
padding-block: 2rem;
|
|
490
490
|
}
|
|
491
491
|
}
|
|
@@ -498,7 +498,7 @@ main > div:nth-last-child(2) > ._1m7m2a0:not(._1m7m2ax) {
|
|
|
498
498
|
}
|
|
499
499
|
}
|
|
500
500
|
@media screen and (min-width: 768px) {
|
|
501
|
-
.
|
|
501
|
+
.page_body_contents > div:has(._1m7m2ax) ._1m7m2an {
|
|
502
502
|
margin-top: 2.5rem;
|
|
503
503
|
}
|
|
504
504
|
}
|
|
@@ -519,7 +519,7 @@ main > div:nth-last-child(2) > ._1m7m2a0:not(._1m7m2ax) {
|
|
|
519
519
|
._18ygy9m5.stacked ._1m7m2av {
|
|
520
520
|
min-height: 1px !important;
|
|
521
521
|
}
|
|
522
|
-
.
|
|
522
|
+
.page_body_contents > div:has(._1m7m2ax) ._1m7m2an {
|
|
523
523
|
justify-content: flex-start;
|
|
524
524
|
}
|
|
525
525
|
._1m7m2a1g .billboard {
|
|
@@ -548,7 +548,7 @@ main > div:nth-last-child(2) > ._1m7m2a0:not(._1m7m2ax) {
|
|
|
548
548
|
}
|
|
549
549
|
}
|
|
550
550
|
@media screen and (min-width: 1280px) {
|
|
551
|
-
.
|
|
551
|
+
.page_body_contents > div:has(._1m7m2ax) ._1m7m2an {
|
|
552
552
|
margin-top: 3rem;
|
|
553
553
|
}
|
|
554
554
|
}
|