mgtypes 1.0.75 → 1.0.76

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mgtypes",
3
- "version": "1.0.75",
3
+ "version": "1.0.76",
4
4
  "description": "types for mg development",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -187,6 +187,7 @@ export interface mgColorsConfig {
187
187
  lightNeutral: string;
188
188
  darkNeutral: string;
189
189
  dark: string;
190
+ sunkSurface:string;
190
191
  success: string;
191
192
  warning: string;
192
193
  locationPuck: string;