@progress/kendo-theme-default 11.0.0-dev.0 → 11.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) 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.css +1 -1
  7. package/dist/default-nordic.css +1 -1
  8. package/dist/default-ocean-blue-a11y.css +1 -1
  9. package/dist/default-ocean-blue.css +1 -1
  10. package/dist/default-orange.css +1 -1
  11. package/dist/default-purple.css +1 -1
  12. package/dist/default-turquoise.css +1 -1
  13. package/dist/default-urban.css +1 -1
  14. package/dist/meta/sassdoc-data.json +4858 -3160
  15. package/dist/meta/sassdoc-raw-data.json +2295 -1520
  16. package/dist/meta/variables.json +259 -47
  17. package/lib/swatches/default-blue.json +1 -1
  18. package/lib/swatches/default-dataviz-v4.json +1 -1
  19. package/lib/swatches/default-green.json +1 -1
  20. package/lib/swatches/default-main-dark.json +1 -1
  21. package/lib/swatches/default-main.json +1 -1
  22. package/lib/swatches/default-nordic.json +1 -1
  23. package/lib/swatches/default-ocean-blue-a11y.json +1 -1
  24. package/lib/swatches/default-ocean-blue.json +1 -1
  25. package/lib/swatches/default-orange.json +1 -1
  26. package/lib/swatches/default-purple.json +1 -1
  27. package/lib/swatches/default-turquoise.json +1 -1
  28. package/lib/swatches/default-urban.json +1 -1
  29. package/package.json +4 -4
  30. package/scss/action-sheet/_variables.scss +4 -1
  31. package/scss/button/_variables.scss +4 -0
  32. package/scss/calendar/_variables.scss +21 -0
  33. package/scss/chip/_variables.scss +19 -0
  34. package/scss/coloreditor/_variables.scss +3 -3
  35. package/scss/colorgradient/_variables.scss +2 -32
  36. package/scss/dialog/_variables.scss +5 -0
  37. package/scss/drawer/_variables.scss +26 -1
  38. package/scss/list/_variables.scss +78 -3
  39. package/scss/menu/_variables.scss +8 -0
  40. package/scss/notification/_variables.scss +9 -0
  41. package/scss/slider/_variables.scss +10 -1
  42. package/scss/switch/_variables.scss +35 -1
  43. package/scss/tabstrip/_variables.scss +0 -1
  44. package/scss/timeselector/_variables.scss +6 -0
@@ -3,7 +3,7 @@
3
3
  "name": "Default Purple",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "11.0.0-dev.0",
6
+ "version": "11.0.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Turquoise",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "11.0.0-dev.0",
6
+ "version": "11.0.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Urban",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "11.0.0-dev.0",
6
+ "version": "11.0.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e3eef4",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-default",
3
3
  "description": "SASS resources for the default Kendo UI theme",
4
- "version": "11.0.0-dev.0",
4
+ "version": "11.0.0",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -52,12 +52,12 @@
52
52
  },
53
53
  "dependencies": {
54
54
  "@progress/kendo-svg-icons": "^4.1.0",
55
- "@progress/kendo-theme-core": "11.0.0-dev.0",
56
- "@progress/kendo-theme-utils": "11.0.0-dev.0"
55
+ "@progress/kendo-theme-core": "11.0.0",
56
+ "@progress/kendo-theme-utils": "11.0.0"
57
57
  },
58
58
  "directories": {
59
59
  "doc": "docs",
60
60
  "lib": "lib"
61
61
  },
62
- "gitHead": "b83fa9575266e751edf9317822154d05a4fc566a"
62
+ "gitHead": "1876d444bba4097d04448b5b42138dde80701bfe"
63
63
  }
@@ -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;
@@ -86,6 +86,7 @@ $kendo-actionsheet-item-disabled-opacity: null !default;
86
86
 
87
87
  // Adaptive Actionsheet
88
88
  $kendo-adaptive-actionsheet-font-size: var( --kendo-font-size-lg, inherit ) !default;
89
+ $kendo-adaptive-actionsheet-line-height: var( --kendo-line-height, inherit ) !default;
89
90
  $kendo-adaptive-actionsheet-titlebar-padding-y: k-spacing(4) !default;
90
91
  $kendo-adaptive-actionsheet-titlebar-padding-x: $kendo-adaptive-actionsheet-titlebar-padding-y !default;
91
92
  $kendo-adaptive-actionsheet-titlebar-border: k-color(border) !default;
@@ -141,6 +142,7 @@ $kendo-adaptive-actionsheet-footer-padding-x: k-spacing(4) !default;
141
142
  $kendo-actionsheet-item-title-font-weight: $kendo-actionsheet-item-title-font-weight,
142
143
  $kendo-actionsheet-item-title-text-transform: $kendo-actionsheet-item-title-text-transform,
143
144
  $kendo-actionsheet-item-description-font-size: $kendo-actionsheet-item-description-font-size,
145
+ $kendo-actionsheet-item-description-line-height: $kendo-actionsheet-item-description-line-height,
144
146
  $kendo-actionsheet-item-description-text: $kendo-actionsheet-item-description-text,
145
147
  $kendo-actionsheet-item-hover-bg: $kendo-actionsheet-item-hover-bg,
146
148
  $kendo-actionsheet-item-hover-text: $kendo-actionsheet-item-hover-text,
@@ -161,6 +163,7 @@ $kendo-adaptive-actionsheet-footer-padding-x: k-spacing(4) !default;
161
163
  $kendo-actionsheet-item-focus-background: $kendo-actionsheet-item-focus-background,
162
164
  $kendo-actionsheet-item-disabled-opacity: $kendo-actionsheet-item-disabled-opacity,
163
165
  $kendo-adaptive-actionsheet-font-size: $kendo-adaptive-actionsheet-font-size,
166
+ $kendo-adaptive-actionsheet-line-height: $kendo-adaptive-actionsheet-line-height,
164
167
  $kendo-adaptive-actionsheet-titlebar-padding-y: $kendo-adaptive-actionsheet-titlebar-padding-y,
165
168
  $kendo-adaptive-actionsheet-titlebar-padding-x: $kendo-adaptive-actionsheet-titlebar-padding-x,
166
169
  $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
@@ -281,6 +284,7 @@ $kendo-button-transition: color .2s ease-in-out !default;
281
284
  $kendo-button-md-padding-y: $kendo-button-md-padding-y,
282
285
  $kendo-button-lg-padding-y: $kendo-button-lg-padding-y,
283
286
  $kendo-button-font-family: $kendo-button-font-family,
287
+ $kendo-button-font-weight: $kendo-button-font-weight,
284
288
  $kendo-button-font-size: $kendo-button-font-size,
285
289
  $kendo-button-sm-font-size: $kendo-button-sm-font-size,
286
290
  $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: color !default;
160
163
  /// The color of the current day in the Calendar.
161
164
  /// @group calendar
162
165
  $kendo-calendar-today-color: k-color(primary) !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
@@ -362,6 +378,7 @@ $kendo-calendar-sizes: (
362
378
  $kendo-calendar-font-family: $kendo-calendar-font-family,
363
379
  $kendo-calendar-font-size: $kendo-calendar-font-size,
364
380
  $kendo-calendar-line-height: $kendo-calendar-line-height,
381
+ $kendo-calendar-border-radius: $kendo-calendar-border-radius,
365
382
  $kendo-calendar-cell-size: $kendo-calendar-cell-size,
366
383
  $kendo-calendar-bg: $kendo-calendar-bg,
367
384
  $kendo-calendar-text: $kendo-calendar-text,
@@ -404,6 +421,8 @@ $kendo-calendar-sizes: (
404
421
  $kendo-calendar-weekend-text: $kendo-calendar-weekend-text,
405
422
  $kendo-calendar-today-style: $kendo-calendar-today-style,
406
423
  $kendo-calendar-today-color: $kendo-calendar-today-color,
424
+ $kendo-calendar-today-font-weight: $kendo-calendar-today-font-weight,
425
+ $kendo-calendar-today-box-shadow: $kendo-calendar-today-box-shadow,
407
426
  $kendo-calendar-week-number-bg: $kendo-calendar-week-number-bg,
408
427
  $kendo-calendar-week-number-text: $kendo-calendar-week-number-text,
409
428
  $kendo-calendar-other-month-bg: $kendo-calendar-other-month-bg,
@@ -432,6 +451,8 @@ $kendo-calendar-sizes: (
432
451
  $kendo-calendar-navigation-text: $kendo-calendar-navigation-text,
433
452
  $kendo-calendar-navigation-border: $kendo-calendar-navigation-border,
434
453
  $kendo-calendar-navigation-hover-text: $kendo-calendar-navigation-hover-text,
454
+ $kendo-calendar-navigation-marker-text: $kendo-calendar-navigation-marker-text,
455
+ $kendo-calendar-range-bg: $kendo-calendar-range-bg,
435
456
  $kendo-infinite-calendar-header-padding-x: $kendo-infinite-calendar-header-padding-x,
436
457
  $kendo-infinite-calendar-header-padding-y: $kendo-infinite-calendar-header-padding-y,
437
458
  $kendo-infinite-calendar-view-padding-x: $kendo-infinite-calendar-view-padding-x,
@@ -39,6 +39,10 @@ $kendo-chip-md-padding-y: $kendo-chip-padding-y !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.
@@ -192,6 +207,7 @@ $kendo-chip-list-sizes: (
192
207
  $kendo-chip-sm-padding-y: $kendo-chip-sm-padding-y,
193
208
  $kendo-chip-md-padding-y: $kendo-chip-md-padding-y,
194
209
  $kendo-chip-lg-padding-y: $kendo-chip-lg-padding-y,
210
+ $kendo-chip-font-weight: $kendo-chip-font-weight,
195
211
  $kendo-chip-font-size: $kendo-chip-font-size,
196
212
  $kendo-chip-sm-font-size: $kendo-chip-sm-font-size,
197
213
  $kendo-chip-md-font-size: $kendo-chip-md-font-size,
@@ -224,5 +240,8 @@ $kendo-chip-list-sizes: (
224
240
  $kendo-chip-outline-hover-text: $kendo-chip-outline-hover-text,
225
241
  $kendo-chip-outline-selected-bg: $kendo-chip-outline-selected-bg,
226
242
  $kendo-chip-outline-selected-text: $kendo-chip-outline-selected-text,
243
+ $kendo-chip-disabled-bg: $kendo-chip-disabled-bg,
244
+ $kendo-chip-disabled-text: $kendo-chip-disabled-text,
245
+ $kendo-chip-disabled-border: $kendo-chip-disabled-border,
227
246
  $kendo-chip-list-sizes: $kendo-chip-list-sizes
228
247
  );
@@ -81,13 +81,13 @@ $kendo-color-editor-lg-header-padding-x: k-spacing(4.5) !default;
81
81
 
82
82
  /// The width of the ColorEditor preview.
83
83
  /// @group color-editor
84
- $kendo-color-editor-color-preview-width: 32px !default;
84
+ $kendo-color-editor-color-preview-width: 34px !default;
85
85
  /// The height of the ColorEditor preview.
86
86
  /// @group color-editor
87
- $kendo-color-editor-color-preview-height: 12px !default;
87
+ $kendo-color-editor-color-preview-height: 14px !default;
88
88
  /// The spacing between the colors in the ColorEditor preview.
89
89
  /// @group color-editor
90
- $kendo-color-editor-preview-gap: k-spacing(1) !default;
90
+ $kendo-color-editor-preview-gap: k-spacing(0.5) !default;
91
91
  /// The spacing between the colors in the small ColorEditor preview.
92
92
  /// @group color-editor
93
93
  $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,22 +122,13 @@ $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;
138
129
  /// The background image of the ColorGradient alpha slider.
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
- /// The height of the small ColorGradient vertical slider.
142
- /// @group color-gradient
143
- $kendo-color-gradient-sm-slider-vertical-size: $kendo-color-gradient-slider-vertical-size !default;
144
- /// The height of the medium ColorGradient vertical slider.
145
- /// @group color-gradient
146
- $kendo-color-gradient-md-slider-vertical-size: $kendo-color-gradient-slider-vertical-size !default;
147
- /// The height of the large ColorGradient vertical slider.
148
- /// @group color-gradient
149
- $kendo-color-gradient-lg-slider-vertical-size: 268px !default;
150
132
 
151
133
  /// The width of the ColorGradient canvas drag handle.
152
134
  /// @group color-gradient
@@ -224,8 +206,6 @@ $kendo-color-gradient-contrast-spacer: calc( #{$kendo-color-gradient-spacer} / 1
224
206
  $kendo-color-gradient-sizes: (
225
207
  sm: (
226
208
  width: $kendo-color-gradient-sm-width,
227
- vertical-slider-height: $kendo-color-gradient-sm-slider-vertical-size,
228
- rectangle-height: $kendo-color-gradient-sm-canvas-rectangle-height,
229
209
  input-width: $kendo-color-gradient-sm-input-width,
230
210
  gap: $kendo-color-gradient-sm-gap,
231
211
  canvas-gap: $kendo-color-gradient-sm-canvas-gap,
@@ -234,8 +214,6 @@ $kendo-color-gradient-sizes: (
234
214
  ),
235
215
  md: (
236
216
  width: $kendo-color-gradient-md-width,
237
- vertical-slider-height: $kendo-color-gradient-md-slider-vertical-size,
238
- rectangle-height: $kendo-color-gradient-md-canvas-rectangle-height,
239
217
  input-width: $kendo-color-gradient-md-input-width,
240
218
  gap: $kendo-color-gradient-md-gap,
241
219
  canvas-gap: $kendo-color-gradient-md-canvas-gap,
@@ -244,8 +222,6 @@ $kendo-color-gradient-sizes: (
244
222
  ),
245
223
  lg: (
246
224
  width: $kendo-color-gradient-lg-width,
247
- vertical-slider-height: $kendo-color-gradient-lg-slider-vertical-size,
248
- rectangle-height: $kendo-color-gradient-lg-canvas-rectangle-height,
249
225
  input-width: $kendo-color-gradient-lg-input-width,
250
226
  gap: $kendo-color-gradient-lg-gap,
251
227
  canvas-gap: $kendo-color-gradient-lg-canvas-gap,
@@ -279,9 +255,6 @@ $kendo-color-gradient-sizes: (
279
255
  $kendo-color-gradient-canvas-border-radius: $kendo-color-gradient-canvas-border-radius,
280
256
  $kendo-color-gradient-canvas-gap: $kendo-color-gradient-canvas-gap,
281
257
  $kendo-color-gradient-canvas-rectangle-height: $kendo-color-gradient-canvas-rectangle-height,
282
- $kendo-color-gradient-sm-canvas-rectangle-height: $kendo-color-gradient-sm-canvas-rectangle-height,
283
- $kendo-color-gradient-md-canvas-rectangle-height: $kendo-color-gradient-md-canvas-rectangle-height,
284
- $kendo-color-gradient-lg-canvas-rectangle-height: $kendo-color-gradient-lg-canvas-rectangle-height,
285
258
  $kendo-color-gradient-sm-canvas-gap: $kendo-color-gradient-sm-canvas-gap,
286
259
  $kendo-color-gradient-md-canvas-gap: $kendo-color-gradient-md-canvas-gap,
287
260
  $kendo-color-gradient-lg-canvas-gap: $kendo-color-gradient-lg-canvas-gap,
@@ -297,9 +270,6 @@ $kendo-color-gradient-sizes: (
297
270
  $kendo-color-gradient-slider-vertical-size: $kendo-color-gradient-slider-vertical-size,
298
271
  $kendo-color-gradient-slider-horizontal-size: $kendo-color-gradient-slider-horizontal-size,
299
272
  $kendo-color-gradient-slider-alpha-bgr: $kendo-color-gradient-slider-alpha-bgr,
300
- $kendo-color-gradient-sm-slider-vertical-size: $kendo-color-gradient-sm-slider-vertical-size,
301
- $kendo-color-gradient-md-slider-vertical-size: $kendo-color-gradient-md-slider-vertical-size,
302
- $kendo-color-gradient-lg-slider-vertical-size: $kendo-color-gradient-lg-slider-vertical-size,
303
273
  $kendo-color-gradient-draghandle-width: $kendo-color-gradient-draghandle-width,
304
274
  $kendo-color-gradient-draghandle-height: $kendo-color-gradient-draghandle-height,
305
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: (
@@ -43,5 +47,6 @@ $kendo-dialog-theme-colors: (
43
47
  $kendo-dialog-buttongroup-padding-y: $kendo-dialog-buttongroup-padding-y,
44
48
  $kendo-dialog-buttongroup-border-width: $kendo-dialog-buttongroup-border-width,
45
49
  $kendo-dialog-button-spacing: $kendo-dialog-button-spacing,
50
+ $kendo-dialog-bg: $kendo-dialog-bg,
46
51
  $kendo-dialog-theme-colors: $kendo-dialog-theme-colors
47
52
  );
@@ -51,18 +51,30 @@ $kendo-drawer-scrollbar-radius: 20px !default;
51
51
  /// @group drawer
52
52
  $kendo-drawer-scrollbar-hover-color: rgba(156, 156, 156, 1) !default;
53
53
 
54
+ /// The horizontal padding of the Drawer items.
55
+ /// @group drawer
56
+ $kendo-drawer-items-padding-x: 0 !default;
57
+ /// The vertical padding of the Drawer items.
58
+ /// @group drawer
59
+ $kendo-drawer-items-padding-y: 0 !default;
54
60
  /// The horizontal padding of the Drawer item.
55
61
  /// @group drawer
56
62
  $kendo-drawer-item-padding-x: k-spacing(4) !default;
57
63
  /// The vertical padding of the Drawer item.
58
64
  /// @group drawer
59
65
  $kendo-drawer-item-padding-y: k-spacing(2) !default;
66
+ /// The spacing between the items in the Drawer item.
67
+ /// @group drawer
68
+ $kendo-drawer-item-spacing: $kendo-drawer-item-padding-x !default;
60
69
  /// The font size of the Drawer item.
61
70
  /// @group drawer
62
71
  $kendo-drawer-item-font-size: var( --kendo-font-size-lg, inherit ) !default;
63
72
  /// The line height of the Drawer item.
64
73
  /// @group drawer
65
74
  $kendo-drawer-item-line-height: var( --kendo-line-height-lg, normal ) !default;
75
+ /// The font weight of the Drawer item.
76
+ /// @group drawer
77
+ $kendo-drawer-item-font-weight: var( --kendo-font-weight, normal ) !default;
66
78
 
67
79
  /// The horizontal padding of the Drawer item in each level.
68
80
  /// @group drawer
@@ -70,6 +82,9 @@ $kendo-drawer-item-level-padding-x: $kendo-drawer-item-padding-x !default;
70
82
  /// The count of the Drawer item levels.
71
83
  /// @group drawer
72
84
  $kendo-drawer-item-level-count: 5 !default;
85
+ /// The border radius of the Drawer item.
86
+ /// @group drawer
87
+ $kendo-drawer-item-border-radius: null !default;
73
88
 
74
89
  /// The horizontal padding of the Drawer icon.
75
90
  /// @group drawer
@@ -111,6 +126,10 @@ $kendo-drawer-selected-hover-bg: k-color(primary-hover) !default;
111
126
  /// @group drawer
112
127
  $kendo-drawer-selected-hover-text: k-color(on-primary) !default;
113
128
 
129
+ /// The background color of the selected and focused Drawer item.
130
+ /// @group drawer
131
+ $kendo-drawer-selected-focus-bg: null !default;
132
+
114
133
  @forward "@progress/kendo-theme-core/scss/components/drawer/_variables.scss" with (
115
134
  $kendo-drawer-bg: $kendo-drawer-bg,
116
135
  $kendo-drawer-text: $kendo-drawer-text,
@@ -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
  );
@@ -59,6 +59,20 @@ $kendo-list-header-font-weight: var( --kendo-font-weight-bold, normal ) !default
59
59
  /// @group list
60
60
  $kendo-list-filter-padding: k-spacing(2) !default;
61
61
 
62
+ /// The horizontal padding of the List filter, when no size is set.
63
+ /// @group list
64
+ $kendo-list-filter-padding-x: $kendo-list-filter-padding !default;
65
+ $kendo-list-sm-filter-padding-x: $kendo-list-filter-padding !default;
66
+ $kendo-list-md-filter-padding-x: $kendo-list-filter-padding !default;
67
+ $kendo-list-lg-filter-padding-x: $kendo-list-filter-padding !default;
68
+
69
+ /// The vertical padding of the List filter, when no size is set.
70
+ /// @group list
71
+ $kendo-list-filter-padding-y: $kendo-list-filter-padding !default;
72
+ $kendo-list-sm-filter-padding-y: $kendo-list-filter-padding !default;
73
+ $kendo-list-md-filter-padding-y: $kendo-list-filter-padding !default;
74
+ $kendo-list-lg-filter-padding-y: $kendo-list-filter-padding !default;
75
+
62
76
  /// The horizontal padding of the List items, when no size is set.
63
77
  /// @group list
64
78
  $kendo-list-item-padding-x: null !default;
@@ -123,6 +137,29 @@ $kendo-list-lg-group-item-line-height: null !default;
123
137
  /// @group list
124
138
  $kendo-list-group-item-font-weight: var( --kendo-font-weight-bold, normal ) !default;
125
139
 
140
+ /// The font size of the List item group label.
141
+ /// @group list
142
+ $kendo-list-item-group-label-sm-font-size: .75em !default;
143
+ $kendo-list-item-group-label-md-font-size: .75em !default;
144
+ $kendo-list-item-group-label-lg-font-size: .75em !default;
145
+
146
+ /// The line-height of the List item group label.
147
+ /// @group list
148
+ $kendo-list-item-group-label-sm-line-height: inherit !default;
149
+ $kendo-list-item-group-label-md-line-height: inherit !default;
150
+ $kendo-list-item-group-label-lg-line-height: inherit !default;
151
+
152
+ /// The horizontal padding of the List item group label.
153
+ /// @group list
154
+ $kendo-list-item-group-label-sm-padding-x: .5em !default;
155
+ $kendo-list-item-group-label-md-padding-x: .5em !default;
156
+ $kendo-list-item-group-label-lg-padding-x: .5em !default;
157
+
158
+ /// The vertical padding of the List item group label.
159
+ /// @group list
160
+ $kendo-list-item-group-label-sm-padding-y: 0 !default;
161
+ $kendo-list-item-group-label-md-padding-y: 0 !default;
162
+ $kendo-list-item-group-label-lg-padding-y: 0 !default;
126
163
 
127
164
  /// The map with the sizes of the List.
128
165
  /// @group list
@@ -141,7 +178,13 @@ $kendo-list-sizes: (
141
178
  group-item-padding-x: $kendo-list-sm-group-item-padding-x,
142
179
  group-item-padding-y: $kendo-list-sm-group-item-padding-y,
143
180
  group-item-font-size: null,
144
- group-item-line-height: null
181
+ group-item-line-height: null,
182
+ item-group-label-padding-x: $kendo-list-item-group-label-sm-padding-x,
183
+ item-group-label-padding-y: $kendo-list-item-group-label-sm-padding-y,
184
+ item-group-label-font-size: $kendo-list-item-group-label-sm-font-size,
185
+ item-group-label-line-height: $kendo-list-item-group-label-sm-line-height,
186
+ filter-padding-x: $kendo-list-sm-filter-padding-x,
187
+ filter-padding-y: $kendo-list-sm-filter-padding-y
145
188
  ),
146
189
  md: (
147
190
  font-size: $kendo-list-md-font-size,
@@ -157,7 +200,13 @@ $kendo-list-sizes: (
157
200
  group-item-padding-x: $kendo-list-md-group-item-padding-x,
158
201
  group-item-padding-y: $kendo-list-md-group-item-padding-y,
159
202
  group-item-font-size: null,
160
- group-item-line-height: null
203
+ group-item-line-height: null,
204
+ item-group-label-padding-x: $kendo-list-item-group-label-md-padding-x,
205
+ item-group-label-padding-y: $kendo-list-item-group-label-md-padding-y,
206
+ item-group-label-font-size: $kendo-list-item-group-label-md-font-size,
207
+ item-group-label-line-height: $kendo-list-item-group-label-md-line-height,
208
+ filter-padding-x: $kendo-list-md-filter-padding-x,
209
+ filter-padding-y: $kendo-list-md-filter-padding-y
161
210
  ),
162
211
  lg: (
163
212
  font-size: $kendo-list-lg-font-size,
@@ -173,7 +222,13 @@ $kendo-list-sizes: (
173
222
  group-item-padding-x: $kendo-list-lg-group-item-padding-x,
174
223
  group-item-padding-y: $kendo-list-lg-group-item-padding-y,
175
224
  group-item-font-size: null,
176
- group-item-line-height: null
225
+ group-item-line-height: null,
226
+ item-group-label-padding-x: $kendo-list-item-group-label-lg-padding-x,
227
+ item-group-label-padding-y: $kendo-list-item-group-label-lg-padding-y,
228
+ item-group-label-font-size: $kendo-list-item-group-label-lg-font-size,
229
+ item-group-label-line-height: $kendo-list-item-group-label-lg-line-height,
230
+ filter-padding-x: $kendo-list-lg-filter-padding-x,
231
+ filter-padding-y: $kendo-list-lg-filter-padding-y
177
232
  )
178
233
  ) !default;
179
234
 
@@ -304,6 +359,18 @@ $kendo-list-option-label-text: k-color(subtle) !default;
304
359
  $kendo-list-sm-group-item-padding-y: $kendo-list-sm-group-item-padding-y,
305
360
  $kendo-list-md-group-item-padding-y: $kendo-list-md-group-item-padding-y,
306
361
  $kendo-list-lg-group-item-padding-y: $kendo-list-lg-group-item-padding-y,
362
+ $kendo-list-item-group-label-sm-padding-x: $kendo-list-item-group-label-sm-padding-x,
363
+ $kendo-list-item-group-label-md-padding-x: $kendo-list-item-group-label-md-padding-x,
364
+ $kendo-list-item-group-label-lg-padding-x: $kendo-list-item-group-label-lg-padding-x,
365
+ $kendo-list-item-group-label-sm-padding-y: $kendo-list-item-group-label-sm-padding-y,
366
+ $kendo-list-item-group-label-md-padding-y: $kendo-list-item-group-label-md-padding-y,
367
+ $kendo-list-item-group-label-lg-padding-y: $kendo-list-item-group-label-lg-padding-y,
368
+ $kendo-list-item-group-label-sm-font-size: $kendo-list-item-group-label-sm-font-size,
369
+ $kendo-list-item-group-label-md-font-size: $kendo-list-item-group-label-md-font-size,
370
+ $kendo-list-item-group-label-lg-font-size: $kendo-list-item-group-label-lg-font-size,
371
+ $kendo-list-item-group-label-sm-line-height: $kendo-list-item-group-label-sm-line-height,
372
+ $kendo-list-item-group-label-md-line-height: $kendo-list-item-group-label-md-line-height,
373
+ $kendo-list-item-group-label-lg-line-height: $kendo-list-item-group-label-lg-line-height,
307
374
  $kendo-list-group-item-border-width: $kendo-list-group-item-border-width,
308
375
  $kendo-list-group-item-font-size: $kendo-list-group-item-font-size,
309
376
  $kendo-list-sm-group-item-font-size: $kendo-list-sm-group-item-font-size,
@@ -313,6 +380,14 @@ $kendo-list-option-label-text: k-color(subtle) !default;
313
380
  $kendo-list-sm-group-item-line-height: $kendo-list-sm-group-item-line-height,
314
381
  $kendo-list-md-group-item-line-height: $kendo-list-md-group-item-line-height,
315
382
  $kendo-list-lg-group-item-line-height: $kendo-list-lg-group-item-line-height,
383
+ $kendo-list-filter-padding-x: $kendo-list-filter-padding-x,
384
+ $kendo-list-filter-padding-y: $kendo-list-filter-padding-y,
385
+ $kendo-list-sm-filter-padding-x: $kendo-list-sm-filter-padding-x,
386
+ $kendo-list-sm-filter-padding-y: $kendo-list-sm-filter-padding-y,
387
+ $kendo-list-md-filter-padding-x: $kendo-list-md-filter-padding-x,
388
+ $kendo-list-md-filter-padding-y: $kendo-list-md-filter-padding-y,
389
+ $kendo-list-lg-filter-padding-x: $kendo-list-lg-filter-padding-x,
390
+ $kendo-list-lg-filter-padding-y: $kendo-list-lg-filter-padding-y,
316
391
  $kendo-list-group-item-font-weight: $kendo-list-group-item-font-weight,
317
392
  $kendo-list-sizes: $kendo-list-sizes,
318
393
  $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
 
@@ -311,6 +317,8 @@ $kendo-menu-popup-item-focus-shadow: $kendo-menu-item-focus-shadow !default;
311
317
  $kendo-menu-scroll-button-hover-text: $kendo-menu-scroll-button-hover-text,
312
318
  $kendo-menu-scroll-button-hover-border: $kendo-menu-scroll-button-hover-border,
313
319
  $kendo-menu-scroll-button-hover-gradient: $kendo-menu-scroll-button-hover-gradient,
320
+ $kendo-menu-icon-padding-x: $kendo-menu-icon-padding-x,
321
+ $kendo-menu-icon-padding-y: $kendo-menu-icon-padding-y,
314
322
  $kendo-menu-separator-margin-inline: $kendo-menu-separator-margin-inline,
315
323
  $kendo-menu-separator-margin-block: $kendo-menu-separator-margin-block,
316
324
  $kendo-menu-separator-border: $kendo-menu-separator-border,
@@ -32,6 +32,13 @@ $kendo-notification-font-size: var( --kendo-font-size-sm, inherit ) !default;
32
32
  /// The line height of the Notification.
33
33
  /// @group notification
34
34
  $kendo-notification-line-height: va( --kendo-line-height, normal ) !default;
35
+ /// The horizontal padding of the Notification actions.
36
+ /// @group notification
37
+ $kendo-notification-actions-padding-x: null !default;
38
+ /// The vertical padding of the Notification actions.
39
+ /// @group notification
40
+ $kendo-notification-actions-padding-y: $kendo-notification-actions-padding-x !default;
41
+
35
42
  /// The background color of the Notification.
36
43
  /// @group notification
37
44
  $kendo-notification-bg: k-color(surface-alt) !default;
@@ -76,6 +83,8 @@ $kendo-notification-theme: notification-theme( $kendo-notification-theme-colors
76
83
  $kendo-notification-font-family: $kendo-notification-font-family,
77
84
  $kendo-notification-font-size: $kendo-notification-font-size,
78
85
  $kendo-notification-line-height: $kendo-notification-line-height,
86
+ $kendo-notification-actions-padding-x: $kendo-notification-actions-padding-x,
87
+ $kendo-notification-actions-padding-y: $kendo-notification-actions-padding-y,
79
88
  $kendo-notification-bg: $kendo-notification-bg,
80
89
  $kendo-notification-text: $kendo-notification-text,
81
90
  $kendo-notification-border: $kendo-notification-border,
@@ -76,6 +76,9 @@ $kendo-slider-draghandle-hover-border: k-color(primary) !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,10 @@ $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;
133
+
127
134
  @forward "@progress/kendo-theme-core/scss/components/slider/_variables.scss" with (
128
135
  $kendo-slider-size: $kendo-slider-size,
129
136
  $kendo-slider-tick-size: $kendo-slider-tick-size,
@@ -148,6 +155,7 @@ $kendo-slider-tick-vertical-image: "data:image/gif;base64,R0lGODlhtAABAIABALi4uA
148
155
  $kendo-slider-draghandle-hover-text: $kendo-slider-draghandle-hover-text,
149
156
  $kendo-slider-draghandle-hover-border: $kendo-slider-draghandle-hover-border,
150
157
  $kendo-slider-draghandle-hover-gradient: $kendo-slider-draghandle-hover-gradient,
158
+ $kendo-slider-draghandle-hover-shadow: $kendo-slider-draghandle-hover-shadow,
151
159
  $kendo-slider-draghandle-pressed-bg: $kendo-slider-draghandle-pressed-bg,
152
160
  $kendo-slider-draghandle-pressed-text: $kendo-slider-draghandle-pressed-text,
153
161
  $kendo-slider-draghandle-pressed-border: $kendo-slider-draghandle-pressed-border,
@@ -161,5 +169,6 @@ $kendo-slider-tick-vertical-image: "data:image/gif;base64,R0lGODlhtAABAIABALi4uA
161
169
  $kendo-slider-selection-bg: $kendo-slider-selection-bg,
162
170
  $kendo-slider-disabled-opacity: $kendo-slider-disabled-opacity,
163
171
  $kendo-slider-tick-horizontal-image: $kendo-slider-tick-horizontal-image,
164
- $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
165
174
  );