@npm_leadtech/legal-lib-components 2.11.15 → 2.11.17
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 +3 -3
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/src/components/atoms/Disclaimer/DisclaimerProps.types.d.ts +2 -1
- package/dist/cjs/src/components/atoms/Logo/Logo.d.ts +3 -0
- package/dist/cjs/src/components/atoms/Logo/LogoProps.types.d.ts +7 -0
- package/dist/cjs/src/components/atoms/Logo/__stories__/Logo.stories.d.ts +12 -0
- package/dist/cjs/src/components/atoms/Logo/index.d.ts +2 -0
- package/dist/cjs/src/components/atoms/index.d.ts +1 -0
- package/dist/esm/index.js +4 -4
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/src/components/atoms/Disclaimer/DisclaimerProps.types.d.ts +2 -1
- package/dist/esm/src/components/atoms/Logo/Logo.d.ts +3 -0
- package/dist/esm/src/components/atoms/Logo/LogoProps.types.d.ts +7 -0
- package/dist/esm/src/components/atoms/Logo/__stories__/Logo.stories.d.ts +12 -0
- package/dist/esm/src/components/atoms/Logo/index.d.ts +2 -0
- package/dist/esm/src/components/atoms/index.d.ts +1 -0
- package/dist/index.d.ts +13 -2
- package/package.json +1 -1
- package/dist/cjs/src/utils/envVariables.d.ts +0 -1
- package/dist/esm/src/utils/envVariables.d.ts +0 -1
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { type Meta, type StoryObj } from '@storybook/react';
|
|
2
|
+
import { Logo } from '../Logo';
|
|
3
|
+
declare const meta: Meta<typeof Logo>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof Logo>;
|
|
6
|
+
export declare const Default: Story;
|
|
7
|
+
export declare const Districtlaws: Story;
|
|
8
|
+
export declare const Lawdistrictpro: Story;
|
|
9
|
+
export declare const Lawdistricts: Story;
|
|
10
|
+
export declare const Thedistrictlaw: Story;
|
|
11
|
+
export declare const Uslawdistrict: Story;
|
|
12
|
+
export declare const Uslawdistricts: Story;
|
package/dist/index.d.ts
CHANGED
|
@@ -149,8 +149,9 @@ declare const DialogMenuIcon: FC<DialogMenuIconProps>;
|
|
|
149
149
|
interface DisclaimerProps {
|
|
150
150
|
text?: string;
|
|
151
151
|
disclaimerLinks?: boolean;
|
|
152
|
-
|
|
152
|
+
linksUrl?: string;
|
|
153
153
|
givenClass?: string;
|
|
154
|
+
siteUrl?: string;
|
|
154
155
|
}
|
|
155
156
|
|
|
156
157
|
declare const Disclaimer: FC<DisclaimerProps>;
|
|
@@ -209,6 +210,16 @@ interface InfoBoxProps {
|
|
|
209
210
|
|
|
210
211
|
declare const InfoBox: FC<InfoBoxProps>;
|
|
211
212
|
|
|
213
|
+
interface LogoProps {
|
|
214
|
+
siteName: string;
|
|
215
|
+
className?: string;
|
|
216
|
+
width?: string;
|
|
217
|
+
height?: string;
|
|
218
|
+
type?: string;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
declare const Logo: FC<LogoProps>;
|
|
222
|
+
|
|
212
223
|
interface LogoTextProps {
|
|
213
224
|
logo?: string;
|
|
214
225
|
children?: any;
|
|
@@ -762,4 +773,4 @@ declare function useIntersectionObserver({ options, defaultIntersecting }: {
|
|
|
762
773
|
defaultIntersecting?: boolean | undefined;
|
|
763
774
|
}): [RefObject<HTMLDivElement | HTMLHeadElement>, boolean];
|
|
764
775
|
|
|
765
|
-
export { AboutUsContent, AboutUsContentProps, AboutUsSection, AboutUsSectionProps, AddButton, AddButtonProps, Article, ArticleProps, ArticlesList, ArticlesListProps, AsSeeInContent, AsSeeInContentProps, AsSeeInSection, AsSeeInSectionProps, BaseBox, BaseBoxList, BaseBoxListProps, BaseBoxProps, BillCard, BillCardProps, BlogSection, BlogSectionProps, BottomFixedBar, BottomFixedBarProps, BottomOverlay, BottomOverlayMenu, BottomOverlayMenuProps, BottomOverlayProps, BoxForm, BoxFormProps, BreadcrumItem, BreadcrumItemProps, Breadcrumb, BreadcrumbProps, Button, ButtonIcon, ButtonIconProps, ButtonProps, CardPane, CardPaneInfoProps, CardPaneProps, Checkbox, CheckboxProps, ContactBox, ContactBoxProps, DatePickerCustom, DatePickerCustomProps, DialogMenuIcon, DialogMenuIconProps, Disclaimer, DisclaimerProps, Divider, DividerProps, DocumentStatus, DocumentStatusProps, ExpertCard, ExpertCardList, ExpertCardListProps, ExpertCardProps, ExpertsSection, ExpertsSectionProps, Feedback, FeedbackProps, FormFaq, FormFaqProps, GoogleButton, GoogleButtonProps, GuidelinesContent, GuidelinesContentProps, GuidelinesSection, GuidelinesSectionProps, HowGetYourFormsSection, HowGetYourFormsSectionProps, IconImage, IconImageProps, ImageStructure, InfoBox, InfoBoxProps, ListStepsGetForm, ListStepsGetFormProps, LogoText, LogoTextProps, MenuItemProps, MenuItems, MenuItemsSection, MenuItemsSectionProps, Message, MessageProps, MobileBottomBar, MobileBottomBarProps, NavBarDropDown, NavBarDropDownProps, Pagination, PaginationProps, PaypalButton, PaypalButtonProps, PricingCard, PricingCardProps, ProgressBar, ProgressBarProps, Radio, RadioProps, RemoveButton, RemoveButtonProps, RichTextInner, RichTextInnerProps, RichTextMedia, RichTextStrapi, RichTextStrapiProps, SearchSelect, SearchSelectProps, SideMenuTabProps, SidemenuTab, Snackbar, SnackbarProps, Spinner, SpinnerProps, StepGetForm, StepGetFormProps, TextArea, TextAreaProps, TextInput, TextInputProps, Toggle, ToggleProps, Tooltip, TooltipMenu, TooltipMenuProps, TooltipProps, TopBar, TopBarMobile, TopBarProps, TrustworthyWebsites, TrustworthyWebsitesProps, TryOurFreeLegalBlogsContent, TryOurFreeLegalBlogsContentProps, TryOurFreeLegalBlogsSection, TryOurFreeLegalBlogsSectionProps, WideInfoBar, useIntersectionObserver };
|
|
776
|
+
export { AboutUsContent, AboutUsContentProps, AboutUsSection, AboutUsSectionProps, AddButton, AddButtonProps, Article, ArticleProps, ArticlesList, ArticlesListProps, AsSeeInContent, AsSeeInContentProps, AsSeeInSection, AsSeeInSectionProps, BaseBox, BaseBoxList, BaseBoxListProps, BaseBoxProps, BillCard, BillCardProps, BlogSection, BlogSectionProps, BottomFixedBar, BottomFixedBarProps, BottomOverlay, BottomOverlayMenu, BottomOverlayMenuProps, BottomOverlayProps, BoxForm, BoxFormProps, BreadcrumItem, BreadcrumItemProps, Breadcrumb, BreadcrumbProps, Button, ButtonIcon, ButtonIconProps, ButtonProps, CardPane, CardPaneInfoProps, CardPaneProps, Checkbox, CheckboxProps, ContactBox, ContactBoxProps, DatePickerCustom, DatePickerCustomProps, DialogMenuIcon, DialogMenuIconProps, Disclaimer, DisclaimerProps, Divider, DividerProps, DocumentStatus, DocumentStatusProps, ExpertCard, ExpertCardList, ExpertCardListProps, ExpertCardProps, ExpertsSection, ExpertsSectionProps, Feedback, FeedbackProps, FormFaq, FormFaqProps, GoogleButton, GoogleButtonProps, GuidelinesContent, GuidelinesContentProps, GuidelinesSection, GuidelinesSectionProps, HowGetYourFormsSection, HowGetYourFormsSectionProps, IconImage, IconImageProps, ImageStructure, InfoBox, InfoBoxProps, ListStepsGetForm, ListStepsGetFormProps, Logo, LogoProps, LogoText, LogoTextProps, MenuItemProps, MenuItems, MenuItemsSection, MenuItemsSectionProps, Message, MessageProps, MobileBottomBar, MobileBottomBarProps, NavBarDropDown, NavBarDropDownProps, Pagination, PaginationProps, PaypalButton, PaypalButtonProps, PricingCard, PricingCardProps, ProgressBar, ProgressBarProps, Radio, RadioProps, RemoveButton, RemoveButtonProps, RichTextInner, RichTextInnerProps, RichTextMedia, RichTextStrapi, RichTextStrapiProps, SearchSelect, SearchSelectProps, SideMenuTabProps, SidemenuTab, Snackbar, SnackbarProps, Spinner, SpinnerProps, StepGetForm, StepGetFormProps, TextArea, TextAreaProps, TextInput, TextInputProps, Toggle, ToggleProps, Tooltip, TooltipMenu, TooltipMenuProps, TooltipProps, TopBar, TopBarMobile, TopBarProps, TrustworthyWebsites, TrustworthyWebsitesProps, TryOurFreeLegalBlogsContent, TryOurFreeLegalBlogsContentProps, TryOurFreeLegalBlogsSection, TryOurFreeLegalBlogsSectionProps, WideInfoBar, useIntersectionObserver };
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const envVar = "lawdistrict.com";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const envVar = "lawdistrict.com";
|