@npm_leadtech/legal-lib-components 2.23.0 → 2.23.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 (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 +236 -69
  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 +236 -69
  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
@@ -1483,6 +1483,13 @@ html[data-theme='lawdistrict'] .e-button.--primary-3 {
1483
1483
  vertical-align: middle;
1484
1484
  content: "×";
1485
1485
  }
1486
+ .react-datepicker__close-icon--disabled {
1487
+ cursor: default;
1488
+ }
1489
+ .react-datepicker__close-icon--disabled::after {
1490
+ cursor: default;
1491
+ background-color: #ccc;
1492
+ }
1486
1493
 
1487
1494
  .react-datepicker__today-button {
1488
1495
  background: #f0f0f0;
@@ -1927,6 +1934,12 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
1927
1934
  .info-box .info-box__text-container {
1928
1935
  margin-left: 1.5rem; } }
1929
1936
 
1937
+ .jumbotron--static {
1938
+ text-align: center;
1939
+ margin: 0 auto;
1940
+ background-color: var(--primary-main-light-6);
1941
+ padding: 2.5rem 1rem 4rem; }
1942
+
1930
1943
  .logo-text {
1931
1944
  display: flex;
1932
1945
  align-items: flex-start; }
@@ -4193,56 +4206,6 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
4193
4206
  .try-our-free-legal-blogs-section__image {
4194
4207
  flex-basis: 50%; }
4195
4208
 
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
4209
  .about-us-section {
4247
4210
  padding-top: 1.125rem;
4248
4211
  background: var(--primary-main-light-6);
@@ -4283,26 +4246,54 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
4283
4246
  .about-us-section__sub-title {
4284
4247
  font-size: 3rem; } }
4285
4248
 
4286
- .guidelines-section {
4287
- display: flex;
4288
- flex-direction: column; }
4289
- @media (min-width: 720px) {
4290
- .guidelines-section {
4291
- flex-flow: row nowrap; } }
4249
+ .as-seen-in-section-box {
4250
+ flex-shrink: 0;
4251
+ border-radius: 4px;
4252
+ background: #fff;
4253
+ box-shadow: 0px 2px 6px 0px rgba(2, 55, 74, 0.25);
4254
+ margin: 2rem;
4255
+ padding: 1rem;
4256
+ max-width: 1200px; }
4257
+ @media (min-width: 960px) {
4258
+ .as-seen-in-section-box {
4259
+ margin: 2rem auto; } }
4260
+ .as-seen-in-section-box .as-seen-in-section {
4261
+ display: flex;
4262
+ flex-direction: column; }
4263
+ .as-seen-in-section-box .as-seen-in-section__title {
4264
+ color: var(--neutral-neutral-2);
4265
+ text-align: center;
4266
+ font-size: 32px;
4267
+ font-family: "Lora", serif;
4268
+ font-style: normal;
4269
+ font-weight: 400;
4270
+ line-height: 42px;
4271
+ letter-spacing: -0.3px;
4272
+ margin: 1rem 0; }
4292
4273
 
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; }
4274
+ .blog {
4275
+ text-align: center;
4276
+ margin: 0 auto 3rem;
4277
+ padding: 0 1rem;
4278
+ max-width: 960px; }
4279
+ @media (min-width: 960px) {
4280
+ .blog {
4281
+ padding: 0; } }
4282
+ @media (min-width: 1200px) {
4283
+ .blog {
4284
+ max-width: 1200px; } }
4285
+ .blog .blog__title {
4286
+ color: var(--primary-main-dark-1); }
4287
+ @media (min-width: 960px) {
4288
+ .blog .blog__title {
4289
+ margin-bottom: 3rem; } }
4290
+ .blog .cta-button {
4291
+ width: 100%;
4292
+ margin-top: 3rem;
4293
+ display: inline-block; }
4294
+ @media (min-width: 720px) {
4295
+ .blog .cta-button {
4296
+ width: auto; } }
4306
4297
 
4307
4298
  .experts-section {
4308
4299
  display: flex;
@@ -4324,6 +4315,110 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
4324
4315
  .experts-section__title {
4325
4316
  width: 100%; } }
4326
4317
 
4318
+ .guidelines-section {
4319
+ display: flex;
4320
+ flex-direction: column; }
4321
+ @media (min-width: 720px) {
4322
+ .guidelines-section {
4323
+ flex-flow: row nowrap; } }
4324
+
4325
+ .how-it-works-wrapper {
4326
+ background-color: var(--neutral-neutral-6); }
4327
+ @media (min-width: 960px) {
4328
+ .how-it-works-wrapper {
4329
+ background-repeat: no-repeat;
4330
+ background-position: top right;
4331
+ background-size: 21rem; } }
4332
+ @media only screen and (max-width: 960px) {
4333
+ .how-it-works-wrapper {
4334
+ background-image: none !important; } }
4335
+ .how-it-works-wrapper .works-title {
4336
+ width: auto;
4337
+ font-family: "Lora", serif;
4338
+ text-align: center;
4339
+ padding-top: 4rem; }
4340
+ @media only screen and (max-width: 960px) {
4341
+ .how-it-works-wrapper .works-title {
4342
+ padding-top: 2.5rem; } }
4343
+
4344
+ .legal {
4345
+ margin-top: 1rem;
4346
+ margin-bottom: 6rem;
4347
+ padding: 0 1rem; }
4348
+ @media (min-width: 960px) {
4349
+ .legal {
4350
+ padding: 0; } }
4351
+ .legal .m-richText > * {
4352
+ color: var(--neutral-neutral-1); }
4353
+ .legal .m-richText p {
4354
+ margin-bottom: 1rem; }
4355
+ .legal .m-richText .cookie-table,
4356
+ .legal .m-richText .cookies-downloaded-documents-pages {
4357
+ box-shadow: 0 0.25rem 0.5rem 0 rgba(var(--primary-main-dark-1-rgb), 0.2); }
4358
+ .legal .m-richText .cookie-table thead th:nth-child(3),
4359
+ .legal .m-richText .cookie-table thead th:nth-child(4),
4360
+ .legal .m-richText .cookies-downloaded-documents-pages thead th:nth-child(3),
4361
+ .legal .m-richText .cookies-downloaded-documents-pages thead th:nth-child(4) {
4362
+ display: none; }
4363
+ @media (min-width: 720px) {
4364
+ .legal .m-richText .cookie-table thead th:nth-child(3),
4365
+ .legal .m-richText .cookie-table thead th:nth-child(4),
4366
+ .legal .m-richText .cookies-downloaded-documents-pages thead th:nth-child(3),
4367
+ .legal .m-richText .cookies-downloaded-documents-pages thead th:nth-child(4) {
4368
+ display: table-cell; } }
4369
+ .legal .m-richText .cookie-table tbody td:nth-child(3),
4370
+ .legal .m-richText .cookie-table tbody td:nth-child(4),
4371
+ .legal .m-richText .cookies-downloaded-documents-pages tbody td:nth-child(3),
4372
+ .legal .m-richText .cookies-downloaded-documents-pages tbody td:nth-child(4) {
4373
+ display: none; }
4374
+ @media (min-width: 720px) {
4375
+ .legal .m-richText .cookie-table tbody td:nth-child(3),
4376
+ .legal .m-richText .cookie-table tbody td:nth-child(4),
4377
+ .legal .m-richText .cookies-downloaded-documents-pages tbody td:nth-child(3),
4378
+ .legal .m-richText .cookies-downloaded-documents-pages tbody td:nth-child(4) {
4379
+ display: table-cell; } }
4380
+ .legal .m-richText table {
4381
+ margin: 2.5rem 0;
4382
+ width: 100%;
4383
+ border-radius: 4px;
4384
+ text-align: center;
4385
+ border-collapse: collapse; }
4386
+ .legal .m-richText table thead th {
4387
+ height: 2.5rem;
4388
+ background-color: var(--primary-main-light-5);
4389
+ border-right: 1px solid var(--neutral-neutral-4); }
4390
+ .legal .m-richText table thead th:first-child {
4391
+ border-top-left-radius: 4px; }
4392
+ .legal .m-richText table thead th:last-child {
4393
+ border-right: none;
4394
+ border-top-right-radius: 4px; }
4395
+ .legal .m-richText table thead tr {
4396
+ font-weight: bold;
4397
+ padding: 0.5rem 0; }
4398
+ .legal .m-richText table tbody td {
4399
+ border-right: 1px solid var(--neutral-neutral-4); }
4400
+ .legal .m-richText table tbody td:last-child {
4401
+ border-right: none; }
4402
+ .legal .m-richText table tbody tr {
4403
+ height: 2.5rem; }
4404
+ .legal .m-richText table tbody tr:nth-child(even) {
4405
+ background: var(--neutral-neutral-6); }
4406
+ .legal .m-richText h2 {
4407
+ font-size: 32px;
4408
+ line-height: 1.13;
4409
+ letter-spacing: -0.3px;
4410
+ margin-bottom: 1rem; }
4411
+ .legal .m-richText a {
4412
+ color: var(--primary-main-light-1); }
4413
+ .legal .m-richText ul,
4414
+ .legal .m-richText ol {
4415
+ padding-left: 2rem;
4416
+ margin-bottom: 1rem; }
4417
+ .legal .m-richText ul {
4418
+ list-style: disc; }
4419
+ .legal .m-richText ol {
4420
+ list-style-type: decimal; }
4421
+
4327
4422
  .people-say {
4328
4423
  width: 100%;
4329
4424
  margin: 0 auto;
@@ -4336,6 +4431,78 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
4336
4431
  letter-spacing: -0.3px;
4337
4432
  text-align: center; }
4338
4433
 
4434
+ .try-our-free-legal-blogs-section {
4435
+ display: flex;
4436
+ flex-direction: column; }
4437
+ @media (min-width: 720px) {
4438
+ .try-our-free-legal-blogs-section {
4439
+ flex-flow: row nowrap; } }
4440
+
4441
+ .try-us-section {
4442
+ padding: 2rem;
4443
+ text-align: center;
4444
+ background-color: var(--neutral-neutral-6);
4445
+ color: var(--neutral-neutral-1); }
4446
+ .try-us-section .m-richText {
4447
+ max-width: 50rem;
4448
+ margin: 0 auto; }
4449
+ .try-us-section .e-button {
4450
+ display: inline-block;
4451
+ margin-top: 1.5rem;
4452
+ width: 100%; }
4453
+ @media (min-width: 720px) {
4454
+ .try-us-section .e-button {
4455
+ width: auto; } }
4456
+
4457
+ .unsubscribe div:first-child {
4458
+ background: var(--neutral-neutral-6);
4459
+ display: flex;
4460
+ flex-flow: row wrap;
4461
+ margin-bottom: 4rem; }
4462
+ @media (min-width: 720px) {
4463
+ .unsubscribe div:first-child {
4464
+ margin: 0 3rem 3rem 3rem; } }
4465
+
4466
+ .unsubscribe .m-richText p + h2 {
4467
+ margin-top: 0; }
4468
+
4469
+ .unsubscribe h2 {
4470
+ color: var(--neutral-neutral-1);
4471
+ background: var(--others-white);
4472
+ width: 100%;
4473
+ font-size: 1.75rem;
4474
+ padding: 2rem 1rem 1rem 1rem; }
4475
+ @media (min-width: 720px) {
4476
+ .unsubscribe h2 {
4477
+ font-size: 2rem;
4478
+ padding: 2.7rem 0 1rem 0; } }
4479
+
4480
+ .unsubscribe .m-richText h2 + p {
4481
+ padding-top: 1.5rem; }
4482
+
4483
+ .unsubscribe p {
4484
+ padding: 0 2rem 1.5rem 2rem;
4485
+ width: 100%;
4486
+ margin: 0; }
4487
+ @media (min-width: 960px) {
4488
+ .unsubscribe p {
4489
+ padding: 0 8rem 1.5rem 8rem; } }
4490
+ @media (min-width: 1200px) {
4491
+ .unsubscribe p {
4492
+ padding: 0 15rem 1.5rem 15rem; } }
4493
+
4494
+ .unsubscribe img {
4495
+ max-width: 100%;
4496
+ display: block;
4497
+ margin: 0; }
4498
+
4499
+ .unsubscribe .image-preview {
4500
+ margin: 0 auto;
4501
+ padding: 0.5rem 0;
4502
+ border: none;
4503
+ width: auto;
4504
+ height: auto; }
4505
+
4339
4506
  .whyLawDistrictSection {
4340
4507
  text-align: center;
4341
4508
  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,9 +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';
@@ -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';