@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 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
 
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Green Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "5.3.0",
6
+ "version": "5.3.1",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#131413",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Green",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "5.3.0",
6
+ "version": "5.3.1",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f3f4f3",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "5.3.0",
6
+ "version": "5.3.1",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#101010",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "5.3.0",
6
+ "version": "5.3.1",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f0f0f0",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Opal Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "5.3.0",
6
+ "version": "5.3.1",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#1e242d",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Opal",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "5.3.0",
6
+ "version": "5.3.1",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#def4fd",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Silver Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "5.3.0",
6
+ "version": "5.3.1",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#131314",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Silver",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "5.3.0",
6
+ "version": "5.3.1",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f3f3f4",
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.0",
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.0"
52
+ "@progress/kendo-theme-default": "^5.3.1"
53
53
  },
54
- "gitHead": "867f14d5246e147b66555ac808c5790ba8881d12"
54
+ "gitHead": "efa345ead38afdc056098d464fdfa9a752400918"
55
55
  }