@npm_leadtech/legal-lib-components 2.25.2 → 2.26.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/README.md +5 -0
- package/dist/cjs/index.js +3 -3
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/legal-lib-components.css +349 -141
- package/dist/cjs/src/components/atoms/JumbotronStatic/JumbotronStatic.d.ts +4 -0
- package/dist/cjs/src/components/atoms/JumbotronStatic/JumbotronStaticProps.types.d.ts +3 -0
- package/dist/cjs/src/components/atoms/JumbotronStatic/index.d.ts +2 -0
- package/dist/cjs/src/components/atoms/index.d.ts +1 -0
- package/dist/cjs/src/components/molecules/StepGetForm/StepGetForm.d.ts +2 -2
- package/dist/cjs/src/components/molecules/StepGetForm/StepGetFormProps.types.d.ts +2 -9
- package/dist/cjs/src/components/organisms/CookiePolicyBar/CookiePolicyBar.d.ts +4 -0
- package/dist/cjs/src/components/organisms/CookiePolicyBar/CookiePolicyBarProps.d.ts +4 -0
- package/dist/cjs/src/components/organisms/CookiePolicyBar/index.d.ts +2 -0
- package/dist/cjs/src/components/organisms/index.d.ts +4 -3
- package/dist/cjs/src/components/pages/AboutUsPage/AboutUsPage.d.ts +3 -0
- package/dist/cjs/src/components/pages/AboutUsPage/AboutUsPageProps.d.ts +11 -0
- package/dist/cjs/src/components/pages/AboutUsPage/index.d.ts +2 -0
- package/dist/cjs/src/components/pages/LegalPage/LegalPage.d.ts +3 -0
- package/dist/cjs/src/components/pages/LegalPage/LegalPageProps.d.ts +6 -0
- package/dist/cjs/src/components/pages/LegalPage/index.d.ts +2 -0
- package/dist/cjs/src/components/pages/UnsubscribePage/UnsubscribePage.d.ts +3 -0
- package/dist/cjs/src/components/pages/UnsubscribePage/UnsubscribePageProps.d.ts +6 -0
- package/dist/cjs/src/components/pages/UnsubscribePage/index.d.ts +2 -0
- package/dist/cjs/src/components/pages/index.d.ts +3 -0
- package/dist/cjs/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.d.ts +2 -2
- package/dist/cjs/src/components/sections/LegalSection/LegalSection.d.ts +4 -0
- package/dist/cjs/src/components/sections/LegalSection/LegalSectionProps.d.ts +4 -0
- package/dist/cjs/src/components/sections/LegalSection/index.d.ts +2 -0
- package/dist/cjs/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSectionProps.types.d.ts +1 -1
- package/dist/cjs/src/components/sections/TryUsSection/TryUsSection.d.ts +4 -0
- package/dist/cjs/src/components/sections/TryUsSection/TryUsSectionProps.d.ts +7 -0
- package/dist/cjs/src/components/sections/TryUsSection/index.d.ts +2 -0
- package/dist/cjs/src/components/sections/UnsubscribeSection/UnsubscribeSection.d.ts +4 -0
- package/dist/cjs/src/components/sections/UnsubscribeSection/UnsubscribeSectionProps.d.ts +4 -0
- package/dist/cjs/src/components/sections/UnsubscribeSection/index.d.ts +2 -0
- package/dist/cjs/src/components/sections/index.d.ts +7 -4
- package/dist/cjs/src/index.d.ts +1 -0
- package/dist/esm/index.js +3 -3
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/legal-lib-components.css +349 -141
- package/dist/esm/src/components/atoms/JumbotronStatic/JumbotronStatic.d.ts +4 -0
- package/dist/esm/src/components/atoms/JumbotronStatic/JumbotronStaticProps.types.d.ts +3 -0
- package/dist/esm/src/components/atoms/JumbotronStatic/index.d.ts +2 -0
- package/dist/esm/src/components/atoms/index.d.ts +1 -0
- package/dist/esm/src/components/molecules/StepGetForm/StepGetForm.d.ts +2 -2
- package/dist/esm/src/components/molecules/StepGetForm/StepGetFormProps.types.d.ts +2 -9
- package/dist/esm/src/components/organisms/CookiePolicyBar/CookiePolicyBar.d.ts +4 -0
- package/dist/esm/src/components/organisms/CookiePolicyBar/CookiePolicyBarProps.d.ts +4 -0
- package/dist/esm/src/components/organisms/CookiePolicyBar/index.d.ts +2 -0
- package/dist/esm/src/components/organisms/index.d.ts +4 -3
- package/dist/esm/src/components/pages/AboutUsPage/AboutUsPage.d.ts +3 -0
- package/dist/esm/src/components/pages/AboutUsPage/AboutUsPageProps.d.ts +11 -0
- package/dist/esm/src/components/pages/AboutUsPage/index.d.ts +2 -0
- package/dist/esm/src/components/pages/LegalPage/LegalPage.d.ts +3 -0
- package/dist/esm/src/components/pages/LegalPage/LegalPageProps.d.ts +6 -0
- package/dist/esm/src/components/pages/LegalPage/index.d.ts +2 -0
- package/dist/esm/src/components/pages/UnsubscribePage/UnsubscribePage.d.ts +3 -0
- package/dist/esm/src/components/pages/UnsubscribePage/UnsubscribePageProps.d.ts +6 -0
- package/dist/esm/src/components/pages/UnsubscribePage/index.d.ts +2 -0
- package/dist/esm/src/components/pages/index.d.ts +3 -0
- package/dist/esm/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.d.ts +2 -2
- package/dist/esm/src/components/sections/LegalSection/LegalSection.d.ts +4 -0
- package/dist/esm/src/components/sections/LegalSection/LegalSectionProps.d.ts +4 -0
- package/dist/esm/src/components/sections/LegalSection/index.d.ts +2 -0
- package/dist/esm/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSectionProps.types.d.ts +1 -1
- package/dist/esm/src/components/sections/TryUsSection/TryUsSection.d.ts +4 -0
- package/dist/esm/src/components/sections/TryUsSection/TryUsSectionProps.d.ts +7 -0
- package/dist/esm/src/components/sections/TryUsSection/index.d.ts +2 -0
- package/dist/esm/src/components/sections/UnsubscribeSection/UnsubscribeSection.d.ts +4 -0
- package/dist/esm/src/components/sections/UnsubscribeSection/UnsubscribeSectionProps.d.ts +4 -0
- package/dist/esm/src/components/sections/UnsubscribeSection/index.d.ts +2 -0
- package/dist/esm/src/components/sections/index.d.ts +7 -4
- package/dist/esm/src/index.d.ts +1 -0
- package/dist/index.d.ts +106 -53
- package/package.json +1 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type HowGetYourFormsSectionProps } from './HowGetYourFormsSectionProps.types';
|
|
3
3
|
import './HowGetYourFormsSection.scss';
|
|
4
|
-
declare const HowGetYourFormsSection: FC<HowGetYourFormsSectionProps>;
|
|
4
|
+
declare const HowGetYourFormsSection: React.FC<HowGetYourFormsSectionProps>;
|
|
5
5
|
export default HowGetYourFormsSection;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type TryOurFreeLegalBlogsContentProps } from '../../organisms
|
|
1
|
+
import { type TryOurFreeLegalBlogsContentProps } from '../../organisms';
|
|
2
2
|
export interface TryOurFreeLegalBlogsSectionProps {
|
|
3
3
|
contentTryOurFreeLegalBlogs: TryOurFreeLegalBlogsContentProps;
|
|
4
4
|
}
|
|
@@ -1,10 +1,13 @@
|
|
|
1
|
-
export * from './BlogSection';
|
|
2
|
-
export * from './HowGetYourFormsSection';
|
|
3
|
-
export * from './TryOurFreeLegalBlogsSection';
|
|
4
1
|
export * from './AboutUsSection';
|
|
5
|
-
export * from './GuidelinesSection';
|
|
6
2
|
export * from './AsSeeInSection';
|
|
3
|
+
export * from './BlogSection';
|
|
7
4
|
export * from './ExpertsSection';
|
|
5
|
+
export * from './GuidelinesSection';
|
|
6
|
+
export * from './HowGetYourFormsSection';
|
|
7
|
+
export * from './LegalSection';
|
|
8
8
|
export * from './PeopleSayAboutUsSection';
|
|
9
|
+
export * from './TryOurFreeLegalBlogsSection';
|
|
10
|
+
export * from './TryUsSection';
|
|
11
|
+
export * from './UnsubscribeSection';
|
|
9
12
|
export * from './WhyLawDistrictSection';
|
|
10
13
|
export * from './LearnMoreSection';
|
package/dist/esm/src/index.d.ts
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -222,6 +222,12 @@ interface InfoBoxProps {
|
|
|
222
222
|
|
|
223
223
|
declare const InfoBox: FC<InfoBoxProps>;
|
|
224
224
|
|
|
225
|
+
interface JumbotronStaticProps {
|
|
226
|
+
title: string;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
declare const JumbotronStatic: FC<JumbotronStaticProps>;
|
|
230
|
+
|
|
225
231
|
interface LogoProps {
|
|
226
232
|
siteName: string;
|
|
227
233
|
className?: string;
|
|
@@ -668,17 +674,10 @@ interface StepGetFormProps {
|
|
|
668
674
|
id: string;
|
|
669
675
|
description: string;
|
|
670
676
|
title: string;
|
|
671
|
-
|
|
672
|
-
localFile: {
|
|
673
|
-
publicURL: string;
|
|
674
|
-
childImageSharp: {
|
|
675
|
-
gatsbyImageData: IGatsbyImageData;
|
|
676
|
-
};
|
|
677
|
-
};
|
|
678
|
-
};
|
|
677
|
+
image?: React.ReactNode;
|
|
679
678
|
}
|
|
680
679
|
|
|
681
|
-
declare const StepGetForm: FC<StepGetFormProps>;
|
|
680
|
+
declare const StepGetForm: React$1.FC<StepGetFormProps>;
|
|
682
681
|
|
|
683
682
|
interface TextInputProps {
|
|
684
683
|
label?: string;
|
|
@@ -751,26 +750,6 @@ interface CountDownMessageProps {
|
|
|
751
750
|
|
|
752
751
|
declare const CountDownMessage: FC<CountDownMessageProps>;
|
|
753
752
|
|
|
754
|
-
interface ArticlesListProps {
|
|
755
|
-
articles: ArticleProps[];
|
|
756
|
-
}
|
|
757
|
-
|
|
758
|
-
declare const ArticlesList: FC<ArticlesListProps>;
|
|
759
|
-
|
|
760
|
-
interface ListStepsGetFormProps {
|
|
761
|
-
steps: StepGetFormProps[];
|
|
762
|
-
}
|
|
763
|
-
|
|
764
|
-
declare const ListStepsGetForm: FC<ListStepsGetFormProps>;
|
|
765
|
-
|
|
766
|
-
interface MobileBottomBarProps {
|
|
767
|
-
active?: boolean;
|
|
768
|
-
list?: any[];
|
|
769
|
-
children?: React.ReactNode;
|
|
770
|
-
}
|
|
771
|
-
|
|
772
|
-
declare const MobileBottomBar: FC<MobileBottomBarProps>;
|
|
773
|
-
|
|
774
753
|
interface AboutUsContentProps {
|
|
775
754
|
children: React.ReactNode;
|
|
776
755
|
image: React.ReactNode;
|
|
@@ -779,6 +758,12 @@ interface AboutUsContentProps {
|
|
|
779
758
|
|
|
780
759
|
declare const AboutUsContent: FC<AboutUsContentProps>;
|
|
781
760
|
|
|
761
|
+
interface ArticlesListProps {
|
|
762
|
+
articles: ArticleProps[];
|
|
763
|
+
}
|
|
764
|
+
|
|
765
|
+
declare const ArticlesList: FC<ArticlesListProps>;
|
|
766
|
+
|
|
782
767
|
interface AsSeeInContentProps {
|
|
783
768
|
children: React.ReactNode;
|
|
784
769
|
trustWorthyImages: TrustworthyWebsitesProps;
|
|
@@ -786,6 +771,13 @@ interface AsSeeInContentProps {
|
|
|
786
771
|
|
|
787
772
|
declare const AsSeeInContent: FC<AsSeeInContentProps>;
|
|
788
773
|
|
|
774
|
+
interface CookiePolicyBarProps {
|
|
775
|
+
clickFunc: () => void;
|
|
776
|
+
text: string;
|
|
777
|
+
}
|
|
778
|
+
|
|
779
|
+
declare const CookiePolicyBar: FC<CookiePolicyBarProps>;
|
|
780
|
+
|
|
789
781
|
interface GuidelinesContentProps {
|
|
790
782
|
title: string;
|
|
791
783
|
image: React.ReactNode;
|
|
@@ -794,6 +786,20 @@ interface GuidelinesContentProps {
|
|
|
794
786
|
|
|
795
787
|
declare const GuidelinesContent: FC<GuidelinesContentProps>;
|
|
796
788
|
|
|
789
|
+
interface ListStepsGetFormProps {
|
|
790
|
+
steps: StepGetFormProps[];
|
|
791
|
+
}
|
|
792
|
+
|
|
793
|
+
declare const ListStepsGetForm: FC<ListStepsGetFormProps>;
|
|
794
|
+
|
|
795
|
+
interface MobileBottomBarProps {
|
|
796
|
+
active?: boolean;
|
|
797
|
+
list?: any[];
|
|
798
|
+
children?: React.ReactNode;
|
|
799
|
+
}
|
|
800
|
+
|
|
801
|
+
declare const MobileBottomBar: FC<MobileBottomBarProps>;
|
|
802
|
+
|
|
797
803
|
interface TryOurFreeLegalBlogsContentProps {
|
|
798
804
|
title: string;
|
|
799
805
|
image: React.ReactNode;
|
|
@@ -802,35 +808,35 @@ interface TryOurFreeLegalBlogsContentProps {
|
|
|
802
808
|
|
|
803
809
|
declare const TryOurFreeLegalBlogsContent: FC<TryOurFreeLegalBlogsContentProps>;
|
|
804
810
|
|
|
805
|
-
interface
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
811
|
+
interface AboutUsSectionProps {
|
|
812
|
+
title: string;
|
|
813
|
+
subTitle?: string;
|
|
814
|
+
contentAboutUs: AboutUsContentProps;
|
|
809
815
|
}
|
|
810
816
|
|
|
811
|
-
declare const
|
|
817
|
+
declare const AboutUsSection: FC<AboutUsSectionProps>;
|
|
812
818
|
|
|
813
|
-
interface
|
|
819
|
+
interface AsSeeInSectionProps {
|
|
814
820
|
title: string;
|
|
815
|
-
|
|
816
|
-
hasBackgroundImage: boolean;
|
|
821
|
+
contentAsSeeIn: AsSeeInContentProps;
|
|
817
822
|
}
|
|
818
823
|
|
|
819
|
-
declare const
|
|
824
|
+
declare const AsSeeInSection: FC<AsSeeInSectionProps>;
|
|
820
825
|
|
|
821
|
-
interface
|
|
822
|
-
|
|
826
|
+
interface BlogSectionProps {
|
|
827
|
+
blogTitle: string;
|
|
828
|
+
blogCta: string;
|
|
829
|
+
articles: ArticlesListProps;
|
|
823
830
|
}
|
|
824
831
|
|
|
825
|
-
declare const
|
|
832
|
+
declare const BlogSection: FC<BlogSectionProps>;
|
|
826
833
|
|
|
827
|
-
interface
|
|
834
|
+
interface ExpertsSectionProps {
|
|
828
835
|
title: string;
|
|
829
|
-
|
|
830
|
-
contentAboutUs: AboutUsContentProps;
|
|
836
|
+
contentExpertCardList: ExpertCardListProps;
|
|
831
837
|
}
|
|
832
838
|
|
|
833
|
-
declare const
|
|
839
|
+
declare const ExpertsSection: FC<ExpertsSectionProps>;
|
|
834
840
|
|
|
835
841
|
interface GuidelinesSectionProps {
|
|
836
842
|
contentGuidelines: GuidelinesContentProps;
|
|
@@ -838,19 +844,19 @@ interface GuidelinesSectionProps {
|
|
|
838
844
|
|
|
839
845
|
declare const GuidelinesSection: FC<GuidelinesSectionProps>;
|
|
840
846
|
|
|
841
|
-
interface
|
|
847
|
+
interface HowGetYourFormsSectionProps {
|
|
842
848
|
title: string;
|
|
843
|
-
|
|
849
|
+
steps: StepGetFormProps[];
|
|
850
|
+
hasBackgroundImage: boolean;
|
|
844
851
|
}
|
|
845
852
|
|
|
846
|
-
declare const
|
|
853
|
+
declare const HowGetYourFormsSection: React$1.FC<HowGetYourFormsSectionProps>;
|
|
847
854
|
|
|
848
|
-
interface
|
|
849
|
-
|
|
850
|
-
contentExpertCardList: ExpertCardListProps;
|
|
855
|
+
interface LegalSectionProps {
|
|
856
|
+
text: RichTextStrapiProps;
|
|
851
857
|
}
|
|
852
858
|
|
|
853
|
-
declare const
|
|
859
|
+
declare const LegalSection: React$1.FC<LegalSectionProps>;
|
|
854
860
|
|
|
855
861
|
interface PeopleSayAboutUsSectionProps {
|
|
856
862
|
title?: string;
|
|
@@ -859,6 +865,26 @@ interface PeopleSayAboutUsSectionProps {
|
|
|
859
865
|
|
|
860
866
|
declare const PeopleSayAboutUsSection: FC<PeopleSayAboutUsSectionProps>;
|
|
861
867
|
|
|
868
|
+
interface TryOurFreeLegalBlogsSectionProps {
|
|
869
|
+
contentTryOurFreeLegalBlogs: TryOurFreeLegalBlogsContentProps;
|
|
870
|
+
}
|
|
871
|
+
|
|
872
|
+
declare const TryOurFreeLegalBlogsSection: FC<TryOurFreeLegalBlogsSectionProps>;
|
|
873
|
+
|
|
874
|
+
interface TryUsSectionProps {
|
|
875
|
+
children?: ReactNode;
|
|
876
|
+
hasUserToken?: boolean;
|
|
877
|
+
cta: ButtonProps;
|
|
878
|
+
}
|
|
879
|
+
|
|
880
|
+
declare const TryUsSection: FC<TryUsSectionProps>;
|
|
881
|
+
|
|
882
|
+
interface UnsubscribeSectionProps {
|
|
883
|
+
text: RichTextStrapiProps;
|
|
884
|
+
}
|
|
885
|
+
|
|
886
|
+
declare const UnsubscribeSection: React$1.FC<UnsubscribeSectionProps>;
|
|
887
|
+
|
|
862
888
|
interface WhyLawDistrictSectionProps {
|
|
863
889
|
title: string;
|
|
864
890
|
items: WhyLawDistrictItem[];
|
|
@@ -882,6 +908,33 @@ interface LearnMoreSectionProps {
|
|
|
882
908
|
|
|
883
909
|
declare const LearnMoreSection: FC<LearnMoreSectionProps>;
|
|
884
910
|
|
|
911
|
+
interface AboutUsPageProps {
|
|
912
|
+
aboutUsSectionProps?: AboutUsSectionProps;
|
|
913
|
+
tryOurFreeLegalBlogsSectionProps?: TryOurFreeLegalBlogsSectionProps;
|
|
914
|
+
peopleSayAboutUsSectionProps?: PeopleSayAboutUsSectionProps;
|
|
915
|
+
guidelinesSectionProps?: GuidelinesSectionProps;
|
|
916
|
+
tryUsSectionProps?: TryUsSectionProps;
|
|
917
|
+
expertsSectionProps?: ExpertsSectionProps;
|
|
918
|
+
asSeeInSectionProps?: AsSeeInSectionProps;
|
|
919
|
+
isJonSnow?: boolean;
|
|
920
|
+
}
|
|
921
|
+
|
|
922
|
+
declare const AboutUsPage: React$1.FC<AboutUsPageProps>;
|
|
923
|
+
|
|
924
|
+
interface LegalPageProps {
|
|
925
|
+
jumbotron: JumbotronStaticProps;
|
|
926
|
+
legalSection: LegalSectionProps;
|
|
927
|
+
}
|
|
928
|
+
|
|
929
|
+
declare const LegalPage: React$1.FC<LegalPageProps>;
|
|
930
|
+
|
|
931
|
+
interface UnsubscribePageProps {
|
|
932
|
+
jumbotron: JumbotronStaticProps;
|
|
933
|
+
unsubscribeSection: UnsubscribeSectionProps;
|
|
934
|
+
}
|
|
935
|
+
|
|
936
|
+
declare const UnsubscribePage: React$1.FC<UnsubscribePageProps>;
|
|
937
|
+
|
|
885
938
|
declare function useIntersectionObserver({ options, defaultIntersecting }: {
|
|
886
939
|
options?: {} | undefined;
|
|
887
940
|
defaultIntersecting?: boolean | undefined;
|
|
@@ -894,4 +947,4 @@ interface UseIsMobileOrTablePropsReturn {
|
|
|
894
947
|
}
|
|
895
948
|
declare const useIsMobileOrTable: () => UseIsMobileOrTablePropsReturn;
|
|
896
949
|
|
|
897
|
-
export { AboutUsContent, type AboutUsContentProps, AboutUsSection, type AboutUsSectionProps, AddButton, type AddButtonProps, Article, type ArticleProps, ArticlesList, type ArticlesListProps, AsSeeInContent, type AsSeeInContentProps, AsSeeInSection, type AsSeeInSectionProps, 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, ContinueEditingBanner, type ContinueEditingBannerProps, CountDownMessage, type CountDownMessageProps, DatePickerCustom, type DatePickerCustomProps, DialogMenuIcon, type DialogMenuIconProps, Disclaimer, type DisclaimerProps, Divider, type DividerProps, DocumentStatus, type DocumentStatusProps, ExpertCard, ExpertCardList, type ExpertCardListProps, type ExpertCardProps, ExpertsSection, type ExpertsSectionProps, 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, type LatestApplication, LearnMoreSection, type LearnMoreSectionProps, 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, PricingCard, type PricingCardProps, ProgressBar, type ProgressBarProps, Radio, type RadioProps, RemoveButton, type RemoveButtonProps, RichTextInner, type RichTextInnerProps, type RichTextMedia, RichTextStrapi, type RichTextStrapiProps, SearchSelect, type SearchSelectProps, type SideMenuTabProps, SidemenuTab, Snackbar, type SnackbarProps, Spinner, type SpinnerProps, StepGetForm, type StepGetFormProps, 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, type WhyLawDistrictItem, WhyLawDistrictItems, type WhyLawDistrictItemsProps, WhyLawDistrictSection, type WhyLawDistrictSectionProps, WideInfoBar, useIntersectionObserver, useIsMobileOrTable };
|
|
950
|
+
export { AboutUsContent, type AboutUsContentProps, AboutUsPage, type AboutUsPageProps, AboutUsSection, type AboutUsSectionProps, AddButton, type AddButtonProps, Article, type ArticleProps, ArticlesList, type ArticlesListProps, AsSeeInContent, type AsSeeInContentProps, AsSeeInSection, type AsSeeInSectionProps, 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, ContinueEditingBanner, type ContinueEditingBannerProps, CookiePolicyBar, type CookiePolicyBarProps, CountDownMessage, type CountDownMessageProps, DatePickerCustom, type DatePickerCustomProps, DialogMenuIcon, type DialogMenuIconProps, Disclaimer, type DisclaimerProps, Divider, type DividerProps, DocumentStatus, type DocumentStatusProps, ExpertCard, ExpertCardList, type ExpertCardListProps, type ExpertCardProps, ExpertsSection, type ExpertsSectionProps, 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, 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, PricingCard, type PricingCardProps, ProgressBar, type ProgressBarProps, Radio, type RadioProps, RemoveButton, type RemoveButtonProps, RichTextInner, type RichTextInnerProps, type RichTextMedia, RichTextStrapi, type RichTextStrapiProps, SearchSelect, type SearchSelectProps, type SideMenuTabProps, SidemenuTab, Snackbar, type SnackbarProps, Spinner, type SpinnerProps, StepGetForm, type StepGetFormProps, 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.
|
|
3
|
+
"version": "2.26.1",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@testing-library/jest-dom": "^6.1.4",
|
|
6
6
|
"@tippyjs/react": "4.2.6",
|
|
@@ -46,7 +46,6 @@
|
|
|
46
46
|
"@storybook/addon-controls": "^7.5.3",
|
|
47
47
|
"@storybook/addon-essentials": "^7.5.3",
|
|
48
48
|
"@storybook/addon-links": "^7.5.3",
|
|
49
|
-
"@storybook/addon-mdx-gfm": "^7.5.3",
|
|
50
49
|
"@storybook/react": "^7.5.3",
|
|
51
50
|
"@storybook/react-webpack5": "^7.5.3",
|
|
52
51
|
"@testing-library/jest-dom": "^6.1.4",
|