@progress/kendo-theme-fluent 7.1.0-dev.7 → 7.1.0-dev.9

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.
Files changed (95) hide show
  1. package/dist/all.css +119 -115
  2. package/dist/meta/sassdoc-data.json +1252 -1196
  3. package/dist/meta/sassdoc-raw-data.json +623 -598
  4. package/lib/swatches/all.json +1 -1
  5. package/lib/swatches/fluent-main.json +1 -1
  6. package/package.json +4 -4
  7. package/scss/action-sheet/_variables.scss +1 -1
  8. package/scss/adaptive/_variables.scss +5 -5
  9. package/scss/appbar/_variables.scss +8 -8
  10. package/scss/avatar/_variables.scss +11 -11
  11. package/scss/badge/_variables.scss +11 -11
  12. package/scss/bottom-navigation/_variables.scss +35 -35
  13. package/scss/breadcrumb/_variables.scss +5 -5
  14. package/scss/button/_variables.scss +172 -172
  15. package/scss/calendar/_variables.scss +12 -12
  16. package/scss/card/_layout.scss +4 -0
  17. package/scss/card/_variables.scss +2 -2
  18. package/scss/chat/_variables.scss +8 -8
  19. package/scss/checkbox/_variables.scss +19 -19
  20. package/scss/chip/_variables.scss +44 -44
  21. package/scss/color-preview/_variables.scss +4 -4
  22. package/scss/coloreditor/_variables.scss +1 -1
  23. package/scss/colorgradient/_variables.scss +9 -9
  24. package/scss/colorpalette/_variables.scss +4 -4
  25. package/scss/core/_index.scss +40 -6
  26. package/scss/core/color-system/_index.scss +2 -0
  27. package/scss/core/color-system/_palettes.scss +293 -15
  28. package/scss/core/color-system/_swatch-legacy.scss +100 -0
  29. package/scss/core/color-system/_swatch.scss +261 -0
  30. package/scss/dataviz/_layout.scss +6 -6
  31. package/scss/dataviz/_variables.scss +41 -41
  32. package/scss/dialog/_variables.scss +5 -5
  33. package/scss/dock-manager/_variables.scss +7 -7
  34. package/scss/draggable/_variables.scss +1 -1
  35. package/scss/drawer/_variables.scss +10 -10
  36. package/scss/dropzone/_variables.scss +5 -5
  37. package/scss/editor/_variables.scss +6 -6
  38. package/scss/expansion-panel/_variables.scss +7 -7
  39. package/scss/fab/_variables.scss +6 -6
  40. package/scss/filemanager/_layout.scss +5 -0
  41. package/scss/filter/_variables.scss +3 -3
  42. package/scss/forms/_variables.scss +2 -2
  43. package/scss/gantt/_layout.scss +3 -3
  44. package/scss/gantt/_variables.scss +32 -32
  45. package/scss/grid/_layout.scss +10 -0
  46. package/scss/grid/_theme.scss +82 -32
  47. package/scss/grid/_variables.scss +11 -11
  48. package/scss/imageeditor/_variables.scss +3 -4
  49. package/scss/index.scss +0 -1
  50. package/scss/input/_layout.scss +0 -2
  51. package/scss/input/_theme.scss +11 -6
  52. package/scss/input/_variables.scss +62 -56
  53. package/scss/list/_variables.scss +19 -19
  54. package/scss/listbox/_variables.scss +1 -1
  55. package/scss/listview/_variables.scss +1 -1
  56. package/scss/loader/_variables.scss +7 -7
  57. package/scss/map/_variables.scss +6 -6
  58. package/scss/mediaplayer/_variables.scss +3 -3
  59. package/scss/menu/_variables.scss +2 -2
  60. package/scss/notification/_variables.scss +6 -6
  61. package/scss/orgchart/_variables.scss +4 -4
  62. package/scss/pager/_variables.scss +4 -4
  63. package/scss/panelbar/_variables.scss +5 -5
  64. package/scss/pdf-viewer/_variables.scss +2 -2
  65. package/scss/pivotgrid/_variables.scss +3 -3
  66. package/scss/progressbar/_variables.scss +10 -10
  67. package/scss/radio/_variables.scss +10 -10
  68. package/scss/rating/_variables.scss +4 -4
  69. package/scss/scheduler/_theme.scss +1 -1
  70. package/scss/scheduler/_variables.scss +11 -11
  71. package/scss/scrollview/_variables.scss +8 -8
  72. package/scss/searchbox/_variables.scss +1 -1
  73. package/scss/signature/_variables.scss +2 -2
  74. package/scss/skeleton/_variables.scss +2 -2
  75. package/scss/slider/_variables.scss +11 -11
  76. package/scss/split-button/_variables.scss +1 -1
  77. package/scss/splitter/_variables.scss +3 -3
  78. package/scss/spreadsheet/_variables.scss +23 -23
  79. package/scss/stepper/_layout.scss +17 -2
  80. package/scss/stepper/_theme.scss +51 -15
  81. package/scss/stepper/_variables.scss +9 -9
  82. package/scss/switch/_variables.scss +24 -24
  83. package/scss/table/_theme.scss +18 -7
  84. package/scss/table/_variables.scss +3 -3
  85. package/scss/tabstrip/_variables.scss +4 -4
  86. package/scss/taskboard/_variables.scss +4 -4
  87. package/scss/tilelayout/_variables.scss +1 -1
  88. package/scss/timeline/_variables.scss +6 -6
  89. package/scss/timeselector/_theme.scss +1 -1
  90. package/scss/toolbar/_variables.scss +3 -3
  91. package/scss/tooltip/_variables.scss +9 -9
  92. package/scss/treeview/_variables.scss +1 -1
  93. package/scss/upload/_variables.scss +8 -8
  94. package/scss/window/_variables.scss +8 -8
  95. package/scss/wizard/_variables.scss +1 -1
@@ -236,7 +236,7 @@ $kendo-grid-header-text: $kendo-table-header-text !default;
236
236
  $kendo-grid-header-border: $kendo-table-header-border !default;
237
237
  /// Background color of grid header icons.
238
238
  /// @group grid
239
- $kendo-grid-header-icon-text: k-get-theme-color-var( neutral-130 ) !default;
239
+ $kendo-grid-header-icon-text: if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 )) !default;
240
240
 
241
241
  // Background color of grid footer.
242
242
  /// @group grid
@@ -336,13 +336,13 @@ $kendo-grid-sort-index-spacing-x: map.get( $kendo-spacing, 0.5 ) !default;
336
336
  $kendo-grid-sort-icon-spacing: var( --kendo-icon-lg-spacing, .5rem ) !default;
337
337
  /// Text color of the grid sort indicator.
338
338
  /// @group grid
339
- $kendo-grid-sort-indicator-text: k-get-theme-color-var( neutral-130 ) !default;
339
+ $kendo-grid-sort-indicator-text: if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 )) !default;
340
340
  /// Text color of the grid sort order indicator.
341
341
  /// @group grid
342
- $kendo-grid-sort-indicator-order-text: k-get-theme-color-var( primary-100 ) !default;
342
+ $kendo-grid-sort-indicator-order-text: if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 )) !default;
343
343
  /// Background color of the sorted grid cells.
344
344
  /// @group grid
345
- $kendo-grid-sorted-bg: k-get-theme-color-var( neutral-10 ) !default;
345
+ $kendo-grid-sorted-bg: if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 )) !default;
346
346
 
347
347
  /// Horizontal padding of the grid command cells.
348
348
  /// @group grid
@@ -374,10 +374,10 @@ $kendo-grid-group-indicator-text: var( --kendo-component-text, initial ) !defaul
374
374
  $kendo-grid-group-indicator-bg: var( --kendo-component-bg, initial ) !default;
375
375
  /// Border color of the grid group indicator.
376
376
  /// @group grid
377
- $kendo-grid-group-indicator-border: k-get-theme-color-var( neutral-110 ) !default;
377
+ $kendo-grid-group-indicator-border: if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 )) !default;
378
378
  /// Text color of the grid group indicator icon.
379
379
  /// @group grid
380
- $kendo-grid-group-indicator-icon-text: k-get-theme-color-var( neutral-130 ) !default;
380
+ $kendo-grid-group-indicator-icon-text: if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 )) !default;
381
381
 
382
382
  /// Horizontal border width of the grid group footer.
383
383
  /// @group grid
@@ -388,7 +388,7 @@ $kendo-grid-group-footer-border-width-x: 0px !default;
388
388
 
389
389
  /// Text color of the grid group drop clue.
390
390
  /// @group grid
391
- $kendo-grid-group-drop-hint-bg: k-get-theme-color-var( primary-100 ) !default;
391
+ $kendo-grid-group-drop-hint-bg: if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 )) !default;
392
392
 
393
393
  /// Border width of the grid sticky cell.
394
394
  /// @group grid
@@ -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: k-get-theme-color-var( neutral-90 ) !default;
404
+ $kendo-grid-sticky-border: if($kendo-enable-color-system, rgba( k-color( border, true ), .8 ), 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;
@@ -434,7 +434,7 @@ $kendo-grid-sticky-selected-bg: $kendo-grid-selected-bg !default;
434
434
  $kendo-grid-sticky-selected-alt-bg: $kendo-grid-sticky-selected-bg !default;
435
435
  /// Selected hover background color of the grid sticky cells.
436
436
  /// @group grid
437
- $kendo-grid-sticky-selected-hover-bg: $kendo-grid-selected-hover-bg !default;
437
+ $kendo-grid-sticky-selected-hover-bg: if($kendo-enable-color-system, $kendo-grid-sticky-selected-bg, $kendo-grid-selected-hover-bg) !default;
438
438
 
439
439
  /// Horizontal padding of the grid filter menu container.
440
440
  /// @group grid
@@ -574,10 +574,10 @@ $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: k-get-theme-color-var( neutral-90 ) !default;
577
+ $kendo-grid-row-resizer-hover-bg: if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .46 ), k-get-theme-color-var( neutral-90 )) !default;
578
578
  /// Active background color of the grid row indicator
579
579
  /// @group grid
580
- $kendo-grid-row-resizer-active-bg: k-get-theme-color-var( primary-100 ) !default;
580
+ $kendo-grid-row-resizer-active-bg: if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 )) !default;
581
581
  /// Height of the grid row resize indicator
582
582
  /// @group grid
583
583
  $kendo-grid-row-resizer-height: map.get( $kendo-spacing, 0.5 ) !default;
@@ -10,8 +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: k-get-theme-color-var( neutral-30 ) !default;
14
-
13
+ $kendo-image-editor-border: if($kendo-enable-color-system, rgba( k-color( border, true ), .16 ), k-get-theme-color-var( neutral-30 )) !default;
15
14
  /// Vertical margin of the imageeditor.
16
15
  /// @group imageeditor
17
16
  $kendo-image-editor-margin-y: 0 !default;
@@ -40,7 +39,7 @@ $kendo-image-editor-font-family: var( --kendo-font-family, inherit ) !default;
40
39
 
41
40
  /// Imageeditor content background color.
42
41
  /// @group imageeditor
43
- $kendo-image-editor-content-bg: k-get-theme-color-var( neutral-50 ) !default;
42
+ $kendo-image-editor-content-bg: if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .23 ), k-get-theme-color-var( neutral-50 )) !default;
44
43
  /// Imageeditor content text color.
45
44
  /// @group imageeditor
46
45
  $kendo-image-editor-content-text: inherit !default;
@@ -78,7 +77,7 @@ $kendo-image-editor-crop-bg: inherit !default;
78
77
  $kendo-image-editor-crop-text: inherit !default;
79
78
  /// Crop border color of the imageeditor.
80
79
  /// @group imageeditor
81
- $kendo-image-editor-crop-border: $kendo-color-white !default;
80
+ $kendo-image-editor-crop-border: if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white) !default;
82
81
  /// Crop overlay background color of the imageeditor.
83
82
  /// @group imageeditor
84
83
  $kendo-image-editor-crop-overlay-bg: rgba( $kendo-color-black, .3 ) !default;
package/scss/index.scss CHANGED
@@ -163,7 +163,6 @@
163
163
  // Use component modules
164
164
  @use "./core" as *;
165
165
 
166
-
167
166
  // Typography and utils
168
167
  @use "./typography" as *;
169
168
  @use "./utils" as *;
@@ -446,9 +446,7 @@
446
446
 
447
447
  &.k-valid,
448
448
  &.k-invalid,
449
- &.ng-valid.ng-touched,
450
449
  &.ng-invalid.ng-touched,
451
- &.ng-valid.ng-dirty
452
450
  &.ng-invalid.ng-dirty {
453
451
 
454
452
  &:focus,
@@ -1,4 +1,5 @@
1
1
  @use "sass:map";
2
+ @use "../core/" as *;
2
3
  @use "./_variables.scss" as *;
3
4
 
4
5
  @mixin kendo-input--theme() {
@@ -54,6 +55,14 @@
54
55
  .k-input-suffix {
55
56
  color: var( --kendo-input-prefix-disabled-text, #{$kendo-input-prefix-disabled-text} );
56
57
  }
58
+
59
+ @if($kendo-enable-color-system) {
60
+ .k-input-button {
61
+ color: inherit;
62
+ background: none;
63
+ border-color: transparent;
64
+ }
65
+ }
57
66
  }
58
67
 
59
68
  // Invalid
@@ -83,9 +92,7 @@
83
92
  }
84
93
 
85
94
  // Valid
86
- &.k-valid,
87
- &.ng-valid.ng-touched,
88
- &.ng-valid.ng-dirty {
95
+ &.k-valid {
89
96
  --INTERNAL--kendo-input-border: var( --kendo-input-valid-border, #{$kendo-input-valid-border} );
90
97
 
91
98
  &::after {
@@ -194,9 +201,7 @@
194
201
  }
195
202
 
196
203
  // Valid
197
- &.k-valid,
198
- &.ng-valid.ng-touched,
199
- &.ng-valid.ng-dirty {
204
+ &.k-valid {
200
205
  --INTERNAL--kendo-picker-border: var( --kendo-input-valid-border, #{$kendo-input-valid-border} );
201
206
 
202
207
  &::after {
@@ -91,19 +91,19 @@ $kendo-input-spinner-icon-offset: null !default;
91
91
 
92
92
  /// The text color of the solid Input components.
93
93
  /// @group input
94
- $kendo-input-solid-text: k-get-theme-color-var( neutral-160 ) !default;
94
+ $kendo-input-solid-text: if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 )) !default;
95
95
 
96
96
  /// The background color of the solid Input components.
97
97
  /// @group input
98
- $kendo-input-solid-bg: $kendo-color-white !default;
98
+ $kendo-input-solid-bg: if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white) !default;
99
99
 
100
100
  /// The border color of the solid Input components.
101
101
  /// @group input
102
- $kendo-input-solid-border: k-get-theme-color-var( neutral-130 ) !default;
102
+ $kendo-input-solid-border: if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-130 )) !default;
103
103
 
104
104
  /// The text color of the hovered solid Input components.
105
105
  /// @group input
106
- $kendo-input-solid-hover-text: k-get-theme-color-var( neutral-190 ) !default;
106
+ $kendo-input-solid-hover-text: if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 )) !default;
107
107
 
108
108
  /// The background color of the hovered solid Input components.
109
109
  /// @group input
@@ -111,7 +111,7 @@ $kendo-input-solid-hover-bg: $kendo-input-solid-bg !default;
111
111
 
112
112
  /// The border color of the hovered solid Input components.
113
113
  /// @group input
114
- $kendo-input-solid-hover-border: k-get-theme-color-var( neutral-160 ) !default;
114
+ $kendo-input-solid-hover-border: if($kendo-enable-color-system, k-color( border-alt ), k-get-theme-color-var( neutral-160 )) !default;
115
115
 
116
116
  /// The text color of the focused solid Input components.
117
117
  /// @group input
@@ -123,7 +123,7 @@ $kendo-input-solid-focus-bg: $kendo-input-solid-bg !default;
123
123
 
124
124
  /// The border color of the focused solid Input components.
125
125
  /// @group input
126
- $kendo-input-solid-focus-border: k-get-theme-color-var( primary-100 ) !default;
126
+ $kendo-input-solid-focus-border: if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 )) !default;
127
127
 
128
128
  /// The text color of the hovered and focused solid Input components.
129
129
  /// @group input
@@ -151,39 +151,39 @@ $kendo-input-solid-disabled-border: $kendo-disabled-border !default;
151
151
 
152
152
  /// The text color of the outline Input components.
153
153
  /// @group input
154
- $kendo-input-outline-text: k-get-theme-color-var( neutral-160 ) !default;
154
+ $kendo-input-outline-text: if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 )) !default;
155
155
 
156
156
  /// The background color of the outline Input components.
157
157
  /// @group input
158
- $kendo-input-outline-bg: $kendo-color-white !default;
158
+ $kendo-input-outline-bg: if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white) !default;
159
159
 
160
160
  /// The border color of the outline Input components.
161
161
  /// @group input
162
- $kendo-input-outline-border: k-get-theme-color-var( neutral-130 ) !default;
162
+ $kendo-input-outline-border: if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-130 )) !default;
163
163
 
164
164
  /// The text color of the hovered outline Input components.
165
165
  /// @group input
166
- $kendo-input-outline-hover-text: k-get-theme-color-var( neutral-190 ) !default;
166
+ $kendo-input-outline-hover-text: if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 )) !default;
167
167
 
168
168
  /// The background color of the hovered outline Input components.
169
169
  /// @group input
170
- $kendo-input-outline-hover-bg: $kendo-color-white !default;
170
+ $kendo-input-outline-hover-bg: if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white) !default;
171
171
 
172
172
  /// The border color of the hovered outline Input components.
173
173
  /// @group input
174
- $kendo-input-outline-hover-border: k-get-theme-color-var( neutral-160 ) !default;
174
+ $kendo-input-outline-hover-border: if($kendo-enable-color-system, k-color( border-alt ), k-get-theme-color-var( neutral-160 )) !default;
175
175
 
176
176
  /// The text color of the focused outline Input components.
177
177
  /// @group input
178
- $kendo-input-outline-focus-text: k-get-theme-color-var( neutral-160 ) !default;
178
+ $kendo-input-outline-focus-text: if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 )) !default;
179
179
 
180
180
  /// The background color of the focused outline Input components.
181
181
  /// @group input
182
- $kendo-input-outline-focus-bg: $kendo-color-white !default;
182
+ $kendo-input-outline-focus-bg: if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white) !default;
183
183
 
184
184
  /// The border color of the focused outline Input components.
185
185
  /// @group input
186
- $kendo-input-outline-focus-border: k-get-theme-color-var( primary-100 ) !default;
186
+ $kendo-input-outline-focus-border: if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 )) !default;
187
187
 
188
188
  /// The text color of the hovered and focused outline Input components.
189
189
  /// @group input
@@ -211,39 +211,39 @@ $kendo-input-outline-disabled-border: $kendo-disabled-text !default;
211
211
 
212
212
  /// The text color of the flat Input components.
213
213
  /// @group input
214
- $kendo-input-flat-text: k-get-theme-color-var( neutral-160 ) !default;
214
+ $kendo-input-flat-text: if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 )) !default;
215
215
 
216
216
  /// The background color of the flat Input components.
217
217
  /// @group input
218
- $kendo-input-flat-bg: $kendo-color-white !default;
218
+ $kendo-input-flat-bg: if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white) !default;
219
219
 
220
220
  /// The border color of the flat Input components.
221
221
  /// @group input
222
- $kendo-input-flat-border: k-get-theme-color-var( neutral-130 ) !default;
222
+ $kendo-input-flat-border: if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-130 )) !default;
223
223
 
224
224
  /// The text color of the hovered flat Input components.
225
225
  /// @group input
226
- $kendo-input-flat-hover-text: k-get-theme-color-var( neutral-190 ) !default;
226
+ $kendo-input-flat-hover-text: if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 )) !default;
227
227
 
228
228
  /// The background color of the hovered flat Input components.
229
229
  /// @group input
230
- $kendo-input-flat-hover-bg: $kendo-color-white !default;
230
+ $kendo-input-flat-hover-bg: if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white) !default;
231
231
 
232
232
  /// The border color of the hovered flat Input components.
233
233
  /// @group input
234
- $kendo-input-flat-hover-border: k-get-theme-color-var( neutral-160 ) !default;
234
+ $kendo-input-flat-hover-border: if($kendo-enable-color-system, k-color( border-alt ), k-get-theme-color-var( neutral-160 )) !default;
235
235
 
236
236
  /// The text color of the focused flat Input components.
237
237
  /// @group input
238
- $kendo-input-flat-focus-text: k-get-theme-color-var( neutral-160 ) !default;
238
+ $kendo-input-flat-focus-text: if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 )) !default;
239
239
 
240
240
  /// The background color of the focused flat Input components.
241
241
  /// @group input
242
- $kendo-input-flat-focus-bg: $kendo-color-white !default;
242
+ $kendo-input-flat-focus-bg: if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white) !default;
243
243
 
244
244
  /// The border color of the focused flat Input components.
245
245
  /// @group input
246
- $kendo-input-flat-focus-border: k-get-theme-color-var( primary-100 ) !default;
246
+ $kendo-input-flat-focus-border: if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 )) !default;
247
247
 
248
248
  /// The text color of the hovered and focused flat Input components.
249
249
  /// @group input
@@ -271,39 +271,39 @@ $kendo-input-flat-disabled-border: $kendo-disabled-text !default;
271
271
 
272
272
  /// The text color of the solid Picker components.
273
273
  /// @group input
274
- $kendo-picker-solid-text: k-get-theme-color-var( neutral-160 ) !default;
274
+ $kendo-picker-solid-text: if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 )) !default;
275
275
 
276
276
  /// The background color of the solid Picker components.
277
277
  /// @group input
278
- $kendo-picker-solid-bg: $kendo-color-white !default;
278
+ $kendo-picker-solid-bg: if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white) !default;
279
279
 
280
280
  /// The border color of the solid Picker components.
281
281
  /// @group input
282
- $kendo-picker-solid-border: k-get-theme-color-var( neutral-130 )!default;
282
+ $kendo-picker-solid-border: if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-130 ))!default;
283
283
 
284
284
  /// The text color of the hovered solid Picker components.
285
285
  /// @group input
286
- $kendo-picker-solid-hover-text: k-get-theme-color-var( neutral-190 ) !default;
286
+ $kendo-picker-solid-hover-text: if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 )) !default;
287
287
 
288
288
  /// The background color of hovered the solid Picker components.
289
289
  /// @group input
290
- $kendo-picker-solid-hover-bg: $kendo-color-white !default;
290
+ $kendo-picker-solid-hover-bg: if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white) !default;
291
291
 
292
292
  /// The border color of the hovered solid Picker components.
293
293
  /// @group input
294
- $kendo-picker-solid-hover-border: k-get-theme-color-var( neutral-160 ) !default;
294
+ $kendo-picker-solid-hover-border: if($kendo-enable-color-system, k-color( border-alt ), k-get-theme-color-var( neutral-160 )) !default;
295
295
 
296
296
  /// The text color of the focused solid Picker components.
297
297
  /// @group input
298
- $kendo-picker-solid-focus-text: k-get-theme-color-var( neutral-160 ) !default;
298
+ $kendo-picker-solid-focus-text: if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 )) !default;
299
299
 
300
300
  /// The background color of the focused solid Picker components.
301
301
  /// @group input
302
- $kendo-picker-solid-focus-bg: $kendo-color-white !default;
302
+ $kendo-picker-solid-focus-bg: if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white) !default;
303
303
 
304
304
  /// The border color of the focused solid Picker components.
305
305
  /// @group input
306
- $kendo-picker-solid-focus-border: k-get-theme-color-var( primary-100 ) !default;
306
+ $kendo-picker-solid-focus-border: if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 )) !default;
307
307
 
308
308
  /// The text color of the hovered and focused solid Picker components.
309
309
  /// @group input
@@ -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: k-get-theme-color-var( neutral-30 ) !default;
326
+ $kendo-picker-solid-disabled-bg: if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .09 ), 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
@@ -331,7 +331,7 @@ $kendo-picker-solid-disabled-border: $kendo-disabled-border !default;
331
331
 
332
332
  /// The text color of the outline Picker components.
333
333
  /// @group input
334
- $kendo-picker-outline-text: k-get-theme-color-var( neutral-160 ) !default;
334
+ $kendo-picker-outline-text: if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 )) !default;
335
335
 
336
336
  /// The background color of the outline Picker components.
337
337
  /// @group input
@@ -339,15 +339,15 @@ $kendo-picker-outline-bg: none !default;
339
339
 
340
340
  /// The border color of the outline Picker components.
341
341
  /// @group input
342
- $kendo-picker-outline-border: k-get-theme-color-var( neutral-160 ) !default;
342
+ $kendo-picker-outline-border: if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 )) !default;
343
343
 
344
344
  /// The text color of the hovered outline Picker components.
345
345
  /// @group input
346
- $kendo-picker-outline-hover-text: $kendo-color-white !default;
346
+ $kendo-picker-outline-hover-text: if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white) !default;
347
347
 
348
348
  /// The background color of the hovered outline Picker components.
349
349
  /// @group input
350
- $kendo-picker-outline-hover-bg: k-get-theme-color-var( neutral-190 ) !default;
350
+ $kendo-picker-outline-hover-bg: if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 )) !default;
351
351
 
352
352
  /// The border color of the hovered outline Picker components.
353
353
  /// @group input
@@ -355,27 +355,27 @@ $kendo-picker-outline-hover-border: $kendo-picker-outline-hover-bg!default;
355
355
 
356
356
  /// The text color of the focused outline Picker components.
357
357
  /// @group input
358
- $kendo-picker-outline-focus-text: k-get-theme-color-var( neutral-160 ) !default;
358
+ $kendo-picker-outline-focus-text: if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 )) !default;
359
359
 
360
360
  /// The background color of the focused outline Picker components.
361
361
  /// @group input
362
- $kendo-picker-outline-focus-bg: $kendo-color-white!default;
362
+ $kendo-picker-outline-focus-bg: if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white) !default;
363
363
 
364
364
  /// The border color of the focused outline Picker components.
365
365
  /// @group input
366
- $kendo-picker-outline-focus-border: k-get-theme-color-var( primary-100 ) !default;
366
+ $kendo-picker-outline-focus-border: if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 )) !default;
367
367
 
368
368
  /// The text color of the hovered and focused outline Picker components.
369
369
  /// @group input
370
- $kendo-picker-outline-hover-focus-text: $kendo-color-white !default;
370
+ $kendo-picker-outline-hover-focus-text: if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white) !default;
371
371
 
372
372
  /// The background color of the hovered and focused outline Picker components.
373
373
  /// @group input
374
- $kendo-picker-outline-hover-focus-bg: k-get-theme-color-var( neutral-190 ) !default;
374
+ $kendo-picker-outline-hover-focus-bg: if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 )) !default;
375
375
 
376
376
  /// The border color of the hovered and focused outline Picker components.
377
377
  /// @group input
378
- $kendo-picker-outline-hover-focus-border: k-get-theme-color-var( primary-100 ) !default;
378
+ $kendo-picker-outline-hover-focus-border: if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 )) !default;
379
379
 
380
380
  /// The text color of the disabled outline Picker components.
381
381
  /// @group input
@@ -391,7 +391,7 @@ $kendo-picker-outline-disabled-border: $kendo-picker-outline-disabled-text!defau
391
391
 
392
392
  /// The text color of the flat Picker components.
393
393
  /// @group input
394
- $kendo-picker-flat-text: k-get-theme-color-var( neutral-160 ) !default;
394
+ $kendo-picker-flat-text: if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 )) !default;
395
395
 
396
396
  /// The background color of the flat Picker components.
397
397
  /// @group input
@@ -399,31 +399,31 @@ $kendo-picker-flat-bg: none !default;
399
399
 
400
400
  /// The border color of the flat Picker components.
401
401
  /// @group input
402
- $kendo-picker-flat-border: k-get-theme-color-var( neutral-130 ) !default;
402
+ $kendo-picker-flat-border: if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-130 )) !default;
403
403
 
404
404
  /// The text color of the hovered flat Picker components.
405
405
  /// @group input
406
- $kendo-picker-flat-hover-text: k-get-theme-color-var( neutral-190 ) !default;
406
+ $kendo-picker-flat-hover-text: if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 )) !default;
407
407
 
408
408
  /// The background color of the hovered flat Picker components.
409
409
  /// @group input
410
- $kendo-picker-flat-hover-bg: k-get-theme-color-var( neutral-20 ) !default;
410
+ $kendo-picker-flat-hover-bg: if($kendo-enable-color-system, k-color( base-hover ), k-get-theme-color-var( neutral-20 )) !default;
411
411
 
412
412
  /// The border color of the hovered flat Picker components.
413
413
  /// @group input
414
- $kendo-picker-flat-hover-border: k-get-theme-color-var( neutral-160 ) !default;
414
+ $kendo-picker-flat-hover-border: if($kendo-enable-color-system, k-color( border-alt ), k-get-theme-color-var( neutral-160 )) !default;
415
415
 
416
416
  /// The text color of the focused flat Picker components.
417
417
  /// @group input
418
- $kendo-picker-flat-focus-text: k-get-theme-color-var( neutral-160 ) !default;
418
+ $kendo-picker-flat-focus-text: if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 )) !default;
419
419
 
420
420
  /// The background color of the focused flat Picker components.
421
421
  /// @group input
422
- $kendo-picker-flat-focus-bg: $kendo-color-white !default;
422
+ $kendo-picker-flat-focus-bg: if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white) !default;
423
423
 
424
424
  /// The border color of the focused flat Picker components.
425
425
  /// @group input
426
- $kendo-picker-flat-focus-border: k-get-theme-color-var( primary-100 ) !default;
426
+ $kendo-picker-flat-focus-border: if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 )) !default;
427
427
 
428
428
  /// The text color of the hovered and focused flat Picker components.
429
429
  /// @group input
@@ -622,11 +622,11 @@ $kendo-input-theme-colors: (
622
622
 
623
623
  /// The background color of the Input prefix.
624
624
  /// @group input
625
- $kendo-input-prefix-bg: k-get-theme-color-var( neutral-20 ) !default;
625
+ $kendo-input-prefix-bg: if($kendo-enable-color-system, k-color( base-subtle ), k-get-theme-color-var( neutral-20 )) !default;
626
626
 
627
627
  /// The background color of the Input suffix.
628
628
  /// @group input
629
- $kendo-input-suffix-bg: k-get-theme-color-var( neutral-20 ) !default;
629
+ $kendo-input-suffix-bg: if($kendo-enable-color-system, k-color( base-subtle ), k-get-theme-color-var( neutral-20 )) !default;
630
630
 
631
631
  /// The color of the Input separator.
632
632
  /// @group input
@@ -653,6 +653,12 @@ $kendo-input-invalid-border: var( --kendo-invalid-border, #{$kendo-invalid-borde
653
653
  /// @group input
654
654
  $kendo-input-invalid-text: var( --kendo-invalid-text, #{$kendo-invalid-text} ) !default;
655
655
 
656
+ // REMOVE
657
+ $kendo-valid-bg: initial !default;
658
+ $kendo-valid-text: k-get-theme-color-var( success-190 ) !default;
659
+ $kendo-valid-border: k-get-theme-color-var( success-190 ) !default;
660
+ $kendo-valid-shadow: null !default;
661
+
656
662
  /// The border color of the valid Input components.
657
663
  /// @group input
658
664
  $kendo-input-valid-border: var( --kendo-valid-border, #{$kendo-valid-border} ) !default;
@@ -662,14 +668,14 @@ $kendo-input-valid-text: var( --kendo-valid-text, #{$kendo-valid-text} ) !defaul
662
668
 
663
669
  /// The text color of the Input placeholder.
664
670
  /// @group input
665
- $kendo-input-placeholder-text: k-get-theme-color-var( neutral-130 ) !default;
671
+ $kendo-input-placeholder-text: if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 )) !default;
666
672
  /// The opacity of the Input placeholder.
667
673
  /// @group input
668
674
  $kendo-input-placeholder-opacity: 1 !default;
669
675
 
670
676
  /// The color of the Input clear value icon.
671
677
  /// @group input
672
- $kendo-input-clear-value-text: k-get-theme-color-var( neutral-130 ) !default;
678
+ $kendo-input-clear-value-text: if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 )) !default;
673
679
  /// The opacity of the Input clear value icon.
674
680
  /// @group input
675
681
  $kendo-input-clear-value-opacity: .6 !default;
@@ -125,7 +125,7 @@ $kendo-list-group-item-font-weight: var( --kendo-font-weight-bold, normal ) !def
125
125
 
126
126
  /// The text color of the List item icon
127
127
  /// @group list
128
- $kendo-list-item-icon-text: k-get-theme-color-var( primary-100 ) !default;
128
+ $kendo-list-item-icon-text: if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 )) !default;
129
129
 
130
130
  /// The map with the sizes of the List.
131
131
  /// @group list
@@ -203,10 +203,10 @@ $kendo-list-border: var( --kendo-component-border, inherit ) !default;
203
203
 
204
204
  /// The background color of the List header.
205
205
  /// @group list
206
- $kendo-list-header-bg: $kendo-color-white !default;
206
+ $kendo-list-header-bg: if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white) !default;
207
207
  /// The text color of the List header.
208
208
  /// @group list
209
- $kendo-list-header-text: k-get-theme-color-var( primary-100 ) !default;
209
+ $kendo-list-header-text: if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 )) !default;
210
210
  /// The border color of the List header.
211
211
  /// @group list
212
212
  $kendo-list-header-border: inherit !default;
@@ -217,55 +217,55 @@ $kendo-list-header-shadow: $kendo-box-shadow-depth-3 !default;
217
217
 
218
218
  /// The background color of the List items.
219
219
  /// @group list
220
- $kendo-list-item-bg: $kendo-color-white !default;
220
+ $kendo-list-item-bg: if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white) !default;
221
221
  /// The text color of the List items.
222
222
  /// @group list
223
- $kendo-list-item-text: k-get-theme-color-var( neutral-160 ) !default;
223
+ $kendo-list-item-text: if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 )) !default;
224
224
 
225
225
  /// The background color of the hovered List items.
226
226
  /// @group list
227
- $kendo-list-item-hover-bg: k-get-theme-color-var( neutral-20 ) !default;
227
+ $kendo-list-item-hover-bg: if($kendo-enable-color-system, k-color( base-hover ), k-get-theme-color-var( neutral-20 )) !default;
228
228
  /// The text color of the hovered List items.
229
229
  /// @group list
230
- $kendo-list-item-hover-text: k-get-theme-color-var( neutral-190 ) !default;
230
+ $kendo-list-item-hover-text: if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 )) !default;
231
231
 
232
232
  /// The background color of the focused List items.
233
233
  /// @group list
234
- $kendo-list-item-focus-bg: $kendo-color-white !default;
234
+ $kendo-list-item-focus-bg: if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white) !default;
235
235
  /// The text color of the focused List items.
236
236
  /// @group list
237
- $kendo-list-item-focus-text: k-get-theme-color-var( neutral-160 ) !default;
237
+ $kendo-list-item-focus-text: if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 )) !default;
238
238
  /// The box shadow of the focused List items.
239
239
  /// @group list
240
- $kendo-list-item-focus-shadow: inset 0 0 0 1px k-get-theme-color-var( neutral-130 ) !default;
240
+ $kendo-list-item-focus-shadow: inset 0 0 0 1px if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130)) !default;
241
241
 
242
242
  /// The background color of the selected List items.
243
243
  /// @group list
244
- $kendo-list-item-selected-bg: k-get-theme-color-var( neutral-40 ) !default;
244
+ $kendo-list-item-selected-bg: if($kendo-enable-color-system, k-color( base-active ), k-get-theme-color-var( neutral-40 )) !default;
245
245
  /// The text color of the selected List items.
246
246
  /// @group list
247
- $kendo-list-item-selected-text: k-get-theme-color-var( neutral-190 ) !default;
247
+ $kendo-list-item-selected-text: if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 )) !default;
248
248
 
249
249
  /// The background color of the selected hovered List items.
250
250
  /// @group list
251
- $kendo-list-item-selected-hover-bg: k-get-theme-color-var( neutral-50 ) !default;
251
+ $kendo-list-item-selected-hover-bg: if($kendo-enable-color-system, k-color( base-active ), k-get-theme-color-var( neutral-50 )) !default;
252
252
  /// The text color of the selected hovered List items.
253
253
  /// @group list
254
- $kendo-list-item-selected-hover-text: k-get-theme-color-var( neutral-190 ) !default;
254
+ $kendo-list-item-selected-hover-text: if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 )) !default;
255
255
 
256
256
  /// The background color of the disabled List items.
257
257
  /// @group list
258
- $kendo-list-item-disabled-bg: $kendo-color-white !default;
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: k-get-theme-color-var( neutral-90 ) !default;
261
+ $kendo-list-item-disabled-text: if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .46 ), k-get-theme-color-var( neutral-90 )) !default;
262
262
 
263
263
  /// The background color of the List group items.
264
264
  /// @group list
265
- $kendo-list-group-item-bg: $kendo-color-white !default;
265
+ $kendo-list-group-item-bg: if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white) !default;
266
266
  /// The text color of the List group items.
267
267
  /// @group list
268
- $kendo-list-group-item-text: k-get-theme-color-var( primary-100 ) !default;
268
+ $kendo-list-group-item-text: if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 )) !default;
269
269
  /// The border color of the List group items.
270
270
  /// @group list
271
271
  $kendo-list-group-item-border: inherit !default;
@@ -275,7 +275,7 @@ $kendo-list-group-item-shadow: none !default;
275
275
 
276
276
  /// The text color of the 'No Data' text.
277
277
  /// @group list
278
- $kendo-list-no-data-text: k-get-theme-color-var( neutral-160 ) !default;
278
+ $kendo-list-no-data-text: if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 )) !default;
279
279
 
280
280
  /// The color of the 'Option Label' text.
281
281
  /// @group list
@@ -41,4 +41,4 @@ $kendo-listbox-border: var( --kendo-component-border, inherit ) !default;
41
41
  $kendo-listbox-drop-hint-width: 1px !default;
42
42
  /// The border color of the ListBox drop hint.
43
43
  /// @group listbox
44
- $kendo-listbox-drop-hint-border-color: k-get-theme-color-var( primary-100 ) !default;
44
+ $kendo-listbox-drop-hint-border-color: if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 )) !default;
@@ -79,7 +79,7 @@ $kendo-listview-footer-bg: initial !default;
79
79
  $kendo-listview-item-selected-text: initial !default;
80
80
  /// The background color of the selected ListView items.
81
81
  /// @group listview
82
- $kendo-listview-item-selected-bg: k-get-theme-color-var( neutral-20 ) !default;
82
+ $kendo-listview-item-selected-bg: if($kendo-enable-color-system, k-color( base-active ), k-get-theme-color-var( neutral-20 )) !default;
83
83
 
84
84
  /// The text color of the focused ListView items.
85
85
  /// @group listview