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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (148) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/all.scss +1410 -1405
  3. package/dist/default-blue.css +1 -1
  4. package/dist/default-dataviz-v4.css +1 -1
  5. package/dist/default-green.css +1 -1
  6. package/dist/default-main-dark.css +1 -1
  7. package/dist/default-main-dark.scss +138 -138
  8. package/dist/default-main.css +1 -1
  9. package/dist/default-nordic.css +1 -1
  10. package/dist/default-ocean-blue-a11y.css +1 -1
  11. package/dist/default-ocean-blue.css +1 -1
  12. package/dist/default-orange.css +1 -1
  13. package/dist/default-purple.css +1 -1
  14. package/dist/default-turquoise.css +1 -1
  15. package/dist/default-urban.css +1 -1
  16. package/dist/meta/sassdoc-data.json +9591 -3969
  17. package/dist/meta/sassdoc-raw-data.json +2819 -1150
  18. package/dist/meta/variables.json +3814 -92
  19. package/lib/swatches/default-blue.json +1 -1
  20. package/lib/swatches/default-dataviz-v4.json +1 -1
  21. package/lib/swatches/default-green.json +1 -1
  22. package/lib/swatches/default-main-dark.json +149 -149
  23. package/lib/swatches/default-main.json +1 -1
  24. package/lib/swatches/default-nordic.json +1 -1
  25. package/lib/swatches/default-ocean-blue-a11y.json +1 -1
  26. package/lib/swatches/default-ocean-blue.json +1 -1
  27. package/lib/swatches/default-orange.json +1 -1
  28. package/lib/swatches/default-purple.json +1 -1
  29. package/lib/swatches/default-turquoise.json +1 -1
  30. package/lib/swatches/default-urban.json +1 -1
  31. package/package.json +4 -4
  32. package/scss/_variables.scss +2 -15
  33. package/scss/action-buttons/_index.scss +0 -1
  34. package/scss/action-sheet/_index.scss +0 -1
  35. package/scss/appbar/_index.scss +0 -1
  36. package/scss/autocomplete/_index.scss +0 -1
  37. package/scss/avatar/_index.scss +0 -1
  38. package/scss/bottom-navigation/_index.scss +0 -1
  39. package/scss/breadcrumb/_index.scss +0 -1
  40. package/scss/button/_layout.scss +1 -1
  41. package/scss/calendar/_index.scss +0 -1
  42. package/scss/captcha/_index.scss +0 -1
  43. package/scss/card/_index.scss +0 -1
  44. package/scss/chat/_index.scss +0 -1
  45. package/scss/checkbox/_layout.scss +1 -1
  46. package/scss/coloreditor/_index.scss +0 -1
  47. package/scss/coloreditor/_variables.scss +24 -24
  48. package/scss/colorgradient/_index.scss +0 -1
  49. package/scss/colorgradient/_variables.scss +43 -43
  50. package/scss/colorpalette/_index.scss +0 -1
  51. package/scss/colorpalette/_variables.scss +8 -8
  52. package/scss/combobox/_index.scss +0 -1
  53. package/scss/core/color-system/_palettes.scss +25 -1
  54. package/scss/core/color-system/_swatch-legacy.scss +13 -1
  55. package/scss/core/color-system/_swatch.scss +248 -3
  56. package/scss/dataviz/_index.scss +0 -1
  57. package/scss/daterangepicker/_index.scss +0 -1
  58. package/scss/dialog/_index.scss +0 -1
  59. package/scss/drawer/_index.scss +0 -1
  60. package/scss/dropdowngrid/_index.scss +0 -1
  61. package/scss/dropdownlist/_index.scss +0 -1
  62. package/scss/dropdowntree/_index.scss +0 -1
  63. package/scss/dropzone/_index.scss +0 -1
  64. package/scss/editor/_index.scss +0 -1
  65. package/scss/expansion-panel/_index.scss +0 -1
  66. package/scss/fab/_index.scss +0 -1
  67. package/scss/filemanager/_index.scss +0 -1
  68. package/scss/filemanager/_variables.scss +57 -57
  69. package/scss/filter/_index.scss +0 -1
  70. package/scss/floating-label/_index.scss +0 -1
  71. package/scss/forms/_index.scss +0 -1
  72. package/scss/forms/_layout.scss +1 -1
  73. package/scss/gantt/_index.scss +1 -1
  74. package/scss/grid/_index.scss +0 -1
  75. package/scss/imageeditor/_index.scss +0 -1
  76. package/scss/index.scss +3 -1
  77. package/scss/input/_index.scss +0 -1
  78. package/scss/input/_layout.scss +2 -2
  79. package/scss/list/_index.scss +0 -1
  80. package/scss/listbox/_index.scss +0 -1
  81. package/scss/listgroup/_index.scss +0 -1
  82. package/scss/listview/_index.scss +0 -1
  83. package/scss/loader/_index.scss +0 -1
  84. package/scss/loader/_layout.scss +87 -2
  85. package/scss/loader/_variables.scss +3 -0
  86. package/scss/map/_index.scss +0 -1
  87. package/scss/maskedtextbox/_index.scss +0 -1
  88. package/scss/mediaplayer/_index.scss +0 -1
  89. package/scss/menu/_index.scss +0 -1
  90. package/scss/messagebox/_index.scss +0 -1
  91. package/scss/multiselect/_index.scss +0 -1
  92. package/scss/notification/_index.scss +0 -1
  93. package/scss/numerictextbox/_index.scss +0 -1
  94. package/scss/orgchart/_index.scss +0 -1
  95. package/scss/pager/_index.scss +0 -1
  96. package/scss/panel/_index.scss +36 -0
  97. package/scss/panel/_layout.scss +30 -0
  98. package/scss/panel/_theme.scss +23 -0
  99. package/scss/panel/_variables.scss +34 -0
  100. package/scss/panelbar/_index.scss +0 -1
  101. package/scss/pdf-viewer/_index.scss +0 -1
  102. package/scss/pivotgrid/_index.scss +0 -1
  103. package/scss/popover/_index.scss +0 -1
  104. package/scss/popup/_index.scss +0 -1
  105. package/scss/popup/_layout.scss +25 -8
  106. package/scss/progressbar/_index.scss +0 -1
  107. package/scss/prompt/_index.scss +0 -5
  108. package/scss/radio/_layout.scss +1 -1
  109. package/scss/rating/_index.scss +0 -1
  110. package/scss/responsivepanel/_index.scss +0 -1
  111. package/scss/ripple/_index.scss +0 -1
  112. package/scss/scheduler/_index.scss +1 -1
  113. package/scss/scroller/_index.scss +0 -1
  114. package/scss/scrollview/_index.scss +0 -1
  115. package/scss/slider/_index.scss +0 -1
  116. package/scss/splitter/_index.scss +0 -1
  117. package/scss/spreadsheet/_index.scss +0 -1
  118. package/scss/stepper/_index.scss +0 -1
  119. package/scss/stepper/_variables.scss +2 -2
  120. package/scss/switch/_index.scss +0 -1
  121. package/scss/table/_index.scss +0 -1
  122. package/scss/tabstrip/_index.scss +0 -1
  123. package/scss/taskboard/_index.scss +0 -1
  124. package/scss/taskboard/_theme.scss +1 -1
  125. package/scss/textarea/_index.scss +0 -1
  126. package/scss/textbox/_index.scss +0 -1
  127. package/scss/tilelayout/_index.scss +0 -1
  128. package/scss/tilelayout/_variables.scss +10 -10
  129. package/scss/time-marker/_index.scss +32 -0
  130. package/scss/time-marker/_layout.scss +21 -0
  131. package/scss/time-marker/_theme.scss +24 -0
  132. package/scss/time-marker/_variables.scss +6 -0
  133. package/scss/timeline/_index.scss +0 -1
  134. package/scss/toolbar/_index.scss +0 -1
  135. package/scss/tooltip/_index.scss +0 -1
  136. package/scss/treelist/_index.scss +0 -1
  137. package/scss/treeview/_index.scss +0 -1
  138. package/scss/upload/_index.scss +0 -1
  139. package/scss/validator/_index.scss +0 -1
  140. package/scss/window/_index.scss +0 -1
  141. package/scss/wizard/_index.scss +0 -1
  142. package/scss/common/_animations.scss +0 -712
  143. package/scss/common/_base.scss +0 -198
  144. package/scss/common/_dragdrop.scss +0 -74
  145. package/scss/common/_index.scss +0 -5
  146. package/scss/common/_indicators.scss +0 -37
  147. package/scss/common/_resizing.scss +0 -124
  148. package/scss/common/_scrollbar.scss +0 -27
@@ -218,39 +218,63 @@ $_default-palette-flamingo-pink: (
218
218
 
219
219
 
220
220
  // stylelint-disable scss/no-global-function-names
221
+ /// The Gray Palette provides colors to the Base, Secondary, Light, Dark, and Inverse variable groups.
222
+ /// @group palette
221
223
  $kendo-palette-gray: $_default-palette-gray !default;
222
224
  $kendo-palette-gray: map-merge($_default-palette-gray, $kendo-palette-gray);
223
225
 
226
+ /// The Coral Palette provides colors to the Primary and Series A variable groups.
227
+ /// @group palette
224
228
  $kendo-palette-coral: $_default-palette-coral !default;
225
229
  $kendo-palette-coral: map-merge($_default-palette-coral, $kendo-palette-coral);
226
230
 
231
+ /// The Sky Blue Palette provides colors to the Tertiary variable group.
232
+ /// @group palette
227
233
  $kendo-palette-sky-blue: $_default-palette-sky-blue !default;
228
234
  $kendo-palette-sky-blue: map-merge($_default-palette-sky-blue, $kendo-palette-sky-blue);
229
235
 
236
+ /// The Green Palette provides colors to the Success variable group.
237
+ /// @group palette
230
238
  $kendo-palette-green: $_default-palette-green !default;
231
239
  $kendo-palette-green: map-merge($_default-palette-green, $kendo-palette-green);
232
240
 
241
+ /// The Blue Palette provides colors to the Info variable group.
242
+ /// @group palette
233
243
  $kendo-palette-blue: $_default-palette-blue !default;
234
244
  $kendo-palette-blue: map-merge($_default-palette-blue, $kendo-palette-blue);
235
245
 
246
+ /// The Yellow Palette provides colors to the Warning variable group.
247
+ /// @group palette
236
248
  $kendo-palette-yellow: $_default-palette-yellow !default;
237
249
  $kendo-palette-yellow: map-merge($_default-palette-yellow, $kendo-palette-yellow);
238
250
 
251
+ /// The Red Palette provides colors to the Error variable group.
252
+ /// @group palette
239
253
  $kendo-palette-red: $_default-palette-red !default;
240
254
  $kendo-palette-red: map-merge($_default-palette-red, $kendo-palette-red);
241
255
 
256
+ /// The Lemon Yellow Palette provides colors to the Series B variable group.
257
+ /// @group palette
242
258
  $kendo-palette-lemon-yellow: $_default-palette-lemon-yellow !default;
243
259
  $kendo-palette-lemon-yellow: map-merge($_default-palette-lemon-yellow, $kendo-palette-lemon-yellow);
244
260
 
261
+ /// The Spring Green Palette provides colors to the Series C variable group.
262
+ /// @group palette
245
263
  $kendo-palette-spring-green: $_default-palette-spring-green !default;
246
264
  $kendo-palette-spring-green: map-merge($_default-palette-spring-green, $kendo-palette-spring-green);
247
265
 
266
+ /// The Royal Blue Palette provides colors to the Series D variable group.
267
+ /// @group palette
248
268
  $kendo-palette-royal-blue: $_default-palette-royal-blue !default;
249
269
  $kendo-palette-royal-blue: map-merge($_default-palette-royal-blue, $kendo-palette-royal-blue);
250
270
 
271
+ /// The Lavender Purple Palette provides colors to the Series E variable group.
272
+ /// @group palette
251
273
  $kendo-palette-lavender-purple: $_default-palette-lavender-purple !default;
252
274
  $kendo-palette-lavender-purple: map-merge($_default-palette-lavender-purple, $kendo-palette-lavender-purple);
253
275
 
276
+ /// The Flamingo Pink Palette provides colors to the Series F variable group.
277
+ /// @group palette
254
278
  $kendo-palette-flamingo-pink: $_default-palette-flamingo-pink !default;
255
279
  $kendo-palette-flamingo-pink: map-merge($_default-palette-flamingo-pink, $kendo-palette-flamingo-pink);
256
- // stylelint-enable scss/no-global-function-names
280
+ // stylelint-enable scss/no-global-function-names
@@ -37,7 +37,11 @@
37
37
  $kendo-selected-hover-text: $kendo-selected-text;
38
38
  $kendo-selected-hover-border: $kendo-base-border;
39
39
  $kendo-selected-hover-gradient: $kendo-base-gradient;
40
- $kendo-disabled-text: k-color( on-app-surface );
40
+ $kendo-disabled-text: null;
41
+ $kendo-disabled-bg: null;
42
+ $kendo-disabled-border: null;
43
+ $kendo-disabled-opacity: .6;
44
+ $kendo-disabled-filter: grayscale(.1);
41
45
  $kendo-component-header-bg: $kendo-base-bg;
42
46
  $kendo-component-header-text: $kendo-base-text;
43
47
  $kendo-component-header-border: $kendo-base-border;
@@ -59,4 +63,12 @@
59
63
  "light": $kendo-color-light,
60
64
  "inverse": $kendo-color-inverse,
61
65
  );
66
+
67
+ $kendo-disabled-styling: (
68
+ bg: $kendo-disabled-bg,
69
+ color: $kendo-disabled-text,
70
+ border: $kendo-disabled-border,
71
+ opacity: $kendo-disabled-opacity,
72
+ filter: $kendo-disabled-filter
73
+ );
62
74
  }
@@ -176,6 +176,254 @@ $_default-colors: (
176
176
 
177
177
  /// The global default Colors map.
178
178
  /// @group color-system
179
+ ///
180
+ /// @subgroup {misc}
181
+ /// [app-surface, on-app-surface, subtle,
182
+ /// surface, surface-alt, border, border-alt]
183
+ /// The Misc variable group.
184
+ /// @prop {Color} app-surface - The background color of the application.
185
+ /// @prop {Color} on-app-surface - The text color of the application.
186
+ /// @prop {Color} subtle - The subtle text color.
187
+ /// @prop {Color} surface - The background color of the components' chrome area.
188
+ /// @prop {Color} surface-alt - The alternative background color of the components' chrome area.
189
+ /// @prop {Color} border - Тhe border color of the application.
190
+ /// @prop {Color} border-alt - Тhe alternative border color of the application.
191
+ ///
192
+ /// @subgroup {base}
193
+ /// [base-subtle, base-subtle-hover, base-subtle-active,
194
+ /// base, base-hover, base-active, base-emphasis,
195
+ /// base-on-subtle, on-base, base-on-surface]
196
+ /// The Base variable group.
197
+ /// @prop {Color} base-subtle - The base subtle background color variable.
198
+ /// @prop {Color} base-subtle-hover - The base subtle background color variable for the hover state.
199
+ /// @prop {Color} base-subtle-active - The base subtle background color variable for the active state.
200
+ /// @prop {Color} base - The base background color variable.
201
+ /// @prop {Color} base-hover - The base background color variable for the hover state.
202
+ /// @prop {Color} base-active - The base background color variable for the active state.
203
+ /// @prop {Color} base-emphasis - The emphasized base color variable.
204
+ /// @prop {Color} base-on-subtle - The text color variable for content on base subtle.
205
+ /// @prop {Color} on-base - The text color variable for content on base.
206
+ /// @prop {Color} base-on-surface - The text color variable for content on surface.
207
+ ///
208
+ /// @subgroup {primary}
209
+ /// [primary-subtle, primary-subtle-hover, primary-subtle-active,
210
+ /// primary, primary-hover, primary-active, primary-emphasis,
211
+ /// primary-on-subtle, on-primary, primary-on-surface]
212
+ /// The Primary variable group.
213
+ /// @prop {Color} primary-subtle - The primary subtle background color variable.
214
+ /// @prop {Color} primary-subtle-hover - The primary subtle background color variable for the hover state.
215
+ /// @prop {Color} primary-subtle-active - The primary subtle background color variable for the active state.
216
+ /// @prop {Color} primary - The primary background color variable.
217
+ /// @prop {Color} primary-hover - The primary background color variable for the hover state.
218
+ /// @prop {Color} primary-active - The primary background color variable for the active state.
219
+ /// @prop {Color} primary-emphasis - The emphasized primary color variable.
220
+ /// @prop {Color} primary-on-subtle - The text color variable for content on primary subtle.
221
+ /// @prop {Color} on-primary - The text color variable for content on primary.
222
+ /// @prop {Color} primary-on-surface - The text color variable for content on surface.
223
+ ///
224
+ /// @subgroup {secondary}
225
+ /// [secondary-subtle, secondary-subtle-hover, secondary-subtle-active,
226
+ /// secondary, secondary-hover, secondary-active, secondary-emphasis,
227
+ /// secondary-on-subtle, on-secondary, secondary-on-surface]
228
+ /// The Secondary variable group.
229
+ /// @prop {Color} secondary-subtle - The secondary subtle background color variable.
230
+ /// @prop {Color} secondary-subtle-hover - The secondary subtle background color variable for the hover state.
231
+ /// @prop {Color} secondary-subtle-active - The secondary subtle background color variable for the active state.
232
+ /// @prop {Color} secondary - The secondary background color variable.
233
+ /// @prop {Color} secondary-hover - The secondary background color variable for the hover state.
234
+ /// @prop {Color} secondary-active - The secondary background color variable for the active state.
235
+ /// @prop {Color} secondary-emphasis - The emphasized secondary color variable.
236
+ /// @prop {Color} secondary-on-subtle - The text color variable for content on secondary subtle.
237
+ /// @prop {Color} on-secondary - The text color variable for content on secondary.
238
+ /// @prop {Color} secondary-on-surface - The text color variable for content on surface.
239
+ ///
240
+ /// @subgroup {tertiary}
241
+ /// [tertiary-subtle, tertiary-subtle-hover, tertiary-subtle-active,
242
+ /// tertiary, tertiary-hover, tertiary-active, tertiary-emphasis,
243
+ /// tertiary-on-subtle, on-tertiary, tertiary-on-surface]
244
+ /// The Tertiary variable group.
245
+ /// @prop {Color} tertiary-subtle - The tertiary subtle background color variable.
246
+ /// @prop {Color} tertiary-subtle-hover - The tertiary subtle background color variable for the hover state.
247
+ /// @prop {Color} tertiary-subtle-active - The tertiary subtle background color variable for the active state.
248
+ /// @prop {Color} tertiary - The tertiary background color variable.
249
+ /// @prop {Color} tertiary-hover - The tertiary background color variable for the hover state.
250
+ /// @prop {Color} tertiary-active - The tertiary background color variable for the active state.
251
+ /// @prop {Color} tertiary-emphasis - The emphasized tertiary color variable.
252
+ /// @prop {Color} tertiary-on-subtle - The text color variable for content on tertiary subtle.
253
+ /// @prop {Color} on-tertiary - The text color variable for content on tertiary.
254
+ /// @prop {Color} tertiary-on-surface - The text color variable for content on surface.
255
+ ///
256
+ /// @subgroup {info}
257
+ /// [info-subtle, info-subtle-hover, info-subtle-active,
258
+ /// info, info-hover, info-active, info-emphasis,
259
+ /// info-on-subtle, on-info, info-on-surface]
260
+ /// The Info variable group.
261
+ /// @prop {Color} info-subtle - The info subtle background color variable.
262
+ /// @prop {Color} info-subtle-hover - The info subtle background color variable for the hover state.
263
+ /// @prop {Color} info-subtle-active - The info subtle background color variable for the active state.
264
+ /// @prop {Color} info - The info background color variable.
265
+ /// @prop {Color} info-hover - The info background color variable for the hover state.
266
+ /// @prop {Color} info-active - The info background color variable for the active state.
267
+ /// @prop {Color} info-emphasis - The emphasized info color variable.
268
+ /// @prop {Color} info-on-subtle - The text color variable for content on info subtle.
269
+ /// @prop {Color} on-info - The text color variable for content on info.
270
+ /// @prop {Color} info-on-surface - The text color variable for content on surface.
271
+ ///
272
+ /// @subgroup {success}
273
+ /// [success-subtle, success-subtle-hover, success-subtle-active,
274
+ /// success, success-hover, success-active, success-emphasis,
275
+ /// success-on-subtle, on-success, success-on-surface]
276
+ /// The Success variable group.
277
+ /// @prop {Color} success-subtle - The success subtle background color variable.
278
+ /// @prop {Color} success-subtle-hover - The success subtle background color variable for the hover state.
279
+ /// @prop {Color} success-subtle-active - The success subtle background color variable for the active state.
280
+ /// @prop {Color} success - The success background color variable.
281
+ /// @prop {Color} success-hover - The success background color variable for the hover state.
282
+ /// @prop {Color} success-active - The success background color variable for the active state.
283
+ /// @prop {Color} success-emphasis - The emphasized success color variable.
284
+ /// @prop {Color} success-on-subtle - The text color variable for content on success subtle.
285
+ /// @prop {Color} on-success - The text color variable for content on success.
286
+ /// @prop {Color} success-on-surface - The text color variable for content on surface.
287
+ ///
288
+ /// @subgroup {warning}
289
+ /// [warning-subtle, warning-subtle-hover, warning-subtle-active,
290
+ /// warning, warning-hover, warning-active, warning-emphasis,
291
+ /// warning-on-subtle, on-warning, warning-on-surface]
292
+ /// The Warning variable group.
293
+ /// @prop {Color} warning-subtle - The warning subtle background color variable.
294
+ /// @prop {Color} warning-subtle-hover - The warning subtle background color variable for the hover state.
295
+ /// @prop {Color} warning-subtle-active - The warning subtle background color variable for the active state.
296
+ /// @prop {Color} warning - The warning background color variable.
297
+ /// @prop {Color} warning-hover - The warning background color variable for the hover state.
298
+ /// @prop {Color} warning-active - The warning background color variable for the active state.
299
+ /// @prop {Color} warning-emphasis - The emphasized warning color variable.
300
+ /// @prop {Color} warning-on-subtle - The text color variable for content on warning subtle.
301
+ /// @prop {Color} on-warning - The text color variable for content on warning.
302
+ /// @prop {Color} warning-on-surface - The text color variable for content on surface.
303
+ ///
304
+ /// @subgroup {error}
305
+ /// [error-subtle, error-subtle-hover, error-subtle-active,
306
+ /// error, error-hover, error-active, error-emphasis,
307
+ /// error-on-subtle, on-error, error-on-surface]
308
+ /// The Error variable group.
309
+ /// @prop {Color} error-subtle - The error subtle background color variable.
310
+ /// @prop {Color} error-subtle-hover - The error subtle background color variable for the hover state.
311
+ /// @prop {Color} error-subtle-active - The error subtle background color variable for the active state.
312
+ /// @prop {Color} error - The error background color variable.
313
+ /// @prop {Color} error-hover - The error background color variable for the hover state.
314
+ /// @prop {Color} error-active - The error background color variable for the active state.
315
+ /// @prop {Color} error-emphasis - The emphasized error color variable.
316
+ /// @prop {Color} error-on-subtle - The text color variable for content on error subtle.
317
+ /// @prop {Color} on-error - The text color variable for content on error.
318
+ /// @prop {Color} error-on-surface - The text color variable for content on surface.
319
+ ///
320
+ /// @subgroup {light}
321
+ /// [light-subtle, light-subtle-hover, light-subtle-active,
322
+ /// light, light-hover, light-active, light-emphasis,
323
+ /// light-on-subtle, on-light, light-on-surface]
324
+ /// The Light variable group.
325
+ /// @prop {Color} light-subtle - The light subtle background color variable.
326
+ /// @prop {Color} light-subtle-hover - The light subtle background color variable for the hover state.
327
+ /// @prop {Color} light-subtle-active - The light subtle background color variable for the active state.
328
+ /// @prop {Color} light - The light background color variable.
329
+ /// @prop {Color} light-hover - The light background color variable for the hover state.
330
+ /// @prop {Color} light-active - The light background color variable for the active state.
331
+ /// @prop {Color} light-emphasis - The emphasized light color variable.
332
+ /// @prop {Color} light-on-subtle - The text color variable for content on light subtle.
333
+ /// @prop {Color} on-light - The text color variable for content on light.
334
+ /// @prop {Color} light-on-surface - The text color variable for content on surface.
335
+ ///
336
+ /// @subgroup {dark}
337
+ /// [dark-subtle, dark-subtle-hover, dark-subtle-active,
338
+ /// dark, dark-hover, dark-active, dark-emphasis,
339
+ /// dark-on-subtle, on-dark, dark-on-surface]
340
+ /// The Dark variable group.
341
+ /// @prop {Color} dark-subtle - The dark subtle background color variable.
342
+ /// @prop {Color} dark-subtle-hover - The dark subtle background color variable for the hover state.
343
+ /// @prop {Color} dark-subtle-active - The dark subtle background color variable for the active state.
344
+ /// @prop {Color} dark - The dark background color variable.
345
+ /// @prop {Color} dark-hover - The dark background color variable for the hover state.
346
+ /// @prop {Color} dark-active - The dark background color variable for the active state.
347
+ /// @prop {Color} dark-emphasis - The emphasized dark color variable.
348
+ /// @prop {Color} dark-on-subtle - The text color variable for content on dark subtle.
349
+ /// @prop {Color} on-dark - The text color variable for content on dark.
350
+ /// @prop {Color} dark-on-surface - The text color variable for content on surface.
351
+ ///
352
+ /// @subgroup {inverse}
353
+ /// [inverse-subtle, inverse-subtle-hover, inverse-subtle-active,
354
+ /// inverse, inverse-hover, inverse-active, inverse-emphasis,
355
+ /// inverse-on-subtle, on-inverse, inverse-on-surface]
356
+ /// The Inverse variable group.
357
+ /// @prop {Color} inverse-subtle - The inverse subtle background color variable.
358
+ /// @prop {Color} inverse-subtle-hover - The inverse subtle background color variable for the hover state.
359
+ /// @prop {Color} inverse-subtle-active - The inverse subtle background color variable for the active state.
360
+ /// @prop {Color} inverse - The inverse background color variable.
361
+ /// @prop {Color} inverse-hover - The inverse background color variable for the hover state.
362
+ /// @prop {Color} inverse-active - The inverse background color variable for the active state.
363
+ /// @prop {Color} inverse-emphasis - The emphasized inverse color variable.
364
+ /// @prop {Color} inverse-on-subtle - The text color variable for content on inverse subtle.
365
+ /// @prop {Color} on-inverse - The text color variable for content on inverse.
366
+ /// @prop {Color} inverse-on-surface - The text color variable for content on surface.
367
+ ///
368
+ /// @subgroup {series-a}
369
+ /// [series-a, series-a-bold, series-a-bolder,
370
+ /// series-a-subtle, series-a-subtler]
371
+ /// The Series A variable group.
372
+ /// @prop {Color} series-a - The series A color variable.
373
+ /// @prop {Color} series-a-bold - The bold series A color variable.
374
+ /// @prop {Color} series-a-bolder - The bolder series A color variable.
375
+ /// @prop {Color} series-a-subtle - The subtle series A color variable.
376
+ /// @prop {Color} series-a-subtler - The subtler series A color variable.
377
+ ///
378
+ /// @subgroup {series-b}
379
+ /// [series-b, series-b-bold, series-b-bolder,
380
+ /// series-b-subtle, series-b-subtler]
381
+ /// The Series B variable group.
382
+ /// @prop {Color} series-b - The series B color variable.
383
+ /// @prop {Color} series-b-bold - The bold series B color variable.
384
+ /// @prop {Color} series-b-bolder - The bolder series B color variable.
385
+ /// @prop {Color} series-b-subtle - The subtle series B color variable.
386
+ /// @prop {Color} series-b-subtler - The subtler series B color variable.
387
+ ///
388
+ /// @subgroup {series-c}
389
+ /// [series-c, series-c-bold, series-c-bolder,
390
+ /// series-c-subtle, series-c-subtler]
391
+ /// The Series C variable group.
392
+ /// @prop {Color} series-c - The series C color variable.
393
+ /// @prop {Color} series-c-bold - The bold series C color variable.
394
+ /// @prop {Color} series-c-bolder - The bolder series C color variable.
395
+ /// @prop {Color} series-c-subtle - The subtle series C color variable.
396
+ /// @prop {Color} series-c-subtler - The subtler series C color variable.
397
+ ///
398
+ /// @subgroup {series-d}
399
+ /// [series-d, series-d-bold, series-d-bolder,
400
+ /// series-d-subtle, series-d-subtler]
401
+ /// The Series D variable group.
402
+ /// @prop {Color} series-d - The series D color variable.
403
+ /// @prop {Color} series-d-bold - The bold series D color variable.
404
+ /// @prop {Color} series-d-bolder - The bolder series D color variable.
405
+ /// @prop {Color} series-d-subtle - The subtle series D color variable.
406
+ /// @prop {Color} series-d-subtler - The subtler series D color variable.
407
+ ///
408
+ /// @subgroup {series-e}
409
+ /// [series-e, series-e-bold, series-e-bolder,
410
+ /// series-e-subtle, series-e-subtler]
411
+ /// The Series E variable group.
412
+ /// @prop {Color} series-e - The series E color variable.
413
+ /// @prop {Color} series-e-bold - The bold series E color variable.
414
+ /// @prop {Color} series-e-bolder - The bolder series E color variable.
415
+ /// @prop {Color} series-e-subtle - The subtle series E color variable.
416
+ /// @prop {Color} series-e-subtler - The subtler series E color variable.
417
+ ///
418
+ /// @subgroup {series-f}
419
+ /// [series-f, series-f-bold, series-f-bolder,
420
+ /// series-f-subtle, series-f-subtler]
421
+ /// The Series F variable group.
422
+ /// @prop {Color} series-f - The series F color variable.
423
+ /// @prop {Color} series-f-bold - The bold series F color variable.
424
+ /// @prop {Color} series-f-bolder - The bolder series F color variable.
425
+ /// @prop {Color} series-f-subtle - The subtle series F color variable.
426
+ /// @prop {Color} series-f-subtler - The subtler series F color variable.
179
427
  $kendo-colors: $_default-colors !default;
180
428
 
181
429
  $kendo-is-dark-theme: false !default;
@@ -352,9 +600,6 @@ $kendo-selected-hover-border: $kendo-base-border !default;
352
600
  /// The gradient of selected and hovered items.
353
601
  $kendo-selected-hover-gradient: $kendo-base-gradient !default;
354
602
 
355
- /// Text color of disabled items.
356
- $kendo-disabled-text: #8f8f8f !default;
357
-
358
603
  // Generic styles
359
604
 
360
605
  /// Background color of the component header.
@@ -14,7 +14,6 @@ $_kendo-module-meta: (
14
14
 
15
15
 
16
16
  // Dependencies
17
- @import "../common/_index.scss";
18
17
  @import "../popup/_index.scss";
19
18
  @import "../tooltip/_index.scss";
20
19
 
@@ -17,7 +17,6 @@ $_kendo-module-meta: (
17
17
 
18
18
 
19
19
  // Dependencies
20
- @import "../common/_index.scss";
21
20
  @import "../input/_index.scss";
22
21
  @import "../floating-label/_index.scss";
23
22
  @import "../popup/_index.scss";
@@ -14,7 +14,6 @@ $_kendo-module-meta: (
14
14
 
15
15
 
16
16
  // Dependencies
17
- @import "../common/_index.scss";
18
17
  @import "../window/_index.scss";
19
18
 
20
19
 
@@ -14,7 +14,6 @@ $_kendo-module-meta: (
14
14
 
15
15
 
16
16
  // Dependencies
17
- @import "../common/_index.scss";
18
17
  @import "../overlay/_index.scss";
19
18
  @import "../toolbar/_index.scss";
20
19
  @import "../list/_index.scss";
@@ -15,7 +15,6 @@ $_kendo-module-meta: (
15
15
 
16
16
 
17
17
  // Dependencies
18
- @import "../common/_index.scss";
19
18
  @import "../floating-label/_index.scss";
20
19
  @import "../icons/_index.scss";
21
20
  @import "../input/_index.scss";
@@ -15,7 +15,6 @@ $_kendo-module-meta: (
15
15
 
16
16
 
17
17
  // Dependencies
18
- @import "../common/_index.scss";
19
18
  @import "../input/_index.scss";
20
19
  @import "../floating-label/_index.scss";
21
20
  @import "../popup/_index.scss";
@@ -15,7 +15,6 @@ $_kendo-module-meta: (
15
15
 
16
16
 
17
17
  // Dependencies
18
- @import "../common/_index.scss";
19
18
  @import "../floating-label/_index.scss";
20
19
  @import "../dropdownlist/_index.scss";
21
20
  @import "../multiselect/_index.scss";
@@ -10,7 +10,6 @@ $_kendo-module-meta: (
10
10
 
11
11
 
12
12
  // Dependencies
13
- @import "../common/_index.scss";
14
13
 
15
14
 
16
15
  // Component
@@ -21,7 +21,6 @@ $_kendo-module-meta: (
21
21
 
22
22
 
23
23
  // Dependencies
24
- @import "../common/_index.scss";
25
24
  @import "../button/_index.scss";
26
25
  @import "../checkbox/_index.scss";
27
26
  @import "../colorpicker/_index.scss";
@@ -14,7 +14,6 @@ $_kendo-module-meta: (
14
14
 
15
15
 
16
16
  // Dependencies
17
- @import "../common/_index.scss";
18
17
  // @import "../utils/_display.scss";
19
18
  // @import "../utils/_spacer.scss";
20
19
  @import "../icons/_index.scss";
@@ -15,7 +15,6 @@ $_kendo-module-meta: (
15
15
 
16
16
 
17
17
  // Dependencies
18
- @import "../common/_index.scss";
19
18
  // @import "../utils/_position.scss";
20
19
  @import "../icons/_index.scss";
21
20
  @import "../button/_index.scss";
@@ -22,7 +22,6 @@ $_kendo-module-meta: (
22
22
 
23
23
 
24
24
  // Dependencies
25
- @import "../common/_index.scss";
26
25
  @import "../input/_index.scss";
27
26
  @import "../toolbar/_index.scss";
28
27
  @import "../upload/_index.scss";