@progress/kendo-theme-bootstrap 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/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.json +1 -1
- package/package.json +3 -3
package/dist/all.css
CHANGED
|
@@ -14149,11 +14149,12 @@ textarea.k-input-inner {
|
|
|
14149
14149
|
transform: scale(1);
|
|
14150
14150
|
}
|
|
14151
14151
|
|
|
14152
|
-
.k-floating-label-container.k-state-empty:not(.k-state-focused) :-ms-input-placeholder {
|
|
14152
|
+
.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 {
|
|
14153
14153
|
color: transparent;
|
|
14154
14154
|
}
|
|
14155
14155
|
|
|
14156
|
-
.k-floating-label-container.k-state-empty:not(.k-state-focused) ::placeholder
|
|
14156
|
+
.k-floating-label-container.k-state-empty:not(.k-state-focused) ::placeholder,
|
|
14157
|
+
.k-floating-label-container.k-empty:not(.k-focus):not(:focus-within) ::placeholder {
|
|
14157
14158
|
color: transparent;
|
|
14158
14159
|
}
|
|
14159
14160
|
|
package/dist/all.scss
CHANGED
|
@@ -11936,7 +11936,8 @@ $floating-label-focus-text: null !default;
|
|
|
11936
11936
|
transform: scale( $floating-label-focus-scale );
|
|
11937
11937
|
}
|
|
11938
11938
|
|
|
11939
|
-
&.k-state-empty:not(.k-state-focused) ::placeholder
|
|
11939
|
+
&.k-state-empty:not(.k-state-focused) ::placeholder,
|
|
11940
|
+
&.k-empty:not(.k-focus):not(:focus-within) ::placeholder {
|
|
11940
11941
|
color: transparent;
|
|
11941
11942
|
}
|
|
11942
11943
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-bootstrap",
|
|
3
3
|
"description": "Bootstrap 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": [
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
"postpublish": "echo 'no postpublish for bootstrap theme'"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@progress/kendo-theme-default": "^5.3.
|
|
52
|
+
"@progress/kendo-theme-default": "^5.3.1",
|
|
53
53
|
"bootstrap": "^5.1.0"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "efa345ead38afdc056098d464fdfa9a752400918"
|
|
56
56
|
}
|