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

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 +870 -546
  17. package/dist/meta/sassdoc-raw-data.json +420 -270
  18. package/dist/meta/variables.json +24 -0
  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 +3 -3
  34. package/scss/agent-response/_variables.scss +20 -0
  35. package/scss/grid/_variables.scss +4 -0
@@ -2050,14 +2050,14 @@
2050
2050
  }
2051
2051
  },
2052
2052
  {
2053
- "description": "The top margin of the AgentStep icon.\n",
2053
+ "description": "The horizontal padding of the AgentStep head.\n",
2054
2054
  "commentRange": {
2055
2055
  "start": 11,
2056
2056
  "end": 12
2057
2057
  },
2058
2058
  "context": {
2059
2059
  "type": "variable",
2060
- "name": "kendo-agent-step-icon-margin-top",
2060
+ "name": "kendo-agent-step-padding-x",
2061
2061
  "value": "k-spacing(0.5)",
2062
2062
  "scope": "default",
2063
2063
  "line": {
@@ -2075,15 +2075,15 @@
2075
2075
  }
2076
2076
  },
2077
2077
  {
2078
- "description": "The text color of the added lines count in the AgentStep diffstat.\n",
2078
+ "description": "The end padding of the AgentStep head.\n",
2079
2079
  "commentRange": {
2080
2080
  "start": 14,
2081
2081
  "end": 15
2082
2082
  },
2083
2083
  "context": {
2084
2084
  "type": "variable",
2085
- "name": "kendo-agent-step-added-color",
2086
- "value": "k-color(success-on-surface)",
2085
+ "name": "kendo-agent-step-padding-end",
2086
+ "value": "k-spacing(2)",
2087
2087
  "scope": "default",
2088
2088
  "line": {
2089
2089
  "start": 16,
@@ -2100,15 +2100,15 @@
2100
2100
  }
2101
2101
  },
2102
2102
  {
2103
- "description": "The text color of the removed lines count in the AgentStep diffstat.\n",
2103
+ "description": "The border radius of the AgentStep head.\n",
2104
2104
  "commentRange": {
2105
2105
  "start": 17,
2106
2106
  "end": 18
2107
2107
  },
2108
2108
  "context": {
2109
2109
  "type": "variable",
2110
- "name": "kendo-agent-step-removed-color",
2111
- "value": "k-color(error-on-surface)",
2110
+ "name": "kendo-agent-step-border-radius",
2111
+ "value": "k-border-radius(md)",
2112
2112
  "scope": "default",
2113
2113
  "line": {
2114
2114
  "start": 19,
@@ -2125,15 +2125,15 @@
2125
2125
  }
2126
2126
  },
2127
2127
  {
2128
- "description": "The font size of the AgentStep label, secondary text, and diffstat.\n",
2128
+ "description": "The top margin of the AgentStep icon.\n",
2129
2129
  "commentRange": {
2130
2130
  "start": 20,
2131
2131
  "end": 21
2132
2132
  },
2133
2133
  "context": {
2134
2134
  "type": "variable",
2135
- "name": "kendo-agent-step-font-size",
2136
- "value": "var(--kendo-font-size-sm)",
2135
+ "name": "kendo-agent-step-icon-margin-top",
2136
+ "value": "k-spacing(0.5)",
2137
2137
  "scope": "default",
2138
2138
  "line": {
2139
2139
  "start": 22,
@@ -2150,15 +2150,15 @@
2150
2150
  }
2151
2151
  },
2152
2152
  {
2153
- "description": "The font size of the AgentStep body content.\n",
2153
+ "description": "The text color of the added lines count in the AgentStep diffstat.\n",
2154
2154
  "commentRange": {
2155
2155
  "start": 23,
2156
2156
  "end": 24
2157
2157
  },
2158
2158
  "context": {
2159
2159
  "type": "variable",
2160
- "name": "kendo-agent-step-body-font-size",
2161
- "value": "var(--kendo-font-size-sm)",
2160
+ "name": "kendo-agent-step-added-color",
2161
+ "value": "k-color(success-on-surface)",
2162
2162
  "scope": "default",
2163
2163
  "line": {
2164
2164
  "start": 25,
@@ -2174,11 +2174,111 @@
2174
2174
  "name": "_variables.scss"
2175
2175
  }
2176
2176
  },
2177
+ {
2178
+ "description": "The text color of the removed lines count in the AgentStep diffstat.\n",
2179
+ "commentRange": {
2180
+ "start": 26,
2181
+ "end": 27
2182
+ },
2183
+ "context": {
2184
+ "type": "variable",
2185
+ "name": "kendo-agent-step-removed-color",
2186
+ "value": "k-color(error-on-surface)",
2187
+ "scope": "default",
2188
+ "line": {
2189
+ "start": 28,
2190
+ "end": 28
2191
+ }
2192
+ },
2193
+ "group": [
2194
+ "agent-response"
2195
+ ],
2196
+ "access": "public",
2197
+ "file": {
2198
+ "path": "agent-response/_variables.scss",
2199
+ "name": "_variables.scss"
2200
+ }
2201
+ },
2202
+ {
2203
+ "description": "The font size of the AgentStep label, secondary text, and diffstat.\n",
2204
+ "commentRange": {
2205
+ "start": 29,
2206
+ "end": 30
2207
+ },
2208
+ "context": {
2209
+ "type": "variable",
2210
+ "name": "kendo-agent-step-font-size",
2211
+ "value": "var(--kendo-font-size-sm)",
2212
+ "scope": "default",
2213
+ "line": {
2214
+ "start": 31,
2215
+ "end": 31
2216
+ }
2217
+ },
2218
+ "group": [
2219
+ "agent-response"
2220
+ ],
2221
+ "access": "public",
2222
+ "file": {
2223
+ "path": "agent-response/_variables.scss",
2224
+ "name": "_variables.scss"
2225
+ }
2226
+ },
2227
+ {
2228
+ "description": "The font size of the AgentStep body content.\n",
2229
+ "commentRange": {
2230
+ "start": 32,
2231
+ "end": 33
2232
+ },
2233
+ "context": {
2234
+ "type": "variable",
2235
+ "name": "kendo-agent-step-body-font-size",
2236
+ "value": "var(--kendo-font-size-sm)",
2237
+ "scope": "default",
2238
+ "line": {
2239
+ "start": 34,
2240
+ "end": 34
2241
+ }
2242
+ },
2243
+ "group": [
2244
+ "agent-response"
2245
+ ],
2246
+ "access": "public",
2247
+ "file": {
2248
+ "path": "agent-response/_variables.scss",
2249
+ "name": "_variables.scss"
2250
+ }
2251
+ },
2252
+ {
2253
+ "description": "The box shadow of the focused AgentStep head.\n",
2254
+ "commentRange": {
2255
+ "start": 35,
2256
+ "end": 36
2257
+ },
2258
+ "context": {
2259
+ "type": "variable",
2260
+ "name": "kendo-agent-step-focus-shadow",
2261
+ "value": "inset 0 0 2px 0 k-color(border)",
2262
+ "scope": "default",
2263
+ "line": {
2264
+ "start": 37,
2265
+ "end": 37
2266
+ }
2267
+ },
2268
+ "group": [
2269
+ "agent-response"
2270
+ ],
2271
+ "access": "public",
2272
+ "file": {
2273
+ "path": "agent-response/_variables.scss",
2274
+ "name": "_variables.scss"
2275
+ }
2276
+ },
2177
2277
  {
2178
2278
  "description": "The gap between the icon column and the content of the Thought.\n",
2179
2279
  "commentRange": {
2180
- "start": 27,
2181
- "end": 28
2280
+ "start": 39,
2281
+ "end": 40
2182
2282
  },
2183
2283
  "context": {
2184
2284
  "type": "variable",
@@ -2186,8 +2286,8 @@
2186
2286
  "value": "k-spacing(1.5)",
2187
2287
  "scope": "default",
2188
2288
  "line": {
2189
- "start": 29,
2190
- "end": 29
2289
+ "start": 41,
2290
+ "end": 41
2191
2291
  }
2192
2292
  },
2193
2293
  "group": [
@@ -2202,8 +2302,8 @@
2202
2302
  {
2203
2303
  "description": "The gap in the icon column of the Thought.\n",
2204
2304
  "commentRange": {
2205
- "start": 30,
2206
- "end": 31
2305
+ "start": 42,
2306
+ "end": 43
2207
2307
  },
2208
2308
  "context": {
2209
2309
  "type": "variable",
@@ -2211,8 +2311,8 @@
2211
2311
  "value": "k-spacing(2)",
2212
2312
  "scope": "default",
2213
2313
  "line": {
2214
- "start": 32,
2215
- "end": 32
2314
+ "start": 44,
2315
+ "end": 44
2216
2316
  }
2217
2317
  },
2218
2318
  "group": [
@@ -2227,8 +2327,8 @@
2227
2327
  {
2228
2328
  "description": "The spacing between stacked Thought items.\n",
2229
2329
  "commentRange": {
2230
- "start": 33,
2231
- "end": 34
2330
+ "start": 45,
2331
+ "end": 46
2232
2332
  },
2233
2333
  "context": {
2234
2334
  "type": "variable",
@@ -2236,8 +2336,33 @@
2236
2336
  "value": "k-spacing(4)",
2237
2337
  "scope": "default",
2238
2338
  "line": {
2239
- "start": 35,
2240
- "end": 35
2339
+ "start": 47,
2340
+ "end": 47
2341
+ }
2342
+ },
2343
+ "group": [
2344
+ "agent-response"
2345
+ ],
2346
+ "access": "public",
2347
+ "file": {
2348
+ "path": "agent-response/_variables.scss",
2349
+ "name": "_variables.scss"
2350
+ }
2351
+ },
2352
+ {
2353
+ "description": "The start padding of the Thought, aligning it with the AgentStep head.\n",
2354
+ "commentRange": {
2355
+ "start": 48,
2356
+ "end": 49
2357
+ },
2358
+ "context": {
2359
+ "type": "variable",
2360
+ "name": "kendo-thought-padding-x",
2361
+ "value": "k-spacing(0.5)",
2362
+ "scope": "default",
2363
+ "line": {
2364
+ "start": 50,
2365
+ "end": 50
2241
2366
  }
2242
2367
  },
2243
2368
  "group": [
@@ -2252,8 +2377,8 @@
2252
2377
  {
2253
2378
  "description": "The color of the connector line between stacked Thought items.\n",
2254
2379
  "commentRange": {
2255
- "start": 36,
2256
- "end": 37
2380
+ "start": 51,
2381
+ "end": 52
2257
2382
  },
2258
2383
  "context": {
2259
2384
  "type": "variable",
@@ -2261,8 +2386,8 @@
2261
2386
  "value": "k-color(border)",
2262
2387
  "scope": "default",
2263
2388
  "line": {
2264
- "start": 38,
2265
- "end": 38
2389
+ "start": 53,
2390
+ "end": 53
2266
2391
  }
2267
2392
  },
2268
2393
  "group": [
@@ -2277,8 +2402,8 @@
2277
2402
  {
2278
2403
  "description": "The start indent of the ToolCall body.\n",
2279
2404
  "commentRange": {
2280
- "start": 40,
2281
- "end": 41
2405
+ "start": 55,
2406
+ "end": 56
2282
2407
  },
2283
2408
  "context": {
2284
2409
  "type": "variable",
@@ -2286,8 +2411,8 @@
2286
2411
  "value": "k-spacing(5)",
2287
2412
  "scope": "default",
2288
2413
  "line": {
2289
- "start": 42,
2290
- "end": 42
2414
+ "start": 57,
2415
+ "end": 57
2291
2416
  }
2292
2417
  },
2293
2418
  "group": [
@@ -2302,8 +2427,8 @@
2302
2427
  {
2303
2428
  "description": "The bottom padding of the ToolCall body.\n",
2304
2429
  "commentRange": {
2305
- "start": 43,
2306
- "end": 44
2430
+ "start": 58,
2431
+ "end": 59
2307
2432
  },
2308
2433
  "context": {
2309
2434
  "type": "variable",
@@ -2311,8 +2436,8 @@
2311
2436
  "value": "k-spacing(2)",
2312
2437
  "scope": "default",
2313
2438
  "line": {
2314
- "start": 45,
2315
- "end": 45
2439
+ "start": 60,
2440
+ "end": 60
2316
2441
  }
2317
2442
  },
2318
2443
  "group": [
@@ -2327,8 +2452,8 @@
2327
2452
  {
2328
2453
  "description": "The border radius of the pre element in the ToolCall body.\n",
2329
2454
  "commentRange": {
2330
- "start": 46,
2331
- "end": 47
2455
+ "start": 61,
2456
+ "end": 62
2332
2457
  },
2333
2458
  "context": {
2334
2459
  "type": "variable",
@@ -2336,8 +2461,8 @@
2336
2461
  "value": "k-border-radius(lg)",
2337
2462
  "scope": "default",
2338
2463
  "line": {
2339
- "start": 48,
2340
- "end": 48
2464
+ "start": 63,
2465
+ "end": 63
2341
2466
  }
2342
2467
  },
2343
2468
  "group": [
@@ -38050,11 +38175,36 @@
38050
38175
  "name": "_variables.scss"
38051
38176
  }
38052
38177
  },
38178
+ {
38179
+ "description": "The font weight of the Grid grouping row text.\n",
38180
+ "commentRange": {
38181
+ "start": 334,
38182
+ "end": 335
38183
+ },
38184
+ "context": {
38185
+ "type": "variable",
38186
+ "name": "kendo-grid-grouping-row-font-weight",
38187
+ "value": "var(--kendo-font-weight-bold)",
38188
+ "scope": "default",
38189
+ "line": {
38190
+ "start": 336,
38191
+ "end": 336
38192
+ }
38193
+ },
38194
+ "group": [
38195
+ "grid"
38196
+ ],
38197
+ "access": "public",
38198
+ "file": {
38199
+ "path": "grid/_variables.scss",
38200
+ "name": "_variables.scss"
38201
+ }
38202
+ },
38053
38203
  {
38054
38204
  "description": "The shadow of the Grid.\n",
38055
38205
  "commentRange": {
38056
- "start": 335,
38057
- "end": 336
38206
+ "start": 338,
38207
+ "end": 339
38058
38208
  },
38059
38209
  "context": {
38060
38210
  "type": "variable",
@@ -38062,8 +38212,8 @@
38062
38212
  "value": "$kendo-table-focus-shadow",
38063
38213
  "scope": "default",
38064
38214
  "line": {
38065
- "start": 337,
38066
- "end": 337
38215
+ "start": 340,
38216
+ "end": 340
38067
38217
  }
38068
38218
  },
38069
38219
  "group": [
@@ -38078,8 +38228,8 @@
38078
38228
  {
38079
38229
  "description": "The spacing of the Grid button.\n",
38080
38230
  "commentRange": {
38081
- "start": 339,
38082
- "end": 340
38231
+ "start": 342,
38232
+ "end": 343
38083
38233
  },
38084
38234
  "context": {
38085
38235
  "type": "variable",
@@ -38087,8 +38237,8 @@
38087
38237
  "value": "k-spacing(2)",
38088
38238
  "scope": "default",
38089
38239
  "line": {
38090
- "start": 341,
38091
- "end": 341
38240
+ "start": 344,
38241
+ "end": 344
38092
38242
  }
38093
38243
  },
38094
38244
  "group": [
@@ -38103,8 +38253,8 @@
38103
38253
  {
38104
38254
  "description": "The background color of the sticky content in the Grid.\n",
38105
38255
  "commentRange": {
38106
- "start": 344,
38107
- "end": 345
38256
+ "start": 347,
38257
+ "end": 348
38108
38258
  },
38109
38259
  "context": {
38110
38260
  "type": "variable",
@@ -38112,8 +38262,8 @@
38112
38262
  "value": "$kendo-grid-bg",
38113
38263
  "scope": "default",
38114
38264
  "line": {
38115
- "start": 346,
38116
- "end": 346
38265
+ "start": 349,
38266
+ "end": 349
38117
38267
  }
38118
38268
  },
38119
38269
  "group": [
@@ -38128,8 +38278,8 @@
38128
38278
  {
38129
38279
  "description": "The alternate background color of the sticky content in the Grid.\n",
38130
38280
  "commentRange": {
38131
- "start": 347,
38132
- "end": 348
38281
+ "start": 350,
38282
+ "end": 351
38133
38283
  },
38134
38284
  "context": {
38135
38285
  "type": "variable",
@@ -38137,8 +38287,8 @@
38137
38287
  "value": "k-color(base-subtle)",
38138
38288
  "scope": "default",
38139
38289
  "line": {
38140
- "start": 349,
38141
- "end": 349
38290
+ "start": 352,
38291
+ "end": 352
38142
38292
  }
38143
38293
  },
38144
38294
  "group": [
@@ -38153,8 +38303,8 @@
38153
38303
  {
38154
38304
  "description": "The background color of the hovered sticky content in the Grid.\n",
38155
38305
  "commentRange": {
38156
- "start": 350,
38157
- "end": 351
38306
+ "start": 353,
38307
+ "end": 354
38158
38308
  },
38159
38309
  "context": {
38160
38310
  "type": "variable",
@@ -38162,8 +38312,8 @@
38162
38312
  "value": "k-color(base-subtle-hover)",
38163
38313
  "scope": "default",
38164
38314
  "line": {
38165
- "start": 352,
38166
- "end": 352
38315
+ "start": 355,
38316
+ "end": 355
38167
38317
  }
38168
38318
  },
38169
38319
  "group": [
@@ -38178,8 +38328,8 @@
38178
38328
  {
38179
38329
  "description": "The border color of the sticky content in the Grid.\n",
38180
38330
  "commentRange": {
38181
- "start": 354,
38182
- "end": 355
38331
+ "start": 357,
38332
+ "end": 358
38183
38333
  },
38184
38334
  "context": {
38185
38335
  "type": "variable",
@@ -38187,8 +38337,8 @@
38187
38337
  "value": "$kendo-grid-border",
38188
38338
  "scope": "default",
38189
38339
  "line": {
38190
- "start": 356,
38191
- "end": 356
38340
+ "start": 359,
38341
+ "end": 359
38192
38342
  }
38193
38343
  },
38194
38344
  "group": [
@@ -38203,8 +38353,8 @@
38203
38353
  {
38204
38354
  "description": "The background color of the sticky header in the Grid.\n",
38205
38355
  "commentRange": {
38206
- "start": 358,
38207
- "end": 359
38356
+ "start": 361,
38357
+ "end": 362
38208
38358
  },
38209
38359
  "context": {
38210
38360
  "type": "variable",
@@ -38212,8 +38362,8 @@
38212
38362
  "value": "$kendo-grid-header-bg",
38213
38363
  "scope": "default",
38214
38364
  "line": {
38215
- "start": 360,
38216
- "end": 360
38365
+ "start": 363,
38366
+ "end": 363
38217
38367
  }
38218
38368
  },
38219
38369
  "group": [
@@ -38228,8 +38378,8 @@
38228
38378
  {
38229
38379
  "description": "The text color of the sticky header in the Grid.\n",
38230
38380
  "commentRange": {
38231
- "start": 361,
38232
- "end": 362
38381
+ "start": 364,
38382
+ "end": 365
38233
38383
  },
38234
38384
  "context": {
38235
38385
  "type": "variable",
@@ -38237,8 +38387,8 @@
38237
38387
  "value": "$kendo-grid-header-text",
38238
38388
  "scope": "default",
38239
38389
  "line": {
38240
- "start": 363,
38241
- "end": 363
38390
+ "start": 366,
38391
+ "end": 366
38242
38392
  }
38243
38393
  },
38244
38394
  "group": [
@@ -38253,8 +38403,8 @@
38253
38403
  {
38254
38404
  "description": "The border color of the sticky header in the Grid.\n",
38255
38405
  "commentRange": {
38256
- "start": 364,
38257
- "end": 365
38406
+ "start": 367,
38407
+ "end": 368
38258
38408
  },
38259
38409
  "context": {
38260
38410
  "type": "variable",
@@ -38262,8 +38412,8 @@
38262
38412
  "value": "$kendo-grid-sticky-border",
38263
38413
  "scope": "default",
38264
38414
  "line": {
38265
- "start": 366,
38266
- "end": 366
38415
+ "start": 369,
38416
+ "end": 369
38267
38417
  }
38268
38418
  },
38269
38419
  "group": [
@@ -38278,8 +38428,8 @@
38278
38428
  {
38279
38429
  "description": "The background color of the sticky footer in the Grid.\n",
38280
38430
  "commentRange": {
38281
- "start": 368,
38282
- "end": 369
38431
+ "start": 371,
38432
+ "end": 372
38283
38433
  },
38284
38434
  "context": {
38285
38435
  "type": "variable",
@@ -38287,8 +38437,8 @@
38287
38437
  "value": "$kendo-grid-header-bg",
38288
38438
  "scope": "default",
38289
38439
  "line": {
38290
- "start": 370,
38291
- "end": 370
38440
+ "start": 373,
38441
+ "end": 373
38292
38442
  }
38293
38443
  },
38294
38444
  "group": [
@@ -38303,8 +38453,8 @@
38303
38453
  {
38304
38454
  "description": "The box shadow of the sticky container in the Grid.\n",
38305
38455
  "commentRange": {
38306
- "start": 372,
38307
- "end": 373
38456
+ "start": 375,
38457
+ "end": 376
38308
38458
  },
38309
38459
  "context": {
38310
38460
  "type": "variable",
@@ -38312,8 +38462,8 @@
38312
38462
  "value": "0 2px 4px 0 rgba(0, 0, 0, 0.08)",
38313
38463
  "scope": "default",
38314
38464
  "line": {
38315
- "start": 374,
38316
- "end": 374
38465
+ "start": 377,
38466
+ "end": 377
38317
38467
  }
38318
38468
  },
38319
38469
  "group": [
@@ -38328,8 +38478,8 @@
38328
38478
  {
38329
38479
  "description": "The box shadow of the sticky container positioned at the bottom in the Grid.\n",
38330
38480
  "commentRange": {
38331
- "start": 375,
38332
- "end": 376
38481
+ "start": 378,
38482
+ "end": 379
38333
38483
  },
38334
38484
  "context": {
38335
38485
  "type": "variable",
@@ -38337,8 +38487,8 @@
38337
38487
  "value": "0 -2px 4px 0 rgba(0, 0, 0, 0.08)",
38338
38488
  "scope": "default",
38339
38489
  "line": {
38340
- "start": 377,
38341
- "end": 377
38490
+ "start": 380,
38491
+ "end": 380
38342
38492
  }
38343
38493
  },
38344
38494
  "group": [
@@ -38353,8 +38503,8 @@
38353
38503
  {
38354
38504
  "description": "The box shadow of the pinned container in the Grid.\n",
38355
38505
  "commentRange": {
38356
- "start": 379,
38357
- "end": 380
38506
+ "start": 382,
38507
+ "end": 383
38358
38508
  },
38359
38509
  "context": {
38360
38510
  "type": "variable",
@@ -38362,8 +38512,8 @@
38362
38512
  "value": "0 4px 8px 0 rgba(0, 0, 0, 0.08)",
38363
38513
  "scope": "default",
38364
38514
  "line": {
38365
- "start": 381,
38366
- "end": 381
38515
+ "start": 384,
38516
+ "end": 384
38367
38517
  }
38368
38518
  },
38369
38519
  "group": [
@@ -38378,8 +38528,8 @@
38378
38528
  {
38379
38529
  "description": "The box shadow of the pinned container positioned at the bottom in the Grid.\n",
38380
38530
  "commentRange": {
38381
- "start": 382,
38382
- "end": 383
38531
+ "start": 385,
38532
+ "end": 386
38383
38533
  },
38384
38534
  "context": {
38385
38535
  "type": "variable",
@@ -38387,8 +38537,8 @@
38387
38537
  "value": "0 -4px 8px 0 rgba(0, 0, 0, 0.08)",
38388
38538
  "scope": "default",
38389
38539
  "line": {
38390
- "start": 384,
38391
- "end": 384
38540
+ "start": 387,
38541
+ "end": 387
38392
38542
  }
38393
38543
  },
38394
38544
  "group": [
@@ -38403,8 +38553,8 @@
38403
38553
  {
38404
38554
  "description": "The width of the Grid column menu.\n",
38405
38555
  "commentRange": {
38406
- "start": 387,
38407
- "end": 388
38556
+ "start": 390,
38557
+ "end": 391
38408
38558
  },
38409
38559
  "context": {
38410
38560
  "type": "variable",
@@ -38412,8 +38562,8 @@
38412
38562
  "value": "230px",
38413
38563
  "scope": "default",
38414
38564
  "line": {
38415
- "start": 389,
38416
- "end": 389
38565
+ "start": 392,
38566
+ "end": 392
38417
38567
  }
38418
38568
  },
38419
38569
  "group": [
@@ -38428,8 +38578,8 @@
38428
38578
  {
38429
38579
  "description": "The maximum width of the Grid column menu.\n",
38430
38580
  "commentRange": {
38431
- "start": 390,
38432
- "end": 391
38581
+ "start": 393,
38582
+ "end": 394
38433
38583
  },
38434
38584
  "context": {
38435
38585
  "type": "variable",
@@ -38437,8 +38587,8 @@
38437
38587
  "value": "320px",
38438
38588
  "scope": "default",
38439
38589
  "line": {
38440
- "start": 392,
38441
- "end": 392
38590
+ "start": 395,
38591
+ "end": 395
38442
38592
  }
38443
38593
  },
38444
38594
  "group": [
@@ -38453,8 +38603,8 @@
38453
38603
  {
38454
38604
  "description": "The horizontal padding of the Grid popup.\n",
38455
38605
  "commentRange": {
38456
- "start": 395,
38457
- "end": 396
38606
+ "start": 398,
38607
+ "end": 399
38458
38608
  },
38459
38609
  "context": {
38460
38610
  "type": "variable",
@@ -38462,8 +38612,8 @@
38462
38612
  "value": "null",
38463
38613
  "scope": "default",
38464
38614
  "line": {
38465
- "start": 397,
38466
- "end": 397
38615
+ "start": 400,
38616
+ "end": 400
38467
38617
  }
38468
38618
  },
38469
38619
  "group": [
@@ -38478,8 +38628,8 @@
38478
38628
  {
38479
38629
  "description": "The vertical padding of the Grid popup.\n",
38480
38630
  "commentRange": {
38481
- "start": 398,
38482
- "end": 399
38631
+ "start": 401,
38632
+ "end": 402
38483
38633
  },
38484
38634
  "context": {
38485
38635
  "type": "variable",
@@ -38487,8 +38637,8 @@
38487
38637
  "value": "null",
38488
38638
  "scope": "default",
38489
38639
  "line": {
38490
- "start": 400,
38491
- "end": 400
38640
+ "start": 403,
38641
+ "end": 403
38492
38642
  }
38493
38643
  },
38494
38644
  "group": [
@@ -38503,8 +38653,8 @@
38503
38653
  {
38504
38654
  "description": "The horizontal padding of the Grid item.\n",
38505
38655
  "commentRange": {
38506
- "start": 402,
38507
- "end": 403
38656
+ "start": 405,
38657
+ "end": 406
38508
38658
  },
38509
38659
  "context": {
38510
38660
  "type": "variable",
@@ -38512,8 +38662,8 @@
38512
38662
  "value": "$kendo-menu-popup-md-item-padding-x",
38513
38663
  "scope": "default",
38514
38664
  "line": {
38515
- "start": 404,
38516
- "end": 404
38665
+ "start": 407,
38666
+ "end": 407
38517
38667
  }
38518
38668
  },
38519
38669
  "group": [
@@ -38528,8 +38678,8 @@
38528
38678
  {
38529
38679
  "description": "The vertical padding of the Grid item.\n",
38530
38680
  "commentRange": {
38531
- "start": 405,
38532
- "end": 406
38681
+ "start": 408,
38682
+ "end": 409
38533
38683
  },
38534
38684
  "context": {
38535
38685
  "type": "variable",
@@ -38537,8 +38687,8 @@
38537
38687
  "value": "$kendo-menu-popup-md-item-padding-y",
38538
38688
  "scope": "default",
38539
38689
  "line": {
38540
- "start": 407,
38541
- "end": 407
38690
+ "start": 410,
38691
+ "end": 410
38542
38692
  }
38543
38693
  },
38544
38694
  "group": [
@@ -38553,8 +38703,8 @@
38553
38703
  {
38554
38704
  "description": "The horizontal padding of the Grid item.\n",
38555
38705
  "commentRange": {
38556
- "start": 409,
38557
- "end": 410
38706
+ "start": 412,
38707
+ "end": 413
38558
38708
  },
38559
38709
  "context": {
38560
38710
  "type": "variable",
@@ -38562,8 +38712,8 @@
38562
38712
  "value": "$kendo-list-md-item-padding-x",
38563
38713
  "scope": "default",
38564
38714
  "line": {
38565
- "start": 411,
38566
- "end": 411
38715
+ "start": 414,
38716
+ "end": 414
38567
38717
  }
38568
38718
  },
38569
38719
  "group": [
@@ -38578,8 +38728,8 @@
38578
38728
  {
38579
38729
  "description": "The vertical padding of the Grid item.\n",
38580
38730
  "commentRange": {
38581
- "start": 412,
38582
- "end": 413
38731
+ "start": 415,
38732
+ "end": 416
38583
38733
  },
38584
38734
  "context": {
38585
38735
  "type": "variable",
@@ -38587,8 +38737,8 @@
38587
38737
  "value": "$kendo-list-md-item-padding-y",
38588
38738
  "scope": "default",
38589
38739
  "line": {
38590
- "start": 414,
38591
- "end": 414
38740
+ "start": 417,
38741
+ "end": 417
38592
38742
  }
38593
38743
  },
38594
38744
  "group": [
@@ -38603,8 +38753,8 @@
38603
38753
  {
38604
38754
  "description": "The horizontal padding of the Grid.\n",
38605
38755
  "commentRange": {
38606
- "start": 416,
38607
- "end": 417
38756
+ "start": 419,
38757
+ "end": 420
38608
38758
  },
38609
38759
  "context": {
38610
38760
  "type": "variable",
@@ -38612,8 +38762,8 @@
38612
38762
  "value": "k-spacing(0)",
38613
38763
  "scope": "default",
38614
38764
  "line": {
38615
- "start": 418,
38616
- "end": 418
38765
+ "start": 421,
38766
+ "end": 421
38617
38767
  }
38618
38768
  },
38619
38769
  "group": [
@@ -38628,8 +38778,8 @@
38628
38778
  {
38629
38779
  "description": "The vertical padding of the Grid.\n",
38630
38780
  "commentRange": {
38631
- "start": 419,
38632
- "end": 420
38781
+ "start": 422,
38782
+ "end": 423
38633
38783
  },
38634
38784
  "context": {
38635
38785
  "type": "variable",
@@ -38637,8 +38787,8 @@
38637
38787
  "value": "k-spacing(1.5)",
38638
38788
  "scope": "default",
38639
38789
  "line": {
38640
- "start": 421,
38641
- "end": 421
38790
+ "start": 424,
38791
+ "end": 424
38642
38792
  }
38643
38793
  },
38644
38794
  "group": [
@@ -38653,8 +38803,8 @@
38653
38803
  {
38654
38804
  "description": "The horizontal padding of the Grid header.\n",
38655
38805
  "commentRange": {
38656
- "start": 423,
38657
- "end": 424
38806
+ "start": 426,
38807
+ "end": 427
38658
38808
  },
38659
38809
  "context": {
38660
38810
  "type": "variable",
@@ -38662,8 +38812,8 @@
38662
38812
  "value": "$kendo-menu-popup-md-item-padding-x",
38663
38813
  "scope": "default",
38664
38814
  "line": {
38665
- "start": 425,
38666
- "end": 425
38815
+ "start": 428,
38816
+ "end": 428
38667
38817
  }
38668
38818
  },
38669
38819
  "group": [
@@ -38678,8 +38828,8 @@
38678
38828
  {
38679
38829
  "description": "The vertical padding of the Grid header.\n",
38680
38830
  "commentRange": {
38681
- "start": 426,
38682
- "end": 427
38831
+ "start": 429,
38832
+ "end": 430
38683
38833
  },
38684
38834
  "context": {
38685
38835
  "type": "variable",
@@ -38687,8 +38837,8 @@
38687
38837
  "value": "$kendo-menu-popup-md-item-padding-y",
38688
38838
  "scope": "default",
38689
38839
  "line": {
38690
- "start": 428,
38691
- "end": 428
38840
+ "start": 431,
38841
+ "end": 431
38692
38842
  }
38693
38843
  },
38694
38844
  "group": [
@@ -38703,8 +38853,8 @@
38703
38853
  {
38704
38854
  "description": "The font size of the Grid header.\n",
38705
38855
  "commentRange": {
38706
- "start": 430,
38707
- "end": 431
38856
+ "start": 433,
38857
+ "end": 434
38708
38858
  },
38709
38859
  "context": {
38710
38860
  "type": "variable",
@@ -38712,8 +38862,8 @@
38712
38862
  "value": "var(--kendo-font-size-sm)",
38713
38863
  "scope": "default",
38714
38864
  "line": {
38715
- "start": 432,
38716
- "end": 432
38865
+ "start": 435,
38866
+ "end": 435
38717
38867
  }
38718
38868
  },
38719
38869
  "group": [
@@ -38728,8 +38878,8 @@
38728
38878
  {
38729
38879
  "description": "The height of the Grid header.\n",
38730
38880
  "commentRange": {
38731
- "start": 433,
38732
- "end": 434
38881
+ "start": 436,
38882
+ "end": 437
38733
38883
  },
38734
38884
  "context": {
38735
38885
  "type": "variable",
@@ -38737,8 +38887,8 @@
38737
38887
  "value": "var(--kendo-line-height)",
38738
38888
  "scope": "default",
38739
38889
  "line": {
38740
- "start": 435,
38741
- "end": 435
38890
+ "start": 438,
38891
+ "end": 438
38742
38892
  }
38743
38893
  },
38744
38894
  "group": [
@@ -38753,8 +38903,8 @@
38753
38903
  {
38754
38904
  "description": "The text color of the Grid header.\n",
38755
38905
  "commentRange": {
38756
- "start": 436,
38757
- "end": 437
38906
+ "start": 439,
38907
+ "end": 440
38758
38908
  },
38759
38909
  "context": {
38760
38910
  "type": "variable",
@@ -38762,8 +38912,8 @@
38762
38912
  "value": "unset",
38763
38913
  "scope": "default",
38764
38914
  "line": {
38765
- "start": 438,
38766
- "end": 438
38915
+ "start": 441,
38916
+ "end": 441
38767
38917
  }
38768
38918
  },
38769
38919
  "group": [
@@ -38778,8 +38928,8 @@
38778
38928
  {
38779
38929
  "description": "The width of the Grid header.\n",
38780
38930
  "commentRange": {
38781
- "start": 439,
38782
- "end": 440
38931
+ "start": 442,
38932
+ "end": 443
38783
38933
  },
38784
38934
  "context": {
38785
38935
  "type": "variable",
@@ -38787,8 +38937,8 @@
38787
38937
  "value": "1px",
38788
38938
  "scope": "default",
38789
38939
  "line": {
38790
- "start": 441,
38791
- "end": 441
38940
+ "start": 444,
38941
+ "end": 444
38792
38942
  }
38793
38943
  },
38794
38944
  "group": [
@@ -38803,8 +38953,8 @@
38803
38953
  {
38804
38954
  "description": "The background color of the Grid header.\n",
38805
38955
  "commentRange": {
38806
- "start": 443,
38807
- "end": 444
38956
+ "start": 446,
38957
+ "end": 447
38808
38958
  },
38809
38959
  "context": {
38810
38960
  "type": "variable",
@@ -38812,8 +38962,8 @@
38812
38962
  "value": "null",
38813
38963
  "scope": "default",
38814
38964
  "line": {
38815
- "start": 445,
38816
- "end": 445
38965
+ "start": 448,
38966
+ "end": 448
38817
38967
  }
38818
38968
  },
38819
38969
  "group": [
@@ -38828,8 +38978,8 @@
38828
38978
  {
38829
38979
  "description": "The text color of the Grid header.\n",
38830
38980
  "commentRange": {
38831
- "start": 446,
38832
- "end": 447
38981
+ "start": 449,
38982
+ "end": 450
38833
38983
  },
38834
38984
  "context": {
38835
38985
  "type": "variable",
@@ -38837,8 +38987,8 @@
38837
38987
  "value": "$kendo-popup-text",
38838
38988
  "scope": "default",
38839
38989
  "line": {
38840
- "start": 448,
38841
- "end": 448
38990
+ "start": 451,
38991
+ "end": 451
38842
38992
  }
38843
38993
  },
38844
38994
  "group": [
@@ -38853,8 +39003,8 @@
38853
39003
  {
38854
39004
  "description": "The border color of the Grid header.\n",
38855
39005
  "commentRange": {
38856
- "start": 449,
38857
- "end": 450
39006
+ "start": 452,
39007
+ "end": 453
38858
39008
  },
38859
39009
  "context": {
38860
39010
  "type": "variable",
@@ -38862,8 +39012,8 @@
38862
39012
  "value": "$kendo-popup-border",
38863
39013
  "scope": "default",
38864
39014
  "line": {
38865
- "start": 451,
38866
- "end": 451
39015
+ "start": 454,
39016
+ "end": 454
38867
39017
  }
38868
39018
  },
38869
39019
  "group": [
@@ -38878,8 +39028,8 @@
38878
39028
  {
38879
39029
  "description": "The horizontal padding of the Grid content.\n",
38880
39030
  "commentRange": {
38881
- "start": 453,
38882
- "end": 454
39031
+ "start": 456,
39032
+ "end": 457
38883
39033
  },
38884
39034
  "context": {
38885
39035
  "type": "variable",
@@ -38887,8 +39037,8 @@
38887
39037
  "value": "k-spacing(0)",
38888
39038
  "scope": "default",
38889
39039
  "line": {
38890
- "start": 455,
38891
- "end": 455
39040
+ "start": 458,
39041
+ "end": 458
38892
39042
  }
38893
39043
  },
38894
39044
  "group": [
@@ -38903,8 +39053,8 @@
38903
39053
  {
38904
39054
  "description": "The vertical padding of the Grid content.\n",
38905
39055
  "commentRange": {
38906
- "start": 456,
38907
- "end": 457
39056
+ "start": 459,
39057
+ "end": 460
38908
39058
  },
38909
39059
  "context": {
38910
39060
  "type": "variable",
@@ -38912,8 +39062,8 @@
38912
39062
  "value": "k-spacing(2)",
38913
39063
  "scope": "default",
38914
39064
  "line": {
38915
- "start": 458,
38916
- "end": 458
39065
+ "start": 461,
39066
+ "end": 461
38917
39067
  }
38918
39068
  },
38919
39069
  "group": [
@@ -38928,8 +39078,8 @@
38928
39078
  {
38929
39079
  "description": "The background color of the Grid.\n",
38930
39080
  "commentRange": {
38931
- "start": 460,
38932
- "end": 461
39081
+ "start": 463,
39082
+ "end": 464
38933
39083
  },
38934
39084
  "context": {
38935
39085
  "type": "variable",
@@ -38937,8 +39087,8 @@
38937
39087
  "value": "k-color(surface)",
38938
39088
  "scope": "default",
38939
39089
  "line": {
38940
- "start": 462,
38941
- "end": 462
39090
+ "start": 465,
39091
+ "end": 465
38942
39092
  }
38943
39093
  },
38944
39094
  "group": [
@@ -38953,8 +39103,8 @@
38953
39103
  {
38954
39104
  "description": "The width of the Grid cell.\n",
38955
39105
  "commentRange": {
38956
- "start": 464,
38957
- "end": 465
39106
+ "start": 467,
39107
+ "end": 468
38958
39108
  },
38959
39109
  "context": {
38960
39110
  "type": "variable",
@@ -38962,8 +39112,8 @@
38962
39112
  "value": "($kendo-icon-size * 2.25)",
38963
39113
  "scope": "default",
38964
39114
  "line": {
38965
- "start": 466,
38966
- "end": 466
39115
+ "start": 469,
39116
+ "end": 469
38967
39117
  }
38968
39118
  },
38969
39119
  "group": [
@@ -38978,8 +39128,8 @@
38978
39128
  {
38979
39129
  "description": "The width of the Grid.\n",
38980
39130
  "commentRange": {
38981
- "start": 468,
38982
- "end": 469
39131
+ "start": 471,
39132
+ "end": 472
38983
39133
  },
38984
39134
  "context": {
38985
39135
  "type": "variable",
@@ -38987,8 +39137,8 @@
38987
39137
  "value": "($kendo-icon-size * 2)",
38988
39138
  "scope": "default",
38989
39139
  "line": {
38990
- "start": 470,
38991
- "end": 470
39140
+ "start": 473,
39141
+ "end": 473
38992
39142
  }
38993
39143
  },
38994
39144
  "group": [
@@ -39003,8 +39153,8 @@
39003
39153
  {
39004
39154
  "description": "The grouping border top of the Grid row.\n",
39005
39155
  "commentRange": {
39006
- "start": 472,
39007
- "end": 473
39156
+ "start": 475,
39157
+ "end": 476
39008
39158
  },
39009
39159
  "context": {
39010
39160
  "type": "variable",
@@ -39012,8 +39162,8 @@
39012
39162
  "value": "1px",
39013
39163
  "scope": "default",
39014
39164
  "line": {
39015
- "start": 474,
39016
- "end": 474
39165
+ "start": 477,
39166
+ "end": 477
39017
39167
  }
39018
39168
  },
39019
39169
  "group": [
@@ -39028,8 +39178,8 @@
39028
39178
  {
39029
39179
  "description": "The indent size for nested grouping rows.\n",
39030
39180
  "commentRange": {
39031
- "start": 475,
39032
- "end": 476
39181
+ "start": 478,
39182
+ "end": 479
39033
39183
  },
39034
39184
  "context": {
39035
39185
  "type": "variable",
@@ -39037,8 +39187,8 @@
39037
39187
  "value": "k-spacing(6)",
39038
39188
  "scope": "default",
39039
39189
  "line": {
39040
- "start": 477,
39041
- "end": 477
39190
+ "start": 480,
39191
+ "end": 480
39042
39192
  }
39043
39193
  },
39044
39194
  "group": [
@@ -39053,8 +39203,8 @@
39053
39203
  {
39054
39204
  "description": "The margin at the end of the checkbox in grouping rows.\n",
39055
39205
  "commentRange": {
39056
- "start": 478,
39057
- "end": 479
39206
+ "start": 481,
39207
+ "end": 482
39058
39208
  },
39059
39209
  "context": {
39060
39210
  "type": "variable",
@@ -39062,8 +39212,8 @@
39062
39212
  "value": "k-spacing(3)",
39063
39213
  "scope": "default",
39064
39214
  "line": {
39065
- "start": 480,
39066
- "end": 480
39215
+ "start": 483,
39216
+ "end": 483
39067
39217
  }
39068
39218
  },
39069
39219
  "group": [
@@ -39078,8 +39228,8 @@
39078
39228
  {
39079
39229
  "description": "The vertical border of the Grid footer.\n",
39080
39230
  "commentRange": {
39081
- "start": 481,
39082
- "end": 482
39231
+ "start": 484,
39232
+ "end": 485
39083
39233
  },
39084
39234
  "context": {
39085
39235
  "type": "variable",
@@ -39087,8 +39237,8 @@
39087
39237
  "value": "1px",
39088
39238
  "scope": "default",
39089
39239
  "line": {
39090
- "start": 483,
39091
- "end": 483
39240
+ "start": 486,
39241
+ "end": 486
39092
39242
  }
39093
39243
  },
39094
39244
  "group": [
@@ -39103,8 +39253,8 @@
39103
39253
  {
39104
39254
  "description": "The background color of the Grid row resize indicator.\n",
39105
39255
  "commentRange": {
39106
- "start": 485,
39107
- "end": 486
39256
+ "start": 488,
39257
+ "end": 489
39108
39258
  },
39109
39259
  "context": {
39110
39260
  "type": "variable",
@@ -39112,8 +39262,8 @@
39112
39262
  "value": "color-mix(in srgb, k-color(on-base) 20%, transparent)",
39113
39263
  "scope": "default",
39114
39264
  "line": {
39115
- "start": 487,
39116
- "end": 487
39265
+ "start": 490,
39266
+ "end": 490
39117
39267
  }
39118
39268
  },
39119
39269
  "group": [
@@ -39128,8 +39278,8 @@
39128
39278
  {
39129
39279
  "description": "The background color of the active Grid row resize indicator.\n",
39130
39280
  "commentRange": {
39131
- "start": 488,
39132
- "end": 489
39281
+ "start": 491,
39282
+ "end": 492
39133
39283
  },
39134
39284
  "context": {
39135
39285
  "type": "variable",
@@ -39137,8 +39287,8 @@
39137
39287
  "value": "k-color(primary)",
39138
39288
  "scope": "default",
39139
39289
  "line": {
39140
- "start": 490,
39141
- "end": 490
39290
+ "start": 493,
39291
+ "end": 493
39142
39292
  }
39143
39293
  },
39144
39294
  "group": [
@@ -39153,8 +39303,8 @@
39153
39303
  {
39154
39304
  "description": "The height of the Grid row resize indicator.\n",
39155
39305
  "commentRange": {
39156
- "start": 491,
39157
- "end": 492
39306
+ "start": 494,
39307
+ "end": 495
39158
39308
  },
39159
39309
  "context": {
39160
39310
  "type": "variable",
@@ -39162,8 +39312,8 @@
39162
39312
  "value": "k-spacing(0.5)",
39163
39313
  "scope": "default",
39164
39314
  "line": {
39165
- "start": 493,
39166
- "end": 493
39315
+ "start": 496,
39316
+ "end": 496
39167
39317
  }
39168
39318
  },
39169
39319
  "group": [
@@ -39178,8 +39328,8 @@
39178
39328
  {
39179
39329
  "description": "The horizontal padding of the Grid stack layout cells.\n",
39180
39330
  "commentRange": {
39181
- "start": 495,
39182
- "end": 496
39331
+ "start": 498,
39332
+ "end": 499
39183
39333
  },
39184
39334
  "context": {
39185
39335
  "type": "variable",
@@ -39187,8 +39337,8 @@
39187
39337
  "value": "k-spacing(2)",
39188
39338
  "scope": "default",
39189
39339
  "line": {
39190
- "start": 497,
39191
- "end": 497
39340
+ "start": 500,
39341
+ "end": 500
39192
39342
  }
39193
39343
  },
39194
39344
  "group": [
@@ -39203,8 +39353,8 @@
39203
39353
  {
39204
39354
  "description": "The vertical padding of the Grid stack layout cells.\n",
39205
39355
  "commentRange": {
39206
- "start": 498,
39207
- "end": 499
39356
+ "start": 501,
39357
+ "end": 502
39208
39358
  },
39209
39359
  "context": {
39210
39360
  "type": "variable",
@@ -39212,8 +39362,8 @@
39212
39362
  "value": "k-spacing(1.5)",
39213
39363
  "scope": "default",
39214
39364
  "line": {
39215
- "start": 500,
39216
- "end": 500
39365
+ "start": 503,
39366
+ "end": 503
39217
39367
  }
39218
39368
  },
39219
39369
  "group": [
@@ -39228,8 +39378,8 @@
39228
39378
  {
39229
39379
  "description": "The column gap of the Grid stack layout.\n",
39230
39380
  "commentRange": {
39231
- "start": 502,
39232
- "end": 503
39381
+ "start": 505,
39382
+ "end": 506
39233
39383
  },
39234
39384
  "context": {
39235
39385
  "type": "variable",
@@ -39237,8 +39387,8 @@
39237
39387
  "value": "k-spacing(1)",
39238
39388
  "scope": "default",
39239
39389
  "line": {
39240
- "start": 504,
39241
- "end": 504
39390
+ "start": 507,
39391
+ "end": 507
39242
39392
  }
39243
39393
  },
39244
39394
  "group": [
@@ -39253,8 +39403,8 @@
39253
39403
  {
39254
39404
  "description": "The column gap of the editable Grid stack layout.\n",
39255
39405
  "commentRange": {
39256
- "start": 505,
39257
- "end": 506
39406
+ "start": 508,
39407
+ "end": 509
39258
39408
  },
39259
39409
  "context": {
39260
39410
  "type": "variable",
@@ -39262,8 +39412,8 @@
39262
39412
  "value": "k-spacing(2)",
39263
39413
  "scope": "default",
39264
39414
  "line": {
39265
- "start": 507,
39266
- "end": 507
39415
+ "start": 510,
39416
+ "end": 510
39267
39417
  }
39268
39418
  },
39269
39419
  "group": [
@@ -39278,8 +39428,8 @@
39278
39428
  {
39279
39429
  "description": "The width of the hierarchy column in the Grid stack layout.\n",
39280
39430
  "commentRange": {
39281
- "start": 509,
39282
- "end": 510
39431
+ "start": 512,
39432
+ "end": 513
39283
39433
  },
39284
39434
  "context": {
39285
39435
  "type": "variable",
@@ -39287,8 +39437,8 @@
39287
39437
  "value": "k-spacing(2)",
39288
39438
  "scope": "default",
39289
39439
  "line": {
39290
- "start": 511,
39291
- "end": 511
39440
+ "start": 514,
39441
+ "end": 514
39292
39442
  }
39293
39443
  },
39294
39444
  "group": [
@@ -39303,8 +39453,8 @@
39303
39453
  {
39304
39454
  "description": "The font size of the Grid stack layout column header.\n",
39305
39455
  "commentRange": {
39306
- "start": 513,
39307
- "end": 514
39456
+ "start": 516,
39457
+ "end": 517
39308
39458
  },
39309
39459
  "context": {
39310
39460
  "type": "variable",
@@ -39312,8 +39462,8 @@
39312
39462
  "value": "var(--kendo-font-size-sm)",
39313
39463
  "scope": "default",
39314
39464
  "line": {
39315
- "start": 515,
39316
- "end": 515
39465
+ "start": 518,
39466
+ "end": 518
39317
39467
  }
39318
39468
  },
39319
39469
  "group": [
@@ -39328,8 +39478,8 @@
39328
39478
  {
39329
39479
  "description": "The font weight of the Grid stack layout column header.\n",
39330
39480
  "commentRange": {
39331
- "start": 516,
39332
- "end": 517
39481
+ "start": 519,
39482
+ "end": 520
39333
39483
  },
39334
39484
  "context": {
39335
39485
  "type": "variable",
@@ -39337,8 +39487,8 @@
39337
39487
  "value": "var(--kendo-font-weight-bold)",
39338
39488
  "scope": "default",
39339
39489
  "line": {
39340
- "start": 518,
39341
- "end": 518
39490
+ "start": 521,
39491
+ "end": 521
39342
39492
  }
39343
39493
  },
39344
39494
  "group": [
@@ -39353,8 +39503,8 @@
39353
39503
  {
39354
39504
  "description": "The height of the Grid stack layout expandable row shadow.\n",
39355
39505
  "commentRange": {
39356
- "start": 519,
39357
- "end": 520
39506
+ "start": 522,
39507
+ "end": 523
39358
39508
  },
39359
39509
  "context": {
39360
39510
  "type": "variable",
@@ -39362,8 +39512,8 @@
39362
39512
  "value": "k-spacing(2.5)",
39363
39513
  "scope": "default",
39364
39514
  "line": {
39365
- "start": 521,
39366
- "end": 521
39515
+ "start": 524,
39516
+ "end": 524
39367
39517
  }
39368
39518
  },
39369
39519
  "group": [
@@ -39378,8 +39528,8 @@
39378
39528
  {
39379
39529
  "description": "The color of the Grid stack layout column header.\n",
39380
39530
  "commentRange": {
39381
- "start": 522,
39382
- "end": 523
39531
+ "start": 525,
39532
+ "end": 526
39383
39533
  },
39384
39534
  "context": {
39385
39535
  "type": "variable",
@@ -39387,8 +39537,8 @@
39387
39537
  "value": "k-color(subtle)",
39388
39538
  "scope": "default",
39389
39539
  "line": {
39390
- "start": 524,
39391
- "end": 524
39540
+ "start": 527,
39541
+ "end": 527
39392
39542
  }
39393
39543
  },
39394
39544
  "group": [
@@ -39403,8 +39553,8 @@
39403
39553
  {
39404
39554
  "description": "The outline color of the Grid stack layout focused cell.\n",
39405
39555
  "commentRange": {
39406
- "start": 525,
39407
- "end": 526
39556
+ "start": 528,
39557
+ "end": 529
39408
39558
  },
39409
39559
  "context": {
39410
39560
  "type": "variable",
@@ -39412,8 +39562,8 @@
39412
39562
  "value": "color-mix(in srgb, k-color(on-app-surface) 12%, transparent)",
39413
39563
  "scope": "default",
39414
39564
  "line": {
39415
- "start": 527,
39416
- "end": 527
39565
+ "start": 530,
39566
+ "end": 530
39417
39567
  }
39418
39568
  },
39419
39569
  "group": [
@@ -39428,8 +39578,8 @@
39428
39578
  {
39429
39579
  "description": "The Grid stack layout expandable row shadow.\n",
39430
39580
  "commentRange": {
39431
- "start": 528,
39432
- "end": 529
39581
+ "start": 531,
39582
+ "end": 532
39433
39583
  },
39434
39584
  "context": {
39435
39585
  "type": "variable",
@@ -39437,8 +39587,8 @@
39437
39587
  "value": "k-elevation(2)",
39438
39588
  "scope": "default",
39439
39589
  "line": {
39440
- "start": 530,
39441
- "end": 530
39590
+ "start": 533,
39591
+ "end": 533
39442
39592
  }
39443
39593
  },
39444
39594
  "group": [
@@ -39453,8 +39603,8 @@
39453
39603
  {
39454
39604
  "description": "The font weight of the pinned source row in the Grid.\n",
39455
39605
  "commentRange": {
39456
- "start": 532,
39457
- "end": 533
39606
+ "start": 535,
39607
+ "end": 536
39458
39608
  },
39459
39609
  "context": {
39460
39610
  "type": "variable",
@@ -39462,8 +39612,8 @@
39462
39612
  "value": "var(--kendo-font-weight-bold)",
39463
39613
  "scope": "default",
39464
39614
  "line": {
39465
- "start": 534,
39466
- "end": 534
39615
+ "start": 537,
39616
+ "end": 537
39467
39617
  }
39468
39618
  },
39469
39619
  "group": [