@progress/kendo-theme-classic 13.0.0-dev.1 → 13.0.0-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 (61) 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 +6756 -2426
  17. package/dist/meta/sassdoc-raw-data.json +3270 -1311
  18. package/dist/meta/variables.json +470 -123
  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/bubble/_variables.scss +1 -1
  35. package/scss/chat/_index.scss +2 -0
  36. package/scss/chat/_variables.scss +34 -61
  37. package/scss/core/motion/index.scss +1 -0
  38. package/scss/dropdowntree/_variables.scss +10 -1
  39. package/scss/file-box/_index.scss +16 -0
  40. package/scss/file-box/_layout.scss +6 -0
  41. package/scss/file-box/_theme.scss +6 -0
  42. package/scss/file-box/_variables.scss +73 -0
  43. package/scss/grid/_index.scss +2 -0
  44. package/scss/icons/_variables.scss +5 -1
  45. package/scss/index.scss +12 -0
  46. package/scss/list/_variables.scss +55 -20
  47. package/scss/prompt-box/_index.scss +24 -0
  48. package/scss/prompt-box/_layout.scss +6 -0
  49. package/scss/prompt-box/_theme.scss +6 -0
  50. package/scss/prompt-box/_variables.scss +34 -0
  51. package/scss/segmented-control/_index.scss +16 -0
  52. package/scss/segmented-control/_layout.scss +6 -0
  53. package/scss/segmented-control/_theme.scss +6 -0
  54. package/scss/segmented-control/_variables.scss +142 -0
  55. package/scss/smart-box/_index.scss +24 -0
  56. package/scss/smart-box/_layout.scss +6 -0
  57. package/scss/smart-box/_theme.scss +6 -0
  58. package/scss/smart-box/_variables.scss +71 -0
  59. package/scss/suggestion/_variables.scss +15 -5
  60. package/scss/toolbar/_variables.scss +4 -0
  61. package/scss/treeview/_variables.scss +16 -3
@@ -1182,7 +1182,7 @@
1182
1182
  },
1183
1183
  "default-easings": {
1184
1184
  "type": "Map",
1185
- "value": "(linear: cubic-bezier(0, 0, 1, 1), accelerate: cubic-bezier(0.42, 0, 1, 1), decelerate: cubic-bezier(0, 0, 0.58, 1), standard: cubic-bezier(0.42, 0, 0.58, 1), sharp: cubic-bezier(0.75, 0, 0.25, 1), bounce: cubic-bezier(0.68, -0.55, 0.265, 1.55), elastic: cubic-bezier(0.5, -0.5, 0.5, 1.5))",
1185
+ "value": "(linear: cubic-bezier(0, 0, 1, 1), accelerate: cubic-bezier(0.42, 0, 1, 1), decelerate: cubic-bezier(0, 0, 0.58, 1), standard: cubic-bezier(0.42, 0, 0.58, 1), sharp: cubic-bezier(0.75, 0, 0.25, 1), bounce: cubic-bezier(0.68, -0.55, 0.265, 1.55), elastic: cubic-bezier(0.5, -0.5, 0.5, 1.5), stretchy: cubic-bezier(0.07, 1.81, 0.3, 0.81))",
1186
1186
  "prettyValue": {
1187
1187
  "linear": "cubic-bezier(0, 0, 1, 1)",
1188
1188
  "accelerate": "cubic-bezier(0.42, 0, 1, 1)",
@@ -1190,7 +1190,8 @@
1190
1190
  "standard": "cubic-bezier(0.42, 0, 0.58, 1)",
1191
1191
  "sharp": "cubic-bezier(0.75, 0, 0.25, 1)",
1192
1192
  "bounce": "cubic-bezier(0.68, -0.55, 0.265, 1.55)",
1193
- "elastic": "cubic-bezier(0.5, -0.5, 0.5, 1.5)"
1193
+ "elastic": "cubic-bezier(0.5, -0.5, 0.5, 1.5)",
1194
+ "stretchy": "cubic-bezier(0.07, 1.81, 0.3, 0.81)"
1194
1195
  }
1195
1196
  },
1196
1197
  "default-durations": {
@@ -1328,7 +1329,7 @@
1328
1329
  },
1329
1330
  "kendo-easings": {
1330
1331
  "type": "Map",
1331
- "value": "(linear: cubic-bezier(0, 0, 1, 1), accelerate: cubic-bezier(0.42, 0, 1, 1), decelerate: cubic-bezier(0, 0, 0.58, 1), standard: cubic-bezier(0.42, 0, 0.58, 1), sharp: cubic-bezier(0.75, 0, 0.25, 1), bounce: cubic-bezier(0.68, -0.55, 0.265, 1.55), elastic: cubic-bezier(0.5, -0.5, 0.5, 1.5))",
1332
+ "value": "(linear: cubic-bezier(0, 0, 1, 1), accelerate: cubic-bezier(0.42, 0, 1, 1), decelerate: cubic-bezier(0, 0, 0.58, 1), standard: cubic-bezier(0.42, 0, 0.58, 1), sharp: cubic-bezier(0.75, 0, 0.25, 1), bounce: cubic-bezier(0.68, -0.55, 0.265, 1.55), elastic: cubic-bezier(0.5, -0.5, 0.5, 1.5), stretchy: cubic-bezier(0.07, 1.81, 0.3, 0.81))",
1332
1333
  "prettyValue": {
1333
1334
  "linear": "cubic-bezier(0, 0, 1, 1)",
1334
1335
  "accelerate": "cubic-bezier(0.42, 0, 1, 1)",
@@ -1336,7 +1337,8 @@
1336
1337
  "standard": "cubic-bezier(0.42, 0, 0.58, 1)",
1337
1338
  "sharp": "cubic-bezier(0.75, 0, 0.25, 1)",
1338
1339
  "bounce": "cubic-bezier(0.68, -0.55, 0.265, 1.55)",
1339
- "elastic": "cubic-bezier(0.5, -0.5, 0.5, 1.5)"
1340
+ "elastic": "cubic-bezier(0.5, -0.5, 0.5, 1.5)",
1341
+ "stretchy": "cubic-bezier(0.07, 1.81, 0.3, 0.81)"
1340
1342
  }
1341
1343
  },
1342
1344
  "kendo-durations": {
@@ -1933,6 +1935,10 @@
1933
1935
  "type": "String",
1934
1936
  "value": "var(--kendo-spacing-1, 0.25rem)"
1935
1937
  },
1938
+ "kendo-accent-icon-color": {
1939
+ "type": "Color",
1940
+ "value": "#8B7CF6"
1941
+ },
1936
1942
  "kendo-message-box-default-theme-color": {
1937
1943
  "type": "Null",
1938
1944
  "value": "null"
@@ -2065,6 +2071,14 @@
2065
2071
  "type": "String",
2066
2072
  "value": "var(--kendo-color-primary, #f35800)"
2067
2073
  },
2074
+ "kendo-list-container-padding-block": {
2075
+ "type": "String",
2076
+ "value": "var(--kendo-spacing-2, 0.5rem)"
2077
+ },
2078
+ "kendo-list-container-padding-inline": {
2079
+ "type": "String",
2080
+ "value": "var(--kendo-spacing-2, 0.5rem)"
2081
+ },
2068
2082
  "kendo-list-default-size": {
2069
2083
  "type": "String",
2070
2084
  "value": "\"md\""
@@ -2281,6 +2295,14 @@
2281
2295
  "type": "Null",
2282
2296
  "value": "null"
2283
2297
  },
2298
+ "kendo-list-item-gap": {
2299
+ "type": "String",
2300
+ "value": "var(--kendo-spacing-2, 0.5rem)"
2301
+ },
2302
+ "kendo-list-item-spacing": {
2303
+ "type": "String",
2304
+ "value": "var(--kendo-spacing-0\\.5, 0.125rem)"
2305
+ },
2284
2306
  "kendo-list-item-line-height": {
2285
2307
  "type": "Null",
2286
2308
  "value": "null"
@@ -2310,52 +2332,52 @@
2310
2332
  "value": "var(--kendo-spacing-2, 0.5rem)"
2311
2333
  },
2312
2334
  "kendo-list-sm-group-item-padding-y": {
2313
- "type": "String",
2314
- "value": "var(--kendo-spacing-0\\.5, 0.125rem)"
2335
+ "type": "Calculation",
2336
+ "value": "calc(var(--kendo-spacing-0\\.5, 0.125rem) + 1px)"
2315
2337
  },
2316
2338
  "kendo-list-md-group-item-padding-y": {
2317
- "type": "String",
2318
- "value": "var(--kendo-spacing-1, 0.25rem)"
2339
+ "type": "Calculation",
2340
+ "value": "calc(var(--kendo-spacing-1, 0.25rem) + 1px)"
2319
2341
  },
2320
2342
  "kendo-list-lg-group-item-padding-y": {
2321
- "type": "String",
2322
- "value": "var(--kendo-spacing-1\\.5, 0.375rem)"
2343
+ "type": "Calculation",
2344
+ "value": "calc(var(--kendo-spacing-1\\.5, 0.375rem) + 1px)"
2323
2345
  },
2324
2346
  "kendo-list-group-item-border-width": {
2325
- "type": "List",
2326
- "value": "(1px 0 0)"
2347
+ "type": "Number",
2348
+ "value": "0"
2327
2349
  },
2328
2350
  "kendo-list-group-item-font-size": {
2329
- "type": "Null",
2330
- "value": "null"
2351
+ "type": "String",
2352
+ "value": "var(--kendo-font-size-sm, inherit)"
2331
2353
  },
2332
2354
  "kendo-list-sm-group-item-font-size": {
2333
- "type": "Null",
2334
- "value": "null"
2355
+ "type": "String",
2356
+ "value": "var(--kendo-font-size-sm, inherit)"
2335
2357
  },
2336
2358
  "kendo-list-md-group-item-font-size": {
2337
- "type": "Null",
2338
- "value": "null"
2359
+ "type": "String",
2360
+ "value": "var(--kendo-font-size-sm, inherit)"
2339
2361
  },
2340
2362
  "kendo-list-lg-group-item-font-size": {
2341
- "type": "Null",
2342
- "value": "null"
2363
+ "type": "String",
2364
+ "value": "var(--kendo-font-size-sm, inherit)"
2343
2365
  },
2344
2366
  "kendo-list-group-item-line-height": {
2345
- "type": "Null",
2346
- "value": "null"
2367
+ "type": "String",
2368
+ "value": "var(--kendo-line-height-lg, normal)"
2347
2369
  },
2348
2370
  "kendo-list-sm-group-item-line-height": {
2349
- "type": "Null",
2350
- "value": "null"
2371
+ "type": "String",
2372
+ "value": "var(--kendo-line-height-lg, normal)"
2351
2373
  },
2352
2374
  "kendo-list-md-group-item-line-height": {
2353
- "type": "Null",
2354
- "value": "null"
2375
+ "type": "String",
2376
+ "value": "var(--kendo-line-height-lg, normal)"
2355
2377
  },
2356
2378
  "kendo-list-lg-group-item-line-height": {
2357
- "type": "Null",
2358
- "value": "null"
2379
+ "type": "String",
2380
+ "value": "var(--kendo-line-height-lg, normal)"
2359
2381
  },
2360
2382
  "kendo-list-group-item-font-weight": {
2361
2383
  "type": "String",
@@ -2363,7 +2385,7 @@
2363
2385
  },
2364
2386
  "kendo-list-sizes": {
2365
2387
  "type": "Map",
2366
- "value": "(sm: (font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal), header-padding-x: var(--kendo-spacing-2, 0.5rem), header-padding-y: var(--kendo-spacing-0\\.5, 0.125rem), header-font-size: null, header-line-height: null, item-padding-x: var(--kendo-spacing-2, 0.5rem), item-padding-y: var(--kendo-spacing-0\\.5, 0.125rem), item-font-size: null, item-line-height: null, group-item-padding-x: var(--kendo-spacing-2, 0.5rem), group-item-padding-y: var(--kendo-spacing-0\\.5, 0.125rem), group-item-font-size: null, group-item-line-height: null, item-group-label-padding-x: 0.5em, item-group-label-padding-y: 0, item-group-label-font-size: 0.75em, item-group-label-line-height: inherit, filter-padding-x: var(--kendo-spacing-2, 0.5rem), filter-padding-y: var(--kendo-spacing-2, 0.5rem)), md: (font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal), header-padding-x: var(--kendo-spacing-2, 0.5rem), header-padding-y: var(--kendo-spacing-1, 0.25rem), header-font-size: null, header-line-height: null, item-padding-x: var(--kendo-spacing-2, 0.5rem), item-padding-y: var(--kendo-spacing-1, 0.25rem), item-font-size: null, item-line-height: null, group-item-padding-x: var(--kendo-spacing-2, 0.5rem), group-item-padding-y: var(--kendo-spacing-1, 0.25rem), group-item-font-size: null, group-item-line-height: null, item-group-label-padding-x: 0.5em, item-group-label-padding-y: 0, item-group-label-font-size: 0.75em, item-group-label-line-height: inherit, filter-padding-x: var(--kendo-spacing-2, 0.5rem), filter-padding-y: var(--kendo-spacing-2, 0.5rem)), lg: (font-size: var(--kendo-font-size-lg, inherit), line-height: var(--kendo-line-height-lg, normal), header-padding-x: var(--kendo-spacing-2, 0.5rem), header-padding-y: var(--kendo-spacing-1\\.5, 0.375rem), header-font-size: null, header-line-height: null, item-padding-x: var(--kendo-spacing-3, 0.75rem), item-padding-y: var(--kendo-spacing-2, 0.5rem), item-font-size: null, item-line-height: null, group-item-padding-x: var(--kendo-spacing-2, 0.5rem), group-item-padding-y: var(--kendo-spacing-1\\.5, 0.375rem), group-item-font-size: null, group-item-line-height: null, item-group-label-padding-x: 0.5em, item-group-label-padding-y: 0, item-group-label-font-size: 0.75em, item-group-label-line-height: inherit, filter-padding-x: var(--kendo-spacing-2, 0.5rem), filter-padding-y: var(--kendo-spacing-2, 0.5rem)))",
2388
+ "value": "(sm: (font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal), header-padding-x: var(--kendo-spacing-2, 0.5rem), header-padding-y: var(--kendo-spacing-0\\.5, 0.125rem), header-font-size: null, header-line-height: null, item-padding-x: var(--kendo-spacing-2, 0.5rem), item-padding-y: var(--kendo-spacing-0\\.5, 0.125rem), item-font-size: null, item-line-height: null, group-item-padding-x: var(--kendo-spacing-2, 0.5rem), group-item-padding-y: calc(var(--kendo-spacing-0\\.5, 0.125rem) + 1px), group-item-font-size: var(--kendo-font-size-sm, inherit), group-item-line-height: var(--kendo-line-height-lg, normal), item-group-label-padding-x: 0.5em, item-group-label-padding-y: 0, item-group-label-font-size: 0.75em, item-group-label-line-height: inherit, filter-padding-x: var(--kendo-spacing-2, 0.5rem), filter-padding-y: var(--kendo-spacing-2, 0.5rem)), md: (font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal), header-padding-x: var(--kendo-spacing-2, 0.5rem), header-padding-y: var(--kendo-spacing-1, 0.25rem), header-font-size: null, header-line-height: null, item-padding-x: var(--kendo-spacing-2, 0.5rem), item-padding-y: var(--kendo-spacing-1, 0.25rem), item-font-size: null, item-line-height: null, group-item-padding-x: var(--kendo-spacing-2, 0.5rem), group-item-padding-y: calc(var(--kendo-spacing-1, 0.25rem) + 1px), group-item-font-size: var(--kendo-font-size-sm, inherit), group-item-line-height: var(--kendo-line-height-lg, normal), item-group-label-padding-x: 0.5em, item-group-label-padding-y: 0, item-group-label-font-size: 0.75em, item-group-label-line-height: inherit, filter-padding-x: var(--kendo-spacing-2, 0.5rem), filter-padding-y: var(--kendo-spacing-2, 0.5rem)), lg: (font-size: var(--kendo-font-size-lg, inherit), line-height: var(--kendo-line-height-lg, normal), header-padding-x: var(--kendo-spacing-2, 0.5rem), header-padding-y: var(--kendo-spacing-1\\.5, 0.375rem), header-font-size: null, header-line-height: null, item-padding-x: var(--kendo-spacing-3, 0.75rem), item-padding-y: var(--kendo-spacing-2, 0.5rem), item-font-size: null, item-line-height: null, group-item-padding-x: var(--kendo-spacing-2, 0.5rem), group-item-padding-y: calc(var(--kendo-spacing-1\\.5, 0.375rem) + 1px), group-item-font-size: var(--kendo-font-size-sm, inherit), group-item-line-height: var(--kendo-line-height-lg, normal), item-group-label-padding-x: 0.5em, item-group-label-padding-y: 0, item-group-label-font-size: 0.75em, item-group-label-line-height: inherit, filter-padding-x: var(--kendo-spacing-2, 0.5rem), filter-padding-y: var(--kendo-spacing-2, 0.5rem)))",
2367
2389
  "prettyValue": {
2368
2390
  "sm": {
2369
2391
  "font-size": "var(--kendo-font-size, inherit)",
@@ -2377,9 +2399,9 @@
2377
2399
  "item-font-size": null,
2378
2400
  "item-line-height": null,
2379
2401
  "group-item-padding-x": "var(--kendo-spacing-2, 0.5rem)",
2380
- "group-item-padding-y": "var(--kendo-spacing-0\\.5, 0.125rem)",
2381
- "group-item-font-size": null,
2382
- "group-item-line-height": null,
2402
+ "group-item-padding-y": "calc(var(--kendo-spacing-0\\.5, 0.125rem) + 1px)",
2403
+ "group-item-font-size": "var(--kendo-font-size-sm, inherit)",
2404
+ "group-item-line-height": "var(--kendo-line-height-lg, normal)",
2383
2405
  "item-group-label-padding-x": "0.5em",
2384
2406
  "item-group-label-padding-y": 0,
2385
2407
  "item-group-label-font-size": "0.75em",
@@ -2399,9 +2421,9 @@
2399
2421
  "item-font-size": null,
2400
2422
  "item-line-height": null,
2401
2423
  "group-item-padding-x": "var(--kendo-spacing-2, 0.5rem)",
2402
- "group-item-padding-y": "var(--kendo-spacing-1, 0.25rem)",
2403
- "group-item-font-size": null,
2404
- "group-item-line-height": null,
2424
+ "group-item-padding-y": "calc(var(--kendo-spacing-1, 0.25rem) + 1px)",
2425
+ "group-item-font-size": "var(--kendo-font-size-sm, inherit)",
2426
+ "group-item-line-height": "var(--kendo-line-height-lg, normal)",
2405
2427
  "item-group-label-padding-x": "0.5em",
2406
2428
  "item-group-label-padding-y": 0,
2407
2429
  "item-group-label-font-size": "0.75em",
@@ -2421,9 +2443,9 @@
2421
2443
  "item-font-size": null,
2422
2444
  "item-line-height": null,
2423
2445
  "group-item-padding-x": "var(--kendo-spacing-2, 0.5rem)",
2424
- "group-item-padding-y": "var(--kendo-spacing-1\\.5, 0.375rem)",
2425
- "group-item-font-size": null,
2426
- "group-item-line-height": null,
2446
+ "group-item-padding-y": "calc(var(--kendo-spacing-1\\.5, 0.375rem) + 1px)",
2447
+ "group-item-font-size": "var(--kendo-font-size-sm, inherit)",
2448
+ "group-item-line-height": "var(--kendo-line-height-lg, normal)",
2427
2449
  "item-group-label-padding-x": "0.5em",
2428
2450
  "item-group-label-padding-y": 0,
2429
2451
  "item-group-label-font-size": "0.75em",
@@ -2469,9 +2491,13 @@
2469
2491
  "type": "Null",
2470
2492
  "value": "null"
2471
2493
  },
2494
+ "kendo-list-item-border-radius": {
2495
+ "type": "String",
2496
+ "value": "var(--kendo-border-radius-md, 0.25rem)"
2497
+ },
2472
2498
  "kendo-list-item-hover-bg": {
2473
2499
  "type": "String",
2474
- "value": "color-mix(in srgb, var(--kendo-color-on-app-surface, #272727) 8%, transparent)"
2500
+ "value": "color-mix(in srgb, var(--kendo-color-on-app-surface, #272727) 6%, transparent)"
2475
2501
  },
2476
2502
  "kendo-list-item-hover-text": {
2477
2503
  "type": "String",
@@ -2491,40 +2517,52 @@
2491
2517
  },
2492
2518
  "kendo-list-item-selected-bg": {
2493
2519
  "type": "String",
2494
- "value": "var(--kendo-color-primary, #f35800)"
2520
+ "value": "color-mix(in srgb, var(--kendo-color-on-app-surface, #272727) 12%, transparent)"
2495
2521
  },
2496
2522
  "kendo-list-item-selected-text": {
2497
2523
  "type": "String",
2498
- "value": "var(--kendo-color-on-primary, #ffffff)"
2524
+ "value": "var(--kendo-color-on-app-surface, #272727)"
2499
2525
  },
2500
2526
  "kendo-list-item-selected-hover-bg": {
2501
2527
  "type": "String",
2502
- "value": "var(--kendo-color-primary-hover, #e05100)"
2528
+ "value": "color-mix(in srgb, var(--kendo-color-on-app-surface, #272727) 18%, transparent)"
2503
2529
  },
2504
2530
  "kendo-list-item-selected-hover-text": {
2505
2531
  "type": "String",
2506
- "value": "var(--kendo-color-on-primary, #ffffff)"
2532
+ "value": "var(--kendo-color-on-app-surface, #272727)"
2507
2533
  },
2508
2534
  "kendo-list-group-item-bg": {
2509
2535
  "type": "Null",
2510
2536
  "value": "null"
2511
2537
  },
2512
2538
  "kendo-list-group-item-text": {
2513
- "type": "Null",
2514
- "value": "null"
2539
+ "type": "String",
2540
+ "value": "var(--kendo-color-subtle, #666666)"
2515
2541
  },
2516
2542
  "kendo-list-group-item-border": {
2517
2543
  "type": "String",
2518
2544
  "value": "inherit"
2519
2545
  },
2520
2546
  "kendo-list-group-item-shadow": {
2521
- "type": "Null",
2522
- "value": "null"
2547
+ "type": "List",
2548
+ "value": "(inset 0 1px 0 var(--kendo-color-border, #cacaca))"
2523
2549
  },
2524
2550
  "kendo-list-option-label-text": {
2525
2551
  "type": "String",
2526
2552
  "value": "var(--kendo-color-subtle, #666666)"
2527
2553
  },
2554
+ "kendo-list-item-description-font-size": {
2555
+ "type": "String",
2556
+ "value": "var(--kendo-font-size-sm, inherit)"
2557
+ },
2558
+ "kendo-list-item-description-line-height": {
2559
+ "type": "String",
2560
+ "value": "var(--kendo-line-height-lg, normal)"
2561
+ },
2562
+ "kendo-list-item-description-text": {
2563
+ "type": "String",
2564
+ "value": "var(--kendo-color-subtle, #666666)"
2565
+ },
2528
2566
  "kendo-listgroup-border-width": {
2529
2567
  "type": "Number",
2530
2568
  "value": "1px"
@@ -2823,7 +2861,7 @@
2823
2861
  },
2824
2862
  "kendo-suggestion-padding-y": {
2825
2863
  "type": "String",
2826
- "value": "var(--kendo-spacing-2, 0.5rem)"
2864
+ "value": "var(--kendo-spacing-1\\.5, 0.375rem)"
2827
2865
  },
2828
2866
  "kendo-suggestion-padding-x": {
2829
2867
  "type": "String",
@@ -2841,13 +2879,17 @@
2841
2879
  "type": "String",
2842
2880
  "value": "solid"
2843
2881
  },
2882
+ "kendo-suggestion-font-size": {
2883
+ "type": "String",
2884
+ "value": "var(--kendo-font-size, inherit)"
2885
+ },
2844
2886
  "kendo-suggestion-line-height": {
2845
2887
  "type": "String",
2846
- "value": "var(--kendo-line-height, normal)"
2888
+ "value": "var(--kendo-line-height-lg, normal)"
2847
2889
  },
2848
2890
  "kendo-suggestion-border-radius": {
2849
2891
  "type": "String",
2850
- "value": "var(--kendo-border-radius-xxl, 0.75rem)"
2892
+ "value": "var(--kendo-border-radius-full, 9999px)"
2851
2893
  },
2852
2894
  "kendo-suggestion-focus-shadow-blur": {
2853
2895
  "type": "Number",
@@ -2859,7 +2901,7 @@
2859
2901
  },
2860
2902
  "kendo-suggestion-focus-shadow-color": {
2861
2903
  "type": "String",
2862
- "value": "color-mix(in srgb, var(--kendo-color-on-app-surface, #272727) 8%, transparent)"
2904
+ "value": "color-mix(in srgb, currentColor 16%, transparent)"
2863
2905
  },
2864
2906
  "kendo-suggestion-theme-colors": {
2865
2907
  "type": "List",
@@ -2869,6 +2911,10 @@
2869
2911
  "type": "String",
2870
2912
  "value": "\"base\""
2871
2913
  },
2914
+ "kendo-suggestion-scroll-gradient": {
2915
+ "type": "List",
2916
+ "value": "(rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%)"
2917
+ },
2872
2918
  "kendo-bubble-border-radius": {
2873
2919
  "type": "String",
2874
2920
  "value": "var(--kendo-border-radius-xxl, 0.75rem)"
@@ -2879,7 +2925,7 @@
2879
2925
  },
2880
2926
  "kendo-bubble-padding-y": {
2881
2927
  "type": "String",
2882
- "value": "var(--kendo-spacing-2, 0.5rem)"
2928
+ "value": "var(--kendo-spacing-2\\.5, 0.625rem)"
2883
2929
  },
2884
2930
  "kendo-bubble-padding-x": {
2885
2931
  "type": "String",
@@ -4456,6 +4502,231 @@
4456
4502
  "type": "Null",
4457
4503
  "value": "null"
4458
4504
  },
4505
+ "kendo-segmented-control-default-size": {
4506
+ "type": "String",
4507
+ "value": "\"md\""
4508
+ },
4509
+ "kendo-segmented-control-padding-x": {
4510
+ "type": "String",
4511
+ "value": "var(--kendo-spacing-0\\.5, 0.125rem)"
4512
+ },
4513
+ "kendo-segmented-control-padding-y": {
4514
+ "type": "String",
4515
+ "value": "var(--kendo-spacing-0\\.5, 0.125rem)"
4516
+ },
4517
+ "kendo-segmented-control-border-radius": {
4518
+ "type": "String",
4519
+ "value": "var(--kendo-border-radius-full, 9999px)"
4520
+ },
4521
+ "kendo-segmented-control-bg": {
4522
+ "type": "String",
4523
+ "value": "var(--kendo-color-base-subtle, #f0f0f0)"
4524
+ },
4525
+ "kendo-segmented-control-text": {
4526
+ "type": "String",
4527
+ "value": "var(--kendo-color-on-app-surface, #272727)"
4528
+ },
4529
+ "kendo-segmented-control-sm-font-size": {
4530
+ "type": "String",
4531
+ "value": "var(--kendo-font-size, inherit)"
4532
+ },
4533
+ "kendo-segmented-control-md-font-size": {
4534
+ "type": "String",
4535
+ "value": "var(--kendo-font-size, inherit)"
4536
+ },
4537
+ "kendo-segmented-control-lg-font-size": {
4538
+ "type": "String",
4539
+ "value": "var(--kendo-font-size-lg, inherit)"
4540
+ },
4541
+ "kendo-segmented-control-font-family": {
4542
+ "type": "String",
4543
+ "value": "var(--kendo-font-family, inherit)"
4544
+ },
4545
+ "kendo-segmented-control-sm-line-height": {
4546
+ "type": "String",
4547
+ "value": "var(--kendo-line-height, normal)"
4548
+ },
4549
+ "kendo-segmented-control-md-line-height": {
4550
+ "type": "String",
4551
+ "value": "var(--kendo-line-height, normal)"
4552
+ },
4553
+ "kendo-segmented-control-lg-line-height": {
4554
+ "type": "String",
4555
+ "value": "var(--kendo-line-height, normal)"
4556
+ },
4557
+ "kendo-segmented-control-thumb-border-radius": {
4558
+ "type": "String",
4559
+ "value": "var(--kendo-border-radius-full, 9999px)"
4560
+ },
4561
+ "kendo-segmented-control-thumb-shadow": {
4562
+ "type": "String",
4563
+ "value": "none"
4564
+ },
4565
+ "kendo-segmented-control-thumb-bg": {
4566
+ "type": "String",
4567
+ "value": "var(--kendo-color-surface-alt, #ffffff)"
4568
+ },
4569
+ "kendo-segmented-control-thumb-text": {
4570
+ "type": "String",
4571
+ "value": "var(--kendo-color-on-app-surface, #272727)"
4572
+ },
4573
+ "kendo-segmented-control-sm-button-padding-x": {
4574
+ "type": "String",
4575
+ "value": "var(--kendo-spacing-3, 0.75rem)"
4576
+ },
4577
+ "kendo-segmented-control-md-button-padding-x": {
4578
+ "type": "String",
4579
+ "value": "var(--kendo-spacing-3, 0.75rem)"
4580
+ },
4581
+ "kendo-segmented-control-lg-button-padding-x": {
4582
+ "type": "String",
4583
+ "value": "var(--kendo-spacing-3, 0.75rem)"
4584
+ },
4585
+ "kendo-segmented-control-sm-button-padding-y": {
4586
+ "type": "String",
4587
+ "value": "var(--kendo-spacing-1px, 1px)"
4588
+ },
4589
+ "kendo-segmented-control-md-button-padding-y": {
4590
+ "type": "Calculation",
4591
+ "value": "calc(var(--kendo-spacing-0\\.5, 0.125rem) + 1px)"
4592
+ },
4593
+ "kendo-segmented-control-lg-button-padding-y": {
4594
+ "type": "Calculation",
4595
+ "value": "calc(var(--kendo-spacing-1\\.5, 0.375rem) + 1px)"
4596
+ },
4597
+ "kendo-segmented-control-button-border-width": {
4598
+ "type": "Number",
4599
+ "value": "0px"
4600
+ },
4601
+ "kendo-segmented-control-button-border-radius": {
4602
+ "type": "String",
4603
+ "value": "var(--kendo-border-radius-full, 9999px)"
4604
+ },
4605
+ "kendo-segmented-control-sm-button-gap": {
4606
+ "type": "String",
4607
+ "value": "var(--kendo-spacing-1\\.5, 0.375rem)"
4608
+ },
4609
+ "kendo-segmented-control-md-button-gap": {
4610
+ "type": "String",
4611
+ "value": "var(--kendo-spacing-1\\.5, 0.375rem)"
4612
+ },
4613
+ "kendo-segmented-control-lg-button-gap": {
4614
+ "type": "String",
4615
+ "value": "var(--kendo-spacing-2, 0.5rem)"
4616
+ },
4617
+ "kendo-segmented-control-button-hover-bg": {
4618
+ "type": "String",
4619
+ "value": "var(--kendo-color-base-hover, #dddddd)"
4620
+ },
4621
+ "kendo-segmented-control-button-focus-indicator": {
4622
+ "type": "List",
4623
+ "value": "(inset 0 0 0 2px color-mix(in srgb, currentColor 25%, transparent))"
4624
+ },
4625
+ "kendo-segmented-control-sizes": {
4626
+ "type": "Map",
4627
+ "value": "(sm: (font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal), button-padding-x: var(--kendo-spacing-3, 0.75rem), button-padding-y: var(--kendo-spacing-1px, 1px), button-gap: var(--kendo-spacing-1\\.5, 0.375rem)), md: (font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal), button-padding-x: var(--kendo-spacing-3, 0.75rem), button-padding-y: calc(var(--kendo-spacing-0\\.5, 0.125rem) + 1px), button-gap: var(--kendo-spacing-1\\.5, 0.375rem)), lg: (font-size: var(--kendo-font-size-lg, inherit), line-height: var(--kendo-line-height, normal), button-padding-x: var(--kendo-spacing-3, 0.75rem), button-padding-y: calc(var(--kendo-spacing-1\\.5, 0.375rem) + 1px), button-gap: var(--kendo-spacing-2, 0.5rem)))",
4628
+ "prettyValue": {
4629
+ "sm": {
4630
+ "font-size": "var(--kendo-font-size, inherit)",
4631
+ "line-height": "var(--kendo-line-height, normal)",
4632
+ "button-padding-x": "var(--kendo-spacing-3, 0.75rem)",
4633
+ "button-padding-y": "var(--kendo-spacing-1px, 1px)",
4634
+ "button-gap": "var(--kendo-spacing-1\\.5, 0.375rem)"
4635
+ },
4636
+ "md": {
4637
+ "font-size": "var(--kendo-font-size, inherit)",
4638
+ "line-height": "var(--kendo-line-height, normal)",
4639
+ "button-padding-x": "var(--kendo-spacing-3, 0.75rem)",
4640
+ "button-padding-y": "calc(var(--kendo-spacing-0\\.5, 0.125rem) + 1px)",
4641
+ "button-gap": "var(--kendo-spacing-1\\.5, 0.375rem)"
4642
+ },
4643
+ "lg": {
4644
+ "font-size": "var(--kendo-font-size-lg, inherit)",
4645
+ "line-height": "var(--kendo-line-height, normal)",
4646
+ "button-padding-x": "var(--kendo-spacing-3, 0.75rem)",
4647
+ "button-padding-y": "calc(var(--kendo-spacing-1\\.5, 0.375rem) + 1px)",
4648
+ "button-gap": "var(--kendo-spacing-2, 0.5rem)"
4649
+ }
4650
+ }
4651
+ },
4652
+ "kendo-smart-box-default-size": {
4653
+ "type": "String",
4654
+ "value": "\"md\""
4655
+ },
4656
+ "kendo-smart-box-default-roundness": {
4657
+ "type": "String",
4658
+ "value": "\"full\""
4659
+ },
4660
+ "kendo-smart-box-roundness": {
4661
+ "type": "List",
4662
+ "value": "(\"none\", \"sm\", \"md\", \"lg\", \"full\")"
4663
+ },
4664
+ "kendo-smart-box-suffix-spacing": {
4665
+ "type": "String",
4666
+ "value": "var(--kendo-spacing-1, 0.25rem)"
4667
+ },
4668
+ "kendo-smart-box-sm-padding-x": {
4669
+ "type": "String",
4670
+ "value": "var(--kendo-spacing-0, 0px)"
4671
+ },
4672
+ "kendo-smart-box-md-padding-x": {
4673
+ "type": "String",
4674
+ "value": "var(--kendo-spacing-0\\.5, 0.125rem)"
4675
+ },
4676
+ "kendo-smart-box-lg-padding-x": {
4677
+ "type": "String",
4678
+ "value": "var(--kendo-spacing-2, 0.5rem)"
4679
+ },
4680
+ "kendo-smart-box-sm-prefix-margin-x": {
4681
+ "type": "String",
4682
+ "value": "var(--kendo-spacing-1, 0.25rem)"
4683
+ },
4684
+ "kendo-smart-box-md-prefix-margin-x": {
4685
+ "type": "String",
4686
+ "value": "var(--kendo-spacing-1, 0.25rem)"
4687
+ },
4688
+ "kendo-smart-box-lg-prefix-margin-x": {
4689
+ "type": "String",
4690
+ "value": "var(--kendo-spacing-0, 0px)"
4691
+ },
4692
+ "kendo-smart-box-popup-padding-inline": {
4693
+ "type": "String",
4694
+ "value": "var(--kendo-spacing-2, 0.5rem)"
4695
+ },
4696
+ "kendo-smart-box-popup-padding-block": {
4697
+ "type": "String",
4698
+ "value": "var(--kendo-spacing-2, 0.5rem)"
4699
+ },
4700
+ "kendo-smart-box-popup-border-radius": {
4701
+ "type": "String",
4702
+ "value": "var(--kendo-border-radius-xxl, 0.75rem)"
4703
+ },
4704
+ "kendo-smart-box-popup-spacing": {
4705
+ "type": "String",
4706
+ "value": "var(--kendo-spacing-2, 0.5rem)"
4707
+ },
4708
+ "kendo-smart-box-popup-segmented-control-margin": {
4709
+ "type": "String",
4710
+ "value": "var(--kendo-spacing-2, 0.5rem)"
4711
+ },
4712
+ "kendo-smart-box-sizes": {
4713
+ "type": "Map",
4714
+ "value": "(sm: (padding-x: var(--kendo-spacing-0, 0px), prefix-margin-x: var(--kendo-spacing-1, 0.25rem)), md: (padding-x: var(--kendo-spacing-0\\.5, 0.125rem), prefix-margin-x: var(--kendo-spacing-1, 0.25rem)), lg: (padding-x: var(--kendo-spacing-2, 0.5rem), prefix-margin-x: var(--kendo-spacing-0, 0px)))",
4715
+ "prettyValue": {
4716
+ "sm": {
4717
+ "padding-x": "var(--kendo-spacing-0, 0px)",
4718
+ "prefix-margin-x": "var(--kendo-spacing-1, 0.25rem)"
4719
+ },
4720
+ "md": {
4721
+ "padding-x": "var(--kendo-spacing-0\\.5, 0.125rem)",
4722
+ "prefix-margin-x": "var(--kendo-spacing-1, 0.25rem)"
4723
+ },
4724
+ "lg": {
4725
+ "padding-x": "var(--kendo-spacing-2, 0.5rem)",
4726
+ "prefix-margin-x": "var(--kendo-spacing-0, 0px)"
4727
+ }
4728
+ }
4729
+ },
4459
4730
  "kendo-checkbox-border-width": {
4460
4731
  "type": "Number",
4461
4732
  "value": "1px"
@@ -5750,11 +6021,11 @@
5750
6021
  },
5751
6022
  "kendo-menu-popup-item-active-bg": {
5752
6023
  "type": "String",
5753
- "value": "var(--kendo-color-primary, #f35800)"
6024
+ "value": "color-mix(in srgb, var(--kendo-color-on-app-surface, #272727) 12%, transparent)"
5754
6025
  },
5755
6026
  "kendo-menu-popup-item-active-text": {
5756
6027
  "type": "String",
5757
- "value": "var(--kendo-color-on-primary, #ffffff)"
6028
+ "value": "var(--kendo-color-on-app-surface, #272727)"
5758
6029
  },
5759
6030
  "kendo-menu-popup-item-active-border": {
5760
6031
  "type": "Null",
@@ -5952,6 +6223,10 @@
5952
6223
  "type": "Number",
5953
6224
  "value": "10em"
5954
6225
  },
6226
+ "kendo-toolbar-smart-box-min-width": {
6227
+ "type": "Number",
6228
+ "value": "350px"
6229
+ },
5955
6230
  "kendo-toolbar-item-shadow": {
5956
6231
  "type": "List",
5957
6232
  "value": "(0 0 4px 0 color-mix(in srgb, var(--kendo-color-border, #cacaca) 75%, transparent))"
@@ -7467,6 +7742,14 @@
7467
7742
  "type": "String",
7468
7743
  "value": "\"md\""
7469
7744
  },
7745
+ "kendo-treeview-gap": {
7746
+ "type": "String",
7747
+ "value": "var(--kendo-spacing-0\\.5, 0.125rem)"
7748
+ },
7749
+ "kendo-treeview-border-radius": {
7750
+ "type": "String",
7751
+ "value": "var(--kendo-border-radius-sm, 0.125rem)"
7752
+ },
7470
7753
  "kendo-treeview-font-family": {
7471
7754
  "type": "String",
7472
7755
  "value": "var(--kendo-font-family, inherit)"
@@ -7607,7 +7890,7 @@
7607
7890
  },
7608
7891
  "kendo-treeview-item-hover-bg": {
7609
7892
  "type": "String",
7610
- "value": "color-mix(in srgb, var(--kendo-color-on-app-surface, #272727) 8%, transparent)"
7893
+ "value": "color-mix(in srgb, var(--kendo-color-on-app-surface, #272727) 6%, transparent)"
7611
7894
  },
7612
7895
  "kendo-treeview-item-hover-text": {
7613
7896
  "type": "String",
@@ -7623,11 +7906,11 @@
7623
7906
  },
7624
7907
  "kendo-treeview-item-selected-bg": {
7625
7908
  "type": "String",
7626
- "value": "var(--kendo-color-primary, #f35800)"
7909
+ "value": "color-mix(in srgb, var(--kendo-color-on-app-surface, #272727) 12%, transparent)"
7627
7910
  },
7628
7911
  "kendo-treeview-item-selected-text": {
7629
7912
  "type": "String",
7630
- "value": "var(--kendo-color-on-primary, #ffffff)"
7913
+ "value": "var(--kendo-color-on-app-surface, #272727)"
7631
7914
  },
7632
7915
  "kendo-treeview-item-selected-border": {
7633
7916
  "type": "String",
@@ -7637,6 +7920,10 @@
7637
7920
  "type": "Null",
7638
7921
  "value": "null"
7639
7922
  },
7923
+ "kendo-treeview-item-selected-hover-bg": {
7924
+ "type": "String",
7925
+ "value": "color-mix(in srgb, var(--kendo-color-on-app-surface, #272727) 18%, transparent)"
7926
+ },
7640
7927
  "kendo-treeview-item-focus-shadow": {
7641
7928
  "type": "List",
7642
7929
  "value": "(inset 0 0 2px 0 var(--kendo-color-border, #cacaca))"
@@ -7689,6 +7976,14 @@
7689
7976
  "type": "String",
7690
7977
  "value": "var(--kendo-spacing-2, 0.5rem)"
7691
7978
  },
7979
+ "kendo-dropdowntree-check-all-padding-x": {
7980
+ "type": "String",
7981
+ "value": "var(--kendo-spacing-1, 0.25rem)"
7982
+ },
7983
+ "kendo-dropdowntree-check-all-padding-y": {
7984
+ "type": "String",
7985
+ "value": "var(--kendo-spacing-2, 0.5rem)"
7986
+ },
7692
7987
  "kendo-rating-font-family": {
7693
7988
  "type": "String",
7694
7989
  "value": "var(--kendo-font-family, inherit)"
@@ -14209,13 +14504,101 @@
14209
14504
  "type": "String",
14210
14505
  "value": "var(--kendo-color-surface, #f0f0f0)"
14211
14506
  },
14507
+ "kendo-file-box-padding-x": {
14508
+ "type": "String",
14509
+ "value": "var(--kendo-spacing-1, 0.25rem)"
14510
+ },
14511
+ "kendo-file-box-padding-y": {
14512
+ "type": "String",
14513
+ "value": "var(--kendo-spacing-1, 0.25rem)"
14514
+ },
14515
+ "kendo-file-box-gap": {
14516
+ "type": "String",
14517
+ "value": "var(--kendo-spacing-1, 0.25rem)"
14518
+ },
14519
+ "kendo-file-box-min-width": {
14520
+ "type": "Number",
14521
+ "value": "96px"
14522
+ },
14523
+ "kendo-file-box-max-width": {
14524
+ "type": "Number",
14525
+ "value": "160px"
14526
+ },
14527
+ "kendo-file-box-border-width": {
14528
+ "type": "Number",
14529
+ "value": "1px"
14530
+ },
14531
+ "kendo-file-box-border-style": {
14532
+ "type": "String",
14533
+ "value": "solid"
14534
+ },
14535
+ "kendo-file-box-border-radius": {
14536
+ "type": "String",
14537
+ "value": "var(--kendo-border-radius-md, 0.25rem)"
14538
+ },
14539
+ "kendo-file-box-name-font-size": {
14540
+ "type": "String",
14541
+ "value": "var(--kendo-font-size-sm, inherit)"
14542
+ },
14543
+ "kendo-file-box-name-line-height": {
14544
+ "type": "String",
14545
+ "value": "var(--kendo-line-height-lg, normal)"
14546
+ },
14547
+ "kendo-file-box-size-font-size": {
14548
+ "type": "String",
14549
+ "value": "var(--kendo-font-size-xs, inherit)"
14550
+ },
14551
+ "kendo-file-box-size-line-height": {
14552
+ "type": "String",
14553
+ "value": "var(--kendo-line-height-xs, normal)"
14554
+ },
14555
+ "kendo-file-box-bg": {
14556
+ "type": "String",
14557
+ "value": "color-mix(in srgb, var(--kendo-color-base-on-subtle, #272727) 8%, transparent)"
14558
+ },
14559
+ "kendo-file-box-text": {
14560
+ "type": "String",
14561
+ "value": "var(--kendo-color-base-on-subtle, #272727)"
14562
+ },
14563
+ "kendo-file-box-border": {
14564
+ "type": "String",
14565
+ "value": "color-mix(in srgb, var(--kendo-color-base-on-subtle, #272727) 8%, transparent)"
14566
+ },
14567
+ "kendo-file-box-wrapper-scroll-gradient": {
14568
+ "type": "List",
14569
+ "value": "(rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%)"
14570
+ },
14571
+ "kendo-prompt-box-border-radius": {
14572
+ "type": "String",
14573
+ "value": "var(--kendo-border-radius-xxl, 0.75rem)"
14574
+ },
14575
+ "kendo-prompt-box-box-shadow": {
14576
+ "type": "String",
14577
+ "value": "var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12))"
14578
+ },
14579
+ "kendo-prompt-box-header-padding": {
14580
+ "type": "String",
14581
+ "value": "var(--kendo-spacing-2, 0.5rem)"
14582
+ },
14583
+ "kendo-prompt-box-input-inner-padding": {
14584
+ "type": "String",
14585
+ "value": "var(--kendo-spacing-3, 0.75rem)"
14586
+ },
14587
+ "kendo-prompt-box-affix-padding": {
14588
+ "type": "String",
14589
+ "value": "var(--kendo-spacing-2, 0.5rem)"
14590
+ },
14591
+ "kendo-prompt-box-affix-spacing": {
14592
+ "type": "String",
14593
+ "value": "var(--kendo-spacing-1, 0.25rem)"
14594
+ },
14212
14595
  "kendo-chat-padding-x": {
14213
14596
  "type": "String",
14214
- "value": "var(--kendo-spacing-4, 1rem)"
14597
+ "value": "var(--kendo-spacing-5, 1.25rem)"
14215
14598
  },
14216
14599
  "kendo-chat-padding-y": {
14217
14600
  "type": "String",
14218
- "value": "var(--kendo-spacing-4, 1rem)"
14601
+ "value": "var(--kendo-spacing-5, 1.25rem)"
14219
14602
  },
14220
14603
  "kendo-chat-width": {
14221
14604
  "type": "Number",
@@ -14223,7 +14606,7 @@
14223
14606
  },
14224
14607
  "kendo-chat-height": {
14225
14608
  "type": "Number",
14226
- "value": "600px"
14609
+ "value": "320px"
14227
14610
  },
14228
14611
  "kendo-chat-border-width": {
14229
14612
  "type": "Number",
@@ -14257,18 +14640,26 @@
14257
14640
  "type": "String",
14258
14641
  "value": "var(--kendo-spacing-2, 0.5rem)"
14259
14642
  },
14643
+ "kendo-sequential-messages-border-radius": {
14644
+ "type": "String",
14645
+ "value": "var(--kendo-border-radius-sm, 0.125rem)"
14646
+ },
14260
14647
  "kendo-chat-message-list-padding-x": {
14261
14648
  "type": "String",
14262
- "value": "var(--kendo-spacing-4, 1rem)"
14649
+ "value": "var(--kendo-spacing-5, 1.25rem)"
14263
14650
  },
14264
14651
  "kendo-chat-message-list-padding-y": {
14265
14652
  "type": "String",
14266
- "value": "var(--kendo-spacing-4, 1rem)"
14653
+ "value": "var(--kendo-spacing-5, 1.25rem)"
14267
14654
  },
14268
14655
  "kendo-chat-message-list-spacing": {
14269
14656
  "type": "String",
14270
14657
  "value": "var(--kendo-spacing-4, 1rem)"
14271
14658
  },
14659
+ "kendo-chat-message-box-wrapper-spacing": {
14660
+ "type": "String",
14661
+ "value": "var(--kendo-spacing-4, 1rem)"
14662
+ },
14272
14663
  "kendo-chat-status-min-size": {
14273
14664
  "type": "String",
14274
14665
  "value": "var(--kendo-spacing-1\\.5, 0.375rem)"
@@ -14315,7 +14706,7 @@
14315
14706
  },
14316
14707
  "kendo-chat-message-meta-line-height": {
14317
14708
  "type": "String",
14318
- "value": "var(--kendo-line-height-lg, normal)"
14709
+ "value": "var(--kendo-line-height-xs, normal)"
14319
14710
  },
14320
14711
  "kendo-chat-author-font-size": {
14321
14712
  "type": "String",
@@ -14331,7 +14722,7 @@
14331
14722
  },
14332
14723
  "kendo-chat-bubble-spacing": {
14333
14724
  "type": "String",
14334
- "value": "var(--kendo-spacing-2, 0.5rem)"
14725
+ "value": "var(--kendo-spacing-1, 0.25rem)"
14335
14726
  },
14336
14727
  "kendo-chat-toolbar-bg": {
14337
14728
  "type": "String",
@@ -14346,8 +14737,8 @@
14346
14737
  "value": "inherit"
14347
14738
  },
14348
14739
  "kendo-chat-bg": {
14349
- "type": "String",
14350
- "value": "var(--kendo-color-surface, #f0f0f0)"
14740
+ "type": "Color",
14741
+ "value": "transparent"
14351
14742
  },
14352
14743
  "kendo-chat-text": {
14353
14744
  "type": "String",
@@ -14401,78 +14792,34 @@
14401
14792
  "type": "List",
14402
14793
  "value": "(0 0 0 2px color-mix(in srgb, var(--kendo-color-primary, #f35800) 16%, transparent))"
14403
14794
  },
14404
- "kendo-chat-typing-indicator-text": {
14795
+ "kendo-chat-failed-bubble-text": {
14405
14796
  "type": "String",
14406
14797
  "value": "var(--kendo-color-base-on-subtle, #272727)"
14407
14798
  },
14408
- "kendo-chat-file-min-width": {
14409
- "type": "Number",
14410
- "value": "96px"
14411
- },
14412
- "kendo-chat-file-max-width": {
14413
- "type": "Number",
14414
- "value": "160px"
14415
- },
14416
- "kendo-chat-file-name-font-size": {
14799
+ "kendo-chat-failed-bubble-bg": {
14417
14800
  "type": "String",
14418
- "value": "var(--kendo-font-size-sm, inherit)"
14801
+ "value": "var(--kendo-color-error-subtle, #f4c3b8)"
14419
14802
  },
14420
- "kendo-chat-file-name-line-height": {
14803
+ "kendo-chat-failed-bubble-border": {
14421
14804
  "type": "String",
14422
- "value": "var(--kendo-line-height-lg, normal)"
14423
- },
14424
- "kendo-chat-file-size-font-size": {
14425
- "type": "String",
14426
- "value": "var(--kendo-font-size-xs, inherit)"
14427
- },
14428
- "kendo-chat-file-size-line-height": {
14429
- "type": "String",
14430
- "value": "var(--kendo-line-height-xs, normal)"
14431
- },
14432
- "kendo-chat-file-padding-x": {
14433
- "type": "String",
14434
- "value": "var(--kendo-spacing-1, 0.25rem)"
14435
- },
14436
- "kendo-chat-file-padding-y": {
14437
- "type": "String",
14438
- "value": "var(--kendo-spacing-1, 0.25rem)"
14805
+ "value": "var(--kendo-color-error-emphasis, #e35e40)"
14439
14806
  },
14440
- "kendo-chat-file-gap": {
14807
+ "kendo-chat-failed-content-color": {
14441
14808
  "type": "String",
14442
- "value": "var(--kendo-spacing-1, 0.25rem)"
14443
- },
14444
- "kendo-chat-file-border-width": {
14445
- "type": "Number",
14446
- "value": "1px"
14809
+ "value": "var(--kendo-color-error-on-surface, #941b00)"
14447
14810
  },
14448
- "kendo-chat-file-border-style": {
14811
+ "kendo-chat-failed-bubble-hover-bg": {
14449
14812
  "type": "String",
14450
- "value": "solid"
14813
+ "value": "var(--kendo-color-error-subtle-hover, #f2b4a6)"
14451
14814
  },
14452
- "kendo-chat-file-bg": {
14815
+ "kendo-chat-failed-bubble-selected-bg": {
14453
14816
  "type": "String",
14454
- "value": "color-mix(in srgb, var(--kendo-color-base-on-subtle, #272727) 8%, transparent)"
14817
+ "value": "var(--kendo-color-error-subtle-active, #ec8e79)"
14455
14818
  },
14456
- "kendo-chat-file-text": {
14819
+ "kendo-chat-typing-indicator-text": {
14457
14820
  "type": "String",
14458
14821
  "value": "var(--kendo-color-base-on-subtle, #272727)"
14459
14822
  },
14460
- "kendo-chat-file-border": {
14461
- "type": "String",
14462
- "value": "color-mix(in srgb, var(--kendo-color-base-on-subtle, #272727) 8%, transparent)"
14463
- },
14464
- "kendo-chat-file-border-radius": {
14465
- "type": "String",
14466
- "value": "var(--kendo-border-radius-md, 0.25rem)"
14467
- },
14468
- "kendo-chat-file-download-padding-x": {
14469
- "type": "Null",
14470
- "value": "null"
14471
- },
14472
- "kendo-chat-file-download-padding-y": {
14473
- "type": "Null",
14474
- "value": "null"
14475
- },
14476
14823
  "kendo-chat-sender-file-bg": {
14477
14824
  "type": "String",
14478
14825
  "value": "color-mix(in srgb, var(--kendo-color-on-primary, #ffffff) 14%, transparent)"
@@ -14507,7 +14854,7 @@
14507
14854
  },
14508
14855
  "kendo-chat-message-reference-bg": {
14509
14856
  "type": "String",
14510
- "value": "var(--kendo-color-surface, #f0f0f0)"
14857
+ "value": "color-mix(in srgb, var(--kendo-color-surface, #f0f0f0) 90%, transparent)"
14511
14858
  },
14512
14859
  "kendo-chat-message-reference-text": {
14513
14860
  "type": "String",