@progress/kendo-theme-classic 10.6.0 → 11.0.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 (135) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/classic-green-dark.css +1 -1
  3. package/dist/classic-green-dark.scss +1 -1
  4. package/dist/classic-green.css +1 -1
  5. package/dist/classic-green.scss +1 -1
  6. package/dist/classic-lavender-dark.css +1 -1
  7. package/dist/classic-lavender-dark.scss +1 -1
  8. package/dist/classic-lavender.css +1 -1
  9. package/dist/classic-lavender.scss +1 -1
  10. package/dist/classic-main-dark.css +1 -1
  11. package/dist/classic-main-dark.scss +1 -1
  12. package/dist/classic-main.css +1 -1
  13. package/dist/classic-main.scss +1 -5
  14. package/dist/classic-metro-dark.css +1 -1
  15. package/dist/classic-metro-dark.scss +1 -1
  16. package/dist/classic-metro.css +1 -1
  17. package/dist/classic-metro.scss +1 -1
  18. package/dist/classic-moonlight.css +1 -1
  19. package/dist/classic-moonlight.scss +1 -1
  20. package/dist/classic-opal-dark.css +1 -1
  21. package/dist/classic-opal-dark.scss +1 -1
  22. package/dist/classic-opal.css +1 -1
  23. package/dist/classic-opal.scss +1 -1
  24. package/dist/classic-silver-dark.css +1 -1
  25. package/dist/classic-silver-dark.scss +1 -1
  26. package/dist/classic-silver.css +1 -1
  27. package/dist/classic-silver.scss +1 -1
  28. package/dist/classic-uniform.css +1 -1
  29. package/dist/classic-uniform.scss +5 -2
  30. package/dist/meta/sassdoc-data.json +1508 -4460
  31. package/dist/meta/sassdoc-raw-data.json +748 -2110
  32. package/dist/meta/variables.json +162 -329
  33. package/lib/swatches/classic-green-dark.json +1 -182
  34. package/lib/swatches/classic-green.json +1 -182
  35. package/lib/swatches/classic-lavender-dark.json +2 -203
  36. package/lib/swatches/classic-lavender.json +2 -183
  37. package/lib/swatches/classic-main-dark.json +1 -182
  38. package/lib/swatches/classic-main.json +2 -184
  39. package/lib/swatches/classic-metro-dark.json +1 -209
  40. package/lib/swatches/classic-metro.json +2 -203
  41. package/lib/swatches/classic-moonlight.json +1 -209
  42. package/lib/swatches/classic-opal-dark.json +1 -207
  43. package/lib/swatches/classic-opal.json +1 -182
  44. package/lib/swatches/classic-silver-dark.json +1 -182
  45. package/lib/swatches/classic-silver.json +1 -182
  46. package/lib/swatches/classic-uniform.json +1 -167
  47. package/package.json +4 -4
  48. package/scss/action-sheet/_variables.scss +8 -8
  49. package/scss/adaptive/_variables.scss +13 -13
  50. package/scss/appbar/_variables.scss +18 -5
  51. package/scss/avatar/_variables.scss +12 -1
  52. package/scss/badge/_variables.scss +15 -1
  53. package/scss/bottom-navigation/_variables.scss +17 -4
  54. package/scss/breadcrumb/_variables.scss +8 -8
  55. package/scss/button/_variables.scss +24 -15
  56. package/scss/calendar/_variables.scss +18 -18
  57. package/scss/captcha/_variables.scss +3 -3
  58. package/scss/card/_variables.scss +24 -9
  59. package/scss/chart-wizard/_variables.scss +4 -4
  60. package/scss/chat/_variables.scss +13 -13
  61. package/scss/checkbox/_variables.scss +7 -7
  62. package/scss/chip/_variables.scss +9 -9
  63. package/scss/color-preview/_variables.scss +3 -3
  64. package/scss/coloreditor/_variables.scss +3 -3
  65. package/scss/colorgradient/_variables.scss +4 -4
  66. package/scss/core/_index.scss +8 -5
  67. package/scss/core/color-system/_swatch.scss +0 -3
  68. package/scss/dataviz/_variables.scss +61 -47
  69. package/scss/dialog/_variables.scss +5 -5
  70. package/scss/dock-manager/_variables.scss +6 -6
  71. package/scss/draggable/_variables.scss +4 -4
  72. package/scss/drawer/_variables.scss +9 -9
  73. package/scss/dropzone/_variables.scss +6 -6
  74. package/scss/editor/_variables.scss +12 -4
  75. package/scss/expansion-panel/_variables.scss +6 -6
  76. package/scss/fab/_variables.scss +15 -4
  77. package/scss/filemanager/_variables.scss +5 -5
  78. package/scss/filter/_variables.scss +2 -2
  79. package/scss/forms/_variables.scss +3 -3
  80. package/scss/gantt/_variables.scss +24 -24
  81. package/scss/grid/_variables.scss +11 -11
  82. package/scss/imageeditor/_variables.scss +4 -4
  83. package/scss/index.scss +3 -0
  84. package/scss/input/_variables.scss +15 -15
  85. package/scss/list/_variables.scss +8 -8
  86. package/scss/listbox/_variables.scss +3 -3
  87. package/scss/listgroup/_variables.scss +3 -3
  88. package/scss/listview/_variables.scss +4 -4
  89. package/scss/loader/_variables.scss +17 -3
  90. package/scss/map/_variables.scss +5 -5
  91. package/scss/marquee/_index.scss +16 -0
  92. package/scss/marquee/_layout.scss +6 -0
  93. package/scss/marquee/_theme.scss +6 -0
  94. package/scss/marquee/_variables.scss +11 -0
  95. package/scss/mediaplayer/_variables.scss +4 -4
  96. package/scss/menu/_variables.scss +13 -13
  97. package/scss/messagebox/_variables.scss +15 -1
  98. package/scss/no-data/_variables.scss +1 -1
  99. package/scss/notification/_functions.scss +1 -1
  100. package/scss/notification/_variables.scss +15 -4
  101. package/scss/orgchart/_variables.scss +8 -8
  102. package/scss/overlay/_variables.scss +12 -1
  103. package/scss/pager/_variables.scss +3 -3
  104. package/scss/panel/_variables.scss +3 -3
  105. package/scss/panelbar/_variables.scss +18 -18
  106. package/scss/pdf-viewer/_variables.scss +13 -13
  107. package/scss/pivotgrid/_variables.scss +22 -22
  108. package/scss/popover/_variables.scss +3 -3
  109. package/scss/popup/_variables.scss +3 -3
  110. package/scss/progressbar/_variables.scss +8 -8
  111. package/scss/prompt/_variables.scss +12 -12
  112. package/scss/rating/_variables.scss +4 -4
  113. package/scss/scheduler/_variables.scss +17 -14
  114. package/scss/scrollview/_variables.scss +5 -5
  115. package/scss/signature/_variables.scss +1 -1
  116. package/scss/skeleton/_variables.scss +1 -1
  117. package/scss/slider/_variables.scss +10 -10
  118. package/scss/splitter/_variables.scss +8 -8
  119. package/scss/spreadsheet/_variables.scss +25 -25
  120. package/scss/stepper/_variables.scss +15 -15
  121. package/scss/switch/_variables.scss +16 -16
  122. package/scss/table/_variables.scss +10 -10
  123. package/scss/tabstrip/_variables.scss +17 -17
  124. package/scss/taskboard/_variables.scss +14 -14
  125. package/scss/tilelayout/_variables.scss +2 -2
  126. package/scss/timeline/_variables.scss +6 -6
  127. package/scss/timeselector/_variables.scss +12 -8
  128. package/scss/toolbar/_variables.scss +5 -5
  129. package/scss/tooltip/_functions.scss +1 -1
  130. package/scss/tooltip/_variables.scss +14 -3
  131. package/scss/treeview/_variables.scss +12 -12
  132. package/scss/typography/_variables.scss +3 -3
  133. package/scss/upload/_variables.scss +13 -13
  134. package/scss/window/_variables.scss +10 -10
  135. package/scss/core/color-system/_swatch-legacy.scss +0 -345
@@ -17,8 +17,6 @@
17
17
  @forward "../_variables.scss";
18
18
 
19
19
  @forward "@progress/kendo-theme-core/scss/index.scss" with (
20
- // Color System Switch
21
- $kendo-enable-color-system: $kendo-enable-color-system !default,
22
20
  // Color System
23
21
  $_default-colors: $kendo-colors,
24
22
  $kendo-colors: $kendo-colors !default,
@@ -53,6 +51,11 @@
53
51
  $kendo-border-radii: $kendo-border-radii !default,
54
52
  );
55
53
 
56
- // Backward compatibility
57
- @forward "./color-system/_swatch-legacy.scss";
58
-
54
+ // Global disabled styles
55
+ :root {
56
+ --kendo-disabled-text: unset;
57
+ --kendo-disabled-bg: unset;
58
+ --kendo-disabled-border: unset;
59
+ --kendo-disabled-opacity: .6;
60
+ --kendo-disabled-filter: grayscale(.1);
61
+ }
@@ -1,9 +1,6 @@
1
1
  @use "sass:map";
2
2
  @use "./_palettes.scss" as *;
3
3
 
4
- // Config
5
- $kendo-enable-color-system: true !default;
6
-
7
4
  // Colors
8
5
  $_default-colors: (
9
6
  // Misc
@@ -6,51 +6,51 @@
6
6
 
7
7
  /// The first base series color and its light and dark shades.
8
8
  /// @group charts
9
- $kendo-series-a: if($kendo-enable-color-system, k-color( series-a ), #ff6358) !default;
10
- $kendo-series-a-dark: if($kendo-enable-color-system, k-color( series-a-bold ), color.mix(black, $kendo-series-a, 25%)) !default;
11
- $kendo-series-a-darker: if($kendo-enable-color-system, k-color( series-a-bolder ), color.mix(black, $kendo-series-a, 50%)) !default;
12
- $kendo-series-a-light: if($kendo-enable-color-system, k-color( series-a-subtle ), color.mix(white, $kendo-series-a, 25%)) !default;
13
- $kendo-series-a-lighter: if($kendo-enable-color-system, k-color( series-a-subtler ), color.mix(white, $kendo-series-a, 50%)) !default;
9
+ $kendo-series-a: k-color(series-a) !default;
10
+ $kendo-series-a-dark: k-color(series-a-bold) !default;
11
+ $kendo-series-a-darker: k-color(series-a-bolder) !default;
12
+ $kendo-series-a-light: k-color(series-a-subtle) !default;
13
+ $kendo-series-a-lighter: k-color(series-a-subtler) !default;
14
14
 
15
15
  /// The second base series color and its light and dark shades.
16
16
  /// @group charts
17
- $kendo-series-b: if($kendo-enable-color-system, k-color( series-b ), #ffd246) !default;
18
- $kendo-series-b-dark: if($kendo-enable-color-system, k-color( series-b-bold ), color.mix(black, $kendo-series-b, 25%)) !default;
19
- $kendo-series-b-darker: if($kendo-enable-color-system, k-color( series-b-bolder ), color.mix(black, $kendo-series-b, 50%)) !default;
20
- $kendo-series-b-light: if($kendo-enable-color-system, k-color( series-b-subtle ), color.mix(white, $kendo-series-b, 25%)) !default;
21
- $kendo-series-b-lighter: if($kendo-enable-color-system, k-color( series-b-subtler ), color.mix(white, $kendo-series-b, 50%)) !default;
17
+ $kendo-series-b: k-color(series-b) !default;
18
+ $kendo-series-b-dark: k-color(series-b-bold) !default;
19
+ $kendo-series-b-darker: k-color(series-b-bolder) !default;
20
+ $kendo-series-b-light: k-color(series-b-subtle) !default;
21
+ $kendo-series-b-lighter: k-color(series-b-subtler) !default;
22
22
 
23
23
  /// The third base series color and its light and dark shades.
24
24
  /// @group charts
25
- $kendo-series-c: if($kendo-enable-color-system, k-color( series-c ), #78d237) !default;
26
- $kendo-series-c-dark: if($kendo-enable-color-system, k-color( series-c-bold ), color.mix(black, $kendo-series-c, 25%)) !default;
27
- $kendo-series-c-darker: if($kendo-enable-color-system, k-color( series-c-bolder ), color.mix(black, $kendo-series-c, 50%)) !default;
28
- $kendo-series-c-light: if($kendo-enable-color-system, k-color( series-c-subtle ), color.mix(white, $kendo-series-c, 25%)) !default;
29
- $kendo-series-c-lighter: if($kendo-enable-color-system, k-color( series-c-subtler ), color.mix(white, $kendo-series-c, 50%)) !default;
25
+ $kendo-series-c: k-color(series-c) !default;
26
+ $kendo-series-c-dark: k-color(series-c-bold) !default;
27
+ $kendo-series-c-darker: k-color(series-c-bolder) !default;
28
+ $kendo-series-c-light: k-color(series-c-subtle) !default;
29
+ $kendo-series-c-lighter: k-color(series-c-subtler) !default;
30
30
 
31
31
  /// The fourth base series color and its light and dark shades.
32
32
  /// @group charts
33
- $kendo-series-d: if($kendo-enable-color-system, k-color( series-d ), #28b4c8) !default;
34
- $kendo-series-d-dark: if($kendo-enable-color-system, k-color( series-d-bold ), color.mix(black, $kendo-series-d, 25%)) !default;
35
- $kendo-series-d-darker: if($kendo-enable-color-system, k-color( series-d-bolder ), color.mix(black, $kendo-series-d, 50%)) !default;
36
- $kendo-series-d-light: if($kendo-enable-color-system, k-color( series-d-subtle ), color.mix(white, $kendo-series-d, 25%)) !default;
37
- $kendo-series-d-lighter: if($kendo-enable-color-system, k-color( series-d-subtler ), color.mix(white, $kendo-series-d, 50%)) !default;
33
+ $kendo-series-d: k-color(series-d) !default;
34
+ $kendo-series-d-dark: k-color(series-d-bold) !default;
35
+ $kendo-series-d-darker: k-color(series-d-bolder) !default;
36
+ $kendo-series-d-light: k-color(series-d-subtle) !default;
37
+ $kendo-series-d-lighter: k-color(series-d-subtler) !default;
38
38
 
39
39
  /// The fifth base series color and its light and dark shades.
40
40
  /// @group charts
41
- $kendo-series-e: if($kendo-enable-color-system, k-color( series-e ), #2d73f5) !default;
42
- $kendo-series-e-dark: if($kendo-enable-color-system, k-color( series-e-bold ), color.mix(black, $kendo-series-e, 25%)) !default;
43
- $kendo-series-e-darker: if($kendo-enable-color-system, k-color( series-e-bolder ), color.mix(black, $kendo-series-e, 50%)) !default;
44
- $kendo-series-e-light: if($kendo-enable-color-system, k-color( series-e-subtle ), color.mix(white, $kendo-series-e, 25%)) !default;
45
- $kendo-series-e-lighter: if($kendo-enable-color-system, k-color( series-e-subtler ), color.mix(white, $kendo-series-e, 50%)) !default;
41
+ $kendo-series-e: k-color(series-e) !default;
42
+ $kendo-series-e-dark: k-color(series-e-bold) !default;
43
+ $kendo-series-e-darker: k-color(series-e-bolder) !default;
44
+ $kendo-series-e-light: k-color(series-e-subtle) !default;
45
+ $kendo-series-e-lighter: k-color(series-e-subtler) !default;
46
46
 
47
47
  /// The sixth base series color and its light and dark shades.
48
48
  /// @group charts
49
- $kendo-series-f: if($kendo-enable-color-system, k-color( series-f ), #aa46be) !default;
50
- $kendo-series-f-dark: if($kendo-enable-color-system, k-color( series-f-bold ), color.mix(black, $kendo-series-f, 25%)) !default;
51
- $kendo-series-f-darker: if($kendo-enable-color-system, k-color( series-f-bolder ), color.mix(black, $kendo-series-f, 50%)) !default;
52
- $kendo-series-f-light: if($kendo-enable-color-system, k-color( series-f-subtle ), color.mix(white, $kendo-series-f, 25%)) !default;
53
- $kendo-series-f-lighter: if($kendo-enable-color-system, k-color( series-f-subtler ), color.mix(white, $kendo-series-f, 50%)) !default;
49
+ $kendo-series-f: k-color(series-f) !default;
50
+ $kendo-series-f-dark: k-color(series-f-bold) !default;
51
+ $kendo-series-f-darker: k-color(series-f-bolder) !default;
52
+ $kendo-series-f-light: k-color(series-f-subtle) !default;
53
+ $kendo-series-f-lighter: k-color(series-f-subtler) !default;
54
54
 
55
55
  /// The series colors in order:
56
56
  /// base, light, dark, lighter, darker
@@ -98,13 +98,13 @@ $kendo-chart-pane-title-font-weight: var( --kendo-font-weight-normal, normal ) !
98
98
 
99
99
  /// The color of the Chart grid lines (major).
100
100
  /// @group charts
101
- $kendo-chart-major-lines: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 8%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 )) !default;
101
+ $kendo-chart-major-lines: color-mix(in srgb, k-color(on-app-surface) 8%, transparent) !default;
102
102
 
103
103
  /// The color of the Chart grid lines (minor).
104
104
  /// @group charts
105
- $kendo-chart-minor-lines: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 4%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .04 )) !default;
105
+ $kendo-chart-minor-lines: color-mix(in srgb, k-color(on-app-surface) 4%, transparent) !default;
106
106
 
107
- $kendo-chart-inactive: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( $kendo-body-text, .5 )) !default;
107
+ $kendo-chart-inactive: color-mix(in srgb, k-color(on-app-surface) 50%, transparent) !default;
108
108
  $kendo-chart-area-opacity: .6 !default;
109
109
  $kendo-chart-area-inactive-opacity: .1 !default;
110
110
  $kendo-chart-line-inactive-opacity: .1 !default;
@@ -114,24 +114,24 @@ $kendo-chart-tooltip-padding-y: k-spacing(0.5) !default;
114
114
 
115
115
  $kendo-chart-tooltip-transition: left 300ms cubic-bezier(0, .33, .19, 1), top 300ms cubic-bezier(0, .33, .19, 1) !default;
116
116
 
117
- $kendo-chart-bg: $kendo-component-bg !default;
118
- $kendo-chart-text: $kendo-component-text !default;
119
- $kendo-chart-border: $kendo-component-border !default;
117
+ $kendo-chart-bg: k-color(surface-alt) !default;
118
+ $kendo-chart-text: k-color(on-app-surface) !default;
119
+ $kendo-chart-border: k-color(border) !default;
120
120
 
121
- $kendo-chart-crosshair-background: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .5 )) !default;
121
+ $kendo-chart-crosshair-background: color-mix(in srgb, k-color(on-app-surface) 50%, transparent) !default;
122
122
  $kendo-chart-crosshair-shared-tooltip-color: $kendo-chart-text !default;
123
- $kendo-chart-crosshair-shared-tooltip-background: if($kendo-enable-color-system, k-color( base ), k-try-shade( $kendo-chart-bg, 1 )) !default;
124
- $kendo-chart-crosshair-shared-tooltip-border: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 8%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 )) !default;
123
+ $kendo-chart-crosshair-shared-tooltip-background: k-color(base) !default;
124
+ $kendo-chart-crosshair-shared-tooltip-border: color-mix(in srgb, k-color(on-app-surface) 8%, transparent) !default;
125
125
 
126
- $kendo-chart-notes-background: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .5 )) !default;
127
- $kendo-chart-notes-border: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .5 )) !default;
128
- $kendo-chart-notes-lines: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .5 )) !default;
126
+ $kendo-chart-notes-background: color-mix(in srgb, k-color(on-app-surface) 50%, transparent) !default;
127
+ $kendo-chart-notes-border: color-mix(in srgb, k-color(on-app-surface) 50%, transparent) !default;
128
+ $kendo-chart-notes-lines: color-mix(in srgb, k-color(on-app-surface) 50%, transparent) !default;
129
129
 
130
- $kendo-chart-error-bars-background: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .5 )) !default;
130
+ $kendo-chart-error-bars-background: color-mix(in srgb, k-color(on-app-surface) 50%, transparent) !default;
131
131
 
132
132
  $kendo-chart-selection-handle-size: 22px !default;
133
- $kendo-chart-selection-border-color: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 8%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 )) !default;
134
- $kendo-chart-selection-shadow: inset 0 1px 7px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 15%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .15 )) !default;
133
+ $kendo-chart-selection-border-color: color-mix(in srgb, k-color(on-app-surface) 8%, transparent) !default;
134
+ $kendo-chart-selection-shadow: inset 0 1px 7px color-mix(in srgb, k-color(on-app-surface) 15%, transparent) !default;
135
135
 
136
136
  $kendo-chart-computed-title-height: 0px !default;
137
137
 
@@ -143,8 +143,16 @@ $kendo-treemap-line-height: var( --kendo-line-height, normal ) !default;
143
143
  $kendo-treemap-padding-x: k-spacing(1) !default;
144
144
  $kendo-treemap-padding-y: k-spacing(0.5) !default;
145
145
 
146
+ $kendo-treemap-text: k-color(on-app-surface) !default;
147
+ $kendo-treemap-bg: k-color(surface-alt) !default;
148
+ $kendo-treemap-border: k-color(border) !default;
149
+
150
+ $kendo-treemap-title-text: k-color(on-app-surface) !default;
151
+ $kendo-treemap-title-bg: k-color(surface) !default;
152
+ $kendo-treemap-title-border: k-color(border) !default;
153
+
146
154
  // Chart Overlay
147
- $kendo-chart-overlay-bg: $kendo-base-bg !default;
155
+ $kendo-chart-overlay-bg: k-color(surface) !default;
148
156
 
149
157
  // No Data
150
158
  $kendo-chart-no-data-font-size: var( --kendo-font-size-lg, inherit ) !default;
@@ -254,5 +262,11 @@ $kendo-chart-no-data-padding-y: k-spacing( 25 ) !default;
254
262
  $kendo-chart-overlay-bg: $kendo-chart-overlay-bg,
255
263
  $kendo-chart-no-data-font-size: $kendo-chart-no-data-font-size,
256
264
  $kendo-chart-no-data-font-weight: $kendo-chart-no-data-font-weight,
257
- $kendo-chart-no-data-padding-y: $kendo-chart-no-data-padding-y
265
+ $kendo-chart-no-data-padding-y: $kendo-chart-no-data-padding-y,
266
+ $kendo-treemap-text: $kendo-treemap-text,
267
+ $kendo-treemap-bg: $kendo-treemap-bg,
268
+ $kendo-treemap-border: $kendo-treemap-border,
269
+ $kendo-treemap-title-text: $kendo-treemap-title-text,
270
+ $kendo-treemap-title-bg: $kendo-treemap-title-bg,
271
+ $kendo-treemap-title-border: $kendo-treemap-title-border
258
272
  );
@@ -6,10 +6,10 @@
6
6
 
7
7
  /// The background color of the Dialog titlebar.
8
8
  /// @group dialog
9
- $kendo-dialog-titlebar-bg: $kendo-component-header-bg !default;
9
+ $kendo-dialog-titlebar-bg: k-color(surface) !default;
10
10
  /// The text color of the Dialog titlebar.
11
11
  /// @group dialog
12
- $kendo-dialog-titlebar-text: $kendo-component-header-text !default;
12
+ $kendo-dialog-titlebar-text: k-color(on-app-surface) !default;
13
13
  /// The border color of the Dialog titlebar.
14
14
  /// @group dialog
15
15
  $kendo-dialog-titlebar-border: inherit !default;
@@ -30,9 +30,9 @@ $kendo-dialog-button-spacing: $kendo-actions-button-spacing !default;
30
30
  /// The theme colors map for the Dialog.
31
31
  /// @group dialog
32
32
  $kendo-dialog-theme-colors: (
33
- "primary": map.get($kendo-theme-colors, "primary"),
34
- "light": map.get($kendo-theme-colors, "light"),
35
- "dark": map.get($kendo-theme-colors, "dark")
33
+ "primary": k-color(primary),
34
+ "light": k-color(light),
35
+ "dark": k-color(dark)
36
36
  ) !default;
37
37
 
38
38
 
@@ -8,7 +8,7 @@ $kendo-dock-manager-border-width: 1px !default;
8
8
  $kendo-dock-manager-border-style: solid !default;
9
9
  /// The color of the border around the DockManager component.
10
10
  /// @group dock-manager
11
- $kendo-dock-manager-border: $kendo-base-border !default;
11
+ $kendo-dock-manager-border: k-color(border) !default;
12
12
 
13
13
  /// The vertical padding of the pane header in the DockManager component.
14
14
  /// @group dock-manager
@@ -24,7 +24,7 @@ $kendo-dock-manager-pane-header-border-width: $kendo-dock-manager-border-width !
24
24
  $kendo-dock-manager-pane-header-border-style: solid !default;
25
25
  /// The background color of the pane header in the DockManager component.
26
26
  /// @group dock-manager
27
- $kendo-dock-manager-pane-header-bg: $kendo-component-header-bg !default;
27
+ $kendo-dock-manager-pane-header-bg: k-color(surface) !default;
28
28
 
29
29
  /// The vertical padding of the pane title in the DockManager component.
30
30
  /// @group dock-manager
@@ -77,7 +77,7 @@ $kendo-dock-indicator-padding: k-spacing(1.5) !default;
77
77
  $kendo-dock-indicator-bg: #f5f5f5 !default;
78
78
  /// The text color of the dock indicator in the DockManager component.
79
79
  /// @group dock-manager
80
- $kendo-dock-indicator-text: $kendo-color-primary !default;
80
+ $kendo-dock-indicator-text: k-color(primary) !default;
81
81
  /// The outline width of the dock indicator in the DockManager component.
82
82
  /// @group dock-manager
83
83
  $kendo-dock-indicator-outline-width: 1px !default;
@@ -93,7 +93,7 @@ $kendo-dock-indicator-shadow: drop-shadow( 0px 1px 18px rgba(0, 0, 0, 0.12) ) dr
93
93
 
94
94
  /// The background color of the hovered dock indicator in the DockManager component.
95
95
  /// @group dock-manager
96
- $kendo-dock-indicator-hover-bg: $kendo-color-primary !default;
96
+ $kendo-dock-indicator-hover-bg: k-color(primary) !default;
97
97
  /// The text color of the hovered dock indicator in the DockManager component.
98
98
  /// @group dock-manager
99
99
  $kendo-dock-indicator-hover-text: $kendo-color-white !default;
@@ -109,10 +109,10 @@ $kendo-dock-manager-dock-preview-border-style: dashed !default;
109
109
  $kendo-dock-manager-dock-preview-border-radius: k-border-radius(sm) !default;
110
110
  /// The background color of the dropping area in the DockManager component.
111
111
  /// @group dock-manager
112
- $kendo-dock-manager-dock-preview-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 16%, transparent), rgba( $kendo-color-primary, .16 )) !default;
112
+ $kendo-dock-manager-dock-preview-bg: color-mix(in srgb, k-color(primary) 16%, transparent) !default;
113
113
  /// The border color of the dropping area in the DockManager component.
114
114
  /// @group dock-manager
115
- $kendo-dock-manager-dock-preview-border: $kendo-color-primary !default;
115
+ $kendo-dock-manager-dock-preview-border: k-color(primary) !default;
116
116
 
117
117
 
118
118
  @forward "@progress/kendo-theme-core/scss/components/dock-manager/_variables.scss" with (
@@ -11,9 +11,9 @@ $kendo-drag-hint-font-size: var( --kendo-font-size, inherit ) !default;
11
11
  $kendo-drag-hint-font-family: var( --kendo-font-family, inherit ) !default;
12
12
  $kendo-drag-hint-line-height: var( --kendo-line-height, normal ) !default;
13
13
 
14
- $kendo-drag-hint-bg: $kendo-base-bg !default;
15
- $kendo-drag-hint-text: $kendo-base-text !default;
16
- $kendo-drag-hint-border: $kendo-base-border !default;
14
+ $kendo-drag-hint-bg: k-color(surface) !default;
15
+ $kendo-drag-hint-text: k-color(on-app-surface) !default;
16
+ $kendo-drag-hint-border: k-color(border) !default;
17
17
  $kendo-drag-hint-gradient: null !default;
18
18
  $kendo-drag-hint-shadow: null !default;
19
19
 
@@ -28,7 +28,7 @@ $kendo-drop-hint-line-h-height: 1px !default;
28
28
  $kendo-drop-hint-line-v-width: $kendo-drop-hint-line-h-height !default;
29
29
  $kendo-drop-hint-line-v-height: $kendo-drop-hint-line-h-width !default;
30
30
 
31
- $kendo-drop-hint-bg: $kendo-color-primary !default;
31
+ $kendo-drop-hint-bg: k-color(primary) !default;
32
32
 
33
33
 
34
34
  @forward "@progress/kendo-theme-core/scss/components/draggable/_variables.scss" with (
@@ -6,13 +6,13 @@
6
6
 
7
7
  /// The background color of the Drawer.
8
8
  /// @group drawer
9
- $kendo-drawer-bg: $kendo-component-bg !default;
9
+ $kendo-drawer-bg: k-color(surface-alt) !default;
10
10
  /// The text color of the Drawer.
11
11
  /// @group drawer
12
- $kendo-drawer-text: $kendo-component-text !default;
12
+ $kendo-drawer-text: k-color(on-app-surface) !default;
13
13
  /// The border color of the Drawer.
14
14
  /// @group drawer
15
- $kendo-drawer-border: $kendo-component-border !default;
15
+ $kendo-drawer-border: k-color(border) !default;
16
16
  /// The border width of the Drawer.
17
17
  /// @group drawer
18
18
  $kendo-drawer-border-width: 1px !default;
@@ -84,10 +84,10 @@ $kendo-drawer-mini-initial-width: calc( 2 * #{$kendo-drawer-item-padding-x} + #{
84
84
 
85
85
  /// The background color of the hovered Drawer item.
86
86
  /// @group drawer
87
- $kendo-drawer-hover-bg: $kendo-hover-bg !default;
87
+ $kendo-drawer-hover-bg: k-color(base-hover) !default;
88
88
  /// The text color of the hovered Drawer item.
89
89
  /// @group drawer
90
- $kendo-drawer-hover-text: $kendo-hover-text !default;
90
+ $kendo-drawer-hover-text: k-color(on-app-surface) !default;
91
91
 
92
92
  /// The background color of the focused Drawer item.
93
93
  /// @group drawer
@@ -98,17 +98,17 @@ $kendo-drawer-focus-shadow: $kendo-list-item-focus-shadow !default;
98
98
 
99
99
  /// The background color of the selected Drawer item.
100
100
  /// @group drawer
101
- $kendo-drawer-selected-bg: $kendo-selected-bg !default;
101
+ $kendo-drawer-selected-bg: k-color(primary) !default;
102
102
  /// The text color of the selected Drawer item.
103
103
  /// @group drawer
104
- $kendo-drawer-selected-text: $kendo-selected-text !default;
104
+ $kendo-drawer-selected-text: k-color(on-primary) !default;
105
105
 
106
106
  /// The background color of the selected and hovered Drawer item.
107
107
  /// @group drawer
108
- $kendo-drawer-selected-hover-bg: $kendo-selected-hover-bg !default;
108
+ $kendo-drawer-selected-hover-bg: k-color(primary-hover) !default;
109
109
  /// The text color of the selected and hovered Drawer item.
110
110
  /// @group drawer
111
- $kendo-drawer-selected-hover-text: $kendo-selected-hover-text !default;
111
+ $kendo-drawer-selected-hover-text: k-color(on-primary) !default;
112
112
 
113
113
 
114
114
  @forward "@progress/kendo-theme-core/scss/components/drawer/_variables.scss" with (
@@ -28,23 +28,23 @@ $kendo-dropzone-line-height: var( --kendo-line-height, normal ) !default;
28
28
 
29
29
  /// The background color of the DropZone.
30
30
  /// @group dropzone
31
- $kendo-dropzone-bg: $kendo-base-bg !default;
31
+ $kendo-dropzone-bg: k-color(surface) !default;
32
32
  /// The text color of the DropZone.
33
33
  /// @group dropzone
34
- $kendo-dropzone-text: $kendo-base-text !default;
34
+ $kendo-dropzone-text: k-color(on-app-surface) !default;
35
35
  /// The border color of the DropZone.
36
36
  /// @group dropzone
37
- $kendo-dropzone-border: $kendo-base-border !default;
37
+ $kendo-dropzone-border: k-color(border) !default;
38
38
 
39
39
  /// The spacing below the DropZone icon.
40
40
  /// @group dropzone
41
41
  $kendo-dropzone-icon-spacing: k-spacing(6) !default;
42
42
  /// The text color of the DropZone icon.
43
43
  /// @group dropzone
44
- $kendo-dropzone-icon-text: if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-dropzone-text, 4 )) !default;
44
+ $kendo-dropzone-icon-text: k-color(subtle) !default;
45
45
  /// The text color of the hovered DropZone icon.
46
46
  /// @group dropzone
47
- $kendo-dropzone-icon-hover-text: $kendo-color-primary !default;
47
+ $kendo-dropzone-icon-hover-text: k-color(primary) !default;
48
48
 
49
49
  /// The font size of the DropZone hint.
50
50
  /// @group dropzone
@@ -64,7 +64,7 @@ $kendo-dropzone-note-font-size: var( --kendo-font-size-sm, inherit ) !default;
64
64
  $kendo-dropzone-note-spacing: null !default;
65
65
  /// The text color of the DropZone note.
66
66
  /// @group dropzone
67
- $kendo-dropzone-note-text: $kendo-subtle-text !default;
67
+ $kendo-dropzone-note-text: k-color(subtle) !default;
68
68
 
69
69
 
70
70
  @forward "@progress/kendo-theme-core/scss/components/dropzone/_variables.scss" with (
@@ -27,14 +27,14 @@ $kendo-editor-placeholder-opacity: $kendo-input-placeholder-opacity !default;
27
27
 
28
28
  /// The selected text color of the Editor.
29
29
  /// @group editor
30
- $kendo-editor-selected-text: $kendo-color-primary-contrast !default;
30
+ $kendo-editor-selected-text: k-color(on-primary) !default;
31
31
  /// The selected background color of the Editor.
32
32
  /// @group editor
33
- $kendo-editor-selected-bg: $kendo-color-primary !default;
33
+ $kendo-editor-selected-bg: k-color(primary) !default;
34
34
 
35
35
  /// The highlighted background color of the Editor.
36
36
  /// @group editor
37
- $kendo-editor-highlighted-bg: if($kendo-enable-color-system, k-color( primary-subtle ), color.mix( $kendo-color-primary, #ffffff, 20% )) !default;
37
+ $kendo-editor-highlighted-bg: k-color(primary-subtle) !default;
38
38
 
39
39
  /// The horizontal margin of the Editor's export tool icon.
40
40
  /// @group editor
@@ -78,6 +78,11 @@ $kendo-editor-filebrowser-tiles-padding-y: k-spacing(1) !default;
78
78
  /// @group editor
79
79
  $kendo-editor-content-padding: k-spacing(2) !default;
80
80
 
81
+ $kendo-editor-ct-cell-text: k-color(on-primary) !default;
82
+ $kendo-editor-ct-cell-bg: k-color(primary) !default;
83
+ $kendo-editor-ct-cell-border: k-color(primary) !default;
84
+
85
+
81
86
  @forward "@progress/kendo-theme-core/scss/components/editor/_variables.scss" with (
82
87
  $kendo-editor-border-width: $kendo-editor-border-width,
83
88
  $kendo-editor-font-family: $kendo-editor-font-family,
@@ -99,5 +104,8 @@ $kendo-editor-content-padding: k-spacing(2) !default;
99
104
  $kendo-editor-inline-padding-y: $kendo-editor-inline-padding-y,
100
105
  $kendo-editor-filebrowser-tiles-padding-x: $kendo-editor-filebrowser-tiles-padding-x,
101
106
  $kendo-editor-filebrowser-tiles-padding-y: $kendo-editor-filebrowser-tiles-padding-y,
102
- $kendo-editor-content-padding: $kendo-editor-content-padding
107
+ $kendo-editor-content-padding: $kendo-editor-content-padding,
108
+ $kendo-editor-ct-cell-text: $kendo-editor-ct-cell-text,
109
+ $kendo-editor-ct-cell-bg: $kendo-editor-ct-cell-bg,
110
+ $kendo-editor-ct-cell-border: $kendo-editor-ct-cell-border
103
111
  );
@@ -22,13 +22,13 @@ $kendo-expander-line-height: var( --kendo-line-height, normal ) !default;
22
22
 
23
23
  /// The text color of the ExpansionPanel.
24
24
  /// @group expander
25
- $kendo-expander-text: $kendo-component-text !default;
25
+ $kendo-expander-text: k-color(on-app-surface) !default;
26
26
  /// The background color of the ExpansionPanel.
27
27
  /// @group expander
28
- $kendo-expander-bg: $kendo-component-bg !default;
28
+ $kendo-expander-bg: k-color(surface-alt) !default;
29
29
  /// The border color of the ExpansionPanel.
30
30
  /// @group expander
31
- $kendo-expander-border: $kendo-component-border !default;
31
+ $kendo-expander-border: k-color(border) !default;
32
32
 
33
33
  /// The box shadow of the focused ExpansionPanel.
34
34
  /// @group expander
@@ -53,7 +53,7 @@ $kendo-expander-header-bg: transparent !default;
53
53
  $kendo-expander-header-border: null !default;
54
54
  /// The background color of the hovered ExpansionPanel header.
55
55
  /// @group expander
56
- $kendo-expander-header-hover-bg: if($kendo-enable-color-system, k-color( base-subtle-hover ), k-color-shade( $kendo-expander-bg, 1 )) !default;
56
+ $kendo-expander-header-hover-bg: k-color(base-subtle-hover) !default;
57
57
  /// The background color of the focused ExpansionPanel header.
58
58
  /// @group expander
59
59
  $kendo-expander-header-focus-bg: null !default;
@@ -63,11 +63,11 @@ $kendo-expander-header-focus-shadow: $kendo-list-item-focus-shadow !default;
63
63
 
64
64
  /// The text color of the ExpansionPanel title.
65
65
  /// @group expander
66
- $kendo-expander-title-text: $kendo-color-primary !default;
66
+ $kendo-expander-title-text: k-color(primary) !default;
67
67
 
68
68
  /// The text color of the ExpansionPanel sub-title.
69
69
  /// @group expander
70
- $kendo-expander-header-sub-title-text: $kendo-subtle-text !default;
70
+ $kendo-expander-header-sub-title-text: k-color(subtle) !default;
71
71
 
72
72
  /// The horizontal margin of the ExpansionPanel indicator.
73
73
  /// @group expander
@@ -97,7 +97,18 @@ $kendo-fab-item-icon-border-radius: 50% !default;
97
97
 
98
98
  /// The theme colors map for the FAB.
99
99
  /// @group floating-action-button
100
- $kendo-fab-theme-colors: $kendo-theme-colors !default;
100
+ $kendo-fab-theme-colors: (
101
+ "primary": k-color(primary),
102
+ "secondary": k-color(secondary),
103
+ "tertiary": k-color(tertiary),
104
+ "info": k-color(info),
105
+ "success": k-color(success),
106
+ "warning": k-color(warning),
107
+ "error": k-color(error),
108
+ "dark": k-color(dark),
109
+ "light": k-color(light),
110
+ "inverse": if($kendo-is-dark-theme, k-color(light), k-color(dark))
111
+ ) !default;
101
112
 
102
113
  /// The size map for the FAB.
103
114
  /// @group floating-action-button
@@ -135,13 +146,13 @@ $kendo-fab-outline-width: k-spacing(0.5) !default;
135
146
 
136
147
  /// The base text color of the FAB item.
137
148
  /// @group floating-action-button
138
- $kendo-fab-item-text: $kendo-component-text !default;
149
+ $kendo-fab-item-text: k-color(on-app-surface) !default;
139
150
  /// The base background color of the FAB item.
140
151
  /// @group floating-action-button
141
- $kendo-fab-item-bg: $kendo-component-bg !default;
152
+ $kendo-fab-item-bg: k-color(surface-alt) !default;
142
153
  /// The base border color of the FAB item.
143
154
  /// @group floating-action-button
144
- $kendo-fab-item-border: $kendo-component-border !default;
155
+ $kendo-fab-item-border: k-color(border) !default;
145
156
 
146
157
  /// The base text color of the FAB item icon.
147
158
  /// @group floating-action-button
@@ -21,13 +21,13 @@ $kendo-file-manager-font-size: var( --kendo-font-size, inherit ) !default;
21
21
  $kendo-file-manager-line-height: var( --kendo-line-height, normal ) !default;
22
22
  /// The background color of the FileManager.
23
23
  /// @group file-manager
24
- $kendo-file-manager-bg: $kendo-component-bg !default;
24
+ $kendo-file-manager-bg: k-color(surface-alt) !default;
25
25
  /// The text color of the FileManager.
26
26
  /// @group file-manager
27
- $kendo-file-manager-text: $kendo-component-text !default;
27
+ $kendo-file-manager-text: k-color(on-app-surface) !default;
28
28
  /// The border color of the FileManager.
29
29
  /// @group file-manager
30
- $kendo-file-manager-border: $kendo-component-border !default;
30
+ $kendo-file-manager-border: k-color(border) !default;
31
31
 
32
32
  /// The border width of the FileManager Toolbar.
33
33
  /// @group file-manager
@@ -123,7 +123,7 @@ $kendo-file-manager-listview-item-border: null !default;
123
123
  $kendo-file-manager-listview-item-icon-bg: null !default;
124
124
  /// The text color of the FileManager ListView item icon.
125
125
  /// @group file-manager
126
- $kendo-file-manager-listview-item-icon-text: if($kendo-enable-color-system, k-color( subtle ), k-try-tint($kendo-file-manager-text, 4)) !default;
126
+ $kendo-file-manager-listview-item-icon-text: k-color(subtle) !default;
127
127
  /// The border color of the FileManager ListView item icon.
128
128
  /// @group file-manager
129
129
  $kendo-file-manager-listview-item-icon-border: null !default;
@@ -180,7 +180,7 @@ $kendo-file-manager-preview-border: null !default;
180
180
  $kendo-file-manager-preview-icon-bg: null !default;
181
181
  /// The text color of the FileManager preview icon.
182
182
  /// @group file-manager
183
- $kendo-file-manager-preview-icon-text: if($kendo-enable-color-system, k-color( subtle ), k-try-tint($kendo-file-manager-text, 4)) !default;
183
+ $kendo-file-manager-preview-icon-text: k-color(subtle) !default;
184
184
  /// The border color of the FileManager preview icon.
185
185
  /// @group file-manager
186
186
  $kendo-file-manager-preview-icon-border: null !default;
@@ -22,10 +22,10 @@ $kendo-filter-operator-dropdown-width: 15em !default;
22
22
 
23
23
  /// The text color of the Filter preview field.
24
24
  /// @group filter
25
- $kendo-filter-preview-field-text: $kendo-color-primary !default;
25
+ $kendo-filter-preview-field-text: k-color(primary) !default;
26
26
  /// The text color of the Filter preview operator.
27
27
  /// @group filter
28
- $kendo-filter-preview-operator-text: $kendo-subtle-text !default;
28
+ $kendo-filter-preview-operator-text: k-color(subtle) !default;
29
29
 
30
30
  /// The box shadow of the focused Filter toolbar.
31
31
  /// @group filter
@@ -47,7 +47,7 @@ $kendo-form-legend-border-width: 0 0 2px !default;
47
47
  $kendo-form-legend-border-style: solid !default;
48
48
  /// The border color of the Form legend.
49
49
  /// @group form
50
- $kendo-form-legend-border-color: $kendo-component-border !default;
50
+ $kendo-form-legend-border-color: k-color(border) !default;
51
51
  /// The width of the Form legend.
52
52
  /// @group form
53
53
  $kendo-form-legend-width: 100% !default;
@@ -124,7 +124,7 @@ $kendo-inline-form-field-padding-y: calc( #{k-spacing(1)} + #{$kendo-input-borde
124
124
 
125
125
  /// The invalid text color of the Form.
126
126
  /// @group form
127
- $kendo-forms-invalid-color: $kendo-color-error !default;
127
+ $kendo-forms-invalid-color: k-color(error) !default;
128
128
 
129
129
 
130
130
  /// The horizontal margin of the optional label in the Form.
@@ -174,7 +174,7 @@ $kendo-form-field-info-margin: k-spacing(2) !default;
174
174
  $kendo-fieldset-legend-bg: null !default;
175
175
  /// The text color of the Form legend.
176
176
  /// @group form
177
- $kendo-fieldset-legend-text: if($kendo-enable-color-system, k-color( on-app-surface ), k-try-shade( $kendo-body-text, 2 )) !default;
177
+ $kendo-fieldset-legend-text: k-color(on-app-surface) !default;
178
178
  /// The border color of the Form legend.
179
179
  /// @group form
180
180
  $kendo-fieldset-legend-border: null !default;