@progress/kendo-theme-meridian 14.0.0-dev.6 → 14.0.0-dev.8
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/meridian-main-dark.css +1 -1
- package/dist/meridian-main-dark.scss +112 -112
- package/dist/meridian-main.css +1 -1
- package/dist/meta/sassdoc-data.json +6 -6
- package/dist/meta/sassdoc-raw-data.json +1 -1
- package/dist/meta/variables.json +2 -2
- package/lib/swatches/meridian-main-dark.json +113 -113
- package/lib/swatches/meridian-main.json +1 -1
- package/package.json +5 -5
- package/scss/dataviz/_variables.scss +1 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-meridian",
|
|
3
3
|
"description": "Meridian theme for Kendo UI",
|
|
4
|
-
"version": "14.0.0-dev.
|
|
4
|
+
"version": "14.0.0-dev.8",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -52,13 +52,13 @@
|
|
|
52
52
|
"postpublish": "echo 'no postpublish for meridian theme'"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@progress/kendo-svg-icons": "4.9.0",
|
|
56
|
-
"@progress/kendo-theme-core": "14.0.0-dev.
|
|
57
|
-
"@progress/kendo-theme-utils": "14.0.0-dev.
|
|
55
|
+
"@progress/kendo-svg-icons": "^4.9.0",
|
|
56
|
+
"@progress/kendo-theme-core": "14.0.0-dev.8",
|
|
57
|
+
"@progress/kendo-theme-utils": "14.0.0-dev.8"
|
|
58
58
|
},
|
|
59
59
|
"directories": {
|
|
60
60
|
"doc": "docs",
|
|
61
61
|
"lib": "lib"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "51b9643a690c29fe7e50655be148b914b1b419e4"
|
|
64
64
|
}
|
|
@@ -368,7 +368,7 @@ $kendo-chart-no-data-font-size: var( --kendo-font-size-lg, inherit ) !default;
|
|
|
368
368
|
$kendo-chart-no-data-font-weight: var( --kendo-font-weight, normal ) !default;
|
|
369
369
|
/// The vertical padding of the Chart.
|
|
370
370
|
/// @group charts
|
|
371
|
-
$kendo-chart-no-data-padding-y:
|
|
371
|
+
$kendo-chart-no-data-padding-y: 7rem !default;
|
|
372
372
|
|
|
373
373
|
// Gauge
|
|
374
374
|
/// The background color of the Gauge.
|