@progress/kendo-theme-default 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 +2 -2
- package/dist/all.scss +2 -2
- package/lib/swatches/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -1
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue-a11y.json +1 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +4 -4
- package/scss/calendar/_layout.scss +2 -2
package/dist/all.css
CHANGED
|
@@ -37880,8 +37880,8 @@ select.k-picker-lg {
|
|
|
37880
37880
|
}
|
|
37881
37881
|
|
|
37882
37882
|
.k-calendar-th {
|
|
37883
|
-
|
|
37884
|
-
|
|
37883
|
+
inline-size: var(--INTERNAL--kendo-calendar-cell-size, 32px);
|
|
37884
|
+
block-size: var(--INTERNAL--kendo-calendar-cell-size, 32px);
|
|
37885
37885
|
font-size: 12px;
|
|
37886
37886
|
line-height: 2;
|
|
37887
37887
|
text-transform: uppercase;
|
package/dist/all.scss
CHANGED
|
@@ -27753,8 +27753,8 @@ $kendo-calendar-sizes: (
|
|
|
27753
27753
|
.k-calendar-th {
|
|
27754
27754
|
padding-block: $kendo-calendar-header-cell-padding-y;
|
|
27755
27755
|
padding-inline: $kendo-calendar-header-cell-padding-x;
|
|
27756
|
-
|
|
27757
|
-
|
|
27756
|
+
inline-size: var( --INTERNAL--kendo-calendar-cell-size, $kendo-calendar-header-cell-width );
|
|
27757
|
+
block-size: var( --INTERNAL--kendo-calendar-cell-size, $kendo-calendar-header-cell-height );
|
|
27758
27758
|
font-size: $kendo-calendar-header-cell-font-size;
|
|
27759
27759
|
line-height: $kendo-calendar-header-cell-line-height;
|
|
27760
27760
|
text-transform: uppercase;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-default",
|
|
3
3
|
"description": "SASS resources for the default Kendo UI theme",
|
|
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": [
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@progress/kendo-font-icons": "1.4.2",
|
|
51
|
-
"@progress/kendo-theme-core": "6.3.0",
|
|
52
|
-
"@progress/kendo-theme-utils": "6.3.0"
|
|
51
|
+
"@progress/kendo-theme-core": "6.3.1-dev.0",
|
|
52
|
+
"@progress/kendo-theme-utils": "6.3.1-dev.0"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "f5a3aaf1f33a6c5fbc8347314d44052752d71a43"
|
|
55
55
|
}
|
|
@@ -73,8 +73,8 @@
|
|
|
73
73
|
.k-calendar-th {
|
|
74
74
|
padding-block: $kendo-calendar-header-cell-padding-y;
|
|
75
75
|
padding-inline: $kendo-calendar-header-cell-padding-x;
|
|
76
|
-
|
|
77
|
-
|
|
76
|
+
inline-size: var( --INTERNAL--kendo-calendar-cell-size, $kendo-calendar-header-cell-width );
|
|
77
|
+
block-size: var( --INTERNAL--kendo-calendar-cell-size, $kendo-calendar-header-cell-height );
|
|
78
78
|
font-size: $kendo-calendar-header-cell-font-size;
|
|
79
79
|
line-height: $kendo-calendar-header-cell-line-height;
|
|
80
80
|
text-transform: uppercase;
|