@progress/kendo-theme-material 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/material-aqua-dark.json +1 -1
- package/lib/swatches/material-arctic.json +1 -1
- package/lib/swatches/material-burnt-teal.json +1 -1
- package/lib/swatches/material-dataviz-v4.json +1 -1
- package/lib/swatches/material-eggplant.json +1 -1
- package/lib/swatches/material-lime-dark.json +1 -1
- package/lib/swatches/material-lime.json +1 -1
- package/lib/swatches/material-main-dark.json +1 -1
- package/lib/swatches/material-main.json +1 -1
- package/lib/swatches/material-nova.json +1 -1
- package/lib/swatches/material-pacific-dark.json +1 -1
- package/lib/swatches/material-pacific.json +1 -1
- package/lib/swatches/material-sky-dark.json +1 -1
- package/lib/swatches/material-sky.json +1 -1
- package/lib/swatches/material-smoke.json +1 -1
- package/package.json +5 -5
package/dist/all.css
CHANGED
|
@@ -37776,6 +37776,12 @@ select.k-picker-lg {
|
|
|
37776
37776
|
color: #3f51b5;
|
|
37777
37777
|
}
|
|
37778
37778
|
|
|
37779
|
+
.k-floating-label-container.k-invalid > .k-label,
|
|
37780
|
+
.k-floating-label-container.ng-invalid.ng-touched > .k-label,
|
|
37781
|
+
.k-floating-label-container.ng-invalid.ng-dirty > .k-label {
|
|
37782
|
+
color: #f31700;
|
|
37783
|
+
}
|
|
37784
|
+
|
|
37779
37785
|
.k-floating-label-container.k-invalid + .k-label,
|
|
37780
37786
|
.k-floating-label-container .k-invalid + .k-label,
|
|
37781
37787
|
.k-floating-label-container .ng-invalid.ng-touched + .k-label,
|
package/dist/all.scss
CHANGED
|
@@ -28022,6 +28022,11 @@ $kendo-floating-label-focus-text: $kendo-color-primary !default;
|
|
|
28022
28022
|
);
|
|
28023
28023
|
}
|
|
28024
28024
|
|
|
28025
|
+
&.k-invalid > .k-label,
|
|
28026
|
+
&.ng-invalid.ng-touched > .k-label,
|
|
28027
|
+
&.ng-invalid.ng-dirty > .k-label {
|
|
28028
|
+
@include fill ( $color: $kendo-invalid-text );
|
|
28029
|
+
}
|
|
28025
28030
|
}
|
|
28026
28031
|
|
|
28027
28032
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-material",
|
|
3
3
|
"description": "Material 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": [
|
|
@@ -52,9 +52,9 @@
|
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@progress/kendo-font-icons": "1.8.0",
|
|
55
|
-
"@progress/kendo-theme-core": "6.7.0-dev.
|
|
56
|
-
"@progress/kendo-theme-default": "6.7.0-dev.
|
|
57
|
-
"@progress/kendo-theme-utils": "6.7.0-dev.
|
|
55
|
+
"@progress/kendo-theme-core": "6.7.0-dev.3",
|
|
56
|
+
"@progress/kendo-theme-default": "6.7.0-dev.3",
|
|
57
|
+
"@progress/kendo-theme-utils": "6.7.0-dev.3"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "13f0e9d31474eca02c4ee6a62a4f182bdf7633cb"
|
|
60
60
|
}
|