@axos-web-dev/shared-components 0.0.13 → 0.0.15

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 (124) hide show
  1. package/dist/Accordion/Accordion.css.d.ts +4 -3
  2. package/dist/Accordion/Accordion.d.ts +2 -1
  3. package/dist/Accordion/index.d.ts +2 -2
  4. package/dist/AlertBanner/AlertBanner.css.d.ts +1 -1
  5. package/dist/AlertBanner/AlertBanner.interface.d.ts +2 -1
  6. package/dist/AlertBanner/index.d.ts +3 -2
  7. package/dist/ApyCalculator/index.d.ts +2 -1
  8. package/dist/BulletItem/BulletItem.d.ts +2 -1
  9. package/dist/BulletItem/index.d.ts +1 -1
  10. package/dist/Button/Button.css.d.ts +3 -2
  11. package/dist/Button/Button.d.ts +4 -3
  12. package/dist/Button/Button.interface.d.ts +2 -1
  13. package/dist/Button/GoBackButton.d.ts +3 -2
  14. package/dist/Button/index.d.ts +3 -3
  15. package/dist/CallToActionBar/CallToActionBar.interface.d.ts +3 -1
  16. package/dist/CallToActionBar/index.d.ts +3 -2
  17. package/dist/CallToActionBar/index.js +3 -1
  18. package/dist/Carousel/Carousel.css.d.ts +6 -5
  19. package/dist/Carousel/index.d.ts +3 -2
  20. package/dist/Carousel/store.d.ts +1 -1
  21. package/dist/Chevron/Chevron.css.d.ts +1 -1
  22. package/dist/Chevron/Chevron.interface.d.ts +2 -1
  23. package/dist/Chevron/index.d.ts +3 -2
  24. package/dist/CollectInformationAlert/index.d.ts +2 -1
  25. package/dist/ContentBanner/ContentBanner.css.d.ts +2 -2
  26. package/dist/ContentBanner/ContentBanner.interface.d.ts +2 -1
  27. package/dist/ContentBanner/index.d.ts +3 -2
  28. package/dist/DownloadTile/DownloadTile.interface.d.ts +2 -1
  29. package/dist/DownloadTile/index.d.ts +3 -2
  30. package/dist/FaqAccordion/index.d.ts +3 -2
  31. package/dist/FaqAccordion/index.js +5 -0
  32. package/dist/FooterDisclosure/FooterDisclosure.css.d.ts +1 -1
  33. package/dist/FooterDisclosure/FooterDisclosure.d.ts +2 -1
  34. package/dist/FooterDisclosure/index.d.ts +2 -2
  35. package/dist/Forms/Forms.css.d.ts +4 -4
  36. package/dist/Forms/RenderForm.d.ts +3 -2
  37. package/dist/Forms/SalesforceFieldsForm.d.ts +1 -1
  38. package/dist/Forms/ScheduleCall.d.ts +3 -2
  39. package/dist/Forms/ScheduleCall.js +90 -77
  40. package/dist/Forms/index.d.ts +4 -4
  41. package/dist/HeroBanner/HeroBanner.css.d.ts +3 -3
  42. package/dist/HeroBanner/HeroBanner.interface.d.ts +2 -1
  43. package/dist/HeroBanner/index.d.ts +2 -1
  44. package/dist/HeroBanner/index.js +3 -4
  45. package/dist/Hyperlink/Hyperlink.interface.d.ts +2 -1
  46. package/dist/Hyperlink/index.d.ts +3 -2
  47. package/dist/IconBillboard/IconBillboard.css.d.ts +6 -5
  48. package/dist/IconBillboard/IconBillboard.d.ts +4 -3
  49. package/dist/IconBillboard/IconBillboard.interface.d.ts +4 -3
  50. package/dist/IconBillboard/IconBillboardSet.d.ts +2 -1
  51. package/dist/IconBillboard/index.d.ts +4 -4
  52. package/dist/ImageBillboard/ImageBillboard.css.d.ts +12 -4
  53. package/dist/ImageBillboard/ImageBillboard.css.js +18 -1
  54. package/dist/ImageBillboard/ImageBillboard.d.ts +2 -1
  55. package/dist/ImageBillboard/ImageBillboard.interface.d.ts +11 -7
  56. package/dist/ImageBillboard/ImageBillboard.js +2 -10
  57. package/dist/ImageBillboard/ImageBillboardSet.d.ts +3 -2
  58. package/dist/ImageBillboard/ImageBillboardSet.js +30 -5
  59. package/dist/ImageBillboard/index.d.ts +4 -4
  60. package/dist/ImageBillboard/index.js +10 -2
  61. package/dist/Input/Input.css.d.ts +16 -6
  62. package/dist/Input/Input.css.js +7 -7
  63. package/dist/Input/index.d.ts +5 -2
  64. package/dist/Input/index.js +9 -1
  65. package/dist/Inputs/Input.css.d.ts +6 -6
  66. package/dist/MainHTML/index.d.ts +2 -1
  67. package/dist/Modal/Modal.d.ts +3 -2
  68. package/dist/Modal/contextApi/store.d.ts +3 -2
  69. package/dist/Modal/index.d.ts +2 -2
  70. package/dist/NavigationMenu/AxosAdvisor/SubNavBar.d.ts +1 -1
  71. package/dist/NavigationMenu/AxosAdvisor/SubNavBar.js +138 -97
  72. package/dist/NavigationMenu/index.d.ts +2 -2
  73. package/dist/SetContainer/SetContainer.d.ts +3 -2
  74. package/dist/SetContainer/index.d.ts +2 -2
  75. package/dist/Table/Table.css.d.ts +4 -4
  76. package/dist/Table/Table.d.ts +4 -3
  77. package/dist/Table/Table.interface.d.ts +2 -1
  78. package/dist/Table/index.d.ts +2 -2
  79. package/dist/TextBlock/TextBlock.d.ts +2 -1
  80. package/dist/TextBlock/index.d.ts +2 -2
  81. package/dist/Typography/Typography.css.d.ts +4 -3
  82. package/dist/Typography/Typography.d.ts +3 -2
  83. package/dist/Typography/index.d.ts +1 -1
  84. package/dist/VideoTile/VideoTile.d.ts +3 -2
  85. package/dist/VideoTile/VideoTile.js +8 -8
  86. package/dist/VideoTile/index.d.ts +4 -4
  87. package/dist/VideoWrapper/index.d.ts +4 -2
  88. package/dist/VideoWrapper/index.js +27 -18
  89. package/dist/assets/HeroBanner/HeroBanner.css +1 -3
  90. package/dist/assets/IconBillboard/IconBillboard.css +1 -1
  91. package/dist/assets/ImageBillboard/ImageBillboard.css +55 -11
  92. package/dist/assets/Input/Input.css +39 -33
  93. package/dist/assets/VideoTile/VideoTile.css +1 -12
  94. package/dist/assets/globals.css +1 -0
  95. package/dist/icons/ArrowIcon/ArrowIcon.css.d.ts +1 -1
  96. package/dist/icons/ArrowIcon/index.d.ts +2 -1
  97. package/dist/icons/AxosX/Blue.d.ts +4 -0
  98. package/dist/icons/AxosX/Blue.js +32 -0
  99. package/dist/icons/AxosX/index.d.ts +2 -1
  100. package/dist/icons/CheckCircle.d.ts +2 -1
  101. package/dist/icons/CheckCircleLight.d.ts +2 -1
  102. package/dist/icons/CheckIcon/CheckIcon.css.d.ts +3 -2
  103. package/dist/icons/CheckIcon/index.d.ts +2 -1
  104. package/dist/icons/ChevronDown.d.ts +2 -1
  105. package/dist/icons/ChevronUp.d.ts +2 -1
  106. package/dist/icons/CloseIcon/index.d.ts +2 -1
  107. package/dist/icons/DownloadIcon/index.d.ts +2 -1
  108. package/dist/icons/EqualHousingLender.d.ts +2 -1
  109. package/dist/icons/LockIcon/index.d.ts +2 -1
  110. package/dist/icons/MemberFdicLogo.d.ts +2 -1
  111. package/dist/icons/QuoteIconGrey.d.ts +2 -1
  112. package/dist/icons/QuoteIconWhite.d.ts +2 -1
  113. package/dist/icons/QuoteIconYellow.d.ts +2 -1
  114. package/dist/icons/WarningIcon/index.d.ts +2 -1
  115. package/dist/icons/index.d.ts +17 -16
  116. package/dist/icons/index.js +28 -26
  117. package/dist/index.css.d.ts +1 -0
  118. package/dist/main.d.ts +2 -1
  119. package/dist/main.js +43 -1
  120. package/dist/themes/index.d.ts +2 -2
  121. package/dist/utils/ctaOptions.d.ts +1 -0
  122. package/dist/utils/getVariant.d.ts +2 -1
  123. package/dist/utils/index.d.ts +5 -5
  124. package/package.json +106 -106
@@ -1,2 +1,2 @@
1
- export * from "./Modal";
2
- export * from "./contextApi/store";
1
+ export * from './Modal';
2
+ export * from './contextApi/store';
@@ -1 +1 @@
1
- export default function SubNavBar(): import("react/jsx-runtime").JSX.Element | null;
1
+ export default function SubNavBar(): import("react/jsx-runtime").JSX.Element;
@@ -1,14 +1,16 @@
1
1
  "use client";
2
- import { jsxs, Fragment, jsx } from "react/jsx-runtime";
2
+ import { jsx, Fragment, jsxs } from "react/jsx-runtime";
3
3
  import { Button } from "../../Button/Button.js";
4
4
  import "../../Button/Button.css.js";
5
- import { useRef, useState } from "react";
5
+ import { useRef, useState, useEffect } from "react";
6
6
  import { useLocation } from "react-use";
7
7
  import styles from "./NavBar.module.js";
8
8
  import { sub_nav, absoule, dd_media, dd_media_btn } from "./SubNavbar.css.js";
9
9
  function SubNavBar() {
10
10
  const subNav1 = useRef(null);
11
11
  const [isMouseOver, setIsMouseOver] = useState(false);
12
+ const [render, setIsrender] = useState(false);
13
+ const { pathname } = useLocation();
12
14
  const mouseOver = () => {
13
15
  setIsMouseOver(true);
14
16
  };
@@ -18,82 +20,103 @@ function SubNavBar() {
18
20
  const showSubNabVarOptions = () => {
19
21
  setIsMouseOver(!isMouseOver);
20
22
  };
21
- const { pathname } = useLocation();
22
- if (!(pathname == null ? void 0 : pathname.includes("/products"))) {
23
- return null;
24
- }
25
- return /* @__PURE__ */ jsxs(Fragment, { children: [
26
- /* @__PURE__ */ jsx("div", { className: `${styles.sub_nav} ${sub_nav} ${styles.desktop_only}`, children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsx("div", { className: styles.header_sub_row, children: /* @__PURE__ */ jsx("div", { className: "list_unstyled flex_row middle", children: /* @__PURE__ */ jsxs("ul", { className: "list_unstyled flex_row middle", children: [
27
- /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsxs(
28
- "a",
29
- {
30
- href: "#",
31
- id: "subNav1",
32
- role: "menuitem",
33
- onMouseEnter: mouseOver,
34
- onClick: showSubNabVarOptions,
35
- children: [
36
- "Private Client",
37
- /* @__PURE__ */ jsx(
38
- "svg",
39
- {
40
- width: "15",
41
- height: "12",
42
- viewBox: "0 0 20 12",
43
- fill: "none",
44
- xmlns: "http://www.w3.org/2000/svg",
45
- style: { marginLeft: "8px" },
46
- children: /* @__PURE__ */ jsx(
47
- "path",
23
+ useEffect(() => {
24
+ (pathname == null ? void 0 : pathname.includes("/products")) ? setIsrender(true) : setIsrender(false);
25
+ }, [render]);
26
+ return /* @__PURE__ */ jsx(Fragment, { children: render && /* @__PURE__ */ jsxs(Fragment, { children: [
27
+ /* @__PURE__ */ jsx(
28
+ "div",
29
+ {
30
+ className: `${styles.sub_nav} ${sub_nav} ${styles.desktop_only}`,
31
+ children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsx("div", { className: styles.header_sub_row, children: /* @__PURE__ */ jsx("div", { className: "list_unstyled flex_row middle", children: /* @__PURE__ */ jsxs("ul", { className: "list_unstyled flex_row middle", children: [
32
+ /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsxs(
33
+ "a",
34
+ {
35
+ href: "#",
36
+ id: "subNav1",
37
+ role: "menuitem",
38
+ onMouseEnter: mouseOver,
39
+ onClick: showSubNabVarOptions,
40
+ children: [
41
+ "Private Client",
42
+ /* @__PURE__ */ jsx(
43
+ "svg",
48
44
  {
49
- d: "M0.46875 1.76574L9.99908 11.2961L19.5294 1.76574L18.4687 0.705078L9.99908 9.17491L1.52941 0.705078L0.46875 1.76574Z",
50
- fill: "white"
45
+ width: "15",
46
+ height: "12",
47
+ viewBox: "0 0 20 12",
48
+ fill: "none",
49
+ xmlns: "http://www.w3.org/2000/svg",
50
+ style: { marginLeft: "8px" },
51
+ children: /* @__PURE__ */ jsx(
52
+ "path",
53
+ {
54
+ d: "M0.46875 1.76574L9.99908 11.2961L19.5294 1.76574L18.4687 0.705078L9.99908 9.17491L1.52941 0.705078L0.46875 1.76574Z",
55
+ fill: "white"
56
+ }
57
+ )
51
58
  }
52
59
  )
53
- }
54
- )
55
- ]
56
- }
57
- ) }),
58
- /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsx(
59
- "a",
60
- {
61
- href: "/products/select-high-yield-money-market",
62
- id: "subNav2",
63
- role: "menuitem",
64
- children: "Select High Yield Money Market"
65
- }
66
- ) }),
67
- /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsx("a", { href: "/products/select-cds", id: "subNav3", role: "menuitem", children: "Select CDs" }) }),
68
- /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsx(
69
- "a",
70
- {
71
- href: "/products/select-checking",
72
- id: "subNav4",
73
- role: "menuitem",
74
- children: "Select Checking"
75
- }
76
- ) }),
77
- /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsx(
78
- "a",
79
- {
80
- href: "/products/select-savings",
81
- id: "subNav4",
82
- role: "menuitem",
83
- children: "Select Savings"
84
- }
85
- ) }),
86
- /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsx(
87
- "a",
88
- {
89
- href: "/products/business-banking",
90
- id: "subNav4",
91
- role: "menuitem",
92
- children: "Business Banking"
93
- }
94
- ) }),
95
- /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsx("a", { href: "/products/mortgage", id: "subNav4", role: "menuitem", children: "Mortgage" }) })
96
- ] }) }) }) }) }),
60
+ ]
61
+ }
62
+ ) }),
63
+ /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsx(
64
+ "a",
65
+ {
66
+ href: "/products/select-high-yield-money-market",
67
+ id: "subNav2",
68
+ role: "menuitem",
69
+ children: "Select High Yield Money Market"
70
+ }
71
+ ) }),
72
+ /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsx(
73
+ "a",
74
+ {
75
+ href: "/products/select-cds",
76
+ id: "subNav3",
77
+ role: "menuitem",
78
+ children: "Select CDs"
79
+ }
80
+ ) }),
81
+ /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsx(
82
+ "a",
83
+ {
84
+ href: "/products/select-checking",
85
+ id: "subNav4",
86
+ role: "menuitem",
87
+ children: "Select Checking"
88
+ }
89
+ ) }),
90
+ /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsx(
91
+ "a",
92
+ {
93
+ href: "/products/select-savings",
94
+ id: "subNav4",
95
+ role: "menuitem",
96
+ children: "Select Savings"
97
+ }
98
+ ) }),
99
+ /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsx(
100
+ "a",
101
+ {
102
+ href: "/products/business-banking",
103
+ id: "subNav4",
104
+ role: "menuitem",
105
+ children: "Business Banking"
106
+ }
107
+ ) }),
108
+ /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsx(
109
+ "a",
110
+ {
111
+ href: "/products/mortgage",
112
+ id: "subNav4",
113
+ role: "menuitem",
114
+ children: "Mortgage"
115
+ }
116
+ ) })
117
+ ] }) }) }) })
118
+ }
119
+ ),
97
120
  isMouseOver && /* @__PURE__ */ jsx(
98
121
  "div",
99
122
  {
@@ -143,29 +166,41 @@ function SubNavBar() {
143
166
  {
144
167
  className: `${styles.dd_site_navs} ${styles.opacity} bg_white`,
145
168
  children: [
146
- /* @__PURE__ */ jsxs("div", { className: `${styles.headline} flex_row middle between`, children: [
147
- /* @__PURE__ */ jsx("p", { role: "heading", children: "Discover the World of Premium Banking" }),
148
- /* @__PURE__ */ jsxs("span", { className: "flex_row middle ml_24 w_auto", children: [
149
- /* @__PURE__ */ jsx(
150
- "svg",
151
- {
152
- xmlns: "http://www.w3.org/2000/svg",
153
- width: "20",
154
- height: "20",
155
- viewBox: "0 0 20 20",
156
- fill: "none",
157
- children: /* @__PURE__ */ jsx(
158
- "path",
169
+ /* @__PURE__ */ jsxs(
170
+ "div",
171
+ {
172
+ className: `${styles.headline} flex_row middle between`,
173
+ children: [
174
+ /* @__PURE__ */ jsx("p", { role: "heading", children: "Discover the World of Premium Banking" }),
175
+ /* @__PURE__ */ jsxs("span", { className: "flex_row middle ml_24 w_auto", children: [
176
+ /* @__PURE__ */ jsx(
177
+ "svg",
178
+ {
179
+ xmlns: "http://www.w3.org/2000/svg",
180
+ width: "20",
181
+ height: "20",
182
+ viewBox: "0 0 20 20",
183
+ fill: "none",
184
+ children: /* @__PURE__ */ jsx(
185
+ "path",
186
+ {
187
+ d: "M10 1.25C14.8325 1.25 18.75 5.16751 18.75 10C18.75 14.8325 14.8325 18.75 10 18.75C5.16751 18.75 1.25 14.8325 1.25 10C1.25 5.16751 5.16751 1.25 10 1.25ZM10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5ZM10 13.125C10.5178 13.125 10.9375 13.5447 10.9375 14.0625C10.9375 14.5803 10.5178 15 10 15C9.48223 15 9.0625 14.5803 9.0625 14.0625C9.0625 13.5447 9.48223 13.125 10 13.125ZM10 5C11.5085 5 12.5 6.11546 12.5 7.5C12.5 8.19375 12.2463 8.61355 11.5601 9.3212L11.3794 9.50444L11.1007 9.79159C10.7846 10.1307 10.6575 10.3327 10.6306 10.5369L10.625 10.625V11.875H9.375V10.625L9.38039 10.4569C9.42029 9.85929 9.68587 9.45248 10.3149 8.80379L10.4956 8.62056L10.7743 8.33341C11.1355 7.94588 11.25 7.73736 11.25 7.5C11.25 6.77517 10.7832 6.25 10 6.25C9.36596 6.25 8.83162 6.86132 8.75852 7.38182L8.75 7.5H7.5L7.50649 7.33864C7.59696 6.20479 8.62337 5 10 5Z",
188
+ fill: "#4A5560"
189
+ }
190
+ )
191
+ }
192
+ ),
193
+ /* @__PURE__ */ jsx(
194
+ "div",
159
195
  {
160
- d: "M10 1.25C14.8325 1.25 18.75 5.16751 18.75 10C18.75 14.8325 14.8325 18.75 10 18.75C5.16751 18.75 1.25 14.8325 1.25 10C1.25 5.16751 5.16751 1.25 10 1.25ZM10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5ZM10 13.125C10.5178 13.125 10.9375 13.5447 10.9375 14.0625C10.9375 14.5803 10.5178 15 10 15C9.48223 15 9.0625 14.5803 9.0625 14.0625C9.0625 13.5447 9.48223 13.125 10 13.125ZM10 5C11.5085 5 12.5 6.11546 12.5 7.5C12.5 8.19375 12.2463 8.61355 11.5601 9.3212L11.3794 9.50444L11.1007 9.79159C10.7846 10.1307 10.6575 10.3327 10.6306 10.5369L10.625 10.625V11.875H9.375V10.625L9.38039 10.4569C9.42029 9.85929 9.68587 9.45248 10.3149 8.80379L10.4956 8.62056L10.7743 8.33341C11.1355 7.94588 11.25 7.73736 11.25 7.5C11.25 6.77517 10.7832 6.25 10 6.25C9.36596 6.25 8.83162 6.86132 8.75852 7.38182L8.75 7.5H7.5L7.50649 7.33864C7.59696 6.20479 8.62337 5 10 5Z",
161
- fill: "#4A5560"
196
+ className: `${styles.headline_cta} ${styles.ml_8}`,
197
+ children: /* @__PURE__ */ jsx("a", { href: "https://www.axosbank.com/Customer-Support/", children: "Help & Support" })
162
198
  }
163
199
  )
164
- }
165
- ),
166
- /* @__PURE__ */ jsx("div", { className: `${styles.headline_cta} ${styles.ml_8}`, children: /* @__PURE__ */ jsx("a", { href: "https://www.axosbank.com/Customer-Support/", children: "Help & Support" }) })
167
- ] })
168
- ] }),
200
+ ] })
201
+ ]
202
+ }
203
+ ),
169
204
  /* @__PURE__ */ jsx("hr", {}),
170
205
  /* @__PURE__ */ jsx("div", { className: `${styles.site_lists} flex_row`, children: /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
171
206
  /* @__PURE__ */ jsx(
@@ -187,7 +222,13 @@ function SubNavBar() {
187
222
  ),
188
223
  /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
189
224
  /* @__PURE__ */ jsx("li", { role: "heading", children: "Products" }),
190
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: "/products/premier-private-client-banking", children: "Advisor Private Client Banking" }) }),
225
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
226
+ "a",
227
+ {
228
+ href: "/products/premier-private-client-banking",
229
+ children: "Advisor Private Client Banking"
230
+ }
231
+ ) }),
191
232
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: "/products/insureguard-for-advisor", children: "InsureGuard+" }) }),
192
233
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
193
234
  "a",
@@ -208,7 +249,7 @@ function SubNavBar() {
208
249
  ] }) })
209
250
  }
210
251
  )
211
- ] });
252
+ ] }) });
212
253
  }
213
254
  export {
214
255
  SubNavBar as default
@@ -1,2 +1,2 @@
1
- export { default as NavBarAXA } from "./AxosAdvisor";
2
- export { default as NavBarAFS } from "./AxosFiduciary";
1
+ export { default as NavBarAXA } from './AxosAdvisor';
2
+ export { default as NavBarAFS } from './AxosFiduciary';
@@ -1,5 +1,6 @@
1
- import type { ImageBillboardSetProps } from '../ImageBillboard/ImageBillboard.interface';
2
- import { PropsWithChildren } from "react";
1
+ import { PropsWithChildren } from 'react';
2
+ import { ImageBillboardSetProps } from '../ImageBillboard/ImageBillboard.interface';
3
+
3
4
  export interface SetContainerProps extends Omit<ImageBillboardSetProps, "imageBillboards">, PropsWithChildren {
4
5
  }
5
6
  export declare const SetContainer: ({ id, variant, headline, bodyCopy, additionalDetails, children, }: SetContainerProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- export * from "./SetContainer";
2
- export * from "./SetContainer.css";
1
+ export * from './SetContainer';
2
+ export * from './SetContainer.css';
@@ -6,7 +6,7 @@ export declare const highlight_last_row: string;
6
6
  export declare const headerCell: string;
7
7
  export declare const headerVariants: Record<"primary" | "secondary" | "tertiary" | "quaternary", string>;
8
8
  export declare const bodyHeader: string;
9
- export declare const th: import("@vanilla-extract/recipes").RuntimeFn<{
9
+ export declare const th: import('@vanilla-extract/recipes').RuntimeFn<{
10
10
  variant: {
11
11
  primary: {
12
12
  color: "#4A5560";
@@ -59,7 +59,7 @@ export declare const th: import("@vanilla-extract/recipes").RuntimeFn<{
59
59
  true: {};
60
60
  };
61
61
  }>;
62
- export declare const td: import("@vanilla-extract/recipes").RuntimeFn<{
62
+ export declare const td: import('@vanilla-extract/recipes').RuntimeFn<{
63
63
  variant: {
64
64
  primary: {
65
65
  background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
@@ -114,7 +114,7 @@ export declare const td: import("@vanilla-extract/recipes").RuntimeFn<{
114
114
  true: {};
115
115
  };
116
116
  }>;
117
- export declare const tableWrapper: import("@vanilla-extract/recipes").RuntimeFn<{
117
+ export declare const tableWrapper: import('@vanilla-extract/recipes').RuntimeFn<{
118
118
  variant: {
119
119
  primary: {
120
120
  border: `1px solid var(--${string})` | `1px solid var(--${string}, ${string})` | `1px solid var(--${string}, ${number})`;
@@ -130,7 +130,7 @@ export declare const tableWrapper: import("@vanilla-extract/recipes").RuntimeFn<
130
130
  };
131
131
  };
132
132
  }>;
133
- export declare const table: import("@vanilla-extract/recipes").RuntimeFn<{
133
+ export declare const table: import('@vanilla-extract/recipes').RuntimeFn<{
134
134
  variant: {
135
135
  primary: {
136
136
  background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
@@ -1,11 +1,12 @@
1
- import { PropsWithChildren } from "react";
2
- import { CellProps, RowProps, TableContainerProps, TableProps } from "./Table.interface";
1
+ import { CellProps, RowProps, TableContainerProps, TableProps } from './Table.interface';
2
+ import { PropsWithChildren } from 'react';
3
+
3
4
  export declare const TableContainer: ({ tableTitle, tableBody, tableFooter, }: TableContainerProps) => import("react/jsx-runtime").JSX.Element;
4
5
  export declare const Table: ({ variant, children, highlight, tableType, alternateColorRows, }: TableProps) => import("react/jsx-runtime").JSX.Element;
5
6
  export declare const TableRow: ({ children, ...props }: RowProps) => import("react/jsx-runtime").JSX.Element;
6
7
  export declare const TableHead: ({ children }: PropsWithChildren) => import("react/jsx-runtime").JSX.Element;
7
8
  export declare const TableBody: ({ children }: PropsWithChildren) => import("react/jsx-runtime").JSX.Element;
8
- export declare const TableCell: ({ children, as, variant, highlighted, ...props }: CellProps) => import("react").DetailedReactHTMLElement<{
9
+ export declare const TableCell: ({ children, as, variant, highlighted, ...props }: CellProps) => import('react').DetailedReactHTMLElement<{
9
10
  className: string;
10
11
  manifest?: string | undefined;
11
12
  defaultChecked?: boolean | undefined;
@@ -1,4 +1,5 @@
1
- import { HtmlHTMLAttributes, PropsWithChildren, ReactNode } from "react";
1
+ import { HtmlHTMLAttributes, PropsWithChildren, ReactNode } from 'react';
2
+
2
3
  export interface RowProps extends HtmlHTMLAttributes<HTMLTableRowElement>, PropsWithChildren {
3
4
  }
4
5
  export interface CellProps extends HtmlHTMLAttributes<HTMLTableCellElement>, PropsWithChildren {
@@ -1,2 +1,2 @@
1
- export * from "./Table";
2
- export * from "./Table.css";
1
+ export * from './Table';
2
+ export * from './Table.css';
@@ -1,4 +1,5 @@
1
- import { ReactNode } from "react";
1
+ import { ReactNode } from 'react';
2
+
2
3
  export interface TextBlockProps {
3
4
  bodyCopy: ReactNode | string;
4
5
  headline: ReactNode | string;
@@ -1,2 +1,2 @@
1
- export * from "./TextBlock";
2
- export * from "./TextBlock.css";
1
+ export * from './TextBlock';
2
+ export * from './TextBlock.css';
@@ -1,4 +1,5 @@
1
- import { RecipeVariants } from "@vanilla-extract/recipes";
1
+ import { RecipeVariants } from '@vanilla-extract/recipes';
2
+
2
3
  /**
3
4
  * Encode font
4
5
  */
@@ -8,7 +9,7 @@ export declare const headerCssVariable = "var(--header-font-family)";
8
9
  */
9
10
  export declare const mainCssVariable = "var(--main-font-family)";
10
11
  export declare const header: string;
11
- export declare const sizes: import("@vanilla-extract/recipes").RuntimeFn<{
12
+ export declare const sizes: import('@vanilla-extract/recipes').RuntimeFn<{
12
13
  size: {
13
14
  xs: {
14
15
  fontSize: number;
@@ -30,7 +31,7 @@ export declare const sizes: import("@vanilla-extract/recipes").RuntimeFn<{
30
31
  };
31
32
  };
32
33
  }>;
33
- export declare const typography: import("@vanilla-extract/recipes").RuntimeFn<{
34
+ export declare const typography: import('@vanilla-extract/recipes').RuntimeFn<{
34
35
  type: {
35
36
  h1: {
36
37
  fontFamily: "var(--header-font-family)";
@@ -1,5 +1,6 @@
1
- import React from "react";
2
- import { TypographySizeVariants, TypographyVariants } from ".";
1
+ import { TypographySizeVariants, TypographyVariants } from '.';
2
+ import { default as React } from 'react';
3
+
3
4
  type AsType = "body1" | "body2" | "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "inherit" | "overline" | "subtitle1" | "subtitle2" | string;
4
5
  export interface Props extends React.PropsWithChildren {
5
6
  as?: AsType;
@@ -1 +1 @@
1
- export * from "./Typography.css";
1
+ export * from './Typography.css';
@@ -1,3 +1,4 @@
1
- import { VideoTileInterface } from "./VideoTile.interface";
2
- import { FC } from "react";
1
+ import { VideoTileInterface } from './VideoTile.interface';
2
+ import { FC } from 'react';
3
+
3
4
  export declare const VideoTile: FC<VideoTileInterface>;
@@ -1,13 +1,13 @@
1
1
  "use client";
2
2
  import { jsxs, jsx } from "react/jsx-runtime";
3
- import ReactMarkdown from "react-markdown";
4
- import { useToggle } from "react-use";
5
3
  import "../icons/CheckIcon/CheckIcon.css.js";
6
4
  import SvgChevronDown from "../icons/ChevronDown.js";
7
5
  import SvgChevronUp from "../icons/ChevronUp.js";
8
6
  /* empty css */
9
7
  /* empty css */
10
8
  /* empty css */
9
+ import ReactMarkdown from "react-markdown";
10
+ import { useToggle } from "react-use";
11
11
  import { VideoInit } from "./VideoInit.js";
12
12
  import { video_container, w_100, mb_8, video_title, vidyard_height, transcript_container, toggle_container, transcript_btn, expand_icon, transcript_content, show, hide_transcript } from "./VideoTile.css.js";
13
13
  const VideoTile = ({
@@ -18,17 +18,18 @@ const VideoTile = ({
18
18
  // displayType,
19
19
  maxWidth = "588px",
20
20
  videoPlayer,
21
- transcript
21
+ transcript,
22
+ id
22
23
  }) => {
23
24
  const [on, toggle] = useToggle(false);
24
25
  const handleToggleClick = (event) => {
25
26
  event.preventDefault();
26
27
  toggle();
27
28
  };
28
- return /* @__PURE__ */ jsxs("div", { className: `flex center`, children: [
29
+ return /* @__PURE__ */ jsxs("div", { id: `id_${id}`, className: `flex center`, children: [
29
30
  /* @__PURE__ */ jsx(VideoInit, {}),
30
31
  /* @__PURE__ */ jsxs("div", { className: `${video_container} ${w_100} flex flex_col`, children: [
31
- /* @__PURE__ */ jsx("h2", { className: `${mb_8} ${video_title}`, children: title ? title : null }),
32
+ title && /* @__PURE__ */ jsx("h2", { className: `${mb_8} ${video_title}`, children: title }),
32
33
  /* @__PURE__ */ jsx(
33
34
  "div",
34
35
  {
@@ -42,7 +43,6 @@ const VideoTile = ({
42
43
  width: "100%",
43
44
  margin: "auto",
44
45
  display: "block",
45
- maxHeight: "304px",
46
46
  maxWidth
47
47
  },
48
48
  alt: "",
@@ -52,7 +52,7 @@ const VideoTile = ({
52
52
  "data-v": "4",
53
53
  "data-type": videoPlayer,
54
54
  "data-width": maxWidth,
55
- "data-height": "304px"
55
+ "data-height": "331px"
56
56
  }
57
57
  )
58
58
  }
@@ -81,7 +81,7 @@ const VideoTile = ({
81
81
  ) })
82
82
  ] })
83
83
  ] })
84
- ] });
84
+ ] }, id);
85
85
  };
86
86
  export {
87
87
  VideoTile
@@ -1,4 +1,4 @@
1
- export * from "./VideoInit";
2
- export * from "./VideoTile";
3
- export * from "./VideoTile.css";
4
- export * from "./VideoTile.interface";
1
+ export * from './VideoInit';
2
+ export * from './VideoTile';
3
+ export * from './VideoTile.css';
4
+ export * from './VideoTile.interface';
@@ -1,8 +1,10 @@
1
- import { FC } from "react";
2
- import { VideoTileInterface } from "../VideoTile";
1
+ import { VideoTileInterface } from '../VideoTile';
2
+ import { FC } from 'react';
3
+
3
4
  export interface VideoWrapperProps {
4
5
  videoTiles: VideoTileInterface[];
5
6
  backgroundColor?: string;
6
7
  title: string;
8
+ id: string;
7
9
  }
8
10
  export declare const VideoWrapper: FC<VideoWrapperProps>;
@@ -9,25 +9,34 @@ import { grid_3, grid_2 } from "./VideoWrapper.css.js";
9
9
  const VideoWrapper = ({
10
10
  title,
11
11
  videoTiles,
12
- backgroundColor
12
+ backgroundColor,
13
+ id
13
14
  }) => {
14
- return /* @__PURE__ */ jsx("div", { style: backgroundColor ? { backgroundColor } : {}, children: /* @__PURE__ */ jsxs("section", { children: [
15
- /* @__PURE__ */ jsx("div", { className: "section_header", children: /* @__PURE__ */ jsx("h2", { className: "header_1", children: title }) }),
16
- /* @__PURE__ */ jsx("div", { className: `${videoTiles.length % 3 === 0 ? grid_3 : grid_2}`, children: videoTiles == null ? void 0 : videoTiles.map((videoItem, index) => /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx(
17
- VideoTile,
18
- {
19
- id: videoItem.id,
20
- title: videoItem == null ? void 0 : videoItem.title,
21
- videoId: videoItem == null ? void 0 : videoItem.videoId,
22
- thumbnailImage: videoItem == null ? void 0 : videoItem.thumbnailImage,
23
- displayType: videoItem == null ? void 0 : videoItem.displayType,
24
- maxWidth: (videoItem == null ? void 0 : videoItem.maxWidth) || "588px",
25
- videoPlayer: videoItem.displayType,
26
- transcript: videoItem == null ? void 0 : videoItem.transcript
27
- },
28
- index
29
- ) })) })
30
- ] }) });
15
+ return /* @__PURE__ */ jsx(
16
+ "div",
17
+ {
18
+ id: `id_${id}`,
19
+ style: backgroundColor ? { backgroundColor } : {},
20
+ children: /* @__PURE__ */ jsxs("section", { children: [
21
+ /* @__PURE__ */ jsx("div", { className: "section_header", children: /* @__PURE__ */ jsx("h2", { className: "header_1", children: title }) }),
22
+ /* @__PURE__ */ jsx("div", { className: `${videoTiles.length % 3 === 0 ? grid_3 : grid_2}`, children: videoTiles == null ? void 0 : videoTiles.map((videoItem, index) => /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx(
23
+ VideoTile,
24
+ {
25
+ id: videoItem.id,
26
+ title: videoItem == null ? void 0 : videoItem.title,
27
+ videoId: videoItem == null ? void 0 : videoItem.videoId,
28
+ thumbnailImage: videoItem == null ? void 0 : videoItem.thumbnailImage,
29
+ displayType: videoItem == null ? void 0 : videoItem.displayType,
30
+ maxWidth: (videoItem == null ? void 0 : videoItem.maxWidth) || "588px",
31
+ videoPlayer: videoItem.displayType,
32
+ transcript: videoItem == null ? void 0 : videoItem.transcript
33
+ },
34
+ index
35
+ ) })) })
36
+ ] })
37
+ },
38
+ id
39
+ );
31
40
  };
32
41
  export {
33
42
  VideoWrapper
@@ -62,6 +62,7 @@
62
62
  color: var(--_1073cm8n);
63
63
  }
64
64
  ._1ye8k3ff {
65
+ margin-bottom: 1.5rem;
65
66
  font: 600 2.5rem / 1.25 var(--header-font-family);
66
67
  }
67
68
  ._1ye8k3fg {
@@ -80,9 +81,6 @@
80
81
  ._1ye8k3fj {
81
82
  color: var(--_1073cm8o);
82
83
  }
83
- ._1ye8k3f7 > h1 + p {
84
- margin-top: 1rem;
85
- }
86
84
  ._1ye8k3f7 p {
87
85
  font: 400 18px / 1.44 var(--main-font-family);
88
86
  letter-spacing: .2px;
@@ -98,7 +98,7 @@
98
98
  max-width: 1000px;
99
99
  }
100
100
  ._1r4ovbui > p {
101
- margin-top: 24px;
101
+ margin-top: 8px;
102
102
  }
103
103
  ._1r4ovbuk {
104
104
  background: var(--_1073cm84);