@fairandsmart/consents-ce 1.4.5 → 2.0.1

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.
@@ -154,6 +154,7 @@ export interface PeerElements {
154
154
  export interface PeerContext {
155
155
  peer: string;
156
156
  notification: string;
157
+ theme: string;
157
158
  }
158
159
  export interface FormLayout extends ModelData {
159
160
  type: 'layout';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fairandsmart/consents-ce",
3
- "version": "1.4.5",
3
+ "version": "2.0.1",
4
4
  "description": "TypeScript mappings for the Fair&Smart's Right Consents Community features",
5
5
  "sideEffects": false,
6
6
  "scripts": {},