matcha-theme 19.36.0 → 19.39.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: map-get($background, background-alpha-inverse);
126
+ @return $background-alpha-inverse;
127
127
  }
128
128
 
129
129
  // Surface
@@ -144,7 +144,7 @@
144
144
  }
145
145
  @function getSurfaceAlphaInverse($theme){
146
146
  $background: map-get($theme, background);
147
- $surface-alpha-inverse: rgba(map-get($background, card-inverse), 0.5);
147
+ $surface-alpha-inverse: map-get($background, card-alpha-inverse);
148
148
  @return $surface-alpha-inverse;
149
149
  }
150
150
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matcha-theme",
3
- "version": "19.36.0",
3
+ "version": "19.39.0",
4
4
  "description": "Themes for matcha-design-system",
5
5
  "main": "main.scss",
6
6
  "scripts": {