@axos-web-dev/shared-components 0.0.142 → 0.0.143
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 +1 -0
- package/dist/Article/Article.js +3 -2
- package/dist/Button/Button.js +1 -0
- package/dist/Calculators/Calculator.js +1 -0
- package/dist/Carousel/index.js +1 -0
- package/dist/Chevron/index.js +1 -0
- package/dist/Comparison/Comparison.js +1 -0
- package/dist/FaqAccordion/index.js +1 -0
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +1 -0
- package/dist/Forms/ContactUsBusiness.js +1 -0
- package/dist/Forms/ContactUsNMLSId.js +1 -0
- package/dist/Forms/EmailOnly.js +1 -0
- package/dist/Forms/SuccesForm.js +1 -0
- package/dist/Hyperlink/index.js +1 -0
- package/dist/ImageLink/ImageLink.js +1 -0
- package/dist/ImageLink/ImageLinkSet.js +1 -0
- package/dist/ImageLink/index.js +1 -0
- package/dist/Insight/Featured/CategorySelector.js +1 -0
- package/dist/Insight/Featured/Featured.js +1 -0
- package/dist/Insight/Insight.css.d.ts +8 -0
- package/dist/Insight/Insight.css.js +20 -0
- package/dist/Insight/index.d.ts +1 -0
- package/dist/Insight/index.js +10 -1
- package/dist/Modal/Modal.js +1 -0
- package/dist/NavigationMenu/AxosBank/NavData.js +1 -0
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +2 -1
- package/dist/NavigationMenu/AxosBank/index.js +1 -0
- package/dist/SetContainer/SetContainer.js +1 -0
- package/dist/assets/Article/Article.css +1 -1
- package/dist/assets/Insight/Insight.css +71 -0
- package/dist/assets/globals.css +0 -71
- package/dist/main.js +9 -0
- package/package.json +1 -1
package/dist/Article/Article.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs, jsx, Fragment } from "react/jsx-runtime";
|
|
2
2
|
import { getVariant } from "../utils/getVariant.js";
|
|
3
|
-
import { ant_article, ant_img, ant_content, ant_eyebrow, ant_card_title, ant_card_body } from "./Article.css.js";
|
|
3
|
+
import { ant_article, ant_img, ant_content, ant_eyebrow, ant_card_title, ant_card_body, ant_card_cta } from "./Article.css.js";
|
|
4
4
|
import { Button } from "../Button/Button.js";
|
|
5
5
|
import "../Button/Button.css.js";
|
|
6
6
|
import "react";
|
|
@@ -36,12 +36,13 @@ const Article = ({
|
|
|
36
36
|
/* @__PURE__ */ jsx("h3", { className: `${ant_card_title({ variant })} header_3`, children: title }),
|
|
37
37
|
/* @__PURE__ */ jsx("div", { className: `${ant_card_body({ variant })} push_up`, children: /* @__PURE__ */ jsx(Fragment, { children: description }) })
|
|
38
38
|
] }),
|
|
39
|
-
/* @__PURE__ */ jsx("div", { className: "
|
|
39
|
+
/* @__PURE__ */ jsx("div", { className: "text_center", children: /* @__PURE__ */ jsx(
|
|
40
40
|
Button,
|
|
41
41
|
{
|
|
42
42
|
"aria-label": "read and learn more about this featured item",
|
|
43
43
|
targetUrl,
|
|
44
44
|
color: variant,
|
|
45
|
+
className: `${ant_card_cta({ variant })} push_up_24 text_center`,
|
|
45
46
|
children: itemType == "Insight" ? "Read More" : "Learn More"
|
|
46
47
|
}
|
|
47
48
|
) })
|
package/dist/Button/Button.js
CHANGED
|
@@ -62,6 +62,7 @@ import "../Input/InputPhone.js";
|
|
|
62
62
|
import "../Input/InputTextArea.js";
|
|
63
63
|
/* empty css */
|
|
64
64
|
/* empty css */
|
|
65
|
+
/* empty css */
|
|
65
66
|
import "../LandingPageHeader/LandingPageHeader.css.js";
|
|
66
67
|
import "../LoadingIndicator/LoadingIndicator.css.js";
|
|
67
68
|
import "../Chevron/Chevron.css.js";
|
package/dist/Carousel/index.js
CHANGED
package/dist/Chevron/index.js
CHANGED
|
@@ -70,6 +70,7 @@ import "../ImageBillboard/ImageBillboard.css.js";
|
|
|
70
70
|
/* empty css */
|
|
71
71
|
/* empty css */
|
|
72
72
|
/* empty css */
|
|
73
|
+
/* empty css */
|
|
73
74
|
import "../Interstitial/Interstitial-variants.css.js";
|
|
74
75
|
import "../LandingPageHeader/LandingPageHeader.css.js";
|
|
75
76
|
import "../Chevron/Chevron.css.js";
|
|
@@ -71,6 +71,7 @@ import "../ImageBillboard/ImageBillboard.css.js";
|
|
|
71
71
|
/* empty css */
|
|
72
72
|
/* empty css */
|
|
73
73
|
/* empty css */
|
|
74
|
+
/* empty css */
|
|
74
75
|
import "../Interstitial/Interstitial-variants.css.js";
|
|
75
76
|
import "../LandingPageHeader/LandingPageHeader.css.js";
|
|
76
77
|
import "../Chevron/Chevron.css.js";
|
package/dist/Forms/EmailOnly.js
CHANGED
package/dist/Forms/SuccesForm.js
CHANGED
|
@@ -60,6 +60,7 @@ import "../Input/InputPhone.js";
|
|
|
60
60
|
import "../Input/InputTextArea.js";
|
|
61
61
|
/* empty css */
|
|
62
62
|
/* empty css */
|
|
63
|
+
/* empty css */
|
|
63
64
|
import "../LandingPageHeader/LandingPageHeader.css.js";
|
|
64
65
|
import "../LoadingIndicator/LoadingIndicator.css.js";
|
|
65
66
|
import "../Chevron/Chevron.css.js";
|
package/dist/Hyperlink/index.js
CHANGED
|
@@ -71,6 +71,7 @@ import "../ImageBillboard/ImageBillboard.css.js";
|
|
|
71
71
|
import ImageLink from "./ImageLink.js";
|
|
72
72
|
/* empty css */
|
|
73
73
|
/* empty css */
|
|
74
|
+
/* empty css */
|
|
74
75
|
import "../Interstitial/Interstitial-variants.css.js";
|
|
75
76
|
import "../LandingPageHeader/LandingPageHeader.css.js";
|
|
76
77
|
import "../Chevron/Chevron.css.js";
|
package/dist/ImageLink/index.js
CHANGED
|
@@ -70,6 +70,7 @@ import "../../FooterDisclosure/FooterDisclosure.css.js";
|
|
|
70
70
|
import "../../ImageBillboard/ImageBillboard.css.js";
|
|
71
71
|
/* empty css */
|
|
72
72
|
import { featured_maingrid_img, featured_maingrid_item, featured_center_vertical } from "./Featured.css.js";
|
|
73
|
+
/* empty css */
|
|
73
74
|
import "../../LandingPageHeader/LandingPageHeader.css.js";
|
|
74
75
|
/* empty css */
|
|
75
76
|
/* empty css */
|
|
@@ -74,6 +74,7 @@ import { supertag } from "../../ImageBillboard/ImageBillboard.css.js";
|
|
|
74
74
|
/* empty css */
|
|
75
75
|
/* empty css */
|
|
76
76
|
import { featured_subgrid_item, featured_supertag, featured_subgrid_title, featured_center_vertical, featured_section, featured_title, featured_grid, featured_maingrid, featured_maingrid_img, featured_maingrid_item, featured_maingrid_title, featured_subgrid, featured_subgrid_divider } from "./Featured.css.js";
|
|
77
|
+
/* empty css */
|
|
77
78
|
import "../../LandingPageHeader/LandingPageHeader.css.js";
|
|
78
79
|
/* empty css */
|
|
79
80
|
/* empty css */
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const insight_header: string;
|
|
2
|
+
export declare const insight_header_2: string;
|
|
3
|
+
export declare const insight_header_3: string;
|
|
4
|
+
export declare const insight_header_4: string;
|
|
5
|
+
export declare const insight_p: string;
|
|
6
|
+
export declare const footnotes: string;
|
|
7
|
+
export declare const insight_list_item: string;
|
|
8
|
+
export declare const insight_info_row: string;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/* empty css */
|
|
2
|
+
/* empty css */
|
|
3
|
+
var insight_header = "lchs2s0 gradient_text";
|
|
4
|
+
var insight_header_2 = "lchs2s1 gradient_text";
|
|
5
|
+
var insight_header_3 = "lchs2s2";
|
|
6
|
+
var insight_header_4 = "lchs2s3";
|
|
7
|
+
var insight_p = "lchs2s4";
|
|
8
|
+
var footnotes = "lchs2s5";
|
|
9
|
+
var insight_list_item = "lchs2s6";
|
|
10
|
+
var insight_info_row = "lchs2s7";
|
|
11
|
+
export {
|
|
12
|
+
footnotes,
|
|
13
|
+
insight_header,
|
|
14
|
+
insight_header_2,
|
|
15
|
+
insight_header_3,
|
|
16
|
+
insight_header_4,
|
|
17
|
+
insight_info_row,
|
|
18
|
+
insight_list_item,
|
|
19
|
+
insight_p
|
|
20
|
+
};
|
package/dist/Insight/index.d.ts
CHANGED
package/dist/Insight/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { CategorySelector, InsightItem } from "./Featured/CategorySelector.js";
|
|
2
2
|
import { Featured, FeaturedItem } from "./Featured/Featured.js";
|
|
3
3
|
import { featured_center_vertical, featured_grid, featured_maingrid, featured_maingrid_img, featured_maingrid_item, featured_maingrid_title, featured_section, featured_subgrid, featured_subgrid_divider, featured_subgrid_item, featured_subgrid_title, featured_supertag, featured_title } from "./Featured/Featured.css.js";
|
|
4
|
+
import { footnotes, insight_header, insight_header_2, insight_header_3, insight_header_4, insight_info_row, insight_list_item, insight_p } from "./Insight.css.js";
|
|
4
5
|
export {
|
|
5
6
|
CategorySelector,
|
|
6
7
|
Featured,
|
|
@@ -18,5 +19,13 @@ export {
|
|
|
18
19
|
featured_subgrid_item,
|
|
19
20
|
featured_subgrid_title,
|
|
20
21
|
featured_supertag,
|
|
21
|
-
featured_title
|
|
22
|
+
featured_title,
|
|
23
|
+
footnotes,
|
|
24
|
+
insight_header,
|
|
25
|
+
insight_header_2,
|
|
26
|
+
insight_header_3,
|
|
27
|
+
insight_header_4,
|
|
28
|
+
insight_info_row,
|
|
29
|
+
insight_list_item,
|
|
30
|
+
insight_p
|
|
22
31
|
};
|
package/dist/Modal/Modal.js
CHANGED
|
@@ -69,6 +69,7 @@ import "../ImageBillboard/ImageBillboard.css.js";
|
|
|
69
69
|
/* empty css */
|
|
70
70
|
/* empty css */
|
|
71
71
|
/* empty css */
|
|
72
|
+
/* empty css */
|
|
72
73
|
import "../Interstitial/Interstitial-variants.css.js";
|
|
73
74
|
import "../LandingPageHeader/LandingPageHeader.css.js";
|
|
74
75
|
import "./contextApi/store.js";
|
|
@@ -72,6 +72,7 @@ import "../../ImageBillboard/ImageBillboard.css.js";
|
|
|
72
72
|
/* empty css */
|
|
73
73
|
/* empty css */
|
|
74
74
|
/* empty css */
|
|
75
|
+
/* empty css */
|
|
75
76
|
import "../../LandingPageHeader/LandingPageHeader.css.js";
|
|
76
77
|
/* empty css */
|
|
77
78
|
/* empty css */
|
|
@@ -815,7 +816,7 @@ function SubNavBar() {
|
|
|
815
816
|
Link,
|
|
816
817
|
{
|
|
817
818
|
href: findMoreAxosDomains(
|
|
818
|
-
"{AXOSBANK/refer-a-friend
|
|
819
|
+
"{AXOSBANK}/refer-a-friend"
|
|
819
820
|
),
|
|
820
821
|
role: "heading",
|
|
821
822
|
children: "Refer-a-Friend"
|
|
@@ -70,6 +70,7 @@ import "../../ImageBillboard/ImageBillboard.css.js";
|
|
|
70
70
|
/* empty css */
|
|
71
71
|
/* empty css */
|
|
72
72
|
/* empty css */
|
|
73
|
+
/* empty css */
|
|
73
74
|
import "../../Interstitial/Interstitial-variants.css.js";
|
|
74
75
|
import "../../LandingPageHeader/LandingPageHeader.css.js";
|
|
75
76
|
/* empty css */
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
.lchs2s0 {
|
|
2
|
+
font-family: var(--header-font-family);
|
|
3
|
+
font-weight: 600;
|
|
4
|
+
font-size: 48px;
|
|
5
|
+
line-height: 64px;
|
|
6
|
+
}
|
|
7
|
+
.lchs2s1 {
|
|
8
|
+
font-weight: 600;
|
|
9
|
+
font-size: 28px;
|
|
10
|
+
line-height: 36px;
|
|
11
|
+
margin-block: 16px;
|
|
12
|
+
}
|
|
13
|
+
.lchs2s2 {
|
|
14
|
+
font-weight: 600;
|
|
15
|
+
font-size: 24px;
|
|
16
|
+
line-height: 32px;
|
|
17
|
+
color: #333D46;
|
|
18
|
+
margin-block: 16px;
|
|
19
|
+
}
|
|
20
|
+
.lchs2s3 {
|
|
21
|
+
font-weight: 600;
|
|
22
|
+
font-size: 20px;
|
|
23
|
+
line-height: 28px;
|
|
24
|
+
color: #333D46;
|
|
25
|
+
margin-block: 16px;
|
|
26
|
+
}
|
|
27
|
+
.lchs2s4 {
|
|
28
|
+
font-weight: 400;
|
|
29
|
+
font-size: 18px;
|
|
30
|
+
line-height: 26px;
|
|
31
|
+
color: #333D46;
|
|
32
|
+
}
|
|
33
|
+
.lchs2s6 {
|
|
34
|
+
font-weight: 400;
|
|
35
|
+
font-size: 14px;
|
|
36
|
+
line-height: 32px;
|
|
37
|
+
list-style: none;
|
|
38
|
+
}
|
|
39
|
+
.lchs2s7 {
|
|
40
|
+
font-weight: 400;
|
|
41
|
+
font-size: 14px;
|
|
42
|
+
line-height: 20px;
|
|
43
|
+
color: #333D46;
|
|
44
|
+
margin-left: 5px;
|
|
45
|
+
}
|
|
46
|
+
.footnotes p {
|
|
47
|
+
font-size: 16px;
|
|
48
|
+
line-height: 24px;
|
|
49
|
+
}
|
|
50
|
+
article.containment {
|
|
51
|
+
max-width: 800px;
|
|
52
|
+
}
|
|
53
|
+
.related_articles article {
|
|
54
|
+
flex: 1 1 0%;
|
|
55
|
+
}
|
|
56
|
+
.related_articles_header h3 {
|
|
57
|
+
font-weight: 600;
|
|
58
|
+
font-size: 28px;
|
|
59
|
+
line-height: 36px;
|
|
60
|
+
}
|
|
61
|
+
@media screen and (max-width:768px) {
|
|
62
|
+
article.containment {
|
|
63
|
+
max-width: unset;
|
|
64
|
+
width: min(1200px, calc(100% - 4rem));
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
@media (max-width: 768px) {
|
|
68
|
+
.insight .related_articles {
|
|
69
|
+
flex-direction: column;
|
|
70
|
+
}
|
|
71
|
+
}
|
package/dist/assets/globals.css
CHANGED
|
@@ -266,68 +266,6 @@ p:empty {
|
|
|
266
266
|
ul:empty {
|
|
267
267
|
display: none;
|
|
268
268
|
}
|
|
269
|
-
.insight_header {
|
|
270
|
-
font-family: var(--header-font-family);
|
|
271
|
-
font-weight: 600;
|
|
272
|
-
font-size: 48px;
|
|
273
|
-
line-height: 64px;
|
|
274
|
-
}
|
|
275
|
-
article.containment {
|
|
276
|
-
max-width: 800px;
|
|
277
|
-
}
|
|
278
|
-
.decorative_rectangle {
|
|
279
|
-
height: 64px;
|
|
280
|
-
width: 11px;
|
|
281
|
-
background: linear-gradient(3deg, #051A3F 14.64%, #1E3860 48.42%, #4D85B0 85.36%);
|
|
282
|
-
}
|
|
283
|
-
.insight_list_item {
|
|
284
|
-
font-weight: 400;
|
|
285
|
-
font-size: 14px;
|
|
286
|
-
line-height: 32px;
|
|
287
|
-
list-style: none;
|
|
288
|
-
}
|
|
289
|
-
.info_row_text {
|
|
290
|
-
font-weight: 400;
|
|
291
|
-
font-size: 14px;
|
|
292
|
-
line-height: 20px;
|
|
293
|
-
color: #333D46;
|
|
294
|
-
margin-left: 5px;
|
|
295
|
-
}
|
|
296
|
-
.insight h2 {
|
|
297
|
-
font-weight: 600;
|
|
298
|
-
font-size: 28px;
|
|
299
|
-
line-height: 36px;
|
|
300
|
-
}
|
|
301
|
-
.insight h3 {
|
|
302
|
-
font-weight: 600;
|
|
303
|
-
font-size: 24px;
|
|
304
|
-
line-height: 32px;
|
|
305
|
-
color: #333D46;
|
|
306
|
-
}
|
|
307
|
-
.insight h4 {
|
|
308
|
-
font-weight: 600;
|
|
309
|
-
font-size: 20px;
|
|
310
|
-
line-height: 28px;
|
|
311
|
-
color: #333D46;
|
|
312
|
-
}
|
|
313
|
-
.insight p {
|
|
314
|
-
font-weight: 400;
|
|
315
|
-
font-size: 18px;
|
|
316
|
-
line-height: 26px;
|
|
317
|
-
color: #333D46;
|
|
318
|
-
}
|
|
319
|
-
.insight .footnotes p {
|
|
320
|
-
font-size: 16px;
|
|
321
|
-
line-height: 24px;
|
|
322
|
-
}
|
|
323
|
-
.related_articles article {
|
|
324
|
-
flex: 1 1 0%;
|
|
325
|
-
}
|
|
326
|
-
.related_articles_header h3 {
|
|
327
|
-
font-weight: 600;
|
|
328
|
-
font-size: 28px;
|
|
329
|
-
line-height: 36px;
|
|
330
|
-
}
|
|
331
269
|
@media screen and (max-width: 1023px) {
|
|
332
270
|
.containment {
|
|
333
271
|
width: min(45rem, calc(100% - 4rem));
|
|
@@ -367,10 +305,6 @@ article.containment {
|
|
|
367
305
|
.section_header {
|
|
368
306
|
margin-bottom: 1.5rem;
|
|
369
307
|
}
|
|
370
|
-
article.containment {
|
|
371
|
-
max-width: unset;
|
|
372
|
-
width: min(1200px, calc(100% - 4rem));
|
|
373
|
-
}
|
|
374
308
|
}
|
|
375
309
|
@media screen and (max-width:1280px) {
|
|
376
310
|
.header_2 {
|
|
@@ -384,9 +318,4 @@ article.containment {
|
|
|
384
318
|
.header_2 {
|
|
385
319
|
font-size: 21px;
|
|
386
320
|
}
|
|
387
|
-
}
|
|
388
|
-
@media (max-width: 768px) {
|
|
389
|
-
.insight .related_articles {
|
|
390
|
-
flex-direction: column;
|
|
391
|
-
}
|
|
392
321
|
}
|
package/dist/main.js
CHANGED
|
@@ -115,6 +115,7 @@ import { InputTextArea } from "./Input/InputTextArea.js";
|
|
|
115
115
|
import { CategorySelector, InsightItem } from "./Insight/Featured/CategorySelector.js";
|
|
116
116
|
import { Featured, FeaturedItem } from "./Insight/Featured/Featured.js";
|
|
117
117
|
import { featured_center_vertical, featured_grid, featured_maingrid, featured_maingrid_img, featured_maingrid_item, featured_maingrid_title, featured_section, featured_subgrid, featured_subgrid_divider, featured_subgrid_item, featured_subgrid_title, featured_supertag, featured_title } from "./Insight/Featured/Featured.css.js";
|
|
118
|
+
import { footnotes, insight_header, insight_header_2, insight_header_3, insight_header_4, insight_info_row, insight_list_item, insight_p } from "./Insight/Insight.css.js";
|
|
118
119
|
import { Interstitial } from "./Interstitial/Interstitial.js";
|
|
119
120
|
import { LandingPageHeader } from "./LandingPageHeader/LandingPageHeader.js";
|
|
120
121
|
import { lp_container, lp_hover, lp_theme, svg_fill } from "./LandingPageHeader/LandingPageHeader.css.js";
|
|
@@ -396,6 +397,7 @@ export {
|
|
|
396
397
|
footer_mobile,
|
|
397
398
|
footer_section,
|
|
398
399
|
footer_wrapper,
|
|
400
|
+
footnotes,
|
|
399
401
|
form,
|
|
400
402
|
formContainer,
|
|
401
403
|
formWrapper,
|
|
@@ -448,6 +450,13 @@ export {
|
|
|
448
450
|
img_area,
|
|
449
451
|
inline_container,
|
|
450
452
|
input,
|
|
453
|
+
insight_header,
|
|
454
|
+
insight_header_2,
|
|
455
|
+
insight_header_3,
|
|
456
|
+
insight_header_4,
|
|
457
|
+
insight_info_row,
|
|
458
|
+
insight_list_item,
|
|
459
|
+
insight_p,
|
|
451
460
|
isAbsoluteUrl,
|
|
452
461
|
isAllowedUrl,
|
|
453
462
|
isEmailLink,
|