@npm_leadtech/legal-lib-components 3.7.10 → 3.7.12
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 +3 -3
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/legal-lib-components.css +10 -24
- package/dist/cjs/src/components/organisms/CardFuncionality/CardFuncionality.d.ts +4 -0
- package/dist/cjs/src/components/organisms/{CardFunctionality/CardFunctionalityProps.d.ts → CardFuncionality/CardFuncionalityProps.d.ts} +1 -2
- package/dist/cjs/src/components/organisms/CardFuncionality/index.d.ts +2 -0
- package/dist/cjs/src/components/organisms/index.d.ts +1 -1
- package/dist/cjs/src/components/sections/index.d.ts +0 -1
- package/dist/esm/index.js +2 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/legal-lib-components.css +10 -24
- package/dist/esm/src/components/organisms/CardFuncionality/CardFuncionality.d.ts +4 -0
- package/dist/esm/src/components/organisms/{CardFunctionality/CardFunctionalityProps.d.ts → CardFuncionality/CardFuncionalityProps.d.ts} +1 -2
- package/dist/esm/src/components/organisms/CardFuncionality/index.d.ts +2 -0
- package/dist/esm/src/components/organisms/index.d.ts +1 -1
- package/dist/esm/src/components/sections/index.d.ts +0 -1
- package/dist/index.d.ts +3 -10
- package/package.json +1 -1
- package/dist/cjs/src/components/organisms/CardFunctionality/CardFunctionality.d.ts +0 -4
- package/dist/cjs/src/components/organisms/CardFunctionality/index.d.ts +0 -2
- package/dist/cjs/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.d.ts +0 -4
- package/dist/cjs/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSectionProps.d.ts +0 -4
- package/dist/cjs/src/components/sections/FunctionalityCardsSection/index.d.ts +0 -2
- package/dist/esm/src/components/organisms/CardFunctionality/CardFunctionality.d.ts +0 -4
- package/dist/esm/src/components/organisms/CardFunctionality/index.d.ts +0 -2
- package/dist/esm/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.d.ts +0 -4
- package/dist/esm/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSectionProps.d.ts +0 -4
- package/dist/esm/src/components/sections/FunctionalityCardsSection/index.d.ts +0 -2
|
@@ -3212,8 +3212,6 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
3212
3212
|
width: fit-content; }
|
|
3213
3213
|
.tag .icon {
|
|
3214
3214
|
display: flex; }
|
|
3215
|
-
.tag .icon .icon-svg-with-theme-color {
|
|
3216
|
-
background-color: var(--secondary-main-dark-2); }
|
|
3217
3215
|
.tag .text {
|
|
3218
3216
|
color: var(--neutral-neutral-1);
|
|
3219
3217
|
font-size: 12px;
|
|
@@ -5188,34 +5186,33 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
5188
5186
|
color: var(--primary-main-light-1);
|
|
5189
5187
|
font-weight: 400 !important; }
|
|
5190
5188
|
|
|
5191
|
-
.card-
|
|
5189
|
+
.card-funcionality {
|
|
5192
5190
|
border-radius: 4px;
|
|
5193
5191
|
box-shadow: 0 0.25rem 0.5rem 0 rgba(var(--primary-main-dark-1-rgb), 0.2);
|
|
5194
5192
|
display: flex;
|
|
5195
5193
|
flex-direction: column;
|
|
5196
5194
|
gap: 1rem;
|
|
5197
5195
|
padding: 1em; }
|
|
5198
|
-
.card-
|
|
5196
|
+
.card-funcionality .content-tags {
|
|
5199
5197
|
display: flex;
|
|
5200
5198
|
flex-direction: column;
|
|
5201
5199
|
gap: 1rem; }
|
|
5202
|
-
.card-
|
|
5200
|
+
.card-funcionality .content-tags .content {
|
|
5203
5201
|
display: flex;
|
|
5204
5202
|
flex-direction: column;
|
|
5205
5203
|
gap: 0.5rem; }
|
|
5206
|
-
.card-
|
|
5204
|
+
.card-funcionality .content-tags .content .header {
|
|
5207
5205
|
display: flex;
|
|
5208
5206
|
align-items: center;
|
|
5209
|
-
gap: 10px;
|
|
5210
|
-
|
|
5211
|
-
.card-functionality .content-tags .content .header .icon {
|
|
5207
|
+
gap: 10px; }
|
|
5208
|
+
.card-funcionality .content-tags .content .header .icon {
|
|
5212
5209
|
padding: 2px;
|
|
5213
5210
|
border-radius: 4px;
|
|
5214
5211
|
background: var(--primary-main-light-5); }
|
|
5215
|
-
.card-
|
|
5212
|
+
.card-funcionality .content-tags .content .header .title {
|
|
5216
5213
|
color: var(--neutral-neutral-1);
|
|
5217
5214
|
font-weight: 700; }
|
|
5218
|
-
.card-
|
|
5215
|
+
.card-funcionality .content-tags .content .text {
|
|
5219
5216
|
overflow: hidden;
|
|
5220
5217
|
color: var(--neutral-neutral-1);
|
|
5221
5218
|
font-size: 14px;
|
|
@@ -5223,11 +5220,11 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
5223
5220
|
-webkit-line-clamp: 2;
|
|
5224
5221
|
line-clamp: 2;
|
|
5225
5222
|
-webkit-box-orient: vertical; }
|
|
5226
|
-
.card-
|
|
5223
|
+
.card-funcionality .content-tags .tags {
|
|
5227
5224
|
display: flex;
|
|
5228
5225
|
gap: 2rem;
|
|
5229
5226
|
flex-wrap: wrap; }
|
|
5230
|
-
.card-
|
|
5227
|
+
.card-funcionality .cta-card {
|
|
5231
5228
|
align-self: flex-start;
|
|
5232
5229
|
margin-top: 0; }
|
|
5233
5230
|
|
|
@@ -6067,17 +6064,6 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
6067
6064
|
.features-ratafia-section__wrapper__children img {
|
|
6068
6065
|
width: 100%; }
|
|
6069
6066
|
|
|
6070
|
-
.functionality-cards {
|
|
6071
|
-
display: flex;
|
|
6072
|
-
flex-direction: column;
|
|
6073
|
-
gap: 1rem;
|
|
6074
|
-
margin-bottom: 2rem;
|
|
6075
|
-
width: 100%; }
|
|
6076
|
-
@media (min-width: 960px) {
|
|
6077
|
-
.functionality-cards {
|
|
6078
|
-
flex-direction: row;
|
|
6079
|
-
width: 50%; } }
|
|
6080
|
-
|
|
6081
6067
|
.guidelines-section {
|
|
6082
6068
|
display: flex;
|
|
6083
6069
|
flex-direction: column; }
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { type ButtonProps, type TagProps } from '../../atoms';
|
|
2
|
-
export interface
|
|
2
|
+
export interface CardFuncionalityProps {
|
|
3
3
|
icon: React.ReactNode;
|
|
4
4
|
title: string;
|
|
5
5
|
text: string;
|
|
6
6
|
tags: TagProps[];
|
|
7
7
|
cta: ButtonProps;
|
|
8
|
-
id: string;
|
|
9
8
|
}
|
|
@@ -2,7 +2,7 @@ export * from './AboutUsContent';
|
|
|
2
2
|
export * from './Accordion';
|
|
3
3
|
export * from './ArticlesList';
|
|
4
4
|
export * from './AsSeeInContent';
|
|
5
|
-
export * from './
|
|
5
|
+
export * from './CardFuncionality';
|
|
6
6
|
export * from './ContactJumbotron';
|
|
7
7
|
export * from './CookiePolicyBar';
|
|
8
8
|
export * from './ErrorContentRatafia';
|
|
@@ -7,7 +7,6 @@ export * from './ContactSection';
|
|
|
7
7
|
export * from './ExpertsSection';
|
|
8
8
|
export * from './FaqSection';
|
|
9
9
|
export * from './FeaturesRatafiaSection';
|
|
10
|
-
export * from './FunctionalityCardsSection';
|
|
11
10
|
export * from './GuidelinesSection';
|
|
12
11
|
export * from './HowGetYourFormsSection';
|
|
13
12
|
export * from './JumbotronRatafiaSection';
|
package/dist/index.d.ts
CHANGED
|
@@ -1195,16 +1195,15 @@ interface AsSeeInContentProps {
|
|
|
1195
1195
|
|
|
1196
1196
|
declare const AsSeeInContent: FC<AsSeeInContentProps>;
|
|
1197
1197
|
|
|
1198
|
-
interface
|
|
1198
|
+
interface CardFuncionalityProps {
|
|
1199
1199
|
icon: React.ReactNode;
|
|
1200
1200
|
title: string;
|
|
1201
1201
|
text: string;
|
|
1202
1202
|
tags: TagProps[];
|
|
1203
1203
|
cta: ButtonProps;
|
|
1204
|
-
id: string;
|
|
1205
1204
|
}
|
|
1206
1205
|
|
|
1207
|
-
declare const
|
|
1206
|
+
declare const CardFuncionality: React$1.FC<CardFuncionalityProps>;
|
|
1208
1207
|
|
|
1209
1208
|
interface ContactJumbotronProps {
|
|
1210
1209
|
phoneBoxDesktopProps: PhoneContactBoxDesktopProps;
|
|
@@ -1431,12 +1430,6 @@ interface FeaturesRatafiaSectionProps {
|
|
|
1431
1430
|
|
|
1432
1431
|
declare const FeaturesRatafiaSection: FC<FeaturesRatafiaSectionProps>;
|
|
1433
1432
|
|
|
1434
|
-
interface FunctionalityCardsSectionProps {
|
|
1435
|
-
cards: CardFunctionalityProps[];
|
|
1436
|
-
}
|
|
1437
|
-
|
|
1438
|
-
declare const FunctionalityCardsSection: React$1.FC<FunctionalityCardsSectionProps>;
|
|
1439
|
-
|
|
1440
1433
|
interface GuidelinesSectionProps {
|
|
1441
1434
|
contentGuidelines: GuidelinesContentProps;
|
|
1442
1435
|
}
|
|
@@ -1685,4 +1678,4 @@ interface UseIsMobileOrTablePropsReturn {
|
|
|
1685
1678
|
}
|
|
1686
1679
|
declare const useIsMobileOrTable: () => UseIsMobileOrTablePropsReturn;
|
|
1687
1680
|
|
|
1688
|
-
export { AboutUsContent, type AboutUsContentProps, AboutUsPage, type AboutUsPageProps, AboutUsSection, type AboutUsSectionProps, Accordion, AccordionItem$1 as AccordionItem, ActionButtonHeaderRatafiaCard, ActionButtonHeaderRatafiaCardList, type ActionButtonHeaderRatafiaCardListProps, type ActionButtonHeaderRatafiaCardProps, 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, BenefitRatafiaCard, BenefitRatafiaCardList, type BenefitRatafiaCardListProps, type BenefitRatafiaCardProps, BenefitsRatafiaSection, type BenefitsRatafiaSectionProps, 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,
|
|
1681
|
+
export { AboutUsContent, type AboutUsContentProps, AboutUsPage, type AboutUsPageProps, AboutUsSection, type AboutUsSectionProps, Accordion, AccordionItem$1 as AccordionItem, ActionButtonHeaderRatafiaCard, ActionButtonHeaderRatafiaCardList, type ActionButtonHeaderRatafiaCardListProps, type ActionButtonHeaderRatafiaCardProps, 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, BenefitRatafiaCard, BenefitRatafiaCardList, type BenefitRatafiaCardListProps, type BenefitRatafiaCardProps, BenefitsRatafiaSection, type BenefitsRatafiaSectionProps, 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, CardFuncionality, type CardFuncionalityProps, 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, DisclaimerRatafia as DisclaimerKeyFactsResultRatafia, type DisclaimerProps, type DisclaimerRatafiaProps, Divider, type DividerProps, DocumentStatus, type DocumentStatusProps, DocumentTag, type DocumentTagProps, EmailContactBox, type EmailContactBoxProps, ErrorContentRatafia, type ErrorContentRatafiaProps, ErrorRatafiaPage, type ErrorRatafiaPageProps, ExpertCard, ExpertCardList, type ExpertCardListProps, type ExpertCardProps, ExpertsSection, type ExpertsSectionProps, FaqGroup, type FaqGroupProps, FaqItem, type FaqItemProps, FaqSection, type FaqSectionProps, FaqsPage, type FaqsPageProps, FeatureRatafiaCard, FeatureRatafiaCardList, type FeatureRatafiaCardListProps, type FeatureRatafiaCardProps, FeaturesRatafiaContent, type FeaturesRatafiaContentProps, FeaturesRatafiaSection, type FeaturesRatafiaSectionProps, Feedback, type FeedbackProps, FormFaq, type FormFaqProps, FreeDocModalContent, type FreeDocModalContentProps, GoogleButton, type GoogleButtonProps, GuidelinesContent, type GuidelinesContentProps, GuidelinesSection, type GuidelinesSectionProps, HeaderRatafia, type HeaderRatafiaProps, HowGetYourFormsSection, type HowGetYourFormsSectionProps, IconImage, type IconImageProps, IconSvgURLWithThemeColor, type IconSvgURLWithThemeColorProps, IconTextInfoSection, type ImageStructure, InfoBox, type InfoBoxProps, JumbotronRatafiaContent, type JumbotronRatafiaContentProps, JumbotronRatafiaSection, type JumbotronRatafiaSectionProps, JumbotronSimplifiedSection, type JumbotronSimplifiedSectionProps, JumbotronStatic, type JumbotronStaticProps, KeyFactCardListRatafia, type KeyFactCardListRatafiaProps, KeyFactRatafiaCard, type KeyFactRatafiaCardProps, KeyFactsLoadingContentRatafia, type KeyFactsLoadingContentRatafiaProps, KeyFactsResultContentRatafia, type KeyFactsResultContentRatafiaProps, type KeyFactsResultProps, KeyFactsResultRatafiaPage, type KeyFactsResultRatafiaPageProps, LanguageSelector, LanguageSelectorMobile, type LanguageSelectorProps, type LatestApplication, LayoutRatafia, type LayoutRatafiaProps, LearnMoreSection, type LearnMoreSectionProps, LegalPage, type LegalPageProps, LegalSection, type LegalSectionProps, type LenguageSelectorItem, ListStepsGetForm, type ListStepsGetFormProps, LoginRatafiaContent, type LoginRatafiaContentProps, LoginRatafiaPage, type LoginRatafiaPageProps, Logo, type LogoProps, LogoText, type LogoTextProps, type MenuItemProps, MenuItems, MenuItemsSection, type MenuItemsSectionProps, MenuPlacement, Message, MessageInformation, type MessageInformationProps, type MessageProps, MidBannerRatafiaContent, type MidBannerRatafiaContentProps, MidBannerRatafiaSample, type MidBannerRatafiaSampleProps, MidBannerRatafiaSection, type MidBannerRatafiaSectionProps, MobileBottomBar, type MobileBottomBarProps, MoreDocsDesktop, type MoreDocsDesktopProps, MoreDocsItem, type MoreDocsItemProps, MoreDocsMobile, type MoreDocsMobileProps, MoreDocsSection, type MoreDocsSectionProps, NavBarDropDown, type NavBarDropDownProps, NavMenuItem, type NavMenuItemProps, 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, RatafiaLandingPage, type RatafiaLandingPageProps, RemoveButton, type RemoveButtonProps, ReviewKeyFactsResultRatafia, type ReviewKeyFactsResultRatafiaProps, 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, StepRatafiaCard, StepRatafiaCardList, type StepRatafiaCardListProps, type StepRatafiaCardProps, StepsRatafiaContent, type StepsRatafiaContentProps, StepsRatafiaSection, type StepsRatafiaSectionProps, Tag, type TagProps, TagRatafiaItem, type TagRatafiaItemProps, Tagline, type TaglineProps, TagsRatafiaList, type TagsRatafiaListProps, 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, TryItRatafiaSection, type TryItRatafiaSectionProps, TryOurFreeLegalBlogsContent, type TryOurFreeLegalBlogsContentProps, TryOurFreeLegalBlogsSection, type TryOurFreeLegalBlogsSectionProps, TryUsSection, type TryUsSectionProps, TypeModulesList, type TypeModulesListProps, UnsubscribePage, type UnsubscribePageProps, UnsubscribeSection, type UnsubscribeSectionProps, UploadRatafiaZone, type UploadRatafiaZoneProps, Video, type VideoProps, type WhyLawDistrictItem, WhyLawDistrictItems, type WhyLawDistrictItemsProps, WhyLawDistrictSection, type WhyLawDistrictSectionProps, WideInfoBar, useDispatchDataAccordionItem, useIntersectionObserver, useIsMobileOrTable, useLanguageOptions, useLanguageSelected, useLanguagesSelector, useStateDataAccordionItem };
|
package/package.json
CHANGED