@npm_leadtech/legal-lib-components 3.3.3 → 3.3.4

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 (78) hide show
  1. package/dist/cjs/index.js +4 -4
  2. package/dist/cjs/index.js.map +1 -1
  3. package/dist/cjs/legal-lib-components.css +240 -0
  4. package/dist/cjs/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.d.ts +5 -0
  5. package/dist/cjs/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCardProps.types.d.ts +8 -0
  6. package/dist/cjs/src/components/atoms/ActionButtonHeaderRatafiaCard/index.d.ts +2 -0
  7. package/dist/cjs/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.d.ts +5 -0
  8. package/dist/cjs/src/components/atoms/DisclaimerRatafia/DisclaimerRatafiaProps.d.ts +8 -0
  9. package/dist/cjs/src/components/atoms/DisclaimerRatafia/index.d.ts +2 -0
  10. package/dist/cjs/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.d.ts +5 -0
  11. package/dist/cjs/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCardProps.types.d.ts +5 -0
  12. package/dist/cjs/src/components/atoms/KeyFactRatafiaCard/index.d.ts +2 -0
  13. package/dist/cjs/src/components/atoms/PopularDocsItem/PopularDocsItemProps.d.ts +1 -0
  14. package/dist/cjs/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.d.ts +5 -0
  15. package/dist/cjs/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafiaProps.types.d.ts +14 -0
  16. package/dist/cjs/src/components/atoms/ReviewKeyFactsResultRatafia/index.d.ts +2 -0
  17. package/dist/cjs/src/components/atoms/index.d.ts +4 -0
  18. package/dist/cjs/src/components/molecules/ActionButtonHeaderRatafiaCardList/ActionButtonHeaderRatafiaCardList.d.ts +5 -0
  19. package/dist/cjs/src/components/molecules/ActionButtonHeaderRatafiaCardList/ActionButtonHeaderRatafiaCardListProps.types.d.ts +4 -0
  20. package/dist/cjs/src/components/molecules/ActionButtonHeaderRatafiaCardList/index.d.ts +2 -0
  21. package/dist/cjs/src/components/molecules/HeaderRatafia/HeaderRatafia.d.ts +5 -0
  22. package/dist/cjs/src/components/molecules/HeaderRatafia/HeaderRatafiaProps.types.d.ts +6 -0
  23. package/dist/cjs/src/components/molecules/HeaderRatafia/index.d.ts +2 -0
  24. package/dist/cjs/src/components/molecules/KeyFactCardListRatafia/KeyFactCardListRatafia.d.ts +5 -0
  25. package/dist/cjs/src/components/molecules/KeyFactCardListRatafia/KeyFactCardListRatafiaProps.types.d.ts +4 -0
  26. package/dist/cjs/src/components/molecules/KeyFactCardListRatafia/index.d.ts +2 -0
  27. package/dist/cjs/src/components/molecules/index.d.ts +3 -0
  28. package/dist/cjs/src/components/organisms/KeyFactsResultContentRatafia/KeyFactsResultContentRatafia.d.ts +5 -0
  29. package/dist/cjs/src/components/organisms/KeyFactsResultContentRatafia/KeyFactsResultContentRatafiaProps.types.d.ts +6 -0
  30. package/dist/cjs/src/components/organisms/KeyFactsResultContentRatafia/index.d.ts +2 -0
  31. package/dist/cjs/src/components/organisms/LayoutRatafia/LayoutRatafia.d.ts +5 -0
  32. package/dist/cjs/src/components/organisms/LayoutRatafia/LayoutRatafiaProps.types.d.ts +7 -0
  33. package/dist/cjs/src/components/organisms/LayoutRatafia/index.d.ts +2 -0
  34. package/dist/cjs/src/components/organisms/index.d.ts +2 -0
  35. package/dist/cjs/src/components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPage.d.ts +5 -0
  36. package/dist/cjs/src/components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPageProps.types.d.ts +16 -0
  37. package/dist/cjs/src/components/pages/KeyFactsResultRatafiaPage/index.d.ts +2 -0
  38. package/dist/cjs/src/components/pages/index.d.ts +1 -0
  39. package/dist/esm/index.js +4 -4
  40. package/dist/esm/index.js.map +1 -1
  41. package/dist/esm/legal-lib-components.css +240 -0
  42. package/dist/esm/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.d.ts +5 -0
  43. package/dist/esm/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCardProps.types.d.ts +8 -0
  44. package/dist/esm/src/components/atoms/ActionButtonHeaderRatafiaCard/index.d.ts +2 -0
  45. package/dist/esm/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.d.ts +5 -0
  46. package/dist/esm/src/components/atoms/DisclaimerRatafia/DisclaimerRatafiaProps.d.ts +8 -0
  47. package/dist/esm/src/components/atoms/DisclaimerRatafia/index.d.ts +2 -0
  48. package/dist/esm/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.d.ts +5 -0
  49. package/dist/esm/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCardProps.types.d.ts +5 -0
  50. package/dist/esm/src/components/atoms/KeyFactRatafiaCard/index.d.ts +2 -0
  51. package/dist/esm/src/components/atoms/PopularDocsItem/PopularDocsItemProps.d.ts +1 -0
  52. package/dist/esm/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.d.ts +5 -0
  53. package/dist/esm/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafiaProps.types.d.ts +14 -0
  54. package/dist/esm/src/components/atoms/ReviewKeyFactsResultRatafia/index.d.ts +2 -0
  55. package/dist/esm/src/components/atoms/index.d.ts +4 -0
  56. package/dist/esm/src/components/molecules/ActionButtonHeaderRatafiaCardList/ActionButtonHeaderRatafiaCardList.d.ts +5 -0
  57. package/dist/esm/src/components/molecules/ActionButtonHeaderRatafiaCardList/ActionButtonHeaderRatafiaCardListProps.types.d.ts +4 -0
  58. package/dist/esm/src/components/molecules/ActionButtonHeaderRatafiaCardList/index.d.ts +2 -0
  59. package/dist/esm/src/components/molecules/HeaderRatafia/HeaderRatafia.d.ts +5 -0
  60. package/dist/esm/src/components/molecules/HeaderRatafia/HeaderRatafiaProps.types.d.ts +6 -0
  61. package/dist/esm/src/components/molecules/HeaderRatafia/index.d.ts +2 -0
  62. package/dist/esm/src/components/molecules/KeyFactCardListRatafia/KeyFactCardListRatafia.d.ts +5 -0
  63. package/dist/esm/src/components/molecules/KeyFactCardListRatafia/KeyFactCardListRatafiaProps.types.d.ts +4 -0
  64. package/dist/esm/src/components/molecules/KeyFactCardListRatafia/index.d.ts +2 -0
  65. package/dist/esm/src/components/molecules/index.d.ts +3 -0
  66. package/dist/esm/src/components/organisms/KeyFactsResultContentRatafia/KeyFactsResultContentRatafia.d.ts +5 -0
  67. package/dist/esm/src/components/organisms/KeyFactsResultContentRatafia/KeyFactsResultContentRatafiaProps.types.d.ts +6 -0
  68. package/dist/esm/src/components/organisms/KeyFactsResultContentRatafia/index.d.ts +2 -0
  69. package/dist/esm/src/components/organisms/LayoutRatafia/LayoutRatafia.d.ts +5 -0
  70. package/dist/esm/src/components/organisms/LayoutRatafia/LayoutRatafiaProps.types.d.ts +7 -0
  71. package/dist/esm/src/components/organisms/LayoutRatafia/index.d.ts +2 -0
  72. package/dist/esm/src/components/organisms/index.d.ts +2 -0
  73. package/dist/esm/src/components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPage.d.ts +5 -0
  74. package/dist/esm/src/components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPageProps.types.d.ts +16 -0
  75. package/dist/esm/src/components/pages/KeyFactsResultRatafiaPage/index.d.ts +2 -0
  76. package/dist/esm/src/components/pages/index.d.ts +1 -0
  77. package/dist/index.d.ts +100 -2
  78. package/package.json +1 -1
@@ -0,0 +1,16 @@
1
+ import type { type DisclaimerRatafiaProps } from '../../atoms';
2
+ import { type HeaderRatafiaProps } from '../../molecules';
3
+ import { type KeyFactsResultContentRatafiaProps } from '../../organisms';
4
+ export interface KeyFactsResultRatafiaPageProps {
5
+ header: HeaderRatafiaProps;
6
+ resultContent: KeyFactsResultContentRatafiaProps;
7
+ disclaimer: DisclaimerRatafiaProps;
8
+ cta: KeyFactsResultCta;
9
+ }
10
+ interface KeyFactsResultCta {
11
+ label: string;
12
+ link?: string;
13
+ handleOnClick?: (functionParameters?: any) => () => void;
14
+ dataQa: string;
15
+ }
16
+ export {};
@@ -0,0 +1,2 @@
1
+ export { default as KeyFactsResultRatafiaPage } from './KeyFactsResultRatafiaPage';
2
+ export { type KeyFactsResultRatafiaPageProps } from './KeyFactsResultRatafiaPageProps.types';
@@ -1,6 +1,7 @@
1
1
  export * from './AboutUsPage';
2
2
  export * from './ContactUsPage';
3
3
  export * from './FaqsPage';
4
+ export * from './KeyFactsResultRatafiaPage';
4
5
  export * from './LegalPage';
5
6
  export * from './RatafiaLandingPage';
6
7
  export * from './UnsubscribePage';
package/dist/index.d.ts CHANGED
@@ -1,6 +1,16 @@
1
- import React$1, { FC, ReactNode, MouseEventHandler, DragEventHandler, RefObject } from 'react';
1
+ import React$1, { MouseEventHandler, FC, ReactNode, DragEventHandler, RefObject } from 'react';
2
2
  import { IGatsbyImageData } from 'gatsby-plugin-image';
3
3
 
4
+ interface ActionButtonHeaderRatafiaCardProps {
5
+ id: string;
6
+ icon?: React.ReactNode;
7
+ text: string;
8
+ onClick?: MouseEventHandler;
9
+ dataQa: string;
10
+ }
11
+
12
+ declare const ActionButtonHeaderRatafiaCard: React$1.FC<ActionButtonHeaderRatafiaCardProps>;
13
+
4
14
  interface AddButtonProps {
5
15
  label?: string;
6
16
  className?: string;
@@ -171,6 +181,17 @@ interface DisclaimerProps {
171
181
 
172
182
  declare const Disclaimer: FC<DisclaimerProps>;
173
183
 
184
+ interface DisclaimerRatafiaProps {
185
+ icon?: React.ReactNode;
186
+ text: string;
187
+ copyrightText: React.ReactNode;
188
+ ctaIcon?: React.ReactNode;
189
+ ctaText?: string;
190
+ ctaLink?: string;
191
+ }
192
+
193
+ declare const DisclaimerRatafia: React$1.FC<DisclaimerRatafiaProps>;
194
+
174
195
  interface DividerProps {
175
196
  text?: string;
176
197
  image?: any;
@@ -271,6 +292,14 @@ interface JumbotronStaticProps {
271
292
 
272
293
  declare const JumbotronStatic: FC<JumbotronStaticProps>;
273
294
 
295
+ interface KeyFactRatafiaCardProps {
296
+ id: string;
297
+ title: string;
298
+ content: string;
299
+ }
300
+
301
+ declare const KeyFactRatafiaCard: React$1.FC<KeyFactRatafiaCardProps>;
302
+
274
303
  interface LogoProps {
275
304
  siteName: string;
276
305
  className?: string;
@@ -360,6 +389,7 @@ interface PopularDocsItemProps {
360
389
  title: string;
361
390
  description: ProductCategory;
362
391
  slug: string;
392
+ iconUrl?: string;
363
393
  }
364
394
 
365
395
  declare const PopularDocsItem: React$1.FC<PopularDocsItemProps>;
@@ -411,6 +441,22 @@ interface RemoveButtonProps {
411
441
 
412
442
  declare const RemoveButton: FC<RemoveButtonProps>;
413
443
 
444
+ interface ReviewKeyFactsResultRatafiaProps {
445
+ reviewQuestion: string;
446
+ reviewPositiveIcon?: React.ReactNode;
447
+ reviewPositiveText: string;
448
+ reviewPositiveDataQa: string;
449
+ handleOnClickReviewPositive?: MouseEventHandler;
450
+ reviewNegativeIcon?: React.ReactNode;
451
+ reviewNegativeText: string;
452
+ reviewNegativeDataQa: string;
453
+ handleOnClickReviewNegative?: MouseEventHandler;
454
+ reviewFeedbackText: string;
455
+ review: boolean | null;
456
+ }
457
+
458
+ declare const ReviewKeyFactsResultRatafia: React$1.FC<ReviewKeyFactsResultRatafiaProps>;
459
+
414
460
  interface RichTextInnerProps {
415
461
  customClass?: string;
416
462
  children: ReactNode;
@@ -611,6 +657,12 @@ interface AccordionItemProps {
611
657
 
612
658
  declare const AccordionItem$1: ({ accordionRightContent, children, defaultHeightItem, index, isOpen, onClick, title }: AccordionItemProps) => JSX.Element;
613
659
 
660
+ interface ActionButtonHeaderRatafiaCardListProps {
661
+ actionButtons: ActionButtonHeaderRatafiaCardProps[];
662
+ }
663
+
664
+ declare const ActionButtonHeaderRatafiaCardList: FC<ActionButtonHeaderRatafiaCardListProps>;
665
+
614
666
  interface AlsoKnownAsProps {
615
667
  title: string;
616
668
  documents: string[];
@@ -784,6 +836,20 @@ interface FreeDocModalContentProps {
784
836
 
785
837
  declare const FreeDocModalContent: FC<FreeDocModalContentProps>;
786
838
 
839
+ interface HeaderRatafiaProps {
840
+ icon?: React.ReactNode;
841
+ title: string;
842
+ actionButtons?: ActionButtonHeaderRatafiaCardProps[];
843
+ }
844
+
845
+ declare const HeaderRatafia: React$1.FC<HeaderRatafiaProps>;
846
+
847
+ interface KeyFactCardListRatafiaProps {
848
+ keyFacts: KeyFactRatafiaCardProps[];
849
+ }
850
+
851
+ declare const KeyFactCardListRatafia: React$1.FC<KeyFactCardListRatafiaProps>;
852
+
787
853
  interface MenuItemsSectionProps {
788
854
  icon?: React.ReactNode;
789
855
  title?: string;
@@ -1142,6 +1208,14 @@ interface JumbotronRatafiaContentProps {
1142
1208
 
1143
1209
  declare const JumbotronRatafiaContent: FC<JumbotronRatafiaContentProps>;
1144
1210
 
1211
+ interface KeyFactsResultContentRatafiaProps {
1212
+ documentName: string;
1213
+ keyFacts: KeyFactRatafiaCardProps[];
1214
+ review: ReviewKeyFactsResultRatafiaProps;
1215
+ }
1216
+
1217
+ declare const KeyFactsResultContentRatafia: React$1.FC<KeyFactsResultContentRatafiaProps>;
1218
+
1145
1219
  interface LenguageSelectorItem {
1146
1220
  code: string;
1147
1221
  url: string;
@@ -1170,6 +1244,15 @@ declare const useLanguageOptions: (languagesSelector: LenguageSelectorItem[], se
1170
1244
 
1171
1245
  declare const LanguageSelectorMobile: React$1.FC<LanguageSelectorProps>;
1172
1246
 
1247
+ interface LayoutRatafiaProps {
1248
+ header: HeaderRatafiaProps;
1249
+ content?: React.ReactNode;
1250
+ footerDesktop?: React.ReactNode;
1251
+ footerMobile?: React.ReactNode;
1252
+ }
1253
+
1254
+ declare const LayoutRatafia: React$1.FC<LayoutRatafiaProps>;
1255
+
1173
1256
  interface ListStepsGetFormProps {
1174
1257
  steps: StepGetFormProps[];
1175
1258
  }
@@ -1421,6 +1504,21 @@ interface FaqsPageProps {
1421
1504
 
1422
1505
  declare const FaqsPage: React$1.FC<FaqsPageProps>;
1423
1506
 
1507
+ interface KeyFactsResultRatafiaPageProps {
1508
+ header: HeaderRatafiaProps;
1509
+ resultContent: KeyFactsResultContentRatafiaProps;
1510
+ disclaimer: DisclaimerRatafiaProps;
1511
+ cta: KeyFactsResultCta;
1512
+ }
1513
+ interface KeyFactsResultCta {
1514
+ label: string;
1515
+ link?: string;
1516
+ handleOnClick?: (functionParameters?: any) => () => void;
1517
+ dataQa: string;
1518
+ }
1519
+
1520
+ declare const KeyFactsResultRatafiaPage: React$1.FC<KeyFactsResultRatafiaPageProps>;
1521
+
1424
1522
  interface LegalPageProps {
1425
1523
  jumbotron: JumbotronStaticProps;
1426
1524
  legalSection: LegalSectionProps;
@@ -1462,4 +1560,4 @@ interface UseIsMobileOrTablePropsReturn {
1462
1560
  }
1463
1561
  declare const useIsMobileOrTable: () => UseIsMobileOrTablePropsReturn;
1464
1562
 
1465
- 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, 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, 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, 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, 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, LanguageSelector, LanguageSelectorMobile, type LanguageSelectorProps, type LatestApplication, LearnMoreSection, type LearnMoreSectionProps, LegalPage, type LegalPageProps, LegalSection, type LegalSectionProps, type LenguageSelectorItem, ListStepsGetForm, type ListStepsGetFormProps, 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, 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, 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, type WhyLawDistrictItem, WhyLawDistrictItems, type WhyLawDistrictItemsProps, WhyLawDistrictSection, type WhyLawDistrictSectionProps, WideInfoBar, useDispatchDataAccordionItem, useIntersectionObserver, useIsMobileOrTable, useLanguageOptions, useLanguageSelected, useLanguagesSelector, useStateDataAccordionItem };
1563
+ 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, 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, 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, KeyFactsResultContentRatafia, type KeyFactsResultContentRatafiaProps, 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, 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, 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, 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.3.3",
3
+ "version": "3.3.4",
4
4
  "dependencies": {
5
5
  "@testing-library/jest-dom": "^6.4.6",
6
6
  "@tippyjs/react": "4.2.6",