@axos-web-dev/shared-components 1.0.99-feature-brand.12 → 1.0.99-feature-brand.14

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.
@@ -719,7 +719,7 @@ const BuyDownCalculator = ({
719
719
  id: "mooringOutsideContinentalUS",
720
720
  ...register("mooringOutsideContinentalUS"),
721
721
  value: 0.5,
722
- radioText: "Mooring Outside Continental U.S. (Includes Puerto Rico,\n Hawaii, and Alaska) (Does not apply to Full Time Charter)\n +0.500",
722
+ radioText: "Mooring Outside Continental U.S. (Includes Puerto Rico,\r\n Hawaii, and Alaska) (Does not apply to Full Time Charter)\r\n +0.500",
723
723
  groupName: "dependentInputs",
724
724
  disabled: disableMooringOutside
725
725
  }
@@ -143,6 +143,7 @@ export declare const menuData: {
143
143
  "ATM Locator": string;
144
144
  Calculators: string;
145
145
  };
146
+ "Refer-a-Friend": string;
146
147
  Insights: string;
147
148
  };
148
149
  "Commercial Banking": {
@@ -415,6 +415,9 @@ const menuData = {
415
415
  "{AXOSBANK}/tools/calculators/saving-to-start-a-business-calculator"
416
416
  )
417
417
  },
418
+ "Refer-a-Friend": findMoreAxosDomains(
419
+ "{AXOSBANK}/business/refer-a-friend"
420
+ ),
418
421
  Insights: findMoreAxosDomains("{AXOSBANK}/business/insights")
419
422
  },
420
423
  "Commercial Banking": {
@@ -744,7 +744,7 @@ function SubNavBar() {
744
744
  /* @__PURE__ */ jsxs(
745
745
  "div",
746
746
  {
747
- className: `${styles.dd_media} ${styles.opacity} ${dd_media} w_auto text_center`,
747
+ className: `${styles.dd_media} ${styles.opacity} ${dd_media} text_center`,
748
748
  children: [
749
749
  /* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
750
750
  /* @__PURE__ */ jsx("p", { role: "heading", children: "Introducing Axos ONE" }),
@@ -838,7 +838,7 @@ function SubNavBar() {
838
838
  }
839
839
  ),
840
840
  /* @__PURE__ */ jsx("hr", {}),
841
- /* @__PURE__ */ jsxs("div", { className: `${styles.site_lists} flex_row`, children: [
841
+ /* @__PURE__ */ jsxs("div", { className: styles.site_lists, children: [
842
842
  /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
843
843
  /* @__PURE__ */ jsx(
844
844
  Image,
@@ -1120,7 +1120,7 @@ function SubNavBar() {
1120
1120
  /* @__PURE__ */ jsxs(
1121
1121
  "div",
1122
1122
  {
1123
- className: `${styles.dd_media} ${styles.opacity} ${dd_media} w_auto text_center`,
1123
+ className: `${styles.dd_media} ${styles.opacity} ${dd_media} text_center`,
1124
1124
  children: [
1125
1125
  /* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
1126
1126
  /* @__PURE__ */ jsxs("p", { role: "heading", children: [
@@ -1208,7 +1208,7 @@ function SubNavBar() {
1208
1208
  }
1209
1209
  ),
1210
1210
  /* @__PURE__ */ jsx("hr", {}),
1211
- /* @__PURE__ */ jsxs("div", { className: `${styles.site_lists} flex_row`, children: [
1211
+ /* @__PURE__ */ jsxs("div", { className: styles.site_lists, children: [
1212
1212
  /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1213
1213
  /* @__PURE__ */ jsx(
1214
1214
  Image,
@@ -1499,7 +1499,7 @@ function SubNavBar() {
1499
1499
  /* @__PURE__ */ jsxs(
1500
1500
  "div",
1501
1501
  {
1502
- className: `${styles.dd_media} ${styles.opacity} ${dd_media} w_auto text_center`,
1502
+ className: `${styles.dd_media} ${styles.opacity} ${dd_media} text_center`,
1503
1503
  children: [
1504
1504
  /* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
1505
1505
  /* @__PURE__ */ jsx("p", { role: "heading", children: "Introducing Axos FundFinder+" }),
@@ -1581,7 +1581,7 @@ function SubNavBar() {
1581
1581
  }
1582
1582
  ),
1583
1583
  /* @__PURE__ */ jsx("hr", {}),
1584
- /* @__PURE__ */ jsxs("div", { className: `${styles.site_lists} flex_row`, children: [
1584
+ /* @__PURE__ */ jsxs("div", { className: styles.site_lists, children: [
1585
1585
  /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1586
1586
  /* @__PURE__ */ jsx(
1587
1587
  Image,
@@ -1765,7 +1765,7 @@ function SubNavBar() {
1765
1765
  /* @__PURE__ */ jsxs(
1766
1766
  "div",
1767
1767
  {
1768
- className: `${styles.dd_media} ${styles.opacity} ${dd_media} w_auto text_center`,
1768
+ className: `${styles.dd_media} ${styles.opacity} ${dd_media} text_center`,
1769
1769
  children: [
1770
1770
  /* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
1771
1771
  /* @__PURE__ */ jsx("p", { role: "heading", children: "All your finances. In one place." }),
@@ -1849,7 +1849,7 @@ function SubNavBar() {
1849
1849
  }
1850
1850
  ),
1851
1851
  /* @__PURE__ */ jsx("hr", {}),
1852
- /* @__PURE__ */ jsxs("div", { className: `${styles.site_lists} flex_row`, children: [
1852
+ /* @__PURE__ */ jsxs("div", { className: styles.site_lists, children: [
1853
1853
  /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1854
1854
  /* @__PURE__ */ jsx(
1855
1855
  Image,
@@ -2025,7 +2025,7 @@ function SubNavBar() {
2025
2025
  /* @__PURE__ */ jsxs(
2026
2026
  "div",
2027
2027
  {
2028
- className: `${styles.dd_media} ${styles.opacity} ${dd_media} w_auto text_center`,
2028
+ className: `${styles.dd_media} ${styles.opacity} ${dd_media} text_center`,
2029
2029
  children: [
2030
2030
  /* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
2031
2031
  /* @__PURE__ */ jsx("p", { role: "heading", children: "Open a Business Banking Account" }),
@@ -2132,7 +2132,7 @@ function SubNavBar() {
2132
2132
  }
2133
2133
  ),
2134
2134
  /* @__PURE__ */ jsx("hr", {}),
2135
- /* @__PURE__ */ jsxs("div", { className: `${styles.site_lists} flex_row`, children: [
2135
+ /* @__PURE__ */ jsxs("div", { className: styles.site_lists, children: [
2136
2136
  /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
2137
2137
  /* @__PURE__ */ jsx(
2138
2138
  Image,
@@ -2433,6 +2433,27 @@ function SubNavBar() {
2433
2433
  ) })
2434
2434
  ] })
2435
2435
  ] }),
2436
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
2437
+ /* @__PURE__ */ jsx(
2438
+ Image,
2439
+ {
2440
+ src: `https://images.axos.com/o9ov1v03uwqk/6ninSDVeSycXICNX8zF4J3/75ccf4194f0b3e7209f4095457bce00d/nav-submenu-raf-icon.svg`,
2441
+ alt: "",
2442
+ width: 20,
2443
+ height: 20
2444
+ }
2445
+ ),
2446
+ /* @__PURE__ */ jsx("ul", { className: `${styles.ml_8} list_unstyled`, children: /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2447
+ Link,
2448
+ {
2449
+ href: findMoreAxosDomains(
2450
+ "{AXOSBANK}/business/refer-a-friend"
2451
+ ),
2452
+ role: "heading",
2453
+ children: "Refer-a-Friend"
2454
+ }
2455
+ ) }) })
2456
+ ] }),
2436
2457
  /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
2437
2458
  /* @__PURE__ */ jsx(
2438
2459
  Image,
@@ -2474,7 +2495,7 @@ function SubNavBar() {
2474
2495
  /* @__PURE__ */ jsxs(
2475
2496
  "div",
2476
2497
  {
2477
- className: `${styles.dd_media} ${styles.opacity} ${dd_media} w_auto text_center`,
2498
+ className: `${styles.dd_media} ${styles.opacity} ${dd_media} text_center`,
2478
2499
  children: [
2479
2500
  /* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
2480
2501
  /* @__PURE__ */ jsx("p", { role: "heading", children: "Commercial Banking" }),
@@ -2544,7 +2565,7 @@ function SubNavBar() {
2544
2565
  /* @__PURE__ */ jsxs(
2545
2566
  "div",
2546
2567
  {
2547
- className: `${styles.site_lists} ${styles.modify_fit} flex_row`,
2568
+ className: `${styles.site_lists} ${styles.modify_fit}`,
2548
2569
  children: [
2549
2570
  /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
2550
2571
  /* @__PURE__ */ jsx(
@@ -2779,7 +2800,7 @@ function SubNavBar() {
2779
2800
  /* @__PURE__ */ jsxs(
2780
2801
  "div",
2781
2802
  {
2782
- className: `${styles.dd_media} ${styles.opacity} ${dd_media} w_auto text_center`,
2803
+ className: `${styles.dd_media} ${styles.opacity} ${dd_media} text_center`,
2783
2804
  children: [
2784
2805
  /* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
2785
2806
  /* @__PURE__ */ jsx("p", { role: "heading", children: "Commercial Lending" }),
@@ -2846,7 +2867,7 @@ function SubNavBar() {
2846
2867
  }
2847
2868
  ),
2848
2869
  /* @__PURE__ */ jsx("hr", {}),
2849
- /* @__PURE__ */ jsxs("div", { className: `${styles.site_lists} flex_row`, children: [
2870
+ /* @__PURE__ */ jsxs("div", { className: styles.site_lists, children: [
2850
2871
  /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
2851
2872
  /* @__PURE__ */ jsx(
2852
2873
  Image,
@@ -3041,7 +3062,7 @@ function SubNavBar() {
3041
3062
  hoveredLink === "wholelending" && /* @__PURE__ */ jsx(
3042
3063
  "div",
3043
3064
  {
3044
- className: `${styles.dd_wrapper} ${styles.desktop_only} `,
3065
+ className: `${styles.dd_wrapper} ${styles.desktop_only}`,
3045
3066
  role: "menu",
3046
3067
  onMouseLeave: handleMouseLeave,
3047
3068
  ref: containerRef,
@@ -3051,7 +3072,7 @@ function SubNavBar() {
3051
3072
  /* @__PURE__ */ jsxs(
3052
3073
  "div",
3053
3074
  {
3054
- className: `${styles.dd_media} ${styles.opacity} ${dd_media} w_auto text_center`,
3075
+ className: `${styles.dd_media} ${styles.opacity} ${dd_media} text_center`,
3055
3076
  children: [
3056
3077
  /* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
3057
3078
  /* @__PURE__ */ jsx("p", { role: "heading", children: 'Say "YES" to Your Clients' }),
@@ -3135,7 +3156,7 @@ function SubNavBar() {
3135
3156
  }
3136
3157
  ),
3137
3158
  /* @__PURE__ */ jsx("hr", {}),
3138
- /* @__PURE__ */ jsx("div", { className: `${styles.site_lists} flex_row`, children: /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
3159
+ /* @__PURE__ */ jsx("div", { className: styles.site_lists, children: /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
3139
3160
  /* @__PURE__ */ jsx(
3140
3161
  Image,
3141
3162
  {
@@ -3211,7 +3232,7 @@ function SubNavBar() {
3211
3232
  /* @__PURE__ */ jsxs(
3212
3233
  "div",
3213
3234
  {
3214
- className: `${styles.dd_media} ${styles.opacity} ${dd_media} w_auto text_center`,
3235
+ className: `${styles.dd_media} ${styles.opacity} ${dd_media} text_center`,
3215
3236
  children: [
3216
3237
  /* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
3217
3238
  /* @__PURE__ */ jsx("p", { role: "heading", children: "Dealer Services" }),
@@ -3278,7 +3299,7 @@ function SubNavBar() {
3278
3299
  }
3279
3300
  ),
3280
3301
  /* @__PURE__ */ jsx("hr", {}),
3281
- /* @__PURE__ */ jsx("div", { className: `${styles.site_lists} flex_row`, children: /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
3302
+ /* @__PURE__ */ jsx("div", { className: `${styles.site_lists}`, children: /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
3282
3303
  /* @__PURE__ */ jsx(
3283
3304
  Image,
3284
3305
  {
@@ -1,44 +1,44 @@
1
- import '../../assets/NavigationMenu/AxosFiduciary/NavBar.css.css';const header = "_header_15z7t_1";
2
- const wrapper = "_wrapper_15z7t_5";
3
- const header_main_row = "_header_main_row_15z7t_11";
4
- const mobile_header = "_mobile_header_15z7t_12";
5
- const logo_wrap = "_logo_wrap_15z7t_18";
6
- const primary_links = "_primary_links_15z7t_22";
7
- const main_nav = "_main_nav_15z7t_26";
8
- const main_nav_link = "_main_nav_link_15z7t_33";
9
- const sub_nav_link = "_sub_nav_link_15z7t_55";
10
- const signin_wrap = "_signin_wrap_15z7t_57";
11
- const signin_btn = "_signin_btn_15z7t_58";
12
- const sub_nav = "_sub_nav_15z7t_55";
13
- const header_sub_row = "_header_sub_row_15z7t_99";
14
- const shadow = "_shadow_15z7t_115";
15
- const opacity = "_opacity_15z7t_131";
16
- const fadeInDown = "_fadeInDown_15z7t_1";
17
- const footer = "_footer_15z7t_137";
18
- const open = "_open_15z7t_153";
19
- const mt_8 = "_mt_8_15z7t_161";
20
- const mt_16 = "_mt_16_15z7t_165";
21
- const ml_8 = "_ml_8_15z7t_169";
22
- const reversed_row = "_reversed_row_15z7t_173";
23
- const nav_anchor = "_nav_anchor_15z7t_177";
24
- const site_lists = "_site_lists_15z7t_188";
25
- const hamburger = "_hamburger_15z7t_192";
26
- const mobile_logo = "_mobile_logo_15z7t_206";
27
- const mobile_nav = "_mobile_nav_15z7t_231";
28
- const mobile_opened = "_mobile_opened_15z7t_242";
29
- const _mobile_opened = "__mobile_opened_15z7t_246";
30
- const mobile_nav_item = "_mobile_nav_item_15z7t_250";
31
- const icon_wrap = "_icon_wrap_15z7t_265";
32
- const mobile_footer = "_mobile_footer_15z7t_270";
33
- const mobile_footer_content = "_mobile_footer_content_15z7t_275";
34
- const mobile_footer_media = "_mobile_footer_media_15z7t_290";
35
- const footer_cta = "_footer_cta_15z7t_297";
36
- const inner_wrapper = "_inner_wrapper_15z7t_329";
37
- const btn = "_btn_15z7t_334";
38
- const sub_menu = "_sub_menu_15z7t_339";
39
- const main = "_main_15z7t_26";
40
- const desktop_only = "_desktop_only_15z7t_368";
41
- const mobile_only = "_mobile_only_15z7t_415";
1
+ import '../../assets/NavigationMenu/AxosFiduciary/NavBar.css.css';const header = "_header_1hqsj_1";
2
+ const wrapper = "_wrapper_1hqsj_9";
3
+ const header_main_row = "_header_main_row_1hqsj_21";
4
+ const mobile_header = "_mobile_header_1hqsj_23";
5
+ const logo_wrap = "_logo_wrap_1hqsj_35";
6
+ const primary_links = "_primary_links_1hqsj_43";
7
+ const main_nav = "_main_nav_1hqsj_51";
8
+ const main_nav_link = "_main_nav_link_1hqsj_65";
9
+ const sub_nav_link = "_sub_nav_link_1hqsj_109";
10
+ const signin_wrap = "_signin_wrap_1hqsj_113";
11
+ const signin_btn = "_signin_btn_1hqsj_115";
12
+ const sub_nav = "_sub_nav_1hqsj_109";
13
+ const header_sub_row = "_header_sub_row_1hqsj_197";
14
+ const shadow = "_shadow_1hqsj_229";
15
+ const opacity = "_opacity_1hqsj_261";
16
+ const fadeInDown = "_fadeInDown_1hqsj_1";
17
+ const footer = "_footer_1hqsj_273";
18
+ const open = "_open_1hqsj_305";
19
+ const mt_8 = "_mt_8_1hqsj_321";
20
+ const mt_16 = "_mt_16_1hqsj_329";
21
+ const ml_8 = "_ml_8_1hqsj_337";
22
+ const reversed_row = "_reversed_row_1hqsj_345";
23
+ const nav_anchor = "_nav_anchor_1hqsj_353";
24
+ const site_lists = "_site_lists_1hqsj_375";
25
+ const hamburger = "_hamburger_1hqsj_383";
26
+ const mobile_logo = "_mobile_logo_1hqsj_411";
27
+ const mobile_nav = "_mobile_nav_1hqsj_461";
28
+ const mobile_opened = "_mobile_opened_1hqsj_483";
29
+ const _mobile_opened = "__mobile_opened_1hqsj_491";
30
+ const mobile_nav_item = "_mobile_nav_item_1hqsj_499";
31
+ const icon_wrap = "_icon_wrap_1hqsj_529";
32
+ const mobile_footer = "_mobile_footer_1hqsj_539";
33
+ const mobile_footer_content = "_mobile_footer_content_1hqsj_549";
34
+ const mobile_footer_media = "_mobile_footer_media_1hqsj_579";
35
+ const footer_cta = "_footer_cta_1hqsj_593";
36
+ const inner_wrapper = "_inner_wrapper_1hqsj_657";
37
+ const btn = "_btn_1hqsj_667";
38
+ const sub_menu = "_sub_menu_1hqsj_677";
39
+ const main = "_main_1hqsj_51";
40
+ const desktop_only = "_desktop_only_1hqsj_735";
41
+ const mobile_only = "_mobile_only_1hqsj_829";
42
42
  const styles = {
43
43
  header,
44
44
  wrapper,
@@ -50,16 +50,16 @@
50
50
  color: var(--_1073cm8o);
51
51
  }
52
52
  .txcb8dh {
53
- fill: var(--_1073cm85);
53
+ fill: var(--_1073cm82);
54
54
  }
55
55
  .txcb8di {
56
- fill: var(--_1073cm8c);
56
+ fill: var(--_1073cm89);
57
57
  }
58
58
  .txcb8dj {
59
- fill: var(--_1073cm8j);
59
+ fill: var(--_1073cm8g);
60
60
  }
61
61
  .txcb8dk {
62
- fill: var(--_1073cm8q);
62
+ fill: var(--_1073cm8n);
63
63
  }
64
64
  .txcb8dl {
65
65
  flex: 1 1 0%;
@@ -43,15 +43,15 @@
43
43
  }
44
44
  ._1bsyngob {
45
45
  display: block;
46
- font: 700 14px / 1.3 var(--main-font-family);
46
+ font: 700 14px / 1.5 var(--main-font-family);
47
47
  margin-bottom: 2px;
48
48
  letter-spacing: .2px;
49
49
  }
50
50
  ._1bsyngoc {
51
- color: var(--_1073cm8g);
51
+ color: var(--_1073cm8h);
52
52
  }
53
53
  ._1bsyngod {
54
- color: var(--_1073cm8g);
54
+ color: var(--_1073cm8h);
55
55
  }
56
56
  ._1bsyngoe {
57
57
  color: var(--_1073cm85);
@@ -75,7 +75,7 @@
75
75
  color: var(--_1073cm85);
76
76
  }
77
77
  ._1bsyngo6 p {
78
- font: 400 18px / 1.44 var(--main-font-family);
78
+ font: 400 16px / 1.5 var(--main-font-family);
79
79
  letter-spacing: .2px;
80
80
  }
81
81
  ._1bsyngol {
@@ -1,427 +1,427 @@
1
- ._header_15z7t_1 {
2
- border-bottom: 1px solid #ebebeb;
3
- }
4
-
5
- ._wrapper_15z7t_5 {
6
- width: calc(100% - 80px);
7
- margin-left: auto;
8
- margin-right: auto;
9
- }
10
-
11
- ._header_main_row_15z7t_11,
12
- ._mobile_header_15z7t_12 {
13
- min-height: 80px;
14
- padding-top: 1rem;
15
- padding-bottom: 0.5rem;
16
- }
17
-
18
- ._logo_wrap_15z7t_18 {
19
- padding: 9px 6px;
20
- }
21
-
22
- ._primary_links_15z7t_22 {
23
- margin-left: 30px;
24
- }
25
-
26
- ._main_nav_15z7t_26 {
27
- margin: 0 auto;
28
- width: 94%;
29
- max-width: 1640px;
30
- justify-content: space-between;
31
- }
32
-
33
- ._main_nav_link_15z7t_33 {
34
- padding: 10px 8px;
35
- text-align: center;
36
- }
37
-
38
- ._main_nav_link_15z7t_33 .active {
39
- border-color: currentColor;
40
- transition: border-color 0.5s ease;
41
- }
42
-
43
- ._main_nav_link_15z7t_33 .active {
44
- font-weight: 700;
45
- }
46
-
47
- ._main_nav_link_15z7t_33 > a {
48
- color: #1e3860;
49
- display: inline-block;
50
- font-size: 18px;
51
- padding: 4px 26px;
52
- border-bottom: 4px solid transparent;
53
- }
54
-
55
- ._sub_nav_link_15z7t_55 a,
56
- ._main_nav_link_15z7t_33 a,
57
- ._signin_wrap_15z7t_57 a,
58
- ._signin_btn_15z7t_58 {
59
- text-decoration: none;
60
- transition: opacity 0.3s ease;
61
- }
62
-
63
- ._sub_nav_link_15z7t_55:hover,
64
- ._main_nav_link_15z7t_33 a:hover,
65
- ._signin_wrap_15z7t_57 a:hover {
66
- opacity: 0.8;
67
- }
68
-
69
- ._signin_wrap_15z7t_57 .link {
70
- text-decoration: none;
71
- padding: 8px;
72
- }
73
-
74
- ._signin_btn_15z7t_58 {
75
- background-color: #2f5b88;
76
- border: none;
77
- color: #fff;
78
- padding: 11px 24px;
79
- font-size: 18px;
80
- font-weight: 700;
81
- line-height: 1.44;
82
- border-radius: 8px;
83
- margin-left: 8px;
84
- cursor: pointer;
85
- }
86
-
87
- ._signin_btn_15z7t_58:hover {
88
- opacity: 0.9;
89
- }
90
-
91
- ._signin_btn_15z7t_58 > span {
92
- margin-right: 8px;
93
- }
94
-
95
- ._sub_nav_15z7t_55 {
96
- background-color: #1e3860;
97
- }
98
-
99
- ._header_sub_row_15z7t_99 {
100
- padding-block: 12px;
101
- min-height: 48px;
102
- }
103
-
104
- ._sub_nav_link_15z7t_55 {
105
- padding-inline: 1rem;
106
- text-align: center;
107
- color: #fff;
108
- }
109
-
110
- ._sub_nav_link_15z7t_55 a {
111
- font-weight: 500;
112
- line-height: 1.5;
113
- }
114
-
115
- ._shadow_15z7t_115 {
116
- box-shadow: 0px 8px 16px 0px rgba(30, 38, 47, 0.2);
117
- }
118
-
119
- @keyframes _fadeInDown_15z7t_1 {
120
- from {
121
- opacity: 0;
122
- transform: translate3d(0, -1%, 0);
123
- }
124
-
125
- to {
126
- opacity: 1;
127
- transform: none;
128
- }
129
- }
130
-
131
- ._opacity_15z7t_131 {
132
- animation-duration: 0.5s;
133
- animation-fill-mode: both;
134
- animation-name: _fadeInDown_15z7t_1;
135
- }
136
-
137
- ._footer_15z7t_137 {
138
- margin-top: 0.5rem;
139
- padding-top: 1rem;
140
- }
141
-
142
- ._footer_15z7t_137::before {
143
- content: "";
144
- background-color: #8f8f8f;
145
- height: 2px;
146
- opacity: 0.3;
147
- position: absolute;
148
- right: 8px;
149
- top: 0;
150
- width: 94%;
151
- }
152
-
153
- ._open_15z7t_153 {
154
- opacity: 0.8;
155
- }
156
-
157
- ._open_15z7t_153 > img {
158
- transform: scaleY(-1);
159
- }
160
-
161
- ._mt_8_15z7t_161 {
162
- margin-top: 8px;
163
- }
164
-
165
- ._mt_16_15z7t_165 {
166
- margin-top: 1rem;
167
- }
168
-
169
- ._ml_8_15z7t_169 {
170
- margin-left: 8px;
171
- }
172
-
173
- ._reversed_row_15z7t_173 {
174
- flex-direction: row-reverse;
175
- }
176
-
177
- ._nav_anchor_15z7t_177 {
178
- width: 1.5rem;
179
- height: 1.5rem;
180
- aspect-ratio: 1;
181
- background-color: #4a5560;
182
- border-radius: 8px;
183
- }
184
-
185
- ._sub_nav_link_15z7t_55:hover,
186
- ._signin_wrap_15z7t_57 a:hover,
187
- ._main_nav_link_15z7t_33 a:not(.active):hover,
188
- ._site_lists_15z7t_188 a:hover {
189
- text-decoration: underline;
190
- }
191
-
192
- ._hamburger_15z7t_192 {
193
- background: transparent;
194
- border: none;
195
- font-size: 0px;
196
- line-height: 1;
197
- outline: none;
198
- }
199
-
200
- ._hamburger_15z7t_192:hover,
201
- ._mobile_header_15z7t_12 button:hover {
202
- cursor: pointer;
203
- opacity: 0.8;
204
- }
205
-
206
- ._mobile_logo_15z7t_206 {
207
- flex: 1 1 0%;
208
- text-align: center;
209
- }
210
-
211
- ._mobile_header_15z7t_12 {
212
- padding-bottom: 1rem;
213
- display: grid;
214
- place-items: center;
215
- border-bottom: 1px solid #ebebeb;
216
- }
217
-
218
- ._mobile_header_15z7t_12 p {
219
- font: 400 20px / 1.3 var(--header-font-family);
220
- }
221
-
222
- ._mobile_header_15z7t_12 button {
223
- position: absolute;
224
- top: 50%;
225
- transform: translateY(-50%);
226
- right: 40px;
227
- background: none;
228
- border: none;
229
- }
230
-
231
- ._mobile_nav_15z7t_231 {
232
- border-right: 1px solid #ebebeb;
233
- left: -100%;
234
- min-height: 100vh;
235
- top: 0;
236
- transition: all 0.4s ease-in-out;
237
- width: 100%;
238
- position: fixed;
239
- z-index: 9999999;
240
- }
241
-
242
- ._mobile_opened_15z7t_242 {
243
- left: 0%;
244
- }
245
-
246
- body:has(.__mobile_opened_15z7t_246) {
247
- overflow-y: hidden;
248
- }
249
-
250
- ._mobile_nav_item_15z7t_250 {
251
- background-color: #f4f4f4;
252
- border-bottom: 1px solid #ebebeb;
253
- }
254
-
255
- ._mobile_nav_item_15z7t_250 > a {
256
- color: #333d46;
257
- display: flex;
258
- font-weight: 700;
259
- line-height: 1.5;
260
- padding: 16px 40px;
261
- text-decoration: none;
262
- width: 100%;
263
- }
264
-
265
- ._icon_wrap_15z7t_265 {
266
- line-height: 1;
267
- height: 24px;
268
- }
269
-
270
- ._mobile_footer_15z7t_270 {
271
- position: relative;
272
- width: 100%;
273
- }
274
-
275
- ._mobile_footer_content_15z7t_275 {
276
- background-color: #f4f4f4;
277
- flex: 1 1 0%;
278
- padding: 16px 24px 16px 40px;
279
- }
280
-
281
- ._mobile_footer_content_15z7t_275 p {
282
- line-height: 1.5;
283
- text-overflow: ellipsis;
284
- display: -webkit-box;
285
- -webkit-box-orient: vertical;
286
- -webkit-line-clamp: 2;
287
- line-clamp: 2;
288
- }
289
-
290
- ._mobile_footer_media_15z7t_290 {
291
- flex-basis: 42%;
292
- background: url("https://www.axos.com/images/7bX71xagL9g8Bc0gqlHLR/afs-nav-footer.jpg")
293
- no-repeat right center / cover;
294
- background-color: #f4f4f4;
295
- }
296
-
297
- ._footer_cta_15z7t_297 {
298
- margin-top: 3px;
299
- }
300
-
301
- ._footer_cta_15z7t_297 a {
302
- background-color: #2f5b88;
303
- border-radius: 4px;
304
- border: 2px solid transparent;
305
- color: #fff;
306
- display: inline-block;
307
- font-weight: 700;
308
- padding: 4px 32px;
309
- text-decoration: none;
310
- }
311
-
312
- ._footer_cta_15z7t_297 a:hover {
313
- background-color: transparent;
314
- border-color: #2f5b88;
315
- color: #2f5b88;
316
- text-decoration: underline;
317
- }
318
-
319
- ._footer_cta_15z7t_297 a:active {
320
- background-color: #2f5b88;
321
- border-color: transparent;
322
- color: #fff;
323
- }
324
-
325
- ._mobile_footer_15z7t_270 > .flex_row {
326
- min-height: 112px;
327
- }
328
-
329
- ._inner_wrapper_15z7t_329 {
330
- max-height: 100vh;
331
- overflow-y: scroll;
332
- }
333
-
334
- ._btn_15z7t_334 {
335
- display: block;
336
- position: relative;
337
- }
338
-
339
- ._sub_menu_15z7t_339 {
340
- overflow: hidden;
341
- max-height: 0;
342
- transition: max-height 0.8s ease-out;
343
- background: #fff;
344
- }
345
-
346
- ._sub_menu_15z7t_339 a {
347
- display: block;
348
- padding: 12px 14px 12px 64px;
349
- position: relative;
350
- color: #333d46;
351
- text-decoration: none;
352
- }
353
-
354
- ._sub_menu_15z7t_339 a._main_15z7t_26 {
355
- font-weight: 700;
356
- }
357
-
358
- ._sub_menu_15z7t_339 a + a {
359
- border-top: 1px solid #ebebeb;
360
- }
361
-
362
- @media (max-width: 1280px) and (min-width: 1024px) {
363
- ._wrapper_15z7t_5 {
364
- width: calc(100% - 28px);
365
- }
366
- }
367
-
368
- ._desktop_only_15z7t_368 {
369
- margin: 0 auto;
370
- width: 94%;
371
- max-width: 1640px;
372
- }
373
-
374
- @media (max-width: 1075px) {
375
- ._desktop_only_15z7t_368 {
376
- display: none !important;
377
- margin: 0 auto;
378
- width: 94%;
379
- max-width: 1640px;
380
- }
381
- }
382
-
383
- @media (max-width: 768px) {
384
- ._wrapper_15z7t_5 {
385
- width: calc(100% - 48px);
386
- }
387
-
388
- ._mobile_header_15z7t_12 button {
389
- right: 1.5rem;
390
- }
391
-
392
- ._mobile_nav_item_15z7t_250 > a {
393
- padding: 16px 24px;
394
- }
395
-
396
- ._sub_menu_15z7t_339 a {
397
- padding-left: 48px;
398
- }
399
-
400
- ._mobile_footer_content_15z7t_275 {
401
- padding-right: 15px;
402
- padding-left: 24px;
403
- }
404
- }
405
-
406
- @media (max-width: 450px) {
407
- ._footer_cta_15z7t_297 a {
408
- white-space: break-spaces;
409
- width: 100%;
410
- text-align: center;
411
- }
412
- }
413
-
414
- @media (min-width: 1076px) {
415
- ._mobile_only_15z7t_415 {
416
- display: none !important;
417
- }
418
- }
419
-
420
- @media (max-width: 1076px) {
421
- ._mobile_logo_15z7t_206 {
422
- position: absolute;
423
- transform: translateX(-50%);
424
- left: 50%;
425
- margin: 10px auto;
426
- }
427
- }
1
+ ._header_1hqsj_1 {
2
+ border-bottom: 1px solid #ebebeb;
3
+ }
4
+
5
+ ._wrapper_1hqsj_9 {
6
+ width: calc(100% - 80px);
7
+ margin-left: auto;
8
+ margin-right: auto;
9
+ }
10
+
11
+ ._header_main_row_1hqsj_21,
12
+ ._mobile_header_1hqsj_23 {
13
+ min-height: 80px;
14
+ padding-top: 1rem;
15
+ padding-bottom: 0.5rem;
16
+ }
17
+
18
+ ._logo_wrap_1hqsj_35 {
19
+ padding: 9px 6px;
20
+ }
21
+
22
+ ._primary_links_1hqsj_43 {
23
+ margin-left: 30px;
24
+ }
25
+
26
+ ._main_nav_1hqsj_51 {
27
+ margin: 0 auto;
28
+ width: 94%;
29
+ max-width: 1640px;
30
+ justify-content: space-between;
31
+ }
32
+
33
+ ._main_nav_link_1hqsj_65 {
34
+ padding: 10px 8px;
35
+ text-align: center;
36
+ }
37
+
38
+ ._main_nav_link_1hqsj_65 .active {
39
+ border-color: currentColor;
40
+ transition: border-color 0.5s ease;
41
+ }
42
+
43
+ ._main_nav_link_1hqsj_65 .active {
44
+ font-weight: 700;
45
+ }
46
+
47
+ ._main_nav_link_1hqsj_65 > a {
48
+ color: #1e3860;
49
+ display: inline-block;
50
+ font-size: 18px;
51
+ padding: 4px 26px;
52
+ border-bottom: 4px solid transparent;
53
+ }
54
+
55
+ ._sub_nav_link_1hqsj_109 a,
56
+ ._main_nav_link_1hqsj_65 a,
57
+ ._signin_wrap_1hqsj_113 a,
58
+ ._signin_btn_1hqsj_115 {
59
+ text-decoration: none;
60
+ transition: opacity 0.3s ease;
61
+ }
62
+
63
+ ._sub_nav_link_1hqsj_109:hover,
64
+ ._main_nav_link_1hqsj_65 a:hover,
65
+ ._signin_wrap_1hqsj_113 a:hover {
66
+ opacity: 0.8;
67
+ }
68
+
69
+ ._signin_wrap_1hqsj_113 .link {
70
+ text-decoration: none;
71
+ padding: 8px;
72
+ }
73
+
74
+ ._signin_btn_1hqsj_115 {
75
+ background-color: #2f5b88;
76
+ border: none;
77
+ color: #fff;
78
+ padding: 11px 24px;
79
+ font-size: 18px;
80
+ font-weight: 700;
81
+ line-height: 1.44;
82
+ border-radius: 8px;
83
+ margin-left: 8px;
84
+ cursor: pointer;
85
+ }
86
+
87
+ ._signin_btn_1hqsj_115:hover {
88
+ opacity: 0.9;
89
+ }
90
+
91
+ ._signin_btn_1hqsj_115 > span {
92
+ margin-right: 8px;
93
+ }
94
+
95
+ ._sub_nav_1hqsj_109 {
96
+ background-color: #1e3860;
97
+ }
98
+
99
+ ._header_sub_row_1hqsj_197 {
100
+ padding-block: 12px;
101
+ min-height: 48px;
102
+ }
103
+
104
+ ._sub_nav_link_1hqsj_109 {
105
+ padding-inline: 1rem;
106
+ text-align: center;
107
+ color: #fff;
108
+ }
109
+
110
+ ._sub_nav_link_1hqsj_109 a {
111
+ font-weight: 500;
112
+ line-height: 1.5;
113
+ }
114
+
115
+ ._shadow_1hqsj_229 {
116
+ box-shadow: 0px 8px 16px 0px rgba(30, 38, 47, 0.2);
117
+ }
118
+
119
+ @keyframes _fadeInDown_1hqsj_1 {
120
+ from {
121
+ opacity: 0;
122
+ transform: translate3d(0, -1%, 0);
123
+ }
124
+
125
+ to {
126
+ opacity: 1;
127
+ transform: none;
128
+ }
129
+ }
130
+
131
+ ._opacity_1hqsj_261 {
132
+ animation-duration: 0.5s;
133
+ animation-fill-mode: both;
134
+ animation-name: _fadeInDown_1hqsj_1;
135
+ }
136
+
137
+ ._footer_1hqsj_273 {
138
+ margin-top: 0.5rem;
139
+ padding-top: 1rem;
140
+ }
141
+
142
+ ._footer_1hqsj_273::before {
143
+ content: "";
144
+ background-color: #8f8f8f;
145
+ height: 2px;
146
+ opacity: 0.3;
147
+ position: absolute;
148
+ right: 8px;
149
+ top: 0;
150
+ width: 94%;
151
+ }
152
+
153
+ ._open_1hqsj_305 {
154
+ opacity: 0.8;
155
+ }
156
+
157
+ ._open_1hqsj_305 > img {
158
+ transform: scaleY(-1);
159
+ }
160
+
161
+ ._mt_8_1hqsj_321 {
162
+ margin-top: 8px;
163
+ }
164
+
165
+ ._mt_16_1hqsj_329 {
166
+ margin-top: 1rem;
167
+ }
168
+
169
+ ._ml_8_1hqsj_337 {
170
+ margin-left: 8px;
171
+ }
172
+
173
+ ._reversed_row_1hqsj_345 {
174
+ flex-direction: row-reverse;
175
+ }
176
+
177
+ ._nav_anchor_1hqsj_353 {
178
+ width: 1.5rem;
179
+ height: 1.5rem;
180
+ aspect-ratio: 1;
181
+ background-color: #4a5560;
182
+ border-radius: 8px;
183
+ }
184
+
185
+ ._sub_nav_link_1hqsj_109:hover,
186
+ ._signin_wrap_1hqsj_113 a:hover,
187
+ ._main_nav_link_1hqsj_65 a:not(.active):hover,
188
+ ._site_lists_1hqsj_375 a:hover {
189
+ text-decoration: underline;
190
+ }
191
+
192
+ ._hamburger_1hqsj_383 {
193
+ background: transparent;
194
+ border: none;
195
+ font-size: 0px;
196
+ line-height: 1;
197
+ outline: none;
198
+ }
199
+
200
+ ._hamburger_1hqsj_383:hover,
201
+ ._mobile_header_1hqsj_23 button:hover {
202
+ cursor: pointer;
203
+ opacity: 0.8;
204
+ }
205
+
206
+ ._mobile_logo_1hqsj_411 {
207
+ flex: 1 1 0%;
208
+ text-align: center;
209
+ }
210
+
211
+ ._mobile_header_1hqsj_23 {
212
+ padding-bottom: 1rem;
213
+ display: grid;
214
+ place-items: center;
215
+ border-bottom: 1px solid #ebebeb;
216
+ }
217
+
218
+ ._mobile_header_1hqsj_23 p {
219
+ font: 400 20px / 1.3 var(--header-font-family);
220
+ }
221
+
222
+ ._mobile_header_1hqsj_23 button {
223
+ position: absolute;
224
+ top: 50%;
225
+ transform: translateY(-50%);
226
+ right: 40px;
227
+ background: none;
228
+ border: none;
229
+ }
230
+
231
+ ._mobile_nav_1hqsj_461 {
232
+ border-right: 1px solid #ebebeb;
233
+ left: -100%;
234
+ min-height: 100vh;
235
+ top: 0;
236
+ transition: all 0.4s ease-in-out;
237
+ width: 100%;
238
+ position: fixed;
239
+ z-index: 9999999;
240
+ }
241
+
242
+ ._mobile_opened_1hqsj_483 {
243
+ left: 0%;
244
+ }
245
+
246
+ body:has(.__mobile_opened_1hqsj_491) {
247
+ overflow-y: hidden;
248
+ }
249
+
250
+ ._mobile_nav_item_1hqsj_499 {
251
+ background-color: #f4f4f4;
252
+ border-bottom: 1px solid #ebebeb;
253
+ }
254
+
255
+ ._mobile_nav_item_1hqsj_499 > a {
256
+ color: #333d46;
257
+ display: flex;
258
+ font-weight: 700;
259
+ line-height: 1.5;
260
+ padding: 16px 40px;
261
+ text-decoration: none;
262
+ width: 100%;
263
+ }
264
+
265
+ ._icon_wrap_1hqsj_529 {
266
+ line-height: 1;
267
+ height: 24px;
268
+ }
269
+
270
+ ._mobile_footer_1hqsj_539 {
271
+ position: relative;
272
+ width: 100%;
273
+ }
274
+
275
+ ._mobile_footer_content_1hqsj_549 {
276
+ background-color: #f4f4f4;
277
+ flex: 1 1 0%;
278
+ padding: 16px 24px 16px 40px;
279
+ }
280
+
281
+ ._mobile_footer_content_1hqsj_549 p {
282
+ line-height: 1.5;
283
+ text-overflow: ellipsis;
284
+ display: -webkit-box;
285
+ -webkit-box-orient: vertical;
286
+ -webkit-line-clamp: 2;
287
+ line-clamp: 2;
288
+ }
289
+
290
+ ._mobile_footer_media_1hqsj_579 {
291
+ flex-basis: 42%;
292
+ background: url("https://www.axos.com/images/7bX71xagL9g8Bc0gqlHLR/afs-nav-footer.jpg")
293
+ no-repeat right center / cover;
294
+ background-color: #f4f4f4;
295
+ }
296
+
297
+ ._footer_cta_1hqsj_593 {
298
+ margin-top: 3px;
299
+ }
300
+
301
+ ._footer_cta_1hqsj_593 a {
302
+ background-color: #2f5b88;
303
+ border-radius: 4px;
304
+ border: 2px solid transparent;
305
+ color: #fff;
306
+ display: inline-block;
307
+ font-weight: 700;
308
+ padding: 4px 32px;
309
+ text-decoration: none;
310
+ }
311
+
312
+ ._footer_cta_1hqsj_593 a:hover {
313
+ background-color: transparent;
314
+ border-color: #2f5b88;
315
+ color: #2f5b88;
316
+ text-decoration: underline;
317
+ }
318
+
319
+ ._footer_cta_1hqsj_593 a:active {
320
+ background-color: #2f5b88;
321
+ border-color: transparent;
322
+ color: #fff;
323
+ }
324
+
325
+ ._mobile_footer_1hqsj_539 > .flex_row {
326
+ min-height: 112px;
327
+ }
328
+
329
+ ._inner_wrapper_1hqsj_657 {
330
+ max-height: 100vh;
331
+ overflow-y: scroll;
332
+ }
333
+
334
+ ._btn_1hqsj_667 {
335
+ display: block;
336
+ position: relative;
337
+ }
338
+
339
+ ._sub_menu_1hqsj_677 {
340
+ overflow: hidden;
341
+ max-height: 0;
342
+ transition: max-height 0.8s ease-out;
343
+ background: #fff;
344
+ }
345
+
346
+ ._sub_menu_1hqsj_677 a {
347
+ display: block;
348
+ padding: 12px 14px 12px 64px;
349
+ position: relative;
350
+ color: #333d46;
351
+ text-decoration: none;
352
+ }
353
+
354
+ ._sub_menu_1hqsj_677 a._main_1hqsj_51 {
355
+ font-weight: 700;
356
+ }
357
+
358
+ ._sub_menu_1hqsj_677 a + a {
359
+ border-top: 1px solid #ebebeb;
360
+ }
361
+
362
+ @media (max-width: 1280px) and (min-width: 1024px) {
363
+ ._wrapper_1hqsj_9 {
364
+ width: calc(100% - 28px);
365
+ }
366
+ }
367
+
368
+ ._desktop_only_1hqsj_735 {
369
+ margin: 0 auto;
370
+ width: 94%;
371
+ max-width: 1640px;
372
+ }
373
+
374
+ @media (max-width: 1075px) {
375
+ ._desktop_only_1hqsj_735 {
376
+ display: none !important;
377
+ margin: 0 auto;
378
+ width: 94%;
379
+ max-width: 1640px;
380
+ }
381
+ }
382
+
383
+ @media (max-width: 768px) {
384
+ ._wrapper_1hqsj_9 {
385
+ width: calc(100% - 48px);
386
+ }
387
+
388
+ ._mobile_header_1hqsj_23 button {
389
+ right: 1.5rem;
390
+ }
391
+
392
+ ._mobile_nav_item_1hqsj_499 > a {
393
+ padding: 16px 24px;
394
+ }
395
+
396
+ ._sub_menu_1hqsj_677 a {
397
+ padding-left: 48px;
398
+ }
399
+
400
+ ._mobile_footer_content_1hqsj_549 {
401
+ padding-right: 15px;
402
+ padding-left: 24px;
403
+ }
404
+ }
405
+
406
+ @media (max-width: 450px) {
407
+ ._footer_cta_1hqsj_593 a {
408
+ white-space: break-spaces;
409
+ width: 100%;
410
+ text-align: center;
411
+ }
412
+ }
413
+
414
+ @media (min-width: 1076px) {
415
+ ._mobile_only_1hqsj_829 {
416
+ display: none !important;
417
+ }
418
+ }
419
+
420
+ @media (max-width: 1076px) {
421
+ ._mobile_logo_1hqsj_411 {
422
+ position: absolute;
423
+ transform: translateX(-50%);
424
+ left: 50%;
425
+ margin: 10px auto;
426
+ }
427
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@axos-web-dev/shared-components",
3
3
  "description": "Axos shared components library for web.",
4
- "version": "1.0.99-feature-brand.12",
4
+ "version": "1.0.99-feature-brand.14",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",