@win2win/shared 1.0.249 → 1.0.250
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.
|
@@ -131,7 +131,7 @@ export declare const TEMPLATES: Readonly<{
|
|
|
131
131
|
readonly "ecommerce-banner": {
|
|
132
132
|
readonly label: "Banner para Ecommerce";
|
|
133
133
|
readonly params: readonly ["title", "text", "background", "image", "height", "custom", "button"];
|
|
134
|
-
readonly variants: readonly ["default", "text-image", "text-centered", "text-image-background", "contact"];
|
|
134
|
+
readonly variants: readonly ["default", "text-image", "text-centered", "text-image-background", "button-image-background", "contact"];
|
|
135
135
|
};
|
|
136
136
|
readonly "ecommerce-filters": {
|
|
137
137
|
readonly label: "Filtros para Ecommerce";
|
package/package.json
CHANGED