@npm_leadtech/legal-lib-components 5.1.2 → 5.2.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.
Files changed (126) hide show
  1. package/dist/css/styles.css +0 -1
  2. package/dist/src/components/atoms/Button/Button.tsx +1 -0
  3. package/dist/src/components/atoms/Button/ButtonProps.types.ts +1 -0
  4. package/dist/src/components/atoms/ButtonIcon/ButtonIconProps.types.ts +1 -0
  5. package/dist/src/components/atoms/CardPane/CardPane.tsx +1 -0
  6. package/dist/src/components/atoms/CardPane/CardPaneInfo.tsx +2 -0
  7. package/dist/src/components/atoms/Checkbox/CheckboxProps.types.ts +1 -0
  8. package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.js +4 -0
  9. package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.tsx +4 -0
  10. package/dist/src/components/atoms/DatePickerCustom/DatePickerCustomProps.types.ts +1 -0
  11. package/dist/src/components/atoms/DatePickerCustom/index.js.map +2 -2
  12. package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.js +3 -1
  13. package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.tsx +4 -1
  14. package/dist/src/components/atoms/Disclaimer/Disclaimer.js +1 -0
  15. package/dist/src/components/atoms/Disclaimer/Disclaimer.tsx +1 -0
  16. package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.js +1 -0
  17. package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.tsx +1 -0
  18. package/dist/src/components/atoms/Divider/Divider.tsx +2 -0
  19. package/dist/src/components/atoms/Divider/DividerProps.types.ts +1 -0
  20. package/dist/src/components/atoms/GoogleButton/GoogleButton.tsx +1 -0
  21. package/dist/src/components/atoms/IconImage/IconImage.tsx +1 -0
  22. package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.tsx +1 -0
  23. package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.js +1 -0
  24. package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.tsx +1 -0
  25. package/dist/src/components/atoms/InfoBox/InfoBox.tsx +2 -1
  26. package/dist/src/components/atoms/InfoBox/InfoBoxProps.types.ts +1 -0
  27. package/dist/src/components/atoms/Logo/Logo.tsx +3 -0
  28. package/dist/src/components/atoms/LogoText/LogoTextProps.types.ts +1 -0
  29. package/dist/src/components/atoms/MenuItems/MenuItemProps.types.ts +1 -0
  30. package/dist/src/components/atoms/MenuItems/MenuItems.js +4 -0
  31. package/dist/src/components/atoms/MenuItems/MenuItems.tsx +4 -0
  32. package/dist/src/components/atoms/MessageInformation/MessageInformation.tsx +1 -0
  33. package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.js +1 -1
  34. package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.tsx +1 -1
  35. package/dist/src/components/atoms/NavMenuItem/NavMenuItemProps.d.ts +2 -2
  36. package/dist/src/components/atoms/NavMenuItem/NavMenuItemProps.ts +2 -2
  37. package/dist/src/components/atoms/PaypalButton/PaypalButton.tsx +1 -0
  38. package/dist/src/components/atoms/PopularDocsItem/PopularDocsItem.js +1 -1
  39. package/dist/src/components/atoms/PopularDocsItem/PopularDocsItem.tsx +1 -1
  40. package/dist/src/components/atoms/ProgressBar/ProgressBar.tsx +1 -0
  41. package/dist/src/components/atoms/ProgressBar/ProgressBarProps.types.ts +1 -0
  42. package/dist/src/components/atoms/Radio/Radio.js +1 -1
  43. package/dist/src/components/atoms/Radio/Radio.tsx +4 -2
  44. package/dist/src/components/atoms/Radio/RadioProps.types.d.ts +2 -2
  45. package/dist/src/components/atoms/Radio/RadioProps.types.ts +1 -1
  46. package/dist/src/components/atoms/RemoveButton/RemoveButton.tsx +1 -0
  47. package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.tsx +0 -2
  48. package/dist/src/components/atoms/RichTextStrapi/useFormattedText.js +1 -0
  49. package/dist/src/components/atoms/RichTextStrapi/useFormattedText.tsx +1 -0
  50. package/dist/src/components/atoms/SearchSelect/SearchSelect.js +2 -2
  51. package/dist/src/components/atoms/SearchSelect/SearchSelect.tsx +8 -3
  52. package/dist/src/components/atoms/SearchSelect/SearchSelectProps.types.ts +1 -0
  53. package/dist/src/components/atoms/SidemenuTab/SideMenuTabProps.types.ts +1 -0
  54. package/dist/src/components/atoms/SidemenuTab/SidemenuTab.tsx +2 -0
  55. package/dist/src/components/atoms/TestAB/TestAB.js +4 -1
  56. package/dist/src/components/atoms/TestAB/TestAB.tsx +5 -1
  57. package/dist/src/components/atoms/TextArea/TextArea.tsx +1 -0
  58. package/dist/src/components/atoms/Tooltip/TooltipProps.types.d.ts +1 -1
  59. package/dist/src/components/atoms/Tooltip/TooltipProps.types.ts +2 -1
  60. package/dist/src/components/atoms/WideInfoBar/WideInfoBar.d.ts +1 -1
  61. package/dist/src/components/atoms/WideInfoBar/WideInfoBar.tsx +1 -1
  62. package/dist/src/components/molecules/AccordionItem/AccordionItem.d.ts +2 -1
  63. package/dist/src/components/molecules/AccordionItem/AccordionItem.js +2 -3
  64. package/dist/src/components/molecules/AccordionItem/AccordionItem.tsx +3 -4
  65. package/dist/src/components/molecules/AlsoKnownAs/AlsoKnownAs.js +1 -1
  66. package/dist/src/components/molecules/AlsoKnownAs/AlsoKnownAs.tsx +1 -1
  67. package/dist/src/components/molecules/BaseBoxList/BaseBoxListProps.types.ts +1 -0
  68. package/dist/src/components/molecules/BottomFixedBar/BottomFixedBar.tsx +1 -0
  69. package/dist/src/components/molecules/BottomOverlay/BottomOverlay.js +2 -1
  70. package/dist/src/components/molecules/BottomOverlay/BottomOverlay.tsx +2 -1
  71. package/dist/src/components/molecules/BottomOverlay/BottomOverlayProps.types.ts +1 -0
  72. package/dist/src/components/molecules/BoxForm/BoxFormProps.types.ts +1 -0
  73. package/dist/src/components/molecules/Breadcrumb/BreadcrumbProps.types.d.ts +2 -2
  74. package/dist/src/components/molecules/Breadcrumb/BreadcrumbProps.types.ts +1 -1
  75. package/dist/src/components/molecules/CountDownMessage/CountDownMessage.js +1 -0
  76. package/dist/src/components/molecules/CountDownMessage/CountDownMessage.tsx +1 -0
  77. package/dist/src/components/molecules/Feedback/Feedback.js +1 -1
  78. package/dist/src/components/molecules/Feedback/Feedback.tsx +2 -1
  79. package/dist/src/components/molecules/FreeDocModalContent/FreeDocModalContent.tsx +1 -0
  80. package/dist/src/components/molecules/MenuItemsSection/MenuItemsSection.tsx +1 -0
  81. package/dist/src/components/molecules/NavBarDropDown/NavBarDropDown.js +2 -0
  82. package/dist/src/components/molecules/NavBarDropDown/NavBarDropDown.tsx +2 -0
  83. package/dist/src/components/molecules/Pagination/PageStepControl.js +1 -0
  84. package/dist/src/components/molecules/Pagination/PageStepControl.tsx +1 -0
  85. package/dist/src/components/molecules/Pagination/PageSteps.tsx +1 -0
  86. package/dist/src/components/molecules/Pagination/Pagination.js +1 -0
  87. package/dist/src/components/molecules/Pagination/Pagination.tsx +1 -0
  88. package/dist/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.tsx +2 -0
  89. package/dist/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobile.tsx +1 -0
  90. package/dist/src/components/molecules/PricingCard/PricingCard.js +3 -2
  91. package/dist/src/components/molecules/PricingCard/PricingCard.tsx +4 -3
  92. package/dist/src/components/molecules/PricingCard/PricingCardProps.types.ts +1 -0
  93. package/dist/src/components/molecules/Snackbar/Snackbar.js +1 -0
  94. package/dist/src/components/molecules/Snackbar/Snackbar.tsx +1 -0
  95. package/dist/src/components/molecules/Snackbar/SnackbarProps.types.ts +1 -0
  96. package/dist/src/components/molecules/TextInput/Input.js +2 -0
  97. package/dist/src/components/molecules/TextInput/Input.tsx +2 -0
  98. package/dist/src/components/molecules/TextInput/TextInput.js +4 -2
  99. package/dist/src/components/molecules/TextInput/TextInput.tsx +3 -2
  100. package/dist/src/components/molecules/TextInput/TextInputMessage.tsx +1 -0
  101. package/dist/src/components/molecules/TextInput/TextInputProps.types.ts +1 -0
  102. package/dist/src/components/molecules/TextInput/TextInputTooltip.tsx +1 -0
  103. package/dist/src/components/molecules/TooltipMenu/TooltipMenuProps.types.d.ts +2 -2
  104. package/dist/src/components/molecules/TooltipMenu/TooltipMenuProps.types.ts +2 -2
  105. package/dist/src/components/molecules/TypeModulesList/TypeModulesList.tsx +1 -0
  106. package/dist/src/components/organisms/Accordion/Accordion.context.d.ts +1 -1
  107. package/dist/src/components/organisms/Accordion/Accordion.context.js +2 -0
  108. package/dist/src/components/organisms/Accordion/Accordion.context.tsx +4 -2
  109. package/dist/src/components/organisms/Accordion/Accordion.d.ts +2 -1
  110. package/dist/src/components/organisms/Accordion/Accordion.js +1 -0
  111. package/dist/src/components/organisms/Accordion/Accordion.tsx +2 -1
  112. package/dist/src/components/organisms/ArticlesList/ArticlesList.tsx +1 -0
  113. package/dist/src/components/organisms/MobileBottomBar/MobileBottomBar.tsx +1 -0
  114. package/dist/src/components/organisms/MobileBottomBar/MobileBottomBarProps.types.ts +1 -0
  115. package/dist/src/components/pages/AboutUsPage/AboutUsPage.tsx +1 -0
  116. package/dist/src/components/pages/ErrorRatafiaPage/ErrorRatafiaPageProps.types.ts +1 -0
  117. package/dist/src/components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPageProps.types.ts +1 -0
  118. package/dist/src/components/sections/AboutUsSection/AboutUsSection.tsx +1 -0
  119. package/dist/src/components/sections/AsideMenuSection/AsideMenuSectionProps.d.ts +2 -2
  120. package/dist/src/components/sections/AsideMenuSection/AsideMenuSectionProps.ts +2 -2
  121. package/dist/src/components/sections/BlogSection/BlogSection.tsx +1 -0
  122. package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.tsx +1 -0
  123. package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.scss +0 -1
  124. package/dist/src/custom.d.ts +1 -0
  125. package/dist/tsconfig.build.tsbuildinfo +1 -1
  126. package/package.json +34 -34
@@ -8331,7 +8331,6 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
8331
8331
  .whyLawDistrictSection {
8332
8332
  text-align: center;
8333
8333
  background-color: var(--neutral-neutral-6);
8334
- margin-bottom: 3rem;
8335
8334
  width: 100%;
8336
8335
  padding-bottom: 2rem;
8337
8336
  display: flex;
@@ -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'
@@ -1,3 +1,4 @@
1
+ /* eslint-disable @typescript-eslint/no-explicit-any */
1
2
  export interface ButtonProps {
2
3
  label: string
3
4
  dataQa: string
@@ -1,3 +1,4 @@
1
+ /* eslint-disable @typescript-eslint/no-explicit-any */
1
2
  export interface ButtonIconProps {
2
3
  dataQa?: string
3
4
  link?: string
@@ -1,3 +1,4 @@
1
+ /* eslint-disable @typescript-eslint/no-unnecessary-condition */
1
2
  import React, { type FC } from 'react'
2
3
 
3
4
  import CardPaneInfo from './CardPaneInfo'
@@ -1,3 +1,5 @@
1
+ /* eslint-disable @typescript-eslint/no-unnecessary-condition */
2
+ /* eslint-disable @typescript-eslint/no-unsafe-assignment */
1
3
  import React, { type FC } from 'react'
2
4
 
3
5
  import { type CardPaneInfoProps } from './CardPaneProps.types'
@@ -1,3 +1,4 @@
1
+ /* eslint-disable @typescript-eslint/no-explicit-any */
1
2
  export interface CheckboxProps {
2
3
  dataQa: string
3
4
  id?: string
@@ -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'
@@ -1,3 +1,4 @@
1
+ /* eslint-disable @typescript-eslint/no-explicit-any */
1
2
  export interface DatePickerCustomProps {
2
3
  id?: string
3
4
  name?: string