@npm_leadtech/legal-lib-components 2.19.1 → 2.19.2

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,5 +3,5 @@ export interface ModalFreeDocProps {
3
3
  bodyText: string;
4
4
  closeModal: () => void;
5
5
  isModalFree?: boolean;
6
- documentLink: string;
6
+ clickGoToFormInApp: () => void;
7
7
  }
package/dist/index.d.ts CHANGED
@@ -730,7 +730,7 @@ interface ModalFreeDocProps {
730
730
  bodyText: string;
731
731
  closeModal: () => void;
732
732
  isModalFree?: boolean;
733
- documentLink: string;
733
+ clickGoToFormInApp: () => void;
734
734
  }
735
735
 
736
736
  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.1",
3
+ "version": "2.19.2",
4
4
  "dependencies": {
5
5
  "@testing-library/jest-dom": "^5.16.5",
6
6
  "@tippyjs/react": "4.2.6",