@progress/kendo-theme-default 6.2.1-dev.0 → 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 (355) hide show
  1. package/dist/all.css +4434 -184
  2. package/dist/all.scss +4830 -1191
  3. package/dist/default-main-dark.scss +33 -28
  4. package/dist/meta/sassdoc-data.json +4306 -3550
  5. package/dist/meta/sassdoc-raw-data.json +2095 -1745
  6. package/dist/meta/variables.json +38 -2
  7. package/lib/swatches/default-blue.json +1 -1
  8. package/lib/swatches/default-dataviz-v4.json +1 -1
  9. package/lib/swatches/default-green.json +1 -1
  10. package/lib/swatches/default-main-dark.json +54 -29
  11. package/lib/swatches/default-main.json +1 -1
  12. package/lib/swatches/default-nordic.json +1 -1
  13. package/lib/swatches/default-ocean-blue-a11y.json +1 -1
  14. package/lib/swatches/default-ocean-blue.json +1 -1
  15. package/lib/swatches/default-orange.json +1 -1
  16. package/lib/swatches/default-purple.json +1 -1
  17. package/lib/swatches/default-turquoise.json +1 -1
  18. package/lib/swatches/default-urban.json +1 -1
  19. package/package.json +4 -4
  20. package/scss/_variables.scss +2 -0
  21. package/scss/action-buttons/_index.scss +18 -0
  22. package/scss/action-buttons/_layout.scss +16 -9
  23. package/scss/action-buttons/_theme.scss +7 -1
  24. package/scss/action-sheet/_index.scss +18 -0
  25. package/scss/action-sheet/_layout.scss +8 -4
  26. package/scss/action-sheet/_theme.scss +6 -1
  27. package/scss/adaptive/_index.scss +18 -0
  28. package/scss/adaptive/_layout.scss +14 -7
  29. package/scss/adaptive/_theme.scss +7 -1
  30. package/scss/all.scss +6 -0
  31. package/scss/appbar/_index.scss +18 -0
  32. package/scss/appbar/_layout.scss +6 -1
  33. package/scss/appbar/_theme.scss +6 -1
  34. package/scss/autocomplete/_index.scss +18 -0
  35. package/scss/autocomplete/_layout.scss +6 -1
  36. package/scss/autocomplete/_theme.scss +6 -1
  37. package/scss/avatar/_index.scss +18 -0
  38. package/scss/avatar/_layout.scss +5 -1
  39. package/scss/avatar/_theme.scss +6 -1
  40. package/scss/badge/_index.scss +18 -0
  41. package/scss/badge/_layout.scss +6 -1
  42. package/scss/badge/_theme.scss +7 -1
  43. package/scss/bottom-navigation/_index.scss +18 -0
  44. package/scss/bottom-navigation/_layout.scss +7 -1
  45. package/scss/bottom-navigation/_theme.scss +6 -1
  46. package/scss/breadcrumb/_index.scss +18 -0
  47. package/scss/breadcrumb/_layout.scss +6 -1
  48. package/scss/breadcrumb/_theme.scss +6 -1
  49. package/scss/button/_index.scss +18 -0
  50. package/scss/button/_layout.scss +8 -9
  51. package/scss/button/_theme.scss +6 -1
  52. package/scss/button/_variables.scss +66 -63
  53. package/scss/calendar/_index.scss +18 -0
  54. package/scss/calendar/_layout.scss +8 -13
  55. package/scss/calendar/_theme.scss +7 -9
  56. package/scss/captcha/_index.scss +18 -2
  57. package/scss/captcha/_layout.scss +6 -1
  58. package/scss/captcha/_theme.scss +6 -1
  59. package/scss/card/_index.scss +18 -0
  60. package/scss/card/_layout.scss +9 -13
  61. package/scss/card/_theme.scss +6 -1
  62. package/scss/card/_variables.scss +2 -0
  63. package/scss/chat/_index.scss +18 -0
  64. package/scss/chat/_layout.scss +9 -22
  65. package/scss/chat/_theme.scss +6 -1
  66. package/scss/checkbox/_index.scss +18 -0
  67. package/scss/checkbox/_layout.scss +6 -1
  68. package/scss/checkbox/_theme.scss +6 -1
  69. package/scss/checkbox/_variables.scss +53 -53
  70. package/scss/chip/_index.scss +18 -0
  71. package/scss/chip/_layout.scss +6 -1
  72. package/scss/chip/_theme.scss +6 -1
  73. package/scss/chip/_variables.scss +42 -42
  74. package/scss/color-preview/_index.scss +18 -2
  75. package/scss/color-preview/_layout.scss +6 -1
  76. package/scss/color-preview/_theme.scss +6 -1
  77. package/scss/coloreditor/_index.scss +18 -0
  78. package/scss/coloreditor/_layout.scss +6 -1
  79. package/scss/coloreditor/_theme.scss +6 -1
  80. package/scss/colorgradient/_index.scss +18 -1
  81. package/scss/colorgradient/_layout.scss +6 -1
  82. package/scss/colorgradient/_theme.scss +8 -3
  83. package/scss/colorgradient/_variables.scss +3 -0
  84. package/scss/colorpalette/_index.scss +18 -0
  85. package/scss/colorpalette/_layout.scss +6 -1
  86. package/scss/colorpalette/_theme.scss +6 -1
  87. package/scss/colorpicker/_index.scss +18 -0
  88. package/scss/colorpicker/_layout.scss +6 -1
  89. package/scss/colorpicker/_theme.scss +5 -1
  90. package/scss/combobox/_index.scss +18 -0
  91. package/scss/combobox/_layout.scss +6 -1
  92. package/scss/combobox/_theme.scss +6 -1
  93. package/scss/common/_base.scss +1 -1
  94. package/scss/dataviz/_index.scss +18 -0
  95. package/scss/dataviz/_layout.scss +15 -22
  96. package/scss/dataviz/_theme.scss +8 -3
  97. package/scss/dateinput/_index.scss +18 -0
  98. package/scss/dateinput/_layout.scss +6 -1
  99. package/scss/dateinput/_theme.scss +6 -1
  100. package/scss/datepicker/_index.scss +18 -0
  101. package/scss/datepicker/_layout.scss +5 -1
  102. package/scss/datepicker/_theme.scss +6 -1
  103. package/scss/daterangepicker/_index.scss +18 -2
  104. package/scss/daterangepicker/_layout.scss +6 -1
  105. package/scss/daterangepicker/_theme.scss +9 -1
  106. package/scss/datetimepicker/_index.scss +18 -0
  107. package/scss/datetimepicker/_layout.scss +7 -4
  108. package/scss/datetimepicker/_theme.scss +6 -1
  109. package/scss/dialog/_index.scss +18 -0
  110. package/scss/dialog/_layout.scss +6 -1
  111. package/scss/dialog/_theme.scss +8 -2
  112. package/scss/draggable/_index.scss +18 -0
  113. package/scss/draggable/_layout.scss +6 -1
  114. package/scss/draggable/_theme.scss +7 -2
  115. package/scss/drawer/_index.scss +18 -0
  116. package/scss/drawer/_layout.scss +6 -1
  117. package/scss/drawer/_theme.scss +6 -1
  118. package/scss/dropdowngrid/_index.scss +18 -0
  119. package/scss/dropdowngrid/_layout.scss +9 -3
  120. package/scss/dropdowngrid/_theme.scss +6 -1
  121. package/scss/dropdownlist/_index.scss +18 -0
  122. package/scss/dropdownlist/_layout.scss +8 -2
  123. package/scss/dropdownlist/_theme.scss +6 -1
  124. package/scss/dropdowntree/_index.scss +18 -0
  125. package/scss/dropdowntree/_layout.scss +6 -1
  126. package/scss/dropdowntree/_theme.scss +6 -1
  127. package/scss/dropzone/_index.scss +18 -0
  128. package/scss/dropzone/_layout.scss +7 -2
  129. package/scss/dropzone/_theme.scss +6 -1
  130. package/scss/editor/_index.scss +18 -0
  131. package/scss/editor/_layout.scss +12 -13
  132. package/scss/editor/_theme.scss +6 -1
  133. package/scss/expansion-panel/_index.scss +18 -0
  134. package/scss/expansion-panel/_layout.scss +6 -1
  135. package/scss/expansion-panel/_theme.scss +6 -1
  136. package/scss/fab/_index.scss +18 -0
  137. package/scss/fab/_layout.scss +21 -32
  138. package/scss/fab/_theme.scss +10 -9
  139. package/scss/fab/_variables.scss +32 -0
  140. package/scss/filemanager/_index.scss +18 -0
  141. package/scss/filemanager/_layout.scss +6 -1
  142. package/scss/filemanager/_theme.scss +6 -1
  143. package/scss/filter/_index.scss +18 -0
  144. package/scss/filter/_layout.scss +7 -1
  145. package/scss/filter/_theme.scss +6 -1
  146. package/scss/floating-label/_index.scss +18 -0
  147. package/scss/floating-label/_layout.scss +6 -1
  148. package/scss/floating-label/_theme.scss +6 -1
  149. package/scss/forms/_index.scss +18 -0
  150. package/scss/forms/_layout.scss +7 -3
  151. package/scss/forms/_theme.scss +6 -1
  152. package/scss/gantt/_index.scss +18 -0
  153. package/scss/gantt/_layout.scss +13 -10
  154. package/scss/gantt/_theme.scss +8 -1
  155. package/scss/grid/_index.scss +18 -0
  156. package/scss/grid/_layout.scss +17 -7
  157. package/scss/grid/_theme.scss +15 -1
  158. package/scss/grid/_variables.scss +7 -0
  159. package/scss/icons/_index.scss +19 -4
  160. package/scss/icons/_layout.scss +6 -1
  161. package/scss/icons/_theme.scss +6 -0
  162. package/scss/icons/_variables.scss +0 -0
  163. package/scss/imageeditor/_index.scss +18 -0
  164. package/scss/imageeditor/_layout.scss +6 -1
  165. package/scss/imageeditor/_theme.scss +6 -1
  166. package/scss/index.scss +169 -0
  167. package/scss/input/_index.scss +18 -0
  168. package/scss/input/_layout.scss +6 -6
  169. package/scss/input/_theme.scss +6 -1
  170. package/scss/input/_variables.scss +121 -119
  171. package/scss/list/_index.scss +18 -0
  172. package/scss/list/_layout.scss +6 -1
  173. package/scss/list/_theme.scss +6 -1
  174. package/scss/list/_variables.scss +41 -40
  175. package/scss/listbox/_index.scss +18 -0
  176. package/scss/listbox/_layout.scss +6 -1
  177. package/scss/listbox/_theme.scss +7 -1
  178. package/scss/listgroup/_index.scss +18 -0
  179. package/scss/listgroup/_layout.scss +7 -12
  180. package/scss/listgroup/_theme.scss +7 -1
  181. package/scss/listview/_index.scss +18 -0
  182. package/scss/listview/_layout.scss +7 -1
  183. package/scss/listview/_theme.scss +6 -1
  184. package/scss/loader/_index.scss +18 -0
  185. package/scss/loader/_layout.scss +10 -23
  186. package/scss/loader/_theme.scss +6 -1
  187. package/scss/map/_index.scss +18 -1
  188. package/scss/map/_layout.scss +7 -2
  189. package/scss/map/_theme.scss +7 -1
  190. package/scss/map/_variables.scss +3 -0
  191. package/scss/maskedtextbox/_index.scss +18 -0
  192. package/scss/maskedtextbox/_layout.scss +6 -1
  193. package/scss/maskedtextbox/_theme.scss +6 -1
  194. package/scss/mediaplayer/_index.scss +18 -0
  195. package/scss/mediaplayer/_layout.scss +6 -1
  196. package/scss/mediaplayer/_theme.scss +6 -1
  197. package/scss/menu/_index.scss +18 -0
  198. package/scss/menu/_layout.scss +6 -1
  199. package/scss/menu/_theme.scss +6 -1
  200. package/scss/menu-button/_index.scss +18 -0
  201. package/scss/menu-button/_layout.scss +6 -1
  202. package/scss/menu-button/_theme.scss +11 -1
  203. package/scss/messagebox/_index.scss +18 -0
  204. package/scss/messagebox/_layout.scss +6 -1
  205. package/scss/messagebox/_theme.scss +6 -1
  206. package/scss/multiselect/_index.scss +18 -0
  207. package/scss/multiselect/_layout.scss +6 -1
  208. package/scss/multiselect/_theme.scss +6 -1
  209. package/scss/notification/_index.scss +18 -0
  210. package/scss/notification/_layout.scss +6 -1
  211. package/scss/notification/_theme.scss +6 -1
  212. package/scss/numerictextbox/_index.scss +18 -0
  213. package/scss/numerictextbox/_layout.scss +6 -1
  214. package/scss/numerictextbox/_theme.scss +6 -1
  215. package/scss/orgchart/_index.scss +18 -0
  216. package/scss/orgchart/_layout.scss +6 -1
  217. package/scss/orgchart/_theme.scss +6 -1
  218. package/scss/overlay/_index.scss +18 -0
  219. package/scss/overlay/_layout.scss +6 -1
  220. package/scss/overlay/_theme.scss +6 -1
  221. package/scss/pager/_index.scss +18 -0
  222. package/scss/pager/_layout.scss +6 -1
  223. package/scss/pager/_theme.scss +7 -1
  224. package/scss/panelbar/_index.scss +18 -0
  225. package/scss/panelbar/_layout.scss +6 -1
  226. package/scss/panelbar/_theme.scss +7 -1
  227. package/scss/pdf-viewer/_index.scss +18 -0
  228. package/scss/pdf-viewer/_layout.scss +7 -1
  229. package/scss/pdf-viewer/_theme.scss +7 -2
  230. package/scss/pivotgrid/_index.scss +18 -0
  231. package/scss/pivotgrid/_layout.scss +11 -35
  232. package/scss/pivotgrid/_theme.scss +11 -11
  233. package/scss/popover/_index.scss +18 -0
  234. package/scss/popover/_layout.scss +7 -4
  235. package/scss/popover/_theme.scss +6 -1
  236. package/scss/popup/_index.scss +18 -0
  237. package/scss/popup/_layout.scss +7 -5
  238. package/scss/popup/_theme.scss +6 -1
  239. package/scss/progressbar/_index.scss +18 -0
  240. package/scss/progressbar/_layout.scss +8 -10
  241. package/scss/progressbar/_theme.scss +7 -4
  242. package/scss/radio/_index.scss +18 -0
  243. package/scss/radio/_layout.scss +6 -1
  244. package/scss/radio/_theme.scss +6 -1
  245. package/scss/radio/_variables.scss +47 -45
  246. package/scss/rating/_index.scss +18 -0
  247. package/scss/rating/_layout.scss +7 -1
  248. package/scss/rating/_theme.scss +7 -1
  249. package/scss/responsivepanel/_index.scss +18 -0
  250. package/scss/responsivepanel/_layout.scss +6 -1
  251. package/scss/responsivepanel/_theme.scss +6 -1
  252. package/scss/ripple/_index.scss +18 -0
  253. package/scss/ripple/_layout.scss +8 -1
  254. package/scss/ripple/_theme.scss +8 -1
  255. package/scss/scheduler/_index.scss +18 -0
  256. package/scss/scheduler/_layout.scss +10 -25
  257. package/scss/scheduler/_theme.scss +7 -16
  258. package/scss/scroller/_index.scss +18 -0
  259. package/scss/scroller/_layout.scss +6 -1
  260. package/scss/scroller/_theme.scss +6 -1
  261. package/scss/scrollview/_index.scss +18 -0
  262. package/scss/scrollview/_layout.scss +6 -1
  263. package/scss/scrollview/_theme.scss +6 -1
  264. package/scss/searchbox/_index.scss +18 -0
  265. package/scss/searchbox/_layout.scss +6 -1
  266. package/scss/searchbox/_theme.scss +6 -1
  267. package/scss/signature/_index.scss +18 -0
  268. package/scss/signature/_layout.scss +6 -1
  269. package/scss/signature/_theme.scss +5 -1
  270. package/scss/skeleton/_index.scss +18 -0
  271. package/scss/skeleton/_layout.scss +9 -8
  272. package/scss/skeleton/_theme.scss +8 -5
  273. package/scss/slider/_index.scss +18 -2
  274. package/scss/slider/_layout.scss +6 -1
  275. package/scss/slider/_theme.scss +12 -1
  276. package/scss/slider/_variables.scss +4 -0
  277. package/scss/split-button/_index.scss +18 -0
  278. package/scss/split-button/_layout.scss +7 -1
  279. package/scss/split-button/_theme.scss +6 -1
  280. package/scss/split-button/_variables.scss +9 -9
  281. package/scss/splitter/_index.scss +18 -0
  282. package/scss/splitter/_layout.scss +7 -1
  283. package/scss/splitter/_theme.scss +7 -1
  284. package/scss/spreadsheet/_index.scss +18 -1
  285. package/scss/spreadsheet/_layout.scss +12 -33
  286. package/scss/spreadsheet/_theme.scss +7 -21
  287. package/scss/spreadsheet/_variables.scss +3 -0
  288. package/scss/stepper/_index.scss +18 -0
  289. package/scss/stepper/_layout.scss +8 -4
  290. package/scss/stepper/_theme.scss +6 -1
  291. package/scss/switch/_index.scss +18 -0
  292. package/scss/switch/_layout.scss +6 -1
  293. package/scss/switch/_theme.scss +6 -1
  294. package/scss/switch/_variables.scss +57 -56
  295. package/scss/table/_index.scss +18 -0
  296. package/scss/table/_layout.scss +6 -1
  297. package/scss/table/_theme.scss +6 -1
  298. package/scss/tabstrip/_index.scss +18 -0
  299. package/scss/tabstrip/_layout.scss +6 -1
  300. package/scss/tabstrip/_theme.scss +6 -1
  301. package/scss/taskboard/_index.scss +18 -0
  302. package/scss/taskboard/_layout.scss +8 -3
  303. package/scss/taskboard/_theme.scss +6 -1
  304. package/scss/textarea/_index.scss +18 -0
  305. package/scss/textarea/_layout.scss +6 -1
  306. package/scss/textarea/_theme.scss +6 -1
  307. package/scss/textbox/_index.scss +18 -0
  308. package/scss/textbox/_layout.scss +6 -1
  309. package/scss/textbox/_theme.scss +7 -1
  310. package/scss/tilelayout/_index.scss +18 -0
  311. package/scss/tilelayout/_layout.scss +6 -1
  312. package/scss/tilelayout/_theme.scss +6 -1
  313. package/scss/timedurationpicker/_index.scss +18 -0
  314. package/scss/timedurationpicker/_layout.scss +17 -1
  315. package/scss/timedurationpicker/_theme.scss +9 -3
  316. package/scss/timeline/_index.scss +18 -0
  317. package/scss/timeline/_layout.scss +7 -1
  318. package/scss/timeline/_theme.scss +7 -1
  319. package/scss/timepicker/_index.scss +18 -0
  320. package/scss/timepicker/_layout.scss +13 -2
  321. package/scss/timepicker/_theme.scss +7 -2
  322. package/scss/timeselector/_index.scss +18 -0
  323. package/scss/timeselector/_layout.scss +6 -3
  324. package/scss/timeselector/_theme.scss +6 -1
  325. package/scss/toolbar/_index.scss +18 -0
  326. package/scss/toolbar/_layout.scss +8 -13
  327. package/scss/toolbar/_theme.scss +6 -17
  328. package/scss/tooltip/_index.scss +18 -0
  329. package/scss/tooltip/_layout.scss +6 -1
  330. package/scss/tooltip/_theme.scss +8 -1
  331. package/scss/treelist/_index.scss +18 -0
  332. package/scss/treelist/_layout.scss +6 -1
  333. package/scss/treelist/_theme.scss +6 -1
  334. package/scss/treeview/_index.scss +18 -0
  335. package/scss/treeview/_layout.scss +6 -1
  336. package/scss/treeview/_theme.scss +6 -1
  337. package/scss/typography/_index.scss +18 -0
  338. package/scss/typography/_layout.scss +7 -1
  339. package/scss/typography/_theme.scss +7 -1
  340. package/scss/upload/_index.scss +18 -0
  341. package/scss/upload/_layout.scss +6 -1
  342. package/scss/upload/_theme.scss +7 -2
  343. package/scss/utils/_index.scss +14 -2
  344. package/scss/validator/_index.scss +18 -0
  345. package/scss/validator/_layout.scss +12 -2
  346. package/scss/validator/_theme.scss +11 -1
  347. package/scss/virtual-scroller/_index.scss +18 -0
  348. package/scss/virtual-scroller/_layout.scss +6 -1
  349. package/scss/virtual-scroller/_theme.scss +9 -1
  350. package/scss/window/_index.scss +18 -0
  351. package/scss/window/_layout.scss +7 -1
  352. package/scss/window/_theme.scss +6 -1
  353. package/scss/wizard/_index.scss +18 -0
  354. package/scss/wizard/_layout.scss +8 -1
  355. package/scss/wizard/_theme.scss +6 -1
@@ -73,7 +73,7 @@
73
73
  },
74
74
  "kendo-components": {
75
75
  "type": "List",
76
- "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\""
76
+ "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\""
77
77
  },
78
78
  "kendo-enable-rounded": {
79
79
  "type": "Bool",
@@ -111,6 +111,10 @@
111
111
  "type": "Bool",
112
112
  "value": "false"
113
113
  },
114
+ "kendo-auto-bootstrap": {
115
+ "type": "Bool",
116
+ "value": "true"
117
+ },
114
118
  "kendo-spacing": {
115
119
  "type": "Map",
116
120
  "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)"
@@ -601,7 +605,7 @@
601
605
  },
602
606
  "kendo-utils": {
603
607
  "type": "Map",
604
- "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\": #ff6358, \"secondary\": #666666, \"tertiary\": #03a9f4, \"info\": #0058e9, \"success\": #37b400, \"warning\": #ffc000, \"error\": #f31700, \"dark\": #424242, \"light\": #ebebeb, \"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\": #ff6358, \"secondary\": #666666, \"tertiary\": #03a9f4, \"info\": #0058e9, \"success\": #37b400, \"warning\": #ffc000, \"error\": #f31700, \"dark\": #424242, \"light\": #ebebeb, \"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\": #ff6358, \"secondary\": #666666, \"tertiary\": #03a9f4, \"info\": #0058e9, \"success\": #37b400, \"warning\": #ffc000, \"error\": #f31700, \"dark\": #424242, \"light\": #ebebeb, \"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))"
608
+ "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\": #ff6358, \"secondary\": #666666, \"tertiary\": #03a9f4, \"info\": #0058e9, \"success\": #37b400, \"warning\": #ffc000, \"error\": #f31700, \"dark\": #424242, \"light\": #ebebeb, \"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\": #ff6358, \"secondary\": #666666, \"tertiary\": #03a9f4, \"info\": #0058e9, \"success\": #37b400, \"warning\": #ffc000, \"error\": #f31700, \"dark\": #424242, \"light\": #ebebeb, \"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\": #ff6358, \"secondary\": #666666, \"tertiary\": #03a9f4, \"info\": #0058e9, \"success\": #37b400, \"warning\": #ffc000, \"error\": #f31700, \"dark\": #424242, \"light\": #ebebeb, \"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\": #ff6358, \"secondary\": #666666, \"tertiary\": #03a9f4, \"info\": #0058e9, \"success\": #37b400, \"warning\": #ffc000, \"error\": #f31700, \"dark\": #424242, \"light\": #ebebeb, \"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))"
605
609
  },
606
610
  "kendo-h1-font-size": {
607
611
  "type": "Number",
@@ -6427,6 +6431,10 @@
6427
6431
  "type": "Map",
6428
6432
  "value": "(\"primary\": #ff6358, \"secondary\": #666666, \"tertiary\": #03a9f4, \"info\": #0058e9, \"success\": #37b400, \"warning\": #ffc000, \"error\": #f31700, \"dark\": #424242, \"light\": #ebebeb, \"inverse\": #424242)"
6429
6433
  },
6434
+ "kendo-fab-sizes": {
6435
+ "type": "Map",
6436
+ "value": "(sm: (padding-x: 8px, padding-y: 8px), md: (padding-x: 16px, padding-y: 16px), lg: (padding-x: 24px, padding-y: 24px))"
6437
+ },
6430
6438
  "kendo-fab-shadow": {
6431
6439
  "type": "List",
6432
6440
  "value": "0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2)"
@@ -6439,6 +6447,14 @@
6439
6447
  "type": "Null",
6440
6448
  "value": "null"
6441
6449
  },
6450
+ "kendo-fab-outline-style": {
6451
+ "type": "String",
6452
+ "value": "solid"
6453
+ },
6454
+ "kendo-fab-outline-width": {
6455
+ "type": "Number",
6456
+ "value": "2px"
6457
+ },
6442
6458
  "kendo-fab-item-text": {
6443
6459
  "type": "Color",
6444
6460
  "value": "#424242"
@@ -6475,6 +6491,18 @@
6475
6491
  "type": "Null",
6476
6492
  "value": "null"
6477
6493
  },
6494
+ "kendo-fab-item-outline-style": {
6495
+ "type": "String",
6496
+ "value": "solid"
6497
+ },
6498
+ "kendo-fab-item-outline-width": {
6499
+ "type": "Number",
6500
+ "value": "2px"
6501
+ },
6502
+ "kendo-fab-item-outline-color": {
6503
+ "type": "Color",
6504
+ "value": "rgba(0, 0, 0, 0.08)"
6505
+ },
6478
6506
  "kendo-actionsheet-padding-x": {
6479
6507
  "type": "Null",
6480
6508
  "value": "null"
@@ -9307,6 +9335,14 @@
9307
9335
  "type": "Number",
9308
9336
  "value": "1px"
9309
9337
  },
9338
+ "kendo-grid-row-resizer-bg": {
9339
+ "type": "Color",
9340
+ "value": "rgba(0, 0, 0, 0.12)"
9341
+ },
9342
+ "kendo-grid-row-resizer-active-bg": {
9343
+ "type": "Color",
9344
+ "value": "#ff6358"
9345
+ },
9310
9346
  "kendo-listview-padding-x": {
9311
9347
  "type": "Number",
9312
9348
  "value": "4px"
@@ -3,7 +3,7 @@
3
3
  "name": "Default Blue",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "6.2.1-dev.0+7a0fad806",
6
+ "version": "6.2.1-dev.44+34fe2f00e",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Dataviz v4",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "6.2.1-dev.0+7a0fad806",
6
+ "version": "6.2.1-dev.44+34fe2f00e",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ff6358",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Green",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "6.2.1-dev.0+7a0fad806",
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": "Default Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "6.2.1-dev.0+7a0fad806",
6
+ "version": "6.2.1-dev.44+34fe2f00e",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#000000",
@@ -25,32 +25,47 @@
25
25
  "kendo-color-primary": {
26
26
  "name": "Primary",
27
27
  "type": "color",
28
- "value": "#ff6358"
28
+ "value": "#E6594F"
29
29
  },
30
30
  "kendo-color-secondary": {
31
31
  "name": "Secondary",
32
32
  "type": "color",
33
- "value": "#666666"
33
+ "value": "#5C5C5C"
34
+ },
35
+ "kendo-color-tertiary": {
36
+ "name": "Secondary",
37
+ "type": "color",
38
+ "value": "#0398DC"
34
39
  },
35
40
  "kendo-color-info": {
36
41
  "name": "Info",
37
42
  "type": "color",
38
- "value": "#0058e9"
43
+ "value": "#004FD2"
39
44
  },
40
45
  "kendo-color-success": {
41
46
  "name": "Success",
42
47
  "type": "color",
43
- "value": "#37b400"
48
+ "value": "#32A200"
44
49
  },
45
50
  "kendo-color-warning": {
46
51
  "name": "Warning",
47
52
  "type": "color",
48
- "value": "#ffc000"
53
+ "value": "#E6AD00"
49
54
  },
50
55
  "kendo-color-error": {
51
56
  "name": "Error",
52
57
  "type": "color",
53
- "value": "#f31700"
58
+ "value": "#DB1500"
59
+ },
60
+ "kendo-color-light": {
61
+ "name": "Light",
62
+ "type": "color",
63
+ "value": "#292929"
64
+ },
65
+ "kendo-color-dark": {
66
+ "name": "Dark",
67
+ "type": "color",
68
+ "value": "#BDBDBD"
54
69
  }
55
70
  }
56
71
  },
@@ -60,22 +75,22 @@
60
75
  "kendo-body-text": {
61
76
  "name": "Body text color",
62
77
  "type": "color",
63
- "value": "#ffffff"
78
+ "value": "#EBEBEB"
64
79
  },
65
80
  "kendo-body-bg": {
66
81
  "name": "Body background",
67
82
  "type": "color",
68
- "value": "#000000"
83
+ "value": "#121212"
69
84
  },
70
85
  "kendo-subtle-text": {
71
86
  "name": "Subtle text color",
72
87
  "type": "color",
73
- "value": "#e0e0e0"
88
+ "value": "#808080"
74
89
  },
75
90
  "kendo-disabled-text": {
76
91
  "name": "Disabled text color",
77
92
  "type": "color",
78
- "value": "#d0d0d0"
93
+ "value": "#4D4D4D"
79
94
  }
80
95
  }
81
96
  },
@@ -85,42 +100,47 @@
85
100
  "kendo-component-text": {
86
101
  "name": "Component text color",
87
102
  "type": "color",
88
- "value": "#ffffff"
103
+ "value": "#EBEBEB"
89
104
  },
90
105
  "kendo-component-bg": {
91
106
  "name": "Component background",
92
107
  "type": "color",
93
- "value": "#101010"
108
+ "value": "#333333"
94
109
  },
95
110
  "kendo-base-text": {
96
111
  "name": "Header text color",
97
112
  "type": "color",
98
- "value": "#ffffff"
113
+ "value": "#EBEBEB"
99
114
  },
100
115
  "kendo-base-bg": {
101
116
  "name": "Header background",
102
117
  "type": "color",
103
- "value": "#151515"
118
+ "value": "#262626"
119
+ },
120
+ "kendo-base-border": {
121
+ "name": "Base border",
122
+ "type": "color",
123
+ "value": "#5E5E5E"
104
124
  },
105
125
  "kendo-hover-text": {
106
126
  "name": "Hover text color",
107
127
  "type": "color",
108
- "value": "#ffffff"
128
+ "value": "#EBEBEB"
109
129
  },
110
130
  "kendo-hover-bg": {
111
131
  "name": "Hover background",
112
132
  "type": "color",
113
- "value": "#202020"
133
+ "value": "#383838"
114
134
  },
115
135
  "kendo-selected-text": {
116
136
  "name": "Selected text color",
117
137
  "type": "color",
118
- "value": "#ffffff"
138
+ "value": "#F5F5F5"
119
139
  },
120
140
  "kendo-selected-bg": {
121
141
  "name": "Selected background",
122
142
  "type": "color",
123
- "value": "#ff6358"
143
+ "value": "#E6594F"
124
144
  }
125
145
  }
126
146
  },
@@ -130,12 +150,17 @@
130
150
  "kendo-button-text": {
131
151
  "name": "Button text color",
132
152
  "type": "color",
133
- "value": "#ffffff"
153
+ "value": "#EBEBEB"
134
154
  },
135
155
  "kendo-button-bg": {
136
156
  "name": "Button background",
137
157
  "type": "color",
138
- "value": "#404040"
158
+ "value": "#1D1D1D"
159
+ },
160
+ "kendo-button-border": {
161
+ "name": "Button background",
162
+ "type": "color",
163
+ "value": "#383838"
139
164
  }
140
165
  }
141
166
  },
@@ -145,12 +170,12 @@
145
170
  "kendo-link-text": {
146
171
  "name": "Link text color",
147
172
  "type": "color",
148
- "value": "#ff6358"
173
+ "value": "#E6594F"
149
174
  },
150
175
  "kendo-link-hover-text": {
151
176
  "name": "Link hover text color",
152
177
  "type": "color",
153
- "value": "#d6534a"
178
+ "value": "#EE8E87"
154
179
  }
155
180
  }
156
181
  },
@@ -160,32 +185,32 @@
160
185
  "kendo-series-a": {
161
186
  "name": "Series A",
162
187
  "type": "color",
163
- "value": "#ff6358"
188
+ "value": "#E6594F"
164
189
  },
165
190
  "kendo-series-b": {
166
191
  "name": "Series B",
167
192
  "type": "color",
168
- "value": "#ffe162"
193
+ "value": "#E6CB58"
169
194
  },
170
195
  "kendo-series-c": {
171
196
  "name": "Series C",
172
197
  "type": "color",
173
- "value": "#4cd180"
198
+ "value": "#44BC73"
174
199
  },
175
200
  "kendo-series-d": {
176
201
  "name": "Series D",
177
202
  "type": "color",
178
- "value": "#4b5ffa"
203
+ "value": "#4456E1"
179
204
  },
180
205
  "kendo-series-e": {
181
206
  "name": "Series E",
182
207
  "type": "color",
183
- "value": "#ac58ff"
208
+ "value": "#9B4FE6"
184
209
  },
185
210
  "kendo-series-f": {
186
211
  "name": "Series F",
187
212
  "type": "color",
188
- "value": "#ff5892"
213
+ "value": "#E64F83"
189
214
  }
190
215
  }
191
216
  }
@@ -3,7 +3,7 @@
3
3
  "name": "Default Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "6.2.1-dev.0+7a0fad806",
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": "Default Nordic",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "6.2.1-dev.0+7a0fad806",
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": "Default Ocean Blue A11Y",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "6.2.1-dev.0+7a0fad806",
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": "Default Ocean Blue",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "6.2.1-dev.0+7a0fad806",
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": "Default Orange",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "6.2.1-dev.0+7a0fad806",
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": "Default Purple",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "6.2.1-dev.0+7a0fad806",
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": "Default Turquoise",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "6.2.1-dev.0+7a0fad806",
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": "Default Urban",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "6.2.1-dev.0+7a0fad806",
6
+ "version": "6.2.1-dev.44+34fe2f00e",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-default",
3
3
  "description": "SASS resources for the default Kendo UI theme",
4
- "version": "6.2.1-dev.0+7a0fad806",
4
+ "version": "6.2.1-dev.44+34fe2f00e",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -48,8 +48,8 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "@progress/kendo-font-icons": "1.4.0",
51
- "@progress/kendo-theme-core": "6.2.1-dev.0+7a0fad806",
52
- "@progress/kendo-theme-utils": "6.2.1-dev.0+7a0fad806"
51
+ "@progress/kendo-theme-core": "6.2.1-dev.44+34fe2f00e",
52
+ "@progress/kendo-theme-utils": "6.2.1-dev.44+34fe2f00e"
53
53
  },
54
- "gitHead": "7a0fad8063cd9fe27e17a9898e289cca17895c32"
54
+ "gitHead": "34fe2f00e792deed2954e13a8cc2e5f39e20a5fa"
55
55
  }
@@ -14,6 +14,8 @@ $kendo-use-input-button-width: true !default;
14
14
  $kendo-use-input-spinner-width: true !default;
15
15
  $kendo-use-input-spinner-icon-offset: false !default;
16
16
 
17
+ $kendo-auto-bootstrap: true !default;
18
+
17
19
 
18
20
  // Spacing
19
21
  $kendo-spacing: (
@@ -18,3 +18,21 @@ $_kendo-module-meta: (
18
18
  @import "./_variables.scss";
19
19
  @import "./_layout.scss";
20
20
  @import "./_theme.scss";
21
+
22
+
23
+ // Register
24
+ @import "../core/module-system/index.import.scss";
25
+ @include module-register( $_kendo-module-meta... );
26
+
27
+
28
+ // Expose
29
+ @mixin kendo-actions--styles() {
30
+ @include module-render( "actions" ) {
31
+ @include kendo-actions--layout();
32
+ @include kendo-actions--theme();
33
+ }
34
+ }
35
+
36
+ @if $kendo-auto-bootstrap {
37
+ @include kendo-actions--styles();
38
+ }
@@ -1,5 +1,6 @@
1
- @include exports("action-buttons/layout") {
1
+ @mixin kendo-actions--layout-base() {
2
2
 
3
+ // Actions
3
4
  .k-actions {
4
5
  padding-block: $kendo-actions-padding-y;
5
6
  padding-inline: $kendo-actions-padding-x;
@@ -29,14 +30,6 @@
29
30
  margin-top: $kendo-actions-margin-top;
30
31
  }
31
32
 
32
-
33
- // Aliases
34
- .k-edit-buttons,
35
- .k-action-buttons,
36
- .k-columnmenu-actions {
37
- @extend .k-actions !optional;
38
- }
39
-
40
33
  // Actions align
41
34
  .k-actions-start {
42
35
  justify-content: flex-start;
@@ -51,6 +44,7 @@
51
44
  flex: 1 0 0%;
52
45
  }
53
46
 
47
+
54
48
  // Actions orientation
55
49
  .k-actions-horizontal {
56
50
  width: 100%;
@@ -60,4 +54,17 @@
60
54
  flex-flow: column nowrap;
61
55
  }
62
56
 
57
+
58
+ // Aliases
59
+ .k-edit-buttons,
60
+ .k-action-buttons,
61
+ .k-columnmenu-actions {
62
+ @extend .k-actions !optional;
63
+ }
64
+
65
+ }
66
+
67
+
68
+ @mixin kendo-actions--layout() {
69
+ @include kendo-actions--layout-base();
63
70
  }
@@ -1,5 +1,6 @@
1
- @include exports("action-buttons/theme") {
1
+ @mixin kendo-actions--theme-base() {
2
2
 
3
+ // Actions
3
4
  .k-actions {
4
5
  @include fill(
5
6
  $kendo-actions-text,
@@ -10,3 +11,8 @@
10
11
  }
11
12
 
12
13
  }
14
+
15
+
16
+ @mixin kendo-actions--theme() {
17
+ @include kendo-actions--theme-base();
18
+ }