@progress/kendo-theme-material 7.2.1-dev.6 → 7.2.1-dev.7
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 +0 -48
- package/dist/all.scss +0 -109
- package/dist/meta/sassdoc-data.json +368 -476
- package/dist/meta/sassdoc-raw-data.json +184 -234
- package/dist/meta/variables.json +0 -8
- 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 -5
- package/scss/input/_variables.scss +0 -7
package/dist/meta/variables.json
CHANGED
|
@@ -3731,14 +3731,6 @@
|
|
|
3731
3731
|
"type": "Null",
|
|
3732
3732
|
"value": "null"
|
|
3733
3733
|
},
|
|
3734
|
-
"kendo-input-valid-border": {
|
|
3735
|
-
"type": "Color",
|
|
3736
|
-
"value": "#37b400"
|
|
3737
|
-
},
|
|
3738
|
-
"kendo-input-valid-shadow": {
|
|
3739
|
-
"type": "Null",
|
|
3740
|
-
"value": "null"
|
|
3741
|
-
},
|
|
3742
3734
|
"kendo-picker-bg": {
|
|
3743
3735
|
"type": "Color",
|
|
3744
3736
|
"value": "whitesmoke"
|
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": "7.2.1-dev.
|
|
4
|
+
"version": "7.2.1-dev.7",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -54,13 +54,13 @@
|
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@progress/kendo-svg-icons": "2.1.0",
|
|
57
|
-
"@progress/kendo-theme-core": "7.2.1-dev.
|
|
58
|
-
"@progress/kendo-theme-default": "7.2.1-dev.
|
|
59
|
-
"@progress/kendo-theme-utils": "7.2.1-dev.
|
|
57
|
+
"@progress/kendo-theme-core": "7.2.1-dev.7",
|
|
58
|
+
"@progress/kendo-theme-default": "7.2.1-dev.7",
|
|
59
|
+
"@progress/kendo-theme-utils": "7.2.1-dev.7"
|
|
60
60
|
},
|
|
61
61
|
"directories": {
|
|
62
62
|
"doc": "docs",
|
|
63
63
|
"lib": "lib"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "363fde69c7406461ad54feb7725ae2398a4b019b"
|
|
66
66
|
}
|
|
@@ -286,13 +286,6 @@ $kendo-input-invalid-border: $kendo-invalid-border !default;
|
|
|
286
286
|
/// @group input
|
|
287
287
|
$kendo-input-invalid-shadow: $kendo-invalid-shadow !default;
|
|
288
288
|
|
|
289
|
-
/// The border color of the valid Input components.
|
|
290
|
-
/// @group input
|
|
291
|
-
$kendo-input-valid-border: $kendo-valid-border !default;
|
|
292
|
-
/// The shadow of the valid Input components.
|
|
293
|
-
/// @group input
|
|
294
|
-
$kendo-input-valid-shadow: $kendo-valid-shadow !default;
|
|
295
|
-
|
|
296
289
|
/// The background color of the Picker components.
|
|
297
290
|
/// @group picker
|
|
298
291
|
$kendo-picker-bg: $kendo-input-bg !default;
|