@progress/kendo-theme-classic 13.2.0-dev.2 → 13.2.0-dev.4
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/classic-green-dark.css +1 -1
- package/dist/classic-green.css +1 -1
- package/dist/classic-lavender-dark.css +1 -1
- package/dist/classic-lavender.css +1 -1
- package/dist/classic-main-dark.css +1 -1
- package/dist/classic-main.css +1 -1
- package/dist/classic-metro-dark.css +1 -1
- package/dist/classic-metro.css +1 -1
- package/dist/classic-moonlight.css +1 -1
- package/dist/classic-opal-dark.css +1 -1
- package/dist/classic-opal.css +1 -1
- package/dist/classic-silver-dark.css +1 -1
- package/dist/classic-silver.css +1 -1
- package/dist/classic-uniform.css +1 -1
- package/dist/meta/sassdoc-data.json +996 -1988
- package/dist/meta/sassdoc-raw-data.json +455 -874
- package/dist/meta/variables.json +45 -164
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-lavender-dark.json +1 -1
- package/lib/swatches/classic-lavender.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-metro-dark.json +1 -1
- package/lib/swatches/classic-metro.json +1 -1
- package/lib/swatches/classic-moonlight.json +1 -1
- package/lib/swatches/classic-opal-dark.json +1 -1
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/lib/swatches/classic-uniform.json +1 -1
- package/package.json +4 -4
- package/scss/adaptive/_variables.scss +3 -3
- package/scss/appbar/_variables.scss +1 -19
- package/scss/breadcrumb/_variables.scss +3 -3
- package/scss/calendar/_variables.scss +1 -1
- package/scss/captcha/_variables.scss +1 -1
- package/scss/card/_variables.scss +0 -6
- package/scss/column-menu/_variables.scss +1 -1
- package/scss/core/color-system/_swatch.scss +0 -56
- package/scss/dialog/_variables.scss +0 -6
- package/scss/filter/_variables.scss +1 -1
- package/scss/icons/_variables.scss +5 -1
- package/scss/notification/_variables.scss +1 -1
- package/scss/overlay/_variables.scss +2 -6
- package/scss/scrollview/_variables.scss +0 -1
- package/scss/spreadsheet/_variables.scss +1 -1
- package/scss/switch/_variables.scss +1 -1
- package/scss/tabstrip/_variables.scss +1 -1
- package/scss/taskboard/_variables.scss +3 -3
- package/scss/timeselector/_variables.scss +4 -4
- package/scss/tooltip/_variables.scss +1 -1
- package/scss/treeview/_variables.scss +3 -3
- package/scss/window/_variables.scss +0 -6
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-classic",
|
|
3
3
|
"description": "Sass port of less based themes for Kendo UI theme",
|
|
4
|
-
"version": "13.2.0-dev.
|
|
4
|
+
"version": "13.2.0-dev.4",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -54,12 +54,12 @@
|
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@progress/kendo-svg-icons": "^4.8.0",
|
|
57
|
-
"@progress/kendo-theme-core": "13.2.0-dev.
|
|
58
|
-
"@progress/kendo-theme-utils": "13.2.0-dev.
|
|
57
|
+
"@progress/kendo-theme-core": "13.2.0-dev.4",
|
|
58
|
+
"@progress/kendo-theme-utils": "13.2.0-dev.4"
|
|
59
59
|
},
|
|
60
60
|
"directories": {
|
|
61
61
|
"doc": "docs",
|
|
62
62
|
"lib": "lib"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "7368a47b22d3a917d55b6f022728aee002b3125a"
|
|
65
65
|
}
|
|
@@ -28,7 +28,7 @@ $kendo-adaptive-menu-text: k-color(on-primary) !default;
|
|
|
28
28
|
|
|
29
29
|
/// The text color of the Adaptive menu clear button.
|
|
30
30
|
/// @group adaptive
|
|
31
|
-
$kendo-adaptive-menu-clear-text: k-color(primary) !default;
|
|
31
|
+
$kendo-adaptive-menu-clear-text: k-color(primary-on-surface) !default;
|
|
32
32
|
|
|
33
33
|
/// The border color of the Adaptive menu item.
|
|
34
34
|
/// @group adaptive
|
|
@@ -54,13 +54,13 @@ $kendo-adaptive-line-height: var(--kendo-line-height) !default;
|
|
|
54
54
|
// Adaptive Grid
|
|
55
55
|
/// The text color of the Adaptive Grid sort indicator.
|
|
56
56
|
/// @group adaptive
|
|
57
|
-
$kendo-adaptive-grid-sort-text: k-color(primary) !default;
|
|
57
|
+
$kendo-adaptive-grid-sort-text: k-color(primary-on-surface) !default;
|
|
58
58
|
|
|
59
59
|
|
|
60
60
|
// Adaptive Scheduler
|
|
61
61
|
/// The text color of the current date in the Adaptive Scheduler.
|
|
62
62
|
/// @group adaptive
|
|
63
|
-
$kendo-adaptive-scheduler-current-text: k-color(primary) !default;
|
|
63
|
+
$kendo-adaptive-scheduler-current-text: k-color(primary-on-surface) !default;
|
|
64
64
|
/// The base text color of the Adaptive Scheduler.
|
|
65
65
|
/// @group adaptive
|
|
66
66
|
$kendo-adaptive-scheduler-base-text: inherit !default;
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
/// The default theme color of the AppBar.
|
|
8
8
|
/// @group appbar
|
|
9
9
|
/// @role default
|
|
10
|
-
$kendo-appbar-default-theme-color: "
|
|
10
|
+
$kendo-appbar-default-theme-color: "base" !default;
|
|
11
11
|
|
|
12
12
|
/// The horizontal margin of the AppBar.
|
|
13
13
|
/// @group appbar
|
|
@@ -41,20 +41,6 @@ $kendo-appbar-line-height: var(--kendo-line-height) !default;
|
|
|
41
41
|
/// @group appbar
|
|
42
42
|
$kendo-appbar-gap: k-spacing(2) !default;
|
|
43
43
|
|
|
44
|
-
/// The background color of the AppBar based on light theme color.
|
|
45
|
-
/// @group appbar
|
|
46
|
-
$kendo-appbar-light-bg: k-color(light) !default;
|
|
47
|
-
/// The text color of the AppBar based on light theme color.
|
|
48
|
-
/// @group appbar
|
|
49
|
-
$kendo-appbar-light-text: k-color(on-light) !default;
|
|
50
|
-
|
|
51
|
-
/// The background color of the AppBar based on dark theme color.
|
|
52
|
-
/// @group appbar
|
|
53
|
-
$kendo-appbar-dark-bg: k-color(dark) !default;
|
|
54
|
-
/// The text color of the AppBar based on dark theme colorr.
|
|
55
|
-
/// @group appbar
|
|
56
|
-
$kendo-appbar-dark-text: k-color(on-dark) !default;
|
|
57
|
-
|
|
58
44
|
/// The box shadow of the AppBar.
|
|
59
45
|
/// @group appbar
|
|
60
46
|
$kendo-appbar-box-shadow: k-elevation(4) !default;
|
|
@@ -73,10 +59,6 @@ $kendo-appbar-bottom-box-shadow: k-elevation(4) !default;
|
|
|
73
59
|
$kendo-appbar-font-size: $kendo-appbar-font-size,
|
|
74
60
|
$kendo-appbar-line-height: $kendo-appbar-line-height,
|
|
75
61
|
$kendo-appbar-gap: $kendo-appbar-gap,
|
|
76
|
-
$kendo-appbar-light-bg: $kendo-appbar-light-bg,
|
|
77
|
-
$kendo-appbar-light-text: $kendo-appbar-light-text,
|
|
78
|
-
$kendo-appbar-dark-bg: $kendo-appbar-dark-bg,
|
|
79
|
-
$kendo-appbar-dark-text: $kendo-appbar-dark-text,
|
|
80
62
|
$kendo-appbar-box-shadow: $kendo-appbar-box-shadow,
|
|
81
63
|
$kendo-appbar-bottom-box-shadow: $kendo-appbar-bottom-box-shadow,
|
|
82
64
|
$kendo-appbar-default-theme-color: $kendo-appbar-default-theme-color
|
|
@@ -126,7 +126,7 @@ $kendo-breadcrumb-link-icon-spacing: $kendo-icon-spacing !default;
|
|
|
126
126
|
$kendo-breadcrumb-link-bg: null !default;
|
|
127
127
|
/// The text color of the Breadcrumb link.
|
|
128
128
|
/// @group breadcrumb
|
|
129
|
-
$kendo-breadcrumb-link-text: k-color(primary) !default;
|
|
129
|
+
$kendo-breadcrumb-link-text: k-color(primary-on-surface) !default;
|
|
130
130
|
/// The border color of the Breadcrumb link.
|
|
131
131
|
/// @group breadcrumb
|
|
132
132
|
$kendo-breadcrumb-link-border: null !default;
|
|
@@ -135,7 +135,7 @@ $kendo-breadcrumb-link-border: null !default;
|
|
|
135
135
|
$kendo-breadcrumb-link-hover-bg: k-color(surface) !default;
|
|
136
136
|
/// The text color of the hovered Breadcrumb link.
|
|
137
137
|
/// @group breadcrumb
|
|
138
|
-
$kendo-breadcrumb-link-hover-text: k-color(primary-
|
|
138
|
+
$kendo-breadcrumb-link-hover-text: k-color(primary-on-surface) !default;
|
|
139
139
|
/// The border color of the hovered Breadcrumb link.
|
|
140
140
|
/// @group breadcrumb
|
|
141
141
|
$kendo-breadcrumb-link-hover-border: null !default;
|
|
@@ -145,7 +145,7 @@ $kendo-breadcrumb-link-hover-border: null !default;
|
|
|
145
145
|
$kendo-breadcrumb-link-focus-bg: null !default;
|
|
146
146
|
/// The text color of the focused Breadcrumb link.
|
|
147
147
|
/// @group breadcrumb
|
|
148
|
-
$kendo-breadcrumb-link-focus-text: k-color(primary) !default;
|
|
148
|
+
$kendo-breadcrumb-link-focus-text: k-color(primary-on-surface) !default;
|
|
149
149
|
/// The border color of the focused Breadcrumb link.
|
|
150
150
|
/// @group breadcrumb
|
|
151
151
|
$kendo-breadcrumb-link-focus-border: null !default;
|
|
@@ -249,7 +249,7 @@ $kendo-calendar-navigation-border: $kendo-calendar-header-border !default;
|
|
|
249
249
|
|
|
250
250
|
/// The text color of the hovered items in the Calendar navigation.
|
|
251
251
|
/// @group calendar
|
|
252
|
-
$kendo-calendar-navigation-hover-text: k-color(primary-
|
|
252
|
+
$kendo-calendar-navigation-hover-text: k-color(primary-on-surface) !default;
|
|
253
253
|
/// The text color of the marker in the Calendar navigation.
|
|
254
254
|
/// @group calendar
|
|
255
255
|
$kendo-calendar-navigation-marker-text: currentColor !default;
|
|
@@ -26,7 +26,7 @@ $kendo-captcha-gap: $kendo-captcha-spacer !default;
|
|
|
26
26
|
$kendo-captcha-bg: k-color(surface-alt) !default;
|
|
27
27
|
/// The text color of the Captcha.
|
|
28
28
|
/// @group captcha
|
|
29
|
-
$kendo-captcha-text: k-color(surface
|
|
29
|
+
$kendo-captcha-text: k-color(on-app-surface) !default;
|
|
30
30
|
/// The border color of the Captcha.
|
|
31
31
|
/// @group captcha
|
|
32
32
|
$kendo-captcha-border: k-color(surface-alt) !default;
|
|
@@ -3,11 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
// Card
|
|
5
5
|
|
|
6
|
-
/// The default theme color of the Card.
|
|
7
|
-
/// @group card
|
|
8
|
-
/// @role default
|
|
9
|
-
$kendo-card-default-theme-color: null !default;
|
|
10
|
-
|
|
11
6
|
/// The horizontal padding of the Card.
|
|
12
7
|
/// @group card
|
|
13
8
|
$kendo-card-padding-x: k-spacing(4) !default;
|
|
@@ -189,7 +184,6 @@ $kendo-card-callout-height: 20px !default;
|
|
|
189
184
|
|
|
190
185
|
|
|
191
186
|
@forward "@progress/kendo-theme-core/scss/components/card/_variables.scss" with (
|
|
192
|
-
$kendo-card-default-theme-color: $kendo-card-default-theme-color,
|
|
193
187
|
$kendo-card-padding-x: $kendo-card-padding-x,
|
|
194
188
|
$kendo-card-padding-y: $kendo-card-padding-y,
|
|
195
189
|
$kendo-card-border-width: $kendo-card-border-width,
|
|
@@ -65,7 +65,7 @@ $kendo-group-menu-item-action-hover-bg: color-mix(in srgb, currentColor 4%, tran
|
|
|
65
65
|
$kendo-group-menu-item-action-selected-bg: color-mix(in srgb, currentColor 16%, transparent) !default;
|
|
66
66
|
/// The text color of the GroupMenu item add action.
|
|
67
67
|
/// @group column-menu
|
|
68
|
-
$kendo-group-menu-item-add-action-text: k-color(primary) !default;
|
|
68
|
+
$kendo-group-menu-item-add-action-text: k-color(primary-on-surface) !default;
|
|
69
69
|
/// The border color of the GroupMenu item.
|
|
70
70
|
/// @group column-menu
|
|
71
71
|
$kendo-group-menu-item-border: k-color(border) !default;
|
|
@@ -107,30 +107,6 @@ $_default-colors: (
|
|
|
107
107
|
on-error: #{"oklch(from var(--kendo-color-error) clamp(0, (0.7 - l) * 99999, 1) 0 h)"},
|
|
108
108
|
error-on-surface: #{"oklch(from var(--kendo-color-error) calc(l * 0.757) calc(c * 0.744) h)"},
|
|
109
109
|
|
|
110
|
-
// Light (ash-gray, achromatic)
|
|
111
|
-
light-subtle: #{"oklch(from var(--kendo-color-light) calc(l + 0.015) c h)"},
|
|
112
|
-
light-subtle-hover: #{"oklch(from var(--kendo-color-light) l c h)"},
|
|
113
|
-
light-subtle-active: #{"oklch(from var(--kendo-color-light) calc(l - 0.0425) c h)"},
|
|
114
|
-
light: oklch(94.01% 0 0deg),
|
|
115
|
-
light-hover: #{"oklch(from var(--kendo-color-light) calc(l - 0.0425) c h)"},
|
|
116
|
-
light-active: #{"oklch(from var(--kendo-color-light) calc(l - 0.064) c h)"},
|
|
117
|
-
light-emphasis: #{"oklch(from var(--kendo-color-light) calc(l - 0.1011) c h)"},
|
|
118
|
-
light-on-subtle: oklch(27.27% 0 0deg),
|
|
119
|
-
on-light: oklch(0% 0 0deg),
|
|
120
|
-
light-on-surface: #{"oklch(from var(--kendo-color-light) l c h)"},
|
|
121
|
-
|
|
122
|
-
// Dark (ash-gray, achromatic)
|
|
123
|
-
dark-subtle: #{"oklch(from var(--kendo-color-dark) calc(l + 0.4675) c h)"},
|
|
124
|
-
dark-subtle-hover: #{"oklch(from var(--kendo-color-dark) calc(l + 0.4048) c h)"},
|
|
125
|
-
dark-subtle-active: #{"oklch(from var(--kendo-color-dark) calc(l + 0.344) c h)"},
|
|
126
|
-
dark: oklch(37.15% 0 0deg),
|
|
127
|
-
dark-hover: #{"oklch(from var(--kendo-color-dark) calc(l - 0.0504) c h)"},
|
|
128
|
-
dark-active: #{"oklch(from var(--kendo-color-dark) calc(l - 0.0988) c h)"},
|
|
129
|
-
dark-emphasis: #{"oklch(from var(--kendo-color-dark) calc(l + 0.208) c h)"},
|
|
130
|
-
dark-on-subtle: oklch(0% 0 0deg),
|
|
131
|
-
on-dark: oklch(100% 0 0deg),
|
|
132
|
-
dark-on-surface: #{"oklch(from var(--kendo-color-dark) calc(l - 0.0504) c h)"},
|
|
133
|
-
|
|
134
110
|
// Inverse (ash-gray, achromatic)
|
|
135
111
|
inverse-subtle: #{"oklch(from var(--kendo-color-inverse) calc(l + 0.4675) c h)"},
|
|
136
112
|
inverse-subtle-hover: #{"oklch(from var(--kendo-color-inverse) calc(l + 0.4048) c h)"},
|
|
@@ -327,38 +303,6 @@ $_default-colors: (
|
|
|
327
303
|
/// @prop {Color} on-error - The text color variable for content on error.
|
|
328
304
|
/// @prop {Color} error-on-surface - The text color variable for content on surface.
|
|
329
305
|
///
|
|
330
|
-
/// @subgroup {light}
|
|
331
|
-
/// [light-subtle, light-subtle-hover, light-subtle-active,
|
|
332
|
-
/// light, light-hover, light-active, light-emphasis,
|
|
333
|
-
/// light-on-subtle, on-light, light-on-surface]
|
|
334
|
-
/// The Light variable group.
|
|
335
|
-
/// @prop {Color} light-subtle - The light subtle background color variable.
|
|
336
|
-
/// @prop {Color} light-subtle-hover - The light subtle background color variable for the hover state.
|
|
337
|
-
/// @prop {Color} light-subtle-active - The light subtle background color variable for the active state.
|
|
338
|
-
/// @prop {Color} light - The light background color variable.
|
|
339
|
-
/// @prop {Color} light-hover - The light background color variable for the hover state.
|
|
340
|
-
/// @prop {Color} light-active - The light background color variable for the active state.
|
|
341
|
-
/// @prop {Color} light-emphasis - The emphasized light color variable.
|
|
342
|
-
/// @prop {Color} light-on-subtle - The text color variable for content on light subtle.
|
|
343
|
-
/// @prop {Color} on-light - The text color variable for content on light.
|
|
344
|
-
/// @prop {Color} light-on-surface - The text color variable for content on surface.
|
|
345
|
-
///
|
|
346
|
-
/// @subgroup {dark}
|
|
347
|
-
/// [dark-subtle, dark-subtle-hover, dark-subtle-active,
|
|
348
|
-
/// dark, dark-hover, dark-active, dark-emphasis,
|
|
349
|
-
/// dark-on-subtle, on-dark, dark-on-surface]
|
|
350
|
-
/// The Dark variable group.
|
|
351
|
-
/// @prop {Color} dark-subtle - The dark subtle background color variable.
|
|
352
|
-
/// @prop {Color} dark-subtle-hover - The dark subtle background color variable for the hover state.
|
|
353
|
-
/// @prop {Color} dark-subtle-active - The dark subtle background color variable for the active state.
|
|
354
|
-
/// @prop {Color} dark - The dark background color variable.
|
|
355
|
-
/// @prop {Color} dark-hover - The dark background color variable for the hover state.
|
|
356
|
-
/// @prop {Color} dark-active - The dark background color variable for the active state.
|
|
357
|
-
/// @prop {Color} dark-emphasis - The emphasized dark color variable.
|
|
358
|
-
/// @prop {Color} dark-on-subtle - The text color variable for content on dark subtle.
|
|
359
|
-
/// @prop {Color} on-dark - The text color variable for content on dark.
|
|
360
|
-
/// @prop {Color} dark-on-surface - The text color variable for content on surface.
|
|
361
|
-
///
|
|
362
306
|
/// @subgroup {inverse}
|
|
363
307
|
/// [inverse-subtle, inverse-subtle-hover, inverse-subtle-active,
|
|
364
308
|
/// inverse, inverse-hover, inverse-active, inverse-emphasis,
|
|
@@ -4,11 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
// Dialog
|
|
6
6
|
|
|
7
|
-
/// The default theme color of the Dialog.
|
|
8
|
-
/// @group dialog
|
|
9
|
-
/// @role default
|
|
10
|
-
$kendo-dialog-default-theme-color: null !default;
|
|
11
|
-
|
|
12
7
|
/// The background color of the Dialog titlebar.
|
|
13
8
|
/// @group dialog
|
|
14
9
|
$kendo-dialog-titlebar-bg: k-color(surface) !default;
|
|
@@ -38,7 +33,6 @@ $kendo-dialog-bg: k-color(surface-alt) !default;
|
|
|
38
33
|
|
|
39
34
|
|
|
40
35
|
@forward "@progress/kendo-theme-core/scss/components/dialog/_variables.scss" with (
|
|
41
|
-
$kendo-dialog-default-theme-color: $kendo-dialog-default-theme-color,
|
|
42
36
|
$kendo-dialog-titlebar-bg: $kendo-dialog-titlebar-bg,
|
|
43
37
|
$kendo-dialog-titlebar-text: $kendo-dialog-titlebar-text,
|
|
44
38
|
$kendo-dialog-titlebar-border: $kendo-dialog-titlebar-border,
|
|
@@ -22,7 +22,7 @@ $kendo-filter-operator-dropdown-width: 15em !default;
|
|
|
22
22
|
|
|
23
23
|
/// The text color of the Filter preview field.
|
|
24
24
|
/// @group filter
|
|
25
|
-
$kendo-filter-preview-field-text: k-color(primary) !default;
|
|
25
|
+
$kendo-filter-preview-field-text: k-color(primary-on-surface) !default;
|
|
26
26
|
/// The text color of the Filter preview operator.
|
|
27
27
|
/// @group filter
|
|
28
28
|
$kendo-filter-preview-operator-text: k-color(on-app-surface) !default;
|
|
@@ -38,6 +38,9 @@ $kendo-icon-padding: k-spacing(1) !default;
|
|
|
38
38
|
/// The color of accent icons.
|
|
39
39
|
/// @group icon
|
|
40
40
|
$kendo-accent-icon-color: #8B7CF6 !default;
|
|
41
|
+
/// The color of action icons.
|
|
42
|
+
/// @group icon
|
|
43
|
+
$kendo-action-icon-color: k-color( primary-on-surface ) !default;
|
|
41
44
|
|
|
42
45
|
@forward "@progress/kendo-theme-core/scss/components/icons/_variables.scss" with (
|
|
43
46
|
$kendo-icon-default-size: $kendo-icon-default-size,
|
|
@@ -51,5 +54,6 @@ $kendo-accent-icon-color: #8B7CF6 !default;
|
|
|
51
54
|
$kendo-icon-size-xxxl: $kendo-icon-size-xxxl,
|
|
52
55
|
$kendo-icon-spacing: $kendo-icon-spacing,
|
|
53
56
|
$kendo-icon-padding: $kendo-icon-padding,
|
|
54
|
-
$kendo-accent-icon-color: $kendo-accent-icon-color
|
|
57
|
+
$kendo-accent-icon-color: $kendo-accent-icon-color,
|
|
58
|
+
$kendo-action-icon-color: $kendo-action-icon-color
|
|
55
59
|
);
|
|
@@ -60,7 +60,7 @@ $kendo-notification-icon-spacing: $kendo-icon-spacing !default;
|
|
|
60
60
|
|
|
61
61
|
/// The theme colors map for the Notification.
|
|
62
62
|
/// @group notification
|
|
63
|
-
$kendo-notification-theme-colors: ("base", "primary", "secondary", "tertiary", "info", "success", "warning", "error", "
|
|
63
|
+
$kendo-notification-theme-colors: ("base", "primary", "secondary", "tertiary", "info", "success", "warning", "error", "inverse") !default;
|
|
64
64
|
/// The generated theme colors map for the Notification.
|
|
65
65
|
/// @group notification
|
|
66
66
|
$kendo-notification-theme: notification-theme( $kendo-notification-theme-colors ) !default;
|
|
@@ -1,18 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
/// @group overlay
|
|
3
|
-
/// @role default
|
|
4
|
-
$kendo-overlay-default-theme-color: "inverse" !default;
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
5
2
|
|
|
6
3
|
/// The background color of the Overlay.
|
|
7
4
|
/// @group overlay
|
|
8
|
-
$kendo-overlay-bg:
|
|
5
|
+
$kendo-overlay-bg: k-color(inverse) !default;
|
|
9
6
|
/// The opacity of the Overlay.
|
|
10
7
|
/// @group overlay
|
|
11
8
|
$kendo-overlay-opacity: .5 !default;
|
|
12
9
|
|
|
13
10
|
|
|
14
11
|
@forward "@progress/kendo-theme-core/scss/components/overlay/_variables.scss" with (
|
|
15
|
-
$kendo-overlay-default-theme-color: $kendo-overlay-default-theme-color,
|
|
16
12
|
$kendo-overlay-bg: $kendo-overlay-bg,
|
|
17
13
|
$kendo-overlay-opacity: $kendo-overlay-opacity
|
|
18
14
|
);
|
|
@@ -81,7 +81,6 @@ $kendo-scrollview-light-bg: rgba( white, .4 ) !default;
|
|
|
81
81
|
/// The background color of the ScrollView pager in dark mode.
|
|
82
82
|
/// @group scrollview
|
|
83
83
|
$kendo-scrollview-dark-bg: rgba( black, .4 ) !default;
|
|
84
|
-
|
|
85
84
|
/// The duration of the ScrollView transition.
|
|
86
85
|
/// @group scrollview
|
|
87
86
|
$kendo-scrollview-transition-duration: .3s !default;
|
|
@@ -227,7 +227,7 @@ $kendo-spreadsheet-insert-image-dialog-preview-overlay-shadow: inset 0 0 0 2000p
|
|
|
227
227
|
$kendo-spreadsheet-insert-image-dialog-preview-overlay-border-radius: k-border-radius(md) !default;
|
|
228
228
|
/// The text color of the hovered Spreadsheet image Dialog preview.
|
|
229
229
|
/// @group spreadsheet
|
|
230
|
-
$kendo-spreadsheet-insert-image-dialog-overlay-hover-text: k-color(surface
|
|
230
|
+
$kendo-spreadsheet-insert-image-dialog-overlay-hover-text: k-color(on-app-surface) !default;
|
|
231
231
|
|
|
232
232
|
/// The width of the Spreadsheet drawing handle.
|
|
233
233
|
/// @group spreadsheet
|
|
@@ -202,7 +202,7 @@ $kendo-switch-off-thumb-disabled-gradient: null !default;
|
|
|
202
202
|
$kendo-switch-on-track-bg: k-color(surface-alt) !default;
|
|
203
203
|
/// The text color of the track when the Switch is checked.
|
|
204
204
|
/// @group switch
|
|
205
|
-
$kendo-switch-on-track-text: k-color(primary) !default;
|
|
205
|
+
$kendo-switch-on-track-text: k-color(primary-on-surface) !default;
|
|
206
206
|
/// The border color of the track when the Switch is checked.
|
|
207
207
|
/// @group switch
|
|
208
208
|
$kendo-switch-on-track-border: k-color(border) !default;
|
|
@@ -129,7 +129,7 @@ $kendo-tabstrip-item-hover-gradient: null !default;
|
|
|
129
129
|
$kendo-tabstrip-item-selected-bg: k-color(surface-alt) !default;
|
|
130
130
|
/// The text color of the selected TabStrip items.
|
|
131
131
|
/// @group tabstrip
|
|
132
|
-
$kendo-tabstrip-item-selected-text: k-color(primary) !default;
|
|
132
|
+
$kendo-tabstrip-item-selected-text: k-color(primary-on-surface) !default;
|
|
133
133
|
/// The border color of the selected TabStrip items.
|
|
134
134
|
/// @group tabstrip
|
|
135
135
|
$kendo-tabstrip-item-selected-border: k-color(border) !default;
|
|
@@ -224,13 +224,13 @@ $kendo-taskboard-card-selected-shadow: none !default;
|
|
|
224
224
|
|
|
225
225
|
/// The text color of the TaskBoard Card header text.
|
|
226
226
|
/// @group taskboard
|
|
227
|
-
$kendo-taskboard-card-header-text: k-color(primary) !default;
|
|
227
|
+
$kendo-taskboard-card-header-text: k-color(primary-on-surface) !default;
|
|
228
228
|
/// The text color of the hovered TaskBoard Card header text.
|
|
229
229
|
/// @group taskboard
|
|
230
|
-
$kendo-taskboard-card-header-focus-text: k-color(primary-
|
|
230
|
+
$kendo-taskboard-card-header-focus-text: k-color(primary-on-surface) !default;
|
|
231
231
|
/// The text color of the focused TaskBoard Card header text.
|
|
232
232
|
/// @group taskboard
|
|
233
|
-
$kendo-taskboard-card-header-hover-text: k-color(primary-
|
|
233
|
+
$kendo-taskboard-card-header-hover-text: k-color(primary-on-surface) !default;
|
|
234
234
|
|
|
235
235
|
/// The border width of the TaskBoard Card placeholder.
|
|
236
236
|
/// @group taskboard
|
|
@@ -46,10 +46,10 @@ $kendo-time-selector-header-border-width: 0px !default;
|
|
|
46
46
|
$kendo-time-selector-header-title-text: unset !default;
|
|
47
47
|
/// The text color of the TimeSelector header current time indicator.
|
|
48
48
|
/// @group time-selector
|
|
49
|
-
$kendo-time-selector-header-time-now-text: k-color(primary) !default;
|
|
49
|
+
$kendo-time-selector-header-time-now-text: k-color(primary-on-surface) !default;
|
|
50
50
|
/// The text color of the hovered TimeSelector header current time indicator.
|
|
51
51
|
/// @group time-selector
|
|
52
|
-
$kendo-time-selector-header-time-now-hover-text: k-color(primary-
|
|
52
|
+
$kendo-time-selector-header-time-now-hover-text: k-color(primary-on-surface) !default;
|
|
53
53
|
|
|
54
54
|
/// The width of the TimeSelector list.
|
|
55
55
|
/// @group time-selector
|
|
@@ -141,10 +141,10 @@ $kendo-time-list-focus-bg: rgba( black, .04 ) !default;
|
|
|
141
141
|
|
|
142
142
|
/// The text color of the TimeSelector button.
|
|
143
143
|
/// @group time-selector
|
|
144
|
-
$kendo-time-selector-now-button-text: k-color(primary) !default;
|
|
144
|
+
$kendo-time-selector-now-button-text: k-color(primary-on-surface) !default;
|
|
145
145
|
/// The text color of the hovered TimeSelector button.
|
|
146
146
|
/// @group time-selector
|
|
147
|
-
$kendo-time-selector-now-button-hover-text: k-color(primary-
|
|
147
|
+
$kendo-time-selector-now-button-hover-text: k-color(primary-on-surface) !default;
|
|
148
148
|
|
|
149
149
|
@forward "@progress/kendo-theme-core/scss/components/timeselector/_variables.scss" with (
|
|
150
150
|
$kendo-time-selector-default-size: $kendo-time-selector-default-size,
|
|
@@ -54,7 +54,7 @@ $kendo-tooltip-shadow: k-elevation(2) !default;
|
|
|
54
54
|
|
|
55
55
|
/// The theme colors map for the Tooltip.
|
|
56
56
|
/// @group tooltip
|
|
57
|
-
$kendo-tooltip-theme-colors: ("base", "
|
|
57
|
+
$kendo-tooltip-theme-colors: ("base", "info", "success", "warning", "error", "inverse") !default;
|
|
58
58
|
/// The generated theme colors map for the Tooltip.
|
|
59
59
|
/// @group tooltip
|
|
60
60
|
$kendo-tooltip-theme: tooltip-theme( $kendo-tooltip-theme-colors ) !default;
|
|
@@ -138,7 +138,7 @@ $kendo-treeview-item-focus-shadow: inset 0 0 2px 0 k-color(border) !default;
|
|
|
138
138
|
$kendo-treeview-loadmore-bg: transparent !default;
|
|
139
139
|
/// The text color of the Load More button in the TreeView.
|
|
140
140
|
/// @group treeview
|
|
141
|
-
$kendo-treeview-loadmore-text: k-color(primary) !default;
|
|
141
|
+
$kendo-treeview-loadmore-text: k-color(primary-on-surface) !default;
|
|
142
142
|
/// The border color of the Load More button in the TreeView.
|
|
143
143
|
/// @group treeview
|
|
144
144
|
$kendo-treeview-loadmore-border: null !default;
|
|
@@ -148,7 +148,7 @@ $kendo-treeview-loadmore-border: null !default;
|
|
|
148
148
|
$kendo-treeview-loadmore-hover-bg: transparent !default;
|
|
149
149
|
/// The text color of the hovered Load More button in the TreeView.
|
|
150
150
|
/// @group treeview
|
|
151
|
-
$kendo-treeview-loadmore-hover-text: k-color(primary-
|
|
151
|
+
$kendo-treeview-loadmore-hover-text: k-color(primary-on-surface) !default;
|
|
152
152
|
/// The border color of the hovered Load More button in the TreeView.
|
|
153
153
|
/// @group treeview
|
|
154
154
|
$kendo-treeview-loadmore-hover-border: null !default;
|
|
@@ -158,7 +158,7 @@ $kendo-treeview-loadmore-hover-border: null !default;
|
|
|
158
158
|
$kendo-treeview-loadmore-focus-bg: transparent !default;
|
|
159
159
|
/// The text color of the focused Load More button in the TreeView.
|
|
160
160
|
/// @group treeview
|
|
161
|
-
$kendo-treeview-loadmore-focus-text: k-color(primary-
|
|
161
|
+
$kendo-treeview-loadmore-focus-text: k-color(primary-on-surface) !default;
|
|
162
162
|
/// The border color of the focused Load More button in the TreeView.
|
|
163
163
|
/// @group treeview
|
|
164
164
|
$kendo-treeview-loadmore-focus-border: null !default;
|
|
@@ -9,11 +9,6 @@
|
|
|
9
9
|
/// @role default
|
|
10
10
|
$kendo-window-default-size: "auto" !default;
|
|
11
11
|
|
|
12
|
-
/// The default theme color of the Window.
|
|
13
|
-
/// @group window
|
|
14
|
-
/// @role default
|
|
15
|
-
$kendo-window-default-theme-color: null !default;
|
|
16
|
-
|
|
17
12
|
/// The width of the border around the Window.
|
|
18
13
|
/// @group window
|
|
19
14
|
$kendo-window-border-width: 1px !default;
|
|
@@ -107,7 +102,6 @@ $kendo-window-titlebar-border: k-color(border) !default;
|
|
|
107
102
|
$kendo-window-titlebar-gradient: null !default;
|
|
108
103
|
|
|
109
104
|
@forward "@progress/kendo-theme-core/scss/components/window/_variables.scss" with (
|
|
110
|
-
$kendo-window-default-theme-color: $kendo-window-default-theme-color,
|
|
111
105
|
$kendo-window-border-width: $kendo-window-border-width,
|
|
112
106
|
$kendo-window-border-radius: $kendo-window-border-radius,
|
|
113
107
|
$kendo-window-font-family: $kendo-window-font-family,
|