@axos-web-dev/shared-components 1.0.77-patch.49 → 1.0.77-patch.50

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 (166) hide show
  1. package/dist/Article/Article.css.d.ts +8 -36
  2. package/dist/ArticlesSet/ArticlesSet.css.d.ts +10 -70
  3. package/dist/ArticlesSet/ArticlesSet.js +1 -1
  4. package/dist/Avatar/Avatar.module.js +7 -7
  5. package/dist/AwardsBanner/AwardsBanner.css.js +4 -1
  6. package/dist/AwardsItem/AwardsItem.css.js +1 -2
  7. package/dist/Blockquote/Blockquote.module.js +3 -3
  8. package/dist/Button/Button.css.d.ts +3 -3
  9. package/dist/Calculators/ApyCalculator/ApyCalculator.css.d.ts +2 -30
  10. package/dist/Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.d.ts +2 -30
  11. package/dist/Calculators/Calculator.js +1 -1
  12. package/dist/Calculators/calculator.css.d.ts +2 -8
  13. package/dist/CallToActionBar/index.js +1 -1
  14. package/dist/Carousel/Carousel.css.d.ts +8 -19
  15. package/dist/Chatbot/ChatWindow.css.js +1 -0
  16. package/dist/Chatbot/Chatbot.css.js +0 -1
  17. package/dist/Chevron/Chevron.css.d.ts +2 -2
  18. package/dist/CollectInformationAlert/index.js +1 -1
  19. package/dist/Comparison/Comparison.js +2 -2
  20. package/dist/ExecutiveBio/ExecutiveBio.css.d.ts +153 -0
  21. package/dist/ExecutiveBio/ExecutiveBio.css.js +50 -0
  22. package/dist/ExecutiveBio/ExecutiveBio.d.ts +1 -1
  23. package/dist/ExecutiveBio/ExecutiveBio.interface.d.ts +11 -4
  24. package/dist/ExecutiveBio/ExecutiveBio.js +258 -5
  25. package/dist/ExecutiveBio/Overlay.d.ts +8 -0
  26. package/dist/ExecutiveBio/Overlay.js +589 -0
  27. package/dist/ExecutiveBio/index.js +26 -1
  28. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +3 -3
  29. package/dist/Forms/DealerServices.js +0 -1
  30. package/dist/Forms/Forms.css.d.ts +2 -30
  31. package/dist/Forms/SuccesForm.js +1 -1
  32. package/dist/HeroBanner/HeroBanner.css.d.ts +5 -17
  33. package/dist/HeroBanner/HeroBanner.js +2 -13
  34. package/dist/HeroBanner/SelectionBanner.css.d.ts +1 -19
  35. package/dist/HeroBanner/SelectionBanner.css.js +6 -6
  36. package/dist/Hyperlink/Hyperlink.css.d.ts +4 -4
  37. package/dist/Hyperlink/Hyperlink.css.js +4 -1
  38. package/dist/IconBillboard/IconBillboard.css.d.ts +6 -40
  39. package/dist/IconBillboard/sections/CallToActionSection.js +1 -1
  40. package/dist/ImageBillboard/ImageBillboard.css.d.ts +5 -61
  41. package/dist/Input/Input.js +3 -1
  42. package/dist/LoadingIndicator/LoadingIndicator.css.d.ts +4 -4
  43. package/dist/Modal/Modal.css.d.ts +1 -0
  44. package/dist/Modal/Modal.css.js +5 -3
  45. package/dist/Modal/Modal.js +3 -3
  46. package/dist/NavigationMenu/AxosAdvisor/NavBar.css.d.ts +2 -0
  47. package/dist/NavigationMenu/AxosAdvisor/NavBar.css.js +7 -2
  48. package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +52 -52
  49. package/dist/NavigationMenu/AxosAdvisor/index.js +39 -21
  50. package/dist/NavigationMenu/AxosAdvisorServices/NavBar.css.d.ts +2 -0
  51. package/dist/NavigationMenu/AxosAdvisorServices/NavBar.css.js +7 -2
  52. package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +53 -53
  53. package/dist/NavigationMenu/AxosAdvisorServices/SubNavbar.css.d.ts +1 -1
  54. package/dist/NavigationMenu/AxosAdvisorServices/SubNavbar.css.js +2 -2
  55. package/dist/NavigationMenu/AxosAdvisorServices/index.js +14 -8
  56. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +2 -2
  57. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +16 -16
  58. package/dist/NavigationMenu/AxosBank/NavBar.css.js +2 -1
  59. package/dist/NavigationMenu/AxosBank/NavBar.module.js +41 -41
  60. package/dist/NavigationMenu/AxosBank/SubNavBar.js +15 -8
  61. package/dist/NavigationMenu/AxosBank/SubNavbar.css.d.ts +2 -0
  62. package/dist/NavigationMenu/AxosBank/SubNavbar.css.js +4 -0
  63. package/dist/NavigationMenu/AxosClearing/NavBar.module.js +37 -37
  64. package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +41 -41
  65. package/dist/NavigationMenu/NavDataJson.d.ts +2 -0
  66. package/dist/NavigationMenu/NavDataJson.js +315 -0
  67. package/dist/NavigationMenu/Navbar.d.ts +5 -0
  68. package/dist/NavigationMenu/Navbar.js +201 -0
  69. package/dist/NavigationMenu/SignInNavButton.d.ts +1 -0
  70. package/dist/NavigationMenu/SignInNavButton.js +369 -0
  71. package/dist/PageNavItem/PageNavItem.css.d.ts +4 -22
  72. package/dist/Pagination/Pagination.js +6 -6
  73. package/dist/StepItem/StepItem.css.d.ts +8 -36
  74. package/dist/StepItemSet/StepItemSet.css.d.ts +5 -32
  75. package/dist/StepItemSet/StepItemSet.css.js +5 -3
  76. package/dist/StepItemSet/StepItemSet.d.ts +2 -0
  77. package/dist/StepItemSet/StepItemSet.js +18 -13
  78. package/dist/StepItemSet/index.js +3 -2
  79. package/dist/Table/Table.css.d.ts +7 -7
  80. package/dist/Table/Table.css.js +5 -5
  81. package/dist/Table/Table.js +1 -1
  82. package/dist/assets/Accordion/Accordion.css +4 -4
  83. package/dist/assets/Article/Article.css +47 -59
  84. package/dist/assets/ArticlesSet/ArticlesSet.css +26 -56
  85. package/dist/assets/Auth/SignIn.css +12 -12
  86. package/dist/assets/Avatar/Avatar.css.css +10 -10
  87. package/dist/assets/AwardsBanner/AwardsBanner.css +1 -1
  88. package/dist/assets/AwardsItem/AwardsItem.css +3 -4
  89. package/dist/assets/Blockquote/Blockquote.css.css +68 -68
  90. package/dist/assets/Button/Button.css +28 -28
  91. package/dist/assets/Calculators/AnnualFeeCalculator/AnnualFeeCalculator.css +8 -8
  92. package/dist/assets/Calculators/ApyCalculator/ApyCalculator.css +12 -21
  93. package/dist/assets/Calculators/AxosOneCalculator/BalanceAPYCalculator.css +20 -12
  94. package/dist/assets/Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css +22 -34
  95. package/dist/assets/Calculators/BuyDownCalculator/BuyDownCalculator.css +14 -14
  96. package/dist/assets/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css +9 -9
  97. package/dist/assets/Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css +10 -10
  98. package/dist/assets/Calculators/SummitApyCalculator/BalanceAPYCalculator.css +18 -10
  99. package/dist/assets/Calculators/calculator.css +9 -15
  100. package/dist/assets/CallToActionBar/CallToActionBar.css +6 -4
  101. package/dist/assets/Carousel/Carousel.css +27 -41
  102. package/dist/assets/Chevron/Chevron.css +11 -10
  103. package/dist/assets/CollectInformationAlert/CollectInformationAlert.css +4 -3
  104. package/dist/assets/Comparison/Comparison.css +5 -4
  105. package/dist/assets/ContentBanner/ContentBanner.css +8 -8
  106. package/dist/assets/DownloadTile/DownloadTile.css +6 -6
  107. package/dist/assets/ExecutiveBio/ExecutiveBio.css +343 -27
  108. package/dist/assets/FaqAccordion/FaqAccordion.css +5 -5
  109. package/dist/assets/FooterDisclosure/FooterDisclosure.css +1 -1
  110. package/dist/assets/FooterSiteMap/AxosBank/FooterSiteMap.css +3 -8
  111. package/dist/assets/Forms/Forms.css +45 -63
  112. package/dist/assets/Forms/QuickPricer/UserInformation.css +1 -1
  113. package/dist/assets/HeroBanner/HeroBanner.css +81 -76
  114. package/dist/assets/HeroBanner/LargeBanner.css +15 -15
  115. package/dist/assets/HeroBanner/SelectionBanner.css +15 -29
  116. package/dist/assets/Hyperlink/Hyperlink.css +4 -4
  117. package/dist/assets/IconBillboard/IconBillboard.css +32 -48
  118. package/dist/assets/ImageBillboard/ImageBillboard.css +31 -65
  119. package/dist/assets/Input/Input.css +6 -6
  120. package/dist/assets/Inputs/Input.css +4 -4
  121. package/dist/assets/Insight/Featured/CategorySelector.css +1 -1
  122. package/dist/assets/Interstitial/Interstitial-variants.css +3 -3
  123. package/dist/assets/LandingPageHeader/LandingPageHeader.css +1 -1
  124. package/dist/assets/LoadingIndicator/LoadingIndicator.css +5 -5
  125. package/dist/assets/Modal/Modal.css +17 -28
  126. package/dist/assets/NavigationMenu/AxosALTS/NavBar.css +1 -1
  127. package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css +25 -2
  128. package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +138 -126
  129. package/dist/assets/NavigationMenu/AxosAdvisor/SubNavbar.css +5 -4
  130. package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css +25 -2
  131. package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css +142 -130
  132. package/dist/assets/NavigationMenu/AxosAdvisorServices/SubNavbar.css +22 -4
  133. package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css +32 -31
  134. package/dist/assets/NavigationMenu/AxosBank/NavBar.css +21 -9
  135. package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +120 -148
  136. package/dist/assets/NavigationMenu/AxosBank/SubNavbar.css +35 -1
  137. package/dist/assets/NavigationMenu/AxosClearing/NavBar.css.css +133 -107
  138. package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +84 -83
  139. package/dist/assets/PageNavItem/PageNavItem.css +16 -33
  140. package/dist/assets/Pagination/Pagination.css +1 -1
  141. package/dist/assets/SetContainer/SetContainer.css +5 -5
  142. package/dist/assets/StepItem/StepItem.css +26 -42
  143. package/dist/assets/StepItemSet/StepItemSet.css +27 -35
  144. package/dist/assets/Tab/Tab.css +12 -12
  145. package/dist/assets/Table/Table.css +91 -98
  146. package/dist/assets/TextBlock/TextBlock.css +1 -1
  147. package/dist/assets/TopicalNavItem/TopicalNavItem.css +1 -1
  148. package/dist/assets/TopicalNavSet/TopicalNavSet.css +1 -1
  149. package/dist/assets/VideoTile/VideoTile.css +1 -1
  150. package/dist/assets/globals.css +10 -10
  151. package/dist/assets/icons/ArrowIcon/ArrowIcon.css +3 -3
  152. package/dist/assets/icons/DownloadIcon/DownloadIcon.css +1 -1
  153. package/dist/assets/icons/FollowIcon/FollowIcon.css +1 -1
  154. package/dist/assets/themes/axos.css +32 -32
  155. package/dist/assets/themes/premier.css +31 -31
  156. package/dist/assets/themes/victorie.css +23 -23
  157. package/dist/icons/CheckCircle.js +1 -1
  158. package/dist/icons/CheckCircleLight.js +1 -1
  159. package/dist/icons/CheckIcon/index.js +1 -1
  160. package/dist/icons/Logos/AXB.d.ts +8 -0
  161. package/dist/icons/Logos/AXB.js +74 -0
  162. package/dist/icons/QuoteIconGrey.js +2 -2
  163. package/dist/main.js +28 -2
  164. package/dist/themes/axos.css.d.ts +12 -12
  165. package/dist/themes/axos.css.js +1 -1
  166. package/package.json +135 -135
@@ -130,3 +130,156 @@ export declare const header_theme: import('@vanilla-extract/recipes').RuntimeFn<
130
130
  export declare const components: string;
131
131
  export declare const details: string;
132
132
  export declare const url_row: string;
133
+ export declare const flexColumn: string;
134
+ export declare const ceoSection: import('@vanilla-extract/recipes').RuntimeFn<{
135
+ variant: {
136
+ primary: {
137
+ background: `var(--${string})`;
138
+ color: `var(--${string})`;
139
+ };
140
+ secondary: {
141
+ background: `var(--${string})`;
142
+ color: `var(--${string})`;
143
+ };
144
+ tertiary: {
145
+ background: `var(--${string})`;
146
+ color: `var(--${string})`;
147
+ };
148
+ quaternary: {
149
+ background: `var(--${string})`;
150
+ color: `var(--${string})`;
151
+ };
152
+ };
153
+ }>;
154
+ export declare const ceoContainer: string;
155
+ export declare const ceoWrapper: string;
156
+ export declare const ceoMedia: string;
157
+ export declare const ceoImgWrapper: string;
158
+ export declare const imgAlignment: string;
159
+ export declare const highlights: string;
160
+ export declare const bulletsHeadline: import('@vanilla-extract/recipes').RuntimeFn<{
161
+ variant: {
162
+ primary: {
163
+ color: `var(--${string})`;
164
+ };
165
+ secondary: {
166
+ color: `var(--${string})`;
167
+ };
168
+ tertiary: {
169
+ color: `var(--${string})`;
170
+ };
171
+ quaternary: {
172
+ color: `var(--${string})`;
173
+ };
174
+ };
175
+ }>;
176
+ export declare const bulletsWrapper: string;
177
+ export declare const ceoContent: string;
178
+ export declare const ceoHeader: string;
179
+ export declare const ceoPersonalInfo: string;
180
+ export declare const ceo_name: import('@vanilla-extract/recipes').RuntimeFn<{
181
+ variant: {
182
+ primary: {
183
+ color: `var(--${string})`;
184
+ };
185
+ secondary: {
186
+ color: `var(--${string})`;
187
+ };
188
+ tertiary: {
189
+ color: `var(--${string})`;
190
+ };
191
+ quaternary: {
192
+ color: `var(--${string})`;
193
+ };
194
+ };
195
+ }>;
196
+ export declare const ceo_title: import('@vanilla-extract/recipes').RuntimeFn<{
197
+ variant: {
198
+ primary: {
199
+ color: `var(--${string})`;
200
+ };
201
+ secondary: {
202
+ color: `var(--${string})`;
203
+ };
204
+ tertiary: {
205
+ color: `var(--${string})`;
206
+ };
207
+ quaternary: {
208
+ color: `var(--${string})`;
209
+ };
210
+ };
211
+ }>;
212
+ export declare const ceo_contacts: string;
213
+ export declare const svg_color: import('@vanilla-extract/recipes').RuntimeFn<{
214
+ variant: {
215
+ primary: {
216
+ fill: "#2F5B88";
217
+ };
218
+ secondary: {
219
+ fill: "#2F5B88";
220
+ };
221
+ tertiary: {
222
+ fill: `var(--${string})`;
223
+ };
224
+ quaternary: {
225
+ fill: `var(--${string})`;
226
+ };
227
+ };
228
+ }>;
229
+ export declare const ceo_quote: import('@vanilla-extract/recipes').RuntimeFn<{
230
+ variant: {
231
+ primary: {
232
+ color: `var(--${string})`;
233
+ };
234
+ secondary: {
235
+ color: `var(--${string})`;
236
+ };
237
+ tertiary: {
238
+ color: `var(--${string})`;
239
+ };
240
+ quaternary: {
241
+ color: `var(--${string})`;
242
+ };
243
+ };
244
+ }>;
245
+ export declare const ceo_body: string;
246
+ export declare const hover: string;
247
+ export declare const social: string;
248
+ export declare const tooltip: import('@vanilla-extract/recipes').RuntimeFn<{
249
+ variant: {
250
+ primary: {
251
+ background: `var(--${string})`;
252
+ color: `var(--${string})`;
253
+ };
254
+ secondary: {
255
+ background: `var(--${string})`;
256
+ color: `var(--${string})`;
257
+ };
258
+ tertiary: {
259
+ background: `var(--${string})`;
260
+ color: `var(--${string})`;
261
+ };
262
+ quaternary: {
263
+ background: `var(--${string})`;
264
+ color: `var(--${string})`;
265
+ };
266
+ };
267
+ }>;
268
+ export declare const order_3: string;
269
+ export declare const overlay: string;
270
+ export declare const stroke_color: import('@vanilla-extract/recipes').RuntimeFn<{
271
+ variant: {
272
+ primary: {
273
+ stroke: `var(--${string})`;
274
+ };
275
+ secondary: {
276
+ stroke: `var(--${string})`;
277
+ };
278
+ tertiary: {
279
+ stroke: `var(--${string})`;
280
+ };
281
+ quaternary: {
282
+ stroke: `var(--${string})`;
283
+ };
284
+ };
285
+ }>;
@@ -26,8 +26,48 @@ var header_theme = createRuntimeFn({ defaultClassName: "txcb8d16", variantClassN
26
26
  var components = "txcb8d1b";
27
27
  var details = "txcb8d1c";
28
28
  var url_row = "txcb8d1d";
29
+ var flexColumn = "txcb8d1e";
30
+ var ceoSection = createRuntimeFn({ defaultClassName: "txcb8d1f", variantClassNames: { variant: { primary: "txcb8d1g", secondary: "txcb8d1h", tertiary: "txcb8d1i", quaternary: "txcb8d1j" } }, defaultVariants: {}, compoundVariants: [] });
31
+ var ceoContainer = "txcb8d1k";
32
+ var ceoWrapper = "txcb8d1l";
33
+ var ceoMedia = "txcb8d1m txcb8d1e";
34
+ var ceoImgWrapper = "txcb8d1n";
35
+ var imgAlignment = "txcb8d1o";
36
+ var highlights = "txcb8d1p txcb8d1e";
37
+ var bulletsHeadline = createRuntimeFn({ defaultClassName: "txcb8d1q", variantClassNames: { variant: { primary: "txcb8d1r", secondary: "txcb8d1s", tertiary: "txcb8d1t", quaternary: "txcb8d1u" } }, defaultVariants: {}, compoundVariants: [] });
38
+ var bulletsWrapper = "txcb8d1v txcb8d1e";
39
+ var ceoContent = "txcb8d1w txcb8d1e";
40
+ var ceoHeader = "txcb8d1x txcb8d1e";
41
+ var ceoPersonalInfo = "txcb8d1y txcb8d1e";
42
+ var ceo_name = createRuntimeFn({ defaultClassName: "txcb8d1z", variantClassNames: { variant: { primary: "txcb8d20", secondary: "txcb8d21", tertiary: "txcb8d22", quaternary: "txcb8d23" } }, defaultVariants: {}, compoundVariants: [] });
43
+ var ceo_title = createRuntimeFn({ defaultClassName: "txcb8d24", variantClassNames: { variant: { primary: "txcb8d25", secondary: "txcb8d26", tertiary: "txcb8d27", quaternary: "txcb8d28" } }, defaultVariants: {}, compoundVariants: [] });
44
+ var ceo_contacts = "txcb8d29";
45
+ var svg_color = createRuntimeFn({ defaultClassName: "txcb8d2a", variantClassNames: { variant: { primary: "txcb8d2b", secondary: "txcb8d2c", tertiary: "txcb8d2d", quaternary: "txcb8d2e" } }, defaultVariants: {}, compoundVariants: [] });
46
+ var ceo_quote = createRuntimeFn({ defaultClassName: "txcb8d2f", variantClassNames: { variant: { primary: "txcb8d2g", secondary: "txcb8d2h", tertiary: "txcb8d2i", quaternary: "txcb8d2j" } }, defaultVariants: {}, compoundVariants: [] });
47
+ var ceo_body = "txcb8d2k";
48
+ var hover = "txcb8d2l";
49
+ var social = "txcb8d2m";
50
+ var tooltip = createRuntimeFn({ defaultClassName: "txcb8d2n", variantClassNames: { variant: { primary: "txcb8d2o", secondary: "txcb8d2p", tertiary: "txcb8d2q", quaternary: "txcb8d2r" } }, defaultVariants: {}, compoundVariants: [] });
51
+ var order_3 = "txcb8d2s";
52
+ var overlay = "txcb8d2t";
53
+ var stroke_color = createRuntimeFn({ defaultClassName: "txcb8d2u", variantClassNames: { variant: { primary: "txcb8d2v", secondary: "txcb8d2w", tertiary: "txcb8d2x", quaternary: "txcb8d2y" } }, defaultVariants: {}, compoundVariants: [] });
29
54
  export {
30
55
  bio_section_text,
56
+ bulletsHeadline,
57
+ bulletsWrapper,
58
+ ceoContainer,
59
+ ceoContent,
60
+ ceoHeader,
61
+ ceoImgWrapper,
62
+ ceoMedia,
63
+ ceoPersonalInfo,
64
+ ceoSection,
65
+ ceoWrapper,
66
+ ceo_body,
67
+ ceo_contacts,
68
+ ceo_name,
69
+ ceo_quote,
70
+ ceo_title,
31
71
  components,
32
72
  contact_col,
33
73
  contact_entry,
@@ -36,17 +76,27 @@ export {
36
76
  description,
37
77
  details,
38
78
  executive_bio,
79
+ flexColumn,
39
80
  header_theme,
40
81
  headline_setting,
41
82
  headshot,
83
+ highlights,
84
+ hover,
85
+ imgAlignment,
42
86
  img_area,
43
87
  item_bio,
44
88
  job_title,
45
89
  media,
90
+ order_3,
91
+ overlay,
46
92
  padding,
47
93
  person,
48
94
  section_theme,
49
95
  shift,
96
+ social,
97
+ stroke_color,
98
+ svg_color,
50
99
  svg_icon,
100
+ tooltip,
51
101
  url_row
52
102
  };
@@ -1,3 +1,3 @@
1
1
  import { ExecutiveBioProps as Props } from './ExecutiveBio.interface';
2
2
 
3
- export declare const ExecutiveBio: ({ id, executiveName, executiveTitle, executiveBodyCopy, executiveEmailAddress, executivePhoneNumber, executiveLinkedIn, executiveWebsite, executiveHeadshot, variant: fullVariant, }: Props) => import("react/jsx-runtime").JSX.Element;
3
+ export declare const ExecutiveBio: ({ id, executiveName, executiveTitle, executiveBodyCopy, executiveEmailAddress, executivePhoneNumber, executiveLinkedIn, executiveWebsite, executiveHeadshot, variant: fullVariant, bannerType, executiveTwitter, executiveFacebook, bullets, bulletsTitle, quote, backgroundOverlay, }: Props) => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +1,6 @@
1
- import { QuaternaryTypes } from '../utils/variant.types';
2
- import { ImageInterface } from '../IconBillboard';
3
1
  import { ReactNode } from 'react';
2
+ import { QuaternaryTypes } from '../utils/variant.types';
3
+ import { ImageInterface, BulletItemProps } from '../main';
4
4
 
5
5
  export interface ExecutiveBioSetProps {
6
6
  id: string;
@@ -13,12 +13,19 @@ export interface ExecutiveBioSetProps {
13
13
  export interface ExecutiveBioProps {
14
14
  id: string;
15
15
  variant: QuaternaryTypes;
16
- executiveName: string;
17
- executiveTitle: string;
16
+ executiveName?: string;
17
+ executiveTitle?: string;
18
18
  executiveBodyCopy?: string | ReactNode;
19
19
  executiveEmailAddress?: string;
20
20
  executivePhoneNumber?: string;
21
21
  executiveLinkedIn?: string;
22
22
  executiveWebsite?: string;
23
+ executiveTwitter?: string;
24
+ executiveFacebook?: string;
23
25
  executiveHeadshot?: ImageInterface;
26
+ bullets?: BulletItemProps[];
27
+ bulletsTitle?: ReactNode | string;
28
+ quote?: ReactNode | string;
29
+ bannerType?: "Standard" | "Hero";
30
+ backgroundOverlay?: boolean;
24
31
  }
@@ -1,9 +1,10 @@
1
1
  "use client";
2
- import { jsx, jsxs } from "react/jsx-runtime";
2
+ import { jsx, Fragment, jsxs } from "react/jsx-runtime";
3
3
  import { useRef, useState, useEffect, createElement } from "react";
4
4
  import { getVariant } from "../utils/getVariant.js";
5
5
  import { OptimizeImage } from "../utils/optimizeImage/OptimizeImage.js";
6
- 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, url_row } from "./ExecutiveBio.css.js";
6
+ import { Overlay } from "./Overlay.js";
7
+ 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, 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";
7
8
  import "../Accordion/Accordion.js";
8
9
  import "../Accordion/Accordion.css.js";
9
10
  import "../icons/ArrowIcon/ArrowIcon.css.js";
@@ -140,7 +141,14 @@ const ExecutiveBio = ({
140
141
  executiveLinkedIn,
141
142
  executiveWebsite,
142
143
  executiveHeadshot,
143
- variant: fullVariant = "primary"
144
+ variant: fullVariant = "primary",
145
+ bannerType = "Standard",
146
+ executiveTwitter,
147
+ executiveFacebook,
148
+ bullets,
149
+ bulletsTitle,
150
+ quote,
151
+ backgroundOverlay = false
144
152
  }) => {
145
153
  const variant = getVariant(fullVariant);
146
154
  const execNameRef = useRef(null);
@@ -162,7 +170,7 @@ const ExecutiveBio = ({
162
170
  }
163
171
  }
164
172
  }, []);
165
- return /* @__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: [
173
+ 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: [
166
174
  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: "" }) }) }) }),
167
175
  /* @__PURE__ */ jsxs("div", { className: `${description} flex_col between`, children: [
168
176
  /* @__PURE__ */ jsxs("div", { className: person, children: [
@@ -292,7 +300,252 @@ const ExecutiveBio = ({
292
300
  ] })
293
301
  ] })
294
302
  ] })
295
- ] }) }) }) });
303
+ ] }) }) }) }) : /* @__PURE__ */ jsxs("section", { id, className: ceoSection({ variant }), children: [
304
+ /* @__PURE__ */ jsx("div", { className: `containment ${ceoContainer}`, children: /* @__PURE__ */ jsxs("div", { className: ceoWrapper, children: [
305
+ (executiveHeadshot || bullets) && /* @__PURE__ */ jsxs("div", { className: ceoMedia, children: [
306
+ /* @__PURE__ */ jsx("div", { className: ceoImgWrapper, role: "presentation", children: /* @__PURE__ */ jsxs("picture", { children: [
307
+ /* @__PURE__ */ jsx(
308
+ "source",
309
+ {
310
+ srcSet: `${executiveHeadshot?.src}?fm=avif`,
311
+ type: "image/avif"
312
+ }
313
+ ),
314
+ /* @__PURE__ */ jsx(
315
+ "source",
316
+ {
317
+ srcSet: `${executiveHeadshot?.src}?fm=webp`,
318
+ type: "image/webp"
319
+ }
320
+ ),
321
+ /* @__PURE__ */ jsx(
322
+ "img",
323
+ {
324
+ src: executiveHeadshot?.src,
325
+ className: imgAlignment,
326
+ alt: ""
327
+ }
328
+ )
329
+ ] }) }),
330
+ (bulletsTitle || bullets) && /* @__PURE__ */ jsxs("div", { className: highlights, children: [
331
+ bulletsTitle && /* @__PURE__ */ jsx("span", { className: bulletsHeadline({ variant }), children: bulletsTitle }),
332
+ bullets && bullets.length > 0 && /* @__PURE__ */ jsx("ul", { className: bulletsWrapper, children: bullets.map(({ id: id2, copy: copy2 }) => /* @__PURE__ */ jsx("li", { children: copy2 }, id2)) })
333
+ ] })
334
+ ] }),
335
+ /* @__PURE__ */ jsxs("div", { className: ceoContent, children: [
336
+ (executiveName || executiveTitle || executiveFacebook || executiveTwitter || executiveLinkedIn) && /* @__PURE__ */ jsxs("header", { className: ceoHeader, children: [
337
+ /* @__PURE__ */ jsxs("div", { className: ceoPersonalInfo, children: [
338
+ executiveName && /* @__PURE__ */ jsx("h1", { className: `header_1 ${ceo_name({ variant })}`, children: executiveName }),
339
+ executiveTitle && /* @__PURE__ */ jsx("p", { className: ceo_title({ variant }), children: executiveTitle })
340
+ ] }),
341
+ /* @__PURE__ */ jsxs("div", { className: ceo_contacts, children: [
342
+ executiveFacebook && /* @__PURE__ */ jsxs(
343
+ Hyperlink,
344
+ {
345
+ targetUrl: executiveFacebook,
346
+ ariaLabel: "Facebook",
347
+ className: social,
348
+ children: [
349
+ /* @__PURE__ */ jsxs(
350
+ "svg",
351
+ {
352
+ xmlns: "http://www.w3.org/2000/svg",
353
+ width: 32,
354
+ height: 32,
355
+ viewBox: "0 0 32 32",
356
+ fill: "none",
357
+ className: hover,
358
+ children: [
359
+ /* @__PURE__ */ jsxs("g", { clipPath: "url(#clip0_86_10)", children: [
360
+ /* @__PURE__ */ jsx(
361
+ "path",
362
+ {
363
+ d: "M19.3761 16.932L19.8169 14.0583H17.0596V12.1933C17.0596 11.4071 17.4448 10.6408 18.6798 10.6408H19.9334V8.19419C19.9334 8.19419 18.7957 8 17.708 8C15.4371 8 13.9529 9.37631 13.9529 11.868V14.0583H11.4286V16.932H13.9529V23.8792C14.459 23.9586 14.9778 24 15.5063 24C16.0347 24 16.5535 23.9586 17.0596 23.8792V16.932H19.3761Z",
364
+ fill: "#2F5B88",
365
+ className: svg_color({ variant })
366
+ }
367
+ ),
368
+ /* @__PURE__ */ jsx(
369
+ "path",
370
+ {
371
+ fillRule: "evenodd",
372
+ clipRule: "evenodd",
373
+ d: "M16 30.8571C24.2054 30.8571 30.8571 24.2054 30.8571 16C30.8571 7.79463 24.2054 1.14286 16 1.14286C7.79463 1.14286 1.14286 7.79463 1.14286 16C1.14286 24.2054 7.79463 30.8571 16 30.8571ZM16 32C24.8366 32 32 24.8366 32 16C32 7.16344 24.8366 0 16 0C7.16344 0 0 7.16344 0 16C0 24.8366 7.16344 32 16 32Z",
374
+ fill: "#2F5B88",
375
+ className: svg_color({ variant })
376
+ }
377
+ )
378
+ ] }),
379
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_86_10", children: /* @__PURE__ */ jsx("rect", { width: 32, height: 32, fill: "white" }) }) })
380
+ ]
381
+ }
382
+ ),
383
+ /* @__PURE__ */ jsx("span", { className: tooltip({ variant }), children: "Facebook" })
384
+ ]
385
+ }
386
+ ),
387
+ executiveTwitter && /* @__PURE__ */ jsxs(
388
+ Hyperlink,
389
+ {
390
+ targetUrl: executiveTwitter,
391
+ ariaLabel: "Twitter",
392
+ className: social,
393
+ children: [
394
+ /* @__PURE__ */ jsxs(
395
+ "svg",
396
+ {
397
+ xmlns: "http://www.w3.org/2000/svg",
398
+ width: 32,
399
+ height: 32,
400
+ viewBox: "0 0 32 32",
401
+ fill: "none",
402
+ className: hover,
403
+ children: [
404
+ /* @__PURE__ */ jsxs("g", { clipPath: "url(#clip0_86_5)", children: [
405
+ /* @__PURE__ */ jsx(
406
+ "path",
407
+ {
408
+ fillRule: "evenodd",
409
+ clipRule: "evenodd",
410
+ d: "M16 30.8571C24.2054 30.8571 30.8571 24.2054 30.8571 16C30.8571 7.79463 24.2054 1.14286 16 1.14286C7.79463 1.14286 1.14286 7.79463 1.14286 16C1.14286 24.2054 7.79463 30.8571 16 30.8571ZM16 32C24.8366 32 32 24.8366 32 16C32 7.16344 24.8366 0 16 0C7.16344 0 0 7.16344 0 16C0 24.8366 7.16344 32 16 32Z",
411
+ fill: "#2F5B88",
412
+ className: svg_color({ variant })
413
+ }
414
+ ),
415
+ /* @__PURE__ */ jsx(
416
+ "path",
417
+ {
418
+ d: "M17.5222 14.7749L23.4785 8H22.0671L16.8952 13.8826L12.7644 8H8L14.2466 16.8955L8 24H9.41155L14.8732 17.7878L19.2356 24H24L17.5222 14.7749ZM9.92015 9.03974H12.0882L22.0677 23.0075H19.8997L9.92015 9.03974Z",
419
+ fill: "#2F5B88",
420
+ className: svg_color({ variant })
421
+ }
422
+ )
423
+ ] }),
424
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_86_5", children: /* @__PURE__ */ jsx("rect", { width: 32, height: 32, fill: "white" }) }) })
425
+ ]
426
+ }
427
+ ),
428
+ /* @__PURE__ */ jsx("span", { className: tooltip({ variant }), children: "X / Twitter" })
429
+ ]
430
+ }
431
+ ),
432
+ executiveLinkedIn && /* @__PURE__ */ jsxs(
433
+ Hyperlink,
434
+ {
435
+ targetUrl: executiveLinkedIn,
436
+ ariaLabel: "LinkedIn",
437
+ className: social,
438
+ children: [
439
+ /* @__PURE__ */ jsxs(
440
+ "svg",
441
+ {
442
+ xmlns: "http://www.w3.org/2000/svg",
443
+ width: 32,
444
+ height: 32,
445
+ viewBox: "0 0 32 32",
446
+ fill: "none",
447
+ className: hover,
448
+ children: [
449
+ /* @__PURE__ */ jsxs("g", { clipPath: "url(#clip0_86_141)", children: [
450
+ /* @__PURE__ */ jsx(
451
+ "path",
452
+ {
453
+ fillRule: "evenodd",
454
+ clipRule: "evenodd",
455
+ d: "M16 30.8571C24.2054 30.8571 30.8571 24.2054 30.8571 16C30.8571 7.79463 24.2054 1.14286 16 1.14286C7.79463 1.14286 1.14286 7.79463 1.14286 16C1.14286 24.2054 7.79463 30.8571 16 30.8571ZM16 32C24.8366 32 32 24.8366 32 16C32 7.16344 24.8366 0 16 0C7.16344 0 0 7.16344 0 16C0 24.8366 7.16344 32 16 32Z",
456
+ fill: "#2F5B88",
457
+ className: svg_color({ variant })
458
+ }
459
+ ),
460
+ /* @__PURE__ */ jsx(
461
+ "path",
462
+ {
463
+ d: "M23.4286 17.2709V22.2857H20.587V17.8391C20.587 16.7787 20.5687 15.4146 19.1103 15.4146C17.6316 15.4146 17.4059 16.5703 17.4059 17.7632V22.2857H14.5674V13.1418H17.2916V14.3919H17.3305C17.7095 13.6731 18.6367 12.9149 20.0194 12.9149C22.8968 12.9149 23.4286 14.8083 23.4286 17.2709Z",
464
+ fill: "#2F5B88",
465
+ className: svg_color({ variant })
466
+ }
467
+ ),
468
+ /* @__PURE__ */ jsx(
469
+ "path",
470
+ {
471
+ d: "M9.93986 13.1418H12.7846V22.2857H9.93986V13.1418Z",
472
+ fill: "#2F5B88",
473
+ className: svg_color({ variant })
474
+ }
475
+ ),
476
+ /* @__PURE__ */ jsx(
477
+ "path",
478
+ {
479
+ d: "M9.71429 10.2444C9.71429 9.33477 10.4503 8.59642 11.363 8.59642C12.2721 8.59642 13.0102 9.33477 13.0102 10.2444C13.0102 11.1542 12.2721 11.8926 11.363 11.8926C10.4503 11.8926 9.71429 11.1542 9.71429 10.2444Z",
480
+ fill: "#2F5B88",
481
+ className: svg_color({ variant })
482
+ }
483
+ )
484
+ ] }),
485
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_86_141", children: /* @__PURE__ */ jsx("rect", { width: 32, height: 32, fill: "white" }) }) })
486
+ ]
487
+ }
488
+ ),
489
+ /* @__PURE__ */ jsx("span", { className: tooltip({ variant }), children: "LinkedIn" })
490
+ ]
491
+ }
492
+ )
493
+ ] })
494
+ ] }),
495
+ quote && /* @__PURE__ */ jsx("blockquote", { className: ceo_quote({ variant }), children: quote }),
496
+ executiveBodyCopy && /* @__PURE__ */ jsx("div", { className: ceo_body, children: executiveBodyCopy }),
497
+ (executivePhoneNumber || executiveEmailAddress) && /* @__PURE__ */ jsxs("div", { className: `${contact_col} ${order_3}`, children: [
498
+ executivePhoneNumber && /* @__PURE__ */ jsxs("div", { className: "flex middle", children: [
499
+ /* @__PURE__ */ jsx(
500
+ "svg",
501
+ {
502
+ width: "24",
503
+ height: "24",
504
+ viewBox: "0 0 24 24",
505
+ fill: "none",
506
+ xmlns: "http://www.w3.org/2000/svg",
507
+ "aria-hidden": "true",
508
+ children: /* @__PURE__ */ jsx(
509
+ "path",
510
+ {
511
+ fillRule: "evenodd",
512
+ clipRule: "evenodd",
513
+ 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",
514
+ fill: "#1E3860",
515
+ className: svg_icon({ variant })
516
+ }
517
+ )
518
+ }
519
+ ),
520
+ /* @__PURE__ */ jsx("div", { className: contact_entry({ variant }), children: /* @__PURE__ */ jsx("a", { href: `tel:${executivePhoneNumber}`, children: executivePhoneNumber }) })
521
+ ] }),
522
+ executiveEmailAddress && /* @__PURE__ */ jsxs("div", { className: "flex middle", children: [
523
+ /* @__PURE__ */ jsx(
524
+ "svg",
525
+ {
526
+ width: "24",
527
+ height: "24",
528
+ viewBox: "0 0 24 24",
529
+ fill: "none",
530
+ xmlns: "http://www.w3.org/2000/svg",
531
+ "aria-hidden": "true",
532
+ children: /* @__PURE__ */ jsx(
533
+ "path",
534
+ {
535
+ 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",
536
+ fill: "#1E3860",
537
+ className: svg_icon({ variant })
538
+ }
539
+ )
540
+ }
541
+ ),
542
+ /* @__PURE__ */ jsx("div", { className: contact_entry({ variant }), children: /* @__PURE__ */ jsx("a", { href: `mailto:${executiveEmailAddress}`, children: executiveEmailAddress }) })
543
+ ] })
544
+ ] })
545
+ ] })
546
+ ] }) }),
547
+ backgroundOverlay && /* @__PURE__ */ jsx(Overlay, { className: overlay, variant })
548
+ ] }) });
296
549
  };
297
550
  export {
298
551
  ExecutiveBio
@@ -0,0 +1,8 @@
1
+ import { QuaternaryTypes } from '../utils/variant.types';
2
+
3
+ interface OverlayProps {
4
+ className?: string;
5
+ variant?: QuaternaryTypes;
6
+ }
7
+ export declare const Overlay: ({ className, variant }: OverlayProps) => import("react/jsx-runtime").JSX.Element;
8
+ export {};