@progress/kendo-theme-bootstrap 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 (43) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/bootstrap-3-dark.css +1 -1
  3. package/dist/bootstrap-3.css +1 -1
  4. package/dist/bootstrap-4-dark.css +1 -1
  5. package/dist/bootstrap-4.css +1 -1
  6. package/dist/bootstrap-dataviz-v4.css +1 -1
  7. package/dist/bootstrap-main-dark.css +1 -1
  8. package/dist/bootstrap-main.css +1 -1
  9. package/dist/bootstrap-nordic.css +1 -1
  10. package/dist/bootstrap-turquoise-dark.css +1 -1
  11. package/dist/bootstrap-turquoise.css +1 -1
  12. package/dist/bootstrap-urban.css +1 -1
  13. package/dist/bootstrap-vintage.css +1 -1
  14. package/dist/meta/sassdoc-data.json +4694 -2996
  15. package/dist/meta/sassdoc-raw-data.json +2237 -1462
  16. package/dist/meta/variables.json +249 -37
  17. package/lib/swatches/bootstrap-3-dark.json +1 -1
  18. package/lib/swatches/bootstrap-3.json +1 -1
  19. package/lib/swatches/bootstrap-4-dark.json +1 -1
  20. package/lib/swatches/bootstrap-4.json +1 -1
  21. package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
  22. package/lib/swatches/bootstrap-main-dark.json +1 -1
  23. package/lib/swatches/bootstrap-main.json +1 -1
  24. package/lib/swatches/bootstrap-nordic.json +1 -1
  25. package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
  26. package/lib/swatches/bootstrap-turquoise.json +1 -1
  27. package/lib/swatches/bootstrap-urban.json +1 -1
  28. package/lib/swatches/bootstrap-vintage.json +1 -1
  29. package/package.json +4 -4
  30. package/scss/action-sheet/_variables.scss +5 -0
  31. package/scss/button/_variables.scss +4 -0
  32. package/scss/calendar/_variables.scss +20 -1
  33. package/scss/chip/_theme.scss +2 -2
  34. package/scss/chip/_variables.scss +19 -0
  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 +80 -3
  39. package/scss/menu/_variables.scss +8 -0
  40. package/scss/notification/_variables.scss +8 -0
  41. package/scss/slider/_variables.scss +9 -1
  42. package/scss/switch/_variables.scss +35 -1
  43. package/scss/timeselector/_variables.scss +6 -0
@@ -61,6 +61,8 @@ $kendo-actionsheet-item-title-text-transform: null !default;
61
61
  $kendo-actionsheet-item-description-font-size: .875em !default;
62
62
  $kendo-actionsheet-item-description-text: k-color(subtle) !default;
63
63
 
64
+ $kendo-actionsheet-item-description-line-height: null !default;
65
+
64
66
  $kendo-actionsheet-item-hover-bg: k-color(base-subtle-hover) !default;
65
67
  $kendo-actionsheet-item-hover-text: null !default;
66
68
  $kendo-actionsheet-item-hover-border: null !default;
@@ -82,6 +84,7 @@ $kendo-actionsheet-item-disabled-shadow: null !default;
82
84
 
83
85
  // Adaptive Actionsheet
84
86
  $kendo-adaptive-actionsheet-font-size: var( --kendo-font-size-lg, inherit ) !default;
87
+ $kendo-adaptive-actionsheet-line-height: var( --kendo-line-height, inherit ) !default;
85
88
  $kendo-adaptive-actionsheet-titlebar-padding-y: k-spacing(4) !default;
86
89
  $kendo-adaptive-actionsheet-titlebar-padding-x: $kendo-adaptive-actionsheet-titlebar-padding-y !default;
87
90
 
@@ -137,6 +140,7 @@ $kendo-adaptive-actionsheet-footer-padding-x: k-spacing(4) !default;
137
140
  $kendo-actionsheet-item-title-font-weight: $kendo-actionsheet-item-title-font-weight,
138
141
  $kendo-actionsheet-item-title-text-transform: $kendo-actionsheet-item-title-text-transform,
139
142
  $kendo-actionsheet-item-description-font-size: $kendo-actionsheet-item-description-font-size,
143
+ $kendo-actionsheet-item-description-line-height: $kendo-actionsheet-item-description-line-height,
140
144
  $kendo-actionsheet-item-description-text: $kendo-actionsheet-item-description-text,
141
145
  $kendo-actionsheet-item-hover-bg: $kendo-actionsheet-item-hover-bg,
142
146
  $kendo-actionsheet-item-hover-text: $kendo-actionsheet-item-hover-text,
@@ -154,6 +158,7 @@ $kendo-adaptive-actionsheet-footer-padding-x: k-spacing(4) !default;
154
158
  $kendo-actionsheet-item-disabled-gradient: $kendo-actionsheet-item-disabled-gradient,
155
159
  $kendo-actionsheet-item-disabled-shadow: $kendo-actionsheet-item-disabled-shadow,
156
160
  $kendo-adaptive-actionsheet-font-size: $kendo-adaptive-actionsheet-font-size,
161
+ $kendo-adaptive-actionsheet-line-height: $kendo-adaptive-actionsheet-line-height,
157
162
  $kendo-adaptive-actionsheet-titlebar-padding-y: $kendo-adaptive-actionsheet-titlebar-padding-y,
158
163
  $kendo-adaptive-actionsheet-titlebar-padding-x: $kendo-adaptive-actionsheet-titlebar-padding-x,
159
164
  $kendo-adaptive-actionsheet-content-padding-y: $kendo-adaptive-actionsheet-content-padding-y,
@@ -43,6 +43,9 @@ $kendo-button-lg-padding-y: k-spacing(2) !default;
43
43
  /// The font family of the Button.
44
44
  /// @group button
45
45
  $kendo-button-font-family: var( --kendo-font-family, inherit ) !default;
46
+ /// The font weight of the Button.
47
+ /// @group button
48
+ $kendo-button-font-weight: var( --kendo-font-weight-normal, normal ) !default;
46
49
 
47
50
  /// The font size of the Button.
48
51
  /// @group button
@@ -284,6 +287,7 @@ $kendo-button-transition: $kendo-transition !default;
284
287
  $kendo-button-md-padding-y: $kendo-button-md-padding-y,
285
288
  $kendo-button-lg-padding-y: $kendo-button-lg-padding-y,
286
289
  $kendo-button-font-family: $kendo-button-font-family,
290
+ $kendo-button-font-weight: $kendo-button-font-weight,
287
291
  $kendo-button-font-size: $kendo-button-font-size,
288
292
  $kendo-button-sm-font-size: $kendo-button-sm-font-size,
289
293
  $kendo-button-md-font-size: $kendo-button-md-font-size,
@@ -16,6 +16,9 @@ $kendo-calendar-font-size: var( --kendo-font-size, inherit ) !default;
16
16
  /// The line height of the Calendar.
17
17
  /// @group calendar
18
18
  $kendo-calendar-line-height: var( --kendo-line-height, normal ) !default;
19
+ /// The border-radius of the Calendar.
20
+ /// @group calendar
21
+ $kendo-calendar-border-radius: 0 !default;
19
22
 
20
23
  /// The size of the cells in the Calendar.
21
24
  /// @group calendar
@@ -156,6 +159,12 @@ $kendo-calendar-today-style: box !default;
156
159
  /// The color of the current day in the Calendar.
157
160
  /// @group calendar
158
161
  $kendo-calendar-today-color: k-color(primary) !default;
162
+ /// The font weight of the current day in the Calendar.
163
+ /// @group calendar
164
+ $kendo-calendar-today-font-weight: var( --kendo-font-weight-bold, normal ) !default;
165
+ /// The box shadow of the current day in the Calendar.
166
+ /// @group calendar
167
+ $kendo-calendar-today-box-shadow: null !default;
159
168
 
160
169
  /// The background color of the week number cells in the Calendar.
161
170
  /// @group calendar
@@ -247,11 +256,16 @@ $kendo-calendar-navigation-text: $kendo-calendar-header-text !default;
247
256
  /// The border color of the Calendar navigation.
248
257
  /// @group calendar
249
258
  $kendo-calendar-navigation-border: $kendo-calendar-header-border !default;
250
-
251
259
  /// The text color of the hovered items in the Calendar navigation.
252
260
  /// @group calendar
253
261
  $kendo-calendar-navigation-hover-text: k-color(primary-hover) !default;
262
+ /// The text color of the marker in the Calendar navigation.
263
+ /// @group calendar
264
+ $kendo-calendar-navigation-marker-text: currentColor !default;
254
265
 
266
+ /// The background color of the Calendar range selection.
267
+ /// @group calendar
268
+ $kendo-calendar-range-bg: color-mix(in srgb, k-color(primary) 25%, transparent) !default;
255
269
 
256
270
  /// The horizontal padding of the header in the Infinite Calendar.
257
271
  /// @group calendar
@@ -359,6 +373,7 @@ $kendo-calendar-sizes: (
359
373
  $kendo-calendar-font-family: $kendo-calendar-font-family,
360
374
  $kendo-calendar-font-size: $kendo-calendar-font-size,
361
375
  $kendo-calendar-line-height: $kendo-calendar-line-height,
376
+ $kendo-calendar-border-radius: $kendo-calendar-border-radius,
362
377
  $kendo-calendar-cell-size: $kendo-calendar-cell-size,
363
378
  $kendo-calendar-bg: $kendo-calendar-bg,
364
379
  $kendo-calendar-text: $kendo-calendar-text,
@@ -401,6 +416,8 @@ $kendo-calendar-sizes: (
401
416
  $kendo-calendar-weekend-text: $kendo-calendar-weekend-text,
402
417
  $kendo-calendar-today-style: $kendo-calendar-today-style,
403
418
  $kendo-calendar-today-color: $kendo-calendar-today-color,
419
+ $kendo-calendar-today-font-weight: $kendo-calendar-today-font-weight,
420
+ $kendo-calendar-today-box-shadow: $kendo-calendar-today-box-shadow,
404
421
  $kendo-calendar-week-number-bg: $kendo-calendar-week-number-bg,
405
422
  $kendo-calendar-week-number-text: $kendo-calendar-week-number-text,
406
423
  $kendo-calendar-other-month-bg: $kendo-calendar-other-month-bg,
@@ -429,6 +446,8 @@ $kendo-calendar-sizes: (
429
446
  $kendo-calendar-navigation-text: $kendo-calendar-navigation-text,
430
447
  $kendo-calendar-navigation-border: $kendo-calendar-navigation-border,
431
448
  $kendo-calendar-navigation-hover-text: $kendo-calendar-navigation-hover-text,
449
+ $kendo-calendar-navigation-marker-text: $kendo-calendar-navigation-marker-text,
450
+ $kendo-calendar-range-bg: $kendo-calendar-range-bg,
432
451
  $kendo-infinite-calendar-header-padding-x: $kendo-infinite-calendar-header-padding-x,
433
452
  $kendo-infinite-calendar-header-padding-y: $kendo-infinite-calendar-header-padding-y,
434
453
  $kendo-infinite-calendar-view-padding-x: $kendo-infinite-calendar-view-padding-x,
@@ -11,7 +11,7 @@
11
11
 
12
12
  @if ($name == "info") {
13
13
  @include fill (
14
- $color: k-color( on-app-surface ),
14
+ $color: k-color(on-app-surface),
15
15
  $border: $color
16
16
  );
17
17
 
@@ -19,7 +19,7 @@
19
19
  &.k-hover,
20
20
  &.k-selected {
21
21
  @include fill(
22
- k-color( on-app-surface ),
22
+ k-color(on-app-surface),
23
23
  $color,
24
24
  $color
25
25
  );
@@ -38,6 +38,10 @@ $kendo-chip-md-padding-y: k-spacing(1) !default;
38
38
  /// @group chip
39
39
  $kendo-chip-lg-padding-y: k-spacing(1.5) !default;
40
40
 
41
+ /// The font weight of the Chip.
42
+ /// @group chip
43
+ $kendo-chip-font-weight: var( --kendo-font-weight-normal, normal ) !default;
44
+
41
45
  /// The font size of the Chip.
42
46
  /// @group chip
43
47
  $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 text color of the disabled Chip.
179
+ /// @group chip
180
+ $kendo-chip-disabled-text: null !default;
181
+ /// The base background color of the disabled Chip.
182
+ /// @group chip
183
+ $kendo-chip-disabled-bg: 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
  );
@@ -98,16 +98,7 @@ $kendo-color-gradient-canvas-border-radius: k-border-radius(md) !default;
98
98
  $kendo-color-gradient-canvas-gap: k-spacing(3) !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} / 2
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,
@@ -280,9 +256,6 @@ $kendo-color-gradient-sizes: (
280
256
  $kendo-color-gradient-canvas-border-radius: $kendo-color-gradient-canvas-border-radius,
281
257
  $kendo-color-gradient-canvas-gap: $kendo-color-gradient-canvas-gap,
282
258
  $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
259
  $kendo-color-gradient-sm-canvas-gap: $kendo-color-gradient-sm-canvas-gap,
287
260
  $kendo-color-gradient-md-canvas-gap: $kendo-color-gradient-md-canvas-gap,
288
261
  $kendo-color-gradient-lg-canvas-gap: $kendo-color-gradient-lg-canvas-gap,
@@ -298,9 +271,6 @@ $kendo-color-gradient-sizes: (
298
271
  $kendo-color-gradient-slider-vertical-size: $kendo-color-gradient-slider-vertical-size,
299
272
  $kendo-color-gradient-slider-horizontal-size: $kendo-color-gradient-slider-horizontal-size,
300
273
  $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
274
  $kendo-color-gradient-draghandle-width: $kendo-color-gradient-draghandle-width,
305
275
  $kendo-color-gradient-draghandle-height: $kendo-color-gradient-draghandle-height,
306
276
  $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, inherit ) !default;
62
71
  /// The line height of the Drawer item.
63
72
  /// @group drawer
64
73
  $kendo-drawer-item-line-height: var( --kendo-line-height-lg, normal ) !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
@@ -109,6 +124,10 @@ $kendo-drawer-selected-hover-bg: k-color(primary-hover) !default;
109
124
  /// @group drawer
110
125
  $kendo-drawer-selected-hover-text: k-color(on-primary) !default;
111
126
 
127
+ /// The background color of the selected and focused Drawer item.
128
+ /// @group drawer
129
+ $kendo-drawer-selected-focus-bg: null !default;
130
+
112
131
 
113
132
  @forward "@progress/kendo-theme-core/scss/components/drawer/_variables.scss" with (
114
133
  $kendo-drawer-bg: $kendo-drawer-bg,
@@ -125,12 +144,17 @@ $kendo-drawer-selected-hover-text: k-color(on-primary) !default;
125
144
  $kendo-drawer-scrollbar-bg: $kendo-drawer-scrollbar-bg,
126
145
  $kendo-drawer-scrollbar-radius: $kendo-drawer-scrollbar-radius,
127
146
  $kendo-drawer-scrollbar-hover-color: $kendo-drawer-scrollbar-hover-color,
147
+ $kendo-drawer-items-padding-x: $kendo-drawer-items-padding-x,
148
+ $kendo-drawer-items-padding-y: $kendo-drawer-items-padding-y,
128
149
  $kendo-drawer-item-padding-x: $kendo-drawer-item-padding-x,
129
150
  $kendo-drawer-item-padding-y: $kendo-drawer-item-padding-y,
151
+ $kendo-drawer-item-spacing: $kendo-drawer-item-spacing,
130
152
  $kendo-drawer-item-font-size: $kendo-drawer-item-font-size,
131
153
  $kendo-drawer-item-line-height: $kendo-drawer-item-line-height,
154
+ $kendo-drawer-item-font-weight: $kendo-drawer-item-font-weight,
132
155
  $kendo-drawer-item-level-padding-x: $kendo-drawer-item-level-padding-x,
133
156
  $kendo-drawer-item-level-count: $kendo-drawer-item-level-count,
157
+ $kendo-drawer-item-border-radius: $kendo-drawer-item-border-radius,
134
158
  $kendo-drawer-icon-padding-x: $kendo-drawer-icon-padding-x,
135
159
  $kendo-drawer-icon-padding-y: $kendo-drawer-icon-padding-y,
136
160
  $kendo-drawer-mini-initial-width: $kendo-drawer-mini-initial-width,
@@ -141,5 +165,6 @@ $kendo-drawer-selected-hover-text: k-color(on-primary) !default;
141
165
  $kendo-drawer-selected-bg: $kendo-drawer-selected-bg,
142
166
  $kendo-drawer-selected-text: $kendo-drawer-selected-text,
143
167
  $kendo-drawer-selected-hover-bg: $kendo-drawer-selected-hover-bg,
144
- $kendo-drawer-selected-hover-text: $kendo-drawer-selected-hover-text
168
+ $kendo-drawer-selected-hover-text: $kendo-drawer-selected-hover-text,
169
+ $kendo-drawer-selected-focus-bg: $kendo-drawer-selected-focus-bg
145
170
  );
@@ -60,6 +60,22 @@ $kendo-list-header-font-weight: var( --kendo-font-weight-bold, normal ) !default
60
60
  /// The padding of the the List filter input.
61
61
  /// @group list
62
62
  $kendo-list-filter-padding: k-spacing(4) !default;
63
+
64
+ /// The horizontal padding of the List filter, when no size is set.
65
+ /// @group list
66
+ $kendo-list-filter-padding-x: $kendo-list-filter-padding !default;
67
+ $kendo-list-sm-filter-padding-x: $kendo-list-filter-padding !default;
68
+ $kendo-list-md-filter-padding-x: $kendo-list-filter-padding !default;
69
+ $kendo-list-lg-filter-padding-x: $kendo-list-filter-padding !default;
70
+
71
+ /// The vertical padding of the List filter, when no size is set.
72
+ /// @group list
73
+ $kendo-list-filter-padding-y: $kendo-list-filter-padding !default;
74
+ $kendo-list-sm-filter-padding-y: $kendo-list-filter-padding !default;
75
+ $kendo-list-md-filter-padding-y: $kendo-list-filter-padding !default;
76
+ $kendo-list-lg-filter-padding-y: $kendo-list-filter-padding !default;
77
+
78
+
63
79
  /// The horizontal padding of the List items, when no size is set.
64
80
  /// @group list
65
81
  $kendo-list-item-padding-x: null !default;
@@ -124,6 +140,29 @@ $kendo-list-lg-group-item-line-height: null !default;
124
140
  /// @group list
125
141
  $kendo-list-group-item-font-weight: var( --kendo-font-weight-bold, normal ) !default;
126
142
 
143
+ /// The font size of the List item group label.
144
+ /// @group list
145
+ $kendo-list-item-group-label-sm-font-size: .75em !default;
146
+ $kendo-list-item-group-label-md-font-size: .75em !default;
147
+ $kendo-list-item-group-label-lg-font-size: .75em !default;
148
+
149
+ /// The line-height of the List item group label.
150
+ /// @group list
151
+ $kendo-list-item-group-label-sm-line-height: inherit !default;
152
+ $kendo-list-item-group-label-md-line-height: inherit !default;
153
+ $kendo-list-item-group-label-lg-line-height: inherit !default;
154
+
155
+ /// The horizontal padding of the List item group label.
156
+ /// @group list
157
+ $kendo-list-item-group-label-sm-padding-x: .5em !default;
158
+ $kendo-list-item-group-label-md-padding-x: .5em !default;
159
+ $kendo-list-item-group-label-lg-padding-x: .5em !default;
160
+
161
+ /// The vertical padding of the List item group label.
162
+ /// @group list
163
+ $kendo-list-item-group-label-sm-padding-y: 0 !default;
164
+ $kendo-list-item-group-label-md-padding-y: 0 !default;
165
+ $kendo-list-item-group-label-lg-padding-y: 0 !default;
127
166
 
128
167
  /// The map with the sizes of the List.
129
168
  /// @group list
@@ -142,7 +181,13 @@ $kendo-list-sizes: (
142
181
  group-item-padding-x: $kendo-list-sm-group-item-padding-x,
143
182
  group-item-padding-y: $kendo-list-sm-group-item-padding-y,
144
183
  group-item-font-size: null,
145
- group-item-line-height: null
184
+ group-item-line-height: null,
185
+ item-group-label-padding-x: $kendo-list-item-group-label-sm-padding-x,
186
+ item-group-label-padding-y: $kendo-list-item-group-label-sm-padding-y,
187
+ item-group-label-font-size: $kendo-list-item-group-label-sm-font-size,
188
+ item-group-label-line-height: $kendo-list-item-group-label-sm-line-height,
189
+ filter-padding-x: $kendo-list-sm-filter-padding-x,
190
+ filter-padding-y: $kendo-list-sm-filter-padding-y
146
191
  ),
147
192
  md: (
148
193
  font-size: $kendo-list-md-font-size,
@@ -158,7 +203,13 @@ $kendo-list-sizes: (
158
203
  group-item-padding-x: $kendo-list-md-group-item-padding-x,
159
204
  group-item-padding-y: $kendo-list-md-group-item-padding-y,
160
205
  group-item-font-size: null,
161
- group-item-line-height: null
206
+ group-item-line-height: null,
207
+ item-group-label-padding-x: $kendo-list-item-group-label-md-padding-x,
208
+ item-group-label-padding-y: $kendo-list-item-group-label-md-padding-y,
209
+ item-group-label-font-size: $kendo-list-item-group-label-md-font-size,
210
+ item-group-label-line-height: $kendo-list-item-group-label-md-line-height,
211
+ filter-padding-x: $kendo-list-md-filter-padding-x,
212
+ filter-padding-y: $kendo-list-md-filter-padding-y
162
213
  ),
163
214
  lg: (
164
215
  font-size: $kendo-list-lg-font-size,
@@ -174,7 +225,13 @@ $kendo-list-sizes: (
174
225
  group-item-padding-x: $kendo-list-lg-group-item-padding-x,
175
226
  group-item-padding-y: $kendo-list-lg-group-item-padding-y,
176
227
  group-item-font-size: null,
177
- group-item-line-height: null
228
+ group-item-line-height: null,
229
+ item-group-label-padding-x: $kendo-list-item-group-label-lg-padding-x,
230
+ item-group-label-padding-y: $kendo-list-item-group-label-lg-padding-y,
231
+ item-group-label-font-size: $kendo-list-item-group-label-lg-font-size,
232
+ item-group-label-line-height: $kendo-list-item-group-label-lg-line-height,
233
+ filter-padding-x: $kendo-list-lg-filter-padding-x,
234
+ filter-padding-y: $kendo-list-lg-filter-padding-y
178
235
  )
179
236
  ) !default;
180
237
 
@@ -306,6 +363,18 @@ $kendo-list-option-label-text: k-color(subtle) !default;
306
363
  $kendo-list-sm-group-item-padding-y: $kendo-list-sm-group-item-padding-y,
307
364
  $kendo-list-md-group-item-padding-y: $kendo-list-md-group-item-padding-y,
308
365
  $kendo-list-lg-group-item-padding-y: $kendo-list-lg-group-item-padding-y,
366
+ $kendo-list-item-group-label-sm-padding-x: $kendo-list-item-group-label-sm-padding-x,
367
+ $kendo-list-item-group-label-md-padding-x: $kendo-list-item-group-label-md-padding-x,
368
+ $kendo-list-item-group-label-lg-padding-x: $kendo-list-item-group-label-lg-padding-x,
369
+ $kendo-list-item-group-label-sm-padding-y: $kendo-list-item-group-label-sm-padding-y,
370
+ $kendo-list-item-group-label-md-padding-y: $kendo-list-item-group-label-md-padding-y,
371
+ $kendo-list-item-group-label-lg-padding-y: $kendo-list-item-group-label-lg-padding-y,
372
+ $kendo-list-item-group-label-sm-font-size: $kendo-list-item-group-label-sm-font-size,
373
+ $kendo-list-item-group-label-md-font-size: $kendo-list-item-group-label-md-font-size,
374
+ $kendo-list-item-group-label-lg-font-size: $kendo-list-item-group-label-lg-font-size,
375
+ $kendo-list-item-group-label-sm-line-height: $kendo-list-item-group-label-sm-line-height,
376
+ $kendo-list-item-group-label-md-line-height: $kendo-list-item-group-label-md-line-height,
377
+ $kendo-list-item-group-label-lg-line-height: $kendo-list-item-group-label-lg-line-height,
309
378
  $kendo-list-group-item-border-width: $kendo-list-group-item-border-width,
310
379
  $kendo-list-group-item-font-size: $kendo-list-group-item-font-size,
311
380
  $kendo-list-sm-group-item-font-size: $kendo-list-sm-group-item-font-size,
@@ -315,6 +384,14 @@ $kendo-list-option-label-text: k-color(subtle) !default;
315
384
  $kendo-list-sm-group-item-line-height: $kendo-list-sm-group-item-line-height,
316
385
  $kendo-list-md-group-item-line-height: $kendo-list-md-group-item-line-height,
317
386
  $kendo-list-lg-group-item-line-height: $kendo-list-lg-group-item-line-height,
387
+ $kendo-list-filter-padding-x: $kendo-list-filter-padding-x,
388
+ $kendo-list-filter-padding-y: $kendo-list-filter-padding-y,
389
+ $kendo-list-sm-filter-padding-x: $kendo-list-sm-filter-padding-x,
390
+ $kendo-list-sm-filter-padding-y: $kendo-list-sm-filter-padding-y,
391
+ $kendo-list-md-filter-padding-x: $kendo-list-md-filter-padding-x,
392
+ $kendo-list-md-filter-padding-y: $kendo-list-md-filter-padding-y,
393
+ $kendo-list-lg-filter-padding-x: $kendo-list-lg-filter-padding-x,
394
+ $kendo-list-lg-filter-padding-y: $kendo-list-lg-filter-padding-y,
318
395
  $kendo-list-group-item-font-weight: $kendo-list-group-item-font-weight,
319
396
  $kendo-list-sizes: $kendo-list-sizes,
320
397
  $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,
@@ -30,6 +30,12 @@ $kendo-notification-font-size: var( --kendo-font-size-sm, inherit ) !default;
30
30
  /// The line height of the Notification.
31
31
  /// @group notification
32
32
  $kendo-notification-line-height: var( --kendo-line-height, normal ) !default;
33
+ /// The horizontal padding of the Notification actions.
34
+ /// @group notification
35
+ $kendo-notification-actions-padding-x: null !default;
36
+ /// The vertical padding of the Notification actions.
37
+ /// @group notification
38
+ $kendo-notification-actions-padding-y: $kendo-notification-actions-padding-x !default;
33
39
  /// The background color of the Notification.
34
40
  /// @group notification
35
41
  $kendo-notification-bg: k-color(app-surface) !default;
@@ -75,6 +81,8 @@ $kendo-notification-theme: notification-theme( $kendo-notification-theme-colors
75
81
  $kendo-notification-font-family: $kendo-notification-font-family,
76
82
  $kendo-notification-font-size: $kendo-notification-font-size,
77
83
  $kendo-notification-line-height: $kendo-notification-line-height,
84
+ $kendo-notification-actions-padding-x: $kendo-notification-actions-padding-x,
85
+ $kendo-notification-actions-padding-y: $kendo-notification-actions-padding-y,
78
86
  $kendo-notification-bg: $kendo-notification-bg,
79
87
  $kendo-notification-text: $kendo-notification-text,
80
88
  $kendo-notification-border: $kendo-notification-border,
@@ -77,6 +77,9 @@ $kendo-slider-draghandle-hover-border: k-color(primary-hover) !default;
77
77
  /// The gradient of the hovered Slider drag handle.
78
78
  /// @group slider
79
79
  $kendo-slider-draghandle-hover-gradient: null !default;
80
+ /// The shadow of the hovered Slider drag handle.
81
+ /// @group slider
82
+ $kendo-slider-draghandle-hover-shadow: null !default;
80
83
 
81
84
  /// The background color of the active Slider drag handle.
82
85
  /// @group slider
@@ -125,6 +128,9 @@ $kendo-slider-tick-horizontal-image: "data:image/gif;base64,R0lGODlhAQC0AIABALi4
125
128
  /// @group slider
126
129
  $kendo-slider-tick-vertical-image: "data:image/gif;base64,R0lGODlhtAABAIABALi4uAAAACH5BAEAAAEALAAAAAC0AAEAAAIWjIGJxqzazlux2ovlzND2rAHgSIZWAQA7" !default;
127
130
 
131
+ /// The background color of the Slider tick marker.
132
+ /// @group slider
133
+ $kendo-slider-tick-marker-bg: null !default;
128
134
 
129
135
  @forward "@progress/kendo-theme-core/scss/components/slider/_variables.scss" with (
130
136
  $kendo-slider-size: $kendo-slider-size,
@@ -150,6 +156,7 @@ $kendo-slider-tick-vertical-image: "data:image/gif;base64,R0lGODlhtAABAIABALi4uA
150
156
  $kendo-slider-draghandle-hover-text: $kendo-slider-draghandle-hover-text,
151
157
  $kendo-slider-draghandle-hover-border: $kendo-slider-draghandle-hover-border,
152
158
  $kendo-slider-draghandle-hover-gradient: $kendo-slider-draghandle-hover-gradient,
159
+ $kendo-slider-draghandle-hover-shadow: $kendo-slider-draghandle-hover-shadow,
153
160
  $kendo-slider-draghandle-pressed-bg: $kendo-slider-draghandle-pressed-bg,
154
161
  $kendo-slider-draghandle-pressed-text: $kendo-slider-draghandle-pressed-text,
155
162
  $kendo-slider-draghandle-pressed-border: $kendo-slider-draghandle-pressed-border,
@@ -163,5 +170,6 @@ $kendo-slider-tick-vertical-image: "data:image/gif;base64,R0lGODlhtAABAIABALi4uA
163
170
  $kendo-slider-selection-bg: $kendo-slider-selection-bg,
164
171
  $kendo-slider-disabled-opacity: $kendo-slider-disabled-opacity,
165
172
  $kendo-slider-tick-horizontal-image: $kendo-slider-tick-horizontal-image,
166
- $kendo-slider-tick-vertical-image: $kendo-slider-tick-vertical-image
173
+ $kendo-slider-tick-vertical-image: $kendo-slider-tick-vertical-image,
174
+ $kendo-slider-tick-marker-bg: $kendo-slider-tick-marker-bg
167
175
  );
@@ -113,6 +113,19 @@ $kendo-switch-off-thumb-hover-border: null !default;
113
113
  /// @group switch
114
114
  $kendo-switch-off-thumb-hover-gradient: null !default;
115
115
 
116
+ /// The background of the thumb when the disabled Switch is not checked.
117
+ /// @group switch
118
+ $kendo-switch-off-thumb-disabled-bg: null !default;
119
+ /// The text color of the thumb when the disabled Switch is not checked.
120
+ /// @group switch
121
+ $kendo-switch-off-thumb-disabled-text: null !default;
122
+ /// The border color of the thumb when the disabled Switch is not checked.
123
+ /// @group switch
124
+ $kendo-switch-off-thumb-disabled-border: null !default;
125
+ /// The background gradient of the thumb when the disabled Switch is not checked.
126
+ /// @group switch
127
+ $kendo-switch-off-thumb-disabled-gradient: null !default;
128
+
116
129
 
117
130
  /// The background of the track when the Switch is checked.
118
131
  /// @group switch
@@ -195,6 +208,19 @@ $kendo-switch-on-thumb-hover-border: null !default;
195
208
  /// @group switch
196
209
  $kendo-switch-on-thumb-hover-gradient: null !default;
197
210
 
211
+ /// The background of the thumb when the disabled Switch is checked.
212
+ /// @group switch
213
+ $kendo-switch-on-thumb-disabled-bg: null !default;
214
+ /// The text color of the thumb when the disabled Switch is checked.
215
+ /// @group switch
216
+ $kendo-switch-on-thumb-disabled-text: null !default;
217
+ /// The border color of the thumb when the disabled Switch is checked.
218
+ /// @group switch
219
+ $kendo-switch-on-thumb-disabled-border: null !default;
220
+ /// The background gradient of the thumb when the disabled Switch is checked.
221
+ /// @group switch
222
+ $kendo-switch-on-thumb-disabled-gradient: null !default;
223
+
198
224
 
199
225
  @forward "@progress/kendo-theme-core/scss/components/switch/_variables.scss" with (
200
226
  $kendo-switch-font-family: $kendo-switch-font-family,
@@ -228,6 +254,10 @@ $kendo-switch-on-thumb-hover-gradient: null !default;
228
254
  $kendo-switch-off-thumb-hover-text: $kendo-switch-off-thumb-hover-text,
229
255
  $kendo-switch-off-thumb-hover-border: $kendo-switch-off-thumb-hover-border,
230
256
  $kendo-switch-off-thumb-hover-gradient: $kendo-switch-off-thumb-hover-gradient,
257
+ $kendo-switch-off-thumb-disabled-bg: $kendo-switch-off-thumb-disabled-bg,
258
+ $kendo-switch-off-thumb-disabled-text: $kendo-switch-off-thumb-disabled-text,
259
+ $kendo-switch-off-thumb-disabled-border: $kendo-switch-off-track-disabled-border,
260
+ $kendo-switch-off-thumb-disabled-gradient: $kendo-switch-off-thumb-disabled-gradient,
231
261
  $kendo-switch-on-track-bg: $kendo-switch-on-track-bg,
232
262
  $kendo-switch-on-track-text: $kendo-switch-on-track-text,
233
263
  $kendo-switch-on-track-border: $kendo-switch-on-track-border,
@@ -252,5 +282,9 @@ $kendo-switch-on-thumb-hover-gradient: null !default;
252
282
  $kendo-switch-on-thumb-hover-bg: $kendo-switch-on-thumb-hover-bg,
253
283
  $kendo-switch-on-thumb-hover-text: $kendo-switch-on-thumb-hover-text,
254
284
  $kendo-switch-on-thumb-hover-border: $kendo-switch-on-thumb-hover-border,
255
- $kendo-switch-on-thumb-hover-gradient: $kendo-switch-on-thumb-hover-gradient
285
+ $kendo-switch-on-thumb-hover-gradient: $kendo-switch-on-thumb-hover-gradient,
286
+ $kendo-switch-on-thumb-disabled-bg: $kendo-switch-on-thumb-disabled-bg,
287
+ $kendo-switch-on-thumb-disabled-text: $kendo-switch-on-thumb-disabled-text,
288
+ $kendo-switch-on-thumb-disabled-border: $kendo-switch-on-track-disabled-border,
289
+ $kendo-switch-on-thumb-disabled-gradient: $kendo-switch-on-thumb-disabled-gradient,
256
290
  );