@npm_leadtech/legal-lib-components 2.34.0 → 2.34.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 (68) 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 +229 -1
  5. package/dist/cjs/src/components/atoms/Tagline/Tagline.d.ts +4 -0
  6. package/dist/cjs/src/components/atoms/Tagline/TaglineProps.types.d.ts +3 -0
  7. package/dist/cjs/src/components/atoms/Tagline/index.d.ts +2 -0
  8. package/dist/cjs/src/components/atoms/index.d.ts +1 -0
  9. package/dist/cjs/src/components/molecules/EmailContactBox/EmailContactBox.d.ts +4 -0
  10. package/dist/cjs/src/components/molecules/EmailContactBox/EmailContactBoxProps.d.ts +4 -0
  11. package/dist/cjs/src/components/molecules/EmailContactBox/index.d.ts +2 -0
  12. package/dist/cjs/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.d.ts +4 -0
  13. package/dist/cjs/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktopProps.types.d.ts +4 -0
  14. package/dist/cjs/src/components/molecules/PhoneContactBoxDesktop/index.d.ts +2 -0
  15. package/dist/cjs/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobile.d.ts +4 -0
  16. package/dist/cjs/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobileProps.types.d.ts +4 -0
  17. package/dist/cjs/src/components/molecules/PhoneContactBoxMobile/index.d.ts +2 -0
  18. package/dist/cjs/src/components/molecules/index.d.ts +3 -0
  19. package/dist/cjs/src/components/organisms/ContactJumbotron/ContactJumbotron.d.ts +4 -0
  20. package/dist/cjs/src/components/organisms/ContactJumbotron/ContactJumbotronProps.types.d.ts +9 -0
  21. package/dist/cjs/src/components/organisms/ContactJumbotron/index.d.ts +2 -0
  22. package/dist/cjs/src/components/organisms/index.d.ts +1 -0
  23. package/dist/cjs/src/components/pages/ContactUsPage/ContactUsPage.d.ts +3 -0
  24. package/dist/cjs/src/components/pages/ContactUsPage/ContactUsPageProps.d.ts +8 -0
  25. package/dist/cjs/src/components/pages/ContactUsPage/index.d.ts +2 -0
  26. package/dist/cjs/src/components/pages/index.d.ts +1 -0
  27. package/dist/cjs/src/components/sections/ContactSection/ContactSection.d.ts +4 -0
  28. package/dist/cjs/src/components/sections/ContactSection/ContactSectionProps.d.ts +6 -0
  29. package/dist/cjs/src/components/sections/ContactSection/index.d.ts +2 -0
  30. package/dist/cjs/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.d.ts +4 -0
  31. package/dist/cjs/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSectionProps.types.d.ts +8 -0
  32. package/dist/cjs/src/components/sections/JumbotronSimplifiedSection/index.d.ts +2 -0
  33. package/dist/cjs/src/components/sections/index.d.ts +2 -0
  34. package/dist/esm/images/componentsSvg/MailSvg.d.ts +2 -0
  35. package/dist/esm/index.js +3 -3
  36. package/dist/esm/index.js.map +1 -1
  37. package/dist/esm/legal-lib-components.css +229 -1
  38. package/dist/esm/src/components/atoms/Tagline/Tagline.d.ts +4 -0
  39. package/dist/esm/src/components/atoms/Tagline/TaglineProps.types.d.ts +3 -0
  40. package/dist/esm/src/components/atoms/Tagline/index.d.ts +2 -0
  41. package/dist/esm/src/components/atoms/index.d.ts +1 -0
  42. package/dist/esm/src/components/molecules/EmailContactBox/EmailContactBox.d.ts +4 -0
  43. package/dist/esm/src/components/molecules/EmailContactBox/EmailContactBoxProps.d.ts +4 -0
  44. package/dist/esm/src/components/molecules/EmailContactBox/index.d.ts +2 -0
  45. package/dist/esm/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.d.ts +4 -0
  46. package/dist/esm/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktopProps.types.d.ts +4 -0
  47. package/dist/esm/src/components/molecules/PhoneContactBoxDesktop/index.d.ts +2 -0
  48. package/dist/esm/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobile.d.ts +4 -0
  49. package/dist/esm/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobileProps.types.d.ts +4 -0
  50. package/dist/esm/src/components/molecules/PhoneContactBoxMobile/index.d.ts +2 -0
  51. package/dist/esm/src/components/molecules/index.d.ts +3 -0
  52. package/dist/esm/src/components/organisms/ContactJumbotron/ContactJumbotron.d.ts +4 -0
  53. package/dist/esm/src/components/organisms/ContactJumbotron/ContactJumbotronProps.types.d.ts +9 -0
  54. package/dist/esm/src/components/organisms/ContactJumbotron/index.d.ts +2 -0
  55. package/dist/esm/src/components/organisms/index.d.ts +1 -0
  56. package/dist/esm/src/components/pages/ContactUsPage/ContactUsPage.d.ts +3 -0
  57. package/dist/esm/src/components/pages/ContactUsPage/ContactUsPageProps.d.ts +8 -0
  58. package/dist/esm/src/components/pages/ContactUsPage/index.d.ts +2 -0
  59. package/dist/esm/src/components/pages/index.d.ts +1 -0
  60. package/dist/esm/src/components/sections/ContactSection/ContactSection.d.ts +4 -0
  61. package/dist/esm/src/components/sections/ContactSection/ContactSectionProps.d.ts +6 -0
  62. package/dist/esm/src/components/sections/ContactSection/index.d.ts +2 -0
  63. package/dist/esm/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.d.ts +4 -0
  64. package/dist/esm/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSectionProps.types.d.ts +8 -0
  65. package/dist/esm/src/components/sections/JumbotronSimplifiedSection/index.d.ts +2 -0
  66. package/dist/esm/src/components/sections/index.d.ts +2 -0
  67. package/dist/index.d.ts +63 -1
  68. 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; }
@@ -3339,6 +3352,29 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
3339
3352
  right: 0;
3340
3353
  padding: 8px; }
3341
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); }
3377
+
3342
3378
  .expert-card-list {
3343
3379
  display: flex;
3344
3380
  flex-direction: column;
@@ -3375,7 +3411,8 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
3375
3411
  display: flex;
3376
3412
  align-items: center;
3377
3413
  gap: 1rem;
3378
- justify-content: space-between; }
3414
+ justify-content: space-between;
3415
+ cursor: pointer; }
3379
3416
  .faqItem .content .question .title {
3380
3417
  flex: 1 0 0;
3381
3418
  color: var(--neutral-neutral-1);
@@ -3631,6 +3668,72 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
3631
3668
  .pagination__page--ellipsis {
3632
3669
  cursor: default; }
3633
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
+
3634
3737
  .pricing-card {
3635
3738
  position: relative;
3636
3739
  max-width: 400px;
@@ -4134,6 +4237,39 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
4134
4237
  color: var(--primary-main-light-1);
4135
4238
  font-weight: 400 !important; }
4136
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
+
4137
4273
  .fixed-container {
4138
4274
  display: flex;
4139
4275
  flex-direction: column;
@@ -4454,6 +4590,66 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
4454
4590
  .blog .cta-button {
4455
4591
  width: auto; } }
4456
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
+
4457
4653
  .experts-section {
4458
4654
  display: flex;
4459
4655
  justify-content: center;
@@ -4508,6 +4704,38 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
4508
4704
  .how-it-works-wrapper .works-title {
4509
4705
  padding-top: 2.5rem; } }
4510
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
+
4511
4739
  .legal {
4512
4740
  margin-top: 1rem;
4513
4741
  margin-bottom: 6rem;
@@ -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';
@@ -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';
package/dist/index.d.ts CHANGED
@@ -410,6 +410,12 @@ interface SpinnerProps {
410
410
 
411
411
  declare const Spinner: FC<SpinnerProps>;
412
412
 
413
+ interface TaglineProps {
414
+ text: string;
415
+ }
416
+
417
+ declare const Tagline: FC<TaglineProps>;
418
+
413
419
  interface TextAreaProps {
414
420
  value?: string;
415
421
  label?: string;
@@ -594,6 +600,13 @@ interface CountDownMessageProps {
594
600
 
595
601
  declare const CountDownMessage: FC<CountDownMessageProps>;
596
602
 
603
+ interface EmailContactBoxProps {
604
+ mail: string;
605
+ text: string;
606
+ }
607
+
608
+ declare const EmailContactBox: React$1.FC<EmailContactBoxProps>;
609
+
597
610
  interface ExpertCardListProps {
598
611
  contentExpertCard: ExpertCardProps[];
599
612
  }
@@ -677,6 +690,20 @@ interface PaginationProps {
677
690
 
678
691
  declare const Pagination: FC<PaginationProps>;
679
692
 
693
+ interface PhoneContactBoxDesktopProps {
694
+ phone: string;
695
+ schedule: string;
696
+ }
697
+
698
+ declare const PhoneContactBoxDesktop: React$1.FC<PhoneContactBoxDesktopProps>;
699
+
700
+ interface PhoneContactBoxMobileProps {
701
+ phone: string;
702
+ schedule: string;
703
+ }
704
+
705
+ declare const PhoneContactBoxMobile: React$1.FC<PhoneContactBoxMobileProps>;
706
+
680
707
  interface PricingCardProps {
681
708
  order?: number;
682
709
  subscriptionId?: string;
@@ -791,6 +818,16 @@ interface AsSeeInContentProps {
791
818
 
792
819
  declare const AsSeeInContent: FC<AsSeeInContentProps>;
793
820
 
821
+ interface ContactJumbotronProps {
822
+ phoneBoxDesktopProps: PhoneContactBoxDesktopProps;
823
+ emailContactBoxProps: EmailContactBoxProps;
824
+ faqsTitle: string;
825
+ children: React$1.ReactNode;
826
+ isJonSnow?: boolean;
827
+ }
828
+
829
+ declare const ContactJumbotron: React$1.FC<ContactJumbotronProps>;
830
+
794
831
  interface CookiePolicyBarProps {
795
832
  clickFunc: () => void;
796
833
  text: string;
@@ -873,6 +910,13 @@ interface BlogSectionProps {
873
910
 
874
911
  declare const BlogSection: FC<BlogSectionProps>;
875
912
 
913
+ interface ContactSectionProps {
914
+ contactJumbotronProps: ContactJumbotronProps;
915
+ contactForm: BoxFormProps;
916
+ }
917
+
918
+ declare const ContactSection: FC<ContactSectionProps>;
919
+
876
920
  interface ExpertsSectionProps {
877
921
  title: string;
878
922
  contentExpertCardList: ExpertCardListProps;
@@ -900,6 +944,15 @@ interface HowGetYourFormsSectionProps {
900
944
 
901
945
  declare const HowGetYourFormsSection: React$1.FC<HowGetYourFormsSectionProps>;
902
946
 
947
+ interface JumbotronSimplifiedSectionProps {
948
+ title: string;
949
+ wrapperClassName?: string;
950
+ taglineProps: TaglineProps;
951
+ children?: React$1.ReactNode;
952
+ }
953
+
954
+ declare const JumbotronSimplifiedSection: FC<JumbotronSimplifiedSectionProps>;
955
+
903
956
  interface LegalSectionProps {
904
957
  text: RichTextStrapiProps;
905
958
  }
@@ -969,6 +1022,15 @@ interface AboutUsPageProps {
969
1022
 
970
1023
  declare const AboutUsPage: React$1.FC<AboutUsPageProps>;
971
1024
 
1025
+ interface ContactUsPageProps {
1026
+ jumbotronSimplifiedSectionProps: JumbotronSimplifiedSectionProps;
1027
+ phoneContactBox: PhoneContactBoxMobileProps;
1028
+ contactProps: ContactSectionProps;
1029
+ isJonSnow?: boolean;
1030
+ }
1031
+
1032
+ declare const ContactUsPage: React$1.FC<ContactUsPageProps>;
1033
+
972
1034
  interface FaqsPageProps {
973
1035
  title: string;
974
1036
  subtitle: string;
@@ -1004,4 +1066,4 @@ interface UseIsMobileOrTablePropsReturn {
1004
1066
  }
1005
1067
  declare const useIsMobileOrTable: () => UseIsMobileOrTablePropsReturn;
1006
1068
 
1007
- export { AboutUsContent, type AboutUsContentProps, AboutUsPage, type AboutUsPageProps, AboutUsSection, type AboutUsSectionProps, AddButton, type AddButtonProps, Article, type ArticleProps, ArticlesList, type ArticlesListProps, AsSeeInContent, type AsSeeInContentProps, AsSeeInSection, type AsSeeInSectionProps, AsideMenuSection, type AsideMenuSectionProps, BaseBox, BaseBoxList, type BaseBoxListProps, type BaseBoxProps, BillCard, type BillCardProps, BlogSection, type BlogSectionProps, BottomFixedBar, type BottomFixedBarProps, BottomOverlay, BottomOverlayMenu, type BottomOverlayMenuProps, type BottomOverlayProps, BoxForm, type BoxFormProps, BreadcrumItem, type BreadcrumItemProps, Breadcrumb, type BreadcrumbProps, Button, ButtonIcon, type ButtonIconProps, type ButtonProps, CardPane, type CardPaneInfoProps, type CardPaneProps, Checkbox, type CheckboxProps, ContactBox, type ContactBoxProps, ContinueEditingBanner, type ContinueEditingBannerProps, CookiePolicyBar, type CookiePolicyBarProps, CountDownMessage, type CountDownMessageProps, DatePickerCustom, type DatePickerCustomProps, DialogMenuIcon, type DialogMenuIconProps, Disclaimer, type DisclaimerProps, Divider, type DividerProps, DocumentStatus, type DocumentStatusProps, ExpertCard, ExpertCardList, type ExpertCardListProps, type ExpertCardProps, ExpertsSection, type ExpertsSectionProps, FaqGroup, type FaqGroupProps, FaqItem, type FaqItemProps, FaqSection, type FaqSectionProps, FaqsPage, type FaqsPageProps, Feedback, type FeedbackProps, FormFaq, type FormFaqProps, FreeDocModalContent, type FreeDocModalContentProps, GoogleButton, type GoogleButtonProps, GuidelinesContent, type GuidelinesContentProps, GuidelinesSection, type GuidelinesSectionProps, HowGetYourFormsSection, type HowGetYourFormsSectionProps, IconImage, type IconImageProps, IconSvgURLWithThemeColor, type IconSvgURLWithThemeColorProps, type ImageStructure, InfoBox, type InfoBoxProps, JumbotronStatic, type JumbotronStaticProps, type LatestApplication, LearnMoreSection, type LearnMoreSectionProps, LegalPage, type LegalPageProps, LegalSection, type LegalSectionProps, ListStepsGetForm, type ListStepsGetFormProps, Logo, type LogoProps, LogoText, type LogoTextProps, type MenuItemProps, MenuItems, MenuItemsSection, type MenuItemsSectionProps, MenuPlacement, Message, MessageInformation, type MessageInformationProps, type MessageProps, MobileBottomBar, type MobileBottomBarProps, NavBarDropDown, type NavBarDropDownProps, Pagination, type PaginationProps, PaypalButton, type PaypalButtonProps, PeopleSayAboutUsSection, type PeopleSayAboutUsSectionProps, PricingCard, type PricingCardProps, ProgressBar, type ProgressBarProps, Radio, type RadioProps, RemoveButton, type RemoveButtonProps, RichTextInner, type RichTextInnerProps, type RichTextMedia, RichTextStrapi, type RichTextStrapiProps, SearchSelect, type SearchSelectProps, ShowMoreBox, type ShowMoreBoxProps, type SideMenuTabProps, SidemenuTab, Snackbar, type SnackbarProps, Spinner, type SpinnerProps, StepGetForm, type StepGetFormProps, TextArea, type TextAreaProps, TextInput, type TextInputProps, Toggle, type ToggleProps, Tooltip, TooltipMenu, type TooltipMenuProps, type TooltipProps, TopBar, TopBarMobile, type TopBarProps, Trustpilot as TrustPilot, type TrustPilotProps, TrustworthyWebsites, type TrustworthyWebsitesProps, TryOurFreeLegalBlogsContent, type TryOurFreeLegalBlogsContentProps, TryOurFreeLegalBlogsSection, type TryOurFreeLegalBlogsSectionProps, TryUsSection, type TryUsSectionProps, UnsubscribePage, type UnsubscribePageProps, UnsubscribeSection, type UnsubscribeSectionProps, type WhyLawDistrictItem, WhyLawDistrictItems, type WhyLawDistrictItemsProps, WhyLawDistrictSection, type WhyLawDistrictSectionProps, WideInfoBar, useIntersectionObserver, useIsMobileOrTable };
1069
+ export { AboutUsContent, type AboutUsContentProps, AboutUsPage, type AboutUsPageProps, AboutUsSection, type AboutUsSectionProps, AddButton, type AddButtonProps, Article, type ArticleProps, ArticlesList, type ArticlesListProps, AsSeeInContent, type AsSeeInContentProps, AsSeeInSection, type AsSeeInSectionProps, AsideMenuSection, type AsideMenuSectionProps, BaseBox, BaseBoxList, type BaseBoxListProps, type BaseBoxProps, BillCard, type BillCardProps, BlogSection, type BlogSectionProps, BottomFixedBar, type BottomFixedBarProps, BottomOverlay, BottomOverlayMenu, type BottomOverlayMenuProps, type BottomOverlayProps, BoxForm, type BoxFormProps, BreadcrumItem, type BreadcrumItemProps, Breadcrumb, type BreadcrumbProps, Button, ButtonIcon, type ButtonIconProps, type ButtonProps, CardPane, type CardPaneInfoProps, type CardPaneProps, Checkbox, type CheckboxProps, ContactBox, type ContactBoxProps, ContactJumbotron, type ContactJumbotronProps, ContactSection, type ContactSectionProps, ContactUsPage, type ContactUsPageProps, ContinueEditingBanner, type ContinueEditingBannerProps, CookiePolicyBar, type CookiePolicyBarProps, CountDownMessage, type CountDownMessageProps, DatePickerCustom, type DatePickerCustomProps, DialogMenuIcon, type DialogMenuIconProps, Disclaimer, type DisclaimerProps, Divider, type DividerProps, DocumentStatus, type DocumentStatusProps, EmailContactBox, type EmailContactBoxProps, ExpertCard, ExpertCardList, type ExpertCardListProps, type ExpertCardProps, ExpertsSection, type ExpertsSectionProps, FaqGroup, type FaqGroupProps, FaqItem, type FaqItemProps, FaqSection, type FaqSectionProps, FaqsPage, type FaqsPageProps, Feedback, type FeedbackProps, FormFaq, type FormFaqProps, FreeDocModalContent, type FreeDocModalContentProps, GoogleButton, type GoogleButtonProps, GuidelinesContent, type GuidelinesContentProps, GuidelinesSection, type GuidelinesSectionProps, HowGetYourFormsSection, type HowGetYourFormsSectionProps, IconImage, type IconImageProps, IconSvgURLWithThemeColor, type IconSvgURLWithThemeColorProps, type ImageStructure, InfoBox, type InfoBoxProps, JumbotronSimplifiedSection, type JumbotronSimplifiedSectionProps, JumbotronStatic, type JumbotronStaticProps, type LatestApplication, LearnMoreSection, type LearnMoreSectionProps, LegalPage, type LegalPageProps, LegalSection, type LegalSectionProps, ListStepsGetForm, type ListStepsGetFormProps, Logo, type LogoProps, LogoText, type LogoTextProps, type MenuItemProps, MenuItems, MenuItemsSection, type MenuItemsSectionProps, MenuPlacement, Message, MessageInformation, type MessageInformationProps, type MessageProps, MobileBottomBar, type MobileBottomBarProps, NavBarDropDown, type NavBarDropDownProps, Pagination, type PaginationProps, PaypalButton, type PaypalButtonProps, PeopleSayAboutUsSection, type PeopleSayAboutUsSectionProps, PhoneContactBoxDesktop, type PhoneContactBoxDesktopProps, PhoneContactBoxMobile, type PhoneContactBoxMobileProps, PricingCard, type PricingCardProps, ProgressBar, type ProgressBarProps, Radio, type RadioProps, RemoveButton, type RemoveButtonProps, RichTextInner, type RichTextInnerProps, type RichTextMedia, RichTextStrapi, type RichTextStrapiProps, SearchSelect, type SearchSelectProps, ShowMoreBox, type ShowMoreBoxProps, type SideMenuTabProps, SidemenuTab, Snackbar, type SnackbarProps, Spinner, type SpinnerProps, StepGetForm, type StepGetFormProps, Tagline, type TaglineProps, TextArea, type TextAreaProps, TextInput, type TextInputProps, Toggle, type ToggleProps, Tooltip, TooltipMenu, type TooltipMenuProps, type TooltipProps, TopBar, TopBarMobile, type TopBarProps, Trustpilot as TrustPilot, type TrustPilotProps, TrustworthyWebsites, type TrustworthyWebsitesProps, TryOurFreeLegalBlogsContent, type TryOurFreeLegalBlogsContentProps, TryOurFreeLegalBlogsSection, type TryOurFreeLegalBlogsSectionProps, TryUsSection, type TryUsSectionProps, UnsubscribePage, type UnsubscribePageProps, UnsubscribeSection, type UnsubscribeSectionProps, type WhyLawDistrictItem, WhyLawDistrictItems, type WhyLawDistrictItemsProps, WhyLawDistrictSection, type WhyLawDistrictSectionProps, WideInfoBar, useIntersectionObserver, useIsMobileOrTable };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "2.34.0",
3
+ "version": "2.34.1",
4
4
  "dependencies": {
5
5
  "@testing-library/jest-dom": "^6.1.4",
6
6
  "@tippyjs/react": "4.2.6",