@npm_leadtech/legal-lib-components 2.25.2 → 2.26.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.
Files changed (75) hide show
  1. package/README.md +5 -0
  2. package/dist/cjs/index.js +3 -3
  3. package/dist/cjs/index.js.map +1 -1
  4. package/dist/cjs/legal-lib-components.css +349 -141
  5. package/dist/cjs/src/components/atoms/JumbotronStatic/JumbotronStatic.d.ts +4 -0
  6. package/dist/cjs/src/components/atoms/JumbotronStatic/JumbotronStaticProps.types.d.ts +3 -0
  7. package/dist/cjs/src/components/atoms/JumbotronStatic/index.d.ts +2 -0
  8. package/dist/cjs/src/components/atoms/index.d.ts +1 -0
  9. package/dist/cjs/src/components/molecules/StepGetForm/StepGetForm.d.ts +2 -2
  10. package/dist/cjs/src/components/molecules/StepGetForm/StepGetFormProps.types.d.ts +2 -9
  11. package/dist/cjs/src/components/organisms/CookiePolicyBar/CookiePolicyBar.d.ts +4 -0
  12. package/dist/cjs/src/components/organisms/CookiePolicyBar/CookiePolicyBarProps.d.ts +4 -0
  13. package/dist/cjs/src/components/organisms/CookiePolicyBar/index.d.ts +2 -0
  14. package/dist/cjs/src/components/organisms/index.d.ts +4 -3
  15. package/dist/cjs/src/components/pages/AboutUsPage/AboutUsPage.d.ts +3 -0
  16. package/dist/cjs/src/components/pages/AboutUsPage/AboutUsPageProps.d.ts +11 -0
  17. package/dist/cjs/src/components/pages/AboutUsPage/index.d.ts +2 -0
  18. package/dist/cjs/src/components/pages/LegalPage/LegalPage.d.ts +3 -0
  19. package/dist/cjs/src/components/pages/LegalPage/LegalPageProps.d.ts +6 -0
  20. package/dist/cjs/src/components/pages/LegalPage/index.d.ts +2 -0
  21. package/dist/cjs/src/components/pages/UnsubscribePage/UnsubscribePage.d.ts +3 -0
  22. package/dist/cjs/src/components/pages/UnsubscribePage/UnsubscribePageProps.d.ts +6 -0
  23. package/dist/cjs/src/components/pages/UnsubscribePage/index.d.ts +2 -0
  24. package/dist/cjs/src/components/pages/index.d.ts +3 -0
  25. package/dist/cjs/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.d.ts +2 -2
  26. package/dist/cjs/src/components/sections/LegalSection/LegalSection.d.ts +4 -0
  27. package/dist/cjs/src/components/sections/LegalSection/LegalSectionProps.d.ts +4 -0
  28. package/dist/cjs/src/components/sections/LegalSection/index.d.ts +2 -0
  29. package/dist/cjs/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSectionProps.types.d.ts +1 -1
  30. package/dist/cjs/src/components/sections/TryUsSection/TryUsSection.d.ts +4 -0
  31. package/dist/cjs/src/components/sections/TryUsSection/TryUsSectionProps.d.ts +7 -0
  32. package/dist/cjs/src/components/sections/TryUsSection/index.d.ts +2 -0
  33. package/dist/cjs/src/components/sections/UnsubscribeSection/UnsubscribeSection.d.ts +4 -0
  34. package/dist/cjs/src/components/sections/UnsubscribeSection/UnsubscribeSectionProps.d.ts +4 -0
  35. package/dist/cjs/src/components/sections/UnsubscribeSection/index.d.ts +2 -0
  36. package/dist/cjs/src/components/sections/index.d.ts +7 -4
  37. package/dist/cjs/src/index.d.ts +1 -0
  38. package/dist/esm/index.js +3 -3
  39. package/dist/esm/index.js.map +1 -1
  40. package/dist/esm/legal-lib-components.css +349 -141
  41. package/dist/esm/src/components/atoms/JumbotronStatic/JumbotronStatic.d.ts +4 -0
  42. package/dist/esm/src/components/atoms/JumbotronStatic/JumbotronStaticProps.types.d.ts +3 -0
  43. package/dist/esm/src/components/atoms/JumbotronStatic/index.d.ts +2 -0
  44. package/dist/esm/src/components/atoms/index.d.ts +1 -0
  45. package/dist/esm/src/components/molecules/StepGetForm/StepGetForm.d.ts +2 -2
  46. package/dist/esm/src/components/molecules/StepGetForm/StepGetFormProps.types.d.ts +2 -9
  47. package/dist/esm/src/components/organisms/CookiePolicyBar/CookiePolicyBar.d.ts +4 -0
  48. package/dist/esm/src/components/organisms/CookiePolicyBar/CookiePolicyBarProps.d.ts +4 -0
  49. package/dist/esm/src/components/organisms/CookiePolicyBar/index.d.ts +2 -0
  50. package/dist/esm/src/components/organisms/index.d.ts +4 -3
  51. package/dist/esm/src/components/pages/AboutUsPage/AboutUsPage.d.ts +3 -0
  52. package/dist/esm/src/components/pages/AboutUsPage/AboutUsPageProps.d.ts +11 -0
  53. package/dist/esm/src/components/pages/AboutUsPage/index.d.ts +2 -0
  54. package/dist/esm/src/components/pages/LegalPage/LegalPage.d.ts +3 -0
  55. package/dist/esm/src/components/pages/LegalPage/LegalPageProps.d.ts +6 -0
  56. package/dist/esm/src/components/pages/LegalPage/index.d.ts +2 -0
  57. package/dist/esm/src/components/pages/UnsubscribePage/UnsubscribePage.d.ts +3 -0
  58. package/dist/esm/src/components/pages/UnsubscribePage/UnsubscribePageProps.d.ts +6 -0
  59. package/dist/esm/src/components/pages/UnsubscribePage/index.d.ts +2 -0
  60. package/dist/esm/src/components/pages/index.d.ts +3 -0
  61. package/dist/esm/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.d.ts +2 -2
  62. package/dist/esm/src/components/sections/LegalSection/LegalSection.d.ts +4 -0
  63. package/dist/esm/src/components/sections/LegalSection/LegalSectionProps.d.ts +4 -0
  64. package/dist/esm/src/components/sections/LegalSection/index.d.ts +2 -0
  65. package/dist/esm/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSectionProps.types.d.ts +1 -1
  66. package/dist/esm/src/components/sections/TryUsSection/TryUsSection.d.ts +4 -0
  67. package/dist/esm/src/components/sections/TryUsSection/TryUsSectionProps.d.ts +7 -0
  68. package/dist/esm/src/components/sections/TryUsSection/index.d.ts +2 -0
  69. package/dist/esm/src/components/sections/UnsubscribeSection/UnsubscribeSection.d.ts +4 -0
  70. package/dist/esm/src/components/sections/UnsubscribeSection/UnsubscribeSectionProps.d.ts +4 -0
  71. package/dist/esm/src/components/sections/UnsubscribeSection/index.d.ts +2 -0
  72. package/dist/esm/src/components/sections/index.d.ts +7 -4
  73. package/dist/esm/src/index.d.ts +1 -0
  74. package/dist/index.d.ts +106 -53
  75. package/package.json +1 -2
@@ -411,14 +411,14 @@ html[data-theme='lawdistrict'] .e-button.--primary-3 {
411
411
  .e-button.--secondary {
412
412
  display: inline-block; }
413
413
  .e-button.--secondary-1 {
414
- background-color: var(--others-white);
414
+ background-color: transparent;
415
415
  border: 2px solid #05646e;
416
416
  color: #05646e;
417
417
  font-weight: bold; }
418
418
  .e-button.--secondary-1:hover {
419
419
  background-color: #e4f8f3; }
420
420
  .e-button.--secondary-2 {
421
- background-color: var(--others-white);
421
+ background-color: transparent;
422
422
  border: 2px solid var(--secondary-main);
423
423
  color: var(--neutral-main);
424
424
  font-weight: bold; }
@@ -447,7 +447,6 @@ html[data-theme='lawdistrict'] .e-button.--primary-3 {
447
447
  .e-button.--secondary-icon.--bold img {
448
448
  margin-right: 0.8rem; }
449
449
  .e-button.--secondary-icon.--dark {
450
- background-color: var(--neutral-main);
451
450
  border: 1px solid var(--others-white) !important;
452
451
  color: var(--others-white); }
453
452
  .e-button.--secondary-icon.--dark svg {
@@ -1483,6 +1482,13 @@ html[data-theme='lawdistrict'] .e-button.--primary-3 {
1483
1482
  vertical-align: middle;
1484
1483
  content: "×";
1485
1484
  }
1485
+ .react-datepicker__close-icon--disabled {
1486
+ cursor: default;
1487
+ }
1488
+ .react-datepicker__close-icon--disabled::after {
1489
+ cursor: default;
1490
+ background-color: #ccc;
1491
+ }
1486
1492
 
1487
1493
  .react-datepicker__today-button {
1488
1494
  background: #f0f0f0;
@@ -1927,6 +1933,12 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
1927
1933
  .info-box .info-box__text-container {
1928
1934
  margin-left: 1.5rem; } }
1929
1935
 
1936
+ .jumbotron--static {
1937
+ text-align: center;
1938
+ margin: 0 auto;
1939
+ background-color: var(--primary-main-light-6);
1940
+ padding: 2.5rem 1rem 4rem; }
1941
+
1930
1942
  .logo-text {
1931
1943
  display: flex;
1932
1944
  align-items: flex-start; }
@@ -3987,75 +3999,6 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
3987
3999
  right: 0;
3988
4000
  padding: 8px; }
3989
4001
 
3990
- .articles_wrapper {
3991
- display: flex;
3992
- flex-direction: column;
3993
- align-items: stretch; }
3994
- @media (min-width: 960px) {
3995
- .articles_wrapper {
3996
- flex-direction: row; } }
3997
-
3998
- .homeSteps__container {
3999
- transform: translateY(0%); }
4000
- @media (min-width: 575px) {
4001
- .homeSteps__container {
4002
- transform: translateY(0%); } }
4003
- @media (min-width: 720px) {
4004
- .homeSteps__container {
4005
- transform: translateY(0%); } }
4006
- .homeSteps__container .homeSteps {
4007
- display: flex;
4008
- flex-direction: column;
4009
- align-items: center;
4010
- padding-top: 2rem;
4011
- padding-bottom: 2rem;
4012
- position: relative; }
4013
- .homeSteps__container .homeSteps .homeStepsItemsContainer {
4014
- display: flex;
4015
- justify-content: space-between;
4016
- width: 100%;
4017
- max-width: 888px;
4018
- flex-flow: row wrap;
4019
- padding: 0 1rem; }
4020
- @media (min-width: 960px) {
4021
- .homeSteps__container .homeSteps .homeStepsItemsContainer {
4022
- flex-flow: row nowrap;
4023
- padding: 0; } }
4024
-
4025
- .mobile-bottom-bar {
4026
- background: var(--others-white);
4027
- position: fixed;
4028
- display: flex;
4029
- flex-direction: row;
4030
- justify-content: space-between;
4031
- bottom: 0;
4032
- height: 3.25rem;
4033
- width: 100%;
4034
- box-shadow: 0px 2px 6px 0px rgba(var(--primary-main-dark-1-rgb), 0.25);
4035
- z-index: 1; }
4036
- @media (min-width: 575px) {
4037
- .mobile-bottom-bar {
4038
- display: none; } }
4039
- .mobile-bottom-bar--active {
4040
- display: flex; }
4041
- .mobile-bottom-bar .e-button {
4042
- max-height: 2.8rem;
4043
- margin: 0 0.5rem;
4044
- width: 2.75rem;
4045
- min-width: 2.75rem;
4046
- padding: 0;
4047
- outline: none;
4048
- display: flex;
4049
- align-items: center;
4050
- justify-content: center;
4051
- background-color: var(--primary-main);
4052
- border-color: var(--primary-main); }
4053
- .mobile-bottom-bar .e-button:hover {
4054
- cursor: pointer; }
4055
- .mobile-bottom-bar .e-button svg {
4056
- width: 24px;
4057
- margin: 0; }
4058
-
4059
4002
  .about-us-content {
4060
4003
  display: flex;
4061
4004
  flex-flow: row wrap;
@@ -4095,6 +4038,14 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
4095
4038
  .about-us-content__image img {
4096
4039
  width: 100%; }
4097
4040
 
4041
+ .articles_wrapper {
4042
+ display: flex;
4043
+ flex-direction: column;
4044
+ align-items: stretch; }
4045
+ @media (min-width: 960px) {
4046
+ .articles_wrapper {
4047
+ flex-direction: row; } }
4048
+
4098
4049
  .as-see-in-content {
4099
4050
  display: flex; }
4100
4051
  .as-see-in-content__text {
@@ -4108,6 +4059,48 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
4108
4059
  color: var(--primary-main-light-1);
4109
4060
  font-weight: 400 !important; }
4110
4061
 
4062
+ .fixed-container {
4063
+ display: flex;
4064
+ flex-direction: column;
4065
+ position: fixed;
4066
+ bottom: 0;
4067
+ z-index: 3;
4068
+ width: 100%; }
4069
+
4070
+ .cookie-policy-bar {
4071
+ display: flex;
4072
+ flex-direction: column;
4073
+ align-items: center;
4074
+ width: 100%;
4075
+ padding: 0 1.5rem 1rem;
4076
+ background-color: black;
4077
+ color: var(--others-white); }
4078
+ @media (min-width: 575px) {
4079
+ .cookie-policy-bar {
4080
+ flex-direction: row;
4081
+ align-items: center;
4082
+ padding-bottom: 0;
4083
+ justify-content: center; } }
4084
+
4085
+ .cookie-policy-bar__text {
4086
+ margin: 1rem 0 0.5rem;
4087
+ max-width: 48rem; }
4088
+ @media (min-width: 575px) {
4089
+ .cookie-policy-bar__text {
4090
+ margin-bottom: 1rem;
4091
+ margin-right: 1.5rem; } }
4092
+ @media (min-width: 960px) {
4093
+ .cookie-policy-bar__text {
4094
+ margin-right: 2.5rem; } }
4095
+ .cookie-policy-bar__text a {
4096
+ text-decoration: underline;
4097
+ color: var(--others-white); }
4098
+ .cookie-policy-bar__text p {
4099
+ margin-bottom: 0; }
4100
+
4101
+ .accept-cookies-button {
4102
+ white-space: nowrap; }
4103
+
4111
4104
  .guidelines-section__texts {
4112
4105
  flex-basis: 50%;
4113
4106
  display: flex;
@@ -4158,6 +4151,67 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
4158
4151
  .guidelines-section__image.is-mobile {
4159
4152
  display: none; } }
4160
4153
 
4154
+ .homeSteps__container {
4155
+ transform: translateY(0%); }
4156
+ @media (min-width: 575px) {
4157
+ .homeSteps__container {
4158
+ transform: translateY(0%); } }
4159
+ @media (min-width: 720px) {
4160
+ .homeSteps__container {
4161
+ transform: translateY(0%); } }
4162
+ .homeSteps__container .homeSteps {
4163
+ display: flex;
4164
+ flex-direction: column;
4165
+ align-items: center;
4166
+ padding-top: 2rem;
4167
+ padding-bottom: 2rem;
4168
+ position: relative; }
4169
+ .homeSteps__container .homeSteps .homeStepsItemsContainer {
4170
+ display: flex;
4171
+ justify-content: space-between;
4172
+ width: 100%;
4173
+ max-width: 888px;
4174
+ flex-flow: row wrap;
4175
+ padding: 0 1rem; }
4176
+ @media (min-width: 960px) {
4177
+ .homeSteps__container .homeSteps .homeStepsItemsContainer {
4178
+ flex-flow: row nowrap;
4179
+ padding: 0; } }
4180
+
4181
+ .mobile-bottom-bar {
4182
+ background: var(--others-white);
4183
+ position: fixed;
4184
+ display: flex;
4185
+ flex-direction: row;
4186
+ justify-content: space-between;
4187
+ bottom: 0;
4188
+ height: 3.25rem;
4189
+ width: 100%;
4190
+ box-shadow: 0px 2px 6px 0px rgba(var(--primary-main-dark-1-rgb), 0.25);
4191
+ z-index: 1; }
4192
+ @media (min-width: 575px) {
4193
+ .mobile-bottom-bar {
4194
+ display: none; } }
4195
+ .mobile-bottom-bar--active {
4196
+ display: flex; }
4197
+ .mobile-bottom-bar .e-button {
4198
+ max-height: 2.8rem;
4199
+ margin: 0 0.5rem;
4200
+ width: 2.75rem;
4201
+ min-width: 2.75rem;
4202
+ padding: 0;
4203
+ outline: none;
4204
+ display: flex;
4205
+ align-items: center;
4206
+ justify-content: center;
4207
+ background-color: var(--primary-main);
4208
+ border-color: var(--primary-main); }
4209
+ .mobile-bottom-bar .e-button:hover {
4210
+ cursor: pointer; }
4211
+ .mobile-bottom-bar .e-button svg {
4212
+ width: 24px;
4213
+ margin: 0; }
4214
+
4161
4215
  .try-our-free-legal-blogs-section__texts {
4162
4216
  flex-basis: 50%;
4163
4217
  display: flex;
@@ -4193,56 +4247,6 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
4193
4247
  .try-our-free-legal-blogs-section__image {
4194
4248
  flex-basis: 50%; }
4195
4249
 
4196
- .blog {
4197
- text-align: center;
4198
- margin: 0 auto 3rem;
4199
- padding: 0 1rem;
4200
- max-width: 960px; }
4201
- @media (min-width: 960px) {
4202
- .blog {
4203
- padding: 0; } }
4204
- @media (min-width: 1200px) {
4205
- .blog {
4206
- max-width: 1200px; } }
4207
- .blog .blog__title {
4208
- color: var(--primary-main-dark-1); }
4209
- @media (min-width: 960px) {
4210
- .blog .blog__title {
4211
- margin-bottom: 3rem; } }
4212
- .blog .cta-button {
4213
- width: 100%;
4214
- margin-top: 3rem;
4215
- display: inline-block; }
4216
- @media (min-width: 720px) {
4217
- .blog .cta-button {
4218
- width: auto; } }
4219
-
4220
- .how-it-works-wrapper {
4221
- background-color: var(--neutral-neutral-6); }
4222
- @media (min-width: 960px) {
4223
- .how-it-works-wrapper {
4224
- background-repeat: no-repeat;
4225
- background-position: top right;
4226
- background-size: 21rem; } }
4227
- @media only screen and (max-width: 960px) {
4228
- .how-it-works-wrapper {
4229
- background-image: none !important; } }
4230
- .how-it-works-wrapper .works-title {
4231
- width: auto;
4232
- font-family: "Lora", serif;
4233
- text-align: center;
4234
- padding-top: 4rem; }
4235
- @media only screen and (max-width: 960px) {
4236
- .how-it-works-wrapper .works-title {
4237
- padding-top: 2.5rem; } }
4238
-
4239
- .try-our-free-legal-blogs-section {
4240
- display: flex;
4241
- flex-direction: column; }
4242
- @media (min-width: 720px) {
4243
- .try-our-free-legal-blogs-section {
4244
- flex-flow: row nowrap; } }
4245
-
4246
4250
  .about-us-section {
4247
4251
  padding-top: 1.125rem;
4248
4252
  background: var(--primary-main-light-6);
@@ -4283,26 +4287,54 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
4283
4287
  .about-us-section__sub-title {
4284
4288
  font-size: 3rem; } }
4285
4289
 
4286
- .guidelines-section {
4287
- display: flex;
4288
- flex-direction: column; }
4289
- @media (min-width: 720px) {
4290
- .guidelines-section {
4291
- flex-flow: row nowrap; } }
4290
+ .as-seen-in-section-box {
4291
+ flex-shrink: 0;
4292
+ border-radius: 4px;
4293
+ background: #fff;
4294
+ box-shadow: 0px 2px 6px 0px rgba(2, 55, 74, 0.25);
4295
+ margin: 2rem;
4296
+ padding: 1rem;
4297
+ max-width: 1200px; }
4298
+ @media (min-width: 960px) {
4299
+ .as-seen-in-section-box {
4300
+ margin: 2rem auto; } }
4301
+ .as-seen-in-section-box .as-seen-in-section {
4302
+ display: flex;
4303
+ flex-direction: column; }
4304
+ .as-seen-in-section-box .as-seen-in-section__title {
4305
+ color: var(--neutral-neutral-2);
4306
+ text-align: center;
4307
+ font-size: 32px;
4308
+ font-family: "Lora", serif;
4309
+ font-style: normal;
4310
+ font-weight: 400;
4311
+ line-height: 42px;
4312
+ letter-spacing: -0.3px;
4313
+ margin: 1rem 0; }
4292
4314
 
4293
- .as-seen-in-section {
4294
- display: flex;
4295
- flex-direction: column; }
4296
- .as-seen-in-section__title {
4297
- color: var(--neutral-neutral-2);
4298
- text-align: center;
4299
- font-size: 32px;
4300
- font-family: "Lora", serif;
4301
- font-style: normal;
4302
- font-weight: 400;
4303
- line-height: 42px;
4304
- letter-spacing: -0.3px;
4305
- margin: 1rem 0; }
4315
+ .blog {
4316
+ text-align: center;
4317
+ margin: 0 auto 3rem;
4318
+ padding: 0 1rem;
4319
+ max-width: 960px; }
4320
+ @media (min-width: 960px) {
4321
+ .blog {
4322
+ padding: 0; } }
4323
+ @media (min-width: 1200px) {
4324
+ .blog {
4325
+ max-width: 1200px; } }
4326
+ .blog .blog__title {
4327
+ color: var(--primary-main-dark-1); }
4328
+ @media (min-width: 960px) {
4329
+ .blog .blog__title {
4330
+ margin-bottom: 3rem; } }
4331
+ .blog .cta-button {
4332
+ width: 100%;
4333
+ margin-top: 3rem;
4334
+ display: inline-block; }
4335
+ @media (min-width: 720px) {
4336
+ .blog .cta-button {
4337
+ width: auto; } }
4306
4338
 
4307
4339
  .experts-section {
4308
4340
  display: flex;
@@ -4324,6 +4356,110 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
4324
4356
  .experts-section__title {
4325
4357
  width: 100%; } }
4326
4358
 
4359
+ .guidelines-section {
4360
+ display: flex;
4361
+ flex-direction: column; }
4362
+ @media (min-width: 720px) {
4363
+ .guidelines-section {
4364
+ flex-flow: row nowrap; } }
4365
+
4366
+ .how-it-works-wrapper {
4367
+ background-color: var(--neutral-neutral-6); }
4368
+ @media (min-width: 960px) {
4369
+ .how-it-works-wrapper {
4370
+ background-repeat: no-repeat;
4371
+ background-position: top right;
4372
+ background-size: 21rem; } }
4373
+ @media only screen and (max-width: 960px) {
4374
+ .how-it-works-wrapper {
4375
+ background-image: none !important; } }
4376
+ .how-it-works-wrapper .works-title {
4377
+ width: auto;
4378
+ font-family: "Lora", serif;
4379
+ text-align: center;
4380
+ padding-top: 4rem; }
4381
+ @media only screen and (max-width: 960px) {
4382
+ .how-it-works-wrapper .works-title {
4383
+ padding-top: 2.5rem; } }
4384
+
4385
+ .legal {
4386
+ margin-top: 1rem;
4387
+ margin-bottom: 6rem;
4388
+ padding: 0 1rem; }
4389
+ @media (min-width: 960px) {
4390
+ .legal {
4391
+ padding: 0; } }
4392
+ .legal .m-richText > * {
4393
+ color: var(--neutral-neutral-1); }
4394
+ .legal .m-richText p {
4395
+ margin-bottom: 1rem; }
4396
+ .legal .m-richText .cookie-table,
4397
+ .legal .m-richText .cookies-downloaded-documents-pages {
4398
+ box-shadow: 0 0.25rem 0.5rem 0 rgba(var(--primary-main-dark-1-rgb), 0.2); }
4399
+ .legal .m-richText .cookie-table thead th:nth-child(3),
4400
+ .legal .m-richText .cookie-table thead th:nth-child(4),
4401
+ .legal .m-richText .cookies-downloaded-documents-pages thead th:nth-child(3),
4402
+ .legal .m-richText .cookies-downloaded-documents-pages thead th:nth-child(4) {
4403
+ display: none; }
4404
+ @media (min-width: 720px) {
4405
+ .legal .m-richText .cookie-table thead th:nth-child(3),
4406
+ .legal .m-richText .cookie-table thead th:nth-child(4),
4407
+ .legal .m-richText .cookies-downloaded-documents-pages thead th:nth-child(3),
4408
+ .legal .m-richText .cookies-downloaded-documents-pages thead th:nth-child(4) {
4409
+ display: table-cell; } }
4410
+ .legal .m-richText .cookie-table tbody td:nth-child(3),
4411
+ .legal .m-richText .cookie-table tbody td:nth-child(4),
4412
+ .legal .m-richText .cookies-downloaded-documents-pages tbody td:nth-child(3),
4413
+ .legal .m-richText .cookies-downloaded-documents-pages tbody td:nth-child(4) {
4414
+ display: none; }
4415
+ @media (min-width: 720px) {
4416
+ .legal .m-richText .cookie-table tbody td:nth-child(3),
4417
+ .legal .m-richText .cookie-table tbody td:nth-child(4),
4418
+ .legal .m-richText .cookies-downloaded-documents-pages tbody td:nth-child(3),
4419
+ .legal .m-richText .cookies-downloaded-documents-pages tbody td:nth-child(4) {
4420
+ display: table-cell; } }
4421
+ .legal .m-richText table {
4422
+ margin: 2.5rem 0;
4423
+ width: 100%;
4424
+ border-radius: 4px;
4425
+ text-align: center;
4426
+ border-collapse: collapse; }
4427
+ .legal .m-richText table thead th {
4428
+ height: 2.5rem;
4429
+ background-color: var(--primary-main-light-5);
4430
+ border-right: 1px solid var(--neutral-neutral-4); }
4431
+ .legal .m-richText table thead th:first-child {
4432
+ border-top-left-radius: 4px; }
4433
+ .legal .m-richText table thead th:last-child {
4434
+ border-right: none;
4435
+ border-top-right-radius: 4px; }
4436
+ .legal .m-richText table thead tr {
4437
+ font-weight: bold;
4438
+ padding: 0.5rem 0; }
4439
+ .legal .m-richText table tbody td {
4440
+ border-right: 1px solid var(--neutral-neutral-4); }
4441
+ .legal .m-richText table tbody td:last-child {
4442
+ border-right: none; }
4443
+ .legal .m-richText table tbody tr {
4444
+ height: 2.5rem; }
4445
+ .legal .m-richText table tbody tr:nth-child(even) {
4446
+ background: var(--neutral-neutral-6); }
4447
+ .legal .m-richText h2 {
4448
+ font-size: 32px;
4449
+ line-height: 1.13;
4450
+ letter-spacing: -0.3px;
4451
+ margin-bottom: 1rem; }
4452
+ .legal .m-richText a {
4453
+ color: var(--primary-main-light-1); }
4454
+ .legal .m-richText ul,
4455
+ .legal .m-richText ol {
4456
+ padding-left: 2rem;
4457
+ margin-bottom: 1rem; }
4458
+ .legal .m-richText ul {
4459
+ list-style: disc; }
4460
+ .legal .m-richText ol {
4461
+ list-style-type: decimal; }
4462
+
4327
4463
  .people-say {
4328
4464
  width: 100%;
4329
4465
  margin: 0 auto;
@@ -4336,6 +4472,78 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
4336
4472
  letter-spacing: -0.3px;
4337
4473
  text-align: center; }
4338
4474
 
4475
+ .try-our-free-legal-blogs-section {
4476
+ display: flex;
4477
+ flex-direction: column; }
4478
+ @media (min-width: 720px) {
4479
+ .try-our-free-legal-blogs-section {
4480
+ flex-flow: row nowrap; } }
4481
+
4482
+ .try-us-section {
4483
+ padding: 2rem;
4484
+ text-align: center;
4485
+ background-color: var(--neutral-neutral-6);
4486
+ color: var(--neutral-neutral-1); }
4487
+ .try-us-section .m-richText {
4488
+ max-width: 50rem;
4489
+ margin: 0 auto; }
4490
+ .try-us-section .e-button {
4491
+ display: inline-block;
4492
+ margin-top: 1.5rem;
4493
+ width: 100%; }
4494
+ @media (min-width: 720px) {
4495
+ .try-us-section .e-button {
4496
+ width: auto; } }
4497
+
4498
+ .unsubscribe div:first-child {
4499
+ background: var(--neutral-neutral-6);
4500
+ display: flex;
4501
+ flex-flow: row wrap;
4502
+ margin-bottom: 4rem; }
4503
+ @media (min-width: 720px) {
4504
+ .unsubscribe div:first-child {
4505
+ margin: 0 3rem 3rem 3rem; } }
4506
+
4507
+ .unsubscribe .m-richText p + h2 {
4508
+ margin-top: 0; }
4509
+
4510
+ .unsubscribe h2 {
4511
+ color: var(--neutral-neutral-1);
4512
+ background: var(--others-white);
4513
+ width: 100%;
4514
+ font-size: 1.75rem;
4515
+ padding: 2rem 1rem 1rem 1rem; }
4516
+ @media (min-width: 720px) {
4517
+ .unsubscribe h2 {
4518
+ font-size: 2rem;
4519
+ padding: 2.7rem 0 1rem 0; } }
4520
+
4521
+ .unsubscribe .m-richText h2 + p {
4522
+ padding-top: 1.5rem; }
4523
+
4524
+ .unsubscribe p {
4525
+ padding: 0 2rem 1.5rem 2rem;
4526
+ width: 100%;
4527
+ margin: 0; }
4528
+ @media (min-width: 960px) {
4529
+ .unsubscribe p {
4530
+ padding: 0 8rem 1.5rem 8rem; } }
4531
+ @media (min-width: 1200px) {
4532
+ .unsubscribe p {
4533
+ padding: 0 15rem 1.5rem 15rem; } }
4534
+
4535
+ .unsubscribe img {
4536
+ max-width: 100%;
4537
+ display: block;
4538
+ margin: 0; }
4539
+
4540
+ .unsubscribe .image-preview {
4541
+ margin: 0 auto;
4542
+ padding: 0.5rem 0;
4543
+ border: none;
4544
+ width: auto;
4545
+ height: auto; }
4546
+
4339
4547
  .whyLawDistrictSection {
4340
4548
  text-align: center;
4341
4549
  background-color: var(--neutral-neutral-6);
@@ -0,0 +1,4 @@
1
+ import { type FC } from 'react';
2
+ import { type JumbotronStaticProps } from './JumbotronStaticProps.types';
3
+ import './JumbotronStatic.scss';
4
+ export declare const JumbotronStatic: FC<JumbotronStaticProps>;
@@ -0,0 +1,3 @@
1
+ export interface JumbotronStaticProps {
2
+ title: string;
3
+ }
@@ -0,0 +1,2 @@
1
+ export { JumbotronStatic } from './JumbotronStatic';
2
+ export type { JumbotronStaticProps } from './JumbotronStaticProps.types';
@@ -18,6 +18,7 @@ export * from './GoogleButton';
18
18
  export * from './IconImage';
19
19
  export * from './IconSvgURLWithThemeColor';
20
20
  export * from './InfoBox';
21
+ export * from './JumbotronStatic';
21
22
  export * from './Logo';
22
23
  export * from './LogoText';
23
24
  export * from './MenuItems';
@@ -1,5 +1,5 @@
1
- import { type FC } from 'react';
1
+ import React from 'react';
2
2
  import { type StepGetFormProps } from './StepGetFormProps.types';
3
3
  import './StepGetForm.scss';
4
- declare const StepGetForm: FC<StepGetFormProps>;
4
+ declare const StepGetForm: React.FC<StepGetFormProps>;
5
5
  export default StepGetForm;
@@ -1,14 +1,7 @@
1
- import { type IGatsbyImageData } from 'gatsby-plugin-image';
1
+ /// <reference types="react" />
2
2
  export interface StepGetFormProps {
3
3
  id: string;
4
4
  description: string;
5
5
  title: string;
6
- icon: {
7
- localFile: {
8
- publicURL: string;
9
- childImageSharp: {
10
- gatsbyImageData: IGatsbyImageData;
11
- };
12
- };
13
- };
6
+ image?: React.ReactNode;
14
7
  }
@@ -0,0 +1,4 @@
1
+ import { type FC } from 'react';
2
+ import { type CookiePolicyBarProps } from './CookiePolicyBarProps';
3
+ import './CookiePolicyBar.scss';
4
+ export declare const CookiePolicyBar: FC<CookiePolicyBarProps>;
@@ -0,0 +1,4 @@
1
+ export interface CookiePolicyBarProps {
2
+ clickFunc: () => void;
3
+ text: string;
4
+ }
@@ -0,0 +1,2 @@
1
+ export * from './CookiePolicyBar';
2
+ export * from './CookiePolicyBarProps';
@@ -1,7 +1,8 @@
1
- export * from './ArticlesList';
2
- export * from './ListStepsGetForm';
3
- export * from './MobileBottomBar';
4
1
  export * from './AboutUsContent';
2
+ export * from './ArticlesList';
5
3
  export * from './AsSeeInContent';
4
+ export * from './CookiePolicyBar';
6
5
  export * from './GuidelinesContent';
6
+ export * from './ListStepsGetForm';
7
+ export * from './MobileBottomBar';
7
8
  export * from './TryOurFreeLegalBlogsContent';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { type AboutUsPageProps } from './AboutUsPageProps';
3
+ export declare const AboutUsPage: React.FC<AboutUsPageProps>;
@@ -0,0 +1,11 @@
1
+ import type { AboutUsSectionProps, AsSeeInSectionProps, ExpertsSectionProps, GuidelinesSectionProps, PeopleSayAboutUsSectionProps, TryOurFreeLegalBlogsSectionProps, TryUsSectionProps } from '../../sections';
2
+ export interface AboutUsPageProps {
3
+ aboutUsSectionProps?: AboutUsSectionProps;
4
+ tryOurFreeLegalBlogsSectionProps?: TryOurFreeLegalBlogsSectionProps;
5
+ peopleSayAboutUsSectionProps?: PeopleSayAboutUsSectionProps;
6
+ guidelinesSectionProps?: GuidelinesSectionProps;
7
+ tryUsSectionProps?: TryUsSectionProps;
8
+ expertsSectionProps?: ExpertsSectionProps;
9
+ asSeeInSectionProps?: AsSeeInSectionProps;
10
+ isJonSnow?: boolean;
11
+ }
@@ -0,0 +1,2 @@
1
+ export * from './AboutUsPage';
2
+ export * from './AboutUsPageProps';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { type LegalPageProps } from './LegalPageProps';
3
+ export declare const LegalPage: React.FC<LegalPageProps>;
@@ -0,0 +1,6 @@
1
+ import { type JumbotronStaticProps } from '../../atoms';
2
+ import { type LegalSectionProps } from '../../sections';
3
+ export interface LegalPageProps {
4
+ jumbotron: JumbotronStaticProps;
5
+ legalSection: LegalSectionProps;
6
+ }
@@ -0,0 +1,2 @@
1
+ export * from './LegalPage';
2
+ export * from './LegalPageProps';