@progress/kendo-theme-fluent 6.3.0 → 6.3.1-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
|
@@ -36893,8 +36893,8 @@ textarea.k-input-inner {
|
|
|
36893
36893
|
.k-calendar-th {
|
|
36894
36894
|
padding-inline: var(--kendo-calendar-header-cell-padding-x, 0);
|
|
36895
36895
|
padding-block: var(--kendo-calendar-header-cell-padding-y, 0);
|
|
36896
|
-
|
|
36897
|
-
|
|
36896
|
+
inline-size: var(--INTERNAL--kendo-calendar-cell-size, var(--kendo-calendar-header-cell-width, 28px));
|
|
36897
|
+
block-size: var(--INTERNAL--kendo-calendar-cell-size, var(--kendo-calendar-header-cell-height, 28px));
|
|
36898
36898
|
font-size: var(--kendo-calendar-header-cell-font-size, var(--kendo-font-size-sm, inherit));
|
|
36899
36899
|
line-height: var(--kendo-calendar-header-cell-line-height, 2);
|
|
36900
36900
|
text-transform: uppercase;
|
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.3.0",
|
|
4
|
+
"version": "6.3.1-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.4.2",
|
|
53
|
-
"@progress/kendo-theme-core": "6.3.0",
|
|
54
|
-
"@progress/kendo-theme-utils": "6.3.0"
|
|
53
|
+
"@progress/kendo-theme-core": "6.3.1-dev.0",
|
|
54
|
+
"@progress/kendo-theme-utils": "6.3.1-dev.0"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "f5a3aaf1f33a6c5fbc8347314d44052752d71a43"
|
|
57
57
|
}
|
|
@@ -86,8 +86,8 @@
|
|
|
86
86
|
.k-calendar-th {
|
|
87
87
|
padding-inline: var( --kendo-calendar-header-cell-padding-x, #{$kendo-calendar-header-cell-padding-x} );
|
|
88
88
|
padding-block: var( --kendo-calendar-header-cell-padding-y, #{$kendo-calendar-header-cell-padding-y} );
|
|
89
|
-
|
|
90
|
-
|
|
89
|
+
inline-size: var( --INTERNAL--kendo-calendar-cell-size, var( --kendo-calendar-header-cell-width, #{$kendo-calendar-header-cell-width} ) );
|
|
90
|
+
block-size: var( --INTERNAL--kendo-calendar-cell-size, var( --kendo-calendar-header-cell-height, #{$kendo-calendar-header-cell-height} ) );
|
|
91
91
|
font-size: var( --kendo-calendar-header-cell-font-size, #{$kendo-calendar-header-cell-font-size} );
|
|
92
92
|
line-height: var( --kendo-calendar-header-cell-line-height, #{$kendo-calendar-header-cell-line-height} );
|
|
93
93
|
text-transform: uppercase;
|