@progress/kendo-theme-meridian 14.0.0-dev.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (527) hide show
  1. package/LICENSE.md +17 -0
  2. package/README.md +120 -0
  3. package/dist/all.css +1 -0
  4. package/dist/all.scss +1 -0
  5. package/dist/meridian-main-dark.css +1 -0
  6. package/dist/meridian-main-dark.scss +137 -0
  7. package/dist/meridian-main.css +1 -0
  8. package/dist/meridian-main.scss +4 -0
  9. package/dist/meta/_variables.scss +11 -0
  10. package/dist/meta/sassdoc-data.json +206364 -0
  11. package/dist/meta/sassdoc-raw-data.json +94235 -0
  12. package/dist/meta/variables.json +16743 -0
  13. package/lib/swatches/index.js +2 -0
  14. package/lib/swatches/meridian-main-dark.json +657 -0
  15. package/lib/swatches/meridian-main.json +16 -0
  16. package/package.json +64 -0
  17. package/scss/_layout.scss +0 -0
  18. package/scss/_variables.scss +6 -0
  19. package/scss/action-buttons/_index.scss +19 -0
  20. package/scss/action-buttons/_layout.scss +6 -0
  21. package/scss/action-buttons/_theme.scss +6 -0
  22. package/scss/action-buttons/_variables.scss +44 -0
  23. package/scss/action-sheet/_index.scss +24 -0
  24. package/scss/action-sheet/_layout.scss +17 -0
  25. package/scss/action-sheet/_theme.scss +6 -0
  26. package/scss/action-sheet/_variables.scss +327 -0
  27. package/scss/adaptive/_index.scss +26 -0
  28. package/scss/adaptive/_layout.scss +6 -0
  29. package/scss/adaptive/_theme.scss +6 -0
  30. package/scss/adaptive/_variables.scss +90 -0
  31. package/scss/all.scss +4 -0
  32. package/scss/appbar/_index.scss +16 -0
  33. package/scss/appbar/_layout.scss +6 -0
  34. package/scss/appbar/_theme.scss +22 -0
  35. package/scss/appbar/_variables.scss +69 -0
  36. package/scss/autocomplete/_index.scss +26 -0
  37. package/scss/autocomplete/_layout.scss +6 -0
  38. package/scss/autocomplete/_theme.scss +6 -0
  39. package/scss/autocomplete/_variables.scss +1 -0
  40. package/scss/avatar/_index.scss +16 -0
  41. package/scss/avatar/_layout.scss +6 -0
  42. package/scss/avatar/_theme.scss +6 -0
  43. package/scss/avatar/_variables.scss +62 -0
  44. package/scss/badge/_index.scss +18 -0
  45. package/scss/badge/_layout.scss +6 -0
  46. package/scss/badge/_theme.scss +6 -0
  47. package/scss/badge/_variables.scss +110 -0
  48. package/scss/bottom-navigation/_index.scss +20 -0
  49. package/scss/bottom-navigation/_layout.scss +11 -0
  50. package/scss/bottom-navigation/_theme.scss +70 -0
  51. package/scss/bottom-navigation/_variables.scss +109 -0
  52. package/scss/breadcrumb/_index.scss +23 -0
  53. package/scss/breadcrumb/_layout.scss +12 -0
  54. package/scss/breadcrumb/_theme.scss +15 -0
  55. package/scss/breadcrumb/_variables.scss +263 -0
  56. package/scss/bubble/_index.scss +16 -0
  57. package/scss/bubble/_layout.scss +11 -0
  58. package/scss/bubble/_theme.scss +21 -0
  59. package/scss/bubble/_variables.scss +103 -0
  60. package/scss/button/_index.scss +20 -0
  61. package/scss/button/_layout.scss +14 -0
  62. package/scss/button/_theme.scss +188 -0
  63. package/scss/button/_variables.scss +364 -0
  64. package/scss/calendar/_index.scss +26 -0
  65. package/scss/calendar/_layout.scss +36 -0
  66. package/scss/calendar/_theme.scss +83 -0
  67. package/scss/calendar/_variables.scss +444 -0
  68. package/scss/captcha/_index.scss +29 -0
  69. package/scss/captcha/_layout.scss +12 -0
  70. package/scss/captcha/_theme.scss +6 -0
  71. package/scss/captcha/_variables.scss +66 -0
  72. package/scss/card/_index.scss +26 -0
  73. package/scss/card/_layout.scss +73 -0
  74. package/scss/card/_theme.scss +11 -0
  75. package/scss/card/_variables.scss +240 -0
  76. package/scss/chart-wizard/_index.scss +37 -0
  77. package/scss/chart-wizard/_layout.scss +12 -0
  78. package/scss/chart-wizard/_theme.scss +23 -0
  79. package/scss/chart-wizard/_variables.scss +81 -0
  80. package/scss/chat/_index.scss +44 -0
  81. package/scss/chat/_layout.scss +46 -0
  82. package/scss/chat/_theme.scss +32 -0
  83. package/scss/chat/_variables.scss +315 -0
  84. package/scss/checkbox/_index.scss +16 -0
  85. package/scss/checkbox/_layout.scss +11 -0
  86. package/scss/checkbox/_theme.scss +30 -0
  87. package/scss/checkbox/_variables.scss +256 -0
  88. package/scss/chip/_index.scss +20 -0
  89. package/scss/chip/_layout.scss +11 -0
  90. package/scss/chip/_theme.scss +110 -0
  91. package/scss/chip/_variables.scss +215 -0
  92. package/scss/color-preview/_index.scss +16 -0
  93. package/scss/color-preview/_layout.scss +6 -0
  94. package/scss/color-preview/_theme.scss +6 -0
  95. package/scss/color-preview/_variables.scss +49 -0
  96. package/scss/coloreditor/_index.scss +24 -0
  97. package/scss/coloreditor/_layout.scss +6 -0
  98. package/scss/coloreditor/_theme.scss +6 -0
  99. package/scss/coloreditor/_variables.scss +198 -0
  100. package/scss/colorgradient/_index.scss +30 -0
  101. package/scss/colorgradient/_layout.scss +36 -0
  102. package/scss/colorgradient/_theme.scss +37 -0
  103. package/scss/colorgradient/_variables.scss +318 -0
  104. package/scss/colorpalette/_index.scss +16 -0
  105. package/scss/colorpalette/_layout.scss +11 -0
  106. package/scss/colorpalette/_theme.scss +6 -0
  107. package/scss/colorpalette/_variables.scss +71 -0
  108. package/scss/colorpicker/_index.scss +26 -0
  109. package/scss/colorpicker/_layout.scss +5 -0
  110. package/scss/colorpicker/_theme.scss +6 -0
  111. package/scss/colorpicker/_variables.scss +1 -0
  112. package/scss/column-menu/_index.scss +16 -0
  113. package/scss/column-menu/_layout.scss +5 -0
  114. package/scss/column-menu/_theme.scss +5 -0
  115. package/scss/column-menu/_variables.scss +105 -0
  116. package/scss/combobox/_index.scss +26 -0
  117. package/scss/combobox/_layout.scss +45 -0
  118. package/scss/combobox/_theme.scss +16 -0
  119. package/scss/combobox/_variables.scss +1 -0
  120. package/scss/core/_index.scss +76 -0
  121. package/scss/core/border-radii/index.scss +52 -0
  122. package/scss/core/color-system/_swatch.scss +377 -0
  123. package/scss/core/elevation/index.scss +34 -0
  124. package/scss/core/functions/index.scss +1 -0
  125. package/scss/core/mixins/index.scss +1 -0
  126. package/scss/core/motion/index.scss +175 -0
  127. package/scss/core/spacing/index.scss +48 -0
  128. package/scss/core/styles/index.scss +1 -0
  129. package/scss/core/typography/index.scss +185 -0
  130. package/scss/core/z-index/index.scss +1 -0
  131. package/scss/dataviz/_index.scss +20 -0
  132. package/scss/dataviz/_layout.scss +6 -0
  133. package/scss/dataviz/_theme.scss +6 -0
  134. package/scss/dataviz/_variables.scss +496 -0
  135. package/scss/dateinput/_index.scss +18 -0
  136. package/scss/dateinput/_layout.scss +6 -0
  137. package/scss/dateinput/_theme.scss +6 -0
  138. package/scss/dateinput/_variables.scss +1 -0
  139. package/scss/datepicker/_index.scss +22 -0
  140. package/scss/datepicker/_layout.scss +6 -0
  141. package/scss/datepicker/_theme.scss +11 -0
  142. package/scss/datepicker/_variables.scss +1 -0
  143. package/scss/daterangepicker/_index.scss +24 -0
  144. package/scss/daterangepicker/_layout.scss +6 -0
  145. package/scss/daterangepicker/_theme.scss +11 -0
  146. package/scss/daterangepicker/_variables.scss +8 -0
  147. package/scss/datetimepicker/_index.scss +30 -0
  148. package/scss/datetimepicker/_layout.scss +14 -0
  149. package/scss/datetimepicker/_theme.scss +15 -0
  150. package/scss/datetimepicker/_variables.scss +30 -0
  151. package/scss/dialog/_index.scss +18 -0
  152. package/scss/dialog/_layout.scss +6 -0
  153. package/scss/dialog/_theme.scss +6 -0
  154. package/scss/dialog/_variables.scss +43 -0
  155. package/scss/dock-manager/_index.scss +22 -0
  156. package/scss/dock-manager/_layout.scss +10 -0
  157. package/scss/dock-manager/_theme.scss +6 -0
  158. package/scss/dock-manager/_variables.scss +157 -0
  159. package/scss/draggable/_index.scss +16 -0
  160. package/scss/draggable/_layout.scss +6 -0
  161. package/scss/draggable/_theme.scss +6 -0
  162. package/scss/draggable/_variables.scss +93 -0
  163. package/scss/drawer/_index.scss +22 -0
  164. package/scss/drawer/_layout.scss +21 -0
  165. package/scss/drawer/_theme.scss +19 -0
  166. package/scss/drawer/_variables.scss +175 -0
  167. package/scss/dropdowngrid/_index.scss +26 -0
  168. package/scss/dropdowngrid/_layout.scss +6 -0
  169. package/scss/dropdowngrid/_theme.scss +6 -0
  170. package/scss/dropdowngrid/_variables.scss +1 -0
  171. package/scss/dropdownlist/_index.scss +24 -0
  172. package/scss/dropdownlist/_layout.scss +6 -0
  173. package/scss/dropdownlist/_theme.scss +6 -0
  174. package/scss/dropdownlist/_variables.scss +1 -0
  175. package/scss/dropdowntree/_index.scss +30 -0
  176. package/scss/dropdowntree/_layout.scss +6 -0
  177. package/scss/dropdowntree/_theme.scss +6 -0
  178. package/scss/dropdowntree/_variables.scss +24 -0
  179. package/scss/dropzone/_index.scss +16 -0
  180. package/scss/dropzone/_layout.scss +6 -0
  181. package/scss/dropzone/_theme.scss +6 -0
  182. package/scss/dropzone/_variables.scss +93 -0
  183. package/scss/editor/_index.scss +32 -0
  184. package/scss/editor/_layout.scss +16 -0
  185. package/scss/editor/_theme.scss +15 -0
  186. package/scss/editor/_variables.scss +119 -0
  187. package/scss/expansion-panel/_index.scss +22 -0
  188. package/scss/expansion-panel/_layout.scss +27 -0
  189. package/scss/expansion-panel/_theme.scss +24 -0
  190. package/scss/expansion-panel/_variables.scss +127 -0
  191. package/scss/fab/_index.scss +26 -0
  192. package/scss/fab/_layout.scss +22 -0
  193. package/scss/fab/_theme.scss +71 -0
  194. package/scss/fab/_variables.scss +217 -0
  195. package/scss/file-box/_index.scss +16 -0
  196. package/scss/file-box/_layout.scss +10 -0
  197. package/scss/file-box/_theme.scss +6 -0
  198. package/scss/file-box/_variables.scss +82 -0
  199. package/scss/filemanager/_index.scss +38 -0
  200. package/scss/filemanager/_layout.scss +15 -0
  201. package/scss/filemanager/_theme.scss +15 -0
  202. package/scss/filemanager/_variables.scss +240 -0
  203. package/scss/filter/_index.scss +30 -0
  204. package/scss/filter/_layout.scss +11 -0
  205. package/scss/filter/_theme.scss +5 -0
  206. package/scss/filter/_variables.scss +48 -0
  207. package/scss/floating-label/_index.scss +16 -0
  208. package/scss/floating-label/_layout.scss +6 -0
  209. package/scss/floating-label/_theme.scss +6 -0
  210. package/scss/floating-label/_variables.scss +72 -0
  211. package/scss/forms/_index.scss +24 -0
  212. package/scss/forms/_layout.scss +6 -0
  213. package/scss/forms/_theme.scss +10 -0
  214. package/scss/forms/_variables.scss +215 -0
  215. package/scss/gantt/_index.scss +37 -0
  216. package/scss/gantt/_layout.scss +16 -0
  217. package/scss/gantt/_theme.scss +15 -0
  218. package/scss/gantt/_variables.scss +325 -0
  219. package/scss/grid/_index.scss +68 -0
  220. package/scss/grid/_layout.scss +52 -0
  221. package/scss/grid/_theme.scss +63 -0
  222. package/scss/grid/_variables.scss +669 -0
  223. package/scss/gridlayout/_index.scss +19 -0
  224. package/scss/gridlayout/_layout.scss +5 -0
  225. package/scss/gridlayout/_theme.scss +5 -0
  226. package/scss/gridlayout/_variables.scss +1 -0
  227. package/scss/icons/_index.scss +20 -0
  228. package/scss/icons/_layout.scss +6 -0
  229. package/scss/icons/_theme.scss +6 -0
  230. package/scss/icons/_variables.scss +55 -0
  231. package/scss/imageeditor/_index.scss +26 -0
  232. package/scss/imageeditor/_layout.scss +15 -0
  233. package/scss/imageeditor/_theme.scss +6 -0
  234. package/scss/imageeditor/_variables.scss +144 -0
  235. package/scss/index.scss +486 -0
  236. package/scss/input/_index.scss +18 -0
  237. package/scss/input/_layout.scss +93 -0
  238. package/scss/input/_theme.scss +81 -0
  239. package/scss/input/_variables.scss +585 -0
  240. package/scss/list/_index.scss +16 -0
  241. package/scss/list/_layout.scss +12 -0
  242. package/scss/list/_theme.scss +16 -0
  243. package/scss/list/_variables.scss +475 -0
  244. package/scss/listbox/_index.scss +24 -0
  245. package/scss/listbox/_layout.scss +13 -0
  246. package/scss/listbox/_theme.scss +10 -0
  247. package/scss/listbox/_variables.scss +70 -0
  248. package/scss/listgroup/_index.scss +18 -0
  249. package/scss/listgroup/_layout.scss +6 -0
  250. package/scss/listgroup/_theme.scss +6 -0
  251. package/scss/listgroup/_variables.scss +49 -0
  252. package/scss/listview/_index.scss +25 -0
  253. package/scss/listview/_layout.scss +6 -0
  254. package/scss/listview/_theme.scss +20 -0
  255. package/scss/listview/_variables.scss +98 -0
  256. package/scss/loader/_index.scss +20 -0
  257. package/scss/loader/_layout.scss +7 -0
  258. package/scss/loader/_theme.scss +6 -0
  259. package/scss/loader/_variables.scss +179 -0
  260. package/scss/map/_index.scss +22 -0
  261. package/scss/map/_layout.scss +6 -0
  262. package/scss/map/_theme.scss +13 -0
  263. package/scss/map/_variables.scss +83 -0
  264. package/scss/marquee/_index.scss +16 -0
  265. package/scss/marquee/_layout.scss +6 -0
  266. package/scss/marquee/_theme.scss +6 -0
  267. package/scss/marquee/_variables.scss +17 -0
  268. package/scss/maskedtextbox/_index.scss +22 -0
  269. package/scss/maskedtextbox/_layout.scss +6 -0
  270. package/scss/maskedtextbox/_theme.scss +6 -0
  271. package/scss/maskedtextbox/_variables.scss +1 -0
  272. package/scss/mediaplayer/_index.scss +22 -0
  273. package/scss/mediaplayer/_layout.scss +24 -0
  274. package/scss/mediaplayer/_theme.scss +6 -0
  275. package/scss/mediaplayer/_variables.scss +70 -0
  276. package/scss/menu/_index.scss +24 -0
  277. package/scss/menu/_layout.scss +29 -0
  278. package/scss/menu/_theme.scss +20 -0
  279. package/scss/menu/_variables.scss +404 -0
  280. package/scss/menu-button/_index.scss +20 -0
  281. package/scss/menu-button/_layout.scss +6 -0
  282. package/scss/menu-button/_theme.scss +6 -0
  283. package/scss/menu-button/_variables.scss +11 -0
  284. package/scss/messagebox/_index.scss +18 -0
  285. package/scss/messagebox/_layout.scss +6 -0
  286. package/scss/messagebox/_theme.scss +6 -0
  287. package/scss/messagebox/_variables.scss +64 -0
  288. package/scss/multiselect/_index.scss +30 -0
  289. package/scss/multiselect/_layout.scss +29 -0
  290. package/scss/multiselect/_theme.scss +6 -0
  291. package/scss/multiselect/_variables.scss +1 -0
  292. package/scss/no-data/_index.scss +16 -0
  293. package/scss/no-data/_layout.scss +5 -0
  294. package/scss/no-data/_theme.scss +5 -0
  295. package/scss/no-data/_variables.scss +14 -0
  296. package/scss/notification/_functions.scss +17 -0
  297. package/scss/notification/_index.scss +20 -0
  298. package/scss/notification/_layout.scss +4 -0
  299. package/scss/notification/_theme.scss +6 -0
  300. package/scss/notification/_variables.scss +88 -0
  301. package/scss/numerictextbox/_index.scss +22 -0
  302. package/scss/numerictextbox/_layout.scss +6 -0
  303. package/scss/numerictextbox/_theme.scss +6 -0
  304. package/scss/numerictextbox/_variables.scss +1 -0
  305. package/scss/orgchart/_index.scss +37 -0
  306. package/scss/orgchart/_layout.scss +6 -0
  307. package/scss/orgchart/_theme.scss +6 -0
  308. package/scss/orgchart/_variables.scss +185 -0
  309. package/scss/otp/_index.scss +18 -0
  310. package/scss/otp/_layout.scss +5 -0
  311. package/scss/otp/_theme.scss +5 -0
  312. package/scss/otp/_variables.scss +46 -0
  313. package/scss/overlay/_index.scss +16 -0
  314. package/scss/overlay/_layout.scss +6 -0
  315. package/scss/overlay/_theme.scss +6 -0
  316. package/scss/overlay/_variables.scss +14 -0
  317. package/scss/pager/_index.scss +22 -0
  318. package/scss/pager/_layout.scss +16 -0
  319. package/scss/pager/_theme.scss +11 -0
  320. package/scss/pager/_variables.scss +126 -0
  321. package/scss/panel/_index.scss +17 -0
  322. package/scss/panel/_layout.scss +5 -0
  323. package/scss/panel/_theme.scss +5 -0
  324. package/scss/panel/_variables.scss +48 -0
  325. package/scss/panelbar/_index.scss +20 -0
  326. package/scss/panelbar/_layout.scss +31 -0
  327. package/scss/panelbar/_theme.scss +38 -0
  328. package/scss/panelbar/_variables.scss +388 -0
  329. package/scss/pdf-viewer/_index.scss +33 -0
  330. package/scss/pdf-viewer/_layout.scss +12 -0
  331. package/scss/pdf-viewer/_theme.scss +6 -0
  332. package/scss/pdf-viewer/_variables.scss +186 -0
  333. package/scss/pivotgrid/_index.scss +30 -0
  334. package/scss/pivotgrid/_layout.scss +11 -0
  335. package/scss/pivotgrid/_theme.scss +6 -0
  336. package/scss/pivotgrid/_variables.scss +344 -0
  337. package/scss/popover/_index.scss +20 -0
  338. package/scss/popover/_layout.scss +39 -0
  339. package/scss/popover/_theme.scss +11 -0
  340. package/scss/popover/_variables.scss +120 -0
  341. package/scss/popup/_index.scss +16 -0
  342. package/scss/popup/_layout.scss +6 -0
  343. package/scss/popup/_theme.scss +11 -0
  344. package/scss/popup/_variables.scss +53 -0
  345. package/scss/progressbar/_index.scss +16 -0
  346. package/scss/progressbar/_layout.scss +6 -0
  347. package/scss/progressbar/_theme.scss +6 -0
  348. package/scss/progressbar/_variables.scss +99 -0
  349. package/scss/prompt/_index.scss +20 -0
  350. package/scss/prompt/_layout.scss +10 -0
  351. package/scss/prompt/_theme.scss +6 -0
  352. package/scss/prompt/_variables.scss +105 -0
  353. package/scss/prompt-box/_index.scss +24 -0
  354. package/scss/prompt-box/_layout.scss +6 -0
  355. package/scss/prompt-box/_theme.scss +12 -0
  356. package/scss/prompt-box/_variables.scss +34 -0
  357. package/scss/radio/_index.scss +16 -0
  358. package/scss/radio/_layout.scss +11 -0
  359. package/scss/radio/_theme.scss +30 -0
  360. package/scss/radio/_variables.scss +239 -0
  361. package/scss/rating/_index.scss +18 -0
  362. package/scss/rating/_layout.scss +6 -0
  363. package/scss/rating/_theme.scss +20 -0
  364. package/scss/rating/_variables.scss +84 -0
  365. package/scss/responsivepanel/_index.scss +18 -0
  366. package/scss/responsivepanel/_layout.scss +6 -0
  367. package/scss/responsivepanel/_theme.scss +6 -0
  368. package/scss/responsivepanel/_variables.scss +1 -0
  369. package/scss/ripple/_index.scss +16 -0
  370. package/scss/ripple/_layout.scss +6 -0
  371. package/scss/ripple/_theme.scss +6 -0
  372. package/scss/ripple/_variables.scss +1 -0
  373. package/scss/scheduler/_index.scss +34 -0
  374. package/scss/scheduler/_layout.scss +22 -0
  375. package/scss/scheduler/_theme.scss +21 -0
  376. package/scss/scheduler/_variables.scss +351 -0
  377. package/scss/scroller/_index.scss +18 -0
  378. package/scss/scroller/_layout.scss +6 -0
  379. package/scss/scroller/_theme.scss +6 -0
  380. package/scss/scroller/_variables.scss +1 -0
  381. package/scss/scrollview/_index.scss +20 -0
  382. package/scss/scrollview/_layout.scss +11 -0
  383. package/scss/scrollview/_theme.scss +6 -0
  384. package/scss/scrollview/_variables.scss +126 -0
  385. package/scss/searchbox/_index.scss +22 -0
  386. package/scss/searchbox/_layout.scss +6 -0
  387. package/scss/searchbox/_theme.scss +6 -0
  388. package/scss/searchbox/_variables.scss +1 -0
  389. package/scss/segmented-control/_index.scss +16 -0
  390. package/scss/segmented-control/_layout.scss +6 -0
  391. package/scss/segmented-control/_theme.scss +22 -0
  392. package/scss/segmented-control/_variables.scss +143 -0
  393. package/scss/signature/_index.scss +20 -0
  394. package/scss/signature/_layout.scss +6 -0
  395. package/scss/signature/_theme.scss +6 -0
  396. package/scss/signature/_variables.scss +93 -0
  397. package/scss/skeleton/_index.scss +16 -0
  398. package/scss/skeleton/_layout.scss +6 -0
  399. package/scss/skeleton/_theme.scss +6 -0
  400. package/scss/skeleton/_variables.scss +34 -0
  401. package/scss/slider/_index.scss +22 -0
  402. package/scss/slider/_layout.scss +21 -0
  403. package/scss/slider/_theme.scss +33 -0
  404. package/scss/slider/_variables.scss +163 -0
  405. package/scss/smart-box/_index.scss +25 -0
  406. package/scss/smart-box/_layout.scss +6 -0
  407. package/scss/smart-box/_theme.scss +6 -0
  408. package/scss/smart-box/_variables.scss +70 -0
  409. package/scss/speech-to-text-button/_index.scss +18 -0
  410. package/scss/speech-to-text-button/_layout.scss +5 -0
  411. package/scss/speech-to-text-button/_theme.scss +5 -0
  412. package/scss/speech-to-text-button/_variables.scss +1 -0
  413. package/scss/split-button/_index.scss +24 -0
  414. package/scss/split-button/_layout.scss +27 -0
  415. package/scss/split-button/_theme.scss +6 -0
  416. package/scss/split-button/_variables.scss +46 -0
  417. package/scss/splitter/_index.scss +22 -0
  418. package/scss/splitter/_layout.scss +6 -0
  419. package/scss/splitter/_theme.scss +6 -0
  420. package/scss/splitter/_variables.scss +89 -0
  421. package/scss/spreadsheet/_index.scss +48 -0
  422. package/scss/spreadsheet/_layout.scss +15 -0
  423. package/scss/spreadsheet/_theme.scss +26 -0
  424. package/scss/spreadsheet/_variables.scss +371 -0
  425. package/scss/spreadsheet/images/image-default.png +0 -0
  426. package/scss/stacklayout/_index.scss +19 -0
  427. package/scss/stacklayout/_layout.scss +6 -0
  428. package/scss/stacklayout/_theme.scss +6 -0
  429. package/scss/stacklayout/_variables.scss +1 -0
  430. package/scss/stepper/_index.scss +20 -0
  431. package/scss/stepper/_layout.scss +6 -0
  432. package/scss/stepper/_theme.scss +6 -0
  433. package/scss/stepper/_variables.scss +307 -0
  434. package/scss/suggestion/_index.scss +16 -0
  435. package/scss/suggestion/_layout.scss +11 -0
  436. package/scss/suggestion/_theme.scss +52 -0
  437. package/scss/suggestion/_variables.scss +78 -0
  438. package/scss/switch/_index.scss +16 -0
  439. package/scss/switch/_layout.scss +6 -0
  440. package/scss/switch/_theme.scss +45 -0
  441. package/scss/switch/_variables.scss +398 -0
  442. package/scss/table/_index.scss +16 -0
  443. package/scss/table/_layout.scss +6 -0
  444. package/scss/table/_theme.scss +6 -0
  445. package/scss/table/_variables.scss +229 -0
  446. package/scss/tabstrip/_index.scss +25 -0
  447. package/scss/tabstrip/_layout.scss +43 -0
  448. package/scss/tabstrip/_theme.scss +27 -0
  449. package/scss/tabstrip/_variables.scss +273 -0
  450. package/scss/taskboard/_index.scss +32 -0
  451. package/scss/taskboard/_layout.scss +6 -0
  452. package/scss/taskboard/_theme.scss +20 -0
  453. package/scss/taskboard/_variables.scss +336 -0
  454. package/scss/textarea/_index.scss +27 -0
  455. package/scss/textarea/_layout.scss +6 -0
  456. package/scss/textarea/_theme.scss +6 -0
  457. package/scss/textarea/_variables.scss +1 -0
  458. package/scss/textbox/_index.scss +20 -0
  459. package/scss/textbox/_layout.scss +6 -0
  460. package/scss/textbox/_theme.scss +6 -0
  461. package/scss/textbox/_variables.scss +1 -0
  462. package/scss/tilelayout/_index.scss +24 -0
  463. package/scss/tilelayout/_layout.scss +12 -0
  464. package/scss/tilelayout/_theme.scss +6 -0
  465. package/scss/tilelayout/_variables.scss +58 -0
  466. package/scss/time-marker/_index.scss +16 -0
  467. package/scss/time-marker/_layout.scss +5 -0
  468. package/scss/time-marker/_theme.scss +6 -0
  469. package/scss/time-marker/_variables.scss +13 -0
  470. package/scss/timedurationpicker/_index.scss +28 -0
  471. package/scss/timedurationpicker/_layout.scss +14 -0
  472. package/scss/timedurationpicker/_theme.scss +13 -0
  473. package/scss/timedurationpicker/_variables.scss +1 -0
  474. package/scss/timeline/_index.scss +22 -0
  475. package/scss/timeline/_layout.scss +6 -0
  476. package/scss/timeline/_theme.scss +11 -0
  477. package/scss/timeline/_variables.scss +223 -0
  478. package/scss/timepicker/_index.scss +26 -0
  479. package/scss/timepicker/_layout.scss +10 -0
  480. package/scss/timepicker/_theme.scss +6 -0
  481. package/scss/timepicker/_variables.scss +1 -0
  482. package/scss/timeselector/_index.scss +22 -0
  483. package/scss/timeselector/_layout.scss +23 -0
  484. package/scss/timeselector/_theme.scss +16 -0
  485. package/scss/timeselector/_variables.scss +197 -0
  486. package/scss/toolbar/_index.scss +27 -0
  487. package/scss/toolbar/_layout.scss +6 -0
  488. package/scss/toolbar/_theme.scss +11 -0
  489. package/scss/toolbar/_variables.scss +196 -0
  490. package/scss/tooltip/_functions.scss +17 -0
  491. package/scss/tooltip/_index.scss +22 -0
  492. package/scss/tooltip/_layout.scss +10 -0
  493. package/scss/tooltip/_theme.scss +11 -0
  494. package/scss/tooltip/_variables.scss +81 -0
  495. package/scss/treelist/_index.scss +20 -0
  496. package/scss/treelist/_layout.scss +10 -0
  497. package/scss/treelist/_theme.scss +11 -0
  498. package/scss/treelist/_variables.scss +15 -0
  499. package/scss/treeview/_index.scss +20 -0
  500. package/scss/treeview/_layout.scss +15 -0
  501. package/scss/treeview/_theme.scss +22 -0
  502. package/scss/treeview/_variables.scss +227 -0
  503. package/scss/typography/_index.scss +18 -0
  504. package/scss/typography/_layout.scss +6 -0
  505. package/scss/typography/_theme.scss +6 -0
  506. package/scss/typography/_variables.scss +419 -0
  507. package/scss/upload/_index.scss +28 -0
  508. package/scss/upload/_layout.scss +15 -0
  509. package/scss/upload/_theme.scss +6 -0
  510. package/scss/upload/_variables.scss +152 -0
  511. package/scss/utils/_index.scss +1 -0
  512. package/scss/validator/_index.scss +24 -0
  513. package/scss/validator/_layout.scss +6 -0
  514. package/scss/validator/_theme.scss +6 -0
  515. package/scss/validator/_variables.scss +0 -0
  516. package/scss/virtual-scroller/_index.scss +20 -0
  517. package/scss/virtual-scroller/_layout.scss +6 -0
  518. package/scss/virtual-scroller/_theme.scss +6 -0
  519. package/scss/virtual-scroller/_variables.scss +1 -0
  520. package/scss/window/_index.scss +26 -0
  521. package/scss/window/_layout.scss +25 -0
  522. package/scss/window/_theme.scss +20 -0
  523. package/scss/window/_variables.scss +134 -0
  524. package/scss/wizard/_index.scss +24 -0
  525. package/scss/wizard/_layout.scss +6 -0
  526. package/scss/wizard/_theme.scss +6 -0
  527. package/scss/wizard/_variables.scss +49 -0
@@ -0,0 +1,215 @@
1
+ @use "../input/_variables.scss" as *;
2
+ @use "../tooltip/_variables.scss" as *;
3
+ @use "../typography/_variables.scss" as *;
4
+ @use "../core/_index.scss" as *;
5
+
6
+
7
+
8
+ // Forms
9
+
10
+ /// The default size of the Form.
11
+ /// @group form
12
+ /// @role default
13
+ $kendo-form-default-size: "md" !default;
14
+
15
+ /// The padding of the inline Form.
16
+ /// @group form
17
+ $kendo-form-spacer: calc( #{k-spacing(2)} * 2 ) !default;
18
+
19
+ /// The font size of the Form.
20
+ /// @group form
21
+ $kendo-form-font-size: var( --kendo-font-size, inherit ) !default;
22
+ /// The line height of the Form.
23
+ /// @group form
24
+ $kendo-form-line-height: var( --kendo-line-height, normal ) !default;
25
+
26
+ /// The margin of the Form fieldset.
27
+ /// @group form
28
+ $kendo-form-fieldset-margin: 2em 0 0 !default;
29
+ /// The padding of the Form fieldset.
30
+ /// @group form
31
+ $kendo-form-fieldset-padding: k-spacing(0) !default;
32
+
33
+ /// The margin of the Form legend.
34
+ /// @group form
35
+ $kendo-form-legend-margin: 0 0 k-spacing(3.5) !default;
36
+ /// The padding of the Form legend.
37
+ /// @group form
38
+ $kendo-form-legend-padding: 0 0 k-spacing(1) !default;
39
+ /// The border width of the Form legend.
40
+ /// @group form
41
+ $kendo-form-legend-border-width: 0 0 1px !default;
42
+ /// The border style of the Form legend.
43
+ /// @group form
44
+ $kendo-form-legend-border-style: solid !default;
45
+ /// The border color of the Form legend.
46
+ /// @group form
47
+ $kendo-form-legend-border-color: k-color(border) !default;
48
+ /// The width of the Form legend.
49
+ /// @group form
50
+ $kendo-form-legend-width: 100% !default;
51
+ /// The font size of the Form legend.
52
+ /// @group form
53
+ $kendo-form-legend-font-size: var( --kendo-h6-font-size, inherit ) !default;
54
+ /// The font weight of the Form legend.
55
+ /// @group form
56
+ $kendo-form-legend-font-weight: var( --kendo-font-weight-medium, normal ) !default;
57
+ /// The text capitalization of the Form legend.
58
+ /// @group form
59
+ $kendo-form-legend-text-transform: none !default;
60
+
61
+ /// The bottom margin of the Form label.
62
+ /// @group form
63
+ $kendo-form-label-margin-bottom: k-spacing(1) !default;
64
+
65
+ /// The font size of the Form label.
66
+ /// @group form
67
+ $kendo-label-font-size: var( --kendo-font-size-sm, inherit ) !default;
68
+ /// The font weight of the Form label.
69
+ /// @group form
70
+ $kendo-label-font-weight: var( --kendo-font-weight-medium, normal ) !default;
71
+ /// The line height of the Form label.
72
+ /// @group form
73
+ $kendo-label-line-height: var( --kendo-line-height-sm, normal ) !default;
74
+
75
+ /// The font size of the Form hint.
76
+ /// @group form
77
+ $kendo-form-hint-font-size: var( --kendo-font-size-sm, inherit ) !default;
78
+ /// The font style of the Form hint.
79
+ /// @group form
80
+ $kendo-form-hint-font-style: italic !default;
81
+ /// The top margin of the Form hint.
82
+ /// @group form
83
+ $kendo-form-hint-margin-top: k-spacing(1) !default;
84
+
85
+ /// The row spacing of the small Form.
86
+ /// @group form
87
+ $kendo-form-sm-rows-spacing: k-spacing(2.5) !default;
88
+ /// The row spacing of the medium Form.
89
+ /// @group form
90
+ $kendo-form-md-rows-spacing: k-spacing(3.5) !default;
91
+ /// The row spacing of the large Form.
92
+ /// @group form
93
+ $kendo-form-lg-rows-spacing: k-spacing(4.5) !default;
94
+
95
+ /// The margin of the Form separator.
96
+ /// @group form
97
+ $kendo-form-separator-margin: $kendo-form-md-rows-spacing 0 0 !default;
98
+ /// The border color of the Form separator.
99
+ /// @group form
100
+ $kendo-form-separator-border-color: $kendo-form-legend-border-color !default;
101
+
102
+ /// The top padding of the label in the horizontal Form.
103
+ /// @group form
104
+ $kendo-horizontal-form-label-padding-top: calc( #{k-spacing(2.5)} / 2 ) !default;
105
+ /// The horizontal margin of the label in the horizontal Form.
106
+ /// @group form
107
+ $kendo-horizontal-form-label-margin-x: k-spacing(2.5) !default;
108
+ /// The width of the label in the horizontal Form.
109
+ /// @group form
110
+ $kendo-horizontal-form-label-width: 25% !default;
111
+ /// The horizontal alignment of the label in the horizontal Form.
112
+ /// @group form
113
+ $kendo-horizontal-form-label-align: flex-end !default;
114
+
115
+ /// The maximum width of the field wrap in the horizontal Form.
116
+ /// @group form
117
+ $kendo-horizontal-form-field-wrap-max-width: calc( ( 100% - #{$kendo-horizontal-form-label-width} ) - #{$kendo-horizontal-form-label-margin-x} ) !default;
118
+
119
+ /// The width of the inline Form element.
120
+ /// @group form
121
+ $kendo-inline-form-element-width: 25% !default;
122
+
123
+ /// The horizontal padding of the inline Form field.
124
+ /// @group form
125
+ $kendo-inline-form-field-padding-x: 0 k-spacing(3) !default;
126
+
127
+ /// The vertical padding of the inline Form field.
128
+ /// @group form
129
+ $kendo-inline-form-field-padding-y: calc( #{k-spacing(1)} + #{$kendo-input-border-width} ) !default;
130
+
131
+ /// The horizontal margin of the optional label in the Form.
132
+ /// @group form
133
+ $kendo-label-optional-margin-x: k-spacing(1.5) !default;
134
+ /// The font size of the optional label in the Form.
135
+ /// @group form
136
+ $kendo-label-optional-font-size: var( --kendo-font-size-sm, inherit ) !default;
137
+ /// The font style of the optional label in the Form.
138
+ /// @group form
139
+ $kendo-label-optional-font-style: italic !default;
140
+ /// The font weight of the optional label in the Form.
141
+ /// @group form
142
+ $kendo-label-optional-font-weight: var( --kendo-font-weight-normal, normal ) !default;
143
+
144
+
145
+ /// The margin of the Form fieldset.
146
+ /// @group form
147
+ $kendo-fieldset-margin: k-spacing(7.5) !default;
148
+
149
+ /// The padding of the Form fieldset legend.
150
+ /// @group form
151
+ $kendo-fieldset-legend-padding: 0 k-spacing(2) 0 0 !default;
152
+ /// The margin of the Form fieldset legend
153
+ /// @group form
154
+ $kendo-fieldset-legend-margin: calc( #{k-spacing(1.5)} * 2 ) !default;
155
+
156
+ /// The margin of the Form alert error.
157
+ /// @group form
158
+ $kendo-form-alert-error-margin: calc( #{k-spacing(1)} * 2 ) !default;
159
+
160
+ /// The margin of the Form field info.
161
+ /// @group form
162
+ $kendo-form-field-info-margin: k-spacing(2) !default;
163
+
164
+ /// The text color of the Form legend.
165
+ /// @group form
166
+ $kendo-fieldset-legend-text: k-color(on-app-surface) !default;
167
+
168
+
169
+ @forward "@progress/kendo-theme-core/scss/components/forms/_variables.scss" with (
170
+ $kendo-form-default-size: $kendo-form-default-size,
171
+ $kendo-form-spacer: $kendo-form-spacer,
172
+ $kendo-form-font-size: $kendo-form-font-size,
173
+ $kendo-form-line-height: $kendo-form-line-height,
174
+ $kendo-form-fieldset-margin: $kendo-form-fieldset-margin,
175
+ $kendo-form-fieldset-padding: $kendo-form-fieldset-padding,
176
+ $kendo-form-legend-margin: $kendo-form-legend-margin,
177
+ $kendo-form-legend-padding: $kendo-form-legend-padding,
178
+ $kendo-form-legend-border-width: $kendo-form-legend-border-width,
179
+ $kendo-form-legend-border-style: $kendo-form-legend-border-style,
180
+ $kendo-form-legend-border-color: $kendo-form-legend-border-color,
181
+ $kendo-form-legend-width: $kendo-form-legend-width,
182
+ $kendo-form-legend-font-size: $kendo-form-legend-font-size,
183
+ $kendo-form-legend-font-weight: $kendo-form-legend-font-weight,
184
+ $kendo-form-legend-text-transform: $kendo-form-legend-text-transform,
185
+ $kendo-form-label-margin-bottom: $kendo-form-label-margin-bottom,
186
+ $kendo-label-font-size: $kendo-label-font-size,
187
+ $kendo-label-font-weight: $kendo-label-font-weight,
188
+ $kendo-label-line-height: $kendo-label-line-height,
189
+ $kendo-form-hint-font-size: $kendo-form-hint-font-size,
190
+ $kendo-form-hint-font-style: $kendo-form-hint-font-style,
191
+ $kendo-form-hint-margin-top: $kendo-form-hint-margin-top,
192
+ $kendo-form-sm-rows-spacing: $kendo-form-sm-rows-spacing,
193
+ $kendo-form-md-rows-spacing: $kendo-form-md-rows-spacing,
194
+ $kendo-form-lg-rows-spacing: $kendo-form-lg-rows-spacing,
195
+ $kendo-form-separator-margin: $kendo-form-separator-margin,
196
+ $kendo-form-separator-border-color: $kendo-form-separator-border-color,
197
+ $kendo-horizontal-form-label-padding-top: $kendo-horizontal-form-label-padding-top,
198
+ $kendo-horizontal-form-label-margin-x: $kendo-horizontal-form-label-margin-x,
199
+ $kendo-horizontal-form-label-width: $kendo-horizontal-form-label-width,
200
+ $kendo-horizontal-form-label-align: $kendo-horizontal-form-label-align,
201
+ $kendo-horizontal-form-field-wrap-max-width: $kendo-horizontal-form-field-wrap-max-width,
202
+ $kendo-inline-form-element-width: $kendo-inline-form-element-width,
203
+ $kendo-inline-form-field-padding-x: $kendo-inline-form-field-padding-x,
204
+ $kendo-inline-form-field-padding-y: $kendo-inline-form-field-padding-y,
205
+ $kendo-label-optional-margin-x: $kendo-label-optional-margin-x,
206
+ $kendo-label-optional-font-size: $kendo-label-optional-font-size,
207
+ $kendo-label-optional-font-style: $kendo-label-optional-font-style,
208
+ $kendo-label-optional-font-weight: $kendo-label-optional-font-weight,
209
+ $kendo-fieldset-margin: $kendo-fieldset-margin,
210
+ $kendo-fieldset-legend-padding: $kendo-fieldset-legend-padding,
211
+ $kendo-fieldset-legend-margin: $kendo-fieldset-legend-margin,
212
+ $kendo-form-alert-error-margin: $kendo-form-alert-error-margin,
213
+ $kendo-form-field-info-margin: $kendo-form-field-info-margin,
214
+ $kendo-fieldset-legend-text: $kendo-fieldset-legend-text
215
+ );
@@ -0,0 +1,37 @@
1
+ // Dependencies
2
+ @use "../core/_index.scss" as *;
3
+ @use "../utils/_index.scss" as *;
4
+ @use "../button/_index.scss" as *;
5
+ @use "../input/_index.scss" as *;
6
+ @use "../validator/_index.scss" as *;
7
+ @use "../datetimepicker/_index.scss" as *;
8
+ @use "../numerictextbox/_index.scss" as *;
9
+ @use "../window/_index.scss" as *;
10
+ @use "../splitter/_index.scss" as *;
11
+ @use "../treelist/_index.scss" as *;
12
+ @use "../time-marker/_index.scss" as *;
13
+
14
+ // Component
15
+ @forward "./_variables.scss";
16
+ @use "./_layout.scss" as *;
17
+ @use "./_theme.scss" as *;
18
+
19
+ // Expose
20
+ @mixin kendo-gantt--styles() {
21
+ @include import-once( "gantt" ) {
22
+ @include core-styles();
23
+ @include kendo-button--styles();
24
+ @include kendo-input--styles();
25
+ @include kendo-validator--styles();
26
+ @include kendo-date-time-picker--styles();
27
+ @include kendo-numeric-textbox--styles();
28
+ @include kendo-window--styles();
29
+ @include kendo-splitter--styles();
30
+ @include kendo-treelist--styles();
31
+ @include kendo-time-marker--styles();
32
+ @include kendo-gantt--layout();
33
+ @include kendo-gantt--theme();
34
+ @include kendo-utils--typography--white-space();
35
+ @include kendo-utils--table--table-layout();
36
+ }
37
+ }
@@ -0,0 +1,16 @@
1
+ @use "@progress/kendo-theme-core/scss/components/gantt/_layout.scss" as *;
2
+ @use "./_variables.scss" as *;
3
+
4
+ @mixin kendo-gantt--layout() {
5
+ @include kendo-gantt--layout-base();
6
+
7
+ .k-gantt{
8
+ .k-splitbar {
9
+ border-inline: 1px solid $kendo-gantt-border;
10
+ }
11
+ .k-gantt-header,
12
+ .k-gantt-footer {
13
+ border-radius: 0;
14
+ }
15
+ }
16
+ }
@@ -0,0 +1,15 @@
1
+ @use "_variables.scss" as *;
2
+ @use "@progress/kendo-theme-core/scss/components/gantt/_theme.scss" as *;
3
+
4
+
5
+ @mixin kendo-gantt--theme() {
6
+ @include kendo-gantt--theme-base();
7
+
8
+ .k-gantt {
9
+ background-color: unset;
10
+
11
+ .k-gantt-content {
12
+ background-color: $kendo-gantt-bg;
13
+ }
14
+ }
15
+ }
@@ -0,0 +1,325 @@
1
+ @use "sass:math";
2
+ @use "../core/_index.scss" as *;
3
+ @use "../table/_variables.scss" as *;
4
+
5
+
6
+ // Gantt
7
+
8
+ /// The border width of the Gantt.
9
+ /// @group gantt
10
+ $kendo-gantt-border-width: 1px !default;
11
+ /// The border radius of the Gantt.
12
+ /// @group gantt
13
+ $kendo-gantt-border-radius: k-border-radius(xxl) !default;
14
+ /// The font family of the Gantt.
15
+ /// @group gantt
16
+ $kendo-gantt-font-family: var( --kendo-font-family, inherit ) !default;
17
+ /// The font size of the Gantt.
18
+ /// @group gantt
19
+ $kendo-gantt-font-size: var( --kendo-font-size, inherit ) !default;
20
+ /// The line height of the Gantt.
21
+ /// @group gantt
22
+ $kendo-gantt-line-height: var( --kendo-line-height, normal ) !default;
23
+
24
+ /// The background color of the Gantt.
25
+ /// @group gantt
26
+ $kendo-gantt-bg: k-color(surface-alt) !default;
27
+ /// The text color of the Gantt.
28
+ /// @group gantt
29
+ $kendo-gantt-text: k-color(on-app-surface) !default;
30
+ /// The border color of the Gantt.
31
+ /// @group gantt
32
+ $kendo-gantt-border: k-color(border) !default;
33
+
34
+ /// The background color of the Gantt TreeList.
35
+ /// @group gantt
36
+ $kendo-gantt-treelist-bg: null !default;
37
+ /// The text color of the Gantt TreeList.
38
+ /// @group gantt
39
+ $kendo-gantt-treelist-text: null !default;
40
+ /// The border color of the Gantt TreeList.
41
+ /// @group gantt
42
+ $kendo-gantt-treelist-border: null !default;
43
+
44
+ /// The background color of the Gantt non-working days.
45
+ /// @group gantt
46
+ $kendo-gantt-nonwork-bg: color-mix(in srgb, k-color(on-base) 3%, transparent) !default;
47
+ /// The text color of the Gantt non-working days.
48
+ /// @group gantt
49
+ $kendo-gantt-nonwork-text: null !default;
50
+ /// The border color of the Gantt non-working days.
51
+ /// @group gantt
52
+ $kendo-gantt-nonwork-border: null !default;
53
+
54
+ /// The size of the Gantt connecting lines.
55
+ /// @group gantt
56
+ $kendo-gantt-line-size: 2px !default;
57
+ /// The background fill color of the Gantt connecting lines.
58
+ /// @group gantt
59
+ $kendo-gantt-line-fill: k-color(on-base) !default;
60
+ /// The background fill of the selected Gantt connecting lines.
61
+ /// @group gantt
62
+ $kendo-gantt-line-selected-fill: k-color(secondary) !default;
63
+
64
+ /// The size of the Gantt task dot.
65
+ /// @group gantt
66
+ $kendo-gantt-dot-size: 8px !default;
67
+ /// The spacing of the Gantt task dot.
68
+ /// @group gantt
69
+ $kendo-gantt-dot-spacing: k-spacing(1) !default;
70
+ /// The background color of the Gantt task dot.
71
+ /// @group gantt
72
+ $kendo-gantt-dot-bg: $kendo-gantt-text !default;
73
+ /// The border color of the Gantt task dot.
74
+ /// @group gantt
75
+ $kendo-gantt-dot-border: null !default;
76
+ /// The background color of the hovered Gantt task dot.
77
+ /// @group gantt
78
+ $kendo-gantt-dot-hover-bg: $kendo-gantt-bg !default;
79
+ /// The border color of the hovered Gantt task dot.
80
+ /// @group gantt
81
+ $kendo-gantt-dot-hover-border: $kendo-gantt-text !default;
82
+
83
+ /// The background color of the Gantt milestone.
84
+ /// @group gantt
85
+ $kendo-gantt-milestone-bg: $kendo-gantt-text !default;
86
+ /// The border color of the Gantt milestone.
87
+ /// @group gantt
88
+ $kendo-gantt-milestone-border: $kendo-gantt-border !default;
89
+ /// The background color of the selected Gantt milestone.
90
+ /// @group gantt
91
+ $kendo-gantt-milestone-selected-bg: k-color(secondary) !default;
92
+ /// The border color of the selected Gantt milestone.
93
+ /// @group gantt
94
+ $kendo-gantt-milestone-selected-border: k-color(border) !default;
95
+
96
+ /// The background color of the Gantt summary.
97
+ /// @group gantt
98
+ $kendo-gantt-summary-bg: k-color(subtle) !default;
99
+ /// The background color of the Gantt summary progress.
100
+ /// @group gantt
101
+ $kendo-gantt-summary-progress-bg: k-color(on-base) !default;
102
+ /// The background color of the selected Gantt summary.
103
+ /// @group gantt
104
+ $kendo-gantt-summary-selected-bg: k-color(secondary-subtle) !default;
105
+ /// The background color of the selected Gantt summary progress.
106
+ /// @group gantt
107
+ $kendo-gantt-summary-progress-selected-bg: k-color(secondary) !default;
108
+
109
+ /// The border width of the Gantt task.
110
+ /// @group gantt
111
+ $kendo-gantt-task-border-width: 0px !default;
112
+ /// The horizontal padding of the Gantt task.
113
+ /// @group gantt
114
+ $kendo-gantt-task-padding-x: k-spacing(2) !default;
115
+ /// The vertical padding of the Gantt task.
116
+ /// @group gantt
117
+ $kendo-gantt-task-padding-y: k-spacing(1) !default;
118
+ /// The background color of the Gantt task.
119
+ /// @group gantt
120
+ $kendo-gantt-task-bg: k-color(subtle) !default;
121
+ /// The text color of the Gantt task.
122
+ /// @group gantt
123
+ $kendo-gantt-task-text: k-color(base) !default;
124
+ /// The border color of the Gantt task.
125
+ /// @group gantt
126
+ $kendo-gantt-task-border: null !default;
127
+ /// The background color of the Gantt task progress.
128
+ /// @group gantt
129
+ $kendo-gantt-task-progress-bg: k-color(on-base) !default;
130
+ /// The background color of selected the Gantt task.
131
+ /// @group gantt
132
+ $kendo-gantt-task-selected-bg: k-color(secondary) !default;
133
+ /// The text color of the selected Gantt task.
134
+ /// @group gantt
135
+ $kendo-gantt-task-selected-text: k-color(on-secondary) !default;
136
+ /// The border color of the selected Gantt task.
137
+ /// @group gantt
138
+ $kendo-gantt-task-selected-border: null !default;
139
+ /// The background color of the selected Gantt task progress.
140
+ /// @group gantt
141
+ $kendo-gantt-task-progress-selected-bg: k-color(secondary-active) !default;
142
+
143
+ /// The padding of the Gantt task actions.
144
+ /// @group gantt
145
+ $kendo-gantt-task-actions-padding: k-spacing(0.5) !default;
146
+
147
+ /// The vertical margin of the Gantt task planned line.
148
+ /// @group gantt
149
+ $kendo-gantt-planned-margin-y: .35em !default;
150
+ /// The border width of the Gantt task planned line.
151
+ /// @group gantt
152
+ $kendo-gantt-planned-border-width: 2px !default;
153
+ /// The line height of the Gantt task planned line.
154
+ /// @group gantt
155
+ $kendo-gantt-planned-line-height: .75em !default;
156
+
157
+ /// The vertical margin of the Gantt planned dependencies.
158
+ /// @group gantt
159
+ $kendo-gantt-planned-dependency-margin-y: .55em !default;
160
+
161
+ /// The default width of the Gantt planned line dot.
162
+ /// @group gantt
163
+ $kendo-gantt-planned-moment-width: 6px !default;
164
+ /// The default height of the Gantt planned line dot.
165
+ /// @group gantt
166
+ $kendo-gantt-planned-moment-height: $kendo-gantt-planned-moment-width !default;
167
+ /// The border radius of the Gantt planned line dot.
168
+ /// @group gantt
169
+ $kendo-gantt-planned-moment-border-radius: calc( ( #{$kendo-gantt-planned-border-width * 2} + #{$kendo-gantt-planned-moment-width} ) / 2 ) !default;
170
+ /// The horizontal margin of the Gantt planned line dot.
171
+ /// @group gantt
172
+ $kendo-gantt-planned-moment-left-margin-x: calc( #{math.div( $kendo-gantt-planned-border-width, 2 )} - #{$kendo-gantt-planned-moment-border-radius} ) !default;
173
+ /// The horizontal margin of the Gantt milestone planned line dot.
174
+ /// @group gantt
175
+ $kendo-gantt-planned-milestone-moment-margin-x: math.div( $kendo-gantt-planned-moment-width, 2 ) !default;
176
+
177
+ /// The default height of the Gantt planned line.
178
+ /// @group gantt
179
+ $kendo-gantt-planned-duration-height: $kendo-gantt-planned-border-width !default;
180
+ /// The height of the hovered Gantt planned line.
181
+ /// @group gantt
182
+ $kendo-gantt-planned-duration-hover-height: calc( #{$kendo-gantt-planned-border-width} + 1px ) !default;
183
+
184
+ /// The top position of the Gantt drag hint.
185
+ /// @group gantt
186
+ $kendo-gantt-planned-single-drag-hint-top: 0 !default;
187
+ /// The top position of the Gantt summary drag hint.
188
+ /// @group gantt
189
+ $kendo-gantt-planned-summary-drag-hint-top: .5em !default;
190
+ /// The top position of the Gantt planned milestone drag hint.
191
+ /// @group gantt
192
+ $kendo-gantt-planned-milestone-drag-hint-top: .3em !default;
193
+
194
+ /// The horizontal offset of the Gantt delayed task resize handler.
195
+ /// @group gantt
196
+ $kendo-gantt-planned-offset-resize-handler-margin-x: 1.4em !default;
197
+
198
+ /// The background color of the Gantt planned Tooltip.
199
+ /// @group gantt
200
+ $kendo-gantt-planned-bg: k-color(primary) !default;
201
+ /// The border color of the Gantt planned Tooltip.
202
+ /// @group gantt
203
+ $kendo-gantt-planned-border: $kendo-gantt-planned-bg !default;
204
+
205
+ /// The background color of the Gantt delayed task.
206
+ /// @group gantt
207
+ $kendo-gantt-delayed-bg: k-color(error) !default;
208
+ /// The complement background color of the Gantt delayed task.
209
+ /// @group gantt
210
+ $kendo-gantt-delayed-bg-lighter: k-color(error-emphasis) !default;
211
+
212
+ /// The background color of the Gantt advanced task.
213
+ /// @group gantt
214
+ $kendo-gantt-advanced-bg: k-color(success) !default;
215
+ /// The complement background color of the Gantt advanced task.
216
+ /// @group gantt
217
+ $kendo-gantt-advanced-bg-lighter: k-color(success-emphasis) !default;
218
+
219
+ /// The text color of the Gantt delayed task action.
220
+ /// @group gantt
221
+ $kendo-gantt-action-on-offset-text: #000000 !default;
222
+ /// The top position of the Gantt delayed task resize handler.
223
+ /// @group gantt
224
+ $kendo-gantt-offset-resize-handler-top: 50% !default;
225
+
226
+ /// The default width of the Gantt validation Tooltip.
227
+ /// @group gantt
228
+ $kendo-gantt-validation-tooltip-width: 200px !default;
229
+ /// The default width of the Gantt validation Tooltip label.
230
+ /// @group gantt
231
+ $kendo-gantt-validation-tooltip-label-width: 50px !default;
232
+ /// The border color of the Gantt validation Tooltip.
233
+ /// @group gantt
234
+ $kendo-gantt-validation-tooltip-border: k-color(inverse-emphasis) !default;
235
+ /// The border color of the valid Gantt validation Tooltip.
236
+ /// @group gantt
237
+ $kendo-gantt-validation-tooltip-valid-border: k-color(success-emphasis) !default;
238
+ /// The border color of the invalid Gantt validation Tooltip.
239
+ /// @group gantt
240
+ $kendo-gantt-validation-tooltip-invalid-border: k-color(error-emphasis) !default;
241
+
242
+ /// The horizontal padding of the Gantt task Tooltip.
243
+ /// @group gantt
244
+ $kendo-gantt-task-tooltip-padding-x: k-spacing(2) !default;
245
+ /// The vertical padding of the Gantt task Tooltip.
246
+ /// @group gantt
247
+ $kendo-gantt-task-tooltip-padding-y: k-spacing(1) !default;
248
+
249
+
250
+
251
+ @forward "@progress/kendo-theme-core/scss/components/gantt/_variables.scss" with (
252
+ $kendo-gantt-border-width: $kendo-gantt-border-width,
253
+ $kendo-gantt-border-radius: $kendo-gantt-border-radius,
254
+ $kendo-gantt-font-family: $kendo-gantt-font-family,
255
+ $kendo-gantt-font-size: $kendo-gantt-font-size,
256
+ $kendo-gantt-line-height: $kendo-gantt-line-height,
257
+ $kendo-gantt-bg: $kendo-gantt-bg,
258
+ $kendo-gantt-text: $kendo-gantt-text,
259
+ $kendo-gantt-border: $kendo-gantt-border,
260
+ $kendo-gantt-treelist-bg: $kendo-gantt-treelist-bg,
261
+ $kendo-gantt-treelist-text: $kendo-gantt-treelist-text,
262
+ $kendo-gantt-treelist-border: $kendo-gantt-treelist-border,
263
+ $kendo-gantt-nonwork-bg: $kendo-gantt-nonwork-bg,
264
+ $kendo-gantt-nonwork-text: $kendo-gantt-nonwork-text,
265
+ $kendo-gantt-nonwork-border: $kendo-gantt-nonwork-border,
266
+ $kendo-gantt-line-size: $kendo-gantt-line-size,
267
+ $kendo-gantt-line-fill: $kendo-gantt-line-fill,
268
+ $kendo-gantt-line-selected-fill: $kendo-gantt-line-selected-fill,
269
+ $kendo-gantt-dot-size: $kendo-gantt-dot-size,
270
+ $kendo-gantt-dot-spacing: $kendo-gantt-dot-spacing,
271
+ $kendo-gantt-dot-bg: $kendo-gantt-dot-bg,
272
+ $kendo-gantt-dot-border: $kendo-gantt-dot-border,
273
+ $kendo-gantt-dot-hover-bg: $kendo-gantt-dot-hover-bg,
274
+ $kendo-gantt-dot-hover-border: $kendo-gantt-dot-hover-border,
275
+ $kendo-gantt-milestone-bg: $kendo-gantt-milestone-bg,
276
+ $kendo-gantt-milestone-border: $kendo-gantt-milestone-border,
277
+ $kendo-gantt-milestone-selected-bg: $kendo-gantt-milestone-selected-bg,
278
+ $kendo-gantt-milestone-selected-border: $kendo-gantt-milestone-selected-border,
279
+ $kendo-gantt-summary-bg: $kendo-gantt-summary-bg,
280
+ $kendo-gantt-summary-progress-bg: $kendo-gantt-summary-progress-bg,
281
+ $kendo-gantt-summary-selected-bg: $kendo-gantt-summary-selected-bg,
282
+ $kendo-gantt-summary-progress-selected-bg: $kendo-gantt-summary-progress-selected-bg,
283
+ $kendo-gantt-task-border-width: $kendo-gantt-task-border-width,
284
+ $kendo-gantt-task-padding-x: $kendo-gantt-task-padding-x,
285
+ $kendo-gantt-task-padding-y: $kendo-gantt-task-padding-y,
286
+ $kendo-gantt-task-bg: $kendo-gantt-task-bg,
287
+ $kendo-gantt-task-text: $kendo-gantt-task-text,
288
+ $kendo-gantt-task-border: $kendo-gantt-task-border,
289
+ $kendo-gantt-task-progress-bg: $kendo-gantt-task-progress-bg,
290
+ $kendo-gantt-task-selected-bg: $kendo-gantt-task-selected-bg,
291
+ $kendo-gantt-task-selected-text: $kendo-gantt-task-selected-text,
292
+ $kendo-gantt-task-selected-border: $kendo-gantt-task-selected-border,
293
+ $kendo-gantt-task-progress-selected-bg: $kendo-gantt-task-progress-selected-bg,
294
+ $kendo-gantt-task-actions-padding: $kendo-gantt-task-actions-padding,
295
+ $kendo-gantt-planned-margin-y: $kendo-gantt-planned-margin-y,
296
+ $kendo-gantt-planned-border-width: $kendo-gantt-planned-border-width,
297
+ $kendo-gantt-planned-line-height: $kendo-gantt-planned-line-height,
298
+ $kendo-gantt-planned-dependency-margin-y: $kendo-gantt-planned-dependency-margin-y,
299
+ $kendo-gantt-planned-moment-width: $kendo-gantt-planned-moment-width,
300
+ $kendo-gantt-planned-moment-height: $kendo-gantt-planned-moment-height,
301
+ $kendo-gantt-planned-moment-border-radius: $kendo-gantt-planned-moment-border-radius,
302
+ $kendo-gantt-planned-moment-left-margin-x: $kendo-gantt-planned-moment-left-margin-x,
303
+ $kendo-gantt-planned-milestone-moment-margin-x: $kendo-gantt-planned-milestone-moment-margin-x,
304
+ $kendo-gantt-planned-duration-height: $kendo-gantt-planned-duration-height,
305
+ $kendo-gantt-planned-duration-hover-height: $kendo-gantt-planned-duration-hover-height,
306
+ $kendo-gantt-planned-single-drag-hint-top: $kendo-gantt-planned-single-drag-hint-top,
307
+ $kendo-gantt-planned-summary-drag-hint-top: $kendo-gantt-planned-summary-drag-hint-top,
308
+ $kendo-gantt-planned-milestone-drag-hint-top: $kendo-gantt-planned-milestone-drag-hint-top,
309
+ $kendo-gantt-planned-offset-resize-handler-margin-x: $kendo-gantt-planned-offset-resize-handler-margin-x,
310
+ $kendo-gantt-planned-bg: $kendo-gantt-planned-bg,
311
+ $kendo-gantt-planned-border: $kendo-gantt-planned-border,
312
+ $kendo-gantt-delayed-bg: $kendo-gantt-delayed-bg,
313
+ $kendo-gantt-delayed-bg-lighter: $kendo-gantt-delayed-bg-lighter,
314
+ $kendo-gantt-advanced-bg: $kendo-gantt-advanced-bg,
315
+ $kendo-gantt-advanced-bg-lighter: $kendo-gantt-advanced-bg-lighter,
316
+ $kendo-gantt-action-on-offset-text: $kendo-gantt-action-on-offset-text,
317
+ $kendo-gantt-offset-resize-handler-top: $kendo-gantt-offset-resize-handler-top,
318
+ $kendo-gantt-validation-tooltip-width: $kendo-gantt-validation-tooltip-width,
319
+ $kendo-gantt-validation-tooltip-label-width: $kendo-gantt-validation-tooltip-label-width,
320
+ $kendo-gantt-validation-tooltip-border: $kendo-gantt-validation-tooltip-border,
321
+ $kendo-gantt-validation-tooltip-valid-border: $kendo-gantt-validation-tooltip-valid-border,
322
+ $kendo-gantt-validation-tooltip-invalid-border: $kendo-gantt-validation-tooltip-invalid-border,
323
+ $kendo-gantt-task-tooltip-padding-x: $kendo-gantt-task-tooltip-padding-x,
324
+ $kendo-gantt-task-tooltip-padding-y: $kendo-gantt-task-tooltip-padding-y
325
+ );
@@ -0,0 +1,68 @@
1
+ // Dependencies
2
+ @use "../core/_index.scss" as *;
3
+ @use "../utils/_index.scss" as *;
4
+ @use "../adaptive/_index.scss" as *;
5
+ @use "../progressbar/_index.scss" as *;
6
+ @use "../button/_index.scss" as *;
7
+ @use "../action-buttons/_index.scss" as *;
8
+ @use "../toolbar/_index.scss" as *;
9
+ @use "../input/_index.scss" as *;
10
+ @use "../textbox/_index.scss" as *;
11
+ @use "../checkbox/_index.scss" as *;
12
+ @use "../radio/_index.scss" as *;
13
+ @use "../validator/_index.scss" as *;
14
+ @use "../autocomplete/_index.scss" as *;
15
+ @use "../datetimepicker/_index.scss" as *;
16
+ @use "../dropdownlist/_index.scss" as *;
17
+ @use "../numerictextbox/_index.scss" as *;
18
+ @use "../menu/_index.scss" as *;
19
+ @use "../dialog/_index.scss" as *;
20
+ @use "../pager/_index.scss" as *;
21
+ @use "../chip/_index.scss" as *;
22
+ @use "../skeleton/_index.scss" as *;
23
+ @use "../list/_index.scss" as *;
24
+ @use "../table/_index.scss" as *;
25
+ @use "../tabstrip/_index.scss" as *;
26
+ @use "../column-menu/_index.scss" as *;
27
+ @use "../smart-box/_index.scss" as *;
28
+
29
+ // Component
30
+ @forward "./_variables.scss";
31
+ @use "./_layout.scss" as *;
32
+ @use "./_theme.scss" as *;
33
+
34
+ // Expose
35
+ @mixin kendo-grid--styles() {
36
+ @include import-once( "grid" ) {
37
+ @include core-styles();
38
+ @include kendo-adaptive--styles();
39
+ @include kendo-progressbar--styles();
40
+ @include kendo-button--styles();
41
+ @include kendo-action-buttons--styles();
42
+ @include kendo-toolbar--styles();
43
+ @include kendo-input--styles();
44
+ @include kendo-textbox--styles();
45
+ @include kendo-checkbox--styles();
46
+ @include kendo-radio--styles();
47
+ @include kendo-validator--styles();
48
+ @include kendo-autocomplete--styles();
49
+ @include kendo-date-time-picker--styles();
50
+ @include kendo-dropdown-list--styles();
51
+ @include kendo-numeric-textbox--styles();
52
+ @include kendo-menu--styles();
53
+ @include kendo-dialog--styles();
54
+ @include kendo-pager--styles();
55
+ @include kendo-chip--styles();
56
+ @include kendo-skeleton--styles();
57
+ @include kendo-list--styles();
58
+ @include kendo-table--styles();
59
+ @include kendo-tabstrip--styles();
60
+ @include kendo-smart-box--styles();
61
+ @include kendo-grid--layout();
62
+ @include kendo-grid--theme();
63
+ @include kendo-utils--interactivity--touch-action();
64
+ @include kendo-utils--interactivity--user-select();
65
+ @include kendo-utils--interactivity--cursor();
66
+ @include kendo-utils--layout--display();
67
+ }
68
+ }