@progress/kendo-theme-classic 10.6.0-dev.6 → 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
@@ -54,7 +54,7 @@ $kendo-stepper-font-family: var( --kendo-font-family, inherit ) !default;
54
54
  $kendo-stepper-bg: null !default;
55
55
  /// The text color of the Stepper.
56
56
  /// @group stepper
57
- $kendo-stepper-text: $kendo-component-text !default;
57
+ $kendo-stepper-text: k-color(on-app-surface) !default;
58
58
  /// The border color of the Stepper.
59
59
  /// @group stepper
60
60
  $kendo-stepper-border: null !default;
@@ -87,17 +87,17 @@ $kendo-stepper-indicator-focus-calc-offset: calc( #{$kendo-stepper-indicator-foc
87
87
 
88
88
  /// The background color of the Stepper indicator.
89
89
  /// @group stepper
90
- $kendo-stepper-indicator-bg: $kendo-component-bg !default;
90
+ $kendo-stepper-indicator-bg: k-color(surface-alt) !default;
91
91
  /// The text color of the Stepper indicator.
92
92
  /// @group stepper
93
- $kendo-stepper-indicator-text: $kendo-component-text !default;
93
+ $kendo-stepper-indicator-text: k-color(on-app-surface) !default;
94
94
  /// The border color of the Stepper indicator.
95
95
  /// @group stepper
96
- $kendo-stepper-indicator-border: $kendo-component-border !default;
96
+ $kendo-stepper-indicator-border: k-color(border) !default;
97
97
 
98
98
  /// The background color of the hovered Stepper indicator.
99
99
  /// @group stepper
100
- $kendo-stepper-indicator-hover-bg: if($kendo-enable-color-system, k-color( base-subtle-hover ), k-try-shade( $kendo-stepper-indicator-bg )) !default;
100
+ $kendo-stepper-indicator-hover-bg: k-color(base-subtle-hover) !default;
101
101
  /// The text color of the hovered Stepper indicator.
102
102
  /// @group stepper
103
103
  $kendo-stepper-indicator-hover-text: null !default;
@@ -110,24 +110,24 @@ $kendo-stepper-indicator-hover-border: null !default;
110
110
  $kendo-stepper-indicator-disabled-bg: null !default;
111
111
  /// The text color of the disabled Stepper indicator.
112
112
  /// @group stepper
113
- $kendo-stepper-indicator-disabled-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 60%, transparent), #8d8d8d) !default;
113
+ $kendo-stepper-indicator-disabled-text: color-mix(in srgb, k-color(on-app-surface) 60%, transparent) !default;
114
114
  /// The border color of the disabled Stepper indicator.
115
115
  /// @group stepper
116
116
  $kendo-stepper-indicator-disabled-border: null !default;
117
117
 
118
118
  /// The background color of the Stepper's done indicator.
119
119
  /// @group stepper
120
- $kendo-stepper-indicator-done-bg: $kendo-color-primary !default;
120
+ $kendo-stepper-indicator-done-bg: k-color(primary) !default;
121
121
  /// The text color of the Stepper's done indicator.
122
122
  /// @group stepper
123
- $kendo-stepper-indicator-done-text: if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-stepper-indicator-done-bg )) !default;
123
+ $kendo-stepper-indicator-done-text: k-color(on-primary) !default;
124
124
  /// The border color of the Stepper's done indicator.
125
125
  /// @group stepper
126
126
  $kendo-stepper-indicator-done-border: $kendo-stepper-indicator-done-bg !default;
127
127
 
128
128
  /// The background color of the Stepper's hovered done indicator.
129
129
  /// @group stepper
130
- $kendo-stepper-indicator-done-hover-bg: if($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-stepper-indicator-done-bg )) !default;
130
+ $kendo-stepper-indicator-done-hover-bg: k-color(primary-hover) !default;
131
131
  /// The text color of the Stepper's hovered done indicator.
132
132
  /// @group stepper
133
133
  $kendo-stepper-indicator-done-hover-text: null !default;
@@ -137,10 +137,10 @@ $kendo-stepper-indicator-done-hover-border: null !default;
137
137
 
138
138
  /// The background color of the Stepper's disabled done indicator.
139
139
  /// @group stepper
140
- $kendo-stepper-indicator-done-disabled-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 60%, transparent), color.mix( $kendo-stepper-indicator-done-bg, $kendo-component-bg, 60% )) !default;
140
+ $kendo-stepper-indicator-done-disabled-bg: color-mix(in srgb, k-color(primary) 60%, transparent) !default;
141
141
  /// The text color of the Stepper's disabled done indicator.
142
142
  /// @group stepper
143
- $kendo-stepper-indicator-done-disabled-text: if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-stepper-indicator-done-bg )) !default;
143
+ $kendo-stepper-indicator-done-disabled-text: k-color(on-primary) !default;
144
144
  /// The border color of the Stepper's disabled done indicator.
145
145
  /// @group stepper
146
146
  $kendo-stepper-indicator-done-disabled-border: $kendo-stepper-indicator-done-disabled-bg !default;
@@ -180,20 +180,20 @@ $kendo-stepper-indicator-current-disabled-border: $kendo-stepper-indicator-done-
180
180
  $kendo-stepper-label-text: null !default;
181
181
  /// The success text color of the Stepper label.
182
182
  /// @group stepper
183
- $kendo-stepper-label-success-text: $kendo-color-success !default;
183
+ $kendo-stepper-label-success-text: k-color(success) !default;
184
184
  /// The error text color of the Stepper label.
185
185
  /// @group stepper
186
- $kendo-stepper-label-error-text: $kendo-color-error !default;
186
+ $kendo-stepper-label-error-text: k-color(error) !default;
187
187
  /// The text color of the hovered Stepper label.
188
188
  /// @group stepper
189
189
  $kendo-stepper-label-hover-text: unset !default;
190
190
  /// The text color of the disabled Stepper label.
191
191
  /// @group stepper
192
- $kendo-stepper-label-disabled-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 60%, transparent), #8d8d8d) !default;
192
+ $kendo-stepper-label-disabled-text: color-mix(in srgb, k-color(on-app-surface) 60%, transparent) !default;
193
193
 
194
194
  /// The text color of the optional Stepper label.
195
195
  /// @group stepper
196
- $kendo-stepper-optional-label-text: $kendo-subtle-text !default;
196
+ $kendo-stepper-optional-label-text: k-color(subtle) !default;
197
197
  /// The opacity of the optional Stepper label.
198
198
  /// @group stepper
199
199
  $kendo-stepper-optional-label-opacity: null !default;
@@ -33,13 +33,13 @@ $kendo-switch-sizes: (
33
33
 
34
34
  /// The background of the track when the Switch is not checked.
35
35
  /// @group switch
36
- $kendo-switch-off-track-bg: $kendo-component-bg !default;
36
+ $kendo-switch-off-track-bg: k-color(surface-alt) !default;
37
37
  /// The text color of the track when the Switch is not checked.
38
38
  /// @group switch
39
- $kendo-switch-off-track-text: $kendo-component-text !default;
39
+ $kendo-switch-off-track-text: k-color(on-app-surface) !default;
40
40
  /// The border color of the track when the Switch is not checked.
41
41
  /// @group switch
42
- $kendo-switch-off-track-border: $kendo-component-border !default;
42
+ $kendo-switch-off-track-border: k-color(border) !default;
43
43
  /// The background gradient of the track when the Switch is not checked.
44
44
  /// @group switch
45
45
  $kendo-switch-off-track-gradient: null !default;
@@ -71,7 +71,7 @@ $kendo-switch-off-track-focus-border: null !default;
71
71
  $kendo-switch-off-track-focus-gradient: null !default;
72
72
  /// The ring around the track when the focused Switch is not checked.
73
73
  /// @group switch
74
- $kendo-switch-off-track-focus-ring: 0 0 3px 1px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 25%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .25 )) !default;
74
+ $kendo-switch-off-track-focus-ring: 0 0 3px 1px color-mix(in srgb, k-color(on-app-surface) 25%, transparent) !default;
75
75
 
76
76
  /// The background of the track when the disabled Switch is not checked.
77
77
  /// @group switch
@@ -88,7 +88,7 @@ $kendo-switch-off-track-disabled-gradient: null !default;
88
88
 
89
89
  /// The background of the thumb when the Switch is not checked.
90
90
  /// @group switch
91
- $kendo-switch-off-thumb-bg: if($kendo-enable-color-system, k-color( base ), k-try-shade( $kendo-switch-off-track-bg )) !default;
91
+ $kendo-switch-off-thumb-bg: k-color(base) !default;
92
92
  /// The text color of the thumb when the Switch is not checked.
93
93
  /// @group switch
94
94
  $kendo-switch-off-thumb-text: unset !default;
@@ -97,11 +97,11 @@ $kendo-switch-off-thumb-text: unset !default;
97
97
  $kendo-switch-off-thumb-border: $kendo-switch-off-track-border !default;
98
98
  /// The background gradient of the thumb when the Switch is not checked.
99
99
  /// @group switch
100
- $kendo-switch-off-thumb-gradient: $kendo-base-gradient !default;
100
+ $kendo-switch-off-thumb-gradient: null !default;
101
101
 
102
102
  /// The background of the thumb when the hovered Switch is not checked.
103
103
  /// @group switch
104
- $kendo-switch-off-thumb-hover-bg: if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-switch-off-thumb-bg )) !default;
104
+ $kendo-switch-off-thumb-hover-bg: k-color(base-hover) !default;
105
105
  /// The text color of the thumb when the hovered Switch is not checked.
106
106
  /// @group switch
107
107
  $kendo-switch-off-thumb-hover-text: null !default;
@@ -115,13 +115,13 @@ $kendo-switch-off-thumb-hover-gradient: null !default;
115
115
 
116
116
  /// The background of the track when the Switch is checked.
117
117
  /// @group switch
118
- $kendo-switch-on-track-bg: $kendo-component-bg !default;
118
+ $kendo-switch-on-track-bg: k-color(surface-alt) !default;
119
119
  /// The text color of the track when the Switch is checked.
120
120
  /// @group switch
121
- $kendo-switch-on-track-text: $kendo-color-primary !default;
121
+ $kendo-switch-on-track-text: k-color(primary) !default;
122
122
  /// The border color of the track when the Switch is checked.
123
123
  /// @group switch
124
- $kendo-switch-on-track-border: $kendo-component-border !default;
124
+ $kendo-switch-on-track-border: k-color(border) !default;
125
125
  /// The background gradient of the track when the Switch is checked.
126
126
  /// @group switch
127
127
  $kendo-switch-on-track-gradient: null !default;
@@ -153,7 +153,7 @@ $kendo-switch-on-track-focus-border: null !default;
153
153
  $kendo-switch-on-track-focus-gradient: null !default;
154
154
  /// The ring around the track wen the focused Switch is checked.
155
155
  /// @group switch
156
- $kendo-switch-on-track-focus-ring: 0 0 3px 1px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 25%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .25 )) !default;
156
+ $kendo-switch-on-track-focus-ring: 0 0 3px 1px color-mix(in srgb, k-color(on-app-surface) 25%, transparent) !default;
157
157
 
158
158
  /// The background of the track when the disabled Switch is checked.
159
159
  /// @group switch
@@ -170,26 +170,26 @@ $kendo-switch-on-track-disabled-gradient: null !default;
170
170
 
171
171
  /// The background of the thumb when the Switch is checked.
172
172
  /// @group switch
173
- $kendo-switch-on-thumb-bg: $kendo-color-primary !default;
173
+ $kendo-switch-on-thumb-bg: k-color(primary) !default;
174
174
  /// The text color of the thumb when the Switch is checked.
175
175
  /// @group switch
176
176
  $kendo-switch-on-thumb-text: unset !default;
177
177
  /// The border color of the thumb when the Switch is checked.
178
178
  /// @group switch
179
- $kendo-switch-on-thumb-border: if($kendo-enable-color-system, k-color( primary ), k-try-shade( $kendo-switch-on-thumb-bg )) !default;
179
+ $kendo-switch-on-thumb-border: k-color(primary) !default;
180
180
  /// The background gradient of the thumb when the Switch is checked.
181
181
  /// @group switch
182
- $kendo-switch-on-thumb-gradient: $kendo-base-gradient !default;
182
+ $kendo-switch-on-thumb-gradient: null !default;
183
183
 
184
184
  /// The background of the thumb when the hovered Switch is checked.
185
185
  /// @group switch
186
- $kendo-switch-on-thumb-hover-bg: if($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-switch-on-thumb-bg )) !default;
186
+ $kendo-switch-on-thumb-hover-bg: k-color(primary-hover) !default;
187
187
  /// The text color of the thumb when the hovered Switch is checked.
188
188
  /// @group switch
189
189
  $kendo-switch-on-thumb-hover-text: null !default;
190
190
  /// The border color of the thumb when the hovered Switch is checked.
191
191
  /// @group switch
192
- $kendo-switch-on-thumb-hover-border: if($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-switch-on-thumb-hover-bg )) !default;
192
+ $kendo-switch-on-thumb-hover-border: k-color(primary-hover) !default;
193
193
  /// The background gradient of the thumb when the hovered Switch is checked.
194
194
  /// @group switch
195
195
  $kendo-switch-on-thumb-hover-gradient: null !default;
@@ -66,27 +66,27 @@ $kendo-table-sizes: (
66
66
 
67
67
  /// Background color of tables.
68
68
  /// @group table
69
- $kendo-table-bg: $kendo-component-bg !default;
69
+ $kendo-table-bg: k-color(surface-alt) !default;
70
70
  /// Text color of tables.
71
71
  /// @group table
72
- $kendo-table-text: $kendo-component-text !default;
72
+ $kendo-table-text: k-color(on-app-surface) !default;
73
73
  /// Border color of tables.
74
74
  /// @group table
75
- $kendo-table-border: $kendo-component-border !default;
75
+ $kendo-table-border: k-color(border) !default;
76
76
 
77
77
 
78
78
  /// Background color of table headers.
79
79
  /// @group table
80
- $kendo-table-header-bg: $kendo-component-header-bg !default;
80
+ $kendo-table-header-bg: k-color(surface) !default;
81
81
  /// Text color of table headers.
82
82
  /// @group table
83
- $kendo-table-header-text: $kendo-component-header-text !default;
83
+ $kendo-table-header-text: k-color(on-app-surface) !default;
84
84
  /// Border color of table headers.
85
85
  /// @group table
86
- $kendo-table-header-border: $kendo-component-header-border !default;
86
+ $kendo-table-header-border: k-color(border) !default;
87
87
  /// Gradient of table headers.
88
88
  /// @group table
89
- $kendo-table-header-gradient: $kendo-component-header-gradient !default;
89
+ $kendo-table-header-gradient: null !default;
90
90
 
91
91
 
92
92
  /// Background color of table footers.
@@ -113,7 +113,7 @@ $kendo-table-group-row-border: $kendo-table-header-border !default;
113
113
 
114
114
  /// Background color of alternating rows in table.
115
115
  /// @group table
116
- $kendo-table-alt-row-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 5%, transparent), k-try-shade( $kendo-table-bg, .5 )) !default;
116
+ $kendo-table-alt-row-bg: color-mix(in srgb, k-color(on-app-surface) 5%, transparent) !default;
117
117
  /// Text color of alternating rows in table.
118
118
  /// @group table
119
119
  $kendo-table-alt-row-text: null !default;
@@ -124,7 +124,7 @@ $kendo-table-alt-row-border: null !default;
124
124
 
125
125
  /// Background color of hovered rows in table.
126
126
  /// @group table
127
- $kendo-table-hover-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 11%, transparent), k-try-shade( $kendo-table-bg, 1 )) !default;
127
+ $kendo-table-hover-bg: color-mix(in srgb, k-color(on-app-surface) 11%, transparent) !default;
128
128
  /// Text color of hovered rows in table.
129
129
  /// @group table
130
130
  $kendo-table-hover-text: null !default;
@@ -149,7 +149,7 @@ $kendo-table-focus-shadow: $kendo-list-item-focus-shadow !default;
149
149
 
150
150
  /// Background color of selected rows in table.
151
151
  /// @group table
152
- $kendo-table-selected-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-selected-bg, .25 )) !default;
152
+ $kendo-table-selected-bg: color-mix(in srgb, k-color(primary) 25%, transparent) !default;
153
153
  /// Text color of selected rows in table.
154
154
  /// @group table
155
155
  $kendo-table-selected-text: null !default;
@@ -61,10 +61,10 @@ $kendo-tabstrip-wrapper-border: null !default;
61
61
  $kendo-tabstrip-bg: null !default;
62
62
  /// The text color of the TabStrip.
63
63
  /// @group tabstrip
64
- $kendo-tabstrip-text: $kendo-component-text !default;
64
+ $kendo-tabstrip-text: k-color(on-app-surface) !default;
65
65
  /// The border color of the TabStrip.
66
66
  /// @group tabstrip
67
- $kendo-tabstrip-border: $kendo-component-border !default;
67
+ $kendo-tabstrip-border: k-color(border) !default;
68
68
 
69
69
  /// The horizontal padding of the TabStrip items.
70
70
  /// @group tabstrip
@@ -102,39 +102,39 @@ $kendo-tabstrip-lg-item-padding-y: k-spacing(1.5) !default;
102
102
 
103
103
  /// The background color of the TabStrip items.
104
104
  /// @group tabstrip
105
- $kendo-tabstrip-item-bg: $kendo-base-bg !default;
105
+ $kendo-tabstrip-item-bg: k-color(surface) !default;
106
106
  /// The text color of the TabStrip items.
107
107
  /// @group tabstrip
108
- $kendo-tabstrip-item-text: $kendo-base-text !default;
108
+ $kendo-tabstrip-item-text: k-color(on-app-surface) !default;
109
109
  /// The border color of the TabStrip items.
110
110
  /// @group tabstrip
111
- $kendo-tabstrip-item-border: $kendo-base-border !default;
111
+ $kendo-tabstrip-item-border: k-color(border) !default;
112
112
  /// The gradient of the TabStrip items.
113
113
  /// @group tabstrip
114
- $kendo-tabstrip-item-gradient: $kendo-base-gradient !default;
114
+ $kendo-tabstrip-item-gradient: null !default;
115
115
 
116
116
  /// The background color of the hovered TabStrip items.
117
117
  /// @group tabstrip
118
- $kendo-tabstrip-item-hover-bg: $kendo-hover-bg !default;
118
+ $kendo-tabstrip-item-hover-bg: k-color(base-hover) !default;
119
119
  /// The text color of the hovered TabStrip items.
120
120
  /// @group tabstrip
121
- $kendo-tabstrip-item-hover-text: $kendo-hover-text !default;
121
+ $kendo-tabstrip-item-hover-text: k-color(on-app-surface) !default;
122
122
  /// The border color of the hovered TabStrip items.
123
123
  /// @group tabstrip
124
- $kendo-tabstrip-item-hover-border: $kendo-hover-border !default;
124
+ $kendo-tabstrip-item-hover-border: k-color(border) !default;
125
125
  /// The gradient of the hovered TabStrip items.
126
126
  /// @group tabstrip
127
127
  $kendo-tabstrip-item-hover-gradient: null !default;
128
128
 
129
129
  /// The background color of the selected TabStrip items.
130
130
  /// @group tabstrip
131
- $kendo-tabstrip-item-selected-bg: $kendo-component-bg !default;
131
+ $kendo-tabstrip-item-selected-bg: k-color(surface-alt) !default;
132
132
  /// The text color of the selected TabStrip items.
133
133
  /// @group tabstrip
134
- $kendo-tabstrip-item-selected-text: $kendo-link-text !default;
134
+ $kendo-tabstrip-item-selected-text: k-color(primary) !default;
135
135
  /// The border color of the selected TabStrip items.
136
136
  /// @group tabstrip
137
- $kendo-tabstrip-item-selected-border: $kendo-component-border !default;
137
+ $kendo-tabstrip-item-selected-border: k-color(border) !default;
138
138
  /// The gradient of the selected TabStrip items.
139
139
  /// @group tabstrip
140
140
  $kendo-tabstrip-item-selected-gradient: false !default;
@@ -188,20 +188,20 @@ $kendo-tabstrip-content-border-width: 1px !default;
188
188
 
189
189
  /// The background color of the TabStrip content.
190
190
  /// @group tabstrip
191
- $kendo-tabstrip-content-bg: $kendo-component-bg !default;
191
+ $kendo-tabstrip-content-bg: k-color(surface-alt) !default;
192
192
  /// The text color of the TabStrip content.
193
193
  /// @group tabstrip
194
- $kendo-tabstrip-content-text: $kendo-component-text !default;
194
+ $kendo-tabstrip-content-text: k-color(on-app-surface) !default;
195
195
  /// The border color of the TabStrip content.
196
196
  /// @group tabstrip
197
- $kendo-tabstrip-content-border: $kendo-component-border !default;
197
+ $kendo-tabstrip-content-border: k-color(border) !default;
198
198
  /// The border color of the focused TabStrip content.
199
199
  /// @group tabstrip
200
- $kendo-tabstrip-content-focus-border: $kendo-component-text !default;
200
+ $kendo-tabstrip-content-focus-border: k-color(on-app-surface) !default;
201
201
 
202
202
  /// The left and right scroll overlay of the TabStrip.
203
203
  /// @group tabstrip
204
- $kendo-tabstrip-scroll-overlay: if($kendo-enable-color-system, k-color( app-surface ), rgba( $kendo-color-white, 0)), if($kendo-enable-color-system, color-mix(in srgb, k-color( app-surface ) 0%, transparent), rgba( $kendo-color-white, 0)) !default;
204
+ $kendo-tabstrip-scroll-overlay: k-color(app-surface), color-mix(in srgb, k-color(app-surface) 0%, transparent) !default;
205
205
 
206
206
  /// The size map of the TabStrip.
207
207
  /// @group tabstrip
@@ -82,7 +82,7 @@ $kendo-taskboard-column-border-width: 1px !default;
82
82
  $kendo-taskboard-column-border-radius: k-border-radius(md) !default;
83
83
  /// The background color of the TaskBoard column.
84
84
  /// @group taskboard
85
- $kendo-taskboard-column-bg: $kendo-base-bg !default;
85
+ $kendo-taskboard-column-bg: k-color(surface) !default;
86
86
  /// The text color of the TaskBoard column.
87
87
  /// @group taskboard
88
88
  $kendo-taskboard-column-text: null !default;
@@ -98,7 +98,7 @@ $kendo-taskboard-column-focus-bg: null !default;
98
98
  $kendo-taskboard-column-focus-text: null !default;
99
99
  /// The border color of the focused TaskBoard column.
100
100
  /// @group taskboard
101
- $kendo-taskboard-column-focus-border: if($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-base-border, 2.5 )) !default;
101
+ $kendo-taskboard-column-focus-border: k-color(border-alt) !default;
102
102
 
103
103
  /// The vertical padding of the TaskBoard column header.
104
104
  /// @group taskboard
@@ -117,7 +117,7 @@ $kendo-taskboard-column-header-actions-gap: calc( #{$kendo-taskboard-spacer} / 2
117
117
  $kendo-taskboard-column-header-font-weight: 500 !default;
118
118
  /// The text color of the TaskBoard column header.
119
119
  /// @group taskboard
120
- $kendo-taskboard-column-header-text: $kendo-component-header-text !default;
120
+ $kendo-taskboard-column-header-text: k-color(on-app-surface) !default;
121
121
 
122
122
  /// The vertical padding of the TaskBoard column Card wrapper.
123
123
  /// @group taskboard
@@ -143,13 +143,13 @@ $kendo-taskboard-pane-padding-x: null !default;
143
143
  $kendo-taskboard-pane-border-width: 1px !default;
144
144
  /// The background color of the TaskBoard pane.
145
145
  /// @group taskboard
146
- $kendo-taskboard-pane-bg: $kendo-component-bg !default;
146
+ $kendo-taskboard-pane-bg: k-color(surface-alt) !default;
147
147
  /// The text color of the TaskBoard pane.
148
148
  /// @group taskboard
149
- $kendo-taskboard-pane-text: $kendo-component-text !default;
149
+ $kendo-taskboard-pane-text: k-color(on-app-surface) !default;
150
150
  /// The border color of the TaskBoard pane.
151
151
  /// @group taskboard
152
- $kendo-taskboard-pane-border: $kendo-component-border !default;
152
+ $kendo-taskboard-pane-border: k-color(border) !default;
153
153
 
154
154
  /// The vertical padding of the TaskBoard pane header.
155
155
  /// @group taskboard
@@ -162,7 +162,7 @@ $kendo-taskboard-pane-header-padding-x: $kendo-taskboard-spacer !default;
162
162
  $kendo-taskboard-pane-header-font-weight: 500 !default;
163
163
  /// The text color of the TaskBoard pane header.
164
164
  /// @group taskboard
165
- $kendo-taskboard-pane-header-text: $kendo-component-header-text !default;
165
+ $kendo-taskboard-pane-header-text: k-color(on-app-surface) !default;
166
166
 
167
167
  /// The vertical padding of the TaskBoard pane content.
168
168
  /// @group taskboard
@@ -209,11 +209,11 @@ $kendo-taskboard-card-category-border-width: 4px !default;
209
209
 
210
210
  /// The border color of the hovered TaskBoard Card.
211
211
  /// @group taskboard
212
- $kendo-taskboard-card-hover-border: if($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-taskboard-card-border, 10% )) !default;
212
+ $kendo-taskboard-card-hover-border: k-color(border-alt) !default;
213
213
 
214
214
  /// The border color of the focused TaskBoard Card.
215
215
  /// @group taskboard
216
- $kendo-taskboard-card-focus-border: if($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-taskboard-card-border, 18% )) !default;
216
+ $kendo-taskboard-card-focus-border: k-color(border-alt) !default;
217
217
  /// The shadow of the focused TaskBoard Card.
218
218
  /// @group taskboard
219
219
  $kendo-taskboard-card-focus-shadow: none !default;
@@ -221,20 +221,20 @@ $kendo-taskboard-card-focus-shadow: none !default;
221
221
 
222
222
  /// The border of the selected TaskBoard Card.
223
223
  /// @group taskboard
224
- $kendo-taskboard-card-selected-border: if($kendo-enable-color-system, k-color( primary-emphasis ), k-color-tint( $kendo-color-primary-lighter, 5 )) !default;
224
+ $kendo-taskboard-card-selected-border: k-color(primary-emphasis) !default;
225
225
  /// The shadow of the selected TaskBoard Card.
226
226
  /// @group taskboard
227
227
  $kendo-taskboard-card-selected-shadow: none !default;
228
228
 
229
229
  /// The text color of the TaskBoard Card header text.
230
230
  /// @group taskboard
231
- $kendo-taskboard-card-header-text: $kendo-color-primary !default;
231
+ $kendo-taskboard-card-header-text: k-color(primary) !default;
232
232
  /// The text color of the hovered TaskBoard Card header text.
233
233
  /// @group taskboard
234
- $kendo-taskboard-card-header-focus-text: if($kendo-enable-color-system, k-color( primary-hover ), $kendo-color-primary-darker) !default;
234
+ $kendo-taskboard-card-header-focus-text: k-color(primary-hover) !default;
235
235
  /// The text color of the focused TaskBoard Card header text.
236
236
  /// @group taskboard
237
- $kendo-taskboard-card-header-hover-text: if($kendo-enable-color-system, k-color( primary-hover ), $kendo-color-primary-darker) !default;
237
+ $kendo-taskboard-card-header-hover-text: k-color(primary-hover) !default;
238
238
 
239
239
  /// The border width of the TaskBoard Card placeholder.
240
240
  /// @group taskboard
@@ -247,7 +247,7 @@ $kendo-taskboard-drag-placeholder-border-radius: $kendo-taskboard-card-border-ra
247
247
  $kendo-taskboard-drag-placeholder-bg: rgba( white, .2 ) !default;
248
248
  /// The border color of the TaskBoard Card placeholder.
249
249
  /// @group taskboard
250
- $kendo-taskboard-drag-placeholder-border: $kendo-component-border !default;
250
+ $kendo-taskboard-drag-placeholder-border: k-color(border) !default;
251
251
 
252
252
 
253
253
  @forward "@progress/kendo-theme-core/scss/components/taskboard/_variables.scss" with (
@@ -8,7 +8,7 @@
8
8
  $kendo-tile-layout-border-width: 0px !default;
9
9
  /// The background color of the TileLayout.
10
10
  /// @group tile-layout
11
- $kendo-tile-layout-bg: $kendo-base-bg !default;
11
+ $kendo-tile-layout-bg: k-color(surface) !default;
12
12
 
13
13
  /// The horizontal padding of the TileLayout.
14
14
  /// @group tile-layout
@@ -33,7 +33,7 @@ $kendo-tile-layout-hint-border-width: 1px !default;
33
33
  $kendo-tile-layout-hint-border-radius: k-border-radius(lg) !default;
34
34
  /// The color of the border around the TileLayout hint.
35
35
  /// @group tile-layout
36
- $kendo-tile-layout-hint-border: $kendo-component-border !default;
36
+ $kendo-tile-layout-hint-border: k-color(border) !default;
37
37
  /// The background color of the TileLayout hint.
38
38
  /// @group tile-layout
39
39
  $kendo-tile-layout-hint-bg: rgba( white, .2 ) !default;
@@ -41,13 +41,13 @@ $kendo-timeline-track-arrow-height: k-spacing(7.5) !default;
41
41
 
42
42
  /// The background color of the disabled Timeline track arrow.
43
43
  /// @group timeline
44
- $kendo-timeline-track-arrow-disabled-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( base ) 60%, transparent), k-true-mix( $kendo-button-bg, $kendo-body-bg, 65% )) !default;
44
+ $kendo-timeline-track-arrow-disabled-bg: color-mix(in srgb, k-color(base) 60%, transparent) !default;
45
45
  /// The text color of the disabled Timeline track arrow.
46
46
  /// @group timeline
47
- $kendo-timeline-track-arrow-disabled-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 60%, transparent), k-true-mix( $kendo-button-text, $kendo-body-bg, 65% )) !default;
47
+ $kendo-timeline-track-arrow-disabled-text: color-mix(in srgb, k-color(on-base) 60%, transparent) !default;
48
48
  /// The border color of the disabled Timeline track arrow.
49
49
  /// @group timeline
50
- $kendo-timeline-track-arrow-disabled-border: if($kendo-enable-color-system, color-mix(in srgb, k-color( border ) 15%, transparent), k-true-mix( #000000, $kendo-body-bg, 4.8% )) !default;
50
+ $kendo-timeline-track-arrow-disabled-border: color-mix(in srgb, k-color(border) 15%, transparent) !default;
51
51
 
52
52
  /// The size of the Timeline track.
53
53
  /// @group timeline
@@ -108,10 +108,10 @@ $kendo-timeline-mobile-flag-max-width: calc(#{$kendo-timeline-flag-min-width} +
108
108
  $kendo-timeline-horizontal-flag-min-width: 60px !default;
109
109
  /// The background color of the Timeline flag.
110
110
  /// @group timeline
111
- $kendo-timeline-flag-bg: $kendo-color-primary !default;
111
+ $kendo-timeline-flag-bg: k-color(primary) !default;
112
112
  /// The text color of the Timeline flag.
113
113
  /// @group timeline
114
- $kendo-timeline-flag-text: if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-timeline-flag-bg )) !default;
114
+ $kendo-timeline-flag-text: k-color(on-primary) !default;
115
115
 
116
116
  /// The width of the Timeline's flag callout.
117
117
  /// @group timeline
@@ -155,7 +155,7 @@ $kendo-timeline-circle-width: 16px !default;
155
155
  $kendo-timeline-circle-height: 16px !default;
156
156
  /// The background color of the Timeline circle.
157
157
  /// @group timeline
158
- $kendo-timeline-circle-bg: $kendo-color-primary !default;
158
+ $kendo-timeline-circle-bg: k-color(primary) !default;
159
159
 
160
160
  /// The horizontal padding of the Timeline collapse arrow.
161
161
  /// @group timeline
@@ -9,9 +9,9 @@ $kendo-time-selector-font-family: var( --kendo-font-family, inherit ) !default;
9
9
  $kendo-time-selector-font-size: var( --kendo-font-size, inherit ) !default;
10
10
  $kendo-time-selector-line-height: var( --kendo-line-height, normal ) !default;
11
11
 
12
- $kendo-time-selector-bg: $kendo-component-bg !default;
13
- $kendo-time-selector-text: $kendo-component-text !default;
14
- $kendo-time-selector-border: $kendo-component-border !default;
12
+ $kendo-time-selector-bg: k-color(surface-alt) !default;
13
+ $kendo-time-selector-text: k-color(on-app-surface) !default;
14
+ $kendo-time-selector-border: k-color(border) !default;
15
15
 
16
16
  $kendo-time-selector-header-padding-x: $kendo-actions-padding-x !default;
17
17
  $kendo-time-selector-header-padding-y: $kendo-actions-padding-y !default;
@@ -23,16 +23,16 @@ $kendo-time-list-height: 240px !default;
23
23
  $kendo-time-list-title-font-size: var( --kendo-font-size-sm, inherit ) !default;
24
24
  $kendo-time-list-title-line-height: var( --kendo-line-height-lg, normal ) !default;
25
25
  $kendo-time-list-title-height: calc( #{$kendo-time-list-title-font-size} * #{$kendo-time-list-title-line-height} ) !default;
26
- $kendo-time-list-title-text: $kendo-subtle-text !default;
27
- $kendo-time-list-title-focus-text: $kendo-component-text !default;
26
+ $kendo-time-list-title-text: k-color(subtle) !default;
27
+ $kendo-time-list-title-focus-text: k-color(on-app-surface) !default;
28
28
 
29
29
  $kendo-time-list-item-padding-x: $kendo-list-md-item-padding-x !default;
30
30
  $kendo-time-list-item-padding-y: $kendo-list-md-item-padding-y !default;
31
31
 
32
32
  $kendo-time-list-highlight-border-width: 1px 0px !default;
33
33
  $kendo-time-list-highlight-height: calc( calc( #{$kendo-time-selector-font-size} * #{$kendo-time-selector-line-height} ) + calc( #{$kendo-time-list-item-padding-y} * 2 ) ) !default;
34
- $kendo-time-list-highlight-bg: $kendo-component-bg !default;
35
- $kendo-time-list-highlight-border: $kendo-component-border !default;
34
+ $kendo-time-list-highlight-bg: k-color(surface-alt) !default;
35
+ $kendo-time-list-highlight-border: k-color(border) !default;
36
36
 
37
37
  $kendo-time-list-focus-bg: rgba( black, .04 ) !default;
38
38
 
@@ -74,6 +74,8 @@ $kendo-time-selector-sizes: (
74
74
  )
75
75
  ) !default;
76
76
 
77
+ $kendo-time-selector-now-button-text: k-color(primary) !default;
78
+ $kendo-time-selector-now-button-hover-text: k-color(primary-hover) !default;
77
79
 
78
80
  @forward "@progress/kendo-theme-core/scss/components/timeselector/_variables.scss" with (
79
81
  $kendo-time-selector-border-width: $kendo-time-selector-border-width,
@@ -112,5 +114,7 @@ $kendo-time-selector-sizes: (
112
114
  $kendo-time-selector-lg-line-height: $kendo-time-selector-lg-line-height,
113
115
  $kendo-time-selector-lg-list-item-padding-x: $kendo-time-selector-lg-list-item-padding-x,
114
116
  $kendo-time-selector-lg-list-item-padding-y: $kendo-time-selector-lg-list-item-padding-y,
115
- $kendo-time-selector-sizes: $kendo-time-selector-sizes
117
+ $kendo-time-selector-sizes: $kendo-time-selector-sizes,
118
+ $kendo-time-selector-now-button-text: $kendo-time-selector-now-button-text,
119
+ $kendo-time-selector-now-button-hover-text: $kendo-time-selector-now-button-hover-text
116
120
  );
@@ -75,7 +75,7 @@ $kendo-toolbar-line-height: var( --kendo-line-height, normal ) !default;
75
75
 
76
76
  /// The background color of the Toolbar.
77
77
  /// @group toolbar
78
- $kendo-toolbar-bg: if($kendo-enable-color-system, k-color( surface ), $kendo-button-bg) !default;
78
+ $kendo-toolbar-bg: k-color(surface) !default;
79
79
  /// The text color of the Toolbar.
80
80
  /// @group toolbar
81
81
  $kendo-toolbar-text: $kendo-button-text !default;
@@ -90,7 +90,7 @@ $kendo-toolbar-gradient: null !default;
90
90
  $kendo-toolbar-shadow: null !default;
91
91
  /// The left and right scroll overlay of the Toolbar.
92
92
  /// @group toolbar
93
- $kendo-toolbar-scroll-overlay: $kendo-toolbar-bg, if($kendo-enable-color-system, color-mix(in srgb, k-color( app-surface ) 0%, transparent), rgba( $kendo-color-white, 0)) !default;
93
+ $kendo-toolbar-scroll-overlay: $kendo-toolbar-bg, color-mix(in srgb, k-color(app-surface) 0%, transparent) !default;
94
94
 
95
95
 
96
96
  /// The text color of the outline Toolbar.
@@ -98,7 +98,7 @@ $kendo-toolbar-scroll-overlay: $kendo-toolbar-bg, if($kendo-enable-color-system,
98
98
  $kendo-toolbar-outline-text: $kendo-button-text !default;
99
99
  /// The color of the border around the outline Toolbar.
100
100
  /// @group toolbar
101
- $kendo-toolbar-outline-border: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 50%, transparent), rgba( $kendo-toolbar-outline-text, .5)) !default;
101
+ $kendo-toolbar-outline-border: color-mix(in srgb, k-color(on-base) 50%, transparent) !default;
102
102
  /// The gradient of the outline Toolbar.
103
103
  /// @group toolbar
104
104
  $kendo-toolbar-outline-gradient: null !default;
@@ -110,7 +110,7 @@ $kendo-toolbar-outline-shadow: null !default;
110
110
  $kendo-toolbar-outline-border-width: $kendo-toolbar-border-width !default;
111
111
  /// The left and right scroll overlay of the outline Toolbar.
112
112
  /// @group toolbar
113
- $kendo-toolbar-outline-scroll-overlay: if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white), if($kendo-enable-color-system, color-mix(in srgb, k-color( app-surface ) 0%, transparent), rgba( $kendo-color-white, 0)) !default;
113
+ $kendo-toolbar-outline-scroll-overlay: k-color(app-surface), color-mix(in srgb, k-color(app-surface) 0%, transparent) !default;
114
114
 
115
115
 
116
116
  /// The text color of the flat Toolbar.
@@ -130,7 +130,7 @@ $kendo-toolbar-flat-shadow: null !default;
130
130
  $kendo-toolbar-flat-border-width: 1px !default;
131
131
  /// The left and right scroll overlay of the flat Toolbar.
132
132
  /// @group toolbar
133
- $kendo-toolbar-flat-scroll-overlay: if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white), if($kendo-enable-color-system, color-mix(in srgb, k-color( app-surface ) 0%, transparent), rgba( $kendo-color-white, 0)) !default;
133
+ $kendo-toolbar-flat-scroll-overlay: k-color(app-surface), color-mix(in srgb, k-color(app-surface) 0%, transparent) !default;
134
134
 
135
135
 
136
136
  /// The color of the separator border of the Toolbar.
@@ -7,7 +7,7 @@
7
7
 
8
8
  @each $name, $color in $colors {
9
9
  $_theme: map.merge(( $name: (
10
- color: if($kendo-enable-color-system, k-color( on-#{$name} ), k-contrast-legacy( $color )),
10
+ color: k-color(on-#{$name}),
11
11
  background-color: $color,
12
12
  border: $color,
13
13
  )), $_theme );