@npm_leadtech/legal-lib-components 2.19.9 → 2.19.11

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.
@@ -3852,7 +3852,7 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
3852
3852
  @media (min-width: 720px) {
3853
3853
  .free-doc-modal-content .right-container .info-box__button-box .button {
3854
3854
  width: auto; } }
3855
- .free-doc-modal-content .right-container .info-box__button-box button {
3855
+ .free-doc-modal-content .right-container .info-box__button-box button, .free-doc-modal-content .right-container .info-box__button-box a {
3856
3856
  min-height: 3rem;
3857
3857
  width: 100%; }
3858
3858
  .free-doc-modal-content .close-mobile {
@@ -3,4 +3,5 @@ export interface FreeDocModalContentProps {
3
3
  bodyText: string;
4
4
  closeModal: () => void;
5
5
  clickGoToFormInApp: (arg0: null, arg1: string, arg2?: boolean) => void;
6
+ isActiveDocument: boolean;
6
7
  }
package/dist/index.d.ts CHANGED
@@ -730,6 +730,7 @@ interface FreeDocModalContentProps {
730
730
  bodyText: string;
731
731
  closeModal: () => void;
732
732
  clickGoToFormInApp: (arg0: null, arg1: string, arg2?: boolean) => void;
733
+ isActiveDocument: boolean;
733
734
  }
734
735
 
735
736
  declare const FreeDocModalContent: FC<FreeDocModalContentProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "2.19.9",
3
+ "version": "2.19.11",
4
4
  "dependencies": {
5
5
  "@testing-library/jest-dom": "^5.16.5",
6
6
  "@tippyjs/react": "4.2.6",