@progress/kendo-theme-material 5.12.1-dev.0 → 5.12.1-dev.2

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 (464) hide show
  1. package/dist/all.css +24462 -11804
  2. package/dist/all.scss +17014 -15716
  3. package/lib/swatches/material-aqua-dark.json +1 -1
  4. package/lib/swatches/material-arctic.json +1 -1
  5. package/lib/swatches/material-burnt-teal.json +1 -1
  6. package/lib/swatches/material-dataviz-v4.json +1 -1
  7. package/lib/swatches/material-eggplant.json +1 -1
  8. package/lib/swatches/material-lime-dark.json +1 -1
  9. package/lib/swatches/material-lime.json +1 -1
  10. package/lib/swatches/material-main-dark.json +1 -1
  11. package/lib/swatches/material-main.json +1 -1
  12. package/lib/swatches/material-nova.json +1 -1
  13. package/lib/swatches/material-pacific-dark.json +1 -1
  14. package/lib/swatches/material-pacific.json +1 -1
  15. package/lib/swatches/material-sky-dark.json +1 -1
  16. package/lib/swatches/material-sky.json +1 -1
  17. package/lib/swatches/material-smoke.json +1 -1
  18. package/package.json +9 -6
  19. package/scss/_variables.scss +184 -244
  20. package/scss/action-buttons/_index.scss +3 -3
  21. package/scss/action-buttons/_layout.scss +1 -1
  22. package/scss/action-buttons/_theme.scss +1 -1
  23. package/scss/action-buttons/_variables.scss +4 -4
  24. package/scss/action-sheet/_index.scss +3 -4
  25. package/scss/action-sheet/_layout.scss +1 -1
  26. package/scss/action-sheet/_theme.scss +1 -1
  27. package/scss/action-sheet/_variables.scss +17 -16
  28. package/scss/adaptive/_index.scss +3 -3
  29. package/scss/adaptive/_layout.scss +1 -1
  30. package/scss/adaptive/_theme.scss +1 -1
  31. package/scss/adaptive/_variables.scss +12 -12
  32. package/scss/all.scss +1 -1
  33. package/scss/appbar/_index.scss +3 -3
  34. package/scss/appbar/_layout.scss +1 -1
  35. package/scss/appbar/_theme.scss +1 -1
  36. package/scss/appbar/_variables.scss +16 -16
  37. package/scss/autocomplete/_index.scss +3 -3
  38. package/scss/autocomplete/_layout.scss +1 -1
  39. package/scss/autocomplete/_theme.scss +1 -1
  40. package/scss/avatar/_index.scss +3 -3
  41. package/scss/avatar/_layout.scss +1 -1
  42. package/scss/avatar/_theme.scss +1 -1
  43. package/scss/avatar/_variables.scss +3 -3
  44. package/scss/badge/_index.scss +4 -4
  45. package/scss/badge/_layout.scss +1 -1
  46. package/scss/badge/_theme.scss +1 -1
  47. package/scss/badge/_variables.scss +8 -8
  48. package/scss/bottom-navigation/_index.scss +4 -4
  49. package/scss/bottom-navigation/_layout.scss +1 -1
  50. package/scss/bottom-navigation/_theme.scss +1 -1
  51. package/scss/bottom-navigation/_variables.scss +8 -8
  52. package/scss/breadcrumb/_index.scss +3 -3
  53. package/scss/breadcrumb/_layout.scss +1 -1
  54. package/scss/breadcrumb/_theme.scss +1 -1
  55. package/scss/breadcrumb/_variables.scss +23 -25
  56. package/scss/button/_index.scss +3 -4
  57. package/scss/button/_layout.scss +1 -1
  58. package/scss/button/_theme.scss +1 -1
  59. package/scss/button/_variables.scss +23 -14
  60. package/scss/calendar/_index.scss +3 -3
  61. package/scss/calendar/_layout.scss +2 -5
  62. package/scss/calendar/_theme.scss +1 -1
  63. package/scss/calendar/_variables.scss +35 -32
  64. package/scss/captcha/_index.scss +4 -4
  65. package/scss/captcha/_layout.scss +1 -1
  66. package/scss/captcha/_theme.scss +1 -1
  67. package/scss/captcha/_variables.scss +5 -5
  68. package/scss/card/_index.scss +5 -6
  69. package/scss/card/_layout.scss +1 -1
  70. package/scss/card/_theme.scss +1 -1
  71. package/scss/card/_variables.scss +14 -14
  72. package/scss/chat/_index.scss +3 -3
  73. package/scss/chat/_layout.scss +1 -1
  74. package/scss/chat/_theme.scss +1 -1
  75. package/scss/chat/_variables.scss +16 -16
  76. package/scss/checkbox/_index.scss +3 -5
  77. package/scss/checkbox/_layout.scss +1 -1
  78. package/scss/checkbox/_theme.scss +2 -2
  79. package/scss/checkbox/_variables.scss +22 -19
  80. package/scss/chip/_index.scss +3 -4
  81. package/scss/chip/_layout.scss +1 -1
  82. package/scss/chip/_theme.scss +1 -1
  83. package/scss/chip/_variables.scss +23 -15
  84. package/scss/color-preview/_index.scss +3 -3
  85. package/scss/color-preview/_layout.scss +1 -1
  86. package/scss/color-preview/_theme.scss +1 -1
  87. package/scss/color-preview/_variables.scss +5 -5
  88. package/scss/coloreditor/_index.scss +3 -3
  89. package/scss/coloreditor/_layout.scss +1 -1
  90. package/scss/coloreditor/_theme.scss +1 -1
  91. package/scss/coloreditor/_variables.scss +7 -7
  92. package/scss/colorgradient/_index.scss +6 -6
  93. package/scss/colorgradient/_layout.scss +1 -1
  94. package/scss/colorgradient/_theme.scss +1 -1
  95. package/scss/colorgradient/_variables.scss +9 -9
  96. package/scss/colorpalette/_index.scss +4 -4
  97. package/scss/colorpalette/_layout.scss +1 -1
  98. package/scss/colorpalette/_theme.scss +1 -1
  99. package/scss/colorpalette/_variables.scss +1 -1
  100. package/scss/colorpicker/_index.scss +3 -3
  101. package/scss/colorpicker/_layout.scss +1 -1
  102. package/scss/colorpicker/_theme.scss +1 -1
  103. package/scss/combobox/_index.scss +3 -3
  104. package/scss/combobox/_layout.scss +1 -1
  105. package/scss/combobox/_theme.scss +1 -1
  106. package/scss/common/_animations.scss +1 -1
  107. package/scss/common/_base.scss +1 -1
  108. package/scss/common/_index.scss +5 -9
  109. package/scss/common/_resizing.scss +1 -1
  110. package/scss/common/_scrollbar.scss +1 -1
  111. package/scss/common/_selection.scss +1 -1
  112. package/scss/core/_index.scss +18 -8
  113. package/scss/core/{_color-system.scss → color-system/_color-system-material.scss} +13 -28
  114. package/scss/core/color-system/index.import.scss +2 -0
  115. package/scss/core/functions/index.import.scss +1 -0
  116. package/scss/core/mixins/index.import.scss +1 -0
  117. package/scss/core/module-system/index.import.scss +1 -0
  118. package/scss/core/styles/index.import.scss +1 -0
  119. package/scss/dataviz/_index.scss +3 -4
  120. package/scss/dataviz/_layout.scss +1 -1
  121. package/scss/dataviz/_theme.scss +1 -1
  122. package/scss/dataviz/_variables.scss +20 -15
  123. package/scss/dateinput/_index.scss +3 -3
  124. package/scss/dateinput/_layout.scss +1 -1
  125. package/scss/dateinput/_theme.scss +1 -1
  126. package/scss/datepicker/_index.scss +3 -3
  127. package/scss/datepicker/_layout.scss +1 -1
  128. package/scss/datepicker/_theme.scss +1 -1
  129. package/scss/daterangepicker/_index.scss +3 -3
  130. package/scss/daterangepicker/_layout.scss +1 -1
  131. package/scss/daterangepicker/_theme.scss +1 -1
  132. package/scss/datetimepicker/_index.scss +3 -3
  133. package/scss/datetimepicker/_layout.scss +1 -1
  134. package/scss/datetimepicker/_theme.scss +1 -1
  135. package/scss/dialog/_index.scss +3 -3
  136. package/scss/dialog/_layout.scss +3 -3
  137. package/scss/dialog/_theme.scss +4 -7
  138. package/scss/dialog/_variables.scss +15 -7
  139. package/scss/draggable/_index.scss +10 -0
  140. package/scss/draggable/_layout.scss +1 -0
  141. package/scss/draggable/_theme.scss +1 -0
  142. package/scss/draggable/_variables.scss +27 -0
  143. package/scss/drawer/_index.scss +3 -3
  144. package/scss/drawer/_layout.scss +1 -28
  145. package/scss/drawer/_theme.scss +3 -3
  146. package/scss/drawer/_variables.scss +38 -37
  147. package/scss/dropdowngrid/_index.scss +6 -8
  148. package/scss/dropdowngrid/_layout.scss +1 -1
  149. package/scss/dropdowngrid/_theme.scss +1 -1
  150. package/scss/dropdowngrid/_variables.scss +1 -0
  151. package/scss/dropdownlist/_index.scss +3 -3
  152. package/scss/dropdownlist/_layout.scss +1 -1
  153. package/scss/dropdownlist/_theme.scss +1 -1
  154. package/scss/dropdownlist/_variables.scss +0 -19
  155. package/scss/dropdowntree/_index.scss +3 -3
  156. package/scss/dropdowntree/_layout.scss +1 -1
  157. package/scss/dropdowntree/_theme.scss +1 -1
  158. package/scss/dropdowntree/_variables.scss +2 -2
  159. package/scss/dropzone/_index.scss +3 -3
  160. package/scss/dropzone/_layout.scss +1 -1
  161. package/scss/dropzone/_theme.scss +1 -1
  162. package/scss/dropzone/_variables.scss +8 -7
  163. package/scss/editor/_index.scss +3 -3
  164. package/scss/editor/_layout.scss +2 -36
  165. package/scss/editor/_theme.scss +1 -89
  166. package/scss/editor/_variables.scss +16 -16
  167. package/scss/expansion-panel/_index.scss +5 -5
  168. package/scss/expansion-panel/_layout.scss +1 -1
  169. package/scss/expansion-panel/_theme.scss +1 -1
  170. package/scss/expansion-panel/_variables.scss +13 -13
  171. package/scss/fab/_index.scss +4 -4
  172. package/scss/fab/_layout.scss +1 -1
  173. package/scss/fab/_theme.scss +3 -3
  174. package/scss/fab/_variables.scss +11 -11
  175. package/scss/filemanager/_index.scss +3 -3
  176. package/scss/filemanager/_layout.scss +1 -1
  177. package/scss/filemanager/_theme.scss +1 -1
  178. package/scss/filemanager/_variables.scss +11 -11
  179. package/scss/filter/_index.scss +3 -3
  180. package/scss/filter/_layout.scss +1 -1
  181. package/scss/filter/_theme.scss +1 -1
  182. package/scss/filter/_variables.scss +3 -3
  183. package/scss/floating-label/_index.scss +3 -3
  184. package/scss/floating-label/_layout.scss +1 -1
  185. package/scss/floating-label/_theme.scss +2 -2
  186. package/scss/floating-label/_variables.scss +2 -2
  187. package/scss/forms/_index.scss +3 -7
  188. package/scss/forms/_layout.scss +2 -5
  189. package/scss/forms/_theme.scss +1 -1
  190. package/scss/forms/_variables.scss +65 -44
  191. package/scss/gantt/_index.scss +3 -3
  192. package/scss/gantt/_layout.scss +2 -2
  193. package/scss/gantt/_theme.scss +3 -3
  194. package/scss/gantt/_variables.scss +28 -28
  195. package/scss/grid/_index.scss +7 -6
  196. package/scss/grid/_layout.scss +6 -40
  197. package/scss/grid/_theme.scss +78 -125
  198. package/scss/grid/_variables.scss +194 -93
  199. package/scss/icons/_index.scss +2 -2
  200. package/scss/icons/_layout.scss +1 -1
  201. package/scss/imageeditor/_index.scss +3 -3
  202. package/scss/imageeditor/_layout.scss +1 -1
  203. package/scss/imageeditor/_theme.scss +1 -1
  204. package/scss/imageeditor/_variables.scss +7 -7
  205. package/scss/index.scss +108 -109
  206. package/scss/input/_index.scss +3 -3
  207. package/scss/input/_layout.scss +1 -1
  208. package/scss/input/_theme.scss +1 -1
  209. package/scss/input/_variables.scss +28 -28
  210. package/scss/list/_index.scss +3 -3
  211. package/scss/list/_layout.scss +1 -1
  212. package/scss/list/_theme.scss +1 -1
  213. package/scss/list/_variables.scss +32 -32
  214. package/scss/listbox/_index.scss +3 -3
  215. package/scss/listbox/_layout.scss +2 -2
  216. package/scss/listbox/_theme.scss +1 -1
  217. package/scss/listbox/_variables.scss +45 -16
  218. package/scss/listgroup/_index.scss +3 -3
  219. package/scss/listgroup/_layout.scss +1 -1
  220. package/scss/listgroup/_theme.scss +1 -1
  221. package/scss/listgroup/_variables.scss +5 -5
  222. package/scss/listview/_index.scss +5 -5
  223. package/scss/listview/_layout.scss +1 -1
  224. package/scss/listview/_theme.scss +2 -2
  225. package/scss/listview/_variables.scss +19 -19
  226. package/scss/loader/_index.scss +3 -3
  227. package/scss/loader/_layout.scss +1 -1
  228. package/scss/loader/_theme.scss +1 -1
  229. package/scss/loader/_variables.scss +49 -42
  230. package/scss/map/_index.scss +5 -5
  231. package/scss/map/_layout.scss +1 -1
  232. package/scss/map/_theme.scss +1 -1
  233. package/scss/map/_variables.scss +10 -10
  234. package/scss/maskedtextbox/_index.scss +3 -3
  235. package/scss/maskedtextbox/_layout.scss +1 -1
  236. package/scss/maskedtextbox/_theme.scss +1 -1
  237. package/scss/mediaplayer/_index.scss +3 -3
  238. package/scss/mediaplayer/_layout.scss +1 -1
  239. package/scss/mediaplayer/_theme.scss +1 -1
  240. package/scss/mediaplayer/_variables.scss +5 -5
  241. package/scss/menu/_index.scss +3 -3
  242. package/scss/menu/_layout.scss +4 -4
  243. package/scss/menu/_theme.scss +1 -1
  244. package/scss/menu/_variables.scss +25 -25
  245. package/scss/menu-button/_index.scss +3 -3
  246. package/scss/menu-button/_layout.scss +1 -1
  247. package/scss/menu-button/_theme.scss +1 -1
  248. package/scss/menu-button/_variables.scss +1 -1
  249. package/scss/messagebox/_index.scss +3 -3
  250. package/scss/messagebox/_layout.scss +1 -1
  251. package/scss/messagebox/_theme.scss +1 -1
  252. package/scss/messagebox/_variables.scss +3 -3
  253. package/scss/multiselect/_index.scss +3 -4
  254. package/scss/multiselect/_layout.scss +1 -1
  255. package/scss/multiselect/_theme.scss +1 -1
  256. package/scss/notification/_index.scss +3 -3
  257. package/scss/notification/_layout.scss +1 -1
  258. package/scss/notification/_theme.scss +1 -1
  259. package/scss/notification/_variables.scss +40 -16
  260. package/scss/numerictextbox/_index.scss +3 -3
  261. package/scss/numerictextbox/_layout.scss +1 -1
  262. package/scss/numerictextbox/_theme.scss +1 -1
  263. package/scss/orgchart/_index.scss +4 -4
  264. package/scss/orgchart/_layout.scss +1 -1
  265. package/scss/orgchart/_theme.scss +1 -1
  266. package/scss/orgchart/_variables.scss +7 -7
  267. package/scss/overlay/_index.scss +3 -3
  268. package/scss/overlay/_layout.scss +1 -1
  269. package/scss/overlay/_theme.scss +1 -1
  270. package/scss/overlay/_variables.scss +1 -1
  271. package/scss/pager/_index.scss +4 -5
  272. package/scss/pager/_layout.scss +12 -10
  273. package/scss/pager/_theme.scss +1 -16
  274. package/scss/pager/_variables.scss +135 -51
  275. package/scss/panelbar/_index.scss +3 -3
  276. package/scss/panelbar/_layout.scss +1 -1
  277. package/scss/panelbar/_theme.scss +1 -1
  278. package/scss/panelbar/_variables.scss +65 -61
  279. package/scss/pdf-viewer/_index.scss +5 -5
  280. package/scss/pdf-viewer/_layout.scss +1 -1
  281. package/scss/pdf-viewer/_theme.scss +1 -1
  282. package/scss/pdf-viewer/_variables.scss +19 -18
  283. package/scss/pivotgrid/_index.scss +7 -7
  284. package/scss/pivotgrid/_layout.scss +1 -1
  285. package/scss/pivotgrid/_theme.scss +1 -1
  286. package/scss/pivotgrid/_variables.scss +31 -27
  287. package/scss/popover/_index.scss +3 -3
  288. package/scss/popover/_layout.scss +1 -1
  289. package/scss/popover/_theme.scss +1 -1
  290. package/scss/popover/_variables.scss +26 -26
  291. package/scss/popup/_index.scss +3 -3
  292. package/scss/popup/_layout.scss +1 -1
  293. package/scss/popup/_theme.scss +1 -1
  294. package/scss/popup/_variables.scss +5 -5
  295. package/scss/progressbar/_index.scss +3 -3
  296. package/scss/progressbar/_layout.scss +8 -9
  297. package/scss/progressbar/_theme.scss +6 -1
  298. package/scss/progressbar/_variables.scss +66 -22
  299. package/scss/radio/_index.scss +3 -6
  300. package/scss/radio/_layout.scss +1 -1
  301. package/scss/radio/_theme.scss +2 -2
  302. package/scss/radio/_variables.scss +19 -15
  303. package/scss/rating/_index.scss +3 -3
  304. package/scss/rating/_layout.scss +1 -1
  305. package/scss/rating/_theme.scss +1 -1
  306. package/scss/rating/_variables.scss +13 -12
  307. package/scss/responsivepanel/_index.scss +3 -3
  308. package/scss/responsivepanel/_layout.scss +1 -1
  309. package/scss/responsivepanel/_theme.scss +1 -1
  310. package/scss/ripple/_index.scss +3 -3
  311. package/scss/ripple/_layout.scss +1 -1
  312. package/scss/ripple/_theme.scss +1 -1
  313. package/scss/scheduler/_index.scss +3 -3
  314. package/scss/scheduler/_layout.scss +4 -4
  315. package/scss/scheduler/_theme.scss +2 -3
  316. package/scss/scheduler/_variables.scss +21 -21
  317. package/scss/scroller/_index.scss +3 -3
  318. package/scss/scroller/_layout.scss +1 -1
  319. package/scss/scroller/_theme.scss +1 -1
  320. package/scss/scrollview/_index.scss +3 -3
  321. package/scss/scrollview/_layout.scss +1 -1
  322. package/scss/scrollview/_theme.scss +1 -1
  323. package/scss/scrollview/_variables.scss +6 -6
  324. package/scss/searchbox/_index.scss +3 -3
  325. package/scss/searchbox/_layout.scss +1 -1
  326. package/scss/searchbox/_theme.scss +1 -1
  327. package/scss/signature/_index.scss +3 -3
  328. package/scss/signature/_layout.scss +1 -1
  329. package/scss/signature/_theme.scss +1 -1
  330. package/scss/signature/_variables.scss +8 -8
  331. package/scss/skeleton/_index.scss +3 -3
  332. package/scss/skeleton/_layout.scss +1 -1
  333. package/scss/skeleton/_theme.scss +1 -1
  334. package/scss/skeleton/_variables.scss +1 -1
  335. package/scss/slider/_index.scss +3 -3
  336. package/scss/slider/_layout.scss +2 -2
  337. package/scss/slider/_theme.scss +3 -3
  338. package/scss/slider/_variables.scss +11 -11
  339. package/scss/split-button/_index.scss +3 -3
  340. package/scss/split-button/_layout.scss +1 -1
  341. package/scss/split-button/_theme.scss +1 -1
  342. package/scss/split-button/_variables.scss +4 -4
  343. package/scss/splitter/_index.scss +3 -3
  344. package/scss/splitter/_layout.scss +1 -1
  345. package/scss/splitter/_theme.scss +1 -1
  346. package/scss/splitter/_variables.scss +6 -6
  347. package/scss/spreadsheet/_index.scss +4 -4
  348. package/scss/spreadsheet/_layout.scss +3 -19
  349. package/scss/spreadsheet/_theme.scss +39 -39
  350. package/scss/spreadsheet/_variables.scss +9 -9
  351. package/scss/stepper/_index.scss +3 -3
  352. package/scss/stepper/_layout.scss +1 -1
  353. package/scss/stepper/_theme.scss +1 -1
  354. package/scss/stepper/_variables.scss +11 -11
  355. package/scss/switch/_index.scss +4 -4
  356. package/scss/switch/_layout.scss +1 -1
  357. package/scss/switch/_theme.scss +2 -2
  358. package/scss/switch/_variables.scss +4 -4
  359. package/scss/table/_index.scss +3 -11
  360. package/scss/table/_layout.scss +1 -1
  361. package/scss/table/_theme.scss +27 -1
  362. package/scss/table/_variables.scss +45 -30
  363. package/scss/tabstrip/_index.scss +3 -3
  364. package/scss/tabstrip/_layout.scss +1 -1
  365. package/scss/tabstrip/_theme.scss +1 -1
  366. package/scss/tabstrip/_variables.scss +14 -14
  367. package/scss/taskboard/_index.scss +4 -4
  368. package/scss/taskboard/_layout.scss +1 -1
  369. package/scss/taskboard/_theme.scss +1 -1
  370. package/scss/taskboard/_variables.scss +17 -17
  371. package/scss/textarea/_index.scss +3 -3
  372. package/scss/textarea/_layout.scss +1 -1
  373. package/scss/textarea/_theme.scss +1 -1
  374. package/scss/textbox/_index.scss +3 -3
  375. package/scss/textbox/_layout.scss +1 -1
  376. package/scss/textbox/_theme.scss +1 -1
  377. package/scss/tilelayout/_index.scss +3 -3
  378. package/scss/tilelayout/_layout.scss +1 -1
  379. package/scss/tilelayout/_theme.scss +1 -1
  380. package/scss/tilelayout/_variables.scss +2 -2
  381. package/scss/timedurationpicker/_index.scss +4 -4
  382. package/scss/timedurationpicker/_layout.scss +1 -1
  383. package/scss/timedurationpicker/_theme.scss +1 -1
  384. package/scss/timeline/_index.scss +3 -3
  385. package/scss/timeline/_layout.scss +1 -1
  386. package/scss/timeline/_theme.scss +1 -1
  387. package/scss/timeline/_variables.scss +10 -10
  388. package/scss/timepicker/_index.scss +3 -3
  389. package/scss/timepicker/_layout.scss +1 -1
  390. package/scss/timepicker/_theme.scss +1 -1
  391. package/scss/timeselector/_index.scss +3 -3
  392. package/scss/timeselector/_layout.scss +1 -1
  393. package/scss/timeselector/_theme.scss +1 -1
  394. package/scss/timeselector/_variables.scss +13 -9
  395. package/scss/toolbar/_index.scss +3 -3
  396. package/scss/toolbar/_layout.scss +9 -1
  397. package/scss/toolbar/_theme.scss +1 -1
  398. package/scss/toolbar/_variables.scss +77 -19
  399. package/scss/tooltip/_index.scss +3 -3
  400. package/scss/tooltip/_layout.scss +1 -1
  401. package/scss/tooltip/_theme.scss +1 -1
  402. package/scss/tooltip/_variables.scss +9 -8
  403. package/scss/treelist/_index.scss +4 -4
  404. package/scss/treelist/_layout.scss +4 -4
  405. package/scss/treelist/_theme.scss +3 -3
  406. package/scss/treelist/_variables.scss +2 -2
  407. package/scss/treeview/_index.scss +3 -3
  408. package/scss/treeview/_layout.scss +1 -1
  409. package/scss/treeview/_theme.scss +1 -1
  410. package/scss/treeview/_variables.scss +10 -10
  411. package/scss/typography/_index.scss +3 -4
  412. package/scss/typography/_layout.scss +1 -1
  413. package/scss/typography/_theme.scss +1 -1
  414. package/scss/typography/_variables.scss +4 -40
  415. package/scss/upload/_index.scss +3 -4
  416. package/scss/upload/_layout.scss +1 -1
  417. package/scss/upload/_theme.scss +2 -2
  418. package/scss/upload/_variables.scss +35 -35
  419. package/scss/utils/_index.scss +1 -20
  420. package/scss/validator/_index.scss +3 -3
  421. package/scss/validator/_layout.scss +1 -1
  422. package/scss/validator/_theme.scss +1 -1
  423. package/scss/virtual-scroller/_index.scss +3 -3
  424. package/scss/virtual-scroller/_layout.scss +1 -1
  425. package/scss/virtual-scroller/_theme.scss +1 -1
  426. package/scss/window/_index.scss +3 -3
  427. package/scss/window/_layout.scss +1 -1
  428. package/scss/window/_theme.scss +1 -1
  429. package/scss/window/_variables.scss +41 -29
  430. package/scss/wizard/_index.scss +3 -3
  431. package/scss/wizard/_layout.scss +1 -1
  432. package/scss/wizard/_theme.scss +1 -1
  433. package/scss/wizard/_variables.scss +4 -5
  434. package/scss/common/_dragdrop.scss +0 -1
  435. package/scss/common/_loading.scss +0 -1
  436. package/scss/core/_asp-fallback.scss +0 -1
  437. package/scss/core/_extra.scss +0 -1
  438. package/scss/core/_layout.scss +0 -1
  439. package/scss/core/_normalize.scss +0 -1
  440. package/scss/core/functions/_index.scss +0 -4
  441. package/scss/core/mixins/_index.scss +0 -1
  442. package/scss/cursor/_index.scss +0 -9
  443. package/scss/cursor/_layout.scss +0 -1
  444. package/scss/cursor/_theme.scss +0 -1
  445. package/scss/styling/_index.scss +0 -5
  446. package/scss/utils/_aspect-ratio.scss +0 -1
  447. package/scss/utils/_border.scss +0 -10
  448. package/scss/utils/_display.scss +0 -1
  449. package/scss/utils/_flex.scss +0 -1
  450. package/scss/utils/_float.scss +0 -1
  451. package/scss/utils/_grid.scss +0 -1
  452. package/scss/utils/_order.scss +0 -1
  453. package/scss/utils/_overflow.scss +0 -1
  454. package/scss/utils/_pointer-events.scss +0 -1
  455. package/scss/utils/_position.scss +0 -1
  456. package/scss/utils/_resize.scss +0 -1
  457. package/scss/utils/_spacer.scss +0 -1
  458. package/scss/utils/_spacing.scss +0 -1
  459. package/scss/utils/_table-layout.scss +0 -1
  460. package/scss/utils/_text.scss +0 -1
  461. package/scss/utils/_theme-colors.scss +0 -1
  462. package/scss/utils/_touch-action.scss +0 -1
  463. package/scss/utils/_transform.scss +0 -1
  464. package/scss/utils/_user-select.scss +0 -1
@@ -1,36 +1,39 @@
1
- @import "core/functions/_index.scss";
2
- @import "core/_color-system.scss";
1
+ @import "./core/functions/index.import.scss";
2
+ @import "./core/color-system/index.import.scss";
3
3
 
4
4
 
5
5
  // Options
6
- $enable-rounded: true !default;
7
- $enable-shadows: true !default;
8
- $enable-gradients: false !default;
9
- $enable-transitions: true !default;
10
- $enable-flex-classes: true !default;
11
- $enable-grid-classes: true !default;
12
-
13
- $use-calc-badge-size: true !default;
14
- $use-input-button-width: false !default;
15
- $use-input-spinner-width: false !default;
16
- $use-input-spinner-icon-offset: false !default;
17
- $use-picker-select-width: false !default;
18
-
19
-
20
- // Spacer
21
- $spacer: 1em !default;
22
- $spacer-x: $spacer !default;
23
- $spacer-y: $spacer !default;
24
-
25
- $spacing: (
6
+ $kendo-enable-rounded: true !default;
7
+ $kendo-enable-shadows: true !default;
8
+ $kendo-enable-gradients: false !default;
9
+ $kendo-enable-transitions: true !default;
10
+ $kendo-enable-focus-contrast: false !default;
11
+
12
+ $kendo-use-input-button-width: false !default;
13
+ $kendo-use-input-spinner-width: false !default;
14
+ $kendo-use-input-spinner-icon-offset: false !default;
15
+
16
+
17
+ // Spacing
18
+ $kendo-spacing: (
19
+ // sass-lint:disable-block leading-zero
26
20
  0: 0,
21
+ 1px: 1px,
22
+ 0.5: 2px,
27
23
  1: 4px,
24
+ 1.5: 6px,
28
25
  2: 8px,
26
+ 2.5: 10px,
29
27
  3: 12px,
28
+ 3.5: 14px,
30
29
  4: 16px,
30
+ 4.5: 18px,
31
31
  5: 20px,
32
+ 5.5: 22px,
32
33
  6: 24px,
34
+ 6.5: 26px,
33
35
  7: 28px,
36
+ 7.5: 30px,
34
37
  8: 32px,
35
38
  9: 36px,
36
39
  10: 40px,
@@ -47,14 +50,7 @@ $spacing: (
47
50
  21: 84px,
48
51
  22: 88px,
49
52
  23: 92px,
50
- 24: 96px,
51
- xs: 4px,
52
- sm: 8px,
53
- md: 12px,
54
- lg: 16px,
55
- xl: 24px,
56
- thin: 2px,
57
- hair: 1px
53
+ 24: 96px
58
54
  ) !default;
59
55
 
60
56
  $default-scrollbar-width: 17px !default;
@@ -106,48 +102,48 @@ $box-shadow-depth-5: 0 11px 15px -7px rgba( $elevation, .2 ), 0 24px 38px 3px rg
106
102
 
107
103
 
108
104
  // Icons
109
- $icon-size: 16px !default;
110
- $icon-size-lg: 32px !default;
111
- $icon-spacing: k-map-get( $spacing, 2 ) !default;
112
- $icon-padding: k-map-get( $spacing, 1 ) !default;
105
+ $kendo-icon-size: 16px !default;
113
106
 
114
- /// The URL to the icon font that will be used by the theme
115
- /// The default value of `null` embeds the package font with a `data:` URL
116
- /// @group icons
117
- $icon-font-url: null !default;
107
+ $kendo-icon-size-xs: calc( #{$kendo-icon-size} * .75 ) !default;
108
+ $kendo-icon-size-sm: calc( #{$kendo-icon-size} * .875 ) !default;
109
+ $kendo-icon-size-md: $kendo-icon-size !default;
110
+ $kendo-icon-size-lg: calc( #{$kendo-icon-size} * 1.25 ) !default;
111
+ $kendo-icon-size-xl: calc( #{$kendo-icon-size} * 1.5 ) !default;
112
+ $kendo-icon-size-xxl: calc( #{$kendo-icon-size} * 2 ) !default;
113
+ $kendo-icon-size-xxxl: calc( #{$kendo-icon-size} * 3 ) !default;
118
114
 
115
+ $kendo-icon-spacing: k-map-get( $kendo-spacing, 2 ) !default;
116
+ $kendo-icon-padding: k-map-get( $kendo-spacing, 1 ) !default;
119
117
 
120
118
  // Metrics
121
- $padding-x: 16px !default;
122
- $padding-y: 4px !default;
123
- $padding-x-sm: k-math-div( $padding-x, 2 ) !default;
124
- $padding-y-sm: k-math-div( $padding-y, 2 ) !default;
125
- $padding-x-lg: $padding-x * 1.5 !default;
126
- $padding-y-lg: $padding-y * 1.5 !default;
119
+ $kendo-padding-x: 16px !default;
120
+ $kendo-padding-y: 4px !default;
121
+ $kendo-padding-sm-x: k-map-get( $kendo-spacing, 2 ) !default;
122
+ $kendo-padding-sm-y: k-map-get( $kendo-spacing, 0.5 ) !default; // sass-lint:disable-line leading-zero
123
+ $kendo-padding-md-x: k-map-get( $kendo-spacing, 4 ) !default;
124
+ $kendo-padding-md-y: k-map-get( $kendo-spacing, 1 ) !default;
125
+ $kendo-padding-lg-x: k-map-get( $kendo-spacing, 6 ) !default;
126
+ $kendo-padding-lg-y: k-map-get( $kendo-spacing, 1.5 ) !default;
127
127
 
128
128
  /// Border radius for all components.
129
- $kendo-border-radius: k-map-get( $spacing, 1 ) !default;
129
+ $kendo-border-radius: k-map-get( $kendo-spacing, 1 ) !default;
130
130
  $kendo-border-radius-sm: k-math-div( $kendo-border-radius, 2 ) !default;
131
131
  $kendo-border-radius-md: $kendo-border-radius !default;
132
132
  $kendo-border-radius-lg: $kendo-border-radius * 1.5 !default;
133
133
 
134
- $panel-padding-x: $padding-x !default;
135
- $panel-padding-y: $padding-y !default;
136
-
137
- $header-padding-x: $padding-x * 1.5 !default;
138
- $header-padding-y: $padding-y * 5 !default;
139
-
140
- $nav-item-margin: 2px !default;
141
- $nav-item-padding-x: $padding-x !default;
142
- $nav-item-padding-y: $padding-y !default;
134
+ $kendo-border-radii: (
135
+ DEFAULT: $kendo-border-radius-md,
136
+ 0: 0,
137
+ sm: $kendo-border-radius-sm,
138
+ md: $kendo-border-radius-md,
139
+ lg: $kendo-border-radius-lg,
140
+ full: 9999px
141
+ ) !default;
143
142
 
144
- $table-cell-padding-x: 24px !default;
145
- $table-cell-padding-y: 10px !default;
146
- $header-cell-padding-x: 24px !default;
147
- $header-cell-padding-y: 10px !default;
148
143
 
149
- $zindex-popup: 1 !default;
150
- $zindex-window: 2 !default;
144
+ $kendo-zindex-popup: 1 !default;
145
+ $kendo-zindex-window: 2 !default;
146
+ $kendo-zindex-loading: 100 !default;
151
147
 
152
148
 
153
149
  // Color settings
@@ -159,132 +155,172 @@ $dark-theme: k-map-get( $theme, is-dark ) !default;
159
155
  /// Used for primary buttons and for elements of primary importance across the theme.
160
156
  /// @group color-system
161
157
  /// @type Color
162
- $primary: material-color( $primary-palette, main ) !default;
163
- $primary-lighter: material-color( $primary-palette, lighter ) !default;
164
- $primary-darker: material-color( $primary-palette, darker ) !default;
158
+ $kendo-color-primary: material-color( $primary-palette, main ) !default;
159
+ $kendo-color-primary-lighter: material-color( $primary-palette, lighter ) !default;
160
+ $kendo-color-primary-darker: material-color( $primary-palette, darker ) !default;
165
161
 
166
- /// The color used along with the primary color denoted by $primary.
162
+ /// The color used along with the primary color denoted by $kendo-color-primary.
167
163
  /// Used to provide contrast between the background and foreground colors.
168
164
  /// @group color-system
169
165
  /// @type Color
170
- $primary-contrast: material-color( $primary-palette, main-contrast ) !default;
166
+ $kendo-color-primary-contrast: material-color( $primary-palette, main-contrast ) !default;
171
167
 
172
168
  /// The secondary color of the theme.
173
169
  /// @group color-system
174
170
  /// @type Color
175
- $secondary: material-color( $secondary-palette, main ) !default;
176
- $secondary-lighter: material-color( $secondary-palette, lighter ) !default;
177
- $secondary-darker: material-color( $secondary-palette, darker ) !default;
171
+ $kendo-color-secondary: material-color( $secondary-palette, main ) !default;
172
+ $kendo-color-secondary-lighter: material-color( $secondary-palette, lighter ) !default;
173
+ $kendo-color-secondary-darker: material-color( $secondary-palette, darker ) !default;
178
174
 
179
- /// The color used along with the secondary color denoted by $secondary.
175
+ /// The color used along with the secondary color denoted by $kendo-color-secondary.
180
176
  /// Used to provide contrast between the background and foreground colors.
181
177
  /// @group color-system
182
178
  /// @type Color
183
- $secondary-contrast: material-color( $secondary-palette, main-contrast ) !default;
179
+ $kendo-color-secondary-contrast: material-color( $secondary-palette, main-contrast ) !default;
184
180
 
185
181
  /// The tertiary color of the theme.
186
182
  /// @group color-system
187
183
  /// @type Color
188
- $tertiary: material-color($tertiary-palette, main) !default;
189
- $tertiary-lighter: material-color($tertiary-palette, lighter) !default;
190
- $tertiary-darker: material-color($tertiary-palette, darker) !default;
184
+ $kendo-color-tertiary: material-color($tertiary-palette, main) !default;
185
+ $kendo-color-tertiary-lighter: material-color($tertiary-palette, lighter) !default;
186
+ $kendo-color-tertiary-darker: material-color($tertiary-palette, darker) !default;
191
187
 
192
- /// The color used along with the tertiary color denoted by $tertiary.
188
+ /// The color used along with the tertiary color denoted by $kendo-color-tertiary.
193
189
  /// Used to provide contrast between the background and foreground colors.
194
190
  /// @group color-system
195
191
  /// @type Color
196
- $tertiary-contrast: material-color($tertiary-palette, main-contrast) !default;
192
+ $kendo-color-tertiary-contrast: material-color($tertiary-palette, main-contrast) !default;
197
193
 
198
194
  /// The color for informational messages and states.
199
195
  /// @group color-system
200
196
  /// @type Color
201
- $info: #0058e9 !default;
202
- $info-lighter: k-color-tint( $info, 2 ) !default;
203
- $info-darker: k-color-shade( $info, 2 ) !default;
197
+ $kendo-color-info: #0058e9 !default;
198
+ $kendo-color-info-lighter: k-color-tint( $kendo-color-info, 2 ) !default;
199
+ $kendo-color-info-darker: k-color-shade( $kendo-color-info, 2 ) !default;
204
200
 
205
201
  /// The color for success messages and states.
206
202
  /// @group color-system
207
203
  /// @type Color
208
- $success: #37b400 !default;
209
- $success-lighter: k-color-tint( $success, 2 ) !default;
210
- $success-darker: k-color-shade( $success, 2 ) !default;
204
+ $kendo-color-success: #37b400 !default;
205
+ $kendo-color-success-lighter: k-color-tint( $kendo-color-success, 2 ) !default;
206
+ $kendo-color-success-darker: k-color-shade( $kendo-color-success, 2 ) !default;
211
207
 
212
208
  /// The color for warning messages and states.
213
209
  /// @group color-system
214
210
  /// @type Color
215
- $warning: #ffc000 !default;
216
- $warning-lighter: k-color-tint( $warning, 2 ) !default;
217
- $warning-darker: k-color-shade( $warning, 2 ) !default;
211
+ $kendo-color-warning: #ffc000 !default;
212
+ $kendo-color-warning-lighter: k-color-tint( $kendo-color-warning, 2 ) !default;
213
+ $kendo-color-warning-darker: k-color-shade( $kendo-color-warning, 2 ) !default;
218
214
 
219
215
  /// The color for error messages and states.
220
216
  /// @group color-system
221
217
  /// @type Color
222
- $error: #f31700 !default;
223
- $error-lighter: k-color-tint( $error, 2 ) !default;
224
- $error-darker: k-color-shade( $error, 2 ) !default;
218
+ $kendo-color-error: #f31700 !default;
219
+ $kendo-color-error-lighter: k-color-tint( $kendo-color-error, 2 ) !default;
220
+ $kendo-color-error-darker: k-color-shade( $kendo-color-error, 2 ) !default;
225
221
 
226
222
  /// The dark color of the theme.
227
223
  /// @group color-system
228
224
  /// @type Color
229
- $dark: get-base-hue( gray, 800 ) !default;
225
+ $kendo-color-dark: get-base-hue( gray, 800 ) !default;
230
226
 
231
227
  /// The light color of the theme.
232
228
  /// @group color-system
233
229
  /// @type Color
234
- $light: get-base-hue( gray, 100 ) !default;
230
+ $kendo-color-light: get-base-hue( gray, 100 ) !default;
235
231
 
236
232
  /// Inverse color of the theme. Depending on the theme luminance dark or light, it will be light or dark
237
233
  /// @group color-system
238
- $inverse: if( $dark-theme, $light, $dark ) !default;
234
+ $kendo-color-inverse: if( $dark-theme, $kendo-color-light, $kendo-color-dark ) !default;
239
235
 
240
236
 
241
237
  $kendo-theme-colors: (
242
- "primary": $primary,
243
- "secondary": $secondary,
244
- "tertiary": $tertiary,
245
- "info": $info,
246
- "success": $success,
247
- "warning": $warning,
248
- "error": $error,
249
- "dark": $dark,
250
- "light": $light,
251
- "inverse": $inverse
238
+ "primary": $kendo-color-primary,
239
+ "secondary": $kendo-color-secondary,
240
+ "tertiary": $kendo-color-tertiary,
241
+ "info": $kendo-color-info,
242
+ "success": $kendo-color-success,
243
+ "warning": $kendo-color-warning,
244
+ "error": $kendo-color-error,
245
+ "dark": $kendo-color-dark,
246
+ "light": $kendo-color-light,
247
+ "inverse": $kendo-color-inverse
252
248
  ) !default;
253
249
 
254
- // Cursor utility classes
255
- $cursors: ( auto, default, none, context-menu, help, pointer, progress, wait, cell, crosshair, text,
256
- vertical-text, alias, copy, move, no-drop, not-allowed, e-resize, n-resize, ne-resize, nw-resize,
257
- s-resize, se-resize, sw-resize, w-resize, ew-resize, ns-resize, nesw-resize, nwse-resize, col-resize,
258
- row-resize, all-scroll, zoom-in, zoom-out, grab, grabbing ) !default;
250
+
251
+ // Typography
252
+
253
+ /// Base font size across all components.
254
+ /// @group typography
255
+ $font-size: 14px !default;
256
+ $font-size-xs: 10px !default;
257
+ $font-size-sm: 12px !default;
258
+ $font-size-md: 14px !default;
259
+ $font-size-lg: 16px !default;
260
+ $font-size-xl: 20px !default;
261
+
262
+ $kendo-font-sizes: (
263
+ xs: $font-size-xs,
264
+ sm: $font-size-sm,
265
+ md: $font-size-md,
266
+ lg: $font-size-lg,
267
+ xl: $font-size-xl
268
+ ) !default;
269
+
270
+ /// Font family across all components.
271
+ /// @group typography
272
+ $font-family: Roboto, "Helvetica Neue", sans-serif !default;
273
+
274
+ /// Font family for monospaced text. Used for styling the code.
275
+ /// @group typography
276
+ $font-family-monospace: Consolas, "Ubuntu Mono", "Lucida Console", "Courier New", monospace !default;
277
+
278
+ /// Line height used along with $font-size.
279
+ /// @group typography
280
+ $line-height: k-math-div( 28, 14 ) !default;
281
+ $line-height-xs: 1 !default;
282
+ $line-height-sm: 1.2 !default;
283
+ $line-height-md: $line-height !default;
284
+ $line-height-lg: 1.5 !default;
285
+ $line-height-em: calc( #{$line-height} * 1em ) !default;
286
+
287
+
288
+ // Font weight
289
+ $font-weight-light: 300 !default;
290
+ $font-weight-normal: 400 !default;
291
+ $font-weight-bold: 500 !default;
292
+
293
+
294
+ // Letter Spacing
295
+ $letter-spacing: null !default;
259
296
 
260
297
 
261
298
  // Root styles
262
- $body-bg: k-map-get( $theme, body-bg ) !default;
263
- $body-text: k-map-get( $theme, body-text ) !default;
299
+ $kendo-body-bg: k-map-get( $theme, body-bg ) !default;
300
+ $kendo-body-text: k-map-get( $theme, body-text ) !default;
264
301
 
265
- $subtle-text: k-map-get( $theme, subtle-text ) !default;
266
- $disabled-text: k-map-get( $theme, disabled-text ) !default;
302
+ $kendo-subtle-text: k-map-get( $theme, subtle-text ) !default;
267
303
 
268
- $app-bg: $body-bg !default;
269
- $app-text: $body-text !default;
270
- $app-border: k-map-get( $theme, component-border ) !default;
304
+ $kendo-app-bg: $kendo-body-bg !default;
305
+ $kendo-app-text: $kendo-body-text !default;
306
+ $kendo-app-border: k-map-get( $theme, component-border ) !default;
271
307
 
272
308
 
273
309
  // Components
274
310
 
275
311
  // Component
276
312
  /// Background color of a component.
277
- /// Note: do not use this variable directly. Instead derive it as `$component-name-bg` e.g. `$grid-bg: $component-bg !default;`.
313
+ /// Note: do not use this variable directly. Instead derive it as `$component-name-bg` e.g. `$kendo-grid-bg: $kendo-component-bg !default;`.
278
314
  /// @group component
279
- $component-bg: k-map-get( $theme, component-bg ) !default;
315
+ $kendo-component-bg: k-map-get( $theme, component-bg ) !default;
280
316
  /// Text color of a component.
281
- /// Note: do not use this variable directly. Instead derive it as `$component-name-text` e.g. `$grid-text: component-text !default;`.
317
+ /// Note: do not use this variable directly. Instead derive it as `$component-name-text` e.g. `$kendo-grid-text: $kendo-component-text !default;`.
282
318
  /// @group component
283
- $component-text: k-map-get( $theme, component-text ) !default;
319
+ $kendo-component-text: k-map-get( $theme, component-text ) !default;
284
320
  /// Border color of a component.
285
- /// Note: do not use this variable directly. Instead derive it as `$component-name-border` e.g. `$grid-border: component-border !default;`.
321
+ /// Note: do not use this variable directly. Instead derive it as `$component-name-border` e.g. `$kendo-grid-border: $kendo-component-border !default;`.
286
322
  /// @group component
287
- $component-border: k-map-get( $theme, component-border ) !default;
323
+ $kendo-component-border: k-map-get( $theme, component-border ) !default;
288
324
 
289
325
 
290
326
  /// The background of the components' chrome area.
@@ -292,163 +328,67 @@ $base-bg: k-map-get( $theme, base-bg ) !default;
292
328
  /// The text color of the components' chrome area.
293
329
  $base-text: k-map-get( $theme, component-text ) !default;
294
330
  /// The border of the components' chrome area.
295
- $base-border: rgba( if( $theme-type == dark, white, black ), .08 ) !default;
331
+ $base-border: rgba( if( $dark-theme, $kendo-color-white, $kendo-color-black ), .08 ) !default;
296
332
  /// The gradient background of the components' chrome area.
297
333
  $base-gradient: null !default;
298
334
 
299
335
  /// The background of hovered items.
300
- $hovered-bg: k-map-get( $theme, hover-bg ) !default;
336
+ $kendo-hover-bg: k-map-get( $theme, hover-bg ) !default;
301
337
  /// The text color of hovered items.
302
- $hovered-text: $base-text !default;
338
+ $kendo-hover-text: $base-text !default;
303
339
  /// The border color of hovered items.
304
- $hovered-border: rgba( if( $theme-type == dark, white, black ), .15 ) !default;
340
+ $kendo-hover-border: rgba( $base-border, .15 ) !default;
305
341
  /// The gradient background of hovered items.
306
- $hovered-gradient: null !default;
342
+ $kendo-hover-gradient: null !default;
307
343
 
308
344
  /// The background of selected items.
309
- $selected-bg: $secondary !default;
345
+ $kendo-selected-bg: $kendo-color-secondary !default;
310
346
  /// The text color of selected items.
311
- $selected-text: $secondary-contrast !default;
347
+ $kendo-selected-text: $kendo-color-secondary-contrast !default;
312
348
  /// The border color of selected items.
313
- $selected-border: rgba( if($theme-type == dark, white, black), .1 ) !default;
349
+ $kendo-selected-border: rgba( $base-border, .1 ) !default;
314
350
  /// The gradient background of selected items.
315
- $selected-gradient: null !default;
351
+ $kendo-selected-gradient: null !default;
316
352
 
317
- $selected-hover-bg: k-try-shade( $selected-bg, .5 ) !default;
318
- $selected-hover-text: $selected-text !default;
319
- $selected-hover-border: rgba( if($theme-type == dark, white, black), .1 ) !default;
320
- $selected-hover-gradient: null !default;
353
+ $kendo-selected-hover-bg: k-try-shade( $kendo-selected-bg, .5 ) !default;
354
+ $kendo-selected-hover-text: $kendo-selected-text !default;
355
+ $kendo-selected-hover-border: rgba( $base-border, .1 ) !default;
356
+ $kendo-selected-hover-gradient: null !default;
321
357
 
322
- $transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out !default;
358
+ $kendo-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out !default;
323
359
 
324
360
 
325
361
  // Disabled mixin variables
326
- $disabled-filter: grayscale(.1) !default;
327
- $disabled-opacity: .6 !default;
362
+ $kendo-disabled-text: k-map-get( $theme, disabled-text ) !default;
363
+ $kendo-disabled-filter: grayscale(.1) !default;
364
+ $kendo-disabled-opacity: .6 !default;
365
+
366
+ $kendo-disabled-styling: (
367
+ opacity: $kendo-disabled-opacity,
368
+ filter: $kendo-disabled-filter
369
+ ) !default;
328
370
 
329
371
 
330
372
  // Generic styles
331
373
 
332
374
  // TODO: refactor once we extract drag drop as separate module
333
- $font-size: 14px !default;
334
- $font-family: Roboto, "Helvetica Neue", sans-serif !default;
335
- $line-height: 2 !default;
336
-
337
-
338
- // Drop Hint
339
- $equilateral-index: 1.7320508076 !default;
340
- $equilateral-height: .8660254038 !default;
341
-
342
- $drop-hint-arrow-size: 8px !default;
343
- $drop-hint-arrow-spacing: ($drop-hint-arrow-size / 2) !default;
344
- $drop-hint-line-h-width: 20px !default;
345
- $drop-hint-line-h-height: 1px !default;
346
- $drop-hint-line-v-width: $drop-hint-line-h-height !default;
347
- $drop-hint-line-v-height: $drop-hint-line-h-width !default;
348
-
349
- $drop-hint-bg: $primary !default;
350
-
351
-
352
- // Panel
353
- $panel-bg: $component-bg !default;
354
- $panel-text: $component-text !default;
355
- $panel-border: $component-border !default;
356
-
357
-
358
- // Grouping
359
- $grouping-header-bg: $component-border !default;
360
- $grouping-header-text: $subtle-text !default;
361
- $grouping-header-border: $grouping-header-bg !default;
362
- $frozen-grouping-header-text: null !default;
363
- $frozen-grouping-header-border-width: null !default;
364
375
 
365
376
 
366
377
  // Header
367
- $header-bg: $base-bg !default;
368
- $header-text: $base-text !default;
369
- $header-border: $base-border !default;
370
- $header-gradient: null !default;
371
-
372
-
373
- // Node
374
- $node-bg: $base-bg !default;
375
- $node-text: $base-text !default;
376
- $node-border: $base-border !default;
377
- $node-gradient: null !default;
378
-
379
- $node-hovered-bg: $hovered-bg !default;
380
- $node-hovered-text: $hovered-text !default;
381
- $node-hovered-border: $hovered-border !default;
382
- $node-hovered-gradient: null !default;
383
-
384
- $node-selected-bg: $selected-bg !default;
385
- $node-selected-text: $selected-text !default;
386
- $node-selected-border: $selected-border !default;
387
- $node-selected-gradient: null !default;
388
-
389
-
390
- // Placeholder
391
- $placeholder-line-width: 100% !default;
392
- $placeholder-line-height: 10px !default;
393
- $placeholder-bg: rgba( black, .1 ) !default;
394
-
395
-
396
- // Loading
397
- $loading-bg: $component-bg !default;
398
- $loading-text: currentColor !default;
399
- $loading-opacity: .3 !default;
400
- $zindex-loading: 100 !default;
401
-
402
- // Table
378
+ $kendo-component-header-bg: $base-bg !default;
379
+ $kendo-component-header-text: $base-text !default;
380
+ $kendo-component-header-border: $base-border !default;
381
+ $kendo-component-header-gradient: null !default;
403
382
 
404
383
 
405
384
  // Validator
406
- $invalid-bg: null !default;
407
- $invalid-text: $error !default;
408
- $invalid-border: $error !default;
409
- $invalid-shadow: null !default;
410
-
411
-
412
- // TODO: remove variables
413
- // Action buttons
414
- $action-button-text: rgba( $primary, .87 ) !default;
415
- $action-button-hovered-bg: rgba( $primary, .12 ) !default;
416
- $action-button-pressed-bg: rgba( $primary, .16 ) !default;
417
- $action-button-cancel-bg: rgba( black, .12 ) !default;
418
-
419
-
420
- // Icon
421
- $icon-opacity: .54 !default;
422
- $icon-hovered-opacity: .87 !default;
423
- $icon-focused-opacity: .87 !default;
424
-
425
-
426
- // Drag clue
427
- $drag-clue-padding-x: $padding-x !default;
428
- $drag-clue-padding-y: ($padding-x / 2) !default;
429
- $drag-clue-border-width: null !default;
430
- $drag-clue-border-radius: 9999px !default;
431
- $drag-clue-font-size: $font-size !default;
432
- $drag-clue-font-family: $font-family !default;
433
- $drag-clue-line-height: ( 20 / 14 ) !default;
434
-
435
- $drag-clue-bg: k-try-shade( $body-bg ) !default;
436
- $drag-clue-text: $body-text !default;
437
- $drag-clue-border: null !default;
438
- $drag-clue-gradient: null !default;
439
- $drag-clue-shadow: $box-shadow-depth-3 !default;
440
-
441
- $drag-clue-opacity: null !default;
385
+ $kendo-invalid-bg: null !default;
386
+ $kendo-invalid-text: $kendo-color-error !default;
387
+ $kendo-invalid-border: $kendo-color-error !default;
388
+ $kendo-invalid-shadow: null !default;
442
389
 
443
390
 
444
391
  // Layout
445
392
  $grid-cols: 12 !default;
446
393
  $grid-rows: 10 !default;
447
394
  $grid-gap: 10px !default;
448
-
449
-
450
- // Disabled Styling maps
451
- $disabled-styling: (
452
- opacity: $disabled-opacity,
453
- filter: $disabled-filter
454
- ) !default;
@@ -7,6 +7,6 @@
7
7
 
8
8
 
9
9
  // Component
10
- @import "_variables.scss";
11
- @import "_layout.scss";
12
- @import "_theme.scss";
10
+ @import "./_variables.scss";
11
+ @import "./_layout.scss";
12
+ @import "./_theme.scss";
@@ -1,4 +1,4 @@
1
- @import "~@progress/kendo-theme-default/scss/action-buttons/_layout.scss";
1
+ @import "@progress/kendo-theme-default/scss/action-buttons/_layout.scss";
2
2
 
3
3
  @include exports("action-buttons/layout/material") {
4
4
 
@@ -1,4 +1,4 @@
1
- @import "~@progress/kendo-theme-default/scss/action-buttons/_theme.scss";
1
+ @import "@progress/kendo-theme-default/scss/action-buttons/_theme.scss";
2
2
 
3
3
  @include exports("action-buttons/theme/material") {
4
4
 
@@ -1,9 +1,9 @@
1
1
  // Actions
2
- $actions-margin-top: k-map-get( $spacing, 4 ) !default;
3
- $actions-padding-x: k-map-get( $spacing, 2 ) !default;
4
- $actions-padding-y: k-map-get( $spacing, 2 ) !default;
2
+ $actions-margin-top: k-map-get( $kendo-spacing, 4 ) !default;
3
+ $actions-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
4
+ $actions-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
5
5
  $actions-border-width: 0px !default;
6
- $actions-button-spacing: k-map-get( $spacing, 2 ) !default;
6
+ $actions-button-spacing: k-map-get( $kendo-spacing, 2 ) !default;
7
7
 
8
8
  $actions-bg: null !default;
9
9
  $actions-text: null !default;
@@ -3,13 +3,12 @@
3
3
 
4
4
  // Dependencies
5
5
  @import "../common/_index.scss";
6
- @import "../styling/_index.scss";
7
6
  @import "../icons/_index.scss";
8
7
  @import "../listgroup/_index.scss";
9
8
  @import "../popup/_index.scss";
10
9
 
11
10
 
12
11
  // Component
13
- @import "_variables.scss";
14
- @import "_layout.scss";
15
- @import "_theme.scss";
12
+ @import "./_variables.scss";
13
+ @import "./_layout.scss";
14
+ @import "./_theme.scss";
@@ -1 +1 @@
1
- @import "~@progress/kendo-theme-default/scss/action-sheet/_layout.scss";
1
+ @import "@progress/kendo-theme-default/scss/action-sheet/_layout.scss";
@@ -1 +1 @@
1
- @import "~@progress/kendo-theme-default/scss/action-sheet/_theme.scss";
1
+ @import "@progress/kendo-theme-default/scss/action-sheet/_theme.scss";