@progress/kendo-theme-fluent 8.0.0-dev.9 → 8.0.1-dev.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": "8.0.0-dev.9",
6
+ "version": "8.0.1-dev.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": "8.0.0-dev.9",
6
+ "version": "8.0.1-dev.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": "8.0.0-dev.9",
4
+ "version": "8.0.1-dev.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": "2.3.0",
56
- "@progress/kendo-theme-core": "8.0.0-dev.9",
57
- "@progress/kendo-theme-utils": "8.0.0-dev.9"
55
+ "@progress/kendo-svg-icons": "3.0.0",
56
+ "@progress/kendo-theme-core": "8.0.1-dev.0",
57
+ "@progress/kendo-theme-utils": "8.0.1-dev.0"
58
58
  },
59
59
  "directories": {
60
60
  "doc": "docs",
61
61
  "lib": "lib"
62
62
  },
63
- "gitHead": "99bbca3665e8949ba5a7725b0d4c3f51a3713835"
63
+ "gitHead": "311995cf115b4f9239c891551c3f7d380eb22075"
64
64
  }
@@ -283,7 +283,7 @@
283
283
  }
284
284
 
285
285
  .k-actionsheet-filter {
286
- width: calc( min(100%, calc( 360px - calc( #{$kendo-adaptive-actionsheet-header-padding-x} * 2 ) ) ) );
286
+ width: calc( 360px - #{$kendo-adaptive-actionsheet-header-padding-x} * 2 );
287
287
  }
288
288
  .k-actionsheet-content,
289
289
  .k-actionsheet-footer {
package/scss/all.scss CHANGED
@@ -1,3 +1,4 @@
1
+ @forward "./index.scss";
1
2
  @use "./index.scss" as kendo-theme;
2
3
 
3
4
  @include kendo-theme.config();
@@ -14,6 +14,10 @@
14
14
  border-color: var( --INTERNAL--kendo-badge-border, initial );
15
15
  }
16
16
 
17
+ .k-badge-outline {
18
+ background-color: transparent;
19
+ }
20
+
17
21
  @each $fill-mode, $theme-colors in $kendo-badge-theme-colors {
18
22
  @each $theme-color, $color-props in $theme-colors {
19
23
 
@@ -114,7 +114,7 @@ $_tc-badge-matrix: (
114
114
  normal: if($kendo-enable-color-system, (color, on-color, color), (100, $kendo-color-white, 100))
115
115
  ),
116
116
  outline: (
117
- normal: if($kendo-enable-color-system, (on-color, color, color), ($kendo-color-white, 100, 100))
117
+ normal: if($kendo-enable-color-system, (transparent, color, color), ($kendo-color-white, 100, 100))
118
118
  )
119
119
  ) !default;
120
120
 
@@ -123,7 +123,7 @@ $_tc-badge-warning-matrix: (
123
123
  normal: if($kendo-enable-color-system, (color, on-color, color), (100, k-get-theme-color-var( neutral-160 ), 100))
124
124
  ),
125
125
  outline: (
126
- normal: if($kendo-enable-color-system, (app-surface, color, color), ($kendo-color-white, 100, 100))
126
+ normal: if($kendo-enable-color-system, (transparent, color, color), ($kendo-color-white, 100, 100))
127
127
  )
128
128
  ) !default;
129
129
 
@@ -132,7 +132,7 @@ $_tc-badge-dark-matrix: (
132
132
  normal: if($kendo-enable-color-system, (color, on-color, color), (160, $kendo-color-white, 160))
133
133
  ),
134
134
  outline: (
135
- normal: if($kendo-enable-color-system, (on-color, color, color), ($kendo-color-white, 160, 160))
135
+ normal: if($kendo-enable-color-system, (transparent, color, color), ($kendo-color-white, 160, 160))
136
136
  )
137
137
  ) !default;
138
138
 
@@ -141,7 +141,7 @@ $_tc-badge-light-matrix: (
141
141
  normal: if($kendo-enable-color-system, (color, on-color, color), (50, 160, 50))
142
142
  ),
143
143
  outline: (
144
- normal: if($kendo-enable-color-system, (app-surface, color, color), ($kendo-color-white, 50, 50))
144
+ normal: if($kendo-enable-color-system, (transparent, color, color), ($kendo-color-white, 50, 50))
145
145
  )
146
146
  ) !default;
147
147
 
@@ -145,12 +145,12 @@ $_tc-base-matrix: (
145
145
  disabled: if($kendo-enable-color-system, (color-mix(in srgb, k-color( on-app-surface ) 6%, transparent), color-mix(in srgb, k-color( on-app-surface ) 46%, transparent), transparent), (var( --kendo-disabled-bg, inherit ), var( --kendo-disabled-text, inherit ), var( --kendo-disabled-border, inherit )))
146
146
  ),
147
147
  outline: (
148
- normal: if($kendo-enable-color-system, (transparent, on-color, currentColor), (transparent, 160, currentColor)),
148
+ normal: if($kendo-enable-color-system, (transparent, color-on-surface, currentColor), (transparent, 160, currentColor)),
149
149
  hover: if($kendo-enable-color-system, (on-color, color, on-color), (190, $kendo-color-white, 190)),
150
- focus: if($kendo-enable-color-system, (transparent, on-color, currentColor, inherit), (transparent, 160, currentColor, inherit)),
150
+ focus: if($kendo-enable-color-system, (transparent, color-on-surface, currentColor, inherit), (transparent, 160, currentColor, inherit)),
151
151
  focus-hover: if($kendo-enable-color-system, (on-color, color, on-color, inherit), (190, $kendo-color-white, 190, inherit)),
152
152
  active: if($kendo-enable-color-system, (on-color, color, on-color), (190, $kendo-color-white, 190)),
153
- active-hover: if($kendo-enable-color-system, (color-hover, on-color, border), (20, 190, 110)),
153
+ active-hover: if($kendo-enable-color-system, (on-color, color, on-color), (20, 190, 110)),
154
154
  disabled: if($kendo-enable-color-system, (initial, color-mix(in srgb, k-color( on-app-surface ) 46%, transparent), color-mix(in srgb, k-color( on-app-surface ) 46%, transparent)), (initial, var( --kendo-disabled-text, inherit ), 90))
155
155
  ),
156
156
  link: (
@@ -163,12 +163,12 @@ $_tc-base-matrix: (
163
163
  disabled: if($kendo-enable-color-system, (initial, color-mix(in srgb, k-color( on-app-surface ) 46%, transparent), initial), (initial, var( --kendo-disabled-text, inherit ), transparent))
164
164
  ),
165
165
  clear: (
166
- normal: if($kendo-enable-color-system, (transparent, on-color, transparent), (transparent, 160, transparent)),
167
- hover: if($kendo-enable-color-system, (transparent, on-color, transparent), (transparent, 190, transparent)),
168
- focus: if($kendo-enable-color-system, (color-subtle, on-color, transparent, color-active), (30, 160, transparent, 130)),
169
- focus-hover: if($kendo-enable-color-system, (transparent, on-color, transparent, color-active), (transparent, 190, transparent, 130)),
170
- active: if($kendo-enable-color-system, (transparent, on-color, transparent), (transparent, 190, transparent)),
171
- active-hover: if($kendo-enable-color-system, (transparent, on-color, transparent), (transparent, 190, transparent)),
166
+ normal: if($kendo-enable-color-system, (transparent, color-on-surface, transparent), (transparent, 160, transparent)),
167
+ hover: if($kendo-enable-color-system, (transparent, color-on-surface, transparent), (transparent, 190, transparent)),
168
+ focus: if($kendo-enable-color-system, (color-subtle, color-on-surface, transparent, color-active), (30, 160, transparent, 130)),
169
+ focus-hover: if($kendo-enable-color-system, (transparent, color-on-surface, transparent, color-active), (transparent, 190, transparent, 130)),
170
+ active: if($kendo-enable-color-system, (transparent, color-on-surface, transparent), (transparent, 190, transparent)),
171
+ active-hover: if($kendo-enable-color-system, (transparent, color-on-surface, transparent), (transparent, 190, transparent)),
172
172
  disabled: if($kendo-enable-color-system, (initial, color-mix(in srgb, k-color( on-app-surface ) 46%, transparent), initial), (initial, var( --kendo-disabled-text, inherit ), transparent))
173
173
  )
174
174
  ) !default;
@@ -185,18 +185,18 @@ $_tc-brand-matrix: (
185
185
  disabled: if($kendo-enable-color-system, (color-mix(in srgb, k-color( on-app-surface ) 6%, transparent), color-mix(in srgb, k-color( on-app-surface ) 46%, transparent), transparent), (var( --kendo-disabled-bg, inherit ), var( --kendo-disabled-text, inherit ), var( --kendo-disabled-border, inherit )))
186
186
  ),
187
187
  flat: (
188
- normal: if($kendo-enable-color-system, (initial, color, transparent), (initial, 100, transparent)),
188
+ normal: if($kendo-enable-color-system, (initial, color-on-surface, transparent), (initial, 100, transparent)),
189
189
  hover: if($kendo-enable-color-system, (color-subtle, color-hover, transparent), (10, 110, transparent)),
190
- focus: if($kendo-enable-color-system, (initial, color, transparent, color-subtle-active), (initial, 100, transparent, 30)),
190
+ focus: if($kendo-enable-color-system, (initial, color-on-surface, transparent, color-subtle-active), (initial, 100, transparent, 30)),
191
191
  focus-hover: if($kendo-enable-color-system, (color-subtle, color-hover, transparent, color-subtle-active), (10, 110, transparent, 30)),
192
192
  active: if($kendo-enable-color-system, (color-subtle-hover, color-hover, transparent), (20, 110, transparent)),
193
193
  active-hover: if($kendo-enable-color-system, (color-subtle, color-hover, transparent), (10, 110, transparent)),
194
194
  disabled: if($kendo-enable-color-system, (initial, color-mix(in srgb, k-color( on-app-surface ) 46%, transparent), initial), (initial, var( --kendo-disabled-text, inherit ), initial))
195
195
  ),
196
196
  outline: (
197
- normal: if($kendo-enable-color-system, (transparent, color, currentColor), (transparent, 100, currentColor)),
197
+ normal: if($kendo-enable-color-system, (transparent, color-on-surface, currentColor), (transparent, 100, currentColor)),
198
198
  hover: if($kendo-enable-color-system, (color, on-color, color), (100, $kendo-color-white, 100)),
199
- focus: if($kendo-enable-color-system, (transparent, color, color, inherit), (transparent, 100, 100, inherit)),
199
+ focus: if($kendo-enable-color-system, (transparent, color-on-surface, color, inherit), (transparent, 100, 100, inherit)),
200
200
  focus-hover: if($kendo-enable-color-system, (color, on-color, color, inherit), (100, $kendo-color-white, 100, inherit)),
201
201
  active: if($kendo-enable-color-system, (color, on-color, color), (100, $kendo-color-white, 100)),
202
202
  active-hover: if($kendo-enable-color-system, (color, on-color, color), (100, $kendo-color-white, 100)),
@@ -212,12 +212,12 @@ $_tc-brand-matrix: (
212
212
  disabled: if($kendo-enable-color-system, (initial, color-mix(in srgb, k-color( on-app-surface ) 46%, transparent), initial), (initial, var( --kendo-disabled-text, inherit ), transparent))
213
213
  ),
214
214
  clear: (
215
- normal: if($kendo-enable-color-system, (transparent, color, transparent), (transparent, 100, transparent)),
216
- hover: if($kendo-enable-color-system, (transparent, color-hover, transparent), (transparent, 110, transparent)),
217
- focus: if($kendo-enable-color-system, (color-subtle, color, transparent), (20, 100, transparent)),
218
- focus-hover: if($kendo-enable-color-system, (transparent, color-hover, transparent), (transparent, 110, transparent)),
219
- active: if($kendo-enable-color-system, (transparent, color-active, transparent), (transparent, 120, transparent)),
220
- active-hover: if($kendo-enable-color-system, (transparent, color-hover, transparent), (transparent, 110, transparent)),
215
+ normal: if($kendo-enable-color-system, (transparent, color-on-surface, transparent), (transparent, 100, transparent)),
216
+ hover: if($kendo-enable-color-system, (transparent, color-on-surface, transparent), (transparent, 110, transparent)),
217
+ focus: if($kendo-enable-color-system, (color-subtle, color-on-surface, transparent), (20, 100, transparent)),
218
+ focus-hover: if($kendo-enable-color-system, (transparent, color-on-surface, transparent), (transparent, 110, transparent)),
219
+ active: if($kendo-enable-color-system, (transparent, color-on-surface, transparent), (transparent, 120, transparent)),
220
+ active-hover: if($kendo-enable-color-system, (transparent, color-on-surface, transparent), (transparent, 110, transparent)),
221
221
  disabled: if($kendo-enable-color-system, (initial, color-mix(in srgb, k-color( on-app-surface ) 46%, transparent), initial), (initial, var( --kendo-disabled-text, inherit ), transparent))
222
222
  )
223
223
  ) !default;
@@ -234,18 +234,18 @@ $_tc-warning-matrix: (
234
234
  disabled: if($kendo-enable-color-system, (color-mix(in srgb, k-color( on-app-surface ) 6%, transparent), color-mix(in srgb, k-color( on-app-surface ) 46%, transparent), transparent), (var( --kendo-disabled-bg, inherit ), var( --kendo-disabled-text, inherit ), var( --kendo-disabled-border, inherit )))
235
235
  ),
236
236
  flat: (
237
- normal: if($kendo-enable-color-system, (initial, color, transparent), (initial, 100, transparent)),
237
+ normal: if($kendo-enable-color-system, (initial, color-on-surface, transparent), (initial, 100, transparent)),
238
238
  hover: if($kendo-enable-color-system, (color-subtle, color-hover, transparent), (10, 110, transparent)),
239
- focus: if($kendo-enable-color-system, (initial, color, transparent, color-subtle-active), (initial, 100, transparent, 30)),
239
+ focus: if($kendo-enable-color-system, (initial, color-on-surface, transparent, color-subtle-active), (initial, 100, transparent, 30)),
240
240
  focus-hover: if($kendo-enable-color-system, (color-subtle, color-hover, transparent, color-subtle-active), (10, 110, transparent, 30)),
241
241
  active: if($kendo-enable-color-system, (color-subtle-hover, color-hover, transparent), (20, 110, transparent)),
242
242
  active-hover: if($kendo-enable-color-system, (color-subtle, color-hover, transparent), (10, 110, transparent)),
243
243
  disabled: if($kendo-enable-color-system, (initial, color-mix(in srgb, k-color( on-app-surface ) 46%, transparent), initial), (initial, var( --kendo-disabled-text, inherit ), initial))
244
244
  ),
245
245
  outline: (
246
- normal: if($kendo-enable-color-system, (transparent, color, currentColor), (transparent, 100, currentColor)),
246
+ normal: if($kendo-enable-color-system, (transparent, color-on-surface, currentColor), (transparent, 100, currentColor)),
247
247
  hover: if($kendo-enable-color-system, (color, on-color, color), (100, $kendo-color-black, 100)),
248
- focus: if($kendo-enable-color-system, (transparent, color, color, inherit), (transparent, 100, 100, inherit)),
248
+ focus: if($kendo-enable-color-system, (transparent, color-on-surface, color-on-surface, inherit), (transparent, 100, 100, inherit)),
249
249
  focus-hover: if($kendo-enable-color-system, (color, on-color, color, inherit), (100, $kendo-color-black, 100, inherit)),
250
250
  active: if($kendo-enable-color-system, (color, on-color, color), (100, $kendo-color-black, 100)),
251
251
  active-hover: if($kendo-enable-color-system, (color, on-color, color), (100, $kendo-color-black, 100)),
@@ -261,12 +261,12 @@ $_tc-warning-matrix: (
261
261
  disabled: if($kendo-enable-color-system, (initial, color-mix(in srgb, k-color( on-app-surface ) 46%, transparent), initial), (initial, var( --kendo-disabled-text, inherit ), transparent))
262
262
  ),
263
263
  clear: (
264
- normal: if($kendo-enable-color-system, (transparent, color, transparent), (transparent, 100, transparent)),
265
- hover: if($kendo-enable-color-system, (transparent, color-hover, transparent), (transparent, 110, transparent)),
266
- focus: if($kendo-enable-color-system, (color-subtle, color, transparent), (20, 100, transparent)),
267
- focus-hover: if($kendo-enable-color-system, (transparent, color-hover, transparent), (transparent, 110, transparent)),
268
- active: if($kendo-enable-color-system, (transparent, color-active, transparent), (transparent, 120, transparent)),
269
- active-hover: if($kendo-enable-color-system, (transparent, color-hover, transparent), (transparent, 110, transparent)),
264
+ normal: if($kendo-enable-color-system, (transparent, color-on-surface, transparent), (transparent, 100, transparent)),
265
+ hover: if($kendo-enable-color-system, (transparent, color-on-surface, transparent), (transparent, 110, transparent)),
266
+ focus: if($kendo-enable-color-system, (color-subtle, color-on-surface, transparent), (20, 100, transparent)),
267
+ focus-hover: if($kendo-enable-color-system, (transparent, color-on-surface, transparent), (transparent, 110, transparent)),
268
+ active: if($kendo-enable-color-system, (transparent, color-on-surface, transparent), (transparent, 120, transparent)),
269
+ active-hover: if($kendo-enable-color-system, (transparent, color-on-surface, transparent), (transparent, 110, transparent)),
270
270
  disabled: if($kendo-enable-color-system, (initial, color-mix(in srgb, k-color( on-app-surface ) 46%, transparent), initial), (initial, var( --kendo-disabled-text, inherit ), transparent))
271
271
  )
272
272
  ) !default;
@@ -283,18 +283,18 @@ $_tc-dark-matrix: (
283
283
  disabled: if($kendo-enable-color-system, (color-mix(in srgb, k-color( on-app-surface ) 6%, transparent), color-mix(in srgb, k-color( on-app-surface ) 46%, transparent), transparent), (var( --kendo-disabled-bg, inherit ), var( --kendo-disabled-text, inherit ), var( --kendo-disabled-border, inherit )))
284
284
  ),
285
285
  flat: (
286
- normal: if($kendo-enable-color-system, (initial, color, transparent), (initial, 160, transparent)),
286
+ normal: if($kendo-enable-color-system, (initial, color-on-surface, transparent), (initial, 160, transparent)),
287
287
  hover: if($kendo-enable-color-system, (color-subtle, color-hover, transparent), (10, 170, transparent)),
288
- focus: if($kendo-enable-color-system, (initial, color, transparent, color-subtle-active), (initial, 160, transparent, 30)),
288
+ focus: if($kendo-enable-color-system, (initial, color-on-surface, transparent, color-subtle-active), (initial, 160, transparent, 30)),
289
289
  focus-hover: if($kendo-enable-color-system, (color-subtle, color-hover, transparent, color-subtle-active), (10, 170, transparent, 30)),
290
290
  active: if($kendo-enable-color-system, (color-subtle-hover, color-hover, transparent), (20, 170, transparent)),
291
291
  active-hover: if($kendo-enable-color-system, (color-subtle, color-hover, transparent), (10, 170, transparent)),
292
292
  disabled: if($kendo-enable-color-system, (initial, color-mix(in srgb, k-color( on-app-surface ) 46%, transparent), initial), (initial, var( --kendo-disabled-text, inherit ), initial))
293
293
  ),
294
294
  outline: (
295
- normal: if($kendo-enable-color-system, (transparent, color, currentColor), (transparent, 160, currentColor)),
295
+ normal: if($kendo-enable-color-system, (transparent, color-on-surface, currentColor), (transparent, 160, currentColor)),
296
296
  hover: if($kendo-enable-color-system, (color, on-color, color), (160, $kendo-color-white, 160)),
297
- focus: if($kendo-enable-color-system, (transparent, color, color, inherit), (transparent, 160, 160, inherit)),
297
+ focus: if($kendo-enable-color-system, (transparent, color-on-surface, color, inherit), (transparent, 160, 160, inherit)),
298
298
  focus-hover: if($kendo-enable-color-system, (color, on-color, color, inherit), (160, $kendo-color-white, 160, inherit)),
299
299
  active: if($kendo-enable-color-system, (color, on-color, color), (160, $kendo-color-white, 160)),
300
300
  active-hover: if($kendo-enable-color-system, (color, on-color, color), (160, $kendo-color-white, 160)),
@@ -310,12 +310,12 @@ $_tc-dark-matrix: (
310
310
  disabled: if($kendo-enable-color-system, (initial, color-mix(in srgb, k-color( on-app-surface ) 46%, transparent), initial), (initial, var( --kendo-disabled-text, inherit ), transparent))
311
311
  ),
312
312
  clear: (
313
- normal: if($kendo-enable-color-system, (transparent, color, transparent), (transparent, 160, transparent)),
314
- hover: if($kendo-enable-color-system, (transparent, color-hover, transparent), (transparent, 170, transparent)),
315
- focus: if($kendo-enable-color-system, (color-subtle, color, transparent), (20, 160, transparent)),
316
- focus-hover: if($kendo-enable-color-system, (transparent, color-hover, transparent), (transparent, 170, transparent)),
317
- active: if($kendo-enable-color-system, (transparent, color-active, transparent), (transparent, 170, transparent)),
318
- active-hover: if($kendo-enable-color-system, (transparent, color-hover, transparent), (transparent, 170, transparent)),
313
+ normal: if($kendo-enable-color-system, (transparent, color-on-surface, transparent), (transparent, 160, transparent)),
314
+ hover: if($kendo-enable-color-system, (transparent, color-on-surface, transparent), (transparent, 170, transparent)),
315
+ focus: if($kendo-enable-color-system, (color-subtle, color-on-surface, transparent), (20, 160, transparent)),
316
+ focus-hover: if($kendo-enable-color-system, (transparent, color-on-surface, transparent), (transparent, 170, transparent)),
317
+ active: if($kendo-enable-color-system, (transparent, color-on-surface, transparent), (transparent, 170, transparent)),
318
+ active-hover: if($kendo-enable-color-system, (transparent, color-on-surface, transparent), (transparent, 170, transparent)),
319
319
  disabled: if($kendo-enable-color-system, (initial, color-mix(in srgb, k-color( on-app-surface ) 46%, transparent), initial), (initial, var( --kendo-disabled-text, inherit ), transparent))
320
320
  )
321
321
  ) !default;
@@ -332,18 +332,18 @@ $_tc-light-matrix: (
332
332
  disabled: if($kendo-enable-color-system, (color-mix(in srgb, k-color( on-app-surface ) 6%, transparent), color-mix(in srgb, k-color( on-app-surface ) 46%, transparent), transparent), (var( --kendo-disabled-bg, inherit ), var( --kendo-disabled-text, inherit ), var( --kendo-disabled-border, inherit )))
333
333
  ),
334
334
  flat: (
335
- normal: if($kendo-enable-color-system, (initial, color, transparent), (initial, 50, transparent)),
335
+ normal: if($kendo-enable-color-system, (initial, color-on-surface, transparent), (initial, 50, transparent)),
336
336
  hover: if($kendo-enable-color-system, (color-subtle, color-hover, transparent), (10, 60, transparent)),
337
- focus: if($kendo-enable-color-system, (initial, color, transparent, color-subtle-active), (initial, 50, transparent, 30)),
337
+ focus: if($kendo-enable-color-system, (initial, color-on-surface, transparent, color-subtle-active), (initial, 50, transparent, 30)),
338
338
  focus-hover: if($kendo-enable-color-system, (color-subtle, color-hover, transparent, color-subtle-active), (10, 60, transparent, 30)),
339
339
  active: if($kendo-enable-color-system, (color-subtle-hover, color-hover, transparent), (20, 60, transparent)),
340
340
  active-hover: if($kendo-enable-color-system, (color-subtle, color-hover, transparent), (10, 60, transparent)),
341
341
  disabled: if($kendo-enable-color-system, (initial, color-mix(in srgb, k-color( on-app-surface ) 46%, transparent), initial), (initial, var( --kendo-disabled-text, inherit ), initial))
342
342
  ),
343
343
  outline: (
344
- normal: if($kendo-enable-color-system, (transparent, color, currentColor), (transparent, 50, currentColor)),
344
+ normal: if($kendo-enable-color-system, (transparent, color-on-surface, currentColor), (transparent, 50, currentColor)),
345
345
  hover: if($kendo-enable-color-system, (color, on-color, color), (50, $kendo-color-white, 50)),
346
- focus: if($kendo-enable-color-system, (transparent, color, color, inherit), (transparent, 50, 50, inherit)),
346
+ focus: if($kendo-enable-color-system, (transparent, color-on-surface, color, inherit), (transparent, 50, 50, inherit)),
347
347
  focus-hover: if($kendo-enable-color-system, (color, on-color, color, inherit), (50, $kendo-color-white, 50, inherit)),
348
348
  active: if($kendo-enable-color-system, (color, on-color, color), (50, $kendo-color-white, 50)),
349
349
  active-hover: if($kendo-enable-color-system, (color, on-color, color), (50, $kendo-color-white, 50)),
@@ -359,12 +359,12 @@ $_tc-light-matrix: (
359
359
  disabled: if($kendo-enable-color-system, (initial, color-mix(in srgb, k-color( on-app-surface ) 46%, transparent), initial), (initial, var( --kendo-disabled-text, inherit ), transparent))
360
360
  ),
361
361
  clear: (
362
- normal: if($kendo-enable-color-system, (transparent, color, transparent), (transparent, 50, transparent)),
363
- hover: if($kendo-enable-color-system, (transparent, color-hover, transparent), (transparent, 60, transparent)),
364
- focus: if($kendo-enable-color-system, (color-subtle, color, transparent), (20, 50, transparent)),
365
- focus-hover: if($kendo-enable-color-system, (transparent, color-hover, transparent), (transparent, 60, transparent)),
366
- active: if($kendo-enable-color-system, (transparent, color-active, transparent), (transparent, 60, transparent)),
367
- active-hover: if($kendo-enable-color-system, (transparent, color-hover, transparent), (transparent, 60, transparent)),
362
+ normal: if($kendo-enable-color-system, (transparent, color-on-surface, transparent), (transparent, 50, transparent)),
363
+ hover: if($kendo-enable-color-system, (transparent, color-on-surface, transparent), (transparent, 60, transparent)),
364
+ focus: if($kendo-enable-color-system, (color-subtle, color-on-surface, transparent), (20, 50, transparent)),
365
+ focus-hover: if($kendo-enable-color-system, (transparent, color-on-surface, transparent), (transparent, 60, transparent)),
366
+ active: if($kendo-enable-color-system, (transparent, color-on-surface, transparent), (transparent, 60, transparent)),
367
+ active-hover: if($kendo-enable-color-system, (transparent, color-on-surface, transparent), (transparent, 60, transparent)),
368
368
  disabled: if($kendo-enable-color-system, (initial, color-mix(in srgb, k-color( on-app-surface ) 46%, transparent), initial), (initial, var( --kendo-disabled-text, inherit ), transparent))
369
369
  )
370
370
  ) !default;
@@ -416,60 +416,64 @@
416
416
  outline: 0;
417
417
  }
418
418
  }
419
+ }
419
420
 
420
- .k-range-start,
421
- .k-range-end,
422
- .k-range-mid {
423
-
424
- position: relative;
421
+ .k-range-start,
422
+ .k-range-end,
423
+ .k-range-mid {
425
424
 
426
- &::before {
427
- content: "";
428
- position: absolute;
429
- inset: 0px;
430
- border-style: solid;
431
- }
425
+ position: relative;
432
426
 
433
- &:hover .k-link,
434
- &.k-hover .k-link {
435
- border-radius: 0;
436
- }
427
+ &::before {
428
+ content: "";
429
+ position: absolute;
430
+ inset: 0px;
431
+ border-style: solid;
437
432
  }
438
433
 
439
- .k-range-mid::before {
440
- border-width: var( --INTERNAL--kendo-calendar-range-border-width, 1px );
441
- border-inline-width: 0;
434
+ &:hover .k-link,
435
+ &.k-hover .k-link {
442
436
  border-radius: 0;
443
437
  }
438
+ }
444
439
 
445
- .k-range-start::before,
446
- .k-range-mid:not(
447
- .k-range-start + .k-range-mid,
448
- .k-range-mid + .k-range-mid,
449
- :last-child
450
- )::before {
451
- border-width: var( --INTERNAL--kendo-calendar-range-border-width, 1px );
452
- border-inline-end-width: 0;
453
- border-radius: 0;
440
+ .k-range-mid::before {
441
+ border-width: var( --INTERNAL--kendo-calendar-range-border-width, 1px );
442
+ border-inline-width: 0;
443
+ border-radius: 0;
444
+ }
454
445
 
455
- @if ( $kendo-enable-rounded ) {
456
- border-start-start-radius: var( --kendo-calendar-cell-border-radius, #{$kendo-calendar-cell-border-radius} );
457
- border-end-start-radius: var( --kendo-calendar-cell-border-radius, #{$kendo-calendar-cell-border-radius} );
458
- }
446
+ .k-range-start::before,
447
+ .k-range-mid:not(
448
+ .k-range-start + .k-range-mid,
449
+ .k-range-mid + .k-range-mid,
450
+ :last-child
451
+ )::before {
452
+ border-width: var( --INTERNAL--kendo-calendar-range-border-width, 1px );
453
+ border-inline-end-width: 0;
454
+ border-radius: 0;
455
+
456
+ @if ( $kendo-enable-rounded ) {
457
+ border-start-start-radius: var( --kendo-calendar-cell-border-radius, #{$kendo-calendar-cell-border-radius} );
458
+ border-end-start-radius: var( --kendo-calendar-cell-border-radius, #{$kendo-calendar-cell-border-radius} );
459
459
  }
460
+ }
460
461
 
461
- .k-range-end::before,
462
- .k-range-mid:last-child::before {
463
- border-width: var( --INTERNAL--kendo-calendar-range-border-width, 1px );
464
- border-inline-start-width: 0;
465
- border-radius: 0;
462
+ .k-range-end::before,
463
+ .k-range-mid:last-child::before {
464
+ border-width: var( --INTERNAL--kendo-calendar-range-border-width, 1px );
465
+ border-inline-start-width: 0;
466
+ border-radius: 0;
466
467
 
467
- @if ( $kendo-enable-rounded ) {
468
- border-start-end-radius: var( --kendo-calendar-cell-border-radius, #{$kendo-calendar-cell-border-radius} );
469
- border-end-end-radius: var( --kendo-calendar-cell-border-radius, #{$kendo-calendar-cell-border-radius} );
470
- }
468
+ @if ( $kendo-enable-rounded ) {
469
+ border-start-end-radius: var( --kendo-calendar-cell-border-radius, #{$kendo-calendar-cell-border-radius} );
470
+ border-end-end-radius: var( --kendo-calendar-cell-border-radius, #{$kendo-calendar-cell-border-radius} );
471
471
  }
472
+ }
472
473
 
474
+ .k-range-start.k-range-end::before {
475
+ border-width: var( --INTERNAL--kendo-calendar-range-border-width, 1px );
476
+ border-radius: var( --kendo-calendar-cell-border-radius, #{$kendo-calendar-cell-border-radius} ) ;
473
477
  }
474
478
 
475
479
 
@@ -235,6 +235,10 @@
235
235
  &.k-alt + .k-range-mid.k-hover .k-link {
236
236
  --INTERNAL--kendo-calendar-cell-link-shadow: var( --kendo-calendar-start-range-hover-shadow, #{$kendo-calendar-start-range-hover-shadow} );
237
237
  }
238
+
239
+ &.k-range-start.k-range-end:hover .k-link {
240
+ --INTERNAL--kendo-calendar-cell-link-shadow: var( --kendo-calendar-start-end-range-hover-shadow, #{$kendo-calendar-start-end-range-hover-shadow} );
241
+ }
238
242
  }
239
243
 
240
244
  }
@@ -280,6 +280,9 @@ $kendo-calendar-mid-range-hover-shadow: inset 0 -1px 0 0 if($kendo-enable-color-
280
280
  /// The shadow of the hovered end range selection in the Calendar.
281
281
  /// @group calendar
282
282
  $kendo-calendar-end-range-hover-shadow: inset -1px -1px 0 0 if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 )), inset 0 1px 0 0 if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 )) !default;
283
+ /// The shadow of the hovered start-end range selection in the Calendar.
284
+ /// @group calendar
285
+ $kendo-calendar-start-end-range-hover-shadow: inset 1px -1px 0 0 if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 )), inset -1px 1px 0 0 if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 )) !default;
283
286
 
284
287
 
285
288
  // Calendar sizes
@@ -272,6 +272,11 @@
272
272
  height: 100%;
273
273
  }
274
274
 
275
+ // Sankey labels
276
+ .k-sankey text {
277
+ pointer-events: none;
278
+ }
279
+
275
280
  // Base
276
281
  .k-treemap {
277
282
  height: 400px;
@@ -445,7 +450,7 @@
445
450
  series-30: $kendo-series-30,
446
451
 
447
452
  gauge-pointer: $kendo-series-f,
448
- gauge-track: if($kendo-enable-color-system, k-color( base-subtle ), k-get-theme-color-var( neutral-30 ))
453
+ gauge-track: if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-30 ))
449
454
  );
450
455
 
451
456
  @each $name, $value in $exported {
@@ -68,6 +68,8 @@
68
68
  .k-drawer-content {
69
69
  flex: 1 1 auto;
70
70
  overflow: auto;
71
+ padding-block: var( --kendo-drawer-content-padding-y, #{$kendo-drawer-content-padding-y} );
72
+ padding-inline: var( --kendo-drawer-content-padding-x, #{$kendo-drawer-content-padding-x} );
71
73
  }
72
74
 
73
75
 
@@ -26,10 +26,10 @@ $kendo-drawer-line-height: var( --kendo-line-height, inherit ) !default;
26
26
 
27
27
  /// The horizontal padding of the Drawer content.
28
28
  /// @group drawer
29
- $kendo-drawer-content-padding-x: var( --kendo-padding-x, #{$kendo-padding-md-x} ) !default;
29
+ $kendo-drawer-content-padding-x: null !default;
30
30
  /// The vertical padding of the Drawer content.
31
31
  /// @group drawer
32
- $kendo-drawer-content-padding-y: var( --kendo-padding-y, #{$kendo-padding-md-y} ) !default;
32
+ $kendo-drawer-content-padding-y: null !default;
33
33
 
34
34
  /// The width of the Drawer scrollbar.
35
35
  /// @group drawer
@@ -14,6 +14,7 @@
14
14
  font-family: var( --kendo-listview-font-family, #{$kendo-listview-font-family} );
15
15
  font-size: var( --kendo-listview-font-size, #{$kendo-listview-font-size} );
16
16
  line-height: var( --kendo-listview-line-height, #{$kendo-listview-line-height} );
17
+ display: flex;
17
18
  flex-flow: column nowrap;
18
19
  position: relative;
19
20
  -webkit-touch-callout: none;