mgtypes 1.0.80 → 1.0.81

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.80",
3
+ "version": "1.0.81",
4
4
  "description": "types for mg development",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -244,7 +244,7 @@ export interface mgColorsConfig {
244
244
  /**
245
245
  * Configs for an individual font style
246
246
  */
247
- interface mgFontTextStyle {
247
+ export interface mgFontTextStyle {
248
248
  fontFamily?: string;
249
249
  fontWeight?: '200' | '300' | '400' | '500' | '700';
250
250
  letterSpacing?: number;