@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.
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/legal-lib-components.css +1 -1
- package/dist/cjs/src/components/molecules/FreeDocModalContent/FreeDocModalContent.types.d.ts +1 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/legal-lib-components.css +1 -1
- package/dist/esm/src/components/molecules/FreeDocModalContent/FreeDocModalContent.types.d.ts +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
|
@@ -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 {
|
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>;
|