@progress/kendo-theme-material 5.9.1-dev.1 → 5.9.1-dev.2
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 +7 -2
- package/dist/all.scss +5 -1
- 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 +4 -4
- package/scss/calendar/_variables.scss +1 -1
package/dist/all.css
CHANGED
|
@@ -19438,8 +19438,8 @@ kendo-label > .k-label {
|
|
|
19438
19438
|
.k-calendar-view {
|
|
19439
19439
|
margin: auto;
|
|
19440
19440
|
padding: 0 4px;
|
|
19441
|
-
width:
|
|
19442
|
-
inline-size: var(--INTERNAL--kendo-calendar-view-width,
|
|
19441
|
+
width: 288px;
|
|
19442
|
+
inline-size: var(--INTERNAL--kendo-calendar-view-width, 288px);
|
|
19443
19443
|
min-height: 252px;
|
|
19444
19444
|
box-sizing: content-box;
|
|
19445
19445
|
gap: 16px;
|
|
@@ -29930,6 +29930,7 @@ thead.k-grid-header > tr:not(:only-child) > th {
|
|
|
29930
29930
|
user-select: none;
|
|
29931
29931
|
position: absolute;
|
|
29932
29932
|
z-index: 2;
|
|
29933
|
+
overflow: hidden;
|
|
29933
29934
|
}
|
|
29934
29935
|
|
|
29935
29936
|
.k-spreadsheet-overflow {
|
|
@@ -30100,6 +30101,10 @@ thead.k-grid-header > tr:not(:only-child) > th {
|
|
|
30100
30101
|
position: relative;
|
|
30101
30102
|
}
|
|
30102
30103
|
|
|
30104
|
+
.k-spreadsheet-disabled-mask {
|
|
30105
|
+
position: absolute;
|
|
30106
|
+
}
|
|
30107
|
+
|
|
30103
30108
|
.k-spreadsheet .k-selection-wrapper {
|
|
30104
30109
|
position: relative;
|
|
30105
30110
|
cursor: cell;
|
package/dist/all.scss
CHANGED
|
@@ -19227,7 +19227,7 @@ $calendar-caption-font-size: null !default;
|
|
|
19227
19227
|
$calendar-caption-line-height: null !default;
|
|
19228
19228
|
$calendar-caption-font-weight: bold !default;
|
|
19229
19229
|
|
|
19230
|
-
$calendar-view-width: ($calendar-cell-size *
|
|
19230
|
+
$calendar-view-width: ($calendar-cell-size * 8) !default;
|
|
19231
19231
|
$calendar-view-height: ($calendar-cell-size * 7) !default;
|
|
19232
19232
|
$calendar-view-gap: k-map-get( $spacing, 4 ) !default;
|
|
19233
19233
|
|
|
@@ -34969,6 +34969,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
34969
34969
|
user-select: none;
|
|
34970
34970
|
position: absolute;
|
|
34971
34971
|
z-index: 2;
|
|
34972
|
+
overflow: hidden;
|
|
34972
34973
|
}
|
|
34973
34974
|
.k-spreadsheet-overflow {
|
|
34974
34975
|
position: absolute;
|
|
@@ -35128,6 +35129,9 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
35128
35129
|
position: relative;
|
|
35129
35130
|
}
|
|
35130
35131
|
|
|
35132
|
+
.k-spreadsheet-disabled-mask {
|
|
35133
|
+
position: absolute;
|
|
35134
|
+
}
|
|
35131
35135
|
|
|
35132
35136
|
// Selection
|
|
35133
35137
|
.k-spreadsheet .k-selection-wrapper {
|
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": "5.9.1-dev.
|
|
4
|
+
"version": "5.9.1-dev.2",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -46,11 +46,11 @@
|
|
|
46
46
|
"postpublish": "echo 'no postpublish for material theme'"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@progress/kendo-theme-core": "^5.9.1-dev.
|
|
50
|
-
"@progress/kendo-theme-default": "^5.9.1-dev.
|
|
49
|
+
"@progress/kendo-theme-core": "^5.9.1-dev.2",
|
|
50
|
+
"@progress/kendo-theme-default": "^5.9.1-dev.2"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"sass-build": "^1.0.0"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "b6b186f9fb09b89d7b2468e2786165e1c5c62ec2"
|
|
56
56
|
}
|
|
@@ -50,7 +50,7 @@ $calendar-caption-font-size: null !default;
|
|
|
50
50
|
$calendar-caption-line-height: null !default;
|
|
51
51
|
$calendar-caption-font-weight: bold !default;
|
|
52
52
|
|
|
53
|
-
$calendar-view-width: ($calendar-cell-size *
|
|
53
|
+
$calendar-view-width: ($calendar-cell-size * 8) !default;
|
|
54
54
|
$calendar-view-height: ($calendar-cell-size * 7) !default;
|
|
55
55
|
$calendar-view-gap: k-map-get( $spacing, 4 ) !default;
|
|
56
56
|
|