@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.
Files changed (140) hide show
  1. package/dist/AwardsBanner/AwardsBanner.js +3 -3
  2. package/dist/AwardsItem/AwardsItem.js +13 -5
  3. package/dist/BulletItem/BulletItem.js +1 -1
  4. package/dist/Calculators/Calculator.js +7 -2
  5. package/dist/CallToActionBar/CallToActionBar.css.d.ts +1 -0
  6. package/dist/CallToActionBar/CallToActionBar.css.js +18 -16
  7. package/dist/CallToActionBar/index.js +24 -17
  8. package/dist/Carousel/index.js +7 -2
  9. package/dist/Chevron/index.js +7 -2
  10. package/dist/Comparison/Comparison.css.d.ts +42 -0
  11. package/dist/Comparison/Comparison.css.js +27 -0
  12. package/dist/Comparison/Comparison.d.ts +3 -0
  13. package/dist/Comparison/Comparison.interface.d.ts +24 -0
  14. package/dist/Comparison/Comparison.interface.js +1 -0
  15. package/dist/Comparison/Comparison.js +143 -0
  16. package/dist/Comparison/ComparisonSet.d.ts +3 -0
  17. package/dist/{Forms/RenderForm.js → Comparison/ComparisonSet.js} +112 -36
  18. package/dist/Comparison/index.d.ts +3 -0
  19. package/dist/Comparison/index.js +15 -0
  20. package/dist/DownloadTile/index.js +9 -7
  21. package/dist/ExecutiveBio/ExecutiveBio.js +5 -4
  22. package/dist/FaqAccordion/index.d.ts +6 -4
  23. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +7 -2
  24. package/dist/Forms/ApplicationStart.d.ts +1 -1
  25. package/dist/Forms/ApplicationStart.js +7 -1
  26. package/dist/Forms/CommercialLending.d.ts +15 -0
  27. package/dist/Forms/CommercialLending.js +288 -0
  28. package/dist/Forms/ContactCompany.d.ts +2 -17
  29. package/dist/Forms/ContactCompany.js +7 -1
  30. package/dist/Forms/ContactUs.d.ts +9 -0
  31. package/dist/Forms/ContactUs.js +181 -0
  32. package/dist/Forms/ContactUsAAS.d.ts +13 -0
  33. package/dist/Forms/ContactUsAAS.js +330 -0
  34. package/dist/Forms/ContactUsBusiness.d.ts +1 -1
  35. package/dist/Forms/ContactUsBusiness.js +14 -3
  36. package/dist/Forms/DealerServices.d.ts +2 -17
  37. package/dist/Forms/DealerServices.js +7 -1
  38. package/dist/Forms/EmailOnly.d.ts +1 -1
  39. package/dist/Forms/EmailOnly.js +7 -2
  40. package/dist/Forms/EmailUs.d.ts +7 -0
  41. package/dist/Forms/EmailUs.js +125 -0
  42. package/dist/Forms/FormEnums.d.ts +2 -0
  43. package/dist/Forms/FormEnums.js +18 -0
  44. package/dist/Forms/FormProps.d.ts +17 -0
  45. package/dist/Forms/FormProps.js +1 -0
  46. package/dist/Forms/Forms.css.d.ts +8 -0
  47. package/dist/Forms/Forms.css.js +12 -10
  48. package/dist/Forms/SalesforceFieldsForm.d.ts +12 -0
  49. package/dist/Forms/SalesforceFieldsForm.js +4 -1
  50. package/dist/Forms/ScheduleCall.d.ts +5 -18
  51. package/dist/Forms/ScheduleCall.js +65 -6
  52. package/dist/Forms/ScheduleCallPremier.d.ts +1 -1
  53. package/dist/Forms/ScheduleCallPremier.js +15 -2
  54. package/dist/Forms/SuccesForm.js +8 -3
  55. package/dist/Forms/WcplSurvey.d.ts +8 -0
  56. package/dist/Forms/WcplSurvey.js +194 -0
  57. package/dist/Forms/index.d.ts +9 -4
  58. package/dist/Forms/index.js +15 -7
  59. package/dist/Hyperlink/index.js +7 -2
  60. package/dist/IconBillboard/IconBillboard.css.d.ts +2 -0
  61. package/dist/ImageBillboard/ImageBillboardSet.js +1 -1
  62. package/dist/ImageLink/ImageLink.js +14 -9
  63. package/dist/ImageLink/ImageLinkSet.js +5 -0
  64. package/dist/ImageLink/index.js +7 -2
  65. package/dist/Input/Checkbox.d.ts +1 -1
  66. package/dist/Input/DatePicker.css.d.ts +1 -0
  67. package/dist/Input/DatePicker.css.js +6 -0
  68. package/dist/Input/Datepicker.d.ts +4 -0
  69. package/dist/Input/Datepicker.js +40 -0
  70. package/dist/Input/Input.d.ts +1 -12
  71. package/dist/Input/Input.js +3 -1
  72. package/dist/Input/InputProps.d.ts +9 -0
  73. package/dist/Input/RadioButton.css.d.ts +15 -0
  74. package/dist/Input/RadioButton.css.js +10 -0
  75. package/dist/Input/RadioButton.d.ts +5 -0
  76. package/dist/Input/RadioButton.js +50 -0
  77. package/dist/Input/index.d.ts +1 -0
  78. package/dist/LandingPageHeader/LandingPageHeader.js +2 -2
  79. package/dist/LandingPageHeader/index.d.ts +1 -0
  80. package/dist/LandingPageHeader/index.js +6 -1
  81. package/dist/LoadingIndicator/LoadingIndicator.css.d.ts +16 -0
  82. package/dist/LoadingIndicator/LoadingIndicator.css.js +6 -0
  83. package/dist/LoadingIndicator/index.d.ts +10 -0
  84. package/dist/LoadingIndicator/index.js +20 -0
  85. package/dist/Modal/Modal.js +7 -2
  86. package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +56 -53
  87. package/dist/NavigationMenu/AxosAdvisorServices/SubNavBar.d.ts +1 -1
  88. package/dist/NavigationMenu/AxosAdvisorServices/SubNavBar.js +15 -11
  89. package/dist/NavigationMenu/AxosAdvisorServices/index.js +1 -1
  90. package/dist/SetContainer/SetContainer.css.d.ts +35 -0
  91. package/dist/SetContainer/SetContainer.css.js +10 -2
  92. package/dist/SetContainer/SetContainer.d.ts +6 -2
  93. package/dist/SetContainer/SetContainer.js +42 -19
  94. package/dist/SetContainer/index.js +6 -2
  95. package/dist/Tab/Tab.css.d.ts +37 -0
  96. package/dist/Tab/Tab.css.js +13 -0
  97. package/dist/Tab/Tab.d.ts +10 -0
  98. package/dist/Tab/Tab.js +25 -0
  99. package/dist/Tab/TabContainer.d.ts +5 -0
  100. package/dist/Tab/TabContainer.js +10 -0
  101. package/dist/Tab/index.d.ts +2 -0
  102. package/dist/Tab/index.js +6 -0
  103. package/dist/Table/Table.d.ts +2 -2
  104. package/dist/Table/Table.interface.d.ts +3 -1
  105. package/dist/Table/Table.js +11 -3
  106. package/dist/TopicalNavItem/TopicalNavItem.d.ts +1 -1
  107. package/dist/TopicalNavItem/TopicalNavItem.js +40 -31
  108. package/dist/TopicalNavSet/TopicalNavSet.js +5 -5
  109. package/dist/VideoTile/VideoTile.interface.d.ts +3 -0
  110. package/dist/VideoTile/VideoTile.js +3 -1
  111. package/dist/assets/CallToActionBar/CallToActionBar.css +35 -27
  112. package/dist/assets/Carousel/Carousel.css +2 -0
  113. package/dist/assets/Chevron/Chevron.css +1 -1
  114. package/dist/assets/Comparison/Comparison.css +141 -0
  115. package/dist/assets/Forms/Forms.css +46 -35
  116. package/dist/assets/IconBillboard/IconBillboard.css +4 -0
  117. package/dist/assets/Input/DatePicker.css +86 -0
  118. package/dist/assets/Input/Input.css +1 -0
  119. package/dist/assets/Input/RadioButton.css +31 -0
  120. package/dist/assets/LoadingIndicator/LoadingIndicator.css +27 -0
  121. package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css +125 -117
  122. package/dist/assets/SetContainer/SetContainer.css +63 -5
  123. package/dist/assets/Tab/Tab.css +49 -0
  124. package/dist/assets/globals.css +6 -0
  125. package/dist/assets/icons/Star/Star.css +6 -0
  126. package/dist/icons/Logos/AAS.js +29 -26
  127. package/dist/icons/Logos/AFS.js +29 -26
  128. package/dist/icons/Logos/AXA.js +31 -28
  129. package/dist/icons/Logos/AXC.js +29 -26
  130. package/dist/icons/Logos/AXI.js +55 -52
  131. package/dist/icons/Logos/AXOS.js +30 -27
  132. package/dist/icons/Star/Star.css.d.ts +13 -0
  133. package/dist/icons/Star/Star.css.js +6 -0
  134. package/dist/icons/Star/index.d.ts +9 -0
  135. package/dist/icons/Star/index.js +26 -0
  136. package/dist/main.d.ts +5 -2
  137. package/dist/main.js +99 -63
  138. package/dist/utils/variant.types.d.ts +1 -0
  139. package/package.json +5 -3
  140. package/dist/Forms/RenderForm.d.ts +0 -8
@@ -1 +1,2 @@
1
1
  export * from './LandingPageHeader';
2
+ export * from './LandingPageHeader.css';
@@ -1,4 +1,9 @@
1
1
  import { LandingPageHeader } from "./LandingPageHeader.js";
2
+ import { lp_container, lp_hover, lp_theme, svg_fill } from "./LandingPageHeader.css.js";
2
3
  export {
3
- LandingPageHeader
4
+ LandingPageHeader,
5
+ lp_container,
6
+ lp_hover,
7
+ lp_theme,
8
+ svg_fill
4
9
  };
@@ -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
+ };
@@ -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 = "_header_1v54w_1";
2
- const wrapper = "_wrapper_1v54w_5";
3
- const header_main_row = "_header_main_row_1v54w_11";
4
- const mobile_header = "_mobile_header_1v54w_12";
5
- const logo_wrap = "_logo_wrap_1v54w_18";
6
- const primary_links = "_primary_links_1v54w_22";
7
- const main_nav_link = "_main_nav_link_1v54w_26";
8
- const sub_nav_link = "_sub_nav_link_1v54w_48";
9
- const signin_wrap = "_signin_wrap_1v54w_50";
10
- const signin_btn = "_signin_btn_1v54w_51";
11
- const sub_nav = "_sub_nav_1v54w_48";
12
- const header_sub_row = "_header_sub_row_1v54w_93";
13
- const signin_dropdown = "_signin_dropdown_1v54w_109";
14
- const shadow = "_shadow_1v54w_119";
15
- const signin_header = "_signin_header_1v54w_127";
16
- const signin_subheader = "_signin_subheader_1v54w_134";
17
- const opacity = "_opacity_1v54w_156";
18
- const fadeInDown = "_fadeInDown_1v54w_1";
19
- const footer = "_footer_1v54w_162";
20
- const open = "_open_1v54w_178";
21
- const dd_wrapper = "_dd_wrapper_1v54w_190";
22
- const dd_media = "_dd_media_1v54w_195";
23
- const dd_media_img = "_dd_media_img_1v54w_200";
24
- const dd_site_navs = "_dd_site_navs_1v54w_204";
25
- const dd_media_header = "_dd_media_header_1v54w_211";
26
- const mt_8 = "_mt_8_1v54w_220";
27
- const mt_16 = "_mt_16_1v54w_224";
28
- const ml_8 = "_ml_8_1v54w_228";
29
- const dd_media_cta = "_dd_media_cta_1v54w_232";
30
- const reversed_row = "_reversed_row_1v54w_246";
31
- const headline = "_headline_1v54w_262";
32
- const nav_anchor = "_nav_anchor_1v54w_268";
33
- const headline_cta = "_headline_cta_1v54w_276";
34
- const site_lists = "_site_lists_1v54w_291";
35
- const hamburger = "_hamburger_1v54w_326";
36
- const mobile_only = "_mobile_only_1v54w_340";
37
- const mobile_logo = "_mobile_logo_1v54w_346";
38
- const highlight = "_highlight_1v54w_351";
39
- const mobile_nav = "_mobile_nav_1v54w_387";
40
- const mobile_opened = "_mobile_opened_1v54w_398";
41
- const mobile_nav_item = "_mobile_nav_item_1v54w_402";
42
- const has_dropdown = "_has_dropdown_1v54w_417";
43
- const icon_wrap = "_icon_wrap_1v54w_438";
44
- const mobile_footer = "_mobile_footer_1v54w_443";
45
- const mobile_footer_content = "_mobile_footer_content_1v54w_448";
46
- const mobile_footer_media = "_mobile_footer_media_1v54w_462";
47
- const footer_cta = "_footer_cta_1v54w_468";
48
- const inner_wrapper = "_inner_wrapper_1v54w_496";
49
- const btn = "_btn_1v54w_501";
50
- const sub_menu = "_sub_menu_1v54w_506";
51
- const main = "_main_1v54w_26";
52
- const dd_footer = "_dd_footer_1v54w_531";
53
- const desktop_only = "_desktop_only_1v54w_551";
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 | null;
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
- if (![
13
- "/personalized-support",
14
- "/intuitive-technology",
15
- "/sales-team",
16
- "/growth-solutions"
17
- ].some((el) => pathname?.includes(el))) {
18
- return null;
19
- }
20
- return /* @__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: [
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.main_nav} flex_row middle`, children: [
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 imageLinkContainer = "_18ygy9m6";
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
- set_container
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 { section_text, header_section } from "../IconBillboard/IconBillboard.css.js";
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 "../HeroBanner/HeroBanner.css.js";
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 billboard_variant = getVariant(variant);
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(set_container({ variant: getVariant(variant) })),
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: section_text, children: [
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: billboard_variant })}`,
113
+ className: `header_2 mb_16 ${header_section({ variant: container_variant })}`,
91
114
  children: headline
92
115
  }
93
116
  ),
94
- bodyCopy && /* @__PURE__ */ jsx(Fragment, { children: bodyCopy })
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(section_text), children: /* @__PURE__ */ jsx(Fragment, { children: additionalDetails }) })
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
- set_container
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;
@@ -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
+ };
@@ -0,0 +1,5 @@
1
+ import { PropsWithChildren } from 'react';
2
+
3
+ export declare const TabContainer: ({ className, children, }: {
4
+ className?: string;
5
+ } & PropsWithChildren) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,10 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ const TabContainer = ({
3
+ className,
4
+ children
5
+ }) => {
6
+ return /* @__PURE__ */ jsx("div", { className, children });
7
+ };
8
+ export {
9
+ TabContainer
10
+ };
@@ -0,0 +1,2 @@
1
+ export * from './Tab';
2
+ export * from './TabContainer';
@@ -0,0 +1,6 @@
1
+ import { Tab } from "./Tab.js";
2
+ import { TabContainer } from "./TabContainer.js";
3
+ export {
4
+ Tab,
5
+ TabContainer
6
+ };