@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.
@@ -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;
@@ -0,0 +1,5 @@
1
+ import { type FC } from 'react';
2
+ import './BottomOverlayMenu.scss';
3
+ import { type BottomOverlayMenuProps } from './BottomOverlayMenuProps.types';
4
+ declare const BottomOverlayMenu: FC<BottomOverlayMenuProps>;
5
+ export default BottomOverlayMenu;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ export interface BottomOverlayMenuProps {
3
+ children: React.ReactNode;
4
+ }
@@ -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,2 @@
1
+ export { default as BottomOverlayMenu } from './BottomOverlayMenu';
2
+ export { type BottomOverlayMenuProps } from './BottomOverlayMenuProps.types';
@@ -30,3 +30,4 @@ export * from './TextArea';
30
30
  export * from './Toggle';
31
31
  export * from './Tooltip';
32
32
  export * from './TopBar';
33
+ export * from './BottomOverlayMenu';
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 };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "2.3.1",
3
+ "version": "2.4.0",
4
4
  "dependencies": {
5
5
  "@testing-library/jest-dom": "^5.16.5",
6
6
  "@tippyjs/react": "4.2.6",