@progress/kendo-theme-classic 10.2.0-dev.2 → 10.2.0-dev.3
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 +1 -1
- package/dist/classic-green-dark.css +1 -1
- package/dist/classic-green.css +1 -1
- package/dist/classic-lavender-dark.css +1 -1
- package/dist/classic-lavender.css +1 -1
- package/dist/classic-main-dark.css +1 -1
- package/dist/classic-main.css +1 -1
- package/dist/classic-metro-dark.css +1 -1
- package/dist/classic-metro.css +1 -1
- package/dist/classic-moonlight.css +1 -1
- package/dist/classic-opal-dark.css +1 -1
- package/dist/classic-opal.css +1 -1
- package/dist/classic-silver-dark.css +1 -1
- package/dist/classic-silver.css +1 -1
- package/dist/classic-uniform.css +1 -1
- package/dist/meta/variables.json +2 -2
- 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/dataviz/_variables.scss +1 -1
package/dist/meta/variables.json
CHANGED
|
@@ -14802,7 +14802,7 @@
|
|
|
14802
14802
|
},
|
|
14803
14803
|
"kendo-chart-label-font-size": {
|
|
14804
14804
|
"type": "String",
|
|
14805
|
-
"value": "var(--kendo-font-size, inherit)"
|
|
14805
|
+
"value": "var(--kendo-font-size-sm, inherit)"
|
|
14806
14806
|
},
|
|
14807
14807
|
"kendo-chart-title-font-size": {
|
|
14808
14808
|
"type": "String",
|
|
@@ -14810,7 +14810,7 @@
|
|
|
14810
14810
|
},
|
|
14811
14811
|
"kendo-chart-pane-title-font-size": {
|
|
14812
14812
|
"type": "String",
|
|
14813
|
-
"value": "var(--kendo-font-size, inherit)"
|
|
14813
|
+
"value": "var(--kendo-font-size-sm, inherit)"
|
|
14814
14814
|
},
|
|
14815
14815
|
"kendo-chart-pane-title-font-weight": {
|
|
14816
14816
|
"type": "String",
|
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.2.0-dev.
|
|
4
|
+
"version": "10.2.0-dev.3",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -53,13 +53,13 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@progress/kendo-svg-icons": "^4.0.0",
|
|
56
|
-
"@progress/kendo-theme-core": "10.2.0-dev.
|
|
57
|
-
"@progress/kendo-theme-default": "10.2.0-dev.
|
|
58
|
-
"@progress/kendo-theme-utils": "10.2.0-dev.
|
|
56
|
+
"@progress/kendo-theme-core": "10.2.0-dev.3",
|
|
57
|
+
"@progress/kendo-theme-default": "10.2.0-dev.3",
|
|
58
|
+
"@progress/kendo-theme-utils": "10.2.0-dev.3"
|
|
59
59
|
},
|
|
60
60
|
"directories": {
|
|
61
61
|
"doc": "docs",
|
|
62
62
|
"lib": "lib"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "082662582bfa2df1e3ee8bbeab7d395ec47d944f"
|
|
65
65
|
}
|
|
@@ -91,7 +91,7 @@ $kendo-chart-font-family: var( --kendo-font-family, inherit ) !default;
|
|
|
91
91
|
$kendo-chart-font-size: var( --kendo-font-size, inherit ) !default;
|
|
92
92
|
$kendo-chart-line-height: var( --kendo-line-height, normal ) !default;
|
|
93
93
|
$kendo-chart-tooltip-font-size: calc( #{$kendo-font-size} * .929) !default;
|
|
94
|
-
$kendo-chart-label-font-size: var( --kendo-font-size, inherit ) !default;
|
|
94
|
+
$kendo-chart-label-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
95
95
|
$kendo-chart-title-font-size: var( --kendo-font-size-lg, inherit ) !default;
|
|
96
96
|
$kendo-chart-pane-title-font-size: $kendo-chart-label-font-size !default;
|
|
97
97
|
$kendo-chart-pane-title-font-weight: var( --kendo-font-weight-normal, normal ) !default;
|