@progress/kendo-theme-classic 8.0.0-dev.0 → 8.0.0-dev.10

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 (103) hide show
  1. package/dist/all.css +8520 -5385
  2. package/dist/all.scss +5740 -5066
  3. package/dist/meta/variables.json +2252 -2144
  4. package/lib/swatches/classic-green-dark.json +1 -1
  5. package/lib/swatches/classic-green.json +1 -1
  6. package/lib/swatches/classic-lavender-dark.json +1 -1
  7. package/lib/swatches/classic-lavender.json +1 -1
  8. package/lib/swatches/classic-main-dark.json +1 -1
  9. package/lib/swatches/classic-main.json +1 -1
  10. package/lib/swatches/classic-metro-dark.json +1 -1
  11. package/lib/swatches/classic-metro.json +1 -1
  12. package/lib/swatches/classic-moonlight.json +1 -1
  13. package/lib/swatches/classic-opal-dark.json +1 -1
  14. package/lib/swatches/classic-opal.json +1 -1
  15. package/lib/swatches/classic-silver-dark.json +1 -1
  16. package/lib/swatches/classic-silver.json +1 -1
  17. package/lib/swatches/classic-uniform.json +1 -1
  18. package/package.json +6 -6
  19. package/scss/_variables.scss +0 -122
  20. package/scss/action-buttons/_variables.scss +4 -4
  21. package/scss/action-sheet/_variables.scss +17 -17
  22. package/scss/adaptive/_variables.scss +3 -3
  23. package/scss/appbar/_variables.scss +6 -6
  24. package/scss/avatar/_variables.scss +6 -6
  25. package/scss/badge/_variables.scss +17 -17
  26. package/scss/bottom-navigation/_variables.scss +9 -9
  27. package/scss/breadcrumb/_variables.scss +17 -17
  28. package/scss/button/_variables.scss +25 -25
  29. package/scss/calendar/_variables.scss +37 -31
  30. package/scss/captcha/_variables.scss +6 -6
  31. package/scss/card/_variables.scss +18 -18
  32. package/scss/chat/_variables.scss +13 -13
  33. package/scss/checkbox/_variables.scss +9 -9
  34. package/scss/chip/_variables.scss +19 -19
  35. package/scss/color-preview/_variables.scss +1 -1
  36. package/scss/coloreditor/_variables.scss +7 -7
  37. package/scss/colorgradient/_variables.scss +10 -10
  38. package/scss/colorpalette/_variables.scss +3 -3
  39. package/scss/core/_index.scss +12 -0
  40. package/scss/core/border-radii/index.import.scss +1 -0
  41. package/scss/core/spacing/index.import.scss +14 -0
  42. package/scss/core/typography/index.import.scss +1 -0
  43. package/scss/dataviz/_variables.scss +8 -8
  44. package/scss/datetimepicker/_variables.scss +1 -1
  45. package/scss/dock-manager/_variables.scss +10 -10
  46. package/scss/draggable/_variables.scss +4 -4
  47. package/scss/drawer/_variables.scss +10 -8
  48. package/scss/dropdowntree/_variables.scss +2 -2
  49. package/scss/dropzone/_variables.scss +8 -8
  50. package/scss/editor/_variables.scss +3 -3
  51. package/scss/expansion-panel/_variables.scss +9 -9
  52. package/scss/fab/_variables.scss +18 -18
  53. package/scss/filemanager/_variables.scss +9 -9
  54. package/scss/filter/_variables.scss +2 -2
  55. package/scss/forms/_variables.scss +14 -14
  56. package/scss/gantt/_variables.scss +152 -7
  57. package/scss/grid/_variables.scss +64 -64
  58. package/scss/imageeditor/_variables.scss +7 -7
  59. package/scss/input/_variables.scss +18 -18
  60. package/scss/list/_variables.scss +27 -27
  61. package/scss/listbox/_variables.scss +5 -5
  62. package/scss/listgroup/_variables.scss +5 -5
  63. package/scss/listview/_variables.scss +8 -8
  64. package/scss/loader/_variables.scss +25 -25
  65. package/scss/map/_variables.scss +8 -8
  66. package/scss/mediaplayer/_variables.scss +5 -5
  67. package/scss/menu/_variables.scss +29 -29
  68. package/scss/messagebox/_variables.scss +3 -3
  69. package/scss/notification/_variables.scss +7 -7
  70. package/scss/orgchart/_variables.scss +11 -11
  71. package/scss/pager/_variables.scss +11 -11
  72. package/scss/panelbar/_variables.scss +9 -9
  73. package/scss/pdf-viewer/_variables.scss +6 -6
  74. package/scss/pivotgrid/_variables.scss +15 -15
  75. package/scss/popup/_variables.scss +4 -4
  76. package/scss/progressbar/_variables.scss +2 -2
  77. package/scss/prompt/_variables.scss +7 -7
  78. package/scss/radio/_variables.scss +9 -9
  79. package/scss/rating/_variables.scss +3 -3
  80. package/scss/scheduler/_variables.scss +165 -22
  81. package/scss/scrollview/_variables.scss +5 -5
  82. package/scss/signature/_variables.scss +4 -4
  83. package/scss/skeleton/_variables.scss +1 -1
  84. package/scss/slider/_variables.scss +4 -4
  85. package/scss/splitter/_variables.scss +6 -6
  86. package/scss/spreadsheet/_variables.scss +17 -17
  87. package/scss/stepper/_variables.scss +9 -9
  88. package/scss/table/_variables.scss +12 -12
  89. package/scss/tabstrip/_variables.scss +81 -39
  90. package/scss/taskboard/_variables.scss +15 -15
  91. package/scss/tilelayout/_variables.scss +2 -2
  92. package/scss/timeline/_variables.scss +10 -10
  93. package/scss/timeselector/_variables.scss +6 -6
  94. package/scss/toolbar/_variables.scss +13 -13
  95. package/scss/tooltip/_variables.scss +4 -4
  96. package/scss/treelist/_variables.scss +5 -0
  97. package/scss/treeview/_variables.scss +20 -20
  98. package/scss/typography/_variables.scss +292 -55
  99. package/scss/upload/_variables.scss +8 -8
  100. package/scss/window/_variables.scss +9 -9
  101. package/scss/wizard/_variables.scss +7 -7
  102. package/dist/meta/sassdoc-data.json +0 -122738
  103. package/dist/meta/sassdoc-raw-data.json +0 -56617
@@ -8,13 +8,13 @@
8
8
  $kendo-spreadsheet-border-width: 1px !default;
9
9
  /// The font family of the Spreadsheet.
10
10
  /// @group spreadsheet
11
- $kendo-spreadsheet-font-family: $kendo-font-family !default;
11
+ $kendo-spreadsheet-font-family: var( --kendo-font-family, inherit ) !default;
12
12
  /// The font size of the Spreadsheet.
13
13
  /// @group spreadsheet
14
- $kendo-spreadsheet-font-size: $kendo-font-size-md !default;
14
+ $kendo-spreadsheet-font-size: var( --kendo-font-size, inherit ) !default;
15
15
  /// The line height of the Spreadsheet.
16
16
  /// @group spreadsheet
17
- $kendo-spreadsheet-line-height: $kendo-line-height-md !default;
17
+ $kendo-spreadsheet-line-height: var( --kendo-line-height, normal ) !default;
18
18
 
19
19
  /// The background color of the Spreadsheet.
20
20
  /// @group spreadsheet
@@ -57,10 +57,10 @@ $kendo-spreadsheet-table-header-gradient: $kendo-spreadsheet-header-gradient !de
57
57
  $kendo-spreadsheet-action-bar-border-width: 1px !default;
58
58
  /// The horizontal padding of the Spreadsheet action bar.
59
59
  /// @group spreadsheet
60
- $kendo-spreadsheet-action-bar-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
60
+ $kendo-spreadsheet-action-bar-padding-y: k-spacing(1) !default;
61
61
  /// The vertical padding of the Spreadsheet action bar.
62
62
  /// @group spreadsheet
63
- $kendo-spreadsheet-action-bar-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
63
+ $kendo-spreadsheet-action-bar-padding-x: k-spacing(2) !default;
64
64
  /// The font size of the Spreadsheet action bar.
65
65
  /// @group spreadsheet
66
66
  $kendo-spreadsheet-action-bar-font-size: $kendo-spreadsheet-font-size !default;
@@ -69,11 +69,11 @@ $kendo-spreadsheet-action-bar-font-size: $kendo-spreadsheet-font-size !default;
69
69
  $kendo-spreadsheet-action-bar-font-family: Arial, Verdana, sans-serif !default;
70
70
  /// The spacings of the Spreadsheet action bar.
71
71
  /// @group spreadsheet
72
- $kendo-spreadsheet-action-bar-spacing: k-map-get( $kendo-spacing, 2 ) !default;
72
+ $kendo-spreadsheet-action-bar-spacing: k-spacing(2) !default;
73
73
 
74
74
  /// The gap of the Spreadsheet formula bar.
75
75
  /// @group spreadsheet
76
- $kendo-spreadsheet-formula-bar-gap: k-map-get( $kendo-spacing, 2 ) !default;
76
+ $kendo-spreadsheet-formula-bar-gap: k-spacing(2) !default;
77
77
 
78
78
  /// The horizontal padding of the Spreadsheet formula input.
79
79
  /// @group spreadsheet
@@ -144,7 +144,7 @@ $kendo-spreadsheet-auto-fill-punch-bg: rgba( $kendo-spreadsheet-bg, .5 ) !defaul
144
144
 
145
145
  /// The vertical padding of the Spreadsheet cell.
146
146
  /// @group spreadsheet
147
- $kendo-spreadsheet-cell-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
147
+ $kendo-spreadsheet-cell-padding-y: k-spacing(1) !default;
148
148
  /// The horizontal padding of the Spreadsheet cell.
149
149
  /// @group spreadsheet
150
150
  $kendo-spreadsheet-cell-padding-x: $kendo-spreadsheet-cell-padding-y !default;
@@ -154,10 +154,10 @@ $kendo-spreadsheet-cell-padding-x: $kendo-spreadsheet-cell-padding-y !default;
154
154
  $kendo-spreadsheet-cell-editor-line-height: 20px !default;
155
155
  /// The horizontal padding of the Spreadsheet cell editor.
156
156
  /// @group spreadsheet
157
- $kendo-spreadsheet-cell-editor-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
157
+ $kendo-spreadsheet-cell-editor-padding-x: k-spacing(1) !default;
158
158
  /// The vertical padding of the Spreadsheet cell editor.
159
159
  /// @group spreadsheet
160
- $kendo-spreadsheet-cell-editor-padding-y: 0px !default;
160
+ $kendo-spreadsheet-cell-editor-padding-y: k-spacing(0) !default;
161
161
  /// The background color of the Spreadsheet cell editor.
162
162
  /// @group spreadsheet
163
163
  $kendo-spreadsheet-cell-editor-bg: $kendo-spreadsheet-bg !default;
@@ -182,10 +182,10 @@ $kendo-spreadsheet-cell-dirty-border: $kendo-color-error !default;
182
182
 
183
183
  /// The horizontal padding of the Spreadsheet sheets bar.
184
184
  /// @group spreadsheet
185
- $kendo-spreadsheet-sheets-bar-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
185
+ $kendo-spreadsheet-sheets-bar-padding-x: k-spacing(2) !default;
186
186
  /// The vertical padding of the Spreadsheet sheets bar.
187
187
  /// @group spreadsheet
188
- $kendo-spreadsheet-sheets-bar-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
188
+ $kendo-spreadsheet-sheets-bar-padding-y: k-spacing(2) !default;
189
189
  /// The border width of the Spreadsheet sheets bar.
190
190
  /// @group spreadsheet
191
191
  $kendo-spreadsheet-sheets-bar-border-width: 1px !default;
@@ -198,7 +198,7 @@ $kendo-spreadsheet-insert-image-dialog-border-style: dashed !default;
198
198
  $kendo-spreadsheet-insert-image-dialog-border-width: 2px !default;
199
199
  /// The bottom margin of the Spreadsheet image Dialog.
200
200
  /// @group spreadsheet
201
- $kendo-spreadsheet-insert-image-dialog-text-margin-bottom: 30px !default;
201
+ $kendo-spreadsheet-insert-image-dialog-text-margin-bottom: k-spacing(7.5) !default;
202
202
  /// The width of the Spreadsheet image Dialog preview.
203
203
  /// @group spreadsheet
204
204
  $kendo-spreadsheet-insert-image-dialog-preview-width: 355px !default;
@@ -213,13 +213,13 @@ $kendo-spreadsheet-insert-image-dialog-preview-img: "image-default.png" !default
213
213
  $kendo-spreadsheet-insert-image-dialog-preview-border: $kendo-component-border !default;
214
214
  /// The border radius of the Spreadsheet image Dialog preview.
215
215
  /// @group spreadsheet
216
- $kendo-spreadsheet-insert-image-dialog-preview-border-radius: $kendo-border-radius-md !default;
216
+ $kendo-spreadsheet-insert-image-dialog-preview-border-radius: k-border-radius(md) !default;
217
217
  /// The shadow of the Spreadsheet image Dialog preview.
218
218
  /// @group spreadsheet
219
219
  $kendo-spreadsheet-insert-image-dialog-preview-overlay-shadow: inset 0 0 0 2000px rgba( black, .5 ) !default;
220
220
  /// The border radius of the Spreadsheet image Dialog preview overlay.
221
221
  /// @group spreadsheet
222
- $kendo-spreadsheet-insert-image-dialog-preview-overlay-border-radius: $kendo-border-radius-md !default;
222
+ $kendo-spreadsheet-insert-image-dialog-preview-overlay-border-radius: k-border-radius(md) !default;
223
223
  /// The text color of the hovered Spreadsheet image Dialog preview.
224
224
  /// @group spreadsheet
225
225
  $kendo-spreadsheet-insert-image-dialog-overlay-hover-text: $kendo-component-bg !default;
@@ -247,7 +247,7 @@ $kendo-spreadsheet-drawing-handle-border-color: $kendo-selected-bg !default;
247
247
  $kendo-spreadsheet-drawing-handle-bg: $kendo-color-primary !default;
248
248
  /// The border radius of the Spreadsheet drawing handle.
249
249
  /// @group spreadsheet
250
- $kendo-spreadsheet-drawing-handle-border-radius: $kendo-border-radius-lg !default;
250
+ $kendo-spreadsheet-drawing-handle-border-radius: k-border-radius(lg) !default;
251
251
 
252
252
  /// The outline style of the Spreadsheet drawing.
253
253
  /// @group spreadsheet
@@ -262,4 +262,4 @@ $kendo-spreadsheet-drawing-anchor-bg: if($kendo-enable-color-system, color-mix(i
262
262
 
263
263
  /// The vertical spacing of the Spreadsheet DropZone.
264
264
  /// @group spreadsheet
265
- $kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 4 ) !default;
265
+ $kendo-spreadsheet-dropzone-spacing-y: k-spacing(4) !default;
@@ -14,33 +14,33 @@ $kendo-stepper-padding-x: null !default;
14
14
  $kendo-stepper-padding-y: null !default;
15
15
  /// The horizontal margin the Stepper label.
16
16
  /// @group stepper
17
- $kendo-stepper-label-margin-x: 12px !default;
17
+ $kendo-stepper-label-margin-x: k-spacing(3) !default;
18
18
  /// The horizontal padding the Stepper label.
19
19
  /// @group stepper
20
- $kendo-stepper-label-padding-x: 12px !default;
20
+ $kendo-stepper-label-padding-x: k-spacing(3) !default;
21
21
  /// The vertical padding the Stepper label.
22
22
  /// @group stepper
23
- $kendo-stepper-label-padding-y: 5px !default;
23
+ $kendo-stepper-label-padding-y: calc( #{k-spacing(2.5)} / 2 ) !default;
24
24
  /// The width of the border around the Stepper.
25
25
  /// @group stepper
26
26
  $kendo-stepper-border-width: 0px !default;
27
27
 
28
28
  /// The horizontal padding of the Stepper content.
29
29
  /// @group stepper
30
- $kendo-stepper-inline-content-padding-x: 20px !default;
30
+ $kendo-stepper-inline-content-padding-x: k-spacing(5) !default;
31
31
  /// The vertical padding of the Stepper content.
32
32
  /// @group stepper
33
- $kendo-stepper-inline-content-padding-y: 10px !default;
33
+ $kendo-stepper-inline-content-padding-y: k-spacing(2.5) !default;
34
34
 
35
35
  // The font size of the Stepper.
36
36
  /// @group stepper
37
- $kendo-stepper-font-size: $kendo-font-size-md !default;
37
+ $kendo-stepper-font-size: var( --kendo-font-size, inherit ) !default;
38
38
  // The line height of the Stepper.
39
39
  /// @group stepper
40
- $kendo-stepper-line-height: $kendo-line-height-md !default;
40
+ $kendo-stepper-line-height: var( --kendo-line-height, normal ) !default;
41
41
  // The font family of the Stepper.
42
42
  /// @group stepper
43
- $kendo-stepper-font-family: $kendo-font-family !default;
43
+ $kendo-stepper-font-family: var( --kendo-font-family, inherit ) !default;
44
44
 
45
45
  /// The background color of the Stepper.
46
46
  /// @group stepper
@@ -192,7 +192,7 @@ $kendo-stepper-optional-label-text: $kendo-subtle-text !default;
192
192
  $kendo-stepper-optional-label-opacity: null !default;
193
193
  /// The font size of the optional Stepper label.
194
194
  /// @group stepper
195
- $kendo-stepper-optional-label-font-size: $kendo-font-size-sm !default;
195
+ $kendo-stepper-optional-label-font-size: var( --kendo-font-size-sm, inherit ) !default;
196
196
  /// The font style of the optional Stepper label.
197
197
  /// @group stepper
198
198
  $kendo-stepper-optional-label-font-style: null !default;
@@ -29,33 +29,33 @@ $kendo-table-cell-padding-x: null !default;
29
29
  /// @group table
30
30
  $kendo-table-cell-padding-y: null !default;
31
31
 
32
- $kendo-table-sm-cell-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
33
- $kendo-table-sm-cell-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
32
+ $kendo-table-sm-cell-padding-x: k-spacing(1) !default;
33
+ $kendo-table-sm-cell-padding-y: k-spacing(1) !default;
34
34
 
35
- $kendo-table-md-cell-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
36
- $kendo-table-md-cell-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
35
+ $kendo-table-md-cell-padding-x: k-spacing(2) !default;
36
+ $kendo-table-md-cell-padding-y: k-spacing(2) !default;
37
37
 
38
- $kendo-table-lg-cell-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
39
- $kendo-table-lg-cell-padding-y: k-map-get( $kendo-spacing, 2.5 ) !default;
38
+ $kendo-table-lg-cell-padding-x: k-spacing(2) !default;
39
+ $kendo-table-lg-cell-padding-y: k-spacing(2.5) !default;
40
40
 
41
41
  /// The sizes of the table.
42
42
  /// @group table
43
43
  $kendo-table-sizes: (
44
44
  sm: (
45
- font-size: $kendo-font-size-md,
46
- line-height: $kendo-line-height-md,
45
+ font-size: var( --kendo-font-size, inherit ),
46
+ line-height: var( --kendo-line-height, normal ),
47
47
  cell-padding-x: $kendo-table-sm-cell-padding-x,
48
48
  cell-padding-y: $kendo-table-sm-cell-padding-y
49
49
  ),
50
50
  md: (
51
- font-size: $kendo-font-size-md,
52
- line-height: $kendo-line-height-md,
51
+ font-size: var( --kendo-font-size, inherit ),
52
+ line-height: var( --kendo-line-height, normal ),
53
53
  cell-padding-x: $kendo-table-md-cell-padding-x,
54
54
  cell-padding-y: $kendo-table-md-cell-padding-y
55
55
  ),
56
56
  lg: (
57
- font-size: $kendo-font-size-md,
58
- line-height: $kendo-line-height-md,
57
+ font-size: var( --kendo-font-size, inherit ),
58
+ line-height: var( --kendo-line-height, normal ),
59
59
  cell-padding-x: $kendo-table-lg-cell-padding-x,
60
60
  cell-padding-y: $kendo-table-lg-cell-padding-y
61
61
  )
@@ -1,115 +1,157 @@
1
- // Tabstrip
2
- $kendo-tabstrip-wrapper-padding-x: 0px !default;
3
- $kendo-tabstrip-wrapper-padding-y: 0px !default;
1
+ // TabStrip
2
+
3
+
4
+ /// The horizontal padding of the TabStrip wrapper.
5
+ /// @group tabstrip
6
+ $kendo-tabstrip-wrapper-padding-x: k-spacing(0) !default;
7
+ /// The vertical padding of the TabStrip wrapper.
8
+ /// @group tabstrip
9
+ $kendo-tabstrip-wrapper-padding-y: k-spacing(0) !default;
10
+ /// The border width around the TabStrip wrapper.
11
+ /// @group tabstrip
4
12
  $kendo-tabstrip-wrapper-border-width: 0px !default;
5
13
 
6
- $kendo-tabstrip-font-family: $kendo-font-family !default;
7
- $kendo-tabstrip-font-size: $kendo-font-size-md !default;
8
- $kendo-tabstrip-line-height: $kendo-line-height-md !default;
14
+ /// The font family of the TabStrip.
15
+ /// @group tabstrip
16
+ $kendo-tabstrip-font-family: var( --kendo-font-family, inherit ) !default;
17
+ /// The font size of the TabStrip.
18
+ /// @group tabstrip
19
+ $kendo-tabstrip-font-size: var( --kendo-font-size, inherit ) !default;
20
+ /// The line height of the TabStrip.
21
+ /// @group tabstrip
22
+ $kendo-tabstrip-line-height: var( --kendo-line-height, normal )!default;
23
+ /// The border width around the TabStrip.
24
+ /// @group tabstrip
9
25
  $kendo-tabstrip-border-width: 1px !default;
10
26
 
27
+ /// The background color of the TabStrip wrapper.
28
+ /// @group tabstrip
11
29
  $kendo-tabstrip-wrapper-bg: null !default;
30
+ /// The text color of the TabStrip wrapper.
31
+ /// @group tabstrip
12
32
  $kendo-tabstrip-wrapper-text: null !default;
33
+ /// The border color of the TabStrip wrapper.
34
+ /// @group tabstrip
13
35
  $kendo-tabstrip-wrapper-border: null !default;
14
36
 
15
- /// Background color of tabstrip component
37
+ /// The background color of the TabStrip.
16
38
  /// @group tabstrip
17
39
  $kendo-tabstrip-bg: null !default;
18
- /// Text color of tabstrip component
40
+ /// The text color of the TabStrip.
19
41
  /// @group tabstrip
20
42
  $kendo-tabstrip-text: $kendo-component-text !default;
21
- /// Border color of tabstrip component
43
+ /// The border color of the TabStrip.
22
44
  /// @group tabstrip
23
45
  $kendo-tabstrip-border: $kendo-component-border !default;
24
46
 
25
- /// Horizontal padding of tabs
47
+ /// The horizontal padding of the TabStrip items.
26
48
  /// @group tabstrip
27
- $kendo-tabstrip-item-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
28
- /// Vertical padding of tabs
49
+ $kendo-tabstrip-item-padding-x: k-spacing(2) !default;
50
+ /// The vertical padding of the TabStrip items.
29
51
  /// @group tabstrip
30
- $kendo-tabstrip-item-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
31
- /// Width of border around tabs
52
+ $kendo-tabstrip-item-padding-y: k-spacing(1) !default;
53
+ /// The border width around the TabStrip items.
32
54
  /// @group tabstrip
33
55
  $kendo-tabstrip-item-border-width: 1px !default;
34
- /// Border radius of tabs
56
+ /// The border radius of the TabStrip items.
35
57
  /// @group tabstrip
36
- $kendo-tabstrip-item-border-radius: $kendo-border-radius-md !default;
37
- /// Spacing between tabs
58
+ $kendo-tabstrip-item-border-radius: k-border-radius(md) !default;
59
+ /// The gap between the TabStrip items.
38
60
  /// @group tabstrip
39
- $kendo-tabstrip-item-gap: 0 !default;
61
+ $kendo-tabstrip-item-gap: k-spacing(0) !default;
40
62
 
41
- /// Background color of tabs
63
+ /// The background color of the TabStrip items.
42
64
  /// @group tabstrip
43
65
  $kendo-tabstrip-item-bg: $kendo-base-bg !default;
44
- /// Text color of tabs
66
+ /// The text color of the TabStrip items.
45
67
  /// @group tabstrip
46
68
  $kendo-tabstrip-item-text: $kendo-base-text !default;
47
- /// Border color of tabs
69
+ /// The border color of the TabStrip items.
48
70
  /// @group tabstrip
49
71
  $kendo-tabstrip-item-border: $kendo-base-border !default;
50
- /// Background gradient of tabs
72
+ /// The gradient of the TabStrip items.
51
73
  /// @group tabstrip
52
74
  $kendo-tabstrip-item-gradient: $kendo-base-gradient !default;
53
75
 
54
- /// Background color of hovered tabs
76
+ /// The background color of the hovered TabStrip items.
55
77
  /// @group tabstrip
56
78
  $kendo-tabstrip-item-hover-bg: $kendo-hover-bg !default;
57
- /// Text color of hovered tabs
79
+ /// The text color of the hovered TabStrip items.
58
80
  /// @group tabstrip
59
81
  $kendo-tabstrip-item-hover-text: $kendo-hover-text !default;
60
- /// Border color of hovered tabs
82
+ /// The border color of the hovered TabStrip items.
61
83
  /// @group tabstrip
62
84
  $kendo-tabstrip-item-hover-border: $kendo-hover-border !default;
63
- /// Background gradient of hovered tabs
85
+ /// The gradient of the hovered TabStrip items.
64
86
  /// @group tabstrip
65
87
  $kendo-tabstrip-item-hover-gradient: null !default;
66
88
 
67
- /// Background color of selected tabs
89
+ /// The background color of the selected TabStrip items.
68
90
  /// @group tabstrip
69
91
  $kendo-tabstrip-item-selected-bg: $kendo-component-bg !default;
70
- /// Text color of selected tabs
92
+ /// The text color of the selected TabStrip items.
71
93
  /// @group tabstrip
72
94
  $kendo-tabstrip-item-selected-text: $kendo-component-text !default;
73
- /// Border color of selected tabs
95
+ /// The border color of the selected TabStrip items.
74
96
  /// @group tabstrip
75
97
  $kendo-tabstrip-item-selected-border: $kendo-component-border !default;
76
- /// Background gradient of selected tabs
98
+ /// The gradient of the selected TabStrip items.
77
99
  /// @group tabstrip
78
100
  $kendo-tabstrip-item-selected-gradient: false !default;
79
101
 
102
+ /// The shadow of the focused TabStrip items.
103
+ /// @group tabstrip
80
104
  $kendo-tabstrip-item-focus-shadow: $kendo-list-item-focus-shadow !default;
81
105
 
106
+ /// The shadow of the dragged TabStrip items.
107
+ /// @group tabstrip
82
108
  $kendo-tabstrip-item-dragging-shadow: k-elevation(3) !default;
83
109
 
110
+ /// The background color of the disabled TabStrip items.
111
+ /// @group tabstrip
84
112
  $kendo-tabstrip-item-disabled-bg: null !default;
113
+ /// The text color of the disabled TabStrip items.
114
+ /// @group tabstrip
85
115
  $kendo-tabstrip-item-disabled-text: null !default;
116
+ /// The border color of the disabled TabStrip items.
117
+ /// @group tabstrip
86
118
  $kendo-tabstrip-item-disabled-border: null !default;
119
+ /// The gradient of the disabled TabStrip items.
120
+ /// @group tabstrip
87
121
  $kendo-tabstrip-item-disabled-gradient: null !default;
122
+ /// The opacity of the disabled TabStrip items.
123
+ /// @group tabstrip
88
124
  $kendo-tabstrip-item-disabled-opacity: null !default;
125
+ /// The filter of the disabled TabStrip items.
126
+ /// @group tabstrip
89
127
  $kendo-tabstrip-item-disabled-filter: null !default;
90
128
 
129
+ /// The border width of the TabStrip indicator.
130
+ /// @group tabstrip
91
131
  $kendo-tabstrip-indicator-size: null !default;
132
+ /// The border color of the TabStrip ripple.
133
+ /// @group tabstrip
92
134
  $kendo-tabstrip-indicator-color: null !default;
93
135
 
94
- /// Horizontal padding of tabstrip content
136
+ /// The horizontal padding of the TabStrip content.
95
137
  /// @group tabstrip
96
- $kendo-tabstrip-content-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
97
- /// Vertical padding of tabstrip content
138
+ $kendo-tabstrip-content-padding-x: k-spacing(4) !default;
139
+ /// The vertical padding of the TabStrip content.
98
140
  /// @group tabstrip
99
- $kendo-tabstrip-content-padding-y: k-map-get( $kendo-spacing, 4 ) !default;
100
- /// Width of border around tabstrip content
141
+ $kendo-tabstrip-content-padding-y: k-spacing(4) !default;
142
+ /// The border width around the TabStrip content.
101
143
  /// @group tabstrip
102
144
  $kendo-tabstrip-content-border-width: 1px !default;
103
145
 
104
- /// Background color of tabstrip content
146
+ /// The background color of the TabStrip content.
105
147
  /// @group tabstrip
106
148
  $kendo-tabstrip-content-bg: $kendo-component-bg !default;
107
- /// Text color of tabstrip content
149
+ /// The text color of the TabStrip content.
108
150
  /// @group tabstrip
109
151
  $kendo-tabstrip-content-text: $kendo-component-text !default;
110
- /// Border color of tabstrip content
152
+ /// The border color of the TabStrip content.
111
153
  /// @group tabstrip
112
154
  $kendo-tabstrip-content-border: $kendo-component-border !default;
113
- /// Border color of tabstrip focused content
155
+ /// The border color of the focused TabStrip content.
114
156
  /// @group tabstrip
115
157
  $kendo-tabstrip-content-focus-border: $kendo-component-text !default;
@@ -2,7 +2,7 @@
2
2
 
3
3
  /// The spacing index of the TaskBoard.
4
4
  /// @group taskboard
5
- $kendo-taskboard-spacer: k-map-get( $kendo-spacing, 4 ) !default;
5
+ $kendo-taskboard-spacer: k-spacing(4) !default;
6
6
  /// The vertical padding of the TaskBoard.
7
7
  /// @group taskboard
8
8
  $kendo-taskboard-padding-y: null !default;
@@ -11,13 +11,13 @@ $kendo-taskboard-padding-y: null !default;
11
11
  $kendo-taskboard-padding-x: null !default;
12
12
  /// The font family of the TaskBoard.
13
13
  /// @group taskboard
14
- $kendo-taskboard-font-family: $kendo-font-family !default;
14
+ $kendo-taskboard-font-family: var( --kendo-font-family, inherit )!default;
15
15
  /// The font size of the TaskBoard.
16
16
  /// @group taskboard
17
- $kendo-taskboard-font-size: $kendo-font-size-md !default;
17
+ $kendo-taskboard-font-size: var( --kendo-font-size, inherit ) !default;
18
18
  /// The line height of the TaskBoard.
19
19
  /// @group taskboard
20
- $kendo-taskboard-line-height: $kendo-line-height-md !default;
20
+ $kendo-taskboard-line-height: var( --kendo-line-height, normal ) !default;
21
21
  /// The background color of the TaskBoard.
22
22
  /// @group taskboard
23
23
  $kendo-taskboard-bg: null !default;
@@ -56,13 +56,13 @@ $kendo-taskboard-content-padding-x: $kendo-taskboard-content-padding-y !default;
56
56
 
57
57
  /// The vertical spacing of the TaskBoard column container.
58
58
  /// @group taskboard
59
- $kendo-taskboard-column-container-spacing-y: k-math-div( $kendo-taskboard-spacer, 2 ) !default;
59
+ $kendo-taskboard-column-container-spacing-y: calc( #{$kendo-taskboard-spacer} / 2 ) !default;
60
60
  /// The vertical padding of the TaskBoard column container.
61
61
  /// @group taskboard
62
- $kendo-taskboard-column-container-padding-y: 0px !default;
62
+ $kendo-taskboard-column-container-padding-y: k-spacing(0) !default;
63
63
  /// The horizontal padding of the TaskBoard column container.
64
64
  /// @group taskboard
65
- $kendo-taskboard-column-container-padding-x: k-math-div( $kendo-taskboard-spacer, 2 ) !default;
65
+ $kendo-taskboard-column-container-padding-x: calc( #{$kendo-taskboard-spacer} / 2 ) !default;
66
66
  /// The spacing of the TaskBoard columns container.
67
67
  /// @group taskboard
68
68
  $kendo-taskboard-columns-container-gap: $kendo-taskboard-spacer !default;
@@ -75,7 +75,7 @@ $kendo-taskboard-column-width: 320px !default;
75
75
  $kendo-taskboard-column-border-width: 1px !default;
76
76
  /// The border radius of the TaskBoard column.
77
77
  /// @group taskboard
78
- $kendo-taskboard-column-border-radius: $kendo-border-radius-md !default;
78
+ $kendo-taskboard-column-border-radius: k-border-radius(md) !default;
79
79
  /// The background color of the TaskBoard column.
80
80
  /// @group taskboard
81
81
  $kendo-taskboard-column-bg: $kendo-base-bg !default;
@@ -98,16 +98,16 @@ $kendo-taskboard-column-focus-border: if($kendo-enable-color-system, k-color( bo
98
98
 
99
99
  /// The vertical padding of the TaskBoard column header.
100
100
  /// @group taskboard
101
- $kendo-taskboard-column-header-padding-y: k-math-div( $kendo-taskboard-spacer, 2 ) !default;
101
+ $kendo-taskboard-column-header-padding-y: calc( #{$kendo-taskboard-spacer} / 2 ) !default;
102
102
  /// The horizontal padding of the TaskBoard column header.
103
103
  /// @group taskboard
104
104
  $kendo-taskboard-column-header-padding-x: $kendo-taskboard-column-header-padding-y !default;
105
105
  /// The spacing of the TaskBoard column header.
106
106
  /// @group taskboard
107
- $kendo-taskboard-column-header-gap: k-math-div( $kendo-taskboard-spacer, 4 ) !default;
107
+ $kendo-taskboard-column-header-gap: calc( #{$kendo-taskboard-spacer} / 4 ) !default;
108
108
  /// The spacing of the TaskBoard column header actions.
109
109
  /// @group taskboard
110
- $kendo-taskboard-column-header-actions-gap: k-math-div( $kendo-taskboard-spacer, 2 ) !default;
110
+ $kendo-taskboard-column-header-actions-gap: calc( #{$kendo-taskboard-spacer} / 2 ) !default;
111
111
  /// The font weight of the TaskBoard column header.
112
112
  /// @group taskboard
113
113
  $kendo-taskboard-column-header-font-weight: 500 !default;
@@ -123,7 +123,7 @@ $kendo-taskboard-column-cards-padding-y: null !default;
123
123
  $kendo-taskboard-column-cards-padding-x: null !default;
124
124
  /// The spacing of the TaskBoard column Card wrapper.
125
125
  /// @group taskboard
126
- $kendo-taskboard-column-cards-gap: k-math-div( $kendo-taskboard-spacer, 2 ) !default;
126
+ $kendo-taskboard-column-cards-gap: calc( #{$kendo-taskboard-spacer} / 2 ) !default;
127
127
 
128
128
  /// The default width of the TaskBoard pane.
129
129
  /// @group taskboard
@@ -149,7 +149,7 @@ $kendo-taskboard-pane-border: $kendo-component-border !default;
149
149
 
150
150
  /// The vertical padding of the TaskBoard pane header.
151
151
  /// @group taskboard
152
- $kendo-taskboard-pane-header-padding-y: ( $kendo-taskboard-spacer * .75 ) !default;
152
+ $kendo-taskboard-pane-header-padding-y: calc( #{$kendo-taskboard-spacer} * .75 ) !default;
153
153
  /// The horizontal padding of the TaskBoard pane header.
154
154
  /// @group taskboard
155
155
  $kendo-taskboard-pane-header-padding-x: $kendo-taskboard-spacer !default;
@@ -162,14 +162,14 @@ $kendo-taskboard-pane-header-text: $kendo-component-header-text !default;
162
162
 
163
163
  /// The vertical padding of the TaskBoard pane content.
164
164
  /// @group taskboard
165
- $kendo-taskboard-pane-content-padding-y: 0px !default;
165
+ $kendo-taskboard-pane-content-padding-y: k-spacing(0) !default;
166
166
  /// The horizontal padding of the TaskBoard pane content.
167
167
  /// @group taskboard
168
168
  $kendo-taskboard-pane-content-padding-x: $kendo-taskboard-spacer !default;
169
169
 
170
170
  /// The vertical padding of the TaskBoard pane actions.
171
171
  /// @group taskboard
172
- $kendo-taskboard-pane-actions-padding-y: ( $kendo-taskboard-spacer * .75 ) !default;
172
+ $kendo-taskboard-pane-actions-padding-y: calc( #{$kendo-taskboard-spacer} * .75 ) !default;
173
173
  /// The horizontal padding of the TaskBoard pane actions.
174
174
  /// @group taskboard
175
175
  $kendo-taskboard-pane-actions-padding-x: $kendo-taskboard-spacer !default;
@@ -9,7 +9,7 @@ $kendo-tile-layout-bg: $kendo-base-bg !default;
9
9
 
10
10
  /// The horizontal padding of the TileLayout.
11
11
  /// @group tilelayout
12
- $kendo-tile-layout-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
12
+ $kendo-tile-layout-padding-x: k-spacing(4) !default;
13
13
 
14
14
  /// The vertical padding of the TileLayout
15
15
  /// @group tilelayout
@@ -27,7 +27,7 @@ $kendo-tile-layout-card-focus-shadow: $kendo-card-focus-shadow !default;
27
27
  $kendo-tile-layout-hint-border-width: 1px !default;
28
28
  /// The radius of the border around the TileLayout hint.
29
29
  /// @group tilelayout
30
- $kendo-tile-layout-hint-border-radius: $kendo-border-radius-lg !default;
30
+ $kendo-tile-layout-hint-border-radius: k-border-radius(lg) !default;
31
31
  /// The color of the border around the TileLayout hint.
32
32
  /// @group tilelayout
33
33
  $kendo-tile-layout-hint-border: $kendo-component-border !default;
@@ -2,30 +2,30 @@
2
2
 
3
3
  /// The horizontal spacing of the Timeline.
4
4
  /// @group timeline
5
- $kendo-timeline-spacing-x: 40px !default;
5
+ $kendo-timeline-spacing-x: k-spacing(10) !default;
6
6
  /// The vertical spacing of the Timeline.
7
7
  /// @group timeline
8
- $kendo-timeline-spacing-y: 40px !default;
8
+ $kendo-timeline-spacing-y: k-spacing(10) !default;
9
9
  /// The padding between the Timeline's track items.
10
10
  /// @group timeline
11
- $kendo-timeline-items-padding: 16px !default;
11
+ $kendo-timeline-items-padding: k-spacing(4) !default;
12
12
 
13
13
  /// The font family of the Timeline.
14
14
  /// @group timeline
15
- $kendo-timeline-font-family: $kendo-font-family !default;
15
+ $kendo-timeline-font-family: var( --kendo-font-family, inherit ) !default;
16
16
  /// The font size of the Timeline.
17
17
  /// @group timeline
18
- $kendo-timeline-font-size: $kendo-font-size-md !default;
18
+ $kendo-timeline-font-size: var( --kendo-font-size, inherit ) !default;
19
19
  /// The line height of the Timeline.
20
20
  /// @group timeline
21
- $kendo-timeline-line-height: $kendo-line-height-md !default;
21
+ $kendo-timeline-line-height: var( --kendo-line-height, normal ) !default;
22
22
 
23
23
  /// The horizontal spacing of the mobile Timeline.
24
24
  /// @group timeline
25
- $kendo-timeline-mobile-spacing-x: 16px !default;
25
+ $kendo-timeline-mobile-spacing-x: k-spacing(4) !default;
26
26
  /// The vertical spacing of the mobile Timeline.
27
27
  /// @group timeline
28
- $kendo-timeline-mobile-spacing-y: 16px !default;
28
+ $kendo-timeline-mobile-spacing-y: k-spacing(4) !default;
29
29
 
30
30
  /// The width of the Timeline track arrow.
31
31
  /// @group timeline
@@ -55,7 +55,7 @@ $kendo-timeline-track-wrap-padding-bottom: k-math-div( $kendo-timeline-track-siz
55
55
  $kendo-timeline-track-border-width: 1px !default;
56
56
  /// The bottom margin of the Timeline track.
57
57
  /// @group timeline
58
- $kendo-timeline-track-margin-bottom: 16px !default;
58
+ $kendo-timeline-track-margin-bottom: k-spacing(4) !default;
59
59
  /// The bottom offset of the Timeline track.
60
60
  /// @group timeline
61
61
  $kendo-timeline-track-bottom-calc: calc(#{k-math-div( $kendo-timeline-track-arrow-height, 2 )} + #{$kendo-timeline-track-wrap-padding-bottom}) !default;
@@ -127,7 +127,7 @@ $kendo-timeline-flag-margin-bottom-calc: calc(#{$kendo-timeline-track-size} + 2
127
127
  $kendo-timeline-date-width: 50px !default;
128
128
  /// The bottom margin of the Timeline date.
129
129
  /// @group timeline
130
- $kendo-timeline-date-margin-bottom: 8px !default;
130
+ $kendo-timeline-date-margin-bottom: k-spacing(2) !default;
131
131
 
132
132
  /// The padding of the vertical Timeline.
133
133
  /// @group timeline
@@ -1,9 +1,9 @@
1
1
  // Time selector
2
2
 
3
3
  $kendo-time-selector-border-width: 1px !default;
4
- $kendo-time-selector-font-family: $kendo-font-family !default;
5
- $kendo-time-selector-font-size: $kendo-font-size-md !default;
6
- $kendo-time-selector-line-height: $kendo-line-height-md !default;
4
+ $kendo-time-selector-font-family: var( --kendo-font-family, inherit ) !default;
5
+ $kendo-time-selector-font-size: var( --kendo-font-size, inherit ) !default;
6
+ $kendo-time-selector-line-height: var( --kendo-line-height, normal ) !default;
7
7
 
8
8
  $kendo-time-selector-bg: $kendo-component-bg !default;
9
9
  $kendo-time-selector-text: $kendo-component-text !default;
@@ -16,9 +16,9 @@ $kendo-time-selector-header-border-width: 0px !default;
16
16
  $kendo-time-list-width: 4em !default;
17
17
  $kendo-time-list-height: 240px !default;
18
18
 
19
- $kendo-time-list-title-font-size: $kendo-font-size-sm !default;
19
+ $kendo-time-list-title-font-size: var( --kendo-font-size-sm, inherit ) !default;
20
20
  $kendo-time-list-title-line-height: 1.5 !default;
21
- $kendo-time-list-title-height: ( $kendo-time-list-title-font-size * $kendo-time-list-title-line-height) !default;
21
+ $kendo-time-list-title-height: calc( #{$kendo-time-list-title-font-size} * #{$kendo-time-list-title-line-height} ) !default;
22
22
  $kendo-time-list-title-text: $kendo-subtle-text !default;
23
23
  $kendo-time-list-title-focus-text: $kendo-component-text !default;
24
24
 
@@ -26,7 +26,7 @@ $kendo-time-list-item-padding-x: $kendo-list-md-item-padding-x !default;
26
26
  $kendo-time-list-item-padding-y: $kendo-list-md-item-padding-y !default;
27
27
 
28
28
  $kendo-time-list-highlight-border-width: 1px 0px !default;
29
- $kendo-time-list-highlight-height: calc( #{$kendo-time-selector-font-size * $kendo-time-selector-line-height} + #{ $kendo-time-list-item-padding-y * 2} ) !default;
29
+ $kendo-time-list-highlight-height: calc( calc( #{$kendo-time-selector-font-size} * #{$kendo-time-selector-line-height} ) + calc( #{$kendo-time-list-item-padding-y} * 2 ) ) !default;
30
30
  $kendo-time-list-highlight-bg: $kendo-component-bg !default;
31
31
  $kendo-time-list-highlight-border: $kendo-component-border !default;
32
32