@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.
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +0 -11
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +0 -1
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +0 -1
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +0 -17
- package/dist/assets/TopicalNavItem/TopicalNavItem.css +1 -1
- package/dist/assets/globals.css +0 -1
- package/package.json +1 -1
|
@@ -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
|
{
|
|
@@ -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
|
}
|
package/dist/assets/globals.css
CHANGED
package/package.json
CHANGED