@npm_leadtech/legal-lib-components 2.35.8 → 2.36.0

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/MailSvg.d.ts +2 -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 +230 -13
  5. package/dist/cjs/src/components/atoms/MessageInformation/MessageInformationProps.types.d.ts +0 -1
  6. package/dist/cjs/src/components/atoms/Tagline/Tagline.d.ts +4 -0
  7. package/dist/cjs/src/components/atoms/Tagline/TaglineProps.types.d.ts +3 -0
  8. package/dist/cjs/src/components/atoms/Tagline/index.d.ts +2 -0
  9. package/dist/cjs/src/components/atoms/index.d.ts +1 -0
  10. package/dist/cjs/src/components/molecules/CountDownMessage/CountDownMessageProps.types.d.ts +0 -1
  11. package/dist/cjs/src/components/molecules/EmailContactBox/EmailContactBox.d.ts +4 -0
  12. package/dist/cjs/src/components/molecules/EmailContactBox/EmailContactBoxProps.d.ts +4 -0
  13. package/dist/cjs/src/components/molecules/EmailContactBox/index.d.ts +2 -0
  14. package/dist/cjs/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.d.ts +4 -0
  15. package/dist/cjs/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktopProps.types.d.ts +4 -0
  16. package/dist/cjs/src/components/molecules/PhoneContactBoxDesktop/index.d.ts +2 -0
  17. package/dist/cjs/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobile.d.ts +4 -0
  18. package/dist/cjs/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobileProps.types.d.ts +4 -0
  19. package/dist/cjs/src/components/molecules/PhoneContactBoxMobile/index.d.ts +2 -0
  20. package/dist/cjs/src/components/molecules/index.d.ts +3 -0
  21. package/dist/cjs/src/components/organisms/ContactJumbotron/ContactJumbotron.d.ts +4 -0
  22. package/dist/cjs/src/components/organisms/ContactJumbotron/ContactJumbotronProps.types.d.ts +9 -0
  23. package/dist/cjs/src/components/organisms/ContactJumbotron/index.d.ts +2 -0
  24. package/dist/cjs/src/components/organisms/index.d.ts +1 -0
  25. package/dist/cjs/src/components/pages/ContactUsPage/ContactUsPage.d.ts +3 -0
  26. package/dist/cjs/src/components/pages/ContactUsPage/ContactUsPageProps.d.ts +8 -0
  27. package/dist/cjs/src/components/pages/ContactUsPage/index.d.ts +2 -0
  28. package/dist/cjs/src/components/pages/index.d.ts +1 -0
  29. package/dist/cjs/src/components/sections/ContactSection/ContactSection.d.ts +4 -0
  30. package/dist/cjs/src/components/sections/ContactSection/ContactSectionProps.d.ts +6 -0
  31. package/dist/cjs/src/components/sections/ContactSection/index.d.ts +2 -0
  32. package/dist/cjs/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.d.ts +4 -0
  33. package/dist/cjs/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSectionProps.types.d.ts +8 -0
  34. package/dist/cjs/src/components/sections/JumbotronSimplifiedSection/index.d.ts +2 -0
  35. package/dist/cjs/src/components/sections/index.d.ts +2 -0
  36. package/dist/esm/images/componentsSvg/MailSvg.d.ts +2 -0
  37. package/dist/esm/index.js +3 -3
  38. package/dist/esm/index.js.map +1 -1
  39. package/dist/esm/legal-lib-components.css +230 -13
  40. package/dist/esm/src/components/atoms/MessageInformation/MessageInformationProps.types.d.ts +0 -1
  41. package/dist/esm/src/components/atoms/Tagline/Tagline.d.ts +4 -0
  42. package/dist/esm/src/components/atoms/Tagline/TaglineProps.types.d.ts +3 -0
  43. package/dist/esm/src/components/atoms/Tagline/index.d.ts +2 -0
  44. package/dist/esm/src/components/atoms/index.d.ts +1 -0
  45. package/dist/esm/src/components/molecules/CountDownMessage/CountDownMessageProps.types.d.ts +0 -1
  46. package/dist/esm/src/components/molecules/EmailContactBox/EmailContactBox.d.ts +4 -0
  47. package/dist/esm/src/components/molecules/EmailContactBox/EmailContactBoxProps.d.ts +4 -0
  48. package/dist/esm/src/components/molecules/EmailContactBox/index.d.ts +2 -0
  49. package/dist/esm/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.d.ts +4 -0
  50. package/dist/esm/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktopProps.types.d.ts +4 -0
  51. package/dist/esm/src/components/molecules/PhoneContactBoxDesktop/index.d.ts +2 -0
  52. package/dist/esm/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobile.d.ts +4 -0
  53. package/dist/esm/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobileProps.types.d.ts +4 -0
  54. package/dist/esm/src/components/molecules/PhoneContactBoxMobile/index.d.ts +2 -0
  55. package/dist/esm/src/components/molecules/index.d.ts +3 -0
  56. package/dist/esm/src/components/organisms/ContactJumbotron/ContactJumbotron.d.ts +4 -0
  57. package/dist/esm/src/components/organisms/ContactJumbotron/ContactJumbotronProps.types.d.ts +9 -0
  58. package/dist/esm/src/components/organisms/ContactJumbotron/index.d.ts +2 -0
  59. package/dist/esm/src/components/organisms/index.d.ts +1 -0
  60. package/dist/esm/src/components/pages/ContactUsPage/ContactUsPage.d.ts +3 -0
  61. package/dist/esm/src/components/pages/ContactUsPage/ContactUsPageProps.d.ts +8 -0
  62. package/dist/esm/src/components/pages/ContactUsPage/index.d.ts +2 -0
  63. package/dist/esm/src/components/pages/index.d.ts +1 -0
  64. package/dist/esm/src/components/sections/ContactSection/ContactSection.d.ts +4 -0
  65. package/dist/esm/src/components/sections/ContactSection/ContactSectionProps.d.ts +6 -0
  66. package/dist/esm/src/components/sections/ContactSection/index.d.ts +2 -0
  67. package/dist/esm/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.d.ts +4 -0
  68. package/dist/esm/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSectionProps.types.d.ts +8 -0
  69. package/dist/esm/src/components/sections/JumbotronSimplifiedSection/index.d.ts +2 -0
  70. package/dist/esm/src/components/sections/index.d.ts +2 -0
  71. package/dist/index.d.ts +63 -3
  72. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -410,6 +410,12 @@ interface SpinnerProps {
410
410
 
411
411
  declare const Spinner: FC<SpinnerProps>;
412
412
 
413
+ interface TaglineProps {
414
+ text: string;
415
+ }
416
+
417
+ declare const Tagline: FC<TaglineProps>;
418
+
413
419
  interface TextAreaProps {
414
420
  value?: string;
415
421
  label?: string;
@@ -487,7 +493,6 @@ interface WhyLawDistrictItem {
487
493
  declare const WhyLawDistrictItems: React$1.FC<WhyLawDistrictItemsProps>;
488
494
 
489
495
  interface MessageInformationProps {
490
- noImg: boolean;
491
496
  text: string | React.ReactNode;
492
497
  time?: string;
493
498
  }
@@ -589,13 +594,19 @@ interface ContinueEditingBannerProps {
589
594
  declare const ContinueEditingBanner: React$1.FC<ContinueEditingBannerProps>;
590
595
 
591
596
  interface CountDownMessageProps {
592
- noImg?: boolean;
593
597
  text: string | React.ReactNode;
594
598
  time?: string;
595
599
  }
596
600
 
597
601
  declare const CountDownMessage: FC<CountDownMessageProps>;
598
602
 
603
+ interface EmailContactBoxProps {
604
+ mail: string;
605
+ text: string;
606
+ }
607
+
608
+ declare const EmailContactBox: React$1.FC<EmailContactBoxProps>;
609
+
599
610
  interface ExpertCardListProps {
600
611
  contentExpertCard: ExpertCardProps[];
601
612
  }
@@ -679,6 +690,20 @@ interface PaginationProps {
679
690
 
680
691
  declare const Pagination: FC<PaginationProps>;
681
692
 
693
+ interface PhoneContactBoxDesktopProps {
694
+ phone: string;
695
+ schedule: string;
696
+ }
697
+
698
+ declare const PhoneContactBoxDesktop: React$1.FC<PhoneContactBoxDesktopProps>;
699
+
700
+ interface PhoneContactBoxMobileProps {
701
+ phone: string;
702
+ schedule: string;
703
+ }
704
+
705
+ declare const PhoneContactBoxMobile: React$1.FC<PhoneContactBoxMobileProps>;
706
+
682
707
  interface PricingCardProps {
683
708
  order?: number;
684
709
  subscriptionId?: string;
@@ -793,6 +818,16 @@ interface AsSeeInContentProps {
793
818
 
794
819
  declare const AsSeeInContent: FC<AsSeeInContentProps>;
795
820
 
821
+ interface ContactJumbotronProps {
822
+ phoneBoxDesktopProps: PhoneContactBoxDesktopProps;
823
+ emailContactBoxProps: EmailContactBoxProps;
824
+ faqsTitle: string;
825
+ children: React$1.ReactNode;
826
+ isJonSnow?: boolean;
827
+ }
828
+
829
+ declare const ContactJumbotron: React$1.FC<ContactJumbotronProps>;
830
+
796
831
  interface CookiePolicyBarProps {
797
832
  clickFunc: () => void;
798
833
  text: string;
@@ -875,6 +910,13 @@ interface BlogSectionProps {
875
910
 
876
911
  declare const BlogSection: FC<BlogSectionProps>;
877
912
 
913
+ interface ContactSectionProps {
914
+ contactJumbotronProps: ContactJumbotronProps;
915
+ contactForm: BoxFormProps;
916
+ }
917
+
918
+ declare const ContactSection: FC<ContactSectionProps>;
919
+
878
920
  interface ExpertsSectionProps {
879
921
  title: string;
880
922
  contentExpertCardList: ExpertCardListProps;
@@ -902,6 +944,15 @@ interface HowGetYourFormsSectionProps {
902
944
 
903
945
  declare const HowGetYourFormsSection: React$1.FC<HowGetYourFormsSectionProps>;
904
946
 
947
+ interface JumbotronSimplifiedSectionProps {
948
+ title: string;
949
+ wrapperClassName?: string;
950
+ taglineProps: TaglineProps;
951
+ children?: React$1.ReactNode;
952
+ }
953
+
954
+ declare const JumbotronSimplifiedSection: FC<JumbotronSimplifiedSectionProps>;
955
+
905
956
  interface LegalSectionProps {
906
957
  text: RichTextStrapiProps;
907
958
  }
@@ -971,6 +1022,15 @@ interface AboutUsPageProps {
971
1022
 
972
1023
  declare const AboutUsPage: React$1.FC<AboutUsPageProps>;
973
1024
 
1025
+ interface ContactUsPageProps {
1026
+ jumbotronSimplifiedSectionProps: JumbotronSimplifiedSectionProps;
1027
+ phoneContactBox: PhoneContactBoxMobileProps;
1028
+ contactProps: ContactSectionProps;
1029
+ isJonSnow?: boolean;
1030
+ }
1031
+
1032
+ declare const ContactUsPage: React$1.FC<ContactUsPageProps>;
1033
+
974
1034
  interface FaqsPageProps {
975
1035
  title: string;
976
1036
  subtitle: string;
@@ -1006,4 +1066,4 @@ interface UseIsMobileOrTablePropsReturn {
1006
1066
  }
1007
1067
  declare const useIsMobileOrTable: () => UseIsMobileOrTablePropsReturn;
1008
1068
 
1009
- 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, 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, 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, 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, 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, ShowMoreBox, type ShowMoreBoxProps, 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 };
1069
+ 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, 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, 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 };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "2.35.8",
3
+ "version": "2.36.0",
4
4
  "dependencies": {
5
5
  "@testing-library/jest-dom": "^6.1.4",
6
6
  "@tippyjs/react": "4.2.6",