@win2win/shared 1.0.225 → 1.0.226

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
+
@@ -124,6 +124,10 @@ export declare const TEMPLATES: Readonly<{
124
124
  readonly label: "Catálogo de productos";
125
125
  readonly params: readonly ["title", "text", "background", "custom"];
126
126
  };
127
+ readonly "ecommerce-catalog-lite": {
128
+ readonly label: "Catálogo de productos lite";
129
+ readonly params: readonly ["title", "text", "background", "custom"];
130
+ };
127
131
  readonly "ecommerce-banner": {
128
132
  readonly label: "Banner para Ecommerce";
129
133
  readonly params: readonly ["title", "text", "background", "image", "height", "custom", "button"];
@@ -198,6 +198,10 @@ exports.TEMPLATES = Object.freeze({
198
198
  label: "Catálogo de productos",
199
199
  params: ["title", "text", "background", "custom"],
200
200
  },
201
+ "ecommerce-catalog-lite": {
202
+ label: "Catálogo de productos lite",
203
+ params: ["title", "text", "background", "custom"],
204
+ },
201
205
  "ecommerce-banner": {
202
206
  label: "Banner para Ecommerce",
203
207
  params: [
@@ -253,6 +257,7 @@ Object.freeze(exports.PRODUCT_TEMPLATES_LABELS);
253
257
  exports.ECOMMERCE_TEMPLATES_LABELS = [
254
258
  "ecommerce-finder",
255
259
  "ecommerce-catalog",
260
+ "ecommerce-catalog-lite",
256
261
  "ecommerce-banner",
257
262
  "ecommerce-filters",
258
263
  "ecommerce-checkout",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@win2win/shared",
3
- "version": "1.0.225",
3
+ "version": "1.0.226",
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",