@npm_leadtech/legal-lib-components 2.23.2 → 2.23.4

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 (73) 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 +238 -147
  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/pages/AboutUsPage/AboutUsPage.d.ts +3 -0
  12. package/dist/cjs/src/components/pages/AboutUsPage/AboutUsPageProps.d.ts +11 -0
  13. package/dist/cjs/src/components/pages/AboutUsPage/index.d.ts +2 -0
  14. package/dist/cjs/src/components/pages/LegalPage/LegalPage.d.ts +3 -0
  15. package/dist/cjs/src/components/pages/LegalPage/LegalPageProps.d.ts +6 -0
  16. package/dist/cjs/src/components/pages/LegalPage/index.d.ts +2 -0
  17. package/dist/cjs/src/components/pages/UnsubscribePage/UnsubscribePage.d.ts +3 -0
  18. package/dist/cjs/src/components/pages/UnsubscribePage/UnsubscribePageProps.d.ts +6 -0
  19. package/dist/cjs/src/components/pages/UnsubscribePage/index.d.ts +2 -0
  20. package/dist/cjs/src/components/pages/index.d.ts +3 -0
  21. package/dist/cjs/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.d.ts +2 -2
  22. package/dist/cjs/src/components/sections/LegalSection/LegalSection.d.ts +4 -0
  23. package/dist/cjs/src/components/sections/LegalSection/LegalSectionProps.d.ts +4 -0
  24. package/dist/cjs/src/components/sections/LegalSection/index.d.ts +2 -0
  25. package/dist/cjs/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSectionProps.types.d.ts +1 -1
  26. package/dist/cjs/src/components/sections/TryUsSection/TryUsSection.d.ts +4 -0
  27. package/dist/cjs/src/components/sections/TryUsSection/TryUsSectionProps.d.ts +7 -0
  28. package/dist/cjs/src/components/sections/TryUsSection/index.d.ts +2 -0
  29. package/dist/cjs/src/components/sections/UnsubscribeSection/UnsubscribeSection.d.ts +4 -0
  30. package/dist/cjs/src/components/sections/UnsubscribeSection/UnsubscribeSectionProps.d.ts +4 -0
  31. package/dist/cjs/src/components/sections/UnsubscribeSection/index.d.ts +2 -0
  32. package/dist/cjs/src/components/sections/index.d.ts +7 -5
  33. package/dist/cjs/src/index.d.ts +1 -0
  34. package/dist/esm/index.js +3 -3
  35. package/dist/esm/index.js.map +1 -1
  36. package/dist/esm/legal-lib-components.css +238 -147
  37. package/dist/esm/src/components/atoms/JumbotronStatic/JumbotronStatic.d.ts +4 -0
  38. package/dist/esm/src/components/atoms/JumbotronStatic/JumbotronStaticProps.types.d.ts +3 -0
  39. package/dist/esm/src/components/atoms/JumbotronStatic/index.d.ts +2 -0
  40. package/dist/esm/src/components/atoms/index.d.ts +1 -0
  41. package/dist/esm/src/components/molecules/StepGetForm/StepGetForm.d.ts +2 -2
  42. package/dist/esm/src/components/molecules/StepGetForm/StepGetFormProps.types.d.ts +2 -9
  43. package/dist/esm/src/components/pages/AboutUsPage/AboutUsPage.d.ts +3 -0
  44. package/dist/esm/src/components/pages/AboutUsPage/AboutUsPageProps.d.ts +11 -0
  45. package/dist/esm/src/components/pages/AboutUsPage/index.d.ts +2 -0
  46. package/dist/esm/src/components/pages/LegalPage/LegalPage.d.ts +3 -0
  47. package/dist/esm/src/components/pages/LegalPage/LegalPageProps.d.ts +6 -0
  48. package/dist/esm/src/components/pages/LegalPage/index.d.ts +2 -0
  49. package/dist/esm/src/components/pages/UnsubscribePage/UnsubscribePage.d.ts +3 -0
  50. package/dist/esm/src/components/pages/UnsubscribePage/UnsubscribePageProps.d.ts +6 -0
  51. package/dist/esm/src/components/pages/UnsubscribePage/index.d.ts +2 -0
  52. package/dist/esm/src/components/pages/index.d.ts +3 -0
  53. package/dist/esm/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.d.ts +2 -2
  54. package/dist/esm/src/components/sections/LegalSection/LegalSection.d.ts +4 -0
  55. package/dist/esm/src/components/sections/LegalSection/LegalSectionProps.d.ts +4 -0
  56. package/dist/esm/src/components/sections/LegalSection/index.d.ts +2 -0
  57. package/dist/esm/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSectionProps.types.d.ts +1 -1
  58. package/dist/esm/src/components/sections/TryUsSection/TryUsSection.d.ts +4 -0
  59. package/dist/esm/src/components/sections/TryUsSection/TryUsSectionProps.d.ts +7 -0
  60. package/dist/esm/src/components/sections/TryUsSection/index.d.ts +2 -0
  61. package/dist/esm/src/components/sections/UnsubscribeSection/UnsubscribeSection.d.ts +4 -0
  62. package/dist/esm/src/components/sections/UnsubscribeSection/UnsubscribeSectionProps.d.ts +4 -0
  63. package/dist/esm/src/components/sections/UnsubscribeSection/index.d.ts +2 -0
  64. package/dist/esm/src/components/sections/index.d.ts +7 -5
  65. package/dist/esm/src/index.d.ts +1 -0
  66. package/dist/index.d.ts +76 -39
  67. package/package.json +1 -2
  68. package/dist/cjs/src/components/sections/LearnMoreSection/LearnMoreSection.d.ts +0 -5
  69. package/dist/cjs/src/components/sections/LearnMoreSection/LearnMoreSectionProps.types.d.ts +0 -7
  70. package/dist/cjs/src/components/sections/LearnMoreSection/index.d.ts +0 -2
  71. package/dist/esm/src/components/sections/LearnMoreSection/LearnMoreSection.d.ts +0 -5
  72. package/dist/esm/src/components/sections/LearnMoreSection/LearnMoreSectionProps.types.d.ts +0 -7
  73. package/dist/esm/src/components/sections/LearnMoreSection/index.d.ts +0 -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; }
@@ -4193,56 +4205,6 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
4193
4205
  .try-our-free-legal-blogs-section__image {
4194
4206
  flex-basis: 50%; }
4195
4207
 
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
4208
  .about-us-section {
4247
4209
  padding-top: 1.125rem;
4248
4210
  background: var(--primary-main-light-6);
@@ -4283,26 +4245,54 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
4283
4245
  .about-us-section__sub-title {
4284
4246
  font-size: 3rem; } }
4285
4247
 
4286
- .guidelines-section {
4287
- display: flex;
4288
- flex-direction: column; }
4289
- @media (min-width: 720px) {
4290
- .guidelines-section {
4291
- flex-flow: row nowrap; } }
4248
+ .as-seen-in-section-box {
4249
+ flex-shrink: 0;
4250
+ border-radius: 4px;
4251
+ background: #fff;
4252
+ box-shadow: 0px 2px 6px 0px rgba(2, 55, 74, 0.25);
4253
+ margin: 2rem;
4254
+ padding: 1rem;
4255
+ max-width: 1200px; }
4256
+ @media (min-width: 960px) {
4257
+ .as-seen-in-section-box {
4258
+ margin: 2rem auto; } }
4259
+ .as-seen-in-section-box .as-seen-in-section {
4260
+ display: flex;
4261
+ flex-direction: column; }
4262
+ .as-seen-in-section-box .as-seen-in-section__title {
4263
+ color: var(--neutral-neutral-2);
4264
+ text-align: center;
4265
+ font-size: 32px;
4266
+ font-family: "Lora", serif;
4267
+ font-style: normal;
4268
+ font-weight: 400;
4269
+ line-height: 42px;
4270
+ letter-spacing: -0.3px;
4271
+ margin: 1rem 0; }
4292
4272
 
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; }
4273
+ .blog {
4274
+ text-align: center;
4275
+ margin: 0 auto 3rem;
4276
+ padding: 0 1rem;
4277
+ max-width: 960px; }
4278
+ @media (min-width: 960px) {
4279
+ .blog {
4280
+ padding: 0; } }
4281
+ @media (min-width: 1200px) {
4282
+ .blog {
4283
+ max-width: 1200px; } }
4284
+ .blog .blog__title {
4285
+ color: var(--primary-main-dark-1); }
4286
+ @media (min-width: 960px) {
4287
+ .blog .blog__title {
4288
+ margin-bottom: 3rem; } }
4289
+ .blog .cta-button {
4290
+ width: 100%;
4291
+ margin-top: 3rem;
4292
+ display: inline-block; }
4293
+ @media (min-width: 720px) {
4294
+ .blog .cta-button {
4295
+ width: auto; } }
4306
4296
 
4307
4297
  .experts-section {
4308
4298
  display: flex;
@@ -4324,6 +4314,110 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
4324
4314
  .experts-section__title {
4325
4315
  width: 100%; } }
4326
4316
 
4317
+ .guidelines-section {
4318
+ display: flex;
4319
+ flex-direction: column; }
4320
+ @media (min-width: 720px) {
4321
+ .guidelines-section {
4322
+ flex-flow: row nowrap; } }
4323
+
4324
+ .how-it-works-wrapper {
4325
+ background-color: var(--neutral-neutral-6); }
4326
+ @media (min-width: 960px) {
4327
+ .how-it-works-wrapper {
4328
+ background-repeat: no-repeat;
4329
+ background-position: top right;
4330
+ background-size: 21rem; } }
4331
+ @media only screen and (max-width: 960px) {
4332
+ .how-it-works-wrapper {
4333
+ background-image: none !important; } }
4334
+ .how-it-works-wrapper .works-title {
4335
+ width: auto;
4336
+ font-family: "Lora", serif;
4337
+ text-align: center;
4338
+ padding-top: 4rem; }
4339
+ @media only screen and (max-width: 960px) {
4340
+ .how-it-works-wrapper .works-title {
4341
+ padding-top: 2.5rem; } }
4342
+
4343
+ .legal {
4344
+ margin-top: 1rem;
4345
+ margin-bottom: 6rem;
4346
+ padding: 0 1rem; }
4347
+ @media (min-width: 960px) {
4348
+ .legal {
4349
+ padding: 0; } }
4350
+ .legal .m-richText > * {
4351
+ color: var(--neutral-neutral-1); }
4352
+ .legal .m-richText p {
4353
+ margin-bottom: 1rem; }
4354
+ .legal .m-richText .cookie-table,
4355
+ .legal .m-richText .cookies-downloaded-documents-pages {
4356
+ box-shadow: 0 0.25rem 0.5rem 0 rgba(var(--primary-main-dark-1-rgb), 0.2); }
4357
+ .legal .m-richText .cookie-table thead th:nth-child(3),
4358
+ .legal .m-richText .cookie-table thead th:nth-child(4),
4359
+ .legal .m-richText .cookies-downloaded-documents-pages thead th:nth-child(3),
4360
+ .legal .m-richText .cookies-downloaded-documents-pages thead th:nth-child(4) {
4361
+ display: none; }
4362
+ @media (min-width: 720px) {
4363
+ .legal .m-richText .cookie-table thead th:nth-child(3),
4364
+ .legal .m-richText .cookie-table thead th:nth-child(4),
4365
+ .legal .m-richText .cookies-downloaded-documents-pages thead th:nth-child(3),
4366
+ .legal .m-richText .cookies-downloaded-documents-pages thead th:nth-child(4) {
4367
+ display: table-cell; } }
4368
+ .legal .m-richText .cookie-table tbody td:nth-child(3),
4369
+ .legal .m-richText .cookie-table tbody td:nth-child(4),
4370
+ .legal .m-richText .cookies-downloaded-documents-pages tbody td:nth-child(3),
4371
+ .legal .m-richText .cookies-downloaded-documents-pages tbody td:nth-child(4) {
4372
+ display: none; }
4373
+ @media (min-width: 720px) {
4374
+ .legal .m-richText .cookie-table tbody td:nth-child(3),
4375
+ .legal .m-richText .cookie-table tbody td:nth-child(4),
4376
+ .legal .m-richText .cookies-downloaded-documents-pages tbody td:nth-child(3),
4377
+ .legal .m-richText .cookies-downloaded-documents-pages tbody td:nth-child(4) {
4378
+ display: table-cell; } }
4379
+ .legal .m-richText table {
4380
+ margin: 2.5rem 0;
4381
+ width: 100%;
4382
+ border-radius: 4px;
4383
+ text-align: center;
4384
+ border-collapse: collapse; }
4385
+ .legal .m-richText table thead th {
4386
+ height: 2.5rem;
4387
+ background-color: var(--primary-main-light-5);
4388
+ border-right: 1px solid var(--neutral-neutral-4); }
4389
+ .legal .m-richText table thead th:first-child {
4390
+ border-top-left-radius: 4px; }
4391
+ .legal .m-richText table thead th:last-child {
4392
+ border-right: none;
4393
+ border-top-right-radius: 4px; }
4394
+ .legal .m-richText table thead tr {
4395
+ font-weight: bold;
4396
+ padding: 0.5rem 0; }
4397
+ .legal .m-richText table tbody td {
4398
+ border-right: 1px solid var(--neutral-neutral-4); }
4399
+ .legal .m-richText table tbody td:last-child {
4400
+ border-right: none; }
4401
+ .legal .m-richText table tbody tr {
4402
+ height: 2.5rem; }
4403
+ .legal .m-richText table tbody tr:nth-child(even) {
4404
+ background: var(--neutral-neutral-6); }
4405
+ .legal .m-richText h2 {
4406
+ font-size: 32px;
4407
+ line-height: 1.13;
4408
+ letter-spacing: -0.3px;
4409
+ margin-bottom: 1rem; }
4410
+ .legal .m-richText a {
4411
+ color: var(--primary-main-light-1); }
4412
+ .legal .m-richText ul,
4413
+ .legal .m-richText ol {
4414
+ padding-left: 2rem;
4415
+ margin-bottom: 1rem; }
4416
+ .legal .m-richText ul {
4417
+ list-style: disc; }
4418
+ .legal .m-richText ol {
4419
+ list-style-type: decimal; }
4420
+
4327
4421
  .people-say {
4328
4422
  width: 100%;
4329
4423
  margin: 0 auto;
@@ -4336,6 +4430,78 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
4336
4430
  letter-spacing: -0.3px;
4337
4431
  text-align: center; }
4338
4432
 
4433
+ .try-our-free-legal-blogs-section {
4434
+ display: flex;
4435
+ flex-direction: column; }
4436
+ @media (min-width: 720px) {
4437
+ .try-our-free-legal-blogs-section {
4438
+ flex-flow: row nowrap; } }
4439
+
4440
+ .try-us-section {
4441
+ padding: 2rem;
4442
+ text-align: center;
4443
+ background-color: var(--neutral-neutral-6);
4444
+ color: var(--neutral-neutral-1); }
4445
+ .try-us-section .m-richText {
4446
+ max-width: 50rem;
4447
+ margin: 0 auto; }
4448
+ .try-us-section .e-button {
4449
+ display: inline-block;
4450
+ margin-top: 1.5rem;
4451
+ width: 100%; }
4452
+ @media (min-width: 720px) {
4453
+ .try-us-section .e-button {
4454
+ width: auto; } }
4455
+
4456
+ .unsubscribe div:first-child {
4457
+ background: var(--neutral-neutral-6);
4458
+ display: flex;
4459
+ flex-flow: row wrap;
4460
+ margin-bottom: 4rem; }
4461
+ @media (min-width: 720px) {
4462
+ .unsubscribe div:first-child {
4463
+ margin: 0 3rem 3rem 3rem; } }
4464
+
4465
+ .unsubscribe .m-richText p + h2 {
4466
+ margin-top: 0; }
4467
+
4468
+ .unsubscribe h2 {
4469
+ color: var(--neutral-neutral-1);
4470
+ background: var(--others-white);
4471
+ width: 100%;
4472
+ font-size: 1.75rem;
4473
+ padding: 2rem 1rem 1rem 1rem; }
4474
+ @media (min-width: 720px) {
4475
+ .unsubscribe h2 {
4476
+ font-size: 2rem;
4477
+ padding: 2.7rem 0 1rem 0; } }
4478
+
4479
+ .unsubscribe .m-richText h2 + p {
4480
+ padding-top: 1.5rem; }
4481
+
4482
+ .unsubscribe p {
4483
+ padding: 0 2rem 1.5rem 2rem;
4484
+ width: 100%;
4485
+ margin: 0; }
4486
+ @media (min-width: 960px) {
4487
+ .unsubscribe p {
4488
+ padding: 0 8rem 1.5rem 8rem; } }
4489
+ @media (min-width: 1200px) {
4490
+ .unsubscribe p {
4491
+ padding: 0 15rem 1.5rem 15rem; } }
4492
+
4493
+ .unsubscribe img {
4494
+ max-width: 100%;
4495
+ display: block;
4496
+ margin: 0; }
4497
+
4498
+ .unsubscribe .image-preview {
4499
+ margin: 0 auto;
4500
+ padding: 0.5rem 0;
4501
+ border: none;
4502
+ width: auto;
4503
+ height: auto; }
4504
+
4339
4505
  .whyLawDistrictSection {
4340
4506
  text-align: center;
4341
4507
  background-color: var(--neutral-neutral-6);
@@ -4361,78 +4527,3 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
4361
4527
  margin-bottom: 3.5rem;
4362
4528
  display: inline-block;
4363
4529
  width: auto; } }
4364
-
4365
- .learn-more__wrapper {
4366
- margin-bottom: 4rem;
4367
- background-color: var(--neutral-neutral-6); }
4368
- @media (min-width: 720px) {
4369
- .learn-more__wrapper {
4370
- background: var(--neutral-neutral-6) url(../../../../images/png/grey-01-lc.png) no-repeat bottom left/21rem; } }
4371
- .learn-more__wrapper .wrapper {
4372
- display: flex;
4373
- flex-flow: row wrap;
4374
- justify-content: space-between;
4375
- max-width: 960px; }
4376
- .learn-more__wrapper .learn-more__info {
4377
- width: 100%;
4378
- padding: 0 1rem;
4379
- display: flex;
4380
- flex-flow: column wrap;
4381
- justify-content: center; }
4382
- @media (min-width: 960px) {
4383
- .learn-more__wrapper .learn-more__info {
4384
- width: 35%; } }
4385
- @media (min-width: 720px) {
4386
- .learn-more__wrapper .learn-more__info {
4387
- width: 42%; } }
4388
- .learn-more__wrapper .learn-more__title {
4389
- margin-top: 2rem; }
4390
- @media (min-width: 720px) {
4391
- .learn-more__wrapper .learn-more__title {
4392
- margin-top: -2rem; } }
4393
- .learn-more__wrapper .learn-more__description {
4394
- margin-top: 2rem; }
4395
- .learn-more__wrapper .learn-more__faqs {
4396
- width: 100%;
4397
- margin: 0 1rem;
4398
- background-color: var(--others-white);
4399
- border-radius: 4px;
4400
- box-shadow: 0 0.25rem 0.5rem 0 rgba(var(--primary-main-dark-1-rgb), 0.2);
4401
- padding: 2rem;
4402
- transform: translateY(2rem); }
4403
- @media (min-width: 960px) {
4404
- .learn-more__wrapper .learn-more__faqs {
4405
- width: 46%;
4406
- padding: 3rem; } }
4407
- @media (min-width: 720px) {
4408
- .learn-more__wrapper .learn-more__faqs {
4409
- width: 52%;
4410
- margin-right: 1rem; } }
4411
- .learn-more__wrapper .learn-more__faqs .e-button {
4412
- display: inline-block;
4413
- height: 44px; }
4414
- .learn-more__wrapper .learn-more__faqs ul {
4415
- padding: 0; }
4416
- .learn-more__wrapper .learn-more__faqs li {
4417
- padding-bottom: 1rem; }
4418
- .learn-more__wrapper .learn-more__faqs li a {
4419
- font-weight: bold;
4420
- transition: all 0.3s ease;
4421
- border-radius: 4px;
4422
- display: inline-block;
4423
- padding: 0.5rem;
4424
- position: relative; }
4425
- .learn-more__wrapper .learn-more__faqs li a:hover {
4426
- background-color: var(--primary-main-light-5);
4427
- padding-right: 1.5rem; }
4428
- .learn-more__wrapper .learn-more__faqs li a:hover:before {
4429
- content: '';
4430
- background: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22%3E %3Cdefs%3E %3Cpath id%3D%22prefix__a%22 d%3D%22M9.705 6L8.295 7.41 12.875 12 8.295 16.59 9.705 18 15.705 12z%22%2F%3E %3C%2Fdefs%3E %3Cg fill%3D%22none%22 fill-rule%3D%22evenodd%22%3E %3Cpath d%3D%22M0 0H24V24H0z%22%2F%3E %3Cmask id%3D%22prefix__b%22 fill%3D%22%23fff%22%3E %3Cuse xlink%3Ahref%3D%22%23prefix__a%22%2F%3E %3C%2Fmask%3E %3Cg fill%3D%22%233D4042%22 mask%3D%22url(%23prefix__b)%22%3E %3Cpath d%3D%22M0 0H24V24H0z%22%2F%3E %3C%2Fg%3E %3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 0 100%/cover;
4431
- right: 0;
4432
- top: 50%;
4433
- position: absolute;
4434
- width: 1.5rem;
4435
- height: 1.5rem;
4436
- transform: translateY(-50%); }
4437
- .learn-more__wrapper .learn-more__faqs a {
4438
- color: var(--primary-main-dark-1); }
@@ -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,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';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { type UnsubscribePageProps } from './UnsubscribePageProps';
3
+ export declare const UnsubscribePage: React.FC<UnsubscribePageProps>;
@@ -0,0 +1,6 @@
1
+ import { type JumbotronStaticProps } from '../../atoms';
2
+ import { type UnsubscribeSectionProps } from '../../sections';
3
+ export interface UnsubscribePageProps {
4
+ jumbotron: JumbotronStaticProps;
5
+ unsubscribeSection: UnsubscribeSectionProps;
6
+ }
@@ -0,0 +1,2 @@
1
+ export * from './UnsubscribePage';
2
+ export * from './UnsubscribePageProps';
@@ -0,0 +1,3 @@
1
+ export * from './AboutUsPage';
2
+ export * from './LegalPage';
3
+ export * from './UnsubscribePage';
@@ -1,5 +1,5 @@
1
- import { type FC } from 'react';
1
+ import React from 'react';
2
2
  import { type HowGetYourFormsSectionProps } from './HowGetYourFormsSectionProps.types';
3
3
  import './HowGetYourFormsSection.scss';
4
- declare const HowGetYourFormsSection: FC<HowGetYourFormsSectionProps>;
4
+ declare const HowGetYourFormsSection: React.FC<HowGetYourFormsSectionProps>;
5
5
  export default HowGetYourFormsSection;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { type LegalSectionProps } from './LegalSectionProps';
3
+ import './LegalSection.scss';
4
+ export declare const LegalSection: React.FC<LegalSectionProps>;
@@ -0,0 +1,4 @@
1
+ import { type RichTextStrapiProps } from '../../atoms';
2
+ export interface LegalSectionProps {
3
+ text: RichTextStrapiProps;
4
+ }
@@ -0,0 +1,2 @@
1
+ export * from './LegalSection';
2
+ export * from './LegalSectionProps';
@@ -1,4 +1,4 @@
1
- import { type TryOurFreeLegalBlogsContentProps } from '../../organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContentProps.types';
1
+ import { type TryOurFreeLegalBlogsContentProps } from '../../organisms';
2
2
  export interface TryOurFreeLegalBlogsSectionProps {
3
3
  contentTryOurFreeLegalBlogs: TryOurFreeLegalBlogsContentProps;
4
4
  }
@@ -0,0 +1,4 @@
1
+ import { type FC } from 'react';
2
+ import { type TryUsSectionProps } from './TryUsSectionProps';
3
+ import './TryUsSection.scss';
4
+ export declare const TryUsSection: FC<TryUsSectionProps>;
@@ -0,0 +1,7 @@
1
+ import { type ButtonProps } from '../../atoms';
2
+ import { type ReactNode } from 'react';
3
+ export interface TryUsSectionProps {
4
+ children?: ReactNode;
5
+ hasUserToken?: boolean;
6
+ cta: ButtonProps;
7
+ }
@@ -0,0 +1,2 @@
1
+ export { TryUsSection } from './TryUsSection';
2
+ export type { TryUsSectionProps } from './TryUsSectionProps';
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { type UnsubscribeSectionProps } from './UnsubscribeSectionProps';
3
+ import './UnsubscribeSection.scss';
4
+ export declare const UnsubscribeSection: React.FC<UnsubscribeSectionProps>;
@@ -0,0 +1,4 @@
1
+ import { type RichTextStrapiProps } from '../../atoms';
2
+ export interface UnsubscribeSectionProps {
3
+ text: RichTextStrapiProps;
4
+ }
@@ -0,0 +1,2 @@
1
+ export { UnsubscribeSection } from './UnsubscribeSection';
2
+ export { type UnsubscribeSectionProps } from './UnsubscribeSectionProps';
@@ -1,10 +1,12 @@
1
- export * from './BlogSection';
2
- export * from './HowGetYourFormsSection';
3
- export * from './TryOurFreeLegalBlogsSection';
4
1
  export * from './AboutUsSection';
5
- export * from './GuidelinesSection';
6
2
  export * from './AsSeeInSection';
3
+ export * from './BlogSection';
7
4
  export * from './ExpertsSection';
5
+ export * from './GuidelinesSection';
6
+ export * from './HowGetYourFormsSection';
7
+ export * from './LegalSection';
8
8
  export * from './PeopleSayAboutUsSection';
9
+ export * from './TryOurFreeLegalBlogsSection';
10
+ export * from './TryUsSection';
11
+ export * from './UnsubscribeSection';
9
12
  export * from './WhyLawDistrictSection';
10
- export * from './LearnMoreSection';
@@ -2,4 +2,5 @@ export * from './components/atoms';
2
2
  export * from './components/molecules';
3
3
  export * from './components/organisms';
4
4
  export * from './components/sections';
5
+ export * from './components/pages';
5
6
  export * from './hooks';