@progress/kendo-theme-fluent 12.0.0-dev.2 → 12.0.0-dev.3
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 +1584 -1530
- package/dist/meta/sassdoc-raw-data.json +631 -606
- package/dist/meta/variables.json +195 -191
- 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 +24 -0
- package/scss/button/_variables.scss +3 -3
- package/scss/calendar/_variables.scss +2 -2
- 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 +1 -0
- package/scss/input/_layout.scss +0 -8
- package/scss/input/_theme.scss +0 -3
- package/scss/input/_variables.scss +3 -3
- 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/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/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.3",
|
|
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.3",
|
|
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.3",
|
|
58
|
+
"@progress/kendo-theme-utils": "12.0.0-dev.3"
|
|
59
59
|
},
|
|
60
60
|
"directories": {
|
|
61
61
|
"doc": "docs",
|
|
62
62
|
"lib": "lib"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "e8490bcd2120186030a02c459cb027ae415d281c"
|
|
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
|
@@ -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;
|
|
@@ -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,
|
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;
|
|
@@ -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;
|
|
@@ -41,7 +41,7 @@ $kendo-listview-border: var( --kendo-listview-border, color-mix(in srgb, k-color
|
|
|
41
41
|
|
|
42
42
|
/// The text color of the selected ListView items.
|
|
43
43
|
/// @group listview
|
|
44
|
-
$kendo-listview-item-selected-text: var( --kendo-listview-item-selected-text,
|
|
44
|
+
$kendo-listview-item-selected-text: var( --kendo-listview-item-selected-text, k-color(on-app-surface) ) !default;
|
|
45
45
|
/// The background color of the selected ListView items.
|
|
46
46
|
/// @group listview
|
|
47
47
|
$kendo-listview-item-selected-bg: var( --kendo-listview-item-selected-bg, #{color-mix(in srgb, k-color(on-app-surface) 12%, transparent)} ) !default;
|
|
@@ -51,7 +51,7 @@ $kendo-listview-item-selected-border: var( --kendo-listview-item-selected-border
|
|
|
51
51
|
|
|
52
52
|
/// The text color of the focused ListView items.
|
|
53
53
|
/// @group listview
|
|
54
|
-
$kendo-listview-item-focus-text: var( --kendo-listview-item-focus-text,
|
|
54
|
+
$kendo-listview-item-focus-text: var( --kendo-listview-item-focus-text, k-color(on-app-surface) ) !default;
|
|
55
55
|
/// The background color of the focused ListView items.
|
|
56
56
|
/// @group listview
|
|
57
57
|
$kendo-listview-item-focus-bg: var( --kendo-listview-item-focus-bg, initial ) !default;
|
package/scss/menu/_layout.scss
CHANGED
|
@@ -146,7 +146,7 @@ $kendo-menu-popup-bg: var( --kendo-menu-popup-bg, #{k-color(surface-alt)} ) !def
|
|
|
146
146
|
$kendo-menu-popup-border: var( --kendo-menu-popup-border, initial ) !default;
|
|
147
147
|
/// The shadow of the Menu popup.
|
|
148
148
|
/// @group menu
|
|
149
|
-
$kendo-menu-popup-shadow: var( --kendo-menu-popup-shadow,
|
|
149
|
+
$kendo-menu-popup-shadow: var( --kendo-menu-popup-shadow, k-elevation(5) ) !default;
|
|
150
150
|
|
|
151
151
|
/// The horizontal padding of the Menu item in popup.
|
|
152
152
|
/// @group menu
|
|
@@ -39,7 +39,7 @@ $kendo-popup-text: var( --kendo-popup-text, #{k-color(on-app-surface)} ) !defaul
|
|
|
39
39
|
$kendo-popup-border: var( --kendo-popup-border, transparent ) !default;
|
|
40
40
|
/// Box shadow around the popup.
|
|
41
41
|
/// @group popup
|
|
42
|
-
$kendo-popup-shadow: var( --kendo-popup-shadow,
|
|
42
|
+
$kendo-popup-shadow: var( --kendo-popup-shadow, k-elevation(5) ) !default;
|
|
43
43
|
|
|
44
44
|
@forward "@progress/kendo-theme-core/scss/components/popup/_variables.scss" with (
|
|
45
45
|
$kendo-popup-border-width: $kendo-popup-border-width,
|
|
@@ -34,7 +34,7 @@ $kendo-progressbar-padding-y: var( --kendo-progressbar-padding-y, #{k-spacing(0)
|
|
|
34
34
|
|
|
35
35
|
/// The background color of the ProgressBar.
|
|
36
36
|
/// @group progressbar
|
|
37
|
-
$kendo-progressbar-bg: var( --kendo-progressbar-bg, #{k-color(secondary)} ) !default;
|
|
37
|
+
$kendo-progressbar-bg: var( --kendo-progressbar-bg, #{k-color(secondary-on-surface)} ) !default;
|
|
38
38
|
/// The text color of the ProgressBar.
|
|
39
39
|
/// @group progressbar
|
|
40
40
|
$kendo-progressbar-text: var( --kendo-progressbar-text, #{k-color(on-app-surface)} ) !default;
|
|
@@ -83,7 +83,7 @@ $kendo-scheduler-event-min-height: var( --kendo-scheduler-event-min-height, calc
|
|
|
83
83
|
$kendo-scheduler-event-bg: var( --kendo-scheduler-event-bg, k-color(primary) ) !default;
|
|
84
84
|
/// The text color of the Scheduler event.
|
|
85
85
|
/// @group scheduler
|
|
86
|
-
$kendo-scheduler-event-text: var( --kendo-scheduler-event-text, k-color(
|
|
86
|
+
$kendo-scheduler-event-text: var( --kendo-scheduler-event-text, k-color(on-primary) ) !default;
|
|
87
87
|
/// The border color of the Scheduler event.
|
|
88
88
|
/// @group scheduler
|
|
89
89
|
$kendo-scheduler-event-border: var( --kendo-scheduler-event-border, $kendo-scheduler-event-bg ) !default;
|
|
@@ -17,7 +17,7 @@ $kendo-skeleton-circle-border-radius: var( --kendo-skeleton-circle-border-radius
|
|
|
17
17
|
|
|
18
18
|
/// The background color of the Skeleton item.
|
|
19
19
|
/// @group skeleton
|
|
20
|
-
$kendo-skeleton-item-bg: var( --kendo-skeleton-item-bg, k-color(
|
|
20
|
+
$kendo-skeleton-item-bg: var( --kendo-skeleton-item-bg, color-mix(in srgb, k-color(on-app-surface) 9%, transparent) ) !default;
|
|
21
21
|
/// The background color of the Skeleton wave animation.
|
|
22
22
|
/// @group skeleton
|
|
23
23
|
$kendo-skeleton-wave-bg: var( --kendo-skeleton-wave-bg, k-color(base) ) !default;
|