@npm_leadtech/legal-lib-components 2.32.4 → 2.33.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.
- package/README.md +2 -4
- package/dist/cjs/index.js +3 -3
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/legal-lib-components.css +108 -281
- package/dist/cjs/src/components/atoms/RichTextStrapi/RichTextStrapiProps.d.ts +0 -2
- package/dist/cjs/src/components/atoms/index.d.ts +0 -1
- package/dist/cjs/src/components/molecules/index.d.ts +3 -4
- package/dist/cjs/src/components/organisms/index.d.ts +0 -1
- package/dist/cjs/src/components/pages/index.d.ts +0 -1
- package/dist/cjs/src/components/sections/index.d.ts +0 -2
- package/dist/esm/index.js +3 -3
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/legal-lib-components.css +108 -281
- package/dist/esm/src/components/atoms/RichTextStrapi/RichTextStrapiProps.d.ts +0 -2
- package/dist/esm/src/components/atoms/index.d.ts +0 -1
- package/dist/esm/src/components/molecules/index.d.ts +3 -4
- package/dist/esm/src/components/organisms/index.d.ts +0 -1
- package/dist/esm/src/components/pages/index.d.ts +0 -1
- package/dist/esm/src/components/sections/index.d.ts +0 -2
- package/dist/index.d.ts +24 -81
- package/package.json +1 -1
- package/dist/cjs/images/componentsSvg/ChevronExpandLess.d.ts +0 -2
- package/dist/cjs/images/componentsSvg/ChevronExpandMore.d.ts +0 -2
- package/dist/cjs/src/components/atoms/ShowMoreBox/ShowMoreBox.d.ts +0 -4
- package/dist/cjs/src/components/atoms/ShowMoreBox/ShowMoreBoxProps.d.ts +0 -6
- package/dist/cjs/src/components/atoms/ShowMoreBox/index.d.ts +0 -2
- package/dist/cjs/src/components/molecules/FaqItem/FaqItem.d.ts +0 -4
- package/dist/cjs/src/components/molecules/FaqItem/FaqItemProps.d.ts +0 -8
- package/dist/cjs/src/components/molecules/FaqItem/index.d.ts +0 -2
- package/dist/cjs/src/components/organisms/FaqGroup/FaqGroup.d.ts +0 -4
- package/dist/cjs/src/components/organisms/FaqGroup/FaqGroupProps.d.ts +0 -10
- package/dist/cjs/src/components/organisms/FaqGroup/index.d.ts +0 -2
- package/dist/cjs/src/components/pages/FaqsPage/FaqsPage.d.ts +0 -4
- package/dist/cjs/src/components/pages/FaqsPage/FaqsPageProps.d.ts +0 -7
- package/dist/cjs/src/components/pages/FaqsPage/index.d.ts +0 -2
- package/dist/cjs/src/components/sections/AsideMenuSection/AsideMenuSection.d.ts +0 -4
- package/dist/cjs/src/components/sections/AsideMenuSection/AsideMenuSectionProps.d.ts +0 -9
- package/dist/cjs/src/components/sections/AsideMenuSection/index.d.ts +0 -2
- package/dist/cjs/src/components/sections/FaqSection/FaqSection.d.ts +0 -4
- package/dist/cjs/src/components/sections/FaqSection/FaqSectionProps.d.ts +0 -4
- package/dist/cjs/src/components/sections/FaqSection/index.d.ts +0 -2
- package/dist/esm/images/componentsSvg/ChevronExpandLess.d.ts +0 -2
- package/dist/esm/images/componentsSvg/ChevronExpandMore.d.ts +0 -2
- package/dist/esm/src/components/atoms/ShowMoreBox/ShowMoreBox.d.ts +0 -4
- package/dist/esm/src/components/atoms/ShowMoreBox/ShowMoreBoxProps.d.ts +0 -6
- package/dist/esm/src/components/atoms/ShowMoreBox/index.d.ts +0 -2
- package/dist/esm/src/components/molecules/FaqItem/FaqItem.d.ts +0 -4
- package/dist/esm/src/components/molecules/FaqItem/FaqItemProps.d.ts +0 -8
- package/dist/esm/src/components/molecules/FaqItem/index.d.ts +0 -2
- package/dist/esm/src/components/organisms/FaqGroup/FaqGroup.d.ts +0 -4
- package/dist/esm/src/components/organisms/FaqGroup/FaqGroupProps.d.ts +0 -10
- package/dist/esm/src/components/organisms/FaqGroup/index.d.ts +0 -2
- package/dist/esm/src/components/pages/FaqsPage/FaqsPage.d.ts +0 -4
- package/dist/esm/src/components/pages/FaqsPage/FaqsPageProps.d.ts +0 -7
- package/dist/esm/src/components/pages/FaqsPage/index.d.ts +0 -2
- package/dist/esm/src/components/sections/AsideMenuSection/AsideMenuSection.d.ts +0 -4
- package/dist/esm/src/components/sections/AsideMenuSection/AsideMenuSectionProps.d.ts +0 -9
- package/dist/esm/src/components/sections/AsideMenuSection/index.d.ts +0 -2
- package/dist/esm/src/components/sections/FaqSection/FaqSection.d.ts +0 -4
- package/dist/esm/src/components/sections/FaqSection/FaqSectionProps.d.ts +0 -4
- package/dist/esm/src/components/sections/FaqSection/index.d.ts +0 -2
|
@@ -31,7 +31,6 @@ export * from './RichTextInner';
|
|
|
31
31
|
export * from './RichTextStrapi';
|
|
32
32
|
export * from './SearchSelect';
|
|
33
33
|
export * from './SidemenuTab';
|
|
34
|
-
export * from './ShowMoreBox';
|
|
35
34
|
export * from './Spinner';
|
|
36
35
|
export * from './TextArea';
|
|
37
36
|
export * from './Toggle';
|
|
@@ -6,11 +6,7 @@ export * from './BoxForm';
|
|
|
6
6
|
export * from './Breadcrumb';
|
|
7
7
|
export * from './ContactBox';
|
|
8
8
|
export * from './ContinueEditingBanner';
|
|
9
|
-
export * from './CountDownMessage';
|
|
10
|
-
export * from './ExpertCardList';
|
|
11
|
-
export * from './FaqItem';
|
|
12
9
|
export * from './Feedback';
|
|
13
|
-
export * from './FreeDocModalContent';
|
|
14
10
|
export * from './MenuItemsSection';
|
|
15
11
|
export * from './NavBarDropDown';
|
|
16
12
|
export * from './Pagination';
|
|
@@ -20,3 +16,6 @@ export * from './StepGetForm';
|
|
|
20
16
|
export * from './TextInput';
|
|
21
17
|
export * from './TooltipMenu';
|
|
22
18
|
export * from './TrustworthyWebsites';
|
|
19
|
+
export * from './ExpertCardList';
|
|
20
|
+
export * from './FreeDocModalContent';
|
|
21
|
+
export * from './CountDownMessage';
|
|
@@ -2,7 +2,6 @@ export * from './AboutUsContent';
|
|
|
2
2
|
export * from './ArticlesList';
|
|
3
3
|
export * from './AsSeeInContent';
|
|
4
4
|
export * from './CookiePolicyBar';
|
|
5
|
-
export * from './FaqGroup';
|
|
6
5
|
export * from './GuidelinesContent';
|
|
7
6
|
export * from './ListStepsGetForm';
|
|
8
7
|
export * from './MobileBottomBar';
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
export * from './AboutUsSection';
|
|
2
|
-
export * from './AsideMenuSection';
|
|
3
2
|
export * from './AsSeeInSection';
|
|
4
3
|
export * from './BlogSection';
|
|
5
4
|
export * from './ExpertsSection';
|
|
6
|
-
export * from './FaqSection';
|
|
7
5
|
export * from './GuidelinesSection';
|
|
8
6
|
export * from './HowGetYourFormsSection';
|
|
9
7
|
export * from './LegalSection';
|
package/dist/index.d.ts
CHANGED
|
@@ -343,8 +343,6 @@ interface RichTextMedia {
|
|
|
343
343
|
|
|
344
344
|
interface RichTextStrapiProps {
|
|
345
345
|
html?: string;
|
|
346
|
-
showMoreTextShortResponse?: string;
|
|
347
|
-
showMoreTextCompleteResponse?: string;
|
|
348
346
|
className?: string;
|
|
349
347
|
medias?: RichTextMedia[];
|
|
350
348
|
}
|
|
@@ -395,14 +393,6 @@ interface SideMenuTabProps {
|
|
|
395
393
|
|
|
396
394
|
declare const SidemenuTab: React$1.FC<SideMenuTabProps>;
|
|
397
395
|
|
|
398
|
-
interface ShowMoreBoxProps {
|
|
399
|
-
children: React.ReactNode;
|
|
400
|
-
collapsedButtonText?: string;
|
|
401
|
-
expandedButtonText?: string;
|
|
402
|
-
}
|
|
403
|
-
|
|
404
|
-
declare const ShowMoreBox: React$1.FC<ShowMoreBoxProps>;
|
|
405
|
-
|
|
406
396
|
interface SpinnerProps {
|
|
407
397
|
className?: string;
|
|
408
398
|
big?: boolean;
|
|
@@ -587,29 +577,6 @@ interface ContinueEditingBannerProps {
|
|
|
587
577
|
|
|
588
578
|
declare const ContinueEditingBanner: React$1.FC<ContinueEditingBannerProps>;
|
|
589
579
|
|
|
590
|
-
interface CountDownMessageProps {
|
|
591
|
-
text: string | React.ReactNode;
|
|
592
|
-
time?: string;
|
|
593
|
-
}
|
|
594
|
-
|
|
595
|
-
declare const CountDownMessage: FC<CountDownMessageProps>;
|
|
596
|
-
|
|
597
|
-
interface ExpertCardListProps {
|
|
598
|
-
contentExpertCard: ExpertCardProps[];
|
|
599
|
-
}
|
|
600
|
-
|
|
601
|
-
declare const ExpertCardList: FC<ExpertCardListProps>;
|
|
602
|
-
|
|
603
|
-
interface FaqItemProps {
|
|
604
|
-
id: string;
|
|
605
|
-
slug: string;
|
|
606
|
-
title: string;
|
|
607
|
-
children: React$1.ReactNode;
|
|
608
|
-
index?: number;
|
|
609
|
-
}
|
|
610
|
-
|
|
611
|
-
declare const FaqItem: React$1.FC<FaqItemProps>;
|
|
612
|
-
|
|
613
580
|
interface FeedbackProps {
|
|
614
581
|
theme?: 'success' | 'error';
|
|
615
582
|
title?: string;
|
|
@@ -626,16 +593,6 @@ interface FeedbackProps {
|
|
|
626
593
|
|
|
627
594
|
declare const Feedback: FC<FeedbackProps>;
|
|
628
595
|
|
|
629
|
-
interface FreeDocModalContentProps {
|
|
630
|
-
bodyTitle: string;
|
|
631
|
-
bodyText: string;
|
|
632
|
-
closeModal: () => void;
|
|
633
|
-
clickGoToFormInApp: (arg0: null, arg1: string, arg2?: boolean) => void;
|
|
634
|
-
isActiveDocument: boolean;
|
|
635
|
-
}
|
|
636
|
-
|
|
637
|
-
declare const FreeDocModalContent: FC<FreeDocModalContentProps>;
|
|
638
|
-
|
|
639
596
|
interface MenuItemsSectionProps {
|
|
640
597
|
icon?: React.ReactNode;
|
|
641
598
|
title?: string;
|
|
@@ -770,6 +727,29 @@ interface ImageStructure {
|
|
|
770
727
|
|
|
771
728
|
declare const TrustworthyWebsites: FC<TrustworthyWebsitesProps>;
|
|
772
729
|
|
|
730
|
+
interface ExpertCardListProps {
|
|
731
|
+
contentExpertCard: ExpertCardProps[];
|
|
732
|
+
}
|
|
733
|
+
|
|
734
|
+
declare const ExpertCardList: FC<ExpertCardListProps>;
|
|
735
|
+
|
|
736
|
+
interface FreeDocModalContentProps {
|
|
737
|
+
bodyTitle: string;
|
|
738
|
+
bodyText: string;
|
|
739
|
+
closeModal: () => void;
|
|
740
|
+
clickGoToFormInApp: (arg0: null, arg1: string, arg2?: boolean) => void;
|
|
741
|
+
isActiveDocument: boolean;
|
|
742
|
+
}
|
|
743
|
+
|
|
744
|
+
declare const FreeDocModalContent: FC<FreeDocModalContentProps>;
|
|
745
|
+
|
|
746
|
+
interface CountDownMessageProps {
|
|
747
|
+
text: string | React.ReactNode;
|
|
748
|
+
time?: string;
|
|
749
|
+
}
|
|
750
|
+
|
|
751
|
+
declare const CountDownMessage: FC<CountDownMessageProps>;
|
|
752
|
+
|
|
773
753
|
interface AboutUsContentProps {
|
|
774
754
|
children: React.ReactNode;
|
|
775
755
|
image: React.ReactNode;
|
|
@@ -798,17 +778,6 @@ interface CookiePolicyBarProps {
|
|
|
798
778
|
|
|
799
779
|
declare const CookiePolicyBar: FC<CookiePolicyBarProps>;
|
|
800
780
|
|
|
801
|
-
interface FaqGroupProps {
|
|
802
|
-
id: string;
|
|
803
|
-
title: string;
|
|
804
|
-
slug: string;
|
|
805
|
-
faqs: FaqItemProps[];
|
|
806
|
-
hasAllClosed?: boolean;
|
|
807
|
-
children?: React.ReactNode;
|
|
808
|
-
}
|
|
809
|
-
|
|
810
|
-
declare const FaqGroup: React$1.FC<FaqGroupProps>;
|
|
811
|
-
|
|
812
781
|
interface GuidelinesContentProps {
|
|
813
782
|
title: string;
|
|
814
783
|
image: React.ReactNode;
|
|
@@ -847,17 +816,6 @@ interface AboutUsSectionProps {
|
|
|
847
816
|
|
|
848
817
|
declare const AboutUsSection: FC<AboutUsSectionProps>;
|
|
849
818
|
|
|
850
|
-
interface AsideMenuSectionProps {
|
|
851
|
-
items: Array<{
|
|
852
|
-
id: string;
|
|
853
|
-
text: string;
|
|
854
|
-
slug: string;
|
|
855
|
-
}>;
|
|
856
|
-
onClickHandler?: React.MouseEventHandler<HTMLLIElement>;
|
|
857
|
-
}
|
|
858
|
-
|
|
859
|
-
declare const AsideMenuSection: React$1.FC<AsideMenuSectionProps>;
|
|
860
|
-
|
|
861
819
|
interface AsSeeInSectionProps {
|
|
862
820
|
title: string;
|
|
863
821
|
contentAsSeeIn: AsSeeInContentProps;
|
|
@@ -880,12 +838,6 @@ interface ExpertsSectionProps {
|
|
|
880
838
|
|
|
881
839
|
declare const ExpertsSection: FC<ExpertsSectionProps>;
|
|
882
840
|
|
|
883
|
-
interface FaqSectionProps {
|
|
884
|
-
groups: FaqGroupProps[];
|
|
885
|
-
}
|
|
886
|
-
|
|
887
|
-
declare const FaqSection: React$1.FC<FaqSectionProps>;
|
|
888
|
-
|
|
889
841
|
interface GuidelinesSectionProps {
|
|
890
842
|
contentGuidelines: GuidelinesContentProps;
|
|
891
843
|
}
|
|
@@ -969,15 +921,6 @@ interface AboutUsPageProps {
|
|
|
969
921
|
|
|
970
922
|
declare const AboutUsPage: React$1.FC<AboutUsPageProps>;
|
|
971
923
|
|
|
972
|
-
interface FaqsPageProps {
|
|
973
|
-
title: string;
|
|
974
|
-
subtitle: string;
|
|
975
|
-
asideMenuSectionProps: AsideMenuSectionProps;
|
|
976
|
-
faqSectionProps: FaqSectionProps;
|
|
977
|
-
}
|
|
978
|
-
|
|
979
|
-
declare const FaqsPage: React$1.FC<FaqsPageProps>;
|
|
980
|
-
|
|
981
924
|
interface LegalPageProps {
|
|
982
925
|
jumbotron: JumbotronStaticProps;
|
|
983
926
|
legalSection: LegalSectionProps;
|
|
@@ -1004,4 +947,4 @@ interface UseIsMobileOrTablePropsReturn {
|
|
|
1004
947
|
}
|
|
1005
948
|
declare const useIsMobileOrTable: () => UseIsMobileOrTablePropsReturn;
|
|
1006
949
|
|
|
1007
|
-
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,
|
|
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