@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,5 +1,5 @@
1
- @use "../core/color-system/" as *;
2
- @use "../core/_variables.scss" as *;
1
+ @use "sass:map";
2
+ @use "../core/" as *;
3
3
  @use "../button/_variables.scss"as *;
4
4
 
5
5
  /// Width of the input.
@@ -19,15 +19,15 @@ $kendo-input-border-height: ( $kendo-input-border-width * 2 ) !default;
19
19
 
20
20
  /// Horizontal padding of the input.
21
21
  /// @group input
22
- $kendo-input-padding-x-sm: map-get( $kendo-spacing, 2 ) !default;
23
- $kendo-input-padding-x-md: map-get( $kendo-spacing, 2 ) !default;
24
- $kendo-input-padding-x-lg: map-get( $kendo-spacing, 2 ) !default;
22
+ $kendo-input-padding-x-sm: map.get( $kendo-spacing, 2 ) !default;
23
+ $kendo-input-padding-x-md: map.get( $kendo-spacing, 2 ) !default;
24
+ $kendo-input-padding-x-lg: map.get( $kendo-spacing, 2 ) !default;
25
25
 
26
26
  /// Vertical padding of the input.
27
27
  /// @group input
28
- $kendo-input-padding-y-sm: map-get( $kendo-spacing, 1 ) !default;
29
- $kendo-input-padding-y-md: map-get( $kendo-spacing, 1 ) + map-get( $kendo-spacing, thin ) !default;
30
- $kendo-input-padding-y-lg: map-get( $kendo-spacing, 2 ) !default;
28
+ $kendo-input-padding-y-sm: map.get( $kendo-spacing, 1 ) !default;
29
+ $kendo-input-padding-y-md: map.get( $kendo-spacing, 1.5 ) !default;
30
+ $kendo-input-padding-y-lg: map.get( $kendo-spacing, 2 ) !default;
31
31
 
32
32
  /// Font sizes of the input.
33
33
  /// @group input
@@ -66,7 +66,7 @@ $kendo-input-solid-text: get-theme-color-var( neutral-160 ) !default;
66
66
 
67
67
  /// The background color of the solid input.
68
68
  /// @group input
69
- $kendo-input-solid-bg: $white !default;
69
+ $kendo-input-solid-bg: $kendo-color-white !default;
70
70
 
71
71
  /// The border color of the solid input.
72
72
  /// @group input
@@ -126,7 +126,7 @@ $kendo-input-outline-text: get-theme-color-var( neutral-160 ) !default;
126
126
 
127
127
  /// The background color of the outline input.
128
128
  /// @group input
129
- $kendo-input-outline-bg: $white !default;
129
+ $kendo-input-outline-bg: $kendo-color-white !default;
130
130
 
131
131
  /// The border color of the outline input.
132
132
  /// @group input
@@ -138,7 +138,7 @@ $kendo-input-outline-hover-text: get-theme-color-var( neutral-190 ) !default;
138
138
 
139
139
  /// The hover background color of the outline input.
140
140
  /// @group input
141
- $kendo-input-outline-hover-bg: $white !default;
141
+ $kendo-input-outline-hover-bg: $kendo-color-white !default;
142
142
 
143
143
  /// The hover border color of the outline input.
144
144
  /// @group input
@@ -150,7 +150,7 @@ $kendo-input-outline-focus-text: get-theme-color-var( neutral-160 ) !default;
150
150
 
151
151
  /// The focus background color of the outline input.
152
152
  /// @group input
153
- $kendo-input-outline-focus-bg: $white !default;
153
+ $kendo-input-outline-focus-bg: $kendo-color-white !default;
154
154
 
155
155
  /// The focus border color of the outline input.
156
156
  /// @group input
@@ -186,7 +186,7 @@ $kendo-input-flat-text: get-theme-color-var( neutral-160 ) !default;
186
186
 
187
187
  /// The background color of the flat input.
188
188
  /// @group input
189
- $kendo-input-flat-bg: $white !default;
189
+ $kendo-input-flat-bg: $kendo-color-white !default;
190
190
 
191
191
  /// The border color of the flat input.
192
192
  /// @group input
@@ -198,7 +198,7 @@ $kendo-input-flat-hover-text: get-theme-color-var( neutral-190 ) !default;
198
198
 
199
199
  /// The hover background color of the flat input.
200
200
  /// @group input
201
- $kendo-input-flat-hover-bg: $white !default;
201
+ $kendo-input-flat-hover-bg: $kendo-color-white !default;
202
202
 
203
203
  /// The hover border color of the flat input.
204
204
  /// @group input
@@ -210,7 +210,7 @@ $kendo-input-flat-focus-text: get-theme-color-var( neutral-160 ) !default;
210
210
 
211
211
  /// The focus background color of the flat input.
212
212
  /// @group input
213
- $kendo-input-flat-focus-bg: $white !default;
213
+ $kendo-input-flat-focus-bg: $kendo-color-white !default;
214
214
 
215
215
  /// The focus border color of the flat input.
216
216
  /// @group input
@@ -246,7 +246,7 @@ $kendo-picker-solid-text: get-theme-color-var( neutral-160 ) !default;
246
246
 
247
247
  /// The background color of the solid picker.
248
248
  /// @group input
249
- $kendo-picker-solid-bg: $white !default;
249
+ $kendo-picker-solid-bg: $kendo-color-white !default;
250
250
 
251
251
  /// The border color of the solid picker.
252
252
  /// @group input
@@ -258,7 +258,7 @@ $kendo-picker-solid-hover-text: get-theme-color-var( neutral-190 ) !default;
258
258
 
259
259
  /// The hover background color of the solid picker.
260
260
  /// @group input
261
- $kendo-picker-solid-hover-bg: $white !default;
261
+ $kendo-picker-solid-hover-bg: $kendo-color-white !default;
262
262
 
263
263
  /// The hover border color of the solid picker.
264
264
  /// @group input
@@ -270,7 +270,7 @@ $kendo-picker-solid-focus-text: get-theme-color-var( neutral-160 ) !default;
270
270
 
271
271
  /// The focus background color of the solid picker.
272
272
  /// @group input
273
- $kendo-picker-solid-focus-bg: $white !default;
273
+ $kendo-picker-solid-focus-bg: $kendo-color-white !default;
274
274
 
275
275
  /// The focus border color of the solid picker.
276
276
  /// @group input
@@ -314,7 +314,7 @@ $kendo-picker-outline-border: get-theme-color-var( neutral-160 ) !default;
314
314
 
315
315
  /// The hover text color of the outline picker.
316
316
  /// @group input
317
- $kendo-picker-outline-hover-text: $white !default;
317
+ $kendo-picker-outline-hover-text: $kendo-color-white !default;
318
318
 
319
319
  /// The hover background color of the outline picker.
320
320
  /// @group input
@@ -330,7 +330,7 @@ $kendo-picker-outline-focus-text: get-theme-color-var( neutral-160 ) !default;
330
330
 
331
331
  /// The focus background color of the outline picker.
332
332
  /// @group input
333
- $kendo-picker-outline-focus-bg: $white!default;
333
+ $kendo-picker-outline-focus-bg: $kendo-color-white!default;
334
334
 
335
335
  /// The focus border color of the outline picker.
336
336
  /// @group input
@@ -338,7 +338,7 @@ $kendo-picker-outline-focus-border: get-theme-color-var( primary-100 ) !default;
338
338
 
339
339
  /// The hover-focus text color of the outline picker.
340
340
  /// @group input
341
- $kendo-picker-outline-hover-focus-text: $white !default;
341
+ $kendo-picker-outline-hover-focus-text: $kendo-color-white !default;
342
342
 
343
343
  /// The hover-focus background color of the outline picker.
344
344
  /// @group input
@@ -366,7 +366,7 @@ $kendo-picker-flat-text: get-theme-color-var( neutral-160 ) !default;
366
366
 
367
367
  /// The background color of the flat picker.
368
368
  /// @group input
369
- $kendo-picker-flat-bg: $white !default;
369
+ $kendo-picker-flat-bg: $kendo-color-white !default;
370
370
 
371
371
  /// The border color of the flat picker.
372
372
  /// @group input
@@ -390,7 +390,7 @@ $kendo-picker-flat-focus-text: get-theme-color-var( neutral-160 ) !default;
390
390
 
391
391
  /// The focus background color of the flat picker.
392
392
  /// @group input
393
- $kendo-picker-flat-focus-bg: $white !default;
393
+ $kendo-picker-flat-focus-bg: $kendo-color-white !default;
394
394
 
395
395
  /// The focus border color of the flat picker.
396
396
  /// @group input
@@ -9,9 +9,9 @@ $_kendo-module-meta: (
9
9
 
10
10
 
11
11
  // Component
12
- @forward "_variables.scss";
13
- @use "_layout.scss" as *;
14
- @use "_theme.scss" as *;
12
+ @forward "./_variables.scss";
13
+ @use "./_layout.scss" as *;
14
+ @use "./_theme.scss" as *;
15
15
 
16
16
  // Register
17
17
  @use "../core/module-system/" as module;
@@ -1,5 +1,6 @@
1
- @use "../core/_variables.scss" as *;
2
- @use "_variables.scss" as *;
1
+ @use "sass:map";
2
+ @use "../core/" as *;
3
+ @use "./_variables.scss" as *;
3
4
 
4
5
  @mixin kendo-list--layout() {
5
6
 
@@ -69,7 +70,6 @@
69
70
  flex: 1 1 auto;
70
71
  overflow: hidden;
71
72
  overflow-y: auto;
72
- -webkit-overflow-scrolling: touch;
73
73
  position: relative;
74
74
  }
75
75
 
@@ -186,7 +186,7 @@
186
186
  .k-list-filter {
187
187
  display: block;
188
188
  position: relative;
189
- padding: var( --kendo-padding-x, #{$kendo-padding-x} );
189
+ padding: var( --kendo-padding-x, #{$kendo-padding-md-x} );
190
190
  box-sizing: border-box;
191
191
  flex: 0 0 auto;
192
192
  }
@@ -194,23 +194,23 @@
194
194
 
195
195
  // Switch sizes
196
196
  @each $size, $size-props in $kendo-list-sizes {
197
- $_font-size: map-get( $size-props, font-size );
198
- $_line-height: map-get( $size-props, line-height );
199
- $_header-padding-x: map-get( $size-props, header-padding-x );
200
- $_header-padding-y: map-get( $size-props, header-padding-y );
201
- $_header-font-size: map-get( $size-props, header-font-size );
202
- $_header-line-height: map-get( $size-props, header-line-height );
203
- $_item-padding-x: map-get( $size-props, item-padding-x );
204
- $_item-padding-y: map-get( $size-props, item-padding-y );
205
- $_item-font-size: map-get( $size-props, item-font-size );
206
- $_item-line-height: map-get( $size-props, item-line-height );
207
- $_item-group-label-padding-x: map-get( $size-props, item-group-label-padding-x );
208
- $_item-group-label-padding-y: map-get( $size-props, item-group-label-padding-y );
209
- $_item-group-label-font-size: map-get( $size-props, item-group-label-font-size );
210
- $_group-item-padding-x: map-get( $size-props, group-item-padding-x );
211
- $_group-item-padding-y: map-get( $size-props, group-item-padding-y );
212
- $_group-item-font-size: map-get( $size-props, group-item-font-size );
213
- $_group-item-line-height: map-get( $size-props, group-item-line-height );
197
+ $_font-size: map.get( $size-props, font-size );
198
+ $_line-height: map.get( $size-props, line-height );
199
+ $_header-padding-x: map.get( $size-props, header-padding-x );
200
+ $_header-padding-y: map.get( $size-props, header-padding-y );
201
+ $_header-font-size: map.get( $size-props, header-font-size );
202
+ $_header-line-height: map.get( $size-props, header-line-height );
203
+ $_item-padding-x: map.get( $size-props, item-padding-x );
204
+ $_item-padding-y: map.get( $size-props, item-padding-y );
205
+ $_item-font-size: map.get( $size-props, item-font-size );
206
+ $_item-line-height: map.get( $size-props, item-line-height );
207
+ $_item-group-label-padding-x: map.get( $size-props, item-group-label-padding-x );
208
+ $_item-group-label-padding-y: map.get( $size-props, item-group-label-padding-y );
209
+ $_item-group-label-font-size: map.get( $size-props, item-group-label-font-size );
210
+ $_group-item-padding-x: map.get( $size-props, group-item-padding-x );
211
+ $_group-item-padding-y: map.get( $size-props, group-item-padding-y );
212
+ $_group-item-font-size: map.get( $size-props, group-item-font-size );
213
+ $_group-item-line-height: map.get( $size-props, group-item-line-height );
214
214
 
215
215
  .k-list-#{$size} {
216
216
  --INTERNAL--kendo-list-font-size: var( --kendo-list-#{$size}-font-size, #{$_font-size} );
@@ -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-list--theme() {
5
5
 
@@ -1,5 +1,5 @@
1
- @use "../core/color-system" as *;
2
- @use "../core/_variables.scss" as *;
1
+ @use "sass:map";
2
+ @use "../core/" as *;
3
3
 
4
4
  /// Font size of the list component.
5
5
  /// @group list
@@ -15,15 +15,15 @@ $kendo-list-line-height-lg: var( --kendo-line-height, normal ) !default;
15
15
 
16
16
  /// Horizontal padding of list header.
17
17
  /// @group list
18
- $kendo-list-header-padding-x-sm: map-get( $kendo-spacing, 2 ) !default;
19
- $kendo-list-header-padding-x-md: map-get( $kendo-spacing, 2 ) !default;
20
- $kendo-list-header-padding-x-lg: map-get( $kendo-spacing, 2 ) !default;
18
+ $kendo-list-header-padding-x-sm: map.get( $kendo-spacing, 2 ) !default;
19
+ $kendo-list-header-padding-x-md: map.get( $kendo-spacing, 2 ) !default;
20
+ $kendo-list-header-padding-x-lg: map.get( $kendo-spacing, 2 ) !default;
21
21
 
22
22
  /// Vertical padding of list header.
23
23
  /// @group list
24
- $kendo-list-header-padding-y-sm: map-get( $kendo-spacing, 2 ) - map-get( $kendo-spacing, thin ) !default;
25
- $kendo-list-header-padding-y-md: map-get( $kendo-spacing, 2 ) !default;
26
- $kendo-list-header-padding-y-lg: map-get( $kendo-spacing, 2 ) + map-get( $kendo-spacing, thin ) !default;
24
+ $kendo-list-header-padding-y-sm: map.get( $kendo-spacing, 1.5 ) !default;
25
+ $kendo-list-header-padding-y-md: map.get( $kendo-spacing, 2 ) !default;
26
+ $kendo-list-header-padding-y-lg: map.get( $kendo-spacing, 2.5 ) !default;
27
27
 
28
28
  /// Border width of list header.
29
29
  /// @group list
@@ -47,15 +47,15 @@ $kendo-list-header-font-weight: var( --kendo-font-weight-bold, normal ) !default
47
47
 
48
48
  /// Horizontal padding of list items.
49
49
  /// @group list
50
- $kendo-list-item-padding-x-sm: map-get( $kendo-spacing, 2 ) !default;
51
- $kendo-list-item-padding-x-md: map-get( $kendo-spacing, 2 ) !default;
52
- $kendo-list-item-padding-x-lg: map-get( $kendo-spacing, 2 ) !default;
50
+ $kendo-list-item-padding-x-sm: map.get( $kendo-spacing, 2 ) !default;
51
+ $kendo-list-item-padding-x-md: map.get( $kendo-spacing, 2 ) !default;
52
+ $kendo-list-item-padding-x-lg: map.get( $kendo-spacing, 2 ) !default;
53
53
 
54
54
  /// Vertical padding of list items.
55
55
  /// @group list
56
- $kendo-list-item-padding-y-sm: map-get( $kendo-spacing, 2 ) - map-get( $kendo-spacing, thin ) !default;
57
- $kendo-list-item-padding-y-md: map-get( $kendo-spacing, 2 ) !default;
58
- $kendo-list-item-padding-y-lg: map-get( $kendo-spacing, 2 ) + map-get( $kendo-spacing, thin ) !default;
56
+ $kendo-list-item-padding-y-sm: map.get( $kendo-spacing, 1.5 ) !default;
57
+ $kendo-list-item-padding-y-md: map.get( $kendo-spacing, 2 ) !default;
58
+ $kendo-list-item-padding-y-lg: map.get( $kendo-spacing, 2.5 ) !default;
59
59
 
60
60
  /// Font size of list items.
61
61
  /// @group list
@@ -77,27 +77,27 @@ $kendo-list-item-group-label-font-size-lg: var( --kendo-font-size-xs, inherit )
77
77
 
78
78
  /// Horizontal padding of list group items.
79
79
  /// @group list
80
- $kendo-list-group-item-padding-x-sm: map-get( $kendo-spacing, 2 ) !default;
81
- $kendo-list-group-item-padding-x-md: map-get( $kendo-spacing, 2 ) !default;
82
- $kendo-list-group-item-padding-x-lg: map-get( $kendo-spacing, 2 ) !default;
80
+ $kendo-list-group-item-padding-x-sm: map.get( $kendo-spacing, 2 ) !default;
81
+ $kendo-list-group-item-padding-x-md: map.get( $kendo-spacing, 2 ) !default;
82
+ $kendo-list-group-item-padding-x-lg: map.get( $kendo-spacing, 2 ) !default;
83
83
 
84
84
  /// Vertical padding of list group items.
85
85
  /// @group list
86
- $kendo-list-group-item-padding-y-sm: map-get( $kendo-spacing, 2 ) - map-get( $kendo-spacing, thin ) !default;
87
- $kendo-list-group-item-padding-y-md: map-get( $kendo-spacing, 2 ) !default;
88
- $kendo-list-group-item-padding-y-lg: map-get( $kendo-spacing, 2 ) + map-get( $kendo-spacing, thin ) !default;
86
+ $kendo-list-group-item-padding-y-sm: map.get( $kendo-spacing, 1.5 ) !default;
87
+ $kendo-list-group-item-padding-y-md: map.get( $kendo-spacing, 2 ) !default;
88
+ $kendo-list-group-item-padding-y-lg: map.get( $kendo-spacing, 2.5 ) !default;
89
89
 
90
90
  /// Horizontal padding of list item group label.
91
91
  /// @group list
92
- $kendo-list-item-group-label-padding-x-sm: map-get( $kendo-spacing, thin ) !default;
93
- $kendo-list-item-group-label-padding-x-md: map-get( $kendo-spacing, 1 ) !default;
94
- $kendo-list-item-group-label-padding-x-lg: map-get( $kendo-spacing, 1 ) + map-get( $kendo-spacing, thin ) !default;
92
+ $kendo-list-item-group-label-padding-x-sm: map.get( $kendo-spacing, 0.5 ) !default; // sass-lint:disable-line leading-zero
93
+ $kendo-list-item-group-label-padding-x-md: map.get( $kendo-spacing, 1 ) !default;
94
+ $kendo-list-item-group-label-padding-x-lg: map.get( $kendo-spacing, 1.5 ) !default;
95
95
 
96
96
  /// Vertical padding of list item group label.
97
97
  /// @group list
98
- $kendo-list-item-group-label-padding-y-sm: map-get( $kendo-spacing, thin ) !default;
99
- $kendo-list-item-group-label-padding-y-md: map-get( $kendo-spacing, 1 ) !default;
100
- $kendo-list-item-group-label-padding-y-lg: map-get( $kendo-spacing, 1 ) + map-get( $kendo-spacing, thin ) !default;
98
+ $kendo-list-item-group-label-padding-y-sm: map.get( $kendo-spacing, 0.5 ) !default; // sass-lint:disable-line leading-zero
99
+ $kendo-list-item-group-label-padding-y-md: map.get( $kendo-spacing, 1 ) !default;
100
+ $kendo-list-item-group-label-padding-y-lg: map.get( $kendo-spacing, 1.5 ) !default;
101
101
 
102
102
  /// Border width of list group items.
103
103
  /// @group list
@@ -198,7 +198,7 @@ $kendo-list-border: var( --kendo-component-border, inherit ) !default;
198
198
 
199
199
  /// Background color of list header.
200
200
  /// @group list
201
- $kendo-list-header-bg: $white !default;
201
+ $kendo-list-header-bg: $kendo-color-white !default;
202
202
  /// Text color of list header.
203
203
  /// @group list
204
204
  $kendo-list-header-text: get-theme-color-var( primary-100 ) !default;
@@ -212,7 +212,7 @@ $kendo-list-header-shadow: $kendo-box-shadow-depth-3 !default;
212
212
 
213
213
  /// Background color of list items.
214
214
  /// @group list
215
- $kendo-list-item-bg: $white !default;
215
+ $kendo-list-item-bg: $kendo-color-white !default;
216
216
  /// Text color of list items.
217
217
  /// @group list
218
218
  $kendo-list-item-text: get-theme-color-var( neutral-160 ) !default;
@@ -226,7 +226,7 @@ $kendo-list-item-hover-text: get-theme-color-var( neutral-190 ) !default;
226
226
 
227
227
  /// Background color of focused list items.
228
228
  /// @group list
229
- $kendo-list-item-focus-bg: $white !default;
229
+ $kendo-list-item-focus-bg: $kendo-color-white !default;
230
230
  /// Text color of focused list items.
231
231
  /// @group list
232
232
  $kendo-list-item-focus-text: get-theme-color-var( neutral-160 ) !default;
@@ -250,14 +250,14 @@ $kendo-list-item-selected-hover-text: get-theme-color-var( neutral-190 ) !defaul
250
250
 
251
251
  /// Background color of disabled list items.
252
252
  /// @group list
253
- $kendo-list-item-disabled-bg: $white !default;
253
+ $kendo-list-item-disabled-bg: $kendo-color-white !default;
254
254
  /// Text color of disabled list items.
255
255
  /// @group list
256
256
  $kendo-list-item-disabled-text: get-theme-color-var( neutral-90 ) !default;
257
257
 
258
258
  /// Background color of list group items.
259
259
  /// @group list
260
- $kendo-list-group-item-bg: $white !default;
260
+ $kendo-list-group-item-bg: $kendo-color-white !default;
261
261
  /// Text color of list group items.
262
262
  /// @group list
263
263
  $kendo-list-group-item-text: get-theme-color-var( primary-100 ) !default;
@@ -9,9 +9,9 @@ $_kendo-module-meta: (
9
9
 
10
10
 
11
11
  // Component
12
- @forward "_variables.scss";
13
- @use "_layout.scss" as *;
14
- @use "_theme.scss" as *;
12
+ @forward "./_variables.scss";
13
+ @use "./_layout.scss" as *;
14
+ @use "./_theme.scss" as *;
15
15
 
16
16
  // Register
17
17
  @use "../core/module-system/" as module;
@@ -1,5 +1,5 @@
1
- @use "../core/color-system" as *;
2
- @use "_variables.scss" as *;
1
+ @use "../core/" as *;
2
+ @use "./_variables.scss" as *;
3
3
 
4
4
  @mixin kendo-listbox--layout() {
5
5
 
@@ -14,63 +14,39 @@
14
14
  vertical-align: top;
15
15
  background-color: transparent;
16
16
  display: inline-flex;
17
+ gap: var( --kendo-listbox-spacing, #{$kendo-listbox-spacing} );
17
18
  -webkit-touch-callout: none;
18
- -webkit-tap-highlight-color: $rgba-transparent;
19
+ -webkit-tap-highlight-color: $kendo-color-rgba-transparent;
19
20
 
20
- .k-listbox-toolbar ul {
21
+ .k-listbox-actions {
21
22
  display: flex;
23
+ gap: var( --kendo-listbox-button-spacing, #{$kendo-listbox-button-spacing} );
22
24
  }
23
25
 
24
- &.k-listbox-toolbar-left,
25
- &.k-listbox-toolbar-right {
26
- .k-listbox-toolbar ul {
27
- flex-direction: column;
28
- }
29
-
30
- .k-listbox-toolbar li + li {
31
- margin-block-start: var( --kendo-listbox-button-margin, #{$kendo-listbox-button-margin} );
32
- }
33
- }
34
-
35
- &.k-listbox-toolbar-left {
26
+ &.k-listbox-actions-left,
27
+ &.k-listbox-actions-right {
36
28
  flex-direction: row;
37
29
 
38
- .k-listbox-toolbar {
39
- margin-inline-end: var( --kendo-listbox-margin, #{$kendo-listbox-margin} );
30
+ .k-listbox-actions {
31
+ flex-direction: column;
40
32
  }
41
33
  }
42
34
 
43
- &.k-listbox-toolbar-right {
35
+ &.k-listbox-actions-right {
44
36
  flex-direction: row-reverse;
45
-
46
- .k-listbox-toolbar {
47
- margin-inline-start: var( --kendo-listbox-margin, #{$kendo-listbox-margin} );
48
- }
49
37
  }
50
38
 
51
- &.k-listbox-toolbar-top,
52
- &.k-listbox-toolbar-bottom {
39
+ &.k-listbox-actions-top,
40
+ &.k-listbox-actions-bottom {
53
41
  flex-direction: column;
54
42
 
55
- .k-listbox-toolbar ul {
43
+ .k-listbox-actions {
56
44
  flex-direction: row;
57
45
  }
58
-
59
- .k-listbox-toolbar li + li {
60
- margin-inline-start: var( --kendo-listbox-button-margin, #{$kendo-listbox-button-margin} );
61
- }
62
46
  }
63
47
 
64
- &.k-listbox-toolbar-top {
65
- .k-listbox-toolbar {
66
- margin-block-end: var( --kendo-listbox-margin, #{$kendo-listbox-margin} );
67
- }
68
- }
69
-
70
- &.k-listbox-toolbar-bottom {
71
- .k-listbox-toolbar {
72
- margin-block-start: var( --kendo-listbox-margin, #{$kendo-listbox-margin} );
73
- }
48
+ &.k-listbox-actions-bottom {
49
+ flex-direction: column-reverse;
74
50
  }
75
51
 
76
52
  .k-list-scroller {
@@ -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-listbox--theme() {
5
5
 
@@ -1,12 +1,12 @@
1
- @use "../core/color-system" as *;
2
- @use "../core/_variables.scss" as *;
1
+ @use "sass:map";
2
+ @use "../core/" as *;
3
3
 
4
4
  /// Margin between the listbox elements.
5
5
  /// @group listbox
6
- $kendo-listbox-margin: $kendo-padding-x !default;
6
+ $kendo-listbox-spacing: map.get( $kendo-spacing, 2 ) !default;
7
7
  /// Margin between the listbox buttons.
8
8
  /// @group listbox
9
- $kendo-listbox-button-margin: $kendo-padding-x !default;
9
+ $kendo-listbox-button-spacing: map.get( $kendo-spacing, 2 ) !default;
10
10
  /// Width of the listbox.
11
11
  /// @group listbox
12
12
  $kendo-listbox-width: 10em !default;
@@ -22,7 +22,7 @@ $kendo-listbox-border-width: 1px !default;
22
22
  $kendo-listbox-font-family: var( --kendo-font-family, normal ) !default;
23
23
  /// Font size of the listbox.
24
24
  /// @group listbox
25
- $kendo-listbox-font-size: var( --kendo-font-size, inherit ) !default;;
25
+ $kendo-listbox-font-size: var( --kendo-font-size, inherit ) !default;
26
26
  /// Line height of the listbox.
27
27
  /// @group listbox
28
28
  $kendo-listbox-line-height: var( --kendo-line-height, normal ) !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
- @use "../core/mixins" as *;
2
- @use "_variables.scss" as *;
1
+ @use "../core/" as *;
2
+ @use "./_variables.scss" as *;
3
3
 
4
4
  @mixin kendo-listgroup--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-listgroup--theme() {
5
5
 
@@ -1,5 +1,6 @@
1
- @use "../core/color-system" as *;
2
- @use "../core/_variables.scss" as *;
1
+ @use "sass:map";
2
+ @use "../core/" as *;
3
+
3
4
 
4
5
  /// Border width of the listgroup.
5
6
  /// @group listgroup
@@ -27,10 +28,10 @@ $kendo-listgroup-border: var( --kendo-component-border, inherit ) !default;
27
28
 
28
29
  /// Horizontal padding of the listgroup items.
29
30
  /// @group listgroup
30
- $kendo-listgroup-item-padding-x: map-get( $kendo-spacing, 2 ) !default;
31
+ $kendo-listgroup-item-padding-x: map.get( $kendo-spacing, 2 ) !default;
31
32
  /// Vertical padding of the listgroup items.
32
33
  /// @group listgroup
33
- $kendo-listgroup-item-padding-y: map-get( $kendo-spacing, 2 ) !default;
34
+ $kendo-listgroup-item-padding-y: map.get( $kendo-spacing, 2 ) !default;
34
35
  /// Border width of the listgroup item.
35
36
  /// @group listgroup
36
37
  $kendo-listgroup-item-border-width: 1px !default;
@@ -8,9 +8,9 @@ $_kendo-module-meta: (
8
8
 
9
9
 
10
10
  // Component
11
- @forward "_variables.scss";
12
- @use "_layout.scss" as *;
13
- @use "_theme.scss" as *;
11
+ @forward "./_variables.scss";
12
+ @use "./_layout.scss" as *;
13
+ @use "./_theme.scss" as *;
14
14
 
15
15
  // Register
16
16
  @use "../core/module-system/" as module;
@@ -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-listview--layout() {
5
5
 
@@ -114,7 +114,6 @@
114
114
  .k-listview-pager {
115
115
  border-width: 0;
116
116
  border-color: inherit;
117
- font: inherit;
118
117
  }
119
118
  .k-listview-bordered > .k-listview-pager-top {
120
119
  border-block-end-width: var( --kendo-listview-border-width, #{$kendo-listview-border-width} );
@@ -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-listview--theme() {
5
5
  // Listview
@@ -8,7 +8,7 @@
8
8
  var( --kendo-listview-text, $kendo-listview-text ),
9
9
  var( --kendo-listview-bg, $kendo-listview-bg ),
10
10
  var( --kendo-listview-border, $kendo-listview-border )
11
- )
11
+ );
12
12
  }
13
13
 
14
14
 
@@ -31,6 +31,11 @@
31
31
  }
32
32
  }
33
33
 
34
+ // List item
35
+ .k-listview-item {
36
+ border-color: $kendo-listview-border;
37
+ }
38
+
34
39
  // Listview header
35
40
  .k-listview-header {
36
41
  @include fill(