@win2win/shared 1.0.168 → 1.0.169

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"];
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,9 @@ 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"
42
45
  ],
43
46
  },
44
47
  "product-hero-searcher": {
@@ -80,8 +83,8 @@ exports.TEMPLATES = Object.freeze({
80
83
  },
81
84
  hero: {
82
85
  label: "Hero",
83
- params: ["text", "title", "background", "items", "image"],
84
- variants: ["default", "dense"],
86
+ params: ["text", "title", "background", "items", "image", "custom"],
87
+ variants: ["default", "dense", "banner"],
85
88
  },
86
89
  image: {
87
90
  label: "Imagen",
@@ -90,6 +93,7 @@ exports.TEMPLATES = Object.freeze({
90
93
  text: {
91
94
  label: "Textos",
92
95
  params: ["background", "items", "text", "title"],
96
+ variants: ["default", "simple"],
93
97
  },
94
98
  product: {
95
99
  label: "Producto",
@@ -144,7 +148,7 @@ exports.TEMPLATES = Object.freeze({
144
148
  "image",
145
149
  "button",
146
150
  ],
147
- variants: ["default", "centered"],
151
+ variants: ["default", "centered", "middle-image"],
148
152
  },
149
153
  "selectable-cards": {
150
154
  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.169",
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",