@npm_leadtech/legal-lib-components 2.28.0 → 2.29.0

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 (67) 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 -72
  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 -4
  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 -72
  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 -4
  65. package/dist/esm/src/index.d.ts +1 -0
  66. package/dist/index.d.ts +79 -33
  67. 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; }
@@ -4235,56 +4247,6 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
4235
4247
  .try-our-free-legal-blogs-section__image {
4236
4248
  flex-basis: 50%; }
4237
4249
 
4238
- .blog {
4239
- text-align: center;
4240
- margin: 0 auto 3rem;
4241
- padding: 0 1rem;
4242
- max-width: 960px; }
4243
- @media (min-width: 960px) {
4244
- .blog {
4245
- padding: 0; } }
4246
- @media (min-width: 1200px) {
4247
- .blog {
4248
- max-width: 1200px; } }
4249
- .blog .blog__title {
4250
- color: var(--primary-main-dark-1); }
4251
- @media (min-width: 960px) {
4252
- .blog .blog__title {
4253
- margin-bottom: 3rem; } }
4254
- .blog .cta-button {
4255
- width: 100%;
4256
- margin-top: 3rem;
4257
- display: inline-block; }
4258
- @media (min-width: 720px) {
4259
- .blog .cta-button {
4260
- width: auto; } }
4261
-
4262
- .how-it-works-wrapper {
4263
- background-color: var(--neutral-neutral-6); }
4264
- @media (min-width: 960px) {
4265
- .how-it-works-wrapper {
4266
- background-repeat: no-repeat;
4267
- background-position: top right;
4268
- background-size: 21rem; } }
4269
- @media only screen and (max-width: 960px) {
4270
- .how-it-works-wrapper {
4271
- background-image: none !important; } }
4272
- .how-it-works-wrapper .works-title {
4273
- width: auto;
4274
- font-family: "Lora", serif;
4275
- text-align: center;
4276
- padding-top: 4rem; }
4277
- @media only screen and (max-width: 960px) {
4278
- .how-it-works-wrapper .works-title {
4279
- padding-top: 2.5rem; } }
4280
-
4281
- .try-our-free-legal-blogs-section {
4282
- display: flex;
4283
- flex-direction: column; }
4284
- @media (min-width: 720px) {
4285
- .try-our-free-legal-blogs-section {
4286
- flex-flow: row nowrap; } }
4287
-
4288
4250
  .about-us-section {
4289
4251
  padding-top: 1.125rem;
4290
4252
  background: var(--primary-main-light-6);
@@ -4325,26 +4287,54 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
4325
4287
  .about-us-section__sub-title {
4326
4288
  font-size: 3rem; } }
4327
4289
 
4328
- .guidelines-section {
4329
- display: flex;
4330
- flex-direction: column; }
4331
- @media (min-width: 720px) {
4332
- .guidelines-section {
4333
- 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; }
4334
4314
 
4335
- .as-seen-in-section {
4336
- display: flex;
4337
- flex-direction: column; }
4338
- .as-seen-in-section__title {
4339
- color: var(--neutral-neutral-2);
4340
- text-align: center;
4341
- font-size: 32px;
4342
- font-family: "Lora", serif;
4343
- font-style: normal;
4344
- font-weight: 400;
4345
- line-height: 42px;
4346
- letter-spacing: -0.3px;
4347
- 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; } }
4348
4338
 
4349
4339
  .experts-section {
4350
4340
  display: flex;
@@ -4366,6 +4356,110 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
4366
4356
  .experts-section__title {
4367
4357
  width: 100%; } }
4368
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
+
4369
4463
  .people-say {
4370
4464
  width: 100%;
4371
4465
  margin: 0 auto;
@@ -4378,6 +4472,78 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
4378
4472
  letter-spacing: -0.3px;
4379
4473
  text-align: center; }
4380
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
+
4381
4547
  .whyLawDistrictSection {
4382
4548
  text-align: center;
4383
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,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,13 @@
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
13
  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';