@progress/kendo-theme-bootstrap 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 (60) 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 +7160 -2668
  15. package/dist/meta/sassdoc-raw-data.json +3284 -1250
  16. package/dist/meta/variables.json +461 -106
  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 +5 -5
  30. package/scss/bubble/_variables.scss +1 -1
  31. package/scss/chat/_index.scss +2 -0
  32. package/scss/chat/_variables.scss +35 -62
  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/grid/_theme.scss +9 -0
  41. package/scss/grid/_variables.scss +11 -1
  42. package/scss/icons/_variables.scss +5 -1
  43. package/scss/index.scss +12 -0
  44. package/scss/list/_variables.scss +53 -13
  45. package/scss/prompt-box/_index.scss +16 -0
  46. package/scss/prompt-box/_layout.scss +6 -0
  47. package/scss/prompt-box/_theme.scss +6 -0
  48. package/scss/prompt-box/_variables.scss +34 -0
  49. package/scss/segmented-control/_index.scss +16 -0
  50. package/scss/segmented-control/_layout.scss +6 -0
  51. package/scss/segmented-control/_theme.scss +6 -0
  52. package/scss/segmented-control/_variables.scss +144 -0
  53. package/scss/smart-box/_index.scss +24 -0
  54. package/scss/smart-box/_layout.scss +6 -0
  55. package/scss/smart-box/_theme.scss +13 -0
  56. package/scss/smart-box/_variables.scss +71 -0
  57. package/scss/suggestion/_variables.scss +12 -2
  58. package/scss/toolbar/_variables.scss +4 -0
  59. package/scss/treeview/_theme.scss +13 -0
  60. 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",
@@ -5938,6 +5984,10 @@
5938
5984
  "type": "Number",
5939
5985
  "value": "10em"
5940
5986
  },
5987
+ "kendo-toolbar-smart-box-min-width": {
5988
+ "type": "Number",
5989
+ "value": "350px"
5990
+ },
5941
5991
  "kendo-toolbar-item-shadow": {
5942
5992
  "type": "List",
5943
5993
  "value": "(0 0 0 0.25rem color-mix(in srgb, var(--kendo-color-primary, #0d6efd) 25%, transparent))"
@@ -7453,6 +7503,14 @@
7453
7503
  "type": "String",
7454
7504
  "value": "\"md\""
7455
7505
  },
7506
+ "kendo-treeview-gap": {
7507
+ "type": "String",
7508
+ "value": "var(--kendo-spacing-0\\.5, 0.125rem)"
7509
+ },
7510
+ "kendo-treeview-border-radius": {
7511
+ "type": "Null",
7512
+ "value": "null"
7513
+ },
7456
7514
  "kendo-treeview-font-family": {
7457
7515
  "type": "String",
7458
7516
  "value": "var(--kendo-font-family, inherit)"
@@ -7522,8 +7580,8 @@
7522
7580
  "value": "0px"
7523
7581
  },
7524
7582
  "kendo-treeview-item-border-radius": {
7525
- "type": "String",
7526
- "value": "var(--kendo-spacing-1, 0.25rem)"
7583
+ "type": "Null",
7584
+ "value": "null"
7527
7585
  },
7528
7586
  "kendo-treeview-sm-checkbox-padding-x": {
7529
7587
  "type": "String",
@@ -7623,6 +7681,10 @@
7623
7681
  "type": "Null",
7624
7682
  "value": "null"
7625
7683
  },
7684
+ "kendo-treeview-item-selected-hover-bg": {
7685
+ "type": "String",
7686
+ "value": "var(--kendo-color-primary-hover, #0b5ed7)"
7687
+ },
7626
7688
  "kendo-treeview-item-focus-shadow": {
7627
7689
  "type": "List",
7628
7690
  "value": "(inset 0 0 0 2px color-mix(in srgb, var(--kendo-color-on-app-surface, #212529) 15%, transparent))"
@@ -7668,10 +7730,18 @@
7668
7730
  "value": "(inset 0 0 0 2px color-mix(in srgb, var(--kendo-color-on-app-surface, #212529) 15%, transparent))"
7669
7731
  },
7670
7732
  "kendo-dropdowntree-popup-padding-x": {
7733
+ "type": "Null",
7734
+ "value": "null"
7735
+ },
7736
+ "kendo-dropdowntree-popup-padding-y": {
7737
+ "type": "Null",
7738
+ "value": "null"
7739
+ },
7740
+ "kendo-dropdowntree-check-all-padding-x": {
7671
7741
  "type": "String",
7672
7742
  "value": "var(--kendo-spacing-2, 0.5rem)"
7673
7743
  },
7674
- "kendo-dropdowntree-popup-padding-y": {
7744
+ "kendo-dropdowntree-check-all-padding-y": {
7675
7745
  "type": "String",
7676
7746
  "value": "var(--kendo-spacing-2, 0.5rem)"
7677
7747
  },
@@ -11963,6 +12033,10 @@
11963
12033
  "type": "String",
11964
12034
  "value": "var(--kendo-color-surface, #f8f9fa)"
11965
12035
  },
12036
+ "kendo-grid-sticky-container-shadow": {
12037
+ "type": "String",
12038
+ "value": "var(--kendo-elevation-2, 0px 2px 7px rgba(0, 0, 0, 0.075))"
12039
+ },
11966
12040
  "kendo-grid-column-menu-width": {
11967
12041
  "type": "Number",
11968
12042
  "value": "250px"
@@ -12123,6 +12197,10 @@
12123
12197
  "type": "String",
12124
12198
  "value": "var(--kendo-elevation-2, 0px 2px 7px rgba(0, 0, 0, 0.075))"
12125
12199
  },
12200
+ "kendo-grid-pinned-source-font-weight": {
12201
+ "type": "String",
12202
+ "value": "var(--kendo-font-weight-bold, 700)"
12203
+ },
12126
12204
  "kendo-grid-alt-text": {
12127
12205
  "type": "Null",
12128
12206
  "value": "null"
@@ -14203,13 +14281,77 @@
14203
14281
  "type": "String",
14204
14282
  "value": "var(--kendo-color-surface, #f8f9fa)"
14205
14283
  },
14284
+ "kendo-file-box-padding-x": {
14285
+ "type": "String",
14286
+ "value": "var(--kendo-spacing-1, 0.25rem)"
14287
+ },
14288
+ "kendo-file-box-padding-y": {
14289
+ "type": "String",
14290
+ "value": "var(--kendo-spacing-1, 0.25rem)"
14291
+ },
14292
+ "kendo-file-box-gap": {
14293
+ "type": "String",
14294
+ "value": "var(--kendo-spacing-1, 0.25rem)"
14295
+ },
14296
+ "kendo-file-box-min-width": {
14297
+ "type": "Number",
14298
+ "value": "96px"
14299
+ },
14300
+ "kendo-file-box-max-width": {
14301
+ "type": "Number",
14302
+ "value": "160px"
14303
+ },
14304
+ "kendo-file-box-border-width": {
14305
+ "type": "Number",
14306
+ "value": "1px"
14307
+ },
14308
+ "kendo-file-box-border-style": {
14309
+ "type": "String",
14310
+ "value": "solid"
14311
+ },
14312
+ "kendo-file-box-border-radius": {
14313
+ "type": "String",
14314
+ "value": "var(--kendo-border-radius-md, 0.375rem)"
14315
+ },
14316
+ "kendo-file-box-name-font-size": {
14317
+ "type": "String",
14318
+ "value": "var(--kendo-font-size-sm, inherit)"
14319
+ },
14320
+ "kendo-file-box-name-line-height": {
14321
+ "type": "String",
14322
+ "value": "var(--kendo-line-height-sm, normal)"
14323
+ },
14324
+ "kendo-file-box-size-font-size": {
14325
+ "type": "String",
14326
+ "value": "var(--kendo-font-size-xs, inherit)"
14327
+ },
14328
+ "kendo-file-box-size-line-height": {
14329
+ "type": "String",
14330
+ "value": "var(--kendo-line-height-xs, normal)"
14331
+ },
14332
+ "kendo-file-box-bg": {
14333
+ "type": "String",
14334
+ "value": "color-mix(in srgb, var(--kendo-color-base-on-subtle, #212529) 8%, transparent)"
14335
+ },
14336
+ "kendo-file-box-text": {
14337
+ "type": "String",
14338
+ "value": "var(--kendo-color-base-on-subtle, #212529)"
14339
+ },
14340
+ "kendo-file-box-border": {
14341
+ "type": "String",
14342
+ "value": "color-mix(in srgb, var(--kendo-color-base-on-subtle, #212529) 8%, transparent)"
14343
+ },
14344
+ "kendo-file-box-wrapper-scroll-gradient": {
14345
+ "type": "List",
14346
+ "value": "(rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%)"
14347
+ },
14206
14348
  "kendo-chat-padding-x": {
14207
14349
  "type": "String",
14208
- "value": "var(--kendo-spacing-4, 1rem)"
14350
+ "value": "var(--kendo-spacing-5, 1.25rem)"
14209
14351
  },
14210
14352
  "kendo-chat-padding-y": {
14211
14353
  "type": "String",
14212
- "value": "var(--kendo-spacing-4, 1rem)"
14354
+ "value": "var(--kendo-spacing-5, 1.25rem)"
14213
14355
  },
14214
14356
  "kendo-chat-width": {
14215
14357
  "type": "Number",
@@ -14251,18 +14393,26 @@
14251
14393
  "type": "String",
14252
14394
  "value": "var(--kendo-spacing-2, 0.5rem)"
14253
14395
  },
14396
+ "kendo-sequential-messages-border-radius": {
14397
+ "type": "String",
14398
+ "value": "var(--kendo-border-radius-xs, 0.125rem)"
14399
+ },
14254
14400
  "kendo-chat-message-list-padding-x": {
14255
14401
  "type": "String",
14256
- "value": "var(--kendo-spacing-4, 1rem)"
14402
+ "value": "var(--kendo-spacing-5, 1.25rem)"
14257
14403
  },
14258
14404
  "kendo-chat-message-list-padding-y": {
14259
14405
  "type": "String",
14260
- "value": "var(--kendo-spacing-4, 1rem)"
14406
+ "value": "var(--kendo-spacing-5, 1.25rem)"
14261
14407
  },
14262
14408
  "kendo-chat-message-list-spacing": {
14263
14409
  "type": "String",
14264
14410
  "value": "var(--kendo-spacing-4, 1rem)"
14265
14411
  },
14412
+ "kendo-chat-message-box-wrapper-spacing": {
14413
+ "type": "String",
14414
+ "value": "var(--kendo-spacing-3, 0.75rem)"
14415
+ },
14266
14416
  "kendo-chat-status-min-size": {
14267
14417
  "type": "String",
14268
14418
  "value": "var(--kendo-spacing-1\\.5, 0.375rem)"
@@ -14325,7 +14475,7 @@
14325
14475
  },
14326
14476
  "kendo-chat-bubble-spacing": {
14327
14477
  "type": "String",
14328
- "value": "var(--kendo-spacing-2, 0.5rem)"
14478
+ "value": "var(--kendo-spacing-1, 0.25rem)"
14329
14479
  },
14330
14480
  "kendo-chat-toolbar-bg": {
14331
14481
  "type": "String",
@@ -14340,8 +14490,8 @@
14340
14490
  "value": "inherit"
14341
14491
  },
14342
14492
  "kendo-chat-bg": {
14343
- "type": "String",
14344
- "value": "var(--kendo-color-surface, #f8f9fa)"
14493
+ "type": "Color",
14494
+ "value": "transparent"
14345
14495
  },
14346
14496
  "kendo-chat-text": {
14347
14497
  "type": "String",
@@ -14395,78 +14545,34 @@
14395
14545
  "type": "List",
14396
14546
  "value": "(0 0 0 2px color-mix(in srgb, var(--kendo-color-primary, #0d6efd) 16%, transparent))"
14397
14547
  },
14398
- "kendo-chat-typing-indicator-text": {
14548
+ "kendo-chat-failed-bubble-text": {
14399
14549
  "type": "String",
14400
14550
  "value": "var(--kendo-color-base-on-subtle, #212529)"
14401
14551
  },
14402
- "kendo-chat-file-min-width": {
14403
- "type": "Number",
14404
- "value": "96px"
14405
- },
14406
- "kendo-chat-file-max-width": {
14407
- "type": "Number",
14408
- "value": "160px"
14409
- },
14410
- "kendo-chat-file-name-font-size": {
14411
- "type": "String",
14412
- "value": "var(--kendo-font-size-sm, inherit)"
14413
- },
14414
- "kendo-chat-file-name-line-height": {
14415
- "type": "String",
14416
- "value": "var(--kendo-line-height-sm, normal)"
14417
- },
14418
- "kendo-chat-file-size-font-size": {
14419
- "type": "String",
14420
- "value": "var(--kendo-font-size-xs, inherit)"
14421
- },
14422
- "kendo-chat-file-size-line-height": {
14423
- "type": "String",
14424
- "value": "var(--kendo-line-height-xs, normal)"
14425
- },
14426
- "kendo-chat-file-padding-x": {
14552
+ "kendo-chat-failed-bubble-bg": {
14427
14553
  "type": "String",
14428
- "value": "var(--kendo-spacing-1, 0.25rem)"
14554
+ "value": "var(--kendo-color-error-subtle, #f8d7da)"
14429
14555
  },
14430
- "kendo-chat-file-padding-y": {
14556
+ "kendo-chat-failed-bubble-border": {
14431
14557
  "type": "String",
14432
- "value": "var(--kendo-spacing-1, 0.25rem)"
14558
+ "value": "var(--kendo-color-error-emphasis, rgba(220, 53, 69, 0.4))"
14433
14559
  },
14434
- "kendo-chat-file-gap": {
14560
+ "kendo-chat-failed-content-color": {
14435
14561
  "type": "String",
14436
- "value": "var(--kendo-spacing-1, 0.25rem)"
14437
- },
14438
- "kendo-chat-file-border-width": {
14439
- "type": "Number",
14440
- "value": "1px"
14562
+ "value": "var(--kendo-color-error-on-surface, #dc3545)"
14441
14563
  },
14442
- "kendo-chat-file-border-style": {
14564
+ "kendo-chat-failed-bubble-hover-bg": {
14443
14565
  "type": "String",
14444
- "value": "solid"
14566
+ "value": "var(--kendo-color-error-subtle-hover, #f5c2c7)"
14445
14567
  },
14446
- "kendo-chat-file-bg": {
14568
+ "kendo-chat-failed-bubble-selected-bg": {
14447
14569
  "type": "String",
14448
- "value": "color-mix(in srgb, var(--kendo-color-base-on-subtle, #212529) 8%, transparent)"
14570
+ "value": "var(--kendo-color-error-subtle-active, #f1aeb5)"
14449
14571
  },
14450
- "kendo-chat-file-text": {
14572
+ "kendo-chat-typing-indicator-text": {
14451
14573
  "type": "String",
14452
14574
  "value": "var(--kendo-color-base-on-subtle, #212529)"
14453
14575
  },
14454
- "kendo-chat-file-border": {
14455
- "type": "String",
14456
- "value": "color-mix(in srgb, var(--kendo-color-base-on-subtle, #212529) 8%, transparent)"
14457
- },
14458
- "kendo-chat-file-border-radius": {
14459
- "type": "String",
14460
- "value": "var(--kendo-border-radius-md, 0.375rem)"
14461
- },
14462
- "kendo-chat-file-download-padding-x": {
14463
- "type": "Null",
14464
- "value": "null"
14465
- },
14466
- "kendo-chat-file-download-padding-y": {
14467
- "type": "Null",
14468
- "value": "null"
14469
- },
14470
14576
  "kendo-chat-sender-file-bg": {
14471
14577
  "type": "String",
14472
14578
  "value": "color-mix(in srgb, var(--kendo-color-on-primary, #ffffff) 14%, transparent)"
@@ -14501,7 +14607,7 @@
14501
14607
  },
14502
14608
  "kendo-chat-message-reference-bg": {
14503
14609
  "type": "String",
14504
- "value": "var(--kendo-color-surface, #f8f9fa)"
14610
+ "value": "color-mix(in srgb, var(--kendo-color-surface, #f8f9fa) 90%, transparent)"
14505
14611
  },
14506
14612
  "kendo-chat-message-reference-text": {
14507
14613
  "type": "String",
@@ -15107,6 +15213,177 @@
15107
15213
  "type": "String",
15108
15214
  "value": "var(--kendo-elevation-1, 0px 1px 2px rgba(0, 0, 0, 0.038))"
15109
15215
  },
15216
+ "kendo-segmented-control-default-size": {
15217
+ "type": "String",
15218
+ "value": "\"md\""
15219
+ },
15220
+ "kendo-segmented-control-padding-x": {
15221
+ "type": "String",
15222
+ "value": "var(--kendo-spacing-0\\.5, 0.125rem)"
15223
+ },
15224
+ "kendo-segmented-control-padding-y": {
15225
+ "type": "String",
15226
+ "value": "var(--kendo-spacing-0\\.5, 0.125rem)"
15227
+ },
15228
+ "kendo-segmented-control-border-radius": {
15229
+ "type": "String",
15230
+ "value": "var(--kendo-border-radius-full, 50rem)"
15231
+ },
15232
+ "kendo-segmented-control-bg": {
15233
+ "type": "String",
15234
+ "value": "var(--kendo-color-base-subtle, #e9ecef)"
15235
+ },
15236
+ "kendo-segmented-control-text": {
15237
+ "type": "String",
15238
+ "value": "var(--kendo-color-on-base, #212529)"
15239
+ },
15240
+ "kendo-segmented-control-sm-font-size": {
15241
+ "type": "String",
15242
+ "value": "var(--kendo-font-size-sm, inherit)"
15243
+ },
15244
+ "kendo-segmented-control-md-font-size": {
15245
+ "type": "String",
15246
+ "value": "var(--kendo-font-size, inherit)"
15247
+ },
15248
+ "kendo-segmented-control-lg-font-size": {
15249
+ "type": "String",
15250
+ "value": "var(--kendo-font-size-lg, inherit)"
15251
+ },
15252
+ "kendo-segmented-control-font-family": {
15253
+ "type": "String",
15254
+ "value": "var(--kendo-font-family, inherit)"
15255
+ },
15256
+ "kendo-segmented-control-sm-line-height": {
15257
+ "type": "Number",
15258
+ "value": "1.4285714285714286"
15259
+ },
15260
+ "kendo-segmented-control-md-line-height": {
15261
+ "type": "String",
15262
+ "value": "var(--kendo-line-height, normal)"
15263
+ },
15264
+ "kendo-segmented-control-lg-line-height": {
15265
+ "type": "String",
15266
+ "value": "var(--kendo-line-height, normal)"
15267
+ },
15268
+ "kendo-segmented-control-thumb-border-radius": {
15269
+ "type": "String",
15270
+ "value": "var(--kendo-border-radius-full, 50rem)"
15271
+ },
15272
+ "kendo-segmented-control-thumb-shadow": {
15273
+ "type": "String",
15274
+ "value": "none"
15275
+ },
15276
+ "kendo-segmented-control-thumb-bg": {
15277
+ "type": "String",
15278
+ "value": "var(--kendo-color-surface-alt, #ffffff)"
15279
+ },
15280
+ "kendo-segmented-control-thumb-text": {
15281
+ "type": "String",
15282
+ "value": "var(--kendo-color-on-base, #212529)"
15283
+ },
15284
+ "kendo-segmented-control-sm-button-padding-x": {
15285
+ "type": "String",
15286
+ "value": "var(--kendo-spacing-3, 0.75rem)"
15287
+ },
15288
+ "kendo-segmented-control-md-button-padding-x": {
15289
+ "type": "String",
15290
+ "value": "var(--kendo-spacing-3, 0.75rem)"
15291
+ },
15292
+ "kendo-segmented-control-lg-button-padding-x": {
15293
+ "type": "String",
15294
+ "value": "var(--kendo-spacing-3, 0.75rem)"
15295
+ },
15296
+ "kendo-segmented-control-sm-button-padding-y": {
15297
+ "type": "Calculation",
15298
+ "value": "calc(var(--kendo-spacing-0\\.5, 0.125rem) + 1px)"
15299
+ },
15300
+ "kendo-segmented-control-md-button-padding-y": {
15301
+ "type": "Calculation",
15302
+ "value": "calc(var(--kendo-spacing-1, 0.25rem) + 1px)"
15303
+ },
15304
+ "kendo-segmented-control-lg-button-padding-y": {
15305
+ "type": "Calculation",
15306
+ "value": "calc(var(--kendo-spacing-1\\.5, 0.375rem) + 1px)"
15307
+ },
15308
+ "kendo-segmented-control-button-border-width": {
15309
+ "type": "Number",
15310
+ "value": "0px"
15311
+ },
15312
+ "kendo-segmented-control-button-border-radius": {
15313
+ "type": "String",
15314
+ "value": "var(--kendo-border-radius-full, 50rem)"
15315
+ },
15316
+ "kendo-segmented-control-sm-button-gap": {
15317
+ "type": "String",
15318
+ "value": "var(--kendo-spacing-1\\.5, 0.375rem)"
15319
+ },
15320
+ "kendo-segmented-control-md-button-gap": {
15321
+ "type": "String",
15322
+ "value": "var(--kendo-spacing-1\\.5, 0.375rem)"
15323
+ },
15324
+ "kendo-segmented-control-lg-button-gap": {
15325
+ "type": "String",
15326
+ "value": "var(--kendo-spacing-2, 0.5rem)"
15327
+ },
15328
+ "kendo-segmented-control-button-hover-bg": {
15329
+ "type": "String",
15330
+ "value": "var(--kendo-color-base-hover, #ced4da)"
15331
+ },
15332
+ "kendo-segmented-control-button-focus-indicator": {
15333
+ "type": "List",
15334
+ "value": "(inset 0 0 0 2px color-mix(in srgb, currentColor 16%, transparent))"
15335
+ },
15336
+ "kendo-segmented-control-sizes": {
15337
+ "type": "Map",
15338
+ "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)))",
15339
+ "prettyValue": {
15340
+ "sm": {
15341
+ "font-size": "var(--kendo-font-size-sm, inherit)",
15342
+ "line-height": 1.4285714285714286,
15343
+ "button-padding-x": "var(--kendo-spacing-3, 0.75rem)",
15344
+ "button-padding-y": "calc(var(--kendo-spacing-0\\.5, 0.125rem) + 1px)",
15345
+ "button-gap": "var(--kendo-spacing-1\\.5, 0.375rem)"
15346
+ },
15347
+ "md": {
15348
+ "font-size": "var(--kendo-font-size, inherit)",
15349
+ "line-height": "var(--kendo-line-height, normal)",
15350
+ "button-padding-x": "var(--kendo-spacing-3, 0.75rem)",
15351
+ "button-padding-y": "calc(var(--kendo-spacing-1, 0.25rem) + 1px)",
15352
+ "button-gap": "var(--kendo-spacing-1\\.5, 0.375rem)"
15353
+ },
15354
+ "lg": {
15355
+ "font-size": "var(--kendo-font-size-lg, inherit)",
15356
+ "line-height": "var(--kendo-line-height, normal)",
15357
+ "button-padding-x": "var(--kendo-spacing-3, 0.75rem)",
15358
+ "button-padding-y": "calc(var(--kendo-spacing-1\\.5, 0.375rem) + 1px)",
15359
+ "button-gap": "var(--kendo-spacing-2, 0.5rem)"
15360
+ }
15361
+ }
15362
+ },
15363
+ "kendo-prompt-box-border-radius": {
15364
+ "type": "String",
15365
+ "value": "var(--kendo-border-radius-xl, 1rem)"
15366
+ },
15367
+ "kendo-prompt-box-box-shadow": {
15368
+ "type": "String",
15369
+ "value": "var(--kendo-elevation-1, 0px 1px 2px rgba(0, 0, 0, 0.038))"
15370
+ },
15371
+ "kendo-prompt-box-header-padding": {
15372
+ "type": "String",
15373
+ "value": "var(--kendo-spacing-2, 0.5rem)"
15374
+ },
15375
+ "kendo-prompt-box-input-inner-padding": {
15376
+ "type": "String",
15377
+ "value": "var(--kendo-spacing-3, 0.75rem)"
15378
+ },
15379
+ "kendo-prompt-box-affix-padding": {
15380
+ "type": "String",
15381
+ "value": "var(--kendo-spacing-2, 0.5rem)"
15382
+ },
15383
+ "kendo-prompt-box-affix-spacing": {
15384
+ "type": "String",
15385
+ "value": "var(--kendo-spacing-1, 0.25rem)"
15386
+ },
15110
15387
  "kendo-series-a": {
15111
15388
  "type": "String",
15112
15389
  "value": "var(--kendo-color-series-a, #0b5ed7)"
@@ -16104,5 +16381,83 @@
16104
16381
  "kendo-marquee-border": {
16105
16382
  "type": "String",
16106
16383
  "value": "var(--kendo-color-primary, #0d6efd)"
16384
+ },
16385
+ "kendo-smart-box-default-size": {
16386
+ "type": "String",
16387
+ "value": "\"md\""
16388
+ },
16389
+ "kendo-smart-box-default-roundness": {
16390
+ "type": "String",
16391
+ "value": "\"full\""
16392
+ },
16393
+ "kendo-smart-box-roundness": {
16394
+ "type": "List",
16395
+ "value": "(\"none\", \"sm\", \"md\", \"lg\", \"full\")"
16396
+ },
16397
+ "kendo-smart-box-suffix-spacing": {
16398
+ "type": "String",
16399
+ "value": "var(--kendo-spacing-1, 0.25rem)"
16400
+ },
16401
+ "kendo-smart-box-sm-padding-x": {
16402
+ "type": "Number",
16403
+ "value": "0"
16404
+ },
16405
+ "kendo-smart-box-md-padding-x": {
16406
+ "type": "String",
16407
+ "value": "var(--kendo-spacing-1, 0.25rem)"
16408
+ },
16409
+ "kendo-smart-box-lg-padding-x": {
16410
+ "type": "Calculation",
16411
+ "value": "calc(var(--kendo-spacing-2, 0.5rem) + 1px)"
16412
+ },
16413
+ "kendo-smart-box-sm-prefix-margin-x": {
16414
+ "type": "Number",
16415
+ "value": "0"
16416
+ },
16417
+ "kendo-smart-box-md-prefix-margin-x": {
16418
+ "type": "String",
16419
+ "value": "var(--kendo-spacing-0, 0px)"
16420
+ },
16421
+ "kendo-smart-box-lg-prefix-margin-x": {
16422
+ "type": "String",
16423
+ "value": "var(--kendo-spacing-0, 0px)"
16424
+ },
16425
+ "kendo-smart-box-popup-padding-inline": {
16426
+ "type": "Number",
16427
+ "value": "0"
16428
+ },
16429
+ "kendo-smart-box-popup-padding-block": {
16430
+ "type": "String",
16431
+ "value": "var(--kendo-spacing-2, 0.5rem)"
16432
+ },
16433
+ "kendo-smart-box-popup-border-radius": {
16434
+ "type": "String",
16435
+ "value": "var(--kendo-border-radius-md, 0.375rem)"
16436
+ },
16437
+ "kendo-smart-box-popup-spacing": {
16438
+ "type": "String",
16439
+ "value": "var(--kendo-spacing-2, 0.5rem)"
16440
+ },
16441
+ "kendo-smart-box-popup-segmented-control-margin": {
16442
+ "type": "String",
16443
+ "value": "var(--kendo-spacing-2, 0.5rem)"
16444
+ },
16445
+ "kendo-smart-box-sizes": {
16446
+ "type": "Map",
16447
+ "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)))",
16448
+ "prettyValue": {
16449
+ "sm": {
16450
+ "padding-x": 0,
16451
+ "prefix-margin-x": 0
16452
+ },
16453
+ "md": {
16454
+ "padding-x": "var(--kendo-spacing-1, 0.25rem)",
16455
+ "prefix-margin-x": "var(--kendo-spacing-0, 0px)"
16456
+ },
16457
+ "lg": {
16458
+ "padding-x": "calc(var(--kendo-spacing-2, 0.5rem) + 1px)",
16459
+ "prefix-margin-x": "var(--kendo-spacing-0, 0px)"
16460
+ }
16461
+ }
16107
16462
  }
16108
16463
  }