@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,21 @@ $kendo-dialog-buttongroup-padding-x: $kendo-actions-padding-x !default;
22
22
  $kendo-dialog-buttongroup-padding-y: $kendo-actions-padding-y !default;
23
23
  /// The width of the top border of the Dialog action buttons.
24
24
  /// @group dialog
25
- $kendo-dialog-buttongroup-border-width: 1px !default;
25
+ $kendo-dialog-buttongroup-border-width: 0 !default;
26
26
  /// The spacing between the Dialog action buttons.
27
27
  /// @group dialog
28
28
  $kendo-dialog-button-spacing: $kendo-actions-button-spacing !default;
29
29
 
30
+ /// The background color of the Dialog.
31
+ /// @group dialog
32
+ $kendo-dialog-bg: k-color(surface) !default;
33
+
30
34
  /// The theme colors map for the Dialog.
31
35
  /// @group dialog
32
36
  $kendo-dialog-theme-colors: (
33
- "primary": map.get($kendo-theme-colors, "primary"),
34
- "light": map.get($kendo-theme-colors, "light"),
35
- "dark": map.get($kendo-theme-colors, "dark")
37
+ "primary": k-color(primary),
38
+ "light": k-color(light),
39
+ "dark": k-color(dark)
36
40
  ) !default;
37
41
 
38
42
  @forward "@progress/kendo-theme-core/scss/components/dialog/_variables.scss" with (
@@ -43,5 +47,6 @@ $kendo-dialog-theme-colors: (
43
47
  $kendo-dialog-buttongroup-padding-y: $kendo-dialog-buttongroup-padding-y,
44
48
  $kendo-dialog-buttongroup-border-width: $kendo-dialog-buttongroup-border-width,
45
49
  $kendo-dialog-button-spacing: $kendo-dialog-button-spacing,
50
+ $kendo-dialog-bg: $kendo-dialog-bg,
46
51
  $kendo-dialog-theme-colors: $kendo-dialog-theme-colors
47
52
  );
@@ -10,14 +10,14 @@ $kendo-dock-manager-border-width: 1px !default;
10
10
  $kendo-dock-manager-border-style: solid !default;
11
11
  /// The color of the border around the DockManager component.
12
12
  /// @group dock-manager
13
- $kendo-dock-manager-border: $kendo-base-border !default;
13
+ $kendo-dock-manager-border: k-color(border) !default;
14
14
 
15
15
  /// The vertical padding of the pane header in the DockManager component.
16
16
  /// @group dock-manager
17
- $kendo-dock-manager-pane-header-padding-y: k-spacing(1) !default;
17
+ $kendo-dock-manager-pane-header-padding-y: k-spacing(4) !default;
18
18
  /// The horizontal padding of the pane header in the DockManager component.
19
19
  /// @group dock-manager
20
- $kendo-dock-manager-pane-header-padding-x: k-spacing(6) !default;
20
+ $kendo-dock-manager-pane-header-padding-x: k-spacing(4) !default;
21
21
  /// The width of the border around the pane header in the DockManager component.
22
22
  /// @group dock-manager
23
23
  $kendo-dock-manager-pane-header-border-width: $kendo-dock-manager-border-width !default;
@@ -26,7 +26,7 @@ $kendo-dock-manager-pane-header-border-width: $kendo-dock-manager-border-width !
26
26
  $kendo-dock-manager-pane-header-border-style: solid !default;
27
27
  /// The background color of the pane header in the DockManager component.
28
28
  /// @group dock-manager
29
- $kendo-dock-manager-pane-header-bg: $kendo-component-bg !default;
29
+ $kendo-dock-manager-pane-header-bg: k-color(surface) !default;
30
30
 
31
31
  /// The vertical padding of the pane title in the DockManager component.
32
32
  /// @group dock-manager
@@ -42,7 +42,7 @@ $kendo-dock-manager-pane-title-font-family: var( --kendo-font-family, inherit )
42
42
  $kendo-dock-manager-pane-title-font-size: var( --kendo-font-size-lg, inherit ) !default;
43
43
  /// The line height of the pane title in the DockManager component.
44
44
  /// @group dock-manager
45
- $kendo-dock-manager-pane-title-line-height: var( --kendo-line-height-sm, normal ) !default;
45
+ $kendo-dock-manager-pane-title-line-height: var( --kendo-line-height-lg, normal ) !default;
46
46
  /// The font weight of the pane title in the DockManager component.
47
47
  /// @group dock-manager
48
48
  $kendo-dock-manager-pane-title-font-weight: var( --kendo-font-weight-normal, normal ) !default;
@@ -52,34 +52,34 @@ $kendo-dock-manager-pane-title-font-weight: var( --kendo-font-weight-normal, nor
52
52
  $kendo-dock-manager-pane-content-padding-x: $kendo-dock-manager-pane-header-padding-x !default;
53
53
  /// The vertical padding of the pane content in the DockManager component.
54
54
  /// @group dock-manager
55
- $kendo-dock-manager-pane-content-padding-y: $kendo-dock-manager-pane-header-padding-x !default;
55
+ $kendo-dock-manager-pane-content-padding-y: $kendo-dock-manager-pane-header-padding-y !default;
56
56
 
57
57
  /// The horizontal padding of the tabbed pane in the DockManager component.
58
58
  /// @group dock-manager
59
- $kendo-dock-manager-tabbed-pane-padding-y: unset !default;
59
+ $kendo-dock-manager-tabbed-pane-padding-y: k-spacing( 6 ) !default;
60
60
  /// The horizontal padding of the tabbed pane in the DockManager component.
61
61
  /// @group dock-manager
62
- $kendo-dock-manager-tabbed-pane-padding-x: unset !default;
62
+ $kendo-dock-manager-tabbed-pane-padding-x: null !default;
63
63
 
64
64
  /// The width of the unpinned pane container in the DockManager component.
65
65
  /// @group dock-manager
66
66
  $kendo-dock-manager-unpinned-container-width: 300px !default;
67
67
  /// The background-color of the unpinned pane container in the DockManager component.
68
68
  /// @group dock-manager
69
- $kendo-dock-manager-unpinned-container-bg: $kendo-color-white !default;
69
+ $kendo-dock-manager-unpinned-container-bg: k-color(surface) !default;
70
70
  /// The box shadow of the unpinned pane container in the DockManager component.
71
71
  /// @group dock-manager
72
- $kendo-dock-manager-unpinned-container-shadow: 4px 0px 5px 0px rgba(0, 0, 0, 0.04), 2px 0px 4px 0px rgba(0, 0, 0, 0.03) !default;
72
+ $kendo-dock-manager-unpinned-container-shadow: k-elevation(7) !default;
73
73
 
74
74
  /// The padding of the dock indicator in the DockManager component.
75
75
  /// @group dock-manager
76
- $kendo-dock-indicator-padding: k-spacing(1.5) !default;
76
+ $kendo-dock-indicator-padding: k-spacing(2) !default;
77
77
  /// The background color of the dock indicator in the DockManager component.
78
78
  /// @group dock-manager
79
- $kendo-dock-indicator-bg: $kendo-base-bg !default;
79
+ $kendo-dock-indicator-bg: k-color(surface-alt) !default;
80
80
  /// The text color of the dock indicator in the DockManager component.
81
81
  /// @group dock-manager
82
- $kendo-dock-indicator-text: $kendo-color-primary !default;
82
+ $kendo-dock-indicator-text: k-color(primary) !default;
83
83
  /// The outline width of the dock indicator in the DockManager component.
84
84
  /// @group dock-manager
85
85
  $kendo-dock-indicator-outline-width: 1px !default;
@@ -91,14 +91,14 @@ $kendo-dock-indicator-outline-style: solid !default;
91
91
  $kendo-dock-indicator-outline: $kendo-dock-indicator-text !default;
92
92
  /// The box shadow of the dock indicator in the DockManager component.
93
93
  /// @group dock-manager
94
- $kendo-dock-indicator-shadow: drop-shadow( 0px 1px 18px rgba(0, 0, 0, 0.12) ) drop-shadow( 0px 6px 10px rgba(0, 0, 0, 0.14) ) drop-shadow( 0px 3px 5px rgba(0, 0, 0, 0.20) ) !default;
94
+ $kendo-dock-indicator-shadow: k-elevation(5) !default;
95
95
 
96
96
  /// The background color of the hovered dock indicator in the DockManager component.
97
97
  /// @group dock-manager
98
- $kendo-dock-indicator-hover-bg: if($kendo-enable-color-system, k-color( primary-hover ), color.mix( $kendo-color-white, $kendo-color-primary, 8% )) !default;
98
+ $kendo-dock-indicator-hover-bg: k-color(primary-hover) !default;
99
99
  /// The text color of the hovered dock indicator in the DockManager component.
100
100
  /// @group dock-manager
101
- $kendo-dock-indicator-hover-text: $kendo-color-white !default;
101
+ $kendo-dock-indicator-hover-text: k-color(on-primary) !default;
102
102
 
103
103
  /// The width of the border around the dropping area in the DockManager component.
104
104
  /// @group dock-manager
@@ -111,10 +111,10 @@ $kendo-dock-manager-dock-preview-border-style: dashed !default;
111
111
  $kendo-dock-manager-dock-preview-border-radius: k-border-radius(sm) !default;
112
112
  /// The background color of the dropping area in the DockManager component.
113
113
  /// @group dock-manager
114
- $kendo-dock-manager-dock-preview-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 16%, transparent), rgba( $kendo-color-primary, .16 )) !default;
114
+ $kendo-dock-manager-dock-preview-bg: color-mix(in srgb, k-color(primary-active) 12%, transparent) !default;
115
115
  /// The border color of the dropping area in the DockManager component.
116
116
  /// @group dock-manager
117
- $kendo-dock-manager-dock-preview-border: $kendo-color-primary !default;
117
+ $kendo-dock-manager-dock-preview-border: k-color(primary) !default;
118
118
 
119
119
  @forward "@progress/kendo-theme-core/scss/components/dock-manager/_variables.scss" with (
120
120
  $kendo-dock-manager-border-width: $kendo-dock-manager-border-width,
@@ -9,10 +9,10 @@ $kendo-drag-hint-border-width: 0px !default;
9
9
  $kendo-drag-hint-border-radius: 9999px !default;
10
10
  $kendo-drag-hint-font-size: var( --kendo-font-size, inherit ) !default;
11
11
  $kendo-drag-hint-font-family: var( --kendo-font-family, inherit ) !default;
12
- $kendo-drag-hint-line-height: math.div( 20, 14 ) !default;
12
+ $kendo-drag-hint-line-height: var( --kendo-line-height, normal ) !default;
13
13
 
14
- $kendo-drag-hint-bg: if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-body-bg )) !default;
15
- $kendo-drag-hint-text: $kendo-body-text !default;
14
+ $kendo-drag-hint-bg: k-color(base-subtle) !default;
15
+ $kendo-drag-hint-text: k-color(on-app-surface) !default;
16
16
  $kendo-drag-hint-border: unset !default;
17
17
  $kendo-drag-hint-gradient: null !default;
18
18
  $kendo-drag-hint-shadow: k-elevation(3) !default;
@@ -28,7 +28,7 @@ $kendo-drop-hint-line-h-height: 1px !default;
28
28
  $kendo-drop-hint-line-v-width: $kendo-drop-hint-line-h-height !default;
29
29
  $kendo-drop-hint-line-v-height: $kendo-drop-hint-line-h-width !default;
30
30
 
31
- $kendo-drop-hint-bg: $kendo-color-primary !default;
31
+ $kendo-drop-hint-bg: k-color(primary) !default;
32
32
 
33
33
  @forward "@progress/kendo-theme-core/scss/components/draggable/_variables.scss" with (
34
34
  $kendo-drag-hint-padding-x: $kendo-drag-hint-padding-x,
@@ -1,4 +1,6 @@
1
+ @use "../core/_index.scss" as *;
1
2
  @use "@progress/kendo-theme-core/scss/components/drawer/_layout.scss" as *;
3
+ @use "./_variables.scss" as *;
2
4
 
3
5
 
4
6
  @mixin kendo-drawer--layout() {
@@ -6,15 +6,4 @@
6
6
 
7
7
  @include kendo-drawer--theme-base();
8
8
 
9
- .k-drawer-item {
10
- &.k-selected {
11
-
12
- &:focus,
13
- &.k-focus {
14
- background-color: $kendo-drawer-focus-bg;
15
- box-shadow: $kendo-drawer-focus-shadow;
16
- }
17
- }
18
- }
19
-
20
9
  }
@@ -5,16 +5,16 @@
5
5
 
6
6
  /// The background color of the Drawer.
7
7
  /// @group drawer
8
- $kendo-drawer-bg: $kendo-component-bg !default;
8
+ $kendo-drawer-bg: k-color(surface) !default;
9
9
  /// The text color of the Drawer.
10
10
  /// @group drawer
11
- $kendo-drawer-text: $kendo-component-text !default;
11
+ $kendo-drawer-text: k-color(subtle) !default;
12
12
  /// The border color of the Drawer.
13
13
  /// @group drawer
14
- $kendo-drawer-border: $kendo-component-border !default;
14
+ $kendo-drawer-border: k-color(border) !default;
15
15
  /// The border width of the Drawer.
16
16
  /// @group drawer
17
- $kendo-drawer-border-width: 1px !default;
17
+ $kendo-drawer-border-width: 0 !default;
18
18
 
19
19
  /// The font family of the Drawer.
20
20
  /// @group drawer
@@ -28,39 +28,51 @@ $kendo-drawer-line-height: var( --kendo-line-height, normal ) !default;
28
28
 
29
29
  /// The horizontal padding of the Drawer content.
30
30
  /// @group drawer
31
- $kendo-drawer-content-padding-x: null !default;
31
+ $kendo-drawer-content-padding-x: k-spacing(3) !default;
32
32
  /// The vertical padding of the Drawer content.
33
33
  /// @group drawer
34
- $kendo-drawer-content-padding-y: null !default;
34
+ $kendo-drawer-content-padding-y: k-spacing(3) !default;
35
35
 
36
36
  /// The width of the Drawer scrollbar.
37
37
  /// @group drawer
38
- $kendo-drawer-scrollbar-width: 7px !default;
38
+ $kendo-drawer-scrollbar-width: 8px !default;
39
39
  /// The color of the Drawer scrollbar track.
40
40
  /// @group drawer
41
- $kendo-drawer-scrollbar-color: rgba( 156, 156, 156, .7 ) !default;
41
+ $kendo-drawer-scrollbar-color: k-color(dark-emphasis) !default;
42
42
  /// The background color of the Drawer scrollbar thumb.
43
43
  /// @group drawer
44
- $kendo-drawer-scrollbar-bg: #dedede !default;
44
+ $kendo-drawer-scrollbar-bg: transparent !default;
45
45
  /// The border radius of the Drawer scrollbar.
46
46
  /// @group drawer
47
- $kendo-drawer-scrollbar-radius: 20px !default;
47
+ $kendo-drawer-scrollbar-radius: k-border-radius( full ) !default;
48
48
  /// The hover color of the Drawer scrollbar track.
49
49
  /// @group drawer
50
- $kendo-drawer-scrollbar-hover-color: rgba( 156, 156, 156, 1 ) !default;
50
+ $kendo-drawer-scrollbar-hover-color: $kendo-drawer-scrollbar-color !default;
51
51
 
52
+ /// The horizontal padding of the Drawer items.
53
+ /// @group drawer
54
+ $kendo-drawer-items-padding-x: k-spacing(3) !default;
55
+ /// The vertical padding of the Drawer items.
56
+ /// @group drawer
57
+ $kendo-drawer-items-padding-y: k-spacing(3) !default;
52
58
  /// The horizontal padding of the Drawer item.
53
59
  /// @group drawer
54
60
  $kendo-drawer-item-padding-x: k-spacing(4) !default;
55
61
  /// The vertical padding of the Drawer item.
56
62
  /// @group drawer
57
- $kendo-drawer-item-padding-y: k-spacing(3) !default;
63
+ $kendo-drawer-item-padding-y: k-spacing(4) !default;
64
+ /// The spacing between the items in the Drawer item.
65
+ /// @group drawer
66
+ $kendo-drawer-item-spacing: k-spacing(3) !default;
58
67
  /// The font size of the Drawer item.
59
68
  /// @group drawer
60
- $kendo-drawer-item-font-size: var( --kendo-font-size-lg, inherit ) !default;
69
+ $kendo-drawer-item-font-size: $kendo-drawer-font-size !default;
61
70
  /// The line height of the Drawer item.
62
71
  /// @group drawer
63
- $kendo-drawer-item-line-height: var( --kendo-line-height-lg, normal ) !default;
72
+ $kendo-drawer-item-line-height: $kendo-drawer-line-height !default;
73
+ /// The font weight of the Drawer item.
74
+ /// @group drawer
75
+ $kendo-drawer-item-font-weight: var( --kendo-font-weight-medium, 500 ) !default;
64
76
 
65
77
  /// The horizontal padding of the Drawer item in each level.
66
78
  /// @group drawer
@@ -68,45 +80,52 @@ $kendo-drawer-item-level-padding-x: $kendo-drawer-item-padding-x !default;
68
80
  /// The count of the Drawer item levels.
69
81
  /// @group drawer
70
82
  $kendo-drawer-item-level-count: 5 !default;
83
+ /// The border radius of the Drawer item.
84
+ /// @group drawer
85
+ $kendo-drawer-item-border-radius: k-border-radius(full) !default;
71
86
 
72
87
  /// The horizontal padding of the Drawer icon.
73
88
  /// @group drawer
74
- $kendo-drawer-icon-padding-x: k-spacing(0) !default;
89
+ $kendo-drawer-icon-padding-x: k-spacing(1) !default;
75
90
  /// The vertical padding of the Drawer icon.
76
91
  /// @group drawer
77
92
  $kendo-drawer-icon-padding-y: k-spacing(1) !default;
78
93
 
79
94
  /// The initial width of the mini Drawer.
80
95
  /// @group drawer
81
- $kendo-drawer-mini-initial-width: calc(2 * #{$kendo-drawer-item-padding-x} + #{$kendo-icon-size}) !default;
96
+ $kendo-drawer-mini-initial-width: calc(2 * #{$kendo-drawer-item-padding-x} + #{$kendo-icon-size} + 2 * #{$kendo-drawer-icon-padding-x} + 2 * #{$kendo-drawer-items-padding-x}) !default;
82
97
 
83
98
  /// The background color of the hovered Drawer item.
84
99
  /// @group drawer
85
- $kendo-drawer-hover-bg: $kendo-hover-bg !default;
100
+ $kendo-drawer-hover-bg: color-mix(in srgb, currentColor 8%, transparent) !default;
86
101
  /// The text color of the hovered Drawer item.
87
102
  /// @group drawer
88
- $kendo-drawer-hover-text: $kendo-hover-text !default;
103
+ $kendo-drawer-hover-text: $kendo-drawer-text !default;
89
104
 
90
105
  /// The background color of the focused Drawer item.
91
106
  /// @group drawer
92
- $kendo-drawer-focus-bg: $kendo-hover-bg !default;
107
+ $kendo-drawer-focus-bg: color-mix(in srgb, currentColor 12%, transparent) !default;
93
108
  /// The box shadow of the focused Drawer item.
94
109
  /// @group drawer
95
110
  $kendo-drawer-focus-shadow: none !default;
96
111
 
97
112
  /// The background color of the selected Drawer item.
98
113
  /// @group drawer
99
- $kendo-drawer-selected-bg: unset !default;
114
+ $kendo-drawer-selected-bg: k-color(secondary) !default;
100
115
  /// The text color of the selected Drawer item.
101
116
  /// @group drawer
102
- $kendo-drawer-selected-text: $kendo-color-secondary !default;
117
+ $kendo-drawer-selected-text: k-color(on-secondary) !default;
103
118
 
104
119
  /// The background color of the selected and hovered Drawer item.
105
120
  /// @group drawer
106
- $kendo-drawer-selected-hover-bg: $kendo-hover-bg !default;
121
+ $kendo-drawer-selected-hover-bg: k-color(secondary-hover) !default;
107
122
  /// The text color of the selected and hovered Drawer item.
108
123
  /// @group drawer
109
- $kendo-drawer-selected-hover-text: $kendo-color-secondary !default;
124
+ $kendo-drawer-selected-hover-text: $kendo-drawer-selected-text !default;
125
+
126
+ /// The background color of the selected and focused Drawer item.
127
+ /// @group drawer
128
+ $kendo-drawer-selected-focus-bg: k-color(secondary-active) !default;
110
129
 
111
130
  @forward "@progress/kendo-theme-core/scss/components/drawer/_variables.scss" with (
112
131
  $kendo-drawer-bg: $kendo-drawer-bg,
@@ -123,12 +142,17 @@ $kendo-drawer-selected-hover-text: $kendo-color-secondary !default;
123
142
  $kendo-drawer-scrollbar-bg: $kendo-drawer-scrollbar-bg,
124
143
  $kendo-drawer-scrollbar-radius: $kendo-drawer-scrollbar-radius,
125
144
  $kendo-drawer-scrollbar-hover-color: $kendo-drawer-scrollbar-hover-color,
145
+ $kendo-drawer-items-padding-x: $kendo-drawer-items-padding-x,
146
+ $kendo-drawer-items-padding-y: $kendo-drawer-items-padding-y,
126
147
  $kendo-drawer-item-padding-x: $kendo-drawer-item-padding-x,
127
148
  $kendo-drawer-item-padding-y: $kendo-drawer-item-padding-y,
149
+ $kendo-drawer-item-spacing: $kendo-drawer-item-spacing,
128
150
  $kendo-drawer-item-font-size: $kendo-drawer-item-font-size,
129
151
  $kendo-drawer-item-line-height: $kendo-drawer-item-line-height,
152
+ $kendo-drawer-item-font-weight: $kendo-drawer-item-font-weight,
130
153
  $kendo-drawer-item-level-padding-x: $kendo-drawer-item-level-padding-x,
131
154
  $kendo-drawer-item-level-count: $kendo-drawer-item-level-count,
155
+ $kendo-drawer-item-border-radius: $kendo-drawer-item-border-radius,
132
156
  $kendo-drawer-icon-padding-x: $kendo-drawer-icon-padding-x,
133
157
  $kendo-drawer-icon-padding-y: $kendo-drawer-icon-padding-y,
134
158
  $kendo-drawer-mini-initial-width: $kendo-drawer-mini-initial-width,
@@ -139,5 +163,6 @@ $kendo-drawer-selected-hover-text: $kendo-color-secondary !default;
139
163
  $kendo-drawer-selected-bg: $kendo-drawer-selected-bg,
140
164
  $kendo-drawer-selected-text: $kendo-drawer-selected-text,
141
165
  $kendo-drawer-selected-hover-bg: $kendo-drawer-selected-hover-bg,
142
- $kendo-drawer-selected-hover-text: $kendo-drawer-selected-hover-text
166
+ $kendo-drawer-selected-hover-text: $kendo-drawer-selected-hover-text,
167
+ $kendo-drawer-selected-focus-bg: $kendo-drawer-selected-focus-bg
143
168
  );
@@ -25,27 +25,27 @@ $kendo-dropzone-font-family: var( --kendo-font-family, inherit ) !default;
25
25
  $kendo-dropzone-font-size: var( --kendo-font-size, inherit ) !default;
26
26
  /// The line height of the DropZone.
27
27
  /// @group dropzone
28
- $kendo-dropzone-line-height: math.div( 20, 14 ) !default;
28
+ $kendo-dropzone-line-height: var( --kendo-line-height, normal ) !default;
29
29
 
30
30
  /// The background color of the DropZone.
31
31
  /// @group dropzone
32
- $kendo-dropzone-bg: if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-base-bg, 1 )) !default;
32
+ $kendo-dropzone-bg: k-color(surface) !default;
33
33
  /// The text color of the DropZone.
34
34
  /// @group dropzone
35
- $kendo-dropzone-text: $kendo-base-text !default;
35
+ $kendo-dropzone-text: k-color(on-app-surface) !default;
36
36
  /// The border color of the DropZone.
37
37
  /// @group dropzone
38
- $kendo-dropzone-border: $kendo-base-border !default;
38
+ $kendo-dropzone-border: k-color(border) !default;
39
39
 
40
40
  /// The spacing below the DropZone icon.
41
41
  /// @group dropzone
42
42
  $kendo-dropzone-icon-spacing: k-spacing(6) !default;
43
43
  /// The text color of the DropZone icon.
44
44
  /// @group dropzone
45
- $kendo-dropzone-icon-text: if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-dropzone-text, 4 )) !default;
45
+ $kendo-dropzone-icon-text: k-color(subtle) !default;
46
46
  /// The text color of the hovered DropZone icon.
47
47
  /// @group dropzone
48
- $kendo-dropzone-icon-hover-text: $kendo-color-primary !default;
48
+ $kendo-dropzone-icon-hover-text: k-color(primary) !default;
49
49
 
50
50
  /// The font size of the DropZone hint.
51
51
  /// @group dropzone
@@ -65,7 +65,7 @@ $kendo-dropzone-note-font-size: var( --kendo-font-size-sm, inherit ) !default;
65
65
  $kendo-dropzone-note-spacing: null !default;
66
66
  /// The text color of the DropZone note.
67
67
  /// @group dropzone
68
- $kendo-dropzone-note-text: $kendo-subtle-text !default;
68
+ $kendo-dropzone-note-text: k-color(subtle) !default;
69
69
 
70
70
  @forward "@progress/kendo-theme-core/scss/components/dropzone/_variables.scss" with (
71
71
  $kendo-dropzone-padding-x: $kendo-dropzone-padding-x,
@@ -1,4 +1,3 @@
1
- @use "./_variables.scss" as *;
2
1
  @use "@progress/kendo-theme-core/scss/components/editor/_layout.scss" as *;
3
2
 
4
3
 
@@ -8,19 +7,10 @@
8
7
 
9
8
  // Insert table
10
9
  .k-ct-popup {
11
- line-height: normal;
10
+ line-height: var( --kendo-line-height, normal);
12
11
 
13
12
  .k-status {
14
- line-height: var( --kendo-line-height, inherit);
15
- }
16
- }
17
-
18
- .k-editor-export {
19
- text-transform: uppercase;
20
- font-size: var( --kendo-font-size, inherit );
21
-
22
- .k-icon {
23
- margin-left: $kendo-editor-export-tool-icon-margin-x;
13
+ line-height: var( --kendo-line-height, normal);
24
14
  }
25
15
  }
26
16
  }
@@ -27,14 +27,14 @@ $kendo-editor-placeholder-opacity: $kendo-input-placeholder-opacity !default;
27
27
 
28
28
  /// The selected text color of the Editor.
29
29
  /// @group editor
30
- $kendo-editor-selected-text: $kendo-color-primary-contrast !default;
30
+ $kendo-editor-selected-text: k-color(on-primary) !default;
31
31
  /// The selected background color of the Editor.
32
32
  /// @group editor
33
- $kendo-editor-selected-bg: $kendo-color-primary !default;
33
+ $kendo-editor-selected-bg: k-color(primary) !default;
34
34
 
35
35
  /// The highlighted background color of the Editor.
36
36
  /// @group editor
37
- $kendo-editor-highlighted-bg: if($kendo-enable-color-system, k-color( primary-subtle ), color.mix($kendo-color-primary, #ffffff, 20%)) !default;
37
+ $kendo-editor-highlighted-bg: k-color(primary-subtle) !default;
38
38
 
39
39
  /// The horizontal margin of the Editor's export tool icon.
40
40
  /// @group editor
@@ -58,14 +58,14 @@ $kendo-editor-resize-handle-bg: #ffffff !default;
58
58
  $kendo-editor-selectednode-outline-width: 2px !default;
59
59
  /// The outline color of the Editor's selected node.
60
60
  /// @group editor
61
- $kendo-editor-selectednode-outline-color: #88ccff !default;
61
+ $kendo-editor-selectednode-outline-color: k-color(primary) !default;
62
62
 
63
63
  /// The horizontal padding of the inline Editor.
64
64
  /// @group editor
65
- $kendo-editor-inline-padding-x: k-spacing(2) !default;
65
+ $kendo-editor-inline-padding-x: k-spacing(4) !default;
66
66
  /// The vertical padding of the inline Editor.
67
67
  /// @group editor
68
- $kendo-editor-inline-padding-y: k-spacing(0.5) !default;
68
+ $kendo-editor-inline-padding-y: k-spacing(4) !default;
69
69
 
70
70
  /// The horizontal padding of the Editor file browser tiles.
71
71
  /// @group editor
@@ -76,7 +76,11 @@ $kendo-editor-filebrowser-tiles-padding-y: k-spacing(1) !default;
76
76
 
77
77
  /// The padding of the Editor content.
78
78
  /// @group editor
79
- $kendo-editor-content-padding: k-spacing(4) !default;
79
+ $kendo-editor-content-padding: k-spacing(2) !default;
80
+
81
+ $kendo-editor-ct-cell-text: k-color(on-secondary) !default;
82
+ $kendo-editor-ct-cell-bg: k-color(secondary) !default;
83
+ $kendo-editor-ct-cell-border: k-color(border) !default;
80
84
 
81
85
  @forward "@progress/kendo-theme-core/scss/components/editor/_variables.scss" with (
82
86
  $kendo-editor-border-width: $kendo-editor-border-width,
@@ -99,5 +103,8 @@ $kendo-editor-content-padding: k-spacing(4) !default;
99
103
  $kendo-editor-inline-padding-y: $kendo-editor-inline-padding-y,
100
104
  $kendo-editor-filebrowser-tiles-padding-x: $kendo-editor-filebrowser-tiles-padding-x,
101
105
  $kendo-editor-filebrowser-tiles-padding-y: $kendo-editor-filebrowser-tiles-padding-y,
102
- $kendo-editor-content-padding: $kendo-editor-content-padding
106
+ $kendo-editor-content-padding: $kendo-editor-content-padding,
107
+ $kendo-editor-ct-cell-text: $kendo-editor-ct-cell-text,
108
+ $kendo-editor-ct-cell-bg: $kendo-editor-ct-cell-bg,
109
+ $kendo-editor-ct-cell-border: $kendo-editor-ct-cell-border
103
110
  );
@@ -3,4 +3,9 @@
3
3
 
4
4
  @mixin kendo-expander--layout() {
5
5
  @include kendo-expander--layout-base();
6
+
7
+ .k-expander-title {
8
+ text-transform: none;
9
+ }
10
+
6
11
  }
@@ -20,24 +20,24 @@ $kendo-expander-line-height: var( --kendo-line-height, normal ) !default;
20
20
 
21
21
  /// The text color of the ExpansionPanel.
22
22
  /// @group expander
23
- $kendo-expander-text: $kendo-component-text !default;
23
+ $kendo-expander-text: k-color(on-app-surface) !default;
24
24
  /// The background color of the ExpansionPanel.
25
25
  /// @group expander
26
- $kendo-expander-bg: $kendo-component-bg !default;
26
+ $kendo-expander-bg: k-color(surface-alt) !default;
27
27
  /// The border color of the ExpansionPanel.
28
28
  /// @group expander
29
- $kendo-expander-border: $kendo-component-border !default;
29
+ $kendo-expander-border: k-color(border) !default;
30
30
 
31
31
  /// The box shadow of the focused ExpansionPanel.
32
32
  /// @group expander
33
- $kendo-expander-focus-shadow: inset 0 0 0 2px rgba( black, .08 ) !default;
33
+ $kendo-expander-focus-shadow: inset 0 0 0 2px color-mix(in srgb, currentColor 20%, transparent) !default;
34
34
 
35
35
  /// The horizontal padding of the ExpansionPanel header.
36
36
  /// @group expander
37
37
  $kendo-expander-header-padding-x: k-spacing(6) !default;
38
38
  /// The vertical padding of the ExpansionPanel header.
39
39
  /// @group expander
40
- $kendo-expander-header-padding-y: k-spacing(3) !default;
40
+ $kendo-expander-header-padding-y: k-spacing(3.5) !default;
41
41
 
42
42
  /// The text color of the ExpansionPanel header.
43
43
  /// @group expander
@@ -51,21 +51,21 @@ $kendo-expander-header-border: null !default;
51
51
 
52
52
  /// The background color of the hovered ExpansionPanel header.
53
53
  /// @group expander
54
- $kendo-expander-header-hover-bg: rgba( black, .04 ) !default;
54
+ $kendo-expander-header-hover-bg: color-mix(in srgb, k-color(on-app-surface) 8%, transparent) !default;
55
55
  /// The background color of the focused ExpansionPanel header.
56
56
  /// @group expander
57
- $kendo-expander-header-focus-bg: rgba( black, .12 ) !default;
57
+ $kendo-expander-header-focus-bg: null !default;
58
58
  /// The box shadow of the focused ExpansionPanel header.
59
59
  /// @group expander
60
- $kendo-expander-header-focus-shadow: none !default;
60
+ $kendo-expander-header-focus-shadow: inset 0 0 0 2px color-mix(in srgb, currentColor 20%, transparent) !default;
61
61
 
62
62
  /// The text color of the ExpansionPanel title.
63
63
  /// @group expander
64
- $kendo-expander-title-text: $kendo-color-secondary !default;
64
+ $kendo-expander-title-text: k-color(on-app-surface) !default;
65
65
 
66
66
  /// The text color of the ExpansionPanel sub-title.
67
67
  /// @group expander
68
- $kendo-expander-header-sub-title-text: $kendo-subtle-text !default;
68
+ $kendo-expander-header-sub-title-text: k-color(subtle) !default;
69
69
 
70
70
  /// The horizontal margin of the ExpansionPanel indicator.
71
71
  /// @group expander
@@ -6,7 +6,7 @@
6
6
  @include kendo-fab--layout-base();
7
7
 
8
8
  .k-fab-text {
9
- text-transform: uppercase;
9
+ font-weight: var(--kendo-font-weight-md, 500);
10
10
  }
11
11
 
12
12
  }