@win2win/shared 1.0.218 → 1.0.220

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.
@@ -23,12 +23,14 @@ export interface LandingRaw {
23
23
  MAILS?: MailRaw[];
24
24
  }
25
25
  export interface LandingFooter {
26
+ show: boolean;
26
27
  background: string;
27
28
  text: string;
28
29
  links: LandingLink[];
29
30
  showLogo: boolean;
30
31
  }
31
32
  export interface LandingHeader {
33
+ show: boolean;
32
34
  background: string;
33
35
  links: LandingLink[];
34
36
  showLogo: boolean;
@@ -169,6 +171,7 @@ export interface LandingSectionRaw {
169
171
  PADDINGS: Spacing | null;
170
172
  DISPLAY: Style | null;
171
173
  TEXT: Style | null;
174
+ SIZE: Style | null;
172
175
  CUSTOM: Style | null;
173
176
  FECHA_UPD: Date;
174
177
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@win2win/shared",
3
- "version": "1.0.218",
3
+ "version": "1.0.220",
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",