@progress/kendo-theme-fluent 8.0.0-dev.8 → 8.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.
@@ -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.8",
6
+ "version": "8.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": "8.0.0-dev.8",
6
+ "version": "8.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": "8.0.0-dev.8",
4
+ "version": "8.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": "2.3.0",
56
- "@progress/kendo-theme-core": "8.0.0-dev.8",
57
- "@progress/kendo-theme-utils": "8.0.0-dev.8"
55
+ "@progress/kendo-svg-icons": "3.0.0",
56
+ "@progress/kendo-theme-core": "8.0.0",
57
+ "@progress/kendo-theme-utils": "8.0.0"
58
58
  },
59
59
  "directories": {
60
60
  "doc": "docs",
61
61
  "lib": "lib"
62
62
  },
63
- "gitHead": "5cba0da7c1d6379c4c2d78522e51a55f49c28e90"
63
+ "gitHead": "5d189bf7291e83332a8817cefbbbecc68fc8a644"
64
64
  }
@@ -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
@@ -1,13 +1,29 @@
1
1
  @use "sass:map";
2
2
  @use "@progress/kendo-theme-core/scss/spacing/index.import.scss" as *;
3
3
 
4
+ /// The none border radius used across the Components.
5
+ /// @group radii
4
6
  $kendo-border-radius-none: map.get($kendo-spacing, 0) !default;
7
+ /// The extra small border radius used across the Components.
8
+ /// @group radii
5
9
  $kendo-border-radius-xs: map.get($kendo-spacing, 1px) !default;
10
+ /// The small border radius used across the Components.
11
+ /// @group radii
6
12
  $kendo-border-radius-sm: map.get($kendo-spacing, 0.5) !default;
13
+ /// The medium border radius used across the Components.
14
+ /// @group radii
7
15
  $kendo-border-radius-md: map.get($kendo-spacing, 1) !default;
16
+ /// The large border radius used across the Components.
17
+ /// @group radii
8
18
  $kendo-border-radius-lg: map.get($kendo-spacing, 2) !default;
19
+ /// The extra large border radius used across the Components.
20
+ /// @group radii
9
21
  $kendo-border-radius-xl: map.get($kendo-spacing, 3) !default;
22
+ /// The third largest border radius used across the Components.
23
+ /// @group radii
10
24
  $kendo-border-radius-xxl: map.get($kendo-spacing, 4) !default;
25
+ /// The second largest border radius used across the Components.
26
+ /// @group radii
11
27
  $kendo-border-radius-xxxl: map.get($kendo-spacing, 5) !default;
12
28
 
13
29
  $_default-border-radii: (
@@ -21,4 +37,6 @@ $_default-border-radii: (
21
37
  xxxl: $kendo-border-radius-xxxl
22
38
  ) !default;
23
39
 
40
+ /// The global radii Map.
41
+ /// @group radii
24
42
  $kendo-border-radii: $_default-border-radii !default;
@@ -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;
@@ -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;
@@ -227,7 +227,7 @@ $kendo-scheduler-tooltip-title-margin-y: k-spacing(3) !default;
227
227
  $kendo-scheduler-tooltip-month-font-size: var( --kendo-font-size-sm, inherit ) !default;
228
228
  /// The font size of the day inside the Scheduler Tooltip.
229
229
  /// @group scheduler
230
- $kendo-scheduler-tooltip-day-font-size: calc( $kendo-scheduler-tooltip-month-font-size * 2 ) !default;
230
+ $kendo-scheduler-tooltip-day-font-size: calc( var( --kendo-font-size-sm, .75rem ) * 2 ) !default;
231
231
 
232
232
  /// The max height of the events inside the Scheduler Tooltip.
233
233
  /// @group scheduler
@@ -33,19 +33,19 @@ $kendo-slider-track-size: k-spacing(1) !default;
33
33
  $kendo-slider-track-border-radius: k-spacing(0.5) !default;
34
34
  /// The background color of the Slider track.
35
35
  /// @group slider
36
- $kendo-slider-track-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 28%, transparent), k-get-theme-color-var( neutral-60 )) !default;
36
+ $kendo-slider-track-bg: if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-60 )) !default;
37
37
  /// The border color of the Slider track.
38
38
  /// @group slider
39
39
  $kendo-slider-track-border: inherit !default;
40
40
  /// The background color of the hovered Slider track.
41
41
  /// @group slider
42
- $kendo-slider-track-hover-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 28%, transparent), k-get-theme-color-var( neutral-60 )) !default;
42
+ $kendo-slider-track-hover-bg: if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-60 )) !default;
43
43
  /// The border color of the hovered Slider track.
44
44
  /// @group slider
45
45
  $kendo-slider-track-hover-border: inherit !default;
46
46
  /// The background color of the focused Slider track.
47
47
  /// @group slider
48
- $kendo-slider-track-focus-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 28%, transparent), k-get-theme-color-var( neutral-60 )) !default;
48
+ $kendo-slider-track-focus-bg: if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-60 )) !default;
49
49
  /// The border color of the focused Slider track.
50
50
  /// @group slider
51
51
  $kendo-slider-track-focus-border: inherit !default;
@@ -25,7 +25,7 @@ $kendo-tooltip-line-height: var( --kendo-line-height, normal ) !default;
25
25
 
26
26
  /// The font size of the Tooltip title.
27
27
  /// @group tooltip
28
- $kendo-tooltip-title-font-size: calc( #{$kendo-tooltip-font-size} * 1.25 ) !default;
28
+ $kendo-tooltip-title-font-size: calc( var( --kendo-font-size-sm, .75rem ) * 1.25 ) !default;
29
29
  /// The line height of the Tooltip title.
30
30
  /// @group tooltip
31
31
  $kendo-tooltip-title-line-height: var( --kendo-line-heigh-xs, normal ) !default;