@npm_leadtech/legal-lib-components 2.18.9 → 2.18.12

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.
@@ -3810,7 +3810,7 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
3810
3810
  .modal-free-doc {
3811
3811
  display: flex;
3812
3812
  flex-direction: column;
3813
- max-width: 325px; }
3813
+ max-width: 370px; }
3814
3814
  @media (min-width: 720px) {
3815
3815
  .modal-free-doc {
3816
3816
  flex-direction: row;
@@ -3819,7 +3819,6 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
3819
3819
  .modal-free-doc .right-container {
3820
3820
  display: flex;
3821
3821
  width: 100%;
3822
- padding: 1rem;
3823
3822
  text-align: left; }
3824
3823
  @media (min-width: 720px) {
3825
3824
  .modal-free-doc .right-container {
@@ -3829,7 +3828,7 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
3829
3828
  display: flex;
3830
3829
  flex-direction: column;
3831
3830
  border: none;
3832
- padding: 1rem; }
3831
+ padding: 1.75rem; }
3833
3832
  @media (min-width: 720px) {
3834
3833
  .modal-free-doc .right-container .info-box {
3835
3834
  padding: 1rem 0 0 1rem; } }
@@ -3853,12 +3852,12 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
3853
3852
  width: auto; } }
3854
3853
  .modal-free-doc .right-container .info-box__button-box button {
3855
3854
  min-height: 3rem;
3856
- width: 100%; }
3855
+ width: auto; }
3857
3856
  .modal-free-doc .modal-free-close-mobile {
3858
3857
  display: flex;
3859
3858
  position: relative;
3860
- left: 280px;
3861
- top: 30px;
3859
+ left: 325px;
3860
+ top: 35px;
3862
3861
  line-height: 1rem;
3863
3862
  color: var(--neutral-neutral-1);
3864
3863
  font-size: 35px; }
@@ -3,7 +3,7 @@ export interface ButtonProps {
3
3
  label: string;
4
4
  dataQa?: string;
5
5
  labelMobile?: string;
6
- link?: string;
6
+ link?: string | null;
7
7
  LinkComponent?: any;
8
8
  noLink?: boolean;
9
9
  noLinkNoFunc?: boolean;
@@ -1,6 +1,6 @@
1
1
  export interface ModalFreeDocProps {
2
2
  productName?: string;
3
3
  closeModal: () => void;
4
- urlWordDoc: string;
5
- urlPdfDoc: string;
4
+ urlWordDoc: string | null;
5
+ urlPdfDoc: string | null;
6
6
  }
package/dist/index.d.ts CHANGED
@@ -50,7 +50,7 @@ interface ButtonProps {
50
50
  label: string;
51
51
  dataQa?: string;
52
52
  labelMobile?: string;
53
- link?: string;
53
+ link?: string | null;
54
54
  LinkComponent?: any;
55
55
  noLink?: boolean;
56
56
  noLinkNoFunc?: boolean;
@@ -728,8 +728,8 @@ declare const ExpertCardList: FC<ExpertCardListProps>;
728
728
  interface ModalFreeDocProps {
729
729
  productName?: string;
730
730
  closeModal: () => void;
731
- urlWordDoc: string;
732
- urlPdfDoc: string;
731
+ urlWordDoc: string | null;
732
+ urlPdfDoc: string | null;
733
733
  }
734
734
 
735
735
  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.9",
3
+ "version": "2.18.12",
4
4
  "dependencies": {
5
5
  "@testing-library/jest-dom": "^5.16.5",
6
6
  "@tippyjs/react": "4.2.6",