@npm_leadtech/legal-lib-components 2.19.3 → 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.
@@ -2,5 +2,5 @@ export interface ModalFreeDocProps {
2
2
  bodyTitle: string;
3
3
  bodyText: string;
4
4
  closeModal: () => void;
5
- clickGoToFormInApp: () => void;
5
+ clickGoToFormInApp: (arg0: null, arg1: string, arg2?: boolean) => void;
6
6
  }
package/dist/index.d.ts CHANGED
@@ -729,7 +729,7 @@ interface ModalFreeDocProps {
729
729
  bodyTitle: string;
730
730
  bodyText: string;
731
731
  closeModal: () => void;
732
- clickGoToFormInApp: () => void;
732
+ clickGoToFormInApp: (arg0: null, arg1: string, arg2?: boolean) => void;
733
733
  }
734
734
 
735
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.3",
3
+ "version": "2.19.4",
4
4
  "dependencies": {
5
5
  "@testing-library/jest-dom": "^5.16.5",
6
6
  "@tippyjs/react": "4.2.6",