@progress/kendo-theme-fluent 6.0.0 → 6.0.2-dev.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 CHANGED
@@ -31651,7 +31651,7 @@ textarea.k-input-inner {
31651
31651
  --kendo-calendar-cell-bg: var( --kendo-calendar-weekend-bg, inherit );
31652
31652
  }
31653
31653
  .k-calendar .k-other-month {
31654
- --kendo-calendar-cell-text: var( --kendo-calendar-other-month-text, var(--kendo-subtle-text, inherit) );
31654
+ --kendo-calendar-cell-text: var( --kendo-calendar-other-month-text, var(--kendo-disabled-text, inherit) );
31655
31655
  --kendo-calendar-cell-bg: var( --kendo-calendar-other-month-bg, inherit );
31656
31656
  }
31657
31657
  .k-calendar .k-alt {
@@ -31681,7 +31681,7 @@ textarea.k-input-inner {
31681
31681
  }
31682
31682
 
31683
31683
  .k-scheduler .k-calendar .k-other-month {
31684
- color: var(--kendo-calendar-other-month-text, var(--kendo-subtle-text, inherit));
31684
+ color: var(--kendo-calendar-other-month-text, var(--kendo-disabled-text, inherit));
31685
31685
  background-color: transparent;
31686
31686
  }
31687
31687
 
@@ -3,7 +3,7 @@
3
3
  "name": "All",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "6.0.0",
6
+ "version": "6.0.2-dev.0",
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": "6.0.0",
6
+ "version": "6.0.2-dev.0",
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": "6.0.0",
4
+ "version": "6.0.2-dev.0",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -50,8 +50,8 @@
50
50
  },
51
51
  "dependencies": {
52
52
  "@progress/kendo-font-icons": "^1.0.0",
53
- "@progress/kendo-theme-core": "^6.0.0",
54
- "@progress/kendo-theme-utils": "^6.0.0"
53
+ "@progress/kendo-theme-core": "^6.0.2-dev.0",
54
+ "@progress/kendo-theme-utils": "^6.0.2-dev.0"
55
55
  },
56
- "gitHead": "55db62ccac1c6dfee205ade579d703e3989d1f64"
56
+ "gitHead": "91f15518ccbc2f5757e4cbc179917c994b7afbe6"
57
57
  }
@@ -168,7 +168,7 @@ $kendo-calendar-week-number-text: var( --kendo-subtle-text, inherit ) !default;
168
168
  $kendo-calendar-other-month-bg: inherit !default;
169
169
  /// Text color of the other months calendar cells.
170
170
  /// @group calendar
171
- $kendo-calendar-other-month-text: var( --kendo-subtle-text, inherit ) !default;
171
+ $kendo-calendar-other-month-text: var( --kendo-disabled-text, inherit ) !default;
172
172
 
173
173
  /// Background color of the calendar cells.
174
174
  /// @group calendar