@progress/kendo-theme-fluent 6.2.1-dev.0 → 6.2.1-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 CHANGED
@@ -44479,7 +44479,6 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
44479
44479
  display: flex;
44480
44480
  flex-flow: column nowrap;
44481
44481
  position: relative;
44482
- z-index: 1;
44483
44482
  -webkit-touch-callout: none;
44484
44483
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
44485
44484
  }
@@ -3,7 +3,7 @@
3
3
  "name": "All",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "6.2.1-dev.0+7a0fad806",
6
+ "version": "6.2.1-dev.1+11ca05ae1",
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": "6.2.1-dev.0+7a0fad806",
6
+ "version": "6.2.1-dev.1+11ca05ae1",
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": "6.2.1-dev.0+7a0fad806",
4
+ "version": "6.2.1-dev.1+11ca05ae1",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -50,8 +50,8 @@
50
50
  },
51
51
  "dependencies": {
52
52
  "@progress/kendo-font-icons": "1.4.0",
53
- "@progress/kendo-theme-core": "6.2.1-dev.0+7a0fad806",
54
- "@progress/kendo-theme-utils": "6.2.1-dev.0+7a0fad806"
53
+ "@progress/kendo-theme-core": "6.2.1-dev.1+11ca05ae1",
54
+ "@progress/kendo-theme-utils": "6.2.1-dev.1+11ca05ae1"
55
55
  },
56
- "gitHead": "7a0fad8063cd9fe27e17a9898e289cca17895c32"
56
+ "gitHead": "11ca05ae129666f4ab9b4ecd25194b577ddfa8c3"
57
57
  }
@@ -21,7 +21,6 @@
21
21
  display: flex;
22
22
  flex-flow: column nowrap;
23
23
  position: relative;
24
- z-index: 1;
25
24
  -webkit-touch-callout: none;
26
25
  -webkit-tap-highlight-color: $kendo-color-rgba-transparent;
27
26