@progress/kendo-theme-default 6.2.1-dev.1 → 6.2.1-dev.44

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 (355) hide show
  1. package/dist/all.css +4434 -183
  2. package/dist/all.scss +4830 -1190
  3. package/dist/default-main-dark.scss +33 -28
  4. package/dist/meta/sassdoc-data.json +4306 -3550
  5. package/dist/meta/sassdoc-raw-data.json +2095 -1745
  6. package/dist/meta/variables.json +38 -2
  7. package/lib/swatches/default-blue.json +1 -1
  8. package/lib/swatches/default-dataviz-v4.json +1 -1
  9. package/lib/swatches/default-green.json +1 -1
  10. package/lib/swatches/default-main-dark.json +54 -29
  11. package/lib/swatches/default-main.json +1 -1
  12. package/lib/swatches/default-nordic.json +1 -1
  13. package/lib/swatches/default-ocean-blue-a11y.json +1 -1
  14. package/lib/swatches/default-ocean-blue.json +1 -1
  15. package/lib/swatches/default-orange.json +1 -1
  16. package/lib/swatches/default-purple.json +1 -1
  17. package/lib/swatches/default-turquoise.json +1 -1
  18. package/lib/swatches/default-urban.json +1 -1
  19. package/package.json +4 -4
  20. package/scss/_variables.scss +2 -0
  21. package/scss/action-buttons/_index.scss +18 -0
  22. package/scss/action-buttons/_layout.scss +16 -9
  23. package/scss/action-buttons/_theme.scss +7 -1
  24. package/scss/action-sheet/_index.scss +18 -0
  25. package/scss/action-sheet/_layout.scss +8 -4
  26. package/scss/action-sheet/_theme.scss +6 -1
  27. package/scss/adaptive/_index.scss +18 -0
  28. package/scss/adaptive/_layout.scss +14 -7
  29. package/scss/adaptive/_theme.scss +7 -1
  30. package/scss/all.scss +6 -0
  31. package/scss/appbar/_index.scss +18 -0
  32. package/scss/appbar/_layout.scss +6 -1
  33. package/scss/appbar/_theme.scss +6 -1
  34. package/scss/autocomplete/_index.scss +18 -0
  35. package/scss/autocomplete/_layout.scss +6 -1
  36. package/scss/autocomplete/_theme.scss +6 -1
  37. package/scss/avatar/_index.scss +18 -0
  38. package/scss/avatar/_layout.scss +5 -1
  39. package/scss/avatar/_theme.scss +6 -1
  40. package/scss/badge/_index.scss +18 -0
  41. package/scss/badge/_layout.scss +6 -1
  42. package/scss/badge/_theme.scss +7 -1
  43. package/scss/bottom-navigation/_index.scss +18 -0
  44. package/scss/bottom-navigation/_layout.scss +7 -1
  45. package/scss/bottom-navigation/_theme.scss +6 -1
  46. package/scss/breadcrumb/_index.scss +18 -0
  47. package/scss/breadcrumb/_layout.scss +6 -1
  48. package/scss/breadcrumb/_theme.scss +6 -1
  49. package/scss/button/_index.scss +18 -0
  50. package/scss/button/_layout.scss +8 -9
  51. package/scss/button/_theme.scss +6 -1
  52. package/scss/button/_variables.scss +66 -63
  53. package/scss/calendar/_index.scss +18 -0
  54. package/scss/calendar/_layout.scss +8 -13
  55. package/scss/calendar/_theme.scss +7 -9
  56. package/scss/captcha/_index.scss +18 -2
  57. package/scss/captcha/_layout.scss +6 -1
  58. package/scss/captcha/_theme.scss +6 -1
  59. package/scss/card/_index.scss +18 -0
  60. package/scss/card/_layout.scss +9 -13
  61. package/scss/card/_theme.scss +6 -1
  62. package/scss/card/_variables.scss +2 -0
  63. package/scss/chat/_index.scss +18 -0
  64. package/scss/chat/_layout.scss +9 -22
  65. package/scss/chat/_theme.scss +6 -1
  66. package/scss/checkbox/_index.scss +18 -0
  67. package/scss/checkbox/_layout.scss +6 -1
  68. package/scss/checkbox/_theme.scss +6 -1
  69. package/scss/checkbox/_variables.scss +53 -53
  70. package/scss/chip/_index.scss +18 -0
  71. package/scss/chip/_layout.scss +6 -1
  72. package/scss/chip/_theme.scss +6 -1
  73. package/scss/chip/_variables.scss +42 -42
  74. package/scss/color-preview/_index.scss +18 -2
  75. package/scss/color-preview/_layout.scss +6 -1
  76. package/scss/color-preview/_theme.scss +6 -1
  77. package/scss/coloreditor/_index.scss +18 -0
  78. package/scss/coloreditor/_layout.scss +6 -1
  79. package/scss/coloreditor/_theme.scss +6 -1
  80. package/scss/colorgradient/_index.scss +18 -1
  81. package/scss/colorgradient/_layout.scss +6 -1
  82. package/scss/colorgradient/_theme.scss +8 -3
  83. package/scss/colorgradient/_variables.scss +3 -0
  84. package/scss/colorpalette/_index.scss +18 -0
  85. package/scss/colorpalette/_layout.scss +6 -1
  86. package/scss/colorpalette/_theme.scss +6 -1
  87. package/scss/colorpicker/_index.scss +18 -0
  88. package/scss/colorpicker/_layout.scss +6 -1
  89. package/scss/colorpicker/_theme.scss +5 -1
  90. package/scss/combobox/_index.scss +18 -0
  91. package/scss/combobox/_layout.scss +6 -1
  92. package/scss/combobox/_theme.scss +6 -1
  93. package/scss/common/_base.scss +1 -1
  94. package/scss/dataviz/_index.scss +18 -0
  95. package/scss/dataviz/_layout.scss +15 -22
  96. package/scss/dataviz/_theme.scss +8 -3
  97. package/scss/dateinput/_index.scss +18 -0
  98. package/scss/dateinput/_layout.scss +6 -1
  99. package/scss/dateinput/_theme.scss +6 -1
  100. package/scss/datepicker/_index.scss +18 -0
  101. package/scss/datepicker/_layout.scss +5 -1
  102. package/scss/datepicker/_theme.scss +6 -1
  103. package/scss/daterangepicker/_index.scss +18 -2
  104. package/scss/daterangepicker/_layout.scss +6 -1
  105. package/scss/daterangepicker/_theme.scss +9 -1
  106. package/scss/datetimepicker/_index.scss +18 -0
  107. package/scss/datetimepicker/_layout.scss +7 -4
  108. package/scss/datetimepicker/_theme.scss +6 -1
  109. package/scss/dialog/_index.scss +18 -0
  110. package/scss/dialog/_layout.scss +6 -1
  111. package/scss/dialog/_theme.scss +8 -2
  112. package/scss/draggable/_index.scss +18 -0
  113. package/scss/draggable/_layout.scss +6 -1
  114. package/scss/draggable/_theme.scss +7 -2
  115. package/scss/drawer/_index.scss +18 -0
  116. package/scss/drawer/_layout.scss +6 -1
  117. package/scss/drawer/_theme.scss +6 -1
  118. package/scss/dropdowngrid/_index.scss +18 -0
  119. package/scss/dropdowngrid/_layout.scss +9 -3
  120. package/scss/dropdowngrid/_theme.scss +6 -1
  121. package/scss/dropdownlist/_index.scss +18 -0
  122. package/scss/dropdownlist/_layout.scss +8 -2
  123. package/scss/dropdownlist/_theme.scss +6 -1
  124. package/scss/dropdowntree/_index.scss +18 -0
  125. package/scss/dropdowntree/_layout.scss +6 -1
  126. package/scss/dropdowntree/_theme.scss +6 -1
  127. package/scss/dropzone/_index.scss +18 -0
  128. package/scss/dropzone/_layout.scss +7 -2
  129. package/scss/dropzone/_theme.scss +6 -1
  130. package/scss/editor/_index.scss +18 -0
  131. package/scss/editor/_layout.scss +12 -12
  132. package/scss/editor/_theme.scss +6 -1
  133. package/scss/expansion-panel/_index.scss +18 -0
  134. package/scss/expansion-panel/_layout.scss +6 -1
  135. package/scss/expansion-panel/_theme.scss +6 -1
  136. package/scss/fab/_index.scss +18 -0
  137. package/scss/fab/_layout.scss +21 -32
  138. package/scss/fab/_theme.scss +10 -9
  139. package/scss/fab/_variables.scss +32 -0
  140. package/scss/filemanager/_index.scss +18 -0
  141. package/scss/filemanager/_layout.scss +6 -1
  142. package/scss/filemanager/_theme.scss +6 -1
  143. package/scss/filter/_index.scss +18 -0
  144. package/scss/filter/_layout.scss +7 -1
  145. package/scss/filter/_theme.scss +6 -1
  146. package/scss/floating-label/_index.scss +18 -0
  147. package/scss/floating-label/_layout.scss +6 -1
  148. package/scss/floating-label/_theme.scss +6 -1
  149. package/scss/forms/_index.scss +18 -0
  150. package/scss/forms/_layout.scss +7 -3
  151. package/scss/forms/_theme.scss +6 -1
  152. package/scss/gantt/_index.scss +18 -0
  153. package/scss/gantt/_layout.scss +13 -10
  154. package/scss/gantt/_theme.scss +8 -1
  155. package/scss/grid/_index.scss +18 -0
  156. package/scss/grid/_layout.scss +17 -7
  157. package/scss/grid/_theme.scss +15 -1
  158. package/scss/grid/_variables.scss +7 -0
  159. package/scss/icons/_index.scss +19 -4
  160. package/scss/icons/_layout.scss +6 -1
  161. package/scss/icons/_theme.scss +6 -0
  162. package/scss/icons/_variables.scss +0 -0
  163. package/scss/imageeditor/_index.scss +18 -0
  164. package/scss/imageeditor/_layout.scss +6 -1
  165. package/scss/imageeditor/_theme.scss +6 -1
  166. package/scss/index.scss +169 -0
  167. package/scss/input/_index.scss +18 -0
  168. package/scss/input/_layout.scss +6 -6
  169. package/scss/input/_theme.scss +6 -1
  170. package/scss/input/_variables.scss +121 -119
  171. package/scss/list/_index.scss +18 -0
  172. package/scss/list/_layout.scss +6 -1
  173. package/scss/list/_theme.scss +6 -1
  174. package/scss/list/_variables.scss +41 -40
  175. package/scss/listbox/_index.scss +18 -0
  176. package/scss/listbox/_layout.scss +6 -1
  177. package/scss/listbox/_theme.scss +7 -1
  178. package/scss/listgroup/_index.scss +18 -0
  179. package/scss/listgroup/_layout.scss +7 -12
  180. package/scss/listgroup/_theme.scss +7 -1
  181. package/scss/listview/_index.scss +18 -0
  182. package/scss/listview/_layout.scss +7 -1
  183. package/scss/listview/_theme.scss +6 -1
  184. package/scss/loader/_index.scss +18 -0
  185. package/scss/loader/_layout.scss +10 -23
  186. package/scss/loader/_theme.scss +6 -1
  187. package/scss/map/_index.scss +18 -1
  188. package/scss/map/_layout.scss +7 -2
  189. package/scss/map/_theme.scss +7 -1
  190. package/scss/map/_variables.scss +3 -0
  191. package/scss/maskedtextbox/_index.scss +18 -0
  192. package/scss/maskedtextbox/_layout.scss +6 -1
  193. package/scss/maskedtextbox/_theme.scss +6 -1
  194. package/scss/mediaplayer/_index.scss +18 -0
  195. package/scss/mediaplayer/_layout.scss +6 -1
  196. package/scss/mediaplayer/_theme.scss +6 -1
  197. package/scss/menu/_index.scss +18 -0
  198. package/scss/menu/_layout.scss +6 -1
  199. package/scss/menu/_theme.scss +6 -1
  200. package/scss/menu-button/_index.scss +18 -0
  201. package/scss/menu-button/_layout.scss +6 -1
  202. package/scss/menu-button/_theme.scss +11 -1
  203. package/scss/messagebox/_index.scss +18 -0
  204. package/scss/messagebox/_layout.scss +6 -1
  205. package/scss/messagebox/_theme.scss +6 -1
  206. package/scss/multiselect/_index.scss +18 -0
  207. package/scss/multiselect/_layout.scss +6 -1
  208. package/scss/multiselect/_theme.scss +6 -1
  209. package/scss/notification/_index.scss +18 -0
  210. package/scss/notification/_layout.scss +6 -1
  211. package/scss/notification/_theme.scss +6 -1
  212. package/scss/numerictextbox/_index.scss +18 -0
  213. package/scss/numerictextbox/_layout.scss +6 -1
  214. package/scss/numerictextbox/_theme.scss +6 -1
  215. package/scss/orgchart/_index.scss +18 -0
  216. package/scss/orgchart/_layout.scss +6 -1
  217. package/scss/orgchart/_theme.scss +6 -1
  218. package/scss/overlay/_index.scss +18 -0
  219. package/scss/overlay/_layout.scss +6 -1
  220. package/scss/overlay/_theme.scss +6 -1
  221. package/scss/pager/_index.scss +18 -0
  222. package/scss/pager/_layout.scss +6 -1
  223. package/scss/pager/_theme.scss +7 -1
  224. package/scss/panelbar/_index.scss +18 -0
  225. package/scss/panelbar/_layout.scss +6 -1
  226. package/scss/panelbar/_theme.scss +7 -1
  227. package/scss/pdf-viewer/_index.scss +18 -0
  228. package/scss/pdf-viewer/_layout.scss +7 -1
  229. package/scss/pdf-viewer/_theme.scss +7 -2
  230. package/scss/pivotgrid/_index.scss +18 -0
  231. package/scss/pivotgrid/_layout.scss +11 -35
  232. package/scss/pivotgrid/_theme.scss +11 -11
  233. package/scss/popover/_index.scss +18 -0
  234. package/scss/popover/_layout.scss +7 -4
  235. package/scss/popover/_theme.scss +6 -1
  236. package/scss/popup/_index.scss +18 -0
  237. package/scss/popup/_layout.scss +7 -5
  238. package/scss/popup/_theme.scss +6 -1
  239. package/scss/progressbar/_index.scss +18 -0
  240. package/scss/progressbar/_layout.scss +8 -10
  241. package/scss/progressbar/_theme.scss +7 -4
  242. package/scss/radio/_index.scss +18 -0
  243. package/scss/radio/_layout.scss +6 -1
  244. package/scss/radio/_theme.scss +6 -1
  245. package/scss/radio/_variables.scss +47 -45
  246. package/scss/rating/_index.scss +18 -0
  247. package/scss/rating/_layout.scss +7 -1
  248. package/scss/rating/_theme.scss +7 -1
  249. package/scss/responsivepanel/_index.scss +18 -0
  250. package/scss/responsivepanel/_layout.scss +6 -1
  251. package/scss/responsivepanel/_theme.scss +6 -1
  252. package/scss/ripple/_index.scss +18 -0
  253. package/scss/ripple/_layout.scss +8 -1
  254. package/scss/ripple/_theme.scss +8 -1
  255. package/scss/scheduler/_index.scss +18 -0
  256. package/scss/scheduler/_layout.scss +10 -25
  257. package/scss/scheduler/_theme.scss +7 -16
  258. package/scss/scroller/_index.scss +18 -0
  259. package/scss/scroller/_layout.scss +6 -1
  260. package/scss/scroller/_theme.scss +6 -1
  261. package/scss/scrollview/_index.scss +18 -0
  262. package/scss/scrollview/_layout.scss +6 -1
  263. package/scss/scrollview/_theme.scss +6 -1
  264. package/scss/searchbox/_index.scss +18 -0
  265. package/scss/searchbox/_layout.scss +6 -1
  266. package/scss/searchbox/_theme.scss +6 -1
  267. package/scss/signature/_index.scss +18 -0
  268. package/scss/signature/_layout.scss +6 -1
  269. package/scss/signature/_theme.scss +5 -1
  270. package/scss/skeleton/_index.scss +18 -0
  271. package/scss/skeleton/_layout.scss +9 -8
  272. package/scss/skeleton/_theme.scss +8 -5
  273. package/scss/slider/_index.scss +18 -2
  274. package/scss/slider/_layout.scss +6 -1
  275. package/scss/slider/_theme.scss +12 -1
  276. package/scss/slider/_variables.scss +4 -0
  277. package/scss/split-button/_index.scss +18 -0
  278. package/scss/split-button/_layout.scss +7 -1
  279. package/scss/split-button/_theme.scss +6 -1
  280. package/scss/split-button/_variables.scss +9 -9
  281. package/scss/splitter/_index.scss +18 -0
  282. package/scss/splitter/_layout.scss +7 -1
  283. package/scss/splitter/_theme.scss +7 -1
  284. package/scss/spreadsheet/_index.scss +18 -1
  285. package/scss/spreadsheet/_layout.scss +12 -33
  286. package/scss/spreadsheet/_theme.scss +7 -21
  287. package/scss/spreadsheet/_variables.scss +3 -0
  288. package/scss/stepper/_index.scss +18 -0
  289. package/scss/stepper/_layout.scss +8 -4
  290. package/scss/stepper/_theme.scss +6 -1
  291. package/scss/switch/_index.scss +18 -0
  292. package/scss/switch/_layout.scss +6 -1
  293. package/scss/switch/_theme.scss +6 -1
  294. package/scss/switch/_variables.scss +57 -56
  295. package/scss/table/_index.scss +18 -0
  296. package/scss/table/_layout.scss +6 -1
  297. package/scss/table/_theme.scss +6 -1
  298. package/scss/tabstrip/_index.scss +18 -0
  299. package/scss/tabstrip/_layout.scss +6 -1
  300. package/scss/tabstrip/_theme.scss +6 -1
  301. package/scss/taskboard/_index.scss +18 -0
  302. package/scss/taskboard/_layout.scss +8 -3
  303. package/scss/taskboard/_theme.scss +6 -1
  304. package/scss/textarea/_index.scss +18 -0
  305. package/scss/textarea/_layout.scss +6 -1
  306. package/scss/textarea/_theme.scss +6 -1
  307. package/scss/textbox/_index.scss +18 -0
  308. package/scss/textbox/_layout.scss +6 -1
  309. package/scss/textbox/_theme.scss +7 -1
  310. package/scss/tilelayout/_index.scss +18 -0
  311. package/scss/tilelayout/_layout.scss +6 -1
  312. package/scss/tilelayout/_theme.scss +6 -1
  313. package/scss/timedurationpicker/_index.scss +18 -0
  314. package/scss/timedurationpicker/_layout.scss +17 -1
  315. package/scss/timedurationpicker/_theme.scss +9 -3
  316. package/scss/timeline/_index.scss +18 -0
  317. package/scss/timeline/_layout.scss +7 -1
  318. package/scss/timeline/_theme.scss +7 -1
  319. package/scss/timepicker/_index.scss +18 -0
  320. package/scss/timepicker/_layout.scss +13 -2
  321. package/scss/timepicker/_theme.scss +7 -2
  322. package/scss/timeselector/_index.scss +18 -0
  323. package/scss/timeselector/_layout.scss +6 -3
  324. package/scss/timeselector/_theme.scss +6 -1
  325. package/scss/toolbar/_index.scss +18 -0
  326. package/scss/toolbar/_layout.scss +8 -13
  327. package/scss/toolbar/_theme.scss +6 -17
  328. package/scss/tooltip/_index.scss +18 -0
  329. package/scss/tooltip/_layout.scss +6 -1
  330. package/scss/tooltip/_theme.scss +8 -1
  331. package/scss/treelist/_index.scss +18 -0
  332. package/scss/treelist/_layout.scss +6 -1
  333. package/scss/treelist/_theme.scss +6 -1
  334. package/scss/treeview/_index.scss +18 -0
  335. package/scss/treeview/_layout.scss +6 -1
  336. package/scss/treeview/_theme.scss +6 -1
  337. package/scss/typography/_index.scss +18 -0
  338. package/scss/typography/_layout.scss +7 -1
  339. package/scss/typography/_theme.scss +7 -1
  340. package/scss/upload/_index.scss +18 -0
  341. package/scss/upload/_layout.scss +6 -1
  342. package/scss/upload/_theme.scss +7 -2
  343. package/scss/utils/_index.scss +14 -2
  344. package/scss/validator/_index.scss +18 -0
  345. package/scss/validator/_layout.scss +12 -2
  346. package/scss/validator/_theme.scss +11 -1
  347. package/scss/virtual-scroller/_index.scss +18 -0
  348. package/scss/virtual-scroller/_layout.scss +6 -1
  349. package/scss/virtual-scroller/_theme.scss +9 -1
  350. package/scss/window/_index.scss +18 -0
  351. package/scss/window/_layout.scss +7 -1
  352. package/scss/window/_theme.scss +6 -1
  353. package/scss/wizard/_index.scss +18 -0
  354. package/scss/wizard/_layout.scss +8 -1
  355. package/scss/wizard/_theme.scss +6 -1
@@ -1,73 +1,75 @@
1
1
  // Input
2
2
 
3
- /// Default width of input components.
3
+ /// The default width of the Input components.
4
4
  /// @group input
5
5
  $kendo-input-default-width: 100% !default;
6
6
 
7
- /// Border width of input components.
7
+ /// The border width of the Input components.
8
8
  /// @group input
9
9
  $kendo-input-border-width: 1px !default;
10
10
  $kendo-input-border-height: ( $kendo-input-border-width * 2 ) !default;
11
- /// Border radius of input components.
11
+ /// The border radius of the Input components.
12
12
  /// @group input
13
13
  $kendo-input-border-radius: null !default;
14
14
 
15
- /// Horizontal padding of input components.
15
+ /// The horizontal padding of the Input components.
16
16
  /// @group input
17
17
  $kendo-input-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
18
- /// Horizontal padding of small input components.
18
+ /// The horizontal padding of the small Input components.
19
19
  /// @group input
20
20
  $kendo-input-sm-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
21
- /// Horizontal padding of medium input components.
21
+ /// The horizontal padding of the medium Input components.
22
22
  /// @group input
23
23
  $kendo-input-md-padding-x: $kendo-input-padding-x !default;
24
- /// Horizontal padding of large input components.
24
+ /// The horizontal padding of the large Input components.
25
25
  /// @group input
26
26
  $kendo-input-lg-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
27
27
 
28
- /// Vertical padding of input components.
28
+ /// The vertical padding of the Input components.
29
29
  /// @group input
30
30
  $kendo-input-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
31
- /// Vertical padding of small input components.
31
+ /// The vertical padding of the small Input components.
32
32
  /// @group input
33
33
  $kendo-input-sm-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default; // sass-lint:disable-line leading-zero
34
- /// Vertical padding of medium input components.
34
+ /// The vertical padding of the medium Input components.
35
35
  /// @group input
36
36
  $kendo-input-md-padding-y: $kendo-input-padding-y !default;
37
- /// Vertical padding of large input components.
37
+ /// The vertical padding of the large Input components.
38
38
  /// @group input
39
39
  $kendo-input-lg-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
40
40
 
41
- /// Font family of input components.
41
+ /// The font family of the Input components.
42
42
  /// @group input
43
43
  $kendo-input-font-family: $kendo-font-family !default;
44
44
 
45
- /// Font size of input components.
45
+ /// The font size of the Input components.
46
46
  /// @group input
47
47
  $kendo-input-font-size: $kendo-font-size-md !default;
48
- /// Font size of small input components.
48
+ /// The font size of the small Input components.
49
49
  /// @group input
50
50
  $kendo-input-sm-font-size: $kendo-font-size-md !default;
51
- /// Font size of medium input components.
51
+ /// The font size of the medium Input components.
52
52
  /// @group input
53
53
  $kendo-input-md-font-size: $kendo-input-font-size !default;
54
- /// Font size of large input components.
54
+ /// The font size of the large Input components.
55
55
  /// @group input
56
56
  $kendo-input-lg-font-size: $kendo-font-size-lg !default;
57
57
 
58
- /// Line height of input components.
58
+ /// The line height of the Input components.
59
59
  /// @group input
60
60
  $kendo-input-line-height: $kendo-line-height-md !default;
61
- /// Line height of small input components.
61
+ /// The line height of the small Input components.
62
62
  /// @group input
63
63
  $kendo-input-sm-line-height: $kendo-line-height-md !default;
64
- /// Line height of medium input components.
64
+ /// The line height of the medium Input components.
65
65
  /// @group input
66
66
  $kendo-input-md-line-height: $kendo-input-line-height !default;
67
- /// Line height of large input components.
67
+ /// The line height of the large Input components.
68
68
  /// @group input
69
69
  $kendo-input-lg-line-height: $kendo-line-height-lg !default;
70
70
 
71
+ /// The sizes map for the Input components.
72
+ /// @group input
71
73
  $kendo-input-sizes: (
72
74
  sm: (
73
75
  padding-x: $kendo-input-sm-padding-x,
@@ -98,151 +100,151 @@ $kendo-input-sizes: (
98
100
  )
99
101
  ) !default;
100
102
 
101
- /// The background color of input components.
103
+ /// The background color of the Input components.
102
104
  /// @group input
103
105
  $kendo-input-bg: $kendo-component-bg !default;
104
- /// The text color of input components.
106
+ /// The text color of the Input components.
105
107
  /// @group input
106
108
  $kendo-input-text: $kendo-component-text !default;
107
- /// The border color of input components.
109
+ /// The border color of the Input components.
108
110
  /// @group input
109
111
  $kendo-input-border: $kendo-component-border !default;
110
- /// The shadow of input components.
112
+ /// The shadow of the Input components.
111
113
  /// @group input
112
114
  $kendo-input-shadow: null !default;
113
115
 
114
- /// The background color of hovered input components.
116
+ /// The background color of the hovered Input components.
115
117
  /// @group input
116
118
  $kendo-input-hover-bg: null !default;
117
- /// The text color of hovered input components.
119
+ /// The text color of the hovered Input components.
118
120
  /// @group input
119
121
  $kendo-input-hover-text: null !default;
120
- /// The border color of hovered input components.
122
+ /// The border color of the hovered Input components.
121
123
  /// @group input
122
124
  $kendo-input-hover-border: rgba( $kendo-input-border, .16 ) !default;
123
- /// The shadow of hovered input components.
125
+ /// The shadow of the hovered Input components.
124
126
  /// @group input
125
127
  $kendo-input-hover-shadow: null !default;
126
128
 
127
- /// The background color of focused input components.
129
+ /// The background color of the focused Input components.
128
130
  /// @group input
129
131
  $kendo-input-focus-bg: null !default;
130
- /// The text color of focused input components.
132
+ /// The text color of the focused Input components.
131
133
  /// @group input
132
134
  $kendo-input-focus-text: null !default;
133
- /// The border color of focused input components.
135
+ /// The border color of the focused Input components.
134
136
  /// @group input
135
137
  $kendo-input-focus-border: $kendo-input-hover-border !default;
136
- /// The shadow of focused input components.
138
+ /// The shadow of the focused Input components.
137
139
  /// @group input
138
140
  $kendo-input-focus-shadow: 0 0 0 2px rgba( $kendo-input-focus-border, .08 ) !default;
139
141
 
140
- /// The background color of selected input components.
142
+ /// The background color of the selected Input components.
141
143
  /// @group input
142
144
  $kendo-input-selected-bg: null !default;
143
- /// The text color of selected input components.
145
+ /// The text color of the selected Input components.
144
146
  /// @group input
145
147
  $kendo-input-selected-text: null !default;
146
148
 
147
- /// The background color of disabled input components.
149
+ /// The background color of the disabled Input components.
148
150
  /// @group input
149
151
  $kendo-input-disabled-bg: null !default;
150
- /// The text color of disabled input components.
152
+ /// The text color of the disabled Input components.
151
153
  /// @group input
152
154
  $kendo-input-disabled-text: null !default;
153
- /// The border color of disabled input components.
155
+ /// The border color of the disabled Input components.
154
156
  /// @group input
155
157
  $kendo-input-disabled-border: null !default;
156
- /// The gradient of disabled input components.
158
+ /// The gradient of the disabled Input components.
157
159
  /// @group input
158
160
  $kendo-input-disabled-gradient: null !default;
159
- /// The shadow of disabled input components.
161
+ /// The shadow of the disabled Input components.
160
162
  /// @group input
161
163
  $kendo-input-disabled-shadow: null !default;
162
164
 
163
- /// The background color of outline input components.
165
+ /// The background color of the outline Input components.
164
166
  /// @group input
165
167
  $kendo-input-outline-bg: null !default;
166
- /// The text color of outline input components.
168
+ /// The text color of the outline Input components.
167
169
  /// @group input
168
170
  $kendo-input-outline-text: $kendo-input-text !default;
169
- /// The border color of outline input components.
171
+ /// The border color of the outline Input components.
170
172
  /// @group input
171
173
  $kendo-input-outline-border: rgba( $kendo-button-text, .5) !default;
172
174
 
173
- /// The background color of outline hovered input components.
175
+ /// The background color of the outline hovered Input components.
174
176
  /// @group input
175
177
  $kendo-input-outline-hover-bg: null !default;
176
- /// The text color of outline hovered input components.
178
+ /// The text color of the outline hovered Input components.
177
179
  /// @group input
178
180
  $kendo-input-outline-hover-text: null !default;
179
- /// The border color of outline hovered input components.
181
+ /// The border color of the outline hovered Input components.
180
182
  /// @group input
181
183
  $kendo-input-outline-hover-border: rgba( $kendo-button-text, .8) !default;
182
184
 
183
- /// The background color of outline focused input components.
185
+ /// The background color of the outline focused Input components.
184
186
  /// @group input
185
187
  $kendo-input-outline-focus-bg: null !default;
186
- /// The text color of outline focused input components.
188
+ /// The text color of the outline focused Input components.
187
189
  /// @group input
188
190
  $kendo-input-outline-focus-text: null !default;
189
- /// The border color of outline focused input components.
191
+ /// The border color of the outline focused Input components.
190
192
  /// @group input
191
193
  $kendo-input-outline-focus-border: null !default;
192
- /// The shadow of outline focused input components.
194
+ /// The shadow of the outline focused Input components.
193
195
  /// @group input
194
196
  $kendo-input-outline-focus-shadow: $kendo-input-focus-shadow !default;
195
197
 
196
- /// The background color of flat input components.
198
+ /// The background color of the flat Input components.
197
199
  /// @group input
198
200
  $kendo-input-flat-bg: null !default;
199
- /// The text color of flat input components.
201
+ /// The text color of the flat Input components.
200
202
  /// @group input
201
203
  $kendo-input-flat-text: $kendo-input-text !default;
202
- /// The border color of flat input components.
204
+ /// The border color of the flat Input components.
203
205
  /// @group input
204
206
  $kendo-input-flat-border: $kendo-input-border !default;
205
207
 
206
- /// The background color of flat hovered input components.
208
+ /// The background color of the flat hovered Input components.
207
209
  /// @group input
208
210
  $kendo-input-flat-hover-bg: null !default;
209
- /// The text color of flat hovered input components.
211
+ /// The text color of the flat hovered Input components.
210
212
  /// @group input
211
213
  $kendo-input-flat-hover-text: null !default;
212
- /// The border color of flat hovered input components.
214
+ /// The border color of the flat hovered Input components.
213
215
  /// @group input
214
216
  $kendo-input-flat-hover-border: $kendo-input-hover-border !default;
215
217
 
216
- /// The background color of flat focused input components.
218
+ /// The background color of the flat focused Input components.
217
219
  /// @group input
218
220
  $kendo-input-flat-focus-bg: null !default;
219
- /// The text color of flat focused input components.
221
+ /// The text color of the flat focused Input components.
220
222
  /// @group input
221
223
  $kendo-input-flat-focus-text: null !default;
222
- /// The border color of flat focused input components.
224
+ /// The border color of the flat focused Input components.
223
225
  /// @group input
224
226
  $kendo-input-flat-focus-border: null !default;
225
- /// The shadow of flat focused input components.
227
+ /// The shadow of the flat focused Input components.
226
228
  /// @group input
227
229
  $kendo-input-flat-focus-shadow: $kendo-input-focus-shadow !default;
228
230
 
229
- /// The text color of the input placeholder.
231
+ /// The text color of the Input placeholder.
230
232
  /// @group input
231
233
  $kendo-input-placeholder-text: $kendo-subtle-text !default;
232
- /// The opacity of the input placeholder.
234
+ /// The opacity of the Input placeholder.
233
235
  /// @group input
234
236
  $kendo-input-placeholder-opacity: 1 !default;
235
237
 
236
- /// The color of the input clear value icon.
238
+ /// The color of the Input clear value icon.
237
239
  /// @group input
238
240
  $kendo-input-clear-value-text: null !default;
239
- /// The opacity of the input clear value icon.
241
+ /// The opacity of the Input clear value icon.
240
242
  /// @group input
241
243
  $kendo-input-clear-value-opacity: .5 !default;
242
- /// The color of the hovered input clear value icon.
244
+ /// The color of the hovered Input clear value icon.
243
245
  /// @group input
244
246
  $kendo-input-clear-value-hover-text: null !default;
245
- /// The opacity of the hovered input clear value icon.
247
+ /// The opacity of the hovered Input clear value icon.
246
248
  /// @group input
247
249
  $kendo-input-clear-value-hover-opacity: 1 !default;
248
250
 
@@ -253,179 +255,179 @@ $kendo-input-values-margin-y: k-map-get( $kendo-spacing, 0.5 ) !default; // sass
253
255
  /// @group input
254
256
  $kendo-input-values-margin-x: $kendo-input-values-margin-y !default;
255
257
 
256
- /// Width of the input button.
258
+ /// The width of the Input button.
257
259
  /// @group input
258
260
  $kendo-input-button-width: $kendo-button-inner-calc-size !default;
259
- /// Border width of the input button.
261
+ /// The border width of the Input button.
260
262
  /// @group input
261
263
  $kendo-input-button-border-width: 1px !default;
262
- /// Width of the input spinner button.
264
+ /// The width of the Input spinner button.
263
265
  /// @group input
264
266
  $kendo-input-spinner-width: $kendo-button-inner-calc-size !default;
265
- /// Icon offset of the input spinner button.
267
+ /// The icon offset of the Input spinner button.
266
268
  /// @group input
267
269
  $kendo-input-spinner-icon-offset: null !default;
268
270
 
269
- /// Color of the input separator.
271
+ /// The color of the Input separator.
270
272
  /// @group input
271
273
  $kendo-input-separator-color: $kendo-input-text !default;
272
- /// Opacity of the input separator.
274
+ /// The opacity of the Input separator.
273
275
  /// @group input
274
276
  $kendo-input-separator-opacity: .5 !default;
275
277
 
276
- /// Border color of the invalid input components.
278
+ /// The border color of the invalid Input components.
277
279
  /// @group input
278
280
  $kendo-input-invalid-border: $kendo-invalid-border !default;
279
- /// Shadow of the invalid input components.
281
+ /// The shadow of the invalid Input components.
280
282
  /// @group input
281
283
  $kendo-input-invalid-shadow: $kendo-invalid-shadow !default;
282
284
 
283
- /// The background color of picker components.
285
+ /// The background color of the Picker components.
284
286
  /// @group picker
285
287
  $kendo-picker-bg: $kendo-button-bg !default;
286
- /// The text color of picker components.
288
+ /// The text color of the Picker components.
287
289
  /// @group picker
288
290
  $kendo-picker-text: $kendo-button-text !default;
289
- /// The border color of picker components.
291
+ /// The border color of the Picker components.
290
292
  /// @group picker
291
293
  $kendo-picker-border: $kendo-button-border !default;
292
- /// The gradient of picker components.
294
+ /// The gradient of the Picker components.
293
295
  /// @group picker
294
296
  $kendo-picker-gradient: $kendo-button-gradient !default;
295
- /// The shadow of picker components.
297
+ /// The shadow of the Picker components.
296
298
  /// @group picker
297
299
  $kendo-picker-shadow: $kendo-button-shadow !default;
298
300
 
299
- /// The background color of hovered picker components.
301
+ /// The background color of the hovered Picker components.
300
302
  /// @group picker
301
303
  $kendo-picker-hover-bg: $kendo-button-hover-bg !default;
302
- /// The text color of hovered picker components.
304
+ /// The text color of the hovered Picker components.
303
305
  /// @group picker
304
306
  $kendo-picker-hover-text: $kendo-button-hover-text !default;
305
- /// The border color of hovered picker components.
307
+ /// The border color of the hovered Picker components.
306
308
  /// @group picker
307
309
  $kendo-picker-hover-border: $kendo-button-hover-border !default;
308
- /// The gradient of hovered picker components.
310
+ /// The gradient of the hovered Picker components.
309
311
  /// @group picker
310
312
  $kendo-picker-hover-gradient: $kendo-button-hover-gradient !default;
311
- /// The shadow of hovered picker components.
313
+ /// The shadow of the hovered Picker components.
312
314
  /// @group picker
313
315
  $kendo-picker-hover-shadow: $kendo-button-hover-shadow !default;
314
316
 
315
- /// The background color of focused picker components.
317
+ /// The background color of the focused Picker components.
316
318
  /// @group picker
317
319
  $kendo-picker-focus-bg: $kendo-button-focus-bg !default;
318
- /// The text color of focused picker components.
320
+ /// The text color of the focused Picker components.
319
321
  /// @group picker
320
322
  $kendo-picker-focus-text: $kendo-button-focus-text !default;
321
- /// The border color of focused picker components.
323
+ /// The border color of the focused Picker components.
322
324
  /// @group picker
323
325
  $kendo-picker-focus-border: $kendo-button-focus-border !default;
324
- /// The gradient of focused picker components.
326
+ /// The gradient of the focused Picker components.
325
327
  /// @group picker
326
328
  $kendo-picker-focus-gradient: $kendo-button-focus-gradient !default;
327
- /// The shadow of focused picker components.
329
+ /// The shadow of the focused Picker components.
328
330
  /// @group picker
329
331
  $kendo-picker-focus-shadow: $kendo-button-focus-shadow !default;
330
332
 
331
- /// The background color of disabled picker components.
333
+ /// The background color of the disabled Picker components.
332
334
  /// @group picker
333
335
  $kendo-picker-disabled-bg: null !default;
334
- /// The text color of disabled picker components.
336
+ /// The text color of the disabled Picker components.
335
337
  /// @group picker
336
338
  $kendo-picker-disabled-text: null !default;
337
- /// The border color of disabled picker components.
339
+ /// The border color of the disabled Picker components.
338
340
  /// @group picker
339
341
  $kendo-picker-disabled-border: null !default;
340
- /// The gradient of disabled picker components.
342
+ /// The gradient of the disabled Picker components.
341
343
  /// @group picker
342
344
  $kendo-picker-disabled-gradient: null !default;
343
- /// The shadow of disabled picker components.
345
+ /// The shadow of the disabled Picker components.
344
346
  /// @group picker
345
347
  $kendo-picker-disabled-shadow: null !default;
346
348
 
347
- /// The background color of outline picker components.
349
+ /// The background color of the outline Picker components.
348
350
  /// @group picker
349
351
  $kendo-picker-outline-bg: null !default;
350
- /// The text color of outline picker components.
352
+ /// The text color of the outline Picker components.
351
353
  /// @group picker
352
354
  $kendo-picker-outline-text: $kendo-button-text !default;
353
- /// The border color of outline picker components.
355
+ /// The border color of the outline Picker components.
354
356
  /// @group picker
355
357
  $kendo-picker-outline-border: rgba( $kendo-picker-outline-text, .5) !default;
356
358
 
357
- /// The background color of outline hovered picker components.
359
+ /// The background color of the outline hovered Picker components.
358
360
  /// @group picker
359
361
  $kendo-picker-outline-hover-bg: $kendo-picker-outline-text !default;
360
- /// The text color of outline hovered picker components.
362
+ /// The text color of the outline hovered Picker components.
361
363
  /// @group picker
362
364
  $kendo-picker-outline-hover-text: k-contrast-legacy( $kendo-picker-outline-hover-bg ) !default;
363
- /// The border color of outline hovered picker components.
365
+ /// The border color of the outline hovered Picker components.
364
366
  /// @group picker
365
367
  $kendo-picker-outline-hover-border: $kendo-picker-outline-hover-bg !default;
366
368
 
367
- /// The background color of outline focused picker components.
369
+ /// The background color of the outline focused Picker components.
368
370
  /// @group picker
369
371
  $kendo-picker-outline-focus-bg: null !default;
370
- /// The text color of outline focused picker components.
372
+ /// The text color of the outline focused Picker components.
371
373
  /// @group picker
372
374
  $kendo-picker-outline-focus-text: null !default;
373
- /// The border color of outline focused picker components.
375
+ /// The border color of the outline focused Picker components.
374
376
  /// @group picker
375
377
  $kendo-picker-outline-focus-border: null !default;
376
- /// The shadow of outline focused picker components.
378
+ /// The shadow of the outline focused Picker components.
377
379
  /// @group picker
378
380
  $kendo-picker-outline-focus-shadow: $kendo-picker-focus-shadow !default;
379
381
 
380
- /// The background color of outline hovered and focused picker components.
382
+ /// The background color of the outline hovered and focused Picker components.
381
383
  /// @group picker
382
384
  $kendo-picker-outline-hover-focus-bg: null !default;
383
- /// The text color of outline hovered and focused picker components.
385
+ /// The text color of the outline hovered and focused Picker components.
384
386
  /// @group picker
385
387
  $kendo-picker-outline-hover-focus-text: null !default;
386
- /// The border color of outline hovered and focused picker components.
388
+ /// The border color of the outline hovered and focused Picker components.
387
389
  /// @group picker
388
390
  $kendo-picker-outline-hover-focus-border: null !default;
389
391
 
390
- /// The background color of flat picker components.
392
+ /// The background color of the flat Picker components.
391
393
  /// @group picker
392
394
  $kendo-picker-flat-bg: null !default;
393
- /// The text color of flat picker components.
395
+ /// The text color of the flat Picker components.
394
396
  /// @group picker
395
397
  $kendo-picker-flat-text: $kendo-button-text !default;
396
- /// The border color of flat picker components.
398
+ /// The border color of the flat Picker components.
397
399
  /// @group picker
398
400
  $kendo-picker-flat-border: $kendo-button-border !default;
399
401
 
400
- /// The background color of flat hovered picker components.
402
+ /// The background color of the flat hovered Picker components.
401
403
  /// @group picker
402
404
  $kendo-picker-flat-hover-bg: rgba( $kendo-button-text, .04 ) !default;
403
- /// The text color of flat hovered picker components.
405
+ /// The text color of the flat hovered Picker components.
404
406
  /// @group picker
405
407
  $kendo-picker-flat-hover-text: null !default;
406
- /// The border color of flat hovered picker components.
408
+ /// The border color of the flat hovered Picker components.
407
409
  /// @group picker
408
410
  $kendo-picker-flat-hover-border: rgba( $kendo-button-border, .16 ) !default;
409
411
 
410
- /// The background color of flat focused picker components.
412
+ /// The background color of the flat focused Picker components.
411
413
  /// @group picker
412
414
  $kendo-picker-flat-focus-bg: null !default;
413
- /// The text color of flat focused picker components.
415
+ /// The text color of the flat focused Picker components.
414
416
  /// @group picker
415
417
  $kendo-picker-flat-focus-text: null !default;
416
- /// The border color of flat focused picker components.
418
+ /// The border color of the flat focused Picker components.
417
419
  /// @group picker
418
420
  $kendo-picker-flat-focus-border: null !default;
419
- /// The shadow of flat focused picker components.
421
+ /// The shadow of the flat focused Picker components.
420
422
  /// @group picker
421
423
  $kendo-picker-flat-focus-shadow: $kendo-picker-focus-shadow !default;
422
424
 
423
- /// The background color of flat hovered and focused picker components.
425
+ /// The background color of the flat hovered and focused Picker components.
424
426
  /// @group picker
425
427
  $kendo-picker-flat-hover-focus-bg: null !default;
426
- /// The text color of flat hovered and focused picker components.
428
+ /// The text color of the flat hovered and focused Picker components.
427
429
  /// @group picker
428
430
  $kendo-picker-flat-hover-focus-text: null !default;
429
- /// The border color of flat hovered and focused picker components.
431
+ /// The border color of the flat hovered and focused Picker components.
430
432
  /// @group picker
431
433
  $kendo-picker-flat-hover-focus-border: null !default;
@@ -21,3 +21,21 @@ $_kendo-module-meta: (
21
21
  @import "./_variables.scss";
22
22
  @import "./_layout.scss";
23
23
  @import "./_theme.scss";
24
+
25
+
26
+ // Register
27
+ @import "../core/module-system/index.import.scss";
28
+ @include module-register( $_kendo-module-meta... );
29
+
30
+
31
+ // Expose
32
+ @mixin kendo-list--styles() {
33
+ @include module-render( "list" ) {
34
+ @include kendo-list--layout();
35
+ @include kendo-list--theme();
36
+ }
37
+ }
38
+
39
+ @if $kendo-auto-bootstrap {
40
+ @include kendo-list--styles();
41
+ }
@@ -1,4 +1,4 @@
1
- @include exports( "list/layout" ) {
1
+ @mixin kendo-list--layout-base() {
2
2
 
3
3
  // List container
4
4
  .k-list-container {
@@ -255,3 +255,8 @@
255
255
  }
256
256
 
257
257
  }
258
+
259
+
260
+ @mixin kendo-list--layout() {
261
+ @include kendo-list--layout-base();
262
+ }
@@ -1,4 +1,4 @@
1
- @include exports( "list/theme" ) {
1
+ @mixin kendo-list--theme-base() {
2
2
 
3
3
  // List
4
4
  .k-list {
@@ -89,3 +89,8 @@
89
89
  }
90
90
 
91
91
  }
92
+
93
+
94
+ @mixin kendo-list--theme() {
95
+ @include kendo-list--theme-base();
96
+ }