@axos-web-dev/shared-components 1.0.100-dev.77 → 1.0.100-dev.78

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 (73) hide show
  1. package/README.md +111 -111
  2. package/dist/Accordion/Accordion.js +3 -3
  3. package/dist/AlertBanner/index.js +1 -1
  4. package/dist/Article/Article.js +1 -1
  5. package/dist/Avatar/Avatar.module.js +7 -7
  6. package/dist/Blockquote/Blockquote.module.js +3 -3
  7. package/dist/Calculators/AnnualFeeCalculator/index.js +1 -1
  8. package/dist/Calculators/ApyCalculator/index.js +1 -1
  9. package/dist/Calculators/BuyDownCalculator/index.js +1 -1
  10. package/dist/Calculators/MarginTradingCalculator/index.js +1 -1
  11. package/dist/Calculators/MarineLoanMonthlyPaymentCalculator/index.js +1 -1
  12. package/dist/Calculators/MaxLoanCalculator/index.js +1 -1
  13. package/dist/Calculators/MonthlyPaymentCalculator/index.js +1 -1
  14. package/dist/Calculators/MonthlyPaymentLVFCalculator/index.js +1 -1
  15. package/dist/Carousel/index.js +1 -1
  16. package/dist/ContentBanner/index.js +1 -1
  17. package/dist/ExecutiveBio/ExecutiveBio.css.d.ts +51 -1
  18. package/dist/ExecutiveBio/ExecutiveBio.css.js +48 -46
  19. package/dist/ExecutiveBio/ExecutiveBio.d.ts +1 -1
  20. package/dist/ExecutiveBio/ExecutiveBio.interface.d.ts +3 -1
  21. package/dist/ExecutiveBio/ExecutiveBio.js +142 -146
  22. package/dist/ExecutiveBio/ExecutiveBioSet.d.ts +1 -2
  23. package/dist/ExecutiveBio/ExecutiveBioSet.js +31 -17
  24. package/dist/ExecutiveBio/index.js +2 -1
  25. package/dist/FaqAccordion/index.js +1 -1
  26. package/dist/FdicCallout/FdicCallout.module.js +2 -2
  27. package/dist/FooterDisclosure/FooterDisclosure.js +1 -1
  28. package/dist/Forms/MortgageRate/MortgageRateForm.js +1 -1
  29. package/dist/HeroBanner/HeroBanner.js +2 -2
  30. package/dist/IconBillboard/IconBillboardSet.js +1 -1
  31. package/dist/ImageBillboard/ImageBillboard.js +1 -1
  32. package/dist/Input/Checkbox.js +2 -2
  33. package/dist/Input/DownPaymentInput.js +1 -1
  34. package/dist/Input/Dropdown.js +1 -1
  35. package/dist/Input/Input.js +1 -1
  36. package/dist/Input/InputTextArea.js +1 -1
  37. package/dist/Insight/Featured/Featured.js +2 -2
  38. package/dist/Interstitial/Interstitial.module.js +10 -10
  39. package/dist/LandingPageHeader/LandingPageHeader.js +1 -1
  40. package/dist/Modal/contextApi/store.js +1 -1
  41. package/dist/NavigationMenu/AxosALTS/NavBar.module.js +23 -23
  42. package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +52 -52
  43. package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +53 -53
  44. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +27 -27
  45. package/dist/NavigationMenu/AxosBank/NavBar.module.js +39 -39
  46. package/dist/NavigationMenu/AxosClearing/NavBar.module.js +37 -37
  47. package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +41 -41
  48. package/dist/NavigationMenu/LaVictoire/NavBar.module.js +37 -37
  49. package/dist/PageNavItem/PageNavItem.js +1 -1
  50. package/dist/SetContainer/SetContainer.js +2 -2
  51. package/dist/StepItem/StepItem.js +1 -1
  52. package/dist/StepItemSet/StepItemSet.js +1 -1
  53. package/dist/Table/Table.js +1 -1
  54. package/dist/Topic/Topic.js +1 -1
  55. package/dist/WalnutIframe/wrapper.module.js +3 -3
  56. package/dist/assets/Avatar/Avatar.css.css +59 -59
  57. package/dist/assets/Blockquote/Blockquote.css.css +72 -72
  58. package/dist/assets/ExecutiveBio/ExecutiveBio.css +271 -170
  59. package/dist/assets/FdicCallout/FdicCallout.css.css +48 -48
  60. package/dist/assets/Interstitial/Interstitial.css.css +142 -142
  61. package/dist/assets/NavigationMenu/AxosALTS/NavBar.css.css +264 -264
  62. package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +609 -609
  63. package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css +630 -630
  64. package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css +353 -353
  65. package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +445 -445
  66. package/dist/assets/NavigationMenu/AxosClearing/NavBar.css.css +484 -484
  67. package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +427 -427
  68. package/dist/assets/NavigationMenu/LaVictoire/NavBar.css.css +429 -429
  69. package/dist/assets/WalnutIframe/wrapper.css.css +48 -48
  70. package/dist/assets/utils/optimizeImage/optimizeImage.css.css +47 -47
  71. package/dist/main.js +2 -1
  72. package/dist/utils/optimizeImage/optimizeImage.module.js +3 -3
  73. package/package.json +136 -136
@@ -1,10 +1,10 @@
1
- "use client";
2
1
  import { jsx, Fragment, jsxs } from "react/jsx-runtime";
3
- import { useRef, useState, useEffect, createElement } from "react";
2
+ import { createElement } from "react";
4
3
  import { getVariant } from "../utils/getVariant.js";
4
+ import { Chevron } from "../Chevron/index.js";
5
5
  import { OptimizeImage } from "../utils/optimizeImage/OptimizeImage.js";
6
6
  import { Overlay } from "./Overlay.js";
7
- import { executive_bio, padding, shift, media, headshot, img_area, description, person, headline_setting, job_title, copy, contacts, contact_col, svg_icon, contact_entry, url_row, item_bio, ceoContainer, ceoWrapper, ceoMedia, ceoImgWrapper, imgAlignment, highlights, bulletsHeadline, bulletsWrapper, ceoContent, ceoHeader, ceoPersonalInfo, ceo_name, ceo_title, ceo_contacts, social, hover, svg_color, tooltip, ceo_quote, ceo_body, order_3, overlay, ceoSection } from "./ExecutiveBio.css.js";
7
+ import { executive_bio, compact, padding, item_bio, shift, media, headshot, img_area, description, person, headline_setting, job_title, copy, contacts, contact_col, svg_icon, contact_entry, url_row, ceoSection, ceoContainer, ceoWrapper, ceoMedia, ceoImgWrapper, imgAlignment, highlights, bulletsHeadline, bulletsWrapper, ceoContent, ceoHeader, ceoPersonalInfo, ceo_name, ceo_title, ceo_contacts, social, hover, svg_color, tooltip, ceo_quote, ceo_body, order_3, overlay } from "./ExecutiveBio.css.js";
8
8
  import "../Accordion/Accordion.js";
9
9
  import "../Accordion/Accordion.css.js";
10
10
  import "../icons/ArrowIcon/ArrowIcon.css.js";
@@ -15,15 +15,15 @@ import '../assets/VideoWrapper/VideoWrapper.css';import '../assets/TopicalNavSet
15
15
  /* empty css */
16
16
  /* empty css */
17
17
  /* empty css */
18
- import "clsx";
19
- import "../Chevron/Chevron.css.js";
20
18
  import "../AlertBanner/AlertBanner.css.js";
21
19
  import "../Article/Article.css.js";
22
20
  import "../IconBillboard/IconBillboard.css.js";
23
21
  import "../utils/allowedAxosDomains.js";
22
+ import "clsx";
24
23
  /* empty css */
25
24
  /* empty css */
26
25
  import "../Interstitial/Interstitial-variants.css.js";
26
+ import "../Chevron/Chevron.css.js";
27
27
  /* empty css */
28
28
  import "../Modal/contextApi/store.js";
29
29
  import "../Button/Button.css.js";
@@ -135,6 +135,7 @@ import "../StepItemSet/StepItemSet.css.js";
135
135
  /* empty css */
136
136
  const ExecutiveBio = ({
137
137
  id,
138
+ hasParentH2 = false,
138
139
  executiveName,
139
140
  executiveTitle,
140
141
  executiveBodyCopy,
@@ -153,156 +154,151 @@ const ExecutiveBio = ({
153
154
  backgroundOverlay = false
154
155
  }) => {
155
156
  const variant = getVariant(fullVariant);
156
- const execNameRef = useRef(null);
157
- const execTitleRef = useRef(null);
158
- const [execNameLevel, setExecNameLevel] = useState("h2");
159
- const [execTitleLevel, setExecTitleLevel] = useState("h3");
160
- useEffect(() => {
161
- if (execNameRef.current) {
162
- const section = execNameRef.current.closest("section:has(section)");
163
- if (section) {
164
- const existingH2inTitle = section.querySelector("h2.header_1");
165
- const existingH2inComponent = section.querySelector("h2.header_3");
166
- if (existingH2inTitle) {
167
- setExecNameLevel("h3");
168
- }
169
- if (existingH2inTitle && existingH2inComponent) {
170
- setExecTitleLevel("h4");
171
- }
172
- }
173
- }
174
- }, []);
175
- return /* @__PURE__ */ jsx(Fragment, { children: bannerType === "Standard" ? /* @__PURE__ */ jsx("section", { className: `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: [
176
- executiveHeadshot && /* @__PURE__ */ jsx("div", { className: media, children: /* @__PURE__ */ jsx("div", { className: headshot, children: /* @__PURE__ */ jsx("div", { className: img_area, role: "presentation", children: /* @__PURE__ */ jsx(OptimizeImage, { src: executiveHeadshot?.src, alt: "" }) }) }) }),
177
- /* @__PURE__ */ jsxs("div", { className: `${description} flex_col between`, children: [
178
- /* @__PURE__ */ jsxs("div", { className: person, children: [
179
- executiveName && createElement(
180
- execNameLevel,
181
- {
182
- ref: execNameRef,
183
- className: `header_3 ${headline_setting({ variant })}`
184
- },
185
- executiveName
186
- ),
187
- executiveTitle && createElement(
188
- execTitleLevel,
189
- {
190
- ref: execTitleRef,
191
- className: `${job_title({ variant })}`
192
- },
193
- executiveTitle
194
- ),
195
- executiveBodyCopy && /* @__PURE__ */ jsx("div", { className: copy, children: executiveBodyCopy })
196
- ] }),
197
- (executiveEmailAddress || executivePhoneNumber || executiveLinkedIn || executiveWebsite) && /* @__PURE__ */ jsxs("div", { className: `${contacts} flex between push_up_24`, children: [
198
- (executivePhoneNumber || executiveEmailAddress) && /* @__PURE__ */ jsxs("div", { className: contact_col, children: [
199
- executivePhoneNumber && /* @__PURE__ */ jsxs("div", { className: "flex middle", children: [
200
- /* @__PURE__ */ jsx(
201
- "svg",
157
+ const execNameLevel = hasParentH2 ? "h3" : "h2";
158
+ const execTitleLevel = hasParentH2 ? "h4" : "h3";
159
+ return /* @__PURE__ */ jsx(Fragment, { children: bannerType !== "Hero" ? /* @__PURE__ */ jsx(
160
+ "section",
161
+ {
162
+ className: `${executive_bio} ${bannerType === "Compact" ? compact : ""}`,
163
+ id,
164
+ children: /* @__PURE__ */ jsx("div", { className: "containment", children: /* @__PURE__ */ jsx("div", { className: `${padding} ${item_bio({ variant })} rounded`, children: /* @__PURE__ */ jsxs("div", { className: `${shift} flex`, children: [
165
+ executiveHeadshot && /* @__PURE__ */ jsx("div", { className: media, children: /* @__PURE__ */ jsx("div", { className: headshot, children: /* @__PURE__ */ jsx("div", { className: img_area, role: "presentation", children: /* @__PURE__ */ jsx(OptimizeImage, { src: executiveHeadshot?.src, alt: "" }) }) }) }),
166
+ /* @__PURE__ */ jsxs("div", { className: `${description} flex_col between`, children: [
167
+ /* @__PURE__ */ jsxs("div", { className: person, children: [
168
+ executiveName && createElement(
169
+ execNameLevel,
202
170
  {
203
- width: "24",
204
- height: "24",
205
- viewBox: "0 0 24 24",
206
- fill: "none",
207
- xmlns: "http://www.w3.org/2000/svg",
208
- "aria-hidden": "true",
209
- children: /* @__PURE__ */ jsx(
210
- "path",
211
- {
212
- fillRule: "evenodd",
213
- clipRule: "evenodd",
214
- d: "M5.25 4.5C5.25 2.84315 6.59315 1.5 8.25 1.5H15.75C17.4069 1.5 18.75 2.84315 18.75 4.5V19.5C18.75 21.1569 17.4069 22.5 15.75 22.5H8.25C6.59315 22.5 5.25 21.1569 5.25 19.5V4.5ZM6.75 4.5C6.75 3.67157 7.42157 3 8.25 3C8.25 3.82843 8.92157 4.5 9.75 4.5H14.25C15.0784 4.5 15.75 3.82843 15.75 3C16.5784 3 17.25 3.67157 17.25 4.5V19.5C17.25 20.3284 16.5784 21 15.75 21H8.25C7.42157 21 6.75 20.3284 6.75 19.5V4.5Z",
215
- fill: "#1E3860",
216
- className: svg_icon({ variant })
217
- }
218
- )
219
- }
171
+ className: `header_3 ${headline_setting({ variant })}`
172
+ },
173
+ executiveName
220
174
  ),
221
- /* @__PURE__ */ jsx("div", { className: contact_entry({ variant }), children: /* @__PURE__ */ jsx("a", { href: `tel:${executivePhoneNumber}`, children: executivePhoneNumber }) })
222
- ] }),
223
- executiveEmailAddress && /* @__PURE__ */ jsxs("div", { className: "flex middle", children: [
224
- /* @__PURE__ */ jsx(
225
- "svg",
175
+ executiveTitle && createElement(
176
+ execTitleLevel,
226
177
  {
227
- width: "24",
228
- height: "24",
229
- viewBox: "0 0 24 24",
230
- fill: "none",
231
- xmlns: "http://www.w3.org/2000/svg",
232
- "aria-hidden": "true",
233
- children: /* @__PURE__ */ jsx(
234
- "path",
235
- {
236
- d: "M21 4.5C21.8284 4.5 22.5 5.17157 22.5 6V18C22.5 18.8284 21.8284 19.5 21 19.5H3C2.17157 19.5 1.5 18.8284 1.5 18V6C1.5 5.17157 2.17157 4.5 3 4.5H21ZM14.3932 12.455L14.1963 12.6098C12.8873 13.5569 11.1127 13.5569 9.80369 12.6098L9.60517 12.455L4.059 18H19.9395L14.3932 12.455ZM21 6.8655L15.5437 11.483L21 16.9395V6.8655ZM3 6.867V16.938L8.45467 11.483L3 6.867ZM19.701 6H4.2975L10.5466 11.2878C11.3296 11.9503 12.4523 11.9944 13.2806 11.4203L13.4534 11.2878L19.701 6Z",
237
- fill: "#1E3860",
238
- className: svg_icon({ variant })
239
- }
240
- )
241
- }
178
+ className: `${job_title({ variant })}`
179
+ },
180
+ executiveTitle
242
181
  ),
243
- /* @__PURE__ */ jsx("div", { className: contact_entry({ variant }), children: /* @__PURE__ */ jsx("a", { href: `mailto:${executiveEmailAddress}`, children: executiveEmailAddress }) })
244
- ] })
245
- ] }),
246
- (executiveLinkedIn || executiveWebsite) && /* @__PURE__ */ jsxs("div", { className: `flex middle ${url_row}`, children: [
247
- executiveLinkedIn && /* @__PURE__ */ jsxs("div", { className: "flex middle", children: [
248
- /* @__PURE__ */ jsxs(
249
- "svg",
250
- {
251
- xmlns: "http://www.w3.org/2000/svg",
252
- fill: "none",
253
- viewBox: "0 0 24 24",
254
- height: "24",
255
- width: "24",
256
- children: [
257
- /* @__PURE__ */ jsx("g", { clipPath: "url(#clip0_34_11)", children: /* @__PURE__ */ jsx(
258
- "path",
259
- {
260
- d: "M21.376 1H2.62403C1.72722 1 1 1.72722 1 2.62403V21.376C1 22.2728 1.72722 23 2.62403 23H21.376C22.2728 23 23 22.2728 23 21.376V2.62403C23 1.72722 22.2728 1 21.376 1ZM7.55722 19.7428H4.24958V9.23472H7.55722V19.7412V19.7428ZM5.90417 7.77875C4.85153 7.77875 3.9975 6.97667 3.9975 5.87972C3.9975 4.78278 4.85153 3.98069 5.90417 3.98069C6.95681 3.98069 7.81083 4.78278 7.81083 5.87972C7.81083 6.97667 6.95681 7.77875 5.90417 7.77875ZM19.7504 19.7504H16.4428V14.0121C16.4428 12.3193 15.7232 11.7968 14.7943 11.7968C13.8135 11.7968 12.851 12.5347 12.851 14.0549V19.7519H9.54333V9.24236H12.7242V10.6983H12.7669C13.0862 10.0521 14.2046 8.9475 15.9111 8.9475C17.7567 8.9475 19.7504 10.0429 19.7504 13.2513V19.7504Z",
261
- fill: "#1E3860",
262
- className: svg_icon({ variant })
263
- }
264
- ) }),
265
- /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_34_11", children: /* @__PURE__ */ jsx(
266
- "rect",
267
- {
268
- width: "22",
269
- height: "22",
270
- fill: "white",
271
- transform: "translate(1 1)"
272
- }
273
- ) }) })
274
- ]
275
- }
276
- ),
277
- /* @__PURE__ */ jsx("div", { className: contact_entry({ variant }), children: /* @__PURE__ */ jsx(Hyperlink, { targetUrl: executiveLinkedIn, children: "LinkedIn" }) })
182
+ executiveBodyCopy && /* @__PURE__ */ jsx("div", { className: copy, children: executiveBodyCopy })
278
183
  ] }),
279
- executiveWebsite && /* @__PURE__ */ jsxs("div", { className: "flex middle", children: [
280
- /* @__PURE__ */ jsx(
281
- "svg",
282
- {
283
- width: "24",
284
- height: "24",
285
- viewBox: "0 0 24 24",
286
- fill: "none",
287
- xmlns: "http://www.w3.org/2000/svg",
288
- children: /* @__PURE__ */ jsx(
289
- "path",
184
+ (executiveEmailAddress || executivePhoneNumber || executiveLinkedIn || executiveWebsite) && /* @__PURE__ */ jsxs("div", { className: `${contacts} flex between push_up_24`, children: [
185
+ (executivePhoneNumber || executiveEmailAddress) && /* @__PURE__ */ jsxs("div", { className: contact_col, children: [
186
+ executivePhoneNumber && /* @__PURE__ */ jsxs("div", { className: "flex middle", children: [
187
+ /* @__PURE__ */ jsx(
188
+ "svg",
290
189
  {
291
- fillRule: "evenodd",
292
- clipRule: "evenodd",
293
- d: "M12 22.5C17.799 22.5 22.5 17.799 22.5 12C22.5 6.20101 17.799 1.5 12 1.5C6.20101 1.5 1.5 6.20101 1.5 12C1.5 17.799 6.20101 22.5 12 22.5ZM14.1489 2.96268C15.396 3.25958 16.5456 3.80819 17.541 4.55185C17.0479 4.92025 16.5169 5.24079 15.955 5.50657C15.4554 4.5679 14.8471 3.71173 14.1489 2.96268ZM18.5052 5.38047C17.8846 5.87004 17.2076 6.29124 16.4855 6.6327C17.0807 8.07337 17.4348 9.66586 17.4915 11.3364H21.2495C21.0873 9.01027 20.068 6.92039 18.5052 5.38047ZM12.4032 3.01931C13.3464 3.81456 14.1595 4.81264 14.7923 5.96297C14.0335 6.20289 13.2325 6.34791 12.4032 6.38411V3.01931ZM15.3357 7.0952C14.409 7.40551 13.4248 7.5904 12.4032 7.62969V11.3364H16.2463C16.1906 9.81381 15.8684 8.38134 15.3357 7.0952ZM11.1587 3.01931L11.1587 6.35622C10.4387 6.29219 9.74234 6.14593 9.07907 5.92691C9.64291 4.9109 10.3478 3.76049 11.1587 3.01931ZM11.1587 7.60513C10.2455 7.53365 9.365 7.34562 8.53212 7.05589C7.98967 8.35213 7.66148 9.79828 7.60516 11.3364H11.1587V7.60513ZM9.66329 3.00507C8.99396 3.73051 8.4084 4.55491 7.92336 5.45629C7.40009 5.20069 6.90443 4.89732 6.44205 4.55185C7.39178 3.84227 8.48193 3.31027 9.66329 3.00507ZM7.38787 6.58008C6.70679 6.24829 6.06686 5.84518 5.47779 5.38047C3.91502 6.92039 2.89567 9.01027 2.73347 11.3364H6.36001C6.41741 9.64549 6.77947 8.03455 7.38787 6.58008ZM21.2539 12.5809C21.1064 14.9333 20.0827 17.048 18.5052 18.6024C17.8481 18.0839 17.1277 17.6422 16.3574 17.2906C16.993 15.8557 17.386 14.2604 17.4784 12.5809H21.2539ZM17.541 19.431C17.0021 19.0284 16.4181 18.683 15.7979 18.4037C15.221 19.4225 14.5137 20.3374 13.7013 21.115C15.1213 20.8506 16.4276 20.2628 17.541 19.431ZM16.2323 12.5809C16.1408 14.1185 15.7771 15.559 15.2 16.8432C14.3131 16.5597 13.3751 16.3905 12.4032 16.3531V12.5809H16.2323ZM14.6179 17.9666C13.9111 17.7584 13.1692 17.6322 12.4032 17.5987V20.6047C13.2619 19.8807 14.0127 18.9886 14.6179 17.9666ZM11.1587 12.5809V16.3777C10.2951 16.4453 9.46081 16.6171 8.66834 16.8806C8.0815 15.587 7.71159 14.1334 7.61924 12.5809H11.1587ZM11.1587 17.6266C10.5016 17.685 9.86413 17.812 9.25358 18.0002C9.78588 18.8919 10.4294 19.9381 11.1587 20.6047V17.6266ZM6.37306 12.5809C6.46656 14.2801 6.8678 15.8932 7.51657 17.3411C6.78731 17.6842 6.10383 18.1085 5.47779 18.6024C3.90035 17.048 2.87657 14.9333 2.72913 12.5809H6.37306ZM8.08081 18.4515C7.49934 18.722 6.95056 19.051 6.44205 19.431C7.51211 20.2305 8.76043 20.8045 10.1166 21.0827C9.33093 20.3243 8.64461 19.4371 8.08081 18.4515Z",
294
- fill: "#1E3860",
295
- className: svg_icon({ variant })
190
+ width: "24",
191
+ height: "24",
192
+ viewBox: "0 0 24 24",
193
+ fill: "none",
194
+ xmlns: "http://www.w3.org/2000/svg",
195
+ "aria-hidden": "true",
196
+ children: /* @__PURE__ */ jsx(
197
+ "path",
198
+ {
199
+ fillRule: "evenodd",
200
+ clipRule: "evenodd",
201
+ d: "M5.25 4.5C5.25 2.84315 6.59315 1.5 8.25 1.5H15.75C17.4069 1.5 18.75 2.84315 18.75 4.5V19.5C18.75 21.1569 17.4069 22.5 15.75 22.5H8.25C6.59315 22.5 5.25 21.1569 5.25 19.5V4.5ZM6.75 4.5C6.75 3.67157 7.42157 3 8.25 3C8.25 3.82843 8.92157 4.5 9.75 4.5H14.25C15.0784 4.5 15.75 3.82843 15.75 3C16.5784 3 17.25 3.67157 17.25 4.5V19.5C17.25 20.3284 16.5784 21 15.75 21H8.25C7.42157 21 6.75 20.3284 6.75 19.5V4.5Z",
202
+ fill: "#1E3860",
203
+ className: svg_icon({ variant })
204
+ }
205
+ )
296
206
  }
297
- )
298
- }
299
- ),
300
- /* @__PURE__ */ jsx("div", { className: contact_entry({ variant }), children: /* @__PURE__ */ jsx(Hyperlink, { targetUrl: executiveWebsite, children: "Website" }) })
207
+ ),
208
+ /* @__PURE__ */ jsx("div", { className: contact_entry({ variant }), children: /* @__PURE__ */ jsx("a", { href: `tel:${executivePhoneNumber}`, children: executivePhoneNumber }) })
209
+ ] }),
210
+ executiveEmailAddress && /* @__PURE__ */ jsxs("div", { className: "flex middle", children: [
211
+ /* @__PURE__ */ jsx(
212
+ "svg",
213
+ {
214
+ width: "24",
215
+ height: "24",
216
+ viewBox: "0 0 24 24",
217
+ fill: "none",
218
+ xmlns: "http://www.w3.org/2000/svg",
219
+ "aria-hidden": "true",
220
+ children: /* @__PURE__ */ jsx(
221
+ "path",
222
+ {
223
+ d: "M21 4.5C21.8284 4.5 22.5 5.17157 22.5 6V18C22.5 18.8284 21.8284 19.5 21 19.5H3C2.17157 19.5 1.5 18.8284 1.5 18V6C1.5 5.17157 2.17157 4.5 3 4.5H21ZM14.3932 12.455L14.1963 12.6098C12.8873 13.5569 11.1127 13.5569 9.80369 12.6098L9.60517 12.455L4.059 18H19.9395L14.3932 12.455ZM21 6.8655L15.5437 11.483L21 16.9395V6.8655ZM3 6.867V16.938L8.45467 11.483L3 6.867ZM19.701 6H4.2975L10.5466 11.2878C11.3296 11.9503 12.4523 11.9944 13.2806 11.4203L13.4534 11.2878L19.701 6Z",
224
+ fill: "#1E3860",
225
+ className: svg_icon({ variant })
226
+ }
227
+ )
228
+ }
229
+ ),
230
+ /* @__PURE__ */ jsx("div", { className: contact_entry({ variant }), children: /* @__PURE__ */ jsx("a", { href: `mailto:${executiveEmailAddress}`, children: executiveEmailAddress }) })
231
+ ] })
232
+ ] }),
233
+ (executiveLinkedIn || executiveWebsite) && /* @__PURE__ */ jsxs("div", { className: `flex middle ${url_row}`, children: [
234
+ executiveLinkedIn && /* @__PURE__ */ jsxs("div", { className: "flex middle", children: [
235
+ /* @__PURE__ */ jsxs(
236
+ "svg",
237
+ {
238
+ xmlns: "http://www.w3.org/2000/svg",
239
+ fill: "none",
240
+ viewBox: "0 0 24 24",
241
+ height: "24",
242
+ width: "24",
243
+ children: [
244
+ /* @__PURE__ */ jsx("g", { clipPath: "url(#clip0_34_11)", children: /* @__PURE__ */ jsx(
245
+ "path",
246
+ {
247
+ d: "M21.376 1H2.62403C1.72722 1 1 1.72722 1 2.62403V21.376C1 22.2728 1.72722 23 2.62403 23H21.376C22.2728 23 23 22.2728 23 21.376V2.62403C23 1.72722 22.2728 1 21.376 1ZM7.55722 19.7428H4.24958V9.23472H7.55722V19.7412V19.7428ZM5.90417 7.77875C4.85153 7.77875 3.9975 6.97667 3.9975 5.87972C3.9975 4.78278 4.85153 3.98069 5.90417 3.98069C6.95681 3.98069 7.81083 4.78278 7.81083 5.87972C7.81083 6.97667 6.95681 7.77875 5.90417 7.77875ZM19.7504 19.7504H16.4428V14.0121C16.4428 12.3193 15.7232 11.7968 14.7943 11.7968C13.8135 11.7968 12.851 12.5347 12.851 14.0549V19.7519H9.54333V9.24236H12.7242V10.6983H12.7669C13.0862 10.0521 14.2046 8.9475 15.9111 8.9475C17.7567 8.9475 19.7504 10.0429 19.7504 13.2513V19.7504Z",
248
+ fill: "#1E3860",
249
+ className: svg_icon({ variant })
250
+ }
251
+ ) }),
252
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_34_11", children: /* @__PURE__ */ jsx(
253
+ "rect",
254
+ {
255
+ width: "22",
256
+ height: "22",
257
+ fill: "white",
258
+ transform: "translate(1 1)"
259
+ }
260
+ ) }) })
261
+ ]
262
+ }
263
+ ),
264
+ /* @__PURE__ */ jsx("div", { className: contact_entry({ variant }), children: /* @__PURE__ */ jsx(Hyperlink, { targetUrl: executiveLinkedIn, children: "LinkedIn" }) })
265
+ ] }),
266
+ executiveWebsite && /* @__PURE__ */ jsxs("div", { className: "flex middle", children: [
267
+ bannerType !== "Compact" && /* @__PURE__ */ jsx(
268
+ "svg",
269
+ {
270
+ width: "24",
271
+ height: "24",
272
+ viewBox: "0 0 24 24",
273
+ fill: "none",
274
+ xmlns: "http://www.w3.org/2000/svg",
275
+ children: /* @__PURE__ */ jsx(
276
+ "path",
277
+ {
278
+ fillRule: "evenodd",
279
+ clipRule: "evenodd",
280
+ d: "M12 22.5C17.799 22.5 22.5 17.799 22.5 12C22.5 6.20101 17.799 1.5 12 1.5C6.20101 1.5 1.5 6.20101 1.5 12C1.5 17.799 6.20101 22.5 12 22.5ZM14.1489 2.96268C15.396 3.25958 16.5456 3.80819 17.541 4.55185C17.0479 4.92025 16.5169 5.24079 15.955 5.50657C15.4554 4.5679 14.8471 3.71173 14.1489 2.96268ZM18.5052 5.38047C17.8846 5.87004 17.2076 6.29124 16.4855 6.6327C17.0807 8.07337 17.4348 9.66586 17.4915 11.3364H21.2495C21.0873 9.01027 20.068 6.92039 18.5052 5.38047ZM12.4032 3.01931C13.3464 3.81456 14.1595 4.81264 14.7923 5.96297C14.0335 6.20289 13.2325 6.34791 12.4032 6.38411V3.01931ZM15.3357 7.0952C14.409 7.40551 13.4248 7.5904 12.4032 7.62969V11.3364H16.2463C16.1906 9.81381 15.8684 8.38134 15.3357 7.0952ZM11.1587 3.01931L11.1587 6.35622C10.4387 6.29219 9.74234 6.14593 9.07907 5.92691C9.64291 4.9109 10.3478 3.76049 11.1587 3.01931ZM11.1587 7.60513C10.2455 7.53365 9.365 7.34562 8.53212 7.05589C7.98967 8.35213 7.66148 9.79828 7.60516 11.3364H11.1587V7.60513ZM9.66329 3.00507C8.99396 3.73051 8.4084 4.55491 7.92336 5.45629C7.40009 5.20069 6.90443 4.89732 6.44205 4.55185C7.39178 3.84227 8.48193 3.31027 9.66329 3.00507ZM7.38787 6.58008C6.70679 6.24829 6.06686 5.84518 5.47779 5.38047C3.91502 6.92039 2.89567 9.01027 2.73347 11.3364H6.36001C6.41741 9.64549 6.77947 8.03455 7.38787 6.58008ZM21.2539 12.5809C21.1064 14.9333 20.0827 17.048 18.5052 18.6024C17.8481 18.0839 17.1277 17.6422 16.3574 17.2906C16.993 15.8557 17.386 14.2604 17.4784 12.5809H21.2539ZM17.541 19.431C17.0021 19.0284 16.4181 18.683 15.7979 18.4037C15.221 19.4225 14.5137 20.3374 13.7013 21.115C15.1213 20.8506 16.4276 20.2628 17.541 19.431ZM16.2323 12.5809C16.1408 14.1185 15.7771 15.559 15.2 16.8432C14.3131 16.5597 13.3751 16.3905 12.4032 16.3531V12.5809H16.2323ZM14.6179 17.9666C13.9111 17.7584 13.1692 17.6322 12.4032 17.5987V20.6047C13.2619 19.8807 14.0127 18.9886 14.6179 17.9666ZM11.1587 12.5809V16.3777C10.2951 16.4453 9.46081 16.6171 8.66834 16.8806C8.0815 15.587 7.71159 14.1334 7.61924 12.5809H11.1587ZM11.1587 17.6266C10.5016 17.685 9.86413 17.812 9.25358 18.0002C9.78588 18.8919 10.4294 19.9381 11.1587 20.6047V17.6266ZM6.37306 12.5809C6.46656 14.2801 6.8678 15.8932 7.51657 17.3411C6.78731 17.6842 6.10383 18.1085 5.47779 18.6024C3.90035 17.048 2.87657 14.9333 2.72913 12.5809H6.37306ZM8.08081 18.4515C7.49934 18.722 6.95056 19.051 6.44205 19.431C7.51211 20.2305 8.76043 20.8045 10.1166 21.0827C9.33093 20.3243 8.64461 19.4371 8.08081 18.4515Z",
281
+ fill: "#1E3860",
282
+ className: svg_icon({ variant })
283
+ }
284
+ )
285
+ }
286
+ ),
287
+ /* @__PURE__ */ jsx("div", { className: contact_entry({ variant }), children: bannerType === "Compact" ? /* @__PURE__ */ jsx(
288
+ Chevron,
289
+ {
290
+ targetUrl: executiveWebsite,
291
+ variant: variant === "primary" || variant === "secondary" ? "primary" : "secondary",
292
+ children: "Read Bio"
293
+ }
294
+ ) : /* @__PURE__ */ jsx(Hyperlink, { targetUrl: executiveWebsite, children: "Website" }) })
295
+ ] })
296
+ ] })
301
297
  ] })
302
298
  ] })
303
- ] })
304
- ] })
305
- ] }) }) }) }) : /* @__PURE__ */ jsxs("section", { id, className: ceoSection({ variant }), children: [
299
+ ] }) }) })
300
+ }
301
+ ) : /* @__PURE__ */ jsxs("section", { id, className: ceoSection({ variant }), children: [
306
302
  /* @__PURE__ */ jsx("div", { className: `containment ${ceoContainer}`, children: /* @__PURE__ */ jsxs("div", { className: ceoWrapper, children: [
307
303
  (executiveHeadshot || bullets) && /* @__PURE__ */ jsxs("div", { className: ceoMedia, children: [
308
304
  /* @__PURE__ */ jsx("div", { className: ceoImgWrapper, role: "presentation", children: /* @__PURE__ */ jsxs("picture", { children: [
@@ -1,4 +1,3 @@
1
- import { SetContainerProps } from '../SetContainer';
2
1
  import { ExecutiveBioSetProps as Props } from './ExecutiveBio.interface';
3
2
 
4
- export declare const ExecutiveBioSet: ({ id, title, description, executiveBios, additionalDetails, variant: fullVariant, }: Props & SetContainerProps) => import("react/jsx-runtime").JSX.Element;
3
+ export declare const ExecutiveBioSet: ({ id, title, description, executiveBios, additionalDetails, variant: fullVariant, numberOfColumns, }: Props) => import("react/jsx-runtime").JSX.Element;
@@ -1,37 +1,51 @@
1
1
  import { jsxs, jsx, Fragment } from "react/jsx-runtime";
2
2
  import { getVariant } from "../utils/getVariant.js";
3
3
  import { ExecutiveBio } from "./ExecutiveBio.js";
4
- import { bio_section_text, header_theme, components, details, section_theme } from "./ExecutiveBio.css.js";
4
+ import { section_theme, bio_section_text, header_theme, components, details } from "./ExecutiveBio.css.js";
5
+ import "../utils/allowedAxosDomains.js";
6
+ import "react";
7
+ import { columnValues } from "../utils/variant.types.js";
8
+ import { getNumOfColumns } from "../utils/getNumber.js";
5
9
  const ExecutiveBioSet = ({
6
10
  id,
7
11
  title,
8
12
  description,
9
13
  executiveBios,
10
14
  additionalDetails,
11
- variant: fullVariant = "primary"
15
+ variant: fullVariant = "primary",
16
+ numberOfColumns = "1 Column"
12
17
  }) => {
13
18
  const variant = getVariant(fullVariant);
19
+ const numOfCols = getNumOfColumns(numberOfColumns);
14
20
  return /* @__PURE__ */ jsxs("section", { id, className: section_theme({ variant }), children: [
15
21
  /* @__PURE__ */ jsx("div", { className: "containment", children: (title || description) && /* @__PURE__ */ jsxs("div", { className: bio_section_text, children: [
16
22
  title && /* @__PURE__ */ jsx("h2", { className: `header_1 ${header_theme({ variant })}`, children: title }),
17
23
  description && /* @__PURE__ */ jsx(Fragment, { children: description })
18
24
  ] }) }),
19
- /* @__PURE__ */ jsx("div", { className: components, children: executiveBios.map((bio) => /* @__PURE__ */ jsx(
20
- ExecutiveBio,
25
+ /* @__PURE__ */ jsx(
26
+ "div",
21
27
  {
22
- id: `id_${bio.id}`,
23
- executiveName: bio?.executiveName,
24
- executiveTitle: bio?.executiveTitle,
25
- executiveBodyCopy: bio?.executiveBodyCopy,
26
- executiveEmailAddress: bio?.executiveEmailAddress,
27
- executivePhoneNumber: bio?.executivePhoneNumber,
28
- executiveLinkedIn: bio?.executiveLinkedIn,
29
- executiveWebsite: bio?.executiveWebsite,
30
- executiveHeadshot: { src: bio?.executiveHeadshot?.src || "" },
31
- variant: bio?.variant
32
- },
33
- bio.id
34
- )) }),
28
+ className: numOfCols && columnValues.includes(numOfCols) ? `${components({ columns: numOfCols })} cols_${numOfCols} containment` : "",
29
+ children: executiveBios.map((bio) => /* @__PURE__ */ jsx(
30
+ ExecutiveBio,
31
+ {
32
+ id: `id_${bio.id}`,
33
+ hasParentH2: Boolean(title),
34
+ executiveName: bio?.executiveName,
35
+ executiveTitle: bio?.executiveTitle,
36
+ executiveBodyCopy: bio?.executiveBodyCopy,
37
+ executiveEmailAddress: bio?.executiveEmailAddress,
38
+ executivePhoneNumber: bio?.executivePhoneNumber,
39
+ executiveLinkedIn: bio?.executiveLinkedIn,
40
+ executiveWebsite: bio?.executiveWebsite,
41
+ executiveHeadshot: { src: bio?.executiveHeadshot?.src || "" },
42
+ variant: bio?.variant,
43
+ bannerType: bio?.bannerType
44
+ },
45
+ bio.id
46
+ ))
47
+ }
48
+ ),
35
49
  additionalDetails && /* @__PURE__ */ jsx("div", { className: "containment", children: /* @__PURE__ */ jsx("div", { className: details, children: /* @__PURE__ */ jsx(Fragment, { children: additionalDetails }) }) })
36
50
  ] });
37
51
  };
@@ -1,5 +1,5 @@
1
1
  import { ExecutiveBio } from "./ExecutiveBio.js";
2
- import { bio_section_text, bulletsHeadline, bulletsWrapper, ceoContainer, ceoContent, ceoHeader, ceoImgWrapper, ceoMedia, ceoPersonalInfo, ceoSection, ceoWrapper, ceo_body, ceo_contacts, ceo_name, ceo_quote, ceo_title, components, contact_col, contact_entry, contacts, copy, description, details, executive_bio, flexColumn, header_theme, headline_setting, headshot, highlights, hover, imgAlignment, img_area, item_bio, job_title, media, order_3, overlay, padding, person, section_theme, shift, social, stroke_color, svg_color, svg_icon, tooltip, url_row } from "./ExecutiveBio.css.js";
2
+ import { bio_section_text, bulletsHeadline, bulletsWrapper, ceoContainer, ceoContent, ceoHeader, ceoImgWrapper, ceoMedia, ceoPersonalInfo, ceoSection, ceoWrapper, ceo_body, ceo_contacts, ceo_name, ceo_quote, ceo_title, compact, components, contact_col, contact_entry, contacts, copy, description, details, executive_bio, flexColumn, header_theme, headline_setting, headshot, highlights, hover, imgAlignment, img_area, item_bio, job_title, media, order_3, overlay, padding, person, section_theme, shift, social, stroke_color, svg_color, svg_icon, tooltip, url_row } from "./ExecutiveBio.css.js";
3
3
  import { ExecutiveBioSet } from "./ExecutiveBioSet.js";
4
4
  export {
5
5
  ExecutiveBio,
@@ -20,6 +20,7 @@ export {
20
20
  ceo_name,
21
21
  ceo_quote,
22
22
  ceo_title,
23
+ compact,
23
24
  components,
24
25
  contact_col,
25
26
  contact_entry,
@@ -135,7 +135,7 @@ import "../StepItemSet/StepItemSet.css.js";
135
135
  /* empty css */
136
136
  import { getLevelNumber } from "../utils/faqAccordionOptions.js";
137
137
  import { create } from "zustand";
138
- import { content, summary, summaryHeader, header, faqAccordion, faqAccordion_section } from "./FaqAccordion.css.js";
138
+ import { summary, summaryHeader, content, header, faqAccordion, faqAccordion_section } from "./FaqAccordion.css.js";
139
139
  const useAccordion = create()((set) => ({
140
140
  itemsOpened: [],
141
141
  addItem: (id) => {
@@ -1,5 +1,5 @@
1
- import '../assets/FdicCallout/FdicCallout.css.css';const fdic_callout = "_fdic_callout_eqzgp_1";
2
- const inner_container = "_inner_container_eqzgp_11";
1
+ import '../assets/FdicCallout/FdicCallout.css.css';const fdic_callout = "_fdic_callout_1f6md_1";
2
+ const inner_container = "_inner_container_1f6md_6";
3
3
  const css = {
4
4
  fdic_callout,
5
5
  inner_container
@@ -1,6 +1,6 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
2
  import clsx from "clsx";
3
- import { footerDisclosure, iconsContent, footerParagraph } from "./FooterDisclosure.css.js";
3
+ import { footerParagraph, iconsContent, footerDisclosure } from "./FooterDisclosure.css.js";
4
4
  const FooterContent = (props) => {
5
5
  return /* @__PURE__ */ jsx(
6
6
  "div",
@@ -47,7 +47,7 @@ import "../../Input/RadioButton.js";
47
47
  import "../../Input/PercentageInput.js";
48
48
  import { useForm, FormProvider } from "react-hook-form";
49
49
  import "../../Calculators/BuyDownCalculator/BuyDownCalculator.css.js";
50
- import { iconForm, headerForm, form, descriptionField, headerContainer, fullRowSelect, centerSelect, formWrapper, mt2rem, fullRowForm, disclosureForm, actions, formBtns, na_cursor, formContainer } from "../Forms.css.js";
50
+ import { iconForm, headerForm, form, descriptionField, headerContainer, fullRowSelect, formWrapper, centerSelect, mt2rem, fullRowForm, disclosureForm, actions, formBtns, na_cursor, formContainer } from "../Forms.css.js";
51
51
  import { honeyPotSchema, isValidHoneyPot, HoneyPot } from "../HoneyPot/index.js";
52
52
  import { SalesforceSchema } from "../SalesforceFieldsForm.js";
53
53
  import "../../Input/RadioButton.css.js";
@@ -16,8 +16,8 @@ import '../assets/icons/FollowIcon/FollowIcon.css';import '../assets/icons/Downl
16
16
  import { getVariant } from "../utils/getVariant.js";
17
17
  import Image from "next/image.js";
18
18
  import clsx from "clsx";
19
- import { logout, hero_wrapper, hero_content, reversed, hero_text, heroSupertag, headline_text, hero_bullet_item, hero_sub_bullets, hero_btns, hero_img, img_contents, hero_banner, reversed_lg_image } from "./HeroBanner.css.js";
20
- import { lg_hero_content, lg_hero_eyebrow, lg_headline_text, lg_hero_text, lg_hero_img, lg_hero_sizing, lg_hero_banner } from "./LargeBanner.css.js";
19
+ import { logout, hero_banner, hero_wrapper, hero_content, reversed, hero_text, heroSupertag, headline_text, hero_bullet_item, hero_sub_bullets, hero_btns, hero_img, img_contents, reversed_lg_image } from "./HeroBanner.css.js";
20
+ import { lg_hero_banner, lg_hero_content, lg_hero_text, lg_hero_eyebrow, lg_headline_text, lg_hero_img, lg_hero_sizing } from "./LargeBanner.css.js";
21
21
  import { selection_section_icon_img, selection_section_icon, selection_section, selection_section_bg, selection_section_content, selection_headline_text } from "./SelectionBanner.css.js";
22
22
  const HeroBanner = ({
23
23
  id,
@@ -7,7 +7,7 @@ import { Button } from "../Button/Button.js";
7
7
  import "../Button/Button.css.js";
8
8
  import "react";
9
9
  import "react-use";
10
- import { section_text, header_section, section_body, section_container, billboard_icon, content, headerIconBillboard, title, list, layout, buttons, containerIconBillboard } from "./IconBillboard.css.js";
10
+ import { section_text, header_section, section_body, section_container, containerIconBillboard, layout, billboard_icon, content, headerIconBillboard, title, list, buttons } from "./IconBillboard.css.js";
11
11
  const IconBillboardSet = ({
12
12
  variant,
13
13
  side = false,
@@ -15,7 +15,7 @@ import "../Button/Button.css.js";
15
15
  import "react";
16
16
  import "react-use";
17
17
  import { inline_container } from "../SetContainer/SetContainer.css.js";
18
- import { section_text_ImageBillboard, header, billboard_container, body, billboard_body, billboard_header_section, supertag, billboard_ctas, billboard } from "./ImageBillboard.css.js";
18
+ import { section_text_ImageBillboard, header, billboard, billboard_container, body, billboard_body, billboard_header_section, supertag, billboard_ctas } from "./ImageBillboard.css.js";
19
19
  const ImageBillboardSet = ({
20
20
  id,
21
21
  variant,
@@ -1,8 +1,8 @@
1
1
  import { jsxs, jsx } from "react/jsx-runtime";
2
2
  import clsx from "clsx";
3
3
  import { forwardRef } from "react";
4
- import { checkbox, checkboxContainer } from "./Checkbox.css.js";
5
- import { input, labelClassName, container, helperText, wrapper } from "./Input.css.js";
4
+ import { checkboxContainer, checkbox } from "./Checkbox.css.js";
5
+ import { wrapper, container, labelClassName, input, helperText } from "./Input.css.js";
6
6
  const Checkbox = forwardRef((props, ref) => {
7
7
  const {
8
8
  disabled,
@@ -2,7 +2,7 @@
2
2
  import { jsxs, jsx } from "react/jsx-runtime";
3
3
  import clsx from "clsx";
4
4
  import { forwardRef, useState, useEffect } from "react";
5
- import { labelClassName, input, container, helperText, wrapper } from "./Input.css.js";
5
+ import { wrapper, labelClassName, container, input, helperText } from "./Input.css.js";
6
6
  import { dp_input } from "./Dropdown.css.js";
7
7
  const DownPaymentInput = forwardRef(
8
8
  ({
@@ -2,7 +2,7 @@ import { jsxs, jsx } from "react/jsx-runtime";
2
2
  import clsx from "clsx";
3
3
  import { forwardRef } from "react";
4
4
  import { selectInput } from "./Dropdown.css.js";
5
- import { labelClassName, iconContainer, iconInput, input, container, helperText, wrapper } from "./Input.css.js";
5
+ import { wrapper, labelClassName, container, iconContainer, iconInput, input, helperText } from "./Input.css.js";
6
6
  const Dropdown = forwardRef(
7
7
  (props, ref) => {
8
8
  const {
@@ -1,7 +1,7 @@
1
1
  import { jsxs, jsx } from "react/jsx-runtime";
2
2
  import clsx from "clsx";
3
3
  import { forwardRef } from "react";
4
- import { labelClassName, iconContainer, iconInput, input, container, helperText, wrapper } from "./Input.css.js";
4
+ import { wrapper, labelClassName, container, iconContainer, iconInput, input, helperText } from "./Input.css.js";
5
5
  const Input = forwardRef((props, ref) => {
6
6
  const {
7
7
  disabled,
@@ -1,7 +1,7 @@
1
1
  import { jsxs, jsx } from "react/jsx-runtime";
2
2
  import clsx from "clsx";
3
3
  import { forwardRef } from "react";
4
- import { labelClassName, iconContainer, iconInput, input, container, helperText, wrapper } from "./Input.css.js";
4
+ import { wrapper, labelClassName, container, iconContainer, iconInput, input, helperText } from "./Input.css.js";
5
5
  const InputTextArea = forwardRef((props, ref) => {
6
6
  const {
7
7
  disabled,
@@ -1,4 +1,4 @@
1
- import { jsx, jsxs } from "react/jsx-runtime";
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
2
  import clsx from "clsx";
3
3
  import { Fragment } from "react";
4
4
  import { getVariant } from "../../utils/getVariant.js";
@@ -101,7 +101,7 @@ import "next/script.js";
101
101
  /* empty css */
102
102
  /* empty css */
103
103
  /* empty css */
104
- import { featured_title, featured_maingrid_img, featured_maingrid_title, featured_center_vertical, featured_maingrid_item, featured_maingrid, featured_hero, featured_subgrid_divider, featured_subgrid, featured_grid, featured_section, featured_subgrid_item, featured_supertag, featured_subgrid_title } from "./Featured.css.js";
104
+ import { featured_subgrid_item, featured_supertag, featured_subgrid_title, featured_center_vertical, featured_title, featured_maingrid_img, featured_maingrid_title, featured_maingrid_item, featured_maingrid, featured_hero, featured_subgrid_divider, featured_subgrid, featured_grid, featured_section } from "./Featured.css.js";
105
105
  /* empty css */
106
106
  import "../../LandingPageHeader/LandingPageHeader.css.js";
107
107
  /* empty css */
@@ -1,13 +1,13 @@
1
- import '../assets/Interstitial/Interstitial.css.css';const overlay = "_overlay_1ep5z_47";
2
- const modal = "_modal_1ep5z_79";
3
- const vanish = "_vanish_1ep5z_1";
4
- const appear = "_appear_1ep5z_1";
5
- const close_button = "_close_button_1ep5z_109";
6
- const modal_content = "_modal_content_1ep5z_139";
7
- const img_area = "_img_area_1ep5z_147";
8
- const body_copy = "_body_copy_1ep5z_167";
9
- const btns = "_btns_1ep5z_195";
10
- const white_modal = "_white_modal_1ep5z_277";
1
+ import '../assets/Interstitial/Interstitial.css.css';const overlay = "_overlay_e4cra_24";
2
+ const modal = "_modal_e4cra_40";
3
+ const vanish = "_vanish_e4cra_1";
4
+ const appear = "_appear_e4cra_1";
5
+ const close_button = "_close_button_e4cra_55";
6
+ const modal_content = "_modal_content_e4cra_70";
7
+ const img_area = "_img_area_e4cra_74";
8
+ const body_copy = "_body_copy_e4cra_84";
9
+ const btns = "_btns_e4cra_98";
10
+ const white_modal = "_white_modal_e4cra_139";
11
11
  const css = {
12
12
  overlay,
13
13
  modal,
@@ -17,7 +17,7 @@ import SvgComponent$7 from "../icons/Logos/GBLVF.js";
17
17
  import SvgComponent$6 from "../icons/Logos/LVF.js";
18
18
  import SvgComponent$8 from "../icons/Logos/SPB.js";
19
19
  import { getVariant } from "../utils/getVariant.js";
20
- import { spb_container, lp_container, spb_hover, lp_hover, lp_theme, svg_fill } from "./LandingPageHeader.css.js";
20
+ import { lp_theme, spb_container, lp_container, spb_hover, lp_hover, svg_fill } from "./LandingPageHeader.css.js";
21
21
  const LandingPageHeader = ({
22
22
  id,
23
23
  variant: fullVariant = "primary",