@progress/kendo-theme-bootstrap 5.10.1-dev.3 → 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/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.json +1 -1
- package/package.json +5 -5
- package/scss/filemanager/_variables.scss +1 -0
package/dist/all.css
CHANGED
|
@@ -30688,6 +30688,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
30688
30688
|
text-align: start;
|
|
30689
30689
|
display: flex;
|
|
30690
30690
|
flex-flow: row wrap;
|
|
30691
|
+
grid-column-gap: 0.25rem;
|
|
30691
30692
|
}
|
|
30692
30693
|
|
|
30693
30694
|
.k-filemanager-preview .k-file-meta-label {
|
package/dist/all.scss
CHANGED
|
@@ -37338,6 +37338,7 @@ $filemanager-preview-padding-y: $filemanager-spacer !default;
|
|
|
37338
37338
|
$filemanager-preview-width: 20% !default;
|
|
37339
37339
|
$filemanager-preview-border-width: $filemanager-border-width !default;
|
|
37340
37340
|
$filemanager-preview-spacing: $filemanager-spacer !default;
|
|
37341
|
+
$filemanager-preview-column-gap: map-get( $spacing, 1 ) !default;
|
|
37341
37342
|
$filemanager-preview-bg: null !default;
|
|
37342
37343
|
$filemanager-preview-text: null !default;
|
|
37343
37344
|
$filemanager-preview-border: null !default;
|
|
@@ -37539,6 +37540,7 @@ $filemanager-preview-icon-border: null !default;
|
|
|
37539
37540
|
text-align: start;
|
|
37540
37541
|
display: flex;
|
|
37541
37542
|
flex-flow: row wrap;
|
|
37543
|
+
grid-column-gap: $filemanager-preview-column-gap;
|
|
37542
37544
|
}
|
|
37543
37545
|
.k-file-meta-label {
|
|
37544
37546
|
display: inline-block;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-bootstrap",
|
|
3
3
|
"description": "Bootstrap 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": [
|
|
@@ -46,13 +46,13 @@
|
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@progress/kendo-font-icons": "^0.6.0",
|
|
49
|
-
"@progress/kendo-theme-core": "^5.
|
|
50
|
-
"@progress/kendo-theme-default": "^5.
|
|
51
|
-
"@progress/kendo-theme-utils": "^5.
|
|
49
|
+
"@progress/kendo-theme-core": "^5.11.0",
|
|
50
|
+
"@progress/kendo-theme-default": "^5.11.0",
|
|
51
|
+
"@progress/kendo-theme-utils": "^5.11.0",
|
|
52
52
|
"bootstrap": "^5.2.1"
|
|
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;
|