@progress/kendo-theme-bootstrap 5.10.1-dev.3 → 5.11.1-dev.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 +5 -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/scss/switch/_index.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
|
@@ -23356,6 +23356,9 @@ $rating-icon-focused-selected-shadow: 0 2px 4px rgba( black, .1) !default;
|
|
|
23356
23356
|
// #region @import "../common/_index.scss"; -> packages/bootstrap/scss/common/_index.scss
|
|
23357
23357
|
// File already imported_once. Skipping output.
|
|
23358
23358
|
// #endregion
|
|
23359
|
+
// #region @import "../utils/_border.scss"; -> packages/bootstrap/scss/utils/_border.scss
|
|
23360
|
+
// File already imported_once. Skipping output.
|
|
23361
|
+
// #endregion
|
|
23359
23362
|
|
|
23360
23363
|
|
|
23361
23364
|
// Component
|
|
@@ -37338,6 +37341,7 @@ $filemanager-preview-padding-y: $filemanager-spacer !default;
|
|
|
37338
37341
|
$filemanager-preview-width: 20% !default;
|
|
37339
37342
|
$filemanager-preview-border-width: $filemanager-border-width !default;
|
|
37340
37343
|
$filemanager-preview-spacing: $filemanager-spacer !default;
|
|
37344
|
+
$filemanager-preview-column-gap: map-get( $spacing, 1 ) !default;
|
|
37341
37345
|
$filemanager-preview-bg: null !default;
|
|
37342
37346
|
$filemanager-preview-text: null !default;
|
|
37343
37347
|
$filemanager-preview-border: null !default;
|
|
@@ -37539,6 +37543,7 @@ $filemanager-preview-icon-border: null !default;
|
|
|
37539
37543
|
text-align: start;
|
|
37540
37544
|
display: flex;
|
|
37541
37545
|
flex-flow: row wrap;
|
|
37546
|
+
grid-column-gap: $filemanager-preview-column-gap;
|
|
37542
37547
|
}
|
|
37543
37548
|
.k-file-meta-label {
|
|
37544
37549
|
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.1-dev.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.1-dev.0",
|
|
50
|
+
"@progress/kendo-theme-default": "^5.11.1-dev.0",
|
|
51
|
+
"@progress/kendo-theme-utils": "^5.11.1-dev.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": "675805f125097fa8aefcc42381a19caa2964cc64"
|
|
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;
|