@npm_leadtech/legal-lib-components 3.1.3 → 3.2.1
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 +4 -4
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/legal-lib-components.css +25 -30
- package/dist/cjs/src/components/atoms/Disclaimer/DisclaimerProps.types.d.ts +3 -0
- package/dist/esm/index.js +3 -3
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/legal-lib-components.css +25 -30
- package/dist/esm/src/components/atoms/Disclaimer/DisclaimerProps.types.d.ts +3 -0
- package/dist/index.d.ts +3 -0
- package/package.json +1 -1
|
@@ -309,8 +309,7 @@ html[data-theme='lawdistrictonline'] {
|
|
|
309
309
|
align-self: stretch;
|
|
310
310
|
gap: 0.5rem; }
|
|
311
311
|
.benefit-ratafia-card__content__title {
|
|
312
|
-
color: var(--primary-main-dark-2);
|
|
313
|
-
font-weight: 700; }
|
|
312
|
+
color: var(--primary-main-dark-2); }
|
|
314
313
|
.benefit-ratafia-card__content__description {
|
|
315
314
|
color: var(--neutral-neutral-1); }
|
|
316
315
|
|
|
@@ -1863,8 +1862,7 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
1863
1862
|
width: 24px;
|
|
1864
1863
|
height: 24px; }
|
|
1865
1864
|
.feature-ratafia-card__wrapper__header__title__text {
|
|
1866
|
-
color: var(--others-white);
|
|
1867
|
-
font-weight: 700; }
|
|
1865
|
+
color: var(--others-white); }
|
|
1868
1866
|
.feature-ratafia-card__wrapper__description {
|
|
1869
1867
|
color: var(--neutral-neutral-1); }
|
|
1870
1868
|
|
|
@@ -1881,8 +1879,7 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
1881
1879
|
gap: 0.25rem;
|
|
1882
1880
|
border-radius: 4px;
|
|
1883
1881
|
background: var(--neutral-neutral-4);
|
|
1884
|
-
color: var(--primary-main-dark-1);
|
|
1885
|
-
font-weight: 700; }
|
|
1882
|
+
color: var(--primary-main-dark-1); }
|
|
1886
1883
|
|
|
1887
1884
|
.feature-ratafia-card-not-released .feature-ratafia-card__wrapper__description {
|
|
1888
1885
|
opacity: 0.5; }
|
|
@@ -2921,8 +2918,6 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
2921
2918
|
.step-ratafia-card__title__icon {
|
|
2922
2919
|
width: 20px;
|
|
2923
2920
|
height: 20px; }
|
|
2924
|
-
.step-ratafia-card__title__text {
|
|
2925
|
-
font-weight: 700; }
|
|
2926
2921
|
|
|
2927
2922
|
.tagline {
|
|
2928
2923
|
margin-bottom: 1rem; }
|
|
@@ -3919,8 +3914,7 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
3919
3914
|
gap: 1rem; }
|
|
3920
3915
|
.mid-banner-ratafia-content__header__title {
|
|
3921
3916
|
align-self: stretch;
|
|
3922
|
-
color: var(--primary-main-dark-2);
|
|
3923
|
-
font-weight: 700; }
|
|
3917
|
+
color: var(--primary-main-dark-2); }
|
|
3924
3918
|
.mid-banner-ratafia-content__header__description {
|
|
3925
3919
|
align-self: stretch;
|
|
3926
3920
|
color: var(--neutral-neutral-1); }
|
|
@@ -3932,10 +3926,10 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
3932
3926
|
display: flex;
|
|
3933
3927
|
align-items: flex-start;
|
|
3934
3928
|
position: relative; }
|
|
3935
|
-
.mid-banner-ratafia-
|
|
3929
|
+
.mid-banner-ratafia-sample__image img {
|
|
3936
3930
|
border-radius: 8px 8px 0 0;
|
|
3937
3931
|
box-shadow: 0 0.125rem 0.375rem 0 rgba(var(--primary-main-dark-1-rgb), 0.25);
|
|
3938
|
-
|
|
3932
|
+
width: 460px; }
|
|
3939
3933
|
.mid-banner-ratafia-sample__sumarized-tag {
|
|
3940
3934
|
display: flex;
|
|
3941
3935
|
justify-content: center;
|
|
@@ -3953,8 +3947,7 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
3953
3947
|
width: 16px;
|
|
3954
3948
|
height: 16px; }
|
|
3955
3949
|
.mid-banner-ratafia-sample__sumarized-tag__text {
|
|
3956
|
-
color: var(--primary-main);
|
|
3957
|
-
font-weight: 700; }
|
|
3950
|
+
color: var(--primary-main); }
|
|
3958
3951
|
.mid-banner-ratafia-sample__feature-tag {
|
|
3959
3952
|
display: flex;
|
|
3960
3953
|
justify-content: center;
|
|
@@ -4816,6 +4809,9 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
4816
4809
|
.upload-ratafia-zone__content__description {
|
|
4817
4810
|
margin-top: 3.5rem;
|
|
4818
4811
|
margin-bottom: 1rem; }
|
|
4812
|
+
.upload-ratafia-zone__content__service-terms a {
|
|
4813
|
+
color: var(--neutral-neutral-3);
|
|
4814
|
+
text-decoration: underline; }
|
|
4819
4815
|
.upload-ratafia-zone:hover .upload-ratafia-zone__content__title {
|
|
4820
4816
|
color: var(--neutral-main); }
|
|
4821
4817
|
|
|
@@ -4990,8 +4986,7 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
4990
4986
|
gap: 1rem; }
|
|
4991
4987
|
.features-ratafia-content__wrapper__title__text {
|
|
4992
4988
|
align-self: stretch;
|
|
4993
|
-
color: var(--neutral-neutral-1);
|
|
4994
|
-
font-weight: 700; }
|
|
4989
|
+
color: var(--neutral-neutral-1); }
|
|
4995
4990
|
.features-ratafia-content__wrapper__title__description {
|
|
4996
4991
|
align-self: stretch;
|
|
4997
4992
|
color: var(--neutral-neutral-1); }
|
|
@@ -5061,8 +5056,7 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
5061
5056
|
width: 41px;
|
|
5062
5057
|
height: 32px; }
|
|
5063
5058
|
.jumbotron-ratafia-content__title__text {
|
|
5064
|
-
color: var(--others-white);
|
|
5065
|
-
font-weight: 700; }
|
|
5059
|
+
color: var(--others-white); }
|
|
5066
5060
|
.jumbotron-ratafia-content__description {
|
|
5067
5061
|
color: var(--others-white); }
|
|
5068
5062
|
|
|
@@ -5173,8 +5167,7 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
5173
5167
|
flex-direction: column;
|
|
5174
5168
|
gap: 1.5rem; }
|
|
5175
5169
|
.steps-ratafia-content__title {
|
|
5176
|
-
color: var(--neutral-neutral-1);
|
|
5177
|
-
font-weight: 700; }
|
|
5170
|
+
color: var(--neutral-neutral-1); }
|
|
5178
5171
|
|
|
5179
5172
|
.try-our-free-legal-blogs-section__texts {
|
|
5180
5173
|
flex-basis: 50%;
|
|
@@ -5341,8 +5334,7 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
5341
5334
|
align-self: stretch;
|
|
5342
5335
|
gap: 1rem; }
|
|
5343
5336
|
.benefit-ratafia-section__wrapper__title__text {
|
|
5344
|
-
color: var(--others-white);
|
|
5345
|
-
font-weight: 700; }
|
|
5337
|
+
color: var(--others-white); }
|
|
5346
5338
|
.benefit-ratafia-section__wrapper__title__description {
|
|
5347
5339
|
color: var(--others-white); }
|
|
5348
5340
|
|
|
@@ -5542,7 +5534,7 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
5542
5534
|
padding: 5rem 7.5rem 6.5rem 7.5rem;
|
|
5543
5535
|
gap: 5rem; } }
|
|
5544
5536
|
.jumbotron-ratafia-section__children {
|
|
5545
|
-
flex:
|
|
5537
|
+
flex: none; }
|
|
5546
5538
|
|
|
5547
5539
|
.jumbotron--simplified {
|
|
5548
5540
|
background: var(--primary-main-light-6);
|
|
@@ -5694,6 +5686,7 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
5694
5686
|
text-align: center; }
|
|
5695
5687
|
|
|
5696
5688
|
.steps-ratafia-section {
|
|
5689
|
+
z-index: 999;
|
|
5697
5690
|
display: flex;
|
|
5698
5691
|
flex-direction: column;
|
|
5699
5692
|
align-items: center;
|
|
@@ -5708,12 +5701,15 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
5708
5701
|
.steps-ratafia-section {
|
|
5709
5702
|
padding: 0 7.5rem 3rem 7.5rem;
|
|
5710
5703
|
flex-direction: row;
|
|
5704
|
+
justify-content: space-between;
|
|
5711
5705
|
align-items: flex-start; } }
|
|
5712
|
-
.steps-ratafia-section__video
|
|
5713
|
-
|
|
5714
|
-
|
|
5715
|
-
|
|
5716
|
-
|
|
5706
|
+
.steps-ratafia-section__video {
|
|
5707
|
+
display: flex;
|
|
5708
|
+
justify-content: center; }
|
|
5709
|
+
.steps-ratafia-section__video video {
|
|
5710
|
+
border-radius: 8px;
|
|
5711
|
+
box-shadow: 0 0.125rem 0.375rem 0 rgba(2, 55, 74, 0.25);
|
|
5712
|
+
width: 100%; }
|
|
5717
5713
|
@media (min-width: 1600px) {
|
|
5718
5714
|
.steps-ratafia-section__content {
|
|
5719
5715
|
margin-top: 4rem; } }
|
|
@@ -5759,8 +5755,7 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
5759
5755
|
height: 48px; }
|
|
5760
5756
|
.try-it-ratafia-section__wrapper__content__title {
|
|
5761
5757
|
align-self: stretch;
|
|
5762
|
-
color: var(--others-white);
|
|
5763
|
-
font-weight: 700; }
|
|
5758
|
+
color: var(--others-white); }
|
|
5764
5759
|
|
|
5765
5760
|
.try-our-free-legal-blogs-section {
|
|
5766
5761
|
display: flex;
|
package/dist/index.d.ts
CHANGED
|
@@ -164,6 +164,9 @@ interface DisclaimerProps {
|
|
|
164
164
|
linksUrl?: string;
|
|
165
165
|
givenClass?: string;
|
|
166
166
|
siteUrl?: string;
|
|
167
|
+
simpleCopyRight?: string;
|
|
168
|
+
complexCopyRight?: React.ReactNode | undefined;
|
|
169
|
+
complexCopyRightMobile?: React.ReactNode | undefined;
|
|
167
170
|
}
|
|
168
171
|
|
|
169
172
|
declare const Disclaimer: FC<DisclaimerProps>;
|