@progress/kendo-theme-material 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/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 +1358 -2404
- package/dist/meta/sassdoc-raw-data.json +634 -1078
- package/dist/meta/variables.json +47 -170
- 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/adaptive/_variables.scss +3 -3
- package/scss/appbar/_variables.scss +1 -19
- package/scss/bottom-navigation/_theme.scss +0 -4
- package/scss/breadcrumb/_variables.scss +4 -4
- package/scss/calendar/_variables.scss +1 -1
- package/scss/card/_variables.scss +0 -6
- package/scss/checkbox/_variables.scss +1 -1
- package/scss/coloreditor/_variables.scss +1 -1
- package/scss/colorgradient/_variables.scss +1 -1
- package/scss/colorpalette/_variables.scss +3 -3
- package/scss/column-menu/_variables.scss +1 -1
- 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/grid/_layout.scss +0 -3
- package/scss/grid/_theme.scss +1 -58
- package/scss/grid/_variables.scss +0 -3
- package/scss/icons/_variables.scss +5 -1
- package/scss/notification/_variables.scss +1 -1
- package/scss/overlay/_variables.scss +2 -6
- package/scss/radio/_variables.scss +1 -1
- package/scss/scrollview/_variables.scss +1 -2
- package/scss/skeleton/_variables.scss +1 -1
- package/scss/spreadsheet/_variables.scss +1 -1
- package/scss/stepper/_variables.scss +1 -1
- package/scss/table/_layout.scss +1 -23
- package/scss/table/_theme.scss +0 -11
- 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
|
}
|
|
@@ -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
|
|
@@ -53,12 +53,12 @@ $kendo-adaptive-line-height: var(--kendo-line-height) !default;
|
|
|
53
53
|
// Adaptive Grid
|
|
54
54
|
/// The text color of the Adaptive Grid sort indicator.
|
|
55
55
|
/// @group adaptive
|
|
56
|
-
$kendo-adaptive-grid-sort-text: k-color(primary) !default;
|
|
56
|
+
$kendo-adaptive-grid-sort-text: k-color(primary-on-surface) !default;
|
|
57
57
|
|
|
58
58
|
// Adaptive Scheduler
|
|
59
59
|
/// The text color of the current date in the Adaptive Scheduler.
|
|
60
60
|
/// @group adaptive
|
|
61
|
-
$kendo-adaptive-scheduler-current-text: k-color(primary) !default;
|
|
61
|
+
$kendo-adaptive-scheduler-current-text: k-color(primary-on-surface) !default;
|
|
62
62
|
/// The base text color of the Adaptive Scheduler.
|
|
63
63
|
/// @group adaptive
|
|
64
64
|
$kendo-adaptive-scheduler-base-text: inherit !default;
|
|
@@ -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
|
}
|
|
@@ -61,7 +61,7 @@ $kendo-breadcrumb-lg-line-height: var(--kendo-line-height) !default;
|
|
|
61
61
|
$kendo-breadcrumb-bg: null !default;
|
|
62
62
|
/// The base text color of the Breadcrumb.
|
|
63
63
|
/// @group breadcrumb
|
|
64
|
-
$kendo-breadcrumb-text: k-color(primary) !default;
|
|
64
|
+
$kendo-breadcrumb-text: k-color(primary-on-surface) !default;
|
|
65
65
|
/// The base border color of the Breadcrumb.
|
|
66
66
|
/// @group breadcrumb
|
|
67
67
|
$kendo-breadcrumb-border: null !default;
|
|
@@ -127,7 +127,7 @@ $kendo-breadcrumb-link-initial-text: inherit !default;
|
|
|
127
127
|
$kendo-breadcrumb-link-bg: null !default;
|
|
128
128
|
/// The text color of the Breadcrumb link.
|
|
129
129
|
/// @group breadcrumb
|
|
130
|
-
$kendo-breadcrumb-link-text: k-color(primary) !default;
|
|
130
|
+
$kendo-breadcrumb-link-text: k-color(primary-on-surface) !default;
|
|
131
131
|
/// The border color of the Breadcrumb link.
|
|
132
132
|
/// @group breadcrumb
|
|
133
133
|
$kendo-breadcrumb-link-border: null !default;
|
|
@@ -137,7 +137,7 @@ $kendo-breadcrumb-link-border: null !default;
|
|
|
137
137
|
$kendo-breadcrumb-link-hover-bg: color-mix(in srgb, currentColor 8%, transparent) !default;
|
|
138
138
|
/// The text color of the hovered Breadcrumb link.
|
|
139
139
|
/// @group breadcrumb
|
|
140
|
-
$kendo-breadcrumb-link-hover-text: k-color(primary-
|
|
140
|
+
$kendo-breadcrumb-link-hover-text: k-color(primary-on-surface) !default;
|
|
141
141
|
/// The border color of the hovered Breadcrumb link.
|
|
142
142
|
/// @group breadcrumb
|
|
143
143
|
$kendo-breadcrumb-link-hover-border: null !default;
|
|
@@ -147,7 +147,7 @@ $kendo-breadcrumb-link-hover-border: null !default;
|
|
|
147
147
|
$kendo-breadcrumb-link-focus-bg: color-mix(in srgb, currentColor 12%, transparent) !default;
|
|
148
148
|
/// The text color of the focused Breadcrumb link.
|
|
149
149
|
/// @group breadcrumb
|
|
150
|
-
$kendo-breadcrumb-link-focus-text: k-color(primary) !default;
|
|
150
|
+
$kendo-breadcrumb-link-focus-text: k-color(primary-on-surface) !default;
|
|
151
151
|
/// The border color of the focused Breadcrumb link.
|
|
152
152
|
/// @group breadcrumb
|
|
153
153
|
$kendo-breadcrumb-link-focus-border: null !default;
|
|
@@ -253,7 +253,7 @@ $kendo-calendar-navigation-border: k-color(border) !default;
|
|
|
253
253
|
$kendo-calendar-navigation-hover-text: k-color(on-app-surface) !default;
|
|
254
254
|
/// The text color of the marker in the Calendar navigation.
|
|
255
255
|
/// @group calendar
|
|
256
|
-
$kendo-calendar-navigation-marker-text: k-color(primary) !default;
|
|
256
|
+
$kendo-calendar-navigation-marker-text: k-color(primary-on-surface) !default;
|
|
257
257
|
|
|
258
258
|
/// The background color of the Calendar range selection.
|
|
259
259
|
/// @group calendar
|
|
@@ -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,
|
|
@@ -139,7 +139,7 @@ $kendo-checkbox-disabled-checked-border: $kendo-checkbox-disabled-checked-bg !de
|
|
|
139
139
|
|
|
140
140
|
/// The text color of an invalid CheckBox.
|
|
141
141
|
/// @group checkbox
|
|
142
|
-
$kendo-checkbox-invalid-text: k-color(error) !default;
|
|
142
|
+
$kendo-checkbox-invalid-text: k-color(error-on-surface) !default;
|
|
143
143
|
/// The border color of an invalid CheckBox.
|
|
144
144
|
/// @group checkbox
|
|
145
145
|
$kendo-checkbox-invalid-border: k-color(error) !default;
|
|
@@ -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,
|
|
@@ -66,7 +66,7 @@ $kendo-group-menu-item-action-hover-bg: color-mix(in srgb, currentColor 4%, tran
|
|
|
66
66
|
$kendo-group-menu-item-action-selected-bg: color-mix(in srgb, currentColor 16%, transparent) !default;
|
|
67
67
|
/// The text color of the GroupMenu item add action.
|
|
68
68
|
/// @group column-menu
|
|
69
|
-
$kendo-group-menu-item-add-action-text: k-color(primary) !default;
|
|
69
|
+
$kendo-group-menu-item-add-action-text: k-color(primary-on-surface) !default;
|
|
70
70
|
/// The border color of the GroupMenu item.
|
|
71
71
|
/// @group column-menu
|
|
72
72
|
$kendo-group-menu-item-border: k-color(border) !default;
|
|
@@ -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;
|
package/scss/grid/_layout.scss
CHANGED
|
@@ -10,7 +10,6 @@
|
|
|
10
10
|
// Grid
|
|
11
11
|
.k-grid {
|
|
12
12
|
|
|
13
|
-
.k-table .k-group-footer td,
|
|
14
13
|
.k-table .k-group-footer .k-table-td {
|
|
15
14
|
border-block-start-width: 0;
|
|
16
15
|
}
|
|
@@ -21,7 +20,6 @@
|
|
|
21
20
|
}
|
|
22
21
|
|
|
23
22
|
.k-grid-pinned-container {
|
|
24
|
-
.k-table-row:last-child td,
|
|
25
23
|
.k-table-row:last-child .k-table-td {
|
|
26
24
|
border-block-end-width: 0;
|
|
27
25
|
}
|
|
@@ -57,7 +55,6 @@
|
|
|
57
55
|
}
|
|
58
56
|
|
|
59
57
|
.k-grid-footer {
|
|
60
|
-
td,
|
|
61
58
|
.k-table-td {
|
|
62
59
|
border-block-end-width: 0;
|
|
63
60
|
}
|
package/scss/grid/_theme.scss
CHANGED
|
@@ -11,39 +11,12 @@
|
|
|
11
11
|
.k-grid {
|
|
12
12
|
|
|
13
13
|
.k-table-th,
|
|
14
|
-
td,
|
|
15
14
|
.k-table-td {
|
|
16
15
|
border-inline-start-color: transparent;
|
|
17
16
|
}
|
|
18
17
|
|
|
19
|
-
.k-grid-
|
|
20
|
-
.k-grid-content-locked,
|
|
21
|
-
.k-grid-header-locked .k-table-th,
|
|
22
|
-
.k-grid-content-locked td,
|
|
23
|
-
.k-grid-content-locked .k-table-td {
|
|
24
|
-
border-block-start-color: $kendo-grid-header-border;
|
|
18
|
+
.k-master-row .k-grid-content-sticky {
|
|
25
19
|
border-block-end-color: $kendo-grid-header-border;
|
|
26
|
-
|
|
27
|
-
.k-group-footer {
|
|
28
|
-
&:hover td,
|
|
29
|
-
&.k-hover td,
|
|
30
|
-
&:hover .k-table-td,
|
|
31
|
-
&.k-hover .k-table-td {
|
|
32
|
-
color: inherit;
|
|
33
|
-
@include fill( $bg: $kendo-grid-sticky-footer-hover-bg );
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.k-master-row {
|
|
39
|
-
.k-grid-content-sticky {
|
|
40
|
-
border-color: $kendo-grid-sticky-border;
|
|
41
|
-
border-block-end-color: $kendo-grid-header-border;
|
|
42
|
-
}
|
|
43
|
-
.k-grid-row-sticky {
|
|
44
|
-
border-block-start-color: $kendo-grid-sticky-border;
|
|
45
|
-
border-block-end-color: $kendo-grid-sticky-border;
|
|
46
|
-
}
|
|
47
20
|
}
|
|
48
21
|
}
|
|
49
22
|
|
|
@@ -57,26 +30,8 @@
|
|
|
57
30
|
}
|
|
58
31
|
}
|
|
59
32
|
|
|
60
|
-
.k-grid-header-locked .k-table-thead .k-table-row .k-table-th {
|
|
61
|
-
border-inline-color: $kendo-grid-sticky-header-border;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
33
|
}
|
|
65
34
|
|
|
66
|
-
.k-group-footer {
|
|
67
|
-
td,
|
|
68
|
-
.k-table-td,
|
|
69
|
-
.k-grid-footer-sticky {
|
|
70
|
-
background: $kendo-grid-sticky-footer-bg;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
&:hover td,
|
|
74
|
-
&.k-hover td,
|
|
75
|
-
&:hover .k-table-td,
|
|
76
|
-
&.k-hover .k-table-td {
|
|
77
|
-
@include fill( $bg: $kendo-grid-sticky-footer-hover-bg );
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
35
|
|
|
81
36
|
.k-reorder-cue {
|
|
82
37
|
border-color: k-color(primary);
|
|
@@ -110,14 +65,6 @@
|
|
|
110
65
|
color: k-color(primary);
|
|
111
66
|
}
|
|
112
67
|
|
|
113
|
-
.k-columnmenu-item {
|
|
114
|
-
&.k-selected {
|
|
115
|
-
@include fill(
|
|
116
|
-
$kendo-list-item-selected-text,
|
|
117
|
-
$kendo-list-item-selected-bg
|
|
118
|
-
);
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
68
|
.k-column-list-item:focus,
|
|
122
69
|
.k-column-list-item.k-focus,
|
|
123
70
|
.k-columnmenu-item:focus,
|
|
@@ -135,8 +82,4 @@
|
|
|
135
82
|
}
|
|
136
83
|
}
|
|
137
84
|
|
|
138
|
-
.k-grid-sticky-container {
|
|
139
|
-
background-color: $kendo-grid-bg;
|
|
140
|
-
}
|
|
141
|
-
|
|
142
85
|
}
|
|
@@ -344,9 +344,6 @@ $kendo-grid-sticky-header-border: $kendo-grid-sticky-border !default;
|
|
|
344
344
|
/// The background color of the sticky footer in the Grid.
|
|
345
345
|
/// @group grid
|
|
346
346
|
$kendo-grid-sticky-footer-bg: $kendo-grid-sticky-header-bg !default;
|
|
347
|
-
/// The background color of the hovered sticky footer in the Grid.
|
|
348
|
-
/// @group grid
|
|
349
|
-
$kendo-grid-sticky-footer-hover-bg: $kendo-grid-sticky-footer-bg !default;
|
|
350
347
|
|
|
351
348
|
/// The box shadow of the sticky container in the Grid.
|
|
352
349
|
/// @group grid
|
|
@@ -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: #987CE4 !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
|
|
|
43
46
|
@forward "@progress/kendo-theme-core/scss/components/icons/_variables.scss" with (
|
|
@@ -52,5 +55,6 @@ $kendo-accent-icon-color: #987CE4 !default;
|
|
|
52
55
|
$kendo-icon-size-xxxl: $kendo-icon-size-xxxl,
|
|
53
56
|
$kendo-icon-spacing: $kendo-icon-spacing,
|
|
54
57
|
$kendo-icon-padding: $kendo-icon-padding,
|
|
55
|
-
$kendo-accent-icon-color: $kendo-accent-icon-color
|
|
58
|
+
$kendo-accent-icon-color: $kendo-accent-icon-color,
|
|
59
|
+
$kendo-action-icon-color: $kendo-action-icon-color
|
|
56
60
|
);
|