@npm_leadtech/legal-lib-components 3.2.0 → 3.2.1

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 (152) 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/Disclaimer/DisclaimerProps.types.d.ts +2 -2
  8. package/dist/cjs/src/components/atoms/DocumentStatus/DocumentStatusProps.types.d.ts +0 -3
  9. package/dist/cjs/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.d.ts +5 -0
  10. package/dist/cjs/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCardProps.types.d.ts +8 -0
  11. package/dist/cjs/src/components/atoms/FeatureRatafiaCard/index.d.ts +2 -0
  12. package/dist/cjs/src/components/atoms/StepRatafiaCard/StepRatafiaCard.d.ts +5 -0
  13. package/dist/cjs/src/components/atoms/StepRatafiaCard/StepRatafiaCardProps.types.d.ts +6 -0
  14. package/dist/cjs/src/components/atoms/StepRatafiaCard/index.d.ts +2 -0
  15. package/dist/cjs/src/components/atoms/TagRatafiaItem/TagRatafiaItem.d.ts +5 -0
  16. package/dist/cjs/src/components/atoms/TagRatafiaItem/TagRatafiaItemProps.types.d.ts +5 -0
  17. package/dist/cjs/src/components/atoms/TagRatafiaItem/index.d.ts +2 -0
  18. package/dist/cjs/src/components/atoms/index.d.ts +4 -0
  19. package/dist/cjs/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardList.d.ts +5 -0
  20. package/dist/cjs/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardListProps.types.d.ts +4 -0
  21. package/dist/cjs/src/components/molecules/BenefitRatafiaCardList/index.d.ts +2 -0
  22. package/dist/cjs/src/components/molecules/FeatureRatafiaCardList/FeatureRatafiaCardList.d.ts +5 -0
  23. package/dist/cjs/src/components/molecules/FeatureRatafiaCardList/FeatureRatafiaCardListProps.types.d.ts +5 -0
  24. package/dist/cjs/src/components/molecules/FeatureRatafiaCardList/index.d.ts +2 -0
  25. package/dist/cjs/src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContent.d.ts +5 -0
  26. package/dist/cjs/src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContentProps.types.d.ts +7 -0
  27. package/dist/cjs/src/components/molecules/MidBannerRatafiaContent/index.d.ts +2 -0
  28. package/dist/cjs/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.d.ts +5 -0
  29. package/dist/cjs/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSampleProps.types.d.ts +3 -0
  30. package/dist/cjs/src/components/molecules/MidBannerRatafiaSample/index.d.ts +2 -0
  31. package/dist/cjs/src/components/molecules/StepRatafiaCardList/StepRatafiaCardList.d.ts +5 -0
  32. package/dist/cjs/src/components/molecules/StepRatafiaCardList/StepRatafiaCardListProps.types.d.ts +4 -0
  33. package/dist/cjs/src/components/molecules/StepRatafiaCardList/index.d.ts +2 -0
  34. package/dist/cjs/src/components/molecules/TagsRatafiaList/TagsRatafiaList.d.ts +5 -0
  35. package/dist/cjs/src/components/molecules/TagsRatafiaList/TagsRatafiaListProps.types.d.ts +4 -0
  36. package/dist/cjs/src/components/molecules/TagsRatafiaList/index.d.ts +2 -0
  37. package/dist/cjs/src/components/molecules/TooltipMenu/TooltipMenuProps.types.d.ts +0 -1
  38. package/dist/cjs/src/components/molecules/UploadRatafiaZone/UploadRatafiaZone.d.ts +5 -0
  39. package/dist/cjs/src/components/molecules/UploadRatafiaZone/UploadRatafiaZoneProps.types.d.ts +18 -0
  40. package/dist/cjs/src/components/molecules/UploadRatafiaZone/index.d.ts +2 -0
  41. package/dist/cjs/src/components/molecules/index.d.ts +7 -0
  42. package/dist/cjs/src/components/organisms/FeaturesRatafiaContent/FeaturesRatafiaContent.d.ts +5 -0
  43. package/dist/cjs/src/components/organisms/FeaturesRatafiaContent/FeaturesRatafiaContentProps.types.d.ts +7 -0
  44. package/dist/cjs/src/components/organisms/FeaturesRatafiaContent/index.d.ts +2 -0
  45. package/dist/cjs/src/components/organisms/JumbotronRatafiaContent/JumbotronRatafiaContent.d.ts +5 -0
  46. package/dist/cjs/src/components/organisms/JumbotronRatafiaContent/JumbotronRatafiaContentProps.types.d.ts +7 -0
  47. package/dist/cjs/src/components/organisms/JumbotronRatafiaContent/index.d.ts +2 -0
  48. package/dist/cjs/src/components/organisms/StepsRatafiaContent/StepsRatafiaContent.d.ts +5 -0
  49. package/dist/cjs/src/components/organisms/StepsRatafiaContent/StepsRatafiaContentProps.types.d.ts +5 -0
  50. package/dist/cjs/src/components/organisms/StepsRatafiaContent/index.d.ts +2 -0
  51. package/dist/cjs/src/components/organisms/index.d.ts +3 -0
  52. package/dist/cjs/src/components/pages/RatafiaLandingPage/RatafiaLandingPage.d.ts +3 -0
  53. package/dist/cjs/src/components/pages/RatafiaLandingPage/RatafiaLandingPageProps.types.d.ts +13 -0
  54. package/dist/cjs/src/components/pages/RatafiaLandingPage/index.d.ts +2 -0
  55. package/dist/cjs/src/components/pages/index.d.ts +1 -0
  56. package/dist/cjs/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.d.ts +5 -0
  57. package/dist/cjs/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSectionProps.types.d.ts +6 -0
  58. package/dist/cjs/src/components/sections/BenefitsRatafiaSection/index.d.ts +2 -0
  59. package/dist/cjs/src/components/sections/FaqSection/FaqSectionProps.d.ts +1 -0
  60. package/dist/cjs/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.d.ts +5 -0
  61. package/dist/cjs/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSectionProps.types.d.ts +5 -0
  62. package/dist/cjs/src/components/sections/FeaturesRatafiaSection/index.d.ts +2 -0
  63. package/dist/cjs/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSection.d.ts +5 -0
  64. package/dist/cjs/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSectionProps.types.d.ts +5 -0
  65. package/dist/cjs/src/components/sections/JumbotronRatafiaSection/index.d.ts +2 -0
  66. package/dist/cjs/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.d.ts +5 -0
  67. package/dist/cjs/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSectionProps.types.d.ts +8 -0
  68. package/dist/cjs/src/components/sections/MidBannerRatafiaSection/index.d.ts +2 -0
  69. package/dist/cjs/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.d.ts +5 -0
  70. package/dist/cjs/src/components/sections/StepsRatafiaSection/StepsRatafiaSectionProps.types.d.ts +6 -0
  71. package/dist/cjs/src/components/sections/StepsRatafiaSection/index.d.ts +2 -0
  72. package/dist/cjs/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.d.ts +5 -0
  73. package/dist/cjs/src/components/sections/TryItRatafiaSection/TryItRatafiaSectionProps.types.d.ts +5 -0
  74. package/dist/cjs/src/components/sections/TryItRatafiaSection/index.d.ts +2 -0
  75. package/dist/cjs/src/components/sections/index.d.ts +6 -0
  76. package/dist/esm/index.js +4 -4
  77. package/dist/esm/index.js.map +1 -1
  78. package/dist/esm/legal-lib-components.css +513 -0
  79. package/dist/esm/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.d.ts +5 -0
  80. package/dist/esm/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCardProps.types.d.ts +6 -0
  81. package/dist/esm/src/components/atoms/BenefitRatafiaCard/index.d.ts +2 -0
  82. package/dist/esm/src/components/atoms/Disclaimer/DisclaimerProps.types.d.ts +2 -2
  83. package/dist/esm/src/components/atoms/DocumentStatus/DocumentStatusProps.types.d.ts +0 -3
  84. package/dist/esm/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.d.ts +5 -0
  85. package/dist/esm/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCardProps.types.d.ts +8 -0
  86. package/dist/esm/src/components/atoms/FeatureRatafiaCard/index.d.ts +2 -0
  87. package/dist/esm/src/components/atoms/StepRatafiaCard/StepRatafiaCard.d.ts +5 -0
  88. package/dist/esm/src/components/atoms/StepRatafiaCard/StepRatafiaCardProps.types.d.ts +6 -0
  89. package/dist/esm/src/components/atoms/StepRatafiaCard/index.d.ts +2 -0
  90. package/dist/esm/src/components/atoms/TagRatafiaItem/TagRatafiaItem.d.ts +5 -0
  91. package/dist/esm/src/components/atoms/TagRatafiaItem/TagRatafiaItemProps.types.d.ts +5 -0
  92. package/dist/esm/src/components/atoms/TagRatafiaItem/index.d.ts +2 -0
  93. package/dist/esm/src/components/atoms/index.d.ts +4 -0
  94. package/dist/esm/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardList.d.ts +5 -0
  95. package/dist/esm/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardListProps.types.d.ts +4 -0
  96. package/dist/esm/src/components/molecules/BenefitRatafiaCardList/index.d.ts +2 -0
  97. package/dist/esm/src/components/molecules/FeatureRatafiaCardList/FeatureRatafiaCardList.d.ts +5 -0
  98. package/dist/esm/src/components/molecules/FeatureRatafiaCardList/FeatureRatafiaCardListProps.types.d.ts +5 -0
  99. package/dist/esm/src/components/molecules/FeatureRatafiaCardList/index.d.ts +2 -0
  100. package/dist/esm/src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContent.d.ts +5 -0
  101. package/dist/esm/src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContentProps.types.d.ts +7 -0
  102. package/dist/esm/src/components/molecules/MidBannerRatafiaContent/index.d.ts +2 -0
  103. package/dist/esm/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.d.ts +5 -0
  104. package/dist/esm/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSampleProps.types.d.ts +3 -0
  105. package/dist/esm/src/components/molecules/MidBannerRatafiaSample/index.d.ts +2 -0
  106. package/dist/esm/src/components/molecules/StepRatafiaCardList/StepRatafiaCardList.d.ts +5 -0
  107. package/dist/esm/src/components/molecules/StepRatafiaCardList/StepRatafiaCardListProps.types.d.ts +4 -0
  108. package/dist/esm/src/components/molecules/StepRatafiaCardList/index.d.ts +2 -0
  109. package/dist/esm/src/components/molecules/TagsRatafiaList/TagsRatafiaList.d.ts +5 -0
  110. package/dist/esm/src/components/molecules/TagsRatafiaList/TagsRatafiaListProps.types.d.ts +4 -0
  111. package/dist/esm/src/components/molecules/TagsRatafiaList/index.d.ts +2 -0
  112. package/dist/esm/src/components/molecules/TooltipMenu/TooltipMenuProps.types.d.ts +0 -1
  113. package/dist/esm/src/components/molecules/UploadRatafiaZone/UploadRatafiaZone.d.ts +5 -0
  114. package/dist/esm/src/components/molecules/UploadRatafiaZone/UploadRatafiaZoneProps.types.d.ts +18 -0
  115. package/dist/esm/src/components/molecules/UploadRatafiaZone/index.d.ts +2 -0
  116. package/dist/esm/src/components/molecules/index.d.ts +7 -0
  117. package/dist/esm/src/components/organisms/FeaturesRatafiaContent/FeaturesRatafiaContent.d.ts +5 -0
  118. package/dist/esm/src/components/organisms/FeaturesRatafiaContent/FeaturesRatafiaContentProps.types.d.ts +7 -0
  119. package/dist/esm/src/components/organisms/FeaturesRatafiaContent/index.d.ts +2 -0
  120. package/dist/esm/src/components/organisms/JumbotronRatafiaContent/JumbotronRatafiaContent.d.ts +5 -0
  121. package/dist/esm/src/components/organisms/JumbotronRatafiaContent/JumbotronRatafiaContentProps.types.d.ts +7 -0
  122. package/dist/esm/src/components/organisms/JumbotronRatafiaContent/index.d.ts +2 -0
  123. package/dist/esm/src/components/organisms/StepsRatafiaContent/StepsRatafiaContent.d.ts +5 -0
  124. package/dist/esm/src/components/organisms/StepsRatafiaContent/StepsRatafiaContentProps.types.d.ts +5 -0
  125. package/dist/esm/src/components/organisms/StepsRatafiaContent/index.d.ts +2 -0
  126. package/dist/esm/src/components/organisms/index.d.ts +3 -0
  127. package/dist/esm/src/components/pages/RatafiaLandingPage/RatafiaLandingPage.d.ts +3 -0
  128. package/dist/esm/src/components/pages/RatafiaLandingPage/RatafiaLandingPageProps.types.d.ts +13 -0
  129. package/dist/esm/src/components/pages/RatafiaLandingPage/index.d.ts +2 -0
  130. package/dist/esm/src/components/pages/index.d.ts +1 -0
  131. package/dist/esm/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.d.ts +5 -0
  132. package/dist/esm/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSectionProps.types.d.ts +6 -0
  133. package/dist/esm/src/components/sections/BenefitsRatafiaSection/index.d.ts +2 -0
  134. package/dist/esm/src/components/sections/FaqSection/FaqSectionProps.d.ts +1 -0
  135. package/dist/esm/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.d.ts +5 -0
  136. package/dist/esm/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSectionProps.types.d.ts +5 -0
  137. package/dist/esm/src/components/sections/FeaturesRatafiaSection/index.d.ts +2 -0
  138. package/dist/esm/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSection.d.ts +5 -0
  139. package/dist/esm/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSectionProps.types.d.ts +5 -0
  140. package/dist/esm/src/components/sections/JumbotronRatafiaSection/index.d.ts +2 -0
  141. package/dist/esm/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.d.ts +5 -0
  142. package/dist/esm/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSectionProps.types.d.ts +8 -0
  143. package/dist/esm/src/components/sections/MidBannerRatafiaSection/index.d.ts +2 -0
  144. package/dist/esm/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.d.ts +5 -0
  145. package/dist/esm/src/components/sections/StepsRatafiaSection/StepsRatafiaSectionProps.types.d.ts +6 -0
  146. package/dist/esm/src/components/sections/StepsRatafiaSection/index.d.ts +2 -0
  147. package/dist/esm/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.d.ts +5 -0
  148. package/dist/esm/src/components/sections/TryItRatafiaSection/TryItRatafiaSectionProps.types.d.ts +5 -0
  149. package/dist/esm/src/components/sections/TryItRatafiaSection/index.d.ts +2 -0
  150. package/dist/esm/src/components/sections/index.d.ts +6 -0
  151. package/dist/index.d.ts +190 -8
  152. 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;
@@ -156,8 +165,8 @@ interface DisclaimerProps {
156
165
  givenClass?: string;
157
166
  siteUrl?: string;
158
167
  simpleCopyRight?: string;
159
- complexCopyRight?: React.ReactNode;
160
- complexCopyRightMobile?: React.ReactNode;
168
+ complexCopyRight?: React.ReactNode | undefined;
169
+ complexCopyRightMobile?: React.ReactNode | undefined;
161
170
  }
162
171
 
163
172
  declare const Disclaimer: FC<DisclaimerProps>;
@@ -173,9 +182,6 @@ declare const Divider: FC<DividerProps>;
173
182
 
174
183
  interface DocumentStatusProps {
175
184
  type: string;
176
- statusCompletedText: string;
177
- statusNewText: string;
178
- statusInProgressText: string;
179
185
  }
180
186
 
181
187
  declare const DocumentStatus: FC<DocumentStatusProps>;
@@ -195,6 +201,17 @@ interface ExpertCardProps {
195
201
 
196
202
  declare const ExpertCard: FC<ExpertCardProps>;
197
203
 
204
+ interface FeatureRatafiaCardProps {
205
+ id: string;
206
+ title: string;
207
+ icon?: React.ReactNode;
208
+ description: string;
209
+ isReleased: boolean;
210
+ notReleasedText: string;
211
+ }
212
+
213
+ declare const FeatureRatafiaCard: React$1.FC<FeatureRatafiaCardProps>;
214
+
198
215
  interface FormFaqProps {
199
216
  title: string;
200
217
  answer: string;
@@ -460,12 +477,29 @@ interface SpinnerProps {
460
477
 
461
478
  declare const Spinner: FC<SpinnerProps>;
462
479
 
480
+ interface StepRatafiaCardProps {
481
+ id: string;
482
+ title: string;
483
+ icon?: React.ReactNode;
484
+ description: string;
485
+ }
486
+
487
+ declare const StepRatafiaCard: React$1.FC<StepRatafiaCardProps>;
488
+
463
489
  interface TaglineProps {
464
490
  text: string;
465
491
  }
466
492
 
467
493
  declare const Tagline: FC<TaglineProps>;
468
494
 
495
+ interface TagRatafiaItemProps {
496
+ id: string;
497
+ description: React.ReactNode;
498
+ icon?: React.ReactNode;
499
+ }
500
+
501
+ declare const TagRatafiaItem: React$1.FC<TagRatafiaItemProps>;
502
+
469
503
  interface TextAreaProps {
470
504
  dataQa: string;
471
505
  value?: string;
@@ -590,6 +624,12 @@ interface BaseBoxListProps {
590
624
 
591
625
  declare const BaseBoxList: FC<BaseBoxListProps>;
592
626
 
627
+ interface BenefitRatafiaCardListProps {
628
+ benefits: BenefitRatafiaCardProps[];
629
+ }
630
+
631
+ declare const BenefitRatafiaCardList: FC<BenefitRatafiaCardListProps>;
632
+
593
633
  interface BottomFixedBarProps {
594
634
  text: string | React.ReactNode;
595
635
  button: ButtonProps;
@@ -697,6 +737,13 @@ interface FaqItemProps {
697
737
 
698
738
  declare const FaqItem: React$1.FC<FaqItemProps>;
699
739
 
740
+ interface FeatureRatafiaCardListProps {
741
+ features: FeatureRatafiaCardProps[];
742
+ notReleasedText: string;
743
+ }
744
+
745
+ declare const FeatureRatafiaCardList: FC<FeatureRatafiaCardListProps>;
746
+
700
747
  interface FeedbackProps {
701
748
  theme?: 'success' | 'error';
702
749
  title?: string;
@@ -739,6 +786,22 @@ interface MenuItemsSectionProps {
739
786
 
740
787
  declare const MenuItemsSection: FC<MenuItemsSectionProps>;
741
788
 
789
+ interface MidBannerRatafiaContentProps {
790
+ title: string;
791
+ paragraph: React.ReactNode;
792
+ ctaLabel: string;
793
+ ctaLink: string;
794
+ ctaDataQa: string;
795
+ }
796
+
797
+ declare const MidBannerRatafiaContent: FC<MidBannerRatafiaContentProps>;
798
+
799
+ interface MidBannerRatafiaSampleProps {
800
+ image: React.ReactNode;
801
+ }
802
+
803
+ declare const MidBannerRatafiaSample: FC<MidBannerRatafiaSampleProps>;
804
+
742
805
  interface MoreDocsDesktopProps {
743
806
  title: string;
744
807
  documents: MoreDocsItemProps[];
@@ -845,6 +908,18 @@ interface StepGetFormProps {
845
908
 
846
909
  declare const StepGetForm: React$1.FC<StepGetFormProps>;
847
910
 
911
+ interface StepRatafiaCardListProps {
912
+ steps: StepRatafiaCardProps[];
913
+ }
914
+
915
+ declare const StepRatafiaCardList: FC<StepRatafiaCardListProps>;
916
+
917
+ interface TagsRatafiaListProps {
918
+ tags: TagRatafiaItemProps[];
919
+ }
920
+
921
+ declare const TagsRatafiaList: FC<TagsRatafiaListProps>;
922
+
848
923
  interface TextInputProps {
849
924
  label?: string;
850
925
  name?: string;
@@ -879,7 +954,6 @@ interface TooltipMenuProps {
879
954
  onClick: () => void;
880
955
  }>;
881
956
  onClick: () => void;
882
- label: string;
883
957
  }
884
958
 
885
959
  declare const TooltipMenu: FC<TooltipMenuProps>;
@@ -910,6 +984,25 @@ interface TypeModule {
910
984
 
911
985
  declare const TypeModulesList: FC<TypeModulesListProps>;
912
986
 
987
+ interface UploadRatafiaZoneProps {
988
+ content: UploadRatafiaZoneContent;
989
+ handleDrop?: DragEventHandler<HTMLDivElement>;
990
+ handleDragOver?: DragEventHandler<HTMLDivElement>;
991
+ handleDragOut?: DragEventHandler<HTMLDivElement>;
992
+ documentUploadFileDialog?: () => void;
993
+ ctaDataQa: string;
994
+ }
995
+ interface UploadRatafiaZoneContent {
996
+ title: string;
997
+ description: string;
998
+ serviceTerms: React.ReactNode;
999
+ ctaLabel: string;
1000
+ ctaIcon?: React.ReactNode;
1001
+ ctaLink?: string;
1002
+ }
1003
+
1004
+ declare const UploadRatafiaZone: FC<UploadRatafiaZoneProps>;
1005
+
913
1006
  interface AboutUsContentProps {
914
1007
  children: React.ReactNode;
915
1008
  image: React.ReactNode;
@@ -1010,6 +1103,15 @@ interface FaqGroupProps {
1010
1103
 
1011
1104
  declare const FaqGroup: React$1.FC<FaqGroupProps>;
1012
1105
 
1106
+ interface FeaturesRatafiaContentProps {
1107
+ title: string;
1108
+ description: React.ReactNode;
1109
+ notReleasedText?: string;
1110
+ features: FeatureRatafiaCardProps[];
1111
+ }
1112
+
1113
+ declare const FeaturesRatafiaContent: FC<FeaturesRatafiaContentProps>;
1114
+
1013
1115
  interface GuidelinesContentProps {
1014
1116
  title: string;
1015
1117
  image: React.ReactNode;
@@ -1018,6 +1120,15 @@ interface GuidelinesContentProps {
1018
1120
 
1019
1121
  declare const GuidelinesContent: FC<GuidelinesContentProps>;
1020
1122
 
1123
+ interface JumbotronRatafiaContentProps {
1124
+ title: string;
1125
+ body: React.ReactNode;
1126
+ image?: React.ReactNode;
1127
+ tags: TagRatafiaItemProps[];
1128
+ }
1129
+
1130
+ declare const JumbotronRatafiaContent: FC<JumbotronRatafiaContentProps>;
1131
+
1021
1132
  interface LenguageSelectorItem {
1022
1133
  code: string;
1023
1134
  url: string;
@@ -1060,6 +1171,13 @@ interface MobileBottomBarProps {
1060
1171
 
1061
1172
  declare const MobileBottomBar: FC<MobileBottomBarProps>;
1062
1173
 
1174
+ interface StepsRatafiaContentProps {
1175
+ title: string;
1176
+ steps: StepRatafiaCardProps[];
1177
+ }
1178
+
1179
+ declare const StepsRatafiaContent: FC<StepsRatafiaContentProps>;
1180
+
1063
1181
  interface TryOurFreeLegalBlogsContentProps {
1064
1182
  title: string;
1065
1183
  image: React.ReactNode;
@@ -1095,6 +1213,14 @@ interface AsSeeInSectionProps {
1095
1213
 
1096
1214
  declare const AsSeeInSection: FC<AsSeeInSectionProps>;
1097
1215
 
1216
+ interface BenefitsRatafiaSectionProps {
1217
+ title: string;
1218
+ description: string;
1219
+ benefits: BenefitRatafiaCardProps[];
1220
+ }
1221
+
1222
+ declare const BenefitsRatafiaSection: FC<BenefitsRatafiaSectionProps>;
1223
+
1098
1224
  interface BlogSectionProps {
1099
1225
  blogTitle: string;
1100
1226
  blogCta: string;
@@ -1119,10 +1245,18 @@ declare const ExpertsSection: FC<ExpertsSectionProps>;
1119
1245
 
1120
1246
  interface FaqSectionProps {
1121
1247
  groups: FaqGroupProps[];
1248
+ givenClass?: string;
1122
1249
  }
1123
1250
 
1124
1251
  declare const FaqSection: React$1.FC<FaqSectionProps>;
1125
1252
 
1253
+ interface FeaturesRatafiaSectionProps {
1254
+ content: FeaturesRatafiaContentProps;
1255
+ children?: React.ReactNode;
1256
+ }
1257
+
1258
+ declare const FeaturesRatafiaSection: FC<FeaturesRatafiaSectionProps>;
1259
+
1126
1260
  interface GuidelinesSectionProps {
1127
1261
  contentGuidelines: GuidelinesContentProps;
1128
1262
  }
@@ -1137,6 +1271,13 @@ interface HowGetYourFormsSectionProps {
1137
1271
 
1138
1272
  declare const HowGetYourFormsSection: React$1.FC<HowGetYourFormsSectionProps>;
1139
1273
 
1274
+ interface JumbotronRatafiaSectionProps {
1275
+ content: JumbotronRatafiaContentProps;
1276
+ children?: React.ReactNode;
1277
+ }
1278
+
1279
+ declare const JumbotronRatafiaSection: FC<JumbotronRatafiaSectionProps>;
1280
+
1140
1281
  interface JumbotronSimplifiedSectionProps {
1141
1282
  title: string;
1142
1283
  wrapperClassName?: string;
@@ -1152,6 +1293,17 @@ interface LegalSectionProps {
1152
1293
 
1153
1294
  declare const LegalSection: React$1.FC<LegalSectionProps>;
1154
1295
 
1296
+ interface MidBannerRatafiaSectionProps {
1297
+ title: string;
1298
+ paragraph: React.ReactNode;
1299
+ ctaLabel: string;
1300
+ ctaLink: string;
1301
+ ctaDataQa: string;
1302
+ image: React.ReactNode;
1303
+ }
1304
+
1305
+ declare const MidBannerRatafiaSection: FC<MidBannerRatafiaSectionProps>;
1306
+
1155
1307
  interface MoreDocsSectionProps {
1156
1308
  title: string;
1157
1309
  documents: MoreDocsItemProps[];
@@ -1166,6 +1318,22 @@ interface PeopleSayAboutUsSectionProps {
1166
1318
 
1167
1319
  declare const PeopleSayAboutUsSection: FC<PeopleSayAboutUsSectionProps>;
1168
1320
 
1321
+ interface StepsRatafiaSectionProps {
1322
+ title: string;
1323
+ steps: StepRatafiaCardProps[];
1324
+ videoUrl: string;
1325
+ }
1326
+
1327
+ declare const StepsRatafiaSection: FC<StepsRatafiaSectionProps>;
1328
+
1329
+ interface TryItRatafiaSectionProps {
1330
+ icon?: React.ReactNode;
1331
+ paragraph: string;
1332
+ children?: React.ReactNode;
1333
+ }
1334
+
1335
+ declare const TryItRatafiaSection: FC<TryItRatafiaSectionProps>;
1336
+
1169
1337
  interface TryOurFreeLegalBlogsSectionProps {
1170
1338
  contentTryOurFreeLegalBlogs: TryOurFreeLegalBlogsContentProps;
1171
1339
  }
@@ -1247,6 +1415,20 @@ interface LegalPageProps {
1247
1415
 
1248
1416
  declare const LegalPage: React$1.FC<LegalPageProps>;
1249
1417
 
1418
+ interface RatafiaLandingPageProps {
1419
+ jumbotronRatafiaSectionProps: JumbotronRatafiaSectionProps;
1420
+ stepsRatafiaSectionProps: StepsRatafiaSectionProps;
1421
+ benefitsRatafiaSectionProps: BenefitsRatafiaSectionProps;
1422
+ featuresRatafiaSectionProps: FeaturesRatafiaSectionProps;
1423
+ tryItRatafiaSectionProps: TryItRatafiaSectionProps;
1424
+ trustPilotBox?: React.ReactNode;
1425
+ midBannerRatafiaSectionProps: MidBannerRatafiaSectionProps;
1426
+ faqGroupProps: FaqGroupProps[];
1427
+ uploadZone?: React.ReactNode;
1428
+ }
1429
+
1430
+ declare const RatafiaLandingPage: React$1.FC<RatafiaLandingPageProps>;
1431
+
1250
1432
  interface UnsubscribePageProps {
1251
1433
  jumbotron: JumbotronStaticProps;
1252
1434
  unsubscribeSection: UnsubscribeSectionProps;
@@ -1267,4 +1449,4 @@ interface UseIsMobileOrTablePropsReturn {
1267
1449
  }
1268
1450
  declare const useIsMobileOrTable: () => UseIsMobileOrTablePropsReturn;
1269
1451
 
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 };
1452
+ 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.1",
4
4
  "dependencies": {
5
5
  "@testing-library/jest-dom": "^6.4.6",
6
6
  "@tippyjs/react": "4.2.6",