@npm_leadtech/legal-lib-components 2.5.5 → 2.6.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 +4 -2
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/legal-lib-components.css +69 -89
- package/dist/cjs/src/components/atoms/MenuItems/MenuItemProps.types.d.ts +2 -0
- package/dist/cjs/src/components/molecules/NavBarDropDown/NavBarDropDown.d.ts +4 -0
- package/dist/cjs/src/components/molecules/NavBarDropDown/NavBarDropDownProps.types.d.ts +15 -0
- package/dist/cjs/src/components/molecules/NavBarDropDown/__stories__/NavBarDropDown.stories.d.ts +6 -0
- package/dist/cjs/src/components/molecules/NavBarDropDown/index.d.ts +2 -0
- package/dist/cjs/src/components/molecules/index.d.ts +1 -0
- package/dist/cjs/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSectionProps.types.d.ts +4 -2
- package/dist/cjs/src/components/sections/index.d.ts +0 -1
- package/dist/cjs/src/hooks/useIntersectionObserver.d.ts +2 -0
- package/dist/esm/index.js +4 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/legal-lib-components.css +69 -89
- package/dist/esm/src/components/atoms/MenuItems/MenuItemProps.types.d.ts +2 -0
- package/dist/esm/src/components/molecules/NavBarDropDown/NavBarDropDown.d.ts +4 -0
- package/dist/esm/src/components/molecules/NavBarDropDown/NavBarDropDownProps.types.d.ts +15 -0
- package/dist/esm/src/components/molecules/NavBarDropDown/__stories__/NavBarDropDown.stories.d.ts +6 -0
- package/dist/esm/src/components/molecules/NavBarDropDown/index.d.ts +2 -0
- package/dist/esm/src/components/molecules/index.d.ts +1 -0
- package/dist/esm/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSectionProps.types.d.ts +4 -2
- package/dist/esm/src/components/sections/index.d.ts +0 -1
- package/dist/esm/src/hooks/useIntersectionObserver.d.ts +2 -0
- package/dist/index.d.ts +21 -19
- package/package.json +1 -1
- package/dist/cjs/src/components/organisms/GuidelinesContent/GuidelinesContent.d.ts +0 -5
- package/dist/cjs/src/components/organisms/GuidelinesContent/GuidelinesContentProps.types.d.ts +0 -6
- package/dist/cjs/src/components/organisms/GuidelinesContent/__stories__/GuidelinesContent.stories.d.ts +0 -6
- package/dist/cjs/src/components/organisms/GuidelinesContent/index.d.ts +0 -2
- package/dist/cjs/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.d.ts +0 -5
- package/dist/cjs/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContentProps.types.d.ts +0 -6
- package/dist/cjs/src/components/organisms/TryOurFreeLegalBlogsContent/__stories__/TryOurFreeLegalBlogsContent.stories.d.ts +0 -6
- package/dist/cjs/src/components/organisms/TryOurFreeLegalBlogsContent/index.d.ts +0 -2
- package/dist/cjs/src/components/sections/GuidelinesSection/GuidelinesSection.d.ts +0 -5
- package/dist/cjs/src/components/sections/GuidelinesSection/GuidelinesSectionProps.types.d.ts +0 -4
- package/dist/cjs/src/components/sections/GuidelinesSection/__stories__/GuidelinesSection.stories.d.ts +0 -6
- package/dist/cjs/src/components/sections/GuidelinesSection/index.d.ts +0 -2
- package/dist/esm/src/components/organisms/GuidelinesContent/GuidelinesContent.d.ts +0 -5
- package/dist/esm/src/components/organisms/GuidelinesContent/GuidelinesContentProps.types.d.ts +0 -6
- package/dist/esm/src/components/organisms/GuidelinesContent/__stories__/GuidelinesContent.stories.d.ts +0 -6
- package/dist/esm/src/components/organisms/GuidelinesContent/index.d.ts +0 -2
- package/dist/esm/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.d.ts +0 -5
- package/dist/esm/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContentProps.types.d.ts +0 -6
- package/dist/esm/src/components/organisms/TryOurFreeLegalBlogsContent/__stories__/TryOurFreeLegalBlogsContent.stories.d.ts +0 -6
- package/dist/esm/src/components/organisms/TryOurFreeLegalBlogsContent/index.d.ts +0 -2
- package/dist/esm/src/components/sections/GuidelinesSection/GuidelinesSection.d.ts +0 -5
- package/dist/esm/src/components/sections/GuidelinesSection/GuidelinesSectionProps.types.d.ts +0 -4
- package/dist/esm/src/components/sections/GuidelinesSection/__stories__/GuidelinesSection.stories.d.ts +0 -6
- package/dist/esm/src/components/sections/GuidelinesSection/index.d.ts +0 -2
|
@@ -1547,12 +1547,23 @@
|
|
|
1547
1547
|
.menu-items__spacing .menu-items__item:not(:last-child) {
|
|
1548
1548
|
margin-bottom: 0.5rem; }
|
|
1549
1549
|
|
|
1550
|
+
.menu-items__bullets {
|
|
1551
|
+
list-style-position: inside;
|
|
1552
|
+
list-style-type: disc; }
|
|
1553
|
+
|
|
1550
1554
|
.menu-items__item {
|
|
1551
1555
|
transition: background-color 0.3s ease;
|
|
1552
1556
|
border-radius: 4px;
|
|
1553
|
-
padding: 0.25rem 0.5rem;
|
|
1554
|
-
|
|
1555
|
-
|
|
1557
|
+
padding: 0.25rem 0.5rem; }
|
|
1558
|
+
.menu-items__item svg {
|
|
1559
|
+
vertical-align: bottom; }
|
|
1560
|
+
.menu-items__item.active {
|
|
1561
|
+
color: #078080;
|
|
1562
|
+
font-weight: 700;
|
|
1563
|
+
background-color: #E4F8F3; }
|
|
1564
|
+
.menu-items__item.inactive {
|
|
1565
|
+
color: #6D7275;
|
|
1566
|
+
font-weight: 400; }
|
|
1556
1567
|
.menu-items__item.disabled {
|
|
1557
1568
|
color: #B5BABD; }
|
|
1558
1569
|
.menu-items__item.disabled svg > g > g {
|
|
@@ -2799,6 +2810,29 @@
|
|
|
2799
2810
|
.menu-items-section__title-wrapper__title {
|
|
2800
2811
|
font-weight: bold; }
|
|
2801
2812
|
|
|
2813
|
+
.navbar-drop-down__container {
|
|
2814
|
+
position: absolute;
|
|
2815
|
+
width: 100%;
|
|
2816
|
+
height: 100vh;
|
|
2817
|
+
left: 0;
|
|
2818
|
+
right: 0;
|
|
2819
|
+
z-index: 2; }
|
|
2820
|
+
.navbar-drop-down__container__menu_items {
|
|
2821
|
+
background: white;
|
|
2822
|
+
padding: 1.5rem;
|
|
2823
|
+
box-shadow: 0px 2px 6px 0px rgba(2, 55, 74, 0.25); }
|
|
2824
|
+
.navbar-drop-down__container__menu_items ul li {
|
|
2825
|
+
margin-bottom: 1rem;
|
|
2826
|
+
padding: 0.5rem 1rem; }
|
|
2827
|
+
.navbar-drop-down__container__menu_items ul li:last-child {
|
|
2828
|
+
margin-bottom: 0; }
|
|
2829
|
+
.navbar-drop-down__container__shadow {
|
|
2830
|
+
position: absolute;
|
|
2831
|
+
background: #B5BABD;
|
|
2832
|
+
opacity: 0.4;
|
|
2833
|
+
width: 100%;
|
|
2834
|
+
height: 100vh; }
|
|
2835
|
+
|
|
2802
2836
|
.pagination {
|
|
2803
2837
|
align-items: center;
|
|
2804
2838
|
box-sizing: border-box;
|
|
@@ -3391,46 +3425,44 @@
|
|
|
3391
3425
|
.how-it-works-wrapper .works-title {
|
|
3392
3426
|
padding-top: 2.5rem; } }
|
|
3393
3427
|
|
|
3394
|
-
.try-our-free-legal-blogs-section__texts {
|
|
3395
|
-
flex-basis: 50%;
|
|
3396
|
-
display: flex;
|
|
3397
|
-
flex-direction: column;
|
|
3398
|
-
justify-content: center;
|
|
3399
|
-
margin-bottom: 1rem;
|
|
3400
|
-
margin-right: 0;
|
|
3401
|
-
color: #3D4042;
|
|
3402
|
-
font-style: normal;
|
|
3403
|
-
font-weight: 400;
|
|
3404
|
-
letter-spacing: -0.3px; }
|
|
3405
|
-
@media (min-width: 720px) {
|
|
3406
|
-
.try-our-free-legal-blogs-section__texts {
|
|
3407
|
-
margin-right: 3rem;
|
|
3408
|
-
margin-bottom: 0; } }
|
|
3409
|
-
.try-our-free-legal-blogs-section__texts__title {
|
|
3410
|
-
font-family: "Lora", serif;
|
|
3411
|
-
font-size: 28px;
|
|
3412
|
-
line-height: 42px;
|
|
3413
|
-
margin-bottom: 2rem;
|
|
3414
|
-
text-align: center; }
|
|
3415
|
-
@media (min-width: 720px) {
|
|
3416
|
-
.try-our-free-legal-blogs-section__texts__title {
|
|
3417
|
-
text-align: left; } }
|
|
3418
|
-
.try-our-free-legal-blogs-section__texts__body {
|
|
3419
|
-
font-family: "Inter", sans-serif;
|
|
3420
|
-
font-size: 16px;
|
|
3421
|
-
line-height: 22px; }
|
|
3422
|
-
.try-our-free-legal-blogs-section__texts__body a {
|
|
3423
|
-
color: #078080; }
|
|
3424
|
-
|
|
3425
|
-
.try-our-free-legal-blogs-section__image {
|
|
3426
|
-
flex-basis: 50%; }
|
|
3427
|
-
|
|
3428
3428
|
.try-our-free-legal-blogs-section {
|
|
3429
3429
|
display: flex;
|
|
3430
3430
|
flex-direction: column; }
|
|
3431
3431
|
@media (min-width: 720px) {
|
|
3432
3432
|
.try-our-free-legal-blogs-section {
|
|
3433
3433
|
flex-flow: row nowrap; } }
|
|
3434
|
+
.try-our-free-legal-blogs-section__texts {
|
|
3435
|
+
flex-basis: 50%;
|
|
3436
|
+
display: flex;
|
|
3437
|
+
flex-direction: column;
|
|
3438
|
+
justify-content: center;
|
|
3439
|
+
margin-bottom: 1rem;
|
|
3440
|
+
margin-right: 0;
|
|
3441
|
+
color: #3D4042;
|
|
3442
|
+
font-style: normal;
|
|
3443
|
+
font-weight: 400;
|
|
3444
|
+
letter-spacing: -0.3px; }
|
|
3445
|
+
@media (min-width: 720px) {
|
|
3446
|
+
.try-our-free-legal-blogs-section__texts {
|
|
3447
|
+
margin-right: 3rem;
|
|
3448
|
+
margin-bottom: 0; } }
|
|
3449
|
+
.try-our-free-legal-blogs-section__texts__title {
|
|
3450
|
+
font-family: "Lora", serif;
|
|
3451
|
+
font-size: 28px;
|
|
3452
|
+
line-height: 42px;
|
|
3453
|
+
margin-bottom: 2rem;
|
|
3454
|
+
text-align: center; }
|
|
3455
|
+
@media (min-width: 720px) {
|
|
3456
|
+
.try-our-free-legal-blogs-section__texts__title {
|
|
3457
|
+
text-align: left; } }
|
|
3458
|
+
.try-our-free-legal-blogs-section__texts__body {
|
|
3459
|
+
font-family: "Inter", sans-serif;
|
|
3460
|
+
font-size: 16px;
|
|
3461
|
+
line-height: 22px; }
|
|
3462
|
+
.try-our-free-legal-blogs-section__texts__body a {
|
|
3463
|
+
color: #078080; }
|
|
3464
|
+
.try-our-free-legal-blogs-section__image {
|
|
3465
|
+
flex-basis: 50%; }
|
|
3434
3466
|
|
|
3435
3467
|
.about-us-content {
|
|
3436
3468
|
display: flex;
|
|
@@ -3510,55 +3542,3 @@
|
|
|
3510
3542
|
@media (min-width: 960px) {
|
|
3511
3543
|
.about-us-section__sub-title {
|
|
3512
3544
|
font-size: 3rem; } }
|
|
3513
|
-
|
|
3514
|
-
.guidelines-section__texts {
|
|
3515
|
-
flex-basis: 50%;
|
|
3516
|
-
display: flex;
|
|
3517
|
-
flex-direction: column;
|
|
3518
|
-
justify-content: center;
|
|
3519
|
-
margin-bottom: 1rem;
|
|
3520
|
-
margin-right: 0;
|
|
3521
|
-
color: #3D4042;
|
|
3522
|
-
font-style: normal;
|
|
3523
|
-
font-weight: 400;
|
|
3524
|
-
letter-spacing: -0.3px; }
|
|
3525
|
-
@media (min-width: 720px) {
|
|
3526
|
-
.guidelines-section__texts {
|
|
3527
|
-
margin-left: 3rem;
|
|
3528
|
-
margin-bottom: 0; } }
|
|
3529
|
-
.guidelines-section__texts__title {
|
|
3530
|
-
font-family: "Lora", serif;
|
|
3531
|
-
font-size: 28px;
|
|
3532
|
-
line-height: 42px;
|
|
3533
|
-
margin-bottom: 2rem;
|
|
3534
|
-
text-align: center; }
|
|
3535
|
-
@media (min-width: 720px) {
|
|
3536
|
-
.guidelines-section__texts__title {
|
|
3537
|
-
text-align: left; } }
|
|
3538
|
-
.guidelines-section__texts__body {
|
|
3539
|
-
font-family: "Inter", sans-serif;
|
|
3540
|
-
font-size: 16px;
|
|
3541
|
-
line-height: 22px; }
|
|
3542
|
-
.guidelines-section__texts__body a {
|
|
3543
|
-
color: #078080; }
|
|
3544
|
-
|
|
3545
|
-
.guidelines-section__image {
|
|
3546
|
-
flex-basis: 50%;
|
|
3547
|
-
margin-bottom: 2rem; }
|
|
3548
|
-
.guidelines-section__image.big-devices {
|
|
3549
|
-
display: none; }
|
|
3550
|
-
@media (min-width: 720px) {
|
|
3551
|
-
.guidelines-section__image.big-devices {
|
|
3552
|
-
display: flex; } }
|
|
3553
|
-
.guidelines-section__image.is-mobile {
|
|
3554
|
-
display: flex; }
|
|
3555
|
-
@media (min-width: 720px) {
|
|
3556
|
-
.guidelines-section__image.is-mobile {
|
|
3557
|
-
display: none; } }
|
|
3558
|
-
|
|
3559
|
-
.guidelines-section {
|
|
3560
|
-
display: flex;
|
|
3561
|
-
flex-direction: column; }
|
|
3562
|
-
@media (min-width: 720px) {
|
|
3563
|
-
.guidelines-section {
|
|
3564
|
-
flex-flow: row nowrap; } }
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
interface List {
|
|
3
|
+
onClick: () => void;
|
|
4
|
+
content: string;
|
|
5
|
+
dataQA?: string;
|
|
6
|
+
}
|
|
7
|
+
export interface NavBarDropDownProps {
|
|
8
|
+
isOpen: boolean;
|
|
9
|
+
hasBullets?: boolean;
|
|
10
|
+
initialActiveContent?: string;
|
|
11
|
+
setEnableScrollbarOnClose: React.Dispatch<React.SetStateAction<(() => void) | undefined>>;
|
|
12
|
+
setIsOpen: (open: boolean) => void;
|
|
13
|
+
list: List[];
|
|
14
|
+
}
|
|
15
|
+
export {};
|
package/dist/esm/src/components/molecules/NavBarDropDown/__stories__/NavBarDropDown.stories.d.ts
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
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,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
export interface TryOurFreeLegalBlogsSectionProps {
|
|
3
|
-
|
|
3
|
+
title: string;
|
|
4
|
+
image: React.ReactNode;
|
|
5
|
+
children?: string | React.ReactNode;
|
|
4
6
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -211,6 +211,8 @@ declare const LogoText: FC<LogoTextProps>;
|
|
|
211
211
|
|
|
212
212
|
interface MenuItemProps {
|
|
213
213
|
spacing?: boolean;
|
|
214
|
+
hasBullets?: boolean;
|
|
215
|
+
initialActiveContent?: string;
|
|
214
216
|
list: MenuListItem[];
|
|
215
217
|
}
|
|
216
218
|
interface MenuListItem {
|
|
@@ -489,6 +491,22 @@ interface MenuItemsSectionProps {
|
|
|
489
491
|
|
|
490
492
|
declare const MenuItemsSection: FC<MenuItemsSectionProps>;
|
|
491
493
|
|
|
494
|
+
interface List {
|
|
495
|
+
onClick: () => void;
|
|
496
|
+
content: string;
|
|
497
|
+
dataQA?: string;
|
|
498
|
+
}
|
|
499
|
+
interface NavBarDropDownProps {
|
|
500
|
+
isOpen: boolean;
|
|
501
|
+
hasBullets?: boolean;
|
|
502
|
+
initialActiveContent?: string;
|
|
503
|
+
setEnableScrollbarOnClose: React.Dispatch<React.SetStateAction<(() => void) | undefined>>;
|
|
504
|
+
setIsOpen: (open: boolean) => void;
|
|
505
|
+
list: List[];
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
declare const NavBarDropDown: FC<NavBarDropDownProps>;
|
|
509
|
+
|
|
492
510
|
interface PaginationProps {
|
|
493
511
|
totalPages: number;
|
|
494
512
|
activePage: number;
|
|
@@ -622,14 +640,10 @@ interface HowGetYourFormsSectionProps {
|
|
|
622
640
|
|
|
623
641
|
declare const HowGetYourFormsSection: FC<HowGetYourFormsSectionProps>;
|
|
624
642
|
|
|
625
|
-
interface
|
|
643
|
+
interface TryOurFreeLegalBlogsSectionProps {
|
|
626
644
|
title: string;
|
|
627
645
|
image: React.ReactNode;
|
|
628
|
-
children
|
|
629
|
-
}
|
|
630
|
-
|
|
631
|
-
interface TryOurFreeLegalBlogsSectionProps {
|
|
632
|
-
contentTryOurFreeLegalBlogs: TryOurFreeLegalBlogsContentProps;
|
|
646
|
+
children?: string | React.ReactNode;
|
|
633
647
|
}
|
|
634
648
|
|
|
635
649
|
declare const TryOurFreeLegalBlogsSection: FC<TryOurFreeLegalBlogsSectionProps>;
|
|
@@ -648,16 +662,4 @@ interface AboutUsSectionProps {
|
|
|
648
662
|
|
|
649
663
|
declare const AboutUsSection: FC<AboutUsSectionProps>;
|
|
650
664
|
|
|
651
|
-
|
|
652
|
-
title: string;
|
|
653
|
-
image: React.ReactNode;
|
|
654
|
-
children: React.ReactNode;
|
|
655
|
-
}
|
|
656
|
-
|
|
657
|
-
interface GuidelinesSectionProps {
|
|
658
|
-
contentGuidelines: GuidelinesContentProps;
|
|
659
|
-
}
|
|
660
|
-
|
|
661
|
-
declare const GuidelinesSection: FC<GuidelinesSectionProps>;
|
|
662
|
-
|
|
663
|
-
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, GuidelinesSection, GuidelinesSectionProps, 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 };
|
|
665
|
+
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, 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, TopBarProps, TryOurFreeLegalBlogsSection, TryOurFreeLegalBlogsSectionProps };
|
package/package.json
CHANGED
|
@@ -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;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { type FC } from 'react';
|
|
2
|
-
import { type TryOurFreeLegalBlogsContentProps } from './TryOurFreeLegalBlogsContentProps.types';
|
|
3
|
-
import './TryOurFreeLegalBlogsContent.scss';
|
|
4
|
-
declare const TryOurFreeLegalBlogsContent: FC<TryOurFreeLegalBlogsContentProps>;
|
|
5
|
-
export default TryOurFreeLegalBlogsContent;
|
|
@@ -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;
|
|
@@ -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 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;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { type FC } from 'react';
|
|
2
|
-
import { type TryOurFreeLegalBlogsContentProps } from './TryOurFreeLegalBlogsContentProps.types';
|
|
3
|
-
import './TryOurFreeLegalBlogsContent.scss';
|
|
4
|
-
declare const TryOurFreeLegalBlogsContent: FC<TryOurFreeLegalBlogsContentProps>;
|
|
5
|
-
export default TryOurFreeLegalBlogsContent;
|
|
@@ -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;
|
|
@@ -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;
|