@axos-web-dev/shared-components 0.0.117 → 0.0.119

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 (120) hide show
  1. package/dist/ATMLocator/ATMLocator.js +3 -2
  2. package/dist/ArticlesSet/ArticlesSet.js +1 -1
  3. package/dist/Button/Button.js +3 -2
  4. package/dist/Calculators/AnnualFeeCalculator/AnnualFeeCalculator.css.d.ts +16 -1
  5. package/dist/Calculators/AnnualFeeCalculator/AnnualFeeCalculator.css.js +8 -8
  6. package/dist/Calculators/AnnualFeeCalculator/index.js +7 -4
  7. package/dist/Calculators/Calculator.js +1 -0
  8. package/dist/Calculators/MarginTradingCalculator/index.js +29 -7
  9. package/dist/Calculators/MaxLoanCalculator/index.js +3 -1
  10. package/dist/Calculators/MonthlyPaymentCalculator/index.js +3 -1
  11. package/dist/Calculators/calculator.css.d.ts +1 -0
  12. package/dist/Calculators/calculator.css.js +4 -2
  13. package/dist/Calculators/calculators.js +6 -0
  14. package/dist/Calculators/index.js +2 -1
  15. package/dist/Carousel/Carousel.css.d.ts +1 -0
  16. package/dist/Carousel/Carousel.css.js +13 -11
  17. package/dist/Carousel/index.d.ts +1 -0
  18. package/dist/Carousel/index.js +38 -29
  19. package/dist/Chevron/index.js +2 -1
  20. package/dist/Comparison/Comparison.js +2 -1
  21. package/dist/ContentBanner/ContentBanner.interface.d.ts +2 -1
  22. package/dist/ContentBanner/index.js +3 -2
  23. package/dist/DownloadTile/DownloadTile.css.d.ts +1 -0
  24. package/dist/DownloadTile/DownloadTile.css.js +9 -7
  25. package/dist/DownloadTile/DownloadTile.interface.d.ts +1 -0
  26. package/dist/DownloadTile/index.js +34 -25
  27. package/dist/ExecutiveBio/ExecutiveBio.css.d.ts +1 -0
  28. package/dist/ExecutiveBio/ExecutiveBio.css.js +23 -21
  29. package/dist/ExecutiveBio/ExecutiveBio.js +3 -2
  30. package/dist/ExecutiveBio/index.js +2 -1
  31. package/dist/FaqAccordion/FaqAccordion.css.d.ts +1 -0
  32. package/dist/FaqAccordion/FaqAccordion.css.js +7 -5
  33. package/dist/FaqAccordion/index.d.ts +2 -0
  34. package/dist/FaqAccordion/index.js +16 -8
  35. package/dist/FooterDisclosure/FooterDisclosure.d.ts +5 -2
  36. package/dist/FooterDisclosure/FooterDisclosure.js +18 -2
  37. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +2 -1
  38. package/dist/Forms/ApplicationStart.js +105 -113
  39. package/dist/Forms/BlendPurchase.d.ts +11 -0
  40. package/dist/Forms/BlendPurchase.js +215 -0
  41. package/dist/Forms/BlendRefinance.d.ts +11 -0
  42. package/dist/Forms/BlendRefinance.js +215 -0
  43. package/dist/Forms/ClearingForm.js +177 -185
  44. package/dist/Forms/CommercialLending.js +276 -281
  45. package/dist/Forms/ContactCompany.js +107 -115
  46. package/dist/Forms/ContactUs.js +89 -97
  47. package/dist/Forms/ContactUsAAS.js +170 -178
  48. package/dist/Forms/ContactUsBusiness.js +131 -138
  49. package/dist/Forms/ContactUsNMLSId.js +114 -121
  50. package/dist/Forms/CpraRequest.js +592 -600
  51. package/dist/Forms/DealerServices.js +219 -227
  52. package/dist/Forms/EmailOnly.js +51 -58
  53. package/dist/Forms/EmailUs.js +65 -73
  54. package/dist/Forms/ScheduleCall.js +149 -160
  55. package/dist/Forms/ScheduleCallPremier.js +171 -179
  56. package/dist/Forms/SuccesForm.js +2 -1
  57. package/dist/Forms/WcplSurvey.js +102 -110
  58. package/dist/HeroBanner/HeroBanner.js +2 -2
  59. package/dist/Hyperlink/index.js +2 -1
  60. package/dist/IconBillboard/IconBillboard.d.ts +1 -0
  61. package/dist/IconBillboard/IconBillboard.js +6 -4
  62. package/dist/ImageBillboard/ImageBillboard.interface.d.ts +1 -0
  63. package/dist/ImageBillboard/ImageBillboardSet.d.ts +1 -1
  64. package/dist/ImageBillboard/ImageBillboardSet.js +3 -1
  65. package/dist/ImageLink/ImageLink.css.d.ts +1 -0
  66. package/dist/ImageLink/ImageLink.css.js +5 -1
  67. package/dist/ImageLink/ImageLink.js +3 -2
  68. package/dist/ImageLink/ImageLinkSet.js +5 -3
  69. package/dist/ImageLink/index.js +1 -1
  70. package/dist/Insight/Featured/CategorySelector.js +2 -1
  71. package/dist/Insight/Featured/Featured.js +2 -1
  72. package/dist/MainHTML/index.d.ts +2 -1
  73. package/dist/MainHTML/index.js +10 -2
  74. package/dist/Modal/Modal.js +3 -2
  75. package/dist/NavigationMenu/AxosBank/NavData.js +2 -1
  76. package/dist/NavigationMenu/AxosBank/SubNavBar.js +2 -1
  77. package/dist/NavigationMenu/AxosBank/index.js +3 -2
  78. package/dist/PageNavItem/PageNavItem.js +8 -1
  79. package/dist/PageNavSet/PageNavSet.js +16 -19
  80. package/dist/SetContainer/SetContainer.d.ts +2 -1
  81. package/dist/SetContainer/SetContainer.js +6 -3
  82. package/dist/StepItemSet/StepItemSet.js +1 -1
  83. package/dist/Table/Table.css.d.ts +1 -0
  84. package/dist/Table/Table.css.js +18 -16
  85. package/dist/Table/Table.js +23 -15
  86. package/dist/Table/index.js +2 -1
  87. package/dist/TextBlock/TextBlock.css.d.ts +1 -0
  88. package/dist/TextBlock/TextBlock.css.js +6 -4
  89. package/dist/TextBlock/TextBlock.d.ts +1 -0
  90. package/dist/TextBlock/TextBlock.js +13 -5
  91. package/dist/TextBlock/index.js +3 -2
  92. package/dist/VideoTile/VideoTile.css.d.ts +1 -0
  93. package/dist/VideoTile/VideoTile.css.js +15 -13
  94. package/dist/VideoTile/VideoTile.interface.d.ts +1 -0
  95. package/dist/VideoTile/VideoTile.js +65 -56
  96. package/dist/VideoTile/index.js +2 -1
  97. package/dist/VideoWrapper/VideoWrapper.css.d.ts +1 -0
  98. package/dist/VideoWrapper/VideoWrapper.css.js +6 -4
  99. package/dist/VideoWrapper/index.d.ts +1 -0
  100. package/dist/VideoWrapper/index.js +6 -4
  101. package/dist/assets/ArticlesSet/ArticlesSet.css +1 -1
  102. package/dist/assets/Calculators/AnnualFeeCalculator/AnnualFeeCalculator.css +23 -12
  103. package/dist/assets/Calculators/calculator.css +24 -11
  104. package/dist/assets/Carousel/Carousel.css +52 -39
  105. package/dist/assets/Comparison/Comparison.css +2 -3
  106. package/dist/assets/DownloadTile/DownloadTile.css +32 -19
  107. package/dist/assets/ExecutiveBio/ExecutiveBio.css +92 -79
  108. package/dist/assets/FaqAccordion/FaqAccordion.css +24 -11
  109. package/dist/assets/IconBillboard/IconBillboard.css +11 -0
  110. package/dist/assets/ImageBillboard/ImageBillboard.css +9 -0
  111. package/dist/assets/ImageLink/ImageLink.css +13 -0
  112. package/dist/assets/PageNavSet/PageNavigationSet.css +6 -9
  113. package/dist/assets/Table/Table.css +90 -79
  114. package/dist/assets/TextBlock/TextBlock.css +16 -3
  115. package/dist/assets/VideoTile/VideoTile.css +27 -14
  116. package/dist/assets/VideoWrapper/VideoWrapper.css +18 -5
  117. package/dist/main.js +10 -5
  118. package/dist/utils/allowedAxosDomains.js +1 -1
  119. package/package.json +1 -1
  120. package/dist/ImageLink/ImageLink.css.ts.vanilla.css.js +0 -1
@@ -6,6 +6,7 @@ export interface DownloadTileSet {
6
6
  description?: string | ReactNode;
7
7
  additionalDetails?: string | ReactNode;
8
8
  downloadTiles: DownloadTileItem[];
9
+ internalName?: string;
9
10
  }
10
11
  export interface DownloadTileItem {
11
12
  id?: string;
@@ -3,38 +3,47 @@ import "../icons/ArrowIcon/ArrowIcon.css.js";
3
3
  import "../icons/CheckIcon/CheckIcon.css.js";
4
4
  import SvgDownloadIcon from "../icons/DownloadIcon/index.js";
5
5
  import SvgFollowIcon from "../icons/FollowIcon/index.js";
6
- import { table_section, table_section_container, table_header, media__table, download, ico, table_footer } from "./DownloadTile.css.js";
6
+ import { download_tile_set, table_section, table_section_container, table_header, media__table, download, ico, table_footer } from "./DownloadTile.css.js";
7
7
  const DownloadTile = ({
8
8
  id,
9
9
  titleText,
10
10
  description,
11
11
  additionalDetails,
12
- downloadTiles
12
+ downloadTiles,
13
+ internalName
13
14
  }) => {
14
- return /* @__PURE__ */ jsx("section", { id, className: `containment`, children: /* @__PURE__ */ jsxs("div", { className: table_section, children: [
15
- /* @__PURE__ */ jsx("div", { className: `${table_section_container}`, children: (titleText || description) && /* @__PURE__ */ jsxs("div", { className: `${table_header} section_header`, children: [
16
- titleText && /* @__PURE__ */ jsx("h2", { className: `text_center`, children: titleText }),
17
- description && /* @__PURE__ */ jsx(Fragment, { children: description })
18
- ] }) }),
19
- /* @__PURE__ */ jsxs("div", { className: `${table_section_container}`, children: [
20
- /* @__PURE__ */ jsxs("table", { className: `${media__table}`, children: [
21
- /* @__PURE__ */ jsx("thead", { children: /* @__PURE__ */ jsxs("tr", { children: [
22
- /* @__PURE__ */ jsx("th", { scope: "colgroup", children: "NAME" }),
23
- /* @__PURE__ */ jsx("th", { scope: "colgroup", children: "ACTION" })
15
+ return /* @__PURE__ */ jsx(
16
+ "section",
17
+ {
18
+ id: internalName?.replace(/ /g, "-") ?? id,
19
+ className: `containment ${download_tile_set}`,
20
+ children: /* @__PURE__ */ jsxs("div", { className: table_section, children: [
21
+ /* @__PURE__ */ jsx("div", { className: `${table_section_container}`, children: (titleText || description) && /* @__PURE__ */ jsxs("div", { className: `${table_header} section_header`, children: [
22
+ titleText && /* @__PURE__ */ jsx("h2", { className: `text_center`, children: titleText }),
23
+ description && /* @__PURE__ */ jsx(Fragment, { children: description })
24
24
  ] }) }),
25
- /* @__PURE__ */ jsx("tbody", { id: "body-table", children: downloadTiles.map(
26
- ({ id: id2, url, displayName, action = "Download" }) => /* @__PURE__ */ jsxs("tr", { children: [
27
- /* @__PURE__ */ jsx("td", { "data-label": "", children: displayName }),
28
- /* @__PURE__ */ jsx("td", { "data-label": "", children: /* @__PURE__ */ jsxs("a", { href: url, target: "_blank", className: download, children: [
29
- action.toLowerCase() === "download" ? /* @__PURE__ */ jsx(SvgDownloadIcon, { className: ico }) : /* @__PURE__ */ jsx(SvgFollowIcon, { className: ico }),
30
- /* @__PURE__ */ jsx("span", { children: action })
31
- ] }) })
32
- ] }, id2)
33
- ) })
34
- ] }),
35
- /* @__PURE__ */ jsx("div", { className: `${table_footer} push_up_32`, children: additionalDetails && /* @__PURE__ */ jsx(Fragment, { children: additionalDetails }) })
36
- ] })
37
- ] }) }, id);
25
+ /* @__PURE__ */ jsxs("div", { className: `${table_section_container}`, children: [
26
+ /* @__PURE__ */ jsxs("table", { className: `${media__table}`, children: [
27
+ /* @__PURE__ */ jsx("thead", { children: /* @__PURE__ */ jsxs("tr", { children: [
28
+ /* @__PURE__ */ jsx("th", { scope: "colgroup", children: "NAME" }),
29
+ /* @__PURE__ */ jsx("th", { scope: "colgroup", children: "ACTION" })
30
+ ] }) }),
31
+ /* @__PURE__ */ jsx("tbody", { id: "body-table", children: downloadTiles.map(
32
+ ({ id: id2, url, displayName, action = "Download" }) => /* @__PURE__ */ jsxs("tr", { children: [
33
+ /* @__PURE__ */ jsx("td", { "data-label": "", children: displayName }),
34
+ /* @__PURE__ */ jsx("td", { "data-label": "", children: /* @__PURE__ */ jsxs("a", { href: url, target: "_blank", className: download, children: [
35
+ action.toLowerCase() === "download" ? /* @__PURE__ */ jsx(SvgDownloadIcon, { className: ico }) : /* @__PURE__ */ jsx(SvgFollowIcon, { className: ico }),
36
+ /* @__PURE__ */ jsx("span", { children: action })
37
+ ] }) })
38
+ ] }, id2)
39
+ ) })
40
+ ] }),
41
+ additionalDetails && /* @__PURE__ */ jsx("div", { className: `${table_footer} push_up_32`, children: additionalDetails })
42
+ ] })
43
+ ] })
44
+ },
45
+ id
46
+ );
38
47
  };
39
48
  export {
40
49
  DownloadTile
@@ -1,3 +1,4 @@
1
+ export declare const executive_bio: string;
1
2
  export declare const item_bio: import('@vanilla-extract/recipes').RuntimeFn<{
2
3
  variant: {
3
4
  primary: {
@@ -3,27 +3,28 @@
3
3
  /* empty css */
4
4
  /* empty css */
5
5
  import { createRuntimeFn } from "@vanilla-extract/recipes/createRuntimeFn";
6
- var item_bio = createRuntimeFn({ defaultClassName: "txcb8d0", variantClassNames: { variant: { primary: "txcb8d1", secondary: "txcb8d2", tertiary: "txcb8d3", quaternary: "txcb8d4" } }, defaultVariants: {}, compoundVariants: [] });
7
- var headline_setting = createRuntimeFn({ defaultClassName: "txcb8d5", variantClassNames: { variant: { primary: "txcb8d6", secondary: "txcb8d7", tertiary: "txcb8d8", quaternary: "txcb8d9" } }, defaultVariants: {}, compoundVariants: [] });
8
- var job_title = createRuntimeFn({ defaultClassName: "txcb8da", variantClassNames: { variant: { primary: "txcb8db", secondary: "txcb8dc", tertiary: "txcb8dd", quaternary: "txcb8de" } }, defaultVariants: {}, compoundVariants: [] });
9
- var svg_icon = createRuntimeFn({ defaultClassName: "txcb8df", variantClassNames: { variant: { primary: "txcb8dg", secondary: "txcb8dh", tertiary: "txcb8di", quaternary: "txcb8dj" } }, defaultVariants: {}, compoundVariants: [] });
10
- var description = "txcb8dk";
11
- var contact_col = "txcb8dl";
12
- var padding = "txcb8dm";
13
- var copy = "txcb8dn";
14
- var contact_entry = createRuntimeFn({ defaultClassName: "txcb8do", variantClassNames: { variant: { primary: "txcb8dp", secondary: "txcb8dq", tertiary: "txcb8dr", quaternary: "txcb8ds" } }, defaultVariants: {}, compoundVariants: [] });
15
- var contacts = "txcb8dt";
16
- var contact_links = "txcb8du";
17
- var headshot = "txcb8dv";
18
- var img_area = "txcb8dw";
19
- var media = "txcb8dx";
20
- var person = "txcb8dy";
21
- var shift = "txcb8dz";
22
- var bio_section_text = "txcb8d10";
23
- var section_theme = createRuntimeFn({ defaultClassName: "txcb8d11", variantClassNames: { variant: { primary: "txcb8d12", secondary: "txcb8d13", tertiary: "txcb8d14", quaternary: "txcb8d15" } }, defaultVariants: {}, compoundVariants: [] });
24
- var header_theme = createRuntimeFn({ defaultClassName: "txcb8d16", variantClassNames: { variant: { primary: "txcb8d17", secondary: "txcb8d18", tertiary: "txcb8d19", quaternary: "txcb8d1a" } }, defaultVariants: {}, compoundVariants: [] });
25
- var components = "txcb8d1b";
26
- var details = "txcb8d1c";
6
+ var executive_bio = "txcb8d0";
7
+ var item_bio = createRuntimeFn({ defaultClassName: "txcb8d1", variantClassNames: { variant: { primary: "txcb8d2", secondary: "txcb8d3", tertiary: "txcb8d4", quaternary: "txcb8d5" } }, defaultVariants: {}, compoundVariants: [] });
8
+ var headline_setting = createRuntimeFn({ defaultClassName: "txcb8d6", variantClassNames: { variant: { primary: "txcb8d7", secondary: "txcb8d8", tertiary: "txcb8d9", quaternary: "txcb8da" } }, defaultVariants: {}, compoundVariants: [] });
9
+ var job_title = createRuntimeFn({ defaultClassName: "txcb8db", variantClassNames: { variant: { primary: "txcb8dc", secondary: "txcb8dd", tertiary: "txcb8de", quaternary: "txcb8df" } }, defaultVariants: {}, compoundVariants: [] });
10
+ var svg_icon = createRuntimeFn({ defaultClassName: "txcb8dg", variantClassNames: { variant: { primary: "txcb8dh", secondary: "txcb8di", tertiary: "txcb8dj", quaternary: "txcb8dk" } }, defaultVariants: {}, compoundVariants: [] });
11
+ var description = "txcb8dl";
12
+ var contact_col = "txcb8dm";
13
+ var padding = "txcb8dn";
14
+ var copy = "txcb8do";
15
+ var contact_entry = createRuntimeFn({ defaultClassName: "txcb8dp", variantClassNames: { variant: { primary: "txcb8dq", secondary: "txcb8dr", tertiary: "txcb8ds", quaternary: "txcb8dt" } }, defaultVariants: {}, compoundVariants: [] });
16
+ var contacts = "txcb8du";
17
+ var contact_links = "txcb8dv";
18
+ var headshot = "txcb8dw";
19
+ var img_area = "txcb8dx";
20
+ var media = "txcb8dy";
21
+ var person = "txcb8dz";
22
+ var shift = "txcb8d10";
23
+ var bio_section_text = "txcb8d11";
24
+ var section_theme = createRuntimeFn({ defaultClassName: "txcb8d12", variantClassNames: { variant: { primary: "txcb8d13", secondary: "txcb8d14", tertiary: "txcb8d15", quaternary: "txcb8d16" } }, defaultVariants: {}, compoundVariants: [] });
25
+ var header_theme = createRuntimeFn({ defaultClassName: "txcb8d17", variantClassNames: { variant: { primary: "txcb8d18", secondary: "txcb8d19", tertiary: "txcb8d1a", quaternary: "txcb8d1b" } }, defaultVariants: {}, compoundVariants: [] });
26
+ var components = "txcb8d1c";
27
+ var details = "txcb8d1d";
27
28
  export {
28
29
  bio_section_text,
29
30
  components,
@@ -34,6 +35,7 @@ export {
34
35
  copy,
35
36
  description,
36
37
  details,
38
+ executive_bio,
37
39
  header_theme,
38
40
  headline_setting,
39
41
  headshot,
@@ -1,7 +1,8 @@
1
1
  import { jsx, jsxs } from "react/jsx-runtime";
2
2
  import { Hyperlink } from "../Hyperlink/index.js";
3
3
  import { getVariant } from "../utils/getVariant.js";
4
- import { padding, item_bio, shift, media, headshot, img_area, description, person, headline_setting, job_title, copy, contacts, contact_col, svg_icon, contact_entry, contact_links } from "./ExecutiveBio.css.js";
4
+ import clsx from "clsx";
5
+ import { executive_bio, padding, item_bio, shift, media, headshot, img_area, description, person, headline_setting, job_title, copy, contacts, contact_col, svg_icon, contact_entry, contact_links } from "./ExecutiveBio.css.js";
5
6
  const ExecutiveBio = ({
6
7
  id,
7
8
  executiveName,
@@ -15,7 +16,7 @@ const ExecutiveBio = ({
15
16
  variant: fullVariant = "primary"
16
17
  }) => {
17
18
  const variant = getVariant(fullVariant);
18
- return /* @__PURE__ */ jsx("section", { className: "section_spacer", id: `id_${id}`, children: /* @__PURE__ */ jsx("div", { className: "containment", children: /* @__PURE__ */ jsx("div", { className: `${padding} ${item_bio({ variant })} rounded`, children: /* @__PURE__ */ jsxs("div", { className: `${shift} flex`, children: [
19
+ return /* @__PURE__ */ jsx("section", { className: clsx("section_spacer", executive_bio), id, children: /* @__PURE__ */ jsx("div", { className: "containment", children: /* @__PURE__ */ jsx("div", { className: `${padding} ${item_bio({ variant })} rounded`, children: /* @__PURE__ */ jsxs("div", { className: `${shift} flex`, children: [
19
20
  executiveHeadshot && /* @__PURE__ */ jsx("div", { className: media, children: /* @__PURE__ */ jsx("div", { className: headshot, children: /* @__PURE__ */ jsx(
20
21
  "div",
21
22
  {
@@ -1,5 +1,5 @@
1
1
  import { ExecutiveBio } from "./ExecutiveBio.js";
2
- import { bio_section_text, components, contact_col, contact_entry, contact_links, contacts, copy, description, details, header_theme, headline_setting, headshot, img_area, item_bio, job_title, media, padding, person, section_theme, shift, svg_icon } from "./ExecutiveBio.css.js";
2
+ import { bio_section_text, components, contact_col, contact_entry, contact_links, contacts, copy, description, details, executive_bio, header_theme, headline_setting, headshot, img_area, item_bio, job_title, media, padding, person, section_theme, shift, svg_icon } from "./ExecutiveBio.css.js";
3
3
  import { ExecutiveBioSet } from "./ExecutiveBioSet.js";
4
4
  export {
5
5
  ExecutiveBio,
@@ -13,6 +13,7 @@ export {
13
13
  copy,
14
14
  description,
15
15
  details,
16
+ executive_bio,
16
17
  header_theme,
17
18
  headline_setting,
18
19
  headshot,
@@ -1,3 +1,4 @@
1
+ export declare const faqAccordion_section: string;
1
2
  export declare const faqAccordion: string;
2
3
  export declare const header: string;
3
4
  export declare const summary: string;
@@ -2,14 +2,16 @@
2
2
  /* empty css */
3
3
  /* empty css */
4
4
  /* empty css */
5
- var faqAccordion = "ph6wj60";
6
- var header = "ph6wj61";
7
- var summary = "ph6wj62";
8
- var summaryHeader = "ph6wj63";
9
- var content = "ph6wj64";
5
+ var faqAccordion_section = "ph6wj60";
6
+ var faqAccordion = "ph6wj61";
7
+ var header = "ph6wj62";
8
+ var summary = "ph6wj63";
9
+ var summaryHeader = "ph6wj64";
10
+ var content = "ph6wj65";
10
11
  export {
11
12
  content,
12
13
  faqAccordion,
14
+ faqAccordion_section,
13
15
  header,
14
16
  summary,
15
17
  summaryHeader
@@ -16,4 +16,6 @@ export declare const AccordionItemContent: (props: PropsWithChildren) => import(
16
16
  export declare const FaqAccordion: (props: {
17
17
  header?: string;
18
18
  accordionEmbedLevel?: string;
19
+ internalName?: string;
20
+ id?: string;
19
21
  } & PropsWithChildren) => import("react/jsx-runtime").JSX.Element;
@@ -20,9 +20,10 @@ import "../Article/Article.css.js";
20
20
  import "../ArticlesSet/ArticlesSet.css.js";
21
21
  import "../IconBillboard/IconBillboard.css.js";
22
22
  import "../utils/allowedAxosDomains.js";
23
+ import clsx from "clsx";
24
+ import "../Calculators/calculator.css.js";
23
25
  import "../Calculators/AnnualFeeCalculator/AnnualFeeCalculator.css.js";
24
26
  import "../Calculators/ApyCalculator/ApyCalculator.css.js";
25
- import "clsx";
26
27
  import "../Table/Table.css.js";
27
28
  import "../Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.js";
28
29
  import "@hookform/resolvers/zod";
@@ -44,7 +45,6 @@ import "../Input/Checkbox.css.js";
44
45
  import "../LoadingIndicator/LoadingIndicator.css.js";
45
46
  import "../Input/RadioButton.js";
46
47
  import "iframe-resizer";
47
- import "../Calculators/calculator.css.js";
48
48
  /* empty css */
49
49
  import "../Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js";
50
50
  /* empty css */
@@ -67,6 +67,7 @@ import "../ExecutiveBio/ExecutiveBio.css.js";
67
67
  import "../FooterDisclosure/FooterDisclosure.css.js";
68
68
  /* empty css */
69
69
  import "../ImageBillboard/ImageBillboard.css.js";
70
+ /* empty css */
70
71
  /* empty css */
71
72
  /* empty css */
72
73
  import "../Interstitial/Interstitial-variants.css.js";
@@ -99,7 +100,7 @@ import "../StepItemSet/StepItemSet.css.js";
99
100
  /* empty css */
100
101
  import { getLevelNumber } from "../utils/faqAccordionOptions.js";
101
102
  import { create } from "zustand";
102
- import { summary, summaryHeader, content, header, faqAccordion } from "./FaqAccordion.css.js";
103
+ import { summary, summaryHeader, content, faqAccordion_section, header, faqAccordion } from "./FaqAccordion.css.js";
103
104
  const useAccordion = create()((set) => ({
104
105
  itemsOpened: [],
105
106
  addItem: (id) => {
@@ -179,11 +180,18 @@ const AccordionItemContent = (props) => {
179
180
  return /* @__PURE__ */ jsx("div", { className: content, children: props.children });
180
181
  };
181
182
  const FaqAccordion = (props) => {
182
- const { children } = props;
183
- return /* @__PURE__ */ jsxs("section", { children: [
184
- props.header && /* @__PURE__ */ jsx("h2", { className: header, children: props.header }),
185
- /* @__PURE__ */ jsx("div", { className: faqAccordion, children })
186
- ] });
183
+ const { children, id, internalName } = props;
184
+ return /* @__PURE__ */ jsxs(
185
+ "section",
186
+ {
187
+ id: internalName?.replace(/ /g, "-") ?? id,
188
+ className: clsx("containment", faqAccordion_section),
189
+ children: [
190
+ props.header && /* @__PURE__ */ jsx("h2", { className: header, children: props.header }),
191
+ /* @__PURE__ */ jsx("div", { className: faqAccordion, children })
192
+ ]
193
+ }
194
+ );
187
195
  };
188
196
  export {
189
197
  AccordionCtas,
@@ -4,8 +4,11 @@ type WithStyles = {
4
4
  style?: CSSProperties;
5
5
  className?: string;
6
6
  };
7
- export declare const FooterContent: (props: PropsWithChildren & WithStyles) => import("react/jsx-runtime").JSX.Element;
8
- export declare const FooterParagraph: (props: PropsWithChildren & WithStyles) => import("react/jsx-runtime").JSX.Element;
7
+ type WithId = {
8
+ id?: string;
9
+ };
10
+ export declare const FooterContent: (props: PropsWithChildren & WithStyles & WithId) => import("react/jsx-runtime").JSX.Element;
11
+ export declare const FooterParagraph: (props: PropsWithChildren & WithStyles & WithId) => import("react/jsx-runtime").JSX.Element;
9
12
  export declare const FooterIcons: (props: PropsWithChildren & WithStyles) => import("react/jsx-runtime").JSX.Element;
10
13
  export declare const FooterDisclosure: (props: PropsWithChildren & WithStyles) => import("react/jsx-runtime").JSX.Element;
11
14
  export {};
@@ -2,10 +2,26 @@ import { jsx } from "react/jsx-runtime";
2
2
  import clsx from "clsx";
3
3
  import { footerParagraph, iconsContent, footerDisclosure } from "./FooterDisclosure.css.js";
4
4
  const FooterContent = (props) => {
5
- return /* @__PURE__ */ jsx("div", { className: clsx(props.className, "containment"), style: props.style, children: props.children });
5
+ return /* @__PURE__ */ jsx(
6
+ "div",
7
+ {
8
+ id: props?.id ?? void 0,
9
+ className: clsx(props.className, "containment"),
10
+ style: props.style,
11
+ children: props.children
12
+ }
13
+ );
6
14
  };
7
15
  const FooterParagraph = (props) => {
8
- return /* @__PURE__ */ jsx("div", { className: clsx(footerParagraph, props.className), style: props.style, children: props.children });
16
+ return /* @__PURE__ */ jsx(
17
+ "div",
18
+ {
19
+ id: props.id ?? void 0,
20
+ className: clsx(footerParagraph, props.className),
21
+ style: props.style,
22
+ children: props.children
23
+ }
24
+ );
9
25
  };
10
26
  const FooterIcons = (props) => {
11
27
  return /* @__PURE__ */ jsx(
@@ -22,6 +22,7 @@ import "../../Interstitial/Interstitial-variants.css.js";
22
22
  /* empty css */
23
23
  import "../../Modal/contextApi/store.js";
24
24
  import "clsx";
25
+ import "../../Calculators/calculator.css.js";
25
26
  import "../../Calculators/AnnualFeeCalculator/AnnualFeeCalculator.css.js";
26
27
  import "../../Calculators/ApyCalculator/ApyCalculator.css.js";
27
28
  import "../../Table/Table.css.js";
@@ -44,7 +45,6 @@ import "../../Input/Checkbox.css.js";
44
45
  import "../../LoadingIndicator/LoadingIndicator.css.js";
45
46
  import "../../Input/RadioButton.js";
46
47
  import "iframe-resizer";
47
- import "../../Calculators/calculator.css.js";
48
48
  /* empty css */
49
49
  import "../../Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js";
50
50
  /* empty css */
@@ -67,6 +67,7 @@ import "../../FaqAccordion/index.js";
67
67
  import "../../FooterDisclosure/FooterDisclosure.css.js";
68
68
  import { footer_section, footer_wrapper, ft_col, ft_col_header, ft_col_subheader, nested_grid, app_col, footer_mobile, ft_panel_group, ft_panel } from "./FooterSiteMap.css.js";
69
69
  import "../../ImageBillboard/ImageBillboard.css.js";
70
+ /* empty css */
70
71
  /* empty css */
71
72
  /* empty css */
72
73
  import "../../LandingPageHeader/LandingPageHeader.css.js";
@@ -85,120 +85,112 @@ const ApplicationStart = ({
85
85
  await onSubmit(processData);
86
86
  };
87
87
  const variant = getVariant(fullVariant);
88
- return /* @__PURE__ */ jsx(
89
- "section",
90
- {
91
- id: `id_${id}`,
92
- className: clsx(formContainer({ variant })),
93
- children: /* @__PURE__ */ jsx("div", { className: clsx("containment"), children: /* @__PURE__ */ jsxs(FormProvider, { ...methods, children: [
94
- icon && /* @__PURE__ */ jsx("div", { className: clsx("text_center", iconForm), children: ["primary", "secondary"].includes(variant) ? /* @__PURE__ */ jsx(SvgComponent, {}) : /* @__PURE__ */ jsx(SvgAxosX, {}) }),
95
- /* @__PURE__ */ jsxs("div", { className: `${headerContainer} text_center`, children: [
96
- /* @__PURE__ */ jsx("h2", { className: clsx("header_2", headerForm({ variant })), children: headline }),
97
- description && /* @__PURE__ */ jsx(
98
- "div",
99
- {
100
- className: clsx(
101
- "text_center",
102
- form,
103
- descriptionField({ variant })
104
- ),
105
- children: description
106
- }
107
- )
108
- ] }),
109
- /* @__PURE__ */ jsxs("form", { className: form, onSubmit: handleSubmit(submitForm), children: [
110
- /* @__PURE__ */ jsxs("div", { className: clsx(formWrapper({ variant })), children: [
111
- /* @__PURE__ */ jsx("div", { className: "", children: /* @__PURE__ */ jsx(
112
- Input,
113
- {
114
- id: "first_name",
115
- ...register("first_name", { required: true }),
116
- label: "First Name",
117
- sizes: "medium",
118
- placeholder: "First Name",
119
- required: true,
120
- error: !!errors.first_name,
121
- helperText: errors.first_name?.message,
122
- variant
88
+ return /* @__PURE__ */ jsx("section", { id, className: clsx(formContainer({ variant })), children: /* @__PURE__ */ jsx("div", { className: clsx("containment"), children: /* @__PURE__ */ jsxs(FormProvider, { ...methods, children: [
89
+ icon && /* @__PURE__ */ jsx("div", { className: clsx("text_center", iconForm), children: ["primary", "secondary"].includes(variant) ? /* @__PURE__ */ jsx(SvgComponent, {}) : /* @__PURE__ */ jsx(SvgAxosX, {}) }),
90
+ /* @__PURE__ */ jsxs("div", { className: `${headerContainer} text_center`, children: [
91
+ /* @__PURE__ */ jsx("h2", { className: clsx("header_2", headerForm({ variant })), children: headline }),
92
+ description && /* @__PURE__ */ jsx(
93
+ "div",
94
+ {
95
+ className: clsx(
96
+ "text_center",
97
+ form,
98
+ descriptionField({ variant })
99
+ ),
100
+ children: description
101
+ }
102
+ )
103
+ ] }),
104
+ /* @__PURE__ */ jsxs("form", { className: form, onSubmit: handleSubmit(submitForm), children: [
105
+ /* @__PURE__ */ jsxs("div", { className: clsx(formWrapper({ variant })), children: [
106
+ /* @__PURE__ */ jsx("div", { className: "", children: /* @__PURE__ */ jsx(
107
+ Input,
108
+ {
109
+ id: "first_name",
110
+ ...register("first_name", { required: true }),
111
+ label: "First Name",
112
+ sizes: "medium",
113
+ placeholder: "First Name",
114
+ required: true,
115
+ error: !!errors.first_name,
116
+ helperText: errors.first_name?.message,
117
+ variant
118
+ }
119
+ ) }),
120
+ /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsx(
121
+ Input,
122
+ {
123
+ id: "last_name",
124
+ ...register("last_name", { required: true }),
125
+ label: "Last Name",
126
+ sizes: "medium",
127
+ placeholder: "Last Name",
128
+ required: true,
129
+ error: !!errors.last_name,
130
+ helperText: errors.last_name?.message,
131
+ variant
132
+ }
133
+ ) }),
134
+ /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsx(
135
+ Input,
136
+ {
137
+ id: "email",
138
+ ...register("email", {
139
+ required: true,
140
+ validate: {
141
+ isValid: associatedEmail
123
142
  }
124
- ) }),
125
- /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsx(
126
- Input,
127
- {
128
- id: "last_name",
129
- ...register("last_name", { required: true }),
130
- label: "Last Name",
131
- sizes: "medium",
132
- placeholder: "Last Name",
133
- required: true,
134
- error: !!errors.last_name,
135
- helperText: errors.last_name?.message,
136
- variant
137
- }
138
- ) }),
139
- /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsx(
140
- Input,
141
- {
142
- id: "email",
143
- ...register("email", {
144
- required: true,
145
- validate: {
146
- isValid: associatedEmail
147
- }
148
- }),
149
- label: "Email",
150
- sizes: "medium",
151
- placeholder: "Email",
152
- required: true,
153
- error: !!errors.email,
154
- helperText: errors.email?.message,
155
- variant
156
- }
157
- ) }),
158
- /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsx(
159
- InputPhone,
160
- {
161
- id: "phone",
162
- ...register("phone", { required: true, maxLength: 12 }),
163
- label: "Phone",
164
- sizes: "medium",
165
- placeholder: "Phone",
166
- required: true,
167
- error: !!errors.phone,
168
- helperText: errors.phone?.message,
169
- variant
170
- }
171
- ) }),
172
- /* @__PURE__ */ jsx("div", { className: fullRowForm, children: /* @__PURE__ */ jsx(
173
- Checkbox,
174
- {
175
- id: "checkbox__c",
176
- ...register("checkbox__c"),
177
- sizes: "medium",
178
- error: !!errors.checkbox__c,
179
- helperText: errors.checkbox__c?.message,
180
- variant,
181
- children: "By providing your phone number and selecting the checkbox, you have agreed to these Terms and Conditions, and you have agreed to receive automated text messages, calls, and emails for any purpose including but not limited to marketing of products and services by Axos Bank. You understand and agree that such messages may be sent via Automatic Telephone Dialing System and/or artificial or pre-recorded voice, and that such consent is not a condition of receipt of any good or service. Mobile carrier messages and data rates may apply. You may opt out at any time."
182
- }
183
- ) })
184
- ] }),
185
- children,
186
- /* @__PURE__ */ jsx("div", { className: disclosureForm({ variant }), children: disclosure }),
187
- /* @__PURE__ */ jsx("div", { className: actions, children: /* @__PURE__ */ jsx(
188
- Button,
189
- {
190
- color: getVariant(callToAction?.variant),
191
- as: "button",
192
- type: "submit",
193
- disabled: !isValid || isSubmitting,
194
- children: callToAction?.displayText
195
- }
196
- ) })
197
- ] })
198
- ] }) })
199
- },
200
- id
201
- );
143
+ }),
144
+ label: "Email",
145
+ sizes: "medium",
146
+ placeholder: "Email",
147
+ required: true,
148
+ error: !!errors.email,
149
+ helperText: errors.email?.message,
150
+ variant
151
+ }
152
+ ) }),
153
+ /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsx(
154
+ InputPhone,
155
+ {
156
+ id: "phone",
157
+ ...register("phone", { required: true, maxLength: 12 }),
158
+ label: "Phone",
159
+ sizes: "medium",
160
+ placeholder: "Phone",
161
+ required: true,
162
+ error: !!errors.phone,
163
+ helperText: errors.phone?.message,
164
+ variant
165
+ }
166
+ ) }),
167
+ /* @__PURE__ */ jsx("div", { className: fullRowForm, children: /* @__PURE__ */ jsx(
168
+ Checkbox,
169
+ {
170
+ id: "checkbox__c",
171
+ ...register("checkbox__c"),
172
+ sizes: "medium",
173
+ error: !!errors.checkbox__c,
174
+ helperText: errors.checkbox__c?.message,
175
+ variant,
176
+ children: "By providing your phone number and selecting the checkbox, you have agreed to these Terms and Conditions, and you have agreed to receive automated text messages, calls, and emails for any purpose including but not limited to marketing of products and services by Axos Bank. You understand and agree that such messages may be sent via Automatic Telephone Dialing System and/or artificial or pre-recorded voice, and that such consent is not a condition of receipt of any good or service. Mobile carrier messages and data rates may apply. You may opt out at any time."
177
+ }
178
+ ) })
179
+ ] }),
180
+ children,
181
+ /* @__PURE__ */ jsx("div", { className: disclosureForm({ variant }), children: disclosure }),
182
+ /* @__PURE__ */ jsx("div", { className: actions, children: /* @__PURE__ */ jsx(
183
+ Button,
184
+ {
185
+ color: getVariant(callToAction?.variant),
186
+ as: "button",
187
+ type: "submit",
188
+ disabled: !isValid || isSubmitting,
189
+ children: callToAction?.displayText
190
+ }
191
+ ) })
192
+ ] })
193
+ ] }) }) }, id);
202
194
  };
203
195
  export {
204
196
  ApplicationStart
@@ -0,0 +1,11 @@
1
+ import { FormProps } from './FormProps';
2
+
3
+ export type BlendPurchaseInputs = {
4
+ property_Type: string;
5
+ Occupancy: string;
6
+ SalesPrice: string;
7
+ DownPayment: string;
8
+ CreditScore: string;
9
+ ZipCode: string;
10
+ };
11
+ export declare const BlendPurchase: ({ icon, children, onSubmit, disclosure, variant: fullVariant, headline, description, callToAction, validateEmail, id, }: FormProps) => import("react/jsx-runtime").JSX.Element;