@progress/kendo-theme-meridian 14.0.0-dev.1 → 14.0.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/meridian-main-dark.css +1 -1
- package/dist/meridian-main.css +1 -1
- package/dist/meta/sassdoc-data.json +2958 -1938
- package/dist/meta/sassdoc-raw-data.json +1338 -863
- package/dist/meta/variables.json +170 -94
- package/lib/swatches/meridian-main-dark.json +2 -2
- package/lib/swatches/meridian-main.json +6 -6
- package/package.json +4 -4
- package/scss/_variables.scss +0 -4
- package/scss/action-sheet/_theme.scss +9 -0
- package/scss/action-sheet/_variables.scss +9 -3
- package/scss/bottom-navigation/_theme.scss +22 -3
- package/scss/card/_theme.scss +11 -0
- package/scss/card/_variables.scss +10 -1
- package/scss/coloreditor/_variables.scss +1 -1
- package/scss/colorgradient/_variables.scss +1 -1
- package/scss/colorpalette/_variables.scss +1 -1
- package/scss/core/color-system/_swatch.scss +4 -4
- package/scss/drawer/_variables.scss +3 -3
- package/scss/expansion-panel/_variables.scss +2 -2
- package/scss/gantt/_variables.scss +2 -2
- package/scss/grid/_layout.scss +13 -0
- package/scss/grid/_theme.scss +4 -0
- package/scss/grid/_variables.scss +6 -6
- package/scss/list/_variables.scss +3 -3
- package/scss/menu/_variables.scss +2 -2
- package/scss/orgchart/_theme.scss +14 -0
- package/scss/orgchart/_variables.scss +12 -3
- package/scss/pager/_theme.scss +6 -0
- package/scss/pager/_variables.scss +7 -1
- package/scss/panelbar/_variables.scss +8 -8
- package/scss/pivotgrid/_layout.scss +13 -0
- package/scss/pivotgrid/_variables.scss +6 -6
- package/scss/scrollview/_theme.scss +26 -0
- package/scss/scrollview/_variables.scss +8 -2
- package/scss/spreadsheet/_layout.scss +4 -0
- package/scss/spreadsheet/_variables.scss +5 -1
- package/scss/stepper/_theme.scss +23 -0
- package/scss/table/_variables.scss +1 -1
- package/scss/tabstrip/_layout.scss +10 -0
- package/scss/tabstrip/_variables.scss +6 -1
- package/scss/taskboard/_layout.scss +5 -1
- package/scss/taskboard/_theme.scss +12 -0
- package/scss/taskboard/_variables.scss +12 -3
- package/scss/tilelayout/_variables.scss +1 -1
- package/scss/timeline/_theme.scss +10 -0
- package/scss/timeline/_variables.scss +12 -3
- package/scss/treeview/_variables.scss +2 -2
- package/scss/upload/_layout.scss +4 -0
- package/scss/upload/_variables.scss +2 -2
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
"name": "Meridian Main Dark",
|
|
4
4
|
"product": "kendo",
|
|
5
5
|
"base": "@progress/kendo-theme-meridian",
|
|
6
|
-
"version": "14.0.0-dev.
|
|
6
|
+
"version": "14.0.0-dev.4",
|
|
7
7
|
"previewColors": [
|
|
8
8
|
"oklch(13.85% 0.0249 273.24deg)",
|
|
9
9
|
"oklch(23.28% 0.0218 272.75deg)",
|
|
10
10
|
"oklch(54.53% 0.2124 275.85deg)",
|
|
11
11
|
"oklch(48.83% 0.1950 275.43deg)",
|
|
12
|
-
"oklch(
|
|
12
|
+
"oklch(86.90% 0.0198 252.89deg)"
|
|
13
13
|
],
|
|
14
14
|
"components": [],
|
|
15
15
|
"groups": [
|
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
"name": "Meridian Main",
|
|
4
4
|
"product": "kendo",
|
|
5
5
|
"base": "@progress/kendo-theme-meridian",
|
|
6
|
-
"version": "14.0.0-dev.
|
|
6
|
+
"version": "14.0.0-dev.4",
|
|
7
7
|
"previewColors": [
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
8
|
+
"oklch(100% 0 0deg)",
|
|
9
|
+
"oklch(98.46% 0.0017 247.84deg)",
|
|
10
|
+
"oklch(54.53% 0.2124 275.85deg)",
|
|
11
|
+
"oklch(48.83% 0.1950 275.43deg)",
|
|
12
|
+
"oklch(37.17% 0.0392 257.29deg)"
|
|
13
13
|
],
|
|
14
14
|
"components": [],
|
|
15
15
|
"groups": []
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-meridian",
|
|
3
3
|
"description": "Meridian theme for Kendo UI",
|
|
4
|
-
"version": "14.0.0-dev.
|
|
4
|
+
"version": "14.0.0-dev.4",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -53,12 +53,12 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@progress/kendo-svg-icons": "^4.8.0",
|
|
56
|
-
"@progress/kendo-theme-core": "14.0.0-dev.
|
|
57
|
-
"@progress/kendo-theme-utils": "14.0.0-dev.
|
|
56
|
+
"@progress/kendo-theme-core": "14.0.0-dev.4",
|
|
57
|
+
"@progress/kendo-theme-utils": "14.0.0-dev.4"
|
|
58
58
|
},
|
|
59
59
|
"directories": {
|
|
60
60
|
"doc": "docs",
|
|
61
61
|
"lib": "lib"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "0a049a1cd9554ac43cbd9fde45dc9ac49703cadf"
|
|
64
64
|
}
|
package/scss/_variables.scss
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
@use "@progress/kendo-theme-core/scss/components/action-sheet/_theme.scss" as *;
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "./_variables.scss" as *;
|
|
2
4
|
|
|
3
5
|
|
|
4
6
|
@mixin kendo-action-sheet--theme() {
|
|
5
7
|
@include kendo-action-sheet--theme-base();
|
|
8
|
+
|
|
9
|
+
.k-actionsheet-item {
|
|
10
|
+
&:focus,
|
|
11
|
+
&.k-focus {
|
|
12
|
+
@include focus-indicator( $kendo-actionsheet-item-focus-outline-color, $inset: true, $type: "outline", $outline-offset: $kendo-actionsheet-item-focus-outline-offset );
|
|
13
|
+
}
|
|
14
|
+
}
|
|
6
15
|
}
|
|
@@ -156,13 +156,13 @@ $kendo-actionsheet-item-title-text-transform: null !default;
|
|
|
156
156
|
$kendo-actionsheet-item-description-font-size: var(--kendo-font-size-sm) !default;
|
|
157
157
|
/// The text color of the ActionSheet item description.
|
|
158
158
|
/// @group action-sheet
|
|
159
|
-
$kendo-actionsheet-item-description-text: k-color(subtle) !default;
|
|
159
|
+
$kendo-actionsheet-item-description-text: color-mix(in srgb, k-color(subtle) 75%, k-color(on-app-surface)) !default;
|
|
160
160
|
/// The line height of the ActionSheet item description.
|
|
161
161
|
/// @group action-sheet
|
|
162
162
|
$kendo-actionsheet-item-description-line-height: null !default;
|
|
163
163
|
/// The background color of the hovered ActionSheet item.
|
|
164
164
|
/// @group action-sheet
|
|
165
|
-
$kendo-actionsheet-item-hover-bg: k-color(primary-subtle-hover) !default;
|
|
165
|
+
$kendo-actionsheet-item-hover-bg: color-mix(in srgb, k-color(primary-subtle-hover) 50%, transparent) !default;
|
|
166
166
|
/// The text color of the hovered ActionSheet item.
|
|
167
167
|
/// @group action-sheet
|
|
168
168
|
$kendo-actionsheet-item-hover-text: k-color(primary-on-subtle) !default;
|
|
@@ -190,7 +190,13 @@ $kendo-actionsheet-item-focus-border: null !default;
|
|
|
190
190
|
$kendo-actionsheet-item-focus-gradient: null !default;
|
|
191
191
|
/// The shadow of the focused ActionSheet item.
|
|
192
192
|
/// @group action-sheet
|
|
193
|
-
$kendo-actionsheet-item-focus-shadow:
|
|
193
|
+
$kendo-actionsheet-item-focus-shadow: null !default;
|
|
194
|
+
/// The outline color of the focused ActionSheet item.
|
|
195
|
+
/// @group action-sheet
|
|
196
|
+
$kendo-actionsheet-item-focus-outline-color: k-color(subtle) !default;
|
|
197
|
+
/// The outline offset of the focused ActionSheet item.
|
|
198
|
+
/// @group action-sheet
|
|
199
|
+
$kendo-actionsheet-item-focus-outline-offset: 1px !default;
|
|
194
200
|
|
|
195
201
|
/// The background color of the disabled ActionSheet item.
|
|
196
202
|
/// @group action-sheet
|
|
@@ -47,8 +47,17 @@
|
|
|
47
47
|
);
|
|
48
48
|
|
|
49
49
|
.k-bottom-nav-item.k-selected {
|
|
50
|
-
@
|
|
51
|
-
|
|
50
|
+
@if $name == "inverse" {
|
|
51
|
+
@include fill(
|
|
52
|
+
$bg: k-color(inverse-active),
|
|
53
|
+
$color: k-color(on-inverse)
|
|
54
|
+
);
|
|
55
|
+
} @else {
|
|
56
|
+
@include fill(
|
|
57
|
+
$bg: k-color(#{$name}-subtle-active),
|
|
58
|
+
$color: k-color(#{$name}-on-subtle)
|
|
59
|
+
);
|
|
60
|
+
}
|
|
52
61
|
}
|
|
53
62
|
}
|
|
54
63
|
}
|
|
@@ -61,7 +70,17 @@
|
|
|
61
70
|
#{k-when-default($kendo-bottom-nav-default-theme-color, $name)}
|
|
62
71
|
&.k-bottom-nav-#{$name} {
|
|
63
72
|
.k-bottom-nav-item.k-selected {
|
|
64
|
-
@
|
|
73
|
+
@if $name == "inverse" {
|
|
74
|
+
@include fill(
|
|
75
|
+
$bg: k-color(inverse-active),
|
|
76
|
+
$color: k-color(on-inverse)
|
|
77
|
+
);
|
|
78
|
+
} @else {
|
|
79
|
+
@include fill(
|
|
80
|
+
$bg: k-color(#{$name}-subtle-active),
|
|
81
|
+
$color: k-color(#{$name}-on-subtle)
|
|
82
|
+
);
|
|
83
|
+
}
|
|
65
84
|
}
|
|
66
85
|
}
|
|
67
86
|
}
|
package/scss/card/_theme.scss
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@use "../core/_index.scss" as *;
|
|
2
|
+
@use "./_variables.scss" as *;
|
|
2
3
|
@use "@progress/kendo-theme-core/scss/components/card/_theme.scss" as *;
|
|
3
4
|
|
|
4
5
|
|
|
@@ -7,5 +8,15 @@
|
|
|
7
8
|
|
|
8
9
|
.k-card {
|
|
9
10
|
backdrop-filter: k-translucency-blur(2);
|
|
11
|
+
|
|
12
|
+
&:focus,
|
|
13
|
+
&.k-focus {
|
|
14
|
+
@include focus-indicator(
|
|
15
|
+
$type: "outline",
|
|
16
|
+
$indicator: $kendo-card-focus-outline-color,
|
|
17
|
+
$outline-width: $kendo-card-focus-outline-width,
|
|
18
|
+
$outline-offset: $kendo-card-focus-outline-offset
|
|
19
|
+
);
|
|
20
|
+
}
|
|
10
21
|
}
|
|
11
22
|
}
|
|
@@ -54,7 +54,16 @@ $kendo-card-focus-bg: null !default;
|
|
|
54
54
|
$kendo-card-focus-text: null !default;
|
|
55
55
|
/// The border color of the focused Card.
|
|
56
56
|
/// @group card
|
|
57
|
-
$kendo-card-focus-border:
|
|
57
|
+
$kendo-card-focus-border: null !default;
|
|
58
|
+
/// The outline color of the focused Card.
|
|
59
|
+
/// @group card
|
|
60
|
+
$kendo-card-focus-outline-color: k-color(subtle) !default;
|
|
61
|
+
/// The outline width of the focused Card.
|
|
62
|
+
/// @group card
|
|
63
|
+
$kendo-card-focus-outline-width: 1px !default;
|
|
64
|
+
/// The outline offset of the focused Card.
|
|
65
|
+
/// @group card
|
|
66
|
+
$kendo-card-focus-outline-offset: 1px !default;
|
|
58
67
|
|
|
59
68
|
// TODO: double-check: the default theme is not supposed to elevate the Card on focus
|
|
60
69
|
|
|
@@ -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:
|
|
143
|
+
$kendo-color-editor-color-gradient-focus-outline-color: k-color(subtle) !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;
|
|
@@ -177,7 +177,7 @@ $kendo-color-gradient-draghandle-border: k-color(inverse) !default;
|
|
|
177
177
|
$kendo-color-gradient-draghandle-focus-shadow: transparent !default;
|
|
178
178
|
/// The outline color of the focused ColorGradient drag handle.
|
|
179
179
|
/// @group color-gradient
|
|
180
|
-
$kendo-color-gradient-draghandle-focus-outline-color:
|
|
180
|
+
$kendo-color-gradient-draghandle-focus-outline-color: k-color(on-inverse) !default;
|
|
181
181
|
/// The outline width of the focused ColorGradient drag handle.
|
|
182
182
|
/// @group color-gradient
|
|
183
183
|
$kendo-color-gradient-draghandle-focus-outline-width: 2px !default;
|
|
@@ -44,7 +44,7 @@ $kendo-color-palette-lg-tile-height: $kendo-color-palette-lg-tile-width !default
|
|
|
44
44
|
|
|
45
45
|
/// The shadow of the ColorPalette focused tile.
|
|
46
46
|
/// @group color-palette
|
|
47
|
-
$kendo-color-palette-tile-focus-shadow: 0 0
|
|
47
|
+
$kendo-color-palette-tile-focus-shadow: inset 0 0 0 2px k-color(on-inverse), inset 0 0 0 4px k-color(subtle) !default;
|
|
48
48
|
/// The shadow of the ColorPalette hovered tile.
|
|
49
49
|
/// @group color-palette
|
|
50
50
|
$kendo-color-palette-tile-hover-shadow: 0 0 3px 1px k-color(inverse), inset 0 0 0 1px color-mix(in srgb, k-color(on-inverse) 80%, transparent) !default;
|
|
@@ -62,9 +62,9 @@ $_default-colors: (
|
|
|
62
62
|
info-hover: #{"oklch(from var(--kendo-color-info) max(0.15, calc(l + clamp(-0.0362, (0.35 - l) * 99999, 0.0362))) calc(c - 0.0083) calc(h - 0.10))"},
|
|
63
63
|
info-active: #{"oklch(from var(--kendo-color-info) max(0.20, calc(l + clamp(-0.0735, (0.35 - l) * 99999, 0.0735))) calc(c - 0.0181) calc(h - 0.68))"},
|
|
64
64
|
info-emphasis: #{"oklch(from var(--kendo-color-info) calc(l + 0.1218) calc(c - 0.0235) calc(h - 8.04))"},
|
|
65
|
-
info-on-subtle: #{"oklch(from var(--kendo-color-info) calc(l - 0.
|
|
65
|
+
info-on-subtle: #{"oklch(from var(--kendo-color-info) calc(l - 0.20) calc(c - 0.0360) calc(h - 0.92))"},
|
|
66
66
|
on-info: #{"oklch(from var(--kendo-color-info) clamp(0.10, (0.65 - l) * 99999, 1) 0 h)"},
|
|
67
|
-
info-on-surface: #{"oklch(from var(--kendo-color-info) clamp(0.20, calc(l - 0.
|
|
67
|
+
info-on-surface: #{"oklch(from var(--kendo-color-info) clamp(0.20, calc(l - 0.18), 0.55) calc(c - 0.0181) calc(h - 0.68))"},
|
|
68
68
|
// Success
|
|
69
69
|
success-subtle: #{"oklch(from var(--kendo-color-success) calc(l + 0.3820) calc(c - 0.0756) calc(h + 10.01))"},
|
|
70
70
|
success-subtle-hover: #{"oklch(from var(--kendo-color-success) calc(l + 0.3257) calc(c - 0.0510) calc(h + 9.38))"},
|
|
@@ -95,9 +95,9 @@ $_default-colors: (
|
|
|
95
95
|
error-hover: #{"oklch(from var(--kendo-color-error) max(0.15, calc(l + clamp(-0.0415, (0.35 - l) * 99999, 0.0415))) calc(c - 0.0154) calc(h + 0.39))"},
|
|
96
96
|
error-active: #{"oklch(from var(--kendo-color-error) max(0.20, calc(l + clamp(-0.0851, (0.35 - l) * 99999, 0.0851))) calc(c - 0.0324) calc(h - 0.19))"},
|
|
97
97
|
error-emphasis: #{"oklch(from var(--kendo-color-error) calc(l + 0.1479) calc(c - 0.0349) calc(h - 9.11))"},
|
|
98
|
-
error-on-subtle: #{"oklch(from var(--kendo-color-error) calc(l - 0.
|
|
98
|
+
error-on-subtle: #{"oklch(from var(--kendo-color-error) calc(l - 0.18) calc(c - 0.0490) calc(h - 0.16))"},
|
|
99
99
|
on-error: #{"oklch(from var(--kendo-color-error) clamp(0.10, (0.65 - l) * 99999, 1) 0 h)"},
|
|
100
|
-
error-on-surface: #{"oklch(from var(--kendo-color-error) clamp(0.20, calc(l - 0.
|
|
100
|
+
error-on-surface: #{"oklch(from var(--kendo-color-error) clamp(0.20, calc(l - 0.16), 0.55) calc(c - 0.0154) calc(h + 0.39))"},
|
|
101
101
|
// Inverse
|
|
102
102
|
inverse-subtle: #{"oklch(from var(--kendo-color-inverse) calc(l + 0.5871) calc(c - 0.0115) calc(h - 5.62))"},
|
|
103
103
|
inverse-subtle-hover: #{"oklch(from var(--kendo-color-inverse) calc(l + 0.5114) calc(c - 0.0046) calc(h - 5.58))"},
|
|
@@ -100,7 +100,7 @@ $kendo-drawer-mini-initial-width: calc(2 * #{$kendo-drawer-item-padding-x} + #{$
|
|
|
100
100
|
|
|
101
101
|
/// The background color of the hovered Drawer item.
|
|
102
102
|
/// @group drawer
|
|
103
|
-
$kendo-drawer-hover-bg: k-color(primary-subtle-hover) !default;
|
|
103
|
+
$kendo-drawer-hover-bg: color-mix(in srgb, k-color(primary-subtle-hover) 50%, transparent) !default;
|
|
104
104
|
/// The text color of the hovered Drawer item.
|
|
105
105
|
/// @group drawer
|
|
106
106
|
$kendo-drawer-hover-text: k-color(primary-on-subtle) !default;
|
|
@@ -118,14 +118,14 @@ $kendo-drawer-focus-outline-color: k-color(subtle) !default;
|
|
|
118
118
|
|
|
119
119
|
/// The background color of the selected Drawer item.
|
|
120
120
|
/// @group drawer
|
|
121
|
-
$kendo-drawer-selected-bg: k-color(primary-subtle-active) !default;
|
|
121
|
+
$kendo-drawer-selected-bg: color-mix(in srgb, k-color(primary-subtle-active) 70%, transparent) !default;
|
|
122
122
|
/// The text color of the selected Drawer item.
|
|
123
123
|
/// @group drawer
|
|
124
124
|
$kendo-drawer-selected-text: k-color(primary-on-subtle) !default;
|
|
125
125
|
|
|
126
126
|
/// The background color of the selected and hovered Drawer item.
|
|
127
127
|
/// @group drawer
|
|
128
|
-
$kendo-drawer-selected-hover-bg: k-color(primary-subtle-active) !default;
|
|
128
|
+
$kendo-drawer-selected-hover-bg: color-mix(in srgb, k-color(primary-subtle-active) 70%, transparent) !default;
|
|
129
129
|
/// The text color of the selected and hovered Drawer item.
|
|
130
130
|
/// @group drawer
|
|
131
131
|
$kendo-drawer-selected-hover-text: k-color(primary-on-subtle) !default;
|
|
@@ -65,7 +65,7 @@ $kendo-expander-header-border: null !default;
|
|
|
65
65
|
|
|
66
66
|
/// The background color of the hovered ExpansionPanel header.
|
|
67
67
|
/// @group expander
|
|
68
|
-
$kendo-expander-header-hover-bg: color-mix(in srgb, k-color(primary-subtle-hover) 50%, transparent
|
|
68
|
+
$kendo-expander-header-hover-bg: color-mix(in srgb, k-color(primary-subtle-hover) 50%, transparent) !default;
|
|
69
69
|
/// The background color of the focused ExpansionPanel header.
|
|
70
70
|
/// @group expander
|
|
71
71
|
$kendo-expander-header-focus-bg: null !default;
|
|
@@ -85,7 +85,7 @@ $kendo-expander-title-text: k-color(primary-on-surface) !default;
|
|
|
85
85
|
|
|
86
86
|
/// The text color of the ExpansionPanel sub-title.
|
|
87
87
|
/// @group expander
|
|
88
|
-
$kendo-expander-header-sub-title-text: k-color(subtle) !default;
|
|
88
|
+
$kendo-expander-header-sub-title-text: color-mix(in srgb, k-color(subtle) 75%, k-color(on-app-surface)) !default;
|
|
89
89
|
|
|
90
90
|
/// The horizontal margin of the ExpansionPanel indicator.
|
|
91
91
|
/// @group expander
|
|
@@ -46,7 +46,7 @@ $kendo-gantt-treelist-border: null !default;
|
|
|
46
46
|
$kendo-gantt-nonwork-bg: color-mix(in srgb, k-color(on-base) 3%, transparent) !default;
|
|
47
47
|
/// The text color of the Gantt non-working days.
|
|
48
48
|
/// @group gantt
|
|
49
|
-
$kendo-gantt-nonwork-text:
|
|
49
|
+
$kendo-gantt-nonwork-text: color-mix(in srgb, k-color(subtle) 75%, k-color(on-app-surface)) !default;
|
|
50
50
|
/// The border color of the Gantt non-working days.
|
|
51
51
|
/// @group gantt
|
|
52
52
|
$kendo-gantt-nonwork-border: null !default;
|
|
@@ -120,7 +120,7 @@ $kendo-gantt-task-padding-y: k-spacing(1) !default;
|
|
|
120
120
|
$kendo-gantt-task-bg: k-color(subtle) !default;
|
|
121
121
|
/// The text color of the Gantt task.
|
|
122
122
|
/// @group gantt
|
|
123
|
-
$kendo-gantt-task-text: k-color(
|
|
123
|
+
$kendo-gantt-task-text: k-color(on-primary) !default;
|
|
124
124
|
/// The border color of the Gantt task.
|
|
125
125
|
/// @group gantt
|
|
126
126
|
$kendo-gantt-task-border: null !default;
|
package/scss/grid/_layout.scss
CHANGED
|
@@ -35,6 +35,13 @@
|
|
|
35
35
|
}
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
|
+
|
|
39
|
+
.k-detail-row,
|
|
40
|
+
.k-master-row {
|
|
41
|
+
.k-group-cell + :not(.k-group-cell) {
|
|
42
|
+
border-inline-start: 1px solid k-color(border);
|
|
43
|
+
}
|
|
44
|
+
}
|
|
38
45
|
}
|
|
39
46
|
|
|
40
47
|
// Column menu fix for action buttons focus state
|
|
@@ -49,4 +56,10 @@
|
|
|
49
56
|
backdrop-filter: none;
|
|
50
57
|
border-radius: 0;
|
|
51
58
|
}
|
|
59
|
+
|
|
60
|
+
.k-grid-footer .k-table-td,
|
|
61
|
+
.k-group-footer .k-table-td,
|
|
62
|
+
.k-grouping-row .k-table-td {
|
|
63
|
+
font-weight: var(--kendo-font-weight-medium, 500);
|
|
64
|
+
}
|
|
52
65
|
}
|
package/scss/grid/_theme.scss
CHANGED
|
@@ -216,7 +216,7 @@ $kendo-grid-border: $kendo-table-border !default;
|
|
|
216
216
|
$kendo-grid-header-bg: $kendo-table-header-bg !default;
|
|
217
217
|
/// The text color of Grid header.
|
|
218
218
|
/// @group grid
|
|
219
|
-
$kendo-grid-header-text: k-color(subtle) !default;
|
|
219
|
+
$kendo-grid-header-text: color-mix(in srgb, k-color(subtle) 75%, k-color(on-app-surface)) !default;
|
|
220
220
|
/// The border color of Grid header.
|
|
221
221
|
/// @group grid
|
|
222
222
|
$kendo-grid-header-border: $kendo-table-header-border !default;
|
|
@@ -304,7 +304,7 @@ $kendo-grid-grouping-row-text: $kendo-grid-text !default;
|
|
|
304
304
|
$kendo-grid-sorted-icon-spacing: calc( #{k-spacing(2)} - 1px ) !default;
|
|
305
305
|
/// The background color of the Grid.
|
|
306
306
|
/// @group grid
|
|
307
|
-
$kendo-grid-sorted-bg: color-mix(in srgb, k-color(secondary)
|
|
307
|
+
$kendo-grid-sorted-bg: color-mix(in srgb, k-color(secondary) 6%, transparent) !default;
|
|
308
308
|
/// The text color of the Grid.
|
|
309
309
|
/// @group grid
|
|
310
310
|
$kendo-grid-sorting-indicator-text: k-color(secondary) !default;
|
|
@@ -343,14 +343,14 @@ $kendo-grid-command-cell-button-spacing: k-spacing(2) !default;
|
|
|
343
343
|
$kendo-grid-sticky-bg: k-color(surface-alt) !default;
|
|
344
344
|
/// The background color of the hovered sticky content in the Grid.
|
|
345
345
|
/// @group grid
|
|
346
|
-
$kendo-grid-sticky-hover-bg: k-color(base-
|
|
346
|
+
$kendo-grid-sticky-hover-bg: color-mix(in srgb, k-color(base) 60%, k-color(surface-alt)) !default;
|
|
347
347
|
/// The alternate background color of the sticky content in the Grid.
|
|
348
348
|
/// @group grid
|
|
349
349
|
$kendo-grid-sticky-alt-bg: $kendo-grid-alt-bg !default;
|
|
350
350
|
|
|
351
351
|
/// The border color of the sticky content in the Grid.
|
|
352
352
|
/// @group grid
|
|
353
|
-
$kendo-grid-sticky-border:
|
|
353
|
+
$kendo-grid-sticky-border: k-color(border-alt) !default;
|
|
354
354
|
|
|
355
355
|
/// The background color of the sticky header in the Grid.
|
|
356
356
|
/// @group grid
|
|
@@ -507,10 +507,10 @@ $kendo-grid-stack-expandable-shadow-height: k-spacing(2.5) !default;
|
|
|
507
507
|
|
|
508
508
|
/// The color of the Grid stack layout column header.
|
|
509
509
|
/// @group grid
|
|
510
|
-
$kendo-grid-stack-header-color: k-color(subtle) !default;
|
|
510
|
+
$kendo-grid-stack-header-color: color-mix(in srgb, k-color(subtle) 75%, k-color(on-app-surface)) !default;
|
|
511
511
|
/// The outline color of the Grid stack layout focused cell.
|
|
512
512
|
/// @group grid
|
|
513
|
-
$kendo-grid-stack-focus-outline:
|
|
513
|
+
$kendo-grid-stack-focus-outline: k-color(subtle) !default;
|
|
514
514
|
/// The Grid stack layout expandable row shadow.
|
|
515
515
|
/// @group grid
|
|
516
516
|
$kendo-grid-stack-expandable-shadow: k-elevation(2) !default;
|
|
@@ -304,7 +304,7 @@ $kendo-list-item-border-radius: k-border-radius(sm) !default;
|
|
|
304
304
|
|
|
305
305
|
/// The background color of the hovered List items.
|
|
306
306
|
/// @group list
|
|
307
|
-
$kendo-list-item-hover-bg: k-color(primary-subtle-hover) !default;
|
|
307
|
+
$kendo-list-item-hover-bg: color-mix(in srgb, k-color(primary-subtle-hover) 50%, transparent) !default;
|
|
308
308
|
/// The text color of the hovered List items.
|
|
309
309
|
/// @group list
|
|
310
310
|
$kendo-list-item-hover-text: k-color(primary-on-subtle) !default;
|
|
@@ -327,7 +327,7 @@ $kendo-list-item-focus-outline-offset: 1px !default;
|
|
|
327
327
|
|
|
328
328
|
/// The background color of the selected List items.
|
|
329
329
|
/// @group list
|
|
330
|
-
$kendo-list-item-selected-bg: k-color(primary-subtle-active) !default;
|
|
330
|
+
$kendo-list-item-selected-bg: color-mix(in srgb, k-color(primary-subtle-active) 70%, transparent) !default;
|
|
331
331
|
/// The text color of the selected List items.
|
|
332
332
|
/// @group list
|
|
333
333
|
$kendo-list-item-selected-text: k-color(primary-on-subtle) !default;
|
|
@@ -354,7 +354,7 @@ $kendo-list-group-item-shadow: inset 0 1px 0 k-color(border) !default;
|
|
|
354
354
|
|
|
355
355
|
/// The color of the 'Option Label' text.
|
|
356
356
|
/// @group list
|
|
357
|
-
$kendo-list-option-label-text: k-color(subtle) !default;
|
|
357
|
+
$kendo-list-option-label-text: color-mix(in srgb, k-color(subtle) 75%, k-color(on-app-surface)) !default;
|
|
358
358
|
|
|
359
359
|
/// The font size of the List item description.
|
|
360
360
|
/// @group list
|
|
@@ -286,7 +286,7 @@ $kendo-menu-popup-item-gradient: null !default;
|
|
|
286
286
|
|
|
287
287
|
/// The background color of hovered Menu item in popup.
|
|
288
288
|
/// @group menu
|
|
289
|
-
$kendo-menu-popup-item-hover-bg: k-color(primary-subtle-hover) !default;
|
|
289
|
+
$kendo-menu-popup-item-hover-bg: color-mix(in srgb, k-color(primary-subtle-hover) 50%, transparent) !default;
|
|
290
290
|
/// The text color of hovered Menu item in popup.
|
|
291
291
|
/// @group menu
|
|
292
292
|
$kendo-menu-popup-item-hover-text: k-color(primary-on-subtle) !default;
|
|
@@ -299,7 +299,7 @@ $kendo-menu-popup-item-hover-gradient: null !default;
|
|
|
299
299
|
|
|
300
300
|
/// The background color of active Menu item in popup.
|
|
301
301
|
/// @group menu
|
|
302
|
-
$kendo-menu-popup-item-active-bg: k-color(primary-subtle-active) !default;
|
|
302
|
+
$kendo-menu-popup-item-active-bg: color-mix(in srgb, k-color(primary-subtle-active) 70%, transparent) !default;
|
|
303
303
|
/// The text color of active Menu item in popup.
|
|
304
304
|
/// @group menu
|
|
305
305
|
$kendo-menu-popup-item-active-text: k-color(primary-on-subtle) !default;
|
|
@@ -1,6 +1,20 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
@use "./_variables.scss" as *;
|
|
1
3
|
@use "@progress/kendo-theme-core/scss/components/orgchart/_theme.scss" as *;
|
|
2
4
|
|
|
3
5
|
|
|
4
6
|
@mixin kendo-orgchart--theme() {
|
|
5
7
|
@include kendo-orgchart--theme-base();
|
|
8
|
+
|
|
9
|
+
.k-orgchart-node-group-container {
|
|
10
|
+
&:focus,
|
|
11
|
+
&.k-focus {
|
|
12
|
+
@include focus-indicator(
|
|
13
|
+
$type: "outline",
|
|
14
|
+
$indicator: $kendo-orgchart-node-group-focus-outline-color,
|
|
15
|
+
$outline-width: $kendo-orgchart-node-group-focus-outline-width,
|
|
16
|
+
$outline-offset: $kendo-orgchart-node-group-focus-outline-offset
|
|
17
|
+
);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
6
20
|
}
|
|
@@ -63,10 +63,19 @@ $kendo-orgchart-node-group-border: k-color(border) !default;
|
|
|
63
63
|
|
|
64
64
|
/// The border color of the focused OrgChart node group.
|
|
65
65
|
/// @group orgchart
|
|
66
|
-
$kendo-orgchart-node-group-focus-border:
|
|
66
|
+
$kendo-orgchart-node-group-focus-border: null !default;
|
|
67
67
|
/// The shadow of the focused OrgChart node group.
|
|
68
68
|
/// @group orgchart
|
|
69
|
-
$kendo-orgchart-node-group-focus-shadow:
|
|
69
|
+
$kendo-orgchart-node-group-focus-shadow: null !default;
|
|
70
|
+
/// The outline color of the focused OrgChart node group.
|
|
71
|
+
/// @group orgchart
|
|
72
|
+
$kendo-orgchart-node-group-focus-outline-color: k-color(subtle) !default;
|
|
73
|
+
/// The outline width of the focused OrgChart node group.
|
|
74
|
+
/// @group orgchart
|
|
75
|
+
$kendo-orgchart-node-group-focus-outline-width: 1px !default;
|
|
76
|
+
/// The outline offset of the focused OrgChart node group.
|
|
77
|
+
/// @group orgchart
|
|
78
|
+
$kendo-orgchart-node-group-focus-outline-offset: 1px !default;
|
|
70
79
|
|
|
71
80
|
/// The font size of the OrgChart node group title.
|
|
72
81
|
/// @group orgchart
|
|
@@ -99,7 +108,7 @@ $kendo-orgchart-card-border-width: $kendo-card-border-width !default;
|
|
|
99
108
|
$kendo-orgchart-card-shadow: k-elevation(2) !default;
|
|
100
109
|
/// The shadow of the focused OrgChart Card.
|
|
101
110
|
/// @group orgchart
|
|
102
|
-
$kendo-orgchart-card-focus-shadow:
|
|
111
|
+
$kendo-orgchart-card-focus-shadow: null !default;
|
|
103
112
|
|
|
104
113
|
/// The bottom margin of the OrgChart Card title.
|
|
105
114
|
/// @group orgchart
|
package/scss/pager/_theme.scss
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
@use "../core/_index.scss" as *;
|
|
2
2
|
@use "@progress/kendo-theme-core/scss/components/pager/_theme.scss" as *;
|
|
3
|
+
@use "./_variables.scss" as *;
|
|
3
4
|
|
|
4
5
|
|
|
5
6
|
@mixin kendo-pager--theme() {
|
|
@@ -7,5 +8,10 @@
|
|
|
7
8
|
|
|
8
9
|
.k-pager {
|
|
9
10
|
backdrop-filter: k-translucency-blur(1);
|
|
11
|
+
|
|
12
|
+
&:focus,
|
|
13
|
+
&.k-focus {
|
|
14
|
+
@include focus-indicator( $kendo-pager-focus-outline-color, $inset: true, $type: "outline", $outline-offset: $kendo-pager-focus-outline-offset );
|
|
15
|
+
}
|
|
10
16
|
}
|
|
11
17
|
}
|
|
@@ -75,7 +75,13 @@ $kendo-pager-border: k-color(border) !default;
|
|
|
75
75
|
$kendo-pager-focus-bg: null !default;
|
|
76
76
|
/// The box shadow of the focused Pager.
|
|
77
77
|
/// @group pager
|
|
78
|
-
$kendo-pager-focus-shadow:
|
|
78
|
+
$kendo-pager-focus-shadow: null !default;
|
|
79
|
+
/// The outline color of the focused Pager.
|
|
80
|
+
/// @group pager
|
|
81
|
+
$kendo-pager-focus-outline-color: k-color(subtle) !default;
|
|
82
|
+
/// The outline offset of the focused Pager.
|
|
83
|
+
/// @group pager
|
|
84
|
+
$kendo-pager-focus-outline-offset: 1px !default;
|
|
79
85
|
|
|
80
86
|
/// The border width of the Pager items.
|
|
81
87
|
/// @group pager
|
|
@@ -84,7 +84,7 @@ $kendo-panelbar-header-gradient: null !default;
|
|
|
84
84
|
|
|
85
85
|
/// The background color of the hovered PanelBar header.
|
|
86
86
|
/// @group panelbar
|
|
87
|
-
$kendo-panelbar-header-hover-bg: k-color(primary-subtle-hover) !default;
|
|
87
|
+
$kendo-panelbar-header-hover-bg: color-mix(in srgb, k-color(primary-subtle-hover) 50%, transparent) !default;
|
|
88
88
|
/// The text color of the hovered PanelBar header.
|
|
89
89
|
/// @group panelbar
|
|
90
90
|
$kendo-panelbar-header-hover-text: k-color(primary-hover) !default;
|
|
@@ -123,7 +123,7 @@ $kendo-panelbar-header-focus-outline-offset: 1px !default;
|
|
|
123
123
|
|
|
124
124
|
/// The background color of the focused and hovered PanelBar header.
|
|
125
125
|
/// @group panelbar
|
|
126
|
-
$kendo-panelbar-header-hover-focus-bg: k-color(primary-subtle-hover) !default;
|
|
126
|
+
$kendo-panelbar-header-hover-focus-bg: color-mix(in srgb, k-color(primary-subtle-hover) 50%, transparent) !default;
|
|
127
127
|
/// The text color of the focused and hovered PanelBar header.
|
|
128
128
|
/// @group panelbar
|
|
129
129
|
$kendo-panelbar-header-hover-focus-text: k-color(primary-on-subtle) !default;
|
|
@@ -136,7 +136,7 @@ $kendo-panelbar-header-hover-focus-gradient: null !default;
|
|
|
136
136
|
|
|
137
137
|
/// The background color of the selected PanelBar header.
|
|
138
138
|
/// @group panelbar
|
|
139
|
-
$kendo-panelbar-header-selected-bg: k-color(primary-subtle-active) !default;
|
|
139
|
+
$kendo-panelbar-header-selected-bg: color-mix(in srgb, k-color(primary-subtle-active) 70%, transparent) !default;
|
|
140
140
|
/// The text color of the selected PanelBar header.
|
|
141
141
|
/// @group panelbar
|
|
142
142
|
$kendo-panelbar-header-selected-text: k-color(primary-on-subtle) !default;
|
|
@@ -149,7 +149,7 @@ $kendo-panelbar-header-selected-gradient: null !default;
|
|
|
149
149
|
|
|
150
150
|
/// The background color of the selected and hovered PanelBar header.
|
|
151
151
|
/// @group panelbar
|
|
152
|
-
$kendo-panelbar-header-selected-hover-bg: k-color(primary-subtle-active) !default;
|
|
152
|
+
$kendo-panelbar-header-selected-hover-bg: color-mix(in srgb, k-color(primary-subtle-active) 70%, transparent) !default;
|
|
153
153
|
/// The text color of the selected and hovered PanelBar header.
|
|
154
154
|
/// @group panelbar
|
|
155
155
|
$kendo-panelbar-header-selected-hover-text: k-color(primary-on-subtle) !default;
|
|
@@ -188,7 +188,7 @@ $kendo-panelbar-header-selected-hover-focus-gradient: null !default;
|
|
|
188
188
|
|
|
189
189
|
/// The background color of the hovered PanelBar items.
|
|
190
190
|
/// @group panelbar
|
|
191
|
-
$kendo-panelbar-item-hover-bg: k-color(primary-subtle-hover) !default;
|
|
191
|
+
$kendo-panelbar-item-hover-bg: color-mix(in srgb, k-color(primary-subtle-hover) 50%, transparent) !default;
|
|
192
192
|
/// The text color of the hovered PanelBar items.
|
|
193
193
|
/// @group panelbar
|
|
194
194
|
$kendo-panelbar-item-hover-text: k-color(primary-on-subtle) !default;
|
|
@@ -227,7 +227,7 @@ $kendo-panelbar-item-focus-outline-offset: 1px !default;
|
|
|
227
227
|
|
|
228
228
|
/// The background color of the focused and hovered PanelBar items.
|
|
229
229
|
/// @group panelbar
|
|
230
|
-
$kendo-panelbar-item-hover-focus-bg: k-color(primary-subtle-hover) !default;
|
|
230
|
+
$kendo-panelbar-item-hover-focus-bg: color-mix(in srgb, k-color(primary-subtle-hover) 50%, transparent) !default;
|
|
231
231
|
/// The text color of the focused and hovered PanelBar items.
|
|
232
232
|
/// @group panelbar
|
|
233
233
|
$kendo-panelbar-item-hover-focus-text: k-color(primary-on-subtle) !default;
|
|
@@ -240,7 +240,7 @@ $kendo-panelbar-item-hover-focus-gradient: null !default;
|
|
|
240
240
|
|
|
241
241
|
/// The background color of the selected PanelBar items.
|
|
242
242
|
/// @group panelbar
|
|
243
|
-
$kendo-panelbar-item-selected-bg: k-color(primary-subtle-active) !default;
|
|
243
|
+
$kendo-panelbar-item-selected-bg: color-mix(in srgb, k-color(primary-subtle-active) 70%, transparent) !default;
|
|
244
244
|
/// The text color of the selected PanelBar items.
|
|
245
245
|
/// @group panelbar
|
|
246
246
|
$kendo-panelbar-item-selected-text: k-color(primary-on-subtle) !default;
|
|
@@ -253,7 +253,7 @@ $kendo-panelbar-item-selected-gradient: null !default;
|
|
|
253
253
|
|
|
254
254
|
/// The background color of the selected and hovered PanelBar items.
|
|
255
255
|
/// @group panelbar
|
|
256
|
-
$kendo-panelbar-item-selected-hover-bg: k-color(primary-subtle-active) !default;
|
|
256
|
+
$kendo-panelbar-item-selected-hover-bg: color-mix(in srgb, k-color(primary-subtle-active) 70%, transparent) !default;
|
|
257
257
|
/// The text color of the selected and hovered PanelBar items.
|
|
258
258
|
/// @group panelbar
|
|
259
259
|
$kendo-panelbar-item-selected-hover-text: k-color(primary-on-subtle) !default;
|
|
@@ -8,4 +8,17 @@
|
|
|
8
8
|
.k-pivotgrid-configurator-panel.kendo-jquery .k-column-fields {
|
|
9
9
|
border-radius: k-border-radius(md);
|
|
10
10
|
}
|
|
11
|
+
|
|
12
|
+
// Table Layout
|
|
13
|
+
.k-pivotgrid-table .k-pivotgrid-header-root {
|
|
14
|
+
font-weight: var(--kendo-font-weight-medium, 500);
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.k-pivotgrid-total {
|
|
18
|
+
font-weight: var(--kendo-font-weight-normal, 400);
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.k-pivotgrid-column-headers {
|
|
22
|
+
border-inline-end: 1px solid k-color(border);
|
|
23
|
+
}
|
|
11
24
|
}
|