mdz-enum 1.3.6 → 1.3.7

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,7 +154,7 @@ const LOGO = {
154
154
  },
155
155
  FOOTER: {
156
156
  KEY: 'logo_filter_footer',
157
- DEFAULT: 'light',
157
+ DEFAULT: 'none',
158
158
  VALUES: ['light', 'dark', 'none'],
159
159
  },
160
160
  LOADING: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdz-enum",
3
- "version": "1.3.6",
3
+ "version": "1.3.7",
4
4
  "description": "Enumerados ModerShop",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {