@progress/kendo-theme-material 13.2.0-dev.3 → 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/material-2-dark.css +1 -1
- package/dist/material-2.css +1 -1
- package/dist/material-aqua-dark.css +1 -1
- package/dist/material-arctic.css +1 -1
- package/dist/material-burnt-teal.css +1 -1
- package/dist/material-dataviz-v4.css +1 -1
- package/dist/material-eggplant.css +1 -1
- package/dist/material-lime-dark.css +1 -1
- package/dist/material-lime.css +1 -1
- package/dist/material-main-dark.css +1 -1
- package/dist/material-main.css +1 -1
- package/dist/material-nova.css +1 -1
- package/dist/material-pacific-dark.css +1 -1
- package/dist/material-pacific.css +1 -1
- package/dist/material-sky-dark.css +1 -1
- package/dist/material-sky.css +1 -1
- package/dist/material-smoke.css +1 -1
- package/dist/meta/sassdoc-data.json +888 -1934
- package/dist/meta/sassdoc-raw-data.json +416 -860
- package/dist/meta/variables.json +28 -151
- package/lib/swatches/material-2-dark.json +1 -1
- package/lib/swatches/material-2.json +1 -1
- package/lib/swatches/material-aqua-dark.json +1 -1
- package/lib/swatches/material-arctic.json +1 -1
- package/lib/swatches/material-burnt-teal.json +1 -1
- package/lib/swatches/material-dataviz-v4.json +1 -1
- package/lib/swatches/material-eggplant.json +1 -1
- package/lib/swatches/material-lime-dark.json +1 -1
- package/lib/swatches/material-lime.json +1 -1
- package/lib/swatches/material-main-dark.json +1 -1
- package/lib/swatches/material-main.json +1 -1
- package/lib/swatches/material-nova.json +1 -1
- package/lib/swatches/material-pacific-dark.json +1 -1
- package/lib/swatches/material-pacific.json +1 -1
- package/lib/swatches/material-sky-dark.json +1 -1
- package/lib/swatches/material-sky.json +1 -1
- package/lib/swatches/material-smoke.json +1 -1
- package/package.json +4 -4
- package/scss/appbar/_variables.scss +1 -19
- package/scss/bottom-navigation/_theme.scss +0 -4
- package/scss/card/_variables.scss +0 -6
- package/scss/coloreditor/_variables.scss +1 -1
- package/scss/colorgradient/_variables.scss +1 -1
- package/scss/colorpalette/_variables.scss +3 -3
- package/scss/core/color-system/_swatch.scss +0 -54
- package/scss/dialog/_variables.scss +0 -6
- package/scss/drawer/_variables.scss +1 -1
- package/scss/notification/_variables.scss +1 -1
- package/scss/overlay/_variables.scss +2 -6
- package/scss/scrollview/_variables.scss +1 -2
- package/scss/skeleton/_variables.scss +1 -1
- package/scss/taskboard/_variables.scss +1 -1
- package/scss/tooltip/_variables.scss +1 -1
- package/scss/window/_variables.scss +0 -6
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-material",
|
|
3
3
|
"description": "Material theme for Kendo UI",
|
|
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": [
|
|
@@ -55,12 +55,12 @@
|
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@progress/kendo-svg-icons": "^4.8.0",
|
|
58
|
-
"@progress/kendo-theme-core": "13.2.0-dev.
|
|
59
|
-
"@progress/kendo-theme-utils": "13.2.0-dev.
|
|
58
|
+
"@progress/kendo-theme-core": "13.2.0-dev.4",
|
|
59
|
+
"@progress/kendo-theme-utils": "13.2.0-dev.4"
|
|
60
60
|
},
|
|
61
61
|
"directories": {
|
|
62
62
|
"doc": "docs",
|
|
63
63
|
"lib": "lib"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "7368a47b22d3a917d55b6f022728aee002b3125a"
|
|
66
66
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
/// The default theme color of the AppBar.
|
|
7
7
|
/// @group appbar
|
|
8
8
|
/// @role default
|
|
9
|
-
$kendo-appbar-default-theme-color: "
|
|
9
|
+
$kendo-appbar-default-theme-color: "base" !default;
|
|
10
10
|
|
|
11
11
|
/// The horizontal margin of the AppBar.
|
|
12
12
|
/// @group appbar
|
|
@@ -40,20 +40,6 @@ $kendo-appbar-line-height: var(--kendo-line-height-lg) !default;
|
|
|
40
40
|
/// @group appbar
|
|
41
41
|
$kendo-appbar-gap: k-spacing(2) !default;
|
|
42
42
|
|
|
43
|
-
/// The background color of the AppBar based on light theme color.
|
|
44
|
-
/// @group appbar
|
|
45
|
-
$kendo-appbar-light-bg: k-color(light) !default;
|
|
46
|
-
/// TThe text color of the AppBar based on light theme color.
|
|
47
|
-
/// @group appbar
|
|
48
|
-
$kendo-appbar-light-text: k-color(on-light) !default;
|
|
49
|
-
|
|
50
|
-
/// The background color of the AppBar based on dark theme color.
|
|
51
|
-
/// @group appbar
|
|
52
|
-
$kendo-appbar-dark-bg: k-color(dark) !default;
|
|
53
|
-
/// The text color of the AppBar based on dark theme color.
|
|
54
|
-
/// @group appbar
|
|
55
|
-
$kendo-appbar-dark-text: k-color(on-dark) !default;
|
|
56
|
-
|
|
57
43
|
/// The box shadow of the AppBar.
|
|
58
44
|
/// @group appbar
|
|
59
45
|
$kendo-appbar-box-shadow: null !default;
|
|
@@ -72,10 +58,6 @@ $kendo-appbar-bottom-box-shadow: $kendo-appbar-box-shadow !default;
|
|
|
72
58
|
$kendo-appbar-font-size: $kendo-appbar-font-size,
|
|
73
59
|
$kendo-appbar-line-height: $kendo-appbar-line-height,
|
|
74
60
|
$kendo-appbar-gap: $kendo-appbar-gap,
|
|
75
|
-
$kendo-appbar-light-bg: $kendo-appbar-light-bg,
|
|
76
|
-
$kendo-appbar-light-text: $kendo-appbar-light-text,
|
|
77
|
-
$kendo-appbar-dark-bg: $kendo-appbar-dark-bg,
|
|
78
|
-
$kendo-appbar-dark-text: $kendo-appbar-dark-text,
|
|
79
61
|
$kendo-appbar-box-shadow: $kendo-appbar-box-shadow,
|
|
80
62
|
$kendo-appbar-bottom-box-shadow: $kendo-appbar-bottom-box-shadow,
|
|
81
63
|
$kendo-appbar-default-theme-color: $kendo-appbar-default-theme-color
|
|
@@ -48,10 +48,6 @@
|
|
|
48
48
|
|
|
49
49
|
@if $name == "primary" or $name == "secondary" {
|
|
50
50
|
background: k-color(surface);
|
|
51
|
-
} @else if $name == "light" {
|
|
52
|
-
background: k-color(dark-subtle);
|
|
53
|
-
} @else if $name == "dark" {
|
|
54
|
-
background: k-color(light-subtle);
|
|
55
51
|
} @else {
|
|
56
52
|
background: k-color(#{$name}-subtle);
|
|
57
53
|
}
|
|
@@ -5,11 +5,6 @@
|
|
|
5
5
|
|
|
6
6
|
// Card
|
|
7
7
|
|
|
8
|
-
/// The default theme color of the Card.
|
|
9
|
-
/// @group card
|
|
10
|
-
/// @role default
|
|
11
|
-
$kendo-card-default-theme-color: null !default;
|
|
12
|
-
|
|
13
8
|
/// The horizontal padding of the Card.
|
|
14
9
|
/// @group card
|
|
15
10
|
$kendo-card-padding-x: k-spacing(4) !default;
|
|
@@ -188,7 +183,6 @@ $kendo-card-callout-width: 20px !default;
|
|
|
188
183
|
$kendo-card-callout-height: 20px !default;
|
|
189
184
|
|
|
190
185
|
@forward "@progress/kendo-theme-core/scss/components/card/_variables.scss" with (
|
|
191
|
-
$kendo-card-default-theme-color: $kendo-card-default-theme-color,
|
|
192
186
|
$kendo-card-padding-x: $kendo-card-padding-x,
|
|
193
187
|
$kendo-card-padding-y: $kendo-card-padding-y,
|
|
194
188
|
$kendo-card-border-width: $kendo-card-border-width,
|
|
@@ -140,7 +140,7 @@ $kendo-color-editor-lg-views-padding-x: k-spacing(4.5) !default;
|
|
|
140
140
|
|
|
141
141
|
/// The outline color of the focused ColorGradient.
|
|
142
142
|
/// @group color-editor
|
|
143
|
-
$kendo-color-editor-color-gradient-focus-outline-color: color-mix(in srgb, k-color(
|
|
143
|
+
$kendo-color-editor-color-gradient-focus-outline-color: color-mix(in srgb, k-color(inverse) 30%, transparent) !default;
|
|
144
144
|
/// The outline width of the focused ColorGradient.
|
|
145
145
|
/// @group color-editor
|
|
146
146
|
$kendo-color-editor-color-gradient-focus-outline: 2px !default;
|
|
@@ -171,7 +171,7 @@ $kendo-color-gradient-draghandle-text: null !default;
|
|
|
171
171
|
$kendo-color-gradient-draghandle-bg: transparent !default;
|
|
172
172
|
/// The color of the border around the ColorGradient canvas drag handle.
|
|
173
173
|
/// @group color-gradient
|
|
174
|
-
$kendo-color-gradient-draghandle-border: color-mix(in srgb, k-color(
|
|
174
|
+
$kendo-color-gradient-draghandle-border: color-mix(in srgb, k-color(on-inverse) 80%, transparent) !default;
|
|
175
175
|
/// The focus color of the outline around the ColorGradient canvas drag handle.
|
|
176
176
|
/// @group color-gradient
|
|
177
177
|
$kendo-color-gradient-draghandle-focus-shadow: k-color(inverse) !default;
|
|
@@ -43,13 +43,13 @@ $kendo-color-palette-lg-tile-width: k-spacing(8) !default;
|
|
|
43
43
|
$kendo-color-palette-lg-tile-height: $kendo-color-palette-lg-tile-width !default;
|
|
44
44
|
/// The shadow of the ColorPalette focused tile.
|
|
45
45
|
/// @group color-palette
|
|
46
|
-
$kendo-color-palette-tile-focus-shadow: 0 0 3px 1px color-mix(in srgb, k-color(
|
|
46
|
+
$kendo-color-palette-tile-focus-shadow: 0 0 3px 1px color-mix(in srgb, k-color(inverse) 30%, transparent), inset 0 0 0 1px color-mix(in srgb, k-color(on-inverse) 50%, transparent) !default;
|
|
47
47
|
/// The shadow of the ColorPalette hovered tile.
|
|
48
48
|
/// @group color-palette
|
|
49
|
-
$kendo-color-palette-tile-hover-shadow: 0 0 3px 1px color-mix(in srgb, k-color(
|
|
49
|
+
$kendo-color-palette-tile-hover-shadow: 0 0 3px 1px color-mix(in srgb, k-color(inverse) 30%, transparent), inset 0 0 0 1px color-mix(in srgb, k-color(on-inverse) 80%, transparent) !default;
|
|
50
50
|
/// The shadow of the ColorPalette selected tile.
|
|
51
51
|
/// @group color-palette
|
|
52
|
-
$kendo-color-palette-tile-selected-shadow: 0 1px 3px 1px color-mix(in srgb, k-color(
|
|
52
|
+
$kendo-color-palette-tile-selected-shadow: 0 1px 3px 1px color-mix(in srgb, k-color(inverse) 30%, transparent), inset 0 0 0 1px color-mix(in srgb, k-color(on-inverse) 100%, transparent) !default;
|
|
53
53
|
|
|
54
54
|
@forward "@progress/kendo-theme-core/scss/components/colorpalette/_variables.scss" with (
|
|
55
55
|
$kendo-color-palette-default-size: $kendo-color-palette-default-size,
|
|
@@ -98,28 +98,6 @@ $_default-colors: (
|
|
|
98
98
|
error-on-subtle: #{"oklch(from var(--kendo-color-error) calc(l - 0.117) calc(c - 0.033) h)"},
|
|
99
99
|
on-error: #{"oklch(from var(--kendo-color-error) clamp(0, (0.7 - l) * 99999, 1) 0 h)"},
|
|
100
100
|
error-on-surface: #{"oklch(from var(--kendo-color-error) calc(l - 0.052) calc(c - 0.0164) h)"},
|
|
101
|
-
// Light
|
|
102
|
-
light-subtle: oklch(99.15% 0.0062 316.78deg),
|
|
103
|
-
light-subtle-hover: oklch(96.92% 0.0102 310.65deg),
|
|
104
|
-
light-subtle-active: oklch(92.78% 0.0108 315.98deg),
|
|
105
|
-
light: oklch(96.92% 0.0102 310.65deg),
|
|
106
|
-
light-hover: oklch(92.78% 0.0108 315.98deg),
|
|
107
|
-
light-active: oklch(90.38% 0.0121 312.78deg),
|
|
108
|
-
light-emphasis: oklch(83.76% 0.0187 303.14deg),
|
|
109
|
-
light-on-subtle: oklch(22.65% 0.0100 303.60deg),
|
|
110
|
-
on-light: oklch(22.65% 0.0100 303.60deg),
|
|
111
|
-
light-on-surface: oklch(96.92% 0.0102 310.65deg),
|
|
112
|
-
// Dark
|
|
113
|
-
dark-subtle: oklch(74.91% 0.0179 304.50deg),
|
|
114
|
-
dark-subtle-hover: oklch(83.76% 0.0187 303.14deg),
|
|
115
|
-
dark-subtle-active: oklch(88.93% 0.0126 317.31deg),
|
|
116
|
-
dark: oklch(31.07% 0.0114 307.91deg),
|
|
117
|
-
dark-hover: oklch(34.01% 0.0148 307.86deg),
|
|
118
|
-
dark-active: oklch(39.81% 0.0174 303.61deg),
|
|
119
|
-
dark-emphasis: oklch(56.67% 0.0163 307.96deg),
|
|
120
|
-
dark-on-subtle: oklch(56.67% 0.0163 307.96deg),
|
|
121
|
-
on-dark: oklch(100% 0 0deg),
|
|
122
|
-
dark-on-surface: oklch(31.07% 0.0114 307.91deg),
|
|
123
101
|
// Inverse
|
|
124
102
|
inverse-subtle: #{"oklch(from var(--kendo-color-inverse) 0.749 calc(c * 1.570) h)"},
|
|
125
103
|
inverse-subtle-hover: #{"oklch(from var(--kendo-color-inverse) 0.838 calc(c * 1.640) h)"},
|
|
@@ -314,38 +292,6 @@ $_default-colors: (
|
|
|
314
292
|
/// @prop {Color} on-error - The text color variable for content on error.
|
|
315
293
|
/// @prop {Color} error-on-surface - The text color variable for content on surface.
|
|
316
294
|
///
|
|
317
|
-
/// @subgroup {light}
|
|
318
|
-
/// [light-subtle, light-subtle-hover, light-subtle-active,
|
|
319
|
-
/// light, light-hover, light-active, light-emphasis,
|
|
320
|
-
/// light-on-subtle, on-light, light-on-surface]
|
|
321
|
-
/// The Light variable group.
|
|
322
|
-
/// @prop {Color} light-subtle - The light subtle background color variable.
|
|
323
|
-
/// @prop {Color} light-subtle-hover - The light subtle background color variable for the hover state.
|
|
324
|
-
/// @prop {Color} light-subtle-active - The light subtle background color variable for the active state.
|
|
325
|
-
/// @prop {Color} light - The light background color variable.
|
|
326
|
-
/// @prop {Color} light-hover - The light background color variable for the hover state.
|
|
327
|
-
/// @prop {Color} light-active - The light background color variable for the active state.
|
|
328
|
-
/// @prop {Color} light-emphasis - The emphasized light color variable.
|
|
329
|
-
/// @prop {Color} light-on-subtle - The text color variable for content on light subtle.
|
|
330
|
-
/// @prop {Color} on-light - The text color variable for content on light.
|
|
331
|
-
/// @prop {Color} light-on-surface - The text color variable for content on surface.
|
|
332
|
-
///
|
|
333
|
-
/// @subgroup {dark}
|
|
334
|
-
/// [dark-subtle, dark-subtle-hover, dark-subtle-active,
|
|
335
|
-
/// dark, dark-hover, dark-active, dark-emphasis,
|
|
336
|
-
/// dark-on-subtle, on-dark, dark-on-surface]
|
|
337
|
-
/// The Dark variable group.
|
|
338
|
-
/// @prop {Color} dark-subtle - The dark subtle background color variable.
|
|
339
|
-
/// @prop {Color} dark-subtle-hover - The dark subtle background color variable for the hover state.
|
|
340
|
-
/// @prop {Color} dark-subtle-active - The dark subtle background color variable for the active state.
|
|
341
|
-
/// @prop {Color} dark - The dark background color variable.
|
|
342
|
-
/// @prop {Color} dark-hover - The dark background color variable for the hover state.
|
|
343
|
-
/// @prop {Color} dark-active - The dark background color variable for the active state.
|
|
344
|
-
/// @prop {Color} dark-emphasis - The emphasized dark color variable.
|
|
345
|
-
/// @prop {Color} dark-on-subtle - The text color variable for content on dark subtle.
|
|
346
|
-
/// @prop {Color} on-dark - The text color variable for content on dark.
|
|
347
|
-
/// @prop {Color} dark-on-surface - The text color variable for content on surface.
|
|
348
|
-
///
|
|
349
295
|
/// @subgroup {inverse}
|
|
350
296
|
/// [inverse-subtle, inverse-subtle-hover, inverse-subtle-active,
|
|
351
297
|
/// 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: unset !default;
|
|
@@ -37,7 +32,6 @@ $kendo-dialog-button-spacing: $kendo-actions-button-spacing !default;
|
|
|
37
32
|
$kendo-dialog-bg: k-color(surface) !default;
|
|
38
33
|
|
|
39
34
|
@forward "@progress/kendo-theme-core/scss/components/dialog/_variables.scss" with (
|
|
40
|
-
$kendo-dialog-default-theme-color: $kendo-dialog-default-theme-color,
|
|
41
35
|
$kendo-dialog-titlebar-bg: $kendo-dialog-titlebar-bg,
|
|
42
36
|
$kendo-dialog-titlebar-text: $kendo-dialog-titlebar-text,
|
|
43
37
|
$kendo-dialog-titlebar-border: $kendo-dialog-titlebar-border,
|
|
@@ -38,7 +38,7 @@ $kendo-drawer-content-padding-y: k-spacing(3) !default;
|
|
|
38
38
|
$kendo-drawer-scrollbar-width: 8px !default;
|
|
39
39
|
/// The color of the Drawer scrollbar track.
|
|
40
40
|
/// @group drawer
|
|
41
|
-
$kendo-drawer-scrollbar-color: k-color(
|
|
41
|
+
$kendo-drawer-scrollbar-color: k-color(inverse-emphasis) !default;
|
|
42
42
|
/// The background color of the Drawer scrollbar thumb.
|
|
43
43
|
/// @group drawer
|
|
44
44
|
$kendo-drawer-scrollbar-bg: transparent !default;
|
|
@@ -63,7 +63,7 @@ $kendo-notification-icon-spacing: k-spacing(2) !default;
|
|
|
63
63
|
|
|
64
64
|
/// The theme colors map for the Notification.
|
|
65
65
|
/// @group notification
|
|
66
|
-
$kendo-notification-theme-colors: ("base", "primary", "secondary", "tertiary", "info", "success", "warning", "error", "
|
|
66
|
+
$kendo-notification-theme-colors: ("base", "primary", "secondary", "tertiary", "info", "success", "warning", "error", "inverse") !default;
|
|
67
67
|
/// The generated theme colors map for the Notification.
|
|
68
68
|
/// @group notification
|
|
69
69
|
$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
|
|
|
10
7
|
/// The opacity of the Overlay.
|
|
11
8
|
/// @group overlay
|
|
12
9
|
$kendo-overlay-opacity: .32 !default;
|
|
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
|
);
|
|
@@ -43,7 +43,7 @@ $kendo-scrollview-pagebutton-primary-bg: k-color(primary) !default;
|
|
|
43
43
|
$kendo-scrollview-pagebutton-primary-border: k-color(primary) !default;
|
|
44
44
|
/// The box shadow of the ScrollView page button.
|
|
45
45
|
/// @group scrollview
|
|
46
|
-
$kendo-scrollview-pagebutton-shadow: 0 0 0 2px color-mix(in srgb, k-color(
|
|
46
|
+
$kendo-scrollview-pagebutton-shadow: 0 0 0 2px color-mix(in srgb, k-color(inverse) 13%, transparent) !default;
|
|
47
47
|
|
|
48
48
|
/// The offset of the ScrollView pager.
|
|
49
49
|
/// @group scrollview
|
|
@@ -80,7 +80,6 @@ $kendo-scrollview-light-bg: rgba( white, .4 ) !default;
|
|
|
80
80
|
/// The background color of the ScrollView pager in dark mode.
|
|
81
81
|
/// @group scrollview
|
|
82
82
|
$kendo-scrollview-dark-bg: rgba( black, .4 ) !default;
|
|
83
|
-
|
|
84
83
|
/// The duration of the ScrollView transition.
|
|
85
84
|
/// @group scrollview
|
|
86
85
|
$kendo-scrollview-transition-duration: .3s !default;
|
|
@@ -22,7 +22,7 @@ $kendo-skeleton-circle-border-radius: 9999px !default;
|
|
|
22
22
|
$kendo-skeleton-item-bg: color-mix(in srgb, k-color(on-app-surface) 20%, transparent) !default;
|
|
23
23
|
/// The background color of the Skeleton wave animation.
|
|
24
24
|
/// @group skeleton
|
|
25
|
-
$kendo-skeleton-wave-bg: color-mix(in srgb, k-color(
|
|
25
|
+
$kendo-skeleton-wave-bg: color-mix(in srgb, k-color(inverse) 4%, transparent) !default;
|
|
26
26
|
|
|
27
27
|
@forward "@progress/kendo-theme-core/scss/components/skeleton/_variables.scss" with (
|
|
28
28
|
$kendo-skeleton-text-transform: $kendo-skeleton-text-transform,
|
|
@@ -241,7 +241,7 @@ $kendo-taskboard-drag-placeholder-border-width: 1px !default;
|
|
|
241
241
|
$kendo-taskboard-drag-placeholder-border-radius: $kendo-taskboard-card-border-radius !default;
|
|
242
242
|
/// The background color of the TaskBoard Card placeholder.
|
|
243
243
|
/// @group taskboard
|
|
244
|
-
$kendo-taskboard-drag-placeholder-bg: color-mix(in srgb, k-color(
|
|
244
|
+
$kendo-taskboard-drag-placeholder-bg: color-mix(in srgb, k-color(on-inverse) 20%, transparent) !default;
|
|
245
245
|
/// The border color of the TaskBoard Card placeholder.
|
|
246
246
|
/// @group taskboard
|
|
247
247
|
$kendo-taskboard-drag-placeholder-border: k-color(border) !default;
|
|
@@ -55,7 +55,7 @@ $kendo-tooltip-shadow: k-elevation(2) !default;
|
|
|
55
55
|
|
|
56
56
|
/// The theme colors map for the Tooltip.
|
|
57
57
|
/// @group tooltip
|
|
58
|
-
$kendo-tooltip-theme-colors: ("base", "
|
|
58
|
+
$kendo-tooltip-theme-colors: ("base", "info", "success", "warning", "error", "inverse") !default;
|
|
59
59
|
/// The generated theme colors map for the Tooltip.
|
|
60
60
|
/// @group tooltip
|
|
61
61
|
$kendo-tooltip-theme: tooltip-theme( $kendo-tooltip-theme-colors ) !default;
|
|
@@ -10,11 +10,6 @@
|
|
|
10
10
|
/// @role default
|
|
11
11
|
$kendo-window-default-size: "auto" !default;
|
|
12
12
|
|
|
13
|
-
/// The default theme color of the Window.
|
|
14
|
-
/// @group window
|
|
15
|
-
/// @role default
|
|
16
|
-
$kendo-window-default-theme-color: null !default;
|
|
17
|
-
|
|
18
13
|
/// The width of the border around the Window.
|
|
19
14
|
/// @group window
|
|
20
15
|
$kendo-window-border-width: 0px !default;
|
|
@@ -108,7 +103,6 @@ $kendo-window-titlebar-border: unset !default;
|
|
|
108
103
|
$kendo-window-titlebar-gradient: null !default;
|
|
109
104
|
|
|
110
105
|
@forward "@progress/kendo-theme-core/scss/components/window/_variables.scss" with (
|
|
111
|
-
$kendo-window-default-theme-color: $kendo-window-default-theme-color,
|
|
112
106
|
$kendo-window-border-width: $kendo-window-border-width,
|
|
113
107
|
$kendo-window-border-radius: $kendo-window-border-radius,
|
|
114
108
|
$kendo-window-font-family: $kendo-window-font-family,
|