@npm_leadtech/legal-lib-components 2.6.0 → 2.6.1
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 +147 -71
- package/dist/cjs/src/components/molecules/TrustworthyWebsites/TrustworthyWebsites.d.ts +5 -0
- package/dist/cjs/src/components/molecules/TrustworthyWebsites/TrustworthyWebsitesProps.types.d.ts +8 -0
- package/dist/cjs/src/components/molecules/TrustworthyWebsites/__stories__/TrustworthyWebsites.stories.d.ts +6 -0
- package/dist/cjs/src/components/molecules/TrustworthyWebsites/__tests__/TrustworthyWebsites.test.d.ts +1 -0
- package/dist/cjs/src/components/molecules/TrustworthyWebsites/index.d.ts +2 -0
- package/dist/cjs/src/components/molecules/index.d.ts +1 -0
- package/dist/cjs/src/components/organisms/AsSeeInContent/AsSeeInContent.d.ts +5 -0
- package/dist/cjs/src/components/organisms/AsSeeInContent/AsSeeInContentProps.types.d.ts +6 -0
- package/dist/cjs/src/components/organisms/AsSeeInContent/__stories__/AsSeeInContent.stories.d.ts +6 -0
- package/dist/cjs/src/components/organisms/AsSeeInContent/index.d.ts +2 -0
- 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/organisms/index.d.ts +4 -0
- package/dist/cjs/src/components/sections/AsSeeInSection/AsSeeInSection.d.ts +5 -0
- package/dist/cjs/src/components/sections/AsSeeInSection/AsSeeInSectionProps.types.d.ts +5 -0
- package/dist/cjs/src/components/sections/AsSeeInSection/__stories__/AsSeeInSection.stories.d.ts +6 -0
- package/dist/cjs/src/components/sections/AsSeeInSection/index.d.ts +2 -0
- package/dist/cjs/src/components/sections/GuidelinesSection/GuidelinesSection.d.ts +5 -0
- package/dist/cjs/src/components/sections/GuidelinesSection/GuidelinesSectionProps.types.d.ts +4 -0
- package/dist/cjs/src/components/sections/GuidelinesSection/__stories__/GuidelinesSection.stories.d.ts +6 -0
- package/dist/cjs/src/components/sections/GuidelinesSection/index.d.ts +2 -0
- package/dist/cjs/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSectionProps.types.d.ts +2 -4
- package/dist/cjs/src/components/sections/index.d.ts +1 -0
- package/dist/esm/index.js +2 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/legal-lib-components.css +147 -71
- package/dist/esm/src/components/molecules/TrustworthyWebsites/TrustworthyWebsites.d.ts +5 -0
- package/dist/esm/src/components/molecules/TrustworthyWebsites/TrustworthyWebsitesProps.types.d.ts +8 -0
- package/dist/esm/src/components/molecules/TrustworthyWebsites/__stories__/TrustworthyWebsites.stories.d.ts +6 -0
- package/dist/esm/src/components/molecules/TrustworthyWebsites/__tests__/TrustworthyWebsites.test.d.ts +1 -0
- package/dist/esm/src/components/molecules/TrustworthyWebsites/index.d.ts +2 -0
- package/dist/esm/src/components/molecules/index.d.ts +1 -0
- package/dist/esm/src/components/organisms/AsSeeInContent/AsSeeInContent.d.ts +5 -0
- package/dist/esm/src/components/organisms/AsSeeInContent/AsSeeInContentProps.types.d.ts +6 -0
- package/dist/esm/src/components/organisms/AsSeeInContent/__stories__/AsSeeInContent.stories.d.ts +6 -0
- package/dist/esm/src/components/organisms/AsSeeInContent/index.d.ts +2 -0
- 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/organisms/index.d.ts +4 -0
- package/dist/esm/src/components/sections/AsSeeInSection/AsSeeInSection.d.ts +5 -0
- package/dist/esm/src/components/sections/AsSeeInSection/AsSeeInSectionProps.types.d.ts +5 -0
- package/dist/esm/src/components/sections/AsSeeInSection/__stories__/AsSeeInSection.stories.d.ts +6 -0
- package/dist/esm/src/components/sections/AsSeeInSection/index.d.ts +2 -0
- package/dist/esm/src/components/sections/GuidelinesSection/GuidelinesSection.d.ts +5 -0
- package/dist/esm/src/components/sections/GuidelinesSection/GuidelinesSectionProps.types.d.ts +4 -0
- package/dist/esm/src/components/sections/GuidelinesSection/__stories__/GuidelinesSection.stories.d.ts +6 -0
- package/dist/esm/src/components/sections/GuidelinesSection/index.d.ts +2 -0
- package/dist/esm/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSectionProps.types.d.ts +2 -4
- package/dist/esm/src/components/sections/index.d.ts +1 -0
- package/dist/index.d.ts +49 -10
- 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,10 @@
|
|
|
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; } }
|
|
@@ -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 @@
|
|
|
1
|
+
export {};
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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
|
}
|