@zealicsolutions/web-ui 0.3.42 → 0.3.43
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/index.js +3 -3
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/src/molecules/Consent/Consent.d.ts +1 -1
- package/dist/esm/index.js +3 -3
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/src/molecules/Consent/Consent.d.ts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
@@ -10,7 +10,7 @@ export declare type Consent = {
|
|
10
10
|
acknowledgment: CustomDescendant[];
|
11
11
|
methodOfCapture: ConsentCaptureMethod;
|
12
12
|
description: string;
|
13
|
-
language:
|
13
|
+
language: CustomDescendant[];
|
14
14
|
expiration: string;
|
15
15
|
confirmationButtonText: string;
|
16
16
|
rejectionButtonText: string;
|