@progress/kendo-theme-fluent 8.0.2-dev.4 → 8.1.0-dev.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/fluent-main-dark.css +1 -0
  3. package/dist/fluent-main-dark.scss +156 -0
  4. package/dist/fluent-main.css +1 -1
  5. package/dist/meta/sassdoc-data.json +14574 -4081
  6. package/dist/meta/sassdoc-raw-data.json +11878 -10106
  7. package/dist/meta/variables.json +4024 -87
  8. package/lib/swatches/all.json +1 -1
  9. package/lib/swatches/fluent-main-dark.json +768 -0
  10. package/lib/swatches/fluent-main.json +1 -1
  11. package/package.json +4 -4
  12. package/scss/button/_theme.scss +6 -0
  13. package/scss/coloreditor/_variables.scss +27 -27
  14. package/scss/colorgradient/_variables.scss +48 -48
  15. package/scss/colorpalette/_variables.scss +15 -15
  16. package/scss/core/_index.scss +3 -5
  17. package/scss/core/border-radii/_index.scss +5 -1
  18. package/scss/core/color-system/_palettes.scss +29 -3
  19. package/scss/core/color-system/_swatch-legacy.scss +10 -2
  20. package/scss/core/color-system/_swatch.scss +262 -8
  21. package/scss/core/elevation/_index.scss +10 -10
  22. package/scss/core/module-system/_components.scss +2 -1
  23. package/scss/daterangepicker/_theme.scss +1 -1
  24. package/scss/fab/_theme.scss +1 -1
  25. package/scss/filemanager/_variables.scss +56 -56
  26. package/scss/forms/_theme.scss +6 -0
  27. package/scss/gantt/index.scss +2 -1
  28. package/scss/grid/_theme.scss +2 -2
  29. package/scss/index.scss +6 -0
  30. package/scss/loader/_layout.scss +130 -0
  31. package/scss/loader/_variables.scss +14 -0
  32. package/scss/loader/index.scss +1 -0
  33. package/scss/panel/_layout.scss +29 -0
  34. package/scss/panel/_theme.scss +22 -0
  35. package/scss/panel/_variables.scss +36 -0
  36. package/scss/panel/index.scss +23 -0
  37. package/scss/popup/_layout.scss +25 -8
  38. package/scss/rating/_theme.scss +1 -1
  39. package/scss/scheduler/index.scss +2 -1
  40. package/scss/tilelayout/_variables.scss +8 -8
  41. package/scss/time-marker/_layout.scss +19 -0
  42. package/scss/time-marker/_theme.scss +21 -0
  43. package/scss/time-marker/_variables.scss +6 -0
  44. package/scss/time-marker/index.scss +22 -0
  45. package/scss/typography/_layout.scss +4 -0
  46. package/scss/core/helpers/_animations.scss +0 -706
  47. package/scss/core/helpers/_asp-fallback.scss +0 -4
  48. package/scss/core/helpers/_extra.scss +0 -22
  49. package/scss/core/helpers/_index.scss +0 -9
  50. package/scss/core/helpers/_indicators.scss +0 -33
  51. package/scss/core/helpers/_normalize.scss +0 -11
  52. package/scss/core/helpers/_reset.scss +0 -19
  53. package/scss/core/helpers/_resizing.scss +0 -120
  54. package/scss/core/helpers/_scrollbar.scss +0 -25
  55. package/scss/core/helpers/_spacer.scss +0 -13
@@ -157,11 +157,11 @@ $_default-colors: (
157
157
  series-c-subtle: map.get( $kendo-palette-cyber-yellow, 7 ),
158
158
  series-c-subtler: map.get( $kendo-palette-cyber-yellow, 5 ),
159
159
  // Series D
160
- series-d: map.get( $kendo-palette-cobalt-blue, 9 ),
161
- series-d-bold: map.get( $kendo-palette-cobalt-blue, 11 ),
162
- series-d-bolder: map.get( $kendo-palette-cobalt-blue, 13 ),
163
- series-d-subtle: map.get( $kendo-palette-cobalt-blue, 7 ),
164
- series-d-subtler: map.get( $kendo-palette-cobalt-blue, 5 ),
160
+ series-d: map.get( $kendo-palette-denim-blue, 9 ),
161
+ series-d-bold: map.get( $kendo-palette-denim-blue, 11 ),
162
+ series-d-bolder: map.get( $kendo-palette-denim-blue, 13 ),
163
+ series-d-subtle: map.get( $kendo-palette-denim-blue, 7 ),
164
+ series-d-subtler: map.get( $kendo-palette-denim-blue, 5 ),
165
165
  // Series Е
166
166
  series-e: map.get( $kendo-palette-iris-purple, 9 ),
167
167
  series-e-bold: map.get( $kendo-palette-iris-purple, 11 ),
@@ -178,6 +178,254 @@ $_default-colors: (
178
178
 
179
179
  /// The global default Colors map.
180
180
  /// @group color-system
181
+ ///
182
+ /// @subgroup {misc}
183
+ /// [app-surface, on-app-surface, subtle,
184
+ /// surface, surface-alt, border, border-alt]
185
+ /// The Misc variable group.
186
+ /// @prop {Color} app-surface - The background color of the application.
187
+ /// @prop {Color} on-app-surface - The text color of the application.
188
+ /// @prop {Color} subtle - The subtle text color.
189
+ /// @prop {Color} surface - The background color of the components' chrome area.
190
+ /// @prop {Color} surface-alt - The alternative background color of the components' chrome area.
191
+ /// @prop {Color} border - Тhe border color of the application.
192
+ /// @prop {Color} border-alt - Тhe alternative border color of the application.
193
+ ///
194
+ /// @subgroup {base}
195
+ /// [base-subtle, base-subtle-hover, base-subtle-active,
196
+ /// base, base-hover, base-active, base-emphasis,
197
+ /// base-on-subtle, on-base, base-on-surface]
198
+ /// The Base variable group.
199
+ /// @prop {Color} base-subtle - The base subtle background color variable.
200
+ /// @prop {Color} base-subtle-hover - The base subtle background color variable for the hover state.
201
+ /// @prop {Color} base-subtle-active - The base subtle background color variable for the active state.
202
+ /// @prop {Color} base - The base background color variable.
203
+ /// @prop {Color} base-hover - The base background color variable for the hover state.
204
+ /// @prop {Color} base-active - The base background color variable for the active state.
205
+ /// @prop {Color} base-emphasis - The emphasized base color variable.
206
+ /// @prop {Color} base-on-subtle - The text color variable for content on base subtle.
207
+ /// @prop {Color} on-base - The text color variable for content on base.
208
+ /// @prop {Color} base-on-surface - The text color variable for content on surface.
209
+ ///
210
+ /// @subgroup {primary}
211
+ /// [primary-subtle, primary-subtle-hover, primary-subtle-active,
212
+ /// primary, primary-hover, primary-active, primary-emphasis,
213
+ /// primary-on-subtle, on-primary, primary-on-surface]
214
+ /// The Primary variable group.
215
+ /// @prop {Color} primary-subtle - The primary subtle background color variable.
216
+ /// @prop {Color} primary-subtle-hover - The primary subtle background color variable for the hover state.
217
+ /// @prop {Color} primary-subtle-active - The primary subtle background color variable for the active state.
218
+ /// @prop {Color} primary - The primary background color variable.
219
+ /// @prop {Color} primary-hover - The primary background color variable for the hover state.
220
+ /// @prop {Color} primary-active - The primary background color variable for the active state.
221
+ /// @prop {Color} primary-emphasis - The emphasized primary color variable.
222
+ /// @prop {Color} primary-on-subtle - The text color variable for content on primary subtle.
223
+ /// @prop {Color} on-primary - The text color variable for content on primary.
224
+ /// @prop {Color} primary-on-surface - The text color variable for content on surface.
225
+ ///
226
+ /// @subgroup {secondary}
227
+ /// [secondary-subtle, secondary-subtle-hover, secondary-subtle-active,
228
+ /// secondary, secondary-hover, secondary-active, secondary-emphasis,
229
+ /// secondary-on-subtle, on-secondary, secondary-on-surface]
230
+ /// The Secondary variable group.
231
+ /// @prop {Color} secondary-subtle - The secondary subtle background color variable.
232
+ /// @prop {Color} secondary-subtle-hover - The secondary subtle background color variable for the hover state.
233
+ /// @prop {Color} secondary-subtle-active - The secondary subtle background color variable for the active state.
234
+ /// @prop {Color} secondary - The secondary background color variable.
235
+ /// @prop {Color} secondary-hover - The secondary background color variable for the hover state.
236
+ /// @prop {Color} secondary-active - The secondary background color variable for the active state.
237
+ /// @prop {Color} secondary-emphasis - The emphasized secondary color variable.
238
+ /// @prop {Color} secondary-on-subtle - The text color variable for content on secondary subtle.
239
+ /// @prop {Color} on-secondary - The text color variable for content on secondary.
240
+ /// @prop {Color} secondary-on-surface - The text color variable for content on surface.
241
+ ///
242
+ /// @subgroup {tertiary}
243
+ /// [tertiary-subtle, tertiary-subtle-hover, tertiary-subtle-active,
244
+ /// tertiary, tertiary-hover, tertiary-active, tertiary-emphasis,
245
+ /// tertiary-on-subtle, on-tertiary, tertiary-on-surface]
246
+ /// The Tertiary variable group.
247
+ /// @prop {Color} tertiary-subtle - The tertiary subtle background color variable.
248
+ /// @prop {Color} tertiary-subtle-hover - The tertiary subtle background color variable for the hover state.
249
+ /// @prop {Color} tertiary-subtle-active - The tertiary subtle background color variable for the active state.
250
+ /// @prop {Color} tertiary - The tertiary background color variable.
251
+ /// @prop {Color} tertiary-hover - The tertiary background color variable for the hover state.
252
+ /// @prop {Color} tertiary-active - The tertiary background color variable for the active state.
253
+ /// @prop {Color} tertiary-emphasis - The emphasized tertiary color variable.
254
+ /// @prop {Color} tertiary-on-subtle - The text color variable for content on tertiary subtle.
255
+ /// @prop {Color} on-tertiary - The text color variable for content on tertiary.
256
+ /// @prop {Color} tertiary-on-surface - The text color variable for content on surface.
257
+ ///
258
+ /// @subgroup {info}
259
+ /// [info-subtle, info-subtle-hover, info-subtle-active,
260
+ /// info, info-hover, info-active, info-emphasis,
261
+ /// info-on-subtle, on-info, info-on-surface]
262
+ /// The Info variable group.
263
+ /// @prop {Color} info-subtle - The info subtle background color variable.
264
+ /// @prop {Color} info-subtle-hover - The info subtle background color variable for the hover state.
265
+ /// @prop {Color} info-subtle-active - The info subtle background color variable for the active state.
266
+ /// @prop {Color} info - The info background color variable.
267
+ /// @prop {Color} info-hover - The info background color variable for the hover state.
268
+ /// @prop {Color} info-active - The info background color variable for the active state.
269
+ /// @prop {Color} info-emphasis - The emphasized info color variable.
270
+ /// @prop {Color} info-on-subtle - The text color variable for content on info subtle.
271
+ /// @prop {Color} on-info - The text color variable for content on info.
272
+ /// @prop {Color} info-on-surface - The text color variable for content on surface.
273
+ ///
274
+ /// @subgroup {success}
275
+ /// [success-subtle, success-subtle-hover, success-subtle-active,
276
+ /// success, success-hover, success-active, success-emphasis,
277
+ /// success-on-subtle, on-success, success-on-surface]
278
+ /// The Success variable group.
279
+ /// @prop {Color} success-subtle - The success subtle background color variable.
280
+ /// @prop {Color} success-subtle-hover - The success subtle background color variable for the hover state.
281
+ /// @prop {Color} success-subtle-active - The success subtle background color variable for the active state.
282
+ /// @prop {Color} success - The success background color variable.
283
+ /// @prop {Color} success-hover - The success background color variable for the hover state.
284
+ /// @prop {Color} success-active - The success background color variable for the active state.
285
+ /// @prop {Color} success-emphasis - The emphasized success color variable.
286
+ /// @prop {Color} success-on-subtle - The text color variable for content on success subtle.
287
+ /// @prop {Color} on-success - The text color variable for content on success.
288
+ /// @prop {Color} success-on-surface - The text color variable for content on surface.
289
+ ///
290
+ /// @subgroup {warning}
291
+ /// [warning-subtle, warning-subtle-hover, warning-subtle-active,
292
+ /// warning, warning-hover, warning-active, warning-emphasis,
293
+ /// warning-on-subtle, on-warning, warning-on-surface]
294
+ /// The Warning variable group.
295
+ /// @prop {Color} warning-subtle - The warning subtle background color variable.
296
+ /// @prop {Color} warning-subtle-hover - The warning subtle background color variable for the hover state.
297
+ /// @prop {Color} warning-subtle-active - The warning subtle background color variable for the active state.
298
+ /// @prop {Color} warning - The warning background color variable.
299
+ /// @prop {Color} warning-hover - The warning background color variable for the hover state.
300
+ /// @prop {Color} warning-active - The warning background color variable for the active state.
301
+ /// @prop {Color} warning-emphasis - The emphasized warning color variable.
302
+ /// @prop {Color} warning-on-subtle - The text color variable for content on warning subtle.
303
+ /// @prop {Color} on-warning - The text color variable for content on warning.
304
+ /// @prop {Color} warning-on-surface - The text color variable for content on surface.
305
+ ///
306
+ /// @subgroup {error}
307
+ /// [error-subtle, error-subtle-hover, error-subtle-active,
308
+ /// error, error-hover, error-active, error-emphasis,
309
+ /// error-on-subtle, on-error, error-on-surface]
310
+ /// The Error variable group.
311
+ /// @prop {Color} error-subtle - The error subtle background color variable.
312
+ /// @prop {Color} error-subtle-hover - The error subtle background color variable for the hover state.
313
+ /// @prop {Color} error-subtle-active - The error subtle background color variable for the active state.
314
+ /// @prop {Color} error - The error background color variable.
315
+ /// @prop {Color} error-hover - The error background color variable for the hover state.
316
+ /// @prop {Color} error-active - The error background color variable for the active state.
317
+ /// @prop {Color} error-emphasis - The emphasized error color variable.
318
+ /// @prop {Color} error-on-subtle - The text color variable for content on error subtle.
319
+ /// @prop {Color} on-error - The text color variable for content on error.
320
+ /// @prop {Color} error-on-surface - The text color variable for content on surface.
321
+ ///
322
+ /// @subgroup {light}
323
+ /// [light-subtle, light-subtle-hover, light-subtle-active,
324
+ /// light, light-hover, light-active, light-emphasis,
325
+ /// light-on-subtle, on-light, light-on-surface]
326
+ /// The Light variable group.
327
+ /// @prop {Color} light-subtle - The light subtle background color variable.
328
+ /// @prop {Color} light-subtle-hover - The light subtle background color variable for the hover state.
329
+ /// @prop {Color} light-subtle-active - The light subtle background color variable for the active state.
330
+ /// @prop {Color} light - The light background color variable.
331
+ /// @prop {Color} light-hover - The light background color variable for the hover state.
332
+ /// @prop {Color} light-active - The light background color variable for the active state.
333
+ /// @prop {Color} light-emphasis - The emphasized light color variable.
334
+ /// @prop {Color} light-on-subtle - The text color variable for content on light subtle.
335
+ /// @prop {Color} on-light - The text color variable for content on light.
336
+ /// @prop {Color} light-on-surface - The text color variable for content on surface.
337
+ ///
338
+ /// @subgroup {dark}
339
+ /// [dark-subtle, dark-subtle-hover, dark-subtle-active,
340
+ /// dark, dark-hover, dark-active, dark-emphasis,
341
+ /// dark-on-subtle, on-dark, dark-on-surface]
342
+ /// The Dark variable group.
343
+ /// @prop {Color} dark-subtle - The dark subtle background color variable.
344
+ /// @prop {Color} dark-subtle-hover - The dark subtle background color variable for the hover state.
345
+ /// @prop {Color} dark-subtle-active - The dark subtle background color variable for the active state.
346
+ /// @prop {Color} dark - The dark background color variable.
347
+ /// @prop {Color} dark-hover - The dark background color variable for the hover state.
348
+ /// @prop {Color} dark-active - The dark background color variable for the active state.
349
+ /// @prop {Color} dark-emphasis - The emphasized dark color variable.
350
+ /// @prop {Color} dark-on-subtle - The text color variable for content on dark subtle.
351
+ /// @prop {Color} on-dark - The text color variable for content on dark.
352
+ /// @prop {Color} dark-on-surface - The text color variable for content on surface.
353
+ ///
354
+ /// @subgroup {inverse}
355
+ /// [inverse-subtle, inverse-subtle-hover, inverse-subtle-active,
356
+ /// inverse, inverse-hover, inverse-active, inverse-emphasis,
357
+ /// inverse-on-subtle, on-inverse, inverse-on-surface]
358
+ /// The Inverse variable group.
359
+ /// @prop {Color} inverse-subtle - The inverse subtle background color variable.
360
+ /// @prop {Color} inverse-subtle-hover - The inverse subtle background color variable for the hover state.
361
+ /// @prop {Color} inverse-subtle-active - The inverse subtle background color variable for the active state.
362
+ /// @prop {Color} inverse - The inverse background color variable.
363
+ /// @prop {Color} inverse-hover - The inverse background color variable for the hover state.
364
+ /// @prop {Color} inverse-active - The inverse background color variable for the active state.
365
+ /// @prop {Color} inverse-emphasis - The emphasized inverse color variable.
366
+ /// @prop {Color} inverse-on-subtle - The text color variable for content on inverse subtle.
367
+ /// @prop {Color} on-inverse - The text color variable for content on inverse.
368
+ /// @prop {Color} inverse-on-surface - The text color variable for content on surface.
369
+ ///
370
+ /// @subgroup {series-a}
371
+ /// [series-a, series-a-bold, series-a-bolder,
372
+ /// series-a-subtle, series-a-subtler]
373
+ /// The Series A variable group.
374
+ /// @prop {Color} series-a - The series A color variable.
375
+ /// @prop {Color} series-a-bold - The bold series A color variable.
376
+ /// @prop {Color} series-a-bolder - The bolder series A color variable.
377
+ /// @prop {Color} series-a-subtle - The subtle series A color variable.
378
+ /// @prop {Color} series-a-subtler - The subtler series A color variable.
379
+ ///
380
+ /// @subgroup {series-b}
381
+ /// [series-b, series-b-bold, series-b-bolder,
382
+ /// series-b-subtle, series-b-subtler]
383
+ /// The Series B variable group.
384
+ /// @prop {Color} series-b - The series B color variable.
385
+ /// @prop {Color} series-b-bold - The bold series B color variable.
386
+ /// @prop {Color} series-b-bolder - The bolder series B color variable.
387
+ /// @prop {Color} series-b-subtle - The subtle series B color variable.
388
+ /// @prop {Color} series-b-subtler - The subtler series B color variable.
389
+ ///
390
+ /// @subgroup {series-c}
391
+ /// [series-c, series-c-bold, series-c-bolder,
392
+ /// series-c-subtle, series-c-subtler]
393
+ /// The Series C variable group.
394
+ /// @prop {Color} series-c - The series C color variable.
395
+ /// @prop {Color} series-c-bold - The bold series C color variable.
396
+ /// @prop {Color} series-c-bolder - The bolder series C color variable.
397
+ /// @prop {Color} series-c-subtle - The subtle series C color variable.
398
+ /// @prop {Color} series-c-subtler - The subtler series C color variable.
399
+ ///
400
+ /// @subgroup {series-d}
401
+ /// [series-d, series-d-bold, series-d-bolder,
402
+ /// series-d-subtle, series-d-subtler]
403
+ /// The Series D variable group.
404
+ /// @prop {Color} series-d - The series D color variable.
405
+ /// @prop {Color} series-d-bold - The bold series D color variable.
406
+ /// @prop {Color} series-d-bolder - The bolder series D color variable.
407
+ /// @prop {Color} series-d-subtle - The subtle series D color variable.
408
+ /// @prop {Color} series-d-subtler - The subtler series D color variable.
409
+ ///
410
+ /// @subgroup {series-e}
411
+ /// [series-e, series-e-bold, series-e-bolder,
412
+ /// series-e-subtle, series-e-subtler]
413
+ /// The Series E variable group.
414
+ /// @prop {Color} series-e - The series E color variable.
415
+ /// @prop {Color} series-e-bold - The bold series E color variable.
416
+ /// @prop {Color} series-e-bolder - The bolder series E color variable.
417
+ /// @prop {Color} series-e-subtle - The subtle series E color variable.
418
+ /// @prop {Color} series-e-subtler - The subtler series E color variable.
419
+ ///
420
+ /// @subgroup {series-f}
421
+ /// [series-f, series-f-bold, series-f-bolder,
422
+ /// series-f-subtle, series-f-subtler]
423
+ /// The Series F variable group.
424
+ /// @prop {Color} series-f - The series F color variable.
425
+ /// @prop {Color} series-f-bold - The bold series F color variable.
426
+ /// @prop {Color} series-f-bolder - The bolder series F color variable.
427
+ /// @prop {Color} series-f-subtle - The subtle series F color variable.
428
+ /// @prop {Color} series-f-subtler - The subtler series F color variable.
181
429
  $kendo-colors: $_default-colors !default;
182
430
 
183
431
  // Legacy
@@ -227,10 +475,16 @@ $kendo-valid-shadow: null !default;
227
475
  $kendo-disabled-bg: functions.k-get-theme-color-var(neutral-20) !default;
228
476
  $kendo-disabled-text: functions.k-get-theme-color-var(neutral-90) !default;
229
477
  $kendo-disabled-border: transparent !default;
478
+ $kendo-disabled-opacity: null !default;
479
+ $kendo-disabled-filter: null !default;
230
480
 
231
- // Loading
232
- $kendo-loading-bg: $kendo-component-bg !default;
233
- $kendo-loading-text: currentColor !default;
481
+ $kendo-disabled-styling: (
482
+ bg: $kendo-disabled-bg,
483
+ color: $kendo-disabled-text,
484
+ border: $kendo-disabled-border,
485
+ opacity: $kendo-disabled-opacity,
486
+ filter: $kendo-disabled-filter,
487
+ ) !default;
234
488
 
235
489
  $kendo-theme-colors: (
236
490
  primary: (
@@ -3,40 +3,40 @@
3
3
  $_default-elevation: (
4
4
  1: (
5
5
  0 0.3px 0.9px rgba(0, 0, 0, 0.1),
6
- 0 1.6px 3.6px rgba(0, 0, 0, 0.13),
6
+ 0 1.6px 3.6px rgba(0, 0, 0, 0.13)
7
7
  ),
8
8
  2: (
9
9
  0 0.6px 1.8px rgba(0, 0, 0, 0.1),
10
- 0 3.2px 7.2px rgba(0, 0, 0, 0.13),
10
+ 0 3.2px 7.2px rgba(0, 0, 0, 0.13)
11
11
  ),
12
12
  3: (
13
13
  0 0.9px 2.7px rgba(0, 0, 0, 0.1),
14
- 0 4.8px 10.8px rgba(0, 0, 0, 0.13),
14
+ 0 4.8px 10.8px rgba(0, 0, 0, 0.13)
15
15
  ),
16
16
  4: (
17
17
  0 1.2px 3.6px rgba(0, 0, 0, 0.1),
18
- 0 6.4px 14.4px rgba(0, 0, 0, 0.13),
18
+ 0 6.4px 14.4px rgba(0, 0, 0, 0.13)
19
19
  ),
20
20
  5: (
21
21
  0 1.8px 5.4px rgba(0, 0, 0, 0.1),
22
- 0 9.6px 21.6px rgba(0, 0, 0, 0.13),
22
+ 0 9.6px 21.6px rgba(0, 0, 0, 0.13)
23
23
  ),
24
24
  6: (
25
25
  0 2.4px 7.2px rgba(0, 0, 0, 0.18),
26
- 0 12.8px 28.8px rgba(0, 0, 0, 0.22),
26
+ 0 12.8px 28.8px rgba(0, 0, 0, 0.22)
27
27
  ),
28
28
  7: (
29
29
  0 3.2px 10.8px rgba(0, 0, 0, 0.18),
30
- 0 19.2px 43.2px rgba(0, 0, 0, 0.22),
30
+ 0 19.2px 43.2px rgba(0, 0, 0, 0.22)
31
31
  ),
32
32
  8: (
33
33
  0 4.8px 14.4px rgba(0, 0, 0, 0.18),
34
- 0 25.6px 57.6px rgba(0, 0, 0, 0.22),
34
+ 0 25.6px 57.6px rgba(0, 0, 0, 0.22)
35
35
  ),
36
36
  9: (
37
37
  0 6.4px 18px rgba(0, 0, 0, 0.18),
38
- 0 32px 72px rgba(0, 0, 0, 0.22),
39
- ),
38
+ 0 32px 72px rgba(0, 0, 0, 0.22)
39
+ )
40
40
  );
41
41
 
42
42
  /// The global default Elevation map.
@@ -24,10 +24,10 @@ $components: (
24
24
  "badge",
25
25
  "color-preview",
26
26
  "loader",
27
- "loading",
28
27
  "color-preview",
29
28
  "skeleton",
30
29
  "tooltip",
30
+ "time-marker",
31
31
 
32
32
  // Native forms
33
33
  "button",
@@ -105,6 +105,7 @@ $components: (
105
105
  // Layout & containers
106
106
  "card",
107
107
  "expansion-panel",
108
+ "panel",
108
109
  "panelbar",
109
110
  "splitter",
110
111
  "tilelayout",
@@ -8,7 +8,7 @@
8
8
  &:disabled,
9
9
  &[disabled],
10
10
  &.k-disabled {
11
- @include disabled-color(
11
+ @include disabled(
12
12
  $color: var( --kendo-daterange-picker-disabled-text, var( --kendo-disabled-text, inherit ) ),
13
13
  $bg: var( --kendo-daterange-picker-disabled-bg, transparent ),
14
14
  $border: var( --kendo-daterange-picker-disabled-border, currentColor )
@@ -185,7 +185,7 @@
185
185
  &.k-disabled .k-fab-item-icon,
186
186
  &:disabled .k-fab-item-text,
187
187
  &.k-disabled .k-fab-item-text {
188
- @include disabled-color(
188
+ @include disabled(
189
189
  var( --kendo-disabled-text, inherit ),
190
190
  var( --kendo-disabled-bg, inherit ),
191
191
  var( --kendo-disabled-border, inherit )
@@ -4,179 +4,179 @@
4
4
  @use "../icon/_variables.scss" as *;
5
5
 
6
6
  /// The space between the FileManager items.
7
- /// @group filemanager
7
+ /// @group file-manager
8
8
  $kendo-file-manager-spacer: k-spacing(4) !default;
9
9
  /// The border width of the FileManager.
10
- /// @group filemanager
10
+ /// @group file-manager
11
11
  $kendo-file-manager-border-width: 1px !default;
12
12
  /// The font family of the FileManager.
13
- /// @group filemanager
13
+ /// @group file-manager
14
14
  $kendo-file-manager-font-family: var( --kendo-font-family, normal ) !default;
15
15
  /// The font size of the FileManager.
16
- /// @group filemanager
16
+ /// @group file-manager
17
17
  $kendo-file-manager-font-size: var( --kendo-font-size, inherit ) !default;
18
18
  /// The line height of the FileManager.
19
- /// @group filemanager
19
+ /// @group file-manager
20
20
  $kendo-file-manager-line-height: var( --kendo-line-height, normal ) !default;
21
21
  /// The background color of the FileManager.
22
- /// @group filemanager
22
+ /// @group file-manager
23
23
  $kendo-file-manager-bg: var( --kendo-component-bg, transparent ) !default;
24
24
  /// The text color of the FileManager.
25
- /// @group filemanager
25
+ /// @group file-manager
26
26
  $kendo-file-manager-text: var( --kendo-component-text, inherit ) !default;
27
27
  /// The border color of the FileManager.
28
- /// @group filemanager
28
+ /// @group file-manager
29
29
  $kendo-file-manager-border: var( --kendo-component-border, inherit ) !default;
30
30
 
31
31
  /// The border width of the FileManager Toolbar.
32
- /// @group filemanager
32
+ /// @group file-manager
33
33
  $kendo-file-manager-toolbar-border-width: $kendo-file-manager-border-width !default;
34
34
  /// The background color of the FileManager Toolbar.
35
- /// @group filemanager
35
+ /// @group file-manager
36
36
  $kendo-file-manager-toolbar-bg: $kendo-toolbar-bg !default;
37
37
  /// The text color of the FileManager Toolbar.
38
- /// @group filemanager
38
+ /// @group file-manager
39
39
  $kendo-file-manager-toolbar-text: $kendo-toolbar-text !default;
40
40
  /// The border color of the FileManager Toolbar.
41
- /// @group filemanager
41
+ /// @group file-manager
42
42
  $kendo-file-manager-toolbar-border: $kendo-toolbar-border !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: transparent !default;
59
59
  /// The text color of the FileManager Navigation.
60
- /// @group filemanager
60
+ /// @group file-manager
61
61
  $kendo-file-manager-navigation-text: inherit !default;
62
62
  /// The border color of the FileManager Navigation.
63
- /// @group filemanager
63
+ /// @group file-manager
64
64
  $kendo-file-manager-navigation-border: inherit !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: inherit !default;
81
81
  /// The border color of the FileManager Breadcrumb.
82
- /// @group filemanager
82
+ /// @group file-manager
83
83
  $kendo-file-manager-breadcrumb-border: inherit !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: transparent !default;
88
88
  /// The text color of the FileManager ListView.
89
- /// @group filemanager
89
+ /// @group file-manager
90
90
  $kendo-file-manager-listview-text: inherit !default;
91
91
  /// The border color of the FileManager ListView.
92
- /// @group filemanager
92
+ /// @group file-manager
93
93
  $kendo-file-manager-listview-border: inherit !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
 
108
108
  /// The background color of the FileManager ListView item icon.
109
- /// @group filemanager
109
+ /// @group file-manager
110
110
  $kendo-file-manager-listview-item-icon-bg: transparent !default;
111
111
  /// The text color of the FileManager ListView item icon.
112
- /// @group filemanager
112
+ /// @group file-manager
113
113
  $kendo-file-manager-listview-item-icon-text: var( --kendo-subtle-text, inherit ) !default;
114
114
  /// The border color of the FileManager ListView item icon.
115
- /// @group filemanager
115
+ /// @group file-manager
116
116
  $kendo-file-manager-listview-item-icon-border: inherit !default;
117
117
  /// The background color of the FileManager focused ListView item icon.
118
- /// @group filemanager
118
+ /// @group file-manager
119
119
  $kendo-file-manager-listview-item-icon-focus-bg: transparent !default;
120
120
  /// The text color of the FileManager focused ListView item icon.
121
- /// @group filemanager
121
+ /// @group file-manager
122
122
  $kendo-file-manager-listview-item-icon-focus-text: inherit !default;
123
123
  /// The border color of the FileManager focused ListView item icon.
124
- /// @group filemanager
124
+ /// @group file-manager
125
125
  $kendo-file-manager-listview-item-icon-focus-border: inherit !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: transparent !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: inherit !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: transparent !default;
139
139
  /// The text color of the FileManager Grid.
140
- /// @group filemanager
140
+ /// @group file-manager
141
141
  $kendo-file-manager-grid-text: inherit !default;
142
142
  /// The border color of the FileManager Grid.
143
- /// @group filemanager
143
+ /// @group file-manager
144
144
  $kendo-file-manager-grid-border: inherit !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: transparent !default;
167
167
  /// The text color of the FileManager preview.
168
- /// @group filemanager
168
+ /// @group file-manager
169
169
  $kendo-file-manager-preview-text: inherit !default;
170
170
  /// The border color of the FileManager preview.
171
- /// @group filemanager
171
+ /// @group file-manager
172
172
  $kendo-file-manager-preview-border: inherit !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: transparent !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: var( --kendo-subtle-text, inherit ) !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: inherit !default;
@@ -41,4 +41,10 @@
41
41
  @include fill( $color: var( --kendo-form-hint-text, #{$kendo-form-hint-text} ) );
42
42
  }
43
43
 
44
+ .k-form-field:disabled,
45
+ .k-form-field.k-disabled,
46
+ .k-form-field[disabled] {
47
+ background-color: inherit;
48
+ }
49
+
44
50
  }
@@ -12,7 +12,8 @@ $_kendo-module-meta: (
12
12
  "splitter",
13
13
  "treelist",
14
14
  "grid",
15
- "toolbar"
15
+ "toolbar",
16
+ "time-marker"
16
17
  )
17
18
  );
18
19