@npm_leadtech/legal-lib-components 5.2.9 → 5.2.10
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 +2855 -2437
- package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.js +1 -2
- package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.scss +24 -0
- package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.tsx +2 -7
- package/dist/src/components/atoms/AddButton/AddButton.js +1 -2
- package/dist/src/components/atoms/AddButton/AddButton.scss +48 -0
- package/dist/src/components/atoms/AddButton/AddButton.tsx +2 -3
- package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.js +2 -2
- package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.scss +54 -0
- package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.tsx +3 -3
- package/dist/src/components/atoms/BillCard/BillCard.js +1 -2
- package/dist/src/components/atoms/BillCard/BillCard.scss +57 -0
- package/dist/src/components/atoms/BillCard/BillCard.tsx +2 -3
- package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.js +1 -2
- package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.scss +33 -0
- package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.tsx +2 -2
- package/dist/src/components/atoms/BreadcrumItem/BreadcrumItem.js +1 -2
- package/dist/src/components/atoms/BreadcrumItem/BreadcrumItem.scss +21 -0
- package/dist/src/components/atoms/BreadcrumItem/BreadcrumItem.tsx +3 -3
- package/dist/src/components/atoms/Button/Button.scss +28 -28
- package/dist/src/components/atoms/ButtonIcon/ButtonIcon.scss +6 -6
- package/dist/src/components/atoms/CardPane/CardPane.js +2 -2
- package/dist/src/components/atoms/CardPane/CardPane.scss +116 -0
- package/dist/src/components/atoms/CardPane/CardPane.tsx +3 -3
- package/dist/src/components/atoms/Checkbox/Checkbox.js +2 -2
- package/dist/src/components/atoms/Checkbox/{Checkbox.styled.ts → Checkbox.scss} +16 -18
- package/dist/src/components/atoms/Checkbox/Checkbox.tsx +3 -3
- package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.js +2 -2
- package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.scss +116 -0
- package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.tsx +3 -3
- package/dist/src/components/atoms/DatePickerCustom/index.js.map +4 -4
- package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.js +5 -6
- package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.scss +3 -3
- package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.tsx +16 -19
- package/dist/src/components/atoms/Disclaimer/Disclaimer.js +2 -2
- package/dist/src/components/atoms/Disclaimer/Disclaimer.scss +45 -0
- package/dist/src/components/atoms/Disclaimer/Disclaimer.tsx +3 -3
- package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.js +2 -2
- package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.scss +149 -0
- package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.tsx +3 -3
- package/dist/src/components/atoms/Divider/Divider.js +2 -2
- package/dist/src/components/atoms/Divider/Divider.scss +20 -0
- package/dist/src/components/atoms/Divider/Divider.tsx +3 -3
- package/dist/src/components/atoms/DocumentStatus/DocumentStatus.js +4 -4
- package/dist/src/components/atoms/DocumentStatus/DocumentStatus.scss +91 -0
- package/dist/src/components/atoms/DocumentStatus/DocumentStatus.tsx +7 -7
- package/dist/src/components/atoms/DocumentTag/DocumentTag.js +2 -2
- package/dist/src/components/atoms/DocumentTag/DocumentTag.scss +13 -0
- package/dist/src/components/atoms/DocumentTag/DocumentTag.tsx +2 -2
- package/dist/src/components/atoms/ExpertCard/ExpertCard.js +2 -2
- package/dist/src/components/atoms/ExpertCard/ExpertCard.scss +65 -0
- package/dist/src/components/atoms/ExpertCard/ExpertCard.tsx +3 -3
- package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.js +2 -2
- package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.scss +79 -0
- package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.tsx +3 -3
- package/dist/src/components/atoms/FormFaq/FormFaq.js +2 -2
- package/dist/src/components/atoms/FormFaq/FormFaq.scss +72 -0
- package/dist/src/components/atoms/FormFaq/FormFaq.tsx +3 -3
- package/dist/src/components/atoms/GoogleButton/GoogleButton.js +2 -2
- package/dist/src/components/atoms/GoogleButton/{GoogleButton.styled.ts → GoogleButton.scss} +5 -5
- package/dist/src/components/atoms/GoogleButton/GoogleButton.tsx +3 -3
- package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.js +2 -2
- package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.scss +6 -0
- package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.tsx +3 -2
- package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.js +2 -2
- package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.scss +80 -0
- package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.tsx +4 -3
- package/dist/src/components/atoms/InfoBox/InfoBox.js +2 -2
- package/dist/src/components/atoms/InfoBox/InfoBox.scss +40 -0
- package/dist/src/components/atoms/InfoBox/InfoBox.tsx +3 -3
- package/dist/src/components/atoms/JumbotronStatic/JumbotronStatic.js +2 -2
- package/dist/src/components/atoms/JumbotronStatic/JumbotronStatic.scss +8 -0
- package/dist/src/components/atoms/JumbotronStatic/JumbotronStatic.tsx +3 -3
- package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.js +2 -2
- package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.scss +38 -0
- package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.tsx +3 -3
- package/dist/src/components/atoms/LogoText/LogoText.js +2 -2
- package/dist/src/components/atoms/LogoText/LogoText.scss +34 -0
- package/dist/src/components/atoms/LogoText/LogoText.tsx +5 -5
- package/dist/src/components/atoms/MenuItems/MenuItems.js +1 -2
- package/dist/src/components/atoms/MenuItems/MenuItems.scss +70 -0
- package/dist/src/components/atoms/MenuItems/MenuItems.tsx +2 -3
- package/dist/src/components/atoms/Message/Message.js +2 -2
- package/dist/src/components/atoms/Message/Message.scss +31 -0
- package/dist/src/components/atoms/Message/Message.tsx +3 -3
- package/dist/src/components/atoms/MessageInformation/MessageInformation.js +2 -2
- package/dist/src/components/atoms/MessageInformation/MessageInformation.scss +51 -0
- package/dist/src/components/atoms/MessageInformation/MessageInformation.tsx +5 -4
- package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.js +2 -2
- package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.scss +44 -0
- package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.tsx +3 -3
- package/dist/src/components/atoms/NavMenuItem/NavMenuItem.js +3 -3
- package/dist/src/components/atoms/NavMenuItem/NavMenuItem.scss +60 -0
- package/dist/src/components/atoms/NavMenuItem/NavMenuItem.tsx +6 -6
- package/dist/src/components/atoms/PaypalButton/PaypalButton.js +2 -2
- package/dist/src/components/atoms/PaypalButton/PaypalButton.scss +5 -0
- package/dist/src/components/atoms/PaypalButton/PaypalButton.tsx +3 -3
- package/dist/src/components/atoms/PopularDocsItem/PopularDocsItem.js +2 -2
- package/dist/src/components/atoms/PopularDocsItem/{PopularDocsItem.styled.ts → PopularDocsItem.scss} +24 -24
- package/dist/src/components/atoms/PopularDocsItem/PopularDocsItem.tsx +3 -3
- package/dist/src/components/atoms/ProgressBar/ProgressBar.js +2 -2
- package/dist/src/components/atoms/ProgressBar/ProgressBar.scss +24 -0
- package/dist/src/components/atoms/ProgressBar/ProgressBar.tsx +3 -3
- package/dist/src/components/atoms/Radio/Radio.scss +29 -29
- package/dist/src/components/atoms/RemoveButton/RemoveButton.js +2 -2
- package/dist/src/components/atoms/RemoveButton/RemoveButton.scss +43 -0
- package/dist/src/components/atoms/RemoveButton/RemoveButton.tsx +3 -3
- package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.js +2 -2
- package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.scss +54 -0
- package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.tsx +3 -3
- package/dist/src/components/atoms/RichTextInner/RichTextInner.js +2 -2
- package/dist/src/components/atoms/RichTextInner/RichTextInner.scss +34 -0
- package/dist/src/components/atoms/RichTextInner/RichTextInner.tsx +2 -2
- package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.js +2 -2
- package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.scss +9 -0
- package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.tsx +2 -7
- package/dist/src/components/atoms/SearchSelect/SearchSelect.js +3 -3
- package/dist/src/components/atoms/SearchSelect/SearchSelect.scss +222 -0
- package/dist/src/components/atoms/SearchSelect/SearchSelect.tsx +3 -3
- package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.js +2 -2
- package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.scss +48 -0
- package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.tsx +3 -3
- package/dist/src/components/atoms/SidemenuTab/SidemenuTab.js +2 -2
- package/dist/src/components/atoms/SidemenuTab/SidemenuTab.scss +90 -0
- package/dist/src/components/atoms/SidemenuTab/SidemenuTab.tsx +3 -3
- package/dist/src/components/atoms/Spinner/Spinner.js +2 -2
- package/dist/src/components/atoms/Spinner/Spinner.scss +31 -0
- package/dist/src/components/atoms/Spinner/Spinner.tsx +5 -5
- package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.js +2 -2
- package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.scss +27 -0
- package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.tsx +3 -3
- package/dist/src/components/atoms/Tag/Tag.js +2 -2
- package/dist/src/components/atoms/Tag/Tag.scss +3 -3
- package/dist/src/components/atoms/Tag/Tag.tsx +5 -5
- package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.js +2 -2
- package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.scss +22 -0
- package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.tsx +3 -3
- package/dist/src/components/atoms/Tagline/Tagline.js +2 -2
- package/dist/src/components/atoms/Tagline/Tagline.scss +3 -3
- package/dist/src/components/atoms/Tagline/Tagline.tsx +3 -3
- package/dist/src/components/atoms/TextArea/TextArea.js +2 -2
- package/dist/src/components/atoms/TextArea/TextArea.scss +103 -0
- package/dist/src/components/atoms/TextArea/TextArea.tsx +3 -3
- package/dist/src/components/atoms/Toggle/Toggle.js +2 -2
- package/dist/src/components/atoms/Toggle/Toggle.scss +59 -0
- package/dist/src/components/atoms/Toggle/Toggle.tsx +3 -3
- package/dist/src/components/atoms/Tooltip/Tooltip.scss +8 -8
- package/dist/src/components/atoms/TopBar/TopBar.js +2 -2
- package/dist/src/components/atoms/TopBar/TopBar.scss +54 -0
- package/dist/src/components/atoms/TopBar/TopBar.tsx +3 -3
- package/dist/src/components/atoms/TopBarMobile/TopBarMobile.js +1 -2
- package/dist/src/components/atoms/TopBarMobile/TopBarMobile.scss +48 -0
- package/dist/src/components/atoms/TopBarMobile/TopBarMobile.tsx +3 -6
- package/dist/src/components/atoms/TrustPilot/TrustPilot.js +2 -2
- package/dist/src/components/atoms/TrustPilot/TrustPilot.scss +11 -0
- package/dist/src/components/atoms/TrustPilot/TrustPilot.tsx +3 -2
- package/dist/src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.js +2 -2
- package/dist/src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.scss +36 -0
- package/dist/src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.tsx +4 -3
- package/dist/src/components/atoms/WideInfoBar/WideInfoBar.js +1 -2
- package/dist/src/components/atoms/WideInfoBar/WideInfoBar.scss +32 -0
- package/dist/src/components/atoms/WideInfoBar/WideInfoBar.tsx +4 -3
- package/dist/src/components/molecules/AccordionItem/AccordionItem.scss +9 -9
- package/dist/src/components/molecules/AlsoKnownAs/AlsoKnownAs.scss +2 -2
- package/dist/src/components/molecules/Article/Article.scss +1 -1
- package/dist/src/components/molecules/BottomFixedBar/BottomFixedBar.scss +2 -2
- package/dist/src/components/molecules/BottomOverlay/BottomOverlay.scss +7 -7
- package/dist/src/components/molecules/BoxForm/BoxForm.scss +9 -9
- package/dist/src/components/molecules/Breadcrumb/Breadcrumb.js +1 -1
- package/dist/src/components/molecules/Breadcrumb/Breadcrumb.scss +0 -4
- package/dist/src/components/molecules/Breadcrumb/Breadcrumb.tsx +1 -1
- package/dist/src/components/molecules/ContactBox/ContactBox.scss +5 -5
- package/dist/src/components/molecules/ContinueEditingBanner/ContinueEditingBanner.scss +6 -6
- package/dist/src/components/molecules/EmailContactBox/EmailContactBox.scss +4 -4
- package/dist/src/components/molecules/FaqItem/FaqItem.scss +5 -5
- package/dist/src/components/molecules/Feedback/Feedback.scss +5 -5
- package/dist/src/components/molecules/FreeDocModalContent/FreeDocModalContent.scss +3 -3
- package/dist/src/components/molecules/HeaderRatafia/HeaderRatafia.scss +1 -1
- package/dist/src/components/molecules/KeyFactCardListRatafia/KeyFactCardListRatafia.scss +3 -3
- package/dist/src/components/molecules/MenuItemsSection/MenuItemsSection.scss +1 -1
- package/dist/src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContent.scss +2 -2
- package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.scss +7 -7
- package/dist/src/components/molecules/MoreDocsDesktop/MoreDocsDesktop.scss +2 -2
- package/dist/src/components/molecules/MoreDocsMobile/MoreDocsMobile.scss +1 -1
- package/dist/src/components/molecules/NavBarDropDown/NavBarDropDown.scss +3 -3
- package/dist/src/components/molecules/Pagination/Pagination.scss +7 -7
- package/dist/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.scss +3 -3
- package/dist/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobile.scss +1 -1
- package/dist/src/components/molecules/PopularDocs/PopularDocs.scss +2 -2
- package/dist/src/components/molecules/PricingCard/PricingCard.scss +14 -14
- package/dist/src/components/molecules/Snackbar/Snackbar.scss +9 -9
- package/dist/src/components/molecules/StepGetForm/StepGetForm.scss +5 -5
- package/dist/src/components/molecules/TextInput/TextInput.scss +20 -20
- package/dist/src/components/molecules/TooltipMenu/TooltipMenu.scss +5 -5
- package/dist/src/components/molecules/TypeModulesList/TypeModulesList.scss +4 -4
- package/dist/src/components/molecules/UploadRatafiaZone/UploadRatafiaZone.scss +4 -4
- package/dist/src/components/organisms/AboutUsContent/AboutUsContent.scss +3 -3
- package/dist/src/components/organisms/AsSeeInContent/AsSeeInContent.scss +2 -2
- package/dist/src/components/organisms/CardFunctionality/CardFunctionality.scss +11 -11
- package/dist/src/components/organisms/ContactJumbotron/ContactJumbotron.scss +3 -3
- package/dist/src/components/organisms/CookiePolicyBar/CookiePolicyBar.scss +2 -2
- package/dist/src/components/organisms/ErrorContentRatafia/ErrorContentRatafia.scss +1 -1
- package/dist/src/components/organisms/FaqGroup/FaqGroup.scss +2 -2
- package/dist/src/components/organisms/FeaturesRatafiaContent/FeaturesRatafiaContent.scss +2 -2
- package/dist/src/components/organisms/GuidelinesContent/GuidelinesContent.scss +4 -4
- package/dist/src/components/organisms/JumbotronRatafiaContent/JumbotronRatafiaContent.scss +3 -3
- package/dist/src/components/organisms/KeyFactsLoadingContentRatafia/KeyFactsLoadingContentRatafia.scss +8 -8
- package/dist/src/components/organisms/KeyFactsResultContentRatafia/KeyFactsResultContentRatafia.scss +1 -1
- package/dist/src/components/organisms/LanguageSelectorMobile/LanguageSelectorMobile.scss +4 -4
- package/dist/src/components/organisms/LayoutRatafia/LayoutRatafia.scss +2 -2
- package/dist/src/components/organisms/LoginRatafiaContent/LoginRatafiaContent.scss +1 -1
- package/dist/src/components/organisms/MobileBottomBar/MobileBottomBar.scss +4 -4
- package/dist/src/components/organisms/StepsRatafiaContent/StepsRatafiaContent.scss +1 -1
- package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.scss +4 -4
- package/dist/src/components/pages/ErrorRatafiaPage/ErrorRatafiaPage.scss +1 -1
- package/dist/src/components/pages/FaqsPage/FaqsPage.scss +8 -8
- package/dist/src/components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPage.scss +1 -1
- package/dist/src/components/pages/LoginRatafiaPage/LoginPageRatafia.scss +2 -2
- package/dist/src/components/sections/AboutUsSection/AboutUsSection.scss +6 -6
- package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.scss +1 -2
- package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.scss +3 -3
- package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.scss +2 -2
- package/dist/src/components/sections/BlogSection/BlogSection.scss +1 -1
- package/dist/src/components/sections/ContactSection/ContactSection.scss +2 -2
- package/dist/src/components/sections/ExpertsSection/ExpertsSection.scss +2 -2
- package/dist/src/components/sections/FaqSection/FaqSection.scss +1 -1
- package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.scss +2 -2
- package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.scss +2 -2
- package/dist/src/components/sections/LearnMoreSection/LearnMoreSection.scss +7 -7
- package/dist/src/components/sections/LegalSection/LegalSection.scss +10 -10
- package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.scss +1 -1
- package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.scss +1 -1
- package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.scss +1 -1
- package/dist/src/components/sections/TryUsSection/TryUsSection.scss +2 -2
- package/dist/src/components/sections/UnsubscribeSection/UnsubscribeSection.scss +3 -3
- package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.scss +1 -1
- package/dist/src/globalStyles/animations.scss +1 -1
- package/dist/src/globalStyles/base.scss +5 -5
- package/dist/src/globalStyles/styles.scss +53 -2
- package/dist/src/globalStyles/themes.scss +0 -26
- package/dist/src/globalStyles/typography.scss +1 -1
- package/dist/src/globalStyles/variables.scss +6 -22
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.styled.d.ts +0 -1
- package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.styled.js +0 -24
- package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.styled.ts +0 -25
- package/dist/src/components/atoms/AddButton/AddButton.styled.d.ts +0 -1
- package/dist/src/components/atoms/AddButton/AddButton.styled.js +0 -48
- package/dist/src/components/atoms/AddButton/AddButton.styled.ts +0 -49
- package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.styled.d.ts +0 -1
- package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.styled.js +0 -55
- package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.styled.ts +0 -56
- package/dist/src/components/atoms/BillCard/BillCard.styled.d.ts +0 -1
- package/dist/src/components/atoms/BillCard/BillCard.styled.js +0 -59
- package/dist/src/components/atoms/BillCard/BillCard.styled.ts +0 -60
- package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.styled.d.ts +0 -1
- package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.styled.js +0 -34
- package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.styled.ts +0 -35
- package/dist/src/components/atoms/BreadcrumItem/BreadcrumItem.styled.d.ts +0 -1
- package/dist/src/components/atoms/BreadcrumItem/BreadcrumItem.styled.js +0 -22
- package/dist/src/components/atoms/BreadcrumItem/BreadcrumItem.styled.ts +0 -23
- package/dist/src/components/atoms/CardPane/CardPane.styled.d.ts +0 -1
- package/dist/src/components/atoms/CardPane/CardPane.styled.js +0 -109
- package/dist/src/components/atoms/CardPane/CardPane.styled.ts +0 -110
- package/dist/src/components/atoms/Checkbox/Checkbox.styled.d.ts +0 -1
- package/dist/src/components/atoms/Checkbox/Checkbox.styled.js +0 -133
- package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.styled.d.ts +0 -1
- package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.styled.js +0 -120
- package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.styled.ts +0 -121
- package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.styled.d.ts +0 -1
- package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.styled.js +0 -82
- package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.styled.ts +0 -83
- package/dist/src/components/atoms/Disclaimer/Disclaimer.styled.d.ts +0 -1
- package/dist/src/components/atoms/Disclaimer/Disclaimer.styled.js +0 -45
- package/dist/src/components/atoms/Disclaimer/Disclaimer.styled.ts +0 -46
- package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.styled.d.ts +0 -1
- package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.styled.js +0 -149
- package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.styled.ts +0 -150
- package/dist/src/components/atoms/Divider/Divider.styled.d.ts +0 -1
- package/dist/src/components/atoms/Divider/Divider.styled.js +0 -21
- package/dist/src/components/atoms/Divider/Divider.styled.ts +0 -22
- package/dist/src/components/atoms/DocumentStatus/DocumentStatus.styled.d.ts +0 -1
- package/dist/src/components/atoms/DocumentStatus/DocumentStatus.styled.js +0 -65
- package/dist/src/components/atoms/DocumentStatus/DocumentStatus.styled.ts +0 -66
- package/dist/src/components/atoms/DocumentTag/DocumentTag.styled.d.ts +0 -1
- package/dist/src/components/atoms/DocumentTag/DocumentTag.styled.js +0 -12
- package/dist/src/components/atoms/DocumentTag/DocumentTag.styled.ts +0 -13
- package/dist/src/components/atoms/ExpertCard/ExpertCard.styled.d.ts +0 -1
- package/dist/src/components/atoms/ExpertCard/ExpertCard.styled.js +0 -66
- package/dist/src/components/atoms/ExpertCard/ExpertCard.styled.ts +0 -67
- package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.styled.d.ts +0 -1
- package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.styled.js +0 -78
- package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.styled.ts +0 -79
- package/dist/src/components/atoms/FormFaq/FormFaq.styled.d.ts +0 -1
- package/dist/src/components/atoms/FormFaq/FormFaq.styled.js +0 -73
- package/dist/src/components/atoms/FormFaq/FormFaq.styled.ts +0 -74
- package/dist/src/components/atoms/GoogleButton/GoogleButton.styled.d.ts +0 -1
- package/dist/src/components/atoms/GoogleButton/GoogleButton.styled.js +0 -21
- package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.styled.d.ts +0 -1
- package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.styled.js +0 -5
- package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.styled.ts +0 -6
- package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.styled.d.ts +0 -1
- package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.styled.js +0 -76
- package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.styled.ts +0 -77
- package/dist/src/components/atoms/InfoBox/InfoBox.styled.d.ts +0 -1
- package/dist/src/components/atoms/InfoBox/InfoBox.styled.js +0 -41
- package/dist/src/components/atoms/InfoBox/InfoBox.styled.ts +0 -42
- package/dist/src/components/atoms/JumbotronStatic/JumbotronStatic.styled.d.ts +0 -1
- package/dist/src/components/atoms/JumbotronStatic/JumbotronStatic.styled.js +0 -7
- package/dist/src/components/atoms/JumbotronStatic/JumbotronStatic.styled.ts +0 -8
- package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.styled.d.ts +0 -1
- package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.styled.js +0 -39
- package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.styled.ts +0 -40
- package/dist/src/components/atoms/LogoText/LogoText.styled.d.ts +0 -1
- package/dist/src/components/atoms/LogoText/LogoText.styled.js +0 -36
- package/dist/src/components/atoms/LogoText/LogoText.styled.ts +0 -37
- package/dist/src/components/atoms/MenuItems/MenuItems.styled.d.ts +0 -1
- package/dist/src/components/atoms/MenuItems/MenuItems.styled.js +0 -71
- package/dist/src/components/atoms/MenuItems/MenuItems.styled.ts +0 -72
- package/dist/src/components/atoms/Message/Message.styled.d.ts +0 -1
- package/dist/src/components/atoms/Message/Message.styled.js +0 -31
- package/dist/src/components/atoms/Message/Message.styled.ts +0 -32
- package/dist/src/components/atoms/MessageInformation/MessageInformation.styled.d.ts +0 -1
- package/dist/src/components/atoms/MessageInformation/MessageInformation.styled.js +0 -53
- package/dist/src/components/atoms/MessageInformation/MessageInformation.styled.ts +0 -54
- package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.styled.d.ts +0 -1
- package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.styled.js +0 -45
- package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.styled.ts +0 -46
- package/dist/src/components/atoms/NavMenuItem/NavMenuItem.styled.d.ts +0 -1
- package/dist/src/components/atoms/NavMenuItem/NavMenuItem.styled.js +0 -63
- package/dist/src/components/atoms/NavMenuItem/NavMenuItem.styled.ts +0 -64
- package/dist/src/components/atoms/PaypalButton/PaypalButton.styled.d.ts +0 -1
- package/dist/src/components/atoms/PaypalButton/PaypalButton.styled.js +0 -6
- package/dist/src/components/atoms/PaypalButton/PaypalButton.styled.ts +0 -7
- package/dist/src/components/atoms/PopularDocsItem/PopularDocsItem.styled.d.ts +0 -1
- package/dist/src/components/atoms/PopularDocsItem/PopularDocsItem.styled.js +0 -58
- package/dist/src/components/atoms/ProgressBar/ProgressBar.styled.d.ts +0 -1
- package/dist/src/components/atoms/ProgressBar/ProgressBar.styled.js +0 -23
- package/dist/src/components/atoms/ProgressBar/ProgressBar.styled.ts +0 -24
- package/dist/src/components/atoms/RemoveButton/RemoveButton.styled.d.ts +0 -1
- package/dist/src/components/atoms/RemoveButton/RemoveButton.styled.js +0 -43
- package/dist/src/components/atoms/RemoveButton/RemoveButton.styled.ts +0 -44
- package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.styled.d.ts +0 -1
- package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.styled.js +0 -55
- package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.styled.ts +0 -56
- package/dist/src/components/atoms/RichTextInner/RichTextInner.styled.d.ts +0 -1
- package/dist/src/components/atoms/RichTextInner/RichTextInner.styled.js +0 -38
- package/dist/src/components/atoms/RichTextInner/RichTextInner.styled.ts +0 -39
- package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.styled.d.ts +0 -1
- package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.styled.js +0 -9
- package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.styled.ts +0 -10
- package/dist/src/components/atoms/SearchSelect/SearchSelect.styled.d.ts +0 -1
- package/dist/src/components/atoms/SearchSelect/SearchSelect.styled.js +0 -223
- package/dist/src/components/atoms/SearchSelect/SearchSelect.styled.ts +0 -224
- package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.styled.d.ts +0 -1
- package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.styled.js +0 -48
- package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.styled.ts +0 -49
- package/dist/src/components/atoms/SidemenuTab/SidemenuTab.styled.d.ts +0 -1
- package/dist/src/components/atoms/SidemenuTab/SidemenuTab.styled.js +0 -92
- package/dist/src/components/atoms/SidemenuTab/SidemenuTab.styled.ts +0 -93
- package/dist/src/components/atoms/Spinner/Spinner.styled.d.ts +0 -1
- package/dist/src/components/atoms/Spinner/Spinner.styled.js +0 -28
- package/dist/src/components/atoms/Spinner/Spinner.styled.ts +0 -29
- package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.styled.d.ts +0 -1
- package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.styled.js +0 -28
- package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.styled.ts +0 -29
- package/dist/src/components/atoms/Tag/Tag.styled.d.ts +0 -1
- package/dist/src/components/atoms/Tag/Tag.styled.js +0 -24
- package/dist/src/components/atoms/Tag/Tag.styled.ts +0 -25
- package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.styled.d.ts +0 -1
- package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.styled.js +0 -20
- package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.styled.ts +0 -21
- package/dist/src/components/atoms/Tagline/Tagline.styled.d.ts +0 -1
- package/dist/src/components/atoms/Tagline/Tagline.styled.js +0 -17
- package/dist/src/components/atoms/Tagline/Tagline.styled.ts +0 -18
- package/dist/src/components/atoms/TextArea/TextArea.styled.d.ts +0 -1
- package/dist/src/components/atoms/TextArea/TextArea.styled.js +0 -106
- package/dist/src/components/atoms/TextArea/TextArea.styled.ts +0 -107
- package/dist/src/components/atoms/Toggle/Toggle.styled.d.ts +0 -1
- package/dist/src/components/atoms/Toggle/Toggle.styled.js +0 -59
- package/dist/src/components/atoms/Toggle/Toggle.styled.ts +0 -60
- package/dist/src/components/atoms/TopBar/TopBar.styled.d.ts +0 -1
- package/dist/src/components/atoms/TopBar/TopBar.styled.js +0 -55
- package/dist/src/components/atoms/TopBar/TopBar.styled.ts +0 -56
- package/dist/src/components/atoms/TopBarMobile/TopBarMobile.styled.d.ts +0 -1
- package/dist/src/components/atoms/TopBarMobile/TopBarMobile.styled.js +0 -49
- package/dist/src/components/atoms/TopBarMobile/TopBarMobile.styled.ts +0 -50
- package/dist/src/components/atoms/TrustPilot/TrustPilot.styled.d.ts +0 -1
- package/dist/src/components/atoms/TrustPilot/TrustPilot.styled.js +0 -12
- package/dist/src/components/atoms/TrustPilot/TrustPilot.styled.ts +0 -13
- package/dist/src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.styled.d.ts +0 -1
- package/dist/src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.styled.js +0 -37
- package/dist/src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.styled.ts +0 -38
- package/dist/src/components/atoms/WideInfoBar/WideInfoBar.styled.d.ts +0 -1
- package/dist/src/components/atoms/WideInfoBar/WideInfoBar.styled.js +0 -33
- package/dist/src/components/atoms/WideInfoBar/WideInfoBar.styled.ts +0 -34
- package/dist/src/globalStyles/breakpoints.d.ts +0 -19
- package/dist/src/globalStyles/breakpoints.js +0 -17
- package/dist/src/globalStyles/breakpoints.ts +0 -28
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
@import '../../../globalStyles/variables.scss';
|
|
2
|
+
@import '../../../globalStyles/mediaqueries.scss';
|
|
3
|
+
|
|
4
|
+
.expert-card {
|
|
5
|
+
display: flex;
|
|
6
|
+
align-items: center;
|
|
7
|
+
justify-content: center;
|
|
8
|
+
margin-top: 10rem;
|
|
9
|
+
|
|
10
|
+
&:first-child {
|
|
11
|
+
margin-top: 5rem;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
@include landscape-tablets {
|
|
15
|
+
margin-top: 5rem;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
&__box {
|
|
19
|
+
background-color: white;
|
|
20
|
+
border-radius: 0.3rem;
|
|
21
|
+
box-shadow: $box-shadow-container;
|
|
22
|
+
padding: 7rem 2rem 0 2rem;
|
|
23
|
+
min-height: 13rem;
|
|
24
|
+
display: flex;
|
|
25
|
+
flex-direction: column;
|
|
26
|
+
align-items: center;
|
|
27
|
+
justify-content: flex-start;
|
|
28
|
+
width: 17.625rem;
|
|
29
|
+
margin-left: 0;
|
|
30
|
+
|
|
31
|
+
@include landscape-tablets {
|
|
32
|
+
margin-left: 2rem;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
&__image {
|
|
37
|
+
position: absolute;
|
|
38
|
+
transform: translateY(-115%);
|
|
39
|
+
|
|
40
|
+
img {
|
|
41
|
+
border-radius: 100%;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
&__title {
|
|
46
|
+
font-family: $font-sans;
|
|
47
|
+
font-size: 18px;
|
|
48
|
+
font-weight: 700;
|
|
49
|
+
line-height: 24px;
|
|
50
|
+
letter-spacing: -0.3px;
|
|
51
|
+
text-align: center;
|
|
52
|
+
width: 75%;
|
|
53
|
+
text-decoration: none;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
&__description {
|
|
57
|
+
font-family: $font-sans;
|
|
58
|
+
font-size: 16px;
|
|
59
|
+
font-weight: 400;
|
|
60
|
+
line-height: 22px;
|
|
61
|
+
letter-spacing: -0.3px;
|
|
62
|
+
text-align: center;
|
|
63
|
+
width: 75%;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import React, { type FC } from 'react'
|
|
2
2
|
|
|
3
3
|
import { type ExpertCardProps } from './ExpertCardProps.types'
|
|
4
|
-
import
|
|
4
|
+
// import './ExpertCard.scss'
|
|
5
5
|
|
|
6
6
|
const ExpertCard: FC<ExpertCardProps> = ({ title, url, description, image }) => {
|
|
7
7
|
return (
|
|
8
|
-
<
|
|
8
|
+
<div className='expert-card'>
|
|
9
9
|
<div className='expert-card__box'>
|
|
10
10
|
<div className='expert-card__image'>{image}</div>
|
|
11
11
|
{url != null && (
|
|
@@ -17,7 +17,7 @@ const ExpertCard: FC<ExpertCardProps> = ({ title, url, description, image }) =>
|
|
|
17
17
|
|
|
18
18
|
<p className='expert-card__description'>{description}</p>
|
|
19
19
|
</div>
|
|
20
|
-
</
|
|
20
|
+
</div>
|
|
21
21
|
)
|
|
22
22
|
}
|
|
23
23
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
2
|
+
// import './FeatureRatafiaCard.scss'
|
|
3
3
|
export const FeatureRatafiaCard = ({ title, icon, description, isReleased = true, notReleasedText }) => {
|
|
4
|
-
return (_jsx(
|
|
4
|
+
return (_jsx("div", { 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;
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
@import '../../../globalStyles/variables.scss';
|
|
2
|
+
|
|
3
|
+
.feature-ratafia-card__wrapper {
|
|
4
|
+
display: flex;
|
|
5
|
+
flex-direction: column;
|
|
6
|
+
align-items: flex-start;
|
|
7
|
+
align-self: stretch;
|
|
8
|
+
|
|
9
|
+
gap: 1rem;
|
|
10
|
+
padding: 1.5rem;
|
|
11
|
+
|
|
12
|
+
border-radius: 4px;
|
|
13
|
+
background: get-color(neutral, neutral-6);
|
|
14
|
+
|
|
15
|
+
&__header {
|
|
16
|
+
display: flex;
|
|
17
|
+
justify-content: space-between;
|
|
18
|
+
align-items: center;
|
|
19
|
+
align-self: stretch;
|
|
20
|
+
|
|
21
|
+
&__title {
|
|
22
|
+
display: flex;
|
|
23
|
+
align-items: center;
|
|
24
|
+
padding: 0.5rem 1rem;
|
|
25
|
+
gap: 0.5rem;
|
|
26
|
+
|
|
27
|
+
border-radius: 4px;
|
|
28
|
+
background: get-color(primary, main-dark-1);
|
|
29
|
+
|
|
30
|
+
&__icon {
|
|
31
|
+
img {
|
|
32
|
+
width: 24px;
|
|
33
|
+
height: 24px;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
&__text {
|
|
37
|
+
color: get-color(others, white);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
&__description {
|
|
43
|
+
color: get-color(neutral, neutral-1);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.feature-ratafia-card-not-released {
|
|
48
|
+
.feature-ratafia-card__wrapper {
|
|
49
|
+
&__header {
|
|
50
|
+
&__title {
|
|
51
|
+
opacity: 0.5;
|
|
52
|
+
background: get-color(others, white);
|
|
53
|
+
|
|
54
|
+
&__text {
|
|
55
|
+
color: get-color(primary, main-dark-1);
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
&__not-released {
|
|
59
|
+
display: flex;
|
|
60
|
+
align-items: center;
|
|
61
|
+
|
|
62
|
+
padding: 0.25rem;
|
|
63
|
+
gap: 0.25rem;
|
|
64
|
+
|
|
65
|
+
border-radius: 4px;
|
|
66
|
+
background: get-color(neutral, neutral-4);
|
|
67
|
+
|
|
68
|
+
color: get-color(primary, main-dark-1);
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
&__description {
|
|
72
|
+
opacity: 0.5;
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.feature-ratafia-card {
|
|
78
|
+
width: 100%;
|
|
79
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react'
|
|
2
2
|
|
|
3
3
|
import { type FeatureRatafiaCardProps } from './FeatureRatafiaCardProps.types'
|
|
4
|
-
import
|
|
4
|
+
// import './FeatureRatafiaCard.scss'
|
|
5
5
|
|
|
6
6
|
export const FeatureRatafiaCard: React.FC<FeatureRatafiaCardProps> = ({
|
|
7
7
|
title,
|
|
@@ -11,7 +11,7 @@ export const FeatureRatafiaCard: React.FC<FeatureRatafiaCardProps> = ({
|
|
|
11
11
|
notReleasedText
|
|
12
12
|
}) => {
|
|
13
13
|
return (
|
|
14
|
-
<
|
|
14
|
+
<div className='feature-ratafia-card'>
|
|
15
15
|
<div className={isReleased ? 'feature-ratafia-card-released' : 'feature-ratafia-card-not-released'}>
|
|
16
16
|
<div className='feature-ratafia-card__wrapper'>
|
|
17
17
|
<div className='feature-ratafia-card__wrapper__header'>
|
|
@@ -30,7 +30,7 @@ export const FeatureRatafiaCard: React.FC<FeatureRatafiaCardProps> = ({
|
|
|
30
30
|
<p className='sans-serif --medium feature-ratafia-card__wrapper__description'>{description}</p>
|
|
31
31
|
</div>
|
|
32
32
|
</div>
|
|
33
|
-
</
|
|
33
|
+
</div>
|
|
34
34
|
)
|
|
35
35
|
}
|
|
36
36
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
2
|
+
// import './FormFaq.scss'
|
|
3
3
|
const FormFaq = ({ title, answer }) => {
|
|
4
|
-
return (_jsx(
|
|
4
|
+
return (_jsx("li", { className: 'form-faq', children: _jsxs("div", { className: 'form-faq__container', children: [_jsx("p", { className: 'form-faq__title sans-serif --small', children: title }), _jsx("div", { className: 'form-faq__answer sans-serif --extra-small', children: answer })] }) }));
|
|
5
5
|
};
|
|
6
6
|
export default FormFaq;
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
@import '../../../globalStyles/variables.scss';
|
|
2
|
+
|
|
3
|
+
.form-faq {
|
|
4
|
+
display: flex;
|
|
5
|
+
position: relative;
|
|
6
|
+
cursor: default;
|
|
7
|
+
|
|
8
|
+
&::before {
|
|
9
|
+
content: '\2022';
|
|
10
|
+
color: get-color(secondary, main-dark-2);
|
|
11
|
+
margin-right: 0.25rem;
|
|
12
|
+
margin-top: 0.2rem;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
&__container {
|
|
16
|
+
padding-top: 0.25rem;
|
|
17
|
+
@media (hover: hover) {
|
|
18
|
+
&:hover > .form-faq__answer {
|
|
19
|
+
display: flex;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
&:hover,
|
|
24
|
+
&.active {
|
|
25
|
+
.form-faq__answer {
|
|
26
|
+
display: block;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
&__title {
|
|
32
|
+
display: inline-block;
|
|
33
|
+
color: get-color(neutral, neutral-1);
|
|
34
|
+
padding: 0.25rem;
|
|
35
|
+
transition: background-color 0.3s ease;
|
|
36
|
+
&:hover {
|
|
37
|
+
background-color: get-color(secondary, main-light-4);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
&__answer {
|
|
42
|
+
display: none;
|
|
43
|
+
background: get-color(neutral, neutral-1);
|
|
44
|
+
position: absolute;
|
|
45
|
+
border-radius: $global-border-radius;
|
|
46
|
+
top: 0;
|
|
47
|
+
transform: translateY(-100%);
|
|
48
|
+
color: get-color(others, white);
|
|
49
|
+
padding: 0.75rem;
|
|
50
|
+
width: 100%;
|
|
51
|
+
max-width: 600px;
|
|
52
|
+
white-space: pre-wrap;
|
|
53
|
+
&:hover {
|
|
54
|
+
display: flex;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
|
58
|
+
left: 2rem;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
&:before {
|
|
62
|
+
position: absolute;
|
|
63
|
+
content: '';
|
|
64
|
+
width: 0;
|
|
65
|
+
height: 0;
|
|
66
|
+
border-left: 1rem solid transparent;
|
|
67
|
+
border-right: 1rem solid transparent;
|
|
68
|
+
bottom: -0.35rem;
|
|
69
|
+
border-top: 1rem solid get-color(neutral, neutral-1);
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import React, { type FC } from 'react'
|
|
2
2
|
|
|
3
3
|
import { type FormFaqProps } from './FormFaqProps.types'
|
|
4
|
-
import
|
|
4
|
+
// import './FormFaq.scss'
|
|
5
5
|
|
|
6
6
|
const FormFaq: FC<FormFaqProps> = ({ title, answer }) => {
|
|
7
7
|
return (
|
|
8
|
-
<
|
|
8
|
+
<li className={'form-faq'}>
|
|
9
9
|
<div className={'form-faq__container'}>
|
|
10
10
|
<p className={'form-faq__title sans-serif --small'}>{title}</p>
|
|
11
11
|
<div className={'form-faq__answer sans-serif --extra-small'}>{answer}</div>
|
|
12
12
|
</div>
|
|
13
|
-
</
|
|
13
|
+
</li>
|
|
14
14
|
)
|
|
15
15
|
}
|
|
16
16
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { GoogleButtonStyled } from './GoogleButton.styled';
|
|
3
2
|
import logoGoogle from '../../../../images/svg/logo-google.svg';
|
|
3
|
+
// import './GoogleButton.scss'
|
|
4
4
|
const GoogleButton = ({ onClick, label = 'Log In with Google' }) => {
|
|
5
|
-
return (_jsxs(
|
|
5
|
+
return (_jsxs("button", { type: 'button', className: 'google-button', onClick: onClick, children: [_jsx("img", { className: 'google-logo', src: logoGoogle, alt: '' }), _jsx("span", { children: label })] }));
|
|
6
6
|
};
|
|
7
7
|
export default GoogleButton;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import
|
|
1
|
+
@import '../../../globalStyles/variables';
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
.google-button {
|
|
4
4
|
display: flex;
|
|
5
5
|
width: 100%;
|
|
6
6
|
align-items: center;
|
|
7
7
|
justify-content: center;
|
|
8
|
-
border: 1px solid
|
|
8
|
+
border: 1px solid get-color(neutral, neutral-3);
|
|
9
9
|
padding: 0.5rem 0;
|
|
10
|
-
background-color:
|
|
10
|
+
background-color: get-color(others, white);
|
|
11
11
|
border-radius: 2px;
|
|
12
12
|
font-family: Roboto, sans-serif;
|
|
13
13
|
color: rgba(0, 0, 0, 0.54);
|
|
@@ -19,4 +19,4 @@ export const GoogleButtonStyled = styled.button`
|
|
|
19
19
|
.google-logo {
|
|
20
20
|
margin-right: 1rem;
|
|
21
21
|
}
|
|
22
|
-
|
|
22
|
+
}
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
import React, { type FC } from 'react'
|
|
3
3
|
|
|
4
4
|
import { type GoogleButtonProps } from './GoogleButtonProps.types'
|
|
5
|
-
import { GoogleButtonStyled } from './GoogleButton.styled'
|
|
6
5
|
import logoGoogle from '../../../../images/svg/logo-google.svg'
|
|
6
|
+
// import './GoogleButton.scss'
|
|
7
7
|
|
|
8
8
|
const GoogleButton: FC<GoogleButtonProps> = ({ onClick, label = 'Log In with Google' }) => {
|
|
9
9
|
return (
|
|
10
|
-
<
|
|
10
|
+
<button type='button' className='google-button' onClick={onClick}>
|
|
11
11
|
<img className='google-logo' src={logoGoogle} alt=''></img>
|
|
12
12
|
<span>{label}</span>
|
|
13
|
-
</
|
|
13
|
+
</button>
|
|
14
14
|
)
|
|
15
15
|
}
|
|
16
16
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
2
|
+
// import './IconSvgURLWithThemeColor.scss'
|
|
3
3
|
export const IconSvgURLWithThemeColor = ({ color = '', url, width = '30', height = '30' }) => {
|
|
4
4
|
let backgroundColor;
|
|
5
5
|
if (color.length > 0) {
|
|
6
6
|
backgroundColor = color;
|
|
7
7
|
}
|
|
8
|
-
return (_jsx(
|
|
8
|
+
return (_jsx("i", { className: 'icon-svg-with-theme-color', style: {
|
|
9
9
|
width: `${width}px`,
|
|
10
10
|
height: `${height}px`,
|
|
11
11
|
mask: `url(${url}) no-repeat center / contain`,
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
import React, { type FC } from 'react'
|
|
3
3
|
|
|
4
4
|
import { type IconSvgURLWithThemeColorProps } from './IconSvgURLWithThemeColorProps.types'
|
|
5
|
-
|
|
5
|
+
|
|
6
|
+
// import './IconSvgURLWithThemeColor.scss'
|
|
6
7
|
|
|
7
8
|
export const IconSvgURLWithThemeColor: FC<IconSvgURLWithThemeColorProps> = ({
|
|
8
9
|
color = '',
|
|
@@ -15,7 +16,7 @@ export const IconSvgURLWithThemeColor: FC<IconSvgURLWithThemeColorProps> = ({
|
|
|
15
16
|
backgroundColor = color
|
|
16
17
|
}
|
|
17
18
|
return (
|
|
18
|
-
<
|
|
19
|
+
<i
|
|
19
20
|
className='icon-svg-with-theme-color'
|
|
20
21
|
style={{
|
|
21
22
|
width: `${width}px`,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
/* eslint-disable @typescript-eslint/restrict-template-expressions */
|
|
3
3
|
import React from 'react';
|
|
4
|
-
import
|
|
4
|
+
// import './IconTextInfoSection.scss'
|
|
5
5
|
export const IconTextInfoSection = ({ items, classnames = '' }) => {
|
|
6
|
-
return (_jsx(
|
|
6
|
+
return (_jsx("div", { className: `icon-text-info-section bottom-side ${classnames}`, children: items.map(({ text, src }, index) => (_jsxs(React.Fragment, { children: [_jsxs("div", { className: 'box', children: [_jsx("div", { className: 'item-image', children: _jsx("img", { className: 'image', src: src, alt: 'create' }) }), _jsx("div", { className: 'item-text', children: _jsx("p", { className: 'no-margin', children: text }) })] }), items.length - 1 !== index && _jsx("div", { className: 'icon-text-info-section__separator' })] }, `${src}-${index}`))) }));
|
|
7
7
|
};
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
@import '../../../globalStyles/variables.scss';
|
|
2
|
+
@import '../../../globalStyles/mediaqueries.scss';
|
|
3
|
+
|
|
4
|
+
.icon-text-info-section {
|
|
5
|
+
&__separator {
|
|
6
|
+
background-color: get-color(neutral, neutral-3);
|
|
7
|
+
border-bottom: 1px get-color(neutral, neutral-3) solid;
|
|
8
|
+
display: none;
|
|
9
|
+
height: 70px;
|
|
10
|
+
padding-bottom: 40px;
|
|
11
|
+
width: 1px;
|
|
12
|
+
|
|
13
|
+
@include laptop {
|
|
14
|
+
margin: 0 32px;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
@include portrait-tablets {
|
|
18
|
+
display: flex;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
@include mobile {
|
|
22
|
+
margin: 19.2px 32px;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.icon-text-info-section.bottom-side {
|
|
28
|
+
display: flex;
|
|
29
|
+
flex-direction: column;
|
|
30
|
+
background-color: get-color(neutral, neutral-4);
|
|
31
|
+
justify-content: center;
|
|
32
|
+
padding: 1rem 3rem;
|
|
33
|
+
|
|
34
|
+
@include portrait-tablets {
|
|
35
|
+
padding: 0;
|
|
36
|
+
flex-direction: row;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
@include portrait-tablets {
|
|
40
|
+
padding: 1rem 1rem;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.box {
|
|
44
|
+
display: flex;
|
|
45
|
+
flex-direction: row;
|
|
46
|
+
align-items: center;
|
|
47
|
+
margin: 0;
|
|
48
|
+
|
|
49
|
+
@include mobile {
|
|
50
|
+
margin: 0.4rem;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
@include portrait-tablets {
|
|
54
|
+
margin: 0 1rem;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.item-image {
|
|
59
|
+
width: 2.5rem;
|
|
60
|
+
margin-right: 1rem;
|
|
61
|
+
|
|
62
|
+
@include mobile {
|
|
63
|
+
width: 1.5rem;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.image {
|
|
67
|
+
width: 40px;
|
|
68
|
+
height: 40px;
|
|
69
|
+
|
|
70
|
+
@include mobile {
|
|
71
|
+
width: 24px;
|
|
72
|
+
height: 24px;
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.item-text {
|
|
78
|
+
font-size: 16px;
|
|
79
|
+
}
|
|
80
|
+
}
|
|
@@ -2,11 +2,12 @@
|
|
|
2
2
|
import React from 'react'
|
|
3
3
|
|
|
4
4
|
import { type IconTextInfoSectionProps } from './IconTextInfoSection.types'
|
|
5
|
-
|
|
5
|
+
|
|
6
|
+
// import './IconTextInfoSection.scss'
|
|
6
7
|
|
|
7
8
|
export const IconTextInfoSection: React.FC<IconTextInfoSectionProps> = ({ items, classnames = '' }) => {
|
|
8
9
|
return (
|
|
9
|
-
<
|
|
10
|
+
<div className={`icon-text-info-section bottom-side ${classnames}`}>
|
|
10
11
|
{items.map(({ text, src }, index) => (
|
|
11
12
|
<React.Fragment key={`${src}-${index}`}>
|
|
12
13
|
<div className='box'>
|
|
@@ -20,6 +21,6 @@ export const IconTextInfoSection: React.FC<IconTextInfoSectionProps> = ({ items,
|
|
|
20
21
|
{items.length - 1 !== index && <div className='icon-text-info-section__separator'></div>}
|
|
21
22
|
</React.Fragment>
|
|
22
23
|
))}
|
|
23
|
-
</
|
|
24
|
+
</div>
|
|
24
25
|
)
|
|
25
26
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { InfoBoxStyled } from './InfoBox.styled';
|
|
3
2
|
import { InfoError24pxOutlined } from '../../../../images/componentsSvg/InfoError24pxOutlined';
|
|
3
|
+
// import './InfoBox.scss'
|
|
4
4
|
const InfoBox = ({ children, type, noIcon }) => {
|
|
5
|
-
return (_jsxs(
|
|
5
|
+
return (_jsxs("div", { className: `info-box ${type}`, children: [!noIcon && (_jsx("div", { className: 'info-box__img', children: _jsx(InfoError24pxOutlined, { fill: 'blue' }) })), _jsx("div", { className: 'info-box__text-container', children: children })] }));
|
|
6
6
|
};
|
|
7
7
|
export default InfoBox;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
@import '../../../globalStyles/variables.scss';
|
|
2
|
+
|
|
3
|
+
.info-box {
|
|
4
|
+
border-radius: $global-border-radius;
|
|
5
|
+
border: 1px solid;
|
|
6
|
+
padding: 1rem;
|
|
7
|
+
display: flex;
|
|
8
|
+
flex-direction: row;
|
|
9
|
+
|
|
10
|
+
&.error {
|
|
11
|
+
border-color: get-color(error, main);
|
|
12
|
+
color: get-color(error, main);
|
|
13
|
+
background-color: get-color(error, error-3);
|
|
14
|
+
use {
|
|
15
|
+
fill: get-color(error, main);
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
&.warning {
|
|
20
|
+
border-color: get-color(secondary, main-dark-1);
|
|
21
|
+
color: get-color(secondary, main-dark-2);
|
|
22
|
+
background-color: get-color(secondary, main-light-4);
|
|
23
|
+
use {
|
|
24
|
+
fill: get-color(secondary, main-dark-1);
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.info-box__img {
|
|
29
|
+
width: 1.5rem;
|
|
30
|
+
height: 1.5rem;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.info-box__text-container {
|
|
34
|
+
margin-left: 0.5rem;
|
|
35
|
+
|
|
36
|
+
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
|
37
|
+
margin-left: 1.5rem;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
@@ -3,19 +3,19 @@
|
|
|
3
3
|
import React, { type FC } from 'react'
|
|
4
4
|
|
|
5
5
|
import { type InfoBoxProps } from './InfoBoxProps.types'
|
|
6
|
-
import { InfoBoxStyled } from './InfoBox.styled'
|
|
7
6
|
import { InfoError24pxOutlined } from '../../../../images/componentsSvg/InfoError24pxOutlined'
|
|
7
|
+
// import './InfoBox.scss'
|
|
8
8
|
|
|
9
9
|
const InfoBox: FC<InfoBoxProps> = ({ children, type, noIcon }) => {
|
|
10
10
|
return (
|
|
11
|
-
<
|
|
11
|
+
<div className={`info-box ${type}`}>
|
|
12
12
|
{!noIcon && (
|
|
13
13
|
<div className='info-box__img'>
|
|
14
14
|
<InfoError24pxOutlined fill='blue' />
|
|
15
15
|
</div>
|
|
16
16
|
)}
|
|
17
17
|
<div className='info-box__text-container'>{children}</div>
|
|
18
|
-
</
|
|
18
|
+
</div>
|
|
19
19
|
)
|
|
20
20
|
}
|
|
21
21
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
2
|
+
// import './JumbotronStatic.scss'
|
|
3
3
|
export const JumbotronStatic = ({ title }) => {
|
|
4
|
-
return (_jsx(
|
|
4
|
+
return (_jsx("section", { className: 'jumbotron--static', children: _jsx("h1", { className: 'serif --super-hero', children: title }) }));
|
|
5
5
|
};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import React, { type FC } from 'react'
|
|
2
2
|
|
|
3
3
|
import { type JumbotronStaticProps } from './JumbotronStaticProps.types'
|
|
4
|
-
import
|
|
4
|
+
// import './JumbotronStatic.scss'
|
|
5
5
|
|
|
6
6
|
export const JumbotronStatic: FC<JumbotronStaticProps> = ({ title }) => {
|
|
7
7
|
return (
|
|
8
|
-
<
|
|
8
|
+
<section className={'jumbotron--static'}>
|
|
9
9
|
<h1 className='serif --super-hero'>{title}</h1>
|
|
10
|
-
</
|
|
10
|
+
</section>
|
|
11
11
|
)
|
|
12
12
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
2
|
+
// import './KeyFactRatafiaCard.scss'
|
|
3
3
|
export const KeyFactRatafiaCard = ({ title, content }) => {
|
|
4
|
-
return (_jsxs(
|
|
4
|
+
return (_jsxs("div", { className: 'key-fact-item', children: [_jsxs("div", { className: 'key-fact-item__wrapper', children: [_jsx("p", { className: 'sans-serif --medium --bold-weight key-fact-item__wrapper__title', children: title }), _jsx("p", { className: 'sans-serif --medium key-fact-item__wrapper__content', children: content })] }), _jsx("span", { className: 'key-fact-item__divider' })] }));
|
|
5
5
|
};
|
|
6
6
|
export default KeyFactRatafiaCard;
|