@win2win/shared 1.0.295 → 1.0.297

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.
@@ -20,7 +20,7 @@ export declare const TEMPLATES: Readonly<{
20
20
  readonly "features-presentation": {
21
21
  readonly label: "Presentación de funcionalidades";
22
22
  readonly params: readonly ["title", "subtitle", "text", "background", "items", "image", "button", "text-lines"];
23
- readonly variants: readonly ["default", "images", "hero", "parallel-images", "texts", "texts-2", "simple", "highlight-image", "highlight-image-2", "phone-contact", "dark-cards", "secondary-highlight-image", "highlight-title", "texts-columns", "images-columns", "secondary-images-columns", "secondary-hero"];
23
+ readonly variants: readonly ["default", "images", "hero", "parallel-images", "texts", "texts-2", "simple", "highlight-image", "highlight-image-2", "phone-contact", "dark-cards", "secondary-highlight-image", "highlight-title", "texts-columns", "images-columns", "secondary-images-columns", "secondary-hero", "secondary-2"];
24
24
  };
25
25
  readonly "product-hero-searcher": {
26
26
  readonly label: "Buscador de productos hero";
@@ -135,7 +135,7 @@ export declare const TEMPLATES: Readonly<{
135
135
  readonly "ecommerce-banner": {
136
136
  readonly label: "Banner para Ecommerce";
137
137
  readonly params: readonly ["title", "text", "background", "image", "height", "custom", "button"];
138
- readonly variants: readonly ["default", "text-image", "text-centered", "text-image-background", "button-image-background", "contact"];
138
+ readonly variants: readonly ["default", "text-image", "text-centered", "text-image-background", "button-image-background", "contact", "secondary", "hero", "carousel-options"];
139
139
  };
140
140
  readonly "ecommerce-filters": {
141
141
  readonly label: "Filtros para Ecommerce";
@@ -57,6 +57,7 @@ exports.TEMPLATES = Object.freeze({
57
57
  "images-columns",
58
58
  "secondary-images-columns",
59
59
  "secondary-hero",
60
+ "secondary-2",
60
61
  ],
61
62
  },
62
63
  "product-hero-searcher": {
@@ -228,6 +229,9 @@ exports.TEMPLATES = Object.freeze({
228
229
  "text-image-background",
229
230
  "button-image-background",
230
231
  "contact",
232
+ "secondary",
233
+ "hero",
234
+ "carousel-options",
231
235
  ],
232
236
  },
233
237
  "ecommerce-filters": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@win2win/shared",
3
- "version": "1.0.295",
3
+ "version": "1.0.297",
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",
package/README.md DELETED
@@ -1,11 +0,0 @@
1
- # README #
2
- version 1.0.1
3
-
4
- ### Como hacer deploy del repo
5
-
6
- * Correr el comando
7
- `npm run deploy`
8
-
9
- * [Enlace al repo](https://www.npmjs.com/package/@win2win/shared)
10
-
11
-