@axos-web-dev/shared-components 0.0.19 → 0.0.21

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 (46) hide show
  1. package/dist/ApyCalculator/index.js +27 -10
  2. package/dist/BulletItem/BulletItem.d.ts +1 -0
  3. package/dist/BulletItem/BulletItem.js +32 -5
  4. package/dist/Carousel/index.js +9 -7
  5. package/dist/Chevron/Chevron.css.d.ts +18 -0
  6. package/dist/ContentBanner/ContentBanner.interface.d.ts +1 -0
  7. package/dist/ContentBanner/index.js +6 -4
  8. package/dist/FooterDisclosure/FooterDisclosure.css.d.ts +0 -1
  9. package/dist/FooterDisclosure/FooterDisclosure.css.js +2 -4
  10. package/dist/FooterDisclosure/FooterDisclosure.js +8 -10
  11. package/dist/FooterDisclosure/index.js +1 -2
  12. package/dist/HeroBanner/index.js +1 -0
  13. package/dist/IconBillboard/IconBillboard.js +1 -1
  14. package/dist/ImageBillboard/ImageBillboard.css.d.ts +1 -0
  15. package/dist/ImageBillboard/ImageBillboard.css.js +2 -0
  16. package/dist/ImageBillboard/ImageBillboardSet.js +16 -11
  17. package/dist/ImageBillboard/index.js +2 -1
  18. package/dist/Modal/Modal.css.d.ts +1 -0
  19. package/dist/Modal/Modal.css.js +3 -1
  20. package/dist/Modal/Modal.js +45 -42
  21. package/dist/NavigationMenu/AxosAdvisor/index.js +202 -182
  22. package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +40 -40
  23. package/dist/NavigationMenu/AxosFiduciary/index.js +2 -2
  24. package/dist/SecondaryFooter/index.js +2 -1
  25. package/dist/SetContainer/SetContainer.js +3 -3
  26. package/dist/Table/Table.css.d.ts +1 -0
  27. package/dist/Table/Table.css.js +2 -0
  28. package/dist/Table/Table.d.ts +1 -1
  29. package/dist/Table/Table.interface.d.ts +1 -0
  30. package/dist/Table/Table.js +4 -2
  31. package/dist/Table/index.js +2 -1
  32. package/dist/TextBlock/TextBlock.d.ts +1 -0
  33. package/dist/TextBlock/TextBlock.js +1 -1
  34. package/dist/assets/ApyCalculator/ApyCalculator.css +11 -6
  35. package/dist/assets/Chevron/Chevron.css +12 -0
  36. package/dist/assets/FooterDisclosure/FooterDisclosure.css +4 -8
  37. package/dist/assets/HeroBanner/HeroBanner.css +2 -5
  38. package/dist/assets/ImageBillboard/ImageBillboard.css +25 -3
  39. package/dist/assets/Modal/Modal.css +5 -0
  40. package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +81 -82
  41. package/dist/assets/SetContainer/SetContainer.css +4 -1
  42. package/dist/assets/Table/Table.css +10 -0
  43. package/dist/assets/VideoWrapper/VideoWrapper.css +2 -0
  44. package/dist/main.js +5 -4
  45. package/dist/utils/validateExternalLinks.js +2 -3
  46. package/package.json +1 -1
@@ -13,11 +13,13 @@ import SubNavBar from "./SubNavBar.js";
13
13
  var define_process_env_default = {};
14
14
  function NavBar() {
15
15
  const [isOpenSignIn, setisOpenSignIn] = useState(false);
16
+ const [isOpenSignInToggle, setisOpenSignInToggle] = useState(false);
16
17
  const [isOpenMobile, setisOpenMobile] = useState(false);
17
18
  const [activeIndex, setActiveIndex] = useState();
18
19
  const [lastNavItem, setLastNavItem] = useState();
19
20
  const ref = useRef(null);
20
21
  const toggle = () => setisOpenSignIn(!isOpenSignIn);
22
+ const signInToggle = () => setisOpenSignInToggle(!isOpenSignInToggle);
21
23
  const mobileToggle = () => setisOpenMobile(!isOpenMobile);
22
24
  const handleClick = (index) => setActiveIndex(index);
23
25
  const [isOpenProducts, setisOpenProducts] = useState(false);
@@ -38,7 +40,7 @@ function NavBar() {
38
40
  useClickAway(ref, (e) => {
39
41
  var _a;
40
42
  if (((_a = e == null ? void 0 : e.target) == null ? void 0 : _a.tagName) !== "A") {
41
- setisOpenSignIn((_state) => false);
43
+ setisOpenSignIn(false);
42
44
  }
43
45
  });
44
46
  return /* @__PURE__ */ jsxs("header", { id: "header", children: [
@@ -99,8 +101,8 @@ function NavBar() {
99
101
  {
100
102
  src: "https://images.axos.com/o9ov1v03uwqk/31HAwvsRwUiiLXvlB7eGwz/275e33a478037ffac05f6e386dc24944/Vector.svg",
101
103
  alt: "",
102
- width: 110,
103
- height: 33
104
+ width: 140,
105
+ height: 50
104
106
  }
105
107
  ) }) }),
106
108
  /* @__PURE__ */ jsx("div", { className: styles.signin_wrap, children: /* @__PURE__ */ jsxs(
@@ -172,6 +174,7 @@ function NavBar() {
172
174
  role: "menu",
173
175
  "aria-expanded": isOpenSignIn,
174
176
  id: "signin-drop-menu",
177
+ style: { marginBottom: "10%" },
175
178
  children: [
176
179
  /* @__PURE__ */ jsxs("li", { role: "heading", children: [
177
180
  /* @__PURE__ */ jsx("span", { className: styles.signin_header, children: "Personal" }),
@@ -256,200 +259,217 @@ function NavBar() {
256
259
  }
257
260
  ) })
258
261
  ] }),
259
- /* @__PURE__ */ jsx("div", { className: styles.mobile_body, children: /* @__PURE__ */ jsxs("ul", { className: "list_unstyled", "aria-expanded": isOpenProducts, children: [
260
- /* @__PURE__ */ jsxs(
261
- "li",
262
- {
263
- className: `${styles.mobile_nav_item} ${styles.has_dropdown}`,
264
- id: "dd_1",
265
- children: [
266
- /* @__PURE__ */ jsxs(
267
- "a",
268
- {
269
- href: "#",
270
- onClick: toggleProducts,
271
- role: "button",
272
- className: clsx("flex_row", "between"),
273
- children: [
274
- "Products",
275
- /* @__PURE__ */ jsx(
276
- "span",
277
- {
278
- className: clsx(
279
- styles.icon_wrap,
280
- isOpenProducts && styles.open
281
- ),
282
- children: /* @__PURE__ */ jsx(
283
- "svg",
262
+ /* @__PURE__ */ jsx("div", { className: styles.mobile_body, children: /* @__PURE__ */ jsxs(
263
+ "ul",
264
+ {
265
+ className: "list_unstyled",
266
+ "aria-expanded": isOpenProducts,
267
+ style: { marginBottom: "20%" },
268
+ children: [
269
+ /* @__PURE__ */ jsxs(
270
+ "li",
271
+ {
272
+ className: `${styles.mobile_nav_item} ${styles.has_dropdown}`,
273
+ id: "dd_1",
274
+ children: [
275
+ /* @__PURE__ */ jsxs(
276
+ "a",
277
+ {
278
+ href: "#",
279
+ onClick: toggleProducts,
280
+ role: "button",
281
+ className: clsx("flex_row", "between"),
282
+ children: [
283
+ "Products",
284
+ /* @__PURE__ */ jsx(
285
+ "span",
284
286
  {
285
- xmlns: "http://www.w3.org/2000/svg",
286
- width: "24",
287
- height: "24",
288
- viewBox: "0 0 24 24",
289
- fill: "none",
287
+ className: clsx(
288
+ styles.icon_wrap,
289
+ isOpenProducts && styles.open
290
+ ),
290
291
  children: /* @__PURE__ */ jsx(
291
- "path",
292
+ "svg",
292
293
  {
293
- d: "M2.46875 7.76574L11.9991 17.2961L21.5294 7.76574L20.4687 6.70508L11.9991 15.1749L3.52941 6.70508L2.46875 7.76574Z",
294
- fill: "#4A5560"
294
+ xmlns: "http://www.w3.org/2000/svg",
295
+ width: "24",
296
+ height: "24",
297
+ viewBox: "0 0 24 24",
298
+ fill: "none",
299
+ children: /* @__PURE__ */ jsx(
300
+ "path",
301
+ {
302
+ d: "M2.46875 7.76574L11.9991 17.2961L21.5294 7.76574L20.4687 6.70508L11.9991 15.1749L3.52941 6.70508L2.46875 7.76574Z",
303
+ fill: "#4A5560"
304
+ }
305
+ )
295
306
  }
296
307
  )
297
308
  }
298
309
  )
299
- }
300
- )
301
- ]
302
- }
303
- ),
304
- /* @__PURE__ */ jsxs(
305
- "div",
306
- {
307
- className: clsx(styles.sub_menu, isOpenProducts && expand),
308
- children: [
309
- /* @__PURE__ */ jsx("a", { href: "/products", className: styles.main, role: "heading", children: "Products Home" }),
310
- /* @__PURE__ */ jsx(
311
- "a",
312
- {
313
- href: "/products/select-high-yield-money-market",
314
- role: "menuitem",
315
- children: "Select High Yield Money Market"
316
- }
317
- ),
318
- /* @__PURE__ */ jsx("a", { href: "/products/select-cds", role: "menuitem", children: "Select CDs" }),
319
- /* @__PURE__ */ jsx("a", { href: "/products/select-checking", role: "menuitem", children: "Select Checking" }),
320
- /* @__PURE__ */ jsx("a", { href: "/products/select-savings", role: "menuitem", children: "Select Savings" }),
321
- /* @__PURE__ */ jsx("a", { href: "/products/business-banking", role: "menuitem", children: "Business Banking" }),
322
- /* @__PURE__ */ jsx("a", { href: "/products/mortgage", role: "menuitem", children: "Mortgage" }),
323
- /* @__PURE__ */ jsx(
324
- "a",
325
- {
326
- href: "/products/premier-world-checking-and-savings",
327
- className: styles.main,
328
- role: "heading",
329
- children: "Private Client"
330
- }
331
- ),
332
- /* @__PURE__ */ jsx(
333
- "a",
334
- {
335
- href: "/products/premier-private-client-banking",
336
- role: "menuitem",
337
- children: "Advisor Private Client Banking"
338
- }
339
- ),
340
- /* @__PURE__ */ jsx("a", { href: "/products/insureguard-for-advisor", role: "menuitem", children: "InsureGuard+" }),
341
- /* @__PURE__ */ jsx(
342
- "a",
343
- {
344
- href: "/products/premier-world-checking-and-savings",
345
- role: "menuitem",
346
- children: "Advisor World Checking and Savings"
347
- }
348
- )
349
- ]
350
- }
351
- )
352
- ]
353
- }
354
- ),
355
- /* @__PURE__ */ jsx("li", { className: `${styles.mobile_nav_item}`, id: "dd_2", children: /* @__PURE__ */ jsx(
356
- "a",
357
- {
358
- href: "/find-your-advisor",
359
- role: "button",
360
- className: `flex_row between ${styles.btn}`,
361
- children: "Find Your Advisor"
362
- }
363
- ) }),
364
- /* @__PURE__ */ jsx("li", { className: `${styles.mobile_nav_item}`, children: /* @__PURE__ */ jsx("a", { href: "/rias", role: "button", className: "flex_row between", children: "RIAs" }) }),
365
- /* @__PURE__ */ jsx("li", { className: `${styles.mobile_nav_item}`, children: /* @__PURE__ */ jsx(
366
- "a",
367
- {
368
- href: "/resources",
369
- role: "button",
370
- className: "flex_row between",
371
- children: "Resources"
372
- }
373
- ) }),
374
- /* @__PURE__ */ jsx("li", { className: `${styles.mobile_nav_item}`, children: /* @__PURE__ */ jsx(
375
- "a",
376
- {
377
- href: "/contact-us",
378
- role: "button",
379
- className: "flex_row between",
380
- children: "Contact Us"
381
- }
382
- ) }),
383
- /* @__PURE__ */ jsxs(
384
- "li",
385
- {
386
- className: `${styles.mobile_nav_item} ${styles.has_dropdown}`,
387
- id: "dd_2",
388
- children: [
389
- /* @__PURE__ */ jsxs(
390
- "a",
391
- {
392
- href: "#",
393
- role: "button",
394
- className: `flex_row between ${styles.btn}`,
395
- onClick: toggle,
396
- children: [
397
- "Sign In",
398
- /* @__PURE__ */ jsx(
399
- "span",
400
- {
401
- className: clsx(
402
- styles.icon_wrap,
403
- isOpenSignIn && styles.open
310
+ ]
311
+ }
312
+ ),
313
+ /* @__PURE__ */ jsxs(
314
+ "div",
315
+ {
316
+ className: clsx(styles.sub_menu, isOpenProducts && expand),
317
+ children: [
318
+ /* @__PURE__ */ jsx("a", { href: "/products", className: styles.main, role: "heading", children: "Products Home" }),
319
+ /* @__PURE__ */ jsx(
320
+ "a",
321
+ {
322
+ href: "/products/select-high-yield-money-market",
323
+ role: "menuitem",
324
+ children: "Select High Yield Money Market"
325
+ }
326
+ ),
327
+ /* @__PURE__ */ jsx("a", { href: "/products/select-cds", role: "menuitem", children: "Select CDs" }),
328
+ /* @__PURE__ */ jsx("a", { href: "/products/select-checking", role: "menuitem", children: "Select Checking" }),
329
+ /* @__PURE__ */ jsx("a", { href: "/products/select-savings", role: "menuitem", children: "Select Savings" }),
330
+ /* @__PURE__ */ jsx("a", { href: "/products/business-banking", role: "menuitem", children: "Business Banking" }),
331
+ /* @__PURE__ */ jsx("a", { href: "/products/mortgage", role: "menuitem", children: "Mortgage" }),
332
+ /* @__PURE__ */ jsx(
333
+ "a",
334
+ {
335
+ href: "/products/premier-world-checking-and-savings",
336
+ className: styles.main,
337
+ role: "heading",
338
+ children: "Private Client"
339
+ }
404
340
  ),
405
- children: /* @__PURE__ */ jsx(
406
- "svg",
341
+ /* @__PURE__ */ jsx(
342
+ "a",
343
+ {
344
+ href: "/products/premier-private-client-banking",
345
+ role: "menuitem",
346
+ children: "Advisor Private Client Banking"
347
+ }
348
+ ),
349
+ /* @__PURE__ */ jsx("a", { href: "/products/insureguard-for-advisor", role: "menuitem", children: "InsureGuard+" }),
350
+ /* @__PURE__ */ jsx(
351
+ "a",
352
+ {
353
+ href: "/products/premier-world-checking-and-savings",
354
+ role: "menuitem",
355
+ children: "Advisor World Checking and Savings"
356
+ }
357
+ )
358
+ ]
359
+ }
360
+ )
361
+ ]
362
+ }
363
+ ),
364
+ /* @__PURE__ */ jsx("li", { className: `${styles.mobile_nav_item}`, id: "dd_2", children: /* @__PURE__ */ jsx(
365
+ "a",
366
+ {
367
+ href: "/find-your-advisor",
368
+ role: "button",
369
+ className: `flex_row between ${styles.btn}`,
370
+ children: "Find Your Advisor"
371
+ }
372
+ ) }),
373
+ /* @__PURE__ */ jsx("li", { className: `${styles.mobile_nav_item}`, children: /* @__PURE__ */ jsx("a", { href: "/rias", role: "button", className: "flex_row between", children: "RIAs" }) }),
374
+ /* @__PURE__ */ jsx("li", { className: `${styles.mobile_nav_item}`, children: /* @__PURE__ */ jsx(
375
+ "a",
376
+ {
377
+ href: "/resources",
378
+ role: "button",
379
+ className: "flex_row between",
380
+ children: "Resources"
381
+ }
382
+ ) }),
383
+ /* @__PURE__ */ jsx("li", { className: `${styles.mobile_nav_item}`, children: /* @__PURE__ */ jsx(
384
+ "a",
385
+ {
386
+ href: "/contact-us",
387
+ role: "button",
388
+ className: "flex_row between",
389
+ children: "Contact Us"
390
+ }
391
+ ) }),
392
+ /* @__PURE__ */ jsxs(
393
+ "li",
394
+ {
395
+ className: `${styles.mobile_nav_item} ${styles.has_dropdown}`,
396
+ id: "dd_2",
397
+ children: [
398
+ /* @__PURE__ */ jsxs(
399
+ "a",
400
+ {
401
+ href: "#",
402
+ role: "button",
403
+ className: `flex_row between ${styles.btn}`,
404
+ onClick: signInToggle,
405
+ children: [
406
+ "Sign In",
407
+ /* @__PURE__ */ jsx(
408
+ "span",
407
409
  {
408
- xmlns: "http://www.w3.org/2000/svg",
409
- width: "24",
410
- height: "24",
411
- viewBox: "0 0 24 24",
412
- fill: "none",
410
+ className: clsx(
411
+ styles.icon_wrap,
412
+ isOpenSignInToggle && styles.open
413
+ ),
413
414
  children: /* @__PURE__ */ jsx(
414
- "path",
415
+ "svg",
415
416
  {
416
- d: "M2.46875 7.76574L11.9991 17.2961L21.5294 7.76574L20.4687 6.70508L11.9991 15.1749L3.52941 6.70508L2.46875 7.76574Z",
417
- fill: "#4A5560"
417
+ xmlns: "http://www.w3.org/2000/svg",
418
+ width: "24",
419
+ height: "24",
420
+ viewBox: "0 0 24 24",
421
+ fill: "none",
422
+ children: /* @__PURE__ */ jsx(
423
+ "path",
424
+ {
425
+ d: "M2.46875 7.76574L11.9991 17.2961L21.5294 7.76574L20.4687 6.70508L11.9991 15.1749L3.52941 6.70508L2.46875 7.76574Z",
426
+ fill: "#4A5560"
427
+ }
428
+ )
418
429
  }
419
430
  )
420
431
  }
421
432
  )
422
- }
423
- )
424
- ]
425
- }
426
- ),
427
- /* @__PURE__ */ jsxs("div", { className: clsx(styles.sub_menu, isOpenSignIn && expand), children: [
428
- /* @__PURE__ */ jsx("span", { className: styles.main, role: "heading", children: "Personal" }),
429
- /* @__PURE__ */ jsx(
430
- "a",
431
- {
432
- href: `https://onlinebanking.uat.axsobank.com/auth/login`,
433
- role: "menuitem",
434
- children: "Account Login"
435
- }
436
- ),
437
- /* @__PURE__ */ jsx("span", { className: styles.main, role: "heading", children: "Business" }),
438
- /* @__PURE__ */ jsx(
439
- "a",
440
- {
441
- href: "https://www.netteller.com/axosbank",
442
- role: "menuitem",
443
- children: "Business Banking Login"
444
- }
445
- ),
446
- /* @__PURE__ */ jsx("span", { className: styles.main, role: "heading", children: "Advisors" }),
447
- /* @__PURE__ */ jsx("a", { href: "https://arms.axosadvisor.com/", role: "menuitem", children: "Advisors Login" })
448
- ] })
449
- ]
450
- }
451
- )
452
- ] }) }),
433
+ ]
434
+ }
435
+ ),
436
+ /* @__PURE__ */ jsxs(
437
+ "div",
438
+ {
439
+ className: clsx(
440
+ styles.sub_menu,
441
+ isOpenSignInToggle && expand
442
+ ),
443
+ children: [
444
+ /* @__PURE__ */ jsx("span", { className: styles.main, role: "heading", children: "Personal" }),
445
+ /* @__PURE__ */ jsx(
446
+ "a",
447
+ {
448
+ href: `https://onlinebanking.axsobank.com/auth/login`,
449
+ role: "menuitem",
450
+ children: "Account Login"
451
+ }
452
+ ),
453
+ /* @__PURE__ */ jsx("span", { className: styles.main, role: "heading", children: "Business" }),
454
+ /* @__PURE__ */ jsx(
455
+ "a",
456
+ {
457
+ href: "https://www.netteller.com/axosbank",
458
+ role: "menuitem",
459
+ children: "Business Banking Login"
460
+ }
461
+ ),
462
+ /* @__PURE__ */ jsx("span", { className: styles.main, role: "heading", children: "Advisors" }),
463
+ /* @__PURE__ */ jsx("a", { href: "https://arms.axosadvisor.com/", role: "menuitem", children: "Advisors Login" })
464
+ ]
465
+ }
466
+ )
467
+ ]
468
+ }
469
+ )
470
+ ]
471
+ }
472
+ ) }),
453
473
  /* @__PURE__ */ jsx("div", { className: styles.mobile_footer, children: /* @__PURE__ */ jsxs("div", { className: "flex_row between", children: [
454
474
  /* @__PURE__ */ jsxs(
455
475
  "div",
@@ -1,43 +1,43 @@
1
- const header = "_header_1witk_1";
2
- const wrapper = "_wrapper_1witk_5";
3
- const header_main_row = "_header_main_row_1witk_11";
4
- const mobile_header = "_mobile_header_1witk_12";
5
- const logo_wrap = "_logo_wrap_1witk_18";
6
- const primary_links = "_primary_links_1witk_22";
7
- const main_nav = "_main_nav_1witk_26";
8
- const main_nav_link = "_main_nav_link_1witk_33";
9
- const sub_nav_link = "_sub_nav_link_1witk_55";
10
- const signin_wrap = "_signin_wrap_1witk_57";
11
- const signin_btn = "_signin_btn_1witk_58";
12
- const sub_nav = "_sub_nav_1witk_55";
13
- const header_sub_row = "_header_sub_row_1witk_99";
14
- const shadow = "_shadow_1witk_115";
15
- const opacity = "_opacity_1witk_131";
16
- const fadeInDown = "_fadeInDown_1witk_1";
17
- const footer = "_footer_1witk_137";
18
- const open = "_open_1witk_153";
19
- const mt_8 = "_mt_8_1witk_161";
20
- const mt_16 = "_mt_16_1witk_165";
21
- const ml_8 = "_ml_8_1witk_169";
22
- const reversed_row = "_reversed_row_1witk_173";
23
- const nav_anchor = "_nav_anchor_1witk_177";
24
- const site_lists = "_site_lists_1witk_188";
25
- const hamburger = "_hamburger_1witk_192";
26
- const mobile_logo = "_mobile_logo_1witk_206";
27
- const mobile_nav = "_mobile_nav_1witk_229";
28
- const mobile_opened = "_mobile_opened_1witk_241";
29
- const mobile_nav_item = "_mobile_nav_item_1witk_245";
30
- const icon_wrap = "_icon_wrap_1witk_260";
31
- const mobile_footer = "_mobile_footer_1witk_265";
32
- const mobile_footer_content = "_mobile_footer_content_1witk_271";
33
- const mobile_footer_media = "_mobile_footer_media_1witk_285";
34
- const footer_cta = "_footer_cta_1witk_292";
35
- const inner_wrapper = "_inner_wrapper_1witk_324";
36
- const btn = "_btn_1witk_328";
37
- const sub_menu = "_sub_menu_1witk_333";
38
- const main = "_main_1witk_26";
39
- const desktop_only = "_desktop_only_1witk_362";
40
- const mobile_only = "_mobile_only_1witk_409";
1
+ const header = "_header_65wbl_1";
2
+ const wrapper = "_wrapper_65wbl_5";
3
+ const header_main_row = "_header_main_row_65wbl_11";
4
+ const mobile_header = "_mobile_header_65wbl_12";
5
+ const logo_wrap = "_logo_wrap_65wbl_18";
6
+ const primary_links = "_primary_links_65wbl_22";
7
+ const main_nav = "_main_nav_65wbl_26";
8
+ const main_nav_link = "_main_nav_link_65wbl_33";
9
+ const sub_nav_link = "_sub_nav_link_65wbl_55";
10
+ const signin_wrap = "_signin_wrap_65wbl_57";
11
+ const signin_btn = "_signin_btn_65wbl_58";
12
+ const sub_nav = "_sub_nav_65wbl_55";
13
+ const header_sub_row = "_header_sub_row_65wbl_99";
14
+ const shadow = "_shadow_65wbl_115";
15
+ const opacity = "_opacity_65wbl_131";
16
+ const fadeInDown = "_fadeInDown_65wbl_1";
17
+ const footer = "_footer_65wbl_137";
18
+ const open = "_open_65wbl_153";
19
+ const mt_8 = "_mt_8_65wbl_161";
20
+ const mt_16 = "_mt_16_65wbl_165";
21
+ const ml_8 = "_ml_8_65wbl_169";
22
+ const reversed_row = "_reversed_row_65wbl_173";
23
+ const nav_anchor = "_nav_anchor_65wbl_177";
24
+ const site_lists = "_site_lists_65wbl_188";
25
+ const hamburger = "_hamburger_65wbl_192";
26
+ const mobile_logo = "_mobile_logo_65wbl_206";
27
+ const mobile_nav = "_mobile_nav_65wbl_229";
28
+ const mobile_opened = "_mobile_opened_65wbl_241";
29
+ const mobile_nav_item = "_mobile_nav_item_65wbl_245";
30
+ const icon_wrap = "_icon_wrap_65wbl_260";
31
+ const mobile_footer = "_mobile_footer_65wbl_265";
32
+ const mobile_footer_content = "_mobile_footer_content_65wbl_271";
33
+ const mobile_footer_media = "_mobile_footer_media_65wbl_285";
34
+ const footer_cta = "_footer_cta_65wbl_292";
35
+ const inner_wrapper = "_inner_wrapper_65wbl_324";
36
+ const btn = "_btn_65wbl_328";
37
+ const sub_menu = "_sub_menu_65wbl_333";
38
+ const main = "_main_65wbl_26";
39
+ const desktop_only = "_desktop_only_65wbl_362";
40
+ const mobile_only = "_mobile_only_65wbl_409";
41
41
  const styles = {
42
42
  header,
43
43
  wrapper,
@@ -85,8 +85,8 @@ const NavBarAFS = () => {
85
85
  {
86
86
  src: "//images.axos.com/o9ov1v03uwqk/70DeSnNiwKxnnpoNEmdHYc/c89285e7f92b31397b49e09ddb9ea14d/afs-logo-mobile.svg",
87
87
  alt: "",
88
- width: 113,
89
- height: 58
88
+ width: 140,
89
+ height: 50
90
90
  }
91
91
  ) })
92
92
  ] }) }) }),
@@ -1,9 +1,10 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
+ import { Hyperlink } from "../Hyperlink/index.js";
2
3
  import clsx from "clsx";
3
4
  import { secondary_footer, footer_items_wrapper, footer_item, footer_link } from "./SecondaryFooter.css.js";
4
5
  const SecondaryFooter = (props) => {
5
6
  const { items } = props;
6
- return /* @__PURE__ */ jsx("div", { className: clsx(secondary_footer, "containment section_spacer"), children: /* @__PURE__ */ jsx("div", { className: footer_items_wrapper, children: items == null ? void 0 : items.map((item) => /* @__PURE__ */ jsx("div", { className: footer_item, children: /* @__PURE__ */ jsx("a", { href: item.targetURL, className: footer_link, "aria-label": "", children: item.displayText }) }, item.id)) }) });
7
+ return /* @__PURE__ */ jsx("div", { className: clsx(secondary_footer, "containment section_spacer"), children: /* @__PURE__ */ jsx("div", { className: footer_items_wrapper, children: items == null ? void 0 : items.map((item) => /* @__PURE__ */ jsx("div", { className: footer_item, children: /* @__PURE__ */ jsx(Hyperlink, { targetUrl: item.targetURL, className: footer_link, children: item.displayText }) }, item.id)) }) });
7
8
  };
8
9
  export {
9
10
  SecondaryFooter
@@ -12,7 +12,7 @@ import "../Accordion/Accordion.css.js";
12
12
  import "../AlertBanner/AlertBanner.css.js";
13
13
  import "../Modal/contextApi/store.js";
14
14
  import { getVariant } from "../utils/getVariant.js";
15
- import "clsx";
15
+ import clsx from "clsx";
16
16
  import "react";
17
17
  import "../Button/Button.css.js";
18
18
  import "react-use";
@@ -54,7 +54,7 @@ const SetContainer = ({
54
54
  }) => {
55
55
  const billboard_variant = getVariant(variant);
56
56
  return /* @__PURE__ */ jsxs("section", { className: `containment section_spacer`, children: [
57
- /* @__PURE__ */ jsxs("div", { className: section_text, children: [
57
+ (headline || bodyCopy) && /* @__PURE__ */ jsxs("div", { className: section_text, children: [
58
58
  headline && /* @__PURE__ */ jsx(
59
59
  "h2",
60
60
  {
@@ -65,7 +65,7 @@ const SetContainer = ({
65
65
  bodyCopy && /* @__PURE__ */ jsx(Fragment, { children: bodyCopy })
66
66
  ] }),
67
67
  /* @__PURE__ */ jsx("div", { className: `${inline_container}`, children }),
68
- additionalDetails && /* @__PURE__ */ jsx("div", { className: section_text, children: /* @__PURE__ */ jsx(Fragment, { children: additionalDetails }) })
68
+ additionalDetails && /* @__PURE__ */ jsx("div", { className: clsx(section_text, "push_up_32"), children: /* @__PURE__ */ jsx(Fragment, { children: additionalDetails }) })
69
69
  ] }, id);
70
70
  };
71
71
  export {
@@ -158,3 +158,4 @@ export declare const table: import('@vanilla-extract/recipes').RuntimeFn<{
158
158
  }>;
159
159
  export declare const alternate_color_rows: string;
160
160
  export declare const apy_table: string;
161
+ export declare const table_description_text: string;
@@ -16,6 +16,7 @@ var tableWrapper = createRuntimeFn({ defaultClassName: "_1nivbwer", variantClass
16
16
  var table = createRuntimeFn({ defaultClassName: "_1nivbwew", variantClassNames: { variant: { primary: "_1nivbwex", secondary: "_1nivbwey", tertiary: "_1nivbwez", quaternary: "_1nivbwe10" } }, defaultVariants: {}, compoundVariants: [] });
17
17
  var alternate_color_rows = "_1nivbwe11";
18
18
  var apy_table = "_1nivbwe12";
19
+ var table_description_text = "_1nivbwe13 _1nivbwe3";
19
20
  export {
20
21
  alternate_color_rows,
21
22
  apy_table,
@@ -28,6 +29,7 @@ export {
28
29
  tableWrapper,
29
30
  table_container,
30
31
  table_container_text,
32
+ table_description_text,
31
33
  table_headline,
32
34
  td,
33
35
  th
@@ -1,7 +1,7 @@
1
1
  import { CellProps, RowProps, TableContainerProps, TableProps } from './Table.interface';
2
2
  import { PropsWithChildren } from 'react';
3
3
 
4
- export declare const TableContainer: ({ tableTitle, tableBody, tableFooter, tableType, }: TableContainerProps) => import("react/jsx-runtime").JSX.Element;
4
+ export declare const TableContainer: ({ tableTitle, tableBody, tableFooter, tableType, tableDescription, }: TableContainerProps) => import("react/jsx-runtime").JSX.Element;
5
5
  export declare const Table: ({ variant, children, highlight, tableType, alternateColorRows, }: TableProps) => import("react/jsx-runtime").JSX.Element;
6
6
  export declare const TableRow: ({ children, ...props }: RowProps) => import("react/jsx-runtime").JSX.Element;
7
7
  export declare const TableHead: ({ children }: PropsWithChildren) => import("react/jsx-runtime").JSX.Element;
@@ -19,4 +19,5 @@ export interface TableContainerProps extends PropsWithChildren {
19
19
  tableBody?: ReactNode | string;
20
20
  tableFooter: ReactNode | string;
21
21
  tableType?: string;
22
+ tableDescription?: ReactNode | string;
22
23
  }