@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
@@ -10,9 +10,9 @@ $_kendo-module-meta: (
10
10
 
11
11
 
12
12
  // Component
13
- @forward "_variables.scss";
14
- @use "_layout.scss" as *;
15
- @use "_theme.scss" as *;
13
+ @forward "./_variables.scss";
14
+ @use "./_layout.scss" as *;
15
+ @use "./_theme.scss" as *;
16
16
 
17
17
  // Register
18
18
  @use "../core/module-system/" as module;
@@ -12,9 +12,9 @@ $_kendo-module-meta: (
12
12
  );
13
13
 
14
14
  // Component
15
- @forward "_variables.scss";
16
- @use "_layout.scss" as *;
17
- @use "_theme.scss" as *;
15
+ @forward "./_variables.scss";
16
+ @use "./_layout.scss" as *;
17
+ @use "./_theme.scss" as *;
18
18
 
19
19
  // Register
20
20
  @use "../core/module-system/" as module;
@@ -1,7 +1,7 @@
1
- @use "_variables.scss" as *;
2
- @use "../core/color-system" as *;
3
- @use "../core/mixins" as *;
1
+ @use "sass:map";
2
+ @use "../core/" as *;
4
3
  @use "../button/_variables.scss" as *;
4
+ @use "./_variables.scss" as *;
5
5
 
6
6
  @mixin kendo-timeselector--layout() {
7
7
 
@@ -19,7 +19,7 @@
19
19
  flex-flow: column nowrap;
20
20
  user-select: none;
21
21
  -webkit-touch-callout: none;
22
- -webkit-tap-highlight-color: $rgba-transparent;
22
+ -webkit-tap-highlight-color: $kendo-color-rgba-transparent;
23
23
 
24
24
  .k-popup > & {
25
25
  border-width: 0;
@@ -209,10 +209,10 @@
209
209
 
210
210
  // Time selector sizes
211
211
  @each $size, $size-props in $kendo-time-selector-sizes {
212
- $_font-size: map-get( $size-props, font-size );
213
- $_line-height: map-get( $size-props, line-height );
214
- $_list-item-padding-x: map-get( $size-props, list-item-padding-x );
215
- $_list-item-padding-y: map-get( $size-props, list-item-padding-y );
212
+ $_font-size: map.get( $size-props, font-size );
213
+ $_line-height: map.get( $size-props, line-height );
214
+ $_list-item-padding-x: map.get( $size-props, list-item-padding-x );
215
+ $_list-item-padding-y: map.get( $size-props, list-item-padding-y );
216
216
  $_highlight-height: calc( #{$_font-size} * #{$_line-height} + #{ $_list-item-padding-y * 2} );
217
217
 
218
218
 
@@ -1,6 +1,5 @@
1
- @use "_variables.scss" as *;
2
- @use "../core/color-system" as *;
3
- @use "../core/mixins" as *;
1
+ @use "../core/" as *;
2
+ @use "./_variables.scss" as *;
4
3
 
5
4
  @mixin kendo-timeselector--theme() {
6
5
  // Time selector
@@ -40,7 +39,7 @@
40
39
 
41
40
  &::before,
42
41
  &::after {
43
- background-color: var( --kendo-time-list-focused-bg, $kendo-time-list-focused-bg );
42
+ background-color: var( --kendo-time-list-focus-bg, $kendo-time-list-focus-bg );
44
43
  }
45
44
  }
46
45
  }
@@ -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 "../list/_variables.scss" as *;
4
4
 
5
5
  /// Width of the border around the time-selector.
@@ -27,17 +27,17 @@ $kendo-time-selector-border: var( --kendo-component-border, initial ) !default;
27
27
 
28
28
  /// Horizontal padding of the time-selector header.
29
29
  /// @group time-selector
30
- $kendo-time-selector-header-padding-x: map-get( $kendo-spacing, 3 ) !default;
30
+ $kendo-time-selector-header-padding-x: map.get( $kendo-spacing, 3 ) !default;
31
31
  /// Vertical padding color of the time-selector header.
32
32
  /// @group time-selector
33
- $kendo-time-selector-header-padding-y: map-get( $kendo-spacing, 3 ) !default;
33
+ $kendo-time-selector-header-padding-y: map.get( $kendo-spacing, 3 ) !default;
34
34
  /// Width of the border around the time-selector header.
35
35
  /// @group time-selector
36
36
  $kendo-time-selector-header-border-width: 0px !default;
37
37
 
38
38
  /// Visibility of the time-selector separator.
39
39
  /// @group time-selector
40
- $kendo-time-list-separator-display: none;
40
+ $kendo-time-list-separator-display: none !default;
41
41
  /// Minimum width of the time-selector columns.
42
42
  /// @group time-selector
43
43
  $kendo-time-list-width: 4em !default;
@@ -47,7 +47,7 @@ $kendo-time-list-height: 240px !default;
47
47
 
48
48
  /// Spacing beneath the time selector titles.
49
49
  /// @group time-selector
50
- $kendo-time-list-title-spacing: map-get( $kendo-spacing, 3 ) !default;
50
+ $kendo-time-list-title-spacing: map.get( $kendo-spacing, 3 ) !default;
51
51
  /// Font size of the time-selector titles.
52
52
  /// @group time-selector
53
53
  $kendo-time-list-title-font-size: var( --kendo-font-size-xs, inherit ) !default;
@@ -67,10 +67,10 @@ $kendo-time-list-title-focus-text: $kendo-time-selector-text !default;
67
67
 
68
68
  /// Horizontal padding of the time-selector list items.
69
69
  /// @group time-selector
70
- $kendo-time-list-item-padding-x: map-get( $kendo-spacing, 2 ) !default;
70
+ $kendo-time-list-item-padding-x: map.get( $kendo-spacing, 2 ) !default;
71
71
  /// Vertical padding of the time-selector list items.
72
72
  /// @group time-selector
73
- $kendo-time-list-item-padding-y: map-get( $kendo-spacing, 1 ) !default;
73
+ $kendo-time-list-item-padding-y: map.get( $kendo-spacing, 1 ) !default;
74
74
 
75
75
  /// Width of the border of the selected item in the time-selector.
76
76
  /// @group time-selector
@@ -87,7 +87,7 @@ $kendo-time-list-highlight-border: $kendo-time-selector-border !default;
87
87
 
88
88
  /// Background color of the focused time-selector column.
89
89
  /// @group time-selector
90
- $kendo-time-list-focused-bg: rgba(0, 0, 0, .04) !default;
90
+ $kendo-time-list-focus-bg: rgba(0, 0, 0, .04) !default;
91
91
 
92
92
 
93
93
  /// Font sizes of the time-selector.
@@ -10,12 +10,12 @@ $_kendo-module-meta: (
10
10
 
11
11
 
12
12
  // Component
13
- @forward "_variables.scss";
14
- @use "_layout.scss" as *;
15
- @use "_theme.scss" as *;
13
+ @forward "./_variables.scss";
14
+ @use "./_layout.scss" as *;
15
+ @use "./_theme.scss" as *;
16
16
 
17
17
  // Register
18
- @use "../core/module-system" as module;
18
+ @use "../core/module-system/" as module;
19
19
  @include module.register( $_kendo-module-meta... );
20
20
 
21
21
  // Expose
@@ -1,14 +1,15 @@
1
+ @use "sass:map";
1
2
  @use "../core/" as *;
2
- @use "_variables.scss" as *;
3
3
  @use "../button/_variables.scss" as *;
4
+ @use "./_variables.scss" as *;
4
5
 
5
6
  @mixin kendo-toolbar--layout() {
6
7
 
7
8
  // Base
8
9
  .k-toolbar {
9
10
  margin: 0;
10
- padding-inline: var( --kendo-toolbar-padding-x, #{$kendo-toolbar-padding-x} );
11
- padding-block: var( --kendo-toolbar-padding-y, #{$kendo-toolbar-padding-y} );
11
+ padding-inline: var( --INTERNAL--kendo-toolbar-padding-x, 0 );
12
+ padding-block: var( --INTERNAL--kendo-toolbar-padding-y, 0 );
12
13
  border-width: var( --kendo-toolbar-border-width, #{$kendo-toolbar-border-width} );
13
14
  border-style: solid;
14
15
  box-sizing: border-box;
@@ -19,19 +20,19 @@
19
20
  list-style: none;
20
21
  display: flex;
21
22
  flex-flow: row wrap;
22
- gap: var( --kendo-toolbar-spacing, #{$kendo-toolbar-spacing} );
23
+ gap: var( --INTERNAL--kendo-toolbar-spacing, 0 );
23
24
  align-items: center;
24
25
  justify-content: flex-start;
25
26
  position: relative;
26
27
  overflow: hidden;
27
28
  -webkit-touch-callout: none;
28
- -webkit-tap-highlight-color: $rgba-transparent;
29
+ -webkit-tap-highlight-color: $kendo-color-rgba-transparent;
29
30
 
30
31
  // Remove once we decide to not size empty containers
31
32
  &::before {
32
33
  content: "";
33
34
  height: $kendo-button-inner-calc-size;
34
- margin-inline-start: -#{$kendo-toolbar-spacing};
35
+ margin-inline-start: calc( var( --INTERNAL--kendo-toolbar-spacing, 0 ) * -1 );
35
36
  }
36
37
 
37
38
  &.k-toolbar-resizable {
@@ -45,7 +46,7 @@
45
46
  vertical-align: middle;
46
47
 
47
48
  > label {
48
- margin-inline-end: var( --kendo-toolbar-spacing, #{$kendo-toolbar-spacing} );
49
+ margin-inline-end: var( --INTERNAL--kendo-toolbar-spacing, 0 );
49
50
  align-self: center;
50
51
  }
51
52
  }
@@ -60,24 +61,8 @@
60
61
  }
61
62
 
62
63
  // Overflow anchor
63
- .k-overflow-anchor {
64
- @include border-radius( 0 );
65
- margin: 0;
66
- padding-block: var( --kendo-toolbar-padding-y, #{$kendo-toolbar-padding-y} );
67
- width: auto;
68
- height: 100%;
69
- aspect-ratio: 1;
70
- border-width: 0;
71
- border-color: inherit;
72
- box-sizing: border-box;
73
- justify-content: center;
74
- position: absolute;
75
- inset-block-start: 0;
76
- inset-inline-end: 0;
77
-
78
- &::before {
79
- display: block;
80
- }
64
+ .k-toolbar-overflow-button {
65
+ margin-inline-start: auto;
81
66
  }
82
67
 
83
68
  // Separator
@@ -96,12 +81,6 @@
96
81
  flex: 1 0 0%;
97
82
  }
98
83
 
99
- // Template
100
- .k-toolbar-template {
101
- align-self: center;
102
- align-items: center;
103
- }
104
-
105
84
  // Template item
106
85
  .k-toolbar-item:focus,
107
86
  .k-toolbar-item.k-focus {
@@ -120,12 +99,66 @@
120
99
  }
121
100
 
122
101
  // Angular specific
123
- kendo-toolbar-renderer {
102
+ .k-toolbar-renderer {
124
103
  display: inline-block;
125
104
  border-color: inherit;
126
105
  }
127
106
 
128
- // Overflow container
107
+ // Toolbar sizes
108
+ @each $size, $size-props in $kendo-toolbar-sizes {
109
+ $_padding-x: map.get( $size-props, padding-x );
110
+ $_padding-y: map.get( $size-props, padding-y );
111
+ $_spacing: map.get( $size-props, spacing );
112
+
113
+ .k-toolbar-#{$size} {
114
+ --INTERNAL--kendo-toolbar-padding-x: var( --kendo-toolbar-#{$size}-padding-x, #{$_padding-x} );
115
+ --INTERNAL--kendo-toolbar-padding-y: var( --kendo-toolbar-#{$size}-padding-y, #{$_padding-y} );
116
+ --INTERNAL--kendo-toolbar-spacing: var( --kendo-toolbar-#{$size}-spacing, #{$_spacing} );
117
+ }
118
+ }
119
+ // Remove once we decide to not size empty containers
120
+ .k-toolbar-sm::before {
121
+ height: var( --kendo-button-inner-calc-size-sm, #{$kendo-button-inner-calc-size-sm} );
122
+ }
123
+ .k-toolbar-md::before {
124
+ height: var( --kendo-button-inner-calc-size-md, #{$kendo-button-inner-calc-size-md} );
125
+ }
126
+ .k-toolbar-lg::before {
127
+ height: var( --kendo-button-inner-calc-size-lg, #{$kendo-button-inner-calc-size-lg} );
128
+ }
129
+
130
+ // sass-lint:disable class-name-format
131
+ .k-floating-toolbar,
132
+ .editorToolbarWindow.k-window-content {
133
+ padding-inline: var( --kendo-toolbar-padding-x-md, #{$kendo-toolbar-padding-x-md} ) !important; // sass-lint:disable-line no-important
134
+ padding-block: var( --kendo-toolbar-padding-y-md, #{$kendo-toolbar-padding-y-md} ) !important; // sass-lint:disable-line no-important
135
+ border-width: var( --kendo-toolbar-border-width, #{$kendo-toolbar-border-width} );
136
+ border-style: solid;
137
+ display: flex;
138
+ flex-flow: row nowrap;
139
+ gap: var( --kendo-toolbar-spacing-md, #{$kendo-toolbar-spacing-md} );
140
+ align-items: center;
141
+
142
+ .k-toolbar {
143
+ padding: 0;
144
+ border-width: 0;
145
+ flex-shrink: 1;
146
+ color: inherit;
147
+ background: none;
148
+ }
149
+ }
150
+
151
+ .k-editortoolbar-dragHandle {
152
+ cursor: move;
153
+ display: flex;
154
+ align-items: center;
155
+ align-self: stretch;
156
+ flex-shrink: 0;
157
+ }
158
+
159
+
160
+ // Remove once the Overflow Popup uses
161
+ // the proper Menu rendering in all suites.
129
162
  .k-overflow-container {
130
163
  font-size: var( --kendo-menu-popup-font-size-md, inherit );
131
164
  line-height: var( --kendo-menu-popup-line-height-md, normal );
@@ -135,7 +168,7 @@
135
168
  }
136
169
 
137
170
  .k-separator {
138
- margin-block: map-get( $kendo-spacing, 1 );
171
+ margin-block: map.get( $kendo-spacing, 1 );
139
172
  }
140
173
 
141
174
  // Group
@@ -189,33 +222,4 @@
189
222
  }
190
223
  }
191
224
 
192
- // sass-lint:disable class-name-format
193
- .k-floating-toolbar,
194
- .editorToolbarWindow.k-window-content {
195
- padding-inline: var( --kendo-toolbar-padding-x, #{$kendo-toolbar-padding-x} ) !important; // sass-lint:disable-line no-important
196
- padding-block: var( --kendo-toolbar-padding-y, #{$kendo-toolbar-padding-y} ) !important; // sass-lint:disable-line no-important
197
- border-width: var( --kendo-toolbar-border-width, #{$kendo-toolbar-border-width} );
198
- border-style: solid;
199
- display: flex;
200
- flex-flow: row nowrap;
201
- gap: var( --kendo-toolbar-spacing, #{$kendo-toolbar-spacing} );
202
- align-items: center;
203
-
204
- .k-toolbar {
205
- padding: 0;
206
- border-width: 0;
207
- flex-shrink: 1;
208
- color: inherit;
209
- background: none;
210
- }
211
- }
212
-
213
- .k-editortoolbar-dragHandle {
214
- cursor: move;
215
- display: flex;
216
- align-items: center;
217
- align-self: stretch;
218
- flex-shrink: 0;
219
- }
220
-
221
225
  }
@@ -1,4 +1,4 @@
1
- @use "_variables.scss" as *;
1
+ @use "./_variables.scss" as *;
2
2
 
3
3
  @mixin kendo-toolbar--theme() {
4
4
 
@@ -9,7 +9,8 @@
9
9
  border-color: var( --kendo-toolbar-border, #{$kendo-toolbar-border} );
10
10
 
11
11
  // Separator
12
- .k-separator {
12
+ .k-separator,
13
+ .k-toolbar-separator {
13
14
  border-color: var( --kendo-toolbar-separator-border, #{$kendo-toolbar-separator-border} );
14
15
  }
15
16
 
@@ -21,7 +22,17 @@
21
22
 
22
23
  }
23
24
 
24
- // Overflow container
25
+ // sass-lint:disable-block class-name-format
26
+ .k-floating-toolbar,
27
+ .editorToolbarWindow.k-window-content {
28
+ color: var( --kendo-toolbar-text, #{$kendo-toolbar-text} );
29
+ background-color: var( --kendo-toolbar-bg, #{$kendo-toolbar-bg} );
30
+ border-color: var( --kendo-toolbar-border, #{$kendo-toolbar-border} );
31
+ }
32
+
33
+
34
+ // Remove once the Overflow Popup uses
35
+ // the proper Menu rendering in all suites.
25
36
  .k-overflow-container {
26
37
 
27
38
  .k-button {
@@ -61,12 +72,4 @@
61
72
 
62
73
  }
63
74
 
64
- // sass-lint:disable-block class-name-format
65
- .k-floating-toolbar,
66
- .editorToolbarWindow.k-window-content {
67
- color: var( --kendo-toolbar-text, #{$kendo-toolbar-text} );
68
- background-color: var( --kendo-toolbar-bg, #{$kendo-toolbar-bg} );
69
- border-color: var( --kendo-toolbar-border, #{$kendo-toolbar-border} );
70
- }
71
-
72
75
  }
@@ -1,17 +1,28 @@
1
+ @use "sass:map";
1
2
  @use "../core/" as *;
2
3
 
3
- /// Horizontal padding of the toolbar.
4
+ /// The horizontal padding of the toolbar.
4
5
  /// @group toolbar
5
- $kendo-toolbar-padding-x: map-get( $kendo-spacing, 2 ) !default;
6
- /// Vertical padding of the toolbar.
6
+ $kendo-toolbar-padding-x-sm: map.get( $kendo-spacing, 1 ) !default;
7
+ $kendo-toolbar-padding-x-md: map.get( $kendo-spacing, 2 ) !default;
8
+ $kendo-toolbar-padding-x-lg: map.get( $kendo-spacing, 2.5 ) !default;
9
+
10
+ /// The vertical padding of the toolbar.
11
+ /// @group toolbar
12
+ $kendo-toolbar-padding-y-sm: map.get( $kendo-spacing, 1 ) !default;
13
+ $kendo-toolbar-padding-y-md: map.get( $kendo-spacing, 2 ) !default;
14
+ $kendo-toolbar-padding-y-lg: map.get( $kendo-spacing, 2.5 ) !default;
15
+
16
+ /// The spacing between the toolbar tools.
7
17
  /// @group toolbar
8
- $kendo-toolbar-padding-y: map-get( $kendo-spacing, 2 ) !default;
18
+ $kendo-toolbar-spacing-sm: map.get( $kendo-spacing, 2 ) !default;
19
+ $kendo-toolbar-spacing-md: map.get( $kendo-spacing, 2 ) !default;
20
+ $kendo-toolbar-spacing-lg: map.get( $kendo-spacing, 2 ) !default;
21
+
9
22
  /// Width of the border around the toolbar.
10
23
  /// @group toolbar
11
24
  $kendo-toolbar-border-width: 1px !default;
12
- /// Spacing of the toolbar
13
- /// @group toolbar
14
- $kendo-toolbar-spacing: $kendo-toolbar-padding-x !default;
25
+
15
26
  /// Font family of the toolbar.
16
27
  /// @group toolbar
17
28
  $kendo-toolbar-font-family: var( --kendo-font-family, inherit ) !default;
@@ -21,21 +32,22 @@ $kendo-toolbar-font-size: var( --kendo-font-size, inherit ) !default;
21
32
  /// Line height of the toolbar.
22
33
  /// @group toolbar
23
34
  $kendo-toolbar-line-height: var( --kendo-line-height, normal ) !default;
35
+
24
36
  /// Background color of the toolbar.
25
37
  /// @group toolbar
26
38
  $kendo-toolbar-bg: get-theme-color-var( neutral-10 ) !default;
27
39
  /// Text color of the toolbar.
28
40
  /// @group toolbar
29
41
  $kendo-toolbar-text: var( --kendo-component-text, inherit ) !default;
30
- /// Color of the border around the toolbar
42
+ /// Color of the border around the toolbar.
31
43
  /// @group toolbar
32
44
  $kendo-toolbar-border: var( --kendo-component-border, initial ) !default;
33
45
 
34
- /// Color of the separator border of the toolbar
46
+ /// Color of the separator border of the toolbar.
35
47
  /// @group toolbar
36
48
  $kendo-toolbar-separator-border: get-theme-color-var( neutral-60 ) !default;
37
49
 
38
- /// The width of the input in the toolbar
50
+ /// The width of the input in the toolbar.
39
51
  /// @group toolbar
40
52
  $kendo-toolbar-input-width: 10em !default;
41
53
 
@@ -48,3 +60,23 @@ $kendo-toolbar-item-focus-outline-style: solid !default;
48
60
  /// Border color of the focused toolbar item.
49
61
  /// @group toolbar
50
62
  $kendo-toolbar-item-focus-outline-color: get-theme-color-var( neutral-130 ) !default;
63
+
64
+ /// Sizes map for the toolbar.
65
+ /// @group toolbar
66
+ $kendo-toolbar-sizes: (
67
+ sm: (
68
+ padding-x: $kendo-toolbar-padding-x-sm,
69
+ padding-y: $kendo-toolbar-padding-y-sm,
70
+ spacing: $kendo-toolbar-spacing-sm
71
+ ),
72
+ md: (
73
+ padding-x: $kendo-toolbar-padding-x-md,
74
+ padding-y: $kendo-toolbar-padding-y-md,
75
+ spacing: $kendo-toolbar-spacing-md
76
+ ),
77
+ lg: (
78
+ padding-x: $kendo-toolbar-padding-x-lg,
79
+ padding-y: $kendo-toolbar-padding-y-lg,
80
+ spacing: $kendo-toolbar-spacing-lg
81
+ )
82
+ ) !default;
@@ -11,12 +11,12 @@ $_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
- @use "../core/module-system" as module;
19
+ @use "../core/module-system/" as module;
20
20
  @include module.register( $_kendo-module-meta... );
21
21
 
22
22
  // Expose
@@ -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-tooltip--layout() {
5
5
 
@@ -22,7 +22,7 @@
22
22
  position: absolute;
23
23
  z-index: 12000;
24
24
  -webkit-touch-callout: none;
25
- -webkit-tap-highlight-color: $rgba-transparent;
25
+ -webkit-tap-highlight-color: $kendo-color-rgba-transparent;
26
26
 
27
27
  *,
28
28
  *::before,
@@ -1,5 +1,6 @@
1
+ @use "sass:map";
1
2
  @use "../core/" as *;
2
- @use "_variables.scss" as *;
3
+ @use "./_variables.scss" as *;
3
4
 
4
5
  @mixin kendo-tooltip--theme() {
5
6
 
@@ -24,9 +25,9 @@
24
25
  }
25
26
 
26
27
  @each $theme-color, $color-props in $kendo-tooltip-theme-colors {
27
- $_bg: map-get( $color-props , bg );
28
- $_text: map-get( $color-props , text );
29
- $_border: map-get( $color-props , border );
28
+ $_bg: map.get( $color-props , bg );
29
+ $_text: map.get( $color-props , text );
30
+ $_border: map.get( $color-props , border );
30
31
 
31
32
  .k-tooltip-#{$theme-color} {
32
33
  --kendo-tooltip-text: #{$_text};
@@ -6,10 +6,10 @@
6
6
  $kendo-tooltip-border-radius: $kendo-border-radius !default;
7
7
  /// The horizontal padding of the tooltip
8
8
  /// @group tooltip
9
- $kendo-tooltip-padding-x: map-get( $kendo-spacing, 2 ) !default;
9
+ $kendo-tooltip-padding-x: map.get( $kendo-spacing, 2 ) !default;
10
10
  /// The vertical padding of the tooltip
11
11
  /// @group tooltip
12
- $kendo-tooltip-padding-y: map-get( $kendo-spacing, 2 ) !default;
12
+ $kendo-tooltip-padding-y: map.get( $kendo-spacing, 2 ) !default;
13
13
  /// The width of the border around the tooltip
14
14
  /// @group tooltip
15
15
  $kendo-tooltip-border-width: 0px !default;
@@ -31,15 +31,15 @@ $kendo-tooltip-title-font-size: calc( #{$kendo-tooltip-font-size} * 1.25 ) !defa
31
31
  $kendo-tooltip-title-line-height: var( --kendo-line-heigh-xs, normal ) !default;
32
32
  /// The margin of the tooltip title
33
33
  /// @group tooltip
34
- $kendo-tooltip-title-margin: map-get( $kendo-spacing, 1 ) !default;
34
+ $kendo-tooltip-title-margin: map.get( $kendo-spacing, 1 ) !default;
35
35
 
36
36
  /// The size of the tooltip callout
37
37
  /// @group tooltip
38
- $kendo-tooltip-callout-size: map-get( $kendo-spacing, 2 ) !default;
38
+ $kendo-tooltip-callout-size: map.get( $kendo-spacing, 2 ) !default;
39
39
 
40
40
  /// The background of the tooltip
41
41
  /// @group tooltip
42
- $kendo-tooltip-bg: $white !default;
42
+ $kendo-tooltip-bg: $kendo-color-white !default;
43
43
  /// The text color of the tooltip
44
44
  /// @group tooltip
45
45
  $kendo-tooltip-text: var( --kendo-component-text, initial ) !default;
@@ -59,25 +59,25 @@ $kendo-tooltip-button-text: get-theme-color-var( neutral-130, initial ) !default
59
59
  $kendo-tooltip-primary-bg: get-theme-color-var( primary-100 ) !default;
60
60
  /// The primary text color of the tooltip
61
61
  /// @group tooltip
62
- $kendo-tooltip-primary-text: $white !default;
62
+ $kendo-tooltip-primary-text: $kendo-color-white !default;
63
63
  /// The primary border color of the tooltip
64
64
  /// @group tooltip
65
65
  $kendo-tooltip-primary-border: initial !default;
66
66
 
67
67
  /// Theme variations for the tooltip.
68
- $kendo-tooltip-brand-colors: (error, warning, success, info );
68
+ $kendo-tooltip-brand-colors: (error, warning, success, info ) !default;
69
69
 
70
70
  // Matrix with tooltip theme colors in the order: bg, color, border
71
71
  $_tc-tooltip-matrix: (
72
72
  (normal: (20, 160, 20)),
73
- );
73
+ ) !default;
74
74
 
75
75
  $_tc-tooltip-primary-matrix: (
76
- (normal: (100, $white, 100)),
77
- );
76
+ (normal: (100, $kendo-color-white, 100)),
77
+ ) !default;
78
78
 
79
79
  /// Theme colors map for the tooltip variations.
80
- $kendo-tooltip-theme-colors: ();
80
+ $kendo-tooltip-theme-colors: () !default;
81
81
 
82
82
  @each $ui-states in $_tc-tooltip-primary-matrix {
83
83
  $kendo-tooltip-theme-colors: map.deep-merge(
@@ -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-treelist--layout() {
5
6
 
@@ -17,7 +18,7 @@
17
18
  // TODO: see what this does and use a better name
18
19
  .k-loading {
19
20
  vertical-align: baseline;
20
- margin-right: map-get( $kendo-spacing, 1 );
21
+ margin-right: map.get( $kendo-spacing, 1 );
21
22
 
22
23
  // TODO
23
24
  display: none;
@@ -47,7 +48,7 @@
47
48
 
48
49
  .k-i-collapse,
49
50
  .k-i-expand {
50
- margin-inline-end: map-get( $kendo-spacing, 2 );
51
+ margin-inline-end: map.get( $kendo-spacing, 2 );
51
52
  }
52
53
  }
53
54
 
@@ -1,4 +1,4 @@
1
- @use "_variables.scss" as *;
1
+ @use "./_variables.scss" as *;
2
2
 
3
3
  @mixin kendo-treelist--theme() {
4
4
 
@@ -1,4 +1,4 @@
1
- @use "../core/color-system" as *;
1
+ @use "../core/" as *;
2
2
  @use "../grid/_variables.scss" as *;
3
3
 
4
4
  /// Background color of the treelist footer row.