@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
@@ -8,7 +8,7 @@
8
8
  $kendo-treeview-font-family: var( --kendo-font-family, inherit ) !default;
9
9
  /// The font size of the TreeView.
10
10
  /// @group treeview
11
- $kendo-treeview-font-size: var( --kendo-font-size-lg, inherit ) !default;
11
+ $kendo-treeview-font-size: var( --kendo-font-size, inherit ) !default;
12
12
  /// The font size of the small TreeView.
13
13
  /// @group treeview
14
14
  $kendo-treeview-sm-font-size: var( --kendo-font-size, inherit ) !default;
@@ -17,19 +17,19 @@ $kendo-treeview-sm-font-size: var( --kendo-font-size, inherit ) !default;
17
17
  $kendo-treeview-md-font-size: var( --kendo-font-size, inherit ) !default;
18
18
  /// The font size of the large TreeView.
19
19
  /// @group treeview
20
- $kendo-treeview-lg-font-size: var( --kendo-font-size-lg, inherit ) !default;
20
+ $kendo-treeview-lg-font-size: var( --kendo-font-size, inherit ) !default;
21
21
  /// The line height of the TreeView.
22
22
  /// @group treeview
23
- $kendo-treeview-line-height: 1.25 !default;
23
+ $kendo-treeview-line-height: var( --kendo-line-height, normal ) !default;
24
24
  /// The line height of the small TreeView.
25
25
  /// @group treeview
26
- $kendo-treeview-sm-line-height: math.div( 20, 14 ) !default;
26
+ $kendo-treeview-sm-line-height: var( --kendo-line-height, normal ) !default;
27
27
  /// The line height of the medium TreeView.
28
28
  /// @group treeview
29
- $kendo-treeview-md-line-height: math.div( 20, 14 ) !default;
29
+ $kendo-treeview-md-line-height: var( --kendo-line-height, normal ) !default;
30
30
  /// The line height of the large TreeView.
31
31
  /// @group treeview
32
- $kendo-treeview-lg-line-height: 1.5 !default;
32
+ $kendo-treeview-lg-line-height: var( --kendo-line-height, normal ) !default;
33
33
  /// The indentation of child groups in the TreeView.
34
34
  /// @group treeview
35
35
  $kendo-treeview-indent: 24px !default;
@@ -48,41 +48,41 @@ $kendo-treeview-md-item-padding-x: k-spacing(4) !default;
48
48
  $kendo-treeview-lg-item-padding-x: k-spacing(4) !default;
49
49
  /// The vertical padding of the TreeView items.
50
50
  /// @group treeview
51
- $kendo-treeview-item-padding-y: k-spacing(2) !default;
51
+ $kendo-treeview-item-padding-y: k-spacing(2.5) !default;
52
52
  /// The vertical padding of the small TreeView items.
53
53
  /// @group treeview
54
- $kendo-treeview-sm-item-padding-y: k-spacing(1.5) !default;
54
+ $kendo-treeview-sm-item-padding-y: k-spacing(2) !default;
55
55
  /// The vertical padding of the medium TreeView items.
56
56
  /// @group treeview
57
- $kendo-treeview-md-item-padding-y: k-spacing(2) !default;
57
+ $kendo-treeview-md-item-padding-y: k-spacing(2.5) !default;
58
58
  /// The vertical padding of the large TreeView items.
59
59
  /// @group treeview
60
- $kendo-treeview-lg-item-padding-y: k-spacing(2) !default;
60
+ $kendo-treeview-lg-item-padding-y: k-spacing(3) !default;
61
61
  /// The border width of the TreeView items.
62
62
  /// @group treeview
63
63
  $kendo-treeview-item-border-width: 0px !default;
64
64
  /// The border radius of the TreeView items.
65
65
  /// @group treeview
66
- $kendo-treeview-item-border-radius: unset !default;
66
+ $kendo-treeview-item-border-radius: k-border-radius(md) !default;
67
67
 
68
68
  /// The horizontal padding of the checkbox in the small TreeView.
69
69
  /// @group treeview
70
- $kendo-treeview-sm-checkbox-padding-x: k-spacing(1) !default;
70
+ $kendo-treeview-sm-checkbox-padding-x: k-spacing(2) !default;
71
71
  /// The horizontal padding of the checkbox in the medium TreeView.
72
72
  /// @group treeview
73
- $kendo-treeview-md-checkbox-padding-x: $kendo-treeview-sm-checkbox-padding-x !default;
73
+ $kendo-treeview-md-checkbox-padding-x: k-spacing(2) !default;
74
74
  /// The horizontal padding of the checkbox in the large TreeView.
75
75
  /// @group treeview
76
- $kendo-treeview-lg-checkbox-padding-x: $kendo-treeview-sm-checkbox-padding-x !default;
76
+ $kendo-treeview-lg-checkbox-padding-x: k-spacing(2) !default;
77
77
  /// The vertical padding of the checkbox in the small TreeView.
78
78
  /// @group treeview
79
- $kendo-treeview-sm-checkbox-padding-y: k-spacing(0.5) !default;
79
+ $kendo-treeview-sm-checkbox-padding-y: k-spacing(1) !default;
80
80
  /// The vertical padding of the checkbox in the medium TreeView.
81
81
  /// @group treeview
82
- $kendo-treeview-md-checkbox-padding-y: $kendo-treeview-sm-checkbox-padding-y !default;
82
+ $kendo-treeview-md-checkbox-padding-y: k-spacing(1.5) !default;
83
83
  /// The vertical padding of the checkbox in the large TreeView.
84
84
  /// @group treeview
85
- $kendo-treeview-lg-checkbox-padding-y: null !default;
85
+ $kendo-treeview-lg-checkbox-padding-y: k-spacing(2) !default;
86
86
 
87
87
 
88
88
  /// The sizes map of the TreeView.
@@ -120,17 +120,17 @@ $kendo-treeview-sizes: (
120
120
  $kendo-treeview-bg: null !default;
121
121
  /// The text color of the TreeView.
122
122
  /// @group treeview
123
- $kendo-treeview-text: $kendo-component-text !default;
123
+ $kendo-treeview-text: k-color(on-app-surface) !default;
124
124
  /// The border color of the TreeView.
125
125
  /// @group treeview
126
126
  $kendo-treeview-border: null !default;
127
127
 
128
128
  /// The background color of hovered TreeView.
129
129
  /// @group treeview
130
- $kendo-treeview-item-hover-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 7%, transparent), rgba( $kendo-treeview-text, .07 )) !default;
130
+ $kendo-treeview-item-hover-bg: color-mix(in srgb, currentColor 8%, transparent) !default;
131
131
  /// The text color of hovered TreeView items.
132
132
  /// @group treeview
133
- $kendo-treeview-item-hover-text: unset !default;
133
+ $kendo-treeview-item-hover-text: inherit !default;
134
134
  /// The border color of hovered TreeView items.
135
135
  /// @group treeview
136
136
  $kendo-treeview-item-hover-border: null !default;
@@ -140,10 +140,10 @@ $kendo-treeview-item-hover-gradient: null !default;
140
140
 
141
141
  /// The background color of selected TreeView items.
142
142
  /// @group treeview
143
- $kendo-treeview-item-selected-bg: unset !default;
143
+ $kendo-treeview-item-selected-bg: null !default;
144
144
  /// The text color of selected TreeView items.
145
145
  /// @group treeview
146
- $kendo-treeview-item-selected-text: $kendo-selected-bg !default;
146
+ $kendo-treeview-item-selected-text: k-color(primary) !default;
147
147
  /// The border color of selected TreeView items.
148
148
  /// @group treeview
149
149
  $kendo-treeview-item-selected-border: null !default;
@@ -153,10 +153,10 @@ $kendo-treeview-item-selected-gradient: null !default;
153
153
 
154
154
  /// The background color of selected and focused TreeView items.
155
155
  /// /// @group treeview
156
- $kendo-treeview-item-selected-focus-text: $kendo-selected-bg !default;
156
+ $kendo-treeview-item-selected-focus-text: inherit !default;
157
157
  /// The text color of selected and focused TreeView items.
158
158
  /// /// @group treeview
159
- $kendo-treeview-item-selected-focus-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 7%, transparent), rgba( $kendo-treeview-text, .07 )) !default;
159
+ $kendo-treeview-item-selected-focus-bg: null !default;
160
160
  /// The border color of selected and focused TreeView items.
161
161
  /// /// @group treeview
162
162
  $kendo-treeview-item-selected-focus-border: null !default;
@@ -166,7 +166,7 @@ $kendo-treeview-item-selected-focus-gradient: null !default;
166
166
 
167
167
  /// The box shadow of focused TreeView items.
168
168
  /// @group treeview
169
- $kendo-treeview-item-focus-shadow: unset !default;
169
+ $kendo-treeview-item-focus-shadow: inset 0 0 0 2px color-mix(in srgb, currentColor 20%, transparent) !default;
170
170
 
171
171
  /// The background color of the Load More button in the TreeView
172
172
  /// @group treeview
@@ -5,22 +5,22 @@
5
5
 
6
6
  /// The font size of the highest level heading.
7
7
  /// @group typography
8
- $kendo-h1-font-size: 96px !default;
8
+ $kendo-h1-font-size: 57px !default;
9
9
  /// The font size of the second highest level heading.
10
10
  /// @group typography
11
- $kendo-h2-font-size: 60px !default;
11
+ $kendo-h2-font-size: 45px !default;
12
12
  /// The font size of the third highest level heading.
13
13
  /// @group typography
14
- $kendo-h3-font-size: 48px !default;
14
+ $kendo-h3-font-size: 36px !default;
15
15
  /// The font size of the fourth highest level heading.
16
16
  /// @group typography
17
- $kendo-h4-font-size: 34px !default;
17
+ $kendo-h4-font-size: 32px !default;
18
18
  /// The font size of the fifth highest level heading.
19
19
  /// @group typography
20
- $kendo-h5-font-size: 24px !default;
20
+ $kendo-h5-font-size: 28px !default;
21
21
  /// The font size of the sixth highest level heading.
22
22
  /// @group typography
23
- $kendo-h6-font-size: 20px !default;
23
+ $kendo-h6-font-size: 24px !default;
24
24
 
25
25
  /// The font family of the highest level heading.
26
26
  /// @group typography
@@ -43,22 +43,22 @@ $kendo-h6-font-family: var( --kendo-font-family, inherit ) !default;
43
43
 
44
44
  /// The line height of the highest level heading.
45
45
  /// @group typography
46
- $kendo-h1-line-height: 112px !default;
46
+ $kendo-h1-line-height: 64px !default;
47
47
  /// The line height of the second highest level heading.
48
48
  /// @group typography
49
- $kendo-h2-line-height: 72px !default;
49
+ $kendo-h2-line-height: 52px !default;
50
50
  /// The line height of the third highest level heading.
51
51
  /// @group typography
52
- $kendo-h3-line-height: 56px !default;
52
+ $kendo-h3-line-height: 44px !default;
53
53
  /// The line height of the fourth highest level heading.
54
54
  /// @group typography
55
- $kendo-h4-line-height: 36px !default;
55
+ $kendo-h4-line-height: 40px !default;
56
56
  /// The line height of the fifth highest level heading.
57
57
  /// @group typography
58
- $kendo-h5-line-height: 24px !default;
58
+ $kendo-h5-line-height: 36px !default;
59
59
  /// The line height of the sixth highest level heading.
60
60
  /// @group typography
61
- $kendo-h6-line-height: 24px !default;
61
+ $kendo-h6-line-height: 32px !default;
62
62
 
63
63
  /// The font weight of the highest level heading.
64
64
  /// @group typography
@@ -84,19 +84,19 @@ $kendo-h6-font-weight: var( --kendo-font-weight-medium, normal ) !default;
84
84
  $kendo-h1-letter-spacing: var( --kendo-letter-spacing-tighter, normal ) !default;
85
85
  /// The letter spacing of the second highest level heading.
86
86
  /// @group typography
87
- $kendo-h2-letter-spacing: var( --kendo-letter-spacing-tight, normal ) !default;
87
+ $kendo-h2-letter-spacing: var( --kendo-letter-spacing-normal, normal ) !default;
88
88
  /// The letter spacing of the third highest level heading.
89
89
  /// @group typography
90
90
  $kendo-h3-letter-spacing: var( --kendo-letter-spacing-normal, normal ) !default;
91
91
  /// The letter spacing of the fourth highest level heading.
92
92
  /// @group typography
93
- $kendo-h4-letter-spacing: var( --kendo-letter-spacing-wider, normal ) !default;
93
+ $kendo-h4-letter-spacing: var( --kendo-letter-spacing-normal, normal ) !default;
94
94
  /// The letter spacing of the fifth highest level heading.
95
95
  /// @group typography
96
96
  $kendo-h5-letter-spacing: var( --kendo-letter-spacing-normal, normal ) !default;
97
97
  /// The letter spacing of the sixth highest level heading.
98
98
  /// @group typography
99
- $kendo-h6-letter-spacing: var( --kendo-letter-spacing-wide, normal ) !default;
99
+ $kendo-h6-letter-spacing: var( --kendo-letter-spacing-normal, normal ) !default;
100
100
 
101
101
 
102
102
  /// The margin of the highest level heading.
@@ -201,7 +201,7 @@ $kendo-paragraph-letter-spacing: .0313em !default;
201
201
  $kendo-code-font-size: var( --kendo-font-size, inherit ) !default;
202
202
  /// The font family of the code tag.
203
203
  /// @group typography
204
- $kendo-code-font-family: var( --kendo-font-family-monospace, normal ) !default;
204
+ $kendo-code-font-family: var( --kendo-font-family, normal ) !default;
205
205
  /// The line height of the code tag.
206
206
  /// @group typography
207
207
  $kendo-code-line-height: var( --kendo-line-height, normal ) !default;
@@ -210,7 +210,7 @@ $kendo-code-line-height: var( --kendo-line-height, normal ) !default;
210
210
  $kendo-code-font-weight: var( --kendo-font-weight-normal, normal ) !default;
211
211
  /// The letter spacing of the code tag.
212
212
  /// @group typography
213
- $kendo-code-letter-spacing: null !default;
213
+ $kendo-code-letter-spacing: var( --kendo-letter-spacing-wider, normal ) !default;
214
214
 
215
215
  /// The horizontal padding of the code tag.
216
216
  /// @group typography
@@ -230,28 +230,28 @@ $kendo-code-border-width: 1px !default;
230
230
 
231
231
  /// The background color of the code tag.
232
232
  /// @group typography
233
- $kendo-code-bg: $kendo-base-bg !default;
233
+ $kendo-code-bg: k-color(app-surface) !default;
234
234
  /// The text color of the code tag.
235
235
  /// @group typography
236
- $kendo-code-text: $kendo-component-text !default;
236
+ $kendo-code-text: k-color(on-app-surface) !default;
237
237
  /// The border color of the code tag.
238
238
  /// @group typography
239
- $kendo-code-border: $kendo-component-border !default;
239
+ $kendo-code-border: k-color(border) !default;
240
240
 
241
241
  // Display
242
242
 
243
243
  /// The font size of the largest display text.
244
244
  /// @group typography
245
- $kendo-display1-font-size: calc( var( --kendo-font-size, .875rem ) * 9.5 ) !default;
245
+ $kendo-display1-font-size: 140px !default;
246
246
  /// The font size of the second largest display text.
247
247
  /// @group typography
248
- $kendo-display2-font-size: calc( var( --kendo-font-size, .875rem ) * 8.75 ) !default;
248
+ $kendo-display2-font-size: 112px !default;
249
249
  /// The font size of the third largest display text.
250
250
  /// @group typography
251
- $kendo-display3-font-size: calc( var( --kendo-font-size, .875rem ) * 8 ) !default;
251
+ $kendo-display3-font-size: 90px !default;
252
252
  /// The font size of the fourth largest display text.
253
253
  /// @group typography
254
- $kendo-display4-font-size: calc( var( --kendo-font-size, .875rem ) * 7.25 ) !default;
254
+ $kendo-display4-font-size: 72px !default;
255
255
 
256
256
  /// The font family of the largest display text.
257
257
  /// @group typography
@@ -12,7 +12,7 @@
12
12
  .k-upload {
13
13
  .k-upload-button {
14
14
  @include box-shadow( none );
15
- background-color: if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-upload-dropzone-bg ));
15
+ background-color: k-color(base-subtle);
16
16
  }
17
17
  }
18
18
 
@@ -15,20 +15,20 @@ $kendo-upload-font-family: var( --kendo-font-family, inherit ) !default;
15
15
  $kendo-upload-font-size: var( --kendo-font-size, inherit ) !default;
16
16
  /// The line height of the Upload.
17
17
  /// @group upload
18
- $kendo-upload-line-height: math.div( 20, 14 ) !default;
18
+ $kendo-upload-line-height: var( --kendo-line-height, normal ) !default;
19
19
  /// The maximum height of the list with uploaded items.
20
20
  /// @group upload
21
21
  $kendo-upload-max-height: 300px !default;
22
22
 
23
23
  /// The text color of the Upload.
24
24
  /// @group upload
25
- $kendo-upload-text: $kendo-component-text !default;
25
+ $kendo-upload-text: k-color(on-app-surface) !default;
26
26
  /// The background color of the Upload.
27
27
  /// @group upload
28
- $kendo-upload-bg: $kendo-component-bg !default;
28
+ $kendo-upload-bg: k-color(surface) !default;
29
29
  /// The border color of the Upload.
30
30
  /// @group upload
31
- $kendo-upload-border: $kendo-component-border !default;
31
+ $kendo-upload-border: k-color(border) !default;
32
32
 
33
33
  /// The horizontal padding of the Upload dropzone.
34
34
  /// @group upload
@@ -38,20 +38,20 @@ $kendo-upload-dropzone-padding-x: k-spacing(2) !default;
38
38
  $kendo-upload-dropzone-padding-y: k-spacing(2) !default;
39
39
  /// The text color of the Upload dropzone.
40
40
  /// @group upload
41
- $kendo-upload-dropzone-text: $kendo-component-header-text !default;
41
+ $kendo-upload-dropzone-text: k-color(on-app-surface) !default;
42
42
  /// The background color of the Upload dropzone.
43
43
  /// @group upload
44
- $kendo-upload-dropzone-bg: $kendo-component-header-bg !default;
44
+ $kendo-upload-dropzone-bg: k-color(surface) !default;
45
45
  /// The border color of the Upload dropzone.
46
46
  /// @group upload
47
47
  $kendo-upload-dropzone-border: $kendo-upload-border !default;
48
48
  /// The background color of the hovered Upload dropzone.
49
49
  /// @group upload
50
- $kendo-upload-dropzone-hover-bg: $kendo-hover-bg !default;
50
+ $kendo-upload-dropzone-hover-bg: k-color(base-hover) !default;
51
51
 
52
52
  /// The text color of the Upload status message.
53
53
  /// @group upload
54
- $kendo-upload-status-text: $kendo-subtle-text !default;
54
+ $kendo-upload-status-text: k-color(subtle) !default;
55
55
  /// The opacity of the Upload status message.
56
56
  /// @group upload
57
57
  $kendo-upload-status-text-opacity: null !default;
@@ -78,28 +78,28 @@ $kendo-upload-validation-line-height: var( --kendo-line-height-xs, normal ) !def
78
78
  $kendo-upload-icon-spacing: $kendo-icon-spacing !default;
79
79
  /// The color of the uploaded items icon.
80
80
  /// @group upload
81
- $kendo-upload-icon-color: $kendo-subtle-text !default;
81
+ $kendo-upload-icon-color: k-color(subtle) !default;
82
82
 
83
83
  /// The thickness of the Upload progress bar.
84
84
  /// @group upload
85
85
  $kendo-upload-progress-thickness: 2px !default;
86
86
  /// The background color of the Upload progress bar.
87
87
  /// @group upload
88
- $kendo-upload-progress-bg: $kendo-color-info !default;
88
+ $kendo-upload-progress-bg: k-color(info) !default;
89
89
 
90
90
  /// The success text color of the Upload.
91
91
  /// @group upload
92
- $kendo-upload-success-text: $kendo-color-success !default;
92
+ $kendo-upload-success-text: k-color(success) !default;
93
93
  /// The success background color of the Upload progress bar.
94
94
  /// @group upload
95
- $kendo-upload-success-bg: $kendo-color-success !default;
95
+ $kendo-upload-success-bg: k-color(success) !default;
96
96
 
97
97
  /// The error text color of the Upload.
98
98
  /// @group upload
99
- $kendo-upload-error-text: $kendo-color-error !default;
99
+ $kendo-upload-error-text: k-color(error) !default;
100
100
  /// The error background color of the Upload progress bar.
101
101
  /// @group upload
102
- $kendo-upload-error-bg: $kendo-color-error !default;
102
+ $kendo-upload-error-bg: k-color(error) !default;
103
103
 
104
104
  /// The shadow of the focused Upload button, actions and uploaded items.
105
105
  /// @group upload
@@ -3,4 +3,18 @@
3
3
 
4
4
  @mixin kendo-window--layout() {
5
5
  @include kendo-window--layout-base();
6
+
7
+ .k-window-minimized {
8
+ border-bottom-left-radius: 0;
9
+ border-bottom-right-radius: 0;
10
+ }
11
+
12
+ .k-window-title,
13
+ .k-window-titlebar-actions {
14
+ margin-block: 0;
15
+ }
16
+
17
+ .k-window-title {
18
+ padding-block: 0;
19
+ }
6
20
  }
@@ -10,7 +10,7 @@
10
10
  $kendo-window-border-width: 0px !default;
11
11
  /// The border radius of the Window.
12
12
  /// @group window
13
- $kendo-window-border-radius: 4px !default;
13
+ $kendo-window-border-radius: k-border-radius(xxxl) !default;
14
14
  /// The font family of the Window.
15
15
  /// @group window
16
16
  $kendo-window-font-family: var( --kendo-font-family, inherit ) !default;
@@ -19,14 +19,14 @@ $kendo-window-font-family: var( --kendo-font-family, inherit ) !default;
19
19
  $kendo-window-font-size: var( --kendo-font-size, inherit ) !default;
20
20
  /// The line height of the Window.
21
21
  /// @group window
22
- $kendo-window-line-height: math.div( 20, 14 ) !default;
22
+ $kendo-window-line-height: var( --kendo-line-height, normal ) !default;
23
23
 
24
24
  /// The horizontal padding of the Window titlebar.
25
25
  /// @group window
26
26
  $kendo-window-titlebar-padding-x: k-spacing(6) !default;
27
27
  /// The vertical padding of the Window titlebar.
28
28
  /// @group window
29
- $kendo-window-titlebar-padding-y: k-spacing(4) !default;
29
+ $kendo-window-titlebar-padding-y: k-spacing(5) !default;
30
30
  /// The width of the border of the Window titlebar.
31
31
  /// @group window
32
32
  $kendo-window-titlebar-border-width: 0px !default;
@@ -36,7 +36,7 @@ $kendo-window-titlebar-border-style: solid !default;
36
36
 
37
37
  /// The font size of the title of the Window.
38
38
  /// @group window
39
- $kendo-window-title-font-size: var( --kendo-font-size-lg, inherit ) !default;
39
+ $kendo-window-title-font-size: var( --kendo-font-size-xl, inherit ) !default;
40
40
  /// The line height of the title of the Window.
41
41
  /// @group window
42
42
  $kendo-window-title-line-height: var( --kendo-line-height-lg, normal ) !default;
@@ -56,7 +56,7 @@ $kendo-window-action-hover-opacity: null !default;
56
56
  $kendo-window-inner-padding-x: k-spacing(6) !default;
57
57
  /// The vertical padding of the content of the Window.
58
58
  /// @group window
59
- $kendo-window-inner-padding-y: k-spacing(2) !default;
59
+ $kendo-window-inner-padding-y: k-spacing(4) !default;
60
60
 
61
61
  /// The horizontal padding of the Window action buttons.
62
62
  /// @group window
@@ -70,23 +70,23 @@ $kendo-window-buttongroup-border-width: 0px !default;
70
70
 
71
71
  /// The background color of the Window.
72
72
  /// @group window
73
- $kendo-window-bg: $kendo-component-bg !default;
73
+ $kendo-window-bg: k-color(surface-alt) !default;
74
74
  /// The text color of the Window.
75
75
  /// @group window
76
- $kendo-window-text: $kendo-component-text !default;
76
+ $kendo-window-text: k-color(on-app-surface) !default;
77
77
  /// The border color of the Window.
78
78
  /// @group window
79
- $kendo-window-border: $kendo-component-border !default;
79
+ $kendo-window-border: k-color(border) !default;
80
80
  /// The box shadow of the Window.
81
81
  /// @group window
82
- $kendo-window-shadow: k-elevation(8) !default;
82
+ $kendo-window-shadow: k-elevation(3) !default;
83
83
  /// The box shadow of the focused Window.
84
84
  /// @group window
85
- $kendo-window-focus-shadow: k-elevation(9) !default;
85
+ $kendo-window-focus-shadow: k-elevation(4) !default;
86
86
 
87
87
  /// The background color of the Window titlebar.
88
88
  /// @group window
89
- $kendo-window-titlebar-bg: unset !default;
89
+ $kendo-window-titlebar-bg: k-color(surface) !default;
90
90
  /// The text color of the Window titlebar.
91
91
  /// @group window
92
92
  $kendo-window-titlebar-text: unset !default;
@@ -108,9 +108,9 @@ $kendo-window-sizes: (
108
108
  /// The theme colors map for the Window.
109
109
  /// @group window
110
110
  $kendo-window-theme-colors: (
111
- "primary": map.get($kendo-theme-colors, "primary"),
112
- "light": map.get($kendo-theme-colors, "light"),
113
- "dark": map.get($kendo-theme-colors, "dark")
111
+ "primary": k-color(primary),
112
+ "light": k-color(light),
113
+ "dark": k-color(dark)
114
114
  ) !default;
115
115
 
116
116
  @forward "@progress/kendo-theme-core/scss/components/window/_variables.scss" with (
@@ -4,16 +4,16 @@
4
4
 
5
5
  /// The horizontal padding of the Wizard.
6
6
  /// @group wizard
7
- $kendo-wizard-padding-x: calc( #{k-spacing(4)} * 1.25 ) !default;
7
+ $kendo-wizard-padding-x: k-spacing(5) !default;
8
8
  /// The vertical padding of the Wizard.
9
9
  /// @group wizard
10
10
  $kendo-wizard-padding-y: $kendo-wizard-padding-x !default;
11
11
  /// The horizontal padding of the Wizard content.
12
12
  /// @group wizard
13
- $kendo-wizard-content-padding-x: calc( #{k-spacing(4)} * 2 ) !default;
13
+ $kendo-wizard-content-padding-x: k-spacing(8) !default;
14
14
  /// The vertical padding of the Wizard content.
15
15
  /// @group wizard
16
- $kendo-wizard-content-padding-y: calc( #{k-spacing(1)} * 8 ) !default;
16
+ $kendo-wizard-content-padding-y: k-spacing(8) !default;
17
17
  /// The horizontal margin of the Wizard's Button container.
18
18
  /// @group wizard
19
19
  $kendo-wizard-buttons-margin-x: k-spacing(2.5) !default;
@@ -1,104 +0,0 @@
1
- @use "sass:map";
2
- @use "sass:meta";
3
- @use "sass:color";
4
- @use "./_palettes-legacy.scss" as *;
5
-
6
- @function get-base-palette($name) {
7
- @return map.get($palettes, $name);
8
- }
9
-
10
- @function get-base-hue($palette, $hue) {
11
- @return map.get(get-base-palette($palette), $hue);
12
- }
13
-
14
- @function get-base-contrast($palette, $hue) {
15
- @return map.get(map.get(get-base-palette($palette), contrast), $hue);
16
- }
17
-
18
- // For a given hue in a palette, return the contrast color from the map of contrast palettes.
19
- @function material-contrast($palette, $hue) {
20
- @return map.get(map.get($palette, contrast), $hue);
21
- }
22
-
23
- // Creates a map of hues to colors for a theme. This is used to define a theme palette in terms
24
- // of the Material Design hues.
25
- @function material-palette($base-palette, $main: 500, $lighter: 300, $darker: 700, $adjust-contrast: true, $theme-type) {
26
- @if not(meta.type-of($base-palette) == map) {
27
- $base-palette: get-base-palette($base-palette);
28
- }
29
-
30
- $main-contrast: material-contrast($base-palette, $main);
31
-
32
- @if ($adjust-contrast == true) {
33
- @if ($theme-type == dark) and ($main-contrast == $light-primary-text) {
34
- $main: 200;
35
- $lighter: 100;
36
- $darker: 300;
37
- }
38
-
39
- @if ($theme-type == light) and ($main-contrast == $dark-primary-text) {
40
- $main: 800;
41
- $lighter: 700;
42
- $darker: 900;
43
- }
44
- }
45
-
46
- // stylelint-disable-next-line function-comma-newline-after
47
- $result: map.merge(
48
- $base-palette,
49
- (
50
- main: map.get($base-palette, $main),
51
- lighter: map.get($base-palette, $lighter),
52
- darker: map.get($base-palette, $darker),
53
- main-contrast: material-contrast($base-palette, $main),
54
- lighter-contrast: material-contrast($base-palette, $lighter),
55
- darker-contrast: material-contrast($base-palette, $darker),
56
- )
57
- );
58
-
59
- // For each hue in the palette, add a "-contrast" color to the map.
60
- @each $hue, $color in $base-palette {
61
- // stylelint-disable-next-line function-comma-newline-after
62
- $result: map.merge(
63
- $result,
64
- (
65
- "#{$hue}-contrast": material-contrast($base-palette, $hue),
66
- )
67
- );
68
- }
69
-
70
- @return $result;
71
- }
72
-
73
- // Gets a color from a theme palette (the output of material-palette).
74
- // The hue can be one of the standard values (500, A400, etc.), one of the three preconfigured
75
- // hues (main, lighter, darker), or any of the aforementioned prefixed with "-contrast".
76
- @function material-color($palette, $hue: main, $opacity: null) {
77
- @if not(meta.type-of($palette) == map) {
78
- $palette: get-base-palette($palette);
79
- }
80
-
81
- // If hueKey is a number between zero and one, then it actually contains an
82
- // opacity value, so recall this function with the default hue and that given opacity.
83
- @if meta.type-of($hue) == number and $hue >= 0 and $hue <= 1 {
84
- @return material-color($palette, main, $hue);
85
- }
86
-
87
- $color: map.get($palette, $hue);
88
- $opacity: if($opacity == null, color.alpha($color), $opacity);
89
-
90
- @return rgba($color, $opacity);
91
- }
92
-
93
- // Creates a container object for a light theme to be given to individual component theme mixins.
94
- @function material-theme($kendo-color-primary, $kendo-color-secondary, $theme-type, $material-dark-complimentary, $material-light-complimentary, $warn) {
95
- $complimentary: if($theme-type == dark, $material-dark-complimentary, $material-light-complimentary);
96
- @return map.merge(
97
- (
98
- primary: $kendo-color-primary,
99
- secondary: $kendo-color-secondary,
100
- warn: $warn,
101
- ),
102
- $complimentary
103
- );
104
- }