@progress/kendo-theme-material 4.43.1-dev.4 → 4.43.1-dev.8

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 (169) hide show
  1. package/README.md +0 -3
  2. package/dist/all.css +3078 -2182
  3. package/dist/all.scss +4679 -4316
  4. package/modules/@progress/kendo-theme-default/package.json +2 -2
  5. package/modules/@progress/kendo-theme-default/scss/action-buttons/_layout.scss +7 -0
  6. package/modules/@progress/kendo-theme-default/scss/action-sheet/_layout.scss +6 -0
  7. package/modules/@progress/kendo-theme-default/scss/adaptive/_layout.scss +40 -86
  8. package/modules/@progress/kendo-theme-default/scss/adaptive/_theme.scss +0 -9
  9. package/modules/@progress/kendo-theme-default/scss/appbar/_layout.scss +6 -1
  10. package/modules/@progress/kendo-theme-default/scss/appbar/_variables.scss +1 -1
  11. package/modules/@progress/kendo-theme-default/scss/autocomplete/_layout.scss +6 -0
  12. package/modules/@progress/kendo-theme-default/scss/autocomplete/_theme.scss +20 -39
  13. package/modules/@progress/kendo-theme-default/scss/autocomplete/_variables.scss +0 -19
  14. package/modules/@progress/kendo-theme-default/scss/avatar/_layout.scss +6 -0
  15. package/modules/@progress/kendo-theme-default/scss/avatar/_variables.scss +11 -1
  16. package/modules/@progress/kendo-theme-default/scss/badge/_layout.scss +6 -0
  17. package/modules/@progress/kendo-theme-default/scss/bottom-navigation/_layout.scss +6 -0
  18. package/modules/@progress/kendo-theme-default/scss/breadcrumb/_layout.scss +6 -0
  19. package/modules/@progress/kendo-theme-default/scss/button/_layout.scss +82 -94
  20. package/modules/@progress/kendo-theme-default/scss/button/_theme.scss +177 -112
  21. package/modules/@progress/kendo-theme-default/scss/button/_variables.scss +77 -11
  22. package/modules/@progress/kendo-theme-default/scss/calendar/_layout.scss +2 -14
  23. package/modules/@progress/kendo-theme-default/scss/captcha/_layout.scss +6 -0
  24. package/modules/@progress/kendo-theme-default/scss/card/_layout.scss +6 -0
  25. package/modules/@progress/kendo-theme-default/scss/card/_variables.scss +4 -4
  26. package/modules/@progress/kendo-theme-default/scss/chat/_layout.scss +12 -11
  27. package/modules/@progress/kendo-theme-default/scss/chat/_theme.scss +0 -21
  28. package/modules/@progress/kendo-theme-default/scss/chat/_variables.scss +0 -7
  29. package/modules/@progress/kendo-theme-default/scss/checkbox/_layout.scss +78 -145
  30. package/modules/@progress/kendo-theme-default/scss/checkbox/_theme.scss +6 -2
  31. package/modules/@progress/kendo-theme-default/scss/checkbox/_variables.scss +87 -18
  32. package/modules/@progress/kendo-theme-default/scss/chip/_layout.scss +6 -0
  33. package/modules/@progress/kendo-theme-default/scss/color-preview/_layout.scss +6 -0
  34. package/modules/@progress/kendo-theme-default/scss/coloreditor/_layout.scss +6 -0
  35. package/modules/@progress/kendo-theme-default/scss/colorgradient/_layout.scss +6 -4
  36. package/modules/@progress/kendo-theme-default/scss/colorpalette/_layout.scss +6 -0
  37. package/modules/@progress/kendo-theme-default/scss/colorpicker/_layout.scss +6 -3
  38. package/modules/@progress/kendo-theme-default/scss/combobox/_layout.scss +6 -1
  39. package/modules/@progress/kendo-theme-default/scss/common/_loading.scss +1 -13
  40. package/modules/@progress/kendo-theme-default/scss/dateinput/_layout.scss +7 -1
  41. package/modules/@progress/kendo-theme-default/scss/datepicker/_layout.scss +6 -0
  42. package/modules/@progress/kendo-theme-default/scss/daterangepicker/_index.scss +10 -0
  43. package/modules/@progress/kendo-theme-default/scss/daterangepicker/_layout.scss +33 -0
  44. package/modules/@progress/kendo-theme-default/scss/daterangepicker/_theme.scss +3 -0
  45. package/modules/@progress/kendo-theme-default/scss/daterangepicker/_variables.scss +1 -0
  46. package/modules/@progress/kendo-theme-default/scss/datetimepicker/_layout.scss +6 -2
  47. package/modules/@progress/kendo-theme-default/scss/drawer/_layout.scss +6 -0
  48. package/modules/@progress/kendo-theme-default/scss/dropdownlist/_layout.scss +6 -1
  49. package/modules/@progress/kendo-theme-default/scss/editor/_layout.scss +2 -10
  50. package/modules/@progress/kendo-theme-default/scss/expansion-panel/_layout.scss +6 -1
  51. package/modules/@progress/kendo-theme-default/scss/fab/_layout.scss +6 -0
  52. package/modules/@progress/kendo-theme-default/scss/filter/_layout.scss +8 -0
  53. package/modules/@progress/kendo-theme-default/scss/floating-label/_layout.scss +7 -0
  54. package/modules/@progress/kendo-theme-default/scss/forms/_layout.scss +7 -9
  55. package/modules/@progress/kendo-theme-default/scss/gantt/_layout.scss +1 -1
  56. package/modules/@progress/kendo-theme-default/scss/grid/_layout.scss +128 -97
  57. package/modules/@progress/kendo-theme-default/scss/grid/_theme.scss +0 -6
  58. package/modules/@progress/kendo-theme-default/scss/grid/_variables.scss +1 -3
  59. package/modules/@progress/kendo-theme-default/scss/imageeditor/_layout.scss +6 -0
  60. package/modules/@progress/kendo-theme-default/scss/index.scss +1 -0
  61. package/modules/@progress/kendo-theme-default/scss/input/_layout.scss +1 -1
  62. package/modules/@progress/kendo-theme-default/scss/input/_variables.scss +5 -5
  63. package/modules/@progress/kendo-theme-default/scss/list/_layout.scss +16 -66
  64. package/modules/@progress/kendo-theme-default/scss/list/_theme.scss +5 -4
  65. package/modules/@progress/kendo-theme-default/scss/list/_variables.scss +64 -8
  66. package/modules/@progress/kendo-theme-default/scss/listbox/_layout.scss +9 -0
  67. package/modules/@progress/kendo-theme-default/scss/listbox/_variables.scss +1 -1
  68. package/modules/@progress/kendo-theme-default/scss/listview/_layout.scss +2 -9
  69. package/modules/@progress/kendo-theme-default/scss/map/_layout.scss +12 -0
  70. package/modules/@progress/kendo-theme-default/scss/maskedtextbox/_layout.scss +6 -0
  71. package/modules/@progress/kendo-theme-default/scss/mediaplayer/_layout.scss +14 -1
  72. package/modules/@progress/kendo-theme-default/scss/menu/_layout.scss +48 -5
  73. package/modules/@progress/kendo-theme-default/scss/menu/_theme.scss +6 -2
  74. package/modules/@progress/kendo-theme-default/scss/menu/_variables.scss +1 -1
  75. package/modules/@progress/kendo-theme-default/scss/multiselect/_layout.scss +8 -2
  76. package/modules/@progress/kendo-theme-default/scss/notification/_layout.scss +6 -0
  77. package/modules/@progress/kendo-theme-default/scss/numerictextbox/_layout.scss +12 -26
  78. package/modules/@progress/kendo-theme-default/scss/numerictextbox/_theme.scss +64 -84
  79. package/modules/@progress/kendo-theme-default/scss/numerictextbox/_variables.scss +0 -27
  80. package/modules/@progress/kendo-theme-default/scss/orgchart/_layout.scss +6 -0
  81. package/modules/@progress/kendo-theme-default/scss/orgchart/_variables.scss +2 -2
  82. package/modules/@progress/kendo-theme-default/scss/pager/_layout.scss +6 -2
  83. package/modules/@progress/kendo-theme-default/scss/pager/_variables.scss +1 -1
  84. package/modules/@progress/kendo-theme-default/scss/panelbar/_layout.scss +6 -0
  85. package/modules/@progress/kendo-theme-default/scss/pdf-viewer/_layout.scss +20 -29
  86. package/modules/@progress/kendo-theme-default/scss/pdf-viewer/_variables.scss +2 -5
  87. package/modules/@progress/kendo-theme-default/scss/pivotgrid/_layout.scss +55 -83
  88. package/modules/@progress/kendo-theme-default/scss/pivotgrid/_theme.scss +39 -73
  89. package/modules/@progress/kendo-theme-default/scss/popover/_layout.scss +6 -0
  90. package/modules/@progress/kendo-theme-default/scss/progressbar/_layout.scss +6 -0
  91. package/modules/@progress/kendo-theme-default/scss/radio/_layout.scss +89 -136
  92. package/modules/@progress/kendo-theme-default/scss/radio/_theme.scss +2 -2
  93. package/modules/@progress/kendo-theme-default/scss/radio/_variables.scss +88 -26
  94. package/modules/@progress/kendo-theme-default/scss/rating/_layout.scss +6 -1
  95. package/modules/@progress/kendo-theme-default/scss/scheduler/_layout.scss +31 -12
  96. package/modules/@progress/kendo-theme-default/scss/searchbox/_layout.scss +28 -8
  97. package/modules/@progress/kendo-theme-default/scss/searchbox/_theme.scss +16 -25
  98. package/modules/@progress/kendo-theme-default/scss/searchbox/_variables.scss +0 -20
  99. package/modules/@progress/kendo-theme-default/scss/skeleton/_layout.scss +1 -1
  100. package/modules/@progress/kendo-theme-default/scss/slider/_layout.scss +71 -144
  101. package/modules/@progress/kendo-theme-default/scss/slider/_theme.scss +0 -6
  102. package/modules/@progress/kendo-theme-default/scss/spreadsheet/_layout.scss +28 -15
  103. package/modules/@progress/kendo-theme-default/scss/stepper/_layout.scss +6 -1
  104. package/modules/@progress/kendo-theme-default/scss/switch/_layout.scss +14 -9
  105. package/modules/@progress/kendo-theme-default/scss/switch/_variables.scss +127 -33
  106. package/modules/@progress/kendo-theme-default/scss/table/_layout.scss +29 -6
  107. package/modules/@progress/kendo-theme-default/scss/table/_theme.scss +3 -2
  108. package/modules/@progress/kendo-theme-default/scss/table/_variables.scss +3 -3
  109. package/modules/@progress/kendo-theme-default/scss/tabstrip/_layout.scss +16 -4
  110. package/modules/@progress/kendo-theme-default/scss/taskboard/_layout.scss +6 -2
  111. package/modules/@progress/kendo-theme-default/scss/textarea/_layout.scss +6 -0
  112. package/modules/@progress/kendo-theme-default/scss/textbox/_layout.scss +6 -0
  113. package/modules/@progress/kendo-theme-default/scss/timeline/_layout.scss +6 -4
  114. package/modules/@progress/kendo-theme-default/scss/timepicker/_layout.scss +6 -1
  115. package/modules/@progress/kendo-theme-default/scss/timeselector/_layout.scss +3 -2
  116. package/modules/@progress/kendo-theme-default/scss/toolbar/_index.scss +1 -0
  117. package/modules/@progress/kendo-theme-default/scss/toolbar/_layout.scss +22 -2
  118. package/modules/@progress/kendo-theme-default/scss/toolbar/_theme.scss +35 -7
  119. package/modules/@progress/kendo-theme-default/scss/tooltip/_layout.scss +6 -1
  120. package/modules/@progress/kendo-theme-default/scss/treelist/_layout.scss +4 -0
  121. package/modules/@progress/kendo-theme-default/scss/treeview/_layout.scss +134 -115
  122. package/modules/@progress/kendo-theme-default/scss/treeview/_theme.scss +36 -25
  123. package/modules/@progress/kendo-theme-default/scss/treeview/_variables.scss +67 -13
  124. package/modules/@progress/kendo-theme-default/scss/typography/_variables.scss +3 -3
  125. package/modules/@progress/kendo-theme-default/scss/upload/_layout.scss +6 -1
  126. package/modules/@progress/kendo-theme-default/scss/window/_layout.scss +2 -2
  127. package/modules/@progress/kendo-theme-default/scss/window/_variables.scss +1 -1
  128. package/package.json +3 -3
  129. package/scss/action-buttons/_theme.scss +1 -2
  130. package/scss/appbar/_variables.scss +1 -1
  131. package/scss/autocomplete/_variables.scss +0 -19
  132. package/scss/avatar/_variables.scss +11 -1
  133. package/scss/button/_layout.scss +29 -4
  134. package/scss/button/_theme.scss +43 -56
  135. package/scss/button/_variables.scss +80 -14
  136. package/scss/chat/_variables.scss +0 -7
  137. package/scss/checkbox/_theme.scss +2 -9
  138. package/scss/checkbox/_variables.scss +89 -19
  139. package/scss/daterangepicker/_index.scss +10 -0
  140. package/scss/daterangepicker/_layout.scss +1 -0
  141. package/scss/daterangepicker/_theme.scss +1 -0
  142. package/scss/daterangepicker/_variables.scss +1 -0
  143. package/scss/grid/_layout.scss +0 -8
  144. package/scss/grid/_variables.scss +1 -3
  145. package/scss/index.scss +1 -0
  146. package/scss/input/_variables.scss +5 -5
  147. package/scss/list/_variables.scss +64 -8
  148. package/scss/listbox/_variables.scss +5 -5
  149. package/scss/maskedtextbox/_layout.scss +11 -0
  150. package/scss/menu/_theme.scss +2 -0
  151. package/scss/menu/_variables.scss +3 -3
  152. package/scss/numerictextbox/_layout.scss +4 -5
  153. package/scss/numerictextbox/_variables.scss +0 -27
  154. package/scss/orgchart/_variables.scss +2 -2
  155. package/scss/pager/_variables.scss +1 -1
  156. package/scss/pdf-viewer/_variables.scss +2 -5
  157. package/scss/pivotgrid/_layout.scss +0 -54
  158. package/scss/pivotgrid/_theme.scss +0 -140
  159. package/scss/radio/_theme.scss +2 -9
  160. package/scss/radio/_variables.scss +83 -23
  161. package/scss/scheduler/_layout.scss +0 -16
  162. package/scss/searchbox/_variables.scss +0 -20
  163. package/scss/switch/_variables.scss +124 -30
  164. package/scss/table/_variables.scss +3 -3
  165. package/scss/toolbar/_index.scss +1 -0
  166. package/scss/toolbar/_layout.scss +7 -1
  167. package/scss/toolbar/_theme.scss +2 -4
  168. package/scss/treeview/_theme.scss +29 -22
  169. package/scss/treeview/_variables.scss +69 -15
@@ -2,17 +2,22 @@
2
2
  $switch-size: 32px !default;
3
3
  $switch-border-radius: $switch-size !default;
4
4
 
5
+ /// Font family of the switch.
6
+ /// @group switch
5
7
  $switch-font-family: $font-family !default;
6
8
  $switch-font-size: $font-size-xs !default;
7
- $switch-line-height: $line-height !default;
8
9
 
9
10
  $switch-track-size: 14px !default;
11
+ /// Border width of the switch track.
12
+ /// @group switch
10
13
  $switch-container-border-width: null !default;
11
14
  $switch-container-padding-x: null !default;
12
15
  $switch-container-padding-y: null !default;
13
16
 
14
17
  $switch-handle-size: 20px !default;
15
18
  $switch-handle-border-radius: 9999px !default;
19
+ /// Border width of the switch thumb.
20
+ /// @group switch
16
21
  $switch-handle-border-width: 0px !default;
17
22
  $switch-thumb-start-x: calc( ( #{$switch-handle-size} - #{$switch-track-size} ) / -2 ) !default;
18
23
  // TODO: Remove width property from jQuery and Blazor, and do not use 100% for thumb X calc
@@ -20,65 +25,154 @@ $switch-thumb-end-x: calc( 100% - #{$switch-handle-size} + ( ( #{$switch-handle-
20
25
 
21
26
  $switch-label-offset: null !default;
22
27
  $switch-label-width: null !default;
28
+ /// Text transform of the switch label.
29
+ /// @group switch
23
30
  $switch-label-text-transform: null !default;
31
+ /// Display of the switch label.
32
+ /// @group switch
24
33
  $switch-label-display: none !default;
25
34
 
26
35
  $switch-container-shadow: null !default;
27
36
  $switch-container-hovered-shadow: null !default;
28
37
  $switch-container-focused-shadow: null !default;
29
38
 
30
- $switch-on-bg: rgba( $primary, .54 ) !default;
31
- $switch-on-text: null !default;
32
- $switch-on-border: null !default;
33
- $switch-on-gradient: null !default;
34
- $switch-on-shadow: null !default;
35
-
36
- $switch-on-hovered-bg: null !default;
37
- $switch-on-hovered-text: null !default;
38
- $switch-on-hovered-border: null !default;
39
- $switch-on-hovered-gradient: null !default;
40
-
41
- $switch-on-focused-bg: null !default;
42
- $switch-on-focused-text: null !default;
43
- $switch-on-focused-border: null !default;
44
- $switch-on-focused-gradient: null !default;
45
- $switch-on-focused-shadow: null !default;
46
-
47
- $switch-on-handle-bg: $primary !default;
48
- $switch-on-handle-text: null !default;
49
- $switch-on-handle-border: null !default;
50
- $switch-on-handle-gradient: null !default;
51
- $switch-on-handle-shadow: $box-shadow-depth-2 !default;
52
-
53
- $switch-on-handle-hovered-bg: $switch-on-handle-bg !default;
54
- $switch-on-handle-hovered-text: null !default;
55
- $switch-on-handle-hovered-border: null !default;
56
- $switch-on-handle-hovered-gradient: null !default;
57
-
39
+ /// The background of the track when the switch is not checked.
40
+ /// @group switch
58
41
  $switch-off-bg: rgba( black, .38 ) !default;
42
+ /// The text color of the track when the switch is not checked.
43
+ /// @group switch
59
44
  $switch-off-text: null !default;
45
+ /// The border color of the track when the switch is not checked.
46
+ /// @group switch
60
47
  $switch-off-border: null !default;
48
+ /// The background gradient of the track when the switch is not checked.
49
+ /// @group switch
61
50
  $switch-off-gradient: null !default;
62
51
  $switch-off-shadow: null !default;
63
52
 
53
+ /// The background of the track when the hovered switch is not checked.
54
+ /// @group switch
64
55
  $switch-off-hovered-bg: null !default;
56
+ /// The text color of the track when the hovered switch is not checked.
57
+ /// @group switch
65
58
  $switch-off-hovered-text: null !default;
59
+ /// The border color of the track when the hovered switch is not checked.
60
+ /// @group switch
66
61
  $switch-off-hovered-border: null !default;
62
+ /// The background gradient of the track when the hovered switch is not checked.
63
+ /// @group switch
67
64
  $switch-off-hovered-gradient: null !default;
68
65
 
66
+ /// The background of the track when the focused switch is not checked.
67
+ /// @group switch
69
68
  $switch-off-focused-bg: null !default;
69
+ /// The text color of the track when the focused switch is not checked.
70
+ /// @group switch
70
71
  $switch-off-focused-text: null !default;
72
+ /// The border color of the track when the focused switch is not checked.
73
+ /// @group switch
71
74
  $switch-off-focused-border: null !default;
75
+ /// The background gradient of the track when the focused switch is not checked.
76
+ /// @group switch
72
77
  $switch-off-focused-gradient: null !default;
78
+ /// The ring around the track when the focused switch is not checked.
79
+ /// @group switch
73
80
  $switch-off-focused-shadow: null !default;
74
81
 
82
+ /// The background of the thumb when the switch is not checked.
83
+ /// @group switch
75
84
  $switch-off-handle-bg: $white !default;
85
+ /// The text color of the thumb when the switch is not checked.
86
+ /// @group switch
76
87
  $switch-off-handle-text: $switch-off-text !default;
88
+ /// The border color of the thumb when the switch is not checked.
89
+ /// @group switch
77
90
  $switch-off-handle-border: null !default;
91
+ /// The background gradient of the thumb when the switch is not checked.
92
+ /// @group switch
78
93
  $switch-off-handle-gradient: null !default;
79
- $switch-off-handle-shadow: $switch-on-handle-shadow !default;
94
+ $switch-off-handle-shadow: $box-shadow-depth-2 !default;
80
95
 
96
+ /// The background of the thumb when the hovered switch is not checked.
97
+ /// @group switch
81
98
  $switch-off-handle-hovered-bg: null !default;
99
+ /// The text color of the thumb when the hovered switch is not checked.
100
+ /// @group switch
82
101
  $switch-off-handle-hovered-text: null !default;
102
+ /// The border color of the thumb when the hovered switch is not checked.
103
+ /// @group switch
83
104
  $switch-off-handle-hovered-border: null !default;
105
+ /// The background gradient of the thumb when the hovered switch is not checked.
106
+ /// @group switch
84
107
  $switch-off-handle-hovered-gradient: null !default;
108
+
109
+
110
+ /// The background of the track when the switch is checked.
111
+ /// @group switch
112
+ $switch-on-bg: rgba( $primary, .54 ) !default;
113
+ /// The text color of the track when the switch is checked.
114
+ /// @group switch
115
+ $switch-on-text: null !default;
116
+ /// The border color of the track when the switch is checked.
117
+ /// @group switch
118
+ $switch-on-border: null !default;
119
+ /// The background gradient of the track when the switch is checked.
120
+ /// @group switch
121
+ $switch-on-gradient: null !default;
122
+ $switch-on-shadow: null !default;
123
+
124
+ /// The background of the track wen the hovered switch is checked.
125
+ /// @group switch
126
+ $switch-on-hovered-bg: null !default;
127
+ /// The text color of the track wen the hovered switch is checked.
128
+ /// @group switch
129
+ $switch-on-hovered-text: null !default;
130
+ /// The border color of the track wen the hovered switch is checked.
131
+ /// @group switch
132
+ $switch-on-hovered-border: null !default;
133
+ /// The background gradient of the track wen the hovered switch is checked.
134
+ /// @group switch
135
+ $switch-on-hovered-gradient: null !default;
136
+
137
+ /// The background of the track wen the focused switch is checked.
138
+ /// @group switch
139
+ $switch-on-focused-bg: null !default;
140
+ /// The text color of the track wen the focused switch is checked.
141
+ /// @group switch
142
+ $switch-on-focused-text: null !default;
143
+ /// The border color of the track wen the focused switch is checked.
144
+ /// @group switch
145
+ $switch-on-focused-border: null !default;
146
+ /// The background gradient of the track wen the focused switch is checked.
147
+ /// @group switch
148
+ $switch-on-focused-gradient: null !default;
149
+ /// The ring around the track wen the focused switch is checked.
150
+ /// @group switch
151
+ $switch-on-focused-shadow: null !default;
152
+
153
+ /// The background of the thumb when the switch is checked.
154
+ /// @group switch
155
+ $switch-on-handle-bg: $primary !default;
156
+ /// The text color of the thumb when the switch is checked.
157
+ /// @group switch
158
+ $switch-on-handle-text: null !default;
159
+ /// The border color of the thumb when the switch is checked.
160
+ /// @group switch
161
+ $switch-on-handle-border: null !default;
162
+ /// The background gradient of the thumb when the switch is checked.
163
+ /// @group switch
164
+ $switch-on-handle-gradient: null !default;
165
+ $switch-on-handle-shadow: $switch-off-handle-shadow !default;
166
+
167
+ /// The background of the thumb when the hovered switch is checked.
168
+ /// @group switch
169
+ $switch-on-handle-hovered-bg: null !default;
170
+ /// The text color of the thumb when the hovered switch is checked.
171
+ /// @group switch
172
+ $switch-on-handle-hovered-text: null !default;
173
+ /// The border color of the thumb when the hovered switch is checked.
174
+ /// @group switch
175
+ $switch-on-handle-hovered-border: null !default;
176
+ /// The background gradient of the thumb when the hovered switch is checked.
177
+ /// @group switch
178
+ $switch-on-handle-hovered-gradient: null !default;
@@ -58,13 +58,13 @@ $table-footer-border: $grid-footer-border !default;
58
58
 
59
59
  /// Background color of group rows in table.
60
60
  /// @group table
61
- $table-group-row-bg: $grid-grouping-row-bg !default;
61
+ $table-group-row-bg: $table-header-bg !default;
62
62
  /// Text color of group rows in table.
63
63
  /// @group table
64
- $table-group-row-text: $grid-grouping-row-text !default;
64
+ $table-group-row-text: $table-header-text !default;
65
65
  /// Border color of group rows in table.
66
66
  /// @group table
67
- $table-group-row-border: null !default;
67
+ $table-group-row-border: $table-header-border !default;
68
68
 
69
69
 
70
70
  /// Background color of alternating rows in table.
@@ -5,6 +5,7 @@
5
5
  @import "../common/_index.scss";
6
6
  @import "../button/_index.scss";
7
7
  @import "../popup/_index.scss";
8
+ @import "../menu/_index.scss";
8
9
  @import "../icons/_index.scss";
9
10
 
10
11
 
@@ -27,10 +27,16 @@
27
27
  }
28
28
  }
29
29
 
30
+
31
+ // Overflow container
30
32
  .k-overflow-container {
31
33
 
32
- .k-button-group {
34
+ .k-button {
33
35
  @include box-shadow( none );
36
+ font-weight: normal;
37
+ text-transform: unset;
34
38
  }
39
+
35
40
  }
41
+
36
42
  }
@@ -4,13 +4,11 @@
4
4
 
5
5
  .k-toolbar {
6
6
 
7
- .k-button,
8
- .k-button-secondary {
7
+ .k-button {
9
8
  background-color: try-shade( $button-bg );
10
9
  }
11
10
 
12
- .k-button-primary,
13
- .k-button.k-primary {
11
+ .k-button-primary {
14
12
  background-color: $primary-button-bg;
15
13
 
16
14
  &:disabled,
@@ -1,21 +1,22 @@
1
- @include exports("treeview/theme") {
1
+ @import "../../modules/@progress/kendo-theme-default/scss/treeview/_theme.scss";
2
2
 
3
- // Appearance
4
- .k-treeview {
5
- @include fill(
6
- $treeview-text,
7
- $treeview-bg,
8
- $treeview-border
9
- );
3
+ @include exports( "treeview/theme/material" ) {
10
4
 
5
+ // Treeview
6
+ .k-treeview {}
11
7
 
12
- // Item
13
- .k-in {}
14
8
 
9
+ // Treeview item
10
+ .k-treeview-item {}
15
11
 
16
- // Interactive states
17
- .k-in:hover,
18
- .k-in.k-state-hover {
12
+
13
+ // Treeview leaf
14
+ .k-treeview-leaf,
15
+ .k-treeview .k-in {
16
+
17
+ // Hover state
18
+ &:hover,
19
+ &.k-state-hover {
19
20
  @include fill(
20
21
  $treeview-item-hovered-text,
21
22
  $treeview-item-hovered-bg,
@@ -23,15 +24,11 @@
23
24
  $treeview-item-hovered-gradient
24
25
  );
25
26
  }
26
- .k-in.k-state-selected {
27
- @include fill(
28
- $treeview-item-selected-text,
29
- $treeview-item-selected-bg,
30
- $treeview-item-selected-border,
31
- $treeview-item-selected-gradient
32
- );
33
- }
34
- .k-in.k-state-focused {
27
+
28
+ // Focus state
29
+ &:focus,
30
+ &.k-state-focus,
31
+ &.k-state-focused {
35
32
  @include fill(
36
33
  $treeview-item-hovered-text,
37
34
  $treeview-item-hovered-bg,
@@ -39,6 +36,16 @@
39
36
  $treeview-item-hovered-gradient
40
37
  );
41
38
  }
39
+
40
+ // Selected state
41
+ &.k-state-selected {
42
+ @include fill(
43
+ $treeview-item-selected-text,
44
+ $treeview-item-selected-bg,
45
+ $treeview-item-selected-border,
46
+ $treeview-item-selected-gradient
47
+ );
48
+ }
42
49
  }
43
50
 
44
51
  }
@@ -1,47 +1,101 @@
1
1
  // Treeview
2
- $treeview-padding-x: 0px !default;
3
- $treeview-padding-y: 0px !default;
2
+
3
+ /// Font family of the treeview component.
4
+ /// @group treeview
4
5
  $treeview-font-family: $font-family !default;
5
- $treeview-font-size: $font-size !default;
6
- $treeview-line-height: (20 / 14) !default;
6
+ /// Font size of the treeview component.
7
+ /// @group treeview
8
+ $treeview-font-size: 16px !default;
9
+ /// Line height of the treeview component.
10
+ /// @group treeview
11
+ $treeview-line-height: 1.25 !default;
7
12
 
13
+ /// Indentation of child groups in treeview component.
14
+ /// @group treeview
8
15
  $treeview-indent: 16px !default;
9
16
 
10
- $treeview-item-padding-x: 8px !default;
11
- $treeview-item-padding-y: 6px !default;
17
+ /// Horizontal padding of treeview items.
18
+ /// @group treeview
19
+ $treeview-item-padding-x: map-get( $spacing, 4 ) !default;
20
+ /// Vertical padding of treeview items.
21
+ /// @group treeview
22
+ $treeview-item-padding-y: map-get( $spacing, 2 ) !default;
23
+ /// Border width of treeview items.
24
+ /// @group treeview
12
25
  $treeview-item-border-width: 0px !default;
26
+ /// Border radius of treeview items.
27
+ /// @group treeview
13
28
  $treeview-item-border-radius: null !default;
14
29
 
30
+ /// Background color of the treeview component.
31
+ /// @group treeview
15
32
  $treeview-bg: null !default;
33
+ /// Text color of the treeview component.
34
+ /// @group treeview
16
35
  $treeview-text: $component-text !default;
36
+ /// Border color of the treeview component.
37
+ /// @group treeview
17
38
  $treeview-border: null !default;
18
39
 
40
+ /// Background color of hovered treeview items.
41
+ /// @group treeview
19
42
  $treeview-item-hovered-bg: rgba( $treeview-text, .07 ) !default;
43
+ /// Text color of hovered treeview items.
44
+ /// @group treeview
20
45
  $treeview-item-hovered-text: null !default;
46
+ /// Border color of hovered treeview items.
47
+ /// @group treeview
21
48
  $treeview-item-hovered-border: null !default;
49
+ /// Background gradient of hovered treeview items.
50
+ /// @group treeview
22
51
  $treeview-item-hovered-gradient: null !default;
23
52
 
53
+ /// Background color of selected treeview items.
54
+ /// @group treeview
24
55
  $treeview-item-selected-bg: null !default;
56
+ /// Text color of selected treeview items.
57
+ /// @group treeview
25
58
  $treeview-item-selected-text: $selected-bg !default;
59
+ /// Border color of selected treeview items.
60
+ /// @group treeview
26
61
  $treeview-item-selected-border: null !default;
62
+ /// Background gradient of selected treeview items.
63
+ /// @group treeview
27
64
  $treeview-item-selected-gradient: null !default;
28
65
 
66
+ /// Box shadow of focused treeview items.
67
+ /// @group treeview
29
68
  $treeview-item-focused-shadow: null !default;
30
- $treeview-item-selected-focused-shadow: null !default;
31
-
32
- $treeview-loadmore-checkboxes-padding-x: calc( #{$icon-spacing} + #{$checkbox-size} + #{$treeview-indent} ) !default;
33
- $treeview-loadmore-checkboxes-icon-indent: calc( -1 * (#{$icon-spacing} + #{$treeview-indent}) ) !default;
34
- $treeview-loadmore-checkboxes-icon-margin-x: $icon-spacing !default;
35
69
 
70
+ /// Background color of load more.
71
+ /// @group treeview
36
72
  $treeview-loadmore-bg: transparent !default;
37
- $treeview-loadmore-text: $primary !default;
73
+ /// Text color of load more.
74
+ /// @group treeview
75
+ $treeview-loadmore-text: inherit !default;
76
+ /// Border color of load more.
77
+ /// @group treeview
38
78
  $treeview-loadmore-border: null !default;
39
79
 
80
+ /// Background color of a hovered load more.
81
+ /// @group treeview
40
82
  $treeview-loadmore-hover-bg: transparent !default;
41
- $treeview-loadmore-hover-text: $primary-darker !default;
83
+ /// Text color of a hovered load more.
84
+ /// @group treeview
85
+ $treeview-loadmore-hover-text: inherit !default;
86
+ /// Border color of a hovered load more.
87
+ /// @group treeview
42
88
  $treeview-loadmore-hover-border: null !default;
43
89
 
90
+ /// Background color of a focused load more.
91
+ /// @group treeview
44
92
  $treeview-loadmore-focus-bg: transparent !default;
45
- $treeview-loadmore-focus-text: $primary !default;
93
+ /// Text color of a focused load more.
94
+ /// @group treeview
95
+ $treeview-loadmore-focus-text: inherit !default;
96
+ /// Border color of a focused load more.
97
+ /// @group treeview
46
98
  $treeview-loadmore-focus-border: null !default;
47
- $treeview-loadmore-focus-shadow: none !default;
99
+ /// Box shadow of a focused load more.
100
+ /// @group treeview
101
+ $treeview-loadmore-focus-shadow: $treeview-item-focused-shadow !default;