@axos-web-dev/shared-components 1.0.91 → 1.0.93
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/Calculators/AxosOneCalculator/index.js +6 -6
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +16 -16
- package/dist/NavigationMenu/AxosBank/NavBar.module.js +39 -39
- package/dist/assets/Blockquote/Blockquote.css.css +68 -68
- package/dist/assets/ImageBillboard/ImageBillboard.css +4 -1
- package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css +191 -191
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +473 -473
- package/package.json +1 -1
|
@@ -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_1r8g1_1";
|
|
2
|
+
const author = "_author_1r8g1_13";
|
|
3
|
+
const quote = "_quote_1r8g1_1";
|
|
4
4
|
const css = {
|
|
5
5
|
quote_spacer,
|
|
6
6
|
author,
|
|
@@ -157,32 +157,32 @@ const AxosOneCalculator = ({
|
|
|
157
157
|
] }),
|
|
158
158
|
/* @__PURE__ */ jsxs(TableRow, { children: [
|
|
159
159
|
/* @__PURE__ */ jsxs(TableCell, { variant: "primary", children: [
|
|
160
|
-
"
|
|
160
|
+
"Wells Fargo",
|
|
161
161
|
/* @__PURE__ */ jsx("sup", { children: "3" })
|
|
162
162
|
] }),
|
|
163
163
|
/* @__PURE__ */ jsxs(TableCell, { variant: "primary", children: [
|
|
164
|
-
|
|
164
|
+
fargoAPY.toFixed(2),
|
|
165
165
|
"%"
|
|
166
166
|
] }),
|
|
167
167
|
/* @__PURE__ */ jsxs(TableCell, { variant: "primary", children: [
|
|
168
168
|
"$",
|
|
169
|
-
|
|
169
|
+
fargoEarning.toLocaleString(void 0, {
|
|
170
170
|
maximumFractionDigits: 2
|
|
171
171
|
})
|
|
172
172
|
] })
|
|
173
173
|
] }),
|
|
174
174
|
/* @__PURE__ */ jsxs(TableRow, { children: [
|
|
175
175
|
/* @__PURE__ */ jsxs(TableCell, { variant: "primary", children: [
|
|
176
|
-
"
|
|
176
|
+
"Bank of America",
|
|
177
177
|
/* @__PURE__ */ jsx("sup", { children: "4" })
|
|
178
178
|
] }),
|
|
179
179
|
/* @__PURE__ */ jsxs(TableCell, { variant: "primary", children: [
|
|
180
|
-
|
|
180
|
+
bofaAPY.toFixed(2),
|
|
181
181
|
"%"
|
|
182
182
|
] }),
|
|
183
183
|
/* @__PURE__ */ jsxs(TableCell, { variant: "primary", children: [
|
|
184
184
|
"$",
|
|
185
|
-
|
|
185
|
+
bofaEarning.toLocaleString(void 0, {
|
|
186
186
|
maximumFractionDigits: 2
|
|
187
187
|
})
|
|
188
188
|
] })
|
|
@@ -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_1rjre_1";
|
|
2
|
+
const drawer = "_drawer_1rjre_17";
|
|
3
|
+
const hamburger = "_hamburger_1rjre_57";
|
|
4
|
+
const header = "_header_1rjre_79";
|
|
5
|
+
const back = "_back_1rjre_101";
|
|
6
|
+
const close = "_close_1rjre_123";
|
|
7
|
+
const levelContainer = "_levelContainer_1rjre_137";
|
|
8
|
+
const level = "_level_1rjre_137";
|
|
9
|
+
const levelTitle = "_levelTitle_1rjre_169";
|
|
10
|
+
const menu = "_menu_1rjre_179";
|
|
11
|
+
const menuItem = "_menuItem_1rjre_219";
|
|
12
|
+
const chevron = "_chevron_1rjre_251";
|
|
13
|
+
const chevronIcon = "_chevronIcon_1rjre_261";
|
|
14
|
+
const quickLinks = "_quickLinks_1rjre_283";
|
|
15
|
+
const quickLink = "_quickLink_1rjre_283";
|
|
16
|
+
const sr_only = "_sr_only_1rjre_331";
|
|
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_nom5w_1";
|
|
2
|
+
const wrapper = "_wrapper_nom5w_9";
|
|
3
|
+
const header_main_row = "_header_main_row_nom5w_21";
|
|
4
|
+
const logo_wrap = "_logo_wrap_nom5w_33";
|
|
5
|
+
const primary_links = "_primary_links_nom5w_41";
|
|
6
|
+
const main_nav_link = "_main_nav_link_nom5w_49";
|
|
7
|
+
const sub_nav_link = "_sub_nav_link_nom5w_113";
|
|
8
|
+
const signin_wrap = "_signin_wrap_nom5w_117";
|
|
9
|
+
const signin_btn = "_signin_btn_nom5w_119";
|
|
10
|
+
const header_sub_row = "_header_sub_row_nom5w_193";
|
|
11
|
+
const signin_dropdown = "_signin_dropdown_nom5w_257";
|
|
12
|
+
const shadow = "_shadow_nom5w_277";
|
|
13
|
+
const signin_header = "_signin_header_nom5w_297";
|
|
14
|
+
const signin_subheader = "_signin_subheader_nom5w_311";
|
|
15
|
+
const opacity = "_opacity_nom5w_355";
|
|
16
|
+
const fadeInDown = "_fadeInDown_nom5w_1";
|
|
17
|
+
const signin_footer = "_signin_footer_nom5w_367";
|
|
18
|
+
const open = "_open_nom5w_409";
|
|
19
|
+
const dd_wrapper = "_dd_wrapper_nom5w_433";
|
|
20
|
+
const dd_media = "_dd_media_nom5w_451";
|
|
21
|
+
const dd_media_img = "_dd_media_img_nom5w_461";
|
|
22
|
+
const dd_site_navs = "_dd_site_navs_nom5w_469";
|
|
23
|
+
const dd_media_header = "_dd_media_header_nom5w_483";
|
|
24
|
+
const mt_8 = "_mt_8_nom5w_503";
|
|
25
|
+
const mt_16 = "_mt_16_nom5w_511";
|
|
26
|
+
const ml_8 = "_ml_8_nom5w_519";
|
|
27
|
+
const dd_media_cta = "_dd_media_cta_nom5w_527";
|
|
28
|
+
const reversed_row = "_reversed_row_nom5w_591";
|
|
29
|
+
const headline = "_headline_nom5w_611";
|
|
30
|
+
const nav_anchor = "_nav_anchor_nom5w_627";
|
|
31
|
+
const headline_cta = "_headline_cta_nom5w_643";
|
|
32
|
+
const site_lists = "_site_lists_nom5w_673";
|
|
33
|
+
const mobile_only = "_mobile_only_nom5w_749";
|
|
34
|
+
const mobile_logo = "_mobile_logo_nom5w_761";
|
|
35
|
+
const highlight = "_highlight_nom5w_775";
|
|
36
|
+
const mobile_opened = "_mobile_opened_nom5w_787";
|
|
37
|
+
const dd_footer = "_dd_footer_nom5w_803";
|
|
38
|
+
const skip_btn = "_skip_btn_nom5w_819";
|
|
39
|
+
const desktop_only = "_desktop_only_nom5w_891";
|
|
40
40
|
const styles = {
|
|
41
41
|
header,
|
|
42
42
|
wrapper,
|
|
@@ -1,68 +1,68 @@
|
|
|
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: #333d46;
|
|
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
|
-
@media (max-width: 768px) {
|
|
37
|
-
.
|
|
38
|
-
max-width: 30px;
|
|
39
|
-
margin-right: 12px;
|
|
40
|
-
}
|
|
41
|
-
.
|
|
42
|
-
margin-top: 14px;
|
|
43
|
-
}
|
|
44
|
-
.
|
|
45
|
-
font-size: 18px;
|
|
46
|
-
}
|
|
47
|
-
.
|
|
48
|
-
font-size: 14px;
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
@media (max-width: 500px) {
|
|
53
|
-
.
|
|
54
|
-
margin-top: 12px;
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
@media (min-width: 604px) {
|
|
59
|
-
.
|
|
60
|
-
width: min(calc(100% - 2rem), 792px);
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
@media (min-width: 1023px) {
|
|
65
|
-
.
|
|
66
|
-
font-weight: 600;
|
|
67
|
-
}
|
|
68
|
-
}
|
|
1
|
+
._quote_spacer_1r8g1_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_1r8g1_13,
|
|
8
|
+
._quote_1r8g1_1 {
|
|
9
|
+
color: #333d46;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
._author_1r8g1_13 {
|
|
13
|
+
text-align: right;
|
|
14
|
+
margin-top: 18px;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
._author_1r8g1_13 cite {
|
|
18
|
+
font-style: normal;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
._quote_spacer_1r8g1_1 .img_fluid {
|
|
22
|
+
margin-right: 24px;
|
|
23
|
+
transform: rotateY(180deg) scaleY(-1);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
._quote_spacer_1r8g1_1 .flex_row {
|
|
27
|
+
align-items: flex-start;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
._quote_1r8g1_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
|
+
@media (max-width: 768px) {
|
|
37
|
+
._quote_spacer_1r8g1_1 .img_fluid {
|
|
38
|
+
max-width: 30px;
|
|
39
|
+
margin-right: 12px;
|
|
40
|
+
}
|
|
41
|
+
._author_1r8g1_13 {
|
|
42
|
+
margin-top: 14px;
|
|
43
|
+
}
|
|
44
|
+
._quote_1r8g1_1 p {
|
|
45
|
+
font-size: 18px;
|
|
46
|
+
}
|
|
47
|
+
._author_1r8g1_13 cite {
|
|
48
|
+
font-size: 14px;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
@media (max-width: 500px) {
|
|
53
|
+
._author_1r8g1_13 {
|
|
54
|
+
margin-top: 12px;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
@media (min-width: 604px) {
|
|
59
|
+
._quote_spacer_1r8g1_1 {
|
|
60
|
+
width: min(calc(100% - 2rem), 792px);
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
@media (min-width: 1023px) {
|
|
65
|
+
._quote_1r8g1_1 p {
|
|
66
|
+
font-weight: 600;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
@@ -185,14 +185,17 @@
|
|
|
185
185
|
._18ygy9m5 ._1m7m2av {
|
|
186
186
|
min-height: 330px;
|
|
187
187
|
}
|
|
188
|
+
._18ygy9m5:has(> :nth-child(3)) ._1m7m2av {
|
|
189
|
+
min-height: 216px;
|
|
190
|
+
}
|
|
188
191
|
._1m7m2ay {
|
|
189
192
|
background: var(--_1073cm8f);
|
|
190
193
|
color: #FFFFFF;
|
|
191
194
|
}
|
|
192
195
|
._1m7m2az {
|
|
193
|
-
padding: 1.5rem;
|
|
194
196
|
height: 100%;
|
|
195
197
|
justify-content: center;
|
|
198
|
+
padding: 1.5rem;
|
|
196
199
|
}
|
|
197
200
|
._1m7m2a10 {
|
|
198
201
|
color: #fff;
|