@progress/kendo-theme-classic 13.0.0-dev.0 → 13.0.0-dev.2

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 (62) 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 +7178 -2740
  17. package/dist/meta/sassdoc-raw-data.json +3466 -1457
  18. package/dist/meta/variables.json +476 -121
  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 +5 -5
  34. package/scss/bubble/_variables.scss +1 -1
  35. package/scss/chat/_index.scss +2 -0
  36. package/scss/chat/_variables.scss +33 -60
  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/grid/_variables.scss +11 -1
  45. package/scss/icons/_variables.scss +5 -1
  46. package/scss/index.scss +12 -0
  47. package/scss/list/_variables.scss +55 -20
  48. package/scss/prompt-box/_index.scss +16 -0
  49. package/scss/prompt-box/_layout.scss +6 -0
  50. package/scss/prompt-box/_theme.scss +6 -0
  51. package/scss/prompt-box/_variables.scss +34 -0
  52. package/scss/segmented-control/_index.scss +16 -0
  53. package/scss/segmented-control/_layout.scss +6 -0
  54. package/scss/segmented-control/_theme.scss +6 -0
  55. package/scss/segmented-control/_variables.scss +142 -0
  56. package/scss/smart-box/_index.scss +24 -0
  57. package/scss/smart-box/_layout.scss +6 -0
  58. package/scss/smart-box/_theme.scss +6 -0
  59. package/scss/smart-box/_variables.scss +71 -0
  60. package/scss/suggestion/_variables.scss +14 -4
  61. package/scss/toolbar/_variables.scss +4 -0
  62. 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
2888
  "value": "var(--kendo-line-height, 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",
@@ -5750,11 +5796,11 @@
5750
5796
  },
5751
5797
  "kendo-menu-popup-item-active-bg": {
5752
5798
  "type": "String",
5753
- "value": "var(--kendo-color-primary, #f35800)"
5799
+ "value": "color-mix(in srgb, var(--kendo-color-on-app-surface, #272727) 12%, transparent)"
5754
5800
  },
5755
5801
  "kendo-menu-popup-item-active-text": {
5756
5802
  "type": "String",
5757
- "value": "var(--kendo-color-on-primary, #ffffff)"
5803
+ "value": "var(--kendo-color-on-app-surface, #272727)"
5758
5804
  },
5759
5805
  "kendo-menu-popup-item-active-border": {
5760
5806
  "type": "Null",
@@ -5952,6 +5998,10 @@
5952
5998
  "type": "Number",
5953
5999
  "value": "10em"
5954
6000
  },
6001
+ "kendo-toolbar-smart-box-min-width": {
6002
+ "type": "Number",
6003
+ "value": "350px"
6004
+ },
5955
6005
  "kendo-toolbar-item-shadow": {
5956
6006
  "type": "List",
5957
6007
  "value": "(0 0 4px 0 color-mix(in srgb, var(--kendo-color-border, #cacaca) 75%, transparent))"
@@ -7467,6 +7517,14 @@
7467
7517
  "type": "String",
7468
7518
  "value": "\"md\""
7469
7519
  },
7520
+ "kendo-treeview-gap": {
7521
+ "type": "String",
7522
+ "value": "var(--kendo-spacing-0\\.5, 0.125rem)"
7523
+ },
7524
+ "kendo-treeview-border-radius": {
7525
+ "type": "String",
7526
+ "value": "var(--kendo-border-radius-sm, 0.125rem)"
7527
+ },
7470
7528
  "kendo-treeview-font-family": {
7471
7529
  "type": "String",
7472
7530
  "value": "var(--kendo-font-family, inherit)"
@@ -7607,7 +7665,7 @@
7607
7665
  },
7608
7666
  "kendo-treeview-item-hover-bg": {
7609
7667
  "type": "String",
7610
- "value": "color-mix(in srgb, var(--kendo-color-on-app-surface, #272727) 8%, transparent)"
7668
+ "value": "color-mix(in srgb, var(--kendo-color-on-app-surface, #272727) 6%, transparent)"
7611
7669
  },
7612
7670
  "kendo-treeview-item-hover-text": {
7613
7671
  "type": "String",
@@ -7623,11 +7681,11 @@
7623
7681
  },
7624
7682
  "kendo-treeview-item-selected-bg": {
7625
7683
  "type": "String",
7626
- "value": "var(--kendo-color-primary, #f35800)"
7684
+ "value": "color-mix(in srgb, var(--kendo-color-on-app-surface, #272727) 12%, transparent)"
7627
7685
  },
7628
7686
  "kendo-treeview-item-selected-text": {
7629
7687
  "type": "String",
7630
- "value": "var(--kendo-color-on-primary, #ffffff)"
7688
+ "value": "var(--kendo-color-on-app-surface, #272727)"
7631
7689
  },
7632
7690
  "kendo-treeview-item-selected-border": {
7633
7691
  "type": "String",
@@ -7637,6 +7695,10 @@
7637
7695
  "type": "Null",
7638
7696
  "value": "null"
7639
7697
  },
7698
+ "kendo-treeview-item-selected-hover-bg": {
7699
+ "type": "String",
7700
+ "value": "color-mix(in srgb, var(--kendo-color-on-app-surface, #272727) 18%, transparent)"
7701
+ },
7640
7702
  "kendo-treeview-item-focus-shadow": {
7641
7703
  "type": "List",
7642
7704
  "value": "(inset 0 0 2px 0 var(--kendo-color-border, #cacaca))"
@@ -7689,6 +7751,14 @@
7689
7751
  "type": "String",
7690
7752
  "value": "var(--kendo-spacing-2, 0.5rem)"
7691
7753
  },
7754
+ "kendo-dropdowntree-check-all-padding-x": {
7755
+ "type": "String",
7756
+ "value": "var(--kendo-spacing-1, 0.25rem)"
7757
+ },
7758
+ "kendo-dropdowntree-check-all-padding-y": {
7759
+ "type": "String",
7760
+ "value": "var(--kendo-spacing-2, 0.5rem)"
7761
+ },
7692
7762
  "kendo-rating-font-family": {
7693
7763
  "type": "String",
7694
7764
  "value": "var(--kendo-font-family, inherit)"
@@ -11969,6 +12039,10 @@
11969
12039
  "type": "String",
11970
12040
  "value": "var(--kendo-color-surface, #f0f0f0)"
11971
12041
  },
12042
+ "kendo-grid-sticky-container-shadow": {
12043
+ "type": "String",
12044
+ "value": "var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12))"
12045
+ },
11972
12046
  "kendo-grid-column-menu-width": {
11973
12047
  "type": "Number",
11974
12048
  "value": "230px"
@@ -12129,6 +12203,10 @@
12129
12203
  "type": "String",
12130
12204
  "value": "var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12))"
12131
12205
  },
12206
+ "kendo-grid-pinned-source-font-weight": {
12207
+ "type": "String",
12208
+ "value": "var(--kendo-font-weight-bold, 700)"
12209
+ },
12132
12210
  "kendo-listview-padding-x": {
12133
12211
  "type": "String",
12134
12212
  "value": "var(--kendo-spacing-1, 0.25rem)"
@@ -14201,13 +14279,77 @@
14201
14279
  "type": "String",
14202
14280
  "value": "var(--kendo-color-surface, #f0f0f0)"
14203
14281
  },
14282
+ "kendo-file-box-padding-x": {
14283
+ "type": "String",
14284
+ "value": "var(--kendo-spacing-1, 0.25rem)"
14285
+ },
14286
+ "kendo-file-box-padding-y": {
14287
+ "type": "String",
14288
+ "value": "var(--kendo-spacing-1, 0.25rem)"
14289
+ },
14290
+ "kendo-file-box-gap": {
14291
+ "type": "String",
14292
+ "value": "var(--kendo-spacing-1, 0.25rem)"
14293
+ },
14294
+ "kendo-file-box-min-width": {
14295
+ "type": "Number",
14296
+ "value": "96px"
14297
+ },
14298
+ "kendo-file-box-max-width": {
14299
+ "type": "Number",
14300
+ "value": "160px"
14301
+ },
14302
+ "kendo-file-box-border-width": {
14303
+ "type": "Number",
14304
+ "value": "1px"
14305
+ },
14306
+ "kendo-file-box-border-style": {
14307
+ "type": "String",
14308
+ "value": "solid"
14309
+ },
14310
+ "kendo-file-box-border-radius": {
14311
+ "type": "String",
14312
+ "value": "var(--kendo-border-radius-md, 0.25rem)"
14313
+ },
14314
+ "kendo-file-box-name-font-size": {
14315
+ "type": "String",
14316
+ "value": "var(--kendo-font-size-sm, inherit)"
14317
+ },
14318
+ "kendo-file-box-name-line-height": {
14319
+ "type": "String",
14320
+ "value": "var(--kendo-line-height-lg, normal)"
14321
+ },
14322
+ "kendo-file-box-size-font-size": {
14323
+ "type": "String",
14324
+ "value": "var(--kendo-font-size-xs, inherit)"
14325
+ },
14326
+ "kendo-file-box-size-line-height": {
14327
+ "type": "String",
14328
+ "value": "var(--kendo-line-height-xs, normal)"
14329
+ },
14330
+ "kendo-file-box-bg": {
14331
+ "type": "String",
14332
+ "value": "color-mix(in srgb, var(--kendo-color-base-on-subtle, #272727) 8%, transparent)"
14333
+ },
14334
+ "kendo-file-box-text": {
14335
+ "type": "String",
14336
+ "value": "var(--kendo-color-base-on-subtle, #272727)"
14337
+ },
14338
+ "kendo-file-box-border": {
14339
+ "type": "String",
14340
+ "value": "color-mix(in srgb, var(--kendo-color-base-on-subtle, #272727) 8%, transparent)"
14341
+ },
14342
+ "kendo-file-box-wrapper-scroll-gradient": {
14343
+ "type": "List",
14344
+ "value": "(rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%)"
14345
+ },
14204
14346
  "kendo-chat-padding-x": {
14205
14347
  "type": "String",
14206
- "value": "var(--kendo-spacing-4, 1rem)"
14348
+ "value": "var(--kendo-spacing-5, 1.25rem)"
14207
14349
  },
14208
14350
  "kendo-chat-padding-y": {
14209
14351
  "type": "String",
14210
- "value": "var(--kendo-spacing-4, 1rem)"
14352
+ "value": "var(--kendo-spacing-5, 1.25rem)"
14211
14353
  },
14212
14354
  "kendo-chat-width": {
14213
14355
  "type": "Number",
@@ -14249,18 +14391,26 @@
14249
14391
  "type": "String",
14250
14392
  "value": "var(--kendo-spacing-2, 0.5rem)"
14251
14393
  },
14394
+ "kendo-sequential-messages-border-radius": {
14395
+ "type": "String",
14396
+ "value": "var(--kendo-border-radius-sm, 0.125rem)"
14397
+ },
14252
14398
  "kendo-chat-message-list-padding-x": {
14253
14399
  "type": "String",
14254
- "value": "var(--kendo-spacing-4, 1rem)"
14400
+ "value": "var(--kendo-spacing-5, 1.25rem)"
14255
14401
  },
14256
14402
  "kendo-chat-message-list-padding-y": {
14257
14403
  "type": "String",
14258
- "value": "var(--kendo-spacing-4, 1rem)"
14404
+ "value": "var(--kendo-spacing-5, 1.25rem)"
14259
14405
  },
14260
14406
  "kendo-chat-message-list-spacing": {
14261
14407
  "type": "String",
14262
14408
  "value": "var(--kendo-spacing-4, 1rem)"
14263
14409
  },
14410
+ "kendo-chat-message-box-wrapper-spacing": {
14411
+ "type": "String",
14412
+ "value": "var(--kendo-spacing-3, 0.75rem)"
14413
+ },
14264
14414
  "kendo-chat-status-min-size": {
14265
14415
  "type": "String",
14266
14416
  "value": "var(--kendo-spacing-1\\.5, 0.375rem)"
@@ -14307,7 +14457,7 @@
14307
14457
  },
14308
14458
  "kendo-chat-message-meta-line-height": {
14309
14459
  "type": "String",
14310
- "value": "var(--kendo-line-height-lg, normal)"
14460
+ "value": "var(--kendo-line-height-xs, normal)"
14311
14461
  },
14312
14462
  "kendo-chat-author-font-size": {
14313
14463
  "type": "String",
@@ -14323,7 +14473,7 @@
14323
14473
  },
14324
14474
  "kendo-chat-bubble-spacing": {
14325
14475
  "type": "String",
14326
- "value": "var(--kendo-spacing-2, 0.5rem)"
14476
+ "value": "var(--kendo-spacing-1, 0.25rem)"
14327
14477
  },
14328
14478
  "kendo-chat-toolbar-bg": {
14329
14479
  "type": "String",
@@ -14338,8 +14488,8 @@
14338
14488
  "value": "inherit"
14339
14489
  },
14340
14490
  "kendo-chat-bg": {
14341
- "type": "String",
14342
- "value": "var(--kendo-color-surface, #f0f0f0)"
14491
+ "type": "Color",
14492
+ "value": "transparent"
14343
14493
  },
14344
14494
  "kendo-chat-text": {
14345
14495
  "type": "String",
@@ -14393,78 +14543,34 @@
14393
14543
  "type": "List",
14394
14544
  "value": "(0 0 0 2px color-mix(in srgb, var(--kendo-color-primary, #f35800) 16%, transparent))"
14395
14545
  },
14396
- "kendo-chat-typing-indicator-text": {
14546
+ "kendo-chat-failed-bubble-text": {
14397
14547
  "type": "String",
14398
14548
  "value": "var(--kendo-color-base-on-subtle, #272727)"
14399
14549
  },
14400
- "kendo-chat-file-min-width": {
14401
- "type": "Number",
14402
- "value": "96px"
14403
- },
14404
- "kendo-chat-file-max-width": {
14405
- "type": "Number",
14406
- "value": "160px"
14407
- },
14408
- "kendo-chat-file-name-font-size": {
14409
- "type": "String",
14410
- "value": "var(--kendo-font-size-sm, inherit)"
14411
- },
14412
- "kendo-chat-file-name-line-height": {
14550
+ "kendo-chat-failed-bubble-bg": {
14413
14551
  "type": "String",
14414
- "value": "var(--kendo-line-height-lg, normal)"
14552
+ "value": "var(--kendo-color-error-subtle, #f4c3b8)"
14415
14553
  },
14416
- "kendo-chat-file-size-font-size": {
14554
+ "kendo-chat-failed-bubble-border": {
14417
14555
  "type": "String",
14418
- "value": "var(--kendo-font-size-xs, inherit)"
14419
- },
14420
- "kendo-chat-file-size-line-height": {
14421
- "type": "String",
14422
- "value": "var(--kendo-line-height-xs, normal)"
14423
- },
14424
- "kendo-chat-file-padding-x": {
14425
- "type": "String",
14426
- "value": "var(--kendo-spacing-1, 0.25rem)"
14427
- },
14428
- "kendo-chat-file-padding-y": {
14429
- "type": "String",
14430
- "value": "var(--kendo-spacing-1, 0.25rem)"
14556
+ "value": "var(--kendo-color-error-emphasis, #e35e40)"
14431
14557
  },
14432
- "kendo-chat-file-gap": {
14558
+ "kendo-chat-failed-content-color": {
14433
14559
  "type": "String",
14434
- "value": "var(--kendo-spacing-1, 0.25rem)"
14435
- },
14436
- "kendo-chat-file-border-width": {
14437
- "type": "Number",
14438
- "value": "1px"
14560
+ "value": "var(--kendo-color-error-on-surface, #941b00)"
14439
14561
  },
14440
- "kendo-chat-file-border-style": {
14562
+ "kendo-chat-failed-bubble-hover-bg": {
14441
14563
  "type": "String",
14442
- "value": "solid"
14564
+ "value": "var(--kendo-color-error-subtle-hover, #f2b4a6)"
14443
14565
  },
14444
- "kendo-chat-file-bg": {
14566
+ "kendo-chat-failed-bubble-selected-bg": {
14445
14567
  "type": "String",
14446
- "value": "color-mix(in srgb, var(--kendo-color-base-on-subtle, #272727) 8%, transparent)"
14568
+ "value": "var(--kendo-color-error-subtle-active, #ec8e79)"
14447
14569
  },
14448
- "kendo-chat-file-text": {
14570
+ "kendo-chat-typing-indicator-text": {
14449
14571
  "type": "String",
14450
14572
  "value": "var(--kendo-color-base-on-subtle, #272727)"
14451
14573
  },
14452
- "kendo-chat-file-border": {
14453
- "type": "String",
14454
- "value": "color-mix(in srgb, var(--kendo-color-base-on-subtle, #272727) 8%, transparent)"
14455
- },
14456
- "kendo-chat-file-border-radius": {
14457
- "type": "String",
14458
- "value": "var(--kendo-border-radius-md, 0.25rem)"
14459
- },
14460
- "kendo-chat-file-download-padding-x": {
14461
- "type": "Null",
14462
- "value": "null"
14463
- },
14464
- "kendo-chat-file-download-padding-y": {
14465
- "type": "Null",
14466
- "value": "null"
14467
- },
14468
14574
  "kendo-chat-sender-file-bg": {
14469
14575
  "type": "String",
14470
14576
  "value": "color-mix(in srgb, var(--kendo-color-on-primary, #ffffff) 14%, transparent)"
@@ -14499,7 +14605,7 @@
14499
14605
  },
14500
14606
  "kendo-chat-message-reference-bg": {
14501
14607
  "type": "String",
14502
- "value": "var(--kendo-color-surface, #f0f0f0)"
14608
+ "value": "color-mix(in srgb, var(--kendo-color-surface, #f0f0f0) 90%, transparent)"
14503
14609
  },
14504
14610
  "kendo-chat-message-reference-text": {
14505
14611
  "type": "String",
@@ -15101,6 +15207,177 @@
15101
15207
  "type": "String",
15102
15208
  "value": "var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12))"
15103
15209
  },
15210
+ "kendo-segmented-control-default-size": {
15211
+ "type": "String",
15212
+ "value": "\"md\""
15213
+ },
15214
+ "kendo-segmented-control-padding-x": {
15215
+ "type": "String",
15216
+ "value": "var(--kendo-spacing-0\\.5, 0.125rem)"
15217
+ },
15218
+ "kendo-segmented-control-padding-y": {
15219
+ "type": "String",
15220
+ "value": "var(--kendo-spacing-0\\.5, 0.125rem)"
15221
+ },
15222
+ "kendo-segmented-control-border-radius": {
15223
+ "type": "String",
15224
+ "value": "var(--kendo-border-radius-full, 9999px)"
15225
+ },
15226
+ "kendo-segmented-control-bg": {
15227
+ "type": "String",
15228
+ "value": "var(--kendo-color-base-subtle, #f0f0f0)"
15229
+ },
15230
+ "kendo-segmented-control-text": {
15231
+ "type": "String",
15232
+ "value": "var(--kendo-color-on-app-surface, #272727)"
15233
+ },
15234
+ "kendo-segmented-control-sm-font-size": {
15235
+ "type": "String",
15236
+ "value": "var(--kendo-font-size, inherit)"
15237
+ },
15238
+ "kendo-segmented-control-md-font-size": {
15239
+ "type": "String",
15240
+ "value": "var(--kendo-font-size, inherit)"
15241
+ },
15242
+ "kendo-segmented-control-lg-font-size": {
15243
+ "type": "String",
15244
+ "value": "var(--kendo-font-size-lg, inherit)"
15245
+ },
15246
+ "kendo-segmented-control-font-family": {
15247
+ "type": "String",
15248
+ "value": "var(--kendo-font-family, inherit)"
15249
+ },
15250
+ "kendo-segmented-control-sm-line-height": {
15251
+ "type": "String",
15252
+ "value": "var(--kendo-line-height, normal)"
15253
+ },
15254
+ "kendo-segmented-control-md-line-height": {
15255
+ "type": "String",
15256
+ "value": "var(--kendo-line-height, normal)"
15257
+ },
15258
+ "kendo-segmented-control-lg-line-height": {
15259
+ "type": "String",
15260
+ "value": "var(--kendo-line-height, normal)"
15261
+ },
15262
+ "kendo-segmented-control-thumb-border-radius": {
15263
+ "type": "String",
15264
+ "value": "var(--kendo-border-radius-full, 9999px)"
15265
+ },
15266
+ "kendo-segmented-control-thumb-shadow": {
15267
+ "type": "String",
15268
+ "value": "none"
15269
+ },
15270
+ "kendo-segmented-control-thumb-bg": {
15271
+ "type": "String",
15272
+ "value": "var(--kendo-color-surface-alt, #ffffff)"
15273
+ },
15274
+ "kendo-segmented-control-thumb-text": {
15275
+ "type": "String",
15276
+ "value": "var(--kendo-color-on-app-surface, #272727)"
15277
+ },
15278
+ "kendo-segmented-control-sm-button-padding-x": {
15279
+ "type": "String",
15280
+ "value": "var(--kendo-spacing-3, 0.75rem)"
15281
+ },
15282
+ "kendo-segmented-control-md-button-padding-x": {
15283
+ "type": "String",
15284
+ "value": "var(--kendo-spacing-3, 0.75rem)"
15285
+ },
15286
+ "kendo-segmented-control-lg-button-padding-x": {
15287
+ "type": "String",
15288
+ "value": "var(--kendo-spacing-3, 0.75rem)"
15289
+ },
15290
+ "kendo-segmented-control-sm-button-padding-y": {
15291
+ "type": "String",
15292
+ "value": "var(--kendo-spacing-1px, 1px)"
15293
+ },
15294
+ "kendo-segmented-control-md-button-padding-y": {
15295
+ "type": "Calculation",
15296
+ "value": "calc(var(--kendo-spacing-0\\.5, 0.125rem) + 1px)"
15297
+ },
15298
+ "kendo-segmented-control-lg-button-padding-y": {
15299
+ "type": "Calculation",
15300
+ "value": "calc(var(--kendo-spacing-1\\.5, 0.375rem) + 1px)"
15301
+ },
15302
+ "kendo-segmented-control-button-border-width": {
15303
+ "type": "Number",
15304
+ "value": "0px"
15305
+ },
15306
+ "kendo-segmented-control-button-border-radius": {
15307
+ "type": "String",
15308
+ "value": "var(--kendo-border-radius-full, 9999px)"
15309
+ },
15310
+ "kendo-segmented-control-sm-button-gap": {
15311
+ "type": "String",
15312
+ "value": "var(--kendo-spacing-1\\.5, 0.375rem)"
15313
+ },
15314
+ "kendo-segmented-control-md-button-gap": {
15315
+ "type": "String",
15316
+ "value": "var(--kendo-spacing-1\\.5, 0.375rem)"
15317
+ },
15318
+ "kendo-segmented-control-lg-button-gap": {
15319
+ "type": "String",
15320
+ "value": "var(--kendo-spacing-2, 0.5rem)"
15321
+ },
15322
+ "kendo-segmented-control-button-hover-bg": {
15323
+ "type": "String",
15324
+ "value": "var(--kendo-color-base-hover, #dddddd)"
15325
+ },
15326
+ "kendo-segmented-control-button-focus-indicator": {
15327
+ "type": "List",
15328
+ "value": "(inset 0 0 0 2px color-mix(in srgb, currentColor 25%, transparent))"
15329
+ },
15330
+ "kendo-segmented-control-sizes": {
15331
+ "type": "Map",
15332
+ "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)))",
15333
+ "prettyValue": {
15334
+ "sm": {
15335
+ "font-size": "var(--kendo-font-size, inherit)",
15336
+ "line-height": "var(--kendo-line-height, normal)",
15337
+ "button-padding-x": "var(--kendo-spacing-3, 0.75rem)",
15338
+ "button-padding-y": "var(--kendo-spacing-1px, 1px)",
15339
+ "button-gap": "var(--kendo-spacing-1\\.5, 0.375rem)"
15340
+ },
15341
+ "md": {
15342
+ "font-size": "var(--kendo-font-size, inherit)",
15343
+ "line-height": "var(--kendo-line-height, normal)",
15344
+ "button-padding-x": "var(--kendo-spacing-3, 0.75rem)",
15345
+ "button-padding-y": "calc(var(--kendo-spacing-0\\.5, 0.125rem) + 1px)",
15346
+ "button-gap": "var(--kendo-spacing-1\\.5, 0.375rem)"
15347
+ },
15348
+ "lg": {
15349
+ "font-size": "var(--kendo-font-size-lg, inherit)",
15350
+ "line-height": "var(--kendo-line-height, normal)",
15351
+ "button-padding-x": "var(--kendo-spacing-3, 0.75rem)",
15352
+ "button-padding-y": "calc(var(--kendo-spacing-1\\.5, 0.375rem) + 1px)",
15353
+ "button-gap": "var(--kendo-spacing-2, 0.5rem)"
15354
+ }
15355
+ }
15356
+ },
15357
+ "kendo-prompt-box-border-radius": {
15358
+ "type": "String",
15359
+ "value": "var(--kendo-border-radius-xxl, 0.75rem)"
15360
+ },
15361
+ "kendo-prompt-box-box-shadow": {
15362
+ "type": "String",
15363
+ "value": "var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12))"
15364
+ },
15365
+ "kendo-prompt-box-header-padding": {
15366
+ "type": "String",
15367
+ "value": "var(--kendo-spacing-2, 0.5rem)"
15368
+ },
15369
+ "kendo-prompt-box-input-inner-padding": {
15370
+ "type": "String",
15371
+ "value": "var(--kendo-spacing-3, 0.75rem)"
15372
+ },
15373
+ "kendo-prompt-box-affix-padding": {
15374
+ "type": "String",
15375
+ "value": "var(--kendo-spacing-2, 0.5rem)"
15376
+ },
15377
+ "kendo-prompt-box-affix-spacing": {
15378
+ "type": "String",
15379
+ "value": "var(--kendo-spacing-1, 0.25rem)"
15380
+ },
15104
15381
  "kendo-series-a": {
15105
15382
  "type": "String",
15106
15383
  "value": "var(--kendo-color-series-a, #ff6358)"
@@ -16098,5 +16375,83 @@
16098
16375
  "kendo-marquee-border": {
16099
16376
  "type": "String",
16100
16377
  "value": "var(--kendo-color-primary, #f35800)"
16378
+ },
16379
+ "kendo-smart-box-default-size": {
16380
+ "type": "String",
16381
+ "value": "\"md\""
16382
+ },
16383
+ "kendo-smart-box-default-roundness": {
16384
+ "type": "String",
16385
+ "value": "\"full\""
16386
+ },
16387
+ "kendo-smart-box-roundness": {
16388
+ "type": "List",
16389
+ "value": "(\"none\", \"sm\", \"md\", \"lg\", \"full\")"
16390
+ },
16391
+ "kendo-smart-box-suffix-spacing": {
16392
+ "type": "String",
16393
+ "value": "var(--kendo-spacing-1, 0.25rem)"
16394
+ },
16395
+ "kendo-smart-box-sm-padding-x": {
16396
+ "type": "String",
16397
+ "value": "var(--kendo-spacing-0, 0px)"
16398
+ },
16399
+ "kendo-smart-box-md-padding-x": {
16400
+ "type": "String",
16401
+ "value": "var(--kendo-spacing-0\\.5, 0.125rem)"
16402
+ },
16403
+ "kendo-smart-box-lg-padding-x": {
16404
+ "type": "String",
16405
+ "value": "var(--kendo-spacing-2, 0.5rem)"
16406
+ },
16407
+ "kendo-smart-box-sm-prefix-margin-x": {
16408
+ "type": "String",
16409
+ "value": "var(--kendo-spacing-1, 0.25rem)"
16410
+ },
16411
+ "kendo-smart-box-md-prefix-margin-x": {
16412
+ "type": "String",
16413
+ "value": "var(--kendo-spacing-1, 0.25rem)"
16414
+ },
16415
+ "kendo-smart-box-lg-prefix-margin-x": {
16416
+ "type": "String",
16417
+ "value": "var(--kendo-spacing-0, 0px)"
16418
+ },
16419
+ "kendo-smart-box-popup-padding-inline": {
16420
+ "type": "String",
16421
+ "value": "var(--kendo-spacing-2, 0.5rem)"
16422
+ },
16423
+ "kendo-smart-box-popup-padding-block": {
16424
+ "type": "String",
16425
+ "value": "var(--kendo-spacing-2, 0.5rem)"
16426
+ },
16427
+ "kendo-smart-box-popup-border-radius": {
16428
+ "type": "String",
16429
+ "value": "var(--kendo-border-radius-xxl, 0.75rem)"
16430
+ },
16431
+ "kendo-smart-box-popup-spacing": {
16432
+ "type": "String",
16433
+ "value": "var(--kendo-spacing-2, 0.5rem)"
16434
+ },
16435
+ "kendo-smart-box-popup-segmented-control-margin": {
16436
+ "type": "String",
16437
+ "value": "var(--kendo-spacing-2, 0.5rem)"
16438
+ },
16439
+ "kendo-smart-box-sizes": {
16440
+ "type": "Map",
16441
+ "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)))",
16442
+ "prettyValue": {
16443
+ "sm": {
16444
+ "padding-x": "var(--kendo-spacing-0, 0px)",
16445
+ "prefix-margin-x": "var(--kendo-spacing-1, 0.25rem)"
16446
+ },
16447
+ "md": {
16448
+ "padding-x": "var(--kendo-spacing-0\\.5, 0.125rem)",
16449
+ "prefix-margin-x": "var(--kendo-spacing-1, 0.25rem)"
16450
+ },
16451
+ "lg": {
16452
+ "padding-x": "var(--kendo-spacing-2, 0.5rem)",
16453
+ "prefix-margin-x": "var(--kendo-spacing-0, 0px)"
16454
+ }
16455
+ }
16101
16456
  }
16102
16457
  }