@axos-web-dev/shared-components 1.0.75 → 1.0.77
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.
|
@@ -156,6 +156,7 @@ export declare const menuData: {
|
|
|
156
156
|
"Business Management Banking": string;
|
|
157
157
|
"Hedge Funds & Alternative Fund Banking Solutions": string;
|
|
158
158
|
"Middle Market": string;
|
|
159
|
+
"Technology & Life Sciences Banking": string;
|
|
159
160
|
};
|
|
160
161
|
Services: {
|
|
161
162
|
"Commercial Banking Services Home": string;
|
|
@@ -436,6 +436,9 @@ const menuData = {
|
|
|
436
436
|
),
|
|
437
437
|
"Middle Market": findMoreAxosDomains(
|
|
438
438
|
"{AXOSBANK}/commercial/banking/middle-market"
|
|
439
|
+
),
|
|
440
|
+
"Technology & Life Sciences Banking": findMoreAxosDomains(
|
|
441
|
+
"{AXOSBANK}/commercial/banking/technology-and-life-sciences-banking"
|
|
439
442
|
)
|
|
440
443
|
},
|
|
441
444
|
Services: {
|
|
@@ -130,7 +130,6 @@ function SubNavBar() {
|
|
|
130
130
|
const handleMouseLeave = () => setHoveredLink(void 0);
|
|
131
131
|
const AXOS_ONE_APY = +process.env.NEXT_PUBLIC_AXOS_ONE_APY;
|
|
132
132
|
const AXOS_ONE_APY_CHECKING = +process.env.NEXT_PUBLIC_AXOS_ONE_APY_CHECKING;
|
|
133
|
-
const media = "https://www.axos.com/images";
|
|
134
133
|
const containerRef = useRef(null);
|
|
135
134
|
const [isClient, setIsClient] = useState(false);
|
|
136
135
|
const support = subNavItems.support;
|
|
@@ -767,7 +766,9 @@ function SubNavBar() {
|
|
|
767
766
|
children: /* @__PURE__ */ jsx(
|
|
768
767
|
Image,
|
|
769
768
|
{
|
|
770
|
-
src:
|
|
769
|
+
src: findMoreAxosDomains(
|
|
770
|
+
"{AXOS}/images/17Q3IVqKwSGO9cMqFUWF4o/axos-one-nav.png"
|
|
771
|
+
),
|
|
771
772
|
alt: "",
|
|
772
773
|
width: 233,
|
|
773
774
|
height: 233
|
|
@@ -1135,7 +1136,9 @@ function SubNavBar() {
|
|
|
1135
1136
|
children: /* @__PURE__ */ jsx(
|
|
1136
1137
|
Image,
|
|
1137
1138
|
{
|
|
1138
|
-
src:
|
|
1139
|
+
src: findMoreAxosDomains(
|
|
1140
|
+
"{AXOS}/images/6tVncmpCfCXbilZHhFUYJ5/nav-submenu-borrow.webp"
|
|
1141
|
+
),
|
|
1139
1142
|
alt: "",
|
|
1140
1143
|
width: 232,
|
|
1141
1144
|
height: 232
|
|
@@ -1500,7 +1503,9 @@ function SubNavBar() {
|
|
|
1500
1503
|
children: /* @__PURE__ */ jsx(
|
|
1501
1504
|
Image,
|
|
1502
1505
|
{
|
|
1503
|
-
src:
|
|
1506
|
+
src: findMoreAxosDomains(
|
|
1507
|
+
"{AXOS}/images/2bREH0KGxe7C82N4cdathQ/nav-submenu-invest.webp"
|
|
1508
|
+
),
|
|
1504
1509
|
alt: "",
|
|
1505
1510
|
width: 232,
|
|
1506
1511
|
height: 232
|
|
@@ -1764,7 +1769,9 @@ function SubNavBar() {
|
|
|
1764
1769
|
children: /* @__PURE__ */ jsx(
|
|
1765
1770
|
Image,
|
|
1766
1771
|
{
|
|
1767
|
-
src:
|
|
1772
|
+
src: findMoreAxosDomains(
|
|
1773
|
+
"{AXOS}/images/4vSUrmXEbK80FeuAfe2fqJ/nav-submenu-plan.webp"
|
|
1774
|
+
),
|
|
1768
1775
|
alt: "",
|
|
1769
1776
|
width: 232,
|
|
1770
1777
|
height: 232
|
|
@@ -2033,7 +2040,9 @@ function SubNavBar() {
|
|
|
2033
2040
|
children: /* @__PURE__ */ jsx(
|
|
2034
2041
|
Image,
|
|
2035
2042
|
{
|
|
2036
|
-
src:
|
|
2043
|
+
src: findMoreAxosDomains(
|
|
2044
|
+
"{AXOS}/images/5vHrV4m3DbDQt13GOahbYA/nav-submenu-sbb.png"
|
|
2045
|
+
),
|
|
2037
2046
|
alt: "",
|
|
2038
2047
|
width: 232,
|
|
2039
2048
|
height: 232
|
|
@@ -2436,7 +2445,9 @@ function SubNavBar() {
|
|
|
2436
2445
|
children: /* @__PURE__ */ jsx(
|
|
2437
2446
|
Image,
|
|
2438
2447
|
{
|
|
2439
|
-
src:
|
|
2448
|
+
src: findMoreAxosDomains(
|
|
2449
|
+
"{AXOS}/images/7rELrrwmhLt5Bz9KqxLgMM/nav-submen-combank.png"
|
|
2450
|
+
),
|
|
2440
2451
|
alt: "",
|
|
2441
2452
|
width: 232,
|
|
2442
2453
|
height: 232
|
|
@@ -2591,6 +2602,15 @@ function SubNavBar() {
|
|
|
2591
2602
|
),
|
|
2592
2603
|
children: "Middle Market"
|
|
2593
2604
|
}
|
|
2605
|
+
) }),
|
|
2606
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2607
|
+
Link,
|
|
2608
|
+
{
|
|
2609
|
+
href: findMoreAxosDomains(
|
|
2610
|
+
"{AXOSBANK}/commercial/banking/technology-and-life-sciences-banking"
|
|
2611
|
+
),
|
|
2612
|
+
children: "Technology & Life Sciences Banking"
|
|
2613
|
+
}
|
|
2594
2614
|
) })
|
|
2595
2615
|
] })
|
|
2596
2616
|
] }),
|
|
@@ -2724,7 +2744,9 @@ function SubNavBar() {
|
|
|
2724
2744
|
children: /* @__PURE__ */ jsx(
|
|
2725
2745
|
Image,
|
|
2726
2746
|
{
|
|
2727
|
-
src:
|
|
2747
|
+
src: findMoreAxosDomains(
|
|
2748
|
+
"{AXOS}/images/6PMA1kEss89S6m1BawAltW/nav-submenu-comlending.png"
|
|
2749
|
+
),
|
|
2728
2750
|
alt: "",
|
|
2729
2751
|
width: 232,
|
|
2730
2752
|
height: 318
|
|
@@ -2994,7 +3016,9 @@ function SubNavBar() {
|
|
|
2994
3016
|
children: /* @__PURE__ */ jsx(
|
|
2995
3017
|
Image,
|
|
2996
3018
|
{
|
|
2997
|
-
src:
|
|
3019
|
+
src: findMoreAxosDomains(
|
|
3020
|
+
"{AXOS}/images/6YLFvmdNVGWcf3bFlimNSs/nav-submenu-wholelending.png"
|
|
3021
|
+
),
|
|
2998
3022
|
alt: "",
|
|
2999
3023
|
width: 232,
|
|
3000
3024
|
height: 232
|
|
@@ -3152,7 +3176,9 @@ function SubNavBar() {
|
|
|
3152
3176
|
children: /* @__PURE__ */ jsx(
|
|
3153
3177
|
Image,
|
|
3154
3178
|
{
|
|
3155
|
-
src:
|
|
3179
|
+
src: findMoreAxosDomains(
|
|
3180
|
+
"{AXOS}/images/3wtG13mXSTgSzMoB0YU3Ot/nav-submenu-dealer.png"
|
|
3181
|
+
),
|
|
3156
3182
|
alt: "",
|
|
3157
3183
|
width: 232,
|
|
3158
3184
|
height: 162
|
|
@@ -55,33 +55,7 @@
|
|
|
55
55
|
max-width: 1000px;
|
|
56
56
|
padding-block: 2.5rem;
|
|
57
57
|
}
|
|
58
|
-
:is(._18ygy9m5,
|
|
59
|
-
var className = config.defaultClassName;
|
|
60
|
-
var selections = _objectSpread2(_objectSpread2({}, config.defaultVariants), options);
|
|
61
|
-
for (var variantName in selections) {
|
|
62
|
-
var _selections$variantNa;
|
|
63
|
-
var variantSelection = (_selections$variantNa = selections[variantName]) !== null && _selections$variantNa !== void 0 ? _selections$variantNa : config.defaultVariants[variantName];
|
|
64
|
-
if (variantSelection != null) {
|
|
65
|
-
var selection = variantSelection;
|
|
66
|
-
if (typeof selection === 'boolean') {
|
|
67
|
-
// @ts-expect-error
|
|
68
|
-
selection = selection === true ? 'true' : 'false';
|
|
69
|
-
}
|
|
70
|
-
var selectionClassName =
|
|
71
|
-
// @ts-expect-error
|
|
72
|
-
config.variantClassNames[variantName][selection];
|
|
73
|
-
if (selectionClassName) {
|
|
74
|
-
className += ' ' + selectionClassName;
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
for (var [compoundCheck, compoundClassName] of config.compoundVariants) {
|
|
79
|
-
if (shouldApplyCompound(compoundCheck, selections, config.defaultVariants)) {
|
|
80
|
-
className += ' ' + compoundClassName;
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
return className;
|
|
84
|
-
}) .containment {
|
|
58
|
+
:is(._18ygy9m5, ._18ygy9m6) .containment {
|
|
85
59
|
width: 100%;
|
|
86
60
|
}
|
|
87
61
|
._18ygy9m0 .containment .containment {
|