@progress/kendo-theme-default 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/dist/all.scss +3 -0
- package/lib/swatches/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -1
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +4 -7
- package/scss/input/_layout.scss +3 -0
package/dist/all.css
CHANGED
|
@@ -13481,6 +13481,10 @@ textarea.k-textarea[disabled] {
|
|
|
13481
13481
|
filter: grayscale(0);
|
|
13482
13482
|
}
|
|
13483
13483
|
|
|
13484
|
+
textarea.k-textarea {
|
|
13485
|
+
overflow: auto;
|
|
13486
|
+
}
|
|
13487
|
+
|
|
13484
13488
|
.k-picker {
|
|
13485
13489
|
cursor: pointer;
|
|
13486
13490
|
}
|
package/dist/all.scss
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-default",
|
|
3
3
|
"description": "SASS resources for the default Kendo UI theme",
|
|
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": [
|
|
@@ -45,11 +45,8 @@
|
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@progress/kendo-font-icons": "^0.6.0",
|
|
48
|
-
"@progress/kendo-theme-core": "^5.12.0",
|
|
49
|
-
"@progress/kendo-theme-utils": "^5.12.0"
|
|
48
|
+
"@progress/kendo-theme-core": "^5.12.1-dev.0",
|
|
49
|
+
"@progress/kendo-theme-utils": "^5.12.1-dev.0"
|
|
50
50
|
},
|
|
51
|
-
"
|
|
52
|
-
"sass-build": "^1.1.0"
|
|
53
|
-
},
|
|
54
|
-
"gitHead": "9eaba5fe84f407f8f7240d2391cf6f5807f8eef4"
|
|
51
|
+
"gitHead": "342125ccbda2aec05866a2bb2c5e6e0c6f64b2e3"
|
|
55
52
|
}
|