matcha-theme 18.3.0 → 19.0.1

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.
@@ -67,6 +67,7 @@ a[matcha-button] {
67
67
  position: relative;
68
68
  font-size: 16px;
69
69
  font-weight: 700;
70
+ font-family: unset;
70
71
  height: 56px;
71
72
  appearance: auto;
72
73
  text-rendering: auto;
@@ -228,7 +229,7 @@ a[matcha-button] {
228
229
  border-color: map-get($foreground, disabled);
229
230
  }
230
231
 
231
- &[basic]:not([icon="false"]) {
232
+ &[basic="true"]:not([icon="false"]) {
232
233
  border: 0px solid currentColor;
233
234
  background: map-get($background, card);
234
235
  &:not([color]){
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matcha-theme",
3
- "version": "18.3.0",
3
+ "version": "19.0.1",
4
4
  "description": "Themes for matcha-design-system",
5
5
  "main": "main.scss",
6
6
  "scripts": {