@axos-web-dev/shared-components 0.0.56 → 0.0.58
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/AlertBanner/index.d.ts +1 -1
- package/dist/Article/Article.css.d.ts +230 -0
- package/dist/Article/Article.css.js +21 -0
- package/dist/Article/Article.d.ts +14 -0
- package/dist/Article/Article.js +51 -0
- package/dist/Article/index.d.ts +2 -0
- package/dist/Article/index.js +12 -0
- package/dist/ArticlesSet/ArticlesSet.css.d.ts +155 -0
- package/dist/ArticlesSet/ArticlesSet.css.js +21 -0
- package/dist/ArticlesSet/ArticlesSet.d.ts +12 -0
- package/dist/ArticlesSet/ArticlesSet.js +115 -0
- package/dist/ArticlesSet/index.d.ts +2 -0
- package/dist/ArticlesSet/index.js +12 -0
- package/dist/AwardsBanner/AwardsBanner.css.d.ts +2 -0
- package/dist/AwardsBanner/AwardsBanner.css.js +7 -0
- package/dist/AwardsBanner/AwardsBanner.d.ts +8 -0
- package/dist/AwardsBanner/AwardsBanner.js +18 -0
- package/dist/AwardsBanner/index.d.ts +2 -0
- package/dist/AwardsBanner/index.js +7 -0
- package/dist/AwardsItem/AwardsItem.css.d.ts +3 -0
- package/dist/AwardsItem/AwardsItem.css.js +10 -0
- package/dist/AwardsItem/AwardsItem.d.ts +9 -0
- package/dist/AwardsItem/AwardsItem.js +29 -0
- package/dist/AwardsItem/index.d.ts +2 -0
- package/dist/AwardsItem/index.js +8 -0
- package/dist/Button/Button.d.ts +1 -1
- package/dist/Button/GoBackButton.d.ts +1 -1
- package/dist/CallToActionBar/CallToActionBar.interface.d.ts +1 -1
- package/dist/CallToActionBar/index.d.ts +1 -1
- package/dist/Carousel/Carousel.css.d.ts +44 -0
- package/dist/Carousel/Carousel.css.js +12 -8
- package/dist/Carousel/index.d.ts +3 -1
- package/dist/Carousel/index.js +89 -31
- package/dist/Chevron/Chevron.interface.d.ts +1 -1
- package/dist/Chevron/index.d.ts +1 -1
- package/dist/Chevron/index.js +6 -1
- package/dist/ContentBanner/ContentBanner.interface.d.ts +1 -1
- package/dist/ContentBanner/index.d.ts +1 -1
- package/dist/DownloadTile/index.d.ts +1 -1
- package/dist/ExecutiveBio/ExecutiveBio.css.d.ts +1 -39
- package/dist/ExecutiveBio/ExecutiveBio.css.js +12 -10
- package/dist/ExecutiveBio/ExecutiveBio.d.ts +1 -1
- package/dist/ExecutiveBio/ExecutiveBio.interface.d.ts +6 -4
- package/dist/ExecutiveBio/ExecutiveBio.js +104 -46
- package/dist/ExecutiveBio/ExecutiveBioSet.d.ts +2 -2
- package/dist/ExecutiveBio/ExecutiveBioSet.js +22 -128
- package/dist/ExecutiveBio/index.js +2 -1
- package/dist/FaqAccordion/index.d.ts +2 -1
- package/dist/FaqAccordion/index.js +26 -13
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +6 -1
- package/dist/Forms/ApplicationStart.js +1 -0
- package/dist/Forms/ContactCompany.d.ts +25 -0
- package/dist/Forms/ContactCompany.js +190 -0
- package/dist/Forms/ContactUsBusiness.js +5 -0
- package/dist/Forms/DealerServices.d.ts +32 -0
- package/dist/Forms/DealerServices.js +311 -0
- package/dist/Forms/EmailOnly.js +5 -0
- package/dist/Forms/RenderForm.d.ts +1 -1
- package/dist/Forms/RenderForm.js +5 -0
- package/dist/Forms/ScheduleCall.d.ts +2 -2
- package/dist/Forms/ScheduleCall.js +8 -1
- package/dist/Forms/ScheduleCallPremier.js +1 -0
- package/dist/Forms/SuccesForm.d.ts +7 -3
- package/dist/Forms/SuccesForm.js +76 -61
- package/dist/Forms/index.d.ts +2 -0
- package/dist/Forms/index.js +4 -0
- package/dist/HeroBanner/HeroBanner.interface.d.ts +1 -1
- package/dist/Hyperlink/index.d.ts +1 -1
- package/dist/Hyperlink/index.js +6 -1
- package/dist/IconBillboard/IconBillboard.d.ts +3 -3
- package/dist/IconBillboard/IconBillboard.interface.d.ts +3 -3
- package/dist/ImageBillboard/ImageBillboard.interface.d.ts +4 -4
- package/dist/ImageLink/ImageLink.js +5 -0
- package/dist/ImageLink/ImageLinkSet.d.ts +2 -2
- package/dist/ImageLink/ImageLinkSet.js +5 -0
- package/dist/ImageLink/index.js +6 -1
- package/dist/Input/CurrencyInput.js +1 -0
- package/dist/Input/Input.d.ts +1 -1
- package/dist/Input/InputPhone.js +1 -0
- package/dist/Input/InputProps.d.ts +1 -1
- package/dist/Input/InputTextArea.d.ts +16 -0
- package/dist/Input/InputTextArea.js +48 -0
- package/dist/Input/index.d.ts +1 -0
- package/dist/Input/index.js +2 -0
- package/dist/Modal/Modal.d.ts +1 -1
- package/dist/Modal/Modal.js +6 -1
- package/dist/SetContainer/SetContainer.d.ts +1 -1
- package/dist/SetContainer/SetContainer.js +5 -0
- package/dist/StepItems/StepItems.interface.d.ts +3 -3
- package/dist/Table/Table.d.ts +1 -1
- package/dist/Typography/Typography.d.ts +1 -1
- package/dist/VideoTile/VideoTile.d.ts +1 -1
- package/dist/VideoWrapper/index.d.ts +1 -1
- package/dist/assets/Article/Article.css +243 -0
- package/dist/assets/ArticlesSet/ArticlesSet.css +234 -0
- package/dist/assets/AwardsBanner/AwardsBanner.css +19 -0
- package/dist/assets/AwardsItem/AwardsItem.css +40 -0
- package/dist/assets/Carousel/Carousel.css +68 -29
- package/dist/assets/ExecutiveBio/ExecutiveBio.css +61 -65
- package/dist/assets/IconBillboard/IconBillboard.css +3 -0
- package/dist/icons/ArrowIcon/index.d.ts +1 -1
- package/dist/main.d.ts +4 -0
- package/dist/main.js +39 -1
- package/dist/utils/faqAccordionOptions.d.ts +1 -0
- package/dist/utils/faqAccordionOptions.js +20 -0
- package/package.json +17 -17
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { jsx, Fragment } from "react/jsx-runtime";
|
|
2
|
+
import { AwardsItem } from "../AwardsItem/AwardsItem.js";
|
|
3
|
+
import { awards_section, awards_row } from "./AwardsBanner.css.js";
|
|
4
|
+
const AwardsBanner = ({ id, awardsItems }) => {
|
|
5
|
+
return /* @__PURE__ */ jsx("section", { className: awards_section, id: `id_${id}`, children: /* @__PURE__ */ jsx("div", { className: "containment", children: /* @__PURE__ */ jsx("div", { className: `${awards_row} flex middle mobile`, children: awardsItems?.map((award, index) => /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx(
|
|
6
|
+
AwardsItem,
|
|
7
|
+
{
|
|
8
|
+
id: `id_${id}`,
|
|
9
|
+
starRating: award?.starRating,
|
|
10
|
+
awardsName: award?.awardsName,
|
|
11
|
+
awardsSource: award?.awardsSource
|
|
12
|
+
},
|
|
13
|
+
index
|
|
14
|
+
) })) }) }) });
|
|
15
|
+
};
|
|
16
|
+
export {
|
|
17
|
+
AwardsBanner
|
|
18
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
import { award_item, award_name, award_company } from "./AwardsItem.css.js";
|
|
3
|
+
const AwardsItem = ({
|
|
4
|
+
id,
|
|
5
|
+
starRating,
|
|
6
|
+
awardsName,
|
|
7
|
+
awardsSource
|
|
8
|
+
}) => {
|
|
9
|
+
let rating;
|
|
10
|
+
switch (starRating) {
|
|
11
|
+
case "5.0 Stars":
|
|
12
|
+
rating = "https://images.axos.com/o9ov1v03uwqk/2fdRGVo32cUTltS5a0QKkF/9e3d0ce07b648fad2de7177bb7685f39/5-stars.svg";
|
|
13
|
+
break;
|
|
14
|
+
case "4.5 Stars":
|
|
15
|
+
rating = "https://images.axos.com/o9ov1v03uwqk/5kDSlcD0nHPpfsO2d9MXmj/680304bee0f48365388a9b43b0ec9aab/4point5-stars.svg";
|
|
16
|
+
break;
|
|
17
|
+
case "4.0 Stars":
|
|
18
|
+
rating = "https://images.axos.com/o9ov1v03uwqk/7qNXIOMTzaDfPhCAlXP41u/2a7d54670fb94594994a2beb3b3c00fc/4-stars.svg";
|
|
19
|
+
break;
|
|
20
|
+
}
|
|
21
|
+
return /* @__PURE__ */ jsxs("div", { className: `${award_item} text_center`, id: `id_${id}`, children: [
|
|
22
|
+
starRating && /* @__PURE__ */ jsx("img", { src: rating, alt: "", role: "presentation" }),
|
|
23
|
+
/* @__PURE__ */ jsx("p", { className: award_name, children: awardsName }),
|
|
24
|
+
/* @__PURE__ */ jsx("p", { className: award_company, children: awardsSource })
|
|
25
|
+
] });
|
|
26
|
+
};
|
|
27
|
+
export {
|
|
28
|
+
AwardsItem
|
|
29
|
+
};
|
package/dist/Button/Button.d.ts
CHANGED
|
@@ -1,6 +1,34 @@
|
|
|
1
1
|
import { RecipeVariants } from '@vanilla-extract/recipes';
|
|
2
2
|
|
|
3
3
|
export declare const dots: string;
|
|
4
|
+
export declare const headerCarousel: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
5
|
+
variant: {
|
|
6
|
+
primary: {
|
|
7
|
+
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
8
|
+
backgroundClip: "text";
|
|
9
|
+
WebkitTextFillColor: "transparent";
|
|
10
|
+
textShadow: "0px 0px #00000000";
|
|
11
|
+
};
|
|
12
|
+
secondary: {
|
|
13
|
+
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
14
|
+
backgroundClip: "text";
|
|
15
|
+
WebkitTextFillColor: "transparent";
|
|
16
|
+
textShadow: "0px 0px #00000000";
|
|
17
|
+
};
|
|
18
|
+
tertiary: {
|
|
19
|
+
color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
20
|
+
backgroundClip: "text";
|
|
21
|
+
WebkitTextFillColor: "transparent";
|
|
22
|
+
textShadow: "0px 0px #00000000";
|
|
23
|
+
};
|
|
24
|
+
quaternary: {
|
|
25
|
+
color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
26
|
+
backgroundClip: "text";
|
|
27
|
+
WebkitTextFillColor: "transparent";
|
|
28
|
+
textShadow: "0px 0px #00000000";
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
}>;
|
|
4
32
|
export declare const carousel: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
5
33
|
variant: {
|
|
6
34
|
primary: {
|
|
@@ -21,6 +49,22 @@ export declare const carousel: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
21
49
|
};
|
|
22
50
|
};
|
|
23
51
|
}>;
|
|
52
|
+
export declare const descriptionCarousel: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
53
|
+
variant: {
|
|
54
|
+
primary: {
|
|
55
|
+
color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
56
|
+
};
|
|
57
|
+
secondary: {
|
|
58
|
+
color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
59
|
+
};
|
|
60
|
+
tertiary: {
|
|
61
|
+
color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
62
|
+
};
|
|
63
|
+
quaternary: {
|
|
64
|
+
color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
65
|
+
};
|
|
66
|
+
};
|
|
67
|
+
}>;
|
|
24
68
|
export declare const authorLocation: string;
|
|
25
69
|
export declare const author: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
26
70
|
variant: {
|
|
@@ -3,20 +3,24 @@
|
|
|
3
3
|
/* empty css */
|
|
4
4
|
import { createRuntimeFn } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
5
5
|
var dots = "jgs3fs0";
|
|
6
|
-
var
|
|
7
|
-
var
|
|
8
|
-
var
|
|
9
|
-
var
|
|
10
|
-
var
|
|
11
|
-
var
|
|
12
|
-
var
|
|
13
|
-
var
|
|
6
|
+
var headerCarousel = createRuntimeFn({ defaultClassName: "jgs3fs1", variantClassNames: { variant: { primary: "jgs3fs2", secondary: "jgs3fs3", tertiary: "jgs3fs4", quaternary: "jgs3fs5" } }, defaultVariants: { variant: "primary" }, compoundVariants: [] });
|
|
7
|
+
var carousel = createRuntimeFn({ defaultClassName: "jgs3fs6", variantClassNames: { variant: { primary: "jgs3fs7", secondary: "jgs3fs8", tertiary: "jgs3fs9", quaternary: "jgs3fsa" } }, defaultVariants: { variant: "primary" }, compoundVariants: [] });
|
|
8
|
+
var descriptionCarousel = createRuntimeFn({ defaultClassName: "jgs3fsb", variantClassNames: { variant: { primary: "jgs3fsc", secondary: "jgs3fsd", tertiary: "jgs3fse", quaternary: "jgs3fsf" } }, defaultVariants: {}, compoundVariants: [] });
|
|
9
|
+
var authorLocation = "jgs3fsg";
|
|
10
|
+
var author = createRuntimeFn({ defaultClassName: "jgs3fsi jgs3fsh", variantClassNames: { variant: { primary: "jgs3fsj", secondary: "jgs3fsk", tertiary: "jgs3fsl", quaternary: "jgs3fsm" } }, defaultVariants: {}, compoundVariants: [] });
|
|
11
|
+
var slideBase = "jgs3fsn";
|
|
12
|
+
var slide = { show: "jgs3fso jgs3fsn", hide: "jgs3fsp jgs3fsn" };
|
|
13
|
+
var slides = "jgs3fsq";
|
|
14
|
+
var icon = createRuntimeFn({ defaultClassName: "jgs3fsr", variantClassNames: {}, defaultVariants: {}, compoundVariants: [] });
|
|
15
|
+
var dot = createRuntimeFn({ defaultClassName: "jgs3fss", variantClassNames: { variant: { primary: "jgs3fst", secondary: "jgs3fsu", tertiary: "jgs3fsv", quaternary: "jgs3fsw" }, selected: { true: "jgs3fsx" } }, defaultVariants: { variant: "primary" }, compoundVariants: [[{ variant: "primary", selected: true }, "jgs3fsy"], [{ variant: "secondary", selected: true }, "jgs3fsz"], [{ variant: "tertiary", selected: true }, "jgs3fs10"], [{ variant: "quaternary", selected: true }, "jgs3fs11"]] });
|
|
14
16
|
export {
|
|
15
17
|
author,
|
|
16
18
|
authorLocation,
|
|
17
19
|
carousel,
|
|
20
|
+
descriptionCarousel,
|
|
18
21
|
dot,
|
|
19
22
|
dots,
|
|
23
|
+
headerCarousel,
|
|
20
24
|
icon,
|
|
21
25
|
slide,
|
|
22
26
|
slideBase,
|
package/dist/Carousel/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { carouselVariants } from './Carousel.css';
|
|
2
1
|
import { PropsWithChildren, ReactNode } from 'react';
|
|
2
|
+
import { carouselVariants } from './Carousel.css';
|
|
3
3
|
|
|
4
4
|
export interface SlideProps extends PropsWithChildren {
|
|
5
5
|
id: string | number;
|
|
@@ -13,6 +13,8 @@ export interface CarouselProps extends PropsWithChildren {
|
|
|
13
13
|
time?: number;
|
|
14
14
|
selectedItem?: string | number;
|
|
15
15
|
items?: SlideProps[];
|
|
16
|
+
title?: ReactNode;
|
|
17
|
+
description?: ReactNode;
|
|
16
18
|
}
|
|
17
19
|
export declare const CarouselSlide: (props: SlideProps & carouselVariants) => import("react/jsx-runtime").JSX.Element;
|
|
18
20
|
export declare const Carousel: (props: CarouselProps & carouselVariants) => import("react/jsx-runtime").JSX.Element;
|
package/dist/Carousel/index.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
3
|
+
import { section_text } from "../IconBillboard/IconBillboard.css.js";
|
|
3
4
|
import "../icons/ArrowIcon/ArrowIcon.css.js";
|
|
4
5
|
import "../icons/CheckIcon/CheckIcon.css.js";
|
|
5
6
|
/* empty css */
|
|
@@ -9,9 +10,61 @@ import SvgQuoteIconGrey from "../icons/QuoteIconGrey.js";
|
|
|
9
10
|
import SvgQuoteIconWhite from "../icons/QuoteIconWhite.js";
|
|
10
11
|
import SvgQuoteIconYellow from "../icons/QuoteIconYellow.js";
|
|
11
12
|
/* empty css */
|
|
13
|
+
/* empty css */
|
|
14
|
+
/* empty css */
|
|
15
|
+
import "../Accordion/Accordion.js";
|
|
16
|
+
import "../Accordion/Accordion.css.js";
|
|
17
|
+
import "../AlertBanner/AlertBanner.css.js";
|
|
18
|
+
import "../Modal/contextApi/store.js";
|
|
19
|
+
import { getVariant } from "../utils/getVariant.js";
|
|
12
20
|
import clsx from "clsx";
|
|
13
21
|
import React, { useEffect, Children, cloneElement } from "react";
|
|
14
|
-
import
|
|
22
|
+
import "../Button/Button.css.js";
|
|
23
|
+
import "react-use";
|
|
24
|
+
/* empty css */
|
|
25
|
+
import "../Article/Article.css.js";
|
|
26
|
+
import "../ArticlesSet/ArticlesSet.css.js";
|
|
27
|
+
/* empty css */
|
|
28
|
+
/* empty css */
|
|
29
|
+
/* empty css */
|
|
30
|
+
/* empty css */
|
|
31
|
+
import "../HeroBanner/HeroBanner.css.js";
|
|
32
|
+
import "../ContentBanner/ContentBanner.css.js";
|
|
33
|
+
/* empty css */
|
|
34
|
+
import "../ExecutiveBio/ExecutiveBio.css.js";
|
|
35
|
+
import "../FaqAccordion/index.js";
|
|
36
|
+
import "../FooterDisclosure/FooterDisclosure.css.js";
|
|
37
|
+
/* empty css */
|
|
38
|
+
import "@hookform/resolvers/zod";
|
|
39
|
+
import "../Input/Checkbox.js";
|
|
40
|
+
import "../Input/CurrencyInput.js";
|
|
41
|
+
import "../Input/Dropdown.js";
|
|
42
|
+
/* empty css */
|
|
43
|
+
import "../Input/Input.js";
|
|
44
|
+
import "../Input/Input.css.js";
|
|
45
|
+
import "../Input/InputPhone.js";
|
|
46
|
+
import "../Input/InputTextArea.js";
|
|
47
|
+
import "react-hook-form";
|
|
48
|
+
import "../Forms/Forms.css.js";
|
|
49
|
+
import "../Forms/SalesforceFieldsForm.js";
|
|
50
|
+
import "../SetContainer/SetContainer.css.js";
|
|
51
|
+
import "../ImageBillboard/ImageBillboard.css.js";
|
|
52
|
+
import "../LandingPageHeader/LandingPageHeader.css.js";
|
|
53
|
+
import "../Chevron/Chevron.css.js";
|
|
54
|
+
/* empty css */
|
|
55
|
+
/* empty css */
|
|
56
|
+
/* empty css */
|
|
57
|
+
/* empty css */
|
|
58
|
+
/* empty css */
|
|
59
|
+
/* empty css */
|
|
60
|
+
/* empty css */
|
|
61
|
+
import "../StepItems/StepItems.css.js";
|
|
62
|
+
import "../Table/Table.css.js";
|
|
63
|
+
/* empty css */
|
|
64
|
+
import "next/script.js";
|
|
65
|
+
/* empty css */
|
|
66
|
+
/* empty css */
|
|
67
|
+
import { icon, slide, authorLocation, author, headerCarousel, descriptionCarousel, carousel, slides, dots, dot } from "./Carousel.css.js";
|
|
15
68
|
import { useCarousel } from "./store.js";
|
|
16
69
|
const iconVarints = /* @__PURE__ */ new Map([
|
|
17
70
|
[
|
|
@@ -47,9 +100,18 @@ const CarouselSlide = (props) => {
|
|
|
47
100
|
] }) });
|
|
48
101
|
};
|
|
49
102
|
const Carousel = (props) => {
|
|
50
|
-
const {
|
|
103
|
+
const {
|
|
104
|
+
children,
|
|
105
|
+
time = 5e3,
|
|
106
|
+
variant: fullVariant = "primary",
|
|
107
|
+
items,
|
|
108
|
+
auto = false,
|
|
109
|
+
title = void 0,
|
|
110
|
+
description = void 0
|
|
111
|
+
} = props;
|
|
51
112
|
const change = useCarousel((state) => state.change);
|
|
52
113
|
const itemSelected = useCarousel((state) => state.selected);
|
|
114
|
+
const variant = getVariant(fullVariant);
|
|
53
115
|
useEffect(() => {
|
|
54
116
|
if (!auto) {
|
|
55
117
|
return;
|
|
@@ -71,7 +133,7 @@ const Carousel = (props) => {
|
|
|
71
133
|
};
|
|
72
134
|
const child = children;
|
|
73
135
|
const showDots = () => {
|
|
74
|
-
if (children && child?.
|
|
136
|
+
if (children && child?.length > 1) {
|
|
75
137
|
return /* @__PURE__ */ jsx("div", { className: dots, children: Children.map(children, (_, indx) => /* @__PURE__ */ jsx(
|
|
76
138
|
"div",
|
|
77
139
|
{
|
|
@@ -81,36 +143,32 @@ const Carousel = (props) => {
|
|
|
81
143
|
indx
|
|
82
144
|
)) });
|
|
83
145
|
}
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
146
|
+
};
|
|
147
|
+
return /* @__PURE__ */ jsxs("div", { className: `containment`, children: [
|
|
148
|
+
/* @__PURE__ */ jsxs("div", { className: section_text, children: [
|
|
149
|
+
/* @__PURE__ */ jsx("h2", { className: clsx("header_2", headerCarousel({ variant })), children: title }),
|
|
150
|
+
/* @__PURE__ */ jsx("div", { className: clsx(descriptionCarousel({ variant })), children: description })
|
|
151
|
+
] }),
|
|
152
|
+
/* @__PURE__ */ jsxs("div", { className: clsx(carousel({ variant })), children: [
|
|
153
|
+
/* @__PURE__ */ jsx("div", { children: iconVarints.get(variant) }),
|
|
154
|
+
/* @__PURE__ */ jsx("div", { className: slides, children: children ? Children.map(
|
|
155
|
+
children,
|
|
156
|
+
(item, idx) => React.isValidElement(item) && cloneElement(item, {
|
|
157
|
+
...item.props,
|
|
158
|
+
selected: idx === itemSelected,
|
|
159
|
+
variant
|
|
160
|
+
})
|
|
161
|
+
) : items?.map((item, idx) => /* @__PURE__ */ jsx(
|
|
162
|
+
CarouselSlide,
|
|
87
163
|
{
|
|
88
|
-
|
|
89
|
-
|
|
164
|
+
selected: idx === itemSelected,
|
|
165
|
+
...item,
|
|
166
|
+
variant
|
|
90
167
|
},
|
|
91
|
-
|
|
92
|
-
)) })
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
return /* @__PURE__ */ jsxs("div", { className: clsx(carousel({ variant })), children: [
|
|
96
|
-
/* @__PURE__ */ jsx("div", { children: iconVarints.get(variant) }),
|
|
97
|
-
/* @__PURE__ */ jsx("div", { className: slides, children: children ? Children.map(
|
|
98
|
-
children,
|
|
99
|
-
(item, idx) => React.isValidElement(item) && cloneElement(item, {
|
|
100
|
-
...item.props,
|
|
101
|
-
selected: idx === itemSelected,
|
|
102
|
-
variant
|
|
103
|
-
})
|
|
104
|
-
) : items?.map((item, idx) => /* @__PURE__ */ jsx(
|
|
105
|
-
CarouselSlide,
|
|
106
|
-
{
|
|
107
|
-
selected: idx === itemSelected,
|
|
108
|
-
...item,
|
|
109
|
-
variant
|
|
110
|
-
},
|
|
111
|
-
item.id
|
|
112
|
-
)) }),
|
|
113
|
-
showDots()
|
|
168
|
+
item.id
|
|
169
|
+
)) }),
|
|
170
|
+
showDots()
|
|
171
|
+
] })
|
|
114
172
|
] });
|
|
115
173
|
};
|
|
116
174
|
export {
|
package/dist/Chevron/index.d.ts
CHANGED
package/dist/Chevron/index.js
CHANGED
|
@@ -18,8 +18,12 @@ import "react";
|
|
|
18
18
|
import "../Button/Button.css.js";
|
|
19
19
|
import "react-use";
|
|
20
20
|
/* empty css */
|
|
21
|
-
import "../
|
|
21
|
+
import "../Article/Article.css.js";
|
|
22
|
+
import "../ArticlesSet/ArticlesSet.css.js";
|
|
23
|
+
/* empty css */
|
|
22
24
|
/* empty css */
|
|
25
|
+
/* empty css */
|
|
26
|
+
import "../IconBillboard/IconBillboard.css.js";
|
|
23
27
|
/* empty css */
|
|
24
28
|
/* empty css */
|
|
25
29
|
import "../Carousel/index.js";
|
|
@@ -39,6 +43,7 @@ import "../Input/Dropdown.js";
|
|
|
39
43
|
import "../Input/Input.js";
|
|
40
44
|
import "../Input/Input.css.js";
|
|
41
45
|
import "../Input/InputPhone.js";
|
|
46
|
+
import "../Input/InputTextArea.js";
|
|
42
47
|
import "react-hook-form";
|
|
43
48
|
import "../Forms/Forms.css.js";
|
|
44
49
|
import "../Forms/SalesforceFieldsForm.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HeroBannerInterface as ContentBannerInterface } from './ContentBanner.interface';
|
|
2
1
|
import { FC } from 'react';
|
|
2
|
+
import { HeroBannerInterface as ContentBannerInterface } from './ContentBanner.interface';
|
|
3
3
|
|
|
4
4
|
export declare const ContentBanner: FC<ContentBannerInterface>;
|
|
@@ -88,6 +88,7 @@ export declare const contact_entry: import('@vanilla-extract/recipes').RuntimeFn
|
|
|
88
88
|
};
|
|
89
89
|
}>;
|
|
90
90
|
export declare const contacts: string;
|
|
91
|
+
export declare const contact_links: string;
|
|
91
92
|
export declare const headshot: string;
|
|
92
93
|
export declare const img_area: string;
|
|
93
94
|
export declare const media: string;
|
|
@@ -101,51 +102,12 @@ export declare const section_theme: import('@vanilla-extract/recipes').RuntimeFn
|
|
|
101
102
|
};
|
|
102
103
|
secondary: {
|
|
103
104
|
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
104
|
-
paddingTop: "56px";
|
|
105
|
-
paddingBottom: "56px";
|
|
106
|
-
marginTop: number;
|
|
107
|
-
"@media": {
|
|
108
|
-
"(max-width: 1023px)": {
|
|
109
|
-
paddingTop: "42px";
|
|
110
|
-
paddingBottom: "42px";
|
|
111
|
-
};
|
|
112
|
-
"(max-width: 768px)": {
|
|
113
|
-
paddingTop: "32px";
|
|
114
|
-
paddingBottom: "32px";
|
|
115
|
-
};
|
|
116
|
-
};
|
|
117
105
|
};
|
|
118
106
|
tertiary: {
|
|
119
107
|
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
120
|
-
paddingTop: "56px";
|
|
121
|
-
paddingBottom: "56px";
|
|
122
|
-
marginTop: number;
|
|
123
|
-
"@media": {
|
|
124
|
-
"(max-width: 1023px)": {
|
|
125
|
-
paddingTop: "42px";
|
|
126
|
-
paddingBottom: "42px";
|
|
127
|
-
};
|
|
128
|
-
"(max-width: 768px)": {
|
|
129
|
-
paddingTop: "32px";
|
|
130
|
-
paddingBottom: "32px";
|
|
131
|
-
};
|
|
132
|
-
};
|
|
133
108
|
};
|
|
134
109
|
quaternary: {
|
|
135
110
|
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
136
|
-
paddingTop: "56px";
|
|
137
|
-
paddingBottom: "56px";
|
|
138
|
-
marginTop: number;
|
|
139
|
-
"@media": {
|
|
140
|
-
"(max-width: 1023px)": {
|
|
141
|
-
paddingTop: "42px";
|
|
142
|
-
paddingBottom: "42px";
|
|
143
|
-
};
|
|
144
|
-
"(max-width: 768px)": {
|
|
145
|
-
paddingTop: "32px";
|
|
146
|
-
paddingBottom: "32px";
|
|
147
|
-
};
|
|
148
|
-
};
|
|
149
111
|
};
|
|
150
112
|
};
|
|
151
113
|
}>;
|
|
@@ -13,22 +13,24 @@ var padding = "txcb8dm";
|
|
|
13
13
|
var copy = "txcb8dn";
|
|
14
14
|
var contact_entry = createRuntimeFn({ defaultClassName: "txcb8do", variantClassNames: { variant: { primary: "txcb8dp", secondary: "txcb8dq", tertiary: "txcb8dr", quaternary: "txcb8ds" } }, defaultVariants: {}, compoundVariants: [] });
|
|
15
15
|
var contacts = "txcb8dt";
|
|
16
|
-
var
|
|
17
|
-
var
|
|
18
|
-
var
|
|
19
|
-
var
|
|
20
|
-
var
|
|
21
|
-
var
|
|
22
|
-
var
|
|
23
|
-
var
|
|
24
|
-
var
|
|
25
|
-
var
|
|
16
|
+
var contact_links = "txcb8du";
|
|
17
|
+
var headshot = "txcb8dv";
|
|
18
|
+
var img_area = "txcb8dw";
|
|
19
|
+
var media = "txcb8dx";
|
|
20
|
+
var person = "txcb8dy";
|
|
21
|
+
var shift = "txcb8dz";
|
|
22
|
+
var bio_section_text = "txcb8d10";
|
|
23
|
+
var section_theme = createRuntimeFn({ defaultClassName: "txcb8d11", variantClassNames: { variant: { primary: "txcb8d12", secondary: "txcb8d13", tertiary: "txcb8d14", quaternary: "txcb8d15" } }, defaultVariants: {}, compoundVariants: [] });
|
|
24
|
+
var header_theme = createRuntimeFn({ defaultClassName: "txcb8d16", variantClassNames: { variant: { primary: "txcb8d17", secondary: "txcb8d18", tertiary: "txcb8d19", quaternary: "txcb8d1a" } }, defaultVariants: {}, compoundVariants: [] });
|
|
25
|
+
var components = "txcb8d1b";
|
|
26
|
+
var details = "txcb8d1c";
|
|
26
27
|
export {
|
|
27
28
|
bio_name,
|
|
28
29
|
bio_section_text,
|
|
29
30
|
components,
|
|
30
31
|
contact_col,
|
|
31
32
|
contact_entry,
|
|
33
|
+
contact_links,
|
|
32
34
|
contacts,
|
|
33
35
|
copy,
|
|
34
36
|
description,
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { ExecutiveBioProps as Props } from './ExecutiveBio.interface';
|
|
2
2
|
|
|
3
|
-
export declare const ExecutiveBio: ({ id, executiveName, executiveTitle, executiveBodyCopy, executiveEmailAddress, executivePhoneNumber, executiveHeadshot, variant: fullVariant, }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export declare const ExecutiveBio: ({ id, executiveName, executiveTitle, executiveBodyCopy, executiveEmailAddress, executivePhoneNumber, executiveLinkedIn, executiveWebsite, executiveHeadshot, variant: fullVariant, }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
2
|
-
import { ImageInterface } from '../IconBillboard';
|
|
3
1
|
import { QuaternaryTypes } from '../utils/variant.types';
|
|
2
|
+
import { ImageInterface } from '../IconBillboard';
|
|
3
|
+
import { ReactNode } from 'react';
|
|
4
4
|
|
|
5
5
|
export interface ExecutiveBioSetProps {
|
|
6
6
|
id: string;
|
|
@@ -16,7 +16,9 @@ export interface ExecutiveBioProps {
|
|
|
16
16
|
executiveName: string;
|
|
17
17
|
executiveTitle: string;
|
|
18
18
|
executiveBodyCopy?: string | ReactNode;
|
|
19
|
-
executiveEmailAddress
|
|
20
|
-
executivePhoneNumber
|
|
19
|
+
executiveEmailAddress?: string;
|
|
20
|
+
executivePhoneNumber?: string;
|
|
21
|
+
executiveLinkedIn?: string;
|
|
22
|
+
executiveWebsite?: string;
|
|
21
23
|
executiveHeadshot?: ImageInterface;
|
|
22
24
|
}
|