@npm_leadtech/legal-lib-components 2.44.0 → 2.45.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/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/legal-lib-components.css +54 -0
- package/dist/cjs/src/components/molecules/TypeModulesList/TypeModulesList.d.ts +5 -0
- package/dist/cjs/src/components/molecules/TypeModulesList/TypeModulesListProps.types.d.ts +13 -0
- package/dist/cjs/src/components/molecules/TypeModulesList/index.d.ts +2 -0
- package/dist/cjs/src/components/molecules/index.d.ts +1 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/legal-lib-components.css +54 -0
- package/dist/esm/src/components/molecules/TypeModulesList/TypeModulesList.d.ts +5 -0
- package/dist/esm/src/components/molecules/TypeModulesList/TypeModulesListProps.types.d.ts +13 -0
- package/dist/esm/src/components/molecules/TypeModulesList/index.d.ts +2 -0
- package/dist/esm/src/components/molecules/index.d.ts +1 -0
- package/dist/index.d.ts +16 -1
- package/package.json +1 -1
|
@@ -4471,6 +4471,60 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
4471
4471
|
.trustworthy-websites__image {
|
|
4472
4472
|
margin: 1.5rem; }
|
|
4473
4473
|
|
|
4474
|
+
.type-modules-list {
|
|
4475
|
+
display: flex;
|
|
4476
|
+
flex-direction: column;
|
|
4477
|
+
gap: 2rem; }
|
|
4478
|
+
.type-modules-list .module-item {
|
|
4479
|
+
display: flex;
|
|
4480
|
+
flex-wrap: wrap;
|
|
4481
|
+
justify-content: center;
|
|
4482
|
+
background-color: var(--neutral-neutral-6);
|
|
4483
|
+
padding: 24px;
|
|
4484
|
+
box-shadow: 0px 2px 6px 0px #02374a3f; }
|
|
4485
|
+
.type-modules-list .module-title {
|
|
4486
|
+
font-family: "Inter", sans-serif;
|
|
4487
|
+
font-size: 18px;
|
|
4488
|
+
font-weight: 700;
|
|
4489
|
+
line-height: 24px;
|
|
4490
|
+
letter-spacing: -0.3px;
|
|
4491
|
+
text-align: left;
|
|
4492
|
+
margin-bottom: 1rem; }
|
|
4493
|
+
.type-modules-list .module-description {
|
|
4494
|
+
font-family: "Inter", sans-serif;
|
|
4495
|
+
font-size: 16px;
|
|
4496
|
+
font-weight: 400;
|
|
4497
|
+
line-height: 22px;
|
|
4498
|
+
letter-spacing: -0.3px;
|
|
4499
|
+
text-align: left;
|
|
4500
|
+
margin-bottom: 1rem; }
|
|
4501
|
+
.type-modules-list .module-image {
|
|
4502
|
+
width: 150px;
|
|
4503
|
+
margin-right: 20px; }
|
|
4504
|
+
.type-modules-list .module-content {
|
|
4505
|
+
flex: 1; }
|
|
4506
|
+
.type-modules-list .module-buttons {
|
|
4507
|
+
display: flex;
|
|
4508
|
+
gap: 1rem;
|
|
4509
|
+
width: max-content; }
|
|
4510
|
+
.type-modules-list .e-button {
|
|
4511
|
+
display: flex;
|
|
4512
|
+
justify-content: center;
|
|
4513
|
+
width: 100%;
|
|
4514
|
+
margin: 0 0.2rem;
|
|
4515
|
+
padding-top: 0.6rem;
|
|
4516
|
+
padding-bottom: 0.6rem;
|
|
4517
|
+
background: var(--others-white); }
|
|
4518
|
+
@media (min-width: 960px) {
|
|
4519
|
+
.type-modules-list .e-button {
|
|
4520
|
+
margin: 0 0.5rem; } }
|
|
4521
|
+
.type-modules-list .e-button.download-icon::before {
|
|
4522
|
+
content: '';
|
|
4523
|
+
width: 1rem;
|
|
4524
|
+
height: 1rem;
|
|
4525
|
+
background-image: url("data:image/svg+xml,%3Csvg width%3D%2216%22 height%3D%2216%22 viewBox%3D%220 0 16 16%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M12.8625 8.47054C13.1222 8.21085 13.1222 7.7898 12.8625 7.53012C12.6029 7.27059 12.1822 7.2704 11.9225 7.52969L8.66602 10.7803V3.33366C8.66602 2.96547 8.36754 2.66699 7.99935 2.66699C7.63116 2.66699 7.33268 2.96547 7.33268 3.33366V10.7803L4.0858 7.52763C3.82457 7.26593 3.4006 7.26574 3.13914 7.5272C2.87784 7.7885 2.87784 8.21215 3.13914 8.47345L7.29224 12.6266C7.68277 13.0171 8.31593 13.0171 8.70646 12.6266L12.8625 8.47054Z%22 fill%3D%22%233D4042%22%2F%3E%3C%2Fsvg%3E");
|
|
4526
|
+
margin-right: 0.5rem; }
|
|
4527
|
+
|
|
4474
4528
|
.about-us-content {
|
|
4475
4529
|
display: flex;
|
|
4476
4530
|
flex-flow: row wrap;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export interface TypeModulesListProps {
|
|
3
|
+
typeModules: TypeModule[];
|
|
4
|
+
}
|
|
5
|
+
export interface TypeModule {
|
|
6
|
+
title: string;
|
|
7
|
+
description: string;
|
|
8
|
+
buttonPdfCta: string;
|
|
9
|
+
buttonPdfUrl: string;
|
|
10
|
+
buttonWordCta: string;
|
|
11
|
+
buttonWordUrl: string;
|
|
12
|
+
image: React.ReactNode;
|
|
13
|
+
}
|
package/dist/index.d.ts
CHANGED
|
@@ -873,6 +873,21 @@ interface ImageStructure {
|
|
|
873
873
|
|
|
874
874
|
declare const TrustworthyWebsites: FC<TrustworthyWebsitesProps>;
|
|
875
875
|
|
|
876
|
+
interface TypeModulesListProps {
|
|
877
|
+
typeModules: TypeModule[];
|
|
878
|
+
}
|
|
879
|
+
interface TypeModule {
|
|
880
|
+
title: string;
|
|
881
|
+
description: string;
|
|
882
|
+
buttonPdfCta: string;
|
|
883
|
+
buttonPdfUrl: string;
|
|
884
|
+
buttonWordCta: string;
|
|
885
|
+
buttonWordUrl: string;
|
|
886
|
+
image: React.ReactNode;
|
|
887
|
+
}
|
|
888
|
+
|
|
889
|
+
declare const TypeModulesList: FC<TypeModulesListProps>;
|
|
890
|
+
|
|
876
891
|
interface AboutUsContentProps {
|
|
877
892
|
children: React.ReactNode;
|
|
878
893
|
image: React.ReactNode;
|
|
@@ -1202,4 +1217,4 @@ interface UseIsMobileOrTablePropsReturn {
|
|
|
1202
1217
|
}
|
|
1203
1218
|
declare const useIsMobileOrTable: () => UseIsMobileOrTablePropsReturn;
|
|
1204
1219
|
|
|
1205
|
-
export { AboutUsContent, type AboutUsContentProps, AboutUsPage, type AboutUsPageProps, AboutUsSection, type AboutUsSectionProps, Accordion, AccordionItem$1 as AccordionItem, AddButton, type AddButtonProps, AlsoKnownAs, type AlsoKnownAsProps, 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, DocumentTag, type DocumentTagProps, 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, MoreDocsDesktop, type MoreDocsDesktopProps, MoreDocsItem, type MoreDocsItemProps, MoreDocsMobile, type MoreDocsMobileProps, MoreDocsSection, type MoreDocsSectionProps, NavBarDropDown, type NavBarDropDownProps, Pagination, type PaginationProps, PaypalButton, type PaypalButtonProps, PeopleSayAboutUsSection, type PeopleSayAboutUsSectionProps, PhoneContactBoxDesktop, type PhoneContactBoxDesktopProps, PhoneContactBoxMobile, type PhoneContactBoxMobileProps, PopularDocs, PopularDocsItem, type PopularDocsItemProps, type PopularDocsProps, PricingCard, type PricingCardProps, ProductCategory, 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, useDispatchDataAccordionItem, useIntersectionObserver, useIsMobileOrTable, useStateDataAccordionItem };
|
|
1220
|
+
export { AboutUsContent, type AboutUsContentProps, AboutUsPage, type AboutUsPageProps, AboutUsSection, type AboutUsSectionProps, Accordion, AccordionItem$1 as AccordionItem, AddButton, type AddButtonProps, AlsoKnownAs, type AlsoKnownAsProps, 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, DocumentTag, type DocumentTagProps, 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, MoreDocsDesktop, type MoreDocsDesktopProps, MoreDocsItem, type MoreDocsItemProps, MoreDocsMobile, type MoreDocsMobileProps, MoreDocsSection, type MoreDocsSectionProps, NavBarDropDown, type NavBarDropDownProps, Pagination, type PaginationProps, PaypalButton, type PaypalButtonProps, PeopleSayAboutUsSection, type PeopleSayAboutUsSectionProps, PhoneContactBoxDesktop, type PhoneContactBoxDesktopProps, PhoneContactBoxMobile, type PhoneContactBoxMobileProps, PopularDocs, PopularDocsItem, type PopularDocsItemProps, type PopularDocsProps, PricingCard, type PricingCardProps, ProductCategory, 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, TypeModulesList, type TypeModulesListProps, UnsubscribePage, type UnsubscribePageProps, UnsubscribeSection, type UnsubscribeSectionProps, type WhyLawDistrictItem, WhyLawDistrictItems, type WhyLawDistrictItemsProps, WhyLawDistrictSection, type WhyLawDistrictSectionProps, WideInfoBar, useDispatchDataAccordionItem, useIntersectionObserver, useIsMobileOrTable, useStateDataAccordionItem };
|