@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.
|
@@ -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";
|
package/package.json
CHANGED