@volo/ngx-lepton-x.lite 4.1.2 → 4.2.0-rc.2
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.
|
@@ -3106,6 +3106,12 @@ select.form-select option:checked[selected], select.form-select option:focus[sel
|
|
|
3106
3106
|
background-image: none !important;
|
|
3107
3107
|
}
|
|
3108
3108
|
|
|
3109
|
+
.form-control.is-valid,
|
|
3110
|
+
.was-validated .form-control:valid {
|
|
3111
|
+
background-image: none !important;
|
|
3112
|
+
border-color: #e7e9ec;
|
|
3113
|
+
}
|
|
3114
|
+
|
|
3109
3115
|
.form-select.is-invalid,
|
|
3110
3116
|
.was-validated .form-select:invalid {
|
|
3111
3117
|
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px !important;
|
|
@@ -3144,6 +3144,12 @@ select.form-select option:checked[selected], select.form-select option:focus[sel
|
|
|
3144
3144
|
background-image: none !important;
|
|
3145
3145
|
}
|
|
3146
3146
|
|
|
3147
|
+
.form-control.is-valid,
|
|
3148
|
+
.was-validated .form-control:valid {
|
|
3149
|
+
background-image: none !important;
|
|
3150
|
+
border-color: #e7e9ec;
|
|
3151
|
+
}
|
|
3152
|
+
|
|
3147
3153
|
.form-select.is-invalid,
|
|
3148
3154
|
.was-validated .form-select:invalid {
|
|
3149
3155
|
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") no-repeat left 0.75rem center/8px 10px !important;
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@volo/ngx-lepton-x.lite",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.2.0-rc.2",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"tslib": "^2.3.0",
|
|
6
6
|
"bootstrap-icons": "~1.7.2",
|
|
7
|
-
"@ng-bootstrap/ng-bootstrap": "~
|
|
8
|
-
"@volo/ngx-lepton-x.core": "4.
|
|
7
|
+
"@ng-bootstrap/ng-bootstrap": "~17.0.0",
|
|
8
|
+
"@volo/ngx-lepton-x.core": "4.2.0-rc.2"
|
|
9
9
|
},
|
|
10
10
|
"publishConfig": {
|
|
11
11
|
"access": "public"
|