@npm_leadtech/legal-lib-components 2.5.3 → 2.5.5
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 +79 -75
- package/dist/cjs/src/components/organisms/GuidelinesContent/GuidelinesContent.d.ts +5 -0
- package/dist/cjs/src/components/organisms/GuidelinesContent/GuidelinesContentProps.types.d.ts +6 -0
- package/dist/cjs/src/components/organisms/GuidelinesContent/__stories__/GuidelinesContent.stories.d.ts +6 -0
- package/dist/cjs/src/components/organisms/GuidelinesContent/index.d.ts +2 -0
- package/dist/cjs/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.d.ts +5 -0
- package/dist/cjs/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContentProps.types.d.ts +6 -0
- package/dist/cjs/src/components/organisms/TryOurFreeLegalBlogsContent/__stories__/TryOurFreeLegalBlogsContent.stories.d.ts +6 -0
- package/dist/cjs/src/components/organisms/TryOurFreeLegalBlogsContent/index.d.ts +2 -0
- package/dist/cjs/src/components/sections/GuidelinesSection/GuidelinesSectionProps.types.d.ts +2 -4
- package/dist/cjs/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSectionProps.types.d.ts +2 -4
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/legal-lib-components.css +79 -75
- package/dist/esm/src/components/organisms/GuidelinesContent/GuidelinesContent.d.ts +5 -0
- package/dist/esm/src/components/organisms/GuidelinesContent/GuidelinesContentProps.types.d.ts +6 -0
- package/dist/esm/src/components/organisms/GuidelinesContent/__stories__/GuidelinesContent.stories.d.ts +6 -0
- package/dist/esm/src/components/organisms/GuidelinesContent/index.d.ts +2 -0
- package/dist/esm/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.d.ts +5 -0
- package/dist/esm/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContentProps.types.d.ts +6 -0
- package/dist/esm/src/components/organisms/TryOurFreeLegalBlogsContent/__stories__/TryOurFreeLegalBlogsContent.stories.d.ts +6 -0
- package/dist/esm/src/components/organisms/TryOurFreeLegalBlogsContent/index.d.ts +2 -0
- package/dist/esm/src/components/sections/GuidelinesSection/GuidelinesSectionProps.types.d.ts +2 -4
- package/dist/esm/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSectionProps.types.d.ts +2 -4
- package/dist/index.d.ts +12 -4
- package/package.json +1 -1
|
@@ -3391,44 +3391,46 @@
|
|
|
3391
3391
|
.how-it-works-wrapper .works-title {
|
|
3392
3392
|
padding-top: 2.5rem; } }
|
|
3393
3393
|
|
|
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
|
+
|
|
3394
3428
|
.try-our-free-legal-blogs-section {
|
|
3395
3429
|
display: flex;
|
|
3396
3430
|
flex-direction: column; }
|
|
3397
3431
|
@media (min-width: 720px) {
|
|
3398
3432
|
.try-our-free-legal-blogs-section {
|
|
3399
3433
|
flex-flow: row nowrap; } }
|
|
3400
|
-
.try-our-free-legal-blogs-section__texts {
|
|
3401
|
-
flex-basis: 50%;
|
|
3402
|
-
display: flex;
|
|
3403
|
-
flex-direction: column;
|
|
3404
|
-
justify-content: center;
|
|
3405
|
-
margin-bottom: 1rem;
|
|
3406
|
-
margin-right: 0;
|
|
3407
|
-
color: #3D4042;
|
|
3408
|
-
font-style: normal;
|
|
3409
|
-
font-weight: 400;
|
|
3410
|
-
letter-spacing: -0.3px; }
|
|
3411
|
-
@media (min-width: 720px) {
|
|
3412
|
-
.try-our-free-legal-blogs-section__texts {
|
|
3413
|
-
margin-right: 3rem;
|
|
3414
|
-
margin-bottom: 0; } }
|
|
3415
|
-
.try-our-free-legal-blogs-section__texts__title {
|
|
3416
|
-
font-family: "Lora", serif;
|
|
3417
|
-
font-size: 28px;
|
|
3418
|
-
line-height: 42px;
|
|
3419
|
-
margin-bottom: 2rem;
|
|
3420
|
-
text-align: center; }
|
|
3421
|
-
@media (min-width: 720px) {
|
|
3422
|
-
.try-our-free-legal-blogs-section__texts__title {
|
|
3423
|
-
text-align: left; } }
|
|
3424
|
-
.try-our-free-legal-blogs-section__texts__body {
|
|
3425
|
-
font-family: "Inter", sans-serif;
|
|
3426
|
-
font-size: 16px;
|
|
3427
|
-
line-height: 22px; }
|
|
3428
|
-
.try-our-free-legal-blogs-section__texts__body a {
|
|
3429
|
-
color: #078080; }
|
|
3430
|
-
.try-our-free-legal-blogs-section__image {
|
|
3431
|
-
flex-basis: 50%; }
|
|
3432
3434
|
|
|
3433
3435
|
.about-us-content {
|
|
3434
3436
|
display: flex;
|
|
@@ -3509,52 +3511,54 @@
|
|
|
3509
3511
|
.about-us-section__sub-title {
|
|
3510
3512
|
font-size: 3rem; } }
|
|
3511
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
|
+
|
|
3512
3559
|
.guidelines-section {
|
|
3513
3560
|
display: flex;
|
|
3514
3561
|
flex-direction: column; }
|
|
3515
3562
|
@media (min-width: 720px) {
|
|
3516
3563
|
.guidelines-section {
|
|
3517
3564
|
flex-flow: row nowrap; } }
|
|
3518
|
-
.guidelines-section__texts {
|
|
3519
|
-
flex-basis: 50%;
|
|
3520
|
-
display: flex;
|
|
3521
|
-
flex-direction: column;
|
|
3522
|
-
justify-content: center;
|
|
3523
|
-
margin-bottom: 1rem;
|
|
3524
|
-
margin-right: 0;
|
|
3525
|
-
color: #3D4042;
|
|
3526
|
-
font-style: normal;
|
|
3527
|
-
font-weight: 400;
|
|
3528
|
-
letter-spacing: -0.3px; }
|
|
3529
|
-
@media (min-width: 720px) {
|
|
3530
|
-
.guidelines-section__texts {
|
|
3531
|
-
margin-left: 3rem;
|
|
3532
|
-
margin-bottom: 0; } }
|
|
3533
|
-
.guidelines-section__texts__title {
|
|
3534
|
-
font-family: "Lora", serif;
|
|
3535
|
-
font-size: 28px;
|
|
3536
|
-
line-height: 42px;
|
|
3537
|
-
margin-bottom: 2rem;
|
|
3538
|
-
text-align: center; }
|
|
3539
|
-
@media (min-width: 720px) {
|
|
3540
|
-
.guidelines-section__texts__title {
|
|
3541
|
-
text-align: left; } }
|
|
3542
|
-
.guidelines-section__texts__body {
|
|
3543
|
-
font-family: "Inter", sans-serif;
|
|
3544
|
-
font-size: 16px;
|
|
3545
|
-
line-height: 22px; }
|
|
3546
|
-
.guidelines-section__texts__body a {
|
|
3547
|
-
color: #078080; }
|
|
3548
|
-
.guidelines-section__image {
|
|
3549
|
-
flex-basis: 50%;
|
|
3550
|
-
margin-bottom: 2rem; }
|
|
3551
|
-
.guidelines-section__image.big-devices {
|
|
3552
|
-
display: none; }
|
|
3553
|
-
@media (min-width: 720px) {
|
|
3554
|
-
.guidelines-section__image.big-devices {
|
|
3555
|
-
display: flex; } }
|
|
3556
|
-
.guidelines-section__image.is-mobile {
|
|
3557
|
-
display: flex; }
|
|
3558
|
-
@media (min-width: 720px) {
|
|
3559
|
-
.guidelines-section__image.is-mobile {
|
|
3560
|
-
display: none; } }
|
|
@@ -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,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
|
+
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;
|
package/dist/cjs/src/components/sections/GuidelinesSection/GuidelinesSectionProps.types.d.ts
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import { type GuidelinesContentProps } from '../../organisms/GuidelinesContent';
|
|
2
2
|
export interface GuidelinesSectionProps {
|
|
3
|
-
|
|
4
|
-
image: React.ReactNode;
|
|
5
|
-
children?: string | React.ReactNode;
|
|
3
|
+
contentGuidelines: GuidelinesContentProps;
|
|
6
4
|
}
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import { type TryOurFreeLegalBlogsContentProps } from '../../organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContentProps.types';
|
|
2
2
|
export interface TryOurFreeLegalBlogsSectionProps {
|
|
3
|
-
|
|
4
|
-
image: React.ReactNode;
|
|
5
|
-
children?: string | React.ReactNode;
|
|
3
|
+
contentTryOurFreeLegalBlogs: TryOurFreeLegalBlogsContentProps;
|
|
6
4
|
}
|