@progress/kendo-theme-classic 11.0.3-dev.3 → 11.1.0-dev.1

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 (35) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/classic-green-dark.css +1 -1
  3. package/dist/classic-green.css +1 -1
  4. package/dist/classic-lavender-dark.css +1 -1
  5. package/dist/classic-lavender.css +1 -1
  6. package/dist/classic-main-dark.css +1 -1
  7. package/dist/classic-main.css +1 -1
  8. package/dist/classic-metro-dark.css +1 -1
  9. package/dist/classic-metro.css +1 -1
  10. package/dist/classic-moonlight.css +1 -1
  11. package/dist/classic-opal-dark.css +1 -1
  12. package/dist/classic-opal.css +1 -1
  13. package/dist/classic-silver-dark.css +1 -1
  14. package/dist/classic-silver.css +1 -1
  15. package/dist/classic-uniform.css +1 -1
  16. package/dist/meta/sassdoc-data.json +624 -84
  17. package/dist/meta/sassdoc-raw-data.json +289 -39
  18. package/dist/meta/variables.json +48 -20
  19. package/lib/swatches/classic-green-dark.json +1 -1
  20. package/lib/swatches/classic-green.json +1 -1
  21. package/lib/swatches/classic-lavender-dark.json +1 -1
  22. package/lib/swatches/classic-lavender.json +1 -1
  23. package/lib/swatches/classic-main-dark.json +1 -1
  24. package/lib/swatches/classic-main.json +1 -1
  25. package/lib/swatches/classic-metro-dark.json +1 -1
  26. package/lib/swatches/classic-metro.json +1 -1
  27. package/lib/swatches/classic-moonlight.json +1 -1
  28. package/lib/swatches/classic-opal-dark.json +1 -1
  29. package/lib/swatches/classic-opal.json +1 -1
  30. package/lib/swatches/classic-silver-dark.json +1 -1
  31. package/lib/swatches/classic-silver.json +1 -1
  32. package/lib/swatches/classic-uniform.json +1 -1
  33. package/package.json +4 -4
  34. package/scss/grid/_variables.scss +26 -13
  35. package/scss/table/_variables.scss +22 -0
@@ -31048,15 +31048,15 @@
31048
31048
  "resolvedType": "Null"
31049
31049
  },
31050
31050
  {
31051
- "description": "The background color of the Grid selection aggregates container.\n",
31051
+ "description": "The background color of highlighted Grid rows.\n",
31052
31052
  "commentRange": {
31053
31053
  "start": 212,
31054
31054
  "end": 213
31055
31055
  },
31056
31056
  "context": {
31057
31057
  "type": "variable",
31058
- "name": "kendo-grid-selection-aggregates-bg",
31059
- "value": "$kendo-grid-header-bg",
31058
+ "name": "kendo-grid-highlighted-bg",
31059
+ "value": "$kendo-table-highlighted-bg",
31060
31060
  "scope": "default",
31061
31061
  "line": {
31062
31062
  "start": 214,
@@ -31071,19 +31071,19 @@
31071
31071
  "path": "classic/scss/grid/_variables.scss",
31072
31072
  "name": "_variables.scss"
31073
31073
  },
31074
- "resolvedValue": "var(--kendo-color-surface, #f0f0f0)",
31074
+ "resolvedValue": "color-mix(in srgb, var(--kendo-color-warning, #ffa41f) 25%, transparent)",
31075
31075
  "resolvedType": "String"
31076
31076
  },
31077
31077
  {
31078
- "description": "The text color of the Grid selection aggregates container.\n",
31078
+ "description": "The text color of highlighted Grid rows.\n",
31079
31079
  "commentRange": {
31080
31080
  "start": 215,
31081
31081
  "end": 216
31082
31082
  },
31083
31083
  "context": {
31084
31084
  "type": "variable",
31085
- "name": "kendo-grid-selection-aggregates-text",
31086
- "value": "$kendo-grid-text",
31085
+ "name": "kendo-grid-highlighted-text",
31086
+ "value": "$kendo-table-highlighted-text",
31087
31087
  "scope": "default",
31088
31088
  "line": {
31089
31089
  "start": 217,
@@ -31098,14 +31098,149 @@
31098
31098
  "path": "classic/scss/grid/_variables.scss",
31099
31099
  "name": "_variables.scss"
31100
31100
  },
31101
+ "resolvedValue": "null",
31102
+ "resolvedType": "Null"
31103
+ },
31104
+ {
31105
+ "description": "The border color of highlighted Grid rows.\n",
31106
+ "commentRange": {
31107
+ "start": 218,
31108
+ "end": 219
31109
+ },
31110
+ "context": {
31111
+ "type": "variable",
31112
+ "name": "kendo-grid-highlighted-border",
31113
+ "value": "$kendo-table-highlighted-border",
31114
+ "scope": "default",
31115
+ "line": {
31116
+ "start": 220,
31117
+ "end": 220
31118
+ }
31119
+ },
31120
+ "group": [
31121
+ "grid"
31122
+ ],
31123
+ "access": "public",
31124
+ "file": {
31125
+ "path": "classic/scss/grid/_variables.scss",
31126
+ "name": "_variables.scss"
31127
+ },
31128
+ "resolvedValue": "null",
31129
+ "resolvedType": "Null"
31130
+ },
31131
+ {
31132
+ "description": "The font weight of highlighted Grid rows.\n",
31133
+ "commentRange": {
31134
+ "start": 221,
31135
+ "end": 222
31136
+ },
31137
+ "context": {
31138
+ "type": "variable",
31139
+ "name": "kendo-grid-highlighted-font-weight",
31140
+ "value": "$kendo-table-highlighted-font-weight",
31141
+ "scope": "default",
31142
+ "line": {
31143
+ "start": 223,
31144
+ "end": 223
31145
+ }
31146
+ },
31147
+ "group": [
31148
+ "grid"
31149
+ ],
31150
+ "access": "public",
31151
+ "file": {
31152
+ "path": "classic/scss/grid/_variables.scss",
31153
+ "name": "_variables.scss"
31154
+ },
31155
+ "resolvedValue": "var(--kendo-font-weight-bold, bold)",
31156
+ "resolvedType": "String"
31157
+ },
31158
+ {
31159
+ "description": "The background color of selected highlighted Grid rows.\n",
31160
+ "commentRange": {
31161
+ "start": 225,
31162
+ "end": 226
31163
+ },
31164
+ "context": {
31165
+ "type": "variable",
31166
+ "name": "kendo-grid-selected-highlighted-bg",
31167
+ "value": "$kendo-table-selected-highlighted-bg",
31168
+ "scope": "default",
31169
+ "line": {
31170
+ "start": 227,
31171
+ "end": 227
31172
+ }
31173
+ },
31174
+ "group": [
31175
+ "grid"
31176
+ ],
31177
+ "access": "public",
31178
+ "file": {
31179
+ "path": "classic/scss/grid/_variables.scss",
31180
+ "name": "_variables.scss"
31181
+ },
31182
+ "resolvedValue": "color-mix(in srgb, color-mix(in srgb, var(--kendo-color-primary, #f35800), var(--kendo-color-warning, #ffa41f)) 42%, transparent)",
31183
+ "resolvedType": "String"
31184
+ },
31185
+ {
31186
+ "description": "The background color of the Grid selection aggregates container.\n",
31187
+ "commentRange": {
31188
+ "start": 229,
31189
+ "end": 230
31190
+ },
31191
+ "context": {
31192
+ "type": "variable",
31193
+ "name": "kendo-grid-selection-aggregates-bg",
31194
+ "value": "$kendo-grid-header-bg",
31195
+ "scope": "default",
31196
+ "line": {
31197
+ "start": 231,
31198
+ "end": 231
31199
+ }
31200
+ },
31201
+ "group": [
31202
+ "grid"
31203
+ ],
31204
+ "access": "public",
31205
+ "file": {
31206
+ "path": "classic/scss/grid/_variables.scss",
31207
+ "name": "_variables.scss"
31208
+ },
31209
+ "resolvedValue": "var(--kendo-color-surface, #f0f0f0)",
31210
+ "resolvedType": "String"
31211
+ },
31212
+ {
31213
+ "description": "The text color of the Grid selection aggregates container.\n",
31214
+ "commentRange": {
31215
+ "start": 232,
31216
+ "end": 233
31217
+ },
31218
+ "context": {
31219
+ "type": "variable",
31220
+ "name": "kendo-grid-selection-aggregates-text",
31221
+ "value": "$kendo-grid-text",
31222
+ "scope": "default",
31223
+ "line": {
31224
+ "start": 234,
31225
+ "end": 234
31226
+ }
31227
+ },
31228
+ "group": [
31229
+ "grid"
31230
+ ],
31231
+ "access": "public",
31232
+ "file": {
31233
+ "path": "classic/scss/grid/_variables.scss",
31234
+ "name": "_variables.scss"
31235
+ },
31101
31236
  "resolvedValue": "var(--kendo-color-on-app-surface, #272727)",
31102
31237
  "resolvedType": "String"
31103
31238
  },
31104
31239
  {
31105
31240
  "description": "The border color of the Grid selection aggregates container.\n",
31106
31241
  "commentRange": {
31107
- "start": 218,
31108
- "end": 219
31242
+ "start": 235,
31243
+ "end": 236
31109
31244
  },
31110
31245
  "context": {
31111
31246
  "type": "variable",
@@ -31113,8 +31248,8 @@
31113
31248
  "value": "$kendo-grid-border",
31114
31249
  "scope": "default",
31115
31250
  "line": {
31116
- "start": 220,
31117
- "end": 220
31251
+ "start": 237,
31252
+ "end": 237
31118
31253
  }
31119
31254
  },
31120
31255
  "group": [
@@ -31131,8 +31266,8 @@
31131
31266
  {
31132
31267
  "description": "The border width of the Grid selection aggregates container.\n",
31133
31268
  "commentRange": {
31134
- "start": 221,
31135
- "end": 222
31269
+ "start": 238,
31270
+ "end": 239
31136
31271
  },
31137
31272
  "context": {
31138
31273
  "type": "variable",
@@ -31140,8 +31275,8 @@
31140
31275
  "value": "$kendo-grid-border-width",
31141
31276
  "scope": "default",
31142
31277
  "line": {
31143
- "start": 223,
31144
- "end": 223
31278
+ "start": 240,
31279
+ "end": 240
31145
31280
  }
31146
31281
  },
31147
31282
  "group": [
@@ -31158,8 +31293,8 @@
31158
31293
  {
31159
31294
  "description": "The spacing between the selection aggregates items.\n",
31160
31295
  "commentRange": {
31161
- "start": 224,
31162
- "end": 225
31296
+ "start": 241,
31297
+ "end": 242
31163
31298
  },
31164
31299
  "context": {
31165
31300
  "type": "variable",
@@ -31167,8 +31302,8 @@
31167
31302
  "value": "k-spacing(2)",
31168
31303
  "scope": "default",
31169
31304
  "line": {
31170
- "start": 226,
31171
- "end": 226
31305
+ "start": 243,
31306
+ "end": 243
31172
31307
  }
31173
31308
  },
31174
31309
  "group": [
@@ -31185,8 +31320,8 @@
31185
31320
  {
31186
31321
  "description": "The line height of the Grid selection aggregates container.\n",
31187
31322
  "commentRange": {
31188
- "start": 227,
31189
- "end": 228
31323
+ "start": 244,
31324
+ "end": 245
31190
31325
  },
31191
31326
  "context": {
31192
31327
  "type": "variable",
@@ -31194,8 +31329,8 @@
31194
31329
  "value": "$kendo-grid-line-height",
31195
31330
  "scope": "default",
31196
31331
  "line": {
31197
- "start": 229,
31198
- "end": 229
31332
+ "start": 246,
31333
+ "end": 246
31199
31334
  }
31200
31335
  },
31201
31336
  "group": [
@@ -31212,8 +31347,8 @@
31212
31347
  {
31213
31348
  "description": "The font weight of the Grid selection aggregates container.\n",
31214
31349
  "commentRange": {
31215
- "start": 230,
31216
- "end": 231
31350
+ "start": 247,
31351
+ "end": 248
31217
31352
  },
31218
31353
  "context": {
31219
31354
  "type": "variable",
@@ -31221,8 +31356,8 @@
31221
31356
  "value": "var( --kendo-font-weight-bold, normal )",
31222
31357
  "scope": "default",
31223
31358
  "line": {
31224
- "start": 232,
31225
- "end": 232
31359
+ "start": 249,
31360
+ "end": 249
31226
31361
  }
31227
31362
  },
31228
31363
  "group": [
@@ -31239,8 +31374,8 @@
31239
31374
  {
31240
31375
  "description": "The background color of the Grid row resize indicator.\n",
31241
31376
  "commentRange": {
31242
- "start": 320,
31243
- "end": 321
31377
+ "start": 331,
31378
+ "end": 332
31244
31379
  },
31245
31380
  "context": {
31246
31381
  "type": "variable",
@@ -31248,8 +31383,8 @@
31248
31383
  "value": "color-mix(in srgb, k-color(on-base) 20%, transparent)",
31249
31384
  "scope": "default",
31250
31385
  "line": {
31251
- "start": 322,
31252
- "end": 322
31386
+ "start": 333,
31387
+ "end": 333
31253
31388
  }
31254
31389
  },
31255
31390
  "group": [
@@ -31266,8 +31401,8 @@
31266
31401
  {
31267
31402
  "description": "The background color of the active Grid row resize indicator.\n",
31268
31403
  "commentRange": {
31269
- "start": 323,
31270
- "end": 324
31404
+ "start": 334,
31405
+ "end": 335
31271
31406
  },
31272
31407
  "context": {
31273
31408
  "type": "variable",
@@ -31275,8 +31410,8 @@
31275
31410
  "value": "k-color(primary)",
31276
31411
  "scope": "default",
31277
31412
  "line": {
31278
- "start": 325,
31279
- "end": 325
31413
+ "start": 336,
31414
+ "end": 336
31280
31415
  }
31281
31416
  },
31282
31417
  "group": [
@@ -31293,8 +31428,8 @@
31293
31428
  {
31294
31429
  "description": "The height of the Grid row resize indicator.\n",
31295
31430
  "commentRange": {
31296
- "start": 326,
31297
- "end": 327
31431
+ "start": 337,
31432
+ "end": 338
31298
31433
  },
31299
31434
  "context": {
31300
31435
  "type": "variable",
@@ -31302,8 +31437,8 @@
31302
31437
  "value": "k-spacing(0.5)",
31303
31438
  "scope": "default",
31304
31439
  "line": {
31305
- "start": 328,
31306
- "end": 328
31440
+ "start": 339,
31441
+ "end": 339
31307
31442
  }
31308
31443
  },
31309
31444
  "group": [
@@ -66066,15 +66201,15 @@
66066
66201
  "resolvedType": "Null"
66067
66202
  },
66068
66203
  {
66069
- "description": "The box shadow of the row spanned cells.\n",
66204
+ "description": "Background color of highlighted rows in table.\n",
66070
66205
  "commentRange": {
66071
66206
  "start": 160,
66072
66207
  "end": 161
66073
66208
  },
66074
66209
  "context": {
66075
66210
  "type": "variable",
66076
- "name": "kendo-table-cell-row-span-shadow",
66077
- "value": "inset 0 0 0 1px $kendo-table-border",
66211
+ "name": "kendo-table-highlighted-bg",
66212
+ "value": "color-mix(in srgb, k-color(warning) 25%, transparent)",
66078
66213
  "scope": "default",
66079
66214
  "line": {
66080
66215
  "start": 162,
@@ -66089,6 +66224,141 @@
66089
66224
  "path": "classic/scss/table/_variables.scss",
66090
66225
  "name": "_variables.scss"
66091
66226
  },
66227
+ "resolvedValue": "color-mix(in srgb, var(--kendo-color-warning, #ffa41f) 25%, transparent)",
66228
+ "resolvedType": "String"
66229
+ },
66230
+ {
66231
+ "description": "Text color of highlighted rows in table.\n",
66232
+ "commentRange": {
66233
+ "start": 163,
66234
+ "end": 164
66235
+ },
66236
+ "context": {
66237
+ "type": "variable",
66238
+ "name": "kendo-table-highlighted-text",
66239
+ "value": "null",
66240
+ "scope": "default",
66241
+ "line": {
66242
+ "start": 165,
66243
+ "end": 165
66244
+ }
66245
+ },
66246
+ "group": [
66247
+ "table"
66248
+ ],
66249
+ "access": "public",
66250
+ "file": {
66251
+ "path": "classic/scss/table/_variables.scss",
66252
+ "name": "_variables.scss"
66253
+ },
66254
+ "resolvedValue": "null",
66255
+ "resolvedType": "Null"
66256
+ },
66257
+ {
66258
+ "description": "The font weight of highlighted rows in table.\n",
66259
+ "commentRange": {
66260
+ "start": 166,
66261
+ "end": 167
66262
+ },
66263
+ "context": {
66264
+ "type": "variable",
66265
+ "name": "kendo-table-highlighted-font-weight",
66266
+ "value": "var( --kendo-font-weight-bold, bold )",
66267
+ "scope": "default",
66268
+ "line": {
66269
+ "start": 168,
66270
+ "end": 168
66271
+ }
66272
+ },
66273
+ "group": [
66274
+ "table"
66275
+ ],
66276
+ "access": "public",
66277
+ "file": {
66278
+ "path": "classic/scss/table/_variables.scss",
66279
+ "name": "_variables.scss"
66280
+ },
66281
+ "resolvedValue": "var(--kendo-font-weight-bold, bold)",
66282
+ "resolvedType": "String"
66283
+ },
66284
+ {
66285
+ "description": "Border color of highlighted rows in table.\n",
66286
+ "commentRange": {
66287
+ "start": 169,
66288
+ "end": 170
66289
+ },
66290
+ "context": {
66291
+ "type": "variable",
66292
+ "name": "kendo-table-highlighted-border",
66293
+ "value": "null",
66294
+ "scope": "default",
66295
+ "line": {
66296
+ "start": 171,
66297
+ "end": 171
66298
+ }
66299
+ },
66300
+ "group": [
66301
+ "table"
66302
+ ],
66303
+ "access": "public",
66304
+ "file": {
66305
+ "path": "classic/scss/table/_variables.scss",
66306
+ "name": "_variables.scss"
66307
+ },
66308
+ "resolvedValue": "null",
66309
+ "resolvedType": "Null"
66310
+ },
66311
+ {
66312
+ "description": "Background color of selected highlighted rows in table.\n",
66313
+ "commentRange": {
66314
+ "start": 173,
66315
+ "end": 174
66316
+ },
66317
+ "context": {
66318
+ "type": "variable",
66319
+ "name": "kendo-table-selected-highlighted-bg",
66320
+ "value": "color-mix(in srgb, color-mix(in srgb, k-color(primary), k-color(warning)) 42%, transparent)",
66321
+ "scope": "default",
66322
+ "line": {
66323
+ "start": 175,
66324
+ "end": 175
66325
+ }
66326
+ },
66327
+ "group": [
66328
+ "table"
66329
+ ],
66330
+ "access": "public",
66331
+ "file": {
66332
+ "path": "classic/scss/table/_variables.scss",
66333
+ "name": "_variables.scss"
66334
+ },
66335
+ "resolvedValue": "color-mix(in srgb, color-mix(in srgb, var(--kendo-color-primary, #f35800), var(--kendo-color-warning, #ffa41f)) 42%, transparent)",
66336
+ "resolvedType": "String"
66337
+ },
66338
+ {
66339
+ "description": "The box shadow of the row spanned cells.\n",
66340
+ "commentRange": {
66341
+ "start": 177,
66342
+ "end": 178
66343
+ },
66344
+ "context": {
66345
+ "type": "variable",
66346
+ "name": "kendo-table-cell-row-span-shadow",
66347
+ "value": "inset 0 0 0 1px $kendo-table-border",
66348
+ "scope": "default",
66349
+ "line": {
66350
+ "start": 179,
66351
+ "end": 179
66352
+ }
66353
+ },
66354
+ "group": [
66355
+ "table"
66356
+ ],
66357
+ "access": "public",
66358
+ "file": {
66359
+ "path": "classic/scss/table/_variables.scss",
66360
+ "name": "_variables.scss"
66361
+ },
66092
66362
  "resolvedValue": "(inset 0 0 0 1px var(--kendo-color-border, #cacaca))",
66093
66363
  "resolvedType": "List"
66094
66364
  },
@@ -112534,15 +112804,15 @@
112534
112804
  "resolvedType": "Null"
112535
112805
  },
112536
112806
  {
112537
- "description": "The background color of the Grid selection aggregates container.\n",
112807
+ "description": "The background color of highlighted Grid rows.\n",
112538
112808
  "commentRange": {
112539
112809
  "start": 212,
112540
112810
  "end": 213
112541
112811
  },
112542
112812
  "context": {
112543
112813
  "type": "variable",
112544
- "name": "kendo-grid-selection-aggregates-bg",
112545
- "value": "$kendo-grid-header-bg",
112814
+ "name": "kendo-grid-highlighted-bg",
112815
+ "value": "$kendo-table-highlighted-bg",
112546
112816
  "scope": "default",
112547
112817
  "line": {
112548
112818
  "start": 214,
@@ -112557,19 +112827,19 @@
112557
112827
  "path": "classic/scss/grid/_variables.scss",
112558
112828
  "name": "_variables.scss"
112559
112829
  },
112560
- "resolvedValue": "var(--kendo-color-surface, #f0f0f0)",
112830
+ "resolvedValue": "color-mix(in srgb, var(--kendo-color-warning, #ffa41f) 25%, transparent)",
112561
112831
  "resolvedType": "String"
112562
112832
  },
112563
112833
  {
112564
- "description": "The text color of the Grid selection aggregates container.\n",
112834
+ "description": "The text color of highlighted Grid rows.\n",
112565
112835
  "commentRange": {
112566
112836
  "start": 215,
112567
112837
  "end": 216
112568
112838
  },
112569
112839
  "context": {
112570
112840
  "type": "variable",
112571
- "name": "kendo-grid-selection-aggregates-text",
112572
- "value": "$kendo-grid-text",
112841
+ "name": "kendo-grid-highlighted-text",
112842
+ "value": "$kendo-table-highlighted-text",
112573
112843
  "scope": "default",
112574
112844
  "line": {
112575
112845
  "start": 217,
@@ -112584,14 +112854,149 @@
112584
112854
  "path": "classic/scss/grid/_variables.scss",
112585
112855
  "name": "_variables.scss"
112586
112856
  },
112857
+ "resolvedValue": "null",
112858
+ "resolvedType": "Null"
112859
+ },
112860
+ {
112861
+ "description": "The border color of highlighted Grid rows.\n",
112862
+ "commentRange": {
112863
+ "start": 218,
112864
+ "end": 219
112865
+ },
112866
+ "context": {
112867
+ "type": "variable",
112868
+ "name": "kendo-grid-highlighted-border",
112869
+ "value": "$kendo-table-highlighted-border",
112870
+ "scope": "default",
112871
+ "line": {
112872
+ "start": 220,
112873
+ "end": 220
112874
+ }
112875
+ },
112876
+ "group": [
112877
+ "grid"
112878
+ ],
112879
+ "access": "public",
112880
+ "file": {
112881
+ "path": "classic/scss/grid/_variables.scss",
112882
+ "name": "_variables.scss"
112883
+ },
112884
+ "resolvedValue": "null",
112885
+ "resolvedType": "Null"
112886
+ },
112887
+ {
112888
+ "description": "The font weight of highlighted Grid rows.\n",
112889
+ "commentRange": {
112890
+ "start": 221,
112891
+ "end": 222
112892
+ },
112893
+ "context": {
112894
+ "type": "variable",
112895
+ "name": "kendo-grid-highlighted-font-weight",
112896
+ "value": "$kendo-table-highlighted-font-weight",
112897
+ "scope": "default",
112898
+ "line": {
112899
+ "start": 223,
112900
+ "end": 223
112901
+ }
112902
+ },
112903
+ "group": [
112904
+ "grid"
112905
+ ],
112906
+ "access": "public",
112907
+ "file": {
112908
+ "path": "classic/scss/grid/_variables.scss",
112909
+ "name": "_variables.scss"
112910
+ },
112911
+ "resolvedValue": "var(--kendo-font-weight-bold, bold)",
112912
+ "resolvedType": "String"
112913
+ },
112914
+ {
112915
+ "description": "The background color of selected highlighted Grid rows.\n",
112916
+ "commentRange": {
112917
+ "start": 225,
112918
+ "end": 226
112919
+ },
112920
+ "context": {
112921
+ "type": "variable",
112922
+ "name": "kendo-grid-selected-highlighted-bg",
112923
+ "value": "$kendo-table-selected-highlighted-bg",
112924
+ "scope": "default",
112925
+ "line": {
112926
+ "start": 227,
112927
+ "end": 227
112928
+ }
112929
+ },
112930
+ "group": [
112931
+ "grid"
112932
+ ],
112933
+ "access": "public",
112934
+ "file": {
112935
+ "path": "classic/scss/grid/_variables.scss",
112936
+ "name": "_variables.scss"
112937
+ },
112938
+ "resolvedValue": "color-mix(in srgb, color-mix(in srgb, var(--kendo-color-primary, #f35800), var(--kendo-color-warning, #ffa41f)) 42%, transparent)",
112939
+ "resolvedType": "String"
112940
+ },
112941
+ {
112942
+ "description": "The background color of the Grid selection aggregates container.\n",
112943
+ "commentRange": {
112944
+ "start": 229,
112945
+ "end": 230
112946
+ },
112947
+ "context": {
112948
+ "type": "variable",
112949
+ "name": "kendo-grid-selection-aggregates-bg",
112950
+ "value": "$kendo-grid-header-bg",
112951
+ "scope": "default",
112952
+ "line": {
112953
+ "start": 231,
112954
+ "end": 231
112955
+ }
112956
+ },
112957
+ "group": [
112958
+ "grid"
112959
+ ],
112960
+ "access": "public",
112961
+ "file": {
112962
+ "path": "classic/scss/grid/_variables.scss",
112963
+ "name": "_variables.scss"
112964
+ },
112965
+ "resolvedValue": "var(--kendo-color-surface, #f0f0f0)",
112966
+ "resolvedType": "String"
112967
+ },
112968
+ {
112969
+ "description": "The text color of the Grid selection aggregates container.\n",
112970
+ "commentRange": {
112971
+ "start": 232,
112972
+ "end": 233
112973
+ },
112974
+ "context": {
112975
+ "type": "variable",
112976
+ "name": "kendo-grid-selection-aggregates-text",
112977
+ "value": "$kendo-grid-text",
112978
+ "scope": "default",
112979
+ "line": {
112980
+ "start": 234,
112981
+ "end": 234
112982
+ }
112983
+ },
112984
+ "group": [
112985
+ "grid"
112986
+ ],
112987
+ "access": "public",
112988
+ "file": {
112989
+ "path": "classic/scss/grid/_variables.scss",
112990
+ "name": "_variables.scss"
112991
+ },
112587
112992
  "resolvedValue": "var(--kendo-color-on-app-surface, #272727)",
112588
112993
  "resolvedType": "String"
112589
112994
  },
112590
112995
  {
112591
112996
  "description": "The border color of the Grid selection aggregates container.\n",
112592
112997
  "commentRange": {
112593
- "start": 218,
112594
- "end": 219
112998
+ "start": 235,
112999
+ "end": 236
112595
113000
  },
112596
113001
  "context": {
112597
113002
  "type": "variable",
@@ -112599,8 +113004,8 @@
112599
113004
  "value": "$kendo-grid-border",
112600
113005
  "scope": "default",
112601
113006
  "line": {
112602
- "start": 220,
112603
- "end": 220
113007
+ "start": 237,
113008
+ "end": 237
112604
113009
  }
112605
113010
  },
112606
113011
  "group": [
@@ -112617,8 +113022,8 @@
112617
113022
  {
112618
113023
  "description": "The border width of the Grid selection aggregates container.\n",
112619
113024
  "commentRange": {
112620
- "start": 221,
112621
- "end": 222
113025
+ "start": 238,
113026
+ "end": 239
112622
113027
  },
112623
113028
  "context": {
112624
113029
  "type": "variable",
@@ -112626,8 +113031,8 @@
112626
113031
  "value": "$kendo-grid-border-width",
112627
113032
  "scope": "default",
112628
113033
  "line": {
112629
- "start": 223,
112630
- "end": 223
113034
+ "start": 240,
113035
+ "end": 240
112631
113036
  }
112632
113037
  },
112633
113038
  "group": [
@@ -112644,8 +113049,8 @@
112644
113049
  {
112645
113050
  "description": "The spacing between the selection aggregates items.\n",
112646
113051
  "commentRange": {
112647
- "start": 224,
112648
- "end": 225
113052
+ "start": 241,
113053
+ "end": 242
112649
113054
  },
112650
113055
  "context": {
112651
113056
  "type": "variable",
@@ -112653,8 +113058,8 @@
112653
113058
  "value": "k-spacing(2)",
112654
113059
  "scope": "default",
112655
113060
  "line": {
112656
- "start": 226,
112657
- "end": 226
113061
+ "start": 243,
113062
+ "end": 243
112658
113063
  }
112659
113064
  },
112660
113065
  "group": [
@@ -112671,8 +113076,8 @@
112671
113076
  {
112672
113077
  "description": "The line height of the Grid selection aggregates container.\n",
112673
113078
  "commentRange": {
112674
- "start": 227,
112675
- "end": 228
113079
+ "start": 244,
113080
+ "end": 245
112676
113081
  },
112677
113082
  "context": {
112678
113083
  "type": "variable",
@@ -112680,8 +113085,8 @@
112680
113085
  "value": "$kendo-grid-line-height",
112681
113086
  "scope": "default",
112682
113087
  "line": {
112683
- "start": 229,
112684
- "end": 229
113088
+ "start": 246,
113089
+ "end": 246
112685
113090
  }
112686
113091
  },
112687
113092
  "group": [
@@ -112698,8 +113103,8 @@
112698
113103
  {
112699
113104
  "description": "The font weight of the Grid selection aggregates container.\n",
112700
113105
  "commentRange": {
112701
- "start": 230,
112702
- "end": 231
113106
+ "start": 247,
113107
+ "end": 248
112703
113108
  },
112704
113109
  "context": {
112705
113110
  "type": "variable",
@@ -112707,8 +113112,8 @@
112707
113112
  "value": "var( --kendo-font-weight-bold, normal )",
112708
113113
  "scope": "default",
112709
113114
  "line": {
112710
- "start": 232,
112711
- "end": 232
113115
+ "start": 249,
113116
+ "end": 249
112712
113117
  }
112713
113118
  },
112714
113119
  "group": [
@@ -112725,8 +113130,8 @@
112725
113130
  {
112726
113131
  "description": "The background color of the Grid row resize indicator.\n",
112727
113132
  "commentRange": {
112728
- "start": 320,
112729
- "end": 321
113133
+ "start": 331,
113134
+ "end": 332
112730
113135
  },
112731
113136
  "context": {
112732
113137
  "type": "variable",
@@ -112734,8 +113139,8 @@
112734
113139
  "value": "color-mix(in srgb, k-color(on-base) 20%, transparent)",
112735
113140
  "scope": "default",
112736
113141
  "line": {
112737
- "start": 322,
112738
- "end": 322
113142
+ "start": 333,
113143
+ "end": 333
112739
113144
  }
112740
113145
  },
112741
113146
  "group": [
@@ -112752,8 +113157,8 @@
112752
113157
  {
112753
113158
  "description": "The background color of the active Grid row resize indicator.\n",
112754
113159
  "commentRange": {
112755
- "start": 323,
112756
- "end": 324
113160
+ "start": 334,
113161
+ "end": 335
112757
113162
  },
112758
113163
  "context": {
112759
113164
  "type": "variable",
@@ -112761,8 +113166,8 @@
112761
113166
  "value": "k-color(primary)",
112762
113167
  "scope": "default",
112763
113168
  "line": {
112764
- "start": 325,
112765
- "end": 325
113169
+ "start": 336,
113170
+ "end": 336
112766
113171
  }
112767
113172
  },
112768
113173
  "group": [
@@ -112779,8 +113184,8 @@
112779
113184
  {
112780
113185
  "description": "The height of the Grid row resize indicator.\n",
112781
113186
  "commentRange": {
112782
- "start": 326,
112783
- "end": 327
113187
+ "start": 337,
113188
+ "end": 338
112784
113189
  },
112785
113190
  "context": {
112786
113191
  "type": "variable",
@@ -112788,8 +113193,8 @@
112788
113193
  "value": "k-spacing(0.5)",
112789
113194
  "scope": "default",
112790
113195
  "line": {
112791
- "start": 328,
112792
- "end": 328
113196
+ "start": 339,
113197
+ "end": 339
112793
113198
  }
112794
113199
  },
112795
113200
  "group": [
@@ -147991,15 +148396,15 @@
147991
148396
  "resolvedType": "Null"
147992
148397
  },
147993
148398
  {
147994
- "description": "The box shadow of the row spanned cells.\n",
148399
+ "description": "Background color of highlighted rows in table.\n",
147995
148400
  "commentRange": {
147996
148401
  "start": 160,
147997
148402
  "end": 161
147998
148403
  },
147999
148404
  "context": {
148000
148405
  "type": "variable",
148001
- "name": "kendo-table-cell-row-span-shadow",
148002
- "value": "inset 0 0 0 1px $kendo-table-border",
148406
+ "name": "kendo-table-highlighted-bg",
148407
+ "value": "color-mix(in srgb, k-color(warning) 25%, transparent)",
148003
148408
  "scope": "default",
148004
148409
  "line": {
148005
148410
  "start": 162,
@@ -148014,6 +148419,141 @@
148014
148419
  "path": "classic/scss/table/_variables.scss",
148015
148420
  "name": "_variables.scss"
148016
148421
  },
148422
+ "resolvedValue": "color-mix(in srgb, var(--kendo-color-warning, #ffa41f) 25%, transparent)",
148423
+ "resolvedType": "String"
148424
+ },
148425
+ {
148426
+ "description": "Text color of highlighted rows in table.\n",
148427
+ "commentRange": {
148428
+ "start": 163,
148429
+ "end": 164
148430
+ },
148431
+ "context": {
148432
+ "type": "variable",
148433
+ "name": "kendo-table-highlighted-text",
148434
+ "value": "null",
148435
+ "scope": "default",
148436
+ "line": {
148437
+ "start": 165,
148438
+ "end": 165
148439
+ }
148440
+ },
148441
+ "group": [
148442
+ "table"
148443
+ ],
148444
+ "access": "public",
148445
+ "file": {
148446
+ "path": "classic/scss/table/_variables.scss",
148447
+ "name": "_variables.scss"
148448
+ },
148449
+ "resolvedValue": "null",
148450
+ "resolvedType": "Null"
148451
+ },
148452
+ {
148453
+ "description": "The font weight of highlighted rows in table.\n",
148454
+ "commentRange": {
148455
+ "start": 166,
148456
+ "end": 167
148457
+ },
148458
+ "context": {
148459
+ "type": "variable",
148460
+ "name": "kendo-table-highlighted-font-weight",
148461
+ "value": "var( --kendo-font-weight-bold, bold )",
148462
+ "scope": "default",
148463
+ "line": {
148464
+ "start": 168,
148465
+ "end": 168
148466
+ }
148467
+ },
148468
+ "group": [
148469
+ "table"
148470
+ ],
148471
+ "access": "public",
148472
+ "file": {
148473
+ "path": "classic/scss/table/_variables.scss",
148474
+ "name": "_variables.scss"
148475
+ },
148476
+ "resolvedValue": "var(--kendo-font-weight-bold, bold)",
148477
+ "resolvedType": "String"
148478
+ },
148479
+ {
148480
+ "description": "Border color of highlighted rows in table.\n",
148481
+ "commentRange": {
148482
+ "start": 169,
148483
+ "end": 170
148484
+ },
148485
+ "context": {
148486
+ "type": "variable",
148487
+ "name": "kendo-table-highlighted-border",
148488
+ "value": "null",
148489
+ "scope": "default",
148490
+ "line": {
148491
+ "start": 171,
148492
+ "end": 171
148493
+ }
148494
+ },
148495
+ "group": [
148496
+ "table"
148497
+ ],
148498
+ "access": "public",
148499
+ "file": {
148500
+ "path": "classic/scss/table/_variables.scss",
148501
+ "name": "_variables.scss"
148502
+ },
148503
+ "resolvedValue": "null",
148504
+ "resolvedType": "Null"
148505
+ },
148506
+ {
148507
+ "description": "Background color of selected highlighted rows in table.\n",
148508
+ "commentRange": {
148509
+ "start": 173,
148510
+ "end": 174
148511
+ },
148512
+ "context": {
148513
+ "type": "variable",
148514
+ "name": "kendo-table-selected-highlighted-bg",
148515
+ "value": "color-mix(in srgb, color-mix(in srgb, k-color(primary), k-color(warning)) 42%, transparent)",
148516
+ "scope": "default",
148517
+ "line": {
148518
+ "start": 175,
148519
+ "end": 175
148520
+ }
148521
+ },
148522
+ "group": [
148523
+ "table"
148524
+ ],
148525
+ "access": "public",
148526
+ "file": {
148527
+ "path": "classic/scss/table/_variables.scss",
148528
+ "name": "_variables.scss"
148529
+ },
148530
+ "resolvedValue": "color-mix(in srgb, color-mix(in srgb, var(--kendo-color-primary, #f35800), var(--kendo-color-warning, #ffa41f)) 42%, transparent)",
148531
+ "resolvedType": "String"
148532
+ },
148533
+ {
148534
+ "description": "The box shadow of the row spanned cells.\n",
148535
+ "commentRange": {
148536
+ "start": 177,
148537
+ "end": 178
148538
+ },
148539
+ "context": {
148540
+ "type": "variable",
148541
+ "name": "kendo-table-cell-row-span-shadow",
148542
+ "value": "inset 0 0 0 1px $kendo-table-border",
148543
+ "scope": "default",
148544
+ "line": {
148545
+ "start": 179,
148546
+ "end": 179
148547
+ }
148548
+ },
148549
+ "group": [
148550
+ "table"
148551
+ ],
148552
+ "access": "public",
148553
+ "file": {
148554
+ "path": "classic/scss/table/_variables.scss",
148555
+ "name": "_variables.scss"
148556
+ },
148017
148557
  "resolvedValue": "(inset 0 0 0 1px var(--kendo-color-border, #cacaca))",
148018
148558
  "resolvedType": "List"
148019
148559
  }