@progress/kendo-theme-bootstrap 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 (58) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/bootstrap-3-dark.css +1 -1
  3. package/dist/bootstrap-3.css +1 -1
  4. package/dist/bootstrap-4-dark.css +1 -1
  5. package/dist/bootstrap-4.css +1 -1
  6. package/dist/bootstrap-dataviz-v4.css +1 -1
  7. package/dist/bootstrap-main-dark.css +1 -1
  8. package/dist/bootstrap-main.css +1 -1
  9. package/dist/bootstrap-nordic.css +1 -1
  10. package/dist/bootstrap-turquoise-dark.css +1 -1
  11. package/dist/bootstrap-turquoise.css +1 -1
  12. package/dist/bootstrap-urban.css +1 -1
  13. package/dist/bootstrap-vintage.css +1 -1
  14. package/dist/meta/sassdoc-data.json +6874 -2490
  15. package/dist/meta/sassdoc-raw-data.json +3197 -1213
  16. package/dist/meta/variables.json +454 -107
  17. package/lib/swatches/bootstrap-3-dark.json +1 -1
  18. package/lib/swatches/bootstrap-3.json +1 -1
  19. package/lib/swatches/bootstrap-4-dark.json +1 -1
  20. package/lib/swatches/bootstrap-4.json +1 -1
  21. package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
  22. package/lib/swatches/bootstrap-main-dark.json +1 -1
  23. package/lib/swatches/bootstrap-main.json +1 -1
  24. package/lib/swatches/bootstrap-nordic.json +1 -1
  25. package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
  26. package/lib/swatches/bootstrap-turquoise.json +1 -1
  27. package/lib/swatches/bootstrap-urban.json +1 -1
  28. package/lib/swatches/bootstrap-vintage.json +1 -1
  29. package/package.json +4 -4
  30. package/scss/bubble/_variables.scss +1 -1
  31. package/scss/chat/_index.scss +2 -0
  32. package/scss/chat/_variables.scss +36 -63
  33. package/scss/core/motion/index.scss +1 -0
  34. package/scss/dropdowntree/_variables.scss +12 -3
  35. package/scss/file-box/_index.scss +16 -0
  36. package/scss/file-box/_layout.scss +6 -0
  37. package/scss/file-box/_theme.scss +6 -0
  38. package/scss/file-box/_variables.scss +73 -0
  39. package/scss/grid/_index.scss +2 -0
  40. package/scss/icons/_variables.scss +5 -1
  41. package/scss/index.scss +12 -0
  42. package/scss/list/_variables.scss +53 -13
  43. package/scss/prompt-box/_index.scss +24 -0
  44. package/scss/prompt-box/_layout.scss +6 -0
  45. package/scss/prompt-box/_theme.scss +6 -0
  46. package/scss/prompt-box/_variables.scss +34 -0
  47. package/scss/segmented-control/_index.scss +16 -0
  48. package/scss/segmented-control/_layout.scss +6 -0
  49. package/scss/segmented-control/_theme.scss +6 -0
  50. package/scss/segmented-control/_variables.scss +144 -0
  51. package/scss/smart-box/_index.scss +24 -0
  52. package/scss/smart-box/_layout.scss +6 -0
  53. package/scss/smart-box/_theme.scss +13 -0
  54. package/scss/smart-box/_variables.scss +71 -0
  55. package/scss/suggestion/_variables.scss +12 -2
  56. package/scss/toolbar/_variables.scss +4 -0
  57. package/scss/treeview/_theme.scss +13 -0
  58. package/scss/treeview/_variables.scss +14 -1
@@ -1168,7 +1168,7 @@
1168
1168
  },
1169
1169
  "default-easings": {
1170
1170
  "type": "Map",
1171
- "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))",
1171
+ "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))",
1172
1172
  "prettyValue": {
1173
1173
  "linear": "cubic-bezier(0, 0, 1, 1)",
1174
1174
  "accelerate": "cubic-bezier(0.42, 0, 1, 1)",
@@ -1176,7 +1176,8 @@
1176
1176
  "standard": "cubic-bezier(0.42, 0, 0.58, 1)",
1177
1177
  "sharp": "cubic-bezier(0.75, 0, 0.25, 1)",
1178
1178
  "bounce": "cubic-bezier(0.68, -0.55, 0.265, 1.55)",
1179
- "elastic": "cubic-bezier(0.5, -0.5, 0.5, 1.5)"
1179
+ "elastic": "cubic-bezier(0.5, -0.5, 0.5, 1.5)",
1180
+ "stretchy": "cubic-bezier(0.07, 1.81, 0.3, 0.81)"
1180
1181
  }
1181
1182
  },
1182
1183
  "default-durations": {
@@ -1314,7 +1315,7 @@
1314
1315
  },
1315
1316
  "kendo-easings": {
1316
1317
  "type": "Map",
1317
- "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))",
1318
+ "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))",
1318
1319
  "prettyValue": {
1319
1320
  "linear": "cubic-bezier(0, 0, 1, 1)",
1320
1321
  "accelerate": "cubic-bezier(0.42, 0, 1, 1)",
@@ -1322,7 +1323,8 @@
1322
1323
  "standard": "cubic-bezier(0.42, 0, 0.58, 1)",
1323
1324
  "sharp": "cubic-bezier(0.75, 0, 0.25, 1)",
1324
1325
  "bounce": "cubic-bezier(0.68, -0.55, 0.265, 1.55)",
1325
- "elastic": "cubic-bezier(0.5, -0.5, 0.5, 1.5)"
1326
+ "elastic": "cubic-bezier(0.5, -0.5, 0.5, 1.5)",
1327
+ "stretchy": "cubic-bezier(0.07, 1.81, 0.3, 0.81)"
1326
1328
  }
1327
1329
  },
1328
1330
  "kendo-durations": {
@@ -1919,6 +1921,10 @@
1919
1921
  "type": "String",
1920
1922
  "value": "var(--kendo-spacing-1, 0.25rem)"
1921
1923
  },
1924
+ "kendo-accent-icon-color": {
1925
+ "type": "String",
1926
+ "value": "var(--kendo-color-tertiary, #6f42c1)"
1927
+ },
1922
1928
  "kendo-message-box-default-theme-color": {
1923
1929
  "type": "Null",
1924
1930
  "value": "null"
@@ -2051,6 +2057,14 @@
2051
2057
  "type": "String",
2052
2058
  "value": "var(--kendo-color-primary, #0d6efd)"
2053
2059
  },
2060
+ "kendo-list-container-padding-block": {
2061
+ "type": "String",
2062
+ "value": "var(--kendo-spacing-2, 0.5rem)"
2063
+ },
2064
+ "kendo-list-container-padding-inline": {
2065
+ "type": "Number",
2066
+ "value": "0"
2067
+ },
2054
2068
  "kendo-list-default-size": {
2055
2069
  "type": "String",
2056
2070
  "value": "\"md\""
@@ -2267,6 +2281,14 @@
2267
2281
  "type": "Null",
2268
2282
  "value": "null"
2269
2283
  },
2284
+ "kendo-list-item-gap": {
2285
+ "type": "String",
2286
+ "value": "var(--kendo-spacing-2, 0.5rem)"
2287
+ },
2288
+ "kendo-list-item-spacing": {
2289
+ "type": "String",
2290
+ "value": "var(--kendo-spacing-0\\.5, 0.125rem)"
2291
+ },
2270
2292
  "kendo-list-item-line-height": {
2271
2293
  "type": "Null",
2272
2294
  "value": "null"
@@ -2297,51 +2319,51 @@
2297
2319
  },
2298
2320
  "kendo-list-sm-group-item-padding-y": {
2299
2321
  "type": "String",
2300
- "value": "var(--kendo-spacing-0\\.5, 0.125rem)"
2322
+ "value": "var(--kendo-spacing-0, 0px)"
2301
2323
  },
2302
2324
  "kendo-list-md-group-item-padding-y": {
2303
2325
  "type": "String",
2304
- "value": "var(--kendo-spacing-1, 0.25rem)"
2326
+ "value": "var(--kendo-spacing-0\\.5, 0.125rem)"
2305
2327
  },
2306
2328
  "kendo-list-lg-group-item-padding-y": {
2307
2329
  "type": "String",
2308
2330
  "value": "var(--kendo-spacing-1\\.5, 0.375rem)"
2309
2331
  },
2310
2332
  "kendo-list-group-item-border-width": {
2311
- "type": "List",
2312
- "value": "(1px 0 0)"
2333
+ "type": "Number",
2334
+ "value": "0"
2313
2335
  },
2314
2336
  "kendo-list-group-item-font-size": {
2315
- "type": "Null",
2316
- "value": "null"
2337
+ "type": "String",
2338
+ "value": "var(--kendo-font-size-sm, inherit)"
2317
2339
  },
2318
2340
  "kendo-list-sm-group-item-font-size": {
2319
- "type": "Null",
2320
- "value": "null"
2341
+ "type": "String",
2342
+ "value": "var(--kendo-font-size-sm, inherit)"
2321
2343
  },
2322
2344
  "kendo-list-md-group-item-font-size": {
2323
- "type": "Null",
2324
- "value": "null"
2345
+ "type": "String",
2346
+ "value": "var(--kendo-font-size-sm, inherit)"
2325
2347
  },
2326
2348
  "kendo-list-lg-group-item-font-size": {
2327
- "type": "Null",
2328
- "value": "null"
2349
+ "type": "String",
2350
+ "value": "var(--kendo-font-size-sm, inherit)"
2329
2351
  },
2330
2352
  "kendo-list-group-item-line-height": {
2331
- "type": "Null",
2332
- "value": "null"
2353
+ "type": "String",
2354
+ "value": "var(--kendo-line-height-lg, normal)"
2333
2355
  },
2334
2356
  "kendo-list-sm-group-item-line-height": {
2335
- "type": "Null",
2336
- "value": "null"
2357
+ "type": "String",
2358
+ "value": "var(--kendo-line-height-lg, normal)"
2337
2359
  },
2338
2360
  "kendo-list-md-group-item-line-height": {
2339
- "type": "Null",
2340
- "value": "null"
2361
+ "type": "String",
2362
+ "value": "var(--kendo-line-height-lg, normal)"
2341
2363
  },
2342
2364
  "kendo-list-lg-group-item-line-height": {
2343
- "type": "Null",
2344
- "value": "null"
2365
+ "type": "String",
2366
+ "value": "var(--kendo-line-height-lg, normal)"
2345
2367
  },
2346
2368
  "kendo-list-group-item-font-weight": {
2347
2369
  "type": "String",
@@ -2349,7 +2371,7 @@
2349
2371
  },
2350
2372
  "kendo-list-sizes": {
2351
2373
  "type": "Map",
2352
- "value": "(sm: (font-size: var(--kendo-font-size-sm, inherit), line-height: 1.4285714285714286, header-padding-x: var(--kendo-spacing-4, 1rem), header-padding-y: var(--kendo-spacing-1, 0.25rem), header-font-size: null, header-line-height: null, item-padding-x: var(--kendo-spacing-4, 1rem), item-padding-y: var(--kendo-spacing-1, 0.25rem), item-font-size: null, item-line-height: null, group-item-padding-x: var(--kendo-spacing-4, 1rem), 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: var(--kendo-font-size-xs, inherit), item-group-label-line-height: inherit, filter-padding-x: var(--kendo-spacing-4, 1rem), filter-padding-y: var(--kendo-spacing-4, 1rem)), md: (font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal), header-padding-x: var(--kendo-spacing-4, 1rem), header-padding-y: var(--kendo-spacing-1, 0.25rem), header-font-size: null, header-line-height: null, item-padding-x: var(--kendo-spacing-4, 1rem), item-padding-y: var(--kendo-spacing-1, 0.25rem), item-font-size: null, item-line-height: null, group-item-padding-x: var(--kendo-spacing-4, 1rem), 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: var(--kendo-font-size-xs, inherit), item-group-label-line-height: inherit, filter-padding-x: var(--kendo-spacing-4, 1rem), filter-padding-y: var(--kendo-spacing-4, 1rem)), lg: (font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal), header-padding-x: var(--kendo-spacing-4, 1rem), header-padding-y: var(--kendo-spacing-2, 0.5rem), header-font-size: null, header-line-height: null, item-padding-x: var(--kendo-spacing-4, 1rem), item-padding-y: var(--kendo-spacing-2, 0.5rem), item-font-size: null, item-line-height: null, group-item-padding-x: var(--kendo-spacing-4, 1rem), 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: var(--kendo-font-size-xs, inherit), item-group-label-line-height: inherit, filter-padding-x: var(--kendo-spacing-4, 1rem), filter-padding-y: var(--kendo-spacing-4, 1rem)))",
2374
+ "value": "(sm: (font-size: var(--kendo-font-size-sm, inherit), line-height: 1.4285714285714286, header-padding-x: var(--kendo-spacing-4, 1rem), header-padding-y: var(--kendo-spacing-1, 0.25rem), header-font-size: null, header-line-height: null, item-padding-x: var(--kendo-spacing-4, 1rem), item-padding-y: var(--kendo-spacing-1, 0.25rem), item-font-size: null, item-line-height: null, group-item-padding-x: var(--kendo-spacing-4, 1rem), group-item-padding-y: var(--kendo-spacing-0, 0px), 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: var(--kendo-font-size-xs, inherit), item-group-label-line-height: inherit, filter-padding-x: var(--kendo-spacing-4, 1rem), filter-padding-y: var(--kendo-spacing-4, 1rem)), md: (font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal), header-padding-x: var(--kendo-spacing-4, 1rem), header-padding-y: var(--kendo-spacing-1, 0.25rem), header-font-size: null, header-line-height: null, item-padding-x: var(--kendo-spacing-4, 1rem), item-padding-y: var(--kendo-spacing-1, 0.25rem), item-font-size: null, item-line-height: null, group-item-padding-x: var(--kendo-spacing-4, 1rem), group-item-padding-y: var(--kendo-spacing-0\\.5, 0.125rem), 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: var(--kendo-font-size-xs, inherit), item-group-label-line-height: inherit, filter-padding-x: var(--kendo-spacing-4, 1rem), filter-padding-y: var(--kendo-spacing-4, 1rem)), lg: (font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal), header-padding-x: var(--kendo-spacing-4, 1rem), header-padding-y: var(--kendo-spacing-2, 0.5rem), header-font-size: null, header-line-height: null, item-padding-x: var(--kendo-spacing-4, 1rem), item-padding-y: var(--kendo-spacing-2, 0.5rem), item-font-size: null, item-line-height: null, group-item-padding-x: var(--kendo-spacing-4, 1rem), group-item-padding-y: var(--kendo-spacing-1\\.5, 0.375rem), 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: var(--kendo-font-size-xs, inherit), item-group-label-line-height: inherit, filter-padding-x: var(--kendo-spacing-4, 1rem), filter-padding-y: var(--kendo-spacing-4, 1rem)))",
2353
2375
  "prettyValue": {
2354
2376
  "sm": {
2355
2377
  "font-size": "var(--kendo-font-size-sm, inherit)",
@@ -2363,9 +2385,9 @@
2363
2385
  "item-font-size": null,
2364
2386
  "item-line-height": null,
2365
2387
  "group-item-padding-x": "var(--kendo-spacing-4, 1rem)",
2366
- "group-item-padding-y": "var(--kendo-spacing-0\\.5, 0.125rem)",
2367
- "group-item-font-size": null,
2368
- "group-item-line-height": null,
2388
+ "group-item-padding-y": "var(--kendo-spacing-0, 0px)",
2389
+ "group-item-font-size": "var(--kendo-font-size-sm, inherit)",
2390
+ "group-item-line-height": "var(--kendo-line-height-lg, normal)",
2369
2391
  "item-group-label-padding-x": "0.5em",
2370
2392
  "item-group-label-padding-y": 0,
2371
2393
  "item-group-label-font-size": "var(--kendo-font-size-xs, inherit)",
@@ -2385,9 +2407,9 @@
2385
2407
  "item-font-size": null,
2386
2408
  "item-line-height": null,
2387
2409
  "group-item-padding-x": "var(--kendo-spacing-4, 1rem)",
2388
- "group-item-padding-y": "var(--kendo-spacing-1, 0.25rem)",
2389
- "group-item-font-size": null,
2390
- "group-item-line-height": null,
2410
+ "group-item-padding-y": "var(--kendo-spacing-0\\.5, 0.125rem)",
2411
+ "group-item-font-size": "var(--kendo-font-size-sm, inherit)",
2412
+ "group-item-line-height": "var(--kendo-line-height-lg, normal)",
2391
2413
  "item-group-label-padding-x": "0.5em",
2392
2414
  "item-group-label-padding-y": 0,
2393
2415
  "item-group-label-font-size": "var(--kendo-font-size-xs, inherit)",
@@ -2408,8 +2430,8 @@
2408
2430
  "item-line-height": null,
2409
2431
  "group-item-padding-x": "var(--kendo-spacing-4, 1rem)",
2410
2432
  "group-item-padding-y": "var(--kendo-spacing-1\\.5, 0.375rem)",
2411
- "group-item-font-size": null,
2412
- "group-item-line-height": null,
2433
+ "group-item-font-size": "var(--kendo-font-size-sm, inherit)",
2434
+ "group-item-line-height": "var(--kendo-line-height-lg, normal)",
2413
2435
  "item-group-label-padding-x": "0.5em",
2414
2436
  "item-group-label-padding-y": 0,
2415
2437
  "item-group-label-font-size": "var(--kendo-font-size-xs, inherit)",
@@ -2455,6 +2477,10 @@
2455
2477
  "type": "Null",
2456
2478
  "value": "null"
2457
2479
  },
2480
+ "kendo-list-item-border-radius": {
2481
+ "type": "Null",
2482
+ "value": "null"
2483
+ },
2458
2484
  "kendo-list-item-hover-bg": {
2459
2485
  "type": "String",
2460
2486
  "value": "var(--kendo-color-base-subtle-hover, #dee2e6)"
@@ -2496,21 +2522,33 @@
2496
2522
  "value": "null"
2497
2523
  },
2498
2524
  "kendo-list-group-item-text": {
2499
- "type": "Null",
2500
- "value": "null"
2525
+ "type": "String",
2526
+ "value": "var(--kendo-color-subtle, #565e64)"
2501
2527
  },
2502
2528
  "kendo-list-group-item-border": {
2503
2529
  "type": "String",
2504
2530
  "value": "inherit"
2505
2531
  },
2506
2532
  "kendo-list-group-item-shadow": {
2507
- "type": "Null",
2508
- "value": "null"
2533
+ "type": "List",
2534
+ "value": "(inset 0 1px 0 var(--kendo-color-border, rgba(33, 37, 41, 0.13)))"
2509
2535
  },
2510
2536
  "kendo-list-option-label-text": {
2511
2537
  "type": "String",
2512
2538
  "value": "var(--kendo-color-subtle, #565e64)"
2513
2539
  },
2540
+ "kendo-list-item-description-font-size": {
2541
+ "type": "String",
2542
+ "value": "var(--kendo-font-size-sm, inherit)"
2543
+ },
2544
+ "kendo-list-item-description-line-height": {
2545
+ "type": "String",
2546
+ "value": "var(--kendo-line-height-lg, normal)"
2547
+ },
2548
+ "kendo-list-item-description-text": {
2549
+ "type": "String",
2550
+ "value": "var(--kendo-color-subtle, #565e64)"
2551
+ },
2514
2552
  "kendo-listgroup-border-width": {
2515
2553
  "type": "Number",
2516
2554
  "value": "1px"
@@ -2827,13 +2865,17 @@
2827
2865
  "type": "String",
2828
2866
  "value": "solid"
2829
2867
  },
2868
+ "kendo-suggestion-font-size": {
2869
+ "type": "String",
2870
+ "value": "var(--kendo-font-size, inherit)"
2871
+ },
2830
2872
  "kendo-suggestion-line-height": {
2831
2873
  "type": "String",
2832
2874
  "value": "var(--kendo-line-height, normal)"
2833
2875
  },
2834
2876
  "kendo-suggestion-border-radius": {
2835
2877
  "type": "String",
2836
- "value": "var(--kendo-border-radius-xl, 1rem)"
2878
+ "value": "var(--kendo-border-radius-full, 50rem)"
2837
2879
  },
2838
2880
  "kendo-suggestion-focus-shadow-blur": {
2839
2881
  "type": "Number",
@@ -2855,6 +2897,10 @@
2855
2897
  "type": "String",
2856
2898
  "value": "\"base\""
2857
2899
  },
2900
+ "kendo-suggestion-scroll-gradient": {
2901
+ "type": "List",
2902
+ "value": "(rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%)"
2903
+ },
2858
2904
  "kendo-bubble-border-radius": {
2859
2905
  "type": "String",
2860
2906
  "value": "var(--kendo-border-radius-xl, 1rem)"
@@ -2865,7 +2911,7 @@
2865
2911
  },
2866
2912
  "kendo-bubble-padding-y": {
2867
2913
  "type": "String",
2868
- "value": "var(--kendo-spacing-2, 0.5rem)"
2914
+ "value": "var(--kendo-spacing-3, 0.75rem)"
2869
2915
  },
2870
2916
  "kendo-bubble-padding-x": {
2871
2917
  "type": "String",
@@ -4442,6 +4488,231 @@
4442
4488
  "type": "Null",
4443
4489
  "value": "null"
4444
4490
  },
4491
+ "kendo-segmented-control-default-size": {
4492
+ "type": "String",
4493
+ "value": "\"md\""
4494
+ },
4495
+ "kendo-segmented-control-padding-x": {
4496
+ "type": "String",
4497
+ "value": "var(--kendo-spacing-0\\.5, 0.125rem)"
4498
+ },
4499
+ "kendo-segmented-control-padding-y": {
4500
+ "type": "String",
4501
+ "value": "var(--kendo-spacing-0\\.5, 0.125rem)"
4502
+ },
4503
+ "kendo-segmented-control-border-radius": {
4504
+ "type": "String",
4505
+ "value": "var(--kendo-border-radius-full, 50rem)"
4506
+ },
4507
+ "kendo-segmented-control-bg": {
4508
+ "type": "String",
4509
+ "value": "var(--kendo-color-base-subtle, #e9ecef)"
4510
+ },
4511
+ "kendo-segmented-control-text": {
4512
+ "type": "String",
4513
+ "value": "var(--kendo-color-on-base, #212529)"
4514
+ },
4515
+ "kendo-segmented-control-sm-font-size": {
4516
+ "type": "String",
4517
+ "value": "var(--kendo-font-size-sm, inherit)"
4518
+ },
4519
+ "kendo-segmented-control-md-font-size": {
4520
+ "type": "String",
4521
+ "value": "var(--kendo-font-size, inherit)"
4522
+ },
4523
+ "kendo-segmented-control-lg-font-size": {
4524
+ "type": "String",
4525
+ "value": "var(--kendo-font-size-lg, inherit)"
4526
+ },
4527
+ "kendo-segmented-control-font-family": {
4528
+ "type": "String",
4529
+ "value": "var(--kendo-font-family, inherit)"
4530
+ },
4531
+ "kendo-segmented-control-sm-line-height": {
4532
+ "type": "Number",
4533
+ "value": "1.4285714285714286"
4534
+ },
4535
+ "kendo-segmented-control-md-line-height": {
4536
+ "type": "String",
4537
+ "value": "var(--kendo-line-height, normal)"
4538
+ },
4539
+ "kendo-segmented-control-lg-line-height": {
4540
+ "type": "String",
4541
+ "value": "var(--kendo-line-height, normal)"
4542
+ },
4543
+ "kendo-segmented-control-thumb-border-radius": {
4544
+ "type": "String",
4545
+ "value": "var(--kendo-border-radius-full, 50rem)"
4546
+ },
4547
+ "kendo-segmented-control-thumb-shadow": {
4548
+ "type": "String",
4549
+ "value": "none"
4550
+ },
4551
+ "kendo-segmented-control-thumb-bg": {
4552
+ "type": "String",
4553
+ "value": "var(--kendo-color-surface-alt, #ffffff)"
4554
+ },
4555
+ "kendo-segmented-control-thumb-text": {
4556
+ "type": "String",
4557
+ "value": "var(--kendo-color-on-base, #212529)"
4558
+ },
4559
+ "kendo-segmented-control-sm-button-padding-x": {
4560
+ "type": "String",
4561
+ "value": "var(--kendo-spacing-3, 0.75rem)"
4562
+ },
4563
+ "kendo-segmented-control-md-button-padding-x": {
4564
+ "type": "String",
4565
+ "value": "var(--kendo-spacing-3, 0.75rem)"
4566
+ },
4567
+ "kendo-segmented-control-lg-button-padding-x": {
4568
+ "type": "String",
4569
+ "value": "var(--kendo-spacing-3, 0.75rem)"
4570
+ },
4571
+ "kendo-segmented-control-sm-button-padding-y": {
4572
+ "type": "Calculation",
4573
+ "value": "calc(var(--kendo-spacing-0\\.5, 0.125rem) + 1px)"
4574
+ },
4575
+ "kendo-segmented-control-md-button-padding-y": {
4576
+ "type": "Calculation",
4577
+ "value": "calc(var(--kendo-spacing-1, 0.25rem) + 1px)"
4578
+ },
4579
+ "kendo-segmented-control-lg-button-padding-y": {
4580
+ "type": "Calculation",
4581
+ "value": "calc(var(--kendo-spacing-1\\.5, 0.375rem) + 1px)"
4582
+ },
4583
+ "kendo-segmented-control-button-border-width": {
4584
+ "type": "Number",
4585
+ "value": "0px"
4586
+ },
4587
+ "kendo-segmented-control-button-border-radius": {
4588
+ "type": "String",
4589
+ "value": "var(--kendo-border-radius-full, 50rem)"
4590
+ },
4591
+ "kendo-segmented-control-sm-button-gap": {
4592
+ "type": "String",
4593
+ "value": "var(--kendo-spacing-1\\.5, 0.375rem)"
4594
+ },
4595
+ "kendo-segmented-control-md-button-gap": {
4596
+ "type": "String",
4597
+ "value": "var(--kendo-spacing-1\\.5, 0.375rem)"
4598
+ },
4599
+ "kendo-segmented-control-lg-button-gap": {
4600
+ "type": "String",
4601
+ "value": "var(--kendo-spacing-2, 0.5rem)"
4602
+ },
4603
+ "kendo-segmented-control-button-hover-bg": {
4604
+ "type": "String",
4605
+ "value": "var(--kendo-color-base-hover, #ced4da)"
4606
+ },
4607
+ "kendo-segmented-control-button-focus-indicator": {
4608
+ "type": "List",
4609
+ "value": "(inset 0 0 0 2px color-mix(in srgb, currentColor 16%, transparent))"
4610
+ },
4611
+ "kendo-segmented-control-sizes": {
4612
+ "type": "Map",
4613
+ "value": "(sm: (font-size: var(--kendo-font-size-sm, inherit), line-height: 1.4285714285714286, 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)), 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-1, 0.25rem) + 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)))",
4614
+ "prettyValue": {
4615
+ "sm": {
4616
+ "font-size": "var(--kendo-font-size-sm, inherit)",
4617
+ "line-height": 1.4285714285714286,
4618
+ "button-padding-x": "var(--kendo-spacing-3, 0.75rem)",
4619
+ "button-padding-y": "calc(var(--kendo-spacing-0\\.5, 0.125rem) + 1px)",
4620
+ "button-gap": "var(--kendo-spacing-1\\.5, 0.375rem)"
4621
+ },
4622
+ "md": {
4623
+ "font-size": "var(--kendo-font-size, inherit)",
4624
+ "line-height": "var(--kendo-line-height, normal)",
4625
+ "button-padding-x": "var(--kendo-spacing-3, 0.75rem)",
4626
+ "button-padding-y": "calc(var(--kendo-spacing-1, 0.25rem) + 1px)",
4627
+ "button-gap": "var(--kendo-spacing-1\\.5, 0.375rem)"
4628
+ },
4629
+ "lg": {
4630
+ "font-size": "var(--kendo-font-size-lg, inherit)",
4631
+ "line-height": "var(--kendo-line-height, normal)",
4632
+ "button-padding-x": "var(--kendo-spacing-3, 0.75rem)",
4633
+ "button-padding-y": "calc(var(--kendo-spacing-1\\.5, 0.375rem) + 1px)",
4634
+ "button-gap": "var(--kendo-spacing-2, 0.5rem)"
4635
+ }
4636
+ }
4637
+ },
4638
+ "kendo-smart-box-default-size": {
4639
+ "type": "String",
4640
+ "value": "\"md\""
4641
+ },
4642
+ "kendo-smart-box-default-roundness": {
4643
+ "type": "String",
4644
+ "value": "\"full\""
4645
+ },
4646
+ "kendo-smart-box-roundness": {
4647
+ "type": "List",
4648
+ "value": "(\"none\", \"sm\", \"md\", \"lg\", \"full\")"
4649
+ },
4650
+ "kendo-smart-box-suffix-spacing": {
4651
+ "type": "String",
4652
+ "value": "var(--kendo-spacing-1, 0.25rem)"
4653
+ },
4654
+ "kendo-smart-box-sm-padding-x": {
4655
+ "type": "Number",
4656
+ "value": "0"
4657
+ },
4658
+ "kendo-smart-box-md-padding-x": {
4659
+ "type": "String",
4660
+ "value": "var(--kendo-spacing-1, 0.25rem)"
4661
+ },
4662
+ "kendo-smart-box-lg-padding-x": {
4663
+ "type": "Calculation",
4664
+ "value": "calc(var(--kendo-spacing-2, 0.5rem) + 1px)"
4665
+ },
4666
+ "kendo-smart-box-sm-prefix-margin-x": {
4667
+ "type": "Number",
4668
+ "value": "0"
4669
+ },
4670
+ "kendo-smart-box-md-prefix-margin-x": {
4671
+ "type": "String",
4672
+ "value": "var(--kendo-spacing-0, 0px)"
4673
+ },
4674
+ "kendo-smart-box-lg-prefix-margin-x": {
4675
+ "type": "String",
4676
+ "value": "var(--kendo-spacing-0, 0px)"
4677
+ },
4678
+ "kendo-smart-box-popup-padding-inline": {
4679
+ "type": "Number",
4680
+ "value": "0"
4681
+ },
4682
+ "kendo-smart-box-popup-padding-block": {
4683
+ "type": "String",
4684
+ "value": "var(--kendo-spacing-2, 0.5rem)"
4685
+ },
4686
+ "kendo-smart-box-popup-border-radius": {
4687
+ "type": "String",
4688
+ "value": "var(--kendo-border-radius-md, 0.375rem)"
4689
+ },
4690
+ "kendo-smart-box-popup-spacing": {
4691
+ "type": "String",
4692
+ "value": "var(--kendo-spacing-2, 0.5rem)"
4693
+ },
4694
+ "kendo-smart-box-popup-segmented-control-margin": {
4695
+ "type": "String",
4696
+ "value": "var(--kendo-spacing-2, 0.5rem)"
4697
+ },
4698
+ "kendo-smart-box-sizes": {
4699
+ "type": "Map",
4700
+ "value": "(sm: (padding-x: 0, prefix-margin-x: 0), md: (padding-x: var(--kendo-spacing-1, 0.25rem), prefix-margin-x: var(--kendo-spacing-0, 0px)), lg: (padding-x: calc(var(--kendo-spacing-2, 0.5rem) + 1px), prefix-margin-x: var(--kendo-spacing-0, 0px)))",
4701
+ "prettyValue": {
4702
+ "sm": {
4703
+ "padding-x": 0,
4704
+ "prefix-margin-x": 0
4705
+ },
4706
+ "md": {
4707
+ "padding-x": "var(--kendo-spacing-1, 0.25rem)",
4708
+ "prefix-margin-x": "var(--kendo-spacing-0, 0px)"
4709
+ },
4710
+ "lg": {
4711
+ "padding-x": "calc(var(--kendo-spacing-2, 0.5rem) + 1px)",
4712
+ "prefix-margin-x": "var(--kendo-spacing-0, 0px)"
4713
+ }
4714
+ }
4715
+ },
4445
4716
  "kendo-checkbox-border-width": {
4446
4717
  "type": "Number",
4447
4718
  "value": "1px"
@@ -5938,6 +6209,10 @@
5938
6209
  "type": "Number",
5939
6210
  "value": "10em"
5940
6211
  },
6212
+ "kendo-toolbar-smart-box-min-width": {
6213
+ "type": "Number",
6214
+ "value": "350px"
6215
+ },
5941
6216
  "kendo-toolbar-item-shadow": {
5942
6217
  "type": "List",
5943
6218
  "value": "(0 0 0 0.25rem color-mix(in srgb, var(--kendo-color-primary, #0d6efd) 25%, transparent))"
@@ -7453,6 +7728,14 @@
7453
7728
  "type": "String",
7454
7729
  "value": "\"md\""
7455
7730
  },
7731
+ "kendo-treeview-gap": {
7732
+ "type": "String",
7733
+ "value": "var(--kendo-spacing-0\\.5, 0.125rem)"
7734
+ },
7735
+ "kendo-treeview-border-radius": {
7736
+ "type": "Null",
7737
+ "value": "null"
7738
+ },
7456
7739
  "kendo-treeview-font-family": {
7457
7740
  "type": "String",
7458
7741
  "value": "var(--kendo-font-family, inherit)"
@@ -7522,8 +7805,8 @@
7522
7805
  "value": "0px"
7523
7806
  },
7524
7807
  "kendo-treeview-item-border-radius": {
7525
- "type": "String",
7526
- "value": "var(--kendo-spacing-1, 0.25rem)"
7808
+ "type": "Null",
7809
+ "value": "null"
7527
7810
  },
7528
7811
  "kendo-treeview-sm-checkbox-padding-x": {
7529
7812
  "type": "String",
@@ -7623,6 +7906,10 @@
7623
7906
  "type": "Null",
7624
7907
  "value": "null"
7625
7908
  },
7909
+ "kendo-treeview-item-selected-hover-bg": {
7910
+ "type": "String",
7911
+ "value": "var(--kendo-color-primary-hover, #0b5ed7)"
7912
+ },
7626
7913
  "kendo-treeview-item-focus-shadow": {
7627
7914
  "type": "List",
7628
7915
  "value": "(inset 0 0 0 2px color-mix(in srgb, var(--kendo-color-on-app-surface, #212529) 15%, transparent))"
@@ -7668,10 +7955,18 @@
7668
7955
  "value": "(inset 0 0 0 2px color-mix(in srgb, var(--kendo-color-on-app-surface, #212529) 15%, transparent))"
7669
7956
  },
7670
7957
  "kendo-dropdowntree-popup-padding-x": {
7958
+ "type": "Null",
7959
+ "value": "null"
7960
+ },
7961
+ "kendo-dropdowntree-popup-padding-y": {
7962
+ "type": "Null",
7963
+ "value": "null"
7964
+ },
7965
+ "kendo-dropdowntree-check-all-padding-x": {
7671
7966
  "type": "String",
7672
7967
  "value": "var(--kendo-spacing-2, 0.5rem)"
7673
7968
  },
7674
- "kendo-dropdowntree-popup-padding-y": {
7969
+ "kendo-dropdowntree-check-all-padding-y": {
7675
7970
  "type": "String",
7676
7971
  "value": "var(--kendo-spacing-2, 0.5rem)"
7677
7972
  },
@@ -14211,13 +14506,101 @@
14211
14506
  "type": "String",
14212
14507
  "value": "var(--kendo-color-surface, #f8f9fa)"
14213
14508
  },
14509
+ "kendo-file-box-padding-x": {
14510
+ "type": "String",
14511
+ "value": "var(--kendo-spacing-1, 0.25rem)"
14512
+ },
14513
+ "kendo-file-box-padding-y": {
14514
+ "type": "String",
14515
+ "value": "var(--kendo-spacing-1, 0.25rem)"
14516
+ },
14517
+ "kendo-file-box-gap": {
14518
+ "type": "String",
14519
+ "value": "var(--kendo-spacing-1, 0.25rem)"
14520
+ },
14521
+ "kendo-file-box-min-width": {
14522
+ "type": "Number",
14523
+ "value": "96px"
14524
+ },
14525
+ "kendo-file-box-max-width": {
14526
+ "type": "Number",
14527
+ "value": "160px"
14528
+ },
14529
+ "kendo-file-box-border-width": {
14530
+ "type": "Number",
14531
+ "value": "1px"
14532
+ },
14533
+ "kendo-file-box-border-style": {
14534
+ "type": "String",
14535
+ "value": "solid"
14536
+ },
14537
+ "kendo-file-box-border-radius": {
14538
+ "type": "String",
14539
+ "value": "var(--kendo-border-radius-md, 0.375rem)"
14540
+ },
14541
+ "kendo-file-box-name-font-size": {
14542
+ "type": "String",
14543
+ "value": "var(--kendo-font-size-sm, inherit)"
14544
+ },
14545
+ "kendo-file-box-name-line-height": {
14546
+ "type": "String",
14547
+ "value": "var(--kendo-line-height-sm, normal)"
14548
+ },
14549
+ "kendo-file-box-size-font-size": {
14550
+ "type": "String",
14551
+ "value": "var(--kendo-font-size-xs, inherit)"
14552
+ },
14553
+ "kendo-file-box-size-line-height": {
14554
+ "type": "String",
14555
+ "value": "var(--kendo-line-height-xs, normal)"
14556
+ },
14557
+ "kendo-file-box-bg": {
14558
+ "type": "String",
14559
+ "value": "color-mix(in srgb, var(--kendo-color-base-on-subtle, #212529) 8%, transparent)"
14560
+ },
14561
+ "kendo-file-box-text": {
14562
+ "type": "String",
14563
+ "value": "var(--kendo-color-base-on-subtle, #212529)"
14564
+ },
14565
+ "kendo-file-box-border": {
14566
+ "type": "String",
14567
+ "value": "color-mix(in srgb, var(--kendo-color-base-on-subtle, #212529) 8%, transparent)"
14568
+ },
14569
+ "kendo-file-box-wrapper-scroll-gradient": {
14570
+ "type": "List",
14571
+ "value": "(rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%)"
14572
+ },
14573
+ "kendo-prompt-box-border-radius": {
14574
+ "type": "String",
14575
+ "value": "var(--kendo-border-radius-xl, 1rem)"
14576
+ },
14577
+ "kendo-prompt-box-box-shadow": {
14578
+ "type": "String",
14579
+ "value": "var(--kendo-elevation-1, 0px 1px 2px rgba(0, 0, 0, 0.038))"
14580
+ },
14581
+ "kendo-prompt-box-header-padding": {
14582
+ "type": "String",
14583
+ "value": "var(--kendo-spacing-2, 0.5rem)"
14584
+ },
14585
+ "kendo-prompt-box-input-inner-padding": {
14586
+ "type": "String",
14587
+ "value": "var(--kendo-spacing-3, 0.75rem)"
14588
+ },
14589
+ "kendo-prompt-box-affix-padding": {
14590
+ "type": "String",
14591
+ "value": "var(--kendo-spacing-2, 0.5rem)"
14592
+ },
14593
+ "kendo-prompt-box-affix-spacing": {
14594
+ "type": "String",
14595
+ "value": "var(--kendo-spacing-1, 0.25rem)"
14596
+ },
14214
14597
  "kendo-chat-padding-x": {
14215
14598
  "type": "String",
14216
- "value": "var(--kendo-spacing-4, 1rem)"
14599
+ "value": "var(--kendo-spacing-5, 1.25rem)"
14217
14600
  },
14218
14601
  "kendo-chat-padding-y": {
14219
14602
  "type": "String",
14220
- "value": "var(--kendo-spacing-4, 1rem)"
14603
+ "value": "var(--kendo-spacing-5, 1.25rem)"
14221
14604
  },
14222
14605
  "kendo-chat-width": {
14223
14606
  "type": "Number",
@@ -14225,7 +14608,7 @@
14225
14608
  },
14226
14609
  "kendo-chat-height": {
14227
14610
  "type": "Number",
14228
- "value": "600px"
14611
+ "value": "320px"
14229
14612
  },
14230
14613
  "kendo-chat-border-width": {
14231
14614
  "type": "Number",
@@ -14259,18 +14642,26 @@
14259
14642
  "type": "String",
14260
14643
  "value": "var(--kendo-spacing-2, 0.5rem)"
14261
14644
  },
14645
+ "kendo-sequential-messages-border-radius": {
14646
+ "type": "String",
14647
+ "value": "var(--kendo-border-radius-xs, 0.125rem)"
14648
+ },
14262
14649
  "kendo-chat-message-list-padding-x": {
14263
14650
  "type": "String",
14264
- "value": "var(--kendo-spacing-4, 1rem)"
14651
+ "value": "var(--kendo-spacing-5, 1.25rem)"
14265
14652
  },
14266
14653
  "kendo-chat-message-list-padding-y": {
14267
14654
  "type": "String",
14268
- "value": "var(--kendo-spacing-4, 1rem)"
14655
+ "value": "var(--kendo-spacing-5, 1.25rem)"
14269
14656
  },
14270
14657
  "kendo-chat-message-list-spacing": {
14271
14658
  "type": "String",
14272
14659
  "value": "var(--kendo-spacing-4, 1rem)"
14273
14660
  },
14661
+ "kendo-chat-message-box-wrapper-spacing": {
14662
+ "type": "String",
14663
+ "value": "var(--kendo-spacing-4, 1rem)"
14664
+ },
14274
14665
  "kendo-chat-status-min-size": {
14275
14666
  "type": "String",
14276
14667
  "value": "var(--kendo-spacing-1\\.5, 0.375rem)"
@@ -14333,7 +14724,7 @@
14333
14724
  },
14334
14725
  "kendo-chat-bubble-spacing": {
14335
14726
  "type": "String",
14336
- "value": "var(--kendo-spacing-2, 0.5rem)"
14727
+ "value": "var(--kendo-spacing-1, 0.25rem)"
14337
14728
  },
14338
14729
  "kendo-chat-toolbar-bg": {
14339
14730
  "type": "String",
@@ -14348,8 +14739,8 @@
14348
14739
  "value": "inherit"
14349
14740
  },
14350
14741
  "kendo-chat-bg": {
14351
- "type": "String",
14352
- "value": "var(--kendo-color-surface, #f8f9fa)"
14742
+ "type": "Color",
14743
+ "value": "transparent"
14353
14744
  },
14354
14745
  "kendo-chat-text": {
14355
14746
  "type": "String",
@@ -14403,78 +14794,34 @@
14403
14794
  "type": "List",
14404
14795
  "value": "(0 0 0 2px color-mix(in srgb, var(--kendo-color-primary, #0d6efd) 16%, transparent))"
14405
14796
  },
14406
- "kendo-chat-typing-indicator-text": {
14797
+ "kendo-chat-failed-bubble-text": {
14407
14798
  "type": "String",
14408
14799
  "value": "var(--kendo-color-base-on-subtle, #212529)"
14409
14800
  },
14410
- "kendo-chat-file-min-width": {
14411
- "type": "Number",
14412
- "value": "96px"
14413
- },
14414
- "kendo-chat-file-max-width": {
14415
- "type": "Number",
14416
- "value": "160px"
14417
- },
14418
- "kendo-chat-file-name-font-size": {
14419
- "type": "String",
14420
- "value": "var(--kendo-font-size-sm, inherit)"
14421
- },
14422
- "kendo-chat-file-name-line-height": {
14423
- "type": "String",
14424
- "value": "var(--kendo-line-height-sm, normal)"
14425
- },
14426
- "kendo-chat-file-size-font-size": {
14427
- "type": "String",
14428
- "value": "var(--kendo-font-size-xs, inherit)"
14429
- },
14430
- "kendo-chat-file-size-line-height": {
14431
- "type": "String",
14432
- "value": "var(--kendo-line-height-xs, normal)"
14433
- },
14434
- "kendo-chat-file-padding-x": {
14801
+ "kendo-chat-failed-bubble-bg": {
14435
14802
  "type": "String",
14436
- "value": "var(--kendo-spacing-1, 0.25rem)"
14803
+ "value": "var(--kendo-color-error-subtle, #f8d7da)"
14437
14804
  },
14438
- "kendo-chat-file-padding-y": {
14805
+ "kendo-chat-failed-bubble-border": {
14439
14806
  "type": "String",
14440
- "value": "var(--kendo-spacing-1, 0.25rem)"
14807
+ "value": "var(--kendo-color-error-emphasis, rgba(220, 53, 69, 0.4))"
14441
14808
  },
14442
- "kendo-chat-file-gap": {
14809
+ "kendo-chat-failed-content-color": {
14443
14810
  "type": "String",
14444
- "value": "var(--kendo-spacing-1, 0.25rem)"
14445
- },
14446
- "kendo-chat-file-border-width": {
14447
- "type": "Number",
14448
- "value": "1px"
14811
+ "value": "var(--kendo-color-error-on-surface, #dc3545)"
14449
14812
  },
14450
- "kendo-chat-file-border-style": {
14813
+ "kendo-chat-failed-bubble-hover-bg": {
14451
14814
  "type": "String",
14452
- "value": "solid"
14815
+ "value": "var(--kendo-color-error-subtle-hover, #f5c2c7)"
14453
14816
  },
14454
- "kendo-chat-file-bg": {
14817
+ "kendo-chat-failed-bubble-selected-bg": {
14455
14818
  "type": "String",
14456
- "value": "color-mix(in srgb, var(--kendo-color-base-on-subtle, #212529) 8%, transparent)"
14819
+ "value": "var(--kendo-color-error-subtle-active, #f1aeb5)"
14457
14820
  },
14458
- "kendo-chat-file-text": {
14821
+ "kendo-chat-typing-indicator-text": {
14459
14822
  "type": "String",
14460
14823
  "value": "var(--kendo-color-base-on-subtle, #212529)"
14461
14824
  },
14462
- "kendo-chat-file-border": {
14463
- "type": "String",
14464
- "value": "color-mix(in srgb, var(--kendo-color-base-on-subtle, #212529) 8%, transparent)"
14465
- },
14466
- "kendo-chat-file-border-radius": {
14467
- "type": "String",
14468
- "value": "var(--kendo-border-radius-md, 0.375rem)"
14469
- },
14470
- "kendo-chat-file-download-padding-x": {
14471
- "type": "Null",
14472
- "value": "null"
14473
- },
14474
- "kendo-chat-file-download-padding-y": {
14475
- "type": "Null",
14476
- "value": "null"
14477
- },
14478
14825
  "kendo-chat-sender-file-bg": {
14479
14826
  "type": "String",
14480
14827
  "value": "color-mix(in srgb, var(--kendo-color-on-primary, #ffffff) 14%, transparent)"
@@ -14509,7 +14856,7 @@
14509
14856
  },
14510
14857
  "kendo-chat-message-reference-bg": {
14511
14858
  "type": "String",
14512
- "value": "var(--kendo-color-surface, #f8f9fa)"
14859
+ "value": "color-mix(in srgb, var(--kendo-color-surface, #f8f9fa) 90%, transparent)"
14513
14860
  },
14514
14861
  "kendo-chat-message-reference-text": {
14515
14862
  "type": "String",