@zealicsolutions/web-ui 0.3.92 → 0.3.93

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,7 +10,7 @@ export declare type OrganismContextType = {
10
10
  submitHandler?: (data: {
11
11
  formId: string;
12
12
  data: AnyObject;
13
- }[]) => void;
13
+ }) => void;
14
14
  validations?: PasswordRuleValidation[];
15
15
  editable?: boolean;
16
16
  };
@@ -8,7 +8,7 @@ export declare type FormStepContextProviderProps = PropsWithChildren<Partial<{
8
8
  submitHandler: (data: {
9
9
  formId: string;
10
10
  data: AnyObject;
11
- }[]) => void;
11
+ }) => void;
12
12
  validations: PasswordRuleValidation[];
13
13
  editable: boolean;
14
14
  }>>;
package/dist/index.d.ts CHANGED
@@ -927,7 +927,7 @@ declare type OrganismContextType = {
927
927
  submitHandler?: (data: {
928
928
  formId: string;
929
929
  data: AnyObject$1;
930
- }[]) => void;
930
+ }) => void;
931
931
  validations?: PasswordRuleValidation[];
932
932
  editable?: boolean;
933
933
  };
@@ -939,7 +939,7 @@ declare type FormStepContextProviderProps = PropsWithChildren<Partial<{
939
939
  submitHandler: (data: {
940
940
  formId: string;
941
941
  data: AnyObject$1;
942
- }[]) => void;
942
+ }) => void;
943
943
  validations: PasswordRuleValidation[];
944
944
  editable: boolean;
945
945
  }>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zealicsolutions/web-ui",
3
- "version": "0.3.92",
3
+ "version": "0.3.93",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@bitbucket.org/Zealic_Solutions/zeal-ui-web.git"