@progress/kendo-theme-material 11.2.1-dev.1 → 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 (65) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/material-2-dark.css +1 -1
  3. package/dist/material-2.css +1 -1
  4. package/dist/material-aqua-dark.css +1 -1
  5. package/dist/material-arctic.css +1 -1
  6. package/dist/material-burnt-teal.css +1 -1
  7. package/dist/material-dataviz-v4.css +1 -1
  8. package/dist/material-eggplant.css +1 -1
  9. package/dist/material-lime-dark.css +1 -1
  10. package/dist/material-lime.css +1 -1
  11. package/dist/material-main-dark.css +1 -1
  12. package/dist/material-main.css +1 -1
  13. package/dist/material-nova.css +1 -1
  14. package/dist/material-pacific-dark.css +1 -1
  15. package/dist/material-pacific.css +1 -1
  16. package/dist/material-sky-dark.css +1 -1
  17. package/dist/material-sky.css +1 -1
  18. package/dist/material-smoke.css +1 -1
  19. package/dist/meta/sassdoc-data.json +5416 -7036
  20. package/dist/meta/sassdoc-raw-data.json +2647 -3397
  21. package/dist/meta/variables.json +16 -208
  22. package/lib/swatches/material-2-dark.json +1 -1
  23. package/lib/swatches/material-2.json +1 -1
  24. package/lib/swatches/material-aqua-dark.json +1 -1
  25. package/lib/swatches/material-arctic.json +1 -1
  26. package/lib/swatches/material-burnt-teal.json +1 -1
  27. package/lib/swatches/material-dataviz-v4.json +1 -1
  28. package/lib/swatches/material-eggplant.json +1 -1
  29. package/lib/swatches/material-lime-dark.json +1 -1
  30. package/lib/swatches/material-lime.json +1 -1
  31. package/lib/swatches/material-main-dark.json +1 -1
  32. package/lib/swatches/material-main.json +1 -1
  33. package/lib/swatches/material-nova.json +1 -1
  34. package/lib/swatches/material-pacific-dark.json +1 -1
  35. package/lib/swatches/material-pacific.json +1 -1
  36. package/lib/swatches/material-sky-dark.json +1 -1
  37. package/lib/swatches/material-sky.json +1 -1
  38. package/lib/swatches/material-smoke.json +1 -1
  39. package/package.json +4 -4
  40. package/scss/badge/_variables.scss +1 -10
  41. package/scss/breadcrumb/_variables.scss +4 -20
  42. package/scss/button/_variables.scss +3 -13
  43. package/scss/chat/_variables.scss +10 -1
  44. package/scss/chip/_variables.scss +3 -11
  45. package/scss/coloreditor/_variables.scss +7 -23
  46. package/scss/colorgradient/_variables.scss +2 -10
  47. package/scss/column-menu/_variables.scss +5 -10
  48. package/scss/fab/_variables.scss +2 -10
  49. package/scss/floating-label/_variables.scss +2 -2
  50. package/scss/grid/_variables.scss +2 -2
  51. package/scss/input/_variables.scss +10 -12
  52. package/scss/list/_variables.scss +1 -22
  53. package/scss/menu/_variables.scss +0 -6
  54. package/scss/otp/_variables.scss +3 -15
  55. package/scss/pager/_layout.scss +1 -1
  56. package/scss/pager/_variables.scss +0 -4
  57. package/scss/signature/_variables.scss +1 -7
  58. package/scss/split-button/_variables.scss +1 -1
  59. package/scss/spreadsheet/_variables.scss +2 -2
  60. package/scss/table/_variables.scss +0 -10
  61. package/scss/tabstrip/_layout.scss +2 -2
  62. package/scss/tabstrip/_variables.scss +2 -10
  63. package/scss/timeline/_variables.scss +2 -2
  64. package/scss/toolbar/_variables.scss +3 -15
  65. package/scss/treeview/_variables.scss +0 -8
@@ -24,14 +24,12 @@ $kendo-list-lg-line-height: var( --kendo-line-height-lg, normal ) !default;
24
24
 
25
25
  /// The horizontal padding of the List header, if no size is set.
26
26
  /// @group list
27
- $kendo-list-header-padding-x: null !default;
28
27
  $kendo-list-sm-header-padding-x: k-spacing(4) !default;
29
28
  $kendo-list-md-header-padding-x: k-spacing(4) !default;
30
29
  $kendo-list-lg-header-padding-x: k-spacing(4) !default;
31
30
 
32
31
  /// The vertical padding of the List header, if no size is set.
33
32
  /// @group list
34
- $kendo-list-header-padding-y: null !default;
35
33
  $kendo-list-sm-header-padding-y: k-spacing(2) !default;
36
34
  $kendo-list-md-header-padding-y: k-spacing(3) !default;
37
35
  $kendo-list-lg-header-padding-y: k-spacing(4) !default;
@@ -58,20 +56,14 @@ $kendo-list-lg-header-line-height: null !default;
58
56
  /// @group list
59
57
  $kendo-list-header-font-weight: var( --kendo-font-weight-bold, normal ) !default;
60
58
 
61
- /// The padding of the the List filter input.
62
- /// @group list
63
- $kendo-list-filter-padding: k-spacing(4) !default;
64
-
65
59
  /// The horizontal padding of the List filter, when no size is set.
66
60
  /// @group list
67
- $kendo-list-filter-padding-x: $kendo-list-filter-padding !default;
68
61
  $kendo-list-sm-filter-padding-x: k-spacing(4) !default;
69
62
  $kendo-list-md-filter-padding-x: k-spacing(4) !default;
70
63
  $kendo-list-lg-filter-padding-x: k-spacing(4) !default;
71
64
 
72
65
  /// The vertical padding of the List filter, when no size is set.
73
66
  /// @group list
74
- $kendo-list-filter-padding-y: k-spacing(1) !default;
75
67
  $kendo-list-sm-filter-padding-y: k-spacing(0.5) !default;
76
68
  $kendo-list-md-filter-padding-y: k-spacing(1) !default;
77
69
  $kendo-list-lg-filter-padding-y: k-spacing(1.5) !default;
@@ -79,14 +71,12 @@ $kendo-list-lg-filter-padding-y: k-spacing(1.5) !default;
79
71
 
80
72
  /// The horizontal padding of the List items, when no size is set.
81
73
  /// @group list
82
- $kendo-list-item-padding-x: null !default;
83
74
  $kendo-list-sm-item-padding-x: k-spacing(4) !default;
84
75
  $kendo-list-md-item-padding-x: k-spacing(4) !default;
85
76
  $kendo-list-lg-item-padding-x: k-spacing(4) !default;
86
77
 
87
78
  /// The vertical padding of the List items, when no size is set.
88
79
  /// @group list
89
- $kendo-list-item-padding-y: null !default;
90
80
  $kendo-list-sm-item-padding-y: k-spacing(2) !default;
91
81
  $kendo-list-md-item-padding-y: k-spacing(3) !default;
92
82
  $kendo-list-lg-item-padding-y: k-spacing(4) !default;
@@ -107,14 +97,12 @@ $kendo-list-lg-item-line-height: null !default;
107
97
 
108
98
  /// The horizontal padding of the List group items, when no size is set.
109
99
  /// @group list
110
- $kendo-list-group-item-padding-x: null !default;
111
100
  $kendo-list-sm-group-item-padding-x: k-spacing(4) !default;
112
101
  $kendo-list-md-group-item-padding-x: k-spacing(4) !default;
113
102
  $kendo-list-lg-group-item-padding-x: k-spacing(4) !default;
114
103
 
115
104
  /// The vertical padding of the List group items, when no size is set.
116
105
  /// @group list
117
- $kendo-list-group-item-padding-y: null !default;
118
106
  $kendo-list-sm-group-item-padding-y: k-spacing(1.5) !default;
119
107
  $kendo-list-md-group-item-padding-y: k-spacing(2) !default;
120
108
  $kendo-list-lg-group-item-padding-y: k-spacing(2.5) !default;
@@ -321,11 +309,9 @@ $kendo-list-option-label-text: k-color(subtle) !default;
321
309
  $kendo-list-sm-line-height: $kendo-list-sm-line-height,
322
310
  $kendo-list-md-line-height: $kendo-list-md-line-height,
323
311
  $kendo-list-lg-line-height: $kendo-list-lg-line-height,
324
- $kendo-list-header-padding-x: $kendo-list-header-padding-x,
325
312
  $kendo-list-sm-header-padding-x: $kendo-list-sm-header-padding-x,
326
313
  $kendo-list-md-header-padding-x: $kendo-list-md-header-padding-x,
327
314
  $kendo-list-lg-header-padding-x: $kendo-list-lg-header-padding-x,
328
- $kendo-list-header-padding-y: $kendo-list-header-padding-y,
329
315
  $kendo-list-sm-header-padding-y: $kendo-list-sm-header-padding-y,
330
316
  $kendo-list-md-header-padding-y: $kendo-list-md-header-padding-y,
331
317
  $kendo-list-lg-header-padding-y: $kendo-list-lg-header-padding-y,
@@ -339,11 +325,9 @@ $kendo-list-option-label-text: k-color(subtle) !default;
339
325
  $kendo-list-md-header-line-height: $kendo-list-md-header-line-height,
340
326
  $kendo-list-lg-header-line-height: $kendo-list-lg-header-line-height,
341
327
  $kendo-list-header-font-weight: $kendo-list-header-font-weight,
342
- $kendo-list-item-padding-x: $kendo-list-item-padding-x,
343
328
  $kendo-list-sm-item-padding-x: $kendo-list-sm-item-padding-x,
344
329
  $kendo-list-md-item-padding-x: $kendo-list-md-item-padding-x,
345
330
  $kendo-list-lg-item-padding-x: $kendo-list-lg-item-padding-x,
346
- $kendo-list-item-padding-y: $kendo-list-item-padding-y,
347
331
  $kendo-list-sm-item-padding-y: $kendo-list-sm-item-padding-y,
348
332
  $kendo-list-md-item-padding-y: $kendo-list-md-item-padding-y,
349
333
  $kendo-list-lg-item-padding-y: $kendo-list-lg-item-padding-y,
@@ -355,11 +339,9 @@ $kendo-list-option-label-text: k-color(subtle) !default;
355
339
  $kendo-list-sm-item-line-height: $kendo-list-sm-item-line-height,
356
340
  $kendo-list-md-item-line-height: $kendo-list-md-item-line-height,
357
341
  $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
342
  $kendo-list-sm-group-item-padding-x: $kendo-list-sm-group-item-padding-x,
360
343
  $kendo-list-md-group-item-padding-x: $kendo-list-md-group-item-padding-x,
361
344
  $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
345
  $kendo-list-sm-group-item-padding-y: $kendo-list-sm-group-item-padding-y,
364
346
  $kendo-list-md-group-item-padding-y: $kendo-list-md-group-item-padding-y,
365
347
  $kendo-list-lg-group-item-padding-y: $kendo-list-lg-group-item-padding-y,
@@ -375,8 +357,6 @@ $kendo-list-option-label-text: k-color(subtle) !default;
375
357
  $kendo-list-item-group-label-sm-line-height: $kendo-list-item-group-label-sm-line-height,
376
358
  $kendo-list-item-group-label-md-line-height: $kendo-list-item-group-label-md-line-height,
377
359
  $kendo-list-item-group-label-lg-line-height: $kendo-list-item-group-label-lg-line-height,
378
- $kendo-list-filter-padding-x: $kendo-list-filter-padding-x,
379
- $kendo-list-filter-padding-y: $kendo-list-filter-padding-y,
380
360
  $kendo-list-sm-filter-padding-x: $kendo-list-sm-filter-padding-x,
381
361
  $kendo-list-sm-filter-padding-y: $kendo-list-sm-filter-padding-y,
382
362
  $kendo-list-md-filter-padding-x: $kendo-list-md-filter-padding-x,
@@ -414,6 +394,5 @@ $kendo-list-option-label-text: k-color(subtle) !default;
414
394
  $kendo-list-group-item-text: $kendo-list-group-item-text,
415
395
  $kendo-list-group-item-border: $kendo-list-group-item-border,
416
396
  $kendo-list-group-item-shadow: $kendo-list-group-item-shadow,
417
- $kendo-list-option-label-text: $kendo-list-option-label-text,
418
- $kendo-list-filter-padding: $kendo-list-filter-padding
397
+ $kendo-list-option-label-text: $kendo-list-option-label-text
419
398
  );
@@ -197,21 +197,18 @@ $kendo-menu-popup-gradient: null !default;
197
197
 
198
198
  /// The horizontal padding of the Menu item in popup.
199
199
  /// @group menu
200
- $kendo-menu-popup-item-padding-x: $kendo-menu-item-padding-x !default;
201
200
  $kendo-menu-popup-sm-item-padding-x: $kendo-menu-item-padding-x !default;
202
201
  $kendo-menu-popup-md-item-padding-x: $kendo-menu-item-padding-x !default;
203
202
  $kendo-menu-popup-lg-item-padding-x: $kendo-menu-item-padding-x !default;
204
203
 
205
204
  /// The vertical padding of the Menu item in popup.
206
205
  /// @group menu
207
- $kendo-menu-popup-item-padding-y: $kendo-menu-item-padding-y !default;
208
206
  $kendo-menu-popup-sm-item-padding-y: k-spacing(2) !default;
209
207
  $kendo-menu-popup-md-item-padding-y: $kendo-menu-item-padding-y !default;
210
208
  $kendo-menu-popup-lg-item-padding-y: k-spacing(4) !default;
211
209
 
212
210
  /// The end padding of the Menu item in popup.
213
211
  /// @group menu
214
- $kendo-menu-popup-item-padding-end: calc( #{$kendo-menu-popup-item-padding-x} * 2 + #{$kendo-icon-size} ) !default;
215
212
  $kendo-menu-popup-sm-item-padding-end: calc( #{$kendo-menu-popup-sm-item-padding-x} * 2 + #{$kendo-icon-size} ) !default;
216
213
  $kendo-menu-popup-md-item-padding-end: calc( #{$kendo-menu-popup-md-item-padding-x} * 2 + #{$kendo-icon-size} ) !default;
217
214
  $kendo-menu-popup-lg-item-padding-end: calc( #{$kendo-menu-popup-lg-item-padding-x} * 2 + #{$kendo-icon-size} ) !default;
@@ -332,15 +329,12 @@ $kendo-menu-popup-item-focus-shadow: null !default;
332
329
  $kendo-menu-popup-text: $kendo-menu-popup-text,
333
330
  $kendo-menu-popup-border: $kendo-menu-popup-border,
334
331
  $kendo-menu-popup-gradient: $kendo-menu-popup-gradient,
335
- $kendo-menu-popup-item-padding-x: $kendo-menu-popup-item-padding-x,
336
332
  $kendo-menu-popup-sm-item-padding-x: $kendo-menu-popup-sm-item-padding-x,
337
333
  $kendo-menu-popup-md-item-padding-x: $kendo-menu-popup-md-item-padding-x,
338
334
  $kendo-menu-popup-lg-item-padding-x: $kendo-menu-popup-lg-item-padding-x,
339
- $kendo-menu-popup-item-padding-y: $kendo-menu-popup-item-padding-y,
340
335
  $kendo-menu-popup-sm-item-padding-y: $kendo-menu-popup-sm-item-padding-y,
341
336
  $kendo-menu-popup-md-item-padding-y: $kendo-menu-popup-md-item-padding-y,
342
337
  $kendo-menu-popup-lg-item-padding-y: $kendo-menu-popup-lg-item-padding-y,
343
- $kendo-menu-popup-item-padding-end: $kendo-menu-popup-item-padding-end,
344
338
  $kendo-menu-popup-sm-item-padding-end: $kendo-menu-popup-sm-item-padding-end,
345
339
  $kendo-menu-popup-md-item-padding-end: $kendo-menu-popup-md-item-padding-end,
346
340
  $kendo-menu-popup-lg-item-padding-end: $kendo-menu-popup-lg-item-padding-end,
@@ -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,
@@ -21,7 +21,7 @@
21
21
 
22
22
  .k-pager-numbers {
23
23
  .k-button {
24
- padding-inline: $kendo-button-padding-y;
24
+ padding-inline: $kendo-button-md-padding-y;
25
25
  }
26
26
  }
27
27
 
@@ -5,9 +5,6 @@
5
5
 
6
6
  // Pager
7
7
 
8
- /// The horizontal padding of the Pager.
9
- /// @group pager
10
- $kendo-pager-padding-x: k-spacing(2) !default;
11
8
  /// The horizontal padding of the small Pager.
12
9
  /// @group pager
13
10
  $kendo-pager-sm-padding-x: k-spacing(1) !default;
@@ -128,7 +125,6 @@ $kendo-pager-sizes: (
128
125
  ) !default;
129
126
 
130
127
  @forward "@progress/kendo-theme-core/scss/components/pager/_variables.scss" with (
131
- $kendo-pager-padding-x: $kendo-pager-padding-x,
132
128
  $kendo-pager-sm-padding-x: $kendo-pager-sm-padding-x,
133
129
  $kendo-pager-md-padding-x: $kendo-pager-md-padding-x,
134
130
  $kendo-pager-lg-padding-x: $kendo-pager-lg-padding-x,
@@ -8,21 +8,18 @@ $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(1.5) !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
- $kendo-signature-md-padding-y: $kendo-signature-padding-y !default;
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;
20
18
 
21
19
  $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,
@@ -22,7 +22,7 @@ $kendo-split-button-lg-arrow-padding-x: calc( k-spacing(6.5) / 2 ) !default;
22
22
 
23
23
  /// The vertical padding of the arrow Button.
24
24
  /// @group split-button
25
- $kendo-split-button-arrow-padding-y: $kendo-button-padding-y !default;
25
+ $kendo-split-button-arrow-padding-y: $kendo-button-md-padding-y !default;
26
26
  /// The vertical padding of the small arrow Button.
27
27
  /// @group split-button
28
28
  $kendo-split-button-sm-arrow-padding-y: $kendo-button-sm-padding-y !default;
@@ -80,10 +80,10 @@ $kendo-spreadsheet-formula-bar-gap: k-spacing(2) !default;
80
80
 
81
81
  /// The horizontal padding of the Spreadsheet formula input.
82
82
  /// @group spreadsheet
83
- $kendo-spreadsheet-formula-input-padding-x: $kendo-input-padding-x !default;
83
+ $kendo-spreadsheet-formula-input-padding-x: $kendo-input-md-padding-x !default;
84
84
  /// The vertical padding of the Spreadsheet formula input.
85
85
  /// @group spreadsheet
86
- $kendo-spreadsheet-formula-input-padding-y: $kendo-input-padding-y !default;
86
+ $kendo-spreadsheet-formula-input-padding-y: $kendo-input-md-padding-y !default;
87
87
  /// The line height of the Spreadsheet formula input.
88
88
  /// @group spreadsheet
89
89
  $kendo-spreadsheet-formula-input-line-height: $kendo-input-line-height !default;
@@ -23,14 +23,6 @@ $kendo-table-font-size: null !default;
23
23
  /// @group table
24
24
  $kendo-table-line-height: null !default;
25
25
 
26
- /// The horizontal padding of the cells in the table if no size is specified.
27
- /// @group table
28
- $kendo-table-cell-padding-x: null !default;
29
-
30
- /// The vertical padding of the cells in the table if no size is specified.
31
- /// @group table
32
- $kendo-table-cell-padding-y: null !default;
33
-
34
26
  $kendo-table-sm-cell-padding-x: k-spacing(2) !default;
35
27
  $kendo-table-sm-cell-padding-y: k-spacing(2) !default;
36
28
 
@@ -178,8 +170,6 @@ $kendo-table-cell-row-span-shadow: inset 0 0 0 1px $kendo-table-border !default;
178
170
  $kendo-table-cell-horizontal-border-width: $kendo-table-cell-horizontal-border-width,
179
171
  $kendo-table-font-size: $kendo-table-font-size,
180
172
  $kendo-table-line-height: $kendo-table-line-height,
181
- $kendo-table-cell-padding-x: $kendo-table-cell-padding-x,
182
- $kendo-table-cell-padding-y: $kendo-table-cell-padding-y,
183
173
  $kendo-table-sm-cell-padding-x: $kendo-table-sm-cell-padding-x,
184
174
  $kendo-table-sm-cell-padding-y: $kendo-table-sm-cell-padding-y,
185
175
  $kendo-table-md-cell-padding-x: $kendo-table-md-cell-padding-x,
@@ -45,7 +45,7 @@
45
45
  bottom: 0;
46
46
  left: 0;
47
47
  height: $kendo-tabstrip-indicator-size;
48
- margin: 0 $kendo-tabstrip-item-padding-x;
48
+ margin: 0 $kendo-tabstrip-md-item-padding-x;
49
49
  pointer-events: none;
50
50
  }
51
51
  .k-item.k-active .k-link::after {
@@ -73,7 +73,7 @@
73
73
  pointer-events: none;
74
74
  width: $kendo-tabstrip-indicator-size;
75
75
  height: auto;
76
- margin: $kendo-tabstrip-item-padding-y 0;
76
+ margin: $kendo-tabstrip-md-item-padding-y 0;
77
77
  }
78
78
  .k-item.k-active::after {
79
79
  display: block;
@@ -68,12 +68,6 @@ $kendo-tabstrip-text: k-color(subtle) !default;
68
68
  /// @group tabstrip
69
69
  $kendo-tabstrip-border: k-color(border) !default;
70
70
 
71
- /// The horizontal padding of the TabStrip items.
72
- /// @group tabstrip
73
- $kendo-tabstrip-item-padding-x: k-spacing(4) !default;
74
- /// The vertical padding of the TabStrip items.
75
- /// @group tabstrip
76
- $kendo-tabstrip-item-padding-y: k-spacing(3.5) !default;
77
71
  /// The border width around the TabStrip items.
78
72
  /// @group tabstrip
79
73
  $kendo-tabstrip-item-border-width: 0px !default;
@@ -91,10 +85,10 @@ $kendo-tabstrip-sm-item-padding-x: k-spacing(4) !default;
91
85
  $kendo-tabstrip-sm-item-padding-y: k-spacing(2.5) !default;
92
86
  /// The horizontal padding of the medium TabStrip items.
93
87
  /// @group tabstrip
94
- $kendo-tabstrip-md-item-padding-x: $kendo-tabstrip-item-padding-x !default;
88
+ $kendo-tabstrip-md-item-padding-x: k-spacing(4) !default;
95
89
  /// The vertical padding of the medium TabStrip items.
96
90
  /// @group tabstrip
97
- $kendo-tabstrip-md-item-padding-y: $kendo-tabstrip-item-padding-y !default;
91
+ $kendo-tabstrip-md-item-padding-y: k-spacing(3.5) !default;
98
92
  /// The horizontal padding of the large TabStrip items.
99
93
  /// @group tabstrip
100
94
  $kendo-tabstrip-lg-item-padding-x: k-spacing(4) !default;
@@ -248,8 +242,6 @@ $kendo-tabstrip-sizes: (
248
242
  $kendo-tabstrip-bg: $kendo-tabstrip-bg,
249
243
  $kendo-tabstrip-text: $kendo-tabstrip-text,
250
244
  $kendo-tabstrip-border: $kendo-tabstrip-border,
251
- $kendo-tabstrip-item-padding-x: $kendo-tabstrip-item-padding-x,
252
- $kendo-tabstrip-item-padding-y: $kendo-tabstrip-item-padding-y,
253
245
  $kendo-tabstrip-item-border-width: $kendo-tabstrip-item-border-width,
254
246
  $kendo-tabstrip-item-border-radius: $kendo-tabstrip-item-border-radius,
255
247
  $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;
@@ -5,41 +5,32 @@
5
5
 
6
6
  // Toolbar
7
7
 
8
- /// The horizontal padding of the Toolbar.
9
- /// @group toolbar
10
- $kendo-toolbar-padding-x: k-spacing(2) !default;
11
8
  /// The horizontal padding of the small Toolbar.
12
9
  /// @group toolbar
13
10
  $kendo-toolbar-sm-padding-x: k-spacing(1) !default;
14
11
  /// The horizontal padding of the medium Toolbar.
15
12
  /// @group toolbar
16
- $kendo-toolbar-md-padding-x: $kendo-toolbar-padding-x !default;
13
+ $kendo-toolbar-md-padding-x: k-spacing(2) !default;
17
14
  /// The horizontal padding of the large Toolbar.
18
15
  /// @group toolbar
19
16
  $kendo-toolbar-lg-padding-x: k-spacing(2.5) !default;
20
17
 
21
- /// The vertical padding of the Toolbar.
22
- /// @group toolbar
23
- $kendo-toolbar-padding-y: k-spacing(2) !default;
24
18
  /// The vertical padding of the small Toolbar.
25
19
  /// @group toolbar
26
20
  $kendo-toolbar-sm-padding-y: k-spacing(1) !default;
27
21
  /// The vertical padding of the medium Toolbar.
28
22
  /// @group toolbar
29
- $kendo-toolbar-md-padding-y: $kendo-toolbar-padding-y !default;
23
+ $kendo-toolbar-md-padding-y: k-spacing(2) !default;
30
24
  /// The vertical padding of the large Toolbar.
31
25
  /// @group toolbar
32
26
  $kendo-toolbar-lg-padding-y: k-spacing(2.5) !default;
33
27
 
34
- /// The spacing between the Toolbar tools.
35
- /// @group toolbar
36
- $kendo-toolbar-spacing: k-spacing(2) !default;
37
28
  /// The spacing between the tools of the small Toolbar.
38
29
  /// @group toolbar
39
30
  $kendo-toolbar-sm-spacing: k-spacing(1) !default;
40
31
  /// The spacing between the tools of the medium Toolbar.
41
32
  /// @group toolbar
42
- $kendo-toolbar-md-spacing: $kendo-toolbar-spacing !default;
33
+ $kendo-toolbar-md-spacing: k-spacing(2) !default;
43
34
  /// The spacing between the tools of the large Toolbar.
44
35
  /// @group toolbar
45
36
  $kendo-toolbar-lg-spacing: k-spacing(2.5) !default;
@@ -171,15 +162,12 @@ $kendo-toolbar-sizes: (
171
162
  ) !default;
172
163
 
173
164
  @forward "@progress/kendo-theme-core/scss/components/toolbar/_variables.scss" with (
174
- $kendo-toolbar-padding-x: $kendo-toolbar-padding-x,
175
165
  $kendo-toolbar-sm-padding-x: $kendo-toolbar-sm-padding-x,
176
166
  $kendo-toolbar-md-padding-x: $kendo-toolbar-md-padding-x,
177
167
  $kendo-toolbar-lg-padding-x: $kendo-toolbar-lg-padding-x,
178
- $kendo-toolbar-padding-y: $kendo-toolbar-padding-y,
179
168
  $kendo-toolbar-sm-padding-y: $kendo-toolbar-sm-padding-y,
180
169
  $kendo-toolbar-md-padding-y: $kendo-toolbar-md-padding-y,
181
170
  $kendo-toolbar-lg-padding-y: $kendo-toolbar-lg-padding-y,
182
- $kendo-toolbar-spacing: $kendo-toolbar-spacing,
183
171
  $kendo-toolbar-sm-spacing: $kendo-toolbar-sm-spacing,
184
172
  $kendo-toolbar-md-spacing: $kendo-toolbar-md-spacing,
185
173
  $kendo-toolbar-lg-spacing: $kendo-toolbar-lg-spacing,
@@ -34,9 +34,6 @@ $kendo-treeview-lg-line-height: var( --kendo-line-height, normal ) !default;
34
34
  /// @group treeview
35
35
  $kendo-treeview-indent: 24px !default;
36
36
 
37
- /// The horizontal padding of the TreeView items.
38
- /// @group treeview
39
- $kendo-treeview-item-padding-x: k-spacing(4) !default;
40
37
  /// The horizontal padding of the small TreeView items.
41
38
  /// @group treeview
42
39
  $kendo-treeview-sm-item-padding-x: k-spacing(4) !default;
@@ -46,9 +43,6 @@ $kendo-treeview-md-item-padding-x: k-spacing(4) !default;
46
43
  /// The horizontal padding of the large TreeView items.
47
44
  /// @group treeview
48
45
  $kendo-treeview-lg-item-padding-x: k-spacing(4) !default;
49
- /// The vertical padding of the TreeView items.
50
- /// @group treeview
51
- $kendo-treeview-item-padding-y: k-spacing(2.5) !default;
52
46
  /// The vertical padding of the small TreeView items.
53
47
  /// @group treeview
54
48
  $kendo-treeview-sm-item-padding-y: k-spacing(2) !default;
@@ -213,11 +207,9 @@ $kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !defaul
213
207
  $kendo-treeview-md-line-height: $kendo-treeview-md-line-height,
214
208
  $kendo-treeview-lg-line-height: $kendo-treeview-lg-line-height,
215
209
  $kendo-treeview-indent: $kendo-treeview-indent,
216
- $kendo-treeview-item-padding-x: $kendo-treeview-item-padding-x,
217
210
  $kendo-treeview-sm-item-padding-x: $kendo-treeview-sm-item-padding-x,
218
211
  $kendo-treeview-md-item-padding-x: $kendo-treeview-md-item-padding-x,
219
212
  $kendo-treeview-lg-item-padding-x: $kendo-treeview-lg-item-padding-x,
220
- $kendo-treeview-item-padding-y: $kendo-treeview-item-padding-y,
221
213
  $kendo-treeview-sm-item-padding-y: $kendo-treeview-sm-item-padding-y,
222
214
  $kendo-treeview-md-item-padding-y: $kendo-treeview-md-item-padding-y,
223
215
  $kendo-treeview-lg-item-padding-y: $kendo-treeview-lg-item-padding-y,