@progress/kendo-theme-default 7.3.0-dev.1 → 8.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.
@@ -3,7 +3,7 @@
3
3
  "name": "Default Purple",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "7.3.0-dev.1",
6
+ "version": "8.0.0-dev.0",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -14,6 +14,546 @@
14
14
  ],
15
15
  "components": [],
16
16
  "groups": [
17
+ {
18
+ "name": "New color system",
19
+ "colorSystem": {
20
+ "kendo-enable-color-system": {
21
+ "name": "New color system",
22
+ "type": "boolean",
23
+ "value": true
24
+ }
25
+ }
26
+ },
27
+ {
28
+ "name": "New theme colors",
29
+ "colorsMap": {
30
+ "app-surface": {
31
+ "name": "App Surface",
32
+ "type": "color",
33
+ "value": "#ffffff"
34
+ },
35
+ "on-app-surface": {
36
+ "name": "On App Surface",
37
+ "type": "color",
38
+ "value": "#424242"
39
+ },
40
+ "subtle": {
41
+ "name": "Subtle",
42
+ "type": "color",
43
+ "value": "#666666"
44
+ },
45
+ "surface": {
46
+ "name": "Surface",
47
+ "type": "color",
48
+ "value": "#fafafa"
49
+ },
50
+ "surface-alt": {
51
+ "name": "Surface Alt",
52
+ "type": "color",
53
+ "value": "#ffffff"
54
+ },
55
+ "base-subtle": {
56
+ "name": "Base Subtle",
57
+ "type": "color",
58
+ "value": "#ebebeb"
59
+ },
60
+ "base-subtle-hover": {
61
+ "name": "Base Subtle Hover",
62
+ "type": "color",
63
+ "value": "#e1e1e1"
64
+ },
65
+ "base-subtle-active": {
66
+ "name": "Base Subtle Active",
67
+ "type": "color",
68
+ "value": "#d5d5d5"
69
+ },
70
+ "base": {
71
+ "name": "Base",
72
+ "type": "color",
73
+ "value": "#f5f5f5"
74
+ },
75
+ "base-hover": {
76
+ "name": "Base Hover",
77
+ "type": "color",
78
+ "value": "#ebebeb"
79
+ },
80
+ "base-active": {
81
+ "name": "Base Active",
82
+ "type": "color",
83
+ "value": "#d8d8d8"
84
+ },
85
+ "base-emphasis": {
86
+ "name": "Base Emphasis",
87
+ "type": "color",
88
+ "value": "#c2c2c2"
89
+ },
90
+ "base-on-subtle": {
91
+ "name": "Base On Subtle",
92
+ "type": "color",
93
+ "value": "#424242"
94
+ },
95
+ "on-base": {
96
+ "name": "On Base",
97
+ "type": "color",
98
+ "value": "#424242"
99
+ },
100
+ "base-on-surface": {
101
+ "name": "Base On Surface",
102
+ "type": "color",
103
+ "value": "#424242"
104
+ },
105
+ "primary-subtle": {
106
+ "name": "Primary Subtle",
107
+ "type": "color",
108
+ "value": "#f2e2f5"
109
+ },
110
+ "primary-subtle-hover": {
111
+ "name": "Primary Subtle Hover",
112
+ "type": "color",
113
+ "value": "#e9cded"
114
+ },
115
+ "primary-subtle-active": {
116
+ "name": "Primary Subtle Active",
117
+ "type": "color",
118
+ "value": "#dfb8e6"
119
+ },
120
+ "primary": {
121
+ "name": "Primary",
122
+ "type": "color",
123
+ "value": "#bf70cc"
124
+ },
125
+ "primary-hover": {
126
+ "name": "Primary Hover",
127
+ "type": "color",
128
+ "value": "#b76cc4"
129
+ },
130
+ "primary-active": {
131
+ "name": "Primary Active",
132
+ "type": "color",
133
+ "value": "#a863b4"
134
+ },
135
+ "primary-emphasis": {
136
+ "name": "Primary Emphasis",
137
+ "type": "color",
138
+ "value": "#cf94d9"
139
+ },
140
+ "primary-on-subtle": {
141
+ "name": "Primary On Subtle",
142
+ "type": "color",
143
+ "value": "#432747"
144
+ },
145
+ "on-primary": {
146
+ "name": "On Primary",
147
+ "type": "color",
148
+ "value": "white"
149
+ },
150
+ "primary-on-surface": {
151
+ "name": "Primary On Surface",
152
+ "type": "color",
153
+ "value": "#8f5499"
154
+ },
155
+ "secondary-subtle": {
156
+ "name": "Secondary Subtle",
157
+ "type": "color",
158
+ "value": "#fdfdfd"
159
+ },
160
+ "secondary-subtle-hover": {
161
+ "name": "Secondary Subtle Hover",
162
+ "type": "color",
163
+ "value": "#fcfcfc"
164
+ },
165
+ "secondary-subtle-active": {
166
+ "name": "Secondary Subtle Active",
167
+ "type": "color",
168
+ "value": "#fbfbfb"
169
+ },
170
+ "secondary": {
171
+ "name": "Secondary",
172
+ "type": "color",
173
+ "value": "#f6f6f6"
174
+ },
175
+ "secondary-hover": {
176
+ "name": "Secondary Hover",
177
+ "type": "color",
178
+ "value": "#ececec"
179
+ },
180
+ "secondary-active": {
181
+ "name": "Secondary Active",
182
+ "type": "color",
183
+ "value": "#d8d8d8"
184
+ },
185
+ "secondary-emphasis": {
186
+ "name": "Secondary Emphasis",
187
+ "type": "color",
188
+ "value": "#f8f8f8"
189
+ },
190
+ "secondary-on-subtle": {
191
+ "name": "Secondary On Subtle",
192
+ "type": "color",
193
+ "value": "#565656"
194
+ },
195
+ "on-secondary": {
196
+ "name": "On Secondary",
197
+ "type": "color",
198
+ "value": "black"
199
+ },
200
+ "secondary-on-surface": {
201
+ "name": "Secondary On Surface",
202
+ "type": "color",
203
+ "value": "#b9b9b9"
204
+ },
205
+ "info-subtle": {
206
+ "name": "Info Subtle",
207
+ "type": "color",
208
+ "value": "#d8e6fb"
209
+ },
210
+ "info-subtle-hover": {
211
+ "name": "Info Subtle Hover",
212
+ "type": "color",
213
+ "value": "#bbd3f9"
214
+ },
215
+ "info-subtle-active": {
216
+ "name": "Info Subtle Active",
217
+ "type": "color",
218
+ "value": "#9fc0f6"
219
+ },
220
+ "info": {
221
+ "name": "Info",
222
+ "type": "color",
223
+ "value": "#3e80ed"
224
+ },
225
+ "info-hover": {
226
+ "name": "Info Hover",
227
+ "type": "color",
228
+ "value": "#3c7be4"
229
+ },
230
+ "info-active": {
231
+ "name": "Info Active",
232
+ "type": "color",
233
+ "value": "#3771d1"
234
+ },
235
+ "info-emphasis": {
236
+ "name": "Info Emphasis",
237
+ "type": "color",
238
+ "value": "#6ea0f2"
239
+ },
240
+ "info-on-subtle": {
241
+ "name": "Info On Subtle",
242
+ "type": "color",
243
+ "value": "#162d53"
244
+ },
245
+ "on-info": {
246
+ "name": "On Info",
247
+ "type": "color",
248
+ "value": "white"
249
+ },
250
+ "info-on-surface": {
251
+ "name": "Info On Surface",
252
+ "type": "color",
253
+ "value": "#2f60b2"
254
+ },
255
+ "success-subtle": {
256
+ "name": "Success Subtle",
257
+ "type": "color",
258
+ "value": "#dff3d6"
259
+ },
260
+ "success-subtle-hover": {
261
+ "name": "Success Subtle Hover",
262
+ "type": "color",
263
+ "value": "#c7eab7"
264
+ },
265
+ "success-subtle-active": {
266
+ "name": "Success Subtle Active",
267
+ "type": "color",
268
+ "value": "#afe199"
269
+ },
270
+ "success": {
271
+ "name": "Success",
272
+ "type": "color",
273
+ "value": "#5ec232"
274
+ },
275
+ "success-hover": {
276
+ "name": "Success Hover",
277
+ "type": "color",
278
+ "value": "#5aba30"
279
+ },
280
+ "success-active": {
281
+ "name": "Success Active",
282
+ "type": "color",
283
+ "value": "#53ab2c"
284
+ },
285
+ "success-emphasis": {
286
+ "name": "Success Emphasis",
287
+ "type": "color",
288
+ "value": "#86d165"
289
+ },
290
+ "success-on-subtle": {
291
+ "name": "Success On Subtle",
292
+ "type": "color",
293
+ "value": "#214412"
294
+ },
295
+ "on-success": {
296
+ "name": "On Success",
297
+ "type": "color",
298
+ "value": "white"
299
+ },
300
+ "success-on-surface": {
301
+ "name": "Success On Surface",
302
+ "type": "color",
303
+ "value": "#479226"
304
+ },
305
+ "warning-subtle": {
306
+ "name": "Warning Subtle",
307
+ "type": "color",
308
+ "value": "#fff5d8"
309
+ },
310
+ "warning-subtle-hover": {
311
+ "name": "Warning Subtle Hover",
312
+ "type": "color",
313
+ "value": "#feeebb"
314
+ },
315
+ "warning-subtle-active": {
316
+ "name": "Warning Subtle Active",
317
+ "type": "color",
318
+ "value": "#fee79f"
319
+ },
320
+ "warning": {
321
+ "name": "Warning",
322
+ "type": "color",
323
+ "value": "#fdce3e"
324
+ },
325
+ "warning-hover": {
326
+ "name": "Warning Hover",
327
+ "type": "color",
328
+ "value": "#f3c63c"
329
+ },
330
+ "warning-active": {
331
+ "name": "Warning Active",
332
+ "type": "color",
333
+ "value": "#dfb537"
334
+ },
335
+ "warning-emphasis": {
336
+ "name": "Warning Emphasis",
337
+ "type": "color",
338
+ "value": "#feda6e"
339
+ },
340
+ "warning-on-subtle": {
341
+ "name": "Warning On Subtle",
342
+ "type": "color",
343
+ "value": "#594816"
344
+ },
345
+ "on-warning": {
346
+ "name": "On Warning",
347
+ "type": "color",
348
+ "value": "black"
349
+ },
350
+ "warning-on-surface": {
351
+ "name": "Warning On Surface",
352
+ "type": "color",
353
+ "value": "#be9b2f"
354
+ },
355
+ "error-subtle": {
356
+ "name": "Error Subtle",
357
+ "type": "color",
358
+ "value": "#f7d1d3"
359
+ },
360
+ "error-subtle-hover": {
361
+ "name": "Error Subtle Hover",
362
+ "type": "color",
363
+ "value": "#f0afb2"
364
+ },
365
+ "error-subtle-active": {
366
+ "name": "Error Subtle Active",
367
+ "type": "color",
368
+ "value": "#ea8c91"
369
+ },
370
+ "error": {
371
+ "name": "Error",
372
+ "type": "color",
373
+ "value": "#d51923"
374
+ },
375
+ "error-hover": {
376
+ "name": "Error Hover",
377
+ "type": "color",
378
+ "value": "#cc1822"
379
+ },
380
+ "error-active": {
381
+ "name": "Error Active",
382
+ "type": "color",
383
+ "value": "#bb161f"
384
+ },
385
+ "error-emphasis": {
386
+ "name": "Error Emphasis",
387
+ "type": "color",
388
+ "value": "#e0535a"
389
+ },
390
+ "error-on-subtle": {
391
+ "name": "Error On Subtle",
392
+ "type": "color",
393
+ "value": "#4b090c"
394
+ },
395
+ "on-error": {
396
+ "name": "On Error",
397
+ "type": "color",
398
+ "value": "white"
399
+ },
400
+ "error-on-surface": {
401
+ "name": "Error On Surface",
402
+ "type": "color",
403
+ "value": "#a0131a"
404
+ },
405
+ "series-a": {
406
+ "name": "Series A",
407
+ "type": "color",
408
+ "value": "#bf70cc"
409
+ },
410
+ "series-a-bold": {
411
+ "name": "Series A Bold",
412
+ "type": "color",
413
+ "value": "#8f5499"
414
+ },
415
+ "series-a-bolder": {
416
+ "name": "Series A Bolder",
417
+ "type": "color",
418
+ "value": "#603866"
419
+ },
420
+ "series-a-subtle": {
421
+ "name": "Series A Subtle",
422
+ "type": "color",
423
+ "value": "#cf94d9"
424
+ },
425
+ "series-a-subtler": {
426
+ "name": "Series A Subtler",
427
+ "type": "color",
428
+ "value": "#dfb8e6"
429
+ },
430
+ "series-b": {
431
+ "name": "Series B",
432
+ "type": "color",
433
+ "value": "#ffd246"
434
+ },
435
+ "series-b-bold": {
436
+ "name": "Series B Bold",
437
+ "type": "color",
438
+ "value": "#bf9e35"
439
+ },
440
+ "series-b-bolder": {
441
+ "name": "Series B Bolder",
442
+ "type": "color",
443
+ "value": "#806923"
444
+ },
445
+ "series-b-subtle": {
446
+ "name": "Series B Subtle",
447
+ "type": "color",
448
+ "value": "#ffdd74"
449
+ },
450
+ "series-b-subtler": {
451
+ "name": "Series B Subtler",
452
+ "type": "color",
453
+ "value": "#ffe9a3"
454
+ },
455
+ "series-c": {
456
+ "name": "Series C",
457
+ "type": "color",
458
+ "value": "#78d237"
459
+ },
460
+ "series-c-bold": {
461
+ "name": "Series C Bold",
462
+ "type": "color",
463
+ "value": "#5a9e29"
464
+ },
465
+ "series-c-bolder": {
466
+ "name": "Series C Bolder",
467
+ "type": "color",
468
+ "value": "#3c691c"
469
+ },
470
+ "series-c-subtle": {
471
+ "name": "Series C Subtle",
472
+ "type": "color",
473
+ "value": "#9add69"
474
+ },
475
+ "series-c-subtler": {
476
+ "name": "Series C Subtler",
477
+ "type": "color",
478
+ "value": "#bce99b"
479
+ },
480
+ "series-d": {
481
+ "name": "Series D",
482
+ "type": "color",
483
+ "value": "#28b4c8"
484
+ },
485
+ "series-d-bold": {
486
+ "name": "Series D Bold",
487
+ "type": "color",
488
+ "value": "#1e8796"
489
+ },
490
+ "series-d-bolder": {
491
+ "name": "Series D Bolder",
492
+ "type": "color",
493
+ "value": "#145a64"
494
+ },
495
+ "series-d-subtle": {
496
+ "name": "Series D Subtle",
497
+ "type": "color",
498
+ "value": "#5ec7d6"
499
+ },
500
+ "series-d-subtler": {
501
+ "name": "Series D Subtler",
502
+ "type": "color",
503
+ "value": "#94dae4"
504
+ },
505
+ "series-e": {
506
+ "name": "Series E",
507
+ "type": "color",
508
+ "value": "#2d73f5"
509
+ },
510
+ "series-e-bold": {
511
+ "name": "Series E Bold",
512
+ "type": "color",
513
+ "value": "#2256b8"
514
+ },
515
+ "series-e-bolder": {
516
+ "name": "Series E Bolder",
517
+ "type": "color",
518
+ "value": "#173a7b"
519
+ },
520
+ "series-e-subtle": {
521
+ "name": "Series E Subtle",
522
+ "type": "color",
523
+ "value": "#6296f8"
524
+ },
525
+ "series-e-subtler": {
526
+ "name": "Series E Subtler",
527
+ "type": "color",
528
+ "value": "#96b9fa"
529
+ },
530
+ "series-f": {
531
+ "name": "Series F",
532
+ "type": "color",
533
+ "value": "#aa46be"
534
+ },
535
+ "series-f-bold": {
536
+ "name": "Series F Bold",
537
+ "type": "color",
538
+ "value": "#80358f"
539
+ },
540
+ "series-f-bolder": {
541
+ "name": "Series F Bolder",
542
+ "type": "color",
543
+ "value": "#55235f"
544
+ },
545
+ "series-f-subtle": {
546
+ "name": "Series F Subtle",
547
+ "type": "color",
548
+ "value": "#bf74ce"
549
+ },
550
+ "series-f-subtler": {
551
+ "name": "Series F Subtler",
552
+ "type": "color",
553
+ "value": "#d5a3df"
554
+ }
555
+ }
556
+ },
17
557
  {
18
558
  "name": "Theme colors",
19
559
  "variables": {