@axos-web-dev/shared-components 1.0.74 → 1.0.75
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.
|
@@ -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
|
}
|
|
@@ -1,48 +1,48 @@
|
|
|
1
|
-
@keyframes
|
|
2
|
-
from {
|
|
3
|
-
transform: translateX(-100%);
|
|
4
|
-
}
|
|
5
|
-
to {
|
|
6
|
-
transform: translateX(100%);
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.
|
|
11
|
-
position: absolute;
|
|
12
|
-
height: 100%;
|
|
13
|
-
width: 100%;
|
|
14
|
-
inset: 0;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.
|
|
18
|
-
position: relative;
|
|
19
|
-
width: 100%;
|
|
20
|
-
height: 100%;
|
|
21
|
-
overflow: hidden;
|
|
22
|
-
background: #1e3860;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
._1es6o1h0 .
|
|
26
|
-
background-color: #1e262f;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.fl2fv50 .
|
|
30
|
-
background-color: #28587d;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.
|
|
34
|
-
content: "";
|
|
35
|
-
position: absolute;
|
|
36
|
-
top: 0;
|
|
37
|
-
left: 0;
|
|
38
|
-
width: 190%;
|
|
39
|
-
height: 100%;
|
|
40
|
-
background: linear-gradient(
|
|
41
|
-
65deg,
|
|
42
|
-
rgba(255, 255, 255, 0) 20%,
|
|
43
|
-
rgba(255, 255, 255, 0.5) 50%,
|
|
44
|
-
rgba(255, 255, 255, 0) 80%
|
|
45
|
-
);
|
|
46
|
-
animation:
|
|
47
|
-
z-index: 1;
|
|
48
|
-
}
|
|
1
|
+
@keyframes _shimmer_ib32l_1 {
|
|
2
|
+
from {
|
|
3
|
+
transform: translateX(-100%);
|
|
4
|
+
}
|
|
5
|
+
to {
|
|
6
|
+
transform: translateX(100%);
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
._loader_ib32l_10 {
|
|
11
|
+
position: absolute;
|
|
12
|
+
height: 100%;
|
|
13
|
+
width: 100%;
|
|
14
|
+
inset: 0;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
._loading_ib32l_17 {
|
|
18
|
+
position: relative;
|
|
19
|
+
width: 100%;
|
|
20
|
+
height: 100%;
|
|
21
|
+
overflow: hidden;
|
|
22
|
+
background: #1e3860;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
._1es6o1h0 ._loading_ib32l_17 {
|
|
26
|
+
background-color: #1e262f;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.fl2fv50 ._loading_ib32l_17 {
|
|
30
|
+
background-color: #28587d;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
._loading_ib32l_17::before {
|
|
34
|
+
content: "";
|
|
35
|
+
position: absolute;
|
|
36
|
+
top: 0;
|
|
37
|
+
left: 0;
|
|
38
|
+
width: 190%;
|
|
39
|
+
height: 100%;
|
|
40
|
+
background: linear-gradient(
|
|
41
|
+
65deg,
|
|
42
|
+
rgba(255, 255, 255, 0) 20%,
|
|
43
|
+
rgba(255, 255, 255, 0.5) 50%,
|
|
44
|
+
rgba(255, 255, 255, 0) 80%
|
|
45
|
+
);
|
|
46
|
+
animation: _shimmer_ib32l_1 1.3s infinite linear;
|
|
47
|
+
z-index: 1;
|
|
48
|
+
}
|
|
@@ -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_ib32l_10";
|
|
2
|
+
const loading = "_loading_ib32l_17";
|
|
3
|
+
const shimmer = "_shimmer_ib32l_1";
|
|
4
4
|
const css = {
|
|
5
5
|
loader,
|
|
6
6
|
loading,
|