@progress/kendo-theme-default 6.2.1-dev.0 → 6.2.1-dev.151

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 +4441 -202
  2. package/dist/all.scss +9671 -1607
  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 +40 -4
  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 +5 -5
  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 +10 -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 +10 -10
  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 +9 -2
  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 +8 -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,4 +1,4 @@
1
- @include exports("appbar/theme") {
1
+ @mixin kendo-appbar--theme-base() {
2
2
 
3
3
  .k-appbar {
4
4
  @include box-shadow( $kendo-appbar-box-shadow );
@@ -25,3 +25,8 @@
25
25
  }
26
26
 
27
27
  }
28
+
29
+
30
+ @mixin kendo-appbar--theme() {
31
+ @include kendo-appbar--theme-base();
32
+ }
@@ -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-autocomplete--styles() {
39
+ @include module-render( "autocomplete" ) {
40
+ @include kendo-autocomplete--layout();
41
+ @include kendo-autocomplete--theme();
42
+ }
43
+ }
44
+
45
+ @if $kendo-auto-bootstrap {
46
+ @include kendo-autocomplete--styles();
47
+ }
@@ -1,6 +1,11 @@
1
- @include exports( "autocomplete/layout" ) {
1
+ @mixin kendo-autocomplete--layout-base() {
2
2
 
3
3
  // Autocomplete
4
4
  .k-autocomplete {}
5
5
 
6
6
  }
7
+
8
+
9
+ @mixin kendo-autocomplete--layout() {
10
+ @include kendo-autocomplete--layout-base();
11
+ }
@@ -1,6 +1,11 @@
1
- @include exports( "autocomplete/theme" ) {
1
+ @mixin kendo-autocomplete--theme-base() {
2
2
 
3
3
  // Autocomplete
4
4
  .k-autocomplete {}
5
5
 
6
6
  }
7
+
8
+
9
+ @mixin kendo-autocomplete--theme() {
10
+ @include kendo-autocomplete--theme-base();
11
+ }
@@ -17,3 +17,21 @@ $_kendo-module-meta: (
17
17
  @import "./_variables.scss";
18
18
  @import "./_layout.scss";
19
19
  @import "./_theme.scss";
20
+
21
+
22
+ // Register
23
+ @import "../core/module-system/index.import.scss";
24
+ @include module-register( $_kendo-module-meta... );
25
+
26
+
27
+ // Expose
28
+ @mixin kendo-avatar--styles() {
29
+ @include module-render( "avatar" ) {
30
+ @include kendo-avatar--layout();
31
+ @include kendo-avatar--theme();
32
+ }
33
+ }
34
+
35
+ @if $kendo-auto-bootstrap {
36
+ @include kendo-avatar--styles();
37
+ }
@@ -1,4 +1,4 @@
1
- @include exports( "avatar/layout" ) {
1
+ @mixin kendo-avatar--layout-base() {
2
2
 
3
3
  // Avatar
4
4
  .k-avatar {
@@ -75,3 +75,7 @@
75
75
 
76
76
  }
77
77
 
78
+
79
+ @mixin kendo-avatar--layout() {
80
+ @include kendo-avatar--layout-base();
81
+ }
@@ -1,4 +1,4 @@
1
- @include exports( "avatar/theme" ) {
1
+ @mixin kendo-avatar--theme-base() {
2
2
 
3
3
  // Solid Avatars
4
4
  @each $name, $color in $kendo-avatar-theme-colors {
@@ -21,3 +21,8 @@
21
21
  }
22
22
 
23
23
  }
24
+
25
+
26
+ @mixin kendo-avatar--theme() {
27
+ @include kendo-avatar--theme-base();
28
+ }
@@ -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-badge--styles() {
33
+ @include module-render( "badge" ) {
34
+ @include kendo-badge--layout();
35
+ @include kendo-badge--theme();
36
+ }
37
+ }
38
+
39
+ @if $kendo-auto-bootstrap {
40
+ @include kendo-badge--styles();
41
+ }
@@ -1,4 +1,4 @@
1
- @include exports( "badge/layout" ) {
1
+ @mixin kendo-badge--layout-base() {
2
2
 
3
3
  .k-badge {
4
4
  padding: 0;
@@ -143,3 +143,8 @@
143
143
  }
144
144
 
145
145
  }
146
+
147
+
148
+ @mixin kendo-badge--layout() {
149
+ @include kendo-badge--layout-base();
150
+ }
@@ -1,4 +1,4 @@
1
- @include exports( "badge/theme" ) {
1
+ @mixin kendo-badge--theme-base() {
2
2
 
3
3
  // Solid badges
4
4
  @each $name, $color in $kendo-theme-colors {
@@ -20,4 +20,10 @@
20
20
  color: $color;
21
21
  }
22
22
  }
23
+
24
+ }
25
+
26
+
27
+ @mixin kendo-badge--theme() {
28
+ @include kendo-badge--theme-base();
23
29
  }
@@ -22,3 +22,21 @@ $_kendo-module-meta: (
22
22
  @import "./_variables.scss";
23
23
  @import "./_layout.scss";
24
24
  @import "./_theme.scss";
25
+
26
+
27
+ // Register
28
+ @import "../core/module-system/index.import.scss";
29
+ @include module-register( $_kendo-module-meta... );
30
+
31
+
32
+ // Expose
33
+ @mixin kendo-bottom-navigation--styles() {
34
+ @include module-render( "bottom-navigation" ) {
35
+ @include kendo-bottom-navigation--layout();
36
+ @include kendo-bottom-navigation--theme();
37
+ }
38
+ }
39
+
40
+ @if $kendo-auto-bootstrap {
41
+ @include kendo-bottom-navigation--styles();
42
+ }
@@ -1,4 +1,4 @@
1
- @include exports("bottom-navigation/layout") {
1
+ @mixin kendo-bottom-navigation--layout-base() {
2
2
 
3
3
  // Bottom Navigation
4
4
  .k-bottom-nav {
@@ -113,4 +113,10 @@
113
113
  bottom: 0;
114
114
  z-index: 1;
115
115
  }
116
+
117
+ }
118
+
119
+
120
+ @mixin kendo-bottom-navigation--layout() {
121
+ @include kendo-bottom-navigation--layout-base();
116
122
  }
@@ -1,4 +1,4 @@
1
- @include exports("bottom-navigation/theme") {
1
+ @mixin kendo-bottom-navigation--theme-base() {
2
2
 
3
3
  // Solid
4
4
  @each $name, $color in $kendo-theme-colors {
@@ -44,3 +44,8 @@
44
44
  }
45
45
 
46
46
  }
47
+
48
+
49
+ @mixin kendo-bottom-navigation--theme() {
50
+ @include kendo-bottom-navigation--theme-base();
51
+ }
@@ -22,3 +22,21 @@ $_kendo-module-meta: (
22
22
  @import "./_variables.scss";
23
23
  @import "./_layout.scss";
24
24
  @import "./_theme.scss";
25
+
26
+
27
+ // Register
28
+ @import "../core/module-system/index.import.scss";
29
+ @include module-register( $_kendo-module-meta... );
30
+
31
+
32
+ // Expose
33
+ @mixin kendo-breadcrumb--styles() {
34
+ @include module-render( "breadcrumb" ) {
35
+ @include kendo-breadcrumb--layout();
36
+ @include kendo-breadcrumb--theme();
37
+ }
38
+ }
39
+
40
+ @if $kendo-auto-bootstrap {
41
+ @include kendo-breadcrumb--styles();
42
+ }
@@ -1,4 +1,4 @@
1
- @include exports( "breadcrumb/layout" ) {
1
+ @mixin kendo-breadcrumb--layout-base() {
2
2
 
3
3
  // Breadcrumb
4
4
  .k-breadcrumb {
@@ -119,3 +119,8 @@
119
119
  }
120
120
 
121
121
  }
122
+
123
+
124
+ @mixin kendo-breadcrumb--layout() {
125
+ @include kendo-breadcrumb--layout-base();
126
+ }
@@ -1,4 +1,4 @@
1
- @include exports( "breadcrumb/theme" ) {
1
+ @mixin kendo-breadcrumb--theme-base() {
2
2
 
3
3
  // Breadcrumb
4
4
  .k-breadcrumb {
@@ -95,3 +95,8 @@
95
95
  }
96
96
 
97
97
  }
98
+
99
+
100
+ @mixin kendo-breadcrumb--theme() {
101
+ @include kendo-breadcrumb--theme-base();
102
+ }
@@ -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-button--styles() {
33
+ @include module-render( "button" ) {
34
+ @include kendo-button--layout();
35
+ @include kendo-button--theme();
36
+ }
37
+ }
38
+
39
+ @if $kendo-auto-bootstrap {
40
+ @include kendo-button--styles();
41
+ }
@@ -1,4 +1,4 @@
1
- @include exports("button/layout") {
1
+ @mixin kendo-button--layout-base() {
2
2
 
3
3
  // Button
4
4
  .k-button {
@@ -256,12 +256,8 @@
256
256
  box-shadow: none !important; // sass-lint:disable-line no-important
257
257
  }
258
258
 
259
- }
260
-
261
-
262
259
 
263
260
 
264
- @include exports( "button/layout/overlay" ) {
265
261
 
266
262
  // Button overlay
267
263
  .k-button-overlay {
@@ -326,13 +322,10 @@
326
322
 
327
323
  }
328
324
 
329
- }
330
-
331
325
 
332
326
 
333
327
 
334
- @include exports( "button/layout/focus-ring" ) {
335
-
328
+ // Button focus ring
336
329
  .k-button {
337
330
 
338
331
  &::after {
@@ -350,4 +343,10 @@
350
343
  transition: opacity .2s ease-in-out;
351
344
  }
352
345
  }
346
+
347
+ }
348
+
349
+
350
+ @mixin kendo-button--layout() {
351
+ @include kendo-button--layout-base();
353
352
  }
@@ -1,4 +1,4 @@
1
- @include exports( "button/theme" ) {
1
+ @mixin kendo-button--theme-base() {
2
2
 
3
3
  // Solid button
4
4
  .k-button-solid-base {
@@ -277,3 +277,8 @@
277
277
 
278
278
 
279
279
  }
280
+
281
+
282
+ @mixin kendo-button--theme() {
283
+ @include kendo-button--theme-base();
284
+ }
@@ -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;