@progress/kendo-theme-fluent 10.0.0-dev.3 → 10.0.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.
@@ -1,7 +1,6 @@
1
1
  @forward "../scss/index.scss" with (
2
2
  $kendo-enable-color-system: true !default,
3
3
 
4
-
5
4
  );
6
5
 
7
6
  @use "../scss/index.scss" as *;
@@ -3,7 +3,7 @@
3
3
  "name": "All",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "10.0.0-dev.3",
6
+ "version": "10.0.0",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Fluent Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "10.0.0-dev.3",
6
+ "version": "10.0.0",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Fluent Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "10.0.0-dev.3",
6
+ "version": "10.0.0",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
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.0.0-dev.3",
4
+ "version": "10.0.0",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -52,13 +52,13 @@
52
52
  "postpublish": "echo 'no postpublish for the Fluent theme'"
53
53
  },
54
54
  "dependencies": {
55
- "@progress/kendo-svg-icons": "^3.1.0",
56
- "@progress/kendo-theme-core": "10.0.0-dev.3",
57
- "@progress/kendo-theme-utils": "10.0.0-dev.3"
55
+ "@progress/kendo-svg-icons": "^4.0.0",
56
+ "@progress/kendo-theme-core": "10.0.0",
57
+ "@progress/kendo-theme-utils": "10.0.0"
58
58
  },
59
59
  "directories": {
60
60
  "doc": "docs",
61
61
  "lib": "lib"
62
62
  },
63
- "gitHead": "23fd87dc9e3c298f9e7d302e008e052f439b03f1"
63
+ "gitHead": "92c3c8159263b15e849f87bb80c504ee94efd18e"
64
64
  }
@@ -292,6 +292,7 @@
292
292
  background-color: var( --kendo-grid-sticky-bg, #{$kendo-grid-sticky-bg} );
293
293
  }
294
294
 
295
+ .k-grid-row-sticky,
295
296
  &.k-grid-row-sticky > .k-table-td {
296
297
  border-block-color: var( --kendo-grid-sticky-border, #{$kendo-grid-sticky-border} );
297
298
  background-color: var( --kendo-grid-sticky-bg, #{$kendo-grid-sticky-bg} );
package/scss/index.scss CHANGED
@@ -457,6 +457,7 @@
457
457
  // Layout & containers
458
458
  @include kendo-card--styles();
459
459
  @include kendo-expander--styles();
460
+ @include kendo-panel--styles();
460
461
  @include kendo-panelbar--styles();
461
462
  @include kendo-splitter--styles();
462
463
  @include kendo-tile-layout--styles();