@axos-web-dev/shared-components 0.0.59 → 0.0.61
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/Carousel/index.js +4 -1
- package/dist/Chevron/index.js +4 -1
- package/dist/ContentBanner/ContentBanner.css.d.ts +7 -2
- package/dist/ContentBanner/ContentBanner.css.js +10 -6
- package/dist/ContentBanner/ContentBanner.interface.d.ts +7 -3
- package/dist/ContentBanner/index.js +8 -3
- package/dist/ExecutiveBio/ExecutiveBioSet.js +2 -2
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +4 -1
- package/dist/Forms/ContactUsBusiness.js +4 -1
- package/dist/Forms/EmailOnly.js +4 -1
- package/dist/Forms/RenderForm.js +4 -1
- package/dist/Forms/SuccesForm.js +4 -1
- package/dist/Hyperlink/index.js +4 -1
- package/dist/IconBillboard/IconBillboard.css.d.ts +19 -0
- package/dist/IconBillboard/IconBillboard.css.js +2 -0
- package/dist/IconBillboard/IconBillboardSet.js +3 -2
- package/dist/IconBillboard/index.js +2 -1
- package/dist/ImageLink/ImageLink.js +4 -1
- package/dist/ImageLink/ImageLinkSet.js +4 -1
- package/dist/ImageLink/index.js +4 -1
- package/dist/Modal/Modal.js +4 -1
- package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +53 -53
- package/dist/SetContainer/SetContainer.js +4 -1
- package/dist/StepItem/StepItem.css.d.ts +99 -0
- package/dist/StepItem/StepItem.css.js +21 -0
- package/dist/StepItem/StepItem.d.ts +10 -0
- package/dist/{StepItems/StepItems.js → StepItem/StepItem.js} +9 -9
- package/dist/StepItem/index.d.ts +2 -0
- package/dist/StepItem/index.js +12 -0
- package/dist/StepItemSet/StepItemSet.css.d.ts +61 -0
- package/dist/StepItemSet/StepItemSet.css.js +30 -0
- package/dist/StepItemSet/StepItemSet.d.ts +17 -0
- package/dist/{StepItems/StepItemsSet.js → StepItemSet/StepItemSet.js} +20 -25
- package/dist/StepItemSet/index.d.ts +2 -0
- package/dist/StepItemSet/index.js +17 -0
- package/dist/TopicalNavItem/TopicalNavItem.css.d.ts +5 -0
- package/dist/TopicalNavItem/TopicalNavItem.css.js +13 -0
- package/dist/TopicalNavItem/TopicalNavItem.d.ts +10 -0
- package/dist/TopicalNavItem/TopicalNavItem.js +46 -0
- package/dist/TopicalNavItem/index.d.ts +2 -0
- package/dist/TopicalNavItem/index.js +10 -0
- package/dist/TopicalNavSet/TopicalNavSet.css.d.ts +3 -0
- package/dist/TopicalNavSet/TopicalNavSet.css.js +9 -0
- package/dist/TopicalNavSet/TopicalNavSet.d.ts +8 -0
- package/dist/TopicalNavSet/TopicalNavSet.js +21 -0
- package/dist/TopicalNavSet/index.d.ts +2 -0
- package/dist/TopicalNavSet/index.js +8 -0
- package/dist/assets/AwardsBanner/AwardsBanner.css +3 -0
- package/dist/assets/AwardsItem/AwardsItem.css +9 -3
- package/dist/assets/ContentBanner/ContentBanner.css +33 -11
- package/dist/assets/ExecutiveBio/ExecutiveBio.css +3 -0
- package/dist/assets/IconBillboard/IconBillboard.css +18 -0
- package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +116 -116
- package/dist/assets/StepItem/StepItem.css +144 -0
- package/dist/assets/StepItemSet/StepItemSet.css +119 -0
- package/dist/assets/TopicalNavItem/TopicalNavItem.css +102 -0
- package/dist/assets/TopicalNavSet/TopicalNavSet.css +21 -0
- package/dist/main.d.ts +4 -1
- package/dist/main.js +22 -6
- package/package.json +4 -5
- package/dist/StepItems/StepItems.css.d.ts +0 -132
- package/dist/StepItems/StepItems.css.js +0 -45
- package/dist/StepItems/StepItems.d.ts +0 -3
- package/dist/StepItems/StepItems.interface.d.ts +0 -21
- package/dist/StepItems/StepItems.interface.js +0 -1
- package/dist/StepItems/StepItemsSet.d.ts +0 -3
- package/dist/StepItems/index.d.ts +0 -4
- package/dist/StepItems/index.js +0 -26
- package/dist/assets/StepItems/StepItems.css +0 -275
package/dist/Carousel/index.js
CHANGED
|
@@ -58,9 +58,12 @@ import "../Chevron/Chevron.css.js";
|
|
|
58
58
|
/* empty css */
|
|
59
59
|
/* empty css */
|
|
60
60
|
/* empty css */
|
|
61
|
-
import "../
|
|
61
|
+
import "../StepItem/StepItem.css.js";
|
|
62
|
+
import "../StepItemSet/StepItemSet.css.js";
|
|
62
63
|
import "../Table/Table.css.js";
|
|
63
64
|
/* empty css */
|
|
65
|
+
/* empty css */
|
|
66
|
+
/* empty css */
|
|
64
67
|
import "next/script.js";
|
|
65
68
|
/* empty css */
|
|
66
69
|
/* empty css */
|
package/dist/Chevron/index.js
CHANGED
|
@@ -58,9 +58,12 @@ import { chevron_wrapper, chevron } from "./Chevron.css.js";
|
|
|
58
58
|
/* empty css */
|
|
59
59
|
/* empty css */
|
|
60
60
|
/* empty css */
|
|
61
|
-
import "../
|
|
61
|
+
import "../StepItem/StepItem.css.js";
|
|
62
|
+
import "../StepItemSet/StepItemSet.css.js";
|
|
62
63
|
import "../Table/Table.css.js";
|
|
63
64
|
/* empty css */
|
|
65
|
+
/* empty css */
|
|
66
|
+
/* empty css */
|
|
64
67
|
import "next/script.js";
|
|
65
68
|
/* empty css */
|
|
66
69
|
/* empty css */
|
|
@@ -18,7 +18,7 @@ export declare const content_banner: import('@vanilla-extract/recipes').RuntimeF
|
|
|
18
18
|
};
|
|
19
19
|
};
|
|
20
20
|
}>;
|
|
21
|
-
export declare const
|
|
21
|
+
export declare const cb_eyebrow: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
22
22
|
variant: {
|
|
23
23
|
primary: {
|
|
24
24
|
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
@@ -27,7 +27,10 @@ export declare const headline: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
27
27
|
textShadow: "0px 0px #00000000";
|
|
28
28
|
};
|
|
29
29
|
secondary: {
|
|
30
|
-
|
|
30
|
+
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
31
|
+
backgroundClip: "text";
|
|
32
|
+
WebkitTextFillColor: "transparent";
|
|
33
|
+
textShadow: "0px 0px #00000000";
|
|
31
34
|
};
|
|
32
35
|
tertiary: {
|
|
33
36
|
color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
@@ -37,7 +40,9 @@ export declare const headline: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
37
40
|
};
|
|
38
41
|
};
|
|
39
42
|
}>;
|
|
43
|
+
export declare const push_down_24: string;
|
|
40
44
|
export declare const section_pad: string;
|
|
45
|
+
export declare const section_min_pad: string;
|
|
41
46
|
export declare const body_copy: string;
|
|
42
47
|
export declare const call_to_action_row: string;
|
|
43
48
|
export declare const link: string;
|
|
@@ -4,16 +4,20 @@
|
|
|
4
4
|
/* empty css */
|
|
5
5
|
import { createRuntimeFn } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
6
6
|
var content_banner = createRuntimeFn({ defaultClassName: "_1bwl51g0", variantClassNames: { variant: { primary: "_1bwl51g1", secondary: "_1bwl51g2", tertiary: "_1bwl51g3", quaternary: "_1bwl51g4" } }, defaultVariants: {}, compoundVariants: [] });
|
|
7
|
-
var
|
|
8
|
-
var
|
|
9
|
-
var
|
|
10
|
-
var
|
|
11
|
-
var
|
|
7
|
+
var cb_eyebrow = createRuntimeFn({ defaultClassName: "_1bwl51g5", variantClassNames: { variant: { primary: "_1bwl51g6", secondary: "_1bwl51g7", tertiary: "_1bwl51g8", quaternary: "_1bwl51g9" } }, defaultVariants: {}, compoundVariants: [] });
|
|
8
|
+
var push_down_24 = "_1bwl51ga";
|
|
9
|
+
var section_pad = "_1bwl51gb";
|
|
10
|
+
var section_min_pad = "_1bwl51gc";
|
|
11
|
+
var body_copy = "_1bwl51gd";
|
|
12
|
+
var call_to_action_row = "_1bwl51ge";
|
|
13
|
+
var link = "_1bwl51gf";
|
|
12
14
|
export {
|
|
13
15
|
body_copy,
|
|
14
16
|
call_to_action_row,
|
|
17
|
+
cb_eyebrow,
|
|
15
18
|
content_banner,
|
|
16
|
-
headline,
|
|
17
19
|
link,
|
|
20
|
+
push_down_24,
|
|
21
|
+
section_min_pad,
|
|
18
22
|
section_pad
|
|
19
23
|
};
|
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
import { ChevronProps } from '../Chevron/Chevron.interface';
|
|
2
2
|
import { ReactNode } from 'react';
|
|
3
|
+
import { ImageInterface } from '../IconBillboard';
|
|
3
4
|
|
|
4
5
|
export interface HeroBannerInterface {
|
|
5
6
|
id?: string;
|
|
6
7
|
className?: string;
|
|
7
|
-
variant
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
variant?: string;
|
|
9
|
+
icon?: ImageInterface;
|
|
10
|
+
eyebrow?: string | ReactNode;
|
|
11
|
+
headline?: string | ReactNode;
|
|
12
|
+
bodyCopy?: string | ReactNode;
|
|
10
13
|
callToActionRow?: boolean | ChevronProps[];
|
|
14
|
+
bannerSize?: string;
|
|
11
15
|
}
|
|
@@ -6,12 +6,15 @@ import { Button } from "../Button/Button.js";
|
|
|
6
6
|
import "../Button/Button.css.js";
|
|
7
7
|
import "react";
|
|
8
8
|
import "react-use";
|
|
9
|
-
import { content_banner, section_pad, body_copy, call_to_action_row, link } from "./ContentBanner.css.js";
|
|
9
|
+
import { content_banner, section_pad, section_min_pad, push_down_24, cb_eyebrow, body_copy, call_to_action_row, link } from "./ContentBanner.css.js";
|
|
10
10
|
const ContentBanner = ({
|
|
11
11
|
variant,
|
|
12
|
+
icon,
|
|
13
|
+
eyebrow,
|
|
12
14
|
headline,
|
|
13
15
|
bodyCopy,
|
|
14
16
|
callToActionRow,
|
|
17
|
+
bannerSize,
|
|
15
18
|
id
|
|
16
19
|
}) => {
|
|
17
20
|
const banner_variant = getVariant(variant);
|
|
@@ -19,9 +22,11 @@ const ContentBanner = ({
|
|
|
19
22
|
"section",
|
|
20
23
|
{
|
|
21
24
|
id: `id_${id}`,
|
|
22
|
-
className: `${content_banner({ variant: banner_variant })} ${section_pad}`,
|
|
25
|
+
className: `${content_banner({ variant: banner_variant })} ${bannerSize == "Large" ? section_pad : section_min_pad}`,
|
|
23
26
|
children: /* @__PURE__ */ jsxs("div", { className: `containment`, children: [
|
|
24
27
|
/* @__PURE__ */ jsxs("div", { className: `text_center`, children: [
|
|
28
|
+
icon && /* @__PURE__ */ jsx("div", { className: `${push_down_24} flex center`, role: "presentation", children: /* @__PURE__ */ jsx("img", { src: icon.src, alt: "" }) }),
|
|
29
|
+
eyebrow && /* @__PURE__ */ jsx("span", { className: cb_eyebrow({ variant: banner_variant }), children: eyebrow }),
|
|
25
30
|
/* @__PURE__ */ jsx(
|
|
26
31
|
"h1",
|
|
27
32
|
{
|
|
@@ -29,7 +34,7 @@ const ContentBanner = ({
|
|
|
29
34
|
children: headline
|
|
30
35
|
}
|
|
31
36
|
),
|
|
32
|
-
bodyCopy
|
|
37
|
+
bodyCopy && /* @__PURE__ */ jsx("div", { className: `${body_copy}`, children: bodyCopy })
|
|
33
38
|
] }),
|
|
34
39
|
Array.isArray(callToActionRow) && callToActionRow.length > 0 && /* @__PURE__ */ jsx("div", { className: `${call_to_action_row}`, children: callToActionRow?.map(
|
|
35
40
|
({ id: id2, variant: variant2, displayText, targetUrl, type }) => type === "Button" ? /* @__PURE__ */ jsx(
|
|
@@ -16,7 +16,7 @@ const ExecutiveBioSet = ({
|
|
|
16
16
|
title && /* @__PURE__ */ jsx("h2", { className: `header_1 ${header_theme({ variant })}`, children: title }),
|
|
17
17
|
description && /* @__PURE__ */ jsx(Fragment, { children: description })
|
|
18
18
|
] }) }),
|
|
19
|
-
/* @__PURE__ */ jsx("div", { className: components, children: executiveBios.map((bio
|
|
19
|
+
/* @__PURE__ */ jsx("div", { className: components, children: executiveBios.map((bio) => /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx(
|
|
20
20
|
ExecutiveBio,
|
|
21
21
|
{
|
|
22
22
|
id: `id_${bio.id}`,
|
|
@@ -30,7 +30,7 @@ const ExecutiveBioSet = ({
|
|
|
30
30
|
executiveHeadshot: { src: bio?.executiveHeadshot?.src || "" },
|
|
31
31
|
variant: bio?.variant
|
|
32
32
|
},
|
|
33
|
-
|
|
33
|
+
bio.id
|
|
34
34
|
) })) }),
|
|
35
35
|
additionalDetails && /* @__PURE__ */ jsx("div", { className: "containment", children: /* @__PURE__ */ jsx("div", { className: details, children: /* @__PURE__ */ jsx(Fragment, { children: additionalDetails }) }) })
|
|
36
36
|
] });
|
|
@@ -55,9 +55,12 @@ import "../../LandingPageHeader/LandingPageHeader.css.js";
|
|
|
55
55
|
/* empty css */
|
|
56
56
|
/* empty css */
|
|
57
57
|
/* empty css */
|
|
58
|
-
import "../../
|
|
58
|
+
import "../../StepItem/StepItem.css.js";
|
|
59
|
+
import "../../StepItemSet/StepItemSet.css.js";
|
|
59
60
|
import "../../Table/Table.css.js";
|
|
60
61
|
/* empty css */
|
|
62
|
+
/* empty css */
|
|
63
|
+
/* empty css */
|
|
61
64
|
import "next/script.js";
|
|
62
65
|
/* empty css */
|
|
63
66
|
/* empty css */
|
|
@@ -60,9 +60,12 @@ import "../Modal/contextApi/store.js";
|
|
|
60
60
|
/* empty css */
|
|
61
61
|
/* empty css */
|
|
62
62
|
/* empty css */
|
|
63
|
-
import "../
|
|
63
|
+
import "../StepItem/StepItem.css.js";
|
|
64
|
+
import "../StepItemSet/StepItemSet.css.js";
|
|
64
65
|
import "../Table/Table.css.js";
|
|
65
66
|
/* empty css */
|
|
67
|
+
/* empty css */
|
|
68
|
+
/* empty css */
|
|
66
69
|
import "next/script.js";
|
|
67
70
|
/* empty css */
|
|
68
71
|
/* empty css */
|
package/dist/Forms/EmailOnly.js
CHANGED
|
@@ -61,9 +61,12 @@ import "../Modal/contextApi/store.js";
|
|
|
61
61
|
/* empty css */
|
|
62
62
|
/* empty css */
|
|
63
63
|
/* empty css */
|
|
64
|
-
import "../
|
|
64
|
+
import "../StepItem/StepItem.css.js";
|
|
65
|
+
import "../StepItemSet/StepItemSet.css.js";
|
|
65
66
|
import "../Table/Table.css.js";
|
|
66
67
|
/* empty css */
|
|
68
|
+
/* empty css */
|
|
69
|
+
/* empty css */
|
|
67
70
|
import "next/script.js";
|
|
68
71
|
/* empty css */
|
|
69
72
|
/* empty css */
|
package/dist/Forms/RenderForm.js
CHANGED
|
@@ -54,9 +54,12 @@ import "../LandingPageHeader/LandingPageHeader.css.js";
|
|
|
54
54
|
/* empty css */
|
|
55
55
|
/* empty css */
|
|
56
56
|
/* empty css */
|
|
57
|
-
import "../
|
|
57
|
+
import "../StepItem/StepItem.css.js";
|
|
58
|
+
import "../StepItemSet/StepItemSet.css.js";
|
|
58
59
|
import "../Table/Table.css.js";
|
|
59
60
|
/* empty css */
|
|
61
|
+
/* empty css */
|
|
62
|
+
/* empty css */
|
|
60
63
|
import "next/script.js";
|
|
61
64
|
/* empty css */
|
|
62
65
|
/* empty css */
|
package/dist/Forms/SuccesForm.js
CHANGED
|
@@ -55,9 +55,12 @@ import "../LandingPageHeader/LandingPageHeader.css.js";
|
|
|
55
55
|
/* empty css */
|
|
56
56
|
/* empty css */
|
|
57
57
|
/* empty css */
|
|
58
|
-
import "../
|
|
58
|
+
import "../StepItem/StepItem.css.js";
|
|
59
|
+
import "../StepItemSet/StepItemSet.css.js";
|
|
59
60
|
import "../Table/Table.css.js";
|
|
60
61
|
/* empty css */
|
|
62
|
+
/* empty css */
|
|
63
|
+
/* empty css */
|
|
61
64
|
import "next/script.js";
|
|
62
65
|
/* empty css */
|
|
63
66
|
/* empty css */
|
package/dist/Hyperlink/index.js
CHANGED
|
@@ -57,9 +57,12 @@ import "../LandingPageHeader/LandingPageHeader.css.js";
|
|
|
57
57
|
/* empty css */
|
|
58
58
|
/* empty css */
|
|
59
59
|
/* empty css */
|
|
60
|
-
import "../
|
|
60
|
+
import "../StepItem/StepItem.css.js";
|
|
61
|
+
import "../StepItemSet/StepItemSet.css.js";
|
|
61
62
|
import "../Table/Table.css.js";
|
|
62
63
|
/* empty css */
|
|
64
|
+
/* empty css */
|
|
65
|
+
/* empty css */
|
|
63
66
|
import "next/script.js";
|
|
64
67
|
/* empty css */
|
|
65
68
|
/* empty css */
|
|
@@ -100,5 +100,24 @@ export declare const header_section: import('@vanilla-extract/recipes').RuntimeF
|
|
|
100
100
|
};
|
|
101
101
|
}>;
|
|
102
102
|
export declare const section_container: string;
|
|
103
|
+
export declare const section_body: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
104
|
+
variant: {
|
|
105
|
+
primary: {
|
|
106
|
+
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
107
|
+
border: "1px solid #D4D4D4";
|
|
108
|
+
};
|
|
109
|
+
secondary: {
|
|
110
|
+
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
111
|
+
};
|
|
112
|
+
tertiary: {
|
|
113
|
+
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
114
|
+
color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
115
|
+
};
|
|
116
|
+
quaternary: {
|
|
117
|
+
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
118
|
+
color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
121
|
+
}>;
|
|
103
122
|
export type ContainerVariants = RecipeVariants<typeof containerIconBillboard>;
|
|
104
123
|
export type LayoutVariants = RecipeVariants<typeof layout>;
|
|
@@ -15,6 +15,7 @@ var buttons = "_1r4ovbuh";
|
|
|
15
15
|
var section_text = "_1r4ovbui";
|
|
16
16
|
var header_section = createRuntimeFn({ defaultClassName: "_1r4ovbuj", variantClassNames: { variant: { primary: "_1r4ovbuk", secondary: "_1r4ovbul", tertiary: "_1r4ovbum", quaternary: "_1r4ovbun" } }, defaultVariants: {}, compoundVariants: [] });
|
|
17
17
|
var section_container = "_1r4ovbuo";
|
|
18
|
+
var section_body = createRuntimeFn({ defaultClassName: "_1r4ovbup", variantClassNames: { variant: { primary: "_1r4ovbuq", secondary: "_1r4ovbur", tertiary: "_1r4ovbus", quaternary: "_1r4ovbut" } }, defaultVariants: {}, compoundVariants: [] });
|
|
18
19
|
export {
|
|
19
20
|
billboard_icon,
|
|
20
21
|
buttons,
|
|
@@ -25,6 +26,7 @@ export {
|
|
|
25
26
|
layout,
|
|
26
27
|
list,
|
|
27
28
|
listItem,
|
|
29
|
+
section_body,
|
|
28
30
|
section_container,
|
|
29
31
|
section_text,
|
|
30
32
|
title
|
|
@@ -2,11 +2,12 @@ import { jsxs, jsx, Fragment } from "react/jsx-runtime";
|
|
|
2
2
|
import { BulletItem } from "../BulletItem/BulletItem.js";
|
|
3
3
|
import { Chevron } from "../Chevron/index.js";
|
|
4
4
|
import { getVariant } from "../utils/getVariant.js";
|
|
5
|
+
import clsx from "clsx";
|
|
5
6
|
import { Button } from "../Button/Button.js";
|
|
6
7
|
import "../Button/Button.css.js";
|
|
7
8
|
import "react";
|
|
8
9
|
import "react-use";
|
|
9
|
-
import { section_text, header_section, section_container, containerIconBillboard, layout, billboard_icon, content, headerIconBillboard, title, list, buttons } from "./IconBillboard.css.js";
|
|
10
|
+
import { section_text, header_section, section_body, section_container, containerIconBillboard, layout, billboard_icon, content, headerIconBillboard, title, list, buttons } from "./IconBillboard.css.js";
|
|
10
11
|
const IconBillboardSet = ({
|
|
11
12
|
variant,
|
|
12
13
|
side = false,
|
|
@@ -25,7 +26,7 @@ const IconBillboardSet = ({
|
|
|
25
26
|
children: headline
|
|
26
27
|
}
|
|
27
28
|
),
|
|
28
|
-
bodyCopy && /* @__PURE__ */ jsx(
|
|
29
|
+
bodyCopy && /* @__PURE__ */ jsx("div", { className: clsx(section_body({ variant })), children: bodyCopy })
|
|
29
30
|
] }),
|
|
30
31
|
/* @__PURE__ */ jsx("div", { className: section_container, children: iconBillboards.map(
|
|
31
32
|
({ id, icon, headline: headline2, bodyCopy: bodyCopy2, bullets, callToActionRow }) => /* @__PURE__ */ jsxs("div", { className: containerIconBillboard({ variant }), children: [
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IconBillboard } from "./IconBillboard.js";
|
|
2
|
-
import { billboard_icon, buttons, containerIconBillboard, content, headerIconBillboard, header_section, layout, list, listItem, section_container, section_text, title } from "./IconBillboard.css.js";
|
|
2
|
+
import { billboard_icon, buttons, containerIconBillboard, content, headerIconBillboard, header_section, layout, list, listItem, section_body, section_container, section_text, title } from "./IconBillboard.css.js";
|
|
3
3
|
import { IconBillboardSet } from "./IconBillboardSet.js";
|
|
4
4
|
export {
|
|
5
5
|
IconBillboard,
|
|
@@ -13,6 +13,7 @@ export {
|
|
|
13
13
|
layout,
|
|
14
14
|
list,
|
|
15
15
|
listItem,
|
|
16
|
+
section_body,
|
|
16
17
|
section_container,
|
|
17
18
|
section_text,
|
|
18
19
|
title
|
|
@@ -55,9 +55,12 @@ import "../Chevron/Chevron.css.js";
|
|
|
55
55
|
/* empty css */
|
|
56
56
|
/* empty css */
|
|
57
57
|
/* empty css */
|
|
58
|
-
import "../
|
|
58
|
+
import "../StepItem/StepItem.css.js";
|
|
59
|
+
import "../StepItemSet/StepItemSet.css.js";
|
|
59
60
|
import "../Table/Table.css.js";
|
|
60
61
|
/* empty css */
|
|
62
|
+
/* empty css */
|
|
63
|
+
/* empty css */
|
|
61
64
|
import "next/script.js";
|
|
62
65
|
/* empty css */
|
|
63
66
|
/* empty css */
|
|
@@ -59,9 +59,12 @@ import "../Modal/contextApi/store.js";
|
|
|
59
59
|
/* empty css */
|
|
60
60
|
/* empty css */
|
|
61
61
|
/* empty css */
|
|
62
|
-
import "../
|
|
62
|
+
import "../StepItem/StepItem.css.js";
|
|
63
|
+
import "../StepItemSet/StepItemSet.css.js";
|
|
63
64
|
import "../Table/Table.css.js";
|
|
64
65
|
/* empty css */
|
|
66
|
+
/* empty css */
|
|
67
|
+
/* empty css */
|
|
65
68
|
import "next/script.js";
|
|
66
69
|
/* empty css */
|
|
67
70
|
/* empty css */
|
package/dist/ImageLink/index.js
CHANGED
|
@@ -55,9 +55,12 @@ import "../LandingPageHeader/LandingPageHeader.css.js";
|
|
|
55
55
|
/* empty css */
|
|
56
56
|
/* empty css */
|
|
57
57
|
/* empty css */
|
|
58
|
-
import "../
|
|
58
|
+
import "../StepItem/StepItem.css.js";
|
|
59
|
+
import "../StepItemSet/StepItemSet.css.js";
|
|
59
60
|
import "../Table/Table.css.js";
|
|
60
61
|
/* empty css */
|
|
62
|
+
/* empty css */
|
|
63
|
+
/* empty css */
|
|
61
64
|
import "next/script.js";
|
|
62
65
|
/* empty css */
|
|
63
66
|
/* empty css */
|
package/dist/Modal/Modal.js
CHANGED
|
@@ -54,9 +54,12 @@ import "./contextApi/store.js";
|
|
|
54
54
|
/* empty css */
|
|
55
55
|
/* empty css */
|
|
56
56
|
/* empty css */
|
|
57
|
-
import "../
|
|
57
|
+
import "../StepItem/StepItem.css.js";
|
|
58
|
+
import "../StepItemSet/StepItemSet.css.js";
|
|
58
59
|
import "../Table/Table.css.js";
|
|
59
60
|
/* empty css */
|
|
61
|
+
/* empty css */
|
|
62
|
+
/* empty css */
|
|
60
63
|
import "next/script.js";
|
|
61
64
|
/* empty css */
|
|
62
65
|
/* empty css */
|
|
@@ -1,56 +1,56 @@
|
|
|
1
|
-
const header = "
|
|
2
|
-
const wrapper = "
|
|
3
|
-
const header_main_row = "
|
|
4
|
-
const mobile_header = "
|
|
5
|
-
const logo_wrap = "
|
|
6
|
-
const primary_links = "
|
|
7
|
-
const main_nav_link = "
|
|
8
|
-
const sub_nav_link = "
|
|
9
|
-
const signin_wrap = "
|
|
10
|
-
const signin_btn = "
|
|
11
|
-
const sub_nav = "
|
|
12
|
-
const header_sub_row = "
|
|
13
|
-
const signin_dropdown = "
|
|
14
|
-
const shadow = "
|
|
15
|
-
const signin_header = "
|
|
16
|
-
const signin_subheader = "
|
|
17
|
-
const opacity = "
|
|
18
|
-
const fadeInDown = "
|
|
19
|
-
const footer = "
|
|
20
|
-
const open = "
|
|
21
|
-
const dd_wrapper = "
|
|
22
|
-
const dd_media = "
|
|
23
|
-
const dd_media_img = "
|
|
24
|
-
const dd_site_navs = "
|
|
25
|
-
const dd_media_header = "
|
|
26
|
-
const mt_8 = "
|
|
27
|
-
const mt_16 = "
|
|
28
|
-
const ml_8 = "
|
|
29
|
-
const dd_media_cta = "
|
|
30
|
-
const reversed_row = "
|
|
31
|
-
const headline = "
|
|
32
|
-
const nav_anchor = "
|
|
33
|
-
const headline_cta = "
|
|
34
|
-
const site_lists = "
|
|
35
|
-
const hamburger = "
|
|
36
|
-
const mobile_only = "
|
|
37
|
-
const mobile_logo = "
|
|
38
|
-
const highlight = "
|
|
39
|
-
const mobile_nav = "
|
|
40
|
-
const mobile_opened = "
|
|
41
|
-
const mobile_nav_item = "
|
|
42
|
-
const has_dropdown = "
|
|
43
|
-
const icon_wrap = "
|
|
44
|
-
const mobile_footer = "
|
|
45
|
-
const mobile_footer_content = "
|
|
46
|
-
const mobile_footer_media = "
|
|
47
|
-
const footer_cta = "
|
|
48
|
-
const inner_wrapper = "
|
|
49
|
-
const btn = "
|
|
50
|
-
const sub_menu = "
|
|
51
|
-
const main = "
|
|
52
|
-
const dd_footer = "
|
|
53
|
-
const desktop_only = "
|
|
1
|
+
const header = "_header_1i6pg_1";
|
|
2
|
+
const wrapper = "_wrapper_1i6pg_5";
|
|
3
|
+
const header_main_row = "_header_main_row_1i6pg_11";
|
|
4
|
+
const mobile_header = "_mobile_header_1i6pg_12";
|
|
5
|
+
const logo_wrap = "_logo_wrap_1i6pg_18";
|
|
6
|
+
const primary_links = "_primary_links_1i6pg_22";
|
|
7
|
+
const main_nav_link = "_main_nav_link_1i6pg_26";
|
|
8
|
+
const sub_nav_link = "_sub_nav_link_1i6pg_48";
|
|
9
|
+
const signin_wrap = "_signin_wrap_1i6pg_50";
|
|
10
|
+
const signin_btn = "_signin_btn_1i6pg_51";
|
|
11
|
+
const sub_nav = "_sub_nav_1i6pg_48";
|
|
12
|
+
const header_sub_row = "_header_sub_row_1i6pg_93";
|
|
13
|
+
const signin_dropdown = "_signin_dropdown_1i6pg_109";
|
|
14
|
+
const shadow = "_shadow_1i6pg_119";
|
|
15
|
+
const signin_header = "_signin_header_1i6pg_127";
|
|
16
|
+
const signin_subheader = "_signin_subheader_1i6pg_134";
|
|
17
|
+
const opacity = "_opacity_1i6pg_156";
|
|
18
|
+
const fadeInDown = "_fadeInDown_1i6pg_1";
|
|
19
|
+
const footer = "_footer_1i6pg_162";
|
|
20
|
+
const open = "_open_1i6pg_178";
|
|
21
|
+
const dd_wrapper = "_dd_wrapper_1i6pg_190";
|
|
22
|
+
const dd_media = "_dd_media_1i6pg_195";
|
|
23
|
+
const dd_media_img = "_dd_media_img_1i6pg_200";
|
|
24
|
+
const dd_site_navs = "_dd_site_navs_1i6pg_204";
|
|
25
|
+
const dd_media_header = "_dd_media_header_1i6pg_211";
|
|
26
|
+
const mt_8 = "_mt_8_1i6pg_220";
|
|
27
|
+
const mt_16 = "_mt_16_1i6pg_224";
|
|
28
|
+
const ml_8 = "_ml_8_1i6pg_228";
|
|
29
|
+
const dd_media_cta = "_dd_media_cta_1i6pg_232";
|
|
30
|
+
const reversed_row = "_reversed_row_1i6pg_246";
|
|
31
|
+
const headline = "_headline_1i6pg_262";
|
|
32
|
+
const nav_anchor = "_nav_anchor_1i6pg_268";
|
|
33
|
+
const headline_cta = "_headline_cta_1i6pg_276";
|
|
34
|
+
const site_lists = "_site_lists_1i6pg_291";
|
|
35
|
+
const hamburger = "_hamburger_1i6pg_326";
|
|
36
|
+
const mobile_only = "_mobile_only_1i6pg_340";
|
|
37
|
+
const mobile_logo = "_mobile_logo_1i6pg_346";
|
|
38
|
+
const highlight = "_highlight_1i6pg_351";
|
|
39
|
+
const mobile_nav = "_mobile_nav_1i6pg_387";
|
|
40
|
+
const mobile_opened = "_mobile_opened_1i6pg_398";
|
|
41
|
+
const mobile_nav_item = "_mobile_nav_item_1i6pg_402";
|
|
42
|
+
const has_dropdown = "_has_dropdown_1i6pg_417";
|
|
43
|
+
const icon_wrap = "_icon_wrap_1i6pg_438";
|
|
44
|
+
const mobile_footer = "_mobile_footer_1i6pg_443";
|
|
45
|
+
const mobile_footer_content = "_mobile_footer_content_1i6pg_448";
|
|
46
|
+
const mobile_footer_media = "_mobile_footer_media_1i6pg_462";
|
|
47
|
+
const footer_cta = "_footer_cta_1i6pg_468";
|
|
48
|
+
const inner_wrapper = "_inner_wrapper_1i6pg_496";
|
|
49
|
+
const btn = "_btn_1i6pg_501";
|
|
50
|
+
const sub_menu = "_sub_menu_1i6pg_506";
|
|
51
|
+
const main = "_main_1i6pg_26";
|
|
52
|
+
const dd_footer = "_dd_footer_1i6pg_531";
|
|
53
|
+
const desktop_only = "_desktop_only_1i6pg_550";
|
|
54
54
|
const styles = {
|
|
55
55
|
header,
|
|
56
56
|
wrapper,
|
|
@@ -55,9 +55,12 @@ import "../Chevron/Chevron.css.js";
|
|
|
55
55
|
/* empty css */
|
|
56
56
|
/* empty css */
|
|
57
57
|
/* empty css */
|
|
58
|
-
import "../
|
|
58
|
+
import "../StepItem/StepItem.css.js";
|
|
59
|
+
import "../StepItemSet/StepItemSet.css.js";
|
|
59
60
|
import "../Table/Table.css.js";
|
|
60
61
|
/* empty css */
|
|
62
|
+
/* empty css */
|
|
63
|
+
/* empty css */
|
|
61
64
|
import "next/script.js";
|
|
62
65
|
/* empty css */
|
|
63
66
|
/* empty css */
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
export declare const li: string;
|
|
2
|
+
export declare const line_points: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
3
|
+
variant: {
|
|
4
|
+
primary: {
|
|
5
|
+
borderColor: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
6
|
+
};
|
|
7
|
+
secondary: {
|
|
8
|
+
borderColor: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
9
|
+
};
|
|
10
|
+
tertiary: {
|
|
11
|
+
borderColor: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
12
|
+
};
|
|
13
|
+
quaternary: {
|
|
14
|
+
borderColor: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
}>;
|
|
18
|
+
export declare const point: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
19
|
+
variant: {
|
|
20
|
+
primary: {
|
|
21
|
+
selectors: {
|
|
22
|
+
[x: string]: {
|
|
23
|
+
borderColor: "#4D85B0";
|
|
24
|
+
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
25
|
+
} | {
|
|
26
|
+
borderColor: "#4A5560";
|
|
27
|
+
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
secondary: {
|
|
32
|
+
selectors: {
|
|
33
|
+
[x: string]: {
|
|
34
|
+
borderColor: "#4D85B0";
|
|
35
|
+
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
36
|
+
} | {
|
|
37
|
+
borderColor: "#4A5560";
|
|
38
|
+
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
tertiary: {
|
|
43
|
+
selectors: {
|
|
44
|
+
[x: string]: {
|
|
45
|
+
borderColor: "#FAA74A";
|
|
46
|
+
background: "#1E3860";
|
|
47
|
+
} | {
|
|
48
|
+
borderColor: "#FAA74A";
|
|
49
|
+
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
quaternary: {
|
|
54
|
+
selectors: {
|
|
55
|
+
[x: string]: {
|
|
56
|
+
borderColor: "#FAA74A";
|
|
57
|
+
background: "#1E3860";
|
|
58
|
+
} | {
|
|
59
|
+
borderColor: "#FAA74A";
|
|
60
|
+
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
}>;
|
|
66
|
+
export declare const step_num: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
67
|
+
variant: {
|
|
68
|
+
primary: {
|
|
69
|
+
color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
70
|
+
};
|
|
71
|
+
secondary: {
|
|
72
|
+
color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
73
|
+
};
|
|
74
|
+
tertiary: {
|
|
75
|
+
color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
76
|
+
};
|
|
77
|
+
quaternary: {
|
|
78
|
+
color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
}>;
|
|
82
|
+
export declare const bullet_details: string;
|
|
83
|
+
export declare const bs_topic: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
84
|
+
variant: {
|
|
85
|
+
primary: {
|
|
86
|
+
color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
87
|
+
};
|
|
88
|
+
secondary: {
|
|
89
|
+
color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
90
|
+
};
|
|
91
|
+
tertiary: {
|
|
92
|
+
color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
93
|
+
};
|
|
94
|
+
quaternary: {
|
|
95
|
+
color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
98
|
+
}>;
|
|
99
|
+
export declare const bs_copy: string;
|