@npm_leadtech/legal-lib-components 2.31.7 → 2.32.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 +4 -2
- package/dist/cjs/images/componentsSvg/ChevronExpandLess.d.ts +2 -0
- package/dist/cjs/images/componentsSvg/ChevronExpandMore.d.ts +2 -0
- package/dist/cjs/index.js +3 -3
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/legal-lib-components.css +279 -112
- package/dist/cjs/src/components/atoms/MessageInformation/MessageInformation.d.ts +1 -1
- package/dist/cjs/src/components/atoms/MessageInformation/MessageInformationProps.types.d.ts +5 -0
- package/dist/cjs/src/components/atoms/MessageInformation/index.d.ts +1 -1
- package/dist/cjs/src/components/atoms/ShowMoreBox/ShowMoreBox.d.ts +4 -0
- package/dist/cjs/src/components/atoms/ShowMoreBox/ShowMoreBoxProps.d.ts +6 -0
- package/dist/cjs/src/components/atoms/ShowMoreBox/index.d.ts +2 -0
- package/dist/cjs/src/components/atoms/index.d.ts +1 -1
- package/dist/cjs/src/components/molecules/CountDownMessage/CountDownMessage.d.ts +1 -1
- package/dist/cjs/src/components/molecules/CountDownMessage/CountDownMessageProps.types.d.ts +5 -0
- package/dist/cjs/src/components/molecules/CountDownMessage/index.d.ts +1 -1
- package/dist/cjs/src/components/molecules/FaqItem/FaqItem.d.ts +4 -0
- package/dist/cjs/src/components/molecules/FaqItem/FaqItemProps.d.ts +8 -0
- package/dist/cjs/src/components/molecules/FaqItem/index.d.ts +2 -0
- package/dist/cjs/src/components/molecules/index.d.ts +4 -3
- package/dist/cjs/src/components/organisms/FaqGroup/FaqGroup.d.ts +4 -0
- package/dist/cjs/src/components/organisms/FaqGroup/FaqGroupProps.d.ts +10 -0
- package/dist/cjs/src/components/organisms/FaqGroup/index.d.ts +2 -0
- package/dist/cjs/src/components/organisms/index.d.ts +1 -0
- package/dist/cjs/src/components/pages/FaqsPage/FaqsPage.d.ts +4 -0
- package/dist/cjs/src/components/pages/FaqsPage/FaqsPageProps.d.ts +7 -0
- package/dist/cjs/src/components/pages/FaqsPage/index.d.ts +2 -0
- package/dist/cjs/src/components/pages/index.d.ts +1 -0
- package/dist/cjs/src/components/sections/AsideMenuSection/AsideMenuSection.d.ts +4 -0
- package/dist/cjs/src/components/sections/AsideMenuSection/AsideMenuSectionProps.d.ts +9 -0
- package/dist/cjs/src/components/sections/AsideMenuSection/index.d.ts +2 -0
- package/dist/cjs/src/components/sections/FaqSection/FaqSection.d.ts +4 -0
- package/dist/cjs/src/components/sections/FaqSection/FaqSectionProps.d.ts +4 -0
- package/dist/cjs/src/components/sections/FaqSection/index.d.ts +2 -0
- package/dist/cjs/src/components/sections/index.d.ts +2 -0
- package/dist/esm/images/componentsSvg/ChevronExpandLess.d.ts +2 -0
- package/dist/esm/images/componentsSvg/ChevronExpandMore.d.ts +2 -0
- package/dist/esm/index.js +3 -3
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/legal-lib-components.css +279 -112
- package/dist/esm/src/components/atoms/MessageInformation/MessageInformation.d.ts +1 -1
- package/dist/esm/src/components/atoms/MessageInformation/MessageInformationProps.types.d.ts +5 -0
- package/dist/esm/src/components/atoms/MessageInformation/index.d.ts +1 -1
- package/dist/esm/src/components/atoms/ShowMoreBox/ShowMoreBox.d.ts +4 -0
- package/dist/esm/src/components/atoms/ShowMoreBox/ShowMoreBoxProps.d.ts +6 -0
- package/dist/esm/src/components/atoms/ShowMoreBox/index.d.ts +2 -0
- package/dist/esm/src/components/atoms/index.d.ts +1 -1
- package/dist/esm/src/components/molecules/CountDownMessage/CountDownMessage.d.ts +1 -1
- package/dist/esm/src/components/molecules/CountDownMessage/CountDownMessageProps.types.d.ts +5 -0
- package/dist/esm/src/components/molecules/CountDownMessage/index.d.ts +1 -1
- package/dist/esm/src/components/molecules/FaqItem/FaqItem.d.ts +4 -0
- package/dist/esm/src/components/molecules/FaqItem/FaqItemProps.d.ts +8 -0
- package/dist/esm/src/components/molecules/FaqItem/index.d.ts +2 -0
- package/dist/esm/src/components/molecules/index.d.ts +4 -3
- package/dist/esm/src/components/organisms/FaqGroup/FaqGroup.d.ts +4 -0
- package/dist/esm/src/components/organisms/FaqGroup/FaqGroupProps.d.ts +10 -0
- package/dist/esm/src/components/organisms/FaqGroup/index.d.ts +2 -0
- package/dist/esm/src/components/organisms/index.d.ts +1 -0
- package/dist/esm/src/components/pages/FaqsPage/FaqsPage.d.ts +4 -0
- package/dist/esm/src/components/pages/FaqsPage/FaqsPageProps.d.ts +7 -0
- package/dist/esm/src/components/pages/FaqsPage/index.d.ts +2 -0
- package/dist/esm/src/components/pages/index.d.ts +1 -0
- package/dist/esm/src/components/sections/AsideMenuSection/AsideMenuSection.d.ts +4 -0
- package/dist/esm/src/components/sections/AsideMenuSection/AsideMenuSectionProps.d.ts +9 -0
- package/dist/esm/src/components/sections/AsideMenuSection/index.d.ts +2 -0
- package/dist/esm/src/components/sections/FaqSection/FaqSection.d.ts +4 -0
- package/dist/esm/src/components/sections/FaqSection/FaqSectionProps.d.ts +4 -0
- package/dist/esm/src/components/sections/FaqSection/index.d.ts +2 -0
- package/dist/esm/src/components/sections/index.d.ts +2 -0
- package/dist/index.d.ts +80 -32
- package/package.json +1 -1
- package/dist/cjs/src/components/atoms/MessageInformation/MessageInformation.types.d.ts +0 -4
- package/dist/cjs/src/components/atoms/ShowMoreStrapi/ShowMoreStrapi.d.ts +0 -4
- package/dist/cjs/src/components/atoms/ShowMoreStrapi/ShowMoreStrapiProps.d.ts +0 -5
- package/dist/cjs/src/components/atoms/ShowMoreStrapi/index.d.ts +0 -2
- package/dist/cjs/src/components/molecules/CountDownMessage/CountDownMessage.types.d.ts +0 -4
- package/dist/esm/src/components/atoms/MessageInformation/MessageInformation.types.d.ts +0 -4
- package/dist/esm/src/components/atoms/ShowMoreStrapi/ShowMoreStrapi.d.ts +0 -4
- package/dist/esm/src/components/atoms/ShowMoreStrapi/ShowMoreStrapiProps.d.ts +0 -5
- package/dist/esm/src/components/atoms/ShowMoreStrapi/index.d.ts +0 -2
- package/dist/esm/src/components/molecules/CountDownMessage/CountDownMessage.types.d.ts +0 -4
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type FC } from 'react';
|
|
2
|
-
import { type MessageInformationProps } from './
|
|
2
|
+
import { type MessageInformationProps } from './MessageInformationProps.types';
|
|
3
3
|
import './MessageInformation.scss';
|
|
4
4
|
declare const MessageInformation: FC<MessageInformationProps>;
|
|
5
5
|
export default MessageInformation;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { default as MessageInformation } from './MessageInformation';
|
|
2
|
-
export { type MessageInformationProps } from './
|
|
2
|
+
export { type MessageInformationProps } from './MessageInformationProps.types';
|
|
@@ -31,6 +31,7 @@ export * from './RichTextInner';
|
|
|
31
31
|
export * from './RichTextStrapi';
|
|
32
32
|
export * from './SearchSelect';
|
|
33
33
|
export * from './SidemenuTab';
|
|
34
|
+
export * from './ShowMoreBox';
|
|
34
35
|
export * from './Spinner';
|
|
35
36
|
export * from './TextArea';
|
|
36
37
|
export * from './Toggle';
|
|
@@ -41,4 +42,3 @@ export * from './WideInfoBar';
|
|
|
41
42
|
export * from './TrustPilot';
|
|
42
43
|
export * from './WhyLawDistrictItems';
|
|
43
44
|
export * from './MessageInformation';
|
|
44
|
-
export * from './ShowMoreStrapi';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type FC } from 'react';
|
|
2
|
-
import { type CountDownMessageProps } from './
|
|
2
|
+
import { type CountDownMessageProps } from './CountDownMessageProps.types';
|
|
3
3
|
import './CountDownMessage.scss';
|
|
4
4
|
declare const CountDownMessage: FC<CountDownMessageProps>;
|
|
5
5
|
export default CountDownMessage;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { default as CountDownMessage } from './CountDownMessage';
|
|
2
|
-
export { type CountDownMessageProps } from './
|
|
2
|
+
export { type CountDownMessageProps } from './CountDownMessageProps.types';
|
|
@@ -6,7 +6,11 @@ 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';
|
|
9
12
|
export * from './Feedback';
|
|
13
|
+
export * from './FreeDocModalContent';
|
|
10
14
|
export * from './MenuItemsSection';
|
|
11
15
|
export * from './NavBarDropDown';
|
|
12
16
|
export * from './Pagination';
|
|
@@ -16,6 +20,3 @@ export * from './StepGetForm';
|
|
|
16
20
|
export * from './TextInput';
|
|
17
21
|
export * from './TooltipMenu';
|
|
18
22
|
export * from './TrustworthyWebsites';
|
|
19
|
-
export * from './ExpertCardList';
|
|
20
|
-
export * from './FreeDocModalContent';
|
|
21
|
-
export * from './CountDownMessage';
|
|
@@ -2,6 +2,7 @@ export * from './AboutUsContent';
|
|
|
2
2
|
export * from './ArticlesList';
|
|
3
3
|
export * from './AsSeeInContent';
|
|
4
4
|
export * from './CookiePolicyBar';
|
|
5
|
+
export * from './FaqGroup';
|
|
5
6
|
export * from './GuidelinesContent';
|
|
6
7
|
export * from './ListStepsGetForm';
|
|
7
8
|
export * from './MobileBottomBar';
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
export * from './AboutUsSection';
|
|
2
|
+
export * from './AsideMenuSection';
|
|
2
3
|
export * from './AsSeeInSection';
|
|
3
4
|
export * from './BlogSection';
|
|
4
5
|
export * from './ExpertsSection';
|
|
6
|
+
export * from './FaqSection';
|
|
5
7
|
export * from './GuidelinesSection';
|
|
6
8
|
export * from './HowGetYourFormsSection';
|
|
7
9
|
export * from './LegalSection';
|
package/dist/index.d.ts
CHANGED
|
@@ -395,6 +395,14 @@ interface SideMenuTabProps {
|
|
|
395
395
|
|
|
396
396
|
declare const SidemenuTab: React$1.FC<SideMenuTabProps>;
|
|
397
397
|
|
|
398
|
+
interface ShowMoreBoxProps {
|
|
399
|
+
children: React.ReactNode;
|
|
400
|
+
collapsedButtonText?: string;
|
|
401
|
+
expandedButtonText?: string;
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
declare const ShowMoreBox: React$1.FC<ShowMoreBoxProps>;
|
|
405
|
+
|
|
398
406
|
interface SpinnerProps {
|
|
399
407
|
className?: string;
|
|
400
408
|
big?: boolean;
|
|
@@ -479,19 +487,12 @@ interface WhyLawDistrictItem {
|
|
|
479
487
|
declare const WhyLawDistrictItems: React$1.FC<WhyLawDistrictItemsProps>;
|
|
480
488
|
|
|
481
489
|
interface MessageInformationProps {
|
|
482
|
-
text: string;
|
|
490
|
+
text: string | React.ReactNode;
|
|
483
491
|
time?: string;
|
|
484
492
|
}
|
|
485
493
|
|
|
486
494
|
declare const MessageInformation: FC<MessageInformationProps>;
|
|
487
495
|
|
|
488
|
-
interface ShowMoreStrapiProps {
|
|
489
|
-
children: React.ReactNode;
|
|
490
|
-
className?: string;
|
|
491
|
-
}
|
|
492
|
-
|
|
493
|
-
declare const ShowMoreStrapi: FC<ShowMoreStrapiProps>;
|
|
494
|
-
|
|
495
496
|
interface ArticleProps {
|
|
496
497
|
imageUrl: string;
|
|
497
498
|
title: string;
|
|
@@ -586,6 +587,29 @@ interface ContinueEditingBannerProps {
|
|
|
586
587
|
|
|
587
588
|
declare const ContinueEditingBanner: React$1.FC<ContinueEditingBannerProps>;
|
|
588
589
|
|
|
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
|
+
|
|
589
613
|
interface FeedbackProps {
|
|
590
614
|
theme?: 'success' | 'error';
|
|
591
615
|
title?: string;
|
|
@@ -602,6 +626,16 @@ interface FeedbackProps {
|
|
|
602
626
|
|
|
603
627
|
declare const Feedback: FC<FeedbackProps>;
|
|
604
628
|
|
|
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
|
+
|
|
605
639
|
interface MenuItemsSectionProps {
|
|
606
640
|
icon?: React.ReactNode;
|
|
607
641
|
title?: string;
|
|
@@ -736,29 +770,6 @@ interface ImageStructure {
|
|
|
736
770
|
|
|
737
771
|
declare const TrustworthyWebsites: FC<TrustworthyWebsitesProps>;
|
|
738
772
|
|
|
739
|
-
interface ExpertCardListProps {
|
|
740
|
-
contentExpertCard: ExpertCardProps[];
|
|
741
|
-
}
|
|
742
|
-
|
|
743
|
-
declare const ExpertCardList: FC<ExpertCardListProps>;
|
|
744
|
-
|
|
745
|
-
interface FreeDocModalContentProps {
|
|
746
|
-
bodyTitle: string;
|
|
747
|
-
bodyText: string;
|
|
748
|
-
closeModal: () => void;
|
|
749
|
-
clickGoToFormInApp: (arg0: null, arg1: string, arg2?: boolean) => void;
|
|
750
|
-
isActiveDocument: boolean;
|
|
751
|
-
}
|
|
752
|
-
|
|
753
|
-
declare const FreeDocModalContent: FC<FreeDocModalContentProps>;
|
|
754
|
-
|
|
755
|
-
interface CountDownMessageProps {
|
|
756
|
-
text: string;
|
|
757
|
-
time?: string;
|
|
758
|
-
}
|
|
759
|
-
|
|
760
|
-
declare const CountDownMessage: FC<CountDownMessageProps>;
|
|
761
|
-
|
|
762
773
|
interface AboutUsContentProps {
|
|
763
774
|
children: React.ReactNode;
|
|
764
775
|
image: React.ReactNode;
|
|
@@ -787,6 +798,17 @@ interface CookiePolicyBarProps {
|
|
|
787
798
|
|
|
788
799
|
declare const CookiePolicyBar: FC<CookiePolicyBarProps>;
|
|
789
800
|
|
|
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
|
+
|
|
790
812
|
interface GuidelinesContentProps {
|
|
791
813
|
title: string;
|
|
792
814
|
image: React.ReactNode;
|
|
@@ -825,6 +847,17 @@ interface AboutUsSectionProps {
|
|
|
825
847
|
|
|
826
848
|
declare const AboutUsSection: FC<AboutUsSectionProps>;
|
|
827
849
|
|
|
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
|
+
|
|
828
861
|
interface AsSeeInSectionProps {
|
|
829
862
|
title: string;
|
|
830
863
|
contentAsSeeIn: AsSeeInContentProps;
|
|
@@ -847,6 +880,12 @@ interface ExpertsSectionProps {
|
|
|
847
880
|
|
|
848
881
|
declare const ExpertsSection: FC<ExpertsSectionProps>;
|
|
849
882
|
|
|
883
|
+
interface FaqSectionProps {
|
|
884
|
+
groups: FaqGroupProps[];
|
|
885
|
+
}
|
|
886
|
+
|
|
887
|
+
declare const FaqSection: React$1.FC<FaqSectionProps>;
|
|
888
|
+
|
|
850
889
|
interface GuidelinesSectionProps {
|
|
851
890
|
contentGuidelines: GuidelinesContentProps;
|
|
852
891
|
}
|
|
@@ -930,6 +969,15 @@ interface AboutUsPageProps {
|
|
|
930
969
|
|
|
931
970
|
declare const AboutUsPage: React$1.FC<AboutUsPageProps>;
|
|
932
971
|
|
|
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
|
+
|
|
933
981
|
interface LegalPageProps {
|
|
934
982
|
jumbotron: JumbotronStaticProps;
|
|
935
983
|
legalSection: LegalSectionProps;
|
|
@@ -956,4 +1004,4 @@ interface UseIsMobileOrTablePropsReturn {
|
|
|
956
1004
|
}
|
|
957
1005
|
declare const useIsMobileOrTable: () => UseIsMobileOrTablePropsReturn;
|
|
958
1006
|
|
|
959
|
-
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,
|
|
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, 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 };
|
package/package.json
CHANGED