@progress/kendo-theme-fluent 12.0.0-dev.1 → 12.0.0-dev.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (191) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/fluent-1-dark.css +1 -0
  3. package/dist/fluent-1-dark.scss +157 -0
  4. package/dist/fluent-1.css +1 -0
  5. package/dist/fluent-1.scss +157 -0
  6. package/dist/fluent-main-dark.css +1 -1
  7. package/dist/fluent-main-dark.scss +145 -145
  8. package/dist/fluent-main.css +1 -1
  9. package/dist/meta/sassdoc-data.json +12553 -15657
  10. package/dist/meta/sassdoc-raw-data.json +4305 -5755
  11. package/dist/meta/variables.json +2154 -2441
  12. package/lib/swatches/all.json +1 -1
  13. package/lib/swatches/fluent-1-dark.json +757 -0
  14. package/lib/swatches/fluent-1.json +757 -0
  15. package/lib/swatches/fluent-main-dark.json +151 -151
  16. package/lib/swatches/fluent-main.json +5 -5
  17. package/package.json +4 -4
  18. package/scss/action-buttons/_variables.scss +3 -3
  19. package/scss/action-sheet/_layout.scss +4 -4
  20. package/scss/action-sheet/_theme.scss +0 -16
  21. package/scss/action-sheet/_variables.scss +12 -12
  22. package/scss/adaptive/_theme.scss +1 -1
  23. package/scss/appbar/_theme.scss +9 -1
  24. package/scss/appbar/_variables.scss +21 -3
  25. package/scss/badge/_theme.scss +6 -0
  26. package/scss/badge/_variables.scss +5 -5
  27. package/scss/bottom-navigation/_layout.scss +0 -17
  28. package/scss/bottom-navigation/_theme.scss +4 -12
  29. package/scss/bottom-navigation/_variables.scss +0 -10
  30. package/scss/breadcrumb/_layout.scss +0 -12
  31. package/scss/breadcrumb/_theme.scss +30 -17
  32. package/scss/breadcrumb/_variables.scss +31 -31
  33. package/scss/bubble/_theme.scss +2 -2
  34. package/scss/bubble/_variables.scss +2 -2
  35. package/scss/button/_layout.scss +15 -20
  36. package/scss/button/_theme.scss +100 -94
  37. package/scss/button/_variables.scss +22 -62
  38. package/scss/calendar/_layout.scss +13 -60
  39. package/scss/calendar/_theme.scss +63 -91
  40. package/scss/calendar/_variables.scss +23 -32
  41. package/scss/captcha/_variables.scss +2 -2
  42. package/scss/card/_layout.scss +6 -0
  43. package/scss/card/_theme.scss +5 -0
  44. package/scss/card/_variables.scss +8 -8
  45. package/scss/chart-wizard/_variables.scss +1 -1
  46. package/scss/chat/_layout.scss +4 -18
  47. package/scss/chat/_theme.scss +10 -2
  48. package/scss/chat/_variables.scss +4 -4
  49. package/scss/checkbox/_layout.scss +6 -3
  50. package/scss/checkbox/_theme.scss +12 -0
  51. package/scss/checkbox/_variables.scss +8 -8
  52. package/scss/chip/_layout.scss +7 -11
  53. package/scss/chip/_theme.scss +43 -25
  54. package/scss/chip/_variables.scss +15 -24
  55. package/scss/coloreditor/_layout.scss +2 -2
  56. package/scss/coloreditor/_variables.scss +14 -14
  57. package/scss/colorgradient/_layout.scss +17 -1
  58. package/scss/colorgradient/_theme.scss +21 -16
  59. package/scss/colorgradient/_variables.scss +4 -4
  60. package/scss/colorpalette/_layout.scss +0 -2
  61. package/scss/colorpalette/_theme.scss +1 -9
  62. package/scss/colorpalette/_variables.scss +3 -24
  63. package/scss/column-menu/_variables.scss +6 -6
  64. package/scss/core/border-radii/_index.scss +4 -4
  65. package/scss/core/color-system/_palettes.scss +240 -556
  66. package/scss/core/color-system/_swatch.scss +144 -144
  67. package/scss/core/elevation/_index.scss +16 -16
  68. package/scss/core/typography/_index.scss +25 -1
  69. package/scss/dialog/_layout.scss +0 -24
  70. package/scss/dialog/_variables.scss +3 -23
  71. package/scss/dock-manager/_layout.scss +14 -2
  72. package/scss/dock-manager/_theme.scss +9 -0
  73. package/scss/dock-manager/_variables.scss +9 -9
  74. package/scss/drawer/_layout.scss +8 -4
  75. package/scss/drawer/_theme.scss +4 -2
  76. package/scss/drawer/_variables.scss +33 -20
  77. package/scss/dropzone/_layout.scss +1 -0
  78. package/scss/dropzone/_variables.scss +3 -3
  79. package/scss/expansion-panel/_layout.scss +1 -10
  80. package/scss/expansion-panel/_theme.scss +7 -3
  81. package/scss/expansion-panel/_variables.scss +14 -20
  82. package/scss/fab/_layout.scss +31 -16
  83. package/scss/fab/_theme.scss +16 -9
  84. package/scss/fab/_variables.scss +47 -54
  85. package/scss/filemanager/_theme.scss +8 -0
  86. package/scss/filemanager/_variables.scss +1 -1
  87. package/scss/filter/_layout.scss +3 -22
  88. package/scss/filter/_variables.scss +4 -1
  89. package/scss/floating-label/_layout.scss +0 -4
  90. package/scss/floating-label/_variables.scss +0 -4
  91. package/scss/forms/_layout.scss +0 -7
  92. package/scss/forms/_variables.scss +1 -5
  93. package/scss/gantt/_variables.scss +21 -21
  94. package/scss/grid/_layout.scss +12 -7
  95. package/scss/grid/_theme.scss +1 -1
  96. package/scss/grid/_variables.scss +4 -3
  97. package/scss/imageeditor/_theme.scss +4 -0
  98. package/scss/input/_layout.scss +47 -40
  99. package/scss/input/_theme.scss +46 -38
  100. package/scss/input/_variables.scss +37 -37
  101. package/scss/list/_layout.scss +13 -0
  102. package/scss/list/_variables.scss +54 -42
  103. package/scss/listbox/_theme.scss +1 -1
  104. package/scss/listview/_layout.scss +0 -14
  105. package/scss/listview/_theme.scss +0 -19
  106. package/scss/listview/_variables.scss +3 -37
  107. package/scss/loader/_layout.scss +4 -0
  108. package/scss/loader/_variables.scss +7 -7
  109. package/scss/mediaplayer/_layout.scss +6 -2
  110. package/scss/mediaplayer/_variables.scss +1 -1
  111. package/scss/menu/_layout.scss +9 -2
  112. package/scss/menu/_variables.scss +4 -4
  113. package/scss/messagebox/_layout.scss +4 -0
  114. package/scss/messagebox/_theme.scss +3 -0
  115. package/scss/messagebox/_variables.scss +6 -3
  116. package/scss/notification/_functions.scss +2 -2
  117. package/scss/notification/_theme.scss +0 -4
  118. package/scss/notification/_variables.scss +8 -8
  119. package/scss/pager/_layout.scss +2 -0
  120. package/scss/pager/_variables.scss +1 -1
  121. package/scss/panelbar/_layout.scss +17 -17
  122. package/scss/panelbar/_theme.scss +1 -13
  123. package/scss/panelbar/_variables.scss +15 -18
  124. package/scss/pdf-viewer/_variables.scss +1 -1
  125. package/scss/pivotgrid/_layout.scss +10 -14
  126. package/scss/popover/_layout.scss +3 -16
  127. package/scss/popover/_variables.scss +13 -16
  128. package/scss/popup/_variables.scss +2 -2
  129. package/scss/progressbar/_variables.scss +4 -4
  130. package/scss/prompt/_variables.scss +20 -20
  131. package/scss/radio/_layout.scss +3 -0
  132. package/scss/radio/_theme.scss +8 -0
  133. package/scss/radio/_variables.scss +6 -6
  134. package/scss/rating/_layout.scss +2 -1
  135. package/scss/rating/_theme.scss +2 -13
  136. package/scss/rating/_variables.scss +3 -6
  137. package/scss/scheduler/_layout.scss +0 -10
  138. package/scss/scheduler/_variables.scss +11 -11
  139. package/scss/signature/_layout.scss +0 -8
  140. package/scss/signature/_theme.scss +1 -1
  141. package/scss/signature/_variables.scss +2 -6
  142. package/scss/skeleton/_variables.scss +1 -1
  143. package/scss/slider/_layout.scss +19 -53
  144. package/scss/slider/_theme.scss +27 -0
  145. package/scss/slider/_variables.scss +7 -7
  146. package/scss/split-button/_layout.scss +0 -48
  147. package/scss/split-button/_variables.scss +6 -16
  148. package/scss/splitter/_variables.scss +15 -15
  149. package/scss/spreadsheet/_layout.scss +2 -159
  150. package/scss/spreadsheet/_theme.scss +5 -35
  151. package/scss/spreadsheet/_variables.scss +12 -40
  152. package/scss/stepper/_layout.scss +1 -5
  153. package/scss/stepper/_theme.scss +7 -1
  154. package/scss/stepper/_variables.scss +10 -10
  155. package/scss/suggestion/_layout.scss +9 -0
  156. package/scss/suggestion/_theme.scss +3 -3
  157. package/scss/suggestion/_variables.scss +2 -2
  158. package/scss/switch/_layout.scss +2 -1
  159. package/scss/switch/_variables.scss +9 -9
  160. package/scss/table/_layout.scss +3 -17
  161. package/scss/table/_variables.scss +10 -20
  162. package/scss/tabstrip/_layout.scss +47 -5
  163. package/scss/tabstrip/_theme.scss +1 -2
  164. package/scss/tabstrip/_variables.scss +11 -11
  165. package/scss/taskboard/_layout.scss +3 -2
  166. package/scss/taskboard/_theme.scss +5 -1
  167. package/scss/taskboard/_variables.scss +9 -6
  168. package/scss/timeline/_layout.scss +0 -4
  169. package/scss/timeline/_variables.scss +2 -5
  170. package/scss/timepicker/_layout.scss +0 -3
  171. package/scss/timeselector/_layout.scss +15 -3
  172. package/scss/timeselector/_theme.scss +1 -1
  173. package/scss/timeselector/_variables.scss +16 -16
  174. package/scss/toolbar/_theme.scss +6 -0
  175. package/scss/toolbar/_variables.scss +14 -14
  176. package/scss/tooltip/_layout.scss +0 -9
  177. package/scss/tooltip/_theme.scss +5 -0
  178. package/scss/tooltip/_variables.scss +5 -5
  179. package/scss/treelist/_layout.scss +1 -1
  180. package/scss/treeview/_layout.scss +0 -5
  181. package/scss/treeview/_theme.scss +2 -26
  182. package/scss/treeview/_variables.scss +49 -29
  183. package/scss/typography/_variables.scss +21 -21
  184. package/scss/upload/_layout.scss +16 -3
  185. package/scss/upload/_theme.scss +24 -0
  186. package/scss/upload/_variables.scss +10 -10
  187. package/scss/window/_layout.scss +10 -1
  188. package/scss/window/_theme.scss +7 -0
  189. package/scss/window/_variables.scss +8 -8
  190. package/scss/wizard/_layout.scss +3 -0
  191. package/scss/wizard/_variables.scss +3 -3
@@ -19,14 +19,14 @@ $kendo-list-lg-line-height: var( --kendo-list-lg-line-height, var(--kendo-line-h
19
19
 
20
20
  /// The horizontal padding of the List header.
21
21
  /// @group list
22
- $kendo-list-sm-header-padding-x: var( --kendo-list-sm-header-padding-x, #{k-spacing(2)} ) !default;
23
- $kendo-list-md-header-padding-x: var( --kendo-list-md-header-padding-x, #{k-spacing(2)} ) !default;
24
- $kendo-list-lg-header-padding-x: var( --kendo-list-lg-header-padding-x, #{k-spacing(2)} ) !default;
22
+ $kendo-list-sm-header-padding-x: var( --kendo-list-sm-header-padding-x, #{k-spacing(1)} ) !default;
23
+ $kendo-list-md-header-padding-x: var( --kendo-list-md-header-padding-x, #{k-spacing(1.5)} ) !default;
24
+ $kendo-list-lg-header-padding-x: var( --kendo-list-lg-header-padding-x, #{k-spacing(2.5)} ) !default;
25
25
 
26
26
  /// The vertical padding of the List header.
27
27
  /// @group list
28
- $kendo-list-sm-header-padding-y: var( --kendo-list-sm-header-padding-y, #{k-spacing(1.5)} ) !default;
29
- $kendo-list-md-header-padding-y: var( --kendo-list-md-header-padding-y, #{k-spacing(2)} ) !default;
28
+ $kendo-list-sm-header-padding-y: var( --kendo-list-sm-header-padding-y, #{k-spacing(1)} ) !default;
29
+ $kendo-list-md-header-padding-y: var( --kendo-list-md-header-padding-y, #{k-spacing(1.5)} ) !default;
30
30
  $kendo-list-lg-header-padding-y: var( --kendo-list-lg-header-padding-y, #{k-spacing(2.5)} ) !default;
31
31
 
32
32
  /// The border width of the List header.
@@ -35,41 +35,41 @@ $kendo-list-header-border-width: var( --kendo-list-header-border-width, 0 ) !def
35
35
 
36
36
  /// The font size of the List header.
37
37
  /// @group list
38
- $kendo-list-sm-header-font-size: var( --kendo-list-sm-header-font-size, var(--kendo-font-size, inherit) ) !default;
39
- $kendo-list-md-header-font-size: var( --kendo-list-md-header-font-size, var(--kendo-font-size, inherit) ) !default;
40
- $kendo-list-lg-header-font-size: var( --kendo-list-lg-header-font-size, var(--kendo-font-size, inherit) ) !default;
38
+ $kendo-list-sm-header-font-size: var( --kendo-list-sm-header-font-size, var(--kendo-font-size-sm, inherit) ) !default;
39
+ $kendo-list-md-header-font-size: var( --kendo-list-md-header-font-size, var(--kendo-font-size-sm, inherit) ) !default;
40
+ $kendo-list-lg-header-font-size: var( --kendo-list-lg-header-font-size, var(--kendo-font-size-sm, inherit) ) !default;
41
41
 
42
42
  /// The line height of the List header.
43
43
  /// @group list
44
- $kendo-list-sm-header-line-height: var( --kendo-list-sm-header-line-height, var(--kendo-line-height, normal) ) !default;
45
- $kendo-list-md-header-line-height: var( --kendo-list-md-header-line-height, var(--kendo-line-height, normal) ) !default;
46
- $kendo-list-lg-header-line-height: var( --kendo-list-lg-header-line-height, var(--kendo-line-height, normal) ) !default;
44
+ $kendo-list-sm-header-line-height: var( --kendo-list-sm-header-line-height, var(--kendo-line-height-lg, normal) ) !default;
45
+ $kendo-list-md-header-line-height: var( --kendo-list-md-header-line-height, var(--kendo-line-height-lg, normal) ) !default;
46
+ $kendo-list-lg-header-line-height: var( --kendo-list-lg-header-line-height, var(--kendo-line-height-lg, normal) ) !default;
47
47
 
48
48
  /// The font weight of the List header.
49
49
  /// @group list
50
- $kendo-list-header-font-weight: var( --kendo-list-header-font-weight, var(--kendo-font-weight-bold, normal) ) !default;
50
+ $kendo-list-header-font-weight: var( --kendo-list-header-font-weight, var(--kendo-font-weight-semibold, 600) ) !default;
51
51
  /// The horizontal padding of the List filter, when no size is set.
52
52
  /// @group list
53
- $kendo-list-sm-filter-padding-x: var( --kendo-list-sm-filter-padding-x, #{k-spacing(2)} ) !default;
54
- $kendo-list-md-filter-padding-x: var( --kendo-list-md-filter-padding-x, #{k-spacing(2)} ) !default;
55
- $kendo-list-lg-filter-padding-x: var( --kendo-list-lg-filter-padding-x, #{k-spacing(2)} ) !default;
53
+ $kendo-list-sm-filter-padding-x: var( --kendo-list-sm-filter-padding-x, #{k-spacing(1)} ) !default;
54
+ $kendo-list-md-filter-padding-x: var( --kendo-list-md-filter-padding-x, #{k-spacing(1.5)} ) !default;
55
+ $kendo-list-lg-filter-padding-x: var( --kendo-list-lg-filter-padding-x, #{k-spacing(2.5)} ) !default;
56
56
 
57
57
  /// The vertical padding of the List filter, when no size is set.
58
58
  /// @group list
59
- $kendo-list-sm-filter-padding-y: var( --kendo-list-sm-filter-padding-y, #{k-spacing(2)} ) !default;
60
- $kendo-list-md-filter-padding-y: var( --kendo-list-md-filter-padding-y, #{k-spacing(2)} ) !default;
61
- $kendo-list-lg-filter-padding-y: var( --kendo-list-lg-filter-padding-y, #{k-spacing(2)} ) !default;
59
+ $kendo-list-sm-filter-padding-y: var( --kendo-list-sm-filter-padding-y, #{k-spacing(1)} ) !default;
60
+ $kendo-list-md-filter-padding-y: var( --kendo-list-md-filter-padding-y, #{k-spacing(1.5)} ) !default;
61
+ $kendo-list-lg-filter-padding-y: var( --kendo-list-lg-filter-padding-y, calc(#{k-spacing(2)} + 1px) ) !default;
62
62
 
63
63
  /// The horizontal padding of the List items.
64
64
  /// @group list
65
- $kendo-list-sm-item-padding-x: var( --kendo-list-sm-item-padding-x, #{k-spacing(2)} ) !default;
66
- $kendo-list-md-item-padding-x: var( --kendo-list-md-item-padding-x, #{k-spacing(2)} ) !default;
67
- $kendo-list-lg-item-padding-x: var( --kendo-list-lg-item-padding-x, #{k-spacing(2)} ) !default;
65
+ $kendo-list-sm-item-padding-x: var( --kendo-list-sm-item-padding-x, #{k-spacing(1)} ) !default;
66
+ $kendo-list-md-item-padding-x: var( --kendo-list-md-item-padding-x, #{k-spacing(1.5)} ) !default;
67
+ $kendo-list-lg-item-padding-x: var( --kendo-list-lg-item-padding-x, #{k-spacing(2.5)} ) !default;
68
68
 
69
69
  /// The vertical padding of the List items.
70
70
  /// @group list
71
- $kendo-list-sm-item-padding-y: var( --kendo-list-sm-item-padding-y, #{k-spacing(1.5)} ) !default;
72
- $kendo-list-md-item-padding-y: var( --kendo-list-md-item-padding-y, #{k-spacing(2)} ) !default;
71
+ $kendo-list-sm-item-padding-y: var( --kendo-list-sm-item-padding-y, #{k-spacing(1)} ) !default;
72
+ $kendo-list-md-item-padding-y: var( --kendo-list-md-item-padding-y, #{k-spacing(1.5)} ) !default;
73
73
  $kendo-list-lg-item-padding-y: var( --kendo-list-lg-item-padding-y, #{k-spacing(2.5)} ) !default;
74
74
 
75
75
  /// The font size of the List items.
@@ -120,24 +120,36 @@ $kendo-list-group-item-border-width: var( --kendo-list-group-item-border-width,
120
120
 
121
121
  /// The font size of the List group items.
122
122
  /// @group list
123
- $kendo-list-sm-group-item-font-size: var( --kendo-list-sm-group-item-font-size, var(--kendo-font-size, inherit) ) !default;
124
- $kendo-list-md-group-item-font-size: var( --kendo-list-md-group-item-font-size, var(--kendo-font-size, inherit) ) !default;
125
- $kendo-list-lg-group-item-font-size: var( --kendo-list-lg-group-item-font-size, var(--kendo-font-size, inherit) ) !default;
123
+ $kendo-list-sm-group-item-font-size: var( --kendo-list-sm-group-item-font-size, var(--kendo-font-size-sm, inherit) ) !default;
124
+ $kendo-list-md-group-item-font-size: var( --kendo-list-md-group-item-font-size, var(--kendo-font-size-sm, inherit) ) !default;
125
+ $kendo-list-lg-group-item-font-size: var( --kendo-list-lg-group-item-font-size, var(--kendo-font-size-sm, inherit) ) !default;
126
126
 
127
127
  /// The line height of the List group items.
128
128
  /// @group list
129
- $kendo-list-sm-group-item-line-height: var( --kendo-list-sm-group-item-line-height, var(--kendo-line-height, normal) ) !default;
130
- $kendo-list-md-group-item-line-height: var( --kendo-list-md-group-item-line-height, var(--kendo-line-height, normal) ) !default;
131
- $kendo-list-lg-group-item-line-height: var( --kendo-list-lg-group-item-line-height, var(--kendo-line-height, normal) ) !default;
129
+ $kendo-list-sm-group-item-line-height: var( --kendo-list-sm-group-item-line-height, var(--kendo-line-height-lg, normal) ) !default;
130
+ $kendo-list-md-group-item-line-height: var( --kendo-list-md-group-item-line-height, var(--kendo-line-height-lg, normal) ) !default;
131
+ $kendo-list-lg-group-item-line-height: var( --kendo-list-lg-group-item-line-height, var(--kendo-line-height-lg, normal) ) !default;
132
132
 
133
133
  /// The font weight of the List group item.
134
134
  /// @group list
135
- $kendo-list-group-item-font-weight: var( --kendo-list-group-item-font-weight, var(--kendo-font-weight-bold, normal) ) !default;
135
+ $kendo-list-group-item-font-weight: var( --kendo-list-group-item-font-weight, var(--kendo-font-weight-semibold, 600) ) !default;
136
+
137
+ /// The padding of the List content.
138
+ /// @group list
139
+ $kendo-list-content-padding: var( --kendo-list-content-padding, #{k-spacing(1)} ) !default;
136
140
 
137
141
  /// The text color of the List item icon
138
142
  /// @group list
139
143
  $kendo-list-item-icon-text: var( --kendo-list-item-icon-text, #{k-color(primary)} ) !default;
140
144
 
145
+ /// The border radius of the List item.
146
+ /// @group list
147
+ $kendo-list-item-border-radius: var( --kendo-list-item-border-radius, #{k-border-radius(md)} ) !default;
148
+
149
+ /// The spacing between the List items.
150
+ /// @group list
151
+ $kendo-list-item-spacing: var( --kendo-list-item-spacing, #{k-spacing(0.5)} ) !default;
152
+
141
153
  /// The map with the sizes of the List.
142
154
  /// @group list
143
155
  $kendo-list-sizes: (
@@ -220,69 +232,69 @@ $kendo-list-border: var( --kendo-list-border, #{color-mix(in srgb, k-color(borde
220
232
 
221
233
  /// The background color of the List header.
222
234
  /// @group list
223
- $kendo-list-header-bg: var( --kendo-list-header-bg, #{k-color(app-surface)} ) !default;
235
+ $kendo-list-header-bg: var( --kendo-list-header-bg, #{k-color(surface-alt)} ) !default;
224
236
  /// The text color of the List header.
225
237
  /// @group list
226
- $kendo-list-header-text: var( --kendo-list-header-text, #{k-color(primary)} ) !default;
238
+ $kendo-list-header-text: var( --kendo-list-header-text, #{k-color(on-app-surface)} ) !default;
227
239
  /// The border color of the List header.
228
240
  /// @group list
229
241
  $kendo-list-header-border: var( --kendo-list-header-border, inherit ) !default;
230
242
  /// The box shadow of the List header.
231
243
  /// @group list
232
- $kendo-list-header-shadow: var( --kendo-list-header-shadow, #{$kendo-box-shadow-depth-3} ) !default;
244
+ $kendo-list-header-shadow: var( --kendo-list-header-shadow, null ) !default;
233
245
 
234
246
 
235
247
  /// The background color of the List items.
236
248
  /// @group list
237
- $kendo-list-item-bg: var( --kendo-list-item-bg, #{k-color(app-surface)} ) !default;
249
+ $kendo-list-item-bg: var( --kendo-list-item-bg, #{k-color(surface-alt)} ) !default;
238
250
  /// The text color of the List items.
239
251
  /// @group list
240
252
  $kendo-list-item-text: var( --kendo-list-item-text, #{k-color(on-app-surface)} ) !default;
241
253
 
242
254
  /// The background color of the hovered List items.
243
255
  /// @group list
244
- $kendo-list-item-hover-bg: var( --kendo-list-item-hover-bg, #{k-color(base-hover)} ) !default;
256
+ $kendo-list-item-hover-bg: var( --kendo-list-item-hover-bg, #{color-mix(in srgb, k-color(on-app-surface) 5%, transparent)} ) !default;
245
257
  /// The text color of the hovered List items.
246
258
  /// @group list
247
259
  $kendo-list-item-hover-text: var( --kendo-list-item-hover-text, #{k-color(on-app-surface)} ) !default;
248
260
 
249
261
  /// The background color of the focused List items.
250
262
  /// @group list
251
- $kendo-list-item-focus-bg: var( --kendo-list-item-focus-bg, #{k-color(app-surface)} ) !default;
263
+ $kendo-list-item-focus-bg: var( --kendo-list-item-focus-bg, #{k-color(surface-alt)} ) !default;
252
264
  /// The text color of the focused List items.
253
265
  /// @group list
254
266
  $kendo-list-item-focus-text: var( --kendo-list-item-focus-text, #{k-color(on-app-surface)} ) !default;
255
267
  /// The box shadow of the focused List items.
256
268
  /// @group list
257
- $kendo-list-item-focus-shadow: var( --kendo-list-item-focus-shadow, inset 0 0 0 1px #{k-color(base-emphasis)} ) !default;
269
+ $kendo-list-item-focus-shadow: var( --kendo-list-item-focus-shadow, inset 0 0 0 2px #{k-color(border-alt)} ) !default;
258
270
 
259
271
  /// The background color of the selected List items.
260
272
  /// @group list
261
- $kendo-list-item-selected-bg: var( --kendo-list-item-selected-bg, #{k-color(base-active)} ) !default;
273
+ $kendo-list-item-selected-bg: var( --kendo-list-item-selected-bg, #{color-mix(in srgb, k-color(on-app-surface) 12%, transparent)} ) !default;
262
274
  /// The text color of the selected List items.
263
275
  /// @group list
264
276
  $kendo-list-item-selected-text: var( --kendo-list-item-selected-text, #{k-color(on-app-surface)} ) !default;
265
277
 
266
278
  /// The background color of the selected hovered List items.
267
279
  /// @group list
268
- $kendo-list-item-selected-hover-bg: var( --kendo-list-item-selected-hover-bg, #{k-color(base-active)} ) !default;
280
+ $kendo-list-item-selected-hover-bg: var( --kendo-list-item-selected-hover-bg, #{color-mix(in srgb, k-color(on-app-surface) 17%, transparent)} ) !default;
269
281
  /// The text color of the selected hovered List items.
270
282
  /// @group list
271
283
  $kendo-list-item-selected-hover-text: var( --kendo-list-item-selected-hover-text, #{k-color(on-app-surface)} ) !default;
272
284
 
273
285
  /// The background color of the disabled List items.
274
286
  /// @group list
275
- $kendo-list-item-disabled-bg: var( --kendo-list-item-disabled-bg, #{k-color(app-surface)} ) !default;
287
+ $kendo-list-item-disabled-bg: var( --kendo-list-item-disabled-bg, #{k-color(surface-alt)} ) !default;
276
288
  /// The text color of the disabled List items.
277
289
  /// @group list
278
290
  $kendo-list-item-disabled-text: var( --kendo-list-item-disabled-text, #{color-mix(in srgb, k-color(on-app-surface) 46%, transparent)} ) !default;
279
291
 
280
292
  /// The background color of the List group items.
281
293
  /// @group list
282
- $kendo-list-group-item-bg: var( --kendo-list-group-item-bg, #{k-color(app-surface)} ) !default;
294
+ $kendo-list-group-item-bg: var( --kendo-list-group-item-bg, #{k-color(surface-alt)} ) !default;
283
295
  /// The text color of the List group items.
284
296
  /// @group list
285
- $kendo-list-group-item-text: var( --kendo-list-group-item-text, #{k-color(primary)} ) !default;
297
+ $kendo-list-group-item-text: var( --kendo-list-group-item-text, #{k-color(on-app-surface)} ) !default;
286
298
  /// The border color of the List group items.
287
299
  /// @group list
288
300
  $kendo-list-group-item-border: var( --kendo-list-group-item-border, inherit ) !default;
@@ -9,7 +9,7 @@
9
9
  .k-listbox {
10
10
 
11
11
  .k-drop-hint {
12
- border-top-color: $kendo-listbox-drop-hint-border-color;
12
+ border-block-start-color: $kendo-listbox-drop-hint-border-color;
13
13
  }
14
14
  }
15
15
 
@@ -5,18 +5,4 @@
5
5
  @mixin kendo-listview--layout() {
6
6
  @include kendo-listview--layout-base();
7
7
 
8
- .k-listview-content.k-d-grid {
9
- grid-gap: var( --kendo-listview-grid-gap, #{$kendo-listview-grid-gap} );
10
- }
11
-
12
- .k-listview-header {
13
- padding-inline: $kendo-listview-header-padding-x;
14
- padding-block: $kendo-listview-header-padding-y;
15
- }
16
-
17
- .k-listview-footer {
18
- padding-inline: $kendo-listview-footer-padding-x;
19
- padding-block: $kendo-listview-footer-padding-y;
20
- }
21
-
22
8
  }
@@ -4,23 +4,4 @@
4
4
 
5
5
  @mixin kendo-listview--theme() {
6
6
  @include kendo-listview--theme-base();
7
-
8
- // Fluent-specific styles
9
-
10
- // Listview header
11
- .k-listview-header {
12
- @include fill(
13
- $kendo-listview-header-text,
14
- $kendo-listview-header-bg,
15
- $kendo-listview-header-border
16
- )
17
- }
18
-
19
- // Listview footer
20
- .k-listview-footer {
21
- @include fill(
22
- $kendo-listview-footer-text,
23
- $kendo-listview-footer-bg
24
- )
25
- }
26
7
  }
@@ -12,20 +12,6 @@ $kendo-listview-padding-y: var( --kendo-listview-padding-y, k-spacing(1) ) !defa
12
12
  /// @group listview
13
13
  $kendo-listview-border-width: 1px !default;
14
14
 
15
- /// The horizontal padding of the ListView header.
16
- /// @group listview
17
- $kendo-listview-header-padding-x: var( --kendo-listview-header-padding-x, k-spacing(4) ) !default;
18
- /// The vertical padding of the ListView header.
19
- /// @group listview
20
- $kendo-listview-header-padding-y: var( --kendo-listview-header-padding-y, k-spacing(2) ) !default;
21
-
22
- /// The horizontal padding of the ListView footer.
23
- /// @group listview
24
- $kendo-listview-footer-padding-x: var( --kendo-listview-footer-padding-x, $kendo-listview-header-padding-x ) !default;
25
- /// The vertical padding of the ListView footer.
26
- /// @group listview
27
- $kendo-listview-footer-padding-y: var( --kendo-listview-footer-padding-y, $kendo-listview-header-padding-y ) !default;
28
-
29
15
  /// The horizontal padding of the ListView items.
30
16
  /// @group listview
31
17
  $kendo-listview-item-padding-x: var( --kendo-listview-item-padding-x, k-spacing(1) ) !default;
@@ -55,17 +41,17 @@ $kendo-listview-border: var( --kendo-listview-border, color-mix(in srgb, k-color
55
41
 
56
42
  /// The text color of the selected ListView items.
57
43
  /// @group listview
58
- $kendo-listview-item-selected-text: var( --kendo-listview-item-selected-text, initial ) !default;
44
+ $kendo-listview-item-selected-text: var( --kendo-listview-item-selected-text, k-color(on-app-surface) ) !default;
59
45
  /// The background color of the selected ListView items.
60
46
  /// @group listview
61
- $kendo-listview-item-selected-bg: var( --kendo-listview-item-selected-bg, k-color(base-active) ) !default;
47
+ $kendo-listview-item-selected-bg: var( --kendo-listview-item-selected-bg, #{color-mix(in srgb, k-color(on-app-surface) 12%, transparent)} ) !default;
62
48
  /// The border color of the selected ListView items.
63
49
  /// @group listview
64
50
  $kendo-listview-item-selected-border: var( --kendo-listview-item-selected-border, initial ) !default;
65
51
 
66
52
  /// The text color of the focused ListView items.
67
53
  /// @group listview
68
- $kendo-listview-item-focus-text: var( --kendo-listview-item-focus-text, initial ) !default;
54
+ $kendo-listview-item-focus-text: var( --kendo-listview-item-focus-text, k-color(on-app-surface) ) !default;
69
55
  /// The background color of the focused ListView items.
70
56
  /// @group listview
71
57
  $kendo-listview-item-focus-bg: var( --kendo-listview-item-focus-bg, initial ) !default;
@@ -76,26 +62,6 @@ $kendo-listview-item-focus-border: var( --kendo-listview-item-focus-border, init
76
62
  /// @group listview
77
63
  $kendo-listview-item-focus-shadow: var( --kendo-listview-item-focus-shadow, var( --kendo-list-item-focus-shadow, $kendo-list-item-focus-shadow ) ) !default;
78
64
 
79
- /// The gap between items of ListView with grid layout.
80
- /// @group listview
81
- $kendo-listview-grid-gap: var( --kendo-listview-grid-gap, k-spacing(.0) ) !default;
82
-
83
- /// The text color of the ListView header.
84
- /// @group listview
85
- $kendo-listview-header-text: var( --kendo-listview-header-text, initial ) !default;
86
- /// The background color of the ListView header.
87
- /// @group listview
88
- $kendo-listview-header-bg: var( --kendo-listview-header-bg, initial ) !default;
89
- /// The border color of the ListView header.
90
- /// @group listview
91
- $kendo-listview-header-border: var( --kendo-listview-header-border, $kendo-listview-border ) !default;
92
-
93
- /// The text color of the ListView footer.
94
- /// @group listview
95
- $kendo-listview-footer-text: var( --kendo-listview-footer-text, initial ) !default;
96
- /// The background color of the ListView footer.
97
- /// @group listview
98
- $kendo-listview-footer-bg: var( --kendo-listview-footer-bg, initial ) !default;
99
65
 
100
66
  @forward "@progress/kendo-theme-core/scss/components/listview/_variables.scss" with (
101
67
  $kendo-listview-padding-x: $kendo-listview-padding-x,
@@ -37,6 +37,10 @@
37
37
  padding-block: $kendo-loader-lg-container-padding-y;
38
38
  }
39
39
  }
40
+
41
+ .k-loader-container-label {
42
+ font-weight: var( --kendo-font-weight-semibold, 600 );
43
+ }
40
44
  }
41
45
 
42
46
  @mixin kendo-loading--layout() {
@@ -88,13 +88,13 @@ $kendo-loader-container-panel-border-width: var( --kendo-loader-container-panel-
88
88
  $kendo-loader-container-panel-border-style: var( --kendo-loader-container-panel-border-style, solid ) !default;
89
89
  /// The border color of the container panel.
90
90
  /// @group loader
91
- $kendo-loader-container-panel-border-color: var( --kendo-loader-container-panel-border-color, color-mix(in srgb, k-color(border) 16%, transparent) ) !default;
91
+ $kendo-loader-container-panel-border-color: var( --kendo-loader-container-panel-border-color, color-mix(in srgb, k-color(border) 26%, transparent) ) !default;
92
92
  /// The border radius of the container panel.
93
93
  /// @group loader
94
94
  $kendo-loader-container-panel-border-radius: var( --kendo-loader-container-panel-border-radius, #{k-border-radius(md)} ) !default;
95
95
  /// The background color of the container panel.
96
96
  /// @group loader
97
- $kendo-loader-container-panel-bg: var( --kendo-loader-container-panel-bg, #{k-color(app-surface)} ) !default;
97
+ $kendo-loader-container-panel-bg: var( --kendo-loader-container-panel-bg, #{k-color(surface-alt)} ) !default;
98
98
 
99
99
  /// The horizontal padding of the small Loader container.
100
100
  /// @group loader
@@ -118,23 +118,23 @@ $kendo-loader-lg-container-padding-y: var( --kendo-loader-lg-container-padding-y
118
118
 
119
119
  /// The gap of the small Loader container.
120
120
  /// @group loader
121
- $kendo-loader-sm-container-gap: var( --kendo-loader-sm-container-gap, #{k-spacing(1)} ) !default;
121
+ $kendo-loader-sm-container-gap: var( --kendo-loader-sm-container-gap, #{k-spacing(2)} ) !default;
122
122
  /// The gap of the medium Loader container.
123
123
  /// @group loader
124
124
  $kendo-loader-md-container-gap: var( --kendo-loader-md-container-gap, #{k-spacing(2)} ) !default;
125
125
  /// The gap of the large Loader container.
126
126
  /// @group loader
127
- $kendo-loader-lg-container-gap: var( --kendo-loader-lg-container-gap, #{k-spacing(3)} ) !default;
127
+ $kendo-loader-lg-container-gap: var( --kendo-loader-lg-container-gap, #{k-spacing(2)} ) !default;
128
128
 
129
129
  /// The font size of the small Loader container.
130
130
  /// @group loader
131
- $kendo-loader-sm-container-font-size: var( --kendo-loader-sm-container-font-size, var( --kendo-font-size-sm, inherit ) ) !default;
131
+ $kendo-loader-sm-container-font-size: var( --kendo-loader-sm-container-font-size, var( --kendo-font-size-md, inherit ) ) !default;
132
132
  /// The font size of the medium Loader container.
133
133
  /// @group loader
134
- $kendo-loader-md-container-font-size: var( --kendo-loader-md-container-font-size, var( --kendo-font-size, inherit ) ) !default;
134
+ $kendo-loader-md-container-font-size: var( --kendo-loader-md-container-font-size, var( --kendo-font-size-lg, inherit ) ) !default;
135
135
  /// The font size of the large Loader container.
136
136
  /// @group loader
137
- $kendo-loader-lg-container-font-size: var( --kendo-loader-lg-container-font-size, var( --kendo-font-size-lg, inherit ) ) !default;
137
+ $kendo-loader-lg-container-font-size: var( --kendo-loader-lg-container-font-size, var( --kendo-font-size-xl, inherit ) ) !default;
138
138
 
139
139
  /// The theme colors map for the Loader variations.
140
140
  /// @group loader
@@ -20,8 +20,8 @@
20
20
  width: 100%;
21
21
  position: absolute;
22
22
  z-index: 3;
23
- top: 0;
24
- left: 0;
23
+ inset-block-start: 0;
24
+ inset-inline-start: 0;
25
25
  transform: translateY( -50% );
26
26
  }
27
27
 
@@ -29,4 +29,8 @@
29
29
  padding: 0;
30
30
  }
31
31
 
32
+ .k-mediaplayer-toolbar {
33
+ padding: k-spacing(2);
34
+ }
35
+
32
36
  }
@@ -26,7 +26,7 @@ $kendo-media-player-border: var( --kendo-media-player-border, color-mix(in srgb,
26
26
 
27
27
  /// The background color of the MediaPlayer overlay.
28
28
  /// @group mediaplayer
29
- $kendo-media-player-overlay-bg: var( --kendo-media-player-overlay-bg, k-color(base-emphasis) ) !default;
29
+ $kendo-media-player-overlay-bg: var( --kendo-media-player-overlay-bg, k-color(subtle) ) !default;
30
30
 
31
31
  /// The border color of the MediaPlayer button.
32
32
  /// @group mediaplayer
@@ -21,16 +21,22 @@
21
21
  outline-offset: $kendo-menu-item-focus-outline-offset;
22
22
  outline-width: $kendo-menu-item-focus-outline-width;
23
23
  outline-style: $kendo-menu-item-focus-outline-style;
24
+ border-radius: k-border-radius(md);
24
25
  }
25
26
  }
26
27
 
27
28
  // Horizontal separator styling
28
29
  .k-menu-horizontal {
29
30
  > .k-separator {
30
- border-left-width: $kendo-menu-separator-width;
31
+ border-inline-start-width: $kendo-menu-separator-width;
31
32
  }
32
33
  }
33
34
 
35
+ .k-menu-group {
36
+ padding: k-spacing(1);
37
+ gap: k-spacing(0.5);
38
+ }
39
+
34
40
  // Sub menu group focus styles
35
41
  .k-menu-group,
36
42
  .k-menu.k-context-menu {
@@ -42,6 +48,7 @@
42
48
  outline-offset: $kendo-menu-item-focus-outline-offset;
43
49
  outline-width: $kendo-menu-item-focus-outline-width;
44
50
  outline-style: $kendo-menu-item-focus-outline-style;
51
+ border-radius: k-border-radius(md);
45
52
  }
46
53
  }
47
54
  }
@@ -50,7 +57,7 @@
50
57
  // Sub menu group separator styling
51
58
  .k-menu-group {
52
59
  .k-separator {
53
- border-top-width: $kendo-menu-separator-width;
60
+ border-block-start-width: $kendo-menu-separator-width;
54
61
  }
55
62
  }
56
63
 
@@ -81,9 +81,9 @@ $kendo-menu-item-focus-bg: var( --kendo-menu-item-focus-bg, #{$kendo-menu-item-b
81
81
 
82
82
  /// The outline of focused Menu item.
83
83
  /// @group menu
84
- $kendo-menu-item-focus-outline: var( --kendo-menu-item-focus-outline, #{k-color(base-emphasis)} ) !default;
84
+ $kendo-menu-item-focus-outline: var( --kendo-menu-item-focus-outline, #{k-color(border-alt)} ) !default;
85
85
  $kendo-menu-item-focus-outline-offset: var( --kendo-menu-item-focus-outline-offset, calc( #{k-spacing(0.5)} * -1 ) ) !default;
86
- $kendo-menu-item-focus-outline-width: var( --kendo-menu-item-focus-outline-width, 1px ) !default;
86
+ $kendo-menu-item-focus-outline-width: var( --kendo-menu-item-focus-outline-width, 2px ) !default;
87
87
  $kendo-menu-item-focus-outline-style: var( --kendo-menu-item-focus-outline-style, solid ) !default;
88
88
 
89
89
  /// The text color of disabled Menu item.
@@ -146,7 +146,7 @@ $kendo-menu-popup-bg: var( --kendo-menu-popup-bg, #{k-color(surface-alt)} ) !def
146
146
  $kendo-menu-popup-border: var( --kendo-menu-popup-border, initial ) !default;
147
147
  /// The shadow of the Menu popup.
148
148
  /// @group menu
149
- $kendo-menu-popup-shadow: var( --kendo-menu-popup-shadow, var( --kendo-box-shadow-depth-6, none ) ) !default;
149
+ $kendo-menu-popup-shadow: var( --kendo-menu-popup-shadow, k-elevation(5) ) !default;
150
150
 
151
151
  /// The horizontal padding of the Menu item in popup.
152
152
  /// @group menu
@@ -227,7 +227,7 @@ $kendo-menu-popup-item-hover-bg: var( --kendo-menu-popup-item-hover-bg, #{$kendo
227
227
 
228
228
  /// The outline of focused Menu items.
229
229
  /// @group menu
230
- $kendo-menu-popup-item-focus-outline: var( --kendo-menu-popup-item-focus-outline, #{k-color(base-emphasis)} ) !default;
230
+ $kendo-menu-popup-item-focus-outline: var( --kendo-menu-popup-item-focus-outline, #{k-color(border-alt)} ) !default;
231
231
 
232
232
  /// The text color of active Menu item in popup.
233
233
  /// @group menu
@@ -3,4 +3,8 @@
3
3
 
4
4
  @mixin kendo-messagebox--layout() {
5
5
  @include kendo-messagebox--layout-base();
6
+
7
+ .k-messagebox {
8
+ border-radius: $kendo-message-box-border-radius;
9
+ }
6
10
  }
@@ -7,6 +7,9 @@
7
7
  @include kendo-messagebox--theme-base();
8
8
 
9
9
  .k-messagebox {
10
+ color: k-color(on-app-surface);
11
+ background: k-color(app-surface);
12
+ border-color: color-mix(in srgb, k-color(border) 26%, transparent);
10
13
 
11
14
  a {
12
15
  @include fill(
@@ -9,13 +9,16 @@ $kendo-message-box-margin: var( --kendo-message-box-margin, 0 0 k-spacing(3) 0 )
9
9
  $kendo-message-box-padding-x: var( --kendo-message-box-padding-x, k-spacing(3) ) !default;
10
10
  /// Vertical padding of the message box.
11
11
  /// @group messagebox
12
- $kendo-message-box-padding-y: var( --kendo-message-box-padding-y, k-spacing(2) ) !default;
12
+ $kendo-message-box-padding-y: var( --kendo-message-box-padding-y, k-spacing(2.5) ) !default;
13
13
  /// Border width of the message box.
14
14
  /// @group messagebox
15
- $kendo-message-box-border-width: var( --kendo-message-box-border-width, 0 ) !default;
15
+ $kendo-message-box-border-width: var( --kendo-message-box-border-width, 1px ) !default;
16
16
  /// Border style of the message box.
17
17
  /// @group messagebox
18
18
  $kendo-message-box-border-style: var( --kendo-message-box-border-style, solid ) !default;
19
+ /// The radius of the border around the message box.
20
+ /// @group messagebox
21
+ $kendo-message-box-border-radius: k-border-radius(md) !default;
19
22
  /// Font family of the message box.
20
23
  /// @group messagebox
21
24
  $kendo-message-box-font-family: var( --kendo-message-box-font-family, var(--kendo-font-family, inherit) ) !default;
@@ -24,7 +27,7 @@ $kendo-message-box-font-family: var( --kendo-message-box-font-family, var(--kend
24
27
  $kendo-message-box-font-size: var( --kendo-message-box-font-size, var(--kendo-font-size-sm, inherit) ) !default;
25
28
  /// Line height of the message box.
26
29
  /// @group messagebox
27
- $kendo-message-box-line-height: var( --kendo-message-box-line-height, var(--kendo-line-height-sm, normal) ) !default;
30
+ $kendo-message-box-line-height: var( --kendo-message-box-line-height, var(--kendo-line-height-lg, normal) ) !default;
28
31
 
29
32
  /// Font style of the message box links.
30
33
  /// @group messagebox
@@ -7,9 +7,9 @@
7
7
 
8
8
  @each $name, $color in $colors {
9
9
  $_theme: map.merge(( $name: (
10
- color: k-color(on-#{$name}),
10
+ color: k-color(#{$name}-on-subtle),
11
11
  background-color: $color,
12
- border: $color,
12
+ border: k-color(#{$name}-emphasis),
13
13
  )), $_theme );
14
14
  }
15
15
 
@@ -6,8 +6,4 @@
6
6
  @mixin kendo-notification--theme() {
7
7
  @include kendo-notification--theme-base();
8
8
 
9
- .k-notification:not(.k-notification-inverse, .k-notification-dark) {
10
- color: inherit;
11
- }
12
-
13
9
  }
@@ -7,18 +7,18 @@
7
7
  $kendo-notification-group-gap: var( --kendo-notification-group-gap, #{k-spacing(2)} ) !default;
8
8
 
9
9
  $kendo-notification-padding-x: var( --kendo-notification-padding-x, #{k-spacing(3)} ) !default;
10
- $kendo-notification-padding-y: var( --kendo-notification-padding-y, #{k-spacing(2)} ) !default;
10
+ $kendo-notification-padding-y: var( --kendo-notification-padding-y, calc(#{k-spacing(2)} + 1px) ) !default;
11
11
  $kendo-notification-border-width: var( --kendo-notification-border-width, 1px ) !default;
12
- $kendo-notification-border-radius: var( --kendo-notification-border-radius, #{k-spacing(0.5)} ) !default;
12
+ $kendo-notification-border-radius: var( --kendo-notification-border-radius, #{k-border-radius(md)} ) !default;
13
13
  $kendo-notification-font-family: var( --kendo-notification-font-family, var( --kendo-font-family, inherit ) ) !default;
14
14
  $kendo-notification-font-size: var( --kendo-notification-font-size, var( --kendo-font-size-sm, inherit ) ) !default;
15
- $kendo-notification-line-height: var( --kendo-notification-line-height, var( --kendo-line-height, normal ) ) !default;
15
+ $kendo-notification-line-height: var( --kendo-notification-line-height, var( --kendo-line-height-lg, normal ) ) !default;
16
16
  $kendo-notification-actions-padding-x: var( --kendo-notification-actions-padding-x, null ) !default;
17
17
  $kendo-notification-actions-padding-y: var( --kendo-notification-actions-padding-y, #{$kendo-notification-actions-padding-x} ) !default;
18
18
 
19
- $kendo-notification-bg: var( --kendo-notification-bg, #{k-color(surface-alt)} ) !default;
19
+ $kendo-notification-bg: var( --kendo-notification-bg, #{k-color(base-subtle)} ) !default;
20
20
  $kendo-notification-text: var( --kendo-notification-text, #{k-color(on-app-surface)} ) !default;
21
- $kendo-notification-border: var( --kendo-notification-border, #{color-mix(in srgb, k-color(border) 16%, transparent)} ) !default;
21
+ $kendo-notification-border: var( --kendo-notification-border, color-mix(in srgb, k-color(border) 26%, transparent) ) !default;
22
22
  $kendo-notification-box-shadow: var( --kendo-notification-box-shadow, none ) !default;
23
23
 
24
24
  $kendo-notification-icon-spacing: var( --kendo-notification-icon-spacing, #{k-spacing(2)} ) !default;
@@ -33,9 +33,9 @@ $kendo-notification-theme-colors: (
33
33
  "success": k-color(success-subtle),
34
34
  "warning": k-color(warning-subtle),
35
35
  "error": k-color(error-subtle),
36
- "dark": k-color(dark),
37
- "light": k-color(light),
38
- "inverse": if($kendo-is-dark-theme, k-color(light), k-color(dark))
36
+ "dark": k-color(dark-subtle),
37
+ "light": k-color(light-subtle),
38
+ "inverse": if($kendo-is-dark-theme, k-color(light-subtle), k-color(dark-subtle))
39
39
  ) !default;
40
40
 
41
41
  /// The generated theme colors map for the Notification.
@@ -20,6 +20,8 @@
20
20
 
21
21
  .k-pager-numbers {
22
22
  .k-button {
23
+ border-radius: $kendo-pager-item-border-radius;
24
+
23
25
  .k-button-text {
24
26
  min-width: calc( var( --kendo-line-height ) * 1em );
25
27
  }
@@ -60,7 +60,7 @@ $kendo-pager-focus-border: var( --kendo-pager-focus-border, #{k-color(border)} )
60
60
 
61
61
  /// The border radius of the Pager items.
62
62
  /// @group pager
63
- $kendo-pager-item-border-radius: var( --kendo-pager-item-border-radius, 0 ) !default;
63
+ $kendo-pager-item-border-radius: var( --kendo-pager-item-border-radius, k-border-radius(md) ) !default;
64
64
  /// The spacing around the Pager items.
65
65
  /// @group pager
66
66
  $kendo-pager-item-spacing: var( --kendo-pager-item-spacing, null ) !default;