@npm_leadtech/legal-lib-components 7.44.6 → 7.45.0
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/css/styles.css +5 -64
- package/dist/images/componentsSvg/RatafiaIcon24px.d.ts +6 -0
- package/dist/images/componentsSvg/RatafiaIcon24px.js +2 -0
- package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.d.ts +4 -0
- package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.js +6 -0
- package/dist/src/components/atoms/{ContactInformationHeader/ContactInformationHeader.styled.d.ts → BenefitRatafiaCard/BenefitRatafiaCard.styled.d.ts} +1 -1
- package/dist/src/components/atoms/{BenefitCard/BenefitCardStyled.styled.js → BenefitRatafiaCard/BenefitRatafiaCard.styled.js} +4 -10
- package/dist/src/components/atoms/{BenefitCard/BenefitCardStyled.styled.ts → BenefitRatafiaCard/BenefitRatafiaCard.styled.ts} +4 -10
- package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.tsx +18 -0
- package/dist/src/components/atoms/{BenefitCard/BenefitCardProps.types.d.ts → BenefitRatafiaCard/BenefitRatafiaCardProps.types.d.ts} +1 -3
- package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCardProps.types.ts +6 -0
- package/dist/src/components/atoms/BenefitRatafiaCard/index.d.ts +2 -0
- package/dist/src/components/atoms/BenefitRatafiaCard/index.js +1 -0
- package/dist/src/components/atoms/BenefitRatafiaCard/index.ts +2 -0
- package/dist/src/components/atoms/Button/ButtonProps.types.d.ts +1 -2
- package/dist/src/components/atoms/Button/ButtonProps.types.js +0 -1
- package/dist/src/components/atoms/Button/ButtonProps.types.ts +16 -18
- package/dist/src/components/atoms/CardPane/CardPane.styled.js +1 -1
- package/dist/src/components/atoms/CardPane/CardPane.styled.ts +1 -1
- package/dist/src/components/atoms/CardPane/CardPaneInfo.js +2 -2
- package/dist/src/components/atoms/CardPane/CardPaneInfo.tsx +2 -2
- package/dist/src/components/atoms/CardPane/CardPaneProps.types.d.ts +0 -1
- package/dist/src/components/atoms/CardPane/CardPaneProps.types.ts +0 -1
- package/dist/src/components/atoms/ContactCard/ContactCard.styled.js +1 -5
- package/dist/src/components/atoms/ContactCard/ContactCard.styled.ts +1 -5
- package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.js +1 -1
- package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.tsx +0 -1
- package/dist/src/components/atoms/DatePickerCustom/index.js.map +2 -2
- package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.styled.js +1 -1
- package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.styled.ts +1 -1
- package/dist/src/components/atoms/Divider/Divider.js +4 -2
- package/dist/src/components/atoms/Divider/Divider.styled.js +0 -6
- package/dist/src/components/atoms/Divider/Divider.styled.ts +0 -6
- package/dist/src/components/atoms/Divider/Divider.tsx +6 -10
- package/dist/src/components/atoms/DocumentStatus/DocumentStatus.js +5 -1
- package/dist/src/components/atoms/DocumentStatus/DocumentStatus.styled.js +14 -0
- package/dist/src/components/atoms/DocumentStatus/DocumentStatus.styled.ts +14 -0
- package/dist/src/components/atoms/DocumentStatus/DocumentStatus.tsx +9 -0
- package/dist/src/components/atoms/ExpertCard/ExpertCard.js +1 -1
- package/dist/src/components/atoms/ExpertCard/ExpertCard.styled.js +25 -24
- package/dist/src/components/atoms/ExpertCard/ExpertCard.styled.ts +25 -24
- package/dist/src/components/atoms/ExpertCard/ExpertCard.tsx +8 -9
- package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.js +1 -1
- package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.tsx +2 -2
- package/dist/src/components/atoms/FixedFooter/FixedFooter.d.ts +0 -4
- package/dist/src/components/atoms/FixedFooter/FixedFooter.js +0 -4
- package/dist/src/components/atoms/FixedFooter/FixedFooter.styled.js +1 -1
- package/dist/src/components/atoms/FixedFooter/FixedFooter.styled.ts +1 -1
- package/dist/src/components/atoms/FixedFooter/FixedFooter.tsx +0 -4
- package/dist/src/components/atoms/IconImage/IconImage.js +2 -2
- package/dist/src/components/atoms/IconImage/IconImage.tsx +9 -7
- package/dist/src/components/atoms/Logo/Logo.js +2 -2
- package/dist/src/components/atoms/Logo/Logo.tsx +1 -3
- package/dist/src/components/atoms/Logo/LogoProps.types.d.ts +0 -1
- package/dist/src/components/atoms/Logo/LogoProps.types.ts +0 -1
- package/dist/src/components/atoms/Logo/svg/lawdistrict-logo.svg +11 -12
- package/dist/src/components/atoms/Logo/svg/lawdistrict-white-logo.svg +11 -12
- package/dist/src/components/atoms/{MenuItemsDeprecated/MenuItemsDeprecatedProps.types.d.ts → MenuItems/MenuItemProps.types.d.ts} +1 -1
- package/dist/src/components/atoms/{MenuItemsDeprecated/MenuItemsDeprecatedProps.types.ts → MenuItems/MenuItemProps.types.ts} +1 -1
- package/dist/src/components/atoms/MenuItems/MenuItems.d.ts +4 -0
- package/dist/src/components/atoms/{MenuItemsDeprecated/MenuItemsDeprecated.js → MenuItems/MenuItems.js} +4 -4
- package/dist/src/components/{organisms → atoms}/MenuItems/MenuItems.styled.d.ts +1 -1
- package/dist/src/components/atoms/{MenuItemsDeprecated/MenuItemsDeprecated.styled.js → MenuItems/MenuItems.styled.js} +1 -1
- package/dist/src/components/atoms/{MenuItemsDeprecated/MenuItemsDeprecated.styled.ts → MenuItems/MenuItems.styled.ts} +1 -1
- package/dist/src/components/atoms/{MenuItemsDeprecated/MenuItemsDeprecated.tsx → MenuItems/MenuItems.tsx} +6 -12
- package/dist/src/components/atoms/MenuItems/index.d.ts +2 -0
- package/dist/src/components/atoms/MenuItems/index.js +1 -0
- package/dist/src/components/atoms/MenuItems/index.ts +2 -0
- package/dist/src/components/atoms/PopularDocsItem/PopularDocsItem.styled.js +0 -9
- package/dist/src/components/atoms/PopularDocsItem/PopularDocsItem.styled.ts +0 -9
- package/dist/src/components/atoms/Radio/Radio.scss +1 -2
- package/dist/src/components/atoms/RatafiaLandingIcon/RatafiaLandingIcon.scss +1 -2
- package/dist/src/components/atoms/SearchSelect/SearchSelect.js +2 -9
- package/dist/src/components/atoms/SearchSelect/SearchSelect.styled.js +1 -1
- package/dist/src/components/atoms/SearchSelect/SearchSelect.styled.ts +1 -1
- package/dist/src/components/atoms/SearchSelect/SearchSelect.tsx +2 -9
- package/dist/src/components/atoms/SidemenuTab/SidemenuTab.js +2 -2
- package/dist/src/components/atoms/SidemenuTab/SidemenuTab.tsx +2 -2
- package/dist/src/components/atoms/TopBar/TopBar.styled.js +2 -49
- package/dist/src/components/atoms/TopBar/TopBar.styled.ts +2 -49
- package/dist/src/components/atoms/TopBar/TopBar.tsx +1 -1
- package/dist/src/components/atoms/TopBarMobile/TopBarMobile.d.ts +7 -0
- package/dist/src/components/atoms/TopBarMobile/TopBarMobile.js +10 -0
- package/dist/src/components/atoms/TopBarMobile/TopBarMobile.styled.d.ts +1 -0
- package/dist/src/components/atoms/TopBarMobile/TopBarMobile.styled.js +49 -0
- package/dist/src/components/atoms/TopBarMobile/TopBarMobile.styled.ts +50 -0
- package/dist/src/components/atoms/TopBarMobile/TopBarMobile.tsx +22 -0
- package/dist/src/components/atoms/TopBarMobile/index.d.ts +1 -0
- package/dist/src/components/atoms/TopBarMobile/index.js +1 -0
- package/dist/src/components/atoms/TopBarMobile/index.ts +1 -0
- package/dist/src/components/atoms/TrustPilot/TrustPilot.styled.js +3 -2
- package/dist/src/components/atoms/TrustPilot/TrustPilot.styled.ts +3 -2
- package/dist/src/components/atoms/Video/Video.d.ts +1 -1
- package/dist/src/components/atoms/Video/Video.js +2 -2
- package/dist/src/components/atoms/Video/Video.tsx +2 -13
- package/dist/src/components/atoms/Video/VideoProps.types.d.ts +0 -2
- package/dist/src/components/atoms/Video/VideoProps.types.ts +0 -2
- package/dist/src/components/atoms/index.d.ts +3 -10
- package/dist/src/components/atoms/index.js +3 -10
- package/dist/src/components/atoms/index.ts +3 -10
- package/dist/src/components/molecules/Article/Article.js +2 -2
- package/dist/src/components/molecules/Article/Article.styled.js +2 -10
- package/dist/src/components/molecules/Article/Article.styled.ts +2 -10
- package/dist/src/components/molecules/Article/Article.tsx +7 -2
- package/dist/src/components/molecules/Article/ArticleProps.types.d.ts +1 -1
- package/dist/src/components/molecules/Article/ArticleProps.types.ts +1 -1
- package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardList.js +2 -2
- package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardList.tsx +2 -2
- package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardListProps.types.d.ts +2 -2
- package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardListProps.types.ts +2 -2
- package/dist/src/components/molecules/ContactCardList/ContactCardList.styled.js +1 -1
- package/dist/src/components/molecules/ContactCardList/ContactCardList.styled.ts +1 -1
- package/dist/src/components/molecules/ExpertCardList/ExpertCardList.styled.js +3 -2
- package/dist/src/components/molecules/ExpertCardList/ExpertCardList.styled.ts +3 -2
- package/dist/src/components/molecules/KeyFactCardListRatafia/KeyFactCardListRatafia.styled.js +2 -4
- package/dist/src/components/molecules/KeyFactCardListRatafia/KeyFactCardListRatafia.styled.ts +2 -4
- package/dist/src/components/molecules/MenuItemsSection/MenuItemsSection.js +2 -2
- package/dist/src/components/molecules/MenuItemsSection/MenuItemsSection.tsx +2 -2
- package/dist/src/components/molecules/MenuItemsSection/MenuItemsSectionProps.types.d.ts +1 -1
- package/dist/src/components/molecules/MenuItemsSection/MenuItemsSectionProps.types.ts +1 -1
- package/dist/src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContent.styled.js +0 -6
- package/dist/src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContent.styled.ts +0 -6
- package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.js +2 -2
- package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.styled.js +0 -11
- package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.styled.ts +0 -11
- package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.tsx +20 -28
- package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSampleProps.types.d.ts +0 -4
- package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSampleProps.types.ts +0 -4
- package/dist/src/components/molecules/NavBarDropDown/NavBarDropDown.js +2 -2
- package/dist/src/components/molecules/NavBarDropDown/NavBarDropDown.tsx +3 -3
- package/dist/src/components/molecules/{SubscriptionCard/RatafiaSubscriptionCard → RatafiaSubscriptionCard}/RatafiaSubscriptionCard.d.ts +2 -2
- package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.js +12 -0
- package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.styled.d.ts +1 -0
- package/dist/src/components/molecules/{SubscriptionCard/SubscriptionCard.styled.js → RatafiaSubscriptionCard/RatafiaSubscriptionCard.styled.js} +31 -13
- package/dist/src/components/molecules/{SubscriptionCard/SubscriptionCard.styled.ts → RatafiaSubscriptionCard/RatafiaSubscriptionCard.styled.ts} +31 -13
- package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.tsx +61 -0
- package/dist/src/components/molecules/{SubscriptionCard/RatafiaSubscriptionCard → RatafiaSubscriptionCard}/RatafiaSubscriptionCardProps.types.d.ts +3 -3
- package/dist/src/components/molecules/{SubscriptionCard/RatafiaSubscriptionCard → RatafiaSubscriptionCard}/RatafiaSubscriptionCardProps.types.ts +3 -3
- package/dist/src/components/molecules/RatafiaSubscriptionCard/index.d.ts +2 -0
- package/dist/src/components/molecules/RatafiaSubscriptionCard/index.js +1 -0
- package/dist/src/components/molecules/RatafiaSubscriptionCard/index.ts +2 -0
- package/dist/src/components/molecules/SubtypeDocumentCard/SubtypeDocumentCard.js +2 -2
- package/dist/src/components/molecules/SubtypeDocumentCard/SubtypeDocumentCard.styled.d.ts +1 -6
- package/dist/src/components/molecules/SubtypeDocumentCard/SubtypeDocumentCard.styled.js +121 -252
- package/dist/src/components/molecules/SubtypeDocumentCard/SubtypeDocumentCard.styled.ts +120 -260
- package/dist/src/components/molecules/SubtypeDocumentCard/SubtypeDocumentCard.tsx +5 -5
- package/dist/src/components/molecules/SubtypeDocumentCard/SubtypeDocumentCardProps.types.d.ts +0 -2
- package/dist/src/components/molecules/SubtypeDocumentCard/SubtypeDocumentCardProps.types.ts +0 -3
- package/dist/src/components/molecules/SubtypeDocumentCard/index.d.ts +1 -1
- package/dist/src/components/molecules/SubtypeDocumentCard/index.ts +1 -1
- package/dist/src/components/molecules/TextInput/Input.d.ts +0 -3
- package/dist/src/components/molecules/TextInput/Input.js +3 -22
- package/dist/src/components/molecules/TextInput/Input.tsx +2 -42
- package/dist/src/components/molecules/TextInput/TextInput.js +9 -5
- package/dist/src/components/molecules/TextInput/TextInput.scss +2 -68
- package/dist/src/components/molecules/TextInput/TextInput.tsx +5 -9
- package/dist/src/components/molecules/TextInput/TextInputProps.types.d.ts +0 -3
- package/dist/src/components/molecules/TextInput/TextInputProps.types.ts +0 -3
- package/dist/src/components/molecules/TextInput/stories/TextInput.stories.tsx +1 -45
- package/dist/src/components/molecules/TooltipMenu/TooltipMenu.js +2 -2
- package/dist/src/components/molecules/TooltipMenu/TooltipMenu.tsx +2 -2
- package/dist/src/components/molecules/TrustworthyWebsites/TrustworthyWebsites.js +1 -1
- package/dist/src/components/molecules/TrustworthyWebsites/TrustworthyWebsites.styled.js +3 -20
- package/dist/src/components/molecules/TrustworthyWebsites/TrustworthyWebsites.styled.ts +3 -20
- package/dist/src/components/molecules/TrustworthyWebsites/TrustworthyWebsites.tsx +1 -3
- package/dist/src/components/molecules/TrustworthyWebsites/TrustworthyWebsitesProps.types.d.ts +0 -1
- package/dist/src/components/molecules/TrustworthyWebsites/TrustworthyWebsitesProps.types.ts +0 -1
- package/dist/src/components/molecules/index.d.ts +1 -16
- package/dist/src/components/molecules/index.js +1 -16
- package/dist/src/components/molecules/index.ts +1 -16
- package/dist/src/components/organisms/AboutUsContent/AboutUsContent.d.ts +4 -0
- package/dist/src/components/organisms/AboutUsContent/AboutUsContent.js +7 -0
- package/dist/src/components/{molecules/ContactInfoBox/ContactInfoBox.styled.d.ts → organisms/AboutUsContent/AboutUsContent.styled.d.ts} +1 -1
- package/dist/src/components/organisms/{HeroContent/HeroContent.styled.js → AboutUsContent/AboutUsContent.styled.js} +3 -3
- package/dist/src/components/organisms/{HeroContent/HeroContent.styled.ts → AboutUsContent/AboutUsContent.styled.ts} +3 -3
- package/dist/src/components/organisms/AboutUsContent/AboutUsContent.tsx +23 -0
- package/dist/src/components/organisms/{HeroContent/HeroContentPropsProps.types.d.ts → AboutUsContent/AboutUsContentProps.types.d.ts} +1 -1
- package/dist/src/components/organisms/{HeroContent/HeroContentPropsProps.types.ts → AboutUsContent/AboutUsContentProps.types.ts} +1 -1
- package/dist/src/components/organisms/AboutUsContent/index.d.ts +2 -0
- package/dist/src/components/organisms/AboutUsContent/index.js +1 -0
- package/dist/src/components/organisms/AboutUsContent/index.ts +2 -0
- package/dist/src/components/organisms/AsSeeInContent/AsSeeInContent.styled.js +0 -7
- package/dist/src/components/organisms/AsSeeInContent/AsSeeInContent.styled.ts +0 -7
- package/dist/src/components/organisms/ContactContent/ContactContent.js +1 -1
- package/dist/src/components/organisms/ContactContent/ContactContent.styled.js +10 -27
- package/dist/src/components/organisms/ContactContent/ContactContent.styled.ts +10 -27
- package/dist/src/components/organisms/ContactContent/ContactContent.tsx +3 -7
- package/dist/src/components/organisms/ContactJumbotron/ContactJumbotron.js +3 -3
- package/dist/src/components/organisms/ContactJumbotron/ContactJumbotron.styled.js +1 -0
- package/dist/src/components/organisms/ContactJumbotron/ContactJumbotron.styled.ts +1 -0
- package/dist/src/components/organisms/ContactJumbotron/ContactJumbotron.tsx +6 -4
- package/dist/src/components/organisms/ContactJumbotron/ContactJumbotronProps.types.d.ts +3 -2
- package/dist/src/components/organisms/ContactJumbotron/ContactJumbotronProps.types.ts +4 -2
- package/dist/src/components/organisms/GuidelinesContent/GuidelinesContent.js +3 -3
- package/dist/src/components/organisms/GuidelinesContent/GuidelinesContent.styled.js +35 -83
- package/dist/src/components/organisms/GuidelinesContent/GuidelinesContent.styled.ts +35 -83
- package/dist/src/components/organisms/GuidelinesContent/GuidelinesContent.tsx +5 -28
- package/dist/src/components/organisms/GuidelinesContent/GuidelinesContentProps.types.d.ts +1 -7
- package/dist/src/components/organisms/GuidelinesContent/GuidelinesContentProps.types.ts +1 -8
- package/dist/src/components/organisms/LayoutRatafia/LayoutRatafia.styled.js +1 -2
- package/dist/src/components/organisms/LayoutRatafia/LayoutRatafia.styled.ts +1 -2
- package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.js +2 -5
- package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.styled.js +2 -35
- package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.styled.ts +2 -35
- package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.tsx +2 -7
- package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContentProps.types.d.ts +1 -4
- package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContentProps.types.js +0 -2
- package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContentProps.types.ts +1 -4
- package/dist/src/components/organisms/index.d.ts +1 -14
- package/dist/src/components/organisms/index.js +1 -14
- package/dist/src/components/organisms/index.ts +1 -14
- package/dist/src/components/pages/AboutUsPage/AboutUsPage.js +3 -4
- package/dist/src/components/pages/AboutUsPage/AboutUsPage.tsx +2 -10
- package/dist/src/components/pages/AboutUsPage/AboutUsPageProps.d.ts +2 -6
- package/dist/src/components/pages/AboutUsPage/AboutUsPageProps.ts +2 -7
- package/dist/src/components/pages/ContactUsPage/ContactUsPage.js +3 -3
- package/dist/src/components/pages/ContactUsPage/ContactUsPage.tsx +3 -3
- package/dist/src/components/pages/ContactUsPage/ContactUsPageProps.d.ts +2 -2
- package/dist/src/components/pages/ContactUsPage/ContactUsPageProps.ts +2 -2
- package/dist/src/components/pages/index.d.ts +1 -3
- package/dist/src/components/pages/index.js +1 -3
- package/dist/src/components/pages/index.ts +1 -3
- package/dist/src/components/sections/AboutUsSection/AboutUsSection.d.ts +4 -0
- package/dist/src/components/sections/AboutUsSection/AboutUsSection.js +7 -0
- package/dist/src/components/sections/AboutUsSection/AboutUsSection.styled.d.ts +1 -0
- package/dist/src/components/sections/{HeroSection/HeroSectionStyled.styled.js → AboutUsSection/AboutUsSection.styled.js} +2 -2
- package/dist/src/components/sections/{HeroSection/HeroSectionStyled.styled.ts → AboutUsSection/AboutUsSection.styled.ts} +2 -2
- package/dist/src/components/sections/AboutUsSection/AboutUsSection.tsx +24 -0
- package/dist/src/components/sections/AboutUsSection/AboutUsSectionProps.types.d.ts +6 -0
- package/dist/src/components/sections/AboutUsSection/AboutUsSectionProps.types.ts +7 -0
- package/dist/src/components/sections/AboutUsSection/index.d.ts +2 -0
- package/dist/src/components/sections/AboutUsSection/index.js +1 -0
- package/dist/src/components/sections/AboutUsSection/index.ts +2 -0
- package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.js +3 -3
- package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.scss +37 -0
- package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.styled.js +17 -10
- package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.styled.ts +17 -10
- package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.tsx +9 -2
- package/dist/src/components/sections/AsSeeInSection/AsSeeInSectionProps.types.d.ts +4 -0
- package/dist/src/components/sections/AsSeeInSection/AsSeeInSectionProps.types.ts +4 -0
- package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSectionProps.types.d.ts +2 -2
- package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSectionProps.types.ts +2 -2
- package/dist/src/components/sections/CardStorySection/CardStorySection.styled.js +1 -2
- package/dist/src/components/sections/CardStorySection/CardStorySection.styled.ts +1 -2
- package/dist/src/components/sections/ContactSection/ContactSection.styled.js +0 -2
- package/dist/src/components/sections/ContactSection/ContactSection.styled.ts +0 -2
- package/dist/src/components/sections/ExpertsSection/ExpertsSection.js +2 -2
- package/dist/src/components/sections/ExpertsSection/ExpertsSection.styled.js +5 -14
- package/dist/src/components/sections/ExpertsSection/ExpertsSection.styled.ts +5 -14
- package/dist/src/components/sections/ExpertsSection/ExpertsSection.tsx +1 -2
- package/dist/src/components/sections/ExpertsSection/ExpertsSectionProps.types.d.ts +0 -2
- package/dist/src/components/sections/ExpertsSection/ExpertsSectionProps.types.ts +0 -2
- package/dist/src/components/sections/FaqSection/FaqSection.js +1 -1
- package/dist/src/components/sections/FaqSection/FaqSection.tsx +3 -1
- package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.styled.js +1 -2
- package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.styled.ts +1 -2
- package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.js +1 -1
- package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.tsx +0 -5
- package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.js +3 -2
- package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.styled.js +8 -12
- package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.styled.ts +8 -12
- package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.tsx +10 -3
- package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSectionProps.types.d.ts +1 -1
- package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSectionProps.types.ts +1 -1
- package/dist/src/components/sections/LearnMoreSection/LearnMoreSection.styled.js +1 -1
- package/dist/src/components/sections/LearnMoreSection/LearnMoreSection.styled.ts +1 -1
- package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.js +4 -6
- package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.styled.js +0 -65
- package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.styled.ts +0 -65
- package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.tsx +4 -16
- package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSectionProps.types.d.ts +1 -4
- package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSectionProps.types.ts +1 -4
- package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.styled.js +7 -11
- package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.styled.ts +7 -11
- package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.tsx +2 -0
- package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSectionProps.types.d.ts +2 -2
- package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSectionProps.types.ts +2 -2
- package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.js +2 -2
- package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.tsx +2 -9
- package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSectionProps.types.d.ts +0 -1
- package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSectionProps.types.ts +0 -1
- package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.js +1 -9
- package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.styled.js +0 -30
- package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.styled.ts +0 -30
- package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.tsx +1 -11
- package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.styled.js +0 -6
- package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.styled.ts +0 -6
- package/dist/src/components/sections/index.d.ts +1 -9
- package/dist/src/components/sections/index.js +1 -9
- package/dist/src/components/sections/index.ts +1 -9
- package/dist/src/globalStyles/breakpoints.d.ts +0 -2
- package/dist/src/globalStyles/breakpoints.js +0 -2
- package/dist/src/globalStyles/breakpoints.ts +0 -3
- package/dist/src/globalStyles/themes.scss +2 -0
- package/dist/src/hooks/useIntersectionObserver.d.ts +5 -7
- package/dist/src/hooks/useIntersectionObserver.js +7 -5
- package/dist/src/hooks/useIntersectionObserver.tsx +10 -12
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/images/componentsSvg/CloseIcon.d.ts +0 -6
- package/dist/images/componentsSvg/CloseIcon.js +0 -2
- package/dist/images/componentsSvg/CloseIcon.tsx +0 -14
- package/dist/images/componentsSvg/InfoLocationSvg.d.ts +0 -2
- package/dist/images/componentsSvg/InfoLocationSvg.js +0 -4
- package/dist/images/componentsSvg/InfoLocationSvg.tsx +0 -14
- package/dist/images/componentsSvg/InfoMailSvg.d.ts +0 -2
- package/dist/images/componentsSvg/InfoMailSvg.js +0 -4
- package/dist/images/componentsSvg/InfoMailSvg.tsx +0 -12
- package/dist/images/componentsSvg/InfoPhoneSvg.d.ts +0 -2
- package/dist/images/componentsSvg/InfoPhoneSvg.js +0 -4
- package/dist/images/componentsSvg/InfoPhoneSvg.tsx +0 -12
- package/dist/images/componentsSvg/SearchIcon.d.ts +0 -4
- package/dist/images/componentsSvg/SearchIcon.js +0 -4
- package/dist/images/componentsSvg/SearchIcon.tsx +0 -26
- package/dist/images/png/about-us-dena.png +0 -0
- package/dist/images/png/about-us-grover.png +0 -0
- package/dist/images/png/img-customized-doc.png +0 -0
- package/dist/images/svg/arrow-down.svg +0 -3
- package/dist/images/svg/business-type.svg +0 -3
- package/dist/images/svg/clear-24-px.svg +0 -14
- package/dist/images/svg/close-grey-24px.svg +0 -3
- package/dist/images/svg/currencyDE.svg +0 -3
- package/dist/images/svg/currencyUS.svg +0 -3
- package/dist/images/svg/men.svg +0 -5
- package/dist/images/svg/mid-banner-1.svg +0 -5
- package/dist/images/svg/mid-banner-2.svg +0 -5
- package/dist/images/svg/mid-banner-3.svg +0 -5
- package/dist/images/svg/percent.svg +0 -3
- package/dist/images/svg/search_24px.svg +0 -3
- package/dist/src/components/atoms/BenefitCard/BenefitCard.d.ts +0 -3
- package/dist/src/components/atoms/BenefitCard/BenefitCard.js +0 -5
- package/dist/src/components/atoms/BenefitCard/BenefitCard.tsx +0 -24
- package/dist/src/components/atoms/BenefitCard/BenefitCardProps.types.ts +0 -8
- package/dist/src/components/atoms/BenefitCard/BenefitCardStyled.styled.d.ts +0 -1
- package/dist/src/components/atoms/BenefitCard/index.d.ts +0 -2
- package/dist/src/components/atoms/BenefitCard/index.js +0 -1
- package/dist/src/components/atoms/BenefitCard/index.ts +0 -2
- package/dist/src/components/atoms/CardBox/CardBox.d.ts +0 -3
- package/dist/src/components/atoms/CardBox/CardBox.js +0 -7
- package/dist/src/components/atoms/CardBox/CardBox.styled.d.ts +0 -1
- package/dist/src/components/atoms/CardBox/CardBox.styled.js +0 -22
- package/dist/src/components/atoms/CardBox/CardBox.styled.ts +0 -23
- package/dist/src/components/atoms/CardBox/CardBox.tsx +0 -23
- package/dist/src/components/atoms/CardBox/CardBoxProps.types.d.ts +0 -10
- package/dist/src/components/atoms/CardBox/CardBoxProps.types.ts +0 -10
- package/dist/src/components/atoms/CardBox/index.d.ts +0 -2
- package/dist/src/components/atoms/CardBox/index.js +0 -1
- package/dist/src/components/atoms/CardBox/index.ts +0 -2
- package/dist/src/components/atoms/ContactInformationHeader/ContactInformationHeader.d.ts +0 -3
- package/dist/src/components/atoms/ContactInformationHeader/ContactInformationHeader.js +0 -5
- package/dist/src/components/atoms/ContactInformationHeader/ContactInformationHeader.styled.js +0 -21
- package/dist/src/components/atoms/ContactInformationHeader/ContactInformationHeader.styled.ts +0 -22
- package/dist/src/components/atoms/ContactInformationHeader/ContactInformationHeader.tsx +0 -14
- package/dist/src/components/atoms/ContactInformationHeader/ContactInformationHeaderProps.d.ts +0 -4
- package/dist/src/components/atoms/ContactInformationHeader/ContactInformationHeaderProps.ts +0 -4
- package/dist/src/components/atoms/ContactInformationHeader/index.d.ts +0 -2
- package/dist/src/components/atoms/ContactInformationHeader/index.js +0 -2
- package/dist/src/components/atoms/ContactInformationHeader/index.ts +0 -2
- package/dist/src/components/atoms/DropdownInput/DropdownInput.d.ts +0 -3
- package/dist/src/components/atoms/DropdownInput/DropdownInput.js +0 -26
- package/dist/src/components/atoms/DropdownInput/DropdownInput.styled.d.ts +0 -1
- package/dist/src/components/atoms/DropdownInput/DropdownInput.styled.js +0 -164
- package/dist/src/components/atoms/DropdownInput/DropdownInput.styled.ts +0 -165
- package/dist/src/components/atoms/DropdownInput/DropdownInput.tsx +0 -64
- package/dist/src/components/atoms/DropdownInput/DropdownInputProps.types.d.ts +0 -9
- package/dist/src/components/atoms/DropdownInput/DropdownInputProps.types.js +0 -2
- package/dist/src/components/atoms/DropdownInput/DropdownInputProps.types.ts +0 -11
- package/dist/src/components/atoms/DropdownInput/index.d.ts +0 -2
- package/dist/src/components/atoms/DropdownInput/index.js +0 -1
- package/dist/src/components/atoms/DropdownInput/index.ts +0 -2
- package/dist/src/components/atoms/MenuItemsDeprecated/MenuItemsDeprecated.d.ts +0 -4
- package/dist/src/components/atoms/MenuItemsDeprecated/MenuItemsDeprecated.styled.d.ts +0 -1
- package/dist/src/components/atoms/MenuItemsDeprecated/index.d.ts +0 -2
- package/dist/src/components/atoms/MenuItemsDeprecated/index.js +0 -1
- package/dist/src/components/atoms/MenuItemsDeprecated/index.ts +0 -2
- package/dist/src/components/atoms/MobileTrigger/MobileTrigger.d.ts +0 -3
- package/dist/src/components/atoms/MobileTrigger/MobileTrigger.js +0 -5
- package/dist/src/components/atoms/MobileTrigger/MobileTrigger.styled.d.ts +0 -5
- package/dist/src/components/atoms/MobileTrigger/MobileTrigger.styled.js +0 -8
- package/dist/src/components/atoms/MobileTrigger/MobileTrigger.styled.ts +0 -13
- package/dist/src/components/atoms/MobileTrigger/MobileTrigger.tsx +0 -11
- package/dist/src/components/atoms/MobileTrigger/MobileTriggerProps.d.ts +0 -6
- package/dist/src/components/atoms/MobileTrigger/MobileTriggerProps.js +0 -1
- package/dist/src/components/atoms/MobileTrigger/MobileTriggerProps.ts +0 -6
- package/dist/src/components/atoms/MobileTrigger/index.d.ts +0 -2
- package/dist/src/components/atoms/MobileTrigger/index.js +0 -2
- package/dist/src/components/atoms/MobileTrigger/index.ts +0 -2
- package/dist/src/components/atoms/PhoneNumberDisplay/PhoneNumberDisplay.d.ts +0 -3
- package/dist/src/components/atoms/PhoneNumberDisplay/PhoneNumberDisplay.js +0 -6
- package/dist/src/components/atoms/PhoneNumberDisplay/PhoneNumberDisplay.styled.d.ts +0 -1
- package/dist/src/components/atoms/PhoneNumberDisplay/PhoneNumberDisplay.styled.js +0 -17
- package/dist/src/components/atoms/PhoneNumberDisplay/PhoneNumberDisplay.styled.ts +0 -18
- package/dist/src/components/atoms/PhoneNumberDisplay/PhoneNumberDisplay.tsx +0 -15
- package/dist/src/components/atoms/PhoneNumberDisplay/PhoneNumberDisplayProps.d.ts +0 -3
- package/dist/src/components/atoms/PhoneNumberDisplay/PhoneNumberDisplayProps.js +0 -1
- package/dist/src/components/atoms/PhoneNumberDisplay/PhoneNumberDisplayProps.ts +0 -3
- package/dist/src/components/atoms/PhoneNumberDisplay/index.d.ts +0 -2
- package/dist/src/components/atoms/PhoneNumberDisplay/index.js +0 -2
- package/dist/src/components/atoms/PhoneNumberDisplay/index.ts +0 -2
- package/dist/src/components/atoms/RatafiaResultCard/RatafiaResultCard.d.ts +0 -4
- package/dist/src/components/atoms/RatafiaResultCard/RatafiaResultCard.js +0 -6
- package/dist/src/components/atoms/RatafiaResultCard/RatafiaResultCard.styled.d.ts +0 -1
- package/dist/src/components/atoms/RatafiaResultCard/RatafiaResultCard.styled.js +0 -39
- package/dist/src/components/atoms/RatafiaResultCard/RatafiaResultCard.styled.ts +0 -40
- package/dist/src/components/atoms/RatafiaResultCard/RatafiaResultCard.tsx +0 -18
- package/dist/src/components/atoms/RatafiaResultCard/RatafiaResultCardProps.types.d.ts +0 -5
- package/dist/src/components/atoms/RatafiaResultCard/RatafiaResultCardProps.types.js +0 -1
- package/dist/src/components/atoms/RatafiaResultCard/RatafiaResultCardProps.types.ts +0 -5
- package/dist/src/components/atoms/RatafiaResultCard/index.d.ts +0 -2
- package/dist/src/components/atoms/RatafiaResultCard/index.js +0 -1
- package/dist/src/components/atoms/RatafiaResultCard/index.ts +0 -2
- package/dist/src/components/atoms/RatafiaResultTab/RatafiaResultTab.d.ts +0 -4
- package/dist/src/components/atoms/RatafiaResultTab/RatafiaResultTab.js +0 -6
- package/dist/src/components/atoms/RatafiaResultTab/RatafiaResultTab.styled.d.ts +0 -1
- package/dist/src/components/atoms/RatafiaResultTab/RatafiaResultTab.styled.js +0 -38
- package/dist/src/components/atoms/RatafiaResultTab/RatafiaResultTab.styled.ts +0 -39
- package/dist/src/components/atoms/RatafiaResultTab/RatafiaResultTab.tsx +0 -23
- package/dist/src/components/atoms/RatafiaResultTab/RatafiaResultTabProps.types.d.ts +0 -9
- package/dist/src/components/atoms/RatafiaResultTab/RatafiaResultTabProps.types.js +0 -1
- package/dist/src/components/atoms/RatafiaResultTab/RatafiaResultTabProps.types.ts +0 -9
- package/dist/src/components/atoms/RatafiaResultTab/index.d.ts +0 -2
- package/dist/src/components/atoms/RatafiaResultTab/index.js +0 -1
- package/dist/src/components/atoms/RatafiaResultTab/index.ts +0 -2
- package/dist/src/components/atoms/RatafiaReviewResult/RatafiaReviewResult.d.ts +0 -4
- package/dist/src/components/atoms/RatafiaReviewResult/RatafiaReviewResult.js +0 -6
- package/dist/src/components/atoms/RatafiaReviewResult/RatafiaReviewResult.styled.d.ts +0 -1
- package/dist/src/components/atoms/RatafiaReviewResult/RatafiaReviewResult.styled.js +0 -55
- package/dist/src/components/atoms/RatafiaReviewResult/RatafiaReviewResult.styled.ts +0 -56
- package/dist/src/components/atoms/RatafiaReviewResult/RatafiaReviewResult.tsx +0 -59
- package/dist/src/components/atoms/RatafiaReviewResult/RatafiaReviewResultProps.types.d.ts +0 -15
- package/dist/src/components/atoms/RatafiaReviewResult/RatafiaReviewResultProps.types.js +0 -1
- package/dist/src/components/atoms/RatafiaReviewResult/RatafiaReviewResultProps.types.ts +0 -16
- package/dist/src/components/atoms/RatafiaReviewResult/index.d.ts +0 -2
- package/dist/src/components/atoms/RatafiaReviewResult/index.js +0 -1
- package/dist/src/components/atoms/RatafiaReviewResult/index.ts +0 -2
- package/dist/src/components/molecules/AllTypeDocumentsItemMenu/AllTypeDocumentsItemMenu.d.ts +0 -3
- package/dist/src/components/molecules/AllTypeDocumentsItemMenu/AllTypeDocumentsItemMenu.js +0 -6
- package/dist/src/components/molecules/AllTypeDocumentsItemMenu/AllTypeDocumentsItemMenu.styled.d.ts +0 -1
- package/dist/src/components/molecules/AllTypeDocumentsItemMenu/AllTypeDocumentsItemMenu.styled.js +0 -18
- package/dist/src/components/molecules/AllTypeDocumentsItemMenu/AllTypeDocumentsItemMenu.styled.ts +0 -19
- package/dist/src/components/molecules/AllTypeDocumentsItemMenu/AllTypeDocumentsItemMenu.tsx +0 -22
- package/dist/src/components/molecules/AllTypeDocumentsItemMenu/AllTypeDocumentsItemMenuProps.types.d.ts +0 -8
- package/dist/src/components/molecules/AllTypeDocumentsItemMenu/AllTypeDocumentsItemMenuProps.types.js +0 -1
- package/dist/src/components/molecules/AllTypeDocumentsItemMenu/AllTypeDocumentsItemMenuProps.types.ts +0 -9
- package/dist/src/components/molecules/AllTypeDocumentsItemMenu/index.d.ts +0 -2
- package/dist/src/components/molecules/AllTypeDocumentsItemMenu/index.js +0 -1
- package/dist/src/components/molecules/AllTypeDocumentsItemMenu/index.ts +0 -2
- package/dist/src/components/molecules/ContactInfo/ContactInfo.d.ts +0 -3
- package/dist/src/components/molecules/ContactInfo/ContactInfo.js +0 -4
- package/dist/src/components/molecules/ContactInfo/ContactInfo.styled.d.ts +0 -2
- package/dist/src/components/molecules/ContactInfo/ContactInfo.styled.js +0 -49
- package/dist/src/components/molecules/ContactInfo/ContactInfo.styled.ts +0 -51
- package/dist/src/components/molecules/ContactInfo/ContactInfo.tsx +0 -18
- package/dist/src/components/molecules/ContactInfo/ContactInfoProps.types.d.ts +0 -5
- package/dist/src/components/molecules/ContactInfo/ContactInfoProps.types.js +0 -1
- package/dist/src/components/molecules/ContactInfo/ContactInfoProps.types.ts +0 -5
- package/dist/src/components/molecules/ContactInfo/index.d.ts +0 -2
- package/dist/src/components/molecules/ContactInfo/index.js +0 -1
- package/dist/src/components/molecules/ContactInfo/index.ts +0 -2
- package/dist/src/components/molecules/ContactInfoBox/ContactInfoBox.d.ts +0 -3
- package/dist/src/components/molecules/ContactInfoBox/ContactInfoBox.js +0 -6
- package/dist/src/components/molecules/ContactInfoBox/ContactInfoBox.styled.js +0 -23
- package/dist/src/components/molecules/ContactInfoBox/ContactInfoBox.styled.ts +0 -24
- package/dist/src/components/molecules/ContactInfoBox/ContactInfoBox.tsx +0 -15
- package/dist/src/components/molecules/ContactInfoBox/ContactInfoBoxProps.types.d.ts +0 -4
- package/dist/src/components/molecules/ContactInfoBox/ContactInfoBoxProps.types.js +0 -1
- package/dist/src/components/molecules/ContactInfoBox/ContactInfoBoxProps.types.ts +0 -4
- package/dist/src/components/molecules/ContactInfoBox/index.d.ts +0 -2
- package/dist/src/components/molecules/ContactInfoBox/index.js +0 -1
- package/dist/src/components/molecules/ContactInfoBox/index.ts +0 -2
- package/dist/src/components/molecules/ContactInfoBoxMobile/ContactInfoBoxMobile.d.ts +0 -3
- package/dist/src/components/molecules/ContactInfoBoxMobile/ContactInfoBoxMobile.js +0 -6
- package/dist/src/components/molecules/ContactInfoBoxMobile/ContactInfoBoxMobile.styled.d.ts +0 -1
- package/dist/src/components/molecules/ContactInfoBoxMobile/ContactInfoBoxMobile.styled.js +0 -23
- package/dist/src/components/molecules/ContactInfoBoxMobile/ContactInfoBoxMobile.styled.ts +0 -24
- package/dist/src/components/molecules/ContactInfoBoxMobile/ContactInfoBoxMobile.tsx +0 -15
- package/dist/src/components/molecules/ContactInfoBoxMobile/ContactInfoBoxMobileProps.types.d.ts +0 -4
- package/dist/src/components/molecules/ContactInfoBoxMobile/ContactInfoBoxMobileProps.types.js +0 -1
- package/dist/src/components/molecules/ContactInfoBoxMobile/ContactInfoBoxMobileProps.types.ts +0 -4
- package/dist/src/components/molecules/ContactInfoBoxMobile/index.d.ts +0 -2
- package/dist/src/components/molecules/ContactInfoBoxMobile/index.js +0 -1
- package/dist/src/components/molecules/ContactInfoBoxMobile/index.ts +0 -2
- package/dist/src/components/molecules/ContactInfoCard/ContactInfoCard.d.ts +0 -3
- package/dist/src/components/molecules/ContactInfoCard/ContactInfoCard.js +0 -19
- package/dist/src/components/molecules/ContactInfoCard/ContactInfoCard.styled.d.ts +0 -1
- package/dist/src/components/molecules/ContactInfoCard/ContactInfoCard.styled.js +0 -77
- package/dist/src/components/molecules/ContactInfoCard/ContactInfoCard.styled.ts +0 -78
- package/dist/src/components/molecules/ContactInfoCard/ContactInfoCard.tsx +0 -58
- package/dist/src/components/molecules/ContactInfoCard/ContactInfoCardProps.d.ts +0 -7
- package/dist/src/components/molecules/ContactInfoCard/ContactInfoCardProps.js +0 -1
- package/dist/src/components/molecules/ContactInfoCard/ContactInfoCardProps.ts +0 -8
- package/dist/src/components/molecules/ContactInfoCard/index.d.ts +0 -2
- package/dist/src/components/molecules/ContactInfoCard/index.js +0 -2
- package/dist/src/components/molecules/ContactInfoCard/index.ts +0 -2
- package/dist/src/components/molecules/DesktopSearchBar/DesktopSearchBar.d.ts +0 -8
- package/dist/src/components/molecules/DesktopSearchBar/DesktopSearchBar.js +0 -44
- package/dist/src/components/molecules/DesktopSearchBar/DesktopSearchBar.styled.d.ts +0 -1
- package/dist/src/components/molecules/DesktopSearchBar/DesktopSearchBar.styled.js +0 -48
- package/dist/src/components/molecules/DesktopSearchBar/DesktopSearchBar.styled.ts +0 -49
- package/dist/src/components/molecules/DesktopSearchBar/DesktopSearchBar.tsx +0 -77
- package/dist/src/components/molecules/DesktopSearchBar/DesktopSearchBarProps.types.d.ts +0 -37
- package/dist/src/components/molecules/DesktopSearchBar/DesktopSearchBarProps.types.js +0 -1
- package/dist/src/components/molecules/DesktopSearchBar/DesktopSearchBarProps.types.ts +0 -40
- package/dist/src/components/molecules/DesktopSearchBar/index.d.ts +0 -2
- package/dist/src/components/molecules/DesktopSearchBar/index.js +0 -1
- package/dist/src/components/molecules/DesktopSearchBar/index.ts +0 -2
- package/dist/src/components/molecules/DocumentListMenuSection/DocumentListMenuSection.d.ts +0 -3
- package/dist/src/components/molecules/DocumentListMenuSection/DocumentListMenuSection.js +0 -7
- package/dist/src/components/molecules/DocumentListMenuSection/DocumentListMenuSection.styled.d.ts +0 -1
- package/dist/src/components/molecules/DocumentListMenuSection/DocumentListMenuSection.styled.js +0 -20
- package/dist/src/components/molecules/DocumentListMenuSection/DocumentListMenuSection.styled.ts +0 -21
- package/dist/src/components/molecules/DocumentListMenuSection/DocumentListMenuSection.tsx +0 -35
- package/dist/src/components/molecules/DocumentListMenuSection/DocumentListMenuSectionProps.types.d.ts +0 -16
- package/dist/src/components/molecules/DocumentListMenuSection/DocumentListMenuSectionProps.types.js +0 -1
- package/dist/src/components/molecules/DocumentListMenuSection/DocumentListMenuSectionProps.types.ts +0 -18
- package/dist/src/components/molecules/DocumentListMenuSection/index.d.ts +0 -2
- package/dist/src/components/molecules/DocumentListMenuSection/index.js +0 -1
- package/dist/src/components/molecules/DocumentListMenuSection/index.ts +0 -2
- package/dist/src/components/molecules/FooterMenu/FooterMenu.d.ts +0 -3
- package/dist/src/components/molecules/FooterMenu/FooterMenu.js +0 -3
- package/dist/src/components/molecules/FooterMenu/FooterMenu.styled.d.ts +0 -4
- package/dist/src/components/molecules/FooterMenu/FooterMenu.styled.js +0 -31
- package/dist/src/components/molecules/FooterMenu/FooterMenu.styled.ts +0 -35
- package/dist/src/components/molecules/FooterMenu/FooterMenu.tsx +0 -22
- package/dist/src/components/molecules/FooterMenu/FooterMenuProps.types.d.ts +0 -11
- package/dist/src/components/molecules/FooterMenu/FooterMenuProps.types.js +0 -1
- package/dist/src/components/molecules/FooterMenu/FooterMenuProps.types.ts +0 -12
- package/dist/src/components/molecules/FooterMenu/index.d.ts +0 -2
- package/dist/src/components/molecules/FooterMenu/index.js +0 -1
- package/dist/src/components/molecules/FooterMenu/index.ts +0 -2
- package/dist/src/components/molecules/HelpPanelList/HelpPanelList.d.ts +0 -3
- package/dist/src/components/molecules/HelpPanelList/HelpPanelList.js +0 -5
- package/dist/src/components/molecules/HelpPanelList/HelpPanelList.styled.d.ts +0 -4
- package/dist/src/components/molecules/HelpPanelList/HelpPanelList.styled.js +0 -34
- package/dist/src/components/molecules/HelpPanelList/HelpPanelList.styled.ts +0 -38
- package/dist/src/components/molecules/HelpPanelList/HelpPanelList.tsx +0 -18
- package/dist/src/components/molecules/HelpPanelList/HelpPanelListProps.d.ts +0 -9
- package/dist/src/components/molecules/HelpPanelList/HelpPanelListProps.js +0 -1
- package/dist/src/components/molecules/HelpPanelList/HelpPanelListProps.ts +0 -10
- package/dist/src/components/molecules/HelpPanelList/index.d.ts +0 -2
- package/dist/src/components/molecules/HelpPanelList/index.js +0 -2
- package/dist/src/components/molecules/HelpPanelList/index.ts +0 -2
- package/dist/src/components/molecules/HelpSection/HelpSection.d.ts +0 -3
- package/dist/src/components/molecules/HelpSection/HelpSection.js +0 -5
- package/dist/src/components/molecules/HelpSection/HelpSection.styled.d.ts +0 -3
- package/dist/src/components/molecules/HelpSection/HelpSection.styled.js +0 -64
- package/dist/src/components/molecules/HelpSection/HelpSection.styled.ts +0 -66
- package/dist/src/components/molecules/HelpSection/HelpSection.tsx +0 -18
- package/dist/src/components/molecules/HelpSection/HelpSectionProps.d.ts +0 -6
- package/dist/src/components/molecules/HelpSection/HelpSectionProps.js +0 -1
- package/dist/src/components/molecules/HelpSection/HelpSectionProps.ts +0 -7
- package/dist/src/components/molecules/HelpSection/index.d.ts +0 -2
- package/dist/src/components/molecules/HelpSection/index.js +0 -2
- package/dist/src/components/molecules/HelpSection/index.ts +0 -2
- package/dist/src/components/molecules/InfoBarFooter/InfoBarFooter.d.ts +0 -4
- package/dist/src/components/molecules/InfoBarFooter/InfoBarFooter.js +0 -8
- package/dist/src/components/molecules/InfoBarFooter/InfoBarFooter.styled.d.ts +0 -3
- package/dist/src/components/molecules/InfoBarFooter/InfoBarFooter.styled.js +0 -49
- package/dist/src/components/molecules/InfoBarFooter/InfoBarFooter.styled.ts +0 -52
- package/dist/src/components/molecules/InfoBarFooter/InfoBarFooter.tsx +0 -53
- package/dist/src/components/molecules/InfoBarFooter/InfoBarFooterProps.types.d.ts +0 -10
- package/dist/src/components/molecules/InfoBarFooter/InfoBarFooterProps.types.js +0 -1
- package/dist/src/components/molecules/InfoBarFooter/InfoBarFooterProps.types.ts +0 -10
- package/dist/src/components/molecules/InfoBarFooter/index.d.ts +0 -2
- package/dist/src/components/molecules/InfoBarFooter/index.js +0 -1
- package/dist/src/components/molecules/InfoBarFooter/index.ts +0 -2
- package/dist/src/components/molecules/LawGeniusInfoCard/LawGeniusInfoCard.d.ts +0 -3
- package/dist/src/components/molecules/LawGeniusInfoCard/LawGeniusInfoCard.js +0 -5
- package/dist/src/components/molecules/LawGeniusInfoCard/LawGeniusInfoCard.styled.d.ts +0 -1
- package/dist/src/components/molecules/LawGeniusInfoCard/LawGeniusInfoCard.styled.js +0 -46
- package/dist/src/components/molecules/LawGeniusInfoCard/LawGeniusInfoCard.styled.ts +0 -47
- package/dist/src/components/molecules/LawGeniusInfoCard/LawGeniusInfoCard.tsx +0 -20
- package/dist/src/components/molecules/LawGeniusInfoCard/LawGeniusInfoCardProps.d.ts +0 -5
- package/dist/src/components/molecules/LawGeniusInfoCard/LawGeniusInfoCardProps.js +0 -1
- package/dist/src/components/molecules/LawGeniusInfoCard/LawGeniusInfoCardProps.ts +0 -5
- package/dist/src/components/molecules/LawGeniusInfoCard/index.d.ts +0 -2
- package/dist/src/components/molecules/LawGeniusInfoCard/index.js +0 -2
- package/dist/src/components/molecules/LawGeniusInfoCard/index.ts +0 -2
- package/dist/src/components/molecules/MenuSectionTitle/MenuSectionTitle.d.ts +0 -3
- package/dist/src/components/molecules/MenuSectionTitle/MenuSectionTitle.js +0 -5
- package/dist/src/components/molecules/MenuSectionTitle/MenuSectionTitle.styled.d.ts +0 -1
- package/dist/src/components/molecules/MenuSectionTitle/MenuSectionTitle.styled.js +0 -26
- package/dist/src/components/molecules/MenuSectionTitle/MenuSectionTitle.styled.ts +0 -27
- package/dist/src/components/molecules/MenuSectionTitle/MenuSectionTitle.tsx +0 -17
- package/dist/src/components/molecules/MenuSectionTitle/MenuSectionTitleProps.types.d.ts +0 -4
- package/dist/src/components/molecules/MenuSectionTitle/MenuSectionTitleProps.types.js +0 -1
- package/dist/src/components/molecules/MenuSectionTitle/MenuSectionTitleProps.types.ts +0 -4
- package/dist/src/components/molecules/MenuSectionTitle/index.d.ts +0 -2
- package/dist/src/components/molecules/MenuSectionTitle/index.js +0 -1
- package/dist/src/components/molecules/MenuSectionTitle/index.ts +0 -2
- package/dist/src/components/molecules/MobileSearchBar/MobileSearchBar.d.ts +0 -3
- package/dist/src/components/molecules/MobileSearchBar/MobileSearchBar.js +0 -38
- package/dist/src/components/molecules/MobileSearchBar/MobileSearchBar.styled.d.ts +0 -1
- package/dist/src/components/molecules/MobileSearchBar/MobileSearchBar.styled.js +0 -17
- package/dist/src/components/molecules/MobileSearchBar/MobileSearchBar.styled.ts +0 -18
- package/dist/src/components/molecules/MobileSearchBar/MobileSearchBar.tsx +0 -55
- package/dist/src/components/molecules/MobileSearchBar/MobileSearchBarProps.types.d.ts +0 -37
- package/dist/src/components/molecules/MobileSearchBar/MobileSearchBarProps.types.js +0 -1
- package/dist/src/components/molecules/MobileSearchBar/MobileSearchBarProps.types.ts +0 -40
- package/dist/src/components/molecules/MobileSearchBar/index.d.ts +0 -2
- package/dist/src/components/molecules/MobileSearchBar/index.js +0 -1
- package/dist/src/components/molecules/MobileSearchBar/index.ts +0 -2
- package/dist/src/components/molecules/NavMobileContactBar/NavMobileContactBar.d.ts +0 -4
- package/dist/src/components/molecules/NavMobileContactBar/NavMobileContactBar.js +0 -7
- package/dist/src/components/molecules/NavMobileContactBar/NavMobileContactBar.styled.d.ts +0 -1
- package/dist/src/components/molecules/NavMobileContactBar/NavMobileContactBar.styled.js +0 -34
- package/dist/src/components/molecules/NavMobileContactBar/NavMobileContactBar.styled.ts +0 -35
- package/dist/src/components/molecules/NavMobileContactBar/NavMobileContactBar.tsx +0 -23
- package/dist/src/components/molecules/NavMobileContactBar/NavMobileContactBarProps.types.d.ts +0 -4
- package/dist/src/components/molecules/NavMobileContactBar/NavMobileContactBarProps.types.js +0 -1
- package/dist/src/components/molecules/NavMobileContactBar/NavMobileContactBarProps.types.ts +0 -4
- package/dist/src/components/molecules/NavMobileContactBar/index.d.ts +0 -2
- package/dist/src/components/molecules/NavMobileContactBar/index.js +0 -1
- package/dist/src/components/molecules/NavMobileContactBar/index.ts +0 -2
- package/dist/src/components/molecules/ProductListMenu/ProductListMenu.d.ts +0 -3
- package/dist/src/components/molecules/ProductListMenu/ProductListMenu.js +0 -5
- package/dist/src/components/molecules/ProductListMenu/ProductListMenu.styled.d.ts +0 -1
- package/dist/src/components/molecules/ProductListMenu/ProductListMenu.styled.js +0 -18
- package/dist/src/components/molecules/ProductListMenu/ProductListMenu.styled.ts +0 -19
- package/dist/src/components/molecules/ProductListMenu/ProductListMenu.tsx +0 -25
- package/dist/src/components/molecules/ProductListMenu/ProductListMenuProps.types.d.ts +0 -8
- package/dist/src/components/molecules/ProductListMenu/ProductListMenuProps.types.js +0 -1
- package/dist/src/components/molecules/ProductListMenu/ProductListMenuProps.types.ts +0 -9
- package/dist/src/components/molecules/ProductListMenu/index.d.ts +0 -2
- package/dist/src/components/molecules/ProductListMenu/index.js +0 -1
- package/dist/src/components/molecules/ProductListMenu/index.ts +0 -2
- package/dist/src/components/molecules/RatafiaResultCardList/RatafiaResultCardList.d.ts +0 -4
- package/dist/src/components/molecules/RatafiaResultCardList/RatafiaResultCardList.js +0 -9
- package/dist/src/components/molecules/RatafiaResultCardList/RatafiaResultCardList.styled.d.ts +0 -1
- package/dist/src/components/molecules/RatafiaResultCardList/RatafiaResultCardList.styled.js +0 -24
- package/dist/src/components/molecules/RatafiaResultCardList/RatafiaResultCardList.styled.ts +0 -25
- package/dist/src/components/molecules/RatafiaResultCardList/RatafiaResultCardList.tsx +0 -19
- package/dist/src/components/molecules/RatafiaResultCardList/RatafiaResultCardListProps.types.d.ts +0 -4
- package/dist/src/components/molecules/RatafiaResultCardList/RatafiaResultCardListProps.types.js +0 -1
- package/dist/src/components/molecules/RatafiaResultCardList/RatafiaResultCardListProps.types.ts +0 -5
- package/dist/src/components/molecules/RatafiaResultCardList/index.d.ts +0 -2
- package/dist/src/components/molecules/RatafiaResultCardList/index.js +0 -1
- package/dist/src/components/molecules/RatafiaResultCardList/index.ts +0 -2
- package/dist/src/components/molecules/RatafiaResultTabList/RatafiaResultTabList.d.ts +0 -4
- package/dist/src/components/molecules/RatafiaResultTabList/RatafiaResultTabList.js +0 -9
- package/dist/src/components/molecules/RatafiaResultTabList/RatafiaResultTabList.styled.d.ts +0 -1
- package/dist/src/components/molecules/RatafiaResultTabList/RatafiaResultTabList.styled.js +0 -7
- package/dist/src/components/molecules/RatafiaResultTabList/RatafiaResultTabList.styled.ts +0 -8
- package/dist/src/components/molecules/RatafiaResultTabList/RatafiaResultTabList.tsx +0 -18
- package/dist/src/components/molecules/RatafiaResultTabList/RatafiaResultTabListProps.types.d.ts +0 -4
- package/dist/src/components/molecules/RatafiaResultTabList/RatafiaResultTabListProps.types.js +0 -1
- package/dist/src/components/molecules/RatafiaResultTabList/RatafiaResultTabListProps.types.ts +0 -5
- package/dist/src/components/molecules/RatafiaResultTabList/index.d.ts +0 -2
- package/dist/src/components/molecules/RatafiaResultTabList/index.js +0 -1
- package/dist/src/components/molecules/RatafiaResultTabList/index.ts +0 -2
- package/dist/src/components/molecules/SearchBar/SearchBar.d.ts +0 -3
- package/dist/src/components/molecules/SearchBar/SearchBar.js +0 -21
- package/dist/src/components/molecules/SearchBar/SearchBar.styled.d.ts +0 -1
- package/dist/src/components/molecules/SearchBar/SearchBar.styled.js +0 -11
- package/dist/src/components/molecules/SearchBar/SearchBar.styled.ts +0 -12
- package/dist/src/components/molecules/SearchBar/SearchBar.tsx +0 -42
- package/dist/src/components/molecules/SearchBar/SearchBarProps.types.d.ts +0 -37
- package/dist/src/components/molecules/SearchBar/SearchBarProps.types.js +0 -1
- package/dist/src/components/molecules/SearchBar/SearchBarProps.types.ts +0 -41
- package/dist/src/components/molecules/SearchBar/index.d.ts +0 -2
- package/dist/src/components/molecules/SearchBar/index.js +0 -1
- package/dist/src/components/molecules/SearchBar/index.ts +0 -2
- package/dist/src/components/molecules/SocialLinks/SocialLinks.d.ts +0 -3
- package/dist/src/components/molecules/SocialLinks/SocialLinks.js +0 -9
- package/dist/src/components/molecules/SocialLinks/SocialLinks.styled.d.ts +0 -1
- package/dist/src/components/molecules/SocialLinks/SocialLinks.styled.js +0 -5
- package/dist/src/components/molecules/SocialLinks/SocialLinks.styled.ts +0 -6
- package/dist/src/components/molecules/SocialLinks/SocialLinks.tsx +0 -21
- package/dist/src/components/molecules/SocialLinks/SocialLinksProps.types.d.ts +0 -8
- package/dist/src/components/molecules/SocialLinks/SocialLinksProps.types.js +0 -1
- package/dist/src/components/molecules/SocialLinks/SocialLinksProps.types.ts +0 -9
- package/dist/src/components/molecules/SocialLinks/index.d.ts +0 -2
- package/dist/src/components/molecules/SocialLinks/index.js +0 -1
- package/dist/src/components/molecules/SocialLinks/index.ts +0 -2
- package/dist/src/components/molecules/SubscriptionCard/CardBody.d.ts +0 -6
- package/dist/src/components/molecules/SubscriptionCard/CardBody.js +0 -6
- package/dist/src/components/molecules/SubscriptionCard/CardBody.tsx +0 -29
- package/dist/src/components/molecules/SubscriptionCard/CardFooter.d.ts +0 -8
- package/dist/src/components/molecules/SubscriptionCard/CardFooter.js +0 -3
- package/dist/src/components/molecules/SubscriptionCard/CardFooter.tsx +0 -23
- package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingCardHeader.d.ts +0 -6
- package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingCardHeader.js +0 -3
- package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingCardHeader.styled.d.ts +0 -1
- package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingCardHeader.styled.js +0 -30
- package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingCardHeader.styled.ts +0 -31
- package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingCardHeader.tsx +0 -14
- package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCard.d.ts +0 -4
- package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCard.js +0 -15
- package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCard.tsx +0 -38
- package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCardProps.types.d.ts +0 -20
- package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCardProps.types.js +0 -1
- package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCardProps.types.ts +0 -22
- package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingText.styled.d.ts +0 -1
- package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingText.styled.js +0 -10
- package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingText.styled.ts +0 -11
- package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaCardHeader.d.ts +0 -8
- package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaCardHeader.js +0 -4
- package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaCardHeader.styled.d.ts +0 -1
- package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaCardHeader.styled.js +0 -29
- package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaCardHeader.styled.ts +0 -30
- package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaCardHeader.tsx +0 -20
- package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaSubscriptionCard.js +0 -14
- package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaSubscriptionCard.tsx +0 -34
- package/dist/src/components/molecules/SubscriptionCard/SubscriptionCard.styled.d.ts +0 -1
- package/dist/src/components/molecules/SubscriptionCard/index.d.ts +0 -4
- package/dist/src/components/molecules/SubscriptionCard/index.js +0 -2
- package/dist/src/components/molecules/SubscriptionCard/index.ts +0 -4
- package/dist/src/components/organisms/BottomFooter/BottomFooter.d.ts +0 -3
- package/dist/src/components/organisms/BottomFooter/BottomFooter.js +0 -7
- package/dist/src/components/organisms/BottomFooter/BottomFooter.styled.d.ts +0 -6
- package/dist/src/components/organisms/BottomFooter/BottomFooter.styled.js +0 -35
- package/dist/src/components/organisms/BottomFooter/BottomFooter.styled.ts +0 -41
- package/dist/src/components/organisms/BottomFooter/BottomFooter.tsx +0 -51
- package/dist/src/components/organisms/BottomFooter/BottomFooterProps.types.d.ts +0 -9
- package/dist/src/components/organisms/BottomFooter/BottomFooterProps.types.js +0 -1
- package/dist/src/components/organisms/BottomFooter/BottomFooterProps.types.ts +0 -10
- package/dist/src/components/organisms/BottomFooter/index.d.ts +0 -2
- package/dist/src/components/organisms/BottomFooter/index.js +0 -1
- package/dist/src/components/organisms/BottomFooter/index.ts +0 -2
- package/dist/src/components/organisms/DesktopMenu/DesktopMenu.d.ts +0 -3
- package/dist/src/components/organisms/DesktopMenu/DesktopMenu.js +0 -7
- package/dist/src/components/organisms/DesktopMenu/DesktopMenu.styled.d.ts +0 -1
- package/dist/src/components/organisms/DesktopMenu/DesktopMenu.styled.js +0 -16
- package/dist/src/components/organisms/DesktopMenu/DesktopMenu.styled.ts +0 -17
- package/dist/src/components/organisms/DesktopMenu/DesktopMenu.tsx +0 -15
- package/dist/src/components/organisms/DesktopMenu/DesktopMenuProps.d.ts +0 -7
- package/dist/src/components/organisms/DesktopMenu/DesktopMenuProps.js +0 -1
- package/dist/src/components/organisms/DesktopMenu/DesktopMenuProps.ts +0 -8
- package/dist/src/components/organisms/DesktopMenu/index.d.ts +0 -2
- package/dist/src/components/organisms/DesktopMenu/index.js +0 -2
- package/dist/src/components/organisms/DesktopMenu/index.ts +0 -2
- package/dist/src/components/organisms/DocumentListMenu/DocumentListMenu.d.ts +0 -3
- package/dist/src/components/organisms/DocumentListMenu/DocumentListMenu.js +0 -7
- package/dist/src/components/organisms/DocumentListMenu/DocumentListMenu.styled.d.ts +0 -1
- package/dist/src/components/organisms/DocumentListMenu/DocumentListMenu.styled.js +0 -67
- package/dist/src/components/organisms/DocumentListMenu/DocumentListMenu.styled.ts +0 -68
- package/dist/src/components/organisms/DocumentListMenu/DocumentListMenu.tsx +0 -47
- package/dist/src/components/organisms/DocumentListMenu/DocumentListMenuProps.types.d.ts +0 -21
- package/dist/src/components/organisms/DocumentListMenu/DocumentListMenuProps.types.js +0 -1
- package/dist/src/components/organisms/DocumentListMenu/DocumentListMenuProps.types.ts +0 -24
- package/dist/src/components/organisms/DocumentListMenu/index.d.ts +0 -2
- package/dist/src/components/organisms/DocumentListMenu/index.js +0 -1
- package/dist/src/components/organisms/DocumentListMenu/index.ts +0 -2
- package/dist/src/components/organisms/DocumentMainMenu/DocumentMainMenu.d.ts +0 -3
- package/dist/src/components/organisms/DocumentMainMenu/DocumentMainMenu.js +0 -11
- package/dist/src/components/organisms/DocumentMainMenu/DocumentMainMenu.styled.d.ts +0 -1
- package/dist/src/components/organisms/DocumentMainMenu/DocumentMainMenu.styled.js +0 -94
- package/dist/src/components/organisms/DocumentMainMenu/DocumentMainMenu.styled.ts +0 -95
- package/dist/src/components/organisms/DocumentMainMenu/DocumentMainMenu.tsx +0 -59
- package/dist/src/components/organisms/DocumentMainMenu/DocumentMainMenuProps.types.d.ts +0 -22
- package/dist/src/components/organisms/DocumentMainMenu/DocumentMainMenuProps.types.js +0 -1
- package/dist/src/components/organisms/DocumentMainMenu/DocumentMainMenuProps.types.ts +0 -25
- package/dist/src/components/organisms/DocumentMainMenu/index.d.ts +0 -2
- package/dist/src/components/organisms/DocumentMainMenu/index.js +0 -1
- package/dist/src/components/organisms/DocumentMainMenu/index.ts +0 -2
- package/dist/src/components/organisms/DocumentSubMenu/DocumentSubMenu.d.ts +0 -4
- package/dist/src/components/organisms/DocumentSubMenu/DocumentSubMenu.js +0 -7
- package/dist/src/components/organisms/DocumentSubMenu/DocumentSubMenu.styled.d.ts +0 -1
- package/dist/src/components/organisms/DocumentSubMenu/DocumentSubMenu.styled.js +0 -27
- package/dist/src/components/organisms/DocumentSubMenu/DocumentSubMenu.styled.ts +0 -28
- package/dist/src/components/organisms/DocumentSubMenu/DocumentSubMenu.tsx +0 -21
- package/dist/src/components/organisms/DocumentSubMenu/DocumentSubMenuProps.types.d.ts +0 -7
- package/dist/src/components/organisms/DocumentSubMenu/DocumentSubMenuProps.types.js +0 -1
- package/dist/src/components/organisms/DocumentSubMenu/DocumentSubMenuProps.types.ts +0 -8
- package/dist/src/components/organisms/DocumentSubMenu/index.d.ts +0 -2
- package/dist/src/components/organisms/DocumentSubMenu/index.js +0 -1
- package/dist/src/components/organisms/DocumentSubMenu/index.ts +0 -2
- package/dist/src/components/organisms/HeroContent/HeroContent.d.ts +0 -4
- package/dist/src/components/organisms/HeroContent/HeroContent.js +0 -7
- package/dist/src/components/organisms/HeroContent/HeroContent.styled.d.ts +0 -1
- package/dist/src/components/organisms/HeroContent/HeroContent.tsx +0 -23
- package/dist/src/components/organisms/HeroContent/HeroContentPropsProps.types.js +0 -1
- package/dist/src/components/organisms/HeroContent/index.d.ts +0 -2
- package/dist/src/components/organisms/HeroContent/index.js +0 -1
- package/dist/src/components/organisms/HeroContent/index.ts +0 -2
- package/dist/src/components/organisms/HowWeHelp/HowWeHelp.d.ts +0 -4
- package/dist/src/components/organisms/HowWeHelp/HowWeHelp.js +0 -7
- package/dist/src/components/organisms/HowWeHelp/HowWeHelp.styled.d.ts +0 -1
- package/dist/src/components/organisms/HowWeHelp/HowWeHelp.styled.js +0 -95
- package/dist/src/components/organisms/HowWeHelp/HowWeHelp.styled.ts +0 -96
- package/dist/src/components/organisms/HowWeHelp/HowWeHelp.tsx +0 -28
- package/dist/src/components/organisms/HowWeHelp/HowWeHelpProps.types.d.ts +0 -7
- package/dist/src/components/organisms/HowWeHelp/HowWeHelpProps.types.js +0 -1
- package/dist/src/components/organisms/HowWeHelp/HowWeHelpProps.types.ts +0 -8
- package/dist/src/components/organisms/HowWeHelp/index.d.ts +0 -2
- package/dist/src/components/organisms/HowWeHelp/index.js +0 -1
- package/dist/src/components/organisms/HowWeHelp/index.ts +0 -2
- package/dist/src/components/organisms/MenuItems/MenuItems.d.ts +0 -3
- package/dist/src/components/organisms/MenuItems/MenuItems.js +0 -10
- package/dist/src/components/organisms/MenuItems/MenuItems.styled.js +0 -488
- package/dist/src/components/organisms/MenuItems/MenuItems.styled.ts +0 -492
- package/dist/src/components/organisms/MenuItems/MenuItems.tsx +0 -81
- package/dist/src/components/organisms/MenuItems/MenuItemsProps.types.d.ts +0 -44
- package/dist/src/components/organisms/MenuItems/MenuItemsProps.types.js +0 -1
- package/dist/src/components/organisms/MenuItems/MenuItemsProps.types.ts +0 -45
- package/dist/src/components/organisms/MenuItems/index.d.ts +0 -2
- package/dist/src/components/organisms/MenuItems/index.js +0 -1
- package/dist/src/components/organisms/MenuItems/index.ts +0 -2
- package/dist/src/components/organisms/MobileMenu/MobileMenu.d.ts +0 -3
- package/dist/src/components/organisms/MobileMenu/MobileMenu.js +0 -8
- package/dist/src/components/organisms/MobileMenu/MobileMenu.styled.d.ts +0 -7
- package/dist/src/components/organisms/MobileMenu/MobileMenu.styled.js +0 -23
- package/dist/src/components/organisms/MobileMenu/MobileMenu.styled.ts +0 -30
- package/dist/src/components/organisms/MobileMenu/MobileMenu.tsx +0 -53
- package/dist/src/components/organisms/MobileMenu/MobileMenuProps.d.ts +0 -16
- package/dist/src/components/organisms/MobileMenu/MobileMenuProps.js +0 -1
- package/dist/src/components/organisms/MobileMenu/MobileMenuProps.ts +0 -18
- package/dist/src/components/organisms/MobileMenu/index.d.ts +0 -2
- package/dist/src/components/organisms/MobileMenu/index.js +0 -2
- package/dist/src/components/organisms/MobileMenu/index.ts +0 -2
- package/dist/src/components/organisms/MobilePanel/MobilePanel.d.ts +0 -3
- package/dist/src/components/organisms/MobilePanel/MobilePanel.js +0 -3
- package/dist/src/components/organisms/MobilePanel/MobilePanel.styled.d.ts +0 -8
- package/dist/src/components/organisms/MobilePanel/MobilePanel.styled.js +0 -27
- package/dist/src/components/organisms/MobilePanel/MobilePanel.styled.ts +0 -35
- package/dist/src/components/organisms/MobilePanel/MobilePanel.tsx +0 -12
- package/dist/src/components/organisms/MobilePanel/MobilePanelProps.d.ts +0 -7
- package/dist/src/components/organisms/MobilePanel/MobilePanelProps.js +0 -1
- package/dist/src/components/organisms/MobilePanel/MobilePanelProps.ts +0 -7
- package/dist/src/components/organisms/MobilePanel/index.d.ts +0 -2
- package/dist/src/components/organisms/MobilePanel/index.js +0 -2
- package/dist/src/components/organisms/MobilePanel/index.ts +0 -2
- package/dist/src/components/organisms/NavMenu/NavMenu.d.ts +0 -3
- package/dist/src/components/organisms/NavMenu/NavMenu.js +0 -10
- package/dist/src/components/organisms/NavMenu/NavMenu.styled.d.ts +0 -1
- package/dist/src/components/organisms/NavMenu/NavMenu.styled.js +0 -673
- package/dist/src/components/organisms/NavMenu/NavMenu.styled.ts +0 -677
- package/dist/src/components/organisms/NavMenu/NavMenu.tsx +0 -115
- package/dist/src/components/organisms/NavMenu/NavMenuProps.types.d.ts +0 -79
- package/dist/src/components/organisms/NavMenu/NavMenuProps.types.js +0 -1
- package/dist/src/components/organisms/NavMenu/NavMenuProps.types.ts +0 -81
- package/dist/src/components/organisms/NavMenu/index.d.ts +0 -2
- package/dist/src/components/organisms/NavMenu/index.js +0 -1
- package/dist/src/components/organisms/NavMenu/index.ts +0 -2
- package/dist/src/components/organisms/RatafiaLoadingResultContent/RatafiaLoadingResultContent.d.ts +0 -4
- package/dist/src/components/organisms/RatafiaLoadingResultContent/RatafiaLoadingResultContent.js +0 -6
- package/dist/src/components/organisms/RatafiaLoadingResultContent/RatafiaLoadingResultContent.styled.d.ts +0 -1
- package/dist/src/components/organisms/RatafiaLoadingResultContent/RatafiaLoadingResultContent.styled.js +0 -143
- package/dist/src/components/organisms/RatafiaLoadingResultContent/RatafiaLoadingResultContent.styled.ts +0 -144
- package/dist/src/components/organisms/RatafiaLoadingResultContent/RatafiaLoadingResultContent.tsx +0 -48
- package/dist/src/components/organisms/RatafiaLoadingResultContent/RatafiaLoadingResultContentProps.types.d.ts +0 -7
- package/dist/src/components/organisms/RatafiaLoadingResultContent/RatafiaLoadingResultContentProps.types.js +0 -1
- package/dist/src/components/organisms/RatafiaLoadingResultContent/RatafiaLoadingResultContentProps.types.ts +0 -7
- package/dist/src/components/organisms/RatafiaLoadingResultContent/index.d.ts +0 -2
- package/dist/src/components/organisms/RatafiaLoadingResultContent/index.js +0 -1
- package/dist/src/components/organisms/RatafiaLoadingResultContent/index.ts +0 -2
- package/dist/src/components/organisms/RatafiaResultContent/RatafiaResultContent.d.ts +0 -4
- package/dist/src/components/organisms/RatafiaResultContent/RatafiaResultContent.js +0 -9
- package/dist/src/components/organisms/RatafiaResultContent/RatafiaResultContent.styled.d.ts +0 -1
- package/dist/src/components/organisms/RatafiaResultContent/RatafiaResultContent.styled.js +0 -26
- package/dist/src/components/organisms/RatafiaResultContent/RatafiaResultContent.styled.ts +0 -27
- package/dist/src/components/organisms/RatafiaResultContent/RatafiaResultContent.tsx +0 -26
- package/dist/src/components/organisms/RatafiaResultContent/RatafiaResultContentProps.types.d.ts +0 -13
- package/dist/src/components/organisms/RatafiaResultContent/RatafiaResultContentProps.types.js +0 -1
- package/dist/src/components/organisms/RatafiaResultContent/RatafiaResultContentProps.types.ts +0 -16
- package/dist/src/components/organisms/RatafiaResultContent/index.d.ts +0 -3
- package/dist/src/components/organisms/RatafiaResultContent/index.js +0 -1
- package/dist/src/components/organisms/RatafiaResultContent/index.ts +0 -3
- package/dist/src/components/organisms/TopFooter/TopFooter.d.ts +0 -3
- package/dist/src/components/organisms/TopFooter/TopFooter.js +0 -7
- package/dist/src/components/organisms/TopFooter/TopFooter.styled.d.ts +0 -2
- package/dist/src/components/organisms/TopFooter/TopFooter.styled.js +0 -31
- package/dist/src/components/organisms/TopFooter/TopFooter.styled.ts +0 -33
- package/dist/src/components/organisms/TopFooter/TopFooter.tsx +0 -20
- package/dist/src/components/organisms/TopFooter/TopFooterProps.types.d.ts +0 -7
- package/dist/src/components/organisms/TopFooter/TopFooterProps.types.js +0 -1
- package/dist/src/components/organisms/TopFooter/TopFooterProps.types.ts +0 -8
- package/dist/src/components/organisms/TopFooter/index.d.ts +0 -2
- package/dist/src/components/organisms/TopFooter/index.js +0 -1
- package/dist/src/components/organisms/TopFooter/index.ts +0 -2
- package/dist/src/components/organisms/VisibleEnvVariables/VisibleEnvVariables.d.ts +0 -4
- package/dist/src/components/organisms/VisibleEnvVariables/VisibleEnvVariables.js +0 -6
- package/dist/src/components/organisms/VisibleEnvVariables/VisibleEnvVariables.styled.d.ts +0 -1
- package/dist/src/components/organisms/VisibleEnvVariables/VisibleEnvVariables.styled.js +0 -13
- package/dist/src/components/organisms/VisibleEnvVariables/VisibleEnvVariables.styled.ts +0 -14
- package/dist/src/components/organisms/VisibleEnvVariables/VisibleEnvVariables.tsx +0 -18
- package/dist/src/components/organisms/VisibleEnvVariables/VisibleEnvVariablesProps.types.d.ts +0 -3
- package/dist/src/components/organisms/VisibleEnvVariables/VisibleEnvVariablesProps.types.js +0 -1
- package/dist/src/components/organisms/VisibleEnvVariables/VisibleEnvVariablesProps.types.ts +0 -3
- package/dist/src/components/organisms/VisibleEnvVariables/index.d.ts +0 -2
- package/dist/src/components/organisms/VisibleEnvVariables/index.js +0 -1
- package/dist/src/components/organisms/VisibleEnvVariables/index.ts +0 -2
- package/dist/src/components/pages/HowItWorksPage/HowItWorksPage.d.ts +0 -3
- package/dist/src/components/pages/HowItWorksPage/HowItWorksPage.js +0 -5
- package/dist/src/components/pages/HowItWorksPage/HowItWorksPage.tsx +0 -26
- package/dist/src/components/pages/HowItWorksPage/HowItWorksPageProps.d.ts +0 -10
- package/dist/src/components/pages/HowItWorksPage/HowItWorksPageProps.js +0 -1
- package/dist/src/components/pages/HowItWorksPage/HowItWorksPageProps.ts +0 -16
- package/dist/src/components/pages/HowItWorksPage/index.d.ts +0 -2
- package/dist/src/components/pages/HowItWorksPage/index.js +0 -2
- package/dist/src/components/pages/HowItWorksPage/index.ts +0 -2
- package/dist/src/components/pages/PricingPage/PricingPage.d.ts +0 -3
- package/dist/src/components/pages/PricingPage/PricingPage.js +0 -10
- package/dist/src/components/pages/PricingPage/PricingPage.styled.d.ts +0 -1
- package/dist/src/components/pages/PricingPage/PricingPage.styled.js +0 -130
- package/dist/src/components/pages/PricingPage/PricingPage.styled.ts +0 -131
- package/dist/src/components/pages/PricingPage/PricingPage.tsx +0 -53
- package/dist/src/components/pages/PricingPage/PricingPageProps.d.ts +0 -28
- package/dist/src/components/pages/PricingPage/PricingPageProps.js +0 -1
- package/dist/src/components/pages/PricingPage/PricingPageProps.ts +0 -33
- package/dist/src/components/pages/PricingPage/index.d.ts +0 -2
- package/dist/src/components/pages/PricingPage/index.js +0 -2
- package/dist/src/components/pages/PricingPage/index.ts +0 -2
- package/dist/src/components/pages/RatafiaResultPage/RatafiaResultPage.d.ts +0 -4
- package/dist/src/components/pages/RatafiaResultPage/RatafiaResultPage.js +0 -15
- package/dist/src/components/pages/RatafiaResultPage/RatafiaResultPage.styled.d.ts +0 -1
- package/dist/src/components/pages/RatafiaResultPage/RatafiaResultPage.styled.js +0 -23
- package/dist/src/components/pages/RatafiaResultPage/RatafiaResultPage.styled.ts +0 -24
- package/dist/src/components/pages/RatafiaResultPage/RatafiaResultPage.tsx +0 -76
- package/dist/src/components/pages/RatafiaResultPage/RatafiaResultPageProps.types.d.ts +0 -20
- package/dist/src/components/pages/RatafiaResultPage/RatafiaResultPageProps.types.js +0 -1
- package/dist/src/components/pages/RatafiaResultPage/RatafiaResultPageProps.types.ts +0 -22
- package/dist/src/components/pages/RatafiaResultPage/index.d.ts +0 -2
- package/dist/src/components/pages/RatafiaResultPage/index.js +0 -1
- package/dist/src/components/pages/RatafiaResultPage/index.ts +0 -2
- package/dist/src/components/sections/AppHeader/AppHeader.d.ts +0 -4
- package/dist/src/components/sections/AppHeader/AppHeader.js +0 -8
- package/dist/src/components/sections/AppHeader/AppHeader.scss +0 -35
- package/dist/src/components/sections/AppHeader/AppHeader.styled.d.ts +0 -2
- package/dist/src/components/sections/AppHeader/AppHeader.styled.js +0 -35
- package/dist/src/components/sections/AppHeader/AppHeader.styled.ts +0 -36
- package/dist/src/components/sections/AppHeader/AppHeader.tsx +0 -58
- package/dist/src/components/sections/AppHeader/AppHeaderProps.d.ts +0 -26
- package/dist/src/components/sections/AppHeader/AppHeaderProps.js +0 -1
- package/dist/src/components/sections/AppHeader/AppHeaderProps.ts +0 -27
- package/dist/src/components/sections/AppHeader/index.d.ts +0 -2
- package/dist/src/components/sections/AppHeader/index.js +0 -2
- package/dist/src/components/sections/AppHeader/index.ts +0 -2
- package/dist/src/components/sections/CardBoxSection/CardBoxSection.d.ts +0 -4
- package/dist/src/components/sections/CardBoxSection/CardBoxSection.js +0 -9
- package/dist/src/components/sections/CardBoxSection/CardBoxSection.styled.d.ts +0 -2
- package/dist/src/components/sections/CardBoxSection/CardBoxSection.styled.js +0 -33
- package/dist/src/components/sections/CardBoxSection/CardBoxSection.styled.ts +0 -35
- package/dist/src/components/sections/CardBoxSection/CardBoxSection.tsx +0 -23
- package/dist/src/components/sections/CardBoxSection/CardBoxSectionProps.d.ts +0 -4
- package/dist/src/components/sections/CardBoxSection/CardBoxSectionProps.js +0 -1
- package/dist/src/components/sections/CardBoxSection/CardBoxSectionProps.ts +0 -5
- package/dist/src/components/sections/CardBoxSection/index.d.ts +0 -2
- package/dist/src/components/sections/CardBoxSection/index.js +0 -1
- package/dist/src/components/sections/CardBoxSection/index.ts +0 -2
- package/dist/src/components/sections/Footer/Footer.d.ts +0 -3
- package/dist/src/components/sections/Footer/Footer.js +0 -7
- package/dist/src/components/sections/Footer/Footer.mocks.d.ts +0 -10
- package/dist/src/components/sections/Footer/Footer.mocks.js +0 -65
- package/dist/src/components/sections/Footer/Footer.mocks.ts +0 -77
- package/dist/src/components/sections/Footer/Footer.styled.d.ts +0 -1
- package/dist/src/components/sections/Footer/Footer.styled.js +0 -9
- package/dist/src/components/sections/Footer/Footer.styled.ts +0 -10
- package/dist/src/components/sections/Footer/Footer.tsx +0 -14
- package/dist/src/components/sections/Footer/FooterProps.types.d.ts +0 -6
- package/dist/src/components/sections/Footer/FooterProps.types.js +0 -1
- package/dist/src/components/sections/Footer/FooterProps.types.ts +0 -7
- package/dist/src/components/sections/Footer/index.d.ts +0 -8
- package/dist/src/components/sections/Footer/index.js +0 -1
- package/dist/src/components/sections/Footer/index.ts +0 -8
- package/dist/src/components/sections/Header/Header.d.ts +0 -4
- package/dist/src/components/sections/Header/Header.js +0 -11
- package/dist/src/components/sections/Header/Header.styled.d.ts +0 -1
- package/dist/src/components/sections/Header/Header.styled.js +0 -142
- package/dist/src/components/sections/Header/Header.styled.ts +0 -143
- package/dist/src/components/sections/Header/Header.tsx +0 -28
- package/dist/src/components/sections/Header/HeaderProps.types.d.ts +0 -95
- package/dist/src/components/sections/Header/HeaderProps.types.js +0 -1
- package/dist/src/components/sections/Header/HeaderProps.types.ts +0 -99
- package/dist/src/components/sections/Header/index.d.ts +0 -2
- package/dist/src/components/sections/Header/index.js +0 -1
- package/dist/src/components/sections/Header/index.ts +0 -2
- package/dist/src/components/sections/HeroSection/HeroSection.d.ts +0 -4
- package/dist/src/components/sections/HeroSection/HeroSection.js +0 -7
- package/dist/src/components/sections/HeroSection/HeroSection.tsx +0 -24
- package/dist/src/components/sections/HeroSection/HeroSectionProps.types.d.ts +0 -6
- package/dist/src/components/sections/HeroSection/HeroSectionProps.types.js +0 -1
- package/dist/src/components/sections/HeroSection/HeroSectionProps.types.ts +0 -7
- package/dist/src/components/sections/HeroSection/HeroSectionStyled.styled.d.ts +0 -1
- package/dist/src/components/sections/HeroSection/index.d.ts +0 -2
- package/dist/src/components/sections/HeroSection/index.js +0 -1
- package/dist/src/components/sections/HeroSection/index.ts +0 -2
- package/dist/src/components/sections/LawGeniusCardsSection/LawGeniusCardsSection.d.ts +0 -4
- package/dist/src/components/sections/LawGeniusCardsSection/LawGeniusCardsSection.js +0 -12
- package/dist/src/components/sections/LawGeniusCardsSection/LawGeniusCardsSection.styled.d.ts +0 -1
- package/dist/src/components/sections/LawGeniusCardsSection/LawGeniusCardsSection.styled.js +0 -118
- package/dist/src/components/sections/LawGeniusCardsSection/LawGeniusCardsSection.styled.ts +0 -119
- package/dist/src/components/sections/LawGeniusCardsSection/LawGeniusCardsSection.tsx +0 -70
- package/dist/src/components/sections/LawGeniusCardsSection/LawGeniusCardsSectionProps.types.d.ts +0 -15
- package/dist/src/components/sections/LawGeniusCardsSection/LawGeniusCardsSectionProps.types.js +0 -1
- package/dist/src/components/sections/LawGeniusCardsSection/LawGeniusCardsSectionProps.types.ts +0 -16
- package/dist/src/components/sections/LawGeniusCardsSection/index.d.ts +0 -2
- package/dist/src/components/sections/LawGeniusCardsSection/index.js +0 -1
- package/dist/src/components/sections/LawGeniusCardsSection/index.ts +0 -2
- package/dist/src/components/sections/TryNowSection/TryNowSection.d.ts +0 -3
- package/dist/src/components/sections/TryNowSection/TryNowSection.js +0 -6
- package/dist/src/components/sections/TryNowSection/TryNowSection.styled.d.ts +0 -1
- package/dist/src/components/sections/TryNowSection/TryNowSection.styled.js +0 -190
- package/dist/src/components/sections/TryNowSection/TryNowSection.styled.ts +0 -191
- package/dist/src/components/sections/TryNowSection/TryNowSection.tsx +0 -27
- package/dist/src/components/sections/TryNowSection/TryNowSectionProps.d.ts +0 -8
- package/dist/src/components/sections/TryNowSection/TryNowSectionProps.js +0 -1
- package/dist/src/components/sections/TryNowSection/TryNowSectionProps.ts +0 -9
- package/dist/src/components/sections/TryNowSection/index.d.ts +0 -2
- package/dist/src/components/sections/TryNowSection/index.js +0 -1
- package/dist/src/components/sections/TryNowSection/index.ts +0 -2
- package/dist/src/hooks/useSearchFunction.d.ts +0 -10
- package/dist/src/hooks/useSearchFunction.js +0 -28
- package/dist/src/hooks/useSearchFunction.tsx +0 -63
- package/dist/src/hooks/useWindowSize.d.ts +0 -6
- package/dist/src/hooks/useWindowSize.js +0 -43
- package/dist/src/hooks/useWindowSize.tsx +0 -51
- /package/dist/src/components/atoms/{BenefitCard/BenefitCardProps.types.js → BenefitRatafiaCard/BenefitRatafiaCardProps.types.js} +0 -0
- /package/dist/src/components/atoms/{CardBox/CardBoxProps.types.js → MenuItems/MenuItemProps.types.js} +0 -0
- /package/dist/src/components/molecules/{SubscriptionCard/RatafiaSubscriptionCard → RatafiaSubscriptionCard}/RatafiaSubscriptionCardProps.types.js +0 -0
- /package/dist/src/components/{atoms/ContactInformationHeader/ContactInformationHeaderProps.js → organisms/AboutUsContent/AboutUsContentProps.types.js} +0 -0
- /package/dist/src/components/{atoms/MenuItemsDeprecated/MenuItemsDeprecatedProps.types.js → sections/AboutUsSection/AboutUsSectionProps.types.js} +0 -0
|
@@ -1,143 +0,0 @@
|
|
|
1
|
-
import { device, size } from '../../../globalStyles/breakpoints'
|
|
2
|
-
import styled from 'styled-components'
|
|
3
|
-
|
|
4
|
-
export const HeaderStyled = styled.header`
|
|
5
|
-
position: sticky;
|
|
6
|
-
top: 0;
|
|
7
|
-
transition: all 0.3s ease;
|
|
8
|
-
z-index: 1000;
|
|
9
|
-
|
|
10
|
-
@media (max-width: ${size.tab}) {
|
|
11
|
-
position: sticky;
|
|
12
|
-
top: 0;
|
|
13
|
-
width: 100%;
|
|
14
|
-
z-index: 111111111111;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
html[data-theme='lawdistrict'] {
|
|
18
|
-
.header {
|
|
19
|
-
&.product-header-background {
|
|
20
|
-
background-color: var(--secondary-main-light-4);
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.header__inner {
|
|
26
|
-
align-items: center;
|
|
27
|
-
justify-content: space-between;
|
|
28
|
-
padding: 1rem 1.5rem;
|
|
29
|
-
|
|
30
|
-
@media (min-width: ${size.tab}) {
|
|
31
|
-
padding: 1rem 2rem 1rem 2rem;
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
&.scrollDown {
|
|
36
|
-
background-color: var(--others-white) !important;
|
|
37
|
-
box-shadow: var(--box-shadow-small);
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.top-bar-wrapper {
|
|
41
|
-
.top-bar {
|
|
42
|
-
@media (max-width: ${size.tab}) {
|
|
43
|
-
font-size: 0.78rem;
|
|
44
|
-
letter-spacing: -0.5px;
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.top-bar-content {
|
|
49
|
-
width: 100%;
|
|
50
|
-
display: flex;
|
|
51
|
-
justify-content: space-around;
|
|
52
|
-
@media ${device.tablets} {
|
|
53
|
-
justify-content: center;
|
|
54
|
-
width: auto;
|
|
55
|
-
}
|
|
56
|
-
span {
|
|
57
|
-
display: none;
|
|
58
|
-
|
|
59
|
-
@media ${device['laptop']} {
|
|
60
|
-
display: inline;
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
.top-bar-mobile {
|
|
67
|
-
font-size: 14px;
|
|
68
|
-
padding: 8px 10px;
|
|
69
|
-
letter-spacing: normal;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
&.hide-header-in-mobile {
|
|
73
|
-
position: relative;
|
|
74
|
-
|
|
75
|
-
@media ${device.tablets} {
|
|
76
|
-
position: sticky;
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
&__inner {
|
|
81
|
-
max-width: 1200px;
|
|
82
|
-
padding: 1rem 1.5rem;
|
|
83
|
-
align-items: center;
|
|
84
|
-
justify-content: space-between;
|
|
85
|
-
|
|
86
|
-
@media (min-width: ${size.tab}) {
|
|
87
|
-
padding: 1rem;
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
.header__logo {
|
|
92
|
-
z-index: 200;
|
|
93
|
-
min-width: max-content;
|
|
94
|
-
|
|
95
|
-
img {
|
|
96
|
-
@media (max-width: 1024px) {
|
|
97
|
-
width: 141px;
|
|
98
|
-
height: auto;
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
&.product-header-background {
|
|
104
|
-
background-color: var(--primary-main-light-6);
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
&.transparent-header-background {
|
|
108
|
-
background-color: transparent;
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
&.form-header-background {
|
|
112
|
-
background-color: var(--others-white);
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
&.esignature-header-background {
|
|
116
|
-
background-color: var(--neutral-neutral-5);
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
.--no-grid {
|
|
120
|
-
padding: 0 2rem;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
&.--is-open {
|
|
124
|
-
background: var(--others-white);
|
|
125
|
-
position: fixed;
|
|
126
|
-
width: 100%;
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
a {
|
|
130
|
-
text-decoration: none;
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
.refresh-container {
|
|
134
|
-
height: 70px;
|
|
135
|
-
padding-top: 10px;
|
|
136
|
-
|
|
137
|
-
.e-button {
|
|
138
|
-
width: 140px;
|
|
139
|
-
margin-left: auto;
|
|
140
|
-
margin-right: auto;
|
|
141
|
-
}
|
|
142
|
-
}
|
|
143
|
-
`
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import React, { ReactElement, forwardRef } from 'react'
|
|
2
|
-
|
|
3
|
-
import { Logo, TopBar } from '../../atoms'
|
|
4
|
-
import { type HeaderProps } from './HeaderProps.types'
|
|
5
|
-
import { HeaderStyled } from './Header.styled'
|
|
6
|
-
import { NavMenu } from '../../organisms/NavMenu'
|
|
7
|
-
|
|
8
|
-
const Header = forwardRef<HTMLDivElement, HeaderProps>(
|
|
9
|
-
({ mainHeaderProps, topBarProps, navMenuProps }, ref): ReactElement => {
|
|
10
|
-
const { classnames, siteName } = mainHeaderProps
|
|
11
|
-
|
|
12
|
-
return (
|
|
13
|
-
<HeaderStyled className={`header ${classnames}`} ref={ref} id='header'>
|
|
14
|
-
<TopBar {...topBarProps} />
|
|
15
|
-
<span itemScope itemType='https://www.schema.org/Brand' className={'flex header__inner'}>
|
|
16
|
-
<a data-qa={'Header_Logo'} className='header__logo' href='/'>
|
|
17
|
-
<Logo siteName={siteName} width='188' height='32' />
|
|
18
|
-
</a>
|
|
19
|
-
<NavMenu {...navMenuProps} />
|
|
20
|
-
</span>
|
|
21
|
-
</HeaderStyled>
|
|
22
|
-
)
|
|
23
|
-
}
|
|
24
|
-
)
|
|
25
|
-
|
|
26
|
-
Header.displayName = 'Header'
|
|
27
|
-
|
|
28
|
-
export default Header
|
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
import { DocumentListMenuSectionProps } from '../../molecules/DocumentListMenuSection';
|
|
2
|
-
import { type LanguageSelectorProps } from '../../organisms/LanguageSelector/LanguageSelectorProps';
|
|
3
|
-
import { Products } from '../../organisms/NavMenu/NavMenuProps.types';
|
|
4
|
-
interface StaticRoutes {
|
|
5
|
-
LOGIN: string;
|
|
6
|
-
MY_DOCUMENTS: string;
|
|
7
|
-
REGISTER: string;
|
|
8
|
-
SIGN_EDITOR: string;
|
|
9
|
-
RATAFIA_LOGIN: string;
|
|
10
|
-
LEGAL_DOCUMENTS: string;
|
|
11
|
-
}
|
|
12
|
-
interface DynamicRoutes {
|
|
13
|
-
CUSTOM_URL_FROM_APP_SUBDOMAIN: (url: string) => string;
|
|
14
|
-
CUSTOM_URL_FROM_TARGET_ADDRESS: (url: string) => string;
|
|
15
|
-
LEGAL_DOCUMENTS_WITH_HASH: (category: string) => string;
|
|
16
|
-
LEGAL_DOCUMENTS_WITH_CATEGORY: (category: string) => string;
|
|
17
|
-
}
|
|
18
|
-
export type Routes = StaticRoutes & DynamicRoutes;
|
|
19
|
-
export interface StrapiSearchBar {
|
|
20
|
-
title: string;
|
|
21
|
-
placeholder: string;
|
|
22
|
-
}
|
|
23
|
-
export interface HeaderProps {
|
|
24
|
-
mainHeaderProps: {
|
|
25
|
-
classnames?: string;
|
|
26
|
-
hide?: boolean;
|
|
27
|
-
siteName: string;
|
|
28
|
-
};
|
|
29
|
-
topBarProps: {
|
|
30
|
-
hide?: boolean;
|
|
31
|
-
isVisible?: boolean;
|
|
32
|
-
children?: React.ReactNode;
|
|
33
|
-
};
|
|
34
|
-
navMenuProps: {
|
|
35
|
-
isLeftNavHidden?: boolean;
|
|
36
|
-
isHeaderProductsHidden?: boolean;
|
|
37
|
-
isSearchBarHidden?: boolean;
|
|
38
|
-
isResourcesHidden?: boolean;
|
|
39
|
-
showHeaderPhone?: boolean;
|
|
40
|
-
showContactBar?: boolean;
|
|
41
|
-
showContactBarMobile?: boolean;
|
|
42
|
-
languageSelectorProps?: LanguageSelectorProps;
|
|
43
|
-
userActions: React.ReactNode;
|
|
44
|
-
menuStrings: {
|
|
45
|
-
seeAllLegalDocs: string;
|
|
46
|
-
seeAllTypeDocs: string;
|
|
47
|
-
allLegalDocs: string;
|
|
48
|
-
allTypeDocs: string;
|
|
49
|
-
};
|
|
50
|
-
routes: Routes;
|
|
51
|
-
searchBarTexts: StrapiSearchBar;
|
|
52
|
-
sitePhone: string;
|
|
53
|
-
handleResultClick: (product: string, link: string) => void;
|
|
54
|
-
searchableProducts: Products[];
|
|
55
|
-
isMenuOpen: boolean;
|
|
56
|
-
languageSelectorConfigEnabled: boolean;
|
|
57
|
-
isJonSnow: boolean;
|
|
58
|
-
triggerMenuOpen: React.ReactNode;
|
|
59
|
-
triggerMenuClose: React.ReactNode;
|
|
60
|
-
toggleMenuOpen: () => void;
|
|
61
|
-
setCookiePolicyFunc: (url?: string, setCookiePolicyAccepted?: boolean) => void;
|
|
62
|
-
finalMenu: DocumentListMenuSectionProps[];
|
|
63
|
-
configVars: {
|
|
64
|
-
TARGET_ADDRESS: string;
|
|
65
|
-
ESIGNATURE_CONFIG: {
|
|
66
|
-
ENABLED: boolean;
|
|
67
|
-
SIGN_SUBDOMAIN: string;
|
|
68
|
-
};
|
|
69
|
-
IS_JONSNOW: boolean;
|
|
70
|
-
HAS_GRAV_SITEMAP: boolean;
|
|
71
|
-
RATAFIA_CONFIG: {
|
|
72
|
-
ENABLED: boolean;
|
|
73
|
-
CLAUSES_ENABLED: boolean;
|
|
74
|
-
};
|
|
75
|
-
HAS_SUBCATEGORY_PAGE: boolean;
|
|
76
|
-
};
|
|
77
|
-
navMenuItems: {
|
|
78
|
-
title: string;
|
|
79
|
-
dataQa: string;
|
|
80
|
-
href: string;
|
|
81
|
-
label: string;
|
|
82
|
-
}[];
|
|
83
|
-
extraMenu?: {
|
|
84
|
-
title: string;
|
|
85
|
-
items: {
|
|
86
|
-
title: string;
|
|
87
|
-
dataQa: string;
|
|
88
|
-
href: string;
|
|
89
|
-
label: string;
|
|
90
|
-
}[];
|
|
91
|
-
};
|
|
92
|
-
};
|
|
93
|
-
ref: React.Ref<HTMLDivElement>;
|
|
94
|
-
}
|
|
95
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
import { DocumentListMenuSectionProps } from '../../molecules/DocumentListMenuSection'
|
|
2
|
-
import { type LanguageSelectorProps } from '../../organisms/LanguageSelector/LanguageSelectorProps'
|
|
3
|
-
import { Products } from '../../organisms/NavMenu/NavMenuProps.types'
|
|
4
|
-
|
|
5
|
-
interface StaticRoutes {
|
|
6
|
-
LOGIN: string
|
|
7
|
-
MY_DOCUMENTS: string
|
|
8
|
-
REGISTER: string
|
|
9
|
-
SIGN_EDITOR: string
|
|
10
|
-
RATAFIA_LOGIN: string
|
|
11
|
-
LEGAL_DOCUMENTS: string
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
interface DynamicRoutes {
|
|
15
|
-
CUSTOM_URL_FROM_APP_SUBDOMAIN: (url: string) => string
|
|
16
|
-
CUSTOM_URL_FROM_TARGET_ADDRESS: (url: string) => string
|
|
17
|
-
LEGAL_DOCUMENTS_WITH_HASH: (category: string) => string
|
|
18
|
-
LEGAL_DOCUMENTS_WITH_CATEGORY: (category: string) => string
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
export type Routes = StaticRoutes & DynamicRoutes
|
|
22
|
-
|
|
23
|
-
export interface StrapiSearchBar {
|
|
24
|
-
title: string
|
|
25
|
-
placeholder: string
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
export interface HeaderProps {
|
|
29
|
-
mainHeaderProps: {
|
|
30
|
-
classnames?: string
|
|
31
|
-
hide?: boolean
|
|
32
|
-
siteName: string
|
|
33
|
-
}
|
|
34
|
-
topBarProps: {
|
|
35
|
-
hide?: boolean
|
|
36
|
-
isVisible?: boolean
|
|
37
|
-
children?: React.ReactNode
|
|
38
|
-
}
|
|
39
|
-
navMenuProps: {
|
|
40
|
-
isLeftNavHidden?: boolean
|
|
41
|
-
isHeaderProductsHidden?: boolean
|
|
42
|
-
isSearchBarHidden?: boolean
|
|
43
|
-
isResourcesHidden?: boolean
|
|
44
|
-
showHeaderPhone?: boolean
|
|
45
|
-
showContactBar?: boolean
|
|
46
|
-
showContactBarMobile?: boolean
|
|
47
|
-
languageSelectorProps?: LanguageSelectorProps
|
|
48
|
-
userActions: React.ReactNode
|
|
49
|
-
menuStrings: {
|
|
50
|
-
seeAllLegalDocs: string
|
|
51
|
-
seeAllTypeDocs: string
|
|
52
|
-
allLegalDocs: string
|
|
53
|
-
allTypeDocs: string
|
|
54
|
-
}
|
|
55
|
-
routes: Routes
|
|
56
|
-
searchBarTexts: StrapiSearchBar
|
|
57
|
-
sitePhone: string
|
|
58
|
-
handleResultClick: (product: string, link: string) => void
|
|
59
|
-
searchableProducts: Products[]
|
|
60
|
-
isMenuOpen: boolean
|
|
61
|
-
languageSelectorConfigEnabled: boolean
|
|
62
|
-
isJonSnow: boolean
|
|
63
|
-
triggerMenuOpen: React.ReactNode
|
|
64
|
-
triggerMenuClose: React.ReactNode
|
|
65
|
-
toggleMenuOpen: () => void
|
|
66
|
-
setCookiePolicyFunc: (url?: string, setCookiePolicyAccepted?: boolean) => void
|
|
67
|
-
finalMenu: DocumentListMenuSectionProps[]
|
|
68
|
-
configVars: {
|
|
69
|
-
TARGET_ADDRESS: string
|
|
70
|
-
ESIGNATURE_CONFIG: {
|
|
71
|
-
ENABLED: boolean
|
|
72
|
-
SIGN_SUBDOMAIN: string
|
|
73
|
-
}
|
|
74
|
-
IS_JONSNOW: boolean
|
|
75
|
-
HAS_GRAV_SITEMAP: boolean
|
|
76
|
-
RATAFIA_CONFIG: {
|
|
77
|
-
ENABLED: boolean
|
|
78
|
-
CLAUSES_ENABLED: boolean
|
|
79
|
-
}
|
|
80
|
-
HAS_SUBCATEGORY_PAGE: boolean
|
|
81
|
-
}
|
|
82
|
-
navMenuItems: {
|
|
83
|
-
title: string
|
|
84
|
-
dataQa: string
|
|
85
|
-
href: string
|
|
86
|
-
label: string
|
|
87
|
-
}[]
|
|
88
|
-
extraMenu?: {
|
|
89
|
-
title: string
|
|
90
|
-
items: {
|
|
91
|
-
title: string
|
|
92
|
-
dataQa: string
|
|
93
|
-
href: string
|
|
94
|
-
label: string
|
|
95
|
-
}[]
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
ref: React.Ref<HTMLDivElement>
|
|
99
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as Header } from './Header';
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { HeroContent } from '../../organisms/HeroContent';
|
|
3
|
-
import { HeroSectionStyled } from './HeroSectionStyled.styled';
|
|
4
|
-
const HeroSection = ({ title, subTitle, content }) => {
|
|
5
|
-
return (_jsx(HeroSectionStyled, { className: 'hero-section', children: _jsxs("div", { className: 'wrapper wrapper--responsive', children: [_jsx("div", { className: 'hero-section__title', children: _jsx("span", { className: 'hero-section__title__text', children: title }) }), Boolean(subTitle) && _jsx("h1", { className: 'hero-section__sub-title', children: subTitle }), _jsx(HeroContent, { image: content.image, button: content?.button, children: content.children })] }) }));
|
|
6
|
-
};
|
|
7
|
-
export default HeroSection;
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import React, { type FC } from 'react'
|
|
2
|
-
|
|
3
|
-
import { HeroContent } from '../../organisms/HeroContent'
|
|
4
|
-
import { type HeroSectionProps } from './HeroSectionProps.types'
|
|
5
|
-
import { HeroSectionStyled } from './HeroSectionStyled.styled'
|
|
6
|
-
|
|
7
|
-
const HeroSection: FC<HeroSectionProps> = ({ title, subTitle, content }) => {
|
|
8
|
-
return (
|
|
9
|
-
<HeroSectionStyled className='hero-section'>
|
|
10
|
-
<div className='wrapper wrapper--responsive'>
|
|
11
|
-
<div className='hero-section__title'>
|
|
12
|
-
<span className='hero-section__title__text'>{title}</span>
|
|
13
|
-
</div>
|
|
14
|
-
{Boolean(subTitle) && <h1 className='hero-section__sub-title'>{subTitle}</h1>}
|
|
15
|
-
|
|
16
|
-
<HeroContent image={content.image} button={content?.button}>
|
|
17
|
-
{content.children}
|
|
18
|
-
</HeroContent>
|
|
19
|
-
</div>
|
|
20
|
-
</HeroSectionStyled>
|
|
21
|
-
)
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
export default HeroSection
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const HeroSectionStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as HeroSection } from './HeroSection';
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { Button } from '../../atoms';
|
|
3
|
-
import { LawGeniusCardsSectionStyled } from './LawGeniusCardsSection.styled';
|
|
4
|
-
import { LawGeniusInfoCard } from '../../molecules/LawGeniusInfoCard';
|
|
5
|
-
import { useIsMobileOrTable } from '../../../hooks';
|
|
6
|
-
const LawGeniusCardsSection = ({ title, contentTop, contentBottom, card1, card2, card3, ctaLabel, ctaLink = '#', handleOnClick, ctaDataQa = 'ai-section-cta', image }) => {
|
|
7
|
-
const { isMobile } = useIsMobileOrTable();
|
|
8
|
-
if (contentTop == undefined)
|
|
9
|
-
return null;
|
|
10
|
-
return (_jsx(LawGeniusCardsSectionStyled, { className: 'layout-ratafia-section', children: _jsxs("div", { className: 'layout-ratafia-section__wrapper background-ratafia-animation', children: [_jsxs("div", { className: 'layout-ratafia-section__topContent', children: [title && (_jsx("h2", { className: 'layout-ratafia-section__wrapper__info__paragraph__title sans-serif --super-large --bold-weight', children: title })), image !== null && _jsx("div", { className: 'layout-ratafia-section__wrapper__image__mobile', children: image }), _jsx("div", { className: 'layout-ratafia-section__wrapper__info__paragraph__content sans-serif --super-medium', children: contentTop })] }), _jsxs("div", { className: 'layout-ratafia-section__wrapperContent', children: [_jsxs("div", { className: 'layout-ratafia-section__wrapper__info', children: [_jsxs("div", { className: 'layout-ratafia-section__wrapper__info cards', children: [_jsx(LawGeniusInfoCard, { title: card1?.title ?? '', text: card1?.text ?? '', icon: card1?.icon }), _jsx(LawGeniusInfoCard, { title: card2?.title ?? '', text: card2?.text ?? '', icon: card2?.icon }), _jsx(LawGeniusInfoCard, { title: card3?.title ?? '', text: card3?.text ?? '', icon: card3?.icon })] }), _jsx("div", { className: 'layout-ratafia-section__wrapper__info__paragraph__content sans-serif --super-medium bottomContent', children: contentBottom }), ctaLabel && (_jsx("div", { className: 'layout-ratafia-section__wrapper__info__button', children: _jsx(Button, { givenClass: 'mid-banner-ratafia-content__cta', dataQa: ctaDataQa, link: ctaLink, onClick: handleOnClick, color: 'primary', label: ctaLabel, fluid: isMobile }) }))] }), image !== null && _jsx("div", { className: 'layout-ratafia-section__wrapper__image', children: image })] })] }) }));
|
|
11
|
-
};
|
|
12
|
-
export default LawGeniusCardsSection;
|
package/dist/src/components/sections/LawGeniusCardsSection/LawGeniusCardsSection.styled.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const LawGeniusCardsSectionStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, never>> & string;
|
|
@@ -1,118 +0,0 @@
|
|
|
1
|
-
import { device } from '../../../globalStyles/breakpoints';
|
|
2
|
-
import styled from 'styled-components';
|
|
3
|
-
export const LawGeniusCardsSectionStyled = styled.section `
|
|
4
|
-
display: flex;
|
|
5
|
-
justify-content: center;
|
|
6
|
-
align-content: center;
|
|
7
|
-
width: 100%;
|
|
8
|
-
background-color: var(--neutral-neutral-6);
|
|
9
|
-
padding: 2rem 1.5rem;
|
|
10
|
-
|
|
11
|
-
@media ${device.laptop} {
|
|
12
|
-
padding: 3rem 2rem;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
@media ${device['desktop-xl']} {
|
|
16
|
-
padding: 3rem 0;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.layout-ratafia-section {
|
|
20
|
-
&__topContent {
|
|
21
|
-
display: flex;
|
|
22
|
-
flex-direction: column;
|
|
23
|
-
color: var(--others-white);
|
|
24
|
-
}
|
|
25
|
-
&__wrapper {
|
|
26
|
-
display: flex;
|
|
27
|
-
flex-direction: column;
|
|
28
|
-
justify-content: center;
|
|
29
|
-
align-items: center;
|
|
30
|
-
align-self: stretch;
|
|
31
|
-
padding: 1.5rem;
|
|
32
|
-
gap: 2rem;
|
|
33
|
-
border-radius: var(--l-border-radius);
|
|
34
|
-
max-width: 1200px;
|
|
35
|
-
|
|
36
|
-
@media ${device['landscape-tablets']} {
|
|
37
|
-
padding: 2.5rem;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
@media ${device.laptop} {
|
|
41
|
-
gap: 2rem;
|
|
42
|
-
padding: 4rem;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
&__info {
|
|
46
|
-
display: flex;
|
|
47
|
-
flex-direction: column;
|
|
48
|
-
justify-content: center;
|
|
49
|
-
align-items: flex-start;
|
|
50
|
-
align-self: stretch;
|
|
51
|
-
gap: 1.5rem;
|
|
52
|
-
|
|
53
|
-
.bottomContent {
|
|
54
|
-
p {
|
|
55
|
-
color: var(--others-white);
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
&__paragraph {
|
|
60
|
-
display: flex;
|
|
61
|
-
flex-direction: column;
|
|
62
|
-
gap: var(--global-gap);
|
|
63
|
-
color: var(--others-white);
|
|
64
|
-
|
|
65
|
-
p:not(:last-child) {
|
|
66
|
-
margin-bottom: 1.5rem;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
@media ${device.laptop} {
|
|
70
|
-
&__title {
|
|
71
|
-
margin-bottom: 1rem;
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
&__button {
|
|
77
|
-
display: flex;
|
|
78
|
-
width: 100%;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
&.cards {
|
|
82
|
-
gap: 1rem;
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
&__image {
|
|
87
|
-
display: none;
|
|
88
|
-
flex: 450px 0 0;
|
|
89
|
-
img {
|
|
90
|
-
object-fit: cover;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
@media ${device.laptop} {
|
|
94
|
-
display: flex;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
&__mobile {
|
|
98
|
-
display: flex;
|
|
99
|
-
width: 70%;
|
|
100
|
-
margin: 2rem auto;
|
|
101
|
-
|
|
102
|
-
@media ${device.laptop} {
|
|
103
|
-
display: none;
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
&__wrapperContent {
|
|
109
|
-
display: flex;
|
|
110
|
-
flex-direction: column;
|
|
111
|
-
gap: 2rem;
|
|
112
|
-
|
|
113
|
-
@media ${device.laptop} {
|
|
114
|
-
flex-flow: row nowrap;
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
`;
|