@progress/kendo-theme-default 13.2.0-dev.2 → 13.2.0-dev.4

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 (56) 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-dark.scss +0 -20
  7. package/dist/default-main.css +1 -1
  8. package/dist/default-nordic.css +1 -1
  9. package/dist/default-ocean-blue-a11y.css +1 -1
  10. package/dist/default-ocean-blue-a11y.scss +0 -10
  11. package/dist/default-ocean-blue.css +1 -1
  12. package/dist/default-ocean-blue.scss +0 -10
  13. package/dist/default-orange.css +1 -1
  14. package/dist/default-purple.css +1 -1
  15. package/dist/default-turquoise.css +1 -1
  16. package/dist/default-urban.css +1 -1
  17. package/dist/meta/sassdoc-data.json +1600 -2592
  18. package/dist/meta/sassdoc-raw-data.json +753 -1172
  19. package/dist/meta/variables.json +49 -168
  20. package/lib/swatches/default-blue.json +1 -1
  21. package/lib/swatches/default-dataviz-v4.json +1 -1
  22. package/lib/swatches/default-green.json +1 -1
  23. package/lib/swatches/default-main-dark.json +1 -101
  24. package/lib/swatches/default-main.json +1 -1
  25. package/lib/swatches/default-nordic.json +1 -1
  26. package/lib/swatches/default-ocean-blue-a11y.json +1 -51
  27. package/lib/swatches/default-ocean-blue.json +1 -51
  28. package/lib/swatches/default-orange.json +1 -1
  29. package/lib/swatches/default-purple.json +1 -1
  30. package/lib/swatches/default-turquoise.json +1 -1
  31. package/lib/swatches/default-urban.json +1 -1
  32. package/package.json +4 -4
  33. package/scss/adaptive/_variables.scss +3 -3
  34. package/scss/appbar/_variables.scss +1 -19
  35. package/scss/breadcrumb/_variables.scss +1 -1
  36. package/scss/calendar/_variables.scss +2 -2
  37. package/scss/captcha/_variables.scss +2 -2
  38. package/scss/card/_variables.scss +0 -6
  39. package/scss/colorgradient/_variables.scss +3 -3
  40. package/scss/colorpalette/_variables.scss +3 -3
  41. package/scss/column-menu/_variables.scss +1 -1
  42. package/scss/dialog/_variables.scss +0 -6
  43. package/scss/filter/_variables.scss +1 -1
  44. package/scss/grid/_variables.scss +0 -1
  45. package/scss/icons/_variables.scss +5 -1
  46. package/scss/notification/_variables.scss +1 -1
  47. package/scss/overlay/_variables.scss +2 -6
  48. package/scss/panelbar/_variables.scss +1 -1
  49. package/scss/scrollview/_variables.scss +2 -3
  50. package/scss/spreadsheet/_variables.scss +1 -1
  51. package/scss/tabstrip/_variables.scss +1 -1
  52. package/scss/taskboard/_variables.scss +3 -3
  53. package/scss/timeselector/_variables.scss +4 -4
  54. package/scss/tooltip/_variables.scss +1 -1
  55. package/scss/treeview/_variables.scss +1 -1
  56. package/scss/window/_variables.scss +0 -6
@@ -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.4",
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.4",
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.4",
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.4",
7
7
  "previewColors": [
8
8
  "oklch(0.00% 0.0000 0deg)",
9
9
  "oklch(19.57% 0.0000 0deg)",
@@ -451,106 +451,6 @@
451
451
  "type": "color",
452
452
  "value": "oklch(66.08% 0.2039 29.44deg)"
453
453
  },
454
- "light-subtle": {
455
- "name": "Light Subtle",
456
- "type": "color",
457
- "value": "oklch(98.51% 0.0001 0deg)"
458
- },
459
- "light-subtle-hover": {
460
- "name": "Light Subtle Hover",
461
- "type": "color",
462
- "value": "oklch(97.01% 0.0001 0deg)"
463
- },
464
- "light-subtle-active": {
465
- "name": "Light Subtle Active",
466
- "type": "color",
467
- "value": "oklch(94.01% 0.0001 0deg)"
468
- },
469
- "light": {
470
- "name": "Light",
471
- "type": "color",
472
- "value": "oklch(94.01% 0.0001 0deg)"
473
- },
474
- "light-hover": {
475
- "name": "Light Hover",
476
- "type": "color",
477
- "value": "oklch(90.67% 0.0001 0deg)"
478
- },
479
- "light-active": {
480
- "name": "Light Active",
481
- "type": "color",
482
- "value": "oklch(87.61% 0.0001 0deg)"
483
- },
484
- "light-emphasis": {
485
- "name": "Light Emphasis",
486
- "type": "color",
487
- "value": "oklch(87.61% 0.0001 0deg)"
488
- },
489
- "light-on-subtle": {
490
- "name": "Light On Subtle",
491
- "type": "color",
492
- "value": "oklch(19.13% 0.0000 0deg)"
493
- },
494
- "on-light": {
495
- "name": "On Light",
496
- "type": "color",
497
- "value": "oklch(0.00% 0.0000 0deg)"
498
- },
499
- "light-on-surface": {
500
- "name": "Light On Surface",
501
- "type": "color",
502
- "value": "oklch(90.67% 0.0001 0deg)"
503
- },
504
- "dark-subtle": {
505
- "name": "Dark Subtle",
506
- "type": "color",
507
- "value": "oklch(81.41% 0.0001 0deg)"
508
- },
509
- "dark-subtle-hover": {
510
- "name": "Dark Subtle Hover",
511
- "type": "color",
512
- "value": "oklch(74.76% 0.0001 0deg)"
513
- },
514
- "dark-subtle-active": {
515
- "name": "Dark Subtle Active",
516
- "type": "color",
517
- "value": "oklch(68.30% 0.0001 0deg)"
518
- },
519
- "dark": {
520
- "name": "Dark",
521
- "type": "color",
522
- "value": "oklch(36.00% 0.0000 0deg)"
523
- },
524
- "dark-hover": {
525
- "name": "Dark Hover",
526
- "type": "color",
527
- "value": "oklch(28.09% 0.0000 0deg)"
528
- },
529
- "dark-active": {
530
- "name": "Dark Active",
531
- "type": "color",
532
- "value": "oklch(23.93% 0.0000 0deg)"
533
- },
534
- "dark-emphasis": {
535
- "name": "Dark Emphasis",
536
- "type": "color",
537
- "value": "oklch(51.03% 0.0001 0deg)"
538
- },
539
- "dark-on-subtle": {
540
- "name": "Dark On Subtle",
541
- "type": "color",
542
- "value": "oklch(23.93% 0.0000 0deg)"
543
- },
544
- "on-dark": {
545
- "name": "On Dark",
546
- "type": "color",
547
- "value": "oklch(100.00% 0.0001 0deg)"
548
- },
549
- "dark-on-surface": {
550
- "name": "Dark On Surface",
551
- "type": "color",
552
- "value": "oklch(19.13% 0.0000 0deg)"
553
- },
554
454
  "inverse-subtle": {
555
455
  "name": "Inverse Subtle",
556
456
  "type": "color",
@@ -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.4",
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.4",
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.4",
7
7
  "previewColors": [
8
8
  "oklch(100.00% 0.0001 0deg)",
9
9
  "oklch(97.01% 0.0001 0deg)",
@@ -441,56 +441,6 @@
441
441
  "type": "color",
442
442
  "value": "oklch(55.72% 0.2158 26.34deg)"
443
443
  },
444
- "light-subtle": {
445
- "name": "Light Subtle",
446
- "type": "color",
447
- "value": "oklch(91.58% 0.0001 0deg)"
448
- },
449
- "light-subtle-hover": {
450
- "name": "Light Subtle Hover",
451
- "type": "color",
452
- "value": "oklch(85.45% 0.0001 0deg)"
453
- },
454
- "light-subtle-active": {
455
- "name": "Light Subtle Active",
456
- "type": "color",
457
- "value": "oklch(78.89% 0.0001 0deg)"
458
- },
459
- "light": {
460
- "name": "Light",
461
- "type": "color",
462
- "value": "oklch(56.24% 0.0001 0deg)"
463
- },
464
- "light-hover": {
465
- "name": "Light Hover",
466
- "type": "color",
467
- "value": "oklch(54.52% 0.0001 0deg)"
468
- },
469
- "light-active": {
470
- "name": "Light Active",
471
- "type": "color",
472
- "value": "oklch(51.38% 0.0001 0deg)"
473
- },
474
- "light-emphasis": {
475
- "name": "Light Emphasis",
476
- "type": "color",
477
- "value": "oklch(67.97% 0.0001 0deg)"
478
- },
479
- "light-on-subtle": {
480
- "name": "Light On Subtle",
481
- "type": "color",
482
- "value": "oklch(28.09% 0.0000 0deg)"
483
- },
484
- "on-light": {
485
- "name": "On Light",
486
- "type": "color",
487
- "value": "oklch(100.00% 0.0001 0deg)"
488
- },
489
- "light-on-surface": {
490
- "name": "Light On Surface",
491
- "type": "color",
492
- "value": "oklch(46.04% 0.0001 0deg)"
493
- },
494
444
  "series-a": {
495
445
  "name": "Series A",
496
446
  "type": "color",
@@ -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.4",
7
7
  "previewColors": [
8
8
  "oklch(100.00% 0.0001 0deg)",
9
9
  "oklch(97.01% 0.0001 0deg)",
@@ -441,56 +441,6 @@
441
441
  "type": "color",
442
442
  "value": "oklch(45.22% 0.1727 26.06deg)"
443
443
  },
444
- "light-subtle": {
445
- "name": "Light Subtle",
446
- "type": "color",
447
- "value": "oklch(91.58% 0.0001 0deg)"
448
- },
449
- "light-subtle-hover": {
450
- "name": "Light Subtle Hover",
451
- "type": "color",
452
- "value": "oklch(85.45% 0.0001 0deg)"
453
- },
454
- "light-subtle-active": {
455
- "name": "Light Subtle Active",
456
- "type": "color",
457
- "value": "oklch(78.89% 0.0001 0deg)"
458
- },
459
- "light": {
460
- "name": "Light",
461
- "type": "color",
462
- "value": "oklch(56.24% 0.0001 0deg)"
463
- },
464
- "light-hover": {
465
- "name": "Light Hover",
466
- "type": "color",
467
- "value": "oklch(54.52% 0.0001 0deg)"
468
- },
469
- "light-active": {
470
- "name": "Light Active",
471
- "type": "color",
472
- "value": "oklch(51.38% 0.0001 0deg)"
473
- },
474
- "light-emphasis": {
475
- "name": "Light Emphasis",
476
- "type": "color",
477
- "value": "oklch(67.97% 0.0001 0deg)"
478
- },
479
- "light-on-subtle": {
480
- "name": "Light On Subtle",
481
- "type": "color",
482
- "value": "oklch(28.09% 0.0000 0deg)"
483
- },
484
- "on-light": {
485
- "name": "On Light",
486
- "type": "color",
487
- "value": "oklch(100.00% 0.0001 0deg)"
488
- },
489
- "light-on-surface": {
490
- "name": "Light On Surface",
491
- "type": "color",
492
- "value": "oklch(46.04% 0.0001 0deg)"
493
- },
494
444
  "series-a": {
495
445
  "name": "Series A",
496
446
  "type": "color",
@@ -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.4",
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.4",
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.4",
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.4",
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.4",
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.4",
57
+ "@progress/kendo-theme-utils": "13.2.0-dev.4"
58
58
  },
59
59
  "directories": {
60
60
  "doc": "docs",
61
61
  "lib": "lib"
62
62
  },
63
- "gitHead": "2391ae0f9412058a616e592247c530e1f133ce2b"
63
+ "gitHead": "7368a47b22d3a917d55b6f022728aee002b3125a"
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;
@@ -7,7 +7,7 @@
7
7
  /// The default theme color of the AppBar.
8
8
  /// @group appbar
9
9
  /// @role default
10
- $kendo-appbar-default-theme-color: "light" !default;
10
+ $kendo-appbar-default-theme-color: "base" !default;
11
11
 
12
12
  /// The horizontal margin of the AppBar.
13
13
  /// @group appbar
@@ -41,20 +41,6 @@ $kendo-appbar-line-height: var(--kendo-line-height) !default;
41
41
  /// @group appbar
42
42
  $kendo-appbar-gap: k-spacing(2) !default;
43
43
 
44
- /// The background color of the AppBar based on light theme color.
45
- /// @group appbar
46
- $kendo-appbar-light-bg: k-color(light) !default;
47
- /// The text color of the AppBar based on light theme color.
48
- /// @group appbar
49
- $kendo-appbar-light-text: k-color(on-light) !default;
50
-
51
- /// The background color of the AppBar based on dark theme color.
52
- /// @group appbar
53
- $kendo-appbar-dark-bg: k-color(dark) !default;
54
- /// The text color of the AppBar based on dark theme color.
55
- /// @group appbar
56
- $kendo-appbar-dark-text: k-color(on-dark) !default;
57
-
58
44
  /// The box shadow of the AppBar.
59
45
  /// @group appbar
60
46
  $kendo-appbar-box-shadow: k-elevation(4) !default;
@@ -73,10 +59,6 @@ $kendo-appbar-bottom-box-shadow: $kendo-appbar-box-shadow !default;
73
59
  $kendo-appbar-font-size: $kendo-appbar-font-size,
74
60
  $kendo-appbar-line-height: $kendo-appbar-line-height,
75
61
  $kendo-appbar-gap: $kendo-appbar-gap,
76
- $kendo-appbar-light-bg: $kendo-appbar-light-bg,
77
- $kendo-appbar-light-text: $kendo-appbar-light-text,
78
- $kendo-appbar-dark-bg: $kendo-appbar-dark-bg,
79
- $kendo-appbar-dark-text: $kendo-appbar-dark-text,
80
62
  $kendo-appbar-box-shadow: $kendo-appbar-box-shadow,
81
63
  $kendo-appbar-bottom-box-shadow: $kendo-appbar-bottom-box-shadow,
82
64
  $kendo-appbar-default-theme-color: $kendo-appbar-default-theme-color
@@ -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
@@ -3,11 +3,6 @@
3
3
 
4
4
  // Card
5
5
 
6
- /// The default theme color of the Card.
7
- /// @group card
8
- /// @role default
9
- $kendo-card-default-theme-color: null !default;
10
-
11
6
  /// The horizontal padding of the Card.
12
7
  /// @group card
13
8
  $kendo-card-padding-x: k-spacing(4) !default;
@@ -187,7 +182,6 @@ $kendo-card-callout-width: 20px !default;
187
182
  $kendo-card-callout-height: 20px !default;
188
183
 
189
184
  @forward "@progress/kendo-theme-core/scss/components/card/_variables.scss" with (
190
- $kendo-card-default-theme-color: $kendo-card-default-theme-color,
191
185
  $kendo-card-padding-x: $kendo-card-padding-x,
192
186
  $kendo-card-padding-y: $kendo-card-padding-y,
193
187
  $kendo-card-border-width: $kendo-card-border-width,
@@ -171,13 +171,13 @@ $kendo-color-gradient-draghandle-text: null !default;
171
171
  $kendo-color-gradient-draghandle-bg: transparent !default;
172
172
  /// The color of the border around the ColorGradient canvas drag handle.
173
173
  /// @group color-gradient
174
- $kendo-color-gradient-draghandle-border: color-mix(in srgb, k-color(light) 80%, transparent) !default;
174
+ $kendo-color-gradient-draghandle-border: color-mix(in srgb, k-color(on-inverse) 80%, transparent) !default;
175
175
  /// The focus color of the outline around the ColorGradient canvas drag handle.
176
176
  /// @group color-gradient
177
- $kendo-color-gradient-draghandle-focus-shadow: k-color(dark) !default;
177
+ $kendo-color-gradient-draghandle-focus-shadow: k-color(inverse) !default;
178
178
  /// The hover color of the outline around the ColorGradient canvas drag handle.
179
179
  /// @group color-gradient
180
- $kendo-color-gradient-draghandle-hover-shadow: k-color(dark) !default;
180
+ $kendo-color-gradient-draghandle-hover-shadow: k-color(inverse) !default;
181
181
  /// The box shadow of the ColorGradient canvas drag handle.
182
182
  /// @group color-gradient
183
183
  $kendo-color-gradient-draghandle-shadow: k-elevation(2) !default;
@@ -44,13 +44,13 @@ $kendo-color-palette-lg-tile-height: $kendo-color-palette-lg-tile-width !default
44
44
 
45
45
  /// The shadow of the ColorPalette focused tile.
46
46
  /// @group color-palette
47
- $kendo-color-palette-tile-focus-shadow: 0 0 3px 1px color-mix(in srgb, k-color(dark) 30%, transparent), inset 0 0 0 1px color-mix(in srgb, k-color(light) 50%, transparent) !default;
47
+ $kendo-color-palette-tile-focus-shadow: 0 0 3px 1px color-mix(in srgb, k-color(inverse) 30%, transparent), inset 0 0 0 1px color-mix(in srgb, k-color(on-inverse) 50%, transparent) !default;
48
48
  /// The shadow of the ColorPalette hovered tile.
49
49
  /// @group color-palette
50
- $kendo-color-palette-tile-hover-shadow: 0 0 3px 1px color-mix(in srgb, k-color(dark) 30%, transparent), inset 0 0 0 1px color-mix(in srgb, k-color(light) 80%, transparent) !default;
50
+ $kendo-color-palette-tile-hover-shadow: 0 0 3px 1px color-mix(in srgb, k-color(inverse) 30%, transparent), inset 0 0 0 1px color-mix(in srgb, k-color(on-inverse) 80%, transparent) !default;
51
51
  /// The shadow of the ColorPalette selected tile.
52
52
  /// @group color-palette
53
- $kendo-color-palette-tile-selected-shadow: 0 1px 3px 1px color-mix(in srgb, k-color(dark) 30%, transparent), inset 0 0 0 1px color-mix(in srgb, k-color(light) 100%, transparent) !default;
53
+ $kendo-color-palette-tile-selected-shadow: 0 1px 3px 1px color-mix(in srgb, k-color(inverse) 30%, transparent), inset 0 0 0 1px color-mix(in srgb, k-color(on-inverse) 100%, transparent) !default;
54
54
 
55
55
  @forward "@progress/kendo-theme-core/scss/components/colorpalette/_variables.scss" with (
56
56
  $kendo-color-palette-default-size: $kendo-color-palette-default-size,
@@ -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;
@@ -4,11 +4,6 @@
4
4
 
5
5
  // Dialog
6
6
 
7
- /// The default theme color of the Dialog.
8
- /// @group dialog
9
- /// @role default
10
- $kendo-dialog-default-theme-color: null !default;
11
-
12
7
  /// The background color of the Dialog titlebar.
13
8
  /// @group dialog
14
9
  $kendo-dialog-titlebar-bg: k-color(surface) !default;
@@ -37,7 +32,6 @@ $kendo-dialog-button-spacing: $kendo-actions-button-spacing !default;
37
32
  $kendo-dialog-bg: k-color(surface-alt) !default;
38
33
 
39
34
  @forward "@progress/kendo-theme-core/scss/components/dialog/_variables.scss" with (
40
- $kendo-dialog-default-theme-color: $kendo-dialog-default-theme-color,
41
35
  $kendo-dialog-titlebar-bg: $kendo-dialog-titlebar-bg,
42
36
  $kendo-dialog-titlebar-text: $kendo-dialog-titlebar-text,
43
37
  $kendo-dialog-titlebar-border: $kendo-dialog-titlebar-border,
@@ -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
  );
@@ -62,7 +62,7 @@ $kendo-notification-icon-spacing: $kendo-icon-spacing !default;
62
62
 
63
63
  /// The theme colors map for the Notification.
64
64
  /// @group notification
65
- $kendo-notification-theme-colors: ("base", "primary", "secondary", "tertiary", "info", "success", "warning", "error", "dark", "light", "inverse") !default;
65
+ $kendo-notification-theme-colors: ("base", "primary", "secondary", "tertiary", "info", "success", "warning", "error", "inverse") !default;
66
66
  /// The generated theme colors map for the Notification.
67
67
  /// @group notification
68
68
  $kendo-notification-theme: notification-theme( $kendo-notification-theme-colors ) !default;
@@ -1,18 +1,14 @@
1
- /// The default theme color of the Overlay.
2
- /// @group overlay
3
- /// @role default
4
- $kendo-overlay-default-theme-color: "inverse" !default;
1
+ @use "../core/_index.scss" as *;
5
2
 
6
3
  /// The background color of the Overlay.
7
4
  /// @group overlay
8
- $kendo-overlay-bg: null !default;
5
+ $kendo-overlay-bg: k-color(inverse) !default;
9
6
 
10
7
  /// The opacity of the Overlay.
11
8
  /// @group overlay
12
9
  $kendo-overlay-opacity: .5 !default;
13
10
 
14
11
  @forward "@progress/kendo-theme-core/scss/components/overlay/_variables.scss" with (
15
- $kendo-overlay-default-theme-color: $kendo-overlay-default-theme-color,
16
12
  $kendo-overlay-bg: $kendo-overlay-bg,
17
13
  $kendo-overlay-opacity: $kendo-overlay-opacity
18
14
  );
@@ -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;