@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
  }