@progress/kendo-theme-default 13.2.0-dev.2 → 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 (43) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/default-blue.css +1 -1
  3. package/dist/default-dataviz-v4.css +1 -1
  4. package/dist/default-green.css +1 -1
  5. package/dist/default-main-dark.css +1 -1
  6. package/dist/default-main.css +1 -1
  7. package/dist/default-nordic.css +1 -1
  8. package/dist/default-ocean-blue-a11y.css +1 -1
  9. package/dist/default-ocean-blue.css +1 -1
  10. package/dist/default-orange.css +1 -1
  11. package/dist/default-purple.css +1 -1
  12. package/dist/default-turquoise.css +1 -1
  13. package/dist/default-urban.css +1 -1
  14. package/dist/meta/sassdoc-data.json +722 -668
  15. package/dist/meta/sassdoc-raw-data.json +338 -313
  16. package/dist/meta/variables.json +25 -21
  17. package/lib/swatches/default-blue.json +1 -1
  18. package/lib/swatches/default-dataviz-v4.json +1 -1
  19. package/lib/swatches/default-green.json +1 -1
  20. package/lib/swatches/default-main-dark.json +1 -1
  21. package/lib/swatches/default-main.json +1 -1
  22. package/lib/swatches/default-nordic.json +1 -1
  23. package/lib/swatches/default-ocean-blue-a11y.json +1 -1
  24. package/lib/swatches/default-ocean-blue.json +1 -1
  25. package/lib/swatches/default-orange.json +1 -1
  26. package/lib/swatches/default-purple.json +1 -1
  27. package/lib/swatches/default-turquoise.json +1 -1
  28. package/lib/swatches/default-urban.json +1 -1
  29. package/package.json +4 -4
  30. package/scss/adaptive/_variables.scss +3 -3
  31. package/scss/breadcrumb/_variables.scss +1 -1
  32. package/scss/calendar/_variables.scss +2 -2
  33. package/scss/captcha/_variables.scss +2 -2
  34. package/scss/column-menu/_variables.scss +1 -1
  35. package/scss/filter/_variables.scss +1 -1
  36. package/scss/grid/_variables.scss +0 -1
  37. package/scss/icons/_variables.scss +5 -1
  38. package/scss/panelbar/_variables.scss +1 -1
  39. package/scss/spreadsheet/_variables.scss +1 -1
  40. package/scss/tabstrip/_variables.scss +1 -1
  41. package/scss/taskboard/_variables.scss +3 -3
  42. package/scss/timeselector/_variables.scss +4 -4
  43. package/scss/treeview/_variables.scss +1 -1
@@ -1618,6 +1618,10 @@
1618
1618
  "type": "Color",
1619
1619
  "value": "#8B7CF6"
1620
1620
  },
1621
+ "kendo-action-icon-color": {
1622
+ "type": "String",
1623
+ "value": "var(--kendo-color-primary-on-surface)"
1624
+ },
1621
1625
  "kendo-message-box-default-theme-color": {
1622
1626
  "type": "Null",
1623
1627
  "value": "null"
@@ -6337,7 +6341,7 @@
6337
6341
  },
6338
6342
  "kendo-calendar-today-color": {
6339
6343
  "type": "String",
6340
- "value": "var(--kendo-color-primary)"
6344
+ "value": "var(--kendo-color-primary-on-surface)"
6341
6345
  },
6342
6346
  "kendo-calendar-today-font-weight": {
6343
6347
  "type": "String",
@@ -6445,7 +6449,7 @@
6445
6449
  },
6446
6450
  "kendo-calendar-navigation-hover-text": {
6447
6451
  "type": "String",
6448
- "value": "var(--kendo-color-primary-hover)"
6452
+ "value": "var(--kendo-color-primary-on-surface)"
6449
6453
  },
6450
6454
  "kendo-calendar-navigation-marker-text": {
6451
6455
  "type": "String",
@@ -6616,11 +6620,11 @@
6616
6620
  },
6617
6621
  "kendo-time-selector-header-time-now-text": {
6618
6622
  "type": "String",
6619
- "value": "var(--kendo-color-primary)"
6623
+ "value": "var(--kendo-color-primary-on-surface)"
6620
6624
  },
6621
6625
  "kendo-time-selector-header-time-now-hover-text": {
6622
6626
  "type": "String",
6623
- "value": "var(--kendo-color-primary-hover)"
6627
+ "value": "var(--kendo-color-primary-on-surface)"
6624
6628
  },
6625
6629
  "kendo-time-selector-fast-selection-gap": {
6626
6630
  "type": "Null",
@@ -6756,11 +6760,11 @@
6756
6760
  },
6757
6761
  "kendo-time-selector-now-button-text": {
6758
6762
  "type": "String",
6759
- "value": "var(--kendo-color-primary)"
6763
+ "value": "var(--kendo-color-primary-on-surface)"
6760
6764
  },
6761
6765
  "kendo-time-selector-now-button-hover-text": {
6762
6766
  "type": "String",
6763
- "value": "var(--kendo-color-primary-hover)"
6767
+ "value": "var(--kendo-color-primary-on-surface)"
6764
6768
  },
6765
6769
  "kendo-captcha-spacer": {
6766
6770
  "type": "String",
@@ -6792,11 +6796,11 @@
6792
6796
  },
6793
6797
  "kendo-captcha-text": {
6794
6798
  "type": "String",
6795
- "value": "var(--kendo-color-surface-alt)"
6799
+ "value": "var(--kendo-color-on-app-surface)"
6796
6800
  },
6797
6801
  "kendo-captcha-border": {
6798
6802
  "type": "String",
6799
- "value": "var(--kendo-color-surface-alt)"
6803
+ "value": "var(--kendo-color-border)"
6800
6804
  },
6801
6805
  "kendo-captcha-image-wrap-gap": {
6802
6806
  "type": "String",
@@ -7647,7 +7651,7 @@
7647
7651
  },
7648
7652
  "kendo-treeview-loadmore-text": {
7649
7653
  "type": "String",
7650
- "value": "var(--kendo-color-primary)"
7654
+ "value": "var(--kendo-color-primary-on-surface)"
7651
7655
  },
7652
7656
  "kendo-treeview-loadmore-border": {
7653
7657
  "type": "Null",
@@ -9961,7 +9965,7 @@
9961
9965
  },
9962
9966
  "kendo-breadcrumb-link-focus-text": {
9963
9967
  "type": "String",
9964
- "value": "var(--kendo-color-primary)"
9968
+ "value": "var(--kendo-color-primary-on-surface)"
9965
9969
  },
9966
9970
  "kendo-breadcrumb-link-focus-border": {
9967
9971
  "type": "Null",
@@ -10611,7 +10615,7 @@
10611
10615
  },
10612
10616
  "kendo-tabstrip-item-selected-text": {
10613
10617
  "type": "String",
10614
- "value": "var(--kendo-color-primary)"
10618
+ "value": "var(--kendo-color-primary-on-surface)"
10615
10619
  },
10616
10620
  "kendo-tabstrip-item-selected-border": {
10617
10621
  "type": "String",
@@ -10955,7 +10959,7 @@
10955
10959
  },
10956
10960
  "kendo-panelbar-header-text": {
10957
10961
  "type": "String",
10958
- "value": "var(--kendo-color-primary)"
10962
+ "value": "var(--kendo-color-primary-on-surface)"
10959
10963
  },
10960
10964
  "kendo-panelbar-header-border": {
10961
10965
  "type": "Null",
@@ -11499,7 +11503,7 @@
11499
11503
  },
11500
11504
  "kendo-adaptive-menu-clear-text": {
11501
11505
  "type": "String",
11502
- "value": "var(--kendo-color-primary)"
11506
+ "value": "var(--kendo-color-primary-on-surface)"
11503
11507
  },
11504
11508
  "kendo-adaptive-menu-item-border": {
11505
11509
  "type": "String",
@@ -11527,11 +11531,11 @@
11527
11531
  },
11528
11532
  "kendo-adaptive-grid-sort-text": {
11529
11533
  "type": "String",
11530
- "value": "var(--kendo-color-primary)"
11534
+ "value": "var(--kendo-color-primary-on-surface)"
11531
11535
  },
11532
11536
  "kendo-adaptive-scheduler-current-text": {
11533
11537
  "type": "String",
11534
- "value": "var(--kendo-color-primary)"
11538
+ "value": "var(--kendo-color-primary-on-surface)"
11535
11539
  },
11536
11540
  "kendo-adaptive-scheduler-base-text": {
11537
11541
  "type": "String",
@@ -12499,7 +12503,7 @@
12499
12503
  },
12500
12504
  "kendo-spreadsheet-insert-image-dialog-overlay-hover-text": {
12501
12505
  "type": "String",
12502
- "value": "var(--kendo-color-surface-alt)"
12506
+ "value": "var(--kendo-color-on-app-surface)"
12503
12507
  },
12504
12508
  "kendo-spreadsheet-drawing-handle-width": {
12505
12509
  "type": "Number",
@@ -12891,7 +12895,7 @@
12891
12895
  },
12892
12896
  "kendo-filter-preview-field-text": {
12893
12897
  "type": "String",
12894
- "value": "var(--kendo-color-primary)"
12898
+ "value": "var(--kendo-color-primary-on-surface)"
12895
12899
  },
12896
12900
  "kendo-filter-preview-operator-text": {
12897
12901
  "type": "String",
@@ -13387,15 +13391,15 @@
13387
13391
  },
13388
13392
  "kendo-taskboard-card-header-text": {
13389
13393
  "type": "String",
13390
- "value": "var(--kendo-color-primary)"
13394
+ "value": "var(--kendo-color-primary-on-surface)"
13391
13395
  },
13392
13396
  "kendo-taskboard-card-header-hover-text": {
13393
13397
  "type": "String",
13394
- "value": "var(--kendo-color-primary-hover)"
13398
+ "value": "var(--kendo-color-primary-on-surface)"
13395
13399
  },
13396
13400
  "kendo-taskboard-card-header-focus-text": {
13397
13401
  "type": "String",
13398
- "value": "var(--kendo-color-primary-hover)"
13402
+ "value": "var(--kendo-color-primary-on-surface)"
13399
13403
  },
13400
13404
  "kendo-taskboard-drag-placeholder-border-width": {
13401
13405
  "type": "Number",
@@ -16161,7 +16165,7 @@
16161
16165
  },
16162
16166
  "kendo-group-menu-item-add-action-text": {
16163
16167
  "type": "String",
16164
- "value": "var(--kendo-color-primary)"
16168
+ "value": "var(--kendo-color-primary-on-surface)"
16165
16169
  },
16166
16170
  "kendo-group-menu-item-border": {
16167
16171
  "type": "String",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Blue",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "13.2.0-dev.2",
6
+ "version": "13.2.0-dev.3",
7
7
  "previewColors": [
8
8
  "oklch(100.00% 0.0001 0deg)",
9
9
  "oklch(97.01% 0.0001 0deg)",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Dataviz v4",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "13.2.0-dev.2",
6
+ "version": "13.2.0-dev.3",
7
7
  "previewColors": [
8
8
  "oklch(69.85% 0.1922 27.18deg)",
9
9
  "oklch(87.94% 0.1577 90.42deg)",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Green",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "13.2.0-dev.2",
6
+ "version": "13.2.0-dev.3",
7
7
  "previewColors": [
8
8
  "oklch(100.00% 0.0001 0deg)",
9
9
  "oklch(97.01% 0.0001 0deg)",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "13.2.0-dev.2",
6
+ "version": "13.2.0-dev.3",
7
7
  "previewColors": [
8
8
  "oklch(0.00% 0.0000 0deg)",
9
9
  "oklch(19.57% 0.0000 0deg)",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "13.2.0-dev.2",
6
+ "version": "13.2.0-dev.3",
7
7
  "previewColors": [
8
8
  "oklch(100.00% 0.0001 0deg)",
9
9
  "oklch(97.01% 0.0001 0deg)",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Nordic",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "13.2.0-dev.2",
6
+ "version": "13.2.0-dev.3",
7
7
  "previewColors": [
8
8
  "oklch(100.00% 0.0001 0deg)",
9
9
  "oklch(50.02% 0.0301 214.80deg)",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Ocean Blue A11Y",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "13.2.0-dev.2",
6
+ "version": "13.2.0-dev.3",
7
7
  "previewColors": [
8
8
  "oklch(100.00% 0.0001 0deg)",
9
9
  "oklch(97.01% 0.0001 0deg)",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Ocean Blue",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "13.2.0-dev.2",
6
+ "version": "13.2.0-dev.3",
7
7
  "previewColors": [
8
8
  "oklch(100.00% 0.0001 0deg)",
9
9
  "oklch(97.01% 0.0001 0deg)",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Orange",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "13.2.0-dev.2",
6
+ "version": "13.2.0-dev.3",
7
7
  "previewColors": [
8
8
  "oklch(100.00% 0.0001 0deg)",
9
9
  "oklch(97.01% 0.0001 0deg)",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Purple",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "13.2.0-dev.2",
6
+ "version": "13.2.0-dev.3",
7
7
  "previewColors": [
8
8
  "oklch(100.00% 0.0001 0deg)",
9
9
  "oklch(97.01% 0.0001 0deg)",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Turquoise",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "13.2.0-dev.2",
6
+ "version": "13.2.0-dev.3",
7
7
  "previewColors": [
8
8
  "oklch(100.00% 0.0001 0deg)",
9
9
  "oklch(97.01% 0.0001 0deg)",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Urban",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "13.2.0-dev.2",
6
+ "version": "13.2.0-dev.3",
7
7
  "previewColors": [
8
8
  "oklch(100.00% 0.0001 0deg)",
9
9
  "oklch(94.26% 0.0144 231.45deg)",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-default",
3
3
  "description": "SASS resources for the default Kendo UI theme",
4
- "version": "13.2.0-dev.2",
4
+ "version": "13.2.0-dev.3",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -53,12 +53,12 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@progress/kendo-svg-icons": "^4.8.0",
56
- "@progress/kendo-theme-core": "13.2.0-dev.2",
57
- "@progress/kendo-theme-utils": "13.2.0-dev.2"
56
+ "@progress/kendo-theme-core": "13.2.0-dev.3",
57
+ "@progress/kendo-theme-utils": "13.2.0-dev.3"
58
58
  },
59
59
  "directories": {
60
60
  "doc": "docs",
61
61
  "lib": "lib"
62
62
  },
63
- "gitHead": "2391ae0f9412058a616e592247c530e1f133ce2b"
63
+ "gitHead": "5487edc15973af51b6b452b987a8cb020d654a57"
64
64
  }
@@ -28,7 +28,7 @@ $kendo-adaptive-menu-text: k-color(on-primary) !default;
28
28
 
29
29
  /// The text color of the Adaptive menu clear button.
30
30
  /// @group adaptive
31
- $kendo-adaptive-menu-clear-text: k-color(primary) !default;
31
+ $kendo-adaptive-menu-clear-text: k-color(primary-on-surface) !default;
32
32
 
33
33
  /// The border color of the Adaptive menu item.
34
34
  /// @group adaptive
@@ -54,13 +54,13 @@ $kendo-adaptive-line-height: var(--kendo-line-height) !default;
54
54
  // Adaptive Grid
55
55
  /// The text color of the Adaptive Grid sort indicator.
56
56
  /// @group adaptive
57
- $kendo-adaptive-grid-sort-text: k-color(primary) !default;
57
+ $kendo-adaptive-grid-sort-text: k-color(primary-on-surface) !default;
58
58
 
59
59
 
60
60
  // Adaptive Scheduler
61
61
  /// The text color of the current date in the Adaptive Scheduler.
62
62
  /// @group adaptive
63
- $kendo-adaptive-scheduler-current-text: k-color(primary) !default;
63
+ $kendo-adaptive-scheduler-current-text: k-color(primary-on-surface) !default;
64
64
  /// The base text color of the Adaptive Scheduler.
65
65
  /// @group adaptive
66
66
  $kendo-adaptive-scheduler-base-text: inherit !default;
@@ -145,7 +145,7 @@ $kendo-breadcrumb-link-hover-border: null !default;
145
145
  $kendo-breadcrumb-link-focus-bg: null !default;
146
146
  /// The text color of the focused Breadcrumb link.
147
147
  /// @group breadcrumb
148
- $kendo-breadcrumb-link-focus-text: k-color(primary) !default;
148
+ $kendo-breadcrumb-link-focus-text: k-color(primary-on-surface) !default;
149
149
  /// The border color of the focused Breadcrumb link.
150
150
  /// @group breadcrumb
151
151
  $kendo-breadcrumb-link-focus-border: null !default;
@@ -157,7 +157,7 @@ $kendo-calendar-weekend-text: null !default;
157
157
  $kendo-calendar-today-style: color !default;
158
158
  /// The color of the current day in the Calendar.
159
159
  /// @group calendar
160
- $kendo-calendar-today-color: k-color(primary) !default;
160
+ $kendo-calendar-today-color: k-color(primary-on-surface) !default;
161
161
  /// The font weight of the current day in the Calendar.
162
162
  /// @group calendar
163
163
  $kendo-calendar-today-font-weight: var(--kendo-font-weight-bold) !default;
@@ -249,7 +249,7 @@ $kendo-calendar-navigation-border: $kendo-calendar-header-border !default;
249
249
 
250
250
  /// The text color of the hovered items in the Calendar navigation.
251
251
  /// @group calendar
252
- $kendo-calendar-navigation-hover-text: k-color(primary-hover) !default;
252
+ $kendo-calendar-navigation-hover-text: k-color(primary-on-surface) !default;
253
253
  /// The text color of the marker in the Calendar navigation.
254
254
  /// @group calendar
255
255
  $kendo-calendar-navigation-marker-text: currentColor !default;
@@ -26,10 +26,10 @@ $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
- $kendo-captcha-border: k-color(surface-alt) !default;
32
+ $kendo-captcha-border: k-color(border) !default;
33
33
 
34
34
  /// The gap of the Captcha image wrapper.
35
35
  /// @group captcha
@@ -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;
@@ -245,7 +245,6 @@ $kendo-grid-selected-bg: $kendo-table-selected-bg !default;
245
245
  /// The text color of selected Grid rows.
246
246
  /// @group grid
247
247
  $kendo-grid-selected-text: $kendo-table-selected-text !default;
248
-
249
248
  /// The background color of highlighted Grid rows.
250
249
  /// @group grid
251
250
  $kendo-grid-highlighted-bg: $kendo-table-highlighted-bg !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
  );
@@ -58,7 +58,7 @@ $kendo-panelbar-border: k-color(border) !default;
58
58
  $kendo-panelbar-header-bg: $kendo-panelbar-bg !default;
59
59
  /// The text color of the PanelBar header.
60
60
  /// @group panelbar
61
- $kendo-panelbar-header-text: k-color(primary) !default;
61
+ $kendo-panelbar-header-text: k-color(primary-on-surface) !default;
62
62
  /// The border color of the PanelBar header.
63
63
  /// @group panelbar
64
64
  $kendo-panelbar-header-border: null !default;
@@ -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
@@ -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;
@@ -223,13 +223,13 @@ $kendo-taskboard-card-selected-shadow: none !default;
223
223
 
224
224
  /// The text color of the TaskBoard Card header text.
225
225
  /// @group taskboard
226
- $kendo-taskboard-card-header-text: k-color(primary) !default;
226
+ $kendo-taskboard-card-header-text: k-color(primary-on-surface) !default;
227
227
  /// The text color of the hovered TaskBoard Card header text.
228
228
  /// @group taskboard
229
- $kendo-taskboard-card-header-hover-text: k-color(primary-hover) !default;
229
+ $kendo-taskboard-card-header-hover-text: k-color(primary-on-surface) !default;
230
230
  /// The text color of the focused TaskBoard Card header text.
231
231
  /// @group taskboard
232
- $kendo-taskboard-card-header-focus-text: k-color(primary-hover) !default;
232
+ $kendo-taskboard-card-header-focus-text: k-color(primary-on-surface) !default;
233
233
 
234
234
  /// The border width of the TaskBoard Card placeholder.
235
235
  /// @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 gap of the TimeSelector fast selection.
55
55
  /// @group time-selector
@@ -145,10 +145,10 @@ $kendo-time-list-highlight-border: k-color(border) !default;
145
145
 
146
146
  /// The text color of the TimeSelector button.
147
147
  /// @group time-selector
148
- $kendo-time-selector-now-button-text: k-color(primary) !default;
148
+ $kendo-time-selector-now-button-text: k-color(primary-on-surface) !default;
149
149
  /// The text color of the hovered TimeSelector button.
150
150
  /// @group time-selector
151
- $kendo-time-selector-now-button-hover-text: k-color(primary-hover) !default;
151
+ $kendo-time-selector-now-button-hover-text: k-color(primary-on-surface) !default;
152
152
 
153
153
  @forward "@progress/kendo-theme-core/scss/components/timeselector/_variables.scss" with (
154
154
  $kendo-time-selector-default-size: $kendo-time-selector-default-size,
@@ -138,7 +138,7 @@ $kendo-treeview-item-focus-shadow: inset 0 0 0 2px k-color(border-alt) !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;