@npm_leadtech/legal-lib-components 2.37.1 → 2.37.3
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/images/componentsSvg/SymbolDoc.d.ts +2 -0
- package/dist/cjs/index.js +3 -3
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/legal-lib-components.css +31 -28
- package/dist/cjs/src/components/atoms/DocumentTag/DocumentTag.d.ts +4 -0
- package/dist/cjs/src/components/atoms/DocumentTag/DocumentTagProps.d.ts +3 -0
- package/dist/cjs/src/components/atoms/DocumentTag/index.d.ts +2 -0
- package/dist/cjs/src/components/atoms/index.d.ts +1 -1
- package/dist/cjs/src/components/molecules/AlsoKnownAs/AlsoKnownAsProps.types.d.ts +1 -1
- package/dist/cjs/src/components/molecules/index.d.ts +1 -1
- package/dist/esm/images/componentsSvg/SymbolDoc.d.ts +2 -0
- package/dist/esm/index.js +3 -3
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/legal-lib-components.css +31 -28
- package/dist/esm/src/components/atoms/DocumentTag/DocumentTag.d.ts +4 -0
- package/dist/esm/src/components/atoms/DocumentTag/DocumentTagProps.d.ts +3 -0
- package/dist/esm/src/components/atoms/DocumentTag/index.d.ts +2 -0
- package/dist/esm/src/components/atoms/index.d.ts +1 -1
- package/dist/esm/src/components/molecules/AlsoKnownAs/AlsoKnownAsProps.types.d.ts +1 -1
- package/dist/esm/src/components/molecules/index.d.ts +1 -1
- package/dist/index.d.ts +11 -11
- package/package.json +9 -9
- package/dist/cjs/src/components/atoms/AlsoKnownAsListItem/AlsoKnownAsListItem.d.ts +0 -5
- package/dist/cjs/src/components/atoms/AlsoKnownAsListItem/AlsoKnownAsListItemProps.types.d.ts +0 -3
- package/dist/cjs/src/components/atoms/AlsoKnownAsListItem/index.d.ts +0 -2
- package/dist/esm/src/components/atoms/AlsoKnownAsListItem/AlsoKnownAsListItem.d.ts +0 -5
- package/dist/esm/src/components/atoms/AlsoKnownAsListItem/AlsoKnownAsListItemProps.types.d.ts +0 -3
- package/dist/esm/src/components/atoms/AlsoKnownAsListItem/index.d.ts +0 -2
|
@@ -1790,6 +1790,17 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
1790
1790
|
.document-status.--is-new .icon {
|
|
1791
1791
|
margin-right: 1.4rem; }
|
|
1792
1792
|
|
|
1793
|
+
.document-tag {
|
|
1794
|
+
background: var(--others-white);
|
|
1795
|
+
border: 1px solid var(--neutral-neutral-4);
|
|
1796
|
+
border-radius: 4px;
|
|
1797
|
+
color: var(--neutral-neutral-2);
|
|
1798
|
+
font-size: 0.875rem;
|
|
1799
|
+
letter-spacing: -0.3px;
|
|
1800
|
+
line-height: 1.15rem;
|
|
1801
|
+
padding: 4px 8px;
|
|
1802
|
+
white-space: nowrap; }
|
|
1803
|
+
|
|
1793
1804
|
.expert-card {
|
|
1794
1805
|
display: flex;
|
|
1795
1806
|
align-items: center;
|
|
@@ -3007,17 +3018,26 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
3007
3018
|
.message-information__text__time.regular {
|
|
3008
3019
|
font-weight: 400; }
|
|
3009
3020
|
|
|
3010
|
-
.also-known-as
|
|
3011
|
-
display:
|
|
3012
|
-
|
|
3013
|
-
.
|
|
3014
|
-
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
|
|
3021
|
+
.also-known-as {
|
|
3022
|
+
display: flex;
|
|
3023
|
+
align-items: center;
|
|
3024
|
+
gap: 0.5rem;
|
|
3025
|
+
flex-wrap: wrap; }
|
|
3026
|
+
.also-known-as .title {
|
|
3027
|
+
display: flex;
|
|
3028
|
+
align-items: center;
|
|
3029
|
+
gap: 0.25rem;
|
|
3030
|
+
flex-wrap: nowrap; }
|
|
3031
|
+
.also-known-as .title svg {
|
|
3032
|
+
width: 18px;
|
|
3033
|
+
height: 18px;
|
|
3034
|
+
fill: var(--secondary-main-dark-1); }
|
|
3035
|
+
.also-known-as .title .text {
|
|
3036
|
+
color: var(--Neutral-600, #6d7275);
|
|
3037
|
+
font-size: 0.875rem;
|
|
3038
|
+
line-height: 18px;
|
|
3039
|
+
letter-spacing: -0.3px;
|
|
3040
|
+
white-space: nowrap; }
|
|
3021
3041
|
|
|
3022
3042
|
.article {
|
|
3023
3043
|
display: flex;
|
|
@@ -4200,23 +4220,6 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
4200
4220
|
.trustworthy-websites__image {
|
|
4201
4221
|
margin: 1.5rem; }
|
|
4202
4222
|
|
|
4203
|
-
@media (min-width: 720px) {
|
|
4204
|
-
.also-known-as {
|
|
4205
|
-
display: flex; } }
|
|
4206
|
-
|
|
4207
|
-
.also-known-as__title {
|
|
4208
|
-
font-size: 0.875rem;
|
|
4209
|
-
color: var(--neutral-neutral-2);
|
|
4210
|
-
margin-bottom: 8px; }
|
|
4211
|
-
.also-known-as__title__content {
|
|
4212
|
-
display: flex; }
|
|
4213
|
-
.also-known-as__title__text {
|
|
4214
|
-
padding-left: 4px; }
|
|
4215
|
-
@media (min-width: 720px) {
|
|
4216
|
-
.also-known-as__title {
|
|
4217
|
-
flex: 0 0 auto;
|
|
4218
|
-
width: 130px; } }
|
|
4219
|
-
|
|
4220
4223
|
.about-us-content {
|
|
4221
4224
|
display: flex;
|
|
4222
4225
|
flex-flow: row wrap;
|
|
@@ -12,6 +12,7 @@ export * from './DialogMenuIcon';
|
|
|
12
12
|
export * from './Disclaimer';
|
|
13
13
|
export * from './Divider';
|
|
14
14
|
export * from './DocumentStatus';
|
|
15
|
+
export * from './DocumentTag';
|
|
15
16
|
export * from './ExpertCard';
|
|
16
17
|
export * from './FormFaq';
|
|
17
18
|
export * from './GoogleButton';
|
|
@@ -43,4 +44,3 @@ export * from './WideInfoBar';
|
|
|
43
44
|
export * from './TrustPilot';
|
|
44
45
|
export * from './WhyLawDistrictItems';
|
|
45
46
|
export * from './MessageInformation';
|
|
46
|
-
export * from './AlsoKnownAsListItem';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export * from './AlsoKnownAs';
|
|
1
2
|
export * from './Article';
|
|
2
3
|
export * from './BaseBoxList';
|
|
3
4
|
export * from './BottomFixedBar';
|
|
@@ -23,4 +24,3 @@ export * from './StepGetForm';
|
|
|
23
24
|
export * from './TextInput';
|
|
24
25
|
export * from './TooltipMenu';
|
|
25
26
|
export * from './TrustworthyWebsites';
|
|
26
|
-
export * from './AlsoKnownAs';
|