@npm_leadtech/legal-lib-components 2.6.0 → 2.6.2

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.
Files changed (66) hide show
  1. package/dist/cjs/index.js +2 -2
  2. package/dist/cjs/index.js.map +1 -1
  3. package/dist/cjs/legal-lib-components.css +161 -71
  4. package/dist/cjs/src/components/molecules/TrustworthyWebsites/TrustworthyWebsites.d.ts +5 -0
  5. package/dist/cjs/src/components/molecules/TrustworthyWebsites/TrustworthyWebsitesProps.types.d.ts +8 -0
  6. package/dist/cjs/src/components/molecules/TrustworthyWebsites/__stories__/TrustworthyWebsites.stories.d.ts +6 -0
  7. package/dist/cjs/src/components/molecules/TrustworthyWebsites/__tests__/TrustworthyWebsites.test.d.ts +1 -0
  8. package/dist/cjs/src/components/molecules/TrustworthyWebsites/index.d.ts +2 -0
  9. package/dist/cjs/src/components/molecules/index.d.ts +1 -0
  10. package/dist/cjs/src/components/organisms/AsSeeInContent/AsSeeInContent.d.ts +5 -0
  11. package/dist/cjs/src/components/organisms/AsSeeInContent/AsSeeInContentProps.types.d.ts +6 -0
  12. package/dist/cjs/src/components/organisms/AsSeeInContent/__stories__/AsSeeInContent.stories.d.ts +6 -0
  13. package/dist/cjs/src/components/organisms/AsSeeInContent/index.d.ts +2 -0
  14. package/dist/cjs/src/components/organisms/GuidelinesContent/GuidelinesContent.d.ts +5 -0
  15. package/dist/cjs/src/components/organisms/GuidelinesContent/GuidelinesContentProps.types.d.ts +6 -0
  16. package/dist/cjs/src/components/organisms/GuidelinesContent/__stories__/GuidelinesContent.stories.d.ts +6 -0
  17. package/dist/cjs/src/components/organisms/GuidelinesContent/index.d.ts +2 -0
  18. package/dist/cjs/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.d.ts +5 -0
  19. package/dist/cjs/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContentProps.types.d.ts +6 -0
  20. package/dist/cjs/src/components/organisms/TryOurFreeLegalBlogsContent/__stories__/TryOurFreeLegalBlogsContent.stories.d.ts +6 -0
  21. package/dist/cjs/src/components/organisms/TryOurFreeLegalBlogsContent/index.d.ts +2 -0
  22. package/dist/cjs/src/components/organisms/index.d.ts +4 -0
  23. package/dist/cjs/src/components/sections/AsSeeInSection/AsSeeInSection.d.ts +5 -0
  24. package/dist/cjs/src/components/sections/AsSeeInSection/AsSeeInSectionProps.types.d.ts +5 -0
  25. package/dist/cjs/src/components/sections/AsSeeInSection/__stories__/AsSeeInSection.stories.d.ts +6 -0
  26. package/dist/cjs/src/components/sections/AsSeeInSection/index.d.ts +2 -0
  27. package/dist/cjs/src/components/sections/GuidelinesSection/GuidelinesSection.d.ts +5 -0
  28. package/dist/cjs/src/components/sections/GuidelinesSection/GuidelinesSectionProps.types.d.ts +4 -0
  29. package/dist/cjs/src/components/sections/GuidelinesSection/__stories__/GuidelinesSection.stories.d.ts +6 -0
  30. package/dist/cjs/src/components/sections/GuidelinesSection/index.d.ts +2 -0
  31. package/dist/cjs/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSectionProps.types.d.ts +2 -4
  32. package/dist/cjs/src/components/sections/index.d.ts +2 -0
  33. package/dist/esm/index.js +2 -2
  34. package/dist/esm/index.js.map +1 -1
  35. package/dist/esm/legal-lib-components.css +161 -71
  36. package/dist/esm/src/components/molecules/TrustworthyWebsites/TrustworthyWebsites.d.ts +5 -0
  37. package/dist/esm/src/components/molecules/TrustworthyWebsites/TrustworthyWebsitesProps.types.d.ts +8 -0
  38. package/dist/esm/src/components/molecules/TrustworthyWebsites/__stories__/TrustworthyWebsites.stories.d.ts +6 -0
  39. package/dist/esm/src/components/molecules/TrustworthyWebsites/__tests__/TrustworthyWebsites.test.d.ts +1 -0
  40. package/dist/esm/src/components/molecules/TrustworthyWebsites/index.d.ts +2 -0
  41. package/dist/esm/src/components/molecules/index.d.ts +1 -0
  42. package/dist/esm/src/components/organisms/AsSeeInContent/AsSeeInContent.d.ts +5 -0
  43. package/dist/esm/src/components/organisms/AsSeeInContent/AsSeeInContentProps.types.d.ts +6 -0
  44. package/dist/esm/src/components/organisms/AsSeeInContent/__stories__/AsSeeInContent.stories.d.ts +6 -0
  45. package/dist/esm/src/components/organisms/AsSeeInContent/index.d.ts +2 -0
  46. package/dist/esm/src/components/organisms/GuidelinesContent/GuidelinesContent.d.ts +5 -0
  47. package/dist/esm/src/components/organisms/GuidelinesContent/GuidelinesContentProps.types.d.ts +6 -0
  48. package/dist/esm/src/components/organisms/GuidelinesContent/__stories__/GuidelinesContent.stories.d.ts +6 -0
  49. package/dist/esm/src/components/organisms/GuidelinesContent/index.d.ts +2 -0
  50. package/dist/esm/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.d.ts +5 -0
  51. package/dist/esm/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContentProps.types.d.ts +6 -0
  52. package/dist/esm/src/components/organisms/TryOurFreeLegalBlogsContent/__stories__/TryOurFreeLegalBlogsContent.stories.d.ts +6 -0
  53. package/dist/esm/src/components/organisms/TryOurFreeLegalBlogsContent/index.d.ts +2 -0
  54. package/dist/esm/src/components/organisms/index.d.ts +4 -0
  55. package/dist/esm/src/components/sections/AsSeeInSection/AsSeeInSection.d.ts +5 -0
  56. package/dist/esm/src/components/sections/AsSeeInSection/AsSeeInSectionProps.types.d.ts +5 -0
  57. package/dist/esm/src/components/sections/AsSeeInSection/__stories__/AsSeeInSection.stories.d.ts +6 -0
  58. package/dist/esm/src/components/sections/AsSeeInSection/index.d.ts +2 -0
  59. package/dist/esm/src/components/sections/GuidelinesSection/GuidelinesSection.d.ts +5 -0
  60. package/dist/esm/src/components/sections/GuidelinesSection/GuidelinesSectionProps.types.d.ts +4 -0
  61. package/dist/esm/src/components/sections/GuidelinesSection/__stories__/GuidelinesSection.stories.d.ts +6 -0
  62. package/dist/esm/src/components/sections/GuidelinesSection/index.d.ts +2 -0
  63. package/dist/esm/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSectionProps.types.d.ts +2 -4
  64. package/dist/esm/src/components/sections/index.d.ts +2 -0
  65. package/dist/index.d.ts +56 -10
  66. package/package.json +1 -1
@@ -3315,6 +3315,13 @@
3315
3315
  visibility: visible;
3316
3316
  opacity: 1; }
3317
3317
 
3318
+ .trustworthy-websites {
3319
+ display: flex;
3320
+ flex-wrap: wrap;
3321
+ justify-content: center; }
3322
+ .trustworthy-websites__image {
3323
+ margin: 1.5rem; }
3324
+
3318
3325
  .articles_wrapper {
3319
3326
  display: flex;
3320
3327
  flex-direction: column;
@@ -3382,6 +3389,139 @@
3382
3389
  width: 24px;
3383
3390
  margin: 0; }
3384
3391
 
3392
+ .about-us-content {
3393
+ display: flex;
3394
+ flex-flow: row wrap;
3395
+ justify-content: center; }
3396
+ @media (min-width: 720px) {
3397
+ .about-us-content {
3398
+ flex-flow: row nowrap; } }
3399
+ .about-us-content__body {
3400
+ margin-top: 1rem;
3401
+ margin-bottom: 2rem;
3402
+ font-family: "Inter", sans-serif; }
3403
+ @media (min-width: 720px) {
3404
+ .about-us-content__body {
3405
+ flex-basis: 50%;
3406
+ margin-top: 0;
3407
+ margin-bottom: 3rem; } }
3408
+ .about-us-content__body .m-richText a {
3409
+ color: #05646E; }
3410
+ .about-us-content__body__button {
3411
+ margin-top: 2rem;
3412
+ font-family: "Inter", sans-serif; }
3413
+ .about-us-content__body__button .e-button {
3414
+ display: block; }
3415
+ @media (min-width: 720px) {
3416
+ .about-us-content__body__button .e-button {
3417
+ display: inline-block; } }
3418
+ .about-us-content__image {
3419
+ margin-bottom: 1rem; }
3420
+ @media (min-width: 720px) {
3421
+ .about-us-content__image {
3422
+ margin-bottom: 0;
3423
+ margin-right: 1rem;
3424
+ flex-basis: 50%; } }
3425
+ @media (min-width: 960px) {
3426
+ .about-us-content__image {
3427
+ margin-bottom: -3rem; } }
3428
+ .about-us-content__image img {
3429
+ width: 100%; }
3430
+
3431
+ .as-see-in-content {
3432
+ display: flex; }
3433
+ .as-see-in-content__text {
3434
+ justify-content: center;
3435
+ text-align: center; }
3436
+ .as-see-in-content__text #articles, .as-see-in-content__text #legal-documents {
3437
+ color: #078080;
3438
+ font-weight: 400; }
3439
+
3440
+ .guidelines-section__texts {
3441
+ flex-basis: 50%;
3442
+ display: flex;
3443
+ flex-direction: column;
3444
+ justify-content: center;
3445
+ margin-bottom: 1rem;
3446
+ margin-right: 0;
3447
+ color: #3D4042;
3448
+ font-style: normal;
3449
+ font-weight: 400;
3450
+ letter-spacing: -0.3px; }
3451
+ @media (min-width: 720px) {
3452
+ .guidelines-section__texts {
3453
+ margin-left: 3rem;
3454
+ margin-bottom: 0; } }
3455
+ .guidelines-section__texts__title {
3456
+ font-family: "Lora", serif;
3457
+ margin-bottom: 2rem;
3458
+ text-align: center;
3459
+ color: #3D4042;
3460
+ font-size: 32px;
3461
+ font-style: normal;
3462
+ font-weight: 400;
3463
+ line-height: 42px;
3464
+ letter-spacing: -0.3px; }
3465
+ @media (min-width: 720px) {
3466
+ .guidelines-section__texts__title {
3467
+ text-align: left; } }
3468
+ .guidelines-section__texts__body {
3469
+ font-family: "Inter", sans-serif;
3470
+ font-size: 16px;
3471
+ line-height: 22px; }
3472
+ .guidelines-section__texts__body a {
3473
+ color: #078080; }
3474
+ .guidelines-section__texts__body #faqs-page {
3475
+ font-weight: 400; }
3476
+
3477
+ .guidelines-section__image {
3478
+ flex-basis: 50%;
3479
+ margin-bottom: 2rem; }
3480
+ .guidelines-section__image.big-devices {
3481
+ display: none; }
3482
+ @media (min-width: 720px) {
3483
+ .guidelines-section__image.big-devices {
3484
+ display: flex; } }
3485
+ .guidelines-section__image.is-mobile {
3486
+ display: flex; }
3487
+ @media (min-width: 720px) {
3488
+ .guidelines-section__image.is-mobile {
3489
+ display: none; } }
3490
+
3491
+ .try-our-free-legal-blogs-section__texts {
3492
+ flex-basis: 50%;
3493
+ display: flex;
3494
+ flex-direction: column;
3495
+ justify-content: center;
3496
+ margin-bottom: 1rem;
3497
+ margin-right: 0;
3498
+ color: #3D4042;
3499
+ font-style: normal;
3500
+ font-weight: 400;
3501
+ letter-spacing: -0.3px; }
3502
+ @media (min-width: 720px) {
3503
+ .try-our-free-legal-blogs-section__texts {
3504
+ margin-right: 3rem;
3505
+ margin-bottom: 0; } }
3506
+ .try-our-free-legal-blogs-section__texts__title {
3507
+ font-family: "Lora", serif;
3508
+ font-size: 28px;
3509
+ line-height: 42px;
3510
+ margin-bottom: 2rem;
3511
+ text-align: center; }
3512
+ @media (min-width: 720px) {
3513
+ .try-our-free-legal-blogs-section__texts__title {
3514
+ text-align: left; } }
3515
+ .try-our-free-legal-blogs-section__texts__body {
3516
+ font-family: "Inter", sans-serif;
3517
+ font-size: 16px;
3518
+ line-height: 22px; }
3519
+ .try-our-free-legal-blogs-section__texts__body a {
3520
+ color: #078080; }
3521
+
3522
+ .try-our-free-legal-blogs-section__image {
3523
+ flex-basis: 50%; }
3524
+
3385
3525
  .blog {
3386
3526
  text-align: center;
3387
3527
  margin: 0 auto 3rem;
@@ -3431,77 +3571,6 @@
3431
3571
  @media (min-width: 720px) {
3432
3572
  .try-our-free-legal-blogs-section {
3433
3573
  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%; }
3466
-
3467
- .about-us-content {
3468
- display: flex;
3469
- flex-flow: row wrap;
3470
- justify-content: center; }
3471
- @media (min-width: 720px) {
3472
- .about-us-content {
3473
- flex-flow: row nowrap; } }
3474
- .about-us-content__body {
3475
- margin-top: 1rem;
3476
- margin-bottom: 2rem;
3477
- font-family: "Inter", sans-serif; }
3478
- @media (min-width: 720px) {
3479
- .about-us-content__body {
3480
- flex-basis: 50%;
3481
- margin-top: 0;
3482
- margin-bottom: 3rem; } }
3483
- .about-us-content__body .m-richText a {
3484
- color: #05646E; }
3485
- .about-us-content__body__button {
3486
- margin-top: 2rem;
3487
- font-family: "Inter", sans-serif; }
3488
- .about-us-content__body__button .e-button {
3489
- display: block; }
3490
- @media (min-width: 720px) {
3491
- .about-us-content__body__button .e-button {
3492
- display: inline-block; } }
3493
- .about-us-content__image {
3494
- margin-bottom: 1rem; }
3495
- @media (min-width: 720px) {
3496
- .about-us-content__image {
3497
- margin-bottom: 0;
3498
- margin-right: 1rem;
3499
- flex-basis: 50%; } }
3500
- @media (min-width: 960px) {
3501
- .about-us-content__image {
3502
- margin-bottom: -3rem; } }
3503
- .about-us-content__image img {
3504
- width: 100%; }
3505
3574
 
3506
3575
  .about-us-section {
3507
3576
  padding-top: 1.125rem;
@@ -3542,3 +3611,24 @@
3542
3611
  @media (min-width: 960px) {
3543
3612
  .about-us-section__sub-title {
3544
3613
  font-size: 3rem; } }
3614
+
3615
+ .guidelines-section {
3616
+ display: flex;
3617
+ flex-direction: column; }
3618
+ @media (min-width: 720px) {
3619
+ .guidelines-section {
3620
+ flex-flow: row nowrap; } }
3621
+
3622
+ .as-seen-in-section {
3623
+ display: flex;
3624
+ flex-direction: column; }
3625
+ .as-seen-in-section__title {
3626
+ color: #3D4042;
3627
+ text-align: center;
3628
+ font-size: 32px;
3629
+ font-family: Lora;
3630
+ font-style: normal;
3631
+ font-weight: 400;
3632
+ line-height: 42px;
3633
+ letter-spacing: -0.3px;
3634
+ margin-bottom: 1rem; }
@@ -0,0 +1,5 @@
1
+ import { type FC } from 'react';
2
+ import { type TrustworthyWebsitesProps } from './TrustworthyWebsitesProps.types';
3
+ import './TrustworthyWebsites.scss';
4
+ declare const TrustworthyWebsites: FC<TrustworthyWebsitesProps>;
5
+ export default TrustworthyWebsites;
@@ -0,0 +1,8 @@
1
+ /// <reference types="react" />
2
+ export interface TrustworthyWebsitesProps {
3
+ images: ImageStructure[];
4
+ }
5
+ export interface ImageStructure {
6
+ id: string;
7
+ src: React.ReactNode;
8
+ }
@@ -0,0 +1,6 @@
1
+ import type { Meta, StoryObj } from '@storybook/react';
2
+ import TrustworthyWebsites from '../TrustworthyWebsites';
3
+ declare const meta: Meta<typeof TrustworthyWebsites>;
4
+ type Story = StoryObj<typeof TrustworthyWebsites>;
5
+ export default meta;
6
+ export declare const Default: Story;
@@ -0,0 +1,2 @@
1
+ export { default as TrustworthyWebsites } from './TrustworthyWebsites';
2
+ export { type TrustworthyWebsitesProps } from './TrustworthyWebsitesProps.types';
@@ -14,3 +14,4 @@ export * from './Snackbar';
14
14
  export * from './StepGetForm';
15
15
  export * from './TextInput';
16
16
  export * from './TooltipMenu';
17
+ export * from './TrustworthyWebsites';
@@ -0,0 +1,5 @@
1
+ import { type FC } from 'react';
2
+ import { type AsSeeInContentProps } from './AsSeeInContentProps.types';
3
+ import './AsSeeInContent.scss';
4
+ declare const AsSeeInContent: FC<AsSeeInContentProps>;
5
+ export default AsSeeInContent;
@@ -0,0 +1,6 @@
1
+ /// <reference types="react" />
2
+ import { type TrustworthyWebsitesProps } from '../../molecules/TrustworthyWebsites';
3
+ export interface AsSeeInContentProps {
4
+ children: React.ReactNode;
5
+ trustWorthyImages: TrustworthyWebsitesProps;
6
+ }
@@ -0,0 +1,6 @@
1
+ import type { Meta, StoryObj } from '@storybook/react';
2
+ import AsSeeInContent from '../AsSeeInContent';
3
+ declare const meta: Meta<typeof AsSeeInContent>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof AsSeeInContent>;
6
+ export declare const Default: Story;
@@ -0,0 +1,2 @@
1
+ export { default as AsSeeInContent } from './AsSeeInContent';
2
+ export { type AsSeeInContentProps } from './AsSeeInContentProps.types';
@@ -0,0 +1,5 @@
1
+ import { type FC } from 'react';
2
+ import { type GuidelinesContentProps } from './GuidelinesContentProps.types';
3
+ import './GuidelinesContent.scss';
4
+ declare const GuidelinesContent: FC<GuidelinesContentProps>;
5
+ export default GuidelinesContent;
@@ -0,0 +1,6 @@
1
+ /// <reference types="react" />
2
+ export interface GuidelinesContentProps {
3
+ title: string;
4
+ image: React.ReactNode;
5
+ children: React.ReactNode;
6
+ }
@@ -0,0 +1,6 @@
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;
@@ -0,0 +1,2 @@
1
+ export { default as GuidelinesContent } from './GuidelinesContent';
2
+ export { type GuidelinesContentProps } from './GuidelinesContentProps.types';
@@ -0,0 +1,5 @@
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;
@@ -0,0 +1,6 @@
1
+ /// <reference types="react" />
2
+ export interface TryOurFreeLegalBlogsContentProps {
3
+ title: string;
4
+ image: React.ReactNode;
5
+ children: React.ReactNode;
6
+ }
@@ -0,0 +1,6 @@
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;
@@ -0,0 +1,2 @@
1
+ export { default as TryOurFreeLegalBlogsContent } from './TryOurFreeLegalBlogsContent';
2
+ export { type TryOurFreeLegalBlogsContentProps } from './TryOurFreeLegalBlogsContentProps.types';
@@ -1,3 +1,7 @@
1
1
  export * from './ArticlesList';
2
2
  export * from './ListStepsGetForm';
3
3
  export * from './MobileBottomBar';
4
+ export * from './AboutUsContent';
5
+ export * from './AsSeeInContent';
6
+ export * from './GuidelinesContent';
7
+ export * from './TryOurFreeLegalBlogsContent';
@@ -0,0 +1,5 @@
1
+ import { type FC } from 'react';
2
+ import { type AsSeeInSectionProps } from './AsSeeInSectionProps.types';
3
+ import './AsSeeInSection.scss';
4
+ declare const AsSeeInSection: FC<AsSeeInSectionProps>;
5
+ export default AsSeeInSection;
@@ -0,0 +1,5 @@
1
+ import { type AsSeeInContentProps } from '../../organisms/AsSeeInContent';
2
+ export interface AsSeeInSectionProps {
3
+ title: string;
4
+ contentAsSeeIn: AsSeeInContentProps;
5
+ }
@@ -0,0 +1,6 @@
1
+ import type { Meta, StoryObj } from '@storybook/react';
2
+ import AsSeeInSection from '../AsSeeInSection';
3
+ declare const meta: Meta<typeof AsSeeInSection>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof AsSeeInSection>;
6
+ export declare const Default: Story;
@@ -0,0 +1,2 @@
1
+ export { default as AsSeeInSection } from './AsSeeInSection';
2
+ export { type AsSeeInSectionProps } from './AsSeeInSectionProps.types';
@@ -0,0 +1,5 @@
1
+ import { type FC } from 'react';
2
+ import { type GuidelinesSectionProps } from './GuidelinesSectionProps.types';
3
+ import './GuidelinesSection.scss';
4
+ declare const GuidelinesSection: FC<GuidelinesSectionProps>;
5
+ export default GuidelinesSection;
@@ -0,0 +1,4 @@
1
+ import { type GuidelinesContentProps } from '../../organisms/GuidelinesContent';
2
+ export interface GuidelinesSectionProps {
3
+ contentGuidelines: GuidelinesContentProps;
4
+ }
@@ -0,0 +1,6 @@
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;
@@ -0,0 +1,2 @@
1
+ export { default as GuidelinesSection } from './GuidelinesSection';
2
+ export { type GuidelinesSectionProps } from './GuidelinesSectionProps.types';
@@ -1,6 +1,4 @@
1
- /// <reference types="react" />
1
+ import { type TryOurFreeLegalBlogsContentProps } from '../../organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContentProps.types';
2
2
  export interface TryOurFreeLegalBlogsSectionProps {
3
- title: string;
4
- image: React.ReactNode;
5
- children?: string | React.ReactNode;
3
+ contentTryOurFreeLegalBlogs: TryOurFreeLegalBlogsContentProps;
6
4
  }
@@ -2,3 +2,5 @@ export * from './BlogSection';
2
2
  export * from './HowGetYourFormsSection';
3
3
  export * from './TryOurFreeLegalBlogsSection';
4
4
  export * from './AboutUsSection';
5
+ export * from './GuidelinesSection';
6
+ export * from './AsSeeInSection';