@npm_leadtech/legal-lib-components 3.1.2 → 3.1.3

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 +518 -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 +0 -3
  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 +518 -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 +0 -3
  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 +188 -9
  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;
@@ -155,9 +164,6 @@ interface DisclaimerProps {
155
164
  linksUrl?: string;
156
165
  givenClass?: string;
157
166
  siteUrl?: string;
158
- simpleCopyRight?: string;
159
- complexCopyRight?: React.ReactNode;
160
- complexCopyRightMobile?: React.ReactNode;
161
167
  }
162
168
 
163
169
  declare const Disclaimer: FC<DisclaimerProps>;
@@ -173,9 +179,6 @@ declare const Divider: FC<DividerProps>;
173
179
 
174
180
  interface DocumentStatusProps {
175
181
  type: string;
176
- statusCompletedText: string;
177
- statusNewText: string;
178
- statusInProgressText: string;
179
182
  }
180
183
 
181
184
  declare const DocumentStatus: FC<DocumentStatusProps>;
@@ -195,6 +198,17 @@ interface ExpertCardProps {
195
198
 
196
199
  declare const ExpertCard: FC<ExpertCardProps>;
197
200
 
201
+ interface FeatureRatafiaCardProps {
202
+ id: string;
203
+ title: string;
204
+ icon?: React.ReactNode;
205
+ description: string;
206
+ isReleased: boolean;
207
+ notReleasedText: string;
208
+ }
209
+
210
+ declare const FeatureRatafiaCard: React$1.FC<FeatureRatafiaCardProps>;
211
+
198
212
  interface FormFaqProps {
199
213
  title: string;
200
214
  answer: string;
@@ -460,12 +474,29 @@ interface SpinnerProps {
460
474
 
461
475
  declare const Spinner: FC<SpinnerProps>;
462
476
 
477
+ interface StepRatafiaCardProps {
478
+ id: string;
479
+ title: string;
480
+ icon?: React.ReactNode;
481
+ description: string;
482
+ }
483
+
484
+ declare const StepRatafiaCard: React$1.FC<StepRatafiaCardProps>;
485
+
463
486
  interface TaglineProps {
464
487
  text: string;
465
488
  }
466
489
 
467
490
  declare const Tagline: FC<TaglineProps>;
468
491
 
492
+ interface TagRatafiaItemProps {
493
+ id: string;
494
+ description: React.ReactNode;
495
+ icon?: React.ReactNode;
496
+ }
497
+
498
+ declare const TagRatafiaItem: React$1.FC<TagRatafiaItemProps>;
499
+
469
500
  interface TextAreaProps {
470
501
  dataQa: string;
471
502
  value?: string;
@@ -590,6 +621,12 @@ interface BaseBoxListProps {
590
621
 
591
622
  declare const BaseBoxList: FC<BaseBoxListProps>;
592
623
 
624
+ interface BenefitRatafiaCardListProps {
625
+ benefits: BenefitRatafiaCardProps[];
626
+ }
627
+
628
+ declare const BenefitRatafiaCardList: FC<BenefitRatafiaCardListProps>;
629
+
593
630
  interface BottomFixedBarProps {
594
631
  text: string | React.ReactNode;
595
632
  button: ButtonProps;
@@ -697,6 +734,13 @@ interface FaqItemProps {
697
734
 
698
735
  declare const FaqItem: React$1.FC<FaqItemProps>;
699
736
 
737
+ interface FeatureRatafiaCardListProps {
738
+ features: FeatureRatafiaCardProps[];
739
+ notReleasedText: string;
740
+ }
741
+
742
+ declare const FeatureRatafiaCardList: FC<FeatureRatafiaCardListProps>;
743
+
700
744
  interface FeedbackProps {
701
745
  theme?: 'success' | 'error';
702
746
  title?: string;
@@ -739,6 +783,22 @@ interface MenuItemsSectionProps {
739
783
 
740
784
  declare const MenuItemsSection: FC<MenuItemsSectionProps>;
741
785
 
786
+ interface MidBannerRatafiaContentProps {
787
+ title: string;
788
+ paragraph: React.ReactNode;
789
+ ctaLabel: string;
790
+ ctaLink: string;
791
+ ctaDataQa: string;
792
+ }
793
+
794
+ declare const MidBannerRatafiaContent: FC<MidBannerRatafiaContentProps>;
795
+
796
+ interface MidBannerRatafiaSampleProps {
797
+ image: React.ReactNode;
798
+ }
799
+
800
+ declare const MidBannerRatafiaSample: FC<MidBannerRatafiaSampleProps>;
801
+
742
802
  interface MoreDocsDesktopProps {
743
803
  title: string;
744
804
  documents: MoreDocsItemProps[];
@@ -845,6 +905,18 @@ interface StepGetFormProps {
845
905
 
846
906
  declare const StepGetForm: React$1.FC<StepGetFormProps>;
847
907
 
908
+ interface StepRatafiaCardListProps {
909
+ steps: StepRatafiaCardProps[];
910
+ }
911
+
912
+ declare const StepRatafiaCardList: FC<StepRatafiaCardListProps>;
913
+
914
+ interface TagsRatafiaListProps {
915
+ tags: TagRatafiaItemProps[];
916
+ }
917
+
918
+ declare const TagsRatafiaList: FC<TagsRatafiaListProps>;
919
+
848
920
  interface TextInputProps {
849
921
  label?: string;
850
922
  name?: string;
@@ -879,7 +951,6 @@ interface TooltipMenuProps {
879
951
  onClick: () => void;
880
952
  }>;
881
953
  onClick: () => void;
882
- label: string;
883
954
  }
884
955
 
885
956
  declare const TooltipMenu: FC<TooltipMenuProps>;
@@ -910,6 +981,25 @@ interface TypeModule {
910
981
 
911
982
  declare const TypeModulesList: FC<TypeModulesListProps>;
912
983
 
984
+ interface UploadRatafiaZoneProps {
985
+ content: UploadRatafiaZoneContent;
986
+ handleDrop?: DragEventHandler<HTMLDivElement>;
987
+ handleDragOver?: DragEventHandler<HTMLDivElement>;
988
+ handleDragOut?: DragEventHandler<HTMLDivElement>;
989
+ documentUploadFileDialog?: () => void;
990
+ ctaDataQa: string;
991
+ }
992
+ interface UploadRatafiaZoneContent {
993
+ title: string;
994
+ description: string;
995
+ serviceTerms: React.ReactNode;
996
+ ctaLabel: string;
997
+ ctaIcon?: React.ReactNode;
998
+ ctaLink?: string;
999
+ }
1000
+
1001
+ declare const UploadRatafiaZone: FC<UploadRatafiaZoneProps>;
1002
+
913
1003
  interface AboutUsContentProps {
914
1004
  children: React.ReactNode;
915
1005
  image: React.ReactNode;
@@ -1010,6 +1100,15 @@ interface FaqGroupProps {
1010
1100
 
1011
1101
  declare const FaqGroup: React$1.FC<FaqGroupProps>;
1012
1102
 
1103
+ interface FeaturesRatafiaContentProps {
1104
+ title: string;
1105
+ description: React.ReactNode;
1106
+ notReleasedText?: string;
1107
+ features: FeatureRatafiaCardProps[];
1108
+ }
1109
+
1110
+ declare const FeaturesRatafiaContent: FC<FeaturesRatafiaContentProps>;
1111
+
1013
1112
  interface GuidelinesContentProps {
1014
1113
  title: string;
1015
1114
  image: React.ReactNode;
@@ -1018,6 +1117,15 @@ interface GuidelinesContentProps {
1018
1117
 
1019
1118
  declare const GuidelinesContent: FC<GuidelinesContentProps>;
1020
1119
 
1120
+ interface JumbotronRatafiaContentProps {
1121
+ title: string;
1122
+ body: React.ReactNode;
1123
+ image?: React.ReactNode;
1124
+ tags: TagRatafiaItemProps[];
1125
+ }
1126
+
1127
+ declare const JumbotronRatafiaContent: FC<JumbotronRatafiaContentProps>;
1128
+
1021
1129
  interface LenguageSelectorItem {
1022
1130
  code: string;
1023
1131
  url: string;
@@ -1060,6 +1168,13 @@ interface MobileBottomBarProps {
1060
1168
 
1061
1169
  declare const MobileBottomBar: FC<MobileBottomBarProps>;
1062
1170
 
1171
+ interface StepsRatafiaContentProps {
1172
+ title: string;
1173
+ steps: StepRatafiaCardProps[];
1174
+ }
1175
+
1176
+ declare const StepsRatafiaContent: FC<StepsRatafiaContentProps>;
1177
+
1063
1178
  interface TryOurFreeLegalBlogsContentProps {
1064
1179
  title: string;
1065
1180
  image: React.ReactNode;
@@ -1095,6 +1210,14 @@ interface AsSeeInSectionProps {
1095
1210
 
1096
1211
  declare const AsSeeInSection: FC<AsSeeInSectionProps>;
1097
1212
 
1213
+ interface BenefitsRatafiaSectionProps {
1214
+ title: string;
1215
+ description: string;
1216
+ benefits: BenefitRatafiaCardProps[];
1217
+ }
1218
+
1219
+ declare const BenefitsRatafiaSection: FC<BenefitsRatafiaSectionProps>;
1220
+
1098
1221
  interface BlogSectionProps {
1099
1222
  blogTitle: string;
1100
1223
  blogCta: string;
@@ -1119,10 +1242,18 @@ declare const ExpertsSection: FC<ExpertsSectionProps>;
1119
1242
 
1120
1243
  interface FaqSectionProps {
1121
1244
  groups: FaqGroupProps[];
1245
+ givenClass?: string;
1122
1246
  }
1123
1247
 
1124
1248
  declare const FaqSection: React$1.FC<FaqSectionProps>;
1125
1249
 
1250
+ interface FeaturesRatafiaSectionProps {
1251
+ content: FeaturesRatafiaContentProps;
1252
+ children?: React.ReactNode;
1253
+ }
1254
+
1255
+ declare const FeaturesRatafiaSection: FC<FeaturesRatafiaSectionProps>;
1256
+
1126
1257
  interface GuidelinesSectionProps {
1127
1258
  contentGuidelines: GuidelinesContentProps;
1128
1259
  }
@@ -1137,6 +1268,13 @@ interface HowGetYourFormsSectionProps {
1137
1268
 
1138
1269
  declare const HowGetYourFormsSection: React$1.FC<HowGetYourFormsSectionProps>;
1139
1270
 
1271
+ interface JumbotronRatafiaSectionProps {
1272
+ content: JumbotronRatafiaContentProps;
1273
+ children?: React.ReactNode;
1274
+ }
1275
+
1276
+ declare const JumbotronRatafiaSection: FC<JumbotronRatafiaSectionProps>;
1277
+
1140
1278
  interface JumbotronSimplifiedSectionProps {
1141
1279
  title: string;
1142
1280
  wrapperClassName?: string;
@@ -1152,6 +1290,17 @@ interface LegalSectionProps {
1152
1290
 
1153
1291
  declare const LegalSection: React$1.FC<LegalSectionProps>;
1154
1292
 
1293
+ interface MidBannerRatafiaSectionProps {
1294
+ title: string;
1295
+ paragraph: React.ReactNode;
1296
+ ctaLabel: string;
1297
+ ctaLink: string;
1298
+ ctaDataQa: string;
1299
+ image: React.ReactNode;
1300
+ }
1301
+
1302
+ declare const MidBannerRatafiaSection: FC<MidBannerRatafiaSectionProps>;
1303
+
1155
1304
  interface MoreDocsSectionProps {
1156
1305
  title: string;
1157
1306
  documents: MoreDocsItemProps[];
@@ -1166,6 +1315,22 @@ interface PeopleSayAboutUsSectionProps {
1166
1315
 
1167
1316
  declare const PeopleSayAboutUsSection: FC<PeopleSayAboutUsSectionProps>;
1168
1317
 
1318
+ interface StepsRatafiaSectionProps {
1319
+ title: string;
1320
+ steps: StepRatafiaCardProps[];
1321
+ videoUrl: string;
1322
+ }
1323
+
1324
+ declare const StepsRatafiaSection: FC<StepsRatafiaSectionProps>;
1325
+
1326
+ interface TryItRatafiaSectionProps {
1327
+ icon?: React.ReactNode;
1328
+ paragraph: string;
1329
+ children?: React.ReactNode;
1330
+ }
1331
+
1332
+ declare const TryItRatafiaSection: FC<TryItRatafiaSectionProps>;
1333
+
1169
1334
  interface TryOurFreeLegalBlogsSectionProps {
1170
1335
  contentTryOurFreeLegalBlogs: TryOurFreeLegalBlogsContentProps;
1171
1336
  }
@@ -1247,6 +1412,20 @@ interface LegalPageProps {
1247
1412
 
1248
1413
  declare const LegalPage: React$1.FC<LegalPageProps>;
1249
1414
 
1415
+ interface RatafiaLandingPageProps {
1416
+ jumbotronRatafiaSectionProps: JumbotronRatafiaSectionProps;
1417
+ stepsRatafiaSectionProps: StepsRatafiaSectionProps;
1418
+ benefitsRatafiaSectionProps: BenefitsRatafiaSectionProps;
1419
+ featuresRatafiaSectionProps: FeaturesRatafiaSectionProps;
1420
+ tryItRatafiaSectionProps: TryItRatafiaSectionProps;
1421
+ trustPilotBox?: React.ReactNode;
1422
+ midBannerRatafiaSectionProps: MidBannerRatafiaSectionProps;
1423
+ faqGroupProps: FaqGroupProps[];
1424
+ uploadZone?: React.ReactNode;
1425
+ }
1426
+
1427
+ declare const RatafiaLandingPage: React$1.FC<RatafiaLandingPageProps>;
1428
+
1250
1429
  interface UnsubscribePageProps {
1251
1430
  jumbotron: JumbotronStaticProps;
1252
1431
  unsubscribeSection: UnsubscribeSectionProps;
@@ -1267,4 +1446,4 @@ interface UseIsMobileOrTablePropsReturn {
1267
1446
  }
1268
1447
  declare const useIsMobileOrTable: () => UseIsMobileOrTablePropsReturn;
1269
1448
 
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 };
1449
+ 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.1.2",
3
+ "version": "3.1.3",
4
4
  "dependencies": {
5
5
  "@testing-library/jest-dom": "^6.4.6",
6
6
  "@tippyjs/react": "4.2.6",