mg-library 1.0.676 → 1.0.677

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.
@@ -118,7 +118,6 @@ const gsConfig = {
118
118
  error700: palette.danger[700],
119
119
  error800: palette.danger[800],
120
120
  error900: palette.danger[900],
121
- //
122
121
  primary0: palette.primary[500],
123
122
  primary50: palette.primary[100],
124
123
  success0: palette.success[500],
@@ -131,7 +130,6 @@ const gsConfig = {
131
130
  info50: palette.info[100],
132
131
  },
133
132
  },
134
-
135
133
  };
136
134
 
137
135
  export default gsConfig;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mg-library",
3
- "version": "1.0.676",
3
+ "version": "1.0.677",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {