@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,\r\n Hawaii, and Alaska) (Does not apply to Full Time Charter)\r\n +0.500",
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
  }
@@ -45,7 +45,7 @@
45
45
  flex: 1 1 calc(50% - 12px);
46
46
  }
47
47
  ._18ygy9m6.cols_3 > .is_icon {
48
- flex: 1 1 calc((100% / 3) - 1rem);
48
+ flex: 1 1 calc(33.333% - 1rem);
49
49
  }
50
50
  ._18ygy9m6.cols_4 > .is_icon {
51
51
  flex: 1 1 calc(25% - 18px);
@@ -1,48 +1,48 @@
1
- @keyframes _shimmer_1vfu4_1 {
2
- from {
3
- transform: translateX(-100%);
4
- }
5
- to {
6
- transform: translateX(100%);
7
- }
8
- }
9
-
10
- ._loader_1vfu4_19 {
11
- position: absolute;
12
- height: 100%;
13
- width: 100%;
14
- inset: 0;
15
- }
16
-
17
- ._loading_1vfu4_33 {
18
- position: relative;
19
- width: 100%;
20
- height: 100%;
21
- overflow: hidden;
22
- background: #1e3860;
23
- }
24
-
25
- ._1es6o1h0 ._loading_1vfu4_33 {
26
- background-color: #1e262f;
27
- }
28
-
29
- .fl2fv50 ._loading_1vfu4_33 {
30
- background-color: #28587d;
31
- }
32
-
33
- ._loading_1vfu4_33::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_1vfu4_1 1.3s infinite linear;
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 = "_loader_1vfu4_19";
2
- const loading = "_loading_1vfu4_33";
3
- const shimmer = "_shimmer_1vfu4_1";
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,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@axos-web-dev/shared-components",
3
3
  "description": "Axos shared components library for web.",
4
- "version": "1.0.74",
4
+ "version": "1.0.75",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",