@npm_leadtech/legal-lib-components 2.8.1 → 2.9.0
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 +2 -2
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/legal-lib-components.css +20 -0
- package/dist/cjs/src/components/atoms/WideInfoBar/WideInfoBar.d.ts +7 -0
- package/dist/cjs/src/components/atoms/WideInfoBar/__stories__/WideInfoBar.stories.d.ts +6 -0
- package/dist/cjs/src/components/atoms/WideInfoBar/__tests__/WideInfoBar.test.d.ts +1 -0
- package/dist/cjs/src/components/atoms/WideInfoBar/index.d.ts +1 -0
- package/dist/cjs/src/components/atoms/index.d.ts +1 -0
- package/dist/esm/index.js +2 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/legal-lib-components.css +20 -0
- package/dist/esm/src/components/atoms/WideInfoBar/WideInfoBar.d.ts +7 -0
- package/dist/esm/src/components/atoms/WideInfoBar/__stories__/WideInfoBar.stories.d.ts +6 -0
- package/dist/esm/src/components/atoms/WideInfoBar/__tests__/WideInfoBar.test.d.ts +1 -0
- package/dist/esm/src/components/atoms/WideInfoBar/index.d.ts +1 -0
- package/dist/esm/src/components/atoms/index.d.ts +1 -0
- package/dist/index.d.ts +6 -1
- package/package.json +1 -1
|
@@ -2470,6 +2470,26 @@
|
|
|
2470
2470
|
.top-bar-mobile > b img {
|
|
2471
2471
|
margin-right: 8px; }
|
|
2472
2472
|
|
|
2473
|
+
.wide-info-bar {
|
|
2474
|
+
background-color: #EFF7F5;
|
|
2475
|
+
font-family: "Inter", sans-serif;
|
|
2476
|
+
color: #02374A; }
|
|
2477
|
+
.wide-info-bar__wrapper {
|
|
2478
|
+
display: flex;
|
|
2479
|
+
flex-flow: column nowrap;
|
|
2480
|
+
justify-content: space-between;
|
|
2481
|
+
max-width: 1200px;
|
|
2482
|
+
margin: auto;
|
|
2483
|
+
padding: 0.5rem 3.5rem 0.5rem 1.5rem; }
|
|
2484
|
+
@media (min-width: 720px) {
|
|
2485
|
+
.wide-info-bar__wrapper {
|
|
2486
|
+
flex-flow: row;
|
|
2487
|
+
font-size: 0.9rem;
|
|
2488
|
+
padding: 1rem 1.5rem; } }
|
|
2489
|
+
@media (min-width: 1200px) {
|
|
2490
|
+
.wide-info-bar__wrapper {
|
|
2491
|
+
padding: 0.5rem 2rem; } }
|
|
2492
|
+
|
|
2473
2493
|
.article {
|
|
2474
2494
|
display: flex;
|
|
2475
2495
|
flex-flow: row wrap;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as WideInfoBar } from './WideInfoBar';
|
package/dist/index.d.ts
CHANGED
|
@@ -394,6 +394,11 @@ interface TopBarMobileProps {
|
|
|
394
394
|
}
|
|
395
395
|
declare const TopBarMobile: React$1.FC<TopBarMobileProps>;
|
|
396
396
|
|
|
397
|
+
interface WideInfoBarProps {
|
|
398
|
+
children?: React$1.ReactElement<any>;
|
|
399
|
+
}
|
|
400
|
+
declare const WideInfoBar: FC<WideInfoBarProps>;
|
|
401
|
+
|
|
397
402
|
interface ArticleProps {
|
|
398
403
|
imageUrl: string;
|
|
399
404
|
title: string;
|
|
@@ -719,4 +724,4 @@ declare function useIntersectionObserver({ options, defaultIntersecting }: {
|
|
|
719
724
|
defaultIntersecting?: boolean | undefined;
|
|
720
725
|
}): [RefObject<HTMLDivElement | HTMLHeadElement>, boolean];
|
|
721
726
|
|
|
722
|
-
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, 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, 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, useIntersectionObserver };
|
|
727
|
+
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, 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, 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 };
|