@progress/kendo-theme-classic 10.6.0-dev.6 → 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
@@ -21,16 +21,16 @@ $kendo-menu-line-height: var( --kendo-line-height, normal ) !default;
21
21
 
22
22
  /// The background color of the Menu.
23
23
  /// @group menu
24
- $kendo-menu-bg: $kendo-base-bg !default;
24
+ $kendo-menu-bg: k-color(surface) !default;
25
25
  /// The text color of the Menu.
26
26
  /// @group menu
27
- $kendo-menu-text: $kendo-base-text !default;
27
+ $kendo-menu-text: k-color(on-app-surface) !default;
28
28
  /// The border color of the Menu.
29
29
  /// @group menu
30
- $kendo-menu-border: $kendo-base-border !default;
30
+ $kendo-menu-border: k-color(border) !default;
31
31
  /// The background gradient of the Menu.
32
32
  /// @group menu
33
- $kendo-menu-gradient: $kendo-base-gradient !default;
33
+ $kendo-menu-gradient: null !default;
34
34
 
35
35
 
36
36
  // Menu item
@@ -67,23 +67,23 @@ $kendo-menu-item-gradient: null !default;
67
67
 
68
68
  /// The background color of hovered Menu item.
69
69
  /// @group menu
70
- $kendo-menu-item-hover-bg: $kendo-hover-bg !default;
70
+ $kendo-menu-item-hover-bg: k-color(base-hover) !default;
71
71
  /// The text color of hovered Menu item.
72
72
  /// @group menu
73
- $kendo-menu-item-hover-text: $kendo-hover-text !default;
73
+ $kendo-menu-item-hover-text: k-color(on-app-surface) !default;
74
74
  /// The border color of hovered Menu item.
75
75
  /// @group menu
76
- $kendo-menu-item-hover-border: $kendo-hover-border !default;
76
+ $kendo-menu-item-hover-border: k-color(border) !default;
77
77
  /// The background gradient of hovered Menu item.
78
78
  /// @group menu
79
- $kendo-menu-item-hover-gradient: $kendo-hover-gradient !default;
79
+ $kendo-menu-item-hover-gradient: null !default;
80
80
 
81
81
  /// The background color of active Menu item.
82
82
  /// @group menu
83
83
  $kendo-menu-item-active-bg: null !default;
84
84
  /// The text color of active Menu item.
85
85
  /// @group menu
86
- $kendo-menu-item-active-text: $kendo-component-text !default;
86
+ $kendo-menu-item-active-text: k-color(on-app-surface) !default;
87
87
  /// The border color of active Menu item.
88
88
  /// @group menu
89
89
  $kendo-menu-item-active-border: null !default;
@@ -93,7 +93,7 @@ $kendo-menu-item-active-gradient: null !default;
93
93
 
94
94
  /// The base shadow of focused Menu item.
95
95
  /// @group menu
96
- $kendo-menu-item-focus-shadow: inset 0 0 3px 1px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 25%, transparent), rgba( $kendo-menu-text, .25 )) !default;
96
+ $kendo-menu-item-focus-shadow: inset 0 0 3px 1px color-mix(in srgb, k-color(on-app-surface) 25%, transparent) !default;
97
97
 
98
98
  /// The background color of selected Menu item.
99
99
  /// @group menu
@@ -113,7 +113,7 @@ $kendo-menu-item-selected-gradient: null !default;
113
113
  $kendo-menu-scroll-button-bg: null !default;
114
114
  /// The text color of the Menu scroll buttons.
115
115
  /// @group menu
116
- $kendo-menu-scroll-button-text: $kendo-subtle-text !default;
116
+ $kendo-menu-scroll-button-text: k-color(subtle) !default;
117
117
  /// The border color of the Menu scroll buttons.
118
118
  /// @group menu
119
119
  $kendo-menu-scroll-button-border: null !default;
@@ -126,7 +126,7 @@ $kendo-menu-scroll-button-gradient: null !default;
126
126
  $kendo-menu-scroll-button-hover-bg: null !default;
127
127
  /// The text color of hovered Menu scroll buttons.
128
128
  /// @group menu
129
- $kendo-menu-scroll-button-hover-text: $kendo-component-text !default;
129
+ $kendo-menu-scroll-button-hover-text: k-color(on-app-surface) !default;
130
130
  /// The border color of hovered Menu scroll buttons.
131
131
  /// @group menu
132
132
  $kendo-menu-scroll-button-hover-border: null !default;
@@ -145,7 +145,7 @@ $kendo-menu-separator-margin-inline: k-spacing(1) !default;
145
145
  $kendo-menu-separator-margin-block: k-spacing(1.5) !default;
146
146
  /// The border color of Menu separator.
147
147
  /// @group menu
148
- $kendo-menu-separator-border: if($kendo-enable-color-system, k-color(border), $kendo-component-border) !default;
148
+ $kendo-menu-separator-border: k-color(border) !default;
149
149
 
150
150
 
151
151
  // Menu popup
@@ -16,6 +16,19 @@ $kendo-message-box-border-level: -9 !default;
16
16
  $kendo-message-box-link-font-style: italic !default;
17
17
  $kendo-message-box-link-text-decoration: underline !default;
18
18
 
19
+ $kendo-message-box-theme-colors: (
20
+ "primary": k-color(primary),
21
+ "secondary": k-color(secondary),
22
+ "tertiary": k-color(tertiary),
23
+ "info": k-color(info),
24
+ "success": k-color(success),
25
+ "warning": k-color(warning),
26
+ "error": k-color(error),
27
+ "dark": k-color(dark),
28
+ "light": k-color(light),
29
+ "inverse": if($kendo-is-dark-theme, k-color(light), k-color(dark)),
30
+ ) !default;
31
+
19
32
 
20
33
  @forward "@progress/kendo-theme-core/scss/components/messagebox/_variables.scss" with (
21
34
  $kendo-message-box-margin: $kendo-message-box-margin,
@@ -28,5 +41,6 @@ $kendo-message-box-link-text-decoration: underline !default;
28
41
  $kendo-message-box-text-level: $kendo-message-box-text-level,
29
42
  $kendo-message-box-border-level: $kendo-message-box-border-level,
30
43
  $kendo-message-box-link-font-style: $kendo-message-box-link-font-style,
31
- $kendo-message-box-link-text-decoration: $kendo-message-box-link-text-decoration
44
+ $kendo-message-box-link-text-decoration: $kendo-message-box-link-text-decoration,
45
+ $kendo-message-box-theme-colors: $kendo-message-box-theme-colors
32
46
  );
@@ -6,7 +6,7 @@ $kendo-no-data-min-height: 140px !default;
6
6
 
7
7
  /// The color of the 'No Data' text.
8
8
  /// @group no-data
9
- $kendo-no-data-text: $kendo-subtle-text !default;
9
+ $kendo-no-data-text: k-color(subtle) !default;
10
10
 
11
11
 
12
12
  @forward "@progress/kendo-theme-core/scss/components/no-data/_variables.scss" with (
@@ -7,7 +7,7 @@
7
7
 
8
8
  @each $name, $color in $colors {
9
9
  $_theme: map.merge(( $name: (
10
- color: if($kendo-enable-color-system, k-color( on-#{$name} ), k-contrast-legacy( $color )),
10
+ color: k-color(on-#{$name}),
11
11
  background-color: $color,
12
12
  border: $color,
13
13
  )), $_theme );
@@ -33,13 +33,13 @@ $kendo-notification-font-size: var( --kendo-font-size-sm, inherit ) !default;
33
33
  $kendo-notification-line-height: var( --kendo-line-height, normal ) !default;
34
34
  /// The background color of the Notification.
35
35
  /// @group notification
36
- $kendo-notification-bg: $kendo-component-bg !default;
36
+ $kendo-notification-bg: k-color(surface-alt) !default;
37
37
  /// The text color of the Notification.
38
38
  /// @group notification
39
- $kendo-notification-text: $kendo-component-text !default;
39
+ $kendo-notification-text: k-color(on-app-surface) !default;
40
40
  /// The border color of the Notification.
41
41
  /// @group notification
42
- $kendo-notification-border: $kendo-component-border !default;
42
+ $kendo-notification-border: k-color(border) !default;
43
43
  /// The box shadow of the Notification.
44
44
  /// @group notification
45
45
  $kendo-notification-shadow: $kendo-popup-shadow !default;
@@ -50,7 +50,18 @@ $kendo-notification-icon-spacing: $kendo-icon-spacing !default;
50
50
 
51
51
  /// The theme colors map for the Notification.
52
52
  /// @group notification
53
- $kendo-notification-theme-colors: $kendo-theme-colors !default;
53
+ $kendo-notification-theme-colors: (
54
+ "primary": k-color(primary),
55
+ "secondary": k-color(secondary),
56
+ "tertiary": k-color(tertiary),
57
+ "info": k-color(info),
58
+ "success": k-color(success),
59
+ "warning": k-color(warning),
60
+ "error": k-color(error),
61
+ "dark": k-color(dark),
62
+ "light": k-color(light),
63
+ "inverse": if($kendo-is-dark-theme, k-color(light), k-color(dark))
64
+ ) !default;
54
65
  /// The generated theme colors map for the Notification.
55
66
  /// @group notification
56
67
  $kendo-notification-theme: notification-theme( $kendo-notification-theme-colors ) !default;
@@ -24,13 +24,13 @@ $kendo-orgchart-font-size: var( --kendo-font-size, inherit ) !default;
24
24
  $kendo-orgchart-line-height: var( --kendo-line-height, normal ) !default;
25
25
  /// The background color of the OrgChart.
26
26
  /// @group orgchart
27
- $kendo-orgchart-bg: $kendo-component-bg !default;
27
+ $kendo-orgchart-bg: k-color(surface-alt) !default;
28
28
  /// The text color of the OrgChart.
29
29
  /// @group orgchart
30
- $kendo-orgchart-text: $kendo-component-text !default;
30
+ $kendo-orgchart-text: k-color(on-app-surface) !default;
31
31
  /// The border color of the OrgChart.
32
32
  /// @group orgchart
33
- $kendo-orgchart-border: $kendo-component-border !default;
33
+ $kendo-orgchart-border: k-color(border) !default;
34
34
 
35
35
  /// The spacing of the OrgChart node.
36
36
  /// @group orgchart
@@ -56,13 +56,13 @@ $kendo-orgchart-node-group-border-width: 1px !default;
56
56
  $kendo-orgchart-node-group-border-radius: k-border-radius(md) !default;
57
57
  /// The background color of the OrgChart node group.
58
58
  /// @group orgchart
59
- $kendo-orgchart-node-group-bg: $kendo-base-bg !default;
59
+ $kendo-orgchart-node-group-bg: k-color(surface) !default;
60
60
  /// The text color of the OrgChart node group.
61
61
  /// @group orgchart
62
- $kendo-orgchart-node-group-text: $kendo-base-text !default;
62
+ $kendo-orgchart-node-group-text: k-color(on-app-surface) !default;
63
63
  /// The border color of the OrgChart node group.
64
64
  /// @group orgchart
65
- $kendo-orgchart-node-group-border: $kendo-base-border !default;
65
+ $kendo-orgchart-node-group-border: k-color(border) !default;
66
66
 
67
67
  /// The border color of the focused OrgChart node group.
68
68
  /// @group orgchart
@@ -91,7 +91,7 @@ $kendo-orgchart-node-group-subtitle-font-size: var( --kendo-font-size, inherit )
91
91
 
92
92
  /// The line height of the OrgChart node group subtitle.
93
93
  /// @group orgchart
94
- $kendo-orgchart-node-group-subtitle-text: $kendo-subtle-text !default;
94
+ $kendo-orgchart-node-group-subtitle-text: k-color(subtle) !default;
95
95
 
96
96
  /// The width of the OrgChart Card.
97
97
  /// @group orgchart
@@ -145,7 +145,7 @@ $kendo-orgchart-card-body-vbox-min-height: $kendo-card-avatar-size !default;
145
145
  $kendo-orgchart-line-size: 1px !default;
146
146
  /// The fill color of the OrgChart connecting line.
147
147
  /// @group orgchart
148
- $kendo-orgchart-line-fill: $kendo-base-border !default;
148
+ $kendo-orgchart-line-fill: k-color(border) !default;
149
149
 
150
150
  /// The height of the OrgChart connecting line.
151
151
  /// @group orgchart
@@ -1,6 +1,17 @@
1
1
  @use "../core/_index.scss" as *;
2
2
 
3
- $kendo-overlay-theme-colors: $kendo-theme-colors !default;
3
+ $kendo-overlay-theme-colors: (
4
+ "primary": k-color(primary),
5
+ "secondary": k-color(secondary),
6
+ "tertiary": k-color(tertiary),
7
+ "info": k-color(info),
8
+ "success": k-color(success),
9
+ "warning": k-color(warning),
10
+ "error": k-color(error),
11
+ "dark": k-color(dark),
12
+ "light": k-color(light),
13
+ "inverse": if($kendo-is-dark-theme, k-color(light), k-color(dark)),
14
+ ) !default;
4
15
 
5
16
  $kendo-overlay-bg: $kendo-color-black !default;
6
17
  $kendo-overlay-opacity: .5 !default;
@@ -63,13 +63,13 @@ $kendo-pager-font-size: var( --kendo-font-size, inherit ) !default;
63
63
  $kendo-pager-line-height: var( --kendo-line-height, normal ) !default;
64
64
  /// The background color of the Pager.
65
65
  /// @group pager
66
- $kendo-pager-bg: $kendo-component-header-bg !default;
66
+ $kendo-pager-bg: k-color(surface) !default;
67
67
  /// The text color of the Pager.
68
68
  /// @group pager
69
- $kendo-pager-text: $kendo-component-header-text !default;
69
+ $kendo-pager-text: k-color(on-app-surface) !default;
70
70
  /// The border color of the Pager.
71
71
  /// @group pager
72
- $kendo-pager-border: $kendo-component-border !default;
72
+ $kendo-pager-border: k-color(border) !default;
73
73
 
74
74
  /// The background color of the focused Pager.
75
75
  /// @group pager
@@ -28,13 +28,13 @@ $kendo-panel-content-padding-block: k-spacing(1) !default;
28
28
 
29
29
  /// The text color of the Panel.
30
30
  /// @group panel
31
- $kendo-panel-text: var(--kendo-component-text, #{$kendo-component-text}) !default;
31
+ $kendo-panel-text: k-color(on-app-surface) !default;
32
32
  /// The background color of the Panel.
33
33
  /// @group panel
34
- $kendo-panel-bg: var(--kendo-component-bg, #{$kendo-component-bg}) !default;
34
+ $kendo-panel-bg: k-color(surface-alt) !default;
35
35
  /// The color of the border around the Panel.
36
36
  /// @group panel
37
- $kendo-panel-border: var(--kendo-component-border, #{$kendo-component-border}) !default;
37
+ $kendo-panel-border: k-color(border) !default;
38
38
 
39
39
 
40
40
  @forward "@progress/kendo-theme-core/scss/components/panel/_variables.scss" with (
@@ -52,36 +52,36 @@ $kendo-panelbar-item-level-count: 4 !default;
52
52
 
53
53
  /// The background color of the PanelBar.
54
54
  /// @group panelbar
55
- $kendo-panelbar-bg: $kendo-component-bg !default;
55
+ $kendo-panelbar-bg: k-color(surface-alt) !default;
56
56
  /// The text color of the PanelBar.
57
57
  /// @group panelbar
58
- $kendo-panelbar-text: $kendo-component-text !default;
58
+ $kendo-panelbar-text: k-color(on-app-surface) !default;
59
59
  /// The border color of the PanelBar.
60
60
  /// @group panelbar
61
- $kendo-panelbar-border: $kendo-component-border !default;
61
+ $kendo-panelbar-border: k-color(border) !default;
62
62
 
63
63
  /// The background color of the PanelBar header.
64
64
  /// @group panelbar
65
- $kendo-panelbar-header-bg: $kendo-component-header-bg !default;
65
+ $kendo-panelbar-header-bg: k-color(surface) !default;
66
66
  /// The text color of the PanelBar header.
67
67
  /// @group panelbar
68
- $kendo-panelbar-header-text: $kendo-component-header-text !default;
68
+ $kendo-panelbar-header-text: k-color(on-app-surface) !default;
69
69
  /// The border color of the PanelBar header.
70
70
  /// @group panelbar
71
- $kendo-panelbar-header-border: $kendo-component-header-border !default;
71
+ $kendo-panelbar-header-border: k-color(border) !default;
72
72
  /// The gradient of the PanelBar header.
73
73
  /// @group panelbar
74
- $kendo-panelbar-header-gradient: $kendo-component-header-gradient !default;
74
+ $kendo-panelbar-header-gradient: null !default;
75
75
 
76
76
  /// The background color of the hovered PanelBar header.
77
77
  /// @group panelbar
78
- $kendo-panelbar-header-hover-bg: $kendo-hover-bg !default;
78
+ $kendo-panelbar-header-hover-bg: k-color(base-hover) !default;
79
79
  /// The text color of the hovered PanelBar header.
80
80
  /// @group panelbar
81
- $kendo-panelbar-header-hover-text: $kendo-hover-text !default;
81
+ $kendo-panelbar-header-hover-text: k-color(on-app-surface) !default;
82
82
  /// The border color of the hovered PanelBar header.
83
83
  /// @group panelbar
84
- $kendo-panelbar-header-hover-border: $kendo-hover-border !default;
84
+ $kendo-panelbar-header-hover-border: k-color(border) !default;
85
85
  /// The gradient of the hovered PanelBar header.
86
86
  /// @group panelbar
87
87
  $kendo-panelbar-header-hover-gradient: null !default;
@@ -117,20 +117,20 @@ $kendo-panelbar-header-hover-focus-gradient: null !default;
117
117
 
118
118
  /// The background color of the selected PanelBar header.
119
119
  /// @group panelbar
120
- $kendo-panelbar-header-selected-bg: $kendo-selected-bg !default;
120
+ $kendo-panelbar-header-selected-bg: k-color(primary) !default;
121
121
  /// The text color of the selected PanelBar header.
122
122
  /// @group panelbar
123
- $kendo-panelbar-header-selected-text: $kendo-selected-text !default;
123
+ $kendo-panelbar-header-selected-text: k-color(on-primary) !default;
124
124
  /// The border color of the selected PanelBar header.
125
125
  /// @group panelbar
126
- $kendo-panelbar-header-selected-border: $kendo-selected-border !default;
126
+ $kendo-panelbar-header-selected-border: k-color(primary) !default;
127
127
  /// The gradient of the selected PanelBar header.
128
128
  /// @group panelbar
129
129
  $kendo-panelbar-header-selected-gradient: null !default;
130
130
 
131
131
  /// The background color of the selected and hovered PanelBar header.
132
132
  /// @group panelbar
133
- $kendo-panelbar-header-selected-hover-bg: if($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-panelbar-header-selected-bg )) !default;
133
+ $kendo-panelbar-header-selected-hover-bg: k-color(primary-hover) !default;
134
134
  /// The text color of the selected and hovered PanelBar header.
135
135
  /// @group panelbar
136
136
  $kendo-panelbar-header-selected-hover-text: null !default;
@@ -169,7 +169,7 @@ $kendo-panelbar-header-selected-hover-focus-gradient: null !default;
169
169
 
170
170
  /// The background color of the hovered PanelBar items.
171
171
  /// @group panelbar
172
- $kendo-panelbar-item-hover-bg: if($kendo-enable-color-system, k-color( base-subtle-hover ), k-try-shade( $kendo-panelbar-bg, .5 )) !default;
172
+ $kendo-panelbar-item-hover-bg: k-color(base-subtle-hover) !default;
173
173
  /// The text color of the hovered PanelBar items.
174
174
  /// @group panelbar
175
175
  $kendo-panelbar-item-hover-text: null !default;
@@ -211,10 +211,10 @@ $kendo-panelbar-item-hover-focus-gradient: null !default;
211
211
 
212
212
  /// The background color of the selected PanelBar items.
213
213
  /// @group panelbar
214
- $kendo-panelbar-item-selected-bg: $kendo-selected-bg !default;
214
+ $kendo-panelbar-item-selected-bg: k-color(primary) !default;
215
215
  /// The text color of the selected PanelBar items.
216
216
  /// @group panelbar
217
- $kendo-panelbar-item-selected-text: $kendo-selected-text !default;
217
+ $kendo-panelbar-item-selected-text: k-color(on-primary) !default;
218
218
  /// The border color of the selected PanelBar items.
219
219
  /// @group panelbar
220
220
  $kendo-panelbar-item-selected-border: null !default;
@@ -224,7 +224,7 @@ $kendo-panelbar-item-selected-gradient: null !default;
224
224
 
225
225
  /// The background color of the selected and hovered PanelBar items.
226
226
  /// @group panelbar
227
- $kendo-panelbar-item-selected-hover-bg: if($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-panelbar-item-selected-bg )) !default;
227
+ $kendo-panelbar-item-selected-hover-bg: k-color(primary-hover) !default;
228
228
  /// The text color of the selected and hovered PanelBar items.
229
229
  /// @group panelbar
230
230
  $kendo-panelbar-item-selected-hover-text: null !default;
@@ -20,13 +20,13 @@ $kendo-pdf-viewer-line-height: var( --kendo-line-height, normal ) !default;
20
20
 
21
21
  /// The background color of the PDFViewer.
22
22
  /// @group pdf-viewer
23
- $kendo-pdf-viewer-bg: $kendo-component-bg !default;
23
+ $kendo-pdf-viewer-bg: k-color(surface-alt) !default;
24
24
  /// The text color of the PDFViewer.
25
25
  /// @group pdf-viewer
26
- $kendo-pdf-viewer-text: $kendo-component-text !default;
26
+ $kendo-pdf-viewer-text: k-color(on-app-surface) !default;
27
27
  /// The border color of the PDFViewer.
28
28
  /// @group pdf-viewer
29
- $kendo-pdf-viewer-border: $kendo-component-border !default;
29
+ $kendo-pdf-viewer-border: k-color(border) !default;
30
30
 
31
31
  /// The background color of the PDFViewer Toolbar.
32
32
  /// @group pdf-viewer
@@ -43,7 +43,7 @@ $kendo-pdf-viewer-toolbar-gradient: null !default;
43
43
 
44
44
  /// The background color of the PDFViewer canvas.
45
45
  /// @group pdf-viewer
46
- $kendo-pdf-viewer-canvas-bg: $kendo-app-bg !default;
46
+ $kendo-pdf-viewer-canvas-bg: k-color(app-surface) !default;
47
47
  /// The text color of the PDFViewer canvas.
48
48
  /// @group pdf-viewer
49
49
  $kendo-pdf-viewer-canvas-text: null !default;
@@ -60,10 +60,10 @@ $kendo-pdf-viewer-page-spacing: k-spacing(7.5) !default;
60
60
  $kendo-pdf-viewer-page-bg: white !default;
61
61
  /// The text color of the PDFViewer page.
62
62
  /// @group pdf-viewer
63
- $kendo-pdf-viewer-page-text: $kendo-component-text !default;
63
+ $kendo-pdf-viewer-page-text: k-color(on-app-surface) !default;
64
64
  /// The border color of the PDFViewer page.
65
65
  /// @group pdf-viewer
66
- $kendo-pdf-viewer-page-border: $kendo-component-border !default;
66
+ $kendo-pdf-viewer-page-border: k-color(border) !default;
67
67
  /// The shadow of the PDFViewer page.
68
68
  /// @group pdf-viewer
69
69
  $kendo-pdf-viewer-page-shadow: k-elevation(3) !default;
@@ -85,13 +85,13 @@ $kendo-pdf-viewer-search-panel-border-width: 1px !default;
85
85
  $kendo-pdf-viewer-search-panel-border-radius: k-spacing(1) !default;
86
86
  /// The background color of the PDFViewer search panel.
87
87
  /// @group pdf-viewer
88
- $kendo-pdf-viewer-search-panel-bg: $kendo-component-bg !default;
88
+ $kendo-pdf-viewer-search-panel-bg: k-color(surface-alt) !default;
89
89
  /// The text color of the PDFViewer search panel.
90
90
  /// @group pdf-viewer
91
- $kendo-pdf-viewer-search-panel-text: $kendo-component-text !default;
91
+ $kendo-pdf-viewer-search-panel-text: k-color(on-app-surface) !default;
92
92
  /// The border color of the PDFViewer search panel.
93
93
  /// @group pdf-viewer
94
- $kendo-pdf-viewer-search-panel-border: $kendo-component-border !default;
94
+ $kendo-pdf-viewer-search-panel-border: k-color(border) !default;
95
95
  /// The shadow of the PDFViewer search panel.
96
96
  /// @group pdf-viewer
97
97
  $kendo-pdf-viewer-search-panel-shadow: $kendo-window-shadow !default;
@@ -105,7 +105,7 @@ $kendo-pdf-viewer-selection-line-height: $kendo-line-height-sm !default;
105
105
 
106
106
  /// The background color of the PDFViewer highlight.
107
107
  /// @group pdf-viewer
108
- $kendo-pdf-viewer-search-highlight-bg: $kendo-body-text !default;
108
+ $kendo-pdf-viewer-search-highlight-bg: k-color(on-app-surface) !default;
109
109
  /// The background color of the PDFViewer highlight mark.
110
110
  /// @group pdf-viewer
111
111
  $kendo-pdf-viewer-search-highlight-mark-bg: yellow !default;
@@ -123,13 +123,13 @@ $kendo-pdf-viewer-popup-padding-y: $kendo-pdf-viewer-popup-padding-x !default;
123
123
 
124
124
  /// The border color of the PDFViewer selected highlight annotation.
125
125
  /// @group pdf-viewer
126
- $kendo-pdf-viewer-highlight-annotation-border: if($kendo-enable-color-system, k-color(primary), $kendo-color-primary) !default;
126
+ $kendo-pdf-viewer-highlight-annotation-border: k-color(primary) !default;
127
127
  /// The background color of the PDFViewer hover highlight annotation.
128
128
  /// @group pdf-viewer
129
- $kendo-pdf-viewer-highlight-annotation-hover-border: if($kendo-enable-color-system, k-color( primary-hover ), $kendo-color-primary-darker) !default;
129
+ $kendo-pdf-viewer-highlight-annotation-hover-border: k-color(primary-hover) !default;
130
130
  /// The border color of the PDFViewer selected free text annotation.
131
131
  /// @group pdf-viewer
132
- $kendo-pdf-viewer-free-text-annotation-border: if($kendo-enable-color-system, k-color(primary), $kendo-color-primary) !default;
132
+ $kendo-pdf-viewer-free-text-annotation-border: k-color(primary) !default;
133
133
  /// The placeholder text color of the PDFViewer free text annotation.
134
134
  /// @group pdf-viewer
135
135
  $kendo-pdf-viewer-free-text-annotation-placeholder-text: rgba(124, 22, 27, 0.5) !default;
@@ -50,41 +50,41 @@ $kendo-pivotgrid-cell-border-width: 1px !default;
50
50
 
51
51
  /// The background color of the PivotGrid.
52
52
  /// @group pivotgrid
53
- $kendo-pivotgrid-bg: $kendo-component-bg !default;
53
+ $kendo-pivotgrid-bg: k-color(surface-alt) !default;
54
54
  /// The text color of the PivotGrid.
55
55
  /// @group pivotgrid
56
- $kendo-pivotgrid-text: $kendo-component-text !default;
56
+ $kendo-pivotgrid-text: k-color(on-app-surface) !default;
57
57
  /// The border color of the PivotGrid.
58
58
  /// @group pivotgrid
59
- $kendo-pivotgrid-border: $kendo-component-border !default;
59
+ $kendo-pivotgrid-border: k-color(border) !default;
60
60
 
61
61
  /// The alt border color of the PivotGrid.
62
62
  /// @group pivotgrid
63
- $kendo-pivotgrid-alt-border: if($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-pivotgrid-border, 2 )) !default;
63
+ $kendo-pivotgrid-alt-border: k-color(border-alt) !default;
64
64
 
65
65
  /// The background color of the PivotGrid header.
66
66
  /// @group pivotgrid
67
- $kendo-pivotgrid-headers-bg: $kendo-component-header-bg !default;
67
+ $kendo-pivotgrid-headers-bg: k-color(surface) !default;
68
68
  /// The text color of the PivotGrid header.
69
69
  /// @group pivotgrid
70
- $kendo-pivotgrid-headers-text: $kendo-component-header-text !default;
70
+ $kendo-pivotgrid-headers-text: k-color(on-app-surface) !default;
71
71
  /// The border color of the PivotGrid header.
72
72
  /// @group pivotgrid
73
- $kendo-pivotgrid-headers-border: $kendo-component-header-border !default;
73
+ $kendo-pivotgrid-headers-border: k-color(border) !default;
74
74
 
75
75
  /// The background color of the PivotGrid total cells.
76
76
  /// @group pivotgrid
77
- $kendo-pivotgrid-total-bg: if($kendo-enable-color-system, k-color( base ), k-try-shade( $kendo-pivotgrid-bg, 1 )) !default;
77
+ $kendo-pivotgrid-total-bg: k-color(base) !default;
78
78
  /// The text color of the PivotGrid total cells.
79
79
  /// @group pivotgrid
80
- $kendo-pivotgrid-total-text: $kendo-component-header-text !default;
80
+ $kendo-pivotgrid-total-text: k-color(on-app-surface) !default;
81
81
  /// The border color of the PivotGrid total cells.
82
82
  /// @group pivotgrid
83
- $kendo-pivotgrid-total-border: $kendo-component-header-border !default;
83
+ $kendo-pivotgrid-total-border: k-color(border) !default;
84
84
 
85
85
  /// The hover background color of the PivotGrid.
86
86
  /// @group pivotgrid
87
- $kendo-pivotgrid-hover-bg: if($kendo-enable-color-system, k-color( base-subtle-hover ), k-color-darken( $kendo-pivotgrid-bg, 7% )) !default;
87
+ $kendo-pivotgrid-hover-bg: k-color(base-subtle-hover) !default;
88
88
  /// The hover text color of the PivotGrid.
89
89
  /// @group pivotgrid
90
90
  $kendo-pivotgrid-hover-text: null !default;
@@ -94,7 +94,7 @@ $kendo-pivotgrid-hover-border: null !default;
94
94
 
95
95
  /// The selected background color of the PivotGrid.
96
96
  /// @group pivotgrid
97
- $kendo-pivotgrid-selected-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-selected-bg, .25 )) !default;
97
+ $kendo-pivotgrid-selected-bg: color-mix(in srgb, k-color(primary) 25%, transparent) !default;
98
98
  /// The selected text color of the PivotGrid.
99
99
  /// @group pivotgrid
100
100
  $kendo-pivotgrid-selected-text: null !default;
@@ -153,20 +153,20 @@ $kendo-pivotgrid-configurator-horizontal-height: 420px !default;
153
153
 
154
154
  /// The background color of the PivotGrid configurator.
155
155
  /// @group pivotgrid
156
- $kendo-pivotgrid-configurator-bg: $kendo-component-bg !default;
156
+ $kendo-pivotgrid-configurator-bg: k-color(surface-alt) !default;
157
157
  /// The text color of the PivotGrid configurator.
158
158
  /// @group pivotgrid
159
- $kendo-pivotgrid-configurator-text: $kendo-component-text !default;
159
+ $kendo-pivotgrid-configurator-text: k-color(on-app-surface) !default;
160
160
  /// The border color of the PivotGrid configurator.
161
161
  /// @group pivotgrid
162
- $kendo-pivotgrid-configurator-border: $kendo-component-border !default;
162
+ $kendo-pivotgrid-configurator-border: k-color(border) !default;
163
163
 
164
164
  /// The background color of the PivotGrid configurator header.
165
165
  /// @group pivotgrid
166
166
  $kendo-pivotgrid-configurator-header-bg: null !default;
167
167
  /// The text color of the PivotGrid configurator header.
168
168
  /// @group pivotgrid
169
- $kendo-pivotgrid-configurator-header-text: $kendo-component-header-text !default;
169
+ $kendo-pivotgrid-configurator-header-text: k-color(on-app-surface) !default;
170
170
  /// The border color of the PivotGrid configurator header.
171
171
  /// @group pivotgrid
172
172
  $kendo-pivotgrid-configurator-header-border: null !default;
@@ -219,20 +219,20 @@ $kendo-pivotgrid-calculated-field-gap: $kendo-pivotgrid-spacer !default;
219
219
 
220
220
  /// The background color of the PivotGrid calculated field.
221
221
  /// @group pivotgrid
222
- $kendo-pivotgrid-calculated-field-bg: $kendo-component-bg !default;
222
+ $kendo-pivotgrid-calculated-field-bg: k-color(surface-alt) !default;
223
223
  /// The text color of the PivotGrid calculated field.
224
224
  /// @group pivotgrid
225
- $kendo-pivotgrid-calculated-field-text: $kendo-component-text !default;
225
+ $kendo-pivotgrid-calculated-field-text: k-color(on-app-surface) !default;
226
226
  /// The border color of the PivotGrid calculated field.
227
227
  /// @group pivotgrid
228
- $kendo-pivotgrid-calculated-field-border: $kendo-component-border !default;
228
+ $kendo-pivotgrid-calculated-field-border: k-color(border) !default;
229
229
 
230
230
  /// The background color of the PivotGrid calculated field header.
231
231
  /// @group pivotgrid
232
232
  $kendo-pivotgrid-calculated-field-header-bg: null !default;
233
233
  /// The text color of the PivotGrid calculated field header.
234
234
  /// @group pivotgrid
235
- $kendo-pivotgrid-calculated-field-header-text: $kendo-component-header-text !default;
235
+ $kendo-pivotgrid-calculated-field-header-text: k-color(on-app-surface) !default;
236
236
  /// The border color of the PivotGrid calculated field header.
237
237
  /// @group pivotgrid
238
238
  $kendo-pivotgrid-calculated-field-header-border: null !default;
@@ -250,8 +250,8 @@ $kendo-pivotgrid-alt-bg: $kendo-grid-header-bg !default;
250
250
  $kendo-pivotgrid-alt-text: $kendo-grid-header-text !default;
251
251
  $kendo-pivotgrid-chrome-border: $kendo-grid-border !default;
252
252
 
253
- $kendo-pivotgrid-container-bg: $kendo-component-bg !default;
254
- $kendo-pivotgrid-row-headers-bg: if($kendo-enable-color-system, k-color( base ), k-try-shade( $kendo-component-bg, 2 )) !default;
253
+ $kendo-pivotgrid-container-bg: k-color(surface-alt) !default;
254
+ $kendo-pivotgrid-row-headers-bg: k-color(base) !default;
255
255
 
256
256
  $kendo-pivotgrid-button-bg: null !default;
257
257
  $kendo-pivotgrid-button-text: null !default;
@@ -25,13 +25,13 @@ $kendo-popover-line-height: $kendo-card-line-height !default;
25
25
 
26
26
  /// The text color of the Popover.
27
27
  /// @group popover
28
- $kendo-popover-text: $kendo-component-text !default;
28
+ $kendo-popover-text: k-color(on-app-surface) !default;
29
29
  /// The background color of the Popover.
30
30
  /// @group popover
31
- $kendo-popover-bg: $kendo-component-bg !default;
31
+ $kendo-popover-bg: k-color(surface-alt) !default;
32
32
  /// The border color of the Popover.
33
33
  /// @group popover
34
- $kendo-popover-border: $kendo-component-border !default;
34
+ $kendo-popover-border: k-color(border) !default;
35
35
  /// The box shadow of the Popover.
36
36
  /// @group popover
37
37
  $kendo-popover-shadow: $kendo-popup-shadow !default;
@@ -29,13 +29,13 @@ $kendo-popup-content-padding-y: k-spacing(2) !default;
29
29
 
30
30
  /// Background color of the popup.
31
31
  /// @group popup
32
- $kendo-popup-bg: $kendo-component-bg !default;
32
+ $kendo-popup-bg: k-color(surface-alt) !default;
33
33
  /// Text color of the popup.
34
34
  /// @group popup
35
- $kendo-popup-text: $kendo-component-text !default;
35
+ $kendo-popup-text: k-color(on-app-surface) !default;
36
36
  /// Border color of the popup.
37
37
  /// @group popup
38
- $kendo-popup-border: $kendo-component-border !default;
38
+ $kendo-popup-border: k-color(border) !default;
39
39
  /// Box shadow of the popup.
40
40
  /// @group popup
41
41
  $kendo-popup-shadow: k-elevation(4) !default;