@npm_leadtech/legal-lib-components 3.7.11 → 3.7.12

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 (24) hide show
  1. package/dist/cjs/index.js +3 -3
  2. package/dist/cjs/index.js.map +1 -1
  3. package/dist/cjs/legal-lib-components.css +10 -24
  4. package/dist/cjs/src/components/organisms/index.d.ts +1 -1
  5. package/dist/cjs/src/components/sections/index.d.ts +0 -1
  6. package/dist/esm/index.js +2 -2
  7. package/dist/esm/index.js.map +1 -1
  8. package/dist/esm/legal-lib-components.css +10 -24
  9. package/dist/esm/src/components/organisms/index.d.ts +1 -1
  10. package/dist/esm/src/components/sections/index.d.ts +0 -1
  11. package/dist/index.d.ts +3 -10
  12. package/package.json +1 -1
  13. package/dist/cjs/src/components/organisms/CardFunctionality/CardFunctionality.d.ts +0 -4
  14. package/dist/cjs/src/components/organisms/CardFunctionality/CardFunctionalityProps.d.ts +0 -9
  15. package/dist/cjs/src/components/organisms/CardFunctionality/index.d.ts +0 -2
  16. package/dist/cjs/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.d.ts +0 -4
  17. package/dist/cjs/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSectionProps.d.ts +0 -4
  18. package/dist/cjs/src/components/sections/FunctionalityCardsSection/index.d.ts +0 -2
  19. package/dist/esm/src/components/organisms/CardFunctionality/CardFunctionality.d.ts +0 -4
  20. package/dist/esm/src/components/organisms/CardFunctionality/CardFunctionalityProps.d.ts +0 -9
  21. package/dist/esm/src/components/organisms/CardFunctionality/index.d.ts +0 -2
  22. package/dist/esm/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.d.ts +0 -4
  23. package/dist/esm/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSectionProps.d.ts +0 -4
  24. 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-functionality {
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-functionality .content-tags {
5196
+ .card-funcionality .content-tags {
5199
5197
  display: flex;
5200
5198
  flex-direction: column;
5201
5199
  gap: 1rem; }
5202
- .card-functionality .content-tags .content {
5200
+ .card-funcionality .content-tags .content {
5203
5201
  display: flex;
5204
5202
  flex-direction: column;
5205
5203
  gap: 0.5rem; }
5206
- .card-functionality .content-tags .content .header {
5204
+ .card-funcionality .content-tags .content .header {
5207
5205
  display: flex;
5208
5206
  align-items: center;
5209
- gap: 10px;
5210
- flex-direction: row; }
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-functionality .content-tags .content .header .title {
5212
+ .card-funcionality .content-tags .content .header .title {
5216
5213
  color: var(--neutral-neutral-1);
5217
5214
  font-weight: 700; }
5218
- .card-functionality .content-tags .content .text {
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-functionality .content-tags .tags {
5223
+ .card-funcionality .content-tags .tags {
5227
5224
  display: flex;
5228
5225
  gap: 2rem;
5229
5226
  flex-wrap: wrap; }
5230
- .card-functionality .cta-card {
5227
+ .card-funcionality .cta-card {
5231
5228
  align-self: flex-start;
5232
5229
  margin-top: 0; }
5233
5230
 
@@ -6067,17 +6064,6 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
6067
6064
  .features-ratafia-section__wrapper__children img {
6068
6065
  width: 100%; }
6069
6066
 
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
6067
  .guidelines-section {
6082
6068
  display: flex;
6083
6069
  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 './CardFunctionality';
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';