@axos-web-dev/shared-components 1.0.84 → 1.0.85
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/Calculators/BuyDownCalculator/index.js +1 -1
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +3 -0
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +5 -0
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +32 -0
- package/dist/assets/utils/optimizeImage/optimizeImage.css.css +47 -47
- package/dist/utils/optimizeImage/optimizeImage.module.js +3 -3
- package/package.json +1 -1
|
@@ -622,7 +622,7 @@ const BuyDownCalculator = ({
|
|
|
622
622
|
id: "mooringOutsideContinentalUS",
|
|
623
623
|
...register("mooringOutsideContinentalUS"),
|
|
624
624
|
value: 0.5,
|
|
625
|
-
radioText: "Mooring Outside Continental U.S. (Includes Puerto Rico,\
|
|
625
|
+
radioText: "Mooring Outside Continental U.S. (Includes Puerto Rico,\n Hawaii, and Alaska) (Does not apply to Full Time Charter)\n +0.500",
|
|
626
626
|
groupName: "dependentInputs",
|
|
627
627
|
disabled: disableMooringOutside
|
|
628
628
|
}
|
|
@@ -362,6 +362,11 @@ const menuData = {
|
|
|
362
362
|
"{AXOSBANK}/business/savings/business-cds"
|
|
363
363
|
)
|
|
364
364
|
},
|
|
365
|
+
Bundles: {
|
|
366
|
+
"Axos Business Bundle": findMoreAxosDomains(
|
|
367
|
+
"{AXOSBANK}/business/axos-business-bundle"
|
|
368
|
+
)
|
|
369
|
+
},
|
|
365
370
|
Services: {
|
|
366
371
|
"Services Home": findMoreAxosDomains("{AXOSBANK}/business/services"),
|
|
367
372
|
"Merchant Services": findMoreAxosDomains(
|
|
@@ -2232,6 +2232,38 @@ function SubNavBar() {
|
|
|
2232
2232
|
) })
|
|
2233
2233
|
] })
|
|
2234
2234
|
] }),
|
|
2235
|
+
/* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
|
|
2236
|
+
/* @__PURE__ */ jsx(
|
|
2237
|
+
Image,
|
|
2238
|
+
{
|
|
2239
|
+
src: `https://images.axos.com/o9ov1v03uwqk/6bS9epOgzZpJY2jeuepswo/5ee31f624370b44ab1483b537c3fa704/nav-submenu-bundles-icon.svg`,
|
|
2240
|
+
alt: "",
|
|
2241
|
+
width: 20,
|
|
2242
|
+
height: 20
|
|
2243
|
+
}
|
|
2244
|
+
),
|
|
2245
|
+
/* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
|
|
2246
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2247
|
+
Link,
|
|
2248
|
+
{
|
|
2249
|
+
href: findMoreAxosDomains(
|
|
2250
|
+
"{AXOSBANK}/business/axos-business-bundle"
|
|
2251
|
+
),
|
|
2252
|
+
role: "heading",
|
|
2253
|
+
children: "Bundles"
|
|
2254
|
+
}
|
|
2255
|
+
) }),
|
|
2256
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2257
|
+
Link,
|
|
2258
|
+
{
|
|
2259
|
+
href: findMoreAxosDomains(
|
|
2260
|
+
"{AXOSBANK}/business/axos-business-bundle"
|
|
2261
|
+
),
|
|
2262
|
+
children: "Axos Business Bundle"
|
|
2263
|
+
}
|
|
2264
|
+
) })
|
|
2265
|
+
] })
|
|
2266
|
+
] }),
|
|
2235
2267
|
/* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
|
|
2236
2268
|
/* @__PURE__ */ jsx(
|
|
2237
2269
|
Image,
|
|
@@ -1,47 +1,47 @@
|
|
|
1
|
-
@keyframes
|
|
2
|
-
from {
|
|
3
|
-
transform: translateX(-100%);
|
|
4
|
-
}
|
|
5
|
-
to {
|
|
6
|
-
transform: translateX(100%);
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.
|
|
11
|
-
height: 100%;
|
|
12
|
-
width: 100%;
|
|
13
|
-
inset: 0;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.
|
|
17
|
-
position: relative;
|
|
18
|
-
width: 100%;
|
|
19
|
-
height: 100%;
|
|
20
|
-
overflow: hidden;
|
|
21
|
-
background: #1e3860;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
._1es6o1h0 .
|
|
25
|
-
background-color: var(--_1073cm8f);
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.fl2fv50 .
|
|
29
|
-
background-color: #28587d;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.
|
|
33
|
-
content: "";
|
|
34
|
-
position: absolute;
|
|
35
|
-
top: 0;
|
|
36
|
-
left: 0;
|
|
37
|
-
width: 190%;
|
|
38
|
-
height: 100%;
|
|
39
|
-
background: linear-gradient(
|
|
40
|
-
65deg,
|
|
41
|
-
rgba(255, 255, 255, 0) 20%,
|
|
42
|
-
rgba(255, 255, 255, 0.5) 50%,
|
|
43
|
-
rgba(255, 255, 255, 0) 80%
|
|
44
|
-
);
|
|
45
|
-
animation:
|
|
46
|
-
z-index: 1;
|
|
47
|
-
}
|
|
1
|
+
@keyframes _shimmer_1cu2x_1 {
|
|
2
|
+
from {
|
|
3
|
+
transform: translateX(-100%);
|
|
4
|
+
}
|
|
5
|
+
to {
|
|
6
|
+
transform: translateX(100%);
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
._loader_1cu2x_19 {
|
|
11
|
+
height: 100%;
|
|
12
|
+
width: 100%;
|
|
13
|
+
inset: 0;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
._loading_1cu2x_31 {
|
|
17
|
+
position: relative;
|
|
18
|
+
width: 100%;
|
|
19
|
+
height: 100%;
|
|
20
|
+
overflow: hidden;
|
|
21
|
+
background: #1e3860;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
._1es6o1h0 ._loading_1cu2x_31 {
|
|
25
|
+
background-color: var(--_1073cm8f);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.fl2fv50 ._loading_1cu2x_31 {
|
|
29
|
+
background-color: #28587d;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
._loading_1cu2x_31::before {
|
|
33
|
+
content: "";
|
|
34
|
+
position: absolute;
|
|
35
|
+
top: 0;
|
|
36
|
+
left: 0;
|
|
37
|
+
width: 190%;
|
|
38
|
+
height: 100%;
|
|
39
|
+
background: linear-gradient(
|
|
40
|
+
65deg,
|
|
41
|
+
rgba(255, 255, 255, 0) 20%,
|
|
42
|
+
rgba(255, 255, 255, 0.5) 50%,
|
|
43
|
+
rgba(255, 255, 255, 0) 80%
|
|
44
|
+
);
|
|
45
|
+
animation: _shimmer_1cu2x_1 1.3s infinite linear;
|
|
46
|
+
z-index: 1;
|
|
47
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import '../../assets/utils/optimizeImage/optimizeImage.css.css';const loader = "
|
|
2
|
-
const loading = "
|
|
3
|
-
const shimmer = "
|
|
1
|
+
import '../../assets/utils/optimizeImage/optimizeImage.css.css';const loader = "_loader_1cu2x_19";
|
|
2
|
+
const loading = "_loading_1cu2x_31";
|
|
3
|
+
const shimmer = "_shimmer_1cu2x_1";
|
|
4
4
|
const css = {
|
|
5
5
|
loader,
|
|
6
6
|
loading,
|