@npm_leadtech/legal-lib-components 5.0.1 → 5.0.2

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 (124) hide show
  1. package/dist/src/components/atoms/Button/Button.tsx +1 -0
  2. package/dist/src/components/atoms/Button/ButtonProps.types.ts +1 -0
  3. package/dist/src/components/atoms/ButtonIcon/ButtonIconProps.types.ts +1 -0
  4. package/dist/src/components/atoms/CardPane/CardPane.tsx +1 -0
  5. package/dist/src/components/atoms/CardPane/CardPaneInfo.tsx +2 -0
  6. package/dist/src/components/atoms/Checkbox/CheckboxProps.types.ts +1 -0
  7. package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.js +4 -0
  8. package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.tsx +4 -0
  9. package/dist/src/components/atoms/DatePickerCustom/DatePickerCustomProps.types.ts +1 -0
  10. package/dist/src/components/atoms/DatePickerCustom/index.js.map +2 -2
  11. package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.js +3 -1
  12. package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.tsx +4 -1
  13. package/dist/src/components/atoms/Disclaimer/Disclaimer.js +1 -0
  14. package/dist/src/components/atoms/Disclaimer/Disclaimer.tsx +1 -0
  15. package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.js +1 -0
  16. package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.tsx +1 -0
  17. package/dist/src/components/atoms/Divider/Divider.tsx +2 -0
  18. package/dist/src/components/atoms/Divider/DividerProps.types.ts +1 -0
  19. package/dist/src/components/atoms/GoogleButton/GoogleButton.tsx +1 -0
  20. package/dist/src/components/atoms/IconImage/IconImage.tsx +1 -0
  21. package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.tsx +1 -0
  22. package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.js +1 -0
  23. package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.tsx +1 -0
  24. package/dist/src/components/atoms/InfoBox/InfoBox.tsx +2 -1
  25. package/dist/src/components/atoms/InfoBox/InfoBoxProps.types.ts +1 -0
  26. package/dist/src/components/atoms/Logo/Logo.tsx +3 -0
  27. package/dist/src/components/atoms/LogoText/LogoTextProps.types.ts +1 -0
  28. package/dist/src/components/atoms/MenuItems/MenuItemProps.types.ts +1 -0
  29. package/dist/src/components/atoms/MenuItems/MenuItems.js +4 -0
  30. package/dist/src/components/atoms/MenuItems/MenuItems.tsx +4 -0
  31. package/dist/src/components/atoms/MessageInformation/MessageInformation.tsx +1 -0
  32. package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.js +1 -1
  33. package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.tsx +1 -1
  34. package/dist/src/components/atoms/NavMenuItem/NavMenuItemProps.d.ts +2 -2
  35. package/dist/src/components/atoms/NavMenuItem/NavMenuItemProps.ts +2 -2
  36. package/dist/src/components/atoms/PaypalButton/PaypalButton.tsx +1 -0
  37. package/dist/src/components/atoms/PopularDocsItem/PopularDocsItem.js +1 -1
  38. package/dist/src/components/atoms/PopularDocsItem/PopularDocsItem.tsx +1 -1
  39. package/dist/src/components/atoms/ProgressBar/ProgressBar.tsx +1 -0
  40. package/dist/src/components/atoms/ProgressBar/ProgressBarProps.types.ts +1 -0
  41. package/dist/src/components/atoms/Radio/Radio.js +1 -1
  42. package/dist/src/components/atoms/Radio/Radio.tsx +4 -2
  43. package/dist/src/components/atoms/Radio/RadioProps.types.d.ts +2 -2
  44. package/dist/src/components/atoms/Radio/RadioProps.types.ts +1 -1
  45. package/dist/src/components/atoms/RemoveButton/RemoveButton.tsx +1 -0
  46. package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.tsx +0 -2
  47. package/dist/src/components/atoms/RichTextStrapi/useFormattedText.js +1 -0
  48. package/dist/src/components/atoms/RichTextStrapi/useFormattedText.tsx +1 -0
  49. package/dist/src/components/atoms/SearchSelect/SearchSelect.js +2 -2
  50. package/dist/src/components/atoms/SearchSelect/SearchSelect.tsx +8 -3
  51. package/dist/src/components/atoms/SearchSelect/SearchSelectProps.types.ts +1 -0
  52. package/dist/src/components/atoms/SidemenuTab/SideMenuTabProps.types.ts +1 -0
  53. package/dist/src/components/atoms/SidemenuTab/SidemenuTab.tsx +2 -0
  54. package/dist/src/components/atoms/TestAB/TestAB.js +4 -1
  55. package/dist/src/components/atoms/TestAB/TestAB.tsx +5 -1
  56. package/dist/src/components/atoms/TextArea/TextArea.tsx +1 -0
  57. package/dist/src/components/atoms/Tooltip/TooltipProps.types.d.ts +1 -1
  58. package/dist/src/components/atoms/Tooltip/TooltipProps.types.ts +2 -1
  59. package/dist/src/components/atoms/WideInfoBar/WideInfoBar.d.ts +1 -1
  60. package/dist/src/components/atoms/WideInfoBar/WideInfoBar.tsx +1 -1
  61. package/dist/src/components/molecules/AccordionItem/AccordionItem.d.ts +2 -1
  62. package/dist/src/components/molecules/AccordionItem/AccordionItem.js +2 -3
  63. package/dist/src/components/molecules/AccordionItem/AccordionItem.tsx +3 -4
  64. package/dist/src/components/molecules/AlsoKnownAs/AlsoKnownAs.js +1 -1
  65. package/dist/src/components/molecules/AlsoKnownAs/AlsoKnownAs.tsx +1 -1
  66. package/dist/src/components/molecules/BaseBoxList/BaseBoxListProps.types.ts +1 -0
  67. package/dist/src/components/molecules/BottomFixedBar/BottomFixedBar.tsx +1 -0
  68. package/dist/src/components/molecules/BottomOverlay/BottomOverlay.js +2 -1
  69. package/dist/src/components/molecules/BottomOverlay/BottomOverlay.tsx +2 -1
  70. package/dist/src/components/molecules/BottomOverlay/BottomOverlayProps.types.ts +1 -0
  71. package/dist/src/components/molecules/BoxForm/BoxFormProps.types.ts +1 -0
  72. package/dist/src/components/molecules/Breadcrumb/BreadcrumbProps.types.d.ts +2 -2
  73. package/dist/src/components/molecules/Breadcrumb/BreadcrumbProps.types.ts +1 -1
  74. package/dist/src/components/molecules/CountDownMessage/CountDownMessage.js +1 -0
  75. package/dist/src/components/molecules/CountDownMessage/CountDownMessage.tsx +1 -0
  76. package/dist/src/components/molecules/Feedback/Feedback.js +1 -1
  77. package/dist/src/components/molecules/Feedback/Feedback.tsx +2 -1
  78. package/dist/src/components/molecules/FreeDocModalContent/FreeDocModalContent.tsx +1 -0
  79. package/dist/src/components/molecules/MenuItemsSection/MenuItemsSection.tsx +1 -0
  80. package/dist/src/components/molecules/NavBarDropDown/NavBarDropDown.js +2 -0
  81. package/dist/src/components/molecules/NavBarDropDown/NavBarDropDown.tsx +2 -0
  82. package/dist/src/components/molecules/Pagination/PageStepControl.js +1 -0
  83. package/dist/src/components/molecules/Pagination/PageStepControl.tsx +1 -0
  84. package/dist/src/components/molecules/Pagination/PageSteps.tsx +1 -0
  85. package/dist/src/components/molecules/Pagination/Pagination.js +1 -0
  86. package/dist/src/components/molecules/Pagination/Pagination.tsx +1 -0
  87. package/dist/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.tsx +2 -0
  88. package/dist/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobile.tsx +1 -0
  89. package/dist/src/components/molecules/PricingCard/PricingCard.js +3 -2
  90. package/dist/src/components/molecules/PricingCard/PricingCard.tsx +4 -3
  91. package/dist/src/components/molecules/PricingCard/PricingCardProps.types.ts +1 -0
  92. package/dist/src/components/molecules/Snackbar/Snackbar.js +1 -0
  93. package/dist/src/components/molecules/Snackbar/Snackbar.tsx +1 -0
  94. package/dist/src/components/molecules/Snackbar/SnackbarProps.types.ts +1 -0
  95. package/dist/src/components/molecules/TextInput/Input.js +2 -0
  96. package/dist/src/components/molecules/TextInput/Input.tsx +2 -0
  97. package/dist/src/components/molecules/TextInput/TextInput.js +4 -2
  98. package/dist/src/components/molecules/TextInput/TextInput.tsx +3 -2
  99. package/dist/src/components/molecules/TextInput/TextInputMessage.tsx +1 -0
  100. package/dist/src/components/molecules/TextInput/TextInputProps.types.ts +1 -0
  101. package/dist/src/components/molecules/TextInput/TextInputTooltip.tsx +1 -0
  102. package/dist/src/components/molecules/TooltipMenu/TooltipMenuProps.types.d.ts +2 -2
  103. package/dist/src/components/molecules/TooltipMenu/TooltipMenuProps.types.ts +2 -2
  104. package/dist/src/components/molecules/TypeModulesList/TypeModulesList.tsx +1 -0
  105. package/dist/src/components/organisms/Accordion/Accordion.context.d.ts +1 -1
  106. package/dist/src/components/organisms/Accordion/Accordion.context.js +2 -0
  107. package/dist/src/components/organisms/Accordion/Accordion.context.tsx +4 -2
  108. package/dist/src/components/organisms/Accordion/Accordion.d.ts +2 -1
  109. package/dist/src/components/organisms/Accordion/Accordion.js +1 -0
  110. package/dist/src/components/organisms/Accordion/Accordion.tsx +2 -1
  111. package/dist/src/components/organisms/ArticlesList/ArticlesList.tsx +1 -0
  112. package/dist/src/components/organisms/MobileBottomBar/MobileBottomBar.tsx +1 -0
  113. package/dist/src/components/organisms/MobileBottomBar/MobileBottomBarProps.types.ts +1 -0
  114. package/dist/src/components/pages/AboutUsPage/AboutUsPage.tsx +1 -0
  115. package/dist/src/components/pages/ErrorRatafiaPage/ErrorRatafiaPageProps.types.ts +1 -0
  116. package/dist/src/components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPageProps.types.ts +1 -0
  117. package/dist/src/components/sections/AboutUsSection/AboutUsSection.tsx +1 -0
  118. package/dist/src/components/sections/AsideMenuSection/AsideMenuSectionProps.d.ts +2 -2
  119. package/dist/src/components/sections/AsideMenuSection/AsideMenuSectionProps.ts +2 -2
  120. package/dist/src/components/sections/BlogSection/BlogSection.tsx +1 -0
  121. package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.tsx +1 -0
  122. package/dist/src/custom.d.ts +1 -0
  123. package/dist/tsconfig.build.tsbuildinfo +1 -1
  124. package/package.json +35 -35

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.