@npm_leadtech/legal-lib-components 5.11.14 → 5.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/styles.css +3 -26
- package/dist/src/components/atoms/Button/Button.js +1 -2
- package/dist/src/components/atoms/Button/Button.scss +1 -31
- package/dist/src/components/atoms/Button/Button.tsx +2 -2
- package/dist/src/components/atoms/Button/ButtonProps.types.d.ts +1 -1
- package/dist/src/components/atoms/Button/ButtonProps.types.ts +0 -1
- package/dist/src/components/atoms/CardPane/CardPane.tsx +1 -0
- package/dist/src/components/atoms/CardPane/CardPaneInfo.tsx +2 -0
- package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.js +4 -0
- package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.tsx +4 -0
- package/dist/src/components/atoms/DatePickerCustom/index.js.map +2 -2
- package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.js +3 -0
- package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.tsx +4 -0
- package/dist/src/components/atoms/Disclaimer/Disclaimer.js +1 -0
- package/dist/src/components/atoms/Disclaimer/Disclaimer.tsx +1 -0
- package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.js +1 -0
- package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.tsx +1 -0
- package/dist/src/components/atoms/Divider/Divider.tsx +2 -0
- package/dist/src/components/atoms/GoogleButton/GoogleButton.tsx +1 -0
- package/dist/src/components/atoms/IconImage/IconImage.tsx +1 -0
- package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.tsx +1 -0
- package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.js +1 -0
- package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.tsx +1 -0
- package/dist/src/components/atoms/InfoBox/InfoBox.tsx +2 -0
- package/dist/src/components/atoms/Logo/Logo.tsx +2 -1
- package/dist/src/components/atoms/MenuItems/MenuItemProps.types.d.ts +0 -1
- package/dist/src/components/atoms/MenuItems/MenuItemProps.types.ts +0 -1
- package/dist/src/components/atoms/MenuItems/MenuItems.js +3 -0
- package/dist/src/components/atoms/MenuItems/MenuItems.tsx +3 -0
- package/dist/src/components/atoms/MessageInformation/MessageInformation.tsx +1 -0
- package/dist/src/components/atoms/PaypalButton/PaypalButton.tsx +1 -0
- package/dist/src/components/atoms/ProgressBar/ProgressBar.tsx +1 -0
- package/dist/src/components/atoms/Radio/Radio.tsx +3 -0
- package/dist/src/components/atoms/RemoveButton/RemoveButton.tsx +1 -0
- package/dist/src/components/atoms/RichTextStrapi/useFormattedText.js +1 -0
- package/dist/src/components/atoms/RichTextStrapi/useFormattedText.tsx +1 -0
- package/dist/src/components/atoms/SearchSelect/SearchSelect.styled.js +1 -1
- package/dist/src/components/atoms/SearchSelect/SearchSelect.styled.ts +1 -1
- package/dist/src/components/atoms/SearchSelect/SearchSelect.tsx +4 -0
- package/dist/src/components/atoms/SidemenuTab/SidemenuTab.tsx +2 -0
- package/dist/src/components/atoms/TestAB/TestAB.js +3 -0
- package/dist/src/components/atoms/TestAB/TestAB.tsx +3 -0
- package/dist/src/components/atoms/TextArea/TextArea.tsx +1 -0
- package/dist/src/components/molecules/AccordionItem/AccordionItem.js +1 -0
- package/dist/src/components/molecules/AccordionItem/AccordionItem.tsx +1 -0
- package/dist/src/components/molecules/BottomFixedBar/BottomFixedBar.tsx +1 -0
- package/dist/src/components/molecules/BottomOverlay/BottomOverlay.js +0 -12
- package/dist/src/components/molecules/BottomOverlay/BottomOverlay.tsx +0 -12
- package/dist/src/components/molecules/CountDownMessage/CountDownMessage.js +1 -0
- package/dist/src/components/molecules/CountDownMessage/CountDownMessage.tsx +1 -0
- package/dist/src/components/molecules/Feedback/Feedback.tsx +1 -0
- package/dist/src/components/molecules/FreeDocModalContent/FreeDocModalContent.tsx +1 -0
- package/dist/src/components/molecules/MenuItemsSection/MenuItemsSection.tsx +1 -0
- package/dist/src/components/molecules/NavBarDropDown/NavBarDropDown.js +2 -0
- package/dist/src/components/molecules/NavBarDropDown/NavBarDropDown.tsx +2 -1
- package/dist/src/components/molecules/Pagination/PageStepControl.js +1 -0
- package/dist/src/components/molecules/Pagination/PageStepControl.tsx +1 -0
- package/dist/src/components/molecules/Pagination/PageSteps.tsx +1 -0
- package/dist/src/components/molecules/Pagination/Pagination.js +1 -0
- package/dist/src/components/molecules/Pagination/Pagination.tsx +1 -0
- package/dist/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.tsx +2 -0
- package/dist/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobile.tsx +1 -0
- package/dist/src/components/molecules/PricingCard/PricingCard.js +1 -0
- package/dist/src/components/molecules/PricingCard/PricingCard.tsx +1 -0
- package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.styled.js +1 -8
- package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.styled.ts +1 -8
- package/dist/src/components/molecules/Snackbar/Snackbar.js +1 -0
- package/dist/src/components/molecules/Snackbar/Snackbar.tsx +1 -0
- package/dist/src/components/molecules/TextInput/Input.js +1 -0
- package/dist/src/components/molecules/TextInput/Input.tsx +1 -1
- package/dist/src/components/molecules/TextInput/TextInput.js +2 -0
- package/dist/src/components/molecules/TextInput/TextInput.scss +1 -1
- package/dist/src/components/molecules/TextInput/TextInput.tsx +2 -0
- package/dist/src/components/molecules/TextInput/TextInputMessage.tsx +1 -0
- package/dist/src/components/molecules/TextInput/TextInputTooltip.tsx +1 -0
- package/dist/src/components/molecules/TypeModulesList/TypeModulesList.tsx +1 -0
- package/dist/src/components/molecules/index.d.ts +0 -1
- package/dist/src/components/molecules/index.js +0 -1
- package/dist/src/components/molecules/index.ts +0 -1
- package/dist/src/components/organisms/Accordion/Accordion.context.js +1 -0
- package/dist/src/components/organisms/Accordion/Accordion.context.tsx +1 -0
- package/dist/src/components/organisms/Accordion/Accordion.js +1 -0
- package/dist/src/components/organisms/Accordion/Accordion.tsx +1 -0
- package/dist/src/components/organisms/ArticlesList/ArticlesList.tsx +1 -0
- package/dist/src/components/organisms/GuidelinesContent/GuidelinesContent.tsx +1 -0
- package/dist/src/components/organisms/MobileBottomBar/MobileBottomBar.tsx +1 -0
- package/dist/src/components/pages/AboutUsPage/AboutUsPage.tsx +1 -0
- package/dist/src/components/sections/AboutUsSection/AboutUsSection.tsx +1 -0
- package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.tsx +0 -1
- package/dist/src/components/sections/BlogSection/BlogSection.tsx +1 -0
- package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.tsx +1 -0
- package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.tsx +1 -1
- package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.js +1 -6
- package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.tsx +2 -8
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -5
- package/dist/images/png/preview-doc.png +0 -0
- package/dist/src/components/molecules/SubtypeDocumentCard/SubtypeDocumentCard.d.ts +0 -4
- package/dist/src/components/molecules/SubtypeDocumentCard/SubtypeDocumentCard.js +0 -7
- package/dist/src/components/molecules/SubtypeDocumentCard/SubtypeDocumentCard.styled.d.ts +0 -1
- package/dist/src/components/molecules/SubtypeDocumentCard/SubtypeDocumentCard.styled.js +0 -161
- package/dist/src/components/molecules/SubtypeDocumentCard/SubtypeDocumentCard.styled.ts +0 -162
- package/dist/src/components/molecules/SubtypeDocumentCard/SubtypeDocumentCard.tsx +0 -37
- package/dist/src/components/molecules/SubtypeDocumentCard/SubtypeDocumentCardProps.types.d.ts +0 -10
- package/dist/src/components/molecules/SubtypeDocumentCard/SubtypeDocumentCardProps.types.js +0 -1
- package/dist/src/components/molecules/SubtypeDocumentCard/SubtypeDocumentCardProps.types.ts +0 -11
- package/dist/src/components/molecules/SubtypeDocumentCard/index.d.ts +0 -2
- package/dist/src/components/molecules/SubtypeDocumentCard/index.js +0 -1
- package/dist/src/components/molecules/SubtypeDocumentCard/index.ts +0 -2
package/dist/css/styles.css
CHANGED
|
@@ -946,16 +946,6 @@ html[data-theme=lawdistrict] .e-button.--primary-3 {
|
|
|
946
946
|
.e-button--fluid {
|
|
947
947
|
width: 100%;
|
|
948
948
|
}
|
|
949
|
-
.e-button.create-doc-button {
|
|
950
|
-
border: none;
|
|
951
|
-
}
|
|
952
|
-
.e-button.download-icon::before {
|
|
953
|
-
content: "";
|
|
954
|
-
width: 1rem;
|
|
955
|
-
height: 1rem;
|
|
956
|
-
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC4wMjc1IDcuNDIyNzlMOC43MjIyMiA4Ljg3MzA3VjEuODA1NTdDOC43MjIyMiAxLjQwNjY5IDguMzk4ODcgMS4wODMzNCA4IDEuMDgzMzRDNy42MDExMyAxLjA4MzM0IDcuMjc3NzggMS40MDY2OSA3LjI3Nzc4IDEuODA1NTdWOC44NzMwN0w1Ljk3MjQ5IDcuNDIyNzlDNS42NzA1OCA3LjA4NzM1IDUuMTQ0NDIgNy4wODc4NSA0Ljg0MzE2IDcuNDIzODhDNC41ODQ2NSA3LjcxMjIxIDQuNTg0NjUgOC4xNDg5MiA0Ljg0MzE2IDguNDM3MjVMNy4yNTU0MyAxMS4xMjc5QzcuNjUyODUgMTEuNTcxMSA4LjM0NzE1IDExLjU3MTEgOC43NDQ1NyAxMS4xMjc5TDExLjE1NjggOC40MzcyNUMxMS40MTUzIDguMTQ4OTIgMTEuNDE1MyA3LjcxMjIxIDExLjE1NjggNy40MjM4OEMxMC44NTU2IDcuMDg3ODUgMTAuMzI5NCA3LjA4NzM1IDEwLjAyNzUgNy40MjI3OVpNMTMuMDU1NiA5LjA1NTU2QzEzLjA1NTYgOC42NTY2OSAxMy4zNzg5IDguMzMzMzQgMTMuNzc3OCA4LjMzMzM0QzE0LjE3NjcgOC4zMzMzNCAxNC41IDguNjU2NjkgMTQuNSA5LjA1NTU2VjE0LjU4MzNDMTQuNSAxNS4xMzU2IDE0LjA1MjMgMTUuNTgzMyAxMy41IDE1LjU4MzNIMi41QzEuOTQ3NzIgMTUuNTgzMyAxLjUgMTUuMTM1NiAxLjUgMTQuNTgzM1Y5LjA1NTU2QzEuNSA4LjY1NjY5IDEuODIzMzUgOC4zMzMzNCAyLjIyMjIyIDguMzMzMzRDMi42MjEwOSA4LjMzMzM0IDIuOTQ0NDQgOC42NTY2OSAyLjk0NDQ0IDkuMDU1NTdWMTMuOTcyMkgxMy4wNTU2VjkuMDU1NTZaIiBmaWxsPSIjM0Q0MDQyIi8+Cjwvc3ZnPgo=);
|
|
957
|
-
margin-right: 0.5rem;
|
|
958
|
-
}
|
|
959
949
|
.button--secondary-3 {
|
|
960
950
|
color: var(--neutral-neutral-1);
|
|
961
951
|
display: flex;
|
|
@@ -990,7 +980,7 @@ html[data-theme=lawdistrict] .e-button.--primary-3 {
|
|
|
990
980
|
.button--secondary-4:hover {
|
|
991
981
|
background-color: var(--neutral-neutral-1);
|
|
992
982
|
}
|
|
993
|
-
.button--tertiary
|
|
983
|
+
.button--tertiary {
|
|
994
984
|
font-weight: bold;
|
|
995
985
|
padding: 0.5rem 1rem;
|
|
996
986
|
display: inline-block;
|
|
@@ -998,25 +988,12 @@ html[data-theme=lawdistrict] .e-button.--primary-3 {
|
|
|
998
988
|
border: none;
|
|
999
989
|
background: none;
|
|
1000
990
|
}
|
|
1001
|
-
.button--tertiary
|
|
991
|
+
.button--tertiary:hover {
|
|
1002
992
|
background-color: var(--button-tertiary-hover);
|
|
1003
993
|
}
|
|
1004
994
|
.button--small {
|
|
1005
995
|
line-height: 1;
|
|
1006
996
|
}
|
|
1007
|
-
.button--tertiary-2 {
|
|
1008
|
-
background-color: transparent;
|
|
1009
|
-
border: 1px solid var(--neutral-neutral-3);
|
|
1010
|
-
color: var(--button-secondary);
|
|
1011
|
-
font-weight: bold;
|
|
1012
|
-
padding: 0.3rem 0.5rem;
|
|
1013
|
-
}
|
|
1014
|
-
.button--tertiary-2:hover {
|
|
1015
|
-
background-color: var(--button-secondary-hover);
|
|
1016
|
-
}
|
|
1017
|
-
.button--small {
|
|
1018
|
-
line-height: 1;
|
|
1019
|
-
}
|
|
1020
997
|
.button--medium {
|
|
1021
998
|
line-height: 1.5;
|
|
1022
999
|
}
|
|
@@ -2225,7 +2202,7 @@ h2.react-datepicker__current-month {
|
|
|
2225
2202
|
.e-text {
|
|
2226
2203
|
display: flex;
|
|
2227
2204
|
flex-direction: column-reverse;
|
|
2228
|
-
margin-bottom:
|
|
2205
|
+
margin-bottom: 2rem;
|
|
2229
2206
|
position: relative;
|
|
2230
2207
|
}
|
|
2231
2208
|
.e-text input {
|
|
@@ -19,8 +19,7 @@ const Button = ({ label, dataQa, labelMobile, link, LinkComponent = null, noLink
|
|
|
19
19
|
'--secondary-icon': color === 'secondaryIcon',
|
|
20
20
|
'--secondary-icon --bold': color === 'secondaryIconBold',
|
|
21
21
|
'--secondary-icon --dark': color === 'secondaryIconDark',
|
|
22
|
-
'button--tertiary
|
|
23
|
-
'button--tertiary-2': color === 'tertiary2',
|
|
22
|
+
'button--tertiary': color === 'tertiary',
|
|
24
23
|
'--styleless': color === 'styleless',
|
|
25
24
|
'--transparent': color === 'transparent',
|
|
26
25
|
'--disabled': disabled,
|
|
@@ -211,20 +211,6 @@ html[data-theme='lawdistrict'] {
|
|
|
211
211
|
&--fluid {
|
|
212
212
|
width: 100%;
|
|
213
213
|
}
|
|
214
|
-
|
|
215
|
-
&.create-doc-button {
|
|
216
|
-
border: none;
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
&.download-icon {
|
|
220
|
-
&::before {
|
|
221
|
-
content: '';
|
|
222
|
-
width: 1rem;
|
|
223
|
-
height: 1rem;
|
|
224
|
-
background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC4wMjc1IDcuNDIyNzlMOC43MjIyMiA4Ljg3MzA3VjEuODA1NTdDOC43MjIyMiAxLjQwNjY5IDguMzk4ODcgMS4wODMzNCA4IDEuMDgzMzRDNy42MDExMyAxLjA4MzM0IDcuMjc3NzggMS40MDY2OSA3LjI3Nzc4IDEuODA1NTdWOC44NzMwN0w1Ljk3MjQ5IDcuNDIyNzlDNS42NzA1OCA3LjA4NzM1IDUuMTQ0NDIgNy4wODc4NSA0Ljg0MzE2IDcuNDIzODhDNC41ODQ2NSA3LjcxMjIxIDQuNTg0NjUgOC4xNDg5MiA0Ljg0MzE2IDguNDM3MjVMNy4yNTU0MyAxMS4xMjc5QzcuNjUyODUgMTEuNTcxMSA4LjM0NzE1IDExLjU3MTEgOC43NDQ1NyAxMS4xMjc5TDExLjE1NjggOC40MzcyNUMxMS40MTUzIDguMTQ4OTIgMTEuNDE1MyA3LjcxMjIxIDExLjE1NjggNy40MjM4OEMxMC44NTU2IDcuMDg3ODUgMTAuMzI5NCA3LjA4NzM1IDEwLjAyNzUgNy40MjI3OVpNMTMuMDU1NiA5LjA1NTU2QzEzLjA1NTYgOC42NTY2OSAxMy4zNzg5IDguMzMzMzQgMTMuNzc3OCA4LjMzMzM0QzE0LjE3NjcgOC4zMzMzNCAxNC41IDguNjU2NjkgMTQuNSA5LjA1NTU2VjE0LjU4MzNDMTQuNSAxNS4xMzU2IDE0LjA1MjMgMTUuNTgzMyAxMy41IDE1LjU4MzNIMi41QzEuOTQ3NzIgMTUuNTgzMyAxLjUgMTUuMTM1NiAxLjUgMTQuNTgzM1Y5LjA1NTU2QzEuNSA4LjY1NjY5IDEuODIzMzUgOC4zMzMzNCAyLjIyMjIyIDguMzMzMzRDMi42MjEwOSA4LjMzMzM0IDIuOTQ0NDQgOC42NTY2OSAyLjk0NDQ0IDkuMDU1NTdWMTMuOTcyMkgxMy4wNTU2VjkuMDU1NTZaIiBmaWxsPSIjM0Q0MDQyIi8+Cjwvc3ZnPgo=');
|
|
225
|
-
margin-right: 0.5rem;
|
|
226
|
-
}
|
|
227
|
-
}
|
|
228
214
|
}
|
|
229
215
|
|
|
230
216
|
.button--secondary-3 {
|
|
@@ -269,7 +255,7 @@ html[data-theme='lawdistrict'] {
|
|
|
269
255
|
}
|
|
270
256
|
}
|
|
271
257
|
|
|
272
|
-
.button--tertiary
|
|
258
|
+
.button--tertiary {
|
|
273
259
|
font-weight: bold;
|
|
274
260
|
padding: 0.5rem 1rem;
|
|
275
261
|
display: inline-block;
|
|
@@ -286,22 +272,6 @@ html[data-theme='lawdistrict'] {
|
|
|
286
272
|
line-height: 1;
|
|
287
273
|
}
|
|
288
274
|
|
|
289
|
-
.button--tertiary-2 {
|
|
290
|
-
background-color: transparent;
|
|
291
|
-
border: 1px solid get-color(neutral, neutral-3);
|
|
292
|
-
color: var(--button-secondary);
|
|
293
|
-
font-weight: bold;
|
|
294
|
-
padding: 0.3rem 0.5rem;
|
|
295
|
-
|
|
296
|
-
&:hover {
|
|
297
|
-
background-color: var(--button-secondary-hover);
|
|
298
|
-
}
|
|
299
|
-
}
|
|
300
|
-
|
|
301
|
-
.button--small {
|
|
302
|
-
line-height: 1;
|
|
303
|
-
}
|
|
304
|
-
|
|
305
275
|
.button--medium {
|
|
306
276
|
line-height: 1.5;
|
|
307
277
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* eslint-disable @typescript-eslint/no-unnecessary-condition */
|
|
1
2
|
/* eslint-disable @typescript-eslint/strict-boolean-expressions */
|
|
2
3
|
import React, { type FC } from 'react'
|
|
3
4
|
import classNames from 'classnames'
|
|
@@ -47,8 +48,7 @@ const Button: FC<ButtonProps> = ({
|
|
|
47
48
|
'--secondary-icon': color === 'secondaryIcon',
|
|
48
49
|
'--secondary-icon --bold': color === 'secondaryIconBold',
|
|
49
50
|
'--secondary-icon --dark': color === 'secondaryIconDark',
|
|
50
|
-
'button--tertiary
|
|
51
|
-
'button--tertiary-2': color === 'tertiary2',
|
|
51
|
+
'button--tertiary': color === 'tertiary',
|
|
52
52
|
'--styleless': color === 'styleless',
|
|
53
53
|
'--transparent': color === 'transparent',
|
|
54
54
|
'--disabled': disabled,
|
|
@@ -8,7 +8,7 @@ export interface ButtonProps {
|
|
|
8
8
|
noLinkNoFunc?: boolean;
|
|
9
9
|
onClick?: (functionParameters?: any) => void;
|
|
10
10
|
functionParameters?: any;
|
|
11
|
-
color?: 'primary' | 'primary2' | 'primary3' | 'primary4' | 'secondary' | 'secondary2' | 'secondary3' | 'secondary4' | 'secondaryIcon' | 'secondaryIconBold' | 'secondaryIconDark' | 'tertiary' | '
|
|
11
|
+
color?: 'primary' | 'primary2' | 'primary3' | 'primary4' | 'secondary' | 'secondary2' | 'secondary3' | 'secondary4' | 'secondaryIcon' | 'secondaryIconBold' | 'secondaryIconDark' | 'tertiary' | 'styleless' | 'transparent';
|
|
12
12
|
error?: boolean;
|
|
13
13
|
disabled?: boolean;
|
|
14
14
|
fluid?: boolean;
|
|
@@ -1,4 +1,8 @@
|
|
|
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 */
|
|
2
6
|
import DatePicker, { registerLocale } from 'react-datepicker';
|
|
3
7
|
import { useState } from 'react';
|
|
4
8
|
import { de } from 'date-fns/locale';
|
|
@@ -1,3 +1,7 @@
|
|
|
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 */
|
|
1
5
|
import DatePicker, { registerLocale } from 'react-datepicker'
|
|
2
6
|
import React, { type FC, useState } from 'react'
|
|
3
7
|
import { de } from 'date-fns/locale'
|