@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.
@@ -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": "String",
13523
- "value": "var(--kendo-elevation-3)"
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": "String",
13527
- "value": "var(--kendo-elevation-4)"
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",
@@ -3,7 +3,7 @@
3
3
  "name": "All",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "13.2.0-dev.0",
6
+ "version": "13.2.0-dev.2",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "oklch(100.00% 0.0001 0deg)",
@@ -3,7 +3,7 @@
3
3
  "name": "Fluent 1 Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "13.2.0-dev.0",
6
+ "version": "13.2.0-dev.2",
7
7
  "previewColors": [
8
8
  "oklch(21.85% 0.0025 67.57deg)",
9
9
  "oklch(24.42% 0.0024 67.57deg)",
@@ -3,7 +3,7 @@
3
3
  "name": "Fluent 1",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "13.2.0-dev.0",
6
+ "version": "13.2.0-dev.2",
7
7
  "previewColors": [
8
8
  "oklch(100.00% 0.0001 0deg)",
9
9
  "oklch(98.26% 0.0016 66.88deg)",
@@ -3,7 +3,7 @@
3
3
  "name": "Fluent Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "13.2.0-dev.0",
6
+ "version": "13.2.0-dev.2",
7
7
  "previewColors": [
8
8
  "oklch(23.93% 0.0000 0deg)",
9
9
  "oklch(28.09% 0.0000 0deg)",
@@ -3,7 +3,7 @@
3
3
  "name": "Fluent Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "13.2.0-dev.0",
6
+ "version": "13.2.0-dev.2",
7
7
  "previewColors": [
8
8
  "oklch(98.51% 0.0001 0deg)",
9
9
  "oklch(100.00% 0.0001 0deg)",
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.0",
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.0",
59
- "@progress/kendo-theme-utils": "13.2.0-dev.0"
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": "066b81148c99e956c2809af1a3ba5eebe649f407"
65
+ "gitHead": "2391ae0f9412058a616e592247c530e1f133ce2b"
66
66
  }
@@ -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: k-elevation(3) !default;
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: k-elevation(4) !default;
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-pinned-container-shadow: $kendo-grid-pinned-container-shadow
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
  );