@npm_leadtech/legal-lib-components 5.2.9 → 5.2.11
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 +2859 -2436
- 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 +122 -0
- package/dist/src/components/atoms/CardPane/CardPane.tsx +3 -3
- package/dist/src/components/atoms/CardPane/CardPaneInfo.js +5 -4
- package/dist/src/components/atoms/CardPane/CardPaneInfo.tsx +14 -3
- package/dist/src/components/atoms/CardPane/CardPaneProps.types.d.ts +1 -0
- package/dist/src/components/atoms/CardPane/CardPaneProps.types.ts +1 -0
- 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
package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.js
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
// import './ActionButtonHeaderRatafiaCard.scss'
|
|
3
|
-
import { ActionButtonHeaderRatafiaCardStyled } from './ActionButtonHeaderRatafiaCard.styled';
|
|
4
3
|
export const ActionButtonHeaderRatafiaCard = ({ icon, text, handleOnClick, dataQa }) => {
|
|
5
|
-
return (_jsxs(
|
|
4
|
+
return (_jsxs("button", { className: 'action-button-header-ratafia-card', onClick: handleOnClick, "data-qa": dataQa, children: [_jsx("div", { className: 'action-button-header-ratafia-card__icon', children: icon }), _jsx("p", { className: 'action-button-header-ratafia-card__text', children: text })] }));
|
|
6
5
|
};
|
|
7
6
|
export default ActionButtonHeaderRatafiaCard;
|
package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.scss
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
@import '../../../globalStyles/variables';
|
|
2
|
+
@import '../../../globalStyles/mediaqueries';
|
|
3
|
+
|
|
4
|
+
.action-button-header-ratafia-card {
|
|
5
|
+
display: flex;
|
|
6
|
+
padding: 0.5rem;
|
|
7
|
+
align-items: center;
|
|
8
|
+
gap: 0.25rem;
|
|
9
|
+
|
|
10
|
+
border: none;
|
|
11
|
+
background-color: transparent;
|
|
12
|
+
|
|
13
|
+
cursor: pointer;
|
|
14
|
+
&__icon {
|
|
15
|
+
width: 24px;
|
|
16
|
+
}
|
|
17
|
+
&__text {
|
|
18
|
+
color: get-color(neutral, neutral-2);
|
|
19
|
+
display: none;
|
|
20
|
+
@include portrait-tablets {
|
|
21
|
+
display: block;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.tsx
CHANGED
|
@@ -2,7 +2,6 @@ import React from 'react'
|
|
|
2
2
|
|
|
3
3
|
import { type ActionButtonHeaderRatafiaCardProps } from './ActionButtonHeaderRatafiaCardProps.types'
|
|
4
4
|
// import './ActionButtonHeaderRatafiaCard.scss'
|
|
5
|
-
import { ActionButtonHeaderRatafiaCardStyled } from './ActionButtonHeaderRatafiaCard.styled'
|
|
6
5
|
|
|
7
6
|
export const ActionButtonHeaderRatafiaCard: React.FC<ActionButtonHeaderRatafiaCardProps> = ({
|
|
8
7
|
icon,
|
|
@@ -11,14 +10,10 @@ export const ActionButtonHeaderRatafiaCard: React.FC<ActionButtonHeaderRatafiaCa
|
|
|
11
10
|
dataQa
|
|
12
11
|
}) => {
|
|
13
12
|
return (
|
|
14
|
-
<
|
|
15
|
-
className='action-button-header-ratafia-card'
|
|
16
|
-
onClick={handleOnClick}
|
|
17
|
-
data-qa={dataQa}
|
|
18
|
-
>
|
|
13
|
+
<button className='action-button-header-ratafia-card' onClick={handleOnClick} data-qa={dataQa}>
|
|
19
14
|
<div className='action-button-header-ratafia-card__icon'>{icon}</div>
|
|
20
15
|
<p className='action-button-header-ratafia-card__text'>{text}</p>
|
|
21
|
-
</
|
|
16
|
+
</button>
|
|
22
17
|
)
|
|
23
18
|
}
|
|
24
19
|
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { AddButtonStyled } from './AddButton.styled';
|
|
3
2
|
// import './AddButton.scss'
|
|
4
3
|
const AddButton = ({ label = '', className = '', items, name = '', onChange, value = '', disabled = false, tooltip = undefined }) => {
|
|
5
|
-
return (_jsxs(
|
|
4
|
+
return (_jsxs("div", { className: `e-addButton ${className}`, children: [items.addButton.value !== '' && (_jsxs("div", { className: 'e-addButton__inner', children: [_jsx("input", { type: 'radio', id: `${name}_${items.addButton.value}`, name: name, onChange: onChange, value: items.addButton.value, checked: items.addButton.value === value, disabled: disabled, "data-qa": `${name}_${items.addButton.value}` }), _jsx("label", { htmlFor: `${name}_${items.addButton.value}`, children: label })] })), tooltip !== undefined && _jsx("p", { className: 'tooltip sans-serif --extra-small', children: tooltip })] }));
|
|
6
5
|
};
|
|
7
6
|
export default AddButton;
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
@import '../../../globalStyles/variables.scss';
|
|
2
|
+
@import '../../../globalStyles/mediaqueries.scss';
|
|
3
|
+
|
|
4
|
+
.e-addButton {
|
|
5
|
+
display: inline-block;
|
|
6
|
+
|
|
7
|
+
.tooltip {
|
|
8
|
+
margin-top: 0.5rem;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
label:first-child {
|
|
12
|
+
font-weight: bold;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
&__inner {
|
|
16
|
+
display: inline-block;
|
|
17
|
+
margin-top: 1rem;
|
|
18
|
+
color: get-color(primary);
|
|
19
|
+
border-radius: $global-border-radius;
|
|
20
|
+
transition: all 0.3s ease;
|
|
21
|
+
font-weight: bold;
|
|
22
|
+
|
|
23
|
+
label:hover {
|
|
24
|
+
background-color: get-color(primary, main-light-4);
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
label {
|
|
28
|
+
display: flex;
|
|
29
|
+
flex-basis: 100%;
|
|
30
|
+
align-items: center;
|
|
31
|
+
position: relative;
|
|
32
|
+
border: 1px solid get-color(primary);
|
|
33
|
+
border-radius: 4px;
|
|
34
|
+
cursor: pointer;
|
|
35
|
+
padding: 0.75rem 1rem;
|
|
36
|
+
margin-right: 1rem;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
input {
|
|
41
|
+
position: absolute;
|
|
42
|
+
left: -9999px;
|
|
43
|
+
|
|
44
|
+
&:checked + label {
|
|
45
|
+
display: none;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import React, { type FC } from 'react'
|
|
2
2
|
|
|
3
3
|
import { type AddButtonProps } from './AddButtonProps.types'
|
|
4
|
-
import { AddButtonStyled } from './AddButton.styled'
|
|
5
4
|
// import './AddButton.scss'
|
|
6
5
|
|
|
7
6
|
const AddButton: FC<AddButtonProps> = ({
|
|
@@ -15,7 +14,7 @@ const AddButton: FC<AddButtonProps> = ({
|
|
|
15
14
|
tooltip = undefined
|
|
16
15
|
}) => {
|
|
17
16
|
return (
|
|
18
|
-
<
|
|
17
|
+
<div className={`e-addButton ${className}`}>
|
|
19
18
|
{items.addButton.value !== '' && (
|
|
20
19
|
<div className={'e-addButton__inner'}>
|
|
21
20
|
<input
|
|
@@ -32,7 +31,7 @@ const AddButton: FC<AddButtonProps> = ({
|
|
|
32
31
|
</div>
|
|
33
32
|
)}
|
|
34
33
|
{tooltip !== undefined && <p className={'tooltip sans-serif --extra-small'}>{tooltip}</p>}
|
|
35
|
-
</
|
|
34
|
+
</div>
|
|
36
35
|
)
|
|
37
36
|
}
|
|
38
37
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
2
|
+
// import './BenefitRatafiaCard.scss'
|
|
3
3
|
export const BenefitRatafiaCard = ({ title, image, description }) => {
|
|
4
|
-
return (_jsxs(
|
|
4
|
+
return (_jsxs("div", { className: 'benefit-ratafia-card', children: [image !== null && _jsx("div", { className: 'benefit-ratafia-card__icon', children: image }), _jsxs("div", { className: 'benefit-ratafia-card__content', children: [_jsx("h3", { className: 'sans-serif --big --bold-weight benefit-ratafia-card__content__title', children: title }), _jsx("p", { className: 'sans-serif --medium benefit-ratafia-card__content__description', children: description })] })] }));
|
|
5
5
|
};
|
|
6
6
|
export default BenefitRatafiaCard;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
@import '../../../globalStyles/variables.scss';
|
|
2
|
+
@import '../../../globalStyles/mediaqueries.scss';
|
|
3
|
+
|
|
4
|
+
.benefit-ratafia-card {
|
|
5
|
+
display: flex;
|
|
6
|
+
flex-direction: column;
|
|
7
|
+
align-items: flex-start;
|
|
8
|
+
flex: 1 0 0;
|
|
9
|
+
align-self: stretch;
|
|
10
|
+
|
|
11
|
+
padding: 1.5rem;
|
|
12
|
+
gap: 1rem;
|
|
13
|
+
|
|
14
|
+
border-radius: 4px;
|
|
15
|
+
background: rgba(255, 255, 255, 0.8);
|
|
16
|
+
box-shadow: 0 2px 6px 0 rgba(2, 55, 74, 0.25);
|
|
17
|
+
|
|
18
|
+
@include landscape-tablets {
|
|
19
|
+
flex-direction: row;
|
|
20
|
+
}
|
|
21
|
+
@include laptop {
|
|
22
|
+
flex-direction: column;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
&__icon {
|
|
26
|
+
display: flex;
|
|
27
|
+
align-items: flex-start;
|
|
28
|
+
padding: 0.25rem;
|
|
29
|
+
gap: 0.625rem;
|
|
30
|
+
|
|
31
|
+
border-radius: 4px;
|
|
32
|
+
background: rgba(255, 255, 255, 0.8);
|
|
33
|
+
box-shadow: 0 2px 6px 0 rgba(2, 55, 74, 0.25);
|
|
34
|
+
|
|
35
|
+
img {
|
|
36
|
+
min-width: 32px;
|
|
37
|
+
min-height: 32px;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
&__content {
|
|
41
|
+
display: flex;
|
|
42
|
+
flex-direction: column;
|
|
43
|
+
align-items: flex-start;
|
|
44
|
+
align-self: stretch;
|
|
45
|
+
gap: 0.5rem;
|
|
46
|
+
|
|
47
|
+
&__title {
|
|
48
|
+
color: get-color(primary, main-dark-2);
|
|
49
|
+
}
|
|
50
|
+
&__description {
|
|
51
|
+
color: get-color(neutral, neutral-1);
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import React from 'react'
|
|
2
2
|
|
|
3
3
|
import { type BenefitRatafiaCardProps } from './BenefitRatafiaCardProps.types'
|
|
4
|
-
import
|
|
4
|
+
// import './BenefitRatafiaCard.scss'
|
|
5
5
|
|
|
6
6
|
export const BenefitRatafiaCard: React.FC<BenefitRatafiaCardProps> = ({ title, image, description }) => {
|
|
7
7
|
return (
|
|
8
|
-
<
|
|
8
|
+
<div className='benefit-ratafia-card'>
|
|
9
9
|
{image !== null && <div className='benefit-ratafia-card__icon'>{image}</div>}
|
|
10
10
|
<div className='benefit-ratafia-card__content'>
|
|
11
11
|
<h3 className='sans-serif --big --bold-weight benefit-ratafia-card__content__title'>{title}</h3>
|
|
12
12
|
<p className='sans-serif --medium benefit-ratafia-card__content__description'>{description}</p>
|
|
13
13
|
</div>
|
|
14
|
-
</
|
|
14
|
+
</div>
|
|
15
15
|
)
|
|
16
16
|
}
|
|
17
17
|
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { BillCardStyled } from './BillCard.styled';
|
|
3
2
|
// import './BillCard.scss'
|
|
4
3
|
const BillCard = ({ date, amount, subscriptionType }) => {
|
|
5
|
-
return (_jsxs(
|
|
4
|
+
return (_jsxs("div", { className: 'bill-card', children: [_jsxs("div", { className: 'date-price', children: [_jsx("div", { className: 'date-price__left', children: _jsx("p", { children: date }) }), _jsx("div", { className: 'date-price__right', children: _jsx("p", { children: amount }) })] }), _jsx("div", { className: 'annual-plan', children: _jsx("p", { children: subscriptionType }) })] }));
|
|
6
5
|
};
|
|
7
6
|
export default BillCard;
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
@import '../../../globalStyles/variables.scss';
|
|
2
|
+
@import '../../../globalStyles/mediaqueries.scss';
|
|
3
|
+
|
|
4
|
+
.bill-card {
|
|
5
|
+
background-color: get-color(neutral, neutral-6);
|
|
6
|
+
border: 1px solid get-color(neutral, neutral-4);
|
|
7
|
+
border-radius: $global-border-radius;
|
|
8
|
+
display: flex;
|
|
9
|
+
flex-direction: column;
|
|
10
|
+
padding: 1rem 1rem;
|
|
11
|
+
@include portrait-tablets {
|
|
12
|
+
flex-direction: row;
|
|
13
|
+
justify-content: space-between;
|
|
14
|
+
align-items: center;
|
|
15
|
+
padding: 0.5rem 1.5rem;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.date-price {
|
|
19
|
+
display: flex;
|
|
20
|
+
flex-direction: row;
|
|
21
|
+
justify-content: space-between;
|
|
22
|
+
align-items: center;
|
|
23
|
+
border-bottom: 1px solid get-color(neutral, neutral-4);
|
|
24
|
+
padding-bottom: 1rem;
|
|
25
|
+
@include portrait-tablets {
|
|
26
|
+
padding-bottom: 0;
|
|
27
|
+
justify-content: left;
|
|
28
|
+
border-bottom: none;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.date-price__left {
|
|
33
|
+
@include portrait-tablets {
|
|
34
|
+
padding: 0.2rem 1rem 0.2rem 0;
|
|
35
|
+
border-right: 1px solid get-color(neutral, neutral-4);
|
|
36
|
+
}
|
|
37
|
+
@include landscape-tablets {
|
|
38
|
+
padding: 0.2rem 1.5rem 0.2rem 0;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.date-price__right {
|
|
43
|
+
margin-left: 1rem;
|
|
44
|
+
@include landscape-tablets {
|
|
45
|
+
margin-left: 1.5rem;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.annual-plan {
|
|
50
|
+
text-align: left;
|
|
51
|
+
padding-top: 1rem;
|
|
52
|
+
@include portrait-tablets {
|
|
53
|
+
padding-top: 0;
|
|
54
|
+
text-align: right;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import React, { type FC } from 'react'
|
|
2
2
|
|
|
3
3
|
import { type BillCardProps } from './BillCardProps.types'
|
|
4
|
-
import { BillCardStyled } from './BillCard.styled'
|
|
5
4
|
// import './BillCard.scss'
|
|
6
5
|
|
|
7
6
|
const BillCard: FC<BillCardProps> = ({ date, amount, subscriptionType }) => {
|
|
8
7
|
return (
|
|
9
|
-
<
|
|
8
|
+
<div className='bill-card'>
|
|
10
9
|
<div className='date-price'>
|
|
11
10
|
<div className='date-price__left'>
|
|
12
11
|
<p>{date}</p>
|
|
@@ -18,7 +17,7 @@ const BillCard: FC<BillCardProps> = ({ date, amount, subscriptionType }) => {
|
|
|
18
17
|
<div className='annual-plan'>
|
|
19
18
|
<p>{subscriptionType}</p>
|
|
20
19
|
</div>
|
|
21
|
-
</
|
|
20
|
+
</div>
|
|
22
21
|
)
|
|
23
22
|
}
|
|
24
23
|
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
import { BottomOverlayMenuStyled } from './BottomOverlayMenu.styled';
|
|
3
2
|
const BottomOverlayMenu = ({ children }) => {
|
|
4
3
|
if (children === undefined)
|
|
5
4
|
return null;
|
|
6
|
-
return _jsx(
|
|
5
|
+
return _jsx("div", { className: 'bottom-overlay-menu', children: children });
|
|
7
6
|
};
|
|
8
7
|
export default BottomOverlayMenu;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
@import '../../../globalStyles/variables.scss';
|
|
2
|
+
|
|
3
|
+
.bottom-overlay-menu {
|
|
4
|
+
display: flex;
|
|
5
|
+
justify-content: space-between;
|
|
6
|
+
align-items: center;
|
|
7
|
+
width: 100%;
|
|
8
|
+
padding: 16px 24px;
|
|
9
|
+
background-color: get-color(others, white);
|
|
10
|
+
box-shadow: 0 2px 6px 0 get-color(primary, main-dark-1);
|
|
11
|
+
color: black;
|
|
12
|
+
|
|
13
|
+
.e-button {
|
|
14
|
+
width: 100%;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.e-searchselect {
|
|
18
|
+
width: 100%;
|
|
19
|
+
margin-bottom: 1rem;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.e-text {
|
|
23
|
+
width: 100%;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.desktop-radio-icons {
|
|
27
|
+
display: none;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
ul li {
|
|
31
|
+
margin-bottom: 0;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import React, { type FC } from 'react'
|
|
2
|
+
// import './BottomOverlayMenu.scss'
|
|
2
3
|
|
|
3
4
|
import { type BottomOverlayMenuProps } from './BottomOverlayMenuProps.types'
|
|
4
|
-
import { BottomOverlayMenuStyled } from './BottomOverlayMenu.styled'
|
|
5
5
|
|
|
6
6
|
const BottomOverlayMenu: FC<BottomOverlayMenuProps> = ({ children }) => {
|
|
7
7
|
if (children === undefined) return null
|
|
8
|
-
return <
|
|
8
|
+
return <div className='bottom-overlay-menu'>{children}</div>
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
export default BottomOverlayMenu
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { Link } from 'gatsby-link';
|
|
3
3
|
import { ChevronRight24px } from '../../../../images/componentsSvg/ChevronRight24px';
|
|
4
|
-
import { BreadcrumItemStyled } from './BreadcrumItem.styled';
|
|
5
4
|
const BreadcrumItem = ({ text, position, url }) => {
|
|
6
|
-
return (_jsxs(
|
|
5
|
+
return (_jsxs("li", { className: 'inline-list', children: [position > 0 && _jsx(ChevronRight24px, {}), url !== undefined ? _jsx(Link, { to: url, children: text }) : _jsx("span", { children: text })] }));
|
|
7
6
|
};
|
|
8
7
|
export default BreadcrumItem;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
@import '../../../globalStyles/variables.scss';
|
|
2
|
+
|
|
3
|
+
.inline-list {
|
|
4
|
+
display: flex;
|
|
5
|
+
align-items: center;
|
|
6
|
+
|
|
7
|
+
.chevron-right24px {
|
|
8
|
+
> g > g {
|
|
9
|
+
fill: get-color(primary, main-light-1);
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
a,
|
|
14
|
+
span {
|
|
15
|
+
color: get-color(primary, main-light-1);
|
|
16
|
+
font-weight: 700;
|
|
17
|
+
font-size: 12px;
|
|
18
|
+
line-height: 16px;
|
|
19
|
+
letter-spacing: -0.3px;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -2,16 +2,16 @@ import React, { type FC } from 'react'
|
|
|
2
2
|
import { Link } from 'gatsby-link'
|
|
3
3
|
|
|
4
4
|
import { ChevronRight24px } from '../../../../images/componentsSvg/ChevronRight24px'
|
|
5
|
+
// import './BreadcrumItem.scss'
|
|
5
6
|
|
|
6
7
|
import { type BreadcrumItemProps } from './BreadcrumItemProps.types'
|
|
7
|
-
import { BreadcrumItemStyled } from './BreadcrumItem.styled'
|
|
8
8
|
|
|
9
9
|
const BreadcrumItem: FC<BreadcrumItemProps> = ({ text, position, url }) => {
|
|
10
10
|
return (
|
|
11
|
-
<
|
|
11
|
+
<li className='inline-list'>
|
|
12
12
|
{position > 0 && <ChevronRight24px />}
|
|
13
13
|
{url !== undefined ? <Link to={url}>{text}</Link> : <span>{text}</span>}
|
|
14
|
-
</
|
|
14
|
+
</li>
|
|
15
15
|
)
|
|
16
16
|
}
|
|
17
17
|
|
|
@@ -5,7 +5,7 @@ html[data-theme='lawdistrict'] {
|
|
|
5
5
|
.e-button {
|
|
6
6
|
&.--primary {
|
|
7
7
|
&-3 {
|
|
8
|
-
color:
|
|
8
|
+
color: get-color(neutral);
|
|
9
9
|
}
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -15,7 +15,7 @@ html[data-theme='lawdistrict'] {
|
|
|
15
15
|
padding: 0.5rem 1rem;
|
|
16
16
|
align-items: center;
|
|
17
17
|
align-self: center;
|
|
18
|
-
border-radius:
|
|
18
|
+
border-radius: $global-border-radius;
|
|
19
19
|
text-align: center;
|
|
20
20
|
text-decoration: none;
|
|
21
21
|
cursor: pointer;
|
|
@@ -50,14 +50,14 @@ html[data-theme='lawdistrict'] {
|
|
|
50
50
|
position: absolute;
|
|
51
51
|
|
|
52
52
|
label {
|
|
53
|
-
color:
|
|
53
|
+
color: get-color(neutral);
|
|
54
54
|
}
|
|
55
55
|
}
|
|
56
56
|
|
|
57
57
|
&.--styleless {
|
|
58
58
|
background-color: get-color(others, white);
|
|
59
59
|
font-size: 0.9rem;
|
|
60
|
-
color:
|
|
60
|
+
color: get-color(neutral, neutral-2);
|
|
61
61
|
text-align: left;
|
|
62
62
|
border: none;
|
|
63
63
|
|
|
@@ -94,14 +94,14 @@ html[data-theme='lawdistrict'] {
|
|
|
94
94
|
}
|
|
95
95
|
|
|
96
96
|
&-3 {
|
|
97
|
-
background-color:
|
|
98
|
-
border: 2px solid
|
|
97
|
+
background-color: get-color(secondary);
|
|
98
|
+
border: 2px solid get-color(secondary);
|
|
99
99
|
color: get-color(others, white);
|
|
100
100
|
font-weight: bold;
|
|
101
101
|
|
|
102
102
|
&:hover {
|
|
103
|
-
background-color:
|
|
104
|
-
border-color:
|
|
103
|
+
background-color: get-color(secondary, main-dark-1);
|
|
104
|
+
border-color: get-color(secondary, main-dark-1);
|
|
105
105
|
}
|
|
106
106
|
}
|
|
107
107
|
|
|
@@ -134,21 +134,21 @@ html[data-theme='lawdistrict'] {
|
|
|
134
134
|
|
|
135
135
|
&-2 {
|
|
136
136
|
background-color: transparent;
|
|
137
|
-
border: 2px solid
|
|
138
|
-
color:
|
|
137
|
+
border: 2px solid get-color(secondary);
|
|
138
|
+
color: get-color(neutral);
|
|
139
139
|
font-weight: bold;
|
|
140
140
|
|
|
141
141
|
&:hover {
|
|
142
|
-
background-color:
|
|
142
|
+
background-color: get-color(secondary, main-light-4);
|
|
143
143
|
}
|
|
144
144
|
}
|
|
145
145
|
|
|
146
146
|
&-icon {
|
|
147
147
|
display: flex;
|
|
148
148
|
justify-content: center;
|
|
149
|
-
border-radius:
|
|
150
|
-
border: 2px solid
|
|
151
|
-
background-color:
|
|
149
|
+
border-radius: $global-border-radius;
|
|
150
|
+
border: 2px solid get-color(neutral, neutral-2);
|
|
151
|
+
background-color: get-color(neutral, neutral-5);
|
|
152
152
|
|
|
153
153
|
svg {
|
|
154
154
|
width: 20px;
|
|
@@ -160,7 +160,7 @@ html[data-theme='lawdistrict'] {
|
|
|
160
160
|
}
|
|
161
161
|
|
|
162
162
|
&:hover {
|
|
163
|
-
background-color:
|
|
163
|
+
background-color: get-color(neutral, neutral-4);
|
|
164
164
|
}
|
|
165
165
|
|
|
166
166
|
&.--bold {
|
|
@@ -187,7 +187,7 @@ html[data-theme='lawdistrict'] {
|
|
|
187
187
|
}
|
|
188
188
|
|
|
189
189
|
&:hover {
|
|
190
|
-
background-color:
|
|
190
|
+
background-color: get-color(neutral, neutral-1);
|
|
191
191
|
}
|
|
192
192
|
}
|
|
193
193
|
}
|
|
@@ -198,14 +198,14 @@ html[data-theme='lawdistrict'] {
|
|
|
198
198
|
}
|
|
199
199
|
|
|
200
200
|
&.--disabled {
|
|
201
|
-
background-color:
|
|
202
|
-
color:
|
|
201
|
+
background-color: get-color(neutral, neutral-4);
|
|
202
|
+
color: get-color(neutral, neutral-1);
|
|
203
203
|
pointer-events: none;
|
|
204
204
|
}
|
|
205
205
|
|
|
206
206
|
&.--error {
|
|
207
|
-
border-color:
|
|
208
|
-
color:
|
|
207
|
+
border-color: get-color(error, main);
|
|
208
|
+
color: get-color(error, main);
|
|
209
209
|
}
|
|
210
210
|
|
|
211
211
|
&--fluid {
|
|
@@ -214,14 +214,14 @@ html[data-theme='lawdistrict'] {
|
|
|
214
214
|
}
|
|
215
215
|
|
|
216
216
|
.button--secondary-3 {
|
|
217
|
-
color:
|
|
217
|
+
color: get-color(neutral, neutral-1);
|
|
218
218
|
display: flex;
|
|
219
219
|
font-size: 14px;
|
|
220
220
|
font-weight: bold;
|
|
221
221
|
justify-content: center;
|
|
222
|
-
border-radius:
|
|
223
|
-
border: 2px solid
|
|
224
|
-
background-color:
|
|
222
|
+
border-radius: $global-border-radius;
|
|
223
|
+
border: 2px solid get-color(neutral, neutral-2);
|
|
224
|
+
background-color: get-color(neutral, neutral-6);
|
|
225
225
|
|
|
226
226
|
.button__icon {
|
|
227
227
|
width: 20px;
|
|
@@ -229,7 +229,7 @@ html[data-theme='lawdistrict'] {
|
|
|
229
229
|
}
|
|
230
230
|
|
|
231
231
|
.button__icon__g {
|
|
232
|
-
fill:
|
|
232
|
+
fill: get-color(neutral, neutral-1);
|
|
233
233
|
}
|
|
234
234
|
|
|
235
235
|
img {
|
|
@@ -237,12 +237,12 @@ html[data-theme='lawdistrict'] {
|
|
|
237
237
|
}
|
|
238
238
|
|
|
239
239
|
&:hover {
|
|
240
|
-
background-color:
|
|
240
|
+
background-color: get-color(neutral, neutral-4);
|
|
241
241
|
}
|
|
242
242
|
}
|
|
243
243
|
|
|
244
244
|
.button--secondary-4 {
|
|
245
|
-
background-color:
|
|
245
|
+
background-color: get-color(neutral);
|
|
246
246
|
border: 1px solid get-color(others, white) !important;
|
|
247
247
|
color: get-color(others, white);
|
|
248
248
|
|
|
@@ -251,7 +251,7 @@ html[data-theme='lawdistrict'] {
|
|
|
251
251
|
}
|
|
252
252
|
|
|
253
253
|
&:hover {
|
|
254
|
-
background-color:
|
|
254
|
+
background-color: get-color(neutral, neutral-1);
|
|
255
255
|
}
|
|
256
256
|
}
|
|
257
257
|
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
|
|
4
4
|
.button-icon {
|
|
5
5
|
background: none;
|
|
6
|
-
border-radius:
|
|
7
|
-
border: 1px solid
|
|
6
|
+
border-radius: $global-border-radius;
|
|
7
|
+
border: 1px solid get-color(neutral, neutral-4);
|
|
8
8
|
display: inline-flex;
|
|
9
9
|
padding: 0.1875rem;
|
|
10
10
|
transition: all 0.3s ease;
|
|
@@ -12,13 +12,13 @@
|
|
|
12
12
|
cursor: pointer;
|
|
13
13
|
|
|
14
14
|
&--disabled {
|
|
15
|
-
background-color:
|
|
16
|
-
color:
|
|
15
|
+
background-color: get-color(neutral, neutral-4);
|
|
16
|
+
color: get-color(neutral, neutral-1);
|
|
17
17
|
pointer-events: none;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
&:hover {
|
|
21
|
-
background-color:
|
|
21
|
+
background-color: get-color(primary, main-light-5);
|
|
22
22
|
|
|
23
23
|
.button-icon__tooltip {
|
|
24
24
|
transform: translate(-50%, 0);
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
&__tooltip {
|
|
31
31
|
font-size: 12px;
|
|
32
32
|
position: absolute;
|
|
33
|
-
color:
|
|
33
|
+
color: get-color(neutral, neutral-2);
|
|
34
34
|
bottom: -1.25rem;
|
|
35
35
|
left: 50%;
|
|
36
36
|
margin: 0 auto;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import CardPaneInfo from './CardPaneInfo';
|
|
3
|
-
import
|
|
3
|
+
// import './CardPane.scss'
|
|
4
4
|
const CardPane = ({ data }) => {
|
|
5
5
|
if (data?.length === 0)
|
|
6
6
|
return null;
|
|
7
|
-
return (_jsx(
|
|
7
|
+
return (_jsx("div", { className: 'pane', children: data.map((item) => (_jsx(CardPaneInfo, { ...item }, item.id))) }));
|
|
8
8
|
};
|
|
9
9
|
export default CardPane;
|