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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (395) hide show
  1. package/dist/all.css +5871 -2095
  2. package/dist/all.scss +1 -7
  3. package/package.json +8 -5
  4. package/scss/action-buttons/_layout.scss +1 -1
  5. package/scss/action-buttons/_theme.scss +2 -2
  6. package/scss/action-buttons/_variables.scss +5 -4
  7. package/scss/action-buttons/index.scss +3 -3
  8. package/scss/action-sheet/_layout.scss +3 -3
  9. package/scss/action-sheet/_theme.scss +2 -2
  10. package/scss/action-sheet/_variables.scss +13 -13
  11. package/scss/action-sheet/index.scss +3 -3
  12. package/scss/adaptive/_layout.scss +15 -26
  13. package/scss/adaptive/_theme.scss +2 -2
  14. package/scss/adaptive/_variables.scss +2 -2
  15. package/scss/adaptive/index.scss +3 -3
  16. package/scss/all.scss +1 -1
  17. package/scss/appbar/_layout.scss +3 -3
  18. package/scss/appbar/_theme.scss +6 -5
  19. package/scss/appbar/_variables.scss +12 -13
  20. package/scss/appbar/index.scss +4 -4
  21. package/scss/autocomplete/index.scss +3 -3
  22. package/scss/avatar/_layout.scss +1 -1
  23. package/scss/avatar/_theme.scss +5 -4
  24. package/scss/avatar/_variables.scss +17 -18
  25. package/scss/avatar/index.scss +3 -3
  26. package/scss/badge/_layout.scss +8 -8
  27. package/scss/badge/_theme.scss +6 -6
  28. package/scss/badge/_variables.scss +20 -21
  29. package/scss/badge/index.scss +3 -3
  30. package/scss/bottom-navigation/_layout.scss +2 -2
  31. package/scss/bottom-navigation/_theme.scss +16 -15
  32. package/scss/bottom-navigation/_variables.scss +27 -28
  33. package/scss/bottom-navigation/index.scss +3 -3
  34. package/scss/breadcrumb/_layout.scss +2 -2
  35. package/scss/breadcrumb/_theme.scss +1 -1
  36. package/scss/breadcrumb/_variables.scss +3 -2
  37. package/scss/breadcrumb/index.scss +3 -3
  38. package/scss/button/_layout.scss +8 -7
  39. package/scss/button/_theme.scss +31 -30
  40. package/scss/button/_variables.scss +64 -59
  41. package/scss/button/index.scss +3 -3
  42. package/scss/calendar/_layout.scss +10 -21
  43. package/scss/calendar/_theme.scss +3 -23
  44. package/scss/calendar/_variables.scss +28 -33
  45. package/scss/calendar/index.scss +3 -3
  46. package/scss/captcha/_layout.scss +1 -1
  47. package/scss/captcha/_theme.scss +2 -2
  48. package/scss/captcha/_variables.scss +3 -3
  49. package/scss/captcha/index.scss +3 -3
  50. package/scss/card/_layout.scss +3 -5
  51. package/scss/card/_theme.scss +6 -5
  52. package/scss/card/_variables.scss +18 -19
  53. package/scss/card/index.scss +3 -3
  54. package/scss/chat/_layout.scss +3 -4
  55. package/scss/chat/_theme.scss +3 -3
  56. package/scss/chat/_variables.scss +20 -20
  57. package/scss/chat/index.scss +3 -3
  58. package/scss/checkbox/_layout.scss +115 -63
  59. package/scss/checkbox/_theme.scss +74 -85
  60. package/scss/checkbox/_variables.scss +89 -105
  61. package/scss/checkbox/index.scss +4 -4
  62. package/scss/chip/_layout.scss +7 -6
  63. package/scss/chip/_theme.scss +23 -22
  64. package/scss/chip/_variables.scss +40 -37
  65. package/scss/chip/index.scss +4 -4
  66. package/scss/color-preview/_layout.scss +2 -3
  67. package/scss/color-preview/_theme.scss +2 -2
  68. package/scss/color-preview/_variables.scss +2 -3
  69. package/scss/color-preview/index.scss +3 -3
  70. package/scss/coloreditor/_layout.scss +2 -2
  71. package/scss/coloreditor/_theme.scss +2 -2
  72. package/scss/coloreditor/_variables.scss +7 -7
  73. package/scss/coloreditor/index.scss +3 -3
  74. package/scss/colorgradient/_layout.scss +3 -3
  75. package/scss/colorgradient/_theme.scss +5 -6
  76. package/scss/colorgradient/_variables.scss +3 -3
  77. package/scss/colorgradient/index.scss +3 -3
  78. package/scss/colorpalette/_layout.scss +3 -4
  79. package/scss/colorpalette/_theme.scss +2 -2
  80. package/scss/colorpalette/_variables.scss +6 -5
  81. package/scss/colorpalette/index.scss +3 -3
  82. package/scss/colorpicker/_layout.scss +1 -1
  83. package/scss/colorpicker/_theme.scss +1 -1
  84. package/scss/colorpicker/_variables.scss +1 -1
  85. package/scss/colorpicker/index.scss +3 -3
  86. package/scss/combobox/index.scss +3 -3
  87. package/scss/core/_index.scss +11 -9
  88. package/scss/core/_layout.scss +2 -2
  89. package/scss/core/_theme.scss +2 -2
  90. package/scss/core/_variables.scss +29 -27
  91. package/scss/core/color-system/_index.scss +3 -3
  92. package/scss/core/color-system/_variables.scss +17 -16
  93. package/scss/core/color-system/utils/_functions.scss +3 -3
  94. package/scss/core/color-system/utils/_index.scss +2 -2
  95. package/scss/core/functions/_index.scss +2 -2
  96. package/scss/core/functions/_strings.scss +8 -6
  97. package/scss/core/helpers/_base.scss +2 -10
  98. package/scss/core/helpers/_extra.scss +2 -2
  99. package/scss/core/helpers/_index.scss +12 -12
  100. package/scss/core/helpers/_selection.scss +2 -2
  101. package/scss/core/helpers/_spacer.scss +4 -4
  102. package/scss/core/mixins/_border-radius.scss +9 -9
  103. package/scss/core/mixins/_box-shadow.scss +2 -1
  104. package/scss/core/mixins/_decoration.scss +1 -1
  105. package/scss/core/mixins/_index.scss +6 -6
  106. package/scss/core/module-system/index.scss +2 -2
  107. package/scss/dataviz/_layout.scss +17 -27
  108. package/scss/dataviz/_theme.scss +2 -2
  109. package/scss/dataviz/_variables.scss +6 -5
  110. package/scss/dataviz/index.scss +3 -3
  111. package/scss/dateinput/index.scss +3 -3
  112. package/scss/datepicker/index.scss +3 -3
  113. package/scss/daterangepicker/_layout.scss +3 -2
  114. package/scss/daterangepicker/index.scss +3 -3
  115. package/scss/datetimepicker/_layout.scss +1 -1
  116. package/scss/datetimepicker/index.scss +3 -3
  117. package/scss/dialog/_layout.scss +9 -4
  118. package/scss/dialog/_theme.scss +26 -6
  119. package/scss/dialog/_variables.scss +61 -10
  120. package/scss/dialog/index.scss +3 -3
  121. package/scss/draggable/_layout.scss +2 -2
  122. package/scss/draggable/_theme.scss +2 -2
  123. package/scss/draggable/_variables.scss +3 -4
  124. package/scss/draggable/index.scss +3 -3
  125. package/scss/drawer/_layout.scss +8 -8
  126. package/scss/drawer/_theme.scss +2 -2
  127. package/scss/drawer/_variables.scss +17 -16
  128. package/scss/drawer/index.scss +3 -3
  129. package/scss/dropdowngrid/index.scss +3 -3
  130. package/scss/dropdownlist/index.scss +3 -3
  131. package/scss/dropdowntree/_layout.scss +1 -1
  132. package/scss/dropdowntree/index.scss +3 -3
  133. package/scss/dropzone/_layout.scss +1 -1
  134. package/scss/dropzone/_theme.scss +2 -2
  135. package/scss/dropzone/_variables.scss +6 -6
  136. package/scss/dropzone/index.scss +3 -3
  137. package/scss/editor/_layout.scss +65 -137
  138. package/scss/editor/_theme.scss +11 -1
  139. package/scss/editor/_variables.scss +8 -7
  140. package/scss/editor/index.scss +4 -4
  141. package/scss/expansion-panel/_layout.scss +3 -3
  142. package/scss/expansion-panel/_theme.scss +2 -3
  143. package/scss/expansion-panel/_variables.scss +12 -12
  144. package/scss/expansion-panel/index.scss +3 -3
  145. package/scss/fab/_layout.scss +4 -8
  146. package/scss/fab/_theme.scss +23 -22
  147. package/scss/fab/_variables.scss +14 -14
  148. package/scss/fab/index.scss +3 -3
  149. package/scss/filemanager/_layout.scss +1 -1
  150. package/scss/filemanager/_theme.scss +2 -2
  151. package/scss/filemanager/_variables.scss +8 -8
  152. package/scss/filemanager/index.scss +3 -3
  153. package/scss/filter/_layout.scss +1 -1
  154. package/scss/filter/_theme.scss +1 -1
  155. package/scss/filter/_variables.scss +3 -4
  156. package/scss/filter/index.scss +3 -3
  157. package/scss/floating-label/_layout.scss +1 -1
  158. package/scss/floating-label/_theme.scss +2 -2
  159. package/scss/floating-label/_variables.scss +0 -1
  160. package/scss/floating-label/index.scss +3 -3
  161. package/scss/forms/_layout.scss +31 -20
  162. package/scss/forms/_theme.scss +1 -1
  163. package/scss/forms/_variables.scss +34 -14
  164. package/scss/forms/index.scss +3 -3
  165. package/scss/gantt/_layout.scss +13 -6
  166. package/scss/gantt/_theme.scss +2 -3
  167. package/scss/gantt/_variables.scss +17 -17
  168. package/scss/gantt/index.scss +3 -3
  169. package/scss/grid/_layout.scss +172 -199
  170. package/scss/grid/_theme.scss +83 -107
  171. package/scss/grid/_variables.scss +132 -75
  172. package/scss/grid/index.scss +4 -3
  173. package/scss/icon/_layout.scss +2 -29
  174. package/scss/icon/_variables.scss +20 -8
  175. package/scss/icon/index.scss +3 -3
  176. package/scss/imageeditor/_layout.scss +3 -4
  177. package/scss/imageeditor/_theme.scss +2 -2
  178. package/scss/imageeditor/_variables.scss +12 -12
  179. package/scss/imageeditor/index.scss +3 -3
  180. package/scss/index.scss +213 -213
  181. package/scss/input/_layout.scss +21 -13
  182. package/scss/input/_theme.scss +17 -16
  183. package/scss/input/_variables.scss +23 -23
  184. package/scss/input/index.scss +3 -3
  185. package/scss/list/_layout.scss +21 -21
  186. package/scss/list/_theme.scss +2 -2
  187. package/scss/list/_variables.scss +31 -31
  188. package/scss/list/index.scss +3 -3
  189. package/scss/listbox/_layout.scss +16 -40
  190. package/scss/listbox/_theme.scss +2 -2
  191. package/scss/listbox/_variables.scss +5 -5
  192. package/scss/listbox/index.scss +3 -3
  193. package/scss/listgroup/_layout.scss +2 -2
  194. package/scss/listgroup/_theme.scss +2 -2
  195. package/scss/listgroup/_variables.scss +5 -4
  196. package/scss/listgroup/index.scss +3 -3
  197. package/scss/listview/_layout.scss +2 -3
  198. package/scss/listview/_theme.scss +8 -3
  199. package/scss/listview/_variables.scss +10 -9
  200. package/scss/listview/index.scss +3 -3
  201. package/scss/loader/_layout.scss +1 -1
  202. package/scss/loader/_theme.scss +3 -2
  203. package/scss/loader/_variables.scss +20 -21
  204. package/scss/loader/index.scss +3 -3
  205. package/scss/map/_layout.scss +1 -1
  206. package/scss/map/_theme.scss +2 -2
  207. package/scss/map/_variables.scss +11 -11
  208. package/scss/map/index.scss +3 -3
  209. package/scss/maskedtextbox/index.scss +3 -3
  210. package/scss/mediaplayer/_layout.scss +3 -3
  211. package/scss/mediaplayer/_theme.scss +2 -2
  212. package/scss/mediaplayer/_variables.scss +6 -6
  213. package/scss/mediaplayer/index.scss +3 -3
  214. package/scss/menu/_layout.scss +10 -10
  215. package/scss/menu/_theme.scss +0 -1
  216. package/scss/menu/_variables.scss +15 -16
  217. package/scss/menu/index.scss +3 -3
  218. package/scss/menu-button/index.scss +3 -3
  219. package/scss/messagebox/_layout.scss +1 -1
  220. package/scss/messagebox/_theme.scss +5 -5
  221. package/scss/messagebox/_variables.scss +5 -5
  222. package/scss/messagebox/index.scss +3 -3
  223. package/scss/multiselect/index.scss +3 -3
  224. package/scss/notification/_layout.scss +23 -24
  225. package/scss/notification/_theme.scss +6 -18
  226. package/scss/notification/_variables.scss +14 -15
  227. package/scss/notification/index.scss +3 -3
  228. package/scss/numerictextbox/index.scss +3 -3
  229. package/scss/orgchart/_layout.scss +1 -1
  230. package/scss/orgchart/_theme.scss +2 -2
  231. package/scss/orgchart/_variables.scss +6 -6
  232. package/scss/orgchart/index.scss +3 -3
  233. package/scss/overlay/_layout.scss +1 -1
  234. package/scss/overlay/_theme.scss +1 -1
  235. package/scss/overlay/_variables.scss +3 -3
  236. package/scss/overlay/index.scss +3 -3
  237. package/scss/pager/_layout.scss +44 -67
  238. package/scss/pager/_theme.scss +2 -96
  239. package/scss/pager/_variables.scss +37 -129
  240. package/scss/pager/index.scss +4 -5
  241. package/scss/panelbar/_layout.scss +5 -6
  242. package/scss/panelbar/_theme.scss +43 -43
  243. package/scss/panelbar/_variables.scss +47 -47
  244. package/scss/panelbar/index.scss +3 -3
  245. package/scss/pdf-viewer/_layout.scss +3 -6
  246. package/scss/pdf-viewer/_theme.scss +2 -2
  247. package/scss/pdf-viewer/_variables.scss +5 -5
  248. package/scss/pdf-viewer/index.scss +3 -3
  249. package/scss/pivotgrid/_layout.scss +6 -5
  250. package/scss/pivotgrid/_theme.scss +2 -2
  251. package/scss/pivotgrid/_variables.scss +7 -7
  252. package/scss/pivotgrid/index.scss +3 -3
  253. package/scss/popover/_layout.scss +3 -3
  254. package/scss/popover/_theme.scss +2 -2
  255. package/scss/popover/_variables.scss +3 -2
  256. package/scss/popover/index.scss +3 -3
  257. package/scss/popup/_layout.scss +2 -2
  258. package/scss/popup/_theme.scss +2 -2
  259. package/scss/popup/_variables.scss +4 -4
  260. package/scss/popup/index.scss +3 -3
  261. package/scss/progressbar/_layout.scss +32 -39
  262. package/scss/progressbar/_theme.scss +18 -11
  263. package/scss/progressbar/_variables.scss +11 -11
  264. package/scss/progressbar/index.scss +3 -3
  265. package/scss/radio/_layout.scss +74 -84
  266. package/scss/radio/_theme.scss +49 -73
  267. package/scss/radio/_variables.scss +53 -83
  268. package/scss/radio/index.scss +4 -4
  269. package/scss/rating/_layout.scss +3 -3
  270. package/scss/rating/_theme.scss +2 -2
  271. package/scss/rating/_variables.scss +6 -5
  272. package/scss/rating/index.scss +3 -3
  273. package/scss/responsivepanel/_layout.scss +1 -1
  274. package/scss/responsivepanel/index.scss +3 -3
  275. package/scss/ripple/_layout.scss +1 -1
  276. package/scss/ripple/_theme.scss +1 -1
  277. package/scss/ripple/index.scss +3 -3
  278. package/scss/scheduler/_layout.scss +6 -23
  279. package/scss/scheduler/_theme.scss +4 -5
  280. package/scss/scheduler/_variables.scss +16 -16
  281. package/scss/scheduler/index.scss +3 -3
  282. package/scss/scroller/_layout.scss +1 -1
  283. package/scss/scroller/_theme.scss +1 -1
  284. package/scss/scroller/_variables.scss +1 -1
  285. package/scss/scroller/index.scss +3 -3
  286. package/scss/scrollview/_layout.scss +3 -3
  287. package/scss/scrollview/_theme.scss +3 -4
  288. package/scss/scrollview/_variables.scss +5 -5
  289. package/scss/scrollview/index.scss +3 -3
  290. package/scss/searchbox/_layout.scss +2 -2
  291. package/scss/searchbox/_theme.scss +1 -1
  292. package/scss/searchbox/_variables.scss +1 -1
  293. package/scss/searchbox/index.scss +3 -3
  294. package/scss/signature/_layout.scss +6 -5
  295. package/scss/signature/_theme.scss +1 -1
  296. package/scss/signature/_variables.scss +7 -6
  297. package/scss/signature/index.scss +3 -3
  298. package/scss/skeleton/_layout.scss +8 -1
  299. package/scss/skeleton/_theme.scss +2 -2
  300. package/scss/skeleton/_variables.scss +1 -1
  301. package/scss/skeleton/index.scss +3 -3
  302. package/scss/slider/_layout.scss +3 -3
  303. package/scss/slider/_theme.scss +2 -2
  304. package/scss/slider/_variables.scss +5 -4
  305. package/scss/slider/index.scss +3 -3
  306. package/scss/split-button/_layout.scss +1 -1
  307. package/scss/split-button/_theme.scss +1 -1
  308. package/scss/split-button/_variables.scss +1 -1
  309. package/scss/split-button/index.scss +3 -3
  310. package/scss/splitter/_layout.scss +3 -7
  311. package/scss/splitter/_theme.scss +2 -2
  312. package/scss/splitter/_variables.scss +9 -9
  313. package/scss/splitter/index.scss +3 -3
  314. package/scss/spreadsheet/_layout.scss +13 -18
  315. package/scss/spreadsheet/_theme.scss +2 -3
  316. package/scss/spreadsheet/_variables.scss +15 -16
  317. package/scss/spreadsheet/index.scss +3 -3
  318. package/scss/stepper/_layout.scss +3 -4
  319. package/scss/stepper/_theme.scss +2 -3
  320. package/scss/stepper/_variables.scss +13 -14
  321. package/scss/stepper/index.scss +3 -3
  322. package/scss/switch/_layout.scss +11 -10
  323. package/scss/switch/_theme.scss +2 -2
  324. package/scss/switch/_variables.scss +7 -7
  325. package/scss/switch/index.scss +4 -4
  326. package/scss/table/_layout.scss +12 -11
  327. package/scss/table/_theme.scss +2 -2
  328. package/scss/table/_variables.scss +28 -10
  329. package/scss/table/index.scss +3 -3
  330. package/scss/tabstrip/_layout.scss +6 -6
  331. package/scss/tabstrip/_theme.scss +7 -7
  332. package/scss/tabstrip/_variables.scss +14 -13
  333. package/scss/tabstrip/index.scss +3 -3
  334. package/scss/taskboard/_layout.scss +3 -3
  335. package/scss/taskboard/_theme.scss +5 -5
  336. package/scss/taskboard/_variables.scss +6 -6
  337. package/scss/taskboard/index.scss +3 -3
  338. package/scss/textarea/index.scss +3 -3
  339. package/scss/textbox/index.scss +3 -3
  340. package/scss/tilelayout/_layout.scss +3 -3
  341. package/scss/tilelayout/_theme.scss +2 -2
  342. package/scss/tilelayout/_variables.scss +1 -2
  343. package/scss/tilelayout/index.scss +3 -3
  344. package/scss/timedurationpicker/index.scss +3 -3
  345. package/scss/timeline/_layout.scss +3 -4
  346. package/scss/timeline/_theme.scss +2 -2
  347. package/scss/timeline/_variables.scss +26 -26
  348. package/scss/timeline/index.scss +3 -3
  349. package/scss/timepicker/index.scss +3 -3
  350. package/scss/timeselector/_layout.scss +8 -8
  351. package/scss/timeselector/_theme.scss +3 -4
  352. package/scss/timeselector/_variables.scss +9 -9
  353. package/scss/timeselector/index.scss +4 -4
  354. package/scss/toolbar/_layout.scss +67 -63
  355. package/scss/toolbar/_theme.scss +14 -11
  356. package/scss/toolbar/_variables.scss +42 -10
  357. package/scss/toolbar/index.scss +4 -4
  358. package/scss/tooltip/_layout.scss +2 -2
  359. package/scss/tooltip/_theme.scss +5 -4
  360. package/scss/tooltip/_variables.scss +11 -11
  361. package/scss/tooltip/index.scss +3 -3
  362. package/scss/treelist/_layout.scss +5 -4
  363. package/scss/treelist/_theme.scss +1 -1
  364. package/scss/treelist/_variables.scss +1 -1
  365. package/scss/treelist/index.scss +3 -3
  366. package/scss/treeview/_layout.scss +9 -9
  367. package/scss/treeview/_theme.scss +2 -2
  368. package/scss/treeview/_variables.scss +11 -11
  369. package/scss/treeview/index.scss +3 -3
  370. package/scss/typography/_layout.scss +14 -13
  371. package/scss/typography/_theme.scss +2 -2
  372. package/scss/typography/_variables.scss +6 -6
  373. package/scss/typography/index.scss +3 -3
  374. package/scss/upload/_layout.scss +23 -40
  375. package/scss/upload/_theme.scss +16 -20
  376. package/scss/upload/_variables.scss +10 -13
  377. package/scss/upload/index.scss +3 -3
  378. package/scss/utils/_layout.scss +2 -2
  379. package/scss/utils/_variables.scss +1 -1
  380. package/scss/utils/index.scss +3 -3
  381. package/scss/validator/_layout.scss +1 -1
  382. package/scss/validator/_theme.scss +1 -1
  383. package/scss/validator/_variables.scss +1 -1
  384. package/scss/validator/index.scss +3 -3
  385. package/scss/virtual-scroller/_layout.scss +2 -2
  386. package/scss/virtual-scroller/_theme.scss +1 -1
  387. package/scss/virtual-scroller/index.scss +3 -3
  388. package/scss/window/_layout.scss +9 -16
  389. package/scss/window/_theme.scss +28 -8
  390. package/scss/window/_variables.scss +57 -13
  391. package/scss/window/index.scss +3 -3
  392. package/scss/wizard/_layout.scss +2 -2
  393. package/scss/wizard/_theme.scss +3 -4
  394. package/scss/wizard/_variables.scss +9 -9
  395. package/scss/wizard/index.scss +3 -3
@@ -1,6 +1,6 @@
1
+ @use "sass:map";
1
2
  @use "sass:math";
2
- @use "../core/color-system" as *;
3
- @use "../core/_variables.scss" as *;
3
+ @use "../core/" as *;
4
4
  @use "../button/_variables.scss" as *;
5
5
 
6
6
  /// Width of the border around the FAB.
@@ -21,7 +21,7 @@ $kendo-fab-line-height: var( --kendo-line-height, normal ) !default;
21
21
 
22
22
  /// Horizontal padding of the FAB.
23
23
  /// @group floating-action-button
24
- $kendo-fab-padding-x: map-get( $kendo-spacing, 4 ) !default;
24
+ $kendo-fab-padding-x: map.get( $kendo-spacing, 4 ) !default;
25
25
  $kendo-fab-padding-x-sm: math.div( $kendo-fab-padding-x, 2 ) !default;
26
26
  $kendo-fab-padding-x-md: $kendo-fab-padding-x !default;
27
27
  $kendo-fab-padding-x-lg: ( $kendo-fab-padding-x * 1.5 ) !default;
@@ -51,21 +51,21 @@ $kendo-fab-icon-width: 20px !default;
51
51
  $kendo-fab-icon-height: $kendo-fab-icon-width !default;
52
52
  /// FAB icon spacing.
53
53
  /// @group floating-action-button
54
- $kendo-fab-icon-spacing: math.div( map-get( $kendo-spacing, 1 ), 2 ) !default;
54
+ $kendo-fab-icon-spacing: map.get( $kendo-spacing, 0.5 ) !default; // sass-lint:disable-line leading-zero
55
55
 
56
56
  /// FAB items horizontal padding.
57
57
  /// @group floating-action-button
58
58
  $kendo-fab-items-padding-x: 0px !default;
59
59
  /// FAB items vertical padding.
60
60
  /// @group floating-action-button
61
- $kendo-fab-items-padding-y: map-get( $kendo-spacing, 4 ) !default;
61
+ $kendo-fab-items-padding-y: map.get( $kendo-spacing, 4 ) !default;
62
62
 
63
63
  /// FAB item text horizontal padding.
64
64
  /// @group floating-action-button
65
- $kendo-fab-item-text-padding-x: map-get( $kendo-spacing, 1 ) !default;
65
+ $kendo-fab-item-text-padding-x: map.get( $kendo-spacing, 1 ) !default;
66
66
  /// FAB item text vertical padding.
67
67
  /// @group floating-action-button
68
- $kendo-fab-item-text-padding-y: map-get( $kendo-spacing, 1 ) !default;
68
+ $kendo-fab-item-text-padding-y: map.get( $kendo-spacing, 1 ) !default;
69
69
  /// Width of the FAB item text border.
70
70
  /// @group floating-action-button
71
71
  $kendo-fab-item-text-border-width: 1px !default;
@@ -83,7 +83,7 @@ $kendo-fab-item-text-font-size: var( --kendo-font-size-sm, inherit ) !default;
83
83
  $kendo-fab-item-text-line-height: var( --kendo-line-height-sm, inherit ) !default;
84
84
  /// The bottom margin of the FAB item.
85
85
  /// @group floating-action-button
86
- $kendo-fab-item-text-offset-x: map-get( $kendo-spacing, 2 );
86
+ $kendo-fab-item-text-offset-x: map.get( $kendo-spacing, 2 ) !default;
87
87
 
88
88
  /// Offset of the focused FAB item.
89
89
  /// @group floating-action-button
@@ -97,10 +97,10 @@ $kendo-fab-item-focus-outline-style: $kendo-button-focus-outline-style !default;
97
97
 
98
98
  /// FAB item icon horizontal padding.
99
99
  /// @group floating-action-button
100
- $kendo-fab-item-icon-padding-x: map-get( $kendo-spacing, 2 ) !default;
100
+ $kendo-fab-item-icon-padding-x: map.get( $kendo-spacing, 2 ) !default;
101
101
  /// FAB item icon vertical padding.
102
102
  /// @group floating-action-button
103
- $kendo-fab-item-icon-padding-y: map-get( $kendo-spacing, 2 ) !default;
103
+ $kendo-fab-item-icon-padding-y: map.get( $kendo-spacing, 2 ) !default;
104
104
  /// Width of the FAB item icon border.
105
105
  /// @group floating-action-button
106
106
  $kendo-fab-item-icon-border-width: 1px !default;
@@ -120,7 +120,7 @@ $kendo-fab-item-icon-height: $kendo-fab-item-icon-width !default;
120
120
  /// Theme colors map for the FAB.
121
121
  /// @group floating-action-button
122
122
  $kendo-fab-theme-colors: (
123
- solid: map-get( $kendo-button-theme-colors, "solid")
123
+ solid: map.get( $kendo-button-theme-colors, "solid")
124
124
  ) !default;
125
125
 
126
126
  /// Sizes map for the FAB.
@@ -138,11 +138,11 @@ $kendo-fab-sizes: (
138
138
  padding-x: $kendo-fab-padding-x-lg,
139
139
  padding-y: $kendo-fab-padding-y-lg
140
140
  )
141
- );
141
+ ) !default;
142
142
 
143
143
  /// The bottom margin of the FAB item.
144
144
  /// @group floating-action-button
145
- $kendo-fab-item-offset-y: map-get( $kendo-spacing, 2 );
145
+ $kendo-fab-item-offset-y: map.get( $kendo-spacing, 2 ) !default;
146
146
  /// The base text color of the FAB item.
147
147
  /// @group floating-action-button
148
148
  $kendo-fab-item-text: get-theme-color-var( neutral-160 ) !default;
@@ -175,7 +175,7 @@ $kendo-fab-item-focus-border: get-theme-color-var( neutral-110 ) !default;
175
175
  $kendo-fab-item-active-text: var( --kendo-selected-text, inherit ) !default;
176
176
  /// The active background color of the FAB item.
177
177
  /// @group floating-action-button
178
- $kendo-fab-item-active-bg: var( --kendo-selected-bg, inherit ) !default;
178
+ $kendo-fab-item-active-bg: var( --kendo-selected-bg, inherit ) !default;
179
179
  /// The active border color of the FAB item.
180
180
  /// @group floating-action-button
181
181
  $kendo-fab-item-active-border: get-theme-color-var( neutral-110 ) !default;
@@ -11,9 +11,9 @@ $_kendo-module-meta: (
11
11
 
12
12
 
13
13
  // Component
14
- @forward "_variables.scss";
15
- @use "_layout.scss" as *;
16
- @use "_theme.scss" as *;
14
+ @forward "./_variables.scss";
15
+ @use "./_layout.scss" as *;
16
+ @use "./_theme.scss" as *;
17
17
 
18
18
  // Register
19
19
  @use "../core/module-system/" as module;
@@ -1,5 +1,5 @@
1
1
  @use "../icon/_variables.scss"as *;
2
- @use "_variables.scss" as *;
2
+ @use "./_variables.scss" as *;
3
3
 
4
4
  @mixin kendo-filemanager--layout() {
5
5
 
@@ -1,5 +1,5 @@
1
- @use "../core/mixins" as *;
2
- @use "_variables.scss" as *;
1
+ @use "../core/" as *;
2
+ @use "./_variables.scss" as *;
3
3
 
4
4
  @mixin kendo-filemanager--theme() {
5
5
 
@@ -1,11 +1,11 @@
1
- @use "../core/color-system" as *;
2
- @use "../core/_variables.scss" as *;
1
+ @use "sass:map";
2
+ @use "../core/" as *;
3
3
  @use "../toolbar/_variables.scss" as *;
4
4
  @use "../icon/_variables.scss" as *;
5
5
 
6
6
  /// The space between the filemanger items.
7
7
  /// @group filemanger
8
- $kendo-filemanager-spacer: map-get( $kendo-spacing, 4 ) !default;
8
+ $kendo-filemanager-spacer: map.get( $kendo-spacing, 4 ) !default;
9
9
  /// Border width of the filemanger.
10
10
  /// @group filemanger
11
11
  $kendo-filemanager-border-width: 1px !default;
@@ -65,10 +65,10 @@ $kendo-filemanager-navigation-border: inherit !default;
65
65
 
66
66
  /// Horizontal padding of the breadcrumb.
67
67
  /// @group filemanager
68
- $kendo-filemanager-breadcrumb-padding-x: map-get( $kendo-spacing, 2 ) !default;
68
+ $kendo-filemanager-breadcrumb-padding-x: map.get( $kendo-spacing, 2 ) !default;
69
69
  /// Vertical padding of the breadcrumb.
70
70
  /// @group filemanager
71
- $kendo-filemanager-breadcrumb-padding-y: map-get( $kendo-spacing, 2 ) !default;
71
+ $kendo-filemanager-breadcrumb-padding-y: map.get( $kendo-spacing, 2 ) !default;
72
72
  /// Border width of the breadcrumb.
73
73
  /// @group filemanager
74
74
  $kendo-filemanager-breadcrumb-border-width: $kendo-filemanager-border-width !default;
@@ -94,10 +94,10 @@ $kendo-filemanager-listview-border: inherit !default;
94
94
 
95
95
  /// Horizontal padding of the listview item.
96
96
  /// @group filemanager
97
- $kendo-filemanager-listview-item-padding-x: map-get( $kendo-spacing, 4 ) !default;
97
+ $kendo-filemanager-listview-item-padding-x: map.get( $kendo-spacing, 4 ) !default;
98
98
  /// Vertical padding of the listview item.
99
99
  /// @group filemanager
100
- $kendo-filemanager-listview-item-padding-y: map-get( $kendo-spacing, 4 ) !default;
100
+ $kendo-filemanager-listview-item-padding-y: map.get( $kendo-spacing, 4 ) !default;
101
101
  /// Width of the listview item.
102
102
  /// @group filemanager
103
103
  $kendo-filemanager-listview-item-width: 120px !default;
@@ -163,7 +163,7 @@ $kendo-filemanager-preview-border-width: $kendo-filemanager-border-width !defaul
163
163
  $kendo-filemanager-preview-spacing: $kendo-filemanager-spacer !default;
164
164
  /// Spacing of the preview.
165
165
  /// @group filemanager
166
- $kendo-filemanager-preview-column-gap: map-get( $kendo-spacing, 1 ) !default;
166
+ $kendo-filemanager-preview-column-gap: map.get( $kendo-spacing, 1 ) !default;
167
167
  /// Background color of the preview.
168
168
  /// @group filemanager
169
169
  $kendo-filemanager-preview-bg: transparent !default;
@@ -18,9 +18,9 @@ $_kendo-module-meta: (
18
18
 
19
19
 
20
20
  // Component
21
- @forward "_variables.scss";
22
- @use "_layout.scss" as *;
23
- @use "_theme.scss" as *;
21
+ @forward "./_variables.scss";
22
+ @use "./_layout.scss" as *;
23
+ @use "./_theme.scss" as *;
24
24
 
25
25
  // Register
26
26
  @use "../core/module-system/" as module;
@@ -1,4 +1,4 @@
1
- @use "_variables.scss" as *;
1
+ @use "./_variables.scss" as *;
2
2
 
3
3
  @mixin kendo-filter--layout() {
4
4
 
@@ -1,4 +1,4 @@
1
- @use "_variables.scss" as *;
1
+ @use "./_variables.scss" as *;
2
2
 
3
3
  @mixin kendo-filter--theme() {
4
4
 
@@ -1,12 +1,11 @@
1
- @use "../core/color-system" as *;
2
- @use "../core/_variables.scss" as *;
1
+ @use "../core/" as *;
3
2
 
4
3
  /// Horizontal padding of the filter.
5
4
  /// @group filter
6
- $kendo-filter-padding-x: $kendo-padding-x !default;
5
+ $kendo-filter-padding-x: $kendo-padding-md-x !default;
7
6
  /// Vertical padding of the filter.
8
7
  /// @group filter
9
- $kendo-filter-padding-y: $kendo-padding-y !default;
8
+ $kendo-filter-padding-y: $kendo-padding-md-y !default;
10
9
 
11
10
  /// Bottom margin of the filter.
12
11
  /// @group filter
@@ -14,9 +14,9 @@ $_kendo-module-meta: (
14
14
 
15
15
 
16
16
  // Component
17
- @forward "_variables.scss";
18
- @use "_layout.scss" as *;
19
- @use "_theme.scss" as *;
17
+ @forward "./_variables.scss";
18
+ @use "./_layout.scss" as *;
19
+ @use "./_theme.scss" as *;
20
20
 
21
21
  // Register
22
22
  @use "../core/module-system/" as module;
@@ -1,4 +1,4 @@
1
- @use "_variables.scss" as *;
1
+ @use "./_variables.scss" as *;
2
2
 
3
3
  @mixin kendo-floating-label--layout() {
4
4
 
@@ -1,5 +1,5 @@
1
- @use "_variables.scss" as *;
2
- @use "../core/mixins/" as *;
1
+ @use "../core/" as *;
2
+ @use "./_variables.scss" as *;
3
3
 
4
4
  @mixin kendo-floating-label--theme() {
5
5
 
@@ -1,5 +1,4 @@
1
1
  @use "../core/" as *;
2
- @use "../core/color-system" as *;
3
2
  @use "../input/_variables.scss" as *;
4
3
 
5
4
  /// The resize scale of the floating label
@@ -7,9 +7,9 @@ $_kendo-module-meta: (
7
7
  );
8
8
 
9
9
  // Component
10
- @forward "_variables.scss";
11
- @use "_layout.scss" as *;
12
- @use "_theme.scss" as *;
10
+ @forward "./_variables.scss";
11
+ @use "./_layout.scss" as *;
12
+ @use "./_theme.scss" as *;
13
13
 
14
14
  // Register
15
15
  @use "../core/module-system/" as module;
@@ -1,6 +1,7 @@
1
+ @use "sass:map";
1
2
  @use "sass:math";
2
3
  @use "../core/" as *;
3
- @use "_variables.scss" as *;
4
+ @use "./_variables.scss" as *;
4
5
  @use "../input/_variables.scss" as *;
5
6
  @use "../window/_variables.scss" as *;
6
7
 
@@ -87,10 +88,6 @@
87
88
  padding: 0;
88
89
  }
89
90
 
90
- .k-form-field {
91
- margin-block-start: var( --kendo-form-field-margin-top, #{$kendo-form-field-margin-top} );
92
- }
93
-
94
91
  > * {
95
92
  &:not(.k-hidden):first-child,
96
93
  &.k-hidden + :not(.k-hidden) {
@@ -107,14 +104,14 @@
107
104
 
108
105
  .k-alert-error {
109
106
  font-size: var( --kendo-font-size-sm, #{$kendo-font-size-sm} );
110
- margin-block-start: calc( var( --kendo-padding-y, #{$kendo-padding-y} ) * 2 );
107
+ margin-block-start: calc( var( --kendo-padding-y, #{$kendo-padding-md-y} ) * 2 );
111
108
  }
112
109
 
113
110
  .k-field-info {
114
111
  display: inline-block;
115
112
  font-size: var( --kendo-font-size-xs, #{$kendo-font-size-xs} );
116
113
  line-height: 1;
117
- margin-inline: var( --kendo-padding-x, #{$kendo-padding-x} );
114
+ margin-inline: var( --kendo-padding-x, #{$kendo-padding-md-x} );
118
115
  }
119
116
 
120
117
 
@@ -130,7 +127,6 @@
130
127
  // Form Buttons Container
131
128
  .k-form-buttons {
132
129
  @extend .k-actions;
133
- margin-block-start: calc( var( --kendo-form-field-margin-top, #{$kendo-form-field-margin-top} ) * 2 );
134
130
  padding: 0;
135
131
  overflow: visible;
136
132
  }
@@ -191,9 +187,24 @@
191
187
  }
192
188
  }
193
189
 
190
+ // Sizes
191
+ @each $size, $size-props in $kendo-form-sizes {
192
+ $_form-rows-spacing: map.get($size-props, form-rows-spacing);
193
+
194
+ .k-form-#{$size} {
195
+ .k-form-field {
196
+ margin-block-start: var( --kendo-form-rows-spacing-#{$size}, #{$_form-rows-spacing} );
197
+ }
198
+
199
+ .k-form-buttons {
200
+ margin-block-start: calc( var( --kendo-form-rows-spacing-#{$size}, #{$_form-rows-spacing} ) * 2 );
201
+ }
202
+ }
203
+ }
204
+
194
205
  // Scheduler
195
206
  .k-form-inline {
196
- padding: var( --kendo-form-spacer #{$kendo-form-spacer} );
207
+ padding: var( --kendo-form-spacer, #{$kendo-form-spacer} );
197
208
 
198
209
  fieldset {
199
210
  border-width: 1px 0 0;
@@ -215,9 +226,9 @@
215
226
  text-align: left;
216
227
  font-weight: 600;
217
228
  line-height: 1;
218
- margin-block-end: calc( var( --kendo-padding-y-lg, #{$kendo-padding-y-lg} ) * 2 );
229
+ margin-block-end: calc( var( --kendo-padding-y-lg, #{$kendo-padding-lg-y} ) * 2 );
219
230
  text-transform: uppercase;
220
- padding-inline-end: var( --kendo-padding-x, #{$kendo-padding-x} );
231
+ padding-inline-end: var( --kendo-padding-x, #{$kendo-padding-md-x} );
221
232
  width: auto;
222
233
  }
223
234
 
@@ -225,14 +236,14 @@
225
236
  display: flex;
226
237
  align-items: flex-start;
227
238
  text-align: left;
228
- margin-block-end: calc( var( --kendo-padding-y-lg, #{$kendo-padding-y-lg} ) * 2 );
239
+ margin-block-end: calc( var( --kendo-padding-y-lg, #{$kendo-padding-lg-y} ) * 2 );
229
240
 
230
241
  > span:not(.k-widget) {
231
242
  width: var( --kendo-inline-form-element-width, #{$kendo-inline-form-element-width} );
232
243
  text-align: right;
233
244
  line-height: var( --kendo-line-height, #{$kendo-line-height} );
234
- padding-block: calc( #{$kendo-padding-y} + #{$kendo-input-border-width} );
235
- padding-inline-end: var( --kendo-padding-x-lg, #{$kendo-padding-x-lg} );
245
+ padding-block: calc( #{$kendo-padding-md-y} + #{$kendo-input-border-width} );
246
+ padding-inline-end: var( --kendo-padding-x-lg, #{$kendo-padding-lg-x} );
236
247
  align-self: center;
237
248
  }
238
249
 
@@ -246,7 +257,7 @@
246
257
 
247
258
  .k-alert-error {
248
259
  font-size: var( --kendo-font-size-sm, #{$kendo-font-size-sm} );
249
- margin-block-start: calc( var( --kendo-padding-y, #{$kendo-padding-y} ) * 2 );
260
+ margin-block-start: calc( var( --kendo-padding-y, #{$kendo-padding-md-y} ) * 2 );
250
261
  }
251
262
 
252
263
  .k-field-info {
@@ -274,12 +285,12 @@
274
285
  // Action buttons
275
286
  .k-popup-edit-form > .k-actions,
276
287
  .k-edit-form-container .k-actions {
277
- margin: map-get( $kendo-spacing, 4 ) (-$kendo-window-inner-padding-x) (-$kendo-window-inner-padding-y);
288
+ margin: map.get( $kendo-spacing, 4 ) (-$kendo-window-inner-padding-x) (-$kendo-window-inner-padding-y);
278
289
  }
279
290
 
280
291
 
281
292
  .k-edit-label {
282
- margin-block-end: map-get( $kendo-spacing, 4 );
293
+ margin-block-end: map.get( $kendo-spacing, 4 );
283
294
  padding-block: calc( #{$kendo-input-padding-y-md} + #{$kendo-input-border-width} );
284
295
  width: 30%;
285
296
  line-height: var( --kendo-form-line-height, #{$kendo-form-line-height} );
@@ -288,7 +299,7 @@
288
299
  clear: both;
289
300
  }
290
301
  .k-edit-field {
291
- margin-block-end: map-get( $kendo-spacing, 4 );
302
+ margin-block-end: map.get( $kendo-spacing, 4 );
292
303
  width: 65%;
293
304
  float: right;
294
305
  clear: right;
@@ -313,11 +324,11 @@
313
324
 
314
325
  .k-radio-label,
315
326
  .k-checkbox-label {
316
- margin-inline-end: map-get( $kendo-spacing, 4 );
327
+ margin-inline-end: map.get( $kendo-spacing, 4 );
317
328
  }
318
329
 
319
330
  > .k-reset > li + li {
320
- margin-block-start: math.div( map-get( $kendo-spacing, 4 ), 2 );
331
+ margin-block-start: map.get( $kendo-spacing, 2 );
321
332
  }
322
333
 
323
334
  .k-reset .k-widget {
@@ -1,5 +1,5 @@
1
1
  @use "../core/" as *;
2
- @use "_variables.scss" as *;
2
+ @use "./_variables.scss" as *;
3
3
 
4
4
  @mixin kendo-forms--theme() {
5
5
 
@@ -1,8 +1,9 @@
1
+ @use "sass:map";
1
2
  @use "../core/" as *;
2
3
 
3
4
  /// The padding of the inline form
4
5
  /// @group form
5
- $kendo-form-spacer: ( $kendo-padding-x * 2 ) !default;
6
+ $kendo-form-spacer: ( $kendo-padding-md-x * 2 ) !default;
6
7
 
7
8
  /// The font size of the form
8
9
  /// @group form
@@ -25,7 +26,7 @@ $kendo-form-fieldset-padding: 0px !default;
25
26
 
26
27
  /// The margin of the form legend
27
28
  /// @group form
28
- $kendo-form-legend-margin: 0 0 map-get( $kendo-spacing, 3 ) !default;
29
+ $kendo-form-legend-margin: 0 0 map.get( $kendo-spacing, 3 ) !default;
29
30
 
30
31
  /// The padding of the form legend
31
32
  /// @group form
@@ -33,7 +34,7 @@ $kendo-form-legend-padding: 0px !default;
33
34
 
34
35
  /// The border width of the form legend
35
36
  /// @group form
36
- $kendo-form-legend-border-width: 0 0 map-get( $kendo-spacing, thin ) !default;
37
+ $kendo-form-legend-border-width: 0 0 map.get( $kendo-spacing, 0.5 ) !default; // sass-lint:disable-line leading-zero
37
38
 
38
39
  /// The border style of the form legend
39
40
  /// @group form
@@ -58,7 +59,7 @@ $kendo-form-legend-text-transform: uppercase !default;
58
59
 
59
60
  /// The bottom margin of the form label
60
61
  /// @group form
61
- $kendo-form-label-margin-bottom: map-get( $kendo-spacing, 2 ) !default;
62
+ $kendo-form-label-margin-bottom: map.get( $kendo-spacing, 2 ) !default;
62
63
 
63
64
  /// The font weight of the form label
64
65
  /// @group form
@@ -66,7 +67,7 @@ $kendo-form-label-font-weight: var( --kendo-font-weight-bold, inherit ) !default
66
67
 
67
68
  /// The horizontal margin of the form button
68
69
  /// @group form
69
- $kendo-form-button-margin-x: map-get( $kendo-spacing, 2 ) !default;
70
+ $kendo-form-button-margin-x: map.get( $kendo-spacing, 2 ) !default;
70
71
 
71
72
  /// The font size of the form hint
72
73
  /// @group form
@@ -78,19 +79,25 @@ $kendo-form-hint-font-style: normal !default;
78
79
 
79
80
  /// The top margin of the form hint
80
81
  /// @group form
81
- $kendo-form-hint-margin-top: map-get( $kendo-spacing, 1 ) !default;
82
+ $kendo-form-hint-margin-top: map.get( $kendo-spacing, 1 ) !default;
82
83
 
83
84
  /// The text color of the font hint
84
85
  /// @group form
85
- $kendo-form-hint-text: get-theme-color-var( neutral-130 );
86
+ $kendo-form-hint-text: get-theme-color-var( neutral-130 ) !default;
86
87
 
87
- /// The top margin of the form field
88
+ /// Form row small size spacing
88
89
  /// @group form
89
- $kendo-form-field-margin-top: map-get( $kendo-spacing, 3 ) !default;
90
+ $kendo-form-rows-spacing-sm: map.get( $kendo-spacing, 3 ) !default;
91
+ /// Form row medium size spacing
92
+ /// @group form
93
+ $kendo-form-rows-spacing-md: $kendo-form-rows-spacing-sm !default;
94
+ /// Form row large size spacing
95
+ /// @group form
96
+ $kendo-form-rows-spacing-lg: $kendo-form-rows-spacing-sm !default;
90
97
 
91
98
  /// The margin of the form separator
92
99
  /// @group form
93
- $kendo-form-separator-margin: $kendo-form-field-margin-top 0 0 !default;
100
+ $kendo-form-separator-margin: map.get( $kendo-spacing, 3 ) 0 0 !default;
94
101
 
95
102
  /// The border color of the form separator
96
103
  /// @group form
@@ -98,11 +105,11 @@ $kendo-form-separator-border-color: $kendo-form-legend-border-color !default;
98
105
 
99
106
  /// The top padding of the horizontal form label
100
107
  /// @group form
101
- $kendo-horizontal-form-label-padding-top: map-get( $kendo-spacing, 1 ) + map-get( $kendo-spacing, thin ) !default;
108
+ $kendo-horizontal-form-label-padding-top: map.get( $kendo-spacing, 1.5 ) !default;
102
109
 
103
110
  /// The horizontal margin of the horizontal form
104
111
  /// @group form
105
- $kendo-horizontal-form-label-margin-x: map-get( $kendo-spacing, 2 ) !default;
112
+ $kendo-horizontal-form-label-margin-x: map.get( $kendo-spacing, 2 ) !default;
106
113
 
107
114
  /// The width of the horizontal form label
108
115
  /// @group form
@@ -125,13 +132,13 @@ $kendo-forms-invalid-color: var( --kendo-invalid-text, initial ) !default;
125
132
 
126
133
 
127
134
  // Label
128
- $kendo-label-optional-margin-x: map-get( $kendo-spacing, 1 ) + map-get( $kendo-spacing, thin ) !default;
135
+ $kendo-label-optional-margin-x: map.get( $kendo-spacing, 1.5 ) !default;
129
136
  $kendo-label-optional-font-size: var( --kendo-font-size-sm, inherit ) !default;
130
137
  $kendo-label-optional-font-style: normal !default;
131
138
 
132
139
 
133
140
  // Fieldset
134
- $kendo-fieldset-margin: map-get( $kendo-spacing, 8 ) - map-get( $kendo-spacing, thin ) !default;
141
+ $kendo-fieldset-margin: map.get( $kendo-spacing, 7.5 ) !default;
135
142
  $kendo-fieldset-font-size: var( --kendo-font-size-xl, inherit ) !default;
136
143
 
137
144
  $kendo-fieldset-bg: transparent !default;
@@ -141,3 +148,16 @@ $kendo-fieldset-border: initial !default;
141
148
  $kendo-fieldset-legend-bg: transparent !default;
142
149
  $kendo-fieldset-legend-text: get-theme-color-var( neutral-130 ) !default;
143
150
  $kendo-fieldset-legend-border: initial !default;
151
+
152
+ // Sizes
153
+ $kendo-form-sizes: (
154
+ sm: (
155
+ form-rows-spacing: $kendo-form-rows-spacing-sm
156
+ ),
157
+ md: (
158
+ form-rows-spacing: $kendo-form-rows-spacing-md
159
+ ),
160
+ lg: (
161
+ form-rows-spacing: $kendo-form-rows-spacing-lg
162
+ )
163
+ ) !default;
@@ -13,9 +13,9 @@ $_kendo-module-meta: (
13
13
 
14
14
 
15
15
  // Component
16
- @forward "_variables.scss";
17
- @use "_layout.scss" as *;
18
- @use "_theme.scss" as *;
16
+ @forward "./_variables.scss";
17
+ @use "./_layout.scss" as *;
18
+ @use "./_theme.scss" as *;
19
19
 
20
20
  // Register
21
21
  @use "../core/module-system/" as module;
@@ -1,9 +1,8 @@
1
- @use "../core/color-system" as *;
2
- @use "../core/_variables.scss" as *;
1
+ @use "../core/" as *;
3
2
  @use "../button/_variables.scss" as *;
4
3
  @use "../grid/_variables.scss" as *;
5
4
  @use "../toolbar/_variables.scss" as *;
6
- @use "_variables.scss" as *;
5
+ @use "./_variables.scss" as *;
7
6
 
8
7
  @mixin kendo-gantt--layout() {
9
8
 
@@ -20,7 +19,11 @@
20
19
  position: relative;
21
20
  white-space: nowrap;
22
21
  -webkit-touch-callout: none;
23
- -webkit-tap-highlight-color: $rgba-transparent;
22
+ -webkit-tap-highlight-color: $kendo-color-rgba-transparent;
23
+
24
+ .k-table-td {
25
+ white-space: nowrap;
26
+ }
24
27
 
25
28
  // other
26
29
  td {
@@ -116,6 +119,7 @@
116
119
  flex: 1 1 auto;
117
120
  overflow: hidden;
118
121
  text-overflow: ellipsis;
122
+ white-space: nowrap;
119
123
  }
120
124
  .k-task-actions {
121
125
  flex-shrink: 0;
@@ -375,13 +379,15 @@
375
379
  .k-gantt-tasks {
376
380
  position: relative;
377
381
 
378
- td {
382
+ td,
383
+ .k-table-td {
379
384
  padding: 0;
380
385
  position: relative;
381
386
  vertical-align: middle;
382
387
  }
383
388
  td::after { content: "\200b"; }
384
389
  }
390
+
385
391
  .k-task-wrap {
386
392
  margin: 0 -21px;
387
393
  padding: 5px 21px;
@@ -557,6 +563,7 @@
557
563
  flex-direction: row;
558
564
  align-items: center;
559
565
  text-align: start;
566
+ white-space: nowrap;
560
567
  }
561
568
  .k-task-template {
562
569
  padding-block: var( --kendo-gantt-task-padding-y, #{$kendo-gantt-task-padding-y} );
@@ -598,7 +605,7 @@
598
605
 
599
606
  // Task tooltip
600
607
  .k-task-details {
601
- padding: $kendo-padding-y $kendo-padding-x;
608
+ padding: $kendo-padding-md-y $kendo-padding-md-x;
602
609
  white-space: nowrap;
603
610
 
604
611
  strong {
@@ -1,6 +1,5 @@
1
- @use "../core/mixins" as *;
2
- @use "../core/color-system/_variables.scss" as *;
3
- @use "_variables.scss" as *;
1
+ @use "../core/" as *;
2
+ @use "./_variables.scss" as *;
4
3
 
5
4
  @mixin kendo-gantt--theme() {
6
5