@progress/kendo-theme-fluent 5.8.2-dev.4 → 5.8.2-dev.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/all.css CHANGED
@@ -893,7 +893,6 @@
893
893
  .k-disabled {
894
894
  outline: none;
895
895
  cursor: default;
896
- background-color: var(--kendo-disabled-bg, inherit);
897
896
  color: var(--kendo-disabled-text, inherit);
898
897
  border-color: var(--kendo-disabled-border, inherit);
899
898
  pointer-events: none;
@@ -21481,6 +21480,7 @@ kendo-badge-container {
21481
21480
 
21482
21481
  .k-color-preview-mask {
21483
21482
  width: 100%;
21483
+ min-width: var(--kendo-icon-size, 1rem);
21484
21484
  height: 100%;
21485
21485
  position: relative;
21486
21486
  }
@@ -25517,6 +25517,8 @@ textarea.k-input-inner {
25517
25517
  display: flex;
25518
25518
  overflow: unset;
25519
25519
  flex-shrink: 0;
25520
+ grid-column: 1/-1;
25521
+ grid-row: 2/-1;
25520
25522
  }
25521
25523
  .k-progress-status-wrap.k-progress-start {
25522
25524
  justify-content: flex-start;
@@ -25574,10 +25576,10 @@ textarea.k-input-inner {
25574
25576
  }
25575
25577
  .k-progressbar-vertical .k-progress-status-wrap {
25576
25578
  flex-direction: column;
25577
- align-items: flex-end;
25579
+ align-items: flex-start;
25580
+ margin-inline-start: var(--kendo-progressbar-vertical-status-offset, calc(var(--kendo-font-size-sm, inherit)*var(--kendo-line-height, inherit)*-1 + -0.5rem));
25578
25581
  grid-row: 1/-1;
25579
- grid-column: 1/-1;
25580
- margin-inline-start: var(--kendo-progressbar-offset-y, -0.5rem);
25582
+ grid-column: -1/1;
25581
25583
  }
25582
25584
  .k-progressbar-vertical .k-progress-status {
25583
25585
  -ms-writing-mode: tb-lr;
@@ -26528,13 +26530,13 @@ textarea.k-input-inner {
26528
26530
  .k-slider-thumb:active, .k-draghandle:active, .k-slider-thumb.k-active, .k-active.k-draghandle {
26529
26531
  --INTERNAL--kendo-slider-thumb-bg: var(--kendo-component-bg, transparent);
26530
26532
  --INTERNAL--kendo-slider-thumb-text: inherit;
26531
- --INTERNAL--kendo-slider-thumb-border: var(--kendo-primary-120, inherit);
26533
+ --INTERNAL--kendo-slider-thumb-border: var(--kendo-primary-130, inherit);
26532
26534
  --INTERNAL--kendo-slider-thumb-gradient: transparent;
26533
26535
  }
26534
26536
  .k-slider-thumb:focus, .k-draghandle:focus, .k-slider-thumb.k-focus, .k-focus.k-draghandle {
26535
26537
  --INTERNAL--kendo-slider-thumb-bg: var(--kendo-component-bg, transparent);
26536
26538
  --INTERNAL--kendo-slider-thumb-text: inherit;
26537
- --INTERNAL--kendo-slider-thumb-border: var(--kendo-primary-120, inherit);
26539
+ --INTERNAL--kendo-slider-thumb-border: var(--kendo-primary-130, inherit);
26538
26540
  --INTERNAL--kendo-slider-thumb-gradient: transparent;
26539
26541
  }
26540
26542
 
@@ -26770,7 +26772,7 @@ textarea.k-input-inner {
26770
26772
  padding-inline-end: 100px;
26771
26773
  padding-inline-start: 100px;
26772
26774
  margin-inline-start: -100px;
26773
- margin-inline-end: -117px;
26775
+ margin-inline-end: calc(-100px - var(--kendo-scrollbar-width, 17px));
26774
26776
  }
26775
26777
 
26776
26778
  .k-calendar .k-scrollable-placeholder {
@@ -26889,7 +26891,6 @@ textarea.k-input-inner {
26889
26891
  .k-calendar-range .k-range-mid::before {
26890
26892
  content: "";
26891
26893
  position: absolute;
26892
- z-index: 1;
26893
26894
  inset: 0px;
26894
26895
  border-style: solid;
26895
26896
  border-width: var(--INTERNAL--kendo-calendar-range-border-width, 0);
@@ -26950,6 +26951,14 @@ textarea.k-input-inner {
26950
26951
  .k-calendar .k-calendar-nav-today.k-focus {
26951
26952
  color: var(--kendo-calendar-today-nav-hover-text, var(--kendo-link-hover-text, initial));
26952
26953
  }
26954
+ .k-calendar .k-nav-today.k-disabled,
26955
+ .k-calendar .k-calendar-nav-today.k-disabled {
26956
+ outline: none;
26957
+ cursor: default;
26958
+ color: var(--kendo-disabled-text, inherit);
26959
+ pointer-events: none;
26960
+ box-shadow: none;
26961
+ }
26953
26962
  .k-calendar .k-calendar-th {
26954
26963
  color: var(--kendo-calendar-header-cell-text, inherit);
26955
26964
  }
@@ -27043,6 +27052,7 @@ textarea.k-input-inner {
27043
27052
  --kendo-calendar-cell-bg: var( --kendo-calendar-range-bg, var(--kendo-neutral-30, inherit) );
27044
27053
  --kendo-calendar-cell-text: var( --kendo-calendar-range-text, inherit );
27045
27054
  --kendo-calendar-cell-link-bg: transparent;
27055
+ --kendo-calendar-cell-selected-bg: transparent;
27046
27056
  --kendo-calendar-cell-selected-shadow: none;
27047
27057
  }
27048
27058
  .k-calendar .k-calendar-td.k-range-start::before, .k-calendar .k-calendar-td.k-range-end::before, .k-calendar .k-calendar-td.k-range-mid::before {
@@ -27116,7 +27126,7 @@ textarea.k-input-inner {
27116
27126
  border-style: solid;
27117
27127
  box-sizing: border-box;
27118
27128
  position: absolute;
27119
- top: calc(50% + var(--kendo-time-list-title-height, calc( var(--kendo-font-size-xs, inherit) * var(--kendo-line-height-lg, inherit) )) / 2);
27129
+ top: calc(50% + var(--kendo-time-list-title-height, calc( 0.75rem + var(--kendo-font-size-xs, inherit) * var(--kendo-line-height-lg, inherit) )) / 2);
27120
27130
  left: 0;
27121
27131
  right: 0;
27122
27132
  transform: translateY(-50%);
@@ -27157,7 +27167,7 @@ textarea.k-input-inner {
27157
27167
  border-style: solid;
27158
27168
  }
27159
27169
  .k-time-list-wrapper.k-focus::before {
27160
- top: calc(var(--kendo-time-list-title-spacing, 0.75rem) + var(--kendo-time-list-title-height, calc( var(--kendo-font-size-xs, inherit) * var(--kendo-line-height-lg, inherit) )));
27170
+ top: calc(var(--kendo-time-list-title-height, calc( 0.75rem + var(--kendo-font-size-xs, inherit) * var(--kendo-line-height-lg, inherit) )));
27161
27171
  }
27162
27172
  .k-time-list-wrapper.k-focus::after {
27163
27173
  bottom: 0;
@@ -27200,7 +27210,7 @@ textarea.k-input-inner {
27200
27210
  padding-inline-end: 100px;
27201
27211
  padding-inline-start: 100px;
27202
27212
  margin-inline-start: -100px;
27203
- margin-inline-end: -117px;
27213
+ margin-inline-end: calc(-100px - var(--kendo-scrollbar-width, 17px));
27204
27214
  }
27205
27215
  .k-time-container > ul,
27206
27216
  .k-time-list-content > ul {
@@ -27225,12 +27235,12 @@ textarea.k-input-inner {
27225
27235
  width: 0;
27226
27236
  height: var(--kendo-time-list-highlight-height, calc(var(--kendo-font-size, inherit)*var(--kendo-line-height, normal) + 0.5rem));
27227
27237
  align-self: center;
27228
- display: inline-flex;
27238
+ display: var(--kendo-time-list-separator-display, none);
27229
27239
  justify-content: center;
27230
27240
  align-items: center;
27231
27241
  position: relative;
27232
27242
  z-index: 11;
27233
- top: calc(var(--kendo-time-list-title-height, calc( var(--kendo-font-size-xs, inherit) * var(--kendo-line-height-lg, inherit) )) / 2);
27243
+ top: calc(var(--kendo-time-list-title-height, calc( 0.75rem + var(--kendo-font-size-xs, inherit) * var(--kendo-line-height-lg, inherit) )) / 2);
27234
27244
  }
27235
27245
 
27236
27246
  .k-timeselector-sm {
@@ -29703,6 +29713,11 @@ k-datetimepicker[dir=rtl] .k-time-tab .k-datetime-selector, .k-rtl k-datetimepic
29703
29713
  align-self: center;
29704
29714
  align-items: center;
29705
29715
  }
29716
+ .k-toolbar .k-toolbar-item:focus,
29717
+ .k-toolbar .k-toolbar-item.k-focus {
29718
+ outline-width: var(--kendo-toolbar-item-focus-outline-width, 1px);
29719
+ outline-style: var(--kendo-toolbar-item-focus-outline-style, solid);
29720
+ }
29706
29721
 
29707
29722
  .k-toolbar-group {
29708
29723
  display: flex;
@@ -29802,6 +29817,10 @@ kendo-toolbar-renderer {
29802
29817
  .k-toolbar .k-separator {
29803
29818
  border-color: var(--kendo-toolbar-separator-border, var(--kendo-neutral-60, inherit));
29804
29819
  }
29820
+ .k-toolbar .k-toolbar-item:focus,
29821
+ .k-toolbar .k-toolbar-item.k-focus {
29822
+ outline-color: var(--kendo-toolbar-item-focus-outline-color, var(--kendo-neutral-130, inherit));
29823
+ }
29805
29824
 
29806
29825
  .k-overflow-container .k-button:hover, .k-overflow-container .k-button.k-hover {
29807
29826
  color: var(--kendo-menu-popup-item-hover-text, initial);
@@ -34258,26 +34277,26 @@ kendo-card-footer {
34258
34277
  margin-inline-start: calc(var(--kendo-grid-group-indicator-gap, 0.75rem)/2);
34259
34278
  }
34260
34279
 
34261
- .k-grouping-dropclue {
34280
+ .k-grouping-dropclue, .k-reorder-cue {
34262
34281
  width: calc(var(--kendo-grid-group-dropclue-size, 6px)*2);
34263
34282
  height: var(--kendo-grid-group-dropclue-height, calc(var(--kendo-line-height, normal)*1em + 0.875rem + 6px));
34264
34283
  position: absolute;
34265
34284
  top: var(--kendo-grid-group-dropclue-top, 2px);
34266
34285
  box-sizing: content-box;
34267
34286
  }
34268
- .k-grouping-dropclue::before, .k-grouping-dropclue::after {
34287
+ .k-grouping-dropclue::before, .k-reorder-cue::before, .k-grouping-dropclue::after, .k-reorder-cue::after {
34269
34288
  display: inline-block;
34270
34289
  content: "";
34271
34290
  position: absolute;
34272
34291
  }
34273
- .k-grouping-dropclue::before {
34292
+ .k-grouping-dropclue::before, .k-reorder-cue::before {
34274
34293
  width: var(--kendo-grid-group-dropclue-dot-size, 6px);
34275
34294
  height: var(--kendo-grid-group-dropclue-dot-size, 6px);
34276
34295
  border-radius: 50%;
34277
34296
  top: 0;
34278
34297
  left: calc(var(--kendo-grid-group-dropclue-dot-size, 6px)/2);
34279
34298
  }
34280
- .k-grouping-dropclue::after {
34299
+ .k-grouping-dropclue::after, .k-reorder-cue::after {
34281
34300
  width: var(--kendo-grid-group-dropclue-line-size, 1px);
34282
34301
  height: calc(100% - var(--kendo-grid-group-dropclue-size, 6px));
34283
34302
  top: var(--kendo-grid-group-dropclue-size, 6px);
@@ -34433,7 +34452,7 @@ div.k-grid-footer {
34433
34452
  }
34434
34453
 
34435
34454
  .k-grid-filter-popup {
34436
- min-width: 200px;
34455
+ min-width: 230px;
34437
34456
  }
34438
34457
 
34439
34458
  .k-grid-column-menu-standalone a.k-grid-filter {
@@ -34963,7 +34982,7 @@ div.k-grid-norecords {
34963
34982
  .k-filter-menu-container .k-action-buttons,
34964
34983
  .k-filter-menu-container .k-columnmenu-actions, .k-filter-menu-container .k-form-buttons {
34965
34984
  margin: 0;
34966
- padding-block-start: var(--kendo-filter-menu-container-padding-y, 0.75rem);
34985
+ padding-block-start: calc(var(--kendo-filter-menu-container-padding-y, 0.75rem) - var(--kendo-grid-column-menu-spacing, 0.5rem));
34967
34986
  padding-block-end: 0;
34968
34987
  padding-inline: 0;
34969
34988
  }
@@ -35176,7 +35195,7 @@ tbody .k-group-cell {
35176
35195
  background-color: var(--kendo-grid-grouping-row-bg, var(--kendo-component-bg, initial));
35177
35196
  }
35178
35197
 
35179
- .k-grouping-dropclue::before, .k-grouping-dropclue::after {
35198
+ .k-grouping-dropclue::before, .k-reorder-cue::before, .k-grouping-dropclue::after, .k-reorder-cue::after {
35180
35199
  background-color: var(--kendo-grid-group-dropclue-bg, var(--kendo-primary-100, inherit));
35181
35200
  }
35182
35201
 
@@ -35478,6 +35497,13 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
35478
35497
  .k-column-menu .k-check-all-wrap {
35479
35498
  border-color: var(--kendo-component-border, initial);
35480
35499
  }
35500
+ .k-column-menu .k-listgroup-item.k-disabled {
35501
+ outline: none;
35502
+ cursor: default;
35503
+ background-color: var(--kendo-disabled-bg, inherit);
35504
+ pointer-events: none;
35505
+ box-shadow: none;
35506
+ }
35481
35507
 
35482
35508
  .k-grid-norecords-template {
35483
35509
  background-color: var(--kendo-component-bg, initial);
@@ -37521,6 +37547,10 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
37521
37547
  .k-filter .k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after {
37522
37548
  background-color: var(--kendo-filter-line-bg, var(--kendo-component-border, initial));
37523
37549
  }
37550
+ .k-filter .k-toolbar:focus,
37551
+ .k-filter .k-toolbar.k-focus {
37552
+ border-color: var(--kendo-filter-toolbar-focus-border, var(--kendo-neutral-130, inherit));
37553
+ }
37524
37554
 
37525
37555
  .k-filemanager {
37526
37556
  border-width: var(--kendo-filemanager-border-width, 1px);
@@ -38640,6 +38670,14 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
38640
38670
  color: var(---kendo-editor-ct-popup-text, var(--kendo-selected-text, initial));
38641
38671
  background-color: var(--kendo-editor-ct-popup-bg, var(--kendo-selected-bg, initial));
38642
38672
  }
38673
+ .k-ct-popup .k-disabled:not(.k-selected) {
38674
+ outline: none;
38675
+ cursor: default;
38676
+ background-color: var(--kendo-disabled-bg, inherit);
38677
+ border-color: var(--kendo-disabled-border, inherit);
38678
+ pointer-events: none;
38679
+ box-shadow: none;
38680
+ }
38643
38681
 
38644
38682
  .k-editor-content .k-text-selected, .k-editor-content::selection {
38645
38683
  color: var(--kendo-editor-selected-text, #ffffff);
@@ -39604,6 +39642,9 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
39604
39642
  .k-task-single .k-task-complete {
39605
39643
  background-color: var(--kendo-gantt-task-progress-bg, var(--kendo-neutral-160, inherit));
39606
39644
  }
39645
+ .k-task-single:hover .k-task-complete {
39646
+ background-color: var(--kendo-gantt-task-progress-hover-bg, var(--kendo-neutral-190, inherit));
39647
+ }
39607
39648
 
39608
39649
  .k-task-delayed .k-task-complete {
39609
39650
  background-color: var(--kendo-gantt-delayed-bg, var(--kendo-error-160, inherit));
@@ -39612,6 +39653,9 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
39612
39653
  .k-task-advanced .k-task-complete {
39613
39654
  background-color: var(--kendo-gantt-advanced-bg, var(--kendo-success-160, inherit));
39614
39655
  }
39656
+ .k-task-advanced:hover .k-task-complete {
39657
+ background-color: var(--kendo-gantt-advanced-hover-bg, var(--kendo-success-190, inherit));
39658
+ }
39615
39659
 
39616
39660
  .k-task-single.k-selected {
39617
39661
  border-color: var(--kendo-gantt-task-selected-border, transparent);
@@ -41646,7 +41690,7 @@ kendo-scheduler .k-recurrence-editor {
41646
41690
  box-sizing: border-box;
41647
41691
  }
41648
41692
  .k-timeline ul {
41649
- margin: 0;
41693
+ margin: 0 0 1px 0;
41650
41694
  padding: 0;
41651
41695
  }
41652
41696
  .k-timeline ul li {
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": "5.8.2-dev.4",
4
+ "version": "5.8.2-dev.5",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -45,10 +45,10 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "@progress/kendo-font-icons": "^0.4.0",
48
- "@progress/kendo-theme-utils": "^5.8.2-dev.4"
48
+ "@progress/kendo-theme-utils": "^5.8.2-dev.5"
49
49
  },
50
50
  "devDependencies": {
51
51
  "sass-build": "^1.0.0"
52
52
  },
53
- "gitHead": "03c192e0d4c7227c7d8f41b7fefee897888e6218"
53
+ "gitHead": "071af936605691a801eaa4de3b8714e6223670f4"
54
54
  }
@@ -412,7 +412,6 @@
412
412
  &::before {
413
413
  content: "";
414
414
  position: absolute;
415
- z-index: 1;
416
415
  inset: 0px;
417
416
  border-style: solid;
418
417
  border-width: var( --INTERNAL--kendo-calendar-range-border-width, 0 );
@@ -30,6 +30,12 @@
30
30
  &.k-focus {
31
31
  color: var( --kendo-calendar-today-nav-hover-text, #{$kendo-calendar-today-nav-hover-text});
32
32
  }
33
+
34
+ &.k-disabled {
35
+ @include disabled(
36
+ $color: var( --kendo-disabled-text, inherit )
37
+ );
38
+ }
33
39
  }
34
40
 
35
41
 
@@ -185,6 +191,7 @@
185
191
  --kendo-calendar-cell-bg: var( --kendo-calendar-range-bg, #{$kendo-calendar-range-bg} );
186
192
  --kendo-calendar-cell-text: var( --kendo-calendar-range-text, #{$kendo-calendar-range-text} );
187
193
  --kendo-calendar-cell-link-bg: transparent;
194
+ --kendo-calendar-cell-selected-bg: transparent;
188
195
  --kendo-calendar-cell-selected-shadow: none;
189
196
 
190
197
  &::before {
@@ -49,6 +49,7 @@
49
49
  // Color Preview Mask
50
50
  .k-color-preview-mask {
51
51
  width: 100%;
52
+ min-width: var( --kendo-icon-size, 1rem );
52
53
  height: 100%;
53
54
  position: relative;
54
55
  }
@@ -7,9 +7,8 @@
7
7
  .k-widget[disabled],
8
8
  .k-disabled {
9
9
  @include disabled(
10
- var( --kendo-disabled-text, inherit ),
11
- var( --kendo-disabled-bg, inherit ),
12
- var( --kendo-disabled-border, inherit )
10
+ $color: var( --kendo-disabled-text, inherit ),
11
+ $border: var( --kendo-disabled-border, inherit )
13
12
  );
14
13
 
15
14
  .k-link {
@@ -1,8 +1,9 @@
1
+ @use "../variables.scss" as *;
1
2
  // Infinite calendar and timepicker
2
3
  @mixin hide-scrollbar($max-scrollbar: 100px) {
3
4
  // anything larger than the scrollbar width will do
4
- $scrollbar-size: 17px;
5
- $margin: -$max-scrollbar - $scrollbar-size;
5
+ $scrollbar-size: var( --kendo-scrollbar-width, #{$default-scrollbar-width} );
6
+ $margin: calc( -#{$max-scrollbar} - #{$scrollbar-size} );
6
7
 
7
8
  padding-inline-end: $max-scrollbar;
8
9
  padding-inline-start: $max-scrollbar;
@@ -77,6 +77,13 @@
77
77
  var( --kendo-editor-ct-popup-border, #{$kendo-editor-ct-popup-border} )
78
78
  );
79
79
  }
80
+
81
+ .k-disabled:not(.k-selected) {
82
+ @include disabled(
83
+ $bg: var( --kendo-disabled-bg, inherit ),
84
+ $border: var( --kendo-disabled-border, inherit )
85
+ );
86
+ }
80
87
  }
81
88
 
82
89
  // Content
@@ -20,6 +20,12 @@
20
20
  .k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after {
21
21
  background-color: var( --kendo-filter-line-bg, #{$kendo-filter-line-bg} );
22
22
  }
23
+
24
+ // Focus
25
+ .k-toolbar:focus,
26
+ .k-toolbar.k-focus {
27
+ border-color: var( --kendo-filter-toolbar-focus-border, #{$kendo-filter-toolbar-focus-border} );
28
+ }
23
29
  }
24
30
 
25
31
  }
@@ -33,3 +33,7 @@ $kendo-filter-text: var( --kendo-component-text, initial ) !default;
33
33
  /// Background color of the line that connects the filter items.
34
34
  /// @group filter
35
35
  $kendo-filter-line-bg: var( --kendo-component-border, initial ) !default;
36
+
37
+ /// Border color of the focused filter.
38
+ /// @group filter
39
+ $kendo-filter-toolbar-focus-border: get-theme-color-var( neutral-130 ) !default;
@@ -157,17 +157,34 @@
157
157
  $bg: var( --kendo-gantt-task-progress-bg, #{$kendo-gantt-task-progress-bg} )
158
158
  );
159
159
  }
160
+
161
+ &:hover {
162
+ .k-task-complete {
163
+ background-color: var( --kendo-gantt-task-progress-hover-bg, #{$kendo-gantt-task-progress-hover-bg} )
164
+ }
165
+ }
160
166
  }
167
+
161
168
  .k-task-delayed .k-task-complete {
162
169
  @include fill(
163
170
  $bg: var( --kendo-gantt-delayed-bg, #{$kendo-gantt-delayed-bg} )
164
171
  );
165
172
  }
166
- .k-task-advanced .k-task-complete {
167
- @include fill(
168
- $bg: var( --kendo-gantt-advanced-bg, #{$kendo-gantt-advanced-bg} )
169
- );
173
+
174
+ .k-task-advanced {
175
+ .k-task-complete {
176
+ @include fill(
177
+ $bg: var( --kendo-gantt-advanced-bg, #{$kendo-gantt-advanced-bg} )
178
+ );
179
+ }
180
+
181
+ &:hover {
182
+ .k-task-complete {
183
+ background-color: var( --kendo-gantt-advanced-hover-bg, #{$kendo-gantt-advanced-hover-bg} );
184
+ }
185
+ }
170
186
  }
187
+
171
188
  .k-task-single.k-selected {
172
189
  @include fill(
173
190
  var( --kendo-gantt-task-selected-text, #{$kendo-gantt-task-selected-text} ),
@@ -110,6 +110,9 @@ $kendo-gantt-task-border: inherit !default;
110
110
  /// Background color of the gantt task progress.
111
111
  /// @group gantt
112
112
  $kendo-gantt-task-progress-bg: get-theme-color-var( neutral-160 ) !default;
113
+ /// Background hover color of the gantt task progress.
114
+ /// @group gantt
115
+ $kendo-gantt-task-progress-hover-bg: get-theme-color-var( neutral-190 ) !default;
113
116
  /// Selected background color of the gantt task.
114
117
  /// @group gantt
115
118
  $kendo-gantt-task-selected-bg: get-theme-color-var( primary-50 ) !default;
@@ -207,6 +210,9 @@ $kendo-gantt-advanced-bg: get-theme-color-var( success-160 ) !default;
207
210
  /// Complement background color of the gantt advanced task.
208
211
  /// @group gantt
209
212
  $kendo-gantt-advanced-bg-lighter: get-theme-color-var( success-110 ) !default;
213
+ /// Background hover color of the gantt advanced task.
214
+ /// @group gantt
215
+ $kendo-gantt-advanced-hover-bg: get-theme-color-var( success-190 ) !default;
210
216
 
211
217
  /// Text color of the gantt delayed task action.
212
218
  /// @group gantt
@@ -353,6 +353,10 @@
353
353
  }
354
354
  }
355
355
 
356
+ // Alias used in jQuery
357
+ .k-reorder-cue {
358
+ @extend .k-grouping-dropclue;
359
+ }
356
360
 
357
361
  // Grid header / footer
358
362
  .k-grid-header-wrap,
@@ -514,7 +518,7 @@
514
518
  }
515
519
 
516
520
  .k-grid-filter-popup {
517
- min-width: 200px;
521
+ min-width: 230px;
518
522
  }
519
523
 
520
524
  // Standalone column menu
@@ -1090,7 +1094,7 @@
1090
1094
 
1091
1095
  .k-actions {
1092
1096
  margin: 0;
1093
- padding-block-start: var( --kendo-filter-menu-container-padding-y, #{$kendo-filter-menu-container-padding-y} );
1097
+ padding-block-start: calc( var( --kendo-filter-menu-container-padding-y, #{$kendo-filter-menu-container-padding-y} ) - var( --kendo-grid-column-menu-spacing, #{$kendo-grid-column-menu-spacing} ) ) ;
1094
1098
  padding-block-end: 0;
1095
1099
  padding-inline: 0;
1096
1100
  }
@@ -484,6 +484,14 @@
484
484
  .k-check-all-wrap {
485
485
  @include fill( $border: $kendo-popup-border );
486
486
  }
487
+
488
+ .k-listgroup-item {
489
+ &.k-disabled {
490
+ @include disabled(
491
+ $bg: var( --kendo-disabled-bg, inherit )
492
+ );
493
+ }
494
+ }
487
495
  }
488
496
 
489
497
 
@@ -67,6 +67,8 @@
67
67
  display: flex;
68
68
  overflow: unset;
69
69
  flex-shrink: 0;
70
+ grid-column: 1/-1;
71
+ grid-row: 2/-1;
70
72
 
71
73
  &.k-progress-start { justify-content: flex-start; }
72
74
  &.k-progress-center { justify-content: center; }
@@ -137,10 +139,10 @@
137
139
 
138
140
  .k-progress-status-wrap {
139
141
  flex-direction: column;
140
- align-items: flex-end;
141
- grid-row: 1 / -1;
142
- grid-column: 1 / -1;
143
- margin-inline-start: var( --kendo-progressbar-offset-y, #{- $kendo-progressbar-offset-y} );
142
+ align-items: flex-start;
143
+ margin-inline-start: var( --kendo-progressbar-vertical-status-offset, #{$kendo-progressbar-vertical-status-offset} );
144
+ grid-row: 1/-1;
145
+ grid-column: -1/1;
144
146
  }
145
147
 
146
148
  .k-progress-status {
@@ -27,13 +27,10 @@ $kendo-progressbar-font-size: var( --kendo-font-size-sm, inherit ) !default;
27
27
  /// @group progressbar
28
28
  $kendo-progressbar-line-height: var( --kendo-line-height, inherit ) !default;
29
29
 
30
- /// of the progressbar.
31
- /// @group progressbar
32
- $kendo-progressbar-offset-y: map-get( $kendo-spacing, 2 ) !default;
33
- /// of the progressbar.
30
+ /// Horizontal padding of the progressbar.
34
31
  /// @group progressbar
35
32
  $kendo-progressbar-padding-x: 0 !default;
36
- /// of the progressbar.
33
+ /// Vertical padding of the progressbar.
37
34
  /// @group progressbar
38
35
  $kendo-progressbar-padding-y: 0 !default;
39
36
 
@@ -73,6 +70,13 @@ $kendo-progressbar-fill-border: $kendo-progressbar-fill-bg !default;
73
70
  /// @group progressbar
74
71
  $kendo-progressbar-fill-gradient: null !default;
75
72
 
73
+ /// Progress status offset of the progressbar.
74
+ /// @group progressbar
75
+ $kendo-progressbar-offset-y: map-get( $kendo-spacing, 2 ) !default;
76
+ /// Vertical status offset of the progressbar.
77
+ /// @group progressbar
78
+ $kendo-progressbar-vertical-status-offset: calc( (#{$kendo-progressbar-font-size} * #{$kendo-progressbar-line-height} + #{$kendo-progressbar-offset-y}) * -1) !default;
79
+
76
80
  /// Progress background color of the disabled progressbar.
77
81
  /// @group progressbar
78
82
  $kendo-progressbar-fill-disabled-bg: get-theme-color-var( primary-30 ) !default;
@@ -103,7 +103,7 @@ $kendo-slider-thumb-active-bg: $kendo-slider-thumb-hover-bg !default;
103
103
  $kendo-slider-thumb-active-text: inherit !default;
104
104
  /// The active border color of the slider thumb.
105
105
  /// @group slider
106
- $kendo-slider-thumb-active-border: $kendo-slider-thumb-hover-border !default;
106
+ $kendo-slider-thumb-active-border: get-theme-color-var( primary-130 ) !default;
107
107
  /// The active gradient of the slider thumb.
108
108
  /// @group slider
109
109
  $kendo-slider-thumb-active-gradient: transparent !default;
@@ -116,7 +116,7 @@ $kendo-slider-thumb-focus-bg: $kendo-slider-thumb-hover-bg !default;
116
116
  $kendo-slider-thumb-focus-text: inherit !default;
117
117
  /// The focus border color of the slider thumb.
118
118
  /// @group slider
119
- $kendo-slider-thumb-focus-border: $kendo-slider-thumb-hover-border !default;
119
+ $kendo-slider-thumb-focus-border: $kendo-slider-thumb-active-border !default;
120
120
  /// The focus gradient of the slider thumb.
121
121
  /// @group slider
122
122
  $kendo-slider-thumb-focus-gradient: transparent !default;
@@ -24,7 +24,7 @@
24
24
  }
25
25
 
26
26
  ul {
27
- margin: 0;
27
+ margin: 0 0 1px 0;
28
28
  padding: 0;
29
29
 
30
30
  li {
@@ -121,7 +121,7 @@
121
121
  }
122
122
 
123
123
  &::before {
124
- top: calc( var( --kendo-time-list-title-spacing, #{$kendo-time-list-title-spacing} ) + var( --kendo-time-list-title-height, #{$kendo-time-list-title-height} ) );
124
+ top: calc( var( --kendo-time-list-title-height, #{$kendo-time-list-title-height} ) );
125
125
  }
126
126
 
127
127
  &::after {
@@ -197,7 +197,7 @@
197
197
  width: 0;
198
198
  height: var( --kendo-time-list-highlight-height, $kendo-time-list-highlight-height );
199
199
  align-self: center;
200
- display: inline-flex;
200
+ display: var( --kendo-time-list-separator-display, #{$kendo-time-list-separator-display} );
201
201
  justify-content: center;
202
202
  align-items: center;
203
203
  position: relative;
@@ -35,6 +35,9 @@ $kendo-time-selector-header-padding-y: map-get( $kendo-spacing, 3 ) !default;
35
35
  /// @group time-selector
36
36
  $kendo-time-selector-header-border-width: 0px !default;
37
37
 
38
+ /// Visibility of the time-selector separator.
39
+ /// @group time-selector
40
+ $kendo-time-list-separator-display: none;
38
41
  /// Minimum width of the time-selector columns.
39
42
  /// @group time-selector
40
43
  $kendo-time-list-width: 4em !default;
@@ -51,7 +54,10 @@ $kendo-time-list-title-font-size: var( --kendo-font-size-xs, inherit ) !default;
51
54
  /// Line height of the time-selector titles.
52
55
  /// @group time-selector
53
56
  $kendo-time-list-title-line-height: var( --kendo-line-height-lg, inherit ) !default;
54
- $kendo-time-list-title-height: calc( #{$kendo-time-list-title-font-size} * #{$kendo-time-list-title-line-height} ) !default;
57
+ /// Height of the time-selector titles.
58
+ /// @group time-selector
59
+ $kendo-time-list-title-height: calc( #{$kendo-time-list-title-spacing} + #{$kendo-time-list-title-font-size} * #{$kendo-time-list-title-line-height} ) !default;
60
+
55
61
  /// Text color of the time-selector titles.
56
62
  /// @group time-selector
57
63
  $kendo-time-list-title-text: var( --kendo-subtle-text, inherit ) !default;
@@ -61,14 +67,16 @@ $kendo-time-list-title-focus-text: $kendo-time-selector-text !default;
61
67
 
62
68
  /// Horizontal padding of the time-selector list items.
63
69
  /// @group time-selector
64
- $kendo-time-list-item-padding-x: map-get( $kendo-spacing, 2 ) !default; //$kendo-list-item-padding-x-md
70
+ $kendo-time-list-item-padding-x: map-get( $kendo-spacing, 2 ) !default;
65
71
  /// Vertical padding of the time-selector list items.
66
72
  /// @group time-selector
67
- $kendo-time-list-item-padding-y: map-get( $kendo-spacing, 1 ) !default; //$kendo-list-item-padding-y-md
73
+ $kendo-time-list-item-padding-y: map-get( $kendo-spacing, 1 ) !default;
68
74
 
69
75
  /// Width of the border of the selected item in the time-selector.
70
76
  /// @group time-selector
71
77
  $kendo-time-list-highlight-border-width: 1px 0px !default;
78
+ /// Height of the selected item in the time-selector.
79
+ /// @group time-selector
72
80
  $kendo-time-list-highlight-height: calc( #{$kendo-time-selector-font-size} * #{$kendo-time-selector-line-height} + #{ $kendo-time-list-item-padding-y * 2} ) !default;
73
81
  /// Background color of the selected item in the time-selector.
74
82
  /// @group time-selector
@@ -102,6 +102,13 @@
102
102
  align-items: center;
103
103
  }
104
104
 
105
+ // Template item
106
+ .k-toolbar-item:focus,
107
+ .k-toolbar-item.k-focus {
108
+ outline-width: var( --kendo-toolbar-item-focus-outline-width, #{$kendo-toolbar-item-focus-outline-width} );
109
+ outline-style: var( --kendo-toolbar-item-focus-outline-style, #{$kendo-toolbar-item-focus-outline-style} );
110
+ }
111
+
105
112
  }
106
113
 
107
114
  // Toolbar group
@@ -13,6 +13,12 @@
13
13
  border-color: var( --kendo-toolbar-separator-border, #{$kendo-toolbar-separator-border} );
14
14
  }
15
15
 
16
+ // Template item
17
+ .k-toolbar-item:focus,
18
+ .k-toolbar-item.k-focus {
19
+ outline-color: var( --kendo-toolbar-item-focus-outline-color, #{$kendo-toolbar-item-focus-outline-color} );
20
+ }
21
+
16
22
  }
17
23
 
18
24
  // Overflow container
@@ -38,3 +38,13 @@ $kendo-toolbar-separator-border: get-theme-color-var( neutral-60 ) !default;
38
38
  /// The width of the input in the toolbar
39
39
  /// @group toolbar
40
40
  $kendo-toolbar-input-width: 10em !default;
41
+
42
+ /// Border width of the focused toolbar item.
43
+ /// @group toolbar
44
+ $kendo-toolbar-item-focus-outline-width: 1px !default;
45
+ /// Border style of the focused toolbar item.
46
+ /// @group toolbar
47
+ $kendo-toolbar-item-focus-outline-style: solid !default;
48
+ /// Border color of the focused toolbar item.
49
+ /// @group toolbar
50
+ $kendo-toolbar-item-focus-outline-color: get-theme-color-var( neutral-130 ) !default;