@fairandsmart/consents-ce 2.0.19 → 2.0.21

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.
@@ -168,6 +168,7 @@ export interface Email extends ModelData {
168
168
  buttonLabel: string;
169
169
  footer: string;
170
170
  signature: string;
171
+ senderName?: string;
171
172
  }
172
173
  export interface Notice extends ModelData {
173
174
  type: 'notice';
@@ -191,6 +192,7 @@ export interface FormLayout extends ModelData {
191
192
  acceptAllVisible?: boolean;
192
193
  cancelVisible?: boolean;
193
194
  footerOnTop?: boolean;
195
+ iFrameResizerVersion?: string;
194
196
  }
195
197
  export interface FormLayoutBloc {
196
198
  parent: FormLayoutElement;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fairandsmart/consents-ce",
3
- "version": "2.0.19",
3
+ "version": "2.0.21",
4
4
  "description": "TypeScript mappings for the Fair&Smart's Right Consents Community features",
5
5
  "sideEffects": false,
6
6
  "scripts": {},