@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.
@@ -3,7 +3,7 @@
3
3
  "name": "Meridian Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-meridian",
6
- "version": "14.0.0-dev.6",
6
+ "version": "14.0.0-dev.8",
7
7
  "previewColors": [
8
8
  "oklch(100% 0 0deg)",
9
9
  "oklch(98.46% 0.0017 247.84deg)",
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.6",
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.6",
57
- "@progress/kendo-theme-utils": "14.0.0-dev.6"
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": "0df0e4e29b482e22243c6e74b121a3bdb0976828"
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: k-spacing( 25 ) !default;
371
+ $kendo-chart-no-data-padding-y: 7rem !default;
372
372
 
373
373
  // Gauge
374
374
  /// The background color of the Gauge.