@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,2 @@
1
+ export { Accordion } from './Accordion';
2
+ export { useDispatchDataAccordionItem, useStateDataAccordionItem } from './Accordion.context';
@@ -0,0 +1,9 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { Article } from '../../molecules';
3
+ // import './ArticlesList.scss'
4
+ const ArticlesList = ({ articles = [] }) => {
5
+ if (articles?.length === 0)
6
+ return null;
7
+ return (_jsx("div", { className: 'articles_wrapper', children: articles.map((article) => (_jsx(Article, { ...article }, `article_${article?.id}`))) }));
8
+ };
9
+ export default ArticlesList;
@@ -0,0 +1 @@
1
+ export { default as ArticlesList } from './ArticlesList';
@@ -0,0 +1,11 @@
1
+ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { RichTextInner } from '../../atoms';
3
+ import { TrustworthyWebsites } from '../../molecules/TrustworthyWebsites';
4
+ // import './AsSeeInContent.scss'
5
+ const AsSeeInContent = ({ children, trustWorthyImages }) => {
6
+ if (trustWorthyImages.images.length === 0) {
7
+ return null;
8
+ }
9
+ return (_jsxs(_Fragment, { children: [_jsx(RichTextInner, { customClass: 'as-see-in-content__text', children: children }), _jsx(TrustworthyWebsites, { images: trustWorthyImages.images })] }));
10
+ };
11
+ export default AsSeeInContent;
@@ -0,0 +1 @@
1
+ export { default as AsSeeInContent } from './AsSeeInContent';
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Button, Tag } from '../../atoms';
3
+ // import './CardFuncionality.scss'
4
+ export const CardFuncionality = ({ icon, title, text, tags, cta }) => {
5
+ return (_jsxs("article", { className: 'card-funcionality', children: [_jsxs("div", { className: 'content-tags', children: [_jsxs("div", { className: 'content', children: [_jsxs("div", { className: 'header', children: [_jsx("div", { className: 'icon', children: icon }), _jsx("p", { className: 'title', children: title })] }), _jsx("div", { title: text, className: 'text', children: text })] }), _jsx("div", { className: 'tags', children: tags.map((tag) => (_jsx(Tag, { ...tag }, tag.id))) })] }), _jsx(Button, { ...cta, givenClass: 'cta-card' })] }));
6
+ };
@@ -0,0 +1,2 @@
1
+ export * from './CardFuncionality';
2
+ export * from './CardFuncionalityProps';
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { EmailContactBox, PhoneContactBoxDesktop } from '../../molecules';
3
+ import { Button } from '../../atoms';
4
+ // import './ContactJumbotron.scss'
5
+ export const ContactJumbotron = ({ phoneBoxDesktopProps, emailContactBoxProps, faqsTitle, children, isJonSnow = false }) => {
6
+ return (_jsxs("div", { className: 'contact__text', children: [!isJonSnow && _jsx(PhoneContactBoxDesktop, { ...phoneBoxDesktopProps }), _jsx("h2", { className: 'contact__text__title sans-serif', children: faqsTitle }), _jsx("div", { className: 'contact__text__subtitle sans-serif', children: children }), !isJonSnow && (_jsx(Button, { givenClass: 'faq-button', color: 'secondary', label: 'Visit FAQ Page', link: '/faqs/', dataQa: 'visitFaq' })), _jsx(EmailContactBox, { ...emailContactBoxProps })] }));
7
+ };
@@ -0,0 +1 @@
1
+ export { ContactJumbotron } from './ContactJumbotron';
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Button, RichTextStrapi } from '../../atoms';
3
+ // import './CookiePolicyBar.scss'
4
+ export const CookiePolicyBar = ({ clickFunc, text }) => {
5
+ return (_jsxs("div", { className: 'cookie-policy-bar', children: [_jsx(RichTextStrapi, { html: text, className: 'cookie-policy-bar__text sans-serif --extra-small' }), _jsx("div", { className: 'cookie-policy-bar__button-container', children: _jsx(Button, { dataQa: '', givenClass: 'accept-cookies-button', noLink: true, color: 'primary3', label: 'Accept Cookies', onClick: clickFunc }) })] }));
6
+ };
@@ -0,0 +1,2 @@
1
+ export * from './CookiePolicyBar';
2
+ export * from './CookiePolicyBarProps';
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ // import './ErrorContentRatafia.scss'
3
+ export const ErrorContentRatafia = ({ title, errorMessage }) => {
4
+ return (_jsxs("div", { className: 'error-content-ratafia', children: [_jsx("h2", { className: 'error-content-ratafia__title', children: title }), _jsx("div", { className: 'error-content-ratafia__message', children: errorMessage })] }));
5
+ };
@@ -0,0 +1 @@
1
+ export { ErrorContentRatafia } from './ErrorContentRatafia';
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { FaqItem } from '../../molecules';
3
+ // import './FaqGroup.scss'
4
+ export const FaqGroup = ({ title, slug, faqs = [], hasAllClosed = false, children }) => {
5
+ return (_jsxs("div", { className: 'faqGroup', id: slug, children: [_jsx("h2", { className: 'title', id: `${slug}-faqs`, children: title }), children, _jsx("div", { className: 'faqs', children: faqs.map((faq, index) => (_jsx(FaqItem, { ...faq, index: hasAllClosed ? index + 1 : index }, faq.id))) })] }));
6
+ };
@@ -0,0 +1,2 @@
1
+ export * from './FaqGroup';
2
+ export * from './FaqGroupProps';
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { FeatureRatafiaCardList } from '../../molecules';
3
+ // import './FeaturesRatafiaContent.scss'
4
+ const FeaturesRatafiaContent = ({ title, description, notReleasedText = 'Coming Soon', features }) => {
5
+ return (_jsx("div", { className: 'features-ratafia-content', children: _jsxs("div", { className: 'features-ratafia-content__wrapper', children: [_jsxs("div", { className: 'features-ratafia-content__wrapper__title', children: [_jsx("h2", { className: 'sans-serif --super-large --bold-weight features-ratafia-content__wrapper__title__text', children: title }), _jsx("div", { className: 'sans-serif --super-medium features-ratafia-content__wrapper__title__description', children: description })] }), _jsx(FeatureRatafiaCardList, { features: features, notReleasedText: notReleasedText })] }) }));
6
+ };
7
+ export default FeaturesRatafiaContent;
@@ -0,0 +1 @@
1
+ export { default as FeaturesRatafiaContent } from './FeaturesRatafiaContent';
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
2
+ import { RichTextInner } from '../../atoms';
3
+ // import './GuidelinesContent.scss'
4
+ const GuidelinesContent = ({ title, image, children }) => {
5
+ return (_jsxs(_Fragment, { children: [_jsx("div", { className: 'guidelines-section__image big-devices', children: image }), _jsxs("div", { className: 'guidelines-section__texts', children: [_jsx("h2", { className: 'guidelines-section__texts__title', children: title }), _jsx(RichTextInner, { customClass: 'guidelines-section__texts__body', children: children })] }), _jsx("div", { className: 'guidelines-section__image is-mobile', children: image })] }));
6
+ };
7
+ export default GuidelinesContent;
@@ -0,0 +1 @@
1
+ export { default as GuidelinesContent } from './GuidelinesContent';
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { TagsRatafiaList } from '../../molecules';
3
+ // import './JumbotronRatafiaContent.scss'
4
+ const JumbotronRatafiaContent = ({ title, body, tags }) => {
5
+ return (_jsxs("div", { className: 'jumbotron-ratafia-content', children: [_jsx("div", { className: 'jumbotron-ratafia-content__title', children: title }), _jsx("span", { className: 'sans-serif --medium jumbotron-ratafia-content__description', itemProp: 'text', children: body }), _jsx(TagsRatafiaList, { tags: tags })] }));
6
+ };
7
+ export default JumbotronRatafiaContent;
@@ -0,0 +1 @@
1
+ export { default as JumbotronRatafiaContent } from './JumbotronRatafiaContent';
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ // import './KeyFactsLoadingContentRatafia.scss'
3
+ export const KeyFactsLoadingContentRatafia = ({ documentName, icon, text }) => {
4
+ return (_jsxs("div", { className: 'key-facts-loading-content', children: [_jsx("h2", { className: 'sans-serif --bold-weight key-facts-loading-content__document-name', children: documentName }), _jsxs("div", { className: 'key-facts-loading-content__animation-wrapper', children: [_jsxs("div", { className: 'key-facts-loading-content__animation-wrapper__animation animation-1', children: [_jsx("div", { className: 'key-facts-loading-content__animation-wrapper__animation__loader item-1' }), _jsx("div", { className: 'key-facts-loading-content__animation-wrapper__animation__loader item-6' }), _jsx("div", { className: 'key-facts-loading-content__animation-wrapper__animation__loader item-2' })] }), _jsxs("div", { className: 'key-facts-loading-content__animation-wrapper__animation animation-2', children: [_jsx("div", { className: 'key-facts-loading-content__animation-wrapper__animation__loader item-3' }), _jsx("div", { className: 'key-facts-loading-content__animation-wrapper__animation__loader item-4' }), _jsx("div", { className: 'key-facts-loading-content__animation-wrapper__animation__loader item-5' }), _jsx("div", { className: 'key-facts-loading-content__animation-wrapper__animation__loader item-6' })] }), _jsxs("div", { className: 'key-facts-loading-content__animation-wrapper__animation animation-3', children: [_jsx("div", { className: 'key-facts-loading-content__animation-wrapper__animation__loader item-1' }), _jsx("div", { className: 'key-facts-loading-content__animation-wrapper__animation__loader item-7' }), _jsx("div", { className: 'key-facts-loading-content__animation-wrapper__animation__loader item-4' })] }), _jsxs("div", { className: 'key-facts-loading-content__animation-wrapper__animation animation-4', children: [_jsx("div", { className: 'key-facts-loading-content__animation-wrapper__animation__loader item-3' }), _jsx("div", { className: 'key-facts-loading-content__animation-wrapper__animation__loader item-8' }), _jsx("div", { className: 'key-facts-loading-content__animation-wrapper__animation__loader item-2' }), _jsx("div", { className: 'key-facts-loading-content__animation-wrapper__animation__loader item-6' })] })] }), _jsxs("div", { className: 'key-facts-loading-content__message', children: [_jsx("div", { className: 'key-facts-loading-content__message__icon', children: icon }), _jsx("span", { className: 'sans-serif --medium key-facts-loading-content__message__text', children: text })] })] }));
5
+ };
6
+ export default KeyFactsLoadingContentRatafia;
@@ -0,0 +1 @@
1
+ export { default as KeyFactsLoadingContentRatafia } from './KeyFactsLoadingContentRatafia';
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { KeyFactCardListRatafia } from '../../molecules';
3
+ import { ReviewKeyFactsResultRatafia } from '../../atoms';
4
+ // import './KeyFactsResultContentRatafia.scss'
5
+ export const KeyFactsResultContentRatafia = ({ result, review }) => {
6
+ return (_jsxs("div", { className: 'key-facts-result-content', children: [_jsx("h2", { className: 'sans-serif --bold-weight key-facts-result-content__document-name', children: result?.documentName }), _jsxs("div", { className: 'key-facts-result-content__content', children: [result !== null && _jsx(KeyFactCardListRatafia, { keyFacts: result.keyFacts }), _jsx(ReviewKeyFactsResultRatafia, { ...review })] })] }));
7
+ };
8
+ export default KeyFactsResultContentRatafia;
@@ -0,0 +1 @@
1
+ export { default as KeyFactsResultContentRatafia } from './KeyFactsResultContentRatafia';
@@ -0,0 +1,33 @@
1
+ import { Fragment as _Fragment, jsxs as _jsxs, jsx as _jsx } from "react/jsx-runtime";
2
+ import { NavMenuItem } from '../../atoms';
3
+ import { useLanguageOptions } from './useLanguageOptions';
4
+ import { useLanguageSelected } from './useLanguageSelected';
5
+ import { useLanguagesSelector } from './useLanguagesSelector';
6
+ export const LanguageSelector = ({ languages = [
7
+ {
8
+ code: 'US',
9
+ url: '/'
10
+ }
11
+ ], selected = 'GB' }) => {
12
+ const { languagesSelector } = useLanguagesSelector(languages);
13
+ const { languageSelected } = useLanguageSelected(languagesSelector, selected);
14
+ const { languageOptions } = useLanguageOptions(languagesSelector, selected);
15
+ if (languages.length <= 1)
16
+ return null;
17
+ return (_jsx(NavMenuItem, { mainButton: {
18
+ label: '',
19
+ dataQa: 'language-selector',
20
+ children: (_jsxs(_Fragment, { children: [languageSelected.flag, " ", languageSelected.name] }))
21
+ }, items: languageOptions.map((lang) => {
22
+ return {
23
+ key: lang.code,
24
+ props: {
25
+ isExternal: true,
26
+ label: '',
27
+ dataQa: lang.code,
28
+ link: lang.url,
29
+ children: (_jsxs(_Fragment, { children: [lang.flag, " ", lang.name] }))
30
+ }
31
+ };
32
+ }) }));
33
+ };
@@ -0,0 +1,6 @@
1
+ export * from './LanguageSelector';
2
+ export * from './LanguageSelectorProps';
3
+ export * from './LenguageSelectorItem';
4
+ export * from './useLanguagesSelector';
5
+ export * from './useLanguageSelected';
6
+ export * from './useLanguageOptions';
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export const useLanguageOptions = (languagesSelector, selected) => {
3
+ const [languageOptions, setLanguageOptions] = React.useState(languagesSelector.filter((lang) => lang.code !== selected));
4
+ React.useEffect(() => {
5
+ setLanguageOptions(languagesSelector.filter((lang) => lang.code !== selected));
6
+ }, [selected, languagesSelector]);
7
+ return { languageOptions };
8
+ };
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export const useLanguageSelected = (languagesSelector, selected) => {
3
+ const [languageSelected, setLanguageSelected] = React.useState(languagesSelector.find((lang) => lang.code === selected) ?? languagesSelector[0]);
4
+ React.useEffect(() => {
5
+ setLanguageSelected(languagesSelector.find((lang) => lang.code === selected) ?? languagesSelector[0]);
6
+ }, [selected]);
7
+ return { languageSelected };
8
+ };
@@ -0,0 +1,24 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import React from 'react';
3
+ import { GBFlag } from '../../../../images/componentsSvg/flags/GBFlag';
4
+ import { USFlag } from '../../../../images/componentsSvg/flags/USFlag';
5
+ export const useLanguagesSelector = (languages) => {
6
+ const flags = new Map([
7
+ ['en-US', _jsx(USFlag, {}, 'us-flag')],
8
+ ['en-GB', _jsx(GBFlag, {}, 'gb-flag')]
9
+ ]);
10
+ const initSelector = () => {
11
+ if (languages.length === 0)
12
+ return [];
13
+ return languages.map((lang) => ({
14
+ ...lang,
15
+ flag: lang.flag ?? flags.get(lang.code),
16
+ name: lang.name ?? lang.code.slice(-2)
17
+ }));
18
+ };
19
+ const [languagesSelector, setLanguagesSelector] = React.useState(initSelector());
20
+ React.useEffect(() => {
21
+ setLanguagesSelector(initSelector());
22
+ }, [languages]);
23
+ return { languagesSelector };
24
+ };
@@ -0,0 +1,22 @@
1
+ import { jsxs as _jsxs, jsx as _jsx } from "react/jsx-runtime";
2
+ import React from 'react';
3
+ import { useLanguageOptions, useLanguageSelected, useLanguagesSelector } from '../LanguageSelector';
4
+ import { Button } from '../../atoms';
5
+ import { ChevronExpandMore } from '../../../../images/componentsSvg/ChevronExpandMore';
6
+ // import './LanguageSelectorMobile.scss'
7
+ export const LanguageSelectorMobile = ({ languages = [
8
+ {
9
+ code: 'US',
10
+ url: '/'
11
+ }
12
+ ], selected = 'GB' }) => {
13
+ const { languagesSelector } = useLanguagesSelector(languages);
14
+ const { languageSelected } = useLanguageSelected(languagesSelector, selected);
15
+ const { languageOptions } = useLanguageOptions(languagesSelector, selected);
16
+ const [isOpen, setIsOpen] = React.useState(false);
17
+ if (languages.length <= 1)
18
+ return null;
19
+ return (_jsxs("div", { className: `language-selector-mobile ${isOpen ? 'open' : ''}`, children: [_jsxs(Button, { color: 'transparent', noLink: true, givenClass: 'selected-option', label: '', dataQa: 'language-selector-mobile', fluid: true, onClick: () => {
20
+ setIsOpen(!isOpen);
21
+ }, children: [_jsxs("div", { className: 'language', children: [languageSelected.flag, " ", languageSelected.name] }), _jsx(ChevronExpandMore, { fill: '#DBE1E5' })] }), _jsx("div", { className: 'options', children: languageOptions.map((language) => (_jsx(Button, { color: 'transparent', isExternal: true, givenClass: 'option', label: '', dataQa: `language-selector-mobile-option-${language.code}`, link: language.url, fluid: true, children: _jsxs("div", { className: 'language', children: [language.flag, " ", language.name] }) }, language.code))) })] }));
22
+ };
@@ -0,0 +1 @@
1
+ export * from './LanguageSelectorMobile';
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { HeaderRatafia } from '../../molecules';
3
+ // import './LayoutRatafia.scss'
4
+ export const LayoutRatafia = ({ header, content, cta, footerDesktop, footerMobile }) => {
5
+ return (_jsx("div", { className: 'layout-ratafia', children: _jsxs("div", { className: 'layout-ratafia__wrapper', children: [_jsx("div", { className: 'layout-ratafia__wrapper__header', children: _jsx(HeaderRatafia, { ...header }) }), _jsxs("div", { className: 'layout-ratafia__wrapper__content', children: [content, _jsx("div", { className: 'layout-ratafia__wrapper__cta', children: cta })] }), _jsx("div", { className: 'layout-ratafia__wrapper__footer-desktop', children: footerDesktop }), _jsx("div", { className: 'layout-ratafia__wrapper__footer-mobile', children: footerMobile })] }) }));
6
+ };
7
+ export default LayoutRatafia;
@@ -0,0 +1 @@
1
+ export { default as LayoutRatafia } from './LayoutRatafia';
@@ -0,0 +1,9 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { StepGetForm } from '../../molecules';
3
+ // import './ListStepsGetForm.scss'
4
+ const ListStepsGetForm = ({ steps = [] }) => {
5
+ if (steps.length === 0)
6
+ return null;
7
+ return (_jsx("div", { className: 'homeSteps__container', children: _jsx("div", { className: 'homeSteps wrapper', children: _jsx("div", { className: 'homeStepsItemsContainer', children: steps.map((step) => (_jsx(StepGetForm, { ...step }, step.id))) }) }) }));
8
+ };
9
+ export default ListStepsGetForm;
@@ -0,0 +1 @@
1
+ export { default as ListStepsGetForm } from './ListStepsGetForm';
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { TextInput } from '../../molecules';
3
+ // import './LoginRatafiaContent.scss'
4
+ const LoginRatafiaContent = ({ title, email }) => {
5
+ return (_jsxs("div", { className: 'login-ratafia-content', children: [_jsx("h2", { className: 'login-ratafia-content__title', children: title }), _jsx("div", { className: 'login-ratafia-content__email', children: _jsx(TextInput, { ...email }) })] }));
6
+ };
7
+ export default LoginRatafiaContent;
@@ -0,0 +1 @@
1
+ export { default as LoginRatafiaContent } from './LoginRatafiaContent';
@@ -0,0 +1,22 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import classNames from 'classnames';
3
+ import { Button, SidemenuTab } from '../../atoms';
4
+ // import './MobileBottomBar.scss'
5
+ const MobileBottomBar = ({ children, list, active }) => {
6
+ if (children === undefined && list?.length === 0)
7
+ return null;
8
+ const classnames = classNames('mobile-bottom-bar', {
9
+ 'mobile-bottom-bar--active': active
10
+ });
11
+ if (children !== undefined)
12
+ return _jsx("div", { className: classnames, children: children });
13
+ if (list === undefined)
14
+ return null;
15
+ return (_jsx("div", { className: classnames, children: list.map((tab, index) => {
16
+ if (tab.type === 'button') {
17
+ return (_jsx(Button, { noLink: true, color: 'primary', ...tab, children: tab.image }, index));
18
+ }
19
+ return _jsx(SidemenuTab, { mobile: true, ...tab }, index);
20
+ }) }));
21
+ };
22
+ export default MobileBottomBar;
@@ -0,0 +1 @@
1
+ export { default as MobileBottomBar } from './MobileBottomBar';
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { StepRatafiaCardList } from '../../molecules';
3
+ // import './StepsRatafiaContent.scss'
4
+ const StepsRatafiaContent = ({ title, steps }) => {
5
+ return (_jsxs("div", { className: 'steps-ratafia-content', children: [_jsx("h2", { className: 'sans-serif --super-large --bold-weight steps-ratafia-content__title', children: title }), _jsx(StepRatafiaCardList, { steps: steps })] }));
6
+ };
7
+ export default StepsRatafiaContent;
@@ -0,0 +1 @@
1
+ export { default as StepsRatafiaContent } from './StepsRatafiaContent';
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
2
+ import { RichTextInner } from '../../atoms';
3
+ // import './TryOurFreeLegalBlogsContent.scss'
4
+ const TryOurFreeLegalBlogsContent = ({ title, image, children }) => {
5
+ return (_jsxs(_Fragment, { children: [_jsxs("div", { className: 'try-our-free-legal-blogs-section__texts', children: [_jsx("h2", { className: 'try-our-free-legal-blogs-section__texts__title', children: title }), _jsx(RichTextInner, { customClass: 'try-our-free-legal-blogs-section__texts__body', children: children })] }), _jsx("div", { className: 'try-our-free-legal-blogs-section__image', children: image })] }));
6
+ };
7
+ export default TryOurFreeLegalBlogsContent;
@@ -0,0 +1 @@
1
+ export { default as TryOurFreeLegalBlogsContent } from './TryOurFreeLegalBlogsContent';
@@ -0,0 +1,22 @@
1
+ export * from './AboutUsContent';
2
+ export * from './Accordion';
3
+ export * from './ArticlesList';
4
+ export * from './AsSeeInContent';
5
+ export * from './CardFuncionality';
6
+ export * from './ContactJumbotron';
7
+ export * from './CookiePolicyBar';
8
+ export * from './ErrorContentRatafia';
9
+ export * from './FaqGroup';
10
+ export * from './FeaturesRatafiaContent';
11
+ export * from './GuidelinesContent';
12
+ export * from './JumbotronRatafiaContent';
13
+ export * from './KeyFactsLoadingContentRatafia';
14
+ export * from './KeyFactsResultContentRatafia';
15
+ export * from './LanguageSelector';
16
+ export * from './LanguageSelectorMobile';
17
+ export * from './LayoutRatafia';
18
+ export * from './ListStepsGetForm';
19
+ export * from './LoginRatafiaContent';
20
+ export * from './MobileBottomBar';
21
+ export * from './StepsRatafiaContent';
22
+ export * from './TryOurFreeLegalBlogsContent';
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { AboutUsSection, AsSeeInSection, ExpertsSection, GuidelinesSection, PeopleSayAboutUsSection, TryOurFreeLegalBlogsSection, TryUsSection } from '../../sections';
3
+ export const AboutUsPage = ({ aboutUsSectionProps, tryOurFreeLegalBlogsSectionProps, peopleSayAboutUsSectionProps, guidelinesSectionProps, tryUsSectionProps, expertsSectionProps, asSeeInSectionProps, isJonSnow = false }) => {
4
+ return (_jsxs(_Fragment, { children: [aboutUsSectionProps != null && _jsx(AboutUsSection, { ...aboutUsSectionProps }), tryOurFreeLegalBlogsSectionProps != null && (_jsx(TryOurFreeLegalBlogsSection, { ...tryOurFreeLegalBlogsSectionProps })), !isJonSnow && peopleSayAboutUsSectionProps != null && (_jsx(PeopleSayAboutUsSection, { ...peopleSayAboutUsSectionProps })), guidelinesSectionProps != null && (_jsx(GuidelinesSection, { ...guidelinesSectionProps, children: guidelinesSectionProps.contentGuidelines?.children })), tryUsSectionProps != null && _jsx(TryUsSection, { ...tryUsSectionProps, children: tryUsSectionProps.children }), expertsSectionProps != null && _jsx(ExpertsSection, { ...expertsSectionProps }), !isJonSnow && asSeeInSectionProps != null && _jsx(AsSeeInSection, { ...asSeeInSectionProps })] }));
5
+ };
@@ -0,0 +1,2 @@
1
+ export * from './AboutUsPage';
2
+ export * from './AboutUsPageProps';
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { ContactSection, JumbotronSimplifiedSection } from '../../sections';
3
+ import { PhoneContactBoxMobile } from '../../molecules';
4
+ export const ContactUsPage = ({ jumbotronSimplifiedSectionProps, phoneContactBox, contactProps, isJonSnow = false }) => {
5
+ return (_jsxs(_Fragment, { children: [_jsx(JumbotronSimplifiedSection, { ...jumbotronSimplifiedSectionProps }), !isJonSnow && _jsx(PhoneContactBoxMobile, { ...phoneContactBox }), _jsx(ContactSection, { ...contactProps })] }));
6
+ };
@@ -0,0 +1,2 @@
1
+ export * from './ContactUsPage';
2
+ export * from './ContactUsPageProps';
@@ -0,0 +1,13 @@
1
+ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
2
+ import { Button } from '../../atoms';
3
+ import DisclaimerRatafia from '../../atoms/DisclaimerRatafia/DisclaimerRatafia';
4
+ import { ErrorContentRatafia } from '../../organisms';
5
+ import { LayoutRatafia } from '../../organisms/LayoutRatafia';
6
+ // import './ErrorRatafiaPage.scss'
7
+ export const ErrorRatafiaPage = ({ header, errorContent, disclaimer, goToDashboardCta, tryAgainCta }) => {
8
+ const ctas = (_jsxs("div", { className: 'error-ratafia-page__ctas', children: [_jsx(Button, { givenClass: 'error-ratafia-page__ctas__button', dataQa: tryAgainCta.dataQa, color: 'primary', label: tryAgainCta.label, onClick: tryAgainCta.handleOnClick, link: tryAgainCta.link }), _jsx(Button, { givenClass: 'error-ratafia-page__ctas__button', dataQa: goToDashboardCta.dataQa, color: 'secondary', label: goToDashboardCta.label, onClick: goToDashboardCta.handleOnClick, link: goToDashboardCta.link })] }));
9
+ const content = _jsx(ErrorContentRatafia, { title: errorContent.title, errorMessage: errorContent.errorMessage });
10
+ const footerDesktop = (_jsx(DisclaimerRatafia, { icon: disclaimer.icon, text: disclaimer.text, copyrightText: disclaimer.copyrightText, ctaTextShowDisclaimer: disclaimer.ctaTextShowDisclaimer, ctaTextCloseDisclaimer: disclaimer.ctaTextCloseDisclaimer }));
11
+ const footerMobile = (_jsxs(_Fragment, { children: [footerDesktop, ctas] }));
12
+ return (_jsx("div", { className: 'error-ratafia-page', children: _jsx(LayoutRatafia, { header: header, content: content, cta: ctas, footerDesktop: footerDesktop, footerMobile: footerMobile }) }));
13
+ };
@@ -0,0 +1 @@
1
+ export { ErrorRatafiaPage } from './ErrorRatafiaPage';
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { AsideMenuSection, FaqSection } from '../../sections';
3
+ // import './FaqsPage.scss'
4
+ export const FaqsPage = ({ title, subtitle, asideMenuSectionProps, faqSectionProps }) => {
5
+ return (_jsxs("div", { className: 'faq-page', children: [_jsxs("div", { className: 'titles', children: [_jsx("h1", { className: 'title', children: title }), _jsx("h2", { className: 'subtitle', children: subtitle })] }), _jsxs("div", { className: 'main-content', children: [_jsx(AsideMenuSection, { ...asideMenuSectionProps }), _jsx(FaqSection, { ...faqSectionProps })] })] }));
6
+ };
@@ -0,0 +1,2 @@
1
+ export * from './FaqsPage';
2
+ export * from './FaqsPageProps';
@@ -0,0 +1,15 @@
1
+ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { KeyFactsLoadingContentRatafia, KeyFactsResultContentRatafia } from '../../organisms';
3
+ import { Button } from '../../atoms';
4
+ import DisclaimerRatafia from '../../atoms/DisclaimerRatafia/DisclaimerRatafia';
5
+ import { LayoutRatafia } from '../../organisms/LayoutRatafia';
6
+ // import './KeyFactsResultRatafiaPage.scss'
7
+ export const KeyFactsResultRatafiaPage = ({ header, resultContent, reviewContent, disclaimer, cta, loadingIcon, loadingText, isLoading }) => {
8
+ const loadingContent = (_jsx("div", { className: 'key-facts-result-page__content', children: _jsx(KeyFactsLoadingContentRatafia, { documentName: resultContent.documentName, icon: loadingIcon, text: loadingText }) }));
9
+ const loadedContent = (_jsx("div", { className: 'key-facts-result-page__content', children: _jsx(KeyFactsResultContentRatafia, { result: resultContent, review: reviewContent }) }));
10
+ const ctaButton = isLoading ? null : (_jsx(Button, { givenClass: 'key-facts-result-page__content__cta', dataQa: cta.dataQa, color: 'primary', label: cta.label, onClick: cta.handleOnClick, noLink: true }));
11
+ const footerDesktop = (_jsx("div", { className: 'key-facts-result-page__footer-desktop', children: _jsx(DisclaimerRatafia, { icon: disclaimer.icon, text: disclaimer.text, copyrightText: disclaimer.copyrightText, ctaTextShowDisclaimer: disclaimer.ctaTextShowDisclaimer, ctaTextCloseDisclaimer: disclaimer.ctaTextCloseDisclaimer }) }));
12
+ const footerMobile = (_jsxs(_Fragment, { children: [footerDesktop, ctaButton] }));
13
+ return (_jsx("div", { className: 'key-facts-result-page', children: _jsx(LayoutRatafia, { header: header, content: isLoading ? loadingContent : loadedContent, cta: ctaButton, footerDesktop: footerDesktop, footerMobile: footerMobile }) }));
14
+ };
15
+ export default KeyFactsResultRatafiaPage;
@@ -0,0 +1 @@
1
+ export { default as KeyFactsResultRatafiaPage } from './KeyFactsResultRatafiaPage';
@@ -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 { LegalSection } from '../../sections';
4
+ export const LegalPage = ({ jumbotron, legalSection }) => {
5
+ return (_jsxs(_Fragment, { children: [_jsx(JumbotronStatic, { ...jumbotron }), _jsx(LegalSection, { ...legalSection })] }));
6
+ };
@@ -0,0 +1,2 @@
1
+ export * from './LegalPage';
2
+ export * from './LegalPageProps';