@axos-web-dev/shared-components 0.0.107 → 0.0.109
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.
- package/dist/ATMLocator/ATMLocator.js +6 -3
- package/dist/Blockquote/index.js +1 -2
- package/dist/Button/Button.js +6 -3
- package/dist/Calculators/Calculator.js +6 -3
- package/dist/Carousel/index.js +6 -3
- package/dist/Chevron/index.js +6 -3
- package/dist/Comparison/Comparison.js +6 -3
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +6 -3
- package/dist/Forms/ClearingForm.d.ts +14 -0
- package/dist/Forms/ClearingForm.js +334 -0
- package/dist/Forms/ContactUsBusiness.js +6 -3
- package/dist/Forms/ContactUsNMLSId.js +6 -3
- package/dist/Forms/EmailOnly.js +6 -3
- package/dist/Forms/ScheduleCall.js +1 -4
- package/dist/Forms/SuccesForm.js +6 -3
- package/dist/Forms/index.d.ts +1 -0
- package/dist/Forms/index.js +2 -0
- package/dist/Hyperlink/index.js +6 -3
- package/dist/ImageLink/ImageLink.js +6 -3
- package/dist/ImageLink/ImageLinkSet.js +6 -3
- package/dist/ImageLink/index.js +6 -3
- package/dist/Input/Checkbox.css.d.ts +2 -0
- package/dist/Input/Checkbox.css.js +5 -1
- package/dist/Input/CheckboxGroup.d.ts +20 -0
- package/dist/Input/CheckboxGroup.js +39 -0
- package/dist/Input/InputProps.d.ts +0 -6
- package/dist/Insight/Featured/CategorySelector.css.d.ts +8 -0
- package/dist/Insight/Featured/CategorySelector.css.js +23 -0
- package/dist/Insight/Featured/CategorySelector.d.ts +13 -0
- package/dist/Insight/Featured/CategorySelector.js +159 -0
- package/dist/Insight/Featured/Featured.css.d.ts +13 -0
- package/dist/Insight/Featured/Featured.css.js +30 -0
- package/dist/Insight/Featured/Featured.d.ts +25 -0
- package/dist/Insight/Featured/Featured.js +181 -0
- package/dist/Insight/Featured/index.d.ts +3 -0
- package/dist/Insight/Featured/index.js +22 -0
- package/dist/Insight/index.d.ts +1 -0
- package/dist/Insight/index.js +22 -0
- package/dist/Modal/Modal.js +6 -3
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +7 -4
- package/dist/NavigationMenu/AxosBank/index.js +41 -103
- package/dist/NavigationMenu/AxosClearing/SubNavBar.js +5 -6
- package/dist/NavigationMenu/AxosClearing/index.js +17 -20
- package/dist/PageNavSet/PageNavSet.js +6 -1
- package/dist/SetContainer/SetContainer.js +6 -3
- package/dist/VideoTile/VideoInit.js +1 -2
- package/dist/VideoWrapper/index.js +0 -1
- package/dist/assets/Input/Checkbox.css +7 -0
- package/dist/assets/Insight/Featured/CategorySelector.css +55 -0
- package/dist/assets/Insight/Featured/Featured.css +87 -0
- package/dist/main.d.ts +1 -0
- package/dist/main.js +22 -0
- package/package.json +1 -1
- package/dist/Input/DatePicker.css.d.ts +0 -1
- package/dist/Input/DatePicker.css.js +0 -6
- package/dist/Input/Datepicker.d.ts +0 -3
- package/dist/Input/Datepicker.js +0 -47
- package/dist/Input/InputDate.css.d.ts +0 -6
- package/dist/Input/InputDate.css.js +0 -15
- package/dist/Input/InputDate.d.ts +0 -3
- package/dist/Input/InputDate.js +0 -47
- package/dist/assets/Input/DatePicker.css +0 -95
- 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
|
-
|
|
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(
|
|
105
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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(
|
|
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
|
-
|
|
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(
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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(
|
|
267
|
-
/* @__PURE__ */ jsx(
|
|
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
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
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
|
-
|
|
434
|
-
|
|
435
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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(
|
|
540
|
-
/* @__PURE__ */ jsx(
|
|
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
|
-
|
|
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(
|
|
626
|
-
/* @__PURE__ */ jsx(
|
|
627
|
-
/* @__PURE__ */ jsx(
|
|
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(
|
|
567
|
+
/* @__PURE__ */ jsx("a", { href: "/business/login", role: "menuitem", children: "Business Banking Login" }),
|
|
630
568
|
/* @__PURE__ */ jsx(
|
|
631
|
-
|
|
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(
|
|
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
|
-
|
|
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 =
|
|
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(
|
|
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(
|
|
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(
|
|
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
|
-
|
|
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(
|
|
96
|
-
|
|
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
|
-
|
|
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(
|
|
253
|
+
/* @__PURE__ */ jsx("a", { href: "/who-we-serve/broker-dealers", role: "menuitem", children: "Broker Dealers" }),
|
|
257
254
|
/* @__PURE__ */ jsx(
|
|
258
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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(
|
|
426
|
-
/* @__PURE__ */ jsx(
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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();
|
|
@@ -40,13 +40,14 @@ import "../Forms/SalesforceFieldsForm.js";
|
|
|
40
40
|
import "../LoadingIndicator/LoadingIndicator.css.js";
|
|
41
41
|
import "react-use";
|
|
42
42
|
import "../Input/RadioButton.js";
|
|
43
|
+
import "../Input/RadioButton.css.js";
|
|
44
|
+
import "../Input/Checkbox.css.js";
|
|
43
45
|
import "iframe-resizer";
|
|
44
46
|
import "../Calculators/calculator.css.js";
|
|
45
47
|
/* empty css */
|
|
46
48
|
import "../Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js";
|
|
47
49
|
/* empty css */
|
|
48
50
|
/* empty css */
|
|
49
|
-
import "next/image.js";
|
|
50
51
|
/* empty css */
|
|
51
52
|
import "../Carousel/index.js";
|
|
52
53
|
import "../Hyperlink/Hyperlink.css.js";
|
|
@@ -63,6 +64,8 @@ import "../FaqAccordion/index.js";
|
|
|
63
64
|
import "../FooterDisclosure/FooterDisclosure.css.js";
|
|
64
65
|
/* empty css */
|
|
65
66
|
import "../ImageBillboard/ImageBillboard.css.js";
|
|
67
|
+
/* empty css */
|
|
68
|
+
/* empty css */
|
|
66
69
|
import "../LandingPageHeader/LandingPageHeader.css.js";
|
|
67
70
|
import "../Chevron/Chevron.css.js";
|
|
68
71
|
/* empty css */
|
|
@@ -71,8 +74,9 @@ import "../Modal/contextApi/store.js";
|
|
|
71
74
|
/* empty css */
|
|
72
75
|
/* empty css */
|
|
73
76
|
/* empty css */
|
|
74
|
-
import "next/link.js";
|
|
75
77
|
/* empty css */
|
|
78
|
+
import "next/image.js";
|
|
79
|
+
import "next/link.js";
|
|
76
80
|
import "next/navigation.js";
|
|
77
81
|
/* empty css */
|
|
78
82
|
/* empty css */
|
|
@@ -88,7 +92,6 @@ import "../StepItemSet/StepItemSet.css.js";
|
|
|
88
92
|
/* empty css */
|
|
89
93
|
/* empty css */
|
|
90
94
|
/* empty css */
|
|
91
|
-
import "next/script.js";
|
|
92
95
|
/* empty css */
|
|
93
96
|
/* empty css */
|
|
94
97
|
import "../Interstitial/Interstitial-variants.css.js";
|
|
@@ -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(
|
|
3
|
+
return /* @__PURE__ */ jsx("script", { src: "https://play.vidyard.com/embed/v4.js" });
|
|
5
4
|
};
|
|
6
5
|
export {
|
|
7
6
|
VideoInit
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
._13y9ptj0 {
|
|
2
|
+
padding: 24px 0;
|
|
3
|
+
}
|
|
4
|
+
._13y9ptj1 {
|
|
5
|
+
display: flex;
|
|
6
|
+
justify-content: space-between;
|
|
7
|
+
margin-bottom: 24px;
|
|
8
|
+
align-items: center;
|
|
9
|
+
}
|
|
10
|
+
._13y9ptj2 {
|
|
11
|
+
font-size: 24px;
|
|
12
|
+
color: var(--_1073cm83);
|
|
13
|
+
text-decoration: none;
|
|
14
|
+
font-family: var(--header-font-family);
|
|
15
|
+
text-transform: capitalize;
|
|
16
|
+
font-weight: 600;
|
|
17
|
+
}
|
|
18
|
+
._13y9ptj3 {
|
|
19
|
+
display: grid;
|
|
20
|
+
grid-template-columns: 1fr 1fr 1fr;
|
|
21
|
+
gap: 24px;
|
|
22
|
+
overflow: hidden;
|
|
23
|
+
}
|
|
24
|
+
._13y9ptj4 {
|
|
25
|
+
max-width: 370px;
|
|
26
|
+
grid-template-rows: 1fr 1fr;
|
|
27
|
+
}
|
|
28
|
+
._13y9ptj5 {
|
|
29
|
+
font-size: 28px;
|
|
30
|
+
padding-bottom: 10px;
|
|
31
|
+
-webkit-line-clamp: 4;
|
|
32
|
+
box-orient: vertical;
|
|
33
|
+
}
|
|
34
|
+
._13y9ptj6 {
|
|
35
|
+
padding: 24px;
|
|
36
|
+
color: #333D46;
|
|
37
|
+
font-family: var(--main-font-family);
|
|
38
|
+
min-height: 182px;
|
|
39
|
+
display: grid;
|
|
40
|
+
grid-template-rows: 120px 30px;
|
|
41
|
+
}
|
|
42
|
+
._13y9ptj7 {
|
|
43
|
+
aspect-ratio: 16 / 9;
|
|
44
|
+
}
|
|
45
|
+
@media screen and (max-width:1024px) {
|
|
46
|
+
._13y9ptj3 {
|
|
47
|
+
grid-template-columns: 1fr 1fr 1fr;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
@media screen and (max-width:768px) {
|
|
51
|
+
._13y9ptj3 {
|
|
52
|
+
grid-template-columns: 1fr;
|
|
53
|
+
justify-items: center;
|
|
54
|
+
}
|
|
55
|
+
}
|