@npm_leadtech/legal-lib-components 2.35.8 → 2.36.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 (72) hide show
  1. package/dist/cjs/images/componentsSvg/MailSvg.d.ts +2 -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 +230 -13
  5. package/dist/cjs/src/components/atoms/MessageInformation/MessageInformationProps.types.d.ts +0 -1
  6. package/dist/cjs/src/components/atoms/Tagline/Tagline.d.ts +4 -0
  7. package/dist/cjs/src/components/atoms/Tagline/TaglineProps.types.d.ts +3 -0
  8. package/dist/cjs/src/components/atoms/Tagline/index.d.ts +2 -0
  9. package/dist/cjs/src/components/atoms/index.d.ts +1 -0
  10. package/dist/cjs/src/components/molecules/CountDownMessage/CountDownMessageProps.types.d.ts +0 -1
  11. package/dist/cjs/src/components/molecules/EmailContactBox/EmailContactBox.d.ts +4 -0
  12. package/dist/cjs/src/components/molecules/EmailContactBox/EmailContactBoxProps.d.ts +4 -0
  13. package/dist/cjs/src/components/molecules/EmailContactBox/index.d.ts +2 -0
  14. package/dist/cjs/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.d.ts +4 -0
  15. package/dist/cjs/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktopProps.types.d.ts +4 -0
  16. package/dist/cjs/src/components/molecules/PhoneContactBoxDesktop/index.d.ts +2 -0
  17. package/dist/cjs/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobile.d.ts +4 -0
  18. package/dist/cjs/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobileProps.types.d.ts +4 -0
  19. package/dist/cjs/src/components/molecules/PhoneContactBoxMobile/index.d.ts +2 -0
  20. package/dist/cjs/src/components/molecules/index.d.ts +3 -0
  21. package/dist/cjs/src/components/organisms/ContactJumbotron/ContactJumbotron.d.ts +4 -0
  22. package/dist/cjs/src/components/organisms/ContactJumbotron/ContactJumbotronProps.types.d.ts +9 -0
  23. package/dist/cjs/src/components/organisms/ContactJumbotron/index.d.ts +2 -0
  24. package/dist/cjs/src/components/organisms/index.d.ts +1 -0
  25. package/dist/cjs/src/components/pages/ContactUsPage/ContactUsPage.d.ts +3 -0
  26. package/dist/cjs/src/components/pages/ContactUsPage/ContactUsPageProps.d.ts +8 -0
  27. package/dist/cjs/src/components/pages/ContactUsPage/index.d.ts +2 -0
  28. package/dist/cjs/src/components/pages/index.d.ts +1 -0
  29. package/dist/cjs/src/components/sections/ContactSection/ContactSection.d.ts +4 -0
  30. package/dist/cjs/src/components/sections/ContactSection/ContactSectionProps.d.ts +6 -0
  31. package/dist/cjs/src/components/sections/ContactSection/index.d.ts +2 -0
  32. package/dist/cjs/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.d.ts +4 -0
  33. package/dist/cjs/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSectionProps.types.d.ts +8 -0
  34. package/dist/cjs/src/components/sections/JumbotronSimplifiedSection/index.d.ts +2 -0
  35. package/dist/cjs/src/components/sections/index.d.ts +2 -0
  36. package/dist/esm/images/componentsSvg/MailSvg.d.ts +2 -0
  37. package/dist/esm/index.js +3 -3
  38. package/dist/esm/index.js.map +1 -1
  39. package/dist/esm/legal-lib-components.css +230 -13
  40. package/dist/esm/src/components/atoms/MessageInformation/MessageInformationProps.types.d.ts +0 -1
  41. package/dist/esm/src/components/atoms/Tagline/Tagline.d.ts +4 -0
  42. package/dist/esm/src/components/atoms/Tagline/TaglineProps.types.d.ts +3 -0
  43. package/dist/esm/src/components/atoms/Tagline/index.d.ts +2 -0
  44. package/dist/esm/src/components/atoms/index.d.ts +1 -0
  45. package/dist/esm/src/components/molecules/CountDownMessage/CountDownMessageProps.types.d.ts +0 -1
  46. package/dist/esm/src/components/molecules/EmailContactBox/EmailContactBox.d.ts +4 -0
  47. package/dist/esm/src/components/molecules/EmailContactBox/EmailContactBoxProps.d.ts +4 -0
  48. package/dist/esm/src/components/molecules/EmailContactBox/index.d.ts +2 -0
  49. package/dist/esm/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.d.ts +4 -0
  50. package/dist/esm/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktopProps.types.d.ts +4 -0
  51. package/dist/esm/src/components/molecules/PhoneContactBoxDesktop/index.d.ts +2 -0
  52. package/dist/esm/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobile.d.ts +4 -0
  53. package/dist/esm/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobileProps.types.d.ts +4 -0
  54. package/dist/esm/src/components/molecules/PhoneContactBoxMobile/index.d.ts +2 -0
  55. package/dist/esm/src/components/molecules/index.d.ts +3 -0
  56. package/dist/esm/src/components/organisms/ContactJumbotron/ContactJumbotron.d.ts +4 -0
  57. package/dist/esm/src/components/organisms/ContactJumbotron/ContactJumbotronProps.types.d.ts +9 -0
  58. package/dist/esm/src/components/organisms/ContactJumbotron/index.d.ts +2 -0
  59. package/dist/esm/src/components/organisms/index.d.ts +1 -0
  60. package/dist/esm/src/components/pages/ContactUsPage/ContactUsPage.d.ts +3 -0
  61. package/dist/esm/src/components/pages/ContactUsPage/ContactUsPageProps.d.ts +8 -0
  62. package/dist/esm/src/components/pages/ContactUsPage/index.d.ts +2 -0
  63. package/dist/esm/src/components/pages/index.d.ts +1 -0
  64. package/dist/esm/src/components/sections/ContactSection/ContactSection.d.ts +4 -0
  65. package/dist/esm/src/components/sections/ContactSection/ContactSectionProps.d.ts +6 -0
  66. package/dist/esm/src/components/sections/ContactSection/index.d.ts +2 -0
  67. package/dist/esm/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.d.ts +4 -0
  68. package/dist/esm/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSectionProps.types.d.ts +8 -0
  69. package/dist/esm/src/components/sections/JumbotronSimplifiedSection/index.d.ts +2 -0
  70. package/dist/esm/src/components/sections/index.d.ts +2 -0
  71. package/dist/index.d.ts +63 -3
  72. package/package.json +1 -1
@@ -2739,6 +2739,19 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
2739
2739
  .spinner--primary .path {
2740
2740
  stroke: var(--primary-main); }
2741
2741
 
2742
+ .tagline {
2743
+ margin-bottom: 1rem; }
2744
+
2745
+ .tagline__text {
2746
+ border-bottom: solid 1px var(--neutral-neutral-3);
2747
+ color: var(--neutral-neutral-2);
2748
+ display: inline-block;
2749
+ font-family: "Inter", sans-serif;
2750
+ font-weight: bold;
2751
+ letter-spacing: 0;
2752
+ padding-bottom: 0.5rem;
2753
+ text-transform: uppercase; }
2754
+
2742
2755
  .e-textarea {
2743
2756
  display: flex;
2744
2757
  flex-direction: column-reverse; }
@@ -2981,8 +2994,6 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
2981
2994
  width: 24px;
2982
2995
  fill: var(--secondary-main-dark-1);
2983
2996
  margin-right: 8px; }
2984
- .message-information__icon.hide {
2985
- display: none; }
2986
2997
  .message-information__icon svg {
2987
2998
  display: block; }
2988
2999
  .message-information__text {
@@ -2990,9 +3001,7 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
2990
3001
  letter-spacing: -0.3px;
2991
3002
  padding-top: 1px; }
2992
3003
  .message-information__text__time {
2993
- font-weight: 600; }
2994
- .message-information__text__time.regular {
2995
- font-weight: 400; }
3004
+ font-weight: bold; }
2996
3005
 
2997
3006
  .article {
2998
3007
  display: flex;
@@ -3331,11 +3340,6 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
3331
3340
  .count-down-message {
3332
3341
  padding: 8px 0 24px 0;
3333
3342
  text-align: left; } }
3334
- .count-down-message.extra-margin {
3335
- margin: 0 1.5rem; }
3336
- @media (min-width: 960px) {
3337
- .count-down-message.extra-margin {
3338
- margin: 0; } }
3339
3343
 
3340
3344
  .count-down-message-fixed {
3341
3345
  display: none; }
@@ -3347,8 +3351,29 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
3347
3351
  left: 0;
3348
3352
  right: 0;
3349
3353
  padding: 8px; }
3350
- .count-down-message-fixed .message-information {
3351
- box-shadow: 1px 2px 4px var(--neutral-neutral-4); }
3354
+
3355
+ .email-contact-box-container {
3356
+ width: 100%;
3357
+ border: 1px solid var(--neutral-neutral-3);
3358
+ border-radius: 4px;
3359
+ margin-top: 2rem;
3360
+ margin-bottom: 6rem;
3361
+ display: flex;
3362
+ padding: 1rem 1.5rem; }
3363
+ @media not all and (min-resolution: 0.001dpcm) {
3364
+ @supports (-webkit-appearance: none) {
3365
+ .email-contact-box-container {
3366
+ letter-spacing: -1px; } } }
3367
+ .email-contact-box-container .email-icon {
3368
+ width: 30px;
3369
+ margin-right: 1rem; }
3370
+ .email-contact-box-container .email-icon path {
3371
+ fill: var(--primary-main-light-1); }
3372
+ .email-contact-box-container .email-contact-mail {
3373
+ color: var(--primary-main-light-1);
3374
+ font-weight: bold; }
3375
+ .email-contact-box-container .email-contact-text {
3376
+ color: var(--neutral-neutral-2); }
3352
3377
 
3353
3378
  .expert-card-list {
3354
3379
  display: flex;
@@ -3386,7 +3411,8 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
3386
3411
  display: flex;
3387
3412
  align-items: center;
3388
3413
  gap: 1rem;
3389
- justify-content: space-between; }
3414
+ justify-content: space-between;
3415
+ cursor: pointer; }
3390
3416
  .faqItem .content .question .title {
3391
3417
  flex: 1 0 0;
3392
3418
  color: var(--neutral-neutral-1);
@@ -3642,6 +3668,72 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
3642
3668
  .pagination__page--ellipsis {
3643
3669
  cursor: default; }
3644
3670
 
3671
+ .phone-contact-box-container {
3672
+ background-color: var(--others-white);
3673
+ width: 100%;
3674
+ border-radius: 4px;
3675
+ margin-bottom: 2rem;
3676
+ display: none;
3677
+ padding: 2rem 1.5rem;
3678
+ text-decoration: none;
3679
+ box-shadow: 0 2px 6px 0 rgba(2, 55, 74, 0.25); }
3680
+ @media not all and (min-resolution: 0.001dpcm) {
3681
+ @supports (-webkit-appearance: none) {
3682
+ .phone-contact-box-container {
3683
+ letter-spacing: -1px; } } }
3684
+ @media (min-width: 720px) {
3685
+ .phone-contact-box-container {
3686
+ display: flex; } }
3687
+ .phone-contact-box-container img {
3688
+ align-self: center; }
3689
+ .phone-contact-box-container img:not(.onlyIE) {
3690
+ display: block; }
3691
+ @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
3692
+ .phone-contact-box-container img:not(.onlyIE) {
3693
+ display: none; } }
3694
+ .phone-contact-box-container img.onlyIE {
3695
+ display: none; }
3696
+ @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
3697
+ .phone-contact-box-container img.onlyIE {
3698
+ display: block; } }
3699
+
3700
+ .phone-contact-info {
3701
+ margin-left: 1.5rem; }
3702
+
3703
+ .phone-contact-phone {
3704
+ font-size: 1.5rem;
3705
+ color: var(--primary-main-dark-1);
3706
+ font-weight: bold;
3707
+ text-decoration: none; }
3708
+ @media (min-width: 960px) {
3709
+ .phone-contact-phone {
3710
+ font-size: 1.7rem; } }
3711
+
3712
+ .phone-contact-text {
3713
+ color: var(--neutral-neutral-2); }
3714
+
3715
+ .phone-mobile-contact-box-container {
3716
+ display: block;
3717
+ padding-top: 1rem; }
3718
+ @media (min-width: 720px) {
3719
+ .phone-mobile-contact-box-container {
3720
+ display: none; } }
3721
+
3722
+ .phone-mobile-contact-button {
3723
+ display: flex;
3724
+ justify-content: center; }
3725
+ .phone-mobile-contact-button:before {
3726
+ content: '';
3727
+ width: 20px;
3728
+ height: 20px;
3729
+ background-image: 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%22ep7tr2p7ra%22 d%3D%22M20.01 15.38c-1.23 0-2.42-.2-3.53-.56-.35-.12-.74-.03-1.01.24l-1.57 1.97c-2.83-1.35-5.48-3.9-6.89-6.83l1.95-1.66c.27-.28.35-.67.24-1.02-.37-1.11-.56-2.3-.56-3.53 0-.54-.45-.99-.99-.99H4.19C3.65 3 3 3.24 3 3.99 3 13.28 10.73 21 20.01 21c.71 0 .99-.63.99-1.18v-3.45c0-.54-.45-.99-.99-.99z%22%2F%3E %3C%2Fdefs%3E %3Cg fill%3D%22none%22 fill-rule%3D%22evenodd%22%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cg transform%3D%22translate(-376.000000%2C -314.000000) translate(328.000000%2C 205.000000) translate(32.000000%2C 90.000000) translate(16.000000%2C 19.000000)%22%3E %3Cpath d%3D%22M0 0H24V24H0z%22%2F%3E %3Cmask id%3D%227tvbvoimzb%22 fill%3D%22%23fff%22%3E %3Cuse xlink%3Ahref%3D%22%23ep7tr2p7ra%22%2F%3E %3C%2Fmask%3E %3Cg class%3D%22icon-web-24-p%22 fill%3D%22%23fff%22 mask%3D%22url(%237tvbvoimzb)%22%3E %3Cpath d%3D%22M0 0H24V24H0z%22%2F%3E %3C%2Fg%3E %3C%2Fg%3E %3C%2Fg%3E %3C%2Fg%3E %3C%2Fg%3E %3C%2Fg%3E%3C%2Fsvg%3E");
3730
+ margin-right: 0.5rem; }
3731
+
3732
+ .phone-mobile-contact-text {
3733
+ color: var(--neutral-neutral-2);
3734
+ text-align: center;
3735
+ margin: 0.5rem 0 2rem; }
3736
+
3645
3737
  .pricing-card {
3646
3738
  position: relative;
3647
3739
  max-width: 400px;
@@ -4145,6 +4237,39 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
4145
4237
  color: var(--primary-main-light-1);
4146
4238
  font-weight: 400 !important; }
4147
4239
 
4240
+ .contact__text .contact__text__title {
4241
+ color: var(--primary-main-dark-1);
4242
+ margin-bottom: 2rem;
4243
+ font-size: 1.5rem;
4244
+ font-weight: 500;
4245
+ line-height: 2rem; }
4246
+
4247
+ .contact__text .contact__text__subtitle {
4248
+ color: var(--neutral-neutral-1);
4249
+ font-size: 1rem; }
4250
+ .contact__text .contact__text__subtitle p {
4251
+ margin-bottom: 1rem; }
4252
+
4253
+ .contact__text .contact__text .logo-text {
4254
+ color: var(--neutral-neutral-2); }
4255
+
4256
+ .contact__text .logo-text {
4257
+ margin-top: 3.25rem; }
4258
+ @media (min-width: 575px) {
4259
+ .contact__text .logo-text {
4260
+ margin-top: 4rem; } }
4261
+
4262
+ .contact__text .logo-text img {
4263
+ min-width: 52px; }
4264
+
4265
+ .contact__text .faq-button {
4266
+ display: inline-block;
4267
+ margin-top: 1rem;
4268
+ width: 100%; }
4269
+ @media (min-width: 575px) {
4270
+ .contact__text .faq-button {
4271
+ width: 10rem; } }
4272
+
4148
4273
  .fixed-container {
4149
4274
  display: flex;
4150
4275
  flex-direction: column;
@@ -4465,6 +4590,66 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
4465
4590
  .blog .cta-button {
4466
4591
  width: auto; } }
4467
4592
 
4593
+ .contact-container {
4594
+ background-color: var(--primary-main-light-6); }
4595
+ .contact-container span > a {
4596
+ text-decoration: underline; }
4597
+ .contact-container .wrapper--contact {
4598
+ padding-left: 0;
4599
+ padding-right: 0; }
4600
+ @media (min-width: 575px) {
4601
+ .contact-container .wrapper--contact {
4602
+ padding-left: 1.5rem;
4603
+ padding-right: 1.5rem; } }
4604
+ .contact-container .contact__main {
4605
+ display: flex;
4606
+ flex-direction: column-reverse; }
4607
+ @media (min-width: 575px) {
4608
+ .contact-container .contact__main {
4609
+ flex-direction: row;
4610
+ justify-content: space-between; } }
4611
+ .contact-container .contact-left-container {
4612
+ padding-left: 1.5rem;
4613
+ padding-right: 1.5rem; }
4614
+ @media (min-width: 575px) {
4615
+ .contact-container .contact-left-container {
4616
+ padding-left: 0;
4617
+ padding-right: 0;
4618
+ width: 45%; } }
4619
+ .contact-container .contact-right-container {
4620
+ display: flex;
4621
+ justify-content: flex-start;
4622
+ background-color: var(--primary-main-light-6);
4623
+ margin-bottom: 2.5rem;
4624
+ width: 100%; }
4625
+ @media (min-width: 575px) {
4626
+ .contact-container .contact-right-container {
4627
+ background-size: 21rem;
4628
+ background-repeat: no-repeat;
4629
+ background-position: 100% 100%;
4630
+ margin-bottom: 0;
4631
+ padding-bottom: 0;
4632
+ width: 45%; } }
4633
+ @media (min-width: 960px) {
4634
+ .contact-container .contact-right-container {
4635
+ padding-bottom: 12rem; } }
4636
+ .contact-container .contact-right-container .rec-text-container .rectangle-text__container {
4637
+ margin-top: 1rem;
4638
+ width: 100%;
4639
+ background-color: gray; }
4640
+ .contact-container .contact-right-container .contact__form {
4641
+ width: 100%; }
4642
+ .contact-container .contact-right-container .small-container {
4643
+ margin: 1.5rem 0; }
4644
+ .contact-container .contact-right-container .small-container small {
4645
+ text-align: center; }
4646
+ .contact-container .contact-right-container .sign-in-container {
4647
+ display: flex;
4648
+ justify-content: space-between;
4649
+ align-items: center; }
4650
+ .contact-container .contact-right-container .sign-in-container p {
4651
+ margin-bottom: 0; }
4652
+
4468
4653
  .experts-section {
4469
4654
  display: flex;
4470
4655
  justify-content: center;
@@ -4519,6 +4704,38 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
4519
4704
  .how-it-works-wrapper .works-title {
4520
4705
  padding-top: 2.5rem; } }
4521
4706
 
4707
+ .jumbotron--simplified {
4708
+ background: var(--primary-main-light-6);
4709
+ margin-bottom: -12rem;
4710
+ text-align: center;
4711
+ padding-bottom: 13rem; }
4712
+ @media (min-width: 720px) {
4713
+ .jumbotron--simplified {
4714
+ padding: 1.125rem 0 14.875rem; } }
4715
+
4716
+ .jumbotron--simplified__title {
4717
+ font-size: 1.75rem;
4718
+ line-height: 2.25rem;
4719
+ margin-bottom: 0.5rem; }
4720
+ @media (min-width: 720px) {
4721
+ .jumbotron--simplified__title {
4722
+ font-size: 2.25rem;
4723
+ line-height: 3rem; } }
4724
+ @media (min-width: 1200px) {
4725
+ .jumbotron--simplified__title {
4726
+ font-size: 3rem;
4727
+ line-height: 3.375rem; } }
4728
+
4729
+ .jumbotron--simplified__subtitle {
4730
+ color: var(--neutral-neutral-1);
4731
+ font-size: 1rem;
4732
+ line-height: 1.5rem; }
4733
+ @media (min-width: 1200px) {
4734
+ .jumbotron--simplified__subtitle {
4735
+ font-size: 1rem;
4736
+ margin: 0 auto;
4737
+ max-width: 49rem; } }
4738
+
4522
4739
  .legal {
4523
4740
  margin-top: 1rem;
4524
4741
  margin-bottom: 6rem;
@@ -1,6 +1,5 @@
1
1
  /// <reference types="react" />
2
2
  export interface MessageInformationProps {
3
- noImg: boolean;
4
3
  text: string | React.ReactNode;
5
4
  time?: string;
6
5
  }
@@ -0,0 +1,4 @@
1
+ import { type FC } from 'react';
2
+ import { type TaglineProps } from './TaglineProps.types';
3
+ import './Tagline.scss';
4
+ export declare const Tagline: FC<TaglineProps>;
@@ -0,0 +1,3 @@
1
+ export interface TaglineProps {
2
+ text: string;
3
+ }
@@ -0,0 +1,2 @@
1
+ export { Tagline } from './Tagline';
2
+ export type { TaglineProps } from './TaglineProps.types';
@@ -33,6 +33,7 @@ export * from './SearchSelect';
33
33
  export * from './SidemenuTab';
34
34
  export * from './ShowMoreBox';
35
35
  export * from './Spinner';
36
+ export * from './Tagline';
36
37
  export * from './TextArea';
37
38
  export * from './Toggle';
38
39
  export * from './Tooltip';
@@ -1,6 +1,5 @@
1
1
  /// <reference types="react" />
2
2
  export interface CountDownMessageProps {
3
- noImg?: boolean;
4
3
  text: string | React.ReactNode;
5
4
  time?: string;
6
5
  }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { type EmailContactBoxProps } from './EmailContactBoxProps';
3
+ import './EmailContactBox.scss';
4
+ export declare const EmailContactBox: React.FC<EmailContactBoxProps>;
@@ -0,0 +1,4 @@
1
+ export interface EmailContactBoxProps {
2
+ mail: string;
3
+ text: string;
4
+ }
@@ -0,0 +1,2 @@
1
+ export * from './EmailContactBox';
2
+ export * from './EmailContactBoxProps';
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { type PhoneContactBoxDesktopProps } from './PhoneContactBoxDesktopProps.types';
3
+ import './PhoneContactBoxDesktop.scss';
4
+ export declare const PhoneContactBoxDesktop: React.FC<PhoneContactBoxDesktopProps>;
@@ -0,0 +1,4 @@
1
+ export interface PhoneContactBoxDesktopProps {
2
+ phone: string;
3
+ schedule: string;
4
+ }
@@ -0,0 +1,2 @@
1
+ export { PhoneContactBoxDesktop } from './PhoneContactBoxDesktop';
2
+ export { type PhoneContactBoxDesktopProps } from './PhoneContactBoxDesktopProps.types';
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { type PhoneContactBoxMobileProps } from './PhoneContactBoxMobileProps.types';
3
+ import './PhoneContactBoxMobile.scss';
4
+ export declare const PhoneContactBoxMobile: React.FC<PhoneContactBoxMobileProps>;
@@ -0,0 +1,4 @@
1
+ export interface PhoneContactBoxMobileProps {
2
+ phone: string;
3
+ schedule: string;
4
+ }
@@ -0,0 +1,2 @@
1
+ export { PhoneContactBoxMobile } from './PhoneContactBoxMobile';
2
+ export { type PhoneContactBoxMobileProps } from './PhoneContactBoxMobileProps.types';
@@ -7,6 +7,7 @@ export * from './Breadcrumb';
7
7
  export * from './ContactBox';
8
8
  export * from './ContinueEditingBanner';
9
9
  export * from './CountDownMessage';
10
+ export * from './EmailContactBox';
10
11
  export * from './ExpertCardList';
11
12
  export * from './FaqItem';
12
13
  export * from './Feedback';
@@ -14,6 +15,8 @@ export * from './FreeDocModalContent';
14
15
  export * from './MenuItemsSection';
15
16
  export * from './NavBarDropDown';
16
17
  export * from './Pagination';
18
+ export * from './PhoneContactBoxDesktop';
19
+ export * from './PhoneContactBoxMobile';
17
20
  export * from './PricingCard';
18
21
  export * from './Snackbar';
19
22
  export * from './StepGetForm';
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { type ContactJumbotronProps } from './ContactJumbotronProps.types';
3
+ import './ContactJumbotron.scss';
4
+ export declare const ContactJumbotron: React.FC<ContactJumbotronProps>;
@@ -0,0 +1,9 @@
1
+ import type React from 'react';
2
+ import { type EmailContactBoxProps, type PhoneContactBoxDesktopProps } from '../../molecules';
3
+ export interface ContactJumbotronProps {
4
+ phoneBoxDesktopProps: PhoneContactBoxDesktopProps;
5
+ emailContactBoxProps: EmailContactBoxProps;
6
+ faqsTitle: string;
7
+ children: React.ReactNode;
8
+ isJonSnow?: boolean;
9
+ }
@@ -0,0 +1,2 @@
1
+ export { ContactJumbotron } from './ContactJumbotron';
2
+ export { type ContactJumbotronProps } from './ContactJumbotronProps.types';
@@ -1,6 +1,7 @@
1
1
  export * from './AboutUsContent';
2
2
  export * from './ArticlesList';
3
3
  export * from './AsSeeInContent';
4
+ export * from './ContactJumbotron';
4
5
  export * from './CookiePolicyBar';
5
6
  export * from './FaqGroup';
6
7
  export * from './GuidelinesContent';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { type ContactUsPageProps } from './ContactUsPageProps';
3
+ export declare const ContactUsPage: React.FC<ContactUsPageProps>;
@@ -0,0 +1,8 @@
1
+ import { type ContactSectionProps, type JumbotronSimplifiedSectionProps } from '../../sections';
2
+ import { type PhoneContactBoxMobileProps } from '../../molecules';
3
+ export interface ContactUsPageProps {
4
+ jumbotronSimplifiedSectionProps: JumbotronSimplifiedSectionProps;
5
+ phoneContactBox: PhoneContactBoxMobileProps;
6
+ contactProps: ContactSectionProps;
7
+ isJonSnow?: boolean;
8
+ }
@@ -0,0 +1,2 @@
1
+ export * from './ContactUsPage';
2
+ export * from './ContactUsPageProps';
@@ -1,4 +1,5 @@
1
1
  export * from './AboutUsPage';
2
+ export * from './ContactUsPage';
2
3
  export * from './FaqsPage';
3
4
  export * from './LegalPage';
4
5
  export * from './UnsubscribePage';
@@ -0,0 +1,4 @@
1
+ import { type FC } from 'react';
2
+ import { type ContactSectionProps } from './ContactSectionProps';
3
+ import './ContactSection.scss';
4
+ export declare const ContactSection: FC<ContactSectionProps>;
@@ -0,0 +1,6 @@
1
+ import { type BoxFormProps } from '../../molecules';
2
+ import { type ContactJumbotronProps } from '../../organisms';
3
+ export interface ContactSectionProps {
4
+ contactJumbotronProps: ContactJumbotronProps;
5
+ contactForm: BoxFormProps;
6
+ }
@@ -0,0 +1,2 @@
1
+ export { ContactSection } from './ContactSection';
2
+ export { type ContactSectionProps } from './ContactSectionProps';
@@ -0,0 +1,4 @@
1
+ import { type FC } from 'react';
2
+ import { type JumbotronSimplifiedSectionProps } from './JumbotronSimplifiedSectionProps.types';
3
+ import './JumbotronSimplifiedSection.scss';
4
+ export declare const JumbotronSimplifiedSection: FC<JumbotronSimplifiedSectionProps>;
@@ -0,0 +1,8 @@
1
+ import type React from 'react';
2
+ import { type TaglineProps } from '../../atoms';
3
+ export interface JumbotronSimplifiedSectionProps {
4
+ title: string;
5
+ wrapperClassName?: string;
6
+ taglineProps: TaglineProps;
7
+ children?: React.ReactNode;
8
+ }
@@ -0,0 +1,2 @@
1
+ export { JumbotronSimplifiedSection } from './JumbotronSimplifiedSection';
2
+ export type { JumbotronSimplifiedSectionProps } from './JumbotronSimplifiedSectionProps.types';
@@ -2,10 +2,12 @@ export * from './AboutUsSection';
2
2
  export * from './AsideMenuSection';
3
3
  export * from './AsSeeInSection';
4
4
  export * from './BlogSection';
5
+ export * from './ContactSection';
5
6
  export * from './ExpertsSection';
6
7
  export * from './FaqSection';
7
8
  export * from './GuidelinesSection';
8
9
  export * from './HowGetYourFormsSection';
10
+ export * from './JumbotronSimplifiedSection';
9
11
  export * from './LegalSection';
10
12
  export * from './PeopleSayAboutUsSection';
11
13
  export * from './TryOurFreeLegalBlogsSection';