@progress/kendo-theme-fluent 8.0.0 → 8.0.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.
@@ -3,7 +3,7 @@
3
3
  "name": "All",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "8.0.0",
6
+ "version": "8.0.1",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Fluent Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "8.0.0",
6
+ "version": "8.0.1",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-fluent",
3
3
  "description": "A css variables based theme for Kendo UI that follows the Fluent design system guidelines.",
4
- "version": "8.0.0",
4
+ "version": "8.0.1",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -53,12 +53,12 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@progress/kendo-svg-icons": "3.0.0",
56
- "@progress/kendo-theme-core": "8.0.0",
57
- "@progress/kendo-theme-utils": "8.0.0"
56
+ "@progress/kendo-theme-core": "8.0.1",
57
+ "@progress/kendo-theme-utils": "8.0.1"
58
58
  },
59
59
  "directories": {
60
60
  "doc": "docs",
61
61
  "lib": "lib"
62
62
  },
63
- "gitHead": "5d189bf7291e83332a8817cefbbbecc68fc8a644"
63
+ "gitHead": "d9dbfd45e66577d6451602edd28f05e7c8588d8e"
64
64
  }
@@ -283,7 +283,7 @@
283
283
  }
284
284
 
285
285
  .k-actionsheet-filter {
286
- width: calc( min(100%, calc( 360px - calc( #{$kendo-adaptive-actionsheet-header-padding-x} * 2 ) ) ) );
286
+ width: calc( 360px - #{$kendo-adaptive-actionsheet-header-padding-x} * 2 );
287
287
  }
288
288
  .k-actionsheet-content,
289
289
  .k-actionsheet-footer {
package/scss/all.scss CHANGED
@@ -1,3 +1,4 @@
1
+ @forward "./index.scss";
1
2
  @use "./index.scss" as kendo-theme;
2
3
 
3
4
  @include kendo-theme.config();
@@ -450,7 +450,7 @@
450
450
  series-30: $kendo-series-30,
451
451
 
452
452
  gauge-pointer: $kendo-series-f,
453
- gauge-track: if($kendo-enable-color-system, k-color( base-subtle ), k-get-theme-color-var( neutral-30 ))
453
+ gauge-track: if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-30 ))
454
454
  );
455
455
 
456
456
  @each $name, $value in $exported {