@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,398 @@
1
+ @use "../core/_index.scss" as *;
2
+
3
+
4
+ // Switch
5
+
6
+ /// The default size of the Switch.
7
+ /// @group switch
8
+ /// @role default
9
+ $kendo-switch-default-size: "md" !default;
10
+ /// The default border radius of the Switch track.
11
+ /// @group switch
12
+ /// @role default
13
+ $kendo-switch-default-track-roundness: "full" !default;
14
+ /// The default border radius of the Switch thumb.
15
+ /// @group switch
16
+ /// @role default
17
+ $kendo-switch-default-thumb-roundness: "full" !default;
18
+
19
+ /// The font family of the Switch.
20
+ /// @group switch
21
+ $kendo-switch-font-family: null !default;
22
+
23
+ /// The border width of the Switch track.
24
+ /// @group switch
25
+ $kendo-switch-track-border-width: 0 !default;
26
+
27
+ /// The border width of the Switch thumb.
28
+ /// @group switch
29
+ $kendo-switch-thumb-border-width: 0 !default;
30
+
31
+ /// The text transform of the Switch label.
32
+ /// @group switch
33
+ $kendo-switch-label-text-transform: uppercase !default;
34
+
35
+ /// The display of the Switch label.
36
+ /// @group switch
37
+ $kendo-switch-label-display: inline !default;
38
+
39
+ /// The font size of the small Switch.
40
+ /// @group switch
41
+ $kendo-switch-sm-font-size: var( --kendo-font-size-xs, inherit ) !default;
42
+ /// The track width of the small Switch.
43
+ /// @group switch
44
+ $kendo-switch-sm-track-width: 52px !default;
45
+ /// The track height of the small Switch.
46
+ /// @group switch
47
+ $kendo-switch-sm-track-height: 26px !default;
48
+ /// The thumb width of the small Switch.
49
+ /// @group switch
50
+ $kendo-switch-sm-thumb-width: 22px !default;
51
+ /// The thumb height of the small Switch.
52
+ /// @group switch
53
+ $kendo-switch-sm-thumb-height: 22px !default;
54
+ /// The thumb offset of the small Switch.
55
+ /// @group switch
56
+ $kendo-switch-sm-thumb-offset: 2px !default;
57
+ /// The label offset of the small Switch.
58
+ /// @group switch
59
+ $kendo-switch-sm-label-offset: 6px !default;
60
+
61
+ /// The font size of the medium Switch.
62
+ /// @group switch
63
+ $kendo-switch-md-font-size: var( --kendo-font-size-xs, inherit ) !default;
64
+ /// The track width of the medium Switch.
65
+ /// @group switch
66
+ $kendo-switch-md-track-width: 60px !default;
67
+ /// The track height of the medium Switch.
68
+ /// @group switch
69
+ $kendo-switch-md-track-height: 30px !default;
70
+ /// The thumb width of the medium Switch.
71
+ /// @group switch
72
+ $kendo-switch-md-thumb-width: 26px !default;
73
+ /// The thumb height of the medium Switch.
74
+ /// @group switch
75
+ $kendo-switch-md-thumb-height: 26px !default;
76
+ /// The thumb offset of the medium Switch.
77
+ /// @group switch
78
+ $kendo-switch-md-thumb-offset: 2px !default;
79
+ /// The label offset of the medium Switch.
80
+ /// @group switch
81
+ $kendo-switch-md-label-offset: 8px !default;
82
+
83
+ /// The font size of the large Switch.
84
+ /// @group switch
85
+ $kendo-switch-lg-font-size: var( --kendo-font-size-sm, inherit ) !default;
86
+ /// The track width of the large Switch.
87
+ /// @group switch
88
+ $kendo-switch-lg-track-width: 72px !default;
89
+ /// The track height of the large Switch.
90
+ /// @group switch
91
+ $kendo-switch-lg-track-height: 36px !default;
92
+ /// The thumb width of the large Switch.
93
+ /// @group switch
94
+ $kendo-switch-lg-thumb-width: 32px !default;
95
+ /// The thumb height of the large Switch.
96
+ /// @group switch
97
+ $kendo-switch-lg-thumb-height: 32px !default;
98
+ /// The thumb offset of the large Switch.
99
+ /// @group switch
100
+ $kendo-switch-lg-thumb-offset: 2px !default;
101
+ /// The label offset of the large Switch.
102
+ /// @group switch
103
+ $kendo-switch-lg-label-offset: 8px !default;
104
+
105
+ /// The background of the track when the Switch is not checked.
106
+ /// @group switch
107
+ $kendo-switch-off-track-bg: k-color(base) !default;
108
+ /// The text color of the track when the Switch is not checked.
109
+ /// @group switch
110
+ $kendo-switch-off-track-text: k-color(on-app-surface) !default;
111
+ /// The border color of the track when the Switch is not checked.
112
+ /// @group switch
113
+ $kendo-switch-off-track-border: k-color(border) !default;
114
+ /// The background gradient of the track when the Switch is not checked.
115
+ /// @group switch
116
+ $kendo-switch-off-track-gradient: null !default;
117
+
118
+ /// The background of the track when the hovered Switch is not checked.
119
+ /// @group switch
120
+ $kendo-switch-off-track-hover-bg: k-color(base-hover) !default;
121
+ /// The text color of the track when the hovered Switch is not checked.
122
+ /// @group switch
123
+ $kendo-switch-off-track-hover-text: null !default;
124
+ /// The border color of the track when the hovered Switch is not checked.
125
+ /// @group switch
126
+ $kendo-switch-off-track-hover-border: null !default;
127
+ /// The background gradient of the track when the hovered Switch is not checked.
128
+ /// @group switch
129
+ $kendo-switch-off-track-hover-gradient: null !default;
130
+
131
+ /// The background of the track when the focused Switch is not checked.
132
+ /// @group switch
133
+ $kendo-switch-off-track-focus-bg: null !default;
134
+ /// The text color of the track when the focused Switch is not checked.
135
+ /// @group switch
136
+ $kendo-switch-off-track-focus-text: null !default;
137
+ /// The border color of the track when the focused Switch is not checked.
138
+ /// @group switch
139
+ $kendo-switch-off-track-focus-border: null !default;
140
+ /// The background gradient of the track when the focused Switch is not checked.
141
+ /// @group switch
142
+ $kendo-switch-off-track-focus-gradient: null !default;
143
+ /// The ring around the track when the focused Switch is not checked.
144
+ /// @group switch
145
+ $kendo-switch-off-track-focus-ring: none !default;
146
+
147
+ /// The background of the track when the disabled Switch is not checked.
148
+ /// @group switch
149
+ $kendo-switch-off-track-disabled-bg: null !default;
150
+ /// The text color of the track when the disabled Switch is not checked.
151
+ /// @group switch
152
+ $kendo-switch-off-track-disabled-text: null !default;
153
+ /// The border color of the track when the disabled Switch is not checked.
154
+ /// @group switch
155
+ $kendo-switch-off-track-disabled-border: null !default;
156
+ /// The background gradient of the track when the disabled Switch is not checked.
157
+ /// @group switch
158
+ $kendo-switch-off-track-disabled-gradient: null !default;
159
+
160
+ /// The background of the thumb when the Switch is not checked.
161
+ /// @group switch
162
+ $kendo-switch-off-thumb-bg: k-color(surface-alt) !default;
163
+ /// The text color of the thumb when the Switch is not checked.
164
+ /// @group switch
165
+ $kendo-switch-off-thumb-text: k-color(on-app-surface) !default;
166
+ /// The border color of the thumb when the Switch is not checked.
167
+ /// @group switch
168
+ $kendo-switch-off-thumb-border: null !default;
169
+ /// The background gradient of the thumb when the Switch is not checked.
170
+ /// @group switch
171
+ $kendo-switch-off-thumb-gradient: null !default;
172
+ /// The box-shadow of the thumb when the Switch is not checked.
173
+ /// @group switch
174
+ $kendo-switch-off-thumb-shadow: 0 0 2px rgba(0, 0, 0, 0.16) !default;
175
+
176
+ /// The background of the thumb when the hovered Switch is not checked.
177
+ /// @group switch
178
+ $kendo-switch-off-thumb-hover-bg: null !default;
179
+ /// The text color of the thumb when the hovered Switch is not checked.
180
+ /// @group switch
181
+ $kendo-switch-off-thumb-hover-text: null !default;
182
+ /// The border color of the thumb when the hovered Switch is not checked.
183
+ /// @group switch
184
+ $kendo-switch-off-thumb-hover-border: null !default;
185
+ /// The background gradient of the thumb when the hovered Switch is not checked.
186
+ /// @group switch
187
+ $kendo-switch-off-thumb-hover-gradient: null !default;
188
+
189
+ /// The background of the thumb when the disabled Switch is not checked.
190
+ /// @group switch
191
+ $kendo-switch-off-thumb-disabled-bg: null !default;
192
+ /// The text color of the thumb when the disabled Switch is not checked.
193
+ /// @group switch
194
+ $kendo-switch-off-thumb-disabled-text: null !default;
195
+ /// The border color of the thumb when the disabled Switch is not checked.
196
+ /// @group switch
197
+ $kendo-switch-off-thumb-disabled-border: null !default;
198
+ /// The background gradient of the thumb when the disabled Switch is not checked.
199
+ /// @group switch
200
+ $kendo-switch-off-thumb-disabled-gradient: null !default;
201
+
202
+
203
+ /// The background of the track when the Switch is checked.
204
+ /// @group switch
205
+ $kendo-switch-on-track-bg: k-color(secondary) !default;
206
+ /// The text color of the track when the Switch is checked.
207
+ /// @group switch
208
+ $kendo-switch-on-track-text: k-color(on-secondary) !default;
209
+ /// The border color of the track when the Switch is checked.
210
+ /// @group switch
211
+ $kendo-switch-on-track-border: $kendo-switch-on-track-bg !default;
212
+ /// The background gradient of the track when the Switch is checked.
213
+ /// @group switch
214
+ $kendo-switch-on-track-gradient: null !default;
215
+
216
+ /// The background of the track when the hovered Switch is checked.
217
+ /// @group switch
218
+ $kendo-switch-on-track-hover-bg: k-color(secondary-hover) !default;
219
+ /// The text color of the track when the hovered Switch is checked.
220
+ /// @group switch
221
+ $kendo-switch-on-track-hover-text: null !default;
222
+ /// The border color of the track when the hovered Switch is checked.
223
+ /// @group switch
224
+ $kendo-switch-on-track-hover-border: null !default;
225
+ /// The background gradient of the track when the hovered Switch is checked.
226
+ /// @group switch
227
+ $kendo-switch-on-track-hover-gradient: null !default;
228
+
229
+ /// The background of the track when the focused Switch is checked.
230
+ /// @group switch
231
+ $kendo-switch-on-track-focus-bg: null !default;
232
+ /// The text color of the track when the focused Switch is checked.
233
+ /// @group switch
234
+ $kendo-switch-on-track-focus-text: null !default;
235
+ /// The border color of the track when the focused Switch is checked.
236
+ /// @group switch
237
+ $kendo-switch-on-track-focus-border: null !default;
238
+ /// The background gradient of the track when the focused Switch is checked.
239
+ /// @group switch
240
+ $kendo-switch-on-track-focus-gradient: null !default;
241
+ /// The ring around the track when the focused Switch is checked.
242
+ /// @group switch
243
+ $kendo-switch-on-track-focus-ring: none !default;
244
+
245
+ /// The background of the track when the disabled Switch is checked.
246
+ /// @group switch
247
+ $kendo-switch-on-track-disabled-bg: null !default;
248
+ /// The text color of the track when the disabled Switch is checked.
249
+ /// @group switch
250
+ $kendo-switch-on-track-disabled-text: null !default;
251
+ /// The border color of the track when the disabled Switch is checked.
252
+ /// @group switch
253
+ $kendo-switch-on-track-disabled-border: null !default;
254
+ /// The background gradient of the track when the disabled Switch is checked.
255
+ /// @group switch
256
+ $kendo-switch-on-track-disabled-gradient: null !default;
257
+
258
+ /// The background of the thumb when the Switch is checked.
259
+ /// @group switch
260
+ $kendo-switch-on-thumb-bg: k-color(surface-alt) !default;
261
+ /// The text color of the thumb when the Switch is checked.
262
+ /// @group switch
263
+ $kendo-switch-on-thumb-text: k-color(on-app-surface) !default;
264
+ /// The border color of the thumb when the Switch is checked.
265
+ /// @group switch
266
+ $kendo-switch-on-thumb-border: null !default;
267
+ /// The background gradient of the thumb when the Switch is checked.
268
+ /// @group switch
269
+ $kendo-switch-on-thumb-gradient: null !default;
270
+ /// The box-shadow of the thumb when the Switch is checked.
271
+ /// @group switch
272
+ $kendo-switch-on-thumb-shadow: 0 0 2px rgba(0, 0, 0, 0.16) !default;
273
+
274
+ /// The background of the thumb when the hovered Switch is checked.
275
+ /// @group switch
276
+ $kendo-switch-on-thumb-hover-bg: null !default;
277
+ /// The text color of the thumb when the hovered Switch is checked.
278
+ /// @group switch
279
+ $kendo-switch-on-thumb-hover-text: null !default;
280
+ /// The border color of the thumb when the hovered Switch is checked.
281
+ /// @group switch
282
+ $kendo-switch-on-thumb-hover-border: null !default;
283
+ /// The background gradient of the thumb when the hovered Switch is checked.
284
+ /// @group switch
285
+ $kendo-switch-on-thumb-hover-gradient: null !default;
286
+
287
+ /// The background of the thumb when the disabled Switch is checked.
288
+ /// @group switch
289
+ $kendo-switch-on-thumb-disabled-bg: null !default;
290
+ /// The text color of the thumb when the disabled Switch is checked.
291
+ /// @group switch
292
+ $kendo-switch-on-thumb-disabled-text: null !default;
293
+ /// The border color of the thumb when the disabled Switch is checked.
294
+ /// @group switch
295
+ $kendo-switch-on-thumb-disabled-border: null !default;
296
+ /// The background gradient of the thumb when the disabled Switch is checked.
297
+ /// @group switch
298
+ $kendo-switch-on-thumb-disabled-gradient: null !default;
299
+
300
+ /// The outline color of the focused Switch track.
301
+ /// @group switch
302
+ $kendo-switch-focus-outline-color: k-color(subtle) !default;
303
+ /// The outline width of the focused Switch track.
304
+ /// @group switch
305
+ $kendo-switch-focus-outline-width: 1px !default;
306
+ /// The outline offset of the focused Switch track.
307
+ /// @group switch
308
+ $kendo-switch-focus-outline-offset: 1px !default;
309
+
310
+ @forward "@progress/kendo-theme-core/scss/components/switch/_variables.scss" with (
311
+ $kendo-switch-default-size: $kendo-switch-default-size,
312
+ $kendo-switch-default-track-roundness: $kendo-switch-default-track-roundness,
313
+ $kendo-switch-default-thumb-roundness: $kendo-switch-default-thumb-roundness,
314
+ $kendo-switch-font-family: $kendo-switch-font-family,
315
+ $kendo-switch-track-border-width: $kendo-switch-track-border-width,
316
+ $kendo-switch-thumb-border-width: $kendo-switch-thumb-border-width,
317
+ $kendo-switch-label-text-transform: $kendo-switch-label-text-transform,
318
+ $kendo-switch-label-display: $kendo-switch-label-display,
319
+ $kendo-switch-sm-font-size: $kendo-switch-sm-font-size,
320
+ $kendo-switch-sm-track-width: $kendo-switch-sm-track-width,
321
+ $kendo-switch-sm-track-height: $kendo-switch-sm-track-height,
322
+ $kendo-switch-sm-thumb-width: $kendo-switch-sm-thumb-width,
323
+ $kendo-switch-sm-thumb-height: $kendo-switch-sm-thumb-height,
324
+ $kendo-switch-sm-thumb-offset: $kendo-switch-sm-thumb-offset,
325
+ $kendo-switch-sm-label-offset: $kendo-switch-sm-label-offset,
326
+ $kendo-switch-md-font-size: $kendo-switch-md-font-size,
327
+ $kendo-switch-md-track-width: $kendo-switch-md-track-width,
328
+ $kendo-switch-md-track-height: $kendo-switch-md-track-height,
329
+ $kendo-switch-md-thumb-width: $kendo-switch-md-thumb-width,
330
+ $kendo-switch-md-thumb-height: $kendo-switch-md-thumb-height,
331
+ $kendo-switch-md-thumb-offset: $kendo-switch-md-thumb-offset,
332
+ $kendo-switch-md-label-offset: $kendo-switch-md-label-offset,
333
+ $kendo-switch-lg-font-size: $kendo-switch-lg-font-size,
334
+ $kendo-switch-lg-track-width: $kendo-switch-lg-track-width,
335
+ $kendo-switch-lg-track-height: $kendo-switch-lg-track-height,
336
+ $kendo-switch-lg-thumb-width: $kendo-switch-lg-thumb-width,
337
+ $kendo-switch-lg-thumb-height: $kendo-switch-lg-thumb-height,
338
+ $kendo-switch-lg-thumb-offset: $kendo-switch-lg-thumb-offset,
339
+ $kendo-switch-lg-label-offset: $kendo-switch-lg-label-offset,
340
+ $kendo-switch-off-track-bg: $kendo-switch-off-track-bg,
341
+ $kendo-switch-off-track-text: $kendo-switch-off-track-text,
342
+ $kendo-switch-off-track-border: $kendo-switch-off-track-border,
343
+ $kendo-switch-off-track-gradient: $kendo-switch-off-track-gradient,
344
+ $kendo-switch-off-track-hover-bg: $kendo-switch-off-track-hover-bg,
345
+ $kendo-switch-off-track-hover-text: $kendo-switch-off-track-hover-text,
346
+ $kendo-switch-off-track-hover-border: $kendo-switch-off-track-hover-border,
347
+ $kendo-switch-off-track-hover-gradient: $kendo-switch-off-track-hover-gradient,
348
+ $kendo-switch-off-track-focus-bg: $kendo-switch-off-track-focus-bg,
349
+ $kendo-switch-off-track-focus-text: $kendo-switch-off-track-focus-text,
350
+ $kendo-switch-off-track-focus-border: $kendo-switch-off-track-focus-border,
351
+ $kendo-switch-off-track-focus-gradient: $kendo-switch-off-track-focus-gradient,
352
+ $kendo-switch-off-track-focus-ring: $kendo-switch-off-track-focus-ring,
353
+ $kendo-switch-off-track-disabled-bg: $kendo-switch-off-track-disabled-bg,
354
+ $kendo-switch-off-track-disabled-text: $kendo-switch-off-track-disabled-text,
355
+ $kendo-switch-off-track-disabled-border: $kendo-switch-off-track-disabled-border,
356
+ $kendo-switch-off-track-disabled-gradient: $kendo-switch-off-track-disabled-gradient,
357
+ $kendo-switch-off-thumb-bg: $kendo-switch-off-thumb-bg,
358
+ $kendo-switch-off-thumb-text: $kendo-switch-off-thumb-text,
359
+ $kendo-switch-off-thumb-border: $kendo-switch-off-thumb-border,
360
+ $kendo-switch-off-thumb-gradient: $kendo-switch-off-thumb-gradient,
361
+ $kendo-switch-off-thumb-hover-bg: $kendo-switch-off-thumb-hover-bg,
362
+ $kendo-switch-off-thumb-hover-text: $kendo-switch-off-thumb-hover-text,
363
+ $kendo-switch-off-thumb-hover-border: $kendo-switch-off-thumb-hover-border,
364
+ $kendo-switch-off-thumb-hover-gradient: $kendo-switch-off-thumb-hover-gradient,
365
+ $kendo-switch-off-thumb-disabled-bg: $kendo-switch-off-thumb-disabled-bg,
366
+ $kendo-switch-off-thumb-disabled-text: $kendo-switch-off-thumb-disabled-text,
367
+ $kendo-switch-off-thumb-disabled-border: $kendo-switch-off-thumb-disabled-border,
368
+ $kendo-switch-off-thumb-disabled-gradient: $kendo-switch-off-thumb-disabled-gradient,
369
+ $kendo-switch-on-track-bg: $kendo-switch-on-track-bg,
370
+ $kendo-switch-on-track-text: $kendo-switch-on-track-text,
371
+ $kendo-switch-on-track-border: $kendo-switch-on-track-border,
372
+ $kendo-switch-on-track-gradient: $kendo-switch-on-track-gradient,
373
+ $kendo-switch-on-track-hover-bg: $kendo-switch-on-track-hover-bg,
374
+ $kendo-switch-on-track-hover-text: $kendo-switch-on-track-hover-text,
375
+ $kendo-switch-on-track-hover-border: $kendo-switch-on-track-hover-border,
376
+ $kendo-switch-on-track-hover-gradient: $kendo-switch-on-track-hover-gradient,
377
+ $kendo-switch-on-track-focus-bg: $kendo-switch-on-track-focus-bg,
378
+ $kendo-switch-on-track-focus-text: $kendo-switch-on-track-focus-text,
379
+ $kendo-switch-on-track-focus-border: $kendo-switch-on-track-focus-border,
380
+ $kendo-switch-on-track-focus-gradient: $kendo-switch-on-track-focus-gradient,
381
+ $kendo-switch-on-track-focus-ring: $kendo-switch-on-track-focus-ring,
382
+ $kendo-switch-on-track-disabled-bg: $kendo-switch-on-track-disabled-bg,
383
+ $kendo-switch-on-track-disabled-text: $kendo-switch-on-track-disabled-text,
384
+ $kendo-switch-on-track-disabled-border: $kendo-switch-on-track-disabled-border,
385
+ $kendo-switch-on-track-disabled-gradient: $kendo-switch-on-track-disabled-gradient,
386
+ $kendo-switch-on-thumb-bg: $kendo-switch-on-thumb-bg,
387
+ $kendo-switch-on-thumb-text: $kendo-switch-on-thumb-text,
388
+ $kendo-switch-on-thumb-border: $kendo-switch-on-thumb-border,
389
+ $kendo-switch-on-thumb-gradient: $kendo-switch-on-thumb-gradient,
390
+ $kendo-switch-on-thumb-hover-bg: $kendo-switch-on-thumb-hover-bg,
391
+ $kendo-switch-on-thumb-hover-text: $kendo-switch-on-thumb-hover-text,
392
+ $kendo-switch-on-thumb-hover-border: $kendo-switch-on-thumb-hover-border,
393
+ $kendo-switch-on-thumb-hover-gradient: $kendo-switch-on-thumb-hover-gradient,
394
+ $kendo-switch-on-thumb-disabled-bg: $kendo-switch-on-thumb-disabled-bg,
395
+ $kendo-switch-on-thumb-disabled-text: $kendo-switch-on-thumb-disabled-text,
396
+ $kendo-switch-on-thumb-disabled-border: $kendo-switch-on-thumb-disabled-border,
397
+ $kendo-switch-on-thumb-disabled-gradient: $kendo-switch-on-thumb-disabled-gradient,
398
+ );
@@ -0,0 +1,16 @@
1
+ // Dependencies
2
+ @use "../core/_index.scss" as *;
3
+
4
+ // Component
5
+ @forward "./_variables.scss";
6
+ @use "./_layout.scss" as *;
7
+ @use "./_theme.scss" as *;
8
+
9
+ // Expose
10
+ @mixin kendo-table--styles() {
11
+ @include import-once( "table" ) {
12
+ @include core-styles();
13
+ @include kendo-table--layout();
14
+ @include kendo-table--theme();
15
+ }
16
+ }
@@ -0,0 +1,6 @@
1
+ @use "@progress/kendo-theme-core/scss/components/table/_layout.scss" as *;
2
+
3
+
4
+ @mixin kendo-table--layout() {
5
+ @include kendo-table--layout-base();
6
+ }
@@ -0,0 +1,6 @@
1
+ @use "@progress/kendo-theme-core/scss/components/table/_theme.scss" as *;
2
+
3
+
4
+ @mixin kendo-table--theme() {
5
+ @include kendo-table--theme-base();
6
+ }
@@ -0,0 +1,229 @@
1
+ @use "../list/_variables.scss" as *;
2
+ @use "../core/_index.scss" as *;
3
+
4
+
5
+ // Table
6
+
7
+ /// The default size of the Table.
8
+ /// @group table
9
+ /// @role default
10
+ $kendo-table-default-size: "md" !default;
11
+
12
+ /// The width of the table border.
13
+ /// @group table
14
+ $kendo-table-border-width: 1px !default;
15
+ /// The width of vertical border of table cells.
16
+ /// @group table
17
+ $kendo-table-cell-vertical-border-width: 0px !default;
18
+ /// The width of horizontal border of table cells.
19
+ /// @group table
20
+ $kendo-table-cell-horizontal-border-width: 1px !default;
21
+
22
+ /// The font size of the table if no size is specified.
23
+ /// @group table
24
+ $kendo-table-font-size: null !default;
25
+
26
+ /// The line-height of the table if no size is specified.
27
+ /// @group table
28
+ $kendo-table-line-height: null !default;
29
+
30
+ /// The horizontal padding of the Table cell.
31
+ /// @group table
32
+ $kendo-table-sm-cell-padding-x: k-spacing(2) !default;
33
+ /// The vertical padding of the Table cell.
34
+ /// @group table
35
+ $kendo-table-sm-cell-padding-y: k-spacing(2) !default;
36
+
37
+ /// The horizontal padding of the Table cell.
38
+ /// @group table
39
+ $kendo-table-md-cell-padding-x: k-spacing(2.5) !default;
40
+ /// The vertical padding of the Table cell.
41
+ /// @group table
42
+ $kendo-table-md-cell-padding-y: calc( #{k-spacing(2.5)} + 1px ) !default;
43
+
44
+ /// The horizontal padding of the Table cell.
45
+ /// @group table
46
+ $kendo-table-lg-cell-padding-x: k-spacing(2) !default;
47
+ /// The vertical padding of the Table cell.
48
+ /// @group table
49
+ $kendo-table-lg-cell-padding-y: k-spacing(2.5) !default;
50
+
51
+ /// The font size of the Table for small size.
52
+ /// @group table
53
+ $kendo-table-sm-font-size: var(--kendo-font-size-sm) !default;
54
+ /// The line height of the Table for small size.
55
+ /// @group table
56
+ $kendo-table-sm-line-height: var(--kendo-line-height-sm) !default;
57
+
58
+ /// The font size of the Table for medium size.
59
+ /// @group table
60
+ $kendo-table-md-font-size: var(--kendo-font-size) !default;
61
+ /// The line height of the Table for medium size.
62
+ /// @group table
63
+ $kendo-table-md-line-height: var(--kendo-line-height) !default;
64
+
65
+ /// The font size of the Table for large size.
66
+ /// @group table
67
+ $kendo-table-lg-font-size: var(--kendo-font-size) !default;
68
+ /// The line height of the Table for large size.
69
+ /// @group table
70
+ $kendo-table-lg-line-height: var(--kendo-line-height) !default;
71
+
72
+
73
+ /// Background color of tables.
74
+ /// @group table
75
+ $kendo-table-bg: k-color(surface-alt) !default;
76
+ /// Text color of tables.
77
+ /// @group table
78
+ $kendo-table-text: k-color(on-app-surface) !default;
79
+ /// Border color of tables.
80
+ /// @group table
81
+ $kendo-table-border: k-color(border) !default;
82
+
83
+
84
+ /// Background color of table headers.
85
+ /// @group table
86
+ $kendo-table-header-bg: k-color(surface) !default;
87
+ /// Text color of table headers.
88
+ /// @group table
89
+ $kendo-table-header-text: k-color(on-app-surface) !default;
90
+ /// Border color of table headers.
91
+ /// @group table
92
+ $kendo-table-header-border: k-color(border) !default;
93
+ /// Gradient of table headers.
94
+ /// @group table
95
+ $kendo-table-header-gradient: null !default;
96
+
97
+
98
+ /// Background color of table footers.
99
+ /// @group table
100
+ $kendo-table-footer-bg: $kendo-table-header-bg !default;
101
+ /// Text color of table footers.
102
+ /// @group table
103
+ $kendo-table-footer-text: $kendo-table-header-text !default;
104
+ /// Border color of table footers.
105
+ /// @group table
106
+ $kendo-table-footer-border: $kendo-table-header-border !default;
107
+
108
+
109
+ /// Background color of group rows in table.
110
+ /// @group table
111
+ $kendo-table-group-row-bg: $kendo-table-header-bg !default;
112
+ /// Text color of group rows in table.
113
+ /// @group table
114
+ $kendo-table-group-row-text: $kendo-table-header-text !default;
115
+ /// Border color of group rows in table.
116
+ /// @group table
117
+ $kendo-table-group-row-border: $kendo-table-header-border !default;
118
+
119
+ /// Background color of alternating rows in table.
120
+ /// @group table
121
+ $kendo-table-alt-row-bg: null !default;
122
+ /// Text color of alternating rows in table.
123
+ /// @group table
124
+ $kendo-table-alt-row-text: null !default;
125
+ /// Border color of alternating rows in table.
126
+ /// @group table
127
+ $kendo-table-alt-row-border: null !default;
128
+
129
+
130
+ /// Background color of hovered rows in table.
131
+ /// @group table
132
+ $kendo-table-hover-bg: color-mix(in srgb, k-color(base) 60%, transparent) !default;
133
+ /// Text color of hovered rows in table.
134
+ /// @group table
135
+ $kendo-table-hover-text: null !default;
136
+ /// Border color of hovered rows in table.
137
+ /// @group table
138
+ $kendo-table-hover-border: null !default;
139
+
140
+
141
+ /// Background color of focused rows in table.
142
+ /// @group table
143
+ $kendo-table-focus-bg: null !default;
144
+ /// Text color of focused rows in table.
145
+ /// @group table
146
+ $kendo-table-focus-text: null !default;
147
+ /// Border color of focused rows in table.
148
+ /// @group table
149
+ $kendo-table-focus-border: null !default;
150
+ /// Box shadow of focused rows in table.
151
+ /// @group table
152
+ $kendo-table-focus-shadow: $kendo-list-item-focus-shadow !default;
153
+
154
+
155
+ /// Background color of selected rows in table.
156
+ /// @group table
157
+ $kendo-table-selected-bg: color-mix(in srgb, k-color(primary) 25%, transparent) !default;
158
+ /// Text color of selected rows in table.
159
+ /// @group table
160
+ $kendo-table-selected-text: null !default;
161
+ /// Border color of selected rows in table.
162
+ /// @group table
163
+ $kendo-table-selected-border: null !default;
164
+
165
+ /// Background color of highlighted rows in table.
166
+ /// @group table
167
+ $kendo-table-highlighted-bg: color-mix(in srgb, k-color(warning) 25%, transparent) !default;
168
+ /// The font weight of highlighted rows in table.
169
+ /// @group table
170
+ $kendo-table-highlighted-font-weight: var( --kendo-font-weight-bold, bold ) !default;
171
+
172
+ /// Background color of selected highlighted rows in table.
173
+ /// @group table
174
+ $kendo-table-selected-highlighted-bg: color-mix(in srgb, color-mix(in srgb, k-color(primary), k-color(warning)) 42%, transparent) !default;
175
+
176
+ /// The box shadow of the row spanned cells.
177
+ /// @group table
178
+ $kendo-table-cell-row-span-shadow: inset 0 0 0 1px $kendo-table-border !default;
179
+
180
+ @forward "@progress/kendo-theme-core/scss/components/table/_variables.scss" with (
181
+ $kendo-table-default-size: $kendo-table-default-size,
182
+ $kendo-table-border-width: $kendo-table-border-width,
183
+ $kendo-table-cell-vertical-border-width: $kendo-table-cell-vertical-border-width,
184
+ $kendo-table-cell-horizontal-border-width: $kendo-table-cell-horizontal-border-width,
185
+ $kendo-table-font-size: $kendo-table-font-size,
186
+ $kendo-table-line-height: $kendo-table-line-height,
187
+ $kendo-table-sm-cell-padding-x: $kendo-table-sm-cell-padding-x,
188
+ $kendo-table-sm-cell-padding-y: $kendo-table-sm-cell-padding-y,
189
+ $kendo-table-md-cell-padding-x: $kendo-table-md-cell-padding-x,
190
+ $kendo-table-md-cell-padding-y: $kendo-table-md-cell-padding-y,
191
+ $kendo-table-lg-cell-padding-x: $kendo-table-lg-cell-padding-x,
192
+ $kendo-table-lg-cell-padding-y: $kendo-table-lg-cell-padding-y,
193
+ $kendo-table-sm-font-size: $kendo-table-sm-font-size,
194
+ $kendo-table-sm-line-height: $kendo-table-sm-line-height,
195
+ $kendo-table-md-font-size: $kendo-table-md-font-size,
196
+ $kendo-table-md-line-height: $kendo-table-md-line-height,
197
+ $kendo-table-lg-font-size: $kendo-table-lg-font-size,
198
+ $kendo-table-lg-line-height: $kendo-table-lg-line-height,
199
+ $kendo-table-bg: $kendo-table-bg,
200
+ $kendo-table-text: $kendo-table-text,
201
+ $kendo-table-border: $kendo-table-border,
202
+ $kendo-table-header-bg: $kendo-table-header-bg,
203
+ $kendo-table-header-text: $kendo-table-header-text,
204
+ $kendo-table-header-border: $kendo-table-header-border,
205
+ $kendo-table-header-gradient: $kendo-table-header-gradient,
206
+ $kendo-table-footer-bg: $kendo-table-footer-bg,
207
+ $kendo-table-footer-text: $kendo-table-footer-text,
208
+ $kendo-table-footer-border: $kendo-table-footer-border,
209
+ $kendo-table-group-row-bg: $kendo-table-group-row-bg,
210
+ $kendo-table-group-row-text: $kendo-table-group-row-text,
211
+ $kendo-table-group-row-border: $kendo-table-group-row-border,
212
+ $kendo-table-alt-row-bg: $kendo-table-alt-row-bg,
213
+ $kendo-table-alt-row-text: $kendo-table-alt-row-text,
214
+ $kendo-table-alt-row-border: $kendo-table-alt-row-border,
215
+ $kendo-table-hover-bg: $kendo-table-hover-bg,
216
+ $kendo-table-hover-text: $kendo-table-hover-text,
217
+ $kendo-table-hover-border: $kendo-table-hover-border,
218
+ $kendo-table-focus-bg: $kendo-table-focus-bg,
219
+ $kendo-table-focus-text: $kendo-table-focus-text,
220
+ $kendo-table-focus-border: $kendo-table-focus-border,
221
+ $kendo-table-focus-shadow: $kendo-table-focus-shadow,
222
+ $kendo-table-selected-bg: $kendo-table-selected-bg,
223
+ $kendo-table-selected-text: $kendo-table-selected-text,
224
+ $kendo-table-selected-border: $kendo-table-selected-border,
225
+ $kendo-table-highlighted-bg: $kendo-table-highlighted-bg,
226
+ $kendo-table-highlighted-font-weight: $kendo-table-highlighted-font-weight,
227
+ $kendo-table-selected-highlighted-bg: $kendo-table-selected-highlighted-bg,
228
+ $kendo-table-cell-row-span-shadow: $kendo-table-cell-row-span-shadow
229
+ );