@npm_leadtech/legal-lib-components 2.19.2 → 2.19.4

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.
@@ -3,7 +3,7 @@ export interface ButtonProps {
3
3
  label: string;
4
4
  dataQa?: string;
5
5
  labelMobile?: string;
6
- link?: string | null;
6
+ link?: string;
7
7
  LinkComponent?: any;
8
8
  noLink?: boolean;
9
9
  noLinkNoFunc?: boolean;
@@ -2,6 +2,5 @@ export interface ModalFreeDocProps {
2
2
  bodyTitle: string;
3
3
  bodyText: string;
4
4
  closeModal: () => void;
5
- isModalFree?: boolean;
6
- clickGoToFormInApp: () => void;
5
+ clickGoToFormInApp: (arg0: null, arg1: string, arg2?: boolean) => void;
7
6
  }
package/dist/index.d.ts CHANGED
@@ -50,7 +50,7 @@ interface ButtonProps {
50
50
  label: string;
51
51
  dataQa?: string;
52
52
  labelMobile?: string;
53
- link?: string | null;
53
+ link?: string;
54
54
  LinkComponent?: any;
55
55
  noLink?: boolean;
56
56
  noLinkNoFunc?: boolean;
@@ -729,8 +729,7 @@ interface ModalFreeDocProps {
729
729
  bodyTitle: string;
730
730
  bodyText: string;
731
731
  closeModal: () => void;
732
- isModalFree?: boolean;
733
- clickGoToFormInApp: () => void;
732
+ clickGoToFormInApp: (arg0: null, arg1: string, arg2?: boolean) => void;
734
733
  }
735
734
 
736
735
  declare const ModalFreeDoc: FC<ModalFreeDocProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "2.19.2",
3
+ "version": "2.19.4",
4
4
  "dependencies": {
5
5
  "@testing-library/jest-dom": "^5.16.5",
6
6
  "@tippyjs/react": "4.2.6",