@progress/kendo-theme-classic 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 (40) hide show
  1. package/dist/all.css +2860 -2123
  2. package/dist/all.scss +487 -145
  3. package/dist/classic-green-dark.scss +155 -29
  4. package/dist/classic-green.scss +145 -29
  5. package/dist/classic-lavender-dark.scss +158 -33
  6. package/dist/classic-lavender.scss +144 -29
  7. package/dist/classic-main-dark.scss +155 -29
  8. package/dist/classic-main.scss +34 -29
  9. package/dist/classic-metro-dark.scss +159 -34
  10. package/dist/classic-metro.scss +148 -33
  11. package/dist/classic-moonlight.scss +159 -34
  12. package/dist/classic-opal-dark.scss +160 -34
  13. package/dist/classic-opal.scss +145 -29
  14. package/dist/classic-silver-dark.scss +155 -29
  15. package/dist/classic-silver.scss +145 -29
  16. package/dist/classic-uniform.scss +147 -31
  17. package/dist/meta/sassdoc-data.json +44735 -33425
  18. package/dist/meta/sassdoc-raw-data.json +13871 -8646
  19. package/dist/meta/variables.json +1648 -1644
  20. package/lib/swatches/classic-green-dark.json +601 -1
  21. package/lib/swatches/classic-green.json +551 -1
  22. package/lib/swatches/classic-lavender-dark.json +602 -2
  23. package/lib/swatches/classic-lavender.json +552 -2
  24. package/lib/swatches/classic-main-dark.json +601 -1
  25. package/lib/swatches/classic-main.json +11 -1
  26. package/lib/swatches/classic-metro-dark.json +608 -6
  27. package/lib/swatches/classic-metro.json +552 -2
  28. package/lib/swatches/classic-moonlight.json +608 -6
  29. package/lib/swatches/classic-opal-dark.json +601 -1
  30. package/lib/swatches/classic-opal.json +551 -1
  31. package/lib/swatches/classic-silver-dark.json +601 -1
  32. package/lib/swatches/classic-silver.json +551 -1
  33. package/lib/swatches/classic-uniform.json +551 -1
  34. package/package.json +5 -5
  35. package/scss/button/_variables.scss +2 -2
  36. package/scss/calendar/_variables.scss +198 -3
  37. package/scss/core/color-system/_swatch-legacy.scss +1 -1
  38. package/scss/core/color-system/_swatch.scss +1 -1
  39. package/scss/drawer/_variables.scss +65 -0
  40. package/scss/panelbar/_variables.scss +167 -0
@@ -3,7 +3,7 @@
3
3
  "name": "Classic Uniform",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-classic",
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,556 @@
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": "#272727"
39
+ },
40
+ "subtle": {
41
+ "name": "Subtle",
42
+ "type": "color",
43
+ "value": "#666666"
44
+ },
45
+ "surface": {
46
+ "name": "Surface",
47
+ "type": "color",
48
+ "value": "#f0f0f0"
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": "#6c6c6c"
59
+ },
60
+ "border-alt": {
61
+ "name": "Border Alt",
62
+ "type": "color",
63
+ "value": "#626262"
64
+ },
65
+ "base-subtle": {
66
+ "name": "Base Subtle",
67
+ "type": "color",
68
+ "value": "#9a9a9a"
69
+ },
70
+ "base-subtle-hover": {
71
+ "name": "Base Subtle Hover",
72
+ "type": "color",
73
+ "value": "#8b8b8b"
74
+ },
75
+ "base-subtle-active": {
76
+ "name": "Base Subtle Active",
77
+ "type": "color",
78
+ "value": "#797979"
79
+ },
80
+ "base": {
81
+ "name": "Base",
82
+ "type": "color",
83
+ "value": "#818181"
84
+ },
85
+ "base-hover": {
86
+ "name": "Base Hover",
87
+ "type": "color",
88
+ "value": "#777777"
89
+ },
90
+ "base-active": {
91
+ "name": "Base Active",
92
+ "type": "color",
93
+ "value": "#6c6c6c"
94
+ },
95
+ "base-emphasis": {
96
+ "name": "Base Emphasis",
97
+ "type": "color",
98
+ "value": "#6f6f6f"
99
+ },
100
+ "base-on-subtle": {
101
+ "name": "Base On Subtle",
102
+ "type": "color",
103
+ "value": "#FFFFFF"
104
+ },
105
+ "on-base": {
106
+ "name": "On Base",
107
+ "type": "color",
108
+ "value": "#FFFFFF"
109
+ },
110
+ "base-on-surface": {
111
+ "name": "Base On Surface",
112
+ "type": "color",
113
+ "value": "#FFFFFF"
114
+ },
115
+ "primary-subtle": {
116
+ "name": "Primary Subtle",
117
+ "type": "color",
118
+ "value": "#e6e6e6"
119
+ },
120
+ "primary-subtle-hover": {
121
+ "name": "Primary Subtle Hover",
122
+ "type": "color",
123
+ "value": "lightgray"
124
+ },
125
+ "primary-subtle-active": {
126
+ "name": "Primary Subtle Active",
127
+ "type": "color",
128
+ "value": "silver"
129
+ },
130
+ "primary": {
131
+ "name": "Primary",
132
+ "type": "color",
133
+ "value": "#818181"
134
+ },
135
+ "primary-hover": {
136
+ "name": "Primary Hover",
137
+ "type": "color",
138
+ "value": "#777777"
139
+ },
140
+ "primary-active": {
141
+ "name": "Primary Active",
142
+ "type": "color",
143
+ "value": "#6c6c6c"
144
+ },
145
+ "primary-emphasis": {
146
+ "name": "Primary Emphasis",
147
+ "type": "color",
148
+ "value": "#a1a1a1"
149
+ },
150
+ "primary-on-subtle": {
151
+ "name": "Primary On Subtle",
152
+ "type": "color",
153
+ "value": "#2d2d2d"
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": "#616161"
164
+ },
165
+ "secondary-subtle": {
166
+ "name": "Secondary Subtle",
167
+ "type": "color",
168
+ "value": "#fbfbfb"
169
+ },
170
+ "secondary-subtle-hover": {
171
+ "name": "Secondary Subtle Hover",
172
+ "type": "color",
173
+ "value": "#f7f7f7"
174
+ },
175
+ "secondary-subtle-active": {
176
+ "name": "Secondary Subtle Active",
177
+ "type": "color",
178
+ "value": "#f4f4f4"
179
+ },
180
+ "secondary": {
181
+ "name": "Secondary",
182
+ "type": "color",
183
+ "value": "#e9e9e9"
184
+ },
185
+ "secondary-hover": {
186
+ "name": "Secondary Hover",
187
+ "type": "color",
188
+ "value": "#d6d6d6"
189
+ },
190
+ "secondary-active": {
191
+ "name": "Secondary Active",
192
+ "type": "color",
193
+ "value": "#c4c4c4"
194
+ },
195
+ "secondary-emphasis": {
196
+ "name": "Secondary Emphasis",
197
+ "type": "color",
198
+ "value": "#efefef"
199
+ },
200
+ "secondary-on-subtle": {
201
+ "name": "Secondary On Subtle",
202
+ "type": "color",
203
+ "value": "#525252"
204
+ },
205
+ "on-secondary": {
206
+ "name": "On Secondary",
207
+ "type": "color",
208
+ "value": "black"
209
+ },
210
+ "secondary-on-surface": {
211
+ "name": "Secondary On Surface",
212
+ "type": "color",
213
+ "value": "#afafaf"
214
+ },
215
+ "info-subtle": {
216
+ "name": "Info Subtle",
217
+ "type": "color",
218
+ "value": "#cce5f3"
219
+ },
220
+ "info-subtle-hover": {
221
+ "name": "Info Subtle Hover",
222
+ "type": "color",
223
+ "value": "#a6d1ea"
224
+ },
225
+ "info-subtle-active": {
226
+ "name": "Info Subtle Active",
227
+ "type": "color",
228
+ "value": "#80bde1"
229
+ },
230
+ "info": {
231
+ "name": "Info",
232
+ "type": "color",
233
+ "value": "#007bc3"
234
+ },
235
+ "info-hover": {
236
+ "name": "Info Hover",
237
+ "type": "color",
238
+ "value": "#0071b3"
239
+ },
240
+ "info-active": {
241
+ "name": "Info Active",
242
+ "type": "color",
243
+ "value": "#0067a4"
244
+ },
245
+ "info-emphasis": {
246
+ "name": "Info Emphasis",
247
+ "type": "color",
248
+ "value": "#409cd2"
249
+ },
250
+ "info-on-subtle": {
251
+ "name": "Info On Subtle",
252
+ "type": "color",
253
+ "value": "#002b44"
254
+ },
255
+ "on-info": {
256
+ "name": "On Info",
257
+ "type": "color",
258
+ "value": "white"
259
+ },
260
+ "info-on-surface": {
261
+ "name": "Info On Surface",
262
+ "type": "color",
263
+ "value": "#005c92"
264
+ },
265
+ "success-subtle": {
266
+ "name": "Success Subtle",
267
+ "type": "color",
268
+ "value": "#d8eddc"
269
+ },
270
+ "success-subtle-hover": {
271
+ "name": "Success Subtle Hover",
272
+ "type": "color",
273
+ "value": "#bbdfc1"
274
+ },
275
+ "success-subtle-active": {
276
+ "name": "Success Subtle Active",
277
+ "type": "color",
278
+ "value": "#9fd2a7"
279
+ },
280
+ "success": {
281
+ "name": "Success",
282
+ "type": "color",
283
+ "value": "#3ea44e"
284
+ },
285
+ "success-hover": {
286
+ "name": "Success Hover",
287
+ "type": "color",
288
+ "value": "#399748"
289
+ },
290
+ "success-active": {
291
+ "name": "Success Active",
292
+ "type": "color",
293
+ "value": "#348a42"
294
+ },
295
+ "success-emphasis": {
296
+ "name": "Success Emphasis",
297
+ "type": "color",
298
+ "value": "#6ebb7a"
299
+ },
300
+ "success-on-subtle": {
301
+ "name": "Success On Subtle",
302
+ "type": "color",
303
+ "value": "#16391b"
304
+ },
305
+ "on-success": {
306
+ "name": "On Success",
307
+ "type": "color",
308
+ "value": "white"
309
+ },
310
+ "success-on-surface": {
311
+ "name": "Success On Surface",
312
+ "type": "color",
313
+ "value": "#2f7b3b"
314
+ },
315
+ "warning-subtle": {
316
+ "name": "Warning Subtle",
317
+ "type": "color",
318
+ "value": "#ffeacc"
319
+ },
320
+ "warning-subtle-hover": {
321
+ "name": "Warning Subtle Hover",
322
+ "type": "color",
323
+ "value": "#ffdba6"
324
+ },
325
+ "warning-subtle-active": {
326
+ "name": "Warning Subtle Active",
327
+ "type": "color",
328
+ "value": "#ffcc80"
329
+ },
330
+ "warning": {
331
+ "name": "Warning",
332
+ "type": "color",
333
+ "value": "#ff9800"
334
+ },
335
+ "warning-hover": {
336
+ "name": "Warning Hover",
337
+ "type": "color",
338
+ "value": "#eb8c00"
339
+ },
340
+ "warning-active": {
341
+ "name": "Warning Active",
342
+ "type": "color",
343
+ "value": "#d68000"
344
+ },
345
+ "warning-emphasis": {
346
+ "name": "Warning Emphasis",
347
+ "type": "color",
348
+ "value": "#ffb240"
349
+ },
350
+ "warning-on-subtle": {
351
+ "name": "Warning On Subtle",
352
+ "type": "color",
353
+ "value": "#593500"
354
+ },
355
+ "on-warning": {
356
+ "name": "On Warning",
357
+ "type": "color",
358
+ "value": "white"
359
+ },
360
+ "warning-on-surface": {
361
+ "name": "Warning On Surface",
362
+ "type": "color",
363
+ "value": "#bf7200"
364
+ },
365
+ "error-subtle": {
366
+ "name": "Error Subtle",
367
+ "type": "color",
368
+ "value": "#f7d4cc"
369
+ },
370
+ "error-subtle-hover": {
371
+ "name": "Error Subtle Hover",
372
+ "type": "color",
373
+ "value": "#f2b4a6"
374
+ },
375
+ "error-subtle-active": {
376
+ "name": "Error Subtle Active",
377
+ "type": "color",
378
+ "value": "#ec9480"
379
+ },
380
+ "error": {
381
+ "name": "Error",
382
+ "type": "color",
383
+ "value": "#d92800"
384
+ },
385
+ "error-hover": {
386
+ "name": "Error Hover",
387
+ "type": "color",
388
+ "value": "#c82500"
389
+ },
390
+ "error-active": {
391
+ "name": "Error Active",
392
+ "type": "color",
393
+ "value": "#b62200"
394
+ },
395
+ "error-emphasis": {
396
+ "name": "Error Emphasis",
397
+ "type": "color",
398
+ "value": "#e35e40"
399
+ },
400
+ "error-on-subtle": {
401
+ "name": "Error On Subtle",
402
+ "type": "color",
403
+ "value": "#4c0e00"
404
+ },
405
+ "on-error": {
406
+ "name": "On Error",
407
+ "type": "color",
408
+ "value": "white"
409
+ },
410
+ "error-on-surface": {
411
+ "name": "Error On Surface",
412
+ "type": "color",
413
+ "value": "#a31e00"
414
+ },
415
+ "series-a": {
416
+ "name": "Series A",
417
+ "type": "color",
418
+ "value": "#007bc3"
419
+ },
420
+ "series-a-bold": {
421
+ "name": "Series A Bold",
422
+ "type": "color",
423
+ "value": "#005c92"
424
+ },
425
+ "series-a-bolder": {
426
+ "name": "Series A Bolder",
427
+ "type": "color",
428
+ "value": "#003e62"
429
+ },
430
+ "series-a-subtle": {
431
+ "name": "Series A Subtle",
432
+ "type": "color",
433
+ "value": "#409cd2"
434
+ },
435
+ "series-a-subtler": {
436
+ "name": "Series A Subtler",
437
+ "type": "color",
438
+ "value": "#80bde1"
439
+ },
440
+ "series-b": {
441
+ "name": "Series B",
442
+ "type": "color",
443
+ "value": "#3ea44e"
444
+ },
445
+ "series-b-bold": {
446
+ "name": "Series B Bold",
447
+ "type": "color",
448
+ "value": "#2f7b3b"
449
+ },
450
+ "series-b-bolder": {
451
+ "name": "Series B Bolder",
452
+ "type": "color",
453
+ "value": "#1f5227"
454
+ },
455
+ "series-b-subtle": {
456
+ "name": "Series B Subtle",
457
+ "type": "color",
458
+ "value": "#6ebb7a"
459
+ },
460
+ "series-b-subtler": {
461
+ "name": "Series B Subtler",
462
+ "type": "color",
463
+ "value": "#9fd2a7"
464
+ },
465
+ "series-c": {
466
+ "name": "Series C",
467
+ "type": "color",
468
+ "value": "#ffae00"
469
+ },
470
+ "series-c-bold": {
471
+ "name": "Series C Bold",
472
+ "type": "color",
473
+ "value": "#bf8300"
474
+ },
475
+ "series-c-bolder": {
476
+ "name": "Series C Bolder",
477
+ "type": "color",
478
+ "value": "#805700"
479
+ },
480
+ "series-c-subtle": {
481
+ "name": "Series C Subtle",
482
+ "type": "color",
483
+ "value": "#ffc240"
484
+ },
485
+ "series-c-subtler": {
486
+ "name": "Series C Subtler",
487
+ "type": "color",
488
+ "value": "#ffd780"
489
+ },
490
+ "series-d": {
491
+ "name": "Series D",
492
+ "type": "color",
493
+ "value": "#ef4c00"
494
+ },
495
+ "series-d-bold": {
496
+ "name": "Series D Bold",
497
+ "type": "color",
498
+ "value": "#b33900"
499
+ },
500
+ "series-d-bolder": {
501
+ "name": "Series D Bolder",
502
+ "type": "color",
503
+ "value": "#782600"
504
+ },
505
+ "series-d-subtle": {
506
+ "name": "Series D Subtle",
507
+ "type": "color",
508
+ "value": "#f37940"
509
+ },
510
+ "series-d-subtler": {
511
+ "name": "Series D Subtler",
512
+ "type": "color",
513
+ "value": "#f7a680"
514
+ },
515
+ "series-e": {
516
+ "name": "Series E",
517
+ "type": "color",
518
+ "value": "#a419b7"
519
+ },
520
+ "series-e-bold": {
521
+ "name": "Series E Bold",
522
+ "type": "color",
523
+ "value": "#7b1389"
524
+ },
525
+ "series-e-bolder": {
526
+ "name": "Series E Bolder",
527
+ "type": "color",
528
+ "value": "#520d5c"
529
+ },
530
+ "series-e-subtle": {
531
+ "name": "Series E Subtle",
532
+ "type": "color",
533
+ "value": "#bb53c9"
534
+ },
535
+ "series-e-subtler": {
536
+ "name": "Series E Subtler",
537
+ "type": "color",
538
+ "value": "#d28cdb"
539
+ },
540
+ "series-f": {
541
+ "name": "Series F",
542
+ "type": "color",
543
+ "value": "#430b62"
544
+ },
545
+ "series-f-bold": {
546
+ "name": "Series F Bold",
547
+ "type": "color",
548
+ "value": "#32084a"
549
+ },
550
+ "series-f-bolder": {
551
+ "name": "Series F Bolder",
552
+ "type": "color",
553
+ "value": "#220631"
554
+ },
555
+ "series-f-subtle": {
556
+ "name": "Series F Subtle",
557
+ "type": "color",
558
+ "value": "#724889"
559
+ },
560
+ "series-f-subtler": {
561
+ "name": "Series F Subtler",
562
+ "type": "color",
563
+ "value": "#a185b1"
564
+ }
565
+ }
566
+ },
17
567
  {
18
568
  "name": "Theme colors",
19
569
  "variables": {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-classic",
3
3
  "description": "Sass port of less based themes for Kendo UI theme",
4
- "version": "7.3.0-dev.0",
4
+ "version": "8.0.0-dev.0",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -53,13 +53,13 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@progress/kendo-svg-icons": "2.1.0",
56
- "@progress/kendo-theme-core": "7.3.0-dev.0",
57
- "@progress/kendo-theme-default": "7.3.0-dev.0",
58
- "@progress/kendo-theme-utils": "7.3.0-dev.0"
56
+ "@progress/kendo-theme-core": "8.0.0-dev.0",
57
+ "@progress/kendo-theme-default": "8.0.0-dev.0",
58
+ "@progress/kendo-theme-utils": "8.0.0-dev.0"
59
59
  },
60
60
  "directories": {
61
61
  "doc": "docs",
62
62
  "lib": "lib"
63
63
  },
64
- "gitHead": "01297a87bc94d867851e28577c04a0596e35e4f9"
64
+ "gitHead": "82fa9745206aad68ed9f5a6d8c11d84dbb70c20c"
65
65
  }
@@ -110,10 +110,10 @@ $kendo-button-theme-colors: k-map-merge(
110
110
 
111
111
  /// The base background of the Button.
112
112
  /// @group button
113
- $kendo-button-bg: $kendo-base-bg !default;
113
+ $kendo-button-bg: if($kendo-enable-color-system, k-color( base ), $kendo-base-bg) !default;
114
114
  /// The base text color of the Button.
115
115
  /// @group button
116
- $kendo-button-text: $kendo-base-text !default;
116
+ $kendo-button-text: if($kendo-enable-color-system, k-color( on-base ), $kendo-base-text) !default;
117
117
  /// The base border color of the Button.
118
118
  /// @group button
119
119
  $kendo-button-border: if($kendo-enable-color-system, k-color( border ), k-try-shade( $kendo-button-bg, 2 )) !default;