@progress/kendo-theme-fluent 6.8.0-dev.2 → 7.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.
Files changed (63) hide show
  1. package/dist/all.css +558 -4803
  2. package/dist/meta/sassdoc-data.json +1046 -472
  3. package/dist/meta/sassdoc-raw-data.json +520 -236
  4. package/lib/swatches/all.json +1 -1
  5. package/lib/swatches/fluent-main.json +1 -1
  6. package/package.json +5 -5
  7. package/scss/action-sheet/_variables.scss +1 -1
  8. package/scss/badge/_layout.scss +1 -1
  9. package/scss/bottom-navigation/_variables.scss +2 -2
  10. package/scss/breadcrumb/_layout.scss +1 -2
  11. package/scss/chat/_variables.scss +3 -3
  12. package/scss/colorgradient/_layout.scss +3 -3
  13. package/scss/colorgradient/_theme.scss +3 -30
  14. package/scss/colorgradient/_variables.scss +16 -10
  15. package/scss/core/_index.scss +9 -3
  16. package/scss/core/_legacy.scss +4 -0
  17. package/scss/core/elevation/_index.scss +44 -0
  18. package/scss/core/elevation/_legacy.scss +48 -0
  19. package/scss/core/helpers/_index.scss +1 -0
  20. package/scss/core/helpers/_indicators.scss +35 -0
  21. package/scss/dataviz/_variables.scss +1 -1
  22. package/scss/dialog/_variables.scss +1 -1
  23. package/scss/drawer/_layout.scss +0 -1
  24. package/scss/drawer/_theme.scss +0 -4
  25. package/scss/dropzone/_theme.scss +0 -2
  26. package/scss/editor/_layout.scss +3 -7
  27. package/scss/filemanager/_layout.scss +1 -2
  28. package/scss/grid/_layout.scss +7 -15
  29. package/scss/grid/_theme.scss +5 -16
  30. package/scss/grid/_variables.scss +1 -1
  31. package/scss/icon/_layout.scss +3 -4
  32. package/scss/index.scss +4 -0
  33. package/scss/input/_layout.scss +9 -7
  34. package/scss/list/_theme.scss +1 -2
  35. package/scss/listview/_layout.scss +1 -1
  36. package/scss/map/_layout.scss +1 -2
  37. package/scss/menu/_layout.scss +4 -4
  38. package/scss/menu/_theme.scss +1 -2
  39. package/scss/menu/_variables.scss +1 -1
  40. package/scss/notification/_theme.scss +1 -2
  41. package/scss/panelbar/_layout.scss +1 -0
  42. package/scss/panelbar/_theme.scss +0 -7
  43. package/scss/pdf-viewer/_theme.scss +1 -2
  44. package/scss/pdf-viewer/_variables.scss +1 -1
  45. package/scss/pivotgrid/_layout.scss +4 -8
  46. package/scss/popover/_variables.scss +2 -2
  47. package/scss/popup/_variables.scss +1 -1
  48. package/scss/scheduler/_layout.scss +2 -15
  49. package/scss/scheduler/_theme.scss +0 -17
  50. package/scss/scheduler/_variables.scss +1 -5
  51. package/scss/spreadsheet/_layout.scss +2 -9
  52. package/scss/stepper/_layout.scss +1 -2
  53. package/scss/stepper/_theme.scss +1 -2
  54. package/scss/tabstrip/_layout.scss +1 -0
  55. package/scss/taskboard/_variables.scss +1 -1
  56. package/scss/tilelayout/_layout.scss +1 -0
  57. package/scss/timeline/_variables.scss +1 -1
  58. package/scss/tooltip/_layout.scss +1 -2
  59. package/scss/tooltip/_variables.scss +1 -1
  60. package/scss/treeview/_layout.scss +1 -3
  61. package/scss/upload/_layout.scss +1 -2
  62. package/scss/utils/_layout.scss +1 -0
  63. package/scss/window/_variables.scss +2 -2
@@ -138,8 +138,7 @@
138
138
  .k-grid-filter,
139
139
  .k-header-column-menu,
140
140
  .k-grid-header-menu,
141
- .k-hierarchy-cell .k-icon,
142
- .k-hierarchy-cell .k-svg-icon {
141
+ .k-hierarchy-cell .k-icon {
143
142
  @include fill( $color: var( --kendo-grid-header-text, #{$kendo-grid-header-text} ) );
144
143
  }
145
144
 
@@ -148,8 +147,7 @@
148
147
  $bg: var( --kendo-grid-grouping-row-bg, #{$kendo-grid-grouping-row-bg} )
149
148
  );
150
149
 
151
- .k-icon,
152
- .k-svg-icon {
150
+ .k-icon {
153
151
  @include fill(
154
152
  $color: var( --kendo-grid-header-text, #{$kendo-grid-header-text} )
155
153
  );
@@ -230,8 +228,7 @@
230
228
  .k-grid-filter,
231
229
  .k-header-column-menu,
232
230
  .k-grid-header-menu,
233
- .k-hierarchy-cell .k-icon,
234
- .k-hierarchy-cell .k-svg-icon {
231
+ .k-hierarchy-cell .k-icon {
235
232
  &:hover {
236
233
  @include fill(
237
234
  $color: var( --kendo-hover-text, inherit ),
@@ -466,19 +463,12 @@
466
463
  var( --kendo-grid-column-menu-item-bg, #{$kendo-grid-column-menu-item-bg} )
467
464
  );
468
465
 
469
- .k-icon,
470
- .k-svg-icon {
466
+ .k-icon {
471
467
  @include fill(
472
468
  var( --kendo-grid-column-menu-item-icon-text, #{$kendo-grid-column-menu-item-icon-text} )
473
469
  );
474
470
  }
475
471
 
476
- .k-expander-indicator > .k-icon {
477
- @include fill(
478
- var( --kendo-grid-column-menu-item-text, #{$kendo-grid-column-menu-item-text} )
479
- );
480
- }
481
-
482
472
  &:hover,
483
473
  &.k-hover {
484
474
  @include fill(
@@ -500,8 +490,7 @@
500
490
  }
501
491
 
502
492
  &.k-disabled .k-link,
503
- &.k-disabled .k-icon,
504
- &.k-disabled .k-svg-icon {
493
+ &.k-disabled .k-icon {
505
494
  @include disabled-color(
506
495
  var( --kendo-disabled-text, inherit )
507
496
  );
@@ -454,7 +454,7 @@ $kendo-grid-column-menu-max-width: 320px !default;
454
454
  $kendo-grid-column-menu-spacing: map.get( $kendo-spacing, 2 ) !default;
455
455
  /// Focus shadow of the grid column menu.
456
456
  /// @group grid
457
- $kendo-grid-column-menu-shadow: var( --kendo-box-shadow-depth-1, none ) !default;
457
+ $kendo-grid-column-menu-shadow: var( --kendo-box-shadow-depth-6, none ) !default;
458
458
  /// Background color of the grid column menu.
459
459
  /// @group grid
460
460
  $kendo-grid-column-menu-bg: var( --kendo-component-bg, inherit ) !default;
@@ -1,13 +1,12 @@
1
1
  @use "./_variables.scss" as *;
2
2
 
3
- @use "@progress/kendo-font-icons/scss/index.scss" with (
4
- $ki-embed-font: true,
3
+ @use "@progress/kendo-svg-icons/scss/index.scss" with (
5
4
  $ki-icon-size: var( --kendo-icon-size, 1rem )
6
5
  );
7
6
 
8
7
  @mixin kendo-icon--layout() {
9
8
 
10
- @include index.kendo-icon-styles();
9
+ @include index.kendo-svg-icon-styles();
11
10
 
12
11
  // kendo-icon-wrapper component
13
12
  .k-icon-wrapper-host {
@@ -26,7 +25,7 @@
26
25
  right: 0;
27
26
  margin: 0 -.5em -.5em 0;
28
27
  }
29
- .k-svg-icon.k-icon-modifier {
28
+ .k-icon.k-icon-modifier {
30
29
  width: 1em;
31
30
  height: 1em;
32
31
  }
package/scss/index.scss CHANGED
@@ -338,6 +338,10 @@
338
338
  // Color system css variables
339
339
  @include color-system-styles();
340
340
 
341
+ // Elevation
342
+ @include kendo-elevation--styles();
343
+ @include elevation--styles-legacy();
344
+
341
345
  // Typography and utils
342
346
  @include typography-styles();
343
347
  @include utils-styles();
@@ -223,9 +223,7 @@
223
223
  .k-input-validation-icon,
224
224
  .k-input-loading-icon,
225
225
  .k-input-prefix > .k-icon,
226
- .k-input-prefix > .k-svg-icon,
227
- .k-input-suffix > .k-icon,
228
- .k-input-suffix > .k-svg-icon {
226
+ .k-input-suffix > .k-icon {
229
227
  padding-inline: var( --INTERNAL--kendo-input-padding-y, #{$kendo-input-md-padding-y} );
230
228
  padding-block: var( --INTERNAL--kendo-input-padding-y, #{$kendo-input-md-padding-y} );
231
229
  flex: none;
@@ -237,6 +235,12 @@
237
235
  box-sizing: content-box;
238
236
  }
239
237
 
238
+ .k-input-loading-icon {
239
+ width: 1em;
240
+ height: 1em;
241
+ font-size: var( --kendo-icon-size-md, 1rem );
242
+ }
243
+
240
244
  // Input with SVG icon
241
245
  .k-input-icon,
242
246
  .k-input-validation-icon,
@@ -359,13 +363,11 @@
359
363
  min-height: auto !important; // stylelint-disable-line declaration-no-important
360
364
  }
361
365
  }
362
- .k-spinner-increase .k-icon,
363
- .k-spinner-increase .k-svg-icon {
366
+ .k-spinner-increase .k-icon {
364
367
  bottom: if( $kendo-use-input-spinner-icon-offset, calc( -1 * #{$kendo-input-spinner-icon-offset} ), auto );
365
368
  }
366
369
 
367
- .k-spinner-decrease .k-icon,
368
- .k-spinner-decrease .k-svg-icon {
370
+ .k-spinner-decrease .k-icon {
369
371
  top: if( $kendo-use-input-spinner-icon-offset, calc( -1 * #{$kendo-input-spinner-icon-offset} ), auto );
370
372
  }
371
373
  }
@@ -69,8 +69,7 @@
69
69
  }
70
70
 
71
71
  // Icon
72
- .k-list-item .k-icon,
73
- .k-list-item .k-svg-icon {
72
+ .k-list-item .k-icon {
74
73
  @include fill(
75
74
  $color: var( --kendo-list-item-icon-text, #{$kendo-list-item-icon-text} )
76
75
  );
@@ -47,7 +47,7 @@
47
47
  grid-gap: var( --kendo-listview-grid-gap, #{$kendo-listview-grid-gap} );
48
48
  }
49
49
  .k-listview-content-padding-rectangle {
50
- padding-inline: var( --$kendo-listview-padding-x, #{$kendo-listview-padding-x} );
50
+ padding-inline: var( --kendo-listview-padding-x, #{$kendo-listview-padding-x} );
51
51
  padding-block: var( --kendo-listview-padding-y, #{$kendo-listview-padding-y} );
52
52
  }
53
53
  .k-listview-content-padding-square {
@@ -88,8 +88,7 @@
88
88
  box-shadow: none;
89
89
  position: absolute;
90
90
 
91
- .k-icon,
92
- .k-svg-icon {
91
+ .k-icon {
93
92
  min-width: 0;
94
93
  min-height: 0;
95
94
  }
@@ -306,7 +306,7 @@
306
306
  height: var( --kendo-icon-size, 1rem );
307
307
  border-bottom-width: 1px;
308
308
 
309
- .k-icon::before {
309
+ .k-font-icon::before {
310
310
  content: "\e013";
311
311
  }
312
312
  }
@@ -318,7 +318,7 @@
318
318
  width: var( --kendo-icon-size, 1rem );
319
319
  border-left-width: 1px;
320
320
 
321
- .k-icon::before {
321
+ .k-font-icon::before {
322
322
  content: "\e014";
323
323
  }
324
324
  }
@@ -330,7 +330,7 @@
330
330
  height: var( --kendo-icon-size, 1rem );
331
331
  border-top-width: 1px;
332
332
 
333
- .k-icon::before {
333
+ .k-font-icon::before {
334
334
  content: "\e015";
335
335
  }
336
336
  }
@@ -342,7 +342,7 @@
342
342
  width: var( --kendo-icon-size, 1rem );
343
343
  border-right-width: 1px;
344
344
 
345
- .k-icon::before {
345
+ .k-font-icon::before {
346
346
  content: "\e016";
347
347
  }
348
348
  }
@@ -37,8 +37,7 @@
37
37
  }
38
38
  }
39
39
 
40
- .k-link > .k-icon,
41
- .k-link > .k-svg-icon {
40
+ .k-link > .k-icon {
42
41
  color: var( --kendo-menu-icon-color, $kendo-menu-icon-color );
43
42
  }
44
43
 
@@ -125,7 +125,7 @@ $kendo-menu-popup-bg: var( --kendo-component-bg, initial ) !default;
125
125
  $kendo-menu-popup-border: initial !default;
126
126
  /// The shadow of the menu popup.
127
127
  /// @group menu
128
- $kendo-menu-popup-shadow: var( --kendo-box-shadow-depth-2, none ) !default;
128
+ $kendo-menu-popup-shadow: var( --kendo-box-shadow-depth-6, none ) !default;
129
129
 
130
130
  /// Horizontal padding of the menu item in popup.
131
131
  /// @group menu
@@ -28,8 +28,7 @@
28
28
  --kendo-notification-bg: var( --kendo-notification-#{$theme-color}-bg, #{$_bg} );
29
29
  --kendo-notification-border: var( --kendo-notification-#{$theme-color}-border, #{$_border} );
30
30
 
31
- .k-notification-wrap > .k-icon,
32
- .k-notification-wrap > .k-svg-icon {
31
+ .k-notification-wrap > .k-icon {
33
32
  --kendo-notification-icon-text: var( --kendo-notification-#{$theme-color}-icon-text, #{$_icon} );
34
33
  }
35
34
  }
@@ -15,6 +15,7 @@
15
15
  line-height: var( --kendo-panelbar-line-height, #{$kendo-panelbar-line-height} );
16
16
  list-style: none;
17
17
  display: block;
18
+ position: relative;
18
19
  -webkit-touch-callout: none;
19
20
  -webkit-tap-highlight-color: $kendo-color-rgba-transparent;
20
21
 
@@ -47,7 +47,6 @@
47
47
  );
48
48
 
49
49
  .k-icon,
50
- .k-svg-icon,
51
50
  .k-panelbar-item-icon {
52
51
  color: var( --kendo-panelbar-text, #{$kendo-panelbar-text} );
53
52
  }
@@ -85,7 +84,6 @@
85
84
  --INTERNAL--kendo-panelbar-header-border: var( --kendo-panelbar-header-selected-border, #{$kendo-panelbar-header-selected-border} );
86
85
 
87
86
  .k-icon,
88
- .k-svg-icon,
89
87
  .k-panelbar-item-icon {
90
88
  color: inherit;
91
89
  }
@@ -124,7 +122,6 @@
124
122
  --INTERNAL--kendo-panelbar-header-text: var( --kendo-disabled-text, inherit );
125
123
 
126
124
  .k-icon,
127
- .k-svg-icon,
128
125
  .k-panelbar-item-icon {
129
126
  color: inherit;
130
127
  }
@@ -140,7 +137,6 @@
140
137
  }
141
138
 
142
139
  .k-icon,
143
- .k-svg-icon,
144
140
  .k-panelbar-item-icon {
145
141
  color: inherit;
146
142
  }
@@ -162,7 +158,6 @@
162
158
  );
163
159
 
164
160
  .k-icon,
165
- .k-svg-icon,
166
161
  .k-panelbar-item-icon {
167
162
  color: var( --kendo-panelbar-text, #{$kendo-panelbar-text} );
168
163
  }
@@ -226,7 +221,6 @@
226
221
  --INTERNAL--kendo-panelbar-item-text: var( --kendo-disabled-text, inherit );
227
222
 
228
223
  .k-icon,
229
- .k-svg-icon,
230
224
  .k-panelbar-item-icon {
231
225
  color: inherit;
232
226
  }
@@ -242,7 +236,6 @@
242
236
  }
243
237
 
244
238
  .k-icon,
245
- .k-svg-icon,
246
239
  .k-panelbar-item-icon {
247
240
  color: inherit;
248
241
  }
@@ -33,8 +33,7 @@
33
33
  );
34
34
  }
35
35
 
36
- .k-blank-page > .k-icon,
37
- .k-blank-page > .k-svg-icon {
36
+ .k-blank-page > .k-icon {
38
37
  @include fill(
39
38
  $color: var( --kendo-pdf-viewer-icon-text, #{$kendo-pdf-viewer-icon-text} )
40
39
  );
@@ -49,7 +49,7 @@ $kendo-pdf-viewer-page-text: var( --kendo-component-text, inherit )!default;
49
49
  $kendo-pdf-viewer-page-border: var( --kendo-component-border, inherit ) !default;
50
50
  /// Shadow of the PDF viewer page.
51
51
  /// @group pdf-viewer
52
- $kendo-pdf-viewer-page-shadow: var( --kendo-box-shadow-depth-1, none ) !default;
52
+ $kendo-pdf-viewer-page-shadow: var( --kendo-box-shadow-depth-3, none ) !default;
53
53
 
54
54
  /// Horizontal padding of the PDF viewer search panel.
55
55
  /// @group pdf-viewer
@@ -140,8 +140,7 @@
140
140
  overflow: hidden;
141
141
  }
142
142
 
143
- .k-pivotgrid-cell .k-icon,
144
- .k-pivotgrid-cell .k-svg-icon {
143
+ .k-pivotgrid-cell .k-icon {
145
144
  cursor: pointer;
146
145
  padding-inline-end: var( --kendo-pivotgrid-icon-spacing, #{$kendo-pivotgrid-icon-spacing} );
147
146
  }
@@ -188,8 +187,7 @@
188
187
  cursor: pointer;
189
188
  user-select: none;
190
189
 
191
- .k-icon,
192
- .k-svg-icon {
190
+ .k-icon {
193
191
  margin-inline-start: var( --kendo-pivotgrid-configurator-button-icon-spacing, #{$kendo-pivotgrid-configurator-button-icon-spacing} );
194
192
  }
195
193
 
@@ -201,8 +199,7 @@
201
199
  span {
202
200
  writing-mode: vertical-rl;
203
201
  }
204
- .k-icon,
205
- .k-svg-icon {
202
+ .k-icon {
206
203
  vertical-align: baseline;
207
204
  }
208
205
  }
@@ -359,8 +356,7 @@
359
356
  flex-direction: row;
360
357
  align-items: center;
361
358
 
362
- .k-icon,
363
- .k-svg-icon {
359
+ .k-icon {
364
360
  margin-inline-end: map.get( $kendo-spacing, 2 );
365
361
  }
366
362
  .k-dropdown-list {
@@ -33,7 +33,7 @@ $kendo-popover-bg: var( --kendo-component-bg, initial ) !default;
33
33
  $kendo-popover-border: var( --kendo-component-border, initial ) !default;
34
34
  /// The box shadow of the Popover.
35
35
  /// @group popover
36
- $kendo-popover-shadow: var( --kendo-box-shadow-depth-3, none ) !default;
36
+ $kendo-popover-shadow: var( --kendo-box-shadow-depth-6, none ) !default;
37
37
 
38
38
  /// The horizontal padding of the Popover header.
39
39
  /// @group popover
@@ -88,4 +88,4 @@ $kendo-popover-callout-height: $kendo-popover-callout-width !default;
88
88
  $kendo-popover-callout-border-width: $kendo-popover-border-width !default;
89
89
  /// The border style of the Popover callout.
90
90
  /// @group popover
91
- $kendo-popover-callout-border-style: $kendo-popover-border-style !default;
91
+ $kendo-popover-callout-border-style: $kendo-popover-border-style !default;
@@ -39,4 +39,4 @@ $kendo-popup-text: var( --kendo-component-text, initial ) !default;
39
39
  $kendo-popup-border: var( --kendo-component-border, initial ) !default;
40
40
  /// Box shadow around the popup.
41
41
  /// @group popup
42
- $kendo-popup-shadow: var( --kendo-box-shadow-depth-3, none ) !default;
42
+ $kendo-popup-shadow: var( --kendo-box-shadow-depth-4, none ) !default;
@@ -15,6 +15,7 @@
15
15
  line-height: var( --kendo-scheduler-line-height, #{$kendo-scheduler-line-height} );
16
16
  display: flex;
17
17
  flex-direction: column;
18
+ position: relative;
18
19
  -webkit-touch-callout: none;
19
20
  -webkit-tap-highlight-color: $kendo-color-rgba-transparent;
20
21
 
@@ -531,20 +532,6 @@
531
532
  justify-content: center;
532
533
  }
533
534
 
534
- // Current time
535
- .k-current-time {
536
- position: absolute;
537
-
538
- &.k-current-time-arrow-left,
539
- &.k-current-time-arrow-right,
540
- &.k-current-time-arrow-down {
541
- width: 0;
542
- height: 0;
543
- background: transparent;
544
- border: 4px solid transparent;
545
- }
546
- }
547
-
548
535
  // Draging hint
549
536
  .k-event-drag-hint {
550
537
  opacity: .5;
@@ -938,7 +925,7 @@
938
925
 
939
926
  .k-safari {
940
927
  .k-scheduler-tooltip .k-tooltip-event:not(:last-child) {
941
- margin-block-end: var( --kendo-scheduler-tooltip-event-gap #{$kendo-scheduler-tooltip-event-gap} );
928
+ margin-block-end: var( --kendo-scheduler-tooltip-event-gap, #{$kendo-scheduler-tooltip-event-gap} );
942
929
  }
943
930
 
944
931
  .k-scheduler-yearview .k-calendar-view .k-month {
@@ -11,23 +11,6 @@
11
11
  );
12
12
  }
13
13
 
14
- // Current time
15
- .k-current-time {
16
- background: var( --kendo-scheduler-current-time-color, #{$kendo-scheduler-current-time-color} );
17
-
18
- &.k-current-time-arrow-left {
19
- border-right-color: var( --kendo-scheduler-current-time-color, #{$kendo-scheduler-current-time-color} );
20
- }
21
-
22
- &.k-current-time-arrow-right {
23
- border-left-color: var( --kendo-scheduler-current-time-color, #{$kendo-scheduler-current-time-color} );
24
- }
25
-
26
- &.k-current-time-arrow-down {
27
- border-top-color: var( --kendo-scheduler-current-time-color, #{$kendo-scheduler-current-time-color} );
28
- }
29
- }
30
-
31
14
  // Header and footer
32
15
  .k-scheduler-toolbar {
33
16
  @include fill(
@@ -146,10 +146,6 @@ $kendo-scheduler-datecolumn-width: 12em !default;
146
146
  /// @group scheduler
147
147
  $kendo-scheduler-timecolumn-width: 11em !default;
148
148
 
149
- /// Color of the current time marker in the scheduler.
150
- /// @group scheduler
151
- $kendo-scheduler-current-time-color: #ff0000 !default;
152
-
153
149
  /// Background color of the non-working hours in the scheduler.
154
150
  /// @group scheduler
155
151
  $kendo-scheduler-nonwork-bg: k-get-theme-color-var( neutral-10 ) !default;
@@ -221,7 +217,7 @@ $kendo-scheduler-tooltip-text: k-get-theme-color-var( neutral-130 ) !default;
221
217
  $kendo-scheduler-tooltip-border: null !default;
222
218
  /// Shadow of the scheduler tooltip.
223
219
  /// @group scheduler
224
- $kendo-scheduler-tooltip-shadow: 0px 0px 10px rgba(0, 0, 0, .2 ) !default;
220
+ $kendo-scheduler-tooltip-shadow: k-elevation(5) !default;
225
221
 
226
222
  /// Vertical spacing of the scheduler tooltip title.
227
223
  /// @group scheduler
@@ -83,8 +83,7 @@
83
83
  flex: 1;
84
84
  gap: var( --kendo-spreadsheet-formula-bar-gap, #{$kendo-spreadsheet-formula-bar-gap} );
85
85
 
86
- > .k-icon,
87
- > .k-svg-icon {
86
+ > .k-icon {
88
87
  padding-inline: var( --kendo-padding-y, #{$kendo-padding-md-y} );
89
88
  padding-block: 0;
90
89
  box-sizing: content-box;
@@ -557,8 +556,7 @@
557
556
  .k-link {
558
557
  padding-inline-start: var( --filter-menu-padding-left, #{$kendo-filter-menu-padding-left} );
559
558
  }
560
- .k-icon,
561
- .k-svg-icon {
559
+ .k-icon {
562
560
  margin-inline-start: calc(-1 * ( var( --kendo-icon-size, 1rem ) + #{$kendo-padding-md-y} ) );
563
561
  margin-inline-end: $kendo-padding-md-y;
564
562
  }
@@ -599,7 +597,6 @@
599
597
  cursor: pointer;
600
598
 
601
599
  > .k-icon,
602
- > .k-svg-icon,
603
600
  > .k-expander-indicator {
604
601
  margin-inline-end: $kendo-padding-md-y;
605
602
  }
@@ -725,10 +722,6 @@
725
722
  inset-inline-end: 0;
726
723
  inset-block-start: map.get( $kendo-spacing, 2 );
727
724
 
728
- .k-icon {
729
- font-size: 6em;
730
- }
731
-
732
725
  .k-svg-icon {
733
726
  width: 6em;
734
727
  height: 6em;
@@ -125,8 +125,7 @@
125
125
  text-overflow: ellipsis;
126
126
  overflow: hidden;
127
127
  }
128
- .k-step-label .k-icon,
129
- .k-step-label .k-svg-icon {
128
+ .k-step-label .k-icon {
130
129
  margin-inline-start: var( --kendo-icon-spacing, .5rem );
131
130
  }
132
131
 
@@ -162,8 +162,7 @@
162
162
  .k-step-label {
163
163
  @include fill( $color: var( --kendo-stepper-label-text, #{$kendo-stepper-label-text} ) );
164
164
  }
165
- .k-step-success .k-step-label .k-icon,
166
- .k-step-success .k-step-label .k-svg-icon {
165
+ .k-step-success .k-step-label .k-icon {
167
166
  @include fill( $color: var( --kendo-stepper-label-success-text, #{$kendo-stepper-label-success-text} ) );
168
167
  }
169
168
  .k-step-error .k-step-label {
@@ -12,6 +12,7 @@
12
12
  border-style: solid;
13
13
  display: flex;
14
14
  flex-direction: column;
15
+ position: relative;
15
16
  }
16
17
 
17
18
 
@@ -185,7 +185,7 @@ $kendo-taskboard-card-focus-shadow: none !default;
185
185
  $kendo-taskboard-card-selected-border: k-get-theme-color-var( primary-100 ) !default;
186
186
  /// Selected shadow of the task board card.
187
187
  /// @group taskboard
188
- $kendo-taskboard-card-selected-shadow: var( --kendo-box-shadow-depth-4, none ) !default;
188
+ $kendo-taskboard-card-selected-shadow: var( --kendo-box-shadow-depth-3, none ) !default;
189
189
 
190
190
  /// Font size of the task board card title.
191
191
  /// @group taskboard
@@ -9,6 +9,7 @@
9
9
  box-sizing: border-box;
10
10
  outline: 0;
11
11
  display: grid;
12
+ position: relative;
12
13
  padding-block: var( --kendo-tile-layout-padding-y, #{$kendo-tile-layout-padding-y} );
13
14
  padding-inline: var( --kendo-tile-layout-padding-x, #{$kendo-tile-layout-padding-x} );
14
15
  -webkit-touch-callout: none;
@@ -98,7 +98,7 @@ $kendo-timeline-flag-border-radius: map.get( $kendo-spacing, 0.5 ) !default;
98
98
  $kendo-timeline-flag-line-height: var( --kendo-line-height, normal ) !default;
99
99
  /// The box shadow of the flag in the timeline.
100
100
  /// @group timeline
101
- $kendo-timeline-flag-box-shadow: var( --kendo-box-shadow-depth-1, none ) !default;
101
+ $kendo-timeline-flag-box-shadow: var( --kendo-box-shadow-depth-2, none ) !default;
102
102
  /// The min widht of the flag in the timeline.
103
103
  /// @group timeline
104
104
  $kendo-timeline-flag-min-width: map.get( $kendo-spacing, 20 ) !default;
@@ -53,8 +53,7 @@
53
53
  margin-inline-start: var( --kendo-tooltip-button-spacing, .5rem );
54
54
  flex-shrink: 0;
55
55
 
56
- .k-icon,
57
- .k-svg-icon {
56
+ .k-icon {
58
57
  color: inherit;
59
58
  vertical-align: top;
60
59
  }
@@ -48,7 +48,7 @@ $kendo-tooltip-text: var( --kendo-component-text, initial ) !default;
48
48
  $kendo-tooltip-border: transparent !default;
49
49
  /// The box-shadow of the tooltip
50
50
  /// @group tooltip
51
- $kendo-tooltip-shadow: var( --kendo-box-shadow-depth-3, none ) !default;
51
+ $kendo-tooltip-shadow: var( --kendo-box-shadow-depth-2, none ) !default;
52
52
 
53
53
  /// The text color of the tooltip button
54
54
  /// @group tooltip
@@ -84,8 +84,7 @@
84
84
  align-items: center;
85
85
  cursor: pointer;
86
86
  }
87
- .k-treeview-toggle .k-icon,
88
- .k-treeview-toggle .k-svg-icon {
87
+ .k-treeview-toggle .k-icon {
89
88
  padding: var( --kendo-icon-padding, .25rem );
90
89
  box-sizing: content-box;
91
90
  }
@@ -119,7 +118,6 @@
119
118
  position: relative;
120
119
 
121
120
  .k-icon,
122
- .k-svg-icon,
123
121
  .k-image,
124
122
  .k-sprite {
125
123
  margin-inline-end: var( --kendo-icon-spacing, .5rem );
@@ -55,8 +55,7 @@
55
55
  align-items: center;
56
56
  position: relative;
57
57
 
58
- > .k-icon,
59
- > .k-svg-icon {
58
+ > .k-icon {
60
59
  margin-inline-end: var( --kendo-upload-icon-spacing, #{$kendo-upload-icon-spacing} );
61
60
  }
62
61
  }
@@ -4,6 +4,7 @@
4
4
  $kendo-spacing: $kendo-spacing,
5
5
  $kendo-font-sizes: $kendo-font-sizes,
6
6
  $kendo-border-radii: $kendo-border-radii,
7
+ $kendo-elevation: $kendo-elevation
7
8
  );
8
9
 
9
10
  @mixin kendo-utils--layout() {
@@ -81,10 +81,10 @@ $kendo-window-text: var( --kendo-component-text, initial ) !default;
81
81
  $kendo-window-border: k-get-theme-color-var( primary-100 ) !default;
82
82
  /// The box shadow of the Window.
83
83
  /// @group window
84
- $kendo-window-shadow: var( --kendo-box-shadow-depth-4, none ) !default;
84
+ $kendo-window-shadow: var( --kendo-box-shadow-depth-8, none ) !default;
85
85
  /// The box shadow of the focused Window.
86
86
  /// @group window
87
- $kendo-window-focus-shadow: var( --kendo-box-shadow-depth-4, none ) !default;
87
+ $kendo-window-focus-shadow: var( --kendo-box-shadow-depth-9, none ) !default;
88
88
 
89
89
  /// The background color of the Window titlebar.
90
90
  /// @group window