@progress/kendo-theme-fluent 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
CHANGED
|
@@ -38311,6 +38311,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
38311
38311
|
text-align: start;
|
|
38312
38312
|
display: flex;
|
|
38313
38313
|
flex-flow: row wrap;
|
|
38314
|
+
grid-column-gap: 0.25rem;
|
|
38314
38315
|
}
|
|
38315
38316
|
.k-filemanager-preview .k-file-meta-label {
|
|
38316
38317
|
display: inline-block;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-fluent",
|
|
3
3
|
"description": "A css variables based theme for Kendo UI that follows the Fluent design system guidelines.",
|
|
4
|
-
"version": "5.
|
|
4
|
+
"version": "5.11.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -47,11 +47,11 @@
|
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@progress/kendo-font-icons": "^0.6.0",
|
|
50
|
-
"@progress/kendo-theme-core": "^5.
|
|
51
|
-
"@progress/kendo-theme-utils": "^5.
|
|
50
|
+
"@progress/kendo-theme-core": "^5.11.0",
|
|
51
|
+
"@progress/kendo-theme-utils": "^5.11.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"sass-build": "^1.1.0"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "0027799aa0bcab681ab27e2e7939425c2363798f"
|
|
57
57
|
}
|
|
@@ -161,6 +161,9 @@ $kendo-filemanager-preview-border-width: $kendo-filemanager-border-width !defaul
|
|
|
161
161
|
/// Spacing of the preview.
|
|
162
162
|
/// @group filemanager
|
|
163
163
|
$kendo-filemanager-preview-spacing: $kendo-filemanager-spacer !default;
|
|
164
|
+
/// Spacing of the preview.
|
|
165
|
+
/// @group filemanager
|
|
166
|
+
$kendo-filemanager-preview-column-gap: map-get( $kendo-spacing, 1 ) !default;
|
|
164
167
|
/// Background color of the preview.
|
|
165
168
|
/// @group filemanager
|
|
166
169
|
$kendo-filemanager-preview-bg: transparent !default;
|