@progress/kendo-theme-classic 11.0.0-dev.0 → 11.0.0-dev.1

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 (47) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/classic-green-dark.css +1 -1
  3. package/dist/classic-green.css +1 -1
  4. package/dist/classic-lavender-dark.css +1 -1
  5. package/dist/classic-lavender.css +1 -1
  6. package/dist/classic-main-dark.css +1 -1
  7. package/dist/classic-main.css +1 -1
  8. package/dist/classic-metro-dark.css +1 -1
  9. package/dist/classic-metro.css +1 -1
  10. package/dist/classic-moonlight.css +1 -1
  11. package/dist/classic-opal-dark.css +1 -1
  12. package/dist/classic-opal.css +1 -1
  13. package/dist/classic-silver-dark.css +1 -1
  14. package/dist/classic-silver.css +1 -1
  15. package/dist/classic-uniform.css +1 -1
  16. package/dist/meta/sassdoc-data.json +4704 -3006
  17. package/dist/meta/sassdoc-raw-data.json +2219 -1444
  18. package/dist/meta/variables.json +259 -47
  19. package/lib/swatches/classic-green-dark.json +1 -1
  20. package/lib/swatches/classic-green.json +1 -1
  21. package/lib/swatches/classic-lavender-dark.json +1 -1
  22. package/lib/swatches/classic-lavender.json +1 -1
  23. package/lib/swatches/classic-main-dark.json +1 -1
  24. package/lib/swatches/classic-main.json +1 -1
  25. package/lib/swatches/classic-metro-dark.json +1 -1
  26. package/lib/swatches/classic-metro.json +1 -1
  27. package/lib/swatches/classic-moonlight.json +1 -1
  28. package/lib/swatches/classic-opal-dark.json +1 -1
  29. package/lib/swatches/classic-opal.json +1 -1
  30. package/lib/swatches/classic-silver-dark.json +1 -1
  31. package/lib/swatches/classic-silver.json +1 -1
  32. package/lib/swatches/classic-uniform.json +1 -1
  33. package/package.json +4 -4
  34. package/scss/action-sheet/_variables.scss +4 -1
  35. package/scss/button/_variables.scss +4 -0
  36. package/scss/calendar/_variables.scss +21 -0
  37. package/scss/chip/_variables.scss +19 -0
  38. package/scss/coloreditor/_variables.scss +3 -3
  39. package/scss/colorgradient/_variables.scss +2 -33
  40. package/scss/dialog/_variables.scss +5 -0
  41. package/scss/drawer/_variables.scss +26 -1
  42. package/scss/list/_variables.scss +78 -3
  43. package/scss/menu/_variables.scss +8 -0
  44. package/scss/notification/_variables.scss +8 -0
  45. package/scss/slider/_variables.scss +9 -1
  46. package/scss/switch/_variables.scss +34 -1
  47. package/scss/timeselector/_variables.scss +6 -0
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Opal Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "11.0.0-dev.0",
6
+ "version": "11.0.0-dev.1",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#272727",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Opal",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "11.0.0-dev.0",
6
+ "version": "11.0.0-dev.1",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#def4fd",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Silver Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "11.0.0-dev.0",
6
+ "version": "11.0.0-dev.1",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#131314",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Silver",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "11.0.0-dev.0",
6
+ "version": "11.0.0-dev.1",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f3f3f4",
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Uniform",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
6
- "version": "11.0.0-dev.0",
6
+ "version": "11.0.0-dev.1",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f0f0f0",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-classic",
3
3
  "description": "Sass port of less based themes for Kendo UI theme",
4
- "version": "11.0.0-dev.0",
4
+ "version": "11.0.0-dev.1",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -53,12 +53,12 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@progress/kendo-svg-icons": "^4.1.0",
56
- "@progress/kendo-theme-core": "11.0.0-dev.0",
57
- "@progress/kendo-theme-utils": "11.0.0-dev.0"
56
+ "@progress/kendo-theme-core": "11.0.0-dev.1",
57
+ "@progress/kendo-theme-utils": "11.0.0-dev.1"
58
58
  },
59
59
  "directories": {
60
60
  "doc": "docs",
61
61
  "lib": "lib"
62
62
  },
63
- "gitHead": "b83fa9575266e751edf9317822154d05a4fc566a"
63
+ "gitHead": "57358fb664667fda76ce2febcd9bf331796b263c"
64
64
  }
@@ -61,7 +61,7 @@ $kendo-actionsheet-item-title-text-transform: null !default;
61
61
 
62
62
  $kendo-actionsheet-item-description-font-size: .875em !default;
63
63
  $kendo-actionsheet-item-description-text: k-color(subtle) !default;
64
-
64
+ $kendo-actionsheet-item-description-line-height: null !default;
65
65
  $kendo-actionsheet-item-hover-bg: k-color(base-hover) !default;
66
66
  $kendo-actionsheet-item-hover-text: null !default;
67
67
  $kendo-actionsheet-item-hover-border: null !default;
@@ -83,6 +83,7 @@ $kendo-actionsheet-item-disabled-shadow: null !default;
83
83
 
84
84
  // Adaptive Actionsheet
85
85
  $kendo-adaptive-actionsheet-font-size: var( --kendo-font-size-lg, inherit ) !default;
86
+ $kendo-adaptive-actionsheet-line-height: var( --kendo-line-height, inherit ) !default;
86
87
  $kendo-adaptive-actionsheet-titlebar-padding-y: k-spacing(4) !default;
87
88
  $kendo-adaptive-actionsheet-titlebar-padding-x: $kendo-adaptive-actionsheet-titlebar-padding-y !default;
88
89
 
@@ -138,6 +139,7 @@ $kendo-adaptive-actionsheet-footer-padding-x: k-spacing(4) !default;
138
139
  $kendo-actionsheet-item-title-font-weight: $kendo-actionsheet-item-title-font-weight,
139
140
  $kendo-actionsheet-item-title-text-transform: $kendo-actionsheet-item-title-text-transform,
140
141
  $kendo-actionsheet-item-description-font-size: $kendo-actionsheet-item-description-font-size,
142
+ $kendo-actionsheet-item-description-line-height: $kendo-actionsheet-item-description-line-height,
141
143
  $kendo-actionsheet-item-description-text: $kendo-actionsheet-item-description-text,
142
144
  $kendo-actionsheet-item-hover-bg: $kendo-actionsheet-item-hover-bg,
143
145
  $kendo-actionsheet-item-hover-text: $kendo-actionsheet-item-hover-text,
@@ -155,6 +157,7 @@ $kendo-adaptive-actionsheet-footer-padding-x: k-spacing(4) !default;
155
157
  $kendo-actionsheet-item-disabled-gradient: $kendo-actionsheet-item-disabled-gradient,
156
158
  $kendo-actionsheet-item-disabled-shadow: $kendo-actionsheet-item-disabled-shadow,
157
159
  $kendo-adaptive-actionsheet-font-size: $kendo-adaptive-actionsheet-font-size,
160
+ $kendo-adaptive-actionsheet-line-height: $kendo-adaptive-actionsheet-line-height,
158
161
  $kendo-adaptive-actionsheet-titlebar-padding-y: $kendo-adaptive-actionsheet-titlebar-padding-y,
159
162
  $kendo-adaptive-actionsheet-titlebar-padding-x: $kendo-adaptive-actionsheet-titlebar-padding-x,
160
163
  $kendo-adaptive-actionsheet-content-padding-y: $kendo-adaptive-actionsheet-content-padding-y,
@@ -41,6 +41,9 @@ $kendo-button-lg-padding-y: k-spacing(2) !default;
41
41
  /// The font family of the Button.
42
42
  /// @group button
43
43
  $kendo-button-font-family: var( --kendo-font-family, inherit ) !default;
44
+ /// The font weight of the Button.
45
+ /// @group button
46
+ $kendo-button-font-weight: var( --kendo-font-weight-normal, normal ) !default;
44
47
 
45
48
  /// The font size of the Button.
46
49
  /// @group button
@@ -282,6 +285,7 @@ $kendo-button-transition: color .2s ease-in-out !default;
282
285
  $kendo-button-md-padding-y: $kendo-button-md-padding-y,
283
286
  $kendo-button-lg-padding-y: $kendo-button-lg-padding-y,
284
287
  $kendo-button-font-family: $kendo-button-font-family,
288
+ $kendo-button-font-weight: $kendo-button-font-weight,
285
289
  $kendo-button-font-size: $kendo-button-font-size,
286
290
  $kendo-button-sm-font-size: $kendo-button-sm-font-size,
287
291
  $kendo-button-md-font-size: $kendo-button-md-font-size,
@@ -15,6 +15,9 @@ $kendo-calendar-font-size: var( --kendo-font-size, inherit ) !default;
15
15
  /// The line height of the Calendar.
16
16
  /// @group calendar
17
17
  $kendo-calendar-line-height: var( --kendo-line-height, normal ) !default;
18
+ /// The border-radius of the Calendar.
19
+ /// @group calendar
20
+ $kendo-calendar-border-radius: 0 !default;
18
21
 
19
22
  /// The size of the cells in the Calendar.
20
23
  /// @group calendar
@@ -160,6 +163,12 @@ $kendo-calendar-today-style: unset !default;
160
163
  /// The color of the current day in the Calendar.
161
164
  /// @group calendar
162
165
  $kendo-calendar-today-color: unset !default;
166
+ /// The font weight of the current day in the Calendar.
167
+ /// @group calendar
168
+ $kendo-calendar-today-font-weight: var( --kendo-font-weight-bold, normal ) !default;
169
+ /// The box shadow of the current day in the Calendar.
170
+ /// @group calendar
171
+ $kendo-calendar-today-box-shadow: null !default;
163
172
 
164
173
  /// The background color of the week number cells in the Calendar.
165
174
  /// @group calendar
@@ -255,6 +264,13 @@ $kendo-calendar-navigation-border: $kendo-calendar-header-border !default;
255
264
  /// The text color of the hovered items in the Calendar navigation.
256
265
  /// @group calendar
257
266
  $kendo-calendar-navigation-hover-text: k-color(primary-hover) !default;
267
+ /// The text color of the marker in the Calendar navigation.
268
+ /// @group calendar
269
+ $kendo-calendar-navigation-marker-text: currentColor !default;
270
+
271
+ /// The background color of the Calendar range selection.
272
+ /// @group calendar
273
+ $kendo-calendar-range-bg: color-mix(in srgb, k-color(primary) 25%, transparent) !default;
258
274
 
259
275
  /// The horizontal padding of the header in the Infinite Calendar.
260
276
  /// @group calendar
@@ -363,6 +379,7 @@ $kendo-calendar-sizes: (
363
379
  $kendo-calendar-font-family: $kendo-calendar-font-family,
364
380
  $kendo-calendar-font-size: $kendo-calendar-font-size,
365
381
  $kendo-calendar-line-height: $kendo-calendar-line-height,
382
+ $kendo-calendar-border-radius: $kendo-calendar-border-radius,
366
383
  $kendo-calendar-cell-size: $kendo-calendar-cell-size,
367
384
  $kendo-calendar-bg: $kendo-calendar-bg,
368
385
  $kendo-calendar-text: $kendo-calendar-text,
@@ -405,6 +422,8 @@ $kendo-calendar-sizes: (
405
422
  $kendo-calendar-weekend-text: $kendo-calendar-weekend-text,
406
423
  $kendo-calendar-today-style: $kendo-calendar-today-style,
407
424
  $kendo-calendar-today-color: $kendo-calendar-today-color,
425
+ $kendo-calendar-today-font-weight: $kendo-calendar-today-font-weight,
426
+ $kendo-calendar-today-box-shadow: $kendo-calendar-today-box-shadow,
408
427
  $kendo-calendar-week-number-bg: $kendo-calendar-week-number-bg,
409
428
  $kendo-calendar-week-number-text: $kendo-calendar-week-number-text,
410
429
  $kendo-calendar-other-month-bg: $kendo-calendar-other-month-bg,
@@ -433,6 +452,8 @@ $kendo-calendar-sizes: (
433
452
  $kendo-calendar-navigation-text: $kendo-calendar-navigation-text,
434
453
  $kendo-calendar-navigation-border: $kendo-calendar-navigation-border,
435
454
  $kendo-calendar-navigation-hover-text: $kendo-calendar-navigation-hover-text,
455
+ $kendo-calendar-navigation-marker-text: $kendo-calendar-navigation-marker-text,
456
+ $kendo-calendar-range-bg: $kendo-calendar-range-bg,
436
457
  $kendo-infinite-calendar-header-padding-x: $kendo-infinite-calendar-header-padding-x,
437
458
  $kendo-infinite-calendar-header-padding-y: $kendo-infinite-calendar-header-padding-y,
438
459
  $kendo-infinite-calendar-view-padding-x: $kendo-infinite-calendar-view-padding-x,
@@ -39,6 +39,10 @@ $kendo-chip-md-padding-y: k-spacing(1) !default;
39
39
  /// @group chip
40
40
  $kendo-chip-lg-padding-y: k-spacing(1.5) !default;
41
41
 
42
+ /// The font weight of the Chip.
43
+ /// @group chip
44
+ $kendo-chip-font-weight: var( --kendo-font-weight-normal, normal ) !default;
45
+
42
46
  /// The font size of the Chip.
43
47
  /// @group chip
44
48
  $kendo-chip-font-size: var( --kendo-font-size, inherit ) !default;
@@ -171,6 +175,17 @@ $kendo-chip-outline-selected-bg: $kendo-chip-outline-hover-bg !default;
171
175
  /// @group chip
172
176
  $kendo-chip-outline-selected-text: $kendo-chip-outline-hover-text !default;
173
177
 
178
+ /// The base background color of the disabled Chip.
179
+ /// @group chip
180
+ $kendo-chip-disabled-bg: null !default;
181
+ /// The base text color of the disabled Chip.
182
+ /// @group chip
183
+ $kendo-chip-disabled-text: null !default;
184
+ /// The base border color of the disabled Chip.
185
+ /// @group chip
186
+ $kendo-chip-disabled-border: $kendo-chip-disabled-bg !default;
187
+
188
+
174
189
  // Chip List
175
190
 
176
191
  /// The sizes of the Chip list.
@@ -193,6 +208,7 @@ $kendo-chip-list-sizes: (
193
208
  $kendo-chip-sm-padding-y: $kendo-chip-sm-padding-y,
194
209
  $kendo-chip-md-padding-y: $kendo-chip-md-padding-y,
195
210
  $kendo-chip-lg-padding-y: $kendo-chip-lg-padding-y,
211
+ $kendo-chip-font-weight: $kendo-chip-font-weight,
196
212
  $kendo-chip-font-size: $kendo-chip-font-size,
197
213
  $kendo-chip-sm-font-size: $kendo-chip-sm-font-size,
198
214
  $kendo-chip-md-font-size: $kendo-chip-md-font-size,
@@ -225,5 +241,8 @@ $kendo-chip-list-sizes: (
225
241
  $kendo-chip-outline-hover-text: $kendo-chip-outline-hover-text,
226
242
  $kendo-chip-outline-selected-bg: $kendo-chip-outline-selected-bg,
227
243
  $kendo-chip-outline-selected-text: $kendo-chip-outline-selected-text,
244
+ $kendo-chip-disabled-bg: $kendo-chip-disabled-bg,
245
+ $kendo-chip-disabled-text: $kendo-chip-disabled-text,
246
+ $kendo-chip-disabled-border: $kendo-chip-disabled-border,
228
247
  $kendo-chip-list-sizes: $kendo-chip-list-sizes
229
248
  );
@@ -80,13 +80,13 @@ $kendo-color-editor-lg-header-padding-x: k-spacing(4.5) !default;
80
80
 
81
81
  /// The width of the ColorEditor preview.
82
82
  /// @group color-editor
83
- $kendo-color-editor-color-preview-width: 32px !default;
83
+ $kendo-color-editor-color-preview-width: 34px !default;
84
84
  /// The height of the ColorEditor preview.
85
85
  /// @group color-editor
86
- $kendo-color-editor-color-preview-height: 12px !default;
86
+ $kendo-color-editor-color-preview-height: 14px !default;
87
87
  /// The spacing between the colors in the ColorEditor preview.
88
88
  /// @group color-editor
89
- $kendo-color-editor-preview-gap: k-spacing(1) !default;
89
+ $kendo-color-editor-preview-gap: k-spacing(0.5) !default;
90
90
  /// The spacing between the colors in the small ColorEditor preview.
91
91
  /// @group color-editor
92
92
  $kendo-color-editor-sm-preview-gap: k-spacing(0.5) !default;
@@ -98,16 +98,7 @@ $kendo-color-gradient-canvas-border-radius: k-border-radius(md) !default;
98
98
  $kendo-color-gradient-canvas-gap: $kendo-color-gradient-spacer !default;
99
99
  /// The height the ColorGradient canvas hsv rectangle.
100
100
  /// @group color-gradient
101
- $kendo-color-gradient-canvas-rectangle-height: 180px !default;
102
- /// The height the small ColorGradient canvas hsv rectangle.
103
- /// @group color-gradient
104
- $kendo-color-gradient-sm-canvas-rectangle-height: $kendo-color-gradient-canvas-rectangle-height !default;
105
- /// The height the medium ColorGradient canvas hsv rectangle.
106
- /// @group color-gradient
107
- $kendo-color-gradient-md-canvas-rectangle-height: $kendo-color-gradient-canvas-rectangle-height !default;
108
- /// The height the large ColorGradient canvas hsv rectangle.
109
- /// @group color-gradient
110
- $kendo-color-gradient-lg-canvas-rectangle-height: 268px !default;
101
+ $kendo-color-gradient-canvas-rectangle-height: 100% !default;
111
102
 
112
103
  /// The spacing between the items of the small ColorGradient canvas.
113
104
  /// @group color-gradient
@@ -131,7 +122,7 @@ $kendo-color-gradient-slider-draghandle-border-width: 3px !default;
131
122
 
132
123
  /// The height of the ColorGradient vertical slider.
133
124
  /// @group color-gradient
134
- $kendo-color-gradient-slider-vertical-size: 180px !default;
125
+ $kendo-color-gradient-slider-vertical-size: 100% !default;
135
126
  /// The width of the ColorGradient horizontal slider.
136
127
  /// @group color-gradient
137
128
  $kendo-color-gradient-slider-horizontal-size: 100% !default;
@@ -139,16 +130,6 @@ $kendo-color-gradient-slider-horizontal-size: 100% !default;
139
130
  /// @group color-gradient
140
131
  $kendo-color-gradient-slider-alpha-bgr: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAuSURBVHgBxYyxDQAwDMJIL+YT+DjtzFRliUfLcklqBCRT4eCTxbD6kdL2/LgYXqpvCbs3kBv/AAAAAElFTkSuQmCC" !default;
141
132
 
142
- /// The height of the small ColorGradient vertical slider.
143
- /// @group color-gradient
144
- $kendo-color-gradient-sm-slider-vertical-size: $kendo-color-gradient-slider-vertical-size !default;
145
- /// The height of the medium ColorGradient vertical slider.
146
- /// @group color-gradient
147
- $kendo-color-gradient-md-slider-vertical-size: $kendo-color-gradient-slider-vertical-size !default;
148
- /// The height of the large ColorGradient vertical slider.
149
- /// @group color-gradient
150
- $kendo-color-gradient-lg-slider-vertical-size: 268px !default;
151
-
152
133
  /// The width of the ColorGradient canvas drag handle.
153
134
  /// @group color-gradient
154
135
  $kendo-color-gradient-draghandle-width: 14px !default;
@@ -225,8 +206,6 @@ $kendo-color-gradient-contrast-spacer: calc( #{$kendo-color-gradient-spacer} / 1
225
206
  $kendo-color-gradient-sizes: (
226
207
  sm: (
227
208
  width: $kendo-color-gradient-sm-width,
228
- vertical-slider-height: $kendo-color-gradient-sm-slider-vertical-size,
229
- rectangle-height: $kendo-color-gradient-sm-canvas-rectangle-height,
230
209
  input-width: $kendo-color-gradient-sm-input-width,
231
210
  gap: $kendo-color-gradient-sm-gap,
232
211
  canvas-gap: $kendo-color-gradient-sm-canvas-gap,
@@ -235,8 +214,6 @@ $kendo-color-gradient-sizes: (
235
214
  ),
236
215
  md: (
237
216
  width: $kendo-color-gradient-md-width,
238
- vertical-slider-height: $kendo-color-gradient-md-slider-vertical-size,
239
- rectangle-height: $kendo-color-gradient-md-canvas-rectangle-height,
240
217
  input-width: $kendo-color-gradient-md-input-width,
241
218
  gap: $kendo-color-gradient-md-gap,
242
219
  canvas-gap: $kendo-color-gradient-md-canvas-gap,
@@ -245,8 +222,6 @@ $kendo-color-gradient-sizes: (
245
222
  ),
246
223
  lg: (
247
224
  width: $kendo-color-gradient-lg-width,
248
- vertical-slider-height: $kendo-color-gradient-lg-slider-vertical-size,
249
- rectangle-height: $kendo-color-gradient-lg-canvas-rectangle-height,
250
225
  input-width: $kendo-color-gradient-lg-input-width,
251
226
  gap: $kendo-color-gradient-lg-gap,
252
227
  canvas-gap: $kendo-color-gradient-lg-canvas-gap,
@@ -280,9 +255,6 @@ $kendo-color-gradient-sizes: (
280
255
  $kendo-color-gradient-canvas-border-radius: $kendo-color-gradient-canvas-border-radius,
281
256
  $kendo-color-gradient-canvas-gap: $kendo-color-gradient-canvas-gap,
282
257
  $kendo-color-gradient-canvas-rectangle-height: $kendo-color-gradient-canvas-rectangle-height,
283
- $kendo-color-gradient-sm-canvas-rectangle-height: $kendo-color-gradient-sm-canvas-rectangle-height,
284
- $kendo-color-gradient-md-canvas-rectangle-height: $kendo-color-gradient-md-canvas-rectangle-height,
285
- $kendo-color-gradient-lg-canvas-rectangle-height: $kendo-color-gradient-lg-canvas-rectangle-height,
286
258
  $kendo-color-gradient-sm-canvas-gap: $kendo-color-gradient-sm-canvas-gap,
287
259
  $kendo-color-gradient-md-canvas-gap: $kendo-color-gradient-md-canvas-gap,
288
260
  $kendo-color-gradient-lg-canvas-gap: $kendo-color-gradient-lg-canvas-gap,
@@ -298,9 +270,6 @@ $kendo-color-gradient-sizes: (
298
270
  $kendo-color-gradient-slider-vertical-size: $kendo-color-gradient-slider-vertical-size,
299
271
  $kendo-color-gradient-slider-horizontal-size: $kendo-color-gradient-slider-horizontal-size,
300
272
  $kendo-color-gradient-slider-alpha-bgr: $kendo-color-gradient-slider-alpha-bgr,
301
- $kendo-color-gradient-sm-slider-vertical-size: $kendo-color-gradient-sm-slider-vertical-size,
302
- $kendo-color-gradient-md-slider-vertical-size: $kendo-color-gradient-md-slider-vertical-size,
303
- $kendo-color-gradient-lg-slider-vertical-size: $kendo-color-gradient-lg-slider-vertical-size,
304
273
  $kendo-color-gradient-draghandle-width: $kendo-color-gradient-draghandle-width,
305
274
  $kendo-color-gradient-draghandle-height: $kendo-color-gradient-draghandle-height,
306
275
  $kendo-color-gradient-draghandle-border-width: $kendo-color-gradient-draghandle-border-width,
@@ -27,6 +27,10 @@ $kendo-dialog-buttongroup-border-width: 1px !default;
27
27
  /// @group dialog
28
28
  $kendo-dialog-button-spacing: $kendo-actions-button-spacing !default;
29
29
 
30
+ /// The background color of the Dialog.
31
+ /// @group dialog
32
+ $kendo-dialog-bg: k-color(app-surface) !default;
33
+
30
34
  /// The theme colors map for the Dialog.
31
35
  /// @group dialog
32
36
  $kendo-dialog-theme-colors: (
@@ -44,5 +48,6 @@ $kendo-dialog-theme-colors: (
44
48
  $kendo-dialog-buttongroup-padding-y: $kendo-dialog-buttongroup-padding-y,
45
49
  $kendo-dialog-buttongroup-border-width: $kendo-dialog-buttongroup-border-width,
46
50
  $kendo-dialog-button-spacing: $kendo-dialog-button-spacing,
51
+ $kendo-dialog-bg: $kendo-dialog-bg,
47
52
  $kendo-dialog-theme-colors: $kendo-dialog-theme-colors
48
53
  );
@@ -50,18 +50,30 @@ $kendo-drawer-scrollbar-radius: 20px !default;
50
50
  /// @group drawer
51
51
  $kendo-drawer-scrollbar-hover-color: rgba( 156, 156, 156, 1 ) !default;
52
52
 
53
+ /// The horizontal padding of the Drawer items.
54
+ /// @group drawer
55
+ $kendo-drawer-items-padding-x: 0 !default;
56
+ /// The vertical padding of the Drawer items.
57
+ /// @group drawer
58
+ $kendo-drawer-items-padding-y: 0 !default;
53
59
  /// The horizontal padding of the Drawer item.
54
60
  /// @group drawer
55
61
  $kendo-drawer-item-padding-x: k-spacing(4) !default;
56
62
  /// The vertical padding of the Drawer item.
57
63
  /// @group drawer
58
64
  $kendo-drawer-item-padding-y: k-spacing(2) !default;
65
+ /// The spacing between the items in the Drawer item.
66
+ /// @group drawer
67
+ $kendo-drawer-item-spacing: $kendo-drawer-item-padding-x !default;
59
68
  /// The font size of the Drawer item.
60
69
  /// @group drawer
61
70
  $kendo-drawer-item-font-size: var( --kendo-font-size-lg, inherit ) !default;
62
71
  /// The line height of the Drawer item.
63
72
  /// @group drawer
64
73
  $kendo-drawer-item-line-height: $kendo-line-height-lg !default;
74
+ /// The font weight of the Drawer item.
75
+ /// @group drawer
76
+ $kendo-drawer-item-font-weight: var( --kendo-font-weight, normal ) !default;
65
77
 
66
78
  /// The horizontal padding of the Drawer item in each level.
67
79
  /// @group drawer
@@ -69,6 +81,9 @@ $kendo-drawer-item-level-padding-x: $kendo-drawer-item-padding-x !default;
69
81
  /// The count of the Drawer item levels.
70
82
  /// @group drawer
71
83
  $kendo-drawer-item-level-count: 5 !default;
84
+ /// The border radius of the Drawer item.
85
+ /// @group drawer
86
+ $kendo-drawer-item-border-radius: null !default;
72
87
 
73
88
  /// The horizontal padding of the Drawer icon.
74
89
  /// @group drawer
@@ -110,6 +125,10 @@ $kendo-drawer-selected-hover-bg: k-color(primary-hover) !default;
110
125
  /// @group drawer
111
126
  $kendo-drawer-selected-hover-text: k-color(on-primary) !default;
112
127
 
128
+ /// The background color of the selected and focused Drawer item.
129
+ /// @group drawer
130
+ $kendo-drawer-selected-focus-bg: null !default;
131
+
113
132
 
114
133
  @forward "@progress/kendo-theme-core/scss/components/drawer/_variables.scss" with (
115
134
  $kendo-drawer-bg: $kendo-drawer-bg,
@@ -126,12 +145,17 @@ $kendo-drawer-selected-hover-text: k-color(on-primary) !default;
126
145
  $kendo-drawer-scrollbar-bg: $kendo-drawer-scrollbar-bg,
127
146
  $kendo-drawer-scrollbar-radius: $kendo-drawer-scrollbar-radius,
128
147
  $kendo-drawer-scrollbar-hover-color: $kendo-drawer-scrollbar-hover-color,
148
+ $kendo-drawer-items-padding-x: $kendo-drawer-items-padding-x,
149
+ $kendo-drawer-items-padding-y: $kendo-drawer-items-padding-y,
129
150
  $kendo-drawer-item-padding-x: $kendo-drawer-item-padding-x,
130
151
  $kendo-drawer-item-padding-y: $kendo-drawer-item-padding-y,
152
+ $kendo-drawer-item-spacing: $kendo-drawer-item-spacing,
131
153
  $kendo-drawer-item-font-size: $kendo-drawer-item-font-size,
132
154
  $kendo-drawer-item-line-height: $kendo-drawer-item-line-height,
155
+ $kendo-drawer-item-font-weight: $kendo-drawer-item-font-weight,
133
156
  $kendo-drawer-item-level-padding-x: $kendo-drawer-item-level-padding-x,
134
157
  $kendo-drawer-item-level-count: $kendo-drawer-item-level-count,
158
+ $kendo-drawer-item-border-radius: $kendo-drawer-item-border-radius,
135
159
  $kendo-drawer-icon-padding-x: $kendo-drawer-icon-padding-x,
136
160
  $kendo-drawer-icon-padding-y: $kendo-drawer-icon-padding-y,
137
161
  $kendo-drawer-mini-initial-width: $kendo-drawer-mini-initial-width,
@@ -142,5 +166,6 @@ $kendo-drawer-selected-hover-text: k-color(on-primary) !default;
142
166
  $kendo-drawer-selected-bg: $kendo-drawer-selected-bg,
143
167
  $kendo-drawer-selected-text: $kendo-drawer-selected-text,
144
168
  $kendo-drawer-selected-hover-bg: $kendo-drawer-selected-hover-bg,
145
- $kendo-drawer-selected-hover-text: $kendo-drawer-selected-hover-text
169
+ $kendo-drawer-selected-hover-text: $kendo-drawer-selected-hover-text,
170
+ $kendo-drawer-selected-focus-bg: $kendo-drawer-selected-focus-bg
146
171
  );
@@ -60,6 +60,20 @@ $kendo-list-header-font-weight: var( --kendo-font-weight-bold, normal ) !default
60
60
  /// @group list
61
61
  $kendo-list-filter-padding: k-spacing(2) !default;
62
62
 
63
+ /// The horizontal padding of the List filter, when no size is set.
64
+ /// @group list
65
+ $kendo-list-filter-padding-x: $kendo-list-filter-padding !default;
66
+ $kendo-list-sm-filter-padding-x: $kendo-list-filter-padding !default;
67
+ $kendo-list-md-filter-padding-x: $kendo-list-filter-padding !default;
68
+ $kendo-list-lg-filter-padding-x: $kendo-list-filter-padding !default;
69
+
70
+ /// The vertical padding of the List filter, when no size is set.
71
+ /// @group list
72
+ $kendo-list-filter-padding-y: $kendo-list-filter-padding !default;
73
+ $kendo-list-sm-filter-padding-y: $kendo-list-filter-padding !default;
74
+ $kendo-list-md-filter-padding-y: $kendo-list-filter-padding !default;
75
+ $kendo-list-lg-filter-padding-y: $kendo-list-filter-padding !default;
76
+
63
77
  /// The horizontal padding of the List items, when no size is set.
64
78
  /// @group list
65
79
  $kendo-list-item-padding-x: null !default;
@@ -124,6 +138,29 @@ $kendo-list-lg-group-item-line-height: null !default;
124
138
  /// @group list
125
139
  $kendo-list-group-item-font-weight: var( --kendo-font-weight-bold, normal ) !default;
126
140
 
141
+ /// The font size of the List item group label.
142
+ /// @group list
143
+ $kendo-list-item-group-label-sm-font-size: .75em !default;
144
+ $kendo-list-item-group-label-md-font-size: .75em !default;
145
+ $kendo-list-item-group-label-lg-font-size: .75em !default;
146
+
147
+ /// The line-height of the List item group label.
148
+ /// @group list
149
+ $kendo-list-item-group-label-sm-line-height: inherit !default;
150
+ $kendo-list-item-group-label-md-line-height: inherit !default;
151
+ $kendo-list-item-group-label-lg-line-height: inherit !default;
152
+
153
+ /// The horizontal padding of the List item group label.
154
+ /// @group list
155
+ $kendo-list-item-group-label-sm-padding-x: .5em !default;
156
+ $kendo-list-item-group-label-md-padding-x: .5em !default;
157
+ $kendo-list-item-group-label-lg-padding-x: .5em !default;
158
+
159
+ /// The vertical padding of the List item group label.
160
+ /// @group list
161
+ $kendo-list-item-group-label-sm-padding-y: 0 !default;
162
+ $kendo-list-item-group-label-md-padding-y: 0 !default;
163
+ $kendo-list-item-group-label-lg-padding-y: 0 !default;
127
164
 
128
165
  /// The map with the sizes of the List.
129
166
  /// @group list
@@ -142,7 +179,13 @@ $kendo-list-sizes: (
142
179
  group-item-padding-x: $kendo-list-sm-group-item-padding-x,
143
180
  group-item-padding-y: $kendo-list-sm-group-item-padding-y,
144
181
  group-item-font-size: null,
145
- group-item-line-height: null
182
+ group-item-line-height: null,
183
+ item-group-label-padding-x: $kendo-list-item-group-label-sm-padding-x,
184
+ item-group-label-padding-y: $kendo-list-item-group-label-sm-padding-y,
185
+ item-group-label-font-size: $kendo-list-item-group-label-sm-font-size,
186
+ item-group-label-line-height: $kendo-list-item-group-label-sm-line-height,
187
+ filter-padding-x: $kendo-list-sm-filter-padding-x,
188
+ filter-padding-y: $kendo-list-sm-filter-padding-y
146
189
  ),
147
190
  md: (
148
191
  font-size: $kendo-list-md-font-size,
@@ -158,7 +201,13 @@ $kendo-list-sizes: (
158
201
  group-item-padding-x: $kendo-list-md-group-item-padding-x,
159
202
  group-item-padding-y: $kendo-list-md-group-item-padding-y,
160
203
  group-item-font-size: null,
161
- group-item-line-height: null
204
+ group-item-line-height: null,
205
+ item-group-label-padding-x: $kendo-list-item-group-label-md-padding-x,
206
+ item-group-label-padding-y: $kendo-list-item-group-label-md-padding-y,
207
+ item-group-label-font-size: $kendo-list-item-group-label-md-font-size,
208
+ item-group-label-line-height: $kendo-list-item-group-label-md-line-height,
209
+ filter-padding-x: $kendo-list-md-filter-padding-x,
210
+ filter-padding-y: $kendo-list-md-filter-padding-y
162
211
  ),
163
212
  lg: (
164
213
  font-size: $kendo-list-lg-font-size,
@@ -174,7 +223,13 @@ $kendo-list-sizes: (
174
223
  group-item-padding-x: $kendo-list-lg-group-item-padding-x,
175
224
  group-item-padding-y: $kendo-list-lg-group-item-padding-y,
176
225
  group-item-font-size: null,
177
- group-item-line-height: null
226
+ group-item-line-height: null,
227
+ item-group-label-padding-x: $kendo-list-item-group-label-lg-padding-x,
228
+ item-group-label-padding-y: $kendo-list-item-group-label-lg-padding-y,
229
+ item-group-label-font-size: $kendo-list-item-group-label-lg-font-size,
230
+ item-group-label-line-height: $kendo-list-item-group-label-lg-line-height,
231
+ filter-padding-x: $kendo-list-lg-filter-padding-x,
232
+ filter-padding-y: $kendo-list-lg-filter-padding-y
178
233
  )
179
234
  ) !default;
180
235
 
@@ -306,6 +361,18 @@ $kendo-list-option-label-text: k-color(subtle) !default;
306
361
  $kendo-list-sm-group-item-padding-y: $kendo-list-sm-group-item-padding-y,
307
362
  $kendo-list-md-group-item-padding-y: $kendo-list-md-group-item-padding-y,
308
363
  $kendo-list-lg-group-item-padding-y: $kendo-list-lg-group-item-padding-y,
364
+ $kendo-list-item-group-label-sm-padding-x: $kendo-list-item-group-label-sm-padding-x,
365
+ $kendo-list-item-group-label-md-padding-x: $kendo-list-item-group-label-md-padding-x,
366
+ $kendo-list-item-group-label-lg-padding-x: $kendo-list-item-group-label-lg-padding-x,
367
+ $kendo-list-item-group-label-sm-padding-y: $kendo-list-item-group-label-sm-padding-y,
368
+ $kendo-list-item-group-label-md-padding-y: $kendo-list-item-group-label-md-padding-y,
369
+ $kendo-list-item-group-label-lg-padding-y: $kendo-list-item-group-label-lg-padding-y,
370
+ $kendo-list-item-group-label-sm-font-size: $kendo-list-item-group-label-sm-font-size,
371
+ $kendo-list-item-group-label-md-font-size: $kendo-list-item-group-label-md-font-size,
372
+ $kendo-list-item-group-label-lg-font-size: $kendo-list-item-group-label-lg-font-size,
373
+ $kendo-list-item-group-label-sm-line-height: $kendo-list-item-group-label-sm-line-height,
374
+ $kendo-list-item-group-label-md-line-height: $kendo-list-item-group-label-md-line-height,
375
+ $kendo-list-item-group-label-lg-line-height: $kendo-list-item-group-label-lg-line-height,
309
376
  $kendo-list-group-item-border-width: $kendo-list-group-item-border-width,
310
377
  $kendo-list-group-item-font-size: $kendo-list-group-item-font-size,
311
378
  $kendo-list-sm-group-item-font-size: $kendo-list-sm-group-item-font-size,
@@ -315,6 +382,14 @@ $kendo-list-option-label-text: k-color(subtle) !default;
315
382
  $kendo-list-sm-group-item-line-height: $kendo-list-sm-group-item-line-height,
316
383
  $kendo-list-md-group-item-line-height: $kendo-list-md-group-item-line-height,
317
384
  $kendo-list-lg-group-item-line-height: $kendo-list-lg-group-item-line-height,
385
+ $kendo-list-filter-padding-x: $kendo-list-filter-padding-x,
386
+ $kendo-list-filter-padding-y: $kendo-list-filter-padding-y,
387
+ $kendo-list-sm-filter-padding-x: $kendo-list-sm-filter-padding-x,
388
+ $kendo-list-sm-filter-padding-y: $kendo-list-sm-filter-padding-y,
389
+ $kendo-list-md-filter-padding-x: $kendo-list-md-filter-padding-x,
390
+ $kendo-list-md-filter-padding-y: $kendo-list-md-filter-padding-y,
391
+ $kendo-list-lg-filter-padding-x: $kendo-list-lg-filter-padding-x,
392
+ $kendo-list-lg-filter-padding-y: $kendo-list-lg-filter-padding-y,
318
393
  $kendo-list-group-item-font-weight: $kendo-list-group-item-font-weight,
319
394
  $kendo-list-sizes: $kendo-list-sizes,
320
395
  $kendo-list-bg: $kendo-list-bg,
@@ -134,6 +134,12 @@ $kendo-menu-scroll-button-hover-border: null !default;
134
134
  /// @group menu
135
135
  $kendo-menu-scroll-button-hover-gradient: null !default;
136
136
 
137
+ /// The horizontal padding of the Menu icon.
138
+ /// @group menu
139
+ $kendo-menu-icon-padding-x: null !default;
140
+ /// The vertical padding of the Menu icon.
141
+ /// @group menu
142
+ $kendo-menu-icon-padding-y: null !default;
137
143
 
138
144
  // Menu Separator
139
145
 
@@ -312,6 +318,8 @@ $kendo-menu-popup-item-focus-shadow: $kendo-menu-item-focus-shadow !default;
312
318
  $kendo-menu-scroll-button-hover-text: $kendo-menu-scroll-button-hover-text,
313
319
  $kendo-menu-scroll-button-hover-border: $kendo-menu-scroll-button-hover-border,
314
320
  $kendo-menu-scroll-button-hover-gradient: $kendo-menu-scroll-button-hover-gradient,
321
+ $kendo-menu-icon-padding-x: $kendo-menu-icon-padding-x,
322
+ $kendo-menu-icon-padding-y: $kendo-menu-icon-padding-y,
315
323
  $kendo-menu-separator-margin-inline: $kendo-menu-separator-margin-inline,
316
324
  $kendo-menu-separator-margin-block: $kendo-menu-separator-margin-block,
317
325
  $kendo-menu-separator-border: $kendo-menu-separator-border,
@@ -31,6 +31,12 @@ $kendo-notification-font-size: var( --kendo-font-size-sm, inherit ) !default;
31
31
  /// The line height of the Notification.
32
32
  /// @group notification
33
33
  $kendo-notification-line-height: var( --kendo-line-height, normal ) !default;
34
+ /// The horizontal padding of the Notification actions.
35
+ /// @group notification
36
+ $kendo-notification-actions-padding-x: null !default;
37
+ /// The vertical padding of the Notification actions.
38
+ /// @group notification
39
+ $kendo-notification-actions-padding-y: $kendo-notification-actions-padding-x !default;
34
40
  /// The background color of the Notification.
35
41
  /// @group notification
36
42
  $kendo-notification-bg: k-color(surface-alt) !default;
@@ -76,6 +82,8 @@ $kendo-notification-theme: notification-theme( $kendo-notification-theme-colors
76
82
  $kendo-notification-font-family: $kendo-notification-font-family,
77
83
  $kendo-notification-font-size: $kendo-notification-font-size,
78
84
  $kendo-notification-line-height: $kendo-notification-line-height,
85
+ $kendo-notification-actions-padding-x: $kendo-notification-actions-padding-x,
86
+ $kendo-notification-actions-padding-y: $kendo-notification-actions-padding-y,
79
87
  $kendo-notification-bg: $kendo-notification-bg,
80
88
  $kendo-notification-text: $kendo-notification-text,
81
89
  $kendo-notification-border: $kendo-notification-border,
@@ -76,6 +76,9 @@ $kendo-slider-draghandle-hover-border: k-color(primary-hover) !default;
76
76
  /// The gradient of the hovered Slider drag handle.
77
77
  /// @group slider
78
78
  $kendo-slider-draghandle-hover-gradient: null !default;
79
+ /// The shadow of the hovered Slider drag handle.
80
+ /// @group slider
81
+ $kendo-slider-draghandle-hover-shadow: null !default;
79
82
 
80
83
  /// The background color of the active Slider drag handle.
81
84
  /// @group slider
@@ -124,6 +127,9 @@ $kendo-slider-tick-horizontal-image: "data:image/gif;base64,R0lGODlhAQC0AIABALi4
124
127
  /// @group slider
125
128
  $kendo-slider-tick-vertical-image: "data:image/gif;base64,R0lGODlhtAABAIABALi4uAAAACH5BAEAAAEALAAAAAC0AAEAAAIWjIGJxqzazlux2ovlzND2rAHgSIZWAQA7" !default;
126
129
 
130
+ /// The background color of the Slider tick marker.
131
+ /// @group slider
132
+ $kendo-slider-tick-marker-bg: null !default;
127
133
 
128
134
  @forward "@progress/kendo-theme-core/scss/components/slider/_variables.scss" with (
129
135
  $kendo-slider-size: $kendo-slider-size,
@@ -149,6 +155,7 @@ $kendo-slider-tick-vertical-image: "data:image/gif;base64,R0lGODlhtAABAIABALi4uA
149
155
  $kendo-slider-draghandle-hover-text: $kendo-slider-draghandle-hover-text,
150
156
  $kendo-slider-draghandle-hover-border: $kendo-slider-draghandle-hover-border,
151
157
  $kendo-slider-draghandle-hover-gradient: $kendo-slider-draghandle-hover-gradient,
158
+ $kendo-slider-draghandle-hover-shadow: $kendo-slider-draghandle-hover-shadow,
152
159
  $kendo-slider-draghandle-pressed-bg: $kendo-slider-draghandle-pressed-bg,
153
160
  $kendo-slider-draghandle-pressed-text: $kendo-slider-draghandle-pressed-text,
154
161
  $kendo-slider-draghandle-pressed-border: $kendo-slider-draghandle-pressed-border,
@@ -162,5 +169,6 @@ $kendo-slider-tick-vertical-image: "data:image/gif;base64,R0lGODlhtAABAIABALi4uA
162
169
  $kendo-slider-selection-bg: $kendo-slider-selection-bg,
163
170
  $kendo-slider-disabled-opacity: $kendo-slider-disabled-opacity,
164
171
  $kendo-slider-tick-horizontal-image: $kendo-slider-tick-horizontal-image,
165
- $kendo-slider-tick-vertical-image: $kendo-slider-tick-vertical-image
172
+ $kendo-slider-tick-vertical-image: $kendo-slider-tick-vertical-image,
173
+ $kendo-slider-tick-marker-bg: $kendo-slider-tick-marker-bg
166
174
  );