@progress/kendo-theme-bootstrap 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 (36) hide show
  1. package/dist/all.css +2906 -2134
  2. package/dist/all.scss +490 -145
  3. package/dist/bootstrap-3-dark.scss +164 -39
  4. package/dist/bootstrap-3.scss +152 -39
  5. package/dist/bootstrap-4-dark.scss +156 -30
  6. package/dist/bootstrap-4.scss +144 -30
  7. package/dist/bootstrap-dataviz-v4.scss +45 -6
  8. package/dist/bootstrap-main-dark.scss +156 -30
  9. package/dist/bootstrap-main.scss +34 -29
  10. package/dist/bootstrap-nordic.scss +144 -30
  11. package/dist/bootstrap-turquoise-dark.scss +156 -30
  12. package/dist/bootstrap-turquoise.scss +144 -30
  13. package/dist/bootstrap-urban.scss +144 -30
  14. package/dist/bootstrap-vintage.scss +144 -30
  15. package/dist/meta/sassdoc-data.json +44219 -32915
  16. package/dist/meta/sassdoc-raw-data.json +13675 -8450
  17. package/dist/meta/variables.json +1641 -1637
  18. package/lib/swatches/bootstrap-3-dark.json +604 -2
  19. package/lib/swatches/bootstrap-3.json +544 -2
  20. package/lib/swatches/bootstrap-4-dark.json +601 -1
  21. package/lib/swatches/bootstrap-4.json +541 -1
  22. package/lib/swatches/bootstrap-dataviz-v4.json +166 -1
  23. package/lib/swatches/bootstrap-main-dark.json +601 -1
  24. package/lib/swatches/bootstrap-main.json +11 -1
  25. package/lib/swatches/bootstrap-nordic.json +541 -1
  26. package/lib/swatches/bootstrap-turquoise-dark.json +601 -1
  27. package/lib/swatches/bootstrap-turquoise.json +541 -1
  28. package/lib/swatches/bootstrap-urban.json +541 -1
  29. package/lib/swatches/bootstrap-vintage.json +541 -1
  30. package/package.json +5 -5
  31. package/scss/calendar/_variables.scss +198 -3
  32. package/scss/core/color-system/_swatch-legacy.scss +6 -2
  33. package/scss/core/color-system/_swatch.scss +1 -1
  34. package/scss/drawer/_variables.scss +65 -0
  35. package/scss/panelbar/_variables.scss +166 -0
  36. package/scss/switch/_variables.scss +1 -1
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Urban",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "7.3.0-dev.0",
6
+ "version": "8.0.0-dev.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e3eef4",
@@ -13,6 +13,546 @@
13
13
  ],
14
14
  "components": [],
15
15
  "groups": [
16
+ {
17
+ "name": "New color system",
18
+ "colorSystem": {
19
+ "kendo-enable-color-system": {
20
+ "name": "New color system",
21
+ "type": "boolean",
22
+ "value": true
23
+ }
24
+ }
25
+ },
26
+ {
27
+ "name": "New theme colors",
28
+ "colorsMap": {
29
+ "app-surface": {
30
+ "name": "App Surface",
31
+ "type": "color",
32
+ "value": "#ffffff"
33
+ },
34
+ "on-app-surface": {
35
+ "name": "On App Surface",
36
+ "type": "color",
37
+ "value": "#1c3a4c"
38
+ },
39
+ "subtle": {
40
+ "name": "Subtle",
41
+ "type": "color",
42
+ "value": "#6c757d"
43
+ },
44
+ "surface": {
45
+ "name": "Surface",
46
+ "type": "color",
47
+ "value": "#e3eef4"
48
+ },
49
+ "surface-alt": {
50
+ "name": "Surface Alt",
51
+ "type": "color",
52
+ "value": "#ffffff"
53
+ },
54
+ "base-subtle": {
55
+ "name": "Base Subtle",
56
+ "type": "color",
57
+ "value": "#89b7d2"
58
+ },
59
+ "base-subtle-hover": {
60
+ "name": "Base Subtle Hover",
61
+ "type": "color",
62
+ "value": "#5798be"
63
+ },
64
+ "base-subtle-active": {
65
+ "name": "Base Subtle Active",
66
+ "type": "color",
67
+ "value": "#508caf"
68
+ },
69
+ "base": {
70
+ "name": "Base",
71
+ "type": "color",
72
+ "value": "#5798be"
73
+ },
74
+ "base-hover": {
75
+ "name": "Base Hover",
76
+ "type": "color",
77
+ "value": "#4385ac"
78
+ },
79
+ "base-active": {
80
+ "name": "Base Active",
81
+ "type": "color",
82
+ "value": "#3f7ea3"
83
+ },
84
+ "base-emphasis": {
85
+ "name": "Base Emphasis",
86
+ "type": "color",
87
+ "value": "#457896"
88
+ },
89
+ "base-on-subtle": {
90
+ "name": "Base On Subtle",
91
+ "type": "color",
92
+ "value": "#ffffff"
93
+ },
94
+ "on-base": {
95
+ "name": "On Base",
96
+ "type": "color",
97
+ "value": "#ffffff"
98
+ },
99
+ "base-on-surface": {
100
+ "name": "Base On Surface",
101
+ "type": "color",
102
+ "value": "#ffffff"
103
+ },
104
+ "primary-subtle": {
105
+ "name": "Primary Subtle",
106
+ "type": "color",
107
+ "value": "#ffded1"
108
+ },
109
+ "primary-subtle-hover": {
110
+ "name": "Primary Subtle Hover",
111
+ "type": "color",
112
+ "value": "#ffc6af"
113
+ },
114
+ "primary-subtle-active": {
115
+ "name": "Primary Subtle Active",
116
+ "type": "color",
117
+ "value": "#ffae8d"
118
+ },
119
+ "primary": {
120
+ "name": "Primary",
121
+ "type": "color",
122
+ "value": "#ff5c1a"
123
+ },
124
+ "primary-hover": {
125
+ "name": "Primary Hover",
126
+ "type": "color",
127
+ "value": "#f34600"
128
+ },
129
+ "primary-active": {
130
+ "name": "Primary Active",
131
+ "type": "color",
132
+ "value": "#e64200"
133
+ },
134
+ "primary-emphasis": {
135
+ "name": "Primary Emphasis",
136
+ "type": "color",
137
+ "value": "#ff8553"
138
+ },
139
+ "primary-on-subtle": {
140
+ "name": "Primary On Subtle",
141
+ "type": "color",
142
+ "value": "#592009"
143
+ },
144
+ "on-primary": {
145
+ "name": "On Primary",
146
+ "type": "color",
147
+ "value": "white"
148
+ },
149
+ "primary-on-surface": {
150
+ "name": "Primary On Surface",
151
+ "type": "color",
152
+ "value": "#bf4514"
153
+ },
154
+ "secondary-subtle": {
155
+ "name": "Secondary Subtle",
156
+ "type": "color",
157
+ "value": "#e3eef4"
158
+ },
159
+ "secondary-subtle-hover": {
160
+ "name": "Secondary Subtle Hover",
161
+ "type": "color",
162
+ "value": "#cee1ec"
163
+ },
164
+ "secondary-subtle-active": {
165
+ "name": "Secondary Subtle Active",
166
+ "type": "color",
167
+ "value": "#b9d4e4"
168
+ },
169
+ "secondary": {
170
+ "name": "Secondary",
171
+ "type": "color",
172
+ "value": "#73a9c9"
173
+ },
174
+ "secondary-hover": {
175
+ "name": "Secondary Hover",
176
+ "type": "color",
177
+ "value": "#5798be"
178
+ },
179
+ "secondary-active": {
180
+ "name": "Secondary Active",
181
+ "type": "color",
182
+ "value": "#4e92bb"
183
+ },
184
+ "secondary-emphasis": {
185
+ "name": "Secondary Emphasis",
186
+ "type": "color",
187
+ "value": "#96bfd7"
188
+ },
189
+ "secondary-on-subtle": {
190
+ "name": "Secondary On Subtle",
191
+ "type": "color",
192
+ "value": "#283b46"
193
+ },
194
+ "on-secondary": {
195
+ "name": "On Secondary",
196
+ "type": "color",
197
+ "value": "white"
198
+ },
199
+ "secondary-on-surface": {
200
+ "name": "Secondary On Surface",
201
+ "type": "color",
202
+ "value": "#567f97"
203
+ },
204
+ "info-subtle": {
205
+ "name": "Info Subtle",
206
+ "type": "color",
207
+ "value": "#def2f8"
208
+ },
209
+ "info-subtle-hover": {
210
+ "name": "Info Subtle Hover",
211
+ "type": "color",
212
+ "value": "#c6e9f3"
213
+ },
214
+ "info-subtle-active": {
215
+ "name": "Info Subtle Active",
216
+ "type": "color",
217
+ "value": "#ade0ef"
218
+ },
219
+ "info": {
220
+ "name": "Info",
221
+ "type": "color",
222
+ "value": "#5bc0de"
223
+ },
224
+ "info-hover": {
225
+ "name": "Info Hover",
226
+ "type": "color",
227
+ "value": "#3bb4d8"
228
+ },
229
+ "info-active": {
230
+ "name": "Info Active",
231
+ "type": "color",
232
+ "value": "#31b0d5"
233
+ },
234
+ "info-emphasis": {
235
+ "name": "Info Emphasis",
236
+ "type": "color",
237
+ "value": "#84d0e6"
238
+ },
239
+ "info-on-subtle": {
240
+ "name": "Info On Subtle",
241
+ "type": "color",
242
+ "value": "#20434e"
243
+ },
244
+ "on-info": {
245
+ "name": "On Info",
246
+ "type": "color",
247
+ "value": "white"
248
+ },
249
+ "info-on-surface": {
250
+ "name": "Info On Surface",
251
+ "type": "color",
252
+ "value": "#4490a7"
253
+ },
254
+ "success-subtle": {
255
+ "name": "Success Subtle",
256
+ "type": "color",
257
+ "value": "#def1de"
258
+ },
259
+ "success-subtle-hover": {
260
+ "name": "Success Subtle Hover",
261
+ "type": "color",
262
+ "value": "#c6e6c6"
263
+ },
264
+ "success-subtle-active": {
265
+ "name": "Success Subtle Active",
266
+ "type": "color",
267
+ "value": "#aedcae"
268
+ },
269
+ "success": {
270
+ "name": "Success",
271
+ "type": "color",
272
+ "value": "#5cb85c"
273
+ },
274
+ "success-hover": {
275
+ "name": "Success Hover",
276
+ "type": "color",
277
+ "value": "#48a648"
278
+ },
279
+ "success-active": {
280
+ "name": "Success Active",
281
+ "type": "color",
282
+ "value": "#449d44"
283
+ },
284
+ "success-emphasis": {
285
+ "name": "Success Emphasis",
286
+ "type": "color",
287
+ "value": "#85ca85"
288
+ },
289
+ "success-on-subtle": {
290
+ "name": "Success On Subtle",
291
+ "type": "color",
292
+ "value": "#204020"
293
+ },
294
+ "on-success": {
295
+ "name": "On Success",
296
+ "type": "color",
297
+ "value": "white"
298
+ },
299
+ "success-on-surface": {
300
+ "name": "Success On Surface",
301
+ "type": "color",
302
+ "value": "#458a45"
303
+ },
304
+ "warning-subtle": {
305
+ "name": "Warning Subtle",
306
+ "type": "color",
307
+ "value": "#fff1de"
308
+ },
309
+ "warning-subtle-hover": {
310
+ "name": "Warning Subtle Hover",
311
+ "type": "color",
312
+ "value": "#ffe7c6"
313
+ },
314
+ "warning-subtle-active": {
315
+ "name": "Warning Subtle Active",
316
+ "type": "color",
317
+ "value": "#ffddad"
318
+ },
319
+ "warning": {
320
+ "name": "Warning",
321
+ "type": "color",
322
+ "value": "#ffbb5b"
323
+ },
324
+ "warning-hover": {
325
+ "name": "Warning Hover",
326
+ "type": "color",
327
+ "value": "#ffab35"
328
+ },
329
+ "warning-active": {
330
+ "name": "Warning Active",
331
+ "type": "color",
332
+ "value": "#ffa628"
333
+ },
334
+ "warning-emphasis": {
335
+ "name": "Warning Emphasis",
336
+ "type": "color",
337
+ "value": "#ffcc84"
338
+ },
339
+ "warning-on-subtle": {
340
+ "name": "Warning On Subtle",
341
+ "type": "color",
342
+ "value": "#594120"
343
+ },
344
+ "on-warning": {
345
+ "name": "On Warning",
346
+ "type": "color",
347
+ "value": "black"
348
+ },
349
+ "warning-on-surface": {
350
+ "name": "Warning On Surface",
351
+ "type": "color",
352
+ "value": "#bf8c44"
353
+ },
354
+ "error-subtle": {
355
+ "name": "Error Subtle",
356
+ "type": "color",
357
+ "value": "#f9dacf"
358
+ },
359
+ "error-subtle-hover": {
360
+ "name": "Error Subtle Hover",
361
+ "type": "color",
362
+ "value": "#f5bfab"
363
+ },
364
+ "error-subtle-active": {
365
+ "name": "Error Subtle Active",
366
+ "type": "color",
367
+ "value": "#f1a387"
368
+ },
369
+ "error": {
370
+ "name": "Error",
371
+ "type": "color",
372
+ "value": "#e3470e"
373
+ },
374
+ "error-hover": {
375
+ "name": "Error Hover",
376
+ "type": "color",
377
+ "value": "#bf3c0c"
378
+ },
379
+ "error-active": {
380
+ "name": "Error Active",
381
+ "type": "color",
382
+ "value": "#b3380b"
383
+ },
384
+ "error-emphasis": {
385
+ "name": "Error Emphasis",
386
+ "type": "color",
387
+ "value": "#ea754a"
388
+ },
389
+ "error-on-subtle": {
390
+ "name": "Error On Subtle",
391
+ "type": "color",
392
+ "value": "#4f1905"
393
+ },
394
+ "on-error": {
395
+ "name": "On Error",
396
+ "type": "color",
397
+ "value": "white"
398
+ },
399
+ "error-on-surface": {
400
+ "name": "Error On Surface",
401
+ "type": "color",
402
+ "value": "#aa350b"
403
+ },
404
+ "series-a": {
405
+ "name": "Series A",
406
+ "type": "color",
407
+ "value": "#ff7943"
408
+ },
409
+ "series-a-bold": {
410
+ "name": "Series A Bold",
411
+ "type": "color",
412
+ "value": "#bf5b32"
413
+ },
414
+ "series-a-bolder": {
415
+ "name": "Series A Bolder",
416
+ "type": "color",
417
+ "value": "#803d22"
418
+ },
419
+ "series-a-subtle": {
420
+ "name": "Series A Subtle",
421
+ "type": "color",
422
+ "value": "#ff9b72"
423
+ },
424
+ "series-a-subtler": {
425
+ "name": "Series A Subtler",
426
+ "type": "color",
427
+ "value": "#ffbca1"
428
+ },
429
+ "series-b": {
430
+ "name": "Series B",
431
+ "type": "color",
432
+ "value": "#e84d0e"
433
+ },
434
+ "series-b-bold": {
435
+ "name": "Series B Bold",
436
+ "type": "color",
437
+ "value": "#ae3a0b"
438
+ },
439
+ "series-b-bolder": {
440
+ "name": "Series B Bolder",
441
+ "type": "color",
442
+ "value": "#742707"
443
+ },
444
+ "series-b-subtle": {
445
+ "name": "Series B Subtle",
446
+ "type": "color",
447
+ "value": "#ee7a4a"
448
+ },
449
+ "series-b-subtler": {
450
+ "name": "Series B Subtler",
451
+ "type": "color",
452
+ "value": "#f4a687"
453
+ },
454
+ "series-c": {
455
+ "name": "Series C",
456
+ "type": "color",
457
+ "value": "#40a9e3"
458
+ },
459
+ "series-c-bold": {
460
+ "name": "Series C Bold",
461
+ "type": "color",
462
+ "value": "#307faa"
463
+ },
464
+ "series-c-bolder": {
465
+ "name": "Series C Bolder",
466
+ "type": "color",
467
+ "value": "#205572"
468
+ },
469
+ "series-c-subtle": {
470
+ "name": "Series C Subtle",
471
+ "type": "color",
472
+ "value": "#70bfea"
473
+ },
474
+ "series-c-subtler": {
475
+ "name": "Series C Subtler",
476
+ "type": "color",
477
+ "value": "#a0d4f1"
478
+ },
479
+ "series-d": {
480
+ "name": "Series D",
481
+ "type": "color",
482
+ "value": "#016a98"
483
+ },
484
+ "series-d-bold": {
485
+ "name": "Series D Bold",
486
+ "type": "color",
487
+ "value": "#015072"
488
+ },
489
+ "series-d-bolder": {
490
+ "name": "Series D Bolder",
491
+ "type": "color",
492
+ "value": "#01354c"
493
+ },
494
+ "series-d-subtle": {
495
+ "name": "Series D Subtle",
496
+ "type": "color",
497
+ "value": "#418fb2"
498
+ },
499
+ "series-d-subtler": {
500
+ "name": "Series D Subtler",
501
+ "type": "color",
502
+ "value": "#80b5cc"
503
+ },
504
+ "series-e": {
505
+ "name": "Series E",
506
+ "type": "color",
507
+ "value": "#7a8c95"
508
+ },
509
+ "series-e-bold": {
510
+ "name": "Series E Bold",
511
+ "type": "color",
512
+ "value": "#5c6970"
513
+ },
514
+ "series-e-bolder": {
515
+ "name": "Series E Bolder",
516
+ "type": "color",
517
+ "value": "#3d464b"
518
+ },
519
+ "series-e-subtle": {
520
+ "name": "Series E Subtle",
521
+ "type": "color",
522
+ "value": "#9ba9b0"
523
+ },
524
+ "series-e-subtler": {
525
+ "name": "Series E Subtler",
526
+ "type": "color",
527
+ "value": "#bdc6ca"
528
+ },
529
+ "series-f": {
530
+ "name": "Series F",
531
+ "type": "color",
532
+ "value": "#355261"
533
+ },
534
+ "series-f-bold": {
535
+ "name": "Series F Bold",
536
+ "type": "color",
537
+ "value": "#283e49"
538
+ },
539
+ "series-f-bolder": {
540
+ "name": "Series F Bolder",
541
+ "type": "color",
542
+ "value": "#1b2931"
543
+ },
544
+ "series-f-subtle": {
545
+ "name": "Series F Subtle",
546
+ "type": "color",
547
+ "value": "#687d89"
548
+ },
549
+ "series-f-subtler": {
550
+ "name": "Series F Subtler",
551
+ "type": "color",
552
+ "value": "#9aa9b0"
553
+ }
554
+ }
555
+ },
16
556
  {
17
557
  "name": "Theme colors",
18
558
  "variables": {