@npm_leadtech/legal-lib-components 5.0.2 → 5.1.1
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 +17 -0
- package/dist/src/components/atoms/Button/Button.tsx +0 -1
- package/dist/src/components/atoms/Button/ButtonProps.types.ts +0 -1
- package/dist/src/components/atoms/ButtonIcon/ButtonIconProps.types.ts +0 -1
- package/dist/src/components/atoms/CardPane/CardPane.tsx +0 -1
- package/dist/src/components/atoms/CardPane/CardPaneInfo.tsx +0 -2
- package/dist/src/components/atoms/Checkbox/CheckboxProps.types.ts +0 -1
- package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.js +0 -4
- package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.tsx +0 -4
- package/dist/src/components/atoms/DatePickerCustom/DatePickerCustomProps.types.ts +0 -1
- package/dist/src/components/atoms/DatePickerCustom/index.js.map +2 -2
- package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.js +1 -3
- package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.tsx +1 -4
- package/dist/src/components/atoms/Disclaimer/Disclaimer.js +0 -1
- package/dist/src/components/atoms/Disclaimer/Disclaimer.tsx +0 -1
- package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.js +0 -1
- package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.tsx +0 -1
- package/dist/src/components/atoms/Divider/Divider.tsx +0 -2
- package/dist/src/components/atoms/Divider/DividerProps.types.ts +0 -1
- package/dist/src/components/atoms/GoogleButton/GoogleButton.tsx +0 -1
- package/dist/src/components/atoms/IconImage/IconImage.tsx +0 -1
- package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.tsx +0 -1
- package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.js +0 -1
- package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.tsx +0 -1
- package/dist/src/components/atoms/InfoBox/InfoBox.tsx +1 -2
- package/dist/src/components/atoms/InfoBox/InfoBoxProps.types.ts +0 -1
- package/dist/src/components/atoms/Logo/Logo.tsx +0 -3
- package/dist/src/components/atoms/LogoText/LogoTextProps.types.ts +0 -1
- package/dist/src/components/atoms/MenuItems/MenuItemProps.types.ts +0 -1
- package/dist/src/components/atoms/MenuItems/MenuItems.js +0 -4
- package/dist/src/components/atoms/MenuItems/MenuItems.tsx +0 -4
- package/dist/src/components/atoms/MessageInformation/MessageInformation.tsx +0 -1
- package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.js +1 -1
- package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.tsx +1 -1
- package/dist/src/components/atoms/NavMenuItem/NavMenuItemProps.d.ts +2 -2
- package/dist/src/components/atoms/NavMenuItem/NavMenuItemProps.ts +2 -2
- package/dist/src/components/atoms/PaypalButton/PaypalButton.tsx +0 -1
- package/dist/src/components/atoms/PopularDocsItem/PopularDocsItem.js +1 -1
- package/dist/src/components/atoms/PopularDocsItem/PopularDocsItem.tsx +1 -1
- package/dist/src/components/atoms/ProgressBar/ProgressBar.tsx +0 -1
- package/dist/src/components/atoms/ProgressBar/ProgressBarProps.types.ts +0 -1
- package/dist/src/components/atoms/Radio/Radio.js +1 -1
- package/dist/src/components/atoms/Radio/Radio.tsx +2 -4
- package/dist/src/components/atoms/Radio/RadioProps.types.d.ts +2 -2
- package/dist/src/components/atoms/Radio/RadioProps.types.ts +1 -1
- package/dist/src/components/atoms/RemoveButton/RemoveButton.tsx +0 -1
- package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.tsx +2 -0
- package/dist/src/components/atoms/RichTextStrapi/useFormattedText.js +0 -1
- package/dist/src/components/atoms/RichTextStrapi/useFormattedText.tsx +0 -1
- package/dist/src/components/atoms/SearchSelect/SearchSelect.js +2 -2
- package/dist/src/components/atoms/SearchSelect/SearchSelect.tsx +3 -8
- package/dist/src/components/atoms/SearchSelect/SearchSelectProps.types.ts +0 -1
- package/dist/src/components/atoms/SidemenuTab/SideMenuTabProps.types.ts +0 -1
- package/dist/src/components/atoms/SidemenuTab/SidemenuTab.tsx +0 -2
- package/dist/src/components/atoms/Tag/Tag.scss +4 -0
- package/dist/src/components/atoms/TestAB/TestAB.js +1 -4
- package/dist/src/components/atoms/TestAB/TestAB.tsx +1 -5
- package/dist/src/components/atoms/TextArea/TextArea.tsx +0 -1
- package/dist/src/components/atoms/Tooltip/TooltipProps.types.d.ts +1 -1
- package/dist/src/components/atoms/Tooltip/TooltipProps.types.ts +1 -2
- package/dist/src/components/atoms/WideInfoBar/WideInfoBar.d.ts +1 -1
- package/dist/src/components/atoms/WideInfoBar/WideInfoBar.tsx +1 -1
- package/dist/src/components/molecules/AccordionItem/AccordionItem.d.ts +1 -2
- package/dist/src/components/molecules/AccordionItem/AccordionItem.js +3 -2
- package/dist/src/components/molecules/AccordionItem/AccordionItem.tsx +4 -3
- package/dist/src/components/molecules/AlsoKnownAs/AlsoKnownAs.js +1 -1
- package/dist/src/components/molecules/AlsoKnownAs/AlsoKnownAs.tsx +1 -1
- package/dist/src/components/molecules/BaseBoxList/BaseBoxListProps.types.ts +0 -1
- package/dist/src/components/molecules/BottomFixedBar/BottomFixedBar.tsx +0 -1
- package/dist/src/components/molecules/BottomOverlay/BottomOverlay.js +1 -2
- package/dist/src/components/molecules/BottomOverlay/BottomOverlay.tsx +1 -2
- package/dist/src/components/molecules/BottomOverlay/BottomOverlayProps.types.ts +0 -1
- package/dist/src/components/molecules/BoxForm/BoxFormProps.types.ts +0 -1
- package/dist/src/components/molecules/Breadcrumb/BreadcrumbProps.types.d.ts +2 -2
- package/dist/src/components/molecules/Breadcrumb/BreadcrumbProps.types.ts +1 -1
- package/dist/src/components/molecules/CountDownMessage/CountDownMessage.js +0 -1
- package/dist/src/components/molecules/CountDownMessage/CountDownMessage.tsx +0 -1
- package/dist/src/components/molecules/Feedback/Feedback.js +1 -1
- package/dist/src/components/molecules/Feedback/Feedback.tsx +1 -2
- package/dist/src/components/molecules/FreeDocModalContent/FreeDocModalContent.tsx +0 -1
- package/dist/src/components/molecules/MenuItemsSection/MenuItemsSection.tsx +0 -1
- package/dist/src/components/molecules/NavBarDropDown/NavBarDropDown.js +0 -2
- package/dist/src/components/molecules/NavBarDropDown/NavBarDropDown.tsx +0 -2
- package/dist/src/components/molecules/Pagination/PageStepControl.js +0 -1
- package/dist/src/components/molecules/Pagination/PageStepControl.tsx +0 -1
- package/dist/src/components/molecules/Pagination/PageSteps.tsx +0 -1
- package/dist/src/components/molecules/Pagination/Pagination.js +0 -1
- package/dist/src/components/molecules/Pagination/Pagination.tsx +0 -1
- package/dist/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.tsx +0 -2
- package/dist/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobile.tsx +0 -1
- package/dist/src/components/molecules/PricingCard/PricingCard.js +2 -3
- package/dist/src/components/molecules/PricingCard/PricingCard.tsx +3 -4
- package/dist/src/components/molecules/PricingCard/PricingCardProps.types.ts +0 -1
- package/dist/src/components/molecules/Snackbar/Snackbar.js +0 -1
- package/dist/src/components/molecules/Snackbar/Snackbar.tsx +0 -1
- package/dist/src/components/molecules/Snackbar/SnackbarProps.types.ts +0 -1
- package/dist/src/components/molecules/TextInput/Input.js +0 -2
- package/dist/src/components/molecules/TextInput/Input.tsx +0 -2
- package/dist/src/components/molecules/TextInput/TextInput.js +2 -4
- package/dist/src/components/molecules/TextInput/TextInput.tsx +2 -3
- package/dist/src/components/molecules/TextInput/TextInputMessage.tsx +0 -1
- package/dist/src/components/molecules/TextInput/TextInputProps.types.ts +0 -1
- package/dist/src/components/molecules/TextInput/TextInputTooltip.tsx +0 -1
- package/dist/src/components/molecules/TooltipMenu/TooltipMenuProps.types.d.ts +2 -2
- package/dist/src/components/molecules/TooltipMenu/TooltipMenuProps.types.ts +2 -2
- package/dist/src/components/molecules/TypeModulesList/TypeModulesList.tsx +0 -1
- package/dist/src/components/organisms/Accordion/Accordion.context.d.ts +1 -1
- package/dist/src/components/organisms/Accordion/Accordion.context.js +0 -2
- package/dist/src/components/organisms/Accordion/Accordion.context.tsx +2 -4
- package/dist/src/components/organisms/Accordion/Accordion.d.ts +1 -2
- package/dist/src/components/organisms/Accordion/Accordion.js +0 -1
- package/dist/src/components/organisms/Accordion/Accordion.tsx +1 -2
- package/dist/src/components/organisms/ArticlesList/ArticlesList.tsx +0 -1
- package/dist/src/components/organisms/CardFunctionality/CardFunctionality.d.ts +3 -0
- package/dist/src/components/organisms/CardFunctionality/CardFunctionality.js +6 -0
- package/dist/src/components/organisms/CardFunctionality/CardFunctionality.scss +61 -0
- package/dist/src/components/organisms/CardFunctionality/CardFunctionality.tsx +29 -0
- package/dist/src/components/organisms/CardFunctionality/CardFunctionalityProps.d.ts +9 -0
- package/dist/src/components/organisms/CardFunctionality/CardFunctionalityProps.js +1 -0
- package/dist/src/components/organisms/CardFunctionality/CardFunctionalityProps.ts +10 -0
- package/dist/src/components/organisms/CardFunctionality/index.d.ts +2 -0
- package/dist/src/components/organisms/CardFunctionality/index.js +2 -0
- package/dist/src/components/organisms/CardFunctionality/index.ts +2 -0
- package/dist/src/components/organisms/MobileBottomBar/MobileBottomBar.tsx +0 -1
- package/dist/src/components/organisms/MobileBottomBar/MobileBottomBarProps.types.ts +0 -1
- package/dist/src/components/organisms/index.d.ts +1 -1
- package/dist/src/components/organisms/index.js +1 -1
- package/dist/src/components/organisms/index.ts +1 -1
- package/dist/src/components/pages/AboutUsPage/AboutUsPage.tsx +0 -1
- package/dist/src/components/pages/ErrorRatafiaPage/ErrorRatafiaPageProps.types.ts +0 -1
- package/dist/src/components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPageProps.types.ts +0 -1
- package/dist/src/components/sections/AboutUsSection/AboutUsSection.tsx +0 -1
- package/dist/src/components/sections/AsideMenuSection/AsideMenuSectionProps.d.ts +2 -2
- package/dist/src/components/sections/AsideMenuSection/AsideMenuSectionProps.ts +2 -2
- package/dist/src/components/sections/BlogSection/BlogSection.tsx +0 -1
- package/dist/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.d.ts +3 -0
- package/dist/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.js +8 -0
- package/dist/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.scss +15 -0
- package/dist/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.tsx +17 -0
- package/dist/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSectionProps.d.ts +4 -0
- package/dist/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSectionProps.js +1 -0
- package/dist/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSectionProps.ts +5 -0
- package/dist/src/components/sections/FunctionalityCardsSection/index.d.ts +2 -0
- package/dist/src/components/sections/FunctionalityCardsSection/index.js +2 -0
- package/dist/src/components/sections/FunctionalityCardsSection/index.ts +2 -0
- package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.tsx +0 -1
- package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.scss +1 -0
- package/dist/src/components/sections/index.d.ts +1 -0
- package/dist/src/components/sections/index.js +1 -0
- package/dist/src/components/sections/index.ts +1 -0
- package/dist/src/custom.d.ts +0 -1
- package/dist/src/globalStyles/styles.scss +1 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +36 -35
package/dist/css/styles.css
CHANGED
|
@@ -4079,6 +4079,9 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
4079
4079
|
.tag .icon {
|
|
4080
4080
|
display: flex;
|
|
4081
4081
|
}
|
|
4082
|
+
.tag .icon .icon-svg-with-theme-color {
|
|
4083
|
+
background-color: var(--secondary-main-dark-2);
|
|
4084
|
+
}
|
|
4082
4085
|
.tag .text {
|
|
4083
4086
|
color: var(--neutral-neutral-1);
|
|
4084
4087
|
font-size: 12px;
|
|
@@ -7737,6 +7740,19 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
7737
7740
|
.features-ratafia-section__wrapper__children img {
|
|
7738
7741
|
width: 100%;
|
|
7739
7742
|
}
|
|
7743
|
+
.functionality-cards {
|
|
7744
|
+
display: flex;
|
|
7745
|
+
flex-direction: column;
|
|
7746
|
+
gap: 1rem;
|
|
7747
|
+
margin-bottom: 2rem;
|
|
7748
|
+
width: 100%;
|
|
7749
|
+
}
|
|
7750
|
+
@media (min-width: 960px) {
|
|
7751
|
+
.functionality-cards {
|
|
7752
|
+
flex-direction: row;
|
|
7753
|
+
width: 50%;
|
|
7754
|
+
}
|
|
7755
|
+
}
|
|
7740
7756
|
.guidelines-section {
|
|
7741
7757
|
display: flex;
|
|
7742
7758
|
flex-direction: column;
|
|
@@ -8314,6 +8330,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
8314
8330
|
.whyLawDistrictSection {
|
|
8315
8331
|
text-align: center;
|
|
8316
8332
|
background-color: var(--neutral-neutral-6);
|
|
8333
|
+
margin-bottom: 3rem;
|
|
8317
8334
|
width: 100%;
|
|
8318
8335
|
padding-bottom: 2rem;
|
|
8319
8336
|
display: flex;
|
|
@@ -1,8 +1,4 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
/* eslint-disable @typescript-eslint/restrict-template-expressions */
|
|
3
|
-
/* eslint-disable @typescript-eslint/restrict-plus-operands */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-unsafe-argument */
|
|
5
|
-
/* eslint-disable @typescript-eslint/no-unsafe-assignment */
|
|
6
2
|
import DatePicker, { registerLocale } from 'react-datepicker';
|
|
7
3
|
import { useState } from 'react';
|
|
8
4
|
import { de } from 'date-fns/locale';
|
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
/* eslint-disable @typescript-eslint/restrict-template-expressions */
|
|
2
|
-
/* eslint-disable @typescript-eslint/restrict-plus-operands */
|
|
3
|
-
/* eslint-disable @typescript-eslint/no-unsafe-argument */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-unsafe-assignment */
|
|
5
1
|
import DatePicker, { registerLocale } from 'react-datepicker'
|
|
6
2
|
import React, { type FC, useState } from 'react'
|
|
7
3
|
import { de } from 'date-fns/locale'
|