@progress/kendo-theme-bootstrap 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.
- package/dist/all.css +1 -1
- package/dist/all.scss +1384 -1370
- package/dist/bootstrap-3-dark.css +1 -1
- package/dist/bootstrap-3.css +1 -1
- package/dist/bootstrap-4-dark.css +1 -1
- package/dist/bootstrap-4.css +1 -1
- package/dist/bootstrap-dataviz-v4.css +1 -1
- package/dist/bootstrap-main-dark.css +1 -1
- package/dist/bootstrap-main-dark.scss +136 -106
- package/dist/bootstrap-main.css +1 -1
- package/dist/bootstrap-nordic.css +1 -1
- package/dist/bootstrap-turquoise-dark.css +1 -1
- package/dist/bootstrap-turquoise.css +1 -1
- package/dist/bootstrap-urban.css +1 -1
- package/dist/bootstrap-vintage.css +1 -1
- package/dist/meta/sassdoc-data.json +9011 -3643
- package/dist/meta/sassdoc-raw-data.json +2795 -1176
- package/dist/meta/variables.json +3984 -111
- package/lib/swatches/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +267 -117
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.json +1 -1
- package/package.json +5 -5
- package/scss/_variables.scss +2 -15
- package/scss/action-buttons/_index.scss +0 -1
- package/scss/action-sheet/_index.scss +0 -1
- package/scss/appbar/_index.scss +0 -1
- package/scss/autocomplete/_index.scss +0 -1
- package/scss/avatar/_index.scss +0 -1
- package/scss/bottom-navigation/_index.scss +0 -1
- package/scss/breadcrumb/_index.scss +0 -1
- package/scss/calendar/_index.scss +0 -1
- package/scss/captcha/_index.scss +0 -1
- package/scss/card/_index.scss +0 -1
- package/scss/chat/_index.scss +0 -1
- package/scss/coloreditor/_index.scss +0 -1
- package/scss/coloreditor/_variables.scss +24 -24
- package/scss/colorgradient/_index.scss +0 -1
- package/scss/colorgradient/_variables.scss +43 -43
- package/scss/colorpalette/_index.scss +0 -1
- package/scss/colorpalette/_variables.scss +8 -8
- package/scss/combobox/_index.scss +0 -1
- package/scss/core/border-radii/index.import.scss +1 -0
- package/scss/core/color-system/_palettes.scss +17 -1
- package/scss/core/color-system/_swatch-legacy.scss +13 -1
- package/scss/core/color-system/_swatch.scss +248 -3
- package/scss/core/elevation/index.import.scss +10 -10
- package/scss/dataviz/_index.scss +0 -1
- package/scss/daterangepicker/_index.scss +0 -1
- package/scss/dialog/_index.scss +0 -1
- package/scss/drawer/_index.scss +0 -1
- package/scss/dropdowngrid/_index.scss +0 -1
- package/scss/dropdownlist/_index.scss +0 -1
- package/scss/dropdowntree/_index.scss +0 -1
- package/scss/dropzone/_index.scss +0 -1
- package/scss/editor/_index.scss +0 -1
- package/scss/expansion-panel/_index.scss +0 -1
- package/scss/fab/_index.scss +0 -1
- package/scss/filemanager/_index.scss +0 -1
- package/scss/filemanager/_variables.scss +57 -57
- package/scss/filter/_index.scss +0 -1
- package/scss/floating-label/_index.scss +0 -1
- package/scss/forms/_index.scss +0 -1
- package/scss/gantt/_index.scss +1 -1
- package/scss/grid/_index.scss +0 -1
- package/scss/imageeditor/_index.scss +0 -1
- package/scss/index.scss +3 -1
- package/scss/input/_index.scss +0 -1
- package/scss/list/_index.scss +0 -1
- package/scss/listbox/_index.scss +0 -1
- package/scss/listgroup/_index.scss +0 -1
- package/scss/listview/_index.scss +0 -1
- package/scss/loader/_index.scss +0 -1
- package/scss/loader/_layout.scss +1 -0
- package/scss/loader/_variables.scss +3 -0
- package/scss/map/_index.scss +0 -1
- package/scss/maskedtextbox/_index.scss +0 -1
- package/scss/mediaplayer/_index.scss +0 -1
- package/scss/menu/_index.scss +0 -1
- package/scss/messagebox/_index.scss +0 -1
- package/scss/multiselect/_index.scss +0 -1
- package/scss/notification/_index.scss +0 -1
- package/scss/numerictextbox/_index.scss +0 -1
- package/scss/orgchart/_index.scss +0 -1
- package/scss/pager/_index.scss +0 -1
- package/scss/panel/_index.scss +36 -0
- package/scss/panel/_layout.scss +5 -0
- package/scss/panel/_theme.scss +5 -0
- package/scss/panel/_variables.scss +34 -0
- package/scss/panelbar/_index.scss +0 -1
- package/scss/pdf-viewer/_index.scss +0 -1
- package/scss/pivotgrid/_index.scss +0 -1
- package/scss/popover/_index.scss +0 -1
- package/scss/popup/_index.scss +0 -1
- package/scss/progressbar/_index.scss +0 -1
- package/scss/prompt/_index.scss +0 -4
- package/scss/rating/_index.scss +0 -1
- package/scss/responsivepanel/_index.scss +0 -1
- package/scss/ripple/_index.scss +0 -1
- package/scss/scheduler/_index.scss +1 -1
- package/scss/scroller/_index.scss +0 -1
- package/scss/scrollview/_index.scss +0 -1
- package/scss/slider/_index.scss +0 -1
- package/scss/splitter/_index.scss +0 -1
- package/scss/spreadsheet/_index.scss +0 -1
- package/scss/stepper/_index.scss +0 -1
- package/scss/stepper/_variables.scss +2 -2
- package/scss/switch/_index.scss +0 -1
- package/scss/table/_index.scss +0 -1
- package/scss/tabstrip/_index.scss +0 -1
- package/scss/taskboard/_index.scss +0 -1
- package/scss/textarea/_index.scss +0 -1
- package/scss/textbox/_index.scss +0 -1
- package/scss/tilelayout/_index.scss +0 -1
- package/scss/tilelayout/_variables.scss +10 -10
- package/scss/time-marker/_index.scss +32 -0
- package/scss/time-marker/_layout.scss +5 -0
- package/scss/time-marker/_theme.scss +6 -0
- package/scss/time-marker/_variables.scss +6 -0
- package/scss/timeline/_index.scss +0 -1
- package/scss/toolbar/_index.scss +0 -1
- package/scss/tooltip/_index.scss +0 -1
- package/scss/treelist/_index.scss +0 -1
- package/scss/treeview/_index.scss +0 -1
- package/scss/upload/_index.scss +0 -1
- package/scss/validator/_index.scss +0 -1
- package/scss/window/_index.scss +0 -1
- package/scss/wizard/_index.scss +0 -1
- package/scss/common/_animations.scss +0 -1
- package/scss/common/_base.scss +0 -1
- package/scss/common/_index.scss +0 -5
- package/scss/common/_indicators.scss +0 -1
- package/scss/common/_resizing.scss +0 -1
- package/scss/common/_scrollbar.scss +0 -1
|
@@ -45,7 +45,11 @@
|
|
|
45
45
|
$kendo-selected-hover-text: $kendo-selected-text;
|
|
46
46
|
$kendo-selected-hover-border: $kendo-base-border;
|
|
47
47
|
$kendo-selected-hover-gradient: $kendo-base-gradient;
|
|
48
|
-
$kendo-disabled-text:
|
|
48
|
+
$kendo-disabled-text: null;
|
|
49
|
+
$kendo-disabled-bg: null;
|
|
50
|
+
$kendo-disabled-border: null;
|
|
51
|
+
$kendo-disabled-opacity: .65;
|
|
52
|
+
$kendo-disabled-filter: grayscale(.1);
|
|
49
53
|
$kendo-component-header-bg: $kendo-base-bg;
|
|
50
54
|
$kendo-component-header-text: $kendo-component-text;
|
|
51
55
|
$kendo-component-header-border: $kendo-component-border;
|
|
@@ -67,4 +71,12 @@
|
|
|
67
71
|
"light": $kendo-color-light,
|
|
68
72
|
"inverse": $kendo-color-inverse,
|
|
69
73
|
);
|
|
74
|
+
|
|
75
|
+
$kendo-disabled-styling: (
|
|
76
|
+
bg: $kendo-disabled-bg,
|
|
77
|
+
color: $kendo-disabled-text,
|
|
78
|
+
border: $kendo-disabled-border,
|
|
79
|
+
opacity: $kendo-disabled-opacity,
|
|
80
|
+
filter: $kendo-disabled-filter
|
|
81
|
+
);
|
|
70
82
|
}
|
|
@@ -179,6 +179,254 @@ $_default-colors: (
|
|
|
179
179
|
|
|
180
180
|
/// The global default Colors map.
|
|
181
181
|
/// @group color-system
|
|
182
|
+
///
|
|
183
|
+
/// @subgroup {misc}
|
|
184
|
+
/// [app-surface, on-app-surface, subtle,
|
|
185
|
+
/// surface, surface-alt, border, border-alt]
|
|
186
|
+
/// The Misc variable group.
|
|
187
|
+
/// @prop {Color} app-surface - The background color of the application.
|
|
188
|
+
/// @prop {Color} on-app-surface - The text color of the application.
|
|
189
|
+
/// @prop {Color} subtle - The subtle text color.
|
|
190
|
+
/// @prop {Color} surface - The background color of the components' chrome area.
|
|
191
|
+
/// @prop {Color} surface-alt - The alternative background color of the components' chrome area.
|
|
192
|
+
/// @prop {Color} border - The border color of the application.
|
|
193
|
+
/// @prop {Color} border-alt - The alternative border color of the application.
|
|
194
|
+
///
|
|
195
|
+
/// @subgroup {base}
|
|
196
|
+
/// [base-subtle, base-subtle-hover, base-subtle-active,
|
|
197
|
+
/// base, base-hover, base-active, base-emphasis,
|
|
198
|
+
/// base-on-subtle, on-base, base-on-surface]
|
|
199
|
+
/// The Base variable group.
|
|
200
|
+
/// @prop {Color} base-subtle - The base subtle background color variable.
|
|
201
|
+
/// @prop {Color} base-subtle-hover - The base subtle background color variable for the hover state.
|
|
202
|
+
/// @prop {Color} base-subtle-active - The base subtle background color variable for the active state.
|
|
203
|
+
/// @prop {Color} base - The base background color variable.
|
|
204
|
+
/// @prop {Color} base-hover - The base background color variable for the hover state.
|
|
205
|
+
/// @prop {Color} base-active - The base background color variable for the active state.
|
|
206
|
+
/// @prop {Color} base-emphasis - The emphasized base color variable.
|
|
207
|
+
/// @prop {Color} base-on-subtle - The text color variable for content on base subtle.
|
|
208
|
+
/// @prop {Color} on-base - The text color variable for content on base.
|
|
209
|
+
/// @prop {Color} base-on-surface - The text color variable for content on surface.
|
|
210
|
+
///
|
|
211
|
+
/// @subgroup {primary}
|
|
212
|
+
/// [primary-subtle, primary-subtle-hover, primary-subtle-active,
|
|
213
|
+
/// primary, primary-hover, primary-active, primary-emphasis,
|
|
214
|
+
/// primary-on-subtle, on-primary, primary-on-surface]
|
|
215
|
+
/// The Primary variable group.
|
|
216
|
+
/// @prop {Color} primary-subtle - The primary subtle background color variable.
|
|
217
|
+
/// @prop {Color} primary-subtle-hover - The primary subtle background color variable for the hover state.
|
|
218
|
+
/// @prop {Color} primary-subtle-active - The primary subtle background color variable for the active state.
|
|
219
|
+
/// @prop {Color} primary - The primary background color variable.
|
|
220
|
+
/// @prop {Color} primary-hover - The primary background color variable for the hover state.
|
|
221
|
+
/// @prop {Color} primary-active - The primary background color variable for the active state.
|
|
222
|
+
/// @prop {Color} primary-emphasis - The emphasized primary color variable.
|
|
223
|
+
/// @prop {Color} primary-on-subtle - The text color variable for content on primary subtle.
|
|
224
|
+
/// @prop {Color} on-primary - The text color variable for content on primary.
|
|
225
|
+
/// @prop {Color} primary-on-surface - The text color variable for content on surface.
|
|
226
|
+
///
|
|
227
|
+
/// @subgroup {secondary}
|
|
228
|
+
/// [secondary-subtle, secondary-subtle-hover, secondary-subtle-active,
|
|
229
|
+
/// secondary, secondary-hover, secondary-active, secondary-emphasis,
|
|
230
|
+
/// secondary-on-subtle, on-secondary, secondary-on-surface]
|
|
231
|
+
/// The Secondary variable group.
|
|
232
|
+
/// @prop {Color} secondary-subtle - The secondary subtle background color variable.
|
|
233
|
+
/// @prop {Color} secondary-subtle-hover - The secondary subtle background color variable for the hover state.
|
|
234
|
+
/// @prop {Color} secondary-subtle-active - The secondary subtle background color variable for the active state.
|
|
235
|
+
/// @prop {Color} secondary - The secondary background color variable.
|
|
236
|
+
/// @prop {Color} secondary-hover - The secondary background color variable for the hover state.
|
|
237
|
+
/// @prop {Color} secondary-active - The secondary background color variable for the active state.
|
|
238
|
+
/// @prop {Color} secondary-emphasis - The emphasized secondary color variable.
|
|
239
|
+
/// @prop {Color} secondary-on-subtle - The text color variable for content on secondary subtle.
|
|
240
|
+
/// @prop {Color} on-secondary - The text color variable for content on secondary.
|
|
241
|
+
/// @prop {Color} secondary-on-surface - The text color variable for content on surface.
|
|
242
|
+
///
|
|
243
|
+
/// @subgroup {tertiary}
|
|
244
|
+
/// [tertiary-subtle, tertiary-subtle-hover, tertiary-subtle-active,
|
|
245
|
+
/// tertiary, tertiary-hover, tertiary-active, tertiary-emphasis,
|
|
246
|
+
/// tertiary-on-subtle, on-tertiary, tertiary-on-surface]
|
|
247
|
+
/// The Tertiary variable group.
|
|
248
|
+
/// @prop {Color} tertiary-subtle - The tertiary subtle background color variable.
|
|
249
|
+
/// @prop {Color} tertiary-subtle-hover - The tertiary subtle background color variable for the hover state.
|
|
250
|
+
/// @prop {Color} tertiary-subtle-active - The tertiary subtle background color variable for the active state.
|
|
251
|
+
/// @prop {Color} tertiary - The tertiary background color variable.
|
|
252
|
+
/// @prop {Color} tertiary-hover - The tertiary background color variable for the hover state.
|
|
253
|
+
/// @prop {Color} tertiary-active - The tertiary background color variable for the active state.
|
|
254
|
+
/// @prop {Color} tertiary-emphasis - The emphasized tertiary color variable.
|
|
255
|
+
/// @prop {Color} tertiary-on-subtle - The text color variable for content on tertiary subtle.
|
|
256
|
+
/// @prop {Color} on-tertiary - The text color variable for content on tertiary.
|
|
257
|
+
/// @prop {Color} tertiary-on-surface - The text color variable for content on surface.
|
|
258
|
+
///
|
|
259
|
+
/// @subgroup {info}
|
|
260
|
+
/// [info-subtle, info-subtle-hover, info-subtle-active,
|
|
261
|
+
/// info, info-hover, info-active, info-emphasis,
|
|
262
|
+
/// info-on-subtle, on-info, info-on-surface]
|
|
263
|
+
/// The Info variable group.
|
|
264
|
+
/// @prop {Color} info-subtle - The info subtle background color variable.
|
|
265
|
+
/// @prop {Color} info-subtle-hover - The info subtle background color variable for the hover state.
|
|
266
|
+
/// @prop {Color} info-subtle-active - The info subtle background color variable for the active state.
|
|
267
|
+
/// @prop {Color} info - The info background color variable.
|
|
268
|
+
/// @prop {Color} info-hover - The info background color variable for the hover state.
|
|
269
|
+
/// @prop {Color} info-active - The info background color variable for the active state.
|
|
270
|
+
/// @prop {Color} info-emphasis - The emphasized info color variable.
|
|
271
|
+
/// @prop {Color} info-on-subtle - The text color variable for content on info subtle.
|
|
272
|
+
/// @prop {Color} on-info - The text color variable for content on info.
|
|
273
|
+
/// @prop {Color} info-on-surface - The text color variable for content on surface.
|
|
274
|
+
///
|
|
275
|
+
/// @subgroup {success}
|
|
276
|
+
/// [success-subtle, success-subtle-hover, success-subtle-active,
|
|
277
|
+
/// success, success-hover, success-active, success-emphasis,
|
|
278
|
+
/// success-on-subtle, on-success, success-on-surface]
|
|
279
|
+
/// The Success variable group.
|
|
280
|
+
/// @prop {Color} success-subtle - The success subtle background color variable.
|
|
281
|
+
/// @prop {Color} success-subtle-hover - The success subtle background color variable for the hover state.
|
|
282
|
+
/// @prop {Color} success-subtle-active - The success subtle background color variable for the active state.
|
|
283
|
+
/// @prop {Color} success - The success background color variable.
|
|
284
|
+
/// @prop {Color} success-hover - The success background color variable for the hover state.
|
|
285
|
+
/// @prop {Color} success-active - The success background color variable for the active state.
|
|
286
|
+
/// @prop {Color} success-emphasis - The emphasized success color variable.
|
|
287
|
+
/// @prop {Color} success-on-subtle - The text color variable for content on success subtle.
|
|
288
|
+
/// @prop {Color} on-success - The text color variable for content on success.
|
|
289
|
+
/// @prop {Color} success-on-surface - The text color variable for content on surface.
|
|
290
|
+
///
|
|
291
|
+
/// @subgroup {warning}
|
|
292
|
+
/// [warning-subtle, warning-subtle-hover, warning-subtle-active,
|
|
293
|
+
/// warning, warning-hover, warning-active, warning-emphasis,
|
|
294
|
+
/// warning-on-subtle, on-warning, warning-on-surface]
|
|
295
|
+
/// The Warning variable group.
|
|
296
|
+
/// @prop {Color} warning-subtle - The warning subtle background color variable.
|
|
297
|
+
/// @prop {Color} warning-subtle-hover - The warning subtle background color variable for the hover state.
|
|
298
|
+
/// @prop {Color} warning-subtle-active - The warning subtle background color variable for the active state.
|
|
299
|
+
/// @prop {Color} warning - The warning background color variable.
|
|
300
|
+
/// @prop {Color} warning-hover - The warning background color variable for the hover state.
|
|
301
|
+
/// @prop {Color} warning-active - The warning background color variable for the active state.
|
|
302
|
+
/// @prop {Color} warning-emphasis - The emphasized warning color variable.
|
|
303
|
+
/// @prop {Color} warning-on-subtle - The text color variable for content on warning subtle.
|
|
304
|
+
/// @prop {Color} on-warning - The text color variable for content on warning.
|
|
305
|
+
/// @prop {Color} warning-on-surface - The text color variable for content on surface.
|
|
306
|
+
///
|
|
307
|
+
/// @subgroup {error}
|
|
308
|
+
/// [error-subtle, error-subtle-hover, error-subtle-active,
|
|
309
|
+
/// error, error-hover, error-active, error-emphasis,
|
|
310
|
+
/// error-on-subtle, on-error, error-on-surface]
|
|
311
|
+
/// The Error variable group.
|
|
312
|
+
/// @prop {Color} error-subtle - The error subtle background color variable.
|
|
313
|
+
/// @prop {Color} error-subtle-hover - The error subtle background color variable for the hover state.
|
|
314
|
+
/// @prop {Color} error-subtle-active - The error subtle background color variable for the active state.
|
|
315
|
+
/// @prop {Color} error - The error background color variable.
|
|
316
|
+
/// @prop {Color} error-hover - The error background color variable for the hover state.
|
|
317
|
+
/// @prop {Color} error-active - The error background color variable for the active state.
|
|
318
|
+
/// @prop {Color} error-emphasis - The emphasized error color variable.
|
|
319
|
+
/// @prop {Color} error-on-subtle - The text color variable for content on error subtle.
|
|
320
|
+
/// @prop {Color} on-error - The text color variable for content on error.
|
|
321
|
+
/// @prop {Color} error-on-surface - The text color variable for content on surface.
|
|
322
|
+
///
|
|
323
|
+
/// @subgroup {light}
|
|
324
|
+
/// [light-subtle, light-subtle-hover, light-subtle-active,
|
|
325
|
+
/// light, light-hover, light-active, light-emphasis,
|
|
326
|
+
/// light-on-subtle, on-light, light-on-surface]
|
|
327
|
+
/// The Light variable group.
|
|
328
|
+
/// @prop {Color} light-subtle - The light subtle background color variable.
|
|
329
|
+
/// @prop {Color} light-subtle-hover - The light subtle background color variable for the hover state.
|
|
330
|
+
/// @prop {Color} light-subtle-active - The light subtle background color variable for the active state.
|
|
331
|
+
/// @prop {Color} light - The light background color variable.
|
|
332
|
+
/// @prop {Color} light-hover - The light background color variable for the hover state.
|
|
333
|
+
/// @prop {Color} light-active - The light background color variable for the active state.
|
|
334
|
+
/// @prop {Color} light-emphasis - The emphasized light color variable.
|
|
335
|
+
/// @prop {Color} light-on-subtle - The text color variable for content on light subtle.
|
|
336
|
+
/// @prop {Color} on-light - The text color variable for content on light.
|
|
337
|
+
/// @prop {Color} light-on-surface - The text color variable for content on surface.
|
|
338
|
+
///
|
|
339
|
+
/// @subgroup {dark}
|
|
340
|
+
/// [dark-subtle, dark-subtle-hover, dark-subtle-active,
|
|
341
|
+
/// dark, dark-hover, dark-active, dark-emphasis,
|
|
342
|
+
/// dark-on-subtle, on-dark, dark-on-surface]
|
|
343
|
+
/// The Dark variable group.
|
|
344
|
+
/// @prop {Color} dark-subtle - The dark subtle background color variable.
|
|
345
|
+
/// @prop {Color} dark-subtle-hover - The dark subtle background color variable for the hover state.
|
|
346
|
+
/// @prop {Color} dark-subtle-active - The dark subtle background color variable for the active state.
|
|
347
|
+
/// @prop {Color} dark - The dark background color variable.
|
|
348
|
+
/// @prop {Color} dark-hover - The dark background color variable for the hover state.
|
|
349
|
+
/// @prop {Color} dark-active - The dark background color variable for the active state.
|
|
350
|
+
/// @prop {Color} dark-emphasis - The emphasized dark color variable.
|
|
351
|
+
/// @prop {Color} dark-on-subtle - The text color variable for content on dark subtle.
|
|
352
|
+
/// @prop {Color} on-dark - The text color variable for content on dark.
|
|
353
|
+
/// @prop {Color} dark-on-surface - The text color variable for content on surface.
|
|
354
|
+
///
|
|
355
|
+
/// @subgroup {inverse}
|
|
356
|
+
/// [inverse-subtle, inverse-subtle-hover, inverse-subtle-active,
|
|
357
|
+
/// inverse, inverse-hover, inverse-active, inverse-emphasis,
|
|
358
|
+
/// inverse-on-subtle, on-inverse, inverse-on-surface]
|
|
359
|
+
/// The Inverse variable group.
|
|
360
|
+
/// @prop {Color} inverse-subtle - The inverse subtle background color variable.
|
|
361
|
+
/// @prop {Color} inverse-subtle-hover - The inverse subtle background color variable for the hover state.
|
|
362
|
+
/// @prop {Color} inverse-subtle-active - The inverse subtle background color variable for the active state.
|
|
363
|
+
/// @prop {Color} inverse - The inverse background color variable.
|
|
364
|
+
/// @prop {Color} inverse-hover - The inverse background color variable for the hover state.
|
|
365
|
+
/// @prop {Color} inverse-active - The inverse background color variable for the active state.
|
|
366
|
+
/// @prop {Color} inverse-emphasis - The emphasized inverse color variable.
|
|
367
|
+
/// @prop {Color} inverse-on-subtle - The text color variable for content on inverse subtle.
|
|
368
|
+
/// @prop {Color} on-inverse - The text color variable for content on inverse.
|
|
369
|
+
/// @prop {Color} inverse-on-surface - The text color variable for content on surface.
|
|
370
|
+
///
|
|
371
|
+
/// @subgroup {series-a}
|
|
372
|
+
/// [series-a, series-a-bold, series-a-bolder,
|
|
373
|
+
/// series-a-subtle, series-a-subtler]
|
|
374
|
+
/// The Series A variable group.
|
|
375
|
+
/// @prop {Color} series-a - The series A color variable.
|
|
376
|
+
/// @prop {Color} series-a-bold - The bold series A color variable.
|
|
377
|
+
/// @prop {Color} series-a-bolder - The bolder series A color variable.
|
|
378
|
+
/// @prop {Color} series-a-subtle - The subtle series A color variable.
|
|
379
|
+
/// @prop {Color} series-a-subtler - The subtler series A color variable.
|
|
380
|
+
///
|
|
381
|
+
/// @subgroup {series-b}
|
|
382
|
+
/// [series-b, series-b-bold, series-b-bolder,
|
|
383
|
+
/// series-b-subtle, series-b-subtler]
|
|
384
|
+
/// The Series B variable group.
|
|
385
|
+
/// @prop {Color} series-b - The series B color variable.
|
|
386
|
+
/// @prop {Color} series-b-bold - The bold series B color variable.
|
|
387
|
+
/// @prop {Color} series-b-bolder - The bolder series B color variable.
|
|
388
|
+
/// @prop {Color} series-b-subtle - The subtle series B color variable.
|
|
389
|
+
/// @prop {Color} series-b-subtler - The subtler series B color variable.
|
|
390
|
+
///
|
|
391
|
+
/// @subgroup {series-c}
|
|
392
|
+
/// [series-c, series-c-bold, series-c-bolder,
|
|
393
|
+
/// series-c-subtle, series-c-subtler]
|
|
394
|
+
/// The Series C variable group.
|
|
395
|
+
/// @prop {Color} series-c - The series C color variable.
|
|
396
|
+
/// @prop {Color} series-c-bold - The bold series C color variable.
|
|
397
|
+
/// @prop {Color} series-c-bolder - The bolder series C color variable.
|
|
398
|
+
/// @prop {Color} series-c-subtle - The subtle series C color variable.
|
|
399
|
+
/// @prop {Color} series-c-subtler - The subtler series C color variable.
|
|
400
|
+
///
|
|
401
|
+
/// @subgroup {series-d}
|
|
402
|
+
/// [series-d, series-d-bold, series-d-bolder,
|
|
403
|
+
/// series-d-subtle, series-d-subtler]
|
|
404
|
+
/// The Series D variable group.
|
|
405
|
+
/// @prop {Color} series-d - The series D color variable.
|
|
406
|
+
/// @prop {Color} series-d-bold - The bold series D color variable.
|
|
407
|
+
/// @prop {Color} series-d-bolder - The bolder series D color variable.
|
|
408
|
+
/// @prop {Color} series-d-subtle - The subtle series D color variable.
|
|
409
|
+
/// @prop {Color} series-d-subtler - The subtler series D color variable.
|
|
410
|
+
///
|
|
411
|
+
/// @subgroup {series-e}
|
|
412
|
+
/// [series-e, series-e-bold, series-e-bolder,
|
|
413
|
+
/// series-e-subtle, series-e-subtler]
|
|
414
|
+
/// The Series E variable group.
|
|
415
|
+
/// @prop {Color} series-e - The series E color variable.
|
|
416
|
+
/// @prop {Color} series-e-bold - The bold series E color variable.
|
|
417
|
+
/// @prop {Color} series-e-bolder - The bolder series E color variable.
|
|
418
|
+
/// @prop {Color} series-e-subtle - The subtle series E color variable.
|
|
419
|
+
/// @prop {Color} series-e-subtler - The subtler series E color variable.
|
|
420
|
+
///
|
|
421
|
+
/// @subgroup {series-f}
|
|
422
|
+
/// [series-f, series-f-bold, series-f-bolder,
|
|
423
|
+
/// series-f-subtle, series-f-subtler]
|
|
424
|
+
/// The Series F variable group.
|
|
425
|
+
/// @prop {Color} series-f - The series F color variable.
|
|
426
|
+
/// @prop {Color} series-f-bold - The bold series F color variable.
|
|
427
|
+
/// @prop {Color} series-f-bolder - The bolder series F color variable.
|
|
428
|
+
/// @prop {Color} series-f-subtle - The subtle series F color variable.
|
|
429
|
+
/// @prop {Color} series-f-subtler - The subtler series F color variable.
|
|
182
430
|
$kendo-colors: $_default-colors !default;
|
|
183
431
|
|
|
184
432
|
// Legacy
|
|
@@ -349,9 +597,6 @@ $kendo-selected-hover-text: $kendo-selected-text !default;
|
|
|
349
597
|
$kendo-selected-hover-border: $kendo-base-border !default;
|
|
350
598
|
$kendo-selected-hover-gradient: null !default;
|
|
351
599
|
|
|
352
|
-
/// Text color of disabled items.
|
|
353
|
-
$kendo-disabled-text: if( $kendo-is-dark-theme, $gray-600, $gray-500) !default;
|
|
354
|
-
|
|
355
600
|
// Header
|
|
356
601
|
$kendo-component-header-bg: $kendo-base-bg !default;
|
|
357
602
|
$kendo-component-header-text: $kendo-component-text !default;
|
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
$_default-elevation: (
|
|
2
2
|
1: (
|
|
3
|
-
0px 1px 2px rgba(0, 0, 0, 0.038)
|
|
3
|
+
0px 1px 2px rgba(0, 0, 0, 0.038)
|
|
4
4
|
),
|
|
5
5
|
2: (
|
|
6
|
-
0px 2px 7px rgba(0, 0, 0, 0.075)
|
|
6
|
+
0px 2px 7px rgba(0, 0, 0, 0.075)
|
|
7
7
|
),
|
|
8
8
|
3: (
|
|
9
|
-
0px 4px 10px rgba(0, 0, 0, 0.1)
|
|
9
|
+
0px 4px 10px rgba(0, 0, 0, 0.1)
|
|
10
10
|
),
|
|
11
11
|
4: (
|
|
12
|
-
0px 6px 13px rgba(0, 0, 0, 0.125)
|
|
12
|
+
0px 6px 13px rgba(0, 0, 0, 0.125)
|
|
13
13
|
),
|
|
14
14
|
5: (
|
|
15
|
-
0px 8px 16px 0px rgba(0, 0, 0, 0.15)
|
|
15
|
+
0px 8px 16px 0px rgba(0, 0, 0, 0.15)
|
|
16
16
|
),
|
|
17
17
|
6: (
|
|
18
|
-
0px 11px 24px 0px rgba(0, 0, 0, 0.159)
|
|
18
|
+
0px 11px 24px 0px rgba(0, 0, 0, 0.159)
|
|
19
19
|
),
|
|
20
20
|
7: (
|
|
21
|
-
0px 14px 36px 0px rgba(0, 0, 0, 0.168)
|
|
21
|
+
0px 14px 36px 0px rgba(0, 0, 0, 0.168)
|
|
22
22
|
),
|
|
23
23
|
8: (
|
|
24
|
-
0px 16px 48px 0px rgba(0, 0, 0, 0.176)
|
|
24
|
+
0px 16px 48px 0px rgba(0, 0, 0, 0.176)
|
|
25
25
|
),
|
|
26
26
|
9: (
|
|
27
|
-
0px 18px 60px 0px rgba(0, 0, 0, 0.185)
|
|
28
|
-
)
|
|
27
|
+
0px 18px 60px 0px rgba(0, 0, 0, 0.185)
|
|
28
|
+
)
|
|
29
29
|
);
|
|
30
30
|
|
|
31
31
|
/// The global default Elevation map.
|
package/scss/dataviz/_index.scss
CHANGED
package/scss/dialog/_index.scss
CHANGED
package/scss/drawer/_index.scss
CHANGED
package/scss/editor/_index.scss
CHANGED
package/scss/fab/_index.scss
CHANGED