@progress/kendo-theme-classic 13.2.0-dev.1 → 13.2.0-dev.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/classic-green-dark.css +1 -1
  3. package/dist/classic-green.css +1 -1
  4. package/dist/classic-lavender-dark.css +1 -1
  5. package/dist/classic-lavender.css +1 -1
  6. package/dist/classic-main-dark.css +1 -1
  7. package/dist/classic-main.css +1 -1
  8. package/dist/classic-metro-dark.css +1 -1
  9. package/dist/classic-metro.css +1 -1
  10. package/dist/classic-moonlight.css +1 -1
  11. package/dist/classic-opal-dark.css +1 -1
  12. package/dist/classic-opal.css +1 -1
  13. package/dist/classic-silver-dark.css +1 -1
  14. package/dist/classic-silver.css +1 -1
  15. package/dist/classic-uniform.css +1 -1
  16. package/dist/meta/sassdoc-data.json +146 -92
  17. package/dist/meta/sassdoc-raw-data.json +48 -23
  18. package/dist/meta/variables.json +27 -23
  19. package/lib/swatches/classic-green-dark.json +1 -1
  20. package/lib/swatches/classic-green.json +1 -1
  21. package/lib/swatches/classic-lavender-dark.json +1 -1
  22. package/lib/swatches/classic-lavender.json +1 -1
  23. package/lib/swatches/classic-main-dark.json +1 -1
  24. package/lib/swatches/classic-main.json +1 -1
  25. package/lib/swatches/classic-metro-dark.json +1 -1
  26. package/lib/swatches/classic-metro.json +1 -1
  27. package/lib/swatches/classic-moonlight.json +1 -1
  28. package/lib/swatches/classic-opal-dark.json +1 -1
  29. package/lib/swatches/classic-opal.json +1 -1
  30. package/lib/swatches/classic-silver-dark.json +1 -1
  31. package/lib/swatches/classic-silver.json +1 -1
  32. package/lib/swatches/classic-uniform.json +1 -1
  33. package/package.json +4 -4
  34. package/scss/adaptive/_variables.scss +3 -3
  35. package/scss/breadcrumb/_variables.scss +3 -3
  36. package/scss/calendar/_variables.scss +1 -1
  37. package/scss/captcha/_variables.scss +1 -1
  38. package/scss/column-menu/_variables.scss +1 -1
  39. package/scss/filter/_variables.scss +1 -1
  40. package/scss/icons/_variables.scss +5 -1
  41. package/scss/spreadsheet/_variables.scss +1 -1
  42. package/scss/switch/_variables.scss +1 -1
  43. package/scss/tabstrip/_variables.scss +1 -1
  44. package/scss/taskboard/_variables.scss +3 -3
  45. package/scss/timeselector/_variables.scss +4 -4
  46. package/scss/treeview/_variables.scss +3 -3
@@ -26,7 +26,7 @@ $kendo-captcha-gap: $kendo-captcha-spacer !default;
26
26
  $kendo-captcha-bg: k-color(surface-alt) !default;
27
27
  /// The text color of the Captcha.
28
28
  /// @group captcha
29
- $kendo-captcha-text: k-color(surface-alt) !default;
29
+ $kendo-captcha-text: k-color(on-app-surface) !default;
30
30
  /// The border color of the Captcha.
31
31
  /// @group captcha
32
32
  $kendo-captcha-border: k-color(surface-alt) !default;
@@ -65,7 +65,7 @@ $kendo-group-menu-item-action-hover-bg: color-mix(in srgb, currentColor 4%, tran
65
65
  $kendo-group-menu-item-action-selected-bg: color-mix(in srgb, currentColor 16%, transparent) !default;
66
66
  /// The text color of the GroupMenu item add action.
67
67
  /// @group column-menu
68
- $kendo-group-menu-item-add-action-text: k-color(primary) !default;
68
+ $kendo-group-menu-item-add-action-text: k-color(primary-on-surface) !default;
69
69
  /// The border color of the GroupMenu item.
70
70
  /// @group column-menu
71
71
  $kendo-group-menu-item-border: k-color(border) !default;
@@ -22,7 +22,7 @@ $kendo-filter-operator-dropdown-width: 15em !default;
22
22
 
23
23
  /// The text color of the Filter preview field.
24
24
  /// @group filter
25
- $kendo-filter-preview-field-text: k-color(primary) !default;
25
+ $kendo-filter-preview-field-text: k-color(primary-on-surface) !default;
26
26
  /// The text color of the Filter preview operator.
27
27
  /// @group filter
28
28
  $kendo-filter-preview-operator-text: k-color(on-app-surface) !default;
@@ -38,6 +38,9 @@ $kendo-icon-padding: k-spacing(1) !default;
38
38
  /// The color of accent icons.
39
39
  /// @group icon
40
40
  $kendo-accent-icon-color: #8B7CF6 !default;
41
+ /// The color of action icons.
42
+ /// @group icon
43
+ $kendo-action-icon-color: k-color( primary-on-surface ) !default;
41
44
 
42
45
  @forward "@progress/kendo-theme-core/scss/components/icons/_variables.scss" with (
43
46
  $kendo-icon-default-size: $kendo-icon-default-size,
@@ -51,5 +54,6 @@ $kendo-accent-icon-color: #8B7CF6 !default;
51
54
  $kendo-icon-size-xxxl: $kendo-icon-size-xxxl,
52
55
  $kendo-icon-spacing: $kendo-icon-spacing,
53
56
  $kendo-icon-padding: $kendo-icon-padding,
54
- $kendo-accent-icon-color: $kendo-accent-icon-color
57
+ $kendo-accent-icon-color: $kendo-accent-icon-color,
58
+ $kendo-action-icon-color: $kendo-action-icon-color
55
59
  );
@@ -227,7 +227,7 @@ $kendo-spreadsheet-insert-image-dialog-preview-overlay-shadow: inset 0 0 0 2000p
227
227
  $kendo-spreadsheet-insert-image-dialog-preview-overlay-border-radius: k-border-radius(md) !default;
228
228
  /// The text color of the hovered Spreadsheet image Dialog preview.
229
229
  /// @group spreadsheet
230
- $kendo-spreadsheet-insert-image-dialog-overlay-hover-text: k-color(surface-alt) !default;
230
+ $kendo-spreadsheet-insert-image-dialog-overlay-hover-text: k-color(on-app-surface) !default;
231
231
 
232
232
  /// The width of the Spreadsheet drawing handle.
233
233
  /// @group spreadsheet
@@ -202,7 +202,7 @@ $kendo-switch-off-thumb-disabled-gradient: null !default;
202
202
  $kendo-switch-on-track-bg: k-color(surface-alt) !default;
203
203
  /// The text color of the track when the Switch is checked.
204
204
  /// @group switch
205
- $kendo-switch-on-track-text: k-color(primary) !default;
205
+ $kendo-switch-on-track-text: k-color(primary-on-surface) !default;
206
206
  /// The border color of the track when the Switch is checked.
207
207
  /// @group switch
208
208
  $kendo-switch-on-track-border: k-color(border) !default;
@@ -129,7 +129,7 @@ $kendo-tabstrip-item-hover-gradient: null !default;
129
129
  $kendo-tabstrip-item-selected-bg: k-color(surface-alt) !default;
130
130
  /// The text color of the selected TabStrip items.
131
131
  /// @group tabstrip
132
- $kendo-tabstrip-item-selected-text: k-color(primary) !default;
132
+ $kendo-tabstrip-item-selected-text: k-color(primary-on-surface) !default;
133
133
  /// The border color of the selected TabStrip items.
134
134
  /// @group tabstrip
135
135
  $kendo-tabstrip-item-selected-border: k-color(border) !default;
@@ -224,13 +224,13 @@ $kendo-taskboard-card-selected-shadow: none !default;
224
224
 
225
225
  /// The text color of the TaskBoard Card header text.
226
226
  /// @group taskboard
227
- $kendo-taskboard-card-header-text: k-color(primary) !default;
227
+ $kendo-taskboard-card-header-text: k-color(primary-on-surface) !default;
228
228
  /// The text color of the hovered TaskBoard Card header text.
229
229
  /// @group taskboard
230
- $kendo-taskboard-card-header-focus-text: k-color(primary-hover) !default;
230
+ $kendo-taskboard-card-header-focus-text: k-color(primary-on-surface) !default;
231
231
  /// The text color of the focused TaskBoard Card header text.
232
232
  /// @group taskboard
233
- $kendo-taskboard-card-header-hover-text: k-color(primary-hover) !default;
233
+ $kendo-taskboard-card-header-hover-text: k-color(primary-on-surface) !default;
234
234
 
235
235
  /// The border width of the TaskBoard Card placeholder.
236
236
  /// @group taskboard
@@ -46,10 +46,10 @@ $kendo-time-selector-header-border-width: 0px !default;
46
46
  $kendo-time-selector-header-title-text: unset !default;
47
47
  /// The text color of the TimeSelector header current time indicator.
48
48
  /// @group time-selector
49
- $kendo-time-selector-header-time-now-text: k-color(primary) !default;
49
+ $kendo-time-selector-header-time-now-text: k-color(primary-on-surface) !default;
50
50
  /// The text color of the hovered TimeSelector header current time indicator.
51
51
  /// @group time-selector
52
- $kendo-time-selector-header-time-now-hover-text: k-color(primary-hover) !default;
52
+ $kendo-time-selector-header-time-now-hover-text: k-color(primary-on-surface) !default;
53
53
 
54
54
  /// The width of the TimeSelector list.
55
55
  /// @group time-selector
@@ -141,10 +141,10 @@ $kendo-time-list-focus-bg: rgba( black, .04 ) !default;
141
141
 
142
142
  /// The text color of the TimeSelector button.
143
143
  /// @group time-selector
144
- $kendo-time-selector-now-button-text: k-color(primary) !default;
144
+ $kendo-time-selector-now-button-text: k-color(primary-on-surface) !default;
145
145
  /// The text color of the hovered TimeSelector button.
146
146
  /// @group time-selector
147
- $kendo-time-selector-now-button-hover-text: k-color(primary-hover) !default;
147
+ $kendo-time-selector-now-button-hover-text: k-color(primary-on-surface) !default;
148
148
 
149
149
  @forward "@progress/kendo-theme-core/scss/components/timeselector/_variables.scss" with (
150
150
  $kendo-time-selector-default-size: $kendo-time-selector-default-size,
@@ -138,7 +138,7 @@ $kendo-treeview-item-focus-shadow: inset 0 0 2px 0 k-color(border) !default;
138
138
  $kendo-treeview-loadmore-bg: transparent !default;
139
139
  /// The text color of the Load More button in the TreeView.
140
140
  /// @group treeview
141
- $kendo-treeview-loadmore-text: k-color(primary) !default;
141
+ $kendo-treeview-loadmore-text: k-color(primary-on-surface) !default;
142
142
  /// The border color of the Load More button in the TreeView.
143
143
  /// @group treeview
144
144
  $kendo-treeview-loadmore-border: null !default;
@@ -148,7 +148,7 @@ $kendo-treeview-loadmore-border: null !default;
148
148
  $kendo-treeview-loadmore-hover-bg: transparent !default;
149
149
  /// The text color of the hovered Load More button in the TreeView.
150
150
  /// @group treeview
151
- $kendo-treeview-loadmore-hover-text: k-color(primary-hover) !default;
151
+ $kendo-treeview-loadmore-hover-text: k-color(primary-on-surface) !default;
152
152
  /// The border color of the hovered Load More button in the TreeView.
153
153
  /// @group treeview
154
154
  $kendo-treeview-loadmore-hover-border: null !default;
@@ -158,7 +158,7 @@ $kendo-treeview-loadmore-hover-border: null !default;
158
158
  $kendo-treeview-loadmore-focus-bg: transparent !default;
159
159
  /// The text color of the focused Load More button in the TreeView.
160
160
  /// @group treeview
161
- $kendo-treeview-loadmore-focus-text: k-color(primary-hover) !default;
161
+ $kendo-treeview-loadmore-focus-text: k-color(primary-on-surface) !default;
162
162
  /// The border color of the focused Load More button in the TreeView.
163
163
  /// @group treeview
164
164
  $kendo-treeview-loadmore-focus-border: null !default;