@axos-web-dev/shared-components 1.0.100-dev.43-executive.2 → 1.0.100-dev.43-executive.3

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 (56) hide show
  1. package/dist/ATMLocator/ATMLocator.js +1 -1
  2. package/dist/Auth/ErrorAlert.js +1 -1
  3. package/dist/Button/Button.js +1 -1
  4. package/dist/Calculators/Calculator.js +1 -1
  5. package/dist/Carousel/index.js +1 -1
  6. package/dist/Chatbot/Bubble.css.js +0 -1
  7. package/dist/Chatbot/ChatWindow.css.js +1 -0
  8. package/dist/Chevron/index.js +1 -1
  9. package/dist/Comparison/Comparison.js +1 -1
  10. package/dist/ExecutiveBio/ExecutiveBio.css.d.ts +17 -0
  11. package/dist/ExecutiveBio/ExecutiveBio.css.js +4 -0
  12. package/dist/ExecutiveBio/ExecutiveBio.d.ts +1 -1
  13. package/dist/ExecutiveBio/ExecutiveBio.interface.d.ts +1 -0
  14. package/dist/ExecutiveBio/ExecutiveBio.js +237 -225
  15. package/dist/ExecutiveBio/Overlay.d.ts +8 -0
  16. package/dist/ExecutiveBio/Overlay.js +589 -0
  17. package/dist/ExecutiveBio/index.js +3 -1
  18. package/dist/FaqAccordion/index.js +1 -1
  19. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +1 -1
  20. package/dist/Forms/ApplyNow.js +1 -1
  21. package/dist/Forms/ContactUsBusiness.js +1 -1
  22. package/dist/Forms/ContactUsBusinessNameEmail.js +1 -1
  23. package/dist/Forms/ContactUsNMLSId.js +1 -1
  24. package/dist/Forms/CraPublicFile.js +1 -1
  25. package/dist/Forms/EmailOnly.js +1 -1
  26. package/dist/Forms/MortgageRate/MortgageRateForm.js +1 -1
  27. package/dist/Forms/MortgageRate/MortgageRateWatch.js +1 -1
  28. package/dist/Forms/MortgageWarehouseLending.js +1 -1
  29. package/dist/Forms/SuccesForm.js +1 -1
  30. package/dist/Hyperlink/index.js +1 -1
  31. package/dist/ImageLink/ImageLink.js +1 -1
  32. package/dist/ImageLink/ImageLinkSet.js +1 -1
  33. package/dist/ImageLink/index.js +1 -1
  34. package/dist/Insight/Featured/CategorySelector.js +1 -1
  35. package/dist/Insight/Featured/Featured.js +1 -1
  36. package/dist/Insight/Featured/Header.js +1 -1
  37. package/dist/Modal/Modal.js +1 -1
  38. package/dist/NavigationMenu/AxosALTS/NavData.js +1 -1
  39. package/dist/NavigationMenu/AxosALTS/index.js +1 -1
  40. package/dist/NavigationMenu/AxosAdvisor/index.js +1 -1
  41. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +1 -1
  42. package/dist/NavigationMenu/AxosBank/NavData.js +1 -1
  43. package/dist/NavigationMenu/AxosBank/SubNavBar.js +1 -1
  44. package/dist/NavigationMenu/AxosBank/index.js +1 -1
  45. package/dist/NavigationMenu/LaVictoire/NavData.js +1 -1
  46. package/dist/NavigationMenu/LaVictoire/index.js +1 -1
  47. package/dist/NavigationMenu/NavDataJson.js +1 -1
  48. package/dist/NavigationMenu/Navbar.js +1 -1
  49. package/dist/NavigationMenu/SignInNavButton.js +1 -1
  50. package/dist/SetContainer/SetContainer.js +1 -1
  51. package/dist/SocialMediaBar/iconsRepository.js +1 -1
  52. package/dist/VideoTile/VideoTile.js +1 -1
  53. package/dist/VideoWrapper/index.js +1 -1
  54. package/dist/assets/ExecutiveBio/ExecutiveBio.css +99 -22
  55. package/dist/main.js +3 -1
  56. package/package.json +136 -136
@@ -67,10 +67,10 @@ import "../Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js"
67
67
  /* empty css */
68
68
  /* empty css */
69
69
  import "../Carousel/index.js";
70
- import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
71
70
  /* empty css */
72
71
  import "../Chatbot/store/chat.js";
73
72
  import "../Chatbot/authenticate.js";
73
+ import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
74
74
  /* empty css */
75
75
  import "../Chatbot/store/messages.js";
76
76
  import "@ujet/websdk-headless";
@@ -59,10 +59,10 @@ import "./SignInPassword.js";
59
59
  /* empty css */
60
60
  /* empty css */
61
61
  import "../Carousel/index.js";
62
- import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
63
62
  /* empty css */
64
63
  import "../Chatbot/store/chat.js";
65
64
  import "../Chatbot/authenticate.js";
65
+ import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
66
66
  /* empty css */
67
67
  import "../Chatbot/store/messages.js";
68
68
  import "@ujet/websdk-headless";
@@ -70,10 +70,10 @@ import "../Auth/SignInPassword.js";
70
70
  /* empty css */
71
71
  /* empty css */
72
72
  import "../Carousel/index.js";
73
- import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
74
73
  /* empty css */
75
74
  import "../Chatbot/store/chat.js";
76
75
  import "../Chatbot/authenticate.js";
76
+ import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
77
77
  /* empty css */
78
78
  import "../Chatbot/store/messages.js";
79
79
  import "@ujet/websdk-headless";
@@ -49,11 +49,11 @@ import { SummitApyCalculator } from "./SummitApyCalculator/index.js";
49
49
  /* empty css */
50
50
  /* empty css */
51
51
  import "../Carousel/index.js";
52
- import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
53
52
  /* empty css */
54
53
  import "../Chatbot/store/chat.js";
55
54
  import "../Chatbot/authenticate.js";
56
55
  import "react-use";
56
+ import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
57
57
  /* empty css */
58
58
  import "../Chatbot/store/messages.js";
59
59
  import "@ujet/websdk-headless";
@@ -72,10 +72,10 @@ import "../Auth/SignInPassword.js";
72
72
  /* empty css */
73
73
  /* empty css */
74
74
  /* empty css */
75
- import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
76
75
  /* empty css */
77
76
  import "../Chatbot/store/chat.js";
78
77
  import "../Chatbot/authenticate.js";
78
+ import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
79
79
  /* empty css */
80
80
  import "../Chatbot/store/messages.js";
81
81
  import "@ujet/websdk-headless";
@@ -1,4 +1,3 @@
1
- import "./Chatbot.css.ts.vanilla.css.js";
2
1
  import '../assets/Chatbot/Bubble.css';/* empty css */
3
2
  var bubbleWrapper = "_7u9pv30";
4
3
  var svgFill = "_7u9pv31";
@@ -1,3 +1,4 @@
1
+ import "./Chatbot.css.ts.vanilla.css.js";
1
2
  import '../assets/Chatbot/ChatWindow.css';/* empty css */
2
3
  var windowStyle = "_13n1jqk0";
3
4
  var windowOpenStyle = "_13n1jqk1";
@@ -72,10 +72,10 @@ import "../Auth/SignInPassword.js";
72
72
  /* empty css */
73
73
  /* empty css */
74
74
  import "../Carousel/index.js";
75
- import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
76
75
  /* empty css */
77
76
  import "../Chatbot/store/chat.js";
78
77
  import "../Chatbot/authenticate.js";
78
+ import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
79
79
  /* empty css */
80
80
  import "../Chatbot/store/messages.js";
81
81
  import "@ujet/websdk-headless";
@@ -72,10 +72,10 @@ import "../Auth/SignInPassword.js";
72
72
  /* empty css */
73
73
  /* empty css */
74
74
  import "../Carousel/index.js";
75
- import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
76
75
  /* empty css */
77
76
  import "../Chatbot/store/chat.js";
78
77
  import "../Chatbot/authenticate.js";
78
+ import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
79
79
  /* empty css */
80
80
  import "../Chatbot/store/messages.js";
81
81
  import "@ujet/websdk-headless";
@@ -266,3 +266,20 @@ export declare const tooltip: import('@vanilla-extract/recipes').RuntimeFn<{
266
266
  };
267
267
  }>;
268
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
+ }>;
@@ -49,6 +49,8 @@ var hover = "txcb8d2l";
49
49
  var social = "txcb8d2m";
50
50
  var tooltip = createRuntimeFn({ defaultClassName: "txcb8d2n", variantClassNames: { variant: { primary: "txcb8d2o", secondary: "txcb8d2p", tertiary: "txcb8d2q", quaternary: "txcb8d2r" } }, defaultVariants: {}, compoundVariants: [] });
51
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: [] });
52
54
  export {
53
55
  bio_section_text,
54
56
  bulletsHeadline,
@@ -86,11 +88,13 @@ export {
86
88
  job_title,
87
89
  media,
88
90
  order_3,
91
+ overlay,
89
92
  padding,
90
93
  person,
91
94
  section_theme,
92
95
  shift,
93
96
  social,
97
+ stroke_color,
94
98
  svg_color,
95
99
  svg_icon,
96
100
  tooltip,
@@ -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, bannerType, executiveTwitter, executiveFacebook, bullets, bulletsTitle, quote, }: 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;
@@ -27,4 +27,5 @@ export interface ExecutiveBioProps {
27
27
  bulletsTitle?: ReactNode | string;
28
28
  quote?: ReactNode | string;
29
29
  bannerType?: "Standard" | "Hero";
30
+ backgroundOverlay?: boolean;
30
31
  }