@axos-web-dev/shared-components 0.0.42 → 0.0.44

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.
Files changed (42) hide show
  1. package/dist/Carousel/store.d.ts +1 -1
  2. package/dist/ContentBanner/index.d.ts +1 -1
  3. package/dist/ExecutiveBio/ExecutiveBio.d.ts +1 -1
  4. package/dist/ExecutiveBio/ExecutiveBioSet.d.ts +1 -1
  5. package/dist/FooterDisclosure/FooterDisclosure.css.d.ts +1 -1
  6. package/dist/Forms/Forms.css.d.ts +2 -0
  7. package/dist/Forms/Forms.css.js +13 -9
  8. package/dist/Forms/ScheduleCall.d.ts +2 -1
  9. package/dist/Forms/ScheduleCall.js +6 -2
  10. package/dist/Forms/index.js +3 -1
  11. package/dist/Hyperlink/Hyperlink.interface.d.ts +4 -0
  12. package/dist/Hyperlink/index.js +3 -1
  13. package/dist/IconBillboard/IconBillboardSet.d.ts +1 -1
  14. package/dist/ImageBillboard/ImageBillboard.d.ts +1 -1
  15. package/dist/ImageLink/ImageLink.css.d.ts +0 -0
  16. package/dist/ImageLink/ImageLink.css.js +1 -0
  17. package/dist/ImageLink/ImageLink.css.ts.vanilla.css.js +1 -0
  18. package/dist/ImageLink/ImageLink.d.ts +15 -0
  19. package/dist/ImageLink/ImageLink.js +64 -0
  20. package/dist/ImageLink/ImageLinkSet.d.ts +9 -0
  21. package/dist/ImageLink/ImageLinkSet.js +98 -0
  22. package/dist/ImageLink/index.d.ts +2 -0
  23. package/dist/ImageLink/index.js +54 -0
  24. package/dist/Input/Input.css.d.ts +1 -1
  25. package/dist/Input/Input.d.ts +1 -1
  26. package/dist/Input/InputPhone.d.ts +1 -1
  27. package/dist/Inputs/Input.css.d.ts +1 -1
  28. package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +53 -53
  29. package/dist/SetContainer/SetContainer.css.d.ts +1 -0
  30. package/dist/SetContainer/SetContainer.css.js +2 -0
  31. package/dist/SetContainer/SetContainer.js +1 -1
  32. package/dist/SetContainer/index.js +2 -1
  33. package/dist/StepItems/StepItems.d.ts +1 -1
  34. package/dist/StepItems/StepItemsSet.d.ts +1 -1
  35. package/dist/Table/Table.d.ts +162 -162
  36. package/dist/assets/Accordion/Accordion.css +1 -1
  37. package/dist/assets/Forms/Forms.css +46 -41
  38. package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +118 -116
  39. package/dist/assets/SetContainer/SetContainer.css +30 -1
  40. package/dist/main.d.ts +1 -0
  41. package/dist/main.js +9 -3
  42. package/package.json +39 -39
@@ -7,4 +7,4 @@ export type actions = {
7
7
  change: (selected: number) => void;
8
8
  setItems: (items: unknown[]) => void;
9
9
  };
10
- export declare const useCarousel: import('zustand').UseBoundStore<import("zustand").StoreApi<state & actions>>;
10
+ export declare const useCarousel: import('zustand').UseBoundStore<import('zustand').StoreApi<state & actions>>;
@@ -1,4 +1,4 @@
1
- import { ContentBannerInterface } from './ContentBanner.interface';
1
+ import { HeroBannerInterface as ContentBannerInterface } from './ContentBanner.interface';
2
2
  import { FC } from 'react';
3
3
 
4
4
  export declare const ContentBanner: FC<ContentBannerInterface>;
@@ -1,3 +1,3 @@
1
- import { Props } from './ExecutiveBio.interface';
1
+ import { ExecutiveBioProps as Props } from './ExecutiveBio.interface';
2
2
 
3
3
  export declare const ExecutiveBio: ({ id, executiveName, executiveTitle, executiveBodyCopy, executiveEmailAddress, executivePhoneNumber, executiveHeadshot, variant: fullVariant, }: Props) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,4 @@
1
- import { Props } from './ExecutiveBio.interface';
1
+ import { ExecutiveBioSetProps as Props } from './ExecutiveBio.interface';
2
2
  import { SetContainerProps } from '../SetContainer';
3
3
 
4
4
  export declare const ExecutiveBioSet: ({ id, title, description, executiveBios, additionalDetails, variant, headline, }: Props & SetContainerProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +1,6 @@
1
1
  export declare const footerDisclosure: import('@vanilla-extract/recipes').RuntimeFn<{
2
2
  [x: string]: {
3
- [x: string]: string | import("@vanilla-extract/css").ComplexStyleRule;
3
+ [x: string]: string | import('@vanilla-extract/css').ComplexStyleRule;
4
4
  };
5
5
  }>;
6
6
  export declare const footerParagraph: string;
@@ -15,6 +15,7 @@ export declare const formContainer: import('@vanilla-extract/recipes').RuntimeFn
15
15
  };
16
16
  }>;
17
17
  export declare const iconForm: string;
18
+ export declare const headerContainer: string;
18
19
  export declare const headerForm: import('@vanilla-extract/recipes').RuntimeFn<{
19
20
  variant: {
20
21
  primary: {
@@ -131,3 +132,4 @@ export declare const success_circle: import('@vanilla-extract/recipes').RuntimeF
131
132
  };
132
133
  };
133
134
  }>;
135
+ export declare const descriptionField: string;
@@ -5,21 +5,25 @@
5
5
  import { createRuntimeFn } from "@vanilla-extract/recipes/createRuntimeFn";
6
6
  var formContainer = createRuntimeFn({ defaultClassName: "tfms6a0", variantClassNames: { variant: { primary: "tfms6a1", secondary: "tfms6a2", tertiary: "tfms6a3", quaternary: "tfms6a4" } }, defaultVariants: {}, compoundVariants: [] });
7
7
  var iconForm = "tfms6a5";
8
- var headerForm = createRuntimeFn({ defaultClassName: "tfms6a6", variantClassNames: { variant: { primary: "tfms6a7", secondary: "tfms6a8", tertiary: "tfms6a9", quaternary: "tfms6aa" } }, defaultVariants: {}, compoundVariants: [] });
9
- var formWrapper = createRuntimeFn({ defaultClassName: "tfms6ab", variantClassNames: { variant: { primary: "tfms6ac", secondary: "tfms6ad", tertiary: "tfms6ae", quaternary: "tfms6af" } }, defaultVariants: {}, compoundVariants: [] });
10
- var actions = "tfms6ag";
11
- var disclosureForm = createRuntimeFn({ defaultClassName: "tfms6ah", variantClassNames: { variant: { primary: "tfms6ai", secondary: "tfms6aj", tertiary: "tfms6ak", quaternary: "tfms6al" } }, defaultVariants: {}, compoundVariants: [] });
12
- var form = "tfms6am";
13
- var success_wrap = createRuntimeFn({ defaultClassName: "tfms6ap", variantClassNames: { variant: { primary: "tfms6aq", secondary: "tfms6ar", tertiary: "tfms6as", quaternary: "tfms6at" } }, defaultVariants: {}, compoundVariants: [] });
14
- var success_icon = "tfms6au";
15
- var succes_check_mark = "tfms6av";
16
- var success_circle = createRuntimeFn({ defaultClassName: "tfms6aw", variantClassNames: { variant: { primary: "tfms6ax", secondary: "tfms6ay", tertiary: "tfms6az", quaternary: "tfms6a10" } }, defaultVariants: {}, compoundVariants: [] });
8
+ var headerContainer = "tfms6a6";
9
+ var headerForm = createRuntimeFn({ defaultClassName: "tfms6a7", variantClassNames: { variant: { primary: "tfms6a8", secondary: "tfms6a9", tertiary: "tfms6aa", quaternary: "tfms6ab" } }, defaultVariants: {}, compoundVariants: [] });
10
+ var formWrapper = createRuntimeFn({ defaultClassName: "tfms6ac", variantClassNames: { variant: { primary: "tfms6ad", secondary: "tfms6ae", tertiary: "tfms6af", quaternary: "tfms6ag" } }, defaultVariants: {}, compoundVariants: [] });
11
+ var actions = "tfms6ah";
12
+ var disclosureForm = createRuntimeFn({ defaultClassName: "tfms6ai", variantClassNames: { variant: { primary: "tfms6aj", secondary: "tfms6ak", tertiary: "tfms6al", quaternary: "tfms6am" } }, defaultVariants: {}, compoundVariants: [] });
13
+ var form = "tfms6an";
14
+ var success_wrap = createRuntimeFn({ defaultClassName: "tfms6aq", variantClassNames: { variant: { primary: "tfms6ar", secondary: "tfms6as", tertiary: "tfms6at", quaternary: "tfms6au" } }, defaultVariants: {}, compoundVariants: [] });
15
+ var success_icon = "tfms6av";
16
+ var succes_check_mark = "tfms6aw";
17
+ var success_circle = createRuntimeFn({ defaultClassName: "tfms6ax", variantClassNames: { variant: { primary: "tfms6ay", secondary: "tfms6az", tertiary: "tfms6a10", quaternary: "tfms6a11" } }, defaultVariants: {}, compoundVariants: [] });
18
+ var descriptionField = "tfms6a12";
17
19
  export {
18
20
  actions,
21
+ descriptionField,
19
22
  disclosureForm,
20
23
  form,
21
24
  formContainer,
22
25
  formWrapper,
26
+ headerContainer,
23
27
  headerForm,
24
28
  iconForm,
25
29
  succes_check_mark,
@@ -15,9 +15,10 @@ export interface FormProps extends PropsWithChildren {
15
15
  }) => void;
16
16
  icon?: boolean;
17
17
  headline?: ReactNode | string;
18
+ description?: ReactNode | string;
18
19
  disclosure?: ReactNode | string;
19
20
  variant?: QuaternaryTypes;
20
21
  validateEmail: (email: string) => Promise<boolean>;
21
22
  callToAction: Omit<ChevronProps, "targetUrl">;
22
23
  }
23
- export declare const ScheduleCall: ({ icon, children, onSubmit, disclosure, variant: fullVariant, headline, callToAction, validateEmail, id, }: FormProps) => import("react/jsx-runtime").JSX.Element;
24
+ export declare const ScheduleCall: ({ icon, children, onSubmit, disclosure, variant: fullVariant, headline, description, callToAction, validateEmail, id, }: FormProps) => import("react/jsx-runtime").JSX.Element;
@@ -21,7 +21,7 @@ import { getVariant } from "../utils/getVariant.js";
21
21
  import clsx from "clsx";
22
22
  import { useForm, FormProvider } from "react-hook-form";
23
23
  import * as z from "zod";
24
- import { formContainer, iconForm, headerForm, form, formWrapper, disclosureForm, actions } from "./Forms.css.js";
24
+ import { formContainer, iconForm, headerContainer, headerForm, form, descriptionField, formWrapper, disclosureForm, actions } from "./Forms.css.js";
25
25
  import { SalesforceSchema } from "./SalesforceFieldsForm.js";
26
26
  const ScheduleCall = ({
27
27
  icon = false,
@@ -32,6 +32,7 @@ const ScheduleCall = ({
32
32
  disclosure,
33
33
  variant: fullVariant = "primary",
34
34
  headline,
35
+ description,
35
36
  callToAction,
36
37
  validateEmail,
37
38
  id
@@ -78,7 +79,10 @@ const ScheduleCall = ({
78
79
  className: clsx(formContainer({ variant })),
79
80
  children: /* @__PURE__ */ jsx("div", { className: clsx("containment"), children: /* @__PURE__ */ jsxs(FormProvider, { ...methods, children: [
80
81
  icon && /* @__PURE__ */ jsx("div", { className: clsx("text_center", iconForm), children: ["primary", "secondary"].includes(variant) ? /* @__PURE__ */ jsx(SvgComponent, {}) : /* @__PURE__ */ jsx(SvgAxosX, {}) }),
81
- /* @__PURE__ */ jsx("h2", { className: clsx("header_2 text_center", headerForm({ variant })), children: headline }),
82
+ /* @__PURE__ */ jsxs("div", { className: `${headerContainer} text_center`, children: [
83
+ /* @__PURE__ */ jsx("h2", { className: clsx("header_2", headerForm({ variant })), children: headline }),
84
+ description && /* @__PURE__ */ jsx("div", { className: `${form} ${descriptionField} text_center`, children: description })
85
+ ] }),
82
86
  /* @__PURE__ */ jsxs("form", { className: form, onSubmit: handleSubmit(submitForm), children: [
83
87
  /* @__PURE__ */ jsxs("div", { className: clsx(formWrapper({ variant })), children: [
84
88
  /* @__PURE__ */ jsx("div", { className: "", children: /* @__PURE__ */ jsx(
@@ -1,4 +1,4 @@
1
- import { actions, disclosureForm, form, formContainer, formWrapper, headerForm, iconForm, succes_check_mark, success_circle, success_icon, success_wrap } from "./Forms.css.js";
1
+ import { actions, descriptionField, disclosureForm, form, formContainer, formWrapper, headerContainer, headerForm, iconForm, succes_check_mark, success_circle, success_icon, success_wrap } from "./Forms.css.js";
2
2
  import { RenderWebForm, renderSwitch } from "./RenderForm.js";
3
3
  import { SalesforceFieldsForm, SalesforceSchema } from "./SalesforceFieldsForm.js";
4
4
  import { ScheduleCall } from "./ScheduleCall.js";
@@ -10,10 +10,12 @@ export {
10
10
  SalesforceSchema,
11
11
  ScheduleCall,
12
12
  actions,
13
+ descriptionField,
13
14
  disclosureForm,
14
15
  form,
15
16
  formContainer,
16
17
  formWrapper,
18
+ headerContainer,
17
19
  headerForm,
18
20
  iconForm,
19
21
  renderSwitch,
@@ -17,4 +17,8 @@ export interface HyperlinkProps extends PropsWithChildren {
17
17
  * additional classname
18
18
  */
19
19
  className?: string;
20
+ /**
21
+ * Descriptive Text (Aria Label)
22
+ */
23
+ ariaLabel?: string;
20
24
  }
@@ -55,7 +55,8 @@ const Hyperlink = ({
55
55
  children,
56
56
  targetUrl,
57
57
  id,
58
- className
58
+ className,
59
+ ariaLabel
59
60
  }) => {
60
61
  const { setTargetLinkUrl, setOpenModal } = useGlobalContext();
61
62
  const onClick = (e) => {
@@ -76,6 +77,7 @@ const Hyperlink = ({
76
77
  href: findMoreAxosDomains(targetUrl),
77
78
  className: `${className ? className : ""}`,
78
79
  onClick,
80
+ "aria-label": ariaLabel,
79
81
  children
80
82
  }
81
83
  );
@@ -1,3 +1,3 @@
1
- import { Props } from './IconBillboard.interface';
1
+ import { IconBillboardSet as Props } from './IconBillboard.interface';
2
2
 
3
3
  export declare const IconBillboardSet: ({ variant, side, iconBillboards, headline, bodyCopy, additionalDetails, }: Props) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,3 @@
1
- import { Props } from './ImageBillboard.interface';
1
+ import { ImageBillboardSetProps as Props } from './ImageBillboard.interface';
2
2
 
3
3
  export declare const ImageBillboardSet: ({ id, variant, headline, bodyCopy, additionalDetails, imageBillboards, }: Props) => import("react/jsx-runtime").JSX.Element;
File without changes
@@ -0,0 +1 @@
1
+ import "./ImageLink.css.ts.vanilla.css.js";
@@ -0,0 +1,15 @@
1
+ import { PropsWithChildren } from 'react';
2
+
3
+ export interface ImageLinkProps extends PropsWithChildren {
4
+ id: string;
5
+ internalName: string;
6
+ title?: string;
7
+ targetUrl?: string;
8
+ image: {
9
+ url: string;
10
+ width?: string | number;
11
+ heigth?: string | number;
12
+ };
13
+ }
14
+ declare const ImageLink: ({ id, image, title, targetUrl, children, }: ImageLinkProps) => import("react/jsx-runtime").JSX.Element;
15
+ export default ImageLink;
@@ -0,0 +1,64 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { Hyperlink } from "../Hyperlink/index.js";
3
+ import "../IconBillboard/IconBillboard.css.js";
4
+ import "../icons/ArrowIcon/ArrowIcon.css.js";
5
+ import "../icons/CheckIcon/CheckIcon.css.js";
6
+ /* empty css */
7
+ /* empty css */
8
+ /* empty css */
9
+ /* empty css */
10
+ /* empty css */
11
+ /* empty css */
12
+ import "../Accordion/Accordion.js";
13
+ import "../Accordion/Accordion.css.js";
14
+ import "../AlertBanner/AlertBanner.css.js";
15
+ import "../Modal/contextApi/store.js";
16
+ import "clsx";
17
+ import { isValidElement } from "react";
18
+ import "../Button/Button.css.js";
19
+ import "react-use";
20
+ /* empty css */
21
+ /* empty css */
22
+ import "../Carousel/index.js";
23
+ /* empty css */
24
+ import "../HeroBanner/HeroBanner.css.js";
25
+ import "../ContentBanner/ContentBanner.css.js";
26
+ /* empty css */
27
+ import "../ExecutiveBio/ExecutiveBio.css.js";
28
+ import "../FaqAccordion/index.js";
29
+ import "../FooterDisclosure/FooterDisclosure.css.js";
30
+ import "../Forms/Forms.css.js";
31
+ import "../Forms/SalesforceFieldsForm.js";
32
+ import "@hookform/resolvers/zod";
33
+ import "../Input/Input.js";
34
+ import "../Input/Input.css.js";
35
+ import "../Input/InputPhone.js";
36
+ import "react-hook-form";
37
+ import { imageLinkContainer } from "../SetContainer/SetContainer.css.js";
38
+ import "../ImageBillboard/ImageBillboard.css.js";
39
+ import "../LandingPageHeader/LandingPageHeader.css.js";
40
+ import "../Chevron/Chevron.css.js";
41
+ /* empty css */
42
+ /* empty css */
43
+ /* empty css */
44
+ /* empty css */
45
+ /* empty css */
46
+ import "../StepItems/StepItems.css.js";
47
+ import "../Table/Table.css.js";
48
+ /* empty css */
49
+ import "next/script.js";
50
+ /* empty css */
51
+ /* empty css */
52
+ const ImageLink = ({
53
+ id,
54
+ image,
55
+ title,
56
+ targetUrl,
57
+ children
58
+ }) => {
59
+ const withTargeturl = targetUrl !== void 0 ? /* @__PURE__ */ jsx(Hyperlink, { targetUrl, children: /* @__PURE__ */ jsx("img", { src: image.url, alt: title }) }) : /* @__PURE__ */ jsx("img", { src: image.url, alt: title });
60
+ return /* @__PURE__ */ jsx("div", { id: "id_" + id, className: imageLinkContainer, children: !isValidElement(children) ? withTargeturl : children });
61
+ };
62
+ export {
63
+ ImageLink as default
64
+ };
@@ -0,0 +1,9 @@
1
+ import { ImageLinkProps } from './ImageLink';
2
+ import { SetContainerProps } from '../SetContainer';
3
+ import { ChevronProps } from '../Chevron/Chevron.interface';
4
+
5
+ export interface ImageLinkSetProps extends SetContainerProps {
6
+ imageLinks: ImageLinkProps[];
7
+ callToActionRow?: ChevronProps[];
8
+ }
9
+ export declare const ImageLinkSet: (props: ImageLinkSetProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,98 @@
1
+ import { jsx, jsxs, Fragment } from "react/jsx-runtime";
2
+ import { buttons } from "../IconBillboard/IconBillboard.css.js";
3
+ import "../icons/ArrowIcon/ArrowIcon.css.js";
4
+ import "../icons/CheckIcon/CheckIcon.css.js";
5
+ /* empty css */
6
+ /* empty css */
7
+ /* empty css */
8
+ /* empty css */
9
+ /* empty css */
10
+ /* empty css */
11
+ import { Chevron } from "../Chevron/index.js";
12
+ import { getVariant } from "../utils/getVariant.js";
13
+ import "clsx";
14
+ import { Button } from "../Button/Button.js";
15
+ import "../Button/Button.css.js";
16
+ import "react";
17
+ import "react-use";
18
+ import { SetContainer } from "../SetContainer/SetContainer.js";
19
+ import "../SetContainer/SetContainer.css.js";
20
+ import "../Accordion/Accordion.js";
21
+ import "../Accordion/Accordion.css.js";
22
+ import "../AlertBanner/AlertBanner.css.js";
23
+ /* empty css */
24
+ /* empty css */
25
+ import "../Carousel/index.js";
26
+ /* empty css */
27
+ import "../HeroBanner/HeroBanner.css.js";
28
+ import "../ContentBanner/ContentBanner.css.js";
29
+ /* empty css */
30
+ import "../ExecutiveBio/ExecutiveBio.css.js";
31
+ import "../FaqAccordion/index.js";
32
+ import "../FooterDisclosure/FooterDisclosure.css.js";
33
+ import "../Forms/Forms.css.js";
34
+ import "../Forms/SalesforceFieldsForm.js";
35
+ import "@hookform/resolvers/zod";
36
+ import "../Input/Input.js";
37
+ import "../Input/Input.css.js";
38
+ import "../Input/InputPhone.js";
39
+ import "react-hook-form";
40
+ import "../ImageBillboard/ImageBillboard.css.js";
41
+ import ImageLink from "./ImageLink.js";
42
+ import "../LandingPageHeader/LandingPageHeader.css.js";
43
+ import "../Chevron/Chevron.css.js";
44
+ /* empty css */
45
+ import "../Modal/contextApi/store.js";
46
+ /* empty css */
47
+ /* empty css */
48
+ /* empty css */
49
+ /* empty css */
50
+ import "../StepItems/StepItems.css.js";
51
+ import "../Table/Table.css.js";
52
+ /* empty css */
53
+ import "next/script.js";
54
+ /* empty css */
55
+ /* empty css */
56
+ const ImageLinkSet = (props) => {
57
+ const { callToActionRow } = props;
58
+ const linksItems = props.imageLinks.map((item) => {
59
+ return /* @__PURE__ */ jsx(ImageLink, { ...item }, item.id);
60
+ });
61
+ const additionalDetails = /* @__PURE__ */ jsxs(Fragment, { children: [
62
+ props == null ? void 0 : props.additionalDetails,
63
+ callToActionRow && (callToActionRow == null ? void 0 : callToActionRow.length) > 0 && /* @__PURE__ */ jsx("div", { className: buttons, children: callToActionRow == null ? void 0 : callToActionRow.map(
64
+ ({ id, variant, displayText, targetUrl, type }) => type === "Button" ? /* @__PURE__ */ jsx(
65
+ Button,
66
+ {
67
+ targetUrl,
68
+ color: getVariant(variant),
69
+ size: "medium",
70
+ rounded: "medium",
71
+ children: displayText
72
+ },
73
+ id
74
+ ) : /* @__PURE__ */ jsx(
75
+ Chevron,
76
+ {
77
+ targetUrl,
78
+ variant: getVariant(variant),
79
+ children: displayText
80
+ },
81
+ id
82
+ )
83
+ ) })
84
+ ] });
85
+ return /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx(
86
+ SetContainer,
87
+ {
88
+ id: props.id,
89
+ variant: props.variant,
90
+ headline: props.headline,
91
+ additionalDetails,
92
+ children: linksItems
93
+ }
94
+ ) });
95
+ };
96
+ export {
97
+ ImageLinkSet
98
+ };
@@ -0,0 +1,2 @@
1
+ export * from './ImageLink';
2
+ export * from './ImageLinkSet';
@@ -0,0 +1,54 @@
1
+ import "react/jsx-runtime";
2
+ import "../Accordion/Accordion.js";
3
+ import "../Accordion/Accordion.css.js";
4
+ import "../icons/ArrowIcon/ArrowIcon.css.js";
5
+ import "../icons/CheckIcon/CheckIcon.css.js";
6
+ /* empty css */
7
+ /* empty css */
8
+ /* empty css */
9
+ /* empty css */
10
+ import "../Chevron/Chevron.css.js";
11
+ import "../AlertBanner/AlertBanner.css.js";
12
+ import "../Modal/contextApi/store.js";
13
+ import "clsx";
14
+ import "react";
15
+ import "../Button/Button.css.js";
16
+ import "react-use";
17
+ /* empty css */
18
+ import "../IconBillboard/IconBillboard.css.js";
19
+ /* empty css */
20
+ /* empty css */
21
+ /* empty css */
22
+ import "../Carousel/index.js";
23
+ /* empty css */
24
+ import "../HeroBanner/HeroBanner.css.js";
25
+ import "../ContentBanner/ContentBanner.css.js";
26
+ /* empty css */
27
+ import "../ExecutiveBio/ExecutiveBio.css.js";
28
+ import "../FaqAccordion/index.js";
29
+ import "../FooterDisclosure/FooterDisclosure.css.js";
30
+ import "../Forms/Forms.css.js";
31
+ import "../Forms/SalesforceFieldsForm.js";
32
+ import "@hookform/resolvers/zod";
33
+ import "../Input/Input.js";
34
+ import "../Input/Input.css.js";
35
+ import "../Input/InputPhone.js";
36
+ import "react-hook-form";
37
+ import "../SetContainer/SetContainer.css.js";
38
+ import "../ImageBillboard/ImageBillboard.css.js";
39
+ import { ImageLinkSet } from "./ImageLinkSet.js";
40
+ import "../LandingPageHeader/LandingPageHeader.css.js";
41
+ /* empty css */
42
+ /* empty css */
43
+ /* empty css */
44
+ /* empty css */
45
+ /* empty css */
46
+ import "../StepItems/StepItems.css.js";
47
+ import "../Table/Table.css.js";
48
+ /* empty css */
49
+ import "next/script.js";
50
+ /* empty css */
51
+ /* empty css */
52
+ export {
53
+ ImageLinkSet
54
+ };
@@ -131,7 +131,7 @@ export declare const input: import('@vanilla-extract/recipes').RuntimeFn<{
131
131
  }>;
132
132
  export declare const wrapper: import('@vanilla-extract/recipes').RuntimeFn<{
133
133
  [x: string]: {
134
- [x: string]: string | import("@vanilla-extract/css").ComplexStyleRule;
134
+ [x: string]: string | import('@vanilla-extract/css').ComplexStyleRule;
135
135
  };
136
136
  }>;
137
137
  export declare const helperText: import('@vanilla-extract/recipes').RuntimeFn<{
@@ -11,4 +11,4 @@ export interface InputProps extends InputHTMLAttributes<HTMLInputElement> {
11
11
  helperText?: ReactNode;
12
12
  variant?: QuaternaryTypes;
13
13
  }
14
- export declare const Input: import('react').ForwardRefExoticComponent<InputProps & import("react").RefAttributes<HTMLInputElement>>;
14
+ export declare const Input: import('react').ForwardRefExoticComponent<InputProps & import('react').RefAttributes<HTMLInputElement>>;
@@ -1,3 +1,3 @@
1
1
  import { InputProps } from '.';
2
2
 
3
- export declare const InputPhone: import('react').ForwardRefExoticComponent<InputProps & import("react").RefAttributes<HTMLInputElement>>;
3
+ export declare const InputPhone: import('react').ForwardRefExoticComponent<InputProps & import('react').RefAttributes<HTMLInputElement>>;
@@ -121,7 +121,7 @@ export declare const input: import('@vanilla-extract/recipes').RuntimeFn<{
121
121
  }>;
122
122
  export declare const wrapper: import('@vanilla-extract/recipes').RuntimeFn<{
123
123
  [x: string]: {
124
- [x: string]: string | import("@vanilla-extract/css").ComplexStyleRule;
124
+ [x: string]: string | import('@vanilla-extract/css').ComplexStyleRule;
125
125
  };
126
126
  }>;
127
127
  export declare const helperText: import('@vanilla-extract/recipes').RuntimeFn<{
@@ -1,56 +1,56 @@
1
- const header = "_header_11wge_1";
2
- const wrapper = "_wrapper_11wge_5";
3
- const header_main_row = "_header_main_row_11wge_11";
4
- const mobile_header = "_mobile_header_11wge_12";
5
- const logo_wrap = "_logo_wrap_11wge_18";
6
- const primary_links = "_primary_links_11wge_22";
7
- const main_nav_link = "_main_nav_link_11wge_26";
8
- const sub_nav_link = "_sub_nav_link_11wge_48";
9
- const signin_wrap = "_signin_wrap_11wge_50";
10
- const signin_btn = "_signin_btn_11wge_51";
11
- const sub_nav = "_sub_nav_11wge_48";
12
- const header_sub_row = "_header_sub_row_11wge_93";
13
- const signin_dropdown = "_signin_dropdown_11wge_109";
14
- const shadow = "_shadow_11wge_119";
15
- const signin_header = "_signin_header_11wge_127";
16
- const signin_subheader = "_signin_subheader_11wge_134";
17
- const opacity = "_opacity_11wge_156";
18
- const fadeInDown = "_fadeInDown_11wge_1";
19
- const footer = "_footer_11wge_162";
20
- const open = "_open_11wge_178";
21
- const dd_wrapper = "_dd_wrapper_11wge_190";
22
- const dd_media = "_dd_media_11wge_195";
23
- const dd_media_img = "_dd_media_img_11wge_200";
24
- const dd_site_navs = "_dd_site_navs_11wge_204";
25
- const dd_media_header = "_dd_media_header_11wge_211";
26
- const mt_8 = "_mt_8_11wge_220";
27
- const mt_16 = "_mt_16_11wge_224";
28
- const ml_8 = "_ml_8_11wge_228";
29
- const dd_media_cta = "_dd_media_cta_11wge_232";
30
- const reversed_row = "_reversed_row_11wge_246";
31
- const headline = "_headline_11wge_262";
32
- const nav_anchor = "_nav_anchor_11wge_268";
33
- const headline_cta = "_headline_cta_11wge_276";
34
- const site_lists = "_site_lists_11wge_291";
35
- const hamburger = "_hamburger_11wge_326";
36
- const mobile_only = "_mobile_only_11wge_340";
37
- const mobile_logo = "_mobile_logo_11wge_346";
38
- const highlight = "_highlight_11wge_351";
39
- const mobile_nav = "_mobile_nav_11wge_385";
40
- const mobile_opened = "_mobile_opened_11wge_395";
41
- const mobile_nav_item = "_mobile_nav_item_11wge_400";
42
- const has_dropdown = "_has_dropdown_11wge_415";
43
- const icon_wrap = "_icon_wrap_11wge_436";
44
- const mobile_footer = "_mobile_footer_11wge_441";
45
- const mobile_footer_content = "_mobile_footer_content_11wge_446";
46
- const mobile_footer_media = "_mobile_footer_media_11wge_460";
47
- const footer_cta = "_footer_cta_11wge_466";
48
- const inner_wrapper = "_inner_wrapper_11wge_494";
49
- const btn = "_btn_11wge_499";
50
- const sub_menu = "_sub_menu_11wge_504";
51
- const main = "_main_11wge_26";
52
- const dd_footer = "_dd_footer_11wge_529";
53
- const desktop_only = "_desktop_only_11wge_548";
1
+ const header = "_header_5tt5v_1";
2
+ const wrapper = "_wrapper_5tt5v_5";
3
+ const header_main_row = "_header_main_row_5tt5v_11";
4
+ const mobile_header = "_mobile_header_5tt5v_12";
5
+ const logo_wrap = "_logo_wrap_5tt5v_18";
6
+ const primary_links = "_primary_links_5tt5v_22";
7
+ const main_nav_link = "_main_nav_link_5tt5v_26";
8
+ const sub_nav_link = "_sub_nav_link_5tt5v_48";
9
+ const signin_wrap = "_signin_wrap_5tt5v_50";
10
+ const signin_btn = "_signin_btn_5tt5v_51";
11
+ const sub_nav = "_sub_nav_5tt5v_48";
12
+ const header_sub_row = "_header_sub_row_5tt5v_93";
13
+ const signin_dropdown = "_signin_dropdown_5tt5v_109";
14
+ const shadow = "_shadow_5tt5v_119";
15
+ const signin_header = "_signin_header_5tt5v_127";
16
+ const signin_subheader = "_signin_subheader_5tt5v_134";
17
+ const opacity = "_opacity_5tt5v_156";
18
+ const fadeInDown = "_fadeInDown_5tt5v_1";
19
+ const footer = "_footer_5tt5v_162";
20
+ const open = "_open_5tt5v_178";
21
+ const dd_wrapper = "_dd_wrapper_5tt5v_190";
22
+ const dd_media = "_dd_media_5tt5v_195";
23
+ const dd_media_img = "_dd_media_img_5tt5v_200";
24
+ const dd_site_navs = "_dd_site_navs_5tt5v_204";
25
+ const dd_media_header = "_dd_media_header_5tt5v_211";
26
+ const mt_8 = "_mt_8_5tt5v_220";
27
+ const mt_16 = "_mt_16_5tt5v_224";
28
+ const ml_8 = "_ml_8_5tt5v_228";
29
+ const dd_media_cta = "_dd_media_cta_5tt5v_232";
30
+ const reversed_row = "_reversed_row_5tt5v_246";
31
+ const headline = "_headline_5tt5v_262";
32
+ const nav_anchor = "_nav_anchor_5tt5v_268";
33
+ const headline_cta = "_headline_cta_5tt5v_276";
34
+ const site_lists = "_site_lists_5tt5v_291";
35
+ const hamburger = "_hamburger_5tt5v_326";
36
+ const mobile_only = "_mobile_only_5tt5v_340";
37
+ const mobile_logo = "_mobile_logo_5tt5v_346";
38
+ const highlight = "_highlight_5tt5v_351";
39
+ const mobile_nav = "_mobile_nav_5tt5v_387";
40
+ const mobile_opened = "_mobile_opened_5tt5v_397";
41
+ const mobile_nav_item = "_mobile_nav_item_5tt5v_402";
42
+ const has_dropdown = "_has_dropdown_5tt5v_417";
43
+ const icon_wrap = "_icon_wrap_5tt5v_438";
44
+ const mobile_footer = "_mobile_footer_5tt5v_443";
45
+ const mobile_footer_content = "_mobile_footer_content_5tt5v_448";
46
+ const mobile_footer_media = "_mobile_footer_media_5tt5v_462";
47
+ const footer_cta = "_footer_cta_5tt5v_468";
48
+ const inner_wrapper = "_inner_wrapper_5tt5v_496";
49
+ const btn = "_btn_5tt5v_501";
50
+ const sub_menu = "_sub_menu_5tt5v_506";
51
+ const main = "_main_5tt5v_26";
52
+ const dd_footer = "_dd_footer_5tt5v_531";
53
+ const desktop_only = "_desktop_only_5tt5v_550";
54
54
  const styles = {
55
55
  header,
56
56
  wrapper,
@@ -15,3 +15,4 @@ export declare const set_container: import('@vanilla-extract/recipes').RuntimeFn
15
15
  };
16
16
  }>;
17
17
  export declare const inline_container: string;
18
+ export declare const imageLinkContainer: string;
@@ -4,7 +4,9 @@
4
4
  import { createRuntimeFn } from "@vanilla-extract/recipes/createRuntimeFn";
5
5
  var set_container = createRuntimeFn({ defaultClassName: "_18ygy9m0", variantClassNames: { variant: { primary: "_18ygy9m1", secondary: "_18ygy9m2", tertiary: "_18ygy9m3", quaternary: "_18ygy9m4" } }, defaultVariants: {}, compoundVariants: [] });
6
6
  var inline_container = "_18ygy9m5";
7
+ var imageLinkContainer = "_18ygy9m6";
7
8
  export {
9
+ imageLinkContainer,
8
10
  inline_container,
9
11
  set_container
10
12
  };
@@ -75,7 +75,7 @@ const SetContainer = ({
75
75
  ),
76
76
  bodyCopy && /* @__PURE__ */ jsx(Fragment, { children: bodyCopy })
77
77
  ] }),
78
- /* @__PURE__ */ jsx("div", { className: `${inline_container}`, children }),
78
+ /* @__PURE__ */ jsx("div", { className: inline_container, children }),
79
79
  additionalDetails && /* @__PURE__ */ jsx("div", { className: clsx(section_text), children: /* @__PURE__ */ jsx(Fragment, { children: additionalDetails }) })
80
80
  ] })
81
81
  },