@progress/kendo-theme-material 5.0.0-next.3 → 5.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (208) hide show
  1. package/README.md +5 -8
  2. package/dist/all.css +14104 -14922
  3. package/dist/all.scss +16860 -18187
  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 +14 -0
  9. package/scss/action-buttons/_theme.scss +5 -3
  10. package/scss/adaptive/_layout.scss +0 -11
  11. package/scss/all.scss +1 -150
  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/breadcrumb/_variables.scss +1 -1
  19. package/scss/button/_index.scss +3 -1
  20. package/scss/button/_layout.scss +39 -17
  21. package/scss/button/_theme.scss +72 -126
  22. package/scss/button/_variables.scss +202 -130
  23. package/scss/button/index.md +0 -0
  24. package/scss/calendar/_index.scss +1 -0
  25. package/scss/calendar/_variables.scss +1 -1
  26. package/scss/chat/_variables.scss +4 -19
  27. package/scss/checkbox/_index.scss +2 -0
  28. package/scss/checkbox/_theme.scss +2 -9
  29. package/scss/checkbox/_variables.scss +148 -58
  30. package/scss/checkbox/index.md +0 -0
  31. package/scss/chip/_index.scss +1 -0
  32. package/scss/chip/_theme.scss +28 -60
  33. package/scss/chip/_variables.scss +142 -100
  34. package/scss/chip/index.md +0 -0
  35. package/scss/color-preview/_index.scss +11 -0
  36. package/scss/color-preview/_layout.scss +1 -0
  37. package/scss/color-preview/_theme.scss +1 -0
  38. package/scss/color-preview/_variables.scss +14 -0
  39. package/scss/coloreditor/_index.scss +14 -0
  40. package/scss/coloreditor/_layout.scss +1 -0
  41. package/scss/coloreditor/_theme.scss +1 -0
  42. package/scss/coloreditor/_variables.scss +27 -0
  43. package/scss/colorgradient/_index.scss +19 -0
  44. package/scss/colorgradient/_layout.scss +1 -0
  45. package/scss/colorgradient/_theme.scss +1 -0
  46. package/scss/colorgradient/_variables.scss +51 -0
  47. package/scss/colorgradient/images/alpha-slider-bgr.png +0 -0
  48. package/scss/colorgradient/images/alpha-slider-bgr.scss +3 -0
  49. package/scss/colorpalette/_index.scss +12 -0
  50. package/scss/colorpalette/_layout.scss +1 -0
  51. package/scss/colorpalette/_theme.scss +1 -0
  52. package/scss/colorpalette/_variables.scss +10 -0
  53. package/scss/colorpicker/_index.scss +3 -6
  54. package/scss/colorpicker/_layout.scss +0 -61
  55. package/scss/colorpicker/_theme.scss +0 -37
  56. package/scss/colorpicker/_variables.scss +1 -44
  57. package/scss/combobox/_index.scss +1 -0
  58. package/scss/combobox/_layout.scss +0 -16
  59. package/scss/combobox/_variables.scss +1 -33
  60. package/scss/dataviz/_index.scss +1 -0
  61. package/scss/dataviz/_variables.scss +4 -4
  62. package/scss/dateinput/_index.scss +11 -0
  63. package/scss/dateinput/_layout.scss +1 -0
  64. package/scss/dateinput/_theme.scss +1 -0
  65. package/scss/dateinput/_variables.scss +1 -0
  66. package/scss/datepicker/_index.scss +13 -0
  67. package/scss/datepicker/_layout.scss +1 -0
  68. package/scss/datepicker/_theme.scss +1 -0
  69. package/scss/datepicker/_variables.scss +1 -0
  70. package/scss/{datetime → daterangepicker}/_index.scss +1 -2
  71. package/scss/daterangepicker/_layout.scss +1 -0
  72. package/scss/daterangepicker/_theme.scss +1 -0
  73. package/scss/daterangepicker/_variables.scss +2 -0
  74. package/scss/datetimepicker/_index.scss +17 -0
  75. package/scss/datetimepicker/_layout.scss +1 -0
  76. package/scss/datetimepicker/_theme.scss +1 -0
  77. package/scss/datetimepicker/_variables.scss +2 -0
  78. package/scss/dialog/_layout.scss +0 -8
  79. package/scss/drawer/_index.scss +1 -0
  80. package/scss/dropdowngrid/_layout.scss +0 -14
  81. package/scss/dropdowngrid/_theme.scss +0 -8
  82. package/scss/dropdowngrid/index.md +0 -0
  83. package/scss/dropdownlist/_index.scss +1 -0
  84. package/scss/dropdownlist/_layout.scss +0 -24
  85. package/scss/dropdownlist/_theme.scss +0 -31
  86. package/scss/dropdownlist/_variables.scss +7 -7
  87. package/scss/dropdowntree/_variables.scss +2 -4
  88. package/scss/editor/_layout.scss +1 -12
  89. package/scss/editor/_theme.scss +9 -0
  90. package/scss/editor/_variables.scss +10 -2
  91. package/scss/expansion-panel/_index.scss +1 -0
  92. package/scss/fab/_layout.scss +8 -0
  93. package/scss/fab/_theme.scss +52 -68
  94. package/scss/fab/_variables.scss +129 -71
  95. package/scss/fab/index.md +0 -0
  96. package/scss/filemanager/_variables.scss +1 -1
  97. package/scss/filter/_index.scss +1 -1
  98. package/scss/filter/_layout.scss +0 -23
  99. package/scss/filter/_variables.scss +1 -1
  100. package/scss/floating-label/_layout.scss +0 -1
  101. package/scss/floating-label/_theme.scss +0 -1
  102. package/scss/floating-label/_variables.scss +3 -3
  103. package/scss/forms/_index.scss +1 -1
  104. package/scss/forms/_layout.scss +0 -37
  105. package/scss/gantt/_index.scss +1 -1
  106. package/scss/grid/_index.scss +2 -1
  107. package/scss/grid/_layout.scss +7 -26
  108. package/scss/grid/_theme.scss +6 -6
  109. package/scss/grid/_variables.scss +11 -13
  110. package/scss/imageeditor/_variables.scss +1 -0
  111. package/scss/index.scss +157 -0
  112. package/scss/input/_index.scss +1 -1
  113. package/scss/input/_layout.scss +30 -1
  114. package/scss/input/_variables.scss +118 -92
  115. package/scss/list/_index.scss +12 -0
  116. package/scss/list/_layout.scss +1 -0
  117. package/scss/list/_theme.scss +1 -0
  118. package/scss/list/_variables.scss +248 -0
  119. package/scss/list/index.md +0 -0
  120. package/scss/listbox/_index.scss +2 -0
  121. package/scss/listbox/_variables.scss +5 -5
  122. package/scss/map/_variables.scss +1 -1
  123. package/scss/menu/_index.scss +2 -0
  124. package/scss/menu/_theme.scss +8 -8
  125. package/scss/menu/_variables.scss +125 -36
  126. package/scss/multiselect/_index.scss +2 -0
  127. package/scss/multiselect/_layout.scss +0 -60
  128. package/scss/multiselect/_theme.scss +0 -47
  129. package/scss/multiselect/_variables.scss +0 -44
  130. package/scss/numerictextbox/_layout.scss +0 -24
  131. package/scss/numerictextbox/_variables.scss +0 -31
  132. package/scss/orgchart/_variables.scss +2 -2
  133. package/scss/pager/_index.scss +1 -0
  134. package/scss/pager/_variables.scss +3 -3
  135. package/scss/panelbar/_index.scss +1 -0
  136. package/scss/panelbar/_variables.scss +5 -0
  137. package/scss/pdf-viewer/_variables.scss +3 -6
  138. package/scss/pivotgrid/_index.scss +1 -0
  139. package/scss/pivotgrid/_layout.scss +0 -54
  140. package/scss/pivotgrid/_theme.scss +0 -140
  141. package/scss/pivotgrid/_variables.scss +7 -10
  142. package/scss/popup/_index.scss +0 -4
  143. package/scss/popup/_layout.scss +0 -50
  144. package/scss/popup/_theme.scss +0 -56
  145. package/scss/popup/_variables.scss +2 -7
  146. package/scss/radio/_index.scss +2 -0
  147. package/scss/radio/_theme.scss +2 -9
  148. package/scss/radio/_variables.scss +134 -52
  149. package/scss/radio/index.md +0 -0
  150. package/scss/scheduler/_index.scss +1 -1
  151. package/scss/scheduler/_layout.scss +0 -29
  152. package/scss/scheduler/_variables.scss +2 -2
  153. package/scss/scrollview/_variables.scss +4 -4
  154. package/scss/searchbox/_layout.scss +0 -9
  155. package/scss/searchbox/_variables.scss +0 -20
  156. package/scss/slider/_theme.scss +0 -9
  157. package/scss/slider/_variables.scss +9 -9
  158. package/scss/spreadsheet/_index.scss +2 -1
  159. package/scss/spreadsheet/_layout.scss +0 -13
  160. package/scss/spreadsheet/_theme.scss +18 -18
  161. package/scss/styling/_index.scss +1 -1
  162. package/scss/switch/_index.scss +0 -2
  163. package/scss/switch/_layout.scss +7 -7
  164. package/scss/switch/_theme.scss +6 -2
  165. package/scss/switch/_variables.scss +191 -83
  166. package/scss/switch/index.md +0 -0
  167. package/scss/table/_index.scss +19 -0
  168. package/scss/table/_layout.scss +1 -0
  169. package/scss/table/_theme.scss +1 -0
  170. package/scss/table/_variables.scss +141 -0
  171. package/scss/tabstrip/_index.scss +1 -0
  172. package/scss/tabstrip/_variables.scss +3 -3
  173. package/scss/taskboard/_variables.scss +0 -2
  174. package/scss/textarea/_layout.scss +0 -112
  175. package/scss/textarea/_variables.scss +0 -53
  176. package/scss/textbox/_layout.scss +0 -14
  177. package/scss/textbox/_variables.scss +0 -1
  178. package/scss/timeline/_layout.scss +2 -2
  179. package/scss/timeline/_variables.scss +5 -5
  180. package/scss/timepicker/_index.scss +15 -0
  181. package/scss/timepicker/_layout.scss +1 -0
  182. package/scss/timepicker/_theme.scss +1 -0
  183. package/scss/timepicker/_variables.scss +1 -0
  184. package/scss/timeselector/_index.scss +13 -0
  185. package/scss/timeselector/_layout.scss +1 -0
  186. package/scss/timeselector/_theme.scss +19 -0
  187. package/scss/timeselector/_variables.scss +32 -0
  188. package/scss/toolbar/_index.scss +1 -0
  189. package/scss/toolbar/_layout.scss +17 -6
  190. package/scss/toolbar/_theme.scss +3 -13
  191. package/scss/toolbar/_variables.scss +3 -1
  192. package/scss/treeview/_theme.scss +32 -27
  193. package/scss/treeview/_variables.scss +125 -46
  194. package/scss/utils/_border.scss +9 -0
  195. package/scss/utils/_index.scss +1 -0
  196. package/scss/utils/_theme-colors.scss +1 -0
  197. package/scss/virtual-scroller/_index.scss +10 -0
  198. package/scss/virtual-scroller/_layout.scss +1 -0
  199. package/scss/virtual-scroller/_theme.scss +1 -0
  200. package/scss/virtual-scroller/_variables.scss +1 -0
  201. package/scss/colorpicker/images/alpha-slider-bgr-reversed.png +0 -0
  202. package/scss/colorpicker/images/alpha-slider-bgr-reversed.scss +0 -3
  203. package/scss/colorpicker/images/alpha-slider-bgr.png +0 -0
  204. package/scss/colorpicker/images/alpha-slider-bgr.scss +0 -3
  205. package/scss/common/_decoration.scss +0 -1
  206. package/scss/datetime/_layout.scss +0 -74
  207. package/scss/datetime/_theme.scss +0 -64
  208. package/scss/datetime/_variables.scss +0 -53
@@ -1,84 +1,192 @@
1
1
  // Switch
2
- $switch-size: 32px !default;
3
- $switch-border-radius: $switch-size !default;
4
-
5
- $switch-font-family: $font-family !default;
6
- $switch-font-size: $font-size-xs !default;
7
- $switch-line-height: $line-height !default;
8
-
9
- $switch-track-size: 14px !default;
10
- $switch-container-border-width: null !default;
11
- $switch-container-padding-x: null !default;
12
- $switch-container-padding-y: null !default;
13
-
14
- $switch-handle-size: 20px !default;
15
- $switch-handle-border-radius: 9999px !default;
16
- $switch-handle-border-width: 0px !default;
17
- $switch-thumb-start-x: calc( ( #{$switch-handle-size} - #{$switch-track-size} ) / -2 ) !default;
18
- // TODO: Remove width property from jQuery and Blazor, and do not use 100% for thumb X calc
19
- $switch-thumb-end-x: calc( 100% - #{$switch-handle-size} + ( ( #{$switch-handle-size} - #{$switch-track-size} ) / 2 ) ) !default;
20
-
21
- $switch-label-offset: null !default;
22
- $switch-label-width: null !default;
23
- $switch-label-text-transform: null !default;
24
- $switch-label-display: none !default;
25
-
26
- $switch-container-shadow: null !default;
27
- $switch-container-hovered-shadow: null !default;
28
- $switch-container-focused-shadow: null !default;
29
-
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
-
58
- $switch-off-bg: rgba( black, .38 ) !default;
59
- $switch-off-text: null !default;
60
- $switch-off-border: null !default;
61
- $switch-off-gradient: null !default;
62
- $switch-off-shadow: null !default;
63
-
64
- $switch-off-hovered-bg: null !default;
65
- $switch-off-hovered-text: null !default;
66
- $switch-off-hovered-border: null !default;
67
- $switch-off-hovered-gradient: null !default;
68
-
69
- $switch-off-focused-bg: null !default;
70
- $switch-off-focused-text: null !default;
71
- $switch-off-focused-border: null !default;
72
- $switch-off-focused-gradient: null !default;
73
- $switch-off-focused-shadow: null !default;
74
-
75
- $switch-off-handle-bg: $white !default;
76
- $switch-off-handle-text: $switch-off-text !default;
77
- $switch-off-handle-border: null !default;
78
- $switch-off-handle-gradient: null !default;
79
- $switch-off-handle-shadow: $switch-on-handle-shadow !default;
80
-
81
- $switch-off-handle-hovered-bg: null !default;
82
- $switch-off-handle-hovered-text: null !default;
83
- $switch-off-handle-hovered-border: null !default;
84
- $switch-off-handle-hovered-gradient: null !default;
2
+
3
+ /// Font family of the switch.
4
+ /// @group switch
5
+ $kendo-switch-font-family: null !default;
6
+
7
+ /// Border width of the switch track.
8
+ /// @group switch
9
+ $kendo-switch-track-border-width: null !default;
10
+
11
+ /// Border width of the switch thumb.
12
+ /// @group switch
13
+ $kendo-switch-thumb-border-width: null !default;
14
+
15
+ /// Text transform of the switch label.
16
+ /// @group switch
17
+ $kendo-switch-label-text-transform: null !default;
18
+
19
+ /// Display of the switch label.
20
+ /// @group switch
21
+ $kendo-switch-label-display: none !default;
22
+
23
+ /// Map with the different switch sizes.
24
+ /// @group switch
25
+ $kendo-switch-sizes: (
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 )
29
+ ) !default;
30
+
31
+ /// The background of the track when the switch is not checked.
32
+ /// @group switch
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.
35
+ /// @group switch
36
+ $kendo-switch-off-track-text: null !default;
37
+ /// The border color of the track when the switch is not checked.
38
+ /// @group switch
39
+ $kendo-switch-off-track-border: null !default;
40
+ /// The background gradient of the track when the switch is not checked.
41
+ /// @group switch
42
+ $kendo-switch-off-track-gradient: null !default;
43
+
44
+ /// The background of the track when hovered switch is not checked.
45
+ /// @group switch
46
+ $kendo-switch-off-track-hover-bg: null !default;
47
+ /// The text color of the track when hovered switch is not checked.
48
+ /// @group switch
49
+ $kendo-switch-off-track-hover-text: null !default;
50
+ /// The border color of the track when hovered switch is not checked.
51
+ /// @group switch
52
+ $kendo-switch-off-track-hover-border: null !default;
53
+ /// The background gradient of the track when hovered switch is not checked.
54
+ /// @group switch
55
+ $kendo-switch-off-track-hover-gradient: null !default;
56
+
57
+ /// The background of the track when focused switch is not checked.
58
+ /// @group switch
59
+ $kendo-switch-off-track-focus-bg: null !default;
60
+ /// The text color of the track when focused switch is not checked.
61
+ /// @group switch
62
+ $kendo-switch-off-track-focus-text: null !default;
63
+ /// The border color of the track when focused switch is not checked.
64
+ /// @group switch
65
+ $kendo-switch-off-track-focus-border: null !default;
66
+ /// The background gradient of the track when focused switch is not checked.
67
+ /// @group switch
68
+ $kendo-switch-off-track-focus-gradient: null !default;
69
+ /// The ring around the track when focused switch is not checked.
70
+ /// @group switch
71
+ $kendo-switch-off-track-focus-ring: null !default;
72
+
73
+ /// The background of the track when disabled switch is not checked.
74
+ /// @group switch
75
+ $kendo-switch-off-track-disabled-bg: null !default;
76
+ /// The text color of the track when disabled switch is not checked.
77
+ /// @group switch
78
+ $kendo-switch-off-track-disabled-text: null !default;
79
+ /// The border color of the track when disabled switch is not checked.
80
+ /// @group switch
81
+ $kendo-switch-off-track-disabled-border: null !default;
82
+ /// The background gradient of the track when disabled switch is not checked.
83
+ /// @group switch
84
+ $kendo-switch-off-track-disabled-gradient: null !default;
85
+
86
+ /// The background of the thumb when the switch is not checked.
87
+ /// @group switch
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.
90
+ /// @group switch
91
+ $kendo-switch-off-thumb-text: null !default;
92
+ /// The border color of the thumb when the switch is not checked.
93
+ /// @group switch
94
+ $kendo-switch-off-thumb-border: null !default;
95
+ /// The background gradient of the thumb when the switch is not checked.
96
+ /// @group switch
97
+ $kendo-switch-off-thumb-gradient: null !default;
98
+
99
+ /// The background of the thumb when the hovered switch is not checked.
100
+ /// @group switch
101
+ $kendo-switch-off-thumb-hover-bg: null !default;
102
+ /// The text color of the thumb when the hovered switch is not checked.
103
+ /// @group switch
104
+ $kendo-switch-off-thumb-hover-text: null !default;
105
+ /// The border color of the thumb when the hovered switch is not checked.
106
+ /// @group switch
107
+ $kendo-switch-off-thumb-hover-border: null !default;
108
+ /// The background gradient of the thumb when the hovered switch is not checked.
109
+ /// @group switch
110
+ $kendo-switch-off-thumb-hover-gradient: null !default;
111
+
112
+
113
+ /// The background of the track when the switch is checked.
114
+ /// @group switch
115
+ $kendo-switch-on-track-bg: rgba( $primary, .54 ) !default;
116
+ /// The text color of the track when the switch is checked.
117
+ /// @group switch
118
+ $kendo-switch-on-track-text: null !default;
119
+ /// The border color of the track when the switch is checked.
120
+ /// @group switch
121
+ $kendo-switch-on-track-border: null !default;
122
+ /// The background gradient of the track when the switch is checked.
123
+ /// @group switch
124
+ $kendo-switch-on-track-gradient: null !default;
125
+
126
+ /// The background of the track when the hovered switch is checked.
127
+ /// @group switch
128
+ $kendo-switch-on-track-hover-bg: null !default;
129
+ /// The text color of the track when the hovered switch is checked.
130
+ /// @group switch
131
+ $kendo-switch-on-track-hover-text: null !default;
132
+ /// The border color of the track when the hovered switch is checked.
133
+ /// @group switch
134
+ $kendo-switch-on-track-hover-border: null !default;
135
+ /// The background gradient of the track when the hovered switch is checked.
136
+ /// @group switch
137
+ $kendo-switch-on-track-hover-gradient: null !default;
138
+
139
+ /// The background of the track when the focused switch is checked.
140
+ /// @group switch
141
+ $kendo-switch-on-track-focus-bg: null !default;
142
+ /// The text color of the track when the focused switch is checked.
143
+ /// @group switch
144
+ $kendo-switch-on-track-focus-text: null !default;
145
+ /// The border color of the track when the focused switch is checked.
146
+ /// @group switch
147
+ $kendo-switch-on-track-focus-border: null !default;
148
+ /// The background gradient of the track when the focused switch is checked.
149
+ /// @group switch
150
+ $kendo-switch-on-track-focus-gradient: null !default;
151
+ /// The ring around the track when the focused switch is checked.
152
+ /// @group switch
153
+ $kendo-switch-on-track-focus-ring: null !default;
154
+
155
+ /// The background of the track when the disabled switch is checked.
156
+ /// @group switch
157
+ $kendo-switch-on-track-disabled-bg: null !default;
158
+ /// The text color of the track when the disabled switch is checked.
159
+ /// @group switch
160
+ $kendo-switch-on-track-disabled-text: null !default;
161
+ /// The border color of the track when the disabled switch is checked.
162
+ /// @group switch
163
+ $kendo-switch-on-track-disabled-border: null !default;
164
+ /// The background gradient of the track when the disabled switch is checked.
165
+ /// @group switch
166
+ $kendo-switch-on-track-disabled-gradient: null !default;
167
+
168
+ /// The background of the thumb when the switch is checked.
169
+ /// @group switch
170
+ $kendo-switch-on-thumb-bg: $primary !default;
171
+ /// The text color of the thumb when the switch is checked.
172
+ /// @group switch
173
+ $kendo-switch-on-thumb-text: null !default;
174
+ /// The border color of the thumb when the switch is checked.
175
+ /// @group switch
176
+ $kendo-switch-on-thumb-border: null !default;
177
+ /// The background gradient of the thumb when the switch is checked.
178
+ /// @group switch
179
+ $kendo-switch-on-thumb-gradient: null !default;
180
+
181
+ /// The background of the thumb when the hovered switch is checked.
182
+ /// @group switch
183
+ $kendo-switch-on-thumb-hover-bg: null !default;
184
+ /// The text color of the thumb when the hovered switch is checked.
185
+ /// @group switch
186
+ $kendo-switch-on-thumb-hover-text: null !default;
187
+ /// The border color of the thumb when the hovered switch is checked.
188
+ /// @group switch
189
+ $kendo-switch-on-thumb-hover-border: null !default;
190
+ /// The background gradient of the thumb when the hovered switch is checked.
191
+ /// @group switch
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( #{$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;
@@ -1,113 +1 @@
1
1
  @import "~@progress/kendo-theme-default/scss/textarea/_layout.scss";
2
-
3
- @include exports("textarea/layout/material") {
4
-
5
- // Textarea
6
- .k-textarea {
7
- @include border-radius( $border-radius );
8
- border-width: 0 0 1px;
9
- border-bottom-left-radius: 0;
10
- border-bottom-right-radius: 0;
11
-
12
- // Focus state
13
- &:focus,
14
- // &:focus-within,
15
- &.k-state-focus,
16
- &.k-state-focused {
17
- border-bottom-left-radius: $textarea-border-radius;
18
- border-bottom-right-radius: $textarea-border-radius;
19
- }
20
- &:focus-within {
21
- border-bottom-left-radius: $textarea-border-radius;
22
- border-bottom-right-radius: $textarea-border-radius;
23
- }
24
- }
25
-
26
- // Textarea Floating label
27
- .k-floating-label-container.k-textarea-container,
28
- .k-textbox-container.k-textarea-container {
29
- padding-top: 0;
30
-
31
- textarea.k-textarea,
32
- .k-textarea .k-input {
33
- padding-top: calc( #{$textarea-padding-y} + #{$textarea-line-height-em} );
34
- }
35
-
36
- .k-label {
37
- font-size: $textarea-font-size;
38
- transform: none;
39
- top: $textarea-padding-y;
40
- left: $textarea-padding-x;
41
- }
42
-
43
- &:not(.k-state-empty),
44
- &.k-state-focused {
45
- > .k-label {
46
- background: transparent;
47
- transform: scale(.75);
48
- transform-origin: top left;
49
- }
50
- }
51
-
52
- // Disable input ripple
53
- &::after { display: none; }
54
- }
55
-
56
- .k-rtl .k-floating-label-container.k-textarea-container,
57
- .k-floating-label-container.k-textarea-container[dir="rtl"],
58
- .k-rtl .k-textbox-container.k-textarea-container,
59
- .k-textbox-container.k-textarea-container[dir="rtl"] {
60
- > .k-label {
61
- left: initial;
62
- right: $textarea-padding-x;
63
- }
64
-
65
- &:not(.k-state-empty),
66
- &.k-state-focused {
67
- > .k-label {
68
- transform-origin: top right;
69
- }
70
- }
71
- }
72
- }
73
-
74
- @include exports ( "textarea/layout/legacy" ) {
75
-
76
- // Textarea Floating label Angular rendering
77
- .k-textbox-container.k-textarea-wrapper,
78
- .k-floating-label-container.k-textarea-wrapper {
79
- padding-top: 0;
80
-
81
- .k-textarea {
82
- padding-top: calc( #{$textarea-padding-y} + 14px );
83
- }
84
-
85
- .k-label {
86
- font-size: $textarea-font-size;
87
- transform: none;
88
- top: $textarea-padding-y;
89
- left: $textarea-padding-x;
90
- }
91
-
92
- &:not(.k-state-empty),
93
- &.k-state-focused {
94
- > .k-label {
95
- background: transparent;
96
- transform: scale(.75);
97
- transform-origin: top left;
98
- }
99
- }
100
-
101
- // Disable input ripple
102
- &::after { display: none; }
103
- }
104
- .k-rtl .k-textbox-container.k-textarea-wrapper,
105
- .k-textbox-container.k-textarea-wrapper[dir="rtl"] {
106
- > .k-label {
107
- left: initial;
108
- right: $textarea-padding-x;
109
- transform-origin: top right;
110
- }
111
- }
112
- }
113
-
@@ -1,54 +1 @@
1
1
  // Textarea
2
- $textarea-default-width: 18em !default;
3
-
4
- $textarea-border-width: $input-border-width !default;
5
- $textarea-border-height: $input-border-height !default;
6
- $textarea-border-radius: $input-border-radius !default;
7
- $textarea-border-radius-sm: $input-border-radius-sm !default;
8
- $textarea-border-radius-lg: $input-border-radius-lg !default;
9
-
10
- $textarea-padding-x: 16px !default;
11
- $textarea-padding-y: 6px !default;
12
- $textarea-font-family: $input-font-family !default;
13
- $textarea-font-size: $input-font-size !default;
14
- $textarea-line-height: 24px !default;
15
- $textarea-line-height-em: $input-line-height-em !default;
16
-
17
- $textarea-padding-x-sm: $input-padding-x-sm !default;
18
- $textarea-padding-y-sm: $input-padding-y-sm !default;
19
- $textarea-font-size-sm: $input-font-size-sm !default;
20
- $textarea-line-height-sm: $input-line-height-sm !default;
21
-
22
- $textarea-padding-x-lg: $input-padding-x-lg !default;
23
- $textarea-padding-y-lg: $input-padding-y-lg !default;
24
- $textarea-font-size-lg: $input-font-size-lg !default;
25
- $textarea-line-height-lg: $input-line-height-lg !default;
26
-
27
- $textarea-calc-height: $input-calc-height !default;
28
- $textarea-calc-height-sm: $input-calc-height-sm !default;
29
- $textarea-calc-height-lg: $input-calc-height-lg !default;
30
-
31
- $textarea-floating-label-padding: 3px !default;
32
-
33
- $textarea-bg: try-shade( $body-bg, .5 ) !default;
34
- $textarea-text: $input-text !default;
35
- $textarea-border: $input-border !default;
36
- $textarea-shadow: $input-shadow !default;
37
-
38
- $textarea-hover-text: $input-hovered-text !default;
39
- $textarea-hover-bg: try-shade( $body-bg, 1 ) !default;
40
- $textarea-hover-border: $input-border !default;
41
- $textarea-hover-shadow: $input-hovered-shadow !default;
42
-
43
- $textarea-focus-text: $input-focused-text !default;
44
- $textarea-focus-bg: $input-focused-bg !default;
45
- $textarea-focus-border: $input-focused-border !default;
46
- $textarea-focus-shadow: 0 0 0 1px $primary !default;
47
-
48
- $textarea-placeholder-text: $input-placeholder-text !default;
49
- $textarea-placeholder-opacity: $input-placeholder-opacity !default;
50
-
51
- $textarea-selected-bg: $input-selected-bg !default;
52
- $textarea-selected-text: $input-selected-text !default;
53
-
54
- $textarea-invalid-focus-shadow: 0 0 0 1px $error !default;