@win2win/shared 1.0.296 → 1.0.297
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.
|
@@ -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", "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"];
|
|
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", "secondary-2"];
|
|
24
24
|
};
|
|
25
25
|
readonly "product-hero-searcher": {
|
|
26
26
|
readonly label: "Buscador de productos hero";
|
package/package.json
CHANGED