matcha-theme 19.35.0 → 19.38.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.
@@ -122,8 +122,8 @@
122
122
  }
123
123
  @function getBackgroundAlphaInverse($theme){
124
124
  $background: map-get($theme, background);
125
- $background-inverse-alpha: rgba(map-get($background, background-inverse), 0.5);
126
- @return $background-inverse-alpha;
125
+ $background-alpha-inverse: rgba(map-get($background, background-inverse), 0.5);
126
+ @return $background-alpha-inverse;
127
127
  }
128
128
 
129
129
  // Surface
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matcha-theme",
3
- "version": "19.35.0",
3
+ "version": "19.38.0",
4
4
  "description": "Themes for matcha-design-system",
5
5
  "main": "main.scss",
6
6
  "scripts": {