beercss 1.2.7 → 2.0.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 (51) hide show
  1. package/README.md +58 -3
  2. package/dist/cdn/beer.min.css +1 -1
  3. package/dist/cdn/beer.min.js +1 -1
  4. package/package.json +24 -15
  5. package/src/cdn/beer.css +40 -30
  6. package/src/cdn/beer.js +17 -2
  7. package/src/cdn/{shared → elements}/badges.css +4 -4
  8. package/src/cdn/{shared → elements}/buttons.css +77 -22
  9. package/src/cdn/{shared → elements}/cards.css +6 -4
  10. package/src/cdn/{shared → elements}/chips.css +13 -17
  11. package/src/cdn/{shared → elements}/containers.css +0 -0
  12. package/src/cdn/{shared → elements}/dropdowns.css +11 -10
  13. package/src/cdn/{shared → elements}/expansions.css +5 -1
  14. package/src/cdn/{shared → elements}/fields.css +48 -36
  15. package/src/cdn/{shared → elements}/icons.css +1 -0
  16. package/src/cdn/elements/layouts.css +109 -0
  17. package/src/cdn/{shared → elements}/loaders.css +1 -1
  18. package/src/cdn/{shared → elements}/media.css +48 -2
  19. package/src/cdn/{shared → elements}/menus.css +27 -50
  20. package/src/cdn/{shared → elements}/modals.css +28 -8
  21. package/src/cdn/{shared → elements}/navs.css +2 -2
  22. package/src/cdn/{shared → elements}/overlays.css +3 -8
  23. package/src/cdn/{shared → elements}/pages.css +7 -5
  24. package/src/cdn/elements/progress.css +29 -0
  25. package/src/cdn/{shared → elements}/rows.css +3 -108
  26. package/src/cdn/{shared → elements}/selections.css +19 -18
  27. package/src/cdn/{shared → elements}/tables.css +2 -1
  28. package/src/cdn/{shared → elements}/tabs.css +22 -3
  29. package/src/cdn/{shared → elements}/toasts.css +9 -4
  30. package/src/cdn/{shared → elements}/tooltips.css +2 -2
  31. package/src/cdn/helpers/alignments.css +29 -0
  32. package/src/cdn/{shared → helpers}/colors.css +245 -226
  33. package/src/cdn/helpers/dividers.css +34 -0
  34. package/src/cdn/helpers/forms.css +110 -0
  35. package/src/cdn/helpers/margins.css +16 -0
  36. package/src/cdn/helpers/others.css +100 -0
  37. package/src/cdn/helpers/paddings.css +16 -0
  38. package/src/cdn/helpers/positions.css +37 -0
  39. package/src/cdn/helpers/shadows.css +44 -0
  40. package/src/cdn/helpers/sizes.css +26 -0
  41. package/src/cdn/helpers/spaces.css +15 -0
  42. package/src/cdn/{shared → helpers}/typography.css +10 -10
  43. package/src/cdn/{shared → helpers}/waves.css +3 -3
  44. package/src/cdn/settings/dark.css +39 -0
  45. package/src/cdn/settings/light.css +39 -0
  46. package/src/cdn/{shared → settings}/urls.css +0 -0
  47. package/src/cdn/shared/dark.css +0 -15
  48. package/src/cdn/shared/fixed.css +0 -71
  49. package/src/cdn/shared/helpers.css +0 -366
  50. package/src/cdn/shared/layouts.css +0 -95
  51. package/src/cdn/shared/light.css +0 -15
@@ -34,7 +34,8 @@
34
34
  color: #ffffff !important;
35
35
  }
36
36
 
37
- .red {
37
+ .red,
38
+ .red6 {
38
39
  background-color: #f44336 !important;
39
40
  }
40
41
 
@@ -46,43 +47,44 @@
46
47
  color: #f44336 !important;
47
48
  }
48
49
 
49
- .red-light-5 {
50
+ .red1 {
50
51
  background-color: #ffebee !important;
51
52
  }
52
53
 
53
- .red-light-4 {
54
+ .red2 {
54
55
  background-color: #ffcdd2 !important;
55
56
  }
56
57
 
57
- .red-light-3 {
58
+ .red3 {
58
59
  background-color: #ef9a9a !important;
59
60
  }
60
61
 
61
- .red-light-2 {
62
+ .red4 {
62
63
  background-color: #e57373 !important;
63
64
  }
64
65
 
65
- .red-light-1 {
66
+ .red5 {
66
67
  background-color: #ef5350 !important;
67
68
  }
68
69
 
69
- .red-dark-1 {
70
+ .red7 {
70
71
  background-color: #e53935 !important;
71
72
  }
72
73
 
73
- .red-dark-2 {
74
+ .red8 {
74
75
  background-color: #d32f2f !important;
75
76
  }
76
77
 
77
- .red-dark-3 {
78
+ .red9 {
78
79
  background-color: #c62828 !important;
79
80
  }
80
81
 
81
- .red-dark-4 {
82
+ .red10 {
82
83
  background-color: #b71c1c !important;
83
84
  }
84
85
 
85
- .pink {
86
+ .pink,
87
+ .pink6 {
86
88
  background-color: #e91e63 !important;
87
89
  }
88
90
 
@@ -94,43 +96,44 @@
94
96
  color: #e91e63 !important;
95
97
  }
96
98
 
97
- .pink-light-5 {
99
+ .pink1 {
98
100
  background-color: #fce4ec !important;
99
101
  }
100
102
 
101
- .pink-light-4 {
103
+ .pink2 {
102
104
  background-color: #f8bbd0 !important;
103
105
  }
104
106
 
105
- .pink-light-3 {
107
+ .pink3 {
106
108
  background-color: #f48fb1 !important;
107
109
  }
108
110
 
109
- .pink-light-2 {
111
+ .pink4 {
110
112
  background-color: #f06292 !important;
111
113
  }
112
114
 
113
- .pink-light-1 {
115
+ .pink5 {
114
116
  background-color: #ec407a !important;
115
117
  }
116
118
 
117
- .pink-dark-1 {
119
+ .pink7 {
118
120
  background-color: #d81b60 !important;
119
121
  }
120
122
 
121
- .pink-dark-2 {
123
+ .pink8 {
122
124
  background-color: #c2185b !important;
123
125
  }
124
126
 
125
- .pink-dark-3 {
127
+ .pink9 {
126
128
  background-color: #ad1457 !important;
127
129
  }
128
130
 
129
- .pink-dark-4 {
131
+ .pink10 {
130
132
  background-color: #880e4f !important;
131
133
  }
132
134
 
133
- .purple {
135
+ .purple,
136
+ .purple6 {
134
137
  background-color: #9c27b0 !important;
135
138
  }
136
139
 
@@ -142,43 +145,44 @@
142
145
  color: #9c27b0 !important;
143
146
  }
144
147
 
145
- .purple-light-5 {
148
+ .purple1 {
146
149
  background-color: #f3e5f5 !important;
147
150
  }
148
151
 
149
- .purple-light-4 {
152
+ .purple2 {
150
153
  background-color: #e1bee7 !important;
151
154
  }
152
155
 
153
- .purple-light-3 {
156
+ .purple3 {
154
157
  background-color: #ce93d8 !important;
155
158
  }
156
159
 
157
- .purple-light-2 {
160
+ .purple4 {
158
161
  background-color: #ba68c8 !important;
159
162
  }
160
163
 
161
- .purple-light-1 {
164
+ .purple5 {
162
165
  background-color: #ab47bc !important;
163
166
  }
164
167
 
165
- .purple-dark-1 {
168
+ .purple7 {
166
169
  background-color: #8e24aa !important;
167
170
  }
168
171
 
169
- .purple-dark-2 {
172
+ .purple8 {
170
173
  background-color: #7b1fa2 !important;
171
174
  }
172
175
 
173
- .purple-dark-3 {
176
+ .purple9 {
174
177
  background-color: #6a1b9a !important;
175
178
  }
176
179
 
177
- .purple-dark-4 {
180
+ .purple10 {
178
181
  background-color: #4a148c !important;
179
182
  }
180
183
 
181
- .deep-purple {
184
+ .deep-purple,
185
+ .deep-purple6 {
182
186
  background-color: #673ab7 !important;
183
187
  }
184
188
 
@@ -190,43 +194,44 @@
190
194
  color: #673ab7 !important;
191
195
  }
192
196
 
193
- .deep-purple-light-5 {
197
+ .deep-purple1 {
194
198
  background-color: #ede7f6 !important;
195
199
  }
196
200
 
197
- .deep-purple-light-4 {
201
+ .deep-purple2 {
198
202
  background-color: #d1c4e9 !important;
199
203
  }
200
204
 
201
- .deep-purple-light-3 {
205
+ .deep-purple3 {
202
206
  background-color: #b39ddb !important;
203
207
  }
204
208
 
205
- .deep-purple-light-2 {
209
+ .deep-purple4 {
206
210
  background-color: #9575cd !important;
207
211
  }
208
212
 
209
- .deep-purple-light-1 {
213
+ .deep-purple5 {
210
214
  background-color: #7e57c2 !important;
211
215
  }
212
216
 
213
- .deep-purple-dark-1 {
217
+ .deep-purple7 {
214
218
  background-color: #5e35b1 !important;
215
219
  }
216
220
 
217
- .deep-purple-dark-2 {
221
+ .deep-purple8 {
218
222
  background-color: #512da8 !important;
219
223
  }
220
224
 
221
- .deep-purple-dark-3 {
225
+ .deep-purple9 {
222
226
  background-color: #4527a0 !important;
223
227
  }
224
228
 
225
- .deep-purple-dark-4 {
229
+ .deep-purple10 {
226
230
  background-color: #311b92 !important;
227
231
  }
228
232
 
229
- .indigo {
233
+ .indigo,
234
+ .indigo6 {
230
235
  background-color: #3f51b5 !important;
231
236
  }
232
237
 
@@ -238,43 +243,44 @@
238
243
  color: #3f51b5 !important;
239
244
  }
240
245
 
241
- .indigo-light-5 {
246
+ .indigo1 {
242
247
  background-color: #e8eaf6 !important;
243
248
  }
244
249
 
245
- .indigo-light-4 {
250
+ .indigo2 {
246
251
  background-color: #c5cae9 !important;
247
252
  }
248
253
 
249
- .indigo-light-3 {
254
+ .indigo3 {
250
255
  background-color: #9fa8da !important;
251
256
  }
252
257
 
253
- .indigo-light-2 {
258
+ .indigo4 {
254
259
  background-color: #7986cb !important;
255
260
  }
256
261
 
257
- .indigo-light-1 {
262
+ .indigo5 {
258
263
  background-color: #5c6bc0 !important;
259
264
  }
260
265
 
261
- .indigo-dark-1 {
266
+ .indigo7 {
262
267
  background-color: #3949ab !important;
263
268
  }
264
269
 
265
- .indigo-dark-2 {
270
+ .indigo8 {
266
271
  background-color: #303f9f !important;
267
272
  }
268
273
 
269
- .indigo-dark-3 {
274
+ .indigo9 {
270
275
  background-color: #283593 !important;
271
276
  }
272
277
 
273
- .indigo-dark-4 {
278
+ .indigo10 {
274
279
  background-color: #1a237e !important;
275
280
  }
276
281
 
277
- .blue {
282
+ .blue,
283
+ .blue6 {
278
284
  background-color: #2196f3 !important;
279
285
  }
280
286
 
@@ -286,43 +292,44 @@
286
292
  color: #2196f3 !important;
287
293
  }
288
294
 
289
- .blue-light-5 {
295
+ .blue1 {
290
296
  background-color: #e3f2fd !important;
291
297
  }
292
298
 
293
- .blue-light-4 {
299
+ .blue2 {
294
300
  background-color: #bbdefb !important;
295
301
  }
296
302
 
297
- .blue-light-3 {
303
+ .blue3 {
298
304
  background-color: #90caf9 !important;
299
305
  }
300
306
 
301
- .blue-light-2 {
307
+ .blue4 {
302
308
  background-color: #64b5f6 !important;
303
309
  }
304
310
 
305
- .blue-light-1 {
311
+ .blue5 {
306
312
  background-color: #42a5f5 !important;
307
313
  }
308
314
 
309
- .blue-dark-1 {
315
+ .blue7 {
310
316
  background-color: #1e88e5 !important;
311
317
  }
312
318
 
313
- .blue-dark-2 {
319
+ .blue8 {
314
320
  background-color: #1976d2 !important;
315
321
  }
316
322
 
317
- .blue-dark-3 {
323
+ .blue9 {
318
324
  background-color: #1565c0 !important;
319
325
  }
320
326
 
321
- .blue-dark-4 {
327
+ .blue10 {
322
328
  background-color: #0d47a1 !important;
323
329
  }
324
330
 
325
- .light-blue {
331
+ .light-blue,
332
+ .light-blue6 {
326
333
  background-color: #03a9f4 !important;
327
334
  }
328
335
 
@@ -334,43 +341,44 @@
334
341
  color: #03a9f4 !important;
335
342
  }
336
343
 
337
- .light-blue-light-5 {
344
+ .light-blue1 {
338
345
  background-color: #e1f5fe !important;
339
346
  }
340
347
 
341
- .light-blue-light-4 {
348
+ .light-blue2 {
342
349
  background-color: #b3e5fc !important;
343
350
  }
344
351
 
345
- .light-blue-light-3 {
352
+ .light-blue3 {
346
353
  background-color: #81d4fa !important;
347
354
  }
348
355
 
349
- .light-blue-light-2 {
356
+ .light-blue4 {
350
357
  background-color: #4fc3f7 !important;
351
358
  }
352
359
 
353
- .light-blue-light-1 {
360
+ .light-blue5 {
354
361
  background-color: #29b6f6 !important;
355
362
  }
356
363
 
357
- .light-blue-dark-1 {
364
+ .light-blue7 {
358
365
  background-color: #039be5 !important;
359
366
  }
360
367
 
361
- .light-blue-dark-2 {
368
+ .light-blue8 {
362
369
  background-color: #0288d1 !important;
363
370
  }
364
371
 
365
- .light-blue-dark-3 {
372
+ .light-blue9 {
366
373
  background-color: #0277bd !important;
367
374
  }
368
375
 
369
- .light-blue-dark-4 {
376
+ .light-blue10 {
370
377
  background-color: #01579b !important;
371
378
  }
372
379
 
373
- .cyan {
380
+ .cyan,
381
+ .cyan6 {
374
382
  background-color: #00bcd4 !important;
375
383
  }
376
384
 
@@ -382,43 +390,44 @@
382
390
  color: #00bcd4 !important;
383
391
  }
384
392
 
385
- .cyan-light-5 {
393
+ .cyan1 {
386
394
  background-color: #e0f7fa !important;
387
395
  }
388
396
 
389
- .cyan-light-4 {
397
+ .cyan2 {
390
398
  background-color: #b2ebf2 !important;
391
399
  }
392
400
 
393
- .cyan-light-3 {
401
+ .cyan3 {
394
402
  background-color: #80deea !important;
395
403
  }
396
404
 
397
- .cyan-light-2 {
405
+ .cyan4 {
398
406
  background-color: #4dd0e1 !important;
399
407
  }
400
408
 
401
- .cyan-light-1 {
409
+ .cyan5 {
402
410
  background-color: #26c6da !important;
403
411
  }
404
412
 
405
- .cyan-dark-1 {
413
+ .cyan7 {
406
414
  background-color: #00acc1 !important;
407
415
  }
408
416
 
409
- .cyan-dark-2 {
417
+ .cyan8 {
410
418
  background-color: #0097a7 !important;
411
419
  }
412
420
 
413
- .cyan-dark-3 {
421
+ .cyan9 {
414
422
  background-color: #00838f !important;
415
423
  }
416
424
 
417
- .cyan-dark-4 {
425
+ .cyan10 {
418
426
  background-color: #006064 !important;
419
427
  }
420
428
 
421
- .teal {
429
+ .teal,
430
+ .teal6 {
422
431
  background-color: #009688 !important;
423
432
  }
424
433
 
@@ -430,43 +439,44 @@
430
439
  color: #009688 !important;
431
440
  }
432
441
 
433
- .teal-light-5 {
442
+ .teal1 {
434
443
  background-color: #e0f2f1 !important;
435
444
  }
436
445
 
437
- .teal-light-4 {
446
+ .teal2 {
438
447
  background-color: #b2dfdb !important;
439
448
  }
440
449
 
441
- .teal-light-3 {
450
+ .teal3 {
442
451
  background-color: #80cbc4 !important;
443
452
  }
444
453
 
445
- .teal-light-2 {
454
+ .teal4 {
446
455
  background-color: #4db6ac !important;
447
456
  }
448
457
 
449
- .teal-light-1 {
458
+ .teal5 {
450
459
  background-color: #26a69a !important;
451
460
  }
452
461
 
453
- .teal-dark-1 {
462
+ .teal7 {
454
463
  background-color: #00897b !important;
455
464
  }
456
465
 
457
- .teal-dark-2 {
466
+ .teal8 {
458
467
  background-color: #00796b !important;
459
468
  }
460
469
 
461
- .teal-dark-3 {
470
+ .teal9 {
462
471
  background-color: #00695c !important;
463
472
  }
464
473
 
465
- .teal-dark-4 {
474
+ .teal10 {
466
475
  background-color: #004d40 !important;
467
476
  }
468
477
 
469
- .green {
478
+ .green,
479
+ .green6 {
470
480
  background-color: #4caf50 !important;
471
481
  }
472
482
 
@@ -478,43 +488,44 @@
478
488
  color: #4caf50 !important;
479
489
  }
480
490
 
481
- .green-light-5 {
491
+ .green1 {
482
492
  background-color: #e8f5e9 !important;
483
493
  }
484
494
 
485
- .green-light-4 {
495
+ .green2 {
486
496
  background-color: #c8e6c9 !important;
487
497
  }
488
498
 
489
- .green-light-3 {
499
+ .green3 {
490
500
  background-color: #a5d6a7 !important;
491
501
  }
492
502
 
493
- .green-light-2 {
503
+ .green4 {
494
504
  background-color: #81c784 !important;
495
505
  }
496
506
 
497
- .green-light-1 {
507
+ .green5 {
498
508
  background-color: #66bb6a !important;
499
509
  }
500
510
 
501
- .green-dark-1 {
511
+ .green7 {
502
512
  background-color: #43a047 !important;
503
513
  }
504
514
 
505
- .green-dark-2 {
515
+ .green8 {
506
516
  background-color: #388e3c !important;
507
517
  }
508
518
 
509
- .green-dark-3 {
519
+ .green9 {
510
520
  background-color: #2e7d32 !important;
511
521
  }
512
522
 
513
- .green-dark-4 {
523
+ .green10 {
514
524
  background-color: #1b5e20 !important;
515
525
  }
516
526
 
517
- .light-green {
527
+ .light-green,
528
+ .light-green6 {
518
529
  background-color: #8bc34a !important;
519
530
  }
520
531
 
@@ -526,43 +537,44 @@
526
537
  color: #8bc34a !important;
527
538
  }
528
539
 
529
- .light-green-light-5 {
540
+ .light-green1 {
530
541
  background-color: #f1f8e9 !important;
531
542
  }
532
543
 
533
- .light-green-light-4 {
544
+ .light-green2 {
534
545
  background-color: #dcedc8 !important;
535
546
  }
536
547
 
537
- .light-green-light-3 {
548
+ .light-green3 {
538
549
  background-color: #c5e1a5 !important;
539
550
  }
540
551
 
541
- .light-green-light-2 {
552
+ .light-green4 {
542
553
  background-color: #aed581 !important;
543
554
  }
544
555
 
545
- .light-green-light-1 {
556
+ .light-green5 {
546
557
  background-color: #9ccc65 !important;
547
558
  }
548
559
 
549
- .light-green-dark-1 {
560
+ .light-green7 {
550
561
  background-color: #7cb342 !important;
551
562
  }
552
563
 
553
- .light-green-dark-2 {
564
+ .light-green8 {
554
565
  background-color: #689f38 !important;
555
566
  }
556
567
 
557
- .light-green-dark-3 {
568
+ .light-green9 {
558
569
  background-color: #558b2f !important;
559
570
  }
560
571
 
561
- .light-green-dark-4 {
572
+ .light-green10 {
562
573
  background-color: #33691e !important;
563
574
  }
564
575
 
565
- .lime {
576
+ .lime,
577
+ .lime6 {
566
578
  background-color: #cddc39 !important;
567
579
  }
568
580
 
@@ -574,43 +586,44 @@
574
586
  color: #cddc39 !important;
575
587
  }
576
588
 
577
- .lime-light-5 {
589
+ .lime1 {
578
590
  background-color: #f9fbe7 !important;
579
591
  }
580
592
 
581
- .lime-light-4 {
593
+ .lime2 {
582
594
  background-color: #f0f4c3 !important;
583
595
  }
584
596
 
585
- .lime-light-3 {
597
+ .lime3 {
586
598
  background-color: #e6ee9c !important;
587
599
  }
588
600
 
589
- .lime-light-2 {
601
+ .lime4 {
590
602
  background-color: #dce775 !important;
591
603
  }
592
604
 
593
- .lime-light-1 {
605
+ .lime5 {
594
606
  background-color: #d4e157 !important;
595
607
  }
596
608
 
597
- .lime-dark-1 {
609
+ .lime7 {
598
610
  background-color: #c0ca33 !important;
599
611
  }
600
612
 
601
- .lime-dark-2 {
613
+ .lime8 {
602
614
  background-color: #afb42b !important;
603
615
  }
604
616
 
605
- .lime-dark-3 {
617
+ .lime9 {
606
618
  background-color: #9e9d24 !important;
607
619
  }
608
620
 
609
- .lime-dark-4 {
621
+ .lime10 {
610
622
  background-color: #827717 !important;
611
623
  }
612
624
 
613
- .yellow {
625
+ .yellow,
626
+ .yellow6 {
614
627
  background-color: #ffeb3b !important;
615
628
  }
616
629
 
@@ -622,43 +635,44 @@
622
635
  color: #ffeb3b !important;
623
636
  }
624
637
 
625
- .yellow-light-5 {
638
+ .yellow1 {
626
639
  background-color: #fffde7 !important;
627
640
  }
628
641
 
629
- .yellow-light-4 {
642
+ .yellow2 {
630
643
  background-color: #fff9c4 !important;
631
644
  }
632
645
 
633
- .yellow-light-3 {
646
+ .yellow3 {
634
647
  background-color: #fff59d !important;
635
648
  }
636
649
 
637
- .yellow-light-2 {
650
+ .yellow4 {
638
651
  background-color: #fff176 !important;
639
652
  }
640
653
 
641
- .yellow-light-1 {
654
+ .yellow5 {
642
655
  background-color: #ffee58 !important;
643
656
  }
644
657
 
645
- .yellow-dark-1 {
658
+ .yellow7 {
646
659
  background-color: #fdd835 !important;
647
660
  }
648
661
 
649
- .yellow-dark-2 {
662
+ .yellow8 {
650
663
  background-color: #fbc02d !important;
651
664
  }
652
665
 
653
- .yellow-dark-3 {
666
+ .yellow9 {
654
667
  background-color: #f9a825 !important;
655
668
  }
656
669
 
657
- .yellow-dark-4 {
670
+ .yellow10 {
658
671
  background-color: #f57f17 !important;
659
672
  }
660
673
 
661
- .amber {
674
+ .amber,
675
+ .amber6 {
662
676
  background-color: #ffc107 !important;
663
677
  }
664
678
 
@@ -670,43 +684,44 @@
670
684
  color: #ffc107 !important;
671
685
  }
672
686
 
673
- .amber-light-5 {
687
+ .amber1 {
674
688
  background-color: #fff8e1 !important;
675
689
  }
676
690
 
677
- .amber-light-4 {
691
+ .amber2 {
678
692
  background-color: #ffecb3 !important;
679
693
  }
680
694
 
681
- .amber-light-3 {
695
+ .amber3 {
682
696
  background-color: #ffe082 !important;
683
697
  }
684
698
 
685
- .amber-light-2 {
699
+ .amber4 {
686
700
  background-color: #ffd54f !important;
687
701
  }
688
702
 
689
- .amber-light-1 {
703
+ .amber5 {
690
704
  background-color: #ffca28 !important;
691
705
  }
692
706
 
693
- .amber-dark-1 {
707
+ .amber7 {
694
708
  background-color: #ffb300 !important;
695
709
  }
696
710
 
697
- .amber-dark-2 {
711
+ .amber8 {
698
712
  background-color: #ffa000 !important;
699
713
  }
700
714
 
701
- .amber-dark-3 {
715
+ .amber9 {
702
716
  background-color: #ff8f00 !important;
703
717
  }
704
718
 
705
- .amber-dark-4 {
719
+ .amber10 {
706
720
  background-color: #ff6f00 !important;
707
721
  }
708
722
 
709
- .orange {
723
+ .orange,
724
+ .orange6 {
710
725
  background-color: #ff9800 !important;
711
726
  }
712
727
 
@@ -718,43 +733,44 @@
718
733
  color: #ff9800 !important;
719
734
  }
720
735
 
721
- .orange-light-5 {
736
+ .orange1 {
722
737
  background-color: #fff3e0 !important;
723
738
  }
724
739
 
725
- .orange-light-4 {
740
+ .orange2 {
726
741
  background-color: #ffe0b2 !important;
727
742
  }
728
743
 
729
- .orange-light-3 {
744
+ .orange3 {
730
745
  background-color: #ffcc80 !important;
731
746
  }
732
747
 
733
- .orange-light-2 {
748
+ .orange4 {
734
749
  background-color: #ffb74d !important;
735
750
  }
736
751
 
737
- .orange-light-1 {
752
+ .orange5 {
738
753
  background-color: #ffa726 !important;
739
754
  }
740
755
 
741
- .orange-dark-1 {
756
+ .orange7 {
742
757
  background-color: #fb8c00 !important;
743
758
  }
744
759
 
745
- .orange-dark-2 {
760
+ .orange8 {
746
761
  background-color: #f57c00 !important;
747
762
  }
748
763
 
749
- .orange-dark-3 {
764
+ .orange9 {
750
765
  background-color: #ef6c00 !important;
751
766
  }
752
767
 
753
- .orange-dark-4 {
768
+ .orange10 {
754
769
  background-color: #e65100 !important;
755
770
  }
756
771
 
757
- .deep-orange {
772
+ .deep-orange,
773
+ .deep-orange6 {
758
774
  background-color: #ff5722 !important;
759
775
  }
760
776
 
@@ -766,43 +782,44 @@
766
782
  color: #ff5722 !important;
767
783
  }
768
784
 
769
- .deep-orange-light-5 {
785
+ .deep-orange1 {
770
786
  background-color: #fbe9e7 !important;
771
787
  }
772
788
 
773
- .deep-orange-light-4 {
789
+ .deep-orange2 {
774
790
  background-color: #ffccbc !important;
775
791
  }
776
792
 
777
- .deep-orange-light-3 {
793
+ .deep-orange3 {
778
794
  background-color: #ffab91 !important;
779
795
  }
780
796
 
781
- .deep-orange-light-2 {
797
+ .deep-orange4 {
782
798
  background-color: #ff8a65 !important;
783
799
  }
784
800
 
785
- .deep-orange-light-1 {
801
+ .deep-orange5 {
786
802
  background-color: #ff7043 !important;
787
803
  }
788
804
 
789
- .deep-orange-dark-1 {
805
+ .deep-orange7 {
790
806
  background-color: #f4511e !important;
791
807
  }
792
808
 
793
- .deep-orange-dark-2 {
809
+ .deep-orange8 {
794
810
  background-color: #e64a19 !important;
795
811
  }
796
812
 
797
- .deep-orange-dark-3 {
813
+ .deep-orange9 {
798
814
  background-color: #d84315 !important;
799
815
  }
800
816
 
801
- .deep-orange-dark-4 {
817
+ .deep-orange10 {
802
818
  background-color: #bf360c !important;
803
819
  }
804
820
 
805
- .brown {
821
+ .brown,
822
+ .brown6 {
806
823
  background-color: #795548 !important;
807
824
  }
808
825
 
@@ -814,43 +831,44 @@
814
831
  color: #795548 !important;
815
832
  }
816
833
 
817
- .brown-light-5 {
834
+ .brown1 {
818
835
  background-color: #efebe9 !important;
819
836
  }
820
837
 
821
- .brown-light-4 {
838
+ .brown2 {
822
839
  background-color: #d7ccc8 !important;
823
840
  }
824
841
 
825
- .brown-light-3 {
842
+ .brown3 {
826
843
  background-color: #bcaaa4 !important;
827
844
  }
828
845
 
829
- .brown-light-2 {
846
+ .brown4 {
830
847
  background-color: #a1887f !important;
831
848
  }
832
849
 
833
- .brown-light-1 {
850
+ .brown5 {
834
851
  background-color: #8d6e63 !important;
835
852
  }
836
853
 
837
- .brown-dark-1 {
854
+ .brown7 {
838
855
  background-color: #6d4c41 !important;
839
856
  }
840
857
 
841
- .brown-dark-2 {
858
+ .brown8 {
842
859
  background-color: #5d4037 !important;
843
860
  }
844
861
 
845
- .brown-dark-3 {
862
+ .brown9 {
846
863
  background-color: #4e342e !important;
847
864
  }
848
865
 
849
- .brown-dark-4 {
866
+ .brown10 {
850
867
  background-color: #3e2723 !important;
851
868
  }
852
869
 
853
- .blue-grey {
870
+ .blue-grey,
871
+ .blue-grey6 {
854
872
  background-color: #607d8b !important;
855
873
  }
856
874
 
@@ -862,43 +880,44 @@
862
880
  color: #607d8b !important;
863
881
  }
864
882
 
865
- .blue-grey-light-5 {
883
+ .blue-grey1 {
866
884
  background-color: #eceff1 !important;
867
885
  }
868
886
 
869
- .blue-grey-light-4 {
887
+ .blue-grey2 {
870
888
  background-color: #cfd8dc !important;
871
889
  }
872
890
 
873
- .blue-grey-light-3 {
891
+ .blue-grey3 {
874
892
  background-color: #b0bec5 !important;
875
893
  }
876
894
 
877
- .blue-grey-light-2 {
895
+ .blue-grey4 {
878
896
  background-color: #90a4ae !important;
879
897
  }
880
898
 
881
- .blue-grey-light-1 {
899
+ .blue-grey5 {
882
900
  background-color: #78909c !important;
883
901
  }
884
902
 
885
- .blue-grey-dark-1 {
903
+ .blue-grey7 {
886
904
  background-color: #546e7a !important;
887
905
  }
888
906
 
889
- .blue-grey-dark-2 {
907
+ .blue-grey8 {
890
908
  background-color: #455a64 !important;
891
909
  }
892
910
 
893
- .blue-grey-dark-3 {
911
+ .blue-grey9 {
894
912
  background-color: #37474f !important;
895
913
  }
896
914
 
897
- .blue-grey-dark-4 {
915
+ .blue-grey10 {
898
916
  background-color: #263238 !important;
899
917
  }
900
918
 
901
- .grey {
919
+ .grey,
920
+ .grey6 {
902
921
  background-color: #9e9e9e !important;
903
922
  }
904
923
 
@@ -910,98 +929,98 @@
910
929
  color: #9e9e9e !important;
911
930
  }
912
931
 
913
- .grey-light-5 {
932
+ .grey1 {
914
933
  background-color: #fafafa !important;
915
934
  }
916
935
 
917
- .grey-light-4 {
936
+ .grey2 {
918
937
  background-color: #f5f5f5 !important;
919
938
  }
920
939
 
921
- .grey-light-3 {
940
+ .grey3 {
922
941
  background-color: #eeeeee !important;
923
942
  }
924
943
 
925
- .grey-light-2 {
944
+ .grey4 {
926
945
  background-color: #e0e0e0 !important;
927
946
  }
928
947
 
929
- .grey-light-1 {
948
+ .grey5 {
930
949
  background-color: #bdbdbd !important;
931
950
  }
932
951
 
933
- .grey-dark-1 {
952
+ .grey7 {
934
953
  background-color: #757575 !important;
935
954
  }
936
955
 
937
- .grey-dark-2 {
956
+ .grey8 {
938
957
  background-color: #616161 !important;
939
958
  }
940
959
 
941
- .grey-dark-3 {
960
+ .grey9 {
942
961
  background-color: #424242 !important;
943
962
  }
944
963
 
945
- .grey-dark-4 {
964
+ .grey10 {
946
965
  background-color: #212121 !important;
947
966
  }
948
967
 
949
- .color-1 {
950
- background-color: var(--color-1) !important;
968
+ .primary {
969
+ background-color: var(--primary)!important;
970
+ color: var(--on-primary)!important;
951
971
  }
952
972
 
953
- .color-1-text {
954
- color: var(--color-1) !important;
973
+ .primary-container {
974
+ background-color: var(--primary-container)!important;
975
+ color: var(--on-primary-container)!important;
955
976
  }
956
977
 
957
- .color-1-border {
958
- border-color: var(--color-1) !important;
978
+ .secondary {
979
+ background-color: var(--secondary)!important;
980
+ color: var(--on-secondary)!important;
959
981
  }
960
982
 
961
- .color-2 {
962
- background-color: var(--color-2) !important;
983
+ .secondary-container {
984
+ background-color: var(--secondary-container)!important;
985
+ color: var(--on-secondary-container)!important;
963
986
  }
964
987
 
965
- .color-2-text {
966
- color: var(--color-2) !important;
988
+ .tertiary {
989
+ background-color: var(--tertiary)!important;
990
+ color: var(--on-tertiary)!important;
967
991
  }
968
992
 
969
- .color-2-border {
970
- border-color: var(--color-2) !important;
993
+ .tertiary-container {
994
+ background-color: var(--tertiary-container)!important;
995
+ color: var(--on-tertiary-container)!important;
971
996
  }
972
997
 
973
- .color-3 {
974
- background-color: var(--color-3) !important;
998
+ .error {
999
+ background-color: var(--error)!important;
1000
+ color: var(--on-error)!important;
975
1001
  }
976
1002
 
977
- .color-3-text {
978
- color: var(--color-3) !important;
1003
+ .error-container {
1004
+ background-color: var(--error-container)!important;
1005
+ color: var(--on-error-container)!important;
979
1006
  }
980
1007
 
981
- .color-3-border {
982
- border-color: var(--color-3) !important;
1008
+ .background {
1009
+ background-color: var(--background)!important;
1010
+ color: var(--on-background)!important;
983
1011
  }
984
1012
 
985
- .color-4 {
986
- background-color: var(--color-4) !important;
1013
+ .surface {
1014
+ background-color: var(--surface)!important;
1015
+ color: var(--on-surface)!important;
987
1016
  }
988
1017
 
989
- .color-4-text {
990
- color: var(--color-4) !important;
1018
+ .surface-variant {
1019
+ background-color: var(--surface-variant)!important;
1020
+ color: var(--on-surface-variant)!important;
991
1021
  }
992
1022
 
993
- .color-4-border {
994
- border-color: var(--color-4) !important;
995
- }
996
-
997
- .color-5 {
998
- background-color: var(--color-5) !important;
999
- }
1000
-
1001
- .color-5-text {
1002
- color: var(--color-5) !important;
1003
- }
1004
-
1005
- .color-5-border {
1006
- border-color: var(--color-5) !important;
1023
+ .inverse-surface {
1024
+ background-color: var(--inverse-surface);
1025
+ color: var(--inverse-on-surface);
1007
1026
  }