@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.
@@ -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: ConsentProps[];
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: ConsentProps$1[];
541
+ consents?: ConsentProps$1[];
542
542
  logoUrl: string;
543
543
  isLoading?: boolean;
544
544
  isSubmitDisabled?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zealicsolutions/web-ui",
3
- "version": "0.1.25",
3
+ "version": "0.1.26",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@bitbucket.org/Zealic_Solutions/zeal-ui-web.git"