@npm_leadtech/legal-lib-components 2.37.0 → 2.37.2
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 +39 -0
- 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 -0
- package/dist/cjs/src/components/molecules/AlsoKnownAs/AlsoKnownAs.d.ts +5 -0
- package/dist/cjs/src/components/molecules/AlsoKnownAs/AlsoKnownAsProps.types.d.ts +4 -0
- package/dist/cjs/src/components/molecules/AlsoKnownAs/index.d.ts +2 -0
- package/dist/cjs/src/components/molecules/index.d.ts +1 -0
- package/dist/cjs/src/components/sections/AsideMenuSection/AsideMenuSectionProps.d.ts +1 -0
- 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 +39 -0
- 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 -0
- package/dist/esm/src/components/molecules/AlsoKnownAs/AlsoKnownAs.d.ts +5 -0
- package/dist/esm/src/components/molecules/AlsoKnownAs/AlsoKnownAsProps.types.d.ts +4 -0
- package/dist/esm/src/components/molecules/AlsoKnownAs/index.d.ts +2 -0
- package/dist/esm/src/components/molecules/index.d.ts +1 -0
- package/dist/esm/src/components/sections/AsideMenuSection/AsideMenuSectionProps.d.ts +1 -0
- package/dist/index.d.ts +15 -1
- package/package.json +9 -9
|
@@ -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;
|
|
@@ -4188,6 +4199,27 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
4188
4199
|
.trustworthy-websites__image {
|
|
4189
4200
|
margin: 1.5rem; }
|
|
4190
4201
|
|
|
4202
|
+
.also-known-as {
|
|
4203
|
+
display: flex;
|
|
4204
|
+
align-items: center;
|
|
4205
|
+
gap: 0.5rem;
|
|
4206
|
+
flex-wrap: wrap; }
|
|
4207
|
+
.also-known-as .title {
|
|
4208
|
+
display: flex;
|
|
4209
|
+
align-items: center;
|
|
4210
|
+
gap: 0.25rem;
|
|
4211
|
+
flex-wrap: nowrap; }
|
|
4212
|
+
.also-known-as .title svg {
|
|
4213
|
+
width: 18px;
|
|
4214
|
+
height: 18px;
|
|
4215
|
+
fill: var(--secondary-main-dark-1); }
|
|
4216
|
+
.also-known-as .title .text {
|
|
4217
|
+
color: var(--Neutral-600, #6d7275);
|
|
4218
|
+
font-size: 0.875rem;
|
|
4219
|
+
line-height: 18px;
|
|
4220
|
+
letter-spacing: -0.3px;
|
|
4221
|
+
white-space: nowrap; }
|
|
4222
|
+
|
|
4191
4223
|
.about-us-content {
|
|
4192
4224
|
display: flex;
|
|
4193
4225
|
flex-flow: row wrap;
|
|
@@ -4525,6 +4557,13 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
4525
4557
|
.about-us-section__sub-title {
|
|
4526
4558
|
font-size: 3rem; } }
|
|
4527
4559
|
|
|
4560
|
+
.asideMenu .title {
|
|
4561
|
+
color: var(--neutral-neutral-1);
|
|
4562
|
+
font-weight: bold;
|
|
4563
|
+
padding-bottom: 1rem;
|
|
4564
|
+
border-bottom: var(--neutral-neutral-4) 1px solid;
|
|
4565
|
+
margin-bottom: 1.5rem; }
|
|
4566
|
+
|
|
4528
4567
|
.asideMenu .list {
|
|
4529
4568
|
display: flex;
|
|
4530
4569
|
flex-direction: column;
|
|
@@ -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';
|