@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
|
@@ -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