@axos-web-dev/shared-components 0.0.66 → 0.0.68
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/AwardsBanner/AwardsBanner.js +3 -3
- package/dist/AwardsItem/AwardsItem.js +13 -5
- package/dist/BulletItem/BulletItem.js +1 -1
- package/dist/Calculators/Calculator.js +7 -2
- package/dist/CallToActionBar/CallToActionBar.css.d.ts +1 -0
- package/dist/CallToActionBar/CallToActionBar.css.js +18 -16
- package/dist/CallToActionBar/index.js +24 -17
- package/dist/Carousel/index.js +7 -2
- package/dist/Chevron/index.js +7 -2
- package/dist/Comparison/Comparison.css.d.ts +42 -0
- package/dist/Comparison/Comparison.css.js +27 -0
- package/dist/Comparison/Comparison.d.ts +3 -0
- package/dist/Comparison/Comparison.interface.d.ts +24 -0
- package/dist/Comparison/Comparison.interface.js +1 -0
- package/dist/Comparison/Comparison.js +143 -0
- package/dist/Comparison/ComparisonSet.d.ts +3 -0
- package/dist/{Forms/RenderForm.js → Comparison/ComparisonSet.js} +112 -36
- package/dist/Comparison/index.d.ts +3 -0
- package/dist/Comparison/index.js +15 -0
- package/dist/DownloadTile/index.js +9 -7
- package/dist/ExecutiveBio/ExecutiveBio.js +5 -4
- package/dist/FaqAccordion/index.d.ts +6 -4
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +7 -2
- package/dist/Forms/ApplicationStart.d.ts +1 -1
- package/dist/Forms/ApplicationStart.js +7 -1
- package/dist/Forms/CommercialLending.d.ts +15 -0
- package/dist/Forms/CommercialLending.js +288 -0
- package/dist/Forms/ContactCompany.d.ts +2 -17
- package/dist/Forms/ContactCompany.js +7 -1
- package/dist/Forms/ContactUs.d.ts +9 -0
- package/dist/Forms/ContactUs.js +181 -0
- package/dist/Forms/ContactUsAAS.d.ts +13 -0
- package/dist/Forms/ContactUsAAS.js +330 -0
- package/dist/Forms/ContactUsBusiness.d.ts +1 -1
- package/dist/Forms/ContactUsBusiness.js +14 -3
- package/dist/Forms/DealerServices.d.ts +2 -17
- package/dist/Forms/DealerServices.js +7 -1
- package/dist/Forms/EmailOnly.d.ts +1 -1
- package/dist/Forms/EmailOnly.js +7 -2
- package/dist/Forms/EmailUs.d.ts +7 -0
- package/dist/Forms/EmailUs.js +125 -0
- package/dist/Forms/FormEnums.d.ts +2 -0
- package/dist/Forms/FormEnums.js +18 -0
- package/dist/Forms/FormProps.d.ts +17 -0
- package/dist/Forms/FormProps.js +1 -0
- package/dist/Forms/Forms.css.d.ts +8 -0
- package/dist/Forms/Forms.css.js +12 -10
- package/dist/Forms/SalesforceFieldsForm.d.ts +12 -0
- package/dist/Forms/SalesforceFieldsForm.js +4 -1
- package/dist/Forms/ScheduleCall.d.ts +5 -18
- package/dist/Forms/ScheduleCall.js +65 -6
- package/dist/Forms/ScheduleCallPremier.d.ts +1 -1
- package/dist/Forms/ScheduleCallPremier.js +15 -2
- package/dist/Forms/SuccesForm.js +8 -3
- package/dist/Forms/WcplSurvey.d.ts +8 -0
- package/dist/Forms/WcplSurvey.js +194 -0
- package/dist/Forms/index.d.ts +9 -4
- package/dist/Forms/index.js +15 -7
- package/dist/Hyperlink/index.js +7 -2
- package/dist/IconBillboard/IconBillboard.css.d.ts +2 -0
- package/dist/ImageBillboard/ImageBillboardSet.js +1 -1
- package/dist/ImageLink/ImageLink.js +14 -9
- package/dist/ImageLink/ImageLinkSet.js +5 -0
- package/dist/ImageLink/index.js +7 -2
- package/dist/Input/Checkbox.d.ts +1 -1
- package/dist/Input/DatePicker.css.d.ts +1 -0
- package/dist/Input/DatePicker.css.js +6 -0
- package/dist/Input/Datepicker.d.ts +4 -0
- package/dist/Input/Datepicker.js +40 -0
- package/dist/Input/Input.d.ts +1 -12
- package/dist/Input/Input.js +3 -1
- package/dist/Input/InputProps.d.ts +9 -0
- package/dist/Input/RadioButton.css.d.ts +15 -0
- package/dist/Input/RadioButton.css.js +10 -0
- package/dist/Input/RadioButton.d.ts +5 -0
- package/dist/Input/RadioButton.js +50 -0
- package/dist/Input/index.d.ts +1 -0
- package/dist/LandingPageHeader/LandingPageHeader.js +2 -2
- package/dist/LandingPageHeader/index.d.ts +1 -0
- package/dist/LandingPageHeader/index.js +6 -1
- package/dist/LoadingIndicator/LoadingIndicator.css.d.ts +16 -0
- package/dist/LoadingIndicator/LoadingIndicator.css.js +6 -0
- package/dist/LoadingIndicator/index.d.ts +10 -0
- package/dist/LoadingIndicator/index.js +20 -0
- package/dist/Modal/Modal.js +7 -2
- package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +56 -53
- package/dist/NavigationMenu/AxosAdvisorServices/SubNavBar.d.ts +1 -1
- package/dist/NavigationMenu/AxosAdvisorServices/SubNavBar.js +15 -11
- package/dist/NavigationMenu/AxosAdvisorServices/index.js +1 -1
- package/dist/SetContainer/SetContainer.css.d.ts +35 -0
- package/dist/SetContainer/SetContainer.css.js +10 -2
- package/dist/SetContainer/SetContainer.d.ts +6 -2
- package/dist/SetContainer/SetContainer.js +42 -19
- package/dist/SetContainer/index.js +6 -2
- package/dist/Tab/Tab.css.d.ts +37 -0
- package/dist/Tab/Tab.css.js +13 -0
- package/dist/Tab/Tab.d.ts +10 -0
- package/dist/Tab/Tab.js +25 -0
- package/dist/Tab/TabContainer.d.ts +5 -0
- package/dist/Tab/TabContainer.js +10 -0
- package/dist/Tab/index.d.ts +2 -0
- package/dist/Tab/index.js +6 -0
- package/dist/Table/Table.d.ts +2 -2
- package/dist/Table/Table.interface.d.ts +3 -1
- package/dist/Table/Table.js +11 -3
- package/dist/TopicalNavItem/TopicalNavItem.d.ts +1 -1
- package/dist/TopicalNavItem/TopicalNavItem.js +40 -31
- package/dist/TopicalNavSet/TopicalNavSet.js +5 -5
- package/dist/VideoTile/VideoTile.interface.d.ts +3 -0
- package/dist/VideoTile/VideoTile.js +3 -1
- package/dist/assets/CallToActionBar/CallToActionBar.css +35 -27
- package/dist/assets/Carousel/Carousel.css +2 -0
- package/dist/assets/Chevron/Chevron.css +1 -1
- package/dist/assets/Comparison/Comparison.css +141 -0
- package/dist/assets/Forms/Forms.css +46 -35
- package/dist/assets/IconBillboard/IconBillboard.css +4 -0
- package/dist/assets/Input/DatePicker.css +86 -0
- package/dist/assets/Input/Input.css +1 -0
- package/dist/assets/Input/RadioButton.css +31 -0
- package/dist/assets/LoadingIndicator/LoadingIndicator.css +27 -0
- package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css +125 -117
- package/dist/assets/SetContainer/SetContainer.css +63 -5
- package/dist/assets/Tab/Tab.css +49 -0
- package/dist/assets/globals.css +6 -0
- package/dist/assets/icons/Star/Star.css +6 -0
- package/dist/icons/Logos/AAS.js +29 -26
- package/dist/icons/Logos/AFS.js +29 -26
- package/dist/icons/Logos/AXA.js +31 -28
- package/dist/icons/Logos/AXC.js +29 -26
- package/dist/icons/Logos/AXI.js +55 -52
- package/dist/icons/Logos/AXOS.js +30 -27
- package/dist/icons/Star/Star.css.d.ts +13 -0
- package/dist/icons/Star/Star.css.js +6 -0
- package/dist/icons/Star/index.d.ts +9 -0
- package/dist/icons/Star/index.js +26 -0
- package/dist/main.d.ts +5 -2
- package/dist/main.js +99 -63
- package/dist/utils/variant.types.d.ts +1 -0
- package/package.json +5 -3
- package/dist/Forms/RenderForm.d.ts +0 -8
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare const loader: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
2
|
+
variant: {
|
|
3
|
+
primary: {
|
|
4
|
+
borderTop: "12px solid #213a63";
|
|
5
|
+
};
|
|
6
|
+
secondary: {
|
|
7
|
+
borderTop: "12px solid #213a63";
|
|
8
|
+
};
|
|
9
|
+
tertiary: {
|
|
10
|
+
borderTop: "12px solid #faa74a";
|
|
11
|
+
};
|
|
12
|
+
quaternary: {
|
|
13
|
+
borderTop: "12px solid #faa74a";
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
}>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/* empty css */
|
|
2
|
+
import { createRuntimeFn } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
3
|
+
var loader = createRuntimeFn({ defaultClassName: "w7xgn41", variantClassNames: { variant: { primary: "w7xgn42", secondary: "w7xgn43", tertiary: "w7xgn44", quaternary: "w7xgn45" } }, defaultVariants: {}, compoundVariants: [] });
|
|
4
|
+
export {
|
|
5
|
+
loader
|
|
6
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { QuaternaryTypes } from '../utils';
|
|
2
|
+
import { CSSProperties } from 'react';
|
|
3
|
+
|
|
4
|
+
export interface LoadingIndicatorProps {
|
|
5
|
+
width?: number;
|
|
6
|
+
height?: number;
|
|
7
|
+
variant: QuaternaryTypes;
|
|
8
|
+
style?: CSSProperties;
|
|
9
|
+
}
|
|
10
|
+
export declare const LoadingIndicator: ({ width, height, variant, style, }: LoadingIndicatorProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import { getVariant } from "../utils/getVariant.js";
|
|
3
|
+
import { loader } from "./LoadingIndicator.css.js";
|
|
4
|
+
const LoadingIndicator = ({
|
|
5
|
+
width = 50,
|
|
6
|
+
height = 50,
|
|
7
|
+
variant,
|
|
8
|
+
style
|
|
9
|
+
}) => {
|
|
10
|
+
return /* @__PURE__ */ jsx(
|
|
11
|
+
"div",
|
|
12
|
+
{
|
|
13
|
+
style: { ...style, width: `${width}px`, height: `${height}px` },
|
|
14
|
+
className: loader({ variant: getVariant(variant) })
|
|
15
|
+
}
|
|
16
|
+
);
|
|
17
|
+
};
|
|
18
|
+
export {
|
|
19
|
+
LoadingIndicator
|
|
20
|
+
};
|
package/dist/Modal/Modal.js
CHANGED
|
@@ -34,20 +34,25 @@ import "clsx";
|
|
|
34
34
|
import "react-hook-form";
|
|
35
35
|
import "../Forms/Forms.css.js";
|
|
36
36
|
import "../Forms/SalesforceFieldsForm.js";
|
|
37
|
+
import "../LoadingIndicator/LoadingIndicator.css.js";
|
|
38
|
+
import "../Input/RadioButton.js";
|
|
37
39
|
import "iframe-resizer";
|
|
38
40
|
import "../Calculators/calculator.css.js";
|
|
39
41
|
/* empty css */
|
|
40
42
|
import "../Carousel/index.js";
|
|
41
43
|
/* empty css */
|
|
44
|
+
import "../Comparison/Comparison.css.js";
|
|
42
45
|
import "../HeroBanner/HeroBanner.css.js";
|
|
46
|
+
import "../HeroBanner/SelectionBanner.css.js";
|
|
47
|
+
import "../SetContainer/SetContainer.css.js";
|
|
48
|
+
import "../Tab/Tab.css.js";
|
|
49
|
+
import "../icons/Star/Star.css.js";
|
|
43
50
|
import "../ContentBanner/ContentBanner.css.js";
|
|
44
51
|
/* empty css */
|
|
45
52
|
import "../ExecutiveBio/ExecutiveBio.css.js";
|
|
46
53
|
import "../FaqAccordion/index.js";
|
|
47
54
|
import "../FooterDisclosure/FooterDisclosure.css.js";
|
|
48
55
|
/* empty css */
|
|
49
|
-
import "../HeroBanner/SelectionBanner.css.js";
|
|
50
|
-
import "../SetContainer/SetContainer.css.js";
|
|
51
56
|
import "../ImageBillboard/ImageBillboard.css.js";
|
|
52
57
|
import "../LandingPageHeader/LandingPageHeader.css.js";
|
|
53
58
|
import "./contextApi/store.js";
|
|
@@ -1,59 +1,61 @@
|
|
|
1
|
-
const header = "
|
|
2
|
-
const wrapper = "
|
|
3
|
-
const
|
|
4
|
-
const
|
|
5
|
-
const
|
|
6
|
-
const
|
|
7
|
-
const
|
|
8
|
-
const
|
|
9
|
-
const
|
|
10
|
-
const
|
|
11
|
-
const
|
|
12
|
-
const
|
|
13
|
-
const
|
|
14
|
-
const
|
|
15
|
-
const
|
|
16
|
-
const
|
|
17
|
-
const
|
|
18
|
-
const
|
|
19
|
-
const
|
|
20
|
-
const
|
|
21
|
-
const
|
|
22
|
-
const
|
|
23
|
-
const
|
|
24
|
-
const
|
|
25
|
-
const
|
|
26
|
-
const
|
|
27
|
-
const
|
|
28
|
-
const
|
|
29
|
-
const
|
|
30
|
-
const
|
|
31
|
-
const
|
|
32
|
-
const
|
|
33
|
-
const
|
|
34
|
-
const
|
|
35
|
-
const
|
|
36
|
-
const
|
|
37
|
-
const
|
|
38
|
-
const
|
|
39
|
-
const
|
|
40
|
-
const
|
|
41
|
-
const
|
|
42
|
-
const
|
|
43
|
-
const
|
|
44
|
-
const
|
|
45
|
-
const
|
|
46
|
-
const
|
|
47
|
-
const
|
|
48
|
-
const
|
|
49
|
-
const
|
|
50
|
-
const
|
|
51
|
-
const
|
|
52
|
-
const
|
|
53
|
-
const
|
|
1
|
+
const header = "_header_ltfms_1";
|
|
2
|
+
const wrapper = "_wrapper_ltfms_5";
|
|
3
|
+
const main_nav = "_main_nav_ltfms_11";
|
|
4
|
+
const header_main_row = "_header_main_row_ltfms_18";
|
|
5
|
+
const mobile_header = "_mobile_header_ltfms_19";
|
|
6
|
+
const logo_wrap = "_logo_wrap_ltfms_25";
|
|
7
|
+
const primary_links = "_primary_links_ltfms_29";
|
|
8
|
+
const main_nav_link = "_main_nav_link_ltfms_33";
|
|
9
|
+
const sub_nav_link = "_sub_nav_link_ltfms_55";
|
|
10
|
+
const signin_wrap = "_signin_wrap_ltfms_57";
|
|
11
|
+
const signin_btn = "_signin_btn_ltfms_58";
|
|
12
|
+
const sub_nav = "_sub_nav_ltfms_55";
|
|
13
|
+
const header_sub_row = "_header_sub_row_ltfms_100";
|
|
14
|
+
const signin_dropdown = "_signin_dropdown_ltfms_116";
|
|
15
|
+
const shadow = "_shadow_ltfms_126";
|
|
16
|
+
const signin_header = "_signin_header_ltfms_134";
|
|
17
|
+
const signin_subheader = "_signin_subheader_ltfms_141";
|
|
18
|
+
const opacity = "_opacity_ltfms_163";
|
|
19
|
+
const fadeInDown = "_fadeInDown_ltfms_1";
|
|
20
|
+
const footer = "_footer_ltfms_169";
|
|
21
|
+
const open = "_open_ltfms_185";
|
|
22
|
+
const dd_wrapper = "_dd_wrapper_ltfms_197";
|
|
23
|
+
const dd_media = "_dd_media_ltfms_202";
|
|
24
|
+
const dd_media_img = "_dd_media_img_ltfms_207";
|
|
25
|
+
const dd_site_navs = "_dd_site_navs_ltfms_211";
|
|
26
|
+
const dd_media_header = "_dd_media_header_ltfms_218";
|
|
27
|
+
const mt_8 = "_mt_8_ltfms_227";
|
|
28
|
+
const mt_16 = "_mt_16_ltfms_231";
|
|
29
|
+
const ml_8 = "_ml_8_ltfms_235";
|
|
30
|
+
const dd_media_cta = "_dd_media_cta_ltfms_239";
|
|
31
|
+
const reversed_row = "_reversed_row_ltfms_253";
|
|
32
|
+
const headline = "_headline_ltfms_269";
|
|
33
|
+
const nav_anchor = "_nav_anchor_ltfms_275";
|
|
34
|
+
const headline_cta = "_headline_cta_ltfms_283";
|
|
35
|
+
const site_lists = "_site_lists_ltfms_298";
|
|
36
|
+
const hamburger = "_hamburger_ltfms_333";
|
|
37
|
+
const mobile_only = "_mobile_only_ltfms_347";
|
|
38
|
+
const mobile_logo = "_mobile_logo_ltfms_353";
|
|
39
|
+
const highlight = "_highlight_ltfms_358";
|
|
40
|
+
const mobile_nav = "_mobile_nav_ltfms_394";
|
|
41
|
+
const mobile_opened = "_mobile_opened_ltfms_405";
|
|
42
|
+
const mobile_nav_item = "_mobile_nav_item_ltfms_409";
|
|
43
|
+
const has_dropdown = "_has_dropdown_ltfms_424";
|
|
44
|
+
const icon_wrap = "_icon_wrap_ltfms_445";
|
|
45
|
+
const mobile_footer = "_mobile_footer_ltfms_450";
|
|
46
|
+
const mobile_footer_content = "_mobile_footer_content_ltfms_455";
|
|
47
|
+
const mobile_footer_media = "_mobile_footer_media_ltfms_469";
|
|
48
|
+
const footer_cta = "_footer_cta_ltfms_475";
|
|
49
|
+
const inner_wrapper = "_inner_wrapper_ltfms_503";
|
|
50
|
+
const btn = "_btn_ltfms_508";
|
|
51
|
+
const sub_menu = "_sub_menu_ltfms_514";
|
|
52
|
+
const main = "_main_ltfms_11";
|
|
53
|
+
const dd_footer = "_dd_footer_ltfms_539";
|
|
54
|
+
const desktop_only = "_desktop_only_ltfms_559";
|
|
54
55
|
const styles = {
|
|
55
56
|
header,
|
|
56
57
|
wrapper,
|
|
58
|
+
main_nav,
|
|
57
59
|
header_main_row,
|
|
58
60
|
mobile_header,
|
|
59
61
|
logo_wrap,
|
|
@@ -132,6 +134,7 @@ export {
|
|
|
132
134
|
inner_wrapper,
|
|
133
135
|
logo_wrap,
|
|
134
136
|
main,
|
|
137
|
+
main_nav,
|
|
135
138
|
main_nav_link,
|
|
136
139
|
ml_8,
|
|
137
140
|
mobile_footer,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export default function SubNavBar(): import("react/jsx-runtime").JSX.Element
|
|
1
|
+
export default function SubNavBar(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
3
|
+
import { useState, useEffect } from "react";
|
|
3
4
|
import { useLocation } from "react-use";
|
|
4
5
|
import styles from "./NavBar.module.js";
|
|
5
6
|
import { subNavItems } from "./NavData.js";
|
|
@@ -9,15 +10,18 @@ function SubNavBar() {
|
|
|
9
10
|
const support = subNavItems.support;
|
|
10
11
|
const technology = subNavItems.technology;
|
|
11
12
|
const solutions = subNavItems.solutions;
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
13
|
+
const [showNavbar, setShowNavbar] = useState(false);
|
|
14
|
+
useEffect(() => {
|
|
15
|
+
setShowNavbar(
|
|
16
|
+
() => [
|
|
17
|
+
"/personalized-support",
|
|
18
|
+
"/intuitive-technology",
|
|
19
|
+
"/sales-team",
|
|
20
|
+
"/growth-solutions"
|
|
21
|
+
].some((el) => pathname?.includes(el))
|
|
22
|
+
);
|
|
23
|
+
}, [pathname]);
|
|
24
|
+
return showNavbar ? /* @__PURE__ */ jsx("div", { className: `${styles.sub_nav} ${sub_nav} ${styles.desktop_only}`, children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsx("div", { className: styles.header_sub_row, children: /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsxs("ul", { className: "list_unstyled flex_row middle", children: [
|
|
21
25
|
(pathname?.includes("/personalized-support") || pathname?.includes("/sales-team")) && support?.map(
|
|
22
26
|
(item) => /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsx("a", { href: item.url, role: "menuitem", children: item.name }) }, `snb-${item.id}`)
|
|
23
27
|
),
|
|
@@ -27,7 +31,7 @@ function SubNavBar() {
|
|
|
27
31
|
pathname?.includes("/growth-solutions") && solutions.map(
|
|
28
32
|
(item) => /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsx("a", { href: item.url, role: "menuitem", children: item.name }) }, `snb-${item.id}`)
|
|
29
33
|
)
|
|
30
|
-
] }) }) }) }) });
|
|
34
|
+
] }) }) }) }) }) : /* @__PURE__ */ jsx(Fragment, {});
|
|
31
35
|
}
|
|
32
36
|
export {
|
|
33
37
|
SubNavBar as default
|
|
@@ -47,7 +47,7 @@ function NavBar() {
|
|
|
47
47
|
});
|
|
48
48
|
return /* @__PURE__ */ jsxs("header", { id: "header", children: [
|
|
49
49
|
/* @__PURE__ */ jsx("div", { className: `${styles.header} bg_white`, children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.header_main_row} flex_row between middle`, children: [
|
|
50
|
-
/* @__PURE__ */ jsx("div", { className: `${styles.desktop_only} flex_row middle`, children: /* @__PURE__ */ jsxs("div", { className: `${styles.
|
|
50
|
+
/* @__PURE__ */ jsx("div", { className: `${styles.desktop_only} flex_row middle`, children: /* @__PURE__ */ jsxs("div", { className: `${styles.main_nav_link} flex_row middle`, children: [
|
|
51
51
|
/* @__PURE__ */ jsx("div", { className: styles.logo_wrap, children: /* @__PURE__ */ jsx(
|
|
52
52
|
"a",
|
|
53
53
|
{
|
|
@@ -8,11 +8,46 @@ export declare const set_container: import('@vanilla-extract/recipes').RuntimeFn
|
|
|
8
8
|
};
|
|
9
9
|
tertiary: {
|
|
10
10
|
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
11
|
+
color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
11
12
|
};
|
|
12
13
|
quaternary: {
|
|
13
14
|
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
15
|
+
color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
14
16
|
};
|
|
15
17
|
};
|
|
16
18
|
}>;
|
|
17
19
|
export declare const inline_container: string;
|
|
20
|
+
export declare const heading: string;
|
|
18
21
|
export declare const imageLinkContainer: string;
|
|
22
|
+
export declare const set_logo: string;
|
|
23
|
+
export declare const setcontainer_section_text: string;
|
|
24
|
+
export declare const isolate_container: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
25
|
+
variant: {
|
|
26
|
+
primary: {
|
|
27
|
+
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
28
|
+
"::before": {
|
|
29
|
+
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
secondary: {
|
|
33
|
+
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
34
|
+
"::before": {
|
|
35
|
+
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
tertiary: {
|
|
39
|
+
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
40
|
+
"::before": {
|
|
41
|
+
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
42
|
+
color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
quaternary: {
|
|
46
|
+
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
47
|
+
"::before": {
|
|
48
|
+
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
49
|
+
color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
}>;
|
|
@@ -4,9 +4,17 @@
|
|
|
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
|
|
7
|
+
var heading = "_18ygy9m6";
|
|
8
|
+
var imageLinkContainer = "_18ygy9m7";
|
|
9
|
+
var set_logo = "_18ygy9m8";
|
|
10
|
+
var setcontainer_section_text = "_18ygy9m9";
|
|
11
|
+
var isolate_container = createRuntimeFn({ defaultClassName: "_18ygy9ma", variantClassNames: { variant: { primary: "_18ygy9mb", secondary: "_18ygy9mc", tertiary: "_18ygy9md", quaternary: "_18ygy9me" } }, defaultVariants: {}, compoundVariants: [] });
|
|
8
12
|
export {
|
|
13
|
+
heading,
|
|
9
14
|
imageLinkContainer,
|
|
10
15
|
inline_container,
|
|
11
|
-
|
|
16
|
+
isolate_container,
|
|
17
|
+
set_container,
|
|
18
|
+
set_logo,
|
|
19
|
+
setcontainer_section_text
|
|
12
20
|
};
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
import { ImageBillboardSetProps } from '../ImageBillboard/ImageBillboard.interface';
|
|
2
|
-
import { PropsWithChildren } from 'react';
|
|
2
|
+
import { CSSProperties, PropsWithChildren, ReactNode } from 'react';
|
|
3
3
|
|
|
4
4
|
export interface SetContainerProps extends Omit<ImageBillboardSetProps, "imageBillboards">, PropsWithChildren {
|
|
5
5
|
internalName?: string;
|
|
6
|
+
icon?: boolean;
|
|
7
|
+
eyebrow?: ReactNode | string;
|
|
8
|
+
style?: CSSProperties;
|
|
9
|
+
isolate?: boolean;
|
|
6
10
|
}
|
|
7
|
-
export declare const SetContainer: ({ id, variant, headline, bodyCopy, additionalDetails, children, internalName, }: SetContainerProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export declare const SetContainer: ({ id, variant, headline, bodyCopy, additionalDetails, children, internalName, icon, eyebrow, style, isolate, }: SetContainerProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,27 +1,29 @@
|
|
|
1
1
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
2
|
+
import "../Modal/contextApi/store.js";
|
|
3
|
+
import { getVariant } from "../utils/getVariant.js";
|
|
4
|
+
import clsx from "clsx";
|
|
5
|
+
import "react";
|
|
6
|
+
import "../Button/Button.css.js";
|
|
7
|
+
import "react-use";
|
|
3
8
|
import "../icons/ArrowIcon/ArrowIcon.css.js";
|
|
9
|
+
import SvgAxosX from "../icons/AxosX/index.js";
|
|
10
|
+
import SvgComponent from "../icons/AxosX/Blue.js";
|
|
4
11
|
import "../icons/CheckIcon/CheckIcon.css.js";
|
|
5
12
|
/* empty css */
|
|
6
13
|
/* empty css */
|
|
7
14
|
/* empty css */
|
|
8
15
|
/* empty css */
|
|
9
|
-
/* empty css */
|
|
10
|
-
/* empty css */
|
|
11
|
-
import { getVariant } from "../utils/getVariant.js";
|
|
12
16
|
import "../Accordion/Accordion.js";
|
|
13
17
|
import "../Accordion/Accordion.css.js";
|
|
14
18
|
import "../AlertBanner/AlertBanner.css.js";
|
|
15
|
-
import "../Modal/contextApi/store.js";
|
|
16
|
-
import clsx from "clsx";
|
|
17
|
-
import "react";
|
|
18
|
-
import "../Button/Button.css.js";
|
|
19
|
-
import "react-use";
|
|
20
19
|
/* empty css */
|
|
21
20
|
import "../Article/Article.css.js";
|
|
22
21
|
import "../ArticlesSet/ArticlesSet.css.js";
|
|
23
22
|
/* empty css */
|
|
24
23
|
/* empty css */
|
|
24
|
+
/* empty css */
|
|
25
|
+
import { header_section } from "../IconBillboard/IconBillboard.css.js";
|
|
26
|
+
/* empty css */
|
|
25
27
|
import "@hookform/resolvers/zod";
|
|
26
28
|
import "../Input/Checkbox.js";
|
|
27
29
|
import "../Input/CurrencyInput.js";
|
|
@@ -34,20 +36,24 @@ import "../Input/InputTextArea.js";
|
|
|
34
36
|
import "react-hook-form";
|
|
35
37
|
import "../Forms/Forms.css.js";
|
|
36
38
|
import "../Forms/SalesforceFieldsForm.js";
|
|
39
|
+
import "../LoadingIndicator/LoadingIndicator.css.js";
|
|
40
|
+
import "../Input/RadioButton.js";
|
|
37
41
|
import "iframe-resizer";
|
|
38
42
|
import "../Calculators/calculator.css.js";
|
|
39
43
|
/* empty css */
|
|
40
44
|
import "../Carousel/index.js";
|
|
41
45
|
/* empty css */
|
|
42
|
-
import "../
|
|
46
|
+
import "../Comparison/Comparison.css.js";
|
|
47
|
+
import { set_container, isolate_container, heading, inline_container, setcontainer_section_text } from "./SetContainer.css.js";
|
|
48
|
+
import "../Tab/Tab.css.js";
|
|
49
|
+
import "../icons/Star/Star.css.js";
|
|
50
|
+
import { heroSupertag } from "../HeroBanner/HeroBanner.css.js";
|
|
43
51
|
import "../ContentBanner/ContentBanner.css.js";
|
|
44
52
|
/* empty css */
|
|
45
53
|
import "../ExecutiveBio/ExecutiveBio.css.js";
|
|
46
54
|
import "../FaqAccordion/index.js";
|
|
47
55
|
import "../FooterDisclosure/FooterDisclosure.css.js";
|
|
48
56
|
/* empty css */
|
|
49
|
-
import "../HeroBanner/SelectionBanner.css.js";
|
|
50
|
-
import { set_container, inline_container } from "./SetContainer.css.js";
|
|
51
57
|
import "../ImageBillboard/ImageBillboard.css.js";
|
|
52
58
|
import "../LandingPageHeader/LandingPageHeader.css.js";
|
|
53
59
|
import "../Chevron/Chevron.css.js";
|
|
@@ -67,6 +73,7 @@ import "../Table/Table.css.js";
|
|
|
67
73
|
import "next/script.js";
|
|
68
74
|
/* empty css */
|
|
69
75
|
/* empty css */
|
|
76
|
+
import "../HeroBanner/SelectionBanner.css.js";
|
|
70
77
|
const SetContainer = ({
|
|
71
78
|
id,
|
|
72
79
|
variant,
|
|
@@ -74,27 +81,43 @@ const SetContainer = ({
|
|
|
74
81
|
bodyCopy,
|
|
75
82
|
additionalDetails,
|
|
76
83
|
children,
|
|
77
|
-
internalName
|
|
84
|
+
internalName,
|
|
85
|
+
icon,
|
|
86
|
+
eyebrow,
|
|
87
|
+
style,
|
|
88
|
+
isolate
|
|
78
89
|
}) => {
|
|
79
|
-
const
|
|
90
|
+
const container_variant = getVariant(variant);
|
|
80
91
|
return /* @__PURE__ */ jsx(
|
|
81
92
|
"section",
|
|
82
93
|
{
|
|
83
94
|
id: internalName ? internalName?.replace(/ /g, "-") : "",
|
|
84
|
-
className: clsx(
|
|
95
|
+
className: clsx(
|
|
96
|
+
set_container({ variant: container_variant }),
|
|
97
|
+
isolate ? isolate_container({ variant: container_variant }) : ""
|
|
98
|
+
),
|
|
99
|
+
style: { ...style },
|
|
85
100
|
children: /* @__PURE__ */ jsxs("div", { className: "containment", children: [
|
|
86
|
-
(headline || bodyCopy) && /* @__PURE__ */ jsxs("div", { className:
|
|
101
|
+
(headline || bodyCopy || icon) && /* @__PURE__ */ jsxs("div", { className: heading, children: [
|
|
102
|
+
icon && /* @__PURE__ */ jsx("div", { className: "mb_16", children: ["primary", "secondary"].includes(variant) ? /* @__PURE__ */ jsx(SvgComponent, {}) : /* @__PURE__ */ jsx(SvgAxosX, {}) }),
|
|
103
|
+
eyebrow && /* @__PURE__ */ jsx(
|
|
104
|
+
"span",
|
|
105
|
+
{
|
|
106
|
+
className: `mb_32 ${heroSupertag({ variant: container_variant })}`,
|
|
107
|
+
children: eyebrow
|
|
108
|
+
}
|
|
109
|
+
),
|
|
87
110
|
headline && /* @__PURE__ */ jsx(
|
|
88
111
|
"h2",
|
|
89
112
|
{
|
|
90
|
-
className: `header_2 ${header_section({ variant:
|
|
113
|
+
className: `header_2 mb_16 ${header_section({ variant: container_variant })}`,
|
|
91
114
|
children: headline
|
|
92
115
|
}
|
|
93
116
|
),
|
|
94
|
-
bodyCopy && /* @__PURE__ */ jsx(
|
|
117
|
+
bodyCopy && /* @__PURE__ */ jsx("div", { className: "push_up", children: bodyCopy })
|
|
95
118
|
] }),
|
|
96
119
|
/* @__PURE__ */ jsx("div", { className: inline_container, children }),
|
|
97
|
-
additionalDetails && /* @__PURE__ */ jsx("div", { className: clsx(
|
|
120
|
+
additionalDetails && /* @__PURE__ */ jsx("div", { className: clsx(setcontainer_section_text), children: /* @__PURE__ */ jsx(Fragment, { children: additionalDetails }) })
|
|
98
121
|
] })
|
|
99
122
|
},
|
|
100
123
|
id
|
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
import { SetContainer } from "./SetContainer.js";
|
|
2
|
-
import { imageLinkContainer, inline_container, set_container } from "./SetContainer.css.js";
|
|
2
|
+
import { heading, imageLinkContainer, inline_container, isolate_container, set_container, set_logo, setcontainer_section_text } from "./SetContainer.css.js";
|
|
3
3
|
export {
|
|
4
4
|
SetContainer,
|
|
5
|
+
heading,
|
|
5
6
|
imageLinkContainer,
|
|
6
7
|
inline_container,
|
|
7
|
-
|
|
8
|
+
isolate_container,
|
|
9
|
+
set_container,
|
|
10
|
+
set_logo,
|
|
11
|
+
setcontainer_section_text
|
|
8
12
|
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
export declare const tab: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
2
|
+
variant: {
|
|
3
|
+
primary: {
|
|
4
|
+
color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
5
|
+
};
|
|
6
|
+
secondary: {
|
|
7
|
+
color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
8
|
+
};
|
|
9
|
+
tertiary: {
|
|
10
|
+
color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
11
|
+
};
|
|
12
|
+
quaternary: {
|
|
13
|
+
color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
}>;
|
|
17
|
+
export declare const active_tab: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
18
|
+
variant: {
|
|
19
|
+
primary: {
|
|
20
|
+
color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
21
|
+
borderBottom: `4px solid var(--${string})` | `4px solid var(--${string}, ${string})` | `4px solid var(--${string}, ${number})`;
|
|
22
|
+
};
|
|
23
|
+
secondary: {
|
|
24
|
+
color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
25
|
+
borderBottom: `4px solid var(--${string})` | `4px solid var(--${string}, ${string})` | `4px solid var(--${string}, ${number})`;
|
|
26
|
+
};
|
|
27
|
+
tertiary: {
|
|
28
|
+
color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
29
|
+
borderBottom: `4px solid var(--${string})` | `4px solid var(--${string}, ${string})` | `4px solid var(--${string}, ${number})`;
|
|
30
|
+
};
|
|
31
|
+
quaternary: {
|
|
32
|
+
color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
33
|
+
borderBottom: `4px solid var(--${string})` | `4px solid var(--${string}, ${string})` | `4px solid var(--${string}, ${number})`;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
}>;
|
|
37
|
+
export declare const active_content: string;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/* empty css */
|
|
2
|
+
/* empty css */
|
|
3
|
+
/* empty css */
|
|
4
|
+
/* empty css */
|
|
5
|
+
import { createRuntimeFn } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
6
|
+
var tab = createRuntimeFn({ defaultClassName: "lhhm340", variantClassNames: { variant: { primary: "lhhm341", secondary: "lhhm342", tertiary: "lhhm343", quaternary: "lhhm344" } }, defaultVariants: {}, compoundVariants: [] });
|
|
7
|
+
var active_tab = createRuntimeFn({ defaultClassName: "lhhm345", variantClassNames: { variant: { primary: "lhhm346", secondary: "lhhm347", tertiary: "lhhm348", quaternary: "lhhm349" } }, defaultVariants: {}, compoundVariants: [] });
|
|
8
|
+
var active_content = "lhhm34a";
|
|
9
|
+
export {
|
|
10
|
+
active_content,
|
|
11
|
+
active_tab,
|
|
12
|
+
tab
|
|
13
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
|
|
3
|
+
export interface TabProps {
|
|
4
|
+
headline: ReactNode | string;
|
|
5
|
+
id?: string;
|
|
6
|
+
className?: string;
|
|
7
|
+
onClick: () => void;
|
|
8
|
+
variant: string;
|
|
9
|
+
}
|
|
10
|
+
export declare const Tab: ({ id, headline, className, onClick, variant, }: TabProps) => import("react/jsx-runtime").JSX.Element;
|
package/dist/Tab/Tab.js
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import { getVariant } from "../utils/getVariant.js";
|
|
3
|
+
import clsx from "clsx";
|
|
4
|
+
import { tab } from "./Tab.css.js";
|
|
5
|
+
const Tab = ({
|
|
6
|
+
id,
|
|
7
|
+
headline,
|
|
8
|
+
className,
|
|
9
|
+
onClick,
|
|
10
|
+
variant
|
|
11
|
+
}) => {
|
|
12
|
+
return /* @__PURE__ */ jsx(
|
|
13
|
+
"button",
|
|
14
|
+
{
|
|
15
|
+
className: clsx(tab({ variant: getVariant(variant) }), className),
|
|
16
|
+
id,
|
|
17
|
+
onClick: () => onClick(),
|
|
18
|
+
children: headline
|
|
19
|
+
},
|
|
20
|
+
id
|
|
21
|
+
);
|
|
22
|
+
};
|
|
23
|
+
export {
|
|
24
|
+
Tab
|
|
25
|
+
};
|