@progress/kendo-theme-default 12.3.1-dev.8 → 13.0.0-dev.0

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 (74) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/default-blue.css +1 -1
  3. package/dist/default-dataviz-v4.css +1 -1
  4. package/dist/default-green.css +1 -1
  5. package/dist/default-main-dark.css +1 -1
  6. package/dist/default-main.css +1 -1
  7. package/dist/default-nordic.css +1 -1
  8. package/dist/default-ocean-blue-a11y.css +1 -1
  9. package/dist/default-ocean-blue.css +1 -1
  10. package/dist/default-orange.css +1 -1
  11. package/dist/default-purple.css +1 -1
  12. package/dist/default-turquoise.css +1 -1
  13. package/dist/default-urban.css +1 -1
  14. package/dist/meta/sassdoc-data.json +20524 -15850
  15. package/dist/meta/sassdoc-raw-data.json +9919 -7627
  16. package/dist/meta/variables.json +686 -436
  17. package/lib/swatches/default-blue.json +1 -1
  18. package/lib/swatches/default-dataviz-v4.json +1 -1
  19. package/lib/swatches/default-green.json +1 -1
  20. package/lib/swatches/default-main-dark.json +1 -1
  21. package/lib/swatches/default-main.json +1 -1
  22. package/lib/swatches/default-nordic.json +1 -1
  23. package/lib/swatches/default-ocean-blue-a11y.json +1 -1
  24. package/lib/swatches/default-ocean-blue.json +1 -1
  25. package/lib/swatches/default-orange.json +1 -1
  26. package/lib/swatches/default-purple.json +1 -1
  27. package/lib/swatches/default-turquoise.json +1 -1
  28. package/lib/swatches/default-urban.json +1 -1
  29. package/package.json +5 -5
  30. package/scss/appbar/_variables.scss +6 -16
  31. package/scss/avatar/_variables.scss +37 -23
  32. package/scss/badge/_variables.scss +22 -43
  33. package/scss/bottom-navigation/_variables.scss +12 -17
  34. package/scss/breadcrumb/_variables.scss +6 -30
  35. package/scss/button/_variables.scss +26 -46
  36. package/scss/calendar/_variables.scss +9 -30
  37. package/scss/card/_variables.scss +7 -17
  38. package/scss/checkbox/_variables.scss +13 -22
  39. package/scss/chip/_variables.scss +39 -51
  40. package/scss/coloreditor/_variables.scss +9 -39
  41. package/scss/colorgradient/_variables.scss +11 -41
  42. package/scss/colorpalette/_variables.scss +7 -19
  43. package/scss/column-menu/_variables.scss +6 -25
  44. package/scss/datetimepicker/_variables.scss +6 -15
  45. package/scss/dialog/_variables.scss +7 -10
  46. package/scss/fab/_variables.scss +21 -33
  47. package/scss/floating-label/_variables.scss +2 -2
  48. package/scss/forms/_variables.scss +7 -16
  49. package/scss/grid/_variables.scss +7 -41
  50. package/scss/icons/_variables.scss +6 -0
  51. package/scss/input/_variables.scss +38 -36
  52. package/scss/list/_variables.scss +7 -72
  53. package/scss/loader/_variables.scss +13 -17
  54. package/scss/menu/_variables.scss +6 -0
  55. package/scss/messagebox/_variables.scss +8 -17
  56. package/scss/notification/_functions.scss +3 -3
  57. package/scss/notification/_variables.scss +7 -13
  58. package/scss/otp/_variables.scss +1 -22
  59. package/scss/overlay/_variables.scss +6 -17
  60. package/scss/pager/_variables.scss +7 -25
  61. package/scss/radio/_variables.scss +7 -21
  62. package/scss/signature/_variables.scss +0 -21
  63. package/scss/split-button/_variables.scss +2 -2
  64. package/scss/spreadsheet/_variables.scss +1 -1
  65. package/scss/suggestion/_variables.scss +4 -45
  66. package/scss/switch/_variables.scss +101 -7
  67. package/scss/table/_variables.scss +6 -24
  68. package/scss/tabstrip/_variables.scss +6 -25
  69. package/scss/timeselector/_variables.scss +20 -38
  70. package/scss/toolbar/_variables.scss +12 -25
  71. package/scss/tooltip/_functions.scss +3 -3
  72. package/scss/tooltip/_variables.scss +2 -12
  73. package/scss/treeview/_variables.scss +8 -33
  74. package/scss/window/_variables.scss +12 -18
@@ -1889,6 +1889,10 @@
1889
1889
  }
1890
1890
  }
1891
1891
  },
1892
+ "kendo-icon-default-size": {
1893
+ "type": "String",
1894
+ "value": "\"md\""
1895
+ },
1892
1896
  "kendo-icon-size": {
1893
1897
  "type": "Number",
1894
1898
  "value": "16px"
@@ -1929,6 +1933,10 @@
1929
1933
  "type": "String",
1930
1934
  "value": "var(--kendo-spacing-1, 0.25rem)"
1931
1935
  },
1936
+ "kendo-message-box-default-theme-color": {
1937
+ "type": "Null",
1938
+ "value": "null"
1939
+ },
1932
1940
  "kendo-message-box-margin": {
1933
1941
  "type": "List",
1934
1942
  "value": "(0 0 var(--kendo-spacing-4, 1rem) 0)"
@@ -1974,20 +1982,8 @@
1974
1982
  "value": "underline"
1975
1983
  },
1976
1984
  "kendo-message-box-theme-colors": {
1977
- "type": "Map",
1978
- "value": "(\"primary\": var(--kendo-color-primary, #ff6358), \"secondary\": var(--kendo-color-secondary, #666666), \"tertiary\": var(--kendo-color-tertiary, #03a9f4), \"info\": var(--kendo-color-info, #0058e9), \"success\": var(--kendo-color-success, #37b400), \"warning\": var(--kendo-color-warning, #ffc000), \"error\": var(--kendo-color-error, #f31700), \"dark\": var(--kendo-color-dark, #3d3d3d), \"light\": var(--kendo-color-light, #ebebeb), \"inverse\": var(--kendo-color-dark, #3d3d3d))",
1979
- "prettyValue": {
1980
- "primary": "var(--kendo-color-primary, #ff6358)",
1981
- "secondary": "var(--kendo-color-secondary, #666666)",
1982
- "tertiary": "var(--kendo-color-tertiary, #03a9f4)",
1983
- "info": "var(--kendo-color-info, #0058e9)",
1984
- "success": "var(--kendo-color-success, #37b400)",
1985
- "warning": "var(--kendo-color-warning, #ffc000)",
1986
- "error": "var(--kendo-color-error, #f31700)",
1987
- "dark": "var(--kendo-color-dark, #3d3d3d)",
1988
- "light": "var(--kendo-color-light, #ebebeb)",
1989
- "inverse": "var(--kendo-color-dark, #3d3d3d)"
1990
- }
1985
+ "type": "List",
1986
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")"
1991
1987
  },
1992
1988
  "kendo-drag-hint-padding-x": {
1993
1989
  "type": "String",
@@ -2069,6 +2065,10 @@
2069
2065
  "type": "String",
2070
2066
  "value": "var(--kendo-color-primary, #ff6358)"
2071
2067
  },
2068
+ "kendo-list-default-size": {
2069
+ "type": "String",
2070
+ "value": "\"md\""
2071
+ },
2072
2072
  "kendo-list-font-family": {
2073
2073
  "type": "String",
2074
2074
  "value": "var(--kendo-font-family, inherit)"
@@ -2169,6 +2169,54 @@
2169
2169
  "type": "String",
2170
2170
  "value": "var(--kendo-font-weight-bold, normal)"
2171
2171
  },
2172
+ "kendo-list-item-group-label-sm-font-size": {
2173
+ "type": "Number",
2174
+ "value": "0.75em"
2175
+ },
2176
+ "kendo-list-item-group-label-md-font-size": {
2177
+ "type": "Number",
2178
+ "value": "0.75em"
2179
+ },
2180
+ "kendo-list-item-group-label-lg-font-size": {
2181
+ "type": "Number",
2182
+ "value": "0.75em"
2183
+ },
2184
+ "kendo-list-item-group-label-sm-line-height": {
2185
+ "type": "String",
2186
+ "value": "inherit"
2187
+ },
2188
+ "kendo-list-item-group-label-md-line-height": {
2189
+ "type": "String",
2190
+ "value": "inherit"
2191
+ },
2192
+ "kendo-list-item-group-label-lg-line-height": {
2193
+ "type": "String",
2194
+ "value": "inherit"
2195
+ },
2196
+ "kendo-list-item-group-label-sm-padding-x": {
2197
+ "type": "Number",
2198
+ "value": "0.5em"
2199
+ },
2200
+ "kendo-list-item-group-label-md-padding-x": {
2201
+ "type": "Number",
2202
+ "value": "0.5em"
2203
+ },
2204
+ "kendo-list-item-group-label-lg-padding-x": {
2205
+ "type": "Number",
2206
+ "value": "0.5em"
2207
+ },
2208
+ "kendo-list-item-group-label-sm-padding-y": {
2209
+ "type": "Number",
2210
+ "value": "0"
2211
+ },
2212
+ "kendo-list-item-group-label-md-padding-y": {
2213
+ "type": "Number",
2214
+ "value": "0"
2215
+ },
2216
+ "kendo-list-item-group-label-lg-padding-y": {
2217
+ "type": "Number",
2218
+ "value": "0"
2219
+ },
2172
2220
  "kendo-list-sm-filter-padding-x": {
2173
2221
  "type": "String",
2174
2222
  "value": "var(--kendo-spacing-2, 0.5rem)"
@@ -2313,54 +2361,6 @@
2313
2361
  "type": "String",
2314
2362
  "value": "var(--kendo-font-weight-bold, normal)"
2315
2363
  },
2316
- "kendo-list-item-group-label-sm-font-size": {
2317
- "type": "Number",
2318
- "value": "0.75em"
2319
- },
2320
- "kendo-list-item-group-label-md-font-size": {
2321
- "type": "Number",
2322
- "value": "0.75em"
2323
- },
2324
- "kendo-list-item-group-label-lg-font-size": {
2325
- "type": "Number",
2326
- "value": "0.75em"
2327
- },
2328
- "kendo-list-item-group-label-sm-line-height": {
2329
- "type": "String",
2330
- "value": "inherit"
2331
- },
2332
- "kendo-list-item-group-label-md-line-height": {
2333
- "type": "String",
2334
- "value": "inherit"
2335
- },
2336
- "kendo-list-item-group-label-lg-line-height": {
2337
- "type": "String",
2338
- "value": "inherit"
2339
- },
2340
- "kendo-list-item-group-label-sm-padding-x": {
2341
- "type": "Number",
2342
- "value": "0.5em"
2343
- },
2344
- "kendo-list-item-group-label-md-padding-x": {
2345
- "type": "Number",
2346
- "value": "0.5em"
2347
- },
2348
- "kendo-list-item-group-label-lg-padding-x": {
2349
- "type": "Number",
2350
- "value": "0.5em"
2351
- },
2352
- "kendo-list-item-group-label-sm-padding-y": {
2353
- "type": "Number",
2354
- "value": "0"
2355
- },
2356
- "kendo-list-item-group-label-md-padding-y": {
2357
- "type": "Number",
2358
- "value": "0"
2359
- },
2360
- "kendo-list-item-group-label-lg-padding-y": {
2361
- "type": "Number",
2362
- "value": "0"
2363
- },
2364
2364
  "kendo-list-sizes": {
2365
2365
  "type": "Map",
2366
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-2, 0.5rem), 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)))",
@@ -2565,30 +2565,22 @@
2565
2565
  "type": "Number",
2566
2566
  "value": "1px"
2567
2567
  },
2568
- "kendo-overlay-theme-colors": {
2569
- "type": "Map",
2570
- "value": "(\"primary\": var(--kendo-color-primary, #ff6358), \"secondary\": var(--kendo-color-secondary, #666666), \"tertiary\": var(--kendo-color-tertiary, #03a9f4), \"info\": var(--kendo-color-info, #0058e9), \"success\": var(--kendo-color-success, #37b400), \"warning\": var(--kendo-color-warning, #ffc000), \"error\": var(--kendo-color-error, #f31700), \"dark\": var(--kendo-color-dark, #3d3d3d), \"light\": var(--kendo-color-light, #ebebeb), \"inverse\": var(--kendo-color-dark, #3d3d3d))",
2571
- "prettyValue": {
2572
- "primary": "var(--kendo-color-primary, #ff6358)",
2573
- "secondary": "var(--kendo-color-secondary, #666666)",
2574
- "tertiary": "var(--kendo-color-tertiary, #03a9f4)",
2575
- "info": "var(--kendo-color-info, #0058e9)",
2576
- "success": "var(--kendo-color-success, #37b400)",
2577
- "warning": "var(--kendo-color-warning, #ffc000)",
2578
- "error": "var(--kendo-color-error, #f31700)",
2579
- "dark": "var(--kendo-color-dark, #3d3d3d)",
2580
- "light": "var(--kendo-color-light, #ebebeb)",
2581
- "inverse": "var(--kendo-color-dark, #3d3d3d)"
2582
- }
2568
+ "kendo-overlay-default-theme-color": {
2569
+ "type": "String",
2570
+ "value": "\"inverse\""
2583
2571
  },
2584
2572
  "kendo-overlay-bg": {
2585
- "type": "String",
2586
- "value": "var(--kendo-color-inverse, #3d3d3d)"
2573
+ "type": "Null",
2574
+ "value": "null"
2587
2575
  },
2588
2576
  "kendo-overlay-opacity": {
2589
2577
  "type": "Number",
2590
2578
  "value": "0.5"
2591
2579
  },
2580
+ "kendo-overlay-theme-colors": {
2581
+ "type": "List",
2582
+ "value": "(\"dark\", \"light\", \"inverse\")"
2583
+ },
2592
2584
  "kendo-popup-border-width": {
2593
2585
  "type": "Number",
2594
2586
  "value": "1px"
@@ -2629,6 +2621,10 @@
2629
2621
  "type": "String",
2630
2622
  "value": "var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12))"
2631
2623
  },
2624
+ "kendo-table-default-size": {
2625
+ "type": "String",
2626
+ "value": "\"md\""
2627
+ },
2632
2628
  "kendo-table-border-width": {
2633
2629
  "type": "Number",
2634
2630
  "value": "1px"
@@ -2853,42 +2849,6 @@
2853
2849
  "type": "String",
2854
2850
  "value": "var(--kendo-border-radius-xxl, 0.75rem)"
2855
2851
  },
2856
- "kendo-suggestion-bg": {
2857
- "type": "String",
2858
- "value": "var(--kendo-color-base-subtle, #ebebeb)"
2859
- },
2860
- "kendo-suggestion-text": {
2861
- "type": "String",
2862
- "value": "var(--kendo-color-base-on-subtle, #3d3d3d)"
2863
- },
2864
- "kendo-suggestion-border": {
2865
- "type": "String",
2866
- "value": "var(--kendo-color-base-emphasis, #c2c2c2)"
2867
- },
2868
- "kendo-suggestion-hover-bg": {
2869
- "type": "String",
2870
- "value": "var(--kendo-color-base-subtle-hover, #e0e0e0)"
2871
- },
2872
- "kendo-suggestion-hover-text": {
2873
- "type": "String",
2874
- "value": "var(--kendo-color-base-on-subtle, #3d3d3d)"
2875
- },
2876
- "kendo-suggestion-hover-border": {
2877
- "type": "String",
2878
- "value": "var(--kendo-color-base-emphasis, #c2c2c2)"
2879
- },
2880
- "kendo-suggestion-active-bg": {
2881
- "type": "String",
2882
- "value": "var(--kendo-color-base-subtle-active, #d6d6d6)"
2883
- },
2884
- "kendo-suggestion-active-text": {
2885
- "type": "String",
2886
- "value": "var(--kendo-color-base-on-subtle, #3d3d3d)"
2887
- },
2888
- "kendo-suggestion-active-border": {
2889
- "type": "String",
2890
- "value": "var(--kendo-color-base-emphasis, #c2c2c2)"
2891
- },
2892
2852
  "kendo-suggestion-focus-shadow-blur": {
2893
2853
  "type": "Number",
2894
2854
  "value": "0"
@@ -2902,12 +2862,12 @@
2902
2862
  "value": "color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 8%, transparent)"
2903
2863
  },
2904
2864
  "kendo-suggestion-theme-colors": {
2905
- "type": "Map",
2906
- "value": "(\"primary\": var(--kendo-color-primary, #ff6358), \"secondary\": var(--kendo-color-secondary, #666666))",
2907
- "prettyValue": {
2908
- "primary": "var(--kendo-color-primary, #ff6358)",
2909
- "secondary": "var(--kendo-color-secondary, #666666)"
2910
- }
2865
+ "type": "List",
2866
+ "value": "(\"base\", \"primary\", \"secondary\")"
2867
+ },
2868
+ "kendo-suggestion-default-theme-color": {
2869
+ "type": "String",
2870
+ "value": "\"base\""
2911
2871
  },
2912
2872
  "kendo-bubble-border-radius": {
2913
2873
  "type": "String",
@@ -2993,10 +2953,34 @@
2993
2953
  "type": "String",
2994
2954
  "value": "var(--kendo-spacing-2\\.5, 0.625rem)"
2995
2955
  },
2956
+ "kendo-avatar-default-theme-color": {
2957
+ "type": "String",
2958
+ "value": "\"primary\""
2959
+ },
2960
+ "kendo-avatar-default-fill-mode": {
2961
+ "type": "String",
2962
+ "value": "\"solid\""
2963
+ },
2964
+ "kendo-avatar-default-roundness": {
2965
+ "type": "String",
2966
+ "value": "\"full\""
2967
+ },
2968
+ "kendo-avatar-default-size": {
2969
+ "type": "String",
2970
+ "value": "\"md\""
2971
+ },
2972
+ "kendo-avatar-roundness": {
2973
+ "type": "List",
2974
+ "value": "(\"none\", \"sm\", \"md\", \"lg\", \"full\")"
2975
+ },
2996
2976
  "kendo-avatar-border-width": {
2997
2977
  "type": "Number",
2998
2978
  "value": "1px"
2999
2979
  },
2980
+ "kendo-avatar-border-radius": {
2981
+ "type": "Null",
2982
+ "value": "null"
2983
+ },
3000
2984
  "kendo-avatar-font-family": {
3001
2985
  "type": "String",
3002
2986
  "value": "var(--kendo-font-family, inherit)"
@@ -3009,6 +2993,18 @@
3009
2993
  "type": "String",
3010
2994
  "value": "var(--kendo-line-height-xs, normal)"
3011
2995
  },
2996
+ "kendo-avatar-sm-size": {
2997
+ "type": "String",
2998
+ "value": "var(--kendo-spacing-4, 1rem)"
2999
+ },
3000
+ "kendo-avatar-md-size": {
3001
+ "type": "String",
3002
+ "value": "var(--kendo-spacing-8, 2rem)"
3003
+ },
3004
+ "kendo-avatar-lg-size": {
3005
+ "type": "String",
3006
+ "value": "var(--kendo-spacing-16, 4rem)"
3007
+ },
3012
3008
  "kendo-avatar-sizes": {
3013
3009
  "type": "Map",
3014
3010
  "value": "(sm: var(--kendo-spacing-4, 1rem), md: var(--kendo-spacing-8, 2rem), lg: var(--kendo-spacing-16, 4rem))",
@@ -3019,20 +3015,24 @@
3019
3015
  }
3020
3016
  },
3021
3017
  "kendo-avatar-theme-colors": {
3022
- "type": "Map",
3023
- "value": "(\"primary\": var(--kendo-color-primary, #ff6358), \"secondary\": var(--kendo-color-secondary, #666666), \"tertiary\": var(--kendo-color-tertiary, #03a9f4), \"info\": var(--kendo-color-info, #0058e9), \"success\": var(--kendo-color-success, #37b400), \"warning\": var(--kendo-color-warning, #ffc000), \"error\": var(--kendo-color-error, #f31700), \"dark\": var(--kendo-color-dark, #3d3d3d), \"light\": var(--kendo-color-light, #ebebeb), \"inverse\": var(--kendo-color-dark, #3d3d3d))",
3024
- "prettyValue": {
3025
- "primary": "var(--kendo-color-primary, #ff6358)",
3026
- "secondary": "var(--kendo-color-secondary, #666666)",
3027
- "tertiary": "var(--kendo-color-tertiary, #03a9f4)",
3028
- "info": "var(--kendo-color-info, #0058e9)",
3029
- "success": "var(--kendo-color-success, #37b400)",
3030
- "warning": "var(--kendo-color-warning, #ffc000)",
3031
- "error": "var(--kendo-color-error, #f31700)",
3032
- "dark": "var(--kendo-color-dark, #3d3d3d)",
3033
- "light": "var(--kendo-color-light, #ebebeb)",
3034
- "inverse": "var(--kendo-color-dark, #3d3d3d)"
3035
- }
3018
+ "type": "List",
3019
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")"
3020
+ },
3021
+ "kendo-badge-default-theme-color": {
3022
+ "type": "String",
3023
+ "value": "\"primary\""
3024
+ },
3025
+ "kendo-badge-default-fill-mode": {
3026
+ "type": "String",
3027
+ "value": "\"solid\""
3028
+ },
3029
+ "kendo-badge-default-size": {
3030
+ "type": "String",
3031
+ "value": "\"md\""
3032
+ },
3033
+ "kendo-badge-default-roundness": {
3034
+ "type": "String",
3035
+ "value": "\"md\""
3036
3036
  },
3037
3037
  "kendo-badge-border-width": {
3038
3038
  "type": "Number",
@@ -3137,21 +3137,13 @@
3137
3137
  }
3138
3138
  }
3139
3139
  },
3140
+ "kendo-badge-roundness": {
3141
+ "type": "List",
3142
+ "value": "(\"none\", \"sm\", \"md\", \"lg\", \"full\")"
3143
+ },
3140
3144
  "kendo-badge-theme-colors": {
3141
- "type": "Map",
3142
- "value": "(\"primary\": var(--kendo-color-primary, #ff6358), \"secondary\": var(--kendo-color-secondary, #666666), \"tertiary\": var(--kendo-color-tertiary, #03a9f4), \"info\": var(--kendo-color-info, #0058e9), \"success\": var(--kendo-color-success, #37b400), \"warning\": var(--kendo-color-warning, #ffc000), \"error\": var(--kendo-color-error, #f31700), \"dark\": var(--kendo-color-dark, #3d3d3d), \"light\": var(--kendo-color-light, #ebebeb), \"inverse\": var(--kendo-color-dark, #3d3d3d))",
3143
- "prettyValue": {
3144
- "primary": "var(--kendo-color-primary, #ff6358)",
3145
- "secondary": "var(--kendo-color-secondary, #666666)",
3146
- "tertiary": "var(--kendo-color-tertiary, #03a9f4)",
3147
- "info": "var(--kendo-color-info, #0058e9)",
3148
- "success": "var(--kendo-color-success, #37b400)",
3149
- "warning": "var(--kendo-color-warning, #ffc000)",
3150
- "error": "var(--kendo-color-error, #f31700)",
3151
- "dark": "var(--kendo-color-dark, #3d3d3d)",
3152
- "light": "var(--kendo-color-light, #ebebeb)",
3153
- "inverse": "var(--kendo-color-dark, #3d3d3d)"
3154
- }
3145
+ "type": "List",
3146
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")"
3155
3147
  },
3156
3148
  "kendo-color-preview-border-radius": {
3157
3149
  "type": "String",
@@ -3197,6 +3189,14 @@
3197
3189
  "type": "String",
3198
3190
  "value": "url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAuSURBVHgBxYyxDQAwDMJIL+YT+DjtzFRliUfLcklqBCRT4eCTxbD6kdL2/LgYXqpvCbs3kBv/AAAAAElFTkSuQmCC\")"
3199
3191
  },
3192
+ "kendo-loader-default-size": {
3193
+ "type": "String",
3194
+ "value": "\"md\""
3195
+ },
3196
+ "kendo-loader-default-theme-color": {
3197
+ "type": "String",
3198
+ "value": "\"primary\""
3199
+ },
3200
3200
  "kendo-loader-segment-border-radius": {
3201
3201
  "type": "Number",
3202
3202
  "value": "50%"
@@ -3346,20 +3346,8 @@
3346
3346
  "value": "100"
3347
3347
  },
3348
3348
  "kendo-loader-theme-colors": {
3349
- "type": "Map",
3350
- "value": "(\"primary\": var(--kendo-color-primary, #ff6358), \"secondary\": var(--kendo-color-secondary, #666666), \"tertiary\": var(--kendo-color-tertiary, #03a9f4), \"info\": var(--kendo-color-info, #0058e9), \"success\": var(--kendo-color-success, #37b400), \"warning\": var(--kendo-color-warning, #ffc000), \"error\": var(--kendo-color-error, #f31700), \"dark\": var(--kendo-color-dark, #3d3d3d), \"light\": var(--kendo-color-light, #ebebeb), \"inverse\": var(--kendo-color-dark, #3d3d3d))",
3351
- "prettyValue": {
3352
- "primary": "var(--kendo-color-primary, #ff6358)",
3353
- "secondary": "var(--kendo-color-secondary, #666666)",
3354
- "tertiary": "var(--kendo-color-tertiary, #03a9f4)",
3355
- "info": "var(--kendo-color-info, #0058e9)",
3356
- "success": "var(--kendo-color-success, #37b400)",
3357
- "warning": "var(--kendo-color-warning, #ffc000)",
3358
- "error": "var(--kendo-color-error, #f31700)",
3359
- "dark": "var(--kendo-color-dark, #3d3d3d)",
3360
- "light": "var(--kendo-color-light, #ebebeb)",
3361
- "inverse": "var(--kendo-color-dark, #3d3d3d)"
3362
- }
3349
+ "type": "List",
3350
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")"
3363
3351
  },
3364
3352
  "kendo-skeleton-text-transform": {
3365
3353
  "type": "String",
@@ -3450,29 +3438,17 @@
3450
3438
  "value": "var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12))"
3451
3439
  },
3452
3440
  "kendo-tooltip-theme-colors": {
3453
- "type": "Map",
3454
- "value": "(\"primary\": var(--kendo-color-primary, #ff6358), \"secondary\": var(--kendo-color-secondary, #666666), \"tertiary\": var(--kendo-color-tertiary, #03a9f4), \"info\": var(--kendo-color-info, #0058e9), \"success\": var(--kendo-color-success, #37b400), \"warning\": var(--kendo-color-warning, #ffc000), \"error\": var(--kendo-color-error, #f31700), \"dark\": var(--kendo-color-dark, #3d3d3d), \"light\": var(--kendo-color-light, #ebebeb), \"inverse\": var(--kendo-color-dark, #3d3d3d))",
3455
- "prettyValue": {
3456
- "primary": "var(--kendo-color-primary, #ff6358)",
3457
- "secondary": "var(--kendo-color-secondary, #666666)",
3458
- "tertiary": "var(--kendo-color-tertiary, #03a9f4)",
3459
- "info": "var(--kendo-color-info, #0058e9)",
3460
- "success": "var(--kendo-color-success, #37b400)",
3461
- "warning": "var(--kendo-color-warning, #ffc000)",
3462
- "error": "var(--kendo-color-error, #f31700)",
3463
- "dark": "var(--kendo-color-dark, #3d3d3d)",
3464
- "light": "var(--kendo-color-light, #ebebeb)",
3465
- "inverse": "var(--kendo-color-dark, #3d3d3d)"
3466
- }
3441
+ "type": "List",
3442
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")"
3467
3443
  },
3468
3444
  "kendo-tooltip-theme": {
3469
3445
  "type": "Map",
3470
- "value": "(\"inverse\": (color: var(--kendo-color-on-inverse, #ffffff), background-color: var(--kendo-color-dark, #3d3d3d), border: var(--kendo-color-dark, #3d3d3d)), \"light\": (color: var(--kendo-color-on-light, #000000), background-color: var(--kendo-color-light, #ebebeb), border: var(--kendo-color-light, #ebebeb)), \"dark\": (color: var(--kendo-color-on-dark, #ffffff), background-color: var(--kendo-color-dark, #3d3d3d), border: var(--kendo-color-dark, #3d3d3d)), \"error\": (color: var(--kendo-color-on-error, #ffffff), background-color: var(--kendo-color-error, #f31700), border: var(--kendo-color-error, #f31700)), \"warning\": (color: var(--kendo-color-on-warning, #3d3d3d), background-color: var(--kendo-color-warning, #ffc000), border: var(--kendo-color-warning, #ffc000)), \"success\": (color: var(--kendo-color-on-success, #ffffff), background-color: var(--kendo-color-success, #37b400), border: var(--kendo-color-success, #37b400)), \"info\": (color: var(--kendo-color-on-info, #ffffff), background-color: var(--kendo-color-info, #0058e9), border: var(--kendo-color-info, #0058e9)), \"tertiary\": (color: var(--kendo-color-on-tertiary, #ffffff), background-color: var(--kendo-color-tertiary, #03a9f4), border: var(--kendo-color-tertiary, #03a9f4)), \"secondary\": (color: var(--kendo-color-on-secondary, #ffffff), background-color: var(--kendo-color-secondary, #666666), border: var(--kendo-color-secondary, #666666)), \"primary\": (color: var(--kendo-color-on-primary, #ffffff), background-color: var(--kendo-color-primary, #ff6358), border: var(--kendo-color-primary, #ff6358)))",
3446
+ "value": "(\"inverse\": (color: var(--kendo-color-on-inverse, #ffffff), background-color: var(--kendo-color-inverse, #3d3d3d), border: var(--kendo-color-inverse, #3d3d3d)), \"light\": (color: var(--kendo-color-on-light, #000000), background-color: var(--kendo-color-light, #ebebeb), border: var(--kendo-color-light, #ebebeb)), \"dark\": (color: var(--kendo-color-on-dark, #ffffff), background-color: var(--kendo-color-dark, #3d3d3d), border: var(--kendo-color-dark, #3d3d3d)), \"error\": (color: var(--kendo-color-on-error, #ffffff), background-color: var(--kendo-color-error, #f31700), border: var(--kendo-color-error, #f31700)), \"warning\": (color: var(--kendo-color-on-warning, #3d3d3d), background-color: var(--kendo-color-warning, #ffc000), border: var(--kendo-color-warning, #ffc000)), \"success\": (color: var(--kendo-color-on-success, #ffffff), background-color: var(--kendo-color-success, #37b400), border: var(--kendo-color-success, #37b400)), \"info\": (color: var(--kendo-color-on-info, #ffffff), background-color: var(--kendo-color-info, #0058e9), border: var(--kendo-color-info, #0058e9)), \"tertiary\": (color: var(--kendo-color-on-tertiary, #ffffff), background-color: var(--kendo-color-tertiary, #03a9f4), border: var(--kendo-color-tertiary, #03a9f4)), \"secondary\": (color: var(--kendo-color-on-secondary, #ffffff), background-color: var(--kendo-color-secondary, #666666), border: var(--kendo-color-secondary, #666666)), \"primary\": (color: var(--kendo-color-on-primary, #ffffff), background-color: var(--kendo-color-primary, #ff6358), border: var(--kendo-color-primary, #ff6358)), \"base\": (color: var(--kendo-color-on-base, #3d3d3d), background-color: var(--kendo-color-base, #f5f5f5), border: var(--kendo-color-base, #f5f5f5)))",
3471
3447
  "prettyValue": {
3472
3448
  "inverse": {
3473
3449
  "color": "var(--kendo-color-on-inverse, #ffffff)",
3474
- "background-color": "var(--kendo-color-dark, #3d3d3d)",
3475
- "border": "var(--kendo-color-dark, #3d3d3d)"
3450
+ "background-color": "var(--kendo-color-inverse, #3d3d3d)",
3451
+ "border": "var(--kendo-color-inverse, #3d3d3d)"
3476
3452
  },
3477
3453
  "light": {
3478
3454
  "color": "var(--kendo-color-on-light, #000000)",
@@ -3518,9 +3494,30 @@
3518
3494
  "color": "var(--kendo-color-on-primary, #ffffff)",
3519
3495
  "background-color": "var(--kendo-color-primary, #ff6358)",
3520
3496
  "border": "var(--kendo-color-primary, #ff6358)"
3497
+ },
3498
+ "base": {
3499
+ "color": "var(--kendo-color-on-base, #3d3d3d)",
3500
+ "background-color": "var(--kendo-color-base, #f5f5f5)",
3501
+ "border": "var(--kendo-color-base, #f5f5f5)"
3521
3502
  }
3522
3503
  }
3523
3504
  },
3505
+ "kendo-button-default-theme-color": {
3506
+ "type": "String",
3507
+ "value": "\"base\""
3508
+ },
3509
+ "kendo-button-default-fill-mode": {
3510
+ "type": "String",
3511
+ "value": "\"solid\""
3512
+ },
3513
+ "kendo-button-default-roundness": {
3514
+ "type": "String",
3515
+ "value": "\"md\""
3516
+ },
3517
+ "kendo-button-default-size": {
3518
+ "type": "String",
3519
+ "value": "\"md\""
3520
+ },
3524
3521
  "kendo-button-border-width": {
3525
3522
  "type": "Number",
3526
3523
  "value": "1px"
@@ -3621,47 +3618,6 @@
3621
3618
  "type": "Calculation",
3622
3619
  "value": "calc(var(--kendo-line-height-lg, normal) * 1em + var(--kendo-spacing-2, 0.5rem) * 2)"
3623
3620
  },
3624
- "kendo-button-sizes": {
3625
- "type": "Map",
3626
- "value": "(sm: (padding-x: var(--kendo-spacing-2, 0.5rem), padding-y: var(--kendo-spacing-0\\.5, 0.125rem), font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal)), md: (padding-x: var(--kendo-spacing-2, 0.5rem), padding-y: var(--kendo-spacing-1, 0.25rem), font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal)), lg: (padding-x: var(--kendo-spacing-2, 0.5rem), padding-y: var(--kendo-spacing-2, 0.5rem), font-size: var(--kendo-font-size-lg, inherit), line-height: var(--kendo-line-height-lg, normal)))",
3627
- "prettyValue": {
3628
- "sm": {
3629
- "padding-x": "var(--kendo-spacing-2, 0.5rem)",
3630
- "padding-y": "var(--kendo-spacing-0\\.5, 0.125rem)",
3631
- "font-size": "var(--kendo-font-size, inherit)",
3632
- "line-height": "var(--kendo-line-height, normal)"
3633
- },
3634
- "md": {
3635
- "padding-x": "var(--kendo-spacing-2, 0.5rem)",
3636
- "padding-y": "var(--kendo-spacing-1, 0.25rem)",
3637
- "font-size": "var(--kendo-font-size, inherit)",
3638
- "line-height": "var(--kendo-line-height, normal)"
3639
- },
3640
- "lg": {
3641
- "padding-x": "var(--kendo-spacing-2, 0.5rem)",
3642
- "padding-y": "var(--kendo-spacing-2, 0.5rem)",
3643
- "font-size": "var(--kendo-font-size-lg, inherit)",
3644
- "line-height": "var(--kendo-line-height-lg, normal)"
3645
- }
3646
- }
3647
- },
3648
- "kendo-button-theme-colors": {
3649
- "type": "Map",
3650
- "value": "(\"base\": var(--kendo-color-base, #f5f5f5), \"primary\": var(--kendo-color-primary, #ff6358), \"secondary\": var(--kendo-color-secondary, #666666), \"tertiary\": var(--kendo-color-tertiary, #03a9f4), \"info\": var(--kendo-color-info, #0058e9), \"success\": var(--kendo-color-success, #37b400), \"warning\": var(--kendo-color-warning, #ffc000), \"error\": var(--kendo-color-error, #f31700), \"dark\": var(--kendo-color-dark, #3d3d3d), \"light\": var(--kendo-color-light, #ebebeb), \"inverse\": var(--kendo-color-dark, #3d3d3d))",
3651
- "prettyValue": {
3652
- "base": "var(--kendo-color-base, #f5f5f5)",
3653
- "primary": "var(--kendo-color-primary, #ff6358)",
3654
- "secondary": "var(--kendo-color-secondary, #666666)",
3655
- "tertiary": "var(--kendo-color-tertiary, #03a9f4)",
3656
- "info": "var(--kendo-color-info, #0058e9)",
3657
- "success": "var(--kendo-color-success, #37b400)",
3658
- "warning": "var(--kendo-color-warning, #ffc000)",
3659
- "error": "var(--kendo-color-error, #f31700)",
3660
- "dark": "var(--kendo-color-dark, #3d3d3d)",
3661
- "light": "var(--kendo-color-light, #ebebeb)",
3662
- "inverse": "var(--kendo-color-dark, #3d3d3d)"
3663
- }
3664
- },
3665
3621
  "kendo-button-bg": {
3666
3622
  "type": "String",
3667
3623
  "value": "var(--kendo-color-base, #f5f5f5)"
@@ -3687,12 +3643,12 @@
3687
3643
  "value": "var(--kendo-color-base-hover, #ebebeb)"
3688
3644
  },
3689
3645
  "kendo-button-hover-text": {
3690
- "type": "Null",
3691
- "value": "null"
3646
+ "type": "String",
3647
+ "value": "var(--kendo-color-on-base, #3d3d3d)"
3692
3648
  },
3693
3649
  "kendo-button-hover-border": {
3694
- "type": "Null",
3695
- "value": "null"
3650
+ "type": "String",
3651
+ "value": "var(--kendo-color-border, rgba(0, 0, 0, 0.08))"
3696
3652
  },
3697
3653
  "kendo-button-hover-gradient": {
3698
3654
  "type": "Null",
@@ -3707,12 +3663,12 @@
3707
3663
  "value": "var(--kendo-color-base-active, #d6d6d6)"
3708
3664
  },
3709
3665
  "kendo-button-active-text": {
3710
- "type": "Null",
3711
- "value": "null"
3666
+ "type": "String",
3667
+ "value": "var(--kendo-color-on-base, #3d3d3d)"
3712
3668
  },
3713
3669
  "kendo-button-active-border": {
3714
- "type": "Null",
3715
- "value": "null"
3670
+ "type": "String",
3671
+ "value": "var(--kendo-color-border, rgba(0, 0, 0, 0.08))"
3716
3672
  },
3717
3673
  "kendo-button-active-gradient": {
3718
3674
  "type": "Null",
@@ -3850,6 +3806,54 @@
3850
3806
  "type": "List",
3851
3807
  "value": "(color var(--kendo-transition-rapid), background-color var(--kendo-transition-rapid), border-color var(--kendo-transition-rapid), box-shadow var(--kendo-transition-rapid), opacity var(--kendo-transition-rapid))"
3852
3808
  },
3809
+ "kendo-button-roundness": {
3810
+ "type": "List",
3811
+ "value": "(\"none\", \"sm\", \"md\", \"lg\", \"full\")"
3812
+ },
3813
+ "kendo-button-theme-colors": {
3814
+ "type": "List",
3815
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")"
3816
+ },
3817
+ "kendo-button-sizes": {
3818
+ "type": "Map",
3819
+ "value": "(sm: (padding-x: var(--kendo-spacing-2, 0.5rem), padding-y: var(--kendo-spacing-0\\.5, 0.125rem), font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal)), md: (padding-x: var(--kendo-spacing-2, 0.5rem), padding-y: var(--kendo-spacing-1, 0.25rem), font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal)), lg: (padding-x: var(--kendo-spacing-2, 0.5rem), padding-y: var(--kendo-spacing-2, 0.5rem), font-size: var(--kendo-font-size-lg, inherit), line-height: var(--kendo-line-height-lg, normal)))",
3820
+ "prettyValue": {
3821
+ "sm": {
3822
+ "padding-x": "var(--kendo-spacing-2, 0.5rem)",
3823
+ "padding-y": "var(--kendo-spacing-0\\.5, 0.125rem)",
3824
+ "font-size": "var(--kendo-font-size, inherit)",
3825
+ "line-height": "var(--kendo-line-height, normal)"
3826
+ },
3827
+ "md": {
3828
+ "padding-x": "var(--kendo-spacing-2, 0.5rem)",
3829
+ "padding-y": "var(--kendo-spacing-1, 0.25rem)",
3830
+ "font-size": "var(--kendo-font-size, inherit)",
3831
+ "line-height": "var(--kendo-line-height, normal)"
3832
+ },
3833
+ "lg": {
3834
+ "padding-x": "var(--kendo-spacing-2, 0.5rem)",
3835
+ "padding-y": "var(--kendo-spacing-2, 0.5rem)",
3836
+ "font-size": "var(--kendo-font-size-lg, inherit)",
3837
+ "line-height": "var(--kendo-line-height-lg, normal)"
3838
+ }
3839
+ }
3840
+ },
3841
+ "kendo-input-default-fill-mode": {
3842
+ "type": "String",
3843
+ "value": "\"solid\""
3844
+ },
3845
+ "kendo-input-default-roundness": {
3846
+ "type": "String",
3847
+ "value": "\"md\""
3848
+ },
3849
+ "kendo-input-default-size": {
3850
+ "type": "String",
3851
+ "value": "\"md\""
3852
+ },
3853
+ "kendo-input-roundness": {
3854
+ "type": "List",
3855
+ "value": "(\"none\", \"sm\", \"md\", \"lg\", \"full\")"
3856
+ },
3853
3857
  "kendo-input-default-width": {
3854
3858
  "type": "Number",
3855
3859
  "value": "100%"
@@ -3891,8 +3895,8 @@
3891
3895
  "value": "var(--kendo-font-family, inherit)"
3892
3896
  },
3893
3897
  "kendo-input-font-size": {
3894
- "type": "String",
3895
- "value": "var(--kendo-font-size, inherit)"
3898
+ "type": "Null",
3899
+ "value": "null"
3896
3900
  },
3897
3901
  "kendo-input-sm-font-size": {
3898
3902
  "type": "String",
@@ -3907,8 +3911,8 @@
3907
3911
  "value": "var(--kendo-font-size-lg, inherit)"
3908
3912
  },
3909
3913
  "kendo-input-line-height": {
3910
- "type": "String",
3911
- "value": "var(--kendo-line-height, normal)"
3914
+ "type": "Null",
3915
+ "value": "null"
3912
3916
  },
3913
3917
  "kendo-input-sm-line-height": {
3914
3918
  "type": "String",
@@ -4180,6 +4184,22 @@
4180
4184
  "type": "Null",
4181
4185
  "value": "null"
4182
4186
  },
4187
+ "kendo-picker-default-fill-mode": {
4188
+ "type": "String",
4189
+ "value": "\"solid\""
4190
+ },
4191
+ "kendo-picker-default-roundness": {
4192
+ "type": "String",
4193
+ "value": "\"md\""
4194
+ },
4195
+ "kendo-picker-default-size": {
4196
+ "type": "String",
4197
+ "value": "\"md\""
4198
+ },
4199
+ "kendo-picker-roundness": {
4200
+ "type": "List",
4201
+ "value": "(\"none\", \"sm\", \"md\", \"lg\", \"full\")"
4202
+ },
4183
4203
  "kendo-picker-bg": {
4184
4204
  "type": "String",
4185
4205
  "value": "var(--kendo-color-base, #f5f5f5)"
@@ -4205,12 +4225,12 @@
4205
4225
  "value": "var(--kendo-color-base-hover, #ebebeb)"
4206
4226
  },
4207
4227
  "kendo-picker-hover-text": {
4208
- "type": "Null",
4209
- "value": "null"
4228
+ "type": "String",
4229
+ "value": "var(--kendo-color-on-base, #3d3d3d)"
4210
4230
  },
4211
4231
  "kendo-picker-hover-border": {
4212
- "type": "Null",
4213
- "value": "null"
4232
+ "type": "String",
4233
+ "value": "var(--kendo-color-border, rgba(0, 0, 0, 0.08))"
4214
4234
  },
4215
4235
  "kendo-picker-hover-gradient": {
4216
4236
  "type": "Null",
@@ -4261,8 +4281,8 @@
4261
4281
  "value": "null"
4262
4282
  },
4263
4283
  "kendo-picker-outline-bg": {
4264
- "type": "Null",
4265
- "value": "null"
4284
+ "type": "Color",
4285
+ "value": "transparent"
4266
4286
  },
4267
4287
  "kendo-picker-outline-text": {
4268
4288
  "type": "String",
@@ -4313,8 +4333,8 @@
4313
4333
  "value": "null"
4314
4334
  },
4315
4335
  "kendo-picker-flat-bg": {
4316
- "type": "Null",
4317
- "value": "null"
4336
+ "type": "Color",
4337
+ "value": "transparent"
4318
4338
  },
4319
4339
  "kendo-picker-flat-text": {
4320
4340
  "type": "String",
@@ -4593,6 +4613,18 @@
4593
4613
  "type": "String",
4594
4614
  "value": "var(--kendo-color-error-on-surface, #ca1400)"
4595
4615
  },
4616
+ "kendo-checkbox-default-size": {
4617
+ "type": "String",
4618
+ "value": "\"md\""
4619
+ },
4620
+ "kendo-checkbox-default-roundness": {
4621
+ "type": "String",
4622
+ "value": "\"md\""
4623
+ },
4624
+ "kendo-checkbox-roundness": {
4625
+ "type": "List",
4626
+ "value": "(\"none\", \"sm\", \"md\", \"lg\", \"full\")"
4627
+ },
4596
4628
  "kendo-checkbox-indicator-type": {
4597
4629
  "type": "String",
4598
4630
  "value": "image"
@@ -4962,6 +4994,10 @@
4962
4994
  "type": "Number",
4963
4995
  "value": "0.25"
4964
4996
  },
4997
+ "kendo-radio-default-size": {
4998
+ "type": "String",
4999
+ "value": "\"md\""
5000
+ },
4965
5001
  "kendo-slider-size": {
4966
5002
  "type": "Number",
4967
5003
  "value": "200px"
@@ -5098,6 +5134,26 @@
5098
5134
  "type": "String",
5099
5135
  "value": "\"data:image/gif;base64,R0lGODlhtAABAIABALi4uAAAACH5BAEAAAEALAAAAAC0AAEAAAIWjIGJxqzazlux2ovlzND2rAHgSIZWAQA7\""
5100
5136
  },
5137
+ "kendo-chip-default-theme-color": {
5138
+ "type": "String",
5139
+ "value": "\"base\""
5140
+ },
5141
+ "kendo-chip-default-fill-mode": {
5142
+ "type": "String",
5143
+ "value": "\"solid\""
5144
+ },
5145
+ "kendo-chip-default-roundness": {
5146
+ "type": "String",
5147
+ "value": "\"md\""
5148
+ },
5149
+ "kendo-chip-default-size": {
5150
+ "type": "String",
5151
+ "value": "\"md\""
5152
+ },
5153
+ "kendo-chip-roundness": {
5154
+ "type": "List",
5155
+ "value": "(\"none\", \"sm\", \"md\", \"lg\", \"full\")"
5156
+ },
5101
5157
  "kendo-chip-border-width": {
5102
5158
  "type": "Number",
5103
5159
  "value": "1px"
@@ -5135,8 +5191,8 @@
5135
5191
  "value": "var(--kendo-font-weight-normal, normal)"
5136
5192
  },
5137
5193
  "kendo-chip-font-size": {
5138
- "type": "String",
5139
- "value": "var(--kendo-font-size, inherit)"
5194
+ "type": "Null",
5195
+ "value": "null"
5140
5196
  },
5141
5197
  "kendo-chip-sm-font-size": {
5142
5198
  "type": "String",
@@ -5151,8 +5207,8 @@
5151
5207
  "value": "var(--kendo-font-size, inherit)"
5152
5208
  },
5153
5209
  "kendo-chip-line-height": {
5154
- "type": "String",
5155
- "value": "var(--kendo-line-height-xs, normal)"
5210
+ "type": "Null",
5211
+ "value": "null"
5156
5212
  },
5157
5213
  "kendo-chip-sm-line-height": {
5158
5214
  "type": "String",
@@ -5198,21 +5254,35 @@
5198
5254
  }
5199
5255
  }
5200
5256
  },
5201
- "kendo-chip-base-bg": {
5257
+ "kendo-chip-list-size-sm": {
5202
5258
  "type": "String",
5203
- "value": "var(--kendo-color-base-subtle, #ebebeb)"
5259
+ "value": "var(--kendo-spacing-1, 0.25rem)"
5204
5260
  },
5205
- "kendo-chip-theme-colors": {
5261
+ "kendo-chip-list-size-md": {
5262
+ "type": "String",
5263
+ "value": "var(--kendo-spacing-1, 0.25rem)"
5264
+ },
5265
+ "kendo-chip-list-size-lg": {
5266
+ "type": "String",
5267
+ "value": "var(--kendo-spacing-1, 0.25rem)"
5268
+ },
5269
+ "kendo-chip-list-sizes": {
5206
5270
  "type": "Map",
5207
- "value": "(\"base\": var(--kendo-color-base-subtle, #ebebeb), \"error\": var(--kendo-color-error-subtle, #fcddda), \"info\": var(--kendo-color-info-subtle, #d2e2fb), \"warning\": var(--kendo-color-warning-subtle, #fff4d3), \"success\": var(--kendo-color-success-subtle, #dcf0d3))",
5271
+ "value": "(sm: var(--kendo-spacing-1, 0.25rem), md: var(--kendo-spacing-1, 0.25rem), lg: var(--kendo-spacing-1, 0.25rem))",
5208
5272
  "prettyValue": {
5209
- "base": "var(--kendo-color-base-subtle, #ebebeb)",
5210
- "error": "var(--kendo-color-error-subtle, #fcddda)",
5211
- "info": "var(--kendo-color-info-subtle, #d2e2fb)",
5212
- "warning": "var(--kendo-color-warning-subtle, #fff4d3)",
5213
- "success": "var(--kendo-color-success-subtle, #dcf0d3)"
5273
+ "sm": "var(--kendo-spacing-1, 0.25rem)",
5274
+ "md": "var(--kendo-spacing-1, 0.25rem)",
5275
+ "lg": "var(--kendo-spacing-1, 0.25rem)"
5214
5276
  }
5215
5277
  },
5278
+ "kendo-chip-base-bg": {
5279
+ "type": "String",
5280
+ "value": "var(--kendo-color-base-subtle, #ebebeb)"
5281
+ },
5282
+ "kendo-chip-theme-colors": {
5283
+ "type": "List",
5284
+ "value": "(\"base\", \"error\", \"info\", \"warning\", \"success\")"
5285
+ },
5216
5286
  "kendo-chip-solid-bg": {
5217
5287
  "type": "String",
5218
5288
  "value": "var(--kendo-color-base-subtle, #ebebeb)"
@@ -5285,15 +5355,6 @@
5285
5355
  "type": "Null",
5286
5356
  "value": "null"
5287
5357
  },
5288
- "kendo-chip-list-sizes": {
5289
- "type": "Map",
5290
- "value": "(sm: var(--kendo-spacing-1, 0.25rem), md: var(--kendo-spacing-1, 0.25rem), lg: var(--kendo-spacing-1, 0.25rem))",
5291
- "prettyValue": {
5292
- "sm": "var(--kendo-spacing-1, 0.25rem)",
5293
- "md": "var(--kendo-spacing-1, 0.25rem)",
5294
- "lg": "var(--kendo-spacing-1, 0.25rem)"
5295
- }
5296
- },
5297
5358
  "kendo-actions-margin-top": {
5298
5359
  "type": "String",
5299
5360
  "value": "var(--kendo-spacing-4, 1rem)"
@@ -5330,6 +5391,10 @@
5330
5391
  "type": "Null",
5331
5392
  "value": "null"
5332
5393
  },
5394
+ "kendo-menu-group-default-size": {
5395
+ "type": "String",
5396
+ "value": "\"md\""
5397
+ },
5333
5398
  "kendo-menu-border-width": {
5334
5399
  "type": "Number",
5335
5400
  "value": "0px"
@@ -5618,6 +5683,39 @@
5618
5683
  "type": "String",
5619
5684
  "value": "var(--kendo-spacing-0, 0px)"
5620
5685
  },
5686
+ "kendo-menu-group-sizes": {
5687
+ "type": "Map",
5688
+ "value": "(sm: (font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal), item-padding-y: var(--kendo-spacing-0\\.5, 0.125rem), item-padding-x: var(--kendo-spacing-2, 0.5rem), item-padding-end: calc(var(--kendo-spacing-2, 0.5rem) * 2 + 16px), item-icon-margin-start: var(--kendo-spacing-2, 0.5rem), item-icon-margin-end: calc(-1 * (calc(var(--kendo-spacing-2, 0.5rem) * 2 + 16px) - var(--kendo-spacing-2, 0.5rem) / 2))), md: (font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal), item-padding-y: var(--kendo-spacing-1, 0.25rem), item-padding-x: var(--kendo-spacing-2, 0.5rem), item-padding-end: calc(var(--kendo-spacing-2, 0.5rem) * 2 + 16px), item-icon-margin-start: var(--kendo-spacing-2, 0.5rem), item-icon-margin-end: calc(-1 * (calc(var(--kendo-spacing-2, 0.5rem) * 2 + 16px) - var(--kendo-spacing-2, 0.5rem) / 2))), lg: (font-size: var(--kendo-font-size-lg, inherit), line-height: var(--kendo-line-height-lg, normal), item-padding-y: var(--kendo-spacing-1\\.5, 0.375rem), item-padding-x: var(--kendo-spacing-2, 0.5rem), item-padding-end: calc(var(--kendo-spacing-2, 0.5rem) * 2 + 16px), item-icon-margin-start: var(--kendo-spacing-2, 0.5rem), item-icon-margin-end: calc(-1 * (calc(var(--kendo-spacing-2, 0.5rem) * 2 + 16px) - var(--kendo-spacing-2, 0.5rem) / 2))))",
5689
+ "prettyValue": {
5690
+ "sm": {
5691
+ "font-size": "var(--kendo-font-size, inherit)",
5692
+ "line-height": "var(--kendo-line-height, normal)",
5693
+ "item-padding-y": "var(--kendo-spacing-0\\.5, 0.125rem)",
5694
+ "item-padding-x": "var(--kendo-spacing-2, 0.5rem)",
5695
+ "item-padding-end": "calc(var(--kendo-spacing-2, 0.5rem) * 2 + 16px)",
5696
+ "item-icon-margin-start": "var(--kendo-spacing-2, 0.5rem)",
5697
+ "item-icon-margin-end": "calc(-1 * (calc(var(--kendo-spacing-2, 0.5rem) * 2 + 16px) - var(--kendo-spacing-2, 0.5rem) / 2))"
5698
+ },
5699
+ "md": {
5700
+ "font-size": "var(--kendo-font-size, inherit)",
5701
+ "line-height": "var(--kendo-line-height, normal)",
5702
+ "item-padding-y": "var(--kendo-spacing-1, 0.25rem)",
5703
+ "item-padding-x": "var(--kendo-spacing-2, 0.5rem)",
5704
+ "item-padding-end": "calc(var(--kendo-spacing-2, 0.5rem) * 2 + 16px)",
5705
+ "item-icon-margin-start": "var(--kendo-spacing-2, 0.5rem)",
5706
+ "item-icon-margin-end": "calc(-1 * (calc(var(--kendo-spacing-2, 0.5rem) * 2 + 16px) - var(--kendo-spacing-2, 0.5rem) / 2))"
5707
+ },
5708
+ "lg": {
5709
+ "font-size": "var(--kendo-font-size-lg, inherit)",
5710
+ "line-height": "var(--kendo-line-height-lg, normal)",
5711
+ "item-padding-y": "var(--kendo-spacing-1\\.5, 0.375rem)",
5712
+ "item-padding-x": "var(--kendo-spacing-2, 0.5rem)",
5713
+ "item-padding-end": "calc(var(--kendo-spacing-2, 0.5rem) * 2 + 16px)",
5714
+ "item-icon-margin-start": "var(--kendo-spacing-2, 0.5rem)",
5715
+ "item-icon-margin-end": "calc(-1 * (calc(var(--kendo-spacing-2, 0.5rem) * 2 + 16px) - var(--kendo-spacing-2, 0.5rem) / 2))"
5716
+ }
5717
+ }
5718
+ },
5621
5719
  "kendo-menu-popup-item-bg": {
5622
5720
  "type": "Null",
5623
5721
  "value": "null"
@@ -5679,8 +5777,8 @@
5679
5777
  "value": "(0 0 0 2px color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 8%, transparent))"
5680
5778
  },
5681
5779
  "kendo-split-button-arrow-padding-x": {
5682
- "type": "String",
5683
- "value": "var(--kendo-spacing-1, 0.25rem)"
5780
+ "type": "Null",
5781
+ "value": "null"
5684
5782
  },
5685
5783
  "kendo-split-button-sm-arrow-padding-x": {
5686
5784
  "type": "String",
@@ -5695,8 +5793,8 @@
5695
5793
  "value": "var(--kendo-spacing-2, 0.5rem)"
5696
5794
  },
5697
5795
  "kendo-split-button-arrow-padding-y": {
5698
- "type": "String",
5699
- "value": "var(--kendo-spacing-1, 0.25rem)"
5796
+ "type": "Null",
5797
+ "value": "null"
5700
5798
  },
5701
5799
  "kendo-split-button-sm-arrow-padding-y": {
5702
5800
  "type": "String",
@@ -5710,6 +5808,14 @@
5710
5808
  "type": "String",
5711
5809
  "value": "var(--kendo-spacing-2, 0.5rem)"
5712
5810
  },
5811
+ "kendo-toolbar-default-size": {
5812
+ "type": "String",
5813
+ "value": "\"md\""
5814
+ },
5815
+ "kendo-toolbar-default-fill-mode": {
5816
+ "type": "String",
5817
+ "value": "\"solid\""
5818
+ },
5713
5819
  "kendo-toolbar-sm-padding-x": {
5714
5820
  "type": "String",
5715
5821
  "value": "var(--kendo-spacing-1, 0.25rem)"
@@ -5890,6 +5996,10 @@
5890
5996
  }
5891
5997
  }
5892
5998
  },
5999
+ "kendo-form-default-size": {
6000
+ "type": "String",
6001
+ "value": "\"md\""
6002
+ },
5893
6003
  "kendo-form-spacer": {
5894
6004
  "type": "Calculation",
5895
6005
  "value": "calc(var(--kendo-spacing-2, 0.5rem) * 2)"
@@ -6061,6 +6171,10 @@
6061
6171
  }
6062
6172
  }
6063
6173
  },
6174
+ "kendo-calendar-default-size": {
6175
+ "type": "String",
6176
+ "value": "\"md\""
6177
+ },
6064
6178
  "kendo-calendar-border-width": {
6065
6179
  "type": "Number",
6066
6180
  "value": "1px"
@@ -6070,12 +6184,12 @@
6070
6184
  "value": "var(--kendo-font-family, inherit)"
6071
6185
  },
6072
6186
  "kendo-calendar-font-size": {
6073
- "type": "String",
6074
- "value": "var(--kendo-font-size, inherit)"
6187
+ "type": "Null",
6188
+ "value": "null"
6075
6189
  },
6076
6190
  "kendo-calendar-line-height": {
6077
- "type": "String",
6078
- "value": "var(--kendo-line-height, normal)"
6191
+ "type": "Null",
6192
+ "value": "null"
6079
6193
  },
6080
6194
  "kendo-calendar-border-radius": {
6081
6195
  "type": "Number",
@@ -6464,6 +6578,10 @@
6464
6578
  }
6465
6579
  }
6466
6580
  },
6581
+ "kendo-time-selector-default-size": {
6582
+ "type": "String",
6583
+ "value": "\"md\""
6584
+ },
6467
6585
  "kendo-time-selector-border-width": {
6468
6586
  "type": "Number",
6469
6587
  "value": "1px"
@@ -6473,12 +6591,12 @@
6473
6591
  "value": "var(--kendo-font-family, inherit)"
6474
6592
  },
6475
6593
  "kendo-time-selector-font-size": {
6476
- "type": "String",
6477
- "value": "var(--kendo-font-size, inherit)"
6594
+ "type": "Null",
6595
+ "value": "null"
6478
6596
  },
6479
6597
  "kendo-time-selector-line-height": {
6480
- "type": "String",
6481
- "value": "var(--kendo-line-height, normal)"
6598
+ "type": "Null",
6599
+ "value": "null"
6482
6600
  },
6483
6601
  "kendo-time-selector-bg": {
6484
6602
  "type": "String",
@@ -6712,6 +6830,10 @@
6712
6830
  "type": "String",
6713
6831
  "value": "italic"
6714
6832
  },
6833
+ "kendo-color-palette-default-size": {
6834
+ "type": "String",
6835
+ "value": "\"md\""
6836
+ },
6715
6837
  "kendo-color-palette-font-family": {
6716
6838
  "type": "String",
6717
6839
  "value": "var(--kendo-font-family, inherit)"
@@ -6786,13 +6908,17 @@
6786
6908
  }
6787
6909
  }
6788
6910
  },
6911
+ "kendo-color-gradient-default-size": {
6912
+ "type": "String",
6913
+ "value": "\"md\""
6914
+ },
6789
6915
  "kendo-color-gradient-spacer": {
6790
6916
  "type": "String",
6791
6917
  "value": "var(--kendo-spacing-3, 0.75rem)"
6792
6918
  },
6793
6919
  "kendo-color-gradient-width": {
6794
- "type": "Number",
6795
- "value": "272px"
6920
+ "type": "Null",
6921
+ "value": "null"
6796
6922
  },
6797
6923
  "kendo-color-gradient-border-width": {
6798
6924
  "type": "Number",
@@ -6803,8 +6929,8 @@
6803
6929
  "value": "var(--kendo-border-radius-md, 0.25rem)"
6804
6930
  },
6805
6931
  "kendo-color-gradient-gap": {
6806
- "type": "String",
6807
- "value": "var(--kendo-spacing-3, 0.75rem)"
6932
+ "type": "Null",
6933
+ "value": "null"
6808
6934
  },
6809
6935
  "kendo-color-gradient-font-family": {
6810
6936
  "type": "String",
@@ -7082,13 +7208,17 @@
7082
7208
  }
7083
7209
  }
7084
7210
  },
7211
+ "kendo-color-editor-default-size": {
7212
+ "type": "String",
7213
+ "value": "\"md\""
7214
+ },
7085
7215
  "kendo-color-editor-spacer": {
7086
7216
  "type": "String",
7087
7217
  "value": "var(--kendo-spacing-3, 0.75rem)"
7088
7218
  },
7089
7219
  "kendo-color-editor-min-width": {
7090
- "type": "Number",
7091
- "value": "272px"
7220
+ "type": "Null",
7221
+ "value": "null"
7092
7222
  },
7093
7223
  "kendo-color-editor-sm-min-width": {
7094
7224
  "type": "Number",
@@ -7294,6 +7424,10 @@
7294
7424
  }
7295
7425
  }
7296
7426
  },
7427
+ "kendo-datetime-default-size": {
7428
+ "type": "String",
7429
+ "value": "\"md\""
7430
+ },
7297
7431
  "kendo-datetime-width": {
7298
7432
  "type": "Calculation",
7299
7433
  "value": "calc(32px * 8 + var(--kendo-spacing-4, 1rem) * 2)"
@@ -7329,13 +7463,17 @@
7329
7463
  "type": "Number",
7330
7464
  "value": "10em"
7331
7465
  },
7466
+ "kendo-treeview-default-size": {
7467
+ "type": "String",
7468
+ "value": "\"md\""
7469
+ },
7332
7470
  "kendo-treeview-font-family": {
7333
7471
  "type": "String",
7334
7472
  "value": "var(--kendo-font-family, inherit)"
7335
7473
  },
7336
7474
  "kendo-treeview-font-size": {
7337
- "type": "String",
7338
- "value": "var(--kendo-font-size, inherit)"
7475
+ "type": "Null",
7476
+ "value": "null"
7339
7477
  },
7340
7478
  "kendo-treeview-sm-font-size": {
7341
7479
  "type": "String",
@@ -7350,8 +7488,8 @@
7350
7488
  "value": "var(--kendo-font-size-lg, inherit)"
7351
7489
  },
7352
7490
  "kendo-treeview-line-height": {
7353
- "type": "String",
7354
- "value": "var(--kendo-line-height, normal)"
7491
+ "type": "Null",
7492
+ "value": "null"
7355
7493
  },
7356
7494
  "kendo-treeview-sm-line-height": {
7357
7495
  "type": "String",
@@ -7605,11 +7743,31 @@
7605
7743
  },
7606
7744
  "kendo-rating-icon-focus-shadow": {
7607
7745
  "type": "String",
7608
- "value": "var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12))"
7746
+ "value": "var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12))"
7747
+ },
7748
+ "kendo-rating-icon-focus-selected-shadow": {
7749
+ "type": "String",
7750
+ "value": "var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12))"
7751
+ },
7752
+ "kendo-switch-default-size": {
7753
+ "type": "String",
7754
+ "value": "\"md\""
7755
+ },
7756
+ "kendo-switch-default-track-roundness": {
7757
+ "type": "String",
7758
+ "value": "\"full\""
7609
7759
  },
7610
- "kendo-rating-icon-focus-selected-shadow": {
7760
+ "kendo-switch-default-thumb-roundness": {
7611
7761
  "type": "String",
7612
- "value": "var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12))"
7762
+ "value": "\"full\""
7763
+ },
7764
+ "kendo-switch-track-roundness": {
7765
+ "type": "List",
7766
+ "value": "(\"none\", \"sm\", \"md\", \"lg\", \"full\")"
7767
+ },
7768
+ "kendo-switch-thumb-roundness": {
7769
+ "type": "List",
7770
+ "value": "(\"none\", \"sm\", \"md\", \"lg\", \"full\")"
7613
7771
  },
7614
7772
  "kendo-switch-font-family": {
7615
7773
  "type": "Null",
@@ -7631,38 +7789,89 @@
7631
7789
  "type": "String",
7632
7790
  "value": "inline"
7633
7791
  },
7634
- "kendo-switch-sizes": {
7635
- "type": "Map",
7636
- "value": "(sm: (font-size: 10px, track-width: 52px, track-height: 26px, thumb-width: 26px, thumb-height: 26px, thumb-offset: 0px, label-offset: 4px), md: (font-size: 10px, track-width: 60px, track-height: 30px, thumb-width: 30px, thumb-height: 30px, thumb-offset: 0px, label-offset: 6px), lg: (font-size: 10px, track-width: 68px, track-height: 34px, thumb-width: 34px, thumb-height: 34px, thumb-offset: 0px, label-offset: 8px))",
7637
- "prettyValue": {
7638
- "sm": {
7639
- "font-size": "10px",
7640
- "track-width": "52px",
7641
- "track-height": "26px",
7642
- "thumb-width": "26px",
7643
- "thumb-height": "26px",
7644
- "thumb-offset": "0px",
7645
- "label-offset": "4px"
7646
- },
7647
- "md": {
7648
- "font-size": "10px",
7649
- "track-width": "60px",
7650
- "track-height": "30px",
7651
- "thumb-width": "30px",
7652
- "thumb-height": "30px",
7653
- "thumb-offset": "0px",
7654
- "label-offset": "6px"
7655
- },
7656
- "lg": {
7657
- "font-size": "10px",
7658
- "track-width": "68px",
7659
- "track-height": "34px",
7660
- "thumb-width": "34px",
7661
- "thumb-height": "34px",
7662
- "thumb-offset": "0px",
7663
- "label-offset": "8px"
7664
- }
7665
- }
7792
+ "kendo-switch-sm-font-size": {
7793
+ "type": "Number",
7794
+ "value": "10px"
7795
+ },
7796
+ "kendo-switch-sm-track-width": {
7797
+ "type": "Number",
7798
+ "value": "52px"
7799
+ },
7800
+ "kendo-switch-sm-track-height": {
7801
+ "type": "Number",
7802
+ "value": "26px"
7803
+ },
7804
+ "kendo-switch-sm-thumb-width": {
7805
+ "type": "Number",
7806
+ "value": "26px"
7807
+ },
7808
+ "kendo-switch-sm-thumb-height": {
7809
+ "type": "Number",
7810
+ "value": "26px"
7811
+ },
7812
+ "kendo-switch-sm-thumb-offset": {
7813
+ "type": "Number",
7814
+ "value": "0px"
7815
+ },
7816
+ "kendo-switch-sm-label-offset": {
7817
+ "type": "Number",
7818
+ "value": "4px"
7819
+ },
7820
+ "kendo-switch-md-font-size": {
7821
+ "type": "Number",
7822
+ "value": "10px"
7823
+ },
7824
+ "kendo-switch-md-track-width": {
7825
+ "type": "Number",
7826
+ "value": "60px"
7827
+ },
7828
+ "kendo-switch-md-track-height": {
7829
+ "type": "Number",
7830
+ "value": "30px"
7831
+ },
7832
+ "kendo-switch-md-thumb-width": {
7833
+ "type": "Number",
7834
+ "value": "30px"
7835
+ },
7836
+ "kendo-switch-md-thumb-height": {
7837
+ "type": "Number",
7838
+ "value": "30px"
7839
+ },
7840
+ "kendo-switch-md-thumb-offset": {
7841
+ "type": "Number",
7842
+ "value": "0px"
7843
+ },
7844
+ "kendo-switch-md-label-offset": {
7845
+ "type": "Number",
7846
+ "value": "6px"
7847
+ },
7848
+ "kendo-switch-lg-font-size": {
7849
+ "type": "Number",
7850
+ "value": "10px"
7851
+ },
7852
+ "kendo-switch-lg-track-width": {
7853
+ "type": "Number",
7854
+ "value": "68px"
7855
+ },
7856
+ "kendo-switch-lg-track-height": {
7857
+ "type": "Number",
7858
+ "value": "34px"
7859
+ },
7860
+ "kendo-switch-lg-thumb-width": {
7861
+ "type": "Number",
7862
+ "value": "34px"
7863
+ },
7864
+ "kendo-switch-lg-thumb-height": {
7865
+ "type": "Number",
7866
+ "value": "34px"
7867
+ },
7868
+ "kendo-switch-lg-thumb-offset": {
7869
+ "type": "Number",
7870
+ "value": "0px"
7871
+ },
7872
+ "kendo-switch-lg-label-offset": {
7873
+ "type": "Number",
7874
+ "value": "8px"
7666
7875
  },
7667
7876
  "kendo-switch-off-track-bg": {
7668
7877
  "type": "String",
@@ -7896,6 +8105,39 @@
7896
8105
  "type": "Null",
7897
8106
  "value": "null"
7898
8107
  },
8108
+ "kendo-switch-sizes": {
8109
+ "type": "Map",
8110
+ "value": "(sm: (font-size: 10px, track-width: 52px, track-height: 26px, thumb-width: 26px, thumb-height: 26px, thumb-offset: 0px, label-offset: 4px), md: (font-size: 10px, track-width: 60px, track-height: 30px, thumb-width: 30px, thumb-height: 30px, thumb-offset: 0px, label-offset: 6px), lg: (font-size: 10px, track-width: 68px, track-height: 34px, thumb-width: 34px, thumb-height: 34px, thumb-offset: 0px, label-offset: 8px))",
8111
+ "prettyValue": {
8112
+ "sm": {
8113
+ "font-size": "10px",
8114
+ "track-width": "52px",
8115
+ "track-height": "26px",
8116
+ "thumb-width": "26px",
8117
+ "thumb-height": "26px",
8118
+ "thumb-offset": "0px",
8119
+ "label-offset": "4px"
8120
+ },
8121
+ "md": {
8122
+ "font-size": "10px",
8123
+ "track-width": "60px",
8124
+ "track-height": "30px",
8125
+ "thumb-width": "30px",
8126
+ "thumb-height": "30px",
8127
+ "thumb-offset": "0px",
8128
+ "label-offset": "6px"
8129
+ },
8130
+ "lg": {
8131
+ "font-size": "10px",
8132
+ "track-width": "68px",
8133
+ "track-height": "34px",
8134
+ "thumb-width": "34px",
8135
+ "thumb-height": "34px",
8136
+ "thumb-offset": "0px",
8137
+ "label-offset": "8px"
8138
+ }
8139
+ }
8140
+ },
7899
8141
  "kendo-dropzone-padding-x": {
7900
8142
  "type": "String",
7901
8143
  "value": "var(--kendo-spacing-2, 0.5rem)"
@@ -8100,6 +8342,10 @@
8100
8342
  "type": "String",
8101
8343
  "value": "var(--kendo-spacing-2, 0.5rem)"
8102
8344
  },
8345
+ "kendo-appbar-default-theme-color": {
8346
+ "type": "String",
8347
+ "value": "\"light\""
8348
+ },
8103
8349
  "kendo-appbar-margin-x": {
8104
8350
  "type": "Null",
8105
8351
  "value": "null"
@@ -8165,20 +8411,24 @@
8165
8411
  "value": "var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12))"
8166
8412
  },
8167
8413
  "kendo-appbar-theme-colors": {
8168
- "type": "Map",
8169
- "value": "(\"primary\": var(--kendo-color-primary, #ff6358), \"secondary\": var(--kendo-color-secondary, #666666), \"tertiary\": var(--kendo-color-tertiary, #03a9f4), \"info\": var(--kendo-color-info, #0058e9), \"success\": var(--kendo-color-success, #37b400), \"warning\": var(--kendo-color-warning, #ffc000), \"error\": var(--kendo-color-error, #f31700), \"dark\": var(--kendo-color-dark, #3d3d3d), \"light\": var(--kendo-color-light, #ebebeb), \"inverse\": var(--kendo-color-dark, #3d3d3d))",
8170
- "prettyValue": {
8171
- "primary": "var(--kendo-color-primary, #ff6358)",
8172
- "secondary": "var(--kendo-color-secondary, #666666)",
8173
- "tertiary": "var(--kendo-color-tertiary, #03a9f4)",
8174
- "info": "var(--kendo-color-info, #0058e9)",
8175
- "success": "var(--kendo-color-success, #37b400)",
8176
- "warning": "var(--kendo-color-warning, #ffc000)",
8177
- "error": "var(--kendo-color-error, #f31700)",
8178
- "dark": "var(--kendo-color-dark, #3d3d3d)",
8179
- "light": "var(--kendo-color-light, #ebebeb)",
8180
- "inverse": "var(--kendo-color-dark, #3d3d3d)"
8181
- }
8414
+ "type": "List",
8415
+ "value": "(\"inherit\", \"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")"
8416
+ },
8417
+ "kendo-fab-default-theme-color": {
8418
+ "type": "String",
8419
+ "value": "\"primary\""
8420
+ },
8421
+ "kendo-fab-default-fill-mode": {
8422
+ "type": "String",
8423
+ "value": "\"solid\""
8424
+ },
8425
+ "kendo-fab-default-roundness": {
8426
+ "type": "String",
8427
+ "value": "\"full\""
8428
+ },
8429
+ "kendo-fab-default-size": {
8430
+ "type": "String",
8431
+ "value": "\"md\""
8182
8432
  },
8183
8433
  "kendo-fab-border-width": {
8184
8434
  "type": "Number",
@@ -8208,10 +8458,6 @@
8208
8458
  "type": "Calculation",
8209
8459
  "value": "calc(var(--kendo-spacing-4, 1rem) * 1.5)"
8210
8460
  },
8211
- "kendo-fab-padding-y": {
8212
- "type": "String",
8213
- "value": "var(--kendo-spacing-4, 1rem)"
8214
- },
8215
8461
  "kendo-fab-sm-padding-y": {
8216
8462
  "type": "Calculation",
8217
8463
  "value": "calc(var(--kendo-spacing-4, 1rem) / 2)"
@@ -8284,40 +8530,6 @@
8284
8530
  "type": "Number",
8285
8531
  "value": "50%"
8286
8532
  },
8287
- "kendo-fab-theme-colors": {
8288
- "type": "Map",
8289
- "value": "(\"primary\": var(--kendo-color-primary, #ff6358), \"secondary\": var(--kendo-color-secondary, #666666), \"tertiary\": var(--kendo-color-tertiary, #03a9f4), \"info\": var(--kendo-color-info, #0058e9), \"success\": var(--kendo-color-success, #37b400), \"warning\": var(--kendo-color-warning, #ffc000), \"error\": var(--kendo-color-error, #f31700), \"dark\": var(--kendo-color-dark, #3d3d3d), \"light\": var(--kendo-color-light, #ebebeb), \"inverse\": var(--kendo-color-dark, #3d3d3d))",
8290
- "prettyValue": {
8291
- "primary": "var(--kendo-color-primary, #ff6358)",
8292
- "secondary": "var(--kendo-color-secondary, #666666)",
8293
- "tertiary": "var(--kendo-color-tertiary, #03a9f4)",
8294
- "info": "var(--kendo-color-info, #0058e9)",
8295
- "success": "var(--kendo-color-success, #37b400)",
8296
- "warning": "var(--kendo-color-warning, #ffc000)",
8297
- "error": "var(--kendo-color-error, #f31700)",
8298
- "dark": "var(--kendo-color-dark, #3d3d3d)",
8299
- "light": "var(--kendo-color-light, #ebebeb)",
8300
- "inverse": "var(--kendo-color-dark, #3d3d3d)"
8301
- }
8302
- },
8303
- "kendo-fab-sizes": {
8304
- "type": "Map",
8305
- "value": "(sm: (padding-x: calc(var(--kendo-spacing-4, 1rem) / 2), padding-y: calc(var(--kendo-spacing-4, 1rem) / 2)), md: (padding-x: var(--kendo-spacing-4, 1rem), padding-y: var(--kendo-spacing-4, 1rem)), lg: (padding-x: calc(var(--kendo-spacing-4, 1rem) * 1.5), padding-y: calc(var(--kendo-spacing-4, 1rem) * 1.5)))",
8306
- "prettyValue": {
8307
- "sm": {
8308
- "padding-x": "calc(var(--kendo-spacing-4, 1rem) / 2)",
8309
- "padding-y": "calc(var(--kendo-spacing-4, 1rem) / 2)"
8310
- },
8311
- "md": {
8312
- "padding-x": "var(--kendo-spacing-4, 1rem)",
8313
- "padding-y": "var(--kendo-spacing-4, 1rem)"
8314
- },
8315
- "lg": {
8316
- "padding-x": "calc(var(--kendo-spacing-4, 1rem) * 1.5)",
8317
- "padding-y": "calc(var(--kendo-spacing-4, 1rem) * 1.5)"
8318
- }
8319
- }
8320
- },
8321
8533
  "kendo-fab-shadow": {
8322
8534
  "type": "String",
8323
8535
  "value": "var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12))"
@@ -8390,6 +8602,40 @@
8390
8602
  "type": "Number",
8391
8603
  "value": "40%"
8392
8604
  },
8605
+ "kendo-fab-roundness": {
8606
+ "type": "List",
8607
+ "value": "(\"none\", \"sm\", \"md\", \"lg\", \"full\")"
8608
+ },
8609
+ "kendo-fab-theme-colors": {
8610
+ "type": "List",
8611
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")"
8612
+ },
8613
+ "kendo-fab-sizes": {
8614
+ "type": "Map",
8615
+ "value": "(sm: (padding-x: calc(var(--kendo-spacing-4, 1rem) / 2), padding-y: calc(var(--kendo-spacing-4, 1rem) / 2)), md: (padding-x: var(--kendo-spacing-4, 1rem), padding-y: var(--kendo-spacing-4, 1rem)), lg: (padding-x: calc(var(--kendo-spacing-4, 1rem) * 1.5), padding-y: calc(var(--kendo-spacing-4, 1rem) * 1.5)))",
8616
+ "prettyValue": {
8617
+ "sm": {
8618
+ "padding-x": "calc(var(--kendo-spacing-4, 1rem) / 2)",
8619
+ "padding-y": "calc(var(--kendo-spacing-4, 1rem) / 2)"
8620
+ },
8621
+ "md": {
8622
+ "padding-x": "var(--kendo-spacing-4, 1rem)",
8623
+ "padding-y": "var(--kendo-spacing-4, 1rem)"
8624
+ },
8625
+ "lg": {
8626
+ "padding-x": "calc(var(--kendo-spacing-4, 1rem) * 1.5)",
8627
+ "padding-y": "calc(var(--kendo-spacing-4, 1rem) * 1.5)"
8628
+ }
8629
+ }
8630
+ },
8631
+ "kendo-fab-padding-y": {
8632
+ "type": "String",
8633
+ "value": "var(--kendo-spacing-4, 1rem)"
8634
+ },
8635
+ "kendo-card-default-theme-color": {
8636
+ "type": "Null",
8637
+ "value": "null"
8638
+ },
8393
8639
  "kendo-card-padding-x": {
8394
8640
  "type": "String",
8395
8641
  "value": "var(--kendo-spacing-4, 1rem)"
@@ -8607,20 +8853,8 @@
8607
8853
  "value": "20px"
8608
8854
  },
8609
8855
  "kendo-card-theme-colors": {
8610
- "type": "Map",
8611
- "value": "(\"primary\": var(--kendo-color-primary, #ff6358), \"secondary\": var(--kendo-color-secondary, #666666), \"tertiary\": var(--kendo-color-tertiary, #03a9f4), \"info\": var(--kendo-color-info, #0058e9), \"success\": var(--kendo-color-success, #37b400), \"warning\": var(--kendo-color-warning, #ffc000), \"error\": var(--kendo-color-error, #f31700), \"dark\": var(--kendo-color-dark, #3d3d3d), \"light\": var(--kendo-color-light, #ebebeb), \"inverse\": var(--kendo-color-dark, #3d3d3d))",
8612
- "prettyValue": {
8613
- "primary": "var(--kendo-color-primary, #ff6358)",
8614
- "secondary": "var(--kendo-color-secondary, #666666)",
8615
- "tertiary": "var(--kendo-color-tertiary, #03a9f4)",
8616
- "info": "var(--kendo-color-info, #0058e9)",
8617
- "success": "var(--kendo-color-success, #37b400)",
8618
- "warning": "var(--kendo-color-warning, #ffc000)",
8619
- "error": "var(--kendo-color-error, #f31700)",
8620
- "dark": "var(--kendo-color-dark, #3d3d3d)",
8621
- "light": "var(--kendo-color-light, #ebebeb)",
8622
- "inverse": "var(--kendo-color-dark, #3d3d3d)"
8623
- }
8856
+ "type": "List",
8857
+ "value": "(\"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")"
8624
8858
  },
8625
8859
  "kendo-actionsheet-padding-x": {
8626
8860
  "type": "Null",
@@ -8914,6 +9148,14 @@
8914
9148
  "type": "String",
8915
9149
  "value": "var(--kendo-spacing-4, 1rem)"
8916
9150
  },
9151
+ "kendo-window-default-theme-color": {
9152
+ "type": "Null",
9153
+ "value": "null"
9154
+ },
9155
+ "kendo-window-default-size": {
9156
+ "type": "String",
9157
+ "value": "\"auto\""
9158
+ },
8917
9159
  "kendo-window-border-width": {
8918
9160
  "type": "Number",
8919
9161
  "value": "0px"
@@ -9028,21 +9270,21 @@
9028
9270
  },
9029
9271
  "kendo-window-sizes": {
9030
9272
  "type": "Map",
9031
- "value": "(sm: 300px, md: 800px, lg: 1200px)",
9273
+ "value": "(auto: null, sm: 300px, md: 800px, lg: 1200px)",
9032
9274
  "prettyValue": {
9275
+ "auto": null,
9033
9276
  "sm": "300px",
9034
9277
  "md": "800px",
9035
9278
  "lg": "1200px"
9036
9279
  }
9037
9280
  },
9038
9281
  "kendo-window-theme-colors": {
9039
- "type": "Map",
9040
- "value": "(\"primary\": var(--kendo-color-primary, #ff6358), \"light\": var(--kendo-color-light, #ebebeb), \"dark\": var(--kendo-color-dark, #3d3d3d))",
9041
- "prettyValue": {
9042
- "primary": "var(--kendo-color-primary, #ff6358)",
9043
- "light": "var(--kendo-color-light, #ebebeb)",
9044
- "dark": "var(--kendo-color-dark, #3d3d3d)"
9045
- }
9282
+ "type": "List",
9283
+ "value": "(\"primary\", \"light\", \"dark\")"
9284
+ },
9285
+ "kendo-dialog-default-theme-color": {
9286
+ "type": "Null",
9287
+ "value": "null"
9046
9288
  },
9047
9289
  "kendo-dialog-titlebar-bg": {
9048
9290
  "type": "String",
@@ -9077,13 +9319,8 @@
9077
9319
  "value": "var(--kendo-color-surface-alt, #ffffff)"
9078
9320
  },
9079
9321
  "kendo-dialog-theme-colors": {
9080
- "type": "Map",
9081
- "value": "(\"primary\": var(--kendo-color-primary, #ff6358), \"light\": var(--kendo-color-light, #ebebeb), \"dark\": var(--kendo-color-dark, #3d3d3d))",
9082
- "prettyValue": {
9083
- "primary": "var(--kendo-color-primary, #ff6358)",
9084
- "light": "var(--kendo-color-light, #ebebeb)",
9085
- "dark": "var(--kendo-color-dark, #3d3d3d)"
9086
- }
9322
+ "type": "List",
9323
+ "value": "(\"primary\", \"light\", \"dark\")"
9087
9324
  },
9088
9325
  "kendo-drawer-bg": {
9089
9326
  "type": "String",
@@ -9233,6 +9470,10 @@
9233
9470
  "type": "Null",
9234
9471
  "value": "null"
9235
9472
  },
9473
+ "kendo-notification-default-theme-color": {
9474
+ "type": "Null",
9475
+ "value": "null"
9476
+ },
9236
9477
  "kendo-notification-group-gap": {
9237
9478
  "type": "String",
9238
9479
  "value": "var(--kendo-spacing-2, 0.5rem)"
@@ -9294,29 +9535,17 @@
9294
9535
  "value": "var(--kendo-spacing-1, 0.25rem)"
9295
9536
  },
9296
9537
  "kendo-notification-theme-colors": {
9297
- "type": "Map",
9298
- "value": "(\"primary\": var(--kendo-color-primary, #ff6358), \"secondary\": var(--kendo-color-secondary, #666666), \"tertiary\": var(--kendo-color-tertiary, #03a9f4), \"info\": var(--kendo-color-info, #0058e9), \"success\": var(--kendo-color-success, #37b400), \"warning\": var(--kendo-color-warning, #ffc000), \"error\": var(--kendo-color-error, #f31700), \"dark\": var(--kendo-color-dark, #3d3d3d), \"light\": var(--kendo-color-light, #ebebeb), \"inverse\": var(--kendo-color-dark, #3d3d3d))",
9299
- "prettyValue": {
9300
- "primary": "var(--kendo-color-primary, #ff6358)",
9301
- "secondary": "var(--kendo-color-secondary, #666666)",
9302
- "tertiary": "var(--kendo-color-tertiary, #03a9f4)",
9303
- "info": "var(--kendo-color-info, #0058e9)",
9304
- "success": "var(--kendo-color-success, #37b400)",
9305
- "warning": "var(--kendo-color-warning, #ffc000)",
9306
- "error": "var(--kendo-color-error, #f31700)",
9307
- "dark": "var(--kendo-color-dark, #3d3d3d)",
9308
- "light": "var(--kendo-color-light, #ebebeb)",
9309
- "inverse": "var(--kendo-color-dark, #3d3d3d)"
9310
- }
9538
+ "type": "List",
9539
+ "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")"
9311
9540
  },
9312
9541
  "kendo-notification-theme": {
9313
9542
  "type": "Map",
9314
- "value": "(\"inverse\": (color: var(--kendo-color-on-inverse, #ffffff), background-color: var(--kendo-color-dark, #3d3d3d), border: var(--kendo-color-dark, #3d3d3d)), \"light\": (color: var(--kendo-color-on-light, #000000), background-color: var(--kendo-color-light, #ebebeb), border: var(--kendo-color-light, #ebebeb)), \"dark\": (color: var(--kendo-color-on-dark, #ffffff), background-color: var(--kendo-color-dark, #3d3d3d), border: var(--kendo-color-dark, #3d3d3d)), \"error\": (color: var(--kendo-color-on-error, #ffffff), background-color: var(--kendo-color-error, #f31700), border: var(--kendo-color-error, #f31700)), \"warning\": (color: var(--kendo-color-on-warning, #3d3d3d), background-color: var(--kendo-color-warning, #ffc000), border: var(--kendo-color-warning, #ffc000)), \"success\": (color: var(--kendo-color-on-success, #ffffff), background-color: var(--kendo-color-success, #37b400), border: var(--kendo-color-success, #37b400)), \"info\": (color: var(--kendo-color-on-info, #ffffff), background-color: var(--kendo-color-info, #0058e9), border: var(--kendo-color-info, #0058e9)), \"tertiary\": (color: var(--kendo-color-on-tertiary, #ffffff), background-color: var(--kendo-color-tertiary, #03a9f4), border: var(--kendo-color-tertiary, #03a9f4)), \"secondary\": (color: var(--kendo-color-on-secondary, #ffffff), background-color: var(--kendo-color-secondary, #666666), border: var(--kendo-color-secondary, #666666)), \"primary\": (color: var(--kendo-color-on-primary, #ffffff), background-color: var(--kendo-color-primary, #ff6358), border: var(--kendo-color-primary, #ff6358)))",
9543
+ "value": "(\"inverse\": (color: var(--kendo-color-on-inverse, #ffffff), background-color: var(--kendo-color-inverse, #3d3d3d), border: var(--kendo-color-inverse, #3d3d3d)), \"light\": (color: var(--kendo-color-on-light, #000000), background-color: var(--kendo-color-light, #ebebeb), border: var(--kendo-color-light, #ebebeb)), \"dark\": (color: var(--kendo-color-on-dark, #ffffff), background-color: var(--kendo-color-dark, #3d3d3d), border: var(--kendo-color-dark, #3d3d3d)), \"error\": (color: var(--kendo-color-on-error, #ffffff), background-color: var(--kendo-color-error, #f31700), border: var(--kendo-color-error, #f31700)), \"warning\": (color: var(--kendo-color-on-warning, #3d3d3d), background-color: var(--kendo-color-warning, #ffc000), border: var(--kendo-color-warning, #ffc000)), \"success\": (color: var(--kendo-color-on-success, #ffffff), background-color: var(--kendo-color-success, #37b400), border: var(--kendo-color-success, #37b400)), \"info\": (color: var(--kendo-color-on-info, #ffffff), background-color: var(--kendo-color-info, #0058e9), border: var(--kendo-color-info, #0058e9)), \"tertiary\": (color: var(--kendo-color-on-tertiary, #ffffff), background-color: var(--kendo-color-tertiary, #03a9f4), border: var(--kendo-color-tertiary, #03a9f4)), \"secondary\": (color: var(--kendo-color-on-secondary, #ffffff), background-color: var(--kendo-color-secondary, #666666), border: var(--kendo-color-secondary, #666666)), \"primary\": (color: var(--kendo-color-on-primary, #ffffff), background-color: var(--kendo-color-primary, #ff6358), border: var(--kendo-color-primary, #ff6358)), \"base\": (color: var(--kendo-color-on-base, #3d3d3d), background-color: var(--kendo-color-base, #f5f5f5), border: var(--kendo-color-base, #f5f5f5)))",
9315
9544
  "prettyValue": {
9316
9545
  "inverse": {
9317
9546
  "color": "var(--kendo-color-on-inverse, #ffffff)",
9318
- "background-color": "var(--kendo-color-dark, #3d3d3d)",
9319
- "border": "var(--kendo-color-dark, #3d3d3d)"
9547
+ "background-color": "var(--kendo-color-inverse, #3d3d3d)",
9548
+ "border": "var(--kendo-color-inverse, #3d3d3d)"
9320
9549
  },
9321
9550
  "light": {
9322
9551
  "color": "var(--kendo-color-on-light, #000000)",
@@ -9362,6 +9591,11 @@
9362
9591
  "color": "var(--kendo-color-on-primary, #ffffff)",
9363
9592
  "background-color": "var(--kendo-color-primary, #ff6358)",
9364
9593
  "border": "var(--kendo-color-primary, #ff6358)"
9594
+ },
9595
+ "base": {
9596
+ "color": "var(--kendo-color-on-base, #3d3d3d)",
9597
+ "background-color": "var(--kendo-color-base, #f5f5f5)",
9598
+ "border": "var(--kendo-color-base, #f5f5f5)"
9365
9599
  }
9366
9600
  }
9367
9601
  },
@@ -9465,6 +9699,14 @@
9465
9699
  "type": "String",
9466
9700
  "value": "var(--kendo-color-border, rgba(0, 0, 0, 0.08))"
9467
9701
  },
9702
+ "kendo-bottom-nav-default-theme-color": {
9703
+ "type": "String",
9704
+ "value": "\"primary\""
9705
+ },
9706
+ "kendo-bottom-nav-default-fill-mode": {
9707
+ "type": "String",
9708
+ "value": "\"flat\""
9709
+ },
9468
9710
  "kendo-bottom-nav-padding-x": {
9469
9711
  "type": "String",
9470
9712
  "value": "var(--kendo-spacing-1, 0.25rem)"
@@ -9542,20 +9784,12 @@
9542
9784
  "value": "var(--kendo-color-border, rgba(0, 0, 0, 0.08))"
9543
9785
  },
9544
9786
  "kendo-bottom-navigation-theme-colors": {
9545
- "type": "Map",
9546
- "value": "(\"primary\": var(--kendo-color-primary, #ff6358), \"secondary\": var(--kendo-color-secondary, #666666), \"tertiary\": var(--kendo-color-tertiary, #03a9f4), \"info\": var(--kendo-color-info, #0058e9), \"success\": var(--kendo-color-success, #37b400), \"warning\": var(--kendo-color-warning, #ffc000), \"error\": var(--kendo-color-error, #f31700), \"dark\": var(--kendo-color-dark, #3d3d3d), \"light\": var(--kendo-color-light, #ebebeb), \"inverse\": var(--kendo-color-dark, #3d3d3d))",
9547
- "prettyValue": {
9548
- "primary": "var(--kendo-color-primary, #ff6358)",
9549
- "secondary": "var(--kendo-color-secondary, #666666)",
9550
- "tertiary": "var(--kendo-color-tertiary, #03a9f4)",
9551
- "info": "var(--kendo-color-info, #0058e9)",
9552
- "success": "var(--kendo-color-success, #37b400)",
9553
- "warning": "var(--kendo-color-warning, #ffc000)",
9554
- "error": "var(--kendo-color-error, #f31700)",
9555
- "dark": "var(--kendo-color-dark, #3d3d3d)",
9556
- "light": "var(--kendo-color-light, #ebebeb)",
9557
- "inverse": "var(--kendo-color-dark, #3d3d3d)"
9558
- }
9787
+ "type": "List",
9788
+ "value": "(\"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")"
9789
+ },
9790
+ "kendo-breadcrumb-default-size": {
9791
+ "type": "String",
9792
+ "value": "\"md\""
9559
9793
  },
9560
9794
  "kendo-breadcrumb-border-width": {
9561
9795
  "type": "Number",
@@ -9811,6 +10045,10 @@
9811
10045
  }
9812
10046
  }
9813
10047
  },
10048
+ "kendo-pager-default-size": {
10049
+ "type": "String",
10050
+ "value": "\"md\""
10051
+ },
9814
10052
  "kendo-pager-sm-padding-x": {
9815
10053
  "type": "String",
9816
10054
  "value": "var(--kendo-spacing-1, 0.25rem)"
@@ -10211,6 +10449,10 @@
10211
10449
  "type": "String",
10212
10450
  "value": "var(--kendo-easing-standard, cubic-bezier(0.42, 0, 0.58, 1))"
10213
10451
  },
10452
+ "kendo-tabstrip-default-size": {
10453
+ "type": "String",
10454
+ "value": "\"md\""
10455
+ },
10214
10456
  "kendo-tabstrip-wrapper-padding-x": {
10215
10457
  "type": "String",
10216
10458
  "value": "var(--kendo-spacing-0, 0px)"
@@ -11291,6 +11533,10 @@
11291
11533
  "type": "String",
11292
11534
  "value": "var(--kendo-color-on-app-surface, #3d3d3d)"
11293
11535
  },
11536
+ "kendo-grid-default-size": {
11537
+ "type": "String",
11538
+ "value": "\"md\""
11539
+ },
11294
11540
  "kendo-grid-border-width": {
11295
11541
  "type": "Number",
11296
11542
  "value": "1px"
@@ -11695,14 +11941,14 @@
11695
11941
  "type": "String",
11696
11942
  "value": "var(--kendo-color-surface-alt, #ffffff)"
11697
11943
  },
11698
- "kendo-grid-sticky-hover-bg": {
11699
- "type": "String",
11700
- "value": "var(--kendo-color-base-hover, #ebebeb)"
11701
- },
11702
11944
  "kendo-grid-sticky-alt-bg": {
11703
11945
  "type": "String",
11704
11946
  "value": "var(--kendo-color-base, #f5f5f5)"
11705
11947
  },
11948
+ "kendo-grid-sticky-hover-bg": {
11949
+ "type": "String",
11950
+ "value": "var(--kendo-color-base-hover, #ebebeb)"
11951
+ },
11706
11952
  "kendo-grid-sticky-border": {
11707
11953
  "type": "Color",
11708
11954
  "value": "rgba(0, 0, 0, 0.3)"
@@ -15737,6 +15983,10 @@
15737
15983
  }
15738
15984
  }
15739
15985
  },
15986
+ "kendo-column-menu-default-size": {
15987
+ "type": "String",
15988
+ "value": "\"md\""
15989
+ },
15740
15990
  "kendo-column-menu-item-sm-padding-x": {
15741
15991
  "type": "String",
15742
15992
  "value": "var(--kendo-spacing-2, 0.5rem)"