@progress/kendo-theme-bootstrap 8.0.2-dev.4 → 8.1.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.
@@ -179,6 +179,254 @@ $_default-colors: (
179
179
 
180
180
  /// The global default Colors map.
181
181
  /// @group color-system
182
+ ///
183
+ /// @subgroup {misc}
184
+ /// [app-surface, on-app-surface, subtle,
185
+ /// surface, surface-alt, border, border-alt]
186
+ /// The Misc variable group.
187
+ /// @prop {Color} app-surface - The background color of the application.
188
+ /// @prop {Color} on-app-surface - The text color of the application.
189
+ /// @prop {Color} subtle - The subtle text color.
190
+ /// @prop {Color} surface - The background color of the components' chrome area.
191
+ /// @prop {Color} surface-alt - The alternative background color of the components' chrome area.
192
+ /// @prop {Color} border - The border color of the application.
193
+ /// @prop {Color} border-alt - The alternative border color of the application.
194
+ ///
195
+ /// @subgroup {base}
196
+ /// [base-subtle, base-subtle-hover, base-subtle-active,
197
+ /// base, base-hover, base-active, base-emphasis,
198
+ /// base-on-subtle, on-base, base-on-surface]
199
+ /// The Base variable group.
200
+ /// @prop {Color} base-subtle - The base subtle background color variable.
201
+ /// @prop {Color} base-subtle-hover - The base subtle background color variable for the hover state.
202
+ /// @prop {Color} base-subtle-active - The base subtle background color variable for the active state.
203
+ /// @prop {Color} base - The base background color variable.
204
+ /// @prop {Color} base-hover - The base background color variable for the hover state.
205
+ /// @prop {Color} base-active - The base background color variable for the active state.
206
+ /// @prop {Color} base-emphasis - The emphasized base color variable.
207
+ /// @prop {Color} base-on-subtle - The text color variable for content on base subtle.
208
+ /// @prop {Color} on-base - The text color variable for content on base.
209
+ /// @prop {Color} base-on-surface - The text color variable for content on surface.
210
+ ///
211
+ /// @subgroup {primary}
212
+ /// [primary-subtle, primary-subtle-hover, primary-subtle-active,
213
+ /// primary, primary-hover, primary-active, primary-emphasis,
214
+ /// primary-on-subtle, on-primary, primary-on-surface]
215
+ /// The Primary variable group.
216
+ /// @prop {Color} primary-subtle - The primary subtle background color variable.
217
+ /// @prop {Color} primary-subtle-hover - The primary subtle background color variable for the hover state.
218
+ /// @prop {Color} primary-subtle-active - The primary subtle background color variable for the active state.
219
+ /// @prop {Color} primary - The primary background color variable.
220
+ /// @prop {Color} primary-hover - The primary background color variable for the hover state.
221
+ /// @prop {Color} primary-active - The primary background color variable for the active state.
222
+ /// @prop {Color} primary-emphasis - The emphasized primary color variable.
223
+ /// @prop {Color} primary-on-subtle - The text color variable for content on primary subtle.
224
+ /// @prop {Color} on-primary - The text color variable for content on primary.
225
+ /// @prop {Color} primary-on-surface - The text color variable for content on surface.
226
+ ///
227
+ /// @subgroup {secondary}
228
+ /// [secondary-subtle, secondary-subtle-hover, secondary-subtle-active,
229
+ /// secondary, secondary-hover, secondary-active, secondary-emphasis,
230
+ /// secondary-on-subtle, on-secondary, secondary-on-surface]
231
+ /// The Secondary variable group.
232
+ /// @prop {Color} secondary-subtle - The secondary subtle background color variable.
233
+ /// @prop {Color} secondary-subtle-hover - The secondary subtle background color variable for the hover state.
234
+ /// @prop {Color} secondary-subtle-active - The secondary subtle background color variable for the active state.
235
+ /// @prop {Color} secondary - The secondary background color variable.
236
+ /// @prop {Color} secondary-hover - The secondary background color variable for the hover state.
237
+ /// @prop {Color} secondary-active - The secondary background color variable for the active state.
238
+ /// @prop {Color} secondary-emphasis - The emphasized secondary color variable.
239
+ /// @prop {Color} secondary-on-subtle - The text color variable for content on secondary subtle.
240
+ /// @prop {Color} on-secondary - The text color variable for content on secondary.
241
+ /// @prop {Color} secondary-on-surface - The text color variable for content on surface.
242
+ ///
243
+ /// @subgroup {tertiary}
244
+ /// [tertiary-subtle, tertiary-subtle-hover, tertiary-subtle-active,
245
+ /// tertiary, tertiary-hover, tertiary-active, tertiary-emphasis,
246
+ /// tertiary-on-subtle, on-tertiary, tertiary-on-surface]
247
+ /// The Tertiary variable group.
248
+ /// @prop {Color} tertiary-subtle - The tertiary subtle background color variable.
249
+ /// @prop {Color} tertiary-subtle-hover - The tertiary subtle background color variable for the hover state.
250
+ /// @prop {Color} tertiary-subtle-active - The tertiary subtle background color variable for the active state.
251
+ /// @prop {Color} tertiary - The tertiary background color variable.
252
+ /// @prop {Color} tertiary-hover - The tertiary background color variable for the hover state.
253
+ /// @prop {Color} tertiary-active - The tertiary background color variable for the active state.
254
+ /// @prop {Color} tertiary-emphasis - The emphasized tertiary color variable.
255
+ /// @prop {Color} tertiary-on-subtle - The text color variable for content on tertiary subtle.
256
+ /// @prop {Color} on-tertiary - The text color variable for content on tertiary.
257
+ /// @prop {Color} tertiary-on-surface - The text color variable for content on surface.
258
+ ///
259
+ /// @subgroup {info}
260
+ /// [info-subtle, info-subtle-hover, info-subtle-active,
261
+ /// info, info-hover, info-active, info-emphasis,
262
+ /// info-on-subtle, on-info, info-on-surface]
263
+ /// The Info variable group.
264
+ /// @prop {Color} info-subtle - The info subtle background color variable.
265
+ /// @prop {Color} info-subtle-hover - The info subtle background color variable for the hover state.
266
+ /// @prop {Color} info-subtle-active - The info subtle background color variable for the active state.
267
+ /// @prop {Color} info - The info background color variable.
268
+ /// @prop {Color} info-hover - The info background color variable for the hover state.
269
+ /// @prop {Color} info-active - The info background color variable for the active state.
270
+ /// @prop {Color} info-emphasis - The emphasized info color variable.
271
+ /// @prop {Color} info-on-subtle - The text color variable for content on info subtle.
272
+ /// @prop {Color} on-info - The text color variable for content on info.
273
+ /// @prop {Color} info-on-surface - The text color variable for content on surface.
274
+ ///
275
+ /// @subgroup {success}
276
+ /// [success-subtle, success-subtle-hover, success-subtle-active,
277
+ /// success, success-hover, success-active, success-emphasis,
278
+ /// success-on-subtle, on-success, success-on-surface]
279
+ /// The Success variable group.
280
+ /// @prop {Color} success-subtle - The success subtle background color variable.
281
+ /// @prop {Color} success-subtle-hover - The success subtle background color variable for the hover state.
282
+ /// @prop {Color} success-subtle-active - The success subtle background color variable for the active state.
283
+ /// @prop {Color} success - The success background color variable.
284
+ /// @prop {Color} success-hover - The success background color variable for the hover state.
285
+ /// @prop {Color} success-active - The success background color variable for the active state.
286
+ /// @prop {Color} success-emphasis - The emphasized success color variable.
287
+ /// @prop {Color} success-on-subtle - The text color variable for content on success subtle.
288
+ /// @prop {Color} on-success - The text color variable for content on success.
289
+ /// @prop {Color} success-on-surface - The text color variable for content on surface.
290
+ ///
291
+ /// @subgroup {warning}
292
+ /// [warning-subtle, warning-subtle-hover, warning-subtle-active,
293
+ /// warning, warning-hover, warning-active, warning-emphasis,
294
+ /// warning-on-subtle, on-warning, warning-on-surface]
295
+ /// The Warning variable group.
296
+ /// @prop {Color} warning-subtle - The warning subtle background color variable.
297
+ /// @prop {Color} warning-subtle-hover - The warning subtle background color variable for the hover state.
298
+ /// @prop {Color} warning-subtle-active - The warning subtle background color variable for the active state.
299
+ /// @prop {Color} warning - The warning background color variable.
300
+ /// @prop {Color} warning-hover - The warning background color variable for the hover state.
301
+ /// @prop {Color} warning-active - The warning background color variable for the active state.
302
+ /// @prop {Color} warning-emphasis - The emphasized warning color variable.
303
+ /// @prop {Color} warning-on-subtle - The text color variable for content on warning subtle.
304
+ /// @prop {Color} on-warning - The text color variable for content on warning.
305
+ /// @prop {Color} warning-on-surface - The text color variable for content on surface.
306
+ ///
307
+ /// @subgroup {error}
308
+ /// [error-subtle, error-subtle-hover, error-subtle-active,
309
+ /// error, error-hover, error-active, error-emphasis,
310
+ /// error-on-subtle, on-error, error-on-surface]
311
+ /// The Error variable group.
312
+ /// @prop {Color} error-subtle - The error subtle background color variable.
313
+ /// @prop {Color} error-subtle-hover - The error subtle background color variable for the hover state.
314
+ /// @prop {Color} error-subtle-active - The error subtle background color variable for the active state.
315
+ /// @prop {Color} error - The error background color variable.
316
+ /// @prop {Color} error-hover - The error background color variable for the hover state.
317
+ /// @prop {Color} error-active - The error background color variable for the active state.
318
+ /// @prop {Color} error-emphasis - The emphasized error color variable.
319
+ /// @prop {Color} error-on-subtle - The text color variable for content on error subtle.
320
+ /// @prop {Color} on-error - The text color variable for content on error.
321
+ /// @prop {Color} error-on-surface - The text color variable for content on surface.
322
+ ///
323
+ /// @subgroup {light}
324
+ /// [light-subtle, light-subtle-hover, light-subtle-active,
325
+ /// light, light-hover, light-active, light-emphasis,
326
+ /// light-on-subtle, on-light, light-on-surface]
327
+ /// The Light variable group.
328
+ /// @prop {Color} light-subtle - The light subtle background color variable.
329
+ /// @prop {Color} light-subtle-hover - The light subtle background color variable for the hover state.
330
+ /// @prop {Color} light-subtle-active - The light subtle background color variable for the active state.
331
+ /// @prop {Color} light - The light background color variable.
332
+ /// @prop {Color} light-hover - The light background color variable for the hover state.
333
+ /// @prop {Color} light-active - The light background color variable for the active state.
334
+ /// @prop {Color} light-emphasis - The emphasized light color variable.
335
+ /// @prop {Color} light-on-subtle - The text color variable for content on light subtle.
336
+ /// @prop {Color} on-light - The text color variable for content on light.
337
+ /// @prop {Color} light-on-surface - The text color variable for content on surface.
338
+ ///
339
+ /// @subgroup {dark}
340
+ /// [dark-subtle, dark-subtle-hover, dark-subtle-active,
341
+ /// dark, dark-hover, dark-active, dark-emphasis,
342
+ /// dark-on-subtle, on-dark, dark-on-surface]
343
+ /// The Dark variable group.
344
+ /// @prop {Color} dark-subtle - The dark subtle background color variable.
345
+ /// @prop {Color} dark-subtle-hover - The dark subtle background color variable for the hover state.
346
+ /// @prop {Color} dark-subtle-active - The dark subtle background color variable for the active state.
347
+ /// @prop {Color} dark - The dark background color variable.
348
+ /// @prop {Color} dark-hover - The dark background color variable for the hover state.
349
+ /// @prop {Color} dark-active - The dark background color variable for the active state.
350
+ /// @prop {Color} dark-emphasis - The emphasized dark color variable.
351
+ /// @prop {Color} dark-on-subtle - The text color variable for content on dark subtle.
352
+ /// @prop {Color} on-dark - The text color variable for content on dark.
353
+ /// @prop {Color} dark-on-surface - The text color variable for content on surface.
354
+ ///
355
+ /// @subgroup {inverse}
356
+ /// [inverse-subtle, inverse-subtle-hover, inverse-subtle-active,
357
+ /// inverse, inverse-hover, inverse-active, inverse-emphasis,
358
+ /// inverse-on-subtle, on-inverse, inverse-on-surface]
359
+ /// The Inverse variable group.
360
+ /// @prop {Color} inverse-subtle - The inverse subtle background color variable.
361
+ /// @prop {Color} inverse-subtle-hover - The inverse subtle background color variable for the hover state.
362
+ /// @prop {Color} inverse-subtle-active - The inverse subtle background color variable for the active state.
363
+ /// @prop {Color} inverse - The inverse background color variable.
364
+ /// @prop {Color} inverse-hover - The inverse background color variable for the hover state.
365
+ /// @prop {Color} inverse-active - The inverse background color variable for the active state.
366
+ /// @prop {Color} inverse-emphasis - The emphasized inverse color variable.
367
+ /// @prop {Color} inverse-on-subtle - The text color variable for content on inverse subtle.
368
+ /// @prop {Color} on-inverse - The text color variable for content on inverse.
369
+ /// @prop {Color} inverse-on-surface - The text color variable for content on surface.
370
+ ///
371
+ /// @subgroup {series-a}
372
+ /// [series-a, series-a-bold, series-a-bolder,
373
+ /// series-a-subtle, series-a-subtler]
374
+ /// The Series A variable group.
375
+ /// @prop {Color} series-a - The series A color variable.
376
+ /// @prop {Color} series-a-bold - The bold series A color variable.
377
+ /// @prop {Color} series-a-bolder - The bolder series A color variable.
378
+ /// @prop {Color} series-a-subtle - The subtle series A color variable.
379
+ /// @prop {Color} series-a-subtler - The subtler series A color variable.
380
+ ///
381
+ /// @subgroup {series-b}
382
+ /// [series-b, series-b-bold, series-b-bolder,
383
+ /// series-b-subtle, series-b-subtler]
384
+ /// The Series B variable group.
385
+ /// @prop {Color} series-b - The series B color variable.
386
+ /// @prop {Color} series-b-bold - The bold series B color variable.
387
+ /// @prop {Color} series-b-bolder - The bolder series B color variable.
388
+ /// @prop {Color} series-b-subtle - The subtle series B color variable.
389
+ /// @prop {Color} series-b-subtler - The subtler series B color variable.
390
+ ///
391
+ /// @subgroup {series-c}
392
+ /// [series-c, series-c-bold, series-c-bolder,
393
+ /// series-c-subtle, series-c-subtler]
394
+ /// The Series C variable group.
395
+ /// @prop {Color} series-c - The series C color variable.
396
+ /// @prop {Color} series-c-bold - The bold series C color variable.
397
+ /// @prop {Color} series-c-bolder - The bolder series C color variable.
398
+ /// @prop {Color} series-c-subtle - The subtle series C color variable.
399
+ /// @prop {Color} series-c-subtler - The subtler series C color variable.
400
+ ///
401
+ /// @subgroup {series-d}
402
+ /// [series-d, series-d-bold, series-d-bolder,
403
+ /// series-d-subtle, series-d-subtler]
404
+ /// The Series D variable group.
405
+ /// @prop {Color} series-d - The series D color variable.
406
+ /// @prop {Color} series-d-bold - The bold series D color variable.
407
+ /// @prop {Color} series-d-bolder - The bolder series D color variable.
408
+ /// @prop {Color} series-d-subtle - The subtle series D color variable.
409
+ /// @prop {Color} series-d-subtler - The subtler series D color variable.
410
+ ///
411
+ /// @subgroup {series-e}
412
+ /// [series-e, series-e-bold, series-e-bolder,
413
+ /// series-e-subtle, series-e-subtler]
414
+ /// The Series E variable group.
415
+ /// @prop {Color} series-e - The series E color variable.
416
+ /// @prop {Color} series-e-bold - The bold series E color variable.
417
+ /// @prop {Color} series-e-bolder - The bolder series E color variable.
418
+ /// @prop {Color} series-e-subtle - The subtle series E color variable.
419
+ /// @prop {Color} series-e-subtler - The subtler series E color variable.
420
+ ///
421
+ /// @subgroup {series-f}
422
+ /// [series-f, series-f-bold, series-f-bolder,
423
+ /// series-f-subtle, series-f-subtler]
424
+ /// The Series F variable group.
425
+ /// @prop {Color} series-f - The series F color variable.
426
+ /// @prop {Color} series-f-bold - The bold series F color variable.
427
+ /// @prop {Color} series-f-bolder - The bolder series F color variable.
428
+ /// @prop {Color} series-f-subtle - The subtle series F color variable.
429
+ /// @prop {Color} series-f-subtler - The subtler series F color variable.
182
430
  $kendo-colors: $_default-colors !default;
183
431
 
184
432
  // Legacy
@@ -1,31 +1,31 @@
1
1
  $_default-elevation: (
2
2
  1: (
3
- 0px 1px 2px rgba(0, 0, 0, 0.038),
3
+ 0px 1px 2px rgba(0, 0, 0, 0.038)
4
4
  ),
5
5
  2: (
6
- 0px 2px 7px rgba(0, 0, 0, 0.075),
6
+ 0px 2px 7px rgba(0, 0, 0, 0.075)
7
7
  ),
8
8
  3: (
9
- 0px 4px 10px rgba(0, 0, 0, 0.1),
9
+ 0px 4px 10px rgba(0, 0, 0, 0.1)
10
10
  ),
11
11
  4: (
12
- 0px 6px 13px rgba(0, 0, 0, 0.125),
12
+ 0px 6px 13px rgba(0, 0, 0, 0.125)
13
13
  ),
14
14
  5: (
15
- 0px 8px 16px 0px rgba(0, 0, 0, 0.15),
15
+ 0px 8px 16px 0px rgba(0, 0, 0, 0.15)
16
16
  ),
17
17
  6: (
18
- 0px 11px 24px 0px rgba(0, 0, 0, 0.159),
18
+ 0px 11px 24px 0px rgba(0, 0, 0, 0.159)
19
19
  ),
20
20
  7: (
21
- 0px 14px 36px 0px rgba(0, 0, 0, 0.168),
21
+ 0px 14px 36px 0px rgba(0, 0, 0, 0.168)
22
22
  ),
23
23
  8: (
24
- 0px 16px 48px 0px rgba(0, 0, 0, 0.176),
24
+ 0px 16px 48px 0px rgba(0, 0, 0, 0.176)
25
25
  ),
26
26
  9: (
27
- 0px 18px 60px 0px rgba(0, 0, 0, 0.185),
28
- ),
27
+ 0px 18px 60px 0px rgba(0, 0, 0, 0.185)
28
+ )
29
29
  );
30
30
 
31
31
  /// The global default Elevation map.
@@ -1,182 +1,182 @@
1
1
  // FileManager
2
2
 
3
3
  /// The space between the FileManager items.
4
- /// @group filemanager
4
+ /// @group file-manager
5
5
  $kendo-file-manager-spacer: k-spacing(4) !default;
6
6
  /// The border width of the FileManager.
7
- /// @group filemanager
7
+ /// @group file-manager
8
8
  $kendo-file-manager-border-width: 1px !default;
9
9
  /// The font family of the FileManager.
10
- /// @group filemanager
10
+ /// @group file-manager
11
11
  $kendo-file-manager-font-family: var( --kendo-font-family, inherit ) !default;
12
12
  /// The font size of the FileManager.
13
- /// @group filemanager
13
+ /// @group file-manager
14
14
  $kendo-file-manager-font-size: var( --kendo-font-size, inherit ) !default;
15
15
  /// The line height of the FileManager.
16
- /// @group filemanager
16
+ /// @group file-manager
17
17
  $kendo-file-manager-line-height: var( --kendo-line-height, normal ) !default;
18
18
  /// The background color of the FileManager.
19
- /// @group filemanager
19
+ /// @group file-manager
20
20
  $kendo-file-manager-bg: $kendo-component-bg !default;
21
21
  /// The text color of the FileManager.
22
- /// @group filemanager
22
+ /// @group file-manager
23
23
  $kendo-file-manager-text: $kendo-component-text !default;
24
24
  /// The border color of the FileManager.
25
- /// @group filemanager
25
+ /// @group file-manager
26
26
  $kendo-file-manager-border: $kendo-component-border !default;
27
27
 
28
28
  /// The border width of the FileManager Toolbar.
29
- /// @group filemanager
29
+ /// @group file-manager
30
30
  $kendo-file-manager-toolbar-border-width: $kendo-file-manager-border-width !default;
31
31
  /// The background color of the FileManager Toolbar.
32
- /// @group filemanager
32
+ /// @group file-manager
33
33
  $kendo-file-manager-toolbar-bg: null !default;
34
34
  /// The text color of the FileManager Toolbar.
35
- /// @group filemanager
35
+ /// @group file-manager
36
36
  $kendo-file-manager-toolbar-text: null !default;
37
37
  /// The border color of the FileManager Toolbar.
38
- /// @group filemanager
38
+ /// @group file-manager
39
39
  $kendo-file-manager-toolbar-border: null !default;
40
40
  /// The gradient of the FileManager Toolbar.
41
- /// @group filemanager
41
+ /// @group file-manager
42
42
  $kendo-file-manager-toolbar-gradient: null !default;
43
43
 
44
44
  /// The horizontal padding of the FileManager Navigation.
45
- /// @group filemanager
45
+ /// @group file-manager
46
46
  $kendo-file-manager-navigation-padding-x: $kendo-file-manager-spacer !default;
47
47
  /// The vertical padding of the FileManager Navigation.
48
- /// @group filemanager
48
+ /// @group file-manager
49
49
  $kendo-file-manager-navigation-padding-y: $kendo-file-manager-spacer !default;
50
50
  /// The width of the FileManager Navigation.
51
- /// @group filemanager
51
+ /// @group file-manager
52
52
  $kendo-file-manager-navigation-width: 20% !default;
53
53
  /// The border width of the FileManager Navigation.
54
- /// @group filemanager
54
+ /// @group file-manager
55
55
  $kendo-file-manager-navigation-border-width: $kendo-file-manager-border-width !default;
56
56
  /// The background color of the FileManager Navigation.
57
- /// @group filemanager
57
+ /// @group file-manager
58
58
  $kendo-file-manager-navigation-bg: null !default;
59
59
  /// The text color of the FileManager Navigation.
60
- /// @group filemanager
60
+ /// @group file-manager
61
61
  $kendo-file-manager-navigation-text: null !default;
62
62
  /// The border color of the FileManager Navigation.
63
- /// @group filemanager
63
+ /// @group file-manager
64
64
  $kendo-file-manager-navigation-border: null !default;
65
65
 
66
66
  /// The horizontal padding of the FileManager Breadcrumb.
67
- /// @group filemanager
67
+ /// @group file-manager
68
68
  $kendo-file-manager-breadcrumb-padding-x: k-spacing(2) !default;
69
69
  /// The vertical padding of the FileManager Breadcrumb.
70
- /// @group filemanager
70
+ /// @group file-manager
71
71
  $kendo-file-manager-breadcrumb-padding-y: k-spacing(2) !default;
72
72
  /// The border width of the FileManager Breadcrumb.
73
- /// @group filemanager
73
+ /// @group file-manager
74
74
  $kendo-file-manager-breadcrumb-border-width: $kendo-file-manager-border-width !default;
75
75
  /// The background color of the FileManager Breadcrumb.
76
- /// @group filemanager
76
+ /// @group file-manager
77
77
  $kendo-file-manager-breadcrumb-bg: $kendo-toolbar-bg !default;
78
78
  /// The text color of the FileManager Breadcrumb.
79
- /// @group filemanager
79
+ /// @group file-manager
80
80
  $kendo-file-manager-breadcrumb-text: null !default;
81
81
  /// The border color of the FileManager Breadcrumb.
82
- /// @group filemanager
82
+ /// @group file-manager
83
83
  $kendo-file-manager-breadcrumb-border: null !default;
84
84
 
85
85
  /// The background color of the FileManager ListView.
86
- /// @group filemanager
86
+ /// @group file-manager
87
87
  $kendo-file-manager-listview-bg: null !default;
88
88
  /// The text color of the FileManager ListView.
89
- /// @group filemanager
89
+ /// @group file-manager
90
90
  $kendo-file-manager-listview-text: null !default;
91
91
  /// The border color of the FileManager ListView.
92
- /// @group filemanager
92
+ /// @group file-manager
93
93
  $kendo-file-manager-listview-border: null !default;
94
94
 
95
95
  /// The horizontal padding of the FileManager ListView item.
96
- /// @group filemanager
96
+ /// @group file-manager
97
97
  $kendo-file-manager-listview-item-padding-x: k-spacing(4) !default;
98
98
  /// The vertical padding of the FileManager ListView item.
99
- /// @group filemanager
99
+ /// @group file-manager
100
100
  $kendo-file-manager-listview-item-padding-y: k-spacing(4) !default;
101
101
  /// The width of the FileManager ListView item.
102
- /// @group filemanager
102
+ /// @group file-manager
103
103
  $kendo-file-manager-listview-item-width: 120px !default;
104
104
  /// The height of the FileManager ListView item.
105
- /// @group filemanager
105
+ /// @group file-manager
106
106
  $kendo-file-manager-listview-item-height: 120px !default;
107
107
  /// The background color of the FileManager ListView item.
108
- /// @group filemanager
108
+ /// @group file-manager
109
109
  $kendo-file-manager-listview-item-bg: null !default;
110
110
  /// The text color of the FileManager ListView item.
111
- /// @group filemanager
111
+ /// @group file-manager
112
112
  $kendo-file-manager-listview-item-text: null !default;
113
113
  /// The border color of the FileManager ListView item.
114
- /// @group filemanager
114
+ /// @group file-manager
115
115
  $kendo-file-manager-listview-item-border: null !default;
116
116
 
117
117
  /// The background color of the FileManager ListView item icon.
118
- /// @group filemanager
118
+ /// @group file-manager
119
119
  $kendo-file-manager-listview-item-icon-bg: null !default;
120
120
  /// The text color of the FileManager ListView item icon.
121
- /// @group filemanager
121
+ /// @group file-manager
122
122
  $kendo-file-manager-listview-item-icon-text: if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-file-manager-text, 4 )) !default;
123
123
  /// The border color of the FileManager ListView item icon.
124
- /// @group filemanager
124
+ /// @group file-manager
125
125
  $kendo-file-manager-listview-item-icon-border: null !default;
126
126
  /// Background color of the FileManager selected ListView item icon.
127
- /// @group filemanager
127
+ /// @group file-manager
128
128
  $kendo-file-manager-listview-item-icon-selected-bg: null !default;
129
129
  /// Text color of the FileManager selected ListView item icon.
130
- /// @group filemanager
130
+ /// @group file-manager
131
131
  $kendo-file-manager-listview-item-icon-selected-text: inherit !default;
132
132
  /// Border color of the FileManager selected ListView item icon.
133
- /// @group filemanager
133
+ /// @group file-manager
134
134
  $kendo-file-manager-listview-item-icon-selected-border: null !default;
135
135
 
136
136
  /// The background color of the FileManager Grid.
137
- /// @group filemanager
137
+ /// @group file-manager
138
138
  $kendo-file-manager-grid-bg: null !default;
139
139
  /// The text color of the FileManager Grid.
140
- /// @group filemanager
140
+ /// @group file-manager
141
141
  $kendo-file-manager-grid-text: null !default;
142
142
  /// The border color of the FileManager Grid.
143
- /// @group filemanager
143
+ /// @group file-manager
144
144
  $kendo-file-manager-grid-border: null !default;
145
145
 
146
146
  /// The horizontal padding of the FileManager preview.
147
- /// @group filemanager
147
+ /// @group file-manager
148
148
  $kendo-file-manager-preview-padding-x: $kendo-file-manager-spacer !default;
149
149
  /// The vertical padding of the FileManager preview.
150
- /// @group filemanager
150
+ /// @group file-manager
151
151
  $kendo-file-manager-preview-padding-y: $kendo-file-manager-spacer !default;
152
152
  /// The width of the FileManager preview.
153
- /// @group filemanager
153
+ /// @group file-manager
154
154
  $kendo-file-manager-preview-width: 20% !default;
155
155
  /// The border width of the FileManager preview.
156
- /// @group filemanager
156
+ /// @group file-manager
157
157
  $kendo-file-manager-preview-border-width: $kendo-file-manager-border-width !default;
158
158
  /// The spacing of the FileManager preview.
159
- /// @group filemanager
159
+ /// @group file-manager
160
160
  $kendo-file-manager-preview-spacing: $kendo-file-manager-spacer !default;
161
161
  /// The gap between the columns in the FileManager preview.
162
- /// @group filemanager
162
+ /// @group file-manager
163
163
  $kendo-file-manager-preview-column-gap: k-spacing(1) !default;
164
164
  /// The background color of the FileManager preview.
165
- /// @group filemanager
165
+ /// @group file-manager
166
166
  $kendo-file-manager-preview-bg: null !default;
167
167
  /// The text color of the FileManager preview.
168
- /// @group filemanager
168
+ /// @group file-manager
169
169
  $kendo-file-manager-preview-text: null !default;
170
170
  /// The border color of the FileManager preview.
171
- /// @group filemanager
171
+ /// @group file-manager
172
172
  $kendo-file-manager-preview-border: null !default;
173
173
 
174
174
  /// The background color of the FileManager preview icon.
175
- /// @group filemanager
175
+ /// @group file-manager
176
176
  $kendo-file-manager-preview-icon-bg: null !default;
177
177
  /// The text color of the FileManager preview icon.
178
- /// @group filemanager
178
+ /// @group file-manager
179
179
  $kendo-file-manager-preview-icon-text: if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-file-manager-text, 4 )) !default;
180
180
  /// The border color of the FileManager preview icon.
181
- /// @group filemanager
181
+ /// @group file-manager
182
182
  $kendo-file-manager-preview-icon-border: null !default;
@@ -1,36 +1,36 @@
1
1
  // TileLayout
2
2
 
3
3
  /// The width of the border around the TileLayout.
4
- /// @group tilelayout
4
+ /// @group tile-layout
5
5
  $kendo-tile-layout-border-width: 0px !default;
6
6
  /// The background color of the TileLayout.
7
- /// @group tilelayout
7
+ /// @group tile-layout
8
8
  $kendo-tile-layout-bg: if($kendo-enable-color-system, k-color( surface ), $gray-100) !default;
9
9
 
10
10
  /// The horizontal padding of the TileLayout.
11
- /// @group tilelayout
11
+ /// @group tile-layout
12
12
  $kendo-tile-layout-padding-x: k-spacing(4) !default;
13
13
 
14
14
  /// The vertical padding of the TileLayout
15
- /// @group tilelayout
15
+ /// @group tile-layout
16
16
  $kendo-tile-layout-padding-y: $kendo-tile-layout-padding-x !default;
17
17
 
18
18
  /// The width of the border around the TileLayout card.
19
- /// @group tilelayout
19
+ /// @group tile-layout
20
20
  $kendo-tile-layout-card-border-width: $kendo-card-border-width !default;
21
21
  /// The focus box shadow of the TileLayout card.
22
- /// @group tilelayout
22
+ /// @group tile-layout
23
23
  $kendo-tile-layout-card-focus-shadow: $kendo-card-focus-shadow !default;
24
24
 
25
25
  /// The width of the border around the TileLayout hint.
26
- /// @group tilelayout
26
+ /// @group tile-layout
27
27
  $kendo-tile-layout-hint-border-width: 1px !default;
28
28
  /// The radius of the border around the TileLayout hint.
29
- /// @group tilelayout
29
+ /// @group tile-layout
30
30
  $kendo-tile-layout-hint-border-radius: $kendo-card-border-radius !default;
31
31
  /// The color of the border around the TileLayout hint.
32
- /// @group tilelayout
32
+ /// @group tile-layout
33
33
  $kendo-tile-layout-hint-border: $kendo-component-border !default;
34
34
  /// The background color of the TileLayout hint.
35
- /// @group tilelayout
35
+ /// @group tile-layout
36
36
  $kendo-tile-layout-hint-bg: rgba( white, .2 ) !default;