@progress/kendo-theme-fluent 7.2.1-dev.6 → 7.2.1-dev.8
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 -37
- package/dist/meta/sassdoc-data.json +158 -258
- package/dist/meta/sassdoc-raw-data.json +79 -129
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +4 -4
- package/scss/bottom-navigation/_variables.scss +5 -5
- package/scss/breadcrumb/_variables.scss +1 -1
- package/scss/button/_variables.scss +24 -24
- package/scss/chat/_variables.scss +1 -1
- package/scss/checkbox/_variables.scss +5 -5
- package/scss/chip/_variables.scss +7 -7
- package/scss/color-preview/_variables.scss +2 -2
- package/scss/coloreditor/_variables.scss +1 -1
- package/scss/colorgradient/_variables.scss +3 -3
- package/scss/colorpalette/_variables.scss +1 -1
- package/scss/core/color-system/_swatch-legacy.scss +4 -4
- package/scss/dataviz/_variables.scss +2 -2
- package/scss/dock-manager/_variables.scss +1 -1
- package/scss/drawer/_variables.scss +2 -2
- package/scss/editor/_variables.scss +1 -1
- package/scss/expansion-panel/_variables.scss +1 -1
- package/scss/gantt/_variables.scss +1 -1
- package/scss/grid/_theme.scss +1 -1
- package/scss/grid/_variables.scss +2 -2
- package/scss/imageeditor/_variables.scss +2 -2
- package/scss/input/_layout.scss +0 -6
- package/scss/input/_theme.scss +0 -48
- package/scss/input/_variables.scss +1 -8
- package/scss/list/_variables.scss +1 -1
- package/scss/mediaplayer/_variables.scss +1 -1
- package/scss/orgchart/_variables.scss +2 -2
- package/scss/progressbar/_variables.scss +2 -2
- package/scss/radio/_variables.scss +2 -2
- package/scss/signature/_variables.scss +2 -2
- package/scss/skeleton/_variables.scss +1 -1
- package/scss/slider/_variables.scss +7 -7
- package/scss/split-button/_variables.scss +1 -1
- package/scss/stepper/_variables.scss +1 -1
- package/scss/switch/_variables.scss +5 -5
- package/scss/table/_variables.scss +2 -2
- package/scss/taskboard/_variables.scss +1 -1
- package/scss/timeline/_variables.scss +2 -2
- package/scss/toolbar/_variables.scss +1 -1
- package/scss/upload/_variables.scss +1 -1
package/scss/grid/_theme.scss
CHANGED
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
}
|
|
240
240
|
&:focus,
|
|
241
241
|
&.k-focus {
|
|
242
|
-
box-shadow: inset 0 0 0 2px
|
|
242
|
+
box-shadow: inset 0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 10%, transparent), rgba( $kendo-color-black, .1 ));
|
|
243
243
|
}
|
|
244
244
|
&.k-active {
|
|
245
245
|
@include fill(
|
|
@@ -401,7 +401,7 @@ $kendo-grid-sticky-bg: var( --kendo-component-bg, initial ) !default;
|
|
|
401
401
|
$kendo-grid-sticky-text: $kendo-grid-text !default;
|
|
402
402
|
/// Border color of the grid sticky cell.
|
|
403
403
|
/// @group grid
|
|
404
|
-
$kendo-grid-sticky-border: if($kendo-enable-color-system,
|
|
404
|
+
$kendo-grid-sticky-border: if($kendo-enable-color-system, color-mix(in srgb, k-color( border ) 80%, transparent), k-get-theme-color-var( neutral-90 )) !default;
|
|
405
405
|
/// Alt background color of the grid sticky cell.
|
|
406
406
|
/// @group grid
|
|
407
407
|
$kendo-grid-sticky-alt-bg: $kendo-grid-sticky-bg !default;
|
|
@@ -574,7 +574,7 @@ $kendo-grid-filterable-icon-spacing: calc( #{$kendo-button-calc-size} + #{$kendo
|
|
|
574
574
|
|
|
575
575
|
/// Background color of the grid row resize indicator
|
|
576
576
|
/// @group grid
|
|
577
|
-
$kendo-grid-row-resizer-hover-bg: if($kendo-enable-color-system,
|
|
577
|
+
$kendo-grid-row-resizer-hover-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 46%, transparent), k-get-theme-color-var( neutral-90 )) !default;
|
|
578
578
|
/// Active background color of the grid row indicator
|
|
579
579
|
/// @group grid
|
|
580
580
|
$kendo-grid-row-resizer-active-bg: if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 )) !default;
|
|
@@ -10,7 +10,7 @@ $kendo-image-editor-bg: var( --kendo-component-bg, inherit ) !default;
|
|
|
10
10
|
$kendo-image-editor-text: var( --kendo-component-text, inherit ) !default;
|
|
11
11
|
/// Border color of the imageeditor.
|
|
12
12
|
/// @group imageeditor
|
|
13
|
-
$kendo-image-editor-border: if($kendo-enable-color-system,
|
|
13
|
+
$kendo-image-editor-border: if($kendo-enable-color-system, color-mix(in srgb, k-color( border ) 16%, transparent), k-get-theme-color-var( neutral-30 )) !default;
|
|
14
14
|
/// Vertical margin of the imageeditor.
|
|
15
15
|
/// @group imageeditor
|
|
16
16
|
$kendo-image-editor-margin-y: 0 !default;
|
|
@@ -39,7 +39,7 @@ $kendo-image-editor-font-family: var( --kendo-font-family, inherit ) !default;
|
|
|
39
39
|
|
|
40
40
|
/// Imageeditor content background color.
|
|
41
41
|
/// @group imageeditor
|
|
42
|
-
$kendo-image-editor-content-bg: if($kendo-enable-color-system,
|
|
42
|
+
$kendo-image-editor-content-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 23%, transparent), k-get-theme-color-var( neutral-50 )) !default;
|
|
43
43
|
/// Imageeditor content text color.
|
|
44
44
|
/// @group imageeditor
|
|
45
45
|
$kendo-image-editor-content-text: inherit !default;
|
package/scss/input/_layout.scss
CHANGED
|
@@ -144,11 +144,6 @@
|
|
|
144
144
|
&:invalid {
|
|
145
145
|
box-shadow: none;
|
|
146
146
|
}
|
|
147
|
-
|
|
148
|
-
// Valid
|
|
149
|
-
&:valid {
|
|
150
|
-
box-shadow: none;
|
|
151
|
-
}
|
|
152
147
|
}
|
|
153
148
|
span.k-input-inner {
|
|
154
149
|
white-space: nowrap;
|
|
@@ -450,7 +445,6 @@
|
|
|
450
445
|
|
|
451
446
|
}
|
|
452
447
|
|
|
453
|
-
&.k-valid,
|
|
454
448
|
&.k-invalid,
|
|
455
449
|
&.ng-invalid.ng-touched,
|
|
456
450
|
&.ng-invalid.ng-dirty {
|
package/scss/input/_theme.scss
CHANGED
|
@@ -91,30 +91,6 @@
|
|
|
91
91
|
}
|
|
92
92
|
}
|
|
93
93
|
|
|
94
|
-
// Valid
|
|
95
|
-
&.k-valid {
|
|
96
|
-
--INTERNAL--kendo-input-border: var( --kendo-input-valid-border, #{$kendo-input-valid-border} );
|
|
97
|
-
|
|
98
|
-
&::after {
|
|
99
|
-
border-color: var( --kendo-input-valid-border, #{$kendo-input-valid-border} );
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.k-input-validation-icon {
|
|
103
|
-
color: var( --kendo-input-valid-text, #{$kendo-input-valid-text} );
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
&:focus:hover,
|
|
107
|
-
&.k-focus:hover,
|
|
108
|
-
&:focus.k-hover,
|
|
109
|
-
&.k-focus.k-hover {
|
|
110
|
-
--INTERNAL--kendo-input-border: var( --kendo-input-valid-border, #{$kendo-input-valid-border} );
|
|
111
|
-
|
|
112
|
-
.k-input-validation-icon {
|
|
113
|
-
color: var( --kendo-input-valid-text, #{$kendo-input-valid-text} );
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
|
|
118
94
|
// Prefix & Suffix
|
|
119
95
|
.k-input-prefix {
|
|
120
96
|
color: var( --kendo-input-prefix-text, #{$kendo-input-prefix-text} );
|
|
@@ -199,30 +175,6 @@
|
|
|
199
175
|
}
|
|
200
176
|
}
|
|
201
177
|
}
|
|
202
|
-
|
|
203
|
-
// Valid
|
|
204
|
-
&.k-valid {
|
|
205
|
-
--INTERNAL--kendo-picker-border: var( --kendo-input-valid-border, #{$kendo-input-valid-border} );
|
|
206
|
-
|
|
207
|
-
&::after {
|
|
208
|
-
border-color: var( --kendo-input-valid-border, #{$kendo-input-valid-border} );
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
.k-input-validation-icon {
|
|
212
|
-
color: var( --kendo-input-valid-text, #{$kendo-input-valid-text} );
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
&:focus:hover,
|
|
216
|
-
&.k-focus:hover,
|
|
217
|
-
&:focus.k-hover,
|
|
218
|
-
&.k-focus.k-hover {
|
|
219
|
-
--INTERNAL--kendo-picker-border: var( --kendo-input-valid-border, #{$kendo-input-valid-border} );
|
|
220
|
-
|
|
221
|
-
.k-input-validation-icon {
|
|
222
|
-
color: var( --kendo-input-valid-text, #{$kendo-input-valid-text} );
|
|
223
|
-
}
|
|
224
|
-
}
|
|
225
|
-
}
|
|
226
178
|
}
|
|
227
179
|
|
|
228
180
|
@each $component, $fill-modes in $kendo-input-theme-colors {
|
|
@@ -323,7 +323,7 @@ $kendo-picker-solid-disabled-text: $kendo-disabled-text !default;
|
|
|
323
323
|
|
|
324
324
|
/// The background color of the disabled solid Picker components.
|
|
325
325
|
/// @group input
|
|
326
|
-
$kendo-picker-solid-disabled-bg: if($kendo-enable-color-system,
|
|
326
|
+
$kendo-picker-solid-disabled-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 9%, transparent), k-get-theme-color-var( neutral-30 )) !default;
|
|
327
327
|
|
|
328
328
|
/// The border color of the disabled solid Picker components.
|
|
329
329
|
/// @group input
|
|
@@ -659,13 +659,6 @@ $kendo-valid-text: k-get-theme-color-var( success-190 ) !default;
|
|
|
659
659
|
$kendo-valid-border: k-get-theme-color-var( success-190 ) !default;
|
|
660
660
|
$kendo-valid-shadow: null !default;
|
|
661
661
|
|
|
662
|
-
/// The border color of the valid Input components.
|
|
663
|
-
/// @group input
|
|
664
|
-
$kendo-input-valid-border: var( --kendo-valid-border, #{$kendo-valid-border} ) !default;
|
|
665
|
-
/// The text color of the valid Input components.
|
|
666
|
-
/// @group input
|
|
667
|
-
$kendo-input-valid-text: var( --kendo-valid-text, #{$kendo-valid-text} ) !default;
|
|
668
|
-
|
|
669
662
|
/// The text color of the Input placeholder.
|
|
670
663
|
/// @group input
|
|
671
664
|
$kendo-input-placeholder-text: if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 )) !default;
|
|
@@ -258,7 +258,7 @@ $kendo-list-item-selected-hover-text: if($kendo-enable-color-system, k-color( on
|
|
|
258
258
|
$kendo-list-item-disabled-bg: if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white) !default;
|
|
259
259
|
/// The text color of the disabled List items.
|
|
260
260
|
/// @group list
|
|
261
|
-
$kendo-list-item-disabled-text: if($kendo-enable-color-system,
|
|
261
|
+
$kendo-list-item-disabled-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 46%, transparent), k-get-theme-color-var( neutral-90 )) !default;
|
|
262
262
|
|
|
263
263
|
/// The background color of the List group items.
|
|
264
264
|
/// @group list
|
|
@@ -43,7 +43,7 @@ $kendo-media-player-titlebar-padding-x: map.get( $kendo-spacing, 2 ) !default;
|
|
|
43
43
|
$kendo-media-player-titlebar-padding-y: map.get( $kendo-spacing, 2 ) !default;
|
|
44
44
|
/// Mediaplayer titlebar background color.
|
|
45
45
|
/// @group mediaplayer
|
|
46
|
-
$kendo-media-player-titlebar-bg:
|
|
46
|
+
$kendo-media-player-titlebar-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 40%, transparent), rgba( $kendo-color-black, .4 )) !default;
|
|
47
47
|
/// Mediaplayer titlebar text color.
|
|
48
48
|
/// @group mediaplayer
|
|
49
49
|
$kendo-media-player-titlebar-text: $kendo-media-player-bg !default;
|
|
@@ -60,7 +60,7 @@ $kendo-orgchart-node-group-bg: if($kendo-enable-color-system, k-color( surface )
|
|
|
60
60
|
$kendo-orgchart-node-group-text: if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 )) !default;
|
|
61
61
|
/// The border color of the OrgChart node group.
|
|
62
62
|
/// @group orgchart
|
|
63
|
-
$kendo-orgchart-node-group-border: if($kendo-enable-color-system,
|
|
63
|
+
$kendo-orgchart-node-group-border: if($kendo-enable-color-system, color-mix(in srgb, k-color( border ) 16%, transparent), k-get-theme-color-var( neutral-30 )) !default;
|
|
64
64
|
/// The border color of the focused OrgChart node group.
|
|
65
65
|
/// @group orgchart
|
|
66
66
|
$kendo-orgchart-node-group-focus-border: $kendo-card-focus-border !default;
|
|
@@ -146,7 +146,7 @@ $kendo-orgchart-card-body-vbox-min-height: $kendo-card-avatar-size !default;
|
|
|
146
146
|
$kendo-orgchart-line-size: 1px !default;
|
|
147
147
|
/// The fill color of the OrgChart connecting line.
|
|
148
148
|
/// @group orgchart
|
|
149
|
-
$kendo-orgchart-line-text: if($kendo-enable-color-system,
|
|
149
|
+
$kendo-orgchart-line-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( border ) 16%, transparent), k-get-theme-color-var( neutral-30 )) !default;
|
|
150
150
|
/// The height of the OrgChart connecting line.
|
|
151
151
|
/// @group orgchart
|
|
152
152
|
$kendo-orgchart-line-v-height: 25px !default;
|
|
@@ -67,10 +67,10 @@ $kendo-progressbar-vertical-status-offset: calc( (#{$kendo-progressbar-font-size
|
|
|
67
67
|
|
|
68
68
|
/// The background color of the disabled ProgressBar.
|
|
69
69
|
/// @group progressbar
|
|
70
|
-
$kendo-progressbar-disabled-bg: if($kendo-enable-color-system,
|
|
70
|
+
$kendo-progressbar-disabled-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 6%, transparent), k-get-theme-color-var( neutral-20 )) !default;
|
|
71
71
|
/// The text color of the disabled ProgressBar.
|
|
72
72
|
/// @group progressbar
|
|
73
|
-
$kendo-progressbar-disabled-text: if($kendo-enable-color-system,
|
|
73
|
+
$kendo-progressbar-disabled-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 46%, transparent), k-get-theme-color-var( neutral-90 )) !default;
|
|
74
74
|
/// The border color of the disabled ProgressBar.
|
|
75
75
|
/// @group progressbar
|
|
76
76
|
$kendo-progressbar-disabled-border: $kendo-progressbar-disabled-bg !default;
|
|
@@ -94,10 +94,10 @@ $kendo-radio-focus-outline-offset: 2px !default;
|
|
|
94
94
|
$kendo-radio-disabled-bg: $kendo-radio-bg !default;
|
|
95
95
|
/// The color of the disabled RadioButton.
|
|
96
96
|
/// @group radio
|
|
97
|
-
$kendo-radio-disabled-text: if($kendo-enable-color-system,
|
|
97
|
+
$kendo-radio-disabled-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 28%, transparent), k-get-theme-color-var( neutral-60 )) !default;
|
|
98
98
|
/// The border color of the disabled RadioButton.
|
|
99
99
|
/// @group radio
|
|
100
|
-
$kendo-radio-disabled-border: if($kendo-enable-color-system,
|
|
100
|
+
$kendo-radio-disabled-border: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 28%, transparent), k-get-theme-color-var( neutral-60 )) !default;
|
|
101
101
|
|
|
102
102
|
/// The background color of the disabled and checked RadioButton.
|
|
103
103
|
/// @group radio
|
|
@@ -38,10 +38,10 @@ $kendo-signature-line-width: 1px !default;
|
|
|
38
38
|
$kendo-signature-line-style: dashed !default;
|
|
39
39
|
/// The color of the row line of the signature component.
|
|
40
40
|
/// @group signature
|
|
41
|
-
$kendo-signature-line-color:
|
|
41
|
+
$kendo-signature-line-color: if($kendo-enable-color-system, color-mix(in srgb, k-color( info ) 40%, transparent), rgba( k-get-theme-color( info, 100 ), .4 )) !default;
|
|
42
42
|
/// The color of the row line of the disabled signature component.
|
|
43
43
|
/// @group signature
|
|
44
|
-
$kendo-signature-line-disabled-color: if($kendo-enable-color-system,
|
|
44
|
+
$kendo-signature-line-disabled-color: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 28%, transparent), k-get-theme-color-var( neutral-60 )) !default;
|
|
45
45
|
/// The width of the row line of the signature component.
|
|
46
46
|
/// @group signature
|
|
47
47
|
$kendo-signature-line-size: calc( 100% - 2 * #{$kendo-signature-padding-x} ) !default;
|
|
@@ -17,7 +17,7 @@ $kendo-skeleton-circle-border-radius: 9999px !default;
|
|
|
17
17
|
|
|
18
18
|
/// The background color of the Skeleton item.
|
|
19
19
|
/// @group skeleton
|
|
20
|
-
$kendo-skeleton-item-bg: if($kendo-enable-color-system,
|
|
20
|
+
$kendo-skeleton-item-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 23%, transparent), k-get-theme-color-var( neutral-50 )) !default;
|
|
21
21
|
/// The background color of the Skeleton wave animation.
|
|
22
22
|
/// @group skeleton
|
|
23
23
|
$kendo-skeleton-wave-bg: if($kendo-enable-color-system, k-color( base ), k-get-theme-color-var( neutral-20 )) !default;
|
|
@@ -33,19 +33,19 @@ $kendo-slider-track-size: map.get( $kendo-spacing, 1 ) !default;
|
|
|
33
33
|
$kendo-slider-track-border-radius: map.get( $kendo-spacing, 0.5 ) !default;
|
|
34
34
|
/// The background color of the Slider track.
|
|
35
35
|
/// @group slider
|
|
36
|
-
$kendo-slider-track-bg: if($kendo-enable-color-system,
|
|
36
|
+
$kendo-slider-track-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 28%, transparent), k-get-theme-color-var( neutral-60 )) !default;
|
|
37
37
|
/// The border color of the Slider track.
|
|
38
38
|
/// @group slider
|
|
39
39
|
$kendo-slider-track-border: inherit !default;
|
|
40
40
|
/// The background color of the hovered Slider track.
|
|
41
41
|
/// @group slider
|
|
42
|
-
$kendo-slider-track-hover-bg: if($kendo-enable-color-system,
|
|
42
|
+
$kendo-slider-track-hover-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 28%, transparent), k-get-theme-color-var( neutral-60 )) !default;
|
|
43
43
|
/// The border color of the hovered Slider track.
|
|
44
44
|
/// @group slider
|
|
45
45
|
$kendo-slider-track-hover-border: inherit !default;
|
|
46
46
|
/// The background color of the focused Slider track.
|
|
47
47
|
/// @group slider
|
|
48
|
-
$kendo-slider-track-focus-bg: if($kendo-enable-color-system,
|
|
48
|
+
$kendo-slider-track-focus-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 28%, transparent), k-get-theme-color-var( neutral-60 )) !default;
|
|
49
49
|
/// The border color of the focused Slider track.
|
|
50
50
|
/// @group slider
|
|
51
51
|
$kendo-slider-track-focus-border: inherit !default;
|
|
@@ -124,16 +124,16 @@ $kendo-slider-thumb-focus-gradient: transparent !default;
|
|
|
124
124
|
|
|
125
125
|
/// The text color of the disabled Slider.
|
|
126
126
|
/// @group slider
|
|
127
|
-
$kendo-slider-disabled-text: if($kendo-enable-color-system,
|
|
127
|
+
$kendo-slider-disabled-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 70%, transparent), k-get-theme-color-var( neutral-130 )) !default;
|
|
128
128
|
/// The background color of the disabled Slider track.
|
|
129
129
|
/// @group slider
|
|
130
|
-
$kendo-slider-track-disabled-bg: if($kendo-enable-color-system,
|
|
130
|
+
$kendo-slider-track-disabled-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 6%, transparent), k-get-theme-color-var( neutral-20 )) !default;
|
|
131
131
|
/// The background color of the disabled Slider's track selection.
|
|
132
132
|
/// @group slider
|
|
133
|
-
$kendo-slider-selection-disabled-bg: if($kendo-enable-color-system,
|
|
133
|
+
$kendo-slider-selection-disabled-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 46%, transparent), k-get-theme-color-var( neutral-90 )) !default;
|
|
134
134
|
/// The background color of the disabled Slider thumb.
|
|
135
135
|
/// @group slider
|
|
136
|
-
$kendo-slider-thumb-disabled-border: if($kendo-enable-color-system,
|
|
136
|
+
$kendo-slider-thumb-disabled-border: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 28%, transparent), k-get-theme-color-var( neutral-60 )) !default;
|
|
137
137
|
|
|
138
138
|
|
|
139
139
|
/// The transition speed of the Slider.
|
|
@@ -29,7 +29,7 @@ $kendo-split-button-arrow-delimiter-size: calc( #{$kendo-button-inner-calc-size}
|
|
|
29
29
|
$kendo-split-button-arrow-delimiter-line-size: 1px !default;
|
|
30
30
|
/// The background color of the SplitButton arrow delimiter.
|
|
31
31
|
/// @group split-button
|
|
32
|
-
$kendo-split-button-arrow-delimiter-bg: if($kendo-enable-color-system,
|
|
32
|
+
$kendo-split-button-arrow-delimiter-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 28%, transparent), k-get-theme-color-var( neutral-60 )) !default;
|
|
33
33
|
|
|
34
34
|
/// The sizes map for the SplitButton.
|
|
35
35
|
/// @group split-button
|
|
@@ -119,7 +119,7 @@ $kendo-stepper-indicator-done-hover-border: $kendo-stepper-indicator-done-hover-
|
|
|
119
119
|
|
|
120
120
|
/// The background color of the Stepper's disabled done indicator.
|
|
121
121
|
/// @group stepper
|
|
122
|
-
$kendo-stepper-indicator-done-disabled-bg: if($kendo-enable-color-system,
|
|
122
|
+
$kendo-stepper-indicator-done-disabled-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 22%, transparent), k-get-theme-color-var( primary-30 )) !default;
|
|
123
123
|
/// The text color of the Stepper's disabled done indicator.
|
|
124
124
|
/// @group stepper
|
|
125
125
|
$kendo-stepper-indicator-done-disabled-text: var( --kendo-disabled-text, initial ) !default;
|
|
@@ -70,7 +70,7 @@ $kendo-switch-off-track-disabled-bg: var( --kendo-component-bg, transparent ) !d
|
|
|
70
70
|
$kendo-switch-off-track-disabled-text: var( --kendo-component-text, inherit ) !default;
|
|
71
71
|
/// The border color of the track when the disabled Switch is not checked.
|
|
72
72
|
/// @group switch
|
|
73
|
-
$kendo-switch-off-track-disabled-border: if($kendo-enable-color-system,
|
|
73
|
+
$kendo-switch-off-track-disabled-border: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 28%, transparent), k-get-theme-color-var( neutral-60 )) !default;
|
|
74
74
|
|
|
75
75
|
/// The background of the thumb when the Switch is not checked.
|
|
76
76
|
/// @group switch
|
|
@@ -94,13 +94,13 @@ $kendo-switch-off-thumb-hover-border: if($kendo-enable-color-system, k-color( bo
|
|
|
94
94
|
|
|
95
95
|
/// The background of the thumb when the disabled Switch is not checked.
|
|
96
96
|
/// @group switch
|
|
97
|
-
$kendo-switch-off-thumb-disabled-bg: if($kendo-enable-color-system,
|
|
97
|
+
$kendo-switch-off-thumb-disabled-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 28%, transparent), k-get-theme-color-var( neutral-60 )) !default;
|
|
98
98
|
/// The text color of the thumb when the disabled Switch is not checked.
|
|
99
99
|
/// @group switch
|
|
100
100
|
$kendo-switch-off-thumb-disabled-text: inherit !default;
|
|
101
101
|
/// The border color of the thumb when the disabled Switch is not checked.
|
|
102
102
|
/// @group switch
|
|
103
|
-
$kendo-switch-off-thumb-disabled-border: if($kendo-enable-color-system,
|
|
103
|
+
$kendo-switch-off-thumb-disabled-border: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 28%, transparent), k-get-theme-color-var( neutral-60 )) !default;
|
|
104
104
|
|
|
105
105
|
|
|
106
106
|
/// The background of the track when the Switch is checked.
|
|
@@ -135,7 +135,7 @@ $kendo-switch-on-track-focus-border: $kendo-switch-on-track-focus-bg !default;
|
|
|
135
135
|
|
|
136
136
|
/// The background of the track when the disabled Switch is checked.
|
|
137
137
|
/// @group switch
|
|
138
|
-
$kendo-switch-on-track-disabled-bg: if($kendo-enable-color-system,
|
|
138
|
+
$kendo-switch-on-track-disabled-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 28%, transparent), k-get-theme-color-var( neutral-60 )) !default;
|
|
139
139
|
/// The text color of the track when the disabled Switch is checked.
|
|
140
140
|
/// @group switch
|
|
141
141
|
$kendo-switch-on-track-disabled-text: if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white) !default;
|
|
@@ -171,4 +171,4 @@ $kendo-switch-on-thumb-disabled-bg: if($kendo-enable-color-system, k-color( surf
|
|
|
171
171
|
$kendo-switch-on-thumb-disabled-text: inherit !default;
|
|
172
172
|
/// The border color of the thumb when the disabled Switch is checked.
|
|
173
173
|
/// @group switch
|
|
174
|
-
$kendo-switch-on-thumb-disabled-border: if($kendo-enable-color-system,
|
|
174
|
+
$kendo-switch-on-thumb-disabled-border: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 6%, transparent), k-get-theme-color-var( neutral-20 )) !default;
|
|
@@ -168,7 +168,7 @@ $kendo-table-focus-shadow: $kendo-list-item-focus-shadow !default;
|
|
|
168
168
|
|
|
169
169
|
/// Background color of selected rows in table.
|
|
170
170
|
/// @group table
|
|
171
|
-
$kendo-table-selected-bg: if($kendo-enable-color-system,
|
|
171
|
+
$kendo-table-selected-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 13%, transparent), k-get-theme-color-var( primary-20 )) !default;
|
|
172
172
|
/// Text color of selected rows in table.
|
|
173
173
|
/// @group table
|
|
174
174
|
$kendo-table-selected-text: $kendo-table-text !default;
|
|
@@ -178,7 +178,7 @@ $kendo-table-selected-border: $kendo-table-border !default;
|
|
|
178
178
|
|
|
179
179
|
/// Hover background color of selected rows in table.
|
|
180
180
|
/// @group table
|
|
181
|
-
$kendo-table-selected-hover-bg: if($kendo-enable-color-system,
|
|
181
|
+
$kendo-table-selected-hover-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 26%, transparent), k-get-theme-color-var( primary-30 )) !default;
|
|
182
182
|
/// Hover text color of selected rows in table.
|
|
183
183
|
/// @group table
|
|
184
184
|
$kendo-table-selected-hover-text: $kendo-table-selected-text !default;
|
|
@@ -202,7 +202,7 @@ $kendo-taskboard-drag-placeholder-border-width: 1px !default;
|
|
|
202
202
|
$kendo-taskboard-drag-placeholder-border-radius: $kendo-card-border-radius !default;
|
|
203
203
|
/// The background color of the TaskBoard Card placeholder.
|
|
204
204
|
/// @group taskboard
|
|
205
|
-
$kendo-taskboard-drag-placeholder-bg: if($kendo-enable-color-system,
|
|
205
|
+
$kendo-taskboard-drag-placeholder-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 23%, transparent), k-get-theme-color-var( neutral-50 )) !default;
|
|
206
206
|
/// The border color of the TaskBoard Card placeholder.
|
|
207
207
|
/// @group taskboard
|
|
208
208
|
$kendo-taskboard-drag-placeholder-border: var( --kendo-component-border, inherit ) !default;
|
|
@@ -65,7 +65,7 @@ $kendo-timeline-track-end-calc: calc( #{ $kendo-timeline-track-arrow-width } - 2
|
|
|
65
65
|
$kendo-timeline-track-bg: if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 )) !default;
|
|
66
66
|
/// The border color of the Timeline track.
|
|
67
67
|
/// @group timeline
|
|
68
|
-
$kendo-timeline-track-border-color: if($kendo-enable-color-system,
|
|
68
|
+
$kendo-timeline-track-border-color: if($kendo-enable-color-system, color-mix(in srgb, k-color( border ) 16%, transparent), k-get-theme-color-var( neutral-30 )) !default;
|
|
69
69
|
|
|
70
70
|
/// The block end inset of the Timeline arrow.
|
|
71
71
|
/// @group timeline
|
|
@@ -138,7 +138,7 @@ $kendo-timeline-card-header-bg: var( --kendo-component-bg, initial ) !default;
|
|
|
138
138
|
$kendo-timeline-card-header-text: if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 )) !default;
|
|
139
139
|
/// The border of the Timeline's Card body scroll.
|
|
140
140
|
/// @group timeline
|
|
141
|
-
$kendo-timeline-card-body-scroll-border: if($kendo-enable-color-system,
|
|
141
|
+
$kendo-timeline-card-body-scroll-border: if($kendo-enable-color-system, color-mix(in srgb, k-color( border ) 16%, transparent), k-get-theme-color-var( neutral-30 )) !default;
|
|
142
142
|
/// The background color of the Timeline's Card body scroll.
|
|
143
143
|
/// @group timeline
|
|
144
144
|
$kendo-timeline-card-body-scroll-bg: var( --kendo-component-bg, initial ) !default;
|
|
@@ -57,7 +57,7 @@ $kendo-toolbar-border: var( --kendo-component-border, initial ) !default;
|
|
|
57
57
|
|
|
58
58
|
/// The color of the separator border of the Toolbar.
|
|
59
59
|
/// @group toolbar
|
|
60
|
-
$kendo-toolbar-separator-border: if($kendo-enable-color-system,
|
|
60
|
+
$kendo-toolbar-separator-border: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 28%, transparent), k-get-theme-color-var( neutral-60 )) !default;
|
|
61
61
|
|
|
62
62
|
/// The width of the input in the Toolbar.
|
|
63
63
|
/// @group toolbar
|
|
@@ -41,7 +41,7 @@ $kendo-upload-dropzone-text: if($kendo-enable-color-system, k-color( subtle ), k
|
|
|
41
41
|
$kendo-upload-dropzone-bg: if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 )) !default;
|
|
42
42
|
/// The border color of the Upload dropzone.
|
|
43
43
|
/// @group upload
|
|
44
|
-
$kendo-upload-dropzone-border: if($kendo-enable-color-system,
|
|
44
|
+
$kendo-upload-dropzone-border: if($kendo-enable-color-system, color-mix(in srgb, k-color( border ) 16%, transparent), k-get-theme-color-var( neutral-30 )) !default;
|
|
45
45
|
/// The background color of the hovered Upload dropzone.
|
|
46
46
|
/// @group upload
|
|
47
47
|
$kendo-upload-dropzone-hover-bg: var( --kendo-hover-bg, inherit ) !default;
|