@progress/kendo-theme-bootstrap 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 (131) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/bootstrap-3-dark.css +1 -1
  3. package/dist/bootstrap-3-dark.scss +1 -1
  4. package/dist/bootstrap-3.css +1 -1
  5. package/dist/bootstrap-3.scss +1 -1
  6. package/dist/bootstrap-4-dark.css +1 -1
  7. package/dist/bootstrap-4-dark.scss +1 -1
  8. package/dist/bootstrap-4.css +1 -1
  9. package/dist/bootstrap-4.scss +1 -1
  10. package/dist/bootstrap-dataviz-v4.css +1 -1
  11. package/dist/bootstrap-dataviz-v4.scss +1 -1
  12. package/dist/bootstrap-main-dark.css +1 -1
  13. package/dist/bootstrap-main-dark.scss +1 -1
  14. package/dist/bootstrap-main.css +1 -1
  15. package/dist/bootstrap-main.scss +1 -5
  16. package/dist/bootstrap-nordic.css +1 -1
  17. package/dist/bootstrap-nordic.scss +1 -1
  18. package/dist/bootstrap-turquoise-dark.css +1 -1
  19. package/dist/bootstrap-turquoise-dark.scss +1 -1
  20. package/dist/bootstrap-turquoise.css +1 -1
  21. package/dist/bootstrap-turquoise.scss +1 -1
  22. package/dist/bootstrap-urban.css +1 -1
  23. package/dist/bootstrap-urban.scss +1 -1
  24. package/dist/bootstrap-vintage.css +1 -1
  25. package/dist/bootstrap-vintage.scss +1 -1
  26. package/dist/meta/sassdoc-data.json +1500 -3054
  27. package/dist/meta/sassdoc-raw-data.json +747 -1462
  28. package/dist/meta/variables.json +159 -326
  29. package/lib/swatches/bootstrap-3-dark.json +1 -179
  30. package/lib/swatches/bootstrap-3.json +1 -179
  31. package/lib/swatches/bootstrap-4-dark.json +1 -182
  32. package/lib/swatches/bootstrap-4.json +1 -182
  33. package/lib/swatches/bootstrap-dataviz-v4.json +1 -47
  34. package/lib/swatches/bootstrap-main-dark.json +1 -182
  35. package/lib/swatches/bootstrap-main.json +2 -184
  36. package/lib/swatches/bootstrap-nordic.json +1 -182
  37. package/lib/swatches/bootstrap-turquoise-dark.json +1 -182
  38. package/lib/swatches/bootstrap-turquoise.json +1 -182
  39. package/lib/swatches/bootstrap-urban.json +1 -182
  40. package/lib/swatches/bootstrap-vintage.json +1 -182
  41. package/package.json +4 -4
  42. package/scss/action-sheet/_variables.scss +8 -8
  43. package/scss/adaptive/_variables.scss +13 -13
  44. package/scss/appbar/_variables.scss +18 -5
  45. package/scss/avatar/_variables.scss +12 -1
  46. package/scss/badge/_variables.scss +14 -1
  47. package/scss/bottom-navigation/_variables.scss +17 -4
  48. package/scss/breadcrumb/_variables.scss +9 -9
  49. package/scss/button/_variables.scss +24 -15
  50. package/scss/calendar/_variables.scss +20 -20
  51. package/scss/captcha/_variables.scss +3 -3
  52. package/scss/card/_variables.scss +20 -7
  53. package/scss/chart-wizard/_variables.scss +4 -4
  54. package/scss/chat/_variables.scss +11 -11
  55. package/scss/checkbox/_variables.scss +8 -8
  56. package/scss/chip/_theme.scss +3 -3
  57. package/scss/chip/_variables.scss +7 -7
  58. package/scss/color-preview/_variables.scss +3 -3
  59. package/scss/coloreditor/_variables.scss +4 -4
  60. package/scss/colorgradient/_variables.scss +5 -5
  61. package/scss/core/_index.scss +8 -4
  62. package/scss/core/color-system/_swatch.scss +0 -2
  63. package/scss/dataviz/_variables.scss +61 -47
  64. package/scss/dialog/_variables.scss +3 -3
  65. package/scss/dock-manager/_variables.scss +8 -8
  66. package/scss/draggable/_variables.scss +4 -4
  67. package/scss/drawer/_variables.scss +10 -10
  68. package/scss/dropzone/_variables.scss +6 -6
  69. package/scss/editor/_variables.scss +11 -4
  70. package/scss/expansion-panel/_variables.scss +5 -5
  71. package/scss/fab/_theme.scss +21 -21
  72. package/scss/fab/_variables.scss +15 -4
  73. package/scss/filemanager/_variables.scss +5 -5
  74. package/scss/filter/_variables.scss +3 -3
  75. package/scss/forms/_variables.scss +2 -2
  76. package/scss/gantt/_variables.scss +28 -28
  77. package/scss/grid/_theme.scss +10 -20
  78. package/scss/grid/_variables.scss +12 -12
  79. package/scss/imageeditor/_variables.scss +4 -4
  80. package/scss/index.scss +3 -0
  81. package/scss/input/_variables.scss +16 -16
  82. package/scss/list/_variables.scss +9 -9
  83. package/scss/listbox/_variables.scss +3 -3
  84. package/scss/listgroup/_variables.scss +3 -3
  85. package/scss/listview/_variables.scss +5 -5
  86. package/scss/loader/_variables.scss +17 -3
  87. package/scss/map/_variables.scss +5 -5
  88. package/scss/marquee/_index.scss +16 -0
  89. package/scss/marquee/_layout.scss +6 -0
  90. package/scss/marquee/_theme.scss +6 -0
  91. package/scss/marquee/_variables.scss +11 -0
  92. package/scss/mediaplayer/_variables.scss +4 -4
  93. package/scss/menu/_variables.scss +9 -9
  94. package/scss/messagebox/_variables.scss +14 -1
  95. package/scss/no-data/_variables.scss +1 -1
  96. package/scss/notification/_functions.scss +3 -3
  97. package/scss/notification/_variables.scss +15 -4
  98. package/scss/orgchart/_variables.scss +8 -8
  99. package/scss/overlay/_variables.scss +13 -3
  100. package/scss/pager/_variables.scss +12 -12
  101. package/scss/panel/_variables.scss +3 -3
  102. package/scss/panelbar/_variables.scss +12 -12
  103. package/scss/pdf-viewer/_variables.scss +13 -13
  104. package/scss/pivotgrid/_variables.scss +22 -22
  105. package/scss/popup/_variables.scss +3 -3
  106. package/scss/progressbar/_variables.scss +6 -6
  107. package/scss/prompt/_variables.scss +12 -12
  108. package/scss/rating/_variables.scss +4 -4
  109. package/scss/scheduler/_variables.scss +17 -14
  110. package/scss/scrollview/_variables.scss +5 -5
  111. package/scss/signature/_variables.scss +1 -1
  112. package/scss/skeleton/_variables.scss +1 -1
  113. package/scss/slider/_variables.scss +12 -12
  114. package/scss/splitter/_variables.scss +8 -8
  115. package/scss/spreadsheet/_variables.scss +25 -25
  116. package/scss/stepper/_variables.scss +15 -15
  117. package/scss/switch/_variables.scss +10 -10
  118. package/scss/table/_variables.scss +10 -10
  119. package/scss/tabstrip/_variables.scss +14 -14
  120. package/scss/taskboard/_variables.scss +15 -15
  121. package/scss/tilelayout/_variables.scss +2 -2
  122. package/scss/timeline/_variables.scss +7 -7
  123. package/scss/timeselector/_variables.scss +12 -8
  124. package/scss/toolbar/_variables.scss +8 -8
  125. package/scss/tooltip/_functions.scss +1 -1
  126. package/scss/tooltip/_variables.scss +14 -3
  127. package/scss/treeview/_variables.scss +9 -9
  128. package/scss/typography/_variables.scss +3 -3
  129. package/scss/upload/_variables.scss +13 -13
  130. package/scss/window/_variables.scss +8 -7
  131. package/scss/core/color-system/_swatch-legacy.scss +0 -274
@@ -54,13 +54,13 @@ $kendo-breadcrumb-lg-line-height: var( --kendo-line-height, normal ) !default;
54
54
 
55
55
  /// The base background of the Breadcrumb.
56
56
  /// @group breadcrumb
57
- $kendo-breadcrumb-bg: $kendo-component-bg !default;
57
+ $kendo-breadcrumb-bg: k-color(app-surface) !default;
58
58
  /// The base text color of the Breadcrumb.
59
59
  /// @group breadcrumb
60
- $kendo-breadcrumb-text: $kendo-component-text !default;
60
+ $kendo-breadcrumb-text: k-color(on-app-surface) !default;
61
61
  /// The base border color of the Breadcrumb.
62
62
  /// @group breadcrumb
63
- $kendo-breadcrumb-border: $kendo-component-border !default;
63
+ $kendo-breadcrumb-border: k-color(border) !default;
64
64
 
65
65
  /// The box shadow of the focused Breadcrumb.
66
66
  /// @group breadcrumb
@@ -134,7 +134,7 @@ $kendo-breadcrumb-link-icon-spacing: $kendo-icon-spacing !default;
134
134
  $kendo-breadcrumb-link-bg: null !default;
135
135
  /// The text color of the Breadcrumb link.
136
136
  /// @group breadcrumb
137
- $kendo-breadcrumb-link-text: $kendo-link-text !default;
137
+ $kendo-breadcrumb-link-text: k-color(primary) !default;
138
138
  /// The border color of the Breadcrumb link.
139
139
  /// @group breadcrumb
140
140
  $kendo-breadcrumb-link-border: null !default;
@@ -144,7 +144,7 @@ $kendo-breadcrumb-link-border: null !default;
144
144
  $kendo-breadcrumb-link-hover-bg: unset !default;
145
145
  /// The text color of the hovered Breadcrumb link.
146
146
  /// @group breadcrumb
147
- $kendo-breadcrumb-link-hover-text: $kendo-link-hover-text !default;
147
+ $kendo-breadcrumb-link-hover-text: k-color(primary-hover) !default;
148
148
  /// The border color of the hovered Breadcrumb link.
149
149
  /// @group breadcrumb
150
150
  $kendo-breadcrumb-link-hover-border: null !default;
@@ -160,14 +160,14 @@ $kendo-breadcrumb-link-focus-text: $kendo-breadcrumb-link-text !default;
160
160
  $kendo-breadcrumb-link-focus-border: null !default;
161
161
  /// The box shadow of the focused Breadcrumb link.
162
162
  /// @group breadcrumb
163
- $kendo-breadcrumb-link-focus-shadow: inset 0 0 0 3px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 25%, transparent), rgba( $kendo-breadcrumb-text, .25 )) !default;
163
+ $kendo-breadcrumb-link-focus-shadow: inset 0 0 0 3px color-mix(in srgb, k-color(on-app-surface) 25%, transparent) !default;
164
164
 
165
165
  /// The background color of the Breadcrumb root link.
166
166
  /// @group breadcrumb
167
167
  $kendo-breadcrumb-root-link-bg: null !default;
168
168
  /// The text color of the Breadcrumb root link.
169
169
  /// @group breadcrumb
170
- $kendo-breadcrumb-root-link-text: $kendo-link-text !default;
170
+ $kendo-breadcrumb-root-link-text: k-color(primary) !default;
171
171
  /// The border color of the Breadcrumb root link.
172
172
  /// @group breadcrumb
173
173
  $kendo-breadcrumb-root-link-border: null !default;
@@ -177,7 +177,7 @@ $kendo-breadcrumb-root-link-border: null !default;
177
177
  $kendo-breadcrumb-root-link-hover-bg: unset !default;
178
178
  /// The text color of the hovered Breadcrumb root link.
179
179
  /// @group breadcrumb
180
- $kendo-breadcrumb-root-link-hover-text: $kendo-link-hover-text !default;
180
+ $kendo-breadcrumb-root-link-hover-text: k-color(primary-hover) !default;
181
181
  /// The border color of the hovered Breadcrumb root link.
182
182
  /// @group breadcrumb
183
183
  $kendo-breadcrumb-root-link-hover-border: null !default;
@@ -200,7 +200,7 @@ $kendo-breadcrumb-root-link-focus-shadow: $kendo-breadcrumb-link-focus-shadow !d
200
200
  $kendo-breadcrumb-current-item-bg: null !default;
201
201
  /// The text color of the current Breadcrumb root link.
202
202
  /// @group breadcrumb
203
- $kendo-breadcrumb-current-item-text: $kendo-color-secondary !default;
203
+ $kendo-breadcrumb-current-item-text: k-color(secondary) !default;
204
204
  /// The border color of the current Breadcrumb root link.
205
205
  /// @group breadcrumb
206
206
  $kendo-breadcrumb-current-item-border: null !default;
@@ -109,17 +109,26 @@ $kendo-button-sizes: (
109
109
 
110
110
  /// The theme colors map for the Button.
111
111
  /// @group button
112
- $kendo-button-theme-colors: map.merge(
113
- $kendo-theme-colors,
114
- ( "base": if($kendo-enable-color-system, k-color( base ), #e4e7eb) )
112
+ $kendo-button-theme-colors: (
113
+ "base": k-color(base),
114
+ "primary": k-color(primary),
115
+ "secondary": k-color(secondary),
116
+ "tertiary": k-color(tertiary),
117
+ "info": k-color(info),
118
+ "success": k-color(success),
119
+ "warning": k-color(warning),
120
+ "error": k-color(error),
121
+ "dark": k-color(dark),
122
+ "light": k-color(light),
123
+ "inverse": if($kendo-is-dark-theme, k-color(light), k-color(dark))
115
124
  ) !default;
116
125
 
117
126
  /// The base background of the Button.
118
127
  /// @group button
119
- $kendo-button-bg: if($kendo-enable-color-system, k-color( base ), #e4e7eb) !default;
128
+ $kendo-button-bg: k-color(base) !default;
120
129
  /// The base text color of the Button.
121
130
  /// @group button
122
- $kendo-button-text: if($kendo-enable-color-system, k-color( on-base ), k-contrast-color( $kendo-button-bg, $kendo-color-dark )) !default;
131
+ $kendo-button-text: k-color(on-base) !default;
123
132
  /// The base border color of the Button.
124
133
  /// @group button
125
134
  $kendo-button-border: $kendo-button-bg !default;
@@ -132,13 +141,13 @@ $kendo-button-shadow: null !default;
132
141
 
133
142
  /// The base background of the hovered Button.
134
143
  /// @group button
135
- $kendo-button-hover-bg: if($kendo-enable-color-system, k-color( base-hover ), k-color-darken( $kendo-button-bg, 7.5% )) !default;
144
+ $kendo-button-hover-bg: k-color(base-hover) !default;
136
145
  /// The base text color of the hovered Button.
137
146
  /// @group button
138
147
  $kendo-button-hover-text: null !default;
139
148
  /// The base border color of the hovered Button.
140
149
  /// @group button
141
- $kendo-button-hover-border: if($kendo-enable-color-system, k-color( base-hover ), k-color-darken( $kendo-button-bg, 10% )) !default;
150
+ $kendo-button-hover-border: k-color(base-hover) !default;
142
151
  /// The base background gradient of the hovered Button.
143
152
  /// @group button
144
153
  $kendo-button-hover-gradient: none !default;
@@ -148,13 +157,13 @@ $kendo-button-hover-shadow: null !default;
148
157
 
149
158
  /// The base background color of the active Button.
150
159
  /// @group button
151
- $kendo-button-active-bg: if($kendo-enable-color-system, k-color( base-active ), k-color-darken( $kendo-button-bg, 10% )) !default;
160
+ $kendo-button-active-bg: k-color(base-active) !default;
152
161
  /// The base text color of the active Button.
153
162
  /// @group button
154
163
  $kendo-button-active-text: null !default;
155
164
  /// The base border color of the active Button.
156
165
  /// @group button
157
- $kendo-button-active-border: if($kendo-enable-color-system, k-color( base-active ), k-color-darken( $kendo-button-bg, 12.5% )) !default;
166
+ $kendo-button-active-border: k-color(base-active) !default;
158
167
  /// The base background gradient of the active Button.
159
168
  /// @group button
160
169
  $kendo-button-active-gradient: null !default;
@@ -164,13 +173,13 @@ $kendo-button-active-shadow: null !default;
164
173
 
165
174
  /// The base background color of the selected Button.
166
175
  /// @group button
167
- $kendo-button-selected-bg: if($kendo-enable-color-system, k-color( primary-active ), k-color-darken( $kendo-color-primary, 10% )) !default;
176
+ $kendo-button-selected-bg: k-color(primary-active) !default;
168
177
  /// The text color of the selected Button.
169
178
  /// @group button
170
- $kendo-button-selected-text: if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-button-selected-bg )) !default;
179
+ $kendo-button-selected-text: k-color(on-primary) !default;
171
180
  /// The border color of the selected Button.
172
181
  /// @group button
173
- $kendo-button-selected-border: if($kendo-enable-color-system, k-color( primary-active ), k-color-darken( $kendo-color-primary, 12.5% )) !default;
182
+ $kendo-button-selected-border: k-color(primary-active) !default;
174
183
  /// The background gradient of the selected Button.
175
184
  /// @group button
176
185
  $kendo-button-selected-gradient: $kendo-button-active-gradient !default;
@@ -180,19 +189,19 @@ $kendo-button-selected-shadow: $kendo-button-active-shadow !default;
180
189
 
181
190
  /// The base background of the focused Button.
182
191
  /// @group button
183
- $kendo-button-focus-bg: if($kendo-enable-color-system, k-color( base-active ), k-color-darken( $kendo-button-bg, 10% )) !default;
192
+ $kendo-button-focus-bg: k-color(base-active) !default;
184
193
  /// The base text color of the focused Button.
185
194
  /// @group button
186
195
  $kendo-button-focus-text: null !default;
187
196
  /// The base border color of the focused Button.
188
197
  /// @group button
189
- $kendo-button-focus-border: if($kendo-enable-color-system, k-color( base-active ), k-color-darken( $kendo-button-bg, 12.5% )) !default;
198
+ $kendo-button-focus-border: k-color(base-active) !default;
190
199
  /// The base background gradient of the focused Button.
191
200
  /// @group button
192
201
  $kendo-button-focus-gradient: null !default;
193
202
  /// The base shadow of the focused Button.
194
203
  /// @group button
195
- $kendo-button-focus-shadow: 0 0 0 .25rem if($kendo-enable-color-system, color-mix(in srgb, k-color( border ) 50%, transparent), rgba( $kendo-button-border, .5 )) !default;
204
+ $kendo-button-focus-shadow: 0 0 0 .25rem color-mix(in srgb, k-color(border) 50%, transparent) !default;
196
205
 
197
206
  /// The base background of the disabled Button.
198
207
  /// @group button
@@ -22,13 +22,13 @@ $kendo-calendar-line-height: var( --kendo-line-height, normal ) !default;
22
22
  $kendo-calendar-cell-size: 38px !default;
23
23
  /// The background color of the Calendar.
24
24
  /// @group calendar
25
- $kendo-calendar-bg: $kendo-component-bg !default;
25
+ $kendo-calendar-bg: k-color(app-surface) !default;
26
26
  /// The text color of the Calendar.
27
27
  /// @group calendar
28
- $kendo-calendar-text: $kendo-component-text !default;
28
+ $kendo-calendar-text: k-color(on-app-surface) !default;
29
29
  /// The border color of the Calendar.
30
30
  /// @group calendar
31
- $kendo-calendar-border: $kendo-component-border !default;
31
+ $kendo-calendar-border: k-color(border) !default;
32
32
 
33
33
  /// The horizontal padding of the header in the Calendar.
34
34
  /// @group calendar
@@ -42,16 +42,16 @@ $kendo-calendar-header-border-width: 1px !default;
42
42
 
43
43
  /// The background color of the header in the Calendar.
44
44
  /// @group calendar
45
- $kendo-calendar-header-bg: $kendo-component-header-bg !default;
45
+ $kendo-calendar-header-bg: k-color(surface) !default;
46
46
  /// The text color of the header in the Calendar.
47
47
  /// @group calendar
48
- $kendo-calendar-header-text: $kendo-component-header-text !default;
48
+ $kendo-calendar-header-text: k-color(on-app-surface) !default;
49
49
  /// The border color of the header in the Calendar.
50
50
  /// @group calendar
51
- $kendo-calendar-header-border: $kendo-component-header-border !default;
51
+ $kendo-calendar-header-border: k-color(border) !default;
52
52
  /// The gradient of the header in the Calendar.
53
53
  /// @group calendar
54
- $kendo-calendar-header-gradient: $kendo-component-header-gradient !default;
54
+ $kendo-calendar-header-gradient: null !default;
55
55
  /// The box shadow of the header in the Calendar.
56
56
  /// @group calendar
57
57
  $kendo-calendar-header-shadow: none !default;
@@ -105,7 +105,7 @@ $kendo-calendar-header-cell-line-height: var( --kendo-line-height-lg, normal ) !
105
105
  $kendo-calendar-header-cell-bg: null !default;
106
106
  /// The text color of the header cells in the Calendar.
107
107
  /// @group calendar
108
- $kendo-calendar-header-cell-text: if($kendo-enable-color-system, k-color( subtle ) , $kendo-subtle-text) !default;
108
+ $kendo-calendar-header-cell-text: k-color(subtle) !default;
109
109
  /// The opacity of the header cells in the Calendar.
110
110
  /// @group calendar
111
111
  $kendo-calendar-header-cell-opacity: null !default;
@@ -155,7 +155,7 @@ $kendo-calendar-weekend-text: null !default;
155
155
  $kendo-calendar-today-style: box !default;
156
156
  /// The color of the current day in the Calendar.
157
157
  /// @group calendar
158
- $kendo-calendar-today-color: $kendo-color-primary !default;
158
+ $kendo-calendar-today-color: k-color(primary) !default;
159
159
 
160
160
  /// The background color of the week number cells in the Calendar.
161
161
  /// @group calendar
@@ -186,39 +186,39 @@ $kendo-calendar-cell-gradient: null !default;
186
186
 
187
187
  /// The background color of the hovered cells in the Calendar.
188
188
  /// @group calendar
189
- $kendo-calendar-cell-hover-bg: $kendo-hover-bg !default;
189
+ $kendo-calendar-cell-hover-bg: k-color(base-subtle-hover) !default;
190
190
  /// The text color of the hovered cells in the Calendar.
191
191
  /// @group calendar
192
- $kendo-calendar-cell-hover-text: $kendo-hover-text !default;
192
+ $kendo-calendar-cell-hover-text: k-color(on-app-surface) !default;
193
193
  /// The border color of the hovered cells in the Calendar.
194
194
  /// @group calendar
195
- $kendo-calendar-cell-hover-border: $kendo-hover-border !default;
195
+ $kendo-calendar-cell-hover-border: k-color(border) !default;
196
196
  /// The gradient of the hovered cells in the Calendar.
197
197
  /// @group calendar
198
198
  $kendo-calendar-cell-hover-gradient: null !default;
199
199
 
200
200
  /// The background color of the selected cells in the Calendar.
201
201
  /// @group calendar
202
- $kendo-calendar-cell-selected-bg: $kendo-selected-bg !default;
202
+ $kendo-calendar-cell-selected-bg: k-color(primary) !default;
203
203
  /// The text color of the selected cells in the Calendar.
204
204
  /// @group calendar
205
- $kendo-calendar-cell-selected-text: $kendo-selected-text !default;
205
+ $kendo-calendar-cell-selected-text: k-color(on-primary) !default;
206
206
  /// The border color of the selected cells in the Calendar.
207
207
  /// @group calendar
208
- $kendo-calendar-cell-selected-border: $kendo-selected-border !default;
208
+ $kendo-calendar-cell-selected-border: k-color(primary) !default;
209
209
  /// The gradient of the selected cells in the Calendar.
210
210
  /// @group calendar
211
211
  $kendo-calendar-cell-selected-gradient: null !default;
212
212
 
213
213
  /// The background color of the selected and hovered cells in the Calendar.
214
214
  /// @group calendar
215
- $kendo-calendar-cell-selected-hover-bg: $kendo-selected-hover-bg !default;
215
+ $kendo-calendar-cell-selected-hover-bg: k-color(primary-hover) !default;
216
216
  /// The text color of the selected and hovered cells in the Calendar.
217
217
  /// @group calendar
218
- $kendo-calendar-cell-selected-hover-text: $kendo-selected-hover-text !default;
218
+ $kendo-calendar-cell-selected-hover-text: k-color(on-primary) !default;
219
219
  /// The border color of the selected and hovered cells in the Calendar.
220
220
  /// @group calendar
221
- $kendo-calendar-cell-selected-hover-border: $kendo-selected-hover-border !default;
221
+ $kendo-calendar-cell-selected-hover-border: k-color(border) !default;
222
222
  /// The gradient of the selected and hovered cells in the Calendar.
223
223
  /// @group calendar
224
224
  $kendo-calendar-cell-selected-hover-gradient: null !default;
@@ -228,7 +228,7 @@ $kendo-calendar-cell-selected-hover-gradient: null !default;
228
228
  $kendo-calendar-cell-focus-shadow: inset $kendo-button-focus-shadow !default;
229
229
  /// The shadow of the selected and focused cells in the Calendar.
230
230
  /// @group calendar
231
- $kendo-calendar-cell-selected-focus-shadow: inset 0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( primary-active ) 50%, transparent), rgba( k-color-darken( $kendo-color-primary, 12.5% ), .5 )) !default;
231
+ $kendo-calendar-cell-selected-focus-shadow: inset 0 0 0 2px color-mix(in srgb, k-color(primary-active) 50%, transparent) !default;
232
232
 
233
233
 
234
234
  /// The width of the Calendar navigation.
@@ -250,7 +250,7 @@ $kendo-calendar-navigation-border: $kendo-calendar-header-border !default;
250
250
 
251
251
  /// The text color of the hovered items in the Calendar navigation.
252
252
  /// @group calendar
253
- $kendo-calendar-navigation-hover-text: $kendo-link-hover-text !default;
253
+ $kendo-calendar-navigation-hover-text: k-color(primary-hover) !default;
254
254
 
255
255
 
256
256
  /// The horizontal padding of the header in the Infinite Calendar.
@@ -23,13 +23,13 @@ $kendo-captcha-line-height: var( --kendo-line-height, normal ) !default;
23
23
  $kendo-captcha-gap: $kendo-captcha-spacer !default;
24
24
  /// The background color of the Captcha.
25
25
  /// @group captcha
26
- $kendo-captcha-bg: $kendo-component-bg !default;
26
+ $kendo-captcha-bg: k-color(app-surface) !default;
27
27
  /// The text color of the Captcha.
28
28
  /// @group captcha
29
- $kendo-captcha-text: $kendo-component-bg !default;
29
+ $kendo-captcha-text: k-color(app-surface) !default;
30
30
  /// The border color of the Captcha.
31
31
  /// @group captcha
32
- $kendo-captcha-border: $kendo-component-bg !default;
32
+ $kendo-captcha-border: k-color(app-surface) !default;
33
33
 
34
34
  /// The gap of the Captcha image wrapper.
35
35
  /// @group captcha
@@ -36,13 +36,13 @@ $kendo-card-deck-gap: k-spacing(4) !default;
36
36
 
37
37
  /// The background color of the Card.
38
38
  /// @group card
39
- $kendo-card-bg: $kendo-component-bg !default;
39
+ $kendo-card-bg: k-color(app-surface) !default;
40
40
  /// The text color of the Card.
41
41
  /// @group card
42
- $kendo-card-text: $kendo-component-text !default;
42
+ $kendo-card-text: k-color(on-app-surface) !default;
43
43
  /// The border color of the Card.
44
44
  /// @group card
45
- $kendo-card-border: $kendo-component-border !default;
45
+ $kendo-card-border: k-color(border) !default;
46
46
  /// The shadow of the Card.
47
47
  /// @group card
48
48
  $kendo-card-shadow: null !default;
@@ -74,10 +74,10 @@ $kendo-card-header-padding-y: $kendo-card-padding-y !default;
74
74
  $kendo-card-header-border-width: $kendo-card-border-width !default;
75
75
  /// The background color of the Card header.
76
76
  /// @group card
77
- $kendo-card-header-bg: $kendo-component-header-bg !default;
77
+ $kendo-card-header-bg: k-color(surface) !default;
78
78
  /// The text color of the Card header.
79
79
  /// @group card
80
- $kendo-card-header-text: $kendo-component-header-text !default;
80
+ $kendo-card-header-text: k-color(on-app-surface) !default;
81
81
  /// The border color of the Card header.
82
82
  /// @group card
83
83
  $kendo-card-header-border: $kendo-card-border !default;
@@ -147,7 +147,7 @@ $kendo-card-subtitle-font-weight: $kendo-card-title-font-weight !default;
147
147
  $kendo-card-subtitle-letter-spacing: null !default;
148
148
  /// The text color of the Card subtitle.
149
149
  /// @group card
150
- $kendo-card-subtitle-text: if($kendo-enable-color-system, k-color( subtle ) , $kendo-subtle-text) !default;
150
+ $kendo-card-subtitle-text: k-color(subtle) !default;
151
151
 
152
152
  /// The maximum width of the Card image.
153
153
  /// @group card
@@ -186,6 +186,18 @@ $kendo-card-callout-width: 1.3em !default;
186
186
  /// @group card
187
187
  $kendo-card-callout-height: 1.3em !default;
188
188
 
189
+ $kendo-card-theme-colors: (
190
+ "primary": k-color(primary),
191
+ "secondary": k-color(secondary),
192
+ "tertiary": k-color(tertiary),
193
+ "info": k-color(info),
194
+ "success": k-color(success),
195
+ "warning": k-color(warning),
196
+ "error": k-color(error),
197
+ "dark": k-color(dark),
198
+ "light": k-color(light),
199
+ "inverse": if($kendo-is-dark-theme, k-color(light), k-color(dark)),
200
+ ) !default;
189
201
 
190
202
  @forward "@progress/kendo-theme-core/scss/components/card/_variables.scss" with (
191
203
  $kendo-card-padding-x: $kendo-card-padding-x,
@@ -242,5 +254,6 @@ $kendo-card-callout-height: 1.3em !default;
242
254
  $kendo-card-deck-scroll-button-radius: $kendo-card-deck-scroll-button-radius,
243
255
  $kendo-card-deck-scroll-button-offset: $kendo-card-deck-scroll-button-offset,
244
256
  $kendo-card-callout-width: $kendo-card-callout-width,
245
- $kendo-card-callout-height: $kendo-card-callout-height
257
+ $kendo-card-callout-height: $kendo-card-callout-height,
258
+ $kendo-card-theme-colors: $kendo-card-theme-colors
246
259
  );
@@ -5,10 +5,10 @@
5
5
 
6
6
  /// The color of the area around the chart type icon.
7
7
  /// @group chart-wizard
8
- $kendo-chart-wizard-icon-area-color: if($kendo-enable-color-system, k-color(primary), $kendo-color-primary) !default;
8
+ $kendo-chart-wizard-icon-area-color: k-color(primary) !default;
9
9
  /// The background color of the area around the chart type icon.
10
10
  /// @group chart-wizard
11
- $kendo-chart-wizard-icon-area-bg: if($kendo-enable-color-system, k-color(primary-subtle), k-try-tint( $kendo-color-primary, 80% )) !default;
11
+ $kendo-chart-wizard-icon-area-bg: k-color(primary-subtle) !default;
12
12
  /// The border radius of the area around the chart type icon.
13
13
  /// @group chart-wizard
14
14
  $kendo-chart-wizard-icon-area-border-radius: k-border-radius(sm) !default;
@@ -17,14 +17,14 @@ $kendo-chart-wizard-icon-area-border-radius: k-border-radius(sm) !default;
17
17
  $kendo-chart-wizard-icon-area-padding: k-spacing(4) !default;
18
18
  /// The box shadow of the focused area around the chart type icon.
19
19
  /// @group chart-wizard
20
- $kendo-chart-wizard-icon-area-focus-shadow: inset 0 0 0 1px if($kendo-enable-color-system, k-color(primary-emphasis), k-try-tint( $kendo-color-primary, 25% )) !default;
20
+ $kendo-chart-wizard-icon-area-focus-shadow: inset 0 0 0 1px k-color(primary-emphasis) !default;
21
21
  /// The box shadow of the selected area around the chart type icon.
22
22
  /// @group chart-wizard
23
23
  $kendo-chart-wizard-icon-area-selected-shadow: inset 0 0 0 1px $kendo-chart-wizard-icon-area-color !default;
24
24
 
25
25
  /// The color of the selected chart type items in the Property panel.
26
26
  /// @group chart-wizard
27
- $kendo-chart-wizard-chart-type-selected-color: if($kendo-enable-color-system, k-color(primary), $kendo-color-primary) !default;
27
+ $kendo-chart-wizard-chart-type-selected-color: k-color(primary) !default;
28
28
 
29
29
  /// The padding of the preview pane.
30
30
  /// @group chart-wizard
@@ -58,7 +58,7 @@ $kendo-chat-timestamp-line-height: var( --kendo-line-height, normal ) !default;
58
58
  $kendo-chat-timestamp-transform: uppercase !default;
59
59
  /// The text color of the Chat timestamp.
60
60
  /// @group chat
61
- $kendo-chat-timestamp-text: if($kendo-enable-color-system, k-color( subtle ) , $kendo-subtle-text) !default;
61
+ $kendo-chat-timestamp-text: k-color(subtle) !default;
62
62
  /// The background color of the Chat timestamp.
63
63
  /// @group chat
64
64
  $kendo-chat-timestamp-bg: null !default;
@@ -139,13 +139,13 @@ $kendo-chat-quick-reply-line-height: $kendo-chat-bubble-line-height !default;
139
139
 
140
140
  /// The background color of the Chat.
141
141
  /// @group chat
142
- $kendo-chat-bg: $kendo-app-bg !default;
142
+ $kendo-chat-bg: k-color(surface) !default;
143
143
  /// The text color of the Chat.
144
144
  /// @group chat
145
- $kendo-chat-text: $kendo-app-text !default;
145
+ $kendo-chat-text: k-color(on-app-surface) !default;
146
146
  /// The border color of the Chat.
147
147
  /// @group chat
148
- $kendo-chat-border: $kendo-app-border !default;
148
+ $kendo-chat-border: k-color(border) !default;
149
149
 
150
150
  /// The background color of the Chat bubble.
151
151
  /// @group chat
@@ -168,10 +168,10 @@ $kendo-chat-bubble-selected-shadow: none !default;
168
168
 
169
169
  /// The background color of the Chat alt bubble.
170
170
  /// @group chat
171
- $kendo-chat-alt-bubble-bg: $kendo-color-primary !default;
171
+ $kendo-chat-alt-bubble-bg: k-color(primary) !default;
172
172
  /// The text color of the Chat alt bubble.
173
173
  /// @group chat
174
- $kendo-chat-alt-bubble-text: if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-chat-alt-bubble-bg )) !default;
174
+ $kendo-chat-alt-bubble-text: k-color(on-primary) !default;
175
175
  /// The border color of the Chat alt bubble.
176
176
  /// @group chat
177
177
  $kendo-chat-alt-bubble-border: $kendo-chat-alt-bubble-bg !default;
@@ -190,20 +190,20 @@ $kendo-chat-alt-bubble-selected-shadow: none !default;
190
190
  $kendo-chat-quick-reply-bg: transparent !default;
191
191
  /// The text color of the Chat quick reply.
192
192
  /// @group chat
193
- $kendo-chat-quick-reply-text: $kendo-color-primary !default;
193
+ $kendo-chat-quick-reply-text: k-color(primary) !default;
194
194
  /// The border color of the Chat quick reply.
195
195
  /// @group chat
196
- $kendo-chat-quick-reply-border: $kendo-color-primary !default;
196
+ $kendo-chat-quick-reply-border: k-color(primary) !default;
197
197
 
198
198
  /// The background color of the hovered Chat quick reply.
199
199
  /// @group chat
200
- $kendo-chat-quick-reply-hover-bg: $kendo-color-primary !default;
200
+ $kendo-chat-quick-reply-hover-bg: k-color(primary) !default;
201
201
  /// The text color of the hovered Chat quick reply.
202
202
  /// @group chat
203
- $kendo-chat-quick-reply-hover-text: $kendo-color-primary-contrast !default;
203
+ $kendo-chat-quick-reply-hover-text: k-color(on-primary) !default;
204
204
  /// The border color of the hovered Chat quick reply.
205
205
  /// @group chat
206
- $kendo-chat-quick-reply-hover-border: $kendo-color-primary !default;
206
+ $kendo-chat-quick-reply-hover-border: k-color(primary) !default;
207
207
 
208
208
  /// The shadow blur of the focused Chat quick reply.
209
209
  /// @group chat
@@ -59,13 +59,13 @@ $kendo-checkbox-sizes: (
59
59
 
60
60
  /// The background color of CheckBox.
61
61
  /// @group checkbox
62
- $kendo-checkbox-bg: $kendo-component-bg !default;
62
+ $kendo-checkbox-bg: k-color(app-surface) !default;
63
63
  /// The text color of CheckBox.
64
64
  /// @group checkbox
65
65
  $kendo-checkbox-text: null !default;
66
66
  /// The border color of CheckBox.
67
67
  /// @group checkbox
68
- $kendo-checkbox-border: if($kendo-enable-color-system, k-color( border-alt ), if( k-is-light( $kendo-checkbox-bg ), #ced4da, #6c757d )) !default;
68
+ $kendo-checkbox-border: k-color(border-alt) !default;
69
69
 
70
70
  /// The background color of the hovered CheckBox.
71
71
  /// @group checkbox
@@ -79,10 +79,10 @@ $kendo-checkbox-hover-border: null !default;
79
79
 
80
80
  /// The background color of the checked CheckBox.
81
81
  /// @group checkbox
82
- $kendo-checkbox-checked-bg: $kendo-color-primary !default;
82
+ $kendo-checkbox-checked-bg: k-color(primary) !default;
83
83
  /// The color of the checked CheckBox.
84
84
  /// @group checkbox
85
- $kendo-checkbox-checked-text: if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-checkbox-checked-bg )) !default;
85
+ $kendo-checkbox-checked-text: k-color(on-primary) !default;
86
86
  /// The border color of the checked CheckBox.
87
87
  /// @group checkbox
88
88
  $kendo-checkbox-checked-border: $kendo-checkbox-checked-bg !default;
@@ -99,10 +99,10 @@ $kendo-checkbox-indeterminate-border: $kendo-checkbox-checked-border !default;
99
99
 
100
100
  /// The border color of the focused CheckBox.
101
101
  /// @group checkbox
102
- $kendo-checkbox-focus-border: if($kendo-enable-color-system, k-color( primary-emphasis ), k-try-tint( $kendo-color-primary, 50% )) !default;
102
+ $kendo-checkbox-focus-border: k-color(primary-emphasis) !default;
103
103
  /// The box shadow of the focused CheckBox.
104
104
  /// @group checkbox
105
- $kendo-checkbox-focus-shadow: 0 0 0 .25rem if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-color-primary, .25 )) !default;
105
+ $kendo-checkbox-focus-shadow: 0 0 0 .25rem color-mix(in srgb, k-color(primary) 25%, transparent) !default;
106
106
  /// The border color of the focused and checked CheckBox.
107
107
  /// @group checkbox
108
108
  $kendo-checkbox-focus-checked-border: $kendo-checkbox-checked-border !default;
@@ -135,10 +135,10 @@ $kendo-checkbox-disabled-checked-border: null !default;
135
135
  $kendo-checkbox-invalid-bg: null !default;
136
136
  /// The text color of the invalid CheckBox.
137
137
  /// @group checkbox
138
- $kendo-checkbox-invalid-text: $kendo-invalid-text !default;
138
+ $kendo-checkbox-invalid-text: k-color(error) !default;
139
139
  /// The border color of the invalid CheckBox.
140
140
  /// @group checkbox
141
- $kendo-checkbox-invalid-border: $kendo-invalid-border !default;
141
+ $kendo-checkbox-invalid-border: k-color(error) !default;
142
142
 
143
143
 
144
144
  // CheckBox indicator
@@ -11,15 +11,15 @@
11
11
 
12
12
  @if ($name == "info") {
13
13
  @include fill (
14
- $color: if($kendo-enable-color-system, k-color( on-app-surface ), if( $kendo-is-dark-theme, k-color-tint($color, 25%), $kendo-chip-outline-text)),
15
- $border: if($kendo-enable-color-system, $color, if( $kendo-is-dark-theme, k-color-tint($color, 25%), $color))
14
+ $color: k-color( on-app-surface ),
15
+ $border: $color
16
16
  );
17
17
 
18
18
  &:hover,
19
19
  &.k-hover,
20
20
  &.k-selected {
21
21
  @include fill(
22
- if($kendo-enable-color-system, k-color( on-app-surface ), if( $kendo-is-dark-theme, k-contrast-color($color), $kendo-chip-outline-text)),
22
+ k-color( on-app-surface ),
23
23
  $color,
24
24
  $color
25
25
  );
@@ -101,10 +101,10 @@ $kendo-chip-base-bg: $kendo-button-bg !default;
101
101
  /// @group chip
102
102
  $kendo-chip-theme-colors: (
103
103
  "base": $kendo-chip-base-bg,
104
- "error": map.get( $kendo-theme-colors, "error" ),
105
- "info": map.get( $kendo-theme-colors, "info" ),
106
- "warning": map.get( $kendo-theme-colors, "warning" ),
107
- "success": map.get( $kendo-theme-colors, "success" )
104
+ "error": k-color(error),
105
+ "info": k-color(info),
106
+ "warning": k-color(warning),
107
+ "success": k-color(success)
108
108
  ) !default;
109
109
 
110
110
  /// The base background color of the solid Chip.
@@ -146,10 +146,10 @@ $kendo-chip-solid-selected-text: null !default;
146
146
 
147
147
  /// The base background color of the outline Chip.
148
148
  /// @group chip
149
- $kendo-chip-outline-bg: $kendo-component-bg !default;
149
+ $kendo-chip-outline-bg: k-color(app-surface) !default;
150
150
  /// The base text color of the outline Chip.
151
151
  /// @group chip
152
- $kendo-chip-outline-text: if($kendo-enable-color-system, k-color( base-on-surface ), $kendo-chip-solid-text) !default;
152
+ $kendo-chip-outline-text: k-color(base-on-surface) !default;
153
153
  /// The base border color of the outline Chip.
154
154
  /// @group chip
155
155
  $kendo-chip-outline-border: $kendo-chip-outline-text !default;
@@ -162,7 +162,7 @@ $kendo-chip-outline-shadow: 0 0 0 2px rgba( $kendo-chip-base-bg, .16 ) !default;
162
162
  $kendo-chip-outline-hover-bg: $kendo-chip-outline-text !default;
163
163
  /// The base text color of the hovered outline Chip.
164
164
  /// @group chip
165
- $kendo-chip-outline-hover-text: if($kendo-enable-color-system, k-color( base-subtle ), k-contrast-legacy( $kendo-chip-outline-hover-bg )) !default;
165
+ $kendo-chip-outline-hover-text: k-color(base-subtle) !default;
166
166
 
167
167
  /// The base background color of the selected outline Chip.
168
168
  /// @group chip
@@ -6,11 +6,11 @@ $kendo-color-preview-border-radius: k-border-radius(md) !default;
6
6
  $kendo-color-preview-border-width: 1px !default;
7
7
  $kendo-color-preview-bg: null !default;
8
8
  $kendo-color-preview-text: null !default;
9
- $kendo-color-preview-border: $kendo-component-border !default;
10
- $kendo-color-preview-hover-border: $kendo-hover-border !default;
9
+ $kendo-color-preview-border: k-color(border) !default;
10
+ $kendo-color-preview-hover-border: k-color(border) !default;
11
11
 
12
12
  $kendo-color-preview-no-color-bg: $kendo-color-white !default;
13
- $kendo-color-preview-no-color-text: $kendo-color-error !default;
13
+ $kendo-color-preview-no-color-text: k-color(error) !default;
14
14
  $kendo-color-preview-no-color-border: null !default;
15
15
 
16
16
  $kendo-color-preview-no-color-image: k-escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' version='1.1'><line x1='0' x2='20' y1='0' y2='20' stroke='#{$kendo-color-preview-no-color-text}' stroke-width='1'/></svg>") ) !default;
@@ -36,17 +36,17 @@ $kendo-color-editor-font-size: var( --kendo-font-size, inherit ) !default;
36
36
  $kendo-color-editor-line-height: var( --kendo-line-height, normal ) !default;
37
37
  /// The text color of the ColorEditor.
38
38
  /// @group color-editor
39
- $kendo-color-editor-text: $kendo-component-text !default;
39
+ $kendo-color-editor-text: k-color(on-app-surface) !default;
40
40
  /// The background color of the ColorEditor.
41
41
  /// @group color-editor
42
- $kendo-color-editor-bg: $kendo-component-bg !default;
42
+ $kendo-color-editor-bg: k-color(app-surface) !default;
43
43
  /// The border color of the ColorEditor.
44
44
  /// @group color-editor
45
- $kendo-color-editor-border: $kendo-component-border !default;
45
+ $kendo-color-editor-border: k-color(border) !default;
46
46
 
47
47
  /// The border color of the focused ColorEditor.
48
48
  /// @group color-editor
49
- $kendo-color-editor-focus-border: $kendo-hover-border !default;
49
+ $kendo-color-editor-focus-border: k-color(border) !default;
50
50
  /// The box shadow of the focused ColorEditor.
51
51
  /// @group color-editor
52
52
  $kendo-color-editor-focus-shadow: null !default;