@win2win/shared 1.0.167 → 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";
@@ -30,6 +30,10 @@ export declare const TEMPLATES: Readonly<{
30
30
  readonly label: "Selector de paquetes de productos";
31
31
  readonly params: readonly ["title", "subtitle", "text", "background", "image", "items", "filters"];
32
32
  };
33
+ readonly "redirect-router": {
34
+ readonly label: "Redirección";
35
+ readonly params: readonly ["text", "custom"];
36
+ };
33
37
  readonly "perdm-contracting": {
34
38
  readonly label: "Perdm contratar telefonía";
35
39
  readonly params: readonly ["title"];
@@ -49,8 +53,8 @@ export declare const TEMPLATES: Readonly<{
49
53
  };
50
54
  readonly hero: {
51
55
  readonly label: "Hero";
52
- readonly params: readonly ["text", "title", "background", "items", "image"];
53
- readonly variants: readonly ["default", "dense"];
56
+ readonly params: readonly ["text", "title", "background", "items", "image", "custom"];
57
+ readonly variants: readonly ["default", "dense", "banner"];
54
58
  };
55
59
  readonly image: {
56
60
  readonly label: "Imagen";
@@ -59,6 +63,7 @@ export declare const TEMPLATES: Readonly<{
59
63
  readonly text: {
60
64
  readonly label: "Textos";
61
65
  readonly params: readonly ["background", "items", "text", "title"];
66
+ readonly variants: readonly ["default", "simple"];
62
67
  };
63
68
  readonly product: {
64
69
  readonly label: "Producto";
@@ -96,7 +101,7 @@ export declare const TEMPLATES: Readonly<{
96
101
  readonly "simple-button": {
97
102
  readonly label: "Texto con botón";
98
103
  readonly params: readonly ["title", "text", "subtitle", "items", "background", "image", "button"];
99
- readonly variants: readonly ["default", "centered"];
104
+ readonly variants: readonly ["default", "centered", "middle-image"];
100
105
  };
101
106
  readonly "selectable-cards": {
102
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": {
@@ -57,6 +60,10 @@ exports.TEMPLATES = Object.freeze({
57
60
  "filters",
58
61
  ],
59
62
  },
63
+ "redirect-router": {
64
+ label: "Redirección",
65
+ params: ["text", "custom"],
66
+ },
60
67
  "perdm-contracting": {
61
68
  label: "Perdm contratar telefonía",
62
69
  params: ["title"],
@@ -76,8 +83,8 @@ exports.TEMPLATES = Object.freeze({
76
83
  },
77
84
  hero: {
78
85
  label: "Hero",
79
- params: ["text", "title", "background", "items", "image"],
80
- variants: ["default", "dense"],
86
+ params: ["text", "title", "background", "items", "image", "custom"],
87
+ variants: ["default", "dense", "banner"],
81
88
  },
82
89
  image: {
83
90
  label: "Imagen",
@@ -86,6 +93,7 @@ exports.TEMPLATES = Object.freeze({
86
93
  text: {
87
94
  label: "Textos",
88
95
  params: ["background", "items", "text", "title"],
96
+ variants: ["default", "simple"],
89
97
  },
90
98
  product: {
91
99
  label: "Producto",
@@ -140,7 +148,7 @@ exports.TEMPLATES = Object.freeze({
140
148
  "image",
141
149
  "button",
142
150
  ],
143
- variants: ["default", "centered"],
151
+ variants: ["default", "centered", "middle-image"],
144
152
  },
145
153
  "selectable-cards": {
146
154
  label: "Tarjetas seleccionables",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@win2win/shared",
3
- "version": "1.0.167",
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",
package/README.md DELETED
@@ -1,11 +0,0 @@
1
- # README #
2
- version 1.0.1
3
-
4
- ### Como hacer deploy del repo
5
-
6
- * Correr el comando
7
- `npm run deploy`
8
-
9
- * [Enlace al repo](https://www.npmjs.com/package/@win2win/shared)
10
-
11
-