@progress/kendo-theme-material 5.7.0 → 5.8.1-dev.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 +9 -1
- package/dist/all.scss +10 -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 +3 -3
package/dist/all.css
CHANGED
|
@@ -30710,6 +30710,10 @@ thead.k-grid-header > tr:not(:only-child) > th {
|
|
|
30710
30710
|
border-bottom-width: 1px;
|
|
30711
30711
|
}
|
|
30712
30712
|
|
|
30713
|
+
.k-pivotgrid-empty-cell:focus {
|
|
30714
|
+
outline: none;
|
|
30715
|
+
}
|
|
30716
|
+
|
|
30713
30717
|
.k-pivotgrid-column-headers {
|
|
30714
30718
|
overflow: hidden;
|
|
30715
30719
|
}
|
|
@@ -30774,6 +30778,10 @@ thead.k-grid-header > tr:not(:only-child) > th {
|
|
|
30774
30778
|
overflow: hidden;
|
|
30775
30779
|
}
|
|
30776
30780
|
|
|
30781
|
+
.k-pivotgrid-cell:focus {
|
|
30782
|
+
outline: none;
|
|
30783
|
+
}
|
|
30784
|
+
|
|
30777
30785
|
.k-pivotgrid-cell .k-icon {
|
|
30778
30786
|
cursor: pointer;
|
|
30779
30787
|
padding-inline-end: 8px;
|
|
@@ -36859,7 +36867,7 @@ kendo-scheduler .k-event .k-event-actions,
|
|
|
36859
36867
|
|
|
36860
36868
|
.k-pdf-viewer-canvas > .k-search-panel, .k-pdf-viewer-canvas > .k-search-container {
|
|
36861
36869
|
width: max-content;
|
|
36862
|
-
margin-top: calc(-1.4285714286em + -
|
|
36870
|
+
margin-top: calc(-1.4285714286em + -52px);
|
|
36863
36871
|
border-width: 1px;
|
|
36864
36872
|
border-style: solid;
|
|
36865
36873
|
border-radius: 4px;
|
package/dist/all.scss
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// This file is auto-generated. Do not edit!
|
|
2
|
-
// baka:source
|
|
2
|
+
// baka:source packages/material/scss/all.scss
|
|
3
3
|
|
|
4
4
|
// #region @import "index.scss"; -> packages/material/scss/index.scss
|
|
5
5
|
// #region @import "core/_index.scss"; -> packages/material/scss/core/_index.scss
|
|
@@ -35201,6 +35201,10 @@ $pivotgrid-remove-text: $pivotgrid-button-bg !default;
|
|
|
35201
35201
|
border-right-width: $pivotgrid-cell-border-width;
|
|
35202
35202
|
border-bottom-style: solid;
|
|
35203
35203
|
border-bottom-width: $pivotgrid-cell-border-width;
|
|
35204
|
+
|
|
35205
|
+
&:focus {
|
|
35206
|
+
outline: none;
|
|
35207
|
+
}
|
|
35204
35208
|
}
|
|
35205
35209
|
|
|
35206
35210
|
|
|
@@ -35271,6 +35275,10 @@ $pivotgrid-remove-text: $pivotgrid-button-bg !default;
|
|
|
35271
35275
|
white-space: nowrap;
|
|
35272
35276
|
vertical-align: top;
|
|
35273
35277
|
overflow: hidden;
|
|
35278
|
+
|
|
35279
|
+
&:focus {
|
|
35280
|
+
outline: none;
|
|
35281
|
+
}
|
|
35274
35282
|
}
|
|
35275
35283
|
|
|
35276
35284
|
.k-pivotgrid-cell .k-icon {
|
|
@@ -43582,7 +43590,7 @@ $pdf-viewer-icon-size: calc( #{$icon-size} * 3 ) !default;
|
|
|
43582
43590
|
|
|
43583
43591
|
.k-pdf-viewer-canvas > .k-search-panel {
|
|
43584
43592
|
width: max-content;
|
|
43585
|
-
margin-top: calc( (#{$kendo-button-calc-size} + #{$pdf-viewer-search-panel-border-width} + ( 2 * #{$pdf-viewer-search-dialog-padding-y} )) * -1 );
|
|
43593
|
+
margin-top: calc( (#{$kendo-button-calc-size} + ( 2 * #{$pdf-viewer-search-panel-border-width} ) + ( 2 * #{$pdf-viewer-search-dialog-padding-y} )) * -1 );
|
|
43586
43594
|
border-width: $pdf-viewer-search-panel-border-width;
|
|
43587
43595
|
border-style: solid;
|
|
43588
43596
|
border-radius: $pdf-viewer-search-panel-border-radius;
|
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.
|
|
4
|
+
"version": "5.8.1-dev.1",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -44,10 +44,10 @@
|
|
|
44
44
|
"postpublish": "echo 'no postpublish for material theme'"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@progress/kendo-theme-default": "^5.
|
|
47
|
+
"@progress/kendo-theme-default": "^5.8.1-dev.1"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"sass-build": "^1.0.0"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "817814b8a22fb067897401b95c6a6100fa490f71"
|
|
53
53
|
}
|