@zealicsolutions/web-ui 0.1.25 → 0.1.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.
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/src/organisms/AcquisitionForm/AcquisitionForm.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/src/organisms/AcquisitionForm/AcquisitionForm.d.ts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
@@ -4,7 +4,7 @@ import type { Callback } from 'typescript';
|
|
4
4
|
import { UIFields } from '../../fieldsConfiguration';
|
5
5
|
export declare type AcquisitionFormProps<T extends object> = {
|
6
6
|
fields: UIFields<T>;
|
7
|
-
consents
|
7
|
+
consents?: ConsentProps[];
|
8
8
|
logoUrl: string;
|
9
9
|
isLoading?: boolean;
|
10
10
|
isSubmitDisabled?: boolean;
|
package/dist/index.d.ts
CHANGED
@@ -538,7 +538,7 @@ declare const SetPasswordForm: ({ logoUrl, fields, validations, onBack, onSubmit
|
|
538
538
|
|
539
539
|
declare type AcquisitionFormProps<T extends object> = {
|
540
540
|
fields: UIFields<T>;
|
541
|
-
consents
|
541
|
+
consents?: ConsentProps$1[];
|
542
542
|
logoUrl: string;
|
543
543
|
isLoading?: boolean;
|
544
544
|
isSubmitDisabled?: boolean;
|