@progress/kendo-theme-material 6.2.1-dev.1 → 6.2.1-dev.44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (356) hide show
  1. package/dist/all.css +4442 -154
  2. package/dist/all.scss +6550 -1174
  3. package/dist/meta/sassdoc-data.json +18424 -9340
  4. package/dist/meta/sassdoc-raw-data.json +7852 -3652
  5. package/dist/meta/variables.json +216 -128
  6. package/lib/swatches/material-aqua-dark.json +1 -1
  7. package/lib/swatches/material-arctic.json +1 -1
  8. package/lib/swatches/material-burnt-teal.json +1 -1
  9. package/lib/swatches/material-dataviz-v4.json +1 -1
  10. package/lib/swatches/material-eggplant.json +1 -1
  11. package/lib/swatches/material-lime-dark.json +1 -1
  12. package/lib/swatches/material-lime.json +1 -1
  13. package/lib/swatches/material-main-dark.json +1 -1
  14. package/lib/swatches/material-main.json +1 -1
  15. package/lib/swatches/material-nova.json +1 -1
  16. package/lib/swatches/material-pacific-dark.json +1 -1
  17. package/lib/swatches/material-pacific.json +1 -1
  18. package/lib/swatches/material-sky-dark.json +1 -1
  19. package/lib/swatches/material-sky.json +1 -1
  20. package/lib/swatches/material-smoke.json +1 -1
  21. package/package.json +5 -5
  22. package/scss/_variables.scss +2 -0
  23. package/scss/action-buttons/_index.scss +18 -0
  24. package/scss/action-buttons/_layout.scss +6 -1
  25. package/scss/action-buttons/_theme.scss +5 -1
  26. package/scss/action-buttons/_variables.scss +3 -0
  27. package/scss/action-sheet/_index.scss +18 -0
  28. package/scss/action-sheet/_layout.scss +5 -0
  29. package/scss/action-sheet/_theme.scss +5 -0
  30. package/scss/adaptive/_index.scss +18 -0
  31. package/scss/adaptive/_layout.scss +5 -0
  32. package/scss/adaptive/_theme.scss +5 -0
  33. package/scss/all.scss +6 -0
  34. package/scss/appbar/_index.scss +18 -0
  35. package/scss/appbar/_layout.scss +5 -0
  36. package/scss/appbar/_theme.scss +4 -0
  37. package/scss/autocomplete/_index.scss +18 -0
  38. package/scss/autocomplete/_layout.scss +5 -0
  39. package/scss/autocomplete/_theme.scss +5 -0
  40. package/scss/avatar/_index.scss +18 -0
  41. package/scss/avatar/_layout.scss +5 -0
  42. package/scss/avatar/_theme.scss +5 -0
  43. package/scss/badge/_index.scss +18 -0
  44. package/scss/badge/_layout.scss +5 -0
  45. package/scss/badge/_theme.scss +5 -0
  46. package/scss/bottom-navigation/_index.scss +18 -0
  47. package/scss/bottom-navigation/_layout.scss +5 -0
  48. package/scss/bottom-navigation/_theme.scss +5 -0
  49. package/scss/breadcrumb/_index.scss +18 -0
  50. package/scss/breadcrumb/_layout.scss +5 -0
  51. package/scss/breadcrumb/_theme.scss +5 -0
  52. package/scss/button/_index.scss +18 -0
  53. package/scss/button/_layout.scss +4 -1
  54. package/scss/button/_theme.scss +4 -1
  55. package/scss/button/_variables.scss +88 -61
  56. package/scss/calendar/_index.scss +18 -0
  57. package/scss/calendar/_layout.scss +5 -1
  58. package/scss/calendar/_theme.scss +6 -1
  59. package/scss/captcha/_index.scss +18 -2
  60. package/scss/captcha/_layout.scss +5 -0
  61. package/scss/captcha/_theme.scss +5 -0
  62. package/scss/card/_index.scss +18 -0
  63. package/scss/card/_layout.scss +5 -0
  64. package/scss/card/_theme.scss +5 -0
  65. package/scss/chat/_index.scss +18 -0
  66. package/scss/chat/_layout.scss +5 -0
  67. package/scss/chat/_theme.scss +5 -0
  68. package/scss/checkbox/_index.scss +18 -0
  69. package/scss/checkbox/_layout.scss +5 -0
  70. package/scss/checkbox/_theme.scss +4 -1
  71. package/scss/checkbox/_variables.scss +83 -53
  72. package/scss/chip/_index.scss +18 -0
  73. package/scss/chip/_layout.scss +5 -0
  74. package/scss/chip/_theme.scss +4 -1
  75. package/scss/chip/_variables.scss +54 -30
  76. package/scss/color-preview/_index.scss +18 -2
  77. package/scss/color-preview/_layout.scss +5 -0
  78. package/scss/color-preview/_theme.scss +5 -0
  79. package/scss/coloreditor/_index.scss +18 -0
  80. package/scss/coloreditor/_layout.scss +5 -0
  81. package/scss/coloreditor/_theme.scss +5 -0
  82. package/scss/colorgradient/_index.scss +18 -1
  83. package/scss/colorgradient/_layout.scss +5 -0
  84. package/scss/colorgradient/_theme.scss +5 -0
  85. package/scss/colorgradient/_variables.scss +3 -0
  86. package/scss/colorpalette/_index.scss +18 -0
  87. package/scss/colorpalette/_layout.scss +5 -0
  88. package/scss/colorpalette/_theme.scss +5 -0
  89. package/scss/colorpicker/_index.scss +18 -0
  90. package/scss/colorpicker/_layout.scss +5 -0
  91. package/scss/colorpicker/_theme.scss +5 -0
  92. package/scss/combobox/_index.scss +18 -0
  93. package/scss/combobox/_layout.scss +5 -0
  94. package/scss/combobox/_theme.scss +5 -0
  95. package/scss/dataviz/_index.scss +18 -0
  96. package/scss/dataviz/_layout.scss +5 -0
  97. package/scss/dataviz/_theme.scss +5 -0
  98. package/scss/dateinput/_index.scss +18 -0
  99. package/scss/dateinput/_layout.scss +5 -0
  100. package/scss/dateinput/_theme.scss +5 -0
  101. package/scss/datepicker/_index.scss +18 -0
  102. package/scss/datepicker/_layout.scss +5 -0
  103. package/scss/datepicker/_theme.scss +5 -0
  104. package/scss/daterangepicker/_index.scss +18 -2
  105. package/scss/daterangepicker/_layout.scss +5 -0
  106. package/scss/daterangepicker/_theme.scss +5 -0
  107. package/scss/datetimepicker/_index.scss +18 -0
  108. package/scss/datetimepicker/_layout.scss +5 -0
  109. package/scss/datetimepicker/_theme.scss +5 -0
  110. package/scss/dialog/_index.scss +18 -0
  111. package/scss/dialog/_layout.scss +5 -1
  112. package/scss/dialog/_theme.scss +7 -2
  113. package/scss/draggable/_index.scss +18 -0
  114. package/scss/draggable/_layout.scss +5 -0
  115. package/scss/draggable/_theme.scss +5 -0
  116. package/scss/drawer/_index.scss +18 -0
  117. package/scss/drawer/_layout.scss +5 -0
  118. package/scss/drawer/_theme.scss +4 -1
  119. package/scss/dropdowngrid/_index.scss +18 -0
  120. package/scss/dropdowngrid/_layout.scss +5 -0
  121. package/scss/dropdowngrid/_theme.scss +5 -0
  122. package/scss/dropdownlist/_index.scss +18 -0
  123. package/scss/dropdownlist/_layout.scss +5 -0
  124. package/scss/dropdownlist/_theme.scss +5 -0
  125. package/scss/dropdowntree/_index.scss +18 -0
  126. package/scss/dropdowntree/_layout.scss +5 -0
  127. package/scss/dropdowntree/_theme.scss +5 -0
  128. package/scss/dropzone/_index.scss +18 -0
  129. package/scss/dropzone/_layout.scss +5 -0
  130. package/scss/dropzone/_theme.scss +5 -0
  131. package/scss/editor/_index.scss +18 -0
  132. package/scss/editor/_layout.scss +4 -1
  133. package/scss/editor/_theme.scss +5 -0
  134. package/scss/expansion-panel/_index.scss +18 -0
  135. package/scss/expansion-panel/_layout.scss +5 -0
  136. package/scss/expansion-panel/_theme.scss +5 -0
  137. package/scss/fab/_index.scss +18 -0
  138. package/scss/fab/_layout.scss +4 -1
  139. package/scss/fab/_theme.scss +5 -1
  140. package/scss/fab/_variables.scss +17 -0
  141. package/scss/filemanager/_index.scss +18 -0
  142. package/scss/filemanager/_layout.scss +5 -0
  143. package/scss/filemanager/_theme.scss +5 -0
  144. package/scss/filter/_index.scss +18 -0
  145. package/scss/filter/_layout.scss +5 -0
  146. package/scss/filter/_theme.scss +5 -0
  147. package/scss/floating-label/_index.scss +18 -0
  148. package/scss/floating-label/_layout.scss +2 -1
  149. package/scss/floating-label/_theme.scss +3 -1
  150. package/scss/forms/_index.scss +18 -0
  151. package/scss/forms/_layout.scss +4 -1
  152. package/scss/forms/_theme.scss +5 -0
  153. package/scss/gantt/_index.scss +18 -0
  154. package/scss/gantt/_layout.scss +4 -1
  155. package/scss/gantt/_theme.scss +3 -1
  156. package/scss/grid/_index.scss +18 -0
  157. package/scss/grid/_layout.scss +7 -1
  158. package/scss/grid/_theme.scss +6 -1
  159. package/scss/grid/_variables.scss +7 -0
  160. package/scss/icons/_index.scss +19 -4
  161. package/scss/icons/_layout.scss +5 -0
  162. package/scss/icons/_theme.scss +6 -0
  163. package/scss/icons/_variables.scss +0 -0
  164. package/scss/imageeditor/_index.scss +18 -0
  165. package/scss/imageeditor/_layout.scss +5 -0
  166. package/scss/imageeditor/_theme.scss +5 -0
  167. package/scss/index.scss +171 -1
  168. package/scss/input/_index.scss +18 -0
  169. package/scss/input/_layout.scss +4 -1
  170. package/scss/input/_theme.scss +5 -0
  171. package/scss/input/_variables.scss +275 -51
  172. package/scss/list/_index.scss +18 -0
  173. package/scss/list/_layout.scss +5 -0
  174. package/scss/list/_theme.scss +5 -0
  175. package/scss/list/_variables.scss +41 -40
  176. package/scss/listbox/_index.scss +18 -0
  177. package/scss/listbox/_layout.scss +4 -1
  178. package/scss/listbox/_theme.scss +5 -0
  179. package/scss/listgroup/_index.scss +18 -0
  180. package/scss/listgroup/_layout.scss +5 -0
  181. package/scss/listgroup/_theme.scss +5 -0
  182. package/scss/listview/_index.scss +18 -0
  183. package/scss/listview/_layout.scss +5 -0
  184. package/scss/listview/_theme.scss +4 -1
  185. package/scss/loader/_index.scss +18 -0
  186. package/scss/loader/_layout.scss +5 -0
  187. package/scss/loader/_theme.scss +5 -0
  188. package/scss/map/_index.scss +18 -1
  189. package/scss/map/_layout.scss +5 -0
  190. package/scss/map/_theme.scss +5 -0
  191. package/scss/map/_variables.scss +3 -0
  192. package/scss/maskedtextbox/_index.scss +18 -0
  193. package/scss/maskedtextbox/_layout.scss +5 -0
  194. package/scss/maskedtextbox/_theme.scss +5 -0
  195. package/scss/mediaplayer/_index.scss +18 -0
  196. package/scss/mediaplayer/_layout.scss +5 -0
  197. package/scss/mediaplayer/_theme.scss +5 -0
  198. package/scss/menu/_index.scss +18 -0
  199. package/scss/menu/_layout.scss +6 -1
  200. package/scss/menu/_theme.scss +4 -1
  201. package/scss/menu-button/_index.scss +18 -0
  202. package/scss/menu-button/_layout.scss +5 -0
  203. package/scss/menu-button/_theme.scss +5 -0
  204. package/scss/messagebox/_index.scss +18 -0
  205. package/scss/messagebox/_layout.scss +5 -0
  206. package/scss/messagebox/_theme.scss +5 -0
  207. package/scss/multiselect/_index.scss +18 -0
  208. package/scss/multiselect/_layout.scss +5 -0
  209. package/scss/multiselect/_theme.scss +5 -0
  210. package/scss/notification/_index.scss +18 -0
  211. package/scss/notification/_layout.scss +5 -0
  212. package/scss/notification/_theme.scss +5 -0
  213. package/scss/numerictextbox/_index.scss +18 -0
  214. package/scss/numerictextbox/_layout.scss +5 -0
  215. package/scss/numerictextbox/_theme.scss +5 -0
  216. package/scss/orgchart/_index.scss +18 -0
  217. package/scss/orgchart/_layout.scss +5 -0
  218. package/scss/orgchart/_theme.scss +5 -0
  219. package/scss/overlay/_index.scss +18 -0
  220. package/scss/overlay/_layout.scss +5 -0
  221. package/scss/overlay/_theme.scss +5 -0
  222. package/scss/pager/_index.scss +18 -0
  223. package/scss/pager/_layout.scss +5 -1
  224. package/scss/pager/_theme.scss +4 -0
  225. package/scss/panelbar/_index.scss +18 -0
  226. package/scss/panelbar/_layout.scss +5 -0
  227. package/scss/panelbar/_theme.scss +5 -0
  228. package/scss/pdf-viewer/_index.scss +18 -0
  229. package/scss/pdf-viewer/_layout.scss +5 -0
  230. package/scss/pdf-viewer/_theme.scss +5 -0
  231. package/scss/pivotgrid/_index.scss +18 -0
  232. package/scss/pivotgrid/_layout.scss +4 -1
  233. package/scss/pivotgrid/_theme.scss +4 -1
  234. package/scss/popover/_index.scss +18 -0
  235. package/scss/popover/_layout.scss +5 -0
  236. package/scss/popover/_theme.scss +5 -0
  237. package/scss/popup/_index.scss +18 -0
  238. package/scss/popup/_layout.scss +5 -0
  239. package/scss/popup/_theme.scss +5 -0
  240. package/scss/progressbar/_index.scss +18 -0
  241. package/scss/progressbar/_layout.scss +5 -1
  242. package/scss/progressbar/_theme.scss +10 -6
  243. package/scss/radio/_index.scss +18 -0
  244. package/scss/radio/_layout.scss +4 -1
  245. package/scss/radio/_theme.scss +4 -1
  246. package/scss/radio/_variables.scss +77 -45
  247. package/scss/rating/_index.scss +18 -0
  248. package/scss/rating/_layout.scss +5 -0
  249. package/scss/rating/_theme.scss +5 -0
  250. package/scss/responsivepanel/_index.scss +18 -0
  251. package/scss/responsivepanel/_layout.scss +5 -0
  252. package/scss/responsivepanel/_theme.scss +5 -0
  253. package/scss/ripple/_index.scss +18 -0
  254. package/scss/ripple/_layout.scss +5 -0
  255. package/scss/ripple/_theme.scss +5 -0
  256. package/scss/scheduler/_index.scss +18 -0
  257. package/scss/scheduler/_layout.scss +4 -14
  258. package/scss/scheduler/_theme.scss +4 -8
  259. package/scss/scroller/_index.scss +18 -0
  260. package/scss/scroller/_layout.scss +5 -0
  261. package/scss/scroller/_theme.scss +5 -0
  262. package/scss/scrollview/_index.scss +18 -0
  263. package/scss/scrollview/_layout.scss +5 -0
  264. package/scss/scrollview/_theme.scss +5 -0
  265. package/scss/searchbox/_index.scss +18 -0
  266. package/scss/searchbox/_layout.scss +5 -0
  267. package/scss/searchbox/_theme.scss +5 -0
  268. package/scss/signature/_index.scss +18 -0
  269. package/scss/signature/_layout.scss +5 -0
  270. package/scss/signature/_theme.scss +5 -0
  271. package/scss/skeleton/_index.scss +18 -0
  272. package/scss/skeleton/_layout.scss +5 -0
  273. package/scss/skeleton/_theme.scss +5 -0
  274. package/scss/slider/_index.scss +18 -2
  275. package/scss/slider/_layout.scss +6 -1
  276. package/scss/slider/_theme.scss +5 -1
  277. package/scss/slider/_variables.scss +4 -0
  278. package/scss/split-button/_index.scss +18 -0
  279. package/scss/split-button/_layout.scss +5 -0
  280. package/scss/split-button/_theme.scss +5 -0
  281. package/scss/split-button/_variables.scss +15 -3
  282. package/scss/splitter/_index.scss +18 -0
  283. package/scss/splitter/_layout.scss +5 -0
  284. package/scss/splitter/_theme.scss +5 -0
  285. package/scss/spreadsheet/_index.scss +18 -1
  286. package/scss/spreadsheet/_layout.scss +3 -1
  287. package/scss/spreadsheet/_theme.scss +4 -25
  288. package/scss/spreadsheet/_variables.scss +3 -0
  289. package/scss/stepper/_index.scss +18 -0
  290. package/scss/stepper/_layout.scss +4 -1
  291. package/scss/stepper/_theme.scss +5 -0
  292. package/scss/switch/_index.scss +18 -0
  293. package/scss/switch/_layout.scss +4 -1
  294. package/scss/switch/_theme.scss +4 -1
  295. package/scss/switch/_variables.scss +56 -56
  296. package/scss/table/_index.scss +18 -0
  297. package/scss/table/_layout.scss +5 -0
  298. package/scss/table/_theme.scss +4 -1
  299. package/scss/tabstrip/_index.scss +18 -0
  300. package/scss/tabstrip/_layout.scss +4 -1
  301. package/scss/tabstrip/_theme.scss +5 -0
  302. package/scss/taskboard/_index.scss +18 -0
  303. package/scss/taskboard/_layout.scss +5 -0
  304. package/scss/taskboard/_theme.scss +5 -0
  305. package/scss/textarea/_index.scss +18 -0
  306. package/scss/textarea/_layout.scss +5 -0
  307. package/scss/textarea/_theme.scss +5 -0
  308. package/scss/textbox/_index.scss +18 -0
  309. package/scss/textbox/_layout.scss +5 -0
  310. package/scss/textbox/_theme.scss +5 -0
  311. package/scss/tilelayout/_index.scss +18 -0
  312. package/scss/tilelayout/_layout.scss +5 -0
  313. package/scss/tilelayout/_theme.scss +5 -0
  314. package/scss/timedurationpicker/_index.scss +18 -0
  315. package/scss/timedurationpicker/_layout.scss +5 -0
  316. package/scss/timedurationpicker/_theme.scss +5 -0
  317. package/scss/timeline/_index.scss +18 -0
  318. package/scss/timeline/_layout.scss +6 -1
  319. package/scss/timeline/_theme.scss +4 -0
  320. package/scss/timepicker/_index.scss +18 -0
  321. package/scss/timepicker/_layout.scss +5 -0
  322. package/scss/timepicker/_theme.scss +4 -0
  323. package/scss/timeselector/_index.scss +18 -0
  324. package/scss/timeselector/_layout.scss +5 -0
  325. package/scss/timeselector/_theme.scss +4 -1
  326. package/scss/toolbar/_index.scss +18 -0
  327. package/scss/toolbar/_layout.scss +4 -10
  328. package/scss/toolbar/_theme.scss +4 -1
  329. package/scss/tooltip/_index.scss +18 -0
  330. package/scss/tooltip/_layout.scss +5 -0
  331. package/scss/tooltip/_theme.scss +5 -0
  332. package/scss/treelist/_index.scss +18 -0
  333. package/scss/treelist/_layout.scss +6 -1
  334. package/scss/treelist/_theme.scss +5 -1
  335. package/scss/treeview/_index.scss +18 -0
  336. package/scss/treeview/_layout.scss +5 -0
  337. package/scss/treeview/_theme.scss +4 -1
  338. package/scss/typography/_index.scss +18 -0
  339. package/scss/typography/_layout.scss +5 -0
  340. package/scss/typography/_theme.scss +5 -0
  341. package/scss/upload/_index.scss +18 -0
  342. package/scss/upload/_layout.scss +5 -0
  343. package/scss/upload/_theme.scss +5 -1
  344. package/scss/utils/_index.scss +14 -2
  345. package/scss/validator/_index.scss +18 -0
  346. package/scss/validator/_layout.scss +5 -0
  347. package/scss/validator/_theme.scss +5 -0
  348. package/scss/virtual-scroller/_index.scss +18 -0
  349. package/scss/virtual-scroller/_layout.scss +5 -0
  350. package/scss/virtual-scroller/_theme.scss +5 -0
  351. package/scss/window/_index.scss +18 -0
  352. package/scss/window/_layout.scss +5 -0
  353. package/scss/window/_theme.scss +5 -0
  354. package/scss/wizard/_index.scss +18 -0
  355. package/scss/wizard/_layout.scss +5 -0
  356. package/scss/wizard/_theme.scss +5 -0
@@ -117,7 +117,7 @@
117
117
  },
118
118
  "kendo-components": {
119
119
  "type": "List",
120
- "value": "\"typography\", \"utils\", \"cursor\", \"draggable\", \"table\", \"icon\", \"chip\", \"messagebox\", \"input\", \"list\", \"listgroup\", \"overlay\", \"ripple\", \"virtual-scroller\", \"avatar\", \"badge\", \"color-preview\", \"loader\", \"skeleton\", \"tooltip\", \"button\", \"split-button\", \"menu-button\", \"textbox\", \"textarea\", \"checkbox\", \"listbox\", \"progressbar\", \"radio\", \"slider\", \"form\", \"validator\", \"floating-label\", \"calendar\", \"popup\", \"time-selector\", \"autocomplete\", \"captcha\", \"color-palette\", \"color-gradient\", \"color-editor\", \"color-picker\", \"combobox\", \"date-input\", \"date-picker\", \"time-picker\", \"date-time-picker\", \"date-range-picker\", \"dropdown-grid\", \"dropdown-list\", \"dropdown-tree\", \"masked-textbox\", \"multiselect\", \"numeric-textbox\", \"rating\", \"searchbox\", \"switch\", \"upload\", \"dropzone\", \"actions\", \"appbar\", \"fab\", \"menu\", \"toolbar\", \"action-sheet\", \"dialog\", \"drawer\", \"notification\", \"popover\", \"responsive-panel\", \"window\", \"bottom-navigation\", \"breadcrumb\", \"pager\", \"stepper\", \"tabstrip\", \"treeview\", \"wizard\", \"card\", \"expander\", \"panelbar\", \"splitter\", \"tile-layout\", \"grid\", \"listview\", \"spreadsheet\", \"pivotgrid\", \"treelist\", \"filter\", \"file-manager\", \"task-board\", \"editor\", \"image-editor\", \"gantt\", \"scheduler\", \"adaptive\", \"chat\", \"media-player\", \"timeline\", \"pdf-viewer\", \"scroller\", \"scroll-view\", \"dataviz\", \"map\", \"orgchart\", \"signature\""
120
+ "value": "\"typography\", \"utils\", \"draggable\", \"table\", \"icon\", \"chip\", \"messagebox\", \"input\", \"list\", \"listgroup\", \"overlay\", \"ripple\", \"virtual-scroller\", \"avatar\", \"badge\", \"color-preview\", \"loader\", \"skeleton\", \"tooltip\", \"button\", \"split-button\", \"menu-button\", \"textbox\", \"textarea\", \"checkbox\", \"listbox\", \"progressbar\", \"radio\", \"slider\", \"form\", \"validator\", \"floating-label\", \"calendar\", \"popup\", \"time-selector\", \"autocomplete\", \"captcha\", \"color-palette\", \"color-gradient\", \"color-editor\", \"color-picker\", \"combobox\", \"date-input\", \"date-picker\", \"time-picker\", \"date-time-picker\", \"date-range-picker\", \"dropdown-grid\", \"dropdown-list\", \"dropdown-tree\", \"masked-textbox\", \"multiselect\", \"numeric-textbox\", \"rating\", \"searchbox\", \"switch\", \"upload\", \"dropzone\", \"actions\", \"appbar\", \"fab\", \"menu\", \"toolbar\", \"action-sheet\", \"dialog\", \"drawer\", \"notification\", \"popover\", \"responsive-panel\", \"window\", \"bottom-navigation\", \"breadcrumb\", \"pager\", \"stepper\", \"tabstrip\", \"treeview\", \"wizard\", \"card\", \"expander\", \"panelbar\", \"splitter\", \"tile-layout\", \"grid\", \"listview\", \"spreadsheet\", \"pivotgrid\", \"treelist\", \"filter\", \"file-manager\", \"task-board\", \"editor\", \"image-editor\", \"gantt\", \"scheduler\", \"adaptive\", \"chat\", \"media-player\", \"timeline\", \"pdf-viewer\", \"scroller\", \"scrollview\", \"dataviz\", \"map\", \"orgchart\", \"signature\""
121
121
  },
122
122
  "kendo-enable-rounded": {
123
123
  "type": "Bool",
@@ -155,6 +155,10 @@
155
155
  "type": "Bool",
156
156
  "value": "false"
157
157
  },
158
+ "kendo-auto-bootstrap": {
159
+ "type": "Bool",
160
+ "value": "true"
161
+ },
158
162
  "kendo-spacing": {
159
163
  "type": "Map",
160
164
  "value": "(0: 0, 1px: 1px, 0.5: 2px, 1: 4px, 1.5: 6px, 2: 8px, 2.5: 10px, 3: 12px, 3.5: 14px, 4: 16px, 4.5: 18px, 5: 20px, 5.5: 22px, 6: 24px, 6.5: 26px, 7: 28px, 7.5: 30px, 8: 32px, 9: 36px, 10: 40px, 11: 44px, 12: 48px, 13: 52px, 14: 56px, 15: 60px, 16: 64px, 17: 68px, 18: 72px, 19: 76px, 20: 80px, 21: 84px, 22: 88px, 23: 92px, 24: 96px)"
@@ -701,7 +705,7 @@
701
705
  },
702
706
  "kendo-utils": {
703
707
  "type": "Map",
704
- "value": "(\"screen-readers\": true, \"aspect-ratio\": (auto: auto, 1: 1, square: 1 / 1, video: 16 / 9), \"container\": (), \"columns\": (), \"break-after\": (), \"break-before\": (), \"break-inside\": (), \"box-decoration-break\": (), \"box-sizing\": (), \"display\": (none, block, inline, inline-block, flex, inline-flex, grid, inline-grid, table, inline-table, list-item), \"float\": (left, right, none), \"clear\": (left, right, both, none), \"isolation\": (), \"object-fit\": (), \"object-position\": (), \"overflow\": (auto: auto, hidden: hidden, visible: visible, scroll: scroll, clip: clip, x-auto: auto, x-hidden: hidden, x-visible: visible, x-scroll: scroll, x-clip: clip, y-auto: auto, y-hidden: hidden, y-visible: visible, y-scroll: scroll, y-clip: clip), \"overscroll\": (), \"position\": (static, relative, absolute, fixed, sticky), \"inset\": (0: 0, 1: 1px, -1: -1px), \"visibility\": (visible, hidden), \"zindex\": (0: 0, 10: 10, 20: 20, 30: 30, 40: 40, 50: 50, auto: auto), \"flex-direction\": (row: row, row-reverse: row-reverse, col: column, col-reverse: column-reverse), \"flex-wrap\": (wrap, wrap-reverse, nowrap), \"flex\": (1: 1 1 0%, auto: 1 1 auto, initial: 0 1 auto, none: none), \"flex-grow\": (DEFAULT: 1, 0: 0), \"flex-shrink\": (DEFAULT: 1, 0: 0), \"flex-basis\": (0: 0, 1px: 1px, 0.5: 2px, 1: 4px, 1.5: 6px, 2: 8px, 2.5: 10px, 3: 12px, 3.5: 14px, 4: 16px, 4.5: 18px, 5: 20px, 5.5: 22px, 6: 24px, 6.5: 26px, 7: 28px, 7.5: 30px, 8: 32px, 9: 36px, 10: 40px, 11: 44px, 12: 48px, 13: 52px, 14: 56px, 15: 60px, 16: 64px, 17: 68px, 18: 72px, 19: 76px, 20: 80px, 21: 84px, 22: 88px, 23: 92px, 24: 96px, \"auto\": auto, \"1/2\": 50%, \"1/3\": 33.333333%, \"2/3\": 66.666667%, \"1/4\": 25%, \"2/4\": 50%, \"3/4\": 75%, \"1/5\": 20%, \"2/5\": 40%, \"3/5\": 60%, \"4/5\": 80%, \"1/6\": 16.666667%, \"2/6\": 33.333333%, \"3/6\": 50%, \"4/6\": 66.666667%, \"5/6\": 83.333333%, \"1/12\": 8.333333%, \"2/12\": 16.666667%, \"3/12\": 25%, \"4/12\": 33.333333%, \"5/12\": 41.666667%, \"6/12\": 50%, \"7/12\": 58.333333%, \"8/12\": 66.666667%, \"9/12\": 75%, \"10/12\": 83.333333%, \"11/12\": 91.666667%, \"full\": 100%, \"min\": min-content, \"max\": max-content, \"fit\": fit-content), \"order\": (1: 1, 2: 2, 3: 3, 4: 4, 5: 5, 6: 6, 7: 7, 8: 8, 9: 9, 10: 10, 11: 11, 12: 12, first: -9999, last: 9999, none: 0), \"grid-template-columns\": (1: repeat(1, minmax(0, 1fr)), 2: repeat(2, minmax(0, 1fr)), 3: repeat(3, minmax(0, 1fr)), 4: repeat(4, minmax(0, 1fr)), 5: repeat(5, minmax(0, 1fr)), 6: repeat(6, minmax(0, 1fr)), 7: repeat(7, minmax(0, 1fr)), 8: repeat(8, minmax(0, 1fr)), 9: repeat(9, minmax(0, 1fr)), 10: repeat(10, minmax(0, 1fr)), 11: repeat(11, minmax(0, 1fr)), 12: repeat(12, minmax(0, 1fr)), none: none), \"grid-template-rows\": (1: repeat(1, minmax(0, 1fr)), 2: repeat(2, minmax(0, 1fr)), 3: repeat(3, minmax(0, 1fr)), 4: repeat(4, minmax(0, 1fr)), 5: repeat(5, minmax(0, 1fr)), 6: repeat(6, minmax(0, 1fr)), 7: repeat(7, minmax(0, 1fr)), 8: repeat(8, minmax(0, 1fr)), 9: repeat(9, minmax(0, 1fr)), 10: repeat(10, minmax(0, 1fr)), 11: repeat(11, minmax(0, 1fr)), 12: repeat(12, minmax(0, 1fr)), none: none), \"grid-column-start\": (1: 1, 2: 2, 3: 3, 4: 4, 5: 5, 6: 6, 7: 7, 8: 8, 9: 9, 10: 10, 11: 11, 12: 12, 13: 13, auto: auto), \"grid-column-end\": (1: 1, 2: 2, 3: 3, 4: 4, 5: 5, 6: 6, 7: 7, 8: 8, 9: 9, 10: 10, 11: 11, 12: 12, 13: 13, auto: auto), \"grid-column-span\": (1: span 1/span 1, 2: span 2/span 2, 3: span 3/span 3, 4: span 4/span 4, 5: span 5/span 5, 6: span 6/span 6, 7: span 7/span 7, 8: span 8/span 8, 9: span 9/span 9, 10: span 10/span 10, 11: span 11/span 11, 12: span 12/span 12, full: 1 / -1, auto: auto), \"grid-row-start\": (1: 1, 2: 2, 3: 3, 4: 4, 5: 5, 6: 6, 7: 7, 8: 8, 9: 9, 10: 10, 11: 11, 12: 12, 13: 13, auto: auto), \"grid-row-end\": (1: 1, 2: 2, 3: 3, 4: 4, 5: 5, 6: 6, 7: 7, 8: 8, 9: 9, 10: 10, 11: 11, 12: 12, 13: 13, auto: auto), \"grid-row-span\": (1: span 1/span 1, 2: span 2/span 2, 3: span 3/span 3, 4: span 4/span 4, 5: span 5/span 5, 6: span 6/span 6, 7: span 7/span 7, 8: span 8/span 8, 9: span 9/span 9, 10: span 10/span 10, 11: span 11/span 11, 12: span 12/span 12, full: span 1/span -1, auto: auto), \"grid-auto-flow\": (row: row, col: column, row-dense: row dense, col-dense: column dense, unset: unset), \"grid-auto-columns\": (auto: auto, min: min-content, max: max-content, fr: minmax(0, 1fr)), \"grid-auto-rows\": (auto: auto, min: min-content, max: max-content, fr: minmax(0, 1fr)), \"gap\": (0: 0, 1px: 1px, 0.5: 2px, 1: 4px, 1.5: 6px, 2: 8px, 2.5: 10px, 3: 12px, 3.5: 14px, 4: 16px, 4.5: 18px, 5: 20px, 5.5: 22px, 6: 24px, 6.5: 26px, 7: 28px, 7.5: 30px, 8: 32px, 9: 36px, 10: 40px, 11: 44px, 12: 48px, 13: 52px, 14: 56px, 15: 60px, 16: 64px, 17: 68px, 18: 72px, 19: 76px, 20: 80px, 21: 84px, 22: 88px, 23: 92px, 24: 96px, xs: 4px, sm: 8px, md: 12px, lg: 16px, xl: 24px, thin: 2px, hair: 1px), \"align-content\": (normal: normal, stretch: stretch, center: center, start: start, end: end, flex-start: flex-start, flex-end: flex-end, baseline: baseline, first-baseline: first baseline, last-baseline: last baseline, between: space-between, around: space-around, evenly: space-evenly), \"align-items\": (normal: normal, stretch: stretch, center: center, start: start, end: end, flex-start: flex-start, flex-end: flex-end, baseline: baseline, first-baseline: first baseline, last-baseline: last baseline, self-start: self-start, self-end: self-end), \"align-self\": (auto: auto, normal: normal, stretch: stretch, center: center, start: start, end: end, flex-start: flex-start, flex-end: flex-end, baseline: baseline, first-baseline: first baseline, last-baseline: last baseline, self-start: self-start, self-end: self-end), \"justify-content\": (normal: normal, stretch: stretch, center: center, start: start, end: end, flex-start: flex-start, flex-end: flex-end, left: left, right: right, baseline: baseline, first-baseline: first baseline, last-baseline: last baseline, between: space-between, around: space-around, evenly: space-evenly), \"justify-items\": (normal: normal, stretch: stretch, center: center, start: start, end: end, flex-start: flex-start, flex-end: flex-end, self-start: self-start, self-end: self-end, left: left, right: right, baseline: baseline, first-baseline: first baseline, last-baseline: last baseline), \"justify-self\": (auto: auto, normal: normal, stretch: stretch, center: center, start: start, end: end, flex-start: flex-start, flex-end: flex-end, self-start: self-start, self-end: self-end, baseline: baseline, first-baseline: first baseline, last-baseline: last baseline), \"place-content\": (normal: normal, stretch: stretch, center: center, start: start, end: end, flex-start: flex-start, flex-end: flex-end, baseline: baseline, between: space-between, around: space-around, evenly: space-evenly), \"place-items\": (normal: normal, stretch: stretch, center: center, start: start, end: end, flex-start: flex-start, flex-end: flex-end, self-start: flex-start, self-end: flex-end, baseline: baseline), \"place-self\": (auto: auto, normal: normal, stretch: stretch, center: center, start: flex-start, end: flex-end, flex-start: flex-start, flex-end: flex-end, self-start: flex-start, self-end: flex-end, baseline: baseline), \"margin\": (0: 0, 1px: 1px, 0.5: 2px, 1: 4px, 1.5: 6px, 2: 8px, 2.5: 10px, 3: 12px, 3.5: 14px, 4: 16px, 4.5: 18px, 5: 20px, 5.5: 22px, 6: 24px, 6.5: 26px, 7: 28px, 7.5: 30px, 8: 32px, 9: 36px, 10: 40px, 11: 44px, 12: 48px, 13: 52px, 14: 56px, 15: 60px, 16: 64px, 17: 68px, 18: 72px, 19: 76px, 20: 80px, 21: 84px, 22: 88px, 23: 92px, 24: 96px, xs: 4px, sm: 8px, md: 12px, lg: 16px, xl: 24px, thin: 2px, hair: 1px), \"padding\": (0: 0, 1px: 1px, 0.5: 2px, 1: 4px, 1.5: 6px, 2: 8px, 2.5: 10px, 3: 12px, 3.5: 14px, 4: 16px, 4.5: 18px, 5: 20px, 5.5: 22px, 6: 24px, 6.5: 26px, 7: 28px, 7.5: 30px, 8: 32px, 9: 36px, 10: 40px, 11: 44px, 12: 48px, 13: 52px, 14: 56px, 15: 60px, 16: 64px, 17: 68px, 18: 72px, 19: 76px, 20: 80px, 21: 84px, 22: 88px, 23: 92px, 24: 96px, xs: 4px, sm: 8px, md: 12px, lg: 16px, xl: 24px, thin: 2px, hair: 1px), \"space-between\": (), \"width\": (0: 0, 1px: 1px, 0.5: 2px, 1: 4px, 1.5: 6px, 2: 8px, 2.5: 10px, 3: 12px, 3.5: 14px, 4: 16px, 4.5: 18px, 5: 20px, 5.5: 22px, 6: 24px, 6.5: 26px, 7: 28px, 7.5: 30px, 8: 32px, 9: 36px, 10: 40px, 11: 44px, 12: 48px, 13: 52px, 14: 56px, 15: 60px, 16: 64px, 17: 68px, 18: 72px, 19: 76px, 20: 80px, 21: 84px, 22: 88px, 23: 92px, 24: 96px, \"auto\": auto, \"1/2\": 50%, \"1/3\": 33.333333%, \"2/3\": 66.666667%, \"1/4\": 25%, \"2/4\": 50%, \"3/4\": 75%, \"1/5\": 20%, \"2/5\": 40%, \"3/5\": 60%, \"4/5\": 80%, \"1/6\": 16.666667%, \"2/6\": 33.333333%, \"3/6\": 50%, \"4/6\": 66.666667%, \"5/6\": 83.333333%, \"1/12\": 8.333333%, \"2/12\": 16.666667%, \"3/12\": 25%, \"4/12\": 33.333333%, \"5/12\": 41.666667%, \"6/12\": 50%, \"7/12\": 58.333333%, \"8/12\": 66.666667%, \"9/12\": 75%, \"10/12\": 83.333333%, \"11/12\": 91.666667%, \"full\": 100%, \"min\": min-content, \"max\": max-content, \"fit\": fit-content, screen: 100vw), \"min-width\": (0: 0, full: 100%, screen: 100vw, min: min-content, max: max-content, fit: fit-content), \"max-width\": (none: none, 0: 0, full: 100%, screen: 100vw, min: min-content, max: max-content, fit: fit-content), \"height\": (0: 0, 1px: 1px, 0.5: 2px, 1: 4px, 1.5: 6px, 2: 8px, 2.5: 10px, 3: 12px, 3.5: 14px, 4: 16px, 4.5: 18px, 5: 20px, 5.5: 22px, 6: 24px, 6.5: 26px, 7: 28px, 7.5: 30px, 8: 32px, 9: 36px, 10: 40px, 11: 44px, 12: 48px, 13: 52px, 14: 56px, 15: 60px, 16: 64px, 17: 68px, 18: 72px, 19: 76px, 20: 80px, 21: 84px, 22: 88px, 23: 92px, 24: 96px, \"auto\": auto, \"1/2\": 50%, \"1/3\": 33.333333%, \"2/3\": 66.666667%, \"1/4\": 25%, \"2/4\": 50%, \"3/4\": 75%, \"1/5\": 20%, \"2/5\": 40%, \"3/5\": 60%, \"4/5\": 80%, \"1/6\": 16.666667%, \"2/6\": 33.333333%, \"3/6\": 50%, \"4/6\": 66.666667%, \"5/6\": 83.333333%, \"1/12\": 8.333333%, \"2/12\": 16.666667%, \"3/12\": 25%, \"4/12\": 33.333333%, \"5/12\": 41.666667%, \"6/12\": 50%, \"7/12\": 58.333333%, \"8/12\": 66.666667%, \"9/12\": 75%, \"10/12\": 83.333333%, \"11/12\": 91.666667%, \"full\": 100%, \"min\": min-content, \"max\": max-content, \"fit\": fit-content, screen: 100vh), \"min-height\": (0: 0, full: 100%, screen: 100vh, min: min-content, max: max-content, fit: fit-content), \"max-height\": (none: none, 0: 0, full: 100%, screen: 100vh, min: min-content, max: max-content, fit: fit-content), \"font-family\": (), \"font-size\": (xs: 10px, sm: 12px, md: 14px, lg: 16px, xl: 20px), \"font-smoothing\": (), \"font-style\": (italic: italic, non-italic: normal), \"font-weight\": (\"thin\": 100, \"extralight\": 200, \"light\": 300, \"normal\": 400, \"medium\": 500, \"semibold\": 600, \"bold\": 700, \"extrabold\": 800, \"black\": 900), \"font-variant-numeric\": (), \"letter-spacing\": (), \"line-height\": (), \"list-style-type\": (), \"list-style-position\": (), \"text-align\": (left, right, center, justify), \"text-color\": (\"primary\": #3f51b5, \"secondary\": #e51a5f, \"tertiary\": #00695c, \"info\": #0058e9, \"success\": #37b400, \"warning\": #ffc000, \"error\": #f31700, \"dark\": #424242, \"light\": #f5f5f5, \"inverse\": #424242, \"inherit\": inherit, \"current\": currentColor, \"transparent\": transparent, \"black\": black, \"white\": white), \"text-decoration\": (), \"text-decoration-width\": (), \"text-decoration-style\": (), \"text-decoration-color\": (), \"text-decoration-offset\": (), \"text-transform\": (uppercase: uppercase, lowercase: lowercase, capitalize: capitalize, normal-case: none), \"text-overflow\": (clip: clip, ellipsis: ellipsis), \"text-indent\": (), \"vertical-align\": (), \"white-space\": (normal, nowrap, pre, pre-line, pre-wrap, break-spaces), \"word-break\": (), \"background-color\": (\"primary\": #3f51b5, \"secondary\": #e51a5f, \"tertiary\": #00695c, \"info\": #0058e9, \"success\": #37b400, \"warning\": #ffc000, \"error\": #f31700, \"dark\": #424242, \"light\": #f5f5f5, \"inverse\": #424242, \"inherit\": inherit, \"transparent\": transparent, \"black\": black, \"white\": white), \"border-width\": (DEFAULT: 1px, 0: 0, 2: 2px, 4: 4px, 8: 8px), \"border-style\": (solid, dashed, dotted, double, hidden, none), \"border-color\": (\"primary\": #3f51b5, \"secondary\": #e51a5f, \"tertiary\": #00695c, \"info\": #0058e9, \"success\": #37b400, \"warning\": #ffc000, \"error\": #f31700, \"dark\": #424242, \"light\": #f5f5f5, \"inverse\": #424242, \"inherit\": inherit, \"current\": currentColor, \"transparent\": transparent, \"black\": black, \"white\": white), \"border-radius\": (DEFAULT: 4px, 0: 0, sm: 2px, md: 4px, lg: 6px, full: 9999px), \"outline-width\": (DEFAULT: 1px, 0: 0, 2: 2px, 4: 4px, 8: 8px), \"outline-style\": (solid, dashed, dotted, double, groove, ridge, inset, outset, none), \"outline-color\": (), \"outline-offset\": (0: 0, 1: 1px, 2: 2px, 4: 4px, 8: 8px), \"border-collapse\": (collapse, separate), \"table-layout\": (auto, fixed), \"flip\": true, \"scale\": (0: 0, 0.25: 0.25, 0.5: 0.5, 0.75: 0.75, 1: 1, 1.25: 1.25, 1.5: 1.5, 2: 2), \"rotate\": (0: 0deg, 45: 45deg, 90: 90deg, 135: 135deg, 180: 180deg, 225: 225deg, 270: 270deg, 315: 315deg), \"translate\": (0: 0, 1px: 1px, 0.5: 2px, 1: 4px, 1.5: 6px, 2: 8px, 2.5: 10px, 3: 12px, 3.5: 14px, 4: 16px, 4.5: 18px, 5: 20px, 5.5: 22px, 6: 24px, 6.5: 26px, 7: 28px, 7.5: 30px, 8: 32px, 9: 36px, 10: 40px, 11: 44px, 12: 48px, 13: 52px, 14: 56px, 15: 60px, 16: 64px, 17: 68px, 18: 72px, 19: 76px, 20: 80px, 21: 84px, 22: 88px, 23: 92px, 24: 96px, \"1/2\": 50%, \"1/3\": 33.333333%, \"2/3\": 66.666667%, \"1/4\": 25%, \"2/4\": 50%, \"3/4\": 75%, \"1/5\": 20%, \"2/5\": 40%, \"3/5\": 60%, \"4/5\": 80%, \"1/6\": 16.666667%, \"2/6\": 33.333333%, \"3/6\": 50%, \"4/6\": 66.666667%, \"5/6\": 83.333333%, \"1/12\": 8.333333%, \"2/12\": 16.666667%, \"3/12\": 25%, \"4/12\": 33.333333%, \"5/12\": 41.666667%, \"6/12\": 50%, \"7/12\": 58.333333%, \"8/12\": 66.666667%, \"9/12\": 75%, \"10/12\": 83.333333%, \"11/12\": 91.666667%, \"full\": 100%), \"skew\": (0: 0deg, 1: 1deg, 2: 2deg, 3: 3deg, 4: 4deg, 5: 5deg, 6: 6deg, 7: 7deg, 8: 8deg, 9: 9deg, 10: 10deg, 11: 11deg, 12: 12deg), \"origin\": (center: center, top: top, right: right, bottom: bottom, left: left, top-left: top left, top-right: top right, bottom-left: bottom left, bottom-right: bottom right), \"accent-color\": (), \"appearance\": (none, auto), \"cursor\": (none, auto, default, context-menu, help, pointer, progress, wait, cell, crosshair, text, vertical-text, alias, copy, move, no-drop, not-allowed, e-resize, n-resize, ne-resize, nw-resize, s-resize, se-resize, sw-resize, w-resize, ew-resize, ns-resize, nesw-resize, nwse-resize, col-resize, row-resize, all-scroll, zoom-in, zoom-out, grab, grabbing), \"caret-color\": (), \"pointer-events\": (none, auto), \"resize\": (DEFAULT: both, none: none, x: horizontal, y: vertical), \"scroll-behavior\": (auto, smooth), \"scroll-snap-type\": (none: none, snap-x: x var(--k-scroll-snap-strictness), snap-y: y var(--k-scroll-snap-strictness), snap-both: both var(--k-scroll-snap-strictness)), \"scroll-snap-align\": (start, end, center, none), \"scroll-snap-stop\": (normal, always), \"scroll-margin\": (0: 0, 1px: 1px, 0.5: 2px, 1: 4px, 1.5: 6px, 2: 8px, 2.5: 10px, 3: 12px, 3.5: 14px, 4: 16px, 4.5: 18px, 5: 20px, 5.5: 22px, 6: 24px, 6.5: 26px, 7: 28px, 7.5: 30px, 8: 32px, 9: 36px, 10: 40px, 11: 44px, 12: 48px, 13: 52px, 14: 56px, 15: 60px, 16: 64px, 17: 68px, 18: 72px, 19: 76px, 20: 80px, 21: 84px, 22: 88px, 23: 92px, 24: 96px), \"scroll-padding\": (0: 0, 1px: 1px, 0.5: 2px, 1: 4px, 1.5: 6px, 2: 8px, 2.5: 10px, 3: 12px, 3.5: 14px, 4: 16px, 4.5: 18px, 5: 20px, 5.5: 22px, 6: 24px, 6.5: 26px, 7: 28px, 7.5: 30px, 8: 32px, 9: 36px, 10: 40px, 11: 44px, 12: 48px, 13: 52px, 14: 56px, 15: 60px, 16: 64px, 17: 68px, 18: 72px, 19: 76px, 20: 80px, 21: 84px, 22: 88px, 23: 92px, 24: 96px), \"touch-action\": (none, auto, pan-x, pan-left, pan-right, pan-y, pan-up, pan-down, pinch-zoom, manipulation), \"user-select\": (none, auto, text, all, contain), \"will-change\": (auto: auto, scroll: scroll-position, contents: contents, transform: transform))"
708
+ "value": "(\"screen-readers\": true, \"aspect-ratio\": (auto: auto, 1: 1, square: 1 / 1, video: 16 / 9), \"container\": (), \"columns\": (1: 1, 2: 2, 3: 3, 4: 4, 5: 5, 6: 6, 7: 7, 8: 8, 9: 9, 10: 10, 11: 11, 12: 12, auto: auto), \"break-after\": (), \"break-before\": (), \"break-inside\": (), \"box-decoration-break\": (), \"box-sizing\": (border: border-box, content: content-box), \"display\": (none, contents, block, inline, inline-block, flex, inline-flex, grid, inline-grid, table, inline-table, table-row, table-cell, list-item), \"float\": (left, right, none), \"clear\": (left, right, both, none), \"isolation\": (), \"object-fit\": (contain, cover, fill, scale-down, initial, none), \"object-position\": (center: center, top: top, right: right, bottom: bottom, left: left, top-left: top left, top-right: top right, bottom-left: bottom left, bottom-right: bottom right), \"overflow\": (auto: auto, hidden: hidden, visible: visible, scroll: scroll, clip: clip), \"overscroll\": (), \"placement\": (0: 0, 1px: 1px, 0.5: 2px, 1: 4px, 1.5: 6px, 2: 8px, 2.5: 10px, 3: 12px, 3.5: 14px, 4: 16px, 4.5: 18px, 5: 20px, 5.5: 22px, 6: 24px, 6.5: 26px, 7: 28px, 7.5: 30px, 8: 32px, 9: 36px, 10: 40px, 11: 44px, 12: 48px, 13: 52px, 14: 56px, 15: 60px, 16: 64px, 17: 68px, 18: 72px, 19: 76px, 20: 80px, 21: 84px, 22: 88px, 23: 92px, 24: 96px, -1: -1px), \"position\": (static, relative, absolute, fixed, sticky), \"inset\": (0: 0, 1: 1px, -1: -1px), \"visibility\": (visible: visible, invisible: hidden, collapse: collapse), \"zindex\": (0: 0, 10: 10, 20: 20, 30: 30, 40: 40, 50: 50, auto: auto), \"flex-direction\": (row: row, row-reverse: row-reverse, col: column, col-reverse: column-reverse), \"flex-wrap\": (wrap, wrap-reverse, nowrap), \"flex\": (1: 1 1 0%, auto: 1 1 auto, initial: 0 1 auto, none: none), \"flex-grow\": (DEFAULT: 1, 0: 0), \"flex-shrink\": (DEFAULT: 1, 0: 0), \"flex-basis\": (0: 0, 1px: 1px, 0.5: 2px, 1: 4px, 1.5: 6px, 2: 8px, 2.5: 10px, 3: 12px, 3.5: 14px, 4: 16px, 4.5: 18px, 5: 20px, 5.5: 22px, 6: 24px, 6.5: 26px, 7: 28px, 7.5: 30px, 8: 32px, 9: 36px, 10: 40px, 11: 44px, 12: 48px, 13: 52px, 14: 56px, 15: 60px, 16: 64px, 17: 68px, 18: 72px, 19: 76px, 20: 80px, 21: 84px, 22: 88px, 23: 92px, 24: 96px, \"auto\": auto, \"1/2\": 50%, \"1/3\": 33.333333%, \"2/3\": 66.666667%, \"1/4\": 25%, \"2/4\": 50%, \"3/4\": 75%, \"1/5\": 20%, \"2/5\": 40%, \"3/5\": 60%, \"4/5\": 80%, \"1/6\": 16.666667%, \"2/6\": 33.333333%, \"3/6\": 50%, \"4/6\": 66.666667%, \"5/6\": 83.333333%, \"1/12\": 8.333333%, \"2/12\": 16.666667%, \"3/12\": 25%, \"4/12\": 33.333333%, \"5/12\": 41.666667%, \"6/12\": 50%, \"7/12\": 58.333333%, \"8/12\": 66.666667%, \"9/12\": 75%, \"10/12\": 83.333333%, \"11/12\": 91.666667%, \"full\": 100%, \"min\": min-content, \"max\": max-content, \"fit\": fit-content), \"order\": (1: 1, 2: 2, 3: 3, 4: 4, 5: 5, 6: 6, 7: 7, 8: 8, 9: 9, 10: 10, 11: 11, 12: 12, first: -9999, last: 9999, none: 0), \"grid-template-columns\": (1: repeat(1, minmax(0, 1fr)), 2: repeat(2, minmax(0, 1fr)), 3: repeat(3, minmax(0, 1fr)), 4: repeat(4, minmax(0, 1fr)), 5: repeat(5, minmax(0, 1fr)), 6: repeat(6, minmax(0, 1fr)), 7: repeat(7, minmax(0, 1fr)), 8: repeat(8, minmax(0, 1fr)), 9: repeat(9, minmax(0, 1fr)), 10: repeat(10, minmax(0, 1fr)), 11: repeat(11, minmax(0, 1fr)), 12: repeat(12, minmax(0, 1fr)), none: none), \"grid-template-rows\": (1: repeat(1, minmax(0, 1fr)), 2: repeat(2, minmax(0, 1fr)), 3: repeat(3, minmax(0, 1fr)), 4: repeat(4, minmax(0, 1fr)), 5: repeat(5, minmax(0, 1fr)), 6: repeat(6, minmax(0, 1fr)), 7: repeat(7, minmax(0, 1fr)), 8: repeat(8, minmax(0, 1fr)), 9: repeat(9, minmax(0, 1fr)), 10: repeat(10, minmax(0, 1fr)), 11: repeat(11, minmax(0, 1fr)), 12: repeat(12, minmax(0, 1fr)), none: none), \"grid-column-start\": (1: 1, 2: 2, 3: 3, 4: 4, 5: 5, 6: 6, 7: 7, 8: 8, 9: 9, 10: 10, 11: 11, 12: 12, 13: 13, -1: -1, -2: -2, -3: -3, -4: -4, -5: -5, -6: -6, -7: -7, -8: -8, -9: -9, -10: -10, -11: -11, -12: -12, -13: -13, auto: auto), \"grid-column-end\": (1: 1, 2: 2, 3: 3, 4: 4, 5: 5, 6: 6, 7: 7, 8: 8, 9: 9, 10: 10, 11: 11, 12: 12, 13: 13, -1: -1, -2: -2, -3: -3, -4: -4, -5: -5, -6: -6, -7: -7, -8: -8, -9: -9, -10: -10, -11: -11, -12: -12, -13: -13, auto: auto), \"grid-column-span\": (1: span 1/span 1, 2: span 2/span 2, 3: span 3/span 3, 4: span 4/span 4, 5: span 5/span 5, 6: span 6/span 6, 7: span 7/span 7, 8: span 8/span 8, 9: span 9/span 9, 10: span 10/span 10, 11: span 11/span 11, 12: span 12/span 12, full: 1 / -1, auto: auto), \"grid-row-start\": (1: 1, 2: 2, 3: 3, 4: 4, 5: 5, 6: 6, 7: 7, 8: 8, 9: 9, 10: 10, 11: 11, 12: 12, 13: 13, -1: -1, -2: -2, -3: -3, -4: -4, -5: -5, -6: -6, -7: -7, -8: -8, -9: -9, -10: -10, -11: -11, -12: -12, -13: -13, auto: auto), \"grid-row-end\": (1: 1, 2: 2, 3: 3, 4: 4, 5: 5, 6: 6, 7: 7, 8: 8, 9: 9, 10: 10, 11: 11, 12: 12, 13: 13, -1: -1, -2: -2, -3: -3, -4: -4, -5: -5, -6: -6, -7: -7, -8: -8, -9: -9, -10: -10, -11: -11, -12: -12, -13: -13, auto: auto), \"grid-row-span\": (1: span 1/span 1, 2: span 2/span 2, 3: span 3/span 3, 4: span 4/span 4, 5: span 5/span 5, 6: span 6/span 6, 7: span 7/span 7, 8: span 8/span 8, 9: span 9/span 9, 10: span 10/span 10, 11: span 11/span 11, 12: span 12/span 12, full: span 1/span -1, auto: auto), \"grid-auto-flow\": (row: row, col: column, dense: dense, row-dense: row dense, col-dense: column dense, unset: unset), \"grid-auto-columns\": (auto: auto, min: min-content, max: max-content, fr: minmax(0, 1fr)), \"grid-auto-rows\": (auto: auto, min: min-content, max: max-content, fr: minmax(0, 1fr)), \"gap\": (0: 0, 1px: 1px, 0.5: 2px, 1: 4px, 1.5: 6px, 2: 8px, 2.5: 10px, 3: 12px, 3.5: 14px, 4: 16px, 4.5: 18px, 5: 20px, 5.5: 22px, 6: 24px, 6.5: 26px, 7: 28px, 7.5: 30px, 8: 32px, 9: 36px, 10: 40px, 11: 44px, 12: 48px, 13: 52px, 14: 56px, 15: 60px, 16: 64px, 17: 68px, 18: 72px, 19: 76px, 20: 80px, 21: 84px, 22: 88px, 23: 92px, 24: 96px, xs: 4px, sm: 8px, md: 12px, lg: 16px, xl: 24px, thin: 2px, hair: 1px), \"align-content\": (normal: normal, stretch: stretch, center: center, start: start, end: end, flex-start: flex-start, flex-end: flex-end, baseline: baseline, first-baseline: first baseline, last-baseline: last baseline, between: space-between, around: space-around, evenly: space-evenly), \"align-items\": (normal: normal, stretch: stretch, center: center, start: start, end: end, flex-start: flex-start, flex-end: flex-end, baseline: baseline, first-baseline: first baseline, last-baseline: last baseline, self-start: self-start, self-end: self-end), \"align-self\": (auto: auto, normal: normal, stretch: stretch, center: center, start: start, end: end, flex-start: flex-start, flex-end: flex-end, baseline: baseline, first-baseline: first baseline, last-baseline: last baseline, self-start: self-start, self-end: self-end), \"justify-content\": (normal: normal, stretch: stretch, center: center, start: start, end: end, flex-start: flex-start, flex-end: flex-end, left: left, right: right, baseline: baseline, first-baseline: first baseline, last-baseline: last baseline, between: space-between, around: space-around, evenly: space-evenly), \"justify-items\": (normal: normal, stretch: stretch, center: center, start: start, end: end, flex-start: flex-start, flex-end: flex-end, self-start: self-start, self-end: self-end, left: left, right: right, baseline: baseline, first-baseline: first baseline, last-baseline: last baseline), \"justify-self\": (auto: auto, normal: normal, stretch: stretch, center: center, start: start, end: end, flex-start: flex-start, flex-end: flex-end, self-start: self-start, self-end: self-end, baseline: baseline, first-baseline: first baseline, last-baseline: last baseline), \"place-content\": (normal: normal, stretch: stretch, center: center, start: start, end: end, flex-start: flex-start, flex-end: flex-end, baseline: baseline, between: space-between, around: space-around, evenly: space-evenly), \"place-items\": (normal: normal, stretch: stretch, center: center, start: start, end: end, flex-start: flex-start, flex-end: flex-end, self-start: flex-start, self-end: flex-end, baseline: baseline), \"place-self\": (auto: auto, normal: normal, stretch: stretch, center: center, start: flex-start, end: flex-end, flex-start: flex-start, flex-end: flex-end, self-start: flex-start, self-end: flex-end, baseline: baseline), \"margin\": (0: 0, 1px: 1px, 0.5: 2px, 1: 4px, 1.5: 6px, 2: 8px, 2.5: 10px, 3: 12px, 3.5: 14px, 4: 16px, 4.5: 18px, 5: 20px, 5.5: 22px, 6: 24px, 6.5: 26px, 7: 28px, 7.5: 30px, 8: 32px, 9: 36px, 10: 40px, 11: 44px, 12: 48px, 13: 52px, 14: 56px, 15: 60px, 16: 64px, 17: 68px, 18: 72px, 19: 76px, 20: 80px, 21: 84px, 22: 88px, 23: 92px, 24: 96px, \"-1px\": -1px, \"-0.5\": -2px, \"-1\": -4px, \"-1.5\": -6px, \"-2\": -8px, \"-2.5\": -10px, \"-3\": -12px, \"-3.5\": -14px, \"-4\": -16px, \"-4.5\": -18px, \"-5\": -20px, \"-5.5\": -22px, \"-6\": -24px, \"-6.5\": -26px, \"-7\": -28px, \"-7.5\": -30px, \"-8\": -32px, \"-9\": -36px, \"-10\": -40px, \"-11\": -44px, \"-12\": -48px, \"-13\": -52px, \"-14\": -56px, \"-15\": -60px, \"-16\": -64px, \"-17\": -68px, \"-18\": -72px, \"-19\": -76px, \"-20\": -80px, \"-21\": -84px, \"-22\": -88px, \"-23\": -92px, \"-24\": -96px, xs: 4px, sm: 8px, md: 12px, lg: 16px, xl: 24px, thin: 2px, hair: 1px, auto: auto), \"padding\": (0: 0, 1px: 1px, 0.5: 2px, 1: 4px, 1.5: 6px, 2: 8px, 2.5: 10px, 3: 12px, 3.5: 14px, 4: 16px, 4.5: 18px, 5: 20px, 5.5: 22px, 6: 24px, 6.5: 26px, 7: 28px, 7.5: 30px, 8: 32px, 9: 36px, 10: 40px, 11: 44px, 12: 48px, 13: 52px, 14: 56px, 15: 60px, 16: 64px, 17: 68px, 18: 72px, 19: 76px, 20: 80px, 21: 84px, 22: 88px, 23: 92px, 24: 96px, xs: 4px, sm: 8px, md: 12px, lg: 16px, xl: 24px, thin: 2px, hair: 1px), \"space-between\": (), \"width\": (0: 0, 1px: 1px, 0.5: 2px, 1: 4px, 1.5: 6px, 2: 8px, 2.5: 10px, 3: 12px, 3.5: 14px, 4: 16px, 4.5: 18px, 5: 20px, 5.5: 22px, 6: 24px, 6.5: 26px, 7: 28px, 7.5: 30px, 8: 32px, 9: 36px, 10: 40px, 11: 44px, 12: 48px, 13: 52px, 14: 56px, 15: 60px, 16: 64px, 17: 68px, 18: 72px, 19: 76px, 20: 80px, 21: 84px, 22: 88px, 23: 92px, 24: 96px, \"auto\": auto, \"1/2\": 50%, \"1/3\": 33.333333%, \"2/3\": 66.666667%, \"1/4\": 25%, \"2/4\": 50%, \"3/4\": 75%, \"1/5\": 20%, \"2/5\": 40%, \"3/5\": 60%, \"4/5\": 80%, \"1/6\": 16.666667%, \"2/6\": 33.333333%, \"3/6\": 50%, \"4/6\": 66.666667%, \"5/6\": 83.333333%, \"1/12\": 8.333333%, \"2/12\": 16.666667%, \"3/12\": 25%, \"4/12\": 33.333333%, \"5/12\": 41.666667%, \"6/12\": 50%, \"7/12\": 58.333333%, \"8/12\": 66.666667%, \"9/12\": 75%, \"10/12\": 83.333333%, \"11/12\": 91.666667%, \"full\": 100%, \"min\": min-content, \"max\": max-content, \"fit\": fit-content, screen: 100vw), \"min-width\": (0: 0, full: 100%, screen: 100vw, min: min-content, max: max-content, fit: fit-content), \"max-width\": (none: none, 0: 0, full: 100%, screen: 100vw, min: min-content, max: max-content, fit: fit-content), \"height\": (0: 0, 1px: 1px, 0.5: 2px, 1: 4px, 1.5: 6px, 2: 8px, 2.5: 10px, 3: 12px, 3.5: 14px, 4: 16px, 4.5: 18px, 5: 20px, 5.5: 22px, 6: 24px, 6.5: 26px, 7: 28px, 7.5: 30px, 8: 32px, 9: 36px, 10: 40px, 11: 44px, 12: 48px, 13: 52px, 14: 56px, 15: 60px, 16: 64px, 17: 68px, 18: 72px, 19: 76px, 20: 80px, 21: 84px, 22: 88px, 23: 92px, 24: 96px, \"auto\": auto, \"1/2\": 50%, \"1/3\": 33.333333%, \"2/3\": 66.666667%, \"1/4\": 25%, \"2/4\": 50%, \"3/4\": 75%, \"1/5\": 20%, \"2/5\": 40%, \"3/5\": 60%, \"4/5\": 80%, \"1/6\": 16.666667%, \"2/6\": 33.333333%, \"3/6\": 50%, \"4/6\": 66.666667%, \"5/6\": 83.333333%, \"1/12\": 8.333333%, \"2/12\": 16.666667%, \"3/12\": 25%, \"4/12\": 33.333333%, \"5/12\": 41.666667%, \"6/12\": 50%, \"7/12\": 58.333333%, \"8/12\": 66.666667%, \"9/12\": 75%, \"10/12\": 83.333333%, \"11/12\": 91.666667%, \"full\": 100%, \"min\": min-content, \"max\": max-content, \"fit\": fit-content, screen: 100vh), \"min-height\": (0: 0, full: 100%, screen: 100vh, min: min-content, max: max-content, fit: fit-content), \"max-height\": (none: none, 0: 0, full: 100%, screen: 100vh, min: min-content, max: max-content, fit: fit-content), \"font-family\": (), \"font-size\": (xs: 10px, sm: 12px, md: 14px, lg: 16px, xl: 20px), \"font-smoothing\": (), \"font-style\": (italic: italic, non-italic: normal), \"font-weight\": (\"thin\": 100, \"extralight\": 200, \"light\": 300, \"normal\": 400, \"medium\": 500, \"semibold\": 600, \"bold\": 700, \"extrabold\": 800, \"black\": 900), \"font-variant-numeric\": (), \"letter-spacing\": (), \"line-height\": (), \"list-style-type\": (none, disc, decimal), \"list-style-position\": (), \"text-align\": (left, right, center, justify, start, end), \"text-color\": (\"primary\": #3f51b5, \"secondary\": #e51a5f, \"tertiary\": #00695c, \"info\": #0058e9, \"success\": #37b400, \"warning\": #ffc000, \"error\": #f31700, \"dark\": #424242, \"light\": #f5f5f5, \"inverse\": #424242, \"inherit\": inherit, \"current\": currentColor, \"transparent\": transparent, \"black\": black, \"white\": white), \"text-decoration\": (underline: underline, overline: overline, line-through: line-through, no-underline: none), \"text-decoration-width\": (), \"text-decoration-style\": (), \"text-decoration-color\": (), \"text-decoration-offset\": (), \"text-transform\": (uppercase: uppercase, lowercase: lowercase, capitalize: capitalize, normal-case: none), \"text-overflow\": (clip: clip, ellipsis: ellipsis), \"text-indent\": (), \"vertical-align\": (baseline, top, middle, bottom, text-top, text-bottom, sub, super), \"white-space\": (normal, nowrap, pre, pre-line, pre-wrap, break-spaces), \"word-break\": (), \"background-clip\": (border: border-box, padding: padding-box, content: content-box, text: text), \"background-color\": (\"primary\": #3f51b5, \"secondary\": #e51a5f, \"tertiary\": #00695c, \"info\": #0058e9, \"success\": #37b400, \"warning\": #ffc000, \"error\": #f31700, \"dark\": #424242, \"light\": #f5f5f5, \"inverse\": #424242, \"inherit\": inherit, \"transparent\": transparent, \"black\": black, \"white\": white), \"border-width\": (DEFAULT: 1px, 0: 0, 2: 2px, 4: 4px, 8: 8px), \"border-style\": (solid, dashed, dotted, double, inset, outset, hidden, none), \"border-color\": (\"primary\": #3f51b5, \"secondary\": #e51a5f, \"tertiary\": #00695c, \"info\": #0058e9, \"success\": #37b400, \"warning\": #ffc000, \"error\": #f31700, \"dark\": #424242, \"light\": #f5f5f5, \"inverse\": #424242, \"inherit\": inherit, \"current\": currentColor, \"transparent\": transparent, \"black\": black, \"white\": white), \"border-radius\": (DEFAULT: 4px, 0: 0, sm: 2px, md: 4px, lg: 6px, full: 9999px), \"outline-width\": (DEFAULT: 1px, 0: 0, 2: 2px, 4: 4px, 8: 8px), \"outline-style\": (solid, dashed, dotted, double, inset, outset, none), \"outline-color\": (\"primary\": #3f51b5, \"secondary\": #e51a5f, \"tertiary\": #00695c, \"info\": #0058e9, \"success\": #37b400, \"warning\": #ffc000, \"error\": #f31700, \"dark\": #424242, \"light\": #f5f5f5, \"inverse\": #424242, \"inherit\": inherit, \"current\": currentColor, \"transparent\": transparent, \"black\": black, \"white\": white), \"outline-offset\": (0: 0, 1: 1px, 2: 2px, 4: 4px, 8: 8px), \"box-shadow\": (), \"box-shadow-color\": (), \"opacity\": (0: 0, 5: 0.05, 10: 0.1, 20: 0.2, 30: 0.3, 40: 0.4, 50: 0.5, 60: 0.6, 70: 0.7, 80: 0.8, 90: 0.9, 100: 1), \"backdrop-blur\": (DEFAULT: blur(8px), none: blur(0), sm: blur(4px), md: blur(6px), lg: blur(12px)), \"border-collapse\": (collapse, separate), \"table-layout\": (auto, fixed), \"flip\": true, \"scale\": (0: 0, 0.25: 0.25, 0.5: 0.5, 0.75: 0.75, 1: 1, 1.25: 1.25, 1.5: 1.5, 2: 2), \"rotate\": (0: 0deg, 45: 45deg, 90: 90deg, 135: 135deg, 180: 180deg, 225: 225deg, 270: 270deg, 315: 315deg), \"translate\": (0: 0, 1px: 1px, 0.5: 2px, 1: 4px, 1.5: 6px, 2: 8px, 2.5: 10px, 3: 12px, 3.5: 14px, 4: 16px, 4.5: 18px, 5: 20px, 5.5: 22px, 6: 24px, 6.5: 26px, 7: 28px, 7.5: 30px, 8: 32px, 9: 36px, 10: 40px, 11: 44px, 12: 48px, 13: 52px, 14: 56px, 15: 60px, 16: 64px, 17: 68px, 18: 72px, 19: 76px, 20: 80px, 21: 84px, 22: 88px, 23: 92px, 24: 96px, \"1/2\": 50%, \"1/3\": 33.333333%, \"2/3\": 66.666667%, \"1/4\": 25%, \"2/4\": 50%, \"3/4\": 75%, \"1/5\": 20%, \"2/5\": 40%, \"3/5\": 60%, \"4/5\": 80%, \"1/6\": 16.666667%, \"2/6\": 33.333333%, \"3/6\": 50%, \"4/6\": 66.666667%, \"5/6\": 83.333333%, \"1/12\": 8.333333%, \"2/12\": 16.666667%, \"3/12\": 25%, \"4/12\": 33.333333%, \"5/12\": 41.666667%, \"6/12\": 50%, \"7/12\": 58.333333%, \"8/12\": 66.666667%, \"9/12\": 75%, \"10/12\": 83.333333%, \"11/12\": 91.666667%, \"full\": 100%), \"skew\": (0: 0deg, 1: 1deg, 2: 2deg, 3: 3deg, 4: 4deg, 5: 5deg, 6: 6deg, 7: 7deg, 8: 8deg, 9: 9deg, 10: 10deg, 11: 11deg, 12: 12deg), \"origin\": (center: center, top: top, right: right, bottom: bottom, left: left, top-left: top left, top-right: top right, bottom-left: bottom left, bottom-right: bottom right), \"accent-color\": (), \"appearance\": (none, auto), \"cursor\": (none, auto, default, context-menu, help, pointer, progress, wait, cell, crosshair, text, vertical-text, alias, copy, move, no-drop, not-allowed, e-resize, n-resize, ne-resize, nw-resize, s-resize, se-resize, sw-resize, w-resize, ew-resize, ns-resize, nesw-resize, nwse-resize, col-resize, row-resize, all-scroll, zoom-in, zoom-out, grab, grabbing), \"caret-color\": (), \"pointer-events\": (none, auto), \"resize\": (DEFAULT: both, none: none, x: horizontal, y: vertical), \"scroll-behavior\": (auto, smooth), \"scroll-snap-type\": (none: none, snap-x: x var(--k-scroll-snap-strictness), snap-y: y var(--k-scroll-snap-strictness), snap-both: both var(--k-scroll-snap-strictness)), \"scroll-snap-align\": (start, end, center, none), \"scroll-snap-stop\": (normal, always), \"scroll-margin\": (0: 0, 1px: 1px, 0.5: 2px, 1: 4px, 1.5: 6px, 2: 8px, 2.5: 10px, 3: 12px, 3.5: 14px, 4: 16px, 4.5: 18px, 5: 20px, 5.5: 22px, 6: 24px, 6.5: 26px, 7: 28px, 7.5: 30px, 8: 32px, 9: 36px, 10: 40px, 11: 44px, 12: 48px, 13: 52px, 14: 56px, 15: 60px, 16: 64px, 17: 68px, 18: 72px, 19: 76px, 20: 80px, 21: 84px, 22: 88px, 23: 92px, 24: 96px), \"scroll-padding\": (0: 0, 1px: 1px, 0.5: 2px, 1: 4px, 1.5: 6px, 2: 8px, 2.5: 10px, 3: 12px, 3.5: 14px, 4: 16px, 4.5: 18px, 5: 20px, 5.5: 22px, 6: 24px, 6.5: 26px, 7: 28px, 7.5: 30px, 8: 32px, 9: 36px, 10: 40px, 11: 44px, 12: 48px, 13: 52px, 14: 56px, 15: 60px, 16: 64px, 17: 68px, 18: 72px, 19: 76px, 20: 80px, 21: 84px, 22: 88px, 23: 92px, 24: 96px), \"touch-action\": (none, auto, pan-x, pan-left, pan-right, pan-y, pan-up, pan-down, pinch-zoom, manipulation), \"user-select\": (none, auto, text, all, contain), \"will-change\": (auto: auto, scroll: scroll-position, contents: contents, transform: transform), \"fill-stroke\": (none: none, inherit: inherit, current: currentColor, \"transparent\": transparent, \"black\": black, \"white\": white))"
705
709
  },
706
710
  "kendo-h1-font-size": {
707
711
  "type": "Number",
@@ -1519,6 +1523,42 @@
1519
1523
  "type": "Number",
1520
1524
  "value": "2px"
1521
1525
  },
1526
+ "kendo-checkbox-sm-size": {
1527
+ "type": "Number",
1528
+ "value": "12px"
1529
+ },
1530
+ "kendo-checkbox-md-size": {
1531
+ "type": "Number",
1532
+ "value": "16px"
1533
+ },
1534
+ "kendo-checkbox-lg-size": {
1535
+ "type": "Number",
1536
+ "value": "20px"
1537
+ },
1538
+ "kendo-checkbox-sm-glyph-size": {
1539
+ "type": "Number",
1540
+ "value": "10px"
1541
+ },
1542
+ "kendo-checkbox-md-glyph-size": {
1543
+ "type": "Number",
1544
+ "value": "14px"
1545
+ },
1546
+ "kendo-checkbox-lg-glyph-size": {
1547
+ "type": "Number",
1548
+ "value": "18px"
1549
+ },
1550
+ "kendo-checkbox-sm-ripple-size": {
1551
+ "type": "Number",
1552
+ "value": "300%"
1553
+ },
1554
+ "kendo-checkbox-md-ripple-size": {
1555
+ "type": "Number",
1556
+ "value": "300%"
1557
+ },
1558
+ "kendo-checkbox-lg-ripple-size": {
1559
+ "type": "Number",
1560
+ "value": "300%"
1561
+ },
1522
1562
  "kendo-checkbox-sizes": {
1523
1563
  "type": "Map",
1524
1564
  "value": "(sm: (size: 12px, glyph-size: 10px, ripple-size: 300%), md: (size: 16px, glyph-size: 14px, ripple-size: 300%), lg: (size: 20px, glyph-size: 18px, ripple-size: 300%))"
@@ -2063,65 +2103,65 @@
2063
2103
  "type": "Number",
2064
2104
  "value": "16px"
2065
2105
  },
2066
- "kendo-button-padding-y": {
2106
+ "kendo-button-sm-padding-x": {
2067
2107
  "type": "Number",
2068
- "value": "8px"
2069
- },
2070
- "kendo-button-font-family": {
2071
- "type": "List",
2072
- "value": "Roboto, \"Helvetica Neue\", sans-serif"
2108
+ "value": "16px"
2073
2109
  },
2074
- "kendo-button-font-size": {
2110
+ "kendo-button-md-padding-x": {
2075
2111
  "type": "Number",
2076
- "value": "14px"
2112
+ "value": "16px"
2077
2113
  },
2078
- "kendo-button-line-height": {
2114
+ "kendo-button-lg-padding-x": {
2079
2115
  "type": "Number",
2080
- "value": "1.4285714286"
2116
+ "value": "16px"
2081
2117
  },
2082
- "kendo-button-sm-padding-x": {
2118
+ "kendo-button-padding-y": {
2083
2119
  "type": "Number",
2084
- "value": "16px"
2120
+ "value": "8px"
2085
2121
  },
2086
2122
  "kendo-button-sm-padding-y": {
2087
2123
  "type": "Number",
2088
2124
  "value": "6px"
2089
2125
  },
2090
- "kendo-button-sm-font-size": {
2126
+ "kendo-button-md-padding-y": {
2091
2127
  "type": "Number",
2092
- "value": "14px"
2128
+ "value": "8px"
2093
2129
  },
2094
- "kendo-button-sm-line-height": {
2130
+ "kendo-button-lg-padding-y": {
2095
2131
  "type": "Number",
2096
- "value": "1.4285714286"
2132
+ "value": "10px"
2097
2133
  },
2098
- "kendo-button-md-padding-x": {
2134
+ "kendo-button-font-family": {
2135
+ "type": "List",
2136
+ "value": "Roboto, \"Helvetica Neue\", sans-serif"
2137
+ },
2138
+ "kendo-button-font-size": {
2099
2139
  "type": "Number",
2100
- "value": "16px"
2140
+ "value": "14px"
2101
2141
  },
2102
- "kendo-button-md-padding-y": {
2142
+ "kendo-button-sm-font-size": {
2103
2143
  "type": "Number",
2104
- "value": "8px"
2144
+ "value": "14px"
2105
2145
  },
2106
2146
  "kendo-button-md-font-size": {
2107
2147
  "type": "Number",
2108
2148
  "value": "14px"
2109
2149
  },
2110
- "kendo-button-md-line-height": {
2150
+ "kendo-button-lg-font-size": {
2111
2151
  "type": "Number",
2112
- "value": "1.4285714286"
2152
+ "value": "14px"
2113
2153
  },
2114
- "kendo-button-lg-padding-x": {
2154
+ "kendo-button-line-height": {
2115
2155
  "type": "Number",
2116
- "value": "16px"
2156
+ "value": "1.4285714286"
2117
2157
  },
2118
- "kendo-button-lg-padding-y": {
2158
+ "kendo-button-sm-line-height": {
2119
2159
  "type": "Number",
2120
- "value": "10px"
2160
+ "value": "1.4285714286"
2121
2161
  },
2122
- "kendo-button-lg-font-size": {
2162
+ "kendo-button-md-line-height": {
2123
2163
  "type": "Number",
2124
- "value": "14px"
2164
+ "value": "1.4285714286"
2125
2165
  },
2126
2166
  "kendo-button-lg-line-height": {
2127
2167
  "type": "Number",
@@ -3287,65 +3327,65 @@
3287
3327
  "type": "Number",
3288
3328
  "value": "16px"
3289
3329
  },
3290
- "kendo-input-padding-y": {
3330
+ "kendo-input-sm-padding-x": {
3291
3331
  "type": "Number",
3292
- "value": "8px"
3293
- },
3294
- "kendo-input-font-family": {
3295
- "type": "List",
3296
- "value": "Roboto, \"Helvetica Neue\", sans-serif"
3332
+ "value": "16px"
3297
3333
  },
3298
- "kendo-input-font-size": {
3334
+ "kendo-input-md-padding-x": {
3299
3335
  "type": "Number",
3300
3336
  "value": "16px"
3301
3337
  },
3302
- "kendo-input-line-height": {
3338
+ "kendo-input-lg-padding-x": {
3303
3339
  "type": "Number",
3304
- "value": "1.25"
3340
+ "value": "16px"
3305
3341
  },
3306
- "kendo-input-sm-padding-x": {
3342
+ "kendo-input-padding-y": {
3307
3343
  "type": "Number",
3308
- "value": "16px"
3344
+ "value": "8px"
3309
3345
  },
3310
3346
  "kendo-input-sm-padding-y": {
3311
3347
  "type": "Number",
3312
3348
  "value": "6px"
3313
3349
  },
3314
- "kendo-input-sm-font-size": {
3350
+ "kendo-input-md-padding-y": {
3315
3351
  "type": "Number",
3316
- "value": "16px"
3352
+ "value": "8px"
3317
3353
  },
3318
- "kendo-input-sm-line-height": {
3354
+ "kendo-input-lg-padding-y": {
3319
3355
  "type": "Number",
3320
- "value": "1.25"
3356
+ "value": "8px"
3321
3357
  },
3322
- "kendo-input-md-padding-x": {
3358
+ "kendo-input-font-family": {
3359
+ "type": "List",
3360
+ "value": "Roboto, \"Helvetica Neue\", sans-serif"
3361
+ },
3362
+ "kendo-input-font-size": {
3323
3363
  "type": "Number",
3324
3364
  "value": "16px"
3325
3365
  },
3326
- "kendo-input-md-padding-y": {
3366
+ "kendo-input-sm-font-size": {
3327
3367
  "type": "Number",
3328
- "value": "8px"
3368
+ "value": "16px"
3329
3369
  },
3330
3370
  "kendo-input-md-font-size": {
3331
3371
  "type": "Number",
3332
3372
  "value": "16px"
3333
3373
  },
3334
- "kendo-input-md-line-height": {
3374
+ "kendo-input-lg-font-size": {
3335
3375
  "type": "Number",
3336
- "value": "1.25"
3376
+ "value": "16px"
3337
3377
  },
3338
- "kendo-input-lg-padding-x": {
3378
+ "kendo-input-line-height": {
3339
3379
  "type": "Number",
3340
- "value": "16px"
3380
+ "value": "1.25"
3341
3381
  },
3342
- "kendo-input-lg-padding-y": {
3382
+ "kendo-input-sm-line-height": {
3343
3383
  "type": "Number",
3344
- "value": "8px"
3384
+ "value": "1.25"
3345
3385
  },
3346
- "kendo-input-lg-font-size": {
3386
+ "kendo-input-md-line-height": {
3347
3387
  "type": "Number",
3348
- "value": "16px"
3388
+ "value": "1.25"
3349
3389
  },
3350
3390
  "kendo-input-lg-line-height": {
3351
3391
  "type": "Number",
@@ -3403,6 +3443,14 @@
3403
3443
  "type": "Null",
3404
3444
  "value": "null"
3405
3445
  },
3446
+ "kendo-input-selected-bg": {
3447
+ "type": "Null",
3448
+ "value": "null"
3449
+ },
3450
+ "kendo-input-selected-text": {
3451
+ "type": "Null",
3452
+ "value": "null"
3453
+ },
3406
3454
  "kendo-input-disabled-bg": {
3407
3455
  "type": "Color",
3408
3456
  "value": "#fafafa"
@@ -3503,6 +3551,70 @@
3503
3551
  "type": "Null",
3504
3552
  "value": "null"
3505
3553
  },
3554
+ "kendo-input-placeholder-text": {
3555
+ "type": "Color",
3556
+ "value": "rgba(0, 0, 0, 0.54)"
3557
+ },
3558
+ "kendo-input-placeholder-opacity": {
3559
+ "type": "Number",
3560
+ "value": "1"
3561
+ },
3562
+ "kendo-input-clear-value-text": {
3563
+ "type": "Null",
3564
+ "value": "null"
3565
+ },
3566
+ "kendo-input-clear-value-opacity": {
3567
+ "type": "Number",
3568
+ "value": "0.5"
3569
+ },
3570
+ "kendo-input-clear-value-hover-text": {
3571
+ "type": "Null",
3572
+ "value": "null"
3573
+ },
3574
+ "kendo-input-clear-value-hover-opacity": {
3575
+ "type": "Number",
3576
+ "value": "1"
3577
+ },
3578
+ "kendo-input-values-margin-y": {
3579
+ "type": "Number",
3580
+ "value": "2px"
3581
+ },
3582
+ "kendo-input-values-margin-x": {
3583
+ "type": "Number",
3584
+ "value": "2px"
3585
+ },
3586
+ "kendo-input-button-width": {
3587
+ "type": "Null",
3588
+ "value": "null"
3589
+ },
3590
+ "kendo-input-button-border-width": {
3591
+ "type": "Number",
3592
+ "value": "1px"
3593
+ },
3594
+ "kendo-input-spinner-width": {
3595
+ "type": "Null",
3596
+ "value": "null"
3597
+ },
3598
+ "kendo-input-spinner-icon-offset": {
3599
+ "type": "Null",
3600
+ "value": "null"
3601
+ },
3602
+ "kendo-input-separator-color": {
3603
+ "type": "Color",
3604
+ "value": "rgba(0, 0, 0, 0.87)"
3605
+ },
3606
+ "kendo-input-separator-opacity": {
3607
+ "type": "Number",
3608
+ "value": "0.5"
3609
+ },
3610
+ "kendo-input-invalid-border": {
3611
+ "type": "Color",
3612
+ "value": "#f31700"
3613
+ },
3614
+ "kendo-input-invalid-shadow": {
3615
+ "type": "Null",
3616
+ "value": "null"
3617
+ },
3506
3618
  "kendo-picker-bg": {
3507
3619
  "type": "Color",
3508
3620
  "value": "whitesmoke"
@@ -3687,78 +3799,6 @@
3687
3799
  "type": "Null",
3688
3800
  "value": "null"
3689
3801
  },
3690
- "kendo-input-placeholder-text": {
3691
- "type": "Color",
3692
- "value": "rgba(0, 0, 0, 0.54)"
3693
- },
3694
- "kendo-input-placeholder-opacity": {
3695
- "type": "Number",
3696
- "value": "1"
3697
- },
3698
- "kendo-input-selected-bg": {
3699
- "type": "Null",
3700
- "value": "null"
3701
- },
3702
- "kendo-input-selected-text": {
3703
- "type": "Null",
3704
- "value": "null"
3705
- },
3706
- "kendo-input-clear-value-text": {
3707
- "type": "Null",
3708
- "value": "null"
3709
- },
3710
- "kendo-input-clear-value-opacity": {
3711
- "type": "Number",
3712
- "value": "0.5"
3713
- },
3714
- "kendo-input-clear-value-hover-text": {
3715
- "type": "Null",
3716
- "value": "null"
3717
- },
3718
- "kendo-input-clear-value-hover-opacity": {
3719
- "type": "Number",
3720
- "value": "1"
3721
- },
3722
- "kendo-input-values-margin-y": {
3723
- "type": "Number",
3724
- "value": "2px"
3725
- },
3726
- "kendo-input-values-margin-x": {
3727
- "type": "Number",
3728
- "value": "2px"
3729
- },
3730
- "kendo-input-button-width": {
3731
- "type": "Null",
3732
- "value": "null"
3733
- },
3734
- "kendo-input-button-border-width": {
3735
- "type": "Number",
3736
- "value": "1px"
3737
- },
3738
- "kendo-input-spinner-width": {
3739
- "type": "Null",
3740
- "value": "null"
3741
- },
3742
- "kendo-input-spinner-icon-offset": {
3743
- "type": "Null",
3744
- "value": "null"
3745
- },
3746
- "kendo-input-separator-color": {
3747
- "type": "Color",
3748
- "value": "rgba(0, 0, 0, 0.87)"
3749
- },
3750
- "kendo-input-separator-opacity": {
3751
- "type": "Number",
3752
- "value": "0.5"
3753
- },
3754
- "kendo-input-invalid-border": {
3755
- "type": "Color",
3756
- "value": "#f31700"
3757
- },
3758
- "kendo-input-invalid-shadow": {
3759
- "type": "Null",
3760
- "value": "null"
3761
- },
3762
3802
  "kendo-tooltip-padding-y": {
3763
3803
  "type": "Number",
3764
3804
  "value": "3px"
@@ -4431,6 +4471,42 @@
4431
4471
  "type": "Number",
4432
4472
  "value": "2px"
4433
4473
  },
4474
+ "kendo-radio-sm-size": {
4475
+ "type": "Number",
4476
+ "value": "12px"
4477
+ },
4478
+ "kendo-radio-md-size": {
4479
+ "type": "Number",
4480
+ "value": "16px"
4481
+ },
4482
+ "kendo-radio-lg-size": {
4483
+ "type": "Number",
4484
+ "value": "20px"
4485
+ },
4486
+ "kendo-radio-sm-glyph-size": {
4487
+ "type": "Number",
4488
+ "value": "10px"
4489
+ },
4490
+ "kendo-radio-md-glyph-size": {
4491
+ "type": "Number",
4492
+ "value": "14px"
4493
+ },
4494
+ "kendo-radio-lg-glyph-size": {
4495
+ "type": "Number",
4496
+ "value": "18px"
4497
+ },
4498
+ "kendo-radio-sm-ripple-size": {
4499
+ "type": "Number",
4500
+ "value": "300%"
4501
+ },
4502
+ "kendo-radio-md-ripple-size": {
4503
+ "type": "Number",
4504
+ "value": "300%"
4505
+ },
4506
+ "kendo-radio-lg-ripple-size": {
4507
+ "type": "Number",
4508
+ "value": "300%"
4509
+ },
4434
4510
  "kendo-radio-sizes": {
4435
4511
  "type": "Map",
4436
4512
  "value": "(sm: (size: 12px, glyph-size: 10px, ripple-size: 300%), md: (size: 16px, glyph-size: 14px, ripple-size: 300%), lg: (size: 20px, glyph-size: 18px, ripple-size: 300%))"
@@ -6463,6 +6539,10 @@
6463
6539
  "type": "Map",
6464
6540
  "value": "(\"primary\": #3f51b5, \"secondary\": #e51a5f, \"tertiary\": #00695c, \"info\": #0058e9, \"success\": #37b400, \"warning\": #ffc000, \"error\": #f31700, \"dark\": #424242, \"light\": #f5f5f5, \"inverse\": #424242)"
6465
6541
  },
6542
+ "kendo-fab-sizes": {
6543
+ "type": "Map",
6544
+ "value": "(sm: (padding-x: 8px, padding-y: 8px), md: (padding-x: 16px, padding-y: 16px), lg: (padding-x: 24px, padding-y: 24px))"
6545
+ },
6466
6546
  "kendo-fab-shadow": {
6467
6547
  "type": "List",
6468
6548
  "value": "0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px rgba(0, 0, 0, 0.14), 0px 1px 18px rgba(0, 0, 0, 0.12)"
@@ -9355,6 +9435,14 @@
9355
9435
  "type": "Number",
9356
9436
  "value": "0px"
9357
9437
  },
9438
+ "kendo-grid-row-resizer-bg": {
9439
+ "type": "Color",
9440
+ "value": "rgba(0, 0, 0, 0.24)"
9441
+ },
9442
+ "kendo-grid-row-resizer-active-bg": {
9443
+ "type": "Color",
9444
+ "value": "#3f51b5"
9445
+ },
9358
9446
  "kendo-listview-padding-x": {
9359
9447
  "type": "Number",
9360
9448
  "value": "4px"
@@ -3,7 +3,7 @@
3
3
  "name": "Material Aqua Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "6.2.1-dev.1+11ca05ae1",
6
+ "version": "6.2.1-dev.44+34fe2f00e",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#121212",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Arctic",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "6.2.1-dev.1+11ca05ae1",
6
+ "version": "6.2.1-dev.44+34fe2f00e",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Burnt Teal",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "6.2.1-dev.1+11ca05ae1",
6
+ "version": "6.2.1-dev.44+34fe2f00e",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Dataviz v4",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "6.2.1-dev.1+11ca05ae1",
6
+ "version": "6.2.1-dev.44+34fe2f00e",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#3f51b5",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Eggplant",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "6.2.1-dev.1+11ca05ae1",
6
+ "version": "6.2.1-dev.44+34fe2f00e",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Material Lime Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "6.2.1-dev.1+11ca05ae1",
6
+ "version": "6.2.1-dev.44+34fe2f00e",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#121212",