@npm_leadtech/legal-lib-components 2.3.1 → 2.4.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 +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/legal-lib-components.css +21 -0
- package/dist/cjs/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.d.ts +5 -0
- package/dist/cjs/src/components/atoms/BottomOverlayMenu/BottomOverlayMenuProps.types.d.ts +4 -0
- package/dist/cjs/src/components/atoms/BottomOverlayMenu/__stories__/BottomOverlayMenu.stories.d.ts +6 -0
- package/dist/cjs/src/components/atoms/BottomOverlayMenu/__test__/BottomOverlayMenu.test.d.ts +1 -0
- package/dist/cjs/src/components/atoms/BottomOverlayMenu/index.d.ts +2 -0
- package/dist/cjs/src/components/atoms/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 +21 -0
- package/dist/esm/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.d.ts +5 -0
- package/dist/esm/src/components/atoms/BottomOverlayMenu/BottomOverlayMenuProps.types.d.ts +4 -0
- package/dist/esm/src/components/atoms/BottomOverlayMenu/__stories__/BottomOverlayMenu.stories.d.ts +6 -0
- package/dist/esm/src/components/atoms/BottomOverlayMenu/__test__/BottomOverlayMenu.test.d.ts +1 -0
- package/dist/esm/src/components/atoms/BottomOverlayMenu/index.d.ts +2 -0
- package/dist/esm/src/components/atoms/index.d.ts +1 -0
- package/dist/index.d.ts +7 -1
- package/package.json +1 -1
|
@@ -2394,6 +2394,27 @@
|
|
|
2394
2394
|
.top-bar-wrapper .top-bar-content svg {
|
|
2395
2395
|
vertical-align: middle; }
|
|
2396
2396
|
|
|
2397
|
+
.bottom-overlay-menu {
|
|
2398
|
+
display: flex;
|
|
2399
|
+
justify-content: space-between;
|
|
2400
|
+
align-items: center;
|
|
2401
|
+
width: 100%;
|
|
2402
|
+
padding: 1.5rem;
|
|
2403
|
+
background-color: #FFFFFF;
|
|
2404
|
+
box-shadow: 0 2px 6px 0 #02374A;
|
|
2405
|
+
color: black; }
|
|
2406
|
+
.bottom-overlay-menu .e-button {
|
|
2407
|
+
width: 100%; }
|
|
2408
|
+
.bottom-overlay-menu .e-searchselect {
|
|
2409
|
+
width: 100%;
|
|
2410
|
+
margin-bottom: 1rem; }
|
|
2411
|
+
.bottom-overlay-menu .e-text {
|
|
2412
|
+
width: 100%; }
|
|
2413
|
+
.bottom-overlay-menu .desktop-radio-icons {
|
|
2414
|
+
display: none; }
|
|
2415
|
+
.bottom-overlay-menu ul li {
|
|
2416
|
+
margin-bottom: 0; }
|
|
2417
|
+
|
|
2397
2418
|
.article {
|
|
2398
2419
|
display: flex;
|
|
2399
2420
|
flex-flow: row wrap;
|
package/dist/esm/src/components/atoms/BottomOverlayMenu/__stories__/BottomOverlayMenu.stories.d.ts
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import BottomOverlayMenu from '../BottomOverlayMenu';
|
|
3
|
+
declare const meta: Meta<typeof BottomOverlayMenu>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof BottomOverlayMenu>;
|
|
6
|
+
export declare const Default: Story;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/dist/index.d.ts
CHANGED
|
@@ -380,6 +380,12 @@ interface TopBarProps {
|
|
|
380
380
|
|
|
381
381
|
declare const TopBar: FC<TopBarProps>;
|
|
382
382
|
|
|
383
|
+
interface BottomOverlayMenuProps {
|
|
384
|
+
children: React.ReactNode;
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
declare const BottomOverlayMenu: FC<BottomOverlayMenuProps>;
|
|
388
|
+
|
|
383
389
|
interface ArticleProps {
|
|
384
390
|
imageUrl: string;
|
|
385
391
|
title: string;
|
|
@@ -638,4 +644,4 @@ interface AboutUsSectionProps {
|
|
|
638
644
|
|
|
639
645
|
declare const AboutUsSection: FC<AboutUsSectionProps>;
|
|
640
646
|
|
|
641
|
-
export { AboutUsSection, AboutUsSectionProps, AddButton, AddButtonProps, Article, ArticleProps, ArticlesList, ArticlesListProps, BaseBox, BaseBoxList, BaseBoxListProps, BaseBoxProps, BillCard, BillCardProps, BlogSection, BlogSectionProps, BottomFixedBar, BottomFixedBarProps, BottomOverlay, 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, HowGetYourFormsSection, HowGetYourFormsSectionProps, IconImage, IconImageProps, InfoBox, InfoBoxProps, ListStepsGetForm, ListStepsGetFormProps, LogoText, LogoTextProps, MenuItemProps, MenuItems, MenuItemsSection, MenuItemsSectionProps, Message, MessageProps, MobileBottomBar, MobileBottomBarProps, 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, TopBarProps, TryOurFreeLegalBlogsSection, TryOurFreeLegalBlogsSectionProps };
|
|
647
|
+
export { AboutUsSection, AboutUsSectionProps, AddButton, AddButtonProps, Article, ArticleProps, ArticlesList, ArticlesListProps, 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, HowGetYourFormsSection, HowGetYourFormsSectionProps, IconImage, IconImageProps, InfoBox, InfoBoxProps, ListStepsGetForm, ListStepsGetFormProps, LogoText, LogoTextProps, MenuItemProps, MenuItems, MenuItemsSection, MenuItemsSectionProps, Message, MessageProps, MobileBottomBar, MobileBottomBarProps, 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, TopBarProps, TryOurFreeLegalBlogsSection, TryOurFreeLegalBlogsSectionProps };
|