@progress/kendo-theme-classic 10.0.2-dev.0 → 10.1.0-dev.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/meta/sassdoc-data.json +2 -2
- package/dist/meta/sassdoc-raw-data.json +1 -1
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-lavender-dark.json +1 -1
- package/lib/swatches/classic-lavender.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-metro-dark.json +1 -1
- package/lib/swatches/classic-metro.json +1 -1
- package/lib/swatches/classic-moonlight.json +1 -1
- package/lib/swatches/classic-opal-dark.json +1 -1
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/lib/swatches/classic-uniform.json +1 -1
- package/package.json +5 -5
- package/scss/pivotgrid/_variables.scss +1 -1
|
@@ -47914,7 +47914,7 @@
|
|
|
47914
47914
|
"type": "variable",
|
|
47915
47915
|
"name": "kendo-pivotgrid-configurator-shadow",
|
|
47916
47916
|
"value": "k-elevation(3)",
|
|
47917
|
-
"scope": "
|
|
47917
|
+
"scope": "default",
|
|
47918
47918
|
"line": {
|
|
47919
47919
|
"start": 176,
|
|
47920
47920
|
"end": 176
|
|
@@ -128133,7 +128133,7 @@
|
|
|
128133
128133
|
"type": "variable",
|
|
128134
128134
|
"name": "kendo-pivotgrid-configurator-shadow",
|
|
128135
128135
|
"value": "k-elevation(3)",
|
|
128136
|
-
"scope": "
|
|
128136
|
+
"scope": "default",
|
|
128137
128137
|
"line": {
|
|
128138
128138
|
"start": 176,
|
|
128139
128139
|
"end": 176
|
|
@@ -43965,7 +43965,7 @@
|
|
|
43965
43965
|
"type": "variable",
|
|
43966
43966
|
"name": "kendo-pivotgrid-configurator-shadow",
|
|
43967
43967
|
"value": "k-elevation(3)",
|
|
43968
|
-
"scope": "
|
|
43968
|
+
"scope": "default",
|
|
43969
43969
|
"line": {
|
|
43970
43970
|
"start": 176,
|
|
43971
43971
|
"end": 176
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-classic",
|
|
3
3
|
"description": "Sass port of less based themes for Kendo UI theme",
|
|
4
|
-
"version": "10.0
|
|
4
|
+
"version": "10.1.0-dev.1",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -52,13 +52,13 @@
|
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@progress/kendo-svg-icons": "^4.0.0",
|
|
55
|
-
"@progress/kendo-theme-core": "10.0
|
|
56
|
-
"@progress/kendo-theme-default": "10.0
|
|
57
|
-
"@progress/kendo-theme-utils": "10.0
|
|
55
|
+
"@progress/kendo-theme-core": "10.1.0-dev.1",
|
|
56
|
+
"@progress/kendo-theme-default": "10.1.0-dev.1",
|
|
57
|
+
"@progress/kendo-theme-utils": "10.1.0-dev.1"
|
|
58
58
|
},
|
|
59
59
|
"directories": {
|
|
60
60
|
"doc": "docs",
|
|
61
61
|
"lib": "lib"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "f2470e15cb389e8c8e4be7f159b3474da5ffdc07"
|
|
64
64
|
}
|
|
@@ -173,7 +173,7 @@ $kendo-pivotgrid-configurator-header-border: null !default;
|
|
|
173
173
|
|
|
174
174
|
/// The shadow of the PivotGrid configurator.
|
|
175
175
|
/// @group pivotgrid
|
|
176
|
-
$kendo-pivotgrid-configurator-shadow: k-elevation(3);
|
|
176
|
+
$kendo-pivotgrid-configurator-shadow: k-elevation(3) !default;
|
|
177
177
|
/// The end shadow of the PivotGrid configurator.
|
|
178
178
|
/// @group pivotgrid
|
|
179
179
|
$kendo-pivotgrid-configurator-end-shadow: $kendo-pivotgrid-configurator-shadow !default;
|