@progress/kendo-theme-material 7.3.0-dev.0 → 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.
Files changed (50) hide show
  1. package/dist/all.css +3164 -2350
  2. package/dist/all.scss +500 -163
  3. package/dist/material-aqua-dark.scss +140 -4
  4. package/dist/material-arctic.scss +130 -4
  5. package/dist/material-burnt-teal.scss +130 -4
  6. package/dist/material-dataviz-v4.scss +45 -6
  7. package/dist/material-eggplant.scss +130 -4
  8. package/dist/material-lime-dark.scss +140 -4
  9. package/dist/material-lime.scss +130 -4
  10. package/dist/material-main-dark.scss +140 -4
  11. package/dist/material-main.scss +9 -4
  12. package/dist/material-nova.scss +130 -4
  13. package/dist/material-pacific-dark.scss +140 -4
  14. package/dist/material-pacific.scss +130 -4
  15. package/dist/material-sky-dark.scss +140 -4
  16. package/dist/material-sky.scss +130 -4
  17. package/dist/material-smoke.scss +130 -4
  18. package/dist/meta/sassdoc-data.json +44047 -32737
  19. package/dist/meta/sassdoc-raw-data.json +13685 -8460
  20. package/dist/meta/variables.json +1529 -1525
  21. package/lib/swatches/material-aqua-dark.json +651 -1
  22. package/lib/swatches/material-arctic.json +601 -1
  23. package/lib/swatches/material-burnt-teal.json +601 -1
  24. package/lib/swatches/material-dataviz-v4.json +166 -1
  25. package/lib/swatches/material-eggplant.json +601 -1
  26. package/lib/swatches/material-lime-dark.json +651 -1
  27. package/lib/swatches/material-lime.json +601 -1
  28. package/lib/swatches/material-main-dark.json +651 -1
  29. package/lib/swatches/material-main.json +11 -1
  30. package/lib/swatches/material-nova.json +601 -1
  31. package/lib/swatches/material-pacific-dark.json +651 -1
  32. package/lib/swatches/material-pacific.json +601 -1
  33. package/lib/swatches/material-sky-dark.json +651 -1
  34. package/lib/swatches/material-sky.json +601 -1
  35. package/lib/swatches/material-smoke.json +601 -1
  36. package/package.json +5 -5
  37. package/scss/bottom-navigation/_theme.scss +1 -1
  38. package/scss/button/_theme.scss +2 -2
  39. package/scss/button/_variables.scss +4 -4
  40. package/scss/calendar/_variables.scss +195 -4
  41. package/scss/core/color-system/_swatch-legacy.scss +1 -1
  42. package/scss/core/color-system/_swatch.scss +1 -1
  43. package/scss/drawer/_variables.scss +65 -0
  44. package/scss/fab/_theme.scss +2 -2
  45. package/scss/floating-label/_layout.scss +2 -2
  46. package/scss/floating-label/_theme.scss +4 -4
  47. package/scss/input/_variables.scss +1 -1
  48. package/scss/panelbar/_variables.scss +166 -0
  49. package/scss/tabstrip/_variables.scss +1 -1
  50. package/scss/timeline/_variables.scss +2 -2
@@ -3,7 +3,7 @@
3
3
  "name": "Material Sky",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "7.3.0-dev.0",
6
+ "version": "8.0.0-dev.0",
7
7
  "api": "legacy",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -14,6 +14,606 @@
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": "rgba(0, 0, 0, 0.87)"
39
+ },
40
+ "subtle": {
41
+ "name": "Subtle",
42
+ "type": "color",
43
+ "value": "rgba(0, 0, 0, 0.54)"
44
+ },
45
+ "surface": {
46
+ "name": "Surface",
47
+ "type": "color",
48
+ "value": "#f5f5f5"
49
+ },
50
+ "surface-alt": {
51
+ "name": "Surface Alt",
52
+ "type": "color",
53
+ "value": "#ffffff"
54
+ },
55
+ "border": {
56
+ "name": "Border",
57
+ "type": "color",
58
+ "value": "rgba(black, 0.12)"
59
+ },
60
+ "border-alt": {
61
+ "name": "Border Alt",
62
+ "type": "color",
63
+ "value": "rgba(black, 0.15)"
64
+ },
65
+ "base-subtle": {
66
+ "name": "Base Subtle",
67
+ "type": "color",
68
+ "value": "#e0e0e0"
69
+ },
70
+ "base-subtle-hover": {
71
+ "name": "Base Subtle Hover",
72
+ "type": "color",
73
+ "value": "#d6d6d6"
74
+ },
75
+ "base-subtle-active": {
76
+ "name": "Base Subtle Active",
77
+ "type": "color",
78
+ "value": "#c2c2c2"
79
+ },
80
+ "base": {
81
+ "name": "Base",
82
+ "type": "color",
83
+ "value": "#ffffff"
84
+ },
85
+ "base-hover": {
86
+ "name": "Base Hover",
87
+ "type": "color",
88
+ "value": "whitesmoke"
89
+ },
90
+ "base-active": {
91
+ "name": "Base Active",
92
+ "type": "color",
93
+ "value": "#e0e0e0"
94
+ },
95
+ "base-emphasis": {
96
+ "name": "Base Emphasis",
97
+ "type": "color",
98
+ "value": "#adadad"
99
+ },
100
+ "base-on-subtle": {
101
+ "name": "Base On Subtle",
102
+ "type": "color",
103
+ "value": "rgba(0, 0, 0, 0.87)"
104
+ },
105
+ "on-base": {
106
+ "name": "On Base",
107
+ "type": "color",
108
+ "value": "rgba(0, 0, 0, 0.87)"
109
+ },
110
+ "base-on-surface": {
111
+ "name": "Base On Surface",
112
+ "type": "color",
113
+ "value": "rgba(0, 0, 0, 0.87)"
114
+ },
115
+ "primary-subtle": {
116
+ "name": "Primary Subtle",
117
+ "type": "color",
118
+ "value": "#d0e0f2"
119
+ },
120
+ "primary-subtle-hover": {
121
+ "name": "Primary Subtle Hover",
122
+ "type": "color",
123
+ "value": "#adc9e9"
124
+ },
125
+ "primary-subtle-active": {
126
+ "name": "Primary Subtle Active",
127
+ "type": "color",
128
+ "value": "#8ab2e0"
129
+ },
130
+ "primary": {
131
+ "name": "Primary",
132
+ "type": "color",
133
+ "value": "#1565c0"
134
+ },
135
+ "primary-hover": {
136
+ "name": "Primary Hover",
137
+ "type": "color",
138
+ "value": "#1461b8"
139
+ },
140
+ "primary-active": {
141
+ "name": "Primary Active",
142
+ "type": "color",
143
+ "value": "#1259a9"
144
+ },
145
+ "primary-emphasis": {
146
+ "name": "Primary Emphasis",
147
+ "type": "color",
148
+ "value": "#508cd0"
149
+ },
150
+ "primary-on-subtle": {
151
+ "name": "Primary On Subtle",
152
+ "type": "color",
153
+ "value": "#072343"
154
+ },
155
+ "on-primary": {
156
+ "name": "On Primary",
157
+ "type": "color",
158
+ "value": "white"
159
+ },
160
+ "primary-on-surface": {
161
+ "name": "Primary On Surface",
162
+ "type": "color",
163
+ "value": "#0b3360"
164
+ },
165
+ "secondary-subtle": {
166
+ "name": "Secondary Subtle",
167
+ "type": "color",
168
+ "value": "#fad1df"
169
+ },
170
+ "secondary-subtle-hover": {
171
+ "name": "Secondary Subtle Hover",
172
+ "type": "color",
173
+ "value": "#f6afc7"
174
+ },
175
+ "secondary-subtle-active": {
176
+ "name": "Secondary Subtle Active",
177
+ "type": "color",
178
+ "value": "#f28daf"
179
+ },
180
+ "secondary": {
181
+ "name": "Secondary",
182
+ "type": "color",
183
+ "value": "#e51a5f"
184
+ },
185
+ "secondary-hover": {
186
+ "name": "Secondary Hover",
187
+ "type": "color",
188
+ "value": "#dc195b"
189
+ },
190
+ "secondary-active": {
191
+ "name": "Secondary Active",
192
+ "type": "color",
193
+ "value": "#ca1754"
194
+ },
195
+ "secondary-emphasis": {
196
+ "name": "Secondary Emphasis",
197
+ "type": "color",
198
+ "value": "#ec5387"
199
+ },
200
+ "secondary-on-subtle": {
201
+ "name": "Secondary On Subtle",
202
+ "type": "color",
203
+ "value": "#500921"
204
+ },
205
+ "on-secondary": {
206
+ "name": "On Secondary",
207
+ "type": "color",
208
+ "value": "white"
209
+ },
210
+ "secondary-on-surface": {
211
+ "name": "Secondary On Surface",
212
+ "type": "color",
213
+ "value": "#730d30"
214
+ },
215
+ "tertiary-subtle": {
216
+ "name": "Tertiary Subtle",
217
+ "type": "color",
218
+ "value": "#cce1de"
219
+ },
220
+ "tertiary-subtle-hover": {
221
+ "name": "Tertiary Subtle Hover",
222
+ "type": "color",
223
+ "value": "#a6cbc6"
224
+ },
225
+ "tertiary-subtle-active": {
226
+ "name": "Tertiary Subtle Active",
227
+ "type": "color",
228
+ "value": "#80b4ae"
229
+ },
230
+ "tertiary": {
231
+ "name": "Tertiary",
232
+ "type": "color",
233
+ "value": "#00695c"
234
+ },
235
+ "tertiary-hover": {
236
+ "name": "Tertiary Hover",
237
+ "type": "color",
238
+ "value": "#006558"
239
+ },
240
+ "tertiary-active": {
241
+ "name": "Tertiary Active",
242
+ "type": "color",
243
+ "value": "#005c51"
244
+ },
245
+ "tertiary-emphasis": {
246
+ "name": "Tertiary Emphasis",
247
+ "type": "color",
248
+ "value": "#408f85"
249
+ },
250
+ "tertiary-on-subtle": {
251
+ "name": "Tertiary On Subtle",
252
+ "type": "color",
253
+ "value": "#002520"
254
+ },
255
+ "on-tertiary": {
256
+ "name": "On Tertiary",
257
+ "type": "color",
258
+ "value": "white"
259
+ },
260
+ "tertiary-on-surface": {
261
+ "name": "Tertiary On Surface",
262
+ "type": "color",
263
+ "value": "#00352e"
264
+ },
265
+ "info-subtle": {
266
+ "name": "Info Subtle",
267
+ "type": "color",
268
+ "value": "#ccdefb"
269
+ },
270
+ "info-subtle-hover": {
271
+ "name": "Info Subtle Hover",
272
+ "type": "color",
273
+ "value": "#a6c5f7"
274
+ },
275
+ "info-subtle-active": {
276
+ "name": "Info Subtle Active",
277
+ "type": "color",
278
+ "value": "#80acf4"
279
+ },
280
+ "info": {
281
+ "name": "Info",
282
+ "type": "color",
283
+ "value": "#0058e9"
284
+ },
285
+ "info-hover": {
286
+ "name": "Info Hover",
287
+ "type": "color",
288
+ "value": "#0054e0"
289
+ },
290
+ "info-active": {
291
+ "name": "Info Active",
292
+ "type": "color",
293
+ "value": "#004dcd"
294
+ },
295
+ "info-emphasis": {
296
+ "name": "Info Emphasis",
297
+ "type": "color",
298
+ "value": "#4082ef"
299
+ },
300
+ "info-on-subtle": {
301
+ "name": "Info On Subtle",
302
+ "type": "color",
303
+ "value": "#001f52"
304
+ },
305
+ "on-info": {
306
+ "name": "On Info",
307
+ "type": "color",
308
+ "value": "white"
309
+ },
310
+ "info-on-surface": {
311
+ "name": "Info On Surface",
312
+ "type": "color",
313
+ "value": "#002c75"
314
+ },
315
+ "success-subtle": {
316
+ "name": "Success Subtle",
317
+ "type": "color",
318
+ "value": "#d7f0cc"
319
+ },
320
+ "success-subtle-hover": {
321
+ "name": "Success Subtle Hover",
322
+ "type": "color",
323
+ "value": "#b9e5a6"
324
+ },
325
+ "success-subtle-active": {
326
+ "name": "Success Subtle Active",
327
+ "type": "color",
328
+ "value": "#9bda80"
329
+ },
330
+ "success": {
331
+ "name": "Success",
332
+ "type": "color",
333
+ "value": "#37b400"
334
+ },
335
+ "success-hover": {
336
+ "name": "Success Hover",
337
+ "type": "color",
338
+ "value": "#35ad00"
339
+ },
340
+ "success-active": {
341
+ "name": "Success Active",
342
+ "type": "color",
343
+ "value": "#309e00"
344
+ },
345
+ "success-emphasis": {
346
+ "name": "Success Emphasis",
347
+ "type": "color",
348
+ "value": "#69c740"
349
+ },
350
+ "success-on-subtle": {
351
+ "name": "Success On Subtle",
352
+ "type": "color",
353
+ "value": "#133f00"
354
+ },
355
+ "on-success": {
356
+ "name": "On Success",
357
+ "type": "color",
358
+ "value": "black"
359
+ },
360
+ "success-on-surface": {
361
+ "name": "Success On Surface",
362
+ "type": "color",
363
+ "value": "#1c5a00"
364
+ },
365
+ "warning-subtle": {
366
+ "name": "Warning Subtle",
367
+ "type": "color",
368
+ "value": "#fff2cc"
369
+ },
370
+ "warning-subtle-hover": {
371
+ "name": "Warning Subtle Hover",
372
+ "type": "color",
373
+ "value": "#ffe9a6"
374
+ },
375
+ "warning-subtle-active": {
376
+ "name": "Warning Subtle Active",
377
+ "type": "color",
378
+ "value": "#ffe080"
379
+ },
380
+ "warning": {
381
+ "name": "Warning",
382
+ "type": "color",
383
+ "value": "#ffc000"
384
+ },
385
+ "warning-hover": {
386
+ "name": "Warning Hover",
387
+ "type": "color",
388
+ "value": "#f5b800"
389
+ },
390
+ "warning-active": {
391
+ "name": "Warning Active",
392
+ "type": "color",
393
+ "value": "#e0a900"
394
+ },
395
+ "warning-emphasis": {
396
+ "name": "Warning Emphasis",
397
+ "type": "color",
398
+ "value": "#ffd040"
399
+ },
400
+ "warning-on-subtle": {
401
+ "name": "Warning On Subtle",
402
+ "type": "color",
403
+ "value": "#594300"
404
+ },
405
+ "on-warning": {
406
+ "name": "On Warning",
407
+ "type": "color",
408
+ "value": "black"
409
+ },
410
+ "warning-on-surface": {
411
+ "name": "Warning On Surface",
412
+ "type": "color",
413
+ "value": "#806000"
414
+ },
415
+ "error-subtle": {
416
+ "name": "Error Subtle",
417
+ "type": "color",
418
+ "value": "#fdd1cc"
419
+ },
420
+ "error-subtle-hover": {
421
+ "name": "Error Subtle Hover",
422
+ "type": "color",
423
+ "value": "#fbaea6"
424
+ },
425
+ "error-subtle-active": {
426
+ "name": "Error Subtle Active",
427
+ "type": "color",
428
+ "value": "#f98b80"
429
+ },
430
+ "error": {
431
+ "name": "Error",
432
+ "type": "color",
433
+ "value": "#f31700"
434
+ },
435
+ "error-hover": {
436
+ "name": "Error Hover",
437
+ "type": "color",
438
+ "value": "#e91600"
439
+ },
440
+ "error-active": {
441
+ "name": "Error Active",
442
+ "type": "color",
443
+ "value": "#d61400"
444
+ },
445
+ "error-emphasis": {
446
+ "name": "Error Emphasis",
447
+ "type": "color",
448
+ "value": "#f65140"
449
+ },
450
+ "error-on-subtle": {
451
+ "name": "Error On Subtle",
452
+ "type": "color",
453
+ "value": "#550800"
454
+ },
455
+ "on-error": {
456
+ "name": "On Error",
457
+ "type": "color",
458
+ "value": "black"
459
+ },
460
+ "error-on-surface": {
461
+ "name": "Error On Surface",
462
+ "type": "color",
463
+ "value": "#7a0c00"
464
+ },
465
+ "series-a": {
466
+ "name": "Series A",
467
+ "type": "color",
468
+ "value": "#9c27b0"
469
+ },
470
+ "series-a-bold": {
471
+ "name": "Series A Bold",
472
+ "type": "color",
473
+ "value": "#751d84"
474
+ },
475
+ "series-a-bolder": {
476
+ "name": "Series A Bolder",
477
+ "type": "color",
478
+ "value": "#4e1458"
479
+ },
480
+ "series-a-subtle": {
481
+ "name": "Series A Subtle",
482
+ "type": "color",
483
+ "value": "#b55dc4"
484
+ },
485
+ "series-a-subtler": {
486
+ "name": "Series A Subtler",
487
+ "type": "color",
488
+ "value": "#ce93d8"
489
+ },
490
+ "series-b": {
491
+ "name": "Series B",
492
+ "type": "color",
493
+ "value": "#2196f3"
494
+ },
495
+ "series-b-bold": {
496
+ "name": "Series B Bold",
497
+ "type": "color",
498
+ "value": "#1971b6"
499
+ },
500
+ "series-b-bolder": {
501
+ "name": "Series B Bolder",
502
+ "type": "color",
503
+ "value": "#114b7a"
504
+ },
505
+ "series-b-subtle": {
506
+ "name": "Series B Subtle",
507
+ "type": "color",
508
+ "value": "#59b0f6"
509
+ },
510
+ "series-b-subtler": {
511
+ "name": "Series B Subtler",
512
+ "type": "color",
513
+ "value": "#90cbf9"
514
+ },
515
+ "series-c": {
516
+ "name": "Series C",
517
+ "type": "color",
518
+ "value": "#009688"
519
+ },
520
+ "series-c-bold": {
521
+ "name": "Series C Bold",
522
+ "type": "color",
523
+ "value": "#007166"
524
+ },
525
+ "series-c-bolder": {
526
+ "name": "Series C Bolder",
527
+ "type": "color",
528
+ "value": "#004b44"
529
+ },
530
+ "series-c-subtle": {
531
+ "name": "Series C Subtle",
532
+ "type": "color",
533
+ "value": "#40b0a6"
534
+ },
535
+ "series-c-subtler": {
536
+ "name": "Series C Subtler",
537
+ "type": "color",
538
+ "value": "#80cbc4"
539
+ },
540
+ "series-d": {
541
+ "name": "Series D",
542
+ "type": "color",
543
+ "value": "#ffeb3b"
544
+ },
545
+ "series-d-bold": {
546
+ "name": "Series D Bold",
547
+ "type": "color",
548
+ "value": "#bfb02c"
549
+ },
550
+ "series-d-bolder": {
551
+ "name": "Series D Bolder",
552
+ "type": "color",
553
+ "value": "#80761e"
554
+ },
555
+ "series-d-subtle": {
556
+ "name": "Series D Subtle",
557
+ "type": "color",
558
+ "value": "#fff06c"
559
+ },
560
+ "series-d-subtler": {
561
+ "name": "Series D Subtler",
562
+ "type": "color",
563
+ "value": "#fff59d"
564
+ },
565
+ "series-e": {
566
+ "name": "Series E",
567
+ "type": "color",
568
+ "value": "#f44336"
569
+ },
570
+ "series-e-bold": {
571
+ "name": "Series E Bold",
572
+ "type": "color",
573
+ "value": "#b73229"
574
+ },
575
+ "series-e-bolder": {
576
+ "name": "Series E Bolder",
577
+ "type": "color",
578
+ "value": "#7a221b"
579
+ },
580
+ "series-e-subtle": {
581
+ "name": "Series E Subtle",
582
+ "type": "color",
583
+ "value": "#f77268"
584
+ },
585
+ "series-e-subtler": {
586
+ "name": "Series E Subtler",
587
+ "type": "color",
588
+ "value": "#faa19b"
589
+ },
590
+ "series-f": {
591
+ "name": "Series F",
592
+ "type": "color",
593
+ "value": "#4caf50"
594
+ },
595
+ "series-f-bold": {
596
+ "name": "Series F Bold",
597
+ "type": "color",
598
+ "value": "#39833c"
599
+ },
600
+ "series-f-bolder": {
601
+ "name": "Series F Bolder",
602
+ "type": "color",
603
+ "value": "#265828"
604
+ },
605
+ "series-f-subtle": {
606
+ "name": "Series F Subtle",
607
+ "type": "color",
608
+ "value": "#79c37c"
609
+ },
610
+ "series-f-subtler": {
611
+ "name": "Series F Subtler",
612
+ "type": "color",
613
+ "value": "#a6d7a8"
614
+ }
615
+ }
616
+ },
17
617
  {
18
618
  "name": "Theme colors",
19
619
  "variables": {