matcha-theme 19.68.0 → 19.69.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.
@@ -154,23 +154,23 @@
154
154
 
155
155
  // Foreground
156
156
  @function getForeground($theme){
157
- $foreground: map-get($theme, foreground);
158
- $foreground: map-get($foreground, foreground);
157
+ $foreground: map.get($theme, foreground);
158
+ $foreground: map.get($foreground, foreground);
159
159
  @return $foreground;
160
160
  }
161
161
  @function getForegroundInverse($theme){
162
- $foreground: map-get($theme, foreground);
163
- $foreground-inverse: map-get($foreground, foreground-inverse);
162
+ $foreground: map.get($theme, foreground);
163
+ $foreground-inverse: map.get($foreground, foreground-inverse);
164
164
  @return $foreground-inverse;
165
165
  }
166
166
  @function getForegroundAlpha($theme){
167
- $foreground: map-get($theme, foreground);
168
- $foreground-color: map-get($foreground, foreground-alpha);
167
+ $foreground: map.get($theme, foreground);
168
+ $foreground-color: map.get($foreground, foreground-alpha);
169
169
  @return $foreground-color;
170
170
  }
171
171
  @function getForegroundAlphaInverse($theme){
172
- $foreground: map-get($theme, foreground);
173
- $foreground-color: map-get($foreground, foreground-alpha-inverse);
172
+ $foreground: map.get($theme, foreground);
173
+ $foreground-color: map.get($foreground, foreground-alpha-inverse);
174
174
  @return $foreground-color;
175
175
  }
176
176
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matcha-theme",
3
- "version": "19.68.0",
3
+ "version": "19.69.0",
4
4
  "description": "Themes for matcha-design-system",
5
5
  "main": "main.scss",
6
6
  "scripts": {