matcha-theme 19.16.0 → 19.17.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.
@@ -549,6 +549,10 @@ $index: 0;
549
549
  }
550
550
  }
551
551
 
552
+ .color-unset {
553
+ color: unset;
554
+ }
555
+
552
556
 
553
557
  $attributes: (
554
558
  color: $foreground,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matcha-theme",
3
- "version": "19.16.0",
3
+ "version": "19.17.0",
4
4
  "description": "Themes for matcha-design-system",
5
5
  "main": "main.scss",
6
6
  "scripts": {