@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,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 "../toolbar/_variables.scss" as *;
5
6
  @use "../button/_variables.scss" as *;
6
7
  @use "../input/_variables.scss" as *;
@@ -20,33 +21,11 @@
20
21
  display: flex;
21
22
  flex-flow: column nowrap;
22
23
  position: relative;
24
+ z-index: 1;
23
25
  -webkit-touch-callout: none;
24
- -webkit-tap-highlight-color: $rgba-transparent;
25
- }
26
- table.k-editor {
27
- width: 100%;
28
- display: table;
29
- vertical-align: top;
30
- table-layout: fixed;
31
- border-collapse: separate;
32
- border-spacing: 0;
33
-
34
- tbody,
35
- tr,
36
- td {
37
- border-color: inherit;
38
- }
39
- }
40
-
41
- kendo-editor {
42
- .k-editor-content {
43
- z-index: 1;
44
- }
26
+ -webkit-tap-highlight-color: $kendo-color-rgba-transparent;
45
27
 
46
28
  &.k-readonly {
47
- opacity: .6;
48
- fill: grayscale(.1);
49
- > .k-content,
50
29
  .k-editor-content {
51
30
  pointer-events: auto;
52
31
  }
@@ -58,18 +37,16 @@
58
37
  }
59
38
  }
60
39
 
40
+
61
41
  // Inline editor
62
42
  .k-editor-inline {
63
43
  @include border-radius( $kendo-border-radius-md );
64
- padding: $kendo-padding-y-sm $kendo-padding-x-sm;
44
+ padding: $kendo-padding-sm-y $kendo-padding-sm-x;
65
45
  border: 1px solid transparent;
66
46
  word-wrap: break-word;
67
47
  overflow: auto;
68
48
  background: none;
69
49
  }
70
- .k-window.k-editor-widget {
71
- padding: 0;
72
- }
73
50
 
74
51
  // Resizable editor
75
52
  .k-editor-resizable {
@@ -82,6 +59,7 @@
82
59
  position: absolute;
83
60
  visibility: hidden;
84
61
  }
62
+
85
63
  .k-editor-resize-handle {
86
64
  width: var( --kendo-editor-resize-handle-size, #{$kendo-editor-resize-handle-size} );
87
65
  height: var( --kendo-editor-resize-handle-size, #{$kendo-editor-resize-handle-size} );
@@ -148,10 +126,12 @@
148
126
  cursor: e-resize;
149
127
  }
150
128
  }
129
+
151
130
  .ProseMirror-selectednode { // sass-lint:disable-line class-name-format
152
131
  outline-width: var( --kendo-editor-selectednode-outline-width, #{$kendo-editor-selectednode-outline-width} );
153
132
  outline-style: solid;
154
133
  }
134
+
155
135
  .ProseMirror-hideselection { // sass-lint:disable-line class-name-format
156
136
  caret-color: transparent;
157
137
 
@@ -161,40 +141,11 @@
161
141
  }
162
142
  }
163
143
 
164
- // Toolbar
165
- .k-editor-toolbar,
166
- .k-editor > .k-toolbar {
167
- border-width: 0 0 $kendo-toolbar-border-width 0;
168
- flex-shrink: 0;
169
- }
170
-
171
144
 
172
- // jQuery toolbar
145
+ // Тoolbar
173
146
  .k-editor-toolbar {
174
147
  border-width: 0 0 $kendo-toolbar-border-width 0;
175
-
176
- // Tool
177
- .k-tool {
178
- padding: $kendo-button-padding-y-md;
179
- width: $kendo-button-calc-size;
180
- height: $kendo-button-calc-size;
181
- }
182
- .k-tool-text {
183
- display: none;
184
- }
185
-
186
- // Overflow tools
187
- .k-overflow-tools {
188
- margin: 0;
189
- position: absolute;
190
- inset-block-start: 0;
191
- inset-inline-end: 0;
192
- visibility: hidden;
193
-
194
- .k-overflow-anchor {
195
- position: relative;
196
- }
197
- }
148
+ flex-shrink: 0;
198
149
 
199
150
  .k-editor-export {
200
151
  .k-icon {
@@ -222,7 +173,7 @@
222
173
  }
223
174
 
224
175
  > .ProseMirror { // sass-lint:disable-line class-name-format
225
- padding: $kendo-padding-x;
176
+ padding: $kendo-padding-md-x;
226
177
  width: 100%;
227
178
  height: 100%;
228
179
  position: relative;
@@ -245,16 +196,51 @@
245
196
  user-select: none;
246
197
  }
247
198
  }
248
- }
249
- td.k-editor-content {
250
- padding-block: $kendo-input-padding-y-md;
251
- width: 100%;
252
- height: 100%;
253
- border-width: 0;
254
- outline: 0;
255
199
 
256
- .k-resizable & {
257
- padding: $kendo-input-padding-y-md $kendo-input-padding-y-md map-get( $kendo-spacing, 4 );
200
+ // Table styles
201
+ p {
202
+ margin: 0 0 1rem;
203
+ }
204
+
205
+ td p,
206
+ th p,
207
+ li p {
208
+ margin: 0;
209
+ }
210
+
211
+ table {
212
+ margin: 0;
213
+ border-collapse: collapse;
214
+ table-layout: fixed;
215
+ width: 100%;
216
+ overflow: hidden;
217
+ }
218
+
219
+ td,
220
+ th {
221
+ min-width: 1em;
222
+ border: 1px solid;
223
+ padding: 3px 5px;
224
+ vertical-align: top;
225
+ box-sizing: border-box;
226
+ position: relative;
227
+ }
228
+
229
+ th {
230
+ font-weight: bold;
231
+ text-align: left;
232
+ }
233
+
234
+ // Give selected cells a blue overlay
235
+ .selectedCell::after { // sass-lint:disable-line class-name-format
236
+ z-index: 2;
237
+ position: absolute;
238
+ content: "";
239
+ left: 0;
240
+ right: 0;
241
+ top: 0;
242
+ bottom: 0;
243
+ pointer-events: none;
258
244
  }
259
245
  }
260
246
 
@@ -316,14 +302,6 @@
316
302
  position: relative;
317
303
  }
318
304
 
319
- .k-edit-form-container {
320
- display: inline-block;
321
-
322
- .k-edit-label {
323
- text-align: left;
324
- }
325
- }
326
-
327
305
  .k-actions {
328
306
  padding: 0;
329
307
  }
@@ -347,29 +325,6 @@
347
325
  }
348
326
  }
349
327
 
350
- .k-editor-dialog {
351
- box-sizing: border-box;
352
-
353
- .k-edit-form-container {
354
- width: auto;
355
- }
356
-
357
- .k-edit-label {
358
- width: 30%;
359
- padding-block: calc( #{$kendo-padding-y} + #{$kendo-input-border-width} );
360
- }
361
-
362
- .k-edit-field {
363
- width: 66%;
364
- }
365
- }
366
-
367
- // View HTML dialog using flex to fit child textarea
368
- .k-editor-dialog.k-viewhtml-dialog {
369
- display: flex;
370
- flex-direction: column;
371
- }
372
-
373
328
  // Text area in editor dialog
374
329
  .k-textarea.k-editor-textarea {
375
330
  width: 100%;
@@ -377,25 +332,6 @@
377
332
  resize: none;
378
333
  }
379
334
 
380
- .k-filebrowser-dialog {
381
- display: flex;
382
-
383
- .k-edit-form-container {
384
- display: flex;
385
- flex-direction: column;
386
- flex: 1 1 auto;
387
-
388
- }
389
-
390
- .k-edit-label {
391
- width: 18%;
392
- }
393
-
394
- .k-edit-field {
395
- width: 75%;
396
- }
397
- }
398
-
399
335
  .k-filebrowser {
400
336
  max-width: 100%;
401
337
 
@@ -409,7 +345,7 @@
409
345
  flex: 1;
410
346
  }
411
347
  .k-search-wrap {
412
- margin-inline-start: map-get( $kendo-spacing, 4 );
348
+ margin-inline-start: map.get( $kendo-spacing, 4 );
413
349
  width: 150px;
414
350
  display: flex;
415
351
  align-items: center;
@@ -426,7 +362,7 @@
426
362
 
427
363
  // Filebrowser toolbar
428
364
  .k-filebrowser-toolbar {
429
- margin-block-start: map-get( $kendo-spacing, 4 );
365
+ margin-block-start: map.get( $kendo-spacing, 4 );
430
366
  }
431
367
 
432
368
  .k-upload {
@@ -453,8 +389,8 @@
453
389
  flex-flow: row wrap;
454
390
  height: 390px;
455
391
  max-height: 50vh;
456
- margin-block-end: map-get( $kendo-spacing, 4 );
457
- padding: $kendo-padding-y $kendo-padding-x;
392
+ margin-block-end: map.get( $kendo-spacing, 4 );
393
+ padding: $kendo-padding-md-y $kendo-padding-md-x;
458
394
  border-top-width: 0;
459
395
  overflow: auto;
460
396
  }
@@ -462,7 +398,7 @@
462
398
  .k-tile {
463
399
  width: 33%;
464
400
  height: 90px;
465
- padding: $kendo-padding-y $kendo-padding-x;
401
+ padding: $kendo-padding-md-y $kendo-padding-md-x;
466
402
  box-sizing: border-box;
467
403
  white-space: nowrap;
468
404
  overflow: hidden;
@@ -506,7 +442,7 @@
506
442
 
507
443
  .k-thumb {
508
444
  float: left;
509
- margin-inline-end: $kendo-padding-x-sm;
445
+ margin-inline-end: $kendo-padding-sm-x;
510
446
  }
511
447
 
512
448
  .k-breadcrumbs-wrap {
@@ -521,15 +457,7 @@
521
457
  }
522
458
  }
523
459
 
524
- .k-editor-table-wizard-dialog {
525
- display: flex;
526
-
527
- // Edit form
528
- .k-edit-form-container {
529
- display: flex;
530
- flex-direction: column;
531
- flex: 1 1 auto;
532
- }
460
+ .k-editor-table-wizard-window {
533
461
 
534
462
  // Tabstrip wrapper
535
463
  .k-tabstrip-wrapper {
@@ -553,7 +481,7 @@
553
481
 
554
482
  & + .k-color-picker,
555
483
  & + .k-dropdown-list {
556
- margin-inline-start: map-get( $kendo-spacing, 2 );
484
+ margin-inline-start: map.get( $kendo-spacing, 2 );
557
485
  }
558
486
  }
559
487
 
@@ -582,7 +510,7 @@
582
510
 
583
511
  td {
584
512
  min-width: 1px;
585
- padding: $kendo-padding-y-sm $kendo-padding-x-sm;
513
+ padding: $kendo-padding-sm-y $kendo-padding-sm-x;
586
514
  }
587
515
  }
588
516
 
@@ -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-editor--theme() {
5
5
 
@@ -103,6 +103,16 @@
103
103
  $bg: var( --kendo-editor-highlighted-bg, #{$kendo-editor-highlighted-bg} )
104
104
  );
105
105
  }
106
+
107
+ // Table styles
108
+ td,
109
+ th {
110
+ border-color: #dddddd;
111
+ }
112
+
113
+ .selectedCell::after { // sass-lint:disable-line class-name-format
114
+ background-color: rgba(200, 200, 255, .4);
115
+ }
106
116
  }
107
117
 
108
118
  }
@@ -1,3 +1,4 @@
1
+ @use "sass:map";
1
2
  @use "../core/" as *;
2
3
  @use "../input/_variables.scss" as *;
3
4
 
@@ -33,23 +34,23 @@ $kendo-editor-placeholder-opacity: var( --kendo-input-placeholder-opacity, #{$ke
33
34
  $kendo-editor-content-outline-color: var( --kendo-body-text, initial ) !default;
34
35
  /// The size of the editor resize handle
35
36
  /// @group editor
36
- $kendo-editor-resize-handle-size: map-get( $kendo-spacing, 2 ) !default;
37
+ $kendo-editor-resize-handle-size: map.get( $kendo-spacing, 2 ) !default;
37
38
  /// The border width of the editor resize handle
38
39
  /// @group editor
39
40
  $kendo-editor-resize-handle-border-width: 1px !default;
40
41
  /// The horizontal margin of the editor export tool icon
41
42
  /// @group editor
42
- $kendo-editor-export-tool-icon-margin-x: map-get( $kendo-spacing, 1 ) !default;
43
+ $kendo-editor-export-tool-icon-margin-x: map.get( $kendo-spacing, 1 ) !default;
43
44
  /// The outline width of the editor selected node
44
45
  /// @group editor
45
- $kendo-editor-selectednode-outline-width: map-get( $kendo-spacing, thin ) !default;
46
+ $kendo-editor-selectednode-outline-width: map.get( $kendo-spacing, 0.5 ) !default; // sass-lint:disable-line leading-zero
46
47
 
47
48
  // Cell size
48
- $ct-cell-size: 20px;
49
+ $ct-cell-size: 20px !default;
49
50
 
50
51
  /// The selected text color of the editor
51
52
  /// @group editor
52
- $kendo-editor-selected-text: $white !default;
53
+ $kendo-editor-selected-text: $kendo-color-white !default;
53
54
  /// The selected background color of the editor
54
55
  /// @group editor
55
56
  $kendo-editor-selected-bg: get-theme-color-var( primary-100 ) !default;
@@ -59,10 +60,10 @@ $kendo-editor-highlighted-bg: get-theme-color-var( primary-60 ) !default;
59
60
 
60
61
  /// The border color of the editor resize handle
61
62
  /// @group editor
62
- $kendo-editor-resize-handle-border: $black !default;
63
+ $kendo-editor-resize-handle-border: $kendo-color-black !default;
63
64
  /// The background color of the editor resize handle
64
65
  /// @group editor
65
- $kendo-editor-resize-handle-bg: $white !default;
66
+ $kendo-editor-resize-handle-bg: $kendo-color-white !default;
66
67
 
67
68
  /// The outline color of the editor selected node
68
69
  /// @group editor
@@ -15,12 +15,12 @@ $_kendo-module-meta: (
15
15
 
16
16
 
17
17
  // Component
18
- @forward "_variables.scss";
19
- @use "_layout.scss" as *;
20
- @use "_theme.scss" as *;
18
+ @forward "./_variables.scss";
19
+ @use "./_layout.scss" as *;
20
+ @use "./_theme.scss" as *;
21
21
 
22
22
  // Register
23
- @use "../core/module-system" as module;
23
+ @use "../core/module-system/" as module;
24
24
  @include module.register( $_kendo-module-meta... );
25
25
 
26
26
  // Expose
@@ -1,5 +1,5 @@
1
- @use "_variables.scss" as *;
2
- @use "../core/color-system" as *;
1
+ @use "../core/" as *;
2
+ @use "./_variables.scss" as *;
3
3
 
4
4
  @mixin kendo-expansion-panel--layout() {
5
5
 
@@ -17,7 +17,7 @@
17
17
  overflow: hidden;
18
18
  outline: 0;
19
19
  -webkit-touch-callout: none;
20
- -webkit-tap-highlight-color: $rgba-transparent;
20
+ -webkit-tap-highlight-color: $kendo-color-rgba-transparent;
21
21
 
22
22
  *,
23
23
  *::before,
@@ -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-expansion-panel--theme() {
6
5
 
@@ -1,9 +1,9 @@
1
- @use "../core/_variables" as *;
2
- @use "../core/color-system" as *;
1
+ @use "sass:map";
2
+ @use "../core/" as *;
3
3
 
4
4
  /// Vertical margin of the expander.
5
5
  /// @group expander
6
- $kendo-expander-margin-y: map-get( $kendo-spacing, 2 ) !default;
6
+ $kendo-expander-margin-y: map.get( $kendo-spacing, 2 ) !default;
7
7
  /// Border width of the expander.
8
8
  /// @group expander
9
9
  $kendo-expander-border-width: 1px !default;
@@ -28,7 +28,7 @@ $kendo-expander-bg: get-theme-color-var( neutral-10 ) !default;
28
28
  $kendo-expander-border: var( --kendo-component-border, initial ) !default;
29
29
  /// Box shadow of the expander.
30
30
  /// @group expander
31
- $kendo-expander-shadow: inset 0 0 0 2px get-theme-color-var( neutral-30 );
31
+ $kendo-expander-shadow: inset 0 0 0 2px get-theme-color-var( neutral-30 ) !default;
32
32
 
33
33
  /// Background color of the expanded expander.
34
34
  /// @group expander
@@ -42,10 +42,10 @@ $kendo-expander-disabled-bg: var( --kendo-disabled-bg, initial ) !default;
42
42
  $kendo-expander-disabled-text: var( --kendo-disabled-text, initial ) !default;
43
43
  /// Offset of the focused expander.
44
44
  /// @group expander
45
- $kendo-expander-focus-offset: map-get( $kendo-spacing, hair ) !default;
45
+ $kendo-expander-focus-offset: 1px !default;
46
46
  /// Outline width of the focused expander.
47
47
  /// @group expander
48
- $kendo-expander-focus-outline-width: map-get( $kendo-spacing, hair ) !default;
48
+ $kendo-expander-focus-outline-width: 1px !default;
49
49
  /// Outline style of the focused expander.
50
50
  /// @group expander
51
51
  $kendo-expander-focus-outline-style: solid !default;
@@ -62,10 +62,10 @@ $kendo-expander-focus-shadow: inset 0px 0px 0px 2px get-theme-color-var( neutral
62
62
 
63
63
  /// Horizontal padding of the expander header.
64
64
  /// @group expander
65
- $kendo-expander-header-padding-x: map-get( $kendo-spacing, 4 ) !default;
65
+ $kendo-expander-header-padding-x: map.get( $kendo-spacing, 4 ) !default;
66
66
  /// Vertical padding of the expander header.
67
67
  /// @group expander
68
- $kendo-expander-header-padding-y: map-get( $kendo-spacing, 3 ) !default;
68
+ $kendo-expander-header-padding-y: map.get( $kendo-spacing, 3 ) !default;
69
69
  /// Text color of the expander header.
70
70
  /// @group expander
71
71
  $kendo-expander-header-text: get-theme-color-var( primary-100 ) !default;
@@ -86,14 +86,14 @@ $kendo-expander-header-sub-title-text: var( --kendo-subtle-text, initial ) !defa
86
86
 
87
87
  /// Horizontal margin of the expander indicator.
88
88
  /// @group expander
89
- $kendo-expander-indicator-margin-x: map-get( $kendo-spacing, 2 ) + map-get( $kendo-spacing, thin ) !default;
89
+ $kendo-expander-indicator-margin-x: map.get( $kendo-spacing, 2.5 ) !default;
90
90
  /// Text color of the expander indicator.
91
91
  /// @group expander
92
- $kendo-expander-indicator-text: var( --kendo-expander-text, #{$kendo-expander-text} );
92
+ $kendo-expander-indicator-text: var( --kendo-expander-text, #{$kendo-expander-text} ) !default;
93
93
 
94
94
  /// Horizontal padding of the expander content.
95
95
  /// @group expander
96
- $kendo-expander-content-padding-x: map-get( $kendo-spacing, 4 ) !default;
96
+ $kendo-expander-content-padding-x: map.get( $kendo-spacing, 4 ) !default;
97
97
  /// Vertical padding of the expander content.
98
98
  /// @group expander
99
- $kendo-expander-content-padding-y: map-get( $kendo-spacing, 4 ) !default;
99
+ $kendo-expander-content-padding-y: map.get( $kendo-spacing, 4 ) !default;
@@ -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,4 +1,5 @@
1
- @use "_variables.scss" as *;
1
+ @use "sass:map";
2
+ @use "./_variables.scss" as *;
2
3
 
3
4
  @mixin kendo-fab--layout() {
4
5
 
@@ -66,8 +67,8 @@
66
67
 
67
68
  // Sizes
68
69
  @each $size, $size-props in $kendo-fab-sizes {
69
- $_padding-x: map-get( $size-props, padding-x );
70
- $_padding-y: map-get( $size-props, padding-y );
70
+ $_padding-x: map.get( $size-props, padding-x );
71
+ $_padding-y: map.get( $size-props, padding-y );
71
72
 
72
73
  .k-fab-#{$size} {
73
74
  --INTERNAL--kendo-fab-padding-x: var( --kendo-fab-#{$size}-padding-x, #{$_padding-x} );
@@ -75,11 +76,6 @@
75
76
  }
76
77
  }
77
78
 
78
- // Shapes
79
- .k-fab-square {
80
- aspect-ratio: 1;
81
- }
82
-
83
79
 
84
80
  // Items
85
81
  .k-fab-items {
@@ -1,5 +1,6 @@
1
- @use "../core/mixins" 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-fab--theme() {
5
6
 
@@ -60,26 +61,26 @@
60
61
  // Theme colors
61
62
  @each $fill-mode, $theme-colors in $kendo-fab-theme-colors {
62
63
  @each $theme-color, $color-props in $theme-colors {
63
- $_text-color: map-get( $color-props, text );
64
- $_bg: map-get( $color-props, bg );
65
- $_border-color: map-get( $color-props, border );
66
-
67
- $_focus-text: map-get( $color-props, focus-text );
68
- $_focus-bg: map-get( $color-props, focus-bg );
69
- $_focus-border: map-get( $color-props, focus-border );
70
- $_focus-outline: map-get( $color-props, focus-outline );
71
-
72
- $_hover-text: map-get( $color-props, hover-text );
73
- $_hover-bg: map-get( $color-props, hover-bg );
74
- $_hover-border: map-get( $color-props, hover-border );
75
-
76
- $_active-text: map-get( $color-props, active-text );
77
- $_active-bg: map-get( $color-props, active-bg );
78
- $_active-border: map-get( $color-props, active-border );
79
-
80
- $_disabled-text: map-get( $color-props, disabled-text );
81
- $_disabled-bg: map-get( $color-props, disabled-bg );
82
- $_disabled-border: map-get( $color-props, disabled-border );
64
+ $_text-color: map.get( $color-props, text );
65
+ $_bg: map.get( $color-props, bg );
66
+ $_border-color: map.get( $color-props, border );
67
+
68
+ $_focus-text: map.get( $color-props, focus-text );
69
+ $_focus-bg: map.get( $color-props, focus-bg );
70
+ $_focus-border: map.get( $color-props, focus-border );
71
+ $_focus-outline: map.get( $color-props, focus-outline );
72
+
73
+ $_hover-text: map.get( $color-props, hover-text );
74
+ $_hover-bg: map.get( $color-props, hover-bg );
75
+ $_hover-border: map.get( $color-props, hover-border );
76
+
77
+ $_active-text: map.get( $color-props, active-text );
78
+ $_active-bg: map.get( $color-props, active-bg );
79
+ $_active-border: map.get( $color-props, active-border );
80
+
81
+ $_disabled-text: map.get( $color-props, disabled-text );
82
+ $_disabled-bg: map.get( $color-props, disabled-bg );
83
+ $_disabled-border: map.get( $color-props, disabled-border );
83
84
 
84
85
  .k-fab-#{$fill-mode}-#{$theme-color} {
85
86
  --kendo-fab-text: var( --kendo-fab-#{$fill-mode}-#{$theme-color}-text, #{$_text-color} );