@progress/kendo-theme-material 6.2.1-dev.8 → 6.3.0

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 (348) hide show
  1. package/dist/all.css +178 -104
  2. package/dist/all.scss +10184 -1054
  3. package/dist/meta/sassdoc-data.json +1168 -574
  4. package/dist/meta/sassdoc-raw-data.json +595 -320
  5. package/dist/meta/variables.json +81 -5
  6. package/lib/swatches/material-aqua-dark.json +1 -1
  7. package/lib/swatches/material-arctic.json +1 -1
  8. package/lib/swatches/material-burnt-teal.json +1 -1
  9. package/lib/swatches/material-dataviz-v4.json +1 -1
  10. package/lib/swatches/material-eggplant.json +1 -1
  11. package/lib/swatches/material-lime-dark.json +1 -1
  12. package/lib/swatches/material-lime.json +1 -1
  13. package/lib/swatches/material-main-dark.json +1 -1
  14. package/lib/swatches/material-main.json +1 -1
  15. package/lib/swatches/material-nova.json +1 -1
  16. package/lib/swatches/material-pacific-dark.json +1 -1
  17. package/lib/swatches/material-pacific.json +1 -1
  18. package/lib/swatches/material-sky-dark.json +1 -1
  19. package/lib/swatches/material-sky.json +1 -1
  20. package/lib/swatches/material-smoke.json +1 -1
  21. package/package.json +6 -6
  22. package/scss/_variables.scss +2 -0
  23. package/scss/action-buttons/_index.scss +18 -0
  24. package/scss/action-buttons/_layout.scss +6 -1
  25. package/scss/action-buttons/_theme.scss +5 -1
  26. package/scss/action-buttons/_variables.scss +3 -0
  27. package/scss/action-sheet/_index.scss +18 -0
  28. package/scss/action-sheet/_layout.scss +5 -0
  29. package/scss/action-sheet/_theme.scss +5 -0
  30. package/scss/adaptive/_index.scss +18 -0
  31. package/scss/adaptive/_layout.scss +5 -0
  32. package/scss/adaptive/_theme.scss +5 -0
  33. package/scss/all.scss +6 -0
  34. package/scss/appbar/_index.scss +18 -0
  35. package/scss/appbar/_layout.scss +5 -0
  36. package/scss/appbar/_theme.scss +4 -0
  37. package/scss/autocomplete/_index.scss +18 -0
  38. package/scss/autocomplete/_layout.scss +5 -0
  39. package/scss/autocomplete/_theme.scss +5 -0
  40. package/scss/avatar/_index.scss +18 -0
  41. package/scss/avatar/_layout.scss +5 -0
  42. package/scss/avatar/_theme.scss +5 -0
  43. package/scss/badge/_index.scss +18 -0
  44. package/scss/badge/_layout.scss +5 -0
  45. package/scss/badge/_theme.scss +5 -0
  46. package/scss/bottom-navigation/_index.scss +18 -0
  47. package/scss/bottom-navigation/_layout.scss +5 -0
  48. package/scss/bottom-navigation/_theme.scss +5 -0
  49. package/scss/breadcrumb/_index.scss +18 -0
  50. package/scss/breadcrumb/_layout.scss +5 -0
  51. package/scss/breadcrumb/_theme.scss +5 -0
  52. package/scss/button/_index.scss +18 -0
  53. package/scss/button/_layout.scss +4 -1
  54. package/scss/button/_theme.scss +4 -1
  55. package/scss/calendar/_index.scss +18 -0
  56. package/scss/calendar/_layout.scss +5 -1
  57. package/scss/calendar/_theme.scss +6 -1
  58. package/scss/captcha/_index.scss +18 -2
  59. package/scss/captcha/_layout.scss +5 -0
  60. package/scss/captcha/_theme.scss +5 -0
  61. package/scss/card/_index.scss +18 -0
  62. package/scss/card/_layout.scss +5 -0
  63. package/scss/card/_theme.scss +5 -0
  64. package/scss/chat/_index.scss +18 -0
  65. package/scss/chat/_layout.scss +5 -0
  66. package/scss/chat/_theme.scss +5 -0
  67. package/scss/checkbox/_index.scss +18 -0
  68. package/scss/checkbox/_layout.scss +5 -0
  69. package/scss/checkbox/_theme.scss +4 -1
  70. package/scss/chip/_index.scss +18 -0
  71. package/scss/chip/_layout.scss +5 -0
  72. package/scss/chip/_theme.scss +4 -1
  73. package/scss/color-preview/_index.scss +18 -2
  74. package/scss/color-preview/_layout.scss +5 -0
  75. package/scss/color-preview/_theme.scss +5 -0
  76. package/scss/coloreditor/_index.scss +18 -0
  77. package/scss/coloreditor/_layout.scss +5 -0
  78. package/scss/coloreditor/_theme.scss +5 -0
  79. package/scss/colorgradient/_index.scss +18 -1
  80. package/scss/colorgradient/_layout.scss +5 -0
  81. package/scss/colorgradient/_theme.scss +5 -0
  82. package/scss/colorgradient/_variables.scss +3 -0
  83. package/scss/colorpalette/_index.scss +18 -0
  84. package/scss/colorpalette/_layout.scss +5 -0
  85. package/scss/colorpalette/_theme.scss +5 -0
  86. package/scss/colorpicker/_index.scss +18 -0
  87. package/scss/colorpicker/_layout.scss +5 -0
  88. package/scss/colorpicker/_theme.scss +5 -0
  89. package/scss/combobox/_index.scss +18 -0
  90. package/scss/combobox/_layout.scss +5 -0
  91. package/scss/combobox/_theme.scss +5 -0
  92. package/scss/dataviz/_index.scss +18 -0
  93. package/scss/dataviz/_layout.scss +5 -0
  94. package/scss/dataviz/_theme.scss +5 -0
  95. package/scss/dateinput/_index.scss +18 -0
  96. package/scss/dateinput/_layout.scss +5 -0
  97. package/scss/dateinput/_theme.scss +5 -0
  98. package/scss/datepicker/_index.scss +18 -0
  99. package/scss/datepicker/_layout.scss +5 -0
  100. package/scss/datepicker/_theme.scss +5 -0
  101. package/scss/daterangepicker/_index.scss +18 -2
  102. package/scss/daterangepicker/_layout.scss +5 -0
  103. package/scss/daterangepicker/_theme.scss +5 -0
  104. package/scss/datetimepicker/_index.scss +18 -0
  105. package/scss/datetimepicker/_layout.scss +5 -0
  106. package/scss/datetimepicker/_theme.scss +5 -0
  107. package/scss/dialog/_index.scss +18 -0
  108. package/scss/dialog/_layout.scss +5 -1
  109. package/scss/dialog/_theme.scss +7 -2
  110. package/scss/draggable/_index.scss +18 -0
  111. package/scss/draggable/_layout.scss +5 -0
  112. package/scss/draggable/_theme.scss +5 -0
  113. package/scss/drawer/_index.scss +18 -0
  114. package/scss/drawer/_layout.scss +5 -0
  115. package/scss/drawer/_theme.scss +4 -1
  116. package/scss/dropdowngrid/_index.scss +18 -0
  117. package/scss/dropdowngrid/_layout.scss +5 -0
  118. package/scss/dropdowngrid/_theme.scss +5 -0
  119. package/scss/dropdownlist/_index.scss +18 -0
  120. package/scss/dropdownlist/_layout.scss +5 -0
  121. package/scss/dropdownlist/_theme.scss +5 -0
  122. package/scss/dropdowntree/_index.scss +18 -0
  123. package/scss/dropdowntree/_layout.scss +5 -0
  124. package/scss/dropdowntree/_theme.scss +5 -0
  125. package/scss/dropzone/_index.scss +18 -0
  126. package/scss/dropzone/_layout.scss +5 -0
  127. package/scss/dropzone/_theme.scss +5 -0
  128. package/scss/editor/_index.scss +18 -0
  129. package/scss/editor/_layout.scss +4 -1
  130. package/scss/editor/_theme.scss +5 -0
  131. package/scss/expansion-panel/_index.scss +18 -0
  132. package/scss/expansion-panel/_layout.scss +5 -0
  133. package/scss/expansion-panel/_theme.scss +5 -0
  134. package/scss/fab/_index.scss +18 -0
  135. package/scss/fab/_layout.scss +4 -1
  136. package/scss/fab/_theme.scss +5 -1
  137. package/scss/fab/_variables.scss +17 -0
  138. package/scss/filemanager/_index.scss +18 -0
  139. package/scss/filemanager/_layout.scss +5 -0
  140. package/scss/filemanager/_theme.scss +5 -0
  141. package/scss/filter/_index.scss +18 -0
  142. package/scss/filter/_layout.scss +5 -0
  143. package/scss/filter/_theme.scss +5 -0
  144. package/scss/floating-label/_index.scss +18 -0
  145. package/scss/floating-label/_layout.scss +2 -1
  146. package/scss/floating-label/_theme.scss +3 -1
  147. package/scss/forms/_index.scss +18 -0
  148. package/scss/forms/_layout.scss +4 -1
  149. package/scss/forms/_theme.scss +5 -0
  150. package/scss/gantt/_index.scss +18 -0
  151. package/scss/gantt/_layout.scss +4 -1
  152. package/scss/gantt/_theme.scss +3 -1
  153. package/scss/grid/_index.scss +20 -0
  154. package/scss/grid/_layout.scss +7 -1
  155. package/scss/grid/_theme.scss +6 -1
  156. package/scss/grid/_variables.scss +47 -2
  157. package/scss/icons/_index.scss +19 -4
  158. package/scss/icons/_layout.scss +5 -0
  159. package/scss/icons/_theme.scss +6 -0
  160. package/scss/icons/_variables.scss +0 -0
  161. package/scss/imageeditor/_index.scss +18 -0
  162. package/scss/imageeditor/_layout.scss +5 -0
  163. package/scss/imageeditor/_theme.scss +5 -0
  164. package/scss/index.scss +171 -1
  165. package/scss/input/_index.scss +18 -0
  166. package/scss/input/_layout.scss +4 -1
  167. package/scss/input/_theme.scss +5 -0
  168. package/scss/list/_index.scss +18 -0
  169. package/scss/list/_layout.scss +5 -0
  170. package/scss/list/_theme.scss +5 -0
  171. package/scss/listbox/_index.scss +18 -0
  172. package/scss/listbox/_layout.scss +4 -1
  173. package/scss/listbox/_theme.scss +5 -0
  174. package/scss/listgroup/_index.scss +18 -0
  175. package/scss/listgroup/_layout.scss +5 -0
  176. package/scss/listgroup/_theme.scss +5 -0
  177. package/scss/listview/_index.scss +18 -0
  178. package/scss/listview/_layout.scss +5 -0
  179. package/scss/listview/_theme.scss +4 -1
  180. package/scss/loader/_index.scss +18 -0
  181. package/scss/loader/_layout.scss +5 -0
  182. package/scss/loader/_theme.scss +5 -0
  183. package/scss/map/_index.scss +18 -1
  184. package/scss/map/_layout.scss +5 -0
  185. package/scss/map/_theme.scss +5 -0
  186. package/scss/map/_variables.scss +3 -0
  187. package/scss/maskedtextbox/_index.scss +18 -0
  188. package/scss/maskedtextbox/_layout.scss +5 -0
  189. package/scss/maskedtextbox/_theme.scss +5 -0
  190. package/scss/mediaplayer/_index.scss +18 -0
  191. package/scss/mediaplayer/_layout.scss +5 -0
  192. package/scss/mediaplayer/_theme.scss +5 -0
  193. package/scss/menu/_index.scss +18 -0
  194. package/scss/menu/_layout.scss +6 -1
  195. package/scss/menu/_theme.scss +4 -1
  196. package/scss/menu-button/_index.scss +18 -0
  197. package/scss/menu-button/_layout.scss +5 -0
  198. package/scss/menu-button/_theme.scss +5 -0
  199. package/scss/messagebox/_index.scss +18 -0
  200. package/scss/messagebox/_layout.scss +5 -0
  201. package/scss/messagebox/_theme.scss +5 -0
  202. package/scss/multiselect/_index.scss +18 -0
  203. package/scss/multiselect/_layout.scss +5 -0
  204. package/scss/multiselect/_theme.scss +5 -0
  205. package/scss/notification/_index.scss +18 -0
  206. package/scss/notification/_layout.scss +5 -0
  207. package/scss/notification/_theme.scss +5 -0
  208. package/scss/numerictextbox/_index.scss +18 -0
  209. package/scss/numerictextbox/_layout.scss +5 -0
  210. package/scss/numerictextbox/_theme.scss +5 -0
  211. package/scss/orgchart/_index.scss +18 -0
  212. package/scss/orgchart/_layout.scss +5 -0
  213. package/scss/orgchart/_theme.scss +5 -0
  214. package/scss/overlay/_index.scss +18 -0
  215. package/scss/overlay/_layout.scss +5 -0
  216. package/scss/overlay/_theme.scss +5 -0
  217. package/scss/pager/_index.scss +18 -0
  218. package/scss/pager/_layout.scss +5 -1
  219. package/scss/pager/_theme.scss +4 -0
  220. package/scss/panelbar/_index.scss +18 -0
  221. package/scss/panelbar/_layout.scss +5 -0
  222. package/scss/panelbar/_theme.scss +5 -0
  223. package/scss/pdf-viewer/_index.scss +18 -0
  224. package/scss/pdf-viewer/_layout.scss +5 -0
  225. package/scss/pdf-viewer/_theme.scss +5 -0
  226. package/scss/pivotgrid/_index.scss +18 -0
  227. package/scss/pivotgrid/_layout.scss +4 -1
  228. package/scss/pivotgrid/_theme.scss +4 -1
  229. package/scss/popover/_index.scss +18 -0
  230. package/scss/popover/_layout.scss +5 -0
  231. package/scss/popover/_theme.scss +5 -0
  232. package/scss/popup/_index.scss +18 -0
  233. package/scss/popup/_layout.scss +5 -0
  234. package/scss/popup/_theme.scss +5 -0
  235. package/scss/progressbar/_index.scss +18 -0
  236. package/scss/progressbar/_layout.scss +5 -1
  237. package/scss/progressbar/_theme.scss +10 -6
  238. package/scss/radio/_index.scss +18 -0
  239. package/scss/radio/_layout.scss +4 -1
  240. package/scss/radio/_theme.scss +4 -1
  241. package/scss/rating/_index.scss +18 -0
  242. package/scss/rating/_layout.scss +5 -0
  243. package/scss/rating/_theme.scss +5 -0
  244. package/scss/responsivepanel/_index.scss +18 -0
  245. package/scss/responsivepanel/_layout.scss +5 -0
  246. package/scss/responsivepanel/_theme.scss +5 -0
  247. package/scss/ripple/_index.scss +18 -0
  248. package/scss/ripple/_layout.scss +5 -0
  249. package/scss/ripple/_theme.scss +5 -0
  250. package/scss/scheduler/_index.scss +18 -0
  251. package/scss/scheduler/_layout.scss +4 -14
  252. package/scss/scheduler/_theme.scss +4 -8
  253. package/scss/scroller/_index.scss +18 -0
  254. package/scss/scroller/_layout.scss +5 -0
  255. package/scss/scroller/_theme.scss +5 -0
  256. package/scss/scrollview/_index.scss +18 -0
  257. package/scss/scrollview/_layout.scss +5 -0
  258. package/scss/scrollview/_theme.scss +5 -0
  259. package/scss/searchbox/_index.scss +18 -0
  260. package/scss/searchbox/_layout.scss +5 -0
  261. package/scss/searchbox/_theme.scss +5 -0
  262. package/scss/signature/_index.scss +18 -0
  263. package/scss/signature/_layout.scss +5 -0
  264. package/scss/signature/_theme.scss +5 -0
  265. package/scss/skeleton/_index.scss +18 -0
  266. package/scss/skeleton/_layout.scss +5 -0
  267. package/scss/skeleton/_theme.scss +5 -0
  268. package/scss/slider/_index.scss +18 -2
  269. package/scss/slider/_layout.scss +6 -1
  270. package/scss/slider/_theme.scss +5 -1
  271. package/scss/slider/_variables.scss +4 -0
  272. package/scss/split-button/_index.scss +18 -0
  273. package/scss/split-button/_layout.scss +5 -0
  274. package/scss/split-button/_theme.scss +5 -0
  275. package/scss/splitter/_index.scss +18 -0
  276. package/scss/splitter/_layout.scss +5 -0
  277. package/scss/splitter/_theme.scss +5 -0
  278. package/scss/spreadsheet/_index.scss +18 -1
  279. package/scss/spreadsheet/_layout.scss +3 -1
  280. package/scss/spreadsheet/_theme.scss +4 -25
  281. package/scss/spreadsheet/_variables.scss +3 -0
  282. package/scss/stepper/_index.scss +18 -0
  283. package/scss/stepper/_layout.scss +4 -1
  284. package/scss/stepper/_theme.scss +5 -0
  285. package/scss/switch/_index.scss +18 -0
  286. package/scss/switch/_layout.scss +4 -1
  287. package/scss/switch/_theme.scss +4 -1
  288. package/scss/table/_index.scss +18 -0
  289. package/scss/table/_layout.scss +5 -0
  290. package/scss/table/_theme.scss +4 -1
  291. package/scss/tabstrip/_index.scss +18 -0
  292. package/scss/tabstrip/_layout.scss +4 -1
  293. package/scss/tabstrip/_theme.scss +5 -0
  294. package/scss/taskboard/_index.scss +18 -0
  295. package/scss/taskboard/_layout.scss +5 -0
  296. package/scss/taskboard/_theme.scss +5 -0
  297. package/scss/textarea/_index.scss +18 -0
  298. package/scss/textarea/_layout.scss +5 -0
  299. package/scss/textarea/_theme.scss +5 -0
  300. package/scss/textbox/_index.scss +18 -0
  301. package/scss/textbox/_layout.scss +5 -0
  302. package/scss/textbox/_theme.scss +5 -0
  303. package/scss/tilelayout/_index.scss +18 -0
  304. package/scss/tilelayout/_layout.scss +5 -0
  305. package/scss/tilelayout/_theme.scss +5 -0
  306. package/scss/timedurationpicker/_index.scss +18 -0
  307. package/scss/timedurationpicker/_layout.scss +5 -0
  308. package/scss/timedurationpicker/_theme.scss +5 -0
  309. package/scss/timeline/_index.scss +18 -0
  310. package/scss/timeline/_layout.scss +6 -1
  311. package/scss/timeline/_theme.scss +4 -0
  312. package/scss/timepicker/_index.scss +18 -0
  313. package/scss/timepicker/_layout.scss +5 -0
  314. package/scss/timepicker/_theme.scss +4 -0
  315. package/scss/timeselector/_index.scss +18 -0
  316. package/scss/timeselector/_layout.scss +5 -0
  317. package/scss/timeselector/_theme.scss +4 -1
  318. package/scss/toolbar/_index.scss +18 -0
  319. package/scss/toolbar/_layout.scss +4 -10
  320. package/scss/toolbar/_theme.scss +4 -1
  321. package/scss/tooltip/_index.scss +18 -0
  322. package/scss/tooltip/_layout.scss +5 -0
  323. package/scss/tooltip/_theme.scss +5 -0
  324. package/scss/treelist/_index.scss +18 -0
  325. package/scss/treelist/_layout.scss +6 -1
  326. package/scss/treelist/_theme.scss +5 -1
  327. package/scss/treeview/_index.scss +18 -0
  328. package/scss/treeview/_layout.scss +5 -0
  329. package/scss/treeview/_theme.scss +4 -1
  330. package/scss/typography/_index.scss +18 -0
  331. package/scss/typography/_layout.scss +5 -0
  332. package/scss/typography/_theme.scss +5 -0
  333. package/scss/upload/_index.scss +18 -0
  334. package/scss/upload/_layout.scss +5 -0
  335. package/scss/upload/_theme.scss +5 -1
  336. package/scss/utils/_index.scss +14 -2
  337. package/scss/validator/_index.scss +18 -0
  338. package/scss/validator/_layout.scss +5 -0
  339. package/scss/validator/_theme.scss +5 -0
  340. package/scss/virtual-scroller/_index.scss +18 -0
  341. package/scss/virtual-scroller/_layout.scss +5 -0
  342. package/scss/virtual-scroller/_theme.scss +5 -0
  343. package/scss/window/_index.scss +18 -0
  344. package/scss/window/_layout.scss +5 -0
  345. package/scss/window/_theme.scss +5 -0
  346. package/scss/wizard/_index.scss +18 -0
  347. package/scss/wizard/_layout.scss +5 -0
  348. package/scss/wizard/_theme.scss +5 -0
@@ -4277,8 +4277,8 @@
4277
4277
  {
4278
4278
  "description": "The color that focuses the user attention.\nUsed for primary buttons and for elements of primary importance across the theme.\n",
4279
4279
  "commentRange": {
4280
- "start": 153,
4281
- "end": 156
4280
+ "start": 155,
4281
+ "end": 158
4282
4282
  },
4283
4283
  "context": {
4284
4284
  "type": "variable",
@@ -4286,8 +4286,8 @@
4286
4286
  "value": "material-color( $primary-palette, main )",
4287
4287
  "scope": "default",
4288
4288
  "line": {
4289
- "start": 157,
4290
- "end": 157
4289
+ "start": 159,
4290
+ "end": 159
4291
4291
  }
4292
4292
  },
4293
4293
  "group": [
@@ -4303,8 +4303,8 @@
4303
4303
  {
4304
4304
  "description": "The color used along with the primary color denoted by $kendo-color-primary.\nUsed to provide contrast between the background and foreground colors.\n",
4305
4305
  "commentRange": {
4306
- "start": 161,
4307
- "end": 164
4306
+ "start": 163,
4307
+ "end": 166
4308
4308
  },
4309
4309
  "context": {
4310
4310
  "type": "variable",
@@ -4312,8 +4312,8 @@
4312
4312
  "value": "material-color( $primary-palette, main-contrast )",
4313
4313
  "scope": "default",
4314
4314
  "line": {
4315
- "start": 165,
4316
- "end": 165
4315
+ "start": 167,
4316
+ "end": 167
4317
4317
  }
4318
4318
  },
4319
4319
  "group": [
@@ -4329,8 +4329,8 @@
4329
4329
  {
4330
4330
  "description": "The secondary color of the theme.\n",
4331
4331
  "commentRange": {
4332
- "start": 167,
4333
- "end": 169
4332
+ "start": 169,
4333
+ "end": 171
4334
4334
  },
4335
4335
  "context": {
4336
4336
  "type": "variable",
@@ -4338,8 +4338,8 @@
4338
4338
  "value": "material-color( $secondary-palette, main )",
4339
4339
  "scope": "default",
4340
4340
  "line": {
4341
- "start": 170,
4342
- "end": 170
4341
+ "start": 172,
4342
+ "end": 172
4343
4343
  }
4344
4344
  },
4345
4345
  "group": [
@@ -4355,8 +4355,8 @@
4355
4355
  {
4356
4356
  "description": "The color used along with the secondary color denoted by $kendo-color-secondary.\nUsed to provide contrast between the background and foreground colors.\n",
4357
4357
  "commentRange": {
4358
- "start": 174,
4359
- "end": 177
4358
+ "start": 176,
4359
+ "end": 179
4360
4360
  },
4361
4361
  "context": {
4362
4362
  "type": "variable",
@@ -4364,8 +4364,8 @@
4364
4364
  "value": "material-color( $secondary-palette, main-contrast )",
4365
4365
  "scope": "default",
4366
4366
  "line": {
4367
- "start": 178,
4368
- "end": 178
4367
+ "start": 180,
4368
+ "end": 180
4369
4369
  }
4370
4370
  },
4371
4371
  "group": [
@@ -4381,8 +4381,8 @@
4381
4381
  {
4382
4382
  "description": "The tertiary color of the theme.\n",
4383
4383
  "commentRange": {
4384
- "start": 180,
4385
- "end": 182
4384
+ "start": 182,
4385
+ "end": 184
4386
4386
  },
4387
4387
  "context": {
4388
4388
  "type": "variable",
@@ -4390,8 +4390,8 @@
4390
4390
  "value": "material-color($tertiary-palette, main)",
4391
4391
  "scope": "default",
4392
4392
  "line": {
4393
- "start": 183,
4394
- "end": 183
4393
+ "start": 185,
4394
+ "end": 185
4395
4395
  }
4396
4396
  },
4397
4397
  "group": [
@@ -4407,8 +4407,8 @@
4407
4407
  {
4408
4408
  "description": "The color used along with the tertiary color denoted by $kendo-color-tertiary.\nUsed to provide contrast between the background and foreground colors.\n",
4409
4409
  "commentRange": {
4410
- "start": 187,
4411
- "end": 190
4410
+ "start": 189,
4411
+ "end": 192
4412
4412
  },
4413
4413
  "context": {
4414
4414
  "type": "variable",
@@ -4416,8 +4416,8 @@
4416
4416
  "value": "material-color($tertiary-palette, main-contrast)",
4417
4417
  "scope": "default",
4418
4418
  "line": {
4419
- "start": 191,
4420
- "end": 191
4419
+ "start": 193,
4420
+ "end": 193
4421
4421
  }
4422
4422
  },
4423
4423
  "group": [
@@ -4433,8 +4433,8 @@
4433
4433
  {
4434
4434
  "description": "The color for informational messages and states.\n",
4435
4435
  "commentRange": {
4436
- "start": 193,
4437
- "end": 195
4436
+ "start": 195,
4437
+ "end": 197
4438
4438
  },
4439
4439
  "context": {
4440
4440
  "type": "variable",
@@ -4442,8 +4442,8 @@
4442
4442
  "value": "#0058e9",
4443
4443
  "scope": "default",
4444
4444
  "line": {
4445
- "start": 196,
4446
- "end": 196
4445
+ "start": 198,
4446
+ "end": 198
4447
4447
  }
4448
4448
  },
4449
4449
  "group": [
@@ -4459,8 +4459,8 @@
4459
4459
  {
4460
4460
  "description": "The color for success messages and states.\n",
4461
4461
  "commentRange": {
4462
- "start": 200,
4463
- "end": 202
4462
+ "start": 202,
4463
+ "end": 204
4464
4464
  },
4465
4465
  "context": {
4466
4466
  "type": "variable",
@@ -4468,8 +4468,8 @@
4468
4468
  "value": "#37b400",
4469
4469
  "scope": "default",
4470
4470
  "line": {
4471
- "start": 203,
4472
- "end": 203
4471
+ "start": 205,
4472
+ "end": 205
4473
4473
  }
4474
4474
  },
4475
4475
  "group": [
@@ -4485,8 +4485,8 @@
4485
4485
  {
4486
4486
  "description": "The color for warning messages and states.\n",
4487
4487
  "commentRange": {
4488
- "start": 207,
4489
- "end": 209
4488
+ "start": 209,
4489
+ "end": 211
4490
4490
  },
4491
4491
  "context": {
4492
4492
  "type": "variable",
@@ -4494,8 +4494,8 @@
4494
4494
  "value": "#ffc000",
4495
4495
  "scope": "default",
4496
4496
  "line": {
4497
- "start": 210,
4498
- "end": 210
4497
+ "start": 212,
4498
+ "end": 212
4499
4499
  }
4500
4500
  },
4501
4501
  "group": [
@@ -4511,8 +4511,8 @@
4511
4511
  {
4512
4512
  "description": "The color for error messages and states.\n",
4513
4513
  "commentRange": {
4514
- "start": 214,
4515
- "end": 216
4514
+ "start": 216,
4515
+ "end": 218
4516
4516
  },
4517
4517
  "context": {
4518
4518
  "type": "variable",
@@ -4520,8 +4520,8 @@
4520
4520
  "value": "#f31700",
4521
4521
  "scope": "default",
4522
4522
  "line": {
4523
- "start": 217,
4524
- "end": 217
4523
+ "start": 219,
4524
+ "end": 219
4525
4525
  }
4526
4526
  },
4527
4527
  "group": [
@@ -4537,8 +4537,8 @@
4537
4537
  {
4538
4538
  "description": "The dark color of the theme.\n",
4539
4539
  "commentRange": {
4540
- "start": 221,
4541
- "end": 223
4540
+ "start": 223,
4541
+ "end": 225
4542
4542
  },
4543
4543
  "context": {
4544
4544
  "type": "variable",
@@ -4546,8 +4546,8 @@
4546
4546
  "value": "get-base-hue( gray, 800 )",
4547
4547
  "scope": "default",
4548
4548
  "line": {
4549
- "start": 224,
4550
- "end": 224
4549
+ "start": 226,
4550
+ "end": 226
4551
4551
  }
4552
4552
  },
4553
4553
  "group": [
@@ -4563,8 +4563,8 @@
4563
4563
  {
4564
4564
  "description": "The light color of the theme.\n",
4565
4565
  "commentRange": {
4566
- "start": 226,
4567
- "end": 228
4566
+ "start": 228,
4567
+ "end": 230
4568
4568
  },
4569
4569
  "context": {
4570
4570
  "type": "variable",
@@ -4572,8 +4572,8 @@
4572
4572
  "value": "get-base-hue( gray, 100 )",
4573
4573
  "scope": "default",
4574
4574
  "line": {
4575
- "start": 229,
4576
- "end": 229
4575
+ "start": 231,
4576
+ "end": 231
4577
4577
  }
4578
4578
  },
4579
4579
  "group": [
@@ -4589,8 +4589,8 @@
4589
4589
  {
4590
4590
  "description": "Inverse color of the theme. Depending on the theme luminance dark or light, it will be light or dark\n",
4591
4591
  "commentRange": {
4592
- "start": 231,
4593
- "end": 232
4592
+ "start": 233,
4593
+ "end": 234
4594
4594
  },
4595
4595
  "context": {
4596
4596
  "type": "variable",
@@ -4598,8 +4598,8 @@
4598
4598
  "value": "if( $kendo-is-dark-theme, $kendo-color-light, $kendo-color-dark )",
4599
4599
  "scope": "default",
4600
4600
  "line": {
4601
- "start": 233,
4602
- "end": 233
4601
+ "start": 235,
4602
+ "end": 235
4603
4603
  }
4604
4604
  },
4605
4605
  "group": [
@@ -4614,8 +4614,8 @@
4614
4614
  {
4615
4615
  "description": "Background color of a component.\nNote: do not use this variable directly. Instead derive it as `$component-name-bg` e.g. `$kendo-grid-bg: $kendo-component-bg !default;`.\n",
4616
4616
  "commentRange": {
4617
- "start": 325,
4618
- "end": 327
4617
+ "start": 327,
4618
+ "end": 329
4619
4619
  },
4620
4620
  "context": {
4621
4621
  "type": "variable",
@@ -4623,8 +4623,8 @@
4623
4623
  "value": "k-map-get( $theme, component-bg )",
4624
4624
  "scope": "default",
4625
4625
  "line": {
4626
- "start": 328,
4627
- "end": 328
4626
+ "start": 330,
4627
+ "end": 330
4628
4628
  }
4629
4629
  },
4630
4630
  "group": [
@@ -4639,8 +4639,8 @@
4639
4639
  {
4640
4640
  "description": "Text color of a component.\nNote: do not use this variable directly. Instead derive it as `$component-name-text` e.g. `$kendo-grid-text: $kendo-component-text !default;`.\n",
4641
4641
  "commentRange": {
4642
- "start": 329,
4643
- "end": 331
4642
+ "start": 331,
4643
+ "end": 333
4644
4644
  },
4645
4645
  "context": {
4646
4646
  "type": "variable",
@@ -4648,8 +4648,8 @@
4648
4648
  "value": "k-map-get( $theme, component-text )",
4649
4649
  "scope": "default",
4650
4650
  "line": {
4651
- "start": 332,
4652
- "end": 332
4651
+ "start": 334,
4652
+ "end": 334
4653
4653
  }
4654
4654
  },
4655
4655
  "group": [
@@ -4664,8 +4664,8 @@
4664
4664
  {
4665
4665
  "description": "Border color of a component.\nNote: do not use this variable directly. Instead derive it as `$component-name-border` e.g. `$kendo-grid-border: $kendo-component-border !default;`.\n",
4666
4666
  "commentRange": {
4667
- "start": 333,
4668
- "end": 335
4667
+ "start": 335,
4668
+ "end": 337
4669
4669
  },
4670
4670
  "context": {
4671
4671
  "type": "variable",
@@ -4673,8 +4673,8 @@
4673
4673
  "value": "k-map-get( $theme, component-border )",
4674
4674
  "scope": "default",
4675
4675
  "line": {
4676
- "start": 336,
4677
- "end": 336
4676
+ "start": 338,
4677
+ "end": 338
4678
4678
  }
4679
4679
  },
4680
4680
  "group": [
@@ -5337,19 +5337,44 @@
5337
5337
  }
5338
5338
  },
5339
5339
  {
5340
- "description": "The base shadow of the FAB.\n",
5340
+ "description": "Size map for the FAB.\n",
5341
5341
  "commentRange": {
5342
5342
  "start": 93,
5343
5343
  "end": 94
5344
5344
  },
5345
+ "context": {
5346
+ "type": "variable",
5347
+ "name": "kendo-fab-sizes",
5348
+ "value": "(\n sm: (\n padding-x: $kendo-fab-sm-padding-x,\n padding-y: $kendo-fab-sm-padding-y\n ),\n md: (\n padding-x: $kendo-fab-md-padding-x,\n padding-y: $kendo-fab-md-padding-y\n ),\n lg: (\n padding-x: $kendo-fab-lg-padding-x,\n padding-y: $kendo-fab-lg-padding-y\n )\n)",
5349
+ "scope": "default",
5350
+ "line": {
5351
+ "start": 95,
5352
+ "end": 108
5353
+ }
5354
+ },
5355
+ "group": [
5356
+ "floating-action-button"
5357
+ ],
5358
+ "access": "public",
5359
+ "file": {
5360
+ "path": "fab/_variables.scss",
5361
+ "name": "_variables.scss"
5362
+ }
5363
+ },
5364
+ {
5365
+ "description": "The base shadow of the FAB.\n",
5366
+ "commentRange": {
5367
+ "start": 110,
5368
+ "end": 111
5369
+ },
5345
5370
  "context": {
5346
5371
  "type": "variable",
5347
5372
  "name": "kendo-fab-shadow",
5348
5373
  "value": "0px 3px 5px -1px rgba( black, .2 ), 0px 6px 10px rgba( black, .14 ), 0px 1px 18px rgba( black, .12 )",
5349
5374
  "scope": "default",
5350
5375
  "line": {
5351
- "start": 95,
5352
- "end": 95
5376
+ "start": 112,
5377
+ "end": 112
5353
5378
  }
5354
5379
  },
5355
5380
  "group": [
@@ -5364,8 +5389,8 @@
5364
5389
  {
5365
5390
  "description": "The disabled shadow of the FAB.\n",
5366
5391
  "commentRange": {
5367
- "start": 96,
5368
- "end": 97
5392
+ "start": 113,
5393
+ "end": 114
5369
5394
  },
5370
5395
  "context": {
5371
5396
  "type": "variable",
@@ -5373,8 +5398,8 @@
5373
5398
  "value": "0px 3px 5px -1px k-try-tint( rgba( black, .2 ), .5 ), 0px 6px 10px k-try-tint( rgba( black, .14 ), .5 ), 0px 1px 18px k-try-tint( rgba( black, .12 ), .5 )",
5374
5399
  "scope": "default",
5375
5400
  "line": {
5376
- "start": 98,
5377
- "end": 98
5401
+ "start": 115,
5402
+ "end": 115
5378
5403
  }
5379
5404
  },
5380
5405
  "group": [
@@ -5389,8 +5414,8 @@
5389
5414
  {
5390
5415
  "description": "The active shadow of the FAB.\n",
5391
5416
  "commentRange": {
5392
- "start": 99,
5393
- "end": 100
5417
+ "start": 116,
5418
+ "end": 117
5394
5419
  },
5395
5420
  "context": {
5396
5421
  "type": "variable",
@@ -5398,8 +5423,8 @@
5398
5423
  "value": "0px 5px 5px -3px rgba( black, .2 ), 0px 8px 10px 1px rgba( black, .14 ), 0px 3px 14px 2px rgba( black, .12 )",
5399
5424
  "scope": "default",
5400
5425
  "line": {
5401
- "start": 101,
5402
- "end": 101
5426
+ "start": 118,
5427
+ "end": 118
5403
5428
  }
5404
5429
  },
5405
5430
  "group": [
@@ -5414,8 +5439,8 @@
5414
5439
  {
5415
5440
  "description": "The base text color of the FAB item.\n",
5416
5441
  "commentRange": {
5417
- "start": 103,
5418
- "end": 104
5442
+ "start": 120,
5443
+ "end": 121
5419
5444
  },
5420
5445
  "context": {
5421
5446
  "type": "variable",
@@ -5423,8 +5448,8 @@
5423
5448
  "value": "$kendo-component-text",
5424
5449
  "scope": "default",
5425
5450
  "line": {
5426
- "start": 105,
5427
- "end": 105
5451
+ "start": 122,
5452
+ "end": 122
5428
5453
  }
5429
5454
  },
5430
5455
  "group": [
@@ -5439,8 +5464,8 @@
5439
5464
  {
5440
5465
  "description": "The base background color of the FAB item.\n",
5441
5466
  "commentRange": {
5442
- "start": 106,
5443
- "end": 107
5467
+ "start": 123,
5468
+ "end": 124
5444
5469
  },
5445
5470
  "context": {
5446
5471
  "type": "variable",
@@ -5448,8 +5473,8 @@
5448
5473
  "value": "$kendo-component-bg",
5449
5474
  "scope": "default",
5450
5475
  "line": {
5451
- "start": 108,
5452
- "end": 108
5476
+ "start": 125,
5477
+ "end": 125
5453
5478
  }
5454
5479
  },
5455
5480
  "group": [
@@ -5464,8 +5489,8 @@
5464
5489
  {
5465
5490
  "description": "The base border color of the FAB item.\n",
5466
5491
  "commentRange": {
5467
- "start": 109,
5468
- "end": 110
5492
+ "start": 126,
5493
+ "end": 127
5469
5494
  },
5470
5495
  "context": {
5471
5496
  "type": "variable",
@@ -5473,8 +5498,8 @@
5473
5498
  "value": "$kendo-component-border",
5474
5499
  "scope": "default",
5475
5500
  "line": {
5476
- "start": 111,
5477
- "end": 111
5501
+ "start": 128,
5502
+ "end": 128
5478
5503
  }
5479
5504
  },
5480
5505
  "group": [
@@ -5489,8 +5514,8 @@
5489
5514
  {
5490
5515
  "description": "The base text color of the FAB item icon.\n",
5491
5516
  "commentRange": {
5492
- "start": 113,
5493
- "end": 114
5517
+ "start": 130,
5518
+ "end": 131
5494
5519
  },
5495
5520
  "context": {
5496
5521
  "type": "variable",
@@ -5498,8 +5523,8 @@
5498
5523
  "value": "$kendo-button-text",
5499
5524
  "scope": "default",
5500
5525
  "line": {
5501
- "start": 115,
5502
- "end": 115
5526
+ "start": 132,
5527
+ "end": 132
5503
5528
  }
5504
5529
  },
5505
5530
  "group": [
@@ -5514,8 +5539,8 @@
5514
5539
  {
5515
5540
  "description": "The base background color of the FAB item icon.\n",
5516
5541
  "commentRange": {
5517
- "start": 116,
5518
- "end": 117
5542
+ "start": 133,
5543
+ "end": 134
5519
5544
  },
5520
5545
  "context": {
5521
5546
  "type": "variable",
@@ -5523,8 +5548,8 @@
5523
5548
  "value": "$kendo-button-bg",
5524
5549
  "scope": "default",
5525
5550
  "line": {
5526
- "start": 118,
5527
- "end": 118
5551
+ "start": 135,
5552
+ "end": 135
5528
5553
  }
5529
5554
  },
5530
5555
  "group": [
@@ -5539,8 +5564,8 @@
5539
5564
  {
5540
5565
  "description": "The base border color of the FAB item icon.\n",
5541
5566
  "commentRange": {
5542
- "start": 119,
5543
- "end": 120
5567
+ "start": 136,
5568
+ "end": 137
5544
5569
  },
5545
5570
  "context": {
5546
5571
  "type": "variable",
@@ -5548,8 +5573,8 @@
5548
5573
  "value": "$kendo-button-border",
5549
5574
  "scope": "default",
5550
5575
  "line": {
5551
- "start": 121,
5552
- "end": 121
5576
+ "start": 138,
5577
+ "end": 138
5553
5578
  }
5554
5579
  },
5555
5580
  "group": [
@@ -5564,8 +5589,8 @@
5564
5589
  {
5565
5590
  "description": "The base shadow of the FAB item.\n",
5566
5591
  "commentRange": {
5567
- "start": 123,
5568
- "end": 124
5592
+ "start": 140,
5593
+ "end": 141
5569
5594
  },
5570
5595
  "context": {
5571
5596
  "type": "variable",
@@ -5573,8 +5598,8 @@
5573
5598
  "value": "$kendo-fab-shadow",
5574
5599
  "scope": "default",
5575
5600
  "line": {
5576
- "start": 125,
5577
- "end": 125
5601
+ "start": 142,
5602
+ "end": 142
5578
5603
  }
5579
5604
  },
5580
5605
  "group": [
@@ -5589,8 +5614,8 @@
5589
5614
  {
5590
5615
  "description": "The disabled shadow of the FAB item.\n",
5591
5616
  "commentRange": {
5592
- "start": 126,
5593
- "end": 127
5617
+ "start": 143,
5618
+ "end": 144
5594
5619
  },
5595
5620
  "context": {
5596
5621
  "type": "variable",
@@ -5598,8 +5623,8 @@
5598
5623
  "value": "$kendo-fab-disabled-shadow",
5599
5624
  "scope": "default",
5600
5625
  "line": {
5601
- "start": 128,
5602
- "end": 128
5626
+ "start": 145,
5627
+ "end": 145
5603
5628
  }
5604
5629
  },
5605
5630
  "group": [
@@ -5614,8 +5639,8 @@
5614
5639
  {
5615
5640
  "description": "The active shadow of the FAB item.\n",
5616
5641
  "commentRange": {
5617
- "start": 129,
5618
- "end": 130
5642
+ "start": 146,
5643
+ "end": 147
5619
5644
  },
5620
5645
  "context": {
5621
5646
  "type": "variable",
@@ -5623,8 +5648,8 @@
5623
5648
  "value": "$kendo-fab-active-shadow",
5624
5649
  "scope": "default",
5625
5650
  "line": {
5626
- "start": 131,
5627
- "end": 131
5651
+ "start": 148,
5652
+ "end": 148
5628
5653
  }
5629
5654
  },
5630
5655
  "group": [
@@ -5939,8 +5964,8 @@
5939
5964
  {
5940
5965
  "description": "Background color of the grid component\n",
5941
5966
  "commentRange": {
5942
- "start": 130,
5943
- "end": 131
5967
+ "start": 138,
5968
+ "end": 139
5944
5969
  },
5945
5970
  "context": {
5946
5971
  "type": "variable",
@@ -5948,8 +5973,8 @@
5948
5973
  "value": "$kendo-table-bg",
5949
5974
  "scope": "default",
5950
5975
  "line": {
5951
- "start": 132,
5952
- "end": 132
5976
+ "start": 140,
5977
+ "end": 140
5953
5978
  }
5954
5979
  },
5955
5980
  "group": [
@@ -5964,8 +5989,8 @@
5964
5989
  {
5965
5990
  "description": "Text color of the grid component\n",
5966
5991
  "commentRange": {
5967
- "start": 133,
5968
- "end": 134
5992
+ "start": 141,
5993
+ "end": 142
5969
5994
  },
5970
5995
  "context": {
5971
5996
  "type": "variable",
@@ -5973,8 +5998,8 @@
5973
5998
  "value": "$kendo-table-text",
5974
5999
  "scope": "default",
5975
6000
  "line": {
5976
- "start": 135,
5977
- "end": 135
6001
+ "start": 143,
6002
+ "end": 143
5978
6003
  }
5979
6004
  },
5980
6005
  "group": [
@@ -5989,8 +6014,8 @@
5989
6014
  {
5990
6015
  "description": "Border color of the grid component\n",
5991
6016
  "commentRange": {
5992
- "start": 136,
5993
- "end": 137
6017
+ "start": 144,
6018
+ "end": 145
5994
6019
  },
5995
6020
  "context": {
5996
6021
  "type": "variable",
@@ -5998,8 +6023,8 @@
5998
6023
  "value": "$kendo-table-border",
5999
6024
  "scope": "default",
6000
6025
  "line": {
6001
- "start": 138,
6002
- "end": 138
6026
+ "start": 146,
6027
+ "end": 146
6003
6028
  }
6004
6029
  },
6005
6030
  "group": [
@@ -6014,8 +6039,8 @@
6014
6039
  {
6015
6040
  "description": "Background color of grid header\n",
6016
6041
  "commentRange": {
6017
- "start": 140,
6018
- "end": 141
6042
+ "start": 148,
6043
+ "end": 149
6019
6044
  },
6020
6045
  "context": {
6021
6046
  "type": "variable",
@@ -6023,8 +6048,8 @@
6023
6048
  "value": "$kendo-table-header-bg",
6024
6049
  "scope": "default",
6025
6050
  "line": {
6026
- "start": 142,
6027
- "end": 142
6051
+ "start": 150,
6052
+ "end": 150
6028
6053
  }
6029
6054
  },
6030
6055
  "group": [
@@ -6039,8 +6064,8 @@
6039
6064
  {
6040
6065
  "description": "Background color of grid header\n",
6041
6066
  "commentRange": {
6042
- "start": 143,
6043
- "end": 144
6067
+ "start": 151,
6068
+ "end": 152
6044
6069
  },
6045
6070
  "context": {
6046
6071
  "type": "variable",
@@ -6048,8 +6073,8 @@
6048
6073
  "value": "$kendo-table-header-text",
6049
6074
  "scope": "default",
6050
6075
  "line": {
6051
- "start": 145,
6052
- "end": 145
6076
+ "start": 153,
6077
+ "end": 153
6053
6078
  }
6054
6079
  },
6055
6080
  "group": [
@@ -6064,8 +6089,8 @@
6064
6089
  {
6065
6090
  "description": "Border color of grid header\n",
6066
6091
  "commentRange": {
6067
- "start": 146,
6068
- "end": 147
6092
+ "start": 154,
6093
+ "end": 155
6069
6094
  },
6070
6095
  "context": {
6071
6096
  "type": "variable",
@@ -6073,8 +6098,8 @@
6073
6098
  "value": "$kendo-table-header-border",
6074
6099
  "scope": "default",
6075
6100
  "line": {
6076
- "start": 148,
6077
- "end": 148
6101
+ "start": 156,
6102
+ "end": 156
6078
6103
  }
6079
6104
  },
6080
6105
  "group": [
@@ -6089,8 +6114,8 @@
6089
6114
  {
6090
6115
  "description": "Background gradient of grid header\n",
6091
6116
  "commentRange": {
6092
- "start": 149,
6093
- "end": 150
6117
+ "start": 157,
6118
+ "end": 158
6094
6119
  },
6095
6120
  "context": {
6096
6121
  "type": "variable",
@@ -6098,8 +6123,8 @@
6098
6123
  "value": "null",
6099
6124
  "scope": "default",
6100
6125
  "line": {
6101
- "start": 151,
6102
- "end": 151
6126
+ "start": 159,
6127
+ "end": 159
6103
6128
  }
6104
6129
  },
6105
6130
  "group": [
@@ -6114,8 +6139,8 @@
6114
6139
  {
6115
6140
  "description": "Background color of grid footer\n",
6116
6141
  "commentRange": {
6117
- "start": 153,
6118
- "end": 154
6142
+ "start": 161,
6143
+ "end": 162
6119
6144
  },
6120
6145
  "context": {
6121
6146
  "type": "variable",
@@ -6123,8 +6148,258 @@
6123
6148
  "value": "$kendo-table-footer-bg",
6124
6149
  "scope": "default",
6125
6150
  "line": {
6126
- "start": 155,
6127
- "end": 155
6151
+ "start": 163,
6152
+ "end": 163
6153
+ }
6154
+ },
6155
+ "group": [
6156
+ "grid"
6157
+ ],
6158
+ "access": "public",
6159
+ "file": {
6160
+ "path": "grid/_variables.scss",
6161
+ "name": "_variables.scss"
6162
+ }
6163
+ },
6164
+ {
6165
+ "description": "Text color of grid footer\n",
6166
+ "commentRange": {
6167
+ "start": 164,
6168
+ "end": 165
6169
+ },
6170
+ "context": {
6171
+ "type": "variable",
6172
+ "name": "kendo-grid-footer-text",
6173
+ "value": "$kendo-table-footer-text",
6174
+ "scope": "default",
6175
+ "line": {
6176
+ "start": 166,
6177
+ "end": 166
6178
+ }
6179
+ },
6180
+ "group": [
6181
+ "grid"
6182
+ ],
6183
+ "access": "public",
6184
+ "file": {
6185
+ "path": "grid/_variables.scss",
6186
+ "name": "_variables.scss"
6187
+ }
6188
+ },
6189
+ {
6190
+ "description": "Border color of grid footer\n",
6191
+ "commentRange": {
6192
+ "start": 167,
6193
+ "end": 168
6194
+ },
6195
+ "context": {
6196
+ "type": "variable",
6197
+ "name": "kendo-grid-footer-border",
6198
+ "value": "$kendo-table-footer-border",
6199
+ "scope": "default",
6200
+ "line": {
6201
+ "start": 169,
6202
+ "end": 169
6203
+ }
6204
+ },
6205
+ "group": [
6206
+ "grid"
6207
+ ],
6208
+ "access": "public",
6209
+ "file": {
6210
+ "path": "grid/_variables.scss",
6211
+ "name": "_variables.scss"
6212
+ }
6213
+ },
6214
+ {
6215
+ "description": "Background color of alternating rows in grid\n",
6216
+ "commentRange": {
6217
+ "start": 172,
6218
+ "end": 173
6219
+ },
6220
+ "context": {
6221
+ "type": "variable",
6222
+ "name": "kendo-grid-alt-bg",
6223
+ "value": "$kendo-table-alt-row-bg",
6224
+ "scope": "default",
6225
+ "line": {
6226
+ "start": 174,
6227
+ "end": 174
6228
+ }
6229
+ },
6230
+ "group": [
6231
+ "grid"
6232
+ ],
6233
+ "access": "public",
6234
+ "file": {
6235
+ "path": "grid/_variables.scss",
6236
+ "name": "_variables.scss"
6237
+ }
6238
+ },
6239
+ {
6240
+ "description": "Text color of alternating rows in grid\n",
6241
+ "commentRange": {
6242
+ "start": 175,
6243
+ "end": 176
6244
+ },
6245
+ "context": {
6246
+ "type": "variable",
6247
+ "name": "kendo-grid-alt-text",
6248
+ "value": "$kendo-table-alt-row-text",
6249
+ "scope": "default",
6250
+ "line": {
6251
+ "start": 177,
6252
+ "end": 177
6253
+ }
6254
+ },
6255
+ "group": [
6256
+ "grid"
6257
+ ],
6258
+ "access": "public",
6259
+ "file": {
6260
+ "path": "grid/_variables.scss",
6261
+ "name": "_variables.scss"
6262
+ }
6263
+ },
6264
+ {
6265
+ "description": "Text color of alternating rows in grid\n",
6266
+ "commentRange": {
6267
+ "start": 178,
6268
+ "end": 179
6269
+ },
6270
+ "context": {
6271
+ "type": "variable",
6272
+ "name": "kendo-grid-alt-border",
6273
+ "value": "$kendo-table-alt-row-border",
6274
+ "scope": "default",
6275
+ "line": {
6276
+ "start": 180,
6277
+ "end": 180
6278
+ }
6279
+ },
6280
+ "group": [
6281
+ "grid"
6282
+ ],
6283
+ "access": "public",
6284
+ "file": {
6285
+ "path": "grid/_variables.scss",
6286
+ "name": "_variables.scss"
6287
+ }
6288
+ },
6289
+ {
6290
+ "description": "Background color of hovered rows in grid\n",
6291
+ "commentRange": {
6292
+ "start": 182,
6293
+ "end": 183
6294
+ },
6295
+ "context": {
6296
+ "type": "variable",
6297
+ "name": "kendo-grid-hover-bg",
6298
+ "value": "$kendo-table-hover-bg",
6299
+ "scope": "default",
6300
+ "line": {
6301
+ "start": 184,
6302
+ "end": 184
6303
+ }
6304
+ },
6305
+ "group": [
6306
+ "grid"
6307
+ ],
6308
+ "access": "public",
6309
+ "file": {
6310
+ "path": "grid/_variables.scss",
6311
+ "name": "_variables.scss"
6312
+ }
6313
+ },
6314
+ {
6315
+ "description": "Text color of hovered rows in grid\n",
6316
+ "commentRange": {
6317
+ "start": 185,
6318
+ "end": 186
6319
+ },
6320
+ "context": {
6321
+ "type": "variable",
6322
+ "name": "kendo-grid-hover-text",
6323
+ "value": "$kendo-table-hover-text",
6324
+ "scope": "default",
6325
+ "line": {
6326
+ "start": 187,
6327
+ "end": 187
6328
+ }
6329
+ },
6330
+ "group": [
6331
+ "grid"
6332
+ ],
6333
+ "access": "public",
6334
+ "file": {
6335
+ "path": "grid/_variables.scss",
6336
+ "name": "_variables.scss"
6337
+ }
6338
+ },
6339
+ {
6340
+ "description": "Border color of hovered rows in grid\n",
6341
+ "commentRange": {
6342
+ "start": 188,
6343
+ "end": 189
6344
+ },
6345
+ "context": {
6346
+ "type": "variable",
6347
+ "name": "kendo-grid-hover-border",
6348
+ "value": "$kendo-table-hover-border",
6349
+ "scope": "default",
6350
+ "line": {
6351
+ "start": 190,
6352
+ "end": 190
6353
+ }
6354
+ },
6355
+ "group": [
6356
+ "grid"
6357
+ ],
6358
+ "access": "public",
6359
+ "file": {
6360
+ "path": "grid/_variables.scss",
6361
+ "name": "_variables.scss"
6362
+ }
6363
+ },
6364
+ {
6365
+ "description": "Background color of selected rows in grid\n",
6366
+ "commentRange": {
6367
+ "start": 192,
6368
+ "end": 193
6369
+ },
6370
+ "context": {
6371
+ "type": "variable",
6372
+ "name": "kendo-grid-selected-bg",
6373
+ "value": "$kendo-table-selected-bg",
6374
+ "scope": "default",
6375
+ "line": {
6376
+ "start": 194,
6377
+ "end": 194
6378
+ }
6379
+ },
6380
+ "group": [
6381
+ "grid"
6382
+ ],
6383
+ "access": "public",
6384
+ "file": {
6385
+ "path": "grid/_variables.scss",
6386
+ "name": "_variables.scss"
6387
+ }
6388
+ },
6389
+ {
6390
+ "description": "Text color of selected rows in grid\n",
6391
+ "commentRange": {
6392
+ "start": 195,
6393
+ "end": 196
6394
+ },
6395
+ "context": {
6396
+ "type": "variable",
6397
+ "name": "kendo-grid-selected-text",
6398
+ "value": "$kendo-table-selected-text",
6399
+ "scope": "default",
6400
+ "line": {
6401
+ "start": 197,
6402
+ "end": 197
6128
6403
  }
6129
6404
  },
6130
6405
  "group": [
@@ -6137,19 +6412,19 @@
6137
6412
  }
6138
6413
  },
6139
6414
  {
6140
- "description": "Text color of grid footer\n",
6415
+ "description": "Border color of selected rows in grid\n",
6141
6416
  "commentRange": {
6142
- "start": 156,
6143
- "end": 157
6417
+ "start": 198,
6418
+ "end": 199
6144
6419
  },
6145
6420
  "context": {
6146
6421
  "type": "variable",
6147
- "name": "kendo-grid-footer-text",
6148
- "value": "$kendo-table-footer-text",
6422
+ "name": "kendo-grid-selected-border",
6423
+ "value": "$kendo-table-selected-border",
6149
6424
  "scope": "default",
6150
6425
  "line": {
6151
- "start": 158,
6152
- "end": 158
6426
+ "start": 200,
6427
+ "end": 200
6153
6428
  }
6154
6429
  },
6155
6430
  "group": [
@@ -6162,19 +6437,19 @@
6162
6437
  }
6163
6438
  },
6164
6439
  {
6165
- "description": "Border color of grid footer\n",
6440
+ "description": "Background color of the selection aggregates container\n",
6166
6441
  "commentRange": {
6167
- "start": 159,
6168
- "end": 160
6442
+ "start": 202,
6443
+ "end": 203
6169
6444
  },
6170
6445
  "context": {
6171
6446
  "type": "variable",
6172
- "name": "kendo-grid-footer-border",
6173
- "value": "$kendo-table-footer-border",
6447
+ "name": "kendo-grid-selection-aggregates-bg",
6448
+ "value": "$kendo-grid-header-bg",
6174
6449
  "scope": "default",
6175
6450
  "line": {
6176
- "start": 161,
6177
- "end": 161
6451
+ "start": 204,
6452
+ "end": 204
6178
6453
  }
6179
6454
  },
6180
6455
  "group": [
@@ -6187,19 +6462,19 @@
6187
6462
  }
6188
6463
  },
6189
6464
  {
6190
- "description": "Background color of alternating rows in grid\n",
6465
+ "description": "Text color of the selection aggregates container\n",
6191
6466
  "commentRange": {
6192
- "start": 164,
6193
- "end": 165
6467
+ "start": 205,
6468
+ "end": 206
6194
6469
  },
6195
6470
  "context": {
6196
6471
  "type": "variable",
6197
- "name": "kendo-grid-alt-bg",
6198
- "value": "$kendo-table-alt-row-bg",
6472
+ "name": "kendo-grid-selection-aggregates-text",
6473
+ "value": "$kendo-grid-text",
6199
6474
  "scope": "default",
6200
6475
  "line": {
6201
- "start": 166,
6202
- "end": 166
6476
+ "start": 207,
6477
+ "end": 207
6203
6478
  }
6204
6479
  },
6205
6480
  "group": [
@@ -6212,19 +6487,19 @@
6212
6487
  }
6213
6488
  },
6214
6489
  {
6215
- "description": "Text color of alternating rows in grid\n",
6490
+ "description": "Border color of the selection aggregates container\n",
6216
6491
  "commentRange": {
6217
- "start": 167,
6218
- "end": 168
6492
+ "start": 208,
6493
+ "end": 209
6219
6494
  },
6220
6495
  "context": {
6221
6496
  "type": "variable",
6222
- "name": "kendo-grid-alt-text",
6223
- "value": "$kendo-table-alt-row-text",
6497
+ "name": "kendo-grid-selection-aggregates-border",
6498
+ "value": "$kendo-grid-border",
6224
6499
  "scope": "default",
6225
6500
  "line": {
6226
- "start": 169,
6227
- "end": 169
6501
+ "start": 210,
6502
+ "end": 210
6228
6503
  }
6229
6504
  },
6230
6505
  "group": [
@@ -6237,19 +6512,19 @@
6237
6512
  }
6238
6513
  },
6239
6514
  {
6240
- "description": "Text color of alternating rows in grid\n",
6515
+ "description": "Border width of the selection aggregates container\n",
6241
6516
  "commentRange": {
6242
- "start": 170,
6243
- "end": 171
6517
+ "start": 211,
6518
+ "end": 212
6244
6519
  },
6245
6520
  "context": {
6246
6521
  "type": "variable",
6247
- "name": "kendo-grid-alt-border",
6248
- "value": "$kendo-table-alt-row-border",
6522
+ "name": "kendo-grid-selection-aggregates-border-width",
6523
+ "value": "$kendo-grid-border-width",
6249
6524
  "scope": "default",
6250
6525
  "line": {
6251
- "start": 172,
6252
- "end": 172
6526
+ "start": 213,
6527
+ "end": 213
6253
6528
  }
6254
6529
  },
6255
6530
  "group": [
@@ -6262,19 +6537,19 @@
6262
6537
  }
6263
6538
  },
6264
6539
  {
6265
- "description": "Background color of hovered rows in grid\n",
6540
+ "description": "Spacing between the selection aggregates items\n",
6266
6541
  "commentRange": {
6267
- "start": 174,
6268
- "end": 175
6542
+ "start": 214,
6543
+ "end": 215
6269
6544
  },
6270
6545
  "context": {
6271
6546
  "type": "variable",
6272
- "name": "kendo-grid-hover-bg",
6273
- "value": "$kendo-table-hover-bg",
6547
+ "name": "kendo-grid-selection-aggregates-spacing",
6548
+ "value": "k-map-get( $kendo-spacing, 2 )",
6274
6549
  "scope": "default",
6275
6550
  "line": {
6276
- "start": 176,
6277
- "end": 176
6551
+ "start": 216,
6552
+ "end": 216
6278
6553
  }
6279
6554
  },
6280
6555
  "group": [
@@ -6287,19 +6562,19 @@
6287
6562
  }
6288
6563
  },
6289
6564
  {
6290
- "description": "Text color of hovered rows in grid\n",
6565
+ "description": "Line height of the selection aggregates container\n",
6291
6566
  "commentRange": {
6292
- "start": 177,
6293
- "end": 178
6567
+ "start": 217,
6568
+ "end": 218
6294
6569
  },
6295
6570
  "context": {
6296
6571
  "type": "variable",
6297
- "name": "kendo-grid-hover-text",
6298
- "value": "$kendo-table-hover-text",
6572
+ "name": "kendo-grid-selection-aggregates-line-height",
6573
+ "value": "20px",
6299
6574
  "scope": "default",
6300
6575
  "line": {
6301
- "start": 179,
6302
- "end": 179
6576
+ "start": 219,
6577
+ "end": 219
6303
6578
  }
6304
6579
  },
6305
6580
  "group": [
@@ -6312,19 +6587,19 @@
6312
6587
  }
6313
6588
  },
6314
6589
  {
6315
- "description": "Border color of hovered rows in grid\n",
6590
+ "description": "Font weight of the selection aggregates container\n",
6316
6591
  "commentRange": {
6317
- "start": 180,
6318
- "end": 181
6592
+ "start": 220,
6593
+ "end": 221
6319
6594
  },
6320
6595
  "context": {
6321
6596
  "type": "variable",
6322
- "name": "kendo-grid-hover-border",
6323
- "value": "$kendo-table-hover-border",
6597
+ "name": "kendo-grid-selection-aggregates-font-weight",
6598
+ "value": "$kendo-font-weight-bold",
6324
6599
  "scope": "default",
6325
6600
  "line": {
6326
- "start": 182,
6327
- "end": 182
6601
+ "start": 222,
6602
+ "end": 222
6328
6603
  }
6329
6604
  },
6330
6605
  "group": [
@@ -6337,19 +6612,19 @@
6337
6612
  }
6338
6613
  },
6339
6614
  {
6340
- "description": "Background color of selected rows in grid\n",
6615
+ "description": "Background color of the grid row resize indicator\n",
6341
6616
  "commentRange": {
6342
- "start": 184,
6343
- "end": 185
6617
+ "start": 308,
6618
+ "end": 309
6344
6619
  },
6345
6620
  "context": {
6346
6621
  "type": "variable",
6347
- "name": "kendo-grid-selected-bg",
6348
- "value": "$kendo-table-selected-bg",
6622
+ "name": "kendo-grid-row-resizer-hover-bg",
6623
+ "value": "rgba( k-contrast-color( $kendo-grid-bg ), .24 )",
6349
6624
  "scope": "default",
6350
6625
  "line": {
6351
- "start": 186,
6352
- "end": 186
6626
+ "start": 310,
6627
+ "end": 310
6353
6628
  }
6354
6629
  },
6355
6630
  "group": [
@@ -6362,19 +6637,19 @@
6362
6637
  }
6363
6638
  },
6364
6639
  {
6365
- "description": "Text color of selected rows in grid\n",
6640
+ "description": "Active background color of the grid row resize indicator\n",
6366
6641
  "commentRange": {
6367
- "start": 187,
6368
- "end": 188
6642
+ "start": 311,
6643
+ "end": 312
6369
6644
  },
6370
6645
  "context": {
6371
6646
  "type": "variable",
6372
- "name": "kendo-grid-selected-text",
6373
- "value": "$kendo-table-selected-text",
6647
+ "name": "kendo-grid-row-resizer-active-bg",
6648
+ "value": "$kendo-color-primary",
6374
6649
  "scope": "default",
6375
6650
  "line": {
6376
- "start": 189,
6377
- "end": 189
6651
+ "start": 313,
6652
+ "end": 313
6378
6653
  }
6379
6654
  },
6380
6655
  "group": [
@@ -6387,19 +6662,19 @@
6387
6662
  }
6388
6663
  },
6389
6664
  {
6390
- "description": "Border color of selected rows in grid\n",
6665
+ "description": "Height of the grid row resize indicator\n",
6391
6666
  "commentRange": {
6392
- "start": 190,
6393
- "end": 191
6667
+ "start": 314,
6668
+ "end": 315
6394
6669
  },
6395
6670
  "context": {
6396
6671
  "type": "variable",
6397
- "name": "kendo-grid-selected-border",
6398
- "value": "$kendo-table-selected-border",
6672
+ "name": "kendo-grid-row-resizer-height",
6673
+ "value": "k-map-get( $kendo-spacing, .5 )",
6399
6674
  "scope": "default",
6400
6675
  "line": {
6401
- "start": 192,
6402
- "end": 192
6676
+ "start": 316,
6677
+ "end": 316
6403
6678
  }
6404
6679
  },
6405
6680
  "group": [
@@ -14664,8 +14939,8 @@
14664
14939
  {
14665
14940
  "description": "Color of shadows\n",
14666
14941
  "commentRange": {
14667
- "start": 78,
14668
- "end": 79
14942
+ "start": 80,
14943
+ "end": 81
14669
14944
  },
14670
14945
  "context": {
14671
14946
  "type": "variable",
@@ -14673,8 +14948,8 @@
14673
14948
  "value": "k-map-get( $theme, elevation )",
14674
14949
  "scope": "default",
14675
14950
  "line": {
14676
- "start": 80,
14677
- "end": 80
14951
+ "start": 82,
14952
+ "end": 82
14678
14953
  }
14679
14954
  },
14680
14955
  "group": [
@@ -14689,8 +14964,8 @@
14689
14964
  {
14690
14965
  "description": "Shadow for switch.\nEquivalent to material elevation 1.\n",
14691
14966
  "commentRange": {
14692
- "start": 81,
14693
- "end": 83
14967
+ "start": 83,
14968
+ "end": 85
14694
14969
  },
14695
14970
  "context": {
14696
14971
  "type": "variable",
@@ -14698,8 +14973,8 @@
14698
14973
  "value": "0 2px 1px -1px rgba( $elevation, .2 ), 0 1px 1px 0 rgba( $elevation, .14 ), 0 1px 3px 0 rgba( $elevation, .12 )",
14699
14974
  "scope": "default",
14700
14975
  "line": {
14701
- "start": 84,
14702
- "end": 84
14976
+ "start": 86,
14977
+ "end": 86
14703
14978
  }
14704
14979
  },
14705
14980
  "group": [
@@ -14714,8 +14989,8 @@
14714
14989
  {
14715
14990
  "description": "Shadow for resting state of button, card and other widgets.\nEquivalent to material elevation 2.\n",
14716
14991
  "commentRange": {
14717
- "start": 85,
14718
- "end": 87
14992
+ "start": 87,
14993
+ "end": 89
14719
14994
  },
14720
14995
  "context": {
14721
14996
  "type": "variable",
@@ -14723,8 +14998,8 @@
14723
14998
  "value": "0 3px 1px -2px rgba( $elevation, .2 ), 0 2px 2px 0 rgba( $elevation, .14 ), 0 1px 5px 0 rgba( $elevation, .12 )",
14724
14999
  "scope": "default",
14725
15000
  "line": {
14726
- "start": 88,
14727
- "end": 88
15001
+ "start": 90,
15002
+ "end": 90
14728
15003
  }
14729
15004
  },
14730
15005
  "group": [
@@ -14739,8 +15014,8 @@
14739
15014
  {
14740
15015
  "description": "Shadow for menu, popups and raised state of button and card.\nEquivalent to material elevation 8.\n",
14741
15016
  "commentRange": {
14742
- "start": 89,
14743
- "end": 91
15017
+ "start": 91,
15018
+ "end": 93
14744
15019
  },
14745
15020
  "context": {
14746
15021
  "type": "variable",
@@ -14748,8 +15023,8 @@
14748
15023
  "value": "0 5px 5px -3px rgba( $elevation, .2 ), 0 8px 10px 1px rgba( $elevation, .14 ), 0 3px 14px 2px rgba( $elevation, .12 )",
14749
15024
  "scope": "default",
14750
15025
  "line": {
14751
- "start": 92,
14752
- "end": 92
15026
+ "start": 94,
15027
+ "end": 94
14753
15028
  }
14754
15029
  },
14755
15030
  "group": [
@@ -14764,8 +15039,8 @@
14764
15039
  {
14765
15040
  "description": "Shadow for drawers and other overlaying elements.\nEquivalent to material elevation 16.\n",
14766
15041
  "commentRange": {
14767
- "start": 93,
14768
- "end": 95
15042
+ "start": 95,
15043
+ "end": 97
14769
15044
  },
14770
15045
  "context": {
14771
15046
  "type": "variable",
@@ -14773,8 +15048,8 @@
14773
15048
  "value": "0 8px 10px -5px rgba( $elevation, .2 ), 0 16px 24px 2px rgba( $elevation, .14 ), 0 6px 30px 5px rgba( $elevation, .12 )",
14774
15049
  "scope": "default",
14775
15050
  "line": {
14776
- "start": 96,
14777
- "end": 96
15051
+ "start": 98,
15052
+ "end": 98
14778
15053
  }
14779
15054
  },
14780
15055
  "group": [
@@ -14789,8 +15064,8 @@
14789
15064
  {
14790
15065
  "description": "Shadow for window and dialog.\nEquivalent to material elevation 24.\n",
14791
15066
  "commentRange": {
14792
- "start": 97,
14793
- "end": 99
15067
+ "start": 99,
15068
+ "end": 101
14794
15069
  },
14795
15070
  "context": {
14796
15071
  "type": "variable",
@@ -14798,8 +15073,8 @@
14798
15073
  "value": "0 11px 15px -7px rgba( $elevation, .2 ), 0 24px 38px 3px rgba( $elevation, .14 ), 0 9px 46px 8px rgba( $elevation, .12 )",
14799
15074
  "scope": "default",
14800
15075
  "line": {
14801
- "start": 100,
14802
- "end": 100
15076
+ "start": 102,
15077
+ "end": 102
14803
15078
  }
14804
15079
  },
14805
15080
  "group": [
@@ -19164,8 +19439,8 @@
19164
19439
  {
19165
19440
  "description": "Base font size across all components.\n",
19166
19441
  "commentRange": {
19167
- "start": 252,
19168
- "end": 253
19442
+ "start": 254,
19443
+ "end": 255
19169
19444
  },
19170
19445
  "context": {
19171
19446
  "type": "variable",
@@ -19173,8 +19448,8 @@
19173
19448
  "value": "14px",
19174
19449
  "scope": "default",
19175
19450
  "line": {
19176
- "start": 254,
19177
- "end": 254
19451
+ "start": 256,
19452
+ "end": 256
19178
19453
  }
19179
19454
  },
19180
19455
  "group": [
@@ -19189,8 +19464,8 @@
19189
19464
  {
19190
19465
  "description": "Font family for text.\n",
19191
19466
  "commentRange": {
19192
- "start": 269,
19193
- "end": 270
19467
+ "start": 271,
19468
+ "end": 272
19194
19469
  },
19195
19470
  "context": {
19196
19471
  "type": "variable",
@@ -19198,8 +19473,8 @@
19198
19473
  "value": "Roboto, \"Helvetica Neue\", sans-serif",
19199
19474
  "scope": "default",
19200
19475
  "line": {
19201
- "start": 271,
19202
- "end": 271
19476
+ "start": 273,
19477
+ "end": 273
19203
19478
  }
19204
19479
  },
19205
19480
  "group": [
@@ -19214,8 +19489,8 @@
19214
19489
  {
19215
19490
  "description": "Font family across all components.\n",
19216
19491
  "commentRange": {
19217
- "start": 273,
19218
- "end": 274
19492
+ "start": 275,
19493
+ "end": 276
19219
19494
  },
19220
19495
  "context": {
19221
19496
  "type": "variable",
@@ -19223,8 +19498,8 @@
19223
19498
  "value": "Roboto, \"Helvetica Neue\", sans-serif",
19224
19499
  "scope": "default",
19225
19500
  "line": {
19226
- "start": 275,
19227
- "end": 275
19501
+ "start": 277,
19502
+ "end": 277
19228
19503
  }
19229
19504
  },
19230
19505
  "group": [
@@ -19239,8 +19514,8 @@
19239
19514
  {
19240
19515
  "description": "Font family for monospaced text. Used for styling the code.\n",
19241
19516
  "commentRange": {
19242
- "start": 277,
19243
- "end": 278
19517
+ "start": 279,
19518
+ "end": 280
19244
19519
  },
19245
19520
  "context": {
19246
19521
  "type": "variable",
@@ -19248,8 +19523,8 @@
19248
19523
  "value": "Consolas, \"Ubuntu Mono\", \"Lucida Console\", \"Courier New\", monospace",
19249
19524
  "scope": "default",
19250
19525
  "line": {
19251
- "start": 279,
19252
- "end": 279
19526
+ "start": 281,
19527
+ "end": 281
19253
19528
  }
19254
19529
  },
19255
19530
  "group": [
@@ -19264,8 +19539,8 @@
19264
19539
  {
19265
19540
  "description": "Font family across all components.\n",
19266
19541
  "commentRange": {
19267
- "start": 281,
19268
- "end": 282
19542
+ "start": 283,
19543
+ "end": 284
19269
19544
  },
19270
19545
  "context": {
19271
19546
  "type": "variable",
@@ -19273,8 +19548,8 @@
19273
19548
  "value": "Roboto, \"Helvetica Neue\", sans-serif",
19274
19549
  "scope": "default",
19275
19550
  "line": {
19276
- "start": 283,
19277
- "end": 283
19551
+ "start": 285,
19552
+ "end": 285
19278
19553
  }
19279
19554
  },
19280
19555
  "group": [
@@ -19289,8 +19564,8 @@
19289
19564
  {
19290
19565
  "description": "Line height used along with $kendo-font-size.\n",
19291
19566
  "commentRange": {
19292
- "start": 285,
19293
- "end": 286
19567
+ "start": 287,
19568
+ "end": 288
19294
19569
  },
19295
19570
  "context": {
19296
19571
  "type": "variable",
@@ -19298,8 +19573,8 @@
19298
19573
  "value": "k-math-div( 28, 14 )",
19299
19574
  "scope": "default",
19300
19575
  "line": {
19301
- "start": 287,
19302
- "end": 287
19576
+ "start": 289,
19577
+ "end": 289
19303
19578
  }
19304
19579
  },
19305
19580
  "group": [
@@ -19314,8 +19589,8 @@
19314
19589
  {
19315
19590
  "description": "Border radius for all components.\n",
19316
19591
  "commentRange": {
19317
- "start": 127,
19318
- "end": 127
19592
+ "start": 129,
19593
+ "end": 129
19319
19594
  },
19320
19595
  "context": {
19321
19596
  "type": "variable",
@@ -19323,8 +19598,8 @@
19323
19598
  "value": "k-map-get( $kendo-spacing, 1 )",
19324
19599
  "scope": "default",
19325
19600
  "line": {
19326
- "start": 128,
19327
- "end": 128
19601
+ "start": 130,
19602
+ "end": 130
19328
19603
  }
19329
19604
  },
19330
19605
  "access": "public",
@@ -19339,8 +19614,8 @@
19339
19614
  {
19340
19615
  "description": "The background of the components' chrome area.\n",
19341
19616
  "commentRange": {
19342
- "start": 339,
19343
- "end": 339
19617
+ "start": 341,
19618
+ "end": 341
19344
19619
  },
19345
19620
  "context": {
19346
19621
  "type": "variable",
@@ -19348,8 +19623,8 @@
19348
19623
  "value": "k-map-get( $theme, base-bg )",
19349
19624
  "scope": "default",
19350
19625
  "line": {
19351
- "start": 340,
19352
- "end": 340
19626
+ "start": 342,
19627
+ "end": 342
19353
19628
  }
19354
19629
  },
19355
19630
  "access": "public",
@@ -19364,8 +19639,8 @@
19364
19639
  {
19365
19640
  "description": "The text color of the components' chrome area.\n",
19366
19641
  "commentRange": {
19367
- "start": 341,
19368
- "end": 341
19642
+ "start": 343,
19643
+ "end": 343
19369
19644
  },
19370
19645
  "context": {
19371
19646
  "type": "variable",
@@ -19373,8 +19648,8 @@
19373
19648
  "value": "k-map-get( $theme, component-text )",
19374
19649
  "scope": "default",
19375
19650
  "line": {
19376
- "start": 342,
19377
- "end": 342
19651
+ "start": 344,
19652
+ "end": 344
19378
19653
  }
19379
19654
  },
19380
19655
  "access": "public",
@@ -19389,8 +19664,8 @@
19389
19664
  {
19390
19665
  "description": "The border of the components' chrome area.\n",
19391
19666
  "commentRange": {
19392
- "start": 343,
19393
- "end": 343
19667
+ "start": 345,
19668
+ "end": 345
19394
19669
  },
19395
19670
  "context": {
19396
19671
  "type": "variable",
@@ -19398,8 +19673,8 @@
19398
19673
  "value": "rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 )",
19399
19674
  "scope": "default",
19400
19675
  "line": {
19401
- "start": 344,
19402
- "end": 344
19676
+ "start": 346,
19677
+ "end": 346
19403
19678
  }
19404
19679
  },
19405
19680
  "access": "public",
@@ -19414,8 +19689,8 @@
19414
19689
  {
19415
19690
  "description": "The gradient background of the components' chrome area.\n",
19416
19691
  "commentRange": {
19417
- "start": 345,
19418
- "end": 345
19692
+ "start": 347,
19693
+ "end": 347
19419
19694
  },
19420
19695
  "context": {
19421
19696
  "type": "variable",
@@ -19423,8 +19698,8 @@
19423
19698
  "value": "null",
19424
19699
  "scope": "default",
19425
19700
  "line": {
19426
- "start": 346,
19427
- "end": 346
19701
+ "start": 348,
19702
+ "end": 348
19428
19703
  }
19429
19704
  },
19430
19705
  "access": "public",
@@ -19439,8 +19714,8 @@
19439
19714
  {
19440
19715
  "description": "The background of hovered items.\n",
19441
19716
  "commentRange": {
19442
- "start": 348,
19443
- "end": 348
19717
+ "start": 350,
19718
+ "end": 350
19444
19719
  },
19445
19720
  "context": {
19446
19721
  "type": "variable",
@@ -19448,8 +19723,8 @@
19448
19723
  "value": "k-map-get( $theme, hover-bg )",
19449
19724
  "scope": "default",
19450
19725
  "line": {
19451
- "start": 349,
19452
- "end": 349
19726
+ "start": 351,
19727
+ "end": 351
19453
19728
  }
19454
19729
  },
19455
19730
  "access": "public",
@@ -19464,8 +19739,8 @@
19464
19739
  {
19465
19740
  "description": "The text color of hovered items.\n",
19466
19741
  "commentRange": {
19467
- "start": 350,
19468
- "end": 350
19742
+ "start": 352,
19743
+ "end": 352
19469
19744
  },
19470
19745
  "context": {
19471
19746
  "type": "variable",
@@ -19473,8 +19748,8 @@
19473
19748
  "value": "$kendo-base-text",
19474
19749
  "scope": "default",
19475
19750
  "line": {
19476
- "start": 351,
19477
- "end": 351
19751
+ "start": 353,
19752
+ "end": 353
19478
19753
  }
19479
19754
  },
19480
19755
  "access": "public",
@@ -19489,8 +19764,8 @@
19489
19764
  {
19490
19765
  "description": "The border color of hovered items.\n",
19491
19766
  "commentRange": {
19492
- "start": 352,
19493
- "end": 352
19767
+ "start": 354,
19768
+ "end": 354
19494
19769
  },
19495
19770
  "context": {
19496
19771
  "type": "variable",
@@ -19498,8 +19773,8 @@
19498
19773
  "value": "rgba( $kendo-base-border, .15 )",
19499
19774
  "scope": "default",
19500
19775
  "line": {
19501
- "start": 353,
19502
- "end": 353
19776
+ "start": 355,
19777
+ "end": 355
19503
19778
  }
19504
19779
  },
19505
19780
  "access": "public",
@@ -19514,8 +19789,8 @@
19514
19789
  {
19515
19790
  "description": "The gradient background of hovered items.\n",
19516
19791
  "commentRange": {
19517
- "start": 354,
19518
- "end": 354
19792
+ "start": 356,
19793
+ "end": 356
19519
19794
  },
19520
19795
  "context": {
19521
19796
  "type": "variable",
@@ -19523,8 +19798,8 @@
19523
19798
  "value": "null",
19524
19799
  "scope": "default",
19525
19800
  "line": {
19526
- "start": 355,
19527
- "end": 355
19801
+ "start": 357,
19802
+ "end": 357
19528
19803
  }
19529
19804
  },
19530
19805
  "access": "public",
@@ -19539,8 +19814,8 @@
19539
19814
  {
19540
19815
  "description": "The background of selected items.\n",
19541
19816
  "commentRange": {
19542
- "start": 357,
19543
- "end": 357
19817
+ "start": 359,
19818
+ "end": 359
19544
19819
  },
19545
19820
  "context": {
19546
19821
  "type": "variable",
@@ -19548,8 +19823,8 @@
19548
19823
  "value": "$kendo-color-secondary",
19549
19824
  "scope": "default",
19550
19825
  "line": {
19551
- "start": 358,
19552
- "end": 358
19826
+ "start": 360,
19827
+ "end": 360
19553
19828
  }
19554
19829
  },
19555
19830
  "access": "public",
@@ -19564,8 +19839,8 @@
19564
19839
  {
19565
19840
  "description": "The text color of selected items.\n",
19566
19841
  "commentRange": {
19567
- "start": 359,
19568
- "end": 359
19842
+ "start": 361,
19843
+ "end": 361
19569
19844
  },
19570
19845
  "context": {
19571
19846
  "type": "variable",
@@ -19573,8 +19848,8 @@
19573
19848
  "value": "$kendo-color-secondary-contrast",
19574
19849
  "scope": "default",
19575
19850
  "line": {
19576
- "start": 360,
19577
- "end": 360
19851
+ "start": 362,
19852
+ "end": 362
19578
19853
  }
19579
19854
  },
19580
19855
  "access": "public",
@@ -19589,8 +19864,8 @@
19589
19864
  {
19590
19865
  "description": "The border color of selected items.\n",
19591
19866
  "commentRange": {
19592
- "start": 361,
19593
- "end": 361
19867
+ "start": 363,
19868
+ "end": 363
19594
19869
  },
19595
19870
  "context": {
19596
19871
  "type": "variable",
@@ -19598,8 +19873,8 @@
19598
19873
  "value": "rgba( $kendo-base-border, .1 )",
19599
19874
  "scope": "default",
19600
19875
  "line": {
19601
- "start": 362,
19602
- "end": 362
19876
+ "start": 364,
19877
+ "end": 364
19603
19878
  }
19604
19879
  },
19605
19880
  "access": "public",
@@ -19614,8 +19889,8 @@
19614
19889
  {
19615
19890
  "description": "The gradient background of selected items.\n",
19616
19891
  "commentRange": {
19617
- "start": 363,
19618
- "end": 363
19892
+ "start": 365,
19893
+ "end": 365
19619
19894
  },
19620
19895
  "context": {
19621
19896
  "type": "variable",
@@ -19623,8 +19898,8 @@
19623
19898
  "value": "null",
19624
19899
  "scope": "default",
19625
19900
  "line": {
19626
- "start": 364,
19627
- "end": 364
19901
+ "start": 366,
19902
+ "end": 366
19628
19903
  }
19629
19904
  },
19630
19905
  "access": "public",