@progress/kendo-theme-material 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/material-aqua-dark.json +1 -1
- package/lib/swatches/material-arctic.json +1 -1
- package/lib/swatches/material-burnt-teal.json +1 -1
- package/lib/swatches/material-dataviz-v4.json +1 -1
- package/lib/swatches/material-eggplant.json +1 -1
- package/lib/swatches/material-lime-dark.json +1 -1
- package/lib/swatches/material-lime.json +1 -1
- package/lib/swatches/material-main-dark.json +1 -1
- package/lib/swatches/material-main.json +1 -1
- package/lib/swatches/material-nova.json +1 -1
- package/lib/swatches/material-pacific-dark.json +1 -1
- package/lib/swatches/material-pacific.json +1 -1
- package/lib/swatches/material-sky-dark.json +1 -1
- package/lib/swatches/material-sky.json +1 -1
- package/lib/swatches/material-smoke.json +1 -1
- package/package.json +5 -5
package/dist/all.css
CHANGED
|
@@ -38846,8 +38846,8 @@ select.k-picker-lg {
|
|
|
38846
38846
|
}
|
|
38847
38847
|
|
|
38848
38848
|
.k-calendar-th {
|
|
38849
|
-
|
|
38850
|
-
|
|
38849
|
+
inline-size: var(--INTERNAL--kendo-calendar-cell-size, 36px);
|
|
38850
|
+
block-size: var(--INTERNAL--kendo-calendar-cell-size, 36px);
|
|
38851
38851
|
font-size: 12px;
|
|
38852
38852
|
line-height: 2;
|
|
38853
38853
|
text-transform: uppercase;
|
package/dist/all.scss
CHANGED
|
@@ -29989,8 +29989,8 @@ $kendo-calendar-sizes: (
|
|
|
29989
29989
|
.k-calendar-th {
|
|
29990
29990
|
padding-block: $kendo-calendar-header-cell-padding-y;
|
|
29991
29991
|
padding-inline: $kendo-calendar-header-cell-padding-x;
|
|
29992
|
-
|
|
29993
|
-
|
|
29992
|
+
inline-size: var( --INTERNAL--kendo-calendar-cell-size, $kendo-calendar-header-cell-width );
|
|
29993
|
+
block-size: var( --INTERNAL--kendo-calendar-cell-size, $kendo-calendar-header-cell-height );
|
|
29994
29994
|
font-size: $kendo-calendar-header-cell-font-size;
|
|
29995
29995
|
line-height: $kendo-calendar-header-cell-line-height;
|
|
29996
29996
|
text-transform: uppercase;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-material",
|
|
3
3
|
"description": "Material theme for Kendo UI",
|
|
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,9 +50,9 @@
|
|
|
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-default": "6.3.0",
|
|
55
|
-
"@progress/kendo-theme-utils": "6.3.0"
|
|
53
|
+
"@progress/kendo-theme-core": "6.3.1-dev.0",
|
|
54
|
+
"@progress/kendo-theme-default": "6.3.1-dev.0",
|
|
55
|
+
"@progress/kendo-theme-utils": "6.3.1-dev.0"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "f5a3aaf1f33a6c5fbc8347314d44052752d71a43"
|
|
58
58
|
}
|