@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
package/dist/all.scss CHANGED
@@ -1,7 +1 @@
1
- // This file is auto-generated. Do not edit!
2
- // baka:source packages/fluent/scss/all.scss
3
-
4
- @use "index.scss" as kendo-theme;
5
-
6
- @include kendo-theme.config();
7
- @include kendo-theme.styles();
1
+ @use "../scss/all.scss";
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": "5.12.1-dev.0",
4
+ "version": "5.12.1-dev.2",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -40,15 +40,18 @@
40
40
  "scripts": {
41
41
  "build": "sass-build",
42
42
  "sass": "sass-build",
43
+ "docs": "node ../../scripts/sassdoc.js",
44
+ "predocs": "npm run resolve-variables",
45
+ "resolve-variables": "node ../../scripts/resolve-variables.js",
43
46
  "nuget-pack": "jq '.version' package.json | xargs nuget pack package.nuspec -Version",
44
47
  "nuget-push": "nuget push *.nupkg -ApiKey $NUGET_API_KEY -Source $NUGET_FEED -SkipDuplicate",
45
48
  "prepublishOnly": "node ../../scripts/themes-prepublish.js",
46
49
  "postpublish": "echo 'no postpublish for the Fluent theme'"
47
50
  },
48
51
  "dependencies": {
49
- "@progress/kendo-font-icons": "^0.6.0",
50
- "@progress/kendo-theme-core": "^5.12.1-dev.0",
51
- "@progress/kendo-theme-utils": "^5.12.1-dev.0"
52
+ "@progress/kendo-font-icons": "^1.0.0",
53
+ "@progress/kendo-theme-core": "^5.12.1-dev.2",
54
+ "@progress/kendo-theme-utils": "^5.12.1-dev.2"
52
55
  },
53
- "gitHead": "342125ccbda2aec05866a2bb2c5e6e0c6f64b2e3"
56
+ "gitHead": "14365a5e53996a453f9d6ad72894a3e4666e6ede"
54
57
  }
@@ -1,4 +1,4 @@
1
- @use "_variables.scss" as *;
1
+ @use "./_variables.scss" as *;
2
2
 
3
3
  @mixin kendo-action-buttons--layout() {
4
4
  .k-actions {
@@ -1,5 +1,5 @@
1
- @use "../core/mixins" as *;
2
- @use "_variables.scss" as *;
1
+ @use "../core/" as *;
2
+ @use "./_variables.scss" as *;
3
3
 
4
4
  @mixin kendo-action-buttons--theme() {
5
5
 
@@ -1,11 +1,12 @@
1
- @use "../core" as *;
1
+ @use "sass:map";
2
+ @use "../core/" as *;
2
3
 
3
4
  /// Horizontal padding of the action buttons container.
4
5
  /// @group action-buttons
5
- $kendo-actions-padding-x: map-get( $kendo-spacing, 3 ) !default;
6
+ $kendo-actions-padding-x: map.get( $kendo-spacing, 3 ) !default;
6
7
  /// Vertical padding of the action buttons container.
7
8
  /// @group action-buttons
8
- $kendo-actions-padding-y: map-get( $kendo-spacing, 3 ) !default;
9
+ $kendo-actions-padding-y: map.get( $kendo-spacing, 3 ) !default;
9
10
  /// Width of the border around the action buttons container.
10
11
  /// @group action-buttons
11
12
  $kendo-actions-border-width: 0px !default;
@@ -21,4 +22,4 @@ $kendo-actions-border: inherit !default;
21
22
 
22
23
  /// Spacing between the action buttons.
23
24
  /// @group button
24
- $kendo-actions-button-spacing: map-get( $kendo-spacing, 2 ) !default;
25
+ $kendo-actions-button-spacing: map.get( $kendo-spacing, 2 ) !default;
@@ -9,9 +9,9 @@ $_kendo-module-meta: (
9
9
 
10
10
 
11
11
  // Component
12
- @forward "_variables.scss";
13
- @use "_layout.scss" as *;
14
- @use "_theme.scss" as *;
12
+ @forward "./_variables.scss";
13
+ @use "./_layout.scss" as *;
14
+ @use "./_theme.scss" as *;
15
15
 
16
16
  // Register
17
17
  @use "../core/module-system/" as module;
@@ -1,5 +1,5 @@
1
- @use "_variables.scss" as *;
2
- @use "../core/mixins" as *;
1
+ @use "../core/" as *;
2
+ @use "./_variables.scss" as *;
3
3
 
4
4
  @mixin kendo-action-sheet--layout() {
5
5
  .k-actionsheet-container {
@@ -292,7 +292,7 @@
292
292
  .k-actionsheet-content,
293
293
  .k-actionsheet-footer {
294
294
  margin-inline: auto;
295
- width: unquote("min(100%, 360px)");
295
+ width: min(100%, 360px);
296
296
  }
297
297
 
298
298
  .k-list-container,
@@ -1,5 +1,5 @@
1
- @use "_variables.scss" as *;
2
- @use "../core/mixins" as *;
1
+ @use "../core/" as *;
2
+ @use "./_variables.scss" as *;
3
3
 
4
4
  @mixin kendo-action-sheet--theme() {
5
5
 
@@ -1,5 +1,5 @@
1
- @use "../core/color-system" as *;
2
- @use "../core/_variables.scss" as *;
1
+ @use "sass:map";
2
+ @use "../core/" as *;
3
3
 
4
4
  /// Horizontal padding of the action sheet.
5
5
  /// @group action-sheet
@@ -52,10 +52,10 @@ $kendo-actionsheet-shadow: var( --kendo-box-shadow-depth-4, none ) !default;
52
52
 
53
53
  /// Horizontal padding of the action sheet header.
54
54
  /// @group action-sheet
55
- $kendo-actionsheet-header-padding-x: map-get( $kendo-spacing, 4 ) !default;
55
+ $kendo-actionsheet-header-padding-x: map.get( $kendo-spacing, 4 ) !default;
56
56
  /// Vertical padding of the action sheet header.
57
57
  /// @group action-sheet
58
- $kendo-actionsheet-header-padding-y: map-get( $kendo-spacing, 2 ) !default;
58
+ $kendo-actionsheet-header-padding-y: map.get( $kendo-spacing, 2 ) !default;
59
59
  /// Border width of the action sheet header.
60
60
  /// @group action-sheet
61
61
  $kendo-actionsheet-header-border-width: 1px !default;
@@ -70,7 +70,7 @@ $kendo-actionsheet-header-font-family: inherit !default;
70
70
  $kendo-actionsheet-header-line-height: inherit !default;
71
71
  /// Spacing between the action sheet header groups.
72
72
  /// @group action-sheet
73
- $kendo-actionsheet-header-gap: map-get( $kendo-spacing, 4 ) !default;
73
+ $kendo-actionsheet-header-gap: map.get( $kendo-spacing, 4 ) !default;
74
74
 
75
75
 
76
76
  /// Background color of the action sheet header.
@@ -101,16 +101,16 @@ $kendo-actionsheet-subtitle-text: var( --kendo-subtle-text, inherit ) !default;
101
101
  $kendo-actionsheet-item-min-height: 40px !default;
102
102
  /// Horiozontal padding of the action sheet item.
103
103
  /// @group action-sheet
104
- $kendo-actionsheet-item-padding-x: map-get( $kendo-spacing, 4 ) !default;
104
+ $kendo-actionsheet-item-padding-x: map.get( $kendo-spacing, 4 ) !default;
105
105
  /// Vertical padding of the action sheet item.
106
106
  /// @group action-sheet
107
- $kendo-actionsheet-item-padding-y: map-get( $kendo-spacing, 2 ) !default;
107
+ $kendo-actionsheet-item-padding-y: map.get( $kendo-spacing, 2 ) !default;
108
108
  /// Border around the action sheet item.
109
109
  /// @group action-sheet
110
110
  $kendo-actionsheet-item-border-width: 1px !default;
111
111
  /// Spacing between the icon and the text in the action sheet item.
112
112
  /// @group action-sheet
113
- $kendo-actionsheet-item-spacing: map-get( $kendo-spacing, 2 ) !default;
113
+ $kendo-actionsheet-item-spacing: map.get( $kendo-spacing, 2 ) !default;
114
114
 
115
115
  /// Size of the action sheet item icon.
116
116
  /// @group action-sheet
@@ -187,7 +187,7 @@ $kendo-actionsheet-item-disabled-border: var( --kendo-disabled-border, inherit )
187
187
  $kendo-adaptive-actionsheet-header-border-width: 1px !default;
188
188
  /// Vertical padding of the adaptive action sheet titlebar.
189
189
  /// @group action-sheet
190
- $kendo-adaptive-actionsheet-header-padding-y: map-get( $kendo-spacing, 4 ) !default;
190
+ $kendo-adaptive-actionsheet-header-padding-y: map.get( $kendo-spacing, 4 ) !default;
191
191
  /// Horizontal padding of the adaptive action sheet titlebar.
192
192
  /// @group action-sheet
193
193
  $kendo-adaptive-actionsheet-header-padding-x: $kendo-adaptive-actionsheet-header-padding-y !default;
@@ -197,14 +197,14 @@ $kendo-adaptive-actionsheet-header-border: var( --kendo-component-border, initia
197
197
 
198
198
  /// Vertical padding of the adaptive action sheet content.
199
199
  /// @group action-sheet
200
- $kendo-adaptive-actionsheet-content-padding-y: map-get( $kendo-spacing, 2 ) !default;
200
+ $kendo-adaptive-actionsheet-content-padding-y: map.get( $kendo-spacing, 2 ) !default;
201
201
  /// Horizontal padding of the adaptive action sheet content.
202
202
  /// @group action-sheet
203
- $kendo-adaptive-actionsheet-content-padding-x: map-get( $kendo-spacing, 4 ) !default;
203
+ $kendo-adaptive-actionsheet-content-padding-x: map.get( $kendo-spacing, 4 ) !default;
204
204
 
205
205
  /// Vertical padding of the adaptive action sheet footer.
206
206
  /// @group action-sheet
207
- $kendo-adaptive-actionsheet-footer-padding-y: map-get( $kendo-spacing, 2 ) !default;
207
+ $kendo-adaptive-actionsheet-footer-padding-y: map.get( $kendo-spacing, 2 ) !default;
208
208
  /// Horizontal padding of the adaptive action sheet footer.
209
209
  /// @group action-sheet
210
- $kendo-adaptive-actionsheet-footer-padding-x: map-get( $kendo-spacing, 4 ) !default;
210
+ $kendo-adaptive-actionsheet-footer-padding-x: map.get( $kendo-spacing, 4 ) !default;
@@ -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;
@@ -1,8 +1,8 @@
1
- @use "../core/_variables.scss" as *;
2
- @use "../core/color-system/_variables.scss" as *;
1
+ @use "sass:map";
2
+ @use "../core/" as *;
3
3
  @use "../toolbar/_variables.scss" as *;
4
4
  @use "../listgroup/_variables.scss" as *;
5
- @use "_variables.scss" as *;
5
+ @use "./_variables.scss" as *;
6
6
 
7
7
  @mixin kendo-adaptive--layout() {
8
8
 
@@ -17,7 +17,7 @@
17
17
  display: block;
18
18
  position: relative;
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
  .k-pane {
23
23
  width: 100%;
@@ -46,7 +46,7 @@
46
46
  align-content: stretch;
47
47
  vertical-align: top;
48
48
  -webkit-touch-callout: none;
49
- -webkit-tap-highlight-color: $rgba-transparent;
49
+ -webkit-tap-highlight-color: $kendo-color-rgba-transparent;
50
50
  }
51
51
 
52
52
  .k-content {
@@ -116,14 +116,7 @@
116
116
  }
117
117
 
118
118
  .k-header a {
119
- -webkit-touch-callout: none;
120
-
121
- -webkit-user-select: none;
122
- -moz-user-select: none;
123
119
  user-select: none;
124
-
125
- -webkit-user-drag: none;
126
- -moz-user-drag: none;
127
120
  }
128
121
  }
129
122
 
@@ -173,7 +166,7 @@
173
166
  }
174
167
 
175
168
  .k-scheduler-toolbar {
176
- padding: $kendo-toolbar-padding-y $kendo-toolbar-padding-x;
169
+ padding: $kendo-toolbar-padding-y-md $kendo-toolbar-padding-x-md;
177
170
 
178
171
  > * {
179
172
  margin: 0;
@@ -198,10 +191,6 @@
198
191
  justify-content: space-evenly;
199
192
  gap: 0;
200
193
  }
201
- .k-m-date-format {}
202
- .k-y-date-format {
203
- font-size: 12px;
204
- }
205
194
  }
206
195
 
207
196
  .k-scheduler-views-wrapper {
@@ -212,7 +201,7 @@
212
201
  }
213
202
 
214
203
  .k-scheduler-footer {
215
- padding: $kendo-toolbar-padding-y $kendo-toolbar-padding-x;
204
+ padding: $kendo-toolbar-padding-y-md $kendo-toolbar-padding-x-md;
216
205
  display: flex;
217
206
  justify-content: space-between;
218
207
 
@@ -366,7 +355,7 @@
366
355
  .k-pane-wrapper {
367
356
 
368
357
  .k-appbar {
369
- padding: map-get( $kendo-spacing, 1 );
358
+ padding: map.get( $kendo-spacing, 1 );
370
359
  }
371
360
 
372
361
  .k-list-title,
@@ -388,15 +377,15 @@
388
377
  }
389
378
  }
390
379
  .k-listgroup + .k-listgroup {
391
- margin-top: map-get( $kendo-spacing, 4 );
380
+ margin-top: map.get( $kendo-spacing, 4 );
392
381
  }
393
382
 
394
383
  // Column menu
395
384
  .k-column-menu {
396
- padding: map-get( $kendo-spacing, 2 );
385
+ padding: map.get( $kendo-spacing, 2 );
397
386
  display: flex;
398
387
  flex-flow: column nowrap;
399
- gap: map-get( $kendo-spacing, 2 );
388
+ gap: map.get( $kendo-spacing, 2 );
400
389
 
401
390
  .k-filter-item .k-filterable * {
402
391
  pointer-events: none;
@@ -408,16 +397,16 @@
408
397
  }
409
398
 
410
399
  .k-listgroup {
411
- margin-inline: -#{map-get( $kendo-spacing, 2 )};
400
+ margin-inline: -#{map.get( $kendo-spacing, 2 )};
412
401
  }
413
402
  }
414
403
 
415
404
  // Filter menu
416
405
  .k-filter-menu {
417
- padding: map-get( $kendo-spacing, 2 );
406
+ padding: map.get( $kendo-spacing, 2 );
418
407
  display: flex;
419
408
  flex-flow: column nowrap;
420
- gap: map-get( $kendo-spacing, 2 );
409
+ gap: map.get( $kendo-spacing, 2 );
421
410
 
422
411
  .k-list-title {
423
412
  padding: 0;
@@ -437,7 +426,7 @@
437
426
  }
438
427
 
439
428
  .k-listgroup {
440
- margin-inline: -#{map-get( $kendo-spacing, 2 )};
429
+ margin-inline: -#{map.get( $kendo-spacing, 2 )};
441
430
  }
442
431
  }
443
432
 
@@ -1,5 +1,5 @@
1
- @use "../core/mixins" as *;
2
- @use "_variables.scss" as *;
1
+ @use "../core/" as *;
2
+ @use "./_variables.scss" as *;
3
3
 
4
4
  @mixin kendo-adaptive--theme() {
5
5
 
@@ -1,4 +1,4 @@
1
- @use "../core/color-system" as *;
1
+ @use "../core/" as *;
2
2
 
3
3
 
4
4
  // Adaptive
@@ -10,7 +10,7 @@ $kendo-adaptive-content-bg: var( --kendo-component-bg, inherit ) !default;
10
10
  $kendo-adaptive-content-text: var( --kendo-component-text, inherit ) !default;
11
11
 
12
12
  $kendo-adaptive-menu-bg: get-theme-color-var( primary-100 ) !default;
13
- $kendo-adaptive-menu-text: $white !default;
13
+ $kendo-adaptive-menu-text: $kendo-color-white !default;
14
14
 
15
15
  $kendo-adaptive-menu-clear-text: get-theme-color-var( primary-100 ) !default;
16
16
 
@@ -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;
package/scss/all.scss CHANGED
@@ -1,4 +1,4 @@
1
- @use "index.scss" as kendo-theme;
1
+ @use "./index.scss" as kendo-theme;
2
2
 
3
3
  @include kendo-theme.config();
4
4
  @include kendo-theme.styles();
@@ -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-appbar--layout() {
5
5
 
@@ -23,7 +23,7 @@
23
23
  align-items: center;
24
24
  overflow: hidden;
25
25
  -webkit-touch-callout: none;
26
- -webkit-tap-highlight-color: $rgba-transparent;
26
+ -webkit-tap-highlight-color: $kendo-color-rgba-transparent;
27
27
 
28
28
  *,
29
29
  *::before,
@@ -1,5 +1,6 @@
1
- @use "../core/color-system" 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-appbar--theme() {
5
6
 
@@ -22,9 +23,9 @@
22
23
  // AppBar theme colors
23
24
  @each $theme-color, $color-props in $kendo-appbar-theme-colors {
24
25
 
25
- $_text: map-get( $color-props, text );
26
- $_bg: map-get( $color-props, bg );
27
- $_border: map-get( $color-props, border );
26
+ $_text: map.get( $color-props, text );
27
+ $_bg: map.get( $color-props, bg );
28
+ $_border: map.get( $color-props, border );
28
29
 
29
30
  .k-appbar-#{$theme-color} {
30
31
  --kendo-appbar-text: var( --kendo-appbar-#{$theme-color}-text, #{$_text} );
@@ -1,6 +1,5 @@
1
1
  @use "sass:map";
2
- @use "../core/color-system" as *;
3
- @use "../core/variables" as *;
2
+ @use "../core/" as *;
4
3
 
5
4
  /// Background color of the appbar.
6
5
  /// @group appbar
@@ -20,10 +19,10 @@ $kendo-appbar-margin-y: 0 !default;
20
19
  $kendo-appbar-margin-x: 0 !default;
21
20
  /// Vertical padding of the appbar.
22
21
  /// @group appbar
23
- $kendo-appbar-padding-y: map-get( $kendo-spacing, 2 ) !default;
22
+ $kendo-appbar-padding-y: map.get( $kendo-spacing, 2 ) !default;
24
23
  /// Horizontal padding of the appbar.
25
24
  /// @group appbar
26
- $kendo-appbar-padding-x: map-get( $kendo-spacing, 2 ) !default;
25
+ $kendo-appbar-padding-x: map.get( $kendo-spacing, 2 ) !default;
27
26
  /// Width of the border around the appbar.
28
27
  /// @group appbar
29
28
  $kendo-appbar-border-width: 0px !default;
@@ -43,7 +42,7 @@ $kendo-appbar-line-height: var( --kendo-line-height, normal ) !default;
43
42
  $kendo-appbar-font-family: var( --kendo-font-family, inherit ) !default;
44
43
  /// Content spacing of the appbar.
45
44
  /// @group appbar
46
- $kendo-appbar-spacing: map-get( $kendo-spacing, 2 ) !default;
45
+ $kendo-appbar-spacing: map.get( $kendo-spacing, 2 ) !default;
47
46
 
48
47
  /// Theme variations for the appbar.
49
48
  $kendo-appbar-brand-colors: (
@@ -53,27 +52,27 @@ $kendo-appbar-brand-colors: (
53
52
  info: info,
54
53
  secondary: neutral,
55
54
  tertiary: tertiary,
56
- );
55
+ ) !default;
57
56
 
58
57
  // Matrix with appbar theme colors in the order: bg, color, border
59
58
  $_tc-appbar-matrix: (
60
- (normal: (100, $white, 100)),
61
- );
59
+ (normal: (100, $kendo-color-white, 100)),
60
+ ) !default;
62
61
 
63
62
  $_tc-appbar-warning-matrix: (
64
63
  (normal: (100, get-theme-color-var( neutral-160 ), 100)),
65
- );
64
+ ) !default;
66
65
 
67
66
  $_tc-appbar-dark-matrix: (
68
- (normal: (160, $white, 160)),
69
- );
67
+ (normal: (160, $kendo-color-white, 160)),
68
+ ) !default;
70
69
 
71
70
  $_tc-appbar-light-matrix: (
72
71
  (normal: (50, 160, 50)),
73
- );
72
+ ) !default;
74
73
 
75
74
  /// Theme colors map for the appbar variations.
76
- $kendo-appbar-theme-colors: ();
75
+ $kendo-appbar-theme-colors: () !default;
77
76
 
78
77
  @each $ui-states in $_tc-appbar-matrix {
79
78
  @each $brand-color, $palette in $kendo-appbar-brand-colors {
@@ -8,12 +8,12 @@ $_kendo-module-meta: (
8
8
 
9
9
 
10
10
  // Component
11
- @forward "_variables.scss";
12
- @use "_layout.scss" as *;
13
- @use "_theme.scss" as *;
11
+ @forward "./_variables.scss";
12
+ @use "./_layout.scss" as *;
13
+ @use "./_theme.scss" as *;
14
14
 
15
15
  // Register
16
- @use "../core/module-system" as module;
16
+ @use "../core/module-system/" as module;
17
17
  @include module.register($_kendo-module-meta... );
18
18
 
19
19
  // Expose
@@ -11,9 +11,9 @@ $_kendo-module-meta: (
11
11
  );
12
12
 
13
13
  // Component
14
- @forward "_variables.scss";
15
- @use "_layout.scss" as *;
16
- @use "_theme.scss" as *;
14
+ @forward "./_variables.scss";
15
+ @use "./_layout.scss" as *;
16
+ @use "./_theme.scss" as *;
17
17
 
18
18
  // Register
19
19
  @use "../core/module-system/" as module;
@@ -1,4 +1,4 @@
1
- @use "_variables.scss" as *;
1
+ @use "./_variables.scss" as *;
2
2
 
3
3
  @mixin kendo-avatar--layout() {
4
4
 
@@ -1,13 +1,14 @@
1
- @use "_variables.scss" as *;
1
+ @use "sass:map";
2
+ @use "./_variables.scss" as *;
2
3
 
3
4
  @mixin kendo-avatar--theme() {
4
5
 
5
6
  @each $fill-mode, $theme-colors in $kendo-avatar-theme-colors {
6
7
  @each $theme-color, $color-props in $theme-colors {
7
8
 
8
- $_text-color: map-get( $color-props, text );
9
- $_bg: map-get( $color-props, bg );
10
- $_border-color: map-get( $color-props, border );
9
+ $_text-color: map.get( $color-props, text );
10
+ $_bg: map.get( $color-props, bg );
11
+ $_border-color: map.get( $color-props, border );
11
12
 
12
13
  .k-avatar-#{$fill-mode}-#{$theme-color} {
13
14
  color: var( --kendo-avatar-#{$fill-mode}-#{$theme-color}-text, #{$_text-color} );
@@ -1,6 +1,5 @@
1
1
  @use "sass:map";
2
- @use "../core/color-system" as *;
3
- @use "../core/variables" as *;
2
+ @use "../core/" as *;
4
3
 
5
4
  /// Border width of the avatar.
6
5
  /// @group avatar
@@ -19,9 +18,9 @@ $kendo-avatar-line-height: var( --kendo-line-height, inherit ) !default;
19
18
  /// The sizes of the avatar.
20
19
  /// @group avatar
21
20
  $kendo-avatar-sizes: (
22
- sm: map-get( $kendo-spacing, 4 ),
23
- md: map-get( $kendo-spacing, 8 ),
24
- lg: map-get( $kendo-spacing, 16 )
21
+ sm: map.get( $kendo-spacing, 4 ),
22
+ md: map.get( $kendo-spacing, 8 ),
23
+ lg: map.get( $kendo-spacing, 16 )
25
24
  ) !default;
26
25
 
27
26
  // Theme variations for the avatar.
@@ -32,47 +31,47 @@ $kendo-avatar-brand-colors: (
32
31
  info: info,
33
32
  secondary: neutral,
34
33
  tertiary: tertiary,
35
- );
34
+ ) !default;
36
35
 
37
36
  // Matrix with avatar theme colors in the order: bg, color, border
38
37
  $_tc-avatar-matrix: (
39
38
  solid: (
40
- normal: (100, $white, 100)
39
+ normal: (100, $kendo-color-white, 100)
41
40
  ),
42
41
  outline: (
43
- normal: ($white, 100, 100)
42
+ normal: ($kendo-color-white, 100, 100)
44
43
  )
45
- );
44
+ ) !default;
46
45
 
47
46
  $_tc-avatar-warning-matrix: (
48
47
  solid: (
49
48
  normal: (100, get-theme-color-var( neutral-160 ), 100)
50
49
  ),
51
50
  outline: (
52
- normal: ($white, 100, 100)
51
+ normal: ($kendo-color-white, 100, 100)
53
52
  )
54
- );
53
+ ) !default;
55
54
 
56
55
  $_tc-avatar-dark-matrix: (
57
56
  solid: (
58
- normal: (160, $white, 160)
57
+ normal: (160, $kendo-color-white, 160)
59
58
  ),
60
59
  outline: (
61
- normal: ($white, 160, 160)
60
+ normal: ($kendo-color-white, 160, 160)
62
61
  )
63
- );
62
+ ) !default;
64
63
 
65
64
  $_tc-avatar-light-matrix: (
66
65
  solid: (
67
- normal: (50, $white, 50)
66
+ normal: (50, $kendo-color-white, 50)
68
67
  ),
69
68
  outline: (
70
- normal: ($white, 50, 50)
69
+ normal: ($kendo-color-white, 50, 50)
71
70
  )
72
- );
71
+ ) !default;
73
72
 
74
73
  /// Theme colors map for the avatar variations.
75
- $kendo-avatar-theme-colors: ();
74
+ $kendo-avatar-theme-colors: () !default;
76
75
 
77
76
  @each $fill-mode, $ui-states in $_tc-avatar-matrix {
78
77
  @each $brand-color, $palette in $kendo-avatar-brand-colors {
@@ -8,9 +8,9 @@ $_kendo-module-meta: (
8
8
 
9
9
 
10
10
  // Component
11
- @forward "_variables.scss";
12
- @use "_layout.scss" as *;
13
- @use "_theme.scss" as *;
11
+ @forward "./_variables.scss";
12
+ @use "./_layout.scss" as *;
13
+ @use "./_theme.scss" as *;
14
14
 
15
15
  // Register
16
16
  @use "../core/module-system/" as module;