@progress/kendo-theme-material 5.10.1-dev.2 → 5.11.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 +1 -0
- package/dist/all.scss +2 -0
- 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/scss/filemanager/_variables.scss +1 -0
package/dist/all.css
CHANGED
|
@@ -32058,6 +32058,7 @@ thead.k-grid-header > tr:not(:only-child) > th {
|
|
|
32058
32058
|
text-align: start;
|
|
32059
32059
|
display: flex;
|
|
32060
32060
|
flex-flow: row wrap;
|
|
32061
|
+
grid-column-gap: 4px;
|
|
32061
32062
|
}
|
|
32062
32063
|
|
|
32063
32064
|
.k-filemanager-preview .k-file-meta-label {
|
package/dist/all.scss
CHANGED
|
@@ -37651,6 +37651,7 @@ $filemanager-preview-padding-y: $filemanager-spacer !default;
|
|
|
37651
37651
|
$filemanager-preview-width: 20% !default;
|
|
37652
37652
|
$filemanager-preview-border-width: $filemanager-border-width !default;
|
|
37653
37653
|
$filemanager-preview-spacing: $filemanager-spacer !default;
|
|
37654
|
+
$filemanager-preview-column-gap: map-get( $spacing, 1 ) !default;
|
|
37654
37655
|
$filemanager-preview-bg: null !default;
|
|
37655
37656
|
$filemanager-preview-text: null !default;
|
|
37656
37657
|
$filemanager-preview-border: null !default;
|
|
@@ -37852,6 +37853,7 @@ $filemanager-preview-icon-border: null !default;
|
|
|
37852
37853
|
text-align: start;
|
|
37853
37854
|
display: flex;
|
|
37854
37855
|
flex-flow: row wrap;
|
|
37856
|
+
grid-column-gap: $filemanager-preview-column-gap;
|
|
37855
37857
|
}
|
|
37856
37858
|
.k-file-meta-label {
|
|
37857
37859
|
display: inline-block;
|
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.11.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -47,12 +47,12 @@
|
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@progress/kendo-font-icons": "^0.6.0",
|
|
50
|
-
"@progress/kendo-theme-core": "^5.
|
|
51
|
-
"@progress/kendo-theme-default": "^5.
|
|
52
|
-
"@progress/kendo-theme-utils": "^5.
|
|
50
|
+
"@progress/kendo-theme-core": "^5.11.0",
|
|
51
|
+
"@progress/kendo-theme-default": "^5.11.0",
|
|
52
|
+
"@progress/kendo-theme-utils": "^5.11.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"sass-build": "^1.1.0"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "0027799aa0bcab681ab27e2e7939425c2363798f"
|
|
58
58
|
}
|
|
@@ -58,6 +58,7 @@ $filemanager-preview-padding-y: $filemanager-spacer !default;
|
|
|
58
58
|
$filemanager-preview-width: 20% !default;
|
|
59
59
|
$filemanager-preview-border-width: $filemanager-border-width !default;
|
|
60
60
|
$filemanager-preview-spacing: $filemanager-spacer !default;
|
|
61
|
+
$filemanager-preview-column-gap: map-get( $spacing, 1 ) !default;
|
|
61
62
|
$filemanager-preview-bg: null !default;
|
|
62
63
|
$filemanager-preview-text: null !default;
|
|
63
64
|
$filemanager-preview-border: null !default;
|