@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
@@ -14,18 +14,21 @@ $kendo-calendar-border-width: 1px !default;
14
14
  $kendo-calendar-font-family: var( --kendo-font-family, inherit ) !default;
15
15
  /// The font size of the Calendar.
16
16
  /// @group calendar
17
- $kendo-calendar-font-size: var( --kendo-font-size, inherit ) !default;
17
+ $kendo-calendar-font-size: var( --kendo-font-size-lg, inherit ) !default;
18
18
  /// The line height of the Calendar.
19
19
  /// @group calendar
20
- $kendo-calendar-line-height: math.div( 20, 14 ) !default;
20
+ $kendo-calendar-line-height: var( --kendo-line-height-lg, normal ) !default;
21
+ /// The border-radius of the Calendar.
22
+ /// @group calendar
23
+ $kendo-calendar-border-radius: k-border-radius(xxxl) !default;
21
24
 
22
25
  /// The size of the cells in the Calendar.
23
26
  /// @group calendar
24
- $kendo-calendar-cell-size: 36px !default;
27
+ $kendo-calendar-cell-size: 48px !default;
25
28
 
26
29
  /// The background color of the Calendar.
27
30
  /// @group calendar
28
- $kendo-calendar-bg: k-color(surface-alt) !default;
31
+ $kendo-calendar-bg: k-color(surface) !default;
29
32
  /// The text color of the Calendar.
30
33
  /// @group calendar
31
34
  $kendo-calendar-text: k-color(on-app-surface) !default;
@@ -38,17 +41,17 @@ $kendo-calendar-border: k-color(border) !default;
38
41
  $kendo-calendar-header-padding-x: k-spacing(1) !default;
39
42
  /// The vertical padding of the header in the Calendar.
40
43
  /// @group calendar
41
- $kendo-calendar-header-padding-y: k-spacing(1) !default;
44
+ $kendo-calendar-header-padding-y: k-spacing(3) !default;
42
45
  /// The height of the header in the Calendar.
43
46
  /// @group calendar
44
47
  $kendo-calendar-header-border-width: 0px !default;
45
48
 
46
49
  /// The background color of the header in the Calendar.
47
50
  /// @group calendar
48
- $kendo-calendar-header-bg: unset !default;
51
+ $kendo-calendar-header-bg: transparent !default;
49
52
  /// The text color of the header in the Calendar.
50
53
  /// @group calendar
51
- $kendo-calendar-header-text: k-color(on-app-surface) !default;
54
+ $kendo-calendar-header-text: k-color(primary-on-surface) !default;
52
55
  /// The border color of the header in the Calendar.
53
56
  /// @group calendar
54
57
  $kendo-calendar-header-border: k-color(border) !default;
@@ -57,7 +60,7 @@ $kendo-calendar-header-border: k-color(border) !default;
57
60
  $kendo-calendar-header-gradient: none !default;
58
61
  /// The shadow of the header in the Calendar.
59
62
  /// @group calendar
60
- $kendo-calendar-header-shadow: unset !default;
63
+ $kendo-calendar-header-shadow: null !default;
61
64
 
62
65
  /// The gap between the items in the navigation of the Calendar.
63
66
  /// @group calendar
@@ -65,14 +68,14 @@ $kendo-calendar-nav-gap: null !default;
65
68
 
66
69
  /// The horizontal padding of the footer in the Calendar.
67
70
  /// @group calendar
68
- $kendo-calendar-footer-padding-x: k-spacing(4) !default;
71
+ $kendo-calendar-footer-padding-x: k-spacing(3) !default;
69
72
  /// The vertical padding of the footer in the Calendar.
70
73
  /// @group calendar
71
- $kendo-calendar-footer-padding-y: k-spacing(2) !default;
74
+ $kendo-calendar-footer-padding-y: k-spacing(3) !default;
72
75
 
73
76
  /// The horizontal padding of the cells in the Calendar.
74
77
  /// @group calendar
75
- $kendo-calendar-cell-padding-x: .25em !default;
78
+ $kendo-calendar-cell-padding-x: k-spacing(3) !default;
76
79
  /// The vertical padding of the cells in the Calendar.
77
80
  /// @group calendar
78
81
  $kendo-calendar-cell-padding-y: $kendo-calendar-cell-padding-x !default;
@@ -83,7 +86,7 @@ $kendo-calendar-cell-line-height: $kendo-calendar-line-height !default;
83
86
 
84
87
  /// The border radius of the cells in the Calendar.
85
88
  /// @group calendar
86
- $kendo-calendar-cell-border-radius: 100px !default;
89
+ $kendo-calendar-cell-border-radius: k-border-radius( full ) !default;
87
90
 
88
91
  /// The horizontal padding of the header cells in the Calendar.
89
92
  /// @group calendar
@@ -99,10 +102,10 @@ $kendo-calendar-header-cell-width: $kendo-calendar-cell-size !default;
99
102
  $kendo-calendar-header-cell-height: $kendo-calendar-cell-size !default;
100
103
  /// The font size of the header cells in the Calendar.
101
104
  /// @group calendar
102
- $kendo-calendar-header-cell-font-size: var( --kendo-font-size-sm, inherit )!default;
105
+ $kendo-calendar-header-cell-font-size: var( --kendo-font-size-lg, inherit )!default;
103
106
  /// The line height of the header cells in the Calendar.
104
107
  /// @group calendar
105
- $kendo-calendar-header-cell-line-height: var( --kendo-line-height, normal ) !default;
108
+ $kendo-calendar-header-cell-line-height: var( --kendo-line-height-lg, normal ) !default;
106
109
 
107
110
  /// The background color of the header cells in the Calendar.
108
111
  /// @group calendar
@@ -117,27 +120,27 @@ $kendo-calendar-header-cell-opacity: null !default;
117
120
 
118
121
  /// The horizontal padding of the caption in the Calendar.
119
122
  /// @group calendar
120
- $kendo-calendar-caption-padding-x: k-spacing(4) !default;
123
+ $kendo-calendar-caption-padding-x: k-spacing(6) !default;
121
124
  /// The vertical padding of the caption in the Calendar.
122
125
  /// @group calendar
123
- $kendo-calendar-caption-padding-y: k-spacing(1) !default;
126
+ $kendo-calendar-caption-padding-y: k-spacing(3.5) !default;
124
127
 
125
128
  /// The height of the caption in the Calendar.
126
129
  /// @group calendar
127
130
  $kendo-calendar-caption-height: $kendo-calendar-cell-size !default;
128
131
  /// The font size of the caption in the Calendar.
129
132
  /// @group calendar
130
- $kendo-calendar-caption-font-size: null !default;
133
+ $kendo-calendar-caption-font-size: var( --kendo-font-size, inherit ) !default;
131
134
  /// The line height of the caption in the Calendar.
132
135
  /// @group calendar
133
- $kendo-calendar-caption-line-height: null !default;
136
+ $kendo-calendar-caption-line-height: var( --kendo-line-height, inherit ) !default;
134
137
  /// The font weight of the caption in the Calendar.
135
138
  /// @group calendar
136
- $kendo-calendar-caption-font-weight: bold !default;
139
+ $kendo-calendar-caption-font-weight: var( --kendo-font-weight-normal, normal ) !default;
137
140
 
138
141
  /// The font size of the week number cells in the Calendar.
139
142
  /// @group calendar
140
- $kendo-calendar-week-number-font-size: $kendo-font-size-sm !default;
143
+ $kendo-calendar-week-number-font-size: $kendo-calendar-font-size !default;
141
144
 
142
145
  /// The width of the Calendar view.
143
146
  /// @group calendar
@@ -154,6 +157,7 @@ $kendo-calendar-view-gap: k-spacing(4) !default;
154
157
  /// @group calendar
155
158
  $kendo-calendar-weekend-bg: null !default;
156
159
  /// The text color of the weekend cells in the Calendar.
160
+ /// @group calendar
157
161
  $kendo-calendar-weekend-text: null !default;
158
162
 
159
163
  /// The style of the current day in the Calendar.
@@ -162,20 +166,26 @@ $kendo-calendar-today-style: color !default;
162
166
  /// The color of the current day in the Calendar.
163
167
  /// @group calendar
164
168
  $kendo-calendar-today-color: k-color(primary) !default;
169
+ /// The font weight of the current day in the Calendar.
170
+ /// @group calendar
171
+ $kendo-calendar-today-font-weight: var( --kendo-font-weight-normal, normal ) !default;
172
+ /// The box shadow of the current day in the Calendar.
173
+ /// @group calendar
174
+ $kendo-calendar-today-box-shadow: inset 0 0 0 1px k-color(primary) !default;
165
175
 
166
176
  /// The background color of the week number cells in the Calendar.
167
177
  /// @group calendar
168
178
  $kendo-calendar-week-number-bg: null !default;
169
179
  /// The text color of the week number cells in the Calendar.
170
180
  /// @group calendar
171
- $kendo-calendar-week-number-text: $kendo-calendar-header-cell-text !default;
181
+ $kendo-calendar-week-number-text: k-color(base-emphasis) !default;
172
182
 
173
183
  /// The background color of the preceding/subsequent month cells in the Calendar.
174
184
  /// @group calendar
175
185
  $kendo-calendar-other-month-bg: null !default;
176
186
  /// The text color of the preceding/subsequent month cells in the Calendar.
177
187
  /// @group calendar
178
- $kendo-calendar-other-month-text: $kendo-calendar-header-cell-text !default;
188
+ $kendo-calendar-other-month-text: k-color(subtle) !default;
179
189
 
180
190
  /// The background color of the cells in the Calendar.
181
191
  /// @group calendar
@@ -192,13 +202,13 @@ $kendo-calendar-cell-gradient: null !default;
192
202
 
193
203
  /// The background color of the hovered cells in the Calendar.
194
204
  /// @group calendar
195
- $kendo-calendar-cell-hover-bg: k-color(base-hover) !default;
205
+ $kendo-calendar-cell-hover-bg: color-mix(in srgb, k-color(on-app-surface) 8%, transparent) !default;
196
206
  /// The text color of the hovered cells in the Calendar.
197
207
  /// @group calendar
198
- $kendo-calendar-cell-hover-text: k-color(on-app-surface) !default;
208
+ $kendo-calendar-cell-hover-text: null !default;
199
209
  /// The border color of the hovered cells in the Calendar.
200
210
  /// @group calendar
201
- $kendo-calendar-cell-hover-border: k-color(border) !default;
211
+ $kendo-calendar-cell-hover-border: null !default;
202
212
  /// The gradient of the hovered cells in the Calendar.
203
213
  /// @group calendar
204
214
  $kendo-calendar-cell-hover-gradient: null !default;
@@ -211,7 +221,7 @@ $kendo-calendar-cell-selected-bg: k-color(primary) !default;
211
221
  $kendo-calendar-cell-selected-text: k-color(on-primary) !default;
212
222
  /// The border color of the selected cells in the Calendar.
213
223
  /// @group calendar
214
- $kendo-calendar-cell-selected-border: $kendo-calendar-cell-selected-bg !default;
224
+ $kendo-calendar-cell-selected-border: null !default;
215
225
  /// The gradient of the selected cells in the Calendar.
216
226
  /// @group calendar
217
227
  $kendo-calendar-cell-selected-gradient: null !default;
@@ -231,43 +241,55 @@ $kendo-calendar-cell-selected-hover-gradient: null !default;
231
241
 
232
242
  /// The shadow of the focused cells in the Calendar.
233
243
  /// @group calendar
234
- $kendo-calendar-cell-focus-shadow: $kendo-list-item-focus-shadow !default;
244
+ $kendo-calendar-cell-focus-shadow: null !default;
235
245
  /// The shadow of the selected and focused cells in the Calendar.
236
246
  /// @group calendar
237
- $kendo-calendar-cell-selected-focus-shadow: $kendo-calendar-cell-focus-shadow !default;
247
+ $kendo-calendar-cell-selected-focus-shadow: null !default;
238
248
 
239
249
 
240
250
  /// The width of the Calendar navigation.
241
251
  /// @group calendar
242
- $kendo-calendar-navigation-width: 5em !default;
252
+ $kendo-calendar-navigation-width: k-spacing(19) !default;
243
253
  /// The height of the items in the Calendar navigation.
244
254
  /// @group calendar
245
- $kendo-calendar-navigation-item-height: 2em !default;
255
+ $kendo-calendar-navigation-item-height: $kendo-calendar-cell-size !default;
246
256
 
247
257
  /// The background color of the Calendar navigation.
248
258
  /// @group calendar
249
- $kendo-calendar-navigation-bg: k-color(surface) !default;
259
+ $kendo-calendar-navigation-bg: $kendo-calendar-bg !default;
250
260
  /// The text color of the Calendar navigation.
251
261
  /// @group calendar
252
262
  $kendo-calendar-navigation-text: $kendo-calendar-text !default;
253
263
  /// The border color of the Calendar navigation.
254
264
  /// @group calendar
255
- $kendo-calendar-navigation-border: $kendo-calendar-border !default;
256
-
265
+ $kendo-calendar-navigation-border: k-color(border) !default;
257
266
  /// The background color of the hovered items in the Calendar navigation.
258
- $kendo-calendar-navigation-hover-text: k-color(secondary-hover) !default;
267
+ /// @group calendar
268
+ $kendo-calendar-navigation-hover-text: k-color(on-app-surface) !default;
269
+ /// The text color of the marker in the Calendar navigation.
270
+ /// @group calendar
271
+ $kendo-calendar-navigation-marker-text: k-color(primary) !default;
259
272
 
273
+ /// The background color of the Calendar range selection.
274
+ /// @group calendar
275
+ $kendo-calendar-range-bg: k-color(secondary) !default;
276
+ /// The background color of the Calendar range start selection.
277
+ /// @group calendar
278
+ $kendo-calendar-range-start-bg: linear-gradient(to right, k-color(surface) 0%, k-color(surface) 50%, k-color(secondary) 50%, k-color(secondary) 100%) !default;
279
+ /// The background color of the Calendar range end selection.
280
+ /// @group calendar
281
+ $kendo-calendar-range-end-bg: linear-gradient(to left, k-color(surface) 0%, k-color(surface) 50%, k-color(secondary) 50%, k-color(secondary) 100%) !default;
260
282
 
261
283
  /// The horizontal padding of the header in the Infinite Calendar.
262
284
  /// @group calendar
263
- $kendo-infinite-calendar-header-padding-x: k-spacing(4) !default;
285
+ $kendo-infinite-calendar-header-padding-x: k-spacing(1) !default;
264
286
  /// The vertical padding of the header in the Infinite Calendar.
265
287
  /// @group calendar
266
- $kendo-infinite-calendar-header-padding-y: k-spacing(2) !default;
288
+ $kendo-infinite-calendar-header-padding-y: k-spacing(3) !default;
267
289
 
268
290
  /// The horizontal padding of the Calendar view in the Infinite Calendar.
269
291
  /// @group calendar
270
- $kendo-infinite-calendar-view-padding-x: k-spacing(4) !default;
292
+ $kendo-infinite-calendar-view-padding-x: k-spacing(1) !default;
271
293
  /// The vertical padding of the Calendar view in the Infinite Calendar.
272
294
  /// @group calendar
273
295
  $kendo-infinite-calendar-view-padding-y: k-spacing(0) !default;
@@ -293,29 +315,29 @@ $kendo-calendar-sm-font-size: var( --kendo-font-size, inherit ) !default;
293
315
  $kendo-calendar-sm-line-height: var( --kendo-line-height, normal ) !default;
294
316
  /// The size of the cells in the small Calendar.
295
317
  /// @group calendar
296
- $kendo-calendar-sm-cell-size: 32px !default;
318
+ $kendo-calendar-sm-cell-size: 40px !default;
297
319
  /// The horizontal padding of the cells in the small Calendar.
298
320
  /// @group calendar
299
- $kendo-calendar-sm-cell-padding-x: k-spacing(0.5) !default;
321
+ $kendo-calendar-sm-cell-padding-x: k-spacing(2) !default;
300
322
  /// The vertical padding of the cells in the small Calendar.
301
323
  /// @group calendar
302
- $kendo-calendar-sm-cell-padding-y: k-spacing(0.5) !default;
324
+ $kendo-calendar-sm-cell-padding-y: k-spacing(2) !default;
303
325
 
304
326
  /// The font size of the medium Calendar.
305
327
  /// @group calendar
306
- $kendo-calendar-md-font-size: var( --kendo-font-size, inherit ) !default;
328
+ $kendo-calendar-md-font-size: var( --kendo-font-size-lg, inherit ) !default;
307
329
  /// The line height of the medium Calendar.
308
330
  /// @group calendar
309
- $kendo-calendar-md-line-height: var( --kendo-line-height, normal ) !default;
331
+ $kendo-calendar-md-line-height: var( --kendo-line-height-lg, normal ) !default;
310
332
  /// The size of the cells in the medium Calendar.
311
333
  /// @group calendar
312
- $kendo-calendar-md-cell-size: 36px !default;
334
+ $kendo-calendar-md-cell-size: $kendo-calendar-cell-size !default;
313
335
  /// The horizontal padding of the cells in the medium Calendar.
314
336
  /// @group calendar
315
- $kendo-calendar-md-cell-padding-x: k-spacing(1) !default;
337
+ $kendo-calendar-md-cell-padding-x: k-spacing(3) !default;
316
338
  /// The vertical padding of the cells in the medium Calendar.
317
339
  /// @group calendar
318
- $kendo-calendar-md-cell-padding-y: k-spacing(1) !default;
340
+ $kendo-calendar-md-cell-padding-y: k-spacing(3) !default;
319
341
 
320
342
  /// The font size of the large Calendar.
321
343
  /// @group calendar
@@ -325,13 +347,13 @@ $kendo-calendar-lg-font-size: var( --kendo-font-size-lg, inherit ) !default;
325
347
  $kendo-calendar-lg-line-height: var( --kendo-line-height-lg, normal ) !default;
326
348
  /// The size of the cells in the large Calendar.
327
349
  /// @group calendar
328
- $kendo-calendar-lg-cell-size: 40px !default;
350
+ $kendo-calendar-lg-cell-size: 56px !default;
329
351
  /// The horizontal padding of the cells in the large Calendar.
330
352
  /// @group calendar
331
- $kendo-calendar-lg-cell-padding-x: k-spacing(1) !default;
353
+ $kendo-calendar-lg-cell-padding-x: k-spacing(4) !default;
332
354
  /// The vertical padding of the cells in the large Calendar.
333
355
  /// @group calendar
334
- $kendo-calendar-lg-cell-padding-y: k-spacing(1) !default;
356
+ $kendo-calendar-lg-cell-padding-y: k-spacing(4) !default;
335
357
 
336
358
  /// The sizes Map of the Calendar.
337
359
  /// @group calendar
@@ -364,6 +386,7 @@ $kendo-calendar-sizes: (
364
386
  $kendo-calendar-font-family: $kendo-calendar-font-family,
365
387
  $kendo-calendar-font-size: $kendo-calendar-font-size,
366
388
  $kendo-calendar-line-height: $kendo-calendar-line-height,
389
+ $kendo-calendar-border-radius: $kendo-calendar-border-radius,
367
390
  $kendo-calendar-cell-size: $kendo-calendar-cell-size,
368
391
  $kendo-calendar-bg: $kendo-calendar-bg,
369
392
  $kendo-calendar-text: $kendo-calendar-text,
@@ -406,6 +429,8 @@ $kendo-calendar-sizes: (
406
429
  $kendo-calendar-weekend-text: $kendo-calendar-weekend-text,
407
430
  $kendo-calendar-today-style: $kendo-calendar-today-style,
408
431
  $kendo-calendar-today-color: $kendo-calendar-today-color,
432
+ $kendo-calendar-today-font-weight: $kendo-calendar-today-font-weight,
433
+ $kendo-calendar-today-box-shadow: $kendo-calendar-today-box-shadow,
409
434
  $kendo-calendar-week-number-bg: $kendo-calendar-week-number-bg,
410
435
  $kendo-calendar-week-number-text: $kendo-calendar-week-number-text,
411
436
  $kendo-calendar-other-month-bg: $kendo-calendar-other-month-bg,
@@ -434,11 +459,13 @@ $kendo-calendar-sizes: (
434
459
  $kendo-calendar-navigation-text: $kendo-calendar-navigation-text,
435
460
  $kendo-calendar-navigation-border: $kendo-calendar-navigation-border,
436
461
  $kendo-calendar-navigation-hover-text: $kendo-calendar-navigation-hover-text,
462
+ $kendo-calendar-navigation-marker-text: $kendo-calendar-navigation-marker-text,
437
463
  $kendo-infinite-calendar-header-padding-x: $kendo-infinite-calendar-header-padding-x,
438
464
  $kendo-infinite-calendar-header-padding-y: $kendo-infinite-calendar-header-padding-y,
439
465
  $kendo-infinite-calendar-view-padding-x: $kendo-infinite-calendar-view-padding-x,
440
466
  $kendo-infinite-calendar-view-padding-y: $kendo-infinite-calendar-view-padding-y,
441
467
  $kendo-infinite-calendar-view-height: $kendo-infinite-calendar-view-height,
468
+ $kendo-calendar-range-bg: $kendo-calendar-range-bg,
442
469
  $kendo-calendar-range-cell-border-radius: $kendo-calendar-range-cell-border-radius,
443
470
  $kendo-calendar-sm-font-size: $kendo-calendar-sm-font-size,
444
471
  $kendo-calendar-sm-line-height: $kendo-calendar-sm-line-height,
@@ -23,13 +23,13 @@ $kendo-captcha-line-height: var( --kendo-line-height, normal ) !default;
23
23
  $kendo-captcha-gap: $kendo-captcha-spacer !default;
24
24
  /// The background color of the Captcha.
25
25
  /// @group captcha
26
- $kendo-captcha-bg: k-color(surface-alt) !default;
26
+ $kendo-captcha-bg: k-color(app-surface) !default;
27
27
  /// The text color of the Captcha.
28
28
  /// @group captcha
29
- $kendo-captcha-text: k-color(surface-alt) !default;
29
+ $kendo-captcha-text: k-color(on-app-surface) !default;
30
30
  /// The border color of the Captcha.
31
31
  /// @group captcha
32
- $kendo-captcha-border: k-color(surface-alt) !default;
32
+ $kendo-captcha-border: k-color(app-surface) !default;
33
33
 
34
34
  /// The gap of the Captcha image wrapper.
35
35
  /// @group captcha
@@ -16,7 +16,7 @@ $kendo-card-padding-y: k-spacing(3) !default;
16
16
  $kendo-card-border-width: 0px !default;
17
17
  /// The border radius of the Card.
18
18
  /// @group card
19
- $kendo-card-border-radius: k-border-radius(md) !default;
19
+ $kendo-card-border-radius: k-border-radius(xl) !default;
20
20
  /// The inner border radius of the Card.
21
21
  /// @group card
22
22
  $kendo-card-inner-border-radius: calc( #{$kendo-card-border-radius} - #{$kendo-card-border-width} ) !default;
@@ -36,7 +36,7 @@ $kendo-card-deck-gap: k-spacing(4) !default;
36
36
 
37
37
  /// The background color of the Card.
38
38
  /// @group card
39
- $kendo-card-bg: k-color(surface-alt) !default;
39
+ $kendo-card-bg: k-color(surface) !default;
40
40
  /// The text color of the Card.
41
41
  /// @group card
42
42
  $kendo-card-text: k-color(on-app-surface) !default;
@@ -70,7 +70,7 @@ $kendo-card-header-padding-x: $kendo-card-padding-x !default;
70
70
  $kendo-card-header-padding-y: $kendo-card-padding-y !default;
71
71
  /// The bottom border width of the Card header.
72
72
  /// @group card
73
- $kendo-card-header-border-width: 1px !default;
73
+ $kendo-card-header-border-width: 0 !default;
74
74
  /// The background color of the Card header.
75
75
  /// @group card
76
76
  $kendo-card-header-bg: null !default;
@@ -96,7 +96,7 @@ $kendo-card-footer-padding-x: $kendo-card-padding-x !default;
96
96
  $kendo-card-footer-padding-y: $kendo-card-padding-y !default;
97
97
  /// The top border width of the Card footer.
98
98
  /// @group card
99
- $kendo-card-footer-border-width: 1px !default;
99
+ $kendo-card-footer-border-width: 0 !default;
100
100
  /// The background color of the Card footer.
101
101
  /// @group card
102
102
  $kendo-card-footer-bg: null !default;
@@ -109,26 +109,26 @@ $kendo-card-footer-border: $kendo-card-border !default;
109
109
 
110
110
  /// The bottom margin of the Card title.
111
111
  /// @group card
112
- $kendo-card-title-margin-bottom: k-spacing(3) !default;
112
+ $kendo-card-title-margin-bottom: k-spacing(1) !default;
113
113
  /// The font size of the Card title.
114
114
  /// @group card
115
- $kendo-card-title-font-size: $kendo-h5-font-size !default;
115
+ $kendo-card-title-font-size: $kendo-font-size-lg !default;
116
116
  /// The font family of the Card title.
117
117
  /// @group card
118
118
  $kendo-card-title-font-family: var( --kendo-font-family, inherit ) !default;
119
119
  /// The line height of the Card title.
120
120
  /// @group card
121
- $kendo-card-title-line-height: 1.25 !default;
121
+ $kendo-card-title-line-height: $kendo-line-height-lg !default;
122
122
  /// The font weight of the Card title.
123
123
  /// @group card
124
124
  $kendo-card-title-font-weight: 500 !default;
125
125
  /// The letter spacing of the Card title.
126
126
  /// @group card
127
- $kendo-card-title-letter-spacing: null !default;
127
+ $kendo-card-title-letter-spacing: $kendo-letter-spacing-widest !default;
128
128
 
129
129
  /// The bottom margin of the Card subtitle.
130
130
  /// @group card
131
- $kendo-card-subtitle-margin-bottom: k-spacing(3) !default;
131
+ $kendo-card-subtitle-margin-bottom: k-spacing(2) !default;
132
132
  /// The font size of the Card subtitle.
133
133
  /// @group card
134
134
  $kendo-card-subtitle-font-size: var( --kendo-font-size, inherit ) !default;
@@ -137,13 +137,13 @@ $kendo-card-subtitle-font-size: var( --kendo-font-size, inherit ) !default;
137
137
  $kendo-card-subtitle-font-family: var( --kendo-font-family, inherit ) !default;
138
138
  /// The line height of the Card subtitle.
139
139
  /// @group card
140
- $kendo-card-subtitle-line-height: math.div( 20, 14 ) !default;
140
+ $kendo-card-subtitle-line-height: $kendo-line-height !default;
141
141
  /// The font weight of the Card subtitle.
142
142
  /// @group card
143
- $kendo-card-subtitle-font-weight: 500 !default;
143
+ $kendo-card-subtitle-font-weight: $kendo-font-weight-normal !default;
144
144
  /// The letter spacing of the Card subtitle.
145
145
  /// @group card
146
- $kendo-card-subtitle-letter-spacing: null !default;
146
+ $kendo-card-subtitle-letter-spacing: $kendo-letter-spacing-wider !default;
147
147
  /// The text color of the Card subtitle.
148
148
  /// @group card
149
149
  $kendo-card-subtitle-text: k-color(subtle) !default;
@@ -160,13 +160,13 @@ $kendo-card-avatar-spacing: $kendo-card-header-padding-x !default;
160
160
 
161
161
  /// The horizontal padding of the Card actions.
162
162
  /// @group card
163
- $kendo-card-actions-padding-x: k-spacing(2) !default;
163
+ $kendo-card-actions-padding-x: k-spacing(4) !default;
164
164
  /// The vertical padding of the Card actions.
165
165
  /// @group card
166
- $kendo-card-actions-padding-y: k-spacing(2) !default;
166
+ $kendo-card-actions-padding-y: k-spacing(4) !default;
167
167
  /// The top border width of the Card actions.
168
168
  /// @group card
169
- $kendo-card-actions-border-width: 1px !default;
169
+ $kendo-card-actions-border-width: 0 !default;
170
170
  /// The spacing between the Card actions.
171
171
  /// @group card
172
172
  $kendo-card-actions-gap: k-spacing(2) !default;
@@ -11,4 +11,8 @@
11
11
  color: k-color(primary-on-surface);
12
12
  }
13
13
  }
14
+
15
+ .k-message-box {
16
+ background-color: k-color(surface-alt)
17
+ }
14
18
  }
@@ -89,7 +89,7 @@ $kendo-chat-bubble-padding-y: k-spacing(2) !default;
89
89
  $kendo-chat-bubble-spacing: k-spacing(0.5) !default;
90
90
  /// The line height of the Chat bubble message.
91
91
  /// @group chat
92
- $kendo-chat-bubble-line-height: math.div( 20, 14 ) !default;
92
+ $kendo-chat-bubble-line-height: var( --kendo-line-height, normal ) !default;
93
93
 
94
94
  /// The border radius of the Chat bubble message.
95
95
  /// @group chat
@@ -116,7 +116,7 @@ $kendo-chat-toolbar-padding-y: $kendo-toolbar-md-padding-y !default;
116
116
  $kendo-chat-toolbar-spacing: $kendo-toolbar-md-spacing !default;
117
117
  /// The background color of the Chat Toolbar.
118
118
  /// @group chat
119
- $kendo-chat-toolbar-bg: k-color(surface) !default;
119
+ $kendo-chat-toolbar-bg: $kendo-toolbar-bg !default;
120
120
  /// The text color of the Chat Toolbar.
121
121
  /// @group chat
122
122
  $kendo-chat-toolbar-text: $kendo-toolbar-text !default;
@@ -140,7 +140,7 @@ $kendo-chat-quick-reply-line-height: $kendo-chat-bubble-line-height !default;
140
140
 
141
141
  /// The background color of the Chat.
142
142
  /// @group chat
143
- $kendo-chat-bg: k-color(app-surface) !default;
143
+ $kendo-chat-bg: k-color(surface) !default;
144
144
  /// The text color of the Chat.
145
145
  /// @group chat
146
146
  $kendo-chat-text: k-color(on-app-surface) !default;
@@ -153,7 +153,7 @@ $kendo-chat-border: k-color(border) !default;
153
153
  $kendo-chat-bubble-bg: k-color(surface-alt) !default;
154
154
  /// The text color of the Chat bubble.
155
155
  /// @group chat
156
- $kendo-chat-bubble-text: k-color(on-app-surface) !default;
156
+ $kendo-chat-bubble-text: k-color(on-base) !default;
157
157
  /// The border color of the Chat bubble.
158
158
  /// @group chat
159
159
  $kendo-chat-bubble-border: $kendo-chat-bubble-bg !default;
@@ -1,6 +1,41 @@
1
+ @use "sass:map";
2
+ @use "./_variables.scss" as *;
1
3
  @use "@progress/kendo-theme-core/scss/components/checkbox/_layout.scss" as *;
2
4
 
3
5
 
4
6
  @mixin kendo-checkbox--layout() {
5
7
  @include kendo-checkbox--layout-base();
8
+
9
+ // Checkbox
10
+ // Hover and Focus indicator
11
+ .k-checkbox {
12
+ &:hover,
13
+ &.k-hover,
14
+ &:focus,
15
+ &.k-focus,
16
+ &.k-invalid {
17
+ position: relative;
18
+
19
+ &::after {
20
+ content: "";
21
+ display: block;
22
+ position: absolute;
23
+ left: 50%;
24
+ top: 50%;
25
+ border-radius: 100%;
26
+ z-index: -1;
27
+ transform: translate(-50%, -50%);
28
+ }
29
+ }
30
+ }
31
+
32
+ @each $size, $size-props in $kendo-checkbox-sizes {
33
+ $_size: map.get( $size-props, size );
34
+ $_indicator-size: map.get( $size-props, indicator-size );
35
+
36
+ .k-checkbox-#{$size}::after {
37
+ width: $_indicator-size;
38
+ height: $_indicator-size;
39
+ }
40
+ }
6
41
  }