@progress/kendo-theme-material 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/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 +3 -3
package/dist/all.css
CHANGED
|
@@ -14582,11 +14582,12 @@ textarea.k-input-inner {
|
|
|
14582
14582
|
transform: scale(0.75);
|
|
14583
14583
|
}
|
|
14584
14584
|
|
|
14585
|
-
.k-floating-label-container.k-state-empty:not(.k-state-focused) :-ms-input-placeholder {
|
|
14585
|
+
.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 {
|
|
14586
14586
|
color: transparent;
|
|
14587
14587
|
}
|
|
14588
14588
|
|
|
14589
|
-
.k-floating-label-container.k-state-empty:not(.k-state-focused) ::placeholder
|
|
14589
|
+
.k-floating-label-container.k-state-empty:not(.k-state-focused) ::placeholder,
|
|
14590
|
+
.k-floating-label-container.k-empty:not(.k-focus):not(:focus-within) ::placeholder {
|
|
14590
14591
|
color: transparent;
|
|
14591
14592
|
}
|
|
14592
14593
|
|
package/dist/all.scss
CHANGED
|
@@ -11013,7 +11013,8 @@ $floating-label-focus-text: $primary !default;
|
|
|
11013
11013
|
transform: scale( $floating-label-focus-scale );
|
|
11014
11014
|
}
|
|
11015
11015
|
|
|
11016
|
-
&.k-state-empty:not(.k-state-focused) ::placeholder
|
|
11016
|
+
&.k-state-empty:not(.k-state-focused) ::placeholder,
|
|
11017
|
+
&.k-empty:not(.k-focus):not(:focus-within) ::placeholder {
|
|
11017
11018
|
color: transparent;
|
|
11018
11019
|
}
|
|
11019
11020
|
|
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": "5.3.
|
|
4
|
+
"version": "5.3.1",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"postpublish": "echo 'no postpublish for material theme'"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@progress/kendo-theme-default": "^5.3.
|
|
53
|
+
"@progress/kendo-theme-default": "^5.3.1"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "efa345ead38afdc056098d464fdfa9a752400918"
|
|
56
56
|
}
|