@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.
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/legal-lib-components.css +36 -1
- package/dist/cjs/src/components/molecules/ContinueEditingBanner/ContinueEditingBanner.d.ts +4 -0
- package/dist/cjs/src/components/molecules/ContinueEditingBanner/ContinueEditingBannerProps.types.d.ts +20 -0
- package/dist/cjs/src/components/molecules/ContinueEditingBanner/index.d.ts +2 -0
- package/dist/cjs/src/components/molecules/index.d.ts +1 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/legal-lib-components.css +36 -1
- package/dist/esm/src/components/molecules/ContinueEditingBanner/ContinueEditingBanner.d.ts +4 -0
- package/dist/esm/src/components/molecules/ContinueEditingBanner/ContinueEditingBannerProps.types.d.ts +20 -0
- package/dist/esm/src/components/molecules/ContinueEditingBanner/index.d.ts +2 -0
- package/dist/esm/src/components/molecules/index.d.ts +1 -0
- package/dist/index.d.ts +23 -1
- package/package.json +1 -1
- package/dist/cjs/src/components/atoms/AddButton/__stories__/AddButton.stories.d.ts +0 -6
- package/dist/cjs/src/components/atoms/AddButton/__tests__/AddButton.test.d.ts +0 -1
- package/dist/cjs/src/components/atoms/BaseBox/__stories__/BaseBox.stories.d.ts +0 -8
- package/dist/cjs/src/components/atoms/BaseBox/__tests__/BaseBox.test.d.ts +0 -1
- package/dist/cjs/src/components/atoms/BillCard/__stories__/BillCard.stories.d.ts +0 -6
- package/dist/cjs/src/components/atoms/BillCard/__tests__/BillCard.test.d.ts +0 -1
- package/dist/cjs/src/components/atoms/BottomOverlayMenu/__stories__/BottomOverlayMenu.stories.d.ts +0 -6
- package/dist/cjs/src/components/atoms/BottomOverlayMenu/__tests__/BottomOverlayMenu.test.d.ts +0 -1
- package/dist/cjs/src/components/atoms/BreadcrumItem/__stories__/BreadcrumbItem.stories.d.ts +0 -8
- package/dist/cjs/src/components/atoms/Button/__stories__/Button.stories.d.ts +0 -17
- package/dist/cjs/src/components/atoms/Button/__tests__/Button.test.d.ts +0 -1
- package/dist/cjs/src/components/atoms/ButtonIcon/__stories__/ButtonIcon.stories.d.ts +0 -11
- package/dist/cjs/src/components/atoms/ButtonIcon/__tests__/ButtonIcon.test.d.ts +0 -1
- package/dist/cjs/src/components/atoms/CardPane/__stories__/CardPane.stories.d.ts +0 -8
- package/dist/cjs/src/components/atoms/CardPane/__tests__/CardPane.test.d.ts +0 -1
- package/dist/cjs/src/components/atoms/Checkbox/__stories__/Checkbox.stories.d.ts +0 -11
- package/dist/cjs/src/components/atoms/Checkbox/__tests__/Checkbox.test.d.ts +0 -1
- package/dist/cjs/src/components/atoms/DatePickerCustom/__stories__/DatePickerCustom.stories.d.ts +0 -8
- package/dist/cjs/src/components/atoms/DatePickerCustom/__tests__/DatePickerCustom.test.d.ts +0 -1
- package/dist/cjs/src/components/atoms/DialogMenuIcon/__stories__/DialogMenuIcon.stories.d.ts +0 -6
- package/dist/cjs/src/components/atoms/Disclaimer/__stories__/Disclaimer.stories.d.ts +0 -6
- package/dist/cjs/src/components/atoms/Disclaimer/__tests__/Disclaimer.test.d.ts +0 -1
- package/dist/cjs/src/components/atoms/Divider/__stories__/Divider.stories.d.ts +0 -7
- package/dist/cjs/src/components/atoms/Divider/__tests__/Divider.test.d.ts +0 -1
- package/dist/cjs/src/components/atoms/DocumentStatus/__stories__/DocumentStatus.stories.d.ts +0 -8
- package/dist/cjs/src/components/atoms/DocumentStatus/__tests__/DocumentStatus.test.d.ts +0 -1
- package/dist/cjs/src/components/atoms/ExpertCard/__stories__/ExpertCard.stories.d.ts +0 -7
- package/dist/cjs/src/components/atoms/FormFaq/__stories__/FormFaq.stories.d.ts +0 -6
- package/dist/cjs/src/components/atoms/FormFaq/__tests__/FormFaq.test.d.ts +0 -1
- package/dist/cjs/src/components/atoms/GoogleButton/__stories__/GoogleButton.stories.d.ts +0 -6
- package/dist/cjs/src/components/atoms/GoogleButton/__tests__/GoogleButton.test.d.ts +0 -1
- package/dist/cjs/src/components/atoms/IconImage/__stories__/IconImage.stories.d.ts +0 -6
- package/dist/cjs/src/components/atoms/IconImage/__tests__/IconImage.test.d.ts +0 -1
- package/dist/cjs/src/components/atoms/IconSvgURLWithThemeColor/__stories__/IconSvgURLWithThemeColor.stories.d.ts +0 -7
- package/dist/cjs/src/components/atoms/InfoBox/__stories__/InfoBox.stories.d.ts +0 -8
- package/dist/cjs/src/components/atoms/InfoBox/__tests__/InfoBox.test.d.ts +0 -1
- package/dist/cjs/src/components/atoms/Logo/__stories__/Logo.stories.d.ts +0 -12
- package/dist/cjs/src/components/atoms/LogoText/__stories__/LogoText.stories.d.ts +0 -6
- package/dist/cjs/src/components/atoms/LogoText/__tests__/LogoText.test.d.ts +0 -1
- package/dist/cjs/src/components/atoms/MenuItems/__stories__/MenuItems.stories.d.ts +0 -6
- package/dist/cjs/src/components/atoms/MenuItems/__tests__/MenuItems.test.d.ts +0 -1
- package/dist/cjs/src/components/atoms/Message/__stories__/Message.stories.d.ts +0 -8
- package/dist/cjs/src/components/atoms/Message/__tests__/Message.test.d.ts +0 -1
- package/dist/cjs/src/components/atoms/PaypalButton/__stories__/PaypalButton.stories.d.ts +0 -6
- package/dist/cjs/src/components/atoms/PaypalButton/__tests__/PaypalButton.test.d.ts +0 -1
- package/dist/cjs/src/components/atoms/ProgressBar/__stories__/ProgressBar.stories.d.ts +0 -6
- package/dist/cjs/src/components/atoms/ProgressBar/__tests__/ProgressBar.test.d.ts +0 -1
- package/dist/cjs/src/components/atoms/Radio/__stories__/Radio.stories.d.ts +0 -8
- package/dist/cjs/src/components/atoms/Radio/__tests__/Radio.test.d.ts +0 -1
- package/dist/cjs/src/components/atoms/RemoveButton/__stories__/RemoveButton.stories.d.ts +0 -6
- package/dist/cjs/src/components/atoms/RemoveButton/__tests__/RemoveButton.test.d.ts +0 -1
- package/dist/cjs/src/components/atoms/RichTextInner/__stories__/RichTextInner.stories.d.ts +0 -6
- package/dist/cjs/src/components/atoms/RichTextInner/__tests__/RichTextInner.test.d.ts +0 -1
- package/dist/cjs/src/components/atoms/RichTextStrapi/__stories__/RichTextStrapi.stories.d.ts +0 -8
- package/dist/cjs/src/components/atoms/SearchSelect/__stories__/SearchSelect.stories.d.ts +0 -6
- package/dist/cjs/src/components/atoms/SearchSelect/__tests__/SearchSelect.test.d.ts +0 -1
- package/dist/cjs/src/components/atoms/SidemenuTab/__stories__/SidemenuTab.stories.d.ts +0 -16
- package/dist/cjs/src/components/atoms/SidemenuTab/__tests__/SidemenuTab.test.d.ts +0 -1
- package/dist/cjs/src/components/atoms/Spinner/__stories__/Spinner.stories.d.ts +0 -7
- package/dist/cjs/src/components/atoms/Spinner/__tests__/Spinner.test.d.ts +0 -1
- package/dist/cjs/src/components/atoms/TestAB/__stories__/TestAB.stories.d.ts +0 -21
- package/dist/cjs/src/components/atoms/TestAB/__tests__/TestAB.test.d.ts +0 -1
- package/dist/cjs/src/components/atoms/TextArea/__stories__/TextArea.stories.d.ts +0 -9
- package/dist/cjs/src/components/atoms/TextArea/__tests__/TextArea.test.d.ts +0 -1
- package/dist/cjs/src/components/atoms/Toggle/__stories__/Toggle.stories.d.ts +0 -7
- package/dist/cjs/src/components/atoms/Toggle/__tests__/Toggle.test.d.ts +0 -1
- package/dist/cjs/src/components/atoms/Tooltip/__stories__/Tooltip.stories.d.ts +0 -15
- package/dist/cjs/src/components/atoms/Tooltip/__tests__/Tooltip.test.d.ts +0 -1
- package/dist/cjs/src/components/atoms/TopBar/__stories__/TopBar.stories.d.ts +0 -7
- package/dist/cjs/src/components/atoms/TopBar/__tests__/TopBar.test.d.ts +0 -1
- package/dist/cjs/src/components/atoms/TopBarMobile/__stories__/TopBarMobile.stories.d.ts +0 -7
- package/dist/cjs/src/components/atoms/TrustPilot/__stories__/Trustpilot.stories.d.ts +0 -6
- package/dist/cjs/src/components/atoms/WhyLawDistrictItems/__stories__/WhyLawDistrictItems.stories.d.ts +0 -6
- package/dist/cjs/src/components/atoms/WhyLawDistrictItems/__tests__/WhyLawDistrictItems.test.d.ts +0 -1
- package/dist/cjs/src/components/atoms/WideInfoBar/__stories__/WideInfoBar.stories.d.ts +0 -7
- package/dist/cjs/src/components/atoms/WideInfoBar/__tests__/WideInfoBar.test.d.ts +0 -1
- package/dist/cjs/src/components/molecules/Article/__stories__/Article.stories.d.ts +0 -6
- package/dist/cjs/src/components/molecules/BaseBoxList/__stories__/BaseBoxList.stories.d.ts +0 -6
- package/dist/cjs/src/components/molecules/BaseBoxList/__tests__/BaseBoxList.test.d.ts +0 -1
- package/dist/cjs/src/components/molecules/BottomFixedBar/__stories__/BottomFixedBar.stories.d.ts +0 -7
- package/dist/cjs/src/components/molecules/BottomFixedBar/__tests__/BottomFixedBar.test.d.ts +0 -1
- package/dist/cjs/src/components/molecules/BottomOverlay/__stories__/BottomOverlay.stories.d.ts +0 -9
- package/dist/cjs/src/components/molecules/BottomOverlay/__tests__/BottomOverlay.test.d.ts +0 -1
- package/dist/cjs/src/components/molecules/BoxForm/__stories__/BoxForm.stories.d.ts +0 -9
- package/dist/cjs/src/components/molecules/BoxForm/__tests__/BoxForm.test.d.ts +0 -1
- package/dist/cjs/src/components/molecules/Breadcrumb/__stories__/Breadcrumb.stories.d.ts +0 -7
- package/dist/cjs/src/components/molecules/ContactBox/__stories__/ContactBox.stories.d.ts +0 -24
- package/dist/cjs/src/components/molecules/ContactBox/__tests__/ContactBox.test.d.ts +0 -1
- package/dist/cjs/src/components/molecules/ExpertCardList/__stories__/ExpertCardList.stories.d.ts +0 -6
- package/dist/cjs/src/components/molecules/Feedback/__stories__/Feedback.stories.d.ts +0 -9
- package/dist/cjs/src/components/molecules/Feedback/__tests__/Feedback.test.d.ts +0 -1
- package/dist/cjs/src/components/molecules/MenuItemsSection/__stories__/MenuItemsSection.stories.d.ts +0 -6
- package/dist/cjs/src/components/molecules/MenuItemsSection/__tests__/MenuItemsSection.test.d.ts +0 -1
- package/dist/cjs/src/components/molecules/NavBarDropDown/__stories__/NavBarDropDown.stories.d.ts +0 -6
- package/dist/cjs/src/components/molecules/Pagination/__stories__/Pagination.stories.d.ts +0 -6
- package/dist/cjs/src/components/molecules/Pagination/__tests__/PageStep.test.d.ts +0 -1
- package/dist/cjs/src/components/molecules/Pagination/__tests__/PageStepControl.test.d.ts +0 -1
- package/dist/cjs/src/components/molecules/Pagination/__tests__/Pagination.test.d.ts +0 -1
- package/dist/cjs/src/components/molecules/PricingCard/__stories__/PricingCard.stories.d.ts +0 -7
- package/dist/cjs/src/components/molecules/PricingCard/__tests__/PricingCard.test.d.ts +0 -1
- package/dist/cjs/src/components/molecules/Snackbar/__stories__/Snackbar.stories.d.ts +0 -14
- package/dist/cjs/src/components/molecules/Snackbar/__tests__/Snackbar.test.d.ts +0 -1
- package/dist/cjs/src/components/molecules/StepGetForm/__stories__/StepGetForm.stories.d.ts +0 -6
- package/dist/cjs/src/components/molecules/TextInput/tests/Input.test.d.ts +0 -1
- package/dist/cjs/src/components/molecules/TextInput/tests/TextInput.test.d.ts +0 -1
- package/dist/cjs/src/components/molecules/TextInput/tests/TextInputLabel.test.d.ts +0 -1
- package/dist/cjs/src/components/molecules/TextInput/tests/TextInputMessage.test.d.ts +0 -1
- package/dist/cjs/src/components/molecules/TextInput/tests/TextInputTooltip.test.d.ts +0 -1
- package/dist/cjs/src/components/molecules/TooltipMenu/__stories__/TooltipMenu.stories.d.ts +0 -6
- package/dist/cjs/src/components/molecules/TooltipMenu/__tests__/TooltipMenu.test.d.ts +0 -1
- package/dist/cjs/src/components/molecules/TrustworthyWebsites/__stories__/TrustworthyWebsites.stories.d.ts +0 -6
- package/dist/cjs/src/components/molecules/TrustworthyWebsites/__tests__/TrustworthyWebsites.test.d.ts +0 -1
- package/dist/cjs/src/components/organisms/AboutUsContent/__stories__/AboutUsContent.stories.d.ts +0 -7
- package/dist/cjs/src/components/organisms/ArticlesList/__stories__/ArticlesList.stories.d.ts +0 -6
- package/dist/cjs/src/components/organisms/AsSeeInContent/__stories__/AsSeeInContent.stories.d.ts +0 -6
- package/dist/cjs/src/components/organisms/GuidelinesContent/__stories__/GuidelinesContent.stories.d.ts +0 -6
- package/dist/cjs/src/components/organisms/ListStepsGetForm/__stories__/ListStepsGetForm.stories.d.ts +0 -6
- package/dist/cjs/src/components/organisms/MobileBottomBar/__stories__/MobileBottomBar.stories.d.ts +0 -7
- package/dist/cjs/src/components/organisms/MobileBottomBar/__tests__/MobileBottomBar.test.d.ts +0 -1
- package/dist/cjs/src/components/organisms/TryOurFreeLegalBlogsContent/__stories__/TryOurFreeLegalBlogsContent.stories.d.ts +0 -6
- package/dist/cjs/src/components/sections/AboutUsSection/__stories__/AboutUsSection.stories.d.ts +0 -8
- package/dist/cjs/src/components/sections/AsSeeInSection/__stories__/AsSeeInSection.stories.d.ts +0 -6
- package/dist/cjs/src/components/sections/BlogSection/__stories__/BlogSection.stories.d.ts +0 -6
- package/dist/cjs/src/components/sections/ExpertsSection/__stories__/ExpertsSection.stories.d.ts +0 -6
- package/dist/cjs/src/components/sections/GuidelinesSection/__stories__/GuidelinesSection.stories.d.ts +0 -6
- package/dist/cjs/src/components/sections/HowGetYourFormsSection/__stories__/HowGetYourFormsSection.stories.d.ts +0 -6
- package/dist/cjs/src/components/sections/PeopleSayAboutUsSection/__stories__/PeopleSayAboutUsSection.stories.d.ts +0 -7
- package/dist/cjs/src/components/sections/TryOurFreeLegalBlogsSection/__stories__/TryOurFreeLegalBlogsSection.stories.d.ts +0 -6
- package/dist/cjs/src/components/sections/WhyLawDistrictSection/__stories__/WhyLawDistrictSection.stories.d.ts +0 -7
- package/dist/cjs/src/components/sections/WhyLawDistrictSection/__tests__/WhyLawDistrictSection.test.d.ts +0 -1
- package/dist/esm/src/components/atoms/AddButton/__stories__/AddButton.stories.d.ts +0 -6
- package/dist/esm/src/components/atoms/AddButton/__tests__/AddButton.test.d.ts +0 -1
- package/dist/esm/src/components/atoms/BaseBox/__stories__/BaseBox.stories.d.ts +0 -8
- package/dist/esm/src/components/atoms/BaseBox/__tests__/BaseBox.test.d.ts +0 -1
- package/dist/esm/src/components/atoms/BillCard/__stories__/BillCard.stories.d.ts +0 -6
- package/dist/esm/src/components/atoms/BillCard/__tests__/BillCard.test.d.ts +0 -1
- package/dist/esm/src/components/atoms/BottomOverlayMenu/__stories__/BottomOverlayMenu.stories.d.ts +0 -6
- package/dist/esm/src/components/atoms/BottomOverlayMenu/__tests__/BottomOverlayMenu.test.d.ts +0 -1
- package/dist/esm/src/components/atoms/BreadcrumItem/__stories__/BreadcrumbItem.stories.d.ts +0 -8
- package/dist/esm/src/components/atoms/Button/__stories__/Button.stories.d.ts +0 -17
- package/dist/esm/src/components/atoms/Button/__tests__/Button.test.d.ts +0 -1
- package/dist/esm/src/components/atoms/ButtonIcon/__stories__/ButtonIcon.stories.d.ts +0 -11
- package/dist/esm/src/components/atoms/ButtonIcon/__tests__/ButtonIcon.test.d.ts +0 -1
- package/dist/esm/src/components/atoms/CardPane/__stories__/CardPane.stories.d.ts +0 -8
- package/dist/esm/src/components/atoms/CardPane/__tests__/CardPane.test.d.ts +0 -1
- package/dist/esm/src/components/atoms/Checkbox/__stories__/Checkbox.stories.d.ts +0 -11
- package/dist/esm/src/components/atoms/Checkbox/__tests__/Checkbox.test.d.ts +0 -1
- package/dist/esm/src/components/atoms/DatePickerCustom/__stories__/DatePickerCustom.stories.d.ts +0 -8
- package/dist/esm/src/components/atoms/DatePickerCustom/__tests__/DatePickerCustom.test.d.ts +0 -1
- package/dist/esm/src/components/atoms/DialogMenuIcon/__stories__/DialogMenuIcon.stories.d.ts +0 -6
- package/dist/esm/src/components/atoms/Disclaimer/__stories__/Disclaimer.stories.d.ts +0 -6
- package/dist/esm/src/components/atoms/Disclaimer/__tests__/Disclaimer.test.d.ts +0 -1
- package/dist/esm/src/components/atoms/Divider/__stories__/Divider.stories.d.ts +0 -7
- package/dist/esm/src/components/atoms/Divider/__tests__/Divider.test.d.ts +0 -1
- package/dist/esm/src/components/atoms/DocumentStatus/__stories__/DocumentStatus.stories.d.ts +0 -8
- package/dist/esm/src/components/atoms/DocumentStatus/__tests__/DocumentStatus.test.d.ts +0 -1
- package/dist/esm/src/components/atoms/ExpertCard/__stories__/ExpertCard.stories.d.ts +0 -7
- package/dist/esm/src/components/atoms/FormFaq/__stories__/FormFaq.stories.d.ts +0 -6
- package/dist/esm/src/components/atoms/FormFaq/__tests__/FormFaq.test.d.ts +0 -1
- package/dist/esm/src/components/atoms/GoogleButton/__stories__/GoogleButton.stories.d.ts +0 -6
- package/dist/esm/src/components/atoms/GoogleButton/__tests__/GoogleButton.test.d.ts +0 -1
- package/dist/esm/src/components/atoms/IconImage/__stories__/IconImage.stories.d.ts +0 -6
- package/dist/esm/src/components/atoms/IconImage/__tests__/IconImage.test.d.ts +0 -1
- package/dist/esm/src/components/atoms/IconSvgURLWithThemeColor/__stories__/IconSvgURLWithThemeColor.stories.d.ts +0 -7
- package/dist/esm/src/components/atoms/InfoBox/__stories__/InfoBox.stories.d.ts +0 -8
- package/dist/esm/src/components/atoms/InfoBox/__tests__/InfoBox.test.d.ts +0 -1
- package/dist/esm/src/components/atoms/Logo/__stories__/Logo.stories.d.ts +0 -12
- package/dist/esm/src/components/atoms/LogoText/__stories__/LogoText.stories.d.ts +0 -6
- package/dist/esm/src/components/atoms/LogoText/__tests__/LogoText.test.d.ts +0 -1
- package/dist/esm/src/components/atoms/MenuItems/__stories__/MenuItems.stories.d.ts +0 -6
- package/dist/esm/src/components/atoms/MenuItems/__tests__/MenuItems.test.d.ts +0 -1
- package/dist/esm/src/components/atoms/Message/__stories__/Message.stories.d.ts +0 -8
- package/dist/esm/src/components/atoms/Message/__tests__/Message.test.d.ts +0 -1
- package/dist/esm/src/components/atoms/PaypalButton/__stories__/PaypalButton.stories.d.ts +0 -6
- package/dist/esm/src/components/atoms/PaypalButton/__tests__/PaypalButton.test.d.ts +0 -1
- package/dist/esm/src/components/atoms/ProgressBar/__stories__/ProgressBar.stories.d.ts +0 -6
- package/dist/esm/src/components/atoms/ProgressBar/__tests__/ProgressBar.test.d.ts +0 -1
- package/dist/esm/src/components/atoms/Radio/__stories__/Radio.stories.d.ts +0 -8
- package/dist/esm/src/components/atoms/Radio/__tests__/Radio.test.d.ts +0 -1
- package/dist/esm/src/components/atoms/RemoveButton/__stories__/RemoveButton.stories.d.ts +0 -6
- package/dist/esm/src/components/atoms/RemoveButton/__tests__/RemoveButton.test.d.ts +0 -1
- package/dist/esm/src/components/atoms/RichTextInner/__stories__/RichTextInner.stories.d.ts +0 -6
- package/dist/esm/src/components/atoms/RichTextInner/__tests__/RichTextInner.test.d.ts +0 -1
- package/dist/esm/src/components/atoms/RichTextStrapi/__stories__/RichTextStrapi.stories.d.ts +0 -8
- package/dist/esm/src/components/atoms/SearchSelect/__stories__/SearchSelect.stories.d.ts +0 -6
- package/dist/esm/src/components/atoms/SearchSelect/__tests__/SearchSelect.test.d.ts +0 -1
- package/dist/esm/src/components/atoms/SidemenuTab/__stories__/SidemenuTab.stories.d.ts +0 -16
- package/dist/esm/src/components/atoms/SidemenuTab/__tests__/SidemenuTab.test.d.ts +0 -1
- package/dist/esm/src/components/atoms/Spinner/__stories__/Spinner.stories.d.ts +0 -7
- package/dist/esm/src/components/atoms/Spinner/__tests__/Spinner.test.d.ts +0 -1
- package/dist/esm/src/components/atoms/TestAB/__stories__/TestAB.stories.d.ts +0 -21
- package/dist/esm/src/components/atoms/TestAB/__tests__/TestAB.test.d.ts +0 -1
- package/dist/esm/src/components/atoms/TextArea/__stories__/TextArea.stories.d.ts +0 -9
- package/dist/esm/src/components/atoms/TextArea/__tests__/TextArea.test.d.ts +0 -1
- package/dist/esm/src/components/atoms/Toggle/__stories__/Toggle.stories.d.ts +0 -7
- package/dist/esm/src/components/atoms/Toggle/__tests__/Toggle.test.d.ts +0 -1
- package/dist/esm/src/components/atoms/Tooltip/__stories__/Tooltip.stories.d.ts +0 -15
- package/dist/esm/src/components/atoms/Tooltip/__tests__/Tooltip.test.d.ts +0 -1
- package/dist/esm/src/components/atoms/TopBar/__stories__/TopBar.stories.d.ts +0 -7
- package/dist/esm/src/components/atoms/TopBar/__tests__/TopBar.test.d.ts +0 -1
- package/dist/esm/src/components/atoms/TopBarMobile/__stories__/TopBarMobile.stories.d.ts +0 -7
- package/dist/esm/src/components/atoms/TrustPilot/__stories__/Trustpilot.stories.d.ts +0 -6
- package/dist/esm/src/components/atoms/WhyLawDistrictItems/__stories__/WhyLawDistrictItems.stories.d.ts +0 -6
- package/dist/esm/src/components/atoms/WhyLawDistrictItems/__tests__/WhyLawDistrictItems.test.d.ts +0 -1
- package/dist/esm/src/components/atoms/WideInfoBar/__stories__/WideInfoBar.stories.d.ts +0 -7
- package/dist/esm/src/components/atoms/WideInfoBar/__tests__/WideInfoBar.test.d.ts +0 -1
- package/dist/esm/src/components/molecules/Article/__stories__/Article.stories.d.ts +0 -6
- package/dist/esm/src/components/molecules/BaseBoxList/__stories__/BaseBoxList.stories.d.ts +0 -6
- package/dist/esm/src/components/molecules/BaseBoxList/__tests__/BaseBoxList.test.d.ts +0 -1
- package/dist/esm/src/components/molecules/BottomFixedBar/__stories__/BottomFixedBar.stories.d.ts +0 -7
- package/dist/esm/src/components/molecules/BottomFixedBar/__tests__/BottomFixedBar.test.d.ts +0 -1
- package/dist/esm/src/components/molecules/BottomOverlay/__stories__/BottomOverlay.stories.d.ts +0 -9
- package/dist/esm/src/components/molecules/BottomOverlay/__tests__/BottomOverlay.test.d.ts +0 -1
- package/dist/esm/src/components/molecules/BoxForm/__stories__/BoxForm.stories.d.ts +0 -9
- package/dist/esm/src/components/molecules/BoxForm/__tests__/BoxForm.test.d.ts +0 -1
- package/dist/esm/src/components/molecules/Breadcrumb/__stories__/Breadcrumb.stories.d.ts +0 -7
- package/dist/esm/src/components/molecules/ContactBox/__stories__/ContactBox.stories.d.ts +0 -24
- package/dist/esm/src/components/molecules/ContactBox/__tests__/ContactBox.test.d.ts +0 -1
- package/dist/esm/src/components/molecules/ExpertCardList/__stories__/ExpertCardList.stories.d.ts +0 -6
- package/dist/esm/src/components/molecules/Feedback/__stories__/Feedback.stories.d.ts +0 -9
- package/dist/esm/src/components/molecules/Feedback/__tests__/Feedback.test.d.ts +0 -1
- package/dist/esm/src/components/molecules/MenuItemsSection/__stories__/MenuItemsSection.stories.d.ts +0 -6
- package/dist/esm/src/components/molecules/MenuItemsSection/__tests__/MenuItemsSection.test.d.ts +0 -1
- package/dist/esm/src/components/molecules/NavBarDropDown/__stories__/NavBarDropDown.stories.d.ts +0 -6
- package/dist/esm/src/components/molecules/Pagination/__stories__/Pagination.stories.d.ts +0 -6
- package/dist/esm/src/components/molecules/Pagination/__tests__/PageStep.test.d.ts +0 -1
- package/dist/esm/src/components/molecules/Pagination/__tests__/PageStepControl.test.d.ts +0 -1
- package/dist/esm/src/components/molecules/Pagination/__tests__/Pagination.test.d.ts +0 -1
- package/dist/esm/src/components/molecules/PricingCard/__stories__/PricingCard.stories.d.ts +0 -7
- package/dist/esm/src/components/molecules/PricingCard/__tests__/PricingCard.test.d.ts +0 -1
- package/dist/esm/src/components/molecules/Snackbar/__stories__/Snackbar.stories.d.ts +0 -14
- package/dist/esm/src/components/molecules/Snackbar/__tests__/Snackbar.test.d.ts +0 -1
- package/dist/esm/src/components/molecules/StepGetForm/__stories__/StepGetForm.stories.d.ts +0 -6
- package/dist/esm/src/components/molecules/TextInput/tests/Input.test.d.ts +0 -1
- package/dist/esm/src/components/molecules/TextInput/tests/TextInput.test.d.ts +0 -1
- package/dist/esm/src/components/molecules/TextInput/tests/TextInputLabel.test.d.ts +0 -1
- package/dist/esm/src/components/molecules/TextInput/tests/TextInputMessage.test.d.ts +0 -1
- package/dist/esm/src/components/molecules/TextInput/tests/TextInputTooltip.test.d.ts +0 -1
- package/dist/esm/src/components/molecules/TooltipMenu/__stories__/TooltipMenu.stories.d.ts +0 -6
- package/dist/esm/src/components/molecules/TooltipMenu/__tests__/TooltipMenu.test.d.ts +0 -1
- package/dist/esm/src/components/molecules/TrustworthyWebsites/__stories__/TrustworthyWebsites.stories.d.ts +0 -6
- package/dist/esm/src/components/molecules/TrustworthyWebsites/__tests__/TrustworthyWebsites.test.d.ts +0 -1
- package/dist/esm/src/components/organisms/AboutUsContent/__stories__/AboutUsContent.stories.d.ts +0 -7
- package/dist/esm/src/components/organisms/ArticlesList/__stories__/ArticlesList.stories.d.ts +0 -6
- package/dist/esm/src/components/organisms/AsSeeInContent/__stories__/AsSeeInContent.stories.d.ts +0 -6
- package/dist/esm/src/components/organisms/GuidelinesContent/__stories__/GuidelinesContent.stories.d.ts +0 -6
- package/dist/esm/src/components/organisms/ListStepsGetForm/__stories__/ListStepsGetForm.stories.d.ts +0 -6
- package/dist/esm/src/components/organisms/MobileBottomBar/__stories__/MobileBottomBar.stories.d.ts +0 -7
- package/dist/esm/src/components/organisms/MobileBottomBar/__tests__/MobileBottomBar.test.d.ts +0 -1
- package/dist/esm/src/components/organisms/TryOurFreeLegalBlogsContent/__stories__/TryOurFreeLegalBlogsContent.stories.d.ts +0 -6
- package/dist/esm/src/components/sections/AboutUsSection/__stories__/AboutUsSection.stories.d.ts +0 -8
- package/dist/esm/src/components/sections/AsSeeInSection/__stories__/AsSeeInSection.stories.d.ts +0 -6
- package/dist/esm/src/components/sections/BlogSection/__stories__/BlogSection.stories.d.ts +0 -6
- package/dist/esm/src/components/sections/ExpertsSection/__stories__/ExpertsSection.stories.d.ts +0 -6
- package/dist/esm/src/components/sections/GuidelinesSection/__stories__/GuidelinesSection.stories.d.ts +0 -6
- package/dist/esm/src/components/sections/HowGetYourFormsSection/__stories__/HowGetYourFormsSection.stories.d.ts +0 -6
- package/dist/esm/src/components/sections/PeopleSayAboutUsSection/__stories__/PeopleSayAboutUsSection.stories.d.ts +0 -7
- package/dist/esm/src/components/sections/TryOurFreeLegalBlogsSection/__stories__/TryOurFreeLegalBlogsSection.stories.d.ts +0 -6
- package/dist/esm/src/components/sections/WhyLawDistrictSection/__stories__/WhyLawDistrictSection.stories.d.ts +0 -7
- 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 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -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 +0,0 @@
|
|
|
1
|
-
export {};
|
package/dist/esm/src/components/molecules/MenuItemsSection/__stories__/MenuItemsSection.stories.d.ts
DELETED
|
@@ -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;
|
package/dist/esm/src/components/molecules/MenuItemsSection/__tests__/MenuItemsSection.test.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
package/dist/esm/src/components/molecules/NavBarDropDown/__stories__/NavBarDropDown.stories.d.ts
DELETED
|
@@ -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 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -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 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -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 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -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 +0,0 @@
|
|
|
1
|
-
export {};
|
package/dist/esm/src/components/organisms/AboutUsContent/__stories__/AboutUsContent.stories.d.ts
DELETED
|
@@ -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 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;
|
package/dist/esm/src/components/organisms/ListStepsGetForm/__stories__/ListStepsGetForm.stories.d.ts
DELETED
|
@@ -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;
|
package/dist/esm/src/components/organisms/MobileBottomBar/__stories__/MobileBottomBar.stories.d.ts
DELETED
|
@@ -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;
|
package/dist/esm/src/components/organisms/MobileBottomBar/__tests__/MobileBottomBar.test.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -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;
|
package/dist/esm/src/components/sections/AboutUsSection/__stories__/AboutUsSection.stories.d.ts
DELETED
|
@@ -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 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;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|