@fairandsmart/consents-ce 2.0.25 → 2.0.26

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.
@@ -193,6 +193,7 @@ export interface FormLayout extends ModelData {
193
193
  cancelVisible?: boolean;
194
194
  footerOnTop?: boolean;
195
195
  iFrameResizerVersion?: string;
196
+ theme?: string;
196
197
  }
197
198
  export interface FormLayoutBloc {
198
199
  parent: FormLayoutElement;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fairandsmart/consents-ce",
3
- "version": "2.0.25",
3
+ "version": "2.0.26",
4
4
  "description": "TypeScript mappings for the Fair&Smart's Right Consents Community features",
5
5
  "sideEffects": false,
6
6
  "scripts": {},