@win2win/shared 1.0.217 → 1.0.219

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.
@@ -167,9 +167,10 @@ export interface LandingSectionRaw {
167
167
  ESTADO: number;
168
168
  MARGINS: Spacing | null;
169
169
  PADDINGS: Spacing | null;
170
- DISPLAY: JsonObject | null;
171
- TEXT: JsonObject | null;
172
- CUSTOM: JsonObject | null;
170
+ DISPLAY: Style | null;
171
+ TEXT: Style | null;
172
+ SIZE: Style | null;
173
+ CUSTOM: Style | null;
173
174
  FECHA_UPD: Date;
174
175
  }
175
176
  export interface MailRaw {
@@ -182,3 +183,4 @@ export interface MailRaw {
182
183
  CODIGO: string;
183
184
  PARAMS_REQUERIDOS: string;
184
185
  }
186
+ export type Style = Partial<CSSStyleDeclaration>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@win2win/shared",
3
- "version": "1.0.217",
3
+ "version": "1.0.219",
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",