@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
@@ -17,17 +17,17 @@ $kendo-menu-border-width: 0px !default;
17
17
  $kendo-menu-font-family: var( --kendo-font-family, inherit ) !default;
18
18
  /// The font size of the Menu.
19
19
  /// @group menu
20
- $kendo-menu-font-size: var( --kendo-font-size, inherit ) !default;
20
+ $kendo-menu-font-size: var( --kendo-font-size-lg, inherit ) !default;
21
21
  /// The line height of the Menu used along with $kendo-font-size.
22
22
  /// @group menu
23
- $kendo-menu-line-height: var( --kendo-line-height, normal ) !default;
23
+ $kendo-menu-line-height: var( --kendo-line-height-lg, normal ) !default;
24
24
 
25
25
  /// The background color of the Menu.
26
26
  /// @group menu
27
27
  $kendo-menu-bg: transparent !default;
28
28
  /// The text color of the Menu.
29
29
  /// @group menu
30
- $kendo-menu-text: $kendo-component-text !default;
30
+ $kendo-menu-text: k-color(on-app-surface) !default;
31
31
  /// The border color of the Menu.
32
32
  /// @group menu
33
33
  $kendo-menu-border: null !default;
@@ -39,27 +39,27 @@ $kendo-menu-gradient: null !default;
39
39
 
40
40
  /// The horizontal padding of the Menu item.
41
41
  /// @group menu
42
- $kendo-menu-item-padding-x: k-spacing(4) !default;
42
+ $kendo-menu-item-padding-x: k-spacing(3) !default;
43
43
  /// The vertical padding of the Menu item.
44
44
  /// @group menu
45
- $kendo-menu-item-padding-y: k-spacing(1) !default;
45
+ $kendo-menu-item-padding-y: k-spacing(3) !default;
46
46
  /// The spacing between the Menu items.
47
47
  /// @group menu
48
- $kendo-menu-item-spacing: k-spacing(0.5) !default;
48
+ $kendo-menu-item-spacing: 0 !default;
49
49
  /// The spacing between the Menu item text and icons.
50
50
  /// @group menu
51
- $kendo-menu-item-icon-spacing: $kendo-icon-spacing !default;
51
+ $kendo-menu-item-icon-spacing: k-spacing(3) !default;
52
52
 
53
53
  /// The font weight of the selected Menu item.
54
54
  /// @group menu
55
- $kendo-menu-item-selected-font-weight: var( --kendo-font-weight-bold, normal ) !default;
55
+ $kendo-menu-item-selected-font-weight: var( --kendo-font-weight-normal, normal ) !default;
56
56
 
57
57
  /// The background color of the Menu item.
58
58
  /// @group menu
59
- $kendo-menu-item-bg: rgba( $kendo-menu-text, 0 ) !default;
59
+ $kendo-menu-item-bg: null !default;
60
60
  /// The text color of the Menu item.
61
61
  /// @group menu
62
- $kendo-menu-item-text: unset !default;
62
+ $kendo-menu-item-text: null !default;
63
63
  /// The border color of the Menu item.
64
64
  /// @group menu
65
65
  $kendo-menu-item-border: null !default;
@@ -69,10 +69,10 @@ $kendo-menu-item-gradient: null !default;
69
69
 
70
70
  /// The background color of hovered Menu item.
71
71
  /// @group menu
72
- $kendo-menu-item-hover-bg: if($kendo-enable-color-system, k-color( base-hover ), rgba( $kendo-menu-text, $kendo-flat-button-hover-opacity * color.alpha( $kendo-menu-text ) )) !default;
72
+ $kendo-menu-item-hover-bg: color-mix(in srgb, currentColor 8%, transparent) !default;
73
73
  /// The text color of hovered Menu item.
74
74
  /// @group menu
75
- $kendo-menu-item-hover-text: unset !default;
75
+ $kendo-menu-item-hover-text: null !default;
76
76
  /// The border color of hovered Menu item.
77
77
  /// @group menu
78
78
  $kendo-menu-item-hover-border: null !default;
@@ -82,10 +82,10 @@ $kendo-menu-item-hover-gradient: null !default;
82
82
 
83
83
  /// The background color of active Menu item.
84
84
  /// @group menu
85
- $kendo-menu-item-active-bg: if($kendo-enable-color-system, k-color( base-active ), rgba( $kendo-menu-text, $kendo-flat-button-active-opacity * color.alpha( $kendo-menu-text ) )) !default;
85
+ $kendo-menu-item-active-bg: color-mix(in srgb, currentColor 12%, transparent) !default;
86
86
  /// The text color of active Menu item.
87
87
  /// @group menu
88
- $kendo-menu-item-active-text: unset !default;
88
+ $kendo-menu-item-active-text: null !default;
89
89
  /// The border color of active Menu item.
90
90
  /// @group menu
91
91
  $kendo-menu-item-active-border: null !default;
@@ -95,14 +95,14 @@ $kendo-menu-item-active-gradient: null !default;
95
95
 
96
96
  /// The base shadow of focused Menu item.
97
97
  /// @group menu
98
- $kendo-menu-item-focus-shadow: unset !default;
98
+ $kendo-menu-item-focus-shadow: inset 0 0 0 2px color-mix(in srgb, currentColor 20%, transparent) !default;
99
99
 
100
100
  /// The background color of selected Menu item.
101
101
  /// @group menu
102
- $kendo-menu-item-selected-bg: null !default;
102
+ $kendo-menu-item-selected-bg: k-color(secondary) !default;
103
103
  /// The text color of selected Menu item.
104
104
  /// @group menu
105
- $kendo-menu-item-selected-text: unset !default;
105
+ $kendo-menu-item-selected-text: k-color(on-secondary) !default;
106
106
  /// The border color of selected Menu item.
107
107
  /// @group menu
108
108
  $kendo-menu-item-selected-border: null !default;
@@ -112,23 +112,23 @@ $kendo-menu-item-selected-gradient: null !default;
112
112
 
113
113
  /// The background color of the Menu scroll buttons.
114
114
  /// @group menu
115
- $kendo-menu-scroll-button-bg: $kendo-component-bg !default;
115
+ $kendo-menu-scroll-button-bg: null !default;
116
116
  /// The text color of the Menu scroll buttons.
117
117
  /// @group menu
118
- $kendo-menu-scroll-button-text: $kendo-subtle-text !default;
118
+ $kendo-menu-scroll-button-text: $kendo-menu-text !default;
119
119
  /// The border color of the Menu scroll buttons.
120
120
  /// @group menu
121
- $kendo-menu-scroll-button-border: transparent !default;
121
+ $kendo-menu-scroll-button-border: null !default;
122
122
  /// The background gradient of the Menu scroll buttons.
123
123
  /// @group menu
124
124
  $kendo-menu-scroll-button-gradient: null !default;
125
125
 
126
126
  /// The background color of hovered Menu scroll buttons.
127
127
  /// @group menu
128
- $kendo-menu-scroll-button-hover-bg: null !default;
128
+ $kendo-menu-scroll-button-hover-bg: color-mix(in srgb, k-color(on-app-surface) 8%, transparent) !default;
129
129
  /// The text color of hovered Menu scroll buttons.
130
130
  /// @group menu
131
- $kendo-menu-scroll-button-hover-text: $kendo-menu-text !default;
131
+ $kendo-menu-scroll-button-hover-text: $kendo-menu-item-hover-text !default;
132
132
  /// The border color of hovered Menu scroll buttons.
133
133
  /// @group menu
134
134
  $kendo-menu-scroll-button-hover-border: null !default;
@@ -136,6 +136,12 @@ $kendo-menu-scroll-button-hover-border: null !default;
136
136
  /// @group menu
137
137
  $kendo-menu-scroll-button-hover-gradient: null !default;
138
138
 
139
+ /// The horizontal padding of the Menu icon.
140
+ /// @group menu
141
+ $kendo-menu-icon-padding-x: k-spacing(1) !default;
142
+ /// The vertical padding of the Menu icon.
143
+ /// @group menu
144
+ $kendo-menu-icon-padding-y: k-spacing(1) !default;
139
145
 
140
146
 
141
147
  // Menu Separator
@@ -148,7 +154,7 @@ $kendo-menu-separator-margin-inline: k-spacing(1) !default;
148
154
  $kendo-menu-separator-margin-block: k-spacing(1) !default;
149
155
  /// The border color of Menu separator.
150
156
  /// @group menu
151
- $kendo-menu-separator-border: if($kendo-enable-color-system, k-color(border), $kendo-component-border) !default;
157
+ $kendo-menu-separator-border: k-color(border) !default;
152
158
 
153
159
 
154
160
  // Menu popup
@@ -170,14 +176,14 @@ $kendo-menu-popup-border-width: $kendo-popup-border-width !default;
170
176
  $kendo-menu-popup-font-size: var( --kendo-font-size, inherit ) !default;
171
177
  $kendo-menu-popup-sm-font-size: var( --kendo-font-size, inherit ) !default;
172
178
  $kendo-menu-popup-md-font-size: var( --kendo-font-size, inherit ) !default;
173
- $kendo-menu-popup-lg-font-size: var( --kendo-font-size-lg, inherit ) !default;
179
+ $kendo-menu-popup-lg-font-size: var( --kendo-font-size, inherit ) !default;
174
180
 
175
181
  /// The line heights used along with $kendo-font-size.
176
182
  /// @group menu
177
- $kendo-menu-popup-line-height: 1.25 !default;
178
- $kendo-menu-popup-sm-line-height: 1.25 !default;
179
- $kendo-menu-popup-md-line-height: 1.25 !default;
180
- $kendo-menu-popup-lg-line-height: 1.25 !default;
183
+ $kendo-menu-popup-line-height: $kendo-menu-line-height !default;
184
+ $kendo-menu-popup-sm-line-height: $kendo-menu-line-height !default;
185
+ $kendo-menu-popup-md-line-height: $kendo-menu-line-height !default;
186
+ $kendo-menu-popup-lg-line-height: $kendo-menu-line-height !default;
181
187
 
182
188
  /// The background color of the Menu popup.
183
189
  /// @group menu
@@ -197,17 +203,17 @@ $kendo-menu-popup-gradient: null !default;
197
203
 
198
204
  /// The horizontal padding of the Menu item in popup.
199
205
  /// @group menu
200
- $kendo-menu-popup-item-padding-x: k-spacing(4) !default;
201
- $kendo-menu-popup-sm-item-padding-x: k-spacing(4) !default;
202
- $kendo-menu-popup-md-item-padding-x: k-spacing(4) !default;
203
- $kendo-menu-popup-lg-item-padding-x: k-spacing(4) !default;
206
+ $kendo-menu-popup-item-padding-x: $kendo-menu-item-padding-x !default;
207
+ $kendo-menu-popup-sm-item-padding-x: $kendo-menu-item-padding-x !default;
208
+ $kendo-menu-popup-md-item-padding-x: $kendo-menu-item-padding-x !default;
209
+ $kendo-menu-popup-lg-item-padding-x: $kendo-menu-item-padding-x !default;
204
210
 
205
211
  /// The vertical padding of the Menu item in popup.
206
212
  /// @group menu
207
- $kendo-menu-popup-item-padding-y: k-spacing(2) !default;
208
- $kendo-menu-popup-sm-item-padding-y: k-spacing(1.5) !default;
209
- $kendo-menu-popup-md-item-padding-y: k-spacing(2) !default;
210
- $kendo-menu-popup-lg-item-padding-y: k-spacing(2.5) !default;
213
+ $kendo-menu-popup-item-padding-y: $kendo-menu-item-padding-y !default;
214
+ $kendo-menu-popup-sm-item-padding-y: k-spacing(2) !default;
215
+ $kendo-menu-popup-md-item-padding-y: $kendo-menu-item-padding-y !default;
216
+ $kendo-menu-popup-lg-item-padding-y: k-spacing(4) !default;
211
217
 
212
218
  /// The end padding of the Menu item in popup.
213
219
  /// @group menu
@@ -247,10 +253,10 @@ $kendo-menu-popup-item-gradient: null !default;
247
253
 
248
254
  /// The background color of hovered Menu item in popup.
249
255
  /// @group menu
250
- $kendo-menu-popup-item-hover-bg: $kendo-list-item-hover-bg !default;
256
+ $kendo-menu-popup-item-hover-bg: $kendo-menu-item-hover-bg !default;
251
257
  /// The text color of hovered Menu item in popup.
252
258
  /// @group menu
253
- $kendo-menu-popup-item-hover-text: $kendo-list-item-hover-text !default;
259
+ $kendo-menu-popup-item-hover-text: inherit !default;
254
260
  /// The border color of hovered Menu item in popup.
255
261
  /// @group menu
256
262
  $kendo-menu-popup-item-hover-border: null !default;
@@ -260,10 +266,10 @@ $kendo-menu-popup-item-hover-gradient: null !default;
260
266
 
261
267
  /// The background color of active Menu item in popup.
262
268
  /// @group menu
263
- $kendo-menu-popup-item-active-bg: $kendo-list-item-selected-bg !default;
269
+ $kendo-menu-popup-item-active-bg: $kendo-menu-item-active-bg !default;
264
270
  /// The text color of active Menu item in popup.
265
271
  /// @group menu
266
- $kendo-menu-popup-item-active-text: $kendo-list-item-selected-text !default;
272
+ $kendo-menu-popup-item-active-text: inherit !default;
267
273
  /// The border color of active Menu item in popup.
268
274
  /// @group menu
269
275
  $kendo-menu-popup-item-active-border: null !default;
@@ -273,7 +279,7 @@ $kendo-menu-popup-item-active-gradient: null !default;
273
279
 
274
280
  /// The base shadow of focused Menu item in popup.
275
281
  /// @group menu
276
- $kendo-menu-popup-item-focus-shadow: unset !default;
282
+ $kendo-menu-popup-item-focus-shadow: null !default;
277
283
 
278
284
  @forward "@progress/kendo-theme-core/scss/components/menu/_variables.scss" with (
279
285
  $kendo-menu-border-width: $kendo-menu-border-width,
@@ -314,6 +320,8 @@ $kendo-menu-popup-item-focus-shadow: unset !default;
314
320
  $kendo-menu-scroll-button-hover-text: $kendo-menu-scroll-button-hover-text,
315
321
  $kendo-menu-scroll-button-hover-border: $kendo-menu-scroll-button-hover-border,
316
322
  $kendo-menu-scroll-button-hover-gradient: $kendo-menu-scroll-button-hover-gradient,
323
+ $kendo-menu-icon-padding-x: $kendo-menu-icon-padding-x,
324
+ $kendo-menu-icon-padding-y: $kendo-menu-icon-padding-y,
317
325
  $kendo-menu-separator-margin-inline: $kendo-menu-separator-margin-inline,
318
326
  $kendo-menu-separator-margin-block: $kendo-menu-separator-margin-block,
319
327
  $kendo-menu-separator-border: $kendo-menu-separator-border,
@@ -4,7 +4,7 @@
4
4
 
5
5
  /// The horizontal padding of the button arrow in the Menu Button.
6
6
  /// @group menu-button
7
- $kendo-menu-button-arrow-padding-x: k-spacing(1) !default;
7
+ $kendo-menu-button-arrow-padding-x: k-spacing(2) !default;
8
8
 
9
9
  @forward "@progress/kendo-theme-core/scss/components/menu-button/_variables.scss" with (
10
10
  $kendo-menu-button-arrow-padding-x: $kendo-menu-button-arrow-padding-x
@@ -1,6 +1,10 @@
1
+ @use "../core/_index.scss" as *;
1
2
  @use "@progress/kendo-theme-core/scss/components/messagebox/_layout.scss" as *;
2
3
 
3
-
4
4
  @mixin kendo-messagebox--layout() {
5
5
  @include kendo-messagebox--layout-base();
6
+
7
+ .k-messagebox {
8
+ @include border-radius( k-border-radius(md) );
9
+ }
6
10
  }
@@ -3,7 +3,7 @@
3
3
  // Message box
4
4
  $kendo-message-box-margin: 0 0 k-spacing(4) 0 !default;
5
5
  $kendo-message-box-padding-x: k-spacing(4) !default;
6
- $kendo-message-box-padding-y: k-spacing(1) !default;
6
+ $kendo-message-box-padding-y: k-spacing(2) !default;
7
7
  $kendo-message-box-border-width: 0 0 0 4px !default;
8
8
 
9
9
  $kendo-message-box-font-size: var( --kendo-font-size, inherit ) !default;
@@ -16,6 +16,19 @@ $kendo-message-box-border-level: -9 !default;
16
16
  $kendo-message-box-link-font-style: normal !default;
17
17
  $kendo-message-box-link-text-decoration: underline !default;
18
18
 
19
+ $kendo-message-box-theme-colors: (
20
+ "primary": k-color(primary),
21
+ "secondary": k-color(secondary),
22
+ "tertiary": k-color(tertiary),
23
+ "info": k-color(info),
24
+ "success": k-color(success),
25
+ "warning": k-color(warning),
26
+ "error": k-color(error),
27
+ "dark": k-color(dark),
28
+ "light": k-color(light),
29
+ "inverse": if($kendo-is-dark-theme, k-color(light), k-color(dark)),
30
+ ) !default;
31
+
19
32
  @forward "@progress/kendo-theme-core/scss/components/messagebox/_variables.scss" with (
20
33
  $kendo-message-box-margin: $kendo-message-box-margin,
21
34
  $kendo-message-box-padding-x: $kendo-message-box-padding-x,
@@ -27,5 +40,6 @@ $kendo-message-box-link-text-decoration: underline !default;
27
40
  $kendo-message-box-text-level: $kendo-message-box-text-level,
28
41
  $kendo-message-box-border-level: $kendo-message-box-border-level,
29
42
  $kendo-message-box-link-font-style: $kendo-message-box-link-font-style,
30
- $kendo-message-box-link-text-decoration: $kendo-message-box-link-text-decoration
43
+ $kendo-message-box-link-text-decoration: $kendo-message-box-link-text-decoration,
44
+ $kendo-message-box-theme-colors: $kendo-message-box-theme-colors
31
45
  );
@@ -6,7 +6,7 @@ $kendo-no-data-min-height: 140px !default;
6
6
 
7
7
  /// The color of the 'No Data' text.
8
8
  /// @group no-data
9
- $kendo-no-data-text: $kendo-subtle-text !default;
9
+ $kendo-no-data-text: k-color(subtle) !default;
10
10
 
11
11
  @forward "@progress/kendo-theme-core/scss/components/no-data/_variables.scss" with (
12
12
  $kendo-no-data-min-height: $kendo-no-data-min-height,
@@ -7,7 +7,7 @@
7
7
 
8
8
  @each $name, $color in $colors {
9
9
  $_theme: map.merge(( $name: (
10
- color: if($kendo-enable-color-system, k-color( on-#{$name} ), k-contrast-color( $color )),
10
+ color: k-color(on-#{$name}),
11
11
  background-color: $color,
12
12
  border: $color,
13
13
  )), $_theme );
@@ -1,6 +1,11 @@
1
1
  @use "@progress/kendo-theme-core/scss/components/notification/_layout.scss" as *;
2
+ @use "./variables.scss" as *;
2
3
 
3
4
 
4
5
  @mixin kendo-notification--layout() {
5
6
  @include kendo-notification--layout-base();
7
+
8
+ .k-notification-actions {
9
+ margin-block: calc( (#{$kendo-notification-actions-padding-y} / 2) * -1) ;
10
+ }
6
11
  }
@@ -3,4 +3,5 @@
3
3
 
4
4
  @mixin kendo-notification--theme() {
5
5
  @include kendo-notification--theme-base();
6
+
6
7
  }
@@ -18,10 +18,10 @@ $kendo-notification-padding-x: k-spacing(4) !default;
18
18
  $kendo-notification-padding-y: k-spacing(3.5) !default;
19
19
  /// The width of the border around the Notification.
20
20
  /// @group notification
21
- $kendo-notification-border-width: 0px !default;
21
+ $kendo-notification-border-width: 1px !default;
22
22
  /// The border radius of the Notification.
23
23
  /// @group notification
24
- $kendo-notification-border-radius: k-spacing(1) !default;
24
+ $kendo-notification-border-radius: k-border-radius(md) !default;
25
25
  /// The font family of the Notification.
26
26
  /// @group notification
27
27
  $kendo-notification-font-family: var( --kendo-font-family, inherit ) !default;
@@ -30,27 +30,46 @@ $kendo-notification-font-family: var( --kendo-font-family, inherit ) !default;
30
30
  $kendo-notification-font-size: var( --kendo-font-size, inherit ) !default;
31
31
  /// The line height of the Notification.
32
32
  /// @group notification
33
- $kendo-notification-line-height: math.div( 20, 14 ) !default;
33
+ $kendo-notification-line-height: var( --kendo-line-height, normal ) !default;
34
+
35
+ /// The horizontal padding of the Notification actions.
36
+ /// @group notification
37
+ $kendo-notification-actions-padding-x: k-spacing(1) !default;
38
+ /// The vertical padding of the Notification actions.
39
+ /// @group notification
40
+ $kendo-notification-actions-padding-y: $kendo-notification-actions-padding-x !default;
41
+
34
42
  /// The background color of the Notification.
35
43
  /// @group notification
36
- $kendo-notification-bg: $kendo-component-bg !default;
44
+ $kendo-notification-bg: k-color(base) !default;
37
45
  /// The text color of the Notification.
38
46
  /// @group notification
39
- $kendo-notification-text: $kendo-component-text !default;
47
+ $kendo-notification-text: k-color(on-base) !default;
40
48
  /// The border color of the Notification.
41
49
  /// @group notification
42
- $kendo-notification-border: $kendo-component-border !default;
50
+ $kendo-notification-border: k-color(base) !default;
43
51
  /// The box shadow of the Notification.
44
52
  /// @group notification
45
- $kendo-notification-shadow: $kendo-popup-shadow !default;
53
+ $kendo-notification-shadow: k-elevation(3) !default;
46
54
 
47
55
  /// The horizontal spacing of the Notification icon.
48
56
  /// @group notification
49
- $kendo-notification-icon-spacing: $kendo-icon-spacing !default;
57
+ $kendo-notification-icon-spacing: k-spacing(2) !default;
50
58
 
51
59
  /// The theme colors map for the Notification.
52
60
  /// @group notification
53
- $kendo-notification-theme-colors: $kendo-theme-colors !default;
61
+ $kendo-notification-theme-colors: (
62
+ "primary": k-color(primary),
63
+ "secondary": k-color(secondary),
64
+ "tertiary": k-color(tertiary),
65
+ "info": k-color(info),
66
+ "success": k-color(success),
67
+ "warning": k-color(warning),
68
+ "error": k-color(error),
69
+ "dark": k-color(dark),
70
+ "light": k-color(light),
71
+ "inverse": if($kendo-is-dark-theme, k-color(light), k-color(dark))
72
+ ) !default;
54
73
  /// The generated theme colors map for the Notification.
55
74
  /// @group notification
56
75
  $kendo-notification-theme: notification-theme( $kendo-notification-theme-colors ) !default;
@@ -64,6 +83,8 @@ $kendo-notification-theme: notification-theme( $kendo-notification-theme-colors
64
83
  $kendo-notification-font-family: $kendo-notification-font-family,
65
84
  $kendo-notification-font-size: $kendo-notification-font-size,
66
85
  $kendo-notification-line-height: $kendo-notification-line-height,
86
+ $kendo-notification-actions-padding-x: $kendo-notification-actions-padding-x,
87
+ $kendo-notification-actions-padding-y: $kendo-notification-actions-padding-y,
67
88
  $kendo-notification-bg: $kendo-notification-bg,
68
89
  $kendo-notification-text: $kendo-notification-text,
69
90
  $kendo-notification-border: $kendo-notification-border,
@@ -24,13 +24,13 @@ $kendo-orgchart-font-size: var( --kendo-font-size, inherit ) !default;
24
24
  $kendo-orgchart-line-height: var( --kendo-line-height, normal ) !default;
25
25
  /// The background color of the OrgChart.
26
26
  /// @group orgchart
27
- $kendo-orgchart-bg: $kendo-component-bg !default;
27
+ $kendo-orgchart-bg: k-color(app-surface) !default;
28
28
  /// The text color of the OrgChart.
29
29
  /// @group orgchart
30
- $kendo-orgchart-text: $kendo-component-text !default;
30
+ $kendo-orgchart-text: k-color(on-app-surface) !default;
31
31
  /// The border color of the OrgChart.
32
32
  /// @group orgchart
33
- $kendo-orgchart-border: $kendo-component-border !default;
33
+ $kendo-orgchart-border: k-color(border) !default;
34
34
 
35
35
  /// The spacing of the OrgChart node.
36
36
  /// @group orgchart
@@ -56,20 +56,20 @@ $kendo-orgchart-node-group-border-width: 1px !default;
56
56
  $kendo-orgchart-node-group-border-radius: k-border-radius(md) !default;
57
57
  /// The background color of the OrgChart node group.
58
58
  /// @group orgchart
59
- $kendo-orgchart-node-group-bg: if($kendo-enable-color-system, k-color( surface ), if( $kendo-is-dark-theme, $kendo-color-dark, $kendo-color-light)) !default;
59
+ $kendo-orgchart-node-group-bg: k-color(surface) !default;
60
60
  /// The text color of the OrgChart node group.
61
61
  /// @group orgchart
62
- $kendo-orgchart-node-group-text: $kendo-base-text !default;
62
+ $kendo-orgchart-node-group-text: k-color(on-app-surface) !default;
63
63
  /// The border color of the OrgChart node group.
64
64
  /// @group orgchart
65
- $kendo-orgchart-node-group-border: $kendo-base-border !default;
65
+ $kendo-orgchart-node-group-border: k-color(border) !default;
66
66
 
67
67
  /// The border color of the focused OrgChart node group.
68
68
  /// @group orgchart
69
69
  $kendo-orgchart-node-group-focus-border: $kendo-orgchart-node-group-border !default;
70
70
  /// The shadow of the focused OrgChart node group.
71
71
  /// @group orgchart
72
- $kendo-orgchart-node-group-focus-shadow: 0 2px 4px -1px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 20%, transparent), rgba( $elevation, .2 )), 0 4px 5px 0 if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 14%, transparent), rgba( $elevation, .14 )), 0 1px 10px 0 if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 12%, transparent), rgba( $elevation, .12 )) !default;
72
+ $kendo-orgchart-node-group-focus-shadow: 0 2px 4px -1px color-mix(in srgb, k-color(on-app-surface) 20%, transparent), 0 4px 5px 0 color-mix(in srgb, k-color(on-app-surface) 14%, transparent), 0 1px 10px 0 color-mix(in srgb, k-color(on-app-surface) 12%, transparent) !default;
73
73
 
74
74
  /// The font size of the OrgChart node group title.
75
75
  /// @group orgchart
@@ -102,10 +102,10 @@ $kendo-orgchart-card-padding-y: $kendo-card-padding-y !default;
102
102
  $kendo-orgchart-card-padding-x: $kendo-orgchart-card-padding-y !default;
103
103
  /// The border width of the OrgChart Card.
104
104
  /// @group orgchart
105
- $kendo-orgchart-card-border-width: 1px !default;
105
+ $kendo-orgchart-card-border-width: null !default;
106
106
  /// The shadow of the OrgChart Card.
107
107
  /// @group orgchart
108
- $kendo-orgchart-card-shadow: none !default;
108
+ $kendo-orgchart-card-shadow: null !default;
109
109
  /// The shadow of the focused OrgChart Card.
110
110
  /// @group orgchart
111
111
  $kendo-orgchart-card-focus-shadow: $kendo-orgchart-node-group-focus-shadow !default;
@@ -143,7 +143,7 @@ $kendo-orgchart-card-body-vbox-min-height: $kendo-card-avatar-size !default;
143
143
  $kendo-orgchart-line-size: 1px !default;
144
144
  /// The fill color of the OrgChart connecting line.
145
145
  /// @group orgchart
146
- $kendo-orgchart-line-fill: $kendo-base-border !default;
146
+ $kendo-orgchart-line-fill: k-color(border) !default;
147
147
 
148
148
  /// The height of the OrgChart connecting line.
149
149
  /// @group orgchart
@@ -1,6 +1,17 @@
1
1
  @use "../core/_index.scss" as *;
2
2
 
3
- $kendo-overlay-theme-colors: $kendo-theme-colors !default;
3
+ $kendo-overlay-theme-colors: (
4
+ "primary": k-color(primary),
5
+ "secondary": k-color(secondary),
6
+ "tertiary": k-color(tertiary),
7
+ "info": k-color(info),
8
+ "success": k-color(success),
9
+ "warning": k-color(warning),
10
+ "error": k-color(error),
11
+ "dark": k-color(dark),
12
+ "light": k-color(light),
13
+ "inverse": if($kendo-is-dark-theme, k-color(light), k-color(dark)),
14
+ ) !default;
4
15
 
5
16
  $kendo-overlay-bg: $kendo-color-black !default;
6
17
  $kendo-overlay-opacity: .32 !default;
@@ -64,17 +64,17 @@ $kendo-pager-font-size: var( --kendo-font-size, inherit ) !default;
64
64
  $kendo-pager-line-height: var( --kendo-line-height, normal ) !default;
65
65
  /// The background color of the Pager.
66
66
  /// @group pager
67
- $kendo-pager-bg: $kendo-component-bg !default;
67
+ $kendo-pager-bg: k-color(surface) !default;
68
68
  /// The text color of the Pager.
69
69
  /// @group pager
70
- $kendo-pager-text: if($kendo-enable-color-system, k-color( subtle ), if( $kendo-is-dark-theme, $light-secondary-text, $dark-secondary-text )) !default;
70
+ $kendo-pager-text: k-color(subtle) !default;
71
71
  /// The border color of the Pager.
72
72
  /// @group pager
73
- $kendo-pager-border: $kendo-component-border !default;
73
+ $kendo-pager-border: k-color(border) !default;
74
74
 
75
75
  /// The background color of the focused Pager.
76
76
  /// @group pager
77
- $kendo-pager-focus-bg: if($kendo-enable-color-system, k-color( surface ), k-try-shade( $kendo-pager-bg, .5 )) !default;
77
+ $kendo-pager-focus-bg: k-color(surface) !default;
78
78
  /// The box shadow of the focused Pager.
79
79
  /// @group pager
80
80
  $kendo-pager-focus-shadow: unset !default;
@@ -88,7 +88,7 @@ $kendo-pager-section-spacing: $kendo-pager-padding-x !default;
88
88
  $kendo-pager-item-border-width: 0px !default;
89
89
  /// The border radius of the Pager items.
90
90
  /// @group pager
91
- $kendo-pager-item-border-radius: 5em !default;
91
+ $kendo-pager-item-border-radius: k-border-radius( md ) !default;
92
92
  /// The spacing around the Pager items.
93
93
  /// @group pager
94
94
  $kendo-pager-item-spacing: k-spacing(0) !default;
@@ -113,10 +113,10 @@ $kendo-pager-item-hover-text: $kendo-pager-text !default;
113
113
  $kendo-pager-item-hover-border: null !default;
114
114
  /// The background color of the selected Pager items.
115
115
  /// @group pager
116
- $kendo-pager-item-selected-bg: $kendo-color-primary !default;
116
+ $kendo-pager-item-selected-bg: k-color(primary) !default;
117
117
  /// The text color of the selected Pager items.
118
118
  /// @group pager
119
- $kendo-pager-item-selected-text: $kendo-color-primary-contrast !default;
119
+ $kendo-pager-item-selected-text: k-color(primary-on-surface) !default;
120
120
  /// The border color of the selected Pager items.
121
121
  /// @group pager
122
122
  $kendo-pager-item-selected-border: null !default;
@@ -130,7 +130,7 @@ $kendo-pager-number-border-radius: $kendo-pager-item-border-radius !default;
130
130
  $kendo-pager-item-focus-opacity: .12 !default;
131
131
  /// The background color of the focused Pager items.
132
132
  /// @group pager
133
- $kendo-pager-item-focus-bg: rgba($kendo-list-item-hover-bg, $kendo-pager-item-focus-opacity) !default;
133
+ $kendo-pager-item-focus-bg: transparent !default;
134
134
  /// The box shadow of the focused Pager items.
135
135
  /// @group pager
136
136
  $kendo-pager-item-focus-shadow: unset !default;
@@ -26,13 +26,13 @@ $kendo-panel-content-padding-block: k-spacing(1) !default;
26
26
 
27
27
  /// The text color of the Panel.
28
28
  /// @group panel
29
- $kendo-panel-text: var(--kendo-component-text, #{$kendo-component-text}) !default;
29
+ $kendo-panel-text: k-color(on-app-surface) !default;
30
30
  /// The background color of the Panel.
31
31
  /// @group panel
32
- $kendo-panel-bg: var(--kendo-component-bg, #{$kendo-component-bg}) !default;
32
+ $kendo-panel-bg: k-color(surface) !default;
33
33
  /// The color of the border around the Panel.
34
34
  /// @group panel
35
- $kendo-panel-border: var(--kendo-component-border, #{$kendo-component-border}) !default;
35
+ $kendo-panel-border: k-color(border) !default;
36
36
 
37
37
  @forward "@progress/kendo-theme-core/scss/components/panel/_variables.scss" with (
38
38
  $kendo-panel-border-radius: $kendo-panel-border-radius,
@@ -1,6 +1,34 @@
1
1
  @use "@progress/kendo-theme-core/scss/components/panelbar/_layout.scss" as *;
2
-
2
+ @use "./_variables.scss" as *;
3
3
 
4
4
  @mixin kendo-panelbar--layout() {
5
5
  @include kendo-panelbar--layout-base();
6
+
7
+ .k-panelbar {
8
+ .k-panelbar-group > .k-panelbar-item {
9
+ @for $i from 1 through $kendo-panelbar-item-level-count {
10
+ &.k-level-#{$i} {
11
+ .k-link {
12
+ padding-left: calc( #{$kendo-panelbar-item-padding-x} * #{$i} + #{$kendo-panelbar-item-padding-x} );
13
+ }
14
+ }
15
+ }
16
+ }
17
+ }
18
+
19
+ .k-rtl .k-panelbar,
20
+ .k-panelbar.k-rtl,
21
+ .k-panelbar [dir = "rtl"] {
22
+ .k-panelbar-group > .k-panelbar-item {
23
+ // Hierarchy items
24
+ @for $i from 1 through $kendo-panelbar-item-level-count {
25
+ &.k-level-#{$i} {
26
+ .k-link {
27
+ padding-left: $kendo-panelbar-item-padding-x;
28
+ padding-right: calc( #{$kendo-panelbar-item-padding-x} * #{$i} + #{$kendo-panelbar-item-padding-x} );
29
+ }
30
+ }
31
+ }
32
+ }
33
+ }
6
34
  }
@@ -1,6 +1,5 @@
1
1
  @use "@progress/kendo-theme-core/scss/components/panelbar/_theme.scss" as *;
2
2
 
3
-
4
3
  @mixin kendo-panelbar--theme() {
5
4
  @include kendo-panelbar--theme-base();
6
5
  }