@progress/kendo-theme-material 10.2.0-dev.2 → 10.2.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 +1 -1
- package/dist/material-aqua-dark.css +1 -1
- package/dist/material-arctic.css +1 -1
- package/dist/material-burnt-teal.css +1 -1
- package/dist/material-dataviz-v4.css +1 -1
- package/dist/material-eggplant.css +1 -1
- package/dist/material-lime-dark.css +1 -1
- package/dist/material-lime.css +1 -1
- package/dist/material-main-dark.css +1 -1
- package/dist/material-main.css +1 -1
- package/dist/material-nova.css +1 -1
- package/dist/material-pacific-dark.css +1 -1
- package/dist/material-pacific.css +1 -1
- package/dist/material-sky-dark.css +1 -1
- package/dist/material-sky.css +1 -1
- package/dist/material-smoke.css +1 -1
- package/dist/meta/variables.json +2 -2
- 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 +4 -5
- package/scss/dataviz/_variables.scss +1 -1
package/dist/meta/variables.json
CHANGED
|
@@ -15312,7 +15312,7 @@
|
|
|
15312
15312
|
},
|
|
15313
15313
|
"kendo-chart-label-font-size": {
|
|
15314
15314
|
"type": "String",
|
|
15315
|
-
"value": "var(--kendo-font-size, inherit)"
|
|
15315
|
+
"value": "var(--kendo-font-size-sm, inherit)"
|
|
15316
15316
|
},
|
|
15317
15317
|
"kendo-chart-title-font-size": {
|
|
15318
15318
|
"type": "String",
|
|
@@ -15320,7 +15320,7 @@
|
|
|
15320
15320
|
},
|
|
15321
15321
|
"kendo-chart-pane-title-font-size": {
|
|
15322
15322
|
"type": "String",
|
|
15323
|
-
"value": "var(--kendo-font-size, inherit)"
|
|
15323
|
+
"value": "var(--kendo-font-size-sm, inherit)"
|
|
15324
15324
|
},
|
|
15325
15325
|
"kendo-chart-pane-title-font-weight": {
|
|
15326
15326
|
"type": "String",
|
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": "10.2.0
|
|
4
|
+
"version": "10.2.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -54,13 +54,12 @@
|
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@progress/kendo-svg-icons": "^4.0.0",
|
|
57
|
-
"@progress/kendo-theme-core": "10.2.0
|
|
58
|
-
"@progress/kendo-theme-
|
|
59
|
-
"@progress/kendo-theme-utils": "10.2.0-dev.2"
|
|
57
|
+
"@progress/kendo-theme-core": "10.2.0",
|
|
58
|
+
"@progress/kendo-theme-utils": "10.2.0"
|
|
60
59
|
},
|
|
61
60
|
"directories": {
|
|
62
61
|
"doc": "docs",
|
|
63
62
|
"lib": "lib"
|
|
64
63
|
},
|
|
65
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "842eda823b380f262b6160ddd002d32dabe9f2ab"
|
|
66
65
|
}
|
|
@@ -92,7 +92,7 @@ $kendo-chart-font-family: var( --kendo-font-family, inherit ) !default;
|
|
|
92
92
|
$kendo-chart-font-size: var( --kendo-font-size, inherit ) !default;
|
|
93
93
|
$kendo-chart-line-height: var( --kendo-line-height, normal ) !default;
|
|
94
94
|
$kendo-chart-tooltip-font-size: calc( #{$kendo-font-size} * .929) !default;
|
|
95
|
-
$kendo-chart-label-font-size: var( --kendo-font-size, inherit ) !default;
|
|
95
|
+
$kendo-chart-label-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
96
96
|
$kendo-chart-title-font-size: var( --kendo-font-size-lg, inherit ) !default;
|
|
97
97
|
$kendo-chart-pane-title-font-size: $kendo-chart-label-font-size !default;
|
|
98
98
|
$kendo-chart-pane-title-font-weight: var( --kendo-font-weight-normal, normal ) !default;
|