@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.
Files changed (75) hide show
  1. package/README.md +5 -0
  2. package/dist/cjs/index.js +3 -3
  3. package/dist/cjs/index.js.map +1 -1
  4. package/dist/cjs/legal-lib-components.css +349 -141
  5. package/dist/cjs/src/components/atoms/JumbotronStatic/JumbotronStatic.d.ts +4 -0
  6. package/dist/cjs/src/components/atoms/JumbotronStatic/JumbotronStaticProps.types.d.ts +3 -0
  7. package/dist/cjs/src/components/atoms/JumbotronStatic/index.d.ts +2 -0
  8. package/dist/cjs/src/components/atoms/index.d.ts +1 -0
  9. package/dist/cjs/src/components/molecules/StepGetForm/StepGetForm.d.ts +2 -2
  10. package/dist/cjs/src/components/molecules/StepGetForm/StepGetFormProps.types.d.ts +2 -9
  11. package/dist/cjs/src/components/organisms/CookiePolicyBar/CookiePolicyBar.d.ts +4 -0
  12. package/dist/cjs/src/components/organisms/CookiePolicyBar/CookiePolicyBarProps.d.ts +4 -0
  13. package/dist/cjs/src/components/organisms/CookiePolicyBar/index.d.ts +2 -0
  14. package/dist/cjs/src/components/organisms/index.d.ts +4 -3
  15. package/dist/cjs/src/components/pages/AboutUsPage/AboutUsPage.d.ts +3 -0
  16. package/dist/cjs/src/components/pages/AboutUsPage/AboutUsPageProps.d.ts +11 -0
  17. package/dist/cjs/src/components/pages/AboutUsPage/index.d.ts +2 -0
  18. package/dist/cjs/src/components/pages/LegalPage/LegalPage.d.ts +3 -0
  19. package/dist/cjs/src/components/pages/LegalPage/LegalPageProps.d.ts +6 -0
  20. package/dist/cjs/src/components/pages/LegalPage/index.d.ts +2 -0
  21. package/dist/cjs/src/components/pages/UnsubscribePage/UnsubscribePage.d.ts +3 -0
  22. package/dist/cjs/src/components/pages/UnsubscribePage/UnsubscribePageProps.d.ts +6 -0
  23. package/dist/cjs/src/components/pages/UnsubscribePage/index.d.ts +2 -0
  24. package/dist/cjs/src/components/pages/index.d.ts +3 -0
  25. package/dist/cjs/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.d.ts +2 -2
  26. package/dist/cjs/src/components/sections/LegalSection/LegalSection.d.ts +4 -0
  27. package/dist/cjs/src/components/sections/LegalSection/LegalSectionProps.d.ts +4 -0
  28. package/dist/cjs/src/components/sections/LegalSection/index.d.ts +2 -0
  29. package/dist/cjs/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSectionProps.types.d.ts +1 -1
  30. package/dist/cjs/src/components/sections/TryUsSection/TryUsSection.d.ts +4 -0
  31. package/dist/cjs/src/components/sections/TryUsSection/TryUsSectionProps.d.ts +7 -0
  32. package/dist/cjs/src/components/sections/TryUsSection/index.d.ts +2 -0
  33. package/dist/cjs/src/components/sections/UnsubscribeSection/UnsubscribeSection.d.ts +4 -0
  34. package/dist/cjs/src/components/sections/UnsubscribeSection/UnsubscribeSectionProps.d.ts +4 -0
  35. package/dist/cjs/src/components/sections/UnsubscribeSection/index.d.ts +2 -0
  36. package/dist/cjs/src/components/sections/index.d.ts +7 -4
  37. package/dist/cjs/src/index.d.ts +1 -0
  38. package/dist/esm/index.js +3 -3
  39. package/dist/esm/index.js.map +1 -1
  40. package/dist/esm/legal-lib-components.css +349 -141
  41. package/dist/esm/src/components/atoms/JumbotronStatic/JumbotronStatic.d.ts +4 -0
  42. package/dist/esm/src/components/atoms/JumbotronStatic/JumbotronStaticProps.types.d.ts +3 -0
  43. package/dist/esm/src/components/atoms/JumbotronStatic/index.d.ts +2 -0
  44. package/dist/esm/src/components/atoms/index.d.ts +1 -0
  45. package/dist/esm/src/components/molecules/StepGetForm/StepGetForm.d.ts +2 -2
  46. package/dist/esm/src/components/molecules/StepGetForm/StepGetFormProps.types.d.ts +2 -9
  47. package/dist/esm/src/components/organisms/CookiePolicyBar/CookiePolicyBar.d.ts +4 -0
  48. package/dist/esm/src/components/organisms/CookiePolicyBar/CookiePolicyBarProps.d.ts +4 -0
  49. package/dist/esm/src/components/organisms/CookiePolicyBar/index.d.ts +2 -0
  50. package/dist/esm/src/components/organisms/index.d.ts +4 -3
  51. package/dist/esm/src/components/pages/AboutUsPage/AboutUsPage.d.ts +3 -0
  52. package/dist/esm/src/components/pages/AboutUsPage/AboutUsPageProps.d.ts +11 -0
  53. package/dist/esm/src/components/pages/AboutUsPage/index.d.ts +2 -0
  54. package/dist/esm/src/components/pages/LegalPage/LegalPage.d.ts +3 -0
  55. package/dist/esm/src/components/pages/LegalPage/LegalPageProps.d.ts +6 -0
  56. package/dist/esm/src/components/pages/LegalPage/index.d.ts +2 -0
  57. package/dist/esm/src/components/pages/UnsubscribePage/UnsubscribePage.d.ts +3 -0
  58. package/dist/esm/src/components/pages/UnsubscribePage/UnsubscribePageProps.d.ts +6 -0
  59. package/dist/esm/src/components/pages/UnsubscribePage/index.d.ts +2 -0
  60. package/dist/esm/src/components/pages/index.d.ts +3 -0
  61. package/dist/esm/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.d.ts +2 -2
  62. package/dist/esm/src/components/sections/LegalSection/LegalSection.d.ts +4 -0
  63. package/dist/esm/src/components/sections/LegalSection/LegalSectionProps.d.ts +4 -0
  64. package/dist/esm/src/components/sections/LegalSection/index.d.ts +2 -0
  65. package/dist/esm/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSectionProps.types.d.ts +1 -1
  66. package/dist/esm/src/components/sections/TryUsSection/TryUsSection.d.ts +4 -0
  67. package/dist/esm/src/components/sections/TryUsSection/TryUsSectionProps.d.ts +7 -0
  68. package/dist/esm/src/components/sections/TryUsSection/index.d.ts +2 -0
  69. package/dist/esm/src/components/sections/UnsubscribeSection/UnsubscribeSection.d.ts +4 -0
  70. package/dist/esm/src/components/sections/UnsubscribeSection/UnsubscribeSectionProps.d.ts +4 -0
  71. package/dist/esm/src/components/sections/UnsubscribeSection/index.d.ts +2 -0
  72. package/dist/esm/src/components/sections/index.d.ts +7 -4
  73. package/dist/esm/src/index.d.ts +1 -0
  74. package/dist/index.d.ts +106 -53
  75. package/package.json +1 -2
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { type UnsubscribePageProps } from './UnsubscribePageProps';
3
+ export declare const UnsubscribePage: React.FC<UnsubscribePageProps>;
@@ -0,0 +1,6 @@
1
+ import { type JumbotronStaticProps } from '../../atoms';
2
+ import { type UnsubscribeSectionProps } from '../../sections';
3
+ export interface UnsubscribePageProps {
4
+ jumbotron: JumbotronStaticProps;
5
+ unsubscribeSection: UnsubscribeSectionProps;
6
+ }
@@ -0,0 +1,2 @@
1
+ export * from './UnsubscribePage';
2
+ export * from './UnsubscribePageProps';
@@ -0,0 +1,3 @@
1
+ export * from './AboutUsPage';
2
+ export * from './LegalPage';
3
+ export * from './UnsubscribePage';
@@ -1,5 +1,5 @@
1
- import { type FC } from 'react';
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;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { type LegalSectionProps } from './LegalSectionProps';
3
+ import './LegalSection.scss';
4
+ export declare const LegalSection: React.FC<LegalSectionProps>;
@@ -0,0 +1,4 @@
1
+ import { type RichTextStrapiProps } from '../../atoms';
2
+ export interface LegalSectionProps {
3
+ text: RichTextStrapiProps;
4
+ }
@@ -0,0 +1,2 @@
1
+ export * from './LegalSection';
2
+ export * from './LegalSectionProps';
@@ -1,4 +1,4 @@
1
- import { type TryOurFreeLegalBlogsContentProps } from '../../organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContentProps.types';
1
+ import { type TryOurFreeLegalBlogsContentProps } from '../../organisms';
2
2
  export interface TryOurFreeLegalBlogsSectionProps {
3
3
  contentTryOurFreeLegalBlogs: TryOurFreeLegalBlogsContentProps;
4
4
  }
@@ -0,0 +1,4 @@
1
+ import { type FC } from 'react';
2
+ import { type TryUsSectionProps } from './TryUsSectionProps';
3
+ import './TryUsSection.scss';
4
+ export declare const TryUsSection: FC<TryUsSectionProps>;
@@ -0,0 +1,7 @@
1
+ import { type ButtonProps } from '../../atoms';
2
+ import { type ReactNode } from 'react';
3
+ export interface TryUsSectionProps {
4
+ children?: ReactNode;
5
+ hasUserToken?: boolean;
6
+ cta: ButtonProps;
7
+ }
@@ -0,0 +1,2 @@
1
+ export { TryUsSection } from './TryUsSection';
2
+ export type { TryUsSectionProps } from './TryUsSectionProps';
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { type UnsubscribeSectionProps } from './UnsubscribeSectionProps';
3
+ import './UnsubscribeSection.scss';
4
+ export declare const UnsubscribeSection: React.FC<UnsubscribeSectionProps>;
@@ -0,0 +1,4 @@
1
+ import { type RichTextStrapiProps } from '../../atoms';
2
+ export interface UnsubscribeSectionProps {
3
+ text: RichTextStrapiProps;
4
+ }
@@ -0,0 +1,2 @@
1
+ export { UnsubscribeSection } from './UnsubscribeSection';
2
+ export { type UnsubscribeSectionProps } from './UnsubscribeSectionProps';
@@ -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';
@@ -2,4 +2,5 @@ export * from './components/atoms';
2
2
  export * from './components/molecules';
3
3
  export * from './components/organisms';
4
4
  export * from './components/sections';
5
+ export * from './components/pages';
5
6
  export * from './hooks';
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
- icon: {
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 BlogSectionProps {
806
- blogTitle: string;
807
- blogCta: string;
808
- articles: ArticlesListProps;
811
+ interface AboutUsSectionProps {
812
+ title: string;
813
+ subTitle?: string;
814
+ contentAboutUs: AboutUsContentProps;
809
815
  }
810
816
 
811
- declare const BlogSection: FC<BlogSectionProps>;
817
+ declare const AboutUsSection: FC<AboutUsSectionProps>;
812
818
 
813
- interface HowGetYourFormsSectionProps {
819
+ interface AsSeeInSectionProps {
814
820
  title: string;
815
- steps: StepGetFormProps[];
816
- hasBackgroundImage: boolean;
821
+ contentAsSeeIn: AsSeeInContentProps;
817
822
  }
818
823
 
819
- declare const HowGetYourFormsSection: FC<HowGetYourFormsSectionProps>;
824
+ declare const AsSeeInSection: FC<AsSeeInSectionProps>;
820
825
 
821
- interface TryOurFreeLegalBlogsSectionProps {
822
- contentTryOurFreeLegalBlogs: TryOurFreeLegalBlogsContentProps;
826
+ interface BlogSectionProps {
827
+ blogTitle: string;
828
+ blogCta: string;
829
+ articles: ArticlesListProps;
823
830
  }
824
831
 
825
- declare const TryOurFreeLegalBlogsSection: FC<TryOurFreeLegalBlogsSectionProps>;
832
+ declare const BlogSection: FC<BlogSectionProps>;
826
833
 
827
- interface AboutUsSectionProps {
834
+ interface ExpertsSectionProps {
828
835
  title: string;
829
- subTitle?: string;
830
- contentAboutUs: AboutUsContentProps;
836
+ contentExpertCardList: ExpertCardListProps;
831
837
  }
832
838
 
833
- declare const AboutUsSection: FC<AboutUsSectionProps>;
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 AsSeeInSectionProps {
847
+ interface HowGetYourFormsSectionProps {
842
848
  title: string;
843
- contentAsSeeIn: AsSeeInContentProps;
849
+ steps: StepGetFormProps[];
850
+ hasBackgroundImage: boolean;
844
851
  }
845
852
 
846
- declare const AsSeeInSection: FC<AsSeeInSectionProps>;
853
+ declare const HowGetYourFormsSection: React$1.FC<HowGetYourFormsSectionProps>;
847
854
 
848
- interface ExpertsSectionProps {
849
- title: string;
850
- contentExpertCardList: ExpertCardListProps;
855
+ interface LegalSectionProps {
856
+ text: RichTextStrapiProps;
851
857
  }
852
858
 
853
- declare const ExpertsSection: FC<ExpertsSectionProps>;
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.25.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",