@progress/kendo-theme-material 11.0.3-dev.3 → 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 (43) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/material-2-dark.css +1 -1
  3. package/dist/material-2.css +1 -1
  4. package/dist/material-aqua-dark.css +1 -1
  5. package/dist/material-arctic.css +1 -1
  6. package/dist/material-burnt-teal.css +1 -1
  7. package/dist/material-dataviz-v4.css +1 -1
  8. package/dist/material-eggplant.css +1 -1
  9. package/dist/material-lime-dark.css +1 -1
  10. package/dist/material-lime.css +1 -1
  11. package/dist/material-main-dark.css +1 -1
  12. package/dist/material-main.css +1 -1
  13. package/dist/material-nova.css +1 -1
  14. package/dist/material-pacific-dark.css +1 -1
  15. package/dist/material-pacific.css +1 -1
  16. package/dist/material-sky-dark.css +1 -1
  17. package/dist/material-sky.css +1 -1
  18. package/dist/material-smoke.css +1 -1
  19. package/dist/meta/sassdoc-data.json +624 -84
  20. package/dist/meta/sassdoc-raw-data.json +289 -39
  21. package/dist/meta/variables.json +50 -22
  22. package/lib/swatches/material-2-dark.json +1 -1
  23. package/lib/swatches/material-2.json +1 -1
  24. package/lib/swatches/material-aqua-dark.json +1 -1
  25. package/lib/swatches/material-arctic.json +1 -1
  26. package/lib/swatches/material-burnt-teal.json +1 -1
  27. package/lib/swatches/material-dataviz-v4.json +1 -1
  28. package/lib/swatches/material-eggplant.json +1 -1
  29. package/lib/swatches/material-lime-dark.json +1 -1
  30. package/lib/swatches/material-lime.json +1 -1
  31. package/lib/swatches/material-main-dark.json +1 -1
  32. package/lib/swatches/material-main.json +1 -1
  33. package/lib/swatches/material-nova.json +1 -1
  34. package/lib/swatches/material-pacific-dark.json +1 -1
  35. package/lib/swatches/material-pacific.json +1 -1
  36. package/lib/swatches/material-sky-dark.json +1 -1
  37. package/lib/swatches/material-sky.json +1 -1
  38. package/lib/swatches/material-smoke.json +1 -1
  39. package/package.json +4 -4
  40. package/scss/button/_theme.scss +34 -3
  41. package/scss/grid/_variables.scss +25 -13
  42. package/scss/marquee/_variables.scss +2 -2
  43. package/scss/table/_variables.scss +22 -0
@@ -30994,15 +30994,15 @@
30994
30994
  "resolvedType": "Null"
30995
30995
  },
30996
30996
  {
30997
- "description": "The background color of the Grid selection aggregates container.\n",
30997
+ "description": "The background color of highlighted Grid rows.\n",
30998
30998
  "commentRange": {
30999
30999
  "start": 211,
31000
31000
  "end": 212
31001
31001
  },
31002
31002
  "context": {
31003
31003
  "type": "variable",
31004
- "name": "kendo-grid-selection-aggregates-bg",
31005
- "value": "$kendo-grid-header-bg",
31004
+ "name": "kendo-grid-highlighted-bg",
31005
+ "value": "$kendo-table-highlighted-bg",
31006
31006
  "scope": "default",
31007
31007
  "line": {
31008
31008
  "start": 213,
@@ -31017,19 +31017,19 @@
31017
31017
  "path": "material/scss/grid/_variables.scss",
31018
31018
  "name": "_variables.scss"
31019
31019
  },
31020
- "resolvedValue": "var(--kendo-color-surface, #F7F3FA)",
31020
+ "resolvedValue": "color-mix(in srgb, var(--kendo-color-warning, #F5CA47) 20%, transparent)",
31021
31021
  "resolvedType": "String"
31022
31022
  },
31023
31023
  {
31024
- "description": "The text color of the Grid selection aggregates container.\n",
31024
+ "description": "The text color of highlighted Grid rows.\n",
31025
31025
  "commentRange": {
31026
31026
  "start": 214,
31027
31027
  "end": 215
31028
31028
  },
31029
31029
  "context": {
31030
31030
  "type": "variable",
31031
- "name": "kendo-grid-selection-aggregates-text",
31032
- "value": "$kendo-grid-text",
31031
+ "name": "kendo-grid-highlighted-text",
31032
+ "value": "$kendo-table-highlighted-text",
31033
31033
  "scope": "default",
31034
31034
  "line": {
31035
31035
  "start": 216,
@@ -31044,14 +31044,149 @@
31044
31044
  "path": "material/scss/grid/_variables.scss",
31045
31045
  "name": "_variables.scss"
31046
31046
  },
31047
+ "resolvedValue": "null",
31048
+ "resolvedType": "Null"
31049
+ },
31050
+ {
31051
+ "description": "The border color of highlighted Grid rows.\n",
31052
+ "commentRange": {
31053
+ "start": 217,
31054
+ "end": 218
31055
+ },
31056
+ "context": {
31057
+ "type": "variable",
31058
+ "name": "kendo-grid-highlighted-border",
31059
+ "value": "$kendo-table-highlighted-border",
31060
+ "scope": "default",
31061
+ "line": {
31062
+ "start": 219,
31063
+ "end": 219
31064
+ }
31065
+ },
31066
+ "group": [
31067
+ "grid"
31068
+ ],
31069
+ "access": "public",
31070
+ "file": {
31071
+ "path": "material/scss/grid/_variables.scss",
31072
+ "name": "_variables.scss"
31073
+ },
31074
+ "resolvedValue": "null",
31075
+ "resolvedType": "Null"
31076
+ },
31077
+ {
31078
+ "description": "The font weight of highlighted Grid rows.\n",
31079
+ "commentRange": {
31080
+ "start": 220,
31081
+ "end": 221
31082
+ },
31083
+ "context": {
31084
+ "type": "variable",
31085
+ "name": "kendo-grid-highlighted-font-weight",
31086
+ "value": "$kendo-table-highlighted-font-weight",
31087
+ "scope": "default",
31088
+ "line": {
31089
+ "start": 222,
31090
+ "end": 222
31091
+ }
31092
+ },
31093
+ "group": [
31094
+ "grid"
31095
+ ],
31096
+ "access": "public",
31097
+ "file": {
31098
+ "path": "material/scss/grid/_variables.scss",
31099
+ "name": "_variables.scss"
31100
+ },
31101
+ "resolvedValue": "var(--kendo-font-weight-semibold, normal)",
31102
+ "resolvedType": "String"
31103
+ },
31104
+ {
31105
+ "description": "The background color of selected highlighted Grid rows.\n",
31106
+ "commentRange": {
31107
+ "start": 224,
31108
+ "end": 225
31109
+ },
31110
+ "context": {
31111
+ "type": "variable",
31112
+ "name": "kendo-grid-selected-highlighted-bg",
31113
+ "value": "$kendo-table-selected-highlighted-bg",
31114
+ "scope": "default",
31115
+ "line": {
31116
+ "start": 226,
31117
+ "end": 226
31118
+ }
31119
+ },
31120
+ "group": [
31121
+ "grid"
31122
+ ],
31123
+ "access": "public",
31124
+ "file": {
31125
+ "path": "material/scss/grid/_variables.scss",
31126
+ "name": "_variables.scss"
31127
+ },
31128
+ "resolvedValue": "color-mix(in srgb, color-mix(in srgb, var(--kendo-color-primary, #65558F), var(--kendo-color-warning, #F5CA47)) 36%, transparent)",
31129
+ "resolvedType": "String"
31130
+ },
31131
+ {
31132
+ "description": "The background color of the Grid selection aggregates container.\n",
31133
+ "commentRange": {
31134
+ "start": 228,
31135
+ "end": 229
31136
+ },
31137
+ "context": {
31138
+ "type": "variable",
31139
+ "name": "kendo-grid-selection-aggregates-bg",
31140
+ "value": "$kendo-grid-header-bg",
31141
+ "scope": "default",
31142
+ "line": {
31143
+ "start": 230,
31144
+ "end": 230
31145
+ }
31146
+ },
31147
+ "group": [
31148
+ "grid"
31149
+ ],
31150
+ "access": "public",
31151
+ "file": {
31152
+ "path": "material/scss/grid/_variables.scss",
31153
+ "name": "_variables.scss"
31154
+ },
31155
+ "resolvedValue": "var(--kendo-color-surface, #F7F3FA)",
31156
+ "resolvedType": "String"
31157
+ },
31158
+ {
31159
+ "description": "The text color of the Grid selection aggregates container.\n",
31160
+ "commentRange": {
31161
+ "start": 231,
31162
+ "end": 232
31163
+ },
31164
+ "context": {
31165
+ "type": "variable",
31166
+ "name": "kendo-grid-selection-aggregates-text",
31167
+ "value": "$kendo-grid-text",
31168
+ "scope": "default",
31169
+ "line": {
31170
+ "start": 233,
31171
+ "end": 233
31172
+ }
31173
+ },
31174
+ "group": [
31175
+ "grid"
31176
+ ],
31177
+ "access": "public",
31178
+ "file": {
31179
+ "path": "material/scss/grid/_variables.scss",
31180
+ "name": "_variables.scss"
31181
+ },
31047
31182
  "resolvedValue": "var(--kendo-color-on-app-surface, #1D1B20)",
31048
31183
  "resolvedType": "String"
31049
31184
  },
31050
31185
  {
31051
31186
  "description": "The border color of the Grid selection aggregates container.\n",
31052
31187
  "commentRange": {
31053
- "start": 217,
31054
- "end": 218
31188
+ "start": 234,
31189
+ "end": 235
31055
31190
  },
31056
31191
  "context": {
31057
31192
  "type": "variable",
@@ -31059,8 +31194,8 @@
31059
31194
  "value": "$kendo-grid-border",
31060
31195
  "scope": "default",
31061
31196
  "line": {
31062
- "start": 219,
31063
- "end": 219
31197
+ "start": 236,
31198
+ "end": 236
31064
31199
  }
31065
31200
  },
31066
31201
  "group": [
@@ -31077,8 +31212,8 @@
31077
31212
  {
31078
31213
  "description": "The border width of the Grid selection aggregates container.\n",
31079
31214
  "commentRange": {
31080
- "start": 220,
31081
- "end": 221
31215
+ "start": 237,
31216
+ "end": 238
31082
31217
  },
31083
31218
  "context": {
31084
31219
  "type": "variable",
@@ -31086,8 +31221,8 @@
31086
31221
  "value": "$kendo-grid-border-width",
31087
31222
  "scope": "default",
31088
31223
  "line": {
31089
- "start": 222,
31090
- "end": 222
31224
+ "start": 239,
31225
+ "end": 239
31091
31226
  }
31092
31227
  },
31093
31228
  "group": [
@@ -31104,8 +31239,8 @@
31104
31239
  {
31105
31240
  "description": "The spacing between the selection aggregates items.\n",
31106
31241
  "commentRange": {
31107
- "start": 223,
31108
- "end": 224
31242
+ "start": 240,
31243
+ "end": 241
31109
31244
  },
31110
31245
  "context": {
31111
31246
  "type": "variable",
@@ -31113,8 +31248,8 @@
31113
31248
  "value": "k-spacing(2)",
31114
31249
  "scope": "default",
31115
31250
  "line": {
31116
- "start": 225,
31117
- "end": 225
31251
+ "start": 242,
31252
+ "end": 242
31118
31253
  }
31119
31254
  },
31120
31255
  "group": [
@@ -31131,8 +31266,8 @@
31131
31266
  {
31132
31267
  "description": "The line height of the Grid selection aggregates container.\n",
31133
31268
  "commentRange": {
31134
- "start": 226,
31135
- "end": 227
31269
+ "start": 243,
31270
+ "end": 244
31136
31271
  },
31137
31272
  "context": {
31138
31273
  "type": "variable",
@@ -31140,8 +31275,8 @@
31140
31275
  "value": "20px",
31141
31276
  "scope": "default",
31142
31277
  "line": {
31143
- "start": 228,
31144
- "end": 228
31278
+ "start": 245,
31279
+ "end": 245
31145
31280
  }
31146
31281
  },
31147
31282
  "group": [
@@ -31158,8 +31293,8 @@
31158
31293
  {
31159
31294
  "description": "The font weight of the Grid selection aggregates container.\n",
31160
31295
  "commentRange": {
31161
- "start": 229,
31162
- "end": 230
31296
+ "start": 246,
31297
+ "end": 247
31163
31298
  },
31164
31299
  "context": {
31165
31300
  "type": "variable",
@@ -31167,8 +31302,8 @@
31167
31302
  "value": "var( --kendo-font-weight-bold, normal )",
31168
31303
  "scope": "default",
31169
31304
  "line": {
31170
- "start": 231,
31171
- "end": 231
31305
+ "start": 248,
31306
+ "end": 248
31172
31307
  }
31173
31308
  },
31174
31309
  "group": [
@@ -31185,8 +31320,8 @@
31185
31320
  {
31186
31321
  "description": "The background color of the Grid row resize indicator.\n",
31187
31322
  "commentRange": {
31188
- "start": 321,
31189
- "end": 322
31323
+ "start": 331,
31324
+ "end": 332
31190
31325
  },
31191
31326
  "context": {
31192
31327
  "type": "variable",
@@ -31194,8 +31329,8 @@
31194
31329
  "value": "color-mix(in srgb, k-color(on-base) 20%, transparent)",
31195
31330
  "scope": "default",
31196
31331
  "line": {
31197
- "start": 323,
31198
- "end": 323
31332
+ "start": 333,
31333
+ "end": 333
31199
31334
  }
31200
31335
  },
31201
31336
  "group": [
@@ -31212,8 +31347,8 @@
31212
31347
  {
31213
31348
  "description": "The background color of the active Grid row resize indicator.\n",
31214
31349
  "commentRange": {
31215
- "start": 324,
31216
- "end": 325
31350
+ "start": 334,
31351
+ "end": 335
31217
31352
  },
31218
31353
  "context": {
31219
31354
  "type": "variable",
@@ -31221,8 +31356,8 @@
31221
31356
  "value": "k-color(primary)",
31222
31357
  "scope": "default",
31223
31358
  "line": {
31224
- "start": 326,
31225
- "end": 326
31359
+ "start": 336,
31360
+ "end": 336
31226
31361
  }
31227
31362
  },
31228
31363
  "group": [
@@ -31239,8 +31374,8 @@
31239
31374
  {
31240
31375
  "description": "The height of the Grid row resize indicator.\n",
31241
31376
  "commentRange": {
31242
- "start": 327,
31243
- "end": 328
31377
+ "start": 337,
31378
+ "end": 338
31244
31379
  },
31245
31380
  "context": {
31246
31381
  "type": "variable",
@@ -31248,8 +31383,8 @@
31248
31383
  "value": "k-spacing(0.5)",
31249
31384
  "scope": "default",
31250
31385
  "line": {
31251
- "start": 329,
31252
- "end": 329
31386
+ "start": 339,
31387
+ "end": 339
31253
31388
  }
31254
31389
  },
31255
31390
  "group": [
@@ -65924,15 +66059,15 @@
65924
66059
  "resolvedType": "Null"
65925
66060
  },
65926
66061
  {
65927
- "description": "The box shadow of the row spanned cells.\n",
66062
+ "description": "Background color of highlighted rows in table.\n",
65928
66063
  "commentRange": {
65929
66064
  "start": 160,
65930
66065
  "end": 161
65931
66066
  },
65932
66067
  "context": {
65933
66068
  "type": "variable",
65934
- "name": "kendo-table-cell-row-span-shadow",
65935
- "value": "inset 0 0 0 1px $kendo-table-border",
66069
+ "name": "kendo-table-highlighted-bg",
66070
+ "value": "color-mix(in srgb, k-color(warning) 20%, transparent)",
65936
66071
  "scope": "default",
65937
66072
  "line": {
65938
66073
  "start": 162,
@@ -65947,6 +66082,141 @@
65947
66082
  "path": "material/scss/table/_variables.scss",
65948
66083
  "name": "_variables.scss"
65949
66084
  },
66085
+ "resolvedValue": "color-mix(in srgb, var(--kendo-color-warning, #F5CA47) 20%, transparent)",
66086
+ "resolvedType": "String"
66087
+ },
66088
+ {
66089
+ "description": "Text color of highlighted rows in table.\n",
66090
+ "commentRange": {
66091
+ "start": 163,
66092
+ "end": 164
66093
+ },
66094
+ "context": {
66095
+ "type": "variable",
66096
+ "name": "kendo-table-highlighted-text",
66097
+ "value": "null",
66098
+ "scope": "default",
66099
+ "line": {
66100
+ "start": 165,
66101
+ "end": 165
66102
+ }
66103
+ },
66104
+ "group": [
66105
+ "table"
66106
+ ],
66107
+ "access": "public",
66108
+ "file": {
66109
+ "path": "material/scss/table/_variables.scss",
66110
+ "name": "_variables.scss"
66111
+ },
66112
+ "resolvedValue": "null",
66113
+ "resolvedType": "Null"
66114
+ },
66115
+ {
66116
+ "description": "The font weight of highlighted rows in table.\n",
66117
+ "commentRange": {
66118
+ "start": 166,
66119
+ "end": 167
66120
+ },
66121
+ "context": {
66122
+ "type": "variable",
66123
+ "name": "kendo-table-highlighted-font-weight",
66124
+ "value": "var( --kendo-font-weight-semibold, normal )",
66125
+ "scope": "default",
66126
+ "line": {
66127
+ "start": 168,
66128
+ "end": 168
66129
+ }
66130
+ },
66131
+ "group": [
66132
+ "table"
66133
+ ],
66134
+ "access": "public",
66135
+ "file": {
66136
+ "path": "material/scss/table/_variables.scss",
66137
+ "name": "_variables.scss"
66138
+ },
66139
+ "resolvedValue": "var(--kendo-font-weight-semibold, normal)",
66140
+ "resolvedType": "String"
66141
+ },
66142
+ {
66143
+ "description": "Border color of highlighted rows in table.\n",
66144
+ "commentRange": {
66145
+ "start": 169,
66146
+ "end": 170
66147
+ },
66148
+ "context": {
66149
+ "type": "variable",
66150
+ "name": "kendo-table-highlighted-border",
66151
+ "value": "null",
66152
+ "scope": "default",
66153
+ "line": {
66154
+ "start": 171,
66155
+ "end": 171
66156
+ }
66157
+ },
66158
+ "group": [
66159
+ "table"
66160
+ ],
66161
+ "access": "public",
66162
+ "file": {
66163
+ "path": "material/scss/table/_variables.scss",
66164
+ "name": "_variables.scss"
66165
+ },
66166
+ "resolvedValue": "null",
66167
+ "resolvedType": "Null"
66168
+ },
66169
+ {
66170
+ "description": "Background color of selected highlighted rows in table.\n",
66171
+ "commentRange": {
66172
+ "start": 173,
66173
+ "end": 174
66174
+ },
66175
+ "context": {
66176
+ "type": "variable",
66177
+ "name": "kendo-table-selected-highlighted-bg",
66178
+ "value": "color-mix(in srgb, color-mix(in srgb, k-color(primary), k-color(warning)) 36%, transparent)",
66179
+ "scope": "default",
66180
+ "line": {
66181
+ "start": 175,
66182
+ "end": 175
66183
+ }
66184
+ },
66185
+ "group": [
66186
+ "table"
66187
+ ],
66188
+ "access": "public",
66189
+ "file": {
66190
+ "path": "material/scss/table/_variables.scss",
66191
+ "name": "_variables.scss"
66192
+ },
66193
+ "resolvedValue": "color-mix(in srgb, color-mix(in srgb, var(--kendo-color-primary, #65558F), var(--kendo-color-warning, #F5CA47)) 36%, transparent)",
66194
+ "resolvedType": "String"
66195
+ },
66196
+ {
66197
+ "description": "The box shadow of the row spanned cells.\n",
66198
+ "commentRange": {
66199
+ "start": 177,
66200
+ "end": 178
66201
+ },
66202
+ "context": {
66203
+ "type": "variable",
66204
+ "name": "kendo-table-cell-row-span-shadow",
66205
+ "value": "inset 0 0 0 1px $kendo-table-border",
66206
+ "scope": "default",
66207
+ "line": {
66208
+ "start": 179,
66209
+ "end": 179
66210
+ }
66211
+ },
66212
+ "group": [
66213
+ "table"
66214
+ ],
66215
+ "access": "public",
66216
+ "file": {
66217
+ "path": "material/scss/table/_variables.scss",
66218
+ "name": "_variables.scss"
66219
+ },
65950
66220
  "resolvedValue": "(inset 0 0 0 1px var(--kendo-color-border, rgba(29, 27, 32, 0.12)))",
65951
66221
  "resolvedType": "List"
65952
66222
  },
@@ -112588,15 +112858,15 @@
112588
112858
  "resolvedType": "Null"
112589
112859
  },
112590
112860
  {
112591
- "description": "The background color of the Grid selection aggregates container.\n",
112861
+ "description": "The background color of highlighted Grid rows.\n",
112592
112862
  "commentRange": {
112593
112863
  "start": 211,
112594
112864
  "end": 212
112595
112865
  },
112596
112866
  "context": {
112597
112867
  "type": "variable",
112598
- "name": "kendo-grid-selection-aggregates-bg",
112599
- "value": "$kendo-grid-header-bg",
112868
+ "name": "kendo-grid-highlighted-bg",
112869
+ "value": "$kendo-table-highlighted-bg",
112600
112870
  "scope": "default",
112601
112871
  "line": {
112602
112872
  "start": 213,
@@ -112611,19 +112881,19 @@
112611
112881
  "path": "material/scss/grid/_variables.scss",
112612
112882
  "name": "_variables.scss"
112613
112883
  },
112614
- "resolvedValue": "var(--kendo-color-surface, #F7F3FA)",
112884
+ "resolvedValue": "color-mix(in srgb, var(--kendo-color-warning, #F5CA47) 20%, transparent)",
112615
112885
  "resolvedType": "String"
112616
112886
  },
112617
112887
  {
112618
- "description": "The text color of the Grid selection aggregates container.\n",
112888
+ "description": "The text color of highlighted Grid rows.\n",
112619
112889
  "commentRange": {
112620
112890
  "start": 214,
112621
112891
  "end": 215
112622
112892
  },
112623
112893
  "context": {
112624
112894
  "type": "variable",
112625
- "name": "kendo-grid-selection-aggregates-text",
112626
- "value": "$kendo-grid-text",
112895
+ "name": "kendo-grid-highlighted-text",
112896
+ "value": "$kendo-table-highlighted-text",
112627
112897
  "scope": "default",
112628
112898
  "line": {
112629
112899
  "start": 216,
@@ -112638,14 +112908,149 @@
112638
112908
  "path": "material/scss/grid/_variables.scss",
112639
112909
  "name": "_variables.scss"
112640
112910
  },
112911
+ "resolvedValue": "null",
112912
+ "resolvedType": "Null"
112913
+ },
112914
+ {
112915
+ "description": "The border color of highlighted Grid rows.\n",
112916
+ "commentRange": {
112917
+ "start": 217,
112918
+ "end": 218
112919
+ },
112920
+ "context": {
112921
+ "type": "variable",
112922
+ "name": "kendo-grid-highlighted-border",
112923
+ "value": "$kendo-table-highlighted-border",
112924
+ "scope": "default",
112925
+ "line": {
112926
+ "start": 219,
112927
+ "end": 219
112928
+ }
112929
+ },
112930
+ "group": [
112931
+ "grid"
112932
+ ],
112933
+ "access": "public",
112934
+ "file": {
112935
+ "path": "material/scss/grid/_variables.scss",
112936
+ "name": "_variables.scss"
112937
+ },
112938
+ "resolvedValue": "null",
112939
+ "resolvedType": "Null"
112940
+ },
112941
+ {
112942
+ "description": "The font weight of highlighted Grid rows.\n",
112943
+ "commentRange": {
112944
+ "start": 220,
112945
+ "end": 221
112946
+ },
112947
+ "context": {
112948
+ "type": "variable",
112949
+ "name": "kendo-grid-highlighted-font-weight",
112950
+ "value": "$kendo-table-highlighted-font-weight",
112951
+ "scope": "default",
112952
+ "line": {
112953
+ "start": 222,
112954
+ "end": 222
112955
+ }
112956
+ },
112957
+ "group": [
112958
+ "grid"
112959
+ ],
112960
+ "access": "public",
112961
+ "file": {
112962
+ "path": "material/scss/grid/_variables.scss",
112963
+ "name": "_variables.scss"
112964
+ },
112965
+ "resolvedValue": "var(--kendo-font-weight-semibold, normal)",
112966
+ "resolvedType": "String"
112967
+ },
112968
+ {
112969
+ "description": "The background color of selected highlighted Grid rows.\n",
112970
+ "commentRange": {
112971
+ "start": 224,
112972
+ "end": 225
112973
+ },
112974
+ "context": {
112975
+ "type": "variable",
112976
+ "name": "kendo-grid-selected-highlighted-bg",
112977
+ "value": "$kendo-table-selected-highlighted-bg",
112978
+ "scope": "default",
112979
+ "line": {
112980
+ "start": 226,
112981
+ "end": 226
112982
+ }
112983
+ },
112984
+ "group": [
112985
+ "grid"
112986
+ ],
112987
+ "access": "public",
112988
+ "file": {
112989
+ "path": "material/scss/grid/_variables.scss",
112990
+ "name": "_variables.scss"
112991
+ },
112992
+ "resolvedValue": "color-mix(in srgb, color-mix(in srgb, var(--kendo-color-primary, #65558F), var(--kendo-color-warning, #F5CA47)) 36%, transparent)",
112993
+ "resolvedType": "String"
112994
+ },
112995
+ {
112996
+ "description": "The background color of the Grid selection aggregates container.\n",
112997
+ "commentRange": {
112998
+ "start": 228,
112999
+ "end": 229
113000
+ },
113001
+ "context": {
113002
+ "type": "variable",
113003
+ "name": "kendo-grid-selection-aggregates-bg",
113004
+ "value": "$kendo-grid-header-bg",
113005
+ "scope": "default",
113006
+ "line": {
113007
+ "start": 230,
113008
+ "end": 230
113009
+ }
113010
+ },
113011
+ "group": [
113012
+ "grid"
113013
+ ],
113014
+ "access": "public",
113015
+ "file": {
113016
+ "path": "material/scss/grid/_variables.scss",
113017
+ "name": "_variables.scss"
113018
+ },
113019
+ "resolvedValue": "var(--kendo-color-surface, #F7F3FA)",
113020
+ "resolvedType": "String"
113021
+ },
113022
+ {
113023
+ "description": "The text color of the Grid selection aggregates container.\n",
113024
+ "commentRange": {
113025
+ "start": 231,
113026
+ "end": 232
113027
+ },
113028
+ "context": {
113029
+ "type": "variable",
113030
+ "name": "kendo-grid-selection-aggregates-text",
113031
+ "value": "$kendo-grid-text",
113032
+ "scope": "default",
113033
+ "line": {
113034
+ "start": 233,
113035
+ "end": 233
113036
+ }
113037
+ },
113038
+ "group": [
113039
+ "grid"
113040
+ ],
113041
+ "access": "public",
113042
+ "file": {
113043
+ "path": "material/scss/grid/_variables.scss",
113044
+ "name": "_variables.scss"
113045
+ },
112641
113046
  "resolvedValue": "var(--kendo-color-on-app-surface, #1D1B20)",
112642
113047
  "resolvedType": "String"
112643
113048
  },
112644
113049
  {
112645
113050
  "description": "The border color of the Grid selection aggregates container.\n",
112646
113051
  "commentRange": {
112647
- "start": 217,
112648
- "end": 218
113052
+ "start": 234,
113053
+ "end": 235
112649
113054
  },
112650
113055
  "context": {
112651
113056
  "type": "variable",
@@ -112653,8 +113058,8 @@
112653
113058
  "value": "$kendo-grid-border",
112654
113059
  "scope": "default",
112655
113060
  "line": {
112656
- "start": 219,
112657
- "end": 219
113061
+ "start": 236,
113062
+ "end": 236
112658
113063
  }
112659
113064
  },
112660
113065
  "group": [
@@ -112671,8 +113076,8 @@
112671
113076
  {
112672
113077
  "description": "The border width of the Grid selection aggregates container.\n",
112673
113078
  "commentRange": {
112674
- "start": 220,
112675
- "end": 221
113079
+ "start": 237,
113080
+ "end": 238
112676
113081
  },
112677
113082
  "context": {
112678
113083
  "type": "variable",
@@ -112680,8 +113085,8 @@
112680
113085
  "value": "$kendo-grid-border-width",
112681
113086
  "scope": "default",
112682
113087
  "line": {
112683
- "start": 222,
112684
- "end": 222
113088
+ "start": 239,
113089
+ "end": 239
112685
113090
  }
112686
113091
  },
112687
113092
  "group": [
@@ -112698,8 +113103,8 @@
112698
113103
  {
112699
113104
  "description": "The spacing between the selection aggregates items.\n",
112700
113105
  "commentRange": {
112701
- "start": 223,
112702
- "end": 224
113106
+ "start": 240,
113107
+ "end": 241
112703
113108
  },
112704
113109
  "context": {
112705
113110
  "type": "variable",
@@ -112707,8 +113112,8 @@
112707
113112
  "value": "k-spacing(2)",
112708
113113
  "scope": "default",
112709
113114
  "line": {
112710
- "start": 225,
112711
- "end": 225
113115
+ "start": 242,
113116
+ "end": 242
112712
113117
  }
112713
113118
  },
112714
113119
  "group": [
@@ -112725,8 +113130,8 @@
112725
113130
  {
112726
113131
  "description": "The line height of the Grid selection aggregates container.\n",
112727
113132
  "commentRange": {
112728
- "start": 226,
112729
- "end": 227
113133
+ "start": 243,
113134
+ "end": 244
112730
113135
  },
112731
113136
  "context": {
112732
113137
  "type": "variable",
@@ -112734,8 +113139,8 @@
112734
113139
  "value": "20px",
112735
113140
  "scope": "default",
112736
113141
  "line": {
112737
- "start": 228,
112738
- "end": 228
113142
+ "start": 245,
113143
+ "end": 245
112739
113144
  }
112740
113145
  },
112741
113146
  "group": [
@@ -112752,8 +113157,8 @@
112752
113157
  {
112753
113158
  "description": "The font weight of the Grid selection aggregates container.\n",
112754
113159
  "commentRange": {
112755
- "start": 229,
112756
- "end": 230
113160
+ "start": 246,
113161
+ "end": 247
112757
113162
  },
112758
113163
  "context": {
112759
113164
  "type": "variable",
@@ -112761,8 +113166,8 @@
112761
113166
  "value": "var( --kendo-font-weight-bold, normal )",
112762
113167
  "scope": "default",
112763
113168
  "line": {
112764
- "start": 231,
112765
- "end": 231
113169
+ "start": 248,
113170
+ "end": 248
112766
113171
  }
112767
113172
  },
112768
113173
  "group": [
@@ -112779,8 +113184,8 @@
112779
113184
  {
112780
113185
  "description": "The background color of the Grid row resize indicator.\n",
112781
113186
  "commentRange": {
112782
- "start": 321,
112783
- "end": 322
113187
+ "start": 331,
113188
+ "end": 332
112784
113189
  },
112785
113190
  "context": {
112786
113191
  "type": "variable",
@@ -112788,8 +113193,8 @@
112788
113193
  "value": "color-mix(in srgb, k-color(on-base) 20%, transparent)",
112789
113194
  "scope": "default",
112790
113195
  "line": {
112791
- "start": 323,
112792
- "end": 323
113196
+ "start": 333,
113197
+ "end": 333
112793
113198
  }
112794
113199
  },
112795
113200
  "group": [
@@ -112806,8 +113211,8 @@
112806
113211
  {
112807
113212
  "description": "The background color of the active Grid row resize indicator.\n",
112808
113213
  "commentRange": {
112809
- "start": 324,
112810
- "end": 325
113214
+ "start": 334,
113215
+ "end": 335
112811
113216
  },
112812
113217
  "context": {
112813
113218
  "type": "variable",
@@ -112815,8 +113220,8 @@
112815
113220
  "value": "k-color(primary)",
112816
113221
  "scope": "default",
112817
113222
  "line": {
112818
- "start": 326,
112819
- "end": 326
113223
+ "start": 336,
113224
+ "end": 336
112820
113225
  }
112821
113226
  },
112822
113227
  "group": [
@@ -112833,8 +113238,8 @@
112833
113238
  {
112834
113239
  "description": "The height of the Grid row resize indicator.\n",
112835
113240
  "commentRange": {
112836
- "start": 327,
112837
- "end": 328
113241
+ "start": 337,
113242
+ "end": 338
112838
113243
  },
112839
113244
  "context": {
112840
113245
  "type": "variable",
@@ -112842,8 +113247,8 @@
112842
113247
  "value": "k-spacing(0.5)",
112843
113248
  "scope": "default",
112844
113249
  "line": {
112845
- "start": 329,
112846
- "end": 329
113250
+ "start": 339,
113251
+ "end": 339
112847
113252
  }
112848
113253
  },
112849
113254
  "group": [
@@ -147831,15 +148236,15 @@
147831
148236
  "resolvedType": "Null"
147832
148237
  },
147833
148238
  {
147834
- "description": "The box shadow of the row spanned cells.\n",
148239
+ "description": "Background color of highlighted rows in table.\n",
147835
148240
  "commentRange": {
147836
148241
  "start": 160,
147837
148242
  "end": 161
147838
148243
  },
147839
148244
  "context": {
147840
148245
  "type": "variable",
147841
- "name": "kendo-table-cell-row-span-shadow",
147842
- "value": "inset 0 0 0 1px $kendo-table-border",
148246
+ "name": "kendo-table-highlighted-bg",
148247
+ "value": "color-mix(in srgb, k-color(warning) 20%, transparent)",
147843
148248
  "scope": "default",
147844
148249
  "line": {
147845
148250
  "start": 162,
@@ -147854,6 +148259,141 @@
147854
148259
  "path": "material/scss/table/_variables.scss",
147855
148260
  "name": "_variables.scss"
147856
148261
  },
148262
+ "resolvedValue": "color-mix(in srgb, var(--kendo-color-warning, #F5CA47) 20%, transparent)",
148263
+ "resolvedType": "String"
148264
+ },
148265
+ {
148266
+ "description": "Text color of highlighted rows in table.\n",
148267
+ "commentRange": {
148268
+ "start": 163,
148269
+ "end": 164
148270
+ },
148271
+ "context": {
148272
+ "type": "variable",
148273
+ "name": "kendo-table-highlighted-text",
148274
+ "value": "null",
148275
+ "scope": "default",
148276
+ "line": {
148277
+ "start": 165,
148278
+ "end": 165
148279
+ }
148280
+ },
148281
+ "group": [
148282
+ "table"
148283
+ ],
148284
+ "access": "public",
148285
+ "file": {
148286
+ "path": "material/scss/table/_variables.scss",
148287
+ "name": "_variables.scss"
148288
+ },
148289
+ "resolvedValue": "null",
148290
+ "resolvedType": "Null"
148291
+ },
148292
+ {
148293
+ "description": "The font weight of highlighted rows in table.\n",
148294
+ "commentRange": {
148295
+ "start": 166,
148296
+ "end": 167
148297
+ },
148298
+ "context": {
148299
+ "type": "variable",
148300
+ "name": "kendo-table-highlighted-font-weight",
148301
+ "value": "var( --kendo-font-weight-semibold, normal )",
148302
+ "scope": "default",
148303
+ "line": {
148304
+ "start": 168,
148305
+ "end": 168
148306
+ }
148307
+ },
148308
+ "group": [
148309
+ "table"
148310
+ ],
148311
+ "access": "public",
148312
+ "file": {
148313
+ "path": "material/scss/table/_variables.scss",
148314
+ "name": "_variables.scss"
148315
+ },
148316
+ "resolvedValue": "var(--kendo-font-weight-semibold, normal)",
148317
+ "resolvedType": "String"
148318
+ },
148319
+ {
148320
+ "description": "Border color of highlighted rows in table.\n",
148321
+ "commentRange": {
148322
+ "start": 169,
148323
+ "end": 170
148324
+ },
148325
+ "context": {
148326
+ "type": "variable",
148327
+ "name": "kendo-table-highlighted-border",
148328
+ "value": "null",
148329
+ "scope": "default",
148330
+ "line": {
148331
+ "start": 171,
148332
+ "end": 171
148333
+ }
148334
+ },
148335
+ "group": [
148336
+ "table"
148337
+ ],
148338
+ "access": "public",
148339
+ "file": {
148340
+ "path": "material/scss/table/_variables.scss",
148341
+ "name": "_variables.scss"
148342
+ },
148343
+ "resolvedValue": "null",
148344
+ "resolvedType": "Null"
148345
+ },
148346
+ {
148347
+ "description": "Background color of selected highlighted rows in table.\n",
148348
+ "commentRange": {
148349
+ "start": 173,
148350
+ "end": 174
148351
+ },
148352
+ "context": {
148353
+ "type": "variable",
148354
+ "name": "kendo-table-selected-highlighted-bg",
148355
+ "value": "color-mix(in srgb, color-mix(in srgb, k-color(primary), k-color(warning)) 36%, transparent)",
148356
+ "scope": "default",
148357
+ "line": {
148358
+ "start": 175,
148359
+ "end": 175
148360
+ }
148361
+ },
148362
+ "group": [
148363
+ "table"
148364
+ ],
148365
+ "access": "public",
148366
+ "file": {
148367
+ "path": "material/scss/table/_variables.scss",
148368
+ "name": "_variables.scss"
148369
+ },
148370
+ "resolvedValue": "color-mix(in srgb, color-mix(in srgb, var(--kendo-color-primary, #65558F), var(--kendo-color-warning, #F5CA47)) 36%, transparent)",
148371
+ "resolvedType": "String"
148372
+ },
148373
+ {
148374
+ "description": "The box shadow of the row spanned cells.\n",
148375
+ "commentRange": {
148376
+ "start": 177,
148377
+ "end": 178
148378
+ },
148379
+ "context": {
148380
+ "type": "variable",
148381
+ "name": "kendo-table-cell-row-span-shadow",
148382
+ "value": "inset 0 0 0 1px $kendo-table-border",
148383
+ "scope": "default",
148384
+ "line": {
148385
+ "start": 179,
148386
+ "end": 179
148387
+ }
148388
+ },
148389
+ "group": [
148390
+ "table"
148391
+ ],
148392
+ "access": "public",
148393
+ "file": {
148394
+ "path": "material/scss/table/_variables.scss",
148395
+ "name": "_variables.scss"
148396
+ },
147857
148397
  "resolvedValue": "(inset 0 0 0 1px var(--kendo-color-border, rgba(29, 27, 32, 0.12)))",
147858
148398
  "resolvedType": "List"
147859
148399
  }