@progress/kendo-theme-material 5.1.2-dev.4 → 5.1.2-dev.5
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 +4 -0
- package/dist/all.scss +5 -0
- package/package.json +3 -3
- package/scss/pivotgrid/_variables.scss +1 -0
package/dist/all.css
CHANGED
|
@@ -30063,6 +30063,7 @@ thead.k-grid-header > tr:not(:only-child) > th {
|
|
|
30063
30063
|
|
|
30064
30064
|
.k-pivotgrid-cell .k-icon {
|
|
30065
30065
|
cursor: pointer;
|
|
30066
|
+
padding-inline-end: 8px;
|
|
30066
30067
|
}
|
|
30067
30068
|
|
|
30068
30069
|
.k-pivotgrid-total {
|
|
@@ -31186,6 +31187,9 @@ thead.k-grid-header > tr:not(:only-child) > th {
|
|
|
31186
31187
|
flex-shrink: 0;
|
|
31187
31188
|
display: inline-flex;
|
|
31188
31189
|
position: relative;
|
|
31190
|
+
border-width: 0 1px;
|
|
31191
|
+
border-style: solid;
|
|
31192
|
+
border-color: inherit;
|
|
31189
31193
|
}
|
|
31190
31194
|
|
|
31191
31195
|
.k-filemanager-upload-dialog .k-upload-files {
|
package/dist/all.scss
CHANGED
|
@@ -34290,6 +34290,7 @@ $pivotgrid-font-family: $font-family !default;
|
|
|
34290
34290
|
$pivotgrid-font-size: $font-size !default;
|
|
34291
34291
|
$pivotgrid-line-height: $line-height !default;
|
|
34292
34292
|
$pivotgrid-border-width: 1px !default;
|
|
34293
|
+
$pivotgrid-icon-spacing: 8px !default;
|
|
34293
34294
|
|
|
34294
34295
|
$pivotgrid-row-header-width: 300px !default;
|
|
34295
34296
|
$pivotgrid-column-header-height: 75px !default;
|
|
@@ -34534,6 +34535,7 @@ $pivotgrid-remove-text: $pivotgrid-button-bg !default;
|
|
|
34534
34535
|
|
|
34535
34536
|
.k-pivotgrid-cell .k-icon {
|
|
34536
34537
|
cursor: pointer;
|
|
34538
|
+
padding-inline-end: $pivotgrid-icon-spacing;
|
|
34537
34539
|
}
|
|
34538
34540
|
|
|
34539
34541
|
.k-pivotgrid-total {
|
|
@@ -36110,6 +36112,9 @@ $filemanager-preview-icon-border: null !default;
|
|
|
36110
36112
|
flex-shrink: 0;
|
|
36111
36113
|
display: inline-flex;
|
|
36112
36114
|
position: relative;
|
|
36115
|
+
border-width: 0 1px;
|
|
36116
|
+
border-style: solid;
|
|
36117
|
+
border-color: inherit;
|
|
36113
36118
|
}
|
|
36114
36119
|
|
|
36115
36120
|
|
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.1.2-dev.
|
|
4
|
+
"version": "5.1.2-dev.5",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"postpublish": "echo 'no postpublish for material theme'"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@progress/kendo-theme-default": "^5.1.2-dev.
|
|
53
|
+
"@progress/kendo-theme-default": "^5.1.2-dev.5"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "b4a2644f36f4dd8559aadb2ce2eb3d08ef1e4c55"
|
|
56
56
|
}
|
|
@@ -6,6 +6,7 @@ $pivotgrid-font-family: $font-family !default;
|
|
|
6
6
|
$pivotgrid-font-size: $font-size !default;
|
|
7
7
|
$pivotgrid-line-height: $line-height !default;
|
|
8
8
|
$pivotgrid-border-width: 1px !default;
|
|
9
|
+
$pivotgrid-icon-spacing: 8px !default;
|
|
9
10
|
|
|
10
11
|
$pivotgrid-row-header-width: 300px !default;
|
|
11
12
|
$pivotgrid-column-header-height: 75px !default;
|