@npm_leadtech/legal-lib-components 4.1.16 → 4.1.17

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 (522) hide show
  1. package/dist/images/componentsSvg/ArrowRight.js +2 -0
  2. package/dist/images/componentsSvg/ChevronExpandLess.js +2 -0
  3. package/dist/images/componentsSvg/ChevronExpandMore.js +2 -0
  4. package/dist/images/componentsSvg/ChevronRight.js +2 -0
  5. package/dist/images/componentsSvg/ChevronRight24px.js +2 -0
  6. package/dist/images/componentsSvg/Done24px.js +2 -0
  7. package/dist/images/componentsSvg/Done24pxoutlined.js +4 -0
  8. package/dist/images/componentsSvg/InfoError24pxOutlined.js +2 -0
  9. package/dist/images/componentsSvg/MailSvg.js +4 -0
  10. package/dist/images/componentsSvg/MenuCollapse24p.js +2 -0
  11. package/dist/images/componentsSvg/NewRelease24p.js +2 -0
  12. package/dist/images/componentsSvg/SvgProps.js +1 -0
  13. package/dist/images/componentsSvg/SymbolDoc.js +4 -0
  14. package/dist/images/componentsSvg/Time24px.js +2 -0
  15. package/dist/images/componentsSvg/flags/GBFlag.js +4 -0
  16. package/dist/images/componentsSvg/flags/USFlag.js +4 -0
  17. package/dist/images/componentsSvg/generalCategories/BusinessIconCategory.js +4 -0
  18. package/dist/images/componentsSvg/generalCategories/EmploymentIconCategory.js +4 -0
  19. package/dist/images/componentsSvg/generalCategories/FinanceIconCategory.js +4 -0
  20. package/dist/images/componentsSvg/generalCategories/PersonalFamilyIconCategory.js +4 -0
  21. package/dist/images/componentsSvg/generalCategories/RealEstateIconCategory.js +4 -0
  22. package/dist/images/componentsSvg/generalCategories/index.js +5 -0
  23. package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.js +6 -0
  24. package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCardProps.types.js +1 -0
  25. package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/index.js +1 -0
  26. package/dist/src/components/atoms/AddButton/AddButton.js +6 -0
  27. package/dist/src/components/atoms/AddButton/AddButtonProps.types.js +1 -0
  28. package/dist/src/components/atoms/AddButton/index.js +1 -0
  29. package/dist/src/components/atoms/BaseBox/BaseBox.js +15 -0
  30. package/dist/src/components/atoms/BaseBox/BaseBox.styled.js +24 -0
  31. package/dist/src/components/atoms/BaseBox/BaseBoxProps.types.js +1 -0
  32. package/dist/src/components/atoms/BaseBox/index.js +1 -0
  33. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.js +6 -0
  34. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCardProps.types.js +1 -0
  35. package/dist/src/components/atoms/BenefitRatafiaCard/index.js +1 -0
  36. package/dist/src/components/atoms/BillCard/BillCard.js +6 -0
  37. package/dist/src/components/atoms/BillCard/BillCardProps.types.js +1 -0
  38. package/dist/src/components/atoms/BillCard/index.js +1 -0
  39. package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.js +7 -0
  40. package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenuProps.types.js +1 -0
  41. package/dist/src/components/atoms/BottomOverlayMenu/index.js +1 -0
  42. package/dist/src/components/atoms/BreadcrumItem/BreadcrumItem.js +7 -0
  43. package/dist/src/components/atoms/BreadcrumItem/BreadcrumItemProps.types.js +1 -0
  44. package/dist/src/components/atoms/BreadcrumItem/index.js +1 -0
  45. package/dist/src/components/atoms/Button/Button.js +54 -0
  46. package/dist/src/components/atoms/Button/ButtonProps.types.js +1 -0
  47. package/dist/src/components/atoms/Button/index.js +1 -0
  48. package/dist/src/components/atoms/ButtonIcon/ButtonIcon.js +26 -0
  49. package/dist/src/components/atoms/ButtonIcon/ButtonIconProps.types.js +1 -0
  50. package/dist/src/components/atoms/ButtonIcon/index.js +1 -0
  51. package/dist/src/components/atoms/CardPane/CardPane.js +9 -0
  52. package/dist/src/components/atoms/CardPane/CardPaneInfo.js +15 -0
  53. package/dist/src/components/atoms/CardPane/CardPaneProps.types.js +1 -0
  54. package/dist/src/components/atoms/CardPane/index.js +1 -0
  55. package/dist/src/components/atoms/Checkbox/Checkbox.js +7 -0
  56. package/dist/src/components/atoms/Checkbox/CheckboxProps.types.js +1 -0
  57. package/dist/src/components/atoms/Checkbox/index.js +1 -0
  58. package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.js +79 -0
  59. package/dist/src/components/atoms/DatePickerCustom/DatePickerCustomProps.types.js +1 -0
  60. package/dist/src/components/atoms/DatePickerCustom/index.js +1 -14680
  61. package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.js +53 -0
  62. package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIconProps.types.js +1 -0
  63. package/dist/src/components/atoms/DialogMenuIcon/index.js +1 -0
  64. package/dist/src/components/atoms/Disclaimer/Disclaimer.js +9 -0
  65. package/dist/src/components/atoms/Disclaimer/DisclaimerProps.types.js +1 -0
  66. package/dist/src/components/atoms/Disclaimer/index.js +1 -0
  67. package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.js +21 -0
  68. package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafiaProps.js +1 -0
  69. package/dist/src/components/atoms/DisclaimerRatafia/index.js +1 -0
  70. package/dist/src/components/atoms/Divider/Divider.js +8 -0
  71. package/dist/src/components/atoms/Divider/DividerProps.types.js +1 -0
  72. package/dist/src/components/atoms/Divider/index.js +1 -0
  73. package/dist/src/components/atoms/DocumentStatus/DocumentStatus.js +15 -0
  74. package/dist/src/components/atoms/DocumentStatus/DocumentStatusProps.types.js +1 -0
  75. package/dist/src/components/atoms/DocumentStatus/index.js +1 -0
  76. package/dist/src/components/atoms/DocumentTag/DocumentTag.js +7 -0
  77. package/dist/src/components/atoms/DocumentTag/DocumentTagProps.js +1 -0
  78. package/dist/src/components/atoms/DocumentTag/index.js +1 -0
  79. package/dist/src/components/atoms/ExpertCard/ExpertCard.js +6 -0
  80. package/dist/src/components/atoms/ExpertCard/ExpertCardProps.types.js +1 -0
  81. package/dist/src/components/atoms/ExpertCard/index.js +1 -0
  82. package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.js +6 -0
  83. package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCardProps.types.js +1 -0
  84. package/dist/src/components/atoms/FeatureRatafiaCard/index.js +1 -0
  85. package/dist/src/components/atoms/FormFaq/FormFaq.js +6 -0
  86. package/dist/src/components/atoms/FormFaq/FormFaqProps.types.js +1 -0
  87. package/dist/src/components/atoms/FormFaq/index.js +1 -0
  88. package/dist/src/components/atoms/GoogleButton/GoogleButton.js +7 -0
  89. package/dist/src/components/atoms/GoogleButton/GoogleButtonProps.types.js +1 -0
  90. package/dist/src/components/atoms/GoogleButton/index.js +1 -0
  91. package/dist/src/components/atoms/IconImage/IconImage.js +9 -0
  92. package/dist/src/components/atoms/IconImage/IconImageProps.types.js +1 -0
  93. package/dist/src/components/atoms/IconImage/index.js +1 -0
  94. package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.js +15 -0
  95. package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColorProps.types.js +1 -0
  96. package/dist/src/components/atoms/IconSvgURLWithThemeColor/index.js +1 -0
  97. package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.js +6 -0
  98. package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.types.js +1 -0
  99. package/dist/src/components/atoms/IconTextInfoSection/index.js +1 -0
  100. package/dist/src/components/atoms/InfoBox/InfoBox.js +7 -0
  101. package/dist/src/components/atoms/InfoBox/InfoBoxProps.types.js +1 -0
  102. package/dist/src/components/atoms/InfoBox/index.js +1 -0
  103. package/dist/src/components/atoms/JumbotronStatic/JumbotronStatic.js +5 -0
  104. package/dist/src/components/atoms/JumbotronStatic/JumbotronStaticProps.types.js +1 -0
  105. package/dist/src/components/atoms/JumbotronStatic/index.js +1 -0
  106. package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.js +6 -0
  107. package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCardProps.types.js +1 -0
  108. package/dist/src/components/atoms/KeyFactRatafiaCard/index.js +1 -0
  109. package/dist/src/components/atoms/Logo/Logo.js +48 -0
  110. package/dist/src/components/atoms/Logo/LogoProps.types.js +1 -0
  111. package/dist/src/components/atoms/Logo/index.js +1 -0
  112. package/dist/src/components/atoms/LogoText/LogoText.js +6 -0
  113. package/dist/src/components/atoms/LogoText/LogoTextProps.types.js +1 -0
  114. package/dist/src/components/atoms/LogoText/index.js +1 -0
  115. package/dist/src/components/atoms/MenuItems/MenuItemProps.types.js +1 -0
  116. package/dist/src/components/atoms/MenuItems/MenuItems.js +41 -0
  117. package/dist/src/components/atoms/MenuItems/index.js +1 -0
  118. package/dist/src/components/atoms/Message/Message.js +8 -0
  119. package/dist/src/components/atoms/Message/MessageProps.types.js +1 -0
  120. package/dist/src/components/atoms/Message/index.js +1 -0
  121. package/dist/src/components/atoms/MessageInformation/MessageInformation.js +6 -0
  122. package/dist/src/components/atoms/MessageInformation/MessageInformationProps.types.js +1 -0
  123. package/dist/src/components/atoms/MessageInformation/index.js +1 -0
  124. package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.js +12 -0
  125. package/dist/src/components/atoms/MoreDocsItem/MoreDocsItemProps.js +1 -0
  126. package/dist/src/components/atoms/MoreDocsItem/index.js +2 -0
  127. package/dist/src/components/atoms/NavMenuItem/NavMenuItem.js +8 -0
  128. package/dist/src/components/atoms/NavMenuItem/NavMenuItemProps.js +1 -0
  129. package/dist/src/components/atoms/NavMenuItem/index.js +2 -0
  130. package/dist/src/components/atoms/PaypalButton/PaypalButton.js +7 -0
  131. package/dist/src/components/atoms/PaypalButton/PaypalButtonProps.types.js +1 -0
  132. package/dist/src/components/atoms/PaypalButton/index.js +1 -0
  133. package/dist/src/components/atoms/PopularDocsItem/PopularDocsItem.js +7 -0
  134. package/dist/src/components/atoms/PopularDocsItem/PopularDocsItemProps.js +1 -0
  135. package/dist/src/components/atoms/PopularDocsItem/index.js +2 -0
  136. package/dist/src/components/atoms/ProgressBar/ProgressBar.js +7 -0
  137. package/dist/src/components/atoms/ProgressBar/ProgressBarProps.types.js +1 -0
  138. package/dist/src/components/atoms/ProgressBar/index.js +1 -0
  139. package/dist/src/components/atoms/Radio/Radio.js +20 -0
  140. package/dist/src/components/atoms/Radio/RadioProps.types.js +1 -0
  141. package/dist/src/components/atoms/Radio/index.js +1 -0
  142. package/dist/src/components/atoms/RemoveButton/RemoveButton.js +7 -0
  143. package/dist/src/components/atoms/RemoveButton/RemoveButtonProps.types.js +1 -0
  144. package/dist/src/components/atoms/RemoveButton/index.js +1 -0
  145. package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.js +6 -0
  146. package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafiaProps.types.js +1 -0
  147. package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/index.js +1 -0
  148. package/dist/src/components/atoms/RichTextInner/RichTextInner.js +4 -0
  149. package/dist/src/components/atoms/RichTextInner/RichTextInnerProps.types.js +1 -0
  150. package/dist/src/components/atoms/RichTextInner/index.js +1 -0
  151. package/dist/src/components/atoms/RichTextStrapi/RichTextMedia.js +1 -0
  152. package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.js +9 -0
  153. package/dist/src/components/atoms/RichTextStrapi/RichTextStrapiProps.js +1 -0
  154. package/dist/src/components/atoms/RichTextStrapi/index.js +1 -0
  155. package/dist/src/components/atoms/RichTextStrapi/useFormattedText.js +24 -0
  156. package/dist/src/components/atoms/SearchSelect/SearchSelect.js +55 -0
  157. package/dist/src/components/atoms/SearchSelect/SearchSelectProps.types.js +1 -0
  158. package/dist/src/components/atoms/SearchSelect/index.js +1 -0
  159. package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.js +13 -0
  160. package/dist/src/components/atoms/ShowMoreBox/ShowMoreBoxProps.js +1 -0
  161. package/dist/src/components/atoms/ShowMoreBox/index.js +1 -0
  162. package/dist/src/components/atoms/SidemenuTab/SideMenuTabProps.types.js +1 -0
  163. package/dist/src/components/atoms/SidemenuTab/SidemenuTab.js +17 -0
  164. package/dist/src/components/atoms/SidemenuTab/index.js +1 -0
  165. package/dist/src/components/atoms/Spinner/Spinner.js +6 -0
  166. package/dist/src/components/atoms/Spinner/SpinnerProps.types.js +1 -0
  167. package/dist/src/components/atoms/Spinner/index.js +1 -0
  168. package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.js +6 -0
  169. package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCardProps.types.js +1 -0
  170. package/dist/src/components/atoms/StepRatafiaCard/index.js +1 -0
  171. package/dist/src/components/atoms/Tag/Tag.js +5 -0
  172. package/dist/src/components/atoms/Tag/TagProps.js +1 -0
  173. package/dist/src/components/atoms/Tag/index.js +2 -0
  174. package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.js +6 -0
  175. package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItemProps.types.js +1 -0
  176. package/dist/src/components/atoms/TagRatafiaItem/index.js +1 -0
  177. package/dist/src/components/atoms/Tagline/Tagline.js +5 -0
  178. package/dist/src/components/atoms/Tagline/TaglineProps.types.js +1 -0
  179. package/dist/src/components/atoms/Tagline/index.js +1 -0
  180. package/dist/src/components/atoms/TestAB/TestAB.js +23 -0
  181. package/dist/src/components/atoms/TextArea/TextArea.js +9 -0
  182. package/dist/src/components/atoms/TextArea/TextAreaProps.types.js +1 -0
  183. package/dist/src/components/atoms/TextArea/index.js +1 -0
  184. package/dist/src/components/atoms/Toggle/Toggle.js +6 -0
  185. package/dist/src/components/atoms/Toggle/ToggleProps.types.js +1 -0
  186. package/dist/src/components/atoms/Toggle/index.js +1 -0
  187. package/dist/src/components/atoms/Tooltip/Tooltip.js +14 -0
  188. package/dist/src/components/atoms/Tooltip/TooltipProps.types.js +1 -0
  189. package/dist/src/components/atoms/Tooltip/index.js +1 -0
  190. package/dist/src/components/atoms/TopBar/TopBar.js +12 -0
  191. package/dist/src/components/atoms/TopBar/TopBarProps.types.js +1 -0
  192. package/dist/src/components/atoms/TopBar/index.js +1 -0
  193. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.js +9 -0
  194. package/dist/src/components/atoms/TopBarMobile/index.js +1 -0
  195. package/dist/src/components/atoms/TrustPilot/TrustPilot.js +6 -0
  196. package/dist/src/components/atoms/TrustPilot/TrustPilotProps.types.js +1 -0
  197. package/dist/src/components/atoms/TrustPilot/index.js +1 -0
  198. package/dist/src/components/atoms/Video/Video.js +9 -0
  199. package/dist/src/components/atoms/Video/VideoProps.types.js +1 -0
  200. package/dist/src/components/atoms/Video/index.js +1 -0
  201. package/dist/src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.js +8 -0
  202. package/dist/src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItemsProps.types.js +1 -0
  203. package/dist/src/components/atoms/WhyLawDistrictItems/index.js +1 -0
  204. package/dist/src/components/atoms/WideInfoBar/WideInfoBar.js +7 -0
  205. package/dist/src/components/atoms/WideInfoBar/index.js +1 -0
  206. package/dist/src/components/atoms/index.js +60 -0
  207. package/dist/src/components/molecules/AccordionItem/AccordionItem.js +23 -0
  208. package/dist/src/components/molecules/AccordionItem/AccordionItemProps.types.js +1 -0
  209. package/dist/src/components/molecules/AccordionItem/index.js +1 -0
  210. package/dist/src/components/molecules/ActionButtonHeaderRatafiaCardList/ActionButtonHeaderRatafiaCardList.js +9 -0
  211. package/dist/src/components/molecules/ActionButtonHeaderRatafiaCardList/ActionButtonHeaderRatafiaCardListProps.types.js +1 -0
  212. package/dist/src/components/molecules/ActionButtonHeaderRatafiaCardList/index.js +1 -0
  213. package/dist/src/components/molecules/AlsoKnownAs/AlsoKnownAs.js +10 -0
  214. package/dist/src/components/molecules/AlsoKnownAs/AlsoKnownAsProps.types.js +1 -0
  215. package/dist/src/components/molecules/AlsoKnownAs/index.js +1 -0
  216. package/dist/src/components/molecules/Article/Article.js +7 -0
  217. package/dist/src/components/molecules/Article/ArticleProps.types.js +1 -0
  218. package/dist/src/components/molecules/Article/index.js +1 -0
  219. package/dist/src/components/molecules/BaseBoxList/BaseBoxList.js +13 -0
  220. package/dist/src/components/molecules/BaseBoxList/BaseBoxListProps.types.js +1 -0
  221. package/dist/src/components/molecules/BaseBoxList/index.js +1 -0
  222. package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardList.js +9 -0
  223. package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardListProps.types.js +1 -0
  224. package/dist/src/components/molecules/BenefitRatafiaCardList/index.js +1 -0
  225. package/dist/src/components/molecules/BottomFixedBar/BottomFixedBar.js +9 -0
  226. package/dist/src/components/molecules/BottomFixedBar/BottomFixedBarProps.types.js +1 -0
  227. package/dist/src/components/molecules/BottomFixedBar/index.js +1 -0
  228. package/dist/src/components/molecules/BottomOverlay/BottomOverlay.js +49 -0
  229. package/dist/src/components/molecules/BottomOverlay/BottomOverlayProps.types.js +1 -0
  230. package/dist/src/components/molecules/BottomOverlay/index.js +1 -0
  231. package/dist/src/components/molecules/BoxForm/BoxForm.js +21 -0
  232. package/dist/src/components/molecules/BoxForm/BoxFormProps.types.js +1 -0
  233. package/dist/src/components/molecules/BoxForm/index.js +1 -0
  234. package/dist/src/components/molecules/Breadcrumb/Breadcrumb.js +7 -0
  235. package/dist/src/components/molecules/Breadcrumb/BreadcrumbProps.types.js +1 -0
  236. package/dist/src/components/molecules/Breadcrumb/index.js +1 -0
  237. package/dist/src/components/molecules/ContactBox/ContactBox.js +14 -0
  238. package/dist/src/components/molecules/ContactBox/ContactBoxProps.types.js +1 -0
  239. package/dist/src/components/molecules/ContactBox/index.js +1 -0
  240. package/dist/src/components/molecules/ContinueEditingBanner/ContinueEditingBanner.js +13 -0
  241. package/dist/src/components/molecules/ContinueEditingBanner/ContinueEditingBannerProps.types.js +1 -0
  242. package/dist/src/components/molecules/ContinueEditingBanner/index.js +1 -0
  243. package/dist/src/components/molecules/CountDownMessage/CountDownMessage.js +34 -0
  244. package/dist/src/components/molecules/CountDownMessage/CountDownMessageProps.types.js +1 -0
  245. package/dist/src/components/molecules/CountDownMessage/index.js +1 -0
  246. package/dist/src/components/molecules/EmailContactBox/EmailContactBox.js +6 -0
  247. package/dist/src/components/molecules/EmailContactBox/EmailContactBoxProps.js +1 -0
  248. package/dist/src/components/molecules/EmailContactBox/index.js +2 -0
  249. package/dist/src/components/molecules/ExpertCardList/ExpertCardList.js +10 -0
  250. package/dist/src/components/molecules/ExpertCardList/ExpertCardListProps.types.js +1 -0
  251. package/dist/src/components/molecules/ExpertCardList/index.js +1 -0
  252. package/dist/src/components/molecules/FaqItem/FaqItem.js +12 -0
  253. package/dist/src/components/molecules/FaqItem/FaqItemProps.js +1 -0
  254. package/dist/src/components/molecules/FaqItem/index.js +2 -0
  255. package/dist/src/components/molecules/FeatureRatafiaCardList/FeatureRatafiaCardList.js +9 -0
  256. package/dist/src/components/molecules/FeatureRatafiaCardList/FeatureRatafiaCardListProps.types.js +1 -0
  257. package/dist/src/components/molecules/FeatureRatafiaCardList/index.js +1 -0
  258. package/dist/src/components/molecules/Feedback/Feedback.js +42 -0
  259. package/dist/src/components/molecules/Feedback/FeedbackProps.types.js +1 -0
  260. package/dist/src/components/molecules/Feedback/index.js +1 -0
  261. package/dist/src/components/molecules/FreeDocModalContent/FreeDocModalContent.js +22 -0
  262. package/dist/src/components/molecules/FreeDocModalContent/FreeDocModalContent.types.js +1 -0
  263. package/dist/src/components/molecules/FreeDocModalContent/index.js +1 -0
  264. package/dist/src/components/molecules/HeaderRatafia/HeaderRatafia.js +7 -0
  265. package/dist/src/components/molecules/HeaderRatafia/HeaderRatafiaProps.types.js +1 -0
  266. package/dist/src/components/molecules/HeaderRatafia/index.js +1 -0
  267. package/dist/src/components/molecules/KeyFactCardListRatafia/KeyFactCardListRatafia.js +9 -0
  268. package/dist/src/components/molecules/KeyFactCardListRatafia/KeyFactCardListRatafiaProps.types.js +1 -0
  269. package/dist/src/components/molecules/KeyFactCardListRatafia/index.js +1 -0
  270. package/dist/src/components/molecules/MenuItemsSection/MenuItemsSection.js +10 -0
  271. package/dist/src/components/molecules/MenuItemsSection/MenuItemsSectionProps.types.js +1 -0
  272. package/dist/src/components/molecules/MenuItemsSection/index.js +1 -0
  273. package/dist/src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContent.js +7 -0
  274. package/dist/src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContentProps.types.js +1 -0
  275. package/dist/src/components/molecules/MidBannerRatafiaContent/index.js +1 -0
  276. package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.js +6 -0
  277. package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSampleProps.types.js +1 -0
  278. package/dist/src/components/molecules/MidBannerRatafiaSample/index.js +1 -0
  279. package/dist/src/components/molecules/MoreDocsDesktop/MoreDocsDesktop.js +6 -0
  280. package/dist/src/components/molecules/MoreDocsDesktop/MoreDocsDesktopProps.js +1 -0
  281. package/dist/src/components/molecules/MoreDocsDesktop/index.js +2 -0
  282. package/dist/src/components/molecules/MoreDocsMobile/MoreDocsMobile.js +17 -0
  283. package/dist/src/components/molecules/MoreDocsMobile/MoreDocsMobileProps.js +1 -0
  284. package/dist/src/components/molecules/MoreDocsMobile/index.js +2 -0
  285. package/dist/src/components/molecules/NavBarDropDown/NavBarDropDown.js +67 -0
  286. package/dist/src/components/molecules/NavBarDropDown/NavBarDropDownProps.types.js +1 -0
  287. package/dist/src/components/molecules/NavBarDropDown/index.js +1 -0
  288. package/dist/src/components/molecules/Pagination/PageStepControl.js +21 -0
  289. package/dist/src/components/molecules/Pagination/PageStepControlProps.types.js +1 -0
  290. package/dist/src/components/molecules/Pagination/PageSteps.js +47 -0
  291. package/dist/src/components/molecules/Pagination/Pagination.js +24 -0
  292. package/dist/src/components/molecules/Pagination/PaginationProps.types.js +1 -0
  293. package/dist/src/components/molecules/Pagination/index.js +1 -0
  294. package/dist/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.js +7 -0
  295. package/dist/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktopProps.types.js +1 -0
  296. package/dist/src/components/molecules/PhoneContactBoxDesktop/index.js +1 -0
  297. package/dist/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobile.js +6 -0
  298. package/dist/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobileProps.types.js +1 -0
  299. package/dist/src/components/molecules/PhoneContactBoxMobile/index.js +1 -0
  300. package/dist/src/components/molecules/PopularDocs/PopularDocs.js +6 -0
  301. package/dist/src/components/molecules/PopularDocs/PopularDocsProps.js +1 -0
  302. package/dist/src/components/molecules/PopularDocs/index.js +2 -0
  303. package/dist/src/components/molecules/PricingCard/PricingCard.js +30 -0
  304. package/dist/src/components/molecules/PricingCard/PricingCardProps.types.js +1 -0
  305. package/dist/src/components/molecules/PricingCard/index.js +1 -0
  306. package/dist/src/components/molecules/Snackbar/Snackbar.js +42 -0
  307. package/dist/src/components/molecules/Snackbar/SnackbarProps.types.js +1 -0
  308. package/dist/src/components/molecules/Snackbar/index.js +1 -0
  309. package/dist/src/components/molecules/StepGetForm/StepGetForm.js +6 -0
  310. package/dist/src/components/molecules/StepGetForm/StepGetFormProps.types.js +1 -0
  311. package/dist/src/components/molecules/StepGetForm/index.js +1 -0
  312. package/dist/src/components/molecules/StepRatafiaCardList/StepRatafiaCardList.js +9 -0
  313. package/dist/src/components/molecules/StepRatafiaCardList/StepRatafiaCardListProps.types.js +1 -0
  314. package/dist/src/components/molecules/StepRatafiaCardList/index.js +1 -0
  315. package/dist/src/components/molecules/TagsRatafiaList/TagsRatafiaList.js +9 -0
  316. package/dist/src/components/molecules/TagsRatafiaList/TagsRatafiaListProps.types.js +1 -0
  317. package/dist/src/components/molecules/TagsRatafiaList/index.js +1 -0
  318. package/dist/src/components/molecules/TextInput/Input.js +15 -0
  319. package/dist/src/components/molecules/TextInput/TextInput.js +39 -0
  320. package/dist/src/components/molecules/TextInput/TextInputLabel.js +7 -0
  321. package/dist/src/components/molecules/TextInput/TextInputMessage.js +8 -0
  322. package/dist/src/components/molecules/TextInput/TextInputProps.types.js +1 -0
  323. package/dist/src/components/molecules/TextInput/TextInputTooltip.js +6 -0
  324. package/dist/src/components/molecules/TextInput/index.js +1 -0
  325. package/dist/src/components/molecules/TooltipMenu/TooltipMenu.js +9 -0
  326. package/dist/src/components/molecules/TooltipMenu/TooltipMenuProps.types.js +1 -0
  327. package/dist/src/components/molecules/TooltipMenu/index.js +1 -0
  328. package/dist/src/components/molecules/TrustworthyWebsites/TrustworthyWebsites.js +6 -0
  329. package/dist/src/components/molecules/TrustworthyWebsites/TrustworthyWebsitesProps.types.js +1 -0
  330. package/dist/src/components/molecules/TrustworthyWebsites/index.js +1 -0
  331. package/dist/src/components/molecules/TypeModulesList/TypeModulesList.js +7 -0
  332. package/dist/src/components/molecules/TypeModulesList/TypeModulesListProps.types.js +1 -0
  333. package/dist/src/components/molecules/TypeModulesList/index.js +1 -0
  334. package/dist/src/components/molecules/UploadRatafiaZone/UploadRatafiaZone.js +7 -0
  335. package/dist/src/components/molecules/UploadRatafiaZone/UploadRatafiaZoneProps.types.js +1 -0
  336. package/dist/src/components/molecules/UploadRatafiaZone/index.js +1 -0
  337. package/dist/src/components/molecules/index.js +41 -0
  338. package/dist/src/components/organisms/AboutUsContent/AboutUsContent.js +7 -0
  339. package/dist/src/components/organisms/AboutUsContent/AboutUsContentProps.types.js +1 -0
  340. package/dist/src/components/organisms/AboutUsContent/index.js +1 -0
  341. package/dist/src/components/organisms/Accordion/Accordion.context.js +80 -0
  342. package/dist/src/components/organisms/Accordion/Accordion.js +14 -0
  343. package/dist/src/components/organisms/Accordion/AccordionProps.types.js +1 -0
  344. package/dist/src/components/organisms/Accordion/index.js +2 -0
  345. package/dist/src/components/organisms/ArticlesList/ArticlesList.js +9 -0
  346. package/dist/src/components/organisms/ArticlesList/ArticlesListProps.types.js +1 -0
  347. package/dist/src/components/organisms/ArticlesList/index.js +1 -0
  348. package/dist/src/components/organisms/AsSeeInContent/AsSeeInContent.js +11 -0
  349. package/dist/src/components/organisms/AsSeeInContent/AsSeeInContentProps.types.js +1 -0
  350. package/dist/src/components/organisms/AsSeeInContent/index.js +1 -0
  351. package/dist/src/components/organisms/CardFuncionality/CardFuncionality.js +6 -0
  352. package/dist/src/components/organisms/CardFuncionality/CardFuncionalityProps.js +1 -0
  353. package/dist/src/components/organisms/CardFuncionality/index.js +2 -0
  354. package/dist/src/components/organisms/ContactJumbotron/ContactJumbotron.js +7 -0
  355. package/dist/src/components/organisms/ContactJumbotron/ContactJumbotronProps.types.js +1 -0
  356. package/dist/src/components/organisms/ContactJumbotron/index.js +1 -0
  357. package/dist/src/components/organisms/CookiePolicyBar/CookiePolicyBar.js +6 -0
  358. package/dist/src/components/organisms/CookiePolicyBar/CookiePolicyBarProps.js +1 -0
  359. package/dist/src/components/organisms/CookiePolicyBar/index.js +2 -0
  360. package/dist/src/components/organisms/ErrorContentRatafia/ErrorContentRatafia.js +5 -0
  361. package/dist/src/components/organisms/ErrorContentRatafia/ErrorContentRatafiaProps.types.js +1 -0
  362. package/dist/src/components/organisms/ErrorContentRatafia/index.js +1 -0
  363. package/dist/src/components/organisms/FaqGroup/FaqGroup.js +6 -0
  364. package/dist/src/components/organisms/FaqGroup/FaqGroupProps.js +1 -0
  365. package/dist/src/components/organisms/FaqGroup/index.js +2 -0
  366. package/dist/src/components/organisms/FeaturesRatafiaContent/FeaturesRatafiaContent.js +7 -0
  367. package/dist/src/components/organisms/FeaturesRatafiaContent/FeaturesRatafiaContentProps.types.js +1 -0
  368. package/dist/src/components/organisms/FeaturesRatafiaContent/index.js +1 -0
  369. package/dist/src/components/organisms/GuidelinesContent/GuidelinesContent.js +7 -0
  370. package/dist/src/components/organisms/GuidelinesContent/GuidelinesContentProps.types.js +1 -0
  371. package/dist/src/components/organisms/GuidelinesContent/index.js +1 -0
  372. package/dist/src/components/organisms/JumbotronRatafiaContent/JumbotronRatafiaContent.js +7 -0
  373. package/dist/src/components/organisms/JumbotronRatafiaContent/JumbotronRatafiaContentProps.types.js +1 -0
  374. package/dist/src/components/organisms/JumbotronRatafiaContent/index.js +1 -0
  375. package/dist/src/components/organisms/KeyFactsLoadingContentRatafia/KeyFactsLoadingContentRatafia.js +6 -0
  376. package/dist/src/components/organisms/KeyFactsLoadingContentRatafia/KeyFactsLoadingContentRatafiaProps.types.js +1 -0
  377. package/dist/src/components/organisms/KeyFactsLoadingContentRatafia/index.js +1 -0
  378. package/dist/src/components/organisms/KeyFactsResultContentRatafia/KeyFactsResultContentRatafia.js +8 -0
  379. package/dist/src/components/organisms/KeyFactsResultContentRatafia/KeyFactsResultContentRatafiaProps.types.js +1 -0
  380. package/dist/src/components/organisms/KeyFactsResultContentRatafia/index.js +1 -0
  381. package/dist/src/components/organisms/LanguageSelector/LanguageSelector.js +33 -0
  382. package/dist/src/components/organisms/LanguageSelector/LanguageSelectorProps.js +1 -0
  383. package/dist/src/components/organisms/LanguageSelector/LenguageSelectorItem.js +1 -0
  384. package/dist/src/components/organisms/LanguageSelector/index.js +6 -0
  385. package/dist/src/components/organisms/LanguageSelector/useLanguageOptions.js +8 -0
  386. package/dist/src/components/organisms/LanguageSelector/useLanguageSelected.js +8 -0
  387. package/dist/src/components/organisms/LanguageSelector/useLanguagesSelector.js +24 -0
  388. package/dist/src/components/organisms/LanguageSelectorMobile/LanguageSelectorMobile.js +22 -0
  389. package/dist/src/components/organisms/LanguageSelectorMobile/index.js +1 -0
  390. package/dist/src/components/organisms/LayoutRatafia/LayoutRatafia.js +7 -0
  391. package/dist/src/components/organisms/LayoutRatafia/LayoutRatafiaProps.types.js +1 -0
  392. package/dist/src/components/organisms/LayoutRatafia/index.js +1 -0
  393. package/dist/src/components/organisms/ListStepsGetForm/ListStepsGetForm.js +9 -0
  394. package/dist/src/components/organisms/ListStepsGetForm/ListStepsGetFormProps.types.js +1 -0
  395. package/dist/src/components/organisms/ListStepsGetForm/index.js +1 -0
  396. package/dist/src/components/organisms/LoginRatafiaContent/LoginRatafiaContent.js +7 -0
  397. package/dist/src/components/organisms/LoginRatafiaContent/LoginRatafiaContentProps.types.js +1 -0
  398. package/dist/src/components/organisms/LoginRatafiaContent/index.js +1 -0
  399. package/dist/src/components/organisms/MobileBottomBar/MobileBottomBar.js +22 -0
  400. package/dist/src/components/organisms/MobileBottomBar/MobileBottomBarProps.types.js +1 -0
  401. package/dist/src/components/organisms/MobileBottomBar/index.js +1 -0
  402. package/dist/src/components/organisms/StepsRatafiaContent/StepsRatafiaContent.js +7 -0
  403. package/dist/src/components/organisms/StepsRatafiaContent/StepsRatafiaContentProps.types.js +1 -0
  404. package/dist/src/components/organisms/StepsRatafiaContent/index.js +1 -0
  405. package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.js +7 -0
  406. package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContentProps.types.js +1 -0
  407. package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/index.js +1 -0
  408. package/dist/src/components/organisms/index.js +22 -0
  409. package/dist/src/components/pages/AboutUsPage/AboutUsPage.js +5 -0
  410. package/dist/src/components/pages/AboutUsPage/AboutUsPageProps.js +1 -0
  411. package/dist/src/components/pages/AboutUsPage/index.js +2 -0
  412. package/dist/src/components/pages/ContactUsPage/ContactUsPage.js +6 -0
  413. package/dist/src/components/pages/ContactUsPage/ContactUsPageProps.js +1 -0
  414. package/dist/src/components/pages/ContactUsPage/index.js +2 -0
  415. package/dist/src/components/pages/ErrorRatafiaPage/ErrorRatafiaPage.js +13 -0
  416. package/dist/src/components/pages/ErrorRatafiaPage/ErrorRatafiaPageProps.types.js +1 -0
  417. package/dist/src/components/pages/ErrorRatafiaPage/index.js +1 -0
  418. package/dist/src/components/pages/FaqsPage/FaqsPage.js +6 -0
  419. package/dist/src/components/pages/FaqsPage/FaqsPageProps.js +1 -0
  420. package/dist/src/components/pages/FaqsPage/index.js +2 -0
  421. package/dist/src/components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPage.js +15 -0
  422. package/dist/src/components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPageProps.types.js +1 -0
  423. package/dist/src/components/pages/KeyFactsResultRatafiaPage/index.js +1 -0
  424. package/dist/src/components/pages/LegalPage/LegalPage.js +6 -0
  425. package/dist/src/components/pages/LegalPage/LegalPageProps.js +1 -0
  426. package/dist/src/components/pages/LegalPage/index.js +2 -0
  427. package/dist/src/components/pages/LoginRatafiaPage/LoginRatafiaPage.js +12 -0
  428. package/dist/src/components/pages/LoginRatafiaPage/LoginRatafiaPageProps.js +1 -0
  429. package/dist/src/components/pages/LoginRatafiaPage/index.js +2 -0
  430. package/dist/src/components/pages/RatafiaLandingPage/RatafiaLandingPage.js +5 -0
  431. package/dist/src/components/pages/RatafiaLandingPage/RatafiaLandingPageProps.types.js +1 -0
  432. package/dist/src/components/pages/RatafiaLandingPage/index.js +2 -0
  433. package/dist/src/components/pages/UnsubscribePage/UnsubscribePage.js +6 -0
  434. package/dist/src/components/pages/UnsubscribePage/UnsubscribePageProps.js +1 -0
  435. package/dist/src/components/pages/UnsubscribePage/index.js +2 -0
  436. package/dist/src/components/pages/index.js +9 -0
  437. package/dist/src/components/sections/AboutUsSection/AboutUsSection.js +7 -0
  438. package/dist/src/components/sections/AboutUsSection/AboutUsSectionProps.types.js +1 -0
  439. package/dist/src/components/sections/AboutUsSection/index.js +1 -0
  440. package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.js +10 -0
  441. package/dist/src/components/sections/AsSeeInSection/AsSeeInSectionProps.types.js +1 -0
  442. package/dist/src/components/sections/AsSeeInSection/index.js +1 -0
  443. package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.js +5 -0
  444. package/dist/src/components/sections/AsideMenuSection/AsideMenuSectionProps.js +1 -0
  445. package/dist/src/components/sections/AsideMenuSection/index.js +2 -0
  446. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.js +7 -0
  447. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSectionProps.types.js +1 -0
  448. package/dist/src/components/sections/BenefitsRatafiaSection/index.js +1 -0
  449. package/dist/src/components/sections/BlogSection/BlogSection.js +10 -0
  450. package/dist/src/components/sections/BlogSection/BlogSectionProps.types.js +1 -0
  451. package/dist/src/components/sections/BlogSection/index.js +1 -0
  452. package/dist/src/components/sections/ContactSection/ContactSection.js +7 -0
  453. package/dist/src/components/sections/ContactSection/ContactSectionProps.js +1 -0
  454. package/dist/src/components/sections/ContactSection/index.js +1 -0
  455. package/dist/src/components/sections/ExpertsSection/ExpertsSection.js +10 -0
  456. package/dist/src/components/sections/ExpertsSection/ExpertsSectionProps.types.js +1 -0
  457. package/dist/src/components/sections/ExpertsSection/index.js +1 -0
  458. package/dist/src/components/sections/FaqSection/FaqSection.js +8 -0
  459. package/dist/src/components/sections/FaqSection/FaqSectionProps.js +1 -0
  460. package/dist/src/components/sections/FaqSection/index.js +2 -0
  461. package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.js +7 -0
  462. package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSectionProps.types.js +1 -0
  463. package/dist/src/components/sections/FeaturesRatafiaSection/index.js +1 -0
  464. package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.js +7 -0
  465. package/dist/src/components/sections/GuidelinesSection/GuidelinesSectionProps.types.js +1 -0
  466. package/dist/src/components/sections/GuidelinesSection/index.js +1 -0
  467. package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.js +10 -0
  468. package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSectionProps.types.js +1 -0
  469. package/dist/src/components/sections/HowGetYourFormsSection/index.js +1 -0
  470. package/dist/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSection.js +7 -0
  471. package/dist/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSectionProps.types.js +1 -0
  472. package/dist/src/components/sections/JumbotronRatafiaSection/index.js +1 -0
  473. package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.js +6 -0
  474. package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSectionProps.types.js +1 -0
  475. package/dist/src/components/sections/JumbotronSimplifiedSection/index.js +1 -0
  476. package/dist/src/components/sections/LearnMoreSection/LearnMoreSection.js +7 -0
  477. package/dist/src/components/sections/LearnMoreSection/LearnMoreSectionProps.types.js +1 -0
  478. package/dist/src/components/sections/LearnMoreSection/index.js +1 -0
  479. package/dist/src/components/sections/LegalSection/LegalSection.js +6 -0
  480. package/dist/src/components/sections/LegalSection/LegalSectionProps.js +1 -0
  481. package/dist/src/components/sections/LegalSection/index.js +2 -0
  482. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.js +7 -0
  483. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSectionProps.types.js +1 -0
  484. package/dist/src/components/sections/MidBannerRatafiaSection/index.js +1 -0
  485. package/dist/src/components/sections/MoreDocsSection/MoreDocsSection.js +12 -0
  486. package/dist/src/components/sections/MoreDocsSection/MoreDocsSectionProps.js +1 -0
  487. package/dist/src/components/sections/MoreDocsSection/index.js +2 -0
  488. package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.js +7 -0
  489. package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSectionProps.types.js +1 -0
  490. package/dist/src/components/sections/PeopleSayAboutUsSection/index.js +1 -0
  491. package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.js +8 -0
  492. package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSectionProps.types.js +1 -0
  493. package/dist/src/components/sections/StepsRatafiaSection/index.js +1 -0
  494. package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.js +6 -0
  495. package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSectionProps.types.js +1 -0
  496. package/dist/src/components/sections/TryItRatafiaSection/index.js +1 -0
  497. package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.js +7 -0
  498. package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSectionProps.types.js +1 -0
  499. package/dist/src/components/sections/TryOurFreeLegalBlogsSection/index.js +1 -0
  500. package/dist/src/components/sections/TryUsSection/TryUsSection.js +6 -0
  501. package/dist/src/components/sections/TryUsSection/TryUsSectionProps.js +1 -0
  502. package/dist/src/components/sections/TryUsSection/index.js +1 -0
  503. package/dist/src/components/sections/UnsubscribeSection/UnsubscribeSection.js +6 -0
  504. package/dist/src/components/sections/UnsubscribeSection/UnsubscribeSectionProps.js +1 -0
  505. package/dist/src/components/sections/UnsubscribeSection/index.js +1 -0
  506. package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.js +10 -0
  507. package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSectionProps.types.js +1 -0
  508. package/dist/src/components/sections/WhyLawDistrictSection/index.js +1 -0
  509. package/dist/src/components/sections/index.js +24 -0
  510. package/dist/src/hooks/index.js +2 -0
  511. package/dist/src/hooks/useIntersectionObserver.js +22 -0
  512. package/dist/src/hooks/useIsMobileOrTable.js +26 -0
  513. package/dist/src/index.js +2 -0
  514. package/dist/src/utils/ProductCategory.js +8 -0
  515. package/dist/src/utils/getCategoryIcons.js +28 -0
  516. package/dist/src/utils/getDateFormatMMMMYYYY.js +3 -0
  517. package/dist/src/utils/getGatsbyImageSkeleton.js +4 -0
  518. package/dist/src/utils/getRichTextSkeleton.js +4 -0
  519. package/dist/src/utils/index.js +7 -0
  520. package/dist/src/utils/replaceAll.js +6 -0
  521. package/dist/src/utils/stringSlugify.js +3 -0
  522. package/package.json +1 -1
@@ -0,0 +1,12 @@
1
+ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
2
+ import { LayoutRatafia, LoginRatafiaContent } from '../../organisms';
3
+ import { Button } from '../../atoms';
4
+ import DisclaimerRatafia from '../../atoms/DisclaimerRatafia/DisclaimerRatafia';
5
+ // import './LoginPageRatafia.scss'
6
+ export const LoginRatafiaPage = ({ header, loginContent, ctaAnalizeDocument, ctaSignIn, disclaimer }) => {
7
+ const ctas = (_jsxs("div", { className: 'login-ratafia-page__ctas', children: [_jsx(Button, { givenClass: 'login-ratafia-page__ctas__button', color: 'primary', dataQa: ctaAnalizeDocument.dataQa, label: ctaAnalizeDocument.label, onClick: ctaAnalizeDocument.onClick, noLink: true, disabled: ctaAnalizeDocument.disabled }), _jsxs("span", { className: 'login-ratafia-page__ctas__signIn', children: [ctaSignIn.text, _jsx("button", { className: 'login-ratafia-page__ctas__signIn__button', "data-qa": ctaSignIn.link.dataQa, onClick: ctaSignIn.link.onClick, children: ctaSignIn.link.text })] })] }));
8
+ const footerDesktop = (_jsx(DisclaimerRatafia, { icon: disclaimer.icon, text: disclaimer.text, legalAdviceText: disclaimer.legalAdviceText, copyrightText: disclaimer.copyrightText, ctaTextShowDisclaimer: disclaimer.ctaTextShowDisclaimer, ctaTextCloseDisclaimer: disclaimer.ctaTextCloseDisclaimer }));
9
+ const footerMobile = (_jsxs(_Fragment, { children: [footerDesktop, ctas] }));
10
+ const content = (_jsx(LoginRatafiaContent, { title: loginContent.title, email: loginContent.email, policy: loginContent.policy }));
11
+ return (_jsx("div", { className: 'login-ratafia-page', children: _jsx(LayoutRatafia, { header: header, content: content, cta: ctas, footerDesktop: footerDesktop, footerMobile: footerMobile }) }));
12
+ };
@@ -0,0 +1,2 @@
1
+ export * from './LoginRatafiaPage';
2
+ export * from './LoginRatafiaPageProps';
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { BenefitsRatafiaSection, FaqSection, FeaturesRatafiaSection, JumbotronRatafiaSection, MidBannerRatafiaSection, StepsRatafiaSection, TryItRatafiaSection } from '../../sections';
3
+ export const RatafiaLandingPage = ({ jumbotronRatafiaSectionProps, stepsRatafiaSectionProps, benefitsRatafiaSectionProps, featuresRatafiaSectionProps, tryItRatafiaSectionProps, trustPilotBox, midBannerRatafiaSectionProps, faqGroupProps }) => {
4
+ return (_jsxs(_Fragment, { children: [_jsx(JumbotronRatafiaSection, { content: jumbotronRatafiaSectionProps.content, children: jumbotronRatafiaSectionProps.children }), _jsx(StepsRatafiaSection, { ...stepsRatafiaSectionProps }), _jsx(BenefitsRatafiaSection, { ...benefitsRatafiaSectionProps }), _jsx(FeaturesRatafiaSection, { content: featuresRatafiaSectionProps.content, children: featuresRatafiaSectionProps.children }), _jsx(TryItRatafiaSection, { paragraph: tryItRatafiaSectionProps.paragraph, icon: tryItRatafiaSectionProps.icon, children: tryItRatafiaSectionProps.children }), trustPilotBox ?? trustPilotBox, _jsx(MidBannerRatafiaSection, { ...midBannerRatafiaSectionProps }), _jsx(FaqSection, { groups: faqGroupProps, givenClass: 'faq-ratafia-section' })] }));
5
+ };
@@ -0,0 +1,2 @@
1
+ export * from './RatafiaLandingPage';
2
+ export * from './RatafiaLandingPageProps.types';
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { JumbotronStatic } from '../../atoms';
3
+ import { UnsubscribeSection } from '../../sections';
4
+ export const UnsubscribePage = ({ jumbotron, unsubscribeSection }) => {
5
+ return (_jsxs(_Fragment, { children: [_jsx(JumbotronStatic, { ...jumbotron }), _jsx(UnsubscribeSection, { ...unsubscribeSection })] }));
6
+ };
@@ -0,0 +1,2 @@
1
+ export * from './UnsubscribePage';
2
+ export * from './UnsubscribePageProps';
@@ -0,0 +1,9 @@
1
+ export * from './AboutUsPage';
2
+ export * from './ContactUsPage';
3
+ export * from './ErrorRatafiaPage';
4
+ export * from './FaqsPage';
5
+ export * from './KeyFactsResultRatafiaPage';
6
+ export * from './LegalPage';
7
+ export * from './RatafiaLandingPage';
8
+ export * from './UnsubscribePage';
9
+ export * from './LoginRatafiaPage';
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { AboutUsContent } from '../../organisms/AboutUsContent';
3
+ // import './AboutUsSection.scss'
4
+ const AboutUsSection = ({ title, subTitle, contentAboutUs }) => {
5
+ return (_jsx("div", { className: 'about-us-section', children: _jsxs("div", { className: 'wrapper wrapper--responsive', children: [_jsx("div", { className: 'about-us-section__title', children: _jsx("span", { className: 'about-us-section__title__text', children: title }) }), Boolean(subTitle) && _jsx("h1", { className: 'about-us-section__sub-title', children: subTitle }), _jsx(AboutUsContent, { image: contentAboutUs.image, button: contentAboutUs?.button, children: contentAboutUs.children })] }) }));
6
+ };
7
+ export default AboutUsSection;
@@ -0,0 +1 @@
1
+ export { default as AboutUsSection } from './AboutUsSection';
@@ -0,0 +1,10 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { AsSeeInContent } from '../../organisms';
3
+ // import './AsSeeInSection.scss'
4
+ const AsSeeInSection = ({ title, contentAsSeeIn }) => {
5
+ if (contentAsSeeIn.trustWorthyImages.images.length === 0) {
6
+ return null;
7
+ }
8
+ return (_jsx("section", { className: 'as-seen-in-section-box', children: _jsxs("div", { className: 'as-seen-in-section', children: [_jsx("h2", { className: 'as-seen-in-section__title', children: title }), _jsx(AsSeeInContent, { trustWorthyImages: contentAsSeeIn.trustWorthyImages, children: contentAsSeeIn.children })] }) }));
9
+ };
10
+ export default AsSeeInSection;
@@ -0,0 +1 @@
1
+ export { default as AsSeeInSection } from './AsSeeInSection';
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ // import './AsideMenuSection.scss'
3
+ export const AsideMenuSection = ({ items, title = '', onClickHandler }) => {
4
+ return (_jsxs("aside", { className: 'asideMenu', children: [title.length > 0 && _jsx("div", { className: 'title sans-serif --big', children: title }), _jsx("ul", { className: 'list', children: items.map((item, index) => (_jsx("li", { className: `navItem ${index === 0 ? 'inView' : ''}`, id: `list-item-${item.slug}`, onClick: onClickHandler, onKeyUp: () => onClickHandler, role: 'menuitem', children: onClickHandler !== undefined ? _jsx("span", { children: item.text }) : _jsx("a", { href: `#${item.slug}`, children: item.text }) }, item.id))) })] }));
5
+ };
@@ -0,0 +1,2 @@
1
+ export * from './AsideMenuSection';
2
+ export * from './AsideMenuSectionProps';
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { BenefitRatafiaCardList } from '../../molecules';
3
+ // import './BenefitsRatafiaSection.scss'
4
+ const BenefitsRatafiaSection = ({ title, description, benefits }) => {
5
+ return (_jsx("section", { className: 'benefit-ratafia-section', children: _jsxs("div", { className: 'benefit-ratafia-section__wrapper background-ratafia-animation', children: [_jsxs("div", { className: 'benefit-ratafia-section__wrapper__title', children: [_jsx("h2", { className: 'sans-serif --super-large --bold-weight benefit-ratafia-section__wrapper__title__text', children: title }), _jsx("p", { className: 'sans-serif --super-medium benefit-ratafia-section__wrapper__title__description', children: description })] }), _jsx(BenefitRatafiaCardList, { benefits: benefits })] }) }));
6
+ };
7
+ export default BenefitsRatafiaSection;
@@ -0,0 +1 @@
1
+ export { default as BenefitsRatafiaSection } from './BenefitsRatafiaSection';
@@ -0,0 +1,10 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { ArticlesList } from '../../organisms';
3
+ import { Button } from '../../atoms';
4
+ // import './BlogSection.scss'
5
+ const BlogSection = ({ blogTitle, blogCta, articles }) => {
6
+ if (articles.articles?.length === 0)
7
+ return null;
8
+ return (_jsxs("div", { className: 'blog', children: [_jsx("h2", { className: 'serif --super-large blog__title', children: blogTitle }), _jsx(ArticlesList, { articles: articles.articles }), _jsx(Button, { dataQa: '', color: 'secondary', label: blogCta, givenClass: 'cta-button', link: '/articles' })] }));
9
+ };
10
+ export default BlogSection;
@@ -0,0 +1 @@
1
+ export { default as BlogSection } from './BlogSection';
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { BoxForm } from '../../molecules';
3
+ import { ContactJumbotron } from '../../organisms';
4
+ // import './ContactSection.scss'
5
+ export const ContactSection = ({ contactJumbotronProps, contactForm }) => {
6
+ return (_jsx("section", { className: 'contact-container', children: _jsx("div", { className: 'wrapper wrapper--responsive wrapper--contact', children: _jsxs("div", { className: 'contact__main', children: [_jsx("div", { className: 'contact-left-container', children: _jsx(ContactJumbotron, { ...contactJumbotronProps }) }), _jsx("div", { className: 'contact-right-container', children: _jsx("div", { className: 'contact__form', children: _jsx(BoxForm, { ...contactForm }) }) })] }) }) }));
7
+ };
@@ -0,0 +1 @@
1
+ export { ContactSection } from './ContactSection';
@@ -0,0 +1,10 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { ExpertCardList } from '../../molecules';
3
+ // import './ExpertsSection.scss'
4
+ const ExpertsSection = ({ title, contentExpertCardList }) => {
5
+ if (contentExpertCardList.contentExpertCard.length === 0) {
6
+ return null;
7
+ }
8
+ return (_jsxs("div", { className: 'experts-section', children: [_jsx("h2", { className: 'experts-section__title', children: title }), _jsx(ExpertCardList, { contentExpertCard: contentExpertCardList.contentExpertCard })] }));
9
+ };
10
+ export default ExpertsSection;
@@ -0,0 +1 @@
1
+ export { default as ExpertsSection } from './ExpertsSection';
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import classNames from 'classnames';
3
+ import { FaqGroup } from '../../organisms';
4
+ // import './FaqSection.scss'
5
+ export const FaqSection = ({ groups, givenClass }) => {
6
+ const classnames = classNames(`faqSection ${givenClass ?? ''}`);
7
+ return (_jsx("section", { className: classnames, itemScope: true, itemType: 'https://www.schema.org/FAQPage', children: groups.map((group) => (_jsx(FaqGroup, { ...group }, group.id))) }));
8
+ };
@@ -0,0 +1,2 @@
1
+ export * from './FaqSection';
2
+ export * from './FaqSectionProps';
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { FeaturesRatafiaContent } from '../../organisms';
3
+ // import './FeaturesRatafiaSection.scss'
4
+ const FeaturesRatafiaSection = ({ content, children }) => {
5
+ return (_jsx("section", { className: 'features-ratafia-section', children: _jsxs("div", { className: 'features-ratafia-section__wrapper', children: [_jsx("div", { className: 'features-ratafia-section__wrapper__content', children: _jsx(FeaturesRatafiaContent, { title: content.title, description: content.description, notReleasedText: content.notReleasedText, features: content.features }) }), _jsx("span", { className: 'features-ratafia-section__wrapper__children', children: children })] }) }));
6
+ };
7
+ export default FeaturesRatafiaSection;
@@ -0,0 +1 @@
1
+ export { default as FeaturesRatafiaSection } from './FeaturesRatafiaSection';
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { GuidelinesContent } from '../../organisms/GuidelinesContent';
3
+ // import './GuidelinesSection.scss'
4
+ const GuidelinesSection = ({ contentGuidelines }) => {
5
+ return (_jsx("section", { className: 'guidelines-section wrapper wrapper--responsive', children: _jsx(GuidelinesContent, { title: contentGuidelines.title, image: contentGuidelines.image, children: contentGuidelines.children }) }));
6
+ };
7
+ export default GuidelinesSection;
@@ -0,0 +1 @@
1
+ export { default as GuidelinesSection } from './GuidelinesSection';
@@ -0,0 +1,10 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { ListStepsGetForm } from '../../organisms';
3
+ import imageFile from '../../../../images/png/graphics-grey-02.png';
4
+ // import './HowGetYourFormsSection.scss'
5
+ const HowGetYourFormsSection = ({ title = '', steps = [], hasBackgroundImage = true }) => {
6
+ if (steps.length === 0)
7
+ return null;
8
+ return (_jsxs("section", { className: 'how-it-works-wrapper', style: hasBackgroundImage ? { backgroundImage: `url(${imageFile})` } : {}, children: [_jsx("p", { className: 'works-title serif --super-large', children: title }), _jsx(ListStepsGetForm, { steps: steps })] }));
9
+ };
10
+ export default HowGetYourFormsSection;
@@ -0,0 +1 @@
1
+ export { default as HowGetYourFormsSection } from './HowGetYourFormsSection';
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { JumbotronRatafiaContent } from '../../organisms/JumbotronRatafiaContent';
3
+ // import './JumbotronRatafiaSection.scss'
4
+ const JumbotronRatafiaSection = ({ content, children }) => {
5
+ return (_jsx("section", { className: 'jumbotron-ratafia-section background-ratafia-animation', id: 'ratafia-jumbotron', children: _jsxs("div", { className: 'jumbotron-ratafia-section__wrapper', children: [_jsx(JumbotronRatafiaContent, { title: content.title, tags: content.tags, body: content.body }), _jsx("span", { className: 'jumbotron-ratafia-section__wrapper__children', children: children })] }) }));
6
+ };
7
+ export default JumbotronRatafiaSection;
@@ -0,0 +1 @@
1
+ export { default as JumbotronRatafiaSection } from './JumbotronRatafiaSection';
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Tagline } from '../../atoms';
3
+ // import './JumbotronSimplifiedSection.scss'
4
+ export const JumbotronSimplifiedSection = ({ wrapperClassName = '', taglineProps, title, children }) => {
5
+ return (_jsx("section", { className: `jumbotron--simplified ${wrapperClassName}`, children: _jsxs("div", { className: 'wrapper wrapper--responsive', children: [_jsx(Tagline, { ...taglineProps }), _jsx("h1", { className: 'serif jumbotron--simplified__title', children: title }), children] }) }));
6
+ };
@@ -0,0 +1 @@
1
+ export { JumbotronSimplifiedSection } from './JumbotronSimplifiedSection';
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Button } from '../../atoms';
3
+ // import './LearnMoreSection.scss'
4
+ const LearnMoreSection = ({ title, description, cta, faqs }) => {
5
+ return (_jsx("section", { className: 'learn-more__wrapper', children: _jsxs("div", { className: 'wrapper', children: [_jsxs("div", { className: 'learn-more__info', children: [_jsx("h2", { className: 'learn-more__title serif --super-large', children: title }), _jsx("p", { className: 'learn-more__description sans-serif --regular', children: description })] }), _jsxs("div", { className: 'learn-more__faqs', children: [_jsx("ul", { children: faqs }), _jsx(Button, { dataQa: '', color: 'primary3', label: cta, link: '/faqs/' })] })] }) }));
6
+ };
7
+ export default LearnMoreSection;
@@ -0,0 +1 @@
1
+ export { default as LearnMoreSection } from './LearnMoreSection';
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { RichTextStrapi } from '../../atoms';
3
+ // import './LegalSection.scss'
4
+ export const LegalSection = ({ text }) => {
5
+ return (_jsx("section", { className: 'wrapper', children: _jsx("div", { className: 'legal', children: _jsx(RichTextStrapi, { ...text }) }) }));
6
+ };
@@ -0,0 +1,2 @@
1
+ export * from './LegalSection';
2
+ export * from './LegalSectionProps';
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { MidBannerRatafiaContent, MidBannerRatafiaSample } from '../../molecules';
3
+ // import './MidBannerRatafiaSection.scss'
4
+ const MidBannerRatafiaSection = ({ title, paragraph, ctaLabel, ctaLink, ctaDataQa, image }) => {
5
+ return (_jsx("section", { className: 'mid-banner-ratafia-section', children: _jsxs("div", { className: 'mid-banner-ratafia-section__wrapper', children: [_jsx(MidBannerRatafiaContent, { title: title, paragraph: paragraph, ctaLabel: ctaLabel, ctaLink: ctaLink, ctaDataQa: ctaDataQa }), _jsx("div", { className: 'mid-banner-ratafia-section__wrapper__sample', children: _jsx(MidBannerRatafiaSample, { image: image }) })] }) }));
6
+ };
7
+ export default MidBannerRatafiaSection;
@@ -0,0 +1 @@
1
+ export { default as MidBannerRatafiaSection } from './MidBannerRatafiaSection';
@@ -0,0 +1,12 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import React from 'react';
3
+ import { MoreDocsDesktop, MoreDocsMobile } from '../../molecules';
4
+ import { useIsMobileOrTable } from '../../../hooks';
5
+ export const MoreDocsSection = ({ title, documents }) => {
6
+ const { isGtLandscapeTablets } = useIsMobileOrTable();
7
+ const [body, setBody] = React.useState(_jsx(MoreDocsDesktop, { title: title, documents: documents }));
8
+ React.useEffect(() => {
9
+ setBody(isGtLandscapeTablets ? (_jsx(MoreDocsDesktop, { title: title, documents: documents })) : (_jsx(MoreDocsMobile, { title: title, documents: documents })));
10
+ }, [isGtLandscapeTablets, title, documents]);
11
+ return _jsx("section", { className: 'more-docs-section', children: body });
12
+ };
@@ -0,0 +1,2 @@
1
+ export * from './MoreDocsSection';
2
+ export * from './MoreDocsSectionProps';
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { TrustPilot } from '../../atoms';
3
+ // import './PeopleSayAboutUsSection.scss'
4
+ const PeopleSayAboutUsSection = ({ title, contentTrustPilot }) => {
5
+ return (_jsxs("section", { className: 'people-say', children: [Boolean(title) && _jsx("h2", { className: 'people-say__title', children: title }), _jsx(TrustPilot, { children: contentTrustPilot.children })] }));
6
+ };
7
+ export default PeopleSayAboutUsSection;
@@ -0,0 +1 @@
1
+ export { default as PeopleSayAboutUsSection } from './PeopleSayAboutUsSection';
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { StepsRatafiaContent } from '../../organisms';
3
+ import { Video } from '../../atoms';
4
+ // import './StepsRatafiaSection.scss'
5
+ const StepsRatafiaSection = ({ title, steps, videoUrl }) => {
6
+ return (_jsx("section", { className: 'steps-ratafia-section', children: _jsxs("div", { className: 'steps-ratafia-section__wrapper', children: [_jsx("div", { className: 'steps-ratafia-section__wrapper__video', children: _jsx(Video, { videoSrcURL: videoUrl, autoPlay: true, loop: true }) }), _jsx("div", { className: 'steps-ratafia-section__wrapper__content', children: _jsx(StepsRatafiaContent, { title: title, steps: steps }) })] }) }));
7
+ };
8
+ export default StepsRatafiaSection;
@@ -0,0 +1 @@
1
+ export { default as StepsRatafiaSection } from './StepsRatafiaSection';
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ // import './TryItRatafiaSection.scss'
3
+ const TryItRatafiaSection = ({ icon, paragraph, children }) => {
4
+ return (_jsx("section", { className: 'try-it-ratafia-section', children: _jsxs("div", { className: 'try-it-ratafia-section__wrapper background-ratafia-animation', children: [_jsxs("div", { className: 'try-it-ratafia-section__wrapper__content', children: [icon !== null && _jsx("div", { className: 'try-it-ratafia-section__wrapper__content__icon', children: icon }), _jsx("h2", { className: 'sans-serif --extra-large --bold-weight try-it-ratafia-section__wrapper__content__title', children: paragraph })] }), _jsx("span", { className: 'try-it-ratafia-section__wrapper__children', children: children })] }) }));
5
+ };
6
+ export default TryItRatafiaSection;
@@ -0,0 +1 @@
1
+ export { default as TryItRatafiaSection } from './TryItRatafiaSection';
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { TryOurFreeLegalBlogsContent } from '../../organisms/TryOurFreeLegalBlogsContent';
3
+ // import './TryOurFreeLegalBlogsSection.scss'
4
+ const TryOurFreeLegalBlogsSection = ({ contentTryOurFreeLegalBlogs }) => {
5
+ return (_jsx("section", { className: 'try-our-free-legal-blogs-section wrapper wrapper--responsive', children: _jsx(TryOurFreeLegalBlogsContent, { title: contentTryOurFreeLegalBlogs.title, image: contentTryOurFreeLegalBlogs.image, children: contentTryOurFreeLegalBlogs.children }) }));
6
+ };
7
+ export default TryOurFreeLegalBlogsSection;
@@ -0,0 +1 @@
1
+ export { default as TryOurFreeLegalBlogsSection } from './TryOurFreeLegalBlogsSection';
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Button } from '../../atoms';
3
+ // import './TryUsSection.scss'
4
+ export const TryUsSection = ({ children, hasUserToken = false, cta }) => {
5
+ return (_jsxs("section", { className: 'try-us-section', children: [children, !hasUserToken && _jsx(Button, { ...cta })] }));
6
+ };
@@ -0,0 +1 @@
1
+ export { TryUsSection } from './TryUsSection';
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { RichTextStrapi } from '../../atoms';
3
+ // import './UnsubscribeSection.scss'
4
+ export const UnsubscribeSection = ({ text }) => {
5
+ return (_jsx("section", { className: 'wrapper', children: _jsx("div", { className: 'unsubscribe', children: _jsx(RichTextStrapi, { ...text }) }) }));
6
+ };
@@ -0,0 +1 @@
1
+ export { UnsubscribeSection } from './UnsubscribeSection';
@@ -0,0 +1,10 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Button } from '../../atoms/Button';
3
+ import { WhyLawDistrictItems } from '../../atoms/WhyLawDistrictItems';
4
+ // import './WhyLawDistrictSection.scss'
5
+ export const WhyLawDistrictSection = ({ title, items, userActive, link }) => {
6
+ if (items.length === 0)
7
+ return null;
8
+ return (_jsxs("section", { className: 'whyLawDistrictSection', children: [_jsx("h2", { className: 'why-lawDistrict__title serif --hero', children: title }), _jsx(WhyLawDistrictItems, { items: items }), !userActive && (_jsx(Button, { givenClass: 'whyLawDistrictSection__button', label: link.cta, link: link.url, onClick: link.onClick, dataQa: link.dataQa, isExternal: true, hasNoFollow: true }))] }));
9
+ };
10
+ export default WhyLawDistrictSection;
@@ -0,0 +1 @@
1
+ export { default as WhyLawDistrictSection } from './WhyLawDistrictSection';
@@ -0,0 +1,24 @@
1
+ export * from './AboutUsSection';
2
+ export * from './AsideMenuSection';
3
+ export * from './AsSeeInSection';
4
+ export * from './BenefitsRatafiaSection';
5
+ export * from './BlogSection';
6
+ export * from './ContactSection';
7
+ export * from './ExpertsSection';
8
+ export * from './FaqSection';
9
+ export * from './FeaturesRatafiaSection';
10
+ export * from './GuidelinesSection';
11
+ export * from './HowGetYourFormsSection';
12
+ export * from './JumbotronRatafiaSection';
13
+ export * from './JumbotronSimplifiedSection';
14
+ export * from './LegalSection';
15
+ export * from './MidBannerRatafiaSection';
16
+ export * from './MoreDocsSection';
17
+ export * from './PeopleSayAboutUsSection';
18
+ export * from './StepsRatafiaSection';
19
+ export * from './TryItRatafiaSection';
20
+ export * from './TryOurFreeLegalBlogsSection';
21
+ export * from './TryUsSection';
22
+ export * from './UnsubscribeSection';
23
+ export * from './WhyLawDistrictSection';
24
+ export * from './LearnMoreSection';
@@ -0,0 +1,2 @@
1
+ export { useIntersectionObserver } from './useIntersectionObserver';
2
+ export { useIsMobileOrTable } from './useIsMobileOrTable';
@@ -0,0 +1,22 @@
1
+ import { useEffect, useRef, useState } from 'react';
2
+ export function useIntersectionObserver({ options = {}, defaultIntersecting = false }) {
3
+ const [isIntersecting, setIsIntersecting] = useState(defaultIntersecting);
4
+ const elementRef = useRef(null);
5
+ useEffect(() => {
6
+ const currentElement = elementRef.current;
7
+ const observer = new IntersectionObserver((entries) => {
8
+ entries.forEach((entry) => {
9
+ setIsIntersecting(entry.isIntersecting);
10
+ });
11
+ }, options);
12
+ if (currentElement != null) {
13
+ observer.observe(currentElement);
14
+ }
15
+ return () => {
16
+ if (currentElement != null) {
17
+ observer.unobserve(currentElement);
18
+ }
19
+ };
20
+ }, [options]);
21
+ return [elementRef, isIntersecting];
22
+ }
@@ -0,0 +1,26 @@
1
+ import { useEffect, useState } from 'react';
2
+ export const useIsMobileOrTable = () => {
3
+ const [isMobile, setIsMobile] = useState(typeof window !== 'undefined' ? window.innerWidth < 575 : false);
4
+ const [isTablet, setIsTable] = useState(typeof window !== 'undefined' ? window.innerWidth < 960 && window.innerWidth >= 575 : false);
5
+ const [load, setLoad] = useState(false);
6
+ const [isGtLandscapeTablets, setIsGtLandscapeTablets] = useState(typeof window !== 'undefined' ? window.innerWidth > 720 : true);
7
+ const validateWidthScreen = () => {
8
+ setIsMobile(window.innerWidth < 575);
9
+ setIsTable(window.innerWidth < 960 && window.innerWidth >= 575);
10
+ setIsGtLandscapeTablets(window.innerWidth > 720);
11
+ };
12
+ useEffect(() => {
13
+ validateWidthScreen();
14
+ window.addEventListener('resize', validateWidthScreen);
15
+ setLoad(true);
16
+ return () => {
17
+ document.removeEventListener('resize', validateWidthScreen);
18
+ };
19
+ }, []);
20
+ return {
21
+ isMobile,
22
+ isTablet,
23
+ load,
24
+ isGtLandscapeTablets
25
+ };
26
+ };
@@ -0,0 +1,2 @@
1
+ import { DatePickerCustom } from './components/atoms/DatePickerCustom';
2
+ export { DatePickerCustom };
@@ -0,0 +1,8 @@
1
+ export var ProductCategory;
2
+ (function (ProductCategory) {
3
+ ProductCategory["Business"] = "Business";
4
+ ProductCategory["Employment"] = "Employment";
5
+ ProductCategory["RealEstate"] = "Real Estate";
6
+ ProductCategory["Finance"] = "Finance";
7
+ ProductCategory["PersonalFamily"] = "Personal and Family";
8
+ })(ProductCategory || (ProductCategory = {}));