@volo/ngx-lepton-x.lite 4.2.2 → 4.2.4

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.
@@ -5810,7 +5810,6 @@ select.form-select option:checked[selected], select.form-select option:focus[sel
5810
5810
  .alert-brand {
5811
5811
  background: rgba(247, 37, 133, 0.3);
5812
5812
  border: 1px solid rgba(247, 37, 133, 0.3);
5813
- -webkit-backdrop-filter: saturate(100%) blur(10px);
5814
5813
  backdrop-filter: saturate(100%) blur(10px);
5815
5814
  position: relative;
5816
5815
  color: #686b6e;
@@ -5836,7 +5835,6 @@ select.form-select option:checked[selected], select.form-select option:focus[sel
5836
5835
  .alert-primary {
5837
5836
  background: rgba(53, 93, 255, 0.3);
5838
5837
  border: 1px solid rgba(53, 93, 255, 0.3);
5839
- -webkit-backdrop-filter: saturate(100%) blur(10px);
5840
5838
  backdrop-filter: saturate(100%) blur(10px);
5841
5839
  position: relative;
5842
5840
  color: #686b6e;
@@ -5862,7 +5860,6 @@ select.form-select option:checked[selected], select.form-select option:focus[sel
5862
5860
  .alert-secondary {
5863
5861
  background: rgba(108, 93, 211, 0.3);
5864
5862
  border: 1px solid rgba(108, 93, 211, 0.3);
5865
- -webkit-backdrop-filter: saturate(100%) blur(10px);
5866
5863
  backdrop-filter: saturate(100%) blur(10px);
5867
5864
  position: relative;
5868
5865
  color: #686b6e;
@@ -5888,7 +5885,6 @@ select.form-select option:checked[selected], select.form-select option:focus[sel
5888
5885
  .alert-success {
5889
5886
  background: rgba(79, 191, 103, 0.3);
5890
5887
  border: 1px solid rgba(79, 191, 103, 0.3);
5891
- -webkit-backdrop-filter: saturate(100%) blur(10px);
5892
5888
  backdrop-filter: saturate(100%) blur(10px);
5893
5889
  position: relative;
5894
5890
  color: #686b6e;
@@ -5914,7 +5910,6 @@ select.form-select option:checked[selected], select.form-select option:focus[sel
5914
5910
  .alert-info {
5915
5911
  background: rgba(67, 138, 167, 0.3);
5916
5912
  border: 1px solid rgba(67, 138, 167, 0.3);
5917
- -webkit-backdrop-filter: saturate(100%) blur(10px);
5918
5913
  backdrop-filter: saturate(100%) blur(10px);
5919
5914
  position: relative;
5920
5915
  color: #686b6e;
@@ -5940,7 +5935,6 @@ select.form-select option:checked[selected], select.form-select option:focus[sel
5940
5935
  .alert-warning {
5941
5936
  background: rgba(255, 159, 56, 0.3);
5942
5937
  border: 1px solid rgba(255, 159, 56, 0.3);
5943
- -webkit-backdrop-filter: saturate(100%) blur(10px);
5944
5938
  backdrop-filter: saturate(100%) blur(10px);
5945
5939
  position: relative;
5946
5940
  color: #686b6e;
@@ -5966,7 +5960,6 @@ select.form-select option:checked[selected], select.form-select option:focus[sel
5966
5960
  .alert-danger {
5967
5961
  background: rgba(192, 13, 73, 0.3);
5968
5962
  border: 1px solid rgba(192, 13, 73, 0.3);
5969
- -webkit-backdrop-filter: saturate(100%) blur(10px);
5970
5963
  backdrop-filter: saturate(100%) blur(10px);
5971
5964
  position: relative;
5972
5965
  color: #686b6e;
@@ -5992,7 +5985,6 @@ select.form-select option:checked[selected], select.form-select option:focus[sel
5992
5985
  .alert-light {
5993
5986
  background: rgba(238, 238, 238, 0.3);
5994
5987
  border: 1px solid rgba(238, 238, 238, 0.3);
5995
- -webkit-backdrop-filter: saturate(100%) blur(10px);
5996
5988
  backdrop-filter: saturate(100%) blur(10px);
5997
5989
  position: relative;
5998
5990
  color: #686b6e;
@@ -6018,7 +6010,6 @@ select.form-select option:checked[selected], select.form-select option:focus[sel
6018
6010
  .alert-dark {
6019
6011
  background: rgba(22, 22, 22, 0.3);
6020
6012
  border: 1px solid rgba(22, 22, 22, 0.3);
6021
- -webkit-backdrop-filter: saturate(100%) blur(10px);
6022
6013
  backdrop-filter: saturate(100%) blur(10px);
6023
6014
  position: relative;
6024
6015
  color: #686b6e;
@@ -762,6 +762,7 @@ select:-webkit-autofill:focus {
762
762
  border-radius: 0 0 1em 1em;
763
763
  border: 1px solid #e7e9ec;
764
764
  font-size: 0.725rem;
765
+ padding-right: 5px;
765
766
  }
766
767
  .lpx-footbar-container .lpx-footbar .lpx-footbar-solo-links {
767
768
  display: flex;
@@ -187,7 +187,6 @@ select:-webkit-autofill:focus {
187
187
 
188
188
  .lpx-layout-login {
189
189
  background-color: rgba(var(--lpx-navbar-color-rgb), 0.7);
190
- -webkit-backdrop-filter: blur(10px);
191
190
  backdrop-filter: blur(10px);
192
191
  }
193
192
 
@@ -764,6 +763,7 @@ select:-webkit-autofill:focus {
764
763
  border-radius: 0 0 1em 1em;
765
764
  border: 1px solid #e7e9ec;
766
765
  font-size: 0.725rem;
766
+ padding-left: 5px;
767
767
  }
768
768
  .lpx-footbar-container .lpx-footbar .lpx-footbar-solo-links {
769
769
  display: flex;
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@volo/ngx-lepton-x.lite",
3
- "version": "4.2.2",
3
+ "version": "4.2.4",
4
4
  "dependencies": {
5
5
  "tslib": "^2.3.0",
6
6
  "bootstrap-icons": "~1.7.2",
7
7
  "@ng-bootstrap/ng-bootstrap": "~18.0.0",
8
- "@volo/ngx-lepton-x.core": "4.2.2"
8
+ "@volo/ngx-lepton-x.core": "4.2.4"
9
9
  },
10
10
  "publishConfig": {
11
11
  "access": "public"