@volo/ngx-lepton-x.lite 4.3.0-rc.4 → 4.3.0
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.
|
@@ -4460,6 +4460,12 @@ select.form-select option:checked[selected], select.form-select option:focus[sel
|
|
|
4460
4460
|
cursor: pointer !important;
|
|
4461
4461
|
}
|
|
4462
4462
|
|
|
4463
|
+
.lpx-theme-dim .nav-link:not(.active):hover,
|
|
4464
|
+
.lpx-theme-dim .nav-link:not(.active):focus,
|
|
4465
|
+
.lpx-theme-dim .nav-link:not(.active):active {
|
|
4466
|
+
color: #ddd !important;
|
|
4467
|
+
}
|
|
4468
|
+
|
|
4463
4469
|
.navbar {
|
|
4464
4470
|
--bs-navbar-padding-x: 0;
|
|
4465
4471
|
--bs-navbar-padding-y: 0.75rem;
|
|
@@ -4500,6 +4500,12 @@ select.form-select option:checked[selected], select.form-select option:focus[sel
|
|
|
4500
4500
|
cursor: pointer !important;
|
|
4501
4501
|
}
|
|
4502
4502
|
|
|
4503
|
+
.lpx-theme-dim .nav-link:not(.active):hover,
|
|
4504
|
+
.lpx-theme-dim .nav-link:not(.active):focus,
|
|
4505
|
+
.lpx-theme-dim .nav-link:not(.active):active {
|
|
4506
|
+
color: #ddd !important;
|
|
4507
|
+
}
|
|
4508
|
+
|
|
4503
4509
|
.navbar {
|
|
4504
4510
|
--bs-navbar-padding-x: 0;
|
|
4505
4511
|
--bs-navbar-padding-y: 0.75rem;
|
|
@@ -5806,7 +5812,6 @@ select.form-select option:checked[selected], select.form-select option:focus[sel
|
|
|
5806
5812
|
.alert-brand {
|
|
5807
5813
|
background: rgba(247, 37, 133, 0.3);
|
|
5808
5814
|
border: 1px solid rgba(247, 37, 133, 0.3);
|
|
5809
|
-
-webkit-backdrop-filter: saturate(100%) blur(10px);
|
|
5810
5815
|
backdrop-filter: saturate(100%) blur(10px);
|
|
5811
5816
|
position: relative;
|
|
5812
5817
|
color: #686b6e;
|
|
@@ -5832,7 +5837,6 @@ select.form-select option:checked[selected], select.form-select option:focus[sel
|
|
|
5832
5837
|
.alert-primary {
|
|
5833
5838
|
background: rgba(53, 93, 255, 0.3);
|
|
5834
5839
|
border: 1px solid rgba(53, 93, 255, 0.3);
|
|
5835
|
-
-webkit-backdrop-filter: saturate(100%) blur(10px);
|
|
5836
5840
|
backdrop-filter: saturate(100%) blur(10px);
|
|
5837
5841
|
position: relative;
|
|
5838
5842
|
color: #686b6e;
|
|
@@ -5858,7 +5862,6 @@ select.form-select option:checked[selected], select.form-select option:focus[sel
|
|
|
5858
5862
|
.alert-secondary {
|
|
5859
5863
|
background: rgba(108, 93, 211, 0.3);
|
|
5860
5864
|
border: 1px solid rgba(108, 93, 211, 0.3);
|
|
5861
|
-
-webkit-backdrop-filter: saturate(100%) blur(10px);
|
|
5862
5865
|
backdrop-filter: saturate(100%) blur(10px);
|
|
5863
5866
|
position: relative;
|
|
5864
5867
|
color: #686b6e;
|
|
@@ -5884,7 +5887,6 @@ select.form-select option:checked[selected], select.form-select option:focus[sel
|
|
|
5884
5887
|
.alert-success {
|
|
5885
5888
|
background: rgba(79, 191, 103, 0.3);
|
|
5886
5889
|
border: 1px solid rgba(79, 191, 103, 0.3);
|
|
5887
|
-
-webkit-backdrop-filter: saturate(100%) blur(10px);
|
|
5888
5890
|
backdrop-filter: saturate(100%) blur(10px);
|
|
5889
5891
|
position: relative;
|
|
5890
5892
|
color: #686b6e;
|
|
@@ -5910,7 +5912,6 @@ select.form-select option:checked[selected], select.form-select option:focus[sel
|
|
|
5910
5912
|
.alert-info {
|
|
5911
5913
|
background: rgba(67, 138, 167, 0.3);
|
|
5912
5914
|
border: 1px solid rgba(67, 138, 167, 0.3);
|
|
5913
|
-
-webkit-backdrop-filter: saturate(100%) blur(10px);
|
|
5914
5915
|
backdrop-filter: saturate(100%) blur(10px);
|
|
5915
5916
|
position: relative;
|
|
5916
5917
|
color: #686b6e;
|
|
@@ -5936,7 +5937,6 @@ select.form-select option:checked[selected], select.form-select option:focus[sel
|
|
|
5936
5937
|
.alert-warning {
|
|
5937
5938
|
background: rgba(255, 159, 56, 0.3);
|
|
5938
5939
|
border: 1px solid rgba(255, 159, 56, 0.3);
|
|
5939
|
-
-webkit-backdrop-filter: saturate(100%) blur(10px);
|
|
5940
5940
|
backdrop-filter: saturate(100%) blur(10px);
|
|
5941
5941
|
position: relative;
|
|
5942
5942
|
color: #686b6e;
|
|
@@ -5962,7 +5962,6 @@ select.form-select option:checked[selected], select.form-select option:focus[sel
|
|
|
5962
5962
|
.alert-danger {
|
|
5963
5963
|
background: rgba(192, 13, 73, 0.3);
|
|
5964
5964
|
border: 1px solid rgba(192, 13, 73, 0.3);
|
|
5965
|
-
-webkit-backdrop-filter: saturate(100%) blur(10px);
|
|
5966
5965
|
backdrop-filter: saturate(100%) blur(10px);
|
|
5967
5966
|
position: relative;
|
|
5968
5967
|
color: #686b6e;
|
|
@@ -5988,7 +5987,6 @@ select.form-select option:checked[selected], select.form-select option:focus[sel
|
|
|
5988
5987
|
.alert-light {
|
|
5989
5988
|
background: rgba(238, 238, 238, 0.3);
|
|
5990
5989
|
border: 1px solid rgba(238, 238, 238, 0.3);
|
|
5991
|
-
-webkit-backdrop-filter: saturate(100%) blur(10px);
|
|
5992
5990
|
backdrop-filter: saturate(100%) blur(10px);
|
|
5993
5991
|
position: relative;
|
|
5994
5992
|
color: #686b6e;
|
|
@@ -6014,7 +6012,6 @@ select.form-select option:checked[selected], select.form-select option:focus[sel
|
|
|
6014
6012
|
.alert-dark {
|
|
6015
6013
|
background: rgba(22, 22, 22, 0.3);
|
|
6016
6014
|
border: 1px solid rgba(22, 22, 22, 0.3);
|
|
6017
|
-
-webkit-backdrop-filter: saturate(100%) blur(10px);
|
|
6018
6015
|
backdrop-filter: saturate(100%) blur(10px);
|
|
6019
6016
|
position: relative;
|
|
6020
6017
|
color: #686b6e;
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@volo/ngx-lepton-x.lite",
|
|
3
|
-
"version": "4.3.0
|
|
3
|
+
"version": "4.3.0",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"tslib": "^2.3.0",
|
|
6
6
|
"bootstrap-icons": "~1.7.2",
|
|
7
7
|
"@ng-bootstrap/ng-bootstrap": "~19.0.0",
|
|
8
|
-
"@volo/ngx-lepton-x.core": "4.3.0
|
|
8
|
+
"@volo/ngx-lepton-x.core": "4.3.0"
|
|
9
9
|
},
|
|
10
10
|
"publishConfig": {
|
|
11
11
|
"access": "public"
|