@axos-web-dev/shared-components 1.0.85 → 1.0.86
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/assets/IconBillboard/IconBillboard.css +3 -0
- package/dist/assets/ImageBillboard/ImageBillboard.css +20 -9
- 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,\n Hawaii, and Alaska) (Does not apply to Full Time Charter)\n +0.500",
|
|
625
|
+
radioText: "Mooring Outside Continental U.S. (Includes Puerto Rico,\r\n Hawaii, and Alaska) (Does not apply to Full Time Charter)\r\n +0.500",
|
|
626
626
|
groupName: "dependentInputs",
|
|
627
627
|
disabled: disableMooringOutside
|
|
628
628
|
}
|
|
@@ -48,6 +48,9 @@
|
|
|
48
48
|
._18ygy9m5 .billboard {
|
|
49
49
|
width: 100%;
|
|
50
50
|
}
|
|
51
|
+
._1m7m2a8 {
|
|
52
|
+
display: inline-block;
|
|
53
|
+
}
|
|
51
54
|
._1073cm80 ._1m7m2a9 {
|
|
52
55
|
-webkit-background-clip: text;
|
|
53
56
|
background-image: var(--_1073cm84);
|
|
@@ -268,6 +271,9 @@ main > div:nth-last-child(2) > ._1m7m2a0 {
|
|
|
268
271
|
.stacked {
|
|
269
272
|
gap: 56px;
|
|
270
273
|
}
|
|
274
|
+
.stacked:first-child {
|
|
275
|
+
padding-top: 56px;
|
|
276
|
+
}
|
|
271
277
|
.stacked > .billboard {
|
|
272
278
|
grid-column: 1;
|
|
273
279
|
}
|
|
@@ -386,6 +392,9 @@ main > div:nth-last-child(2) > ._1m7m2a0 {
|
|
|
386
392
|
._1m7m2ao {
|
|
387
393
|
max-width: 100%;
|
|
388
394
|
}
|
|
395
|
+
._1m7m2ax._1m7m2a0 {
|
|
396
|
+
flex-direction: column-reverse;
|
|
397
|
+
}
|
|
389
398
|
._1m7m2a1f {
|
|
390
399
|
display: block;
|
|
391
400
|
padding-top: 85px;
|
|
@@ -409,9 +418,7 @@ main > div:nth-last-child(2) > ._1m7m2a0 {
|
|
|
409
418
|
._1m7m2ax ._1m7m2ao {
|
|
410
419
|
text-align: center;
|
|
411
420
|
padding-inline: 14px;
|
|
412
|
-
|
|
413
|
-
._1m7m2ax:not(.reversed) ._1m7m2ao {
|
|
414
|
-
padding-bottom: 0;
|
|
421
|
+
padding-block: 0 1.5rem;
|
|
415
422
|
}
|
|
416
423
|
._1m7m2ax ._1m7m2ao :is(ul,ol) {
|
|
417
424
|
text-align: left;
|
|
@@ -432,7 +439,7 @@ main > div:nth-last-child(2) > ._1m7m2a0 {
|
|
|
432
439
|
margin-bottom: 42px;
|
|
433
440
|
}
|
|
434
441
|
._1m7m2a1e {
|
|
435
|
-
width:
|
|
442
|
+
width: min(475px, 100%);
|
|
436
443
|
}
|
|
437
444
|
._1m7m2a1g {
|
|
438
445
|
width: min(592px, 100%);
|
|
@@ -442,6 +449,9 @@ main > div:nth-last-child(2) > ._1m7m2a0 {
|
|
|
442
449
|
padding: 32px;
|
|
443
450
|
width: min(33rem, calc(100% - 2rem));
|
|
444
451
|
}
|
|
452
|
+
._1m7m2a1g .billboard:not(.reversed) {
|
|
453
|
+
flex-direction: column-reverse;
|
|
454
|
+
}
|
|
445
455
|
._1m7m2a1g ._1m7m2aj img {
|
|
446
456
|
object-fit: cover;
|
|
447
457
|
}
|
|
@@ -454,6 +464,9 @@ main > div:nth-last-child(2) > ._1m7m2a0 {
|
|
|
454
464
|
.stacked {
|
|
455
465
|
gap: 42px;
|
|
456
466
|
}
|
|
467
|
+
.stacked:first-child {
|
|
468
|
+
padding-top: 42px;
|
|
469
|
+
}
|
|
457
470
|
.section_spacer:has(> ._1m7m2ax) {
|
|
458
471
|
padding-block: 42px;
|
|
459
472
|
}
|
|
@@ -471,6 +484,9 @@ main > div:nth-last-child(2) > ._1m7m2a0 {
|
|
|
471
484
|
.stacked {
|
|
472
485
|
gap: 2rem;
|
|
473
486
|
}
|
|
487
|
+
.stacked:first-child {
|
|
488
|
+
padding-top: 2rem;
|
|
489
|
+
}
|
|
474
490
|
.section_spacer:has(> ._1m7m2ax) {
|
|
475
491
|
padding-block: 2rem;
|
|
476
492
|
}
|
|
@@ -544,11 +560,6 @@ main > div:nth-last-child(2) > ._1m7m2a0 {
|
|
|
544
560
|
padding: 48px;
|
|
545
561
|
}
|
|
546
562
|
}
|
|
547
|
-
@media screen and (max-width: 1024px) {
|
|
548
|
-
._1m7m2a1g .billboard:not(.reversed) {
|
|
549
|
-
flex-direction: column-reverse;
|
|
550
|
-
}
|
|
551
|
-
}
|
|
552
563
|
@media screen and (max-width: 550px) {
|
|
553
564
|
._1m7m2a1h {
|
|
554
565
|
right: 1.65rem;
|
|
@@ -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_pwl74_1 {
|
|
2
|
+
from {
|
|
3
|
+
transform: translateX(-100%);
|
|
4
|
+
}
|
|
5
|
+
to {
|
|
6
|
+
transform: translateX(100%);
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
._loader_pwl74_10 {
|
|
11
|
+
height: 100%;
|
|
12
|
+
width: 100%;
|
|
13
|
+
inset: 0;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
._loading_pwl74_16 {
|
|
17
|
+
position: relative;
|
|
18
|
+
width: 100%;
|
|
19
|
+
height: 100%;
|
|
20
|
+
overflow: hidden;
|
|
21
|
+
background: #1e3860;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
._1es6o1h0 ._loading_pwl74_16 {
|
|
25
|
+
background-color: var(--_1073cm8f);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.fl2fv50 ._loading_pwl74_16 {
|
|
29
|
+
background-color: #28587d;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
._loading_pwl74_16::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_pwl74_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_pwl74_10";
|
|
2
|
+
const loading = "_loading_pwl74_16";
|
|
3
|
+
const shimmer = "_shimmer_pwl74_1";
|
|
4
4
|
const css = {
|
|
5
5
|
loader,
|
|
6
6
|
loading,
|