@npm_leadtech/legal-lib-components 2.18.13 → 2.18.15

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.
@@ -20,4 +20,6 @@ export interface ButtonProps {
20
20
  centered?: boolean;
21
21
  gtmTag?: string;
22
22
  hasNoFollow?: boolean;
23
+ target?: string;
24
+ isModalFree?: boolean;
23
25
  }
@@ -3,4 +3,5 @@ export interface ModalFreeDocProps {
3
3
  closeModal: () => void;
4
4
  urlWordDoc: string | null;
5
5
  urlPdfDoc: string | null;
6
+ isModalFree: boolean;
6
7
  }
package/dist/index.d.ts CHANGED
@@ -67,6 +67,8 @@ interface ButtonProps {
67
67
  centered?: boolean;
68
68
  gtmTag?: string;
69
69
  hasNoFollow?: boolean;
70
+ target?: string;
71
+ isModalFree?: boolean;
70
72
  }
71
73
 
72
74
  declare const Button: FC<ButtonProps>;
@@ -730,6 +732,7 @@ interface ModalFreeDocProps {
730
732
  closeModal: () => void;
731
733
  urlWordDoc: string | null;
732
734
  urlPdfDoc: string | null;
735
+ isModalFree: boolean;
733
736
  }
734
737
 
735
738
  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.18.13",
3
+ "version": "2.18.15",
4
4
  "dependencies": {
5
5
  "@testing-library/jest-dom": "^5.16.5",
6
6
  "@tippyjs/react": "4.2.6",