@npm_leadtech/legal-lib-components 2.18.15 → 2.18.16

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.
@@ -1,7 +1,8 @@
1
1
  export interface ModalFreeDocProps {
2
- productName?: string;
2
+ bodyTitle: string;
3
+ bodyText: string;
3
4
  closeModal: () => void;
4
5
  urlWordDoc: string | null;
5
6
  urlPdfDoc: string | null;
6
- isModalFree: boolean;
7
+ isModalFree?: boolean;
7
8
  }
package/dist/index.d.ts CHANGED
@@ -728,11 +728,12 @@ interface ExpertCardListProps {
728
728
  declare const ExpertCardList: FC<ExpertCardListProps>;
729
729
 
730
730
  interface ModalFreeDocProps {
731
- productName?: string;
731
+ bodyTitle: string;
732
+ bodyText: string;
732
733
  closeModal: () => void;
733
734
  urlWordDoc: string | null;
734
735
  urlPdfDoc: string | null;
735
- isModalFree: boolean;
736
+ isModalFree?: boolean;
736
737
  }
737
738
 
738
739
  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.15",
3
+ "version": "2.18.16",
4
4
  "dependencies": {
5
5
  "@testing-library/jest-dom": "^5.16.5",
6
6
  "@tippyjs/react": "4.2.6",