@axos-web-dev/shared-components 0.0.111 → 0.0.112

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 (43) hide show
  1. package/dist/ATMLocator/ATMLocator.js +1 -0
  2. package/dist/Button/Button.js +4 -1
  3. package/dist/Calculators/Calculator.js +1 -0
  4. package/dist/Carousel/index.js +1 -0
  5. package/dist/Chevron/index.js +1 -0
  6. package/dist/Comparison/Comparison.js +1 -0
  7. package/dist/FaqAccordion/index.js +1 -0
  8. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +95 -72
  9. package/dist/Forms/ContactUsBusiness.js +1 -0
  10. package/dist/Forms/ContactUsNMLSId.js +1 -0
  11. package/dist/Forms/EmailOnly.js +1 -0
  12. package/dist/Forms/ScheduleCall.js +4 -1
  13. package/dist/Forms/SuccesForm.js +1 -0
  14. package/dist/HeroBanner/HeroBanner.css.d.ts +1 -0
  15. package/dist/Hyperlink/index.js +1 -0
  16. package/dist/ImageLink/ImageLink.js +1 -0
  17. package/dist/ImageLink/ImageLinkSet.js +1 -0
  18. package/dist/ImageLink/index.js +1 -0
  19. package/dist/Input/DatePicker.css.d.ts +1 -0
  20. package/dist/Input/DatePicker.css.js +6 -0
  21. package/dist/Input/Datepicker.d.ts +3 -0
  22. package/dist/Input/Datepicker.js +47 -0
  23. package/dist/Input/InputDate.css.d.ts +6 -0
  24. package/dist/Input/InputDate.css.js +15 -0
  25. package/dist/Input/InputDate.d.ts +3 -0
  26. package/dist/Input/InputDate.js +47 -0
  27. package/dist/Input/InputProps.d.ts +6 -0
  28. package/dist/Insight/Featured/CategorySelector.js +1 -0
  29. package/dist/Insight/Featured/Featured.js +1 -0
  30. package/dist/Modal/Modal.js +1 -0
  31. package/dist/NavigationMenu/AxosBank/NavData.d.ts +2 -36
  32. package/dist/NavigationMenu/AxosBank/NavData.js +133 -33
  33. package/dist/NavigationMenu/AxosBank/SubNavBar.js +369 -166
  34. package/dist/NavigationMenu/AxosBank/index.js +268 -28
  35. package/dist/NavigationMenu/AxosClearing/NavBar.module.js +49 -31
  36. package/dist/NavigationMenu/AxosClearing/NavData.js +1 -1
  37. package/dist/NavigationMenu/AxosClearing/index.js +119 -12
  38. package/dist/SetContainer/SetContainer.js +1 -0
  39. package/dist/assets/HeroBanner/HeroBanner.css +1 -0
  40. package/dist/assets/Input/DatePicker.css +95 -0
  41. package/dist/assets/Input/InputDate.css +39 -0
  42. package/dist/assets/NavigationMenu/AxosClearing/NavBar.css.css +133 -82
  43. package/package.json +118 -118
@@ -4,8 +4,94 @@ import { Button } from "../../Button/Button.js";
4
4
  import "../../Button/Button.css.js";
5
5
  import { useState, useRef, useEffect } from "react";
6
6
  import { useClickAway } from "react-use";
7
+ import "../../Accordion/Accordion.js";
8
+ import "../../Accordion/Accordion.css.js";
9
+ import "../../icons/ArrowIcon/ArrowIcon.css.js";
10
+ import "../../icons/CheckIcon/CheckIcon.css.js";
11
+ /* empty css */
12
+ /* empty css */
13
+ /* empty css */
14
+ /* empty css */
15
+ import "../../Chevron/Chevron.css.js";
16
+ import "../../AlertBanner/AlertBanner.css.js";
17
+ import "../../Article/Article.css.js";
18
+ import "../../ArticlesSet/ArticlesSet.css.js";
19
+ import "../../IconBillboard/IconBillboard.css.js";
20
+ import { findMoreAxosDomains } from "../../utils/allowedAxosDomains.js";
21
+ import "../../Calculators/AnnualFeeCalculator/AnnualFeeCalculator.css.js";
22
+ import "../../Calculators/ApyCalculator/ApyCalculator.css.js";
7
23
  import clsx from "clsx";
24
+ import "../../Table/Table.css.js";
25
+ import "../../Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.js";
26
+ import "@hookform/resolvers/zod";
27
+ import "../../Input/Checkbox.js";
28
+ import "../../Input/CurrencyInput.js";
29
+ import "../../Input/Dropdown.js";
30
+ /* empty css */
31
+ /* empty css */
32
+ import "../../Input/Input.js";
33
+ import "../../Input/Input.css.js";
34
+ import "../../Input/InputAmount.js";
35
+ import "../../Input/InputPhone.js";
36
+ import "../../Input/InputTextArea.js";
37
+ import "react-hook-form";
38
+ import "../../Forms/Forms.css.js";
39
+ import "../../Forms/SalesforceFieldsForm.js";
40
+ import "../../LoadingIndicator/LoadingIndicator.css.js";
41
+ import "../../Input/RadioButton.js";
42
+ import "../../Input/RadioButton.css.js";
43
+ import "../../Input/Checkbox.css.js";
44
+ import "iframe-resizer";
45
+ import "../../Calculators/calculator.css.js";
46
+ /* empty css */
47
+ import "../../Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js";
48
+ /* empty css */
49
+ /* empty css */
50
+ /* empty css */
51
+ /* empty css */
52
+ import "../../Carousel/index.js";
53
+ import "../../Hyperlink/Hyperlink.css.js";
54
+ /* empty css */
55
+ import "../../Comparison/Comparison.css.js";
56
+ import "../../HeroBanner/HeroBanner.css.js";
57
+ import "../../HeroBanner/LargeBanner.css.js";
58
+ import "../../HeroBanner/SelectionBanner.css.js";
59
+ import "../../SetContainer/SetContainer.css.js";
60
+ import "../../Tab/Tab.css.js";
61
+ import "../../icons/Star/Star.css.js";
62
+ import "../../ContentBanner/ContentBanner.css.js";
63
+ /* empty css */
64
+ import "../../ExecutiveBio/ExecutiveBio.css.js";
65
+ import "../../FaqAccordion/index.js";
66
+ import "../../FooterDisclosure/FooterDisclosure.css.js";
67
+ /* empty css */
68
+ import "../../ImageBillboard/ImageBillboard.css.js";
69
+ /* empty css */
70
+ /* empty css */
71
+ import "../../Interstitial/Interstitial-variants.css.js";
72
+ import "../../LandingPageHeader/LandingPageHeader.css.js";
73
+ /* empty css */
74
+ import "../../Modal/contextApi/store.js";
8
75
  import { NavItem } from "../NavItem/index.js";
76
+ /* empty css */
77
+ /* empty css */
78
+ /* empty css */
79
+ /* empty css */
80
+ /* empty css */
81
+ import "../../PageNavItem/PageNavItem.css.js";
82
+ import "lodash";
83
+ import "react-slick";
84
+ /* empty css */
85
+ /* empty css */
86
+ /* empty css */
87
+ /* empty css */
88
+ import "../../StepItem/StepItem.css.js";
89
+ import "../../StepItemSet/StepItemSet.css.js";
90
+ /* empty css */
91
+ /* empty css */
92
+ /* empty css */
93
+ /* empty css */
94
+ /* empty css */
9
95
  import { Sign_in_btn, expand } from "./NavBar.css.js";
10
96
  import styles from "./NavBar.module.js";
11
97
  import { navItems } from "./NavData.js";
@@ -178,7 +264,14 @@ function NavBar() {
178
264
  id: "signin-drop-menu",
179
265
  children: [
180
266
  /* @__PURE__ */ jsxs("li", { role: "heading", children: [
181
- /* @__PURE__ */ jsx("a", { className: styles.signin_header, href: `/personal`, children: "Personal" }),
267
+ /* @__PURE__ */ jsx(
268
+ "a",
269
+ {
270
+ className: styles.signin_header,
271
+ href: findMoreAxosDomains("{AXOSBANK}/personal"),
272
+ children: "Personal"
273
+ }
274
+ ),
182
275
  /* @__PURE__ */ jsxs("ul", { className: "list_unstyled", children: [
183
276
  /* @__PURE__ */ jsx("li", { className: styles.signin_subheader, children: /* @__PURE__ */ jsx(
184
277
  "a",
@@ -199,25 +292,52 @@ function NavBar() {
199
292
  ] })
200
293
  ] }),
201
294
  /* @__PURE__ */ jsxs("li", { role: "heading", children: [
202
- /* @__PURE__ */ jsx("a", { className: styles.signin_header, href: `/business`, children: "Business" }),
295
+ /* @__PURE__ */ jsx(
296
+ "a",
297
+ {
298
+ className: styles.signin_header,
299
+ href: findMoreAxosDomains("{AXOSBANK}/business"),
300
+ children: "Business"
301
+ }
302
+ ),
203
303
  /* @__PURE__ */ jsxs("ul", { className: "list_unstyled", children: [
204
- /* @__PURE__ */ jsx("li", { className: styles.signin_subheader, children: /* @__PURE__ */ jsx("a", { href: "/business/login", role: "menuitem", children: "Business Banking Login" }) }),
205
304
  /* @__PURE__ */ jsx("li", { className: styles.signin_subheader, children: /* @__PURE__ */ jsx(
206
305
  "a",
207
306
  {
208
- href: "/business/MWA-business-banking",
307
+ href: findMoreAxosDomains(
308
+ "{AXOSBANK}/business/login"
309
+ ),
310
+ role: "menuitem",
311
+ children: "Business Banking Login"
312
+ }
313
+ ) }),
314
+ /* @__PURE__ */ jsx("li", { className: styles.signin_subheader, children: /* @__PURE__ */ jsx(
315
+ "a",
316
+ {
317
+ href: findMoreAxosDomains(
318
+ "{AXOSBANK}/mwa-business-banking"
319
+ ),
209
320
  role: "menuitem",
210
321
  children: "MWA Business Banking"
211
322
  }
212
323
  ) }),
213
- /* @__PURE__ */ jsx("li", { className: styles.signin_subheader, children: /* @__PURE__ */ jsx("a", { href: "/commercial-portal", role: "menuitem", children: "Commercial Portal" }) })
324
+ /* @__PURE__ */ jsx("li", { className: styles.signin_subheader, children: /* @__PURE__ */ jsx(
325
+ "a",
326
+ {
327
+ href: findMoreAxosDomains(
328
+ "{AXOSBANK}/commercial/lending/commercial-portal"
329
+ ),
330
+ role: "menuitem",
331
+ children: "Commercial Portal"
332
+ }
333
+ ) })
214
334
  ] })
215
335
  ] }),
216
336
  /* @__PURE__ */ jsxs("li", { role: "heading", children: [
217
337
  /* @__PURE__ */ jsx(
218
338
  "a",
219
339
  {
220
- href: `/partners`,
340
+ href: findMoreAxosDomains("{AXOSBANK/partners}"),
221
341
  className: `${styles.signin_header}`,
222
342
  children: "Partners"
223
343
  }
@@ -234,7 +354,7 @@ function NavBar() {
234
354
  /* @__PURE__ */ jsx("li", { className: styles.signin_subheader, children: /* @__PURE__ */ jsx(
235
355
  "a",
236
356
  {
237
- href: "https://arms.axosadvisor.com/",
357
+ href: findMoreAxosDomains("{ARMS}"),
238
358
  role: "menuitem",
239
359
  children: "Advisor Login"
240
360
  }
@@ -246,8 +366,26 @@ function NavBar() {
246
366
  {
247
367
  className: `${styles.signin_subheader} ${styles.signin_footer} relative`,
248
368
  children: [
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" })
369
+ /* @__PURE__ */ jsx(
370
+ "a",
371
+ {
372
+ href: findMoreAxosDomains(
373
+ "{AXOSBANK}/customer-support"
374
+ ),
375
+ role: "menuitem",
376
+ children: "Customer Support"
377
+ }
378
+ ),
379
+ /* @__PURE__ */ jsx(
380
+ "a",
381
+ {
382
+ href: findMoreAxosDomains(
383
+ "{AXOSBANK}/return-to-application"
384
+ ),
385
+ role: "menuitem",
386
+ children: "Return to Application"
387
+ }
388
+ )
251
389
  ]
252
390
  }
253
391
  )
@@ -345,10 +483,31 @@ function NavBar() {
345
483
  className: clsx(styles.sub_menu, isOpenProducts1 && expand),
346
484
  children: [
347
485
  /* @__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" })
486
+ /* @__PURE__ */ jsx(
487
+ "a",
488
+ {
489
+ href: findMoreAxosDomains("{AXOSBANK}/personal"),
490
+ role: "menuitem",
491
+ children: "Bank"
492
+ }
493
+ ),
494
+ /* @__PURE__ */ jsx(
495
+ "a",
496
+ {
497
+ href: findMoreAxosDomains("{AXOSBANK}/personal/borrow"),
498
+ role: "menuitem",
499
+ children: "Borrow"
500
+ }
501
+ ),
502
+ /* @__PURE__ */ jsx("a", { href: findMoreAxosDomains("{AXOS}"), role: "menuitem", children: "Invest" }),
503
+ /* @__PURE__ */ jsx(
504
+ "a",
505
+ {
506
+ href: findMoreAxosDomains("{AXOSBANK}/personal/plan"),
507
+ role: "menuitem",
508
+ children: "Plan"
509
+ }
510
+ )
352
511
  ]
353
512
  }
354
513
  )
@@ -404,10 +563,39 @@ function NavBar() {
404
563
  {
405
564
  className: clsx(styles.sub_menu, isOpenProducts2 && expand),
406
565
  children: [
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" })
566
+ /* @__PURE__ */ jsx(
567
+ "a",
568
+ {
569
+ href: findMoreAxosDomains("{AXOSBANK}/business"),
570
+ className: styles.main,
571
+ role: "heading",
572
+ children: "Business Home"
573
+ }
574
+ ),
575
+ /* @__PURE__ */ jsx(
576
+ "a",
577
+ {
578
+ href: findMoreAxosDomains("{AXOSBANK}/business"),
579
+ role: "menuitem",
580
+ children: "Small Business Banking"
581
+ }
582
+ ),
583
+ /* @__PURE__ */ jsx(
584
+ "a",
585
+ {
586
+ href: findMoreAxosDomains("{AXOSBANK}/commercial"),
587
+ role: "menuitem",
588
+ children: "Commercial Banking"
589
+ }
590
+ ),
591
+ /* @__PURE__ */ jsx(
592
+ "a",
593
+ {
594
+ href: findMoreAxosDomains("{AXOSBANK}/commercial/lending"),
595
+ role: "menuitem",
596
+ children: "Commercial Lending"
597
+ }
598
+ )
411
599
  ]
412
600
  }
413
601
  )
@@ -463,7 +651,15 @@ function NavBar() {
463
651
  {
464
652
  className: clsx(styles.sub_menu, isOpenProducts3 && expand),
465
653
  children: [
466
- /* @__PURE__ */ jsx("a", { href: "/partners", className: styles.main, role: "heading", children: "Partners Home" }),
654
+ /* @__PURE__ */ jsx(
655
+ "a",
656
+ {
657
+ href: findMoreAxosDomains("{AXOSBANK}/partners"),
658
+ className: styles.main,
659
+ role: "heading",
660
+ children: "Partners Home"
661
+ }
662
+ ),
467
663
  /* @__PURE__ */ jsx(
468
664
  "a",
469
665
  {
@@ -475,7 +671,9 @@ function NavBar() {
475
671
  /* @__PURE__ */ jsx(
476
672
  "a",
477
673
  {
478
- href: "/partners/wholesale-correspondent-portfolio-lending",
674
+ href: findMoreAxosDomains(
675
+ "{AXOSBANK}/partners/wholesale-correspondent-portfolio-lending"
676
+ ),
479
677
  role: "menuitem",
480
678
  children: "Wholesale Lending"
481
679
  }
@@ -489,8 +687,26 @@ function NavBar() {
489
687
  }
490
688
  ),
491
689
  /* @__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" })
690
+ /* @__PURE__ */ jsx(
691
+ "a",
692
+ {
693
+ href: findMoreAxosDomains(
694
+ "{AXOSBANK}/partners/dealer-services"
695
+ ),
696
+ role: "menuitem",
697
+ children: "Dealer Services"
698
+ }
699
+ ),
700
+ /* @__PURE__ */ jsx(
701
+ "a",
702
+ {
703
+ href: findMoreAxosDomains(
704
+ "{AXOSBANK}/partners/strategic-partnerships"
705
+ ),
706
+ role: "menuitem",
707
+ children: "Strategic Partnerships"
708
+ }
709
+ )
494
710
  ]
495
711
  }
496
712
  )
@@ -560,11 +776,33 @@ function NavBar() {
560
776
  ),
561
777
  /* @__PURE__ */ jsx("a", { href: "https://loanpayment.axosbank.com", role: "menuitem", children: "Make a Payment" }),
562
778
  /* @__PURE__ */ jsx("span", { className: styles.main, role: "heading", children: "Business" }),
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" }),
779
+ /* @__PURE__ */ jsx(
780
+ "a",
781
+ {
782
+ href: findMoreAxosDomains("{AXOSBANK}/business/login"),
783
+ role: "menuitem",
784
+ children: "Business Banking Login"
785
+ }
786
+ ),
787
+ /* @__PURE__ */ jsx(
788
+ "a",
789
+ {
790
+ href: findMoreAxosDomains(
791
+ "{AXOSBANK}/business/MWA-business-banking"
792
+ ),
793
+ role: "menuitem",
794
+ children: "MWA Business Banking"
795
+ }
796
+ ),
797
+ /* @__PURE__ */ jsx(
798
+ "a",
799
+ {
800
+ href: findMoreAxosDomains("{AXOSBANK}/commercial-portal"),
801
+ role: "menuitem",
802
+ children: "Commercial Portal"
803
+ }
804
+ ),
566
805
  /* @__PURE__ */ jsx("span", { className: styles.main, role: "heading", children: "Partners" }),
567
- /* @__PURE__ */ jsx("a", { href: "/business/login", role: "menuitem", children: "Business Banking Login" }),
568
806
  /* @__PURE__ */ jsx(
569
807
  "a",
570
808
  {
@@ -573,7 +811,7 @@ function NavBar() {
573
811
  children: "Wholesale and Correspondent"
574
812
  }
575
813
  ),
576
- /* @__PURE__ */ jsx("a", { href: "https://arms.axosadvisor.com/", role: "menuitem", children: "Advisor Login" })
814
+ /* @__PURE__ */ jsx("a", { href: findMoreAxosDomains("{ARMS}"), role: "menuitem", children: "Advisor Login" })
577
815
  ]
578
816
  }
579
817
  )
@@ -583,7 +821,7 @@ function NavBar() {
583
821
  /* @__PURE__ */ jsx("li", { className: `${styles.mobile_nav_item}`, children: /* @__PURE__ */ jsx(
584
822
  "a",
585
823
  {
586
- href: "/return-to-application",
824
+ href: findMoreAxosDomains("{AXOSBANK}/return-to-application"),
587
825
  role: "button",
588
826
  className: `flex_row between ${styles.btn}`,
589
827
  children: "Return to Application"
@@ -601,7 +839,9 @@ function NavBar() {
601
839
  Button,
602
840
  {
603
841
  color: "primary",
604
- targetUrl: "/customer-support/personal-support/contact-us#",
842
+ targetUrl: findMoreAxosDomains(
843
+ "{AXOSBANK}/personal/support/contact"
844
+ ),
605
845
  children: "Contact Us"
606
846
  }
607
847
  ) })
@@ -1,34 +1,40 @@
1
- const header = "_header_11jbd_1";
2
- const wrapper = "_wrapper_11jbd_5";
3
- const header_main_row = "_header_main_row_11jbd_11";
4
- const mobile_header = "_mobile_header_11jbd_12";
5
- const logo_wrap = "_logo_wrap_11jbd_18";
6
- const primary_links = "_primary_links_11jbd_22";
7
- const main_nav_link = "_main_nav_link_11jbd_26";
8
- const sub_nav_link = "_sub_nav_link_11jbd_45";
9
- const signin_wrap = "_signin_wrap_11jbd_47";
10
- const signin_btn = "_signin_btn_11jbd_48";
11
- const sub_nav = "_sub_nav_11jbd_45";
12
- const header_sub_row = "_header_sub_row_11jbd_100";
13
- const hamburger = "_hamburger_11jbd_129";
14
- const mobile_only = "_mobile_only_11jbd_143";
15
- const mobile_logo = "_mobile_logo_11jbd_149";
16
- const highlight = "_highlight_11jbd_154";
17
- const mobile_nav = "_mobile_nav_11jbd_181";
18
- const mobile_opened = "_mobile_opened_11jbd_192";
19
- const mobile_nav_item = "_mobile_nav_item_11jbd_200";
20
- const has_dropdown = "_has_dropdown_11jbd_215";
21
- const icon_wrap = "_icon_wrap_11jbd_236";
22
- const mobile_footer = "_mobile_footer_11jbd_241";
23
- const mobile_footer_content = "_mobile_footer_content_11jbd_246";
24
- const mobile_footer_media = "_mobile_footer_media_11jbd_261";
25
- const footer_cta = "_footer_cta_11jbd_267";
26
- const inner_wrapper = "_inner_wrapper_11jbd_295";
27
- const btn = "_btn_11jbd_300";
28
- const sub_menu = "_sub_menu_11jbd_305";
29
- const main = "_main_11jbd_26";
30
- const dd_footer = "_dd_footer_11jbd_330";
31
- const desktop_only = "_desktop_only_11jbd_355";
1
+ const header = "_header_1v2qx_1";
2
+ const wrapper = "_wrapper_1v2qx_5";
3
+ const header_main_row = "_header_main_row_1v2qx_11";
4
+ const mobile_header = "_mobile_header_1v2qx_12";
5
+ const logo_wrap = "_logo_wrap_1v2qx_18";
6
+ const primary_links = "_primary_links_1v2qx_22";
7
+ const main_nav_link = "_main_nav_link_1v2qx_26";
8
+ const sub_nav_link = "_sub_nav_link_1v2qx_45";
9
+ const signin_wrap = "_signin_wrap_1v2qx_47";
10
+ const signin_btn = "_signin_btn_1v2qx_48";
11
+ const sub_nav = "_sub_nav_1v2qx_45";
12
+ const header_sub_row = "_header_sub_row_1v2qx_96";
13
+ const signin_dropdown = "_signin_dropdown_1v2qx_119";
14
+ const shadow = "_shadow_1v2qx_129";
15
+ const signin_subheader = "_signin_subheader_1v2qx_135";
16
+ const opacity = "_opacity_1v2qx_156";
17
+ const fadeInDown = "_fadeInDown_1v2qx_1";
18
+ const open = "_open_1v2qx_162";
19
+ const hamburger = "_hamburger_1v2qx_180";
20
+ const mobile_only = "_mobile_only_1v2qx_194";
21
+ const mobile_logo = "_mobile_logo_1v2qx_200";
22
+ const highlight = "_highlight_1v2qx_205";
23
+ const mobile_nav = "_mobile_nav_1v2qx_232";
24
+ const mobile_opened = "_mobile_opened_1v2qx_243";
25
+ const mobile_nav_item = "_mobile_nav_item_1v2qx_251";
26
+ const has_dropdown = "_has_dropdown_1v2qx_266";
27
+ const icon_wrap = "_icon_wrap_1v2qx_287";
28
+ const mobile_footer = "_mobile_footer_1v2qx_292";
29
+ const mobile_footer_content = "_mobile_footer_content_1v2qx_297";
30
+ const mobile_footer_media = "_mobile_footer_media_1v2qx_312";
31
+ const footer_cta = "_footer_cta_1v2qx_318";
32
+ const inner_wrapper = "_inner_wrapper_1v2qx_346";
33
+ const btn = "_btn_1v2qx_351";
34
+ const sub_menu = "_sub_menu_1v2qx_356";
35
+ const main = "_main_1v2qx_26";
36
+ const dd_footer = "_dd_footer_1v2qx_381";
37
+ const desktop_only = "_desktop_only_1v2qx_406";
32
38
  const styles = {
33
39
  header,
34
40
  wrapper,
@@ -42,6 +48,12 @@ const styles = {
42
48
  signin_btn,
43
49
  sub_nav,
44
50
  header_sub_row,
51
+ signin_dropdown,
52
+ shadow,
53
+ signin_subheader,
54
+ opacity,
55
+ fadeInDown,
56
+ open,
45
57
  hamburger,
46
58
  mobile_only,
47
59
  mobile_logo,
@@ -67,6 +79,7 @@ export {
67
79
  dd_footer,
68
80
  styles as default,
69
81
  desktop_only,
82
+ fadeInDown,
70
83
  footer_cta,
71
84
  hamburger,
72
85
  has_dropdown,
@@ -88,8 +101,13 @@ export {
88
101
  mobile_nav_item,
89
102
  mobile_only,
90
103
  mobile_opened,
104
+ opacity,
105
+ open,
91
106
  primary_links,
107
+ shadow,
92
108
  signin_btn,
109
+ signin_dropdown,
110
+ signin_subheader,
93
111
  signin_wrap,
94
112
  sub_menu,
95
113
  sub_nav,
@@ -2,7 +2,7 @@ const navItems = [
2
2
  { name: "Who We Serve", url: "/who-we-serve" },
3
3
  { name: "Products & Services", url: "/products-and-services" },
4
4
  { name: "Axos Advantage", url: "/axos-advantage" },
5
- { name: "Sign In", url: "https://connect.axosclearing.com/" }
5
+ { name: "Get in Touch", url: "/axos-advantage/contact-us" }
6
6
  ];
7
7
  const subNavItems = {
8
8
  whoWeServe: [