@progress/kendo-theme-default 12.1.0-dev.1 → 12.1.0-dev.3

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 (72) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/default-blue.css +1 -1
  3. package/dist/default-dataviz-v4.css +1 -1
  4. package/dist/default-green.css +1 -1
  5. package/dist/default-main-dark.css +1 -1
  6. package/dist/default-main-dark.scss +4 -4
  7. package/dist/default-main.css +1 -1
  8. package/dist/default-nordic.css +1 -1
  9. package/dist/default-ocean-blue-a11y.css +1 -1
  10. package/dist/default-ocean-blue-a11y.scss +1 -1
  11. package/dist/default-ocean-blue.css +1 -1
  12. package/dist/default-orange.css +1 -1
  13. package/dist/default-purple.css +1 -1
  14. package/dist/default-turquoise.css +1 -1
  15. package/dist/default-urban.css +1 -1
  16. package/dist/meta/sassdoc-data.json +1314 -1476
  17. package/dist/meta/sassdoc-raw-data.json +486 -561
  18. package/dist/meta/variables.json +182 -194
  19. package/lib/swatches/default-blue.json +1 -1
  20. package/lib/swatches/default-dataviz-v4.json +1 -1
  21. package/lib/swatches/default-green.json +1 -1
  22. package/lib/swatches/default-main-dark.json +5 -5
  23. package/lib/swatches/default-main.json +1 -1
  24. package/lib/swatches/default-nordic.json +1 -1
  25. package/lib/swatches/default-ocean-blue-a11y.json +2 -2
  26. package/lib/swatches/default-ocean-blue.json +1 -1
  27. package/lib/swatches/default-orange.json +1 -1
  28. package/lib/swatches/default-purple.json +1 -1
  29. package/lib/swatches/default-turquoise.json +1 -1
  30. package/lib/swatches/default-urban.json +1 -1
  31. package/package.json +4 -4
  32. package/scss/adaptive/_variables.scss +1 -1
  33. package/scss/avatar/_variables.scss +1 -1
  34. package/scss/breadcrumb/_variables.scss +8 -8
  35. package/scss/button/_variables.scss +1 -1
  36. package/scss/calendar/_variables.scss +4 -8
  37. package/scss/card/_variables.scss +4 -8
  38. package/scss/checkbox/_variables.scss +3 -3
  39. package/scss/chip/_variables.scss +9 -9
  40. package/scss/color-preview/_variables.scss +1 -1
  41. package/scss/colorgradient/_variables.scss +3 -3
  42. package/scss/colorpalette/_variables.scss +3 -3
  43. package/scss/dialog/_variables.scss +1 -1
  44. package/scss/dock-manager/_variables.scss +4 -4
  45. package/scss/drawer/_variables.scss +3 -3
  46. package/scss/editor/_variables.scss +1 -1
  47. package/scss/expansion-panel/_variables.scss +2 -2
  48. package/scss/fab/_variables.scss +1 -1
  49. package/scss/filter/_variables.scss +2 -2
  50. package/scss/gantt/_variables.scss +7 -7
  51. package/scss/imageeditor/_variables.scss +1 -1
  52. package/scss/input/_variables.scss +7 -7
  53. package/scss/list/_variables.scss +2 -2
  54. package/scss/listview/_variables.scss +1 -1
  55. package/scss/loader/_variables.scss +1 -1
  56. package/scss/menu/_variables.scss +3 -3
  57. package/scss/orgchart/_variables.scss +1 -1
  58. package/scss/overlay/_variables.scss +1 -1
  59. package/scss/pager/_variables.scss +1 -1
  60. package/scss/panelbar/_variables.scss +2 -2
  61. package/scss/pdf-viewer/_variables.scss +2 -2
  62. package/scss/scheduler/_variables.scss +1 -1
  63. package/scss/scrollview/_variables.scss +2 -6
  64. package/scss/stepper/_variables.scss +3 -3
  65. package/scss/tabstrip/_variables.scss +2 -2
  66. package/scss/time-marker/_variables.scss +3 -1
  67. package/scss/timeline/_variables.scss +2 -2
  68. package/scss/toolbar/_variables.scss +1 -1
  69. package/scss/tooltip/_variables.scss +2 -2
  70. package/scss/treeview/_variables.scss +2 -2
  71. package/scss/upload/_variables.scss +4 -4
  72. package/scss/wizard/_variables.scss +1 -1
@@ -93,10 +93,10 @@ $kendo-gantt-milestone-selected-border: k-color(border) !default;
93
93
 
94
94
  /// The background color of the Gantt summary.
95
95
  /// @group gantt
96
- $kendo-gantt-summary-bg: k-color(subtle) !default;
96
+ $kendo-gantt-summary-bg: k-color(inverse-subtle) !default;
97
97
  /// The background color of the Gantt summary progress.
98
98
  /// @group gantt
99
- $kendo-gantt-summary-progress-bg: k-color(on-base) !default;
99
+ $kendo-gantt-summary-progress-bg: k-color(inverse) !default;
100
100
  /// The background color of the selected Gantt summary.
101
101
  /// @group gantt
102
102
  $kendo-gantt-summary-selected-bg: k-color(primary-subtle-active) !default;
@@ -115,10 +115,10 @@ $kendo-gantt-task-padding-x: k-spacing(2) !default;
115
115
  $kendo-gantt-task-padding-y: k-spacing(1) !default;
116
116
  /// The background color of the Gantt task.
117
117
  /// @group gantt
118
- $kendo-gantt-task-bg: k-color(subtle) !default;
118
+ $kendo-gantt-task-bg: k-color(inverse-subtle) !default;
119
119
  /// The text color of the Gantt task.
120
120
  /// @group gantt
121
- $kendo-gantt-task-text: k-color(base) !default;
121
+ $kendo-gantt-task-text: k-color(on-inverse) !default;
122
122
  /// The border color of the Gantt task.
123
123
  /// @group gantt
124
124
  $kendo-gantt-task-border: null !default;
@@ -229,13 +229,13 @@ $kendo-gantt-validation-tooltip-width: 200px !default;
229
229
  $kendo-gantt-validation-tooltip-label-width: 50px !default;
230
230
  /// The border color of the Gantt validation Tooltip.
231
231
  /// @group gantt
232
- $kendo-gantt-validation-tooltip-border: #656565 !default;
232
+ $kendo-gantt-validation-tooltip-border: k-color(inverse-emphasis) !default;
233
233
  /// The border color of the valid Gantt validation Tooltip.
234
234
  /// @group gantt
235
- $kendo-gantt-validation-tooltip-valid-border: k-color(success) !default;
235
+ $kendo-gantt-validation-tooltip-valid-border: k-color(success-emphasis) !default;
236
236
  /// The border color of the invalid Gantt validation Tooltip.
237
237
  /// @group gantt
238
- $kendo-gantt-validation-tooltip-invalid-border: k-color(error)!default;
238
+ $kendo-gantt-validation-tooltip-invalid-border: k-color(error-emphasis)!default;
239
239
 
240
240
  /// The horizontal padding of the Gantt task Tooltip.
241
241
  /// @group gantt
@@ -29,7 +29,7 @@ $kendo-image-editor-bg: k-color(surface-alt) !default;
29
29
  $kendo-image-editor-text: k-color(on-app-surface) !default;
30
30
  $kendo-image-editor-border: k-color(border) !default;
31
31
 
32
- $kendo-image-editor-content-bg: #c6c6c6 !default;
32
+ $kendo-image-editor-content-bg: k-color(surface) !default;
33
33
  $kendo-image-editor-content-text: null !default;
34
34
  $kendo-image-editor-content-border: null !default;
35
35
 
@@ -164,7 +164,7 @@ $kendo-input-outline-bg: null !default;
164
164
  $kendo-input-outline-text: $kendo-input-text !default;
165
165
  /// The border color of the outline Input components.
166
166
  /// @group input
167
- $kendo-input-outline-border: color-mix(in srgb, k-color(on-base) 50%, transparent) !default;
167
+ $kendo-input-outline-border: color-mix(in srgb, k-color(on-app-surface) 50%, transparent) !default;
168
168
 
169
169
  /// The background color of the outline hovered Input components.
170
170
  /// @group input
@@ -174,7 +174,7 @@ $kendo-input-outline-hover-bg: null !default;
174
174
  $kendo-input-outline-hover-text: null !default;
175
175
  /// The border color of the outline hovered Input components.
176
176
  /// @group input
177
- $kendo-input-outline-hover-border: color-mix(in srgb, k-color(on-base) 80%, transparent) !default;
177
+ $kendo-input-outline-hover-border: color-mix(in srgb, k-color(on-app-surface) 80%, transparent) !default;
178
178
 
179
179
  /// The background color of the outline focused Input components.
180
180
  /// @group input
@@ -274,7 +274,7 @@ $kendo-input-suffix-bg: null !default;
274
274
 
275
275
  /// The border color of the invalid Input components.
276
276
  /// @group input
277
- $kendo-input-invalid-border: k-color(error) !default;
277
+ $kendo-input-invalid-border: k-color(error-on-surface) !default;
278
278
  /// The shadow of the invalid Input components.
279
279
  /// @group input
280
280
  $kendo-input-invalid-shadow: null !default;
@@ -348,10 +348,10 @@ $kendo-picker-disabled-shadow: null !default;
348
348
  $kendo-picker-outline-bg: null !default;
349
349
  /// The text color of the outline Picker components.
350
350
  /// @group picker
351
- $kendo-picker-outline-text: $kendo-button-text !default;
351
+ $kendo-picker-outline-text: k-color(on-app-surface) !default;
352
352
  /// The border color of the outline Picker components.
353
353
  /// @group picker
354
- $kendo-picker-outline-border: color-mix(in srgb, k-color(on-base) 50%, transparent) !default;
354
+ $kendo-picker-outline-border: color-mix(in srgb, k-color(on-app-surface) 50%, transparent) !default;
355
355
 
356
356
  /// The background color of the outline hovered Picker components.
357
357
  /// @group picker
@@ -391,14 +391,14 @@ $kendo-picker-outline-hover-focus-border: null !default;
391
391
  $kendo-picker-flat-bg: null !default;
392
392
  /// The text color of the flat Picker components.
393
393
  /// @group picker
394
- $kendo-picker-flat-text: $kendo-button-text !default;
394
+ $kendo-picker-flat-text: k-color(on-app-surface) !default;
395
395
  /// The border color of the flat Picker components.
396
396
  /// @group picker
397
397
  $kendo-picker-flat-border: $kendo-button-border !default;
398
398
 
399
399
  /// The background color of the flat hovered Picker components.
400
400
  /// @group picker
401
- $kendo-picker-flat-hover-bg: color-mix(in srgb, k-color(on-base) 4%, transparent) !default;
401
+ $kendo-picker-flat-hover-bg: color-mix(in srgb, k-color(on-app-surface) 8%, transparent) !default;
402
402
  /// The text color of the flat hovered Picker components.
403
403
  /// @group picker
404
404
  $kendo-picker-flat-hover-text: null !default;
@@ -255,7 +255,7 @@ $kendo-list-item-text: null !default;
255
255
 
256
256
  /// The background color of the hovered List items.
257
257
  /// @group list
258
- $kendo-list-item-hover-bg: k-color(base-hover) !default;
258
+ $kendo-list-item-hover-bg: color-mix(in srgb, k-color(on-app-surface) 8%, transparent ) !default;
259
259
  /// The text color of the hovered List items.
260
260
  /// @group list
261
261
  $kendo-list-item-hover-text: k-color(on-app-surface) !default;
@@ -268,7 +268,7 @@ $kendo-list-item-focus-bg: null !default;
268
268
  $kendo-list-item-focus-text: null !default;
269
269
  /// The box shadow of the focused List items.
270
270
  /// @group list
271
- $kendo-list-item-focus-shadow: inset 0 0 0 2px rgba(0, 0, 0, .12) !default;
271
+ $kendo-list-item-focus-shadow: inset 0 0 0 2px k-color(border-alt) !default;
272
272
 
273
273
  /// The background color of the selected List items.
274
274
  /// @group list
@@ -59,7 +59,7 @@ $kendo-listview-item-focus-bg: null !default;
59
59
  $kendo-listview-item-focus-border: null !default;
60
60
  /// The box shadow of the focused ListView items.
61
61
  /// @group listview
62
- $kendo-listview-item-focus-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
62
+ $kendo-listview-item-focus-shadow: inset 0 0 0 2px k-color(border-alt) !default;
63
63
 
64
64
  @forward "@progress/kendo-theme-core/scss/components/listview/_variables.scss" with (
65
65
  $kendo-listview-padding-x: $kendo-listview-padding-x,
@@ -80,7 +80,7 @@ $kendo-loader-container-panel-border-color: k-color(border) !default;
80
80
  $kendo-loader-container-panel-border-radius: k-border-radius(md) !default;
81
81
  /// The background color of the container panel.
82
82
  /// @group loader
83
- $kendo-loader-container-panel-bg: $kendo-color-white !default;
83
+ $kendo-loader-container-panel-bg: k-color(surface-alt) !default;
84
84
 
85
85
  /// The padding of the small Loader container.
86
86
  /// @group loader
@@ -83,7 +83,7 @@ $kendo-menu-item-hover-gradient: null !default;
83
83
  $kendo-menu-item-active-bg: null !default;
84
84
  /// The text color of active Menu item.
85
85
  /// @group menu
86
- $kendo-menu-item-active-text: k-color(primary) !default;
86
+ $kendo-menu-item-active-text: k-color(primary-on-surface) !default;
87
87
  /// The border color of active Menu item.
88
88
  /// @group menu
89
89
  $kendo-menu-item-active-border: null !default;
@@ -100,7 +100,7 @@ $kendo-menu-item-focus-shadow: $kendo-list-item-focus-shadow !default;
100
100
  $kendo-menu-item-selected-bg: null !default;
101
101
  /// The text color of selected Menu item.
102
102
  /// @group menu
103
- $kendo-menu-item-selected-text: k-color(primary) !default;
103
+ $kendo-menu-item-selected-text: k-color(primary-on-surface) !default;
104
104
  /// The border color of selected Menu item.
105
105
  /// @group menu
106
106
  $kendo-menu-item-selected-border: null !default;
@@ -241,7 +241,7 @@ $kendo-menu-popup-item-gradient: null !default;
241
241
 
242
242
  /// The background color of hovered Menu item in popup.
243
243
  /// @group menu
244
- $kendo-menu-popup-item-hover-bg: $kendo-list-item-hover-bg !default;
244
+ $kendo-menu-popup-item-hover-bg: color-mix(in srgb, k-color(on-app-surface) 8%, transparent) !default;
245
245
  /// The text color of hovered Menu item in popup.
246
246
  /// @group menu
247
247
  $kendo-menu-popup-item-hover-text: $kendo-list-item-hover-text !default;
@@ -127,7 +127,7 @@ $kendo-orgchart-card-body-border-color: transparent !default;
127
127
  $kendo-orgchart-card-body-vbox-margin-right: list.slash( $kendo-orgchart-spacer, 2 ) !default;
128
128
  /// The min height of the OrgChart Card body title wrap.
129
129
  /// @group orgchart
130
- $kendo-orgchart-card-body-vbox-min-height: $kendo-card-avatar-size !default;
130
+ $kendo-orgchart-card-body-vbox-min-height: k-spacing(11) !default;
131
131
 
132
132
  /// The size of the OrgChart connecting line.
133
133
  /// @group orgchart
@@ -13,7 +13,7 @@ $kendo-overlay-theme-colors: (
13
13
  "inverse": if($kendo-is-dark-theme, k-color(light), k-color(dark)),
14
14
  ) !default;
15
15
 
16
- $kendo-overlay-bg: $kendo-color-black !default;
16
+ $kendo-overlay-bg: k-color(inverse) !default;
17
17
  $kendo-overlay-opacity: .5 !default;
18
18
 
19
19
  @forward "@progress/kendo-theme-core/scss/components/overlay/_variables.scss" with (
@@ -70,7 +70,7 @@ $kendo-pager-border: k-color(border) !default;
70
70
  $kendo-pager-focus-bg: null !default;
71
71
  /// The box shadow of the focused Pager.
72
72
  /// @group pager
73
- $kendo-pager-focus-shadow: $kendo-focus-shadow !default;
73
+ $kendo-pager-focus-shadow: inset 0 0 0 2px k-color(border-alt) !default;
74
74
 
75
75
  /// The border width of the Pager items.
76
76
  /// @group pager
@@ -69,7 +69,7 @@ $kendo-panelbar-header-gradient: null !default;
69
69
 
70
70
  /// The background color of the hovered PanelBar header.
71
71
  /// @group panelbar
72
- $kendo-panelbar-header-hover-bg: k-color(base-hover) !default;
72
+ $kendo-panelbar-header-hover-bg: color-mix( in srgb, k-color(on-app-surface) 8%, transparent ) !default;
73
73
  /// The text color of the hovered PanelBar header.
74
74
  /// @group panelbar
75
75
  $kendo-panelbar-header-hover-text: null !default;
@@ -163,7 +163,7 @@ $kendo-panelbar-header-selected-hover-focus-gradient: null !default;
163
163
 
164
164
  /// The background color of the hovered PanelBar items.
165
165
  /// @group panelbar
166
- $kendo-panelbar-item-hover-bg: k-color(base-hover) !default;
166
+ $kendo-panelbar-item-hover-bg: color-mix( in srgb, k-color(on-app-surface) 8%, transparent ) !default;
167
167
  /// The text color of the hovered PanelBar items.
168
168
  /// @group panelbar
169
169
  $kendo-panelbar-item-hover-text: null !default;
@@ -133,10 +133,10 @@ $kendo-pdf-viewer-highlight-annotation-hover-border: k-color(primary-hover) !def
133
133
  $kendo-pdf-viewer-free-text-annotation-border: k-color(primary) !default;
134
134
  /// The placeholder text color of the PDFViewer free text annotation.
135
135
  /// @group pdf-viewer
136
- $kendo-pdf-viewer-free-text-annotation-placeholder-text: rgba(124, 22, 27, 0.5) !default;
136
+ $kendo-pdf-viewer-free-text-annotation-placeholder-text: k-color(primary-on-subtle) !default;
137
137
  /// The text color of the PDFViewer free text annotation.
138
138
  /// @group pdf-viewer
139
- $kendo-pdf-viewer-free-text-annotation-text: rgba(124, 22, 27, 0.5) !default;
139
+ $kendo-pdf-viewer-free-text-annotation-text: k-color(primary-on-subtle) !default;
140
140
 
141
141
  @forward "@progress/kendo-theme-core/scss/components/pdf-viewer/_variables.scss" with (
142
142
  $kendo-pdf-viewer-border-width: $kendo-pdf-viewer-border-width,
@@ -111,7 +111,7 @@ $kendo-scheduler-event-selected-border: null !default;
111
111
  $kendo-scheduler-event-selected-gradient: null !default;
112
112
  /// The shadow of the selected Scheduler event.
113
113
  /// @group scheduler
114
- $kendo-scheduler-event-selected-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
114
+ $kendo-scheduler-event-selected-shadow: inset 0 0 0 2px k-color(border-alt) !default;
115
115
 
116
116
  /// The shadow of the ongoing Scheduler event.
117
117
  /// @group scheduler
@@ -43,7 +43,7 @@ $kendo-scrollview-pagebutton-primary-bg: k-color(primary) !default;
43
43
  $kendo-scrollview-pagebutton-primary-border: k-color(primary) !default;
44
44
  /// The box shadow of the ScrollView page button.
45
45
  /// @group scrollview
46
- $kendo-scrollview-pagebutton-shadow: 0 0 0 2px rgba(0, 0, 0, .13) !default;
46
+ $kendo-scrollview-pagebutton-shadow: 0 0 0 2px k-color(border-alt) !default;
47
47
 
48
48
  /// The offset of the ScrollView pager.
49
49
  /// @group scrollview
@@ -64,12 +64,9 @@ $kendo-scrollview-arrow-tap-highlight-color: $kendo-color-rgba-transparent !defa
64
64
  /// The color of the ScrollView navigation arrows.
65
65
  /// @group scrollview
66
66
  $kendo-scrollview-navigation-color: white !default;
67
- /// The box shadow of the ScrollView navigation arrows.
68
- /// @group scrollview
69
- $kendo-scrollview-navigation-icon-shadow: rgba(0, 0, 0, .3) 0 0 15px !default;
70
67
  /// The background color of the ScrollView navigation.
71
68
  /// @group scrollview
72
- $kendo-scrollview-navigation-bg: rgba(0, 0, 0, 0) !default;
69
+ $kendo-scrollview-navigation-bg: transparent !default;
73
70
  /// The opacity of the ScrollView navigation.
74
71
  /// @group scrollview
75
72
  $kendo-scrollview-navigation-default-opacity: .7 !default;
@@ -111,7 +108,6 @@ $kendo-scrollview-transition-timing-function: ease-in-out !default;
111
108
  $kendo-scrollview-pager-height: $kendo-scrollview-pager-height,
112
109
  $kendo-scrollview-arrow-tap-highlight-color: $kendo-scrollview-arrow-tap-highlight-color,
113
110
  $kendo-scrollview-navigation-color: $kendo-scrollview-navigation-color,
114
- $kendo-scrollview-navigation-icon-shadow: $kendo-scrollview-navigation-icon-shadow,
115
111
  $kendo-scrollview-navigation-bg: $kendo-scrollview-navigation-bg,
116
112
  $kendo-scrollview-navigation-default-opacity: $kendo-scrollview-navigation-default-opacity,
117
113
  $kendo-scrollview-navigation-hover-opacity: $kendo-scrollview-navigation-hover-opacity,
@@ -93,7 +93,7 @@ $kendo-stepper-indicator-bg: k-color(surface-alt) !default;
93
93
  $kendo-stepper-indicator-text: k-color(on-app-surface) !default;
94
94
  /// The border color of the Stepper indicator.
95
95
  /// @group stepper
96
- $kendo-stepper-indicator-border: #cccccc !default;
96
+ $kendo-stepper-indicator-border: k-color(border) !default;
97
97
 
98
98
  /// The background color of the hovered Stepper indicator.
99
99
  /// @group stepper
@@ -180,10 +180,10 @@ $kendo-stepper-indicator-current-disabled-border: $kendo-stepper-indicator-done-
180
180
  $kendo-stepper-label-text: null !default;
181
181
  /// The success text color of the Stepper label.
182
182
  /// @group stepper
183
- $kendo-stepper-label-success-text: k-color(success)!default;
183
+ $kendo-stepper-label-success-text: k-color(success-on-surface)!default;
184
184
  /// The error text color of the Stepper label.
185
185
  /// @group stepper
186
- $kendo-stepper-label-error-text: k-color(error) !default;
186
+ $kendo-stepper-label-error-text: k-color(error-on-surface) !default;
187
187
  /// The text color of the hovered Stepper label.
188
188
  /// @group stepper
189
189
  $kendo-stepper-label-hover-text: k-color(on-base) !default;
@@ -99,7 +99,7 @@ $kendo-tabstrip-lg-item-padding-y: k-spacing(2.5) !default;
99
99
  $kendo-tabstrip-item-bg: null !default;
100
100
  /// The text color of the TabStrip items.
101
101
  /// @group tabstrip
102
- $kendo-tabstrip-item-text: k-color(subtle) !default;
102
+ $kendo-tabstrip-item-text: k-color(on-app-surface) !default;
103
103
  /// The border color of the TabStrip items.
104
104
  /// @group tabstrip
105
105
  $kendo-tabstrip-item-border: null !default;
@@ -112,7 +112,7 @@ $kendo-tabstrip-item-gradient: null !default;
112
112
  $kendo-tabstrip-item-hover-bg: null !default;
113
113
  /// The text color of the hovered TabStrip items.
114
114
  /// @group tabstrip
115
- $kendo-tabstrip-item-hover-text: k-color(on-app-surface) !default;
115
+ $kendo-tabstrip-item-hover-text: k-color(primary-on-surface) !default;
116
116
  /// The border color of the hovered TabStrip items.
117
117
  /// @group tabstrip
118
118
  $kendo-tabstrip-item-hover-border: null !default;
@@ -1,9 +1,11 @@
1
+ @use "../core/_index.scss" as *;
2
+
1
3
  /// The border width of the current time indicator.
2
4
  /// @group time-marker
3
5
  $kendo-current-time-width: 1px !default;
4
6
  /// The color of the current time indicator.
5
7
  /// @group time-marker
6
- $kendo-current-time-color: #ff0000 !default;
8
+ $kendo-current-time-color: k-color(error-on-surface) !default;
7
9
 
8
10
  @forward "@progress/kendo-theme-core/scss/components/time-marker/_variables.scss" with (
9
11
  $kendo-current-time-width: $kendo-current-time-width,
@@ -149,10 +149,10 @@ $kendo-timeline-mobile-vertical-padding-with-dates-calc: calc(#{$kendo-timeline-
149
149
 
150
150
  /// The width of the Timeline circle.
151
151
  /// @group timeline
152
- $kendo-timeline-circle-width: 16px !default;
152
+ $kendo-timeline-circle-width: k-spacing(4) !default;
153
153
  /// The height of the Timeline circle.
154
154
  /// @group timeline
155
- $kendo-timeline-circle-height: 16px !default;
155
+ $kendo-timeline-circle-height: $kendo-timeline-circle-width !default;
156
156
  /// The background color of the Timeline circle.
157
157
  /// @group timeline
158
158
  $kendo-timeline-circle-bg: k-color(primary) !default;
@@ -85,7 +85,7 @@ $kendo-toolbar-scroll-overlay: $kendo-toolbar-bg, color-mix(in srgb, k-color(app
85
85
  $kendo-toolbar-outline-text: $kendo-button-text !default;
86
86
  /// The color of the border around the outline Toolbar.
87
87
  /// @group toolbar
88
- $kendo-toolbar-outline-border: color-mix(in srgb, k-color(on-base) 50%, transparent) !default;
88
+ $kendo-toolbar-outline-border: color-mix(in srgb, k-color(on-app-surface) 50%, transparent) !default;
89
89
  /// The box shadow of the outline Toolbar.
90
90
  /// @group toolbar
91
91
  $kendo-toolbar-outline-shadow: null !default;
@@ -41,10 +41,10 @@ $kendo-tooltip-callout-size: 6px !default;
41
41
 
42
42
  /// The default background of the Tooltip.
43
43
  /// @group tooltip
44
- $kendo-tooltip-bg: k-color(on-app-surface) !default;
44
+ $kendo-tooltip-bg: k-color(inverse) !default;
45
45
  /// The default text color of the Tooltip.
46
46
  /// @group tooltip
47
- $kendo-tooltip-text: k-color(app-surface) !default;
47
+ $kendo-tooltip-text: k-color(on-inverse) !default;
48
48
  /// The default border color of the Tooltip.
49
49
  /// @group tooltip
50
50
  $kendo-tooltip-border: $kendo-tooltip-bg !default;
@@ -120,7 +120,7 @@ $kendo-treeview-border: null !default;
120
120
 
121
121
  /// The background color of hovered TreeView items.
122
122
  /// @group treeview
123
- $kendo-treeview-item-hover-bg: k-color(base-hover) !default;
123
+ $kendo-treeview-item-hover-bg: color-mix(in srgb, k-color(on-app-surface) 8%, transparent) !default;
124
124
  /// The text color of hovered TreeView items.
125
125
  /// @group treeview
126
126
  $kendo-treeview-item-hover-text: k-color(on-app-surface) !default;
@@ -146,7 +146,7 @@ $kendo-treeview-item-selected-gradient: null !default;
146
146
 
147
147
  /// The box shadow of focused TreeView items.
148
148
  /// @group treeview
149
- $kendo-treeview-item-focus-shadow: $kendo-focus-shadow !default;
149
+ $kendo-treeview-item-focus-shadow: inset 0 0 0 2px k-color(border-alt) !default;
150
150
 
151
151
  /// The background color of the Load More button in the TreeView
152
152
  /// @group treeview
@@ -46,7 +46,7 @@ $kendo-upload-dropzone-bg: k-color(surface)!default;
46
46
  $kendo-upload-dropzone-border: $kendo-upload-border !default;
47
47
  /// The background color of the hovered Upload dropzone.
48
48
  /// @group upload
49
- $kendo-upload-dropzone-hover-bg: k-color(base-hover) !default;
49
+ $kendo-upload-dropzone-hover-bg: color-mix(in srgb, k-color(on-app-surface) 8%, transparent) !default;
50
50
 
51
51
  /// The text color of the Upload status message.
52
52
  /// @group upload
@@ -88,21 +88,21 @@ $kendo-upload-progress-bg: k-color(info) !default;
88
88
 
89
89
  /// The success text color of the Upload.
90
90
  /// @group upload
91
- $kendo-upload-success-text: k-color(success) !default;
91
+ $kendo-upload-success-text: k-color(success-on-surface) !default;
92
92
  /// The success background color of the Upload progress bar.
93
93
  /// @group upload
94
94
  $kendo-upload-success-bg: k-color(success) !default;
95
95
 
96
96
  /// The error text color of the Upload.
97
97
  /// @group upload
98
- $kendo-upload-error-text: k-color(error) !default;
98
+ $kendo-upload-error-text: k-color(error-on-surface) !default;
99
99
  /// The error background color of the Upload progress bar.
100
100
  /// @group upload
101
101
  $kendo-upload-error-bg: k-color(error) !default;
102
102
 
103
103
  /// The shadow of the focused Upload button, actions and uploaded items.
104
104
  /// @group upload
105
- $kendo-upload-focus-shadow: 0 0 0 2px rgba(0, 0, 0, .13) !default;
105
+ $kendo-upload-focus-shadow: 0 0 0 2px k-color(border-alt) !default;
106
106
 
107
107
  $kendo-upload-files-list-margin: calc( -1 * #{k-spacing(1)} ) !default;
108
108
 
@@ -33,7 +33,7 @@ $kendo-wizard-font-family: var( --kendo-font-family, inherit ) !default;
33
33
 
34
34
  /// The outline of the focused Wizard step.
35
35
  /// @group wizard
36
- $kendo-wizard-step-focus-border: #656565 !default;
36
+ $kendo-wizard-step-focus-border: k-color(subtle) !default;
37
37
 
38
38
  @forward "@progress/kendo-theme-core/scss/components/wizard/_variables.scss" with (
39
39
  $kendo-wizard-padding-x: $kendo-wizard-padding-x,