@axos-web-dev/shared-components 0.0.36 → 0.0.38
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/Chevron/index.js +0 -1
- package/dist/Hyperlink/index.js +0 -1
- package/dist/LandingPageHeader/LandingPageHeader.js +79 -11
- package/dist/Modal/Modal.js +0 -1
- package/dist/NavigationMenu/AxosFiduciary/index.js +12 -5
- package/dist/SetContainer/SetContainer.js +0 -1
- package/dist/SocialMediaBar/iconsRepository.js +362 -78
- package/dist/StepItems/StepItems.js +6 -1
- package/dist/StepItems/StepItemsSet.js +63 -8
- package/package.json +1 -1
package/dist/Chevron/index.js
CHANGED
|
@@ -39,7 +39,6 @@ import "react-hook-form";
|
|
|
39
39
|
import "../SetContainer/SetContainer.css.js";
|
|
40
40
|
import "../ImageBillboard/ImageBillboard.css.js";
|
|
41
41
|
import "../LandingPageHeader/LandingPageHeader.css.js";
|
|
42
|
-
import "next/Link";
|
|
43
42
|
import { chevron_wrapper, chevron } from "./Chevron.css.js";
|
|
44
43
|
/* empty css */
|
|
45
44
|
/* empty css */
|
package/dist/Hyperlink/index.js
CHANGED
|
@@ -39,7 +39,6 @@ import "react-hook-form";
|
|
|
39
39
|
import "../SetContainer/SetContainer.css.js";
|
|
40
40
|
import "../ImageBillboard/ImageBillboard.css.js";
|
|
41
41
|
import "../LandingPageHeader/LandingPageHeader.css.js";
|
|
42
|
-
import "next/Link";
|
|
43
42
|
/* empty css */
|
|
44
43
|
/* empty css */
|
|
45
44
|
/* empty css */
|
|
@@ -1,18 +1,86 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { getVariant } from "../utils/getVariant.js";
|
|
3
3
|
import { lp_theme, lp_container, lp_hover, svg_fill } from "./LandingPageHeader.css.js";
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
const LandingPageHeader = ({
|
|
5
|
+
id,
|
|
6
|
+
variant: fullVariant = "primary"
|
|
7
|
+
}) => {
|
|
6
8
|
const variant = getVariant(fullVariant);
|
|
7
|
-
return /* @__PURE__ */ jsx("header", { className: `${lp_theme({ variant })}`, id: `id_${id}`, children: /* @__PURE__ */ jsx("div", { className: `${lp_container} flex center middle`, children: /* @__PURE__ */ jsx(
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
9
|
+
return /* @__PURE__ */ jsx("header", { className: `${lp_theme({ variant })}`, id: `id_${id}`, children: /* @__PURE__ */ jsx("div", { className: `${lp_container} flex center middle`, children: /* @__PURE__ */ jsx(
|
|
10
|
+
"a",
|
|
11
|
+
{
|
|
12
|
+
href: "/",
|
|
13
|
+
className: lp_hover,
|
|
14
|
+
"aria-label": "axos logo, return to homepage",
|
|
15
|
+
children: /* @__PURE__ */ jsxs(
|
|
16
|
+
"svg",
|
|
17
|
+
{
|
|
18
|
+
width: "120",
|
|
19
|
+
height: "27",
|
|
20
|
+
viewBox: "0 0 120 27",
|
|
21
|
+
fill: "none",
|
|
22
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23
|
+
children: [
|
|
24
|
+
/* @__PURE__ */ jsx(
|
|
25
|
+
"path",
|
|
26
|
+
{
|
|
27
|
+
d: "M35.9428 0.576394C35.4899 0.123506 34.79 0.123506 34.3371 0.576394L33.6784 1.23514C33.2255 1.68803 33.2255 2.38794 33.6784 2.84083L44.0948 13.2984L33.6784 23.756C33.2255 24.2089 33.2255 24.9088 33.6784 25.3617L34.3371 26.0204C34.79 26.4733 35.4899 26.4733 35.9428 26.0204L48.6237 13.2984L35.9428 0.576394Z",
|
|
28
|
+
fill: "#FAA74A"
|
|
29
|
+
}
|
|
30
|
+
),
|
|
31
|
+
/* @__PURE__ */ jsx(
|
|
32
|
+
"path",
|
|
33
|
+
{
|
|
34
|
+
d: "M115.157 2.38795C115.157 1.02929 116.186 0 117.545 0C118.903 0 119.933 1.02929 119.933 2.38795C119.933 3.74661 118.903 4.7759 117.545 4.7759C116.186 4.7759 115.157 3.74661 115.157 2.38795ZM119.645 2.38795C119.645 1.1528 118.78 0.288201 117.545 0.288201C116.31 0.288201 115.445 1.19398 115.445 2.38795C115.445 3.6231 116.31 4.4877 117.545 4.4877C118.739 4.52887 119.645 3.58193 119.645 2.38795ZM117.133 3.58193H116.804V1.11163C116.968 1.07046 117.174 1.07046 117.38 1.07046C117.998 1.07046 118.368 1.35866 118.368 1.89389C118.368 2.30561 118.08 2.55264 117.792 2.63498L118.615 3.6231H118.245L117.504 2.71732H117.174L117.133 3.58193ZM117.133 2.42912H117.421C117.751 2.42912 118.039 2.26444 118.039 1.89389C118.039 1.56452 117.792 1.39983 117.38 1.39983C117.298 1.39983 117.174 1.39983 117.092 1.39983L117.133 2.42912Z",
|
|
35
|
+
fill: "#1e3860",
|
|
36
|
+
className: `${svg_fill({ variant })}`
|
|
37
|
+
}
|
|
38
|
+
),
|
|
39
|
+
/* @__PURE__ */ jsx(
|
|
40
|
+
"path",
|
|
41
|
+
{
|
|
42
|
+
d: "M105.687 11.8162C105.687 11.8162 104.493 11.528 103.835 11.281C101.735 10.5399 99.7999 9.42828 99.7999 7.41088C99.7999 5.0641 101.817 3.4584 104.864 3.4584C106.881 3.4584 108.446 4.03481 109.558 5.14644L109.928 5.51698C110.381 5.96987 111.081 5.96987 111.534 5.51698L112.193 4.85824C112.645 4.40535 112.645 3.70543 112.193 3.25255C112.028 3.04669 111.822 2.882 111.822 2.882C110.052 1.19397 107.623 0.288193 104.864 0.288193C102.353 0.288193 100.335 0.946938 98.6471 2.34677C97.0414 3.70543 96.2592 5.39347 96.2592 7.45205C96.2592 12.475 100.953 13.7101 105.07 14.8218L105.193 14.8629C108.816 15.7275 110.628 17.1685 110.628 19.1448C110.628 21.6562 108.528 23.1384 105.07 23.1384C102.888 23.1384 100.953 22.3973 99.6352 21.0798L99.2647 20.7093C98.8118 20.2564 98.1119 20.2564 97.659 20.7093L96.8767 21.4916C96.4239 21.9444 96.4239 22.6444 96.8767 23.0972L97.2473 23.4678C99.1412 25.3205 101.859 26.3498 105.07 26.3498C107.746 26.3498 109.928 25.6911 111.657 24.3324C113.345 23.0561 114.169 21.2857 114.169 19.1036C114.251 14.4512 110.216 12.8455 105.687 11.8162Z",
|
|
43
|
+
fill: "#1e3860",
|
|
44
|
+
className: `${svg_fill({ variant })}`
|
|
45
|
+
}
|
|
46
|
+
),
|
|
47
|
+
/* @__PURE__ */ jsx(
|
|
48
|
+
"path",
|
|
49
|
+
{
|
|
50
|
+
d: "M76.4145 0.247032C69.2094 0.247032 63.4042 6.0934 63.4042 13.2984C63.4042 20.5035 69.2094 26.3498 76.4145 26.3498C83.6195 26.3498 89.4247 20.5035 89.4247 13.2984C89.4247 6.0934 83.5783 0.247032 76.4145 0.247032ZM76.4145 3.45842C81.8491 3.45842 86.2545 7.86378 86.2545 13.2984C86.2545 18.7331 81.8491 23.1384 76.4145 23.1384C70.9798 23.1384 66.5744 18.7331 66.5744 13.2984C66.5744 7.86378 70.9798 3.45842 76.4145 3.45842Z",
|
|
51
|
+
fill: "#1e3860",
|
|
52
|
+
className: `${svg_fill({ variant })}`
|
|
53
|
+
}
|
|
54
|
+
),
|
|
55
|
+
/* @__PURE__ */ jsx(
|
|
56
|
+
"path",
|
|
57
|
+
{
|
|
58
|
+
d: "M59.04 25.3617L58.3812 26.0204C57.9284 26.4733 57.2284 26.4733 56.7755 26.0204L47.9237 17.1685L50.1881 14.9041L59.04 23.756C59.4929 24.1677 59.4929 24.9088 59.04 25.3617Z",
|
|
59
|
+
fill: "#1e3860",
|
|
60
|
+
className: `${svg_fill({ variant })}`
|
|
61
|
+
}
|
|
62
|
+
),
|
|
63
|
+
/* @__PURE__ */ jsx(
|
|
64
|
+
"path",
|
|
65
|
+
{
|
|
66
|
+
d: "M59.04 1.23514L58.3812 0.576394C57.9284 0.123506 57.2284 0.123506 56.7755 0.576394L47.9237 9.42828L50.1881 11.6927L59.04 2.84083C59.4929 2.42911 59.4929 1.68803 59.04 1.23514Z",
|
|
67
|
+
fill: "#1e3860",
|
|
68
|
+
className: `${svg_fill({ variant })}`
|
|
69
|
+
}
|
|
70
|
+
),
|
|
71
|
+
/* @__PURE__ */ jsx(
|
|
72
|
+
"path",
|
|
73
|
+
{
|
|
74
|
+
d: "M22.8502 13.3396C22.8091 18.7331 18.4037 23.1384 13.0102 23.1384C7.57557 23.1384 3.17021 18.7331 3.17021 13.2984C3.17021 7.86378 7.61674 3.45842 13.0102 3.45842C18.4037 3.45842 22.8091 7.8226 22.8502 13.2573V13.3396ZM24.9088 0.247032H23.9619C23.3443 0.247032 22.8091 0.741091 22.8091 1.39984V4.73474C20.4623 1.97624 16.9627 0.247032 13.0102 0.247032C5.80519 0.247032 0 6.0934 0 13.2984C0 20.5035 5.84636 26.3498 13.0102 26.3498C16.9215 26.3498 20.4623 24.6206 22.8502 21.8621V25.197C22.8502 25.8146 23.3443 26.3498 24.003 26.3498H24.95C25.5676 26.3498 26.1028 25.8558 26.1028 25.197V1.39984C26.0616 0.782263 25.5676 0.247032 24.9088 0.247032Z",
|
|
75
|
+
fill: "#1e3860",
|
|
76
|
+
className: `${svg_fill({ variant })}`
|
|
77
|
+
}
|
|
78
|
+
)
|
|
79
|
+
]
|
|
80
|
+
}
|
|
81
|
+
)
|
|
82
|
+
}
|
|
83
|
+
) }) });
|
|
16
84
|
};
|
|
17
85
|
export {
|
|
18
86
|
LandingPageHeader
|
package/dist/Modal/Modal.js
CHANGED
|
@@ -36,7 +36,6 @@ import "react-hook-form";
|
|
|
36
36
|
import "../SetContainer/SetContainer.css.js";
|
|
37
37
|
import "../ImageBillboard/ImageBillboard.css.js";
|
|
38
38
|
import "../LandingPageHeader/LandingPageHeader.css.js";
|
|
39
|
-
import "next/Link";
|
|
40
39
|
import "./contextApi/store.js";
|
|
41
40
|
/* empty css */
|
|
42
41
|
/* empty css */
|
|
@@ -81,12 +81,19 @@ const NavBarAFS = () => {
|
|
|
81
81
|
}
|
|
82
82
|
),
|
|
83
83
|
/* @__PURE__ */ jsx("div", { className: `${styles.mobile_only} ${styles.mobile_logo}`, children: /* @__PURE__ */ jsx(
|
|
84
|
-
"
|
|
84
|
+
"a",
|
|
85
85
|
{
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
86
|
+
href: "/",
|
|
87
|
+
"aria-label": "return to axos fiduciary service homepage",
|
|
88
|
+
children: /* @__PURE__ */ jsx(
|
|
89
|
+
"img",
|
|
90
|
+
{
|
|
91
|
+
src: "//images.axos.com/o9ov1v03uwqk/70DeSnNiwKxnnpoNEmdHYc/c89285e7f92b31397b49e09ddb9ea14d/afs-logo-mobile.svg",
|
|
92
|
+
alt: "",
|
|
93
|
+
width: 140,
|
|
94
|
+
height: 50
|
|
95
|
+
}
|
|
96
|
+
)
|
|
90
97
|
}
|
|
91
98
|
) })
|
|
92
99
|
] }) }) }),
|
|
@@ -36,7 +36,6 @@ import "react-hook-form";
|
|
|
36
36
|
import { set_container, inline_container } from "./SetContainer.css.js";
|
|
37
37
|
import "../ImageBillboard/ImageBillboard.css.js";
|
|
38
38
|
import "../LandingPageHeader/LandingPageHeader.css.js";
|
|
39
|
-
import "next/Link";
|
|
40
39
|
import "../Chevron/Chevron.css.js";
|
|
41
40
|
/* empty css */
|
|
42
41
|
/* empty css */
|
|
@@ -5,13 +5,37 @@ const BusinessWire = () => /* @__PURE__ */ jsx(
|
|
|
5
5
|
href: "#",
|
|
6
6
|
"aria-label": "learn more about us on Business Wire",
|
|
7
7
|
title: "Business Wire",
|
|
8
|
-
children: /* @__PURE__ */ jsxs(
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
8
|
+
children: /* @__PURE__ */ jsxs(
|
|
9
|
+
"svg",
|
|
10
|
+
{
|
|
11
|
+
width: "56",
|
|
12
|
+
height: "56",
|
|
13
|
+
viewBox: "0 0 56 56",
|
|
14
|
+
fill: "none",
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
children: [
|
|
17
|
+
/* @__PURE__ */ jsxs("g", { "clip-path": "url(#clip0_10407_622)", children: [
|
|
18
|
+
/* @__PURE__ */ jsx(
|
|
19
|
+
"path",
|
|
20
|
+
{
|
|
21
|
+
"fill-rule": "evenodd",
|
|
22
|
+
"clip-rule": "evenodd",
|
|
23
|
+
d: "M28 54C42.3594 54 54 42.3594 54 28C54 13.6406 42.3594 2 28 2C13.6406 2 2 13.6406 2 28C2 42.3594 13.6406 54 28 54ZM28 56C43.464 56 56 43.464 56 28C56 12.536 43.464 0 28 0C12.536 0 0 12.536 0 28C0 43.464 12.536 56 28 56Z",
|
|
24
|
+
fill: "#4A5560"
|
|
25
|
+
}
|
|
26
|
+
),
|
|
27
|
+
/* @__PURE__ */ jsx(
|
|
28
|
+
"path",
|
|
29
|
+
{
|
|
30
|
+
d: "M28 12C19.1625 12 12 19.1625 12 28C12 36.8375 19.1625 44 28 44C36.8375 44 44 36.8375 44 28C44 19.1625 36.8664 12 28 12ZM20.7798 24.7076C21.3863 24.4765 21.9928 24.361 22.657 24.3899C25.7473 24.3899 28.2599 26.8736 28.2888 29.9639C28.2888 29.9639 28.2888 29.9639 28.2888 29.9928C28.2888 30.657 28.1733 31.3213 27.9134 31.9567C27.7112 32.361 27.3069 32.6209 26.8736 32.6209C26.556 32.6209 26.2671 32.4765 26.065 32.2744C25.8628 32.0722 25.7184 31.7545 25.7184 31.4657C25.7184 31.2924 25.7473 31.148 25.8051 31.0036C25.8051 31.0036 25.8628 30.8014 25.8628 30.7726C25.9206 30.5415 25.9495 30.2816 25.9495 30.0505C25.9495 28.2599 24.5054 26.787 22.6859 26.787C22.4549 26.787 22.1949 26.8159 21.9639 26.8736L21.7329 26.9314C21.1552 27.1625 20.491 26.8736 20.2599 26.296C20.0578 25.6607 20.2599 24.9964 20.7798 24.7076ZM20.7798 35.3357C20.6354 35.3357 20.491 35.3069 20.3755 35.2491C18.4116 34.3249 17.1408 32.361 17.1119 30.1949V20.8664C17.1119 20.231 17.6318 19.6823 18.296 19.6823C18.9603 19.6823 19.4801 20.2022 19.4801 20.8664V30.1661C19.4801 31.3502 20.1155 32.4188 21.1552 32.9964L21.2996 33.083C21.7329 33.2563 22.0217 33.6606 22.0217 34.1516C22.0217 34.8159 21.5018 35.3357 20.8375 35.3357C20.8087 35.3357 20.7798 35.3357 20.7509 35.3357H20.7798ZM34.6137 35.8556C33.0542 35.8267 31.6101 35.0758 30.7148 33.8051C29.8195 35.0758 28.3466 35.8267 26.8159 35.8556C24.0433 35.8556 21.7617 33.4007 21.7617 30.3105V29.6173C21.7617 28.982 22.2816 28.4621 22.917 28.4621C23.5523 28.4621 24.0722 28.982 24.0722 29.6173V30.2527C24.0722 32.0433 25.3141 33.5162 26.8159 33.5162C28.3177 33.5162 29.5596 32.0433 29.5596 30.2527V25.2852C29.5596 24.6498 30.0794 24.13 30.7148 24.13C31.3502 24.13 31.87 24.6498 31.87 25.2852V30.2527C31.87 32.0433 33.1119 33.5162 34.6137 33.5162C36.1155 33.5162 37.3574 32.0433 37.3574 30.2527V25.2852C37.3574 24.6498 37.8773 24.13 38.5126 24.13C39.148 24.13 39.6679 24.6498 39.6679 25.2852V30.2527C39.6679 33.343 37.4152 35.8556 34.6137 35.8556Z",
|
|
31
|
+
fill: "#4A5560"
|
|
32
|
+
}
|
|
33
|
+
)
|
|
34
|
+
] }),
|
|
35
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_10407_622", children: /* @__PURE__ */ jsx("rect", { width: "56", height: "56", fill: "white" }) }) })
|
|
36
|
+
]
|
|
37
|
+
}
|
|
38
|
+
)
|
|
15
39
|
}
|
|
16
40
|
);
|
|
17
41
|
const Facebook = () => /* @__PURE__ */ jsx(
|
|
@@ -20,10 +44,34 @@ const Facebook = () => /* @__PURE__ */ jsx(
|
|
|
20
44
|
href: "https://www.facebook.com/AxosBank/",
|
|
21
45
|
"aria-label": "visit us on facebook",
|
|
22
46
|
title: "Facebook",
|
|
23
|
-
children: /* @__PURE__ */ jsxs(
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
47
|
+
children: /* @__PURE__ */ jsxs(
|
|
48
|
+
"svg",
|
|
49
|
+
{
|
|
50
|
+
width: "56",
|
|
51
|
+
height: "56",
|
|
52
|
+
viewBox: "0 0 56 56",
|
|
53
|
+
fill: "none",
|
|
54
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
55
|
+
children: [
|
|
56
|
+
/* @__PURE__ */ jsx(
|
|
57
|
+
"path",
|
|
58
|
+
{
|
|
59
|
+
d: "M33.9082 29.6311L34.6796 24.6019H29.8544V21.3384C29.8544 19.9625 30.5284 18.6214 32.6896 18.6214H34.8835V14.3398C34.8835 14.3398 32.8925 14 30.989 14C27.0149 14 24.4175 16.4085 24.4175 20.7689V24.6019H20V29.6311H24.4175V41.7886C25.3033 41.9276 26.2111 42 27.136 42C28.0608 42 28.9686 41.9276 29.8544 41.7886V29.6311H33.9082Z",
|
|
60
|
+
fill: "#4A5560"
|
|
61
|
+
}
|
|
62
|
+
),
|
|
63
|
+
/* @__PURE__ */ jsx(
|
|
64
|
+
"path",
|
|
65
|
+
{
|
|
66
|
+
"fill-rule": "evenodd",
|
|
67
|
+
"clip-rule": "evenodd",
|
|
68
|
+
d: "M28 54C42.3594 54 54 42.3594 54 28C54 13.6406 42.3594 2 28 2C13.6406 2 2 13.6406 2 28C2 42.3594 13.6406 54 28 54ZM28 56C43.464 56 56 43.464 56 28C56 12.536 43.464 0 28 0C12.536 0 0 12.536 0 28C0 43.464 12.536 56 28 56Z",
|
|
69
|
+
fill: "#4A5560"
|
|
70
|
+
}
|
|
71
|
+
)
|
|
72
|
+
]
|
|
73
|
+
}
|
|
74
|
+
)
|
|
27
75
|
}
|
|
28
76
|
);
|
|
29
77
|
const Glassdoor = () => /* @__PURE__ */ jsx(
|
|
@@ -32,13 +80,37 @@ const Glassdoor = () => /* @__PURE__ */ jsx(
|
|
|
32
80
|
href: "https://www.glassdoor.com/Overview/Working-at-Axos-Bank-EI_IE2290835.11,20.htm",
|
|
33
81
|
"aria-label": "visit us on glassdoor",
|
|
34
82
|
title: "Glassdor",
|
|
35
|
-
children: /* @__PURE__ */ jsxs(
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
83
|
+
children: /* @__PURE__ */ jsxs(
|
|
84
|
+
"svg",
|
|
85
|
+
{
|
|
86
|
+
width: "56",
|
|
87
|
+
height: "56",
|
|
88
|
+
viewBox: "0 0 56 56",
|
|
89
|
+
fill: "none",
|
|
90
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
91
|
+
children: [
|
|
92
|
+
/* @__PURE__ */ jsxs("g", { "clip-path": "url(#clip0_10407_628)", children: [
|
|
93
|
+
/* @__PURE__ */ jsx(
|
|
94
|
+
"path",
|
|
95
|
+
{
|
|
96
|
+
"fill-rule": "evenodd",
|
|
97
|
+
"clip-rule": "evenodd",
|
|
98
|
+
d: "M28 54C42.3594 54 54 42.3594 54 28C54 13.6406 42.3594 2 28 2C13.6406 2 2 13.6406 2 28C2 42.3594 13.6406 54 28 54ZM28 56C43.464 56 56 43.464 56 28C56 12.536 43.464 0 28 0C12.536 0 0 12.536 0 28C0 43.464 12.536 56 28 56Z",
|
|
99
|
+
fill: "#4A5560"
|
|
100
|
+
}
|
|
101
|
+
),
|
|
102
|
+
/* @__PURE__ */ jsx(
|
|
103
|
+
"path",
|
|
104
|
+
{
|
|
105
|
+
d: "M35.2867 39.4293H17.0013C17.0013 41.9533 19.0453 44 21.5693 44H35.284C37.808 44 39.8547 41.9533 39.8547 39.4293V20.656C39.8547 20.5627 39.7827 20.4893 39.6893 20.4893H35.4493C35.36 20.4893 35.2853 20.564 35.2853 20.6573L35.2867 39.4293ZM35.2867 12C37.8093 12 39.856 14.0467 39.856 16.5733H21.572V35.344C21.572 35.4347 21.4973 35.5107 21.4053 35.5107H17.1667C17.0733 35.5107 17 35.4347 17 35.344V16.5707C17.0013 14.048 19.0453 12 21.5693 12H35.2867Z",
|
|
106
|
+
fill: "#4A5560"
|
|
107
|
+
}
|
|
108
|
+
)
|
|
109
|
+
] }),
|
|
110
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_10407_628", children: /* @__PURE__ */ jsx("rect", { width: "56", height: "56", fill: "white" }) }) })
|
|
111
|
+
]
|
|
112
|
+
}
|
|
113
|
+
)
|
|
42
114
|
}
|
|
43
115
|
);
|
|
44
116
|
const Indeed = () => /* @__PURE__ */ jsx(
|
|
@@ -47,13 +119,37 @@ const Indeed = () => /* @__PURE__ */ jsx(
|
|
|
47
119
|
href: "https://www.indeed.com/jobs?q=Axos+Bank&l=&from=searchOnDesktopSerp&vjk=ddeef73453ff72df",
|
|
48
120
|
"aria-label": "visit us on indeed",
|
|
49
121
|
title: "Indeed",
|
|
50
|
-
children: /* @__PURE__ */ jsxs(
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
122
|
+
children: /* @__PURE__ */ jsxs(
|
|
123
|
+
"svg",
|
|
124
|
+
{
|
|
125
|
+
width: "56",
|
|
126
|
+
height: "56",
|
|
127
|
+
viewBox: "0 0 56 56",
|
|
128
|
+
fill: "none",
|
|
129
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
130
|
+
children: [
|
|
131
|
+
/* @__PURE__ */ jsxs("g", { "clip-path": "url(#clip0_10407_631)", children: [
|
|
132
|
+
/* @__PURE__ */ jsx(
|
|
133
|
+
"path",
|
|
134
|
+
{
|
|
135
|
+
"fill-rule": "evenodd",
|
|
136
|
+
"clip-rule": "evenodd",
|
|
137
|
+
d: "M28 54C42.3594 54 54 42.3594 54 28C54 13.6406 42.3594 2 28 2C13.6406 2 2 13.6406 2 28C2 42.3594 13.6406 54 28 54ZM28 56C43.464 56 56 43.464 56 28C56 12.536 43.464 0 28 0C12.536 0 0 12.536 0 28C0 43.464 12.536 56 28 56Z",
|
|
138
|
+
fill: "#4A5560"
|
|
139
|
+
}
|
|
140
|
+
),
|
|
141
|
+
/* @__PURE__ */ jsx(
|
|
142
|
+
"path",
|
|
143
|
+
{
|
|
144
|
+
d: "M29.176 25.7431C28.4829 26.1072 27.6999 26.2522 26.9262 26.1598C26.1525 26.0674 25.423 25.7418 24.8305 25.2242C24.2379 24.7067 23.8089 24.0205 23.5979 23.2529C23.3869 22.4853 23.4035 21.6708 23.6455 20.9128C23.8876 20.1549 24.3441 19.4876 24.9573 18.9958C25.5704 18.504 26.3125 18.2097 27.0893 18.1504C27.866 18.0911 28.6425 18.2694 29.3201 18.6627C29.9978 19.056 30.5459 19.6466 30.8951 20.3594C31.1284 20.8289 31.269 21.3409 31.3089 21.8661C31.3487 22.3913 31.287 22.9193 31.1274 23.4201C30.9677 23.9209 30.7132 24.3845 30.3783 24.7845C30.0435 25.1845 29.6349 25.5129 29.176 25.7511V25.7431ZM24.9797 12.7624C28.1966 11.5611 31.8745 11.6264 34.6277 14.0716C35.2092 14.5617 35.6663 15.1883 35.9601 15.8982C36.2375 16.8182 34.9846 15.8049 34.814 15.6742C33.9457 15.0666 33.0046 14.5759 32.0139 14.2143C26.5908 12.5144 21.4594 15.6089 18.2894 20.4207C16.9976 22.5429 16.0115 24.8447 15.3617 27.2551C15.3019 27.5505 15.2088 27.8377 15.0843 28.111C14.9449 28.383 15.0204 27.3817 15.0204 27.3484C15.1367 26.3409 15.3239 25.3432 15.5805 24.3632C17.0495 19.1194 20.3042 14.7529 24.9797 12.753V12.7624ZM25.0279 40.7519V29.0683C25.3522 29.1017 25.6609 29.1177 25.9865 29.1177C27.4645 29.1224 28.9152 28.7095 30.1788 27.9244V40.7505C30.1788 41.8465 29.9835 42.6571 29.5016 43.1851C29.2629 43.453 28.9701 43.6645 28.6436 43.805C28.317 43.9454 27.9645 44.0114 27.6105 43.9984C27.2615 44.0111 26.914 43.945 26.5928 43.8047C26.2716 43.6643 25.9845 43.4532 25.752 43.1864C25.2728 42.6478 25.0227 41.8358 25.0227 40.7532L25.0279 40.7519Z",
|
|
145
|
+
fill: "#4A5560"
|
|
146
|
+
}
|
|
147
|
+
)
|
|
148
|
+
] }),
|
|
149
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_10407_631", children: /* @__PURE__ */ jsx("rect", { width: "56", height: "56", fill: "white" }) }) })
|
|
150
|
+
]
|
|
151
|
+
}
|
|
152
|
+
)
|
|
57
153
|
}
|
|
58
154
|
);
|
|
59
155
|
const Instagram = () => /* @__PURE__ */ jsx(
|
|
@@ -62,15 +158,51 @@ const Instagram = () => /* @__PURE__ */ jsx(
|
|
|
62
158
|
href: "https://www.instagram.com/axosbank/",
|
|
63
159
|
"aria-label": "visit us on instagram",
|
|
64
160
|
title: "Instagram",
|
|
65
|
-
children: /* @__PURE__ */ jsxs(
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
161
|
+
children: /* @__PURE__ */ jsxs(
|
|
162
|
+
"svg",
|
|
163
|
+
{
|
|
164
|
+
width: "56",
|
|
165
|
+
height: "56",
|
|
166
|
+
viewBox: "0 0 56 56",
|
|
167
|
+
fill: "none",
|
|
168
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
169
|
+
children: [
|
|
170
|
+
/* @__PURE__ */ jsxs("g", { "clip-path": "url(#clip0_10407_634)", children: [
|
|
171
|
+
/* @__PURE__ */ jsx(
|
|
172
|
+
"path",
|
|
173
|
+
{
|
|
174
|
+
d: "M28 14C24.1978 14 23.7211 14.0161 22.2278 14.0842C20.7377 14.1523 19.72 14.3889 18.8294 14.735C17.9088 15.0928 17.128 15.5715 16.3497 16.3498C15.5714 17.1281 15.0927 17.9088 14.735 18.8295C14.3888 19.72 14.1522 20.7377 14.0842 22.2278C14.0161 23.7211 14 24.1978 14 28C14 31.8022 14.0161 32.2789 14.0842 33.7722C14.1522 35.2623 14.3888 36.28 14.735 37.1705C15.0927 38.0912 15.5714 38.8719 16.3497 39.6503C17.128 40.4286 17.9088 40.9073 18.8294 41.265C19.72 41.6111 20.7377 41.8478 22.2278 41.9157C23.7211 41.9839 24.1978 42 28 42C31.8022 42 32.2789 41.9839 33.7722 41.9157C35.2623 41.8478 36.28 41.6111 37.1705 41.265C38.0912 40.9073 38.8719 40.4286 39.6503 39.6503C40.4286 38.8719 40.9073 38.0912 41.265 37.1705C41.6111 36.28 41.8478 35.2623 41.9157 33.7722C41.9839 32.2789 42 31.8022 42 28C42 24.1978 41.9839 23.7211 41.9157 22.2278C41.8478 20.7377 41.6111 19.72 41.265 18.8295C40.9073 17.9088 40.4286 17.1281 39.6503 16.3498C38.8719 15.5715 38.0912 15.0928 37.1705 14.735C36.28 14.3889 35.2623 14.1523 33.7722 14.0842C32.2789 14.0161 31.8022 14 28 14ZM28 16.5226C31.7382 16.5226 32.181 16.5368 33.6572 16.6042C35.0222 16.6665 35.7635 16.8945 36.2568 17.0862C36.9103 17.3402 37.3767 17.6436 37.8665 18.1335C38.3565 18.6233 38.6598 19.0898 38.9138 19.7432C39.1055 20.2365 39.3336 20.9778 39.3958 22.3428C39.4632 23.819 39.4775 24.2618 39.4775 28C39.4775 31.7382 39.4632 32.181 39.3958 33.6572C39.3336 35.0222 39.1055 35.7635 38.9138 36.2568C38.6598 36.9103 38.3565 37.3767 37.8665 37.8665C37.3767 38.3565 36.9103 38.6598 36.2568 38.9138C35.7635 39.1055 35.0222 39.3336 33.6572 39.3958C32.1812 39.4632 31.7384 39.4775 28 39.4775C24.2616 39.4775 23.8189 39.4632 22.3428 39.3958C20.9778 39.3336 20.2365 39.1055 19.7432 38.9138C19.0897 38.6598 18.6233 38.3565 18.1334 37.8665C17.6435 37.3767 17.3401 36.9103 17.0862 36.2568C16.8945 35.7635 16.6664 35.0222 16.6041 33.6572C16.5367 32.181 16.5225 31.7382 16.5225 28C16.5225 24.2618 16.5367 23.819 16.6041 22.3428C16.6664 20.9778 16.8945 20.2365 17.0862 19.7432C17.3401 19.0898 17.6435 18.6233 18.1334 18.1335C18.6233 17.6436 19.0897 17.3402 19.7432 17.0862C20.2365 16.8945 20.9778 16.6665 22.3428 16.6042C23.819 16.5368 24.2618 16.5226 28 16.5226Z",
|
|
175
|
+
fill: "#4A5560"
|
|
176
|
+
}
|
|
177
|
+
),
|
|
178
|
+
/* @__PURE__ */ jsx(
|
|
179
|
+
"path",
|
|
180
|
+
{
|
|
181
|
+
d: "M27.9985 32.6671C25.4211 32.6671 23.3318 30.5778 23.3318 28.0005C23.3318 25.4231 25.4211 23.3338 27.9985 23.3338C30.5758 23.3338 32.6651 25.4231 32.6651 28.0005C32.6651 30.5778 30.5758 32.6671 27.9985 32.6671ZM27.9985 20.8113C24.0279 20.8113 20.8093 24.0299 20.8093 28.0005C20.8093 31.9709 24.0279 35.1896 27.9985 35.1896C31.9689 35.1896 35.1876 31.9709 35.1876 28.0005C35.1876 24.0299 31.9689 20.8113 27.9985 20.8113Z",
|
|
182
|
+
fill: "#4A5560"
|
|
183
|
+
}
|
|
184
|
+
),
|
|
185
|
+
/* @__PURE__ */ jsx(
|
|
186
|
+
"path",
|
|
187
|
+
{
|
|
188
|
+
d: "M37.1549 20.5266C37.1549 21.4544 36.4027 22.2065 35.4749 22.2065C34.5471 22.2065 33.7949 21.4544 33.7949 20.5266C33.7949 19.5987 34.5471 18.8466 35.4749 18.8466C36.4027 18.8466 37.1549 19.5987 37.1549 20.5266Z",
|
|
189
|
+
fill: "#4A5560"
|
|
190
|
+
}
|
|
191
|
+
),
|
|
192
|
+
/* @__PURE__ */ jsx(
|
|
193
|
+
"path",
|
|
194
|
+
{
|
|
195
|
+
"fill-rule": "evenodd",
|
|
196
|
+
"clip-rule": "evenodd",
|
|
197
|
+
d: "M28 54C42.3594 54 54 42.3594 54 28C54 13.6406 42.3594 2 28 2C13.6406 2 2 13.6406 2 28C2 42.3594 13.6406 54 28 54ZM28 56C43.464 56 56 43.464 56 28C56 12.536 43.464 0 28 0C12.536 0 0 12.536 0 28C0 43.464 12.536 56 28 56Z",
|
|
198
|
+
fill: "#4A5560"
|
|
199
|
+
}
|
|
200
|
+
)
|
|
201
|
+
] }),
|
|
202
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_10407_634", children: /* @__PURE__ */ jsx("rect", { width: "56", height: "56", fill: "white" }) }) })
|
|
203
|
+
]
|
|
204
|
+
}
|
|
205
|
+
)
|
|
74
206
|
}
|
|
75
207
|
);
|
|
76
208
|
const LinkedIn = () => /* @__PURE__ */ jsx(
|
|
@@ -79,15 +211,45 @@ const LinkedIn = () => /* @__PURE__ */ jsx(
|
|
|
79
211
|
href: "https://www.linkedin.com/company/axosbank",
|
|
80
212
|
"aria-label": "visit us on linked In",
|
|
81
213
|
title: "LinkedIn",
|
|
82
|
-
children: /* @__PURE__ */ jsxs(
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
214
|
+
children: /* @__PURE__ */ jsxs(
|
|
215
|
+
"svg",
|
|
216
|
+
{
|
|
217
|
+
width: "56",
|
|
218
|
+
height: "56",
|
|
219
|
+
viewBox: "0 0 56 56",
|
|
220
|
+
fill: "none",
|
|
221
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
222
|
+
children: [
|
|
223
|
+
/* @__PURE__ */ jsxs("g", { "clip-path": "url(#clip0_10407_637)", children: [
|
|
224
|
+
/* @__PURE__ */ jsx(
|
|
225
|
+
"path",
|
|
226
|
+
{
|
|
227
|
+
"fill-rule": "evenodd",
|
|
228
|
+
"clip-rule": "evenodd",
|
|
229
|
+
d: "M28 54C42.3594 54 54 42.3594 54 28C54 13.6406 42.3594 2 28 2C13.6406 2 2 13.6406 2 28C2 42.3594 13.6406 54 28 54ZM28 56C43.464 56 56 43.464 56 28C56 12.536 43.464 0 28 0C12.536 0 0 12.536 0 28C0 43.464 12.536 56 28 56Z",
|
|
230
|
+
fill: "#4A5560"
|
|
231
|
+
}
|
|
232
|
+
),
|
|
233
|
+
/* @__PURE__ */ jsx(
|
|
234
|
+
"path",
|
|
235
|
+
{
|
|
236
|
+
d: "M41 30.2241V39H36.0272V31.2184C36.0272 29.3627 35.9953 26.9755 33.443 26.9755C30.8552 26.9755 30.4604 28.998 30.4604 31.0856V39H25.493V22.9982H30.2603V25.1858H30.3284C30.9916 23.9279 32.6143 22.6011 35.0339 22.6011C40.0695 22.6011 41 25.9145 41 30.2241Z",
|
|
237
|
+
fill: "#4A5560"
|
|
238
|
+
}
|
|
239
|
+
),
|
|
240
|
+
/* @__PURE__ */ jsx("path", { d: "M17.3948 22.9982H22.3731V39H17.3948V22.9982Z", fill: "#4A5560" }),
|
|
241
|
+
/* @__PURE__ */ jsx(
|
|
242
|
+
"path",
|
|
243
|
+
{
|
|
244
|
+
d: "M17 17.9277C17 16.3358 18.288 15.0437 19.8852 15.0437C21.4762 15.0437 22.7678 16.3358 22.7678 17.9277C22.7678 19.5199 21.4762 20.812 19.8852 20.812C18.288 20.812 17 19.5199 17 17.9277Z",
|
|
245
|
+
fill: "#4A5560"
|
|
246
|
+
}
|
|
247
|
+
)
|
|
248
|
+
] }),
|
|
249
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_10407_637", children: /* @__PURE__ */ jsx("rect", { width: "56", height: "56", fill: "white" }) }) })
|
|
250
|
+
]
|
|
251
|
+
}
|
|
252
|
+
)
|
|
91
253
|
}
|
|
92
254
|
);
|
|
93
255
|
const Libsyn = () => /* @__PURE__ */ jsx(
|
|
@@ -96,13 +258,39 @@ const Libsyn = () => /* @__PURE__ */ jsx(
|
|
|
96
258
|
href: "https://moneyevolved.libsyn.com/",
|
|
97
259
|
"aria-label": "visit us on lisyn",
|
|
98
260
|
title: "Libsyn",
|
|
99
|
-
children: /* @__PURE__ */ jsxs(
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
261
|
+
children: /* @__PURE__ */ jsxs(
|
|
262
|
+
"svg",
|
|
263
|
+
{
|
|
264
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
265
|
+
width: "56",
|
|
266
|
+
height: "56",
|
|
267
|
+
viewBox: "0 0 56 56",
|
|
268
|
+
fill: "none",
|
|
269
|
+
children: [
|
|
270
|
+
/* @__PURE__ */ jsxs("g", { "clip-path": "url(#clip0_10431_273)", children: [
|
|
271
|
+
/* @__PURE__ */ jsx(
|
|
272
|
+
"path",
|
|
273
|
+
{
|
|
274
|
+
"fill-rule": "evenodd",
|
|
275
|
+
"clip-rule": "evenodd",
|
|
276
|
+
d: "M28 54C42.3594 54 54 42.3594 54 28C54 13.6406 42.3594 2 28 2C13.6406 2 2 13.6406 2 28C2 42.3594 13.6406 54 28 54ZM28 56C43.464 56 56 43.464 56 28C56 12.536 43.464 0 28 0C12.536 0 0 12.536 0 28C0 43.464 12.536 56 28 56Z",
|
|
277
|
+
fill: "#4A5560"
|
|
278
|
+
}
|
|
279
|
+
),
|
|
280
|
+
/* @__PURE__ */ jsx(
|
|
281
|
+
"path",
|
|
282
|
+
{
|
|
283
|
+
"fill-rule": "evenodd",
|
|
284
|
+
"clip-rule": "evenodd",
|
|
285
|
+
d: "M25.2955 21.8964C24.1716 19.5028 23.5325 16.7987 23.483 14H28.6414C28.6414 16.2266 28.9501 18.1547 29.5383 19.7825C32.348 18.7105 35.4518 18.1111 38.7757 18.0555C39.8685 18.0378 40.9441 18.1288 42 18.2703V22.9777C41.0971 22.8463 40.1744 22.7755 39.237 22.7755C36.7518 22.7755 34.4355 23.1912 32.328 23.955C33.6617 25.1004 35.3299 25.8393 37.2871 26.1693C37.7004 26.1323 38.1202 26.1134 38.5462 26.1134C38.6727 26.1134 38.8373 26.1124 39.0264 26.1112C39.8956 26.1057 41.2808 26.0968 41.8421 26.1716V30.8284C41.2807 30.9032 39.8933 30.8943 39.0248 30.8888C38.8363 30.8876 38.6721 30.8866 38.5462 30.8866C38.1202 30.8866 37.7003 30.8677 37.287 30.8308C35.3298 31.1607 33.6617 31.8996 32.328 33.045C34.4355 33.8088 36.7518 34.2244 39.237 34.2244C40.1744 34.2244 41.0971 34.1562 42 34.0223V38.7272C40.9441 38.8687 39.8685 38.9597 38.7757 38.942C35.4521 38.8863 32.3486 38.2871 29.5391 37.2153C28.9503 38.8436 28.6414 40.7724 28.6414 43H23.483C23.5333 40.2008 24.1731 37.4963 25.2976 35.1025C24.1883 34.4044 23.1461 33.619 22.1776 32.7525C20.5409 35.7449 19.6083 39.2339 19.5285 42.9671H14C14.157 37.3955 15.7502 32.469 18.4548 28.4987C15.7502 24.5284 14.157 19.602 14 14.0303H19.5285C19.6083 17.7639 20.5407 21.253 22.1769 24.2456C23.145 23.3794 24.1867 22.5942 25.2955 21.8964ZM28.0947 26.135C27.0858 26.8317 26.1529 27.6241 25.3031 28.4998C26.1532 29.376 27.0866 30.1687 28.0959 30.8657C28.9073 29.9684 29.8119 29.1724 30.7988 28.5006C29.8114 27.8287 28.9064 27.0326 28.0947 26.135Z",
|
|
286
|
+
fill: "#4A5560"
|
|
287
|
+
}
|
|
288
|
+
)
|
|
289
|
+
] }),
|
|
290
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_10431_273", children: /* @__PURE__ */ jsx("rect", { width: "56", height: "56", fill: "white" }) }) })
|
|
291
|
+
]
|
|
292
|
+
}
|
|
293
|
+
)
|
|
106
294
|
}
|
|
107
295
|
);
|
|
108
296
|
const Pinterest = () => /* @__PURE__ */ jsx(
|
|
@@ -111,13 +299,37 @@ const Pinterest = () => /* @__PURE__ */ jsx(
|
|
|
111
299
|
href: "https://www.pinterest.com/axosbank/",
|
|
112
300
|
"aria-label": "visit us on Pinterest",
|
|
113
301
|
title: "Pinterest",
|
|
114
|
-
children: /* @__PURE__ */ jsxs(
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
302
|
+
children: /* @__PURE__ */ jsxs(
|
|
303
|
+
"svg",
|
|
304
|
+
{
|
|
305
|
+
width: "56",
|
|
306
|
+
height: "56",
|
|
307
|
+
viewBox: "0 0 56 56",
|
|
308
|
+
fill: "none",
|
|
309
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
310
|
+
children: [
|
|
311
|
+
/* @__PURE__ */ jsxs("g", { "clip-path": "url(#clip0_10431_276)", children: [
|
|
312
|
+
/* @__PURE__ */ jsx(
|
|
313
|
+
"path",
|
|
314
|
+
{
|
|
315
|
+
"fill-rule": "evenodd",
|
|
316
|
+
"clip-rule": "evenodd",
|
|
317
|
+
d: "M28 54C42.3594 54 54 42.3594 54 28C54 13.6406 42.3594 2 28 2C13.6406 2 2 13.6406 2 28C2 42.3594 13.6406 54 28 54ZM28 56C43.464 56 56 43.464 56 28C56 12.536 43.464 0 28 0C12.536 0 0 12.536 0 28C0 43.464 12.536 56 28 56Z",
|
|
318
|
+
fill: "#4A5560"
|
|
319
|
+
}
|
|
320
|
+
),
|
|
321
|
+
/* @__PURE__ */ jsx(
|
|
322
|
+
"path",
|
|
323
|
+
{
|
|
324
|
+
d: "M28.9348 13C22.4293 13 16 17.3854 16 24.4829C16 28.9965 18.5109 31.5611 20.0326 31.5611C20.6603 31.5611 21.0217 29.7916 21.0217 29.2915C21.0217 28.6952 19.519 27.4257 19.519 24.9445C19.519 19.7897 23.3995 16.1352 28.4212 16.1352C32.7391 16.1352 35.9348 18.6164 35.9348 23.175C35.9348 26.5794 34.5842 32.9652 30.2092 32.9652C28.6304 32.9652 27.2799 31.8112 27.2799 30.157C27.2799 27.7335 28.9538 25.3869 28.9538 22.8864C28.9538 18.6421 23 19.4114 23 24.5406C23 25.6177 23.1332 26.8102 23.6087 27.7912C22.7337 31.5996 20.9457 37.2737 20.9457 41.1975C20.9457 42.4093 21.1168 43.6018 21.231 44.8136C21.4466 45.0572 21.3388 45.0316 21.6685 44.9097C24.8641 40.4859 24.75 39.6203 26.1957 33.8308C26.9755 35.3311 28.9918 36.1389 30.5897 36.1389C37.3234 36.1389 40.3478 29.503 40.3478 23.5212C40.3478 17.1546 34.9076 13 28.9348 13Z",
|
|
325
|
+
fill: "#4A5560"
|
|
326
|
+
}
|
|
327
|
+
)
|
|
328
|
+
] }),
|
|
329
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_10431_276", children: /* @__PURE__ */ jsx("rect", { width: "56", height: "56", fill: "white" }) }) })
|
|
330
|
+
]
|
|
331
|
+
}
|
|
332
|
+
)
|
|
121
333
|
}
|
|
122
334
|
);
|
|
123
335
|
const Spotify = () => /* @__PURE__ */ jsx(
|
|
@@ -126,13 +338,37 @@ const Spotify = () => /* @__PURE__ */ jsx(
|
|
|
126
338
|
href: "https://open.spotify.com/show/31X53ul9KNOhep5KaLEQQs",
|
|
127
339
|
"aria-label": "visit us on spotify",
|
|
128
340
|
title: "Spotify",
|
|
129
|
-
children: /* @__PURE__ */ jsxs(
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
341
|
+
children: /* @__PURE__ */ jsxs(
|
|
342
|
+
"svg",
|
|
343
|
+
{
|
|
344
|
+
width: "56",
|
|
345
|
+
height: "56",
|
|
346
|
+
viewBox: "0 0 56 56",
|
|
347
|
+
fill: "none",
|
|
348
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
349
|
+
children: [
|
|
350
|
+
/* @__PURE__ */ jsxs("g", { "clip-path": "url(#clip0_10431_279)", children: [
|
|
351
|
+
/* @__PURE__ */ jsx(
|
|
352
|
+
"path",
|
|
353
|
+
{
|
|
354
|
+
"fill-rule": "evenodd",
|
|
355
|
+
"clip-rule": "evenodd",
|
|
356
|
+
d: "M28 54C42.3594 54 54 42.3594 54 28C54 13.6406 42.3594 2 28 2C13.6406 2 2 13.6406 2 28C2 42.3594 13.6406 54 28 54ZM28 56C43.464 56 56 43.464 56 28C56 12.536 43.464 0 28 0C12.536 0 0 12.536 0 28C0 43.464 12.536 56 28 56Z",
|
|
357
|
+
fill: "#4A5560"
|
|
358
|
+
}
|
|
359
|
+
),
|
|
360
|
+
/* @__PURE__ */ jsx(
|
|
361
|
+
"path",
|
|
362
|
+
{
|
|
363
|
+
d: "M27.9938 12C19.1748 12 12 19.1753 12 27.9951C12 36.8203 19.1748 44 27.9938 44C36.8196 44 44 36.8203 44 27.9951C44 19.1753 36.8196 12 27.9938 12ZM19.8772 33.8723C21.7316 33.3078 23.6328 33.0216 25.5278 33.0216C28.7463 33.0216 31.9236 33.8372 34.7178 35.3812C34.884 35.4717 35.0351 35.7712 35.1028 36.1439C35.1706 36.5166 35.1437 36.8999 35.0349 37.0992C34.8975 37.355 34.6189 37.5204 34.3248 37.5204C34.179 37.5204 34.0509 37.4876 33.9228 37.4184C31.3578 36.0085 28.4549 35.2632 25.5278 35.2632C23.7594 35.2632 22.0233 35.5249 20.3693 36.0405C20.2887 36.0649 20.2058 36.0774 20.123 36.0774C19.7608 36.0775 19.4465 35.8468 19.341 35.5045C19.1986 35.0364 19.4931 33.9978 19.8772 33.8723ZM19.1795 27.9793C21.2463 27.4175 23.3822 27.1325 25.5279 27.1325C29.3852 27.1325 33.2156 28.0659 36.6074 29.833C36.8451 29.9537 37.0203 30.1583 37.1006 30.409C37.182 30.663 37.1575 30.9361 37.0304 31.1799C36.7277 31.7722 36.3739 32.1703 36.1498 32.1703C35.991 32.1703 35.8377 32.1322 35.685 32.0559C32.5355 30.4158 29.1182 29.5843 25.5278 29.5843C23.5307 29.5843 21.5714 29.8469 19.706 30.3643C19.6193 30.3878 19.5302 30.3997 19.4415 30.3997C18.9928 30.3998 18.5974 30.0967 18.4803 29.6639C18.3303 29.101 18.6729 28.1171 19.1795 27.9793ZM19.0009 24.1292C18.9061 24.1526 18.8093 24.1643 18.713 24.1643C18.1706 24.1644 17.7007 23.7979 17.5702 23.2739C17.4066 22.6105 17.8217 21.8398 18.4228 21.6884C20.7604 21.1142 23.1509 20.8231 25.5278 20.8231C30.1291 20.8231 34.5358 21.8576 38.6269 23.8984C38.9111 24.0386 39.1229 24.2806 39.2236 24.5797C39.3243 24.8791 39.3021 25.2014 39.1615 25.4862C38.9699 25.8696 38.5559 26.2825 38.0996 26.2825C37.9237 26.2825 37.743 26.2413 37.583 26.1661C33.8249 24.2859 29.769 23.3325 25.5279 23.3325C23.3484 23.3326 21.1524 23.6006 19.0009 24.1292Z",
|
|
364
|
+
fill: "#4A5560"
|
|
365
|
+
}
|
|
366
|
+
)
|
|
367
|
+
] }),
|
|
368
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_10431_279", children: /* @__PURE__ */ jsx("rect", { width: "56", height: "56", fill: "white" }) }) })
|
|
369
|
+
]
|
|
370
|
+
}
|
|
371
|
+
)
|
|
136
372
|
}
|
|
137
373
|
);
|
|
138
374
|
const Youtube = () => /* @__PURE__ */ jsx(
|
|
@@ -141,13 +377,37 @@ const Youtube = () => /* @__PURE__ */ jsx(
|
|
|
141
377
|
href: "https://www.youtube.com/axosbank",
|
|
142
378
|
"aria-label": "visit us on youtube",
|
|
143
379
|
title: "Youtube",
|
|
144
|
-
children: /* @__PURE__ */ jsxs(
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
380
|
+
children: /* @__PURE__ */ jsxs(
|
|
381
|
+
"svg",
|
|
382
|
+
{
|
|
383
|
+
width: "56",
|
|
384
|
+
height: "56",
|
|
385
|
+
viewBox: "0 0 56 56",
|
|
386
|
+
fill: "none",
|
|
387
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
388
|
+
children: [
|
|
389
|
+
/* @__PURE__ */ jsxs("g", { "clip-path": "url(#clip0_10431_285)", children: [
|
|
390
|
+
/* @__PURE__ */ jsx(
|
|
391
|
+
"path",
|
|
392
|
+
{
|
|
393
|
+
d: "M41.4151 21.0606C41.0931 19.8558 40.1444 18.9072 38.9396 18.5852C36.7558 18 28 18 28 18C28 18 19.2442 18 17.0604 18.5852C15.8558 18.9072 14.9069 19.8558 14.585 21.0606C14 23.2442 14 27.8002 14 27.8002C14 27.8002 14 32.3561 14.585 34.5394C14.9069 35.7442 15.8558 36.6932 17.0604 37.0151C19.2442 37.6 28 37.6 28 37.6C28 37.6 36.7558 37.6 38.9396 37.0151C40.1444 36.6932 41.0931 35.7442 41.4151 34.5394C42 32.3561 42 27.8002 42 27.8002C42 27.8002 42 23.2442 41.4151 21.0606ZM25.1999 32.0002V23.6001L32.4743 27.8002L25.1999 32.0002Z",
|
|
394
|
+
fill: "#4A5560"
|
|
395
|
+
}
|
|
396
|
+
),
|
|
397
|
+
/* @__PURE__ */ jsx(
|
|
398
|
+
"path",
|
|
399
|
+
{
|
|
400
|
+
"fill-rule": "evenodd",
|
|
401
|
+
"clip-rule": "evenodd",
|
|
402
|
+
d: "M28 54C42.3594 54 54 42.3594 54 28C54 13.6406 42.3594 2 28 2C13.6406 2 2 13.6406 2 28C2 42.3594 13.6406 54 28 54ZM28 56C43.464 56 56 43.464 56 28C56 12.536 43.464 0 28 0C12.536 0 0 12.536 0 28C0 43.464 12.536 56 28 56Z",
|
|
403
|
+
fill: "#4A5560"
|
|
404
|
+
}
|
|
405
|
+
)
|
|
406
|
+
] }),
|
|
407
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_10431_285", children: /* @__PURE__ */ jsx("rect", { width: "56", height: "56", fill: "white" }) }) })
|
|
408
|
+
]
|
|
409
|
+
}
|
|
410
|
+
)
|
|
151
411
|
}
|
|
152
412
|
);
|
|
153
413
|
const Xtwitter = () => /* @__PURE__ */ jsx(
|
|
@@ -156,13 +416,37 @@ const Xtwitter = () => /* @__PURE__ */ jsx(
|
|
|
156
416
|
href: "https://twitter.com/axosbank",
|
|
157
417
|
"aria-label": "visit us on X, formely twitter",
|
|
158
418
|
title: "X (formely Twitter)",
|
|
159
|
-
children: /* @__PURE__ */ jsxs(
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
419
|
+
children: /* @__PURE__ */ jsxs(
|
|
420
|
+
"svg",
|
|
421
|
+
{
|
|
422
|
+
width: "56",
|
|
423
|
+
height: "56",
|
|
424
|
+
viewBox: "0 0 56 56",
|
|
425
|
+
fill: "none",
|
|
426
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
427
|
+
children: [
|
|
428
|
+
/* @__PURE__ */ jsxs("g", { "clip-path": "url(#clip0_10431_282)", children: [
|
|
429
|
+
/* @__PURE__ */ jsx(
|
|
430
|
+
"path",
|
|
431
|
+
{
|
|
432
|
+
"fill-rule": "evenodd",
|
|
433
|
+
"clip-rule": "evenodd",
|
|
434
|
+
d: "M28 54C42.3594 54 54 42.3594 54 28C54 13.6406 42.3594 2 28 2C13.6406 2 2 13.6406 2 28C2 42.3594 13.6406 54 28 54ZM28 56C43.464 56 56 43.464 56 28C56 12.536 43.464 0 28 0C12.536 0 0 12.536 0 28C0 43.464 12.536 56 28 56Z",
|
|
435
|
+
fill: "#4A5560"
|
|
436
|
+
}
|
|
437
|
+
),
|
|
438
|
+
/* @__PURE__ */ jsx(
|
|
439
|
+
"path",
|
|
440
|
+
{
|
|
441
|
+
d: "M30.6638 25.8561L41.0874 14H38.6174L29.5665 24.2945L22.3377 14H14L24.9315 29.5671L14 42H16.4702L26.0281 31.1287L33.6623 42H42L30.6638 25.8561ZM17.3603 15.8196H21.1544L38.6185 40.2632H34.8244L17.3603 15.8196Z",
|
|
442
|
+
fill: "#4A5560"
|
|
443
|
+
}
|
|
444
|
+
)
|
|
445
|
+
] }),
|
|
446
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_10431_282", children: /* @__PURE__ */ jsx("rect", { width: "56", height: "56", fill: "white" }) }) })
|
|
447
|
+
]
|
|
448
|
+
}
|
|
449
|
+
)
|
|
166
450
|
}
|
|
167
451
|
);
|
|
168
452
|
export {
|
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
2
|
import { getVariant } from "../utils/getVariant.js";
|
|
3
3
|
import { li, line_points, point, step_num, bullet_details, bs_topic, bs_copy } from "./StepItems.css.js";
|
|
4
|
-
const StepItems = ({
|
|
4
|
+
const StepItems = ({
|
|
5
|
+
id,
|
|
6
|
+
variant: fullVariant = "primary",
|
|
7
|
+
title,
|
|
8
|
+
description
|
|
9
|
+
}) => {
|
|
5
10
|
const variant = getVariant(fullVariant);
|
|
6
11
|
let counter = 0;
|
|
7
12
|
return /* @__PURE__ */ jsxs("li", { className: `flex ${li}`, children: [
|
|
@@ -20,10 +20,35 @@ const StepItemsSet = ({
|
|
|
20
20
|
let counter = 0;
|
|
21
21
|
return /* @__PURE__ */ jsx("section", { className: `${bs_section({ variant })}`, id: `id_${id}`, children: /* @__PURE__ */ jsxs("div", { className: `${bs_wrapper} containment`, children: [
|
|
22
22
|
/* @__PURE__ */ jsxs("div", { className: "text_center", children: [
|
|
23
|
-
/* @__PURE__ */ jsxs(
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
23
|
+
/* @__PURE__ */ jsxs(
|
|
24
|
+
"svg",
|
|
25
|
+
{
|
|
26
|
+
className: svg_logo,
|
|
27
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
28
|
+
width: "40",
|
|
29
|
+
height: "40",
|
|
30
|
+
fill: "none",
|
|
31
|
+
children: [
|
|
32
|
+
/* @__PURE__ */ jsx(
|
|
33
|
+
"path",
|
|
34
|
+
{
|
|
35
|
+
fill: "#FAA74A",
|
|
36
|
+
d: "M4.012.513a1.726 1.726 0 0 0-2.455 0L.539 1.53a1.726 1.726 0 0 0 0 2.456L16.536 20 .539 36.014a1.726 1.726 0 0 0 0 2.456l1.018 1.017a1.726 1.726 0 0 0 2.455 0L23.464 20 4.012.513Z"
|
|
37
|
+
}
|
|
38
|
+
),
|
|
39
|
+
/* @__PURE__ */ jsx(
|
|
40
|
+
"path",
|
|
41
|
+
{
|
|
42
|
+
fill: "#1E3860",
|
|
43
|
+
"fill-rule": "evenodd",
|
|
44
|
+
d: "m38.443.513 1.018 1.017c.684.684.684 1.79 0 2.456L25.902 17.562l-3.473-3.473L35.988.513a1.726 1.726 0 0 1 2.455 0Zm0 38.974 1.018-1.017a1.726 1.726 0 0 0 0-2.456L25.902 22.438l-3.473 3.473 13.559 13.576a1.726 1.726 0 0 0 2.455 0Z",
|
|
45
|
+
"clip-rule": "evenodd",
|
|
46
|
+
className: `${modifier({ variant })}`
|
|
47
|
+
}
|
|
48
|
+
)
|
|
49
|
+
]
|
|
50
|
+
}
|
|
51
|
+
),
|
|
27
52
|
/* @__PURE__ */ jsx("h2", { className: `header_1 ${sec_title({ variant })}`, children: title }),
|
|
28
53
|
/* @__PURE__ */ jsx("div", { className: sec_subtitle, children: description })
|
|
29
54
|
] }),
|
|
@@ -39,7 +64,13 @@ const StepItemsSet = ({
|
|
|
39
64
|
/* @__PURE__ */ jsx("div", { className: steps_wrapper, children: /* @__PURE__ */ jsx("ol", { className: ol, children: stepItems.map(({ id: id2, title: title2, description: description2 }) => /* @__PURE__ */ jsxs("li", { className: `flex ${li}`, children: [
|
|
40
65
|
/* @__PURE__ */ jsx("div", { className: `${line_points({ variant })}`, children: /* @__PURE__ */ jsxs("div", { className: "flex middle", children: [
|
|
41
66
|
/* @__PURE__ */ jsx("div", { className: `${point({ variant })}`, children: " " }),
|
|
42
|
-
/* @__PURE__ */ jsx(
|
|
67
|
+
/* @__PURE__ */ jsx(
|
|
68
|
+
"div",
|
|
69
|
+
{
|
|
70
|
+
className: `flex center middle ${step_num({ variant })}`,
|
|
71
|
+
children: ++counter
|
|
72
|
+
}
|
|
73
|
+
)
|
|
43
74
|
] }) }),
|
|
44
75
|
/* @__PURE__ */ jsxs("div", { className: bullet_details, children: [
|
|
45
76
|
/* @__PURE__ */ jsx("span", { className: `${bs_topic({ variant })}`, role: "heading", children: title2 }),
|
|
@@ -47,9 +78,33 @@ const StepItemsSet = ({
|
|
|
47
78
|
] })
|
|
48
79
|
] }, id2)) }) })
|
|
49
80
|
] }),
|
|
50
|
-
callToActionRow && callToActionRow.length > 0 && /* @__PURE__ */ jsx(
|
|
51
|
-
|
|
52
|
-
|
|
81
|
+
callToActionRow && callToActionRow.length > 0 && /* @__PURE__ */ jsx(
|
|
82
|
+
"div",
|
|
83
|
+
{
|
|
84
|
+
className: `flex middle center push_up_32 text_center ${bs_btns}`,
|
|
85
|
+
children: callToActionRow.map(
|
|
86
|
+
({ id: id2, variant: variant2, displayText, targetUrl, type }) => type === "Button" ? /* @__PURE__ */ jsx(
|
|
87
|
+
Button,
|
|
88
|
+
{
|
|
89
|
+
targetUrl,
|
|
90
|
+
color: getVariant(variant2),
|
|
91
|
+
size: "large",
|
|
92
|
+
rounded: "medium",
|
|
93
|
+
children: displayText
|
|
94
|
+
},
|
|
95
|
+
id2
|
|
96
|
+
) : /* @__PURE__ */ jsx(
|
|
97
|
+
Chevron,
|
|
98
|
+
{
|
|
99
|
+
targetUrl,
|
|
100
|
+
variant: getVariant(variant2),
|
|
101
|
+
children: displayText
|
|
102
|
+
},
|
|
103
|
+
id2
|
|
104
|
+
)
|
|
105
|
+
)
|
|
106
|
+
}
|
|
107
|
+
),
|
|
53
108
|
additionalDetails && /* @__PURE__ */ jsx("div", { className: "containment push_up_24", children: /* @__PURE__ */ jsx("div", { className: bs_add_details, children: /* @__PURE__ */ jsx(Fragment, { children: additionalDetails }) }) })
|
|
54
109
|
] }) });
|
|
55
110
|
};
|