@progress/kendo-theme-classic 10.6.0 → 11.0.0-dev.0

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 (135) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/classic-green-dark.css +1 -1
  3. package/dist/classic-green-dark.scss +1 -1
  4. package/dist/classic-green.css +1 -1
  5. package/dist/classic-green.scss +1 -1
  6. package/dist/classic-lavender-dark.css +1 -1
  7. package/dist/classic-lavender-dark.scss +1 -1
  8. package/dist/classic-lavender.css +1 -1
  9. package/dist/classic-lavender.scss +1 -1
  10. package/dist/classic-main-dark.css +1 -1
  11. package/dist/classic-main-dark.scss +1 -1
  12. package/dist/classic-main.css +1 -1
  13. package/dist/classic-main.scss +1 -5
  14. package/dist/classic-metro-dark.css +1 -1
  15. package/dist/classic-metro-dark.scss +1 -1
  16. package/dist/classic-metro.css +1 -1
  17. package/dist/classic-metro.scss +1 -1
  18. package/dist/classic-moonlight.css +1 -1
  19. package/dist/classic-moonlight.scss +1 -1
  20. package/dist/classic-opal-dark.css +1 -1
  21. package/dist/classic-opal-dark.scss +1 -1
  22. package/dist/classic-opal.css +1 -1
  23. package/dist/classic-opal.scss +1 -1
  24. package/dist/classic-silver-dark.css +1 -1
  25. package/dist/classic-silver-dark.scss +1 -1
  26. package/dist/classic-silver.css +1 -1
  27. package/dist/classic-silver.scss +1 -1
  28. package/dist/classic-uniform.css +1 -1
  29. package/dist/classic-uniform.scss +5 -2
  30. package/dist/meta/sassdoc-data.json +1508 -4460
  31. package/dist/meta/sassdoc-raw-data.json +748 -2110
  32. package/dist/meta/variables.json +162 -329
  33. package/lib/swatches/classic-green-dark.json +1 -182
  34. package/lib/swatches/classic-green.json +1 -182
  35. package/lib/swatches/classic-lavender-dark.json +2 -203
  36. package/lib/swatches/classic-lavender.json +2 -183
  37. package/lib/swatches/classic-main-dark.json +1 -182
  38. package/lib/swatches/classic-main.json +2 -184
  39. package/lib/swatches/classic-metro-dark.json +1 -209
  40. package/lib/swatches/classic-metro.json +2 -203
  41. package/lib/swatches/classic-moonlight.json +1 -209
  42. package/lib/swatches/classic-opal-dark.json +1 -207
  43. package/lib/swatches/classic-opal.json +1 -182
  44. package/lib/swatches/classic-silver-dark.json +1 -182
  45. package/lib/swatches/classic-silver.json +1 -182
  46. package/lib/swatches/classic-uniform.json +1 -167
  47. package/package.json +4 -4
  48. package/scss/action-sheet/_variables.scss +8 -8
  49. package/scss/adaptive/_variables.scss +13 -13
  50. package/scss/appbar/_variables.scss +18 -5
  51. package/scss/avatar/_variables.scss +12 -1
  52. package/scss/badge/_variables.scss +15 -1
  53. package/scss/bottom-navigation/_variables.scss +17 -4
  54. package/scss/breadcrumb/_variables.scss +8 -8
  55. package/scss/button/_variables.scss +24 -15
  56. package/scss/calendar/_variables.scss +18 -18
  57. package/scss/captcha/_variables.scss +3 -3
  58. package/scss/card/_variables.scss +24 -9
  59. package/scss/chart-wizard/_variables.scss +4 -4
  60. package/scss/chat/_variables.scss +13 -13
  61. package/scss/checkbox/_variables.scss +7 -7
  62. package/scss/chip/_variables.scss +9 -9
  63. package/scss/color-preview/_variables.scss +3 -3
  64. package/scss/coloreditor/_variables.scss +3 -3
  65. package/scss/colorgradient/_variables.scss +4 -4
  66. package/scss/core/_index.scss +8 -5
  67. package/scss/core/color-system/_swatch.scss +0 -3
  68. package/scss/dataviz/_variables.scss +61 -47
  69. package/scss/dialog/_variables.scss +5 -5
  70. package/scss/dock-manager/_variables.scss +6 -6
  71. package/scss/draggable/_variables.scss +4 -4
  72. package/scss/drawer/_variables.scss +9 -9
  73. package/scss/dropzone/_variables.scss +6 -6
  74. package/scss/editor/_variables.scss +12 -4
  75. package/scss/expansion-panel/_variables.scss +6 -6
  76. package/scss/fab/_variables.scss +15 -4
  77. package/scss/filemanager/_variables.scss +5 -5
  78. package/scss/filter/_variables.scss +2 -2
  79. package/scss/forms/_variables.scss +3 -3
  80. package/scss/gantt/_variables.scss +24 -24
  81. package/scss/grid/_variables.scss +11 -11
  82. package/scss/imageeditor/_variables.scss +4 -4
  83. package/scss/index.scss +3 -0
  84. package/scss/input/_variables.scss +15 -15
  85. package/scss/list/_variables.scss +8 -8
  86. package/scss/listbox/_variables.scss +3 -3
  87. package/scss/listgroup/_variables.scss +3 -3
  88. package/scss/listview/_variables.scss +4 -4
  89. package/scss/loader/_variables.scss +17 -3
  90. package/scss/map/_variables.scss +5 -5
  91. package/scss/marquee/_index.scss +16 -0
  92. package/scss/marquee/_layout.scss +6 -0
  93. package/scss/marquee/_theme.scss +6 -0
  94. package/scss/marquee/_variables.scss +11 -0
  95. package/scss/mediaplayer/_variables.scss +4 -4
  96. package/scss/menu/_variables.scss +13 -13
  97. package/scss/messagebox/_variables.scss +15 -1
  98. package/scss/no-data/_variables.scss +1 -1
  99. package/scss/notification/_functions.scss +1 -1
  100. package/scss/notification/_variables.scss +15 -4
  101. package/scss/orgchart/_variables.scss +8 -8
  102. package/scss/overlay/_variables.scss +12 -1
  103. package/scss/pager/_variables.scss +3 -3
  104. package/scss/panel/_variables.scss +3 -3
  105. package/scss/panelbar/_variables.scss +18 -18
  106. package/scss/pdf-viewer/_variables.scss +13 -13
  107. package/scss/pivotgrid/_variables.scss +22 -22
  108. package/scss/popover/_variables.scss +3 -3
  109. package/scss/popup/_variables.scss +3 -3
  110. package/scss/progressbar/_variables.scss +8 -8
  111. package/scss/prompt/_variables.scss +12 -12
  112. package/scss/rating/_variables.scss +4 -4
  113. package/scss/scheduler/_variables.scss +17 -14
  114. package/scss/scrollview/_variables.scss +5 -5
  115. package/scss/signature/_variables.scss +1 -1
  116. package/scss/skeleton/_variables.scss +1 -1
  117. package/scss/slider/_variables.scss +10 -10
  118. package/scss/splitter/_variables.scss +8 -8
  119. package/scss/spreadsheet/_variables.scss +25 -25
  120. package/scss/stepper/_variables.scss +15 -15
  121. package/scss/switch/_variables.scss +16 -16
  122. package/scss/table/_variables.scss +10 -10
  123. package/scss/tabstrip/_variables.scss +17 -17
  124. package/scss/taskboard/_variables.scss +14 -14
  125. package/scss/tilelayout/_variables.scss +2 -2
  126. package/scss/timeline/_variables.scss +6 -6
  127. package/scss/timeselector/_variables.scss +12 -8
  128. package/scss/toolbar/_variables.scss +5 -5
  129. package/scss/tooltip/_functions.scss +1 -1
  130. package/scss/tooltip/_variables.scss +14 -3
  131. package/scss/treeview/_variables.scss +12 -12
  132. package/scss/typography/_variables.scss +3 -3
  133. package/scss/upload/_variables.scss +13 -13
  134. package/scss/window/_variables.scss +10 -10
  135. package/scss/core/color-system/_swatch-legacy.scss +0 -345
@@ -20,13 +20,13 @@ $kendo-gantt-line-height: var( --kendo-line-height-sm, normal ) !default;
20
20
 
21
21
  /// The background color of the Gantt.
22
22
  /// @group gantt
23
- $kendo-gantt-bg: $kendo-component-bg !default;
23
+ $kendo-gantt-bg: k-color(surface-alt) !default;
24
24
  /// The text color of the Gantt.
25
25
  /// @group gantt
26
- $kendo-gantt-text: $kendo-component-text !default;
26
+ $kendo-gantt-text: k-color(on-app-surface) !default;
27
27
  /// The border color of the Gantt.
28
28
  /// @group gantt
29
- $kendo-gantt-border: $kendo-component-border !default;
29
+ $kendo-gantt-border: k-color(border) !default;
30
30
 
31
31
  /// The background color of the Gantt TreeList.
32
32
  /// @group gantt
@@ -40,7 +40,7 @@ $kendo-gantt-treelist-border: null !default;
40
40
 
41
41
  /// The background color of the Gantt non-working days.
42
42
  /// @group gantt
43
- $kendo-gantt-nonwork-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 3%, transparent), rgba( k-contrast-color( $kendo-gantt-bg ), .025 )) !default;
43
+ $kendo-gantt-nonwork-bg: color-mix(in srgb, k-color(on-base) 3%, transparent) !default;
44
44
  /// The text color of the Gantt non-working days.
45
45
  /// @group gantt
46
46
  $kendo-gantt-nonwork-text: null !default;
@@ -53,10 +53,10 @@ $kendo-gantt-nonwork-border: null !default;
53
53
  $kendo-gantt-line-size: 2px !default;
54
54
  /// The background fill color of the Gantt connecting lines.
55
55
  /// @group gantt
56
- $kendo-gantt-line-fill: if($kendo-enable-color-system, k-color( on-base ), k-contrast-color( $kendo-gantt-bg )) !default;
56
+ $kendo-gantt-line-fill: k-color(on-base) !default;
57
57
  /// The background fill of the selected Gantt connecting lines.
58
58
  /// @group gantt
59
- $kendo-gantt-line-selected-fill: $kendo-color-primary !default;
59
+ $kendo-gantt-line-selected-fill: k-color(primary) !default;
60
60
 
61
61
  /// The size of the Gantt task dot.
62
62
  /// @group gantt
@@ -85,23 +85,23 @@ $kendo-gantt-milestone-bg: $kendo-gantt-text !default;
85
85
  $kendo-gantt-milestone-border: $kendo-gantt-border !default;
86
86
  /// The background color of the selected Gantt milestone.
87
87
  /// @group gantt
88
- $kendo-gantt-milestone-selected-bg: $kendo-selected-bg !default;
88
+ $kendo-gantt-milestone-selected-bg: k-color(primary) !default;
89
89
  /// The border color of the selected Gantt milestone.
90
90
  /// @group gantt
91
- $kendo-gantt-milestone-selected-border: $kendo-selected-border !default;
91
+ $kendo-gantt-milestone-selected-border: k-color(primary) !default;
92
92
 
93
93
  /// The background color of the Gantt summary.
94
94
  /// @group gantt
95
- $kendo-gantt-summary-bg: if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-gantt-text, 1 )) !default;
95
+ $kendo-gantt-summary-bg: k-color(subtle) !default;
96
96
  /// The background color of the Gantt summary progress.
97
97
  /// @group gantt
98
- $kendo-gantt-summary-progress-bg: if($kendo-enable-color-system, k-color( on-base ), k-try-shade( $kendo-gantt-text, 5 )) !default;
98
+ $kendo-gantt-summary-progress-bg: k-color(on-base) !default;
99
99
  /// The background color of the selected Gantt summary.
100
100
  /// @group gantt
101
- $kendo-gantt-summary-selected-bg: if($kendo-enable-color-system, k-color( primary-subtle-active ), k-try-tint( $kendo-selected-bg, 6 )) !default;
101
+ $kendo-gantt-summary-selected-bg: k-color(primary-subtle-active) !default;
102
102
  /// The background color of the selected Gantt summary progress.
103
103
  /// @group gantt
104
- $kendo-gantt-summary-progress-selected-bg: $kendo-selected-bg !default;
104
+ $kendo-gantt-summary-progress-selected-bg: k-color(primary) !default;
105
105
 
106
106
  /// The border width of the Gantt task.
107
107
  /// @group gantt
@@ -114,10 +114,10 @@ $kendo-gantt-task-padding-x: k-spacing(2) !default;
114
114
  $kendo-gantt-task-padding-y: k-spacing(1) !default;
115
115
  /// The background color of the Gantt task.
116
116
  /// @group gantt
117
- $kendo-gantt-task-bg: if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-gantt-text, 2 )) !default;
117
+ $kendo-gantt-task-bg: k-color(subtle) !default;
118
118
  /// The text color of the Gantt task.
119
119
  /// @group gantt
120
- $kendo-gantt-task-text: if($kendo-enable-color-system, k-color( base-subtle ), k-contrast-color( $kendo-gantt-text )) !default;
120
+ $kendo-gantt-task-text: k-color(base-subtle) !default;
121
121
  /// The border color of the Gantt task.
122
122
  /// @group gantt
123
123
  $kendo-gantt-task-border: null !default;
@@ -126,16 +126,16 @@ $kendo-gantt-task-border: null !default;
126
126
  $kendo-gantt-task-progress-bg: $kendo-gantt-text !default;
127
127
  /// The background color of selected the Gantt task.
128
128
  /// @group gantt
129
- $kendo-gantt-task-selected-bg: if($kendo-enable-color-system, k-color( primary-subtle-active ), k-try-tint( $kendo-selected-bg, 6 )) !default;
129
+ $kendo-gantt-task-selected-bg: k-color(primary-subtle-active) !default;
130
130
  /// The text color of the selected Gantt task.
131
131
  /// @group gantt
132
- $kendo-gantt-task-selected-text: $kendo-selected-text !default;
132
+ $kendo-gantt-task-selected-text: k-color(on-primary) !default;
133
133
  /// The border color of the selected Gantt task.
134
134
  /// @group gantt
135
135
  $kendo-gantt-task-selected-border: null !default;
136
136
  /// The background color of the selected Gantt task progress.
137
137
  /// @group gantt
138
- $kendo-gantt-task-progress-selected-bg: $kendo-selected-bg !default;
138
+ $kendo-gantt-task-progress-selected-bg: k-color(primary) !default;
139
139
 
140
140
  /// The padding of the Gantt task actions.
141
141
  /// @group gantt
@@ -204,24 +204,24 @@ $kendo-gantt-planned-offset-resize-handler-margin-x: 1.4em !default;
204
204
 
205
205
  /// The background color of the Gantt planned Tooltip.
206
206
  /// @group gantt
207
- $kendo-gantt-planned-bg: $kendo-color-primary !default;
207
+ $kendo-gantt-planned-bg: k-color(primary) !default;
208
208
  /// The border color of the Gantt planned Tooltip.
209
209
  /// @group gantt
210
210
  $kendo-gantt-planned-border: $kendo-gantt-planned-bg !default;
211
211
 
212
212
  /// The background color of the Gantt delayed task.
213
213
  /// @group gantt
214
- $kendo-gantt-delayed-bg: $kendo-color-error !default;
214
+ $kendo-gantt-delayed-bg: k-color(error) !default;
215
215
  /// The complement background color of the Gantt delayed task.
216
216
  /// @group gantt
217
- $kendo-gantt-delayed-bg-lighter: if($kendo-enable-color-system, k-color( error-emphasis ), k-color-tint($kendo-gantt-delayed-bg, 5)) !default;
217
+ $kendo-gantt-delayed-bg-lighter: k-color(error-emphasis) !default;
218
218
 
219
219
  /// The background color of the Gantt advanced task.
220
220
  /// @group gantt
221
- $kendo-gantt-advanced-bg: $kendo-color-success !default;
221
+ $kendo-gantt-advanced-bg: k-color(success) !default;
222
222
  /// The complement background color of the Gantt advanced task.
223
223
  /// @group gantt
224
- $kendo-gantt-advanced-bg-lighter: if($kendo-enable-color-system, k-color( success-emphasis ), k-color-tint($kendo-gantt-advanced-bg, 5)) !default;
224
+ $kendo-gantt-advanced-bg-lighter: k-color(success-emphasis) !default;
225
225
 
226
226
  /// The text color of the Gantt delayed task action.
227
227
  /// @group gantt
@@ -241,10 +241,10 @@ $kendo-gantt-validation-tooltip-label-width: 50px !default;
241
241
  $kendo-gantt-validation-tooltip-border: #656565 !default;
242
242
  /// The border color of the valid Gantt validation Tooltip.
243
243
  /// @group gantt
244
- $kendo-gantt-validation-tooltip-valid-border: $kendo-color-success !default;
244
+ $kendo-gantt-validation-tooltip-valid-border: k-color(success) !default;
245
245
  /// The border color of the invalid Gantt validation Tooltip.
246
246
  /// @group gantt
247
- $kendo-gantt-validation-tooltip-invalid-border: $kendo-color-error !default;
247
+ $kendo-gantt-validation-tooltip-invalid-border: k-color(error) !default;
248
248
 
249
249
  /// The horizontal padding of the Gantt task Tooltip.
250
250
  /// @group gantt
@@ -232,14 +232,14 @@ $kendo-grid-selection-aggregates-line-height: $kendo-grid-line-height !default;
232
232
  $kendo-grid-selection-aggregates-font-weight: var( --kendo-font-weight-bold, normal ) !default;
233
233
 
234
234
  $kendo-grid-sorted-icon-spacing: calc( #{k-spacing(2)} - 1px ) !default;
235
- $kendo-grid-sorted-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 3%, transparent), rgba( k-contrast-color( $kendo-grid-bg ), .02 )) !default;
236
- $kendo-grid-sorting-indicator-text: $kendo-color-primary !default;
235
+ $kendo-grid-sorted-bg: color-mix(in srgb, k-color(on-app-surface) 3%, transparent) !default;
236
+ $kendo-grid-sorting-indicator-text: k-color(primary) !default;
237
237
  $kendo-grid-sorting-index-font-size: var( --kendo-font-size-sm, inherit ) !default;
238
238
  $kendo-grid-sorting-index-height: $kendo-icon-size !default;
239
239
  $kendo-grid-sorting-index-spacing-y: calc( #{$kendo-icon-spacing} / 2 ) !default;
240
240
  $kendo-grid-sorting-index-spacing-x: calc( #{$kendo-grid-sorting-index-spacing-y} * -1 ) !default;
241
241
 
242
- $kendo-grid-grouping-row-bg: if($kendo-enable-color-system, k-color( base ), k-try-shade( $kendo-grid-bg, 1 )) !default;
242
+ $kendo-grid-grouping-row-bg: k-color(base) !default;
243
243
  $kendo-grid-grouping-row-text: $kendo-grid-text !default;
244
244
 
245
245
  $kendo-grid-focus-shadow: $kendo-table-focus-shadow !default;
@@ -254,7 +254,7 @@ $kendo-grid-sticky-text: $kendo-grid-text !default;
254
254
  $kendo-grid-sticky-border: $kendo-grid-border !default;
255
255
 
256
256
  // Must be a solid color
257
- $kendo-grid-sticky-alt-bg: if($kendo-enable-color-system, k-color( base-subtle ), $kendo-grid-alt-bg) !default;
257
+ $kendo-grid-sticky-alt-bg: k-color(base-subtle) !default;
258
258
 
259
259
  $kendo-grid-sticky-header-bg: $kendo-grid-header-bg !default;
260
260
  $kendo-grid-sticky-header-text: $kendo-grid-header-text !default;
@@ -263,12 +263,12 @@ $kendo-grid-sticky-header-border: $kendo-grid-sticky-border !default;
263
263
  $kendo-grid-sticky-footer-bg: $kendo-grid-header-bg !default;
264
264
  $kendo-grid-sticky-footer-hover-bg: $kendo-grid-hover-bg !default;
265
265
 
266
- $kendo-grid-sticky-selected-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), color.mix($kendo-selected-bg, #ffffff, 25%)) !default;
267
- $kendo-grid-sticky-selected-alt-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), k-try-shade( $kendo-grid-sticky-selected-bg, .5 )) !default;
266
+ $kendo-grid-sticky-selected-bg: color-mix(in srgb, k-color(primary) 25%, transparent) !default;
267
+ $kendo-grid-sticky-selected-alt-bg: color-mix(in srgb, k-color(primary) 25%, transparent) !default;
268
268
 
269
269
  // Must be a solid color
270
- $kendo-grid-sticky-hover-bg: if($kendo-enable-color-system, k-color( base-subtle-hover ), $kendo-grid-hover-bg) !default;
271
- $kendo-grid-sticky-selected-hover-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), k-try-shade( $kendo-grid-sticky-selected-bg, 1 )) !default;
270
+ $kendo-grid-sticky-hover-bg: k-color(base-subtle-hover) !default;
271
+ $kendo-grid-sticky-selected-hover-bg: color-mix(in srgb, k-color(primary) 25%, transparent) !default;
272
272
 
273
273
  $kendo-grid-column-menu-width: 230px !default;
274
274
  $kendo-grid-column-menu-max-width: 320px !default;
@@ -305,7 +305,7 @@ $kendo-grid-column-menu-group-header-border: $kendo-popup-border !default;
305
305
  $kendo-grid-column-menu-tabbed-tabstrip-content-padding-x: k-spacing(0) !default;
306
306
  $kendo-grid-column-menu-tabbed-tabstrip-content-padding-y: k-spacing(2) !default;
307
307
 
308
- $kendo-grid-column-menu-tabbed-bg: $kendo-base-bg !default;
308
+ $kendo-grid-column-menu-tabbed-bg: k-color(surface) !default;
309
309
 
310
310
  $kendo-grid-drag-cell-width: ($kendo-icon-size * 2.25) !default;
311
311
 
@@ -319,10 +319,10 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
319
319
 
320
320
  /// The background color of the Grid row resize indicator.
321
321
  /// @group grid
322
- $kendo-grid-row-resizer-hover-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 20%, transparent), rgba( k-contrast-color( $kendo-grid-bg ), .12 )) !default;
322
+ $kendo-grid-row-resizer-hover-bg: color-mix(in srgb, k-color(on-base) 20%, transparent) !default;
323
323
  /// The background color of the active Grid row resize indicator.
324
324
  /// @group grid
325
- $kendo-grid-row-resizer-active-bg: $kendo-color-primary !default;
325
+ $kendo-grid-row-resizer-active-bg: k-color(primary) !default;
326
326
  /// The height of the Grid row resize indicator.
327
327
  /// @group grid
328
328
  $kendo-grid-row-resizer-height: k-spacing(0.5) !default;
@@ -25,15 +25,15 @@ $kendo-image-editor-resize-handle-margin-y: k-spacing(1px) !default;
25
25
  $kendo-image-editor-resize-handle-border-width: 0 2px 2px 0 !default;
26
26
  $kendo-image-editor-resize-handle-size: 15px !default;
27
27
 
28
- $kendo-image-editor-bg: $kendo-component-bg !default;
29
- $kendo-image-editor-text: $kendo-component-text !default;
30
- $kendo-image-editor-border: $kendo-component-border !default;
28
+ $kendo-image-editor-bg: k-color(surface-alt) !default;
29
+ $kendo-image-editor-text: k-color(on-app-surface) !default;
30
+ $kendo-image-editor-border: k-color(border) !default;
31
31
 
32
32
  $kendo-image-editor-content-bg: #c6c6c6 !default;
33
33
  $kendo-image-editor-content-text: null !default;
34
34
  $kendo-image-editor-content-border: null !default;
35
35
 
36
- $kendo-image-editor-action-pane-bg: $kendo-component-bg !default;
36
+ $kendo-image-editor-action-pane-bg: k-color(surface-alt) !default;
37
37
  $kendo-image-editor-action-pane-text: null !default;
38
38
  $kendo-image-editor-action-pane-border: null !default;
39
39
 
package/scss/index.scss CHANGED
@@ -116,6 +116,7 @@
116
116
  @forward "./signature/_index.scss";
117
117
  @forward "./otp/_index.scss";
118
118
  @forward "./column-menu/_index.scss";
119
+ @forward "./marquee/_index.scss";
119
120
 
120
121
 
121
122
  // Use component modules
@@ -152,6 +153,7 @@
152
153
  @use "./loader/_index.scss" as *;
153
154
  @use "./skeleton/_index.scss" as *;
154
155
  @use "./time-marker/_index.scss" as *;
156
+ @use "./marquee/_index.scss" as *;
155
157
 
156
158
 
157
159
  // Native forms
@@ -323,6 +325,7 @@
323
325
  @include kendo-skeleton--styles();
324
326
  @include kendo-tooltip--styles();
325
327
  @include kendo-time-marker--styles();
328
+ @include kendo-marquee--styles();
326
329
 
327
330
 
328
331
  // Form helpers
@@ -111,13 +111,13 @@ $kendo-input-sizes: (
111
111
 
112
112
  /// The background color of the Input components.
113
113
  /// @group input
114
- $kendo-input-bg: $kendo-component-bg !default;
114
+ $kendo-input-bg: k-color(surface-alt) !default;
115
115
  /// The text color of the Input components.
116
116
  /// @group input
117
- $kendo-input-text: $kendo-component-text !default;
117
+ $kendo-input-text: k-color(on-app-surface) !default;
118
118
  /// The border color of the Input components.
119
119
  /// @group input
120
- $kendo-input-border: $kendo-component-border !default;
120
+ $kendo-input-border: k-color(border) !default;
121
121
  /// The shadow of the Input components.
122
122
  /// @group input
123
123
  $kendo-input-shadow: null !default;
@@ -130,7 +130,7 @@ $kendo-input-hover-bg: null !default;
130
130
  $kendo-input-hover-text: null !default;
131
131
  /// The border color of the hovered Input components.
132
132
  /// @group input
133
- $kendo-input-hover-border: if($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-button-bg, 3 )) !default;
133
+ $kendo-input-hover-border: k-color(border-alt) !default;
134
134
  /// The shadow of the hovered Input components.
135
135
  /// @group input
136
136
  $kendo-input-hover-shadow: null !default;
@@ -179,7 +179,7 @@ $kendo-input-outline-bg: null !default;
179
179
  $kendo-input-outline-text: unset !default;
180
180
  /// The border color of the outline Input components.
181
181
  /// @group input
182
- $kendo-input-outline-border: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( $kendo-button-text, .5)) !default;
182
+ $kendo-input-outline-border: color-mix(in srgb, k-color(on-app-surface) 50%, transparent) !default;
183
183
 
184
184
  /// The background color of the outline hovered Input components.
185
185
  /// @group input
@@ -189,7 +189,7 @@ $kendo-input-outline-hover-bg: null !default;
189
189
  $kendo-input-outline-hover-text: null !default;
190
190
  /// The border color of the outline hovered Input components.
191
191
  /// @group input
192
- $kendo-input-outline-hover-border: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 80%, transparent), rgba( $kendo-button-text, .8)) !default;
192
+ $kendo-input-outline-hover-border: color-mix(in srgb, k-color(on-app-surface) 80%, transparent) !default;
193
193
 
194
194
  /// The background color of the outline focused Input components.
195
195
  /// @group input
@@ -239,7 +239,7 @@ $kendo-input-flat-focus-shadow: $kendo-input-focus-shadow !default;
239
239
 
240
240
  /// The text color of the Input placeholder.
241
241
  /// @group input
242
- $kendo-input-placeholder-text: $kendo-subtle-text !default;
242
+ $kendo-input-placeholder-text: k-color(subtle) !default;
243
243
  /// The opacity of the Input placeholder.
244
244
  /// @group input
245
245
  $kendo-input-placeholder-opacity: 1 !default;
@@ -289,17 +289,17 @@ $kendo-input-separator-opacity: .5 !default;
289
289
 
290
290
  /// The text color of the Input prefix.
291
291
  /// @group input
292
- $kendo-input-prefix-text: $kendo-subtle-text !default;
292
+ $kendo-input-prefix-text: k-color(subtle) !default;
293
293
  /// The text color of the Input suffix.
294
294
  /// @group input
295
- $kendo-input-suffix-text: $kendo-subtle-text !default;
295
+ $kendo-input-suffix-text: k-color(subtle) !default;
296
296
 
297
297
  /// The border color of the invalid Input components.
298
298
  /// @group input
299
- $kendo-input-invalid-border: $kendo-invalid-border !default;
299
+ $kendo-input-invalid-border: k-color(error) !default;
300
300
  /// The shadow of the invalid Input components.
301
301
  /// @group input
302
- $kendo-input-invalid-shadow: $kendo-invalid-shadow !default;
302
+ $kendo-input-invalid-shadow: null !default;
303
303
 
304
304
  /// The background color of the Picker components.
305
305
  /// @group picker
@@ -373,14 +373,14 @@ $kendo-picker-outline-bg: null !default;
373
373
  $kendo-picker-outline-text: $kendo-button-text !default;
374
374
  /// The border color of the outline Picker components.
375
375
  /// @group picker
376
- $kendo-picker-outline-border: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( $kendo-picker-outline-text, .5)) !default;
376
+ $kendo-picker-outline-border: color-mix(in srgb, k-color(on-app-surface) 50%, transparent) !default;
377
377
 
378
378
  /// The background color of the outline hovered Picker components.
379
379
  /// @group picker
380
380
  $kendo-picker-outline-hover-bg: $kendo-picker-outline-text !default;
381
381
  /// The text color of the outline hovered Picker components.
382
382
  /// @group picker
383
- $kendo-picker-outline-hover-text: if($kendo-enable-color-system, k-color( base-subtle ), k-contrast-color( $kendo-picker-outline-hover-bg )) !default;
383
+ $kendo-picker-outline-hover-text: k-color(base-subtle) !default;
384
384
  /// The border color of the outline hovered Picker components.
385
385
  /// @group picker
386
386
  $kendo-picker-outline-hover-border: $kendo-picker-outline-hover-bg !default;
@@ -420,13 +420,13 @@ $kendo-picker-flat-border: $kendo-button-border !default;
420
420
 
421
421
  /// The background color of the flat hovered Picker components.
422
422
  /// @group picker
423
- $kendo-picker-flat-hover-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 4%, transparent), rgba( $kendo-button-text, .04 )) !default;
423
+ $kendo-picker-flat-hover-bg: color-mix(in srgb, k-color(on-app-surface) 4%, transparent) !default;
424
424
  /// The text color of the flat hovered Picker components.
425
425
  /// @group picker
426
426
  $kendo-picker-flat-hover-text: null !default;
427
427
  /// The border color of the flat hovered Picker components.
428
428
  /// @group picker
429
- $kendo-picker-flat-hover-border: if($kendo-enable-color-system, color-mix(in srgb, k-color( border ) 16%, transparent), rgba( $kendo-button-border, .16 )) !default;
429
+ $kendo-picker-flat-hover-border: color-mix(in srgb, k-color(border) 16%, transparent) !default;
430
430
 
431
431
  /// The background color of the flat focused Picker components.
432
432
  /// @group picker
@@ -181,13 +181,13 @@ $kendo-list-sizes: (
181
181
 
182
182
  /// The background color of the List component.
183
183
  /// @group list
184
- $kendo-list-bg: $kendo-component-bg !default;
184
+ $kendo-list-bg: k-color(surface-alt) !default;
185
185
  /// The text color of the List component.
186
186
  /// @group list
187
- $kendo-list-text: $kendo-component-text !default;
187
+ $kendo-list-text: k-color(on-app-surface) !default;
188
188
  /// The border color of the List component.
189
189
  /// @group list
190
- $kendo-list-border: $kendo-component-border !default;
190
+ $kendo-list-border: k-color(border) !default;
191
191
 
192
192
 
193
193
  /// The background color of the List header.
@@ -213,10 +213,10 @@ $kendo-list-item-text: null !default;
213
213
 
214
214
  /// The background color of the hovered List items.
215
215
  /// @group list
216
- $kendo-list-item-hover-bg: $kendo-hover-bg !default;
216
+ $kendo-list-item-hover-bg: k-color(base-hover) !default;
217
217
  /// The text color of the hovered List items.
218
218
  /// @group list
219
- $kendo-list-item-hover-text: $kendo-hover-text !default;
219
+ $kendo-list-item-hover-text: k-color(on-app-surface) !default;
220
220
 
221
221
  /// The background color of the focused List items.
222
222
  /// @group list
@@ -230,10 +230,10 @@ $kendo-list-item-focus-shadow: inset 0 0 0 2px rgba( black, .12 ) !default;
230
230
 
231
231
  /// The background color of the selected List items.
232
232
  /// @group list
233
- $kendo-list-item-selected-bg: $kendo-selected-bg !default;
233
+ $kendo-list-item-selected-bg: k-color(primary) !default;
234
234
  /// The text color of the selected List items.
235
235
  /// @group list
236
- $kendo-list-item-selected-text: $kendo-selected-text !default;
236
+ $kendo-list-item-selected-text: k-color(on-primary) !default;
237
237
 
238
238
  /// The background color of the List group items.
239
239
  /// @group list
@@ -250,7 +250,7 @@ $kendo-list-group-item-shadow: null !default;
250
250
 
251
251
  /// The color of the 'Option Label' text.
252
252
  /// @group list
253
- $kendo-list-option-label-text: $kendo-subtle-text !default;
253
+ $kendo-list-option-label-text: k-color(subtle) !default;
254
254
 
255
255
 
256
256
  @forward "@progress/kendo-theme-core/scss/components/list/_variables.scss" with (
@@ -29,13 +29,13 @@ $kendo-listbox-line-height: var( --kendo-line-height, normal ) !default;
29
29
 
30
30
  /// The text color of the ListBox.
31
31
  /// @group listbox
32
- $kendo-listbox-text: $kendo-component-text !default;
32
+ $kendo-listbox-text: k-color(on-app-surface) !default;
33
33
  /// The background color of the ListBox.
34
34
  /// @group listbox
35
- $kendo-listbox-bg: $kendo-component-bg !default;
35
+ $kendo-listbox-bg: k-color(surface-alt) !default;
36
36
  /// The border color of the ListBox.
37
37
  /// @group listbox
38
- $kendo-listbox-border: $kendo-component-border !default;
38
+ $kendo-listbox-border: k-color(border) !default;
39
39
 
40
40
  /// The inline padding of the ListBox item.
41
41
  /// @group listbox
@@ -7,9 +7,9 @@ $kendo-listgroup-border-radius: k-border-radius(md) !default;
7
7
  $kendo-listgroup-font-size: var( --kendo-font-size, inherit ) !default;
8
8
  $kendo-listgroup-line-height: var( --kendo-line-height, normal ) !default;
9
9
 
10
- $kendo-listgroup-bg: $kendo-component-bg !default;
11
- $kendo-listgroup-text: $kendo-component-text !default;
12
- $kendo-listgroup-border: $kendo-component-border !default;
10
+ $kendo-listgroup-bg: k-color(surface-alt) !default;
11
+ $kendo-listgroup-text: k-color(on-app-surface) !default;
12
+ $kendo-listgroup-border: k-color(border) !default;
13
13
 
14
14
  $kendo-listgroup-item-padding-x: k-spacing(2) !default;
15
15
  $kendo-listgroup-item-padding-y: k-spacing(2) !default;
@@ -23,13 +23,13 @@ $kendo-listview-line-height: var( --kendo-line-height, normal ) !default;
23
23
 
24
24
  /// The text color of the ListView.
25
25
  /// @group listview
26
- $kendo-listview-text: $kendo-component-text !default;
26
+ $kendo-listview-text: k-color(on-app-surface) !default;
27
27
  /// The background color of the ListView.
28
28
  /// @group listview
29
- $kendo-listview-bg: $kendo-component-bg !default;
29
+ $kendo-listview-bg: k-color(surface-alt) !default;
30
30
  /// The border color of the ListView.
31
31
  /// @group listview
32
- $kendo-listview-border: $kendo-component-border !default;
32
+ $kendo-listview-border: k-color(border) !default;
33
33
 
34
34
  /// The horizontal padding of the ListView items.
35
35
  /// @group listview
@@ -43,7 +43,7 @@ $kendo-listview-item-padding-y: k-spacing(1) !default;
43
43
  $kendo-listview-item-selected-text: null !default;
44
44
  /// The background color of the selected ListView items.
45
45
  /// @group listview
46
- $kendo-listview-item-selected-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-selected-bg, .25 )) !default;
46
+ $kendo-listview-item-selected-bg: color-mix(in srgb, k-color(primary) 25%, transparent) !default;
47
47
  /// The border color of the selected ListView items.
48
48
  /// @group listview
49
49
  $kendo-listview-item-selected-border: null !default;
@@ -74,7 +74,7 @@ $kendo-loader-container-panel-border-width: 1px !default;
74
74
  $kendo-loader-container-panel-border-style: solid !default;
75
75
  /// The border color of the container panel.
76
76
  /// @group loader
77
- $kendo-loader-container-panel-border-color: $kendo-component-border !default;
77
+ $kendo-loader-container-panel-border-color: k-color(border) !default;
78
78
  /// The border radius of the container panel.
79
79
  /// @group loader
80
80
  $kendo-loader-container-panel-border-radius: k-border-radius(md) !default;
@@ -115,7 +115,7 @@ $kendo-loader-lg-container-font-size: var( --kendo-font-size-lg, inherit ) !defa
115
115
  // Loading indicator
116
116
  /// The background color of the Loading indicator.
117
117
  /// @group loading
118
- $kendo-loading-bg: $kendo-component-bg !default;
118
+ $kendo-loading-bg: k-color(surface-alt) !default;
119
119
  /// The text color of the Loading indicator.
120
120
  /// @group loading
121
121
  $kendo-loading-text: currentColor !default;
@@ -126,6 +126,19 @@ $kendo-loading-opacity: .3 !default;
126
126
  /// @group loading
127
127
  $kendo-zindex-loading: 100 !default;
128
128
 
129
+ $kendo-loader-theme-colors: (
130
+ "primary": k-color(primary),
131
+ "secondary": k-color(secondary),
132
+ "tertiary": k-color(tertiary),
133
+ "info": k-color(info),
134
+ "success": k-color(success),
135
+ "warning": k-color(warning),
136
+ "error": k-color(error),
137
+ "dark": k-color(dark),
138
+ "light": k-color(light),
139
+ "inverse": if($kendo-is-dark-theme, k-color(light), k-color(dark))
140
+ ) !default;
141
+
129
142
 
130
143
  @forward "@progress/kendo-theme-core/scss/components/loader/_variables.scss" with (
131
144
  $kendo-loader-segment-border-radius: $kendo-loader-segment-border-radius,
@@ -164,5 +177,6 @@ $kendo-zindex-loading: 100 !default;
164
177
  $kendo-loading-bg: $kendo-loading-bg,
165
178
  $kendo-loading-text: $kendo-loading-text,
166
179
  $kendo-loading-opacity: $kendo-loading-opacity,
167
- $kendo-zindex-loading: $kendo-zindex-loading
180
+ $kendo-zindex-loading: $kendo-zindex-loading,
181
+ $kendo-loader-theme-colors: $kendo-loader-theme-colors
168
182
  );
@@ -19,13 +19,13 @@ $kendo-map-font-family: var( --kendo-font-family, inherit ) !default;
19
19
 
20
20
  /// The background color of the Map.
21
21
  /// @group map
22
- $kendo-map-bg: $kendo-component-bg !default;
22
+ $kendo-map-bg: k-color(surface-alt) !default;
23
23
  /// The text color of the Map.
24
24
  /// @group map
25
- $kendo-map-text: $kendo-component-text !default;
25
+ $kendo-map-text: k-color(on-app-surface) !default;
26
26
  /// The border color of the Map.
27
27
  /// @group map
28
- $kendo-map-border: $kendo-component-border !default;
28
+ $kendo-map-border: k-color(border) !default;
29
29
 
30
30
  /// The margin of the Map navigator.
31
31
  /// @group map
@@ -64,11 +64,11 @@ $kendo-map-attribution-padding-y: k-spacing(0.5) !default;
64
64
  $kendo-map-attribution-font-size: calc( #{$kendo-map-font-size} * .75 ) !default;
65
65
  /// The background color of the Map attribution.
66
66
  /// @group map
67
- $kendo-map-attribution-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( app-surface ) 80%, transparent), rgba( $kendo-map-bg, .8 )) !default;
67
+ $kendo-map-attribution-bg: color-mix(in srgb, k-color(app-surface) 80%, transparent) !default;
68
68
 
69
69
  /// The fill color of the Map marker.
70
70
  /// @group map
71
- $kendo-map-marker-fill: $kendo-color-primary !default;
71
+ $kendo-map-marker-fill: k-color(primary) !default;
72
72
 
73
73
  $kendo-map-marker-images: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAABQCAYAAAAKlxWDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA35JREFUeNrsWF1IVEEUPu7amhKUmqUUkhEYYn9PamgbROKTEERB1HNP0pMvJUVhZQhCEEQPQiAIkiQIQShEZmg99SdLgiRJpbGmGIu/aZ2zzJXrvWf2zty7PgTzwQd3Z86Z796z58wMJ+PruXxQwCHkGeRpZDbyqBh/j1xA9iN7kJ+8FsrwECSRu8hSUMMosgnZLTMIScaLkUPIpxpiIGyfCN9iVcEo8h2yCvyjSqwR9RIkgz5kHgRHnlhrg2im7blEhCPCeW89fBJyKuohsv8IRPaV46uGYfnLhyTn3/bC4seXnFtErFmBHHcmzSCy2umRWVgC+ZfvQ1bZ8ZSfsxQbgl+PrsCfqXFu+jWyxh7Ss5xY1sFKKLzd5ymWtEWbpC36MKgWGuuCzdyXFTR2QGhbrvKfRrbkQ74Mmi3BKJf6FEYdMbso+UpKJkpJU+dKkPIaNoyrM5Mw23Edlj6/WQ957qVbEM4rcoWX1lgcGXQuURfi6o2y0YmVH2Mw2XgC5od6ksJEeqaxlW+joLIGaZFgGVcCTsx13YG1xKxrnMZoTmUN0iLB7c7R8M49LktJnSWxwMxxa5AWu5f+XV6EzQIJznHJwSWSDNlM+Fanv3OmcyQY43YNVyzOX2XLhMZoTvEviJHgsHOU9kYntuwthaLWV5BTWQ/hHbuSpGcaozmVNUiL9lIqfNfr7L7Rq7SlyfbVnzfZsjhFXzggTuoNoI14bf63thj5kK/kNvDCytIm5yzt+vF7F9jak4qhbbz1ouzEaLJv3t3iCNkYGtzCpq7Vrm9lKcNo2TIJJ/Kk23keHhB3kQLPAxhJUDiACXEkJcMYd2uzrhiRNNX5MrJW5Al7pxkQBjNpEJtxislubWRwjKtPDQyLNQZU76UTIu4NPsQahO+EzkXYwgNu60uBmPAB3Zu3HS0agp62KoJdsvAwf0NXOgQptdsU7NqEbWBBQrso4FQl0K56AKsggXzokVyJdAqmWjThlZl+BeOSsD32CLdvQSsxVu1XF2Sr7iVKB5T6nbbfnYol41vQWdwtus6ZPgRp+3pme950QV9fpito+jSmT2P6NKZP479PE9Lp06jC6tMwUO/T6CJwn0YXgfs0uvj/+jS6CNyn0UXgPo0uZH0aEnzueruRwUBfSb5Mr5TQb/o0pk9j+jSmT2P6NKZPY/o0pk9j+jQ+8E+AAQDpbNHEyW7DTAAAAABJRU5ErkJggg==" !default;
74
74
 
@@ -0,0 +1,16 @@
1
+ // Dependencies
2
+ @use "../core/_index.scss" as *;
3
+
4
+ // Component
5
+ @forward "./_variables.scss";
6
+ @use "./_layout.scss" as *;
7
+ @use "./_theme.scss" as *;
8
+
9
+ // Expose
10
+ @mixin kendo-marquee--styles() {
11
+ @include import-once( "marquee" ) {
12
+ @include core-styles();
13
+ @include kendo-marquee--layout();
14
+ @include kendo-marquee--theme();
15
+ }
16
+ }
@@ -0,0 +1,6 @@
1
+ @use "@progress/kendo-theme-core/scss/components/marquee/_layout.scss" as *;
2
+
3
+
4
+ @mixin kendo-marquee--layout() {
5
+ @include kendo-marquee--layout-base();
6
+ }
@@ -0,0 +1,6 @@
1
+ @use "@progress/kendo-theme-core/scss/components/marquee/_theme.scss" as *;
2
+
3
+
4
+ @mixin kendo-marquee--theme() {
5
+ @include kendo-marquee--theme-base();
6
+ }
@@ -0,0 +1,11 @@
1
+ @use "../core/_index.scss" as *;
2
+
3
+ $kendo-marquee-text: k-color(on-primary) !default;
4
+ $kendo-marquee-bg: k-color(primary) !default;
5
+ $kendo-marquee-border: k-color(primary) !default;
6
+
7
+ @forward "@progress/kendo-theme-core/scss/components/marquee/_variables.scss" with (
8
+ $kendo-marquee-text: $kendo-marquee-text,
9
+ $kendo-marquee-bg: $kendo-marquee-bg,
10
+ $kendo-marquee-border: $kendo-marquee-border
11
+ );
@@ -17,13 +17,13 @@ $kendo-media-player-line-height: var( --kendo-line-height, normal ) !default;
17
17
 
18
18
  /// The background color of the MediaPlayer.
19
19
  /// @group mediaplayer
20
- $kendo-media-player-bg: $kendo-component-bg !default;
20
+ $kendo-media-player-bg: k-color(surface-alt) !default;
21
21
  /// The text color of the MediaPlayer.
22
22
  /// @group mediaplayer
23
- $kendo-media-player-text: $kendo-component-text !default;
23
+ $kendo-media-player-text: k-color(on-app-surface) !default;
24
24
  /// The border color of the MediaPlayer.
25
25
  /// @group mediaplayer
26
- $kendo-media-player-border: $kendo-component-border !default;
26
+ $kendo-media-player-border: k-color(border) !default;
27
27
 
28
28
  /// The horizontal padding of the MediaPlayer title.
29
29
  /// @group mediaplayer
@@ -42,7 +42,7 @@ $kendo-media-player-titlebar-text: $kendo-media-player-bg !default;
42
42
  $kendo-media-player-titlebar-border: null !default;
43
43
  /// The gradient of the MediaPlayer title.
44
44
  /// @group mediaplayer
45
- $kendo-media-player-titlebar-gradient: if($kendo-enable-color-system, ( color-mix(in srgb, k-color( on-app-surface ) 70%, transparent), color-mix(in srgb, k-color( on-app-surface ) 0%, transparent) ), ( rgba( $kendo-media-player-text, .7 ), rgba( $kendo-media-player-text, 0 ) )) !default;
45
+ $kendo-media-player-titlebar-gradient: color-mix(in srgb, k-color(on-app-surface) 70%, transparent), color-mix(in srgb, k-color(on-app-surface) 0%, transparent) !default;
46
46
 
47
47
 
48
48
  @forward "@progress/kendo-theme-core/scss/components/mediaplayer/_variables.scss" with (