@progress/kendo-theme-default 6.2.1-dev.0 → 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 -184
  2. package/dist/all.scss +4830 -1191
  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 -13
  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,82 +1,85 @@
1
1
  // Button
2
2
 
3
- /// Width of the border around the button.
3
+ /// The width of the border around the Button.
4
4
  /// @group button
5
5
  $kendo-button-border-width: 1px !default;
6
6
 
7
- /// Border radius of the button.
7
+ /// The border radius of the Button.
8
8
  /// @group button
9
9
  $kendo-button-border-radius: null !default;
10
10
 
11
- /// Horizontal padding of the button.
11
+ /// The horizontal padding of the Button.
12
12
  /// @group button
13
13
  $kendo-button-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
14
- /// Horizontal padding of the small button.
14
+ /// The horizontal padding of the small Button.
15
15
  /// @group button
16
16
  $kendo-button-sm-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
17
- /// Horizontal padding of the medium button.
17
+ /// The horizontal padding of the medium Button.
18
18
  /// @group button
19
19
  $kendo-button-md-padding-x: $kendo-button-padding-x !default;
20
- /// Horizontal padding of the large button.
20
+ /// The horizontal padding of the large Button.
21
21
  /// @group button
22
22
  $kendo-button-lg-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
23
23
 
24
- /// Vertical padding of the button.
24
+ /// The vertical padding of the Button.
25
25
  /// @group button
26
26
  $kendo-button-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
27
- /// Vertical padding of the small button.
27
+ /// The vertical padding of the small Button.
28
28
  /// @group button
29
29
  $kendo-button-sm-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default; // sass-lint:disable-line leading-zero
30
- /// Vertical padding of the medium button.
30
+ /// The vertical padding of the medium Button.
31
31
  /// @group button
32
32
  $kendo-button-md-padding-y: $kendo-button-padding-y !default;
33
- /// Vertical padding of the large button.
33
+ /// The vertical padding of the large Button.
34
34
  /// @group button
35
35
  $kendo-button-lg-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
36
36
 
37
- /// Font family of the button.
37
+ /// The font family of the Button.
38
38
  /// @group button
39
39
  $kendo-button-font-family: $kendo-font-family !default;
40
40
 
41
- /// Font size of the button.
41
+ /// The font size of the Button.
42
42
  /// @group button
43
43
  $kendo-button-font-size: $kendo-font-size-md !default;
44
- /// Font size of the small button.
44
+ /// The font size of the small Button.
45
45
  /// @group button
46
46
  $kendo-button-sm-font-size: $kendo-font-size-md !default;
47
- /// Font size of the medium button.
47
+ /// The font size of the medium Button.
48
48
  /// @group button
49
49
  $kendo-button-md-font-size: $kendo-button-font-size !default;
50
- /// Font size of the large button.
50
+ /// The font size of the large Button.
51
51
  /// @group button
52
52
  $kendo-button-lg-font-size: $kendo-font-size-lg !default;
53
53
 
54
- /// Line height used along with $kendo-font-size.
54
+ /// The line height used along with $kendo-font-size.
55
55
  /// @group button
56
56
  $kendo-button-line-height: $kendo-line-height-md !default;
57
- /// Line height used along with $kendo-font-size of the small button.
57
+ /// The line height used along with the $kendo-font-size of the small Button.
58
58
  /// @group button
59
59
  $kendo-button-sm-line-height: $kendo-line-height-md !default;
60
- /// Line height used along with $kendo-font-size of the medium button.
60
+ /// The line height used along with the $kendo-font-size of the medium Button.
61
61
  /// @group button
62
62
  $kendo-button-md-line-height: $kendo-button-line-height !default;
63
- /// Line height used along with $kendo-font-size of the large button.
63
+ /// The line height used along with the $kendo-font-size of the large Button.
64
64
  /// @group button
65
65
  $kendo-button-lg-line-height: $kendo-line-height-lg !default;
66
66
 
67
- // Calculated height of the button.
67
+ /// The calculated height of the Button.
68
+ /// @group button
68
69
  $kendo-button-calc-size: calc( #{$kendo-button-line-height * 1em} + #{$kendo-button-padding-y * 2} + #{$kendo-button-border-width * 2} ) !default;
69
70
  $kendo-button-sm-calc-size: calc( #{$kendo-button-sm-line-height * 1em} + #{$kendo-button-sm-padding-y * 2} + #{$kendo-button-border-width * 2} ) !default;
70
71
  $kendo-button-md-calc-size: calc( #{$kendo-button-md-line-height * 1em} + #{$kendo-button-md-padding-y * 2} + #{$kendo-button-border-width * 2} ) !default;
71
72
  $kendo-button-lg-calc-size: calc( #{$kendo-button-lg-line-height * 1em} + #{$kendo-button-lg-padding-y * 2} + #{$kendo-button-border-width * 2} ) !default;
72
73
 
73
- // Calculated inner height of the button. Without the border width.
74
+ /// The calculated inner height of the Button excluding the border width.
75
+ /// @group button
74
76
  $kendo-button-inner-calc-size: calc( #{$kendo-button-line-height * 1em} + #{$kendo-button-padding-y * 2} ) !default;
75
77
  $kendo-button-sm-inner-calc-size: calc( #{$kendo-button-sm-line-height * 1em} + #{$kendo-button-sm-padding-y * 2} ) !default;
76
78
  $kendo-button-md-inner-calc-size: calc( #{$kendo-button-md-line-height * 1em} + #{$kendo-button-md-padding-y * 2} ) !default;
77
79
  $kendo-button-lg-inner-calc-size: calc( #{$kendo-button-lg-line-height * 1em} + #{$kendo-button-lg-padding-y * 2} ) !default;
78
80
 
79
- // Sizes map for the button.
81
+ /// The sizes map for the Button.
82
+ /// @group button
80
83
  $kendo-button-sizes: (
81
84
  sm: (
82
85
  padding-x: $kendo-button-sm-padding-x,
@@ -98,110 +101,110 @@ $kendo-button-sizes: (
98
101
  )
99
102
  ) !default;
100
103
 
101
- /// Theme colors map for the button.
104
+ /// The theme colors map for the Button.
102
105
  /// @group button
103
106
  $kendo-button-theme-colors: k-map-merge(
104
107
  $kendo-theme-colors,
105
108
  ( "base": #f5f5f5 )
106
109
  ) !default;
107
110
 
108
- /// The base background of the button.
111
+ /// The base background of the Button.
109
112
  /// @group button
110
113
  $kendo-button-bg: #f5f5f5 !default;
111
- /// The base text color of the button.
114
+ /// The base text color of the Button.
112
115
  /// @group button
113
116
  $kendo-button-text: #424242 !default;
114
- /// The base border color of the button.
117
+ /// The base border color of the Button.
115
118
  /// @group button
116
119
  $kendo-button-border: rgba( black, .08 ) !default;
117
- /// The base background gradient of the button.
120
+ /// The base background gradient of the Button.
118
121
  /// @group button
119
122
  $kendo-button-gradient: rgba( black, 0 ), rgba( black, .02 ) !default;
120
- /// The base shadow of the button.
123
+ /// The base shadow of the Button.
121
124
  /// @group button
122
125
  $kendo-button-shadow: null !default;
123
126
 
124
- /// The base background of hovered button.
127
+ /// The base background of the hovered Button.
125
128
  /// @group button
126
129
  $kendo-button-hover-bg: k-try-shade( $kendo-button-bg, .5 ) !default;
127
- /// The base text color of hovered button.
130
+ /// The base text color of the hovered Button.
128
131
  /// @group button
129
132
  $kendo-button-hover-text: null !default;
130
- /// The base border color of hovered button.
133
+ /// The base border color of the hovered Button.
131
134
  /// @group button
132
135
  $kendo-button-hover-border: null !default;
133
- /// The base background gradient of hovered button.
136
+ /// The base background gradient of the hovered Button.
134
137
  /// @group button
135
138
  $kendo-button-hover-gradient: null !default;
136
- /// The base shadow of hovered button.
139
+ /// The base shadow of the hovered Button.
137
140
  /// @group button
138
141
  $kendo-button-hover-shadow: null !default;
139
142
 
140
- /// The base background color of active button.
143
+ /// The base background color of the active Button.
141
144
  /// @group button
142
145
  $kendo-button-active-bg: k-try-shade( $kendo-button-bg, 1.5 ) !default;
143
- /// The base text color of active button.
146
+ /// The base text color of the active Button.
144
147
  /// @group button
145
148
  $kendo-button-active-text: null !default;
146
- /// The base border color of active button.
149
+ /// The base border color of the active Button.
147
150
  /// @group button
148
151
  $kendo-button-active-border: null !default;
149
- /// The base background gradient of active button.
152
+ /// The base background gradient of the active Button.
150
153
  /// @group button
151
154
  $kendo-button-active-gradient: null !default;
152
- /// The base shadow of active button.
155
+ /// The base shadow of the active Button.
153
156
  /// @group button
154
157
  $kendo-button-active-shadow: null !default;
155
158
 
156
- /// The base background color of selected button.
159
+ /// The base background color of the selected Button.
157
160
  /// @group button
158
161
  $kendo-button-selected-bg: $kendo-color-primary !default;
159
- /// The text color of selected buttons.
162
+ /// The text color of the selected Button.
160
163
  /// @group button
161
164
  $kendo-button-selected-text: k-contrast-legacy( $kendo-button-selected-bg ) !default;
162
- /// The border color of selected buttons.
165
+ /// The border color of the selected Button.
163
166
  /// @group button
164
167
  $kendo-button-selected-border: $kendo-button-selected-bg !default;
165
- /// The background gradient of selected buttons.
168
+ /// The background gradient of the selected Button.
166
169
  /// @group button
167
170
  $kendo-button-selected-gradient: $kendo-button-active-gradient !default;
168
- /// The base shadow of selected button.
171
+ /// The base shadow of the selected Button.
169
172
  /// @group button
170
173
  $kendo-button-selected-shadow: $kendo-button-active-shadow !default;
171
174
 
172
- /// The base background of focused button.
175
+ /// The base background of the focused Button.
173
176
  /// @group button
174
177
  $kendo-button-focus-bg: null !default;
175
- /// The base text color of focused button.
178
+ /// The base text color of the focused Button.
176
179
  /// @group button
177
180
  $kendo-button-focus-text: null !default;
178
- /// The base border color of focused button.
181
+ /// The base border color of the focused Button.
179
182
  /// @group button
180
183
  $kendo-button-focus-border: null !default;
181
- /// The base background gradient of focused button.
184
+ /// The base background gradient of the focused Button.
182
185
  /// @group button
183
186
  $kendo-button-focus-gradient: null !default;
184
- /// The base shadow of focused button.
187
+ /// The base shadow of the focused Button.
185
188
  /// @group button
186
189
  $kendo-button-focus-shadow: 0 0 0 2px rgba( $kendo-button-border, .08 ) !default;
187
190
 
188
- /// The base background of disabled button.
191
+ /// The base background of the disabled Button.
189
192
  /// @group button
190
193
  $kendo-button-disabled-bg: null !default;
191
- /// The base text color of disabled button.
194
+ /// The base text color of the disabled Button.
192
195
  /// @group button
193
196
  $kendo-button-disabled-text: null !default;
194
- /// The base border color of disabled buttons.
197
+ /// The base border color of the disabled Button.
195
198
  /// @group button
196
199
  $kendo-button-disabled-border: null !default;
197
- /// The base background gradient of disabled button.
200
+ /// The base background gradient of the disabled Button.
198
201
  /// @group button
199
202
  $kendo-button-disabled-gradient: null !default;
200
- /// The base shadow of disabled button.
203
+ /// The base shadow of the disabled Button.
201
204
  /// @group button
202
205
  $kendo-button-disabled-shadow: null !default;
203
206
 
204
- // Solid button
207
+ // Solid Button
205
208
  $kendo-solid-button-gradient: rgba( black, 0 ), rgba( black, .02 ) !default;
206
209
  $kendo-solid-button-shade-function: "k-try-shade" !default;
207
210
  $kendo-solid-button-shade-text-amount: 0 !default;
@@ -218,37 +221,37 @@ $kendo-solid-button-shadow-blur: 0px !default;
218
221
  $kendo-solid-button-shadow-spread: 2px !default;
219
222
  $kendo-solid-button-shadow-opacity: .3 !default;
220
223
 
221
- // Outline button
224
+ // Outline Button
222
225
  $kendo-outline-button-shadow: true !default;
223
226
  $kendo-outline-button-shadow-blur: 0px !default;
224
227
  $kendo-outline-button-shadow-spread: 2px !default;
225
228
  $kendo-outline-button-shadow-opacity: .3 !default;
226
229
 
227
- // Link button
230
+ // Link Button
228
231
  $kendo-link-button-shadow: true !default;
229
232
  $kendo-link-button-shadow-blur: 0px !default;
230
233
  $kendo-link-button-shadow-spread: 2px !default;
231
234
  $kendo-link-button-shadow-opacity: .3 !default;
232
235
 
233
- // Clear button
236
+ // Clear Button
234
237
  $kendo-clear-button-focus-opacity: .1 !default;
235
238
 
236
- /// The overlay opacity of hovered flat button. Used to create background for the flat button.
239
+ /// The overlay opacity of the hovered flat Button. Used to create a background for the flat Button.
237
240
  /// @group button
238
241
  $kendo-flat-button-hover-opacity: .04 !default;
239
- /// The overlay opacity of focused flat button. Used to create background for the flat button.
242
+ /// The overlay opacity of the focused flat Button. Used to create a background for the flat Button.
240
243
  /// @group button
241
244
  $kendo-flat-button-focus-opacity: null !default;
242
- /// The overlay opacity of active flat button. Used to create background for the flat button.
245
+ /// The overlay opacity of the active flat Button. Used to create background for the flat Button.
243
246
  /// @group button
244
247
  $kendo-flat-button-active-opacity: .16 !default;
245
- /// The overlay opacity of selected flat button. Used to create background for the flat button.
248
+ /// The overlay opacity of the selected flat Button. Used to create background for the flat Button.
246
249
  /// @group button
247
250
  $kendo-flat-button-selected-opacity: .2 !default;
248
- /// The opacity of the flat button focus ring. Used to create border for the flat button.
251
+ /// The opacity of the flat Button focus ring. Used to create a border for the flat Button.
249
252
  /// @group button
250
253
  $kendo-flat-button-focus-ring-opacity: .12 !default;
251
254
 
252
- /// The color transition of the flat button.
255
+ /// The color transition of the flat Button.
253
256
  /// @group button
254
257
  $kendo-button-transition: color .2s ease-in-out !default;
@@ -24,3 +24,21 @@ $_kendo-module-meta: (
24
24
  @import "./_variables.scss";
25
25
  @import "./_layout.scss";
26
26
  @import "./_theme.scss";
27
+
28
+
29
+ // Register
30
+ @import "../core/module-system/index.import.scss";
31
+ @include module-register( $_kendo-module-meta... );
32
+
33
+
34
+ // Expose
35
+ @mixin kendo-calendar--styles() {
36
+ @include module-render( "calendar" ) {
37
+ @include kendo-calendar--layout();
38
+ @include kendo-calendar--theme();
39
+ }
40
+ }
41
+
42
+ @if $kendo-auto-bootstrap {
43
+ @include kendo-calendar--styles();
44
+ }
@@ -1,4 +1,4 @@
1
- @include exports("calendar/layout") {
1
+ @mixin kendo-calendar--layout-base() {
2
2
 
3
3
  // Base
4
4
  .k-calendar {
@@ -313,16 +313,12 @@
313
313
 
314
314
 
315
315
 
316
- // Alias
316
+ // Legacy aliases
317
317
  .k-link {
318
318
  @extend .k-calendar-cell-inner !optional;
319
319
  }
320
- }
321
-
322
-
323
320
 
324
321
 
325
- @include exports( "infinite-calendar/layout" ) {
326
322
 
327
323
 
328
324
  // Infinite calendar
@@ -451,12 +447,8 @@
451
447
  // }
452
448
  }
453
449
 
454
- }
455
-
456
-
457
450
 
458
451
 
459
- @include exports( "multiview-calendar/layout" ) {
460
452
 
461
453
  // Multiview calendar
462
454
  .k-calendar-range {
@@ -491,12 +483,10 @@
491
483
  }
492
484
  }
493
485
 
494
- }
495
-
496
486
 
497
487
 
498
- @include exports("calendar/layout/rtl") {
499
488
 
489
+ // RTL
500
490
  .k-rtl .k-calendar,
501
491
  .k-calendar[dir="rtl"] {
502
492
 
@@ -513,3 +503,8 @@
513
503
  }
514
504
 
515
505
  }
506
+
507
+
508
+ @mixin kendo-calendar--layout() {
509
+ @include kendo-calendar--layout-base();
510
+ }
@@ -1,8 +1,4 @@
1
- // Styling of today date
2
- // color - mark the today date with a different text color
3
- // box - instead of changing the text color, show a box around the date
4
-
5
- @include exports("calendar/theme") {
1
+ @mixin kendo-calendar--theme-base() {
6
2
 
7
3
  .k-calendar {
8
4
  @include fill(
@@ -155,13 +151,10 @@
155
151
  );
156
152
  }
157
153
 
158
- }
159
-
160
-
161
154
 
162
155
 
163
- @include exports( "multiview-calendar/theme" ) {
164
156
 
157
+ // Multiview calendar
165
158
  .k-calendar {
166
159
 
167
160
  $kendo-calendar-range-gap: 1px !default;
@@ -221,3 +214,8 @@
221
214
  }
222
215
 
223
216
  }
217
+
218
+
219
+ @mixin kendo-calendar--theme() {
220
+ @include kendo-calendar--theme-base();
221
+ }
@@ -17,8 +17,6 @@ $_kendo-module-meta: (
17
17
  );
18
18
 
19
19
 
20
-
21
-
22
20
  // Dependencies
23
21
  // @import "../utils/_index.scss";
24
22
  @import "../common/_index.scss";
@@ -33,3 +31,21 @@ $_kendo-module-meta: (
33
31
  @import "./_variables.scss";
34
32
  @import "./_layout.scss";
35
33
  @import "./_theme.scss";
34
+
35
+
36
+ // Register
37
+ @import "../core/module-system/index.import.scss";
38
+ @include module-register( $_kendo-module-meta... );
39
+
40
+
41
+ // Expose
42
+ @mixin kendo-captcha--styles() {
43
+ @include module-render( "captcha" ) {
44
+ @include kendo-captcha--layout();
45
+ @include kendo-captcha--theme();
46
+ }
47
+ }
48
+
49
+ @if $kendo-auto-bootstrap {
50
+ @include kendo-captcha--styles();
51
+ }
@@ -1,4 +1,4 @@
1
- @include exports("captcha/layout") {
1
+ @mixin kendo-captcha--layout-base() {
2
2
 
3
3
  // Captcha
4
4
  .k-captcha {
@@ -60,3 +60,8 @@
60
60
  }
61
61
 
62
62
  }
63
+
64
+
65
+ @mixin kendo-captcha--layout() {
66
+ @include kendo-captcha--layout-base();
67
+ }
@@ -1,4 +1,4 @@
1
- @include exports("captcha/theme") {
1
+ @mixin kendo-captcha--theme-base() {
2
2
 
3
3
  // Captcha
4
4
  .k-captcha {
@@ -10,3 +10,8 @@
10
10
  }
11
11
 
12
12
  }
13
+
14
+
15
+ @mixin kendo-captcha--theme() {
16
+ @include kendo-captcha--theme-base();
17
+ }
@@ -27,3 +27,21 @@ $_kendo-module-meta: (
27
27
  @import "./_variables.scss";
28
28
  @import "./_layout.scss";
29
29
  @import "./_theme.scss";
30
+
31
+
32
+ // Register
33
+ @import "../core/module-system/index.import.scss";
34
+ @include module-register( $_kendo-module-meta... );
35
+
36
+
37
+ // Expose
38
+ @mixin kendo-card--styles() {
39
+ @include module-render( "card" ) {
40
+ @include kendo-card--layout();
41
+ @include kendo-card--theme();
42
+ }
43
+ }
44
+
45
+ @if $kendo-auto-bootstrap {
46
+ @include kendo-card--styles();
47
+ }
@@ -1,4 +1,4 @@
1
- @include exports("card/layout") {
1
+ @mixin kendo-card--layout-base() {
2
2
 
3
3
 
4
4
  // Angular elements
@@ -319,17 +319,15 @@
319
319
  }
320
320
 
321
321
 
322
- }
323
-
324
-
325
-
326
322
 
327
- @include exports( "card/layout/callout" ) {
328
323
 
324
+ // Card with callout
329
325
  .k-card-with-callout {
330
326
  overflow: visible;
331
327
  }
332
328
 
329
+
330
+ // Card callout
333
331
  .k-card-callout {
334
332
  margin: 0;
335
333
  width: $kendo-card-callout-width;
@@ -361,13 +359,6 @@
361
359
  transform: translate(-50%, -50%) rotate(45deg);
362
360
  }
363
361
 
364
- }
365
-
366
-
367
-
368
-
369
- @include exports( "card/layout/fill" ) {
370
-
371
362
 
372
363
  // Solid card
373
364
  .k-card-solid {
@@ -381,3 +372,8 @@
381
372
  }
382
373
 
383
374
  }
375
+
376
+
377
+ @mixin kendo-card--layout() {
378
+ @include kendo-card--layout-base();
379
+ }
@@ -1,4 +1,4 @@
1
- @include exports("card/theme") {
1
+ @mixin kendo-card--theme-base() {
2
2
 
3
3
  // Card
4
4
  .k-card {
@@ -97,3 +97,8 @@
97
97
  }
98
98
 
99
99
  }
100
+
101
+
102
+ @mixin kendo-card--theme() {
103
+ @include kendo-card--theme-base();
104
+ }
@@ -1,3 +1,5 @@
1
+ @import "../button/_variables.scss";
2
+
1
3
  // Card
2
4
  $kendo-card-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
3
5
  $kendo-card-padding-y: k-map-get( $kendo-spacing, 3 ) !default;
@@ -27,3 +27,21 @@ $_kendo-module-meta: (
27
27
  @import "./_variables.scss";
28
28
  @import "./_layout.scss";
29
29
  @import "./_theme.scss";
30
+
31
+
32
+ // Register
33
+ @import "../core/module-system/index.import.scss";
34
+ @include module-register( $_kendo-module-meta... );
35
+
36
+
37
+ // Expose
38
+ @mixin kendo-chat--styles() {
39
+ @include module-render( "chat" ) {
40
+ @include kendo-chat--layout();
41
+ @include kendo-chat--theme();
42
+ }
43
+ }
44
+
45
+ @if $kendo-auto-bootstrap {
46
+ @include kendo-chat--styles();
47
+ }
@@ -1,5 +1,6 @@
1
- @include exports("chat/layout") {
1
+ @mixin kendo-chat--layout-base() {
2
2
 
3
+ // Chat
3
4
  .k-chat {
4
5
  margin: auto;
5
6
  max-width: $kendo-chat-width;
@@ -310,13 +311,10 @@
310
311
  }
311
312
  }
312
313
 
313
- }
314
-
315
-
316
314
 
317
315
 
318
- @include exports( "chat/cards/layout" ) {
319
316
 
317
+ // Card list
320
318
  .k-chat .k-card-list {
321
319
  margin: $kendo-chat-bubble-spacing 0 0;
322
320
  }
@@ -367,13 +365,8 @@
367
365
  background: none;
368
366
  }
369
367
  }
370
- }
371
-
372
368
 
373
369
 
374
-
375
- @include exports( "chat/typingindicator/layout" ) {
376
-
377
370
  // Local variables
378
371
  $kendo-chat-typing-indicator-dot-size: 8px !default;
379
372
  $kendo-chat-typing-indicator-dot-spacing: 5px !default;
@@ -410,13 +403,8 @@
410
403
 
411
404
  }
412
405
 
413
- }
414
-
415
-
416
-
417
-
418
- @include exports( "chat/toolbar/layout" ) {
419
406
 
407
+ // Chat toolbar
420
408
  .k-chat-toolbar,
421
409
  .k-chat .k-toolbar-box {
422
410
  padding-block: $kendo-chat-toolbar-padding-y;
@@ -472,15 +460,10 @@
472
460
 
473
461
  }
474
462
 
475
- }
476
-
477
463
 
478
464
 
479
465
 
480
- @include exports( "chat/layout/rtl" ) {
481
-
482
-
483
- // Quick replies
466
+ // RTL
484
467
  .k-rtl,
485
468
  [dir="rtl"] {
486
469
 
@@ -548,5 +531,9 @@
548
531
 
549
532
  }
550
533
 
534
+ }
535
+
551
536
 
537
+ @mixin kendo-chat--layout() {
538
+ @include kendo-chat--layout-base();
552
539
  }