@progress/kendo-theme-default 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/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -1
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue-a11y.json +1 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +4 -4
- package/scss/floating-label/_theme.scss +5 -0
package/dist/all.css
CHANGED
|
@@ -37029,6 +37029,12 @@ select.k-picker-lg {
|
|
|
37029
37029
|
right: 0;
|
|
37030
37030
|
}
|
|
37031
37031
|
|
|
37032
|
+
.k-floating-label-container.k-invalid > .k-label,
|
|
37033
|
+
.k-floating-label-container.ng-invalid.ng-touched > .k-label,
|
|
37034
|
+
.k-floating-label-container.ng-invalid.ng-dirty > .k-label {
|
|
37035
|
+
color: #f31700;
|
|
37036
|
+
}
|
|
37037
|
+
|
|
37032
37038
|
.k-split-button .k-split-button-arrow {
|
|
37033
37039
|
padding-block: 4px;
|
|
37034
37040
|
padding-inline: 4px;
|
package/dist/all.scss
CHANGED
|
@@ -26152,6 +26152,11 @@ $kendo-floating-label-focus-text: null !default;
|
|
|
26152
26152
|
);
|
|
26153
26153
|
}
|
|
26154
26154
|
|
|
26155
|
+
&.k-invalid > .k-label,
|
|
26156
|
+
&.ng-invalid.ng-touched > .k-label,
|
|
26157
|
+
&.ng-invalid.ng-dirty > .k-label {
|
|
26158
|
+
@include fill ( $color: $kendo-invalid-text );
|
|
26159
|
+
}
|
|
26155
26160
|
}
|
|
26156
26161
|
|
|
26157
26162
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-default",
|
|
3
3
|
"description": "SASS resources for the default Kendo UI theme",
|
|
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": [
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@progress/kendo-font-icons": "1.8.0",
|
|
53
|
-
"@progress/kendo-theme-core": "6.7.0-dev.
|
|
54
|
-
"@progress/kendo-theme-utils": "6.7.0-dev.
|
|
53
|
+
"@progress/kendo-theme-core": "6.7.0-dev.3",
|
|
54
|
+
"@progress/kendo-theme-utils": "6.7.0-dev.3"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "13f0e9d31474eca02c4ee6a62a4f182bdf7633cb"
|
|
57
57
|
}
|