@progress/kendo-theme-default 5.12.1-dev.1 → 5.12.1-dev.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (303) hide show
  1. package/dist/all.css +11342 -11738
  2. package/dist/all.scss +11297 -11990
  3. package/dist/default-blue.scss +27 -29
  4. package/dist/default-dataviz-v4.scss +6 -7
  5. package/dist/default-green.scss +27 -29
  6. package/dist/default-main-dark.scss +27 -30
  7. package/dist/default-main.scss +27 -29
  8. package/dist/default-nordic.scss +27 -29
  9. package/dist/default-ocean-blue-a11y.scss +42 -0
  10. package/dist/default-ocean-blue.scss +29 -35
  11. package/dist/default-orange.scss +27 -29
  12. package/dist/default-purple.scss +27 -29
  13. package/dist/default-turquoise.scss +27 -29
  14. package/dist/default-urban.scss +27 -29
  15. package/lib/swatches/default-blue.json +32 -41
  16. package/lib/swatches/default-dataviz-v4.json +8 -7
  17. package/lib/swatches/default-green.json +33 -41
  18. package/lib/swatches/default-main-dark.json +31 -49
  19. package/lib/swatches/default-main.json +33 -41
  20. package/lib/swatches/default-nordic.json +33 -41
  21. package/lib/swatches/default-ocean-blue-a11y.json +258 -0
  22. package/lib/swatches/default-ocean-blue.json +35 -64
  23. package/lib/swatches/default-orange.json +33 -41
  24. package/lib/swatches/default-purple.json +33 -41
  25. package/lib/swatches/default-turquoise.json +33 -41
  26. package/lib/swatches/default-urban.json +33 -41
  27. package/package.json +5 -5
  28. package/scss/_variables.scss +96 -42
  29. package/scss/action-buttons/_layout.scss +4 -4
  30. package/scss/action-buttons/_theme.scss +4 -4
  31. package/scss/action-buttons/_variables.scss +9 -9
  32. package/scss/action-sheet/_layout.scss +41 -41
  33. package/scss/action-sheet/_theme.scss +27 -27
  34. package/scss/action-sheet/_variables.scss +64 -63
  35. package/scss/adaptive/_layout.scss +11 -15
  36. package/scss/adaptive/_theme.scss +12 -12
  37. package/scss/adaptive/_variables.scss +18 -18
  38. package/scss/appbar/_variables.scss +3 -3
  39. package/scss/avatar/_variables.scss +3 -3
  40. package/scss/badge/_index.scss +1 -1
  41. package/scss/badge/_variables.scss +32 -32
  42. package/scss/bottom-navigation/_index.scss +1 -1
  43. package/scss/bottom-navigation/_layout.scss +17 -17
  44. package/scss/bottom-navigation/_theme.scss +4 -4
  45. package/scss/bottom-navigation/_variables.scss +23 -23
  46. package/scss/breadcrumb/_layout.scss +16 -16
  47. package/scss/breadcrumb/_theme.scss +42 -24
  48. package/scss/breadcrumb/_variables.scss +46 -41
  49. package/scss/button/_index.scss +0 -1
  50. package/scss/button/_layout.scss +2 -2
  51. package/scss/button/_theme.scss +7 -7
  52. package/scss/button/_variables.scss +37 -34
  53. package/scss/calendar/_layout.scss +49 -53
  54. package/scss/calendar/_theme.scss +52 -52
  55. package/scss/calendar/_variables.scss +104 -103
  56. package/scss/captcha/_index.scss +1 -1
  57. package/scss/captcha/_layout.scss +10 -10
  58. package/scss/captcha/_theme.scss +3 -3
  59. package/scss/captcha/_variables.scss +14 -14
  60. package/scss/card/_index.scss +2 -2
  61. package/scss/card/_layout.scss +45 -45
  62. package/scss/card/_theme.scss +15 -15
  63. package/scss/card/_variables.scss +55 -55
  64. package/scss/chat/_layout.scss +59 -59
  65. package/scss/chat/_theme.scss +28 -28
  66. package/scss/chat/_variables.scss +57 -57
  67. package/scss/checkbox/_index.scss +0 -2
  68. package/scss/checkbox/_theme.scss +2 -2
  69. package/scss/checkbox/_variables.scss +4 -1
  70. package/scss/chip/_index.scss +0 -1
  71. package/scss/chip/_layout.scss +1 -1
  72. package/scss/chip/_theme.scss +13 -13
  73. package/scss/chip/_variables.scss +32 -29
  74. package/scss/color-preview/_layout.scss +6 -6
  75. package/scss/color-preview/_theme.scss +4 -4
  76. package/scss/color-preview/_variables.scss +11 -11
  77. package/scss/coloreditor/_layout.scss +18 -18
  78. package/scss/coloreditor/_theme.scss +6 -6
  79. package/scss/coloreditor/_variables.scss +24 -24
  80. package/scss/colorgradient/_index.scss +2 -2
  81. package/scss/colorgradient/_layout.scss +39 -39
  82. package/scss/colorgradient/_theme.scss +13 -13
  83. package/scss/colorgradient/_variables.scss +50 -50
  84. package/scss/colorpalette/_index.scss +1 -1
  85. package/scss/colorpalette/_layout.scss +5 -5
  86. package/scss/colorpalette/_theme.scss +3 -3
  87. package/scss/colorpalette/_variables.scss +8 -8
  88. package/scss/common/_base.scss +1 -1
  89. package/scss/common/_dragdrop.scss +13 -13
  90. package/scss/common/_index.scss +0 -2
  91. package/scss/dataviz/_index.scss +0 -1
  92. package/scss/dataviz/_layout.scss +75 -75
  93. package/scss/dataviz/_theme.scss +20 -18
  94. package/scss/dataviz/_variables.scss +101 -97
  95. package/scss/datetimepicker/_layout.scss +3 -3
  96. package/scss/datetimepicker/_variables.scss +1 -1
  97. package/scss/dialog/_variables.scss +3 -3
  98. package/scss/draggable/_layout.scss +23 -23
  99. package/scss/draggable/_theme.scss +5 -5
  100. package/scss/draggable/_variables.scss +20 -20
  101. package/scss/drawer/_theme.scss +1 -1
  102. package/scss/drawer/_variables.scss +5 -5
  103. package/scss/dropdowngrid/_index.scss +4 -7
  104. package/scss/dropdowngrid/_variables.scss +1 -0
  105. package/scss/dropdowntree/_layout.scss +2 -2
  106. package/scss/dropdowntree/_variables.scss +2 -2
  107. package/scss/dropzone/_layout.scss +12 -12
  108. package/scss/dropzone/_theme.scss +7 -7
  109. package/scss/dropzone/_variables.scss +21 -20
  110. package/scss/editor/_layout.scss +3 -3
  111. package/scss/editor/_variables.scss +3 -3
  112. package/scss/expansion-panel/_index.scss +2 -2
  113. package/scss/expansion-panel/_layout.scss +9 -9
  114. package/scss/expansion-panel/_theme.scss +12 -12
  115. package/scss/expansion-panel/_variables.scss +22 -22
  116. package/scss/fab/_index.scss +1 -1
  117. package/scss/fab/_layout.scss +4 -4
  118. package/scss/fab/_theme.scss +14 -6
  119. package/scss/fab/_variables.scss +10 -10
  120. package/scss/filemanager/_layout.scss +26 -26
  121. package/scss/filemanager/_theme.scss +31 -31
  122. package/scss/filemanager/_variables.scss +59 -59
  123. package/scss/filter/_layout.scss +15 -15
  124. package/scss/filter/_theme.scss +3 -3
  125. package/scss/filter/_variables.scss +8 -8
  126. package/scss/floating-label/_layout.scss +19 -19
  127. package/scss/floating-label/_theme.scss +4 -4
  128. package/scss/floating-label/_variables.scss +14 -14
  129. package/scss/forms/_index.scss +0 -4
  130. package/scss/forms/_layout.scss +15 -11
  131. package/scss/forms/_variables.scss +19 -12
  132. package/scss/gantt/_index.scss +1 -1
  133. package/scss/gantt/_layout.scss +49 -44
  134. package/scss/gantt/_theme.scss +60 -60
  135. package/scss/gantt/_variables.scss +96 -92
  136. package/scss/grid/_index.scss +2 -2
  137. package/scss/grid/_layout.scss +19 -19
  138. package/scss/grid/_theme.scss +8 -8
  139. package/scss/grid/_variables.scss +80 -80
  140. package/scss/icons/_layout.scss +6 -1093
  141. package/scss/imageeditor/_layout.scss +19 -19
  142. package/scss/imageeditor/_theme.scss +13 -13
  143. package/scss/imageeditor/_variables.scss +31 -31
  144. package/scss/input/_layout.scss +1 -1
  145. package/scss/input/_theme.scss +24 -24
  146. package/scss/input/_variables.scss +36 -36
  147. package/scss/list/_layout.scss +2 -2
  148. package/scss/list/_theme.scss +1 -1
  149. package/scss/list/_variables.scss +66 -72
  150. package/scss/listbox/_variables.scss +3 -3
  151. package/scss/listgroup/_layout.scss +15 -15
  152. package/scss/listgroup/_theme.scss +3 -3
  153. package/scss/listgroup/_variables.scss +10 -10
  154. package/scss/listview/_index.scss +2 -2
  155. package/scss/listview/_theme.scss +1 -1
  156. package/scss/listview/_variables.scss +3 -3
  157. package/scss/loader/_layout.scss +40 -40
  158. package/scss/loader/_variables.scss +31 -30
  159. package/scss/map/_index.scss +1 -1
  160. package/scss/map/_layout.scss +16 -16
  161. package/scss/map/_theme.scss +5 -5
  162. package/scss/map/_variables.scss +21 -21
  163. package/scss/mediaplayer/_layout.scss +5 -5
  164. package/scss/mediaplayer/_theme.scss +6 -6
  165. package/scss/mediaplayer/_variables.scss +13 -13
  166. package/scss/menu/_layout.scss +39 -39
  167. package/scss/menu/_theme.scss +26 -26
  168. package/scss/menu/_variables.scss +67 -66
  169. package/scss/messagebox/_layout.scss +7 -7
  170. package/scss/messagebox/_theme.scss +3 -3
  171. package/scss/messagebox/_variables.scss +11 -11
  172. package/scss/multiselect/_index.scss +0 -1
  173. package/scss/notification/_variables.scss +5 -5
  174. package/scss/orgchart/_index.scss +1 -1
  175. package/scss/orgchart/_layout.scss +26 -26
  176. package/scss/orgchart/_theme.scss +13 -13
  177. package/scss/orgchart/_variables.scss +56 -56
  178. package/scss/overlay/_layout.scss +1 -1
  179. package/scss/overlay/_theme.scss +2 -2
  180. package/scss/overlay/_variables.scss +3 -3
  181. package/scss/pager/_index.scss +0 -2
  182. package/scss/pager/_layout.scss +1 -1
  183. package/scss/pager/_theme.scss +6 -6
  184. package/scss/pager/_variables.scss +38 -34
  185. package/scss/panelbar/_layout.scss +17 -17
  186. package/scss/panelbar/_theme.scss +70 -70
  187. package/scss/panelbar/_variables.scss +104 -103
  188. package/scss/pdf-viewer/_index.scss +1 -2
  189. package/scss/pdf-viewer/_layout.scss +13 -13
  190. package/scss/pdf-viewer/_theme.scss +21 -21
  191. package/scss/pdf-viewer/_variables.scss +45 -44
  192. package/scss/pivotgrid/_index.scss +5 -5
  193. package/scss/pivotgrid/_layout.scss +45 -45
  194. package/scss/pivotgrid/_theme.scss +52 -52
  195. package/scss/pivotgrid/_variables.scss +89 -86
  196. package/scss/popover/_layout.scss +19 -17
  197. package/scss/popover/_theme.scss +7 -7
  198. package/scss/popover/_variables.scss +26 -26
  199. package/scss/popup/_layout.scss +7 -7
  200. package/scss/popup/_theme.scss +4 -4
  201. package/scss/popup/_variables.scss +12 -12
  202. package/scss/progressbar/_layout.scss +1 -1
  203. package/scss/progressbar/_variables.scss +2 -2
  204. package/scss/radio/_index.scss +0 -3
  205. package/scss/radio/_theme.scss +2 -2
  206. package/scss/radio/_variables.scss +5 -1
  207. package/scss/rating/_layout.scss +11 -11
  208. package/scss/rating/_theme.scss +6 -6
  209. package/scss/rating/_variables.scss +17 -16
  210. package/scss/scheduler/_layout.scss +36 -55
  211. package/scss/scheduler/_theme.scss +51 -51
  212. package/scss/scheduler/_variables.scss +93 -93
  213. package/scss/scrollview/_layout.scss +16 -16
  214. package/scss/scrollview/_theme.scss +23 -23
  215. package/scss/scrollview/_variables.scss +32 -32
  216. package/scss/signature/_variables.scss +18 -18
  217. package/scss/skeleton/_layout.scss +4 -4
  218. package/scss/skeleton/_theme.scss +2 -2
  219. package/scss/skeleton/_variables.scss +6 -6
  220. package/scss/slider/_layout.scss +26 -26
  221. package/scss/slider/_theme.scss +21 -21
  222. package/scss/slider/_variables.scss +44 -44
  223. package/scss/split-button/_layout.scss +3 -4
  224. package/scss/split-button/_theme.scss +1 -1
  225. package/scss/split-button/_variables.scss +6 -6
  226. package/scss/splitter/_layout.scss +15 -15
  227. package/scss/splitter/_theme.scss +10 -10
  228. package/scss/splitter/_variables.scss +18 -18
  229. package/scss/spreadsheet/_layout.scss +30 -30
  230. package/scss/spreadsheet/_theme.scss +20 -20
  231. package/scss/spreadsheet/_variables.scss +29 -29
  232. package/scss/stepper/_layout.scss +36 -37
  233. package/scss/stepper/_theme.scss +44 -45
  234. package/scss/stepper/_variables.scss +86 -86
  235. package/scss/switch/_index.scss +1 -1
  236. package/scss/switch/_theme.scss +10 -2
  237. package/scss/switch/_variables.scss +7 -7
  238. package/scss/table/_index.scss +0 -8
  239. package/scss/table/_theme.scss +1 -1
  240. package/scss/table/_variables.scss +21 -18
  241. package/scss/tabstrip/_layout.scss +31 -31
  242. package/scss/tabstrip/_theme.scss +26 -26
  243. package/scss/tabstrip/_variables.scss +42 -41
  244. package/scss/taskboard/_index.scss +1 -1
  245. package/scss/taskboard/_layout.scss +34 -34
  246. package/scss/taskboard/_theme.scss +32 -32
  247. package/scss/taskboard/_variables.scss +93 -93
  248. package/scss/tilelayout/_layout.scss +4 -4
  249. package/scss/tilelayout/_theme.scss +4 -4
  250. package/scss/tilelayout/_variables.scss +8 -8
  251. package/scss/timedurationpicker/_index.scss +1 -1
  252. package/scss/timeline/_layout.scss +55 -55
  253. package/scss/timeline/_theme.scss +15 -15
  254. package/scss/timeline/_variables.scss +50 -50
  255. package/scss/timeselector/_layout.scss +18 -18
  256. package/scss/timeselector/_theme.scss +13 -11
  257. package/scss/timeselector/_variables.scss +37 -36
  258. package/scss/toolbar/_layout.scss +11 -11
  259. package/scss/toolbar/_theme.scss +2 -2
  260. package/scss/toolbar/_variables.scss +24 -24
  261. package/scss/tooltip/_layout.scss +22 -22
  262. package/scss/tooltip/_theme.scss +25 -25
  263. package/scss/tooltip/_variables.scss +29 -29
  264. package/scss/treelist/_index.scss +1 -1
  265. package/scss/treeview/_layout.scss +6 -6
  266. package/scss/treeview/_theme.scss +2 -2
  267. package/scss/treeview/_variables.scss +30 -30
  268. package/scss/typography/_index.scss +0 -1
  269. package/scss/typography/_layout.scss +77 -77
  270. package/scss/typography/_theme.scss +3 -3
  271. package/scss/typography/_variables.scss +84 -128
  272. package/scss/upload/_index.scss +0 -1
  273. package/scss/upload/_layout.scss +1 -1
  274. package/scss/upload/_theme.scss +5 -1
  275. package/scss/upload/_variables.scss +6 -5
  276. package/scss/utils/_index.scss +0 -22
  277. package/scss/validator/_layout.scss +1 -1
  278. package/scss/window/_theme.scss +1 -1
  279. package/scss/window/_variables.scss +9 -5
  280. package/scss/wizard/_layout.scss +11 -11
  281. package/scss/wizard/_theme.scss +1 -1
  282. package/scss/wizard/_variables.scss +10 -10
  283. package/scss/icons/font/WebComponentsIcons.scss +0 -3
  284. package/scss/icons/font/WebComponentsIcons.ttf +0 -0
  285. package/scss/utils/_aspect-ratio.scss +0 -32
  286. package/scss/utils/_border.scss +0 -109
  287. package/scss/utils/_display.scss +0 -41
  288. package/scss/utils/_flex.scss +0 -189
  289. package/scss/utils/_float.scss +0 -85
  290. package/scss/utils/_grid.scss +0 -45
  291. package/scss/utils/_order.scss +0 -54
  292. package/scss/utils/_overflow.scss +0 -87
  293. package/scss/utils/_pointer-events.scss +0 -30
  294. package/scss/utils/_position.scss +0 -209
  295. package/scss/utils/_resize.scss +0 -47
  296. package/scss/utils/_spacer.scss +0 -16
  297. package/scss/utils/_spacing.scss +0 -162
  298. package/scss/utils/_table-layout.scss +0 -17
  299. package/scss/utils/_text.scss +0 -154
  300. package/scss/utils/_theme-colors.scss +0 -47
  301. package/scss/utils/_touch-action.scss +0 -30
  302. package/scss/utils/_transform.scss +0 -105
  303. package/scss/utils/_user-select.scss +0 -51
@@ -0,0 +1,258 @@
1
+ {
2
+ "$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.14.0/lib/schemas/kendo-swatch.json",
3
+ "name": "Default Ocean Blue A11Y",
4
+ "product": "kendo",
5
+ "base": "@progress/kendo-theme-default",
6
+ "version": "5.12.1-dev.3",
7
+ "previewColors": [
8
+ "#ffffff",
9
+ "#f5f5f5",
10
+ "#1274AC",
11
+ "#0f6190",
12
+ "#424242"
13
+ ],
14
+ "components": [],
15
+ "groups": [
16
+ {
17
+ "name": "Theme colors",
18
+ "variables": {
19
+ "kendo-is-dark-theme": {
20
+ "name": "Dark theme",
21
+ "type": "boolean",
22
+ "value": false
23
+ },
24
+ "kendo-color-primary": {
25
+ "name": "Primary",
26
+ "type": "color",
27
+ "value": "#1274AC"
28
+ },
29
+ "kendo-color-secondary": {
30
+ "name": "Secondary",
31
+ "type": "color",
32
+ "value": "#757575"
33
+ },
34
+ "kendo-color-tertiary": {
35
+ "name": "Tertiary",
36
+ "type": "color",
37
+ "value": "#007F84"
38
+ },
39
+ "kendo-color-info": {
40
+ "name": "Info",
41
+ "type": "color",
42
+ "value": "#0058E9"
43
+ },
44
+ "kendo-color-success": {
45
+ "name": "Success",
46
+ "type": "color",
47
+ "value": "#278200"
48
+ },
49
+ "kendo-color-warning": {
50
+ "name": "Warning",
51
+ "type": "color",
52
+ "value": "#FDCE3E"
53
+ },
54
+ "kendo-color-error": {
55
+ "name": "Error",
56
+ "type": "color",
57
+ "value": "#D51923"
58
+ },
59
+ "kendo-color-light": {
60
+ "name": "Light",
61
+ "type": "color",
62
+ "value": "#757575"
63
+ }
64
+ }
65
+ },
66
+ {
67
+ "name": "Body",
68
+ "variables": {
69
+ "kendo-body-text": {
70
+ "name": "Body text color",
71
+ "type": "color",
72
+ "value": "#424242"
73
+ },
74
+ "kendo-body-bg": {
75
+ "name": "Body background",
76
+ "type": "color",
77
+ "value": "#ffffff"
78
+ },
79
+ "kendo-subtle-text": {
80
+ "name": "Subtle text color",
81
+ "type": "color",
82
+ "value": "#666666"
83
+ },
84
+ "kendo-disabled-text": {
85
+ "name": "Disabled text color",
86
+ "type": "color",
87
+ "value": "#8f8f8f"
88
+ }
89
+ }
90
+ },
91
+ {
92
+ "name": "Components",
93
+ "variables": {
94
+ "kendo-component-text": {
95
+ "name": "Component text color",
96
+ "type": "color",
97
+ "value": "#424242"
98
+ },
99
+ "kendo-component-bg": {
100
+ "name": "Component background",
101
+ "type": "color",
102
+ "value": "#ffffff"
103
+ },
104
+ "kendo-base-text": {
105
+ "name": "Header text color",
106
+ "type": "color",
107
+ "value": "#424242"
108
+ },
109
+ "kendo-base-bg": {
110
+ "name": "Header background",
111
+ "type": "color",
112
+ "value": "#fafafa"
113
+ },
114
+ "kendo-hover-text": {
115
+ "name": "Hover text color",
116
+ "type": "color",
117
+ "value": "#424242"
118
+ },
119
+ "kendo-hover-bg": {
120
+ "name": "Hover background",
121
+ "type": "color",
122
+ "value": "#ececec"
123
+ },
124
+ "kendo-selected-text": {
125
+ "name": "Selected text color",
126
+ "type": "color",
127
+ "value": "#ffffff"
128
+ },
129
+ "kendo-selected-bg": {
130
+ "name": "Selected background",
131
+ "type": "color",
132
+ "value": "#1274AC"
133
+ }
134
+ }
135
+ },
136
+ {
137
+ "name": "Button",
138
+ "variables": {
139
+ "kendo-button-text": {
140
+ "name": "Button text color",
141
+ "type": "color",
142
+ "value": "#424242"
143
+ },
144
+ "kendo-button-bg": {
145
+ "name": "Button background",
146
+ "type": "color",
147
+ "value": "#f5f5f5"
148
+ },
149
+ "kendo-flat-button-hover-opacity": {
150
+ "name": "Flat Button hover opacity",
151
+ "type": "number",
152
+ "value": "4%"
153
+ },
154
+ "kendo-flat-button-active-opacity": {
155
+ "name": "Flat Button active opacity",
156
+ "type": "number",
157
+ "value": "6%"
158
+ },
159
+ "kendo-flat-button-selected-opacity": {
160
+ "name": "Flat Button selected opacity",
161
+ "type": "number",
162
+ "value": "8%"
163
+ },
164
+ "kendo-flat-button-focus-ring-opacity": {
165
+ "name": "Flat Button selected opacity",
166
+ "type": "number",
167
+ "value": "100%"
168
+ }
169
+ }
170
+ },
171
+ {
172
+ "name": "Link",
173
+ "variables": {
174
+ "kendo-link-text": {
175
+ "name": "Link text color",
176
+ "type": "color",
177
+ "value": "#1274AC"
178
+ },
179
+ "kendo-link-hover-text": {
180
+ "name": "Link hover text color",
181
+ "type": "color",
182
+ "value": "#0f6190"
183
+ }
184
+ }
185
+ },
186
+ {
187
+ "name": "Dataviz",
188
+ "variables": {
189
+ "kendo-series-a": {
190
+ "name": "Series A",
191
+ "type": "color",
192
+ "value": "#1274AC"
193
+ },
194
+ "kendo-series-b": {
195
+ "name": "Series B",
196
+ "type": "color",
197
+ "value": "#FFE162"
198
+ },
199
+ "kendo-series-c": {
200
+ "name": "Series C",
201
+ "type": "color",
202
+ "value": "#4CD180"
203
+ },
204
+ "kendo-series-d": {
205
+ "name": "Series D",
206
+ "type": "color",
207
+ "value": "#0074e6"
208
+ },
209
+ "kendo-series-e": {
210
+ "name": "Series E",
211
+ "type": "color",
212
+ "value": "#9B4FE6"
213
+ },
214
+ "kendo-series-f": {
215
+ "name": "Series F",
216
+ "type": "color",
217
+ "value": "#FF80AC"
218
+ }
219
+ }
220
+ },
221
+ {
222
+ "name": "Contrast improvements",
223
+ "hidden": true,
224
+ "variables": {
225
+ "kendo-enable-focus-contrast": {
226
+ "name": "Enable focus indicator contrast",
227
+ "type": "boolean",
228
+ "value": true
229
+ },
230
+ "kendo-input-clear-value-opacity": {
231
+ "name": "Input clear value button opacity",
232
+ "type": "number",
233
+ "value": "80%"
234
+ },
235
+ "kendo-taskboard-column-focus-border": {
236
+ "name": "TaskBoard column focus border",
237
+ "type": "color",
238
+ "value": "#424242"
239
+ },
240
+ "kendo-color-editor-color-gradient-focus-outline-color": {
241
+ "name": "ColorEditor gradient focus outline color",
242
+ "type": "color",
243
+ "value": "#424242"
244
+ },
245
+ "kendo-scheduler-event-bg": {
246
+ "name": "Scheduler event background",
247
+ "type": "color",
248
+ "value": "#1274AC"
249
+ },
250
+ "kendo-scheduler-event-selected-bg": {
251
+ "name": "Scheduler event selected background",
252
+ "type": "color",
253
+ "value": "#0f6190"
254
+ }
255
+ }
256
+ }
257
+ ]
258
+ }
@@ -3,7 +3,8 @@
3
3
  "name": "Default Ocean Blue",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "5.12.1-dev.1",
6
+ "version": "5.12.1-dev.3",
7
+ "api": "legacy",
7
8
  "previewColors": [
8
9
  "#ffffff",
9
10
  "#f5f5f5",
@@ -16,42 +17,47 @@
16
17
  {
17
18
  "name": "Theme colors",
18
19
  "variables": {
19
- "primary": {
20
+ "kendo-is-dark-theme": {
21
+ "name": "Dark theme",
22
+ "type": "boolean",
23
+ "value": false
24
+ },
25
+ "kendo-color-primary": {
20
26
  "name": "Primary",
21
27
  "type": "color",
22
28
  "value": "#1274AC"
23
29
  },
24
- "secondary": {
30
+ "kendo-color-secondary": {
25
31
  "name": "Secondary",
26
32
  "type": "color",
27
33
  "value": "#757575"
28
34
  },
29
- "tertiary": {
35
+ "kendo-color-tertiary": {
30
36
  "name": "Tertiary",
31
37
  "type": "color",
32
38
  "value": "#007F84"
33
39
  },
34
- "info": {
40
+ "kendo-color-info": {
35
41
  "name": "Info",
36
42
  "type": "color",
37
43
  "value": "#0058E9"
38
44
  },
39
- "success": {
45
+ "kendo-color-success": {
40
46
  "name": "Success",
41
47
  "type": "color",
42
48
  "value": "#278200"
43
49
  },
44
- "warning": {
50
+ "kendo-color-warning": {
45
51
  "name": "Warning",
46
52
  "type": "color",
47
53
  "value": "#F5A600"
48
54
  },
49
- "error": {
55
+ "kendo-color-error": {
50
56
  "name": "Error",
51
57
  "type": "color",
52
58
  "value": "#D51923"
53
59
  },
54
- "light": {
60
+ "kendo-color-light": {
55
61
  "name": "Light",
56
62
  "type": "color",
57
63
  "value": "#757575"
@@ -61,27 +67,22 @@
61
67
  {
62
68
  "name": "Body",
63
69
  "variables": {
64
- "body-text": {
70
+ "kendo-body-text": {
65
71
  "name": "Body text color",
66
72
  "type": "color",
67
73
  "value": "#424242"
68
74
  },
69
- "body-bg": {
75
+ "kendo-body-bg": {
70
76
  "name": "Body background",
71
77
  "type": "color",
72
78
  "value": "#ffffff"
73
79
  },
74
- "heading-text": {
75
- "name": "Headings text color",
76
- "type": "color",
77
- "value": "#272727"
78
- },
79
- "subtle-text": {
80
+ "kendo-subtle-text": {
80
81
  "name": "Subtle text color",
81
82
  "type": "color",
82
83
  "value": "#666666"
83
84
  },
84
- "disabled-text": {
85
+ "kendo-disabled-text": {
85
86
  "name": "Disabled text color",
86
87
  "type": "color",
87
88
  "value": "#8f8f8f"
@@ -91,42 +92,42 @@
91
92
  {
92
93
  "name": "Components",
93
94
  "variables": {
94
- "component-text": {
95
+ "kendo-component-text": {
95
96
  "name": "Component text color",
96
97
  "type": "color",
97
98
  "value": "#424242"
98
99
  },
99
- "component-bg": {
100
+ "kendo-component-bg": {
100
101
  "name": "Component background",
101
102
  "type": "color",
102
103
  "value": "#ffffff"
103
104
  },
104
- "base-text": {
105
+ "kendo-base-text": {
105
106
  "name": "Header text color",
106
107
  "type": "color",
107
108
  "value": "#424242"
108
109
  },
109
- "base-bg": {
110
+ "kendo-base-bg": {
110
111
  "name": "Header background",
111
112
  "type": "color",
112
113
  "value": "#fafafa"
113
114
  },
114
- "hovered-text": {
115
+ "kendo-hover-text": {
115
116
  "name": "Hover text color",
116
117
  "type": "color",
117
118
  "value": "#424242"
118
119
  },
119
- "hovered-bg": {
120
+ "kendo-hover-bg": {
120
121
  "name": "Hover background",
121
122
  "type": "color",
122
123
  "value": "#ececec"
123
124
  },
124
- "selected-text": {
125
+ "kendo-selected-text": {
125
126
  "name": "Selected text color",
126
127
  "type": "color",
127
128
  "value": "#ffffff"
128
129
  },
129
- "selected-bg": {
130
+ "kendo-selected-bg": {
130
131
  "name": "Selected background",
131
132
  "type": "color",
132
133
  "value": "#1274AC"
@@ -166,12 +167,12 @@
166
167
  {
167
168
  "name": "Link",
168
169
  "variables": {
169
- "link-text": {
170
+ "kendo-link-text": {
170
171
  "name": "Link text color",
171
172
  "type": "color",
172
173
  "value": "#1274AC"
173
174
  },
174
- "link-hover-text": {
175
+ "kendo-link-hover-text": {
175
176
  "name": "Link hover text color",
176
177
  "type": "color",
177
178
  "value": "#0f6190"
@@ -191,32 +192,32 @@
191
192
  {
192
193
  "name": "Dataviz",
193
194
  "variables": {
194
- "series-a": {
195
+ "kendo-series-a": {
195
196
  "name": "Series A",
196
197
  "type": "color",
197
198
  "value": "#1274AC"
198
199
  },
199
- "series-b": {
200
+ "kendo-series-b": {
200
201
  "name": "Series B",
201
202
  "type": "color",
202
203
  "value": "#FFE162"
203
204
  },
204
- "series-c": {
205
+ "kendo-series-c": {
205
206
  "name": "Series C",
206
207
  "type": "color",
207
208
  "value": "#4CD180"
208
209
  },
209
- "series-d": {
210
+ "kendo-series-d": {
210
211
  "name": "Series D",
211
212
  "type": "color",
212
213
  "value": "#0074e6"
213
214
  },
214
- "series-e": {
215
+ "kendo-series-e": {
215
216
  "name": "Series E",
216
217
  "type": "color",
217
218
  "value": "#9B4FE6"
218
219
  },
219
- "series-f": {
220
+ "kendo-series-f": {
220
221
  "name": "Series F",
221
222
  "type": "color",
222
223
  "value": "#FF80AC"
@@ -237,36 +238,6 @@
237
238
  "value": "#0f6190"
238
239
  }
239
240
  }
240
- },
241
- {
242
- "name": "Pager",
243
- "variables": {
244
- "pager-number-text": {
245
- "name": "Pager number text color",
246
- "type": "color",
247
- "value": "#424242"
248
- },
249
- "pager-number-hover-bg": {
250
- "name": "Pager number hover background",
251
- "type": "color",
252
- "value": "#ececec"
253
- },
254
- "pager-number-hover-text": {
255
- "name": "Pager number hover text color",
256
- "type": "color",
257
- "value": "#424242"
258
- },
259
- "pager-number-selected-bg": {
260
- "name": "Pager number selected background",
261
- "type": "color",
262
- "value": "#1274AC"
263
- },
264
- "pager-number-selected-text": {
265
- "name": "Pager number selected text color",
266
- "type": "color",
267
- "value": "#ffffff"
268
- }
269
- }
270
241
  }
271
242
  ]
272
243
  }