@npm_leadtech/legal-lib-components 2.18.16 → 2.19.1

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.
@@ -3292,7 +3292,7 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
3292
3292
  height: 100vh;
3293
3293
  left: 0;
3294
3294
  right: 0;
3295
- z-index: 2; }
3295
+ z-index: 4; }
3296
3296
  .navbar-drop-down__container__menu_items {
3297
3297
  background: var(--others-white);
3298
3298
  padding: 1.5rem;
@@ -20,6 +20,4 @@ export interface ButtonProps {
20
20
  centered?: boolean;
21
21
  gtmTag?: string;
22
22
  hasNoFollow?: boolean;
23
- target?: string;
24
- isModalFree?: boolean;
25
23
  }
@@ -2,7 +2,6 @@ export interface ModalFreeDocProps {
2
2
  bodyTitle: string;
3
3
  bodyText: string;
4
4
  closeModal: () => void;
5
- urlWordDoc: string | null;
6
- urlPdfDoc: string | null;
7
5
  isModalFree?: boolean;
6
+ documentLink: string;
8
7
  }
package/dist/index.d.ts CHANGED
@@ -67,8 +67,6 @@ interface ButtonProps {
67
67
  centered?: boolean;
68
68
  gtmTag?: string;
69
69
  hasNoFollow?: boolean;
70
- target?: string;
71
- isModalFree?: boolean;
72
70
  }
73
71
 
74
72
  declare const Button: FC<ButtonProps>;
@@ -731,9 +729,8 @@ interface ModalFreeDocProps {
731
729
  bodyTitle: string;
732
730
  bodyText: string;
733
731
  closeModal: () => void;
734
- urlWordDoc: string | null;
735
- urlPdfDoc: string | null;
736
732
  isModalFree?: boolean;
733
+ documentLink: string;
737
734
  }
738
735
 
739
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.18.16",
3
+ "version": "2.19.1",
4
4
  "dependencies": {
5
5
  "@testing-library/jest-dom": "^5.16.5",
6
6
  "@tippyjs/react": "4.2.6",