@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.
Files changed (72) hide show
  1. package/dist/cjs/images/componentsSvg/SvgProps.d.ts +5 -0
  2. package/dist/cjs/images/componentsSvg/generalCategories/BusinessIconCategory.d.ts +3 -0
  3. package/dist/cjs/images/componentsSvg/generalCategories/EmploymentIconCategory.d.ts +3 -0
  4. package/dist/cjs/images/componentsSvg/generalCategories/FinanceIconCategory.d.ts +3 -0
  5. package/dist/cjs/images/componentsSvg/generalCategories/PersonalFamilyIconCategory.d.ts +3 -0
  6. package/dist/cjs/images/componentsSvg/generalCategories/RealEstateIconCategory.d.ts +3 -0
  7. package/dist/cjs/images/componentsSvg/generalCategories/index.d.ts +5 -0
  8. package/dist/cjs/index.js +3 -3
  9. package/dist/cjs/index.js.map +1 -1
  10. package/dist/cjs/legal-lib-components.css +195 -0
  11. package/dist/cjs/src/components/atoms/MoreDocsItem/MoreDocsItem.d.ts +4 -0
  12. package/dist/cjs/src/components/atoms/MoreDocsItem/MoreDocsItemProps.d.ts +7 -0
  13. package/dist/cjs/src/components/atoms/MoreDocsItem/index.d.ts +2 -0
  14. package/dist/cjs/src/components/atoms/PopularDocsItem/PopularDocsItem.d.ts +4 -0
  15. package/dist/cjs/src/components/atoms/PopularDocsItem/PopularDocsItemProps.d.ts +7 -0
  16. package/dist/cjs/src/components/atoms/PopularDocsItem/index.d.ts +2 -0
  17. package/dist/cjs/src/components/atoms/index.d.ts +2 -0
  18. package/dist/cjs/src/components/molecules/MoreDocsDesktop/MoreDocsDesktop.d.ts +4 -0
  19. package/dist/cjs/src/components/molecules/MoreDocsDesktop/MoreDocsDesktopProps.d.ts +5 -0
  20. package/dist/cjs/src/components/molecules/MoreDocsDesktop/index.d.ts +2 -0
  21. package/dist/cjs/src/components/molecules/MoreDocsMobile/MoreDocsMobile.d.ts +4 -0
  22. package/dist/cjs/src/components/molecules/MoreDocsMobile/MoreDocsMobileProps.d.ts +5 -0
  23. package/dist/cjs/src/components/molecules/MoreDocsMobile/index.d.ts +2 -0
  24. package/dist/cjs/src/components/molecules/PopularDocs/PopularDocs.d.ts +4 -0
  25. package/dist/cjs/src/components/molecules/PopularDocs/PopularDocsProps.d.ts +5 -0
  26. package/dist/cjs/src/components/molecules/PopularDocs/index.d.ts +2 -0
  27. package/dist/cjs/src/components/molecules/index.d.ts +3 -0
  28. package/dist/cjs/src/components/sections/MoreDocsSection/MoreDocsSection.d.ts +3 -0
  29. package/dist/cjs/src/components/sections/MoreDocsSection/MoreDocsSectionProps.d.ts +5 -0
  30. package/dist/cjs/src/components/sections/MoreDocsSection/index.d.ts +2 -0
  31. package/dist/cjs/src/components/sections/index.d.ts +1 -0
  32. package/dist/cjs/src/hooks/useIsMobileOrTable.d.ts +1 -0
  33. package/dist/cjs/src/index.d.ts +1 -0
  34. package/dist/cjs/src/utils/ProductCategory.d.ts +7 -0
  35. package/dist/cjs/src/utils/getCategoryIcons.d.ts +3 -0
  36. package/dist/esm/images/componentsSvg/SvgProps.d.ts +5 -0
  37. package/dist/esm/images/componentsSvg/generalCategories/BusinessIconCategory.d.ts +3 -0
  38. package/dist/esm/images/componentsSvg/generalCategories/EmploymentIconCategory.d.ts +3 -0
  39. package/dist/esm/images/componentsSvg/generalCategories/FinanceIconCategory.d.ts +3 -0
  40. package/dist/esm/images/componentsSvg/generalCategories/PersonalFamilyIconCategory.d.ts +3 -0
  41. package/dist/esm/images/componentsSvg/generalCategories/RealEstateIconCategory.d.ts +3 -0
  42. package/dist/esm/images/componentsSvg/generalCategories/index.d.ts +5 -0
  43. package/dist/esm/index.js +3 -3
  44. package/dist/esm/index.js.map +1 -1
  45. package/dist/esm/legal-lib-components.css +195 -0
  46. package/dist/esm/src/components/atoms/MoreDocsItem/MoreDocsItem.d.ts +4 -0
  47. package/dist/esm/src/components/atoms/MoreDocsItem/MoreDocsItemProps.d.ts +7 -0
  48. package/dist/esm/src/components/atoms/MoreDocsItem/index.d.ts +2 -0
  49. package/dist/esm/src/components/atoms/PopularDocsItem/PopularDocsItem.d.ts +4 -0
  50. package/dist/esm/src/components/atoms/PopularDocsItem/PopularDocsItemProps.d.ts +7 -0
  51. package/dist/esm/src/components/atoms/PopularDocsItem/index.d.ts +2 -0
  52. package/dist/esm/src/components/atoms/index.d.ts +2 -0
  53. package/dist/esm/src/components/molecules/MoreDocsDesktop/MoreDocsDesktop.d.ts +4 -0
  54. package/dist/esm/src/components/molecules/MoreDocsDesktop/MoreDocsDesktopProps.d.ts +5 -0
  55. package/dist/esm/src/components/molecules/MoreDocsDesktop/index.d.ts +2 -0
  56. package/dist/esm/src/components/molecules/MoreDocsMobile/MoreDocsMobile.d.ts +4 -0
  57. package/dist/esm/src/components/molecules/MoreDocsMobile/MoreDocsMobileProps.d.ts +5 -0
  58. package/dist/esm/src/components/molecules/MoreDocsMobile/index.d.ts +2 -0
  59. package/dist/esm/src/components/molecules/PopularDocs/PopularDocs.d.ts +4 -0
  60. package/dist/esm/src/components/molecules/PopularDocs/PopularDocsProps.d.ts +5 -0
  61. package/dist/esm/src/components/molecules/PopularDocs/index.d.ts +2 -0
  62. package/dist/esm/src/components/molecules/index.d.ts +3 -0
  63. package/dist/esm/src/components/sections/MoreDocsSection/MoreDocsSection.d.ts +3 -0
  64. package/dist/esm/src/components/sections/MoreDocsSection/MoreDocsSectionProps.d.ts +5 -0
  65. package/dist/esm/src/components/sections/MoreDocsSection/index.d.ts +2 -0
  66. package/dist/esm/src/components/sections/index.d.ts +1 -0
  67. package/dist/esm/src/hooks/useIsMobileOrTable.d.ts +1 -0
  68. package/dist/esm/src/index.d.ts +1 -0
  69. package/dist/esm/src/utils/ProductCategory.d.ts +7 -0
  70. package/dist/esm/src/utils/getCategoryIcons.d.ts +3 -0
  71. package/dist/index.d.ts +56 -1
  72. 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;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { type MoreDocsItemProps } from './MoreDocsItemProps';
3
+ import './MoreDocsItem.scss';
4
+ export declare const MoreDocsItem: React.FC<MoreDocsItemProps>;
@@ -0,0 +1,7 @@
1
+ import { type ProductCategory } from '../../../utils/ProductCategory';
2
+ export interface MoreDocsItemProps {
3
+ id: string;
4
+ title: string;
5
+ description: ProductCategory;
6
+ slug: string;
7
+ }
@@ -0,0 +1,2 @@
1
+ export * from './MoreDocsItem';
2
+ export * from './MoreDocsItemProps';
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { type PopularDocsItemProps } from './PopularDocsItemProps';
3
+ import './PopularDocsItem.scss';
4
+ export declare const PopularDocsItem: React.FC<PopularDocsItemProps>;
@@ -0,0 +1,7 @@
1
+ import { type ProductCategory } from '../../../utils/ProductCategory';
2
+ export interface PopularDocsItemProps {
3
+ id: string;
4
+ title: string;
5
+ description: ProductCategory;
6
+ slug: string;
7
+ }
@@ -0,0 +1,2 @@
1
+ export * from './PopularDocsItem';
2
+ export * from './PopularDocsItemProps';
@@ -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';
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { type MoreDocsDesktopProps } from './MoreDocsDesktopProps';
3
+ import './MoreDocsDesktop.scss';
4
+ export declare const MoreDocsDesktop: React.FC<MoreDocsDesktopProps>;
@@ -0,0 +1,5 @@
1
+ import { type MoreDocsItemProps } from '../../atoms';
2
+ export interface MoreDocsDesktopProps {
3
+ title: string;
4
+ documents: MoreDocsItemProps[];
5
+ }
@@ -0,0 +1,2 @@
1
+ export * from './MoreDocsDesktop';
2
+ export * from './MoreDocsDesktopProps';
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { type MoreDocsMobileProps } from './MoreDocsMobileProps';
3
+ import './MoreDocsMobile.scss';
4
+ export declare const MoreDocsMobile: React.FC<MoreDocsMobileProps>;
@@ -0,0 +1,5 @@
1
+ import { type MoreDocsItemProps } from '../../atoms';
2
+ export interface MoreDocsMobileProps {
3
+ title: string;
4
+ documents: MoreDocsItemProps[];
5
+ }
@@ -0,0 +1,2 @@
1
+ export * from './MoreDocsMobile';
2
+ export * from './MoreDocsMobileProps';
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { type PopularDocsProps } from './PopularDocsProps';
3
+ import './PopularDocs.scss';
4
+ export declare const PopularDocs: React.FC<PopularDocsProps>;
@@ -0,0 +1,5 @@
1
+ import { type PopularDocsItemProps } from '../../atoms';
2
+ export interface PopularDocsProps {
3
+ title: string;
4
+ documents: PopularDocsItemProps[];
5
+ }
@@ -0,0 +1,2 @@
1
+ export * from './PopularDocs';
2
+ export * from './PopularDocsProps';
@@ -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';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { type MoreDocsSectionProps } from './MoreDocsSectionProps';
3
+ export declare const MoreDocsSection: React.FC<MoreDocsSectionProps>;
@@ -0,0 +1,5 @@
1
+ import { type MoreDocsItemProps } from '../../atoms';
2
+ export interface MoreDocsSectionProps {
3
+ title: string;
4
+ documents: MoreDocsItemProps[];
5
+ }
@@ -0,0 +1,2 @@
1
+ export * from './MoreDocsSection';
2
+ export * from './MoreDocsSectionProps';
@@ -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';
@@ -2,6 +2,7 @@ interface UseIsMobileOrTablePropsReturn {
2
2
  isMobile: boolean;
3
3
  isTablet: boolean;
4
4
  load: boolean;
5
+ isGtLandscapeTablets: boolean;
5
6
  }
6
7
  export declare const useIsMobileOrTable: () => UseIsMobileOrTablePropsReturn;
7
8
  export {};
@@ -4,3 +4,4 @@ export * from './components/organisms';
4
4
  export * from './components/sections';
5
5
  export * from './components/pages';
6
6
  export * from './hooks';
7
+ export * from './utils/ProductCategory';
@@ -0,0 +1,7 @@
1
+ export declare enum ProductCategory {
2
+ Business = "Business",
3
+ Employment = "Employment",
4
+ RealEstate = "Real Estate",
5
+ Finance = "Finance",
6
+ PersonalFamily = "Personal and Family"
7
+ }
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { ProductCategory } from './ProductCategory';
3
+ export declare const getCategoryIcons: (category: ProductCategory, width?: number, height?: number) => React.JSX.Element;
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 };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "2.41.0",
3
+ "version": "2.41.1",
4
4
  "dependencies": {
5
5
  "@testing-library/jest-dom": "^6.1.4",
6
6
  "@tippyjs/react": "4.2.6",