@progress/kendo-theme-fluent 11.0.3-dev.2 → 11.1.0-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 (56) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/fluent-main-dark.css +1 -1
  3. package/dist/fluent-main.css +1 -1
  4. package/dist/meta/sassdoc-data.json +1492 -1114
  5. package/dist/meta/sassdoc-raw-data.json +724 -549
  6. package/dist/meta/variables.json +40 -12
  7. package/lib/swatches/all.json +1 -1
  8. package/lib/swatches/fluent-main-dark.json +1 -1
  9. package/lib/swatches/fluent-main.json +1 -1
  10. package/package.json +4 -4
  11. package/scss/action-sheet/_theme.scss +17 -17
  12. package/scss/appbar/_theme.scss +3 -7
  13. package/scss/badge/_layout.scss +12 -12
  14. package/scss/badge/_theme.scss +3 -7
  15. package/scss/bottom-navigation/_theme.scss +15 -23
  16. package/scss/breadcrumb/_layout.scss +12 -12
  17. package/scss/button/_layout.scss +10 -14
  18. package/scss/button/_theme.scss +33 -35
  19. package/scss/calendar/_layout.scss +41 -41
  20. package/scss/calendar/_theme.scss +25 -28
  21. package/scss/card/_theme.scss +9 -14
  22. package/scss/checkbox/_layout.scss +18 -18
  23. package/scss/chip/_layout.scss +8 -8
  24. package/scss/chip/_theme.scss +15 -19
  25. package/scss/colorgradient/_layout.scss +3 -2
  26. package/scss/editor/_theme.scss +1 -1
  27. package/scss/fab/_layout.scss +4 -4
  28. package/scss/fab/_theme.scss +41 -51
  29. package/scss/grid/_layout.scss +58 -50
  30. package/scss/grid/_theme.scss +102 -94
  31. package/scss/grid/_variables.scss +17 -10
  32. package/scss/imageeditor/_layout.scss +6 -4
  33. package/scss/input/_layout.scss +25 -25
  34. package/scss/input/_theme.scss +34 -42
  35. package/scss/list/_layout.scss +34 -34
  36. package/scss/list/_theme.scss +12 -15
  37. package/scss/loader/_layout.scss +21 -18
  38. package/scss/menu/_layout.scss +14 -14
  39. package/scss/messagebox/_theme.scss +3 -7
  40. package/scss/notification/_theme.scss +4 -9
  41. package/scss/otp/_layout.scss +2 -2
  42. package/scss/pager/_layout.scss +7 -7
  43. package/scss/pager/_theme.scss +6 -10
  44. package/scss/panelbar/_layout.scss +4 -4
  45. package/scss/panelbar/_theme.scss +64 -64
  46. package/scss/radio/_layout.scss +14 -14
  47. package/scss/slider/_theme.scss +23 -31
  48. package/scss/switch/_layout.scss +18 -18
  49. package/scss/switch/_theme.scss +42 -58
  50. package/scss/table/_layout.scss +18 -18
  51. package/scss/table/_variables.scss +17 -0
  52. package/scss/timeselector/_layout.scss +9 -6
  53. package/scss/toolbar/_layout.scss +16 -16
  54. package/scss/tooltip/_theme.scss +4 -8
  55. package/scss/treeview/_layout.scss +8 -8
  56. package/scss/treeview/_theme.scss +24 -31
@@ -33119,15 +33119,15 @@
33119
33119
  }
33120
33120
  },
33121
33121
  {
33122
- "description": "The background color of hovered selected rows in Grid.\n",
33122
+ "description": "The background color of highlighted Grid rows.\n",
33123
33123
  "commentRange": {
33124
33124
  "start": 200,
33125
33125
  "end": 201
33126
33126
  },
33127
33127
  "context": {
33128
33128
  "type": "variable",
33129
- "name": "kendo-grid-selected-hover-bg",
33130
- "value": "$kendo-table-selected-hover-bg",
33129
+ "name": "kendo-grid-highlighted-bg",
33130
+ "value": "$kendo-table-highlighted-bg",
33131
33131
  "scope": "default",
33132
33132
  "line": {
33133
33133
  "start": 202,
@@ -33144,15 +33144,15 @@
33144
33144
  }
33145
33145
  },
33146
33146
  {
33147
- "description": "The text color of hovered selected rows in Grid.\n",
33147
+ "description": "The text color of highlighted Grid rows.\n",
33148
33148
  "commentRange": {
33149
33149
  "start": 203,
33150
33150
  "end": 204
33151
33151
  },
33152
33152
  "context": {
33153
33153
  "type": "variable",
33154
- "name": "kendo-grid-selected-hover-text",
33155
- "value": "$kendo-table-selected-hover-text",
33154
+ "name": "kendo-grid-highlighted-text",
33155
+ "value": "$kendo-table-highlighted-text",
33156
33156
  "scope": "default",
33157
33157
  "line": {
33158
33158
  "start": 205,
@@ -33169,15 +33169,15 @@
33169
33169
  }
33170
33170
  },
33171
33171
  {
33172
- "description": "The border color of hovered selected rows in Grid.\n",
33172
+ "description": "The border color of highlighted Grid rows.\n",
33173
33173
  "commentRange": {
33174
33174
  "start": 206,
33175
33175
  "end": 207
33176
33176
  },
33177
33177
  "context": {
33178
33178
  "type": "variable",
33179
- "name": "kendo-grid-selected-hover-border",
33180
- "value": "$kendo-table-selected-hover-border",
33179
+ "name": "kendo-grid-highlighted-border",
33180
+ "value": "$kendo-table-highlighted-border",
33181
33181
  "scope": "default",
33182
33182
  "line": {
33183
33183
  "start": 208,
@@ -33193,11 +33193,136 @@
33193
33193
  "name": "_variables.scss"
33194
33194
  }
33195
33195
  },
33196
+ {
33197
+ "description": "The font weight of highlighted Grid rows.\n",
33198
+ "commentRange": {
33199
+ "start": 209,
33200
+ "end": 210
33201
+ },
33202
+ "context": {
33203
+ "type": "variable",
33204
+ "name": "kendo-grid-highlighted-font-weight",
33205
+ "value": "$kendo-table-highlighted-font-weight",
33206
+ "scope": "default",
33207
+ "line": {
33208
+ "start": 211,
33209
+ "end": 211
33210
+ }
33211
+ },
33212
+ "group": [
33213
+ "grid"
33214
+ ],
33215
+ "access": "public",
33216
+ "file": {
33217
+ "path": "grid/_variables.scss",
33218
+ "name": "_variables.scss"
33219
+ }
33220
+ },
33221
+ {
33222
+ "description": "The background color of selected highlighted Grid rows.\n",
33223
+ "commentRange": {
33224
+ "start": 213,
33225
+ "end": 214
33226
+ },
33227
+ "context": {
33228
+ "type": "variable",
33229
+ "name": "kendo-grid-selected-highlighted-bg",
33230
+ "value": "$kendo-table-selected-highlighted-bg",
33231
+ "scope": "default",
33232
+ "line": {
33233
+ "start": 215,
33234
+ "end": 215
33235
+ }
33236
+ },
33237
+ "group": [
33238
+ "grid"
33239
+ ],
33240
+ "access": "public",
33241
+ "file": {
33242
+ "path": "grid/_variables.scss",
33243
+ "name": "_variables.scss"
33244
+ }
33245
+ },
33246
+ {
33247
+ "description": "The background color of hovered selected rows in Grid.\n",
33248
+ "commentRange": {
33249
+ "start": 217,
33250
+ "end": 218
33251
+ },
33252
+ "context": {
33253
+ "type": "variable",
33254
+ "name": "kendo-grid-selected-hover-bg",
33255
+ "value": "$kendo-table-selected-hover-bg",
33256
+ "scope": "default",
33257
+ "line": {
33258
+ "start": 219,
33259
+ "end": 219
33260
+ }
33261
+ },
33262
+ "group": [
33263
+ "grid"
33264
+ ],
33265
+ "access": "public",
33266
+ "file": {
33267
+ "path": "grid/_variables.scss",
33268
+ "name": "_variables.scss"
33269
+ }
33270
+ },
33271
+ {
33272
+ "description": "The text color of hovered selected rows in Grid.\n",
33273
+ "commentRange": {
33274
+ "start": 220,
33275
+ "end": 221
33276
+ },
33277
+ "context": {
33278
+ "type": "variable",
33279
+ "name": "kendo-grid-selected-hover-text",
33280
+ "value": "$kendo-table-selected-hover-text",
33281
+ "scope": "default",
33282
+ "line": {
33283
+ "start": 222,
33284
+ "end": 222
33285
+ }
33286
+ },
33287
+ "group": [
33288
+ "grid"
33289
+ ],
33290
+ "access": "public",
33291
+ "file": {
33292
+ "path": "grid/_variables.scss",
33293
+ "name": "_variables.scss"
33294
+ }
33295
+ },
33296
+ {
33297
+ "description": "The border color of hovered selected rows in Grid.\n",
33298
+ "commentRange": {
33299
+ "start": 223,
33300
+ "end": 224
33301
+ },
33302
+ "context": {
33303
+ "type": "variable",
33304
+ "name": "kendo-grid-selected-hover-border",
33305
+ "value": "$kendo-table-selected-hover-border",
33306
+ "scope": "default",
33307
+ "line": {
33308
+ "start": 225,
33309
+ "end": 225
33310
+ }
33311
+ },
33312
+ "group": [
33313
+ "grid"
33314
+ ],
33315
+ "access": "public",
33316
+ "file": {
33317
+ "path": "grid/_variables.scss",
33318
+ "name": "_variables.scss"
33319
+ }
33320
+ },
33196
33321
  {
33197
33322
  "description": "The vertical border width of the Grid header.\n",
33198
33323
  "commentRange": {
33199
- "start": 210,
33200
- "end": 211
33324
+ "start": 227,
33325
+ "end": 228
33201
33326
  },
33202
33327
  "context": {
33203
33328
  "type": "variable",
@@ -33205,8 +33330,8 @@
33205
33330
  "value": "$kendo-grid-border-width",
33206
33331
  "scope": "default",
33207
33332
  "line": {
33208
- "start": 212,
33209
- "end": 212
33333
+ "start": 229,
33334
+ "end": 229
33210
33335
  }
33211
33336
  },
33212
33337
  "group": [
@@ -33221,8 +33346,8 @@
33221
33346
  {
33222
33347
  "description": "The horizontal border width of the Grid header.\n",
33223
33348
  "commentRange": {
33224
- "start": 213,
33225
- "end": 214
33349
+ "start": 230,
33350
+ "end": 231
33226
33351
  },
33227
33352
  "context": {
33228
33353
  "type": "variable",
@@ -33230,8 +33355,8 @@
33230
33355
  "value": "0",
33231
33356
  "scope": "default",
33232
33357
  "line": {
33233
- "start": 215,
33234
- "end": 215
33358
+ "start": 232,
33359
+ "end": 232
33235
33360
  }
33236
33361
  },
33237
33362
  "group": [
@@ -33246,8 +33371,8 @@
33246
33371
  {
33247
33372
  "description": "The font size of the Grid header.\n",
33248
33373
  "commentRange": {
33249
- "start": 216,
33250
- "end": 217
33374
+ "start": 233,
33375
+ "end": 234
33251
33376
  },
33252
33377
  "context": {
33253
33378
  "type": "variable",
@@ -33255,8 +33380,8 @@
33255
33380
  "value": "inherit",
33256
33381
  "scope": "default",
33257
33382
  "line": {
33258
- "start": 218,
33259
- "end": 218
33383
+ "start": 235,
33384
+ "end": 235
33260
33385
  }
33261
33386
  },
33262
33387
  "group": [
@@ -33271,8 +33396,8 @@
33271
33396
  {
33272
33397
  "description": "The font weight of the Grid header.\n",
33273
33398
  "commentRange": {
33274
- "start": 219,
33275
- "end": 220
33399
+ "start": 236,
33400
+ "end": 237
33276
33401
  },
33277
33402
  "context": {
33278
33403
  "type": "variable",
@@ -33280,8 +33405,8 @@
33280
33405
  "value": "var( --kendo-font-weight-bold, normal )",
33281
33406
  "scope": "default",
33282
33407
  "line": {
33283
- "start": 221,
33284
- "end": 221
33408
+ "start": 238,
33409
+ "end": 238
33285
33410
  }
33286
33411
  },
33287
33412
  "group": [
@@ -33296,8 +33421,8 @@
33296
33421
  {
33297
33422
  "description": "The menu spacing of the Grid header.\n",
33298
33423
  "commentRange": {
33299
- "start": 222,
33300
- "end": 223
33424
+ "start": 239,
33425
+ "end": 240
33301
33426
  },
33302
33427
  "context": {
33303
33428
  "type": "variable",
@@ -33305,8 +33430,8 @@
33305
33430
  "value": "var( --kendo-icon-spacing, .5rem )",
33306
33431
  "scope": "default",
33307
33432
  "line": {
33308
- "start": 224,
33309
- "end": 224
33433
+ "start": 241,
33434
+ "end": 241
33310
33435
  }
33311
33436
  },
33312
33437
  "group": [
@@ -33321,8 +33446,8 @@
33321
33446
  {
33322
33447
  "description": "The border width of the first cell in the Grid header.\n",
33323
33448
  "commentRange": {
33324
- "start": 225,
33325
- "end": 226
33449
+ "start": 242,
33450
+ "end": 243
33326
33451
  },
33327
33452
  "context": {
33328
33453
  "type": "variable",
@@ -33330,8 +33455,8 @@
33330
33455
  "value": "$kendo-grid-border-width",
33331
33456
  "scope": "default",
33332
33457
  "line": {
33333
- "start": 227,
33334
- "end": 227
33458
+ "start": 244,
33459
+ "end": 244
33335
33460
  }
33336
33461
  },
33337
33462
  "group": [
@@ -33346,8 +33471,8 @@
33346
33471
  {
33347
33472
  "description": "The background color of Grid header.\n",
33348
33473
  "commentRange": {
33349
- "start": 228,
33350
- "end": 229
33474
+ "start": 245,
33475
+ "end": 246
33351
33476
  },
33352
33477
  "context": {
33353
33478
  "type": "variable",
@@ -33355,8 +33480,8 @@
33355
33480
  "value": "$kendo-table-header-bg",
33356
33481
  "scope": "default",
33357
33482
  "line": {
33358
- "start": 230,
33359
- "end": 230
33483
+ "start": 247,
33484
+ "end": 247
33360
33485
  }
33361
33486
  },
33362
33487
  "group": [
@@ -33371,8 +33496,8 @@
33371
33496
  {
33372
33497
  "description": "The text color of Grid header.\n",
33373
33498
  "commentRange": {
33374
- "start": 231,
33375
- "end": 232
33499
+ "start": 248,
33500
+ "end": 249
33376
33501
  },
33377
33502
  "context": {
33378
33503
  "type": "variable",
@@ -33380,8 +33505,8 @@
33380
33505
  "value": "$kendo-table-header-text",
33381
33506
  "scope": "default",
33382
33507
  "line": {
33383
- "start": 233,
33384
- "end": 233
33508
+ "start": 250,
33509
+ "end": 250
33385
33510
  }
33386
33511
  },
33387
33512
  "group": [
@@ -33396,8 +33521,8 @@
33396
33521
  {
33397
33522
  "description": "The border color of Grid header.\n",
33398
33523
  "commentRange": {
33399
- "start": 234,
33400
- "end": 235
33524
+ "start": 251,
33525
+ "end": 252
33401
33526
  },
33402
33527
  "context": {
33403
33528
  "type": "variable",
@@ -33405,8 +33530,8 @@
33405
33530
  "value": "$kendo-table-header-border",
33406
33531
  "scope": "default",
33407
33532
  "line": {
33408
- "start": 236,
33409
- "end": 236
33533
+ "start": 253,
33534
+ "end": 253
33410
33535
  }
33411
33536
  },
33412
33537
  "group": [
@@ -33421,8 +33546,8 @@
33421
33546
  {
33422
33547
  "description": "The background color of Grid header icons.\n",
33423
33548
  "commentRange": {
33424
- "start": 237,
33425
- "end": 238
33549
+ "start": 254,
33550
+ "end": 255
33426
33551
  },
33427
33552
  "context": {
33428
33553
  "type": "variable",
@@ -33430,8 +33555,8 @@
33430
33555
  "value": "k-color(subtle)",
33431
33556
  "scope": "default",
33432
33557
  "line": {
33433
- "start": 239,
33434
- "end": 239
33558
+ "start": 256,
33559
+ "end": 256
33435
33560
  }
33436
33561
  },
33437
33562
  "group": [
@@ -33446,8 +33571,8 @@
33446
33571
  {
33447
33572
  "description": "",
33448
33573
  "commentRange": {
33449
- "start": 242,
33450
- "end": 242
33574
+ "start": 259,
33575
+ "end": 259
33451
33576
  },
33452
33577
  "context": {
33453
33578
  "type": "variable",
@@ -33455,8 +33580,8 @@
33455
33580
  "value": "$kendo-table-footer-bg",
33456
33581
  "scope": "default",
33457
33582
  "line": {
33458
- "start": 243,
33459
- "end": 243
33583
+ "start": 260,
33584
+ "end": 260
33460
33585
  }
33461
33586
  },
33462
33587
  "group": [
@@ -33471,8 +33596,8 @@
33471
33596
  {
33472
33597
  "description": "The text color of Grid footer.\n",
33473
33598
  "commentRange": {
33474
- "start": 244,
33475
- "end": 245
33599
+ "start": 261,
33600
+ "end": 262
33476
33601
  },
33477
33602
  "context": {
33478
33603
  "type": "variable",
@@ -33480,8 +33605,8 @@
33480
33605
  "value": "$kendo-table-footer-text",
33481
33606
  "scope": "default",
33482
33607
  "line": {
33483
- "start": 246,
33484
- "end": 246
33608
+ "start": 263,
33609
+ "end": 263
33485
33610
  }
33486
33611
  },
33487
33612
  "group": [
@@ -33496,8 +33621,8 @@
33496
33621
  {
33497
33622
  "description": "The border color of Grid footer.\n",
33498
33623
  "commentRange": {
33499
- "start": 247,
33500
- "end": 248
33624
+ "start": 264,
33625
+ "end": 265
33501
33626
  },
33502
33627
  "context": {
33503
33628
  "type": "variable",
@@ -33505,8 +33630,8 @@
33505
33630
  "value": "$kendo-table-footer-border",
33506
33631
  "scope": "default",
33507
33632
  "line": {
33508
- "start": 249,
33509
- "end": 249
33633
+ "start": 266,
33634
+ "end": 266
33510
33635
  }
33511
33636
  },
33512
33637
  "group": [
@@ -33521,8 +33646,8 @@
33521
33646
  {
33522
33647
  "description": "The background color of the Grid selection aggregates container.\n",
33523
33648
  "commentRange": {
33524
- "start": 251,
33525
- "end": 252
33649
+ "start": 268,
33650
+ "end": 269
33526
33651
  },
33527
33652
  "context": {
33528
33653
  "type": "variable",
@@ -33530,8 +33655,8 @@
33530
33655
  "value": "$kendo-toolbar-bg",
33531
33656
  "scope": "default",
33532
33657
  "line": {
33533
- "start": 253,
33534
- "end": 253
33658
+ "start": 270,
33659
+ "end": 270
33535
33660
  }
33536
33661
  },
33537
33662
  "group": [
@@ -33546,8 +33671,8 @@
33546
33671
  {
33547
33672
  "description": "The text color of the Grid selection aggregates container.\n",
33548
33673
  "commentRange": {
33549
- "start": 254,
33550
- "end": 255
33674
+ "start": 271,
33675
+ "end": 272
33551
33676
  },
33552
33677
  "context": {
33553
33678
  "type": "variable",
@@ -33555,8 +33680,8 @@
33555
33680
  "value": "$kendo-grid-text",
33556
33681
  "scope": "default",
33557
33682
  "line": {
33558
- "start": 256,
33559
- "end": 256
33683
+ "start": 273,
33684
+ "end": 273
33560
33685
  }
33561
33686
  },
33562
33687
  "group": [
@@ -33571,8 +33696,8 @@
33571
33696
  {
33572
33697
  "description": "The border color of the Grid selection aggregates container.\n",
33573
33698
  "commentRange": {
33574
- "start": 257,
33575
- "end": 258
33699
+ "start": 274,
33700
+ "end": 275
33576
33701
  },
33577
33702
  "context": {
33578
33703
  "type": "variable",
@@ -33580,8 +33705,8 @@
33580
33705
  "value": "$kendo-grid-border",
33581
33706
  "scope": "default",
33582
33707
  "line": {
33583
- "start": 259,
33584
- "end": 259
33708
+ "start": 276,
33709
+ "end": 276
33585
33710
  }
33586
33711
  },
33587
33712
  "group": [
@@ -33596,8 +33721,8 @@
33596
33721
  {
33597
33722
  "description": "The border width of the Grid selection aggregates container.\n",
33598
33723
  "commentRange": {
33599
- "start": 260,
33600
- "end": 261
33724
+ "start": 277,
33725
+ "end": 278
33601
33726
  },
33602
33727
  "context": {
33603
33728
  "type": "variable",
@@ -33605,8 +33730,8 @@
33605
33730
  "value": "$kendo-grid-border-width",
33606
33731
  "scope": "default",
33607
33732
  "line": {
33608
- "start": 262,
33609
- "end": 262
33733
+ "start": 279,
33734
+ "end": 279
33610
33735
  }
33611
33736
  },
33612
33737
  "group": [
@@ -33621,8 +33746,8 @@
33621
33746
  {
33622
33747
  "description": "The spacing between the Grid selection aggregates items.\n",
33623
33748
  "commentRange": {
33624
- "start": 263,
33625
- "end": 264
33749
+ "start": 280,
33750
+ "end": 281
33626
33751
  },
33627
33752
  "context": {
33628
33753
  "type": "variable",
@@ -33630,8 +33755,8 @@
33630
33755
  "value": "k-spacing(2)",
33631
33756
  "scope": "default",
33632
33757
  "line": {
33633
- "start": 265,
33634
- "end": 265
33758
+ "start": 282,
33759
+ "end": 282
33635
33760
  }
33636
33761
  },
33637
33762
  "group": [
@@ -33646,8 +33771,8 @@
33646
33771
  {
33647
33772
  "description": "Line height of the Grid selection aggregates container.\n",
33648
33773
  "commentRange": {
33649
- "start": 266,
33650
- "end": 267
33774
+ "start": 283,
33775
+ "end": 284
33651
33776
  },
33652
33777
  "context": {
33653
33778
  "type": "variable",
@@ -33655,8 +33780,8 @@
33655
33780
  "value": "$kendo-grid-line-height",
33656
33781
  "scope": "default",
33657
33782
  "line": {
33658
- "start": 268,
33659
- "end": 268
33783
+ "start": 285,
33784
+ "end": 285
33660
33785
  }
33661
33786
  },
33662
33787
  "group": [
@@ -33671,8 +33796,8 @@
33671
33796
  {
33672
33797
  "description": "The font weight of the Grid selection aggregates container.\n",
33673
33798
  "commentRange": {
33674
- "start": 269,
33675
- "end": 270
33799
+ "start": 286,
33800
+ "end": 287
33676
33801
  },
33677
33802
  "context": {
33678
33803
  "type": "variable",
@@ -33680,8 +33805,8 @@
33680
33805
  "value": "$kendo-font-weight-bold",
33681
33806
  "scope": "default",
33682
33807
  "line": {
33683
- "start": 271,
33684
- "end": 271
33808
+ "start": 288,
33809
+ "end": 288
33685
33810
  }
33686
33811
  },
33687
33812
  "group": [
@@ -33696,8 +33821,8 @@
33696
33821
  {
33697
33822
  "description": "The background color of the Grid grouping header.\n",
33698
33823
  "commentRange": {
33699
- "start": 273,
33700
- "end": 274
33824
+ "start": 290,
33825
+ "end": 291
33701
33826
  },
33702
33827
  "context": {
33703
33828
  "type": "variable",
@@ -33705,8 +33830,8 @@
33705
33830
  "value": "$kendo-toolbar-bg",
33706
33831
  "scope": "default",
33707
33832
  "line": {
33708
- "start": 275,
33709
- "end": 275
33833
+ "start": 292,
33834
+ "end": 292
33710
33835
  }
33711
33836
  },
33712
33837
  "group": [
@@ -33721,8 +33846,8 @@
33721
33846
  {
33722
33847
  "description": "The text color of the Grid grouping header.\n",
33723
33848
  "commentRange": {
33724
- "start": 276,
33725
- "end": 277
33849
+ "start": 293,
33850
+ "end": 294
33726
33851
  },
33727
33852
  "context": {
33728
33853
  "type": "variable",
@@ -33730,8 +33855,8 @@
33730
33855
  "value": "$kendo-toolbar-text",
33731
33856
  "scope": "default",
33732
33857
  "line": {
33733
- "start": 278,
33734
- "end": 278
33858
+ "start": 295,
33859
+ "end": 295
33735
33860
  }
33736
33861
  },
33737
33862
  "group": [
@@ -33746,8 +33871,8 @@
33746
33871
  {
33747
33872
  "description": "The border color of the Grid grouping header.\n",
33748
33873
  "commentRange": {
33749
- "start": 279,
33750
- "end": 280
33874
+ "start": 296,
33875
+ "end": 297
33751
33876
  },
33752
33877
  "context": {
33753
33878
  "type": "variable",
@@ -33755,8 +33880,8 @@
33755
33880
  "value": "$kendo-toolbar-border",
33756
33881
  "scope": "default",
33757
33882
  "line": {
33758
- "start": 281,
33759
- "end": 281
33883
+ "start": 298,
33884
+ "end": 298
33760
33885
  }
33761
33886
  },
33762
33887
  "group": [
@@ -33771,8 +33896,8 @@
33771
33896
  {
33772
33897
  "description": "The vertical border width of the Grid grouping row.\n",
33773
33898
  "commentRange": {
33774
- "start": 283,
33775
- "end": 284
33899
+ "start": 300,
33900
+ "end": 301
33776
33901
  },
33777
33902
  "context": {
33778
33903
  "type": "variable",
@@ -33780,8 +33905,8 @@
33780
33905
  "value": "$kendo-grid-border-width",
33781
33906
  "scope": "default",
33782
33907
  "line": {
33783
- "start": 285,
33784
- "end": 285
33908
+ "start": 302,
33909
+ "end": 302
33785
33910
  }
33786
33911
  },
33787
33912
  "group": [
@@ -33796,8 +33921,8 @@
33796
33921
  {
33797
33922
  "description": "The background color of the Grid grouping row.\n",
33798
33923
  "commentRange": {
33799
- "start": 286,
33800
- "end": 287
33924
+ "start": 303,
33925
+ "end": 304
33801
33926
  },
33802
33927
  "context": {
33803
33928
  "type": "variable",
@@ -33805,8 +33930,8 @@
33805
33930
  "value": "$kendo-table-group-row-bg",
33806
33931
  "scope": "default",
33807
33932
  "line": {
33808
- "start": 288,
33809
- "end": 288
33933
+ "start": 305,
33934
+ "end": 305
33810
33935
  }
33811
33936
  },
33812
33937
  "group": [
@@ -33821,8 +33946,8 @@
33821
33946
  {
33822
33947
  "description": "The text color of the Grid grouping row.\n",
33823
33948
  "commentRange": {
33824
- "start": 289,
33825
- "end": 290
33949
+ "start": 306,
33950
+ "end": 307
33826
33951
  },
33827
33952
  "context": {
33828
33953
  "type": "variable",
@@ -33830,8 +33955,8 @@
33830
33955
  "value": "$kendo-table-group-row-text",
33831
33956
  "scope": "default",
33832
33957
  "line": {
33833
- "start": 291,
33834
- "end": 291
33958
+ "start": 308,
33959
+ "end": 308
33835
33960
  }
33836
33961
  },
33837
33962
  "group": [
@@ -33846,8 +33971,8 @@
33846
33971
  {
33847
33972
  "description": "The border color of the Grid grouping row.\n",
33848
33973
  "commentRange": {
33849
- "start": 292,
33850
- "end": 293
33974
+ "start": 309,
33975
+ "end": 310
33851
33976
  },
33852
33977
  "context": {
33853
33978
  "type": "variable",
@@ -33855,8 +33980,8 @@
33855
33980
  "value": "$kendo-table-group-row-border",
33856
33981
  "scope": "default",
33857
33982
  "line": {
33858
- "start": 294,
33859
- "end": 294
33983
+ "start": 311,
33984
+ "end": 311
33860
33985
  }
33861
33986
  },
33862
33987
  "group": [
@@ -33871,8 +33996,8 @@
33871
33996
  {
33872
33997
  "description": "The horizontal padding of the Grid filter cell.\n",
33873
33998
  "commentRange": {
33874
- "start": 296,
33875
- "end": 297
33999
+ "start": 313,
34000
+ "end": 314
33876
34001
  },
33877
34002
  "context": {
33878
34003
  "type": "variable",
@@ -33880,8 +34005,8 @@
33880
34005
  "value": "$kendo-grid-padding-y",
33881
34006
  "scope": "default",
33882
34007
  "line": {
33883
- "start": 298,
33884
- "end": 298
34008
+ "start": 315,
34009
+ "end": 315
33885
34010
  }
33886
34011
  },
33887
34012
  "group": [
@@ -33896,8 +34021,8 @@
33896
34021
  {
33897
34022
  "description": "The vertical padding of the Grid filter cell.\n",
33898
34023
  "commentRange": {
33899
- "start": 299,
33900
- "end": 300
34024
+ "start": 316,
34025
+ "end": 317
33901
34026
  },
33902
34027
  "context": {
33903
34028
  "type": "variable",
@@ -33905,8 +34030,8 @@
33905
34030
  "value": "$kendo-grid-filter-cell-padding-x",
33906
34031
  "scope": "default",
33907
34032
  "line": {
33908
- "start": 301,
33909
- "end": 301
34033
+ "start": 318,
34034
+ "end": 318
33910
34035
  }
33911
34036
  },
33912
34037
  "group": [
@@ -33921,8 +34046,8 @@
33921
34046
  {
33922
34047
  "description": "The horizontal padding of the Grid Toolbar.\n",
33923
34048
  "commentRange": {
33924
- "start": 303,
33925
- "end": 304
34049
+ "start": 320,
34050
+ "end": 321
33926
34051
  },
33927
34052
  "context": {
33928
34053
  "type": "variable",
@@ -33930,8 +34055,8 @@
33930
34055
  "value": "$kendo-toolbar-md-padding-x",
33931
34056
  "scope": "default",
33932
34057
  "line": {
33933
- "start": 305,
33934
- "end": 305
34058
+ "start": 322,
34059
+ "end": 322
33935
34060
  }
33936
34061
  },
33937
34062
  "group": [
@@ -33946,8 +34071,8 @@
33946
34071
  {
33947
34072
  "description": "The vertical padding of the Grid Toolbar.\n",
33948
34073
  "commentRange": {
33949
- "start": 306,
33950
- "end": 307
34074
+ "start": 323,
34075
+ "end": 324
33951
34076
  },
33952
34077
  "context": {
33953
34078
  "type": "variable",
@@ -33955,8 +34080,8 @@
33955
34080
  "value": "$kendo-toolbar-md-padding-y",
33956
34081
  "scope": "default",
33957
34082
  "line": {
33958
- "start": 308,
33959
- "end": 308
34083
+ "start": 325,
34084
+ "end": 325
33960
34085
  }
33961
34086
  },
33962
34087
  "group": [
@@ -33971,8 +34096,8 @@
33971
34096
  {
33972
34097
  "description": "The spacing of the Grid Toolbar.\n",
33973
34098
  "commentRange": {
33974
- "start": 309,
33975
- "end": 310
34099
+ "start": 326,
34100
+ "end": 327
33976
34101
  },
33977
34102
  "context": {
33978
34103
  "type": "variable",
@@ -33980,8 +34105,8 @@
33980
34105
  "value": "$kendo-toolbar-md-spacing",
33981
34106
  "scope": "default",
33982
34107
  "line": {
33983
- "start": 311,
33984
- "end": 311
34108
+ "start": 328,
34109
+ "end": 328
33985
34110
  }
33986
34111
  },
33987
34112
  "group": [
@@ -33996,8 +34121,8 @@
33996
34121
  {
33997
34122
  "description": "The border width of the Grid Toolbar.\n",
33998
34123
  "commentRange": {
33999
- "start": 312,
34000
- "end": 313
34124
+ "start": 329,
34125
+ "end": 330
34001
34126
  },
34002
34127
  "context": {
34003
34128
  "type": "variable",
@@ -34005,8 +34130,8 @@
34005
34130
  "value": "$kendo-grid-border-width",
34006
34131
  "scope": "default",
34007
34132
  "line": {
34008
- "start": 314,
34009
- "end": 314
34133
+ "start": 331,
34134
+ "end": 331
34010
34135
  }
34011
34136
  },
34012
34137
  "group": [
@@ -34021,8 +34146,8 @@
34021
34146
  {
34022
34147
  "description": "The vertical border width of the Grid cell.\n",
34023
34148
  "commentRange": {
34024
- "start": 316,
34025
- "end": 317
34149
+ "start": 333,
34150
+ "end": 334
34026
34151
  },
34027
34152
  "context": {
34028
34153
  "type": "variable",
@@ -34030,8 +34155,8 @@
34030
34155
  "value": "$kendo-grid-border-width",
34031
34156
  "scope": "default",
34032
34157
  "line": {
34033
- "start": 318,
34034
- "end": 318
34158
+ "start": 335,
34159
+ "end": 335
34035
34160
  }
34036
34161
  },
34037
34162
  "group": [
@@ -34046,8 +34171,8 @@
34046
34171
  {
34047
34172
  "description": "The horizontal border width of the Grid cell.\n",
34048
34173
  "commentRange": {
34049
- "start": 319,
34050
- "end": 320
34174
+ "start": 336,
34175
+ "end": 337
34051
34176
  },
34052
34177
  "context": {
34053
34178
  "type": "variable",
@@ -34055,8 +34180,8 @@
34055
34180
  "value": "0px",
34056
34181
  "scope": "default",
34057
34182
  "line": {
34058
- "start": 321,
34059
- "end": 321
34183
+ "start": 338,
34184
+ "end": 338
34060
34185
  }
34061
34186
  },
34062
34187
  "group": [
@@ -34071,8 +34196,8 @@
34071
34196
  {
34072
34197
  "description": "The font size of the Grid sort index.\n",
34073
34198
  "commentRange": {
34074
- "start": 322,
34075
- "end": 323
34199
+ "start": 339,
34200
+ "end": 340
34076
34201
  },
34077
34202
  "context": {
34078
34203
  "type": "variable",
@@ -34080,8 +34205,8 @@
34080
34205
  "value": "var( --kendo-font-size-sm, inherit )",
34081
34206
  "scope": "default",
34082
34207
  "line": {
34083
- "start": 324,
34084
- "end": 324
34208
+ "start": 341,
34209
+ "end": 341
34085
34210
  }
34086
34211
  },
34087
34212
  "group": [
@@ -34096,8 +34221,8 @@
34096
34221
  {
34097
34222
  "description": "The default height of the Grid sort index.\n",
34098
34223
  "commentRange": {
34099
- "start": 325,
34100
- "end": 326
34224
+ "start": 342,
34225
+ "end": 343
34101
34226
  },
34102
34227
  "context": {
34103
34228
  "type": "variable",
@@ -34105,8 +34230,8 @@
34105
34230
  "value": "var( --kendo-icon-size, 1rem )",
34106
34231
  "scope": "default",
34107
34232
  "line": {
34108
- "start": 327,
34109
- "end": 327
34233
+ "start": 344,
34234
+ "end": 344
34110
34235
  }
34111
34236
  },
34112
34237
  "group": [
@@ -34121,8 +34246,8 @@
34121
34246
  {
34122
34247
  "description": "The horizontal offset of the Grid sort index.\n",
34123
34248
  "commentRange": {
34124
- "start": 328,
34125
- "end": 329
34249
+ "start": 345,
34250
+ "end": 346
34126
34251
  },
34127
34252
  "context": {
34128
34253
  "type": "variable",
@@ -34130,8 +34255,8 @@
34130
34255
  "value": "calc( var( --kendo-icon-spacing, .5rem ) / 4 )",
34131
34256
  "scope": "default",
34132
34257
  "line": {
34133
- "start": 330,
34134
- "end": 330
34258
+ "start": 347,
34259
+ "end": 347
34135
34260
  }
34136
34261
  },
34137
34262
  "group": [
@@ -34146,8 +34271,8 @@
34146
34271
  {
34147
34272
  "description": "The vertical offset of the Grid sort index.\n",
34148
34273
  "commentRange": {
34149
- "start": 331,
34150
- "end": 332
34274
+ "start": 348,
34275
+ "end": 349
34151
34276
  },
34152
34277
  "context": {
34153
34278
  "type": "variable",
@@ -34155,8 +34280,8 @@
34155
34280
  "value": "k-spacing(0.5)",
34156
34281
  "scope": "default",
34157
34282
  "line": {
34158
- "start": 333,
34159
- "end": 333
34283
+ "start": 350,
34284
+ "end": 350
34160
34285
  }
34161
34286
  },
34162
34287
  "group": [
@@ -34171,8 +34296,8 @@
34171
34296
  {
34172
34297
  "description": "The spacing of the Grid sort icon.\n",
34173
34298
  "commentRange": {
34174
- "start": 334,
34175
- "end": 335
34299
+ "start": 351,
34300
+ "end": 352
34176
34301
  },
34177
34302
  "context": {
34178
34303
  "type": "variable",
@@ -34180,8 +34305,8 @@
34180
34305
  "value": "var( --kendo-icon-lg-spacing, .5rem )",
34181
34306
  "scope": "default",
34182
34307
  "line": {
34183
- "start": 336,
34184
- "end": 336
34308
+ "start": 353,
34309
+ "end": 353
34185
34310
  }
34186
34311
  },
34187
34312
  "group": [
@@ -34196,8 +34321,8 @@
34196
34321
  {
34197
34322
  "description": "The text color of the Grid sort indicator.\n",
34198
34323
  "commentRange": {
34199
- "start": 337,
34200
- "end": 338
34324
+ "start": 354,
34325
+ "end": 355
34201
34326
  },
34202
34327
  "context": {
34203
34328
  "type": "variable",
@@ -34205,8 +34330,8 @@
34205
34330
  "value": "k-color(subtle)",
34206
34331
  "scope": "default",
34207
34332
  "line": {
34208
- "start": 339,
34209
- "end": 339
34333
+ "start": 356,
34334
+ "end": 356
34210
34335
  }
34211
34336
  },
34212
34337
  "group": [
@@ -34221,8 +34346,8 @@
34221
34346
  {
34222
34347
  "description": "The text color of the Grid sort order indicator.\n",
34223
34348
  "commentRange": {
34224
- "start": 340,
34225
- "end": 341
34349
+ "start": 357,
34350
+ "end": 358
34226
34351
  },
34227
34352
  "context": {
34228
34353
  "type": "variable",
@@ -34230,8 +34355,8 @@
34230
34355
  "value": "k-color(primary)",
34231
34356
  "scope": "default",
34232
34357
  "line": {
34233
- "start": 342,
34234
- "end": 342
34358
+ "start": 359,
34359
+ "end": 359
34235
34360
  }
34236
34361
  },
34237
34362
  "group": [
@@ -34246,8 +34371,8 @@
34246
34371
  {
34247
34372
  "description": "The background color of the sorted Grid cells.\n",
34248
34373
  "commentRange": {
34249
- "start": 343,
34250
- "end": 344
34374
+ "start": 360,
34375
+ "end": 361
34251
34376
  },
34252
34377
  "context": {
34253
34378
  "type": "variable",
@@ -34255,8 +34380,8 @@
34255
34380
  "value": "k-color(surface)",
34256
34381
  "scope": "default",
34257
34382
  "line": {
34258
- "start": 345,
34259
- "end": 345
34383
+ "start": 362,
34384
+ "end": 362
34260
34385
  }
34261
34386
  },
34262
34387
  "group": [
@@ -34271,8 +34396,8 @@
34271
34396
  {
34272
34397
  "description": "The horizontal padding of the Grid command cells.\n",
34273
34398
  "commentRange": {
34274
- "start": 347,
34275
- "end": 348
34399
+ "start": 364,
34400
+ "end": 365
34276
34401
  },
34277
34402
  "context": {
34278
34403
  "type": "variable",
@@ -34280,8 +34405,8 @@
34280
34405
  "value": "calc( #{$kendo-table-cell-padding-y} - (#{$kendo-button-calc-size} - #{$kendo-line-height-em} ) / 2 )",
34281
34406
  "scope": "default",
34282
34407
  "line": {
34283
- "start": 349,
34284
- "end": 349
34408
+ "start": 366,
34409
+ "end": 366
34285
34410
  }
34286
34411
  },
34287
34412
  "group": [
@@ -34296,8 +34421,8 @@
34296
34421
  {
34297
34422
  "description": "The vertical padding of the Grid command cells.\n",
34298
34423
  "commentRange": {
34299
- "start": 350,
34300
- "end": 351
34424
+ "start": 367,
34425
+ "end": 368
34301
34426
  },
34302
34427
  "context": {
34303
34428
  "type": "variable",
@@ -34305,8 +34430,8 @@
34305
34430
  "value": "k-spacing(2)",
34306
34431
  "scope": "default",
34307
34432
  "line": {
34308
- "start": 352,
34309
- "end": 352
34433
+ "start": 369,
34434
+ "end": 369
34310
34435
  }
34311
34436
  },
34312
34437
  "group": [
@@ -34321,8 +34446,8 @@
34321
34446
  {
34322
34447
  "description": "The horizontal padding of the Grid group indicator.\n",
34323
34448
  "commentRange": {
34324
- "start": 354,
34325
- "end": 355
34449
+ "start": 371,
34450
+ "end": 372
34326
34451
  },
34327
34452
  "context": {
34328
34453
  "type": "variable",
@@ -34330,8 +34455,8 @@
34330
34455
  "value": "$kendo-button-md-padding-x",
34331
34456
  "scope": "default",
34332
34457
  "line": {
34333
- "start": 356,
34334
- "end": 356
34458
+ "start": 373,
34459
+ "end": 373
34335
34460
  }
34336
34461
  },
34337
34462
  "group": [
@@ -34346,8 +34471,8 @@
34346
34471
  {
34347
34472
  "description": "The vertical padding of the Grid group indicator.\n",
34348
34473
  "commentRange": {
34349
- "start": 357,
34350
- "end": 358
34474
+ "start": 374,
34475
+ "end": 375
34351
34476
  },
34352
34477
  "context": {
34353
34478
  "type": "variable",
@@ -34355,8 +34480,8 @@
34355
34480
  "value": "$kendo-button-md-padding-y",
34356
34481
  "scope": "default",
34357
34482
  "line": {
34358
- "start": 359,
34359
- "end": 359
34483
+ "start": 376,
34484
+ "end": 376
34360
34485
  }
34361
34486
  },
34362
34487
  "group": [
@@ -34371,8 +34496,8 @@
34371
34496
  {
34372
34497
  "description": "The border width of the Grid group indicator.\n",
34373
34498
  "commentRange": {
34374
- "start": 360,
34375
- "end": 361
34499
+ "start": 377,
34500
+ "end": 378
34376
34501
  },
34377
34502
  "context": {
34378
34503
  "type": "variable",
@@ -34380,8 +34505,8 @@
34380
34505
  "value": "$kendo-button-border-width",
34381
34506
  "scope": "default",
34382
34507
  "line": {
34383
- "start": 362,
34384
- "end": 362
34508
+ "start": 379,
34509
+ "end": 379
34385
34510
  }
34386
34511
  },
34387
34512
  "group": [
@@ -34396,8 +34521,8 @@
34396
34521
  {
34397
34522
  "description": "The border radius of the Grid group indicator.\n",
34398
34523
  "commentRange": {
34399
- "start": 363,
34400
- "end": 364
34524
+ "start": 380,
34525
+ "end": 381
34401
34526
  },
34402
34527
  "context": {
34403
34528
  "type": "variable",
@@ -34405,8 +34530,8 @@
34405
34530
  "value": "k-border-radius(md)",
34406
34531
  "scope": "default",
34407
34532
  "line": {
34408
- "start": 365,
34409
- "end": 365
34533
+ "start": 382,
34534
+ "end": 382
34410
34535
  }
34411
34536
  },
34412
34537
  "group": [
@@ -34421,8 +34546,8 @@
34421
34546
  {
34422
34547
  "description": "Spacing of the grid group indicator.\n",
34423
34548
  "commentRange": {
34424
- "start": 366,
34425
- "end": 367
34549
+ "start": 383,
34550
+ "end": 384
34426
34551
  },
34427
34552
  "context": {
34428
34553
  "type": "variable",
@@ -34430,8 +34555,8 @@
34430
34555
  "value": "$kendo-table-cell-padding-y",
34431
34556
  "scope": "default",
34432
34557
  "line": {
34433
- "start": 368,
34434
- "end": 368
34558
+ "start": 385,
34559
+ "end": 385
34435
34560
  }
34436
34561
  },
34437
34562
  "group": [
@@ -34446,8 +34571,8 @@
34446
34571
  {
34447
34572
  "description": "The text color of the Grid group indicator.\n",
34448
34573
  "commentRange": {
34449
- "start": 369,
34450
- "end": 370
34574
+ "start": 386,
34575
+ "end": 387
34451
34576
  },
34452
34577
  "context": {
34453
34578
  "type": "variable",
@@ -34455,8 +34580,8 @@
34455
34580
  "value": "k-color(on-app-surface)",
34456
34581
  "scope": "default",
34457
34582
  "line": {
34458
- "start": 371,
34459
- "end": 371
34583
+ "start": 388,
34584
+ "end": 388
34460
34585
  }
34461
34586
  },
34462
34587
  "group": [
@@ -34471,8 +34596,8 @@
34471
34596
  {
34472
34597
  "description": "The background color of the Grid group indicator.\n",
34473
34598
  "commentRange": {
34474
- "start": 372,
34475
- "end": 373
34599
+ "start": 389,
34600
+ "end": 390
34476
34601
  },
34477
34602
  "context": {
34478
34603
  "type": "variable",
@@ -34480,8 +34605,8 @@
34480
34605
  "value": "k-color(surface-alt)",
34481
34606
  "scope": "default",
34482
34607
  "line": {
34483
- "start": 374,
34484
- "end": 374
34608
+ "start": 391,
34609
+ "end": 391
34485
34610
  }
34486
34611
  },
34487
34612
  "group": [
@@ -34496,8 +34621,8 @@
34496
34621
  {
34497
34622
  "description": "The border color of the Grid group indicator.\n",
34498
34623
  "commentRange": {
34499
- "start": 375,
34500
- "end": 376
34624
+ "start": 392,
34625
+ "end": 393
34501
34626
  },
34502
34627
  "context": {
34503
34628
  "type": "variable",
@@ -34505,8 +34630,8 @@
34505
34630
  "value": "k-color(border)",
34506
34631
  "scope": "default",
34507
34632
  "line": {
34508
- "start": 377,
34509
- "end": 377
34633
+ "start": 394,
34634
+ "end": 394
34510
34635
  }
34511
34636
  },
34512
34637
  "group": [
@@ -34521,8 +34646,8 @@
34521
34646
  {
34522
34647
  "description": "The text color of the Grid group indicator icon.\n",
34523
34648
  "commentRange": {
34524
- "start": 378,
34525
- "end": 379
34649
+ "start": 395,
34650
+ "end": 396
34526
34651
  },
34527
34652
  "context": {
34528
34653
  "type": "variable",
@@ -34530,8 +34655,8 @@
34530
34655
  "value": "k-color(subtle)",
34531
34656
  "scope": "default",
34532
34657
  "line": {
34533
- "start": 380,
34534
- "end": 380
34658
+ "start": 397,
34659
+ "end": 397
34535
34660
  }
34536
34661
  },
34537
34662
  "group": [
@@ -34546,8 +34671,8 @@
34546
34671
  {
34547
34672
  "description": "The horizontal border width of the Grid group footer.\n",
34548
34673
  "commentRange": {
34549
- "start": 382,
34550
- "end": 383
34674
+ "start": 399,
34675
+ "end": 400
34551
34676
  },
34552
34677
  "context": {
34553
34678
  "type": "variable",
@@ -34555,8 +34680,8 @@
34555
34680
  "value": "0px",
34556
34681
  "scope": "default",
34557
34682
  "line": {
34558
- "start": 384,
34559
- "end": 384
34683
+ "start": 401,
34684
+ "end": 401
34560
34685
  }
34561
34686
  },
34562
34687
  "group": [
@@ -34571,8 +34696,8 @@
34571
34696
  {
34572
34697
  "description": "The vertical border width of the Grid group footer.\n",
34573
34698
  "commentRange": {
34574
- "start": 385,
34575
- "end": 386
34699
+ "start": 402,
34700
+ "end": 403
34576
34701
  },
34577
34702
  "context": {
34578
34703
  "type": "variable",
@@ -34580,8 +34705,8 @@
34580
34705
  "value": "0px",
34581
34706
  "scope": "default",
34582
34707
  "line": {
34583
- "start": 387,
34584
- "end": 387
34708
+ "start": 404,
34709
+ "end": 404
34585
34710
  }
34586
34711
  },
34587
34712
  "group": [
@@ -34596,8 +34721,8 @@
34596
34721
  {
34597
34722
  "description": "The text color of the Grid group drop clue.\n",
34598
34723
  "commentRange": {
34599
- "start": 389,
34600
- "end": 390
34724
+ "start": 406,
34725
+ "end": 407
34601
34726
  },
34602
34727
  "context": {
34603
34728
  "type": "variable",
@@ -34605,8 +34730,8 @@
34605
34730
  "value": "k-color(primary)",
34606
34731
  "scope": "default",
34607
34732
  "line": {
34608
- "start": 391,
34609
- "end": 391
34733
+ "start": 408,
34734
+ "end": 408
34610
34735
  }
34611
34736
  },
34612
34737
  "group": [
@@ -34621,8 +34746,8 @@
34621
34746
  {
34622
34747
  "description": "The border width of the Grid sticky cell.\n",
34623
34748
  "commentRange": {
34624
- "start": 393,
34625
- "end": 394
34749
+ "start": 410,
34750
+ "end": 411
34626
34751
  },
34627
34752
  "context": {
34628
34753
  "type": "variable",
@@ -34630,8 +34755,8 @@
34630
34755
  "value": "$kendo-grid-border-width",
34631
34756
  "scope": "default",
34632
34757
  "line": {
34633
- "start": 395,
34634
- "end": 395
34758
+ "start": 412,
34759
+ "end": 412
34635
34760
  }
34636
34761
  },
34637
34762
  "group": [
@@ -34646,8 +34771,8 @@
34646
34771
  {
34647
34772
  "description": "The background color of the Grid sticky cell.\n",
34648
34773
  "commentRange": {
34649
- "start": 396,
34650
- "end": 397
34774
+ "start": 413,
34775
+ "end": 414
34651
34776
  },
34652
34777
  "context": {
34653
34778
  "type": "variable",
@@ -34655,8 +34780,8 @@
34655
34780
  "value": "k-color(surface-alt)",
34656
34781
  "scope": "default",
34657
34782
  "line": {
34658
- "start": 398,
34659
- "end": 398
34783
+ "start": 415,
34784
+ "end": 415
34660
34785
  }
34661
34786
  },
34662
34787
  "group": [
@@ -34671,8 +34796,8 @@
34671
34796
  {
34672
34797
  "description": "The text color of the Grid sticky cell.\n",
34673
34798
  "commentRange": {
34674
- "start": 399,
34675
- "end": 400
34799
+ "start": 416,
34800
+ "end": 417
34676
34801
  },
34677
34802
  "context": {
34678
34803
  "type": "variable",
@@ -34680,8 +34805,8 @@
34680
34805
  "value": "$kendo-grid-text",
34681
34806
  "scope": "default",
34682
34807
  "line": {
34683
- "start": 401,
34684
- "end": 401
34808
+ "start": 418,
34809
+ "end": 418
34685
34810
  }
34686
34811
  },
34687
34812
  "group": [
@@ -34696,8 +34821,8 @@
34696
34821
  {
34697
34822
  "description": "The border color of the Grid sticky cell.\n",
34698
34823
  "commentRange": {
34699
- "start": 402,
34700
- "end": 403
34824
+ "start": 419,
34825
+ "end": 420
34701
34826
  },
34702
34827
  "context": {
34703
34828
  "type": "variable",
@@ -34705,8 +34830,8 @@
34705
34830
  "value": "color-mix(in srgb, k-color(border) 80%, transparent)",
34706
34831
  "scope": "default",
34707
34832
  "line": {
34708
- "start": 404,
34709
- "end": 404
34833
+ "start": 421,
34834
+ "end": 421
34710
34835
  }
34711
34836
  },
34712
34837
  "group": [
@@ -34721,8 +34846,8 @@
34721
34846
  {
34722
34847
  "description": "The alt background color of the Grid sticky cell.\n",
34723
34848
  "commentRange": {
34724
- "start": 405,
34725
- "end": 406
34849
+ "start": 422,
34850
+ "end": 423
34726
34851
  },
34727
34852
  "context": {
34728
34853
  "type": "variable",
@@ -34730,8 +34855,8 @@
34730
34855
  "value": "$kendo-grid-sticky-bg",
34731
34856
  "scope": "default",
34732
34857
  "line": {
34733
- "start": 407,
34734
- "end": 407
34858
+ "start": 424,
34859
+ "end": 424
34735
34860
  }
34736
34861
  },
34737
34862
  "group": [
@@ -34746,8 +34871,8 @@
34746
34871
  {
34747
34872
  "description": "The background color of the Grid sticky cell.\n",
34748
34873
  "commentRange": {
34749
- "start": 408,
34750
- "end": 409
34874
+ "start": 425,
34875
+ "end": 426
34751
34876
  },
34752
34877
  "context": {
34753
34878
  "type": "variable",
@@ -34755,8 +34880,8 @@
34755
34880
  "value": "$kendo-grid-hover-bg",
34756
34881
  "scope": "default",
34757
34882
  "line": {
34758
- "start": 410,
34759
- "end": 410
34883
+ "start": 427,
34884
+ "end": 427
34760
34885
  }
34761
34886
  },
34762
34887
  "group": [
@@ -34771,8 +34896,8 @@
34771
34896
  {
34772
34897
  "description": "The background color of the Grid sticky header.\n",
34773
34898
  "commentRange": {
34774
- "start": 412,
34775
- "end": 413
34899
+ "start": 429,
34900
+ "end": 430
34776
34901
  },
34777
34902
  "context": {
34778
34903
  "type": "variable",
@@ -34780,8 +34905,8 @@
34780
34905
  "value": "$kendo-grid-header-bg",
34781
34906
  "scope": "default",
34782
34907
  "line": {
34783
- "start": 414,
34784
- "end": 414
34908
+ "start": 431,
34909
+ "end": 431
34785
34910
  }
34786
34911
  },
34787
34912
  "group": [
@@ -34796,8 +34921,8 @@
34796
34921
  {
34797
34922
  "description": "The text color of the Grid sticky header.\n",
34798
34923
  "commentRange": {
34799
- "start": 415,
34800
- "end": 416
34924
+ "start": 432,
34925
+ "end": 433
34801
34926
  },
34802
34927
  "context": {
34803
34928
  "type": "variable",
@@ -34805,8 +34930,8 @@
34805
34930
  "value": "$kendo-grid-header-text",
34806
34931
  "scope": "default",
34807
34932
  "line": {
34808
- "start": 417,
34809
- "end": 417
34933
+ "start": 434,
34934
+ "end": 434
34810
34935
  }
34811
34936
  },
34812
34937
  "group": [
@@ -34821,8 +34946,8 @@
34821
34946
  {
34822
34947
  "description": "The border color of the Grid sticky header.\n",
34823
34948
  "commentRange": {
34824
- "start": 418,
34825
- "end": 419
34949
+ "start": 435,
34950
+ "end": 436
34826
34951
  },
34827
34952
  "context": {
34828
34953
  "type": "variable",
@@ -34830,8 +34955,8 @@
34830
34955
  "value": "$kendo-grid-sticky-border",
34831
34956
  "scope": "default",
34832
34957
  "line": {
34833
- "start": 420,
34834
- "end": 420
34958
+ "start": 437,
34959
+ "end": 437
34835
34960
  }
34836
34961
  },
34837
34962
  "group": [
@@ -34846,8 +34971,8 @@
34846
34971
  {
34847
34972
  "description": "The background color of the Grid sticky footer.\n",
34848
34973
  "commentRange": {
34849
- "start": 422,
34850
- "end": 423
34974
+ "start": 439,
34975
+ "end": 440
34851
34976
  },
34852
34977
  "context": {
34853
34978
  "type": "variable",
@@ -34855,8 +34980,8 @@
34855
34980
  "value": "$kendo-grid-header-bg",
34856
34981
  "scope": "default",
34857
34982
  "line": {
34858
- "start": 424,
34859
- "end": 424
34983
+ "start": 441,
34984
+ "end": 441
34860
34985
  }
34861
34986
  },
34862
34987
  "group": [
@@ -34871,8 +34996,8 @@
34871
34996
  {
34872
34997
  "description": "The background color of the Grid sticky footer.\n",
34873
34998
  "commentRange": {
34874
- "start": 425,
34875
- "end": 426
34999
+ "start": 442,
35000
+ "end": 443
34876
35001
  },
34877
35002
  "context": {
34878
35003
  "type": "variable",
@@ -34880,83 +35005,8 @@
34880
35005
  "value": "$kendo-grid-hover-bg",
34881
35006
  "scope": "default",
34882
35007
  "line": {
34883
- "start": 427,
34884
- "end": 427
34885
- }
34886
- },
34887
- "group": [
34888
- "grid"
34889
- ],
34890
- "access": "public",
34891
- "file": {
34892
- "path": "grid/_variables.scss",
34893
- "name": "_variables.scss"
34894
- }
34895
- },
34896
- {
34897
- "description": "The background color of the selected Grid sticky cells.\n",
34898
- "commentRange": {
34899
- "start": 429,
34900
- "end": 430
34901
- },
34902
- "context": {
34903
- "type": "variable",
34904
- "name": "kendo-grid-sticky-selected-bg",
34905
- "value": "$kendo-grid-selected-bg",
34906
- "scope": "default",
34907
- "line": {
34908
- "start": 431,
34909
- "end": 431
34910
- }
34911
- },
34912
- "group": [
34913
- "grid"
34914
- ],
34915
- "access": "public",
34916
- "file": {
34917
- "path": "grid/_variables.scss",
34918
- "name": "_variables.scss"
34919
- }
34920
- },
34921
- {
34922
- "description": "The background color of the selected alt Grid sticky cells.\n",
34923
- "commentRange": {
34924
- "start": 432,
34925
- "end": 433
34926
- },
34927
- "context": {
34928
- "type": "variable",
34929
- "name": "kendo-grid-sticky-selected-alt-bg",
34930
- "value": "$kendo-grid-sticky-selected-bg",
34931
- "scope": "default",
34932
- "line": {
34933
- "start": 434,
34934
- "end": 434
34935
- }
34936
- },
34937
- "group": [
34938
- "grid"
34939
- ],
34940
- "access": "public",
34941
- "file": {
34942
- "path": "grid/_variables.scss",
34943
- "name": "_variables.scss"
34944
- }
34945
- },
34946
- {
34947
- "description": "The background color of the hovered selected Grid sticky cells.\n",
34948
- "commentRange": {
34949
- "start": 435,
34950
- "end": 436
34951
- },
34952
- "context": {
34953
- "type": "variable",
34954
- "name": "kendo-grid-sticky-selected-hover-bg",
34955
- "value": "$kendo-grid-sticky-selected-bg",
34956
- "scope": "default",
34957
- "line": {
34958
- "start": 437,
34959
- "end": 437
35008
+ "start": 444,
35009
+ "end": 444
34960
35010
  }
34961
35011
  },
34962
35012
  "group": [
@@ -34971,8 +35021,8 @@
34971
35021
  {
34972
35022
  "description": "The horizontal padding of the Grid filter menu container.\n",
34973
35023
  "commentRange": {
34974
- "start": 439,
34975
- "end": 440
35024
+ "start": 446,
35025
+ "end": 447
34976
35026
  },
34977
35027
  "context": {
34978
35028
  "type": "variable",
@@ -34980,8 +35030,8 @@
34980
35030
  "value": "k-spacing(3)",
34981
35031
  "scope": "default",
34982
35032
  "line": {
34983
- "start": 441,
34984
- "end": 441
35033
+ "start": 448,
35034
+ "end": 448
34985
35035
  }
34986
35036
  },
34987
35037
  "group": [
@@ -34996,8 +35046,8 @@
34996
35046
  {
34997
35047
  "description": "The vertical padding of the Grid filter menu container.\n",
34998
35048
  "commentRange": {
34999
- "start": 442,
35000
- "end": 443
35049
+ "start": 449,
35050
+ "end": 450
35001
35051
  },
35002
35052
  "context": {
35003
35053
  "type": "variable",
@@ -35005,8 +35055,8 @@
35005
35055
  "value": "k-spacing(3)",
35006
35056
  "scope": "default",
35007
35057
  "line": {
35008
- "start": 444,
35009
- "end": 444
35058
+ "start": 451,
35059
+ "end": 451
35010
35060
  }
35011
35061
  },
35012
35062
  "group": [
@@ -35021,8 +35071,8 @@
35021
35071
  {
35022
35072
  "description": "The default width of the Grid column menu.\n",
35023
35073
  "commentRange": {
35024
- "start": 446,
35025
- "end": 447
35074
+ "start": 453,
35075
+ "end": 454
35026
35076
  },
35027
35077
  "context": {
35028
35078
  "type": "variable",
@@ -35030,8 +35080,8 @@
35030
35080
  "value": "230px",
35031
35081
  "scope": "default",
35032
35082
  "line": {
35033
- "start": 448,
35034
- "end": 448
35083
+ "start": 455,
35084
+ "end": 455
35035
35085
  }
35036
35086
  },
35037
35087
  "group": [
@@ -35046,8 +35096,8 @@
35046
35096
  {
35047
35097
  "description": "The max width of the Grid column menu.\n",
35048
35098
  "commentRange": {
35049
- "start": 449,
35050
- "end": 450
35099
+ "start": 456,
35100
+ "end": 457
35051
35101
  },
35052
35102
  "context": {
35053
35103
  "type": "variable",
@@ -35055,8 +35105,8 @@
35055
35105
  "value": "320px",
35056
35106
  "scope": "default",
35057
35107
  "line": {
35058
- "start": 451,
35059
- "end": 451
35108
+ "start": 458,
35109
+ "end": 458
35060
35110
  }
35061
35111
  },
35062
35112
  "group": [
@@ -35071,8 +35121,8 @@
35071
35121
  {
35072
35122
  "description": "The spacing of the Grid column menu.\n",
35073
35123
  "commentRange": {
35074
- "start": 452,
35075
- "end": 453
35124
+ "start": 459,
35125
+ "end": 460
35076
35126
  },
35077
35127
  "context": {
35078
35128
  "type": "variable",
@@ -35080,8 +35130,8 @@
35080
35130
  "value": "k-spacing(2)",
35081
35131
  "scope": "default",
35082
35132
  "line": {
35083
- "start": 454,
35084
- "end": 454
35133
+ "start": 461,
35134
+ "end": 461
35085
35135
  }
35086
35136
  },
35087
35137
  "group": [
@@ -35096,8 +35146,8 @@
35096
35146
  {
35097
35147
  "description": "The focus shadow of the Grid column menu.\n",
35098
35148
  "commentRange": {
35099
- "start": 455,
35100
- "end": 456
35149
+ "start": 462,
35150
+ "end": 463
35101
35151
  },
35102
35152
  "context": {
35103
35153
  "type": "variable",
@@ -35105,8 +35155,8 @@
35105
35155
  "value": "var( --kendo-box-shadow-depth-4, none )",
35106
35156
  "scope": "default",
35107
35157
  "line": {
35108
- "start": 457,
35109
- "end": 457
35158
+ "start": 464,
35159
+ "end": 464
35110
35160
  }
35111
35161
  },
35112
35162
  "group": [
@@ -35121,8 +35171,8 @@
35121
35171
  {
35122
35172
  "description": "The background color of the Grid column menu.\n",
35123
35173
  "commentRange": {
35124
- "start": 458,
35125
- "end": 459
35174
+ "start": 465,
35175
+ "end": 466
35126
35176
  },
35127
35177
  "context": {
35128
35178
  "type": "variable",
@@ -35130,8 +35180,8 @@
35130
35180
  "value": "k-color(surface-alt)",
35131
35181
  "scope": "default",
35132
35182
  "line": {
35133
- "start": 460,
35134
- "end": 460
35183
+ "start": 467,
35184
+ "end": 467
35135
35185
  }
35136
35186
  },
35137
35187
  "group": [
@@ -35146,8 +35196,8 @@
35146
35196
  {
35147
35197
  "description": "The text color of the Grid column menu.\n",
35148
35198
  "commentRange": {
35149
- "start": 461,
35150
- "end": 462
35199
+ "start": 468,
35200
+ "end": 469
35151
35201
  },
35152
35202
  "context": {
35153
35203
  "type": "variable",
@@ -35155,8 +35205,8 @@
35155
35205
  "value": "k-color(on-app-surface)",
35156
35206
  "scope": "default",
35157
35207
  "line": {
35158
- "start": 463,
35159
- "end": 463
35208
+ "start": 470,
35209
+ "end": 470
35160
35210
  }
35161
35211
  },
35162
35212
  "group": [
@@ -35171,8 +35221,8 @@
35171
35221
  {
35172
35222
  "description": "The border color of the Grid column menu.\n",
35173
35223
  "commentRange": {
35174
- "start": 464,
35175
- "end": 465
35224
+ "start": 471,
35225
+ "end": 472
35176
35226
  },
35177
35227
  "context": {
35178
35228
  "type": "variable",
@@ -35180,8 +35230,8 @@
35180
35230
  "value": "color-mix(in srgb, k-color(border) 16%, transparent)",
35181
35231
  "scope": "default",
35182
35232
  "line": {
35183
- "start": 466,
35184
- "end": 466
35233
+ "start": 473,
35234
+ "end": 473
35185
35235
  }
35186
35236
  },
35187
35237
  "group": [
@@ -35196,8 +35246,8 @@
35196
35246
  {
35197
35247
  "description": "The font size of the Grid column menu checkbox container.\n",
35198
35248
  "commentRange": {
35199
- "start": 468,
35200
- "end": 469
35249
+ "start": 475,
35250
+ "end": 476
35201
35251
  },
35202
35252
  "context": {
35203
35253
  "type": "variable",
@@ -35205,8 +35255,8 @@
35205
35255
  "value": "$kendo-list-md-font-size",
35206
35256
  "scope": "default",
35207
35257
  "line": {
35208
- "start": 470,
35209
- "end": 470
35258
+ "start": 477,
35259
+ "end": 477
35210
35260
  }
35211
35261
  },
35212
35262
  "group": [
@@ -35221,8 +35271,8 @@
35221
35271
  {
35222
35272
  "description": "The line height of the Grid column menu checkbox container.\n",
35223
35273
  "commentRange": {
35224
- "start": 471,
35225
- "end": 472
35274
+ "start": 478,
35275
+ "end": 479
35226
35276
  },
35227
35277
  "context": {
35228
35278
  "type": "variable",
@@ -35230,8 +35280,8 @@
35230
35280
  "value": "$kendo-list-md-line-height",
35231
35281
  "scope": "default",
35232
35282
  "line": {
35233
- "start": 473,
35234
- "end": 473
35283
+ "start": 480,
35284
+ "end": 480
35235
35285
  }
35236
35286
  },
35237
35287
  "group": [
@@ -35246,8 +35296,8 @@
35246
35296
  {
35247
35297
  "description": "The vertical padding of the Grid column menu items wrap.\n",
35248
35298
  "commentRange": {
35249
- "start": 475,
35250
- "end": 476
35299
+ "start": 482,
35300
+ "end": 483
35251
35301
  },
35252
35302
  "context": {
35253
35303
  "type": "variable",
@@ -35255,8 +35305,8 @@
35255
35305
  "value": "k-spacing(2)",
35256
35306
  "scope": "default",
35257
35307
  "line": {
35258
- "start": 477,
35259
- "end": 477
35308
+ "start": 484,
35309
+ "end": 484
35260
35310
  }
35261
35311
  },
35262
35312
  "group": [
@@ -35271,8 +35321,8 @@
35271
35321
  {
35272
35322
  "description": "The horizontal padding of the Grid column menu items wrap.\n",
35273
35323
  "commentRange": {
35274
- "start": 478,
35275
- "end": 479
35324
+ "start": 485,
35325
+ "end": 486
35276
35326
  },
35277
35327
  "context": {
35278
35328
  "type": "variable",
@@ -35280,8 +35330,8 @@
35280
35330
  "value": "k-spacing(2)",
35281
35331
  "scope": "default",
35282
35332
  "line": {
35283
- "start": 480,
35284
- "end": 480
35333
+ "start": 487,
35334
+ "end": 487
35285
35335
  }
35286
35336
  },
35287
35337
  "group": [
@@ -35296,8 +35346,8 @@
35296
35346
  {
35297
35347
  "description": "The horizontal padding of the Grid column menu item.\n",
35298
35348
  "commentRange": {
35299
- "start": 482,
35300
- "end": 483
35349
+ "start": 489,
35350
+ "end": 490
35301
35351
  },
35302
35352
  "context": {
35303
35353
  "type": "variable",
@@ -35305,8 +35355,8 @@
35305
35355
  "value": "$kendo-list-md-item-padding-y",
35306
35356
  "scope": "default",
35307
35357
  "line": {
35308
- "start": 484,
35309
- "end": 484
35358
+ "start": 491,
35359
+ "end": 491
35310
35360
  }
35311
35361
  },
35312
35362
  "group": [
@@ -35321,8 +35371,8 @@
35321
35371
  {
35322
35372
  "description": "The vertical padding of the Grid column menu item.\n",
35323
35373
  "commentRange": {
35324
- "start": 485,
35325
- "end": 486
35374
+ "start": 492,
35375
+ "end": 493
35326
35376
  },
35327
35377
  "context": {
35328
35378
  "type": "variable",
@@ -35330,8 +35380,8 @@
35330
35380
  "value": "$kendo-list-md-item-padding-x",
35331
35381
  "scope": "default",
35332
35382
  "line": {
35333
- "start": 487,
35334
- "end": 487
35383
+ "start": 494,
35384
+ "end": 494
35335
35385
  }
35336
35386
  },
35337
35387
  "group": [
@@ -35346,8 +35396,8 @@
35346
35396
  {
35347
35397
  "description": "The spacing of the Grid column menu item.\n",
35348
35398
  "commentRange": {
35349
- "start": 488,
35350
- "end": 489
35399
+ "start": 495,
35400
+ "end": 496
35351
35401
  },
35352
35402
  "context": {
35353
35403
  "type": "variable",
@@ -35355,8 +35405,8 @@
35355
35405
  "value": "$kendo-list-md-item-padding-x",
35356
35406
  "scope": "default",
35357
35407
  "line": {
35358
- "start": 490,
35359
- "end": 490
35408
+ "start": 497,
35409
+ "end": 497
35360
35410
  }
35361
35411
  },
35362
35412
  "group": [
@@ -35371,8 +35421,8 @@
35371
35421
  {
35372
35422
  "description": "The icon spacing of the Grid column menu item.\n",
35373
35423
  "commentRange": {
35374
- "start": 491,
35375
- "end": 492
35424
+ "start": 498,
35425
+ "end": 499
35376
35426
  },
35377
35427
  "context": {
35378
35428
  "type": "variable",
@@ -35380,8 +35430,8 @@
35380
35430
  "value": "var( --kendo-icon-spacing, .5rem )",
35381
35431
  "scope": "default",
35382
35432
  "line": {
35383
- "start": 493,
35384
- "end": 493
35433
+ "start": 500,
35434
+ "end": 500
35385
35435
  }
35386
35436
  },
35387
35437
  "group": [
@@ -35396,8 +35446,8 @@
35396
35446
  {
35397
35447
  "description": "The background color of the Grid column menu item.\n",
35398
35448
  "commentRange": {
35399
- "start": 494,
35400
- "end": 495
35449
+ "start": 501,
35450
+ "end": 502
35401
35451
  },
35402
35452
  "context": {
35403
35453
  "type": "variable",
@@ -35405,8 +35455,8 @@
35405
35455
  "value": "$kendo-list-item-bg",
35406
35456
  "scope": "default",
35407
35457
  "line": {
35408
- "start": 496,
35409
- "end": 496
35458
+ "start": 503,
35459
+ "end": 503
35410
35460
  }
35411
35461
  },
35412
35462
  "group": [
@@ -35421,8 +35471,8 @@
35421
35471
  {
35422
35472
  "description": "The text color of the Grid column menu item.\n",
35423
35473
  "commentRange": {
35424
- "start": 497,
35425
- "end": 498
35474
+ "start": 504,
35475
+ "end": 505
35426
35476
  },
35427
35477
  "context": {
35428
35478
  "type": "variable",
@@ -35430,8 +35480,8 @@
35430
35480
  "value": "$kendo-list-item-text",
35431
35481
  "scope": "default",
35432
35482
  "line": {
35433
- "start": 499,
35434
- "end": 499
35483
+ "start": 506,
35484
+ "end": 506
35435
35485
  }
35436
35486
  },
35437
35487
  "group": [
@@ -35446,8 +35496,8 @@
35446
35496
  {
35447
35497
  "description": "The background color of the Grid column menu item.\n",
35448
35498
  "commentRange": {
35449
- "start": 500,
35450
- "end": 501
35499
+ "start": 507,
35500
+ "end": 508
35451
35501
  },
35452
35502
  "context": {
35453
35503
  "type": "variable",
@@ -35455,8 +35505,8 @@
35455
35505
  "value": "$kendo-list-item-hover-bg",
35456
35506
  "scope": "default",
35457
35507
  "line": {
35458
- "start": 502,
35459
- "end": 502
35508
+ "start": 509,
35509
+ "end": 509
35460
35510
  }
35461
35511
  },
35462
35512
  "group": [
@@ -35471,8 +35521,8 @@
35471
35521
  {
35472
35522
  "description": "The text color of the hovered Grid column menu item.\n",
35473
35523
  "commentRange": {
35474
- "start": 503,
35475
- "end": 504
35524
+ "start": 510,
35525
+ "end": 511
35476
35526
  },
35477
35527
  "context": {
35478
35528
  "type": "variable",
@@ -35480,8 +35530,8 @@
35480
35530
  "value": "$kendo-list-item-hover-text",
35481
35531
  "scope": "default",
35482
35532
  "line": {
35483
- "start": 505,
35484
- "end": 505
35533
+ "start": 512,
35534
+ "end": 512
35485
35535
  }
35486
35536
  },
35487
35537
  "group": [
@@ -35496,8 +35546,8 @@
35496
35546
  {
35497
35547
  "description": "The background color of the selected Grid column menu item.\n",
35498
35548
  "commentRange": {
35499
- "start": 506,
35500
- "end": 507
35549
+ "start": 513,
35550
+ "end": 514
35501
35551
  },
35502
35552
  "context": {
35503
35553
  "type": "variable",
@@ -35505,8 +35555,8 @@
35505
35555
  "value": "$kendo-list-item-selected-bg",
35506
35556
  "scope": "default",
35507
35557
  "line": {
35508
- "start": 508,
35509
- "end": 508
35558
+ "start": 515,
35559
+ "end": 515
35510
35560
  }
35511
35561
  },
35512
35562
  "group": [
@@ -35521,8 +35571,8 @@
35521
35571
  {
35522
35572
  "description": "The text color of the selected Grid column menu item.\n",
35523
35573
  "commentRange": {
35524
- "start": 509,
35525
- "end": 510
35574
+ "start": 516,
35575
+ "end": 517
35526
35576
  },
35527
35577
  "context": {
35528
35578
  "type": "variable",
@@ -35530,8 +35580,8 @@
35530
35580
  "value": "$kendo-list-item-selected-text",
35531
35581
  "scope": "default",
35532
35582
  "line": {
35533
- "start": 511,
35534
- "end": 511
35583
+ "start": 518,
35584
+ "end": 518
35535
35585
  }
35536
35586
  },
35537
35587
  "group": [
@@ -35546,8 +35596,8 @@
35546
35596
  {
35547
35597
  "description": "The focus shadow of the Grid column menu item.\n",
35548
35598
  "commentRange": {
35549
- "start": 512,
35550
- "end": 513
35599
+ "start": 519,
35600
+ "end": 520
35551
35601
  },
35552
35602
  "context": {
35553
35603
  "type": "variable",
@@ -35555,8 +35605,8 @@
35555
35605
  "value": "$kendo-list-item-focus-shadow",
35556
35606
  "scope": "default",
35557
35607
  "line": {
35558
- "start": 514,
35559
- "end": 514
35608
+ "start": 521,
35609
+ "end": 521
35560
35610
  }
35561
35611
  },
35562
35612
  "group": [
@@ -35571,8 +35621,8 @@
35571
35621
  {
35572
35622
  "description": "The text color of the Grid column menu item icon.\n",
35573
35623
  "commentRange": {
35574
- "start": 515,
35575
- "end": 516
35624
+ "start": 522,
35625
+ "end": 523
35576
35626
  },
35577
35627
  "context": {
35578
35628
  "type": "variable",
@@ -35580,8 +35630,8 @@
35580
35630
  "value": "$kendo-list-item-icon-text",
35581
35631
  "scope": "default",
35582
35632
  "line": {
35583
- "start": 517,
35584
- "end": 517
35633
+ "start": 524,
35634
+ "end": 524
35585
35635
  }
35586
35636
  },
35587
35637
  "group": [
@@ -35596,8 +35646,8 @@
35596
35646
  {
35597
35647
  "description": "The vertical padding of the Grid column menu group header.\n",
35598
35648
  "commentRange": {
35599
- "start": 519,
35600
- "end": 520
35649
+ "start": 526,
35650
+ "end": 527
35601
35651
  },
35602
35652
  "context": {
35603
35653
  "type": "variable",
@@ -35605,8 +35655,8 @@
35605
35655
  "value": "$kendo-grid-column-menu-item-padding-y",
35606
35656
  "scope": "default",
35607
35657
  "line": {
35608
- "start": 521,
35609
- "end": 521
35658
+ "start": 528,
35659
+ "end": 528
35610
35660
  }
35611
35661
  },
35612
35662
  "group": [
@@ -35621,8 +35671,8 @@
35621
35671
  {
35622
35672
  "description": "The horizontal padding of the Grid column menu group header.\n",
35623
35673
  "commentRange": {
35624
- "start": 522,
35625
- "end": 523
35674
+ "start": 529,
35675
+ "end": 530
35626
35676
  },
35627
35677
  "context": {
35628
35678
  "type": "variable",
@@ -35630,8 +35680,8 @@
35630
35680
  "value": "$kendo-grid-column-menu-item-padding-x",
35631
35681
  "scope": "default",
35632
35682
  "line": {
35633
- "start": 524,
35634
- "end": 524
35683
+ "start": 531,
35684
+ "end": 531
35635
35685
  }
35636
35686
  },
35637
35687
  "group": [
@@ -35646,8 +35696,8 @@
35646
35696
  {
35647
35697
  "description": "The border width of the Grid column menu group header.\n",
35648
35698
  "commentRange": {
35649
- "start": 525,
35650
- "end": 526
35699
+ "start": 532,
35700
+ "end": 533
35651
35701
  },
35652
35702
  "context": {
35653
35703
  "type": "variable",
@@ -35655,8 +35705,8 @@
35655
35705
  "value": "1px",
35656
35706
  "scope": "default",
35657
35707
  "line": {
35658
- "start": 527,
35659
- "end": 527
35708
+ "start": 534,
35709
+ "end": 534
35660
35710
  }
35661
35711
  },
35662
35712
  "group": [
@@ -35671,8 +35721,8 @@
35671
35721
  {
35672
35722
  "description": "The border style of the Grid column menu group header.\n",
35673
35723
  "commentRange": {
35674
- "start": 528,
35675
- "end": 529
35724
+ "start": 535,
35725
+ "end": 536
35676
35726
  },
35677
35727
  "context": {
35678
35728
  "type": "variable",
@@ -35680,8 +35730,8 @@
35680
35730
  "value": "solid",
35681
35731
  "scope": "default",
35682
35732
  "line": {
35683
- "start": 530,
35684
- "end": 530
35733
+ "start": 537,
35734
+ "end": 537
35685
35735
  }
35686
35736
  },
35687
35737
  "group": [
@@ -35696,8 +35746,8 @@
35696
35746
  {
35697
35747
  "description": "The font size of the Grid column menu group header.\n",
35698
35748
  "commentRange": {
35699
- "start": 531,
35700
- "end": 532
35749
+ "start": 538,
35750
+ "end": 539
35701
35751
  },
35702
35752
  "context": {
35703
35753
  "type": "variable",
@@ -35705,8 +35755,8 @@
35705
35755
  "value": "var( --kendo-font-size-sm, inherit )",
35706
35756
  "scope": "default",
35707
35757
  "line": {
35708
- "start": 533,
35709
- "end": 533
35758
+ "start": 540,
35759
+ "end": 540
35710
35760
  }
35711
35761
  },
35712
35762
  "group": [
@@ -35721,8 +35771,8 @@
35721
35771
  {
35722
35772
  "description": "The font weight of the Grid column menu group header.\n",
35723
35773
  "commentRange": {
35724
- "start": 534,
35725
- "end": 535
35774
+ "start": 541,
35775
+ "end": 542
35726
35776
  },
35727
35777
  "context": {
35728
35778
  "type": "variable",
@@ -35730,8 +35780,8 @@
35730
35780
  "value": "var( --kendo-font-weight-bold, normal )",
35731
35781
  "scope": "default",
35732
35782
  "line": {
35733
- "start": 536,
35734
- "end": 536
35783
+ "start": 543,
35784
+ "end": 543
35735
35785
  }
35736
35786
  },
35737
35787
  "group": [
@@ -35746,8 +35796,8 @@
35746
35796
  {
35747
35797
  "description": "The mine height of the Grid column menu group header.\n",
35748
35798
  "commentRange": {
35749
- "start": 537,
35750
- "end": 538
35799
+ "start": 544,
35800
+ "end": 545
35751
35801
  },
35752
35802
  "context": {
35753
35803
  "type": "variable",
@@ -35755,8 +35805,8 @@
35755
35805
  "value": "var( --kendo-line-height, normal )",
35756
35806
  "scope": "default",
35757
35807
  "line": {
35758
- "start": 539,
35759
- "end": 539
35808
+ "start": 546,
35809
+ "end": 546
35760
35810
  }
35761
35811
  },
35762
35812
  "group": [
@@ -35771,8 +35821,8 @@
35771
35821
  {
35772
35822
  "description": "The text transform of the Grid column menu group header.\n",
35773
35823
  "commentRange": {
35774
- "start": 540,
35775
- "end": 541
35824
+ "start": 547,
35825
+ "end": 548
35776
35826
  },
35777
35827
  "context": {
35778
35828
  "type": "variable",
@@ -35780,8 +35830,8 @@
35780
35830
  "value": "uppercase",
35781
35831
  "scope": "default",
35782
35832
  "line": {
35783
- "start": 542,
35784
- "end": 542
35833
+ "start": 549,
35834
+ "end": 549
35785
35835
  }
35786
35836
  },
35787
35837
  "group": [
@@ -35796,8 +35846,8 @@
35796
35846
  {
35797
35847
  "description": "The background color of the Grid column menu group.\n",
35798
35848
  "commentRange": {
35799
- "start": 544,
35800
- "end": 545
35849
+ "start": 551,
35850
+ "end": 552
35801
35851
  },
35802
35852
  "context": {
35803
35853
  "type": "variable",
@@ -35805,8 +35855,8 @@
35805
35855
  "value": "k-color(surface-alt)",
35806
35856
  "scope": "default",
35807
35857
  "line": {
35808
- "start": 546,
35809
- "end": 546
35858
+ "start": 553,
35859
+ "end": 553
35810
35860
  }
35811
35861
  },
35812
35862
  "group": [
@@ -35821,8 +35871,8 @@
35821
35871
  {
35822
35872
  "description": "The text color of the Grid column menu group.\n",
35823
35873
  "commentRange": {
35824
- "start": 547,
35825
- "end": 548
35874
+ "start": 554,
35875
+ "end": 555
35826
35876
  },
35827
35877
  "context": {
35828
35878
  "type": "variable",
@@ -35830,8 +35880,8 @@
35830
35880
  "value": "k-color(on-app-surface)",
35831
35881
  "scope": "default",
35832
35882
  "line": {
35833
- "start": 549,
35834
- "end": 549
35883
+ "start": 556,
35884
+ "end": 556
35835
35885
  }
35836
35886
  },
35837
35887
  "group": [
@@ -35846,8 +35896,8 @@
35846
35896
  {
35847
35897
  "description": "The border color of the Grid column menu group.\n",
35848
35898
  "commentRange": {
35849
- "start": 550,
35850
- "end": 551
35899
+ "start": 557,
35900
+ "end": 558
35851
35901
  },
35852
35902
  "context": {
35853
35903
  "type": "variable",
@@ -35855,8 +35905,8 @@
35855
35905
  "value": "color-mix(in srgb, k-color(border) 16%, transparent)",
35856
35906
  "scope": "default",
35857
35907
  "line": {
35858
- "start": 552,
35859
- "end": 552
35908
+ "start": 559,
35909
+ "end": 559
35860
35910
  }
35861
35911
  },
35862
35912
  "group": [
@@ -35871,8 +35921,8 @@
35871
35921
  {
35872
35922
  "description": "The horizontal padding of the tabstrip content in the Grid tabbed column menu.\n",
35873
35923
  "commentRange": {
35874
- "start": 554,
35875
- "end": 555
35924
+ "start": 561,
35925
+ "end": 562
35876
35926
  },
35877
35927
  "context": {
35878
35928
  "type": "variable",
@@ -35880,8 +35930,8 @@
35880
35930
  "value": "k-spacing(0)",
35881
35931
  "scope": "default",
35882
35932
  "line": {
35883
- "start": 556,
35884
- "end": 556
35933
+ "start": 563,
35934
+ "end": 563
35885
35935
  }
35886
35936
  },
35887
35937
  "group": [
@@ -35896,8 +35946,8 @@
35896
35946
  {
35897
35947
  "description": "The vertical padding of the tabstrip content in the Grid tabbed column menu.\n",
35898
35948
  "commentRange": {
35899
- "start": 557,
35900
- "end": 558
35949
+ "start": 564,
35950
+ "end": 565
35901
35951
  },
35902
35952
  "context": {
35903
35953
  "type": "variable",
@@ -35905,8 +35955,8 @@
35905
35955
  "value": "k-spacing(3)",
35906
35956
  "scope": "default",
35907
35957
  "line": {
35908
- "start": 559,
35909
- "end": 559
35958
+ "start": 566,
35959
+ "end": 566
35910
35960
  }
35911
35961
  },
35912
35962
  "group": [
@@ -35921,8 +35971,8 @@
35921
35971
  {
35922
35972
  "description": "The background color of the Grid tabbed column menu.\n",
35923
35973
  "commentRange": {
35924
- "start": 561,
35925
- "end": 562
35974
+ "start": 568,
35975
+ "end": 569
35926
35976
  },
35927
35977
  "context": {
35928
35978
  "type": "variable",
@@ -35930,8 +35980,8 @@
35930
35980
  "value": "var( --kendo-base-bg, inherit )",
35931
35981
  "scope": "default",
35932
35982
  "line": {
35933
- "start": 563,
35934
- "end": 563
35983
+ "start": 570,
35984
+ "end": 570
35935
35985
  }
35936
35986
  },
35937
35987
  "group": [
@@ -35946,8 +35996,8 @@
35946
35996
  {
35947
35997
  "description": "The default width of the Grid drag cell.\n",
35948
35998
  "commentRange": {
35949
- "start": 565,
35950
- "end": 566
35999
+ "start": 572,
36000
+ "end": 573
35951
36001
  },
35952
36002
  "context": {
35953
36003
  "type": "variable",
@@ -35955,8 +36005,8 @@
35955
36005
  "value": "calc( var( --kendo-icon-size, 1rem ) * 2.25 )",
35956
36006
  "scope": "default",
35957
36007
  "line": {
35958
- "start": 567,
35959
- "end": 567
36008
+ "start": 574,
36009
+ "end": 574
35960
36010
  }
35961
36011
  },
35962
36012
  "group": [
@@ -35971,8 +36021,8 @@
35971
36021
  {
35972
36022
  "description": "The default width of the Grid hierarchy cell.\n",
35973
36023
  "commentRange": {
35974
- "start": 568,
35975
- "end": 569
36024
+ "start": 575,
36025
+ "end": 576
35976
36026
  },
35977
36027
  "context": {
35978
36028
  "type": "variable",
@@ -35980,8 +36030,8 @@
35980
36030
  "value": "calc( var( --kendo-icon-size, 1rem ) * 2 )",
35981
36031
  "scope": "default",
35982
36032
  "line": {
35983
- "start": 570,
35984
- "end": 570
36033
+ "start": 577,
36034
+ "end": 577
35985
36035
  }
35986
36036
  },
35987
36037
  "group": [
@@ -35996,8 +36046,8 @@
35996
36046
  {
35997
36047
  "description": "The spacing of the Grid filterable icon.\n",
35998
36048
  "commentRange": {
35999
- "start": 571,
36000
- "end": 572
36049
+ "start": 578,
36050
+ "end": 579
36001
36051
  },
36002
36052
  "context": {
36003
36053
  "type": "variable",
@@ -36005,8 +36055,8 @@
36005
36055
  "value": "calc( #{$kendo-button-calc-size} + #{$kendo-grid-header-menu-spacing} )",
36006
36056
  "scope": "default",
36007
36057
  "line": {
36008
- "start": 573,
36009
- "end": 573
36058
+ "start": 580,
36059
+ "end": 580
36010
36060
  }
36011
36061
  },
36012
36062
  "group": [
@@ -36021,8 +36071,8 @@
36021
36071
  {
36022
36072
  "description": "The background color of the Grid row resize indicator.\n",
36023
36073
  "commentRange": {
36024
- "start": 575,
36025
- "end": 576
36074
+ "start": 582,
36075
+ "end": 583
36026
36076
  },
36027
36077
  "context": {
36028
36078
  "type": "variable",
@@ -36030,8 +36080,8 @@
36030
36080
  "value": "color-mix(in srgb, k-color(on-app-surface) 46%, transparent)",
36031
36081
  "scope": "default",
36032
36082
  "line": {
36033
- "start": 577,
36034
- "end": 577
36083
+ "start": 584,
36084
+ "end": 584
36035
36085
  }
36036
36086
  },
36037
36087
  "group": [
@@ -36046,8 +36096,8 @@
36046
36096
  {
36047
36097
  "description": "The background color of the active Grid row resize indicator.\n",
36048
36098
  "commentRange": {
36049
- "start": 578,
36050
- "end": 579
36099
+ "start": 585,
36100
+ "end": 586
36051
36101
  },
36052
36102
  "context": {
36053
36103
  "type": "variable",
@@ -36055,8 +36105,8 @@
36055
36105
  "value": "k-color(primary)",
36056
36106
  "scope": "default",
36057
36107
  "line": {
36058
- "start": 580,
36059
- "end": 580
36108
+ "start": 587,
36109
+ "end": 587
36060
36110
  }
36061
36111
  },
36062
36112
  "group": [
@@ -36071,8 +36121,8 @@
36071
36121
  {
36072
36122
  "description": "The height of the Grid row resize indicator.\n",
36073
36123
  "commentRange": {
36074
- "start": 581,
36075
- "end": 582
36124
+ "start": 588,
36125
+ "end": 589
36076
36126
  },
36077
36127
  "context": {
36078
36128
  "type": "variable",
@@ -36080,8 +36130,8 @@
36080
36130
  "value": "k-spacing(0.5)",
36081
36131
  "scope": "default",
36082
36132
  "line": {
36083
- "start": 583,
36084
- "end": 583
36133
+ "start": 590,
36134
+ "end": 590
36085
36135
  }
36086
36136
  },
36087
36137
  "group": [
@@ -69869,15 +69919,15 @@
69869
69919
  }
69870
69920
  },
69871
69921
  {
69872
- "description": "Hover background color of selected rows in table.\n",
69922
+ "description": "Background color of highlighted rows in table.\n",
69873
69923
  "commentRange": {
69874
69924
  "start": 179,
69875
69925
  "end": 180
69876
69926
  },
69877
69927
  "context": {
69878
69928
  "type": "variable",
69879
- "name": "kendo-table-selected-hover-bg",
69880
- "value": "color-mix(in srgb, k-color(primary) 26%, transparent)",
69929
+ "name": "kendo-table-highlighted-bg",
69930
+ "value": "color-mix(in srgb, k-color(warning) 13%, transparent)",
69881
69931
  "scope": "default",
69882
69932
  "line": {
69883
69933
  "start": 181,
@@ -69894,15 +69944,15 @@
69894
69944
  }
69895
69945
  },
69896
69946
  {
69897
- "description": "Hover text color of selected rows in table.\n",
69947
+ "description": "Text color of highlighted rows in table.\n",
69898
69948
  "commentRange": {
69899
69949
  "start": 182,
69900
69950
  "end": 183
69901
69951
  },
69902
69952
  "context": {
69903
69953
  "type": "variable",
69904
- "name": "kendo-table-selected-hover-text",
69905
- "value": "$kendo-table-selected-text",
69954
+ "name": "kendo-table-highlighted-text",
69955
+ "value": "$kendo-table-text",
69906
69956
  "scope": "default",
69907
69957
  "line": {
69908
69958
  "start": 184,
@@ -69919,15 +69969,15 @@
69919
69969
  }
69920
69970
  },
69921
69971
  {
69922
- "description": "Hover border color of selected rows in table.\n",
69972
+ "description": "The font weight of highlighted rows in table.\n",
69923
69973
  "commentRange": {
69924
69974
  "start": 185,
69925
69975
  "end": 186
69926
69976
  },
69927
69977
  "context": {
69928
69978
  "type": "variable",
69929
- "name": "kendo-table-selected-hover-border",
69930
- "value": "$kendo-table-selected-border",
69979
+ "name": "kendo-table-highlighted-font-weight",
69980
+ "value": "var( --kendo-font-weight-semibold, bold )",
69931
69981
  "scope": "default",
69932
69982
  "line": {
69933
69983
  "start": 187,
@@ -69943,11 +69993,136 @@
69943
69993
  "name": "_variables.scss"
69944
69994
  }
69945
69995
  },
69996
+ {
69997
+ "description": "Border color of highlighted rows in table.\n",
69998
+ "commentRange": {
69999
+ "start": 188,
70000
+ "end": 189
70001
+ },
70002
+ "context": {
70003
+ "type": "variable",
70004
+ "name": "kendo-table-highlighted-border",
70005
+ "value": "$kendo-table-border",
70006
+ "scope": "default",
70007
+ "line": {
70008
+ "start": 190,
70009
+ "end": 190
70010
+ }
70011
+ },
70012
+ "group": [
70013
+ "table"
70014
+ ],
70015
+ "access": "public",
70016
+ "file": {
70017
+ "path": "table/_variables.scss",
70018
+ "name": "_variables.scss"
70019
+ }
70020
+ },
70021
+ {
70022
+ "description": "Background color of selected highlighted rows in table.\n",
70023
+ "commentRange": {
70024
+ "start": 192,
70025
+ "end": 193
70026
+ },
70027
+ "context": {
70028
+ "type": "variable",
70029
+ "name": "kendo-table-selected-highlighted-bg",
70030
+ "value": "color-mix(in srgb, color-mix(in srgb, k-color(primary), k-color(warning)) 23%, transparent)",
70031
+ "scope": "default",
70032
+ "line": {
70033
+ "start": 194,
70034
+ "end": 194
70035
+ }
70036
+ },
70037
+ "group": [
70038
+ "table"
70039
+ ],
70040
+ "access": "public",
70041
+ "file": {
70042
+ "path": "table/_variables.scss",
70043
+ "name": "_variables.scss"
70044
+ }
70045
+ },
70046
+ {
70047
+ "description": "Hover background color of selected rows in table.\n",
70048
+ "commentRange": {
70049
+ "start": 196,
70050
+ "end": 197
70051
+ },
70052
+ "context": {
70053
+ "type": "variable",
70054
+ "name": "kendo-table-selected-hover-bg",
70055
+ "value": "color-mix(in srgb, k-color(primary) 26%, transparent)",
70056
+ "scope": "default",
70057
+ "line": {
70058
+ "start": 198,
70059
+ "end": 198
70060
+ }
70061
+ },
70062
+ "group": [
70063
+ "table"
70064
+ ],
70065
+ "access": "public",
70066
+ "file": {
70067
+ "path": "table/_variables.scss",
70068
+ "name": "_variables.scss"
70069
+ }
70070
+ },
70071
+ {
70072
+ "description": "Hover text color of selected rows in table.\n",
70073
+ "commentRange": {
70074
+ "start": 199,
70075
+ "end": 200
70076
+ },
70077
+ "context": {
70078
+ "type": "variable",
70079
+ "name": "kendo-table-selected-hover-text",
70080
+ "value": "$kendo-table-selected-text",
70081
+ "scope": "default",
70082
+ "line": {
70083
+ "start": 201,
70084
+ "end": 201
70085
+ }
70086
+ },
70087
+ "group": [
70088
+ "table"
70089
+ ],
70090
+ "access": "public",
70091
+ "file": {
70092
+ "path": "table/_variables.scss",
70093
+ "name": "_variables.scss"
70094
+ }
70095
+ },
70096
+ {
70097
+ "description": "Hover border color of selected rows in table.\n",
70098
+ "commentRange": {
70099
+ "start": 202,
70100
+ "end": 203
70101
+ },
70102
+ "context": {
70103
+ "type": "variable",
70104
+ "name": "kendo-table-selected-hover-border",
70105
+ "value": "$kendo-table-selected-border",
70106
+ "scope": "default",
70107
+ "line": {
70108
+ "start": 204,
70109
+ "end": 204
70110
+ }
70111
+ },
70112
+ "group": [
70113
+ "table"
70114
+ ],
70115
+ "access": "public",
70116
+ "file": {
70117
+ "path": "table/_variables.scss",
70118
+ "name": "_variables.scss"
70119
+ }
70120
+ },
69946
70121
  {
69947
70122
  "description": "The box shadow of the row spanned cells.\n",
69948
70123
  "commentRange": {
69949
- "start": 189,
69950
- "end": 190
70124
+ "start": 206,
70125
+ "end": 207
69951
70126
  },
69952
70127
  "context": {
69953
70128
  "type": "variable",
@@ -69955,8 +70130,8 @@
69955
70130
  "value": "inset 0 0 0 1px $kendo-table-border",
69956
70131
  "scope": "default",
69957
70132
  "line": {
69958
- "start": 191,
69959
- "end": 191
70133
+ "start": 208,
70134
+ "end": 208
69960
70135
  }
69961
70136
  },
69962
70137
  "group": [