@progress/kendo-theme-material 5.11.1-dev.2 → 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/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 +5 -8
package/dist/all.css
CHANGED
|
@@ -13857,6 +13857,10 @@ textarea.k-textarea[disabled] {
|
|
|
13857
13857
|
filter: grayscale(0);
|
|
13858
13858
|
}
|
|
13859
13859
|
|
|
13860
|
+
textarea.k-textarea {
|
|
13861
|
+
overflow: auto;
|
|
13862
|
+
}
|
|
13863
|
+
|
|
13860
13864
|
.k-picker {
|
|
13861
13865
|
cursor: pointer;
|
|
13862
13866
|
}
|
package/dist/all.scss
CHANGED
|
@@ -11035,6 +11035,9 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
|
|
|
11035
11035
|
}
|
|
11036
11036
|
}
|
|
11037
11037
|
}
|
|
11038
|
+
textarea.k-textarea {
|
|
11039
|
+
overflow: auto;
|
|
11040
|
+
}
|
|
11038
11041
|
|
|
11039
11042
|
|
|
11040
11043
|
// Picker
|
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.
|
|
4
|
+
"version": "5.12.1-dev.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -47,12 +47,9 @@
|
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@progress/kendo-font-icons": "^0.6.0",
|
|
50
|
-
"@progress/kendo-theme-core": "^5.
|
|
51
|
-
"@progress/kendo-theme-default": "^5.
|
|
52
|
-
"@progress/kendo-theme-utils": "^5.
|
|
50
|
+
"@progress/kendo-theme-core": "^5.12.1-dev.0",
|
|
51
|
+
"@progress/kendo-theme-default": "^5.12.1-dev.0",
|
|
52
|
+
"@progress/kendo-theme-utils": "^5.12.1-dev.0"
|
|
53
53
|
},
|
|
54
|
-
"
|
|
55
|
-
"sass-build": "^1.1.0"
|
|
56
|
-
},
|
|
57
|
-
"gitHead": "1abe5dc353ef37c2ad5ee6177c8fb1e3894956d6"
|
|
54
|
+
"gitHead": "342125ccbda2aec05866a2bb2c5e6e0c6f64b2e3"
|
|
58
55
|
}
|