@win2win/shared 1.0.249 → 1.0.250

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.
@@ -131,7 +131,7 @@ export declare const TEMPLATES: Readonly<{
131
131
  readonly "ecommerce-banner": {
132
132
  readonly label: "Banner para Ecommerce";
133
133
  readonly params: readonly ["title", "text", "background", "image", "height", "custom", "button"];
134
- readonly variants: readonly ["default", "text-image", "text-centered", "text-image-background", "contact"];
134
+ readonly variants: readonly ["default", "text-image", "text-centered", "text-image-background", "button-image-background", "contact"];
135
135
  };
136
136
  readonly "ecommerce-filters": {
137
137
  readonly label: "Filtros para Ecommerce";
@@ -222,6 +222,7 @@ exports.TEMPLATES = Object.freeze({
222
222
  "text-image",
223
223
  "text-centered",
224
224
  "text-image-background",
225
+ "button-image-background",
225
226
  "contact",
226
227
  ],
227
228
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@win2win/shared",
3
- "version": "1.0.249",
3
+ "version": "1.0.250",
4
4
  "description": "Tipos, interfaces, funciones, constantes, clases y enums compartidos por todos los proyectos de Win2Win",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",