@npm_leadtech/legal-lib-components 3.1.1 → 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 (148) 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/FeatureRatafiaCard/FeatureRatafiaCard.d.ts +5 -0
  9. package/dist/cjs/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCardProps.types.d.ts +8 -0
  10. package/dist/cjs/src/components/atoms/FeatureRatafiaCard/index.d.ts +2 -0
  11. package/dist/cjs/src/components/atoms/StepRatafiaCard/StepRatafiaCard.d.ts +5 -0
  12. package/dist/cjs/src/components/atoms/StepRatafiaCard/StepRatafiaCardProps.types.d.ts +6 -0
  13. package/dist/cjs/src/components/atoms/StepRatafiaCard/index.d.ts +2 -0
  14. package/dist/cjs/src/components/atoms/TagRatafiaItem/TagRatafiaItem.d.ts +5 -0
  15. package/dist/cjs/src/components/atoms/TagRatafiaItem/TagRatafiaItemProps.types.d.ts +5 -0
  16. package/dist/cjs/src/components/atoms/TagRatafiaItem/index.d.ts +2 -0
  17. package/dist/cjs/src/components/atoms/index.d.ts +4 -0
  18. package/dist/cjs/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardList.d.ts +5 -0
  19. package/dist/cjs/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardListProps.types.d.ts +4 -0
  20. package/dist/cjs/src/components/molecules/BenefitRatafiaCardList/index.d.ts +2 -0
  21. package/dist/cjs/src/components/molecules/FeatureRatafiaCardList/FeatureRatafiaCardList.d.ts +5 -0
  22. package/dist/cjs/src/components/molecules/FeatureRatafiaCardList/FeatureRatafiaCardListProps.types.d.ts +5 -0
  23. package/dist/cjs/src/components/molecules/FeatureRatafiaCardList/index.d.ts +2 -0
  24. package/dist/cjs/src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContent.d.ts +5 -0
  25. package/dist/cjs/src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContentProps.types.d.ts +7 -0
  26. package/dist/cjs/src/components/molecules/MidBannerRatafiaContent/index.d.ts +2 -0
  27. package/dist/cjs/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.d.ts +5 -0
  28. package/dist/cjs/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSampleProps.types.d.ts +3 -0
  29. package/dist/cjs/src/components/molecules/MidBannerRatafiaSample/index.d.ts +2 -0
  30. package/dist/cjs/src/components/molecules/StepRatafiaCardList/StepRatafiaCardList.d.ts +5 -0
  31. package/dist/cjs/src/components/molecules/StepRatafiaCardList/StepRatafiaCardListProps.types.d.ts +4 -0
  32. package/dist/cjs/src/components/molecules/StepRatafiaCardList/index.d.ts +2 -0
  33. package/dist/cjs/src/components/molecules/TagsRatafiaList/TagsRatafiaList.d.ts +5 -0
  34. package/dist/cjs/src/components/molecules/TagsRatafiaList/TagsRatafiaListProps.types.d.ts +4 -0
  35. package/dist/cjs/src/components/molecules/TagsRatafiaList/index.d.ts +2 -0
  36. package/dist/cjs/src/components/molecules/UploadRatafiaZone/UploadRatafiaZone.d.ts +5 -0
  37. package/dist/cjs/src/components/molecules/UploadRatafiaZone/UploadRatafiaZoneProps.types.d.ts +18 -0
  38. package/dist/cjs/src/components/molecules/UploadRatafiaZone/index.d.ts +2 -0
  39. package/dist/cjs/src/components/molecules/index.d.ts +7 -0
  40. package/dist/cjs/src/components/organisms/FeaturesRatafiaContent/FeaturesRatafiaContent.d.ts +5 -0
  41. package/dist/cjs/src/components/organisms/FeaturesRatafiaContent/FeaturesRatafiaContentProps.types.d.ts +7 -0
  42. package/dist/cjs/src/components/organisms/FeaturesRatafiaContent/index.d.ts +2 -0
  43. package/dist/cjs/src/components/organisms/JumbotronRatafiaContent/JumbotronRatafiaContent.d.ts +5 -0
  44. package/dist/cjs/src/components/organisms/JumbotronRatafiaContent/JumbotronRatafiaContentProps.types.d.ts +7 -0
  45. package/dist/cjs/src/components/organisms/JumbotronRatafiaContent/index.d.ts +2 -0
  46. package/dist/cjs/src/components/organisms/StepsRatafiaContent/StepsRatafiaContent.d.ts +5 -0
  47. package/dist/cjs/src/components/organisms/StepsRatafiaContent/StepsRatafiaContentProps.types.d.ts +5 -0
  48. package/dist/cjs/src/components/organisms/StepsRatafiaContent/index.d.ts +2 -0
  49. package/dist/cjs/src/components/organisms/index.d.ts +3 -0
  50. package/dist/cjs/src/components/pages/RatafiaLandingPage/RatafiaLandingPage.d.ts +3 -0
  51. package/dist/cjs/src/components/pages/RatafiaLandingPage/RatafiaLandingPageProps.types.d.ts +13 -0
  52. package/dist/cjs/src/components/pages/RatafiaLandingPage/index.d.ts +2 -0
  53. package/dist/cjs/src/components/pages/index.d.ts +1 -0
  54. package/dist/cjs/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.d.ts +5 -0
  55. package/dist/cjs/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSectionProps.types.d.ts +6 -0
  56. package/dist/cjs/src/components/sections/BenefitsRatafiaSection/index.d.ts +2 -0
  57. package/dist/cjs/src/components/sections/FaqSection/FaqSectionProps.d.ts +1 -0
  58. package/dist/cjs/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.d.ts +5 -0
  59. package/dist/cjs/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSectionProps.types.d.ts +5 -0
  60. package/dist/cjs/src/components/sections/FeaturesRatafiaSection/index.d.ts +2 -0
  61. package/dist/cjs/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSection.d.ts +5 -0
  62. package/dist/cjs/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSectionProps.types.d.ts +5 -0
  63. package/dist/cjs/src/components/sections/JumbotronRatafiaSection/index.d.ts +2 -0
  64. package/dist/cjs/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.d.ts +5 -0
  65. package/dist/cjs/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSectionProps.types.d.ts +8 -0
  66. package/dist/cjs/src/components/sections/MidBannerRatafiaSection/index.d.ts +2 -0
  67. package/dist/cjs/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.d.ts +5 -0
  68. package/dist/cjs/src/components/sections/StepsRatafiaSection/StepsRatafiaSectionProps.types.d.ts +6 -0
  69. package/dist/cjs/src/components/sections/StepsRatafiaSection/index.d.ts +2 -0
  70. package/dist/cjs/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.d.ts +5 -0
  71. package/dist/cjs/src/components/sections/TryItRatafiaSection/TryItRatafiaSectionProps.types.d.ts +5 -0
  72. package/dist/cjs/src/components/sections/TryItRatafiaSection/index.d.ts +2 -0
  73. package/dist/cjs/src/components/sections/index.d.ts +6 -0
  74. package/dist/esm/index.js +4 -4
  75. package/dist/esm/index.js.map +1 -1
  76. package/dist/esm/legal-lib-components.css +518 -0
  77. package/dist/esm/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.d.ts +5 -0
  78. package/dist/esm/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCardProps.types.d.ts +6 -0
  79. package/dist/esm/src/components/atoms/BenefitRatafiaCard/index.d.ts +2 -0
  80. package/dist/esm/src/components/atoms/Disclaimer/DisclaimerProps.types.d.ts +0 -3
  81. package/dist/esm/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.d.ts +5 -0
  82. package/dist/esm/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCardProps.types.d.ts +8 -0
  83. package/dist/esm/src/components/atoms/FeatureRatafiaCard/index.d.ts +2 -0
  84. package/dist/esm/src/components/atoms/StepRatafiaCard/StepRatafiaCard.d.ts +5 -0
  85. package/dist/esm/src/components/atoms/StepRatafiaCard/StepRatafiaCardProps.types.d.ts +6 -0
  86. package/dist/esm/src/components/atoms/StepRatafiaCard/index.d.ts +2 -0
  87. package/dist/esm/src/components/atoms/TagRatafiaItem/TagRatafiaItem.d.ts +5 -0
  88. package/dist/esm/src/components/atoms/TagRatafiaItem/TagRatafiaItemProps.types.d.ts +5 -0
  89. package/dist/esm/src/components/atoms/TagRatafiaItem/index.d.ts +2 -0
  90. package/dist/esm/src/components/atoms/index.d.ts +4 -0
  91. package/dist/esm/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardList.d.ts +5 -0
  92. package/dist/esm/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardListProps.types.d.ts +4 -0
  93. package/dist/esm/src/components/molecules/BenefitRatafiaCardList/index.d.ts +2 -0
  94. package/dist/esm/src/components/molecules/FeatureRatafiaCardList/FeatureRatafiaCardList.d.ts +5 -0
  95. package/dist/esm/src/components/molecules/FeatureRatafiaCardList/FeatureRatafiaCardListProps.types.d.ts +5 -0
  96. package/dist/esm/src/components/molecules/FeatureRatafiaCardList/index.d.ts +2 -0
  97. package/dist/esm/src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContent.d.ts +5 -0
  98. package/dist/esm/src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContentProps.types.d.ts +7 -0
  99. package/dist/esm/src/components/molecules/MidBannerRatafiaContent/index.d.ts +2 -0
  100. package/dist/esm/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.d.ts +5 -0
  101. package/dist/esm/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSampleProps.types.d.ts +3 -0
  102. package/dist/esm/src/components/molecules/MidBannerRatafiaSample/index.d.ts +2 -0
  103. package/dist/esm/src/components/molecules/StepRatafiaCardList/StepRatafiaCardList.d.ts +5 -0
  104. package/dist/esm/src/components/molecules/StepRatafiaCardList/StepRatafiaCardListProps.types.d.ts +4 -0
  105. package/dist/esm/src/components/molecules/StepRatafiaCardList/index.d.ts +2 -0
  106. package/dist/esm/src/components/molecules/TagsRatafiaList/TagsRatafiaList.d.ts +5 -0
  107. package/dist/esm/src/components/molecules/TagsRatafiaList/TagsRatafiaListProps.types.d.ts +4 -0
  108. package/dist/esm/src/components/molecules/TagsRatafiaList/index.d.ts +2 -0
  109. package/dist/esm/src/components/molecules/UploadRatafiaZone/UploadRatafiaZone.d.ts +5 -0
  110. package/dist/esm/src/components/molecules/UploadRatafiaZone/UploadRatafiaZoneProps.types.d.ts +18 -0
  111. package/dist/esm/src/components/molecules/UploadRatafiaZone/index.d.ts +2 -0
  112. package/dist/esm/src/components/molecules/index.d.ts +7 -0
  113. package/dist/esm/src/components/organisms/FeaturesRatafiaContent/FeaturesRatafiaContent.d.ts +5 -0
  114. package/dist/esm/src/components/organisms/FeaturesRatafiaContent/FeaturesRatafiaContentProps.types.d.ts +7 -0
  115. package/dist/esm/src/components/organisms/FeaturesRatafiaContent/index.d.ts +2 -0
  116. package/dist/esm/src/components/organisms/JumbotronRatafiaContent/JumbotronRatafiaContent.d.ts +5 -0
  117. package/dist/esm/src/components/organisms/JumbotronRatafiaContent/JumbotronRatafiaContentProps.types.d.ts +7 -0
  118. package/dist/esm/src/components/organisms/JumbotronRatafiaContent/index.d.ts +2 -0
  119. package/dist/esm/src/components/organisms/StepsRatafiaContent/StepsRatafiaContent.d.ts +5 -0
  120. package/dist/esm/src/components/organisms/StepsRatafiaContent/StepsRatafiaContentProps.types.d.ts +5 -0
  121. package/dist/esm/src/components/organisms/StepsRatafiaContent/index.d.ts +2 -0
  122. package/dist/esm/src/components/organisms/index.d.ts +3 -0
  123. package/dist/esm/src/components/pages/RatafiaLandingPage/RatafiaLandingPage.d.ts +3 -0
  124. package/dist/esm/src/components/pages/RatafiaLandingPage/RatafiaLandingPageProps.types.d.ts +13 -0
  125. package/dist/esm/src/components/pages/RatafiaLandingPage/index.d.ts +2 -0
  126. package/dist/esm/src/components/pages/index.d.ts +1 -0
  127. package/dist/esm/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.d.ts +5 -0
  128. package/dist/esm/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSectionProps.types.d.ts +6 -0
  129. package/dist/esm/src/components/sections/BenefitsRatafiaSection/index.d.ts +2 -0
  130. package/dist/esm/src/components/sections/FaqSection/FaqSectionProps.d.ts +1 -0
  131. package/dist/esm/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.d.ts +5 -0
  132. package/dist/esm/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSectionProps.types.d.ts +5 -0
  133. package/dist/esm/src/components/sections/FeaturesRatafiaSection/index.d.ts +2 -0
  134. package/dist/esm/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSection.d.ts +5 -0
  135. package/dist/esm/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSectionProps.types.d.ts +5 -0
  136. package/dist/esm/src/components/sections/JumbotronRatafiaSection/index.d.ts +2 -0
  137. package/dist/esm/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.d.ts +5 -0
  138. package/dist/esm/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSectionProps.types.d.ts +8 -0
  139. package/dist/esm/src/components/sections/MidBannerRatafiaSection/index.d.ts +2 -0
  140. package/dist/esm/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.d.ts +5 -0
  141. package/dist/esm/src/components/sections/StepsRatafiaSection/StepsRatafiaSectionProps.types.d.ts +6 -0
  142. package/dist/esm/src/components/sections/StepsRatafiaSection/index.d.ts +2 -0
  143. package/dist/esm/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.d.ts +5 -0
  144. package/dist/esm/src/components/sections/TryItRatafiaSection/TryItRatafiaSectionProps.types.d.ts +5 -0
  145. package/dist/esm/src/components/sections/TryItRatafiaSection/index.d.ts +2 -0
  146. package/dist/esm/src/components/sections/index.d.ts +6 -0
  147. package/dist/index.d.ts +188 -5
  148. 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 | undefined;
160
- complexCopyRightMobile?: React.ReactNode | undefined;
161
167
  }
162
168
 
163
169
  declare const Disclaimer: FC<DisclaimerProps>;
@@ -192,6 +198,17 @@ interface ExpertCardProps {
192
198
 
193
199
  declare const ExpertCard: FC<ExpertCardProps>;
194
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
+
195
212
  interface FormFaqProps {
196
213
  title: string;
197
214
  answer: string;
@@ -457,12 +474,29 @@ interface SpinnerProps {
457
474
 
458
475
  declare const Spinner: FC<SpinnerProps>;
459
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
+
460
486
  interface TaglineProps {
461
487
  text: string;
462
488
  }
463
489
 
464
490
  declare const Tagline: FC<TaglineProps>;
465
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
+
466
500
  interface TextAreaProps {
467
501
  dataQa: string;
468
502
  value?: string;
@@ -587,6 +621,12 @@ interface BaseBoxListProps {
587
621
 
588
622
  declare const BaseBoxList: FC<BaseBoxListProps>;
589
623
 
624
+ interface BenefitRatafiaCardListProps {
625
+ benefits: BenefitRatafiaCardProps[];
626
+ }
627
+
628
+ declare const BenefitRatafiaCardList: FC<BenefitRatafiaCardListProps>;
629
+
590
630
  interface BottomFixedBarProps {
591
631
  text: string | React.ReactNode;
592
632
  button: ButtonProps;
@@ -694,6 +734,13 @@ interface FaqItemProps {
694
734
 
695
735
  declare const FaqItem: React$1.FC<FaqItemProps>;
696
736
 
737
+ interface FeatureRatafiaCardListProps {
738
+ features: FeatureRatafiaCardProps[];
739
+ notReleasedText: string;
740
+ }
741
+
742
+ declare const FeatureRatafiaCardList: FC<FeatureRatafiaCardListProps>;
743
+
697
744
  interface FeedbackProps {
698
745
  theme?: 'success' | 'error';
699
746
  title?: string;
@@ -736,6 +783,22 @@ interface MenuItemsSectionProps {
736
783
 
737
784
  declare const MenuItemsSection: FC<MenuItemsSectionProps>;
738
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
+
739
802
  interface MoreDocsDesktopProps {
740
803
  title: string;
741
804
  documents: MoreDocsItemProps[];
@@ -842,6 +905,18 @@ interface StepGetFormProps {
842
905
 
843
906
  declare const StepGetForm: React$1.FC<StepGetFormProps>;
844
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
+
845
920
  interface TextInputProps {
846
921
  label?: string;
847
922
  name?: string;
@@ -906,6 +981,25 @@ interface TypeModule {
906
981
 
907
982
  declare const TypeModulesList: FC<TypeModulesListProps>;
908
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
+
909
1003
  interface AboutUsContentProps {
910
1004
  children: React.ReactNode;
911
1005
  image: React.ReactNode;
@@ -1006,6 +1100,15 @@ interface FaqGroupProps {
1006
1100
 
1007
1101
  declare const FaqGroup: React$1.FC<FaqGroupProps>;
1008
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
+
1009
1112
  interface GuidelinesContentProps {
1010
1113
  title: string;
1011
1114
  image: React.ReactNode;
@@ -1014,6 +1117,15 @@ interface GuidelinesContentProps {
1014
1117
 
1015
1118
  declare const GuidelinesContent: FC<GuidelinesContentProps>;
1016
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
+
1017
1129
  interface LenguageSelectorItem {
1018
1130
  code: string;
1019
1131
  url: string;
@@ -1056,6 +1168,13 @@ interface MobileBottomBarProps {
1056
1168
 
1057
1169
  declare const MobileBottomBar: FC<MobileBottomBarProps>;
1058
1170
 
1171
+ interface StepsRatafiaContentProps {
1172
+ title: string;
1173
+ steps: StepRatafiaCardProps[];
1174
+ }
1175
+
1176
+ declare const StepsRatafiaContent: FC<StepsRatafiaContentProps>;
1177
+
1059
1178
  interface TryOurFreeLegalBlogsContentProps {
1060
1179
  title: string;
1061
1180
  image: React.ReactNode;
@@ -1091,6 +1210,14 @@ interface AsSeeInSectionProps {
1091
1210
 
1092
1211
  declare const AsSeeInSection: FC<AsSeeInSectionProps>;
1093
1212
 
1213
+ interface BenefitsRatafiaSectionProps {
1214
+ title: string;
1215
+ description: string;
1216
+ benefits: BenefitRatafiaCardProps[];
1217
+ }
1218
+
1219
+ declare const BenefitsRatafiaSection: FC<BenefitsRatafiaSectionProps>;
1220
+
1094
1221
  interface BlogSectionProps {
1095
1222
  blogTitle: string;
1096
1223
  blogCta: string;
@@ -1115,10 +1242,18 @@ declare const ExpertsSection: FC<ExpertsSectionProps>;
1115
1242
 
1116
1243
  interface FaqSectionProps {
1117
1244
  groups: FaqGroupProps[];
1245
+ givenClass?: string;
1118
1246
  }
1119
1247
 
1120
1248
  declare const FaqSection: React$1.FC<FaqSectionProps>;
1121
1249
 
1250
+ interface FeaturesRatafiaSectionProps {
1251
+ content: FeaturesRatafiaContentProps;
1252
+ children?: React.ReactNode;
1253
+ }
1254
+
1255
+ declare const FeaturesRatafiaSection: FC<FeaturesRatafiaSectionProps>;
1256
+
1122
1257
  interface GuidelinesSectionProps {
1123
1258
  contentGuidelines: GuidelinesContentProps;
1124
1259
  }
@@ -1133,6 +1268,13 @@ interface HowGetYourFormsSectionProps {
1133
1268
 
1134
1269
  declare const HowGetYourFormsSection: React$1.FC<HowGetYourFormsSectionProps>;
1135
1270
 
1271
+ interface JumbotronRatafiaSectionProps {
1272
+ content: JumbotronRatafiaContentProps;
1273
+ children?: React.ReactNode;
1274
+ }
1275
+
1276
+ declare const JumbotronRatafiaSection: FC<JumbotronRatafiaSectionProps>;
1277
+
1136
1278
  interface JumbotronSimplifiedSectionProps {
1137
1279
  title: string;
1138
1280
  wrapperClassName?: string;
@@ -1148,6 +1290,17 @@ interface LegalSectionProps {
1148
1290
 
1149
1291
  declare const LegalSection: React$1.FC<LegalSectionProps>;
1150
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
+
1151
1304
  interface MoreDocsSectionProps {
1152
1305
  title: string;
1153
1306
  documents: MoreDocsItemProps[];
@@ -1162,6 +1315,22 @@ interface PeopleSayAboutUsSectionProps {
1162
1315
 
1163
1316
  declare const PeopleSayAboutUsSection: FC<PeopleSayAboutUsSectionProps>;
1164
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
+
1165
1334
  interface TryOurFreeLegalBlogsSectionProps {
1166
1335
  contentTryOurFreeLegalBlogs: TryOurFreeLegalBlogsContentProps;
1167
1336
  }
@@ -1243,6 +1412,20 @@ interface LegalPageProps {
1243
1412
 
1244
1413
  declare const LegalPage: React$1.FC<LegalPageProps>;
1245
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
+
1246
1429
  interface UnsubscribePageProps {
1247
1430
  jumbotron: JumbotronStaticProps;
1248
1431
  unsubscribeSection: UnsubscribeSectionProps;
@@ -1263,4 +1446,4 @@ interface UseIsMobileOrTablePropsReturn {
1263
1446
  }
1264
1447
  declare const useIsMobileOrTable: () => UseIsMobileOrTablePropsReturn;
1265
1448
 
1266
- 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.1",
3
+ "version": "3.1.3",
4
4
  "dependencies": {
5
5
  "@testing-library/jest-dom": "^6.4.6",
6
6
  "@tippyjs/react": "4.2.6",