@progress/kendo-theme-default 11.2.1-dev.0 → 11.3.0-dev.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 (55) 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 +5428 -6994
  15. package/dist/meta/sassdoc-raw-data.json +2649 -3374
  16. package/dist/meta/variables.json +16 -204
  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/badge/_variables.scss +1 -9
  31. package/scss/breadcrumb/_variables.scss +4 -20
  32. package/scss/button/_variables.scss +3 -13
  33. package/scss/chat/_variables.scss +10 -1
  34. package/scss/chip/_variables.scss +3 -11
  35. package/scss/coloreditor/_variables.scss +7 -23
  36. package/scss/colorgradient/_variables.scss +2 -10
  37. package/scss/column-menu/_variables.scss +4 -9
  38. package/scss/fab/_variables.scss +7 -12
  39. package/scss/floating-label/_variables.scss +2 -2
  40. package/scss/forms/_index.scss +0 -1
  41. package/scss/grid/_variables.scss +2 -2
  42. package/scss/input/_variables.scss +10 -12
  43. package/scss/list/_variables.scss +6 -27
  44. package/scss/menu/_variables.scss +0 -6
  45. package/scss/menu-button/_variables.scss +1 -1
  46. package/scss/otp/_variables.scss +3 -15
  47. package/scss/pager/_variables.scss +0 -4
  48. package/scss/signature/_variables.scss +0 -6
  49. package/scss/split-button/_variables.scss +2 -2
  50. package/scss/spreadsheet/_variables.scss +2 -2
  51. package/scss/table/_variables.scss +0 -10
  52. package/scss/tabstrip/_variables.scss +2 -10
  53. package/scss/timeline/_variables.scss +2 -2
  54. package/scss/toolbar/_variables.scss +3 -15
  55. package/scss/treeview/_variables.scss +0 -8
@@ -21,14 +21,12 @@ $kendo-list-lg-line-height: var( --kendo-line-height-lg, normal ) !default;
21
21
 
22
22
  /// The horizontal padding of the List header, if no size is set.
23
23
  /// @group list
24
- $kendo-list-header-padding-x: null !default;
25
24
  $kendo-list-sm-header-padding-x: k-spacing(2) !default;
26
25
  $kendo-list-md-header-padding-x: k-spacing(2) !default;
27
26
  $kendo-list-lg-header-padding-x: k-spacing(2) !default;
28
27
 
29
28
  /// The vertical padding of the List header, if no size is set.
30
29
  /// @group list
31
- $kendo-list-header-padding-y: null !default;
32
30
  $kendo-list-sm-header-padding-y: k-spacing(0.5) !default;
33
31
  $kendo-list-md-header-padding-y: k-spacing(1) !default;
34
32
  $kendo-list-lg-header-padding-y: k-spacing(1.5) !default;
@@ -55,34 +53,26 @@ $kendo-list-lg-header-line-height: null !default;
55
53
  /// @group list
56
54
  $kendo-list-header-font-weight: var( --kendo-font-weight-bold, normal ) !default;
57
55
 
58
- /// The padding of the the List filter input.
59
- /// @group list
60
- $kendo-list-filter-padding: k-spacing(2) !default;
61
-
62
56
  /// The horizontal padding of the List filter, when no size is set.
63
57
  /// @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;
58
+ $kendo-list-sm-filter-padding-x: k-spacing(2) !default;
59
+ $kendo-list-md-filter-padding-x: k-spacing(2) !default;
60
+ $kendo-list-lg-filter-padding-x: k-spacing(2) !default;
68
61
 
69
62
  /// The vertical padding of the List filter, when no size is set.
70
63
  /// @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;
64
+ $kendo-list-sm-filter-padding-y: k-spacing(2) !default;
65
+ $kendo-list-md-filter-padding-y: k-spacing(2) !default;
66
+ $kendo-list-lg-filter-padding-y: k-spacing(2) !default;
75
67
 
76
68
  /// The horizontal padding of the List items, when no size is set.
77
69
  /// @group list
78
- $kendo-list-item-padding-x: null !default;
79
70
  $kendo-list-sm-item-padding-x: k-spacing(2) !default;
80
71
  $kendo-list-md-item-padding-x: k-spacing(2) !default;
81
72
  $kendo-list-lg-item-padding-x: k-spacing(2) !default;
82
73
 
83
74
  /// The vertical padding of the List items, when no size is set.
84
75
  /// @group list
85
- $kendo-list-item-padding-y: null !default;
86
76
  $kendo-list-sm-item-padding-y: k-spacing(0.5) !default;
87
77
  $kendo-list-md-item-padding-y: k-spacing(1) !default;
88
78
  $kendo-list-lg-item-padding-y: k-spacing(2) !default;
@@ -103,14 +93,12 @@ $kendo-list-lg-item-line-height: null !default;
103
93
 
104
94
  /// The horizontal padding of the List group items, when no size is set.
105
95
  /// @group list
106
- $kendo-list-group-item-padding-x: null !default;
107
96
  $kendo-list-sm-group-item-padding-x: k-spacing(2) !default;
108
97
  $kendo-list-md-group-item-padding-x: k-spacing(2) !default;
109
98
  $kendo-list-lg-group-item-padding-x: k-spacing(2) !default;
110
99
 
111
100
  /// The vertical padding of the List group items, when no size is set.
112
101
  /// @group list
113
- $kendo-list-group-item-padding-y: null !default;
114
102
  $kendo-list-sm-group-item-padding-y: k-spacing(0.5) !default;
115
103
  $kendo-list-md-group-item-padding-y: k-spacing(1) !default;
116
104
  $kendo-list-lg-group-item-padding-y: k-spacing(1.5) !default;
@@ -316,11 +304,9 @@ $kendo-list-option-label-text: k-color(subtle) !default;
316
304
  $kendo-list-sm-line-height: $kendo-list-sm-line-height,
317
305
  $kendo-list-md-line-height: $kendo-list-md-line-height,
318
306
  $kendo-list-lg-line-height: $kendo-list-lg-line-height,
319
- $kendo-list-header-padding-x: $kendo-list-header-padding-x,
320
307
  $kendo-list-sm-header-padding-x: $kendo-list-sm-header-padding-x,
321
308
  $kendo-list-md-header-padding-x: $kendo-list-md-header-padding-x,
322
309
  $kendo-list-lg-header-padding-x: $kendo-list-lg-header-padding-x,
323
- $kendo-list-header-padding-y: $kendo-list-header-padding-y,
324
310
  $kendo-list-sm-header-padding-y: $kendo-list-sm-header-padding-y,
325
311
  $kendo-list-md-header-padding-y: $kendo-list-md-header-padding-y,
326
312
  $kendo-list-lg-header-padding-y: $kendo-list-lg-header-padding-y,
@@ -334,12 +320,9 @@ $kendo-list-option-label-text: k-color(subtle) !default;
334
320
  $kendo-list-md-header-line-height: $kendo-list-md-header-line-height,
335
321
  $kendo-list-lg-header-line-height: $kendo-list-lg-header-line-height,
336
322
  $kendo-list-header-font-weight: $kendo-list-header-font-weight,
337
- $kendo-list-filter-padding: $kendo-list-filter-padding,
338
- $kendo-list-item-padding-x: $kendo-list-item-padding-x,
339
323
  $kendo-list-sm-item-padding-x: $kendo-list-sm-item-padding-x,
340
324
  $kendo-list-md-item-padding-x: $kendo-list-md-item-padding-x,
341
325
  $kendo-list-lg-item-padding-x: $kendo-list-lg-item-padding-x,
342
- $kendo-list-item-padding-y: $kendo-list-item-padding-y,
343
326
  $kendo-list-sm-item-padding-y: $kendo-list-sm-item-padding-y,
344
327
  $kendo-list-md-item-padding-y: $kendo-list-md-item-padding-y,
345
328
  $kendo-list-lg-item-padding-y: $kendo-list-lg-item-padding-y,
@@ -351,11 +334,9 @@ $kendo-list-option-label-text: k-color(subtle) !default;
351
334
  $kendo-list-sm-item-line-height: $kendo-list-sm-item-line-height,
352
335
  $kendo-list-md-item-line-height: $kendo-list-md-item-line-height,
353
336
  $kendo-list-lg-item-line-height: $kendo-list-lg-item-line-height,
354
- $kendo-list-group-item-padding-x: $kendo-list-group-item-padding-x,
355
337
  $kendo-list-sm-group-item-padding-x: $kendo-list-sm-group-item-padding-x,
356
338
  $kendo-list-md-group-item-padding-x: $kendo-list-md-group-item-padding-x,
357
339
  $kendo-list-lg-group-item-padding-x: $kendo-list-lg-group-item-padding-x,
358
- $kendo-list-group-item-padding-y: $kendo-list-group-item-padding-y,
359
340
  $kendo-list-sm-group-item-padding-y: $kendo-list-sm-group-item-padding-y,
360
341
  $kendo-list-md-group-item-padding-y: $kendo-list-md-group-item-padding-y,
361
342
  $kendo-list-lg-group-item-padding-y: $kendo-list-lg-group-item-padding-y,
@@ -380,8 +361,6 @@ $kendo-list-option-label-text: k-color(subtle) !default;
380
361
  $kendo-list-sm-group-item-line-height: $kendo-list-sm-group-item-line-height,
381
362
  $kendo-list-md-group-item-line-height: $kendo-list-md-group-item-line-height,
382
363
  $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
364
  $kendo-list-sm-filter-padding-x: $kendo-list-sm-filter-padding-x,
386
365
  $kendo-list-sm-filter-padding-y: $kendo-list-sm-filter-padding-y,
387
366
  $kendo-list-md-filter-padding-x: $kendo-list-md-filter-padding-x,
@@ -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(2) !default;
198
197
  $kendo-menu-popup-sm-item-padding-x: k-spacing(2) !default;
199
198
  $kendo-menu-popup-md-item-padding-x: k-spacing(2) !default;
200
199
  $kendo-menu-popup-lg-item-padding-x: k-spacing(2) !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;
@@ -329,15 +326,12 @@ $kendo-menu-popup-item-focus-shadow: $kendo-menu-item-focus-shadow !default;
329
326
  $kendo-menu-popup-text: $kendo-menu-popup-text,
330
327
  $kendo-menu-popup-border: $kendo-menu-popup-border,
331
328
  $kendo-menu-popup-gradient: $kendo-menu-popup-gradient,
332
- $kendo-menu-popup-item-padding-x: $kendo-menu-popup-item-padding-x,
333
329
  $kendo-menu-popup-sm-item-padding-x: $kendo-menu-popup-sm-item-padding-x,
334
330
  $kendo-menu-popup-md-item-padding-x: $kendo-menu-popup-md-item-padding-x,
335
331
  $kendo-menu-popup-lg-item-padding-x: $kendo-menu-popup-lg-item-padding-x,
336
- $kendo-menu-popup-item-padding-y: $kendo-menu-popup-item-padding-y,
337
332
  $kendo-menu-popup-sm-item-padding-y: $kendo-menu-popup-sm-item-padding-y,
338
333
  $kendo-menu-popup-md-item-padding-y: $kendo-menu-popup-md-item-padding-y,
339
334
  $kendo-menu-popup-lg-item-padding-y: $kendo-menu-popup-lg-item-padding-y,
340
- $kendo-menu-popup-item-padding-end: $kendo-menu-popup-item-padding-end,
341
335
  $kendo-menu-popup-sm-item-padding-end: $kendo-menu-popup-sm-item-padding-end,
342
336
  $kendo-menu-popup-md-item-padding-end: $kendo-menu-popup-md-item-padding-end,
343
337
  $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
  @forward "@progress/kendo-theme-core/scss/components/menu-button/_variables.scss" with (
10
10
  $kendo-menu-button-arrow-padding-x: $kendo-menu-button-arrow-padding-x
@@ -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;
@@ -123,7 +120,6 @@ $kendo-pager-sizes: (
123
120
  ) !default;
124
121
 
125
122
  @forward "@progress/kendo-theme-core/scss/components/pager/_variables.scss" with (
126
- $kendo-pager-padding-x: $kendo-pager-padding-x,
127
123
  $kendo-pager-sm-padding-x: $kendo-pager-sm-padding-x,
128
124
  $kendo-pager-md-padding-x: $kendo-pager-md-padding-x,
129
125
  $kendo-pager-lg-padding-x: $kendo-pager-lg-padding-x,
@@ -8,12 +8,10 @@ $kendo-signature-lg-min-height: 110px !default;
8
8
  $kendo-signature-maximized-width: 750px !default;
9
9
  $kendo-signature-maximized-height: 252px !default;
10
10
 
11
- $kendo-signature-padding-x: k-spacing(1) !default;
12
11
  $kendo-signature-sm-padding-x: k-spacing(0.5) !default;
13
12
  $kendo-signature-md-padding-x: k-spacing(1) !default;
14
13
  $kendo-signature-lg-padding-x: k-spacing(2) !default;
15
14
 
16
- $kendo-signature-padding-y: $kendo-signature-padding-x !default;
17
15
  $kendo-signature-sm-padding-y: $kendo-signature-sm-padding-x !default;
18
16
  $kendo-signature-md-padding-y: $kendo-signature-md-padding-x !default;
19
17
  $kendo-signature-lg-padding-y: $kendo-signature-lg-padding-x !default;
@@ -22,7 +20,6 @@ $kendo-signature-line-width: 1px !default;
22
20
  $kendo-signature-line-style: dashed !default;
23
21
  $kendo-signature-line-color: color-mix(in srgb, k-color(info) 24%, transparent) !default;
24
22
 
25
- $kendo-signature-line-size: calc( 100% - 2 * #{$kendo-signature-padding-x} ) !default;
26
23
  $kendo-signature-sm-line-size: calc( 100% - 2 * #{$kendo-signature-sm-padding-x} ) !default;
27
24
  $kendo-signature-md-line-size: calc( 100% - 2 * #{$kendo-signature-md-padding-x} ) !default;
28
25
  $kendo-signature-lg-line-size: calc( 100% - 2 * #{$kendo-signature-lg-padding-x} ) !default;
@@ -56,18 +53,15 @@ $kendo-signature-maximized-line-width: 3px !default;
56
53
  $kendo-signature-lg-min-height: $kendo-signature-lg-min-height,
57
54
  $kendo-signature-maximized-width: $kendo-signature-maximized-width,
58
55
  $kendo-signature-maximized-height: $kendo-signature-maximized-height,
59
- $kendo-signature-padding-x: $kendo-signature-padding-x,
60
56
  $kendo-signature-sm-padding-x: $kendo-signature-sm-padding-x,
61
57
  $kendo-signature-md-padding-x: $kendo-signature-md-padding-x,
62
58
  $kendo-signature-lg-padding-x: $kendo-signature-lg-padding-x,
63
- $kendo-signature-padding-y: $kendo-signature-padding-y,
64
59
  $kendo-signature-sm-padding-y: $kendo-signature-sm-padding-y,
65
60
  $kendo-signature-md-padding-y: $kendo-signature-md-padding-y,
66
61
  $kendo-signature-lg-padding-y: $kendo-signature-lg-padding-y,
67
62
  $kendo-signature-line-width: $kendo-signature-line-width,
68
63
  $kendo-signature-line-style: $kendo-signature-line-style,
69
64
  $kendo-signature-line-color: $kendo-signature-line-color,
70
- $kendo-signature-line-size: $kendo-signature-line-size,
71
65
  $kendo-signature-sm-line-size: $kendo-signature-sm-line-size,
72
66
  $kendo-signature-md-line-size: $kendo-signature-md-line-size,
73
67
  $kendo-signature-lg-line-size: $kendo-signature-lg-line-size,
@@ -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;
@@ -22,14 +22,6 @@ $kendo-table-font-size: null !default;
22
22
  /// @group table
23
23
  $kendo-table-line-height: null !default;
24
24
 
25
- /// The horizontal padding of the cells in the table if no size is specified.
26
- /// @group table
27
- $kendo-table-cell-padding-x: null !default;
28
-
29
- /// The vertical padding of the cells in the table if no size is specified.
30
- /// @group table
31
- $kendo-table-cell-padding-y: null !default;
32
-
33
25
  $kendo-table-sm-cell-padding-x: k-spacing(2) !default;
34
26
  $kendo-table-sm-cell-padding-y: k-spacing(1) !default;
35
27
 
@@ -176,8 +168,6 @@ $kendo-table-cell-row-span-shadow: inset 0 0 0 1px $kendo-table-border !default;
176
168
  $kendo-table-cell-horizontal-border-width: $kendo-table-cell-horizontal-border-width,
177
169
  $kendo-table-font-size: $kendo-table-font-size,
178
170
  $kendo-table-line-height: $kendo-table-line-height,
179
- $kendo-table-cell-padding-x: $kendo-table-cell-padding-x,
180
- $kendo-table-cell-padding-y: $kendo-table-cell-padding-y,
181
171
  $kendo-table-sm-cell-padding-x: $kendo-table-sm-cell-padding-x,
182
172
  $kendo-table-sm-cell-padding-y: $kendo-table-sm-cell-padding-y,
183
173
  $kendo-table-md-cell-padding-x: $kendo-table-md-cell-padding-x,
@@ -66,12 +66,6 @@ $kendo-tabstrip-text: k-color(on-app-surface) !default;
66
66
  /// @group tabstrip
67
67
  $kendo-tabstrip-border: k-color(border) !default;
68
68
 
69
- /// The horizontal padding of the TabStrip items.
70
- /// @group tabstrip
71
- $kendo-tabstrip-item-padding-x: k-spacing(3) !default;
72
- /// The vertical padding of the TabStrip items.
73
- /// @group tabstrip
74
- $kendo-tabstrip-item-padding-y: k-spacing(1.5) !default;
75
69
  /// The border width around the TabStrip items.
76
70
  /// @group tabstrip
77
71
  $kendo-tabstrip-item-border-width: 1px !default;
@@ -89,10 +83,10 @@ $kendo-tabstrip-sm-item-padding-x: k-spacing(3) !default;
89
83
  $kendo-tabstrip-sm-item-padding-y: k-spacing(1) !default;
90
84
  /// The horizontal padding of the medium TabStrip items.
91
85
  /// @group tabstrip
92
- $kendo-tabstrip-md-item-padding-x: $kendo-tabstrip-item-padding-x !default;
86
+ $kendo-tabstrip-md-item-padding-x: k-spacing(3) !default;
93
87
  /// The vertical padding of the medium TabStrip items.
94
88
  /// @group tabstrip
95
- $kendo-tabstrip-md-item-padding-y: $kendo-tabstrip-item-padding-y !default;
89
+ $kendo-tabstrip-md-item-padding-y: k-spacing(1.5) !default;
96
90
  /// The horizontal padding of the large TabStrip items.
97
91
  /// @group tabstrip
98
92
  $kendo-tabstrip-lg-item-padding-x: k-spacing(3) !default;
@@ -246,8 +240,6 @@ $kendo-tabstrip-sizes: (
246
240
  $kendo-tabstrip-bg: $kendo-tabstrip-bg,
247
241
  $kendo-tabstrip-text: $kendo-tabstrip-text,
248
242
  $kendo-tabstrip-border: $kendo-tabstrip-border,
249
- $kendo-tabstrip-item-padding-x: $kendo-tabstrip-item-padding-x,
250
- $kendo-tabstrip-item-padding-y: $kendo-tabstrip-item-padding-y,
251
243
  $kendo-tabstrip-item-border-width: $kendo-tabstrip-item-border-width,
252
244
  $kendo-tabstrip-item-border-radius: $kendo-tabstrip-item-border-radius,
253
245
  $kendo-tabstrip-item-gap: $kendo-tabstrip-item-gap,
@@ -87,10 +87,10 @@ $kendo-timeline-track-event-offset: 36px !default;
87
87
 
88
88
  /// The horizontal padding of the Timeline flag.
89
89
  /// @group timeline
90
- $kendo-timeline-flag-padding-x: $kendo-button-padding-x !default;
90
+ $kendo-timeline-flag-padding-x: $kendo-button-md-padding-x !default;
91
91
  /// The vertical padding of the Timeline flag.
92
92
  /// @group timeline
93
- $kendo-timeline-flag-padding-y: $kendo-button-padding-y !default;
93
+ $kendo-timeline-flag-padding-y: $kendo-button-md-padding-y !default;
94
94
  /// The line height of the Timeline flag.
95
95
  /// @group timeline
96
96
  $kendo-timeline-flag-line-height: $kendo-button-line-height !default;
@@ -4,41 +4,32 @@
4
4
 
5
5
  // Toolbar
6
6
 
7
- /// The horizontal padding of the Toolbar.
8
- /// @group toolbar
9
- $kendo-toolbar-padding-x: k-spacing(2) !default;
10
7
  /// The horizontal padding of the small Toolbar.
11
8
  /// @group toolbar
12
9
  $kendo-toolbar-sm-padding-x: k-spacing(1) !default;
13
10
  /// The horizontal padding of the medium Toolbar.
14
11
  /// @group toolbar
15
- $kendo-toolbar-md-padding-x: $kendo-toolbar-padding-x !default;
12
+ $kendo-toolbar-md-padding-x: k-spacing(2) !default;
16
13
  /// The horizontal padding of the large Toolbar.
17
14
  /// @group toolbar
18
15
  $kendo-toolbar-lg-padding-x: k-spacing(2.5) !default;
19
16
 
20
- /// The vertical padding of the Toolbar.
21
- /// @group toolbar
22
- $kendo-toolbar-padding-y: k-spacing(2) !default;
23
17
  /// The vertical padding of the small Toolbar.
24
18
  /// @group toolbar
25
19
  $kendo-toolbar-sm-padding-y: k-spacing(1) !default;
26
20
  /// The vertical padding of the medium Toolbar.
27
21
  /// @group toolbar
28
- $kendo-toolbar-md-padding-y: $kendo-toolbar-padding-y !default;
22
+ $kendo-toolbar-md-padding-y: k-spacing(2) !default;
29
23
  /// The vertical padding of the large Toolbar.
30
24
  /// @group toolbar
31
25
  $kendo-toolbar-lg-padding-y: k-spacing(2.5) !default;
32
26
 
33
- /// The spacing between the Toolbar tools.
34
- /// @group toolbar
35
- $kendo-toolbar-spacing: k-spacing(2) !default;
36
27
  /// The spacing between the tools of the small Toolbar.
37
28
  /// @group toolbar
38
29
  $kendo-toolbar-sm-spacing: k-spacing(1.5) !default;
39
30
  /// The spacing between the tools of the medium Toolbar.
40
31
  /// @group toolbar
41
- $kendo-toolbar-md-spacing: $kendo-toolbar-spacing !default;
32
+ $kendo-toolbar-md-spacing: k-spacing(2) !default;
42
33
  /// The spacing between the tools of the large Toolbar.
43
34
  /// @group toolbar
44
35
  $kendo-toolbar-lg-spacing: k-spacing(2.5) !default;
@@ -167,15 +158,12 @@ $kendo-toolbar-sizes: (
167
158
  ) !default;
168
159
 
169
160
  @forward "@progress/kendo-theme-core/scss/components/toolbar/_variables.scss" with (
170
- $kendo-toolbar-padding-x: $kendo-toolbar-padding-x,
171
161
  $kendo-toolbar-sm-padding-x: $kendo-toolbar-sm-padding-x,
172
162
  $kendo-toolbar-md-padding-x: $kendo-toolbar-md-padding-x,
173
163
  $kendo-toolbar-lg-padding-x: $kendo-toolbar-lg-padding-x,
174
- $kendo-toolbar-padding-y: $kendo-toolbar-padding-y,
175
164
  $kendo-toolbar-sm-padding-y: $kendo-toolbar-sm-padding-y,
176
165
  $kendo-toolbar-md-padding-y: $kendo-toolbar-md-padding-y,
177
166
  $kendo-toolbar-lg-padding-y: $kendo-toolbar-lg-padding-y,
178
- $kendo-toolbar-spacing: $kendo-toolbar-spacing,
179
167
  $kendo-toolbar-sm-spacing: $kendo-toolbar-sm-spacing,
180
168
  $kendo-toolbar-md-spacing: $kendo-toolbar-md-spacing,
181
169
  $kendo-toolbar-lg-spacing: $kendo-toolbar-lg-spacing,
@@ -33,9 +33,6 @@ $kendo-treeview-lg-line-height: var( --kendo-line-height-lg, normal ) !default;
33
33
  /// @group treeview
34
34
  $kendo-treeview-indent: 24px !default;
35
35
 
36
- /// The horizontal padding of the TreeView items.
37
- /// @group treeview
38
- $kendo-treeview-item-padding-x: k-spacing(2) !default;
39
36
  /// The horizontal padding of the small TreeView items.
40
37
  /// @group treeview
41
38
  $kendo-treeview-sm-item-padding-x: k-spacing(2) !default;
@@ -45,9 +42,6 @@ $kendo-treeview-md-item-padding-x: k-spacing(2) !default;
45
42
  /// The horizontal padding of the large TreeView items.
46
43
  /// @group treeview
47
44
  $kendo-treeview-lg-item-padding-x: k-spacing(2) !default;
48
- /// The vertical padding of the TreeView items.
49
- /// @group treeview
50
- $kendo-treeview-item-padding-y: k-spacing(1) !default;
51
45
  /// The vertical padding of the small TreeView items.
52
46
  /// @group treeview
53
47
  $kendo-treeview-sm-item-padding-y: k-spacing(0.5) !default;
@@ -199,11 +193,9 @@ $kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !defaul
199
193
  $kendo-treeview-md-line-height: $kendo-treeview-md-line-height,
200
194
  $kendo-treeview-lg-line-height: $kendo-treeview-lg-line-height,
201
195
  $kendo-treeview-indent: $kendo-treeview-indent,
202
- $kendo-treeview-item-padding-x: $kendo-treeview-item-padding-x,
203
196
  $kendo-treeview-sm-item-padding-x: $kendo-treeview-sm-item-padding-x,
204
197
  $kendo-treeview-md-item-padding-x: $kendo-treeview-md-item-padding-x,
205
198
  $kendo-treeview-lg-item-padding-x: $kendo-treeview-lg-item-padding-x,
206
- $kendo-treeview-item-padding-y: $kendo-treeview-item-padding-y,
207
199
  $kendo-treeview-sm-item-padding-y: $kendo-treeview-sm-item-padding-y,
208
200
  $kendo-treeview-md-item-padding-y: $kendo-treeview-md-item-padding-y,
209
201
  $kendo-treeview-lg-item-padding-y: $kendo-treeview-lg-item-padding-y,