@npm_leadtech/legal-lib-components 2.41.0 → 2.41.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.
- package/dist/cjs/images/componentsSvg/SvgProps.d.ts +5 -0
- package/dist/cjs/images/componentsSvg/generalCategories/BusinessIconCategory.d.ts +3 -0
- package/dist/cjs/images/componentsSvg/generalCategories/EmploymentIconCategory.d.ts +3 -0
- package/dist/cjs/images/componentsSvg/generalCategories/FinanceIconCategory.d.ts +3 -0
- package/dist/cjs/images/componentsSvg/generalCategories/PersonalFamilyIconCategory.d.ts +3 -0
- package/dist/cjs/images/componentsSvg/generalCategories/RealEstateIconCategory.d.ts +3 -0
- package/dist/cjs/images/componentsSvg/generalCategories/index.d.ts +5 -0
- package/dist/cjs/index.js +3 -3
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/legal-lib-components.css +195 -0
- package/dist/cjs/src/components/atoms/MoreDocsItem/MoreDocsItem.d.ts +4 -0
- package/dist/cjs/src/components/atoms/MoreDocsItem/MoreDocsItemProps.d.ts +7 -0
- package/dist/cjs/src/components/atoms/MoreDocsItem/index.d.ts +2 -0
- package/dist/cjs/src/components/atoms/PopularDocsItem/PopularDocsItem.d.ts +4 -0
- package/dist/cjs/src/components/atoms/PopularDocsItem/PopularDocsItemProps.d.ts +7 -0
- package/dist/cjs/src/components/atoms/PopularDocsItem/index.d.ts +2 -0
- package/dist/cjs/src/components/atoms/index.d.ts +2 -0
- package/dist/cjs/src/components/molecules/MoreDocsDesktop/MoreDocsDesktop.d.ts +4 -0
- package/dist/cjs/src/components/molecules/MoreDocsDesktop/MoreDocsDesktopProps.d.ts +5 -0
- package/dist/cjs/src/components/molecules/MoreDocsDesktop/index.d.ts +2 -0
- package/dist/cjs/src/components/molecules/MoreDocsMobile/MoreDocsMobile.d.ts +4 -0
- package/dist/cjs/src/components/molecules/MoreDocsMobile/MoreDocsMobileProps.d.ts +5 -0
- package/dist/cjs/src/components/molecules/MoreDocsMobile/index.d.ts +2 -0
- package/dist/cjs/src/components/molecules/PopularDocs/PopularDocs.d.ts +4 -0
- package/dist/cjs/src/components/molecules/PopularDocs/PopularDocsProps.d.ts +5 -0
- package/dist/cjs/src/components/molecules/PopularDocs/index.d.ts +2 -0
- package/dist/cjs/src/components/molecules/index.d.ts +3 -0
- package/dist/cjs/src/components/sections/MoreDocsSection/MoreDocsSection.d.ts +3 -0
- package/dist/cjs/src/components/sections/MoreDocsSection/MoreDocsSectionProps.d.ts +5 -0
- package/dist/cjs/src/components/sections/MoreDocsSection/index.d.ts +2 -0
- package/dist/cjs/src/components/sections/index.d.ts +1 -0
- package/dist/cjs/src/hooks/useIsMobileOrTable.d.ts +1 -0
- package/dist/cjs/src/index.d.ts +1 -0
- package/dist/cjs/src/utils/ProductCategory.d.ts +7 -0
- package/dist/cjs/src/utils/getCategoryIcons.d.ts +3 -0
- package/dist/esm/images/componentsSvg/SvgProps.d.ts +5 -0
- package/dist/esm/images/componentsSvg/generalCategories/BusinessIconCategory.d.ts +3 -0
- package/dist/esm/images/componentsSvg/generalCategories/EmploymentIconCategory.d.ts +3 -0
- package/dist/esm/images/componentsSvg/generalCategories/FinanceIconCategory.d.ts +3 -0
- package/dist/esm/images/componentsSvg/generalCategories/PersonalFamilyIconCategory.d.ts +3 -0
- package/dist/esm/images/componentsSvg/generalCategories/RealEstateIconCategory.d.ts +3 -0
- package/dist/esm/images/componentsSvg/generalCategories/index.d.ts +5 -0
- package/dist/esm/index.js +3 -3
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/legal-lib-components.css +195 -0
- package/dist/esm/src/components/atoms/MoreDocsItem/MoreDocsItem.d.ts +4 -0
- package/dist/esm/src/components/atoms/MoreDocsItem/MoreDocsItemProps.d.ts +7 -0
- package/dist/esm/src/components/atoms/MoreDocsItem/index.d.ts +2 -0
- package/dist/esm/src/components/atoms/PopularDocsItem/PopularDocsItem.d.ts +4 -0
- package/dist/esm/src/components/atoms/PopularDocsItem/PopularDocsItemProps.d.ts +7 -0
- package/dist/esm/src/components/atoms/PopularDocsItem/index.d.ts +2 -0
- package/dist/esm/src/components/atoms/index.d.ts +2 -0
- package/dist/esm/src/components/molecules/MoreDocsDesktop/MoreDocsDesktop.d.ts +4 -0
- package/dist/esm/src/components/molecules/MoreDocsDesktop/MoreDocsDesktopProps.d.ts +5 -0
- package/dist/esm/src/components/molecules/MoreDocsDesktop/index.d.ts +2 -0
- package/dist/esm/src/components/molecules/MoreDocsMobile/MoreDocsMobile.d.ts +4 -0
- package/dist/esm/src/components/molecules/MoreDocsMobile/MoreDocsMobileProps.d.ts +5 -0
- package/dist/esm/src/components/molecules/MoreDocsMobile/index.d.ts +2 -0
- package/dist/esm/src/components/molecules/PopularDocs/PopularDocs.d.ts +4 -0
- package/dist/esm/src/components/molecules/PopularDocs/PopularDocsProps.d.ts +5 -0
- package/dist/esm/src/components/molecules/PopularDocs/index.d.ts +2 -0
- package/dist/esm/src/components/molecules/index.d.ts +3 -0
- package/dist/esm/src/components/sections/MoreDocsSection/MoreDocsSection.d.ts +3 -0
- package/dist/esm/src/components/sections/MoreDocsSection/MoreDocsSectionProps.d.ts +5 -0
- package/dist/esm/src/components/sections/MoreDocsSection/index.d.ts +2 -0
- package/dist/esm/src/components/sections/index.d.ts +1 -0
- package/dist/esm/src/hooks/useIsMobileOrTable.d.ts +1 -0
- package/dist/esm/src/index.d.ts +1 -0
- package/dist/esm/src/utils/ProductCategory.d.ts +7 -0
- package/dist/esm/src/utils/getCategoryIcons.d.ts +3 -0
- package/dist/index.d.ts +56 -1
- package/package.json +1 -1
|
@@ -2041,11 +2041,79 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
2041
2041
|
border-radius: 5px;
|
|
2042
2042
|
font-family: "Inter", sans-serif; }
|
|
2043
2043
|
|
|
2044
|
+
.more-docs-item {
|
|
2045
|
+
display: flex;
|
|
2046
|
+
flex-direction: row;
|
|
2047
|
+
align-items: center;
|
|
2048
|
+
padding: 8px;
|
|
2049
|
+
gap: 10px;
|
|
2050
|
+
border-radius: 4px;
|
|
2051
|
+
text-decoration: none; }
|
|
2052
|
+
.more-docs-item:hover {
|
|
2053
|
+
background-color: var(--primary-main-light-5); }
|
|
2054
|
+
.more-docs-item .category-icon {
|
|
2055
|
+
margin: 0 1rem 0 1.3rem; }
|
|
2056
|
+
.more-docs-item .category-icon svg {
|
|
2057
|
+
fill: var(--primary-main); }
|
|
2058
|
+
.more-docs-item .texts {
|
|
2059
|
+
display: flex;
|
|
2060
|
+
flex-direction: column;
|
|
2061
|
+
gap: 0.5rem;
|
|
2062
|
+
text-align: left;
|
|
2063
|
+
padding-left: 1rem; }
|
|
2064
|
+
.more-docs-item .texts .title {
|
|
2065
|
+
line-height: 22px;
|
|
2066
|
+
letter-spacing: -0.3px;
|
|
2067
|
+
color: var(--neutral-neutral-1);
|
|
2068
|
+
padding-right: 0.5rem; }
|
|
2069
|
+
.more-docs-item .texts .description {
|
|
2070
|
+
font-size: 12px;
|
|
2071
|
+
line-height: 16px;
|
|
2072
|
+
letter-spacing: -0.3px;
|
|
2073
|
+
color: var(--neutral-neutral-2); }
|
|
2074
|
+
|
|
2044
2075
|
.paypal-button {
|
|
2045
2076
|
padding: 0;
|
|
2046
2077
|
border: none;
|
|
2047
2078
|
cursor: pointer; }
|
|
2048
2079
|
|
|
2080
|
+
.popular-docs-item {
|
|
2081
|
+
display: flex;
|
|
2082
|
+
flex-direction: row;
|
|
2083
|
+
align-items: center;
|
|
2084
|
+
padding: 24px 16px 24px 24px;
|
|
2085
|
+
gap: 2rem;
|
|
2086
|
+
height: 6rem;
|
|
2087
|
+
background: var(--others-white);
|
|
2088
|
+
box-shadow: 0px 2px 6px 0px rgba(var(--primary-main-dark-1-rgb), 0.25);
|
|
2089
|
+
border-radius: 4px;
|
|
2090
|
+
text-decoration: none; }
|
|
2091
|
+
.popular-docs-item .category-icon svg {
|
|
2092
|
+
fill: var(--primary-main-dark-1); }
|
|
2093
|
+
.popular-docs-item .texts {
|
|
2094
|
+
display: flex;
|
|
2095
|
+
flex-direction: column;
|
|
2096
|
+
text-align: left;
|
|
2097
|
+
width: 100%; }
|
|
2098
|
+
.popular-docs-item .texts .description {
|
|
2099
|
+
color: var(--neutral-neutral-2);
|
|
2100
|
+
font-size: 12px;
|
|
2101
|
+
line-height: 1.33;
|
|
2102
|
+
margin-top: 0.3rem; }
|
|
2103
|
+
.popular-docs-item .icon-left svg {
|
|
2104
|
+
width: 40px;
|
|
2105
|
+
height: 40px; }
|
|
2106
|
+
.popular-docs-item .icon-left svg .main-fill {
|
|
2107
|
+
fill: var(--neutral-neutral-4); }
|
|
2108
|
+
.popular-docs-item:hover {
|
|
2109
|
+
background-color: var(--neutral-neutral-5);
|
|
2110
|
+
cursor: pointer; }
|
|
2111
|
+
.popular-docs-item:hover .icon-left svg .main-fill {
|
|
2112
|
+
fill: var(--primary-main); }
|
|
2113
|
+
@media (min-width: 720px) {
|
|
2114
|
+
.popular-docs-item {
|
|
2115
|
+
margin-left: 0.5rem; } }
|
|
2116
|
+
|
|
2049
2117
|
.progress__wrapper {
|
|
2050
2118
|
position: absolute;
|
|
2051
2119
|
width: 100%;
|
|
@@ -3648,6 +3716,108 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
3648
3716
|
.menu-items-section__title-wrapper__title {
|
|
3649
3717
|
font-weight: bold; }
|
|
3650
3718
|
|
|
3719
|
+
.more-docs-desktop {
|
|
3720
|
+
display: flex;
|
|
3721
|
+
flex-flow: row nowrap;
|
|
3722
|
+
justify-content: center; }
|
|
3723
|
+
.more-docs-desktop .container {
|
|
3724
|
+
padding: 1rem;
|
|
3725
|
+
text-align: center;
|
|
3726
|
+
display: flex;
|
|
3727
|
+
flex-direction: column;
|
|
3728
|
+
min-height: 20rem;
|
|
3729
|
+
align-items: center; }
|
|
3730
|
+
@media (min-width: 720px) {
|
|
3731
|
+
.more-docs-desktop .container {
|
|
3732
|
+
padding: 1rem 1rem 2rem 2rem; } }
|
|
3733
|
+
@media (min-width: 1200px) {
|
|
3734
|
+
.more-docs-desktop .container {
|
|
3735
|
+
padding: 1rem 6rem 2rem 6rem; } }
|
|
3736
|
+
.more-docs-desktop .container .section-title {
|
|
3737
|
+
text-align: left;
|
|
3738
|
+
font-family: "Lora", serif;
|
|
3739
|
+
font-size: 32px;
|
|
3740
|
+
font-weight: normal;
|
|
3741
|
+
line-height: 1.31;
|
|
3742
|
+
letter-spacing: -0.3px;
|
|
3743
|
+
padding: 0 0 1.5rem 0;
|
|
3744
|
+
width: 100%; }
|
|
3745
|
+
@media only screen and (max-width: 960px) {
|
|
3746
|
+
.more-docs-desktop .container .section-title {
|
|
3747
|
+
display: flex;
|
|
3748
|
+
justify-content: center; } }
|
|
3749
|
+
.more-docs-desktop .container .docs-container {
|
|
3750
|
+
display: flex;
|
|
3751
|
+
flex-direction: row; }
|
|
3752
|
+
.more-docs-desktop .container .docs-container .docs-column {
|
|
3753
|
+
display: flex;
|
|
3754
|
+
flex-direction: column;
|
|
3755
|
+
min-width: 17rem;
|
|
3756
|
+
margin: 0 2rem 0 1rem;
|
|
3757
|
+
cursor: pointer; }
|
|
3758
|
+
.more-docs-desktop .container .docs-container .docs-column:first-child {
|
|
3759
|
+
margin-left: 0; }
|
|
3760
|
+
.more-docs-desktop .container .docs-container .docs-column:last-child {
|
|
3761
|
+
margin-right: 0; }
|
|
3762
|
+
@media only screen and (max-width: 960px) {
|
|
3763
|
+
.more-docs-desktop .container .docs-container .docs-column:last-child {
|
|
3764
|
+
display: none; } }
|
|
3765
|
+
.more-docs-desktop .container .docs-container .separation-line {
|
|
3766
|
+
width: 1px;
|
|
3767
|
+
height: 196px;
|
|
3768
|
+
background-color: var(--primary-main-dark-1); }
|
|
3769
|
+
@media only screen and (max-width: 960px) {
|
|
3770
|
+
.more-docs-desktop .container .docs-container .last-line {
|
|
3771
|
+
display: none; } }
|
|
3772
|
+
|
|
3773
|
+
.more-docs-mobile {
|
|
3774
|
+
margin: 0px 24px 40px 24px;
|
|
3775
|
+
padding: 5px 0;
|
|
3776
|
+
border-radius: 4px;
|
|
3777
|
+
border: solid 2px #dfe5e8;
|
|
3778
|
+
display: flex;
|
|
3779
|
+
flex-direction: column;
|
|
3780
|
+
align-items: center;
|
|
3781
|
+
justify-content: space-between;
|
|
3782
|
+
cursor: pointer; }
|
|
3783
|
+
.more-docs-mobile .box-closed {
|
|
3784
|
+
display: flex;
|
|
3785
|
+
flex-direction: row;
|
|
3786
|
+
align-items: center; }
|
|
3787
|
+
.more-docs-mobile .box-closed .icon-see-more {
|
|
3788
|
+
transform: rotate(-90deg); }
|
|
3789
|
+
.more-docs-mobile .box-closed .icon-see-more:before, .more-docs-mobile .box-closed .icon-see-more:after {
|
|
3790
|
+
background-color: var(--others-black); }
|
|
3791
|
+
.more-docs-mobile .box-closed .icon-see-more.open {
|
|
3792
|
+
transform: rotate(90deg); }
|
|
3793
|
+
.more-docs-mobile .box-closed .icon-see-more svg {
|
|
3794
|
+
width: 40px;
|
|
3795
|
+
height: 40px; }
|
|
3796
|
+
.more-docs-mobile .box-closed .box-title {
|
|
3797
|
+
align-self: center;
|
|
3798
|
+
margin-right: 4rem; }
|
|
3799
|
+
|
|
3800
|
+
.more-docs-list {
|
|
3801
|
+
margin: -40px 24px 40px 24px;
|
|
3802
|
+
padding: 16px 8px 16px 8px;
|
|
3803
|
+
border-radius: 4px;
|
|
3804
|
+
border: solid 2px #dfe5e8;
|
|
3805
|
+
display: flex;
|
|
3806
|
+
flex-direction: column; }
|
|
3807
|
+
.more-docs-list .docs-list {
|
|
3808
|
+
display: flex;
|
|
3809
|
+
flex-direction: column;
|
|
3810
|
+
width: 100%; }
|
|
3811
|
+
.more-docs-list .docs-list .separation-line {
|
|
3812
|
+
width: calc(100% - 20px);
|
|
3813
|
+
height: 1px;
|
|
3814
|
+
margin: 16px 10px;
|
|
3815
|
+
background-color: var(--neutral-neutral-3); }
|
|
3816
|
+
.more-docs-list .docs-list:last-child {
|
|
3817
|
+
margin-bottom: 1rem; }
|
|
3818
|
+
.more-docs-list .docs-list:last-child .separation-line {
|
|
3819
|
+
display: none; }
|
|
3820
|
+
|
|
3651
3821
|
.navbar-drop-down__container {
|
|
3652
3822
|
position: absolute;
|
|
3653
3823
|
width: 100%;
|
|
@@ -3783,6 +3953,31 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
3783
3953
|
text-align: center;
|
|
3784
3954
|
margin: 0.5rem 0 2rem; }
|
|
3785
3955
|
|
|
3956
|
+
.popular-docs {
|
|
3957
|
+
width: 80%;
|
|
3958
|
+
margin-left: 3rem; }
|
|
3959
|
+
@media only screen and (max-width: 960px) {
|
|
3960
|
+
.popular-docs {
|
|
3961
|
+
margin-left: 0; } }
|
|
3962
|
+
@media only screen and (max-width: 575px) {
|
|
3963
|
+
.popular-docs {
|
|
3964
|
+
width: 95%; } }
|
|
3965
|
+
.popular-docs .title {
|
|
3966
|
+
text-align: left;
|
|
3967
|
+
padding-left: 0.5rem;
|
|
3968
|
+
font-size: 18px;
|
|
3969
|
+
line-height: 1.33;
|
|
3970
|
+
letter-spacing: -0.3px;
|
|
3971
|
+
color: var(--primary-main-dark-1);
|
|
3972
|
+
margin-bottom: 16px; }
|
|
3973
|
+
@media only screen and (max-width: 960px) {
|
|
3974
|
+
.popular-docs .title {
|
|
3975
|
+
text-align: center; } }
|
|
3976
|
+
.popular-docs .documents {
|
|
3977
|
+
display: flex;
|
|
3978
|
+
flex-direction: column;
|
|
3979
|
+
gap: 1rem; }
|
|
3980
|
+
|
|
3786
3981
|
.pricing-card {
|
|
3787
3982
|
position: relative;
|
|
3788
3983
|
max-width: 400px;
|
|
@@ -24,7 +24,9 @@ export * from './Logo';
|
|
|
24
24
|
export * from './LogoText';
|
|
25
25
|
export * from './MenuItems';
|
|
26
26
|
export * from './Message';
|
|
27
|
+
export * from './MoreDocsItem';
|
|
27
28
|
export * from './PaypalButton';
|
|
29
|
+
export * from './PopularDocsItem';
|
|
28
30
|
export * from './ProgressBar';
|
|
29
31
|
export * from './Radio';
|
|
30
32
|
export * from './RemoveButton';
|
|
@@ -14,10 +14,13 @@ export * from './FaqItem';
|
|
|
14
14
|
export * from './Feedback';
|
|
15
15
|
export * from './FreeDocModalContent';
|
|
16
16
|
export * from './MenuItemsSection';
|
|
17
|
+
export * from './MoreDocsDesktop';
|
|
18
|
+
export * from './MoreDocsMobile';
|
|
17
19
|
export * from './NavBarDropDown';
|
|
18
20
|
export * from './Pagination';
|
|
19
21
|
export * from './PhoneContactBoxDesktop';
|
|
20
22
|
export * from './PhoneContactBoxMobile';
|
|
23
|
+
export * from './PopularDocs';
|
|
21
24
|
export * from './PricingCard';
|
|
22
25
|
export * from './Snackbar';
|
|
23
26
|
export * from './StepGetForm';
|
|
@@ -9,6 +9,7 @@ export * from './GuidelinesSection';
|
|
|
9
9
|
export * from './HowGetYourFormsSection';
|
|
10
10
|
export * from './JumbotronSimplifiedSection';
|
|
11
11
|
export * from './LegalSection';
|
|
12
|
+
export * from './MoreDocsSection';
|
|
12
13
|
export * from './PeopleSayAboutUsSection';
|
|
13
14
|
export * from './TryOurFreeLegalBlogsSection';
|
|
14
15
|
export * from './TryUsSection';
|
package/dist/esm/src/index.d.ts
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -276,12 +276,38 @@ interface MessageProps {
|
|
|
276
276
|
|
|
277
277
|
declare const Message: FC<MessageProps>;
|
|
278
278
|
|
|
279
|
+
declare enum ProductCategory {
|
|
280
|
+
Business = "Business",
|
|
281
|
+
Employment = "Employment",
|
|
282
|
+
RealEstate = "Real Estate",
|
|
283
|
+
Finance = "Finance",
|
|
284
|
+
PersonalFamily = "Personal and Family"
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
interface MoreDocsItemProps {
|
|
288
|
+
id: string;
|
|
289
|
+
title: string;
|
|
290
|
+
description: ProductCategory;
|
|
291
|
+
slug: string;
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
declare const MoreDocsItem: React$1.FC<MoreDocsItemProps>;
|
|
295
|
+
|
|
279
296
|
interface PaypalButtonProps {
|
|
280
297
|
onClickButton: () => void;
|
|
281
298
|
}
|
|
282
299
|
|
|
283
300
|
declare const PaypalButton: FC<PaypalButtonProps>;
|
|
284
301
|
|
|
302
|
+
interface PopularDocsItemProps {
|
|
303
|
+
id: string;
|
|
304
|
+
title: string;
|
|
305
|
+
description: ProductCategory;
|
|
306
|
+
slug: string;
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
declare const PopularDocsItem: React$1.FC<PopularDocsItemProps>;
|
|
310
|
+
|
|
285
311
|
interface ProgressBarProps {
|
|
286
312
|
currentStep: number;
|
|
287
313
|
allSteps: any[];
|
|
@@ -681,6 +707,20 @@ interface MenuItemsSectionProps {
|
|
|
681
707
|
|
|
682
708
|
declare const MenuItemsSection: FC<MenuItemsSectionProps>;
|
|
683
709
|
|
|
710
|
+
interface MoreDocsDesktopProps {
|
|
711
|
+
title: string;
|
|
712
|
+
documents: MoreDocsItemProps[];
|
|
713
|
+
}
|
|
714
|
+
|
|
715
|
+
declare const MoreDocsDesktop: React$1.FC<MoreDocsDesktopProps>;
|
|
716
|
+
|
|
717
|
+
interface MoreDocsMobileProps {
|
|
718
|
+
title: string;
|
|
719
|
+
documents: MoreDocsItemProps[];
|
|
720
|
+
}
|
|
721
|
+
|
|
722
|
+
declare const MoreDocsMobile: React$1.FC<MoreDocsMobileProps>;
|
|
723
|
+
|
|
684
724
|
interface List {
|
|
685
725
|
onClick: () => void;
|
|
686
726
|
content: string;
|
|
@@ -721,6 +761,13 @@ interface PhoneContactBoxMobileProps {
|
|
|
721
761
|
|
|
722
762
|
declare const PhoneContactBoxMobile: React$1.FC<PhoneContactBoxMobileProps>;
|
|
723
763
|
|
|
764
|
+
interface PopularDocsProps {
|
|
765
|
+
title: string;
|
|
766
|
+
documents: PopularDocsItemProps[];
|
|
767
|
+
}
|
|
768
|
+
|
|
769
|
+
declare const PopularDocs: React$1.FC<PopularDocsProps>;
|
|
770
|
+
|
|
724
771
|
interface PricingCardProps {
|
|
725
772
|
order?: number;
|
|
726
773
|
subscriptionId?: string;
|
|
@@ -977,6 +1024,13 @@ interface LegalSectionProps {
|
|
|
977
1024
|
|
|
978
1025
|
declare const LegalSection: React$1.FC<LegalSectionProps>;
|
|
979
1026
|
|
|
1027
|
+
interface MoreDocsSectionProps {
|
|
1028
|
+
title: string;
|
|
1029
|
+
documents: MoreDocsItemProps[];
|
|
1030
|
+
}
|
|
1031
|
+
|
|
1032
|
+
declare const MoreDocsSection: React$1.FC<MoreDocsSectionProps>;
|
|
1033
|
+
|
|
980
1034
|
interface PeopleSayAboutUsSectionProps {
|
|
981
1035
|
title?: string;
|
|
982
1036
|
contentTrustPilot: TrustPilotProps;
|
|
@@ -1081,7 +1135,8 @@ interface UseIsMobileOrTablePropsReturn {
|
|
|
1081
1135
|
isMobile: boolean;
|
|
1082
1136
|
isTablet: boolean;
|
|
1083
1137
|
load: boolean;
|
|
1138
|
+
isGtLandscapeTablets: boolean;
|
|
1084
1139
|
}
|
|
1085
1140
|
declare const useIsMobileOrTable: () => UseIsMobileOrTablePropsReturn;
|
|
1086
1141
|
|
|
1087
|
-
export { AboutUsContent, type AboutUsContentProps, AboutUsPage, type AboutUsPageProps, AboutUsSection, type AboutUsSectionProps, AddButton, type AddButtonProps, AlsoKnownAs, type AlsoKnownAsProps, Article, type ArticleProps, ArticlesList, type ArticlesListProps, AsSeeInContent, type AsSeeInContentProps, AsSeeInSection, type AsSeeInSectionProps, AsideMenuSection, type AsideMenuSectionProps, BaseBox, BaseBoxList, type BaseBoxListProps, type BaseBoxProps, BillCard, type BillCardProps, BlogSection, type BlogSectionProps, BottomFixedBar, type BottomFixedBarProps, BottomOverlay, BottomOverlayMenu, type BottomOverlayMenuProps, type BottomOverlayProps, BoxForm, type BoxFormProps, BreadcrumItem, type BreadcrumItemProps, Breadcrumb, type BreadcrumbProps, Button, ButtonIcon, type ButtonIconProps, type ButtonProps, CardPane, type CardPaneInfoProps, type CardPaneProps, Checkbox, type CheckboxProps, ContactBox, type ContactBoxProps, ContactJumbotron, type ContactJumbotronProps, ContactSection, type ContactSectionProps, ContactUsPage, type ContactUsPageProps, ContinueEditingBanner, type ContinueEditingBannerProps, CookiePolicyBar, type CookiePolicyBarProps, CountDownMessage, type CountDownMessageProps, DatePickerCustom, type DatePickerCustomProps, DialogMenuIcon, type DialogMenuIconProps, Disclaimer, type DisclaimerProps, Divider, type DividerProps, DocumentStatus, type DocumentStatusProps, DocumentTag, type DocumentTagProps, EmailContactBox, type EmailContactBoxProps, ExpertCard, ExpertCardList, type ExpertCardListProps, type ExpertCardProps, ExpertsSection, type ExpertsSectionProps, FaqGroup, type FaqGroupProps, FaqItem, type FaqItemProps, FaqSection, type FaqSectionProps, FaqsPage, type FaqsPageProps, Feedback, type FeedbackProps, FormFaq, type FormFaqProps, FreeDocModalContent, type FreeDocModalContentProps, GoogleButton, type GoogleButtonProps, GuidelinesContent, type GuidelinesContentProps, GuidelinesSection, type GuidelinesSectionProps, HowGetYourFormsSection, type HowGetYourFormsSectionProps, IconImage, type IconImageProps, IconSvgURLWithThemeColor, type IconSvgURLWithThemeColorProps, type ImageStructure, InfoBox, type InfoBoxProps, JumbotronSimplifiedSection, type JumbotronSimplifiedSectionProps, JumbotronStatic, type JumbotronStaticProps, type LatestApplication, LearnMoreSection, type LearnMoreSectionProps, LegalPage, type LegalPageProps, LegalSection, type LegalSectionProps, ListStepsGetForm, type ListStepsGetFormProps, Logo, type LogoProps, LogoText, type LogoTextProps, type MenuItemProps, MenuItems, MenuItemsSection, type MenuItemsSectionProps, MenuPlacement, Message, MessageInformation, type MessageInformationProps, type MessageProps, MobileBottomBar, type MobileBottomBarProps, NavBarDropDown, type NavBarDropDownProps, Pagination, type PaginationProps, PaypalButton, type PaypalButtonProps, PeopleSayAboutUsSection, type PeopleSayAboutUsSectionProps, PhoneContactBoxDesktop, type PhoneContactBoxDesktopProps, PhoneContactBoxMobile, type PhoneContactBoxMobileProps, PricingCard, type PricingCardProps, ProgressBar, type ProgressBarProps, Radio, type RadioProps, RemoveButton, type RemoveButtonProps, RichTextInner, type RichTextInnerProps, type RichTextMedia, RichTextStrapi, type RichTextStrapiProps, SearchSelect, type SearchSelectProps, ShowMoreBox, type ShowMoreBoxProps, type SideMenuTabProps, SidemenuTab, Snackbar, type SnackbarProps, Spinner, type SpinnerProps, StepGetForm, type StepGetFormProps, Tagline, type TaglineProps, TextArea, type TextAreaProps, TextInput, type TextInputProps, Toggle, type ToggleProps, Tooltip, TooltipMenu, type TooltipMenuProps, type TooltipProps, TopBar, TopBarMobile, type TopBarProps, Trustpilot as TrustPilot, type TrustPilotProps, TrustworthyWebsites, type TrustworthyWebsitesProps, TryOurFreeLegalBlogsContent, type TryOurFreeLegalBlogsContentProps, TryOurFreeLegalBlogsSection, type TryOurFreeLegalBlogsSectionProps, TryUsSection, type TryUsSectionProps, UnsubscribePage, type UnsubscribePageProps, UnsubscribeSection, type UnsubscribeSectionProps, type WhyLawDistrictItem, WhyLawDistrictItems, type WhyLawDistrictItemsProps, WhyLawDistrictSection, type WhyLawDistrictSectionProps, WideInfoBar, useIntersectionObserver, useIsMobileOrTable };
|
|
1142
|
+
export { AboutUsContent, type AboutUsContentProps, AboutUsPage, type AboutUsPageProps, AboutUsSection, type AboutUsSectionProps, AddButton, type AddButtonProps, AlsoKnownAs, type AlsoKnownAsProps, Article, type ArticleProps, ArticlesList, type ArticlesListProps, AsSeeInContent, type AsSeeInContentProps, AsSeeInSection, type AsSeeInSectionProps, AsideMenuSection, type AsideMenuSectionProps, BaseBox, BaseBoxList, type BaseBoxListProps, type BaseBoxProps, BillCard, type BillCardProps, BlogSection, type BlogSectionProps, BottomFixedBar, type BottomFixedBarProps, BottomOverlay, BottomOverlayMenu, type BottomOverlayMenuProps, type BottomOverlayProps, BoxForm, type BoxFormProps, BreadcrumItem, type BreadcrumItemProps, Breadcrumb, type BreadcrumbProps, Button, ButtonIcon, type ButtonIconProps, type ButtonProps, CardPane, type CardPaneInfoProps, type CardPaneProps, Checkbox, type CheckboxProps, ContactBox, type ContactBoxProps, ContactJumbotron, type ContactJumbotronProps, ContactSection, type ContactSectionProps, ContactUsPage, type ContactUsPageProps, ContinueEditingBanner, type ContinueEditingBannerProps, CookiePolicyBar, type CookiePolicyBarProps, CountDownMessage, type CountDownMessageProps, DatePickerCustom, type DatePickerCustomProps, DialogMenuIcon, type DialogMenuIconProps, Disclaimer, type DisclaimerProps, Divider, type DividerProps, DocumentStatus, type DocumentStatusProps, DocumentTag, type DocumentTagProps, EmailContactBox, type EmailContactBoxProps, ExpertCard, ExpertCardList, type ExpertCardListProps, type ExpertCardProps, ExpertsSection, type ExpertsSectionProps, FaqGroup, type FaqGroupProps, FaqItem, type FaqItemProps, FaqSection, type FaqSectionProps, FaqsPage, type FaqsPageProps, Feedback, type FeedbackProps, FormFaq, type FormFaqProps, FreeDocModalContent, type FreeDocModalContentProps, GoogleButton, type GoogleButtonProps, GuidelinesContent, type GuidelinesContentProps, GuidelinesSection, type GuidelinesSectionProps, HowGetYourFormsSection, type HowGetYourFormsSectionProps, IconImage, type IconImageProps, IconSvgURLWithThemeColor, type IconSvgURLWithThemeColorProps, type ImageStructure, InfoBox, type InfoBoxProps, JumbotronSimplifiedSection, type JumbotronSimplifiedSectionProps, JumbotronStatic, type JumbotronStaticProps, type LatestApplication, LearnMoreSection, type LearnMoreSectionProps, LegalPage, type LegalPageProps, LegalSection, type LegalSectionProps, ListStepsGetForm, type ListStepsGetFormProps, Logo, type LogoProps, LogoText, type LogoTextProps, type MenuItemProps, MenuItems, MenuItemsSection, type MenuItemsSectionProps, MenuPlacement, Message, MessageInformation, type MessageInformationProps, type MessageProps, MobileBottomBar, type MobileBottomBarProps, MoreDocsDesktop, type MoreDocsDesktopProps, MoreDocsItem, type MoreDocsItemProps, MoreDocsMobile, type MoreDocsMobileProps, MoreDocsSection, type MoreDocsSectionProps, NavBarDropDown, type NavBarDropDownProps, Pagination, type PaginationProps, PaypalButton, type PaypalButtonProps, PeopleSayAboutUsSection, type PeopleSayAboutUsSectionProps, PhoneContactBoxDesktop, type PhoneContactBoxDesktopProps, PhoneContactBoxMobile, type PhoneContactBoxMobileProps, PopularDocs, PopularDocsItem, type PopularDocsItemProps, type PopularDocsProps, PricingCard, type PricingCardProps, ProductCategory, ProgressBar, type ProgressBarProps, Radio, type RadioProps, RemoveButton, type RemoveButtonProps, RichTextInner, type RichTextInnerProps, type RichTextMedia, RichTextStrapi, type RichTextStrapiProps, SearchSelect, type SearchSelectProps, ShowMoreBox, type ShowMoreBoxProps, type SideMenuTabProps, SidemenuTab, Snackbar, type SnackbarProps, Spinner, type SpinnerProps, StepGetForm, type StepGetFormProps, Tagline, type TaglineProps, TextArea, type TextAreaProps, TextInput, type TextInputProps, Toggle, type ToggleProps, Tooltip, TooltipMenu, type TooltipMenuProps, type TooltipProps, TopBar, TopBarMobile, type TopBarProps, Trustpilot as TrustPilot, type TrustPilotProps, TrustworthyWebsites, type TrustworthyWebsitesProps, TryOurFreeLegalBlogsContent, type TryOurFreeLegalBlogsContentProps, TryOurFreeLegalBlogsSection, type TryOurFreeLegalBlogsSectionProps, TryUsSection, type TryUsSectionProps, UnsubscribePage, type UnsubscribePageProps, UnsubscribeSection, type UnsubscribeSectionProps, type WhyLawDistrictItem, WhyLawDistrictItems, type WhyLawDistrictItemsProps, WhyLawDistrictSection, type WhyLawDistrictSectionProps, WideInfoBar, useIntersectionObserver, useIsMobileOrTable };
|