@progress/kendo-theme-fluent 9.0.1-dev.0 → 9.0.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 (390) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/fluent-main-dark.css +1 -1
  3. package/dist/fluent-main.css +1 -1
  4. package/dist/meta/sassdoc-data.json +276 -168
  5. package/dist/meta/sassdoc-raw-data.json +134 -123
  6. package/dist/meta/variables.json +9 -1
  7. package/lib/swatches/all.json +1 -1
  8. package/lib/swatches/fluent-main-dark.json +1 -1
  9. package/lib/swatches/fluent-main.json +1 -1
  10. package/package.json +4 -4
  11. package/scss/action-buttons/_theme.scss +1 -1
  12. package/scss/action-buttons/_variables.scss +1 -1
  13. package/scss/action-buttons/index.scss +2 -2
  14. package/scss/action-sheet/_layout.scss +1 -1
  15. package/scss/action-sheet/_theme.scss +1 -1
  16. package/scss/action-sheet/_variables.scss +1 -1
  17. package/scss/action-sheet/index.scss +2 -2
  18. package/scss/adaptive/_layout.scss +1 -1
  19. package/scss/adaptive/_theme.scss +1 -1
  20. package/scss/adaptive/_variables.scss +1 -1
  21. package/scss/adaptive/index.scss +2 -2
  22. package/scss/appbar/_layout.scss +1 -1
  23. package/scss/appbar/_theme.scss +1 -1
  24. package/scss/appbar/_variables.scss +1 -1
  25. package/scss/appbar/index.scss +2 -4
  26. package/scss/autocomplete/index.scss +4 -4
  27. package/scss/avatar/_variables.scss +1 -1
  28. package/scss/avatar/index.scss +1 -1
  29. package/scss/badge/_layout.scss +1 -1
  30. package/scss/badge/_theme.scss +1 -1
  31. package/scss/badge/_variables.scss +1 -1
  32. package/scss/badge/index.scss +4 -2
  33. package/scss/bottom-navigation/_layout.scss +1 -1
  34. package/scss/bottom-navigation/_theme.scss +1 -1
  35. package/scss/bottom-navigation/_variables.scss +1 -1
  36. package/scss/bottom-navigation/index.scss +2 -2
  37. package/scss/breadcrumb/_layout.scss +1 -1
  38. package/scss/breadcrumb/_theme.scss +1 -1
  39. package/scss/breadcrumb/_variables.scss +1 -1
  40. package/scss/breadcrumb/index.scss +2 -2
  41. package/scss/button/_layout.scss +1 -1
  42. package/scss/button/_theme.scss +1 -1
  43. package/scss/button/_variables.scss +1 -1
  44. package/scss/button/index.scss +2 -1
  45. package/scss/calendar/_layout.scss +1 -1
  46. package/scss/calendar/_theme.scss +1 -1
  47. package/scss/calendar/_variables.scss +1 -1
  48. package/scss/calendar/index.scss +6 -4
  49. package/scss/captcha/_theme.scss +1 -1
  50. package/scss/captcha/_variables.scss +1 -1
  51. package/scss/captcha/index.scss +5 -5
  52. package/scss/card/_layout.scss +1 -1
  53. package/scss/card/_theme.scss +1 -1
  54. package/scss/card/_variables.scss +1 -1
  55. package/scss/card/index.scss +3 -5
  56. package/scss/chart-wizard/_index.scss +3 -3
  57. package/scss/chart-wizard/_layout.scss +3 -3
  58. package/scss/chart-wizard/_variables.scss +1 -1
  59. package/scss/chat/_layout.scss +1 -1
  60. package/scss/chat/_theme.scss +1 -1
  61. package/scss/chat/_variables.scss +1 -1
  62. package/scss/chat/index.scss +4 -2
  63. package/scss/checkbox/_layout.scss +1 -1
  64. package/scss/checkbox/_theme.scss +1 -1
  65. package/scss/checkbox/_variables.scss +1 -1
  66. package/scss/checkbox/index.scss +2 -4
  67. package/scss/chip/_layout.scss +1 -1
  68. package/scss/chip/_theme.scss +1 -1
  69. package/scss/chip/_variables.scss +1 -1
  70. package/scss/chip/index.scss +4 -4
  71. package/scss/color-preview/_layout.scss +1 -1
  72. package/scss/color-preview/_theme.scss +1 -1
  73. package/scss/color-preview/_variables.scss +1 -1
  74. package/scss/color-preview/index.scss +1 -1
  75. package/scss/coloreditor/_layout.scss +1 -1
  76. package/scss/coloreditor/_theme.scss +1 -1
  77. package/scss/coloreditor/_variables.scss +1 -1
  78. package/scss/coloreditor/index.scss +7 -7
  79. package/scss/colorgradient/_layout.scss +1 -1
  80. package/scss/colorgradient/_theme.scss +1 -1
  81. package/scss/colorgradient/_variables.scss +1 -1
  82. package/scss/colorgradient/index.scss +8 -8
  83. package/scss/colorpalette/_layout.scss +1 -1
  84. package/scss/colorpalette/_theme.scss +1 -1
  85. package/scss/colorpalette/_variables.scss +1 -1
  86. package/scss/colorpalette/index.scss +4 -4
  87. package/scss/colorpicker/_layout.scss +1 -1
  88. package/scss/colorpicker/_theme.scss +1 -1
  89. package/scss/colorpicker/_variables.scss +1 -1
  90. package/scss/colorpicker/index.scss +9 -9
  91. package/scss/combobox/index.scss +5 -4
  92. package/scss/core/_index.scss +9 -9
  93. package/scss/core/_legacy.scss +1 -1
  94. package/scss/core/color-system/_index.scss +3 -3
  95. package/scss/core/color-system/_swatch.scss +2 -2
  96. package/scss/core/color-system/utils/_functions.scss +1 -1
  97. package/scss/core/color-system/utils/_index.scss +2 -2
  98. package/scss/core/elevation/_legacy.scss +1 -1
  99. package/scss/core/module-system/_components.scss +25 -26
  100. package/scss/dataviz/_layout.scss +2 -2
  101. package/scss/dataviz/_theme.scss +1 -1
  102. package/scss/dataviz/_variables.scss +1 -1
  103. package/scss/dataviz/index.scss +2 -2
  104. package/scss/dateinput/_layout.scss +1 -1
  105. package/scss/dateinput/_theme.scss +1 -1
  106. package/scss/dateinput/index.scss +8 -6
  107. package/scss/datepicker/_layout.scss +1 -1
  108. package/scss/datepicker/_theme.scss +1 -1
  109. package/scss/datepicker/index.scss +10 -9
  110. package/scss/daterangepicker/_layout.scss +2 -2
  111. package/scss/daterangepicker/_theme.scss +2 -2
  112. package/scss/daterangepicker/index.scss +12 -10
  113. package/scss/datetimepicker/_layout.scss +2 -2
  114. package/scss/datetimepicker/_theme.scss +1 -1
  115. package/scss/datetimepicker/index.scss +15 -11
  116. package/scss/dialog/_layout.scss +1 -1
  117. package/scss/dialog/_theme.scss +1 -1
  118. package/scss/dialog/_variables.scss +1 -1
  119. package/scss/dialog/index.scss +4 -1
  120. package/scss/dock-manager/_index.scss +3 -3
  121. package/scss/dock-manager/_layout.scss +1 -1
  122. package/scss/dock-manager/_variables.scss +1 -1
  123. package/scss/draggable/_layout.scss +1 -1
  124. package/scss/draggable/_theme.scss +1 -1
  125. package/scss/draggable/_variables.scss +2 -2
  126. package/scss/draggable/index.scss +1 -1
  127. package/scss/drawer/_layout.scss +1 -1
  128. package/scss/drawer/_theme.scss +1 -1
  129. package/scss/drawer/_variables.scss +2 -2
  130. package/scss/drawer/index.scss +4 -3
  131. package/scss/dropdowngrid/_layout.scss +2 -2
  132. package/scss/dropdowngrid/_theme.scss +1 -1
  133. package/scss/dropdowngrid/index.scss +10 -13
  134. package/scss/dropdownlist/_layout.scss +1 -1
  135. package/scss/dropdownlist/_theme.scss +1 -1
  136. package/scss/dropdownlist/index.scss +11 -11
  137. package/scss/dropdowntree/_layout.scss +2 -2
  138. package/scss/dropdowntree/_theme.scss +1 -1
  139. package/scss/dropdowntree/_variables.scss +1 -1
  140. package/scss/dropdowntree/index.scss +12 -11
  141. package/scss/dropzone/_theme.scss +1 -1
  142. package/scss/dropzone/_variables.scss +1 -2
  143. package/scss/dropzone/index.scss +2 -4
  144. package/scss/editor/_layout.scss +3 -3
  145. package/scss/editor/_theme.scss +1 -1
  146. package/scss/editor/_variables.scss +1 -1
  147. package/scss/editor/index.scss +5 -3
  148. package/scss/expansion-panel/_layout.scss +2 -2
  149. package/scss/expansion-panel/_theme.scss +2 -2
  150. package/scss/expansion-panel/_variables.scss +1 -1
  151. package/scss/expansion-panel/index.scss +9 -8
  152. package/scss/fab/_theme.scss +1 -1
  153. package/scss/fab/_variables.scss +1 -1
  154. package/scss/fab/index.scss +4 -4
  155. package/scss/filemanager/_theme.scss +1 -1
  156. package/scss/filemanager/_variables.scss +1 -1
  157. package/scss/filemanager/index.scss +13 -12
  158. package/scss/filter/_variables.scss +2 -2
  159. package/scss/filter/index.scss +6 -5
  160. package/scss/floating-label/_theme.scss +1 -1
  161. package/scss/floating-label/_variables.scss +1 -1
  162. package/scss/floating-label/index.scss +1 -1
  163. package/scss/forms/_layout.scss +3 -3
  164. package/scss/forms/_theme.scss +2 -2
  165. package/scss/forms/_variables.scss +2 -2
  166. package/scss/forms/index.scss +9 -12
  167. package/scss/gantt/_layout.scss +2 -2
  168. package/scss/gantt/_theme.scss +1 -1
  169. package/scss/gantt/_variables.scss +2 -2
  170. package/scss/gantt/index.scss +9 -10
  171. package/scss/grid/_layout.scss +4 -3
  172. package/scss/grid/_theme.scss +10 -116
  173. package/scss/grid/_variables.scss +1 -1
  174. package/scss/grid/index.scss +19 -19
  175. package/scss/icon/_variables.scss +1 -1
  176. package/scss/icon/index.scss +2 -2
  177. package/scss/imageeditor/_layout.scss +1 -1
  178. package/scss/imageeditor/_theme.scss +1 -1
  179. package/scss/imageeditor/_variables.scss +1 -1
  180. package/scss/imageeditor/index.scss +9 -9
  181. package/scss/index.scss +245 -246
  182. package/scss/input/_layout.scss +1 -1
  183. package/scss/input/_theme.scss +1 -1
  184. package/scss/input/_variables.scss +1 -1
  185. package/scss/input/index.scss +3 -3
  186. package/scss/list/_layout.scss +2 -2
  187. package/scss/list/_theme.scss +1 -1
  188. package/scss/list/_variables.scss +1 -1
  189. package/scss/list/index.scss +1 -1
  190. package/scss/listbox/_layout.scss +1 -1
  191. package/scss/listbox/_theme.scss +1 -1
  192. package/scss/listbox/_variables.scss +1 -1
  193. package/scss/listbox/index.scss +4 -4
  194. package/scss/listgroup/_layout.scss +1 -1
  195. package/scss/listgroup/_theme.scss +1 -1
  196. package/scss/listgroup/_variables.scss +1 -1
  197. package/scss/listgroup/index.scss +1 -1
  198. package/scss/listview/_layout.scss +1 -1
  199. package/scss/listview/_theme.scss +1 -1
  200. package/scss/listview/_variables.scss +1 -1
  201. package/scss/listview/index.scss +2 -3
  202. package/scss/loader/_variables.scss +1 -1
  203. package/scss/loader/index.scss +2 -2
  204. package/scss/map/_theme.scss +1 -1
  205. package/scss/map/_variables.scss +2 -2
  206. package/scss/map/index.scss +3 -2
  207. package/scss/maskedtextbox/_layout.scss +1 -1
  208. package/scss/maskedtextbox/_theme.scss +1 -1
  209. package/scss/maskedtextbox/index.scss +8 -8
  210. package/scss/mediaplayer/_layout.scss +1 -1
  211. package/scss/mediaplayer/_theme.scss +1 -1
  212. package/scss/mediaplayer/_variables.scss +1 -1
  213. package/scss/mediaplayer/index.scss +8 -6
  214. package/scss/menu/_layout.scss +2 -2
  215. package/scss/menu/_theme.scss +2 -2
  216. package/scss/menu/_variables.scss +1 -1
  217. package/scss/menu/index.scss +4 -4
  218. package/scss/menu-button/_layout.scss +1 -1
  219. package/scss/menu-button/index.scss +2 -1
  220. package/scss/messagebox/_theme.scss +1 -1
  221. package/scss/messagebox/_variables.scss +1 -1
  222. package/scss/messagebox/index.scss +4 -2
  223. package/scss/multiselect/index.scss +4 -5
  224. package/scss/notification/_layout.scss +1 -1
  225. package/scss/notification/_theme.scss +1 -1
  226. package/scss/notification/_variables.scss +1 -1
  227. package/scss/notification/index.scss +2 -1
  228. package/scss/numerictextbox/_layout.scss +1 -1
  229. package/scss/numerictextbox/_theme.scss +1 -1
  230. package/scss/numerictextbox/index.scss +8 -8
  231. package/scss/orgchart/_theme.scss +1 -1
  232. package/scss/orgchart/_variables.scss +1 -1
  233. package/scss/orgchart/index.scss +9 -7
  234. package/scss/overlay/_variables.scss +1 -1
  235. package/scss/overlay/index.scss +1 -1
  236. package/scss/pager/_layout.scss +1 -1
  237. package/scss/pager/_theme.scss +1 -1
  238. package/scss/pager/_variables.scss +1 -1
  239. package/scss/pager/index.scss +4 -5
  240. package/scss/panel/_layout.scss +1 -1
  241. package/scss/panel/_theme.scss +1 -1
  242. package/scss/panel/_variables.scss +1 -1
  243. package/scss/panel/index.scss +1 -1
  244. package/scss/panelbar/_layout.scss +2 -2
  245. package/scss/panelbar/_theme.scss +1 -1
  246. package/scss/panelbar/_variables.scss +2 -2
  247. package/scss/panelbar/index.scss +1 -1
  248. package/scss/pdf-viewer/_layout.scss +1 -1
  249. package/scss/pdf-viewer/_theme.scss +1 -1
  250. package/scss/pdf-viewer/_variables.scss +1 -1
  251. package/scss/pdf-viewer/index.scss +6 -5
  252. package/scss/pivotgrid/_layout.scss +1 -1
  253. package/scss/pivotgrid/_theme.scss +1 -1
  254. package/scss/pivotgrid/_variables.scss +1 -1
  255. package/scss/pivotgrid/index.scss +9 -5
  256. package/scss/popover/_layout.scss +1 -1
  257. package/scss/popover/_theme.scss +1 -1
  258. package/scss/popover/_variables.scss +1 -1
  259. package/scss/popover/index.scss +5 -3
  260. package/scss/popup/_layout.scss +1 -1
  261. package/scss/popup/_theme.scss +1 -1
  262. package/scss/popup/_variables.scss +1 -1
  263. package/scss/popup/index.scss +1 -1
  264. package/scss/progressbar/_layout.scss +1 -1
  265. package/scss/progressbar/_theme.scss +1 -1
  266. package/scss/progressbar/_variables.scss +1 -1
  267. package/scss/progressbar/index.scss +1 -1
  268. package/scss/prompt/_layout.scss +1 -1
  269. package/scss/prompt/_theme.scss +1 -1
  270. package/scss/prompt/_variables.scss +1 -1
  271. package/scss/prompt/index.scss +2 -2
  272. package/scss/radio/_layout.scss +1 -1
  273. package/scss/radio/_theme.scss +1 -1
  274. package/scss/radio/_variables.scss +1 -1
  275. package/scss/radio/index.scss +2 -5
  276. package/scss/rating/_layout.scss +1 -1
  277. package/scss/rating/_theme.scss +1 -1
  278. package/scss/rating/_variables.scss +1 -1
  279. package/scss/rating/index.scss +1 -1
  280. package/scss/responsivepanel/_layout.scss +1 -1
  281. package/scss/responsivepanel/_theme.scss +1 -1
  282. package/scss/responsivepanel/index.scss +6 -6
  283. package/scss/ripple/index.scss +1 -1
  284. package/scss/scheduler/_layout.scss +1 -1
  285. package/scss/scheduler/_theme.scss +1 -1
  286. package/scss/scheduler/_variables.scss +1 -1
  287. package/scss/scheduler/index.scss +16 -9
  288. package/scss/scroller/_variables.scss +1 -1
  289. package/scss/scroller/index.scss +4 -2
  290. package/scss/scrollview/_layout.scss +1 -1
  291. package/scss/scrollview/_theme.scss +1 -1
  292. package/scss/scrollview/_variables.scss +1 -1
  293. package/scss/scrollview/index.scss +1 -1
  294. package/scss/searchbox/_layout.scss +1 -1
  295. package/scss/searchbox/_variables.scss +1 -1
  296. package/scss/searchbox/index.scss +3 -2
  297. package/scss/signature/_variables.scss +1 -1
  298. package/scss/signature/index.scss +5 -2
  299. package/scss/skeleton/_theme.scss +1 -1
  300. package/scss/skeleton/_variables.scss +1 -1
  301. package/scss/skeleton/index.scss +1 -1
  302. package/scss/slider/_layout.scss +1 -1
  303. package/scss/slider/_theme.scss +1 -4
  304. package/scss/slider/_variables.scss +8 -1
  305. package/scss/slider/index.scss +2 -2
  306. package/scss/split-button/_variables.scss +2 -2
  307. package/scss/split-button/index.scss +2 -1
  308. package/scss/splitter/_layout.scss +1 -1
  309. package/scss/splitter/_theme.scss +1 -1
  310. package/scss/splitter/_variables.scss +1 -1
  311. package/scss/splitter/index.scss +2 -1
  312. package/scss/spreadsheet/_layout.scss +2 -2
  313. package/scss/spreadsheet/_theme.scss +1 -1
  314. package/scss/spreadsheet/_variables.scss +2 -2
  315. package/scss/spreadsheet/index.scss +14 -13
  316. package/scss/stepper/_layout.scss +2 -2
  317. package/scss/stepper/_theme.scss +1 -1
  318. package/scss/stepper/_variables.scss +1 -1
  319. package/scss/stepper/index.scss +1 -1
  320. package/scss/switch/_layout.scss +1 -1
  321. package/scss/switch/_theme.scss +1 -1
  322. package/scss/switch/_variables.scss +1 -1
  323. package/scss/switch/index.scss +1 -1
  324. package/scss/table/_layout.scss +1 -1
  325. package/scss/table/_theme.scss +1 -1
  326. package/scss/table/_variables.scss +1 -1
  327. package/scss/table/index.scss +2 -9
  328. package/scss/tabstrip/_layout.scss +1 -1
  329. package/scss/tabstrip/_theme.scss +1 -1
  330. package/scss/tabstrip/_variables.scss +2 -2
  331. package/scss/tabstrip/index.scss +5 -4
  332. package/scss/taskboard/_layout.scss +2 -2
  333. package/scss/taskboard/_theme.scss +2 -2
  334. package/scss/taskboard/_variables.scss +1 -1
  335. package/scss/taskboard/index.scss +17 -10
  336. package/scss/textarea/index.scss +5 -3
  337. package/scss/textbox/index.scss +4 -2
  338. package/scss/tilelayout/_layout.scss +1 -1
  339. package/scss/tilelayout/_theme.scss +1 -1
  340. package/scss/tilelayout/_variables.scss +1 -1
  341. package/scss/tilelayout/index.scss +8 -6
  342. package/scss/time-marker/index.scss +1 -1
  343. package/scss/timedurationpicker/_layout.scss +1 -1
  344. package/scss/timedurationpicker/_theme.scss +1 -1
  345. package/scss/timedurationpicker/index.scss +9 -8
  346. package/scss/timeline/_layout.scss +1 -1
  347. package/scss/timeline/_theme.scss +2 -2
  348. package/scss/timeline/_variables.scss +1 -1
  349. package/scss/timeline/index.scss +4 -4
  350. package/scss/timepicker/_layout.scss +1 -1
  351. package/scss/timepicker/_theme.scss +1 -1
  352. package/scss/timepicker/index.scss +9 -8
  353. package/scss/timeselector/_layout.scss +2 -2
  354. package/scss/timeselector/_theme.scss +2 -2
  355. package/scss/timeselector/_variables.scss +1 -1
  356. package/scss/timeselector/index.scss +9 -8
  357. package/scss/toolbar/_layout.scss +1 -1
  358. package/scss/toolbar/_variables.scss +1 -1
  359. package/scss/toolbar/index.scss +6 -4
  360. package/scss/tooltip/_layout.scss +1 -1
  361. package/scss/tooltip/_theme.scss +1 -1
  362. package/scss/tooltip/_variables.scss +1 -1
  363. package/scss/tooltip/index.scss +2 -2
  364. package/scss/treelist/_layout.scss +1 -1
  365. package/scss/treelist/_variables.scss +1 -1
  366. package/scss/treelist/index.scss +1 -1
  367. package/scss/treeview/_layout.scss +1 -1
  368. package/scss/treeview/_theme.scss +1 -1
  369. package/scss/treeview/_variables.scss +1 -1
  370. package/scss/treeview/index.scss +1 -1
  371. package/scss/typography/_layout.scss +1 -1
  372. package/scss/typography/_theme.scss +1 -1
  373. package/scss/typography/_variables.scss +1 -1
  374. package/scss/typography/index.scss +2 -2
  375. package/scss/upload/_layout.scss +2 -2
  376. package/scss/upload/_theme.scss +1 -1
  377. package/scss/upload/_variables.scss +1 -1
  378. package/scss/upload/index.scss +3 -4
  379. package/scss/utils/index.scss +1 -1
  380. package/scss/validator/_variables.scss +1 -1
  381. package/scss/validator/index.scss +1 -1
  382. package/scss/virtual-scroller/index.scss +1 -1
  383. package/scss/window/_layout.scss +1 -1
  384. package/scss/window/_theme.scss +1 -1
  385. package/scss/window/_variables.scss +1 -1
  386. package/scss/window/index.scss +5 -5
  387. package/scss/wizard/_layout.scss +1 -1
  388. package/scss/wizard/_theme.scss +1 -1
  389. package/scss/wizard/_variables.scss +1 -1
  390. package/scss/wizard/index.scss +2 -1
@@ -22046,8 +22046,8 @@
22046
22046
  {
22047
22047
  "description": "The horizontal padding of the DropZone.\n",
22048
22048
  "commentRange": {
22049
- "start": 5,
22050
- "end": 6
22049
+ "start": 4,
22050
+ "end": 5
22051
22051
  },
22052
22052
  "context": {
22053
22053
  "type": "variable",
@@ -22055,8 +22055,8 @@
22055
22055
  "value": "k-spacing(2)",
22056
22056
  "scope": "default",
22057
22057
  "line": {
22058
- "start": 7,
22059
- "end": 7
22058
+ "start": 6,
22059
+ "end": 6
22060
22060
  }
22061
22061
  },
22062
22062
  "group": [
@@ -22071,8 +22071,8 @@
22071
22071
  {
22072
22072
  "description": "The vertical padding of the DropZone.\n",
22073
22073
  "commentRange": {
22074
- "start": 8,
22075
- "end": 9
22074
+ "start": 7,
22075
+ "end": 8
22076
22076
  },
22077
22077
  "context": {
22078
22078
  "type": "variable",
@@ -22080,8 +22080,8 @@
22080
22080
  "value": "k-spacing(2)",
22081
22081
  "scope": "default",
22082
22082
  "line": {
22083
- "start": 10,
22084
- "end": 10
22083
+ "start": 9,
22084
+ "end": 9
22085
22085
  }
22086
22086
  },
22087
22087
  "group": [
@@ -22096,8 +22096,8 @@
22096
22096
  {
22097
22097
  "description": "The border width of the DropZone.\n",
22098
22098
  "commentRange": {
22099
- "start": 11,
22100
- "end": 12
22099
+ "start": 10,
22100
+ "end": 11
22101
22101
  },
22102
22102
  "context": {
22103
22103
  "type": "variable",
@@ -22105,8 +22105,8 @@
22105
22105
  "value": "1px",
22106
22106
  "scope": "default",
22107
22107
  "line": {
22108
- "start": 13,
22109
- "end": 13
22108
+ "start": 12,
22109
+ "end": 12
22110
22110
  }
22111
22111
  },
22112
22112
  "group": [
@@ -22121,8 +22121,8 @@
22121
22121
  {
22122
22122
  "description": "The minimum height of the DropZone.\n",
22123
22123
  "commentRange": {
22124
- "start": 14,
22125
- "end": 15
22124
+ "start": 13,
22125
+ "end": 14
22126
22126
  },
22127
22127
  "context": {
22128
22128
  "type": "variable",
@@ -22130,8 +22130,8 @@
22130
22130
  "value": "220px",
22131
22131
  "scope": "default",
22132
22132
  "line": {
22133
- "start": 16,
22134
- "end": 16
22133
+ "start": 15,
22134
+ "end": 15
22135
22135
  }
22136
22136
  },
22137
22137
  "group": [
@@ -22146,8 +22146,8 @@
22146
22146
  {
22147
22147
  "description": "The font family of the DropZone.\n",
22148
22148
  "commentRange": {
22149
- "start": 18,
22150
- "end": 19
22149
+ "start": 17,
22150
+ "end": 18
22151
22151
  },
22152
22152
  "context": {
22153
22153
  "type": "variable",
@@ -22155,8 +22155,8 @@
22155
22155
  "value": "var( --kendo-font-family, inherit )",
22156
22156
  "scope": "default",
22157
22157
  "line": {
22158
- "start": 20,
22159
- "end": 20
22158
+ "start": 19,
22159
+ "end": 19
22160
22160
  }
22161
22161
  },
22162
22162
  "group": [
@@ -22171,8 +22171,8 @@
22171
22171
  {
22172
22172
  "description": "The font size of the DropZone.\n",
22173
22173
  "commentRange": {
22174
- "start": 21,
22175
- "end": 22
22174
+ "start": 20,
22175
+ "end": 21
22176
22176
  },
22177
22177
  "context": {
22178
22178
  "type": "variable",
@@ -22180,8 +22180,8 @@
22180
22180
  "value": "var( --kendo-font-size, inherit )",
22181
22181
  "scope": "default",
22182
22182
  "line": {
22183
- "start": 23,
22184
- "end": 23
22183
+ "start": 22,
22184
+ "end": 22
22185
22185
  }
22186
22186
  },
22187
22187
  "group": [
@@ -22196,8 +22196,8 @@
22196
22196
  {
22197
22197
  "description": "The line height of the DropZone.\n",
22198
22198
  "commentRange": {
22199
- "start": 24,
22200
- "end": 25
22199
+ "start": 23,
22200
+ "end": 24
22201
22201
  },
22202
22202
  "context": {
22203
22203
  "type": "variable",
@@ -22205,8 +22205,8 @@
22205
22205
  "value": "var( --kendo-line-height, normal )",
22206
22206
  "scope": "default",
22207
22207
  "line": {
22208
- "start": 26,
22209
- "end": 26
22208
+ "start": 25,
22209
+ "end": 25
22210
22210
  }
22211
22211
  },
22212
22212
  "group": [
@@ -22221,8 +22221,8 @@
22221
22221
  {
22222
22222
  "description": "The background color of the DropZone.\n",
22223
22223
  "commentRange": {
22224
- "start": 28,
22225
- "end": 29
22224
+ "start": 27,
22225
+ "end": 28
22226
22226
  },
22227
22227
  "context": {
22228
22228
  "type": "variable",
@@ -22230,8 +22230,8 @@
22230
22230
  "value": "if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))",
22231
22231
  "scope": "default",
22232
22232
  "line": {
22233
- "start": 30,
22234
- "end": 30
22233
+ "start": 29,
22234
+ "end": 29
22235
22235
  }
22236
22236
  },
22237
22237
  "group": [
@@ -22246,8 +22246,8 @@
22246
22246
  {
22247
22247
  "description": "Text color of the dropzone.\n",
22248
22248
  "commentRange": {
22249
- "start": 31,
22250
- "end": 32
22249
+ "start": 30,
22250
+ "end": 31
22251
22251
  },
22252
22252
  "context": {
22253
22253
  "type": "variable",
@@ -22255,8 +22255,8 @@
22255
22255
  "value": "var( --kendo-component-text, inherit )",
22256
22256
  "scope": "default",
22257
22257
  "line": {
22258
- "start": 33,
22259
- "end": 33
22258
+ "start": 32,
22259
+ "end": 32
22260
22260
  }
22261
22261
  },
22262
22262
  "group": [
@@ -22271,8 +22271,8 @@
22271
22271
  {
22272
22272
  "description": "The border color of the DropZone.\n",
22273
22273
  "commentRange": {
22274
- "start": 34,
22275
- "end": 35
22274
+ "start": 33,
22275
+ "end": 34
22276
22276
  },
22277
22277
  "context": {
22278
22278
  "type": "variable",
@@ -22280,8 +22280,8 @@
22280
22280
  "value": "var( --kendo-component-border, initial )",
22281
22281
  "scope": "default",
22282
22282
  "line": {
22283
- "start": 36,
22284
- "end": 36
22283
+ "start": 35,
22284
+ "end": 35
22285
22285
  }
22286
22286
  },
22287
22287
  "group": [
@@ -22296,8 +22296,8 @@
22296
22296
  {
22297
22297
  "description": "The spacing below the DropZone icon.\n",
22298
22298
  "commentRange": {
22299
- "start": 38,
22300
- "end": 39
22299
+ "start": 37,
22300
+ "end": 38
22301
22301
  },
22302
22302
  "context": {
22303
22303
  "type": "variable",
@@ -22305,8 +22305,8 @@
22305
22305
  "value": "k-spacing(6)",
22306
22306
  "scope": "default",
22307
22307
  "line": {
22308
- "start": 40,
22309
- "end": 40
22308
+ "start": 39,
22309
+ "end": 39
22310
22310
  }
22311
22311
  },
22312
22312
  "group": [
@@ -22321,8 +22321,8 @@
22321
22321
  {
22322
22322
  "description": "The text color of the DropZone icon.\n",
22323
22323
  "commentRange": {
22324
- "start": 41,
22325
- "end": 42
22324
+ "start": 40,
22325
+ "end": 41
22326
22326
  },
22327
22327
  "context": {
22328
22328
  "type": "variable",
@@ -22330,8 +22330,8 @@
22330
22330
  "value": "if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-90 ))",
22331
22331
  "scope": "default",
22332
22332
  "line": {
22333
- "start": 43,
22334
- "end": 43
22333
+ "start": 42,
22334
+ "end": 42
22335
22335
  }
22336
22336
  },
22337
22337
  "group": [
@@ -22346,8 +22346,8 @@
22346
22346
  {
22347
22347
  "description": "Text color of the icon when the dropzone is hovered.\n",
22348
22348
  "commentRange": {
22349
- "start": 44,
22350
- "end": 45
22349
+ "start": 43,
22350
+ "end": 44
22351
22351
  },
22352
22352
  "context": {
22353
22353
  "type": "variable",
@@ -22355,8 +22355,8 @@
22355
22355
  "value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
22356
22356
  "scope": "default",
22357
22357
  "line": {
22358
- "start": 46,
22359
- "end": 46
22358
+ "start": 45,
22359
+ "end": 45
22360
22360
  }
22361
22361
  },
22362
22362
  "group": [
@@ -22371,8 +22371,8 @@
22371
22371
  {
22372
22372
  "description": "The font size of the DropZone hint.\n",
22373
22373
  "commentRange": {
22374
- "start": 48,
22375
- "end": 49
22374
+ "start": 47,
22375
+ "end": 48
22376
22376
  },
22377
22377
  "context": {
22378
22378
  "type": "variable",
@@ -22380,8 +22380,8 @@
22380
22380
  "value": "inherit",
22381
22381
  "scope": "default",
22382
22382
  "line": {
22383
- "start": 50,
22384
- "end": 50
22383
+ "start": 49,
22384
+ "end": 49
22385
22385
  }
22386
22386
  },
22387
22387
  "group": [
@@ -22396,8 +22396,8 @@
22396
22396
  {
22397
22397
  "description": "The font weight of the DropZone hint.\n",
22398
22398
  "commentRange": {
22399
- "start": 51,
22400
- "end": 52
22399
+ "start": 50,
22400
+ "end": 51
22401
22401
  },
22402
22402
  "context": {
22403
22403
  "type": "variable",
@@ -22405,8 +22405,8 @@
22405
22405
  "value": "var( --kendo-font-weight-bold, bold )",
22406
22406
  "scope": "default",
22407
22407
  "line": {
22408
- "start": 53,
22409
- "end": 53
22408
+ "start": 52,
22409
+ "end": 52
22410
22410
  }
22411
22411
  },
22412
22412
  "group": [
@@ -22421,8 +22421,8 @@
22421
22421
  {
22422
22422
  "description": "The spacing below the DropZone hint.\n",
22423
22423
  "commentRange": {
22424
- "start": 54,
22425
- "end": 55
22424
+ "start": 53,
22425
+ "end": 54
22426
22426
  },
22427
22427
  "context": {
22428
22428
  "type": "variable",
@@ -22430,8 +22430,8 @@
22430
22430
  "value": "k-spacing(2)",
22431
22431
  "scope": "default",
22432
22432
  "line": {
22433
- "start": 56,
22434
- "end": 56
22433
+ "start": 55,
22434
+ "end": 55
22435
22435
  }
22436
22436
  },
22437
22437
  "group": [
@@ -22446,8 +22446,8 @@
22446
22446
  {
22447
22447
  "description": "The text color of the DropZone hint.\n",
22448
22448
  "commentRange": {
22449
- "start": 57,
22450
- "end": 58
22449
+ "start": 56,
22450
+ "end": 57
22451
22451
  },
22452
22452
  "context": {
22453
22453
  "type": "variable",
@@ -22455,8 +22455,8 @@
22455
22455
  "value": "$kendo-dropzone-text",
22456
22456
  "scope": "default",
22457
22457
  "line": {
22458
- "start": 59,
22459
- "end": 59
22458
+ "start": 58,
22459
+ "end": 58
22460
22460
  }
22461
22461
  },
22462
22462
  "group": [
@@ -22471,8 +22471,8 @@
22471
22471
  {
22472
22472
  "description": "The font size of the DropZone note.\n",
22473
22473
  "commentRange": {
22474
- "start": 61,
22475
- "end": 62
22474
+ "start": 60,
22475
+ "end": 61
22476
22476
  },
22477
22477
  "context": {
22478
22478
  "type": "variable",
@@ -22480,8 +22480,8 @@
22480
22480
  "value": "var( --kendo-font-size-sm, inherit )",
22481
22481
  "scope": "default",
22482
22482
  "line": {
22483
- "start": 63,
22484
- "end": 63
22483
+ "start": 62,
22484
+ "end": 62
22485
22485
  }
22486
22486
  },
22487
22487
  "group": [
@@ -22496,8 +22496,8 @@
22496
22496
  {
22497
22497
  "description": "The font weight of the DropZone note.\n",
22498
22498
  "commentRange": {
22499
- "start": 64,
22500
- "end": 65
22499
+ "start": 63,
22500
+ "end": 64
22501
22501
  },
22502
22502
  "context": {
22503
22503
  "type": "variable",
@@ -22505,8 +22505,8 @@
22505
22505
  "value": "inherit",
22506
22506
  "scope": "default",
22507
22507
  "line": {
22508
- "start": 66,
22509
- "end": 66
22508
+ "start": 65,
22509
+ "end": 65
22510
22510
  }
22511
22511
  },
22512
22512
  "group": [
@@ -22521,8 +22521,8 @@
22521
22521
  {
22522
22522
  "description": "The spacing below the DropZone note.\n",
22523
22523
  "commentRange": {
22524
- "start": 67,
22525
- "end": 68
22524
+ "start": 66,
22525
+ "end": 67
22526
22526
  },
22527
22527
  "context": {
22528
22528
  "type": "variable",
@@ -22530,8 +22530,8 @@
22530
22530
  "value": "k-spacing(0)",
22531
22531
  "scope": "default",
22532
22532
  "line": {
22533
- "start": 69,
22534
- "end": 69
22533
+ "start": 68,
22534
+ "end": 68
22535
22535
  }
22536
22536
  },
22537
22537
  "group": [
@@ -22546,8 +22546,8 @@
22546
22546
  {
22547
22547
  "description": "The text color of the DropZone note.\n",
22548
22548
  "commentRange": {
22549
- "start": 70,
22550
- "end": 71
22549
+ "start": 69,
22550
+ "end": 70
22551
22551
  },
22552
22552
  "context": {
22553
22553
  "type": "variable",
@@ -22555,8 +22555,8 @@
22555
22555
  "value": "var( --kendo-subtle-text, inherit )",
22556
22556
  "scope": "default",
22557
22557
  "line": {
22558
- "start": 72,
22559
- "end": 72
22558
+ "start": 71,
22559
+ "end": 71
22560
22560
  }
22561
22561
  },
22562
22562
  "group": [
@@ -60218,6 +60218,56 @@
60218
60218
  "name": "_variables.scss"
60219
60219
  }
60220
60220
  },
60221
+ {
60222
+ "description": "The background image of the horizontal Slider tick.\n",
60223
+ "commentRange": {
60224
+ "start": 153,
60225
+ "end": 154
60226
+ },
60227
+ "context": {
60228
+ "type": "variable",
60229
+ "name": "kendo-slider-tick-h-image",
60230
+ "value": "\"data:image/gif;base64,R0lGODlhtAABAIABALi4uAAAACH5BAEAAAEALAAAAAC0AAEAAAIWjIGJxqzazlux2ovlzND2rAHgSIZWAQA7\"",
60231
+ "scope": "default",
60232
+ "line": {
60233
+ "start": 155,
60234
+ "end": 155
60235
+ }
60236
+ },
60237
+ "group": [
60238
+ "slider"
60239
+ ],
60240
+ "access": "public",
60241
+ "file": {
60242
+ "path": "slider/_variables.scss",
60243
+ "name": "_variables.scss"
60244
+ }
60245
+ },
60246
+ {
60247
+ "description": "The background image of the vertical Slider tick.\n",
60248
+ "commentRange": {
60249
+ "start": 156,
60250
+ "end": 157
60251
+ },
60252
+ "context": {
60253
+ "type": "variable",
60254
+ "name": "kendo-slider-tick-v-image",
60255
+ "value": "\"data:image/gif;base64,R0lGODlhAQC0AIABALi4uAAAACH5BAEAAAEALAAAAAABALQAAAIWjIGJxqzazlux2ovlzND2rAHgSIZWAQA7\"",
60256
+ "scope": "default",
60257
+ "line": {
60258
+ "start": 158,
60259
+ "end": 158
60260
+ }
60261
+ },
60262
+ "group": [
60263
+ "slider"
60264
+ ],
60265
+ "access": "public",
60266
+ "file": {
60267
+ "path": "slider/_variables.scss",
60268
+ "name": "_variables.scss"
60269
+ }
60270
+ },
60221
60271
  {
60222
60272
  "description": "The vertical padding of the small arrow Button.\n",
60223
60273
  "commentRange": {
@@ -80771,45 +80821,6 @@
80771
80821
  "name": "_swatch-legacy.scss"
80772
80822
  }
80773
80823
  },
80774
- {
80775
- "description": "A list of files converted to data URIs\n",
80776
- "commentRange": {
80777
- "start": 1,
80778
- "end": 2
80779
- },
80780
- "context": {
80781
- "type": "variable",
80782
- "name": "_kendo-data-uris",
80783
- "value": "()",
80784
- "scope": "default",
80785
- "line": {
80786
- "start": 3,
80787
- "end": 3
80788
- }
80789
- },
80790
- "access": "private",
80791
- "group": [
80792
- "undefined"
80793
- ],
80794
- "file": {
80795
- "path": "core/scss/mixins/_data-uri.scss",
80796
- "name": "_data-uri.scss"
80797
- },
80798
- "usedBy": [
80799
- {
80800
- "description": "Saves a data URI that can be used from the $_kendo-data-uris map instead of a file reference.\n",
80801
- "context": {
80802
- "type": "mixin",
80803
- "name": "register-data-uri",
80804
- "code": "\n @if ( k-map-has-key( $_kendo-data-uris, $name ) ) {\n @warn \"Attempt to redefine data URI of file `#{$name}`.\";\n }\n\n $_kendo-data-uris: k-map-merge( $_kendo-data-uris, ( $name: $content ) ) !global;\n",
80805
- "line": {
80806
- "start": 10,
80807
- "end": 16
80808
- }
80809
- }
80810
- }
80811
- ]
80812
- },
80813
80824
  {
80814
80825
  "description": "A list of exported modules.\n",
80815
80826
  "commentRange": {
@@ -750,7 +750,7 @@
750
750
  },
751
751
  "kendo-components": {
752
752
  "type": "List",
753
- "value": "\"utils\", \"utils-accessibility-screen-readers\", \"utils-background-clip\", \"utils-background-color\", \"utils-background-position\", \"utils-background-size\", \"utils-border-color\", \"utils-border-radius\", \"utils-border-style\", \"utils-border-width\", \"utils-outline-color\", \"utils-outline-offset\", \"utils-outline-style\", \"utils-outline-width\", \"utils-effects-opacity\", \"utils-elevation\", \"utils-filter-backdrop\", \"utils-flex-grid-align-content\", \"utils-flex-grid-align-items\", \"utils-flex-grid-align-self\", \"utils-flex-grid-flex-basis\", \"utils-flex-grid-flex-direction\", \"utils-flex-grid-flex-grow\", \"utils-flex-grid-flex-shrink\", \"utils-flex-grid-flex-wrap\", \"utils-flex-grid-flex\", \"utils-flex-grid-gap\", \"utils-flex-grid-grid-auto-columns\", \"utils-flex-grid-grid-auto-flow\", \"utils-flex-grid-grid-auto-rows\", \"utils-flex-grid-grid-column-start-end\", \"utils-flex-grid-grid-row-start-end\", \"utils-flex-grid-grid-template-columns\", \"utils-flex-grid-grid-template-rows\", \"utils-flex-grid-justify-content\", \"utils-flex-grid-justify-items\", \"utils-flex-grid-justify-self\", \"utils-flex-grid-order\", \"utils-flex-grid-place-content\", \"utils-flex-grid-place-items\", \"utils-flex-grid-place-self\", \"utils-interactivity-accent-color\", \"utils-interactivity-appearance\", \"utils-interactivity-caret-color\", \"utils-interactivity-cursor\", \"utils-interactivity-pointer-events\", \"utils-interactivity-resize\", \"utils-interactivity-scroll\", \"utils-interactivity-touch-action\", \"utils-interactivity-user-select\", \"utils-interactivity-will-change\", \"utils-layout-aspect-ratio\", \"utils-layout-box-sizing\", \"utils-layout-clear\", \"utils-layout-columns\", \"utils-layout-display\", \"utils-layout-float\", \"utils-layout-object-fit\", \"utils-layout-object-position\", \"utils-layout-overflow\", \"utils-layout-placement\", \"utils-layout-position\", \"utils-layout-visibility\", \"utils-layout-zindex\", \"utils-sizing-height\", \"utils-sizing-width\", \"utils-spacing-margin\", \"utils-spacing-padding\", \"utils-spacing-space-between\", \"utils-svg-fill\", \"utils-svg-stroke\", \"utils-table-border-collapse\", \"utils-table-table-layout\", \"utils-transform-flip\", \"utils-transform-origin\", \"utils-transform-rotate\", \"utils-transform-scale\", \"utils-transform-skew\", \"utils-transform-translate\", \"utils-typography-font-family\", \"utils-typography-font-size\", \"utils-typography-font-style\", \"utils-typography-font-weight\", \"utils-typography-letter-spacing\", \"utils-typography-line-height\", \"utils-typography-list-style\", \"utils-typography-text-align\", \"utils-typography-text-color\", \"utils-typography-text-decoration\", \"utils-typography-text-overflow\", \"utils-typography-text-transform\", \"utils-typography-vertical-align\", \"utils-typography-white-space\", \"typography\", \"draggable\", \"table\", \"icon\", \"chip\", \"messagebox\", \"input\", \"list\", \"listgroup\", \"overlay\", \"ripple\", \"virtual-scroller\", \"avatar\", \"badge\", \"color-preview\", \"loader\", \"skeleton\", \"tooltip\", \"time-marker\", \"button\", \"split-button\", \"menu-button\", \"textbox\", \"textarea\", \"checkbox\", \"listbox\", \"progressbar\", \"radio\", \"slider\", \"form\", \"validator\", \"floating-label\", \"calendar\", \"popup\", \"time-selector\", \"autocomplete\", \"captcha\", \"color-palette\", \"color-gradient\", \"color-editor\", \"color-picker\", \"combobox\", \"date-input\", \"date-picker\", \"time-picker\", \"date-time-picker\", \"date-range-picker\", \"dropdown-grid\", \"dropdown-list\", \"dropdown-tree\", \"masked-textbox\", \"multiselect\", \"numeric-textbox\", \"rating\", \"searchbox\", \"switch\", \"upload\", \"dropzone\", \"actions\", \"appbar\", \"fab\", \"menu\", \"toolbar\", \"action-sheet\", \"dialog\", \"drawer\", \"notification\", \"popover\", \"responsive-panel\", \"window\", \"bottom-navigation\", \"breadcrumb\", \"pager\", \"stepper\", \"tabstrip\", \"treeview\", \"wizard\", \"card\", \"expander\", \"panel\", \"panelbar\", \"splitter\", \"tile-layout\", \"dock-manager\", \"chart-wizard\", \"grid\", \"listview\", \"spreadsheet\", \"pivotgrid\", \"treelist\", \"filter\", \"file-manager\", \"task-board\", \"editor\", \"image-editor\", \"gantt\", \"scheduler\", \"adaptive\", \"chat\", \"media-player\", \"timeline\", \"pdf-viewer\", \"scroller\", \"scrollview\", \"prompt\", \"dataviz\", \"map\", \"orgchart\", \"signature\""
753
+ "value": "\"utils\", \"utils-accessibility-screen-readers\", \"utils-background-clip\", \"utils-background-color\", \"utils-background-position\", \"utils-background-size\", \"utils-border-color\", \"utils-border-radius\", \"utils-border-style\", \"utils-border-width\", \"utils-outline-color\", \"utils-outline-offset\", \"utils-outline-style\", \"utils-outline-width\", \"utils-effects-opacity\", \"utils-elevation\", \"utils-filter-backdrop\", \"utils-flex-grid-align-content\", \"utils-flex-grid-align-items\", \"utils-flex-grid-align-self\", \"utils-flex-grid-flex-basis\", \"utils-flex-grid-flex-direction\", \"utils-flex-grid-flex-grow\", \"utils-flex-grid-flex-shrink\", \"utils-flex-grid-flex-wrap\", \"utils-flex-grid-flex\", \"utils-flex-grid-gap\", \"utils-flex-grid-grid-auto-columns\", \"utils-flex-grid-grid-auto-flow\", \"utils-flex-grid-grid-auto-rows\", \"utils-flex-grid-grid-column-start-end\", \"utils-flex-grid-grid-row-start-end\", \"utils-flex-grid-grid-template-columns\", \"utils-flex-grid-grid-template-rows\", \"utils-flex-grid-justify-content\", \"utils-flex-grid-justify-items\", \"utils-flex-grid-justify-self\", \"utils-flex-grid-order\", \"utils-flex-grid-place-content\", \"utils-flex-grid-place-items\", \"utils-flex-grid-place-self\", \"utils-interactivity-accent-color\", \"utils-interactivity-appearance\", \"utils-interactivity-caret-color\", \"utils-interactivity-cursor\", \"utils-interactivity-pointer-events\", \"utils-interactivity-resize\", \"utils-interactivity-scroll\", \"utils-interactivity-touch-action\", \"utils-interactivity-user-select\", \"utils-interactivity-will-change\", \"utils-layout-aspect-ratio\", \"utils-layout-box-sizing\", \"utils-layout-clear\", \"utils-layout-columns\", \"utils-layout-display\", \"utils-layout-float\", \"utils-layout-object-fit\", \"utils-layout-object-position\", \"utils-layout-overflow\", \"utils-layout-placement\", \"utils-layout-position\", \"utils-layout-visibility\", \"utils-layout-zindex\", \"utils-sizing-height\", \"utils-sizing-width\", \"utils-spacing-margin\", \"utils-spacing-padding\", \"utils-spacing-space-between\", \"utils-svg-fill\", \"utils-svg-stroke\", \"utils-table-border-collapse\", \"utils-table-table-layout\", \"utils-transform-flip\", \"utils-transform-origin\", \"utils-transform-rotate\", \"utils-transform-scale\", \"utils-transform-skew\", \"utils-transform-translate\", \"utils-typography-font-family\", \"utils-typography-font-size\", \"utils-typography-font-style\", \"utils-typography-font-weight\", \"utils-typography-letter-spacing\", \"utils-typography-line-height\", \"utils-typography-list-style\", \"utils-typography-text-align\", \"utils-typography-text-color\", \"utils-typography-text-decoration\", \"utils-typography-text-overflow\", \"utils-typography-text-transform\", \"utils-typography-vertical-align\", \"utils-typography-white-space\", \"typography\", \"draggable\", \"table\", \"icon\", \"chip\", \"messagebox\", \"input\", \"list\", \"listgroup\", \"overlay\", \"ripple\", \"virtual-scroller\", \"avatar\", \"badge\", \"color-preview\", \"loader\", \"skeleton\", \"tooltip\", \"time-marker\", \"button\", \"split-button\", \"menu-button\", \"textbox\", \"textarea\", \"checkbox\", \"listbox\", \"progressbar\", \"radio\", \"slider\", \"form\", \"validator\", \"floating-label\", \"calendar\", \"popup\", \"time-selector\", \"autocomplete\", \"captcha\", \"color-palette\", \"color-gradient\", \"color-editor\", \"color-picker\", \"combobox\", \"date-input\", \"date-picker\", \"time-picker\", \"date-time-picker\", \"date-range-picker\", \"dropdown-grid\", \"dropdown-list\", \"dropdown-tree\", \"masked-textbox\", \"multiselect\", \"numeric-textbox\", \"rating\", \"searchbox\", \"switch\", \"upload\", \"dropzone\", \"action-buttons\", \"appbar\", \"fab\", \"menu\", \"toolbar\", \"action-sheet\", \"dialog\", \"drawer\", \"notification\", \"popover\", \"responsive-panel\", \"window\", \"bottom-navigation\", \"breadcrumb\", \"pager\", \"stepper\", \"tabstrip\", \"treeview\", \"wizard\", \"card\", \"expander\", \"panel\", \"panelbar\", \"splitter\", \"tile-layout\", \"dock-manager\", \"chart-wizard\", \"grid\", \"listview\", \"spreadsheet\", \"pivotgrid\", \"treelist\", \"filter\", \"file-manager\", \"task-board\", \"editor\", \"image-editor\", \"gantt\", \"scheduler\", \"adaptive\", \"chat\", \"media-player\", \"timeline\", \"pdf-viewer\", \"scroller\", \"scrollview\", \"prompt\", \"dataviz\", \"map\", \"orgchart\", \"signature\""
754
754
  },
755
755
  "kendo-prefix": {
756
756
  "type": "String",
@@ -5391,6 +5391,14 @@
5391
5391
  "type": "String",
5392
5392
  "value": "cubic-bezier(0.25, 0.8, 0.25, 1)"
5393
5393
  },
5394
+ "kendo-slider-tick-h-image": {
5395
+ "type": "String",
5396
+ "value": "\"data:image/gif;base64,R0lGODlhtAABAIABALi4uAAAACH5BAEAAAEALAAAAAC0AAEAAAIWjIGJxqzazlux2ovlzND2rAHgSIZWAQA7\""
5397
+ },
5398
+ "kendo-slider-tick-v-image": {
5399
+ "type": "String",
5400
+ "value": "\"data:image/gif;base64,R0lGODlhAQC0AIABALi4uAAAACH5BAEAAAEALAAAAAABALQAAAIWjIGJxqzazlux2ovlzND2rAHgSIZWAQA7\""
5401
+ },
5394
5402
  "kendo-actionsheet-padding-x": {
5395
5403
  "type": "String",
5396
5404
  "value": "var(--kendo-spacing-0, 0px)"
@@ -3,7 +3,7 @@
3
3
  "name": "All",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "9.0.1-dev.0",
6
+ "version": "9.0.1-dev.2",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Fluent Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "9.0.1-dev.0",
6
+ "version": "9.0.1-dev.2",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Fluent Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "9.0.1-dev.0",
6
+ "version": "9.0.1-dev.2",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-fluent",
3
3
  "description": "A css variables based theme for Kendo UI that follows the Fluent design system guidelines.",
4
- "version": "9.0.1-dev.0",
4
+ "version": "9.0.1-dev.2",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -53,12 +53,12 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@progress/kendo-svg-icons": "3.0.0",
56
- "@progress/kendo-theme-core": "9.0.1-dev.0",
57
- "@progress/kendo-theme-utils": "9.0.1-dev.0"
56
+ "@progress/kendo-theme-core": "9.0.1-dev.2",
57
+ "@progress/kendo-theme-utils": "9.0.1-dev.2"
58
58
  },
59
59
  "directories": {
60
60
  "doc": "docs",
61
61
  "lib": "lib"
62
62
  },
63
- "gitHead": "5fa773253ab75c6ea25fd2a8e693ff62456d1c00"
63
+ "gitHead": "9a112b4828a2d760609c9a134b25bfb00eedd3fd"
64
64
  }
@@ -1,4 +1,4 @@
1
- @use "../core/" as *;
1
+ @use "../core/_index.scss" as *;
2
2
  @use "./_variables.scss" as *;
3
3
 
4
4
  @mixin kendo-action-buttons--theme() {
@@ -1,5 +1,5 @@
1
1
  @use "sass:map";
2
- @use "../core/" as *;
2
+ @use "../core/_index.scss" as *;
3
3
 
4
4
  /// Horizontal padding of the action buttons container.
5
5
  /// @group action-buttons