@progress/kendo-theme-fluent 9.0.1-dev.3 → 9.1.0-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.
@@ -76162,7 +76162,7 @@
76162
76162
  "resolvedType": "String"
76163
76163
  },
76164
76164
  {
76165
- "description": "The background gradient of the selected TabStrip items.\n",
76165
+ "description": "The font weight of the selected TabStrip items.\n",
76166
76166
  "commentRange": {
76167
76167
  "start": 105,
76168
76168
  "end": 106
@@ -168202,7 +168202,7 @@
168202
168202
  "resolvedType": "String"
168203
168203
  },
168204
168204
  {
168205
- "description": "The background gradient of the selected TabStrip items.\n",
168205
+ "description": "The font weight of the selected TabStrip items.\n",
168206
168206
  "commentRange": {
168207
168207
  "start": 105,
168208
168208
  "end": 106
@@ -68044,7 +68044,7 @@
68044
68044
  }
68045
68045
  },
68046
68046
  {
68047
- "description": "The background gradient of the selected TabStrip items.\n",
68047
+ "description": "The font weight of the selected TabStrip items.\n",
68048
68048
  "commentRange": {
68049
68049
  "start": 105,
68050
68050
  "end": 106
@@ -3,7 +3,7 @@
3
3
  "name": "All",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "9.0.1-dev.3",
6
+ "version": "9.1.0-dev.1",
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": "9.0.1-dev.3",
6
+ "version": "9.1.0-dev.1",
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": "9.0.1-dev.3",
6
+ "version": "9.1.0-dev.1",
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": "9.0.1-dev.3",
4
+ "version": "9.1.0-dev.1",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -53,12 +53,12 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@progress/kendo-svg-icons": "3.0.0",
56
- "@progress/kendo-theme-core": "9.0.1-dev.3",
57
- "@progress/kendo-theme-utils": "9.0.1-dev.3"
56
+ "@progress/kendo-theme-core": "9.1.0-dev.1",
57
+ "@progress/kendo-theme-utils": "9.1.0-dev.1"
58
58
  },
59
59
  "directories": {
60
60
  "doc": "docs",
61
61
  "lib": "lib"
62
62
  },
63
- "gitHead": "455dfd7938b96799ec78c643c1840696a41bb42c"
63
+ "gitHead": "ddc5029123cb01e0c0b640ffb9caf17f47160625"
64
64
  }
@@ -82,6 +82,13 @@
82
82
  }
83
83
  }
84
84
 
85
+ .k-item-actions {
86
+ margin: 0;
87
+ padding: 0;
88
+ display: flex;
89
+ flex-direction: row;
90
+ }
91
+
85
92
  .k-tab-on-top {
86
93
  z-index: 1;
87
94
  }
@@ -163,21 +170,6 @@
163
170
  white-space: nowrap;
164
171
  overflow: hidden;
165
172
  }
166
-
167
- > .k-button {
168
- padding-block: var( --kendo-tabstrip-scrollable-button-padding-y, #{$kendo-tabstrip-scrollable-button-padding-y} );
169
- padding-inline: var( --kendo-tabstrip-scrollable-button-padding-x, #{$kendo-tabstrip-scrollable-button-padding-x} );
170
- width: auto;
171
- height: auto;
172
- flex: none;
173
- align-self: stretch;
174
- aspect-ratio: auto;
175
-
176
- .k-button-icon {
177
- min-width: auto;
178
- min-height: auto;
179
- }
180
- }
181
173
  }
182
174
  }
183
175
 
@@ -102,7 +102,7 @@ $kendo-tabstrip-item-selected-text: if($kendo-enable-color-system, k-color( on-a
102
102
  /// The border color of the selected TabStrip items.
103
103
  /// @group tabstrip
104
104
  $kendo-tabstrip-item-selected-border: if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 )) !default;
105
- /// The background gradient of the selected TabStrip items.
105
+ /// The font weight of the selected TabStrip items.
106
106
  /// @group tabstrip
107
107
  $kendo-tabstrip-item-selected-font-weight: var( --kendo-font-weight-bold, normal ) !default;
108
108
  /// The shadow of the focused TabStrip items.