@progress/kendo-theme-fluent 7.1.0-dev.0 → 7.1.0-dev.10

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 (105) hide show
  1. package/dist/all.css +354 -108
  2. package/dist/meta/sassdoc-data.json +2612 -1200
  3. package/dist/meta/sassdoc-raw-data.json +1300 -600
  4. package/lib/swatches/all.json +1 -1
  5. package/lib/swatches/fluent-main.json +1 -1
  6. package/package.json +5 -5
  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/core/helpers/_indicators.scss +0 -2
  31. package/scss/core/module-system/_components.scss +1 -0
  32. package/scss/dataviz/_layout.scss +6 -6
  33. package/scss/dataviz/_variables.scss +41 -41
  34. package/scss/dialog/_variables.scss +5 -5
  35. package/scss/dock-manager/_variables.scss +7 -7
  36. package/scss/draggable/_variables.scss +1 -1
  37. package/scss/drawer/_layout.scss +1 -0
  38. package/scss/drawer/_variables.scss +10 -10
  39. package/scss/dropdowntree/_layout.scss +16 -0
  40. package/scss/dropzone/_variables.scss +5 -5
  41. package/scss/editor/_variables.scss +6 -6
  42. package/scss/expansion-panel/_variables.scss +7 -7
  43. package/scss/fab/_variables.scss +6 -6
  44. package/scss/filemanager/_layout.scss +5 -0
  45. package/scss/filter/_variables.scss +3 -3
  46. package/scss/forms/_variables.scss +2 -2
  47. package/scss/gantt/_layout.scss +11 -3
  48. package/scss/gantt/_variables.scss +32 -32
  49. package/scss/grid/_layout.scss +10 -0
  50. package/scss/grid/_theme.scss +82 -32
  51. package/scss/grid/_variables.scss +11 -11
  52. package/scss/imageeditor/_variables.scss +3 -4
  53. package/scss/index.scss +3 -1
  54. package/scss/input/_layout.scss +63 -6
  55. package/scss/input/_theme.scss +78 -0
  56. package/scss/input/_variables.scss +87 -56
  57. package/scss/list/_variables.scss +19 -19
  58. package/scss/listbox/_variables.scss +1 -1
  59. package/scss/listview/_variables.scss +1 -1
  60. package/scss/loader/_variables.scss +7 -7
  61. package/scss/map/_variables.scss +6 -6
  62. package/scss/mediaplayer/_variables.scss +3 -3
  63. package/scss/menu/_variables.scss +2 -2
  64. package/scss/notification/_layout.scss +4 -9
  65. package/scss/notification/_variables.scss +8 -8
  66. package/scss/orgchart/_variables.scss +4 -4
  67. package/scss/pager/_variables.scss +4 -4
  68. package/scss/panelbar/_variables.scss +5 -5
  69. package/scss/pdf-viewer/_variables.scss +2 -2
  70. package/scss/pivotgrid/_variables.scss +3 -3
  71. package/scss/progressbar/_variables.scss +10 -10
  72. package/scss/prompt/_layout.scss +68 -0
  73. package/scss/prompt/_theme.scss +39 -0
  74. package/scss/prompt/_variables.scss +67 -0
  75. package/scss/prompt/index.scss +23 -0
  76. package/scss/radio/_variables.scss +10 -10
  77. package/scss/rating/_variables.scss +4 -4
  78. package/scss/scheduler/_theme.scss +1 -1
  79. package/scss/scheduler/_variables.scss +11 -11
  80. package/scss/scrollview/_variables.scss +8 -8
  81. package/scss/searchbox/_variables.scss +1 -1
  82. package/scss/signature/_variables.scss +2 -2
  83. package/scss/skeleton/_variables.scss +2 -2
  84. package/scss/slider/_variables.scss +11 -11
  85. package/scss/split-button/_variables.scss +1 -1
  86. package/scss/splitter/_variables.scss +3 -3
  87. package/scss/spreadsheet/_variables.scss +23 -23
  88. package/scss/stepper/_layout.scss +17 -2
  89. package/scss/stepper/_theme.scss +51 -15
  90. package/scss/stepper/_variables.scss +9 -9
  91. package/scss/switch/_variables.scss +24 -24
  92. package/scss/table/_theme.scss +18 -7
  93. package/scss/table/_variables.scss +3 -3
  94. package/scss/tabstrip/_variables.scss +4 -4
  95. package/scss/taskboard/_variables.scss +4 -4
  96. package/scss/tilelayout/_variables.scss +1 -1
  97. package/scss/timeline/_layout.scss +0 -4
  98. package/scss/timeline/_variables.scss +6 -6
  99. package/scss/timeselector/_theme.scss +1 -1
  100. package/scss/toolbar/_variables.scss +3 -3
  101. package/scss/tooltip/_variables.scss +9 -9
  102. package/scss/treeview/_variables.scss +1 -1
  103. package/scss/upload/_variables.scss +8 -8
  104. package/scss/window/_variables.scss +8 -8
  105. package/scss/wizard/_variables.scss +1 -1
@@ -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,29 @@ $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
+
631
+ /// The color of the Input separator.
632
+ /// @group input
633
+ $kendo-input-separator-text: k-get-theme-color-var( neutral-30 ) !default;
634
+
635
+ /// The text color of the Input prefix.
636
+ /// @group input
637
+ $kendo-input-prefix-text: k-get-theme-color-var( neutral-130 ) !default;
638
+ /// The text color of the Input suffix.
639
+ /// @group input
640
+ $kendo-input-suffix-text: k-get-theme-color-var( neutral-130 ) !default;
641
+
642
+ /// The text color of the disabled Input prefix.
643
+ /// @group input
644
+ $kendo-input-prefix-disabled-text: k-get-theme-color-var( neutral-60 ) !default;
645
+ /// The text color of the disabled Input suffix.
646
+ /// @group input
647
+ $kendo-input-suffix-disabled-text: k-get-theme-color-var( neutral-60 ) !default;
630
648
 
631
649
  /// The border color of the invalid Input components.
632
650
  /// @group input
@@ -635,16 +653,29 @@ $kendo-input-invalid-border: var( --kendo-invalid-border, #{$kendo-invalid-borde
635
653
  /// @group input
636
654
  $kendo-input-invalid-text: var( --kendo-invalid-text, #{$kendo-invalid-text} ) !default;
637
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
+
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
+
638
669
  /// The text color of the Input placeholder.
639
670
  /// @group input
640
- $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;
641
672
  /// The opacity of the Input placeholder.
642
673
  /// @group input
643
674
  $kendo-input-placeholder-opacity: 1 !default;
644
675
 
645
676
  /// The color of the Input clear value icon.
646
677
  /// @group input
647
- $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;
648
679
  /// The opacity of the Input clear value icon.
649
680
  /// @group input
650
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
@@ -94,7 +94,7 @@ $kendo-loader-container-panel-border-color: var( --kendo-component-border, initi
94
94
  $kendo-loader-container-panel-border-radius: var( --kendo-border-radius-md, #{$kendo-border-radius-md} ) !default;
95
95
  /// The background color of the container panel.
96
96
  /// @group loader
97
- $kendo-loader-container-panel-bg: $kendo-color-white !default;
97
+ $kendo-loader-container-panel-bg: if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white) !default;
98
98
 
99
99
  /// The horizontal padding of the small Loader container.
100
100
  /// @group loader
@@ -140,7 +140,7 @@ $kendo-loader-lg-container-font-size: var( --kendo-font-size-lg, inherit ) !defa
140
140
  /// @group loader
141
141
  $kendo-loader-brand-colors: (
142
142
  primary: primary,
143
- secondary: neutral,
143
+ secondary: if($kendo-enable-color-system, secondary, neutral),
144
144
  tertiary: tertiary,
145
145
  error: error,
146
146
  success: success,
@@ -150,15 +150,15 @@ $kendo-loader-brand-colors: (
150
150
 
151
151
  // Matrix with loader theme colors in the order: bg, color, border
152
152
  $_tc-loader-matrix: (
153
- (normal: (100, null, null)),
153
+ (normal: if($kendo-enable-color-system, (color, null, null), (100, null, null))),
154
154
  ) !default;
155
155
 
156
156
  $_tc-loader-dark-matrix: (
157
- (normal: (160, null, null)),
157
+ (normal: if($kendo-enable-color-system, (color, null, null), (160, null, null))),
158
158
  ) !default;
159
159
 
160
160
  $_tc-loader-light-matrix: (
161
- (normal: (50, null, null)),
161
+ (normal: if($kendo-enable-color-system, (color, null, null), (50, null, null))),
162
162
  ) !default;
163
163
 
164
164
  /// The theme colors map for the Loader variations.
@@ -177,13 +177,13 @@ $kendo-loader-theme-colors: () !default;
177
177
  @each $ui-states in $_tc-loader-dark-matrix {
178
178
  $kendo-loader-theme-colors: map.deep-merge(
179
179
  $kendo-loader-theme-colors,
180
- k-generate-theme-variation( dark, neutral, $ui-states )
180
+ k-generate-theme-variation( dark, if($kendo-enable-color-system, dark, neutral), $ui-states )
181
181
  );
182
182
  }
183
183
 
184
184
  @each $ui-states in $_tc-loader-light-matrix {
185
185
  $kendo-loader-theme-colors: map.deep-merge(
186
186
  $kendo-loader-theme-colors,
187
- k-generate-theme-variation( light, neutral, $ui-states )
187
+ k-generate-theme-variation( light, if($kendo-enable-color-system, light, neutral), $ui-states )
188
188
  );
189
189
  }
@@ -20,7 +20,7 @@ $kendo-map-bg: var( --kendo-component-bg, transparent ) !default;
20
20
  $kendo-map-text: var( --kendo-component-text, inherit ) !default;
21
21
  /// Border color of the map.
22
22
  /// @group map
23
- $kendo-map-border: k-get-theme-color-var( neutral-110 ) !default;
23
+ $kendo-map-border: if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 )) !default;
24
24
 
25
25
  /// Border width of the map.
26
26
  /// @group map
@@ -49,13 +49,13 @@ $kendo-map-navigator-height: $kendo-map-navigator-width !default;
49
49
  $kendo-map-navigator-border-width: 1px !default;
50
50
  /// Map navigator background color.
51
51
  /// @group map
52
- $kendo-map-navigator-bg: $kendo-color-white !default;
52
+ $kendo-map-navigator-bg: if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white) !default;
53
53
  /// Map navigator text color.
54
54
  /// @group map
55
- $kendo-map-navigator-text: k-get-theme-color-var( neutral-190 ) !default;
55
+ $kendo-map-navigator-text: if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 )) !default;
56
56
  /// Map navigator border color.
57
57
  /// @group map
58
- $kendo-map-navigator-border: k-get-theme-color-var( neutral-110 ) !default;
58
+ $kendo-map-navigator-border: if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 )) !default;
59
59
 
60
60
  /// Map zoom control margin.
61
61
  /// @group map
@@ -78,8 +78,8 @@ $kendo-map-attribution-padding-y: $kendo-padding-sm-y !default;
78
78
  $kendo-map-attribution-font-size: calc( #{$kendo-map-font-size} * .75 ) !default;
79
79
  /// Map attribution background color.
80
80
  /// @group map
81
- $kendo-map-attribution-bg: $kendo-color-white !default;
81
+ $kendo-map-attribution-bg: if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white) !default;
82
82
 
83
83
  /// Map marker fill color.
84
84
  /// @group map
85
- $kendo-map-marker-fill: k-get-theme-color-var( primary-100 ) !default;
85
+ $kendo-map-marker-fill: if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 )) !default;
@@ -26,11 +26,11 @@ $kendo-media-player-border: var( --kendo-component-border, inherit ) !default;
26
26
 
27
27
  /// Mediaplayer overlay background color.
28
28
  /// @group mediaplayer
29
- $kendo-media-player-overlay-bg: k-get-theme-color-var( neutral-130 ) !default;
29
+ $kendo-media-player-overlay-bg: if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 )) !default;
30
30
 
31
31
  /// Mediaplayer quality button border color.
32
32
  /// @group mediaplayer
33
- $kendo-media-player-quality-border: k-get-theme-color-var( neutral-110 ) !default;
33
+ $kendo-media-player-quality-border: if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 )) !default;
34
34
 
35
35
  /// Media player title font size.
36
36
  /// @group mediaplayer
@@ -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: rgba( $kendo-color-black, .4 ) !default;
46
+ $kendo-media-player-titlebar-bg: rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), $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;
@@ -219,7 +219,7 @@ $kendo-menu-popup-item-focus-text: $kendo-menu-item-text !default;
219
219
  $kendo-menu-popup-item-focus-bg: $kendo-menu-item-bg !default;
220
220
  /// The outline of focused menu items.
221
221
  /// @group menu
222
- $kendo-menu-popup-item-focus-outline: k-get-theme-color-var( neutral-130 ) !default;
222
+ $kendo-menu-popup-item-focus-outline: if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130)) !default;
223
223
 
224
224
  /// The text color of expanded menu item in popup.
225
225
  /// @group menu
@@ -251,4 +251,4 @@ $kendo-menu-scroll-button-hover-border: null !default;
251
251
 
252
252
  /// The color of menu items icon.
253
253
  /// @group menu
254
- $kendo-menu-icon-color: k-get-theme-color-var( primary-100 ) !default;
254
+ $kendo-menu-icon-color: if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 )) !default;
@@ -10,17 +10,12 @@
10
10
  flex-flow: column-reverse wrap;
11
11
  position: fixed;
12
12
  z-index: 1000;
13
+ gap: var( --kendo-notificaiton-group-gap, #{$kendo-notification-group-gap} ) 0;
13
14
  }
14
15
 
15
- .k-notification-container {
16
- margin-block: var( --kendo-notification-container-padding-y, #{$kendo-notification-container-padding-y} );
17
- margin-inline: 0;
18
- display: inline-flex;
19
- vertical-align: top;
20
-
21
- &-animating {
22
- overflow: hidden;
23
- }
16
+ // Needed due to the specifics in the implementation of animations in Angular
17
+ .k-notification-container-animating {
18
+ overflow: hidden;
24
19
  }
25
20
 
26
21
  .k-notification {