@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.
- package/dist/images/componentsSvg/ArrowRight.js +2 -0
- package/dist/images/componentsSvg/ChevronExpandLess.js +2 -0
- package/dist/images/componentsSvg/ChevronExpandMore.js +2 -0
- package/dist/images/componentsSvg/ChevronRight.js +2 -0
- package/dist/images/componentsSvg/ChevronRight24px.js +2 -0
- package/dist/images/componentsSvg/Done24px.js +2 -0
- package/dist/images/componentsSvg/Done24pxoutlined.js +4 -0
- package/dist/images/componentsSvg/InfoError24pxOutlined.js +2 -0
- package/dist/images/componentsSvg/MailSvg.js +4 -0
- package/dist/images/componentsSvg/MenuCollapse24p.js +2 -0
- package/dist/images/componentsSvg/NewRelease24p.js +2 -0
- package/dist/images/componentsSvg/SvgProps.js +1 -0
- package/dist/images/componentsSvg/SymbolDoc.js +4 -0
- package/dist/images/componentsSvg/Time24px.js +2 -0
- package/dist/images/componentsSvg/flags/GBFlag.js +4 -0
- package/dist/images/componentsSvg/flags/USFlag.js +4 -0
- package/dist/images/componentsSvg/generalCategories/BusinessIconCategory.js +4 -0
- package/dist/images/componentsSvg/generalCategories/EmploymentIconCategory.js +4 -0
- package/dist/images/componentsSvg/generalCategories/FinanceIconCategory.js +4 -0
- package/dist/images/componentsSvg/generalCategories/PersonalFamilyIconCategory.js +4 -0
- package/dist/images/componentsSvg/generalCategories/RealEstateIconCategory.js +4 -0
- package/dist/images/componentsSvg/generalCategories/index.js +5 -0
- package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.js +6 -0
- package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCardProps.types.js +1 -0
- package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/index.js +1 -0
- package/dist/src/components/atoms/AddButton/AddButton.js +6 -0
- package/dist/src/components/atoms/AddButton/AddButtonProps.types.js +1 -0
- package/dist/src/components/atoms/AddButton/index.js +1 -0
- package/dist/src/components/atoms/BaseBox/BaseBox.js +15 -0
- package/dist/src/components/atoms/BaseBox/BaseBox.styled.js +24 -0
- package/dist/src/components/atoms/BaseBox/BaseBoxProps.types.js +1 -0
- package/dist/src/components/atoms/BaseBox/index.js +1 -0
- package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.js +6 -0
- package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCardProps.types.js +1 -0
- package/dist/src/components/atoms/BenefitRatafiaCard/index.js +1 -0
- package/dist/src/components/atoms/BillCard/BillCard.js +6 -0
- package/dist/src/components/atoms/BillCard/BillCardProps.types.js +1 -0
- package/dist/src/components/atoms/BillCard/index.js +1 -0
- package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.js +7 -0
- package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenuProps.types.js +1 -0
- package/dist/src/components/atoms/BottomOverlayMenu/index.js +1 -0
- package/dist/src/components/atoms/BreadcrumItem/BreadcrumItem.js +7 -0
- package/dist/src/components/atoms/BreadcrumItem/BreadcrumItemProps.types.js +1 -0
- package/dist/src/components/atoms/BreadcrumItem/index.js +1 -0
- package/dist/src/components/atoms/Button/Button.js +54 -0
- package/dist/src/components/atoms/Button/ButtonProps.types.js +1 -0
- package/dist/src/components/atoms/Button/index.js +1 -0
- package/dist/src/components/atoms/ButtonIcon/ButtonIcon.js +26 -0
- package/dist/src/components/atoms/ButtonIcon/ButtonIconProps.types.js +1 -0
- package/dist/src/components/atoms/ButtonIcon/index.js +1 -0
- package/dist/src/components/atoms/CardPane/CardPane.js +9 -0
- package/dist/src/components/atoms/CardPane/CardPaneInfo.js +15 -0
- package/dist/src/components/atoms/CardPane/CardPaneProps.types.js +1 -0
- package/dist/src/components/atoms/CardPane/index.js +1 -0
- package/dist/src/components/atoms/Checkbox/Checkbox.js +7 -0
- package/dist/src/components/atoms/Checkbox/CheckboxProps.types.js +1 -0
- package/dist/src/components/atoms/Checkbox/index.js +1 -0
- package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.js +79 -0
- package/dist/src/components/atoms/DatePickerCustom/DatePickerCustomProps.types.js +1 -0
- package/dist/src/components/atoms/DatePickerCustom/index.js +1 -14680
- package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.js +53 -0
- package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIconProps.types.js +1 -0
- package/dist/src/components/atoms/DialogMenuIcon/index.js +1 -0
- package/dist/src/components/atoms/Disclaimer/Disclaimer.js +9 -0
- package/dist/src/components/atoms/Disclaimer/DisclaimerProps.types.js +1 -0
- package/dist/src/components/atoms/Disclaimer/index.js +1 -0
- package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.js +21 -0
- package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafiaProps.js +1 -0
- package/dist/src/components/atoms/DisclaimerRatafia/index.js +1 -0
- package/dist/src/components/atoms/Divider/Divider.js +8 -0
- package/dist/src/components/atoms/Divider/DividerProps.types.js +1 -0
- package/dist/src/components/atoms/Divider/index.js +1 -0
- package/dist/src/components/atoms/DocumentStatus/DocumentStatus.js +15 -0
- package/dist/src/components/atoms/DocumentStatus/DocumentStatusProps.types.js +1 -0
- package/dist/src/components/atoms/DocumentStatus/index.js +1 -0
- package/dist/src/components/atoms/DocumentTag/DocumentTag.js +7 -0
- package/dist/src/components/atoms/DocumentTag/DocumentTagProps.js +1 -0
- package/dist/src/components/atoms/DocumentTag/index.js +1 -0
- package/dist/src/components/atoms/ExpertCard/ExpertCard.js +6 -0
- package/dist/src/components/atoms/ExpertCard/ExpertCardProps.types.js +1 -0
- package/dist/src/components/atoms/ExpertCard/index.js +1 -0
- package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.js +6 -0
- package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCardProps.types.js +1 -0
- package/dist/src/components/atoms/FeatureRatafiaCard/index.js +1 -0
- package/dist/src/components/atoms/FormFaq/FormFaq.js +6 -0
- package/dist/src/components/atoms/FormFaq/FormFaqProps.types.js +1 -0
- package/dist/src/components/atoms/FormFaq/index.js +1 -0
- package/dist/src/components/atoms/GoogleButton/GoogleButton.js +7 -0
- package/dist/src/components/atoms/GoogleButton/GoogleButtonProps.types.js +1 -0
- package/dist/src/components/atoms/GoogleButton/index.js +1 -0
- package/dist/src/components/atoms/IconImage/IconImage.js +9 -0
- package/dist/src/components/atoms/IconImage/IconImageProps.types.js +1 -0
- package/dist/src/components/atoms/IconImage/index.js +1 -0
- package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.js +15 -0
- package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColorProps.types.js +1 -0
- package/dist/src/components/atoms/IconSvgURLWithThemeColor/index.js +1 -0
- package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.js +6 -0
- package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.types.js +1 -0
- package/dist/src/components/atoms/IconTextInfoSection/index.js +1 -0
- package/dist/src/components/atoms/InfoBox/InfoBox.js +7 -0
- package/dist/src/components/atoms/InfoBox/InfoBoxProps.types.js +1 -0
- package/dist/src/components/atoms/InfoBox/index.js +1 -0
- package/dist/src/components/atoms/JumbotronStatic/JumbotronStatic.js +5 -0
- package/dist/src/components/atoms/JumbotronStatic/JumbotronStaticProps.types.js +1 -0
- package/dist/src/components/atoms/JumbotronStatic/index.js +1 -0
- package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.js +6 -0
- package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCardProps.types.js +1 -0
- package/dist/src/components/atoms/KeyFactRatafiaCard/index.js +1 -0
- package/dist/src/components/atoms/Logo/Logo.js +48 -0
- package/dist/src/components/atoms/Logo/LogoProps.types.js +1 -0
- package/dist/src/components/atoms/Logo/index.js +1 -0
- package/dist/src/components/atoms/LogoText/LogoText.js +6 -0
- package/dist/src/components/atoms/LogoText/LogoTextProps.types.js +1 -0
- package/dist/src/components/atoms/LogoText/index.js +1 -0
- package/dist/src/components/atoms/MenuItems/MenuItemProps.types.js +1 -0
- package/dist/src/components/atoms/MenuItems/MenuItems.js +41 -0
- package/dist/src/components/atoms/MenuItems/index.js +1 -0
- package/dist/src/components/atoms/Message/Message.js +8 -0
- package/dist/src/components/atoms/Message/MessageProps.types.js +1 -0
- package/dist/src/components/atoms/Message/index.js +1 -0
- package/dist/src/components/atoms/MessageInformation/MessageInformation.js +6 -0
- package/dist/src/components/atoms/MessageInformation/MessageInformationProps.types.js +1 -0
- package/dist/src/components/atoms/MessageInformation/index.js +1 -0
- package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.js +12 -0
- package/dist/src/components/atoms/MoreDocsItem/MoreDocsItemProps.js +1 -0
- package/dist/src/components/atoms/MoreDocsItem/index.js +2 -0
- package/dist/src/components/atoms/NavMenuItem/NavMenuItem.js +8 -0
- package/dist/src/components/atoms/NavMenuItem/NavMenuItemProps.js +1 -0
- package/dist/src/components/atoms/NavMenuItem/index.js +2 -0
- package/dist/src/components/atoms/PaypalButton/PaypalButton.js +7 -0
- package/dist/src/components/atoms/PaypalButton/PaypalButtonProps.types.js +1 -0
- package/dist/src/components/atoms/PaypalButton/index.js +1 -0
- package/dist/src/components/atoms/PopularDocsItem/PopularDocsItem.js +7 -0
- package/dist/src/components/atoms/PopularDocsItem/PopularDocsItemProps.js +1 -0
- package/dist/src/components/atoms/PopularDocsItem/index.js +2 -0
- package/dist/src/components/atoms/ProgressBar/ProgressBar.js +7 -0
- package/dist/src/components/atoms/ProgressBar/ProgressBarProps.types.js +1 -0
- package/dist/src/components/atoms/ProgressBar/index.js +1 -0
- package/dist/src/components/atoms/Radio/Radio.js +20 -0
- package/dist/src/components/atoms/Radio/RadioProps.types.js +1 -0
- package/dist/src/components/atoms/Radio/index.js +1 -0
- package/dist/src/components/atoms/RemoveButton/RemoveButton.js +7 -0
- package/dist/src/components/atoms/RemoveButton/RemoveButtonProps.types.js +1 -0
- package/dist/src/components/atoms/RemoveButton/index.js +1 -0
- package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.js +6 -0
- package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafiaProps.types.js +1 -0
- package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/index.js +1 -0
- package/dist/src/components/atoms/RichTextInner/RichTextInner.js +4 -0
- package/dist/src/components/atoms/RichTextInner/RichTextInnerProps.types.js +1 -0
- package/dist/src/components/atoms/RichTextInner/index.js +1 -0
- package/dist/src/components/atoms/RichTextStrapi/RichTextMedia.js +1 -0
- package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.js +9 -0
- package/dist/src/components/atoms/RichTextStrapi/RichTextStrapiProps.js +1 -0
- package/dist/src/components/atoms/RichTextStrapi/index.js +1 -0
- package/dist/src/components/atoms/RichTextStrapi/useFormattedText.js +24 -0
- package/dist/src/components/atoms/SearchSelect/SearchSelect.js +55 -0
- package/dist/src/components/atoms/SearchSelect/SearchSelectProps.types.js +1 -0
- package/dist/src/components/atoms/SearchSelect/index.js +1 -0
- package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.js +13 -0
- package/dist/src/components/atoms/ShowMoreBox/ShowMoreBoxProps.js +1 -0
- package/dist/src/components/atoms/ShowMoreBox/index.js +1 -0
- package/dist/src/components/atoms/SidemenuTab/SideMenuTabProps.types.js +1 -0
- package/dist/src/components/atoms/SidemenuTab/SidemenuTab.js +17 -0
- package/dist/src/components/atoms/SidemenuTab/index.js +1 -0
- package/dist/src/components/atoms/Spinner/Spinner.js +6 -0
- package/dist/src/components/atoms/Spinner/SpinnerProps.types.js +1 -0
- package/dist/src/components/atoms/Spinner/index.js +1 -0
- package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.js +6 -0
- package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCardProps.types.js +1 -0
- package/dist/src/components/atoms/StepRatafiaCard/index.js +1 -0
- package/dist/src/components/atoms/Tag/Tag.js +5 -0
- package/dist/src/components/atoms/Tag/TagProps.js +1 -0
- package/dist/src/components/atoms/Tag/index.js +2 -0
- package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.js +6 -0
- package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItemProps.types.js +1 -0
- package/dist/src/components/atoms/TagRatafiaItem/index.js +1 -0
- package/dist/src/components/atoms/Tagline/Tagline.js +5 -0
- package/dist/src/components/atoms/Tagline/TaglineProps.types.js +1 -0
- package/dist/src/components/atoms/Tagline/index.js +1 -0
- package/dist/src/components/atoms/TestAB/TestAB.js +23 -0
- package/dist/src/components/atoms/TextArea/TextArea.js +9 -0
- package/dist/src/components/atoms/TextArea/TextAreaProps.types.js +1 -0
- package/dist/src/components/atoms/TextArea/index.js +1 -0
- package/dist/src/components/atoms/Toggle/Toggle.js +6 -0
- package/dist/src/components/atoms/Toggle/ToggleProps.types.js +1 -0
- package/dist/src/components/atoms/Toggle/index.js +1 -0
- package/dist/src/components/atoms/Tooltip/Tooltip.js +14 -0
- package/dist/src/components/atoms/Tooltip/TooltipProps.types.js +1 -0
- package/dist/src/components/atoms/Tooltip/index.js +1 -0
- package/dist/src/components/atoms/TopBar/TopBar.js +12 -0
- package/dist/src/components/atoms/TopBar/TopBarProps.types.js +1 -0
- package/dist/src/components/atoms/TopBar/index.js +1 -0
- package/dist/src/components/atoms/TopBarMobile/TopBarMobile.js +9 -0
- package/dist/src/components/atoms/TopBarMobile/index.js +1 -0
- package/dist/src/components/atoms/TrustPilot/TrustPilot.js +6 -0
- package/dist/src/components/atoms/TrustPilot/TrustPilotProps.types.js +1 -0
- package/dist/src/components/atoms/TrustPilot/index.js +1 -0
- package/dist/src/components/atoms/Video/Video.js +9 -0
- package/dist/src/components/atoms/Video/VideoProps.types.js +1 -0
- package/dist/src/components/atoms/Video/index.js +1 -0
- package/dist/src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.js +8 -0
- package/dist/src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItemsProps.types.js +1 -0
- package/dist/src/components/atoms/WhyLawDistrictItems/index.js +1 -0
- package/dist/src/components/atoms/WideInfoBar/WideInfoBar.js +7 -0
- package/dist/src/components/atoms/WideInfoBar/index.js +1 -0
- package/dist/src/components/atoms/index.js +60 -0
- package/dist/src/components/molecules/AccordionItem/AccordionItem.js +23 -0
- package/dist/src/components/molecules/AccordionItem/AccordionItemProps.types.js +1 -0
- package/dist/src/components/molecules/AccordionItem/index.js +1 -0
- package/dist/src/components/molecules/ActionButtonHeaderRatafiaCardList/ActionButtonHeaderRatafiaCardList.js +9 -0
- package/dist/src/components/molecules/ActionButtonHeaderRatafiaCardList/ActionButtonHeaderRatafiaCardListProps.types.js +1 -0
- package/dist/src/components/molecules/ActionButtonHeaderRatafiaCardList/index.js +1 -0
- package/dist/src/components/molecules/AlsoKnownAs/AlsoKnownAs.js +10 -0
- package/dist/src/components/molecules/AlsoKnownAs/AlsoKnownAsProps.types.js +1 -0
- package/dist/src/components/molecules/AlsoKnownAs/index.js +1 -0
- package/dist/src/components/molecules/Article/Article.js +7 -0
- package/dist/src/components/molecules/Article/ArticleProps.types.js +1 -0
- package/dist/src/components/molecules/Article/index.js +1 -0
- package/dist/src/components/molecules/BaseBoxList/BaseBoxList.js +13 -0
- package/dist/src/components/molecules/BaseBoxList/BaseBoxListProps.types.js +1 -0
- package/dist/src/components/molecules/BaseBoxList/index.js +1 -0
- package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardList.js +9 -0
- package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardListProps.types.js +1 -0
- package/dist/src/components/molecules/BenefitRatafiaCardList/index.js +1 -0
- package/dist/src/components/molecules/BottomFixedBar/BottomFixedBar.js +9 -0
- package/dist/src/components/molecules/BottomFixedBar/BottomFixedBarProps.types.js +1 -0
- package/dist/src/components/molecules/BottomFixedBar/index.js +1 -0
- package/dist/src/components/molecules/BottomOverlay/BottomOverlay.js +49 -0
- package/dist/src/components/molecules/BottomOverlay/BottomOverlayProps.types.js +1 -0
- package/dist/src/components/molecules/BottomOverlay/index.js +1 -0
- package/dist/src/components/molecules/BoxForm/BoxForm.js +21 -0
- package/dist/src/components/molecules/BoxForm/BoxFormProps.types.js +1 -0
- package/dist/src/components/molecules/BoxForm/index.js +1 -0
- package/dist/src/components/molecules/Breadcrumb/Breadcrumb.js +7 -0
- package/dist/src/components/molecules/Breadcrumb/BreadcrumbProps.types.js +1 -0
- package/dist/src/components/molecules/Breadcrumb/index.js +1 -0
- package/dist/src/components/molecules/ContactBox/ContactBox.js +14 -0
- package/dist/src/components/molecules/ContactBox/ContactBoxProps.types.js +1 -0
- package/dist/src/components/molecules/ContactBox/index.js +1 -0
- package/dist/src/components/molecules/ContinueEditingBanner/ContinueEditingBanner.js +13 -0
- package/dist/src/components/molecules/ContinueEditingBanner/ContinueEditingBannerProps.types.js +1 -0
- package/dist/src/components/molecules/ContinueEditingBanner/index.js +1 -0
- package/dist/src/components/molecules/CountDownMessage/CountDownMessage.js +34 -0
- package/dist/src/components/molecules/CountDownMessage/CountDownMessageProps.types.js +1 -0
- package/dist/src/components/molecules/CountDownMessage/index.js +1 -0
- package/dist/src/components/molecules/EmailContactBox/EmailContactBox.js +6 -0
- package/dist/src/components/molecules/EmailContactBox/EmailContactBoxProps.js +1 -0
- package/dist/src/components/molecules/EmailContactBox/index.js +2 -0
- package/dist/src/components/molecules/ExpertCardList/ExpertCardList.js +10 -0
- package/dist/src/components/molecules/ExpertCardList/ExpertCardListProps.types.js +1 -0
- package/dist/src/components/molecules/ExpertCardList/index.js +1 -0
- package/dist/src/components/molecules/FaqItem/FaqItem.js +12 -0
- package/dist/src/components/molecules/FaqItem/FaqItemProps.js +1 -0
- package/dist/src/components/molecules/FaqItem/index.js +2 -0
- package/dist/src/components/molecules/FeatureRatafiaCardList/FeatureRatafiaCardList.js +9 -0
- package/dist/src/components/molecules/FeatureRatafiaCardList/FeatureRatafiaCardListProps.types.js +1 -0
- package/dist/src/components/molecules/FeatureRatafiaCardList/index.js +1 -0
- package/dist/src/components/molecules/Feedback/Feedback.js +42 -0
- package/dist/src/components/molecules/Feedback/FeedbackProps.types.js +1 -0
- package/dist/src/components/molecules/Feedback/index.js +1 -0
- package/dist/src/components/molecules/FreeDocModalContent/FreeDocModalContent.js +22 -0
- package/dist/src/components/molecules/FreeDocModalContent/FreeDocModalContent.types.js +1 -0
- package/dist/src/components/molecules/FreeDocModalContent/index.js +1 -0
- package/dist/src/components/molecules/HeaderRatafia/HeaderRatafia.js +7 -0
- package/dist/src/components/molecules/HeaderRatafia/HeaderRatafiaProps.types.js +1 -0
- package/dist/src/components/molecules/HeaderRatafia/index.js +1 -0
- package/dist/src/components/molecules/KeyFactCardListRatafia/KeyFactCardListRatafia.js +9 -0
- package/dist/src/components/molecules/KeyFactCardListRatafia/KeyFactCardListRatafiaProps.types.js +1 -0
- package/dist/src/components/molecules/KeyFactCardListRatafia/index.js +1 -0
- package/dist/src/components/molecules/MenuItemsSection/MenuItemsSection.js +10 -0
- package/dist/src/components/molecules/MenuItemsSection/MenuItemsSectionProps.types.js +1 -0
- package/dist/src/components/molecules/MenuItemsSection/index.js +1 -0
- package/dist/src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContent.js +7 -0
- package/dist/src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContentProps.types.js +1 -0
- package/dist/src/components/molecules/MidBannerRatafiaContent/index.js +1 -0
- package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.js +6 -0
- package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSampleProps.types.js +1 -0
- package/dist/src/components/molecules/MidBannerRatafiaSample/index.js +1 -0
- package/dist/src/components/molecules/MoreDocsDesktop/MoreDocsDesktop.js +6 -0
- package/dist/src/components/molecules/MoreDocsDesktop/MoreDocsDesktopProps.js +1 -0
- package/dist/src/components/molecules/MoreDocsDesktop/index.js +2 -0
- package/dist/src/components/molecules/MoreDocsMobile/MoreDocsMobile.js +17 -0
- package/dist/src/components/molecules/MoreDocsMobile/MoreDocsMobileProps.js +1 -0
- package/dist/src/components/molecules/MoreDocsMobile/index.js +2 -0
- package/dist/src/components/molecules/NavBarDropDown/NavBarDropDown.js +67 -0
- package/dist/src/components/molecules/NavBarDropDown/NavBarDropDownProps.types.js +1 -0
- package/dist/src/components/molecules/NavBarDropDown/index.js +1 -0
- package/dist/src/components/molecules/Pagination/PageStepControl.js +21 -0
- package/dist/src/components/molecules/Pagination/PageStepControlProps.types.js +1 -0
- package/dist/src/components/molecules/Pagination/PageSteps.js +47 -0
- package/dist/src/components/molecules/Pagination/Pagination.js +24 -0
- package/dist/src/components/molecules/Pagination/PaginationProps.types.js +1 -0
- package/dist/src/components/molecules/Pagination/index.js +1 -0
- package/dist/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.js +7 -0
- package/dist/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktopProps.types.js +1 -0
- package/dist/src/components/molecules/PhoneContactBoxDesktop/index.js +1 -0
- package/dist/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobile.js +6 -0
- package/dist/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobileProps.types.js +1 -0
- package/dist/src/components/molecules/PhoneContactBoxMobile/index.js +1 -0
- package/dist/src/components/molecules/PopularDocs/PopularDocs.js +6 -0
- package/dist/src/components/molecules/PopularDocs/PopularDocsProps.js +1 -0
- package/dist/src/components/molecules/PopularDocs/index.js +2 -0
- package/dist/src/components/molecules/PricingCard/PricingCard.js +30 -0
- package/dist/src/components/molecules/PricingCard/PricingCardProps.types.js +1 -0
- package/dist/src/components/molecules/PricingCard/index.js +1 -0
- package/dist/src/components/molecules/Snackbar/Snackbar.js +42 -0
- package/dist/src/components/molecules/Snackbar/SnackbarProps.types.js +1 -0
- package/dist/src/components/molecules/Snackbar/index.js +1 -0
- package/dist/src/components/molecules/StepGetForm/StepGetForm.js +6 -0
- package/dist/src/components/molecules/StepGetForm/StepGetFormProps.types.js +1 -0
- package/dist/src/components/molecules/StepGetForm/index.js +1 -0
- package/dist/src/components/molecules/StepRatafiaCardList/StepRatafiaCardList.js +9 -0
- package/dist/src/components/molecules/StepRatafiaCardList/StepRatafiaCardListProps.types.js +1 -0
- package/dist/src/components/molecules/StepRatafiaCardList/index.js +1 -0
- package/dist/src/components/molecules/TagsRatafiaList/TagsRatafiaList.js +9 -0
- package/dist/src/components/molecules/TagsRatafiaList/TagsRatafiaListProps.types.js +1 -0
- package/dist/src/components/molecules/TagsRatafiaList/index.js +1 -0
- package/dist/src/components/molecules/TextInput/Input.js +15 -0
- package/dist/src/components/molecules/TextInput/TextInput.js +39 -0
- package/dist/src/components/molecules/TextInput/TextInputLabel.js +7 -0
- package/dist/src/components/molecules/TextInput/TextInputMessage.js +8 -0
- package/dist/src/components/molecules/TextInput/TextInputProps.types.js +1 -0
- package/dist/src/components/molecules/TextInput/TextInputTooltip.js +6 -0
- package/dist/src/components/molecules/TextInput/index.js +1 -0
- package/dist/src/components/molecules/TooltipMenu/TooltipMenu.js +9 -0
- package/dist/src/components/molecules/TooltipMenu/TooltipMenuProps.types.js +1 -0
- package/dist/src/components/molecules/TooltipMenu/index.js +1 -0
- package/dist/src/components/molecules/TrustworthyWebsites/TrustworthyWebsites.js +6 -0
- package/dist/src/components/molecules/TrustworthyWebsites/TrustworthyWebsitesProps.types.js +1 -0
- package/dist/src/components/molecules/TrustworthyWebsites/index.js +1 -0
- package/dist/src/components/molecules/TypeModulesList/TypeModulesList.js +7 -0
- package/dist/src/components/molecules/TypeModulesList/TypeModulesListProps.types.js +1 -0
- package/dist/src/components/molecules/TypeModulesList/index.js +1 -0
- package/dist/src/components/molecules/UploadRatafiaZone/UploadRatafiaZone.js +7 -0
- package/dist/src/components/molecules/UploadRatafiaZone/UploadRatafiaZoneProps.types.js +1 -0
- package/dist/src/components/molecules/UploadRatafiaZone/index.js +1 -0
- package/dist/src/components/molecules/index.js +41 -0
- package/dist/src/components/organisms/AboutUsContent/AboutUsContent.js +7 -0
- package/dist/src/components/organisms/AboutUsContent/AboutUsContentProps.types.js +1 -0
- package/dist/src/components/organisms/AboutUsContent/index.js +1 -0
- package/dist/src/components/organisms/Accordion/Accordion.context.js +80 -0
- package/dist/src/components/organisms/Accordion/Accordion.js +14 -0
- package/dist/src/components/organisms/Accordion/AccordionProps.types.js +1 -0
- package/dist/src/components/organisms/Accordion/index.js +2 -0
- package/dist/src/components/organisms/ArticlesList/ArticlesList.js +9 -0
- package/dist/src/components/organisms/ArticlesList/ArticlesListProps.types.js +1 -0
- package/dist/src/components/organisms/ArticlesList/index.js +1 -0
- package/dist/src/components/organisms/AsSeeInContent/AsSeeInContent.js +11 -0
- package/dist/src/components/organisms/AsSeeInContent/AsSeeInContentProps.types.js +1 -0
- package/dist/src/components/organisms/AsSeeInContent/index.js +1 -0
- package/dist/src/components/organisms/CardFuncionality/CardFuncionality.js +6 -0
- package/dist/src/components/organisms/CardFuncionality/CardFuncionalityProps.js +1 -0
- package/dist/src/components/organisms/CardFuncionality/index.js +2 -0
- package/dist/src/components/organisms/ContactJumbotron/ContactJumbotron.js +7 -0
- package/dist/src/components/organisms/ContactJumbotron/ContactJumbotronProps.types.js +1 -0
- package/dist/src/components/organisms/ContactJumbotron/index.js +1 -0
- package/dist/src/components/organisms/CookiePolicyBar/CookiePolicyBar.js +6 -0
- package/dist/src/components/organisms/CookiePolicyBar/CookiePolicyBarProps.js +1 -0
- package/dist/src/components/organisms/CookiePolicyBar/index.js +2 -0
- package/dist/src/components/organisms/ErrorContentRatafia/ErrorContentRatafia.js +5 -0
- package/dist/src/components/organisms/ErrorContentRatafia/ErrorContentRatafiaProps.types.js +1 -0
- package/dist/src/components/organisms/ErrorContentRatafia/index.js +1 -0
- package/dist/src/components/organisms/FaqGroup/FaqGroup.js +6 -0
- package/dist/src/components/organisms/FaqGroup/FaqGroupProps.js +1 -0
- package/dist/src/components/organisms/FaqGroup/index.js +2 -0
- package/dist/src/components/organisms/FeaturesRatafiaContent/FeaturesRatafiaContent.js +7 -0
- package/dist/src/components/organisms/FeaturesRatafiaContent/FeaturesRatafiaContentProps.types.js +1 -0
- package/dist/src/components/organisms/FeaturesRatafiaContent/index.js +1 -0
- package/dist/src/components/organisms/GuidelinesContent/GuidelinesContent.js +7 -0
- package/dist/src/components/organisms/GuidelinesContent/GuidelinesContentProps.types.js +1 -0
- package/dist/src/components/organisms/GuidelinesContent/index.js +1 -0
- package/dist/src/components/organisms/JumbotronRatafiaContent/JumbotronRatafiaContent.js +7 -0
- package/dist/src/components/organisms/JumbotronRatafiaContent/JumbotronRatafiaContentProps.types.js +1 -0
- package/dist/src/components/organisms/JumbotronRatafiaContent/index.js +1 -0
- package/dist/src/components/organisms/KeyFactsLoadingContentRatafia/KeyFactsLoadingContentRatafia.js +6 -0
- package/dist/src/components/organisms/KeyFactsLoadingContentRatafia/KeyFactsLoadingContentRatafiaProps.types.js +1 -0
- package/dist/src/components/organisms/KeyFactsLoadingContentRatafia/index.js +1 -0
- package/dist/src/components/organisms/KeyFactsResultContentRatafia/KeyFactsResultContentRatafia.js +8 -0
- package/dist/src/components/organisms/KeyFactsResultContentRatafia/KeyFactsResultContentRatafiaProps.types.js +1 -0
- package/dist/src/components/organisms/KeyFactsResultContentRatafia/index.js +1 -0
- package/dist/src/components/organisms/LanguageSelector/LanguageSelector.js +33 -0
- package/dist/src/components/organisms/LanguageSelector/LanguageSelectorProps.js +1 -0
- package/dist/src/components/organisms/LanguageSelector/LenguageSelectorItem.js +1 -0
- package/dist/src/components/organisms/LanguageSelector/index.js +6 -0
- package/dist/src/components/organisms/LanguageSelector/useLanguageOptions.js +8 -0
- package/dist/src/components/organisms/LanguageSelector/useLanguageSelected.js +8 -0
- package/dist/src/components/organisms/LanguageSelector/useLanguagesSelector.js +24 -0
- package/dist/src/components/organisms/LanguageSelectorMobile/LanguageSelectorMobile.js +22 -0
- package/dist/src/components/organisms/LanguageSelectorMobile/index.js +1 -0
- package/dist/src/components/organisms/LayoutRatafia/LayoutRatafia.js +7 -0
- package/dist/src/components/organisms/LayoutRatafia/LayoutRatafiaProps.types.js +1 -0
- package/dist/src/components/organisms/LayoutRatafia/index.js +1 -0
- package/dist/src/components/organisms/ListStepsGetForm/ListStepsGetForm.js +9 -0
- package/dist/src/components/organisms/ListStepsGetForm/ListStepsGetFormProps.types.js +1 -0
- package/dist/src/components/organisms/ListStepsGetForm/index.js +1 -0
- package/dist/src/components/organisms/LoginRatafiaContent/LoginRatafiaContent.js +7 -0
- package/dist/src/components/organisms/LoginRatafiaContent/LoginRatafiaContentProps.types.js +1 -0
- package/dist/src/components/organisms/LoginRatafiaContent/index.js +1 -0
- package/dist/src/components/organisms/MobileBottomBar/MobileBottomBar.js +22 -0
- package/dist/src/components/organisms/MobileBottomBar/MobileBottomBarProps.types.js +1 -0
- package/dist/src/components/organisms/MobileBottomBar/index.js +1 -0
- package/dist/src/components/organisms/StepsRatafiaContent/StepsRatafiaContent.js +7 -0
- package/dist/src/components/organisms/StepsRatafiaContent/StepsRatafiaContentProps.types.js +1 -0
- package/dist/src/components/organisms/StepsRatafiaContent/index.js +1 -0
- package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.js +7 -0
- package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContentProps.types.js +1 -0
- package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/index.js +1 -0
- package/dist/src/components/organisms/index.js +22 -0
- package/dist/src/components/pages/AboutUsPage/AboutUsPage.js +5 -0
- package/dist/src/components/pages/AboutUsPage/AboutUsPageProps.js +1 -0
- package/dist/src/components/pages/AboutUsPage/index.js +2 -0
- package/dist/src/components/pages/ContactUsPage/ContactUsPage.js +6 -0
- package/dist/src/components/pages/ContactUsPage/ContactUsPageProps.js +1 -0
- package/dist/src/components/pages/ContactUsPage/index.js +2 -0
- package/dist/src/components/pages/ErrorRatafiaPage/ErrorRatafiaPage.js +13 -0
- package/dist/src/components/pages/ErrorRatafiaPage/ErrorRatafiaPageProps.types.js +1 -0
- package/dist/src/components/pages/ErrorRatafiaPage/index.js +1 -0
- package/dist/src/components/pages/FaqsPage/FaqsPage.js +6 -0
- package/dist/src/components/pages/FaqsPage/FaqsPageProps.js +1 -0
- package/dist/src/components/pages/FaqsPage/index.js +2 -0
- package/dist/src/components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPage.js +15 -0
- package/dist/src/components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPageProps.types.js +1 -0
- package/dist/src/components/pages/KeyFactsResultRatafiaPage/index.js +1 -0
- package/dist/src/components/pages/LegalPage/LegalPage.js +6 -0
- package/dist/src/components/pages/LegalPage/LegalPageProps.js +1 -0
- package/dist/src/components/pages/LegalPage/index.js +2 -0
- package/dist/src/components/pages/LoginRatafiaPage/LoginRatafiaPage.js +12 -0
- package/dist/src/components/pages/LoginRatafiaPage/LoginRatafiaPageProps.js +1 -0
- package/dist/src/components/pages/LoginRatafiaPage/index.js +2 -0
- package/dist/src/components/pages/RatafiaLandingPage/RatafiaLandingPage.js +5 -0
- package/dist/src/components/pages/RatafiaLandingPage/RatafiaLandingPageProps.types.js +1 -0
- package/dist/src/components/pages/RatafiaLandingPage/index.js +2 -0
- package/dist/src/components/pages/UnsubscribePage/UnsubscribePage.js +6 -0
- package/dist/src/components/pages/UnsubscribePage/UnsubscribePageProps.js +1 -0
- package/dist/src/components/pages/UnsubscribePage/index.js +2 -0
- package/dist/src/components/pages/index.js +9 -0
- package/dist/src/components/sections/AboutUsSection/AboutUsSection.js +7 -0
- package/dist/src/components/sections/AboutUsSection/AboutUsSectionProps.types.js +1 -0
- package/dist/src/components/sections/AboutUsSection/index.js +1 -0
- package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.js +10 -0
- package/dist/src/components/sections/AsSeeInSection/AsSeeInSectionProps.types.js +1 -0
- package/dist/src/components/sections/AsSeeInSection/index.js +1 -0
- package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.js +5 -0
- package/dist/src/components/sections/AsideMenuSection/AsideMenuSectionProps.js +1 -0
- package/dist/src/components/sections/AsideMenuSection/index.js +2 -0
- package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.js +7 -0
- package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSectionProps.types.js +1 -0
- package/dist/src/components/sections/BenefitsRatafiaSection/index.js +1 -0
- package/dist/src/components/sections/BlogSection/BlogSection.js +10 -0
- package/dist/src/components/sections/BlogSection/BlogSectionProps.types.js +1 -0
- package/dist/src/components/sections/BlogSection/index.js +1 -0
- package/dist/src/components/sections/ContactSection/ContactSection.js +7 -0
- package/dist/src/components/sections/ContactSection/ContactSectionProps.js +1 -0
- package/dist/src/components/sections/ContactSection/index.js +1 -0
- package/dist/src/components/sections/ExpertsSection/ExpertsSection.js +10 -0
- package/dist/src/components/sections/ExpertsSection/ExpertsSectionProps.types.js +1 -0
- package/dist/src/components/sections/ExpertsSection/index.js +1 -0
- package/dist/src/components/sections/FaqSection/FaqSection.js +8 -0
- package/dist/src/components/sections/FaqSection/FaqSectionProps.js +1 -0
- package/dist/src/components/sections/FaqSection/index.js +2 -0
- package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.js +7 -0
- package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSectionProps.types.js +1 -0
- package/dist/src/components/sections/FeaturesRatafiaSection/index.js +1 -0
- package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.js +7 -0
- package/dist/src/components/sections/GuidelinesSection/GuidelinesSectionProps.types.js +1 -0
- package/dist/src/components/sections/GuidelinesSection/index.js +1 -0
- package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.js +10 -0
- package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSectionProps.types.js +1 -0
- package/dist/src/components/sections/HowGetYourFormsSection/index.js +1 -0
- package/dist/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSection.js +7 -0
- package/dist/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSectionProps.types.js +1 -0
- package/dist/src/components/sections/JumbotronRatafiaSection/index.js +1 -0
- package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.js +6 -0
- package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSectionProps.types.js +1 -0
- package/dist/src/components/sections/JumbotronSimplifiedSection/index.js +1 -0
- package/dist/src/components/sections/LearnMoreSection/LearnMoreSection.js +7 -0
- package/dist/src/components/sections/LearnMoreSection/LearnMoreSectionProps.types.js +1 -0
- package/dist/src/components/sections/LearnMoreSection/index.js +1 -0
- package/dist/src/components/sections/LegalSection/LegalSection.js +6 -0
- package/dist/src/components/sections/LegalSection/LegalSectionProps.js +1 -0
- package/dist/src/components/sections/LegalSection/index.js +2 -0
- package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.js +7 -0
- package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSectionProps.types.js +1 -0
- package/dist/src/components/sections/MidBannerRatafiaSection/index.js +1 -0
- package/dist/src/components/sections/MoreDocsSection/MoreDocsSection.js +12 -0
- package/dist/src/components/sections/MoreDocsSection/MoreDocsSectionProps.js +1 -0
- package/dist/src/components/sections/MoreDocsSection/index.js +2 -0
- package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.js +7 -0
- package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSectionProps.types.js +1 -0
- package/dist/src/components/sections/PeopleSayAboutUsSection/index.js +1 -0
- package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.js +8 -0
- package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSectionProps.types.js +1 -0
- package/dist/src/components/sections/StepsRatafiaSection/index.js +1 -0
- package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.js +6 -0
- package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSectionProps.types.js +1 -0
- package/dist/src/components/sections/TryItRatafiaSection/index.js +1 -0
- package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.js +7 -0
- package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSectionProps.types.js +1 -0
- package/dist/src/components/sections/TryOurFreeLegalBlogsSection/index.js +1 -0
- package/dist/src/components/sections/TryUsSection/TryUsSection.js +6 -0
- package/dist/src/components/sections/TryUsSection/TryUsSectionProps.js +1 -0
- package/dist/src/components/sections/TryUsSection/index.js +1 -0
- package/dist/src/components/sections/UnsubscribeSection/UnsubscribeSection.js +6 -0
- package/dist/src/components/sections/UnsubscribeSection/UnsubscribeSectionProps.js +1 -0
- package/dist/src/components/sections/UnsubscribeSection/index.js +1 -0
- package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.js +10 -0
- package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSectionProps.types.js +1 -0
- package/dist/src/components/sections/WhyLawDistrictSection/index.js +1 -0
- package/dist/src/components/sections/index.js +24 -0
- package/dist/src/hooks/index.js +2 -0
- package/dist/src/hooks/useIntersectionObserver.js +22 -0
- package/dist/src/hooks/useIsMobileOrTable.js +26 -0
- package/dist/src/index.js +2 -0
- package/dist/src/utils/ProductCategory.js +8 -0
- package/dist/src/utils/getCategoryIcons.js +28 -0
- package/dist/src/utils/getDateFormatMMMMYYYY.js +3 -0
- package/dist/src/utils/getGatsbyImageSkeleton.js +4 -0
- package/dist/src/utils/getRichTextSkeleton.js +4 -0
- package/dist/src/utils/index.js +7 -0
- package/dist/src/utils/replaceAll.js +6 -0
- package/dist/src/utils/stringSlugify.js +3 -0
- 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 @@
|
|
|
1
|
+
export {};
|
|
@@ -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 @@
|
|
|
1
|
+
export {};
|
|
@@ -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 @@
|
|
|
1
|
+
export {};
|
|
@@ -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 {};
|
|
@@ -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 {};
|
|
@@ -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 @@
|
|
|
1
|
+
export {};
|
|
@@ -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;
|
package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSectionProps.types.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -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 {};
|
|
@@ -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 {};
|
|
@@ -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 {};
|
|
@@ -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 @@
|
|
|
1
|
+
export {};
|
|
@@ -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;
|
package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSectionProps.types.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -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 {};
|
|
@@ -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;
|
package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSectionProps.types.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -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;
|
package/dist/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSectionProps.types.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -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 {};
|
|
@@ -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 {};
|
|
@@ -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 @@
|
|
|
1
|
+
export {};
|
|
@@ -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;
|
package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSectionProps.types.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -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 @@
|
|
|
1
|
+
export {};
|
|
@@ -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;
|
package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSectionProps.types.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -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 {};
|
|
@@ -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 {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as TryItRatafiaSection } from './TryItRatafiaSection';
|
package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.js
ADDED
|
@@ -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 {};
|
|
@@ -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 {};
|
|
@@ -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 {};
|
|
@@ -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;
|
package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSectionProps.types.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -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,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,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 = {}));
|