@progress/kendo-theme-bootstrap 6.7.0-dev.2 → 6.7.0-dev.3
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/dist/all.css +6 -0
- package/dist/all.scss +5 -0
- package/lib/swatches/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.json +1 -1
- package/package.json +5 -5
package/dist/all.css
CHANGED
|
@@ -37159,6 +37159,12 @@ select.k-picker-lg {
|
|
|
37159
37159
|
right: 0;
|
|
37160
37160
|
}
|
|
37161
37161
|
|
|
37162
|
+
.k-floating-label-container.k-invalid > .k-label,
|
|
37163
|
+
.k-floating-label-container.ng-invalid.ng-touched > .k-label,
|
|
37164
|
+
.k-floating-label-container.ng-invalid.ng-dirty > .k-label {
|
|
37165
|
+
color: #dc3545;
|
|
37166
|
+
}
|
|
37167
|
+
|
|
37162
37168
|
.k-split-button .k-split-button-arrow {
|
|
37163
37169
|
padding-block: 0.375rem;
|
|
37164
37170
|
padding-inline: 0.375rem;
|
package/dist/all.scss
CHANGED
|
@@ -28616,6 +28616,11 @@ $kendo-floating-label-focus-text: null !default;
|
|
|
28616
28616
|
);
|
|
28617
28617
|
}
|
|
28618
28618
|
|
|
28619
|
+
&.k-invalid > .k-label,
|
|
28620
|
+
&.ng-invalid.ng-touched > .k-label,
|
|
28621
|
+
&.ng-invalid.ng-dirty > .k-label {
|
|
28622
|
+
@include fill ( $color: $kendo-invalid-text );
|
|
28623
|
+
}
|
|
28619
28624
|
}
|
|
28620
28625
|
|
|
28621
28626
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-bootstrap",
|
|
3
3
|
"description": "Bootstrap theme for Kendo UI",
|
|
4
|
-
"version": "6.7.0-dev.
|
|
4
|
+
"version": "6.7.0-dev.3",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -51,10 +51,10 @@
|
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@progress/kendo-font-icons": "1.8.0",
|
|
54
|
-
"@progress/kendo-theme-core": "6.7.0-dev.
|
|
55
|
-
"@progress/kendo-theme-default": "6.7.0-dev.
|
|
56
|
-
"@progress/kendo-theme-utils": "6.7.0-dev.
|
|
54
|
+
"@progress/kendo-theme-core": "6.7.0-dev.3",
|
|
55
|
+
"@progress/kendo-theme-default": "6.7.0-dev.3",
|
|
56
|
+
"@progress/kendo-theme-utils": "6.7.0-dev.3",
|
|
57
57
|
"bootstrap": "5.2.1"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "13f0e9d31474eca02c4ee6a62a4f182bdf7633cb"
|
|
60
60
|
}
|