@progress/kendo-theme-material 10.6.0 → 11.0.0-dev.1

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 (223) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/material-2-dark.css +1 -0
  3. package/dist/material-2-dark.scss +137 -0
  4. package/dist/material-2.css +1 -0
  5. package/dist/material-2.scss +132 -0
  6. package/dist/material-aqua-dark.css +1 -1
  7. package/dist/material-aqua-dark.scss +1 -1
  8. package/dist/material-arctic.css +1 -1
  9. package/dist/material-arctic.scss +1 -1
  10. package/dist/material-burnt-teal.css +1 -1
  11. package/dist/material-burnt-teal.scss +1 -1
  12. package/dist/material-dataviz-v4.css +1 -1
  13. package/dist/material-dataviz-v4.scss +1 -1
  14. package/dist/material-eggplant.css +1 -1
  15. package/dist/material-eggplant.scss +1 -1
  16. package/dist/material-lime-dark.css +1 -1
  17. package/dist/material-lime-dark.scss +1 -1
  18. package/dist/material-lime.css +1 -1
  19. package/dist/material-lime.scss +1 -1
  20. package/dist/material-main-dark.css +1 -1
  21. package/dist/material-main-dark.scss +98 -98
  22. package/dist/material-main.css +1 -1
  23. package/dist/material-main.scss +1 -5
  24. package/dist/material-nova.css +1 -1
  25. package/dist/material-nova.scss +1 -1
  26. package/dist/material-pacific-dark.css +1 -1
  27. package/dist/material-pacific-dark.scss +1 -1
  28. package/dist/material-pacific.css +1 -1
  29. package/dist/material-pacific.scss +1 -1
  30. package/dist/material-sky-dark.css +1 -1
  31. package/dist/material-sky-dark.scss +1 -1
  32. package/dist/material-sky.css +1 -1
  33. package/dist/material-sky.scss +1 -1
  34. package/dist/material-smoke.css +1 -1
  35. package/dist/material-smoke.scss +1 -1
  36. package/dist/meta/sassdoc-data.json +13278 -11518
  37. package/dist/meta/sassdoc-raw-data.json +4563 -3763
  38. package/dist/meta/variables.json +2591 -3022
  39. package/lib/swatches/index.js +2 -0
  40. package/lib/swatches/material-2-dark.json +657 -0
  41. package/lib/swatches/material-2.json +632 -0
  42. package/lib/swatches/material-aqua-dark.json +1 -243
  43. package/lib/swatches/material-arctic.json +1 -243
  44. package/lib/swatches/material-burnt-teal.json +1 -243
  45. package/lib/swatches/material-dataviz-v4.json +1 -47
  46. package/lib/swatches/material-eggplant.json +1 -243
  47. package/lib/swatches/material-lime-dark.json +1 -243
  48. package/lib/swatches/material-lime.json +1 -243
  49. package/lib/swatches/material-main-dark.json +103 -345
  50. package/lib/swatches/material-main.json +7 -250
  51. package/lib/swatches/material-nova.json +1 -243
  52. package/lib/swatches/material-pacific-dark.json +1 -243
  53. package/lib/swatches/material-pacific.json +1 -243
  54. package/lib/swatches/material-sky-dark.json +1 -243
  55. package/lib/swatches/material-sky.json +1 -243
  56. package/lib/swatches/material-smoke.json +1 -243
  57. package/package.json +4 -4
  58. package/scss/action-buttons/_layout.scss +0 -23
  59. package/scss/action-buttons/_theme.scss +0 -13
  60. package/scss/action-buttons/_variables.scss +3 -3
  61. package/scss/action-sheet/_layout.scss +6 -0
  62. package/scss/action-sheet/_variables.scss +27 -28
  63. package/scss/adaptive/_variables.scss +13 -13
  64. package/scss/appbar/_variables.scss +22 -8
  65. package/scss/avatar/_variables.scss +12 -1
  66. package/scss/badge/_layout.scss +0 -1
  67. package/scss/badge/_variables.scss +23 -9
  68. package/scss/bottom-navigation/_theme.scss +55 -4
  69. package/scss/bottom-navigation/_variables.scss +31 -17
  70. package/scss/breadcrumb/_variables.scss +21 -21
  71. package/scss/button/_layout.scss +0 -81
  72. package/scss/button/_theme.scss +110 -44
  73. package/scss/button/_variables.scss +47 -34
  74. package/scss/calendar/_layout.scss +13 -16
  75. package/scss/calendar/_theme.scss +29 -11
  76. package/scss/calendar/_variables.scss +83 -56
  77. package/scss/captcha/_variables.scss +3 -3
  78. package/scss/card/_variables.scss +34 -20
  79. package/scss/chart-wizard/_variables.scss +4 -4
  80. package/scss/chat/_theme.scss +5 -1
  81. package/scss/chat/_variables.scss +15 -15
  82. package/scss/checkbox/_layout.scss +35 -0
  83. package/scss/checkbox/_theme.scss +113 -4
  84. package/scss/checkbox/_variables.scss +23 -20
  85. package/scss/chip/_layout.scss +10 -0
  86. package/scss/chip/_theme.scss +41 -61
  87. package/scss/chip/_variables.scss +48 -30
  88. package/scss/color-preview/_variables.scss +3 -3
  89. package/scss/coloreditor/_variables.scss +11 -11
  90. package/scss/colorgradient/_variables.scss +7 -37
  91. package/scss/column-menu/_variables.scss +1 -1
  92. package/scss/core/_index.scss +8 -3
  93. package/scss/core/color-system/_palettes.scss +243 -242
  94. package/scss/core/color-system/_swatch.scss +142 -145
  95. package/scss/core/elevation/index.import.scss +18 -27
  96. package/scss/core/typography/index.import.scss +8 -8
  97. package/scss/dataviz/_variables.scss +61 -48
  98. package/scss/dialog/_theme.scss +1 -1
  99. package/scss/dialog/_variables.scss +9 -4
  100. package/scss/dock-manager/_variables.scss +18 -18
  101. package/scss/draggable/_variables.scss +4 -4
  102. package/scss/drawer/_layout.scss +2 -0
  103. package/scss/drawer/_theme.scss +0 -11
  104. package/scss/drawer/_variables.scss +49 -24
  105. package/scss/dropzone/_variables.scss +7 -7
  106. package/scss/editor/_layout.scss +2 -12
  107. package/scss/editor/_variables.scss +15 -8
  108. package/scss/expansion-panel/_layout.scss +5 -0
  109. package/scss/expansion-panel/_variables.scss +10 -10
  110. package/scss/fab/_layout.scss +1 -1
  111. package/scss/fab/_theme.scss +24 -23
  112. package/scss/fab/_variables.scss +25 -14
  113. package/scss/filemanager/_theme.scss +4 -0
  114. package/scss/filemanager/_variables.scss +6 -6
  115. package/scss/filter/_variables.scss +4 -4
  116. package/scss/floating-label/_theme.scss +1 -1
  117. package/scss/floating-label/_variables.scss +2 -2
  118. package/scss/forms/_variables.scss +6 -6
  119. package/scss/gantt/_variables.scss +27 -27
  120. package/scss/grid/_layout.scss +6 -21
  121. package/scss/grid/_theme.scss +14 -128
  122. package/scss/grid/_variables.scss +20 -20
  123. package/scss/imageeditor/_variables.scss +4 -4
  124. package/scss/index.scss +3 -0
  125. package/scss/input/_layout.scss +10 -14
  126. package/scss/input/_variables.scss +45 -44
  127. package/scss/list/_theme.scss +1 -1
  128. package/scss/list/_variables.scss +103 -25
  129. package/scss/listbox/_variables.scss +3 -3
  130. package/scss/listgroup/_variables.scss +6 -6
  131. package/scss/listview/_theme.scss +0 -13
  132. package/scss/listview/_variables.scss +7 -7
  133. package/scss/loader/_variables.scss +18 -4
  134. package/scss/map/_variables.scss +6 -6
  135. package/scss/marquee/_index.scss +16 -0
  136. package/scss/marquee/_layout.scss +6 -0
  137. package/scss/marquee/_theme.scss +6 -0
  138. package/scss/marquee/_variables.scss +11 -0
  139. package/scss/mediaplayer/_variables.scss +4 -4
  140. package/scss/menu/_layout.scss +4 -0
  141. package/scss/menu/_theme.scss +1 -26
  142. package/scss/menu/_variables.scss +49 -41
  143. package/scss/menu-button/_variables.scss +1 -1
  144. package/scss/messagebox/_layout.scss +5 -1
  145. package/scss/messagebox/_variables.scss +16 -2
  146. package/scss/no-data/_variables.scss +1 -1
  147. package/scss/notification/_functions.scss +1 -1
  148. package/scss/notification/_layout.scss +5 -0
  149. package/scss/notification/_theme.scss +1 -0
  150. package/scss/notification/_variables.scss +30 -9
  151. package/scss/orgchart/_variables.scss +10 -10
  152. package/scss/overlay/_variables.scss +12 -1
  153. package/scss/pager/_variables.scss +8 -8
  154. package/scss/panel/_variables.scss +3 -3
  155. package/scss/panelbar/_layout.scss +29 -1
  156. package/scss/panelbar/_theme.scss +0 -1
  157. package/scss/panelbar/_variables.scss +29 -29
  158. package/scss/pdf-viewer/_variables.scss +15 -15
  159. package/scss/pivotgrid/_theme.scss +0 -12
  160. package/scss/pivotgrid/_variables.scss +23 -23
  161. package/scss/popover/_variables.scss +5 -5
  162. package/scss/popup/_variables.scss +7 -7
  163. package/scss/progressbar/_layout.scss +11 -4
  164. package/scss/progressbar/_variables.scss +6 -6
  165. package/scss/prompt/_layout.scss +4 -0
  166. package/scss/prompt/_variables.scss +17 -17
  167. package/scss/radio/_layout.scss +35 -0
  168. package/scss/radio/_theme.scss +109 -4
  169. package/scss/radio/_variables.scss +19 -16
  170. package/scss/rating/_variables.scss +7 -7
  171. package/scss/scheduler/_layout.scss +2 -89
  172. package/scss/scheduler/_theme.scss +3 -3
  173. package/scss/scheduler/_variables.scss +22 -19
  174. package/scss/scrollview/_variables.scss +5 -5
  175. package/scss/signature/_variables.scss +1 -1
  176. package/scss/skeleton/_variables.scss +1 -1
  177. package/scss/slider/_layout.scss +11 -0
  178. package/scss/slider/_theme.scss +1 -10
  179. package/scss/slider/_variables.scss +25 -16
  180. package/scss/split-button/_layout.scss +12 -0
  181. package/scss/split-button/_variables.scss +4 -4
  182. package/scss/splitter/_variables.scss +9 -9
  183. package/scss/spreadsheet/_layout.scss +0 -35
  184. package/scss/spreadsheet/_theme.scss +3 -25
  185. package/scss/spreadsheet/_variables.scss +32 -31
  186. package/scss/stepper/_layout.scss +15 -1
  187. package/scss/stepper/_theme.scss +8 -0
  188. package/scss/stepper/_variables.scss +21 -21
  189. package/scss/switch/_layout.scss +20 -5
  190. package/scss/switch/_theme.scss +2 -9
  191. package/scss/switch/_variables.scss +50 -16
  192. package/scss/table/_layout.scss +22 -20
  193. package/scss/table/_theme.scss +6 -32
  194. package/scss/table/_variables.scss +13 -13
  195. package/scss/tabstrip/_layout.scss +100 -4
  196. package/scss/tabstrip/_variables.scss +20 -20
  197. package/scss/taskboard/_layout.scss +4 -0
  198. package/scss/taskboard/_variables.scss +18 -18
  199. package/scss/tilelayout/_layout.scss +7 -1
  200. package/scss/tilelayout/_variables.scss +4 -4
  201. package/scss/timeline/_variables.scss +7 -7
  202. package/scss/timeselector/_layout.scss +38 -0
  203. package/scss/timeselector/_theme.scss +8 -6
  204. package/scss/timeselector/_variables.scss +39 -28
  205. package/scss/toolbar/_layout.scss +0 -47
  206. package/scss/toolbar/_theme.scss +4 -44
  207. package/scss/toolbar/_variables.scss +17 -17
  208. package/scss/tooltip/_functions.scss +1 -1
  209. package/scss/tooltip/_variables.scss +19 -8
  210. package/scss/treelist/_layout.scss +0 -19
  211. package/scss/treelist/_theme.scss +10 -15
  212. package/scss/treelist/_variables.scss +1 -1
  213. package/scss/treeview/_theme.scss +2 -31
  214. package/scss/treeview/_variables.scss +25 -25
  215. package/scss/typography/_variables.scss +24 -24
  216. package/scss/upload/_theme.scss +1 -1
  217. package/scss/upload/_variables.scss +14 -14
  218. package/scss/window/_layout.scss +14 -0
  219. package/scss/window/_variables.scss +14 -14
  220. package/scss/wizard/_variables.scss +3 -3
  221. package/scss/core/color-system/_functions.scss +0 -104
  222. package/scss/core/color-system/_palettes-legacy.scss +0 -671
  223. package/scss/core/color-system/_swatch-legacy.scss +0 -299
@@ -18,7 +18,7 @@ $kendo-panelbar-font-family: var( --kendo-font-family, inherit ) !default;
18
18
  $kendo-panelbar-font-size: var( --kendo-font-size, inherit ) !default;
19
19
  /// The line height of the PanelBar.
20
20
  /// @group panelbar
21
- $kendo-panelbar-line-height: math.div( 20, 14 ) !default;
21
+ $kendo-panelbar-line-height: var( --kendo-line-height, inherit ) !default;
22
22
  /// The width of the border around the PanelBar.
23
23
  /// @group panelbar
24
24
  $kendo-panelbar-border-width: 1px !default;
@@ -27,24 +27,24 @@ $kendo-panelbar-border-width: 1px !default;
27
27
  $kendo-panelbar-border-style: solid !default;
28
28
  /// The width of the border around the PanelBar items.
29
29
  /// @group panelbar
30
- $kendo-panelbar-item-border-width: 1px !default;
30
+ $kendo-panelbar-item-border-width: 0 !default;
31
31
  /// The style of the border around the PanelBar items.
32
32
  /// @group panelbar
33
33
  $kendo-panelbar-item-border-style: solid !default;
34
34
 
35
35
  /// The horizontal padding of the PanelBar header.
36
36
  /// @group panelbar
37
- $kendo-panelbar-header-padding-x: k-spacing(6) !default;
37
+ $kendo-panelbar-header-padding-x: k-spacing(4) !default;
38
38
  /// The vertical padding of the PanelBar header.
39
39
  /// @group panelbar
40
- $kendo-panelbar-header-padding-y: k-spacing(3) !default;
40
+ $kendo-panelbar-header-padding-y: k-spacing(3.5) !default;
41
41
 
42
42
  /// The horizontal padding of the PanelBar items.
43
43
  /// @group panelbar
44
- $kendo-panelbar-item-padding-x: k-spacing(6) !default;
44
+ $kendo-panelbar-item-padding-x: k-spacing(4) !default;
45
45
  /// The vertical padding of the PanelBar items.
46
46
  /// @group panelbar
47
- $kendo-panelbar-item-padding-y: k-spacing(3) !default;
47
+ $kendo-panelbar-item-padding-y: k-spacing(3.5) !default;
48
48
 
49
49
  /// The maximum nesting of the PanelBar items.
50
50
  /// @group panelbar
@@ -52,20 +52,20 @@ $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) !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-panelbar-bg !default;
65
+ $kendo-panelbar-header-bg: null !default;
66
66
  /// The text color of the PanelBar header.
67
67
  /// @group panelbar
68
- $kendo-panelbar-header-text: $kendo-link-text !default;
68
+ $kendo-panelbar-header-text: $kendo-panelbar-text !default;
69
69
  /// The border color of the PanelBar header.
70
70
  /// @group panelbar
71
71
  $kendo-panelbar-header-border: null !default;
@@ -75,7 +75,7 @@ $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: if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-panelbar-header-bg, .5 )) !default;
78
+ $kendo-panelbar-header-hover-bg: color-mix(in srgb, currentColor 8%, transparent) !default;
79
79
  /// The text color of the hovered PanelBar header.
80
80
  /// @group panelbar
81
81
  $kendo-panelbar-header-hover-text: null !default;
@@ -88,7 +88,7 @@ $kendo-panelbar-header-hover-gradient: null !default;
88
88
 
89
89
  /// The background color of the focused PanelBar header.
90
90
  /// @group panelbar
91
- $kendo-panelbar-header-focus-bg: if($kendo-enable-color-system, k-color( base-active ), k-try-shade( $kendo-panelbar-header-bg, 1.5 )) !default;
91
+ $kendo-panelbar-header-focus-bg: color-mix(in srgb, currentColor 12%, transparent) !default;
92
92
  /// The text color of the focused PanelBar header.
93
93
  /// @group panelbar
94
94
  $kendo-panelbar-header-focus-text: null !default;
@@ -100,11 +100,11 @@ $kendo-panelbar-header-focus-border: null !default;
100
100
  $kendo-panelbar-header-focus-gradient: null !default;
101
101
  /// The shadow of the focused PanelBar header.
102
102
  /// @group panelbar
103
- $kendo-panelbar-header-focus-shadow: unset !default;
103
+ $kendo-panelbar-header-focus-shadow: null !default;
104
104
 
105
105
  /// The background color of the focused and hovered PanelBar header.
106
106
  /// @group panelbar
107
- $kendo-panelbar-header-hover-focus-bg: if($kendo-enable-color-system, k-color( base-active ), k-try-shade( $kendo-panelbar-header-bg, 2 )) !default;
107
+ $kendo-panelbar-header-hover-focus-bg: color-mix(in srgb, currentColor 20%, transparent) !default;
108
108
  /// The text color of the focused and hovered PanelBar header.
109
109
  /// @group panelbar
110
110
  $kendo-panelbar-header-hover-focus-text: null !default;
@@ -117,10 +117,10 @@ $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(secondary) !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-secondary) !default;
124
124
  /// The border color of the selected PanelBar header.
125
125
  /// @group panelbar
126
126
  $kendo-panelbar-header-selected-border: null !default;
@@ -130,7 +130,7 @@ $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( secondary-hover ), k-try-tint($kendo-panelbar-header-selected-bg, .95)) !default;
133
+ $kendo-panelbar-header-selected-hover-bg: k-color(secondary-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;
@@ -143,7 +143,7 @@ $kendo-panelbar-header-selected-hover-gradient: null !default;
143
143
 
144
144
  /// The background color of the selected and focused PanelBar header.
145
145
  /// @group panelbar
146
- $kendo-panelbar-header-selected-focus-bg: if($kendo-enable-color-system, k-color( secondary-active ), k-try-tint($kendo-panelbar-header-selected-bg, 3)) !default;
146
+ $kendo-panelbar-header-selected-focus-bg: k-color(secondary-active) !default;
147
147
  /// The text color of the selected and focused PanelBar header.
148
148
  /// @group panelbar
149
149
  $kendo-panelbar-header-selected-focus-text: null !default;
@@ -156,7 +156,7 @@ $kendo-panelbar-header-selected-focus-gradient: null !default;
156
156
 
157
157
  /// The background color of the selected, hovered and focused PanelBar header.
158
158
  /// @group panelbar
159
- $kendo-panelbar-header-selected-hover-focus-bg: if($kendo-enable-color-system, k-color( secondary-active ), k-try-tint($kendo-panelbar-header-selected-bg, 3.95)) !default;
159
+ $kendo-panelbar-header-selected-hover-focus-bg: color-mix(in srgb, k-color(secondary), k-color(secondary-emphasis)) !default;
160
160
  /// The text color of the selected, hovered and focused PanelBar header.
161
161
  /// @group panelbar
162
162
  $kendo-panelbar-header-selected-hover-focus-text: null !default;
@@ -170,7 +170,7 @@ $kendo-panelbar-header-selected-hover-focus-gradient: null !default;
170
170
 
171
171
  /// The background color of the hovered PanelBar items.
172
172
  /// @group panelbar
173
- $kendo-panelbar-item-hover-bg: if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-panelbar-bg, .5 )) !default;
173
+ $kendo-panelbar-item-hover-bg: $kendo-panelbar-header-hover-bg !default;
174
174
  /// The text color of the hovered PanelBar items.
175
175
  /// @group panelbar
176
176
  $kendo-panelbar-item-hover-text: null !default;
@@ -183,7 +183,7 @@ $kendo-panelbar-item-hover-gradient: null !default;
183
183
 
184
184
  /// The background color of the focused PanelBar items.
185
185
  /// @group panelbar
186
- $kendo-panelbar-item-focus-bg: if($kendo-enable-color-system, k-color( base-active ), k-try-shade( $kendo-panelbar-header-bg, 1.5 )) !default;
186
+ $kendo-panelbar-item-focus-bg: $kendo-panelbar-header-focus-bg !default;
187
187
  /// The text color of the focused PanelBar items.
188
188
  /// @group panelbar
189
189
  $kendo-panelbar-item-focus-text: null !default;
@@ -195,11 +195,11 @@ $kendo-panelbar-item-focus-border: null !default;
195
195
  $kendo-panelbar-item-focus-gradient: null !default;
196
196
  /// The box shadow of the focused PanelBar items.
197
197
  /// @group panelbar
198
- $kendo-panelbar-item-focus-shadow: unset !default;
198
+ $kendo-panelbar-item-focus-shadow: null !default;
199
199
 
200
200
  /// The background color of the focused and hovered PanelBar items.
201
201
  /// @group panelbar
202
- $kendo-panelbar-item-hover-focus-bg: if($kendo-enable-color-system, k-color( base-active ), k-try-shade( $kendo-panelbar-header-bg, 2 )) !default;
202
+ $kendo-panelbar-item-hover-focus-bg: $kendo-panelbar-header-hover-focus-bg !default;
203
203
  /// The text color of the focused and hovered PanelBar items.
204
204
  /// @group panelbar
205
205
  $kendo-panelbar-item-hover-focus-text: null !default;
@@ -212,10 +212,10 @@ $kendo-panelbar-item-hover-focus-gradient: null !default;
212
212
 
213
213
  /// The background color of the selected PanelBar items.
214
214
  /// @group panelbar
215
- $kendo-panelbar-item-selected-bg: $kendo-selected-bg !default;
215
+ $kendo-panelbar-item-selected-bg: $kendo-panelbar-header-selected-bg !default;
216
216
  /// The text color of the selected PanelBar items.
217
217
  /// @group panelbar
218
- $kendo-panelbar-item-selected-text: $kendo-selected-text !default;
218
+ $kendo-panelbar-item-selected-text: null !default;
219
219
  /// The border color of the selected PanelBar items.
220
220
  /// @group panelbar
221
221
  $kendo-panelbar-item-selected-border: null !default;
@@ -225,7 +225,7 @@ $kendo-panelbar-item-selected-gradient: null !default;
225
225
 
226
226
  /// The background color of the selected and hovered PanelBar items.
227
227
  /// @group panelbar
228
- $kendo-panelbar-item-selected-hover-bg: if($kendo-enable-color-system, k-color( secondary-hover ), k-try-tint($kendo-panelbar-item-selected-bg, .95)) !default;
228
+ $kendo-panelbar-item-selected-hover-bg: $kendo-panelbar-header-selected-hover-bg !default;
229
229
  /// The text color of the selected and hovered PanelBar items.
230
230
  /// @group panelbar
231
231
  $kendo-panelbar-item-selected-hover-text: null !default;
@@ -238,7 +238,7 @@ $kendo-panelbar-item-selected-hover-gradient: null !default;
238
238
 
239
239
  /// The background color of the selected and focused PanelBar items.
240
240
  /// @group panelbar
241
- $kendo-panelbar-item-selected-focus-bg: if($kendo-enable-color-system, k-color( secondary-active ), k-try-tint($kendo-panelbar-item-selected-bg, 3)) !default;
241
+ $kendo-panelbar-item-selected-focus-bg: $kendo-panelbar-header-selected-focus-bg !default;
242
242
  /// The text color of the selected and focused PanelBar items.
243
243
  /// @group panelbar
244
244
  $kendo-panelbar-item-selected-focus-text: null !default;
@@ -251,7 +251,7 @@ $kendo-panelbar-item-selected-focus-gradient: null !default;
251
251
 
252
252
  /// The background color of the selected, hovered and focused PanelBar items.
253
253
  /// @group panelbar
254
- $kendo-panelbar-item-selected-hover-focus-bg: if($kendo-enable-color-system, k-color( secondary-active ), k-try-tint($kendo-panelbar-item-selected-bg, 3.95)) !default;
254
+ $kendo-panelbar-item-selected-hover-focus-bg: $kendo-panelbar-header-selected-hover-focus-bg !default;
255
255
  /// The text color of the selected, hovered and focused PanelBar items.
256
256
  /// @group panelbar
257
257
  $kendo-panelbar-item-selected-hover-focus-text: null !default;
@@ -22,17 +22,17 @@ $kendo-pdf-viewer-line-height: var( --kendo-line-height, normal ) !default;
22
22
 
23
23
  /// The background color of the PDFViewer.
24
24
  /// @group pdf-viewer
25
- $kendo-pdf-viewer-bg: $kendo-component-bg !default;
25
+ $kendo-pdf-viewer-bg: k-color(surface) !default;
26
26
  /// The text color of the PDFViewer.
27
27
  /// @group pdf-viewer
28
- $kendo-pdf-viewer-text: $kendo-component-text !default;
28
+ $kendo-pdf-viewer-text: k-color(on-app-surface) !default;
29
29
  /// The border color of the PDFViewer.
30
30
  /// @group pdf-viewer
31
- $kendo-pdf-viewer-border: $kendo-component-border !default;
31
+ $kendo-pdf-viewer-border: k-color(border) !default;
32
32
 
33
33
  /// The background color of the PDFViewer Toolbar.
34
34
  /// @group pdf-viewer
35
- $kendo-pdf-viewer-toolbar-bg: if($kendo-enable-color-system, k-color( surface ), k-try-shade( $kendo-button-bg, .25 )) !default;
35
+ $kendo-pdf-viewer-toolbar-bg: k-color(surface) !default;
36
36
  /// The text color of the PDFViewer Toolbar.
37
37
  /// @group pdf-viewer
38
38
  $kendo-pdf-viewer-toolbar-text: null !default;
@@ -45,7 +45,7 @@ $kendo-pdf-viewer-toolbar-gradient: null !default;
45
45
 
46
46
  /// The background color of the PDFViewer canvas.
47
47
  /// @group pdf-viewer
48
- $kendo-pdf-viewer-canvas-bg: $kendo-app-bg !default;
48
+ $kendo-pdf-viewer-canvas-bg: k-color(app-surface) !default;
49
49
  /// The text color of the PDFViewer canvas.
50
50
  /// @group pdf-viewer
51
51
  $kendo-pdf-viewer-canvas-text: null !default;
@@ -62,10 +62,10 @@ $kendo-pdf-viewer-page-spacing: k-spacing(7.5) !default;
62
62
  $kendo-pdf-viewer-page-bg: white !default;
63
63
  /// The text color of the PDFViewer page.
64
64
  /// @group pdf-viewer
65
- $kendo-pdf-viewer-page-text: $kendo-component-text !default;
65
+ $kendo-pdf-viewer-page-text: k-color(on-app-surface) !default;
66
66
  /// The border color of the PDFViewer page.
67
67
  /// @group pdf-viewer
68
- $kendo-pdf-viewer-page-border: $kendo-component-border !default;
68
+ $kendo-pdf-viewer-page-border: k-color(border) !default;
69
69
  /// The shadow of the PDFViewer page.
70
70
  /// @group pdf-viewer
71
71
  $kendo-pdf-viewer-page-shadow: k-elevation(3) !default;
@@ -87,13 +87,13 @@ $kendo-pdf-viewer-search-panel-border-width: 1px !default;
87
87
  $kendo-pdf-viewer-search-panel-border-radius: k-spacing(1) !default;
88
88
  /// The background color of the PDFViewer search panel.
89
89
  /// @group pdf-viewer
90
- $kendo-pdf-viewer-search-panel-bg: $kendo-component-bg !default;
90
+ $kendo-pdf-viewer-search-panel-bg: k-color(surface) !default;
91
91
  /// The text color of the PDFViewer search panel.
92
92
  /// @group pdf-viewer
93
- $kendo-pdf-viewer-search-panel-text: $kendo-component-text !default;
93
+ $kendo-pdf-viewer-search-panel-text: k-color(on-app-surface) !default;
94
94
  /// The border color of the PDFViewer search panel.
95
95
  /// @group pdf-viewer
96
- $kendo-pdf-viewer-search-panel-border: $kendo-component-border !default;
96
+ $kendo-pdf-viewer-search-panel-border: k-color(border) !default;
97
97
  /// The shadow of the PDFViewer search panel.
98
98
  /// @group pdf-viewer
99
99
  $kendo-pdf-viewer-search-panel-shadow: $kendo-window-shadow !default;
@@ -103,11 +103,11 @@ $kendo-pdf-viewer-search-panel-matches-spacing: k-spacing(2) !default;
103
103
 
104
104
  /// The line height of the PDFViewer selection.
105
105
  /// @group pdf-viewer
106
- $kendo-pdf-viewer-selection-line-height: $kendo-line-height-sm !default;
106
+ $kendo-pdf-viewer-selection-line-height: var( --kendo-line-height-sm, normal ) !default;
107
107
 
108
108
  /// The background color of the PDFViewer highlight.
109
109
  /// @group pdf-viewer
110
- $kendo-pdf-viewer-search-highlight-bg: $kendo-body-text !default;
110
+ $kendo-pdf-viewer-search-highlight-bg: k-color(on-app-surface) !default;
111
111
  /// The background color of the PDFViewer highlight mark.
112
112
  /// @group pdf-viewer
113
113
  $kendo-pdf-viewer-search-highlight-mark-bg: yellow !default;
@@ -125,13 +125,13 @@ $kendo-pdf-viewer-popup-padding-y: $kendo-pdf-viewer-popup-padding-x !default;
125
125
 
126
126
  /// The border color of the PDFViewer selected highlight annotation.
127
127
  /// @group pdf-viewer
128
- $kendo-pdf-viewer-highlight-annotation-border: if($kendo-enable-color-system, k-color(primary), $kendo-color-primary) !default;
128
+ $kendo-pdf-viewer-highlight-annotation-border: k-color(primary) !default;
129
129
  /// The background color of the PDFViewer hover highlight annotation.
130
130
  /// @group pdf-viewer
131
- $kendo-pdf-viewer-highlight-annotation-hover-border: if($kendo-enable-color-system, k-color( primary-hover ), $kendo-color-primary-darker) !default;
131
+ $kendo-pdf-viewer-highlight-annotation-hover-border: k-color(primary-hover) !default;
132
132
  /// The border color of the PDFViewer selected free text annotation.
133
133
  /// @group pdf-viewer
134
- $kendo-pdf-viewer-free-text-annotation-border: if($kendo-enable-color-system, k-color(primary), $kendo-color-primary) !default;
134
+ $kendo-pdf-viewer-free-text-annotation-border: k-color(primary) !default;
135
135
  /// The placeholder text color of the PDFViewer free text annotation.
136
136
  /// @group pdf-viewer
137
137
  $kendo-pdf-viewer-free-text-annotation-placeholder-text: rgba(124, 22, 27, 0.5) !default;
@@ -1,5 +1,3 @@
1
- @use "./_variables.scss" as *;
2
- @use "../core/_index.scss" as *;
3
1
  @use "@progress/kendo-theme-core/scss/components/pivotgrid/_theme.scss" as *;
4
2
 
5
3
 
@@ -7,14 +5,4 @@
7
5
 
8
6
  @include kendo-pivotgrid--theme-base();
9
7
 
10
- // Hover and Focus state have the same bg color
11
- .k-pivotgrid-cell:focus,
12
- .k-pivotgrid-cell.k-focus,
13
- .k-master-row > .k-pivotgrid-cell:focus,
14
- .k-grouping-row > .k-pivotgrid-cell:focus,
15
- .k-detail-row > .k-pivotgrid-cell:focus,
16
- .k-group-footer > .k-pivotgrid-cell:focus {
17
- @include fill ( $bg: $kendo-pivotgrid-hover-bg );
18
- }
19
-
20
8
  }
@@ -53,41 +53,41 @@ $kendo-pivotgrid-cell-border-width: 1px !default;
53
53
 
54
54
  /// The background color of the PivotGrid.
55
55
  /// @group pivotgrid
56
- $kendo-pivotgrid-bg: $kendo-component-bg !default;
56
+ $kendo-pivotgrid-bg: k-color(surface-alt) !default;
57
57
  /// The text color of the PivotGrid.
58
58
  /// @group pivotgrid
59
- $kendo-pivotgrid-text: $kendo-component-text !default;
59
+ $kendo-pivotgrid-text: k-color(on-app-surface) !default;
60
60
  /// The border color of the PivotGrid.
61
61
  /// @group pivotgrid
62
- $kendo-pivotgrid-border: $kendo-component-border !default;
62
+ $kendo-pivotgrid-border: k-color(border) !default;
63
63
 
64
64
  /// The alt border color of the PivotGrid.
65
65
  /// @group pivotgrid
66
- $kendo-pivotgrid-alt-border: if($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-pivotgrid-border, 2 )) !default;
66
+ $kendo-pivotgrid-alt-border: k-color(border-alt) !default;
67
67
 
68
68
  /// The background color of the PivotGrid header.
69
69
  /// @group pivotgrid
70
- $kendo-pivotgrid-headers-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( app-surface ) 2%, transparent), rgba( $kendo-component-header-bg, .02 )) !default;
70
+ $kendo-pivotgrid-headers-bg: k-color(surface) !default;
71
71
  /// The text color of the PivotGrid header.
72
72
  /// @group pivotgrid
73
- $kendo-pivotgrid-headers-text: $kendo-component-header-text !default;
73
+ $kendo-pivotgrid-headers-text: k-color(on-app-surface) !default;
74
74
  /// The border color of the PivotGrid header.
75
75
  /// @group pivotgrid
76
- $kendo-pivotgrid-headers-border: $kendo-component-header-border !default;
76
+ $kendo-pivotgrid-headers-border: k-color(border) !default;
77
77
 
78
78
  /// The background color of the PivotGrid total cells.
79
79
  /// @group pivotgrid
80
- $kendo-pivotgrid-total-bg: if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-pivotgrid-bg, 1 )) !default;
80
+ $kendo-pivotgrid-total-bg: k-color(app-surface) !default;
81
81
  /// The text color of the PivotGrid total cells.
82
82
  /// @group pivotgrid
83
- $kendo-pivotgrid-total-text: $kendo-component-header-text !default;
83
+ $kendo-pivotgrid-total-text: k-color(on-app-surface) !default;
84
84
  /// The border color of the PivotGrid total cells.
85
85
  /// @group pivotgrid
86
- $kendo-pivotgrid-total-border: $kendo-component-header-border !default;
86
+ $kendo-pivotgrid-total-border: k-color(border) !default;
87
87
 
88
88
  /// The hover background color of the PivotGrid.
89
89
  /// @group pivotgrid
90
- $kendo-pivotgrid-hover-bg: if($kendo-enable-color-system, k-color( base-hover ), color.adjust( $kendo-pivotgrid-bg, $lightness: - 7% )) !default;
90
+ $kendo-pivotgrid-hover-bg: color-mix(in srgb, k-color(on-app-surface) 12%, transparent) !default;
91
91
  /// The hover text color of the PivotGrid.
92
92
  /// @group pivotgrid
93
93
  $kendo-pivotgrid-hover-text: null !default;
@@ -97,7 +97,7 @@ $kendo-pivotgrid-hover-border: null !default;
97
97
 
98
98
  /// The selected background color of the PivotGrid.
99
99
  /// @group pivotgrid
100
- $kendo-pivotgrid-selected-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( base-active ) 25%, transparent), rgba( k-contrast-color( $kendo-pivotgrid-bg ), .04 )) !default;
100
+ $kendo-pivotgrid-selected-bg: color-mix(in srgb, k-color(on-app-surface) 25%, transparent) !default;
101
101
  /// The selected text color of the PivotGrid.
102
102
  /// @group pivotgrid
103
103
  $kendo-pivotgrid-selected-text: null !default;
@@ -156,20 +156,20 @@ $kendo-pivotgrid-configurator-horizontal-height: 420px !default;
156
156
 
157
157
  /// The background color of the PivotGrid configurator.
158
158
  /// @group pivotgrid
159
- $kendo-pivotgrid-configurator-bg: $kendo-component-bg !default;
159
+ $kendo-pivotgrid-configurator-bg: k-color(surface-alt) !default;
160
160
  /// The text color of the PivotGrid configurator.
161
161
  /// @group pivotgrid
162
- $kendo-pivotgrid-configurator-text: $kendo-component-text !default;
162
+ $kendo-pivotgrid-configurator-text: k-color(on-app-surface) !default;
163
163
  /// The border color of the PivotGrid configurator.
164
164
  /// @group pivotgrid
165
- $kendo-pivotgrid-configurator-border: $kendo-component-border !default;
165
+ $kendo-pivotgrid-configurator-border: k-color(border) !default;
166
166
 
167
167
  /// The background color of the PivotGrid configurator header.
168
168
  /// @group pivotgrid
169
169
  $kendo-pivotgrid-configurator-header-bg: null !default;
170
170
  /// The text color of the PivotGrid configurator header.
171
171
  /// @group pivotgrid
172
- $kendo-pivotgrid-configurator-header-text: $kendo-component-header-text !default;
172
+ $kendo-pivotgrid-configurator-header-text: k-color(on-app-surface) !default;
173
173
  /// The border color of the PivotGrid configurator header.
174
174
  /// @group pivotgrid
175
175
  $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;
@@ -252,11 +252,11 @@ $kendo-pivotgrid-chrome-border: $kendo-grid-border !default;
252
252
  $kendo-pivotgrid-container-bg: $kendo-grid-header-bg !default;
253
253
  $kendo-pivotgrid-row-headers-bg: unset !default;
254
254
 
255
- $kendo-pivotgrid-button-bg: if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade($kendo-button-bg, 1)) !default;
255
+ $kendo-pivotgrid-button-bg: k-color(base-subtle) !default;
256
256
  $kendo-pivotgrid-button-text: $kendo-button-text !default;
257
- $kendo-pivotgrid-button-hover-bg: if($kendo-enable-color-system, k-color( base-subtle-hover ), k-try-shade($kendo-button-bg, 2)) !default;
257
+ $kendo-pivotgrid-button-hover-bg: k-color(base-subtle-hover) !default;
258
258
  $kendo-pivotgrid-button-hover-text: $kendo-button-text !default;
259
- $kendo-pivotgrid-button-active-bg: if($kendo-enable-color-system, k-color( base-subtle-active ), k-try-shade($kendo-button-bg, 2)) !default;
259
+ $kendo-pivotgrid-button-active-bg: k-color(base-subtle-active) !default;
260
260
  $kendo-pivotgrid-button-active-text: $kendo-button-text !default;
261
261
 
262
262
  $kendo-pivotgrid-remove-bg: $kendo-pivotgrid-button-text !default;
@@ -5,7 +5,7 @@
5
5
 
6
6
  /// The width of the border around the Popover.
7
7
  /// @group popover
8
- $kendo-popover-border-width: 1px !default;
8
+ $kendo-popover-border-width: 0 !default;
9
9
  /// The style of the border around the Popover.
10
10
  /// @group popover
11
11
  $kendo-popover-border-style: solid !default;
@@ -24,16 +24,16 @@ $kendo-popover-line-height: $kendo-card-line-height !default;
24
24
 
25
25
  /// The text color of the Popover.
26
26
  /// @group popover
27
- $kendo-popover-text: $kendo-component-text !default;
27
+ $kendo-popover-text: k-color(on-app-surface) !default;
28
28
  /// The background color of the Popover.
29
29
  /// @group popover
30
- $kendo-popover-bg: $kendo-component-bg !default;
30
+ $kendo-popover-bg: k-color(surface) !default;
31
31
  /// The border color of the Popover.
32
32
  /// @group popover
33
- $kendo-popover-border: $kendo-component-border !default;
33
+ $kendo-popover-border: k-color(border) !default;
34
34
  /// The box shadow of the Popover.
35
35
  /// @group popover
36
- $kendo-popover-shadow: $kendo-card-shadow !default;
36
+ $kendo-popover-shadow: k-elevation(2) !default;
37
37
 
38
38
  /// The horizontal padding of the Popover header.
39
39
  /// @group popover
@@ -11,7 +11,7 @@ $kendo-popup-padding-y: null !default;
11
11
  $kendo-popup-border-width: 0px !default;
12
12
  /// Border radius of the popup.
13
13
  /// @group popup
14
- $kendo-popup-border-radius: null !default;
14
+ $kendo-popup-border-radius: k-border-radius(md) !default;
15
15
 
16
16
  /// Font size of the popup.
17
17
  /// @group popup
@@ -22,23 +22,23 @@ $kendo-popup-line-height: var( --kendo-line-height, normal ) !default;
22
22
 
23
23
  /// Horizontal padding of the popup content.
24
24
  /// @group popup
25
- $kendo-popup-content-padding-x: k-spacing(2) !default;
25
+ $kendo-popup-content-padding-x: k-spacing(4) !default;
26
26
  /// Vertical padding of the popup content.
27
27
  /// @group popup
28
- $kendo-popup-content-padding-y: k-spacing(2) !default;
28
+ $kendo-popup-content-padding-y: k-spacing(4) !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) !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
- $kendo-popup-shadow: k-elevation(4) !default;
41
+ $kendo-popup-shadow: k-elevation(2) !default;
42
42
 
43
43
  @forward "@progress/kendo-theme-core/scss/components/popup/_variables.scss" with (
44
44
  $kendo-popup-padding-x: $kendo-popup-padding-x,
@@ -6,15 +6,22 @@
6
6
 
7
7
  @include kendo-progressbar--layout-base();
8
8
 
9
- $kendo-progressbar-status-font-size: 11px !default;
10
9
  $kendo-progressbar-indeterminate-animation-timing: 2s infinite !default;
11
10
 
12
11
  .k-progressbar {
13
- @include border-radius( 0 );
12
+ @include border-radius( k-border-radius(full) );
14
13
  overflow: visible;
15
14
 
16
- .k-progress-status-wrap {
17
- font-size: $kendo-progressbar-status-font-size;
15
+ .k-progressbar-value {
16
+ border-radius: inherit;
17
+ }
18
+
19
+ > .k-progressbar-chunks {
20
+ gap: k-spacing( 1.5 );
21
+ }
22
+
23
+ .k-progressbar-chunk {
24
+ @include border-radius( k-border-radius(full) );
18
25
  }
19
26
  }
20
27
 
@@ -27,10 +27,10 @@ $kendo-progressbar-line-height: var( --kendo-line-height-xs, normal ) !default;
27
27
 
28
28
  /// The background color of the ProgressBar.
29
29
  /// @group progressbar
30
- $kendo-progressbar-bg: if($kendo-enable-color-system, k-color( primary-subtle ), k-try-tint( $kendo-color-primary, 8 )) !default;
30
+ $kendo-progressbar-bg: k-color(primary-subtle) !default;
31
31
  /// The text color of the ProgressBar.
32
32
  /// @group progressbar
33
- $kendo-progressbar-text: $kendo-component-text !default;
33
+ $kendo-progressbar-text: k-color(on-app-surface) !default;
34
34
  /// The border color of the ProgressBar.
35
35
  /// @group progressbar
36
36
  $kendo-progressbar-border: unset !default;
@@ -40,10 +40,10 @@ $kendo-progressbar-gradient: null !default;
40
40
 
41
41
  /// The progress background color of the ProgressBar.
42
42
  /// @group progressbar
43
- $kendo-progressbar-value-bg: $kendo-color-primary !default;
43
+ $kendo-progressbar-value-bg: k-color(primary) !default;
44
44
  /// The progress text color of the ProgressBar.
45
45
  /// @group progressbar
46
- $kendo-progressbar-value-text: $kendo-color-primary-contrast !default;
46
+ $kendo-progressbar-value-text: k-color(on-app-surface) !default;
47
47
  /// The progress border color of the ProgressBar.
48
48
  /// @group progressbar
49
49
  $kendo-progressbar-value-border: unset !default;
@@ -66,12 +66,12 @@ $kendo-progressbar-indeterminate-gradient: null !default;
66
66
 
67
67
  /// The border color of the chunk ProgressBar.
68
68
  /// @group progressbar
69
- $kendo-progressbar-chunk-border: $kendo-component-bg !default;
69
+ $kendo-progressbar-chunk-border: k-color(surface) !default;
70
70
 
71
71
  // Circular Progressbar
72
72
  /// The arc stroke color of the circular ProgressBar.
73
73
  /// @group progressbar
74
- $kendo-circular-progressbar-arc-stroke: $kendo-color-primary !default;
74
+ $kendo-circular-progressbar-arc-stroke: k-color(primary) !default;
75
75
  /// The scale stroke background color of the circular ProgressBar.
76
76
  /// @group progressbar
77
77
  $kendo-circular-progressbar-scale-stroke: $kendo-progressbar-bg !default;
@@ -3,4 +3,8 @@
3
3
 
4
4
  @mixin kendo-prompt--layout() {
5
5
  @include kendo-prompt--layout-base();
6
+
7
+ .k-prompt-suggestion {
8
+ border: 0;
9
+ }
6
10
  }