@progress/kendo-theme-classic 5.3.0 → 5.3.1
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 +3 -2
- package/dist/all.scss +2 -1
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-opal-dark.json +1 -1
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/package.json +3 -3
package/dist/all.css
CHANGED
|
@@ -14131,11 +14131,12 @@ textarea.k-input-inner {
|
|
|
14131
14131
|
transform: scale(1);
|
|
14132
14132
|
}
|
|
14133
14133
|
|
|
14134
|
-
.k-floating-label-container.k-state-empty:not(.k-state-focused) :-ms-input-placeholder {
|
|
14134
|
+
.k-floating-label-container.k-state-empty:not(.k-state-focused) :-ms-input-placeholder, .k-floating-label-container.k-empty:not(.k-focus):not(:focus-within) :-ms-input-placeholder {
|
|
14135
14135
|
color: transparent;
|
|
14136
14136
|
}
|
|
14137
14137
|
|
|
14138
|
-
.k-floating-label-container.k-state-empty:not(.k-state-focused) ::placeholder
|
|
14138
|
+
.k-floating-label-container.k-state-empty:not(.k-state-focused) ::placeholder,
|
|
14139
|
+
.k-floating-label-container.k-empty:not(.k-focus):not(:focus-within) ::placeholder {
|
|
14139
14140
|
color: transparent;
|
|
14140
14141
|
}
|
|
14141
14142
|
|
package/dist/all.scss
CHANGED
|
@@ -9881,7 +9881,8 @@ $floating-label-focus-text: null !default;
|
|
|
9881
9881
|
transform: scale( $floating-label-focus-scale );
|
|
9882
9882
|
}
|
|
9883
9883
|
|
|
9884
|
-
&.k-state-empty:not(.k-state-focused) ::placeholder
|
|
9884
|
+
&.k-state-empty:not(.k-state-focused) ::placeholder,
|
|
9885
|
+
&.k-empty:not(.k-focus):not(:focus-within) ::placeholder {
|
|
9885
9886
|
color: transparent;
|
|
9886
9887
|
}
|
|
9887
9888
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-classic",
|
|
3
3
|
"description": "Sass port of less based themes for Kendo UI theme",
|
|
4
|
-
"version": "5.3.
|
|
4
|
+
"version": "5.3.1",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"postpublish": "echo 'no postpublish for classic theme'"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@progress/kendo-theme-default": "^5.3.
|
|
52
|
+
"@progress/kendo-theme-default": "^5.3.1"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "efa345ead38afdc056098d464fdfa9a752400918"
|
|
55
55
|
}
|