@axos-web-dev/shared-components 0.0.211 → 0.0.213

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.
@@ -173,363 +173,528 @@ function SubNavBar() {
173
173
  return showNavbar ? /* @__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__ */ jsxs("nav", { children: [
174
174
  /* @__PURE__ */ jsxs("ul", { className: "list_unstyled flex_row middle", children: [
175
175
  (isHomepage || pathname?.includes("/personal") || pathname?.split("/")[1] == "invest" || pathname?.includes("/tools")) && /* @__PURE__ */ jsxs(Fragment, { children: [
176
- /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsxs(
177
- "a",
176
+ /* @__PURE__ */ jsxs(
177
+ "li",
178
178
  {
179
- href: findMoreAxosDomains("{AXOSBANK}/personal/bank"),
180
- id: "personalNav1",
181
- role: "menuitem",
179
+ className: styles.sub_nav_link,
182
180
  onMouseEnter: () => handleMouseEnter("bank"),
183
- onKeyDown: (event) => {
184
- if (event.key === "Enter") {
185
- handleMouseEnter("bank");
186
- }
187
- },
188
181
  children: [
189
- "Bank",
190
182
  /* @__PURE__ */ jsx(
191
- "svg",
183
+ "a",
184
+ {
185
+ href: findMoreAxosDomains("{AXOSBANK}/personal/bank"),
186
+ id: "personalNav1",
187
+ role: "menuitem",
188
+ "aria-label": "Press Enter to navigate to the Bank section home page, or press Tab again to focus on the down arrow and press Enter to open the Bank section sub-menu.",
189
+ children: "Bank"
190
+ }
191
+ ),
192
+ /* @__PURE__ */ jsx(
193
+ "a",
192
194
  {
193
- width: "15",
194
- height: "12",
195
- viewBox: "0 0 20 12",
196
- fill: "none",
197
- xmlns: "http://www.w3.org/2000/svg",
198
- style: { marginLeft: "8px" },
195
+ href: "#",
196
+ id: "personalNav1",
197
+ role: "menuitem",
198
+ onKeyDown: (event) => {
199
+ if (event.key === "Enter") {
200
+ handleMouseEnter("bank");
201
+ }
202
+ },
203
+ "aria-label": "Press Enter to open the Bank section sub-menu.",
199
204
  children: /* @__PURE__ */ jsx(
200
- "path",
205
+ "svg",
201
206
  {
202
- d: "M0.46875 1.76574L9.99908 11.2961L19.5294 1.76574L18.4687 0.705078L9.99908 9.17491L1.52941 0.705078L0.46875 1.76574Z",
203
- fill: "white"
207
+ width: "15",
208
+ height: "12",
209
+ viewBox: "0 0 20 12",
210
+ fill: "none",
211
+ xmlns: "http://www.w3.org/2000/svg",
212
+ style: { marginLeft: "8px" },
213
+ children: /* @__PURE__ */ jsx(
214
+ "path",
215
+ {
216
+ d: "M0.46875 1.76574L9.99908 11.2961L19.5294 1.76574L18.4687 0.705078L9.99908 9.17491L1.52941 0.705078L0.46875 1.76574Z",
217
+ fill: "white"
218
+ }
219
+ )
204
220
  }
205
221
  )
206
222
  }
207
223
  )
208
224
  ]
209
225
  }
210
- ) }),
211
- /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsxs(
212
- "a",
226
+ ),
227
+ /* @__PURE__ */ jsxs(
228
+ "li",
213
229
  {
214
- href: findMoreAxosDomains("{AXOSBANK}/personal/borrow"),
215
- id: "personalNav2",
216
- role: "menuitem",
230
+ className: styles.sub_nav_link,
217
231
  onMouseEnter: () => handleMouseEnter("borrow"),
218
- onKeyDown: (event) => {
219
- if (event.key === "Enter") {
220
- handleMouseEnter("borrow");
221
- }
222
- },
223
232
  children: [
224
- "Borrow",
225
233
  /* @__PURE__ */ jsx(
226
- "svg",
234
+ "a",
235
+ {
236
+ href: findMoreAxosDomains("{AXOSBANK}/personal/borrow"),
237
+ id: "personalNav2",
238
+ role: "menuitem",
239
+ "aria-label": "Press Enter to navigate to the Borrow section home page, or press Tab again to focus on the down arrow and press Enter to open the Borrow section sub-menu.",
240
+ children: "Borrow"
241
+ }
242
+ ),
243
+ /* @__PURE__ */ jsx(
244
+ "a",
227
245
  {
228
- width: "15",
229
- height: "12",
230
- viewBox: "0 0 20 12",
231
- fill: "none",
232
- xmlns: "http://www.w3.org/2000/svg",
233
- style: { marginLeft: "8px" },
246
+ href: "#",
247
+ id: "personalNav2",
248
+ role: "menuitem",
249
+ onKeyDown: (event) => {
250
+ if (event.key === "Enter") {
251
+ handleMouseEnter("borrow");
252
+ }
253
+ },
254
+ "aria-label": "Press Enter to open the Borrow section sub-menu.",
234
255
  children: /* @__PURE__ */ jsx(
235
- "path",
256
+ "svg",
236
257
  {
237
- d: "M0.46875 1.76574L9.99908 11.2961L19.5294 1.76574L18.4687 0.705078L9.99908 9.17491L1.52941 0.705078L0.46875 1.76574Z",
238
- fill: "white"
258
+ width: "15",
259
+ height: "12",
260
+ viewBox: "0 0 20 12",
261
+ fill: "none",
262
+ xmlns: "http://www.w3.org/2000/svg",
263
+ style: { marginLeft: "8px" },
264
+ children: /* @__PURE__ */ jsx(
265
+ "path",
266
+ {
267
+ d: "M0.46875 1.76574L9.99908 11.2961L19.5294 1.76574L18.4687 0.705078L9.99908 9.17491L1.52941 0.705078L0.46875 1.76574Z",
268
+ fill: "white"
269
+ }
270
+ )
239
271
  }
240
272
  )
241
273
  }
242
274
  )
243
275
  ]
244
276
  }
245
- ) }),
246
- /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsxs(
247
- "a",
277
+ ),
278
+ /* @__PURE__ */ jsxs(
279
+ "li",
248
280
  {
249
- href: findMoreAxosDomains("{AXOS}/invest"),
250
- id: "personalNav3",
251
- role: "menuitem",
281
+ className: styles.sub_nav_link,
252
282
  onMouseEnter: () => handleMouseEnter("invest"),
253
- onKeyDown: (event) => {
254
- if (event.key === "Enter") {
255
- handleMouseEnter("invest");
256
- }
257
- },
258
283
  children: [
259
- "Invest",
260
284
  /* @__PURE__ */ jsx(
261
- "svg",
285
+ "a",
262
286
  {
263
- width: "15",
264
- height: "12",
265
- viewBox: "0 0 20 12",
266
- fill: "none",
267
- xmlns: "http://www.w3.org/2000/svg",
268
- style: { marginLeft: "8px" },
287
+ href: findMoreAxosDomains("{AXOS}/invest"),
288
+ id: "personalNav3",
289
+ role: "menuitem",
290
+ "aria-label": "Press Enter to navigate to the Invest section home page, or press Tab again to focus on the down arrow and press Enter to open the Invest section sub-menu.",
291
+ children: "Invest"
292
+ }
293
+ ),
294
+ /* @__PURE__ */ jsx(
295
+ "a",
296
+ {
297
+ href: "#",
298
+ id: "personalNav3",
299
+ role: "menuitem",
300
+ "aria-label": "Press Enter to open the Invest section sub-menu.",
301
+ onKeyDown: (event) => {
302
+ if (event.key === "Enter") {
303
+ handleMouseEnter("invest");
304
+ }
305
+ },
269
306
  children: /* @__PURE__ */ jsx(
270
- "path",
307
+ "svg",
271
308
  {
272
- d: "M0.46875 1.76574L9.99908 11.2961L19.5294 1.76574L18.4687 0.705078L9.99908 9.17491L1.52941 0.705078L0.46875 1.76574Z",
273
- fill: "white"
309
+ width: "15",
310
+ height: "12",
311
+ viewBox: "0 0 20 12",
312
+ fill: "none",
313
+ xmlns: "http://www.w3.org/2000/svg",
314
+ style: { marginLeft: "8px" },
315
+ children: /* @__PURE__ */ jsx(
316
+ "path",
317
+ {
318
+ d: "M0.46875 1.76574L9.99908 11.2961L19.5294 1.76574L18.4687 0.705078L9.99908 9.17491L1.52941 0.705078L0.46875 1.76574Z",
319
+ fill: "white"
320
+ }
321
+ )
274
322
  }
275
323
  )
276
324
  }
277
325
  )
278
326
  ]
279
327
  }
280
- ) }),
281
- /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsxs(
282
- "a",
328
+ ),
329
+ /* @__PURE__ */ jsxs(
330
+ "li",
283
331
  {
284
- href: findMoreAxosDomains("{AXOSBANK}/personal/plan"),
285
- id: "personalNav4",
286
- role: "menuitem",
332
+ className: styles.sub_nav_link,
287
333
  onMouseEnter: () => handleMouseEnter("plan"),
288
- onKeyDown: (event) => {
289
- if (event.key === "Enter") {
290
- handleMouseEnter("plan");
291
- }
292
- },
293
334
  children: [
294
- "Plan",
295
335
  /* @__PURE__ */ jsx(
296
- "svg",
336
+ "a",
337
+ {
338
+ href: findMoreAxosDomains("{AXOSBANK}/personal/plan"),
339
+ id: "personalNav4",
340
+ role: "menuitem",
341
+ "aria-label": "Press Enter to navigate to the Plan section home page, or press Tab again to focus on the down arrow and press Enter to open the Plan section sub-menu.",
342
+ children: "Plan"
343
+ }
344
+ ),
345
+ /* @__PURE__ */ jsx(
346
+ "a",
297
347
  {
298
- width: "15",
299
- height: "12",
300
- viewBox: "0 0 20 12",
301
- fill: "none",
302
- xmlns: "http://www.w3.org/2000/svg",
303
- style: { marginLeft: "8px" },
348
+ href: "#",
349
+ id: "personalNav4",
350
+ role: "menuitem",
351
+ "aria-label": "Press Enter to open the Plan section sub-menu.",
352
+ onKeyDown: (event) => {
353
+ if (event.key === "Enter") {
354
+ handleMouseEnter("plan");
355
+ }
356
+ },
304
357
  children: /* @__PURE__ */ jsx(
305
- "path",
358
+ "svg",
306
359
  {
307
- d: "M0.46875 1.76574L9.99908 11.2961L19.5294 1.76574L18.4687 0.705078L9.99908 9.17491L1.52941 0.705078L0.46875 1.76574Z",
308
- fill: "white"
360
+ width: "15",
361
+ height: "12",
362
+ viewBox: "0 0 20 12",
363
+ fill: "none",
364
+ xmlns: "http://www.w3.org/2000/svg",
365
+ style: { marginLeft: "8px" },
366
+ children: /* @__PURE__ */ jsx(
367
+ "path",
368
+ {
369
+ d: "M0.46875 1.76574L9.99908 11.2961L19.5294 1.76574L18.4687 0.705078L9.99908 9.17491L1.52941 0.705078L0.46875 1.76574Z",
370
+ fill: "white"
371
+ }
372
+ )
309
373
  }
310
374
  )
311
375
  }
312
376
  )
313
377
  ]
314
378
  }
315
- ) })
379
+ )
316
380
  ] }),
317
381
  (isBusiness || isCommercial) && /* @__PURE__ */ jsxs(Fragment, { children: [
318
- /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsxs(
319
- "a",
382
+ /* @__PURE__ */ jsxs(
383
+ "li",
320
384
  {
321
- href: findMoreAxosDomains("{AXOSBANK}/business"),
322
- id: "busNav1",
323
- role: "menuitem",
385
+ className: styles.sub_nav_link,
324
386
  onMouseEnter: () => handleMouseEnter("sbb"),
325
- onKeyDown: (event) => {
326
- if (event.key === "Enter") {
327
- handleMouseEnter("sbb");
328
- }
329
- },
330
387
  children: [
331
- "Small Business Banking",
332
388
  /* @__PURE__ */ jsx(
333
- "svg",
389
+ "a",
334
390
  {
335
- width: "15",
336
- height: "12",
337
- viewBox: "0 0 20 12",
338
- fill: "none",
339
- xmlns: "http://www.w3.org/2000/svg",
340
- style: { marginLeft: "8px" },
391
+ href: findMoreAxosDomains("{AXOSBANK}/business"),
392
+ id: "busNav1",
393
+ role: "menuitem",
394
+ "aria-label": "Press Enter to navigate to the Small Business Banking section home page, or press Tab again to focus on the down arrow and press Enter to open the Small Business Banking section sub-menu.",
395
+ children: "Small Business Banking"
396
+ }
397
+ ),
398
+ /* @__PURE__ */ jsx(
399
+ "a",
400
+ {
401
+ href: "#",
402
+ id: "busNav1",
403
+ role: "menuitem",
404
+ "aria-label": "Press Enter to open the Small Business Banking section sub-menu.",
405
+ onKeyDown: (event) => {
406
+ if (event.key === "Enter") {
407
+ handleMouseEnter("sbb");
408
+ }
409
+ },
341
410
  children: /* @__PURE__ */ jsx(
342
- "path",
411
+ "svg",
343
412
  {
344
- d: "M0.46875 1.76574L9.99908 11.2961L19.5294 1.76574L18.4687 0.705078L9.99908 9.17491L1.52941 0.705078L0.46875 1.76574Z",
345
- fill: "white"
413
+ width: "15",
414
+ height: "12",
415
+ viewBox: "0 0 20 12",
416
+ fill: "none",
417
+ xmlns: "http://www.w3.org/2000/svg",
418
+ style: { marginLeft: "8px" },
419
+ children: /* @__PURE__ */ jsx(
420
+ "path",
421
+ {
422
+ d: "M0.46875 1.76574L9.99908 11.2961L19.5294 1.76574L18.4687 0.705078L9.99908 9.17491L1.52941 0.705078L0.46875 1.76574Z",
423
+ fill: "white"
424
+ }
425
+ )
346
426
  }
347
427
  )
348
428
  }
349
429
  )
350
430
  ]
351
431
  }
352
- ) }),
353
- /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsxs(
354
- "a",
432
+ ),
433
+ /* @__PURE__ */ jsxs(
434
+ "li",
355
435
  {
356
- href: findMoreAxosDomains(
357
- "{AXOSBANK}/commercial/banking"
358
- ),
359
- id: "busNav2",
360
- role: "menuitem",
436
+ className: styles.sub_nav_link,
361
437
  onMouseEnter: () => handleMouseEnter("combank"),
362
- onKeyDown: (event) => {
363
- if (event.key === "Enter") {
364
- handleMouseEnter("combank");
365
- }
366
- },
367
438
  children: [
368
- "Commercial Banking",
369
439
  /* @__PURE__ */ jsx(
370
- "svg",
440
+ "a",
441
+ {
442
+ href: findMoreAxosDomains(
443
+ "{AXOSBANK}/commercial/banking"
444
+ ),
445
+ id: "busNav2",
446
+ role: "menuitem",
447
+ "aria-label": "Press Enter to navigate to the Commercial Banking section home page, or press Tab again to focus on the down arrow and press Enter to open the Commercial Banking section sub-menu.",
448
+ children: "Commercial Banking"
449
+ }
450
+ ),
451
+ /* @__PURE__ */ jsx(
452
+ "a",
371
453
  {
372
- width: "15",
373
- height: "12",
374
- viewBox: "0 0 20 12",
375
- fill: "none",
376
- xmlns: "http://www.w3.org/2000/svg",
377
- style: { marginLeft: "8px" },
454
+ href: "#",
455
+ id: "busNav2",
456
+ role: "menuitem",
457
+ "aria-label": "Press Enter to open the Commercial Banking section sub-menu.",
458
+ onKeyDown: (event) => {
459
+ if (event.key === "Enter") {
460
+ handleMouseEnter("combank");
461
+ }
462
+ },
378
463
  children: /* @__PURE__ */ jsx(
379
- "path",
464
+ "svg",
380
465
  {
381
- d: "M0.46875 1.76574L9.99908 11.2961L19.5294 1.76574L18.4687 0.705078L9.99908 9.17491L1.52941 0.705078L0.46875 1.76574Z",
382
- fill: "white"
466
+ width: "15",
467
+ height: "12",
468
+ viewBox: "0 0 20 12",
469
+ fill: "none",
470
+ xmlns: "http://www.w3.org/2000/svg",
471
+ style: { marginLeft: "8px" },
472
+ children: /* @__PURE__ */ jsx(
473
+ "path",
474
+ {
475
+ d: "M0.46875 1.76574L9.99908 11.2961L19.5294 1.76574L18.4687 0.705078L9.99908 9.17491L1.52941 0.705078L0.46875 1.76574Z",
476
+ fill: "white"
477
+ }
478
+ )
383
479
  }
384
480
  )
385
481
  }
386
482
  )
387
483
  ]
388
484
  }
389
- ) }),
390
- /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsxs(
391
- "a",
485
+ ),
486
+ /* @__PURE__ */ jsxs(
487
+ "li",
392
488
  {
393
- href: findMoreAxosDomains(
394
- "{AXOSBANK}/commercial/lending"
395
- ),
396
- id: "busNav3",
397
- role: "menuitem",
489
+ className: styles.sub_nav_link,
398
490
  onMouseEnter: () => handleMouseEnter("comlending"),
399
- onKeyDown: (event) => {
400
- if (event.key === "Enter") {
401
- handleMouseEnter("comlending");
402
- }
403
- },
404
491
  children: [
405
- "Commercial Lending",
406
492
  /* @__PURE__ */ jsx(
407
- "svg",
493
+ "a",
494
+ {
495
+ href: findMoreAxosDomains(
496
+ "{AXOSBANK}/commercial/lending"
497
+ ),
498
+ id: "busNav3",
499
+ role: "menuitem",
500
+ "aria-label": "Press Enter to navigate to the Commercial Lending section home page, or press Tab again to focus on the down arrow and press Enter to open the Commercial Lending section sub-menu.",
501
+ children: "Commercial Lending"
502
+ }
503
+ ),
504
+ /* @__PURE__ */ jsx(
505
+ "a",
408
506
  {
409
- width: "15",
410
- height: "12",
411
- viewBox: "0 0 20 12",
412
- fill: "none",
413
- xmlns: "http://www.w3.org/2000/svg",
414
- style: { marginLeft: "8px" },
507
+ href: "#",
508
+ id: "busNav3",
509
+ role: "menuitem",
510
+ "aria-label": "Press Enter to open the Commercial Lending section sub-menu.",
511
+ onKeyDown: (event) => {
512
+ if (event.key === "Enter") {
513
+ handleMouseEnter("comlending");
514
+ }
515
+ },
415
516
  children: /* @__PURE__ */ jsx(
416
- "path",
517
+ "svg",
417
518
  {
418
- d: "M0.46875 1.76574L9.99908 11.2961L19.5294 1.76574L18.4687 0.705078L9.99908 9.17491L1.52941 0.705078L0.46875 1.76574Z",
419
- fill: "white"
519
+ width: "15",
520
+ height: "12",
521
+ viewBox: "0 0 20 12",
522
+ fill: "none",
523
+ xmlns: "http://www.w3.org/2000/svg",
524
+ style: { marginLeft: "8px" },
525
+ children: /* @__PURE__ */ jsx(
526
+ "path",
527
+ {
528
+ d: "M0.46875 1.76574L9.99908 11.2961L19.5294 1.76574L18.4687 0.705078L9.99908 9.17491L1.52941 0.705078L0.46875 1.76574Z",
529
+ fill: "white"
530
+ }
531
+ )
420
532
  }
421
533
  )
422
534
  }
423
535
  )
424
536
  ]
425
537
  }
426
- ) })
538
+ )
427
539
  ] }),
428
540
  pathname?.includes("/partners") && /* @__PURE__ */ jsxs(Fragment, { children: [
429
- /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsx(
430
- Link,
541
+ /* @__PURE__ */ jsx(
542
+ "li",
431
543
  {
432
- href: `https://lavictoirefinance.com/dealers`,
433
- id: "partNav1",
434
- role: "menuitem",
544
+ className: styles.sub_nav_link,
435
545
  onMouseEnter: handleMouseLeave,
436
- children: "Marine Dealer Floorplan Finance"
546
+ children: /* @__PURE__ */ jsx(
547
+ Link,
548
+ {
549
+ href: `https://lavictoirefinance.com/dealers`,
550
+ id: "partNav1",
551
+ role: "menuitem",
552
+ "aria-label": "Press Enter to navigate to the LaVictoire Finance website (www.lavictoirefinance.com). Owned and operated by Axos Bank.",
553
+ children: "Marine Dealer Floorplan Finance"
554
+ }
555
+ )
437
556
  }
438
- ) }),
439
- /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsxs(
440
- "a",
557
+ ),
558
+ /* @__PURE__ */ jsxs(
559
+ "li",
441
560
  {
442
- href: findMoreAxosDomains(
443
- "{AXOSBANK}/partners/wholesale-correspondent-portfolio-lending"
444
- ),
445
- id: "partNav2",
446
- role: "menuitem",
561
+ className: styles.sub_nav_link,
447
562
  onMouseEnter: () => handleMouseEnter("wholelending"),
448
- onKeyDown: (event) => {
449
- if (event.key === "Enter") {
450
- handleMouseEnter("wholelending");
451
- }
452
- },
453
563
  children: [
454
- "Wholesale Lending",
455
564
  /* @__PURE__ */ jsx(
456
- "svg",
565
+ "a",
457
566
  {
458
- width: "15",
459
- height: "12",
460
- viewBox: "0 0 20 12",
461
- fill: "none",
462
- xmlns: "http://www.w3.org/2000/svg",
463
- style: { marginLeft: "8px" },
567
+ href: findMoreAxosDomains(
568
+ "{AXOSBANK}/partners/wholesale-correspondent-portfolio-lending"
569
+ ),
570
+ id: "partNav2",
571
+ role: "menuitem",
572
+ "aria-label": "Press Enter to navigate to the Wholesale Lending section home page, or press Tab again to focus on the down arrow and press Enter to open the Wholesale Lending section sub-menu.",
573
+ children: "Wholesale Lending"
574
+ }
575
+ ),
576
+ /* @__PURE__ */ jsx(
577
+ "a",
578
+ {
579
+ href: "#",
580
+ id: "partNav2",
581
+ role: "menuitem",
582
+ "aria-label": "Press Enter to open the Wholesale Lending section sub-menu.",
583
+ onKeyDown: (event) => {
584
+ if (event.key === "Enter") {
585
+ handleMouseEnter("wholelending");
586
+ }
587
+ },
464
588
  children: /* @__PURE__ */ jsx(
465
- "path",
589
+ "svg",
466
590
  {
467
- d: "M0.46875 1.76574L9.99908 11.2961L19.5294 1.76574L18.4687 0.705078L9.99908 9.17491L1.52941 0.705078L0.46875 1.76574Z",
468
- fill: "white"
591
+ width: "15",
592
+ height: "12",
593
+ viewBox: "0 0 20 12",
594
+ fill: "none",
595
+ xmlns: "http://www.w3.org/2000/svg",
596
+ style: { marginLeft: "8px" },
597
+ children: /* @__PURE__ */ jsx(
598
+ "path",
599
+ {
600
+ d: "M0.46875 1.76574L9.99908 11.2961L19.5294 1.76574L18.4687 0.705078L9.99908 9.17491L1.52941 0.705078L0.46875 1.76574Z",
601
+ fill: "white"
602
+ }
603
+ )
469
604
  }
470
605
  )
471
606
  }
472
607
  )
473
608
  ]
474
609
  }
475
- ) }),
476
- /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsx(
477
- Link,
610
+ ),
611
+ /* @__PURE__ */ jsx(
612
+ "li",
478
613
  {
479
- href: `https://www.axosadvisor.com`,
480
- id: "partNav4",
481
- role: "menuitem",
614
+ className: styles.sub_nav_link,
482
615
  onMouseEnter: handleMouseLeave,
483
- children: "Financial Advisors"
616
+ children: /* @__PURE__ */ jsx(
617
+ Link,
618
+ {
619
+ href: `https://www.axosadvisor.com`,
620
+ id: "partNav4",
621
+ role: "menuitem",
622
+ "aria-label": "Press Enter to navigate to the Axos Advisor website (www.axosadvisor.com). Owned and operated by Axos Bank.",
623
+ children: "Financial Advisors"
624
+ }
625
+ )
484
626
  }
485
- ) }),
486
- /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsxs(
487
- "a",
627
+ ),
628
+ /* @__PURE__ */ jsxs(
629
+ "li",
488
630
  {
489
- href: findMoreAxosDomains(
490
- "{AXOSBANK}/partners/dealer-services"
491
- ),
492
- id: "partNav5",
493
- role: "menuitem",
631
+ className: styles.sub_nav_link,
494
632
  onMouseEnter: () => handleMouseEnter("dealerservices"),
495
- onKeyDown: (event) => {
496
- if (event.key === "Enter") {
497
- handleMouseEnter("dealerservices");
498
- }
499
- },
500
633
  children: [
501
- "Dealer Services",
502
634
  /* @__PURE__ */ jsx(
503
- "svg",
635
+ "a",
504
636
  {
505
- width: "15",
506
- height: "12",
507
- viewBox: "0 0 20 12",
508
- fill: "none",
509
- xmlns: "http://www.w3.org/2000/svg",
510
- style: { marginLeft: "8px" },
637
+ href: findMoreAxosDomains(
638
+ "{AXOSBANK}/partners/dealer-services"
639
+ ),
640
+ id: "partNav5",
641
+ role: "menuitem",
642
+ "aria-label": "Press Enter to navigate to the Dealer Services section home page, or press Tab again to focus on the down arrow and press Enter to open the Dealer Services section sub-menu.",
643
+ children: "Dealer Services"
644
+ }
645
+ ),
646
+ /* @__PURE__ */ jsx(
647
+ "a",
648
+ {
649
+ href: "#",
650
+ id: "partNav5",
651
+ role: "menuitem",
652
+ "aria-label": "Press Enter to open the Dealer Services section sub-menu.",
653
+ onKeyDown: (event) => {
654
+ if (event.key === "Enter") {
655
+ handleMouseEnter("dealerservices");
656
+ }
657
+ },
511
658
  children: /* @__PURE__ */ jsx(
512
- "path",
659
+ "svg",
513
660
  {
514
- d: "M0.46875 1.76574L9.99908 11.2961L19.5294 1.76574L18.4687 0.705078L9.99908 9.17491L1.52941 0.705078L0.46875 1.76574Z",
515
- fill: "white"
661
+ width: "15",
662
+ height: "12",
663
+ viewBox: "0 0 20 12",
664
+ fill: "none",
665
+ xmlns: "http://www.w3.org/2000/svg",
666
+ style: { marginLeft: "8px" },
667
+ children: /* @__PURE__ */ jsx(
668
+ "path",
669
+ {
670
+ d: "M0.46875 1.76574L9.99908 11.2961L19.5294 1.76574L18.4687 0.705078L9.99908 9.17491L1.52941 0.705078L0.46875 1.76574Z",
671
+ fill: "white"
672
+ }
673
+ )
516
674
  }
517
675
  )
518
676
  }
519
677
  )
520
678
  ]
521
679
  }
522
- ) }),
523
- /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsx(
524
- Link,
680
+ ),
681
+ /* @__PURE__ */ jsx(
682
+ "li",
525
683
  {
526
- href: `/partners/strategic-partnerships`,
527
- id: "partNav6",
528
- role: "menuitem",
684
+ className: styles.sub_nav_link,
529
685
  onMouseEnter: handleMouseLeave,
530
- children: "Strategic Partnerships"
686
+ children: /* @__PURE__ */ jsx(
687
+ Link,
688
+ {
689
+ href: `/partners/strategic-partnerships`,
690
+ id: "partNav6",
691
+ role: "menuitem",
692
+ "aria-label": "Press Enter to navigate to the Strategic Partnerships section home page.",
693
+ children: "Strategic Partnerships"
694
+ }
695
+ )
531
696
  }
532
- ) })
697
+ )
533
698
  ] }),
534
699
  pathname?.includes("/customer-support") && support.map(
535
700
  (item) => /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsx(Link, { href: item.url, role: "menuitem", children: item.name }) }, `snb-${item.id}`)