sempli-website-lib 6.2.1-beta.7 → 6.2.1-beta.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sempli-website-lib",
3
- "version": "6.2.1-beta.7",
3
+ "version": "6.2.1-beta.8",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.0.5",
6
6
  "@angular/core": "^16.0.5"
@@ -14876,7 +14876,7 @@ header#main-header {
14876
14876
  @media screen and (max-width: 1023px) {
14877
14877
  display: initial;
14878
14878
  font-size: 28px;
14879
- animation: changeIconColor 9s infinite;
14879
+ animation: change-icon-color 9s infinite;
14880
14880
  }
14881
14881
  }
14882
14882
 
@@ -14886,7 +14886,7 @@ header#main-header {
14886
14886
  text-align: left;
14887
14887
  }
14888
14888
 
14889
- @keyframes changeIconColor {
14889
+ @keyframes change-icon-color {
14890
14890
  0%, 100% {
14891
14891
  color: #4335f9;
14892
14892
  }
@@ -17010,9 +17010,9 @@ span.results-table-item-value {
17010
17010
  background: linear-gradient(to right, #00C8E1 50%, #FFF 0);
17011
17011
  background-size: 200% 100%;
17012
17012
  background-position: 100% 0;
17013
- animation: fillAnimation-50 15s ease forwards infinite;
17013
+ animation: fill-animation-50 15s ease forwards infinite;
17014
17014
 
17015
- @keyframes fillAnimation-50 {
17015
+ @keyframes fill-animation-50 {
17016
17016
  0%, 25%, 30%, 45% {
17017
17017
  background-position: 100% 0;
17018
17018
  color: gray;
@@ -17036,9 +17036,9 @@ span.results-table-item-value {
17036
17036
  background: linear-gradient(to right, #00C8E1 50%, #FFF 0);
17037
17037
  background-size: 200% 100%;
17038
17038
  background-position: 100% 0;
17039
- animation: fillAnimation-80 15s ease forwards infinite;
17039
+ animation: fill-animation-80 15s ease forwards infinite;
17040
17040
 
17041
- @keyframes fillAnimation-80 {
17041
+ @keyframes fill-animation-80 {
17042
17042
  0%, 25%, 30%, 45% {
17043
17043
  background-position: 100% 0;
17044
17044
  color: gray;
@@ -17062,9 +17062,9 @@ span.results-table-item-value {
17062
17062
  background: linear-gradient(to right, #00C8E1 50%, #FFF 0);
17063
17063
  background-size: 200% 100%;
17064
17064
  background-position: 100% 0;
17065
- animation: fillAnimation-100 15s ease forwards infinite;
17065
+ animation: fill-animation-100 15s ease forwards infinite;
17066
17066
 
17067
- @keyframes fillAnimation-100 {
17067
+ @keyframes fill-animation-100 {
17068
17068
  0%, 25%, 30%, 45% {
17069
17069
  background-position: 100% 0;
17070
17070
  color: gray;
@@ -17545,12 +17545,6 @@ span.results-table-item-value {
17545
17545
  box-shadow: 0 0 0 5px rgba(173, 216, 230, 0.5);
17546
17546
  }
17547
17547
 
17548
- .custom-section-elements {
17549
- height: 100%;
17550
- display: flex;
17551
- flex-direction: column;
17552
- }
17553
-
17554
17548
  .custom-elements-center {
17555
17549
  height: 100%;
17556
17550
  width: 100%;
@@ -1767,9 +1767,9 @@ span.results-table-item-value {
1767
1767
  background: linear-gradient(to right, #00C8E1 50%, #FFF 0);
1768
1768
  background-size: 200% 100%;
1769
1769
  background-position: 100% 0;
1770
- animation: fillAnimation-50 15s ease forwards infinite;
1770
+ animation: fill-animation-50 15s ease forwards infinite;
1771
1771
 
1772
- @keyframes fillAnimation-50 {
1772
+ @keyframes fill-animation-50 {
1773
1773
  0%, 25%, 30%, 45% {
1774
1774
  background-position: 100% 0;
1775
1775
  color: gray;
@@ -1793,9 +1793,9 @@ span.results-table-item-value {
1793
1793
  background: linear-gradient(to right, #00C8E1 50%, #FFF 0);
1794
1794
  background-size: 200% 100%;
1795
1795
  background-position: 100% 0;
1796
- animation: fillAnimation-80 15s ease forwards infinite;
1796
+ animation: fill-animation-80 15s ease forwards infinite;
1797
1797
 
1798
- @keyframes fillAnimation-80 {
1798
+ @keyframes fill-animation-80 {
1799
1799
  0%, 25%, 30%, 45% {
1800
1800
  background-position: 100% 0;
1801
1801
  color: gray;
@@ -1819,9 +1819,9 @@ span.results-table-item-value {
1819
1819
  background: linear-gradient(to right, #00C8E1 50%, #FFF 0);
1820
1820
  background-size: 200% 100%;
1821
1821
  background-position: 100% 0;
1822
- animation: fillAnimation-100 15s ease forwards infinite;
1822
+ animation: fill-animation-100 15s ease forwards infinite;
1823
1823
 
1824
- @keyframes fillAnimation-100 {
1824
+ @keyframes fill-animation-100 {
1825
1825
  0%, 25%, 30%, 45% {
1826
1826
  background-position: 100% 0;
1827
1827
  color: gray;
@@ -2302,12 +2302,6 @@ span.results-table-item-value {
2302
2302
  box-shadow: 0 0 0 5px rgba(173, 216, 230, 0.5);
2303
2303
  }
2304
2304
 
2305
- .custom-section-elements {
2306
- height: 100%;
2307
- display: flex;
2308
- flex-direction: column;
2309
- }
2310
-
2311
2305
  .custom-elements-center {
2312
2306
  height: 100%;
2313
2307
  width: 100%;
@@ -837,7 +837,7 @@ header#main-header {
837
837
  @media screen and (max-width: 1023px) {
838
838
  display: initial;
839
839
  font-size: 28px;
840
- animation: changeIconColor 9s infinite;
840
+ animation: change-icon-color 9s infinite;
841
841
  }
842
842
  }
843
843
 
@@ -847,7 +847,7 @@ header#main-header {
847
847
  text-align: left;
848
848
  }
849
849
 
850
- @keyframes changeIconColor {
850
+ @keyframes change-icon-color {
851
851
  0%, 100% {
852
852
  color: #4335f9;
853
853
  }