@npm_leadtech/legal-lib-components 2.16.0 → 2.17.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 (276) hide show
  1. package/dist/cjs/index.js +1 -1
  2. package/dist/cjs/index.js.map +1 -1
  3. package/dist/cjs/legal-lib-components.css +36 -1
  4. package/dist/cjs/src/components/molecules/ContinueEditingBanner/ContinueEditingBanner.d.ts +4 -0
  5. package/dist/cjs/src/components/molecules/ContinueEditingBanner/ContinueEditingBannerProps.types.d.ts +20 -0
  6. package/dist/cjs/src/components/molecules/ContinueEditingBanner/index.d.ts +2 -0
  7. package/dist/cjs/src/components/molecules/index.d.ts +1 -0
  8. package/dist/esm/index.js +1 -1
  9. package/dist/esm/index.js.map +1 -1
  10. package/dist/esm/legal-lib-components.css +36 -1
  11. package/dist/esm/src/components/molecules/ContinueEditingBanner/ContinueEditingBanner.d.ts +4 -0
  12. package/dist/esm/src/components/molecules/ContinueEditingBanner/ContinueEditingBannerProps.types.d.ts +20 -0
  13. package/dist/esm/src/components/molecules/ContinueEditingBanner/index.d.ts +2 -0
  14. package/dist/esm/src/components/molecules/index.d.ts +1 -0
  15. package/dist/index.d.ts +23 -1
  16. package/package.json +1 -1
  17. package/dist/cjs/src/components/atoms/AddButton/__stories__/AddButton.stories.d.ts +0 -6
  18. package/dist/cjs/src/components/atoms/AddButton/__tests__/AddButton.test.d.ts +0 -1
  19. package/dist/cjs/src/components/atoms/BaseBox/__stories__/BaseBox.stories.d.ts +0 -8
  20. package/dist/cjs/src/components/atoms/BaseBox/__tests__/BaseBox.test.d.ts +0 -1
  21. package/dist/cjs/src/components/atoms/BillCard/__stories__/BillCard.stories.d.ts +0 -6
  22. package/dist/cjs/src/components/atoms/BillCard/__tests__/BillCard.test.d.ts +0 -1
  23. package/dist/cjs/src/components/atoms/BottomOverlayMenu/__stories__/BottomOverlayMenu.stories.d.ts +0 -6
  24. package/dist/cjs/src/components/atoms/BottomOverlayMenu/__tests__/BottomOverlayMenu.test.d.ts +0 -1
  25. package/dist/cjs/src/components/atoms/BreadcrumItem/__stories__/BreadcrumbItem.stories.d.ts +0 -8
  26. package/dist/cjs/src/components/atoms/Button/__stories__/Button.stories.d.ts +0 -17
  27. package/dist/cjs/src/components/atoms/Button/__tests__/Button.test.d.ts +0 -1
  28. package/dist/cjs/src/components/atoms/ButtonIcon/__stories__/ButtonIcon.stories.d.ts +0 -11
  29. package/dist/cjs/src/components/atoms/ButtonIcon/__tests__/ButtonIcon.test.d.ts +0 -1
  30. package/dist/cjs/src/components/atoms/CardPane/__stories__/CardPane.stories.d.ts +0 -8
  31. package/dist/cjs/src/components/atoms/CardPane/__tests__/CardPane.test.d.ts +0 -1
  32. package/dist/cjs/src/components/atoms/Checkbox/__stories__/Checkbox.stories.d.ts +0 -11
  33. package/dist/cjs/src/components/atoms/Checkbox/__tests__/Checkbox.test.d.ts +0 -1
  34. package/dist/cjs/src/components/atoms/DatePickerCustom/__stories__/DatePickerCustom.stories.d.ts +0 -8
  35. package/dist/cjs/src/components/atoms/DatePickerCustom/__tests__/DatePickerCustom.test.d.ts +0 -1
  36. package/dist/cjs/src/components/atoms/DialogMenuIcon/__stories__/DialogMenuIcon.stories.d.ts +0 -6
  37. package/dist/cjs/src/components/atoms/Disclaimer/__stories__/Disclaimer.stories.d.ts +0 -6
  38. package/dist/cjs/src/components/atoms/Disclaimer/__tests__/Disclaimer.test.d.ts +0 -1
  39. package/dist/cjs/src/components/atoms/Divider/__stories__/Divider.stories.d.ts +0 -7
  40. package/dist/cjs/src/components/atoms/Divider/__tests__/Divider.test.d.ts +0 -1
  41. package/dist/cjs/src/components/atoms/DocumentStatus/__stories__/DocumentStatus.stories.d.ts +0 -8
  42. package/dist/cjs/src/components/atoms/DocumentStatus/__tests__/DocumentStatus.test.d.ts +0 -1
  43. package/dist/cjs/src/components/atoms/ExpertCard/__stories__/ExpertCard.stories.d.ts +0 -7
  44. package/dist/cjs/src/components/atoms/FormFaq/__stories__/FormFaq.stories.d.ts +0 -6
  45. package/dist/cjs/src/components/atoms/FormFaq/__tests__/FormFaq.test.d.ts +0 -1
  46. package/dist/cjs/src/components/atoms/GoogleButton/__stories__/GoogleButton.stories.d.ts +0 -6
  47. package/dist/cjs/src/components/atoms/GoogleButton/__tests__/GoogleButton.test.d.ts +0 -1
  48. package/dist/cjs/src/components/atoms/IconImage/__stories__/IconImage.stories.d.ts +0 -6
  49. package/dist/cjs/src/components/atoms/IconImage/__tests__/IconImage.test.d.ts +0 -1
  50. package/dist/cjs/src/components/atoms/IconSvgURLWithThemeColor/__stories__/IconSvgURLWithThemeColor.stories.d.ts +0 -7
  51. package/dist/cjs/src/components/atoms/InfoBox/__stories__/InfoBox.stories.d.ts +0 -8
  52. package/dist/cjs/src/components/atoms/InfoBox/__tests__/InfoBox.test.d.ts +0 -1
  53. package/dist/cjs/src/components/atoms/Logo/__stories__/Logo.stories.d.ts +0 -12
  54. package/dist/cjs/src/components/atoms/LogoText/__stories__/LogoText.stories.d.ts +0 -6
  55. package/dist/cjs/src/components/atoms/LogoText/__tests__/LogoText.test.d.ts +0 -1
  56. package/dist/cjs/src/components/atoms/MenuItems/__stories__/MenuItems.stories.d.ts +0 -6
  57. package/dist/cjs/src/components/atoms/MenuItems/__tests__/MenuItems.test.d.ts +0 -1
  58. package/dist/cjs/src/components/atoms/Message/__stories__/Message.stories.d.ts +0 -8
  59. package/dist/cjs/src/components/atoms/Message/__tests__/Message.test.d.ts +0 -1
  60. package/dist/cjs/src/components/atoms/PaypalButton/__stories__/PaypalButton.stories.d.ts +0 -6
  61. package/dist/cjs/src/components/atoms/PaypalButton/__tests__/PaypalButton.test.d.ts +0 -1
  62. package/dist/cjs/src/components/atoms/ProgressBar/__stories__/ProgressBar.stories.d.ts +0 -6
  63. package/dist/cjs/src/components/atoms/ProgressBar/__tests__/ProgressBar.test.d.ts +0 -1
  64. package/dist/cjs/src/components/atoms/Radio/__stories__/Radio.stories.d.ts +0 -8
  65. package/dist/cjs/src/components/atoms/Radio/__tests__/Radio.test.d.ts +0 -1
  66. package/dist/cjs/src/components/atoms/RemoveButton/__stories__/RemoveButton.stories.d.ts +0 -6
  67. package/dist/cjs/src/components/atoms/RemoveButton/__tests__/RemoveButton.test.d.ts +0 -1
  68. package/dist/cjs/src/components/atoms/RichTextInner/__stories__/RichTextInner.stories.d.ts +0 -6
  69. package/dist/cjs/src/components/atoms/RichTextInner/__tests__/RichTextInner.test.d.ts +0 -1
  70. package/dist/cjs/src/components/atoms/RichTextStrapi/__stories__/RichTextStrapi.stories.d.ts +0 -8
  71. package/dist/cjs/src/components/atoms/SearchSelect/__stories__/SearchSelect.stories.d.ts +0 -6
  72. package/dist/cjs/src/components/atoms/SearchSelect/__tests__/SearchSelect.test.d.ts +0 -1
  73. package/dist/cjs/src/components/atoms/SidemenuTab/__stories__/SidemenuTab.stories.d.ts +0 -16
  74. package/dist/cjs/src/components/atoms/SidemenuTab/__tests__/SidemenuTab.test.d.ts +0 -1
  75. package/dist/cjs/src/components/atoms/Spinner/__stories__/Spinner.stories.d.ts +0 -7
  76. package/dist/cjs/src/components/atoms/Spinner/__tests__/Spinner.test.d.ts +0 -1
  77. package/dist/cjs/src/components/atoms/TestAB/__stories__/TestAB.stories.d.ts +0 -21
  78. package/dist/cjs/src/components/atoms/TestAB/__tests__/TestAB.test.d.ts +0 -1
  79. package/dist/cjs/src/components/atoms/TextArea/__stories__/TextArea.stories.d.ts +0 -9
  80. package/dist/cjs/src/components/atoms/TextArea/__tests__/TextArea.test.d.ts +0 -1
  81. package/dist/cjs/src/components/atoms/Toggle/__stories__/Toggle.stories.d.ts +0 -7
  82. package/dist/cjs/src/components/atoms/Toggle/__tests__/Toggle.test.d.ts +0 -1
  83. package/dist/cjs/src/components/atoms/Tooltip/__stories__/Tooltip.stories.d.ts +0 -15
  84. package/dist/cjs/src/components/atoms/Tooltip/__tests__/Tooltip.test.d.ts +0 -1
  85. package/dist/cjs/src/components/atoms/TopBar/__stories__/TopBar.stories.d.ts +0 -7
  86. package/dist/cjs/src/components/atoms/TopBar/__tests__/TopBar.test.d.ts +0 -1
  87. package/dist/cjs/src/components/atoms/TopBarMobile/__stories__/TopBarMobile.stories.d.ts +0 -7
  88. package/dist/cjs/src/components/atoms/TrustPilot/__stories__/Trustpilot.stories.d.ts +0 -6
  89. package/dist/cjs/src/components/atoms/WhyLawDistrictItems/__stories__/WhyLawDistrictItems.stories.d.ts +0 -6
  90. package/dist/cjs/src/components/atoms/WhyLawDistrictItems/__tests__/WhyLawDistrictItems.test.d.ts +0 -1
  91. package/dist/cjs/src/components/atoms/WideInfoBar/__stories__/WideInfoBar.stories.d.ts +0 -7
  92. package/dist/cjs/src/components/atoms/WideInfoBar/__tests__/WideInfoBar.test.d.ts +0 -1
  93. package/dist/cjs/src/components/molecules/Article/__stories__/Article.stories.d.ts +0 -6
  94. package/dist/cjs/src/components/molecules/BaseBoxList/__stories__/BaseBoxList.stories.d.ts +0 -6
  95. package/dist/cjs/src/components/molecules/BaseBoxList/__tests__/BaseBoxList.test.d.ts +0 -1
  96. package/dist/cjs/src/components/molecules/BottomFixedBar/__stories__/BottomFixedBar.stories.d.ts +0 -7
  97. package/dist/cjs/src/components/molecules/BottomFixedBar/__tests__/BottomFixedBar.test.d.ts +0 -1
  98. package/dist/cjs/src/components/molecules/BottomOverlay/__stories__/BottomOverlay.stories.d.ts +0 -9
  99. package/dist/cjs/src/components/molecules/BottomOverlay/__tests__/BottomOverlay.test.d.ts +0 -1
  100. package/dist/cjs/src/components/molecules/BoxForm/__stories__/BoxForm.stories.d.ts +0 -9
  101. package/dist/cjs/src/components/molecules/BoxForm/__tests__/BoxForm.test.d.ts +0 -1
  102. package/dist/cjs/src/components/molecules/Breadcrumb/__stories__/Breadcrumb.stories.d.ts +0 -7
  103. package/dist/cjs/src/components/molecules/ContactBox/__stories__/ContactBox.stories.d.ts +0 -24
  104. package/dist/cjs/src/components/molecules/ContactBox/__tests__/ContactBox.test.d.ts +0 -1
  105. package/dist/cjs/src/components/molecules/ExpertCardList/__stories__/ExpertCardList.stories.d.ts +0 -6
  106. package/dist/cjs/src/components/molecules/Feedback/__stories__/Feedback.stories.d.ts +0 -9
  107. package/dist/cjs/src/components/molecules/Feedback/__tests__/Feedback.test.d.ts +0 -1
  108. package/dist/cjs/src/components/molecules/MenuItemsSection/__stories__/MenuItemsSection.stories.d.ts +0 -6
  109. package/dist/cjs/src/components/molecules/MenuItemsSection/__tests__/MenuItemsSection.test.d.ts +0 -1
  110. package/dist/cjs/src/components/molecules/NavBarDropDown/__stories__/NavBarDropDown.stories.d.ts +0 -6
  111. package/dist/cjs/src/components/molecules/Pagination/__stories__/Pagination.stories.d.ts +0 -6
  112. package/dist/cjs/src/components/molecules/Pagination/__tests__/PageStep.test.d.ts +0 -1
  113. package/dist/cjs/src/components/molecules/Pagination/__tests__/PageStepControl.test.d.ts +0 -1
  114. package/dist/cjs/src/components/molecules/Pagination/__tests__/Pagination.test.d.ts +0 -1
  115. package/dist/cjs/src/components/molecules/PricingCard/__stories__/PricingCard.stories.d.ts +0 -7
  116. package/dist/cjs/src/components/molecules/PricingCard/__tests__/PricingCard.test.d.ts +0 -1
  117. package/dist/cjs/src/components/molecules/Snackbar/__stories__/Snackbar.stories.d.ts +0 -14
  118. package/dist/cjs/src/components/molecules/Snackbar/__tests__/Snackbar.test.d.ts +0 -1
  119. package/dist/cjs/src/components/molecules/StepGetForm/__stories__/StepGetForm.stories.d.ts +0 -6
  120. package/dist/cjs/src/components/molecules/TextInput/tests/Input.test.d.ts +0 -1
  121. package/dist/cjs/src/components/molecules/TextInput/tests/TextInput.test.d.ts +0 -1
  122. package/dist/cjs/src/components/molecules/TextInput/tests/TextInputLabel.test.d.ts +0 -1
  123. package/dist/cjs/src/components/molecules/TextInput/tests/TextInputMessage.test.d.ts +0 -1
  124. package/dist/cjs/src/components/molecules/TextInput/tests/TextInputTooltip.test.d.ts +0 -1
  125. package/dist/cjs/src/components/molecules/TooltipMenu/__stories__/TooltipMenu.stories.d.ts +0 -6
  126. package/dist/cjs/src/components/molecules/TooltipMenu/__tests__/TooltipMenu.test.d.ts +0 -1
  127. package/dist/cjs/src/components/molecules/TrustworthyWebsites/__stories__/TrustworthyWebsites.stories.d.ts +0 -6
  128. package/dist/cjs/src/components/molecules/TrustworthyWebsites/__tests__/TrustworthyWebsites.test.d.ts +0 -1
  129. package/dist/cjs/src/components/organisms/AboutUsContent/__stories__/AboutUsContent.stories.d.ts +0 -7
  130. package/dist/cjs/src/components/organisms/ArticlesList/__stories__/ArticlesList.stories.d.ts +0 -6
  131. package/dist/cjs/src/components/organisms/AsSeeInContent/__stories__/AsSeeInContent.stories.d.ts +0 -6
  132. package/dist/cjs/src/components/organisms/GuidelinesContent/__stories__/GuidelinesContent.stories.d.ts +0 -6
  133. package/dist/cjs/src/components/organisms/ListStepsGetForm/__stories__/ListStepsGetForm.stories.d.ts +0 -6
  134. package/dist/cjs/src/components/organisms/MobileBottomBar/__stories__/MobileBottomBar.stories.d.ts +0 -7
  135. package/dist/cjs/src/components/organisms/MobileBottomBar/__tests__/MobileBottomBar.test.d.ts +0 -1
  136. package/dist/cjs/src/components/organisms/TryOurFreeLegalBlogsContent/__stories__/TryOurFreeLegalBlogsContent.stories.d.ts +0 -6
  137. package/dist/cjs/src/components/sections/AboutUsSection/__stories__/AboutUsSection.stories.d.ts +0 -8
  138. package/dist/cjs/src/components/sections/AsSeeInSection/__stories__/AsSeeInSection.stories.d.ts +0 -6
  139. package/dist/cjs/src/components/sections/BlogSection/__stories__/BlogSection.stories.d.ts +0 -6
  140. package/dist/cjs/src/components/sections/ExpertsSection/__stories__/ExpertsSection.stories.d.ts +0 -6
  141. package/dist/cjs/src/components/sections/GuidelinesSection/__stories__/GuidelinesSection.stories.d.ts +0 -6
  142. package/dist/cjs/src/components/sections/HowGetYourFormsSection/__stories__/HowGetYourFormsSection.stories.d.ts +0 -6
  143. package/dist/cjs/src/components/sections/PeopleSayAboutUsSection/__stories__/PeopleSayAboutUsSection.stories.d.ts +0 -7
  144. package/dist/cjs/src/components/sections/TryOurFreeLegalBlogsSection/__stories__/TryOurFreeLegalBlogsSection.stories.d.ts +0 -6
  145. package/dist/cjs/src/components/sections/WhyLawDistrictSection/__stories__/WhyLawDistrictSection.stories.d.ts +0 -7
  146. package/dist/cjs/src/components/sections/WhyLawDistrictSection/__tests__/WhyLawDistrictSection.test.d.ts +0 -1
  147. package/dist/esm/src/components/atoms/AddButton/__stories__/AddButton.stories.d.ts +0 -6
  148. package/dist/esm/src/components/atoms/AddButton/__tests__/AddButton.test.d.ts +0 -1
  149. package/dist/esm/src/components/atoms/BaseBox/__stories__/BaseBox.stories.d.ts +0 -8
  150. package/dist/esm/src/components/atoms/BaseBox/__tests__/BaseBox.test.d.ts +0 -1
  151. package/dist/esm/src/components/atoms/BillCard/__stories__/BillCard.stories.d.ts +0 -6
  152. package/dist/esm/src/components/atoms/BillCard/__tests__/BillCard.test.d.ts +0 -1
  153. package/dist/esm/src/components/atoms/BottomOverlayMenu/__stories__/BottomOverlayMenu.stories.d.ts +0 -6
  154. package/dist/esm/src/components/atoms/BottomOverlayMenu/__tests__/BottomOverlayMenu.test.d.ts +0 -1
  155. package/dist/esm/src/components/atoms/BreadcrumItem/__stories__/BreadcrumbItem.stories.d.ts +0 -8
  156. package/dist/esm/src/components/atoms/Button/__stories__/Button.stories.d.ts +0 -17
  157. package/dist/esm/src/components/atoms/Button/__tests__/Button.test.d.ts +0 -1
  158. package/dist/esm/src/components/atoms/ButtonIcon/__stories__/ButtonIcon.stories.d.ts +0 -11
  159. package/dist/esm/src/components/atoms/ButtonIcon/__tests__/ButtonIcon.test.d.ts +0 -1
  160. package/dist/esm/src/components/atoms/CardPane/__stories__/CardPane.stories.d.ts +0 -8
  161. package/dist/esm/src/components/atoms/CardPane/__tests__/CardPane.test.d.ts +0 -1
  162. package/dist/esm/src/components/atoms/Checkbox/__stories__/Checkbox.stories.d.ts +0 -11
  163. package/dist/esm/src/components/atoms/Checkbox/__tests__/Checkbox.test.d.ts +0 -1
  164. package/dist/esm/src/components/atoms/DatePickerCustom/__stories__/DatePickerCustom.stories.d.ts +0 -8
  165. package/dist/esm/src/components/atoms/DatePickerCustom/__tests__/DatePickerCustom.test.d.ts +0 -1
  166. package/dist/esm/src/components/atoms/DialogMenuIcon/__stories__/DialogMenuIcon.stories.d.ts +0 -6
  167. package/dist/esm/src/components/atoms/Disclaimer/__stories__/Disclaimer.stories.d.ts +0 -6
  168. package/dist/esm/src/components/atoms/Disclaimer/__tests__/Disclaimer.test.d.ts +0 -1
  169. package/dist/esm/src/components/atoms/Divider/__stories__/Divider.stories.d.ts +0 -7
  170. package/dist/esm/src/components/atoms/Divider/__tests__/Divider.test.d.ts +0 -1
  171. package/dist/esm/src/components/atoms/DocumentStatus/__stories__/DocumentStatus.stories.d.ts +0 -8
  172. package/dist/esm/src/components/atoms/DocumentStatus/__tests__/DocumentStatus.test.d.ts +0 -1
  173. package/dist/esm/src/components/atoms/ExpertCard/__stories__/ExpertCard.stories.d.ts +0 -7
  174. package/dist/esm/src/components/atoms/FormFaq/__stories__/FormFaq.stories.d.ts +0 -6
  175. package/dist/esm/src/components/atoms/FormFaq/__tests__/FormFaq.test.d.ts +0 -1
  176. package/dist/esm/src/components/atoms/GoogleButton/__stories__/GoogleButton.stories.d.ts +0 -6
  177. package/dist/esm/src/components/atoms/GoogleButton/__tests__/GoogleButton.test.d.ts +0 -1
  178. package/dist/esm/src/components/atoms/IconImage/__stories__/IconImage.stories.d.ts +0 -6
  179. package/dist/esm/src/components/atoms/IconImage/__tests__/IconImage.test.d.ts +0 -1
  180. package/dist/esm/src/components/atoms/IconSvgURLWithThemeColor/__stories__/IconSvgURLWithThemeColor.stories.d.ts +0 -7
  181. package/dist/esm/src/components/atoms/InfoBox/__stories__/InfoBox.stories.d.ts +0 -8
  182. package/dist/esm/src/components/atoms/InfoBox/__tests__/InfoBox.test.d.ts +0 -1
  183. package/dist/esm/src/components/atoms/Logo/__stories__/Logo.stories.d.ts +0 -12
  184. package/dist/esm/src/components/atoms/LogoText/__stories__/LogoText.stories.d.ts +0 -6
  185. package/dist/esm/src/components/atoms/LogoText/__tests__/LogoText.test.d.ts +0 -1
  186. package/dist/esm/src/components/atoms/MenuItems/__stories__/MenuItems.stories.d.ts +0 -6
  187. package/dist/esm/src/components/atoms/MenuItems/__tests__/MenuItems.test.d.ts +0 -1
  188. package/dist/esm/src/components/atoms/Message/__stories__/Message.stories.d.ts +0 -8
  189. package/dist/esm/src/components/atoms/Message/__tests__/Message.test.d.ts +0 -1
  190. package/dist/esm/src/components/atoms/PaypalButton/__stories__/PaypalButton.stories.d.ts +0 -6
  191. package/dist/esm/src/components/atoms/PaypalButton/__tests__/PaypalButton.test.d.ts +0 -1
  192. package/dist/esm/src/components/atoms/ProgressBar/__stories__/ProgressBar.stories.d.ts +0 -6
  193. package/dist/esm/src/components/atoms/ProgressBar/__tests__/ProgressBar.test.d.ts +0 -1
  194. package/dist/esm/src/components/atoms/Radio/__stories__/Radio.stories.d.ts +0 -8
  195. package/dist/esm/src/components/atoms/Radio/__tests__/Radio.test.d.ts +0 -1
  196. package/dist/esm/src/components/atoms/RemoveButton/__stories__/RemoveButton.stories.d.ts +0 -6
  197. package/dist/esm/src/components/atoms/RemoveButton/__tests__/RemoveButton.test.d.ts +0 -1
  198. package/dist/esm/src/components/atoms/RichTextInner/__stories__/RichTextInner.stories.d.ts +0 -6
  199. package/dist/esm/src/components/atoms/RichTextInner/__tests__/RichTextInner.test.d.ts +0 -1
  200. package/dist/esm/src/components/atoms/RichTextStrapi/__stories__/RichTextStrapi.stories.d.ts +0 -8
  201. package/dist/esm/src/components/atoms/SearchSelect/__stories__/SearchSelect.stories.d.ts +0 -6
  202. package/dist/esm/src/components/atoms/SearchSelect/__tests__/SearchSelect.test.d.ts +0 -1
  203. package/dist/esm/src/components/atoms/SidemenuTab/__stories__/SidemenuTab.stories.d.ts +0 -16
  204. package/dist/esm/src/components/atoms/SidemenuTab/__tests__/SidemenuTab.test.d.ts +0 -1
  205. package/dist/esm/src/components/atoms/Spinner/__stories__/Spinner.stories.d.ts +0 -7
  206. package/dist/esm/src/components/atoms/Spinner/__tests__/Spinner.test.d.ts +0 -1
  207. package/dist/esm/src/components/atoms/TestAB/__stories__/TestAB.stories.d.ts +0 -21
  208. package/dist/esm/src/components/atoms/TestAB/__tests__/TestAB.test.d.ts +0 -1
  209. package/dist/esm/src/components/atoms/TextArea/__stories__/TextArea.stories.d.ts +0 -9
  210. package/dist/esm/src/components/atoms/TextArea/__tests__/TextArea.test.d.ts +0 -1
  211. package/dist/esm/src/components/atoms/Toggle/__stories__/Toggle.stories.d.ts +0 -7
  212. package/dist/esm/src/components/atoms/Toggle/__tests__/Toggle.test.d.ts +0 -1
  213. package/dist/esm/src/components/atoms/Tooltip/__stories__/Tooltip.stories.d.ts +0 -15
  214. package/dist/esm/src/components/atoms/Tooltip/__tests__/Tooltip.test.d.ts +0 -1
  215. package/dist/esm/src/components/atoms/TopBar/__stories__/TopBar.stories.d.ts +0 -7
  216. package/dist/esm/src/components/atoms/TopBar/__tests__/TopBar.test.d.ts +0 -1
  217. package/dist/esm/src/components/atoms/TopBarMobile/__stories__/TopBarMobile.stories.d.ts +0 -7
  218. package/dist/esm/src/components/atoms/TrustPilot/__stories__/Trustpilot.stories.d.ts +0 -6
  219. package/dist/esm/src/components/atoms/WhyLawDistrictItems/__stories__/WhyLawDistrictItems.stories.d.ts +0 -6
  220. package/dist/esm/src/components/atoms/WhyLawDistrictItems/__tests__/WhyLawDistrictItems.test.d.ts +0 -1
  221. package/dist/esm/src/components/atoms/WideInfoBar/__stories__/WideInfoBar.stories.d.ts +0 -7
  222. package/dist/esm/src/components/atoms/WideInfoBar/__tests__/WideInfoBar.test.d.ts +0 -1
  223. package/dist/esm/src/components/molecules/Article/__stories__/Article.stories.d.ts +0 -6
  224. package/dist/esm/src/components/molecules/BaseBoxList/__stories__/BaseBoxList.stories.d.ts +0 -6
  225. package/dist/esm/src/components/molecules/BaseBoxList/__tests__/BaseBoxList.test.d.ts +0 -1
  226. package/dist/esm/src/components/molecules/BottomFixedBar/__stories__/BottomFixedBar.stories.d.ts +0 -7
  227. package/dist/esm/src/components/molecules/BottomFixedBar/__tests__/BottomFixedBar.test.d.ts +0 -1
  228. package/dist/esm/src/components/molecules/BottomOverlay/__stories__/BottomOverlay.stories.d.ts +0 -9
  229. package/dist/esm/src/components/molecules/BottomOverlay/__tests__/BottomOverlay.test.d.ts +0 -1
  230. package/dist/esm/src/components/molecules/BoxForm/__stories__/BoxForm.stories.d.ts +0 -9
  231. package/dist/esm/src/components/molecules/BoxForm/__tests__/BoxForm.test.d.ts +0 -1
  232. package/dist/esm/src/components/molecules/Breadcrumb/__stories__/Breadcrumb.stories.d.ts +0 -7
  233. package/dist/esm/src/components/molecules/ContactBox/__stories__/ContactBox.stories.d.ts +0 -24
  234. package/dist/esm/src/components/molecules/ContactBox/__tests__/ContactBox.test.d.ts +0 -1
  235. package/dist/esm/src/components/molecules/ExpertCardList/__stories__/ExpertCardList.stories.d.ts +0 -6
  236. package/dist/esm/src/components/molecules/Feedback/__stories__/Feedback.stories.d.ts +0 -9
  237. package/dist/esm/src/components/molecules/Feedback/__tests__/Feedback.test.d.ts +0 -1
  238. package/dist/esm/src/components/molecules/MenuItemsSection/__stories__/MenuItemsSection.stories.d.ts +0 -6
  239. package/dist/esm/src/components/molecules/MenuItemsSection/__tests__/MenuItemsSection.test.d.ts +0 -1
  240. package/dist/esm/src/components/molecules/NavBarDropDown/__stories__/NavBarDropDown.stories.d.ts +0 -6
  241. package/dist/esm/src/components/molecules/Pagination/__stories__/Pagination.stories.d.ts +0 -6
  242. package/dist/esm/src/components/molecules/Pagination/__tests__/PageStep.test.d.ts +0 -1
  243. package/dist/esm/src/components/molecules/Pagination/__tests__/PageStepControl.test.d.ts +0 -1
  244. package/dist/esm/src/components/molecules/Pagination/__tests__/Pagination.test.d.ts +0 -1
  245. package/dist/esm/src/components/molecules/PricingCard/__stories__/PricingCard.stories.d.ts +0 -7
  246. package/dist/esm/src/components/molecules/PricingCard/__tests__/PricingCard.test.d.ts +0 -1
  247. package/dist/esm/src/components/molecules/Snackbar/__stories__/Snackbar.stories.d.ts +0 -14
  248. package/dist/esm/src/components/molecules/Snackbar/__tests__/Snackbar.test.d.ts +0 -1
  249. package/dist/esm/src/components/molecules/StepGetForm/__stories__/StepGetForm.stories.d.ts +0 -6
  250. package/dist/esm/src/components/molecules/TextInput/tests/Input.test.d.ts +0 -1
  251. package/dist/esm/src/components/molecules/TextInput/tests/TextInput.test.d.ts +0 -1
  252. package/dist/esm/src/components/molecules/TextInput/tests/TextInputLabel.test.d.ts +0 -1
  253. package/dist/esm/src/components/molecules/TextInput/tests/TextInputMessage.test.d.ts +0 -1
  254. package/dist/esm/src/components/molecules/TextInput/tests/TextInputTooltip.test.d.ts +0 -1
  255. package/dist/esm/src/components/molecules/TooltipMenu/__stories__/TooltipMenu.stories.d.ts +0 -6
  256. package/dist/esm/src/components/molecules/TooltipMenu/__tests__/TooltipMenu.test.d.ts +0 -1
  257. package/dist/esm/src/components/molecules/TrustworthyWebsites/__stories__/TrustworthyWebsites.stories.d.ts +0 -6
  258. package/dist/esm/src/components/molecules/TrustworthyWebsites/__tests__/TrustworthyWebsites.test.d.ts +0 -1
  259. package/dist/esm/src/components/organisms/AboutUsContent/__stories__/AboutUsContent.stories.d.ts +0 -7
  260. package/dist/esm/src/components/organisms/ArticlesList/__stories__/ArticlesList.stories.d.ts +0 -6
  261. package/dist/esm/src/components/organisms/AsSeeInContent/__stories__/AsSeeInContent.stories.d.ts +0 -6
  262. package/dist/esm/src/components/organisms/GuidelinesContent/__stories__/GuidelinesContent.stories.d.ts +0 -6
  263. package/dist/esm/src/components/organisms/ListStepsGetForm/__stories__/ListStepsGetForm.stories.d.ts +0 -6
  264. package/dist/esm/src/components/organisms/MobileBottomBar/__stories__/MobileBottomBar.stories.d.ts +0 -7
  265. package/dist/esm/src/components/organisms/MobileBottomBar/__tests__/MobileBottomBar.test.d.ts +0 -1
  266. package/dist/esm/src/components/organisms/TryOurFreeLegalBlogsContent/__stories__/TryOurFreeLegalBlogsContent.stories.d.ts +0 -6
  267. package/dist/esm/src/components/sections/AboutUsSection/__stories__/AboutUsSection.stories.d.ts +0 -8
  268. package/dist/esm/src/components/sections/AsSeeInSection/__stories__/AsSeeInSection.stories.d.ts +0 -6
  269. package/dist/esm/src/components/sections/BlogSection/__stories__/BlogSection.stories.d.ts +0 -6
  270. package/dist/esm/src/components/sections/ExpertsSection/__stories__/ExpertsSection.stories.d.ts +0 -6
  271. package/dist/esm/src/components/sections/GuidelinesSection/__stories__/GuidelinesSection.stories.d.ts +0 -6
  272. package/dist/esm/src/components/sections/HowGetYourFormsSection/__stories__/HowGetYourFormsSection.stories.d.ts +0 -6
  273. package/dist/esm/src/components/sections/PeopleSayAboutUsSection/__stories__/PeopleSayAboutUsSection.stories.d.ts +0 -7
  274. package/dist/esm/src/components/sections/TryOurFreeLegalBlogsSection/__stories__/TryOurFreeLegalBlogsSection.stories.d.ts +0 -6
  275. package/dist/esm/src/components/sections/WhyLawDistrictSection/__stories__/WhyLawDistrictSection.stories.d.ts +0 -7
  276. package/dist/esm/src/components/sections/WhyLawDistrictSection/__tests__/WhyLawDistrictSection.test.d.ts +0 -1
@@ -1,7 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import Breadcrumb from '../Breadcrumb';
3
- declare const meta: Meta<typeof Breadcrumb>;
4
- export default meta;
5
- type Story = StoryObj<typeof Breadcrumb>;
6
- export declare const Default: Story;
7
- export declare const WithSubcategory: Story;
@@ -1,24 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import ContactBox from '../ContactBox';
3
- declare const meta: Meta<typeof ContactBox>;
4
- export default meta;
5
- type Story = StoryObj<typeof ContactBox>;
6
- export declare const Default: Story;
7
- export declare const DesktopDarkMode: Story;
8
- export declare const Mobile: Story;
9
- export declare const MobileDarkMode: {
10
- args: {
11
- darkMode: boolean;
12
- phone?: string | undefined;
13
- schedule?: string | undefined;
14
- dataQa?: string | undefined;
15
- mobileGtmTag?: string | undefined;
16
- givenClass?: string | undefined;
17
- mobile?: boolean | undefined;
18
- };
19
- parameters: {
20
- backgrounds: {
21
- default: string;
22
- };
23
- };
24
- };
@@ -1,6 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import ExpertCardList from '../ExpertCardList';
3
- declare const meta: Meta<typeof ExpertCardList>;
4
- export default meta;
5
- type Story = StoryObj<typeof ExpertCardList>;
6
- export declare const Default: Story;
@@ -1,9 +0,0 @@
1
- import { type Meta, type StoryObj } from '@storybook/react';
2
- import Feedback from '../Feedback';
3
- declare const meta: Meta<typeof Feedback>;
4
- export default meta;
5
- type Story = StoryObj<typeof Feedback>;
6
- export declare const Default: Story;
7
- export declare const Success: Story;
8
- export declare const ErrorFeedback: Story;
9
- export declare const Image: Story;
@@ -1,6 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import MenuItemsSection from '../MenuItemsSection';
3
- declare const meta: Meta<typeof MenuItemsSection>;
4
- export default meta;
5
- type Story = StoryObj<typeof MenuItemsSection>;
6
- export declare const Default: Story;
@@ -1,6 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import { NavBarDropDown } from '../NavBarDropDown';
3
- declare const meta: Meta<typeof NavBarDropDown>;
4
- export default meta;
5
- type Story = StoryObj<typeof NavBarDropDown>;
6
- export declare const Default: Story;
@@ -1,6 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import Pagination from '../Pagination';
3
- declare const meta: Meta<typeof Pagination>;
4
- export default meta;
5
- type Story = StoryObj<typeof Pagination>;
6
- export declare const Default: Story;
@@ -1,7 +0,0 @@
1
- import { type Meta, type StoryObj } from '@storybook/react';
2
- import PricingCard from '../PricingCard';
3
- declare const meta: Meta<typeof PricingCard>;
4
- export default meta;
5
- type Story = StoryObj<typeof PricingCard>;
6
- export declare const Default: Story;
7
- export declare const Benefits: Story;
@@ -1,14 +0,0 @@
1
- import { type Meta, type StoryObj } from '@storybook/react';
2
- import Snackbar from '../Snackbar';
3
- declare const meta: Meta<typeof Snackbar>;
4
- export default meta;
5
- type Story = StoryObj<typeof Snackbar>;
6
- export declare const Default: Story;
7
- export declare const WithoutType: Story;
8
- export declare const TypeSuccess: Story;
9
- export declare const WithError: Story;
10
- export declare const TypeReminder: Story;
11
- export declare const WithButton: Story;
12
- export declare const WithButtonSuccess: Story;
13
- export declare const WithButtonError: Story;
14
- export declare const WithButtonReminder: Story;
@@ -1,6 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import StepGetForm from '../StepGetForm';
3
- declare const meta: Meta<typeof StepGetForm>;
4
- export default meta;
5
- type Story = StoryObj<typeof StepGetForm>;
6
- export declare const Default: Story;
@@ -1,6 +0,0 @@
1
- import { type Meta, type StoryObj } from '@storybook/react';
2
- import TooltipMenu from '../TooltipMenu';
3
- declare const meta: Meta<typeof TooltipMenu>;
4
- export default meta;
5
- type Story = StoryObj<typeof TooltipMenu>;
6
- export declare const Default: Story;
@@ -1,6 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import TrustworthyWebsites from '../TrustworthyWebsites';
3
- declare const meta: Meta<typeof TrustworthyWebsites>;
4
- type Story = StoryObj<typeof TrustworthyWebsites>;
5
- export default meta;
6
- export declare const Default: Story;
@@ -1,7 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import AboutUsContent from '../AboutUsContent';
3
- declare const meta: Meta<typeof AboutUsContent>;
4
- export default meta;
5
- type Story = StoryObj<typeof AboutUsContent>;
6
- export declare const Default: Story;
7
- export declare const WithoutButtom: Story;
@@ -1,6 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import ArticlesList from '../ArticlesList';
3
- declare const meta: Meta<typeof ArticlesList>;
4
- export default meta;
5
- type Story = StoryObj<typeof ArticlesList>;
6
- export declare const Default: Story;
@@ -1,6 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import AsSeeInContent from '../AsSeeInContent';
3
- declare const meta: Meta<typeof AsSeeInContent>;
4
- export default meta;
5
- type Story = StoryObj<typeof AsSeeInContent>;
6
- export declare const Default: Story;
@@ -1,6 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import GuidelinesContent from '../GuidelinesContent';
3
- declare const meta: Meta<typeof GuidelinesContent>;
4
- export default meta;
5
- type Story = StoryObj<typeof GuidelinesContent>;
6
- export declare const Default: Story;
@@ -1,6 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import ListStepsGetForm from '../ListStepsGetForm';
3
- declare const meta: Meta<typeof ListStepsGetForm>;
4
- export default meta;
5
- type Story = StoryObj<typeof ListStepsGetForm>;
6
- export declare const Default: Story;
@@ -1,7 +0,0 @@
1
- import { type Meta, type StoryObj } from '@storybook/react';
2
- import MobileBottomBar from '../MobileBottomBar';
3
- declare const meta: Meta<typeof MobileBottomBar>;
4
- export default meta;
5
- type Story = StoryObj<typeof MobileBottomBar>;
6
- export declare const PropList: Story;
7
- export declare const Children: Story;
@@ -1,6 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import TryOurFreeLegalBlogsContent from '../TryOurFreeLegalBlogsContent';
3
- declare const meta: Meta<typeof TryOurFreeLegalBlogsContent>;
4
- export default meta;
5
- type Story = StoryObj<typeof TryOurFreeLegalBlogsContent>;
6
- export declare const Default: Story;
@@ -1,8 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import AboutUsSection from '../AboutUsSection';
3
- declare const meta: Meta<typeof AboutUsSection>;
4
- export default meta;
5
- type Story = StoryObj<typeof AboutUsSection>;
6
- export declare const Default: Story;
7
- export declare const WithoutButtom: Story;
8
- export declare const WithoutSubTitle: Story;
@@ -1,6 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import AsSeeInSection from '../AsSeeInSection';
3
- declare const meta: Meta<typeof AsSeeInSection>;
4
- export default meta;
5
- type Story = StoryObj<typeof AsSeeInSection>;
6
- export declare const Default: Story;
@@ -1,6 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import BlogSection from '../BlogSection';
3
- declare const meta: Meta<typeof BlogSection>;
4
- export default meta;
5
- type Story = StoryObj<typeof BlogSection>;
6
- export declare const Default: Story;
@@ -1,6 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import ExpertsSection from '../ExpertsSection';
3
- declare const meta: Meta<typeof ExpertsSection>;
4
- export default meta;
5
- type Story = StoryObj<typeof ExpertsSection>;
6
- export declare const Default: Story;
@@ -1,6 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import GuidelinesSection from '../GuidelinesSection';
3
- declare const meta: Meta<typeof GuidelinesSection>;
4
- export default meta;
5
- type Story = StoryObj<typeof GuidelinesSection>;
6
- export declare const Default: Story;
@@ -1,6 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import HowGetYourFormsSection from '../HowGetYourFormsSection';
3
- declare const meta: Meta<typeof HowGetYourFormsSection>;
4
- export default meta;
5
- type Story = StoryObj<typeof HowGetYourFormsSection>;
6
- export declare const Default: Story;
@@ -1,7 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import PeopleSayAboutUsSection from '../PeopleSayAboutUsSection';
3
- declare const meta: Meta<typeof PeopleSayAboutUsSection>;
4
- export default meta;
5
- type Story = StoryObj<typeof PeopleSayAboutUsSection>;
6
- export declare const Default: Story;
7
- export declare const WithoutTitle: Story;
@@ -1,6 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import TryOurFreeLegalBlogsSection from '../TryOurFreeLegalBlogsSection';
3
- declare const meta: Meta<typeof TryOurFreeLegalBlogsSection>;
4
- export default meta;
5
- type Story = StoryObj<typeof TryOurFreeLegalBlogsSection>;
6
- export declare const Default: Story;
@@ -1,7 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import WhyLawDistrictSection from '../WhyLawDistrictSection';
3
- declare const meta: Meta<typeof WhyLawDistrictSection>;
4
- type Story = StoryObj<typeof WhyLawDistrictSection>;
5
- export default meta;
6
- export declare const Default: Story;
7
- export declare const NoUser: Story;