@win2win/shared 1.0.294 → 1.0.296

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.
@@ -51,6 +51,7 @@ export interface LandingHeader {
51
51
  revealOnScroll: boolean;
52
52
  showRegionSelector: boolean;
53
53
  menuPosition: "left" | "center" | "right";
54
+ linkColor: string;
54
55
  }
55
56
  export interface LandingParams {
56
57
  logo: string;
@@ -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";
@@ -228,6 +228,9 @@ exports.TEMPLATES = Object.freeze({
228
228
  "text-image-background",
229
229
  "button-image-background",
230
230
  "contact",
231
+ "secondary",
232
+ "hero",
233
+ "carousel-options",
231
234
  ],
232
235
  },
233
236
  "ecommerce-filters": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@win2win/shared",
3
- "version": "1.0.294",
3
+ "version": "1.0.296",
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
-