@npm_leadtech/legal-lib-components 3.7.11 → 3.7.15
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 +5 -5
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/legal-lib-components.css +12 -28
- package/dist/cjs/src/components/organisms/index.d.ts +1 -1
- package/dist/cjs/src/components/sections/index.d.ts +0 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/legal-lib-components.css +12 -28
- package/dist/esm/src/components/organisms/index.d.ts +1 -1
- package/dist/esm/src/components/sections/index.d.ts +0 -1
- package/dist/index.d.ts +3 -10
- package/package.json +1 -1
- package/dist/cjs/src/components/organisms/CardFunctionality/CardFunctionality.d.ts +0 -4
- package/dist/cjs/src/components/organisms/CardFunctionality/CardFunctionalityProps.d.ts +0 -9
- package/dist/cjs/src/components/organisms/CardFunctionality/index.d.ts +0 -2
- package/dist/cjs/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.d.ts +0 -4
- package/dist/cjs/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSectionProps.d.ts +0 -4
- package/dist/cjs/src/components/sections/FunctionalityCardsSection/index.d.ts +0 -2
- package/dist/esm/src/components/organisms/CardFunctionality/CardFunctionality.d.ts +0 -4
- package/dist/esm/src/components/organisms/CardFunctionality/CardFunctionalityProps.d.ts +0 -9
- package/dist/esm/src/components/organisms/CardFunctionality/index.d.ts +0 -2
- package/dist/esm/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.d.ts +0 -4
- package/dist/esm/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSectionProps.d.ts +0 -4
- package/dist/esm/src/components/sections/FunctionalityCardsSection/index.d.ts +0 -2
|
@@ -3212,8 +3212,6 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
3212
3212
|
width: fit-content; }
|
|
3213
3213
|
.tag .icon {
|
|
3214
3214
|
display: flex; }
|
|
3215
|
-
.tag .icon .icon-svg-with-theme-color {
|
|
3216
|
-
background-color: var(--secondary-main-dark-2); }
|
|
3217
3215
|
.tag .text {
|
|
3218
3216
|
color: var(--neutral-neutral-1);
|
|
3219
3217
|
font-size: 12px;
|
|
@@ -5188,34 +5186,33 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
5188
5186
|
color: var(--primary-main-light-1);
|
|
5189
5187
|
font-weight: 400 !important; }
|
|
5190
5188
|
|
|
5191
|
-
.card-
|
|
5189
|
+
.card-funcionality {
|
|
5192
5190
|
border-radius: 4px;
|
|
5193
5191
|
box-shadow: 0 0.25rem 0.5rem 0 rgba(var(--primary-main-dark-1-rgb), 0.2);
|
|
5194
5192
|
display: flex;
|
|
5195
5193
|
flex-direction: column;
|
|
5196
5194
|
gap: 1rem;
|
|
5197
5195
|
padding: 1em; }
|
|
5198
|
-
.card-
|
|
5196
|
+
.card-funcionality .content-tags {
|
|
5199
5197
|
display: flex;
|
|
5200
5198
|
flex-direction: column;
|
|
5201
5199
|
gap: 1rem; }
|
|
5202
|
-
.card-
|
|
5200
|
+
.card-funcionality .content-tags .content {
|
|
5203
5201
|
display: flex;
|
|
5204
5202
|
flex-direction: column;
|
|
5205
5203
|
gap: 0.5rem; }
|
|
5206
|
-
.card-
|
|
5204
|
+
.card-funcionality .content-tags .content .header {
|
|
5207
5205
|
display: flex;
|
|
5208
5206
|
align-items: center;
|
|
5209
|
-
gap: 10px;
|
|
5210
|
-
|
|
5211
|
-
.card-functionality .content-tags .content .header .icon {
|
|
5207
|
+
gap: 10px; }
|
|
5208
|
+
.card-funcionality .content-tags .content .header .icon {
|
|
5212
5209
|
padding: 2px;
|
|
5213
5210
|
border-radius: 4px;
|
|
5214
5211
|
background: var(--primary-main-light-5); }
|
|
5215
|
-
.card-
|
|
5212
|
+
.card-funcionality .content-tags .content .header .title {
|
|
5216
5213
|
color: var(--neutral-neutral-1);
|
|
5217
5214
|
font-weight: 700; }
|
|
5218
|
-
.card-
|
|
5215
|
+
.card-funcionality .content-tags .content .text {
|
|
5219
5216
|
overflow: hidden;
|
|
5220
5217
|
color: var(--neutral-neutral-1);
|
|
5221
5218
|
font-size: 14px;
|
|
@@ -5223,11 +5220,11 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
5223
5220
|
-webkit-line-clamp: 2;
|
|
5224
5221
|
line-clamp: 2;
|
|
5225
5222
|
-webkit-box-orient: vertical; }
|
|
5226
|
-
.card-
|
|
5223
|
+
.card-funcionality .content-tags .tags {
|
|
5227
5224
|
display: flex;
|
|
5228
5225
|
gap: 2rem;
|
|
5229
5226
|
flex-wrap: wrap; }
|
|
5230
|
-
.card-
|
|
5227
|
+
.card-funcionality .cta-card {
|
|
5231
5228
|
align-self: flex-start;
|
|
5232
5229
|
margin-top: 0; }
|
|
5233
5230
|
|
|
@@ -5679,10 +5676,8 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
5679
5676
|
font-size: 1rem;
|
|
5680
5677
|
color: var(--neutral-neutral-2);
|
|
5681
5678
|
padding-bottom: 1rem; }
|
|
5682
|
-
.login-ratafia-content__email .e-text
|
|
5683
|
-
margin-bottom:
|
|
5684
|
-
.login-ratafia-content__policy {
|
|
5685
|
-
letter-spacing: -0.3px; }
|
|
5679
|
+
.login-ratafia-content__email .e-text {
|
|
5680
|
+
margin-bottom: 0.5rem; }
|
|
5686
5681
|
|
|
5687
5682
|
.mobile-bottom-bar {
|
|
5688
5683
|
background: var(--others-white);
|
|
@@ -6067,17 +6062,6 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
6067
6062
|
.features-ratafia-section__wrapper__children img {
|
|
6068
6063
|
width: 100%; }
|
|
6069
6064
|
|
|
6070
|
-
.functionality-cards {
|
|
6071
|
-
display: flex;
|
|
6072
|
-
flex-direction: column;
|
|
6073
|
-
gap: 1rem;
|
|
6074
|
-
margin-bottom: 2rem;
|
|
6075
|
-
width: 100%; }
|
|
6076
|
-
@media (min-width: 960px) {
|
|
6077
|
-
.functionality-cards {
|
|
6078
|
-
flex-direction: row;
|
|
6079
|
-
width: 50%; } }
|
|
6080
|
-
|
|
6081
6065
|
.guidelines-section {
|
|
6082
6066
|
display: flex;
|
|
6083
6067
|
flex-direction: column; }
|
|
@@ -2,7 +2,7 @@ export * from './AboutUsContent';
|
|
|
2
2
|
export * from './Accordion';
|
|
3
3
|
export * from './ArticlesList';
|
|
4
4
|
export * from './AsSeeInContent';
|
|
5
|
-
export * from './
|
|
5
|
+
export * from './CardFuncionality';
|
|
6
6
|
export * from './ContactJumbotron';
|
|
7
7
|
export * from './CookiePolicyBar';
|
|
8
8
|
export * from './ErrorContentRatafia';
|
|
@@ -7,7 +7,6 @@ export * from './ContactSection';
|
|
|
7
7
|
export * from './ExpertsSection';
|
|
8
8
|
export * from './FaqSection';
|
|
9
9
|
export * from './FeaturesRatafiaSection';
|
|
10
|
-
export * from './FunctionalityCardsSection';
|
|
11
10
|
export * from './GuidelinesSection';
|
|
12
11
|
export * from './HowGetYourFormsSection';
|
|
13
12
|
export * from './JumbotronRatafiaSection';
|