@npm_leadtech/legal-lib-components 3.2.0 → 3.2.2

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 (146) 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 +513 -0
  4. package/dist/cjs/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.d.ts +5 -0
  5. package/dist/cjs/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCardProps.types.d.ts +6 -0
  6. package/dist/cjs/src/components/atoms/BenefitRatafiaCard/index.d.ts +2 -0
  7. package/dist/cjs/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.d.ts +5 -0
  8. package/dist/cjs/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCardProps.types.d.ts +8 -0
  9. package/dist/cjs/src/components/atoms/FeatureRatafiaCard/index.d.ts +2 -0
  10. package/dist/cjs/src/components/atoms/StepRatafiaCard/StepRatafiaCard.d.ts +5 -0
  11. package/dist/cjs/src/components/atoms/StepRatafiaCard/StepRatafiaCardProps.types.d.ts +6 -0
  12. package/dist/cjs/src/components/atoms/StepRatafiaCard/index.d.ts +2 -0
  13. package/dist/cjs/src/components/atoms/TagRatafiaItem/TagRatafiaItem.d.ts +5 -0
  14. package/dist/cjs/src/components/atoms/TagRatafiaItem/TagRatafiaItemProps.types.d.ts +5 -0
  15. package/dist/cjs/src/components/atoms/TagRatafiaItem/index.d.ts +2 -0
  16. package/dist/cjs/src/components/atoms/index.d.ts +4 -0
  17. package/dist/cjs/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardList.d.ts +5 -0
  18. package/dist/cjs/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardListProps.types.d.ts +4 -0
  19. package/dist/cjs/src/components/molecules/BenefitRatafiaCardList/index.d.ts +2 -0
  20. package/dist/cjs/src/components/molecules/FeatureRatafiaCardList/FeatureRatafiaCardList.d.ts +5 -0
  21. package/dist/cjs/src/components/molecules/FeatureRatafiaCardList/FeatureRatafiaCardListProps.types.d.ts +5 -0
  22. package/dist/cjs/src/components/molecules/FeatureRatafiaCardList/index.d.ts +2 -0
  23. package/dist/cjs/src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContent.d.ts +5 -0
  24. package/dist/cjs/src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContentProps.types.d.ts +7 -0
  25. package/dist/cjs/src/components/molecules/MidBannerRatafiaContent/index.d.ts +2 -0
  26. package/dist/cjs/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.d.ts +5 -0
  27. package/dist/cjs/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSampleProps.types.d.ts +3 -0
  28. package/dist/cjs/src/components/molecules/MidBannerRatafiaSample/index.d.ts +2 -0
  29. package/dist/cjs/src/components/molecules/StepRatafiaCardList/StepRatafiaCardList.d.ts +5 -0
  30. package/dist/cjs/src/components/molecules/StepRatafiaCardList/StepRatafiaCardListProps.types.d.ts +4 -0
  31. package/dist/cjs/src/components/molecules/StepRatafiaCardList/index.d.ts +2 -0
  32. package/dist/cjs/src/components/molecules/TagsRatafiaList/TagsRatafiaList.d.ts +5 -0
  33. package/dist/cjs/src/components/molecules/TagsRatafiaList/TagsRatafiaListProps.types.d.ts +4 -0
  34. package/dist/cjs/src/components/molecules/TagsRatafiaList/index.d.ts +2 -0
  35. package/dist/cjs/src/components/molecules/UploadRatafiaZone/UploadRatafiaZone.d.ts +5 -0
  36. package/dist/cjs/src/components/molecules/UploadRatafiaZone/UploadRatafiaZoneProps.types.d.ts +18 -0
  37. package/dist/cjs/src/components/molecules/UploadRatafiaZone/index.d.ts +2 -0
  38. package/dist/cjs/src/components/molecules/index.d.ts +7 -0
  39. package/dist/cjs/src/components/organisms/FeaturesRatafiaContent/FeaturesRatafiaContent.d.ts +5 -0
  40. package/dist/cjs/src/components/organisms/FeaturesRatafiaContent/FeaturesRatafiaContentProps.types.d.ts +7 -0
  41. package/dist/cjs/src/components/organisms/FeaturesRatafiaContent/index.d.ts +2 -0
  42. package/dist/cjs/src/components/organisms/JumbotronRatafiaContent/JumbotronRatafiaContent.d.ts +5 -0
  43. package/dist/cjs/src/components/organisms/JumbotronRatafiaContent/JumbotronRatafiaContentProps.types.d.ts +7 -0
  44. package/dist/cjs/src/components/organisms/JumbotronRatafiaContent/index.d.ts +2 -0
  45. package/dist/cjs/src/components/organisms/StepsRatafiaContent/StepsRatafiaContent.d.ts +5 -0
  46. package/dist/cjs/src/components/organisms/StepsRatafiaContent/StepsRatafiaContentProps.types.d.ts +5 -0
  47. package/dist/cjs/src/components/organisms/StepsRatafiaContent/index.d.ts +2 -0
  48. package/dist/cjs/src/components/organisms/index.d.ts +3 -0
  49. package/dist/cjs/src/components/pages/RatafiaLandingPage/RatafiaLandingPage.d.ts +3 -0
  50. package/dist/cjs/src/components/pages/RatafiaLandingPage/RatafiaLandingPageProps.types.d.ts +13 -0
  51. package/dist/cjs/src/components/pages/RatafiaLandingPage/index.d.ts +2 -0
  52. package/dist/cjs/src/components/pages/index.d.ts +1 -0
  53. package/dist/cjs/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.d.ts +5 -0
  54. package/dist/cjs/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSectionProps.types.d.ts +6 -0
  55. package/dist/cjs/src/components/sections/BenefitsRatafiaSection/index.d.ts +2 -0
  56. package/dist/cjs/src/components/sections/FaqSection/FaqSectionProps.d.ts +1 -0
  57. package/dist/cjs/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.d.ts +5 -0
  58. package/dist/cjs/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSectionProps.types.d.ts +5 -0
  59. package/dist/cjs/src/components/sections/FeaturesRatafiaSection/index.d.ts +2 -0
  60. package/dist/cjs/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSection.d.ts +5 -0
  61. package/dist/cjs/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSectionProps.types.d.ts +5 -0
  62. package/dist/cjs/src/components/sections/JumbotronRatafiaSection/index.d.ts +2 -0
  63. package/dist/cjs/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.d.ts +5 -0
  64. package/dist/cjs/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSectionProps.types.d.ts +8 -0
  65. package/dist/cjs/src/components/sections/MidBannerRatafiaSection/index.d.ts +2 -0
  66. package/dist/cjs/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.d.ts +5 -0
  67. package/dist/cjs/src/components/sections/StepsRatafiaSection/StepsRatafiaSectionProps.types.d.ts +6 -0
  68. package/dist/cjs/src/components/sections/StepsRatafiaSection/index.d.ts +2 -0
  69. package/dist/cjs/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.d.ts +5 -0
  70. package/dist/cjs/src/components/sections/TryItRatafiaSection/TryItRatafiaSectionProps.types.d.ts +5 -0
  71. package/dist/cjs/src/components/sections/TryItRatafiaSection/index.d.ts +2 -0
  72. package/dist/cjs/src/components/sections/index.d.ts +6 -0
  73. package/dist/esm/index.js +4 -4
  74. package/dist/esm/index.js.map +1 -1
  75. package/dist/esm/legal-lib-components.css +513 -0
  76. package/dist/esm/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.d.ts +5 -0
  77. package/dist/esm/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCardProps.types.d.ts +6 -0
  78. package/dist/esm/src/components/atoms/BenefitRatafiaCard/index.d.ts +2 -0
  79. package/dist/esm/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.d.ts +5 -0
  80. package/dist/esm/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCardProps.types.d.ts +8 -0
  81. package/dist/esm/src/components/atoms/FeatureRatafiaCard/index.d.ts +2 -0
  82. package/dist/esm/src/components/atoms/StepRatafiaCard/StepRatafiaCard.d.ts +5 -0
  83. package/dist/esm/src/components/atoms/StepRatafiaCard/StepRatafiaCardProps.types.d.ts +6 -0
  84. package/dist/esm/src/components/atoms/StepRatafiaCard/index.d.ts +2 -0
  85. package/dist/esm/src/components/atoms/TagRatafiaItem/TagRatafiaItem.d.ts +5 -0
  86. package/dist/esm/src/components/atoms/TagRatafiaItem/TagRatafiaItemProps.types.d.ts +5 -0
  87. package/dist/esm/src/components/atoms/TagRatafiaItem/index.d.ts +2 -0
  88. package/dist/esm/src/components/atoms/index.d.ts +4 -0
  89. package/dist/esm/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardList.d.ts +5 -0
  90. package/dist/esm/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardListProps.types.d.ts +4 -0
  91. package/dist/esm/src/components/molecules/BenefitRatafiaCardList/index.d.ts +2 -0
  92. package/dist/esm/src/components/molecules/FeatureRatafiaCardList/FeatureRatafiaCardList.d.ts +5 -0
  93. package/dist/esm/src/components/molecules/FeatureRatafiaCardList/FeatureRatafiaCardListProps.types.d.ts +5 -0
  94. package/dist/esm/src/components/molecules/FeatureRatafiaCardList/index.d.ts +2 -0
  95. package/dist/esm/src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContent.d.ts +5 -0
  96. package/dist/esm/src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContentProps.types.d.ts +7 -0
  97. package/dist/esm/src/components/molecules/MidBannerRatafiaContent/index.d.ts +2 -0
  98. package/dist/esm/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.d.ts +5 -0
  99. package/dist/esm/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSampleProps.types.d.ts +3 -0
  100. package/dist/esm/src/components/molecules/MidBannerRatafiaSample/index.d.ts +2 -0
  101. package/dist/esm/src/components/molecules/StepRatafiaCardList/StepRatafiaCardList.d.ts +5 -0
  102. package/dist/esm/src/components/molecules/StepRatafiaCardList/StepRatafiaCardListProps.types.d.ts +4 -0
  103. package/dist/esm/src/components/molecules/StepRatafiaCardList/index.d.ts +2 -0
  104. package/dist/esm/src/components/molecules/TagsRatafiaList/TagsRatafiaList.d.ts +5 -0
  105. package/dist/esm/src/components/molecules/TagsRatafiaList/TagsRatafiaListProps.types.d.ts +4 -0
  106. package/dist/esm/src/components/molecules/TagsRatafiaList/index.d.ts +2 -0
  107. package/dist/esm/src/components/molecules/UploadRatafiaZone/UploadRatafiaZone.d.ts +5 -0
  108. package/dist/esm/src/components/molecules/UploadRatafiaZone/UploadRatafiaZoneProps.types.d.ts +18 -0
  109. package/dist/esm/src/components/molecules/UploadRatafiaZone/index.d.ts +2 -0
  110. package/dist/esm/src/components/molecules/index.d.ts +7 -0
  111. package/dist/esm/src/components/organisms/FeaturesRatafiaContent/FeaturesRatafiaContent.d.ts +5 -0
  112. package/dist/esm/src/components/organisms/FeaturesRatafiaContent/FeaturesRatafiaContentProps.types.d.ts +7 -0
  113. package/dist/esm/src/components/organisms/FeaturesRatafiaContent/index.d.ts +2 -0
  114. package/dist/esm/src/components/organisms/JumbotronRatafiaContent/JumbotronRatafiaContent.d.ts +5 -0
  115. package/dist/esm/src/components/organisms/JumbotronRatafiaContent/JumbotronRatafiaContentProps.types.d.ts +7 -0
  116. package/dist/esm/src/components/organisms/JumbotronRatafiaContent/index.d.ts +2 -0
  117. package/dist/esm/src/components/organisms/StepsRatafiaContent/StepsRatafiaContent.d.ts +5 -0
  118. package/dist/esm/src/components/organisms/StepsRatafiaContent/StepsRatafiaContentProps.types.d.ts +5 -0
  119. package/dist/esm/src/components/organisms/StepsRatafiaContent/index.d.ts +2 -0
  120. package/dist/esm/src/components/organisms/index.d.ts +3 -0
  121. package/dist/esm/src/components/pages/RatafiaLandingPage/RatafiaLandingPage.d.ts +3 -0
  122. package/dist/esm/src/components/pages/RatafiaLandingPage/RatafiaLandingPageProps.types.d.ts +13 -0
  123. package/dist/esm/src/components/pages/RatafiaLandingPage/index.d.ts +2 -0
  124. package/dist/esm/src/components/pages/index.d.ts +1 -0
  125. package/dist/esm/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.d.ts +5 -0
  126. package/dist/esm/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSectionProps.types.d.ts +6 -0
  127. package/dist/esm/src/components/sections/BenefitsRatafiaSection/index.d.ts +2 -0
  128. package/dist/esm/src/components/sections/FaqSection/FaqSectionProps.d.ts +1 -0
  129. package/dist/esm/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.d.ts +5 -0
  130. package/dist/esm/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSectionProps.types.d.ts +5 -0
  131. package/dist/esm/src/components/sections/FeaturesRatafiaSection/index.d.ts +2 -0
  132. package/dist/esm/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSection.d.ts +5 -0
  133. package/dist/esm/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSectionProps.types.d.ts +5 -0
  134. package/dist/esm/src/components/sections/JumbotronRatafiaSection/index.d.ts +2 -0
  135. package/dist/esm/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.d.ts +5 -0
  136. package/dist/esm/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSectionProps.types.d.ts +8 -0
  137. package/dist/esm/src/components/sections/MidBannerRatafiaSection/index.d.ts +2 -0
  138. package/dist/esm/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.d.ts +5 -0
  139. package/dist/esm/src/components/sections/StepsRatafiaSection/StepsRatafiaSectionProps.types.d.ts +6 -0
  140. package/dist/esm/src/components/sections/StepsRatafiaSection/index.d.ts +2 -0
  141. package/dist/esm/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.d.ts +5 -0
  142. package/dist/esm/src/components/sections/TryItRatafiaSection/TryItRatafiaSectionProps.types.d.ts +5 -0
  143. package/dist/esm/src/components/sections/TryItRatafiaSection/index.d.ts +2 -0
  144. package/dist/esm/src/components/sections/index.d.ts +6 -0
  145. package/dist/index.d.ts +188 -2
  146. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import React$1, { FC, ReactNode, MouseEventHandler, RefObject } from 'react';
1
+ import React$1, { FC, ReactNode, MouseEventHandler, DragEventHandler, RefObject } from 'react';
2
2
  import { IGatsbyImageData } from 'gatsby-plugin-image';
3
3
 
4
4
  interface AddButtonProps {
@@ -29,6 +29,15 @@ interface BaseBoxProps {
29
29
 
30
30
  declare const BaseBox: FC<BaseBoxProps>;
31
31
 
32
+ interface BenefitRatafiaCardProps {
33
+ id: string;
34
+ title: string;
35
+ image?: React.ReactNode;
36
+ description: string;
37
+ }
38
+
39
+ declare const BenefitRatafiaCard: React$1.FC<BenefitRatafiaCardProps>;
40
+
32
41
  interface BillCardProps {
33
42
  date: string;
34
43
  amount: string;
@@ -195,6 +204,17 @@ interface ExpertCardProps {
195
204
 
196
205
  declare const ExpertCard: FC<ExpertCardProps>;
197
206
 
207
+ interface FeatureRatafiaCardProps {
208
+ id: string;
209
+ title: string;
210
+ icon?: React.ReactNode;
211
+ description: string;
212
+ isReleased: boolean;
213
+ notReleasedText: string;
214
+ }
215
+
216
+ declare const FeatureRatafiaCard: React$1.FC<FeatureRatafiaCardProps>;
217
+
198
218
  interface FormFaqProps {
199
219
  title: string;
200
220
  answer: string;
@@ -460,12 +480,29 @@ interface SpinnerProps {
460
480
 
461
481
  declare const Spinner: FC<SpinnerProps>;
462
482
 
483
+ interface StepRatafiaCardProps {
484
+ id: string;
485
+ title: string;
486
+ icon?: React.ReactNode;
487
+ description: string;
488
+ }
489
+
490
+ declare const StepRatafiaCard: React$1.FC<StepRatafiaCardProps>;
491
+
463
492
  interface TaglineProps {
464
493
  text: string;
465
494
  }
466
495
 
467
496
  declare const Tagline: FC<TaglineProps>;
468
497
 
498
+ interface TagRatafiaItemProps {
499
+ id: string;
500
+ description: React.ReactNode;
501
+ icon?: React.ReactNode;
502
+ }
503
+
504
+ declare const TagRatafiaItem: React$1.FC<TagRatafiaItemProps>;
505
+
469
506
  interface TextAreaProps {
470
507
  dataQa: string;
471
508
  value?: string;
@@ -590,6 +627,12 @@ interface BaseBoxListProps {
590
627
 
591
628
  declare const BaseBoxList: FC<BaseBoxListProps>;
592
629
 
630
+ interface BenefitRatafiaCardListProps {
631
+ benefits: BenefitRatafiaCardProps[];
632
+ }
633
+
634
+ declare const BenefitRatafiaCardList: FC<BenefitRatafiaCardListProps>;
635
+
593
636
  interface BottomFixedBarProps {
594
637
  text: string | React.ReactNode;
595
638
  button: ButtonProps;
@@ -697,6 +740,13 @@ interface FaqItemProps {
697
740
 
698
741
  declare const FaqItem: React$1.FC<FaqItemProps>;
699
742
 
743
+ interface FeatureRatafiaCardListProps {
744
+ features: FeatureRatafiaCardProps[];
745
+ notReleasedText: string;
746
+ }
747
+
748
+ declare const FeatureRatafiaCardList: FC<FeatureRatafiaCardListProps>;
749
+
700
750
  interface FeedbackProps {
701
751
  theme?: 'success' | 'error';
702
752
  title?: string;
@@ -739,6 +789,22 @@ interface MenuItemsSectionProps {
739
789
 
740
790
  declare const MenuItemsSection: FC<MenuItemsSectionProps>;
741
791
 
792
+ interface MidBannerRatafiaContentProps {
793
+ title: string;
794
+ paragraph: React.ReactNode;
795
+ ctaLabel: string;
796
+ ctaLink: string;
797
+ ctaDataQa: string;
798
+ }
799
+
800
+ declare const MidBannerRatafiaContent: FC<MidBannerRatafiaContentProps>;
801
+
802
+ interface MidBannerRatafiaSampleProps {
803
+ image: React.ReactNode;
804
+ }
805
+
806
+ declare const MidBannerRatafiaSample: FC<MidBannerRatafiaSampleProps>;
807
+
742
808
  interface MoreDocsDesktopProps {
743
809
  title: string;
744
810
  documents: MoreDocsItemProps[];
@@ -845,6 +911,18 @@ interface StepGetFormProps {
845
911
 
846
912
  declare const StepGetForm: React$1.FC<StepGetFormProps>;
847
913
 
914
+ interface StepRatafiaCardListProps {
915
+ steps: StepRatafiaCardProps[];
916
+ }
917
+
918
+ declare const StepRatafiaCardList: FC<StepRatafiaCardListProps>;
919
+
920
+ interface TagsRatafiaListProps {
921
+ tags: TagRatafiaItemProps[];
922
+ }
923
+
924
+ declare const TagsRatafiaList: FC<TagsRatafiaListProps>;
925
+
848
926
  interface TextInputProps {
849
927
  label?: string;
850
928
  name?: string;
@@ -910,6 +988,25 @@ interface TypeModule {
910
988
 
911
989
  declare const TypeModulesList: FC<TypeModulesListProps>;
912
990
 
991
+ interface UploadRatafiaZoneProps {
992
+ content: UploadRatafiaZoneContent;
993
+ handleDrop?: DragEventHandler<HTMLDivElement>;
994
+ handleDragOver?: DragEventHandler<HTMLDivElement>;
995
+ handleDragOut?: DragEventHandler<HTMLDivElement>;
996
+ documentUploadFileDialog?: () => void;
997
+ ctaDataQa: string;
998
+ }
999
+ interface UploadRatafiaZoneContent {
1000
+ title: string;
1001
+ description: string;
1002
+ serviceTerms: React.ReactNode;
1003
+ ctaLabel: string;
1004
+ ctaIcon?: React.ReactNode;
1005
+ ctaLink?: string;
1006
+ }
1007
+
1008
+ declare const UploadRatafiaZone: FC<UploadRatafiaZoneProps>;
1009
+
913
1010
  interface AboutUsContentProps {
914
1011
  children: React.ReactNode;
915
1012
  image: React.ReactNode;
@@ -1010,6 +1107,15 @@ interface FaqGroupProps {
1010
1107
 
1011
1108
  declare const FaqGroup: React$1.FC<FaqGroupProps>;
1012
1109
 
1110
+ interface FeaturesRatafiaContentProps {
1111
+ title: string;
1112
+ description: React.ReactNode;
1113
+ notReleasedText?: string;
1114
+ features: FeatureRatafiaCardProps[];
1115
+ }
1116
+
1117
+ declare const FeaturesRatafiaContent: FC<FeaturesRatafiaContentProps>;
1118
+
1013
1119
  interface GuidelinesContentProps {
1014
1120
  title: string;
1015
1121
  image: React.ReactNode;
@@ -1018,6 +1124,15 @@ interface GuidelinesContentProps {
1018
1124
 
1019
1125
  declare const GuidelinesContent: FC<GuidelinesContentProps>;
1020
1126
 
1127
+ interface JumbotronRatafiaContentProps {
1128
+ title: string;
1129
+ body: React.ReactNode;
1130
+ image?: React.ReactNode;
1131
+ tags: TagRatafiaItemProps[];
1132
+ }
1133
+
1134
+ declare const JumbotronRatafiaContent: FC<JumbotronRatafiaContentProps>;
1135
+
1021
1136
  interface LenguageSelectorItem {
1022
1137
  code: string;
1023
1138
  url: string;
@@ -1060,6 +1175,13 @@ interface MobileBottomBarProps {
1060
1175
 
1061
1176
  declare const MobileBottomBar: FC<MobileBottomBarProps>;
1062
1177
 
1178
+ interface StepsRatafiaContentProps {
1179
+ title: string;
1180
+ steps: StepRatafiaCardProps[];
1181
+ }
1182
+
1183
+ declare const StepsRatafiaContent: FC<StepsRatafiaContentProps>;
1184
+
1063
1185
  interface TryOurFreeLegalBlogsContentProps {
1064
1186
  title: string;
1065
1187
  image: React.ReactNode;
@@ -1095,6 +1217,14 @@ interface AsSeeInSectionProps {
1095
1217
 
1096
1218
  declare const AsSeeInSection: FC<AsSeeInSectionProps>;
1097
1219
 
1220
+ interface BenefitsRatafiaSectionProps {
1221
+ title: string;
1222
+ description: string;
1223
+ benefits: BenefitRatafiaCardProps[];
1224
+ }
1225
+
1226
+ declare const BenefitsRatafiaSection: FC<BenefitsRatafiaSectionProps>;
1227
+
1098
1228
  interface BlogSectionProps {
1099
1229
  blogTitle: string;
1100
1230
  blogCta: string;
@@ -1119,10 +1249,18 @@ declare const ExpertsSection: FC<ExpertsSectionProps>;
1119
1249
 
1120
1250
  interface FaqSectionProps {
1121
1251
  groups: FaqGroupProps[];
1252
+ givenClass?: string;
1122
1253
  }
1123
1254
 
1124
1255
  declare const FaqSection: React$1.FC<FaqSectionProps>;
1125
1256
 
1257
+ interface FeaturesRatafiaSectionProps {
1258
+ content: FeaturesRatafiaContentProps;
1259
+ children?: React.ReactNode;
1260
+ }
1261
+
1262
+ declare const FeaturesRatafiaSection: FC<FeaturesRatafiaSectionProps>;
1263
+
1126
1264
  interface GuidelinesSectionProps {
1127
1265
  contentGuidelines: GuidelinesContentProps;
1128
1266
  }
@@ -1137,6 +1275,13 @@ interface HowGetYourFormsSectionProps {
1137
1275
 
1138
1276
  declare const HowGetYourFormsSection: React$1.FC<HowGetYourFormsSectionProps>;
1139
1277
 
1278
+ interface JumbotronRatafiaSectionProps {
1279
+ content: JumbotronRatafiaContentProps;
1280
+ children?: React.ReactNode;
1281
+ }
1282
+
1283
+ declare const JumbotronRatafiaSection: FC<JumbotronRatafiaSectionProps>;
1284
+
1140
1285
  interface JumbotronSimplifiedSectionProps {
1141
1286
  title: string;
1142
1287
  wrapperClassName?: string;
@@ -1152,6 +1297,17 @@ interface LegalSectionProps {
1152
1297
 
1153
1298
  declare const LegalSection: React$1.FC<LegalSectionProps>;
1154
1299
 
1300
+ interface MidBannerRatafiaSectionProps {
1301
+ title: string;
1302
+ paragraph: React.ReactNode;
1303
+ ctaLabel: string;
1304
+ ctaLink: string;
1305
+ ctaDataQa: string;
1306
+ image: React.ReactNode;
1307
+ }
1308
+
1309
+ declare const MidBannerRatafiaSection: FC<MidBannerRatafiaSectionProps>;
1310
+
1155
1311
  interface MoreDocsSectionProps {
1156
1312
  title: string;
1157
1313
  documents: MoreDocsItemProps[];
@@ -1166,6 +1322,22 @@ interface PeopleSayAboutUsSectionProps {
1166
1322
 
1167
1323
  declare const PeopleSayAboutUsSection: FC<PeopleSayAboutUsSectionProps>;
1168
1324
 
1325
+ interface StepsRatafiaSectionProps {
1326
+ title: string;
1327
+ steps: StepRatafiaCardProps[];
1328
+ videoUrl: string;
1329
+ }
1330
+
1331
+ declare const StepsRatafiaSection: FC<StepsRatafiaSectionProps>;
1332
+
1333
+ interface TryItRatafiaSectionProps {
1334
+ icon?: React.ReactNode;
1335
+ paragraph: string;
1336
+ children?: React.ReactNode;
1337
+ }
1338
+
1339
+ declare const TryItRatafiaSection: FC<TryItRatafiaSectionProps>;
1340
+
1169
1341
  interface TryOurFreeLegalBlogsSectionProps {
1170
1342
  contentTryOurFreeLegalBlogs: TryOurFreeLegalBlogsContentProps;
1171
1343
  }
@@ -1247,6 +1419,20 @@ interface LegalPageProps {
1247
1419
 
1248
1420
  declare const LegalPage: React$1.FC<LegalPageProps>;
1249
1421
 
1422
+ interface RatafiaLandingPageProps {
1423
+ jumbotronRatafiaSectionProps: JumbotronRatafiaSectionProps;
1424
+ stepsRatafiaSectionProps: StepsRatafiaSectionProps;
1425
+ benefitsRatafiaSectionProps: BenefitsRatafiaSectionProps;
1426
+ featuresRatafiaSectionProps: FeaturesRatafiaSectionProps;
1427
+ tryItRatafiaSectionProps: TryItRatafiaSectionProps;
1428
+ trustPilotBox?: React.ReactNode;
1429
+ midBannerRatafiaSectionProps: MidBannerRatafiaSectionProps;
1430
+ faqGroupProps: FaqGroupProps[];
1431
+ uploadZone?: React.ReactNode;
1432
+ }
1433
+
1434
+ declare const RatafiaLandingPage: React$1.FC<RatafiaLandingPageProps>;
1435
+
1250
1436
  interface UnsubscribePageProps {
1251
1437
  jumbotron: JumbotronStaticProps;
1252
1438
  unsubscribeSection: UnsubscribeSectionProps;
@@ -1267,4 +1453,4 @@ interface UseIsMobileOrTablePropsReturn {
1267
1453
  }
1268
1454
  declare const useIsMobileOrTable: () => UseIsMobileOrTablePropsReturn;
1269
1455
 
1270
- 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, 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, 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, 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, useLanguageOptions, useLanguageSelected, useLanguagesSelector, useStateDataAccordionItem };
1456
+ 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, 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 };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "3.2.0",
3
+ "version": "3.2.2",
4
4
  "dependencies": {
5
5
  "@testing-library/jest-dom": "^6.4.6",
6
6
  "@tippyjs/react": "4.2.6",