@npm_leadtech/legal-lib-components 2.34.1 → 2.35.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/index.js +3 -3
  2. package/dist/cjs/index.js.map +1 -1
  3. package/dist/cjs/legal-lib-components.css +4 -230
  4. package/dist/cjs/src/components/atoms/MessageInformation/MessageInformationProps.types.d.ts +1 -0
  5. package/dist/cjs/src/components/atoms/index.d.ts +0 -1
  6. package/dist/cjs/src/components/molecules/CountDownMessage/CountDownMessageProps.types.d.ts +1 -0
  7. package/dist/cjs/src/components/molecules/index.d.ts +0 -3
  8. package/dist/cjs/src/components/organisms/index.d.ts +0 -1
  9. package/dist/cjs/src/components/pages/index.d.ts +0 -1
  10. package/dist/cjs/src/components/sections/index.d.ts +0 -2
  11. package/dist/esm/index.js +3 -3
  12. package/dist/esm/index.js.map +1 -1
  13. package/dist/esm/legal-lib-components.css +4 -230
  14. package/dist/esm/src/components/atoms/MessageInformation/MessageInformationProps.types.d.ts +1 -0
  15. package/dist/esm/src/components/atoms/index.d.ts +0 -1
  16. package/dist/esm/src/components/molecules/CountDownMessage/CountDownMessageProps.types.d.ts +1 -0
  17. package/dist/esm/src/components/molecules/index.d.ts +0 -3
  18. package/dist/esm/src/components/organisms/index.d.ts +0 -1
  19. package/dist/esm/src/components/pages/index.d.ts +0 -1
  20. package/dist/esm/src/components/sections/index.d.ts +0 -2
  21. package/dist/index.d.ts +3 -63
  22. package/package.json +1 -1
  23. package/dist/cjs/images/componentsSvg/MailSvg.d.ts +0 -2
  24. package/dist/cjs/src/components/atoms/Tagline/Tagline.d.ts +0 -4
  25. package/dist/cjs/src/components/atoms/Tagline/TaglineProps.types.d.ts +0 -3
  26. package/dist/cjs/src/components/atoms/Tagline/index.d.ts +0 -2
  27. package/dist/cjs/src/components/molecules/EmailContactBox/EmailContactBox.d.ts +0 -4
  28. package/dist/cjs/src/components/molecules/EmailContactBox/EmailContactBoxProps.d.ts +0 -4
  29. package/dist/cjs/src/components/molecules/EmailContactBox/index.d.ts +0 -2
  30. package/dist/cjs/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.d.ts +0 -4
  31. package/dist/cjs/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktopProps.types.d.ts +0 -4
  32. package/dist/cjs/src/components/molecules/PhoneContactBoxDesktop/index.d.ts +0 -2
  33. package/dist/cjs/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobile.d.ts +0 -4
  34. package/dist/cjs/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobileProps.types.d.ts +0 -4
  35. package/dist/cjs/src/components/molecules/PhoneContactBoxMobile/index.d.ts +0 -2
  36. package/dist/cjs/src/components/organisms/ContactJumbotron/ContactJumbotron.d.ts +0 -4
  37. package/dist/cjs/src/components/organisms/ContactJumbotron/ContactJumbotronProps.types.d.ts +0 -9
  38. package/dist/cjs/src/components/organisms/ContactJumbotron/index.d.ts +0 -2
  39. package/dist/cjs/src/components/pages/ContactUsPage/ContactUsPage.d.ts +0 -3
  40. package/dist/cjs/src/components/pages/ContactUsPage/ContactUsPageProps.d.ts +0 -8
  41. package/dist/cjs/src/components/pages/ContactUsPage/index.d.ts +0 -2
  42. package/dist/cjs/src/components/sections/ContactSection/ContactSection.d.ts +0 -4
  43. package/dist/cjs/src/components/sections/ContactSection/ContactSectionProps.d.ts +0 -6
  44. package/dist/cjs/src/components/sections/ContactSection/index.d.ts +0 -2
  45. package/dist/cjs/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.d.ts +0 -4
  46. package/dist/cjs/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSectionProps.types.d.ts +0 -8
  47. package/dist/cjs/src/components/sections/JumbotronSimplifiedSection/index.d.ts +0 -2
  48. package/dist/esm/images/componentsSvg/MailSvg.d.ts +0 -2
  49. package/dist/esm/src/components/atoms/Tagline/Tagline.d.ts +0 -4
  50. package/dist/esm/src/components/atoms/Tagline/TaglineProps.types.d.ts +0 -3
  51. package/dist/esm/src/components/atoms/Tagline/index.d.ts +0 -2
  52. package/dist/esm/src/components/molecules/EmailContactBox/EmailContactBox.d.ts +0 -4
  53. package/dist/esm/src/components/molecules/EmailContactBox/EmailContactBoxProps.d.ts +0 -4
  54. package/dist/esm/src/components/molecules/EmailContactBox/index.d.ts +0 -2
  55. package/dist/esm/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.d.ts +0 -4
  56. package/dist/esm/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktopProps.types.d.ts +0 -4
  57. package/dist/esm/src/components/molecules/PhoneContactBoxDesktop/index.d.ts +0 -2
  58. package/dist/esm/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobile.d.ts +0 -4
  59. package/dist/esm/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobileProps.types.d.ts +0 -4
  60. package/dist/esm/src/components/molecules/PhoneContactBoxMobile/index.d.ts +0 -2
  61. package/dist/esm/src/components/organisms/ContactJumbotron/ContactJumbotron.d.ts +0 -4
  62. package/dist/esm/src/components/organisms/ContactJumbotron/ContactJumbotronProps.types.d.ts +0 -9
  63. package/dist/esm/src/components/organisms/ContactJumbotron/index.d.ts +0 -2
  64. package/dist/esm/src/components/pages/ContactUsPage/ContactUsPage.d.ts +0 -3
  65. package/dist/esm/src/components/pages/ContactUsPage/ContactUsPageProps.d.ts +0 -8
  66. package/dist/esm/src/components/pages/ContactUsPage/index.d.ts +0 -2
  67. package/dist/esm/src/components/sections/ContactSection/ContactSection.d.ts +0 -4
  68. package/dist/esm/src/components/sections/ContactSection/ContactSectionProps.d.ts +0 -6
  69. package/dist/esm/src/components/sections/ContactSection/index.d.ts +0 -2
  70. package/dist/esm/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.d.ts +0 -4
  71. package/dist/esm/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSectionProps.types.d.ts +0 -8
  72. package/dist/esm/src/components/sections/JumbotronSimplifiedSection/index.d.ts +0 -2
@@ -2739,19 +2739,6 @@ 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
-
2755
2742
  .e-textarea {
2756
2743
  display: flex;
2757
2744
  flex-direction: column-reverse; }
@@ -3001,7 +2988,9 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
3001
2988
  letter-spacing: -0.3px;
3002
2989
  padding-top: 1px; }
3003
2990
  .message-information__text__time {
3004
- font-weight: bold; }
2991
+ font-weight: 600; }
2992
+ .message-information__text__time.regular {
2993
+ font-weight: 400; }
3005
2994
 
3006
2995
  .article {
3007
2996
  display: flex;
@@ -3352,29 +3341,6 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
3352
3341
  right: 0;
3353
3342
  padding: 8px; }
3354
3343
 
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
-
3378
3344
  .expert-card-list {
3379
3345
  display: flex;
3380
3346
  flex-direction: column;
@@ -3411,8 +3377,7 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
3411
3377
  display: flex;
3412
3378
  align-items: center;
3413
3379
  gap: 1rem;
3414
- justify-content: space-between;
3415
- cursor: pointer; }
3380
+ justify-content: space-between; }
3416
3381
  .faqItem .content .question .title {
3417
3382
  flex: 1 0 0;
3418
3383
  color: var(--neutral-neutral-1);
@@ -3668,72 +3633,6 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
3668
3633
  .pagination__page--ellipsis {
3669
3634
  cursor: default; }
3670
3635
 
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
-
3737
3636
  .pricing-card {
3738
3637
  position: relative;
3739
3638
  max-width: 400px;
@@ -4237,39 +4136,6 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
4237
4136
  color: var(--primary-main-light-1);
4238
4137
  font-weight: 400 !important; }
4239
4138
 
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
-
4273
4139
  .fixed-container {
4274
4140
  display: flex;
4275
4141
  flex-direction: column;
@@ -4590,66 +4456,6 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
4590
4456
  .blog .cta-button {
4591
4457
  width: auto; } }
4592
4458
 
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
-
4653
4459
  .experts-section {
4654
4460
  display: flex;
4655
4461
  justify-content: center;
@@ -4704,38 +4510,6 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
4704
4510
  .how-it-works-wrapper .works-title {
4705
4511
  padding-top: 2.5rem; } }
4706
4512
 
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
-
4739
4513
  .legal {
4740
4514
  margin-top: 1rem;
4741
4515
  margin-bottom: 6rem;
@@ -1,5 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  export interface MessageInformationProps {
3
+ noImg: boolean;
3
4
  text: string | React.ReactNode;
4
5
  time?: string;
5
6
  }
@@ -33,7 +33,6 @@ export * from './SearchSelect';
33
33
  export * from './SidemenuTab';
34
34
  export * from './ShowMoreBox';
35
35
  export * from './Spinner';
36
- export * from './Tagline';
37
36
  export * from './TextArea';
38
37
  export * from './Toggle';
39
38
  export * from './Tooltip';
@@ -1,5 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  export interface CountDownMessageProps {
3
+ noImg: boolean;
3
4
  text: string | React.ReactNode;
4
5
  time?: string;
5
6
  }
@@ -7,7 +7,6 @@ export * from './Breadcrumb';
7
7
  export * from './ContactBox';
8
8
  export * from './ContinueEditingBanner';
9
9
  export * from './CountDownMessage';
10
- export * from './EmailContactBox';
11
10
  export * from './ExpertCardList';
12
11
  export * from './FaqItem';
13
12
  export * from './Feedback';
@@ -15,8 +14,6 @@ export * from './FreeDocModalContent';
15
14
  export * from './MenuItemsSection';
16
15
  export * from './NavBarDropDown';
17
16
  export * from './Pagination';
18
- export * from './PhoneContactBoxDesktop';
19
- export * from './PhoneContactBoxMobile';
20
17
  export * from './PricingCard';
21
18
  export * from './Snackbar';
22
19
  export * from './StepGetForm';
@@ -1,7 +1,6 @@
1
1
  export * from './AboutUsContent';
2
2
  export * from './ArticlesList';
3
3
  export * from './AsSeeInContent';
4
- export * from './ContactJumbotron';
5
4
  export * from './CookiePolicyBar';
6
5
  export * from './FaqGroup';
7
6
  export * from './GuidelinesContent';
@@ -1,5 +1,4 @@
1
1
  export * from './AboutUsPage';
2
- export * from './ContactUsPage';
3
2
  export * from './FaqsPage';
4
3
  export * from './LegalPage';
5
4
  export * from './UnsubscribePage';
@@ -2,12 +2,10 @@ export * from './AboutUsSection';
2
2
  export * from './AsideMenuSection';
3
3
  export * from './AsSeeInSection';
4
4
  export * from './BlogSection';
5
- export * from './ContactSection';
6
5
  export * from './ExpertsSection';
7
6
  export * from './FaqSection';
8
7
  export * from './GuidelinesSection';
9
8
  export * from './HowGetYourFormsSection';
10
- export * from './JumbotronSimplifiedSection';
11
9
  export * from './LegalSection';
12
10
  export * from './PeopleSayAboutUsSection';
13
11
  export * from './TryOurFreeLegalBlogsSection';
package/dist/index.d.ts CHANGED
@@ -410,12 +410,6 @@ 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
-
419
413
  interface TextAreaProps {
420
414
  value?: string;
421
415
  label?: string;
@@ -493,6 +487,7 @@ interface WhyLawDistrictItem {
493
487
  declare const WhyLawDistrictItems: React$1.FC<WhyLawDistrictItemsProps>;
494
488
 
495
489
  interface MessageInformationProps {
490
+ noImg: boolean;
496
491
  text: string | React.ReactNode;
497
492
  time?: string;
498
493
  }
@@ -594,19 +589,13 @@ interface ContinueEditingBannerProps {
594
589
  declare const ContinueEditingBanner: React$1.FC<ContinueEditingBannerProps>;
595
590
 
596
591
  interface CountDownMessageProps {
592
+ noImg: boolean;
597
593
  text: string | React.ReactNode;
598
594
  time?: string;
599
595
  }
600
596
 
601
597
  declare const CountDownMessage: FC<CountDownMessageProps>;
602
598
 
603
- interface EmailContactBoxProps {
604
- mail: string;
605
- text: string;
606
- }
607
-
608
- declare const EmailContactBox: React$1.FC<EmailContactBoxProps>;
609
-
610
599
  interface ExpertCardListProps {
611
600
  contentExpertCard: ExpertCardProps[];
612
601
  }
@@ -690,20 +679,6 @@ interface PaginationProps {
690
679
 
691
680
  declare const Pagination: FC<PaginationProps>;
692
681
 
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
-
707
682
  interface PricingCardProps {
708
683
  order?: number;
709
684
  subscriptionId?: string;
@@ -818,16 +793,6 @@ interface AsSeeInContentProps {
818
793
 
819
794
  declare const AsSeeInContent: FC<AsSeeInContentProps>;
820
795
 
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
-
831
796
  interface CookiePolicyBarProps {
832
797
  clickFunc: () => void;
833
798
  text: string;
@@ -910,13 +875,6 @@ interface BlogSectionProps {
910
875
 
911
876
  declare const BlogSection: FC<BlogSectionProps>;
912
877
 
913
- interface ContactSectionProps {
914
- contactJumbotronProps: ContactJumbotronProps;
915
- contactForm: BoxFormProps;
916
- }
917
-
918
- declare const ContactSection: FC<ContactSectionProps>;
919
-
920
878
  interface ExpertsSectionProps {
921
879
  title: string;
922
880
  contentExpertCardList: ExpertCardListProps;
@@ -944,15 +902,6 @@ interface HowGetYourFormsSectionProps {
944
902
 
945
903
  declare const HowGetYourFormsSection: React$1.FC<HowGetYourFormsSectionProps>;
946
904
 
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
-
956
905
  interface LegalSectionProps {
957
906
  text: RichTextStrapiProps;
958
907
  }
@@ -1022,15 +971,6 @@ interface AboutUsPageProps {
1022
971
 
1023
972
  declare const AboutUsPage: React$1.FC<AboutUsPageProps>;
1024
973
 
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
-
1034
974
  interface FaqsPageProps {
1035
975
  title: string;
1036
976
  subtitle: string;
@@ -1066,4 +1006,4 @@ interface UseIsMobileOrTablePropsReturn {
1066
1006
  }
1067
1007
  declare const useIsMobileOrTable: () => UseIsMobileOrTablePropsReturn;
1068
1008
 
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 };
1009
+ 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 };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "2.34.1",
3
+ "version": "2.35.0",
4
4
  "dependencies": {
5
5
  "@testing-library/jest-dom": "^6.1.4",
6
6
  "@tippyjs/react": "4.2.6",
@@ -1,2 +0,0 @@
1
- import React from 'react';
2
- export declare const MailSvg: React.FC;
@@ -1,4 +0,0 @@
1
- import { type FC } from 'react';
2
- import { type TaglineProps } from './TaglineProps.types';
3
- import './Tagline.scss';
4
- export declare const Tagline: FC<TaglineProps>;
@@ -1,3 +0,0 @@
1
- export interface TaglineProps {
2
- text: string;
3
- }
@@ -1,2 +0,0 @@
1
- export { Tagline } from './Tagline';
2
- export type { TaglineProps } from './TaglineProps.types';
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { type EmailContactBoxProps } from './EmailContactBoxProps';
3
- import './EmailContactBox.scss';
4
- export declare const EmailContactBox: React.FC<EmailContactBoxProps>;
@@ -1,4 +0,0 @@
1
- export interface EmailContactBoxProps {
2
- mail: string;
3
- text: string;
4
- }
@@ -1,2 +0,0 @@
1
- export * from './EmailContactBox';
2
- export * from './EmailContactBoxProps';
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { type PhoneContactBoxDesktopProps } from './PhoneContactBoxDesktopProps.types';
3
- import './PhoneContactBoxDesktop.scss';
4
- export declare const PhoneContactBoxDesktop: React.FC<PhoneContactBoxDesktopProps>;
@@ -1,4 +0,0 @@
1
- export interface PhoneContactBoxDesktopProps {
2
- phone: string;
3
- schedule: string;
4
- }
@@ -1,2 +0,0 @@
1
- export { PhoneContactBoxDesktop } from './PhoneContactBoxDesktop';
2
- export { type PhoneContactBoxDesktopProps } from './PhoneContactBoxDesktopProps.types';
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { type PhoneContactBoxMobileProps } from './PhoneContactBoxMobileProps.types';
3
- import './PhoneContactBoxMobile.scss';
4
- export declare const PhoneContactBoxMobile: React.FC<PhoneContactBoxMobileProps>;
@@ -1,4 +0,0 @@
1
- export interface PhoneContactBoxMobileProps {
2
- phone: string;
3
- schedule: string;
4
- }
@@ -1,2 +0,0 @@
1
- export { PhoneContactBoxMobile } from './PhoneContactBoxMobile';
2
- export { type PhoneContactBoxMobileProps } from './PhoneContactBoxMobileProps.types';
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { type ContactJumbotronProps } from './ContactJumbotronProps.types';
3
- import './ContactJumbotron.scss';
4
- export declare const ContactJumbotron: React.FC<ContactJumbotronProps>;
@@ -1,9 +0,0 @@
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
- }
@@ -1,2 +0,0 @@
1
- export { ContactJumbotron } from './ContactJumbotron';
2
- export { type ContactJumbotronProps } from './ContactJumbotronProps.types';
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- import { type ContactUsPageProps } from './ContactUsPageProps';
3
- export declare const ContactUsPage: React.FC<ContactUsPageProps>;
@@ -1,8 +0,0 @@
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
- }
@@ -1,2 +0,0 @@
1
- export * from './ContactUsPage';
2
- export * from './ContactUsPageProps';
@@ -1,4 +0,0 @@
1
- import { type FC } from 'react';
2
- import { type ContactSectionProps } from './ContactSectionProps';
3
- import './ContactSection.scss';
4
- export declare const ContactSection: FC<ContactSectionProps>;
@@ -1,6 +0,0 @@
1
- import { type BoxFormProps } from '../../molecules';
2
- import { type ContactJumbotronProps } from '../../organisms';
3
- export interface ContactSectionProps {
4
- contactJumbotronProps: ContactJumbotronProps;
5
- contactForm: BoxFormProps;
6
- }
@@ -1,2 +0,0 @@
1
- export { ContactSection } from './ContactSection';
2
- export { type ContactSectionProps } from './ContactSectionProps';
@@ -1,4 +0,0 @@
1
- import { type FC } from 'react';
2
- import { type JumbotronSimplifiedSectionProps } from './JumbotronSimplifiedSectionProps.types';
3
- import './JumbotronSimplifiedSection.scss';
4
- export declare const JumbotronSimplifiedSection: FC<JumbotronSimplifiedSectionProps>;
@@ -1,8 +0,0 @@
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
- }
@@ -1,2 +0,0 @@
1
- export { JumbotronSimplifiedSection } from './JumbotronSimplifiedSection';
2
- export type { JumbotronSimplifiedSectionProps } from './JumbotronSimplifiedSectionProps.types';