@progress/kendo-theme-default 6.2.1-dev.8 → 6.3.1-dev.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 (347) hide show
  1. package/dist/all.css +172 -135
  2. package/dist/all.scss +8637 -902
  3. package/dist/default-main-dark.scss +33 -28
  4. package/dist/meta/sassdoc-data.json +1830 -966
  5. package/dist/meta/sassdoc-raw-data.json +905 -505
  6. package/dist/meta/variables.json +101 -5
  7. package/lib/swatches/default-blue.json +1 -1
  8. package/lib/swatches/default-dataviz-v4.json +1 -1
  9. package/lib/swatches/default-green.json +1 -1
  10. package/lib/swatches/default-main-dark.json +54 -29
  11. package/lib/swatches/default-main.json +1 -1
  12. package/lib/swatches/default-nordic.json +1 -1
  13. package/lib/swatches/default-ocean-blue-a11y.json +1 -1
  14. package/lib/swatches/default-ocean-blue.json +1 -1
  15. package/lib/swatches/default-orange.json +1 -1
  16. package/lib/swatches/default-purple.json +1 -1
  17. package/lib/swatches/default-turquoise.json +1 -1
  18. package/lib/swatches/default-urban.json +1 -1
  19. package/package.json +5 -5
  20. package/scss/_variables.scss +2 -0
  21. package/scss/action-buttons/_index.scss +18 -0
  22. package/scss/action-buttons/_layout.scss +16 -9
  23. package/scss/action-buttons/_theme.scss +7 -1
  24. package/scss/action-sheet/_index.scss +18 -0
  25. package/scss/action-sheet/_layout.scss +8 -4
  26. package/scss/action-sheet/_theme.scss +6 -1
  27. package/scss/adaptive/_index.scss +18 -0
  28. package/scss/adaptive/_layout.scss +14 -7
  29. package/scss/adaptive/_theme.scss +7 -1
  30. package/scss/all.scss +6 -0
  31. package/scss/appbar/_index.scss +18 -0
  32. package/scss/appbar/_layout.scss +6 -1
  33. package/scss/appbar/_theme.scss +6 -1
  34. package/scss/autocomplete/_index.scss +18 -0
  35. package/scss/autocomplete/_layout.scss +6 -1
  36. package/scss/autocomplete/_theme.scss +6 -1
  37. package/scss/avatar/_index.scss +18 -0
  38. package/scss/avatar/_layout.scss +5 -1
  39. package/scss/avatar/_theme.scss +6 -1
  40. package/scss/badge/_index.scss +18 -0
  41. package/scss/badge/_layout.scss +6 -1
  42. package/scss/badge/_theme.scss +7 -1
  43. package/scss/bottom-navigation/_index.scss +18 -0
  44. package/scss/bottom-navigation/_layout.scss +7 -1
  45. package/scss/bottom-navigation/_theme.scss +6 -1
  46. package/scss/breadcrumb/_index.scss +18 -0
  47. package/scss/breadcrumb/_layout.scss +6 -1
  48. package/scss/breadcrumb/_theme.scss +6 -1
  49. package/scss/button/_index.scss +18 -0
  50. package/scss/button/_layout.scss +8 -9
  51. package/scss/button/_theme.scss +6 -1
  52. package/scss/calendar/_index.scss +18 -0
  53. package/scss/calendar/_layout.scss +12 -15
  54. package/scss/calendar/_theme.scss +7 -9
  55. package/scss/captcha/_index.scss +18 -2
  56. package/scss/captcha/_layout.scss +6 -1
  57. package/scss/captcha/_theme.scss +6 -1
  58. package/scss/card/_index.scss +18 -0
  59. package/scss/card/_layout.scss +9 -13
  60. package/scss/card/_theme.scss +6 -1
  61. package/scss/card/_variables.scss +2 -0
  62. package/scss/chat/_index.scss +18 -0
  63. package/scss/chat/_layout.scss +9 -22
  64. package/scss/chat/_theme.scss +6 -1
  65. package/scss/checkbox/_index.scss +18 -0
  66. package/scss/checkbox/_layout.scss +6 -1
  67. package/scss/checkbox/_theme.scss +6 -1
  68. package/scss/chip/_index.scss +18 -0
  69. package/scss/chip/_layout.scss +6 -1
  70. package/scss/chip/_theme.scss +6 -1
  71. package/scss/color-preview/_index.scss +18 -2
  72. package/scss/color-preview/_layout.scss +6 -1
  73. package/scss/color-preview/_theme.scss +6 -1
  74. package/scss/coloreditor/_index.scss +18 -0
  75. package/scss/coloreditor/_layout.scss +6 -1
  76. package/scss/coloreditor/_theme.scss +6 -1
  77. package/scss/colorgradient/_index.scss +18 -1
  78. package/scss/colorgradient/_layout.scss +6 -1
  79. package/scss/colorgradient/_theme.scss +8 -3
  80. package/scss/colorgradient/_variables.scss +3 -0
  81. package/scss/colorpalette/_index.scss +18 -0
  82. package/scss/colorpalette/_layout.scss +6 -1
  83. package/scss/colorpalette/_theme.scss +6 -1
  84. package/scss/colorpicker/_index.scss +18 -0
  85. package/scss/colorpicker/_layout.scss +6 -1
  86. package/scss/colorpicker/_theme.scss +5 -1
  87. package/scss/combobox/_index.scss +18 -0
  88. package/scss/combobox/_layout.scss +6 -1
  89. package/scss/combobox/_theme.scss +6 -1
  90. package/scss/common/_base.scss +1 -1
  91. package/scss/dataviz/_index.scss +18 -0
  92. package/scss/dataviz/_layout.scss +15 -22
  93. package/scss/dataviz/_theme.scss +8 -3
  94. package/scss/dateinput/_index.scss +18 -0
  95. package/scss/dateinput/_layout.scss +6 -1
  96. package/scss/dateinput/_theme.scss +6 -1
  97. package/scss/datepicker/_index.scss +18 -0
  98. package/scss/datepicker/_layout.scss +5 -1
  99. package/scss/datepicker/_theme.scss +6 -1
  100. package/scss/daterangepicker/_index.scss +18 -2
  101. package/scss/daterangepicker/_layout.scss +6 -1
  102. package/scss/daterangepicker/_theme.scss +9 -1
  103. package/scss/datetimepicker/_index.scss +18 -0
  104. package/scss/datetimepicker/_layout.scss +10 -10
  105. package/scss/datetimepicker/_theme.scss +6 -1
  106. package/scss/dialog/_index.scss +18 -0
  107. package/scss/dialog/_layout.scss +6 -1
  108. package/scss/dialog/_theme.scss +8 -2
  109. package/scss/draggable/_index.scss +18 -0
  110. package/scss/draggable/_layout.scss +6 -1
  111. package/scss/draggable/_theme.scss +7 -2
  112. package/scss/drawer/_index.scss +18 -0
  113. package/scss/drawer/_layout.scss +6 -1
  114. package/scss/drawer/_theme.scss +6 -1
  115. package/scss/dropdowngrid/_index.scss +18 -0
  116. package/scss/dropdowngrid/_layout.scss +9 -3
  117. package/scss/dropdowngrid/_theme.scss +6 -1
  118. package/scss/dropdownlist/_index.scss +18 -0
  119. package/scss/dropdownlist/_layout.scss +8 -2
  120. package/scss/dropdownlist/_theme.scss +6 -1
  121. package/scss/dropdowntree/_index.scss +18 -0
  122. package/scss/dropdowntree/_layout.scss +9 -2
  123. package/scss/dropdowntree/_theme.scss +6 -1
  124. package/scss/dropzone/_index.scss +18 -0
  125. package/scss/dropzone/_layout.scss +7 -2
  126. package/scss/dropzone/_theme.scss +6 -1
  127. package/scss/editor/_index.scss +18 -0
  128. package/scss/editor/_layout.scss +12 -12
  129. package/scss/editor/_theme.scss +6 -1
  130. package/scss/expansion-panel/_index.scss +18 -0
  131. package/scss/expansion-panel/_layout.scss +6 -1
  132. package/scss/expansion-panel/_theme.scss +6 -1
  133. package/scss/fab/_index.scss +18 -0
  134. package/scss/fab/_layout.scss +21 -32
  135. package/scss/fab/_theme.scss +10 -9
  136. package/scss/fab/_variables.scss +32 -0
  137. package/scss/filemanager/_index.scss +18 -0
  138. package/scss/filemanager/_layout.scss +6 -1
  139. package/scss/filemanager/_theme.scss +6 -1
  140. package/scss/filter/_index.scss +18 -0
  141. package/scss/filter/_layout.scss +7 -1
  142. package/scss/filter/_theme.scss +6 -1
  143. package/scss/floating-label/_index.scss +18 -0
  144. package/scss/floating-label/_layout.scss +6 -1
  145. package/scss/floating-label/_theme.scss +6 -1
  146. package/scss/forms/_index.scss +18 -0
  147. package/scss/forms/_layout.scss +7 -3
  148. package/scss/forms/_theme.scss +6 -1
  149. package/scss/gantt/_index.scss +18 -0
  150. package/scss/gantt/_layout.scss +13 -10
  151. package/scss/gantt/_theme.scss +8 -1
  152. package/scss/grid/_index.scss +20 -0
  153. package/scss/grid/_layout.scss +70 -7
  154. package/scss/grid/_theme.scss +35 -5
  155. package/scss/grid/_variables.scss +47 -2
  156. package/scss/icons/_index.scss +19 -4
  157. package/scss/icons/_layout.scss +6 -1
  158. package/scss/icons/_theme.scss +6 -0
  159. package/scss/icons/_variables.scss +0 -0
  160. package/scss/imageeditor/_index.scss +18 -0
  161. package/scss/imageeditor/_layout.scss +6 -1
  162. package/scss/imageeditor/_theme.scss +6 -1
  163. package/scss/index.scss +169 -0
  164. package/scss/input/_index.scss +18 -0
  165. package/scss/input/_layout.scss +6 -6
  166. package/scss/input/_theme.scss +6 -1
  167. package/scss/list/_index.scss +18 -0
  168. package/scss/list/_layout.scss +6 -1
  169. package/scss/list/_theme.scss +6 -1
  170. package/scss/listbox/_index.scss +18 -0
  171. package/scss/listbox/_layout.scss +6 -1
  172. package/scss/listbox/_theme.scss +7 -1
  173. package/scss/listgroup/_index.scss +18 -0
  174. package/scss/listgroup/_layout.scss +7 -12
  175. package/scss/listgroup/_theme.scss +7 -1
  176. package/scss/listview/_index.scss +18 -0
  177. package/scss/listview/_layout.scss +7 -1
  178. package/scss/listview/_theme.scss +6 -1
  179. package/scss/loader/_index.scss +18 -0
  180. package/scss/loader/_layout.scss +10 -23
  181. package/scss/loader/_theme.scss +6 -1
  182. package/scss/map/_index.scss +18 -1
  183. package/scss/map/_layout.scss +7 -2
  184. package/scss/map/_theme.scss +7 -1
  185. package/scss/map/_variables.scss +3 -0
  186. package/scss/maskedtextbox/_index.scss +18 -0
  187. package/scss/maskedtextbox/_layout.scss +6 -1
  188. package/scss/maskedtextbox/_theme.scss +6 -1
  189. package/scss/mediaplayer/_index.scss +18 -0
  190. package/scss/mediaplayer/_layout.scss +6 -1
  191. package/scss/mediaplayer/_theme.scss +6 -1
  192. package/scss/menu/_index.scss +18 -0
  193. package/scss/menu/_layout.scss +6 -1
  194. package/scss/menu/_theme.scss +6 -1
  195. package/scss/menu-button/_index.scss +18 -0
  196. package/scss/menu-button/_layout.scss +6 -1
  197. package/scss/menu-button/_theme.scss +11 -1
  198. package/scss/messagebox/_index.scss +18 -0
  199. package/scss/messagebox/_layout.scss +6 -1
  200. package/scss/messagebox/_theme.scss +6 -1
  201. package/scss/multiselect/_index.scss +18 -0
  202. package/scss/multiselect/_layout.scss +6 -1
  203. package/scss/multiselect/_theme.scss +6 -1
  204. package/scss/notification/_index.scss +18 -0
  205. package/scss/notification/_layout.scss +6 -1
  206. package/scss/notification/_theme.scss +6 -1
  207. package/scss/numerictextbox/_index.scss +18 -0
  208. package/scss/numerictextbox/_layout.scss +6 -1
  209. package/scss/numerictextbox/_theme.scss +6 -1
  210. package/scss/orgchart/_index.scss +18 -0
  211. package/scss/orgchart/_layout.scss +6 -1
  212. package/scss/orgchart/_theme.scss +6 -1
  213. package/scss/overlay/_index.scss +18 -0
  214. package/scss/overlay/_layout.scss +6 -1
  215. package/scss/overlay/_theme.scss +6 -1
  216. package/scss/pager/_index.scss +18 -0
  217. package/scss/pager/_layout.scss +6 -1
  218. package/scss/pager/_theme.scss +7 -1
  219. package/scss/panelbar/_index.scss +18 -0
  220. package/scss/panelbar/_layout.scss +6 -1
  221. package/scss/panelbar/_theme.scss +7 -1
  222. package/scss/pdf-viewer/_index.scss +18 -0
  223. package/scss/pdf-viewer/_layout.scss +7 -1
  224. package/scss/pdf-viewer/_theme.scss +7 -2
  225. package/scss/pivotgrid/_index.scss +18 -0
  226. package/scss/pivotgrid/_layout.scss +11 -35
  227. package/scss/pivotgrid/_theme.scss +11 -11
  228. package/scss/popover/_index.scss +18 -0
  229. package/scss/popover/_layout.scss +7 -4
  230. package/scss/popover/_theme.scss +6 -1
  231. package/scss/popup/_index.scss +18 -0
  232. package/scss/popup/_layout.scss +7 -5
  233. package/scss/popup/_theme.scss +6 -1
  234. package/scss/progressbar/_index.scss +18 -0
  235. package/scss/progressbar/_layout.scss +8 -10
  236. package/scss/progressbar/_theme.scss +7 -4
  237. package/scss/radio/_index.scss +18 -0
  238. package/scss/radio/_layout.scss +6 -1
  239. package/scss/radio/_theme.scss +6 -1
  240. package/scss/rating/_index.scss +18 -0
  241. package/scss/rating/_layout.scss +7 -1
  242. package/scss/rating/_theme.scss +7 -1
  243. package/scss/responsivepanel/_index.scss +18 -0
  244. package/scss/responsivepanel/_layout.scss +6 -1
  245. package/scss/responsivepanel/_theme.scss +6 -1
  246. package/scss/ripple/_index.scss +18 -0
  247. package/scss/ripple/_layout.scss +8 -1
  248. package/scss/ripple/_theme.scss +8 -1
  249. package/scss/scheduler/_index.scss +18 -0
  250. package/scss/scheduler/_layout.scss +10 -25
  251. package/scss/scheduler/_theme.scss +7 -16
  252. package/scss/scroller/_index.scss +18 -0
  253. package/scss/scroller/_layout.scss +6 -1
  254. package/scss/scroller/_theme.scss +6 -1
  255. package/scss/scrollview/_index.scss +18 -0
  256. package/scss/scrollview/_layout.scss +6 -1
  257. package/scss/scrollview/_theme.scss +6 -1
  258. package/scss/searchbox/_index.scss +18 -0
  259. package/scss/searchbox/_layout.scss +6 -1
  260. package/scss/searchbox/_theme.scss +6 -1
  261. package/scss/signature/_index.scss +18 -0
  262. package/scss/signature/_layout.scss +6 -1
  263. package/scss/signature/_theme.scss +5 -1
  264. package/scss/skeleton/_index.scss +18 -0
  265. package/scss/skeleton/_layout.scss +9 -8
  266. package/scss/skeleton/_theme.scss +8 -5
  267. package/scss/slider/_index.scss +18 -2
  268. package/scss/slider/_layout.scss +6 -1
  269. package/scss/slider/_theme.scss +12 -1
  270. package/scss/slider/_variables.scss +4 -0
  271. package/scss/split-button/_index.scss +18 -0
  272. package/scss/split-button/_layout.scss +7 -1
  273. package/scss/split-button/_theme.scss +6 -1
  274. package/scss/splitter/_index.scss +18 -0
  275. package/scss/splitter/_layout.scss +7 -1
  276. package/scss/splitter/_theme.scss +7 -1
  277. package/scss/spreadsheet/_index.scss +18 -1
  278. package/scss/spreadsheet/_layout.scss +12 -33
  279. package/scss/spreadsheet/_theme.scss +7 -21
  280. package/scss/spreadsheet/_variables.scss +3 -0
  281. package/scss/stepper/_index.scss +18 -0
  282. package/scss/stepper/_layout.scss +8 -4
  283. package/scss/stepper/_theme.scss +6 -1
  284. package/scss/switch/_index.scss +18 -0
  285. package/scss/switch/_layout.scss +6 -1
  286. package/scss/switch/_theme.scss +6 -1
  287. package/scss/table/_index.scss +18 -0
  288. package/scss/table/_layout.scss +6 -1
  289. package/scss/table/_theme.scss +6 -1
  290. package/scss/tabstrip/_index.scss +18 -0
  291. package/scss/tabstrip/_layout.scss +6 -1
  292. package/scss/tabstrip/_theme.scss +6 -1
  293. package/scss/taskboard/_index.scss +18 -0
  294. package/scss/taskboard/_layout.scss +8 -3
  295. package/scss/taskboard/_theme.scss +6 -1
  296. package/scss/textarea/_index.scss +18 -0
  297. package/scss/textarea/_layout.scss +6 -1
  298. package/scss/textarea/_theme.scss +6 -1
  299. package/scss/textbox/_index.scss +18 -0
  300. package/scss/textbox/_layout.scss +6 -1
  301. package/scss/textbox/_theme.scss +7 -1
  302. package/scss/tilelayout/_index.scss +18 -0
  303. package/scss/tilelayout/_layout.scss +6 -1
  304. package/scss/tilelayout/_theme.scss +6 -1
  305. package/scss/timedurationpicker/_index.scss +18 -0
  306. package/scss/timedurationpicker/_layout.scss +17 -1
  307. package/scss/timedurationpicker/_theme.scss +9 -3
  308. package/scss/timeline/_index.scss +18 -0
  309. package/scss/timeline/_layout.scss +7 -1
  310. package/scss/timeline/_theme.scss +7 -1
  311. package/scss/timepicker/_index.scss +18 -0
  312. package/scss/timepicker/_layout.scss +13 -2
  313. package/scss/timepicker/_theme.scss +7 -2
  314. package/scss/timeselector/_index.scss +18 -0
  315. package/scss/timeselector/_layout.scss +6 -3
  316. package/scss/timeselector/_theme.scss +6 -1
  317. package/scss/toolbar/_index.scss +18 -0
  318. package/scss/toolbar/_layout.scss +8 -13
  319. package/scss/toolbar/_theme.scss +6 -17
  320. package/scss/tooltip/_index.scss +18 -0
  321. package/scss/tooltip/_layout.scss +6 -1
  322. package/scss/tooltip/_theme.scss +8 -1
  323. package/scss/treelist/_index.scss +18 -0
  324. package/scss/treelist/_layout.scss +6 -1
  325. package/scss/treelist/_theme.scss +6 -1
  326. package/scss/treeview/_index.scss +18 -0
  327. package/scss/treeview/_layout.scss +8 -1
  328. package/scss/treeview/_theme.scss +6 -1
  329. package/scss/typography/_index.scss +18 -0
  330. package/scss/typography/_layout.scss +7 -1
  331. package/scss/typography/_theme.scss +7 -1
  332. package/scss/upload/_index.scss +18 -0
  333. package/scss/upload/_layout.scss +6 -1
  334. package/scss/upload/_theme.scss +7 -2
  335. package/scss/utils/_index.scss +14 -2
  336. package/scss/validator/_index.scss +18 -0
  337. package/scss/validator/_layout.scss +12 -2
  338. package/scss/validator/_theme.scss +11 -1
  339. package/scss/virtual-scroller/_index.scss +18 -0
  340. package/scss/virtual-scroller/_layout.scss +6 -1
  341. package/scss/virtual-scroller/_theme.scss +9 -1
  342. package/scss/window/_index.scss +18 -0
  343. package/scss/window/_layout.scss +7 -1
  344. package/scss/window/_theme.scss +6 -1
  345. package/scss/wizard/_index.scss +18 -0
  346. package/scss/wizard/_layout.scss +8 -1
  347. package/scss/wizard/_theme.scss +6 -1
@@ -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": 143,
4281
- "end": 146
4280
+ "start": 145,
4281
+ "end": 148
4282
4282
  },
4283
4283
  "context": {
4284
4284
  "type": "variable",
@@ -4286,8 +4286,8 @@
4286
4286
  "value": "#ff6358",
4287
4287
  "scope": "default",
4288
4288
  "line": {
4289
- "start": 147,
4290
- "end": 147
4289
+ "start": 149,
4290
+ "end": 149
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": 151,
4307
- "end": 154
4306
+ "start": 153,
4307
+ "end": 156
4308
4308
  },
4309
4309
  "context": {
4310
4310
  "type": "variable",
@@ -4312,8 +4312,8 @@
4312
4312
  "value": "k-contrast-legacy( $kendo-color-primary )",
4313
4313
  "scope": "default",
4314
4314
  "line": {
4315
- "start": 155,
4316
- "end": 155
4315
+ "start": 157,
4316
+ "end": 157
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": 157,
4333
- "end": 159
4332
+ "start": 159,
4333
+ "end": 161
4334
4334
  },
4335
4335
  "context": {
4336
4336
  "type": "variable",
@@ -4338,8 +4338,8 @@
4338
4338
  "value": "#666666",
4339
4339
  "scope": "default",
4340
4340
  "line": {
4341
- "start": 160,
4342
- "end": 160
4341
+ "start": 162,
4342
+ "end": 162
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": 164,
4359
- "end": 167
4358
+ "start": 166,
4359
+ "end": 169
4360
4360
  },
4361
4361
  "context": {
4362
4362
  "type": "variable",
@@ -4364,8 +4364,8 @@
4364
4364
  "value": "k-contrast-legacy( $kendo-color-secondary )",
4365
4365
  "scope": "default",
4366
4366
  "line": {
4367
- "start": 168,
4368
- "end": 168
4367
+ "start": 170,
4368
+ "end": 170
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": 170,
4385
- "end": 172
4384
+ "start": 172,
4385
+ "end": 174
4386
4386
  },
4387
4387
  "context": {
4388
4388
  "type": "variable",
@@ -4390,8 +4390,8 @@
4390
4390
  "value": "#03a9f4",
4391
4391
  "scope": "default",
4392
4392
  "line": {
4393
- "start": 173,
4394
- "end": 173
4393
+ "start": 175,
4394
+ "end": 175
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": 177,
4411
- "end": 180
4410
+ "start": 179,
4411
+ "end": 182
4412
4412
  },
4413
4413
  "context": {
4414
4414
  "type": "variable",
@@ -4416,8 +4416,8 @@
4416
4416
  "value": "k-contrast-legacy( $kendo-color-tertiary )",
4417
4417
  "scope": "default",
4418
4418
  "line": {
4419
- "start": 181,
4420
- "end": 181
4419
+ "start": 183,
4420
+ "end": 183
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": 183,
4437
- "end": 185
4436
+ "start": 185,
4437
+ "end": 187
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": 186,
4446
- "end": 186
4445
+ "start": 188,
4446
+ "end": 188
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": 190,
4463
- "end": 192
4462
+ "start": 192,
4463
+ "end": 194
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": 193,
4472
- "end": 193
4471
+ "start": 195,
4472
+ "end": 195
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": 197,
4489
- "end": 199
4488
+ "start": 199,
4489
+ "end": 201
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": 200,
4498
- "end": 200
4497
+ "start": 202,
4498
+ "end": 202
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": 204,
4515
- "end": 206
4514
+ "start": 206,
4515
+ "end": 208
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": 207,
4524
- "end": 207
4523
+ "start": 209,
4524
+ "end": 209
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": 211,
4541
- "end": 213
4540
+ "start": 213,
4541
+ "end": 215
4542
4542
  },
4543
4543
  "context": {
4544
4544
  "type": "variable",
@@ -4546,8 +4546,8 @@
4546
4546
  "value": "#424242",
4547
4547
  "scope": "default",
4548
4548
  "line": {
4549
- "start": 214,
4550
- "end": 214
4549
+ "start": 216,
4550
+ "end": 216
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": 216,
4567
- "end": 218
4566
+ "start": 218,
4567
+ "end": 220
4568
4568
  },
4569
4569
  "context": {
4570
4570
  "type": "variable",
@@ -4572,8 +4572,8 @@
4572
4572
  "value": "#ebebeb",
4573
4573
  "scope": "default",
4574
4574
  "line": {
4575
- "start": 219,
4576
- "end": 219
4575
+ "start": 221,
4576
+ "end": 221
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": 221,
4593
- "end": 222
4592
+ "start": 223,
4593
+ "end": 224
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": 223,
4602
- "end": 223
4601
+ "start": 225,
4602
+ "end": 225
4603
4603
  }
4604
4604
  },
4605
4605
  "group": [
@@ -4614,8 +4614,8 @@
4614
4614
  {
4615
4615
  "description": "Icon size.\n",
4616
4616
  "commentRange": {
4617
- "start": 58,
4618
- "end": 59
4617
+ "start": 60,
4618
+ "end": 61
4619
4619
  },
4620
4620
  "context": {
4621
4621
  "type": "variable",
@@ -4623,8 +4623,8 @@
4623
4623
  "value": "16px",
4624
4624
  "scope": "default",
4625
4625
  "line": {
4626
- "start": 60,
4627
- "end": 60
4626
+ "start": 62,
4627
+ "end": 62
4628
4628
  }
4629
4629
  },
4630
4630
  "group": [
@@ -4639,8 +4639,8 @@
4639
4639
  {
4640
4640
  "description": "xtra small icon size.\n",
4641
4641
  "commentRange": {
4642
- "start": 61,
4643
- "end": 62
4642
+ "start": 63,
4643
+ "end": 64
4644
4644
  },
4645
4645
  "context": {
4646
4646
  "type": "variable",
@@ -4648,8 +4648,8 @@
4648
4648
  "value": "calc( #{$kendo-icon-size} * .75 )",
4649
4649
  "scope": "default",
4650
4650
  "line": {
4651
- "start": 63,
4652
- "end": 63
4651
+ "start": 65,
4652
+ "end": 65
4653
4653
  }
4654
4654
  },
4655
4655
  "group": [
@@ -4664,8 +4664,8 @@
4664
4664
  {
4665
4665
  "description": "Small icon size.\n",
4666
4666
  "commentRange": {
4667
- "start": 64,
4668
- "end": 65
4667
+ "start": 66,
4668
+ "end": 67
4669
4669
  },
4670
4670
  "context": {
4671
4671
  "type": "variable",
@@ -4673,8 +4673,8 @@
4673
4673
  "value": "calc( #{$kendo-icon-size} * .875 )",
4674
4674
  "scope": "default",
4675
4675
  "line": {
4676
- "start": 66,
4677
- "end": 66
4676
+ "start": 68,
4677
+ "end": 68
4678
4678
  }
4679
4679
  },
4680
4680
  "group": [
@@ -4689,8 +4689,8 @@
4689
4689
  {
4690
4690
  "description": "Medium icon size.\n",
4691
4691
  "commentRange": {
4692
- "start": 67,
4693
- "end": 68
4692
+ "start": 69,
4693
+ "end": 70
4694
4694
  },
4695
4695
  "context": {
4696
4696
  "type": "variable",
@@ -4698,8 +4698,8 @@
4698
4698
  "value": "$kendo-icon-size",
4699
4699
  "scope": "default",
4700
4700
  "line": {
4701
- "start": 69,
4702
- "end": 69
4701
+ "start": 71,
4702
+ "end": 71
4703
4703
  }
4704
4704
  },
4705
4705
  "group": [
@@ -4714,8 +4714,8 @@
4714
4714
  {
4715
4715
  "description": "Large icon size.\n",
4716
4716
  "commentRange": {
4717
- "start": 70,
4718
- "end": 71
4717
+ "start": 72,
4718
+ "end": 73
4719
4719
  },
4720
4720
  "context": {
4721
4721
  "type": "variable",
@@ -4723,8 +4723,8 @@
4723
4723
  "value": "calc( #{$kendo-icon-size} * 1.25 )",
4724
4724
  "scope": "default",
4725
4725
  "line": {
4726
- "start": 72,
4727
- "end": 72
4726
+ "start": 74,
4727
+ "end": 74
4728
4728
  }
4729
4729
  },
4730
4730
  "group": [
@@ -4739,8 +4739,8 @@
4739
4739
  {
4740
4740
  "description": "Extra large icon size.\n",
4741
4741
  "commentRange": {
4742
- "start": 73,
4743
- "end": 74
4742
+ "start": 75,
4743
+ "end": 76
4744
4744
  },
4745
4745
  "context": {
4746
4746
  "type": "variable",
@@ -4748,8 +4748,8 @@
4748
4748
  "value": "calc( #{$kendo-icon-size} * 1.5 )",
4749
4749
  "scope": "default",
4750
4750
  "line": {
4751
- "start": 75,
4752
- "end": 75
4751
+ "start": 77,
4752
+ "end": 77
4753
4753
  }
4754
4754
  },
4755
4755
  "group": [
@@ -4764,8 +4764,8 @@
4764
4764
  {
4765
4765
  "description": "Double extra large icon size.\n",
4766
4766
  "commentRange": {
4767
- "start": 76,
4768
- "end": 77
4767
+ "start": 78,
4768
+ "end": 79
4769
4769
  },
4770
4770
  "context": {
4771
4771
  "type": "variable",
@@ -4773,8 +4773,8 @@
4773
4773
  "value": "calc( #{$kendo-icon-size} * 2 )",
4774
4774
  "scope": "default",
4775
4775
  "line": {
4776
- "start": 78,
4777
- "end": 78
4776
+ "start": 80,
4777
+ "end": 80
4778
4778
  }
4779
4779
  },
4780
4780
  "group": [
@@ -4789,8 +4789,8 @@
4789
4789
  {
4790
4790
  "description": "Triple extra large icon size.\n",
4791
4791
  "commentRange": {
4792
- "start": 79,
4793
- "end": 80
4792
+ "start": 81,
4793
+ "end": 82
4794
4794
  },
4795
4795
  "context": {
4796
4796
  "type": "variable",
@@ -4798,8 +4798,8 @@
4798
4798
  "value": "calc( #{$kendo-icon-size} * 3 )",
4799
4799
  "scope": "default",
4800
4800
  "line": {
4801
- "start": 81,
4802
- "end": 81
4801
+ "start": 83,
4802
+ "end": 83
4803
4803
  }
4804
4804
  },
4805
4805
  "group": [
@@ -4814,8 +4814,8 @@
4814
4814
  {
4815
4815
  "description": "Horizontal padding.\n",
4816
4816
  "commentRange": {
4817
- "start": 86,
4818
- "end": 87
4817
+ "start": 88,
4818
+ "end": 89
4819
4819
  },
4820
4820
  "context": {
4821
4821
  "type": "variable",
@@ -4823,8 +4823,8 @@
4823
4823
  "value": "8px",
4824
4824
  "scope": "default",
4825
4825
  "line": {
4826
- "start": 88,
4827
- "end": 88
4826
+ "start": 90,
4827
+ "end": 90
4828
4828
  }
4829
4829
  },
4830
4830
  "group": [
@@ -4839,8 +4839,8 @@
4839
4839
  {
4840
4840
  "description": "Vertical padding.\n",
4841
4841
  "commentRange": {
4842
- "start": 89,
4843
- "end": 90
4842
+ "start": 91,
4843
+ "end": 92
4844
4844
  },
4845
4845
  "context": {
4846
4846
  "type": "variable",
@@ -4848,8 +4848,8 @@
4848
4848
  "value": "4px",
4849
4849
  "scope": "default",
4850
4850
  "line": {
4851
- "start": 91,
4852
- "end": 91
4851
+ "start": 93,
4852
+ "end": 93
4853
4853
  }
4854
4854
  },
4855
4855
  "group": [
@@ -4864,8 +4864,8 @@
4864
4864
  {
4865
4865
  "description": "Small horizontal padding.\n",
4866
4866
  "commentRange": {
4867
- "start": 92,
4868
- "end": 93
4867
+ "start": 94,
4868
+ "end": 95
4869
4869
  },
4870
4870
  "context": {
4871
4871
  "type": "variable",
@@ -4873,8 +4873,8 @@
4873
4873
  "value": "k-map-get( $kendo-spacing, 1 )",
4874
4874
  "scope": "default",
4875
4875
  "line": {
4876
- "start": 94,
4877
- "end": 94
4876
+ "start": 96,
4877
+ "end": 96
4878
4878
  }
4879
4879
  },
4880
4880
  "group": [
@@ -4889,8 +4889,8 @@
4889
4889
  {
4890
4890
  "description": "Small vertical padding.\n",
4891
4891
  "commentRange": {
4892
- "start": 95,
4893
- "end": 96
4892
+ "start": 97,
4893
+ "end": 98
4894
4894
  },
4895
4895
  "context": {
4896
4896
  "type": "variable",
@@ -4898,8 +4898,8 @@
4898
4898
  "value": "k-map-get( $kendo-spacing, 0.5 )",
4899
4899
  "scope": "default",
4900
4900
  "line": {
4901
- "start": 97,
4902
- "end": 97
4901
+ "start": 99,
4902
+ "end": 99
4903
4903
  }
4904
4904
  },
4905
4905
  "group": [
@@ -4914,8 +4914,8 @@
4914
4914
  {
4915
4915
  "description": "Medium horizontal padding.\n",
4916
4916
  "commentRange": {
4917
- "start": 98,
4918
- "end": 99
4917
+ "start": 100,
4918
+ "end": 101
4919
4919
  },
4920
4920
  "context": {
4921
4921
  "type": "variable",
@@ -4923,8 +4923,8 @@
4923
4923
  "value": "k-map-get( $kendo-spacing, 2 )",
4924
4924
  "scope": "default",
4925
4925
  "line": {
4926
- "start": 100,
4927
- "end": 100
4926
+ "start": 102,
4927
+ "end": 102
4928
4928
  }
4929
4929
  },
4930
4930
  "group": [
@@ -4939,8 +4939,8 @@
4939
4939
  {
4940
4940
  "description": "Medium vertical padding.\n",
4941
4941
  "commentRange": {
4942
- "start": 101,
4943
- "end": 102
4942
+ "start": 103,
4943
+ "end": 104
4944
4944
  },
4945
4945
  "context": {
4946
4946
  "type": "variable",
@@ -4948,8 +4948,8 @@
4948
4948
  "value": "k-map-get( $kendo-spacing, 1 )",
4949
4949
  "scope": "default",
4950
4950
  "line": {
4951
- "start": 103,
4952
- "end": 103
4951
+ "start": 105,
4952
+ "end": 105
4953
4953
  }
4954
4954
  },
4955
4955
  "group": [
@@ -4964,8 +4964,8 @@
4964
4964
  {
4965
4965
  "description": "Large horizontal padding.\n",
4966
4966
  "commentRange": {
4967
- "start": 104,
4968
- "end": 105
4967
+ "start": 106,
4968
+ "end": 107
4969
4969
  },
4970
4970
  "context": {
4971
4971
  "type": "variable",
@@ -4973,8 +4973,8 @@
4973
4973
  "value": "k-map-get( $kendo-spacing, 3 )",
4974
4974
  "scope": "default",
4975
4975
  "line": {
4976
- "start": 106,
4977
- "end": 106
4976
+ "start": 108,
4977
+ "end": 108
4978
4978
  }
4979
4979
  },
4980
4980
  "group": [
@@ -4989,8 +4989,8 @@
4989
4989
  {
4990
4990
  "description": "Large vertical padding.\n",
4991
4991
  "commentRange": {
4992
- "start": 107,
4993
- "end": 108
4992
+ "start": 109,
4993
+ "end": 110
4994
4994
  },
4995
4995
  "context": {
4996
4996
  "type": "variable",
@@ -4998,8 +4998,8 @@
4998
4998
  "value": "k-map-get( $kendo-spacing, 1.5 )",
4999
4999
  "scope": "default",
5000
5000
  "line": {
5001
- "start": 109,
5002
- "end": 109
5001
+ "start": 111,
5002
+ "end": 111
5003
5003
  }
5004
5004
  },
5005
5005
  "group": [
@@ -5014,8 +5014,8 @@
5014
5014
  {
5015
5015
  "description": "Border radius for all components.\n",
5016
5016
  "commentRange": {
5017
- "start": 111,
5018
- "end": 112
5017
+ "start": 113,
5018
+ "end": 114
5019
5019
  },
5020
5020
  "context": {
5021
5021
  "type": "variable",
@@ -5023,8 +5023,8 @@
5023
5023
  "value": "k-map-get( $kendo-spacing, 1 )",
5024
5024
  "scope": "default",
5025
5025
  "line": {
5026
- "start": 113,
5027
- "end": 113
5026
+ "start": 115,
5027
+ "end": 115
5028
5028
  }
5029
5029
  },
5030
5030
  "group": [
@@ -5039,8 +5039,8 @@
5039
5039
  {
5040
5040
  "description": "Small border radius.\n",
5041
5041
  "commentRange": {
5042
- "start": 114,
5043
- "end": 115
5042
+ "start": 116,
5043
+ "end": 117
5044
5044
  },
5045
5045
  "context": {
5046
5046
  "type": "variable",
@@ -5048,8 +5048,8 @@
5048
5048
  "value": "$kendo-border-radius - k-map-get( $kendo-spacing, 0.5 )",
5049
5049
  "scope": "default",
5050
5050
  "line": {
5051
- "start": 116,
5052
- "end": 116
5051
+ "start": 118,
5052
+ "end": 118
5053
5053
  }
5054
5054
  },
5055
5055
  "group": [
@@ -5064,8 +5064,8 @@
5064
5064
  {
5065
5065
  "description": "Medium border radius.\n",
5066
5066
  "commentRange": {
5067
- "start": 117,
5068
- "end": 118
5067
+ "start": 119,
5068
+ "end": 120
5069
5069
  },
5070
5070
  "context": {
5071
5071
  "type": "variable",
@@ -5073,8 +5073,8 @@
5073
5073
  "value": "$kendo-border-radius",
5074
5074
  "scope": "default",
5075
5075
  "line": {
5076
- "start": 119,
5077
- "end": 119
5076
+ "start": 121,
5077
+ "end": 121
5078
5078
  }
5079
5079
  },
5080
5080
  "group": [
@@ -5089,8 +5089,8 @@
5089
5089
  {
5090
5090
  "description": "Large border radius.\n",
5091
5091
  "commentRange": {
5092
- "start": 120,
5093
- "end": 121
5092
+ "start": 122,
5093
+ "end": 123
5094
5094
  },
5095
5095
  "context": {
5096
5096
  "type": "variable",
@@ -5098,8 +5098,8 @@
5098
5098
  "value": "$kendo-border-radius + k-map-get( $kendo-spacing, 0.5 )",
5099
5099
  "scope": "default",
5100
5100
  "line": {
5101
- "start": 122,
5102
- "end": 122
5101
+ "start": 124,
5102
+ "end": 124
5103
5103
  }
5104
5104
  },
5105
5105
  "group": [
@@ -5114,8 +5114,8 @@
5114
5114
  {
5115
5115
  "description": "Background color of the body.\n",
5116
5116
  "commentRange": {
5117
- "start": 321,
5118
- "end": 322
5117
+ "start": 323,
5118
+ "end": 324
5119
5119
  },
5120
5120
  "context": {
5121
5121
  "type": "variable",
@@ -5123,8 +5123,8 @@
5123
5123
  "value": "$kendo-color-white",
5124
5124
  "scope": "default",
5125
5125
  "line": {
5126
- "start": 323,
5127
- "end": 323
5126
+ "start": 325,
5127
+ "end": 325
5128
5128
  }
5129
5129
  },
5130
5130
  "group": [
@@ -5139,8 +5139,8 @@
5139
5139
  {
5140
5140
  "description": "Text color of the body.\n",
5141
5141
  "commentRange": {
5142
- "start": 324,
5143
- "end": 325
5142
+ "start": 326,
5143
+ "end": 327
5144
5144
  },
5145
5145
  "context": {
5146
5146
  "type": "variable",
@@ -5148,8 +5148,8 @@
5148
5148
  "value": "#424242",
5149
5149
  "scope": "default",
5150
5150
  "line": {
5151
- "start": 326,
5152
- "end": 326
5151
+ "start": 328,
5152
+ "end": 328
5153
5153
  }
5154
5154
  },
5155
5155
  "group": [
@@ -5164,8 +5164,8 @@
5164
5164
  {
5165
5165
  "description": "Subtle text color.\n",
5166
5166
  "commentRange": {
5167
- "start": 328,
5168
- "end": 329
5167
+ "start": 330,
5168
+ "end": 331
5169
5169
  },
5170
5170
  "context": {
5171
5171
  "type": "variable",
@@ -5173,8 +5173,8 @@
5173
5173
  "value": "#666666",
5174
5174
  "scope": "default",
5175
5175
  "line": {
5176
- "start": 330,
5177
- "end": 330
5176
+ "start": 332,
5177
+ "end": 332
5178
5178
  }
5179
5179
  },
5180
5180
  "group": [
@@ -5189,8 +5189,8 @@
5189
5189
  {
5190
5190
  "description": "Text color of the links.\n",
5191
5191
  "commentRange": {
5192
- "start": 337,
5193
- "end": 338
5192
+ "start": 339,
5193
+ "end": 340
5194
5194
  },
5195
5195
  "context": {
5196
5196
  "type": "variable",
@@ -5198,8 +5198,8 @@
5198
5198
  "value": "$kendo-color-primary",
5199
5199
  "scope": "default",
5200
5200
  "line": {
5201
- "start": 339,
5202
- "end": 339
5201
+ "start": 341,
5202
+ "end": 341
5203
5203
  }
5204
5204
  },
5205
5205
  "group": [
@@ -5214,8 +5214,8 @@
5214
5214
  {
5215
5215
  "description": "Text color of the links on hover.\n",
5216
5216
  "commentRange": {
5217
- "start": 340,
5218
- "end": 341
5217
+ "start": 342,
5218
+ "end": 343
5219
5219
  },
5220
5220
  "context": {
5221
5221
  "type": "variable",
@@ -5223,8 +5223,8 @@
5223
5223
  "value": "$kendo-color-primary-darker",
5224
5224
  "scope": "default",
5225
5225
  "line": {
5226
- "start": 342,
5227
- "end": 342
5226
+ "start": 344,
5227
+ "end": 344
5228
5228
  }
5229
5229
  },
5230
5230
  "group": [
@@ -5239,8 +5239,8 @@
5239
5239
  {
5240
5240
  "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",
5241
5241
  "commentRange": {
5242
- "start": 348,
5243
- "end": 350
5242
+ "start": 350,
5243
+ "end": 352
5244
5244
  },
5245
5245
  "context": {
5246
5246
  "type": "variable",
@@ -5248,8 +5248,8 @@
5248
5248
  "value": "$kendo-body-bg",
5249
5249
  "scope": "default",
5250
5250
  "line": {
5251
- "start": 351,
5252
- "end": 351
5251
+ "start": 353,
5252
+ "end": 353
5253
5253
  }
5254
5254
  },
5255
5255
  "group": [
@@ -5264,8 +5264,8 @@
5264
5264
  {
5265
5265
  "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",
5266
5266
  "commentRange": {
5267
- "start": 352,
5268
- "end": 354
5267
+ "start": 354,
5268
+ "end": 356
5269
5269
  },
5270
5270
  "context": {
5271
5271
  "type": "variable",
@@ -5273,8 +5273,8 @@
5273
5273
  "value": "$kendo-body-text",
5274
5274
  "scope": "default",
5275
5275
  "line": {
5276
- "start": 355,
5277
- "end": 355
5276
+ "start": 357,
5277
+ "end": 357
5278
5278
  }
5279
5279
  },
5280
5280
  "group": [
@@ -5289,8 +5289,8 @@
5289
5289
  {
5290
5290
  "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",
5291
5291
  "commentRange": {
5292
- "start": 356,
5293
- "end": 358
5292
+ "start": 358,
5293
+ "end": 360
5294
5294
  },
5295
5295
  "context": {
5296
5296
  "type": "variable",
@@ -5298,8 +5298,8 @@
5298
5298
  "value": "rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 )",
5299
5299
  "scope": "default",
5300
5300
  "line": {
5301
- "start": 359,
5302
- "end": 359
5301
+ "start": 361,
5302
+ "end": 361
5303
5303
  }
5304
5304
  },
5305
5305
  "group": [
@@ -5314,8 +5314,8 @@
5314
5314
  {
5315
5315
  "description": "Background color of the component header.\n",
5316
5316
  "commentRange": {
5317
- "start": 421,
5318
- "end": 422
5317
+ "start": 423,
5318
+ "end": 424
5319
5319
  },
5320
5320
  "context": {
5321
5321
  "type": "variable",
@@ -5323,8 +5323,8 @@
5323
5323
  "value": "$kendo-base-bg",
5324
5324
  "scope": "default",
5325
5325
  "line": {
5326
- "start": 423,
5327
- "end": 423
5326
+ "start": 425,
5327
+ "end": 425
5328
5328
  }
5329
5329
  },
5330
5330
  "group": [
@@ -5339,8 +5339,8 @@
5339
5339
  {
5340
5340
  "description": "Text color of the component header.\n",
5341
5341
  "commentRange": {
5342
- "start": 424,
5343
- "end": 425
5342
+ "start": 426,
5343
+ "end": 427
5344
5344
  },
5345
5345
  "context": {
5346
5346
  "type": "variable",
@@ -5348,8 +5348,8 @@
5348
5348
  "value": "$kendo-base-text",
5349
5349
  "scope": "default",
5350
5350
  "line": {
5351
- "start": 426,
5352
- "end": 426
5351
+ "start": 428,
5352
+ "end": 428
5353
5353
  }
5354
5354
  },
5355
5355
  "group": [
@@ -5364,8 +5364,8 @@
5364
5364
  {
5365
5365
  "description": "Border color of the component header.\n",
5366
5366
  "commentRange": {
5367
- "start": 427,
5368
- "end": 428
5367
+ "start": 429,
5368
+ "end": 430
5369
5369
  },
5370
5370
  "context": {
5371
5371
  "type": "variable",
@@ -5373,8 +5373,8 @@
5373
5373
  "value": "$kendo-base-border",
5374
5374
  "scope": "default",
5375
5375
  "line": {
5376
- "start": 429,
5377
- "end": 429
5376
+ "start": 431,
5377
+ "end": 431
5378
5378
  }
5379
5379
  },
5380
5380
  "group": [
@@ -5389,8 +5389,8 @@
5389
5389
  {
5390
5390
  "description": "Gradient of the component header.\n",
5391
5391
  "commentRange": {
5392
- "start": 430,
5393
- "end": 431
5392
+ "start": 432,
5393
+ "end": 433
5394
5394
  },
5395
5395
  "context": {
5396
5396
  "type": "variable",
@@ -5398,8 +5398,8 @@
5398
5398
  "value": "null",
5399
5399
  "scope": "default",
5400
5400
  "line": {
5401
- "start": 432,
5402
- "end": 432
5401
+ "start": 434,
5402
+ "end": 434
5403
5403
  }
5404
5404
  },
5405
5405
  "group": [
@@ -5414,8 +5414,8 @@
5414
5414
  {
5415
5415
  "description": "Background color of the invalid items.\n",
5416
5416
  "commentRange": {
5417
- "start": 435,
5418
- "end": 436
5417
+ "start": 437,
5418
+ "end": 438
5419
5419
  },
5420
5420
  "context": {
5421
5421
  "type": "variable",
@@ -5423,8 +5423,8 @@
5423
5423
  "value": "null",
5424
5424
  "scope": "default",
5425
5425
  "line": {
5426
- "start": 437,
5427
- "end": 437
5426
+ "start": 439,
5427
+ "end": 439
5428
5428
  }
5429
5429
  },
5430
5430
  "group": [
@@ -5439,8 +5439,8 @@
5439
5439
  {
5440
5440
  "description": "Text color of the invalid items.\n",
5441
5441
  "commentRange": {
5442
- "start": 438,
5443
- "end": 439
5442
+ "start": 440,
5443
+ "end": 441
5444
5444
  },
5445
5445
  "context": {
5446
5446
  "type": "variable",
@@ -5448,8 +5448,8 @@
5448
5448
  "value": "$kendo-color-error",
5449
5449
  "scope": "default",
5450
5450
  "line": {
5451
- "start": 440,
5452
- "end": 440
5451
+ "start": 442,
5452
+ "end": 442
5453
5453
  }
5454
5454
  },
5455
5455
  "group": [
@@ -5464,8 +5464,8 @@
5464
5464
  {
5465
5465
  "description": "Border color of the invalid items.\n",
5466
5466
  "commentRange": {
5467
- "start": 441,
5468
- "end": 442
5467
+ "start": 443,
5468
+ "end": 444
5469
5469
  },
5470
5470
  "context": {
5471
5471
  "type": "variable",
@@ -5473,8 +5473,8 @@
5473
5473
  "value": "$kendo-color-error",
5474
5474
  "scope": "default",
5475
5475
  "line": {
5476
- "start": 443,
5477
- "end": 443
5476
+ "start": 445,
5477
+ "end": 445
5478
5478
  }
5479
5479
  },
5480
5480
  "group": [
@@ -5489,8 +5489,8 @@
5489
5489
  {
5490
5490
  "description": "Shadow of the invalid items.\n",
5491
5491
  "commentRange": {
5492
- "start": 444,
5493
- "end": 445
5492
+ "start": 446,
5493
+ "end": 447
5494
5494
  },
5495
5495
  "context": {
5496
5496
  "type": "variable",
@@ -5498,8 +5498,8 @@
5498
5498
  "value": "null",
5499
5499
  "scope": "default",
5500
5500
  "line": {
5501
- "start": 446,
5502
- "end": 446
5501
+ "start": 448,
5502
+ "end": 448
5503
5503
  }
5504
5504
  },
5505
5505
  "group": [
@@ -6162,19 +6162,44 @@
6162
6162
  }
6163
6163
  },
6164
6164
  {
6165
- "description": "The base shadow of the FAB.\n",
6165
+ "description": "Size map for the FAB.\n",
6166
6166
  "commentRange": {
6167
6167
  "start": 93,
6168
6168
  "end": 94
6169
6169
  },
6170
+ "context": {
6171
+ "type": "variable",
6172
+ "name": "kendo-fab-sizes",
6173
+ "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)",
6174
+ "scope": "default",
6175
+ "line": {
6176
+ "start": 95,
6177
+ "end": 108
6178
+ }
6179
+ },
6180
+ "group": [
6181
+ "floating-action-button"
6182
+ ],
6183
+ "access": "public",
6184
+ "file": {
6185
+ "path": "fab/_variables.scss",
6186
+ "name": "_variables.scss"
6187
+ }
6188
+ },
6189
+ {
6190
+ "description": "The base shadow of the FAB.\n",
6191
+ "commentRange": {
6192
+ "start": 110,
6193
+ "end": 111
6194
+ },
6170
6195
  "context": {
6171
6196
  "type": "variable",
6172
6197
  "name": "kendo-fab-shadow",
6173
6198
  "value": "0 6px 10px rgba(0, 0, 0, .14), 0 1px 18px rgba(0, 0, 0, .12), 0 3px 5px rgba(0, 0, 0, .2)",
6174
6199
  "scope": "default",
6175
6200
  "line": {
6176
- "start": 95,
6177
- "end": 95
6201
+ "start": 112,
6202
+ "end": 112
6178
6203
  }
6179
6204
  },
6180
6205
  "group": [
@@ -6189,8 +6214,8 @@
6189
6214
  {
6190
6215
  "description": "The disabled shadow of the FAB.\n",
6191
6216
  "commentRange": {
6192
- "start": 96,
6193
- "end": 97
6217
+ "start": 113,
6218
+ "end": 114
6194
6219
  },
6195
6220
  "context": {
6196
6221
  "type": "variable",
@@ -6198,8 +6223,8 @@
6198
6223
  "value": "0 6px 10px k-try-tint( rgba(0, 0, 0, .14), .5 ), 0 1px 18px k-try-tint( rgba(0, 0, 0, .12), .5 ), 0 3px 5px k-try-tint( rgba(0, 0, 0, .2), .5 )",
6199
6224
  "scope": "default",
6200
6225
  "line": {
6201
- "start": 98,
6202
- "end": 98
6226
+ "start": 115,
6227
+ "end": 115
6203
6228
  }
6204
6229
  },
6205
6230
  "group": [
@@ -6214,8 +6239,8 @@
6214
6239
  {
6215
6240
  "description": "The active shadow of the FAB.\n",
6216
6241
  "commentRange": {
6217
- "start": 99,
6218
- "end": 100
6242
+ "start": 116,
6243
+ "end": 117
6219
6244
  },
6220
6245
  "context": {
6221
6246
  "type": "variable",
@@ -6223,8 +6248,58 @@
6223
6248
  "value": "null",
6224
6249
  "scope": "default",
6225
6250
  "line": {
6226
- "start": 101,
6227
- "end": 101
6251
+ "start": 118,
6252
+ "end": 118
6253
+ }
6254
+ },
6255
+ "group": [
6256
+ "floating-action-button"
6257
+ ],
6258
+ "access": "public",
6259
+ "file": {
6260
+ "path": "fab/_variables.scss",
6261
+ "name": "_variables.scss"
6262
+ }
6263
+ },
6264
+ {
6265
+ "description": "The outline style of the FAB.\n",
6266
+ "commentRange": {
6267
+ "start": 119,
6268
+ "end": 120
6269
+ },
6270
+ "context": {
6271
+ "type": "variable",
6272
+ "name": "kendo-fab-outline-style",
6273
+ "value": "solid",
6274
+ "scope": "default",
6275
+ "line": {
6276
+ "start": 121,
6277
+ "end": 121
6278
+ }
6279
+ },
6280
+ "group": [
6281
+ "floating-action-button"
6282
+ ],
6283
+ "access": "public",
6284
+ "file": {
6285
+ "path": "fab/_variables.scss",
6286
+ "name": "_variables.scss"
6287
+ }
6288
+ },
6289
+ {
6290
+ "description": "The outline width of the FAB.\n",
6291
+ "commentRange": {
6292
+ "start": 122,
6293
+ "end": 123
6294
+ },
6295
+ "context": {
6296
+ "type": "variable",
6297
+ "name": "kendo-fab-outline-width",
6298
+ "value": "k-map-get( $kendo-spacing, 0.5 )",
6299
+ "scope": "default",
6300
+ "line": {
6301
+ "start": 124,
6302
+ "end": 124
6228
6303
  }
6229
6304
  },
6230
6305
  "group": [
@@ -6239,8 +6314,8 @@
6239
6314
  {
6240
6315
  "description": "The base text color of the FAB item.\n",
6241
6316
  "commentRange": {
6242
- "start": 103,
6243
- "end": 104
6317
+ "start": 126,
6318
+ "end": 127
6244
6319
  },
6245
6320
  "context": {
6246
6321
  "type": "variable",
@@ -6248,8 +6323,8 @@
6248
6323
  "value": "$kendo-component-text",
6249
6324
  "scope": "default",
6250
6325
  "line": {
6251
- "start": 105,
6252
- "end": 105
6326
+ "start": 128,
6327
+ "end": 128
6253
6328
  }
6254
6329
  },
6255
6330
  "group": [
@@ -6264,8 +6339,8 @@
6264
6339
  {
6265
6340
  "description": "The base background color of the FAB item.\n",
6266
6341
  "commentRange": {
6267
- "start": 106,
6268
- "end": 107
6342
+ "start": 129,
6343
+ "end": 130
6269
6344
  },
6270
6345
  "context": {
6271
6346
  "type": "variable",
@@ -6273,8 +6348,8 @@
6273
6348
  "value": "$kendo-component-bg",
6274
6349
  "scope": "default",
6275
6350
  "line": {
6276
- "start": 108,
6277
- "end": 108
6351
+ "start": 131,
6352
+ "end": 131
6278
6353
  }
6279
6354
  },
6280
6355
  "group": [
@@ -6289,8 +6364,8 @@
6289
6364
  {
6290
6365
  "description": "The base border color of the FAB item.\n",
6291
6366
  "commentRange": {
6292
- "start": 109,
6293
- "end": 110
6367
+ "start": 132,
6368
+ "end": 133
6294
6369
  },
6295
6370
  "context": {
6296
6371
  "type": "variable",
@@ -6298,8 +6373,8 @@
6298
6373
  "value": "$kendo-component-border",
6299
6374
  "scope": "default",
6300
6375
  "line": {
6301
- "start": 111,
6302
- "end": 111
6376
+ "start": 134,
6377
+ "end": 134
6303
6378
  }
6304
6379
  },
6305
6380
  "group": [
@@ -6314,8 +6389,8 @@
6314
6389
  {
6315
6390
  "description": "The base text color of the FAB item icon.\n",
6316
6391
  "commentRange": {
6317
- "start": 113,
6318
- "end": 114
6392
+ "start": 136,
6393
+ "end": 137
6319
6394
  },
6320
6395
  "context": {
6321
6396
  "type": "variable",
@@ -6323,8 +6398,8 @@
6323
6398
  "value": "$kendo-button-text",
6324
6399
  "scope": "default",
6325
6400
  "line": {
6326
- "start": 115,
6327
- "end": 115
6401
+ "start": 138,
6402
+ "end": 138
6328
6403
  }
6329
6404
  },
6330
6405
  "group": [
@@ -6339,8 +6414,8 @@
6339
6414
  {
6340
6415
  "description": "The base background color of the FAB item icon.\n",
6341
6416
  "commentRange": {
6342
- "start": 116,
6343
- "end": 117
6417
+ "start": 139,
6418
+ "end": 140
6344
6419
  },
6345
6420
  "context": {
6346
6421
  "type": "variable",
@@ -6348,8 +6423,8 @@
6348
6423
  "value": "$kendo-button-bg",
6349
6424
  "scope": "default",
6350
6425
  "line": {
6351
- "start": 118,
6352
- "end": 118
6426
+ "start": 141,
6427
+ "end": 141
6353
6428
  }
6354
6429
  },
6355
6430
  "group": [
@@ -6364,8 +6439,8 @@
6364
6439
  {
6365
6440
  "description": "The base border color of the FAB item icon.\n",
6366
6441
  "commentRange": {
6367
- "start": 119,
6368
- "end": 120
6442
+ "start": 142,
6443
+ "end": 143
6369
6444
  },
6370
6445
  "context": {
6371
6446
  "type": "variable",
@@ -6373,8 +6448,8 @@
6373
6448
  "value": "$kendo-button-border",
6374
6449
  "scope": "default",
6375
6450
  "line": {
6376
- "start": 121,
6377
- "end": 121
6451
+ "start": 144,
6452
+ "end": 144
6378
6453
  }
6379
6454
  },
6380
6455
  "group": [
@@ -6389,8 +6464,8 @@
6389
6464
  {
6390
6465
  "description": "The base shadow of the FAB item.\n",
6391
6466
  "commentRange": {
6392
- "start": 123,
6393
- "end": 124
6467
+ "start": 146,
6468
+ "end": 147
6394
6469
  },
6395
6470
  "context": {
6396
6471
  "type": "variable",
@@ -6398,8 +6473,8 @@
6398
6473
  "value": "$kendo-fab-shadow",
6399
6474
  "scope": "default",
6400
6475
  "line": {
6401
- "start": 125,
6402
- "end": 125
6476
+ "start": 148,
6477
+ "end": 148
6403
6478
  }
6404
6479
  },
6405
6480
  "group": [
@@ -6414,8 +6489,8 @@
6414
6489
  {
6415
6490
  "description": "The disabled shadow of the FAB item.\n",
6416
6491
  "commentRange": {
6417
- "start": 126,
6418
- "end": 127
6492
+ "start": 149,
6493
+ "end": 150
6419
6494
  },
6420
6495
  "context": {
6421
6496
  "type": "variable",
@@ -6423,8 +6498,8 @@
6423
6498
  "value": "$kendo-fab-disabled-shadow",
6424
6499
  "scope": "default",
6425
6500
  "line": {
6426
- "start": 128,
6427
- "end": 128
6501
+ "start": 151,
6502
+ "end": 151
6428
6503
  }
6429
6504
  },
6430
6505
  "group": [
@@ -6439,8 +6514,8 @@
6439
6514
  {
6440
6515
  "description": "The active shadow of the FAB item.\n",
6441
6516
  "commentRange": {
6442
- "start": 129,
6443
- "end": 130
6517
+ "start": 152,
6518
+ "end": 153
6444
6519
  },
6445
6520
  "context": {
6446
6521
  "type": "variable",
@@ -6448,8 +6523,83 @@
6448
6523
  "value": "$kendo-fab-active-shadow",
6449
6524
  "scope": "default",
6450
6525
  "line": {
6451
- "start": 131,
6452
- "end": 131
6526
+ "start": 154,
6527
+ "end": 154
6528
+ }
6529
+ },
6530
+ "group": [
6531
+ "floating-action-button"
6532
+ ],
6533
+ "access": "public",
6534
+ "file": {
6535
+ "path": "fab/_variables.scss",
6536
+ "name": "_variables.scss"
6537
+ }
6538
+ },
6539
+ {
6540
+ "description": "The outline style of the FAB item.\n",
6541
+ "commentRange": {
6542
+ "start": 155,
6543
+ "end": 156
6544
+ },
6545
+ "context": {
6546
+ "type": "variable",
6547
+ "name": "kendo-fab-item-outline-style",
6548
+ "value": "solid",
6549
+ "scope": "default",
6550
+ "line": {
6551
+ "start": 157,
6552
+ "end": 157
6553
+ }
6554
+ },
6555
+ "group": [
6556
+ "floating-action-button"
6557
+ ],
6558
+ "access": "public",
6559
+ "file": {
6560
+ "path": "fab/_variables.scss",
6561
+ "name": "_variables.scss"
6562
+ }
6563
+ },
6564
+ {
6565
+ "description": "The outline width of the FAB item.\n",
6566
+ "commentRange": {
6567
+ "start": 158,
6568
+ "end": 159
6569
+ },
6570
+ "context": {
6571
+ "type": "variable",
6572
+ "name": "kendo-fab-item-outline-width",
6573
+ "value": "k-map-get( $kendo-spacing, 0.5 )",
6574
+ "scope": "default",
6575
+ "line": {
6576
+ "start": 160,
6577
+ "end": 160
6578
+ }
6579
+ },
6580
+ "group": [
6581
+ "floating-action-button"
6582
+ ],
6583
+ "access": "public",
6584
+ "file": {
6585
+ "path": "fab/_variables.scss",
6586
+ "name": "_variables.scss"
6587
+ }
6588
+ },
6589
+ {
6590
+ "description": "The outline color of the FAB item.\n",
6591
+ "commentRange": {
6592
+ "start": 161,
6593
+ "end": 162
6594
+ },
6595
+ "context": {
6596
+ "type": "variable",
6597
+ "name": "kendo-fab-item-outline-color",
6598
+ "value": "rgba(0, 0, 0, .08)",
6599
+ "scope": "default",
6600
+ "line": {
6601
+ "start": 163,
6602
+ "end": 163
6453
6603
  }
6454
6604
  },
6455
6605
  "group": [
@@ -6764,8 +6914,8 @@
6764
6914
  {
6765
6915
  "description": "Background color of the grid component\n",
6766
6916
  "commentRange": {
6767
- "start": 131,
6768
- "end": 132
6917
+ "start": 139,
6918
+ "end": 140
6769
6919
  },
6770
6920
  "context": {
6771
6921
  "type": "variable",
@@ -6773,8 +6923,8 @@
6773
6923
  "value": "$kendo-table-bg",
6774
6924
  "scope": "default",
6775
6925
  "line": {
6776
- "start": 133,
6777
- "end": 133
6926
+ "start": 141,
6927
+ "end": 141
6778
6928
  }
6779
6929
  },
6780
6930
  "group": [
@@ -6789,8 +6939,8 @@
6789
6939
  {
6790
6940
  "description": "Text color of the grid component\n",
6791
6941
  "commentRange": {
6792
- "start": 134,
6793
- "end": 135
6942
+ "start": 142,
6943
+ "end": 143
6794
6944
  },
6795
6945
  "context": {
6796
6946
  "type": "variable",
@@ -6798,9 +6948,9 @@
6798
6948
  "value": "$kendo-table-text",
6799
6949
  "scope": "default",
6800
6950
  "line": {
6801
- "start": 136,
6802
- "end": 136
6803
- }
6951
+ "start": 144,
6952
+ "end": 144
6953
+ }
6804
6954
  },
6805
6955
  "group": [
6806
6956
  "grid"
@@ -6814,8 +6964,8 @@
6814
6964
  {
6815
6965
  "description": "Border color of the grid component\n",
6816
6966
  "commentRange": {
6817
- "start": 137,
6818
- "end": 138
6967
+ "start": 145,
6968
+ "end": 146
6819
6969
  },
6820
6970
  "context": {
6821
6971
  "type": "variable",
@@ -6823,8 +6973,8 @@
6823
6973
  "value": "$kendo-table-border",
6824
6974
  "scope": "default",
6825
6975
  "line": {
6826
- "start": 139,
6827
- "end": 139
6976
+ "start": 147,
6977
+ "end": 147
6828
6978
  }
6829
6979
  },
6830
6980
  "group": [
@@ -6839,8 +6989,8 @@
6839
6989
  {
6840
6990
  "description": "Background color of grid header\n",
6841
6991
  "commentRange": {
6842
- "start": 141,
6843
- "end": 142
6992
+ "start": 149,
6993
+ "end": 150
6844
6994
  },
6845
6995
  "context": {
6846
6996
  "type": "variable",
@@ -6848,8 +6998,8 @@
6848
6998
  "value": "$kendo-table-header-bg",
6849
6999
  "scope": "default",
6850
7000
  "line": {
6851
- "start": 143,
6852
- "end": 143
7001
+ "start": 151,
7002
+ "end": 151
6853
7003
  }
6854
7004
  },
6855
7005
  "group": [
@@ -6864,8 +7014,8 @@
6864
7014
  {
6865
7015
  "description": "Text color of grid header\n",
6866
7016
  "commentRange": {
6867
- "start": 144,
6868
- "end": 145
7017
+ "start": 152,
7018
+ "end": 153
6869
7019
  },
6870
7020
  "context": {
6871
7021
  "type": "variable",
@@ -6873,8 +7023,8 @@
6873
7023
  "value": "$kendo-table-header-text",
6874
7024
  "scope": "default",
6875
7025
  "line": {
6876
- "start": 146,
6877
- "end": 146
7026
+ "start": 154,
7027
+ "end": 154
6878
7028
  }
6879
7029
  },
6880
7030
  "group": [
@@ -6889,8 +7039,8 @@
6889
7039
  {
6890
7040
  "description": "Border color of grid header\n",
6891
7041
  "commentRange": {
6892
- "start": 147,
6893
- "end": 148
7042
+ "start": 155,
7043
+ "end": 156
6894
7044
  },
6895
7045
  "context": {
6896
7046
  "type": "variable",
@@ -6898,8 +7048,8 @@
6898
7048
  "value": "$kendo-table-header-border",
6899
7049
  "scope": "default",
6900
7050
  "line": {
6901
- "start": 149,
6902
- "end": 149
7051
+ "start": 157,
7052
+ "end": 157
6903
7053
  }
6904
7054
  },
6905
7055
  "group": [
@@ -6914,8 +7064,8 @@
6914
7064
  {
6915
7065
  "description": "Background gradient of grid header\n",
6916
7066
  "commentRange": {
6917
- "start": 150,
6918
- "end": 151
7067
+ "start": 158,
7068
+ "end": 159
6919
7069
  },
6920
7070
  "context": {
6921
7071
  "type": "variable",
@@ -6923,8 +7073,8 @@
6923
7073
  "value": "$kendo-table-header-gradient",
6924
7074
  "scope": "default",
6925
7075
  "line": {
6926
- "start": 152,
6927
- "end": 152
7076
+ "start": 160,
7077
+ "end": 160
6928
7078
  }
6929
7079
  },
6930
7080
  "group": [
@@ -6939,8 +7089,8 @@
6939
7089
  {
6940
7090
  "description": "Background color of grid footer\n",
6941
7091
  "commentRange": {
6942
- "start": 154,
6943
- "end": 155
7092
+ "start": 162,
7093
+ "end": 163
6944
7094
  },
6945
7095
  "context": {
6946
7096
  "type": "variable",
@@ -6948,8 +7098,8 @@
6948
7098
  "value": "$kendo-grid-header-bg",
6949
7099
  "scope": "default",
6950
7100
  "line": {
6951
- "start": 156,
6952
- "end": 156
7101
+ "start": 164,
7102
+ "end": 164
6953
7103
  }
6954
7104
  },
6955
7105
  "group": [
@@ -6964,8 +7114,8 @@
6964
7114
  {
6965
7115
  "description": "Text color of grid footer\n",
6966
7116
  "commentRange": {
6967
- "start": 157,
6968
- "end": 158
7117
+ "start": 165,
7118
+ "end": 166
6969
7119
  },
6970
7120
  "context": {
6971
7121
  "type": "variable",
@@ -6973,8 +7123,8 @@
6973
7123
  "value": "$kendo-grid-header-text",
6974
7124
  "scope": "default",
6975
7125
  "line": {
6976
- "start": 159,
6977
- "end": 159
7126
+ "start": 167,
7127
+ "end": 167
6978
7128
  }
6979
7129
  },
6980
7130
  "group": [
@@ -6989,8 +7139,8 @@
6989
7139
  {
6990
7140
  "description": "Border color of grid footer\n",
6991
7141
  "commentRange": {
6992
- "start": 160,
6993
- "end": 161
7142
+ "start": 168,
7143
+ "end": 169
6994
7144
  },
6995
7145
  "context": {
6996
7146
  "type": "variable",
@@ -6998,8 +7148,8 @@
6998
7148
  "value": "$kendo-grid-header-border",
6999
7149
  "scope": "default",
7000
7150
  "line": {
7001
- "start": 162,
7002
- "end": 162
7151
+ "start": 170,
7152
+ "end": 170
7003
7153
  }
7004
7154
  },
7005
7155
  "group": [
@@ -7014,8 +7164,8 @@
7014
7164
  {
7015
7165
  "description": "Background color of alternating rows in grid\n",
7016
7166
  "commentRange": {
7017
- "start": 164,
7018
- "end": 165
7167
+ "start": 172,
7168
+ "end": 173
7019
7169
  },
7020
7170
  "context": {
7021
7171
  "type": "variable",
@@ -7023,8 +7173,8 @@
7023
7173
  "value": "$kendo-table-alt-row-bg",
7024
7174
  "scope": "default",
7025
7175
  "line": {
7026
- "start": 166,
7027
- "end": 166
7176
+ "start": 174,
7177
+ "end": 174
7028
7178
  }
7029
7179
  },
7030
7180
  "group": [
@@ -7039,8 +7189,8 @@
7039
7189
  {
7040
7190
  "description": "Text color of alternating rows in grid\n",
7041
7191
  "commentRange": {
7042
- "start": 167,
7043
- "end": 168
7192
+ "start": 175,
7193
+ "end": 176
7044
7194
  },
7045
7195
  "context": {
7046
7196
  "type": "variable",
@@ -7048,8 +7198,258 @@
7048
7198
  "value": "$kendo-table-alt-row-text",
7049
7199
  "scope": "default",
7050
7200
  "line": {
7051
- "start": 169,
7052
- "end": 169
7201
+ "start": 177,
7202
+ "end": 177
7203
+ }
7204
+ },
7205
+ "group": [
7206
+ "grid"
7207
+ ],
7208
+ "access": "public",
7209
+ "file": {
7210
+ "path": "grid/_variables.scss",
7211
+ "name": "_variables.scss"
7212
+ }
7213
+ },
7214
+ {
7215
+ "description": "Border color of alternating rows in grid\n",
7216
+ "commentRange": {
7217
+ "start": 178,
7218
+ "end": 179
7219
+ },
7220
+ "context": {
7221
+ "type": "variable",
7222
+ "name": "kendo-grid-alt-border",
7223
+ "value": "$kendo-table-alt-row-border",
7224
+ "scope": "default",
7225
+ "line": {
7226
+ "start": 180,
7227
+ "end": 180
7228
+ }
7229
+ },
7230
+ "group": [
7231
+ "grid"
7232
+ ],
7233
+ "access": "public",
7234
+ "file": {
7235
+ "path": "grid/_variables.scss",
7236
+ "name": "_variables.scss"
7237
+ }
7238
+ },
7239
+ {
7240
+ "description": "Background color of hovered rows in grid\n",
7241
+ "commentRange": {
7242
+ "start": 182,
7243
+ "end": 183
7244
+ },
7245
+ "context": {
7246
+ "type": "variable",
7247
+ "name": "kendo-grid-hover-bg",
7248
+ "value": "$kendo-table-hover-bg",
7249
+ "scope": "default",
7250
+ "line": {
7251
+ "start": 184,
7252
+ "end": 184
7253
+ }
7254
+ },
7255
+ "group": [
7256
+ "grid"
7257
+ ],
7258
+ "access": "public",
7259
+ "file": {
7260
+ "path": "grid/_variables.scss",
7261
+ "name": "_variables.scss"
7262
+ }
7263
+ },
7264
+ {
7265
+ "description": "Text color of hovered rows in grid\n",
7266
+ "commentRange": {
7267
+ "start": 185,
7268
+ "end": 186
7269
+ },
7270
+ "context": {
7271
+ "type": "variable",
7272
+ "name": "kendo-grid-hover-text",
7273
+ "value": "$kendo-table-hover-text",
7274
+ "scope": "default",
7275
+ "line": {
7276
+ "start": 187,
7277
+ "end": 187
7278
+ }
7279
+ },
7280
+ "group": [
7281
+ "grid"
7282
+ ],
7283
+ "access": "public",
7284
+ "file": {
7285
+ "path": "grid/_variables.scss",
7286
+ "name": "_variables.scss"
7287
+ }
7288
+ },
7289
+ {
7290
+ "description": "Border color of hovered rows in grid\n",
7291
+ "commentRange": {
7292
+ "start": 188,
7293
+ "end": 189
7294
+ },
7295
+ "context": {
7296
+ "type": "variable",
7297
+ "name": "kendo-grid-hover-border",
7298
+ "value": "$kendo-table-hover-border",
7299
+ "scope": "default",
7300
+ "line": {
7301
+ "start": 190,
7302
+ "end": 190
7303
+ }
7304
+ },
7305
+ "group": [
7306
+ "grid"
7307
+ ],
7308
+ "access": "public",
7309
+ "file": {
7310
+ "path": "grid/_variables.scss",
7311
+ "name": "_variables.scss"
7312
+ }
7313
+ },
7314
+ {
7315
+ "description": "Background color of selected rows in grid\n",
7316
+ "commentRange": {
7317
+ "start": 192,
7318
+ "end": 193
7319
+ },
7320
+ "context": {
7321
+ "type": "variable",
7322
+ "name": "kendo-grid-selected-bg",
7323
+ "value": "$kendo-table-selected-bg",
7324
+ "scope": "default",
7325
+ "line": {
7326
+ "start": 194,
7327
+ "end": 194
7328
+ }
7329
+ },
7330
+ "group": [
7331
+ "grid"
7332
+ ],
7333
+ "access": "public",
7334
+ "file": {
7335
+ "path": "grid/_variables.scss",
7336
+ "name": "_variables.scss"
7337
+ }
7338
+ },
7339
+ {
7340
+ "description": "Text color of selected rows in grid\n",
7341
+ "commentRange": {
7342
+ "start": 195,
7343
+ "end": 196
7344
+ },
7345
+ "context": {
7346
+ "type": "variable",
7347
+ "name": "kendo-grid-selected-text",
7348
+ "value": "$kendo-table-selected-text",
7349
+ "scope": "default",
7350
+ "line": {
7351
+ "start": 197,
7352
+ "end": 197
7353
+ }
7354
+ },
7355
+ "group": [
7356
+ "grid"
7357
+ ],
7358
+ "access": "public",
7359
+ "file": {
7360
+ "path": "grid/_variables.scss",
7361
+ "name": "_variables.scss"
7362
+ }
7363
+ },
7364
+ {
7365
+ "description": "Border color of selected rows in grid\n",
7366
+ "commentRange": {
7367
+ "start": 198,
7368
+ "end": 199
7369
+ },
7370
+ "context": {
7371
+ "type": "variable",
7372
+ "name": "kendo-grid-selected-border",
7373
+ "value": "$kendo-table-selected-border",
7374
+ "scope": "default",
7375
+ "line": {
7376
+ "start": 200,
7377
+ "end": 200
7378
+ }
7379
+ },
7380
+ "group": [
7381
+ "grid"
7382
+ ],
7383
+ "access": "public",
7384
+ "file": {
7385
+ "path": "grid/_variables.scss",
7386
+ "name": "_variables.scss"
7387
+ }
7388
+ },
7389
+ {
7390
+ "description": "Background color of the selection aggregates container\n",
7391
+ "commentRange": {
7392
+ "start": 202,
7393
+ "end": 203
7394
+ },
7395
+ "context": {
7396
+ "type": "variable",
7397
+ "name": "kendo-grid-selection-aggregates-bg",
7398
+ "value": "$kendo-grid-header-bg",
7399
+ "scope": "default",
7400
+ "line": {
7401
+ "start": 204,
7402
+ "end": 204
7403
+ }
7404
+ },
7405
+ "group": [
7406
+ "grid"
7407
+ ],
7408
+ "access": "public",
7409
+ "file": {
7410
+ "path": "grid/_variables.scss",
7411
+ "name": "_variables.scss"
7412
+ }
7413
+ },
7414
+ {
7415
+ "description": "Text color of the selection aggregates container\n",
7416
+ "commentRange": {
7417
+ "start": 205,
7418
+ "end": 206
7419
+ },
7420
+ "context": {
7421
+ "type": "variable",
7422
+ "name": "kendo-grid-selection-aggregates-text",
7423
+ "value": "$kendo-grid-text",
7424
+ "scope": "default",
7425
+ "line": {
7426
+ "start": 207,
7427
+ "end": 207
7428
+ }
7429
+ },
7430
+ "group": [
7431
+ "grid"
7432
+ ],
7433
+ "access": "public",
7434
+ "file": {
7435
+ "path": "grid/_variables.scss",
7436
+ "name": "_variables.scss"
7437
+ }
7438
+ },
7439
+ {
7440
+ "description": "Border color of the selection aggregates container\n",
7441
+ "commentRange": {
7442
+ "start": 208,
7443
+ "end": 209
7444
+ },
7445
+ "context": {
7446
+ "type": "variable",
7447
+ "name": "kendo-grid-selection-aggregates-border",
7448
+ "value": "$kendo-grid-border",
7449
+ "scope": "default",
7450
+ "line": {
7451
+ "start": 210,
7452
+ "end": 210
7053
7453
  }
7054
7454
  },
7055
7455
  "group": [
@@ -7062,19 +7462,19 @@
7062
7462
  }
7063
7463
  },
7064
7464
  {
7065
- "description": "Border color of alternating rows in grid\n",
7465
+ "description": "Border width of the selection aggregates container\n",
7066
7466
  "commentRange": {
7067
- "start": 170,
7068
- "end": 171
7467
+ "start": 211,
7468
+ "end": 212
7069
7469
  },
7070
7470
  "context": {
7071
7471
  "type": "variable",
7072
- "name": "kendo-grid-alt-border",
7073
- "value": "$kendo-table-alt-row-border",
7472
+ "name": "kendo-grid-selection-aggregates-border-width",
7473
+ "value": "$kendo-grid-border-width",
7074
7474
  "scope": "default",
7075
7475
  "line": {
7076
- "start": 172,
7077
- "end": 172
7476
+ "start": 213,
7477
+ "end": 213
7078
7478
  }
7079
7479
  },
7080
7480
  "group": [
@@ -7087,19 +7487,19 @@
7087
7487
  }
7088
7488
  },
7089
7489
  {
7090
- "description": "Background color of hovered rows in grid\n",
7490
+ "description": "Spacing between the selection aggregates items\n",
7091
7491
  "commentRange": {
7092
- "start": 174,
7093
- "end": 175
7492
+ "start": 214,
7493
+ "end": 215
7094
7494
  },
7095
7495
  "context": {
7096
7496
  "type": "variable",
7097
- "name": "kendo-grid-hover-bg",
7098
- "value": "$kendo-table-hover-bg",
7497
+ "name": "kendo-grid-selection-aggregates-spacing",
7498
+ "value": "k-map-get( $kendo-spacing, 2 )",
7099
7499
  "scope": "default",
7100
7500
  "line": {
7101
- "start": 176,
7102
- "end": 176
7501
+ "start": 216,
7502
+ "end": 216
7103
7503
  }
7104
7504
  },
7105
7505
  "group": [
@@ -7112,19 +7512,19 @@
7112
7512
  }
7113
7513
  },
7114
7514
  {
7115
- "description": "Text color of hovered rows in grid\n",
7515
+ "description": "Line height of the selection aggregates container\n",
7116
7516
  "commentRange": {
7117
- "start": 177,
7118
- "end": 178
7517
+ "start": 217,
7518
+ "end": 218
7119
7519
  },
7120
7520
  "context": {
7121
7521
  "type": "variable",
7122
- "name": "kendo-grid-hover-text",
7123
- "value": "$kendo-table-hover-text",
7522
+ "name": "kendo-grid-selection-aggregates-line-height",
7523
+ "value": "$kendo-grid-line-height",
7124
7524
  "scope": "default",
7125
7525
  "line": {
7126
- "start": 179,
7127
- "end": 179
7526
+ "start": 219,
7527
+ "end": 219
7128
7528
  }
7129
7529
  },
7130
7530
  "group": [
@@ -7137,19 +7537,19 @@
7137
7537
  }
7138
7538
  },
7139
7539
  {
7140
- "description": "Border color of hovered rows in grid\n",
7540
+ "description": "Font weight of the selection aggregates container\n",
7141
7541
  "commentRange": {
7142
- "start": 180,
7143
- "end": 181
7542
+ "start": 220,
7543
+ "end": 221
7144
7544
  },
7145
7545
  "context": {
7146
7546
  "type": "variable",
7147
- "name": "kendo-grid-hover-border",
7148
- "value": "$kendo-table-hover-border",
7547
+ "name": "kendo-grid-selection-aggregates-font-weight",
7548
+ "value": "$kendo-font-weight-bold",
7149
7549
  "scope": "default",
7150
7550
  "line": {
7151
- "start": 182,
7152
- "end": 182
7551
+ "start": 222,
7552
+ "end": 222
7153
7553
  }
7154
7554
  },
7155
7555
  "group": [
@@ -7162,19 +7562,19 @@
7162
7562
  }
7163
7563
  },
7164
7564
  {
7165
- "description": "Background color of selected rows in grid\n",
7565
+ "description": "Background color of the grid row resize indicator\n",
7166
7566
  "commentRange": {
7167
- "start": 184,
7168
- "end": 185
7567
+ "start": 307,
7568
+ "end": 308
7169
7569
  },
7170
7570
  "context": {
7171
7571
  "type": "variable",
7172
- "name": "kendo-grid-selected-bg",
7173
- "value": "$kendo-table-selected-bg",
7572
+ "name": "kendo-grid-row-resizer-hover-bg",
7573
+ "value": "rgba( k-contrast-color( $kendo-grid-bg ), .12 )",
7174
7574
  "scope": "default",
7175
7575
  "line": {
7176
- "start": 186,
7177
- "end": 186
7576
+ "start": 309,
7577
+ "end": 309
7178
7578
  }
7179
7579
  },
7180
7580
  "group": [
@@ -7187,19 +7587,19 @@
7187
7587
  }
7188
7588
  },
7189
7589
  {
7190
- "description": "Text color of selected rows in grid\n",
7590
+ "description": "Active background color of the grid row resize indicator\n",
7191
7591
  "commentRange": {
7192
- "start": 187,
7193
- "end": 188
7592
+ "start": 310,
7593
+ "end": 311
7194
7594
  },
7195
7595
  "context": {
7196
7596
  "type": "variable",
7197
- "name": "kendo-grid-selected-text",
7198
- "value": "$kendo-table-selected-text",
7597
+ "name": "kendo-grid-row-resizer-active-bg",
7598
+ "value": "$kendo-color-primary",
7199
7599
  "scope": "default",
7200
7600
  "line": {
7201
- "start": 189,
7202
- "end": 189
7601
+ "start": 312,
7602
+ "end": 312
7203
7603
  }
7204
7604
  },
7205
7605
  "group": [
@@ -7212,19 +7612,19 @@
7212
7612
  }
7213
7613
  },
7214
7614
  {
7215
- "description": "Border color of selected rows in grid\n",
7615
+ "description": "Height of the grid row resize indicator\n",
7216
7616
  "commentRange": {
7217
- "start": 190,
7218
- "end": 191
7617
+ "start": 313,
7618
+ "end": 314
7219
7619
  },
7220
7620
  "context": {
7221
7621
  "type": "variable",
7222
- "name": "kendo-grid-selected-border",
7223
- "value": "$kendo-table-selected-border",
7622
+ "name": "kendo-grid-row-resizer-height",
7623
+ "value": "k-map-get( $kendo-spacing, .5 )",
7224
7624
  "scope": "default",
7225
7625
  "line": {
7226
- "start": 192,
7227
- "end": 192
7626
+ "start": 315,
7627
+ "end": 315
7228
7628
  }
7229
7629
  },
7230
7630
  "group": [
@@ -19864,8 +20264,8 @@
19864
20264
  {
19865
20265
  "description": "Base font size across all components.\n",
19866
20266
  "commentRange": {
19867
- "start": 242,
19868
- "end": 243
20267
+ "start": 244,
20268
+ "end": 245
19869
20269
  },
19870
20270
  "context": {
19871
20271
  "type": "variable",
@@ -19873,8 +20273,8 @@
19873
20273
  "value": "14px",
19874
20274
  "scope": "default",
19875
20275
  "line": {
19876
- "start": 244,
19877
- "end": 244
20276
+ "start": 246,
20277
+ "end": 246
19878
20278
  }
19879
20279
  },
19880
20280
  "group": [
@@ -19889,8 +20289,8 @@
19889
20289
  {
19890
20290
  "description": "Extra small font size across all components.\n",
19891
20291
  "commentRange": {
19892
- "start": 245,
19893
- "end": 246
20292
+ "start": 247,
20293
+ "end": 248
19894
20294
  },
19895
20295
  "context": {
19896
20296
  "type": "variable",
@@ -19898,8 +20298,8 @@
19898
20298
  "value": "10px",
19899
20299
  "scope": "default",
19900
20300
  "line": {
19901
- "start": 247,
19902
- "end": 247
20301
+ "start": 249,
20302
+ "end": 249
19903
20303
  }
19904
20304
  },
19905
20305
  "group": [
@@ -19914,8 +20314,8 @@
19914
20314
  {
19915
20315
  "description": "Small font size across all components.\n",
19916
20316
  "commentRange": {
19917
- "start": 248,
19918
- "end": 249
20317
+ "start": 250,
20318
+ "end": 251
19919
20319
  },
19920
20320
  "context": {
19921
20321
  "type": "variable",
@@ -19923,8 +20323,8 @@
19923
20323
  "value": "12px",
19924
20324
  "scope": "default",
19925
20325
  "line": {
19926
- "start": 250,
19927
- "end": 250
20326
+ "start": 252,
20327
+ "end": 252
19928
20328
  }
19929
20329
  },
19930
20330
  "group": [
@@ -19939,8 +20339,8 @@
19939
20339
  {
19940
20340
  "description": "Medium font size across all components.\n",
19941
20341
  "commentRange": {
19942
- "start": 251,
19943
- "end": 252
20342
+ "start": 253,
20343
+ "end": 254
19944
20344
  },
19945
20345
  "context": {
19946
20346
  "type": "variable",
@@ -19948,8 +20348,8 @@
19948
20348
  "value": "$kendo-font-size",
19949
20349
  "scope": "default",
19950
20350
  "line": {
19951
- "start": 253,
19952
- "end": 253
20351
+ "start": 255,
20352
+ "end": 255
19953
20353
  }
19954
20354
  },
19955
20355
  "group": [
@@ -19964,8 +20364,8 @@
19964
20364
  {
19965
20365
  "description": "Large font size across all components.\n",
19966
20366
  "commentRange": {
19967
- "start": 254,
19968
- "end": 255
20367
+ "start": 256,
20368
+ "end": 257
19969
20369
  },
19970
20370
  "context": {
19971
20371
  "type": "variable",
@@ -19973,8 +20373,8 @@
19973
20373
  "value": "16px",
19974
20374
  "scope": "default",
19975
20375
  "line": {
19976
- "start": 256,
19977
- "end": 256
20376
+ "start": 258,
20377
+ "end": 258
19978
20378
  }
19979
20379
  },
19980
20380
  "group": [
@@ -19989,8 +20389,8 @@
19989
20389
  {
19990
20390
  "description": "Extra large font size across all components.\n",
19991
20391
  "commentRange": {
19992
- "start": 257,
19993
- "end": 258
20392
+ "start": 259,
20393
+ "end": 260
19994
20394
  },
19995
20395
  "context": {
19996
20396
  "type": "variable",
@@ -19998,8 +20398,8 @@
19998
20398
  "value": "20px",
19999
20399
  "scope": "default",
20000
20400
  "line": {
20001
- "start": 259,
20002
- "end": 259
20401
+ "start": 261,
20402
+ "end": 261
20003
20403
  }
20004
20404
  },
20005
20405
  "group": [
@@ -20014,8 +20414,8 @@
20014
20414
  {
20015
20415
  "description": "Font family for text.\n",
20016
20416
  "commentRange": {
20017
- "start": 269,
20018
- "end": 270
20417
+ "start": 271,
20418
+ "end": 272
20019
20419
  },
20020
20420
  "context": {
20021
20421
  "type": "variable",
@@ -20023,8 +20423,8 @@
20023
20423
  "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
20024
20424
  "scope": "default",
20025
20425
  "line": {
20026
- "start": 271,
20027
- "end": 271
20426
+ "start": 273,
20427
+ "end": 273
20028
20428
  }
20029
20429
  },
20030
20430
  "group": [
@@ -20039,8 +20439,8 @@
20039
20439
  {
20040
20440
  "description": "Font family for monospaced text. Used for styling the code.\n",
20041
20441
  "commentRange": {
20042
- "start": 273,
20043
- "end": 274
20442
+ "start": 275,
20443
+ "end": 276
20044
20444
  },
20045
20445
  "context": {
20046
20446
  "type": "variable",
@@ -20048,8 +20448,8 @@
20048
20448
  "value": "SFMono-Regular, Menlo, Monaco, Consolas, \"Roboto Mono\", \"Ubuntu Mono\", \"Lucida Console\", \"Courier New\", monospace",
20049
20449
  "scope": "default",
20050
20450
  "line": {
20051
- "start": 275,
20052
- "end": 275
20451
+ "start": 277,
20452
+ "end": 277
20053
20453
  }
20054
20454
  },
20055
20455
  "group": [
@@ -20064,8 +20464,8 @@
20064
20464
  {
20065
20465
  "description": "Font family across all components.\n",
20066
20466
  "commentRange": {
20067
- "start": 277,
20068
- "end": 278
20467
+ "start": 279,
20468
+ "end": 280
20069
20469
  },
20070
20470
  "context": {
20071
20471
  "type": "variable",
@@ -20073,8 +20473,8 @@
20073
20473
  "value": "inherit",
20074
20474
  "scope": "default",
20075
20475
  "line": {
20076
- "start": 279,
20077
- "end": 279
20476
+ "start": 281,
20477
+ "end": 281
20078
20478
  }
20079
20479
  },
20080
20480
  "group": [
@@ -20089,8 +20489,8 @@
20089
20489
  {
20090
20490
  "description": "Line height used along with $kendo-font-size.\n",
20091
20491
  "commentRange": {
20092
- "start": 281,
20093
- "end": 282
20492
+ "start": 283,
20493
+ "end": 284
20094
20494
  },
20095
20495
  "context": {
20096
20496
  "type": "variable",
@@ -20098,8 +20498,8 @@
20098
20498
  "value": "k-math-div( 20, 14 )",
20099
20499
  "scope": "default",
20100
20500
  "line": {
20101
- "start": 283,
20102
- "end": 283
20501
+ "start": 285,
20502
+ "end": 285
20103
20503
  }
20104
20504
  },
20105
20505
  "group": [
@@ -20114,8 +20514,8 @@
20114
20514
  {
20115
20515
  "description": "Extra small line height used along with $kendo-font-size-xs.\n",
20116
20516
  "commentRange": {
20117
- "start": 284,
20118
- "end": 285
20517
+ "start": 286,
20518
+ "end": 287
20119
20519
  },
20120
20520
  "context": {
20121
20521
  "type": "variable",
@@ -20123,8 +20523,8 @@
20123
20523
  "value": "1",
20124
20524
  "scope": "default",
20125
20525
  "line": {
20126
- "start": 286,
20127
- "end": 286
20526
+ "start": 288,
20527
+ "end": 288
20128
20528
  }
20129
20529
  },
20130
20530
  "group": [
@@ -20139,8 +20539,8 @@
20139
20539
  {
20140
20540
  "description": "Small line height used along with $kendo-font-size-sm.\n",
20141
20541
  "commentRange": {
20142
- "start": 287,
20143
- "end": 288
20542
+ "start": 289,
20543
+ "end": 290
20144
20544
  },
20145
20545
  "context": {
20146
20546
  "type": "variable",
@@ -20148,8 +20548,8 @@
20148
20548
  "value": "1.25",
20149
20549
  "scope": "default",
20150
20550
  "line": {
20151
- "start": 289,
20152
- "end": 289
20551
+ "start": 291,
20552
+ "end": 291
20153
20553
  }
20154
20554
  },
20155
20555
  "group": [
@@ -20164,8 +20564,8 @@
20164
20564
  {
20165
20565
  "description": "Medium line height used along with $kendo-font-size-md.\n",
20166
20566
  "commentRange": {
20167
- "start": 290,
20168
- "end": 291
20567
+ "start": 292,
20568
+ "end": 293
20169
20569
  },
20170
20570
  "context": {
20171
20571
  "type": "variable",
@@ -20173,8 +20573,8 @@
20173
20573
  "value": "$kendo-line-height",
20174
20574
  "scope": "default",
20175
20575
  "line": {
20176
- "start": 292,
20177
- "end": 292
20576
+ "start": 294,
20577
+ "end": 294
20178
20578
  }
20179
20579
  },
20180
20580
  "group": [
@@ -20189,8 +20589,8 @@
20189
20589
  {
20190
20590
  "description": "Large line height used along with $kendo-font-size-lg.\n",
20191
20591
  "commentRange": {
20192
- "start": 293,
20193
- "end": 294
20592
+ "start": 295,
20593
+ "end": 296
20194
20594
  },
20195
20595
  "context": {
20196
20596
  "type": "variable",
@@ -20198,8 +20598,8 @@
20198
20598
  "value": "1.5",
20199
20599
  "scope": "default",
20200
20600
  "line": {
20201
- "start": 295,
20202
- "end": 295
20601
+ "start": 297,
20602
+ "end": 297
20203
20603
  }
20204
20604
  },
20205
20605
  "group": [
@@ -20214,8 +20614,8 @@
20214
20614
  {
20215
20615
  "description": "Light font weight.\n",
20216
20616
  "commentRange": {
20217
- "start": 298,
20218
- "end": 299
20617
+ "start": 300,
20618
+ "end": 301
20219
20619
  },
20220
20620
  "context": {
20221
20621
  "type": "variable",
@@ -20223,8 +20623,8 @@
20223
20623
  "value": "300",
20224
20624
  "scope": "default",
20225
20625
  "line": {
20226
- "start": 300,
20227
- "end": 300
20626
+ "start": 302,
20627
+ "end": 302
20228
20628
  }
20229
20629
  },
20230
20630
  "group": [
@@ -20239,8 +20639,8 @@
20239
20639
  {
20240
20640
  "description": "Normal font weight.\n",
20241
20641
  "commentRange": {
20242
- "start": 301,
20243
- "end": 302
20642
+ "start": 303,
20643
+ "end": 304
20244
20644
  },
20245
20645
  "context": {
20246
20646
  "type": "variable",
@@ -20248,8 +20648,8 @@
20248
20648
  "value": "400",
20249
20649
  "scope": "default",
20250
20650
  "line": {
20251
- "start": 303,
20252
- "end": 303
20651
+ "start": 305,
20652
+ "end": 305
20253
20653
  }
20254
20654
  },
20255
20655
  "group": [
@@ -20264,8 +20664,8 @@
20264
20664
  {
20265
20665
  "description": "Medium font weight.\n",
20266
20666
  "commentRange": {
20267
- "start": 304,
20268
- "end": 305
20667
+ "start": 306,
20668
+ "end": 307
20269
20669
  },
20270
20670
  "context": {
20271
20671
  "type": "variable",
@@ -20273,8 +20673,8 @@
20273
20673
  "value": "500",
20274
20674
  "scope": "default",
20275
20675
  "line": {
20276
- "start": 306,
20277
- "end": 306
20676
+ "start": 308,
20677
+ "end": 308
20278
20678
  }
20279
20679
  },
20280
20680
  "group": [
@@ -20289,8 +20689,8 @@
20289
20689
  {
20290
20690
  "description": "Semibold font weight.\n",
20291
20691
  "commentRange": {
20292
- "start": 307,
20293
- "end": 308
20692
+ "start": 309,
20693
+ "end": 310
20294
20694
  },
20295
20695
  "context": {
20296
20696
  "type": "variable",
@@ -20298,8 +20698,8 @@
20298
20698
  "value": "600",
20299
20699
  "scope": "default",
20300
20700
  "line": {
20301
- "start": 309,
20302
- "end": 309
20701
+ "start": 311,
20702
+ "end": 311
20303
20703
  }
20304
20704
  },
20305
20705
  "group": [
@@ -20314,8 +20714,8 @@
20314
20714
  {
20315
20715
  "description": "Bold font weight.\n",
20316
20716
  "commentRange": {
20317
- "start": 310,
20318
- "end": 311
20717
+ "start": 312,
20718
+ "end": 313
20319
20719
  },
20320
20720
  "context": {
20321
20721
  "type": "variable",
@@ -20323,8 +20723,8 @@
20323
20723
  "value": "700",
20324
20724
  "scope": "default",
20325
20725
  "line": {
20326
- "start": 312,
20327
- "end": 312
20726
+ "start": 314,
20727
+ "end": 314
20328
20728
  }
20329
20729
  },
20330
20730
  "group": [
@@ -20339,8 +20739,8 @@
20339
20739
  {
20340
20740
  "description": "Letter spacing.\n",
20341
20741
  "commentRange": {
20342
- "start": 314,
20343
- "end": 315
20742
+ "start": 316,
20743
+ "end": 317
20344
20744
  },
20345
20745
  "context": {
20346
20746
  "type": "variable",
@@ -20348,8 +20748,8 @@
20348
20748
  "value": "null",
20349
20749
  "scope": "default",
20350
20750
  "line": {
20351
- "start": 316,
20352
- "end": 316
20751
+ "start": 318,
20752
+ "end": 318
20353
20753
  }
20354
20754
  },
20355
20755
  "group": [
@@ -20364,8 +20764,8 @@
20364
20764
  {
20365
20765
  "description": "The background of the components' chrome area.\n",
20366
20766
  "commentRange": {
20367
- "start": 362,
20368
- "end": 362
20767
+ "start": 364,
20768
+ "end": 364
20369
20769
  },
20370
20770
  "context": {
20371
20771
  "type": "variable",
@@ -20373,8 +20773,8 @@
20373
20773
  "value": "#fafafa",
20374
20774
  "scope": "default",
20375
20775
  "line": {
20376
- "start": 363,
20377
- "end": 363
20776
+ "start": 365,
20777
+ "end": 365
20378
20778
  }
20379
20779
  },
20380
20780
  "access": "public",
@@ -20389,8 +20789,8 @@
20389
20789
  {
20390
20790
  "description": "The text color of the components' chrome area.\n",
20391
20791
  "commentRange": {
20392
- "start": 364,
20393
- "end": 364
20792
+ "start": 366,
20793
+ "end": 366
20394
20794
  },
20395
20795
  "context": {
20396
20796
  "type": "variable",
@@ -20398,8 +20798,8 @@
20398
20798
  "value": "$kendo-body-text",
20399
20799
  "scope": "default",
20400
20800
  "line": {
20401
- "start": 365,
20402
- "end": 365
20801
+ "start": 367,
20802
+ "end": 367
20403
20803
  }
20404
20804
  },
20405
20805
  "access": "public",
@@ -20414,8 +20814,8 @@
20414
20814
  {
20415
20815
  "description": "The border color of the components' chrome area.\n",
20416
20816
  "commentRange": {
20417
- "start": 366,
20418
- "end": 366
20817
+ "start": 368,
20818
+ "end": 368
20419
20819
  },
20420
20820
  "context": {
20421
20821
  "type": "variable",
@@ -20423,8 +20823,8 @@
20423
20823
  "value": "rgba( black, .08 )",
20424
20824
  "scope": "default",
20425
20825
  "line": {
20426
- "start": 367,
20427
- "end": 367
20826
+ "start": 369,
20827
+ "end": 369
20428
20828
  }
20429
20829
  },
20430
20830
  "access": "public",
@@ -20439,8 +20839,8 @@
20439
20839
  {
20440
20840
  "description": "The gradient background of the components' chrome area.\n",
20441
20841
  "commentRange": {
20442
- "start": 368,
20443
- "end": 368
20842
+ "start": 370,
20843
+ "end": 370
20444
20844
  },
20445
20845
  "context": {
20446
20846
  "type": "variable",
@@ -20448,8 +20848,8 @@
20448
20848
  "value": "rgba( black, 0 ), rgba( black, .02 )",
20449
20849
  "scope": "default",
20450
20850
  "line": {
20451
- "start": 369,
20452
- "end": 369
20851
+ "start": 371,
20852
+ "end": 371
20453
20853
  }
20454
20854
  },
20455
20855
  "access": "public",
@@ -20464,8 +20864,8 @@
20464
20864
  {
20465
20865
  "description": "The background of hovered items.\n",
20466
20866
  "commentRange": {
20467
- "start": 371,
20468
- "end": 371
20867
+ "start": 373,
20868
+ "end": 373
20469
20869
  },
20470
20870
  "context": {
20471
20871
  "type": "variable",
@@ -20473,8 +20873,8 @@
20473
20873
  "value": "k-try-shade( $kendo-base-bg, .5 )",
20474
20874
  "scope": "default",
20475
20875
  "line": {
20476
- "start": 372,
20477
- "end": 372
20876
+ "start": 374,
20877
+ "end": 374
20478
20878
  }
20479
20879
  },
20480
20880
  "access": "public",
@@ -20489,8 +20889,8 @@
20489
20889
  {
20490
20890
  "description": "The text color of hovered items.\n",
20491
20891
  "commentRange": {
20492
- "start": 373,
20493
- "end": 373
20892
+ "start": 375,
20893
+ "end": 375
20494
20894
  },
20495
20895
  "context": {
20496
20896
  "type": "variable",
@@ -20498,8 +20898,8 @@
20498
20898
  "value": "$kendo-base-text",
20499
20899
  "scope": "default",
20500
20900
  "line": {
20501
- "start": 374,
20502
- "end": 374
20901
+ "start": 376,
20902
+ "end": 376
20503
20903
  }
20504
20904
  },
20505
20905
  "access": "public",
@@ -20514,8 +20914,8 @@
20514
20914
  {
20515
20915
  "description": "The border color of hovered items.\n",
20516
20916
  "commentRange": {
20517
- "start": 375,
20518
- "end": 375
20917
+ "start": 377,
20918
+ "end": 377
20519
20919
  },
20520
20920
  "context": {
20521
20921
  "type": "variable",
@@ -20523,8 +20923,8 @@
20523
20923
  "value": "$kendo-base-border",
20524
20924
  "scope": "default",
20525
20925
  "line": {
20526
- "start": 376,
20527
- "end": 376
20926
+ "start": 378,
20927
+ "end": 378
20528
20928
  }
20529
20929
  },
20530
20930
  "access": "public",
@@ -20539,8 +20939,8 @@
20539
20939
  {
20540
20940
  "description": "The gradient background of hovered items.\n",
20541
20941
  "commentRange": {
20542
- "start": 377,
20543
- "end": 377
20942
+ "start": 379,
20943
+ "end": 379
20544
20944
  },
20545
20945
  "context": {
20546
20946
  "type": "variable",
@@ -20548,8 +20948,8 @@
20548
20948
  "value": "$kendo-base-gradient",
20549
20949
  "scope": "default",
20550
20950
  "line": {
20551
- "start": 378,
20552
- "end": 378
20951
+ "start": 380,
20952
+ "end": 380
20553
20953
  }
20554
20954
  },
20555
20955
  "access": "public",
@@ -20564,8 +20964,8 @@
20564
20964
  {
20565
20965
  "description": "The background of selected items.\n",
20566
20966
  "commentRange": {
20567
- "start": 380,
20568
- "end": 380
20967
+ "start": 382,
20968
+ "end": 382
20569
20969
  },
20570
20970
  "context": {
20571
20971
  "type": "variable",
@@ -20573,8 +20973,8 @@
20573
20973
  "value": "$kendo-color-primary",
20574
20974
  "scope": "default",
20575
20975
  "line": {
20576
- "start": 381,
20577
- "end": 381
20976
+ "start": 383,
20977
+ "end": 383
20578
20978
  }
20579
20979
  },
20580
20980
  "access": "public",
@@ -20589,8 +20989,8 @@
20589
20989
  {
20590
20990
  "description": "The text color of selected items.\n",
20591
20991
  "commentRange": {
20592
- "start": 382,
20593
- "end": 382
20992
+ "start": 384,
20993
+ "end": 384
20594
20994
  },
20595
20995
  "context": {
20596
20996
  "type": "variable",
@@ -20598,8 +20998,8 @@
20598
20998
  "value": "k-contrast-legacy( $kendo-selected-bg )",
20599
20999
  "scope": "default",
20600
21000
  "line": {
20601
- "start": 383,
20602
- "end": 383
21001
+ "start": 385,
21002
+ "end": 385
20603
21003
  }
20604
21004
  },
20605
21005
  "access": "public",
@@ -20614,8 +21014,8 @@
20614
21014
  {
20615
21015
  "description": "The border color of selected items.\n",
20616
21016
  "commentRange": {
20617
- "start": 384,
20618
- "end": 384
21017
+ "start": 386,
21018
+ "end": 386
20619
21019
  },
20620
21020
  "context": {
20621
21021
  "type": "variable",
@@ -20623,8 +21023,8 @@
20623
21023
  "value": "$kendo-base-border",
20624
21024
  "scope": "default",
20625
21025
  "line": {
20626
- "start": 385,
20627
- "end": 385
21026
+ "start": 387,
21027
+ "end": 387
20628
21028
  }
20629
21029
  },
20630
21030
  "access": "public",
@@ -20639,8 +21039,8 @@
20639
21039
  {
20640
21040
  "description": "The gradient background of selected items.\n",
20641
21041
  "commentRange": {
20642
- "start": 386,
20643
- "end": 386
21042
+ "start": 388,
21043
+ "end": 388
20644
21044
  },
20645
21045
  "context": {
20646
21046
  "type": "variable",
@@ -20648,8 +21048,8 @@
20648
21048
  "value": "$kendo-base-gradient",
20649
21049
  "scope": "default",
20650
21050
  "line": {
20651
- "start": 387,
20652
- "end": 387
21051
+ "start": 389,
21052
+ "end": 389
20653
21053
  }
20654
21054
  },
20655
21055
  "access": "public",
@@ -20664,8 +21064,8 @@
20664
21064
  {
20665
21065
  "description": "The background of selected and hovered items.\n",
20666
21066
  "commentRange": {
20667
- "start": 389,
20668
- "end": 389
21067
+ "start": 391,
21068
+ "end": 391
20669
21069
  },
20670
21070
  "context": {
20671
21071
  "type": "variable",
@@ -20673,8 +21073,8 @@
20673
21073
  "value": "k-try-shade( $kendo-selected-bg, .5 )",
20674
21074
  "scope": "default",
20675
21075
  "line": {
20676
- "start": 390,
20677
- "end": 390
21076
+ "start": 392,
21077
+ "end": 392
20678
21078
  }
20679
21079
  },
20680
21080
  "access": "public",
@@ -20689,8 +21089,8 @@
20689
21089
  {
20690
21090
  "description": "The text color of selected and hovered items.\n",
20691
21091
  "commentRange": {
20692
- "start": 391,
20693
- "end": 391
21092
+ "start": 393,
21093
+ "end": 393
20694
21094
  },
20695
21095
  "context": {
20696
21096
  "type": "variable",
@@ -20698,8 +21098,8 @@
20698
21098
  "value": "$kendo-selected-text",
20699
21099
  "scope": "default",
20700
21100
  "line": {
20701
- "start": 392,
20702
- "end": 392
21101
+ "start": 394,
21102
+ "end": 394
20703
21103
  }
20704
21104
  },
20705
21105
  "access": "public",
@@ -20714,8 +21114,8 @@
20714
21114
  {
20715
21115
  "description": "The border of selected and hovered items.\n",
20716
21116
  "commentRange": {
20717
- "start": 393,
20718
- "end": 393
21117
+ "start": 395,
21118
+ "end": 395
20719
21119
  },
20720
21120
  "context": {
20721
21121
  "type": "variable",
@@ -20723,8 +21123,8 @@
20723
21123
  "value": "$kendo-base-border",
20724
21124
  "scope": "default",
20725
21125
  "line": {
20726
- "start": 394,
20727
- "end": 394
21126
+ "start": 396,
21127
+ "end": 396
20728
21128
  }
20729
21129
  },
20730
21130
  "access": "public",
@@ -20739,8 +21139,8 @@
20739
21139
  {
20740
21140
  "description": "The gradient of selected and hovered items.\n",
20741
21141
  "commentRange": {
20742
- "start": 395,
20743
- "end": 395
21142
+ "start": 397,
21143
+ "end": 397
20744
21144
  },
20745
21145
  "context": {
20746
21146
  "type": "variable",
@@ -20748,8 +21148,8 @@
20748
21148
  "value": "$kendo-base-gradient",
20749
21149
  "scope": "default",
20750
21150
  "line": {
20751
- "start": 396,
20752
- "end": 396
21151
+ "start": 398,
21152
+ "end": 398
20753
21153
  }
20754
21154
  },
20755
21155
  "access": "public",
@@ -20764,8 +21164,8 @@
20764
21164
  {
20765
21165
  "description": "Box shadow of focused items.\n",
20766
21166
  "commentRange": {
20767
- "start": 399,
20768
- "end": 399
21167
+ "start": 401,
21168
+ "end": 401
20769
21169
  },
20770
21170
  "context": {
20771
21171
  "type": "variable",
@@ -20773,8 +21173,8 @@
20773
21173
  "value": "inset 0 0 0 2px rgba(0, 0, 0, .13)",
20774
21174
  "scope": "default",
20775
21175
  "line": {
20776
- "start": 400,
20777
- "end": 400
21176
+ "start": 402,
21177
+ "end": 402
20778
21178
  }
20779
21179
  },
20780
21180
  "access": "public",
@@ -20789,8 +21189,8 @@
20789
21189
  {
20790
21190
  "description": "Transition used across all components.\n",
20791
21191
  "commentRange": {
20792
- "start": 402,
20793
- "end": 402
21192
+ "start": 404,
21193
+ "end": 404
20794
21194
  },
20795
21195
  "context": {
20796
21196
  "type": "variable",
@@ -20798,8 +21198,8 @@
20798
21198
  "value": "color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out",
20799
21199
  "scope": "default",
20800
21200
  "line": {
20801
- "start": 403,
20802
- "end": 403
21201
+ "start": 405,
21202
+ "end": 405
20803
21203
  }
20804
21204
  },
20805
21205
  "access": "public",
@@ -20814,8 +21214,8 @@
20814
21214
  {
20815
21215
  "description": "Text color of disabled items.\n",
20816
21216
  "commentRange": {
20817
- "start": 406,
20818
- "end": 406
21217
+ "start": 408,
21218
+ "end": 408
20819
21219
  },
20820
21220
  "context": {
20821
21221
  "type": "variable",
@@ -20823,8 +21223,8 @@
20823
21223
  "value": "#8f8f8f",
20824
21224
  "scope": "default",
20825
21225
  "line": {
20826
- "start": 407,
20827
- "end": 407
21226
+ "start": 409,
21227
+ "end": 409
20828
21228
  }
20829
21229
  },
20830
21230
  "access": "public",
@@ -20839,8 +21239,8 @@
20839
21239
  {
20840
21240
  "description": "Filter used for disabled items.\n",
20841
21241
  "commentRange": {
20842
- "start": 408,
20843
- "end": 408
21242
+ "start": 410,
21243
+ "end": 410
20844
21244
  },
20845
21245
  "context": {
20846
21246
  "type": "variable",
@@ -20848,8 +21248,8 @@
20848
21248
  "value": "grayscale(.1)",
20849
21249
  "scope": "default",
20850
21250
  "line": {
20851
- "start": 409,
20852
- "end": 409
21251
+ "start": 411,
21252
+ "end": 411
20853
21253
  }
20854
21254
  },
20855
21255
  "access": "public",
@@ -20864,8 +21264,8 @@
20864
21264
  {
20865
21265
  "description": "Opacity used for disabled items.\n",
20866
21266
  "commentRange": {
20867
- "start": 410,
20868
- "end": 410
21267
+ "start": 412,
21268
+ "end": 412
20869
21269
  },
20870
21270
  "context": {
20871
21271
  "type": "variable",
@@ -20873,8 +21273,8 @@
20873
21273
  "value": ".6",
20874
21274
  "scope": "default",
20875
21275
  "line": {
20876
- "start": 411,
20877
- "end": 411
21276
+ "start": 413,
21277
+ "end": 413
20878
21278
  }
20879
21279
  },
20880
21280
  "access": "public",