@win2win/shared 1.0.234 → 1.0.236
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
|
@@ -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", "simple", "highlight-image", "highlight-image-2", "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"];
|
|
24
24
|
};
|
|
25
25
|
readonly "product-hero-searcher": {
|
|
26
26
|
readonly label: "Buscador de productos hero";
|
|
@@ -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";
|
|
@@ -45,9 +45,12 @@ exports.TEMPLATES = Object.freeze({
|
|
|
45
45
|
"hero",
|
|
46
46
|
"parallel-images",
|
|
47
47
|
"texts",
|
|
48
|
+
"texts-2",
|
|
48
49
|
"simple",
|
|
49
50
|
"highlight-image",
|
|
50
51
|
"highlight-image-2",
|
|
52
|
+
"phone-contact",
|
|
53
|
+
"dark-cards",
|
|
51
54
|
"secondary-highlight-image",
|
|
52
55
|
"highlight-title",
|
|
53
56
|
"texts-columns",
|
|
@@ -201,7 +204,7 @@ exports.TEMPLATES = Object.freeze({
|
|
|
201
204
|
},
|
|
202
205
|
"ecommerce-catalog-lite": {
|
|
203
206
|
label: "Catálogo de productos lite",
|
|
204
|
-
params: ["title", "text", "background", "custom"],
|
|
207
|
+
params: ["title", "text", "background", "custom", "button"],
|
|
205
208
|
},
|
|
206
209
|
"ecommerce-banner": {
|
|
207
210
|
label: "Banner para Ecommerce",
|
package/package.json
CHANGED