@progress/kendo-theme-bootstrap 11.2.1-dev.1 → 11.3.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 (76) 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-dark.scss +27 -27
  9. package/dist/bootstrap-main.css +1 -1
  10. package/dist/bootstrap-nordic.css +1 -1
  11. package/dist/bootstrap-turquoise-dark.css +1 -1
  12. package/dist/bootstrap-turquoise.css +1 -1
  13. package/dist/bootstrap-urban.css +1 -1
  14. package/dist/bootstrap-vintage.css +1 -1
  15. package/dist/meta/sassdoc-data.json +6044 -7614
  16. package/dist/meta/sassdoc-raw-data.json +2773 -3498
  17. package/dist/meta/variables.json +214 -406
  18. package/lib/swatches/bootstrap-3-dark.json +1 -1
  19. package/lib/swatches/bootstrap-3.json +1 -1
  20. package/lib/swatches/bootstrap-4-dark.json +1 -1
  21. package/lib/swatches/bootstrap-4.json +1 -1
  22. package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
  23. package/lib/swatches/bootstrap-main-dark.json +28 -28
  24. package/lib/swatches/bootstrap-main.json +1 -1
  25. package/lib/swatches/bootstrap-nordic.json +1 -1
  26. package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
  27. package/lib/swatches/bootstrap-turquoise.json +1 -1
  28. package/lib/swatches/bootstrap-urban.json +1 -1
  29. package/lib/swatches/bootstrap-vintage.json +1 -1
  30. package/package.json +4 -4
  31. package/scss/appbar/_variables.scss +1 -1
  32. package/scss/badge/_variables.scss +5 -13
  33. package/scss/breadcrumb/_variables.scss +5 -21
  34. package/scss/button/_variables.scss +2 -12
  35. package/scss/card/_variables.scss +3 -3
  36. package/scss/chat/_variables.scss +10 -1
  37. package/scss/checkbox/_variables.scss +2 -2
  38. package/scss/chip/_variables.scss +1 -9
  39. package/scss/coloreditor/_variables.scss +8 -24
  40. package/scss/colorgradient/_variables.scss +2 -10
  41. package/scss/column-menu/_variables.scss +4 -9
  42. package/scss/core/border-radii/index.import.scss +3 -3
  43. package/scss/core/color-system/_palettes.scss +42 -21
  44. package/scss/core/color-system/_swatch.scss +20 -20
  45. package/scss/core/typography/index.import.scss +1 -1
  46. package/scss/dialog/_variables.scss +2 -2
  47. package/scss/fab/_variables.scss +7 -15
  48. package/scss/floating-label/_variables.scss +2 -2
  49. package/scss/forms/_theme.scss +5 -0
  50. package/scss/forms/_variables.scss +3 -3
  51. package/scss/grid/_variables.scss +2 -2
  52. package/scss/input/_layout.scss +15 -0
  53. package/scss/input/_variables.scss +18 -20
  54. package/scss/list/_variables.scss +7 -28
  55. package/scss/menu/_variables.scss +1 -7
  56. package/scss/menu-button/_variables.scss +1 -1
  57. package/scss/messagebox/_variables.scss +2 -2
  58. package/scss/notification/_variables.scss +2 -2
  59. package/scss/otp/_variables.scss +3 -15
  60. package/scss/pager/_variables.scss +0 -4
  61. package/scss/panelbar/_layout.scss +4 -0
  62. package/scss/panelbar/_variables.scss +8 -8
  63. package/scss/popover/_variables.scss +3 -3
  64. package/scss/radio/_variables.scss +2 -2
  65. package/scss/signature/_variables.scss +2 -8
  66. package/scss/skeleton/_variables.scss +1 -1
  67. package/scss/slider/_variables.scss +2 -2
  68. package/scss/split-button/_variables.scss +2 -2
  69. package/scss/spreadsheet/_variables.scss +2 -2
  70. package/scss/switch/_variables.scss +3 -3
  71. package/scss/table/_variables.scss +0 -10
  72. package/scss/tabstrip/_variables.scss +2 -10
  73. package/scss/timeline/_variables.scss +2 -2
  74. package/scss/toolbar/_variables.scss +3 -15
  75. package/scss/tooltip/_variables.scss +1 -1
  76. package/scss/treeview/_variables.scss +0 -8
@@ -18,9 +18,6 @@ $kendo-input-border-height: calc( #{ $kendo-input-border-width } * 2 ) !default;
18
18
  /// @group input
19
19
  $kendo-input-border-radius: null !default;
20
20
 
21
- /// The horizontal padding of the Input components.
22
- /// @group input
23
- $kendo-input-padding-x: k-spacing(3) !default;
24
21
  /// The horizontal padding of the small Input components.
25
22
  /// @group input
26
23
  $kendo-input-sm-padding-x: k-spacing(2) !default;
@@ -31,9 +28,6 @@ $kendo-input-md-padding-x: k-spacing(3) !default;
31
28
  /// @group input
32
29
  $kendo-input-lg-padding-x: k-spacing(4) !default;
33
30
 
34
- /// The vertical padding of input components.
35
- /// @group input
36
- $kendo-input-padding-y: k-spacing(1.5) !default;
37
31
  /// The vertical padding of the small Input components.
38
32
  /// @group input
39
33
  $kendo-input-sm-padding-y: k-spacing(1) !default;
@@ -59,7 +53,7 @@ $kendo-input-sm-font-size: var( --kendo-font-size-sm, inherit )!default;
59
53
  $kendo-input-md-font-size: var( --kendo-font-size, inherit ) !default;
60
54
  /// The font size of the large Input components.
61
55
  /// @group input
62
- $kendo-input-lg-font-size: var( --kendo-font-size, inherit ) !default;
56
+ $kendo-input-lg-font-size: var( --kendo-font-size-lg, inherit ) !default;
63
57
 
64
58
  /// The line height of input components.
65
59
  /// @group input
@@ -76,7 +70,6 @@ $kendo-input-lg-line-height: var( --kendo-line-height, normal) !default;
76
70
 
77
71
  /// The calculated height of the Input.
78
72
  /// @group input
79
- $kendo-input-calc-size: calc( ( #{$kendo-input-line-height} * 1em ) + ( #{$kendo-input-padding-y} * 2 ) + ( #{$kendo-input-border-width * 2} ) ) !default;
80
73
  $kendo-input-sm-calc-size: calc( ( #{$kendo-input-sm-line-height} * 1em ) + ( #{$kendo-input-sm-padding-y} * 2 ) + ( #{$kendo-input-border-width * 2} ) ) !default;
81
74
  $kendo-input-md-calc-size: calc( ( #{$kendo-input-md-line-height} * 1em ) + ( #{$kendo-input-md-padding-y} * 2 ) + ( #{$kendo-input-border-width * 2} ) ) !default;
82
75
  $kendo-input-lg-calc-size: calc( ( #{$kendo-input-lg-line-height} * 1em ) + ( #{$kendo-input-lg-padding-y} * 2 ) + ( #{$kendo-input-border-width * 2} ) ) !default;
@@ -270,9 +263,15 @@ $kendo-input-separator-text: k-color(border) !default;
270
263
  /// The text color of the Input prefix.
271
264
  /// @group input
272
265
  $kendo-input-prefix-text: k-color(subtle) !default;
266
+ /// The background color of the Input prefix.
267
+ /// @group input
268
+ $kendo-input-prefix-bg: k-color(surface) !default;
273
269
  /// The text color of the Input suffix.
274
270
  /// @group input
275
271
  $kendo-input-suffix-text: k-color(subtle) !default;
272
+ /// The background color of the Input suffix.
273
+ /// @group input
274
+ $kendo-input-suffix-bg: k-color(surface) !default;
276
275
 
277
276
  /// The border color of the invalid Input components.
278
277
  /// @group input
@@ -283,13 +282,13 @@ $kendo-input-invalid-shadow: 0 0 0 .25rem color-mix(in srgb, k-color(error) 25%,
283
282
 
284
283
  /// The background color of the Picker components.
285
284
  /// @group picker
286
- $kendo-picker-bg: $kendo-button-bg !default;
285
+ $kendo-picker-bg: k-color(surface-alt) !default;
287
286
  /// The text color of the Picker components.
288
287
  /// @group picker
289
- $kendo-picker-text: $kendo-button-text !default;
288
+ $kendo-picker-text: k-color(on-app-surface) !default;
290
289
  /// The border color of the Picker components.
291
290
  /// @group picker
292
- $kendo-picker-border: $kendo-button-border !default;
291
+ $kendo-picker-border: k-color(border) !default;
293
292
  /// The gradient of the Picker components.
294
293
  /// @group picker
295
294
  $kendo-picker-gradient: $kendo-button-gradient !default;
@@ -299,13 +298,13 @@ $kendo-picker-shadow: $kendo-button-shadow !default;
299
298
 
300
299
  /// The background color of the hovered Picker components.
301
300
  /// @group picker
302
- $kendo-picker-hover-bg: $kendo-button-hover-bg !default;
301
+ $kendo-picker-hover-bg: k-color(surface) !default;
303
302
  /// The text color of the hovered Picker components.
304
303
  /// @group picker
305
- $kendo-picker-hover-text: $kendo-button-hover-text !default;
304
+ $kendo-picker-hover-text: null !default;
306
305
  /// The border color of the hovered Picker components.
307
306
  /// @group picker
308
- $kendo-picker-hover-border: $kendo-button-hover-border !default;
307
+ $kendo-picker-hover-border: k-color(border-alt) !default;
309
308
  /// The gradient of the hovered Picker components.
310
309
  /// @group picker
311
310
  $kendo-picker-hover-gradient: $kendo-button-hover-gradient !default;
@@ -315,19 +314,19 @@ $kendo-picker-hover-shadow: $kendo-button-hover-shadow !default;
315
314
 
316
315
  /// The background color of the focused Picker components.
317
316
  /// @group picker
318
- $kendo-picker-focus-bg: $kendo-button-active-bg !default;
317
+ $kendo-picker-focus-bg: null !default;
319
318
  /// The text color of the focused Picker components.
320
319
  /// @group picker
321
320
  $kendo-picker-focus-text: null !default;
322
321
  /// The border color of the focused Picker components.
323
322
  /// @group picker
324
- $kendo-picker-focus-border: k-color(base-active) !default;
323
+ $kendo-picker-focus-border: $kendo-input-focus-border !default;
325
324
  /// The gradient of the focused Picker components.
326
325
  /// @group picker
327
326
  $kendo-picker-focus-gradient: null !default;
328
327
  /// The shadow of the focused Picker components.
329
328
  /// @group picker
330
- $kendo-picker-focus-shadow: $kendo-button-focus-shadow !default;
329
+ $kendo-picker-focus-shadow: $kendo-input-focus-shadow !default;
331
330
 
332
331
  /// The background color of the disabled Picker components.
333
332
  /// @group picker
@@ -440,11 +439,9 @@ $kendo-use-input-spinner-icon-offset: false !default;
440
439
  $kendo-input-border-width: $kendo-input-border-width,
441
440
  $kendo-input-border-height: $kendo-input-border-height,
442
441
  $kendo-input-border-radius: $kendo-input-border-radius,
443
- $kendo-input-padding-x: $kendo-input-padding-x,
444
442
  $kendo-input-sm-padding-x: $kendo-input-sm-padding-x,
445
443
  $kendo-input-md-padding-x: $kendo-input-md-padding-x,
446
444
  $kendo-input-lg-padding-x: $kendo-input-lg-padding-x,
447
- $kendo-input-padding-y: $kendo-input-padding-y,
448
445
  $kendo-input-sm-padding-y: $kendo-input-sm-padding-y,
449
446
  $kendo-input-md-padding-y: $kendo-input-md-padding-y,
450
447
  $kendo-input-lg-padding-y: $kendo-input-lg-padding-y,
@@ -457,7 +454,6 @@ $kendo-use-input-spinner-icon-offset: false !default;
457
454
  $kendo-input-sm-line-height: $kendo-input-sm-line-height,
458
455
  $kendo-input-md-line-height: $kendo-input-md-line-height,
459
456
  $kendo-input-lg-line-height: $kendo-input-lg-line-height,
460
- $kendo-input-calc-size: $kendo-input-calc-size,
461
457
  $kendo-input-sm-calc-size: $kendo-input-sm-calc-size,
462
458
  $kendo-input-md-calc-size: $kendo-input-md-calc-size,
463
459
  $kendo-input-lg-calc-size: $kendo-input-lg-calc-size,
@@ -511,7 +507,9 @@ $kendo-use-input-spinner-icon-offset: false !default;
511
507
  $kendo-input-spinner-icon-offset: $kendo-input-spinner-icon-offset,
512
508
  $kendo-input-separator-text: $kendo-input-separator-text,
513
509
  $kendo-input-prefix-text: $kendo-input-prefix-text,
510
+ $kendo-input-prefix-bg: $kendo-input-prefix-bg,
514
511
  $kendo-input-suffix-text: $kendo-input-suffix-text,
512
+ $kendo-input-suffix-bg: $kendo-input-suffix-bg,
515
513
  $kendo-input-invalid-border: $kendo-input-invalid-border,
516
514
  $kendo-input-invalid-shadow: $kendo-input-invalid-shadow,
517
515
  $kendo-picker-bg: $kendo-picker-bg,
@@ -23,14 +23,12 @@ $kendo-list-lg-line-height: var( --kendo-line-height, normal ) !default;
23
23
 
24
24
  /// The horizontal padding of List header, if no size is set.
25
25
  /// @group list
26
- $kendo-list-header-padding-x: null !default;
27
26
  $kendo-list-sm-header-padding-x: k-spacing(4) !default;
28
27
  $kendo-list-md-header-padding-x: k-spacing(4) !default;
29
28
  $kendo-list-lg-header-padding-x: k-spacing(4) !default;
30
29
 
31
30
  /// The vertical padding of the List header, if no size is set.
32
31
  /// @group list
33
- $kendo-list-header-padding-y: null !default;
34
32
  $kendo-list-sm-header-padding-y: k-spacing(1) !default;
35
33
  $kendo-list-md-header-padding-y: k-spacing(1) !default;
36
34
  $kendo-list-lg-header-padding-y: k-spacing(2) !default;
@@ -57,35 +55,27 @@ $kendo-list-lg-header-line-height: null !default;
57
55
  /// @group list
58
56
  $kendo-list-header-font-weight: var( --kendo-font-weight-bold, normal ) !default;
59
57
 
60
- /// The padding of the the List filter input.
61
- /// @group list
62
- $kendo-list-filter-padding: k-spacing(4) !default;
63
-
64
58
  /// The horizontal padding of the List filter, when no size is set.
65
59
  /// @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;
60
+ $kendo-list-sm-filter-padding-x: k-spacing(4) !default;
61
+ $kendo-list-md-filter-padding-x: k-spacing(4) !default;
62
+ $kendo-list-lg-filter-padding-x: k-spacing(4) !default;
70
63
 
71
64
  /// The vertical padding of the List filter, when no size is set.
72
65
  /// @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;
66
+ $kendo-list-sm-filter-padding-y: k-spacing(4) !default;
67
+ $kendo-list-md-filter-padding-y: k-spacing(4) !default;
68
+ $kendo-list-lg-filter-padding-y: k-spacing(4) !default;
77
69
 
78
70
 
79
71
  /// The horizontal padding of the List items, when no size is set.
80
72
  /// @group list
81
- $kendo-list-item-padding-x: null !default;
82
73
  $kendo-list-sm-item-padding-x: k-spacing(4) !default;
83
74
  $kendo-list-md-item-padding-x: k-spacing(4) !default;
84
75
  $kendo-list-lg-item-padding-x: k-spacing(4) !default;
85
76
 
86
77
  /// The vertical padding of the List items, when no size is set.
87
78
  /// @group list
88
- $kendo-list-item-padding-y: null !default;
89
79
  $kendo-list-sm-item-padding-y: k-spacing(1) !default;
90
80
  $kendo-list-md-item-padding-y: k-spacing(1) !default;
91
81
  $kendo-list-lg-item-padding-y: k-spacing(2) !default;
@@ -106,14 +96,12 @@ $kendo-list-lg-item-line-height: null !default;
106
96
 
107
97
  /// The horizontal padding of the List group items, when no size is set.
108
98
  /// @group list
109
- $kendo-list-group-item-padding-x: null !default;
110
99
  $kendo-list-sm-group-item-padding-x: k-spacing(4) !default;
111
100
  $kendo-list-md-group-item-padding-x: k-spacing(4) !default;
112
101
  $kendo-list-lg-group-item-padding-x: k-spacing(4) !default;
113
102
 
114
103
  /// The vertical padding of the List group items, when no size is set.
115
104
  /// @group list
116
- $kendo-list-group-item-padding-y: null !default;
117
105
  $kendo-list-sm-group-item-padding-y: k-spacing(0.5) !default;
118
106
  $kendo-list-md-group-item-padding-y: k-spacing(1) !default;
119
107
  $kendo-list-lg-group-item-padding-y: k-spacing(1.5) !default;
@@ -270,7 +258,7 @@ $kendo-list-item-text: null !default;
270
258
 
271
259
  /// The background color of the hovered List items.
272
260
  /// @group list
273
- $kendo-list-item-hover-bg: k-color(base-subtle-hover) !default;
261
+ $kendo-list-item-hover-bg: k-color(surface) !default;
274
262
  /// The text color of the hovered List items.
275
263
  /// @group list
276
264
  $kendo-list-item-hover-text: k-color(on-app-surface) !default;
@@ -320,11 +308,9 @@ $kendo-list-option-label-text: k-color(subtle) !default;
320
308
  $kendo-list-sm-line-height: $kendo-list-sm-line-height,
321
309
  $kendo-list-md-line-height: $kendo-list-md-line-height,
322
310
  $kendo-list-lg-line-height: $kendo-list-lg-line-height,
323
- $kendo-list-header-padding-x: $kendo-list-header-padding-x,
324
311
  $kendo-list-sm-header-padding-x: $kendo-list-sm-header-padding-x,
325
312
  $kendo-list-md-header-padding-x: $kendo-list-md-header-padding-x,
326
313
  $kendo-list-lg-header-padding-x: $kendo-list-lg-header-padding-x,
327
- $kendo-list-header-padding-y: $kendo-list-header-padding-y,
328
314
  $kendo-list-sm-header-padding-y: $kendo-list-sm-header-padding-y,
329
315
  $kendo-list-md-header-padding-y: $kendo-list-md-header-padding-y,
330
316
  $kendo-list-lg-header-padding-y: $kendo-list-lg-header-padding-y,
@@ -338,12 +324,9 @@ $kendo-list-option-label-text: k-color(subtle) !default;
338
324
  $kendo-list-md-header-line-height: $kendo-list-md-header-line-height,
339
325
  $kendo-list-lg-header-line-height: $kendo-list-lg-header-line-height,
340
326
  $kendo-list-header-font-weight: $kendo-list-header-font-weight,
341
- $kendo-list-filter-padding: $kendo-list-filter-padding,
342
- $kendo-list-item-padding-x: $kendo-list-item-padding-x,
343
327
  $kendo-list-sm-item-padding-x: $kendo-list-sm-item-padding-x,
344
328
  $kendo-list-md-item-padding-x: $kendo-list-md-item-padding-x,
345
329
  $kendo-list-lg-item-padding-x: $kendo-list-lg-item-padding-x,
346
- $kendo-list-item-padding-y: $kendo-list-item-padding-y,
347
330
  $kendo-list-sm-item-padding-y: $kendo-list-sm-item-padding-y,
348
331
  $kendo-list-md-item-padding-y: $kendo-list-md-item-padding-y,
349
332
  $kendo-list-lg-item-padding-y: $kendo-list-lg-item-padding-y,
@@ -355,11 +338,9 @@ $kendo-list-option-label-text: k-color(subtle) !default;
355
338
  $kendo-list-sm-item-line-height: $kendo-list-sm-item-line-height,
356
339
  $kendo-list-md-item-line-height: $kendo-list-md-item-line-height,
357
340
  $kendo-list-lg-item-line-height: $kendo-list-lg-item-line-height,
358
- $kendo-list-group-item-padding-x: $kendo-list-group-item-padding-x,
359
341
  $kendo-list-sm-group-item-padding-x: $kendo-list-sm-group-item-padding-x,
360
342
  $kendo-list-md-group-item-padding-x: $kendo-list-md-group-item-padding-x,
361
343
  $kendo-list-lg-group-item-padding-x: $kendo-list-lg-group-item-padding-x,
362
- $kendo-list-group-item-padding-y: $kendo-list-group-item-padding-y,
363
344
  $kendo-list-sm-group-item-padding-y: $kendo-list-sm-group-item-padding-y,
364
345
  $kendo-list-md-group-item-padding-y: $kendo-list-md-group-item-padding-y,
365
346
  $kendo-list-lg-group-item-padding-y: $kendo-list-lg-group-item-padding-y,
@@ -384,8 +365,6 @@ $kendo-list-option-label-text: k-color(subtle) !default;
384
365
  $kendo-list-sm-group-item-line-height: $kendo-list-sm-group-item-line-height,
385
366
  $kendo-list-md-group-item-line-height: $kendo-list-md-group-item-line-height,
386
367
  $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
368
  $kendo-list-sm-filter-padding-x: $kendo-list-sm-filter-padding-x,
390
369
  $kendo-list-sm-filter-padding-y: $kendo-list-sm-filter-padding-y,
391
370
  $kendo-list-md-filter-padding-x: $kendo-list-md-filter-padding-x,
@@ -37,7 +37,7 @@ $kendo-menu-gradient: null !default;
37
37
 
38
38
  /// The horizontal padding of the Menu item.
39
39
  /// @group menu
40
- $kendo-menu-item-padding-x: k-spacing(2) !default;
40
+ $kendo-menu-item-padding-x: k-spacing(4) !default;
41
41
  /// The vertical padding of the Menu item.
42
42
  /// @group menu
43
43
  $kendo-menu-item-padding-y: k-spacing(2) !default;
@@ -194,21 +194,18 @@ $kendo-menu-popup-gradient: null !default;
194
194
 
195
195
  /// The horizontal padding of the Menu item in popup.
196
196
  /// @group menu
197
- $kendo-menu-popup-item-padding-x: k-spacing(4) !default;
198
197
  $kendo-menu-popup-sm-item-padding-x: k-spacing(4) !default;
199
198
  $kendo-menu-popup-md-item-padding-x: k-spacing(4) !default;
200
199
  $kendo-menu-popup-lg-item-padding-x: k-spacing(4) !default;
201
200
 
202
201
  /// The vertical padding of the Menu item in popup.
203
202
  /// @group menu
204
- $kendo-menu-popup-item-padding-y: k-spacing(1) !default;
205
203
  $kendo-menu-popup-sm-item-padding-y: k-spacing(0.5) !default;
206
204
  $kendo-menu-popup-md-item-padding-y: k-spacing(1) !default;
207
205
  $kendo-menu-popup-lg-item-padding-y: k-spacing(1.5) !default;
208
206
 
209
207
  /// The end padding of the Menu item in popup.
210
208
  /// @group menu
211
- $kendo-menu-popup-item-padding-end: calc( #{$kendo-menu-popup-item-padding-x} * 2 + #{$kendo-icon-size} ) !default;
212
209
  $kendo-menu-popup-sm-item-padding-end: calc( #{$kendo-menu-popup-sm-item-padding-x} * 2 + #{$kendo-icon-size} ) !default;
213
210
  $kendo-menu-popup-md-item-padding-end: calc( #{$kendo-menu-popup-md-item-padding-x} * 2 + #{$kendo-icon-size} ) !default;
214
211
  $kendo-menu-popup-lg-item-padding-end: calc( #{$kendo-menu-popup-lg-item-padding-x} * 2 + #{$kendo-icon-size} ) !default;
@@ -330,15 +327,12 @@ $kendo-menu-popup-item-focus-shadow: $kendo-menu-item-focus-shadow !default;
330
327
  $kendo-menu-popup-text: $kendo-menu-popup-text,
331
328
  $kendo-menu-popup-border: $kendo-menu-popup-border,
332
329
  $kendo-menu-popup-gradient: $kendo-menu-popup-gradient,
333
- $kendo-menu-popup-item-padding-x: $kendo-menu-popup-item-padding-x,
334
330
  $kendo-menu-popup-sm-item-padding-x: $kendo-menu-popup-sm-item-padding-x,
335
331
  $kendo-menu-popup-md-item-padding-x: $kendo-menu-popup-md-item-padding-x,
336
332
  $kendo-menu-popup-lg-item-padding-x: $kendo-menu-popup-lg-item-padding-x,
337
- $kendo-menu-popup-item-padding-y: $kendo-menu-popup-item-padding-y,
338
333
  $kendo-menu-popup-sm-item-padding-y: $kendo-menu-popup-sm-item-padding-y,
339
334
  $kendo-menu-popup-md-item-padding-y: $kendo-menu-popup-md-item-padding-y,
340
335
  $kendo-menu-popup-lg-item-padding-y: $kendo-menu-popup-lg-item-padding-y,
341
- $kendo-menu-popup-item-padding-end: $kendo-menu-popup-item-padding-end,
342
336
  $kendo-menu-popup-sm-item-padding-end: $kendo-menu-popup-sm-item-padding-end,
343
337
  $kendo-menu-popup-md-item-padding-end: $kendo-menu-popup-md-item-padding-end,
344
338
  $kendo-menu-popup-lg-item-padding-end: $kendo-menu-popup-lg-item-padding-end,
@@ -4,7 +4,7 @@
4
4
 
5
5
  /// The horizontal padding of the button arrow in the Menu Button.
6
6
  /// @group menu-button
7
- $kendo-menu-button-arrow-padding-x: $kendo-button-padding-y !default;
7
+ $kendo-menu-button-arrow-padding-x: $kendo-button-md-padding-y !default;
8
8
 
9
9
 
10
10
  @forward "@progress/kendo-theme-core/scss/components/menu-button/_variables.scss" with (
@@ -2,8 +2,8 @@
2
2
 
3
3
  // Message box
4
4
  $kendo-message-box-margin: 0 0 k-spacing(4) 0 !default;
5
- $kendo-message-box-padding-x: k-spacing(4) !default;
6
- $kendo-message-box-padding-y: k-spacing(2) !default;
5
+ $kendo-message-box-padding-x: k-spacing(5) !default;
6
+ $kendo-message-box-padding-y: k-spacing(5) !default;
7
7
  $kendo-message-box-border-width: 0 0 0 4px !default;
8
8
 
9
9
  $kendo-message-box-font-size: var( --kendo-font-size, inherit ) !default;
@@ -26,10 +26,10 @@ $kendo-notification-border-radius: k-spacing(1.5) !default;
26
26
  $kendo-notification-font-family: var( --kendo-font-family, inherit ) !default;
27
27
  /// The font size of the Notification.
28
28
  /// @group notification
29
- $kendo-notification-font-size: var( --kendo-font-size-sm, inherit ) !default;
29
+ $kendo-notification-font-size: var( --kendo-font-size-md, inherit ) !default;
30
30
  /// The line height of the Notification.
31
31
  /// @group notification
32
- $kendo-notification-line-height: var( --kendo-line-height, normal ) !default;
32
+ $kendo-notification-line-height: var( --kendo-line-height-md, normal ) !default;
33
33
  /// The horizontal padding of the Notification actions.
34
34
  /// @group notification
35
35
  $kendo-notification-actions-padding-x: null !default;
@@ -3,41 +3,32 @@
3
3
 
4
4
  // OTP
5
5
 
6
- /// The gap between the items in the OTP.
7
- /// @group one-time-password
8
- $kendo-otp-gap: k-spacing(1.5) !default;
9
6
  /// The gap between the items in the small OTP.
10
7
  /// @group one-time-password
11
8
  $kendo-otp-sm-gap: k-spacing(1) !default;
12
9
  /// The gap between the items in the medium OTP.
13
10
  /// @group one-time-password
14
- $kendo-otp-md-gap: $kendo-otp-gap !default;
11
+ $kendo-otp-md-gap: k-spacing(1.5) !default;
15
12
  /// The gap between the items in the large OTP.
16
13
  /// @group one-time-password
17
14
  $kendo-otp-lg-gap: k-spacing(2) !default;
18
15
 
19
- /// The horizontal padding of the OTP separator.
20
- /// @group one-time-password
21
- $kendo-otp-separator-padding-x: $kendo-otp-gap !default;
22
16
  /// The horizontal padding of the small OTP separator.
23
17
  /// @group one-time-password
24
18
  $kendo-otp-sm-separator-padding-x: $kendo-otp-sm-gap !default;
25
19
  /// The horizontal padding of the medium OTP separator.
26
20
  /// @group one-time-password
27
- $kendo-otp-md-separator-padding-x: $kendo-otp-separator-padding-x !default;
21
+ $kendo-otp-md-separator-padding-x: $kendo-otp-md-gap !default;
28
22
  /// The horizontal padding of the large OTP separator.
29
23
  /// @group one-time-password
30
24
  $kendo-otp-lg-separator-padding-x: $kendo-otp-lg-gap !default;
31
25
 
32
- /// The horizontal padding of the OTP separator.
33
- /// @group one-time-password
34
- $kendo-otp-input-width: $kendo-input-calc-size !default;
35
26
  /// The horizontal padding of the small OTP separator.
36
27
  /// @group one-time-password
37
28
  $kendo-otp-sm-input-width: $kendo-input-sm-calc-size !default;
38
29
  /// The horizontal padding of the medium OTP separator.
39
30
  /// @group one-time-password
40
- $kendo-otp-md-input-width: $kendo-otp-input-width !default;
31
+ $kendo-otp-md-input-width: $kendo-input-md-calc-size !default;
41
32
  /// The horizontal padding of the large OTP separator.
42
33
  /// @group one-time-password
43
34
  $kendo-otp-lg-input-width: $kendo-input-lg-calc-size !default;
@@ -61,15 +52,12 @@ $kendo-otp-sizes: (
61
52
  ) !default;
62
53
 
63
54
  @forward "@progress/kendo-theme-core/scss/components/otp/_variables.scss" with (
64
- $kendo-otp-gap: $kendo-otp-gap,
65
55
  $kendo-otp-sm-gap: $kendo-otp-sm-gap,
66
56
  $kendo-otp-md-gap: $kendo-otp-md-gap,
67
57
  $kendo-otp-lg-gap: $kendo-otp-lg-gap,
68
- $kendo-otp-separator-padding-x: $kendo-otp-separator-padding-x,
69
58
  $kendo-otp-sm-separator-padding-x: $kendo-otp-sm-separator-padding-x,
70
59
  $kendo-otp-md-separator-padding-x: $kendo-otp-md-separator-padding-x,
71
60
  $kendo-otp-lg-separator-padding-x: $kendo-otp-lg-separator-padding-x,
72
- $kendo-otp-input-width: $kendo-otp-input-width,
73
61
  $kendo-otp-sm-input-width: $kendo-otp-sm-input-width,
74
62
  $kendo-otp-md-input-width: $kendo-otp-md-input-width,
75
63
  $kendo-otp-lg-input-width: $kendo-otp-lg-input-width,
@@ -4,9 +4,6 @@
4
4
 
5
5
  // Pager
6
6
 
7
- /// The horizontal padding of the Pager.
8
- /// @group pager
9
- $kendo-pager-padding-x: k-spacing(2) !default;
10
7
  /// The horizontal padding of the small Pager.
11
8
  /// @group pager
12
9
  $kendo-pager-sm-padding-x: k-spacing(1) !default;
@@ -137,7 +134,6 @@ $kendo-pager-sizes: (
137
134
 
138
135
 
139
136
  @forward "@progress/kendo-theme-core/scss/components/pager/_variables.scss" with (
140
- $kendo-pager-padding-x: $kendo-pager-padding-x,
141
137
  $kendo-pager-sm-padding-x: $kendo-pager-sm-padding-x,
142
138
  $kendo-pager-md-padding-x: $kendo-pager-md-padding-x,
143
139
  $kendo-pager-lg-padding-x: $kendo-pager-lg-padding-x,
@@ -3,4 +3,8 @@
3
3
 
4
4
  @mixin kendo-panelbar--layout() {
5
5
  @include kendo-panelbar--layout-base();
6
+
7
+ .k-panelbar > .k-panelbar-header > .k-link {
8
+ line-height: var(--kendo-line-height-sm, normal);
9
+ }
6
10
  }
@@ -28,14 +28,14 @@ $kendo-panelbar-item-border-style: solid !default;
28
28
 
29
29
  /// The horizontal padding of the PanelBar header.
30
30
  /// @group panelbar
31
- $kendo-panelbar-header-padding-x: k-spacing(6) !default;
31
+ $kendo-panelbar-header-padding-x: k-spacing(5) !default;
32
32
  /// The vertical padding of the PanelBar header.
33
33
  /// @group panelbar
34
34
  $kendo-panelbar-header-padding-y: k-spacing(4) !default;
35
35
 
36
36
  /// The horizontal padding of the PanelBar items.
37
37
  /// @group panelbar
38
- $kendo-panelbar-item-padding-x: k-spacing(6) !default;
38
+ $kendo-panelbar-item-padding-x: k-spacing(5) !default;
39
39
  /// The vertical padding of the PanelBar items.
40
40
  /// @group panelbar
41
41
  $kendo-panelbar-item-padding-y: k-spacing(3) !default;
@@ -111,10 +111,10 @@ $kendo-panelbar-header-hover-focus-gradient: null !default;
111
111
 
112
112
  /// The background color of the selected PanelBar header.
113
113
  /// @group panelbar
114
- $kendo-panelbar-header-selected-bg: k-color(primary) !default;
114
+ $kendo-panelbar-header-selected-bg: k-color(primary-subtle) !default;
115
115
  /// The text color of the selected PanelBar header.
116
116
  /// @group panelbar
117
- $kendo-panelbar-header-selected-text: k-color(on-primary) !default;
117
+ $kendo-panelbar-header-selected-text: k-color(primary-on-subtle) !default;
118
118
  /// The border color of the selected PanelBar header.
119
119
  /// @group panelbar
120
120
  $kendo-panelbar-header-selected-border: null !default;
@@ -124,7 +124,7 @@ $kendo-panelbar-header-selected-gradient: null !default;
124
124
 
125
125
  /// The background color of the selected and hovered PanelBar header.
126
126
  /// @group panelbar
127
- $kendo-panelbar-header-selected-hover-bg: k-color(primary-hover) !default;
127
+ $kendo-panelbar-header-selected-hover-bg: k-color(primary-subtle-hover) !default;
128
128
  /// The text color of the selected and hovered PanelBar header.
129
129
  /// @group panelbar
130
130
  $kendo-panelbar-header-selected-hover-text: null !default;
@@ -205,10 +205,10 @@ $kendo-panelbar-item-hover-focus-gradient: null !default;
205
205
 
206
206
  /// The background color of the selected PanelBar items.
207
207
  /// @group panelbar
208
- $kendo-panelbar-item-selected-bg: k-color(primary) !default;
208
+ $kendo-panelbar-item-selected-bg: k-color(primary-subtle) !default;
209
209
  /// The text color of the selected PanelBar items.
210
210
  /// @group panelbar
211
- $kendo-panelbar-item-selected-text: k-color(on-primary) !default;
211
+ $kendo-panelbar-item-selected-text: k-color(primary-on-subtle) !default;
212
212
  /// The border color of the selected PanelBar items.
213
213
  /// @group panelbar
214
214
  $kendo-panelbar-item-selected-border: null !default;
@@ -218,7 +218,7 @@ $kendo-panelbar-item-selected-gradient: null !default;
218
218
 
219
219
  /// The background color of the selected and hovered PanelBar items.
220
220
  /// @group panelbar
221
- $kendo-panelbar-item-selected-hover-bg: k-color(primary-hover) !default;
221
+ $kendo-panelbar-item-selected-hover-bg: k-color(primary-subtle-hover) !default;
222
222
  /// The text color of the selected and hovered PanelBar items.
223
223
  /// @group panelbar
224
224
  $kendo-panelbar-item-selected-hover-text: null !default;
@@ -11,7 +11,7 @@ $kendo-popover-border-width: $kendo-card-border-width !default;
11
11
  $kendo-popover-border-style: solid !default;
12
12
  /// The radius of the border around the Popover.
13
13
  /// @group popover
14
- $kendo-popover-border-radius: $kendo-card-border-radius !default;
14
+ $kendo-popover-border-radius: var( --kendo-border-radius-lg, 0 ) !default;
15
15
  /// The font family of the Popover.
16
16
  /// @group popover
17
17
  $kendo-popover-font-family: $kendo-card-font-family !default;
@@ -20,7 +20,7 @@ $kendo-popover-font-family: $kendo-card-font-family !default;
20
20
  $kendo-popover-font-size: $kendo-card-font-size !default;
21
21
  /// The line height of the Popover.
22
22
  /// @group popover
23
- $kendo-popover-line-height: $kendo-card-line-height !default;
23
+ $kendo-popover-line-height: var( --kendo-line-height-sm, normal ) !default;
24
24
 
25
25
  /// The text color of the Popover.
26
26
  /// @group popover
@@ -62,7 +62,7 @@ $kendo-popover-header-border: inherit !default;
62
62
  $kendo-popover-body-padding-x: $kendo-card-body-padding-x !default;
63
63
  /// The vertical padding of the Popover body.
64
64
  /// @group popover
65
- $kendo-popover-body-padding-y: $kendo-card-body-padding-y !default;
65
+ $kendo-popover-body-padding-y: k-spacing(2) !default;
66
66
 
67
67
  /// The border width of the Popover actions.
68
68
  /// @group popover
@@ -158,7 +158,7 @@ $kendo-radio-disabled-checked-image: null !default;
158
158
 
159
159
  /// The horizontal margin of the RadioButton inside of a label.
160
160
  /// @group radio
161
- $kendo-radio-label-margin-x: k-spacing(1) !default;
161
+ $kendo-radio-label-margin-x: k-spacing(2) !default;
162
162
 
163
163
 
164
164
  // Radio list
@@ -171,7 +171,7 @@ $kendo-radio-list-spacing: k-spacing(4) !default;
171
171
  $kendo-radio-list-item-padding-x: k-spacing(0) !default;
172
172
  /// The vertical list item padding of the RadioButton.
173
173
  /// @group radio
174
- $kendo-radio-list-item-padding-y: $kendo-list-md-item-padding-y !default;
174
+ $kendo-radio-list-item-padding-y: k-spacing(0.5) !default;
175
175
 
176
176
 
177
177
  // Radio ripple
@@ -10,21 +10,18 @@ $kendo-signature-lg-min-height: 110px !default;
10
10
  $kendo-signature-maximized-width: 750px !default;
11
11
  $kendo-signature-maximized-height: 252px !default;
12
12
 
13
- $kendo-signature-padding-x: k-spacing(3) !default;
14
13
  $kendo-signature-sm-padding-x: k-spacing(2) !default;
15
- $kendo-signature-md-padding-x: $kendo-signature-padding-x !default;
14
+ $kendo-signature-md-padding-x: k-spacing(3) !default;
16
15
  $kendo-signature-lg-padding-x: k-spacing(4) !default;
17
16
 
18
- $kendo-signature-padding-y: k-spacing(1) !default;
19
17
  $kendo-signature-sm-padding-y: k-spacing(0.5) !default;
20
- $kendo-signature-md-padding-y: $kendo-signature-padding-y !default;
18
+ $kendo-signature-md-padding-y: k-spacing(1) !default;
21
19
  $kendo-signature-lg-padding-y: k-spacing(2) !default;
22
20
 
23
21
  $kendo-signature-line-width: 1px !default;
24
22
  $kendo-signature-line-style: dashed !default;
25
23
  $kendo-signature-line-color: color-mix(in srgb, k-color(info) 24%, transparent) !default;
26
24
 
27
- $kendo-signature-line-size: calc( 100% - 2 * #{$kendo-signature-padding-x} ) !default;
28
25
  $kendo-signature-sm-line-size: calc( 100% - 2 * #{$kendo-signature-sm-padding-x} ) !default;
29
26
  $kendo-signature-md-line-size: calc( 100% - 2 * #{$kendo-signature-md-padding-x} ) !default;
30
27
  $kendo-signature-lg-line-size: calc( 100% - 2 * #{$kendo-signature-lg-padding-x} ) !default;
@@ -59,18 +56,15 @@ $kendo-signature-maximized-line-width: 3px !default;
59
56
  $kendo-signature-lg-min-height: $kendo-signature-lg-min-height,
60
57
  $kendo-signature-maximized-width: $kendo-signature-maximized-width,
61
58
  $kendo-signature-maximized-height: $kendo-signature-maximized-height,
62
- $kendo-signature-padding-x: $kendo-signature-padding-x,
63
59
  $kendo-signature-sm-padding-x: $kendo-signature-sm-padding-x,
64
60
  $kendo-signature-md-padding-x: $kendo-signature-md-padding-x,
65
61
  $kendo-signature-lg-padding-x: $kendo-signature-lg-padding-x,
66
- $kendo-signature-padding-y: $kendo-signature-padding-y,
67
62
  $kendo-signature-sm-padding-y: $kendo-signature-sm-padding-y,
68
63
  $kendo-signature-md-padding-y: $kendo-signature-md-padding-y,
69
64
  $kendo-signature-lg-padding-y: $kendo-signature-lg-padding-y,
70
65
  $kendo-signature-line-width: $kendo-signature-line-width,
71
66
  $kendo-signature-line-style: $kendo-signature-line-style,
72
67
  $kendo-signature-line-color: $kendo-signature-line-color,
73
- $kendo-signature-line-size: $kendo-signature-line-size,
74
68
  $kendo-signature-sm-line-size: $kendo-signature-sm-line-size,
75
69
  $kendo-signature-md-line-size: $kendo-signature-md-line-size,
76
70
  $kendo-signature-lg-line-size: $kendo-signature-lg-line-size,
@@ -19,7 +19,7 @@ $kendo-skeleton-circle-border-radius: 9999px !default;
19
19
 
20
20
  /// The background color of the Skeleton item.
21
21
  /// @group skeleton
22
- $kendo-skeleton-item-bg: color-mix(in srgb, k-color(on-app-surface) 20%, transparent) !default;
22
+ $kendo-skeleton-item-bg: color-mix(in srgb, k-color(on-app-surface) 50%, transparent) !default;
23
23
  /// The background color of the Skeleton wave animation.
24
24
  /// @group skeleton
25
25
  $kendo-skeleton-wave-bg: rgba( black, .04 ) !default;
@@ -29,10 +29,10 @@ $kendo-slider-button-size: ($kendo-slider-alt-size - 2) !default;
29
29
 
30
30
  /// The thickness of the Slider track.
31
31
  /// @group slider
32
- $kendo-slider-track-thickness: 4px !default;
32
+ $kendo-slider-track-thickness: k-spacing(2) !default;
33
33
  /// The size of the Slider drag handle.
34
34
  /// @group slider
35
- $kendo-slider-draghandle-size: 14px !default;
35
+ $kendo-slider-draghandle-size: 16px !default;
36
36
  /// The border width of the Slider drag handle.
37
37
  /// @group slider
38
38
  $kendo-slider-draghandle-border-width: 1px !default;
@@ -8,7 +8,7 @@ $kendo-split-button-focus-shadow: $kendo-button-focus-shadow !default;
8
8
 
9
9
  /// The horizontal padding of the arrow Button.
10
10
  /// @group split-button
11
- $kendo-split-button-arrow-padding-x: $kendo-button-padding-y !default;
11
+ $kendo-split-button-arrow-padding-x: $kendo-button-md-padding-y !default;
12
12
  /// The horizontal padding of the small arrow Button.
13
13
  /// @group split-button
14
14
  $kendo-split-button-sm-arrow-padding-x: $kendo-button-sm-padding-y !default;
@@ -21,7 +21,7 @@ $kendo-split-button-lg-arrow-padding-x: $kendo-button-lg-padding-y !default;
21
21
 
22
22
  /// The vertical padding of the arrow Button.
23
23
  /// @group split-button
24
- $kendo-split-button-arrow-padding-y: $kendo-button-padding-y !default;
24
+ $kendo-split-button-arrow-padding-y: $kendo-button-md-padding-y !default;
25
25
  /// The vertical padding of the small arrow Button.
26
26
  /// @group split-button
27
27
  $kendo-split-button-sm-arrow-padding-y: $kendo-button-sm-padding-y !default;
@@ -78,10 +78,10 @@ $kendo-spreadsheet-formula-bar-gap: k-spacing(2) !default;
78
78
 
79
79
  /// The horizontal padding of the Spreadsheet formula input.
80
80
  /// @group spreadsheet
81
- $kendo-spreadsheet-formula-input-padding-x: $kendo-input-padding-x !default;
81
+ $kendo-spreadsheet-formula-input-padding-x: $kendo-input-md-padding-x !default;
82
82
  /// The vertical padding of the Spreadsheet formula input.
83
83
  /// @group spreadsheet
84
- $kendo-spreadsheet-formula-input-padding-y: $kendo-input-padding-y !default;
84
+ $kendo-spreadsheet-formula-input-padding-y: $kendo-input-md-padding-y !default;
85
85
  /// The line height of the Spreadsheet formula input.
86
86
  /// @group spreadsheet
87
87
  $kendo-spreadsheet-formula-input-line-height: $kendo-input-line-height !default;