@progress/kendo-theme-bootstrap 13.0.0-dev.0 → 13.0.0-dev.1
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 -1
- package/dist/bootstrap-3-dark.css +1 -1
- package/dist/bootstrap-3.css +1 -1
- package/dist/bootstrap-4-dark.css +1 -1
- package/dist/bootstrap-4.css +1 -1
- package/dist/bootstrap-dataviz-v4.css +1 -1
- package/dist/bootstrap-main-dark.css +1 -1
- package/dist/bootstrap-main.css +1 -1
- package/dist/bootstrap-nordic.css +1 -1
- package/dist/bootstrap-turquoise-dark.css +1 -1
- package/dist/bootstrap-turquoise.css +1 -1
- package/dist/bootstrap-urban.css +1 -1
- package/dist/bootstrap-vintage.css +1 -1
- package/dist/meta/sassdoc-data.json +426 -318
- package/dist/meta/sassdoc-raw-data.json +209 -159
- package/dist/meta/variables.json +8 -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/grid/_theme.scss +9 -0
- package/scss/grid/_variables.scss +11 -1
package/dist/meta/variables.json
CHANGED
|
@@ -11963,6 +11963,10 @@
|
|
|
11963
11963
|
"type": "String",
|
|
11964
11964
|
"value": "var(--kendo-color-surface, #f8f9fa)"
|
|
11965
11965
|
},
|
|
11966
|
+
"kendo-grid-sticky-container-shadow": {
|
|
11967
|
+
"type": "String",
|
|
11968
|
+
"value": "var(--kendo-elevation-2, 0px 2px 7px rgba(0, 0, 0, 0.075))"
|
|
11969
|
+
},
|
|
11966
11970
|
"kendo-grid-column-menu-width": {
|
|
11967
11971
|
"type": "Number",
|
|
11968
11972
|
"value": "250px"
|
|
@@ -12123,6 +12127,10 @@
|
|
|
12123
12127
|
"type": "String",
|
|
12124
12128
|
"value": "var(--kendo-elevation-2, 0px 2px 7px rgba(0, 0, 0, 0.075))"
|
|
12125
12129
|
},
|
|
12130
|
+
"kendo-grid-pinned-source-font-weight": {
|
|
12131
|
+
"type": "String",
|
|
12132
|
+
"value": "var(--kendo-font-weight-bold, 700)"
|
|
12133
|
+
},
|
|
12126
12134
|
"kendo-grid-alt-text": {
|
|
12127
12135
|
"type": "Null",
|
|
12128
12136
|
"value": "null"
|
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": "13.0.0-dev.
|
|
4
|
+
"version": "13.0.0-dev.1",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -53,13 +53,13 @@
|
|
|
53
53
|
"postpublish": "echo 'no postpublish for bootstrap theme'"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@progress/kendo-svg-icons": "^4.
|
|
57
|
-
"@progress/kendo-theme-core": "13.0.0-dev.
|
|
58
|
-
"@progress/kendo-theme-utils": "13.0.0-dev.
|
|
56
|
+
"@progress/kendo-svg-icons": "^4.8.0",
|
|
57
|
+
"@progress/kendo-theme-core": "13.0.0-dev.1",
|
|
58
|
+
"@progress/kendo-theme-utils": "13.0.0-dev.1"
|
|
59
59
|
},
|
|
60
60
|
"directories": {
|
|
61
61
|
"doc": "docs",
|
|
62
62
|
"lib": "lib"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "c1e883bc20fcf4b83398d27c582cd0fcb3e6f71f"
|
|
65
65
|
}
|
package/scss/grid/_theme.scss
CHANGED
|
@@ -309,6 +309,15 @@
|
|
|
309
309
|
@include fill( $kendo-grid-header-text, $kendo-grid-header-bg, $kendo-grid-header-border );
|
|
310
310
|
}
|
|
311
311
|
|
|
312
|
+
.k-grid-sticky-container {
|
|
313
|
+
background-color: inherit;
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
.k-grid-sticky-top-container:has(> .k-grid-group-sticky-header-table),
|
|
317
|
+
.k-grid-sticky-bottom-container:has(> .k-grid-group-sticky-footer-table) {
|
|
318
|
+
border-color: $kendo-grid-sticky-border;
|
|
319
|
+
}
|
|
320
|
+
|
|
312
321
|
.k-column-list-item:hover,
|
|
313
322
|
.k-columnmenu-item:hover {
|
|
314
323
|
@include fill(
|
|
@@ -351,6 +351,10 @@ $kendo-grid-sticky-footer-bg: $kendo-grid-header-bg !default;
|
|
|
351
351
|
/// @group grid
|
|
352
352
|
$kendo-grid-sticky-footer-hover-bg: $kendo-grid-sticky-footer-bg !default;
|
|
353
353
|
|
|
354
|
+
/// The box shadow of the sticky container in the Grid.
|
|
355
|
+
/// @group grid
|
|
356
|
+
$kendo-grid-sticky-container-shadow: k-elevation(2) !default;
|
|
357
|
+
|
|
354
358
|
/// The width of the Grid column menu.
|
|
355
359
|
/// @group grid
|
|
356
360
|
$kendo-grid-column-menu-width: 250px !default;
|
|
@@ -492,6 +496,10 @@ $kendo-grid-stack-focus-outline: color-mix(in srgb, k-color(on-app-surface) 15%,
|
|
|
492
496
|
/// @group grid
|
|
493
497
|
$kendo-grid-stack-expandable-shadow: k-elevation(2) !default;
|
|
494
498
|
|
|
499
|
+
/// The font weight of the pinned source row in the Grid.
|
|
500
|
+
/// @group grid
|
|
501
|
+
$kendo-grid-pinned-source-font-weight: var( --kendo-font-weight-bold, 700 ) !default;
|
|
502
|
+
|
|
495
503
|
|
|
496
504
|
@forward "@progress/kendo-theme-core/scss/components/grid/_variables.scss" with (
|
|
497
505
|
$kendo-grid-default-size: $kendo-grid-default-size,
|
|
@@ -632,5 +640,7 @@ $kendo-grid-stack-expandable-shadow: k-elevation(2) !default;
|
|
|
632
640
|
$kendo-grid-stack-expandable-shadow-height: $kendo-grid-stack-expandable-shadow-height,
|
|
633
641
|
$kendo-grid-stack-header-color: $kendo-grid-stack-header-color,
|
|
634
642
|
$kendo-grid-stack-focus-outline: $kendo-grid-stack-focus-outline,
|
|
635
|
-
$kendo-grid-stack-expandable-shadow: $kendo-grid-stack-expandable-shadow
|
|
643
|
+
$kendo-grid-stack-expandable-shadow: $kendo-grid-stack-expandable-shadow,
|
|
644
|
+
$kendo-grid-pinned-source-font-weight: $kendo-grid-pinned-source-font-weight,
|
|
645
|
+
$kendo-grid-sticky-container-shadow: $kendo-grid-sticky-container-shadow
|
|
636
646
|
);
|