@axos-web-dev/shared-components 1.0.77-patch.64 → 1.0.77-patch.66
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/ExecutiveBio/ExecutiveBio.css.d.ts +51 -1
- package/dist/ExecutiveBio/ExecutiveBio.css.js +48 -46
- package/dist/ExecutiveBio/ExecutiveBio.d.ts +1 -1
- package/dist/ExecutiveBio/ExecutiveBio.interface.d.ts +3 -1
- package/dist/ExecutiveBio/ExecutiveBio.js +142 -146
- package/dist/ExecutiveBio/ExecutiveBioSet.d.ts +1 -2
- package/dist/ExecutiveBio/ExecutiveBioSet.js +30 -16
- package/dist/ExecutiveBio/index.js +2 -1
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +2 -2
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +1 -1
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +2 -2
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +2 -2
- package/dist/SetContainer/SetContainer.js +1 -1
- package/dist/assets/ExecutiveBio/ExecutiveBio.css +279 -171
- package/dist/main.js +2 -1
- package/package.json +1 -1
|
@@ -2,36 +2,50 @@ import { jsxs, jsx, Fragment } from "react/jsx-runtime";
|
|
|
2
2
|
import { getVariant } from "../utils/getVariant.js";
|
|
3
3
|
import { ExecutiveBio } from "./ExecutiveBio.js";
|
|
4
4
|
import { bio_section_text, header_theme, components, details, section_theme } from "./ExecutiveBio.css.js";
|
|
5
|
+
import "../utils/allowedAxosDomains.js";
|
|
6
|
+
import "react";
|
|
7
|
+
import { columnValues } from "../utils/variant.types.js";
|
|
8
|
+
import { getNumOfColumns } from "../utils/getNumber.js";
|
|
5
9
|
const ExecutiveBioSet = ({
|
|
6
10
|
id,
|
|
7
11
|
title,
|
|
8
12
|
description,
|
|
9
13
|
executiveBios,
|
|
10
14
|
additionalDetails,
|
|
11
|
-
variant: fullVariant = "primary"
|
|
15
|
+
variant: fullVariant = "primary",
|
|
16
|
+
numberOfColumns = "1 Column"
|
|
12
17
|
}) => {
|
|
13
18
|
const variant = getVariant(fullVariant);
|
|
19
|
+
const numOfCols = getNumOfColumns(numberOfColumns);
|
|
14
20
|
return /* @__PURE__ */ jsxs("section", { id, className: section_theme({ variant }), children: [
|
|
15
21
|
/* @__PURE__ */ jsx("div", { className: "containment", children: (title || description) && /* @__PURE__ */ jsxs("div", { className: bio_section_text, children: [
|
|
16
22
|
title && /* @__PURE__ */ jsx("h2", { className: `header_1 ${header_theme({ variant })}`, children: title }),
|
|
17
23
|
description && /* @__PURE__ */ jsx(Fragment, { children: description })
|
|
18
24
|
] }) }),
|
|
19
|
-
/* @__PURE__ */ jsx(
|
|
20
|
-
|
|
25
|
+
/* @__PURE__ */ jsx(
|
|
26
|
+
"div",
|
|
21
27
|
{
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
28
|
+
className: numOfCols && columnValues.includes(numOfCols) ? `${components({ columns: numOfCols })} cols_${numOfCols} containment` : "",
|
|
29
|
+
children: executiveBios.map((bio) => /* @__PURE__ */ jsx(
|
|
30
|
+
ExecutiveBio,
|
|
31
|
+
{
|
|
32
|
+
id: `id_${bio.id}`,
|
|
33
|
+
hasParentH2: Boolean(title),
|
|
34
|
+
executiveName: bio?.executiveName,
|
|
35
|
+
executiveTitle: bio?.executiveTitle,
|
|
36
|
+
executiveBodyCopy: bio?.executiveBodyCopy,
|
|
37
|
+
executiveEmailAddress: bio?.executiveEmailAddress,
|
|
38
|
+
executivePhoneNumber: bio?.executivePhoneNumber,
|
|
39
|
+
executiveLinkedIn: bio?.executiveLinkedIn,
|
|
40
|
+
executiveWebsite: bio?.executiveWebsite,
|
|
41
|
+
executiveHeadshot: { src: bio?.executiveHeadshot?.src || "" },
|
|
42
|
+
variant: bio?.variant,
|
|
43
|
+
bannerType: bio?.bannerType
|
|
44
|
+
},
|
|
45
|
+
bio.id
|
|
46
|
+
))
|
|
47
|
+
}
|
|
48
|
+
),
|
|
35
49
|
additionalDetails && /* @__PURE__ */ jsx("div", { className: "containment", children: /* @__PURE__ */ jsx("div", { className: details, children: /* @__PURE__ */ jsx(Fragment, { children: additionalDetails }) }) })
|
|
36
50
|
] });
|
|
37
51
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ExecutiveBio } from "./ExecutiveBio.js";
|
|
2
|
-
import { bio_section_text, bulletsHeadline, bulletsWrapper, ceoContainer, ceoContent, ceoHeader, ceoImgWrapper, ceoMedia, ceoPersonalInfo, ceoSection, ceoWrapper, ceo_body, ceo_contacts, ceo_name, ceo_quote, ceo_title, components, contact_col, contact_entry, contacts, copy, description, details, executive_bio, flexColumn, header_theme, headline_setting, headshot, highlights, hover, imgAlignment, img_area, item_bio, job_title, media, order_3, overlay, padding, person, section_theme, shift, social, stroke_color, svg_color, svg_icon, tooltip, url_row } from "./ExecutiveBio.css.js";
|
|
2
|
+
import { bio_section_text, bulletsHeadline, bulletsWrapper, ceoContainer, ceoContent, ceoHeader, ceoImgWrapper, ceoMedia, ceoPersonalInfo, ceoSection, ceoWrapper, ceo_body, ceo_contacts, ceo_name, ceo_quote, ceo_title, compact, components, contact_col, contact_entry, contacts, copy, description, details, executive_bio, flexColumn, header_theme, headline_setting, headshot, highlights, hover, imgAlignment, img_area, item_bio, job_title, media, order_3, overlay, padding, person, section_theme, shift, social, stroke_color, svg_color, svg_icon, tooltip, url_row } from "./ExecutiveBio.css.js";
|
|
3
3
|
import { ExecutiveBioSet } from "./ExecutiveBioSet.js";
|
|
4
4
|
export {
|
|
5
5
|
ExecutiveBio,
|
|
@@ -20,6 +20,7 @@ export {
|
|
|
20
20
|
ceo_name,
|
|
21
21
|
ceo_quote,
|
|
22
22
|
ceo_title,
|
|
23
|
+
compact,
|
|
23
24
|
components,
|
|
24
25
|
contact_col,
|
|
25
26
|
contact_entry,
|
|
@@ -338,9 +338,9 @@ const AxosFooterSiteMap = ({
|
|
|
338
338
|
"a",
|
|
339
339
|
{
|
|
340
340
|
href: findMoreAxosDomains(
|
|
341
|
-
"{AXOSBANK}/commercial/lending/
|
|
341
|
+
"{AXOSBANK}/commercial/lending/mortgage-warehouse-lending"
|
|
342
342
|
),
|
|
343
|
-
children: "
|
|
343
|
+
children: "Mortgage Warehouse Lending"
|
|
344
344
|
}
|
|
345
345
|
) }),
|
|
346
346
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
@@ -186,7 +186,7 @@ export declare const menuData: {
|
|
|
186
186
|
"Commercial Real Estate Bridge & Construction Lending": string;
|
|
187
187
|
"HOA Lending": string;
|
|
188
188
|
"Lender Finance": string;
|
|
189
|
-
"
|
|
189
|
+
"Mortgage Warehouse Lending": string;
|
|
190
190
|
"Small Balance Commercial Real Estate": string;
|
|
191
191
|
"Leveraged Finance": string;
|
|
192
192
|
"Dealer Floorplan Finance": string;
|
|
@@ -512,8 +512,8 @@ const menuData = {
|
|
|
512
512
|
"Lender Finance": findMoreAxosDomains(
|
|
513
513
|
"{AXOSBANK}/commercial/lending/lender-financing"
|
|
514
514
|
),
|
|
515
|
-
"
|
|
516
|
-
"{AXOSBANK}/commercial/lending/
|
|
515
|
+
"Mortgage Warehouse Lending": findMoreAxosDomains(
|
|
516
|
+
"{AXOSBANK}/commercial/lending/mortgage-warehouse-lending"
|
|
517
517
|
),
|
|
518
518
|
"Small Balance Commercial Real Estate": findMoreAxosDomains(
|
|
519
519
|
"{AXOSBANK}/commercial/lending/small-balance-commercial-real-estate"
|
|
@@ -2913,9 +2913,9 @@ function SubNavBar() {
|
|
|
2913
2913
|
Link,
|
|
2914
2914
|
{
|
|
2915
2915
|
href: findMoreAxosDomains(
|
|
2916
|
-
"{AXOSBANK}/commercial/lending/
|
|
2916
|
+
"{AXOSBANK}/commercial/lending/mortgage-warehouse-lending"
|
|
2917
2917
|
),
|
|
2918
|
-
children: "
|
|
2918
|
+
children: "Mortgage Warehouse Lending"
|
|
2919
2919
|
}
|
|
2920
2920
|
) }),
|
|
2921
2921
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
@@ -89,6 +89,7 @@ import { heroSupertag } from "../HeroBanner/HeroBanner.css.js";
|
|
|
89
89
|
import "../ContentBanner/ContentBanner.css.js";
|
|
90
90
|
/* empty css */
|
|
91
91
|
import "../ExecutiveBio/ExecutiveBio.css.js";
|
|
92
|
+
import { getNumOfColumns } from "../utils/getNumber.js";
|
|
92
93
|
import "../FaqAccordion/index.js";
|
|
93
94
|
import "../FooterDisclosure/FooterDisclosure.css.js";
|
|
94
95
|
/* empty css */
|
|
@@ -133,7 +134,6 @@ import "../StepItemSet/StepItemSet.css.js";
|
|
|
133
134
|
/* empty css */
|
|
134
135
|
import "../HeroBanner/LargeBanner.css.js";
|
|
135
136
|
import "../HeroBanner/SelectionBanner.css.js";
|
|
136
|
-
import { getNumOfColumns } from "../utils/getNumber.js";
|
|
137
137
|
const SetContainer = ({
|
|
138
138
|
id,
|
|
139
139
|
variant,
|