@axos-web-dev/shared-components 1.0.100-dev.30 → 1.0.100-dev.31

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.
@@ -440,7 +440,6 @@ const AxosFooterSiteMap = ({
440
440
  children: "Wholesale Lending"
441
441
  }
442
442
  ) }),
443
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: findMoreAxosDomains("{AXA}"), children: "Financial Advisors" }) }),
444
443
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
445
444
  "a",
446
445
  {
@@ -876,15 +875,6 @@ const AxosFooterSiteMap = ({
876
875
  )
877
876
  ] }),
878
877
  /* @__PURE__ */ jsxs("ul", { children: [
879
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
880
- "a",
881
- {
882
- href: findMoreAxosDomains(
883
- "{AXOSBANK}/pages/axos-capital-solutions"
884
- ),
885
- children: "Marine Dealer Floorplan Finance"
886
- }
887
- ) }),
888
878
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
889
879
  "a",
890
880
  {
@@ -894,7 +884,6 @@ const AxosFooterSiteMap = ({
894
884
  children: "Wholesale Lending"
895
885
  }
896
886
  ) }),
897
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: findMoreAxosDomains("{AXA}"), children: "Financial Advisors" }) }),
898
887
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
899
888
  "a",
900
889
  {
@@ -210,7 +210,6 @@ export declare const menuData: {
210
210
  "Meet the Team": string;
211
211
  };
212
212
  };
213
- "Financial Advisors": string;
214
213
  "Dealer Services": {
215
214
  "Dealer Services": {
216
215
  "Dealer Services Home": string;
@@ -558,7 +558,6 @@ const menuData = {
558
558
  )
559
559
  }
560
560
  },
561
- "Financial Advisors": findMoreAxosDomains("{AXA}"),
562
561
  "Dealer Services": {
563
562
  "Dealer Services": {
564
563
  "Dealer Services Home": findMoreAxosDomains(
@@ -600,23 +600,6 @@ function SubNavBar() {
600
600
  ]
601
601
  }
602
602
  ),
603
- /* @__PURE__ */ jsx(
604
- "li",
605
- {
606
- className: styles.sub_nav_link,
607
- onMouseEnter: handleMouseLeave,
608
- role: "menuitem",
609
- children: /* @__PURE__ */ jsx(
610
- Link,
611
- {
612
- href: findMoreAxosDomains("{AXA}"),
613
- id: "partNav4",
614
- "aria-label": "Press Enter to navigate to the Axos Advisor website (www.axosadvisor.com). Owned and operated by Axos Bank.",
615
- children: "Financial Advisors"
616
- }
617
- )
618
- }
619
- ),
620
603
  /* @__PURE__ */ jsxs(
621
604
  "li",
622
605
  {
@@ -16,7 +16,7 @@
16
16
  transition: all 0.35s ease;
17
17
  text-decoration: none !important;
18
18
  }
19
- .dmebjx0:hover {
19
+ .dmebjx0:hover, .dmebjx0:focus-visible {
20
20
  border-bottom-color: #1F1F1F;
21
21
  background-image: linear-gradient(360deg,#def4ff 0,rgba(222,244,255,0.942708) 34.12%,rgba(222,244,255,0) 107.41%);
22
22
  }
@@ -15,7 +15,6 @@ body {
15
15
  color: #1F1F1F;
16
16
  font-family: var(--main-font-family);
17
17
  font-size: 16px;
18
- letter-spacing: 0.2px;
19
18
  line-height: 1.39;
20
19
  }
21
20
  p {
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.100-dev.30",
4
+ "version": "1.0.100-dev.31",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",