@progress/kendo-theme-fluent 12.0.0-dev.2 → 12.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/fluent-1-dark.css +1 -1
- package/dist/fluent-1.css +1 -1
- package/dist/fluent-main-dark.css +1 -1
- package/dist/fluent-main-dark.scss +12 -12
- package/dist/fluent-main.css +1 -1
- package/dist/meta/sassdoc-data.json +1644 -1590
- package/dist/meta/sassdoc-raw-data.json +643 -618
- package/dist/meta/variables.json +213 -209
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-1-dark.json +1 -1
- package/lib/swatches/fluent-1.json +1 -1
- package/lib/swatches/fluent-main-dark.json +13 -13
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +4 -4
- package/scss/badge/_variables.scss +1 -1
- package/scss/bottom-navigation/_theme.scss +2 -2
- package/scss/breadcrumb/_layout.scss +0 -6
- package/scss/breadcrumb/_variables.scss +5 -5
- package/scss/button/_theme.scss +30 -6
- package/scss/button/_variables.scss +3 -3
- package/scss/calendar/_variables.scss +3 -3
- package/scss/chart-wizard/_variables.scss +1 -1
- package/scss/checkbox/_variables.scss +1 -1
- package/scss/chip/_variables.scss +1 -1
- package/scss/dialog/_variables.scss +1 -1
- package/scss/drawer/_variables.scss +2 -2
- package/scss/expansion-panel/_theme.scss +1 -1
- package/scss/filter/_layout.scss +5 -0
- package/scss/filter/_variables.scss +4 -1
- package/scss/grid/_variables.scss +2 -1
- package/scss/input/_layout.scss +0 -8
- package/scss/input/_theme.scss +0 -3
- package/scss/input/_variables.scss +10 -10
- package/scss/list/_variables.scss +18 -18
- package/scss/listview/_variables.scss +2 -2
- package/scss/menu/_layout.scss +5 -0
- package/scss/menu/_variables.scss +1 -1
- package/scss/panelbar/_variables.scss +1 -1
- package/scss/pdf-viewer/_theme.scss +0 -4
- package/scss/popup/_variables.scss +1 -1
- package/scss/progressbar/_variables.scss +1 -1
- package/scss/scheduler/_variables.scss +1 -1
- package/scss/skeleton/_variables.scss +1 -1
- package/scss/spreadsheet/_variables.scss +2 -2
- package/scss/switch/_variables.scss +1 -1
- package/scss/table/_layout.scss +0 -14
- package/scss/tabstrip/_variables.scss +5 -5
- package/scss/timeline/_variables.scss +1 -1
- package/scss/timeselector/_variables.scss +1 -1
- package/scss/toolbar/_theme.scss +6 -0
- package/scss/toolbar/_variables.scss +8 -8
- package/scss/treeview/_variables.scss +1 -1
- package/scss/upload/_layout.scss +4 -0
- package/scss/upload/_variables.scss +4 -4
- package/scss/window/_layout.scss +4 -6
- package/scss/window/_variables.scss +2 -2
package/lib/swatches/all.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "Fluent Main Dark",
|
|
4
4
|
"product": "kendo",
|
|
5
5
|
"base": "@progress/kendo-theme-fluent",
|
|
6
|
-
"version": "12.0.0-dev.
|
|
6
|
+
"version": "12.0.0-dev.4",
|
|
7
7
|
"previewColors": [
|
|
8
8
|
"#1F1F1F",
|
|
9
9
|
"#292929",
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"primary-on-subtle": {
|
|
140
140
|
"name": "Primary On Subtle",
|
|
141
141
|
"type": "color",
|
|
142
|
-
"value": "#
|
|
142
|
+
"value": "#EBF3FC"
|
|
143
143
|
},
|
|
144
144
|
"on-primary": {
|
|
145
145
|
"name": "On Primary",
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
"primary-on-surface": {
|
|
150
150
|
"name": "Primary On Surface",
|
|
151
151
|
"type": "color",
|
|
152
|
-
"value": "#
|
|
152
|
+
"value": "#479EF5"
|
|
153
153
|
},
|
|
154
154
|
"secondary-subtle": {
|
|
155
155
|
"name": "Secondary Subtle",
|
|
@@ -554,52 +554,52 @@
|
|
|
554
554
|
"inverse-subtle": {
|
|
555
555
|
"name": "Inverse Subtle",
|
|
556
556
|
"type": "color",
|
|
557
|
-
"value": "#
|
|
557
|
+
"value": "#ADADAD"
|
|
558
558
|
},
|
|
559
559
|
"inverse-subtle-hover": {
|
|
560
560
|
"name": "Inverse Subtle Hover",
|
|
561
561
|
"type": "color",
|
|
562
|
-
"value": "#
|
|
562
|
+
"value": "#999999"
|
|
563
563
|
},
|
|
564
564
|
"inverse-subtle-active": {
|
|
565
565
|
"name": "Inverse Subtle Active",
|
|
566
566
|
"type": "color",
|
|
567
|
-
"value": "#
|
|
567
|
+
"value": "#757575"
|
|
568
568
|
},
|
|
569
569
|
"inverse": {
|
|
570
570
|
"name": "Inverse",
|
|
571
571
|
"type": "color",
|
|
572
|
-
"value": "#
|
|
572
|
+
"value": "#D6D6D6"
|
|
573
573
|
},
|
|
574
574
|
"inverse-hover": {
|
|
575
575
|
"name": "Inverse Hover",
|
|
576
576
|
"type": "color",
|
|
577
|
-
"value": "#
|
|
577
|
+
"value": "#ADADAD"
|
|
578
578
|
},
|
|
579
579
|
"inverse-active": {
|
|
580
580
|
"name": "Inverse Active",
|
|
581
581
|
"type": "color",
|
|
582
|
-
"value": "#
|
|
582
|
+
"value": "#999999"
|
|
583
583
|
},
|
|
584
584
|
"inverse-emphasis": {
|
|
585
585
|
"name": "Inverse Emphasis",
|
|
586
586
|
"type": "color",
|
|
587
|
-
"value": "#
|
|
587
|
+
"value": "#525252"
|
|
588
588
|
},
|
|
589
589
|
"inverse-on-subtle": {
|
|
590
590
|
"name": "Inverse On Subtle",
|
|
591
591
|
"type": "color",
|
|
592
|
-
"value": "#
|
|
592
|
+
"value": "#292929"
|
|
593
593
|
},
|
|
594
594
|
"on-inverse": {
|
|
595
595
|
"name": "On Inverse",
|
|
596
596
|
"type": "color",
|
|
597
|
-
"value": "#
|
|
597
|
+
"value": "#292929"
|
|
598
598
|
},
|
|
599
599
|
"inverse-on-surface": {
|
|
600
600
|
"name": "Inverse On Surface",
|
|
601
601
|
"type": "color",
|
|
602
|
-
"value": "#
|
|
602
|
+
"value": "#ADADAD"
|
|
603
603
|
},
|
|
604
604
|
"series-a": {
|
|
605
605
|
"name": "Series A",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-fluent",
|
|
3
3
|
"description": "A css variables based theme for Kendo UI that follows the Fluent design system guidelines.",
|
|
4
|
-
"version": "12.0.0-dev.
|
|
4
|
+
"version": "12.0.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.1.0",
|
|
57
|
-
"@progress/kendo-theme-core": "12.0.0-dev.
|
|
58
|
-
"@progress/kendo-theme-utils": "12.0.0-dev.
|
|
57
|
+
"@progress/kendo-theme-core": "12.0.0-dev.4",
|
|
58
|
+
"@progress/kendo-theme-utils": "12.0.0-dev.4"
|
|
59
59
|
},
|
|
60
60
|
"directories": {
|
|
61
61
|
"doc": "docs",
|
|
62
62
|
"lib": "lib"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "40ed04da0bc564e727c8bffc99c00df652e70c12"
|
|
65
65
|
}
|
|
@@ -37,7 +37,7 @@ $kendo-badge-sm-padding-y: k-spacing(0.5) !default;
|
|
|
37
37
|
$kendo-badge-md-padding-y: var( --kendo-badge-padding-y, k-spacing(1) ) !default;
|
|
38
38
|
/// Vertical padding of the large Badge.
|
|
39
39
|
/// @group badge
|
|
40
|
-
$kendo-badge-lg-padding-y:
|
|
40
|
+
$kendo-badge-lg-padding-y: k-spacing(1.5) !default;
|
|
41
41
|
|
|
42
42
|
/// The font size of the small Badge.
|
|
43
43
|
/// @group badge
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
.k-bottom-nav-item {
|
|
50
50
|
&:focus,
|
|
51
51
|
&.k-focus {
|
|
52
|
-
color: k-color(#{$name});
|
|
52
|
+
color: k-color(#{$name}-on-surface);
|
|
53
53
|
background-color: inherit;
|
|
54
54
|
border-color: transparent;
|
|
55
55
|
box-shadow: 0 0 0 2px k-color(border-alt) inset;
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
&:active,
|
|
59
59
|
&.k-active,
|
|
60
60
|
&.k-selected {
|
|
61
|
-
color: k-color(#{$name});
|
|
61
|
+
color: k-color(#{$name}-on-surface);
|
|
62
62
|
background-color: inherit;
|
|
63
63
|
border-color: transparent;
|
|
64
64
|
}
|
|
@@ -7,12 +7,6 @@
|
|
|
7
7
|
|
|
8
8
|
@include kendo-breadcrumb--layout-base();
|
|
9
9
|
|
|
10
|
-
// Breadcrumb
|
|
11
|
-
.k-breadcrumb {
|
|
12
|
-
font-size: $kendo-breadcrumb-font-size;
|
|
13
|
-
line-height: $kendo-breadcrumb-line-height;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
10
|
// Breadcrumb links
|
|
17
11
|
.k-breadcrumb-link,
|
|
18
12
|
.k-breadcrumb-root-link {
|
|
@@ -212,13 +212,13 @@ $kendo-breadcrumb-current-item-border: null !default;
|
|
|
212
212
|
|
|
213
213
|
/// The vertical padding of the small Breadcrumb link icon.
|
|
214
214
|
/// @group breadcrumb
|
|
215
|
-
$kendo-breadcrumb-sm-icon-link-padding-y: var(--kendo-breadcrumb-sm-icon-link-padding-y, k-spacing(
|
|
215
|
+
$kendo-breadcrumb-sm-icon-link-padding-y: var(--kendo-breadcrumb-sm-icon-link-padding-y, k-spacing(0.5) ) !default;
|
|
216
216
|
/// The vertical padding of the medium Breadcrumb link icon.
|
|
217
217
|
/// @group breadcrumb
|
|
218
|
-
$kendo-breadcrumb-md-icon-link-padding-y: var(--kendo-breadcrumb-md-icon-link-padding-y, k-spacing(
|
|
218
|
+
$kendo-breadcrumb-md-icon-link-padding-y: var(--kendo-breadcrumb-md-icon-link-padding-y, k-spacing(1.5) ) !default;
|
|
219
219
|
/// The vertical padding of the large Breadcrumb link icon.
|
|
220
220
|
/// @group breadcrumb
|
|
221
|
-
$kendo-breadcrumb-lg-icon-link-padding-y: var(--kendo-breadcrumb-lg-icon-link-padding-y, k-spacing(
|
|
221
|
+
$kendo-breadcrumb-lg-icon-link-padding-y: var(--kendo-breadcrumb-lg-icon-link-padding-y, k-spacing(2) ) !default;
|
|
222
222
|
|
|
223
223
|
/// The horizontal padding of the small Breadcrumb link icon.
|
|
224
224
|
/// @group breadcrumb
|
|
@@ -228,10 +228,10 @@ $kendo-breadcrumb-sm-icon-link-padding-x: var( --kendo-breadcrumb-icon-link-padd
|
|
|
228
228
|
$kendo-breadcrumb-md-icon-link-padding-x: var( --kendo-breadcrumb-icon-link-padding-x, $kendo-breadcrumb-md-icon-link-padding-y ) !default;
|
|
229
229
|
/// The horizontal padding of the large Breadcrumb link icon.
|
|
230
230
|
/// @group breadcrumb
|
|
231
|
-
$kendo-breadcrumb-lg-icon-link-padding-x: var( --kendo-breadcrumb-icon-link-padding-x,
|
|
231
|
+
$kendo-breadcrumb-lg-icon-link-padding-x: var( --kendo-breadcrumb-icon-link-padding-x, k-spacing(2.5) ) !default;
|
|
232
232
|
|
|
233
233
|
// Root link spacing
|
|
234
|
-
$kendo-breadcrumb-link-icon-spacing:
|
|
234
|
+
$kendo-breadcrumb-link-icon-spacing: k-spacing(0.5) !default;
|
|
235
235
|
|
|
236
236
|
|
|
237
237
|
/// The sizes map for the Breadcrumb.
|
package/scss/button/_theme.scss
CHANGED
|
@@ -78,18 +78,18 @@
|
|
|
78
78
|
.k-button-outline-#{$theme-color} {
|
|
79
79
|
color: k-color(#{$theme-color}-on-surface);
|
|
80
80
|
|
|
81
|
+
&:hover,
|
|
82
|
+
&.k-hover {
|
|
83
|
+
color: k-color(#{$theme-color}-on-surface);
|
|
84
|
+
background-color: color-mix(in srgb, k-color(#{$theme-color}-hover) 3%, transparent) !important; // stylelint-disable-line declaration-no-important
|
|
85
|
+
}
|
|
86
|
+
|
|
81
87
|
&:active,
|
|
82
88
|
&.k-active,
|
|
83
89
|
&.k-selected {
|
|
84
90
|
color: k-color(#{$theme-color}-on-surface);
|
|
85
91
|
background-color: color-mix(in srgb, k-color(#{$theme-color}-active) 13%, transparent) !important; // stylelint-disable-line declaration-no-important
|
|
86
92
|
}
|
|
87
|
-
|
|
88
|
-
&:hover,
|
|
89
|
-
&.k-hover {
|
|
90
|
-
color: k-color(#{$theme-color}-on-surface);
|
|
91
|
-
background-color: color-mix(in srgb, k-color(#{$theme-color}-hover) 3%, transparent) !important; // stylelint-disable-line declaration-no-important
|
|
92
|
-
}
|
|
93
93
|
}
|
|
94
94
|
}
|
|
95
95
|
|
|
@@ -158,4 +158,28 @@
|
|
|
158
158
|
.k-button-group[disabled] {
|
|
159
159
|
background-color: inherit;
|
|
160
160
|
}
|
|
161
|
+
|
|
162
|
+
.k-disabled,
|
|
163
|
+
:disabled {
|
|
164
|
+
|
|
165
|
+
.k-button-solid {
|
|
166
|
+
color: $kendo-button-disabled-text;
|
|
167
|
+
background-color: $kendo-button-disabled-bg;
|
|
168
|
+
border-color: $kendo-button-disabled-border;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
.k-button-outline {
|
|
172
|
+
color: $kendo-button-outline-disabled-text;
|
|
173
|
+
background-color: $kendo-button-outline-disabled-bg;
|
|
174
|
+
border-color: $kendo-button-outline-disabled-border;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
.k-button-flat,
|
|
178
|
+
.k-button-clear,
|
|
179
|
+
.k-button-link {
|
|
180
|
+
color: $kendo-button-flat-disabled-text;
|
|
181
|
+
background-color: $kendo-button-flat-disabled-bg;
|
|
182
|
+
border-color: $kendo-button-flat-disabled-border;
|
|
183
|
+
}
|
|
184
|
+
}
|
|
161
185
|
}
|
|
@@ -18,13 +18,13 @@ $kendo-button-lg-padding-x: var( --kendo-button-lg-padding-x, k-spacing(4) ) !de
|
|
|
18
18
|
|
|
19
19
|
/// The vertical padding of the small Button.
|
|
20
20
|
/// @group button
|
|
21
|
-
$kendo-button-sm-padding-y: var( --kendo-button-sm-padding-y,
|
|
21
|
+
$kendo-button-sm-padding-y: calc(var( --kendo-button-sm-padding-y, #{k-spacing(0.5)} ) + 1px) !default;
|
|
22
22
|
/// The vertical padding of the medium Button.
|
|
23
23
|
/// @group button
|
|
24
|
-
$kendo-button-md-padding-y: var( --kendo-button-md-padding-y,
|
|
24
|
+
$kendo-button-md-padding-y: calc(var( --kendo-button-md-padding-y, #{k-spacing(1)} ) + 1px) !default;
|
|
25
25
|
/// The vertical padding of the large Button.
|
|
26
26
|
/// @group button
|
|
27
|
-
$kendo-button-lg-padding-y: var( --kendo-button-lg-padding-y,
|
|
27
|
+
$kendo-button-lg-padding-y: calc(var( --kendo-button-lg-padding-y, #{k-spacing(2)} ) + 1px) !default;
|
|
28
28
|
|
|
29
29
|
/// The font size of the small Button.
|
|
30
30
|
/// @group button
|
|
@@ -143,13 +143,13 @@ $kendo-calendar-weekend-text: var( --kendo-calendar-weekend-text, inherit ) !def
|
|
|
143
143
|
|
|
144
144
|
/// The text color of the calendar today cell.
|
|
145
145
|
/// @group calendar
|
|
146
|
-
$kendo-calendar-today-text: var( --kendo-calendar-today-text, k-color(
|
|
146
|
+
$kendo-calendar-today-text: var( --kendo-calendar-today-text, k-color(on-primary) ) !default; // use contrast function
|
|
147
147
|
/// The background color of the calendar today cell.
|
|
148
148
|
/// @group calendar
|
|
149
149
|
$kendo-calendar-today-bg: var( --kendo-calendar-today-bg, k-color(primary) ) !default;
|
|
150
150
|
/// The text color of the calendar today cell when hovered.
|
|
151
151
|
/// @group calendar
|
|
152
|
-
$kendo-calendar-today-hover-text: var( --kendo-calendar-today-hover-text, k-color(
|
|
152
|
+
$kendo-calendar-today-hover-text: var( --kendo-calendar-today-hover-text, k-color(on-primary) ) !default; // use contrast function
|
|
153
153
|
/// The background color of the calendar today cell when hovered.
|
|
154
154
|
/// @group calendar
|
|
155
155
|
$kendo-calendar-today-hover-bg: var( --kendo-calendar-today-hover-bg, $kendo-calendar-today-bg ) !default;
|
|
@@ -179,7 +179,7 @@ $kendo-calendar-other-month-text: var( --kendo-calendar-other-month-text, k-colo
|
|
|
179
179
|
|
|
180
180
|
/// The background color of the calendar cells when hovered.
|
|
181
181
|
/// @group calendar
|
|
182
|
-
$kendo-calendar-cell-hover-bg: var( --kendo-calendar-cell-hover-bg, k-color(primary-subtle) ) !default;
|
|
182
|
+
$kendo-calendar-cell-hover-bg: var( --kendo-calendar-cell-hover-bg, color-mix(in srgb, k-color(primary-subtle) 75%, k-color(on-primary)) ) !default;
|
|
183
183
|
/// The text color of the calendar cells when hovered.
|
|
184
184
|
/// @group calendar
|
|
185
185
|
$kendo-calendar-cell-hover-text: var( --kendo-calendar-cell-hover-text, k-color(on-base) ) !default;
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
/// The color of the area around the chart type icon.
|
|
7
7
|
/// @group chart-wizard
|
|
8
|
-
$kendo-chart-wizard-icon-area-color: var( --kendo-chart-wizard-icon-area-color, k-color(primary) ) !default;
|
|
8
|
+
$kendo-chart-wizard-icon-area-color: var( --kendo-chart-wizard-icon-area-color, k-color(primary-on-subtle) ) !default;
|
|
9
9
|
/// The background color of the area around the chart type icon.
|
|
10
10
|
/// @group chart-wizard
|
|
11
11
|
$kendo-chart-wizard-icon-area-bg: var( --kendo-chart-wizard-icon-area-bg, k-color(primary-subtle) ) !default;
|
|
@@ -89,7 +89,7 @@ $kendo-checkbox-hover-border: var( --kendo-checkbox-hover-border, $kendo-checkbo
|
|
|
89
89
|
$kendo-checkbox-checked-bg: var( --kendo-checkbox-checked-bg, k-color(primary) ) !default;
|
|
90
90
|
/// The text color of the checked CheckBox.
|
|
91
91
|
/// @group checkbox
|
|
92
|
-
$kendo-checkbox-checked-text: var( --kendo-checkbox-checked-text, k-color(
|
|
92
|
+
$kendo-checkbox-checked-text: var( --kendo-checkbox-checked-text, k-color(surface-alt) ) !default;
|
|
93
93
|
/// The border color of the checked CheckBox.
|
|
94
94
|
/// @group checkbox
|
|
95
95
|
$kendo-checkbox-checked-border: var( --kendo-checkbox-checked-border, $kendo-checkbox-checked-bg ) !default;
|
|
@@ -49,7 +49,7 @@ $kendo-chip-lg-padding-x: k-spacing(2) !default;
|
|
|
49
49
|
$kendo-chip-sm-padding-y: calc( #{k-spacing(0.5)} / 2 ) !default;
|
|
50
50
|
/// The vertical padding of the medium Chip.
|
|
51
51
|
/// @group chip
|
|
52
|
-
$kendo-chip-md-padding-y: var( --kendo-chip-padding-y,
|
|
52
|
+
$kendo-chip-md-padding-y: calc( var( --kendo-chip-padding-y, #{k-spacing(1.5)} ) / 2 ) !default;
|
|
53
53
|
/// The vertical padding of the large Chip.
|
|
54
54
|
/// @group chip
|
|
55
55
|
$kendo-chip-lg-padding-y: calc( #{k-spacing(2.5)} / 2 ) !default;
|
|
@@ -26,7 +26,7 @@ $kendo-dialog-button-spacing: var( --kendo-dialog-button-spacing, k-spacing(3) )
|
|
|
26
26
|
|
|
27
27
|
/// The background color of the Dialog.
|
|
28
28
|
/// @group dialog
|
|
29
|
-
$kendo-dialog-bg: var( --kendo-dialog-bg, k-color(
|
|
29
|
+
$kendo-dialog-bg: var( --kendo-dialog-bg, k-color(surface-alt) ) !default;
|
|
30
30
|
|
|
31
31
|
/// The box shadow around the Dialog.
|
|
32
32
|
/// @group dialog
|
|
@@ -112,7 +112,7 @@ $kendo-drawer-item-ripple-spacing-x: var( --kendo-drawer-item-ripple-spacing-x,
|
|
|
112
112
|
|
|
113
113
|
/// The border color of the drawer item ripple
|
|
114
114
|
/// @group drawer
|
|
115
|
-
$kendo-drawer-item-ripple-border: var( --kendo-drawer-item-ripple-border, k-color(primary) ) !default;
|
|
115
|
+
$kendo-drawer-item-ripple-border: var( --kendo-drawer-item-ripple-border, k-color(primary-on-surface) ) !default;
|
|
116
116
|
/// The background color of the Drawer item.
|
|
117
117
|
/// @group drawer
|
|
118
118
|
$kendo-drawer-item-bg: var( --kendo-drawer-item-bg, $kendo-drawer-bg ) !default;
|
|
@@ -157,7 +157,7 @@ $kendo-drawer-item-selected-bg: var( --kendo-drawer-item-selected-bg, $kendo-dra
|
|
|
157
157
|
$kendo-drawer-item-selected-text: var( --kendo-drawer-item-selected-text, $kendo-drawer-item-text ) !default;
|
|
158
158
|
/// The text color of the selected Drawer item icon.
|
|
159
159
|
/// @group drawer
|
|
160
|
-
$kendo-drawer-item-selected-icon-text: var( --kendo-drawer-item-selected-icon-text, k-color(primary) ) !default;
|
|
160
|
+
$kendo-drawer-item-selected-icon-text: var( --kendo-drawer-item-selected-icon-text, k-color(primary-on-surface) ) !default;
|
|
161
161
|
/// The background color of the selected and hovered Drawer item.
|
|
162
162
|
/// @group drawer
|
|
163
163
|
$kendo-drawer-item-selected-hover-bg: var( --kendo-drawer-item-selected-hover-bg, k-color(surface-alt) ) !default;
|
package/scss/filter/_layout.scss
CHANGED
|
@@ -34,9 +34,12 @@ $kendo-filter-preview-operator-text: var( --kendo-filter-preview-operator-text,
|
|
|
34
34
|
/// @group filter
|
|
35
35
|
$kendo-filter-line-bg: var( --kendo-filter-line-bg, #{color-mix(in srgb, k-color(border) 16%, transparent)} ) !default;
|
|
36
36
|
|
|
37
|
+
/// The border width of the Filter.
|
|
38
|
+
/// @group filter
|
|
39
|
+
$kendo-filter-toolbar-focus-border-width: var( --kendo-filter-toolbar-focus-border-width, 2px ) !default;
|
|
37
40
|
/// The border color of the focused Filter.
|
|
38
41
|
/// @group filter
|
|
39
|
-
$kendo-filter-toolbar-focus-border: var( --kendo-filter-toolbar-focus-border, #{k-color(
|
|
42
|
+
$kendo-filter-toolbar-focus-border: var( --kendo-filter-toolbar-focus-border, #{k-color(border)} ) !default;
|
|
40
43
|
|
|
41
44
|
@forward "@progress/kendo-theme-core/scss/components/filter/variables" with (
|
|
42
45
|
$kendo-filter-padding-x: $kendo-filter-padding-x,
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
@use "sass:map";
|
|
2
2
|
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../icons/_variables.scss" as *;
|
|
3
4
|
@use "../button/_variables.scss" as *;
|
|
4
5
|
@use "../chip/_variables.scss" as *;
|
|
5
6
|
@use "../table/_variables.scss" as *;
|
|
@@ -351,7 +352,7 @@ $kendo-grid-sticky-border: var( --kendo-grid-sticky-border, color-mix(in srgb, #
|
|
|
351
352
|
$kendo-grid-sticky-alt-bg: var( --kendo-grid-sticky-alt-bg, #{$kendo-grid-sticky-bg} ) !default;
|
|
352
353
|
/// The background color of the Grid sticky cell.
|
|
353
354
|
/// @group grid
|
|
354
|
-
$kendo-grid-sticky-hover-bg: var( --kendo-grid-sticky-hover-bg,
|
|
355
|
+
$kendo-grid-sticky-hover-bg: var( --kendo-grid-sticky-hover-bg, k-color(base-hover) ) !default;
|
|
355
356
|
|
|
356
357
|
/// The background color of the Grid sticky header.
|
|
357
358
|
/// @group grid
|
package/scss/input/_layout.scss
CHANGED
|
@@ -153,14 +153,6 @@
|
|
|
153
153
|
.k-input-#{$size},
|
|
154
154
|
.k-picker-#{$size} {
|
|
155
155
|
|
|
156
|
-
.k-input-values {
|
|
157
|
-
padding: 0;
|
|
158
|
-
}
|
|
159
|
-
.k-input-values > .k-searchbar,
|
|
160
|
-
.k-input-values > .k-input-inner {
|
|
161
|
-
margin: 0;
|
|
162
|
-
}
|
|
163
|
-
|
|
164
156
|
.k-input-spinner {
|
|
165
157
|
width: if( $kendo-use-input-spinner-width, var( --kendo-input-spinner-width, #{$_button-width} ), auto );
|
|
166
158
|
|
package/scss/input/_theme.scss
CHANGED
|
@@ -32,14 +32,14 @@ $kendo-input-lg-padding-x: k-spacing(4.5) !default;
|
|
|
32
32
|
$kendo-input-sm-padding-y: calc( #{k-spacing(0.5)} + 1px ) !default;
|
|
33
33
|
/// The vertical padding of the medium Input components.
|
|
34
34
|
/// @group input
|
|
35
|
-
$kendo-input-md-padding-y: var( --kendo-input-padding-y,
|
|
35
|
+
$kendo-input-md-padding-y: calc(var( --kendo-input-padding-y, #{k-spacing(1)} ) + 1px) !default;
|
|
36
36
|
/// The vertical padding of the large Input components.
|
|
37
37
|
/// @group input
|
|
38
38
|
$kendo-input-lg-padding-y: k-spacing(2) !default;
|
|
39
39
|
|
|
40
40
|
/// The font size of the small Input components.
|
|
41
41
|
/// @group input
|
|
42
|
-
$kendo-input-sm-font-size: var( --kendo-font-size
|
|
42
|
+
$kendo-input-sm-font-size: var( --kendo-font-size, inherit ) !default;
|
|
43
43
|
/// The font size of the medium Input components.
|
|
44
44
|
/// @group input
|
|
45
45
|
$kendo-input-md-font-size: var( --kendo-input-font-size, var( --kendo-font-size, inherit ) ) !default;
|
|
@@ -49,7 +49,7 @@ $kendo-input-lg-font-size: var( --kendo-font-size-lg, inherit ) !default;
|
|
|
49
49
|
|
|
50
50
|
/// The line height of the small Input components.
|
|
51
51
|
/// @group input
|
|
52
|
-
$kendo-input-sm-line-height: var( --kendo-line-height
|
|
52
|
+
$kendo-input-sm-line-height: var( --kendo-line-height, normal ) !default;
|
|
53
53
|
/// The line height of the medium Input components.
|
|
54
54
|
/// @group input
|
|
55
55
|
$kendo-input-md-line-height: var( --kendo-input-line-height, var( --kendo-line-height, normal ) ) !default;
|
|
@@ -123,7 +123,7 @@ $kendo-input-focus-bg: $kendo-input-bg !default;
|
|
|
123
123
|
|
|
124
124
|
/// The border color of the focused solid Input components.
|
|
125
125
|
/// @group input
|
|
126
|
-
$kendo-input-focus-border: k-color(primary) !default;
|
|
126
|
+
$kendo-input-focus-border: k-color(primary-on-surface) !default;
|
|
127
127
|
|
|
128
128
|
/// The text color of the disabled solid Input components.
|
|
129
129
|
/// @group input
|
|
@@ -171,7 +171,7 @@ $kendo-input-outline-focus-bg: k-color(app-surface) !default;
|
|
|
171
171
|
|
|
172
172
|
/// The border color of the focused outline Input components.
|
|
173
173
|
/// @group input
|
|
174
|
-
$kendo-input-outline-focus-border: k-color(primary) !default;
|
|
174
|
+
$kendo-input-outline-focus-border: k-color(primary-on-surface) !default;
|
|
175
175
|
|
|
176
176
|
/// The text color of the disabled outline Input components.
|
|
177
177
|
/// @group input
|
|
@@ -219,7 +219,7 @@ $kendo-input-flat-focus-bg: k-color(app-surface) !default;
|
|
|
219
219
|
|
|
220
220
|
/// The border color of the focused flat Input components.
|
|
221
221
|
/// @group input
|
|
222
|
-
$kendo-input-flat-focus-border: k-color(primary) !default;
|
|
222
|
+
$kendo-input-flat-focus-border: k-color(primary-on-surface) !default;
|
|
223
223
|
|
|
224
224
|
/// The text color of the disabled flat Input components.
|
|
225
225
|
/// @group input
|
|
@@ -267,7 +267,7 @@ $kendo-picker-focus-bg: k-color(surface-alt) !default;
|
|
|
267
267
|
|
|
268
268
|
/// The border color of the focused solid Picker components.
|
|
269
269
|
/// @group input
|
|
270
|
-
$kendo-picker-focus-border: k-color(primary)
|
|
270
|
+
$kendo-picker-focus-border: k-color(primary-on-surface) !default;
|
|
271
271
|
|
|
272
272
|
/// The text color of the disabled solid Picker components.
|
|
273
273
|
/// @group input
|
|
@@ -315,7 +315,7 @@ $kendo-picker-outline-focus-bg: k-color(app-surface) !default;
|
|
|
315
315
|
|
|
316
316
|
/// The border color of the focused outline Picker components.
|
|
317
317
|
/// @group input
|
|
318
|
-
$kendo-picker-outline-focus-border: k-color(primary) !default;
|
|
318
|
+
$kendo-picker-outline-focus-border: k-color(primary-on-surface) !default;
|
|
319
319
|
|
|
320
320
|
/// The text color of the hovered and focused outline Picker components.
|
|
321
321
|
/// @group input
|
|
@@ -327,7 +327,7 @@ $kendo-picker-outline-hover-focus-bg: k-color(app-surface) !default;
|
|
|
327
327
|
|
|
328
328
|
/// The border color of the hovered and focused outline Picker components.
|
|
329
329
|
/// @group input
|
|
330
|
-
$kendo-picker-outline-hover-focus-border: k-color(primary) !default;
|
|
330
|
+
$kendo-picker-outline-hover-focus-border: k-color(primary-on-surface) !default;
|
|
331
331
|
|
|
332
332
|
/// The text color of the disabled outline Picker components.
|
|
333
333
|
/// @group input
|
|
@@ -375,7 +375,7 @@ $kendo-picker-flat-focus-bg: k-color(app-surface) !default;
|
|
|
375
375
|
|
|
376
376
|
/// The border color of the focused flat Picker components.
|
|
377
377
|
/// @group input
|
|
378
|
-
$kendo-picker-flat-focus-border: k-color(primary) !default;
|
|
378
|
+
$kendo-picker-flat-focus-border: k-color(primary-on-surface) !default;
|
|
379
379
|
|
|
380
380
|
/// The text color of the hovered and focused flat Picker components.
|
|
381
381
|
/// @group input
|
|
@@ -35,19 +35,19 @@ $kendo-list-header-border-width: var( --kendo-list-header-border-width, 0 ) !def
|
|
|
35
35
|
|
|
36
36
|
/// The font size of the List header.
|
|
37
37
|
/// @group list
|
|
38
|
-
$kendo-list-sm-header-font-size: var( --kendo-list-sm-header-font-size, var(--kendo-font-size, inherit) ) !default;
|
|
39
|
-
$kendo-list-md-header-font-size: var( --kendo-list-md-header-font-size, var(--kendo-font-size, inherit) ) !default;
|
|
40
|
-
$kendo-list-lg-header-font-size: var( --kendo-list-lg-header-font-size, var(--kendo-font-size, inherit) ) !default;
|
|
38
|
+
$kendo-list-sm-header-font-size: var( --kendo-list-sm-header-font-size, var(--kendo-font-size-sm, inherit) ) !default;
|
|
39
|
+
$kendo-list-md-header-font-size: var( --kendo-list-md-header-font-size, var(--kendo-font-size-sm, inherit) ) !default;
|
|
40
|
+
$kendo-list-lg-header-font-size: var( --kendo-list-lg-header-font-size, var(--kendo-font-size-sm, inherit) ) !default;
|
|
41
41
|
|
|
42
42
|
/// The line height of the List header.
|
|
43
43
|
/// @group list
|
|
44
|
-
$kendo-list-sm-header-line-height: var( --kendo-list-sm-header-line-height, var(--kendo-line-height, normal) ) !default;
|
|
45
|
-
$kendo-list-md-header-line-height: var( --kendo-list-md-header-line-height, var(--kendo-line-height, normal) ) !default;
|
|
46
|
-
$kendo-list-lg-header-line-height: var( --kendo-list-lg-header-line-height, var(--kendo-line-height, normal) ) !default;
|
|
44
|
+
$kendo-list-sm-header-line-height: var( --kendo-list-sm-header-line-height, var(--kendo-line-height-lg, normal) ) !default;
|
|
45
|
+
$kendo-list-md-header-line-height: var( --kendo-list-md-header-line-height, var(--kendo-line-height-lg, normal) ) !default;
|
|
46
|
+
$kendo-list-lg-header-line-height: var( --kendo-list-lg-header-line-height, var(--kendo-line-height-lg, normal) ) !default;
|
|
47
47
|
|
|
48
48
|
/// The font weight of the List header.
|
|
49
49
|
/// @group list
|
|
50
|
-
$kendo-list-header-font-weight: var( --kendo-list-header-font-weight, var(--kendo-font-weight-
|
|
50
|
+
$kendo-list-header-font-weight: var( --kendo-list-header-font-weight, var(--kendo-font-weight-semibold, 600) ) !default;
|
|
51
51
|
/// The horizontal padding of the List filter, when no size is set.
|
|
52
52
|
/// @group list
|
|
53
53
|
$kendo-list-sm-filter-padding-x: var( --kendo-list-sm-filter-padding-x, #{k-spacing(1)} ) !default;
|
|
@@ -120,19 +120,19 @@ $kendo-list-group-item-border-width: var( --kendo-list-group-item-border-width,
|
|
|
120
120
|
|
|
121
121
|
/// The font size of the List group items.
|
|
122
122
|
/// @group list
|
|
123
|
-
$kendo-list-sm-group-item-font-size: var( --kendo-list-sm-group-item-font-size, var(--kendo-font-size, inherit) ) !default;
|
|
124
|
-
$kendo-list-md-group-item-font-size: var( --kendo-list-md-group-item-font-size, var(--kendo-font-size, inherit) ) !default;
|
|
125
|
-
$kendo-list-lg-group-item-font-size: var( --kendo-list-lg-group-item-font-size, var(--kendo-font-size, inherit) ) !default;
|
|
123
|
+
$kendo-list-sm-group-item-font-size: var( --kendo-list-sm-group-item-font-size, var(--kendo-font-size-sm, inherit) ) !default;
|
|
124
|
+
$kendo-list-md-group-item-font-size: var( --kendo-list-md-group-item-font-size, var(--kendo-font-size-sm, inherit) ) !default;
|
|
125
|
+
$kendo-list-lg-group-item-font-size: var( --kendo-list-lg-group-item-font-size, var(--kendo-font-size-sm, inherit) ) !default;
|
|
126
126
|
|
|
127
127
|
/// The line height of the List group items.
|
|
128
128
|
/// @group list
|
|
129
|
-
$kendo-list-sm-group-item-line-height: var( --kendo-list-sm-group-item-line-height, var(--kendo-line-height, normal) ) !default;
|
|
130
|
-
$kendo-list-md-group-item-line-height: var( --kendo-list-md-group-item-line-height, var(--kendo-line-height, normal) ) !default;
|
|
131
|
-
$kendo-list-lg-group-item-line-height: var( --kendo-list-lg-group-item-line-height, var(--kendo-line-height, normal) ) !default;
|
|
129
|
+
$kendo-list-sm-group-item-line-height: var( --kendo-list-sm-group-item-line-height, var(--kendo-line-height-lg, normal) ) !default;
|
|
130
|
+
$kendo-list-md-group-item-line-height: var( --kendo-list-md-group-item-line-height, var(--kendo-line-height-lg, normal) ) !default;
|
|
131
|
+
$kendo-list-lg-group-item-line-height: var( --kendo-list-lg-group-item-line-height, var(--kendo-line-height-lg, normal) ) !default;
|
|
132
132
|
|
|
133
133
|
/// The font weight of the List group item.
|
|
134
134
|
/// @group list
|
|
135
|
-
$kendo-list-group-item-font-weight: var( --kendo-list-group-item-font-weight, var(--kendo-font-weight-
|
|
135
|
+
$kendo-list-group-item-font-weight: var( --kendo-list-group-item-font-weight, var(--kendo-font-weight-semibold, 600) ) !default;
|
|
136
136
|
|
|
137
137
|
/// The padding of the List content.
|
|
138
138
|
/// @group list
|
|
@@ -232,16 +232,16 @@ $kendo-list-border: var( --kendo-list-border, #{color-mix(in srgb, k-color(borde
|
|
|
232
232
|
|
|
233
233
|
/// The background color of the List header.
|
|
234
234
|
/// @group list
|
|
235
|
-
$kendo-list-header-bg: var( --kendo-list-header-bg, #{k-color(
|
|
235
|
+
$kendo-list-header-bg: var( --kendo-list-header-bg, #{k-color(surface-alt)} ) !default;
|
|
236
236
|
/// The text color of the List header.
|
|
237
237
|
/// @group list
|
|
238
|
-
$kendo-list-header-text: var( --kendo-list-header-text, #{k-color(
|
|
238
|
+
$kendo-list-header-text: var( --kendo-list-header-text, #{k-color(on-app-surface)} ) !default;
|
|
239
239
|
/// The border color of the List header.
|
|
240
240
|
/// @group list
|
|
241
241
|
$kendo-list-header-border: var( --kendo-list-header-border, inherit ) !default;
|
|
242
242
|
/// The box shadow of the List header.
|
|
243
243
|
/// @group list
|
|
244
|
-
$kendo-list-header-shadow: var( --kendo-list-header-shadow,
|
|
244
|
+
$kendo-list-header-shadow: var( --kendo-list-header-shadow, null ) !default;
|
|
245
245
|
|
|
246
246
|
|
|
247
247
|
/// The background color of the List items.
|
|
@@ -294,7 +294,7 @@ $kendo-list-item-disabled-text: var( --kendo-list-item-disabled-text, #{color-mi
|
|
|
294
294
|
$kendo-list-group-item-bg: var( --kendo-list-group-item-bg, #{k-color(surface-alt)} ) !default;
|
|
295
295
|
/// The text color of the List group items.
|
|
296
296
|
/// @group list
|
|
297
|
-
$kendo-list-group-item-text: var( --kendo-list-group-item-text, #{k-color(
|
|
297
|
+
$kendo-list-group-item-text: var( --kendo-list-group-item-text, #{k-color(on-app-surface)} ) !default;
|
|
298
298
|
/// The border color of the List group items.
|
|
299
299
|
/// @group list
|
|
300
300
|
$kendo-list-group-item-border: var( --kendo-list-group-item-border, inherit ) !default;
|