@progress/kendo-theme-fluent 13.2.0-dev.0 → 13.2.0-dev.2
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/fluent-1-dark.css +1 -1
- package/dist/fluent-1.css +1 -1
- package/dist/fluent-main-dark.css +1 -1
- package/dist/fluent-main.css +1 -1
- package/dist/meta/sassdoc-data.json +528 -420
- package/dist/meta/sassdoc-raw-data.json +256 -206
- package/dist/meta/variables.json +12 -4
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-1-dark.json +1 -1
- package/lib/swatches/fluent-1.json +1 -1
- package/lib/swatches/fluent-main-dark.json +1 -1
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +4 -4
- package/scss/grid/_layout.scss +13 -0
- package/scss/grid/_variables.scss +11 -3
package/dist/meta/variables.json
CHANGED
|
@@ -13519,12 +13519,20 @@
|
|
|
13519
13519
|
"value": "var(--kendo-grid-sticky-footer-bg, var(--kendo-grid-header-bg, var(--kendo-table-header-bg, var(--kendo-table-bg, var(--kendo-color-surface-alt)))))"
|
|
13520
13520
|
},
|
|
13521
13521
|
"kendo-grid-sticky-container-shadow": {
|
|
13522
|
-
"type": "
|
|
13523
|
-
"value": "
|
|
13522
|
+
"type": "List",
|
|
13523
|
+
"value": "(0 2px 4px 0 rgba(0, 0, 0, 0.08))"
|
|
13524
|
+
},
|
|
13525
|
+
"kendo-grid-sticky-container-bottom-shadow": {
|
|
13526
|
+
"type": "List",
|
|
13527
|
+
"value": "(0 -2px 4px 0 rgba(0, 0, 0, 0.08))"
|
|
13524
13528
|
},
|
|
13525
13529
|
"kendo-grid-pinned-container-shadow": {
|
|
13526
|
-
"type": "
|
|
13527
|
-
"value": "
|
|
13530
|
+
"type": "List",
|
|
13531
|
+
"value": "(0 4px 8px 0 rgba(0, 0, 0, 0.08))"
|
|
13532
|
+
},
|
|
13533
|
+
"kendo-grid-pinned-container-bottom-shadow": {
|
|
13534
|
+
"type": "List",
|
|
13535
|
+
"value": "(0 -4px 8px 0 rgba(0, 0, 0, 0.08))"
|
|
13528
13536
|
},
|
|
13529
13537
|
"kendo-grid-column-menu-width": {
|
|
13530
13538
|
"type": "String",
|
package/lib/swatches/all.json
CHANGED
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": "13.2.0-dev.
|
|
4
|
+
"version": "13.2.0-dev.2",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -55,12 +55,12 @@
|
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@progress/kendo-svg-icons": "^4.8.0",
|
|
58
|
-
"@progress/kendo-theme-core": "13.2.0-dev.
|
|
59
|
-
"@progress/kendo-theme-utils": "13.2.0-dev.
|
|
58
|
+
"@progress/kendo-theme-core": "13.2.0-dev.2",
|
|
59
|
+
"@progress/kendo-theme-utils": "13.2.0-dev.2"
|
|
60
60
|
},
|
|
61
61
|
"directories": {
|
|
62
62
|
"doc": "docs",
|
|
63
63
|
"lib": "lib"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "2391ae0f9412058a616e592247c530e1f133ce2b"
|
|
66
66
|
}
|
package/scss/grid/_layout.scss
CHANGED
|
@@ -76,6 +76,19 @@
|
|
|
76
76
|
}
|
|
77
77
|
}
|
|
78
78
|
|
|
79
|
+
.k-grid-pinned-container {
|
|
80
|
+
.k-table-row:last-child td,
|
|
81
|
+
.k-table-row:last-child .k-table-td,
|
|
82
|
+
.k-master-row:last-child td,
|
|
83
|
+
.k-master-row:last-child .k-table-td {
|
|
84
|
+
border-block-end-width: 0;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.k-grid-pinned-wrap .k-table-row:not(:only-child) .k-table-td:nth-child(n+2) {
|
|
88
|
+
border-inline-start-width: 0;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
|
|
79
92
|
.k-grouping-dropclue {
|
|
80
93
|
width: calc( #{$kendo-grid-group-drop-hint-size} * 2 );
|
|
81
94
|
height: $kendo-grid-group-drop-hint-height;
|
|
@@ -396,11 +396,17 @@ $kendo-grid-sticky-footer-bg: var( --kendo-grid-sticky-footer-bg, #{$kendo-grid-
|
|
|
396
396
|
|
|
397
397
|
/// The box shadow of the sticky container in the Grid.
|
|
398
398
|
/// @group grid
|
|
399
|
-
$kendo-grid-sticky-container-shadow:
|
|
399
|
+
$kendo-grid-sticky-container-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08) !default;
|
|
400
|
+
/// The box shadow of the sticky container positioned at the bottom in the Grid.
|
|
401
|
+
/// @group grid
|
|
402
|
+
$kendo-grid-sticky-container-bottom-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.08) !default;
|
|
400
403
|
|
|
401
404
|
/// The box shadow of the pinned container in the Grid.
|
|
402
405
|
/// @group grid
|
|
403
|
-
$kendo-grid-pinned-container-shadow:
|
|
406
|
+
$kendo-grid-pinned-container-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08) !default;
|
|
407
|
+
/// The box shadow of the pinned container positioned at the bottom in the Grid.
|
|
408
|
+
/// @group grid
|
|
409
|
+
$kendo-grid-pinned-container-bottom-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.08) !default;
|
|
404
410
|
|
|
405
411
|
/// The horizontal padding of the Grid filter menu container.
|
|
406
412
|
/// @group grid
|
|
@@ -705,5 +711,7 @@ $kendo-grid-pinned-source-font-weight: var(--kendo-font-weight-semibold) !defaul
|
|
|
705
711
|
$kendo-grid-cell-horizontal-border-width: $kendo-grid-cell-border-width-y,
|
|
706
712
|
$kendo-grid-pinned-source-font-weight: $kendo-grid-pinned-source-font-weight,
|
|
707
713
|
$kendo-grid-sticky-container-shadow: $kendo-grid-sticky-container-shadow,
|
|
708
|
-
$kendo-grid-
|
|
714
|
+
$kendo-grid-sticky-container-bottom-shadow: $kendo-grid-sticky-container-bottom-shadow,
|
|
715
|
+
$kendo-grid-pinned-container-shadow: $kendo-grid-pinned-container-shadow,
|
|
716
|
+
$kendo-grid-pinned-container-bottom-shadow: $kendo-grid-pinned-container-bottom-shadow
|
|
709
717
|
);
|