@progress/kendo-theme-classic 10.6.0-dev.6 → 11.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 (135) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/classic-green-dark.css +1 -1
  3. package/dist/classic-green-dark.scss +1 -1
  4. package/dist/classic-green.css +1 -1
  5. package/dist/classic-green.scss +1 -1
  6. package/dist/classic-lavender-dark.css +1 -1
  7. package/dist/classic-lavender-dark.scss +1 -1
  8. package/dist/classic-lavender.css +1 -1
  9. package/dist/classic-lavender.scss +1 -1
  10. package/dist/classic-main-dark.css +1 -1
  11. package/dist/classic-main-dark.scss +1 -1
  12. package/dist/classic-main.css +1 -1
  13. package/dist/classic-main.scss +1 -5
  14. package/dist/classic-metro-dark.css +1 -1
  15. package/dist/classic-metro-dark.scss +1 -1
  16. package/dist/classic-metro.css +1 -1
  17. package/dist/classic-metro.scss +1 -1
  18. package/dist/classic-moonlight.css +1 -1
  19. package/dist/classic-moonlight.scss +1 -1
  20. package/dist/classic-opal-dark.css +1 -1
  21. package/dist/classic-opal-dark.scss +1 -1
  22. package/dist/classic-opal.css +1 -1
  23. package/dist/classic-opal.scss +1 -1
  24. package/dist/classic-silver-dark.css +1 -1
  25. package/dist/classic-silver-dark.scss +1 -1
  26. package/dist/classic-silver.css +1 -1
  27. package/dist/classic-silver.scss +1 -1
  28. package/dist/classic-uniform.css +1 -1
  29. package/dist/classic-uniform.scss +5 -2
  30. package/dist/meta/sassdoc-data.json +1508 -4460
  31. package/dist/meta/sassdoc-raw-data.json +748 -2110
  32. package/dist/meta/variables.json +162 -329
  33. package/lib/swatches/classic-green-dark.json +1 -182
  34. package/lib/swatches/classic-green.json +1 -182
  35. package/lib/swatches/classic-lavender-dark.json +2 -203
  36. package/lib/swatches/classic-lavender.json +2 -183
  37. package/lib/swatches/classic-main-dark.json +1 -182
  38. package/lib/swatches/classic-main.json +2 -184
  39. package/lib/swatches/classic-metro-dark.json +1 -209
  40. package/lib/swatches/classic-metro.json +2 -203
  41. package/lib/swatches/classic-moonlight.json +1 -209
  42. package/lib/swatches/classic-opal-dark.json +1 -207
  43. package/lib/swatches/classic-opal.json +1 -182
  44. package/lib/swatches/classic-silver-dark.json +1 -182
  45. package/lib/swatches/classic-silver.json +1 -182
  46. package/lib/swatches/classic-uniform.json +1 -167
  47. package/package.json +4 -4
  48. package/scss/action-sheet/_variables.scss +8 -8
  49. package/scss/adaptive/_variables.scss +13 -13
  50. package/scss/appbar/_variables.scss +18 -5
  51. package/scss/avatar/_variables.scss +12 -1
  52. package/scss/badge/_variables.scss +15 -1
  53. package/scss/bottom-navigation/_variables.scss +17 -4
  54. package/scss/breadcrumb/_variables.scss +8 -8
  55. package/scss/button/_variables.scss +24 -15
  56. package/scss/calendar/_variables.scss +18 -18
  57. package/scss/captcha/_variables.scss +3 -3
  58. package/scss/card/_variables.scss +24 -9
  59. package/scss/chart-wizard/_variables.scss +4 -4
  60. package/scss/chat/_variables.scss +13 -13
  61. package/scss/checkbox/_variables.scss +7 -7
  62. package/scss/chip/_variables.scss +9 -9
  63. package/scss/color-preview/_variables.scss +3 -3
  64. package/scss/coloreditor/_variables.scss +3 -3
  65. package/scss/colorgradient/_variables.scss +4 -4
  66. package/scss/core/_index.scss +8 -5
  67. package/scss/core/color-system/_swatch.scss +0 -3
  68. package/scss/dataviz/_variables.scss +61 -47
  69. package/scss/dialog/_variables.scss +5 -5
  70. package/scss/dock-manager/_variables.scss +6 -6
  71. package/scss/draggable/_variables.scss +4 -4
  72. package/scss/drawer/_variables.scss +9 -9
  73. package/scss/dropzone/_variables.scss +6 -6
  74. package/scss/editor/_variables.scss +12 -4
  75. package/scss/expansion-panel/_variables.scss +6 -6
  76. package/scss/fab/_variables.scss +15 -4
  77. package/scss/filemanager/_variables.scss +5 -5
  78. package/scss/filter/_variables.scss +2 -2
  79. package/scss/forms/_variables.scss +3 -3
  80. package/scss/gantt/_variables.scss +24 -24
  81. package/scss/grid/_variables.scss +11 -11
  82. package/scss/imageeditor/_variables.scss +4 -4
  83. package/scss/index.scss +3 -0
  84. package/scss/input/_variables.scss +15 -15
  85. package/scss/list/_variables.scss +8 -8
  86. package/scss/listbox/_variables.scss +3 -3
  87. package/scss/listgroup/_variables.scss +3 -3
  88. package/scss/listview/_variables.scss +4 -4
  89. package/scss/loader/_variables.scss +17 -3
  90. package/scss/map/_variables.scss +5 -5
  91. package/scss/marquee/_index.scss +16 -0
  92. package/scss/marquee/_layout.scss +6 -0
  93. package/scss/marquee/_theme.scss +6 -0
  94. package/scss/marquee/_variables.scss +11 -0
  95. package/scss/mediaplayer/_variables.scss +4 -4
  96. package/scss/menu/_variables.scss +13 -13
  97. package/scss/messagebox/_variables.scss +15 -1
  98. package/scss/no-data/_variables.scss +1 -1
  99. package/scss/notification/_functions.scss +1 -1
  100. package/scss/notification/_variables.scss +15 -4
  101. package/scss/orgchart/_variables.scss +8 -8
  102. package/scss/overlay/_variables.scss +12 -1
  103. package/scss/pager/_variables.scss +3 -3
  104. package/scss/panel/_variables.scss +3 -3
  105. package/scss/panelbar/_variables.scss +18 -18
  106. package/scss/pdf-viewer/_variables.scss +13 -13
  107. package/scss/pivotgrid/_variables.scss +22 -22
  108. package/scss/popover/_variables.scss +3 -3
  109. package/scss/popup/_variables.scss +3 -3
  110. package/scss/progressbar/_variables.scss +8 -8
  111. package/scss/prompt/_variables.scss +12 -12
  112. package/scss/rating/_variables.scss +4 -4
  113. package/scss/scheduler/_variables.scss +17 -14
  114. package/scss/scrollview/_variables.scss +5 -5
  115. package/scss/signature/_variables.scss +1 -1
  116. package/scss/skeleton/_variables.scss +1 -1
  117. package/scss/slider/_variables.scss +10 -10
  118. package/scss/splitter/_variables.scss +8 -8
  119. package/scss/spreadsheet/_variables.scss +25 -25
  120. package/scss/stepper/_variables.scss +15 -15
  121. package/scss/switch/_variables.scss +16 -16
  122. package/scss/table/_variables.scss +10 -10
  123. package/scss/tabstrip/_variables.scss +17 -17
  124. package/scss/taskboard/_variables.scss +14 -14
  125. package/scss/tilelayout/_variables.scss +2 -2
  126. package/scss/timeline/_variables.scss +6 -6
  127. package/scss/timeselector/_variables.scss +12 -8
  128. package/scss/toolbar/_variables.scss +5 -5
  129. package/scss/tooltip/_functions.scss +1 -1
  130. package/scss/tooltip/_variables.scss +14 -3
  131. package/scss/treeview/_variables.scss +12 -12
  132. package/scss/typography/_variables.scss +3 -3
  133. package/scss/upload/_variables.scss +13 -13
  134. package/scss/window/_variables.scss +10 -10
  135. package/scss/core/color-system/_swatch-legacy.scss +0 -345
@@ -11,10 +11,6 @@
11
11
  "type": "List",
12
12
  "value": "(inset 0 0 0 2px rgba(0, 0, 0, 0.13))"
13
13
  },
14
- "kendo-enable-color-system": {
15
- "type": "Bool",
16
- "value": "true"
17
- },
18
14
  "kendo-is-dark-theme": {
19
15
  "type": "Bool",
20
16
  "value": "false"
@@ -313,10 +309,6 @@
313
309
  "15": "#5e2036"
314
310
  }
315
311
  },
316
- "kendo-palettes": {
317
- "type": "List",
318
- "value": "()"
319
- },
320
312
  "kendo-colors": {
321
313
  "type": "Map",
322
314
  "value": "(app-surface: #ffffff, on-app-surface: #272727, subtle: #666666, surface: #f0f0f0, surface-alt: #ffffff, border: #cacaca, border-alt: #b6b6b6, base-subtle: #f0f0f0, base-subtle-hover: #ebebeb, base-subtle-active: #dddddd, base: #ebebeb, base-hover: #dddddd, base-active: #d6d6d6, base-emphasis: #cacaca, base-on-subtle: #272727, on-base: #272727, base-on-surface: #272727, primary-subtle: #fff2eb, primary-subtle-hover: #ffe5d6, primary-subtle-active: #ffd8c2, primary: #f35800, primary-hover: #e05100, primary-active: #cc4a00, primary-emphasis: #ff8b47, primary-on-subtle: #3d1600, on-primary: #ffffff, primary-on-surface: #f35800, secondary-subtle: #cacaca, secondary-subtle-hover: #b6b6b6, secondary-subtle-active: #a3a3a3, secondary: #b6b6b6, secondary-hover: #a3a3a3, secondary-active: #8f8f8f, secondary-emphasis: #7a7a7a, secondary-on-subtle: #272727, on-secondary: #000000, secondary-on-surface: #8f8f8f, tertiary-subtle: #9cdffe, tertiary-subtle-hover: #72d1fe, tertiary-subtle-active: #49c4fd, tertiary: #03a9f4, tertiary-hover: #039be0, tertiary-active: #038ecd, tertiary-emphasis: #2cbbfd, tertiary-on-subtle: #01364e, on-tertiary: #ffffff, tertiary-on-surface: #0273a6, info-subtle: #cce5f3, info-subtle-hover: #a6d1ea, info-subtle-active: #6ab2dc, info: #007bc3, info-hover: #0071b3, info-active: #0067a4, info-emphasis: #409cd2, info-on-subtle: #002b44, on-info: #ffffff, info-on-surface: #005485, success-subtle: #bbdfc1, success-subtle-hover: #9ed1a6, success-subtle-active: #82c48c, success: #3ea44e, success-hover: #399748, success-active: #348a42, success-emphasis: #6ebb7a, success-on-subtle: #16391b, on-success: #ffffff, success-on-surface: #2a7035, warning-subtle: #ffdead, warning-subtle-hover: #ffd699, warning-subtle-active: #ffc670, warning: #ffa41f, warning-hover: #ff9800, warning-active: #eb8c00, warning-emphasis: #ffb240, warning-on-subtle: #593500, on-warning: #000000, warning-on-surface: #ffa41f, error-subtle: #f4c3b8, error-subtle-hover: #f2b4a6, error-subtle-active: #ec8e79, error: #d92800, error-hover: #c82500, error-active: #b62200, error-emphasis: #e35e40, error-on-subtle: #4c0e00, on-error: #ffffff, error-on-surface: #941b00, light-subtle: #f0f0f0, light-subtle-hover: #ebebeb, light-subtle-active: #dddddd, light: #ebebeb, light-hover: #dddddd, light-active: #d6d6d6, light-emphasis: #cacaca, light-on-subtle: #272727, on-light: #000000, light-on-surface: #ebebeb, dark-subtle: #cacaca, dark-subtle-hover: #b6b6b6, dark-subtle-active: #a3a3a3, dark: #404040, dark-hover: #333333, dark-active: #272727, dark-emphasis: #7a7a7a, dark-on-subtle: #000000, on-dark: #ffffff, dark-on-surface: #333333, inverse-subtle: #cacaca, inverse-subtle-hover: #b6b6b6, inverse-subtle-active: #a3a3a3, inverse: #404040, inverse-hover: #333333, inverse-active: #272727, inverse-emphasis: #7a7a7a, inverse-on-subtle: #000000, on-inverse: #ffffff, inverse-on-surface: #333333, series-a: #ff6358, series-a-bold: #bf4a42, series-a-bolder: #80322c, series-a-subtle: #ffb1ac, series-a-subtler: #ff8a82, series-b: #ffd246, series-b-bold: #bf9d35, series-b-bolder: #806923, series-b-subtle: #ffe9a2, series-b-subtler: #ffdd74, series-c: #78d237, series-c-bold: #5a9d29, series-c-bolder: #3c691c, series-c-subtle: #bbe99b, series-c-subtler: #9add69, series-d: #28b4c8, series-d-bold: #1e8796, series-d-bolder: #145a64, series-d-subtle: #93d9e3, series-d-subtler: #5ec7d6, series-e: #2d73f5, series-e-bold: #2256b8, series-e-bolder: #173a7b, series-e-subtle: #96b9fa, series-e-subtler: #6296f7, series-f: #9d40b0, series-f-bold: #80358e, series-f-bolder: #55235f, series-f-subtle: #d5a2df, series-f-subtler: #bf74ce)",
@@ -905,321 +897,6 @@
905
897
  "type": "List",
906
898
  "value": "(color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out)"
907
899
  },
908
- "kendo-color-primary": {
909
- "type": "String",
910
- "value": "var(--kendo-color-primary, #f35800)"
911
- },
912
- "kendo-color-primary-lighter": {
913
- "type": "Null",
914
- "value": "null"
915
- },
916
- "kendo-color-primary-darker": {
917
- "type": "Null",
918
- "value": "null"
919
- },
920
- "kendo-color-primary-contrast": {
921
- "type": "String",
922
- "value": "var(--kendo-color-on-primary, #ffffff)"
923
- },
924
- "kendo-color-secondary": {
925
- "type": "String",
926
- "value": "var(--kendo-color-secondary, #b6b6b6)"
927
- },
928
- "kendo-color-secondary-lighter": {
929
- "type": "Null",
930
- "value": "null"
931
- },
932
- "kendo-color-secondary-darker": {
933
- "type": "Null",
934
- "value": "null"
935
- },
936
- "kendo-color-secondary-contrast": {
937
- "type": "String",
938
- "value": "var(--kendo-color-on-secondary, #000000)"
939
- },
940
- "kendo-color-tertiary": {
941
- "type": "String",
942
- "value": "var(--kendo-color-tertiary, #03a9f4)"
943
- },
944
- "kendo-color-tertiary-lighter": {
945
- "type": "Null",
946
- "value": "null"
947
- },
948
- "kendo-color-tertiary-darker": {
949
- "type": "Null",
950
- "value": "null"
951
- },
952
- "kendo-color-tertiary-contrast": {
953
- "type": "String",
954
- "value": "var(--kendo-color-on-tertiary, #ffffff)"
955
- },
956
- "kendo-color-info": {
957
- "type": "String",
958
- "value": "var(--kendo-color-info, #007bc3)"
959
- },
960
- "kendo-color-info-lighter": {
961
- "type": "Null",
962
- "value": "null"
963
- },
964
- "kendo-color-info-darker": {
965
- "type": "Null",
966
- "value": "null"
967
- },
968
- "kendo-color-success": {
969
- "type": "String",
970
- "value": "var(--kendo-color-success, #3ea44e)"
971
- },
972
- "kendo-color-success-lighter": {
973
- "type": "Null",
974
- "value": "null"
975
- },
976
- "kendo-color-success-darker": {
977
- "type": "Null",
978
- "value": "null"
979
- },
980
- "kendo-color-warning": {
981
- "type": "String",
982
- "value": "var(--kendo-color-warning, #ffa41f)"
983
- },
984
- "kendo-color-warning-lighter": {
985
- "type": "Null",
986
- "value": "null"
987
- },
988
- "kendo-color-warning-darker": {
989
- "type": "Null",
990
- "value": "null"
991
- },
992
- "kendo-color-error": {
993
- "type": "String",
994
- "value": "var(--kendo-color-error, #d92800)"
995
- },
996
- "kendo-color-error-lighter": {
997
- "type": "Null",
998
- "value": "null"
999
- },
1000
- "kendo-color-error-darker": {
1001
- "type": "Null",
1002
- "value": "null"
1003
- },
1004
- "kendo-color-dark": {
1005
- "type": "String",
1006
- "value": "var(--kendo-color-dark, #404040)"
1007
- },
1008
- "kendo-color-light": {
1009
- "type": "String",
1010
- "value": "var(--kendo-color-light, #ebebeb)"
1011
- },
1012
- "kendo-color-inverse": {
1013
- "type": "String",
1014
- "value": "var(--kendo-color-dark, #404040)"
1015
- },
1016
- "kendo-body-bg": {
1017
- "type": "String",
1018
- "value": "var(--kendo-color-app-surface, #ffffff)"
1019
- },
1020
- "kendo-body-text": {
1021
- "type": "String",
1022
- "value": "var(--kendo-color-on-app-surface, #272727)"
1023
- },
1024
- "kendo-app-bg": {
1025
- "type": "String",
1026
- "value": "var(--kendo-color-app-surface, #ffffff)"
1027
- },
1028
- "kendo-app-text": {
1029
- "type": "String",
1030
- "value": "var(--kendo-color-on-app-surface, #272727)"
1031
- },
1032
- "kendo-app-border": {
1033
- "type": "String",
1034
- "value": "var(--kendo-color-border, #cacaca)"
1035
- },
1036
- "kendo-component-bg": {
1037
- "type": "String",
1038
- "value": "var(--kendo-color-surface-alt, #ffffff)"
1039
- },
1040
- "kendo-component-text": {
1041
- "type": "String",
1042
- "value": "var(--kendo-color-on-app-surface, #272727)"
1043
- },
1044
- "kendo-component-border": {
1045
- "type": "String",
1046
- "value": "var(--kendo-color-border, #cacaca)"
1047
- },
1048
- "kendo-base-bg": {
1049
- "type": "String",
1050
- "value": "var(--kendo-color-surface, #f0f0f0)"
1051
- },
1052
- "kendo-base-text": {
1053
- "type": "String",
1054
- "value": "var(--kendo-color-on-app-surface, #272727)"
1055
- },
1056
- "kendo-base-border": {
1057
- "type": "String",
1058
- "value": "var(--kendo-color-border, #cacaca)"
1059
- },
1060
- "kendo-base-gradient": {
1061
- "type": "Null",
1062
- "value": "null"
1063
- },
1064
- "kendo-hover-bg": {
1065
- "type": "String",
1066
- "value": "var(--kendo-color-base-hover, #dddddd)"
1067
- },
1068
- "kendo-hover-text": {
1069
- "type": "String",
1070
- "value": "var(--kendo-color-on-app-surface, #272727)"
1071
- },
1072
- "kendo-hover-border": {
1073
- "type": "String",
1074
- "value": "var(--kendo-color-border, #cacaca)"
1075
- },
1076
- "kendo-hover-gradient": {
1077
- "type": "Null",
1078
- "value": "null"
1079
- },
1080
- "kendo-selected-bg": {
1081
- "type": "String",
1082
- "value": "var(--kendo-color-primary, #f35800)"
1083
- },
1084
- "kendo-selected-text": {
1085
- "type": "String",
1086
- "value": "var(--kendo-color-on-primary, #ffffff)"
1087
- },
1088
- "kendo-selected-border": {
1089
- "type": "String",
1090
- "value": "var(--kendo-color-primary, #f35800)"
1091
- },
1092
- "kendo-selected-gradient": {
1093
- "type": "Null",
1094
- "value": "null"
1095
- },
1096
- "kendo-selected-hover-bg": {
1097
- "type": "String",
1098
- "value": "var(--kendo-color-primary-hover, #e05100)"
1099
- },
1100
- "kendo-selected-hover-text": {
1101
- "type": "String",
1102
- "value": "var(--kendo-color-on-primary, #ffffff)"
1103
- },
1104
- "kendo-selected-hover-border": {
1105
- "type": "String",
1106
- "value": "var(--kendo-color-primary-hover, #e05100)"
1107
- },
1108
- "kendo-selected-hover-gradient": {
1109
- "type": "Null",
1110
- "value": "null"
1111
- },
1112
- "kendo-component-header-bg": {
1113
- "type": "String",
1114
- "value": "var(--kendo-color-surface, #f0f0f0)"
1115
- },
1116
- "kendo-component-header-text": {
1117
- "type": "String",
1118
- "value": "var(--kendo-color-on-app-surface, #272727)"
1119
- },
1120
- "kendo-component-header-border": {
1121
- "type": "String",
1122
- "value": "var(--kendo-color-border, #cacaca)"
1123
- },
1124
- "kendo-component-header-gradient": {
1125
- "type": "Null",
1126
- "value": "null"
1127
- },
1128
- "kendo-focus-outline": {
1129
- "type": "Null",
1130
- "value": "null"
1131
- },
1132
- "kendo-subtle-text": {
1133
- "type": "String",
1134
- "value": "var(--kendo-color-subtle, #666666)"
1135
- },
1136
- "kendo-link-text": {
1137
- "type": "String",
1138
- "value": "var(--kendo-color-primary, #f35800)"
1139
- },
1140
- "kendo-link-hover-text": {
1141
- "type": "String",
1142
- "value": "var(--kendo-color-primary-hover, #e05100)"
1143
- },
1144
- "kendo-invalid-bg": {
1145
- "type": "Null",
1146
- "value": "null"
1147
- },
1148
- "kendo-invalid-text": {
1149
- "type": "String",
1150
- "value": "var(--kendo-color-error, #d92800)"
1151
- },
1152
- "kendo-invalid-border": {
1153
- "type": "String",
1154
- "value": "var(--kendo-color-error, #d92800)"
1155
- },
1156
- "kendo-invalid-shadow": {
1157
- "type": "Null",
1158
- "value": "null"
1159
- },
1160
- "kendo-valid-bg": {
1161
- "type": "Null",
1162
- "value": "null"
1163
- },
1164
- "kendo-valid-text": {
1165
- "type": "String",
1166
- "value": "var(--kendo-color-success, #3ea44e)"
1167
- },
1168
- "kendo-valid-border": {
1169
- "type": "String",
1170
- "value": "var(--kendo-color-success, #3ea44e)"
1171
- },
1172
- "kendo-valid-shadow": {
1173
- "type": "Null",
1174
- "value": "null"
1175
- },
1176
- "kendo-disabled-bg": {
1177
- "type": "Null",
1178
- "value": "null"
1179
- },
1180
- "kendo-disabled-text": {
1181
- "type": "Null",
1182
- "value": "null"
1183
- },
1184
- "kendo-disabled-border": {
1185
- "type": "Null",
1186
- "value": "null"
1187
- },
1188
- "kendo-disabled-opacity": {
1189
- "type": "Number",
1190
- "value": "0.6"
1191
- },
1192
- "kendo-disabled-filter": {
1193
- "type": "String",
1194
- "value": "grayscale(0.1)"
1195
- },
1196
- "kendo-disabled-styling": {
1197
- "type": "Map",
1198
- "value": "(bg: null, color: null, border: null, opacity: 0.6, filter: grayscale(0.1))",
1199
- "prettyValue": {
1200
- "bg": null,
1201
- "color": null,
1202
- "border": null,
1203
- "opacity": 0.6,
1204
- "filter": "grayscale(0.1)"
1205
- }
1206
- },
1207
- "kendo-theme-colors": {
1208
- "type": "Map",
1209
- "value": "(\"primary\": var(--kendo-color-primary, #f35800), \"secondary\": var(--kendo-color-secondary, #b6b6b6), \"tertiary\": var(--kendo-color-tertiary, #03a9f4), \"info\": var(--kendo-color-info, #007bc3), \"success\": var(--kendo-color-success, #3ea44e), \"warning\": var(--kendo-color-warning, #ffa41f), \"error\": var(--kendo-color-error, #d92800), \"dark\": var(--kendo-color-dark, #404040), \"light\": var(--kendo-color-light, #ebebeb), \"inverse\": var(--kendo-color-dark, #404040))",
1210
- "prettyValue": {
1211
- "primary": "var(--kendo-color-primary, #f35800)",
1212
- "secondary": "var(--kendo-color-secondary, #b6b6b6)",
1213
- "tertiary": "var(--kendo-color-tertiary, #03a9f4)",
1214
- "info": "var(--kendo-color-info, #007bc3)",
1215
- "success": "var(--kendo-color-success, #3ea44e)",
1216
- "warning": "var(--kendo-color-warning, #ffa41f)",
1217
- "error": "var(--kendo-color-error, #d92800)",
1218
- "dark": "var(--kendo-color-dark, #404040)",
1219
- "light": "var(--kendo-color-light, #ebebeb)",
1220
- "inverse": "var(--kendo-color-dark, #404040)"
1221
- }
1222
- },
1223
900
  "kendo-h1-font-size": {
1224
901
  "type": "Calculation",
1225
902
  "value": "calc(var(--kendo-font-size, 0.875rem) * 4)"
@@ -1692,6 +1369,22 @@
1692
1369
  "type": "String",
1693
1370
  "value": "underline"
1694
1371
  },
1372
+ "kendo-message-box-theme-colors": {
1373
+ "type": "Map",
1374
+ "value": "(\"primary\": var(--kendo-color-primary, #f35800), \"secondary\": var(--kendo-color-secondary, #b6b6b6), \"tertiary\": var(--kendo-color-tertiary, #03a9f4), \"info\": var(--kendo-color-info, #007bc3), \"success\": var(--kendo-color-success, #3ea44e), \"warning\": var(--kendo-color-warning, #ffa41f), \"error\": var(--kendo-color-error, #d92800), \"dark\": var(--kendo-color-dark, #404040), \"light\": var(--kendo-color-light, #ebebeb), \"inverse\": var(--kendo-color-dark, #404040))",
1375
+ "prettyValue": {
1376
+ "primary": "var(--kendo-color-primary, #f35800)",
1377
+ "secondary": "var(--kendo-color-secondary, #b6b6b6)",
1378
+ "tertiary": "var(--kendo-color-tertiary, #03a9f4)",
1379
+ "info": "var(--kendo-color-info, #007bc3)",
1380
+ "success": "var(--kendo-color-success, #3ea44e)",
1381
+ "warning": "var(--kendo-color-warning, #ffa41f)",
1382
+ "error": "var(--kendo-color-error, #d92800)",
1383
+ "dark": "var(--kendo-color-dark, #404040)",
1384
+ "light": "var(--kendo-color-light, #ebebeb)",
1385
+ "inverse": "var(--kendo-color-dark, #404040)"
1386
+ }
1387
+ },
1695
1388
  "kendo-drag-hint-padding-x": {
1696
1389
  "type": "String",
1697
1390
  "value": "var(--kendo-spacing-2, 0.5rem)"
@@ -2618,6 +2311,22 @@
2618
2311
  }
2619
2312
  }
2620
2313
  },
2314
+ "kendo-badge-theme-colors": {
2315
+ "type": "Map",
2316
+ "value": "(\"primary\": var(--kendo-color-primary, #f35800), \"secondary\": var(--kendo-color-secondary, #b6b6b6), \"tertiary\": var(--kendo-color-tertiary, #03a9f4), \"info\": var(--kendo-color-info, #007bc3), \"success\": var(--kendo-color-success, #3ea44e), \"warning\": var(--kendo-color-warning, #ffa41f), \"error\": var(--kendo-color-error, #d92800), \"dark\": var(--kendo-color-dark, #404040), \"light\": var(--kendo-color-light, #ebebeb), \"inverse\": var(--kendo-color-dark, #404040))",
2317
+ "prettyValue": {
2318
+ "primary": "var(--kendo-color-primary, #f35800)",
2319
+ "secondary": "var(--kendo-color-secondary, #b6b6b6)",
2320
+ "tertiary": "var(--kendo-color-tertiary, #03a9f4)",
2321
+ "info": "var(--kendo-color-info, #007bc3)",
2322
+ "success": "var(--kendo-color-success, #3ea44e)",
2323
+ "warning": "var(--kendo-color-warning, #ffa41f)",
2324
+ "error": "var(--kendo-color-error, #d92800)",
2325
+ "dark": "var(--kendo-color-dark, #404040)",
2326
+ "light": "var(--kendo-color-light, #ebebeb)",
2327
+ "inverse": "var(--kendo-color-dark, #404040)"
2328
+ }
2329
+ },
2621
2330
  "kendo-color-preview-border-radius": {
2622
2331
  "type": "String",
2623
2332
  "value": "var(--kendo-border-radius-md, 0.25rem)"
@@ -2810,6 +2519,22 @@
2810
2519
  "type": "Number",
2811
2520
  "value": "100"
2812
2521
  },
2522
+ "kendo-loader-theme-colors": {
2523
+ "type": "Map",
2524
+ "value": "(\"primary\": var(--kendo-color-primary, #f35800), \"secondary\": var(--kendo-color-secondary, #b6b6b6), \"tertiary\": var(--kendo-color-tertiary, #03a9f4), \"info\": var(--kendo-color-info, #007bc3), \"success\": var(--kendo-color-success, #3ea44e), \"warning\": var(--kendo-color-warning, #ffa41f), \"error\": var(--kendo-color-error, #d92800), \"dark\": var(--kendo-color-dark, #404040), \"light\": var(--kendo-color-light, #ebebeb), \"inverse\": var(--kendo-color-dark, #404040))",
2525
+ "prettyValue": {
2526
+ "primary": "var(--kendo-color-primary, #f35800)",
2527
+ "secondary": "var(--kendo-color-secondary, #b6b6b6)",
2528
+ "tertiary": "var(--kendo-color-tertiary, #03a9f4)",
2529
+ "info": "var(--kendo-color-info, #007bc3)",
2530
+ "success": "var(--kendo-color-success, #3ea44e)",
2531
+ "warning": "var(--kendo-color-warning, #ffa41f)",
2532
+ "error": "var(--kendo-color-error, #d92800)",
2533
+ "dark": "var(--kendo-color-dark, #404040)",
2534
+ "light": "var(--kendo-color-light, #ebebeb)",
2535
+ "inverse": "var(--kendo-color-dark, #404040)"
2536
+ }
2537
+ },
2813
2538
  "kendo-skeleton-text-transform": {
2814
2539
  "type": "String",
2815
2540
  "value": "scale(1, 0.6)"
@@ -3104,8 +2829,9 @@
3104
2829
  },
3105
2830
  "kendo-button-theme-colors": {
3106
2831
  "type": "Map",
3107
- "value": "(\"primary\": var(--kendo-color-primary, #f35800), \"secondary\": var(--kendo-color-secondary, #b6b6b6), \"tertiary\": var(--kendo-color-tertiary, #03a9f4), \"info\": var(--kendo-color-info, #007bc3), \"success\": var(--kendo-color-success, #3ea44e), \"warning\": var(--kendo-color-warning, #ffa41f), \"error\": var(--kendo-color-error, #d92800), \"dark\": var(--kendo-color-dark, #404040), \"light\": var(--kendo-color-light, #ebebeb), \"inverse\": var(--kendo-color-dark, #404040), \"base\": var(--kendo-color-surface, #f0f0f0))",
2832
+ "value": "(\"base\": var(--kendo-color-base, #ebebeb), \"primary\": var(--kendo-color-primary, #f35800), \"secondary\": var(--kendo-color-secondary, #b6b6b6), \"tertiary\": var(--kendo-color-tertiary, #03a9f4), \"info\": var(--kendo-color-info, #007bc3), \"success\": var(--kendo-color-success, #3ea44e), \"warning\": var(--kendo-color-warning, #ffa41f), \"error\": var(--kendo-color-error, #d92800), \"dark\": var(--kendo-color-dark, #404040), \"light\": var(--kendo-color-light, #ebebeb), \"inverse\": var(--kendo-color-dark, #404040))",
3108
2833
  "prettyValue": {
2834
+ "base": "var(--kendo-color-base, #ebebeb)",
3109
2835
  "primary": "var(--kendo-color-primary, #f35800)",
3110
2836
  "secondary": "var(--kendo-color-secondary, #b6b6b6)",
3111
2837
  "tertiary": "var(--kendo-color-tertiary, #03a9f4)",
@@ -3115,8 +2841,7 @@
3115
2841
  "error": "var(--kendo-color-error, #d92800)",
3116
2842
  "dark": "var(--kendo-color-dark, #404040)",
3117
2843
  "light": "var(--kendo-color-light, #ebebeb)",
3118
- "inverse": "var(--kendo-color-dark, #404040)",
3119
- "base": "var(--kendo-color-surface, #f0f0f0)"
2844
+ "inverse": "var(--kendo-color-dark, #404040)"
3120
2845
  }
3121
2846
  },
3122
2847
  "kendo-button-bg": {
@@ -6309,6 +6034,14 @@
6309
6034
  }
6310
6035
  }
6311
6036
  },
6037
+ "kendo-time-selector-now-button-text": {
6038
+ "type": "String",
6039
+ "value": "var(--kendo-color-primary, #f35800)"
6040
+ },
6041
+ "kendo-time-selector-now-button-hover-text": {
6042
+ "type": "String",
6043
+ "value": "var(--kendo-color-primary-hover, #e05100)"
6044
+ },
6312
6045
  "kendo-captcha-spacer": {
6313
6046
  "type": "String",
6314
6047
  "value": "var(--kendo-spacing-2, 0.5rem)"
@@ -7806,6 +7539,22 @@
7806
7539
  "type": "String",
7807
7540
  "value": "var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12))"
7808
7541
  },
7542
+ "kendo-appbar-theme-colors": {
7543
+ "type": "Map",
7544
+ "value": "(\"primary\": var(--kendo-color-primary, #f35800), \"secondary\": var(--kendo-color-secondary, #b6b6b6), \"tertiary\": var(--kendo-color-tertiary, #03a9f4), \"info\": var(--kendo-color-info, #007bc3), \"success\": var(--kendo-color-success, #3ea44e), \"warning\": var(--kendo-color-warning, #ffa41f), \"error\": var(--kendo-color-error, #d92800), \"dark\": var(--kendo-color-dark, #404040), \"light\": var(--kendo-color-light, #ebebeb), \"inverse\": var(--kendo-color-dark, #404040))",
7545
+ "prettyValue": {
7546
+ "primary": "var(--kendo-color-primary, #f35800)",
7547
+ "secondary": "var(--kendo-color-secondary, #b6b6b6)",
7548
+ "tertiary": "var(--kendo-color-tertiary, #03a9f4)",
7549
+ "info": "var(--kendo-color-info, #007bc3)",
7550
+ "success": "var(--kendo-color-success, #3ea44e)",
7551
+ "warning": "var(--kendo-color-warning, #ffa41f)",
7552
+ "error": "var(--kendo-color-error, #d92800)",
7553
+ "dark": "var(--kendo-color-dark, #404040)",
7554
+ "light": "var(--kendo-color-light, #ebebeb)",
7555
+ "inverse": "var(--kendo-color-dark, #404040)"
7556
+ }
7557
+ },
7809
7558
  "kendo-fab-border-width": {
7810
7559
  "type": "Number",
7811
7560
  "value": "1px"
@@ -8240,6 +7989,22 @@
8240
7989
  "type": "Number",
8241
7990
  "value": "20px"
8242
7991
  },
7992
+ "kendo-card-theme-colors": {
7993
+ "type": "Map",
7994
+ "value": "(\"primary\": var(--kendo-color-primary, #f35800), \"secondary\": var(--kendo-color-secondary, #b6b6b6), \"tertiary\": var(--kendo-color-tertiary, #03a9f4), \"info\": var(--kendo-color-info, #007bc3), \"success\": var(--kendo-color-success, #3ea44e), \"warning\": var(--kendo-color-warning, #ffa41f), \"error\": var(--kendo-color-error, #d92800), \"dark\": var(--kendo-color-dark, #404040), \"light\": var(--kendo-color-light, #ebebeb), \"inverse\": var(--kendo-color-dark, #404040))",
7995
+ "prettyValue": {
7996
+ "primary": "var(--kendo-color-primary, #f35800)",
7997
+ "secondary": "var(--kendo-color-secondary, #b6b6b6)",
7998
+ "tertiary": "var(--kendo-color-tertiary, #03a9f4)",
7999
+ "info": "var(--kendo-color-info, #007bc3)",
8000
+ "success": "var(--kendo-color-success, #3ea44e)",
8001
+ "warning": "var(--kendo-color-warning, #ffa41f)",
8002
+ "error": "var(--kendo-color-error, #d92800)",
8003
+ "dark": "var(--kendo-color-dark, #404040)",
8004
+ "light": "var(--kendo-color-light, #ebebeb)",
8005
+ "inverse": "var(--kendo-color-dark, #404040)"
8006
+ }
8007
+ },
8243
8008
  "kendo-actionsheet-padding-x": {
8244
8009
  "type": "Null",
8245
8010
  "value": "null"
@@ -9115,6 +8880,22 @@
9115
8880
  "type": "String",
9116
8881
  "value": "var(--kendo-color-border, #cacaca)"
9117
8882
  },
8883
+ "kendo-bottom-navigation-theme-colors": {
8884
+ "type": "Map",
8885
+ "value": "(\"primary\": var(--kendo-color-primary, #f35800), \"secondary\": var(--kendo-color-secondary, #b6b6b6), \"tertiary\": var(--kendo-color-tertiary, #03a9f4), \"info\": var(--kendo-color-info, #007bc3), \"success\": var(--kendo-color-success, #3ea44e), \"warning\": var(--kendo-color-warning, #ffa41f), \"error\": var(--kendo-color-error, #d92800), \"dark\": var(--kendo-color-dark, #404040), \"light\": var(--kendo-color-light, #ebebeb), \"inverse\": var(--kendo-color-dark, #404040))",
8886
+ "prettyValue": {
8887
+ "primary": "var(--kendo-color-primary, #f35800)",
8888
+ "secondary": "var(--kendo-color-secondary, #b6b6b6)",
8889
+ "tertiary": "var(--kendo-color-tertiary, #03a9f4)",
8890
+ "info": "var(--kendo-color-info, #007bc3)",
8891
+ "success": "var(--kendo-color-success, #3ea44e)",
8892
+ "warning": "var(--kendo-color-warning, #ffa41f)",
8893
+ "error": "var(--kendo-color-error, #d92800)",
8894
+ "dark": "var(--kendo-color-dark, #404040)",
8895
+ "light": "var(--kendo-color-light, #ebebeb)",
8896
+ "inverse": "var(--kendo-color-dark, #404040)"
8897
+ }
8898
+ },
9118
8899
  "kendo-breadcrumb-border-width": {
9119
8900
  "type": "Number",
9120
8901
  "value": "0px"
@@ -10290,15 +10071,15 @@
10290
10071
  },
10291
10072
  "kendo-panel-text": {
10292
10073
  "type": "String",
10293
- "value": "var(--kendo-component-text, var(--kendo-color-on-app-surface, #272727))"
10074
+ "value": "var(--kendo-color-on-app-surface, #272727)"
10294
10075
  },
10295
10076
  "kendo-panel-bg": {
10296
10077
  "type": "String",
10297
- "value": "var(--kendo-component-bg, var(--kendo-color-surface-alt, #ffffff))"
10078
+ "value": "var(--kendo-color-surface-alt, #ffffff)"
10298
10079
  },
10299
10080
  "kendo-panel-border": {
10300
10081
  "type": "String",
10301
- "value": "var(--kendo-component-border, var(--kendo-color-border, #cacaca))"
10082
+ "value": "var(--kendo-color-border, #cacaca)"
10302
10083
  },
10303
10084
  "kendo-panelbar-padding-x": {
10304
10085
  "type": "String",
@@ -12960,6 +12741,18 @@
12960
12741
  "type": "String",
12961
12742
  "value": "var(--kendo-spacing-2, 0.5rem)"
12962
12743
  },
12744
+ "kendo-editor-ct-cell-text": {
12745
+ "type": "String",
12746
+ "value": "var(--kendo-color-on-primary, #ffffff)"
12747
+ },
12748
+ "kendo-editor-ct-cell-bg": {
12749
+ "type": "String",
12750
+ "value": "var(--kendo-color-primary, #f35800)"
12751
+ },
12752
+ "kendo-editor-ct-cell-border": {
12753
+ "type": "String",
12754
+ "value": "var(--kendo-color-primary, #f35800)"
12755
+ },
12963
12756
  "kendo-image-editor-margin-y": {
12964
12757
  "type": "Null",
12965
12758
  "value": "null"
@@ -13700,6 +13493,10 @@
13700
13493
  "type": "String",
13701
13494
  "value": "var(--kendo-spacing-0\\.5, 0.125rem)"
13702
13495
  },
13496
+ "kendo-scheduler-header-bg": {
13497
+ "type": "String",
13498
+ "value": "var(--kendo-color-surface, #f0f0f0)"
13499
+ },
13703
13500
  "kendo-chat-padding-x": {
13704
13501
  "type": "String",
13705
13502
  "value": "var(--kendo-spacing-4, 1rem)"
@@ -14952,6 +14749,30 @@
14952
14749
  "type": "String",
14953
14750
  "value": "var(--kendo-spacing-0\\.5, 0.125rem)"
14954
14751
  },
14752
+ "kendo-treemap-text": {
14753
+ "type": "String",
14754
+ "value": "var(--kendo-color-on-app-surface, #272727)"
14755
+ },
14756
+ "kendo-treemap-bg": {
14757
+ "type": "String",
14758
+ "value": "var(--kendo-color-surface-alt, #ffffff)"
14759
+ },
14760
+ "kendo-treemap-border": {
14761
+ "type": "String",
14762
+ "value": "var(--kendo-color-border, #cacaca)"
14763
+ },
14764
+ "kendo-treemap-title-text": {
14765
+ "type": "String",
14766
+ "value": "var(--kendo-color-on-app-surface, #272727)"
14767
+ },
14768
+ "kendo-treemap-title-bg": {
14769
+ "type": "String",
14770
+ "value": "var(--kendo-color-surface, #f0f0f0)"
14771
+ },
14772
+ "kendo-treemap-title-border": {
14773
+ "type": "String",
14774
+ "value": "var(--kendo-color-border, #cacaca)"
14775
+ },
14955
14776
  "kendo-chart-overlay-bg": {
14956
14777
  "type": "String",
14957
14778
  "value": "var(--kendo-color-surface, #f0f0f0)"
@@ -15561,5 +15382,17 @@
15561
15382
  "kendo-group-menu-item-border": {
15562
15383
  "type": "String",
15563
15384
  "value": "var(--kendo-color-border, #cacaca)"
15385
+ },
15386
+ "kendo-marquee-text": {
15387
+ "type": "String",
15388
+ "value": "var(--kendo-color-on-primary, #ffffff)"
15389
+ },
15390
+ "kendo-marquee-bg": {
15391
+ "type": "String",
15392
+ "value": "var(--kendo-color-primary, #f35800)"
15393
+ },
15394
+ "kendo-marquee-border": {
15395
+ "type": "String",
15396
+ "value": "var(--kendo-color-primary, #f35800)"
15564
15397
  }
15565
15398
  }