@win2win/shared 1.0.168 → 1.0.170

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"];
23
- readonly variants: readonly ["default", "images", "hero", "parallel-images", "texts", "simple", "highlight-image", "secondary-highlight-image"];
23
+ readonly variants: readonly ["default", "images", "hero", "parallel-images", "texts", "simple", "highlight-image", "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";
@@ -53,8 +53,8 @@ export declare const TEMPLATES: Readonly<{
53
53
  };
54
54
  readonly hero: {
55
55
  readonly label: "Hero";
56
- readonly params: readonly ["text", "title", "background", "items", "image"];
57
- readonly variants: readonly ["default", "dense"];
56
+ readonly params: readonly ["text", "title", "background", "items", "image", "custom"];
57
+ readonly variants: readonly ["default", "dense", "banner"];
58
58
  };
59
59
  readonly image: {
60
60
  readonly label: "Imagen";
@@ -63,6 +63,7 @@ export declare const TEMPLATES: Readonly<{
63
63
  readonly text: {
64
64
  readonly label: "Textos";
65
65
  readonly params: readonly ["background", "items", "text", "title"];
66
+ readonly variants: readonly ["default", "simple"];
66
67
  };
67
68
  readonly product: {
68
69
  readonly label: "Producto";
@@ -100,7 +101,7 @@ export declare const TEMPLATES: Readonly<{
100
101
  readonly "simple-button": {
101
102
  readonly label: "Texto con botón";
102
103
  readonly params: readonly ["title", "text", "subtitle", "items", "background", "image", "button"];
103
- readonly variants: readonly ["default", "centered"];
104
+ readonly variants: readonly ["default", "centered", "middle-image"];
104
105
  };
105
106
  readonly "selectable-cards": {
106
107
  readonly label: "Tarjetas seleccionables";
@@ -39,6 +39,11 @@ exports.TEMPLATES = Object.freeze({
39
39
  "simple",
40
40
  "highlight-image",
41
41
  "secondary-highlight-image",
42
+ "highlight-title",
43
+ "texts-columns",
44
+ "images-columns",
45
+ "secondary-images-columns",
46
+ "secondary-hero"
42
47
  ],
43
48
  },
44
49
  "product-hero-searcher": {
@@ -80,8 +85,8 @@ exports.TEMPLATES = Object.freeze({
80
85
  },
81
86
  hero: {
82
87
  label: "Hero",
83
- params: ["text", "title", "background", "items", "image"],
84
- variants: ["default", "dense"],
88
+ params: ["text", "title", "background", "items", "image", "custom"],
89
+ variants: ["default", "dense", "banner"],
85
90
  },
86
91
  image: {
87
92
  label: "Imagen",
@@ -90,6 +95,7 @@ exports.TEMPLATES = Object.freeze({
90
95
  text: {
91
96
  label: "Textos",
92
97
  params: ["background", "items", "text", "title"],
98
+ variants: ["default", "simple"],
93
99
  },
94
100
  product: {
95
101
  label: "Producto",
@@ -144,7 +150,7 @@ exports.TEMPLATES = Object.freeze({
144
150
  "image",
145
151
  "button",
146
152
  ],
147
- variants: ["default", "centered"],
153
+ variants: ["default", "centered", "middle-image"],
148
154
  },
149
155
  "selectable-cards": {
150
156
  label: "Tarjetas seleccionables",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@win2win/shared",
3
- "version": "1.0.168",
3
+ "version": "1.0.170",
4
4
  "description": "Tipos, interfaces, funciones, constantes, clases y enums compartidos por todos los proyectos de Win2Win",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",