@progress/kendo-theme-material 11.0.0-dev.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 (184) 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-arctic.css +1 -1
  8. package/dist/material-burnt-teal.css +1 -1
  9. package/dist/material-dataviz-v4.css +1 -1
  10. package/dist/material-eggplant.css +1 -1
  11. package/dist/material-lime-dark.css +1 -1
  12. package/dist/material-lime.css +1 -1
  13. package/dist/material-main-dark.css +1 -1
  14. package/dist/material-main-dark.scss +97 -97
  15. package/dist/material-main.css +1 -1
  16. package/dist/material-nova.css +1 -1
  17. package/dist/material-pacific-dark.css +1 -1
  18. package/dist/material-pacific.css +1 -1
  19. package/dist/material-sky-dark.css +1 -1
  20. package/dist/material-sky.css +1 -1
  21. package/dist/material-smoke.css +1 -1
  22. package/dist/meta/sassdoc-data.json +11721 -9853
  23. package/dist/meta/sassdoc-raw-data.json +3880 -3030
  24. package/dist/meta/variables.json +2515 -2282
  25. package/lib/swatches/index.js +2 -0
  26. package/lib/swatches/material-2-dark.json +657 -0
  27. package/lib/swatches/material-2.json +632 -0
  28. package/lib/swatches/material-aqua-dark.json +1 -1
  29. package/lib/swatches/material-arctic.json +1 -1
  30. package/lib/swatches/material-burnt-teal.json +1 -1
  31. package/lib/swatches/material-dataviz-v4.json +1 -1
  32. package/lib/swatches/material-eggplant.json +1 -1
  33. package/lib/swatches/material-lime-dark.json +1 -1
  34. package/lib/swatches/material-lime.json +1 -1
  35. package/lib/swatches/material-main-dark.json +103 -103
  36. package/lib/swatches/material-main.json +6 -6
  37. package/lib/swatches/material-nova.json +1 -1
  38. package/lib/swatches/material-pacific-dark.json +1 -1
  39. package/lib/swatches/material-pacific.json +1 -1
  40. package/lib/swatches/material-sky-dark.json +1 -1
  41. package/lib/swatches/material-sky.json +1 -1
  42. package/lib/swatches/material-smoke.json +1 -1
  43. package/package.json +4 -4
  44. package/scss/action-buttons/_layout.scss +0 -23
  45. package/scss/action-buttons/_theme.scss +0 -13
  46. package/scss/action-buttons/_variables.scss +3 -3
  47. package/scss/action-sheet/_layout.scss +6 -0
  48. package/scss/action-sheet/_variables.scss +21 -22
  49. package/scss/appbar/_variables.scss +3 -3
  50. package/scss/badge/_layout.scss +0 -1
  51. package/scss/badge/_variables.scss +8 -8
  52. package/scss/bottom-navigation/_theme.scss +54 -3
  53. package/scss/bottom-navigation/_variables.scss +16 -16
  54. package/scss/breadcrumb/_variables.scss +19 -19
  55. package/scss/button/_layout.scss +0 -79
  56. package/scss/button/_theme.scss +114 -29
  57. package/scss/button/_variables.scss +28 -24
  58. package/scss/calendar/_layout.scss +13 -16
  59. package/scss/calendar/_theme.scss +29 -11
  60. package/scss/calendar/_variables.scss +75 -48
  61. package/scss/captcha/_variables.scss +3 -3
  62. package/scss/card/_variables.scss +15 -15
  63. package/scss/chat/_theme.scss +4 -0
  64. package/scss/chat/_variables.scss +4 -4
  65. package/scss/checkbox/_layout.scss +35 -0
  66. package/scss/checkbox/_theme.scss +113 -4
  67. package/scss/checkbox/_variables.scss +18 -15
  68. package/scss/chip/_layout.scss +10 -0
  69. package/scss/chip/_theme.scss +41 -61
  70. package/scss/chip/_variables.scss +36 -18
  71. package/scss/coloreditor/_variables.scss +8 -8
  72. package/scss/colorgradient/_variables.scss +3 -33
  73. package/scss/column-menu/_variables.scss +1 -1
  74. package/scss/core/color-system/_palettes.scss +243 -242
  75. package/scss/core/color-system/_swatch.scss +142 -142
  76. package/scss/core/elevation/index.import.scss +18 -27
  77. package/scss/core/typography/index.import.scss +8 -8
  78. package/scss/dataviz/_variables.scss +1 -1
  79. package/scss/dialog/_variables.scss +6 -1
  80. package/scss/dock-manager/_variables.scss +14 -14
  81. package/scss/draggable/_variables.scss +1 -1
  82. package/scss/drawer/_layout.scss +2 -0
  83. package/scss/drawer/_theme.scss +0 -11
  84. package/scss/drawer/_variables.scss +48 -23
  85. package/scss/dropzone/_variables.scss +2 -2
  86. package/scss/editor/_layout.scss +2 -12
  87. package/scss/editor/_variables.scss +4 -4
  88. package/scss/expansion-panel/_layout.scss +5 -0
  89. package/scss/expansion-panel/_variables.scss +6 -6
  90. package/scss/fab/_layout.scss +1 -1
  91. package/scss/fab/_theme.scss +13 -12
  92. package/scss/fab/_variables.scss +11 -11
  93. package/scss/filemanager/_theme.scss +4 -0
  94. package/scss/filemanager/_variables.scss +1 -1
  95. package/scss/filter/_variables.scss +2 -2
  96. package/scss/forms/_variables.scss +5 -5
  97. package/scss/gantt/_variables.scss +16 -16
  98. package/scss/grid/_layout.scss +6 -21
  99. package/scss/grid/_theme.scss +12 -55
  100. package/scss/grid/_variables.scss +13 -13
  101. package/scss/imageeditor/_variables.scss +2 -2
  102. package/scss/input/_layout.scss +10 -14
  103. package/scss/input/_variables.scss +35 -34
  104. package/scss/list/_theme.scss +1 -1
  105. package/scss/list/_variables.scss +100 -22
  106. package/scss/listbox/_variables.scss +1 -1
  107. package/scss/listgroup/_variables.scss +4 -4
  108. package/scss/listview/_theme.scss +0 -13
  109. package/scss/listview/_variables.scss +5 -5
  110. package/scss/loader/_variables.scss +2 -2
  111. package/scss/map/_variables.scss +2 -2
  112. package/scss/mediaplayer/_variables.scss +2 -2
  113. package/scss/menu/_layout.scss +4 -0
  114. package/scss/menu/_theme.scss +1 -26
  115. package/scss/menu/_variables.scss +47 -39
  116. package/scss/menu-button/_variables.scss +1 -1
  117. package/scss/messagebox/_layout.scss +5 -1
  118. package/scss/messagebox/_variables.scss +1 -1
  119. package/scss/notification/_layout.scss +5 -0
  120. package/scss/notification/_theme.scss +1 -0
  121. package/scss/notification/_variables.scss +18 -8
  122. package/scss/orgchart/_variables.scss +3 -3
  123. package/scss/pager/_variables.scss +4 -4
  124. package/scss/panel/_variables.scss +3 -3
  125. package/scss/panelbar/_layout.scss +29 -1
  126. package/scss/panelbar/_theme.scss +0 -1
  127. package/scss/panelbar/_variables.scss +23 -23
  128. package/scss/pdf-viewer/_variables.scss +3 -3
  129. package/scss/pivotgrid/_theme.scss +0 -12
  130. package/scss/pivotgrid/_variables.scss +4 -4
  131. package/scss/popover/_variables.scss +3 -3
  132. package/scss/popup/_variables.scss +5 -5
  133. package/scss/progressbar/_layout.scss +11 -4
  134. package/scss/progressbar/_variables.scss +2 -2
  135. package/scss/prompt/_layout.scss +4 -0
  136. package/scss/prompt/_variables.scss +8 -8
  137. package/scss/radio/_layout.scss +35 -0
  138. package/scss/radio/_theme.scss +109 -4
  139. package/scss/radio/_variables.scss +17 -14
  140. package/scss/rating/_variables.scss +3 -3
  141. package/scss/scheduler/_layout.scss +2 -89
  142. package/scss/scheduler/_variables.scss +4 -4
  143. package/scss/scrollview/_variables.scss +1 -1
  144. package/scss/slider/_layout.scss +11 -0
  145. package/scss/slider/_theme.scss +1 -10
  146. package/scss/slider/_variables.scss +16 -7
  147. package/scss/split-button/_layout.scss +12 -0
  148. package/scss/split-button/_variables.scss +4 -4
  149. package/scss/splitter/_variables.scss +3 -3
  150. package/scss/spreadsheet/_layout.scss +0 -35
  151. package/scss/spreadsheet/_theme.scss +3 -25
  152. package/scss/spreadsheet/_variables.scss +7 -7
  153. package/scss/stepper/_layout.scss +15 -1
  154. package/scss/stepper/_theme.scss +8 -0
  155. package/scss/stepper/_variables.scss +13 -13
  156. package/scss/switch/_layout.scss +20 -5
  157. package/scss/switch/_theme.scss +2 -9
  158. package/scss/switch/_variables.scss +50 -16
  159. package/scss/table/_layout.scss +6 -0
  160. package/scss/table/_variables.scss +9 -9
  161. package/scss/tabstrip/_layout.scss +100 -4
  162. package/scss/tabstrip/_variables.scss +16 -16
  163. package/scss/taskboard/_layout.scss +4 -0
  164. package/scss/taskboard/_variables.scss +8 -8
  165. package/scss/tilelayout/_layout.scss +7 -1
  166. package/scss/tilelayout/_variables.scss +2 -2
  167. package/scss/timeline/_variables.scss +2 -2
  168. package/scss/timeselector/_layout.scss +38 -0
  169. package/scss/timeselector/_theme.scss +8 -6
  170. package/scss/timeselector/_variables.scss +29 -23
  171. package/scss/toolbar/_layout.scss +0 -47
  172. package/scss/toolbar/_theme.scss +4 -44
  173. package/scss/toolbar/_variables.scss +14 -14
  174. package/scss/tooltip/_variables.scss +6 -6
  175. package/scss/treelist/_layout.scss +0 -19
  176. package/scss/treelist/_theme.scss +10 -15
  177. package/scss/treelist/_variables.scss +1 -1
  178. package/scss/treeview/_theme.scss +2 -31
  179. package/scss/treeview/_variables.scss +24 -24
  180. package/scss/typography/_variables.scss +21 -21
  181. package/scss/upload/_variables.scss +3 -3
  182. package/scss/window/_layout.scss +14 -0
  183. package/scss/window/_variables.scss +8 -8
  184. package/scss/wizard/_variables.scss +3 -3
@@ -1,5 +1,6 @@
1
1
  @use "sass:math";
2
2
  @use "../core/_index.scss" as *;
3
+ @use "../core/functions/index.import.scss" as *;
3
4
 
4
5
  // List
5
6
 
@@ -10,16 +11,16 @@ $kendo-list-font-family: var( --kendo-font-family, inherit ) !default;
10
11
  /// The font size of the List component, if no size is set.
11
12
  /// @group list
12
13
  $kendo-list-font-size: null !default;
13
- $kendo-list-sm-font-size: var( --kendo-font-size, inherit )!default;
14
- $kendo-list-md-font-size: var( --kendo-font-size, inherit ) !default;
14
+ $kendo-list-sm-font-size: var( --kendo-font-size-lg, inherit )!default;
15
+ $kendo-list-md-font-size: var( --kendo-font-size-lg, inherit ) !default;
15
16
  $kendo-list-lg-font-size: var( --kendo-font-size-lg, inherit ) !default;
16
17
 
17
18
  /// The line height of the List component, if no size is set.
18
19
  /// @group list
19
20
  $kendo-list-line-height: null !default;
20
- $kendo-list-sm-line-height: math.div( 20, 14 ) !default;
21
- $kendo-list-md-line-height: math.div( 20, 14 ) !default;
22
- $kendo-list-lg-line-height: 1.5 !default;
21
+ $kendo-list-sm-line-height: var( --kendo-line-height-lg, normal ) !default;
22
+ $kendo-list-md-line-height: var( --kendo-line-height-lg, normal ) !default;
23
+ $kendo-list-lg-line-height: var( --kendo-line-height-lg, normal ) !default;
23
24
 
24
25
  /// The horizontal padding of the List header, if no size is set.
25
26
  /// @group list
@@ -31,9 +32,9 @@ $kendo-list-lg-header-padding-x: k-spacing(4) !default;
31
32
  /// The vertical padding of the List header, if no size is set.
32
33
  /// @group list
33
34
  $kendo-list-header-padding-y: null !default;
34
- $kendo-list-sm-header-padding-y: k-spacing(1.5) !default;
35
- $kendo-list-md-header-padding-y: k-spacing(2) !default;
36
- $kendo-list-lg-header-padding-y: k-spacing(2) !default;
35
+ $kendo-list-sm-header-padding-y: k-spacing(2) !default;
36
+ $kendo-list-md-header-padding-y: k-spacing(3) !default;
37
+ $kendo-list-lg-header-padding-y: k-spacing(4) !default;
37
38
 
38
39
  /// The border width of the List header.
39
40
  /// @group list
@@ -61,6 +62,21 @@ $kendo-list-header-font-weight: var( --kendo-font-weight-bold, normal ) !default
61
62
  /// @group list
62
63
  $kendo-list-filter-padding: k-spacing(4) !default;
63
64
 
65
+ /// The horizontal padding of the List filter, when no size is set.
66
+ /// @group list
67
+ $kendo-list-filter-padding-x: $kendo-list-filter-padding !default;
68
+ $kendo-list-sm-filter-padding-x: k-spacing(4) !default;
69
+ $kendo-list-md-filter-padding-x: k-spacing(4) !default;
70
+ $kendo-list-lg-filter-padding-x: k-spacing(4) !default;
71
+
72
+ /// The vertical padding of the List filter, when no size is set.
73
+ /// @group list
74
+ $kendo-list-filter-padding-y: k-spacing(1) !default;
75
+ $kendo-list-sm-filter-padding-y: k-spacing(0.5) !default;
76
+ $kendo-list-md-filter-padding-y: k-spacing(1) !default;
77
+ $kendo-list-lg-filter-padding-y: k-spacing(1.5) !default;
78
+
79
+
64
80
  /// The horizontal padding of the List items, when no size is set.
65
81
  /// @group list
66
82
  $kendo-list-item-padding-x: null !default;
@@ -71,9 +87,9 @@ $kendo-list-lg-item-padding-x: k-spacing(4) !default;
71
87
  /// The vertical padding of the List items, when no size is set.
72
88
  /// @group list
73
89
  $kendo-list-item-padding-y: null !default;
74
- $kendo-list-sm-item-padding-y: k-spacing(1.5) !default;
75
- $kendo-list-md-item-padding-y: k-spacing(2) !default;
76
- $kendo-list-lg-item-padding-y: k-spacing(2) !default;
90
+ $kendo-list-sm-item-padding-y: k-spacing(2) !default;
91
+ $kendo-list-md-item-padding-y: k-spacing(3) !default;
92
+ $kendo-list-lg-item-padding-y: k-spacing(4) !default;
77
93
 
78
94
  /// The font size of the List items, if no size is set.
79
95
  /// @group list
@@ -125,6 +141,30 @@ $kendo-list-lg-group-item-line-height: null !default;
125
141
  /// @group list
126
142
  $kendo-list-group-item-font-weight: var( --kendo-font-weight-bold, normal ) !default;
127
143
 
144
+ /// The font size of the List item group label.
145
+ /// @group list
146
+ $kendo-list-item-group-label-sm-font-size: var( --kendo-font-size-sm, inherit ) !default;
147
+ $kendo-list-item-group-label-md-font-size: var( --kendo-font-size-sm, inherit ) !default;
148
+ $kendo-list-item-group-label-lg-font-size: var( --kendo-font-size-sm, inherit ) !default;
149
+
150
+ /// The line-height of the List item group label.
151
+ /// @group list
152
+ $kendo-list-item-group-label-sm-line-height: var( --kendo-line-height-xs, inherit ) !default;
153
+ $kendo-list-item-group-label-md-line-height: var( --kendo-line-height-xs, inherit ) !default;
154
+ $kendo-list-item-group-label-lg-line-height: var( --kendo-line-height-xs, inherit ) !default;
155
+
156
+ /// The horizontal padding of the List item group label.
157
+ /// @group list
158
+ $kendo-list-item-group-label-sm-padding-x: k-spacing(1) !default;
159
+ $kendo-list-item-group-label-md-padding-x: k-spacing(1) !default;
160
+ $kendo-list-item-group-label-lg-padding-x: k-spacing(1) !default;
161
+
162
+ /// The vertical padding of the List item group label.
163
+ /// @group list
164
+ $kendo-list-item-group-label-sm-padding-y: k-spacing(0.5) !default;
165
+ $kendo-list-item-group-label-md-padding-y: k-spacing(0.5) !default;
166
+ $kendo-list-item-group-label-lg-padding-y: k-spacing(0.5) !default;
167
+
128
168
 
129
169
  /// The map with the sizes of the List.
130
170
  /// /// @group list
@@ -143,7 +183,13 @@ $kendo-list-sizes: (
143
183
  group-item-padding-x: $kendo-list-sm-group-item-padding-x,
144
184
  group-item-padding-y: $kendo-list-sm-group-item-padding-y,
145
185
  group-item-font-size: null,
146
- group-item-line-height: null
186
+ group-item-line-height: null,
187
+ item-group-label-padding-x: $kendo-list-item-group-label-sm-padding-x,
188
+ item-group-label-padding-y: $kendo-list-item-group-label-sm-padding-y,
189
+ item-group-label-font-size: $kendo-list-item-group-label-sm-font-size,
190
+ item-group-label-line-height: $kendo-list-item-group-label-sm-line-height,
191
+ filter-padding-x: $kendo-list-sm-filter-padding-x,
192
+ filter-padding-y: $kendo-list-sm-filter-padding-y
147
193
  ),
148
194
  md: (
149
195
  font-size: $kendo-list-md-font-size,
@@ -159,7 +205,13 @@ $kendo-list-sizes: (
159
205
  group-item-padding-x: $kendo-list-md-group-item-padding-x,
160
206
  group-item-padding-y: $kendo-list-md-group-item-padding-y,
161
207
  group-item-font-size: null,
162
- group-item-line-height: null
208
+ group-item-line-height: null,
209
+ item-group-label-padding-x: $kendo-list-item-group-label-md-padding-x,
210
+ item-group-label-padding-y: $kendo-list-item-group-label-md-padding-y,
211
+ item-group-label-font-size: $kendo-list-item-group-label-md-font-size,
212
+ item-group-label-line-height: $kendo-list-item-group-label-md-line-height,
213
+ filter-padding-x: $kendo-list-md-filter-padding-x,
214
+ filter-padding-y: $kendo-list-md-filter-padding-y
163
215
  ),
164
216
  lg: (
165
217
  font-size: $kendo-list-lg-font-size,
@@ -175,14 +227,20 @@ $kendo-list-sizes: (
175
227
  group-item-padding-x: $kendo-list-lg-group-item-padding-x,
176
228
  group-item-padding-y: $kendo-list-lg-group-item-padding-y,
177
229
  group-item-font-size: null,
178
- group-item-line-height: null
230
+ group-item-line-height: null,
231
+ item-group-label-padding-x: $kendo-list-item-group-label-lg-padding-x,
232
+ item-group-label-padding-y: $kendo-list-item-group-label-lg-padding-y,
233
+ item-group-label-font-size: $kendo-list-item-group-label-lg-font-size,
234
+ item-group-label-line-height: $kendo-list-item-group-label-lg-line-height,
235
+ filter-padding-x: $kendo-list-lg-filter-padding-x,
236
+ filter-padding-y: $kendo-list-lg-filter-padding-y
179
237
  )
180
238
  ) !default;
181
239
 
182
240
 
183
241
  /// The background color of the List component.
184
242
  /// @group list
185
- $kendo-list-bg: k-color(surface-alt) !default;
243
+ $kendo-list-bg: k-color(surface) !default;
186
244
  /// The text color of the List component.
187
245
  /// @group list
188
246
  $kendo-list-text: k-color(on-app-surface) !default;
@@ -202,7 +260,7 @@ $kendo-list-header-text: null !default;
202
260
  $kendo-list-header-border: inherit !default;
203
261
  /// The box shadow of the List header.
204
262
  /// @group list
205
- $kendo-list-header-shadow: unset !default;
263
+ $kendo-list-header-shadow: null !default;
206
264
 
207
265
 
208
266
  /// The background color of the List items.
@@ -214,27 +272,27 @@ $kendo-list-item-text: null !default;
214
272
 
215
273
  /// The background color of the hovered List items.
216
274
  /// @group list
217
- $kendo-list-item-hover-bg: k-color(base-hover) !default;
275
+ $kendo-list-item-hover-bg: color-mix(in srgb, k-color(on-app-surface) 8%, transparent) !default;
218
276
  /// The text color of the hovered List items.
219
277
  /// @group list
220
- $kendo-list-item-hover-text: k-color(on-app-surface) !default;
278
+ $kendo-list-item-hover-text: null !default;
221
279
 
222
280
  /// The background color of the focused List items.
223
281
  /// @group list
224
- $kendo-list-item-focus-bg: $kendo-list-item-hover-bg !default;
282
+ $kendo-list-item-focus-bg: null !default;
225
283
  /// The text color of the focused List items.
226
284
  /// @group list
227
285
  $kendo-list-item-focus-text: null !default;
228
286
  /// The box shadow of the focused List items.
229
287
  /// @group list
230
- $kendo-list-item-focus-shadow: unset !default;
288
+ $kendo-list-item-focus-shadow: inset 0 0 0 2px color-mix(in srgb, k-color(on-app-surface) 20%, transparent) !default;
231
289
 
232
290
  /// The background color of the selected List items.
233
291
  /// @group list
234
- $kendo-list-item-selected-bg: k-color(surface-alt) !default;
292
+ $kendo-list-item-selected-bg: null !default;
235
293
  /// The text color of the selected List items.
236
294
  /// @group list
237
- $kendo-list-item-selected-text: k-color(secondary) !default;
295
+ $kendo-list-item-selected-text: k-color(primary) !default;
238
296
 
239
297
  /// The background color of the List group items.
240
298
  /// @group list
@@ -305,6 +363,26 @@ $kendo-list-option-label-text: k-color(subtle) !default;
305
363
  $kendo-list-sm-group-item-padding-y: $kendo-list-sm-group-item-padding-y,
306
364
  $kendo-list-md-group-item-padding-y: $kendo-list-md-group-item-padding-y,
307
365
  $kendo-list-lg-group-item-padding-y: $kendo-list-lg-group-item-padding-y,
366
+ $kendo-list-item-group-label-sm-padding-x: $kendo-list-item-group-label-sm-padding-x,
367
+ $kendo-list-item-group-label-md-padding-x: $kendo-list-item-group-label-md-padding-x,
368
+ $kendo-list-item-group-label-lg-padding-x: $kendo-list-item-group-label-lg-padding-x,
369
+ $kendo-list-item-group-label-sm-padding-y: $kendo-list-item-group-label-sm-padding-y,
370
+ $kendo-list-item-group-label-md-padding-y: $kendo-list-item-group-label-md-padding-y,
371
+ $kendo-list-item-group-label-lg-padding-y: $kendo-list-item-group-label-lg-padding-y,
372
+ $kendo-list-item-group-label-sm-font-size: $kendo-list-item-group-label-sm-font-size,
373
+ $kendo-list-item-group-label-md-font-size: $kendo-list-item-group-label-md-font-size,
374
+ $kendo-list-item-group-label-lg-font-size: $kendo-list-item-group-label-lg-font-size,
375
+ $kendo-list-item-group-label-sm-line-height: $kendo-list-item-group-label-sm-line-height,
376
+ $kendo-list-item-group-label-md-line-height: $kendo-list-item-group-label-md-line-height,
377
+ $kendo-list-item-group-label-lg-line-height: $kendo-list-item-group-label-lg-line-height,
378
+ $kendo-list-filter-padding-x: $kendo-list-filter-padding-x,
379
+ $kendo-list-filter-padding-y: $kendo-list-filter-padding-y,
380
+ $kendo-list-sm-filter-padding-x: $kendo-list-sm-filter-padding-x,
381
+ $kendo-list-sm-filter-padding-y: $kendo-list-sm-filter-padding-y,
382
+ $kendo-list-md-filter-padding-x: $kendo-list-md-filter-padding-x,
383
+ $kendo-list-md-filter-padding-y: $kendo-list-md-filter-padding-y,
384
+ $kendo-list-lg-filter-padding-x: $kendo-list-lg-filter-padding-x,
385
+ $kendo-list-lg-filter-padding-y: $kendo-list-lg-filter-padding-y,
308
386
  $kendo-list-group-item-border-width: $kendo-list-group-item-border-width,
309
387
  $kendo-list-group-item-font-size: $kendo-list-group-item-font-size,
310
388
  $kendo-list-sm-group-item-font-size: $kendo-list-sm-group-item-font-size,
@@ -33,7 +33,7 @@ $kendo-listbox-line-height: $kendo-list-md-line-height !default;
33
33
  $kendo-listbox-text: k-color(on-app-surface) !default;
34
34
  /// The background color of the ListBox.
35
35
  /// @group listbox
36
- $kendo-listbox-bg: k-color(surface-alt) !default;
36
+ $kendo-listbox-bg: k-color(app-surface) !default;
37
37
  /// The border color of the ListBox.
38
38
  /// @group listbox
39
39
  $kendo-listbox-border: k-color(border) !default;
@@ -6,14 +6,14 @@ $kendo-listgroup-border-width: 1px !default;
6
6
  $kendo-listgroup-border-radius: k-border-radius(md) !default;
7
7
 
8
8
  $kendo-listgroup-font-size: var( --kendo-font-size, inherit ) !default;
9
- $kendo-listgroup-line-height: math.div( 20, 14 ) !default;
9
+ $kendo-listgroup-line-height: var( --kendo-line-height, inherit ) !default;
10
10
 
11
- $kendo-listgroup-bg: k-color(surface-alt) !default;
11
+ $kendo-listgroup-bg: k-color(surface) !default;
12
12
  $kendo-listgroup-text: k-color(on-app-surface) !default;
13
13
  $kendo-listgroup-border: k-color(border) !default;
14
14
 
15
- $kendo-listgroup-item-padding-x: k-spacing(2) !default;
16
- $kendo-listgroup-item-padding-y: k-spacing(2) !default;
15
+ $kendo-listgroup-item-padding-x: k-spacing(4) !default;
16
+ $kendo-listgroup-item-padding-y: k-spacing(3) !default;
17
17
  $kendo-listgroup-item-border-width: 1px !default;
18
18
 
19
19
  @forward "@progress/kendo-theme-core/scss/components/listgroup/_variables.scss" with (
@@ -1,6 +1,3 @@
1
- @use "./_variables.scss" as *;
2
- @use "../core/_index.scss" as *;
3
- @use "../core/functions/index.import.scss" as *;
4
1
  @use "@progress/kendo-theme-core/scss/components/listview/_theme.scss" as *;
5
2
 
6
3
 
@@ -8,14 +5,4 @@
8
5
 
9
6
  @include kendo-listview--theme-base();
10
7
 
11
- // Listview
12
- .k-listview {}
13
-
14
-
15
- // Listview content
16
- .k-listview-content {}
17
- .k-listview-content > .k-selected.k-focus {
18
- background-color: k-color(base-active);
19
- }
20
-
21
8
  }
@@ -27,7 +27,7 @@ $kendo-listview-line-height: var( --kendo-line-height, normal ) !default;
27
27
  $kendo-listview-text: k-color(on-app-surface) !default;
28
28
  /// The background color of the ListView.
29
29
  /// @group listview
30
- $kendo-listview-bg: k-color(surface-alt) !default;
30
+ $kendo-listview-bg: k-color(surface) !default;
31
31
  /// The border color of the ListView.
32
32
  /// @group listview
33
33
  $kendo-listview-border: k-color(border) !default;
@@ -41,10 +41,10 @@ $kendo-listview-item-padding-y: k-spacing(1) !default;
41
41
 
42
42
  /// The text color of the selected ListView items.
43
43
  /// @group listview
44
- $kendo-listview-item-selected-text: null !default;
44
+ $kendo-listview-item-selected-text: k-color(primary) !default;
45
45
  /// The background color of the selected ListView items.
46
46
  /// @group listview
47
- $kendo-listview-item-selected-bg: k-color(base-active) !default;
47
+ $kendo-listview-item-selected-bg: null !default;
48
48
  /// The border color of the selected ListView items.
49
49
  /// @group listview
50
50
  $kendo-listview-item-selected-border: null !default;
@@ -54,13 +54,13 @@ $kendo-listview-item-selected-border: null !default;
54
54
  $kendo-listview-item-focus-text: null !default;
55
55
  /// The background color of the focused ListView items.
56
56
  /// @group listview
57
- $kendo-listview-item-focus-bg: k-color(base-active) !default;
57
+ $kendo-listview-item-focus-bg: null !default;
58
58
  /// The border color of the focused ListView items.
59
59
  /// @group listview
60
60
  $kendo-listview-item-focus-border: null !default;
61
61
  /// The box shadow of the focused ListView items.
62
62
  /// @group listview
63
- $kendo-listview-item-focus-shadow: unset !default;
63
+ $kendo-listview-item-focus-shadow: inset 0 0 0 2px color-mix(in srgb, k-color(on-app-surface) 20%, transparent) !default;
64
64
 
65
65
  @forward "@progress/kendo-theme-core/scss/components/listview/_variables.scss" with (
66
66
  $kendo-listview-padding-x: $kendo-listview-padding-x,
@@ -80,7 +80,7 @@ $kendo-loader-container-panel-border-color: k-color(border) !default;
80
80
  $kendo-loader-container-panel-border-radius: k-border-radius(md) !default;
81
81
  /// The background color of the container panel.
82
82
  /// @group loader
83
- $kendo-loader-container-panel-bg: $kendo-color-white !default;
83
+ $kendo-loader-container-panel-bg: k-color(app-surface) !default;
84
84
 
85
85
  /// The padding of the small Loader container.
86
86
  /// @group loader
@@ -115,7 +115,7 @@ $kendo-loader-lg-container-font-size: var( --kendo-font-size-lg, inherit ) !defa
115
115
  // Loading indicator
116
116
  /// The background color of the Loading indicator.
117
117
  /// @group loading
118
- $kendo-loading-bg: k-color(surface-alt) !default;
118
+ $kendo-loading-bg: k-color(app-surface) !default;
119
119
  /// The text color of the Loading indicator.
120
120
  /// @group loading
121
121
  $kendo-loading-text: currentColor !default;
@@ -19,7 +19,7 @@ $kendo-map-font-family: var( --kendo-font-family, inherit ) !default;
19
19
 
20
20
  /// The background color of the Map.
21
21
  /// @group map
22
- $kendo-map-bg: k-color(surface-alt) !default;
22
+ $kendo-map-bg: k-color(app-surface) !default;
23
23
  /// The text color of the Map.
24
24
  /// @group map
25
25
  $kendo-map-text: k-color(on-app-surface) !default;
@@ -35,7 +35,7 @@ $kendo-map-navigator-margin: k-spacing(4) !default;
35
35
  $kendo-map-navigator-padding: k-spacing(0.5) !default;
36
36
  /// The width of the Map navigator.
37
37
  /// @group map
38
- $kendo-map-navigator-width: calc( calc( #{$kendo-icon-size} * 3) + calc( #{$kendo-map-navigator-padding} * 2 ) ) !default;
38
+ $kendo-map-navigator-width: calc( #{$kendo-icon-size} * 3 + #{$kendo-map-navigator-padding} * 2 ) !default;
39
39
  /// The height of the Map navigator.
40
40
  /// @group map
41
41
  $kendo-map-navigator-height: $kendo-map-navigator-width !default;
@@ -17,7 +17,7 @@ $kendo-media-player-line-height: var( --kendo-line-height, normal ) !default;
17
17
 
18
18
  /// The background color of the MediaPlayer.
19
19
  /// @group mediaplayer
20
- $kendo-media-player-bg: k-color(surface-alt) !default;
20
+ $kendo-media-player-bg: k-color(surface) !default;
21
21
  /// The text color of the MediaPlayer.
22
22
  /// @group mediaplayer
23
23
  $kendo-media-player-text: k-color(on-app-surface) !default;
@@ -42,7 +42,7 @@ $kendo-media-player-titlebar-text: $kendo-media-player-bg !default;
42
42
  $kendo-media-player-titlebar-border: null !default;
43
43
  /// The gradient of the MediaPlayer title.
44
44
  /// @group mediaplayer
45
- $kendo-media-player-titlebar-gradient: color-mix(in srgb, k-color(on-app-surface) 70%, transparent), color-mix(in srgb, k-color(on-app-surface) 0%, transparent) !default;
45
+ $kendo-media-player-titlebar-gradient: ( color-mix(in srgb, k-color(on-app-surface) 70%, transparent), color-mix(in srgb, k-color(on-app-surface) 0%, transparent) ) !default;
46
46
 
47
47
  @forward "@progress/kendo-theme-core/scss/components/mediaplayer/_variables.scss" with (
48
48
  $kendo-media-player-border-width: $kendo-media-player-border-width,
@@ -17,6 +17,10 @@
17
17
  }
18
18
  }
19
19
 
20
+ .k-menu-expand-arrow {
21
+ margin-inline-end: 0;
22
+ }
23
+
20
24
  // Scrolling
21
25
  .k-menu-scroll-wrapper {
22
26
 
@@ -7,39 +7,14 @@
7
7
 
8
8
  @include kendo-menu--theme-base();
9
9
 
10
- .k-menu:not(.k-context-menu) {
11
-
12
- // Root items
13
- > .k-menu-item {
14
-
15
- // Focus state
16
- &:focus,
17
- &.k-focus {
18
- @include fill(
19
- $kendo-menu-item-hover-text,
20
- $kendo-menu-item-hover-bg,
21
- $kendo-menu-item-hover-border,
22
- $kendo-menu-item-hover-gradient
23
- );
24
- }
25
-
26
- }
27
- }
28
-
29
10
  // Subitems
30
11
  .k-menu-group,
31
12
  .k-context-menu {
32
13
  .k-menu-item {
33
-
34
14
  // Focus state
35
15
  &:focus,
36
16
  &.k-focus {
37
- @include fill(
38
- $kendo-menu-popup-item-hover-text,
39
- $kendo-menu-popup-item-hover-bg,
40
- $kendo-menu-popup-item-hover-border,
41
- $kendo-menu-popup-item-hover-gradient
42
- );
17
+ box-shadow: $kendo-menu-item-focus-shadow;
43
18
  }
44
19
  }
45
20
  }
@@ -17,10 +17,10 @@ $kendo-menu-border-width: 0px !default;
17
17
  $kendo-menu-font-family: var( --kendo-font-family, inherit ) !default;
18
18
  /// The font size of the Menu.
19
19
  /// @group menu
20
- $kendo-menu-font-size: var( --kendo-font-size, inherit ) !default;
20
+ $kendo-menu-font-size: var( --kendo-font-size-lg, inherit ) !default;
21
21
  /// The line height of the Menu used along with $kendo-font-size.
22
22
  /// @group menu
23
- $kendo-menu-line-height: var( --kendo-line-height, normal ) !default;
23
+ $kendo-menu-line-height: var( --kendo-line-height-lg, normal ) !default;
24
24
 
25
25
  /// The background color of the Menu.
26
26
  /// @group menu
@@ -39,27 +39,27 @@ $kendo-menu-gradient: null !default;
39
39
 
40
40
  /// The horizontal padding of the Menu item.
41
41
  /// @group menu
42
- $kendo-menu-item-padding-x: k-spacing(4) !default;
42
+ $kendo-menu-item-padding-x: k-spacing(3) !default;
43
43
  /// The vertical padding of the Menu item.
44
44
  /// @group menu
45
- $kendo-menu-item-padding-y: k-spacing(1) !default;
45
+ $kendo-menu-item-padding-y: k-spacing(3) !default;
46
46
  /// The spacing between the Menu items.
47
47
  /// @group menu
48
- $kendo-menu-item-spacing: k-spacing(0.5) !default;
48
+ $kendo-menu-item-spacing: 0 !default;
49
49
  /// The spacing between the Menu item text and icons.
50
50
  /// @group menu
51
- $kendo-menu-item-icon-spacing: $kendo-icon-spacing !default;
51
+ $kendo-menu-item-icon-spacing: k-spacing(3) !default;
52
52
 
53
53
  /// The font weight of the selected Menu item.
54
54
  /// @group menu
55
- $kendo-menu-item-selected-font-weight: var( --kendo-font-weight-bold, normal ) !default;
55
+ $kendo-menu-item-selected-font-weight: var( --kendo-font-weight-normal, normal ) !default;
56
56
 
57
57
  /// The background color of the Menu item.
58
58
  /// @group menu
59
- $kendo-menu-item-bg: rgba( $kendo-menu-text, 0 ) !default;
59
+ $kendo-menu-item-bg: null !default;
60
60
  /// The text color of the Menu item.
61
61
  /// @group menu
62
- $kendo-menu-item-text: unset !default;
62
+ $kendo-menu-item-text: null !default;
63
63
  /// The border color of the Menu item.
64
64
  /// @group menu
65
65
  $kendo-menu-item-border: null !default;
@@ -69,10 +69,10 @@ $kendo-menu-item-gradient: null !default;
69
69
 
70
70
  /// The background color of hovered Menu item.
71
71
  /// @group menu
72
- $kendo-menu-item-hover-bg: k-color(base-hover) !default;
72
+ $kendo-menu-item-hover-bg: color-mix(in srgb, currentColor 8%, transparent) !default;
73
73
  /// The text color of hovered Menu item.
74
74
  /// @group menu
75
- $kendo-menu-item-hover-text: unset !default;
75
+ $kendo-menu-item-hover-text: null !default;
76
76
  /// The border color of hovered Menu item.
77
77
  /// @group menu
78
78
  $kendo-menu-item-hover-border: null !default;
@@ -82,10 +82,10 @@ $kendo-menu-item-hover-gradient: null !default;
82
82
 
83
83
  /// The background color of active Menu item.
84
84
  /// @group menu
85
- $kendo-menu-item-active-bg: k-color(base-active) !default;
85
+ $kendo-menu-item-active-bg: color-mix(in srgb, currentColor 12%, transparent) !default;
86
86
  /// The text color of active Menu item.
87
87
  /// @group menu
88
- $kendo-menu-item-active-text: unset !default;
88
+ $kendo-menu-item-active-text: null !default;
89
89
  /// The border color of active Menu item.
90
90
  /// @group menu
91
91
  $kendo-menu-item-active-border: null !default;
@@ -95,14 +95,14 @@ $kendo-menu-item-active-gradient: null !default;
95
95
 
96
96
  /// The base shadow of focused Menu item.
97
97
  /// @group menu
98
- $kendo-menu-item-focus-shadow: unset !default;
98
+ $kendo-menu-item-focus-shadow: inset 0 0 0 2px color-mix(in srgb, currentColor 20%, transparent) !default;
99
99
 
100
100
  /// The background color of selected Menu item.
101
101
  /// @group menu
102
- $kendo-menu-item-selected-bg: null !default;
102
+ $kendo-menu-item-selected-bg: k-color(secondary) !default;
103
103
  /// The text color of selected Menu item.
104
104
  /// @group menu
105
- $kendo-menu-item-selected-text: unset !default;
105
+ $kendo-menu-item-selected-text: k-color(on-secondary) !default;
106
106
  /// The border color of selected Menu item.
107
107
  /// @group menu
108
108
  $kendo-menu-item-selected-border: null !default;
@@ -112,23 +112,23 @@ $kendo-menu-item-selected-gradient: null !default;
112
112
 
113
113
  /// The background color of the Menu scroll buttons.
114
114
  /// @group menu
115
- $kendo-menu-scroll-button-bg: k-color(surface-alt) !default;
115
+ $kendo-menu-scroll-button-bg: null !default;
116
116
  /// The text color of the Menu scroll buttons.
117
117
  /// @group menu
118
- $kendo-menu-scroll-button-text: k-color(subtle) !default;
118
+ $kendo-menu-scroll-button-text: $kendo-menu-text !default;
119
119
  /// The border color of the Menu scroll buttons.
120
120
  /// @group menu
121
- $kendo-menu-scroll-button-border: transparent !default;
121
+ $kendo-menu-scroll-button-border: null !default;
122
122
  /// The background gradient of the Menu scroll buttons.
123
123
  /// @group menu
124
124
  $kendo-menu-scroll-button-gradient: null !default;
125
125
 
126
126
  /// The background color of hovered Menu scroll buttons.
127
127
  /// @group menu
128
- $kendo-menu-scroll-button-hover-bg: null !default;
128
+ $kendo-menu-scroll-button-hover-bg: color-mix(in srgb, k-color(on-app-surface) 8%, transparent) !default;
129
129
  /// The text color of hovered Menu scroll buttons.
130
130
  /// @group menu
131
- $kendo-menu-scroll-button-hover-text: $kendo-menu-text !default;
131
+ $kendo-menu-scroll-button-hover-text: $kendo-menu-item-hover-text !default;
132
132
  /// The border color of hovered Menu scroll buttons.
133
133
  /// @group menu
134
134
  $kendo-menu-scroll-button-hover-border: null !default;
@@ -136,6 +136,12 @@ $kendo-menu-scroll-button-hover-border: null !default;
136
136
  /// @group menu
137
137
  $kendo-menu-scroll-button-hover-gradient: null !default;
138
138
 
139
+ /// The horizontal padding of the Menu icon.
140
+ /// @group menu
141
+ $kendo-menu-icon-padding-x: k-spacing(1) !default;
142
+ /// The vertical padding of the Menu icon.
143
+ /// @group menu
144
+ $kendo-menu-icon-padding-y: k-spacing(1) !default;
139
145
 
140
146
 
141
147
  // Menu Separator
@@ -170,14 +176,14 @@ $kendo-menu-popup-border-width: $kendo-popup-border-width !default;
170
176
  $kendo-menu-popup-font-size: var( --kendo-font-size, inherit ) !default;
171
177
  $kendo-menu-popup-sm-font-size: var( --kendo-font-size, inherit ) !default;
172
178
  $kendo-menu-popup-md-font-size: var( --kendo-font-size, inherit ) !default;
173
- $kendo-menu-popup-lg-font-size: var( --kendo-font-size-lg, inherit ) !default;
179
+ $kendo-menu-popup-lg-font-size: var( --kendo-font-size, inherit ) !default;
174
180
 
175
181
  /// The line heights used along with $kendo-font-size.
176
182
  /// @group menu
177
- $kendo-menu-popup-line-height: 1.25 !default;
178
- $kendo-menu-popup-sm-line-height: 1.25 !default;
179
- $kendo-menu-popup-md-line-height: 1.25 !default;
180
- $kendo-menu-popup-lg-line-height: 1.25 !default;
183
+ $kendo-menu-popup-line-height: $kendo-menu-line-height !default;
184
+ $kendo-menu-popup-sm-line-height: $kendo-menu-line-height !default;
185
+ $kendo-menu-popup-md-line-height: $kendo-menu-line-height !default;
186
+ $kendo-menu-popup-lg-line-height: $kendo-menu-line-height !default;
181
187
 
182
188
  /// The background color of the Menu popup.
183
189
  /// @group menu
@@ -197,17 +203,17 @@ $kendo-menu-popup-gradient: null !default;
197
203
 
198
204
  /// The horizontal padding of the Menu item in popup.
199
205
  /// @group menu
200
- $kendo-menu-popup-item-padding-x: k-spacing(4) !default;
201
- $kendo-menu-popup-sm-item-padding-x: k-spacing(4) !default;
202
- $kendo-menu-popup-md-item-padding-x: k-spacing(4) !default;
203
- $kendo-menu-popup-lg-item-padding-x: k-spacing(4) !default;
206
+ $kendo-menu-popup-item-padding-x: $kendo-menu-item-padding-x !default;
207
+ $kendo-menu-popup-sm-item-padding-x: $kendo-menu-item-padding-x !default;
208
+ $kendo-menu-popup-md-item-padding-x: $kendo-menu-item-padding-x !default;
209
+ $kendo-menu-popup-lg-item-padding-x: $kendo-menu-item-padding-x !default;
204
210
 
205
211
  /// The vertical padding of the Menu item in popup.
206
212
  /// @group menu
207
- $kendo-menu-popup-item-padding-y: k-spacing(2) !default;
208
- $kendo-menu-popup-sm-item-padding-y: k-spacing(1.5) !default;
209
- $kendo-menu-popup-md-item-padding-y: k-spacing(2) !default;
210
- $kendo-menu-popup-lg-item-padding-y: k-spacing(2.5) !default;
213
+ $kendo-menu-popup-item-padding-y: $kendo-menu-item-padding-y !default;
214
+ $kendo-menu-popup-sm-item-padding-y: k-spacing(2) !default;
215
+ $kendo-menu-popup-md-item-padding-y: $kendo-menu-item-padding-y !default;
216
+ $kendo-menu-popup-lg-item-padding-y: k-spacing(4) !default;
211
217
 
212
218
  /// The end padding of the Menu item in popup.
213
219
  /// @group menu
@@ -247,10 +253,10 @@ $kendo-menu-popup-item-gradient: null !default;
247
253
 
248
254
  /// The background color of hovered Menu item in popup.
249
255
  /// @group menu
250
- $kendo-menu-popup-item-hover-bg: $kendo-list-item-hover-bg !default;
256
+ $kendo-menu-popup-item-hover-bg: $kendo-menu-item-hover-bg !default;
251
257
  /// The text color of hovered Menu item in popup.
252
258
  /// @group menu
253
- $kendo-menu-popup-item-hover-text: $kendo-list-item-hover-text !default;
259
+ $kendo-menu-popup-item-hover-text: inherit !default;
254
260
  /// The border color of hovered Menu item in popup.
255
261
  /// @group menu
256
262
  $kendo-menu-popup-item-hover-border: null !default;
@@ -260,10 +266,10 @@ $kendo-menu-popup-item-hover-gradient: null !default;
260
266
 
261
267
  /// The background color of active Menu item in popup.
262
268
  /// @group menu
263
- $kendo-menu-popup-item-active-bg: $kendo-list-item-selected-bg !default;
269
+ $kendo-menu-popup-item-active-bg: $kendo-menu-item-active-bg !default;
264
270
  /// The text color of active Menu item in popup.
265
271
  /// @group menu
266
- $kendo-menu-popup-item-active-text: $kendo-list-item-selected-text !default;
272
+ $kendo-menu-popup-item-active-text: inherit !default;
267
273
  /// The border color of active Menu item in popup.
268
274
  /// @group menu
269
275
  $kendo-menu-popup-item-active-border: null !default;
@@ -273,7 +279,7 @@ $kendo-menu-popup-item-active-gradient: null !default;
273
279
 
274
280
  /// The base shadow of focused Menu item in popup.
275
281
  /// @group menu
276
- $kendo-menu-popup-item-focus-shadow: unset !default;
282
+ $kendo-menu-popup-item-focus-shadow: null !default;
277
283
 
278
284
  @forward "@progress/kendo-theme-core/scss/components/menu/_variables.scss" with (
279
285
  $kendo-menu-border-width: $kendo-menu-border-width,
@@ -314,6 +320,8 @@ $kendo-menu-popup-item-focus-shadow: unset !default;
314
320
  $kendo-menu-scroll-button-hover-text: $kendo-menu-scroll-button-hover-text,
315
321
  $kendo-menu-scroll-button-hover-border: $kendo-menu-scroll-button-hover-border,
316
322
  $kendo-menu-scroll-button-hover-gradient: $kendo-menu-scroll-button-hover-gradient,
323
+ $kendo-menu-icon-padding-x: $kendo-menu-icon-padding-x,
324
+ $kendo-menu-icon-padding-y: $kendo-menu-icon-padding-y,
317
325
  $kendo-menu-separator-margin-inline: $kendo-menu-separator-margin-inline,
318
326
  $kendo-menu-separator-margin-block: $kendo-menu-separator-margin-block,
319
327
  $kendo-menu-separator-border: $kendo-menu-separator-border,
@@ -4,7 +4,7 @@
4
4
 
5
5
  /// The horizontal padding of the button arrow in the Menu Button.
6
6
  /// @group menu-button
7
- $kendo-menu-button-arrow-padding-x: k-spacing(1) !default;
7
+ $kendo-menu-button-arrow-padding-x: k-spacing(2) !default;
8
8
 
9
9
  @forward "@progress/kendo-theme-core/scss/components/menu-button/_variables.scss" with (
10
10
  $kendo-menu-button-arrow-padding-x: $kendo-menu-button-arrow-padding-x