@axos-web-dev/shared-components 1.0.101-dev.1 → 2.0.0-dev.2

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 (162) hide show
  1. package/dist/ATMLocator/ATMLocator.js +3 -8
  2. package/dist/Article/Article.d.ts +2 -2
  3. package/dist/Article/Article.js +13 -2
  4. package/dist/Auth/ErrorAlert.js +4 -9
  5. package/dist/Auth/SignInPassword.js +0 -1
  6. package/dist/Blockquote/Blockquote.module.js +3 -3
  7. package/dist/BulletItem/BulletItem.js +0 -1
  8. package/dist/Button/Button.js +3 -9
  9. package/dist/Calculators/AnnualFeeCalculator/index.js +0 -1
  10. package/dist/Calculators/ApyCalculator/index.js +3 -1
  11. package/dist/Calculators/AxosOneCalculator/index.js +16 -9
  12. package/dist/Calculators/BalanceAPYCalculator/index.js +0 -1
  13. package/dist/Calculators/BuyDownCalculator/index.js +0 -1
  14. package/dist/Calculators/Calculator.js +0 -5
  15. package/dist/Calculators/MarginTradingCalculator/index.js +119 -2
  16. package/dist/Calculators/MarineLoanMonthlyPaymentCalculator/index.js +0 -1
  17. package/dist/Calculators/MaxLoanCalculator/index.js +0 -1
  18. package/dist/Calculators/MonthlyPaymentCalculator/index.js +0 -1
  19. package/dist/Calculators/MonthlyPaymentLVFCalculator/index.js +0 -1
  20. package/dist/Calculators/SummitApyCalculator/index.js +3 -2
  21. package/dist/Carousel/index.js +10 -12
  22. package/dist/Chatbot/Bubble.js +1 -1
  23. package/dist/Chatbot/Chat.js +0 -7
  24. package/dist/Chatbot/ChatWindow.d.ts +2 -0
  25. package/dist/Chatbot/ChatWindow.js +27 -14
  26. package/dist/Chatbot/Chatbot.d.ts +1 -1
  27. package/dist/Chatbot/Chatbot.js +118 -13
  28. package/dist/Chatbot/ChatbotMessage.d.ts +1 -0
  29. package/dist/Chatbot/ChatbotMessage.js +42 -22
  30. package/dist/Chatbot/store/chat.d.ts +6 -0
  31. package/dist/Chatbot/store/chat.js +14 -2
  32. package/dist/Chatbot/store/messages.d.ts +1 -0
  33. package/dist/Chatbot/store/messages.js +5 -2
  34. package/dist/Chevron/index.js +2 -8
  35. package/dist/Comparison/Comparison.js +3 -8
  36. package/dist/ExecutiveBio/ExecutiveBio.css.d.ts +51 -1
  37. package/dist/ExecutiveBio/ExecutiveBio.css.js +48 -46
  38. package/dist/ExecutiveBio/ExecutiveBio.d.ts +1 -1
  39. package/dist/ExecutiveBio/ExecutiveBio.interface.d.ts +3 -1
  40. package/dist/ExecutiveBio/ExecutiveBio.js +142 -151
  41. package/dist/ExecutiveBio/ExecutiveBioSet.d.ts +1 -2
  42. package/dist/ExecutiveBio/ExecutiveBioSet.js +29 -16
  43. package/dist/ExecutiveBio/index.js +2 -1
  44. package/dist/FaqAccordion/index.js +3 -8
  45. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +83 -184
  46. package/dist/Forms/ApplicationStart.js +0 -1
  47. package/dist/Forms/ApplyNow.js +1 -6
  48. package/dist/Forms/BoatMooringLocation.js +0 -1
  49. package/dist/Forms/ClearingForm.js +0 -1
  50. package/dist/Forms/CommercialDeposits.js +0 -1
  51. package/dist/Forms/CommercialDepositsNoLendingOption.js +0 -1
  52. package/dist/Forms/CommercialLending.js +3 -2
  53. package/dist/Forms/CommercialPremiumFinance.js +0 -1
  54. package/dist/Forms/ConstructionLendingDynamic.d.ts +12 -0
  55. package/dist/Forms/ConstructionLendingDynamic.js +324 -0
  56. package/dist/Forms/ContactCompany.js +0 -1
  57. package/dist/Forms/ContactCompanyTitle.js +0 -1
  58. package/dist/Forms/ContactUs.js +0 -1
  59. package/dist/Forms/ContactUsAAS.js +0 -1
  60. package/dist/Forms/ContactUsBusiness.js +3 -8
  61. package/dist/Forms/ContactUsBusinessNameEmail.js +3 -8
  62. package/dist/Forms/ContactUsLVF.js +0 -1
  63. package/dist/Forms/ContactUsNMLSId.js +3 -8
  64. package/dist/Forms/CpraRequest.js +100 -3
  65. package/dist/Forms/CraPublicFile.js +3 -8
  66. package/dist/Forms/DealerServices.js +0 -1
  67. package/dist/Forms/EmailOnly.js +10 -10
  68. package/dist/Forms/EmailUs.js +0 -1
  69. package/dist/Forms/FormEnums.js +1 -3
  70. package/dist/Forms/Forms.css.d.ts +1 -1
  71. package/dist/Forms/Forms.css.js +3 -3
  72. package/dist/Forms/HoneyPot/index.js +0 -1
  73. package/dist/Forms/MortgageRate/MortgageRateForm.js +4 -9
  74. package/dist/Forms/MortgageRate/MortgageRateWatch.js +3 -8
  75. package/dist/Forms/MortgageWarehouseLending.js +3 -8
  76. package/dist/Forms/QuickPricer/QuickPricerForm.js +0 -1
  77. package/dist/Forms/ScheduleCall.js +0 -1
  78. package/dist/Forms/ScheduleCallPremier.js +0 -1
  79. package/dist/Forms/SuccesForm.js +3 -8
  80. package/dist/Forms/VendorQuestionnaire.js +0 -1
  81. package/dist/Forms/index.d.ts +1 -0
  82. package/dist/Forms/index.js +2 -1
  83. package/dist/Hyperlink/index.js +6 -10
  84. package/dist/IconBillboard/IconBillboard.css.d.ts +1 -0
  85. package/dist/IconBillboard/IconBillboard.css.js +11 -9
  86. package/dist/IconBillboard/index.js +2 -1
  87. package/dist/ImageBillboard/ImageBillboardSet.js +14 -8
  88. package/dist/ImageLink/ImageLink.js +3 -8
  89. package/dist/ImageLink/ImageLinkSet.js +3 -8
  90. package/dist/ImageLink/index.js +1 -6
  91. package/dist/Insight/Featured/CategorySelector.js +1 -6
  92. package/dist/Insight/Featured/Featured.js +3 -8
  93. package/dist/Insight/Featured/Header.js +3 -8
  94. package/dist/LandingPageHeader/LandingPageHeader.css.d.ts +19 -1
  95. package/dist/LandingPageHeader/LandingPageHeader.css.js +6 -6
  96. package/dist/LandingPageHeader/LandingPageHeader.d.ts +3 -1
  97. package/dist/LandingPageHeader/LandingPageHeader.js +42 -16
  98. package/dist/LoadingIndicator/index.js +0 -1
  99. package/dist/Modal/Modal.js +1 -6
  100. package/dist/Modal/contextApi/store.d.ts +16 -2
  101. package/dist/Modal/contextApi/store.js +37 -6
  102. package/dist/NavigationMenu/AxosALTS/NavData.d.ts +7 -1
  103. package/dist/NavigationMenu/AxosALTS/NavData.js +6 -137
  104. package/dist/NavigationMenu/AxosALTS/index.js +10 -12
  105. package/dist/NavigationMenu/AxosAdvisor/SubNavBar.js +0 -1
  106. package/dist/NavigationMenu/AxosAdvisor/index.js +0 -1
  107. package/dist/NavigationMenu/AxosAdvisorServices/SubNavBar.js +0 -1
  108. package/dist/NavigationMenu/AxosAdvisorServices/index.js +0 -1
  109. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +341 -73
  110. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +50 -17
  111. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +20 -6
  112. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +211 -355
  113. package/dist/NavigationMenu/AxosBank/NavData.d.ts +39 -2
  114. package/dist/NavigationMenu/AxosBank/NavData.js +34 -166
  115. package/dist/NavigationMenu/AxosBank/SubNavBar.js +199 -220
  116. package/dist/NavigationMenu/AxosBank/index.js +16 -43
  117. package/dist/NavigationMenu/AxosClearing/index.js +0 -1
  118. package/dist/NavigationMenu/LaVictoire/NavData.d.ts +13 -2
  119. package/dist/NavigationMenu/LaVictoire/NavData.js +14 -146
  120. package/dist/NavigationMenu/LaVictoire/SubNavBar.js +4 -1
  121. package/dist/NavigationMenu/LaVictoire/index.js +16 -41
  122. package/dist/NavigationMenu/Navbar.js +4 -5
  123. package/dist/NavigationMenu/SignInNavButton.js +16 -24
  124. package/dist/SetContainer/SetContainer.js +4 -9
  125. package/dist/SocialMediaBar/iconsRepository.d.ts +44 -14
  126. package/dist/SocialMediaBar/iconsRepository.js +28 -37
  127. package/dist/SocialMediaBar/index.js +3 -1
  128. package/dist/Tab/Tab.js +0 -1
  129. package/dist/Table/Table.js +0 -1
  130. package/dist/VideoTile/VideoTile.js +0 -5
  131. package/dist/VideoWrapper/index.js +0 -5
  132. package/dist/assets/Blockquote/Blockquote.css +72 -72
  133. package/dist/assets/Calculators/ApyCalculator/ApyCalculator.css +1 -1
  134. package/dist/assets/Calculators/MarginTradingCalculator/MarginTradingCalculator.css +2 -2
  135. package/dist/assets/Calculators/SummitApyCalculator/BalanceAPYCalculator.css +1 -1
  136. package/dist/assets/Carousel/Carousel.css +1 -1
  137. package/dist/assets/Chatbot/AnimatedGradientBorder.css +2 -1
  138. package/dist/assets/Chatbot/ChatWindow.css +16 -8
  139. package/dist/assets/DownloadTile/DownloadTile.css +2 -2
  140. package/dist/assets/ExecutiveBio/ExecutiveBio.css +281 -171
  141. package/dist/assets/Forms/Forms.css +29 -25
  142. package/dist/assets/HelpArticle/HelpArticle.css +2 -2
  143. package/dist/assets/IconBillboard/IconBillboard.css +35 -28
  144. package/dist/assets/Inputs/Input.css +1 -1
  145. package/dist/assets/Insight/Featured/CategorySelector.css +1 -1
  146. package/dist/assets/Insight/Insight.css +4 -4
  147. package/dist/assets/LandingPageHeader/LandingPageHeader.css +28 -15
  148. package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css +353 -192
  149. package/dist/assets/Topic/Topic.css +1 -1
  150. package/dist/assets/Typography/Typography.css +1 -1
  151. package/dist/assets/VideoTile/VideoTile.css +1 -1
  152. package/dist/assets/globals.css +24 -14
  153. package/dist/main.js +8 -3
  154. package/dist/utils/allowedAxosDomains.d.ts +5 -2
  155. package/dist/utils/allowedAxosDomains.js +50 -47
  156. package/dist/utils/appendQueryParams.js +36 -5
  157. package/dist/utils/index.js +2 -1
  158. package/dist/utils/validateExternalLinks.d.ts +1 -1
  159. package/dist/utils/validateExternalLinks.js +4 -6
  160. package/package.json +148 -145
  161. package/dist/NavigationMenu/NavDataJson.d.ts +0 -2
  162. package/dist/NavigationMenu/NavDataJson.js +0 -317
@@ -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, 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";
8
8
  import "../Accordion/Accordion.js";
9
9
  import "../Accordion/Accordion.css.js";
10
10
  import "../icons/ArrowIcon/ArrowIcon.css.js";
@@ -15,15 +15,14 @@ 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
- import "../utils/allowedAxosDomains.js";
21
+ import "clsx";
24
22
  /* empty css */
25
23
  /* empty css */
26
24
  import "../Interstitial/Interstitial-variants.css.js";
25
+ import "../Chevron/Chevron.css.js";
27
26
  /* empty css */
28
27
  import "../Modal/contextApi/store.js";
29
28
  import "../Button/Button.css.js";
@@ -111,15 +110,11 @@ import "next/navigation.js";
111
110
  /* empty css */
112
111
  /* empty css */
113
112
  import "next/link.js";
114
- import "../NavigationMenu/AxosBank/MobileMenu/MobileNavData.js";
115
113
  /* empty css */
116
- import "../NavigationMenu/AxosBank/NavData.js";
117
114
  /* empty css */
118
115
  /* empty css */
119
- import "../NavigationMenu/AxosALTS/NavData.js";
120
116
  /* empty css */
121
117
  /* empty css */
122
- import "../NavigationMenu/LaVictoire/NavData.js";
123
118
  import "../PageNavItem/PageNavItem.css.js";
124
119
  import "react-slick";
125
120
  /* empty css */
@@ -135,6 +130,7 @@ import "../StepItemSet/StepItemSet.css.js";
135
130
  /* empty css */
136
131
  const ExecutiveBio = ({
137
132
  id,
133
+ hasParentH2 = false,
138
134
  executiveName,
139
135
  executiveTitle,
140
136
  executiveBodyCopy,
@@ -153,156 +149,151 @@ const ExecutiveBio = ({
153
149
  backgroundOverlay = false
154
150
  }) => {
155
151
  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",
152
+ const execNameLevel = hasParentH2 ? "h3" : "h2";
153
+ const execTitleLevel = hasParentH2 ? "h4" : "h3";
154
+ return /* @__PURE__ */ jsx(Fragment, { children: bannerType !== "Hero" ? /* @__PURE__ */ jsx(
155
+ "section",
156
+ {
157
+ className: `${executive_bio} ${bannerType === "Compact" ? compact : ""}`,
158
+ id,
159
+ children: /* @__PURE__ */ jsx("div", { className: "containment", children: /* @__PURE__ */ jsx("div", { className: `${padding} ${item_bio({ variant })} rounded`, children: /* @__PURE__ */ jsxs("div", { className: `${shift} flex`, children: [
160
+ 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: "" }) }) }) }),
161
+ /* @__PURE__ */ jsxs("div", { className: `${description} flex_col between`, children: [
162
+ /* @__PURE__ */ jsxs("div", { className: person, children: [
163
+ executiveName && createElement(
164
+ execNameLevel,
202
165
  {
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
- }
166
+ className: `header_3 ${headline_setting({ variant })}`
167
+ },
168
+ executiveName
220
169
  ),
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",
170
+ executiveTitle && createElement(
171
+ execTitleLevel,
226
172
  {
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
- }
173
+ className: `${job_title({ variant })}`
174
+ },
175
+ executiveTitle
242
176
  ),
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" }) })
177
+ executiveBodyCopy && /* @__PURE__ */ jsx("div", { className: copy, children: executiveBodyCopy })
278
178
  ] }),
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",
179
+ (executiveEmailAddress || executivePhoneNumber || executiveLinkedIn || executiveWebsite) && /* @__PURE__ */ jsxs("div", { className: `${contacts} flex between push_up_24`, children: [
180
+ (executivePhoneNumber || executiveEmailAddress) && /* @__PURE__ */ jsxs("div", { className: contact_col, children: [
181
+ executivePhoneNumber && /* @__PURE__ */ jsxs("div", { className: "flex middle", children: [
182
+ /* @__PURE__ */ jsx(
183
+ "svg",
290
184
  {
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 })
185
+ width: "24",
186
+ height: "24",
187
+ viewBox: "0 0 24 24",
188
+ fill: "none",
189
+ xmlns: "http://www.w3.org/2000/svg",
190
+ "aria-hidden": "true",
191
+ children: /* @__PURE__ */ jsx(
192
+ "path",
193
+ {
194
+ fillRule: "evenodd",
195
+ clipRule: "evenodd",
196
+ 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",
197
+ fill: "#1E3860",
198
+ className: svg_icon({ variant })
199
+ }
200
+ )
296
201
  }
297
- )
298
- }
299
- ),
300
- /* @__PURE__ */ jsx("div", { className: contact_entry({ variant }), children: /* @__PURE__ */ jsx(Hyperlink, { targetUrl: executiveWebsite, children: "Website" }) })
202
+ ),
203
+ /* @__PURE__ */ jsx("div", { className: contact_entry({ variant }), children: /* @__PURE__ */ jsx("a", { href: `tel:${executivePhoneNumber}`, children: executivePhoneNumber }) })
204
+ ] }),
205
+ executiveEmailAddress && /* @__PURE__ */ jsxs("div", { className: "flex middle", children: [
206
+ /* @__PURE__ */ jsx(
207
+ "svg",
208
+ {
209
+ width: "24",
210
+ height: "24",
211
+ viewBox: "0 0 24 24",
212
+ fill: "none",
213
+ xmlns: "http://www.w3.org/2000/svg",
214
+ "aria-hidden": "true",
215
+ children: /* @__PURE__ */ jsx(
216
+ "path",
217
+ {
218
+ 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",
219
+ fill: "#1E3860",
220
+ className: svg_icon({ variant })
221
+ }
222
+ )
223
+ }
224
+ ),
225
+ /* @__PURE__ */ jsx("div", { className: contact_entry({ variant }), children: /* @__PURE__ */ jsx("a", { href: `mailto:${executiveEmailAddress}`, children: executiveEmailAddress }) })
226
+ ] })
227
+ ] }),
228
+ (executiveLinkedIn || executiveWebsite) && /* @__PURE__ */ jsxs("div", { className: `flex middle ${url_row}`, children: [
229
+ executiveLinkedIn && /* @__PURE__ */ jsxs("div", { className: "flex middle", children: [
230
+ /* @__PURE__ */ jsxs(
231
+ "svg",
232
+ {
233
+ xmlns: "http://www.w3.org/2000/svg",
234
+ fill: "none",
235
+ viewBox: "0 0 24 24",
236
+ height: "24",
237
+ width: "24",
238
+ children: [
239
+ /* @__PURE__ */ jsx("g", { clipPath: "url(#clip0_34_11)", children: /* @__PURE__ */ jsx(
240
+ "path",
241
+ {
242
+ 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",
243
+ fill: "#1E3860",
244
+ className: svg_icon({ variant })
245
+ }
246
+ ) }),
247
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_34_11", children: /* @__PURE__ */ jsx(
248
+ "rect",
249
+ {
250
+ width: "22",
251
+ height: "22",
252
+ fill: "white",
253
+ transform: "translate(1 1)"
254
+ }
255
+ ) }) })
256
+ ]
257
+ }
258
+ ),
259
+ /* @__PURE__ */ jsx("div", { className: contact_entry({ variant }), children: /* @__PURE__ */ jsx(Hyperlink, { targetUrl: executiveLinkedIn, children: "LinkedIn" }) })
260
+ ] }),
261
+ executiveWebsite && /* @__PURE__ */ jsxs("div", { className: "flex middle", children: [
262
+ bannerType !== "Compact" && /* @__PURE__ */ jsx(
263
+ "svg",
264
+ {
265
+ width: "24",
266
+ height: "24",
267
+ viewBox: "0 0 24 24",
268
+ fill: "none",
269
+ xmlns: "http://www.w3.org/2000/svg",
270
+ children: /* @__PURE__ */ jsx(
271
+ "path",
272
+ {
273
+ fillRule: "evenodd",
274
+ clipRule: "evenodd",
275
+ 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",
276
+ fill: "#1E3860",
277
+ className: svg_icon({ variant })
278
+ }
279
+ )
280
+ }
281
+ ),
282
+ /* @__PURE__ */ jsx("div", { className: contact_entry({ variant }), children: bannerType === "Compact" ? /* @__PURE__ */ jsx(
283
+ Chevron,
284
+ {
285
+ targetUrl: executiveWebsite,
286
+ variant: variant === "primary" || variant === "secondary" ? "primary" : "secondary",
287
+ children: "Read Bio"
288
+ }
289
+ ) : /* @__PURE__ */ jsx(Hyperlink, { targetUrl: executiveWebsite, children: "Website" }) })
290
+ ] })
291
+ ] })
301
292
  ] })
302
293
  ] })
303
- ] })
304
- ] })
305
- ] }) }) }) }) : /* @__PURE__ */ jsxs("section", { id, className: ceoSection({ variant }), children: [
294
+ ] }) }) })
295
+ }
296
+ ) : /* @__PURE__ */ jsxs("section", { id, className: ceoSection({ variant }), children: [
306
297
  /* @__PURE__ */ jsx("div", { className: `containment ${ceoContainer}`, children: /* @__PURE__ */ jsxs("div", { className: ceoWrapper, children: [
307
298
  (executiveHeadshot || bullets) && /* @__PURE__ */ jsxs("div", { className: ceoMedia, children: [
308
299
  /* @__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;
@@ -2,36 +2,49 @@ import { jsxs, jsx, Fragment } from "react/jsx-runtime";
2
2
  import { getVariant } from "../utils/getVariant.js";
3
3
  import { ExecutiveBio } from "./ExecutiveBio.js";
4
4
  import { bio_section_text, header_theme, components, details, section_theme } from "./ExecutiveBio.css.js";
5
+ import "react";
6
+ import { columnValues } from "../utils/variant.types.js";
7
+ import { getNumOfColumns } from "../utils/getNumber.js";
5
8
  const ExecutiveBioSet = ({
6
9
  id,
7
10
  title,
8
11
  description,
9
12
  executiveBios,
10
13
  additionalDetails,
11
- variant: fullVariant = "primary"
14
+ variant: fullVariant = "primary",
15
+ numberOfColumns = "1 Column"
12
16
  }) => {
13
17
  const variant = getVariant(fullVariant);
18
+ const numOfCols = getNumOfColumns(numberOfColumns);
14
19
  return /* @__PURE__ */ jsxs("section", { id, className: section_theme({ variant }), children: [
15
20
  /* @__PURE__ */ jsx("div", { className: "containment", children: (title || description) && /* @__PURE__ */ jsxs("div", { className: bio_section_text, children: [
16
21
  title && /* @__PURE__ */ jsx("h2", { className: `header_1 ${header_theme({ variant })}`, children: title }),
17
22
  description && /* @__PURE__ */ jsx(Fragment, { children: description })
18
23
  ] }) }),
19
- /* @__PURE__ */ jsx("div", { className: components, children: executiveBios.map((bio) => /* @__PURE__ */ jsx(
20
- ExecutiveBio,
24
+ /* @__PURE__ */ jsx(
25
+ "div",
21
26
  {
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
- )) }),
27
+ className: numOfCols && columnValues.includes(numOfCols) ? `${components({ columns: numOfCols })} cols_${numOfCols} containment` : "",
28
+ children: executiveBios.map((bio) => /* @__PURE__ */ jsx(
29
+ ExecutiveBio,
30
+ {
31
+ id: `id_${bio.id}`,
32
+ hasParentH2: Boolean(title),
33
+ executiveName: bio?.executiveName,
34
+ executiveTitle: bio?.executiveTitle,
35
+ executiveBodyCopy: bio?.executiveBodyCopy,
36
+ executiveEmailAddress: bio?.executiveEmailAddress,
37
+ executivePhoneNumber: bio?.executivePhoneNumber,
38
+ executiveLinkedIn: bio?.executiveLinkedIn,
39
+ executiveWebsite: bio?.executiveWebsite,
40
+ executiveHeadshot: { src: bio?.executiveHeadshot?.src || "" },
41
+ variant: bio?.variant,
42
+ bannerType: bio?.bannerType
43
+ },
44
+ bio.id
45
+ ))
46
+ }
47
+ ),
35
48
  additionalDetails && /* @__PURE__ */ jsx("div", { className: "containment", children: /* @__PURE__ */ jsx("div", { className: details, children: /* @__PURE__ */ jsx(Fragment, { children: additionalDetails }) }) })
36
49
  ] });
37
50
  };
@@ -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,
@@ -7,7 +7,7 @@ import "../icons/ArrowIcon/ArrowIcon.css.js";
7
7
  import "../icons/CheckIcon/CheckIcon.css.js";
8
8
  import SvgChevronDown from "../icons/ChevronDown.js";
9
9
  import SvgChevronUp from "../icons/ChevronUp.js";
10
- import '../assets/VideoWrapper/VideoWrapper.css';import '../assets/TopicalNavSet/TopicalNavSet.css';import '../assets/TopicalNavItem/TopicalNavItem.css';import '../assets/Topic/Topic.css';import '../assets/TextBlock/TextBlock.css';import '../assets/SocialMediaBar/SocialMediaBar.css';import '../assets/SecondaryFooter/SecondaryFooter.css';import '../assets/Pagination/Pagination.css';import '../assets/PageNavSet/PageNavigationSet.css';import '../assets/NavigationMenu/LaVictoire/NavBar2.css';import '../assets/NavigationMenu/AxosALTS/NavBar2.css';import '../assets/NavigationMenu/AxosClearing/NavBar2.css';import '../assets/NavigationMenu/AxosBank/SubNavbar.css';import '../assets/NavigationMenu/AxosBank/NavBar2.css';import '../assets/NavigationMenu/AxosAdvisorServices/SubNavbar.css';import '../assets/NavigationMenu/AxosAdvisorServices/NavBar2.css';import '../assets/NavigationMenu/AxosAdvisor/SubNavbar.css';import '../assets/NavigationMenu/AxosAdvisor/NavBar2.css';import '../assets/Insight/Featured/Header.css';import '../assets/Insight/Featured/CategorySelector.css';import '../assets/Insight/Featured/Featured.css';import '../assets/ImageLink/ImageLink.css';import '../assets/VideoTile/VideoTile.css';import '../assets/HelpArticle/HelpArticle.css';import '../assets/FooterSiteMap/AxosBank/FooterSiteMap.css';import '../assets/FooterDisclosure/LVF/LaVictorieFooter.css';import '../assets/DownloadTile/DownloadTile.css';import '../assets/CollectInformationAlert/CollectInformationAlert.css';import '../assets/Chatbot/ChatWindow.css';import '../assets/Chatbot/Chatbot.css';import '../assets/Chatbot/Bubble.css';import '../assets/Chatbot/AnimatedGradientBorder.css';import '../assets/CallToActionBar/CallToActionBar.css';import '../assets/Insight/Insight.css';import '../assets/AwardsItem/AwardsItem.css';import '../assets/AwardsBanner/AwardsBanner.css';import '../assets/Auth/SignIn.css';import '../assets/Auth/ErrorAlert.css';import '../assets/Calculators/MarginTradingCalculator/MarginTradingCalculator.css';import '../assets/Forms/QuickPricer/UserInformation.css';import '../assets/Modal/Modal.css';import '../assets/Forms/QuickPricer/QuickPricerResults.css';import '../assets/BulletItem/BulletItem.css';import '../assets/Typography/Typography.css';import '../assets/icons/FollowIcon/FollowIcon.css';import '../assets/icons/DownloadIcon/DownloadIcon.css';import '../assets/themes/victorie.css';import '../assets/themes/ufb.css';import '../assets/themes/premier.css';import '../assets/themes/axos.css';/* empty css */
10
+ import '../assets/VideoWrapper/VideoWrapper.css';import '../assets/TopicalNavSet/TopicalNavSet.css';import '../assets/TopicalNavItem/TopicalNavItem.css';import '../assets/Topic/Topic.css';import '../assets/TextBlock/TextBlock.css';import '../assets/SocialMediaBar/SocialMediaBar.css';import '../assets/SecondaryFooter/SecondaryFooter.css';import '../assets/Pagination/Pagination.css';import '../assets/PageNavSet/PageNavigationSet.css';import '../assets/NavigationMenu/LaVictoire/NavBar2.css';import '../assets/NavigationMenu/AxosALTS/NavBar2.css';import '../assets/NavigationMenu/AxosClearing/NavBar2.css';import '../assets/NavigationMenu/AxosBank/SubNavbar.css';import '../assets/NavigationMenu/AxosBank/NavBar2.css';import '../assets/NavigationMenu/AxosAdvisorServices/SubNavbar.css';import '../assets/NavigationMenu/AxosAdvisorServices/NavBar2.css';import '../assets/NavigationMenu/AxosAdvisor/SubNavbar.css';import '../assets/NavigationMenu/AxosAdvisor/NavBar2.css';import '../assets/Insight/Featured/Header.css';import '../assets/Insight/Featured/CategorySelector.css';import '../assets/Insight/Featured/Featured.css';import '../assets/ImageLink/ImageLink.css';import '../assets/VideoTile/VideoTile.css';import '../assets/HelpArticle/HelpArticle.css';import '../assets/FooterSiteMap/AxosBank/FooterSiteMap.css';import '../assets/FooterDisclosure/LVF/LaVictorieFooter.css';import '../assets/DownloadTile/DownloadTile.css';import '../assets/CollectInformationAlert/CollectInformationAlert.css';import '../assets/Chatbot/ChatWindow.css';import '../assets/Chatbot/Chatbot.css';import '../assets/Chatbot/Bubble.css';import '../assets/Chatbot/AnimatedGradientBorder.css';import '../assets/CallToActionBar/CallToActionBar.css';import '../assets/Insight/Insight.css';import '../assets/AwardsItem/AwardsItem.css';import '../assets/AwardsBanner/AwardsBanner.css';import '../assets/Auth/SignIn.css';import '../assets/Auth/ErrorAlert.css';import '../assets/Calculators/MarginTradingCalculator/MarginTradingCalculator.css';import '../assets/Forms/QuickPricer/UserInformation.css';import '../assets/Forms/QuickPricer/QuickPricerResults.css';import '../assets/Modal/Modal.css';import '../assets/BulletItem/BulletItem.css';import '../assets/Typography/Typography.css';import '../assets/icons/FollowIcon/FollowIcon.css';import '../assets/icons/DownloadIcon/DownloadIcon.css';import '../assets/themes/victorie.css';import '../assets/themes/ufb.css';import '../assets/themes/premier.css';import '../assets/themes/axos.css';/* empty css */
11
11
  /* empty css */
12
12
  /* empty css */
13
13
  /* empty css */
@@ -21,10 +21,10 @@ import { getVariant } from "../utils/getVariant.js";
21
21
  import "../Article/Article.css.js";
22
22
  import "../ArticlesSet/ArticlesSet.css.js";
23
23
  import "../IconBillboard/IconBillboard.css.js";
24
- import "../utils/allowedAxosDomains.js";
25
24
  import clsx from "clsx";
26
25
  import "../Calculators/calculator.css.js";
27
26
  import "../Calculators/AnnualFeeCalculator/AnnualFeeCalculator.css.js";
27
+ import "../Modal/contextApi/store.js";
28
28
  import "../Calculators/ApyCalculator/ApyCalculator.css.js";
29
29
  import "../Table/Table.css.js";
30
30
  import "../Calculators/AxosOneCalculator/BalanceAPYCalculator.css.js";
@@ -53,11 +53,10 @@ import "../Input/RadioButton.css.js";
53
53
  import "../Input/Checkbox.css.js";
54
54
  import "../LoadingIndicator/LoadingIndicator.css.js";
55
55
  import "../Chevron/Chevron.css.js";
56
+ /* empty css */
56
57
  import "../Interstitial/Interstitial-variants.css.js";
57
58
  import "../Inputs/Input.css.js";
58
59
  /* empty css */
59
- /* empty css */
60
- import "../Modal/contextApi/store.js";
61
60
  import "../Hyperlink/Hyperlink.css.js";
62
61
  /* empty css */
63
62
  import "iframe-resizer";
@@ -111,15 +110,11 @@ import "next/navigation.js";
111
110
  /* empty css */
112
111
  /* empty css */
113
112
  import "next/link.js";
114
- import "../NavigationMenu/AxosBank/MobileMenu/MobileNavData.js";
115
113
  /* empty css */
116
- import "../NavigationMenu/AxosBank/NavData.js";
117
114
  /* empty css */
118
115
  /* empty css */
119
- import "../NavigationMenu/AxosALTS/NavData.js";
120
116
  /* empty css */
121
117
  /* empty css */
122
- import "../NavigationMenu/LaVictoire/NavData.js";
123
118
  import "../PageNavItem/PageNavItem.css.js";
124
119
  import "react-slick";
125
120
  /* empty css */