@axos-web-dev/shared-components 0.0.107 → 0.0.108

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 (58) hide show
  1. package/dist/ATMLocator/ATMLocator.js +4 -3
  2. package/dist/Accordion/Accordion.css.d.ts +9 -9
  3. package/dist/Blockquote/index.js +1 -2
  4. package/dist/Button/Button.js +4 -3
  5. package/dist/Calculators/Calculator.js +4 -3
  6. package/dist/Carousel/index.js +4 -3
  7. package/dist/Chevron/index.js +4 -3
  8. package/dist/Comparison/Comparison.js +4 -3
  9. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +4 -3
  10. package/dist/Forms/ContactUsBusiness.js +4 -3
  11. package/dist/Forms/ContactUsNMLSId.js +4 -3
  12. package/dist/Forms/EmailOnly.js +4 -3
  13. package/dist/Forms/SalesforceFieldsForm.d.ts +1 -0
  14. package/dist/Forms/ScheduleCall.js +1 -4
  15. package/dist/Forms/SuccesForm.js +4 -3
  16. package/dist/Hyperlink/index.js +4 -3
  17. package/dist/ImageLink/ImageLink.js +4 -3
  18. package/dist/ImageLink/ImageLinkSet.js +4 -3
  19. package/dist/ImageLink/index.js +4 -3
  20. package/dist/Input/Checkbox.d.ts +1 -1
  21. package/dist/Input/InputProps.d.ts +0 -6
  22. package/dist/Insight/Featured/CategorySelector.css.d.ts +8 -0
  23. package/dist/Insight/Featured/CategorySelector.css.js +23 -0
  24. package/dist/Insight/Featured/CategorySelector.d.ts +13 -0
  25. package/dist/Insight/Featured/CategorySelector.js +157 -0
  26. package/dist/Insight/Featured/Featured.css.d.ts +13 -0
  27. package/dist/Insight/Featured/Featured.css.js +30 -0
  28. package/dist/Insight/Featured/Featured.d.ts +25 -0
  29. package/dist/Insight/Featured/Featured.js +179 -0
  30. package/dist/Insight/Featured/index.d.ts +3 -0
  31. package/dist/Insight/Featured/index.js +22 -0
  32. package/dist/Insight/index.d.ts +1 -0
  33. package/dist/Insight/index.js +22 -0
  34. package/dist/Modal/Modal.js +4 -3
  35. package/dist/NavigationMenu/AxosBank/SubNavBar.js +5 -4
  36. package/dist/NavigationMenu/AxosBank/index.js +41 -103
  37. package/dist/NavigationMenu/AxosClearing/SubNavBar.js +5 -6
  38. package/dist/NavigationMenu/AxosClearing/index.js +17 -20
  39. package/dist/PageNavSet/PageNavSet.js +6 -1
  40. package/dist/SetContainer/SetContainer.js +4 -3
  41. package/dist/Table/Table.d.ts +13 -13
  42. package/dist/VideoTile/VideoInit.js +1 -2
  43. package/dist/VideoWrapper/index.js +0 -1
  44. package/dist/assets/Insight/Featured/CategorySelector.css +55 -0
  45. package/dist/assets/Insight/Featured/Featured.css +87 -0
  46. package/dist/main.d.ts +1 -0
  47. package/dist/main.js +20 -0
  48. package/package.json +1 -1
  49. package/dist/Input/DatePicker.css.d.ts +0 -1
  50. package/dist/Input/DatePicker.css.js +0 -6
  51. package/dist/Input/Datepicker.d.ts +0 -3
  52. package/dist/Input/Datepicker.js +0 -47
  53. package/dist/Input/InputDate.css.d.ts +0 -6
  54. package/dist/Input/InputDate.css.js +0 -15
  55. package/dist/Input/InputDate.d.ts +0 -3
  56. package/dist/Input/InputDate.js +0 -47
  57. package/dist/assets/Input/DatePicker.css +0 -95
  58. package/dist/assets/Input/InputDate.css +0 -39
@@ -5,8 +5,6 @@ import "../../Button/Button.css.js";
5
5
  import { useState, useRef, useEffect } from "react";
6
6
  import { useClickAway } from "react-use";
7
7
  import clsx from "clsx";
8
- import Image from "next/image.js";
9
- import Link from "next/link.js";
10
8
  import { NavItem } from "../NavItem/index.js";
11
9
  import { Sign_in_btn, expand } from "./NavBar.css.js";
12
10
  import styles from "./NavBar.module.js";
@@ -51,13 +49,12 @@ function NavBar() {
51
49
  /* @__PURE__ */ jsx("div", { className: `${styles.header} bg_white`, children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.header_main_row} flex_row between middle`, children: [
52
50
  /* @__PURE__ */ jsx("div", { className: `${styles.desktop_only} flex_row middle`, children: /* @__PURE__ */ jsxs("div", { className: `${styles.main_nav} flex_row middle`, children: [
53
51
  /* @__PURE__ */ jsx("div", { className: styles.logo_wrap, children: /* @__PURE__ */ jsx("a", { href: "/", "aria-label": "return to axos bank homepage", children: /* @__PURE__ */ jsx(
54
- Image,
52
+ "img",
55
53
  {
56
54
  src: "https://images.axos.com/o9ov1v03uwqk/5U9tBksbV0cyAlGKCFPOpz/94bb95c035236ce1dc24f376e3909a4b/axos-logo-nav.svg",
57
55
  alt: "",
58
56
  width: 137,
59
- height: 30,
60
- priority: true
57
+ height: 30
61
58
  }
62
59
  ) }) }),
63
60
  /* @__PURE__ */ jsx("nav", { className: styles.primary_links, children: /* @__PURE__ */ jsx("ul", { className: "list_unstyled flex_row middle", role: "menu", children: navItems.map(
@@ -101,8 +98,8 @@ function NavBar() {
101
98
  )
102
99
  }
103
100
  ),
104
- /* @__PURE__ */ jsx("div", { className: `${styles.mobile_only} ${styles.mobile_logo}`, children: /* @__PURE__ */ jsx(Link, { href: "/", "aria-label": "return to axos bank homepage", children: /* @__PURE__ */ jsx(
105
- Image,
101
+ /* @__PURE__ */ jsx("div", { className: `${styles.mobile_only} ${styles.mobile_logo}`, children: /* @__PURE__ */ jsx("a", { href: "/", "aria-label": "return to axos bank homepage", children: /* @__PURE__ */ jsx(
102
+ "img",
106
103
  {
107
104
  src: "https://images.axos.com/o9ov1v03uwqk/5U9tBksbV0cyAlGKCFPOpz/94bb95c035236ce1dc24f376e3909a4b/axos-logo-nav.svg",
108
105
  alt: "",
@@ -181,17 +178,10 @@ function NavBar() {
181
178
  id: "signin-drop-menu",
182
179
  children: [
183
180
  /* @__PURE__ */ jsxs("li", { role: "heading", children: [
184
- /* @__PURE__ */ jsx(
185
- Link,
186
- {
187
- className: styles.signin_header,
188
- href: `/personal`,
189
- children: "Personal"
190
- }
191
- ),
181
+ /* @__PURE__ */ jsx("a", { className: styles.signin_header, href: `/personal`, children: "Personal" }),
192
182
  /* @__PURE__ */ jsxs("ul", { className: "list_unstyled", children: [
193
183
  /* @__PURE__ */ jsx("li", { className: styles.signin_subheader, children: /* @__PURE__ */ jsx(
194
- Link,
184
+ "a",
195
185
  {
196
186
  href: `https://onlinebanking.axosbank.com/auth/Login`,
197
187
  role: "menuitem",
@@ -199,7 +189,7 @@ function NavBar() {
199
189
  }
200
190
  ) }),
201
191
  /* @__PURE__ */ jsx("li", { className: styles.signin_subheader, children: /* @__PURE__ */ jsx(
202
- Link,
192
+ "a",
203
193
  {
204
194
  href: `https://loanpayment.axosbank.com`,
205
195
  role: "menuitem",
@@ -209,30 +199,23 @@ function NavBar() {
209
199
  ] })
210
200
  ] }),
211
201
  /* @__PURE__ */ jsxs("li", { role: "heading", children: [
212
- /* @__PURE__ */ jsx(
213
- Link,
214
- {
215
- className: styles.signin_header,
216
- href: `/business`,
217
- children: "Business"
218
- }
219
- ),
202
+ /* @__PURE__ */ jsx("a", { className: styles.signin_header, href: `/business`, children: "Business" }),
220
203
  /* @__PURE__ */ jsxs("ul", { className: "list_unstyled", children: [
221
- /* @__PURE__ */ jsx("li", { className: styles.signin_subheader, children: /* @__PURE__ */ jsx(Link, { href: "/business/login", role: "menuitem", children: "Business Banking Login" }) }),
204
+ /* @__PURE__ */ jsx("li", { className: styles.signin_subheader, children: /* @__PURE__ */ jsx("a", { href: "/business/login", role: "menuitem", children: "Business Banking Login" }) }),
222
205
  /* @__PURE__ */ jsx("li", { className: styles.signin_subheader, children: /* @__PURE__ */ jsx(
223
- Link,
206
+ "a",
224
207
  {
225
208
  href: "/business/MWA-business-banking",
226
209
  role: "menuitem",
227
210
  children: "MWA Business Banking"
228
211
  }
229
212
  ) }),
230
- /* @__PURE__ */ jsx("li", { className: styles.signin_subheader, children: /* @__PURE__ */ jsx(Link, { href: "/commercial-portal", role: "menuitem", children: "Commercial Portal" }) })
213
+ /* @__PURE__ */ jsx("li", { className: styles.signin_subheader, children: /* @__PURE__ */ jsx("a", { href: "/commercial-portal", role: "menuitem", children: "Commercial Portal" }) })
231
214
  ] })
232
215
  ] }),
233
216
  /* @__PURE__ */ jsxs("li", { role: "heading", children: [
234
217
  /* @__PURE__ */ jsx(
235
- Link,
218
+ "a",
236
219
  {
237
220
  href: `/partners`,
238
221
  className: `${styles.signin_header}`,
@@ -241,7 +224,7 @@ function NavBar() {
241
224
  ),
242
225
  /* @__PURE__ */ jsxs("ul", { className: "list_unstyled", children: [
243
226
  /* @__PURE__ */ jsx("li", { className: styles.signin_subheader, children: /* @__PURE__ */ jsx(
244
- Link,
227
+ "a",
245
228
  {
246
229
  href: "https://thirdpartylending.axosbank.com/index",
247
230
  role: "menuitem",
@@ -249,7 +232,7 @@ function NavBar() {
249
232
  }
250
233
  ) }),
251
234
  /* @__PURE__ */ jsx("li", { className: styles.signin_subheader, children: /* @__PURE__ */ jsx(
252
- Link,
235
+ "a",
253
236
  {
254
237
  href: "https://arms.axosadvisor.com/",
255
238
  role: "menuitem",
@@ -263,8 +246,8 @@ function NavBar() {
263
246
  {
264
247
  className: `${styles.signin_subheader} ${styles.signin_footer} relative`,
265
248
  children: [
266
- /* @__PURE__ */ jsx(Link, { href: "/customer-support", role: "menuitem", children: "Customer Support" }),
267
- /* @__PURE__ */ jsx(Link, { href: "/return-to-application", role: "menuitem", children: "Return to Application" })
249
+ /* @__PURE__ */ jsx("a", { href: "/customer-support", role: "menuitem", children: "Customer Support" }),
250
+ /* @__PURE__ */ jsx("a", { href: "/return-to-application", role: "menuitem", children: "Return to Application" })
268
251
  ]
269
252
  }
270
253
  )
@@ -361,19 +344,11 @@ function NavBar() {
361
344
  {
362
345
  className: clsx(styles.sub_menu, isOpenProducts1 && expand),
363
346
  children: [
364
- /* @__PURE__ */ jsx(
365
- Link,
366
- {
367
- href: "/personal",
368
- className: styles.main,
369
- role: "heading",
370
- children: "Personal Home"
371
- }
372
- ),
373
- /* @__PURE__ */ jsx(Link, { href: "/personal", role: "menuitem", children: "Bank" }),
374
- /* @__PURE__ */ jsx(Link, { href: "/personal/borrow", role: "menuitem", children: "Borrow" }),
375
- /* @__PURE__ */ jsx(Link, { href: "https://www.axos.com/invest", role: "menuitem", children: "Invest" }),
376
- /* @__PURE__ */ jsx(Link, { href: "/personal/plan", role: "menuitem", children: "Plan" })
347
+ /* @__PURE__ */ jsx("a", { href: "/personal", className: styles.main, role: "heading", children: "Personal Home" }),
348
+ /* @__PURE__ */ jsx("a", { href: "/personal", role: "menuitem", children: "Bank" }),
349
+ /* @__PURE__ */ jsx("a", { href: "/personal/borrow", role: "menuitem", children: "Borrow" }),
350
+ /* @__PURE__ */ jsx("a", { href: "https://www.axos.com/invest", role: "menuitem", children: "Invest" }),
351
+ /* @__PURE__ */ jsx("a", { href: "/personal/plan", role: "menuitem", children: "Plan" })
377
352
  ]
378
353
  }
379
354
  )
@@ -429,25 +404,10 @@ function NavBar() {
429
404
  {
430
405
  className: clsx(styles.sub_menu, isOpenProducts2 && expand),
431
406
  children: [
432
- /* @__PURE__ */ jsx(
433
- Link,
434
- {
435
- href: "/business",
436
- className: styles.main,
437
- role: "heading",
438
- children: "Business Home"
439
- }
440
- ),
441
- /* @__PURE__ */ jsx(
442
- Link,
443
- {
444
- href: "/business/small-business-banking",
445
- role: "menuitem",
446
- children: "Small Business Banking"
447
- }
448
- ),
449
- /* @__PURE__ */ jsx(Link, { href: "/business/commercial-banking", role: "menuitem", children: "Commercial Banking" }),
450
- /* @__PURE__ */ jsx(Link, { href: "/business/commercial-lending", role: "menuitem", children: "Commercial Lending" })
407
+ /* @__PURE__ */ jsx("a", { href: "/business", className: styles.main, role: "heading", children: "Business Home" }),
408
+ /* @__PURE__ */ jsx("a", { href: "/business/small-business-banking", role: "menuitem", children: "Small Business Banking" }),
409
+ /* @__PURE__ */ jsx("a", { href: "/business/commercial-banking", role: "menuitem", children: "Commercial Banking" }),
410
+ /* @__PURE__ */ jsx("a", { href: "/business/commercial-lending", role: "menuitem", children: "Commercial Lending" })
451
411
  ]
452
412
  }
453
413
  )
@@ -503,17 +463,9 @@ function NavBar() {
503
463
  {
504
464
  className: clsx(styles.sub_menu, isOpenProducts3 && expand),
505
465
  children: [
466
+ /* @__PURE__ */ jsx("a", { href: "/partners", className: styles.main, role: "heading", children: "Partners Home" }),
506
467
  /* @__PURE__ */ jsx(
507
- Link,
508
- {
509
- href: "/partners",
510
- className: styles.main,
511
- role: "heading",
512
- children: "Partners Home"
513
- }
514
- ),
515
- /* @__PURE__ */ jsx(
516
- Link,
468
+ "a",
517
469
  {
518
470
  href: "https://lavictoirefinance.com/dealers",
519
471
  role: "menuitem",
@@ -521,7 +473,7 @@ function NavBar() {
521
473
  }
522
474
  ),
523
475
  /* @__PURE__ */ jsx(
524
- Link,
476
+ "a",
525
477
  {
526
478
  href: "/partners/wholesale-correspondent-portfolio-lending",
527
479
  role: "menuitem",
@@ -529,23 +481,16 @@ function NavBar() {
529
481
  }
530
482
  ),
531
483
  /* @__PURE__ */ jsx(
532
- Link,
484
+ "a",
533
485
  {
534
486
  href: "/business/small-balance-commercial",
535
487
  role: "menuitem",
536
488
  children: "Small Balance Commercial"
537
489
  }
538
490
  ),
539
- /* @__PURE__ */ jsx(Link, { href: "https://www.axosadvisor.com/", role: "menuitem", children: "Financial Advisors" }),
540
- /* @__PURE__ */ jsx(Link, { href: "/partners/dealer-services", role: "menuitem", children: "Dealer Services" }),
541
- /* @__PURE__ */ jsx(
542
- Link,
543
- {
544
- href: "/partners/strategic-partnerships",
545
- role: "menuitem",
546
- children: "Strategic Partnerships"
547
- }
548
- )
491
+ /* @__PURE__ */ jsx("a", { href: "https://www.axosadvisor.com/", role: "menuitem", children: "Financial Advisors" }),
492
+ /* @__PURE__ */ jsx("a", { href: "/partners/dealer-services", role: "menuitem", children: "Dealer Services" }),
493
+ /* @__PURE__ */ jsx("a", { href: "/partners/strategic-partnerships", role: "menuitem", children: "Strategic Partnerships" })
549
494
  ]
550
495
  }
551
496
  )
@@ -606,36 +551,29 @@ function NavBar() {
606
551
  children: [
607
552
  /* @__PURE__ */ jsx("span", { className: styles.main, role: "heading", children: "Personal" }),
608
553
  /* @__PURE__ */ jsx(
609
- Link,
554
+ "a",
610
555
  {
611
556
  href: "https://onlinebanking.axosbank.com/auth/Login",
612
557
  role: "menuitem",
613
558
  children: "Account Login"
614
559
  }
615
560
  ),
616
- /* @__PURE__ */ jsx(
617
- Link,
618
- {
619
- href: "https://loanpayment.axosbank.com",
620
- role: "menuitem",
621
- children: "Make a Payment"
622
- }
623
- ),
561
+ /* @__PURE__ */ jsx("a", { href: "https://loanpayment.axosbank.com", role: "menuitem", children: "Make a Payment" }),
624
562
  /* @__PURE__ */ jsx("span", { className: styles.main, role: "heading", children: "Business" }),
625
- /* @__PURE__ */ jsx(Link, { href: "/business/login", role: "menuitem", children: "Business Banking Login" }),
626
- /* @__PURE__ */ jsx(Link, { href: "/business/MWA-business-banking", role: "menuitem", children: "MWA Business Banking" }),
627
- /* @__PURE__ */ jsx(Link, { href: "/commercial-portal", role: "menuitem", children: "Commercial Portal" }),
563
+ /* @__PURE__ */ jsx("a", { href: "/business/login", role: "menuitem", children: "Business Banking Login" }),
564
+ /* @__PURE__ */ jsx("a", { href: "/business/MWA-business-banking", role: "menuitem", children: "MWA Business Banking" }),
565
+ /* @__PURE__ */ jsx("a", { href: "/commercial-portal", role: "menuitem", children: "Commercial Portal" }),
628
566
  /* @__PURE__ */ jsx("span", { className: styles.main, role: "heading", children: "Partners" }),
629
- /* @__PURE__ */ jsx(Link, { href: "/business/login", role: "menuitem", children: "Business Banking Login" }),
567
+ /* @__PURE__ */ jsx("a", { href: "/business/login", role: "menuitem", children: "Business Banking Login" }),
630
568
  /* @__PURE__ */ jsx(
631
- Link,
569
+ "a",
632
570
  {
633
571
  href: "https://thirdpartylending.axosbank.com/index",
634
572
  role: "menuitem",
635
573
  children: "Wholesale and Correspondent"
636
574
  }
637
575
  ),
638
- /* @__PURE__ */ jsx(Link, { href: "https://arms.axosadvisor.com/", role: "menuitem", children: "Advisor Login" })
576
+ /* @__PURE__ */ jsx("a", { href: "https://arms.axosadvisor.com/", role: "menuitem", children: "Advisor Login" })
639
577
  ]
640
578
  }
641
579
  )
@@ -643,7 +581,7 @@ function NavBar() {
643
581
  }
644
582
  ),
645
583
  /* @__PURE__ */ jsx("li", { className: `${styles.mobile_nav_item}`, children: /* @__PURE__ */ jsx(
646
- Link,
584
+ "a",
647
585
  {
648
586
  href: "/return-to-application",
649
587
  role: "button",
@@ -1,12 +1,11 @@
1
1
  "use client";
2
2
  import { jsxs, Fragment, jsx } from "react/jsx-runtime";
3
- import Link from "next/link.js";
4
- import { usePathname } from "next/navigation.js";
5
3
  import { useState, useEffect } from "react";
4
+ import { useLocation } from "react-use";
6
5
  import styles from "./NavBar.module.js";
7
6
  import { subNavItems } from "./NavData.js";
8
7
  function SubNavBar() {
9
- const pathname = usePathname();
8
+ const { pathname } = useLocation();
10
9
  const [showNavbar, setShowNavbar] = useState(false);
11
10
  const whoWeServe = subNavItems.whoWeServe;
12
11
  const productsAndServices = subNavItems.productsAndServices;
@@ -24,7 +23,7 @@ function SubNavBar() {
24
23
  "li",
25
24
  {
26
25
  className: styles.sub_nav_link,
27
- children: /* @__PURE__ */ jsx(Link, { href: item.url, role: "menuitem", children: item.name })
26
+ children: /* @__PURE__ */ jsx("a", { href: item.url, role: "menuitem", children: item.name })
28
27
  },
29
28
  `snb-${item.id}`
30
29
  )
@@ -34,7 +33,7 @@ function SubNavBar() {
34
33
  "li",
35
34
  {
36
35
  className: styles.sub_nav_link,
37
- children: /* @__PURE__ */ jsx(Link, { href: item.url, role: "menuitem", children: item.name })
36
+ children: /* @__PURE__ */ jsx("a", { href: item.url, role: "menuitem", children: item.name })
38
37
  },
39
38
  `snb-${item.id}`
40
39
  )
@@ -44,7 +43,7 @@ function SubNavBar() {
44
43
  "li",
45
44
  {
46
45
  className: styles.sub_nav_link,
47
- children: /* @__PURE__ */ jsx(Link, { href: item.url, role: "menuitem", children: item.name })
46
+ children: /* @__PURE__ */ jsx("a", { href: item.url, role: "menuitem", children: item.name })
48
47
  },
49
48
  `snb-${item.id}`
50
49
  )
@@ -5,8 +5,6 @@ import "../../Button/Button.css.js";
5
5
  import { useState, useRef, useEffect } from "react";
6
6
  import "react-use";
7
7
  import clsx from "clsx";
8
- import Image from "next/image.js";
9
- import Link from "next/link.js";
10
8
  import { NavItem } from "../NavItem/index.js";
11
9
  import { expand } from "./NavBar.css.js";
12
10
  import styles from "./NavBar.module.js";
@@ -42,13 +40,12 @@ function NavBar() {
42
40
  /* @__PURE__ */ jsx("div", { className: `${styles.header} bg_white`, children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.header_main_row} flex_row between middle`, children: [
43
41
  /* @__PURE__ */ jsx("div", { className: `${styles.desktop_only} flex_row middle`, children: /* @__PURE__ */ jsxs("div", { className: `${styles.main_nav} flex_row middle`, children: [
44
42
  /* @__PURE__ */ jsx("div", { className: styles.logo_wrap, children: /* @__PURE__ */ jsx("a", { href: "/", "aria-label": "return to axos clearing homepage", children: /* @__PURE__ */ jsx(
45
- Image,
43
+ "img",
46
44
  {
47
45
  src: "https://images.axos.com/o9ov1v03uwqk/1KWdk4xENAS8hmQRQWhviO/05df12996a96400c057b0066b4cf250f/axos-clearing-logo.svg",
48
46
  alt: "",
49
47
  width: 140,
50
- height: 48,
51
- priority: true
48
+ height: 48
52
49
  }
53
50
  ) }) }),
54
51
  /* @__PURE__ */ jsx("nav", { className: styles.primary_links, children: /* @__PURE__ */ jsx("ul", { className: "list_unstyled flex_row middle", role: "menu", children: navItems.map(
@@ -92,8 +89,8 @@ function NavBar() {
92
89
  )
93
90
  }
94
91
  ),
95
- /* @__PURE__ */ jsx("div", { className: `${styles.mobile_only} ${styles.mobile_logo}`, children: /* @__PURE__ */ jsx(Link, { href: "/", "aria-label": "return to axos bank homepage", children: /* @__PURE__ */ jsx(
96
- Image,
92
+ /* @__PURE__ */ jsx("div", { className: `${styles.mobile_only} ${styles.mobile_logo}`, children: /* @__PURE__ */ jsx("a", { href: "/", "aria-label": "return to axos bank homepage", children: /* @__PURE__ */ jsx(
93
+ "img",
97
94
  {
98
95
  src: "https://images.axos.com/o9ov1v03uwqk/1KWdk4xENAS8hmQRQWhviO/05df12996a96400c057b0066b4cf250f/axos-clearing-logo.svg",
99
96
  alt: "",
@@ -245,7 +242,7 @@ function NavBar() {
245
242
  className: clsx(styles.sub_menu, isOpenProducts1 && expand),
246
243
  children: [
247
244
  /* @__PURE__ */ jsx(
248
- Link,
245
+ "a",
249
246
  {
250
247
  href: "/who-we-serve",
251
248
  className: styles.main,
@@ -253,9 +250,9 @@ function NavBar() {
253
250
  children: "Who We Serve Home"
254
251
  }
255
252
  ),
256
- /* @__PURE__ */ jsx(Link, { href: "/who-we-serve/broker-dealers", role: "menuitem", children: "Broker Dealers" }),
253
+ /* @__PURE__ */ jsx("a", { href: "/who-we-serve/broker-dealers", role: "menuitem", children: "Broker Dealers" }),
257
254
  /* @__PURE__ */ jsx(
258
- Link,
255
+ "a",
259
256
  {
260
257
  href: "/who-we-serve/registered-investment-advisors",
261
258
  role: "menuitem",
@@ -318,7 +315,7 @@ function NavBar() {
318
315
  className: clsx(styles.sub_menu, isOpenProducts2 && expand),
319
316
  children: [
320
317
  /* @__PURE__ */ jsx(
321
- Link,
318
+ "a",
322
319
  {
323
320
  href: "/products-and-services",
324
321
  className: styles.main,
@@ -327,7 +324,7 @@ function NavBar() {
327
324
  }
328
325
  ),
329
326
  /* @__PURE__ */ jsx(
330
- Link,
327
+ "a",
331
328
  {
332
329
  href: "/products-and-services/capital-management",
333
330
  role: "menuitem",
@@ -335,7 +332,7 @@ function NavBar() {
335
332
  }
336
333
  ),
337
334
  /* @__PURE__ */ jsx(
338
- Link,
335
+ "a",
339
336
  {
340
337
  href: "/products-and-services/value-added-services",
341
338
  role: "menuitem",
@@ -343,7 +340,7 @@ function NavBar() {
343
340
  }
344
341
  ),
345
342
  /* @__PURE__ */ jsx(
346
- Link,
343
+ "a",
347
344
  {
348
345
  href: "/products-and-services/securities-services",
349
346
  role: "menuitem",
@@ -351,7 +348,7 @@ function NavBar() {
351
348
  }
352
349
  ),
353
350
  /* @__PURE__ */ jsx(
354
- Link,
351
+ "a",
355
352
  {
356
353
  href: "/products-and-services/technology-platform",
357
354
  role: "menuitem",
@@ -414,7 +411,7 @@ function NavBar() {
414
411
  className: clsx(styles.sub_menu, isOpenProducts3 && expand),
415
412
  children: [
416
413
  /* @__PURE__ */ jsx(
417
- Link,
414
+ "a",
418
415
  {
419
416
  href: "/axos-advantage",
420
417
  className: styles.main,
@@ -422,10 +419,10 @@ function NavBar() {
422
419
  children: "Axos Advantage Home"
423
420
  }
424
421
  ),
425
- /* @__PURE__ */ jsx(Link, { href: "/axos-advantage/contact-us", role: "menuitem", children: "Contact Us" }),
426
- /* @__PURE__ */ jsx(Link, { href: "/axos-advantage/meet-the-team", role: "menuitem", children: "Meet the Team" }),
422
+ /* @__PURE__ */ jsx("a", { href: "/axos-advantage/contact-us", role: "menuitem", children: "Contact Us" }),
423
+ /* @__PURE__ */ jsx("a", { href: "/axos-advantage/meet-the-team", role: "menuitem", children: "Meet the Team" }),
427
424
  /* @__PURE__ */ jsx(
428
- Link,
425
+ "a",
429
426
  {
430
427
  href: "/axos-advantage/meet-the-team/why-choose-axos",
431
428
  role: "menuitem",
@@ -439,7 +436,7 @@ function NavBar() {
439
436
  }
440
437
  ),
441
438
  /* @__PURE__ */ jsx("li", { className: `${styles.mobile_nav_item}`, children: /* @__PURE__ */ jsx(
442
- Link,
439
+ "a",
443
440
  {
444
441
  href: "https://connect.axosclearing.com/",
445
442
  className: `flex_row between ${styles.btn}`,
@@ -49,7 +49,12 @@ const PageNavSet = ({ id, pageNavItems }) => {
49
49
  children.forEach(
50
50
  (child) => totalWidth += parseInt(child.offsetWidth, 10)
51
51
  );
52
- document.querySelector("#pageNav > .containment").style.width = `min(${totalWidth + gaps + 6}px, 100%)`;
52
+ const containment = document.querySelector(
53
+ "#pageNav > .containment"
54
+ );
55
+ if (containment) {
56
+ containment.style.width = `min(${totalWidth + gaps + 6}px, 100%)`;
57
+ }
53
58
  }
54
59
  }
55
60
  window.onload = () => autoSizer();
@@ -46,7 +46,6 @@ import "../Calculators/calculator.css.js";
46
46
  import "../Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js";
47
47
  /* empty css */
48
48
  /* empty css */
49
- import "next/image.js";
50
49
  /* empty css */
51
50
  import "../Carousel/index.js";
52
51
  import "../Hyperlink/Hyperlink.css.js";
@@ -63,6 +62,8 @@ import "../FaqAccordion/index.js";
63
62
  import "../FooterDisclosure/FooterDisclosure.css.js";
64
63
  /* empty css */
65
64
  import "../ImageBillboard/ImageBillboard.css.js";
65
+ /* empty css */
66
+ /* empty css */
66
67
  import "../LandingPageHeader/LandingPageHeader.css.js";
67
68
  import "../Chevron/Chevron.css.js";
68
69
  /* empty css */
@@ -71,8 +72,9 @@ import "../Modal/contextApi/store.js";
71
72
  /* empty css */
72
73
  /* empty css */
73
74
  /* empty css */
74
- import "next/link.js";
75
75
  /* empty css */
76
+ import "next/image.js";
77
+ import "next/link.js";
76
78
  import "next/navigation.js";
77
79
  /* empty css */
78
80
  /* empty css */
@@ -88,7 +90,6 @@ import "../StepItemSet/StepItemSet.css.js";
88
90
  /* empty css */
89
91
  /* empty css */
90
92
  /* empty css */
91
- import "next/script.js";
92
93
  /* empty css */
93
94
  /* empty css */
94
95
  import "../Interstitial/Interstitial-variants.css.js";
@@ -9,14 +9,14 @@ export declare const TableBody: ({ children }: PropsWithChildren) => import("rea
9
9
  export declare const TableCell: ({ children, as, variant, highlighted, ...props }: CellProps) => import('react').DetailedReactHTMLElement<{
10
10
  className: string;
11
11
  manifest?: string | undefined;
12
- amp?: string;
12
+ amp?: string | undefined;
13
13
  defaultChecked?: boolean | undefined;
14
14
  defaultValue?: string | number | readonly string[] | undefined;
15
15
  suppressContentEditableWarning?: boolean | undefined;
16
16
  suppressHydrationWarning?: boolean | undefined;
17
17
  accessKey?: string | undefined;
18
18
  autoFocus?: boolean | undefined;
19
- contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
19
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
20
20
  contextMenu?: string | undefined;
21
21
  dir?: string | undefined;
22
22
  draggable?: (boolean | "false" | "true") | undefined;
@@ -29,7 +29,7 @@ export declare const TableCell: ({ children, as, variant, highlighted, ...props
29
29
  style?: import('react').CSSProperties | undefined;
30
30
  tabIndex?: number | undefined;
31
31
  title?: string | undefined;
32
- translate?: "yes" | "no" | undefined;
32
+ translate?: "no" | "yes" | undefined;
33
33
  radioGroup?: string | undefined;
34
34
  role?: import('react').AriaRole | undefined;
35
35
  about?: string | undefined;
@@ -54,38 +54,38 @@ export declare const TableCell: ({ children, as, variant, highlighted, ...props
54
54
  itemRef?: string | undefined;
55
55
  results?: number | undefined;
56
56
  security?: string | undefined;
57
- unselectable?: "on" | "off" | undefined;
58
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
57
+ unselectable?: "off" | "on" | undefined;
58
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
59
59
  is?: string | undefined;
60
60
  popover?: "" | "auto" | "manual" | undefined;
61
- popoverTargetAction?: "toggle" | "show" | "hide" | undefined;
61
+ popoverTargetAction?: "hide" | "show" | "toggle" | undefined;
62
62
  popoverTarget?: string | undefined;
63
63
  onToggle?: import('react').ToggleEventHandler<HTMLTableCellElement> | undefined;
64
64
  onBeforeToggle?: import('react').ToggleEventHandler<HTMLTableCellElement> | undefined;
65
65
  inert?: boolean | undefined;
66
66
  "aria-activedescendant"?: string | undefined;
67
67
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
68
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
68
+ "aria-autocomplete"?: "none" | "both" | "inline" | "list" | undefined;
69
69
  "aria-braillelabel"?: string | undefined;
70
70
  "aria-brailleroledescription"?: string | undefined;
71
71
  "aria-busy"?: (boolean | "false" | "true") | undefined;
72
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
72
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
73
73
  "aria-colcount"?: number | undefined;
74
74
  "aria-colindex"?: number | undefined;
75
75
  "aria-colindextext"?: string | undefined;
76
76
  "aria-colspan"?: number | undefined;
77
77
  "aria-controls"?: string | undefined;
78
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
78
+ "aria-current"?: boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date" | undefined;
79
79
  "aria-describedby"?: string | undefined;
80
80
  "aria-description"?: string | undefined;
81
81
  "aria-details"?: string | undefined;
82
82
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
83
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
83
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
84
84
  "aria-errormessage"?: string | undefined;
85
85
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
86
86
  "aria-flowto"?: string | undefined;
87
87
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
88
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
88
+ "aria-haspopup"?: boolean | "grid" | "listbox" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
89
89
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
90
90
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
91
91
  "aria-keyshortcuts"?: string | undefined;
@@ -100,9 +100,9 @@ export declare const TableCell: ({ children, as, variant, highlighted, ...props
100
100
  "aria-owns"?: string | undefined;
101
101
  "aria-placeholder"?: string | undefined;
102
102
  "aria-posinset"?: number | undefined;
103
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
103
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
104
104
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
105
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
105
+ "aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
106
106
  "aria-required"?: (boolean | "false" | "true") | undefined;
107
107
  "aria-roledescription"?: string | undefined;
108
108
  "aria-rowcount"?: number | undefined;
@@ -1,7 +1,6 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
- import Script from "next/script.js";
3
2
  const VideoInit = () => {
4
- return /* @__PURE__ */ jsx(Script, { src: "https://play.vidyard.com/embed/v4.js" });
3
+ return /* @__PURE__ */ jsx("script", { src: "https://play.vidyard.com/embed/v4.js" });
5
4
  };
6
5
  export {
7
6
  VideoInit
@@ -1,5 +1,4 @@
1
1
  import { jsx, jsxs } from "react/jsx-runtime";
2
- import "next/script.js";
3
2
  import { VideoTile } from "../VideoTile/VideoTile.js";
4
3
  /* empty css */
5
4
  /* empty css */