@progress/kendo-theme-fluent 6.2.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
@@ -27122,9 +27122,6 @@ kendo-badge-container {
27122
27122
  .k-chip .k-selected-icon-wrapper {
27123
27123
  display: none !important;
27124
27124
  }
27125
- .k-chip .k-icon-wrapper-host {
27126
- display: initial;
27127
- }
27128
27125
  .k-chip:hover, .k-chip:focus {
27129
27126
  outline: 0;
27130
27127
  text-decoration: none;
@@ -27151,6 +27148,9 @@ kendo-badge-container {
27151
27148
  overflow: hidden;
27152
27149
  flex: 1 1 auto;
27153
27150
  }
27151
+ .k-chip-content .k-icon-wrapper-host {
27152
+ display: initial;
27153
+ }
27154
27154
 
27155
27155
  .k-chip-content:first-child {
27156
27156
  margin-inline-start: var(--kendo-chip-spacing, 0.25rem);
@@ -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.0",
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.0",
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.0",
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.0",
54
- "@progress/kendo-theme-utils": "6.2.0"
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": "b239d3a10e8bedc36908a099eb8f0d2d6510354c"
56
+ "gitHead": "11ca05ae129666f4ab9b4ecd25194b577ddfa8c3"
57
57
  }
@@ -34,11 +34,6 @@
34
34
  display: none !important; // sass-lint:disable-line no-important
35
35
  }
36
36
 
37
- // Adjustment for kendo-icon-wrapper
38
- .k-icon-wrapper-host {
39
- display: initial;
40
- }
41
-
42
37
  &:hover,
43
38
  &:focus {
44
39
  outline: 0;
@@ -70,6 +65,11 @@
70
65
  align-items: center;
71
66
  overflow: hidden;
72
67
  flex: 1 1 auto;
68
+
69
+ // Adjustment for kendo-icon-wrapper
70
+ .k-icon-wrapper-host {
71
+ display: initial;
72
+ }
73
73
  }
74
74
 
75
75
  .k-chip-content:first-child {
@@ -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