@progress/kendo-theme-fluent 6.0.0 → 6.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.
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-
|
|
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-
|
|
31684
|
+
color: var(--kendo-calendar-other-month-text, var(--kendo-disabled-text, inherit));
|
|
31685
31685
|
background-color: transparent;
|
|
31686
31686
|
}
|
|
31687
31687
|
|
package/lib/swatches/all.json
CHANGED
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.
|
|
4
|
+
"version": "6.0.1",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"@progress/kendo-theme-core": "^6.0.0",
|
|
54
54
|
"@progress/kendo-theme-utils": "^6.0.0"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "8c0de1a359af7569b880867f5ddfdd23ca3cc0a4"
|
|
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-
|
|
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
|