mdz-enum 1.5.33 → 1.5.34

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.
@@ -128,7 +128,7 @@ const PRODUCT_CARD = {
128
128
  /** Proporcao */
129
129
  PROPORTION: {
130
130
  KEY: 'component_product_card_proportion',
131
- DEFAULT: '4/4',
131
+ DEFAULT: '3/4',
132
132
  VALUES: [
133
133
  { label: '4/4', value: '4/4' },
134
134
  { label: '3/4', value: '3/4' },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdz-enum",
3
- "version": "1.5.33",
3
+ "version": "1.5.34",
4
4
  "description": "Enumerados ModerShop",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {