@progress/kendo-theme-material 11.0.0-dev.0 → 11.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (184) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/material-2-dark.css +1 -0
  3. package/dist/material-2-dark.scss +137 -0
  4. package/dist/material-2.css +1 -0
  5. package/dist/material-2.scss +132 -0
  6. package/dist/material-aqua-dark.css +1 -1
  7. package/dist/material-arctic.css +1 -1
  8. package/dist/material-burnt-teal.css +1 -1
  9. package/dist/material-dataviz-v4.css +1 -1
  10. package/dist/material-eggplant.css +1 -1
  11. package/dist/material-lime-dark.css +1 -1
  12. package/dist/material-lime.css +1 -1
  13. package/dist/material-main-dark.css +1 -1
  14. package/dist/material-main-dark.scss +97 -97
  15. package/dist/material-main.css +1 -1
  16. package/dist/material-nova.css +1 -1
  17. package/dist/material-pacific-dark.css +1 -1
  18. package/dist/material-pacific.css +1 -1
  19. package/dist/material-sky-dark.css +1 -1
  20. package/dist/material-sky.css +1 -1
  21. package/dist/material-smoke.css +1 -1
  22. package/dist/meta/sassdoc-data.json +11721 -9853
  23. package/dist/meta/sassdoc-raw-data.json +3880 -3030
  24. package/dist/meta/variables.json +2515 -2282
  25. package/lib/swatches/index.js +2 -0
  26. package/lib/swatches/material-2-dark.json +657 -0
  27. package/lib/swatches/material-2.json +632 -0
  28. package/lib/swatches/material-aqua-dark.json +1 -1
  29. package/lib/swatches/material-arctic.json +1 -1
  30. package/lib/swatches/material-burnt-teal.json +1 -1
  31. package/lib/swatches/material-dataviz-v4.json +1 -1
  32. package/lib/swatches/material-eggplant.json +1 -1
  33. package/lib/swatches/material-lime-dark.json +1 -1
  34. package/lib/swatches/material-lime.json +1 -1
  35. package/lib/swatches/material-main-dark.json +103 -103
  36. package/lib/swatches/material-main.json +6 -6
  37. package/lib/swatches/material-nova.json +1 -1
  38. package/lib/swatches/material-pacific-dark.json +1 -1
  39. package/lib/swatches/material-pacific.json +1 -1
  40. package/lib/swatches/material-sky-dark.json +1 -1
  41. package/lib/swatches/material-sky.json +1 -1
  42. package/lib/swatches/material-smoke.json +1 -1
  43. package/package.json +4 -4
  44. package/scss/action-buttons/_layout.scss +0 -23
  45. package/scss/action-buttons/_theme.scss +0 -13
  46. package/scss/action-buttons/_variables.scss +3 -3
  47. package/scss/action-sheet/_layout.scss +6 -0
  48. package/scss/action-sheet/_variables.scss +21 -22
  49. package/scss/appbar/_variables.scss +3 -3
  50. package/scss/badge/_layout.scss +0 -1
  51. package/scss/badge/_variables.scss +8 -8
  52. package/scss/bottom-navigation/_theme.scss +54 -3
  53. package/scss/bottom-navigation/_variables.scss +16 -16
  54. package/scss/breadcrumb/_variables.scss +19 -19
  55. package/scss/button/_layout.scss +0 -79
  56. package/scss/button/_theme.scss +114 -29
  57. package/scss/button/_variables.scss +28 -24
  58. package/scss/calendar/_layout.scss +13 -16
  59. package/scss/calendar/_theme.scss +29 -11
  60. package/scss/calendar/_variables.scss +75 -48
  61. package/scss/captcha/_variables.scss +3 -3
  62. package/scss/card/_variables.scss +15 -15
  63. package/scss/chat/_theme.scss +4 -0
  64. package/scss/chat/_variables.scss +4 -4
  65. package/scss/checkbox/_layout.scss +35 -0
  66. package/scss/checkbox/_theme.scss +113 -4
  67. package/scss/checkbox/_variables.scss +18 -15
  68. package/scss/chip/_layout.scss +10 -0
  69. package/scss/chip/_theme.scss +41 -61
  70. package/scss/chip/_variables.scss +36 -18
  71. package/scss/coloreditor/_variables.scss +8 -8
  72. package/scss/colorgradient/_variables.scss +3 -33
  73. package/scss/column-menu/_variables.scss +1 -1
  74. package/scss/core/color-system/_palettes.scss +243 -242
  75. package/scss/core/color-system/_swatch.scss +142 -142
  76. package/scss/core/elevation/index.import.scss +18 -27
  77. package/scss/core/typography/index.import.scss +8 -8
  78. package/scss/dataviz/_variables.scss +1 -1
  79. package/scss/dialog/_variables.scss +6 -1
  80. package/scss/dock-manager/_variables.scss +14 -14
  81. package/scss/draggable/_variables.scss +1 -1
  82. package/scss/drawer/_layout.scss +2 -0
  83. package/scss/drawer/_theme.scss +0 -11
  84. package/scss/drawer/_variables.scss +48 -23
  85. package/scss/dropzone/_variables.scss +2 -2
  86. package/scss/editor/_layout.scss +2 -12
  87. package/scss/editor/_variables.scss +4 -4
  88. package/scss/expansion-panel/_layout.scss +5 -0
  89. package/scss/expansion-panel/_variables.scss +6 -6
  90. package/scss/fab/_layout.scss +1 -1
  91. package/scss/fab/_theme.scss +13 -12
  92. package/scss/fab/_variables.scss +11 -11
  93. package/scss/filemanager/_theme.scss +4 -0
  94. package/scss/filemanager/_variables.scss +1 -1
  95. package/scss/filter/_variables.scss +2 -2
  96. package/scss/forms/_variables.scss +5 -5
  97. package/scss/gantt/_variables.scss +16 -16
  98. package/scss/grid/_layout.scss +6 -21
  99. package/scss/grid/_theme.scss +12 -55
  100. package/scss/grid/_variables.scss +13 -13
  101. package/scss/imageeditor/_variables.scss +2 -2
  102. package/scss/input/_layout.scss +10 -14
  103. package/scss/input/_variables.scss +35 -34
  104. package/scss/list/_theme.scss +1 -1
  105. package/scss/list/_variables.scss +100 -22
  106. package/scss/listbox/_variables.scss +1 -1
  107. package/scss/listgroup/_variables.scss +4 -4
  108. package/scss/listview/_theme.scss +0 -13
  109. package/scss/listview/_variables.scss +5 -5
  110. package/scss/loader/_variables.scss +2 -2
  111. package/scss/map/_variables.scss +2 -2
  112. package/scss/mediaplayer/_variables.scss +2 -2
  113. package/scss/menu/_layout.scss +4 -0
  114. package/scss/menu/_theme.scss +1 -26
  115. package/scss/menu/_variables.scss +47 -39
  116. package/scss/menu-button/_variables.scss +1 -1
  117. package/scss/messagebox/_layout.scss +5 -1
  118. package/scss/messagebox/_variables.scss +1 -1
  119. package/scss/notification/_layout.scss +5 -0
  120. package/scss/notification/_theme.scss +1 -0
  121. package/scss/notification/_variables.scss +18 -8
  122. package/scss/orgchart/_variables.scss +3 -3
  123. package/scss/pager/_variables.scss +4 -4
  124. package/scss/panel/_variables.scss +3 -3
  125. package/scss/panelbar/_layout.scss +29 -1
  126. package/scss/panelbar/_theme.scss +0 -1
  127. package/scss/panelbar/_variables.scss +23 -23
  128. package/scss/pdf-viewer/_variables.scss +3 -3
  129. package/scss/pivotgrid/_theme.scss +0 -12
  130. package/scss/pivotgrid/_variables.scss +4 -4
  131. package/scss/popover/_variables.scss +3 -3
  132. package/scss/popup/_variables.scss +5 -5
  133. package/scss/progressbar/_layout.scss +11 -4
  134. package/scss/progressbar/_variables.scss +2 -2
  135. package/scss/prompt/_layout.scss +4 -0
  136. package/scss/prompt/_variables.scss +8 -8
  137. package/scss/radio/_layout.scss +35 -0
  138. package/scss/radio/_theme.scss +109 -4
  139. package/scss/radio/_variables.scss +17 -14
  140. package/scss/rating/_variables.scss +3 -3
  141. package/scss/scheduler/_layout.scss +2 -89
  142. package/scss/scheduler/_variables.scss +4 -4
  143. package/scss/scrollview/_variables.scss +1 -1
  144. package/scss/slider/_layout.scss +11 -0
  145. package/scss/slider/_theme.scss +1 -10
  146. package/scss/slider/_variables.scss +16 -7
  147. package/scss/split-button/_layout.scss +12 -0
  148. package/scss/split-button/_variables.scss +4 -4
  149. package/scss/splitter/_variables.scss +3 -3
  150. package/scss/spreadsheet/_layout.scss +0 -35
  151. package/scss/spreadsheet/_theme.scss +3 -25
  152. package/scss/spreadsheet/_variables.scss +7 -7
  153. package/scss/stepper/_layout.scss +15 -1
  154. package/scss/stepper/_theme.scss +8 -0
  155. package/scss/stepper/_variables.scss +13 -13
  156. package/scss/switch/_layout.scss +20 -5
  157. package/scss/switch/_theme.scss +2 -9
  158. package/scss/switch/_variables.scss +50 -16
  159. package/scss/table/_layout.scss +6 -0
  160. package/scss/table/_variables.scss +9 -9
  161. package/scss/tabstrip/_layout.scss +100 -4
  162. package/scss/tabstrip/_variables.scss +16 -16
  163. package/scss/taskboard/_layout.scss +4 -0
  164. package/scss/taskboard/_variables.scss +8 -8
  165. package/scss/tilelayout/_layout.scss +7 -1
  166. package/scss/tilelayout/_variables.scss +2 -2
  167. package/scss/timeline/_variables.scss +2 -2
  168. package/scss/timeselector/_layout.scss +38 -0
  169. package/scss/timeselector/_theme.scss +8 -6
  170. package/scss/timeselector/_variables.scss +29 -23
  171. package/scss/toolbar/_layout.scss +0 -47
  172. package/scss/toolbar/_theme.scss +4 -44
  173. package/scss/toolbar/_variables.scss +14 -14
  174. package/scss/tooltip/_variables.scss +6 -6
  175. package/scss/treelist/_layout.scss +0 -19
  176. package/scss/treelist/_theme.scss +10 -15
  177. package/scss/treelist/_variables.scss +1 -1
  178. package/scss/treeview/_theme.scss +2 -31
  179. package/scss/treeview/_variables.scss +24 -24
  180. package/scss/typography/_variables.scss +21 -21
  181. package/scss/upload/_variables.scss +3 -3
  182. package/scss/window/_layout.scss +14 -0
  183. package/scss/window/_variables.scss +8 -8
  184. package/scss/wizard/_variables.scss +3 -3
@@ -36,7 +36,7 @@ $kendo-toolbar-lg-padding-y: k-spacing(2.5) !default;
36
36
  $kendo-toolbar-spacing: k-spacing(2) !default;
37
37
  /// The spacing between the tools of the small Toolbar.
38
38
  /// @group toolbar
39
- $kendo-toolbar-sm-spacing: k-spacing(1.5) !default;
39
+ $kendo-toolbar-sm-spacing: k-spacing(1) !default;
40
40
  /// The spacing between the tools of the medium Toolbar.
41
41
  /// @group toolbar
42
42
  $kendo-toolbar-md-spacing: $kendo-toolbar-spacing !default;
@@ -59,7 +59,7 @@ $kendo-toolbar-lg-separator-height: $kendo-button-lg-calc-size !default;
59
59
 
60
60
  /// The width of the border around the Toolbar.
61
61
  /// @group toolbar
62
- $kendo-toolbar-border-width: 0 !default;
62
+ $kendo-toolbar-border-width: 1px !default;
63
63
  /// The border radius of the Toolbar.
64
64
  /// @group toolbar
65
65
  $kendo-toolbar-border-radius: null !default;
@@ -72,23 +72,23 @@ $kendo-toolbar-font-family: var( --kendo-font-family, inherit ) !default;
72
72
  $kendo-toolbar-font-size: var( --kendo-font-size, inherit ) !default;
73
73
  /// The line height of the Toolbar.
74
74
  /// @group toolbar
75
- $kendo-toolbar-line-height: math.div( 20, 14 ) !default;
75
+ $kendo-toolbar-line-height: var( --kendo-line-height, normal ) !default;
76
76
 
77
77
  /// The background color of the Toolbar.
78
78
  /// @group toolbar
79
- $kendo-toolbar-bg: k-color(surface-alt) !default;
79
+ $kendo-toolbar-bg: k-color(surface) !default;
80
80
  /// The text color of the Toolbar.
81
81
  /// @group toolbar
82
- $kendo-toolbar-text: k-color(on-app-surface) !default;
82
+ $kendo-toolbar-text: k-color(base-on-subtle) !default;
83
83
  /// The color of the border around the Toolbar.
84
84
  /// @group toolbar
85
- $kendo-toolbar-border: k-color(border) !default;
85
+ $kendo-toolbar-border: $kendo-toolbar-bg !default;
86
86
  /// The gradient of the Toolbar.
87
87
  /// @group toolbar
88
88
  $kendo-toolbar-gradient: null !default;
89
89
  /// The box shadow of the Toolbar.
90
90
  /// @group toolbar
91
- $kendo-toolbar-shadow: k-elevation(4) !default;
91
+ $kendo-toolbar-shadow: null !default;
92
92
  /// The left and right scroll overlay of the Toolbar.
93
93
  /// @group toolbar
94
94
  $kendo-toolbar-scroll-overlay: $kendo-toolbar-bg, color-mix(in srgb, k-color(app-surface) 0%, transparent) !default;
@@ -96,10 +96,10 @@ $kendo-toolbar-scroll-overlay: $kendo-toolbar-bg, color-mix(in srgb, k-color(app
96
96
 
97
97
  /// The text color of the outline Toolbar.
98
98
  /// @group toolbar
99
- $kendo-toolbar-outline-text: unset !default;
99
+ $kendo-toolbar-outline-text: k-color(base-on-subtle) !default;
100
100
  /// The color of the border around the outline Toolbar.
101
101
  /// @group toolbar
102
- $kendo-toolbar-outline-border: currentColor !default;
102
+ $kendo-toolbar-outline-border: color-mix(in srgb, k-color(on-app-surface) 44%, transparent) !default;
103
103
  /// The gradient of the outline Toolbar.
104
104
  /// @group toolbar
105
105
  $kendo-toolbar-outline-gradient: null !default;
@@ -116,16 +116,16 @@ $kendo-toolbar-outline-scroll-overlay: k-color(app-surface), color-mix(in srgb,
116
116
 
117
117
  /// The text color of the flat Toolbar.
118
118
  /// @group toolbar
119
- $kendo-toolbar-flat-text: null !default;
119
+ $kendo-toolbar-flat-text: k-color(base-on-subtle) !default;
120
120
  /// The color of the border around the flat Toolbar.
121
121
  /// @group toolbar
122
- $kendo-toolbar-flat-border: $kendo-toolbar-border !default;
122
+ $kendo-toolbar-flat-border: k-color(border) !default;
123
123
  /// The gradient of the flat Toolbar.
124
124
  /// @group toolbar
125
125
  $kendo-toolbar-flat-gradient: null !default;
126
126
  /// The box shadow of the flat Toolbar.
127
127
  /// @group toolbar
128
- $kendo-toolbar-flat-shadow: 0 2px 0 -1px k-color(border) !default;
128
+ $kendo-toolbar-flat-shadow: null !default;
129
129
  /// Border width of the flat Toolbar.
130
130
  /// @group toolbar
131
131
  $kendo-toolbar-flat-border-width: 1px !default;
@@ -136,7 +136,7 @@ $kendo-toolbar-flat-scroll-overlay: k-color(app-surface), color-mix(in srgb, k-c
136
136
 
137
137
  /// The color of the separator border of the Toolbar.
138
138
  /// @group toolbar
139
- $kendo-toolbar-separator-border: inherit !default;
139
+ $kendo-toolbar-separator-border: k-color(border) !default;
140
140
 
141
141
  /// The width of the input in the Toolbar.
142
142
  /// @group toolbar
@@ -144,7 +144,7 @@ $kendo-toolbar-input-width: 10em !default;
144
144
 
145
145
  /// The box shadow of the focused Toolbar item.
146
146
  /// @group toolbar
147
- $kendo-toolbar-item-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px rgba(0, 0, 0, .14), 0 1px 10px rgba(0, 0, 0, .12) !default;
147
+ $kendo-toolbar-item-shadow: null !default;
148
148
 
149
149
  /// The font size of the Toolbar overflow container.
150
150
  /// @group toolbar
@@ -7,10 +7,10 @@
7
7
 
8
8
  /// The vertical padding of the Tooltip.
9
9
  /// @group tooltip
10
- $kendo-tooltip-padding-y: k-spacing(.5) !default;
10
+ $kendo-tooltip-padding-y: k-spacing(1) !default;
11
11
  /// The horizontal padding of the Tooltip.
12
12
  /// @group tooltip
13
- $kendo-tooltip-padding-x: calc( #{k-spacing(4)} / 2 ) !default;
13
+ $kendo-tooltip-padding-x: k-spacing(2) !default;
14
14
  /// The width of the border around the Tooltip.
15
15
  /// @group tooltip
16
16
  $kendo-tooltip-border-width: 0px !default;
@@ -26,11 +26,11 @@ $kendo-tooltip-font-family: var( --kendo-font-family, inherit ) !default;
26
26
  $kendo-tooltip-font-size: var( --kendo-font-size-sm, inherit ) !default;
27
27
  /// The line height of the Tooltip.
28
28
  /// @group tooltip
29
- $kendo-tooltip-line-height: math.div( 20, 14 ) !default;
29
+ $kendo-tooltip-line-height: var( --kendo-line-height, normal ) !default;
30
30
 
31
31
  /// The font size of the Tooltip title.
32
32
  /// @group tooltip
33
- $kendo-tooltip-title-font-size: calc( var( --kendo-font-size-sm, .75rem ) * 1.25 ) !default;
33
+ $kendo-tooltip-title-font-size: var( --kendo-font-size-sm, inherit ) !default;
34
34
  /// The line height of the Tooltip title.
35
35
  /// @group tooltip
36
36
  $kendo-tooltip-title-line-height: var( --kendo-line-height-xs, normal ) !default;
@@ -41,10 +41,10 @@ $kendo-tooltip-callout-size: 6px !default;
41
41
 
42
42
  /// The default background of the Tooltip.
43
43
  /// @group tooltip
44
- $kendo-tooltip-bg: color-mix(in srgb, k-color(on-app-surface) 70%, transparent 30%) !default;
44
+ $kendo-tooltip-bg: k-color(inverse-on-surface) !default;
45
45
  /// The default text color of the Tooltip.
46
46
  /// @group tooltip
47
- $kendo-tooltip-text: k-color(app-surface) !default;
47
+ $kendo-tooltip-text: k-color(on-inverse) !default;
48
48
  /// The default border color of the Tooltip.
49
49
  /// @group tooltip
50
50
  $kendo-tooltip-border: $kendo-tooltip-bg !default;
@@ -1,26 +1,7 @@
1
- @use "./_variables.scss" as *;
2
1
  @use "@progress/kendo-theme-core/scss/components/treelist/_layout.scss" as *;
3
2
 
4
3
 
5
4
  @mixin kendo-treelist--layout() {
6
5
 
7
6
  @include kendo-treelist--layout-base();
8
-
9
- .k-treelist {
10
- tr.k-footer-template td {
11
- border-width: $kendo-treelist-footer-row-border-width 0;
12
- }
13
-
14
- tr.k-footer td,
15
- tr.k-footer-template + tr.k-footer-template td {
16
- border-width: 0 0 $kendo-treelist-footer-row-border-width;
17
- }
18
- }
19
-
20
- .k-treelist-scrollable {
21
- tr.k-group-footer td {
22
- border-bottom-width: $kendo-treelist-footer-row-border-width;
23
- }
24
- }
25
-
26
7
  }
@@ -5,28 +5,23 @@
5
5
 
6
6
  @include kendo-treelist--theme-base();
7
7
 
8
- .k-treelist {
9
- tr.k-footer,
10
- tr.k-footer-template {
11
- &:hover {
12
- background-color: $kendo-treelist-footer-row-bg;
13
- }
14
- }
15
- }
16
-
17
8
  // Sticky headers
18
9
  .k-treelist-scrollable {
19
- .k-grid-toolbar,
20
- .k-grid-header,
21
- .k-grid-header tr:hover {
22
- background-color: inherit;
23
- }
24
-
25
10
  .k-group-footer td,
26
11
  .k-grouping-row td,
27
12
  tbody .k-group-cell {
28
13
  background-color: $kendo-treelist-footer-row-bg;
29
14
  }
15
+
16
+ .k-group-footer.k-table-row {
17
+ &:hover,
18
+ &.k-hover {
19
+ td,
20
+ .k-table-td {
21
+ background-color: transparent
22
+ }
23
+ }
24
+ }
30
25
  }
31
26
 
32
27
  }
@@ -4,7 +4,7 @@
4
4
 
5
5
  /// The background color of the TreeList footer row.
6
6
  /// @group treelist
7
- $kendo-treelist-footer-row-bg: $kendo-grid-selected-bg !default;
7
+ $kendo-treelist-footer-row-bg: $kendo-grid-header-bg !default;
8
8
  /// The border width of the TreeList footer row.
9
9
  /// @group treelist
10
10
  $kendo-treelist-footer-row-border-width: 1px !default;
@@ -1,5 +1,3 @@
1
- @use "./_variables.scss" as *;
2
- @use "../core/_index.scss" as *;
3
1
  @use "@progress/kendo-theme-core/scss/components/treeview/_theme.scss" as *;
4
2
 
5
3
 
@@ -7,37 +5,10 @@
7
5
 
8
6
  @include kendo-treeview--theme-base();
9
7
 
10
- // Treeview
11
- .k-treeview {}
12
-
13
-
14
- // Treeview item
15
- .k-treeview-item {}
16
-
17
-
18
8
  // Treeview leaf
19
9
  .k-treeview-leaf {
20
-
21
- // Focus state
22
- &:focus,
23
- &.k-focus {
24
- @include fill(
25
- $kendo-treeview-item-hover-text,
26
- $kendo-treeview-item-hover-bg,
27
- $kendo-treeview-item-hover-border,
28
- $kendo-treeview-item-hover-gradient
29
- );
30
- }
31
-
32
- // Selected Focus state
33
- &.k-selected:focus,
34
- &.k-selected.k-focus {
35
- @include fill(
36
- $kendo-treeview-item-selected-focus-text,
37
- $kendo-treeview-item-selected-focus-bg,
38
- $kendo-treeview-item-selected-focus-border,
39
- $kendo-treeview-item-selected-focus-gradient
40
- );
10
+ &.k-selected {
11
+ font-weight: var( --kendo-font-weight-semibold, 600 );
41
12
  }
42
13
  }
43
14
 
@@ -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.
@@ -127,10 +127,10 @@ $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: color-mix(in srgb, k-color(on-app-surface) 7%, transparent) !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: k-color(secondary) !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: k-color(secondary) !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: color-mix(in srgb, k-color(on-app-surface) 7%, transparent) !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
@@ -242,16 +242,16 @@ $kendo-code-border: k-color(border) !default;
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
@@ -15,7 +15,7 @@ $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;
@@ -25,7 +25,7 @@ $kendo-upload-max-height: 300px !default;
25
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: k-color(surface-alt) !default;
28
+ $kendo-upload-bg: k-color(surface) !default;
29
29
  /// The border color of the Upload.
30
30
  /// @group upload
31
31
  $kendo-upload-border: k-color(border) !default;
@@ -41,7 +41,7 @@ $kendo-upload-dropzone-padding-y: k-spacing(2) !default;
41
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: k-color(app-surface) !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;
@@ -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
@@ -79,14 +79,14 @@ $kendo-window-text: k-color(on-app-surface) !default;
79
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;
@@ -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;