@fairandsmart/consents-ce 2.0.19 → 2.0.20

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.
@@ -191,6 +191,7 @@ export interface FormLayout extends ModelData {
191
191
  acceptAllVisible?: boolean;
192
192
  cancelVisible?: boolean;
193
193
  footerOnTop?: boolean;
194
+ iFrameResizerVersion?: string;
194
195
  }
195
196
  export interface FormLayoutBloc {
196
197
  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.20",
4
4
  "description": "TypeScript mappings for the Fair&Smart's Right Consents Community features",
5
5
  "sideEffects": false,
6
6
  "scripts": {},