@win2win/shared 1.0.235 → 1.0.237

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.
package/README.md ADDED
@@ -0,0 +1,11 @@
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
+
@@ -77,6 +77,11 @@ export interface LandingParams {
77
77
  avatarMobile: string;
78
78
  avatarDesktop: string;
79
79
  };
80
+ legal: {
81
+ owner: string;
82
+ nif: string;
83
+ [key: string]: any;
84
+ };
80
85
  }
81
86
  export interface LandingLink {
82
87
  text: string;
@@ -126,7 +126,7 @@ export declare const TEMPLATES: Readonly<{
126
126
  };
127
127
  readonly "ecommerce-catalog-lite": {
128
128
  readonly label: "Catálogo de productos lite";
129
- readonly params: readonly ["title", "text", "background", "custom"];
129
+ readonly params: readonly ["title", "text", "background", "custom", "button"];
130
130
  };
131
131
  readonly "ecommerce-banner": {
132
132
  readonly label: "Banner para Ecommerce";
@@ -204,7 +204,7 @@ exports.TEMPLATES = Object.freeze({
204
204
  },
205
205
  "ecommerce-catalog-lite": {
206
206
  label: "Catálogo de productos lite",
207
- params: ["title", "text", "background", "custom"],
207
+ params: ["title", "text", "background", "custom", "button"],
208
208
  },
209
209
  "ecommerce-banner": {
210
210
  label: "Banner para Ecommerce",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@win2win/shared",
3
- "version": "1.0.235",
3
+ "version": "1.0.237",
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",