@progress/kendo-theme-bootstrap 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 (110) hide show
  1. package/dist/all.css +7449 -4373
  2. package/dist/all.scss +5930 -5095
  3. package/dist/meta/variables.json +2266 -2154
  4. package/lib/swatches/bootstrap-3-dark.json +1 -1
  5. package/lib/swatches/bootstrap-3.json +1 -1
  6. package/lib/swatches/bootstrap-4-dark.json +1 -1
  7. package/lib/swatches/bootstrap-4.json +1 -1
  8. package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
  9. package/lib/swatches/bootstrap-main-dark.json +1 -1
  10. package/lib/swatches/bootstrap-main.json +1 -1
  11. package/lib/swatches/bootstrap-nordic.json +1 -1
  12. package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
  13. package/lib/swatches/bootstrap-turquoise.json +1 -1
  14. package/lib/swatches/bootstrap-urban.json +1 -1
  15. package/lib/swatches/bootstrap-vintage.json +1 -1
  16. package/package.json +6 -6
  17. package/scss/_variables.scss +0 -121
  18. package/scss/action-buttons/_variables.scss +4 -4
  19. package/scss/action-sheet/_variables.scss +17 -17
  20. package/scss/adaptive/_variables.scss +3 -3
  21. package/scss/appbar/_variables.scss +6 -6
  22. package/scss/avatar/_variables.scss +6 -6
  23. package/scss/badge/_variables.scss +4 -4
  24. package/scss/bottom-navigation/_variables.scss +8 -8
  25. package/scss/breadcrumb/_variables.scss +16 -16
  26. package/scss/button/_variables.scss +14 -14
  27. package/scss/calendar/_variables.scss +35 -33
  28. package/scss/captcha/_variables.scss +6 -6
  29. package/scss/card/_variables.scss +10 -10
  30. package/scss/chat/_variables.scss +13 -13
  31. package/scss/checkbox/_layout.scss +3 -3
  32. package/scss/checkbox/_variables.scss +9 -9
  33. package/scss/chip/_theme.scss +2 -2
  34. package/scss/chip/_variables.scss +20 -19
  35. package/scss/color-preview/_variables.scss +1 -1
  36. package/scss/coloreditor/_variables.scss +8 -8
  37. package/scss/colorgradient/_variables.scss +11 -11
  38. package/scss/colorpalette/_variables.scss +3 -3
  39. package/scss/core/_index.scss +14 -0
  40. package/scss/core/border-radii/index.import.scss +45 -0
  41. package/scss/core/color-system/_palettes.scss +28 -28
  42. package/scss/core/color-system/_swatch.scss +80 -80
  43. package/scss/core/spacing/index.import.scss +14 -0
  44. package/scss/core/typography/index.import.scss +111 -0
  45. package/scss/dataviz/_variables.scss +8 -8
  46. package/scss/datetimepicker/_variables.scss +1 -1
  47. package/scss/dock-manager/_variables.scss +10 -10
  48. package/scss/draggable/_variables.scss +4 -4
  49. package/scss/drawer/_variables.scss +8 -7
  50. package/scss/dropdowntree/_variables.scss +2 -2
  51. package/scss/dropzone/_variables.scss +8 -8
  52. package/scss/editor/_variables.scss +3 -3
  53. package/scss/expansion-panel/_variables.scss +9 -9
  54. package/scss/fab/_variables.scss +16 -16
  55. package/scss/filemanager/_variables.scss +9 -9
  56. package/scss/forms/_layout.scss +3 -3
  57. package/scss/forms/_variables.scss +17 -17
  58. package/scss/gantt/_variables.scss +152 -7
  59. package/scss/grid/_variables.scss +64 -64
  60. package/scss/imageeditor/_variables.scss +7 -7
  61. package/scss/input/_variables.scss +8 -8
  62. package/scss/list/_variables.scss +26 -26
  63. package/scss/listbox/_variables.scss +6 -6
  64. package/scss/listgroup/_variables.scss +5 -5
  65. package/scss/listview/_variables.scss +7 -7
  66. package/scss/loader/_layout.scss +1 -1
  67. package/scss/loader/_variables.scss +25 -25
  68. package/scss/map/_variables.scss +8 -8
  69. package/scss/mediaplayer/_variables.scss +5 -5
  70. package/scss/menu/_layout.scss +1 -1
  71. package/scss/menu/_variables.scss +28 -28
  72. package/scss/messagebox/_variables.scss +3 -3
  73. package/scss/notification/_variables.scss +4 -4
  74. package/scss/orgchart/_variables.scss +11 -11
  75. package/scss/pager/_variables.scss +12 -12
  76. package/scss/panelbar/_variables.scss +9 -9
  77. package/scss/pdf-viewer/_variables.scss +5 -5
  78. package/scss/pivotgrid/_variables.scss +15 -15
  79. package/scss/popup/_variables.scss +5 -5
  80. package/scss/progressbar/_variables.scss +3 -3
  81. package/scss/prompt/_variables.scss +7 -7
  82. package/scss/radio/_variables.scss +9 -9
  83. package/scss/rating/_variables.scss +3 -3
  84. package/scss/scheduler/_layout.scss +1 -1
  85. package/scss/scheduler/_variables.scss +165 -22
  86. package/scss/scrollview/_variables.scss +5 -5
  87. package/scss/signature/_variables.scss +7 -7
  88. package/scss/skeleton/_variables.scss +1 -1
  89. package/scss/slider/_variables.scss +4 -4
  90. package/scss/splitter/_variables.scss +6 -6
  91. package/scss/spreadsheet/_layout.scss +1 -1
  92. package/scss/spreadsheet/_variables.scss +17 -17
  93. package/scss/stepper/_variables.scss +9 -9
  94. package/scss/switch/_variables.scss +2 -2
  95. package/scss/table/_variables.scss +10 -10
  96. package/scss/tabstrip/_variables.scss +79 -38
  97. package/scss/taskboard/_variables.scss +17 -17
  98. package/scss/tilelayout/_variables.scss +2 -2
  99. package/scss/timeline/_variables.scss +8 -8
  100. package/scss/timeselector/_variables.scss +6 -6
  101. package/scss/toolbar/_variables.scss +12 -12
  102. package/scss/tooltip/_variables.scss +4 -4
  103. package/scss/treelist/_variables.scss +5 -0
  104. package/scss/treeview/_variables.scss +19 -19
  105. package/scss/typography/_variables.scss +253 -12
  106. package/scss/upload/_variables.scss +8 -8
  107. package/scss/window/_variables.scss +10 -10
  108. package/scss/wizard/_variables.scss +7 -7
  109. package/dist/meta/sassdoc-data.json +0 -121604
  110. package/dist/meta/sassdoc-raw-data.json +0 -56092
@@ -2,98 +2,339 @@
2
2
 
3
3
 
4
4
  // Headings
5
+
6
+ /// The font size of the highest level heading.
7
+ /// @group typography
5
8
  $kendo-h1-font-size: $h1-font-size !default;
9
+ /// The font size of the second highest level heading.
10
+ /// @group typography
6
11
  $kendo-h2-font-size: $h2-font-size !default;
12
+ /// The font size of the third highest level heading.
13
+ /// @group typography
7
14
  $kendo-h3-font-size: $h3-font-size !default;
15
+ /// The font size of the fourth highest level heading.
16
+ /// @group typography
8
17
  $kendo-h4-font-size: $h4-font-size !default;
18
+ /// The font size of the fifth highest level heading.
19
+ /// @group typography
9
20
  $kendo-h5-font-size: $h5-font-size !default;
21
+ /// The font size of the sixth highest level heading.
22
+ /// @group typography
10
23
  $kendo-h6-font-size: $h6-font-size !default;
11
24
 
25
+ /// The font family of the highest level heading.
26
+ /// @group typography
12
27
  $kendo-h1-font-family: $headings-font-family !default;
28
+ /// The font family of the second highest level heading.
29
+ /// @group typography
13
30
  $kendo-h2-font-family: $headings-font-family !default;
31
+ /// The font family of the third highest level heading.
32
+ /// @group typography
14
33
  $kendo-h3-font-family: $headings-font-family !default;
34
+ /// The font family of the fourth highest level heading.
35
+ /// @group typography
15
36
  $kendo-h4-font-family: $headings-font-family !default;
37
+ /// The font family of the fifth highest level heading.
38
+ /// @group typography
16
39
  $kendo-h5-font-family: $headings-font-family !default;
40
+ /// The font family of the sixth highest level heading.
41
+ /// @group typography
17
42
  $kendo-h6-font-family: $headings-font-family !default;
18
43
 
44
+ /// The line height of the highest level heading.
45
+ /// @group typography
19
46
  $kendo-h1-line-height: $headings-line-height !default;
47
+ /// The line height of the second highest level heading.
48
+ /// @group typography
20
49
  $kendo-h2-line-height: $headings-line-height !default;
50
+ /// The line height of the third highest level heading.
51
+ /// @group typography
21
52
  $kendo-h3-line-height: $headings-line-height !default;
53
+ /// The line height of the fourth highest level heading.
54
+ /// @group typography
22
55
  $kendo-h4-line-height: $headings-line-height !default;
56
+ /// The line height of the fifth highest level heading.
57
+ /// @group typography
23
58
  $kendo-h5-line-height: $headings-line-height !default;
59
+ /// The line height of the sixth highest level heading.
60
+ /// @group typography
24
61
  $kendo-h6-line-height: $headings-line-height !default;
25
62
 
63
+ /// The font weight of the highest level heading.
64
+ /// @group typography
26
65
  $kendo-h1-font-weight: $headings-font-weight !default;
66
+ /// The font weight of the second highest level heading.
67
+ /// @group typography
27
68
  $kendo-h2-font-weight: $headings-font-weight !default;
69
+ /// The font weight of the third highest level heading.
70
+ /// @group typography
28
71
  $kendo-h3-font-weight: $headings-font-weight !default;
72
+ /// The font weight of the fourth highest level heading.
73
+ /// @group typography
29
74
  $kendo-h4-font-weight: $headings-font-weight !default;
75
+ /// The font weight of the fifth highest level heading.
76
+ /// @group typography
30
77
  $kendo-h5-font-weight: $headings-font-weight !default;
78
+ /// The font weight of the sixth highest level heading.
79
+ /// @group typography
31
80
  $kendo-h6-font-weight: $headings-font-weight !default;
32
81
 
82
+ /// The letter spacing of the highest level heading.
83
+ /// @group typography
33
84
  $kendo-h1-letter-spacing: null !default;
85
+ /// The letter spacing of the second highest level heading.
86
+ /// @group typography
34
87
  $kendo-h2-letter-spacing: null !default;
88
+ /// The letter spacing of the third highest level heading.
89
+ /// @group typography
35
90
  $kendo-h3-letter-spacing: null !default;
91
+ /// The letter spacing of the fourth highest level heading.
92
+ /// @group typography
36
93
  $kendo-h4-letter-spacing: null !default;
94
+ /// The letter spacing of the fifth highest level heading.
95
+ /// @group typography
37
96
  $kendo-h5-letter-spacing: null !default;
97
+ /// The letter spacing of the sixth highest level heading.
98
+ /// @group typography
38
99
  $kendo-h6-letter-spacing: null !default;
39
100
 
101
+ /// The margin of the highest level heading.
102
+ /// @group typography
40
103
  $kendo-h1-margin: 0 0 $headings-margin-bottom !default;
104
+ /// The margin of the second highest level heading.
105
+ /// @group typography
41
106
  $kendo-h2-margin: 0 0 $headings-margin-bottom !default;
107
+ /// The margin of the third highest level heading.
108
+ /// @group typography
42
109
  $kendo-h3-margin: 0 0 $headings-margin-bottom !default;
110
+ /// The margin of the fourth highest level heading.
111
+ /// @group typography
43
112
  $kendo-h4-margin: 0 0 $headings-margin-bottom !default;
113
+ /// The margin of the fifth highest level heading.
114
+ /// @group typography
44
115
  $kendo-h5-margin: 0 0 $headings-margin-bottom !default;
116
+ /// The margin of the sixth highest level heading.
117
+ /// @group typography
45
118
  $kendo-h6-margin: 0 0 $headings-margin-bottom !default;
119
+ ///
120
+
121
+ /// The headings Map.
122
+ /// @group typography
123
+ $kendo-headings: (
124
+ h1: (
125
+ font-size: $kendo-h1-font-size,
126
+ font-family: $kendo-h1-font-family,
127
+ line-height: $kendo-h1-line-height,
128
+ font-weight: $kendo-h1-font-weight,
129
+ letter-spacing: $kendo-h1-letter-spacing,
130
+ margin: $kendo-h1-margin
131
+
132
+ ),
133
+ h2: (
134
+ font-size: $kendo-h2-font-size,
135
+ font-family: $kendo-h2-font-family,
136
+ line-height: $kendo-h2-line-height,
137
+ font-weight: $kendo-h2-font-weight,
138
+ letter-spacing: $kendo-h2-letter-spacing,
139
+ margin: $kendo-h2-margin
140
+ ),
141
+ h3: (
142
+ font-size: $kendo-h3-font-size,
143
+ font-family: $kendo-h3-font-family,
144
+ line-height: $kendo-h3-line-height,
145
+ font-weight: $kendo-h3-font-weight,
146
+ letter-spacing: $kendo-h3-letter-spacing,
147
+ margin: $kendo-h3-margin
148
+ ),
149
+ h4: (
150
+ font-size: $kendo-h4-font-size,
151
+ font-family: $kendo-h4-font-family,
152
+ line-height: $kendo-h4-line-height,
153
+ font-weight: $kendo-h4-font-weight,
154
+ letter-spacing: $kendo-h4-letter-spacing,
155
+ margin: $kendo-h4-margin
156
+ ),
157
+ h5: (
158
+ font-size: $kendo-h5-font-size,
159
+ font-family: $kendo-h5-font-family,
160
+ line-height: $kendo-h5-line-height,
161
+ font-weight: $kendo-h5-font-weight,
162
+ letter-spacing: $kendo-h5-letter-spacing,
163
+ margin: $kendo-h5-margin
164
+ ),
165
+ h6: (
166
+ font-size: $kendo-h6-font-size,
167
+ font-family: $kendo-h6-font-family,
168
+ line-height: $kendo-h6-line-height,
169
+ font-weight: $kendo-h6-font-weight,
170
+ letter-spacing: $kendo-h6-letter-spacing,
171
+ margin: $kendo-h6-margin
172
+ ),
173
+ ) !default;
46
174
 
47
175
 
48
176
  // Paragraph
177
+
178
+ /// The margin of the paragraph.
179
+ /// @group typography
49
180
  $kendo-paragraph-margin: 0 0 $paragraph-margin-bottom !default;
50
- $kendo-paragraph-font-size: $kendo-font-size-md !default;
51
- $kendo-paragraph-font-family: $kendo-font-family !default;
52
- $kendo-paragraph-line-height: $kendo-line-height-md !default;
53
- $kendo-paragraph-font-weight: $kendo-font-weight-normal !default;
181
+ /// The font size of the paragraph.
182
+ /// @group typography
183
+ $kendo-paragraph-font-size: var( --kendo-font-size, inherit ) !default;
184
+ /// The font family of the paragraph.
185
+ /// @group typography
186
+ $kendo-paragraph-font-family: var( --kendo-font-family, inherit ) !default;
187
+ /// The line height of the paragraph.
188
+ /// @group typography
189
+ $kendo-paragraph-line-height: var( --kendo-line-height, normal ) !default;
190
+ /// The font weight of the paragraph.
191
+ /// @group typography
192
+ $kendo-paragraph-font-weight: var( --kendo-font-weight-normal, normal ) !default;
193
+ /// The letter spacing of the paragraph.
194
+ /// @group typography
54
195
  $kendo-paragraph-letter-spacing: null !default;
55
196
 
56
197
 
57
198
  // Code
58
- $kendo-code-font-size: $kendo-font-size-sm !default;
59
- $kendo-code-font-family: $kendo-font-family-monospace !default;
60
- $kendo-code-line-height: $kendo-line-height-md !default;
61
- $kendo-code-font-weight: $kendo-font-weight-normal !default;
199
+
200
+ /// The font size of the code tag.
201
+ /// @group typography
202
+ $kendo-code-font-size: var( --kendo-font-size-sm, inherit )!default;
203
+ /// The font family of the code tag.
204
+ /// @group typography
205
+ $kendo-code-font-family: var( --kendo-font-family-monospace, normal ) !default;
206
+ /// The line height of the code tag.
207
+ /// @group typography
208
+ $kendo-code-line-height: var( --kendo-line-height, normal ) !default;
209
+ /// The font weight of the code tag.
210
+ /// @group typography
211
+ $kendo-code-font-weight: var( --kendo-font-weight-normal, normal ) !default;
212
+ /// The letter spacing of the code tag.
213
+ /// @group typography
62
214
  $kendo-code-letter-spacing: null !default;
63
215
 
64
- $kendo-code-padding-x: 4px !default;
65
- $kendo-code-padding-y: 0px !default;
66
- $kendo-pre-padding-x: 24px !default;
67
- $kendo-pre-padding-y: 16px !default;
216
+ /// The horizontal padding of the code tag.
217
+ /// @group typography
218
+ $kendo-code-padding-x: k-spacing(1) !default;
219
+ /// The vertical padding of the code tag.
220
+ /// @group typography
221
+ $kendo-code-padding-y: k-spacing(0) !default;
222
+ /// The horizontal padding of the preformatted text.
223
+ /// @group typography
224
+ $kendo-pre-padding-x: k-spacing(6) !default;
225
+ /// The vertical padding of the preformatted text.
226
+ /// @group typography
227
+ $kendo-pre-padding-y: k-spacing(4) !default;
228
+ /// The width of the border of the code tag.
229
+ /// @group typography
68
230
  $kendo-code-border-width: 1px !default;
69
231
 
232
+ /// The background color of the code tag.
233
+ /// @group typography
70
234
  $kendo-code-bg: $kendo-base-bg !default;
235
+ /// The text color of the code tag.
236
+ /// @group typography
71
237
  $kendo-code-text: $kendo-component-text !default;
238
+ /// The border color of the code tag.
239
+ /// @group typography
72
240
  $kendo-code-border: $kendo-component-border !default;
73
241
 
74
242
 
75
243
  // Display
244
+
245
+ /// The font size of the largest display text.
246
+ /// @group typography
76
247
  $kendo-display1-font-size: k-map-get( $display-font-sizes, 1) !default;
248
+ /// The font size of the second largest display text.
249
+ /// @group typography
77
250
  $kendo-display2-font-size: k-map-get( $display-font-sizes, 2) !default;
251
+ /// The font size of the third largest display text.
252
+ /// @group typography
78
253
  $kendo-display3-font-size: k-map-get( $display-font-sizes, 3) !default;
254
+ /// The font size of the fourth largest display text.
255
+ /// @group typography
79
256
  $kendo-display4-font-size: k-map-get( $display-font-sizes, 4) !default;
80
257
 
258
+ /// The font family of the largest display text.
259
+ /// @group typography
81
260
  $kendo-display1-font-family: null !default;
261
+ /// The font family of the second largest display text.
262
+ /// @group typography
82
263
  $kendo-display2-font-family: null !default;
264
+ /// The font family of the third largest display text.
265
+ /// @group typography
83
266
  $kendo-display3-font-family: null !default;
267
+ /// The font family of the fourth largest display text.
268
+ /// @group typography
84
269
  $kendo-display4-font-family: null !default;
85
270
 
271
+ /// The line height of the largest display text.
272
+ /// @group typography
86
273
  $kendo-display1-line-height: $display-line-height !default;
274
+ /// The line height of the second largest display text.
275
+ /// @group typography
87
276
  $kendo-display2-line-height: $display-line-height !default;
277
+ /// The line height of the third largest display text.
278
+ /// @group typography
88
279
  $kendo-display3-line-height: $display-line-height !default;
280
+ /// The line height of the fourth largest display text.
281
+ /// @group typography
89
282
  $kendo-display4-line-height: $display-line-height !default;
90
283
 
284
+ /// The font weight of the largest display text.
285
+ /// @group typography
91
286
  $kendo-display1-font-weight: $display-font-weight !default;
287
+ /// The font weight of the second largest display text.
288
+ /// @group typography
92
289
  $kendo-display2-font-weight: $display-font-weight !default;
290
+ /// The font weight of the third largest display text.
291
+ /// @group typography
93
292
  $kendo-display3-font-weight: $display-font-weight !default;
293
+ /// The font weight of the fourth largest display text.
294
+ /// @group typography
94
295
  $kendo-display4-font-weight: $display-font-weight !default;
95
296
 
297
+ /// The letter spacing of the largest display text.
298
+ /// @group typography
96
299
  $kendo-display1-letter-spacing: null !default;
300
+ /// The letter spacing of the second largest display text.
301
+ /// @group typography
97
302
  $kendo-display2-letter-spacing: null !default;
303
+ /// The letter spacing of the third largest display text.
304
+ /// @group typography
98
305
  $kendo-display3-letter-spacing: null !default;
306
+ /// The letter spacing of the fourth largest display text.
307
+ /// @group typography
99
308
  $kendo-display4-letter-spacing: null !default;
309
+
310
+ /// The displays Map
311
+ $kendo-display: (
312
+ 1: (
313
+ font-size: $kendo-display1-font-size,
314
+ font-family: $kendo-display1-font-family,
315
+ line-height: $kendo-display1-line-height,
316
+ font-weight: $kendo-display1-font-weight,
317
+ letter-spacing: $kendo-display1-letter-spacing
318
+ ),
319
+ 2: (
320
+ font-size: $kendo-display2-font-size,
321
+ font-family: $kendo-display2-font-family,
322
+ line-height: $kendo-display2-line-height,
323
+ font-weight: $kendo-display2-font-weight,
324
+ letter-spacing: $kendo-display2-letter-spacing
325
+ ),
326
+ 3: (
327
+ font-size: $kendo-display3-font-size,
328
+ font-family: $kendo-display3-font-family,
329
+ line-height: $kendo-display3-line-height,
330
+ font-weight: $kendo-display3-font-weight,
331
+ letter-spacing: $kendo-display3-letter-spacing
332
+ ),
333
+ 4: (
334
+ font-size: $kendo-display4-font-size,
335
+ font-family: $kendo-display4-font-family,
336
+ line-height: $kendo-display4-line-height,
337
+ font-weight: $kendo-display4-font-weight,
338
+ letter-spacing: $kendo-display4-letter-spacing
339
+ ),
340
+ ) !default;
@@ -5,13 +5,13 @@
5
5
  $kendo-upload-border-width: 1px !default;
6
6
  /// The font family of the Upload.
7
7
  /// @group upload
8
- $kendo-upload-font-family: $kendo-font-family !default;
8
+ $kendo-upload-font-family: var( --kendo-font-family, inherit ) !default;
9
9
  /// The font size of the Upload.
10
10
  /// @group upload
11
- $kendo-upload-font-size: $kendo-font-size-md !default;
11
+ $kendo-upload-font-size: var( --kendo-font-size, inherit ) !default;
12
12
  /// The line height of the Upload.
13
13
  /// @group upload
14
- $kendo-upload-line-height: $kendo-line-height-md !default;
14
+ $kendo-upload-line-height: var( --kendo-line-height, normal ) !default;
15
15
  /// The maximum height of the list with uploaded items.
16
16
  /// @group upload
17
17
  $kendo-upload-max-height: 300px !default;
@@ -28,10 +28,10 @@ $kendo-upload-border: $kendo-component-border !default;
28
28
 
29
29
  /// The horizontal padding of the Upload dropzone.
30
30
  /// @group upload
31
- $kendo-upload-dropzone-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
31
+ $kendo-upload-dropzone-padding-x: k-spacing(2) !default;
32
32
  /// The vertical padding of the Upload dropzone.
33
33
  /// @group upload
34
- $kendo-upload-dropzone-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
34
+ $kendo-upload-dropzone-padding-y: k-spacing(2) !default;
35
35
  /// The text color of the Upload dropzone.
36
36
  /// @group upload
37
37
  $kendo-upload-dropzone-text: $kendo-component-header-text !default;
@@ -54,14 +54,14 @@ $kendo-upload-status-text-opacity: null !default;
54
54
 
55
55
  /// The horizontal padding of an uploaded item.
56
56
  /// @group upload
57
- $kendo-upload-item-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
57
+ $kendo-upload-item-padding-x: k-spacing(4) !default;
58
58
  /// The vertical padding of an uploaded item.
59
59
  /// @group upload
60
- $kendo-upload-item-padding-y: k-map-get( $kendo-spacing, 4 ) !default;
60
+ $kendo-upload-item-padding-y: k-spacing(4) !default;
61
61
 
62
62
  /// The vertical spacing between uploaded batch items.
63
63
  /// @group upload
64
- $kendo-upload-multiple-items-spacing: 12px !default;
64
+ $kendo-upload-multiple-items-spacing: k-spacing(3) !default;
65
65
 
66
66
  /// The font size of the Upload validation message.
67
67
  /// @group upload
@@ -7,23 +7,23 @@
7
7
  $kendo-window-border-width: 1px !default;
8
8
  /// The border radius of the Window.
9
9
  /// @group window
10
- $kendo-window-border-radius: $kendo-border-radius-md !default;
10
+ $kendo-window-border-radius: k-border-radius(md) !default;
11
11
  /// The font family of the Window.
12
12
  /// @group window
13
- $kendo-window-font-family: $kendo-font-family !default;
13
+ $kendo-window-font-family: var( --kendo-font-family, inherit ) !default;
14
14
  /// The font size of the Window.
15
15
  /// @group window
16
- $kendo-window-font-size: $kendo-font-size-md !default;
16
+ $kendo-window-font-size: var( --kendo-font-size, inherit ) !default;
17
17
  /// The line height of the Window.
18
18
  /// @group window
19
- $kendo-window-line-height: $kendo-line-height-md !default;
19
+ $kendo-window-line-height: var( --kendo-line-height, normal ) !default;
20
20
 
21
21
  /// The horizontal padding of the Window titlebar.
22
22
  /// @group window
23
- $kendo-window-titlebar-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
23
+ $kendo-window-titlebar-padding-x: k-spacing(4) !default;
24
24
  /// The vertical padding of the Window titlebar.
25
25
  /// @group window
26
- $kendo-window-titlebar-padding-y: k-map-get( $kendo-spacing, 4 ) !default;
26
+ $kendo-window-titlebar-padding-y: k-spacing(4) !default;
27
27
  /// The width of the border of the Window titlebar.
28
28
  /// @group window
29
29
  $kendo-window-titlebar-border-width: 0 0 1px !default;
@@ -33,14 +33,14 @@ $kendo-window-titlebar-border-style: solid !default;
33
33
 
34
34
  /// The font size of the title of the Window.
35
35
  /// @group window
36
- $kendo-window-title-font-size: $kendo-font-size-lg !default;
36
+ $kendo-window-title-font-size: var( --kendo-font-size-lg, inherit ) !default;
37
37
  /// The line height of the title of the Window.
38
38
  /// @group window
39
39
  $kendo-window-title-line-height: 1.5 !default;
40
40
 
41
41
  /// The spacing between the buttons in the Window titlebar.
42
42
  /// @group window
43
- $kendo-window-actions-gap: .5rem !default;
43
+ $kendo-window-actions-gap: k-spacing(2) !default;
44
44
  /// The opacity of the buttons in the Window titlebar.
45
45
  /// @group window
46
46
  $kendo-window-action-opacity: .5 !default;
@@ -50,10 +50,10 @@ $kendo-window-action-hover-opacity: .75 !default;
50
50
 
51
51
  /// The horizontal padding of the content of the Window.
52
52
  /// @group window
53
- $kendo-window-inner-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
53
+ $kendo-window-inner-padding-x: k-spacing(4) !default;
54
54
  /// The vertical padding of the content of the Window.
55
55
  /// @group window
56
- $kendo-window-inner-padding-y: k-map-get( $kendo-spacing, 4 ) !default;
56
+ $kendo-window-inner-padding-y: k-spacing(4) !default;
57
57
 
58
58
  /// The horizontal padding of the Window action buttons.
59
59
  /// @group window
@@ -2,32 +2,32 @@
2
2
 
3
3
  /// The horizontal padding of the Wizard.
4
4
  /// @group wizard
5
- $kendo-wizard-padding-x: $kendo-padding-md-x * 1.25 !default;
5
+ $kendo-wizard-padding-x: calc( #{$kendo-padding-md-x} * 1.25 ) !default;
6
6
  /// The vertical padding of the Wizard.
7
7
  /// @group wizard
8
8
  $kendo-wizard-padding-y: $kendo-wizard-padding-x !default;
9
9
  /// The horizontal padding of the Wizard content.
10
10
  /// @group wizard
11
- $kendo-wizard-content-padding-x: $kendo-padding-md-x * 2 !default;
11
+ $kendo-wizard-content-padding-x: calc( #{$kendo-padding-md-x} * 2 ) !default;
12
12
  /// The vertical padding of the Wizard content.
13
13
  /// @group wizard
14
- $kendo-wizard-content-padding-y: $kendo-padding-md-y * 4 !default;
14
+ $kendo-wizard-content-padding-y: calc( #{$kendo-padding-md-y} * 4 ) !default;
15
15
  /// The horizontal margin of the Wizard's Button container.
16
16
  /// @group wizard
17
- $kendo-wizard-buttons-margin-x: 10px !default;
17
+ $kendo-wizard-buttons-margin-x: k-spacing(2.5) !default;
18
18
 
19
19
  /// The border width of the Wizard.
20
20
  /// @group wizard
21
21
  $kendo-wizard-border-width: 0px !default;
22
22
  /// The font size of the Wizard.
23
23
  /// @group wizard
24
- $kendo-wizard-font-size: $kendo-font-size-md !default;
24
+ $kendo-wizard-font-size: var( --kendo-font-size, inherit ) !default;
25
25
  /// The line height of the Wizard.
26
26
  /// @group wizard
27
- $kendo-wizard-line-height: $kendo-line-height-md !default;
27
+ $kendo-wizard-line-height: var( --kendo-line-height, normal ) !default;
28
28
  /// The font family of the Wizard.
29
29
  /// @group wizard
30
- $kendo-wizard-font-family: $kendo-font-family !default;
30
+ $kendo-wizard-font-family: var( --kendo-font-family, inherit ) !default;
31
31
 
32
32
  /// The outline of the focused Wizard step.
33
33
  /// @group wizard