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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (223) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/material-2-dark.css +1 -0
  3. package/dist/material-2-dark.scss +137 -0
  4. package/dist/material-2.css +1 -0
  5. package/dist/material-2.scss +132 -0
  6. package/dist/material-aqua-dark.css +1 -1
  7. package/dist/material-aqua-dark.scss +1 -1
  8. package/dist/material-arctic.css +1 -1
  9. package/dist/material-arctic.scss +1 -1
  10. package/dist/material-burnt-teal.css +1 -1
  11. package/dist/material-burnt-teal.scss +1 -1
  12. package/dist/material-dataviz-v4.css +1 -1
  13. package/dist/material-dataviz-v4.scss +1 -1
  14. package/dist/material-eggplant.css +1 -1
  15. package/dist/material-eggplant.scss +1 -1
  16. package/dist/material-lime-dark.css +1 -1
  17. package/dist/material-lime-dark.scss +1 -1
  18. package/dist/material-lime.css +1 -1
  19. package/dist/material-lime.scss +1 -1
  20. package/dist/material-main-dark.css +1 -1
  21. package/dist/material-main-dark.scss +98 -98
  22. package/dist/material-main.css +1 -1
  23. package/dist/material-main.scss +1 -5
  24. package/dist/material-nova.css +1 -1
  25. package/dist/material-nova.scss +1 -1
  26. package/dist/material-pacific-dark.css +1 -1
  27. package/dist/material-pacific-dark.scss +1 -1
  28. package/dist/material-pacific.css +1 -1
  29. package/dist/material-pacific.scss +1 -1
  30. package/dist/material-sky-dark.css +1 -1
  31. package/dist/material-sky-dark.scss +1 -1
  32. package/dist/material-sky.css +1 -1
  33. package/dist/material-sky.scss +1 -1
  34. package/dist/material-smoke.css +1 -1
  35. package/dist/material-smoke.scss +1 -1
  36. package/dist/meta/sassdoc-data.json +13278 -11518
  37. package/dist/meta/sassdoc-raw-data.json +4563 -3763
  38. package/dist/meta/variables.json +2591 -3022
  39. package/lib/swatches/index.js +2 -0
  40. package/lib/swatches/material-2-dark.json +657 -0
  41. package/lib/swatches/material-2.json +632 -0
  42. package/lib/swatches/material-aqua-dark.json +1 -243
  43. package/lib/swatches/material-arctic.json +1 -243
  44. package/lib/swatches/material-burnt-teal.json +1 -243
  45. package/lib/swatches/material-dataviz-v4.json +1 -47
  46. package/lib/swatches/material-eggplant.json +1 -243
  47. package/lib/swatches/material-lime-dark.json +1 -243
  48. package/lib/swatches/material-lime.json +1 -243
  49. package/lib/swatches/material-main-dark.json +103 -345
  50. package/lib/swatches/material-main.json +7 -250
  51. package/lib/swatches/material-nova.json +1 -243
  52. package/lib/swatches/material-pacific-dark.json +1 -243
  53. package/lib/swatches/material-pacific.json +1 -243
  54. package/lib/swatches/material-sky-dark.json +1 -243
  55. package/lib/swatches/material-sky.json +1 -243
  56. package/lib/swatches/material-smoke.json +1 -243
  57. package/package.json +4 -4
  58. package/scss/action-buttons/_layout.scss +0 -23
  59. package/scss/action-buttons/_theme.scss +0 -13
  60. package/scss/action-buttons/_variables.scss +3 -3
  61. package/scss/action-sheet/_layout.scss +6 -0
  62. package/scss/action-sheet/_variables.scss +27 -28
  63. package/scss/adaptive/_variables.scss +13 -13
  64. package/scss/appbar/_variables.scss +22 -8
  65. package/scss/avatar/_variables.scss +12 -1
  66. package/scss/badge/_layout.scss +0 -1
  67. package/scss/badge/_variables.scss +23 -9
  68. package/scss/bottom-navigation/_theme.scss +55 -4
  69. package/scss/bottom-navigation/_variables.scss +31 -17
  70. package/scss/breadcrumb/_variables.scss +21 -21
  71. package/scss/button/_layout.scss +0 -81
  72. package/scss/button/_theme.scss +110 -44
  73. package/scss/button/_variables.scss +47 -34
  74. package/scss/calendar/_layout.scss +13 -16
  75. package/scss/calendar/_theme.scss +29 -11
  76. package/scss/calendar/_variables.scss +83 -56
  77. package/scss/captcha/_variables.scss +3 -3
  78. package/scss/card/_variables.scss +34 -20
  79. package/scss/chart-wizard/_variables.scss +4 -4
  80. package/scss/chat/_theme.scss +5 -1
  81. package/scss/chat/_variables.scss +15 -15
  82. package/scss/checkbox/_layout.scss +35 -0
  83. package/scss/checkbox/_theme.scss +113 -4
  84. package/scss/checkbox/_variables.scss +23 -20
  85. package/scss/chip/_layout.scss +10 -0
  86. package/scss/chip/_theme.scss +41 -61
  87. package/scss/chip/_variables.scss +48 -30
  88. package/scss/color-preview/_variables.scss +3 -3
  89. package/scss/coloreditor/_variables.scss +11 -11
  90. package/scss/colorgradient/_variables.scss +7 -37
  91. package/scss/column-menu/_variables.scss +1 -1
  92. package/scss/core/_index.scss +8 -3
  93. package/scss/core/color-system/_palettes.scss +243 -242
  94. package/scss/core/color-system/_swatch.scss +142 -145
  95. package/scss/core/elevation/index.import.scss +18 -27
  96. package/scss/core/typography/index.import.scss +8 -8
  97. package/scss/dataviz/_variables.scss +61 -48
  98. package/scss/dialog/_theme.scss +1 -1
  99. package/scss/dialog/_variables.scss +9 -4
  100. package/scss/dock-manager/_variables.scss +18 -18
  101. package/scss/draggable/_variables.scss +4 -4
  102. package/scss/drawer/_layout.scss +2 -0
  103. package/scss/drawer/_theme.scss +0 -11
  104. package/scss/drawer/_variables.scss +49 -24
  105. package/scss/dropzone/_variables.scss +7 -7
  106. package/scss/editor/_layout.scss +2 -12
  107. package/scss/editor/_variables.scss +15 -8
  108. package/scss/expansion-panel/_layout.scss +5 -0
  109. package/scss/expansion-panel/_variables.scss +10 -10
  110. package/scss/fab/_layout.scss +1 -1
  111. package/scss/fab/_theme.scss +24 -23
  112. package/scss/fab/_variables.scss +25 -14
  113. package/scss/filemanager/_theme.scss +4 -0
  114. package/scss/filemanager/_variables.scss +6 -6
  115. package/scss/filter/_variables.scss +4 -4
  116. package/scss/floating-label/_theme.scss +1 -1
  117. package/scss/floating-label/_variables.scss +2 -2
  118. package/scss/forms/_variables.scss +6 -6
  119. package/scss/gantt/_variables.scss +27 -27
  120. package/scss/grid/_layout.scss +6 -21
  121. package/scss/grid/_theme.scss +14 -128
  122. package/scss/grid/_variables.scss +20 -20
  123. package/scss/imageeditor/_variables.scss +4 -4
  124. package/scss/index.scss +3 -0
  125. package/scss/input/_layout.scss +10 -14
  126. package/scss/input/_variables.scss +45 -44
  127. package/scss/list/_theme.scss +1 -1
  128. package/scss/list/_variables.scss +103 -25
  129. package/scss/listbox/_variables.scss +3 -3
  130. package/scss/listgroup/_variables.scss +6 -6
  131. package/scss/listview/_theme.scss +0 -13
  132. package/scss/listview/_variables.scss +7 -7
  133. package/scss/loader/_variables.scss +18 -4
  134. package/scss/map/_variables.scss +6 -6
  135. package/scss/marquee/_index.scss +16 -0
  136. package/scss/marquee/_layout.scss +6 -0
  137. package/scss/marquee/_theme.scss +6 -0
  138. package/scss/marquee/_variables.scss +11 -0
  139. package/scss/mediaplayer/_variables.scss +4 -4
  140. package/scss/menu/_layout.scss +4 -0
  141. package/scss/menu/_theme.scss +1 -26
  142. package/scss/menu/_variables.scss +49 -41
  143. package/scss/menu-button/_variables.scss +1 -1
  144. package/scss/messagebox/_layout.scss +5 -1
  145. package/scss/messagebox/_variables.scss +16 -2
  146. package/scss/no-data/_variables.scss +1 -1
  147. package/scss/notification/_functions.scss +1 -1
  148. package/scss/notification/_layout.scss +5 -0
  149. package/scss/notification/_theme.scss +1 -0
  150. package/scss/notification/_variables.scss +30 -9
  151. package/scss/orgchart/_variables.scss +10 -10
  152. package/scss/overlay/_variables.scss +12 -1
  153. package/scss/pager/_variables.scss +8 -8
  154. package/scss/panel/_variables.scss +3 -3
  155. package/scss/panelbar/_layout.scss +29 -1
  156. package/scss/panelbar/_theme.scss +0 -1
  157. package/scss/panelbar/_variables.scss +29 -29
  158. package/scss/pdf-viewer/_variables.scss +15 -15
  159. package/scss/pivotgrid/_theme.scss +0 -12
  160. package/scss/pivotgrid/_variables.scss +23 -23
  161. package/scss/popover/_variables.scss +5 -5
  162. package/scss/popup/_variables.scss +7 -7
  163. package/scss/progressbar/_layout.scss +11 -4
  164. package/scss/progressbar/_variables.scss +6 -6
  165. package/scss/prompt/_layout.scss +4 -0
  166. package/scss/prompt/_variables.scss +17 -17
  167. package/scss/radio/_layout.scss +35 -0
  168. package/scss/radio/_theme.scss +109 -4
  169. package/scss/radio/_variables.scss +19 -16
  170. package/scss/rating/_variables.scss +7 -7
  171. package/scss/scheduler/_layout.scss +2 -89
  172. package/scss/scheduler/_theme.scss +3 -3
  173. package/scss/scheduler/_variables.scss +22 -19
  174. package/scss/scrollview/_variables.scss +5 -5
  175. package/scss/signature/_variables.scss +1 -1
  176. package/scss/skeleton/_variables.scss +1 -1
  177. package/scss/slider/_layout.scss +11 -0
  178. package/scss/slider/_theme.scss +1 -10
  179. package/scss/slider/_variables.scss +25 -16
  180. package/scss/split-button/_layout.scss +12 -0
  181. package/scss/split-button/_variables.scss +4 -4
  182. package/scss/splitter/_variables.scss +9 -9
  183. package/scss/spreadsheet/_layout.scss +0 -35
  184. package/scss/spreadsheet/_theme.scss +3 -25
  185. package/scss/spreadsheet/_variables.scss +32 -31
  186. package/scss/stepper/_layout.scss +15 -1
  187. package/scss/stepper/_theme.scss +8 -0
  188. package/scss/stepper/_variables.scss +21 -21
  189. package/scss/switch/_layout.scss +20 -5
  190. package/scss/switch/_theme.scss +2 -9
  191. package/scss/switch/_variables.scss +50 -16
  192. package/scss/table/_layout.scss +22 -20
  193. package/scss/table/_theme.scss +6 -32
  194. package/scss/table/_variables.scss +13 -13
  195. package/scss/tabstrip/_layout.scss +100 -4
  196. package/scss/tabstrip/_variables.scss +20 -20
  197. package/scss/taskboard/_layout.scss +4 -0
  198. package/scss/taskboard/_variables.scss +18 -18
  199. package/scss/tilelayout/_layout.scss +7 -1
  200. package/scss/tilelayout/_variables.scss +4 -4
  201. package/scss/timeline/_variables.scss +7 -7
  202. package/scss/timeselector/_layout.scss +38 -0
  203. package/scss/timeselector/_theme.scss +8 -6
  204. package/scss/timeselector/_variables.scss +39 -28
  205. package/scss/toolbar/_layout.scss +0 -47
  206. package/scss/toolbar/_theme.scss +4 -44
  207. package/scss/toolbar/_variables.scss +17 -17
  208. package/scss/tooltip/_functions.scss +1 -1
  209. package/scss/tooltip/_variables.scss +19 -8
  210. package/scss/treelist/_layout.scss +0 -19
  211. package/scss/treelist/_theme.scss +10 -15
  212. package/scss/treelist/_variables.scss +1 -1
  213. package/scss/treeview/_theme.scss +2 -31
  214. package/scss/treeview/_variables.scss +25 -25
  215. package/scss/typography/_variables.scss +24 -24
  216. package/scss/upload/_theme.scss +1 -1
  217. package/scss/upload/_variables.scss +14 -14
  218. package/scss/window/_layout.scss +14 -0
  219. package/scss/window/_variables.scss +14 -14
  220. package/scss/wizard/_variables.scss +3 -3
  221. package/scss/core/color-system/_functions.scss +0 -104
  222. package/scss/core/color-system/_palettes-legacy.scss +0 -671
  223. package/scss/core/color-system/_swatch-legacy.scss +0 -299
@@ -22,17 +22,17 @@ $kendo-scheduler-line-height: var( --kendo-line-height, normal ) !default;
22
22
 
23
23
  /// The background color of the Scheduler.
24
24
  /// @group scheduler
25
- $kendo-scheduler-bg: $kendo-component-bg !default;
25
+ $kendo-scheduler-bg: k-color(surface-alt) !default;
26
26
  /// The text color of the Scheduler.
27
27
  /// @group scheduler
28
- $kendo-scheduler-text: $kendo-component-text !default;
28
+ $kendo-scheduler-text: k-color(on-app-surface) !default;
29
29
  /// The border color of the Scheduler.
30
30
  /// @group scheduler
31
- $kendo-scheduler-border: $kendo-component-border !default;
31
+ $kendo-scheduler-border: k-color(border) !default;
32
32
 
33
33
  /// The background color of the Scheduler ToolBar.
34
34
  /// @group scheduler
35
- $kendo-scheduler-toolbar-bg: if($kendo-enable-color-system, k-color( surface ), k-try-shade( $kendo-button-bg, .5 )) !default;
35
+ $kendo-scheduler-toolbar-bg: k-color(surface) !default;
36
36
  /// The text color of the Scheduler ToolBar.
37
37
  /// @group scheduler
38
38
  $kendo-scheduler-toolbar-text: unset !default;
@@ -45,7 +45,7 @@ $kendo-scheduler-toolbar-gradient: none !default;
45
45
 
46
46
  /// The background color of the Scheduler footer.
47
47
  /// @group scheduler
48
- $kendo-scheduler-footer-bg: if($kendo-enable-color-system, k-color( surface ), k-try-shade( $kendo-button-bg, .5 )) !default;
48
+ $kendo-scheduler-footer-bg: k-color(surface) !default;
49
49
  /// The text color of the Scheduler footer.
50
50
  /// @group scheduler
51
51
  $kendo-scheduler-footer-text: unset !default;
@@ -64,14 +64,14 @@ $kendo-scheduler-event-min-height: 25px !default;
64
64
  $kendo-scheduler-event-border-radius: k-border-radius(md) !default;
65
65
  /// The line height of the Scheduler event.
66
66
  /// @group scheduler
67
- $kendo-scheduler-event-line-height: calc( #{$kendo-scheduler-event-min-height} - (2 * #{k-spacing(0.5)}) ) !default;
67
+ $kendo-scheduler-event-line-height: calc( $kendo-scheduler-event-min-height - k-spacing(1) )!default;
68
68
 
69
69
  /// The background color of the Scheduler event.
70
70
  /// @group scheduler
71
- $kendo-scheduler-event-bg: $kendo-color-primary !default;
71
+ $kendo-scheduler-event-bg: k-color(primary) !default;
72
72
  /// The text color of the Scheduler event.
73
73
  /// @group scheduler
74
- $kendo-scheduler-event-text: if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-scheduler-event-bg )) !default;
74
+ $kendo-scheduler-event-text: k-color(on-primary) !default;
75
75
  /// The border color of the Scheduler event.
76
76
  /// @group scheduler
77
77
  $kendo-scheduler-event-border: null !default;
@@ -100,10 +100,10 @@ $kendo-scheduler-event-hover-shadow: null !default;
100
100
 
101
101
  /// The background color of the selected Scheduler event.
102
102
  /// @group scheduler
103
- $kendo-scheduler-event-selected-bg: if($kendo-enable-color-system, k-color( primary-active ), k-try-tint( $kendo-color-primary, 1 )) !default;
103
+ $kendo-scheduler-event-selected-bg: k-color(primary-active) !default;
104
104
  /// The text color of the selected Scheduler event.
105
105
  /// @group scheduler
106
- $kendo-scheduler-event-selected-text: if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-scheduler-event-selected-bg )) !default;
106
+ $kendo-scheduler-event-selected-text: k-color(on-primary) !default;
107
107
  /// The border color of the selected Scheduler event.
108
108
  /// @group scheduler
109
109
  $kendo-scheduler-event-selected-border: null !default;
@@ -120,10 +120,10 @@ $kendo-scheduler-event-ongoing-shadow: inset 0px 0px 0px 1px #ff0000 !default;
120
120
 
121
121
  /// The horizontal padding of the Scheduler cell.
122
122
  /// @group scheduler
123
- $kendo-scheduler-cell-padding-x: k-spacing(2) !default;
123
+ $kendo-scheduler-cell-padding-x: k-spacing(3) !default;
124
124
  /// The vertical padding of the Scheduler cell.
125
125
  /// @group scheduler
126
- $kendo-scheduler-cell-padding-y: k-spacing(2) !default;
126
+ $kendo-scheduler-cell-padding-y: k-spacing(3) !default;
127
127
  /// The height of the Scheduler cell.
128
128
  /// @group scheduler
129
129
  $kendo-scheduler-cell-height: calc( var( --kendo-line-height, normal) * 1rem) !default;
@@ -137,7 +137,7 @@ $kendo-scheduler-timecolumn-width: 11rem !default;
137
137
 
138
138
  /// The background color of the non-working hours in the Scheduler.
139
139
  /// @group scheduler
140
- $kendo-scheduler-nonwork-bg: if($kendo-enable-color-system, k-color( surface ), k-try-shade( $kendo-scheduler-bg, .5 )) !default;
140
+ $kendo-scheduler-nonwork-bg: k-color(surface) !default;
141
141
  /// The text color of the non-working hours in the Scheduler.
142
142
  /// @group scheduler
143
143
  $kendo-scheduler-nonwork-text: null !default;
@@ -151,7 +151,7 @@ $kendo-scheduler-weekend-text: null !default;
151
151
 
152
152
  /// The background color of the preceding/subsequent month cells in the Calendar.
153
153
  /// @group scheduler
154
- $kendo-scheduler-othermonth-bg: if($kendo-enable-color-system, k-color( surface ), k-try-shade( $kendo-scheduler-bg, .5 )) !default;
154
+ $kendo-scheduler-othermonth-bg: k-color(surface) !default;
155
155
  /// The text color of the preceding/subsequent month cells in the Calendar.
156
156
  /// @group scheduler
157
157
  $kendo-scheduler-othermonth-text: null !default;
@@ -181,10 +181,10 @@ $kendo-scheduler-yearview-indicator-calc-offset-left: calc( 50% - #{math.div( $k
181
181
  $kendo-scheduler-yearview-indicator-border-radius: 50% !default;
182
182
  /// The background color of the days with events indicator of the year view in the Scheduler.
183
183
  /// @group scheduler
184
- $kendo-scheduler-yearview-indicator-bg: $kendo-color-primary !default;
184
+ $kendo-scheduler-yearview-indicator-bg: k-color(primary) !default;
185
185
  /// The background color of the selected days with events indicator of the year view in the Scheduler.
186
186
  /// @group scheduler
187
- $kendo-scheduler-yearview-indicator-selected-bg: $kendo-color-primary-contrast !default;
187
+ $kendo-scheduler-yearview-indicator-selected-bg: k-color(on-primary) !default;
188
188
 
189
189
  /// The horizontal padding of the Scheduler Tooltip.
190
190
  /// @group scheduler
@@ -197,10 +197,10 @@ $kendo-scheduler-tooltip-padding-y: k-spacing(2) !default;
197
197
  $kendo-scheduler-tooltip-border-width: 0 !default;
198
198
  /// The background color of the Scheduler Tooltip.
199
199
  /// @group scheduler
200
- $kendo-scheduler-tooltip-bg: $kendo-color-primary-contrast !default;
200
+ $kendo-scheduler-tooltip-bg: k-color(on-primary) !default;
201
201
  /// The text color of the Scheduler Tooltip.
202
202
  /// @group scheduler
203
- $kendo-scheduler-tooltip-text: $kendo-base-text !default;
203
+ $kendo-scheduler-tooltip-text: k-color(on-base) !default;
204
204
  /// The border color of the Scheduler Tooltip.
205
205
  /// @group scheduler
206
206
  $kendo-scheduler-tooltip-border: null !default;
@@ -271,6 +271,8 @@ $kendo-scheduler-marquee-label-inset-x: k-spacing(2) !default;
271
271
  /// @group scheduler
272
272
  $kendo-scheduler-marquee-label-inset-y: k-spacing(0.5) !default;
273
273
 
274
+ $kendo-scheduler-header-bg: k-color(app-surface) !default;
275
+
274
276
  @forward "@progress/kendo-theme-core/scss/components/scheduler/_variables.scss" with (
275
277
  $kendo-scheduler-border-width: $kendo-scheduler-border-width,
276
278
  $kendo-scheduler-font-family: $kendo-scheduler-font-family,
@@ -350,5 +352,6 @@ $kendo-scheduler-marquee-label-inset-y: k-spacing(0.5) !default;
350
352
  $kendo-scheduler-indicators-margin: $kendo-scheduler-indicators-margin,
351
353
  $kendo-scheduler-rtl-indicators-margin: $kendo-scheduler-rtl-indicators-margin,
352
354
  $kendo-scheduler-marquee-label-inset-x: $kendo-scheduler-marquee-label-inset-x,
353
- $kendo-scheduler-marquee-label-inset-y: $kendo-scheduler-marquee-label-inset-y
355
+ $kendo-scheduler-marquee-label-inset-y: $kendo-scheduler-marquee-label-inset-y,
356
+ $kendo-scheduler-header-bg: $kendo-scheduler-header-bg
354
357
  );
@@ -18,13 +18,13 @@ $kendo-scrollview-line-height: var( --kendo-line-height, normal ) !default;
18
18
 
19
19
  /// The text color of the ScrollView.
20
20
  /// @group scrollview
21
- $kendo-scrollview-text: $kendo-component-text !default;
21
+ $kendo-scrollview-text: k-color(on-app-surface) !default;
22
22
  /// The background color of the ScrollView.
23
23
  /// @group scrollview
24
- $kendo-scrollview-bg: $kendo-component-bg !default;
24
+ $kendo-scrollview-bg: k-color(surface) !default;
25
25
  /// The border color of the ScrollView.
26
26
  /// @group scrollview
27
- $kendo-scrollview-border: $kendo-component-border !default;
27
+ $kendo-scrollview-border: k-color(border) !default;
28
28
 
29
29
  /// The size of the ScrollView page button.
30
30
  /// @group scrollview
@@ -37,10 +37,10 @@ $kendo-scrollview-pagebutton-bg: $kendo-button-bg !default;
37
37
  $kendo-scrollview-pagebutton-border: $kendo-button-border !default;
38
38
  /// The primary background color of the ScrollView page button.
39
39
  /// @group scrollview
40
- $kendo-scrollview-pagebutton-primary-bg: $kendo-color-primary !default;
40
+ $kendo-scrollview-pagebutton-primary-bg: k-color(primary) !default;
41
41
  /// The primary border color of the ScrollView page button.
42
42
  /// @group scrollview
43
- $kendo-scrollview-pagebutton-primary-border: $kendo-color-primary !default;
43
+ $kendo-scrollview-pagebutton-primary-border: k-color(primary) !default;
44
44
  /// The box shadow of the ScrollView page button.
45
45
  /// @group scrollview
46
46
  $kendo-scrollview-pagebutton-shadow: 0 0 0 2px rgba( black, .13 ) !default;
@@ -20,7 +20,7 @@ $kendo-signature-lg-padding-y: $kendo-signature-lg-padding-x !default;
20
20
 
21
21
  $kendo-signature-line-width: 1px !default;
22
22
  $kendo-signature-line-style: dashed !default;
23
- $kendo-signature-line-color: if($kendo-enable-color-system, color-mix(in srgb, k-color( info ) 24%, transparent), rgba( $kendo-color-info, .24 )) !default;
23
+ $kendo-signature-line-color: color-mix(in srgb, k-color(info) 24%, transparent) !default;
24
24
 
25
25
  $kendo-signature-line-size: calc( 100% - 2 * #{$kendo-signature-padding-x} ) !default;
26
26
  $kendo-signature-sm-line-size: calc( 100% - 2 * #{$kendo-signature-sm-padding-x} ) !default;
@@ -19,7 +19,7 @@ $kendo-skeleton-circle-border-radius: 9999px !default;
19
19
 
20
20
  /// The background color of the Skeleton item.
21
21
  /// @group skeleton
22
- $kendo-skeleton-item-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 20%, transparent), rgba( $kendo-color-inverse, .2 )) !default;
22
+ $kendo-skeleton-item-bg: color-mix(in srgb, k-color(on-app-surface) 20%, transparent) !default;
23
23
  /// The background color of the Skeleton wave animation.
24
24
  /// @group skeleton
25
25
  $kendo-skeleton-wave-bg: rgba( black, .04 ) !default;
@@ -22,6 +22,7 @@
22
22
  top: 50%;
23
23
  left: 50%;
24
24
  margin: $tick-offset 0 0 $tick-offset;
25
+ border-radius: 50%;
25
26
  }
26
27
  }
27
28
 
@@ -31,6 +32,11 @@
31
32
  }
32
33
 
33
34
  .k-slider-horizontal {
35
+
36
+ .k-slider-track-wrap {
37
+ padding-inline: $kendo-slider-tick-size;
38
+ }
39
+
34
40
  .k-tick {
35
41
  &.k-first::after {
36
42
  left: 0;
@@ -43,6 +49,11 @@
43
49
  }
44
50
 
45
51
  .k-slider-vertical {
52
+
53
+ .k-slider-track-wrap {
54
+ padding-block: $kendo-slider-tick-size;
55
+ }
56
+
46
57
  .k-tick {
47
58
  &.k-last::after {
48
59
  top: 0;
@@ -10,21 +10,12 @@
10
10
  .k-slider {
11
11
  cursor: pointer;
12
12
 
13
- .k-slider-track,
14
- .k-slider-selection {
15
- border-radius: 0;
16
- }
17
-
18
13
  .k-tick::after {
19
- @include fill( $bg: $kendo-body-text );
14
+ @include fill( $bg: $kendo-slider-tick-marker-bg );
20
15
  }
21
16
 
22
17
  .k-draghandle {
23
18
  box-sizing: border-box;
24
-
25
- &:focus {
26
- @include box-shadow( $kendo-slider-draghandle-focus-shadow );
27
- }
28
19
  }
29
20
 
30
21
  &.k-disabled {
@@ -24,10 +24,10 @@ $kendo-slider-line-height: var( --kendo-line-height, normal ) !default;
24
24
 
25
25
  /// The offset of the Slider Buttons.
26
26
  /// @group slider
27
- $kendo-slider-button-offset: 22px !default;
27
+ $kendo-slider-button-offset: k-spacing(5.5) !default;
28
28
  /// The size of the Slider Buttons.
29
29
  /// @group slider
30
- $kendo-slider-button-size: 36px !default;
30
+ $kendo-slider-button-size: k-spacing(9) !default;
31
31
  /// The spacing of the Slider Buttons.
32
32
  /// @group slider
33
33
  $kendo-slider-button-spacing: ($kendo-slider-button-size + $kendo-slider-button-offset) !default;
@@ -37,10 +37,10 @@ $kendo-slider-button-focus-shadow: null !default;
37
37
 
38
38
  /// The thickness of the Slider track.
39
39
  /// @group slider
40
- $kendo-slider-track-thickness: 2px !default;
40
+ $kendo-slider-track-thickness: k-spacing(1) !default;
41
41
  /// The size of the Slider drag handle.
42
42
  /// @group slider
43
- $kendo-slider-draghandle-size: 14px !default;
43
+ $kendo-slider-draghandle-size: k-spacing(5) !default;
44
44
  /// The border width of the Slider drag handle.
45
45
  /// @group slider
46
46
  $kendo-slider-draghandle-border-width: 0px !default;
@@ -49,50 +49,53 @@ $kendo-slider-draghandle-border-width: 0px !default;
49
49
  $kendo-slider-draghandle-active-scale: 1 !default;
50
50
  /// The size of the active Slider drag handle.
51
51
  /// @group slider
52
- $kendo-slider-draghandle-active-size: 20px !default;
52
+ $kendo-slider-draghandle-active-size: k-spacing(5) !default;
53
53
 
54
54
  /// The background color of the Slider drag handle.
55
55
  /// @group slider
56
- $kendo-slider-draghandle-bg: $kendo-color-primary !default;
56
+ $kendo-slider-draghandle-bg: k-color(primary) !default;
57
57
  /// The text color of the Slider drag handle.
58
58
  /// @group slider
59
- $kendo-slider-draghandle-text: $kendo-color-primary-contrast !default;
59
+ $kendo-slider-draghandle-text: k-color(on-primary) !default;
60
60
  /// The border color of the Slider drag handle.
61
61
  /// @group slider
62
- $kendo-slider-draghandle-border: $kendo-color-primary !default;
62
+ $kendo-slider-draghandle-border: k-color(primary) !default;
63
63
  /// The gradient of the Slider drag handle.
64
64
  /// @group slider
65
65
  $kendo-slider-draghandle-gradient: null !default;
66
66
 
67
67
  /// The background color of the hovered Slider drag handle.
68
68
  /// @group slider
69
- $kendo-slider-draghandle-hover-bg: $kendo-color-primary !default;
69
+ $kendo-slider-draghandle-hover-bg: k-color(primary) !default;
70
70
  /// The text color of the hovered Slider drag handle.
71
71
  /// @group slider
72
72
  $kendo-slider-draghandle-hover-text: null !default;
73
73
  /// The border color of the hovered Slider drag handle.
74
74
  /// @group slider
75
- $kendo-slider-draghandle-hover-border: $kendo-color-primary !default;
75
+ $kendo-slider-draghandle-hover-border: k-color(primary) !default;
76
76
  /// The gradient of the hovered Slider drag handle.
77
77
  /// @group slider
78
78
  $kendo-slider-draghandle-hover-gradient: null !default;
79
+ /// The shadow of the hovered Slider drag handle.
80
+ /// @group slider
81
+ $kendo-slider-draghandle-hover-shadow: 0 0 0 k-spacing(2.5) color-mix(in srgb, k-color(primary) 8%, transparent) !default;
79
82
 
80
83
  /// The background color of the active Slider drag handle.
81
84
  /// @group slider
82
- $kendo-slider-draghandle-pressed-bg: $kendo-color-primary !default;
85
+ $kendo-slider-draghandle-pressed-bg: k-color(primary) !default;
83
86
  /// The text color of the active Slider drag handle.
84
87
  /// @group slider
85
88
  $kendo-slider-draghandle-pressed-text: null !default;
86
89
  /// The border color of the active Slider drag handle.
87
90
  /// @group slider
88
- $kendo-slider-draghandle-pressed-border: $kendo-color-primary !default;
91
+ $kendo-slider-draghandle-pressed-border: k-color(primary) !default;
89
92
  /// The gradient of the active Slider drag handle.
90
93
  /// @group slider
91
94
  $kendo-slider-draghandle-pressed-gradient: null !default;
92
95
 
93
96
  /// The shadow of the focused Slider drag handle.
94
97
  /// @group slider
95
- $kendo-slider-draghandle-focus-shadow: 0 0 0 11px if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-color-primary, .25 )) !default;
98
+ $kendo-slider-draghandle-focus-shadow: 0 0 0 k-spacing(2.5) color-mix(in srgb, k-color(primary) 20%, transparent) !default;
96
99
 
97
100
  /// The transition speed of the Slider.
98
101
  /// @group slider
@@ -109,10 +112,10 @@ $kendo-slider-draghandle-transition-function: cubic-bezier(.25, .8, .25, 1) !def
109
112
 
110
113
  /// The background color of the Slider track.
111
114
  /// @group slider
112
- $kendo-slider-track-bg: if($kendo-enable-color-system, k-color( primary-subtle ), k-try-tint( $kendo-color-primary, 8 )) !default;
115
+ $kendo-slider-track-bg: k-color(primary-subtle) !default;
113
116
  /// The background color of the Slider's track selection.
114
117
  /// @group slider
115
- $kendo-slider-selection-bg: $kendo-color-primary !default;
118
+ $kendo-slider-selection-bg: k-color(primary) !default;
116
119
  /// @group slider
117
120
  /// The opacity of the disabled Slider.
118
121
  $kendo-slider-disabled-opacity: .65 !default;
@@ -124,6 +127,10 @@ $kendo-slider-tick-horizontal-image: "data:image/gif;base64,R0lGODlhAQABAAAAACH5
124
127
  /// @group slider
125
128
  $kendo-slider-tick-vertical-image: "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" !default;
126
129
 
130
+ /// The background color of the Slider tick marker.
131
+ /// @group slider
132
+ $kendo-slider-tick-marker-bg: k-color(primary-emphasis) !default;
133
+
127
134
  @forward "@progress/kendo-theme-core/scss/components/slider/_variables.scss" with (
128
135
  $kendo-slider-size: $kendo-slider-size,
129
136
  $kendo-slider-tick-size: $kendo-slider-tick-size,
@@ -148,6 +155,7 @@ $kendo-slider-tick-vertical-image: "data:image/gif;base64,R0lGODlhAQABAAAAACH5BA
148
155
  $kendo-slider-draghandle-hover-text: $kendo-slider-draghandle-hover-text,
149
156
  $kendo-slider-draghandle-hover-border: $kendo-slider-draghandle-hover-border,
150
157
  $kendo-slider-draghandle-hover-gradient: $kendo-slider-draghandle-hover-gradient,
158
+ $kendo-slider-draghandle-hover-shadow: $kendo-slider-draghandle-hover-shadow,
151
159
  $kendo-slider-draghandle-pressed-bg: $kendo-slider-draghandle-pressed-bg,
152
160
  $kendo-slider-draghandle-pressed-text: $kendo-slider-draghandle-pressed-text,
153
161
  $kendo-slider-draghandle-pressed-border: $kendo-slider-draghandle-pressed-border,
@@ -161,5 +169,6 @@ $kendo-slider-tick-vertical-image: "data:image/gif;base64,R0lGODlhAQABAAAAACH5BA
161
169
  $kendo-slider-selection-bg: $kendo-slider-selection-bg,
162
170
  $kendo-slider-disabled-opacity: $kendo-slider-disabled-opacity,
163
171
  $kendo-slider-tick-horizontal-image: $kendo-slider-tick-horizontal-image,
164
- $kendo-slider-tick-vertical-image: $kendo-slider-tick-vertical-image
172
+ $kendo-slider-tick-vertical-image: $kendo-slider-tick-vertical-image,
173
+ $kendo-slider-tick-marker-bg: $kendo-slider-tick-marker-bg
165
174
  );
@@ -1,6 +1,18 @@
1
+ @use "sass:map";
2
+ @use "../button/_variables.scss" as *;
1
3
  @use "@progress/kendo-theme-core/scss/components/split-button/_layout.scss" as *;
2
4
 
3
5
 
4
6
  @mixin kendo-split-button--layout() {
5
7
  @include kendo-split-button--layout-base();
8
+
9
+ @each $size, $size-props in $kendo-button-sizes {
10
+ $_padding-x: map.get( $size-props, padding-x );
11
+
12
+ .k-split-button {
13
+ .k-button-#{$size}:not(.k-split-button-arrow) {
14
+ padding-inline: calc( $_padding-x / 2) ;
15
+ }
16
+ }
17
+ }
6
18
  }
@@ -9,16 +9,16 @@ $kendo-split-button-focus-shadow: $kendo-button-focus-shadow !default;
9
9
 
10
10
  /// The horizontal padding of the arrow Button.
11
11
  /// @group split-button
12
- $kendo-split-button-arrow-padding-x: k-spacing(1) !default;
12
+ $kendo-split-button-arrow-padding-x: calc( k-spacing(5.5) / 2 ) !default;
13
13
  /// The horizontal padding of the small arrow Button.
14
14
  /// @group split-button
15
- $kendo-split-button-sm-arrow-padding-x: k-spacing(1) !default;
15
+ $kendo-split-button-sm-arrow-padding-x: calc( k-spacing(4.5) / 2 ) !default;
16
16
  /// The horizontal padding of the medium arrow Button.
17
17
  /// @group split-button
18
- $kendo-split-button-md-arrow-padding-x: k-spacing(1) !default;
18
+ $kendo-split-button-md-arrow-padding-x: calc( k-spacing(5.5) / 2 ) !default;
19
19
  /// The horizontal padding of the large arrow Button.
20
20
  /// @group split-button
21
- $kendo-split-button-lg-arrow-padding-x: k-spacing(1) !default;
21
+ $kendo-split-button-lg-arrow-padding-x: calc( k-spacing(6.5) / 2 ) !default;
22
22
 
23
23
  /// The vertical padding of the arrow Button.
24
24
  /// @group split-button
@@ -18,13 +18,13 @@ $kendo-splitter-line-height: var( --kendo-line-height, normal ) !default;
18
18
 
19
19
  /// The background color of the Splitter.
20
20
  /// @group splitter
21
- $kendo-splitter-bg: $kendo-component-bg !default;
21
+ $kendo-splitter-bg: k-color(surface) !default;
22
22
  /// The text color of the Splitter.
23
23
  /// @group splitter
24
- $kendo-splitter-text: $kendo-component-text !default;
24
+ $kendo-splitter-text: k-color(on-app-surface) !default;
25
25
  /// The border color of the Splitter.
26
26
  /// @group splitter
27
- $kendo-splitter-border: $kendo-component-border !default;
27
+ $kendo-splitter-border: k-color(border) !default;
28
28
 
29
29
  /// The size of the Splitter split bar.
30
30
  /// @group splitter
@@ -37,7 +37,7 @@ $kendo-splitter-drag-handle-length: 20px !default;
37
37
  $kendo-splitter-drag-handle-thickness: 2px !default;
38
38
  /// The margin of the Splitter drag handle icon.
39
39
  /// @group splitter
40
- $kendo-splitter-drag-icon-margin: k-spacing(2) !default;
40
+ $kendo-splitter-drag-icon-margin: calc( #{k-spacing(3.5)} / 2 ) !default;
41
41
  /// The horizontal padding of the collapse icon in the Splitter.
42
42
  /// @group splitter
43
43
  $kendo-splitter-collapse-icon-padding-x: null !default;
@@ -47,24 +47,24 @@ $kendo-splitter-collapse-icon-padding-y: k-spacing(0.5) !default;
47
47
 
48
48
  /// The background color of the Splitter split bar.
49
49
  /// @group splitter
50
- $kendo-splitbar-bg: if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-splitter-bg, 1 )) !default;
50
+ $kendo-splitbar-bg: k-color(base-subtle) !default;
51
51
  /// The text color of the Splitter split bar.
52
52
  /// @group splitter
53
- $kendo-splitbar-text: $kendo-subtle-text !default;
53
+ $kendo-splitbar-text: k-color(subtle) !default;
54
54
 
55
55
  /// The hover background color of the Splitter split bar.
56
56
  /// @group splitter
57
- $kendo-splitbar-hover-bg: if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-splitbar-bg, .5 )) !default;
57
+ $kendo-splitbar-hover-bg: k-color(base-subtle-hover) !default;
58
58
  /// The hover text color of the Splitter split bar.
59
59
  /// @group splitter
60
60
  $kendo-splitbar-hover-text: $kendo-splitbar-text !default;
61
61
 
62
62
  /// The selected background color of the Splitter split bar.
63
63
  /// @group splitter
64
- $kendo-splitbar-selected-bg: $kendo-color-primary !default;
64
+ $kendo-splitbar-selected-bg: k-color(primary) !default;
65
65
  /// The selected text color of the Splitter split bar.
66
66
  /// @group splitter
67
- $kendo-splitbar-selected-text: $kendo-color-primary-contrast !default;
67
+ $kendo-splitbar-selected-text: k-color(on-primary) !default;
68
68
 
69
69
  @forward "@progress/kendo-theme-core/scss/components/splitter/_variables.scss" with (
70
70
  $kendo-splitter-border-width: $kendo-splitter-border-width,
@@ -1,4 +1,3 @@
1
- @use "../core/_index.scss" as *;
2
1
  @use "@progress/kendo-theme-core/scss/components/spreadsheet/_layout.scss" as *;
3
2
 
4
3
 
@@ -6,19 +5,6 @@
6
5
 
7
6
  @include kendo-spreadsheet--layout-base();
8
7
 
9
- // Quick access toolbar
10
- .k-spreadsheet-quick-access-toolbar {
11
- padding: k-spacing(1);
12
-
13
- .k-button {
14
- border-radius: 50%;
15
- color: inherit;
16
- background: none;
17
- box-shadow: none;
18
- }
19
-
20
- }
21
-
22
8
  // Spreadsheet tabstrip
23
9
  .k-spreadsheet-tabstrip {
24
10
  padding-top: 0;
@@ -27,25 +13,4 @@
27
13
  border-width: 0;
28
14
  }
29
15
  }
30
-
31
- // Spreadsheet footer
32
- .k-spreadsheet-sheets-bar {
33
-
34
- .k-spreadsheet-sheets-bar-add {
35
- margin: k-spacing(1);
36
- border-radius: 50%;
37
- color: inherit;
38
- background: none;
39
- box-shadow: none;
40
- }
41
-
42
- }
43
-
44
- // Selection
45
- .k-spreadsheet .k-selection-full,
46
- .k-spreadsheet .k-selection-partial {
47
- &::after {
48
- display: block;
49
- }
50
- }
51
16
  }
@@ -5,31 +5,9 @@
5
5
  @mixin kendo-spreadsheet--theme() {
6
6
  @include kendo-spreadsheet--theme-base();
7
7
 
8
- // Spreadsheet header
9
- .k-spreadsheet > .k-tabstrip-wrapper {
10
-
11
- .k-tabstrip-items-wrapper {
12
- color: $kendo-color-primary-contrast;
13
- background-color: $kendo-color-primary;
14
- }
15
- .k-tabstrip-items .k-item {
16
- color: inherit;
17
- }
18
- .k-tabstrip-items .k-item.k-active::after {
19
- border-color: $kendo-color-primary-contrast;
20
- }
21
- }
22
-
23
- // Quick access toolbar
24
- .k-spreadsheet-quick-access-toolbar {
25
- color: $kendo-color-primary-contrast;
26
- background-color: $kendo-color-primary;
27
- }
28
-
29
- // Selection
30
- .k-spreadsheet .k-selection-full,
31
- .k-spreadsheet .k-selection-partial {
32
- &::after { border-color: $kendo-color-secondary; }
8
+ .k-spreadsheet-action-bar,
9
+ .k-spreadsheet-view {
10
+ background-color: k-color(surface-alt);
33
11
  }
34
12
 
35
13
  }