@npm_leadtech/legal-lib-components 3.7.11 → 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.
Files changed (24) hide show
  1. package/dist/cjs/index.js +3 -3
  2. package/dist/cjs/index.js.map +1 -1
  3. package/dist/cjs/legal-lib-components.css +10 -24
  4. package/dist/cjs/src/components/organisms/index.d.ts +1 -1
  5. package/dist/cjs/src/components/sections/index.d.ts +0 -1
  6. package/dist/esm/index.js +2 -2
  7. package/dist/esm/index.js.map +1 -1
  8. package/dist/esm/legal-lib-components.css +10 -24
  9. package/dist/esm/src/components/organisms/index.d.ts +1 -1
  10. package/dist/esm/src/components/sections/index.d.ts +0 -1
  11. package/dist/index.d.ts +3 -10
  12. package/package.json +1 -1
  13. package/dist/cjs/src/components/organisms/CardFunctionality/CardFunctionality.d.ts +0 -4
  14. package/dist/cjs/src/components/organisms/CardFunctionality/CardFunctionalityProps.d.ts +0 -9
  15. package/dist/cjs/src/components/organisms/CardFunctionality/index.d.ts +0 -2
  16. package/dist/cjs/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.d.ts +0 -4
  17. package/dist/cjs/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSectionProps.d.ts +0 -4
  18. package/dist/cjs/src/components/sections/FunctionalityCardsSection/index.d.ts +0 -2
  19. package/dist/esm/src/components/organisms/CardFunctionality/CardFunctionality.d.ts +0 -4
  20. package/dist/esm/src/components/organisms/CardFunctionality/CardFunctionalityProps.d.ts +0 -9
  21. package/dist/esm/src/components/organisms/CardFunctionality/index.d.ts +0 -2
  22. package/dist/esm/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.d.ts +0 -4
  23. package/dist/esm/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSectionProps.d.ts +0 -4
  24. 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-functionality {
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-functionality .content-tags {
5196
+ .card-funcionality .content-tags {
5199
5197
  display: flex;
5200
5198
  flex-direction: column;
5201
5199
  gap: 1rem; }
5202
- .card-functionality .content-tags .content {
5200
+ .card-funcionality .content-tags .content {
5203
5201
  display: flex;
5204
5202
  flex-direction: column;
5205
5203
  gap: 0.5rem; }
5206
- .card-functionality .content-tags .content .header {
5204
+ .card-funcionality .content-tags .content .header {
5207
5205
  display: flex;
5208
5206
  align-items: center;
5209
- gap: 10px;
5210
- flex-direction: row; }
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-functionality .content-tags .content .header .title {
5212
+ .card-funcionality .content-tags .content .header .title {
5216
5213
  color: var(--neutral-neutral-1);
5217
5214
  font-weight: 700; }
5218
- .card-functionality .content-tags .content .text {
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-functionality .content-tags .tags {
5223
+ .card-funcionality .content-tags .tags {
5227
5224
  display: flex;
5228
5225
  gap: 2rem;
5229
5226
  flex-wrap: wrap; }
5230
- .card-functionality .cta-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; }
@@ -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 './CardFunctionality';
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 CardFunctionalityProps {
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 CardFunctionality: React$1.FC<CardFunctionalityProps>;
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, CardFunctionality, type CardFunctionalityProps, 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, FunctionalityCardsSection, type FunctionalityCardsSectionProps, 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 };
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "3.7.11",
3
+ "version": "3.7.12",
4
4
  "dependencies": {
5
5
  "@testing-library/jest-dom": "^6.4.6",
6
6
  "@tippyjs/react": "4.2.6",
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { type CardFunctionalityProps } from './CardFunctionalityProps';
3
- import './CardFunctionality.scss';
4
- export declare const CardFunctionality: React.FC<CardFunctionalityProps>;
@@ -1,9 +0,0 @@
1
- import { type ButtonProps, type TagProps } from '../../atoms';
2
- export interface CardFunctionalityProps {
3
- icon: React.ReactNode;
4
- title: string;
5
- text: string;
6
- tags: TagProps[];
7
- cta: ButtonProps;
8
- id: string;
9
- }
@@ -1,2 +0,0 @@
1
- export * from './CardFunctionality';
2
- export * from './CardFunctionalityProps';
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { type FunctionalityCardsSectionProps } from './FunctionalityCardsSectionProps';
3
- import './FunctionalityCardsSection.scss';
4
- export declare const FunctionalityCardsSection: React.FC<FunctionalityCardsSectionProps>;
@@ -1,4 +0,0 @@
1
- import { type CardFunctionalityProps } from '../../organisms';
2
- export interface FunctionalityCardsSectionProps {
3
- cards: CardFunctionalityProps[];
4
- }
@@ -1,2 +0,0 @@
1
- export * from './FunctionalityCardsSection';
2
- export * from './FunctionalityCardsSectionProps';
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { type CardFunctionalityProps } from './CardFunctionalityProps';
3
- import './CardFunctionality.scss';
4
- export declare const CardFunctionality: React.FC<CardFunctionalityProps>;
@@ -1,9 +0,0 @@
1
- import { type ButtonProps, type TagProps } from '../../atoms';
2
- export interface CardFunctionalityProps {
3
- icon: React.ReactNode;
4
- title: string;
5
- text: string;
6
- tags: TagProps[];
7
- cta: ButtonProps;
8
- id: string;
9
- }
@@ -1,2 +0,0 @@
1
- export * from './CardFunctionality';
2
- export * from './CardFunctionalityProps';
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { type FunctionalityCardsSectionProps } from './FunctionalityCardsSectionProps';
3
- import './FunctionalityCardsSection.scss';
4
- export declare const FunctionalityCardsSection: React.FC<FunctionalityCardsSectionProps>;
@@ -1,4 +0,0 @@
1
- import { type CardFunctionalityProps } from '../../organisms';
2
- export interface FunctionalityCardsSectionProps {
3
- cards: CardFunctionalityProps[];
4
- }
@@ -1,2 +0,0 @@
1
- export * from './FunctionalityCardsSection';
2
- export * from './FunctionalityCardsSectionProps';