@npm_leadtech/legal-lib-components 2.44.0 → 2.45.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 +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/legal-lib-components.css +54 -0
- package/dist/cjs/src/components/molecules/TypeModulesList/TypeModulesList.d.ts +5 -0
- package/dist/cjs/src/components/molecules/TypeModulesList/TypeModulesListProps.types.d.ts +13 -0
- package/dist/cjs/src/components/molecules/TypeModulesList/index.d.ts +2 -0
- package/dist/cjs/src/components/molecules/index.d.ts +1 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/legal-lib-components.css +54 -0
- package/dist/esm/src/components/molecules/TypeModulesList/TypeModulesList.d.ts +5 -0
- package/dist/esm/src/components/molecules/TypeModulesList/TypeModulesListProps.types.d.ts +13 -0
- package/dist/esm/src/components/molecules/TypeModulesList/index.d.ts +2 -0
- package/dist/esm/src/components/molecules/index.d.ts +1 -0
- package/dist/index.d.ts +16 -1
- package/package.json +1 -1
|
@@ -4471,6 +4471,60 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
4471
4471
|
.trustworthy-websites__image {
|
|
4472
4472
|
margin: 1.5rem; }
|
|
4473
4473
|
|
|
4474
|
+
.type-modules-list {
|
|
4475
|
+
display: flex;
|
|
4476
|
+
flex-direction: column;
|
|
4477
|
+
gap: 2rem; }
|
|
4478
|
+
.type-modules-list .module-item {
|
|
4479
|
+
display: flex;
|
|
4480
|
+
flex-wrap: wrap;
|
|
4481
|
+
justify-content: center;
|
|
4482
|
+
background-color: var(--neutral-neutral-6);
|
|
4483
|
+
padding: 24px;
|
|
4484
|
+
box-shadow: 0px 2px 6px 0px #02374a3f; }
|
|
4485
|
+
.type-modules-list .module-title {
|
|
4486
|
+
font-family: "Inter", sans-serif;
|
|
4487
|
+
font-size: 18px;
|
|
4488
|
+
font-weight: 700;
|
|
4489
|
+
line-height: 24px;
|
|
4490
|
+
letter-spacing: -0.3px;
|
|
4491
|
+
text-align: left;
|
|
4492
|
+
margin-bottom: 1rem; }
|
|
4493
|
+
.type-modules-list .module-description {
|
|
4494
|
+
font-family: "Inter", sans-serif;
|
|
4495
|
+
font-size: 16px;
|
|
4496
|
+
font-weight: 400;
|
|
4497
|
+
line-height: 22px;
|
|
4498
|
+
letter-spacing: -0.3px;
|
|
4499
|
+
text-align: left;
|
|
4500
|
+
margin-bottom: 1rem; }
|
|
4501
|
+
.type-modules-list .module-image {
|
|
4502
|
+
width: 150px;
|
|
4503
|
+
margin-right: 20px; }
|
|
4504
|
+
.type-modules-list .module-content {
|
|
4505
|
+
flex: 1; }
|
|
4506
|
+
.type-modules-list .module-buttons {
|
|
4507
|
+
display: flex;
|
|
4508
|
+
gap: 1rem;
|
|
4509
|
+
width: max-content; }
|
|
4510
|
+
.type-modules-list .e-button {
|
|
4511
|
+
display: flex;
|
|
4512
|
+
justify-content: center;
|
|
4513
|
+
width: 100%;
|
|
4514
|
+
margin: 0 0.2rem;
|
|
4515
|
+
padding-top: 0.6rem;
|
|
4516
|
+
padding-bottom: 0.6rem;
|
|
4517
|
+
background: var(--others-white); }
|
|
4518
|
+
@media (min-width: 960px) {
|
|
4519
|
+
.type-modules-list .e-button {
|
|
4520
|
+
margin: 0 0.5rem; } }
|
|
4521
|
+
.type-modules-list .e-button.download-icon::before {
|
|
4522
|
+
content: '';
|
|
4523
|
+
width: 1rem;
|
|
4524
|
+
height: 1rem;
|
|
4525
|
+
background-image: url("data:image/svg+xml,%3Csvg width%3D%2216%22 height%3D%2216%22 viewBox%3D%220 0 16 16%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M12.8625 8.47054C13.1222 8.21085 13.1222 7.7898 12.8625 7.53012C12.6029 7.27059 12.1822 7.2704 11.9225 7.52969L8.66602 10.7803V3.33366C8.66602 2.96547 8.36754 2.66699 7.99935 2.66699C7.63116 2.66699 7.33268 2.96547 7.33268 3.33366V10.7803L4.0858 7.52763C3.82457 7.26593 3.4006 7.26574 3.13914 7.5272C2.87784 7.7885 2.87784 8.21215 3.13914 8.47345L7.29224 12.6266C7.68277 13.0171 8.31593 13.0171 8.70646 12.6266L12.8625 8.47054Z%22 fill%3D%22%233D4042%22%2F%3E%3C%2Fsvg%3E");
|
|
4526
|
+
margin-right: 0.5rem; }
|
|
4527
|
+
|
|
4474
4528
|
.about-us-content {
|
|
4475
4529
|
display: flex;
|
|
4476
4530
|
flex-flow: row wrap;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export interface TypeModulesListProps {
|
|
3
|
+
typeModules: TypeModule[];
|
|
4
|
+
}
|
|
5
|
+
export interface TypeModule {
|
|
6
|
+
title: string;
|
|
7
|
+
description: string;
|
|
8
|
+
buttonPdfCta: string;
|
|
9
|
+
buttonPdfUrl: string;
|
|
10
|
+
buttonWordCta: string;
|
|
11
|
+
buttonWordUrl: string;
|
|
12
|
+
image: React.ReactNode;
|
|
13
|
+
}
|