@progress/kendo-theme-fluent 5.12.0 → 5.12.1-dev.0
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 +4 -0
- package/package.json +4 -7
- package/scss/input/_layout.scss +3 -0
package/dist/all.css
CHANGED
|
@@ -24912,6 +24912,10 @@ textarea.k-textarea {
|
|
|
24912
24912
|
padding-block: var(--INTERNAL--kendo-input-padding-y, 0);
|
|
24913
24913
|
}
|
|
24914
24914
|
|
|
24915
|
+
textarea.k-textarea {
|
|
24916
|
+
overflow: auto;
|
|
24917
|
+
}
|
|
24918
|
+
|
|
24915
24919
|
.k-picker {
|
|
24916
24920
|
cursor: pointer;
|
|
24917
24921
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-fluent",
|
|
3
3
|
"description": "A css variables based theme for Kendo UI that follows the Fluent design system guidelines.",
|
|
4
|
-
"version": "5.12.0",
|
|
4
|
+
"version": "5.12.1-dev.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -47,11 +47,8 @@
|
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@progress/kendo-font-icons": "^0.6.0",
|
|
50
|
-
"@progress/kendo-theme-core": "^5.12.0",
|
|
51
|
-
"@progress/kendo-theme-utils": "^5.12.0"
|
|
50
|
+
"@progress/kendo-theme-core": "^5.12.1-dev.0",
|
|
51
|
+
"@progress/kendo-theme-utils": "^5.12.1-dev.0"
|
|
52
52
|
},
|
|
53
|
-
"
|
|
54
|
-
"sass-build": "^1.1.0"
|
|
55
|
-
},
|
|
56
|
-
"gitHead": "9eaba5fe84f407f8f7240d2391cf6f5807f8eef4"
|
|
53
|
+
"gitHead": "342125ccbda2aec05866a2bb2c5e6e0c6f64b2e3"
|
|
57
54
|
}
|