@progress/kendo-theme-material 5.0.0-next.5 → 5.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 (160) hide show
  1. package/README.md +5 -8
  2. package/dist/all.css +10393 -13192
  3. package/dist/all.scss +15481 -16557
  4. package/dist/material-dataviz-v4.scss +8 -0
  5. package/lib/swatches/material-dataviz-v4.json +51 -0
  6. package/package.json +3 -3
  7. package/scss/_variables.scss +2 -19
  8. package/scss/action-buttons/_layout.scss +24 -0
  9. package/scss/action-buttons/_theme.scss +13 -0
  10. package/scss/adaptive/_layout.scss +0 -11
  11. package/scss/all.scss +1 -154
  12. package/scss/appbar/_variables.scss +1 -1
  13. package/scss/autocomplete/_index.scss +1 -0
  14. package/scss/autocomplete/_layout.scss +0 -16
  15. package/scss/autocomplete/_variables.scss +0 -24
  16. package/scss/avatar/_variables.scss +18 -8
  17. package/scss/avatar/index.md +0 -0
  18. package/scss/button/_index.scss +2 -0
  19. package/scss/button/_layout.scss +26 -14
  20. package/scss/button/_theme.scss +58 -119
  21. package/scss/button/_variables.scss +55 -28
  22. package/scss/button/index.md +0 -0
  23. package/scss/calendar/_index.scss +1 -0
  24. package/scss/calendar/_variables.scss +1 -1
  25. package/scss/chat/_variables.scss +3 -18
  26. package/scss/checkbox/_index.scss +2 -0
  27. package/scss/checkbox/_theme.scss +2 -9
  28. package/scss/checkbox/_variables.scss +69 -74
  29. package/scss/checkbox/index.md +0 -0
  30. package/scss/chip/_index.scss +1 -0
  31. package/scss/chip/_theme.scss +44 -0
  32. package/scss/chip/_variables.scss +142 -190
  33. package/scss/chip/index.md +0 -0
  34. package/scss/color-preview/_variables.scss +1 -0
  35. package/scss/coloreditor/_variables.scss +3 -3
  36. package/scss/colorpicker/_index.scss +1 -2
  37. package/scss/colorpicker/_layout.scss +0 -42
  38. package/scss/colorpicker/_theme.scss +0 -37
  39. package/scss/colorpicker/_variables.scss +1 -26
  40. package/scss/combobox/_index.scss +1 -0
  41. package/scss/combobox/_layout.scss +0 -16
  42. package/scss/combobox/_variables.scss +1 -33
  43. package/scss/dataviz/_index.scss +1 -0
  44. package/scss/dataviz/_variables.scss +4 -4
  45. package/scss/dateinput/_index.scss +11 -0
  46. package/scss/dateinput/_layout.scss +1 -0
  47. package/scss/dateinput/_theme.scss +1 -0
  48. package/scss/dateinput/_variables.scss +1 -0
  49. package/scss/datepicker/_index.scss +13 -0
  50. package/scss/datepicker/_layout.scss +1 -0
  51. package/scss/datepicker/_theme.scss +1 -0
  52. package/scss/datepicker/_variables.scss +1 -0
  53. package/scss/{datetime → daterangepicker}/_index.scss +1 -2
  54. package/scss/daterangepicker/_layout.scss +1 -0
  55. package/scss/daterangepicker/_theme.scss +1 -0
  56. package/scss/daterangepicker/_variables.scss +1 -0
  57. package/scss/datetimepicker/_index.scss +17 -0
  58. package/scss/datetimepicker/_layout.scss +1 -0
  59. package/scss/datetimepicker/_theme.scss +1 -0
  60. package/scss/datetimepicker/_variables.scss +2 -0
  61. package/scss/drawer/_index.scss +1 -0
  62. package/scss/dropdowngrid/_layout.scss +0 -14
  63. package/scss/dropdowngrid/_theme.scss +0 -8
  64. package/scss/dropdowngrid/index.md +0 -0
  65. package/scss/dropdownlist/_index.scss +1 -0
  66. package/scss/dropdownlist/_layout.scss +0 -24
  67. package/scss/dropdownlist/_theme.scss +0 -31
  68. package/scss/dropdowntree/_variables.scss +2 -4
  69. package/scss/editor/_layout.scss +0 -9
  70. package/scss/editor/_theme.scss +9 -0
  71. package/scss/editor/_variables.scss +8 -0
  72. package/scss/expansion-panel/_index.scss +1 -0
  73. package/scss/fab/_theme.scss +42 -46
  74. package/scss/fab/_variables.scss +129 -73
  75. package/scss/fab/index.md +0 -0
  76. package/scss/filter/_index.scss +1 -1
  77. package/scss/filter/_layout.scss +0 -23
  78. package/scss/filter/_variables.scss +1 -1
  79. package/scss/forms/_index.scss +1 -1
  80. package/scss/forms/_layout.scss +0 -35
  81. package/scss/gantt/_index.scss +1 -1
  82. package/scss/grid/_index.scss +2 -1
  83. package/scss/grid/_layout.scss +4 -14
  84. package/scss/grid/_theme.scss +6 -6
  85. package/scss/grid/_variables.scss +11 -11
  86. package/scss/imageeditor/_variables.scss +1 -0
  87. package/scss/index.scss +157 -0
  88. package/scss/input/_index.scss +1 -1
  89. package/scss/input/_layout.scss +21 -2
  90. package/scss/input/_variables.scss +83 -59
  91. package/scss/list/_index.scss +12 -0
  92. package/scss/list/_layout.scss +1 -0
  93. package/scss/list/_theme.scss +1 -0
  94. package/scss/list/_variables.scss +248 -0
  95. package/scss/list/index.md +0 -0
  96. package/scss/listbox/_index.scss +2 -0
  97. package/scss/listbox/_variables.scss +5 -5
  98. package/scss/menu/_index.scss +2 -0
  99. package/scss/menu/_theme.scss +8 -8
  100. package/scss/menu/_variables.scss +123 -34
  101. package/scss/multiselect/_index.scss +2 -0
  102. package/scss/multiselect/_layout.scss +0 -60
  103. package/scss/multiselect/_theme.scss +0 -47
  104. package/scss/multiselect/_variables.scss +0 -44
  105. package/scss/orgchart/_variables.scss +2 -2
  106. package/scss/pager/_index.scss +1 -0
  107. package/scss/pager/_variables.scss +3 -3
  108. package/scss/panelbar/_index.scss +1 -0
  109. package/scss/panelbar/_variables.scss +5 -0
  110. package/scss/pdf-viewer/_variables.scss +2 -5
  111. package/scss/pivotgrid/_index.scss +1 -0
  112. package/scss/pivotgrid/_layout.scss +0 -54
  113. package/scss/pivotgrid/_theme.scss +0 -140
  114. package/scss/pivotgrid/_variables.scss +1 -4
  115. package/scss/popup/_index.scss +0 -4
  116. package/scss/popup/_layout.scss +0 -40
  117. package/scss/popup/_theme.scss +0 -47
  118. package/scss/popup/_variables.scss +2 -7
  119. package/scss/radio/_index.scss +2 -0
  120. package/scss/radio/_theme.scss +2 -9
  121. package/scss/radio/_variables.scss +70 -89
  122. package/scss/radio/index.md +0 -0
  123. package/scss/scheduler/_index.scss +1 -1
  124. package/scss/scheduler/_layout.scss +0 -25
  125. package/scss/spreadsheet/_index.scss +2 -1
  126. package/scss/spreadsheet/_layout.scss +0 -13
  127. package/scss/spreadsheet/_theme.scss +4 -4
  128. package/scss/switch/_layout.scss +1 -6
  129. package/scss/switch/_theme.scss +4 -0
  130. package/scss/switch/_variables.scss +107 -168
  131. package/scss/switch/index.md +0 -0
  132. package/scss/table/_index.scss +19 -0
  133. package/scss/table/_layout.scss +1 -0
  134. package/scss/table/_theme.scss +1 -0
  135. package/scss/table/_variables.scss +141 -0
  136. package/scss/tabstrip/_index.scss +1 -0
  137. package/scss/tabstrip/_variables.scss +3 -3
  138. package/scss/taskboard/_variables.scss +0 -2
  139. package/scss/timepicker/_index.scss +15 -0
  140. package/scss/timepicker/_layout.scss +1 -0
  141. package/scss/timepicker/_theme.scss +1 -0
  142. package/scss/timepicker/_variables.scss +1 -0
  143. package/scss/timeselector/_index.scss +13 -0
  144. package/scss/timeselector/_layout.scss +1 -0
  145. package/scss/timeselector/_theme.scss +19 -0
  146. package/scss/timeselector/_variables.scss +32 -0
  147. package/scss/toolbar/_index.scss +1 -0
  148. package/scss/toolbar/_layout.scss +17 -1
  149. package/scss/toolbar/_theme.scss +13 -0
  150. package/scss/toolbar/_variables.scss +2 -0
  151. package/scss/treeview/_theme.scss +32 -27
  152. package/scss/treeview/_variables.scss +125 -46
  153. package/scss/utils/_border.scss +1 -2
  154. package/scss/virtual-scroller/_index.scss +10 -0
  155. package/scss/virtual-scroller/_layout.scss +1 -0
  156. package/scss/virtual-scroller/_theme.scss +1 -0
  157. package/scss/virtual-scroller/_variables.scss +1 -0
  158. package/scss/datetime/_layout.scss +0 -74
  159. package/scss/datetime/_theme.scss +0 -64
  160. package/scss/datetime/_variables.scss +0 -53
@@ -2,10 +2,7 @@
2
2
 
3
3
  /// Font family of the switch.
4
4
  /// @group switch
5
- $kendo-switch-font-family: $font-family !default;
6
- /// Line height of the switch.
7
- /// @group switch
8
- $kendo-switch-line-height: $line-height !default;
5
+ $kendo-switch-font-family: null !default;
9
6
 
10
7
  /// Border width of the switch track.
11
8
  /// @group switch
@@ -13,7 +10,7 @@ $kendo-switch-track-border-width: null !default;
13
10
 
14
11
  /// Border width of the switch thumb.
15
12
  /// @group switch
16
- $kendo-switch-thumb-border-width: 0px !default;
13
+ $kendo-switch-thumb-border-width: null !default;
17
14
 
18
15
  /// Text transform of the switch label.
19
16
  /// @group switch
@@ -26,228 +23,170 @@ $kendo-switch-label-display: none !default;
26
23
  /// Map with the different switch sizes.
27
24
  /// @group switch
28
25
  $kendo-switch-sizes: (
29
- sm: 20px,
30
- md: 32px,
31
- lg: 44px
26
+ sm: ( font-size: null, track-width: 26px, track-height: 12px, thumb-width: 16px, thumb-height: 16px, thumb-offset: -2px, label-offset: 0px ),
27
+ md: ( font-size: null, track-width: 32px, track-height: 14px, thumb-width: 20px, thumb-height: 20px, thumb-offset: -3px, label-offset: 0px ),
28
+ lg: ( font-size: null, track-width: 38px, track-height: 16px, thumb-width: 24px, thumb-height: 24px, thumb-offset: -4px, label-offset: 0px )
32
29
  ) !default;
33
30
 
34
- /// Map with the font sizes for the different switch sizes.
31
+ /// The background of the track when the switch is not checked.
35
32
  /// @group switch
36
- $kendo-switch-font-sizes: (
37
- sm: 8px,
38
- md: $font-size-xs,
39
- lg: $font-size-sm
40
- ) !default;
41
-
42
- /// Map with the horizontal padding of the switch track for the different switch sizes.
33
+ $kendo-switch-off-track-bg: rgba( if( $dark-theme, $white, $black ), .38 ) !default;
34
+ /// The text color of the track when the switch is not checked.
43
35
  /// @group switch
44
- $kendo-switch-track-padding-x-sizes: (
45
- sm: null,
46
- md: null,
47
- lg: null
48
- ) !default;
49
-
50
- /// Map with the vertical padding of the switch track for the different switch sizes.
36
+ $kendo-switch-off-track-text: null !default;
37
+ /// The border color of the track when the switch is not checked.
51
38
  /// @group switch
52
- $kendo-switch-track-padding-y-sizes: (
53
- sm: null,
54
- md: null,
55
- lg: null
56
- ) !default;
57
-
58
- /// Map with the height difference of the switch track for the different switch sizes.
39
+ $kendo-switch-off-track-border: null !default;
40
+ /// The background gradient of the track when the switch is not checked.
59
41
  /// @group switch
60
- $kendo-switch-track-diff-sizes: (
61
- sm: -2px,
62
- md: -2px,
63
- lg: -2px
64
- ) !default;
42
+ $kendo-switch-off-track-gradient: null !default;
65
43
 
66
- /// Map with the different switch thumb sizes.
44
+ /// The background of the track when hovered switch is not checked.
67
45
  /// @group switch
68
- $kendo-switch-thumb-sizes: (
69
- sm: 12px,
70
- md: 20px,
71
- lg: 28px
72
- ) !default;
73
-
74
- /// Map with the offset of the switch thumb for the different switch sizes.
46
+ $kendo-switch-off-track-hover-bg: null !default;
47
+ /// The text color of the track when hovered switch is not checked.
75
48
  /// @group switch
76
- $kendo-switch-thumb-offset-sizes: (
77
- sm: -2px,
78
- md: -3px,
79
- lg: -4px
80
- ) !default;
81
-
82
- /// Map with the offset of the switch label for the different switch sizes.
83
- /// @group switch
84
- $kendo-switch-label-offset-sizes: (
85
- sm: null,
86
- md: null,
87
- lg: null
88
- ) !default;
89
-
90
- /// Map with the width of the switch label for the different switch sizes.
91
- /// @group switch
92
- $kendo-switch-label-width-sizes: (
93
- sm: null,
94
- md: null,
95
- lg: null
96
- ) !default;
97
-
98
- /// The shadow of the switch track.
99
- /// @group switch
100
- $kendo-switch-track-shadow: null !default;
101
- /// The shadow of the switch track when the switch is hovered.
49
+ $kendo-switch-off-track-hover-text: null !default;
50
+ /// The border color of the track when hovered switch is not checked.
102
51
  /// @group switch
103
- $kendo-switch-track-hover-shadow: null !default;
104
- /// The shadow of the switch track when the switch is focused.
52
+ $kendo-switch-off-track-hover-border: null !default;
53
+ /// The background gradient of the track when hovered switch is not checked.
105
54
  /// @group switch
106
- $kendo-switch-track-focus-shadow: null !default;
55
+ $kendo-switch-off-track-hover-gradient: null !default;
107
56
 
108
- /// The background of the switch when checked.
57
+ /// The background of the track when focused switch is not checked.
109
58
  /// @group switch
110
- $kendo-switch-on-bg: rgba( $primary, .54 ) !default;
111
- /// The text color of the switch when checked.
59
+ $kendo-switch-off-track-focus-bg: null !default;
60
+ /// The text color of the track when focused switch is not checked.
112
61
  /// @group switch
113
- $kendo-switch-on-text: null !default;
114
- /// The border color of the switch when checked.
62
+ $kendo-switch-off-track-focus-text: null !default;
63
+ /// The border color of the track when focused switch is not checked.
115
64
  /// @group switch
116
- $kendo-switch-on-border: null !default;
117
- /// The background gradient of the switch when checked.
65
+ $kendo-switch-off-track-focus-border: null !default;
66
+ /// The background gradient of the track when focused switch is not checked.
118
67
  /// @group switch
119
- $kendo-switch-on-gradient: null !default;
120
- /// The shadow of the switch when checked.
68
+ $kendo-switch-off-track-focus-gradient: null !default;
69
+ /// The ring around the track when focused switch is not checked.
121
70
  /// @group switch
122
- $kendo-switch-on-shadow: null !default;
71
+ $kendo-switch-off-track-focus-ring: null !default;
123
72
 
124
- /// The background of the hovered switch when checked.
73
+ /// The background of the track when disabled switch is not checked.
125
74
  /// @group switch
126
- $kendo-switch-on-hover-bg: null !default;
127
- /// The text color of the hovered switch when checked.
75
+ $kendo-switch-off-track-disabled-bg: null !default;
76
+ /// The text color of the track when disabled switch is not checked.
128
77
  /// @group switch
129
- $kendo-switch-on-hover-text: null !default;
130
- /// The border color of the hovered switch when checked.
78
+ $kendo-switch-off-track-disabled-text: null !default;
79
+ /// The border color of the track when disabled switch is not checked.
131
80
  /// @group switch
132
- $kendo-switch-on-hover-border: null !default;
133
- /// The background gradient of the hovered switch when checked.
81
+ $kendo-switch-off-track-disabled-border: null !default;
82
+ /// The background gradient of the track when disabled switch is not checked.
134
83
  /// @group switch
135
- $kendo-switch-on-hover-gradient: null !default;
84
+ $kendo-switch-off-track-disabled-gradient: null !default;
136
85
 
137
- /// The background of the focused switch when checked.
138
- /// @group switch
139
- $kendo-switch-on-focus-bg: null !default;
140
- /// The text color of the focused switch when checked.
86
+ /// The background of the thumb when the switch is not checked.
141
87
  /// @group switch
142
- $kendo-switch-on-focus-text: null !default;
143
- /// The border color of the focused switch when checked.
88
+ $kendo-switch-off-thumb-bg: if( $dark-theme, $black, $white ) !default;
89
+ /// The text color of the thumb when the switch is not checked.
144
90
  /// @group switch
145
- $kendo-switch-on-focus-border: null !default;
146
- /// The background gradient of the focused switch when checked.
91
+ $kendo-switch-off-thumb-text: null !default;
92
+ /// The border color of the thumb when the switch is not checked.
147
93
  /// @group switch
148
- $kendo-switch-on-focus-gradient: null !default;
149
- /// The shadow of the focused switch when checked.
94
+ $kendo-switch-off-thumb-border: null !default;
95
+ /// The background gradient of the thumb when the switch is not checked.
150
96
  /// @group switch
151
- $kendo-switch-on-focus-shadow: null !default;
97
+ $kendo-switch-off-thumb-gradient: null !default;
152
98
 
153
- /// The background of the thumb when the switch is checked.
154
- /// @group switch
155
- $kendo-switch-on-thumb-bg: $primary !default;
156
- /// The text color of the thumb when the switch is checked.
99
+ /// The background of the thumb when the hovered switch is not checked.
157
100
  /// @group switch
158
- $kendo-switch-on-thumb-text: null !default;
159
- /// The border color of the thumb when the switch is checked.
101
+ $kendo-switch-off-thumb-hover-bg: null !default;
102
+ /// The text color of the thumb when the hovered switch is not checked.
160
103
  /// @group switch
161
- $kendo-switch-on-thumb-border: null !default;
162
- /// The background gradient of the thumb when the switch is checked.
104
+ $kendo-switch-off-thumb-hover-text: null !default;
105
+ /// The border color of the thumb when the hovered switch is not checked.
163
106
  /// @group switch
164
- $kendo-switch-on-thumb-gradient: null !default;
165
- /// The shadow of the thumb when the switch is checked.
107
+ $kendo-switch-off-thumb-hover-border: null !default;
108
+ /// The background gradient of the thumb when the hovered switch is not checked.
166
109
  /// @group switch
167
- $kendo-switch-on-thumb-shadow: $box-shadow-depth-2 !default;
110
+ $kendo-switch-off-thumb-hover-gradient: null !default;
168
111
 
169
- /// The background of the thumb when the hovered switch is checked.
112
+
113
+ /// The background of the track when the switch is checked.
170
114
  /// @group switch
171
- $kendo-switch-on-thumb-hover-bg: $kendo-switch-on-thumb-bg !default;
172
- /// The text color of the thumb when the hovered switch is checked.
115
+ $kendo-switch-on-track-bg: rgba( $primary, .54 ) !default;
116
+ /// The text color of the track when the switch is checked.
173
117
  /// @group switch
174
- $kendo-switch-on-thumb-hover-text: null !default;
175
- /// The border color of the thumb when the hovered switch is checked.
118
+ $kendo-switch-on-track-text: null !default;
119
+ /// The border color of the track when the switch is checked.
176
120
  /// @group switch
177
- $kendo-switch-on-thumb-hover-border: null !default;
178
- /// The background gradient of the thumb when the hovered switch is checked.
121
+ $kendo-switch-on-track-border: null !default;
122
+ /// The background gradient of the track when the switch is checked.
179
123
  /// @group switch
180
- $kendo-switch-on-thumb-hover-gradient: null !default;
124
+ $kendo-switch-on-track-gradient: null !default;
181
125
 
182
- /// The background of the switch when not checked.
126
+ /// The background of the track when the hovered switch is checked.
183
127
  /// @group switch
184
- $kendo-switch-off-bg: rgba( black, .38 ) !default;
185
- /// The text color of the switch when not checked.
128
+ $kendo-switch-on-track-hover-bg: null !default;
129
+ /// The text color of the track when the hovered switch is checked.
186
130
  /// @group switch
187
- $kendo-switch-off-text: null !default;
188
- /// The border color of the switch when not checked.
131
+ $kendo-switch-on-track-hover-text: null !default;
132
+ /// The border color of the track when the hovered switch is checked.
189
133
  /// @group switch
190
- $kendo-switch-off-border: null !default;
191
- /// The background gradient of the switch when not checked.
134
+ $kendo-switch-on-track-hover-border: null !default;
135
+ /// The background gradient of the track when the hovered switch is checked.
192
136
  /// @group switch
193
- $kendo-switch-off-gradient: null !default;
194
- /// The shadow of the switch when not checked.
195
- /// @group switch
196
- $kendo-switch-off-shadow: null !default;
137
+ $kendo-switch-on-track-hover-gradient: null !default;
197
138
 
198
- /// The background of the hovered switch when not checked.
139
+ /// The background of the track when the focused switch is checked.
199
140
  /// @group switch
200
- $kendo-switch-off-hover-bg: null !default;
201
- /// The text color of the hovered switch when not checked.
141
+ $kendo-switch-on-track-focus-bg: null !default;
142
+ /// The text color of the track when the focused switch is checked.
202
143
  /// @group switch
203
- $kendo-switch-off-hover-text: null !default;
204
- /// The border color of the hovered switch when not checked.
144
+ $kendo-switch-on-track-focus-text: null !default;
145
+ /// The border color of the track when the focused switch is checked.
205
146
  /// @group switch
206
- $kendo-switch-off-hover-border: null !default;
207
- /// The background gradient of the hovered switch when not checked.
147
+ $kendo-switch-on-track-focus-border: null !default;
148
+ /// The background gradient of the track when the focused switch is checked.
208
149
  /// @group switch
209
- $kendo-switch-off-hover-gradient: null !default;
210
- /// The background of the focused switch when not checked.
150
+ $kendo-switch-on-track-focus-gradient: null !default;
151
+ /// The ring around the track when the focused switch is checked.
211
152
  /// @group switch
212
- $kendo-switch-off-focus-bg: null !default;
213
- /// The text color of the focused switch when not checked.
153
+ $kendo-switch-on-track-focus-ring: null !default;
154
+
155
+ /// The background of the track when the disabled switch is checked.
214
156
  /// @group switch
215
- $kendo-switch-off-focus-text: null !default;
216
- /// The border color of the focused switch when not checked.
157
+ $kendo-switch-on-track-disabled-bg: null !default;
158
+ /// The text color of the track when the disabled switch is checked.
217
159
  /// @group switch
218
- $kendo-switch-off-focus-border: null !default;
219
- /// The background gradient of the focused switch when not checked.
160
+ $kendo-switch-on-track-disabled-text: null !default;
161
+ /// The border color of the track when the disabled switch is checked.
220
162
  /// @group switch
221
- $kendo-switch-off-focus-gradient: null !default;
222
- /// The shadow of the focused switch when not checked.
163
+ $kendo-switch-on-track-disabled-border: null !default;
164
+ /// The background gradient of the track when the disabled switch is checked.
223
165
  /// @group switch
224
- $kendo-switch-off-focus-shadow: null !default;
166
+ $kendo-switch-on-track-disabled-gradient: null !default;
225
167
 
226
- /// The background of the thumb when the switch is not checked.
227
- /// @group switch
228
- $kendo-switch-off-thumb-bg: $white !default;
229
- /// The text color of the thumb when the switch is not checked.
168
+ /// The background of the thumb when the switch is checked.
230
169
  /// @group switch
231
- $kendo-switch-off-thumb-text: $kendo-switch-off-text !default;
232
- /// The border color of the thumb when the switch is not checked.
170
+ $kendo-switch-on-thumb-bg: $primary !default;
171
+ /// The text color of the thumb when the switch is checked.
233
172
  /// @group switch
234
- $kendo-switch-off-thumb-border: null !default;
235
- /// The background gradient of the thumb when the switch is not checked.
173
+ $kendo-switch-on-thumb-text: null !default;
174
+ /// The border color of the thumb when the switch is checked.
236
175
  /// @group switch
237
- $kendo-switch-off-thumb-gradient: null !default;
238
- /// The shadow of the thumb when the switch is not checked.
176
+ $kendo-switch-on-thumb-border: null !default;
177
+ /// The background gradient of the thumb when the switch is checked.
239
178
  /// @group switch
240
- $kendo-switch-off-thumb-shadow: $kendo-switch-on-thumb-shadow !default;
179
+ $kendo-switch-on-thumb-gradient: null !default;
241
180
 
242
- /// The background of the thumb when the hovered switch is not checked.
181
+ /// The background of the thumb when the hovered switch is checked.
243
182
  /// @group switch
244
- $kendo-switch-off-thumb-hover-bg: null !default;
245
- /// The text color of the thumb when the hovered switch is not checked.
183
+ $kendo-switch-on-thumb-hover-bg: null !default;
184
+ /// The text color of the thumb when the hovered switch is checked.
246
185
  /// @group switch
247
- $kendo-switch-off-thumb-hover-text: null !default;
248
- /// The border color of the thumb when the hovered switch is not checked.
186
+ $kendo-switch-on-thumb-hover-text: null !default;
187
+ /// The border color of the thumb when the hovered switch is checked.
249
188
  /// @group switch
250
- $kendo-switch-off-thumb-hover-border: null !default;
251
- /// The background gradient of the thumb when the hovered switch is not checked.
189
+ $kendo-switch-on-thumb-hover-border: null !default;
190
+ /// The background gradient of the thumb when the hovered switch is checked.
252
191
  /// @group switch
253
- $kendo-switch-off-thumb-hover-gradient: null !default;
192
+ $kendo-switch-on-thumb-hover-gradient: null !default;
File without changes
@@ -0,0 +1,19 @@
1
+ @import "../core/_index.scss";
2
+
3
+
4
+ // Dependencies
5
+ @import "../common/_index.scss";
6
+ @import "../input/_index.scss";
7
+ @import "../floating-label/_index.scss";
8
+ @import "../combobox/_index.scss";
9
+ @import "../popup/_index.scss";
10
+ @import "../toolbar/_variables.scss";
11
+ @import "../menu/_variables.scss";
12
+ @import "../grid/_variables.scss";
13
+
14
+
15
+ // Component
16
+ @import "_variables.scss";
17
+ @import "_layout.scss";
18
+ @import "_theme.scss";
19
+
@@ -0,0 +1 @@
1
+ @import "~@progress/kendo-theme-default/scss/table/_layout.scss";
@@ -0,0 +1 @@
1
+ @import "~@progress/kendo-theme-default/scss/table/_theme.scss";
@@ -0,0 +1,141 @@
1
+ // Table
2
+
3
+ /// The width of the table border.
4
+ /// @group table
5
+ $kendo-table-border-width: 1px !default;
6
+ /// The width of vertical border of table cells.
7
+ /// @group table
8
+ $kendo-table-cell-vertical-border-width: $grid-cell-vertical-border-width !default;
9
+ /// The width of horizontal border of table cells.
10
+ /// @group table
11
+ $kendo-table-cell-horizontal-border-width: $grid-cell-horizontal-border-width !default;
12
+
13
+ /// The font size of the table if no size is specified.
14
+ /// @group table
15
+ $kendo-table-font-size: null !default;
16
+
17
+ /// The line-height of the table if no size is specified.
18
+ /// @group table
19
+ $kendo-table-line-height: null !default;
20
+
21
+ /// The horizontal padding of the cells in the table if no size is specified.
22
+ /// @group table
23
+ $kendo-table-cell-padding-x: null !default;
24
+
25
+ /// The vertical padding of the cells in the table if no size is specified.
26
+ /// @group table
27
+ $kendo-table-cell-padding-y: null !default;
28
+
29
+ /// The sizes of the table.
30
+ /// @group table
31
+ $kendo-table-sizes: (
32
+ sm: (
33
+ font-size: $font-size-md,
34
+ line-height: ( 20 / 14 ),
35
+ cell-padding-x: map-get( $spacing, 4 ),
36
+ cell-padding-y: map-get( $spacing, 2 ) + map-get( $spacing, thin )
37
+ ),
38
+ md: (
39
+ font-size: $font-size-md,
40
+ line-height: ( 20 / 14 ),
41
+ cell-padding-x: map-get( $spacing, 4 ),
42
+ cell-padding-y: map-get( $spacing, 2 )
43
+ ),
44
+ lg: (
45
+ font-size: $font-size-md,
46
+ line-height: ( 20 / 14 ),
47
+ cell-padding-x: map-get( $spacing, 4 ),
48
+ cell-padding-y: map-get( $spacing, 2 ) + map-get( $spacing, thin )
49
+ )
50
+ ) !default;
51
+
52
+
53
+ /// Background color of tables.
54
+ /// @group table
55
+ $kendo-table-bg: $grid-bg !default;
56
+ /// Text color of tables.
57
+ /// @group table
58
+ $kendo-table-text: $grid-text !default;
59
+ /// Border color of tables.
60
+ /// @group table
61
+ $kendo-table-border: $grid-border !default;
62
+
63
+
64
+ /// Background color of table headers.
65
+ /// @group table
66
+ $kendo-table-header-bg: $grid-header-bg !default;
67
+ /// Text color of table headers.
68
+ /// @group table
69
+ $kendo-table-header-text: $grid-header-text !default;
70
+ /// Border color of table headers.
71
+ /// @group table
72
+ $kendo-table-header-border: $grid-header-border !default;
73
+
74
+
75
+ /// Background color of table footers.
76
+ /// @group table
77
+ $kendo-table-footer-bg: $grid-footer-bg !default;
78
+ /// Text color of table footers.
79
+ /// @group table
80
+ $kendo-table-footer-text: $grid-footer-text !default;
81
+ /// Border color of table footers.
82
+ /// @group table
83
+ $kendo-table-footer-border: $grid-footer-border !default;
84
+
85
+
86
+ /// Background color of group rows in table.
87
+ /// @group table
88
+ $kendo-table-group-row-bg: $kendo-table-header-bg !default;
89
+ /// Text color of group rows in table.
90
+ /// @group table
91
+ $kendo-table-group-row-text: $kendo-table-header-text !default;
92
+ /// Border color of group rows in table.
93
+ /// @group table
94
+ $kendo-table-group-row-border: $kendo-table-header-border !default;
95
+
96
+
97
+ /// Background color of alternating rows in table.
98
+ /// @group table
99
+ $kendo-table-alt-row-bg: $grid-alt-bg !default;
100
+ /// Text color of alternating rows in table.
101
+ /// @group table
102
+ $kendo-table-alt-row-text: $grid-alt-text !default;
103
+ /// Border color of alternating rows in table.
104
+ /// @group table
105
+ $kendo-table-alt-row-border: $grid-alt-border !default;
106
+
107
+
108
+ /// Background color of hovered rows in table.
109
+ /// @group table
110
+ $kendo-table-hover-bg: $grid-hovered-bg !default;
111
+ /// Text color of hovered rows in table.
112
+ /// @group table
113
+ $kendo-table-hover-text: $grid-hovered-text !default;
114
+ /// Border color of hovered rows in table.
115
+ /// @group table
116
+ $kendo-table-hover-border: $grid-hovered-border !default;
117
+
118
+
119
+ /// Background color of focused rows in table.
120
+ /// @group table
121
+ $kendo-table-focus-bg: null !default;
122
+ /// Text color of focused rows in table.
123
+ /// @group table
124
+ $kendo-table-focus-text: null !default;
125
+ /// Border color of focused rows in table.
126
+ /// @group table
127
+ $kendo-table-focus-border: null !default;
128
+ /// Box shadow of focused rows in table.
129
+ /// @group table
130
+ $kendo-table-focus-shadow: $grid-focused-shadow !default;
131
+
132
+
133
+ /// Background color of selected rows in table.
134
+ /// @group table
135
+ $kendo-table-selected-bg: $grid-selected-bg !default;
136
+ /// Text color of selected rows in table.
137
+ /// @group table
138
+ $kendo-table-selected-text: $grid-selected-text !default;
139
+ /// Border color of selected rows in table.
140
+ /// @group table
141
+ $kendo-table-selected-border: $grid-selected-border !default;
@@ -5,6 +5,7 @@
5
5
  @import "../common/_index.scss";
6
6
  @import "../button/_index.scss";
7
7
  @import "../icons/_index.scss";
8
+ @import "../list/_index.scss";
8
9
 
9
10
 
10
11
  // Component
@@ -77,7 +77,7 @@ $tabstrip-item-selected-border: null !default;
77
77
  /// @group tabstrip
78
78
  $tabstrip-item-selected-gradient: null !default;
79
79
 
80
- $tabstrip-item-focused-shadow: $list-item-focused-shadow !default;
80
+ $tabstrip-item-focused-shadow: $kendo-list-item-focus-shadow !default;
81
81
 
82
82
  $tabstrip-item-dragging-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2) !default;
83
83
 
@@ -86,10 +86,10 @@ $tabstrip-indicator-color: $primary !default;
86
86
 
87
87
  /// Horizontal padding of tabstrip content
88
88
  /// @group tabstrip
89
- $tabstrip-content-padding-x: $tabstrip-item-padding-x !default;
89
+ $tabstrip-content-padding-x: map-get( $spacing, 4 ) !default;
90
90
  /// Vertical padding of tabstrip content
91
91
  /// @group tabstrip
92
- $tabstrip-content-padding-y: $tabstrip-item-padding-y !default;
92
+ $tabstrip-content-padding-y: map-get( $spacing, 4 ) !default;
93
93
  /// Width of border around tabstrip content
94
94
  /// @group tabstrip
95
95
  $tabstrip-content-border-width: 0px !default;
@@ -46,8 +46,6 @@ $taskboard-column-cards-padding-y: null !default;
46
46
  $taskboard-column-cards-padding-x: null !default;
47
47
  $taskboard-column-cards-gap: ( $taskboard-spacer / 2 ) !default;
48
48
 
49
- $taskboard-column-new-calc-height: calc( #{$kendo-input-calc-height} + #{$taskboard-column-header-padding-y * 2} ) !default;
50
-
51
49
  $taskboard-pane-width: $taskboard-column-width !default;
52
50
  $taskboard-pane-padding-y: null !default;
53
51
  $taskboard-pane-padding-x: null !default;
@@ -0,0 +1,15 @@
1
+ @import "../core/_index.scss";
2
+
3
+
4
+ // Dependencies
5
+ @import "../input/_index.scss";
6
+ @import "../button/_index.scss";
7
+ @import "../popup/_index.scss";
8
+ @import "../list/_index.scss";
9
+ @import "../timeselector/_index.scss";
10
+
11
+
12
+ // Component
13
+ @import "_variables.scss";
14
+ @import "_layout.scss";
15
+ @import "_theme.scss";
@@ -0,0 +1 @@
1
+ @import "~@progress/kendo-theme-default/scss/timepicker/_layout.scss";
@@ -0,0 +1 @@
1
+ @import "~@progress/kendo-theme-default/scss/timepicker/_theme.scss";
@@ -0,0 +1 @@
1
+ // Time picker
@@ -0,0 +1,13 @@
1
+ @import "../core/_index.scss";
2
+
3
+
4
+ // Dependencies
5
+ @import "../list/_index.scss";
6
+ @import "../action-buttons/_index.scss";
7
+ @import "../button/_index.scss";
8
+
9
+
10
+ // Component
11
+ @import "_variables.scss";
12
+ @import "_layout.scss";
13
+ @import "_theme.scss";
@@ -0,0 +1 @@
1
+ @import "~@progress/kendo-theme-default/scss/timeselector/_layout.scss";
@@ -0,0 +1,19 @@
1
+ @import "~@progress/kendo-theme-default/scss/timeselector/_theme.scss";
2
+
3
+ @include exports( "timeselector/theme/material" ) {
4
+
5
+ // Time selector
6
+ .k-timeselector {}
7
+
8
+
9
+ // Time list
10
+ .k-time-list {
11
+ .k-item:hover {
12
+ @include fill(
13
+ $kendo-list-item-hover-text,
14
+ $kendo-list-item-hover-bg
15
+ );
16
+ }
17
+ }
18
+
19
+ }