@zealicsolutions/web-ui 0.3.42 → 0.3.43

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.
@@ -10,7 +10,7 @@ export declare type Consent = {
10
10
  acknowledgment: CustomDescendant[];
11
11
  methodOfCapture: ConsentCaptureMethod;
12
12
  description: string;
13
- language: string;
13
+ language: CustomDescendant[];
14
14
  expiration: string;
15
15
  confirmationButtonText: string;
16
16
  rejectionButtonText: string;
package/dist/index.d.ts CHANGED
@@ -1443,7 +1443,7 @@ declare type Consent = {
1443
1443
  acknowledgment: CustomDescendant[];
1444
1444
  methodOfCapture: ConsentCaptureMethod;
1445
1445
  description: string;
1446
- language: string;
1446
+ language: CustomDescendant[];
1447
1447
  expiration: string;
1448
1448
  confirmationButtonText: string;
1449
1449
  rejectionButtonText: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zealicsolutions/web-ui",
3
- "version": "0.3.42",
3
+ "version": "0.3.43",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@bitbucket.org/Zealic_Solutions/zeal-ui-web.git"