@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,6 +1,8 @@
|
|
|
1
|
-
import { jsx as _jsx,
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { DividerStyled } from './Divider.styled';
|
|
3
3
|
const Divider = ({ containerClass, lineClass, text, image }) => {
|
|
4
|
-
|
|
4
|
+
if (text?.length === 0 || image?.length === 0)
|
|
5
|
+
return null;
|
|
6
|
+
return (_jsxs(DividerStyled, { className: `divider ${containerClass ?? ''}`, children: [_jsx("div", { className: `divider__line ${lineClass ?? ''}` }), text !== undefined && _jsx("p", { className: 'divider__word', children: text }), image !== undefined && _jsx("img", { className: 'divider__image', src: image, alt: '', role: 'img' }), _jsx("div", { className: `divider__line ${lineClass ?? ''}` })] }));
|
|
5
7
|
};
|
|
6
8
|
export default Divider;
|
|
@@ -11,12 +11,6 @@ export const DividerStyled = styled.div `
|
|
|
11
11
|
border-bottom: 1px solid var(--neutral-neutral-4);
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
&__line--complete {
|
|
15
|
-
width: 100%;
|
|
16
|
-
height: 0px;
|
|
17
|
-
border-bottom: 1px solid var(--neutral-neutral-4);
|
|
18
|
-
}
|
|
19
|
-
|
|
20
14
|
&__word,
|
|
21
15
|
&__image {
|
|
22
16
|
width: fit-content;
|
|
@@ -12,12 +12,6 @@ export const DividerStyled = styled.div`
|
|
|
12
12
|
border-bottom: 1px solid var(--neutral-neutral-4);
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
-
&__line--complete {
|
|
16
|
-
width: 100%;
|
|
17
|
-
height: 0px;
|
|
18
|
-
border-bottom: 1px solid var(--neutral-neutral-4);
|
|
19
|
-
}
|
|
20
|
-
|
|
21
15
|
&__word,
|
|
22
16
|
&__image {
|
|
23
17
|
width: fit-content;
|
|
@@ -4,18 +4,14 @@ import { type DividerProps } from './DividerProps.types'
|
|
|
4
4
|
import { DividerStyled } from './Divider.styled'
|
|
5
5
|
|
|
6
6
|
const Divider: FC<DividerProps> = ({ containerClass, lineClass, text, image }) => {
|
|
7
|
+
if (text?.length === 0 || image?.length === 0) return null
|
|
8
|
+
|
|
7
9
|
return (
|
|
8
10
|
<DividerStyled className={`divider ${containerClass ?? ''}`}>
|
|
9
|
-
{
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
<div className={`divider__line ${lineClass ?? ''}`}></div>
|
|
14
|
-
{text !== undefined && <p className='divider__word'>{text}</p>}
|
|
15
|
-
{image !== undefined && <img className='divider__image' src={image} alt='' role='img'></img>}
|
|
16
|
-
<div className={`divider__line ${lineClass ?? ''}`}></div>
|
|
17
|
-
</>
|
|
18
|
-
)}
|
|
11
|
+
<div className={`divider__line ${lineClass ?? ''}`}></div>
|
|
12
|
+
{text !== undefined && <p className='divider__word'>{text}</p>}
|
|
13
|
+
{image !== undefined && <img className='divider__image' src={image} alt='' role='img'></img>}
|
|
14
|
+
<div className={`divider__line ${lineClass ?? ''}`}></div>
|
|
19
15
|
</DividerStyled>
|
|
20
16
|
)
|
|
21
17
|
}
|
|
@@ -2,15 +2,19 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
|
2
2
|
import { DocumentStatusStyled } from './DocumentStatus.styled';
|
|
3
3
|
import { Done24px } from '../../../../images/componentsSvg/Done24px';
|
|
4
4
|
import { NewRelease24p } from '../../../../images/componentsSvg/NewRelease24p';
|
|
5
|
+
import { RatafiaIcon24px } from '../../../../images/componentsSvg/RatafiaIcon24px';
|
|
5
6
|
import { Sign24px } from '../../../../images/componentsSvg/Sign24px';
|
|
6
7
|
import { Time24px } from '../../../../images/componentsSvg/Time24px';
|
|
7
|
-
const DocumentStatus = ({ type, statusCompletedText, statusNewText, statusInProgressText, statusSignedText }) => {
|
|
8
|
+
const DocumentStatus = ({ type, statusCompletedText, statusNewText, statusInProgressText, statusAIReviewedText, statusSignedText }) => {
|
|
8
9
|
if (type === 'complete' || type === 'downloaded' || type === 'pdf_processing' || type === 'pdf_generated') {
|
|
9
10
|
return (_jsxs(DocumentStatusStyled, { "data-testid": 'document-status', className: 'document-status --is-completed', children: [_jsx(Done24px, { className: 'icon' }), " ", _jsx("span", { className: 'sans-serif --small', children: statusCompletedText })] }));
|
|
10
11
|
}
|
|
11
12
|
if (type === 'new') {
|
|
12
13
|
return (_jsxs(DocumentStatusStyled, { "data-testid": 'document-status', className: 'document-status --is-new', children: [_jsx(NewRelease24p, { className: 'icon' }), " ", _jsx("span", { className: 'sans-serif --small', children: statusNewText })] }));
|
|
13
14
|
}
|
|
15
|
+
if (type === 'ai_reviewed') {
|
|
16
|
+
return (_jsxs(DocumentStatusStyled, { "data-testid": 'document-status', className: 'document-status --is-ai-reviewed', children: [_jsx(RatafiaIcon24px, { className: 'icon' }), " ", _jsx("span", { className: 'sans-serif --small', children: statusAIReviewedText })] }));
|
|
17
|
+
}
|
|
14
18
|
if (type === 'signed') {
|
|
15
19
|
return (_jsxs(DocumentStatusStyled, { "data-testid": 'document-status', className: 'document-status --is-signed', children: [_jsx(Sign24px, { className: 'icon' }), " ", _jsx("span", { className: 'sans-serif --small', children: statusSignedText })] }));
|
|
16
20
|
}
|
|
@@ -62,6 +62,20 @@ export const DocumentStatusStyled = styled.div `
|
|
|
62
62
|
}
|
|
63
63
|
}
|
|
64
64
|
|
|
65
|
+
&.--is-ai-reviewed {
|
|
66
|
+
padding: 0.25rem;
|
|
67
|
+
gap: 0.25rem;
|
|
68
|
+
background-color: var(--primary-main-light-5);
|
|
69
|
+
border-color: var(--primary-main-light-3);
|
|
70
|
+
color: var(--primary-main);
|
|
71
|
+
|
|
72
|
+
svg {
|
|
73
|
+
path {
|
|
74
|
+
fill: var(--primary-main);
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
|
|
65
79
|
&.--is-signed {
|
|
66
80
|
width: fit-content;
|
|
67
81
|
background-color: var(--primary-main-dark-2);
|
|
@@ -63,6 +63,20 @@ export const DocumentStatusStyled = styled.div`
|
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
65
|
|
|
66
|
+
&.--is-ai-reviewed {
|
|
67
|
+
padding: 0.25rem;
|
|
68
|
+
gap: 0.25rem;
|
|
69
|
+
background-color: var(--primary-main-light-5);
|
|
70
|
+
border-color: var(--primary-main-light-3);
|
|
71
|
+
color: var(--primary-main);
|
|
72
|
+
|
|
73
|
+
svg {
|
|
74
|
+
path {
|
|
75
|
+
fill: var(--primary-main);
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
|
|
66
80
|
&.--is-signed {
|
|
67
81
|
width: fit-content;
|
|
68
82
|
background-color: var(--primary-main-dark-2);
|
|
@@ -4,6 +4,7 @@ import { type DocumentStatusProps } from './DocumentStatusProps.types'
|
|
|
4
4
|
import { DocumentStatusStyled } from './DocumentStatus.styled'
|
|
5
5
|
import { Done24px } from '../../../../images/componentsSvg/Done24px'
|
|
6
6
|
import { NewRelease24p } from '../../../../images/componentsSvg/NewRelease24p'
|
|
7
|
+
import { RatafiaIcon24px } from '../../../../images/componentsSvg/RatafiaIcon24px'
|
|
7
8
|
import { Sign24px } from '../../../../images/componentsSvg/Sign24px'
|
|
8
9
|
import { Time24px } from '../../../../images/componentsSvg/Time24px'
|
|
9
10
|
|
|
@@ -12,6 +13,7 @@ const DocumentStatus: FC<DocumentStatusProps> = ({
|
|
|
12
13
|
statusCompletedText,
|
|
13
14
|
statusNewText,
|
|
14
15
|
statusInProgressText,
|
|
16
|
+
statusAIReviewedText,
|
|
15
17
|
statusSignedText
|
|
16
18
|
}) => {
|
|
17
19
|
if (type === 'complete' || type === 'downloaded' || type === 'pdf_processing' || type === 'pdf_generated') {
|
|
@@ -28,6 +30,13 @@ const DocumentStatus: FC<DocumentStatusProps> = ({
|
|
|
28
30
|
</DocumentStatusStyled>
|
|
29
31
|
)
|
|
30
32
|
}
|
|
33
|
+
if (type === 'ai_reviewed') {
|
|
34
|
+
return (
|
|
35
|
+
<DocumentStatusStyled data-testid='document-status' className={'document-status --is-ai-reviewed'}>
|
|
36
|
+
<RatafiaIcon24px className='icon' /> <span className={'sans-serif --small'}>{statusAIReviewedText}</span>
|
|
37
|
+
</DocumentStatusStyled>
|
|
38
|
+
)
|
|
39
|
+
}
|
|
31
40
|
if (type === 'signed') {
|
|
32
41
|
return (
|
|
33
42
|
<DocumentStatusStyled data-testid='document-status' className={'document-status --is-signed'}>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { ExpertCardStyled } from './ExpertCard.styled';
|
|
3
3
|
const ExpertCard = ({ title, url, description, image }) => {
|
|
4
|
-
return (_jsx(ExpertCardStyled, { className: 'expert-card', children: _jsxs("div", { className: 'expert-card__box', children: [_jsx("div", { className: 'expert-card__image', children: image }),
|
|
4
|
+
return (_jsx(ExpertCardStyled, { className: 'expert-card', children: _jsxs("div", { className: 'expert-card__box', children: [_jsx("div", { className: 'expert-card__image', children: image }), url != null && (_jsx("a", { className: 'expert-card__title', href: url, children: title })), url == null && _jsx("p", { className: 'expert-card__title', children: title }), _jsx("p", { className: 'expert-card__description', children: description })] }) }));
|
|
5
5
|
};
|
|
6
6
|
export default ExpertCard;
|
|
@@ -4,62 +4,63 @@ export const ExpertCardStyled = styled.div `
|
|
|
4
4
|
display: flex;
|
|
5
5
|
align-items: center;
|
|
6
6
|
justify-content: center;
|
|
7
|
+
margin-top: 10rem;
|
|
8
|
+
|
|
9
|
+
&:first-child {
|
|
10
|
+
margin-top: 5rem;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
@media ${device['landscape-tablets']} {
|
|
14
|
+
margin-top: 5rem;
|
|
15
|
+
}
|
|
7
16
|
|
|
8
17
|
.expert-card {
|
|
9
18
|
&__box {
|
|
10
19
|
background-color: white;
|
|
11
|
-
border-radius:
|
|
12
|
-
|
|
20
|
+
border-radius: 0.3rem;
|
|
21
|
+
box-shadow: var(--box-shadow-container);
|
|
22
|
+
padding: 7rem 2rem 0 2rem;
|
|
23
|
+
min-height: 13rem;
|
|
13
24
|
display: flex;
|
|
14
|
-
flex-direction:
|
|
25
|
+
flex-direction: column;
|
|
15
26
|
align-items: center;
|
|
16
27
|
justify-content: flex-start;
|
|
17
|
-
width:
|
|
18
|
-
|
|
19
|
-
align-items: center;
|
|
20
|
-
gap: 24px;
|
|
28
|
+
width: 17.625rem;
|
|
29
|
+
margin-left: 0;
|
|
21
30
|
|
|
22
|
-
@media ${device['
|
|
23
|
-
|
|
31
|
+
@media ${device['landscape-tablets']} {
|
|
32
|
+
margin-left: 2rem;
|
|
24
33
|
}
|
|
25
34
|
}
|
|
26
35
|
|
|
27
36
|
&__image {
|
|
28
|
-
|
|
37
|
+
position: absolute;
|
|
38
|
+
transform: translateY(-115%);
|
|
39
|
+
|
|
29
40
|
img {
|
|
30
|
-
|
|
31
|
-
height: auto;
|
|
32
|
-
border-radius: 8px;
|
|
41
|
+
border-radius: 100%;
|
|
33
42
|
}
|
|
34
43
|
}
|
|
35
44
|
|
|
36
|
-
&__texts {
|
|
37
|
-
display: flex;
|
|
38
|
-
flex-direction: column;
|
|
39
|
-
align-items: start;
|
|
40
|
-
justify-content: left;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
45
|
&__title {
|
|
44
46
|
font-family: var(--font-sans);
|
|
45
47
|
font-size: 18px;
|
|
46
48
|
font-weight: 700;
|
|
47
49
|
line-height: 1.5rem;
|
|
48
50
|
letter-spacing: -0.3px;
|
|
51
|
+
text-align: center;
|
|
49
52
|
width: 75%;
|
|
50
53
|
text-decoration: none;
|
|
51
|
-
margin-bottom: 0.6rem;
|
|
52
|
-
min-width: fit-content;
|
|
53
54
|
}
|
|
54
55
|
|
|
55
56
|
&__description {
|
|
56
57
|
font-family: var(--font-sans);
|
|
57
|
-
color: var(--neutral-neutral-1);
|
|
58
58
|
font-size: 16px;
|
|
59
|
-
font-style: normal;
|
|
60
59
|
font-weight: 400;
|
|
61
60
|
line-height: 22px;
|
|
62
61
|
letter-spacing: -0.3px;
|
|
62
|
+
text-align: center;
|
|
63
|
+
width: 75%;
|
|
63
64
|
}
|
|
64
65
|
}
|
|
65
66
|
`;
|
|
@@ -5,62 +5,63 @@ export const ExpertCardStyled = styled.div`
|
|
|
5
5
|
display: flex;
|
|
6
6
|
align-items: center;
|
|
7
7
|
justify-content: center;
|
|
8
|
+
margin-top: 10rem;
|
|
9
|
+
|
|
10
|
+
&:first-child {
|
|
11
|
+
margin-top: 5rem;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
@media ${device['landscape-tablets']} {
|
|
15
|
+
margin-top: 5rem;
|
|
16
|
+
}
|
|
8
17
|
|
|
9
18
|
.expert-card {
|
|
10
19
|
&__box {
|
|
11
20
|
background-color: white;
|
|
12
|
-
border-radius:
|
|
13
|
-
|
|
21
|
+
border-radius: 0.3rem;
|
|
22
|
+
box-shadow: var(--box-shadow-container);
|
|
23
|
+
padding: 7rem 2rem 0 2rem;
|
|
24
|
+
min-height: 13rem;
|
|
14
25
|
display: flex;
|
|
15
|
-
flex-direction:
|
|
26
|
+
flex-direction: column;
|
|
16
27
|
align-items: center;
|
|
17
28
|
justify-content: flex-start;
|
|
18
|
-
width:
|
|
19
|
-
|
|
20
|
-
align-items: center;
|
|
21
|
-
gap: 24px;
|
|
29
|
+
width: 17.625rem;
|
|
30
|
+
margin-left: 0;
|
|
22
31
|
|
|
23
|
-
@media ${device['
|
|
24
|
-
|
|
32
|
+
@media ${device['landscape-tablets']} {
|
|
33
|
+
margin-left: 2rem;
|
|
25
34
|
}
|
|
26
35
|
}
|
|
27
36
|
|
|
28
37
|
&__image {
|
|
29
|
-
|
|
38
|
+
position: absolute;
|
|
39
|
+
transform: translateY(-115%);
|
|
40
|
+
|
|
30
41
|
img {
|
|
31
|
-
|
|
32
|
-
height: auto;
|
|
33
|
-
border-radius: 8px;
|
|
42
|
+
border-radius: 100%;
|
|
34
43
|
}
|
|
35
44
|
}
|
|
36
45
|
|
|
37
|
-
&__texts {
|
|
38
|
-
display: flex;
|
|
39
|
-
flex-direction: column;
|
|
40
|
-
align-items: start;
|
|
41
|
-
justify-content: left;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
46
|
&__title {
|
|
45
47
|
font-family: var(--font-sans);
|
|
46
48
|
font-size: 18px;
|
|
47
49
|
font-weight: 700;
|
|
48
50
|
line-height: 1.5rem;
|
|
49
51
|
letter-spacing: -0.3px;
|
|
52
|
+
text-align: center;
|
|
50
53
|
width: 75%;
|
|
51
54
|
text-decoration: none;
|
|
52
|
-
margin-bottom: 0.6rem;
|
|
53
|
-
min-width: fit-content;
|
|
54
55
|
}
|
|
55
56
|
|
|
56
57
|
&__description {
|
|
57
58
|
font-family: var(--font-sans);
|
|
58
|
-
color: var(--neutral-neutral-1);
|
|
59
59
|
font-size: 16px;
|
|
60
|
-
font-style: normal;
|
|
61
60
|
font-weight: 400;
|
|
62
61
|
line-height: 22px;
|
|
63
62
|
letter-spacing: -0.3px;
|
|
63
|
+
text-align: center;
|
|
64
|
+
width: 75%;
|
|
64
65
|
}
|
|
65
66
|
}
|
|
66
67
|
`
|
|
@@ -8,15 +8,14 @@ const ExpertCard: FC<ExpertCardProps> = ({ title, url, description, image }) =>
|
|
|
8
8
|
<ExpertCardStyled className='expert-card'>
|
|
9
9
|
<div className='expert-card__box'>
|
|
10
10
|
<div className='expert-card__image'>{image}</div>
|
|
11
|
-
|
|
12
|
-
{url
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
</div>
|
|
11
|
+
{url != null && (
|
|
12
|
+
<a className='expert-card__title' href={url}>
|
|
13
|
+
{title}
|
|
14
|
+
</a>
|
|
15
|
+
)}
|
|
16
|
+
{url == null && <p className='expert-card__title'>{title}</p>}
|
|
17
|
+
|
|
18
|
+
<p className='expert-card__description'>{description}</p>
|
|
20
19
|
</div>
|
|
21
20
|
</ExpertCardStyled>
|
|
22
21
|
)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { FeatureRatafiaCardStyled } from './FeatureRatafiaCard.styled';
|
|
3
3
|
export const FeatureRatafiaCard = ({ title, icon, description, isReleased = true, notReleasedText }) => {
|
|
4
|
-
return (_jsx(FeatureRatafiaCardStyled, { className: 'feature-ratafia-card', children: _jsx("div", { className: isReleased ? 'feature-ratafia-card-released' : 'feature-ratafia-card-not-released', children: _jsxs("div", { className: 'feature-ratafia-card__wrapper', children: [_jsxs("div", { className: 'feature-ratafia-card__wrapper__header', children: [_jsxs("div", { className: 'feature-ratafia-card__wrapper__header__title', children: [icon !== null && _jsx("div", { className: 'feature-ratafia-card__wrapper__header__title__icon', children: icon }), _jsx("
|
|
4
|
+
return (_jsx(FeatureRatafiaCardStyled, { className: 'feature-ratafia-card', children: _jsx("div", { className: isReleased ? 'feature-ratafia-card-released' : 'feature-ratafia-card-not-released', children: _jsxs("div", { className: 'feature-ratafia-card__wrapper', children: [_jsxs("div", { className: 'feature-ratafia-card__wrapper__header', children: [_jsxs("div", { className: 'feature-ratafia-card__wrapper__header__title', children: [icon !== null && _jsx("div", { className: 'feature-ratafia-card__wrapper__header__title__icon', children: icon }), _jsx("h3", { className: 'sans-serif --big --bold-weight feature-ratafia-card__wrapper__header__title__text', children: title })] }), !isReleased && (_jsx("p", { className: 'sans-serif --small --bold-weight feature-ratafia-card__wrapper__header__not-released', children: notReleasedText }))] }), _jsx("p", { className: 'sans-serif --medium feature-ratafia-card__wrapper__description', children: description })] }) }) }));
|
|
5
5
|
};
|
|
6
6
|
export default FeatureRatafiaCard;
|
|
@@ -17,9 +17,9 @@ export const FeatureRatafiaCard: React.FC<FeatureRatafiaCardProps> = ({
|
|
|
17
17
|
<div className='feature-ratafia-card__wrapper__header'>
|
|
18
18
|
<div className='feature-ratafia-card__wrapper__header__title'>
|
|
19
19
|
{icon !== null && <div className='feature-ratafia-card__wrapper__header__title__icon'>{icon}</div>}
|
|
20
|
-
<
|
|
20
|
+
<h3 className='sans-serif --big --bold-weight feature-ratafia-card__wrapper__header__title__text'>
|
|
21
21
|
{title}
|
|
22
|
-
</
|
|
22
|
+
</h3>
|
|
23
23
|
</div>
|
|
24
24
|
{!isReleased && (
|
|
25
25
|
<p className='sans-serif --small --bold-weight feature-ratafia-card__wrapper__header__not-released'>
|
|
@@ -1,7 +1,3 @@
|
|
|
1
1
|
import { FixedFooterProps } from './FixedFooterProps';
|
|
2
2
|
import React from 'react';
|
|
3
|
-
/**
|
|
4
|
-
* @deprecated Este componentes será removido en el futuro. Use `Footer` en su lugar.
|
|
5
|
-
* @deprecatedSince 7.8.0
|
|
6
|
-
*/
|
|
7
3
|
export declare const FixedFooter: React.FC<FixedFooterProps>;
|
|
@@ -12,10 +12,6 @@ import linkedin from '../../../../images/svg/linkedin.svg';
|
|
|
12
12
|
import pinterest from '../../../../images/svg/pinterest.svg';
|
|
13
13
|
import securityIconBlack from '../../../../images/svg/icon-24-px-security_black.svg';
|
|
14
14
|
import x from '../../../../images/svg/x.svg';
|
|
15
|
-
/**
|
|
16
|
-
* @deprecated Este componentes será removido en el futuro. Use `Footer` en su lugar.
|
|
17
|
-
* @deprecatedSince 7.8.0
|
|
18
|
-
*/
|
|
19
15
|
export const FixedFooter = ({ footerData = {
|
|
20
16
|
findUs: 'Find Us'
|
|
21
17
|
}, config = {
|
|
@@ -14,10 +14,6 @@ import pinterest from '../../../../images/svg/pinterest.svg'
|
|
|
14
14
|
import securityIconBlack from '../../../../images/svg/icon-24-px-security_black.svg'
|
|
15
15
|
import x from '../../../../images/svg/x.svg'
|
|
16
16
|
|
|
17
|
-
/**
|
|
18
|
-
* @deprecated Este componentes será removido en el futuro. Use `Footer` en su lugar.
|
|
19
|
-
* @deprecatedSince 7.8.0
|
|
20
|
-
*/
|
|
21
17
|
export const FixedFooter: React.FC<FixedFooterProps> = ({
|
|
22
18
|
footerData = {
|
|
23
19
|
findUs: 'Find Us'
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
const IconImage = ({ iconName, baseSrcUrl =
|
|
3
|
-
return _jsx("img", { className: givenClass, src: `${baseSrcUrl}${iconName}.${iconFormat}`, alt: '', role: 'img' });
|
|
2
|
+
const IconImage = ({ iconName, baseSrcUrl = undefined, givenClass, iconFormat = 'svg' }) => {
|
|
3
|
+
return (_jsx("img", { className: givenClass, src: `${baseSrcUrl ?? process.env.ASSETS_URL + '/'}${iconName}.${iconFormat}`, alt: '', role: 'img' }));
|
|
4
4
|
};
|
|
5
5
|
export default IconImage;
|
|
@@ -2,13 +2,15 @@ import React from 'react'
|
|
|
2
2
|
|
|
3
3
|
import { type IconImageProps } from './IconImageProps.types'
|
|
4
4
|
|
|
5
|
-
const IconImage: React.FC<IconImageProps> = ({
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
5
|
+
const IconImage: React.FC<IconImageProps> = ({ iconName, baseSrcUrl = undefined, givenClass, iconFormat = 'svg' }) => {
|
|
6
|
+
return (
|
|
7
|
+
<img
|
|
8
|
+
className={givenClass}
|
|
9
|
+
src={`${baseSrcUrl ?? process.env.ASSETS_URL + '/'}${iconName}.${iconFormat}`}
|
|
10
|
+
alt=''
|
|
11
|
+
role='img'
|
|
12
|
+
/>
|
|
13
|
+
)
|
|
12
14
|
}
|
|
13
15
|
|
|
14
16
|
export default IconImage
|
|
@@ -43,6 +43,6 @@ const LOGOS = {
|
|
|
43
43
|
white: lawdistrictonlineWhite
|
|
44
44
|
}
|
|
45
45
|
};
|
|
46
|
-
export const Logo = ({ className, siteName = 'lawdistrict', type = 'default', width, height
|
|
47
|
-
return (_jsx("img", { className: className, src: LOGOS[siteName.toLowerCase()][type], alt: `${siteName} logo`, width: width, height: height
|
|
46
|
+
export const Logo = ({ className, siteName = 'lawdistrict', type = 'default', width, height }) => {
|
|
47
|
+
return (_jsx("img", { className: className, src: LOGOS[siteName.toLowerCase()][type], alt: `${siteName} logo`, width: width, height: height }));
|
|
48
48
|
};
|
|
@@ -55,8 +55,7 @@ export const Logo: FC<LogoProps> = ({
|
|
|
55
55
|
siteName = 'lawdistrict',
|
|
56
56
|
type = 'default',
|
|
57
57
|
width,
|
|
58
|
-
height
|
|
59
|
-
isLoadingLazy = false
|
|
58
|
+
height
|
|
60
59
|
}): React.ReactElement => {
|
|
61
60
|
return (
|
|
62
61
|
<img
|
|
@@ -65,7 +64,6 @@ export const Logo: FC<LogoProps> = ({
|
|
|
65
64
|
alt={`${siteName} logo`}
|
|
66
65
|
width={width}
|
|
67
66
|
height={height}
|
|
68
|
-
loading={isLoadingLazy ? 'lazy' : 'eager'}
|
|
69
67
|
/>
|
|
70
68
|
)
|
|
71
69
|
}
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
<svg width="
|
|
2
|
-
<
|
|
3
|
-
<
|
|
4
|
-
<path d="M0
|
|
5
|
-
|
|
6
|
-
<
|
|
7
|
-
<path d="
|
|
8
|
-
<path d="
|
|
9
|
-
<path d="
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
<path d="M366.646 104.509H334.926V1.72064H368.051C378.022 1.72064 386.554 3.7784 393.648 7.89393C400.741 11.976 406.178 17.8482 409.959 25.5104C413.74 33.1392 415.631 42.2737 415.631 52.9138C415.631 63.6209 413.724 72.839 409.909 80.5682C406.095 88.2639 400.541 94.1862 393.246 98.3352C385.952 102.451 377.085 104.509 366.646 104.509ZM347.373 93.4669H365.843C374.342 93.4669 381.385 91.8273 386.973 88.5483C392.56 85.2692 396.726 80.6016 399.47 74.5454C402.214 68.4893 403.585 61.2787 403.585 52.9138C403.585 44.6158 402.23 37.4722 399.52 31.4829C396.81 25.4602 392.761 20.8428 387.374 17.6307C381.987 14.3851 375.279 12.7623 367.248 12.7623H347.373V93.4669Z" fill="#1E2021"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="188" height="32" viewBox="0 0 188 32">
|
|
2
|
+
<g fill="none" fill-rule="evenodd">
|
|
3
|
+
<g fill="#1E2021">
|
|
4
|
+
<path d="M0 22.379L0 .678 5.296.678 5.296 18.119 14.412 18.119 14.412 22.379zM23.228 19.263c.834 0 1.546-.247 2.135-.741.588-.494.882-1.137.882-1.929v-1.547c-.293.156-.704.286-1.236.392-.532.106-1.04.195-1.525.265-1.548.234-2.321.869-2.321 1.907 0 .538.192.947.577 1.23.386.282.881.423 1.488.423m-1.616 3.391c-1.57 0-2.862-.395-3.879-1.187-1.016-.79-1.524-1.992-1.524-3.602 0-1.201.278-2.157.834-2.866.557-.71 1.299-1.237 2.226-1.58.927-.342 1.943-.559 3.05-.65 1.404-.12 2.405-.27 3-.446.596-.177.894-.512.894-1.007v-.053c0-.544-.19-.964-.567-1.26-.378-.297-.888-.445-1.53-.445-.692 0-1.248.148-1.67.445-.42.296-.688.706-.802 1.229l-4.825-.17c.206-1.483.929-2.716 2.166-3.698 1.238-.981 2.962-1.473 5.174-1.473 1.397 0 2.644.214 3.74.641 1.094.428 1.957 1.044 2.588 1.85.632.805.947 1.783.947 2.934V22.38h-4.922V20.11h-.128c-.913 1.695-2.503 2.543-4.772 2.543M36.789 22.379L32.509 6.103 37.763 6.103 39.978 16.53 40.117 16.53 42.492 6.103 47.618 6.103 50.057 16.455 50.196 16.455 52.347 6.103 57.6 6.103 53.309 22.379 47.713 22.379 45.145 12.895 44.964 12.895 42.396 22.379zM62.818 20.048h3.937c2.718 0 4.738-.765 6.061-2.294 1.324-1.53 1.985-3.619 1.985-6.268 0-2.628-.65-4.697-1.947-6.21-1.299-1.511-3.231-2.267-5.799-2.267h-4.237v17.039zm4.108 2.33h-6.762V.679h7.062c2.126 0 3.944.433 5.457 1.298 1.512.866 2.67 2.105 3.477 3.72.806 1.613 1.21 3.544 1.21 5.79 0 2.26-.408 4.205-1.22 5.833-.814 1.628-1.998 2.879-3.553 3.751-1.555.873-3.445 1.309-5.67 1.309zM80.574 22.378h2.525V6.103h-2.525v16.275zm1.284-18.987c-.492 0-.915-.166-1.268-.498-.353-.332-.53-.731-.53-1.198 0-.466.177-.865.53-1.197.353-.332.776-.498 1.268-.498s.915.166 1.268.498c.353.332.53.73.53 1.197 0 .467-.177.866-.53 1.198-.353.332-.776.498-1.268.498zM98.458 9.748l-2.268.636c-.221-.565-.592-1.095-1.113-1.59-.52-.493-1.334-.741-2.44-.741-1.005 0-1.841.228-2.509.683-.666.456-1 1.034-1 1.733 0 .622.228 1.112.685 1.473.457.36 1.17.66 2.14.9l2.44.594c2.91.706 4.365 2.176 4.365 4.408 0 .932-.27 1.766-.808 2.5-.539.735-1.29 1.314-2.252 1.738-.963.424-2.083.636-3.36.636-1.676 0-3.064-.36-4.162-1.08-1.098-.722-1.794-1.774-2.087-3.159l2.397-.593c.45 1.752 1.72 2.628 3.81 2.628 1.176 0 2.113-.25 2.808-.747.695-.498 1.043-1.097 1.043-1.796 0-1.152-.813-1.915-2.44-2.29l-2.738-.635c-1.505-.353-2.61-.902-3.312-1.647-.703-.746-1.054-1.68-1.054-2.803 0-.918.262-1.73.787-2.438.524-.705 1.24-1.26 2.15-1.663.91-.403 1.942-.604 3.097-.604 1.627 0 2.905.354 3.836 1.06.931.707 1.593 1.639 1.985 2.797M108.81 6.103v2.12h-3.51v9.494c0 .706.106 1.234.316 1.584.21.349.482.583.814.699.331.116.683.175 1.053.175.279 0 .507-.016.685-.048.178-.032.321-.058.428-.08l.514 2.247c-.171.064-.41.129-.717.196s-.696.1-1.166.1c-.714 0-1.411-.151-2.092-.455-.68-.303-1.245-.766-1.69-1.388-.446-.621-.67-1.406-.67-2.352V8.222h-2.481V6.103h2.482v-3.9h2.525v3.9h3.51zM111.715 22.379V6.103h2.44v2.459h.17c.3-.806.842-1.46 1.627-1.96.785-.503 1.67-.753 2.653-.753.186 0 .417.003.696.01.278.008.488.018.631.032v2.543c-.086-.02-.28-.055-.583-.1-.303-.046-.622-.07-.958-.07-1.198 0-2.19.361-2.974 1.082-.785.72-1.177 1.631-1.177 2.733v10.3h-2.525zM122.024 22.378h2.525V6.103h-2.525v16.275zm1.284-18.987c-.492 0-.915-.166-1.268-.498-.353-.332-.53-.731-.53-1.198 0-.466.177-.865.53-1.197.353-.332.776-.498 1.268-.498s.915.166 1.268.498c.353.332.53.73.53 1.197 0 .467-.177.866-.53 1.198-.353.332-.776.498-1.268.498zM134.943 22.718c-1.54 0-2.867-.36-3.98-1.081-1.112-.72-1.968-1.713-2.567-2.978-.6-1.264-.9-2.708-.9-4.333 0-1.653.309-3.114.926-4.382.617-1.268 1.48-2.26 2.59-2.977 1.108-.717 2.405-1.075 3.889-1.075 1.155 0 2.197.211 3.124.635.927.424 1.686 1.017 2.279 1.78.592.763.96 1.653 1.102 2.67h-2.525c-.193-.742-.62-1.4-1.279-1.976-.66-.575-1.546-.864-2.659-.864-1.476 0-2.666.557-3.568 1.67-.903 1.112-1.353 2.59-1.353 4.434 0 1.886.445 3.396 1.337 4.53.892 1.133 2.087 1.7 3.584 1.7.985 0 1.828-.25 2.531-.752.703-.501 1.171-1.198 1.407-2.087h2.525c-.143.96-.494 1.824-1.054 2.59-.56.767-1.298 1.374-2.215 1.823-.916.448-1.981.673-3.194.673M151.33 6.103v2.12h-3.51v9.494c0 .706.105 1.234.316 1.584.21.349.481.583.813.699.332.116.683.175 1.054.175.278 0 .506-.016.685-.048.178-.032.32-.058.428-.08l.514 2.247c-.172.064-.41.129-.718.196-.307.067-.695.1-1.166.1-.713 0-1.41-.151-2.092-.455-.68-.303-1.245-.766-1.69-1.388-.446-.621-.669-1.406-.669-2.352V8.222h-2.482V6.103h2.482v-3.9h2.525v3.9h3.51z" transform="translate(33.79 4.554)"/>
|
|
5
|
+
</g>
|
|
6
|
+
<g fill="#078080">
|
|
7
|
+
<path d="M8.26 26.97c0 .172-.18.295-.357.242l-1.111-.329c-.114-.034-.19-.131-.19-.242v-3.53c0-.173.18-.295.357-.243l1.11.33c.114.033.191.131.191.242v3.53zm-3.296-1.008c0 .172-.18.294-.357.242l-1.112-.33c-.113-.032-.19-.13-.19-.24v-6.599c0-.172.18-.294.357-.242l1.111.33c.114.033.19.13.19.24v6.599zm11.09-5.387L.856 15.885c-.422-.13-.857.16-.857.572v9.93c0 .26.18.491.446.573l15.196 4.69c.422.13.857-.16.857-.572v-9.93c0-.26-.18-.491-.446-.573z"/>
|
|
8
|
+
<path d="M20.592 27.068l-1.994-.616c-.265-.082-.445-.312-.445-.572l-.004-6.26c0-.26-.18-.49-.445-.573l-7.353-2.269c-.266-.082-.445-.313-.445-.572v-1.167c0-.26-.179-.49-.445-.573l-5.701-1.76c-.266-.081-.445-.31-.446-.57l-.011-3.802c-.001-.413.434-.706.857-.575l16.843 5.198c.266.082.445.314.445.573v12.965c0 .412-.435.703-.856.573"/>
|
|
9
|
+
<path d="M23.11 21.295v-9.298c0-.26-.18-.49-.446-.573l-7.37-2.268c-.266-.082-.445-.313-.445-.573V7.417c0-.26-.18-.49-.445-.573L8.703 5.085c-.266-.082-.445-.312-.445-.571L8.252.605c-.001-.412.434-.704.855-.574l16.861 5.195c.267.082.447.312.446.573L26.4 21.913c0 .412-.436.703-.858.572l-1.987-.618c-.265-.083-.444-.313-.444-.572"/>
|
|
10
|
+
</g>
|
|
11
|
+
</g>
|
|
13
12
|
</svg>
|