@progress/kendo-theme-fluent 10.6.0-dev.5 → 10.6.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.
@@ -3,7 +3,7 @@
3
3
  "name": "All",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "10.6.0-dev.5",
6
+ "version": "10.6.0",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,14 +3,14 @@
3
3
  "name": "Fluent Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "10.6.0-dev.5",
6
+ "version": "10.6.0",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
- "#ffffff",
10
- "#f5f5f5",
11
- "#ff6358",
12
- "#d6534a",
13
- "#424242"
9
+ "#1b1a19",
10
+ "#21201f",
11
+ "#2899f5",
12
+ "#a19f9d",
13
+ "#f3f2f1"
14
14
  ],
15
15
  "components": [],
16
16
  "groups": [
@@ -3,14 +3,14 @@
3
3
  "name": "Fluent Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "10.6.0-dev.5",
6
+ "version": "10.6.0",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
10
- "#f5f5f5",
11
- "#ff6358",
12
- "#d6534a",
13
- "#424242"
10
+ "#faf9f8",
11
+ "#0078d4",
12
+ "#979593",
13
+ "#323130"
14
14
  ],
15
15
  "components": [],
16
16
  "groups": [
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": "10.6.0-dev.5",
4
+ "version": "10.6.0",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -54,12 +54,12 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "@progress/kendo-svg-icons": "^4.1.0",
57
- "@progress/kendo-theme-core": "10.6.0-dev.5",
58
- "@progress/kendo-theme-utils": "10.6.0-dev.5"
57
+ "@progress/kendo-theme-core": "10.6.0",
58
+ "@progress/kendo-theme-utils": "10.6.0"
59
59
  },
60
60
  "directories": {
61
61
  "doc": "docs",
62
62
  "lib": "lib"
63
63
  },
64
- "gitHead": "974ffdfcf9036dc8bfd368b17f6fcef80e6a1d98"
64
+ "gitHead": "61de20186b040b6e1ac5affab2bac1ef961b6a52"
65
65
  }
@@ -164,9 +164,12 @@
164
164
  // Locked columns
165
165
  .k-grid-header-locked,
166
166
  .k-grid-content-locked,
167
+ .k-grid-footer-locked,
167
168
  .k-grid-header-locked .k-table-th,
168
169
  .k-grid-content-locked td,
169
- .k-grid-content-locked .k-table-td {
170
+ .k-grid-content-locked .k-table-td,
171
+ .k-grid-footer-locked td,
172
+ .k-grid-footer-locked .k-table-td {
170
173
  border-inline-color: var( --kendo-grid-sticky-header-border, #{$kendo-grid-sticky-header-border} );
171
174
  }
172
175