matcha-theme 18.1.45 → 18.1.46
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.
- package/abstracts/_colors.scss +23 -0
- package/package.json +1 -1
package/abstracts/_colors.scss
CHANGED
|
@@ -256,6 +256,7 @@ $index: 0;
|
|
|
256
256
|
.red.matcha-button-outline, .color-red{color: map-get($red, $get-shade)}
|
|
257
257
|
.fill-red{fill: map-get($red, $get-shade)}
|
|
258
258
|
.stroke-red{stroke: map-get($red, $get-shade)}
|
|
259
|
+
.color-red-alpha{color: rgba(map-get($red, $get-shade),0.2)}
|
|
259
260
|
.red{
|
|
260
261
|
background: map-get($red, $get-shade);
|
|
261
262
|
color: map-get($red-contrast, $get-shade);
|
|
@@ -267,6 +268,7 @@ $index: 0;
|
|
|
267
268
|
.pink.matcha-button-outline, .color-pink{color: map-get($pink, $get-shade)}
|
|
268
269
|
.fill-pink{fill: map-get($pink, $get-shade)}
|
|
269
270
|
.stroke-pink{stroke: map-get($pink, $get-shade)}
|
|
271
|
+
.color-pink-alpha{color: rgba(map-get($pink, $get-shade),0.2)}
|
|
270
272
|
.pink{
|
|
271
273
|
background: map-get($pink, $get-shade);
|
|
272
274
|
color: map-get($pink-contrast, $get-shade);
|
|
@@ -278,6 +280,7 @@ $index: 0;
|
|
|
278
280
|
.purple.matcha-button-outline, .color-purple{color: map-get($purple, $get-shade)}
|
|
279
281
|
.fill-purple{fill: map-get($purple, $get-shade)}
|
|
280
282
|
.stroke-purple{stroke: map-get($purple, $get-shade)}
|
|
283
|
+
.color-purple-alpha{color: rgba(map-get($purple, $get-shade),0.2)}
|
|
281
284
|
.purple{
|
|
282
285
|
background: map-get($purple, $get-shade);
|
|
283
286
|
color: map-get($purple-contrast, $get-shade);
|
|
@@ -289,6 +292,7 @@ $index: 0;
|
|
|
289
292
|
.deep-purple.matcha-button-outline, .color-deep-purple{color: map-get($deep-purple, $get-shade)}
|
|
290
293
|
.fill-deep-purple{fill: map-get($deep-purple, $get-shade)}
|
|
291
294
|
.stroke-deep-purple{stroke: map-get($deep-purple, $get-shade)}
|
|
295
|
+
.color-deep-purple-alpha{color: rgba(map-get($deep-purple, $get-shade),0.2)}
|
|
292
296
|
.deep-purple{
|
|
293
297
|
background: map-get($deep-purple, $get-shade);
|
|
294
298
|
color: map-get($deep-purple-contrast, $get-shade);
|
|
@@ -300,6 +304,7 @@ $index: 0;
|
|
|
300
304
|
.indigo.matcha-button-outline, .color-indigo{color: map-get($indigo, $get-shade)}
|
|
301
305
|
.fill-indigo{fill: map-get($indigo, $get-shade)}
|
|
302
306
|
.stroke-indigo{stroke: map-get($indigo, $get-shade)}
|
|
307
|
+
.color-indigo-alpha{color: rgba(map-get($indigo, $get-shade),0.2)}
|
|
303
308
|
.indigo{
|
|
304
309
|
background: map-get($indigo, $get-shade);
|
|
305
310
|
color: map-get($indigo-contrast, $get-shade);
|
|
@@ -311,6 +316,7 @@ $index: 0;
|
|
|
311
316
|
.blue.matcha-button-outline, .color-blue{color: map-get($blue, $get-shade)}
|
|
312
317
|
.fill-blue{fill: map-get($blue, $get-shade)}
|
|
313
318
|
.stroke-blue{stroke: map-get($blue, $get-shade)}
|
|
319
|
+
.color-blue-alpha{color: rgba(map-get($blue, $get-shade),0.2)}
|
|
314
320
|
.blue{
|
|
315
321
|
background: map-get($blue, $get-shade);
|
|
316
322
|
color: map-get($blue-contrast, $get-shade);
|
|
@@ -322,6 +328,7 @@ $index: 0;
|
|
|
322
328
|
.light-blue.matcha-button-outline, .color-light-blue{color: map-get($light-blue, $get-shade)}
|
|
323
329
|
.fill-light-blue{fill: map-get($light-blue, $get-shade)}
|
|
324
330
|
.stroke-light-blue{stroke: map-get($light-blue, $get-shade)}
|
|
331
|
+
.color-light-blue-alpha{color: rgba(map-get($light-blue, $get-shade),0.2)}
|
|
325
332
|
.light-blue{
|
|
326
333
|
background: map-get($light-blue, $get-shade);
|
|
327
334
|
color: map-get($light-blue-contrast, $get-shade);
|
|
@@ -333,6 +340,7 @@ $index: 0;
|
|
|
333
340
|
.cyan.matcha-button-outline, .color-cyan{color: map-get($cyan, $get-shade)}
|
|
334
341
|
.fill-cyan{fill: map-get($cyan, $get-shade)}
|
|
335
342
|
.stroke-cyan{stroke: map-get($cyan, $get-shade)}
|
|
343
|
+
.color-cyan-alpha{color: rgba(map-get($cyan, $get-shade),0.2)}
|
|
336
344
|
.cyan{
|
|
337
345
|
background: map-get($cyan, $get-shade);
|
|
338
346
|
color: map-get($cyan-contrast, $get-shade);
|
|
@@ -344,6 +352,7 @@ $index: 0;
|
|
|
344
352
|
.teal.matcha-button-outline, .color-teal{color: map-get($teal, $get-shade)}
|
|
345
353
|
.fill-teal{fill: map-get($teal, $get-shade)}
|
|
346
354
|
.stroke-teal{stroke: map-get($teal, $get-shade)}
|
|
355
|
+
.color-teal-alpha{color: rgba(map-get($teal, $get-shade),0.2)}
|
|
347
356
|
.teal{
|
|
348
357
|
background: map-get($teal, $get-shade);
|
|
349
358
|
color: map-get($teal-contrast, $get-shade);
|
|
@@ -355,6 +364,7 @@ $index: 0;
|
|
|
355
364
|
.green.matcha-button-outline, .color-green{color: map-get($green, $get-shade)}
|
|
356
365
|
.fill-green{fill: map-get($green, $get-shade)}
|
|
357
366
|
.stroke-green{stroke: map-get($green, $get-shade)}
|
|
367
|
+
.color-green-alpha{color: rgba(map-get($green, $get-shade),0.2)}
|
|
358
368
|
.green{
|
|
359
369
|
background: map-get($green, $get-shade);
|
|
360
370
|
color: map-get($green-contrast, $get-shade);
|
|
@@ -366,6 +376,7 @@ $index: 0;
|
|
|
366
376
|
.light-green.matcha-button-outline, .color-light-green{color: map-get($light-green, $get-shade)}
|
|
367
377
|
.fill-light-green{fill: map-get($light-green, $get-shade)}
|
|
368
378
|
.stroke-light-green{stroke: map-get($light-green, $get-shade)}
|
|
379
|
+
.color-light-green-alpha{color: rgba(map-get($light-green, $get-shade),0.2)}
|
|
369
380
|
.light-green{
|
|
370
381
|
background: map-get($light-green, $get-shade);
|
|
371
382
|
color: map-get($light-green-contrast, $get-shade);
|
|
@@ -377,6 +388,7 @@ $index: 0;
|
|
|
377
388
|
.lime.matcha-button-outline, .color-lime{color: map-get($lime, $get-shade)}
|
|
378
389
|
.fill-lime{fill: map-get($lime, $get-shade)}
|
|
379
390
|
.stroke-lime{stroke: map-get($lime, $get-shade)}
|
|
391
|
+
.color-lime-alpha{color: rgba(map-get($lime, $get-shade),0.2)}
|
|
380
392
|
.lime{
|
|
381
393
|
background: map-get($lime, $get-shade);
|
|
382
394
|
color: map-get($lime-contrast, $get-shade);
|
|
@@ -388,6 +400,7 @@ $index: 0;
|
|
|
388
400
|
.yellow.matcha-button-outline, .color-yellow{color: map-get($yellow, $get-shade)}
|
|
389
401
|
.fill-yellow{fill: map-get($yellow, $get-shade)}
|
|
390
402
|
.stroke-yellow{stroke: map-get($yellow, $get-shade)}
|
|
403
|
+
.color-yellow-alpha{color: rgba(map-get($yellow, $get-shade),0.2)}
|
|
391
404
|
.yellow{
|
|
392
405
|
background: map-get($yellow, $get-shade);
|
|
393
406
|
color: map-get($yellow-contrast, $get-shade);
|
|
@@ -399,6 +412,7 @@ $index: 0;
|
|
|
399
412
|
.amber.matcha-button-outline, .color-amber{color: map-get($amber, $get-shade)}
|
|
400
413
|
.fill-amber{fill: map-get($amber, $get-shade)}
|
|
401
414
|
.stroke-amber{stroke: map-get($amber, $get-shade)}
|
|
415
|
+
.color-amber-alpha{color: rgba(map-get($amber, $get-shade),0.2)}
|
|
402
416
|
.amber{
|
|
403
417
|
background: map-get($amber, $get-shade);
|
|
404
418
|
color: map-get($amber-contrast, $get-shade);
|
|
@@ -410,6 +424,7 @@ $index: 0;
|
|
|
410
424
|
.orange.matcha-button-outline, .color-orange{color: map-get($orange, $get-shade)}
|
|
411
425
|
.fill-orange{fill: map-get($orange, $get-shade)}
|
|
412
426
|
.stroke-orange{stroke: map-get($orange, $get-shade)}
|
|
427
|
+
.color-orange-alpha{color: rgba(map-get($orange, $get-shade),0.2)}
|
|
413
428
|
.orange{
|
|
414
429
|
background: map-get($orange, $get-shade);
|
|
415
430
|
color: map-get($orange-contrast, $get-shade);
|
|
@@ -421,6 +436,7 @@ $index: 0;
|
|
|
421
436
|
.deep-orange.matcha-button-outline, .color-deep-orange{color: map-get($deep-orange, $get-shade)}
|
|
422
437
|
.fill-deep-orange{fill: map-get($deep-orange, $get-shade)}
|
|
423
438
|
.stroke-deep-orange{stroke: map-get($deep-orange, $get-shade)}
|
|
439
|
+
.color-deep-orange-alpha{color: rgba(map-get($deep-orange, $get-shade),0.2)}
|
|
424
440
|
.deep-orange{
|
|
425
441
|
background: map-get($deep-orange, $get-shade);
|
|
426
442
|
color: map-get($deep-orange-contrast, $get-shade);
|
|
@@ -432,6 +448,7 @@ $index: 0;
|
|
|
432
448
|
.brown.matcha-button-outline, .color-brown{color: map-get($brown, $get-shade)}
|
|
433
449
|
.fill-brown{fill: map-get($brown, $get-shade)}
|
|
434
450
|
.stroke-brown{stroke: map-get($brown, $get-shade)}
|
|
451
|
+
.color-brown-alpha{color: rgba(map-get($brown, $get-shade),0.2)}
|
|
435
452
|
.brown{
|
|
436
453
|
background: map-get($brown, $get-shade);
|
|
437
454
|
color: map-get($brown-contrast, $get-shade);
|
|
@@ -443,6 +460,7 @@ $index: 0;
|
|
|
443
460
|
.grey.matcha-button-outline, .color-grey{color: map-get($grey, $get-shade)}
|
|
444
461
|
.fill-grey{fill: map-get($grey, $get-shade)}
|
|
445
462
|
.stroke-grey{stroke: map-get($grey, $get-shade)}
|
|
463
|
+
.color-grey-alpha{color: rgba(map-get($grey, $get-shade),0.2)}
|
|
446
464
|
.grey{
|
|
447
465
|
background: map-get($grey, $get-shade);
|
|
448
466
|
color: map-get($grey-contrast, $get-shade);
|
|
@@ -454,6 +472,7 @@ $index: 0;
|
|
|
454
472
|
.blue-grey.matcha-button-outline, .color-blue-grey{color: map-get($blue-grey, $get-shade)}
|
|
455
473
|
.fill-blue-grey{fill: map-get($blue-grey, $get-shade)}
|
|
456
474
|
.stroke-blue-grey{stroke: map-get($blue-grey, $get-shade)}
|
|
475
|
+
.color-blue-grey-alpha{color: rgba(map-get($blue-grey, $get-shade),0.2)}
|
|
457
476
|
.blue-grey{
|
|
458
477
|
background: map-get($blue-grey, $get-shade);
|
|
459
478
|
color: map-get($blue-grey-contrast, $get-shade);
|
|
@@ -466,6 +485,7 @@ $index: 0;
|
|
|
466
485
|
.primary.matcha-button-outline, .color-primary{color: map-get($primary, default)}
|
|
467
486
|
.fill-primary{fill: map-get($primary, default)}
|
|
468
487
|
.stroke-primary{stroke: map-get($primary, default)}
|
|
488
|
+
.color-primary-alpha{color: rgba(map-get($primary, default),0.2)}
|
|
469
489
|
.primary{
|
|
470
490
|
background: map-get($primary, default);
|
|
471
491
|
color: map-get($primary, default-contrast);
|
|
@@ -478,6 +498,7 @@ $index: 0;
|
|
|
478
498
|
.accent.matcha-button-outline, .color-accent{color: map-get($accent, default)}
|
|
479
499
|
.fill-accent{fill: map-get($accent, default)}
|
|
480
500
|
.stroke-accent{stroke: map-get($accent, default)}
|
|
501
|
+
.color-accent-alpha{color: rgba(map-get($accent, default),0.2)}
|
|
481
502
|
.accent{
|
|
482
503
|
background: map-get($accent, default);
|
|
483
504
|
color: map-get($accent, default-contrast);
|
|
@@ -490,6 +511,7 @@ $index: 0;
|
|
|
490
511
|
.warn.matcha-button-outline, .color-warn{color: map-get($warn, default)}
|
|
491
512
|
.fill-warn{fill: map-get($warn, default)}
|
|
492
513
|
.stroke-warn{stroke: map-get($warn, default)}
|
|
514
|
+
.color-warn-alpha{color: rgba(map-get($warn, default),0.2)}
|
|
493
515
|
.warn{
|
|
494
516
|
background: map-get($warn, default);
|
|
495
517
|
color: map-get($warn, default-contrast);
|
|
@@ -502,6 +524,7 @@ $index: 0;
|
|
|
502
524
|
.basic.matcha-button-outline, .color-basic{color: map-get($foreground, base)}
|
|
503
525
|
.fill-basic{fill: map-get($background, card)}
|
|
504
526
|
.stroke-basic{stroke: map-get($foreground, base)}
|
|
527
|
+
.color-basic-alpha{color: rgba(map-get($foreground, base),0.2)}
|
|
505
528
|
.basic{
|
|
506
529
|
background: map-get($background, card);
|
|
507
530
|
color: map-get($foreground, base);
|