@progress/kendo-theme-classic 14.1.1-dev.3 → 14.2.0-dev.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/classic-green-dark.css +1 -1
  3. package/dist/classic-green.css +1 -1
  4. package/dist/classic-lavender-dark.css +1 -1
  5. package/dist/classic-lavender.css +1 -1
  6. package/dist/classic-main-dark.css +1 -1
  7. package/dist/classic-main.css +1 -1
  8. package/dist/classic-metro-dark.css +1 -1
  9. package/dist/classic-metro.css +1 -1
  10. package/dist/classic-moonlight.css +1 -1
  11. package/dist/classic-opal-dark.css +1 -1
  12. package/dist/classic-opal.css +1 -1
  13. package/dist/classic-silver-dark.css +1 -1
  14. package/dist/classic-silver.css +1 -1
  15. package/dist/classic-uniform.css +1 -1
  16. package/dist/meta/sassdoc-data.json +334 -1474
  17. package/dist/meta/sassdoc-raw-data.json +167 -692
  18. package/dist/meta/variables.json +48 -84
  19. package/lib/swatches/classic-green-dark.json +1 -1
  20. package/lib/swatches/classic-green.json +1 -1
  21. package/lib/swatches/classic-lavender-dark.json +1 -1
  22. package/lib/swatches/classic-lavender.json +1 -1
  23. package/lib/swatches/classic-main-dark.json +1 -1
  24. package/lib/swatches/classic-main.json +1 -1
  25. package/lib/swatches/classic-metro-dark.json +1 -1
  26. package/lib/swatches/classic-metro.json +1 -1
  27. package/lib/swatches/classic-moonlight.json +1 -1
  28. package/lib/swatches/classic-opal-dark.json +1 -1
  29. package/lib/swatches/classic-opal.json +1 -1
  30. package/lib/swatches/classic-silver-dark.json +1 -1
  31. package/lib/swatches/classic-silver.json +1 -1
  32. package/lib/swatches/classic-uniform.json +1 -1
  33. package/package.json +4 -4
  34. package/scss/diagram/_index.scss +16 -0
  35. package/scss/diagram/_layout.scss +6 -0
  36. package/scss/diagram/_theme.scss +6 -0
  37. package/scss/diagram/_variables.scss +1 -0
  38. package/scss/drawer/_variables.scss +0 -12
  39. package/scss/grid/_index.scss +0 -2
  40. package/scss/index.scss +2 -3
  41. package/scss/scheduler/_index.scss +10 -2
  42. package/scss/scheduler/_variables.scss +31 -3
  43. package/scss/adaptive/_index.scss +0 -26
  44. package/scss/adaptive/_layout.scss +0 -6
  45. package/scss/adaptive/_theme.scss +0 -6
  46. package/scss/adaptive/_variables.scss +0 -91
@@ -1,91 +0,0 @@
1
- @use "../core/_index.scss" as *;
2
-
3
-
4
- // Adaptive
5
- /// The background color of the Adaptive component.
6
- /// @group adaptive
7
- $kendo-adaptive-bg: k-color(surface-alt) !default;
8
- /// The text color of the Adaptive component.
9
- /// @group adaptive
10
- $kendo-adaptive-text: k-color(on-app-surface) !default;
11
- /// The border color of the Adaptive component.
12
- /// @group adaptive
13
- $kendo-adaptive-border: k-color(border) !default;
14
-
15
- /// The background color of the Adaptive content.
16
- /// @group adaptive
17
- $kendo-adaptive-content-bg: k-color(app-surface) !default;
18
- /// The text color of the Adaptive content.
19
- /// @group adaptive
20
- $kendo-adaptive-content-text: k-color(on-app-surface) !default;
21
-
22
- /// The background color of the Adaptive menu.
23
- /// @group adaptive
24
- $kendo-adaptive-menu-bg: k-color(primary) !default;
25
- /// The text color of the Adaptive menu.
26
- /// @group adaptive
27
- $kendo-adaptive-menu-text: k-color(on-primary) !default;
28
-
29
- /// The text color of the Adaptive menu clear button.
30
- /// @group adaptive
31
- $kendo-adaptive-menu-clear-text: k-color(primary-on-surface) !default;
32
-
33
- /// The border color of the Adaptive menu item.
34
- /// @group adaptive
35
- $kendo-adaptive-menu-item-border: k-color(border) !default;
36
- /// The text color of the Adaptive menu title.
37
- /// @group adaptive
38
- $kendo-adaptive-menu-title-text: k-color(on-app-surface) !default;
39
-
40
- /// The width of the border around the Adaptive component.
41
- /// @group adaptive
42
- $kendo-adaptive-border-width: 1px !default;
43
- /// The font family of the Adaptive component.
44
- /// @group adaptive
45
- $kendo-adaptive-font-family: var(--kendo-font-family) !default;
46
- /// The font size of the Adaptive component.
47
- /// @group adaptive
48
- $kendo-adaptive-font-size: var(--kendo-font-size) !default;
49
- /// The line height of the Adaptive component.
50
- /// @group adaptive
51
- $kendo-adaptive-line-height: var(--kendo-line-height) !default;
52
-
53
-
54
- // Adaptive Grid
55
- /// The text color of the Adaptive Grid sort indicator.
56
- /// @group adaptive
57
- $kendo-adaptive-grid-sort-text: k-color(primary-on-surface) !default;
58
-
59
-
60
- // Adaptive Scheduler
61
- /// The text color of the current date in the Adaptive Scheduler.
62
- /// @group adaptive
63
- $kendo-adaptive-scheduler-current-text: k-color(primary-on-surface) !default;
64
- /// The base text color of the Adaptive Scheduler.
65
- /// @group adaptive
66
- $kendo-adaptive-scheduler-base-text: inherit !default;
67
- /// The subtle text color of the Adaptive Scheduler.
68
- /// @group adaptive
69
- $kendo-adaptive-scheduler-subtle-text: k-color(on-app-surface) !default;
70
-
71
-
72
- @forward "@progress/kendo-theme-core/scss/components/adaptive/_variables.scss" with (
73
- $kendo-adaptive-bg: $kendo-adaptive-bg,
74
- $kendo-adaptive-text: $kendo-adaptive-text,
75
- $kendo-adaptive-border: $kendo-adaptive-border,
76
- $kendo-adaptive-content-bg: $kendo-adaptive-content-bg,
77
- $kendo-adaptive-content-text: $kendo-adaptive-content-text,
78
- $kendo-adaptive-menu-bg: $kendo-adaptive-menu-bg,
79
- $kendo-adaptive-menu-text: $kendo-adaptive-menu-text,
80
- $kendo-adaptive-menu-clear-text: $kendo-adaptive-menu-clear-text,
81
- $kendo-adaptive-menu-item-border: $kendo-adaptive-menu-item-border,
82
- $kendo-adaptive-menu-title-text: $kendo-adaptive-menu-title-text,
83
- $kendo-adaptive-border-width: $kendo-adaptive-border-width,
84
- $kendo-adaptive-font-family: $kendo-adaptive-font-family,
85
- $kendo-adaptive-font-size: $kendo-adaptive-font-size,
86
- $kendo-adaptive-line-height: $kendo-adaptive-line-height,
87
- $kendo-adaptive-grid-sort-text: $kendo-adaptive-grid-sort-text,
88
- $kendo-adaptive-scheduler-current-text: $kendo-adaptive-scheduler-current-text,
89
- $kendo-adaptive-scheduler-base-text: $kendo-adaptive-scheduler-base-text,
90
- $kendo-adaptive-scheduler-subtle-text: $kendo-adaptive-scheduler-subtle-text
91
- );