@npm_leadtech/legal-lib-components 2.35.8 → 2.37.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.
- package/dist/cjs/images/componentsSvg/MailSvg.d.ts +2 -0
- package/dist/cjs/index.js +3 -3
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/legal-lib-components.css +229 -1
- package/dist/cjs/src/components/atoms/Tagline/Tagline.d.ts +4 -0
- package/dist/cjs/src/components/atoms/Tagline/TaglineProps.types.d.ts +3 -0
- package/dist/cjs/src/components/atoms/Tagline/index.d.ts +2 -0
- package/dist/cjs/src/components/atoms/index.d.ts +1 -0
- package/dist/cjs/src/components/molecules/EmailContactBox/EmailContactBox.d.ts +4 -0
- package/dist/cjs/src/components/molecules/EmailContactBox/EmailContactBoxProps.d.ts +4 -0
- package/dist/cjs/src/components/molecules/EmailContactBox/index.d.ts +2 -0
- package/dist/cjs/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.d.ts +4 -0
- package/dist/cjs/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktopProps.types.d.ts +4 -0
- package/dist/cjs/src/components/molecules/PhoneContactBoxDesktop/index.d.ts +2 -0
- package/dist/cjs/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobile.d.ts +4 -0
- package/dist/cjs/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobileProps.types.d.ts +4 -0
- package/dist/cjs/src/components/molecules/PhoneContactBoxMobile/index.d.ts +2 -0
- package/dist/cjs/src/components/molecules/index.d.ts +3 -0
- package/dist/cjs/src/components/organisms/ContactJumbotron/ContactJumbotron.d.ts +4 -0
- package/dist/cjs/src/components/organisms/ContactJumbotron/ContactJumbotronProps.types.d.ts +9 -0
- package/dist/cjs/src/components/organisms/ContactJumbotron/index.d.ts +2 -0
- package/dist/cjs/src/components/organisms/index.d.ts +1 -0
- package/dist/cjs/src/components/pages/ContactUsPage/ContactUsPage.d.ts +3 -0
- package/dist/cjs/src/components/pages/ContactUsPage/ContactUsPageProps.d.ts +8 -0
- package/dist/cjs/src/components/pages/ContactUsPage/index.d.ts +2 -0
- package/dist/cjs/src/components/pages/index.d.ts +1 -0
- package/dist/cjs/src/components/sections/ContactSection/ContactSection.d.ts +4 -0
- package/dist/cjs/src/components/sections/ContactSection/ContactSectionProps.d.ts +6 -0
- package/dist/cjs/src/components/sections/ContactSection/index.d.ts +2 -0
- package/dist/cjs/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.d.ts +4 -0
- package/dist/cjs/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSectionProps.types.d.ts +8 -0
- package/dist/cjs/src/components/sections/JumbotronSimplifiedSection/index.d.ts +2 -0
- package/dist/cjs/src/components/sections/index.d.ts +2 -0
- package/dist/esm/images/componentsSvg/MailSvg.d.ts +2 -0
- package/dist/esm/index.js +3 -3
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/legal-lib-components.css +229 -1
- package/dist/esm/src/components/atoms/Tagline/Tagline.d.ts +4 -0
- package/dist/esm/src/components/atoms/Tagline/TaglineProps.types.d.ts +3 -0
- package/dist/esm/src/components/atoms/Tagline/index.d.ts +2 -0
- package/dist/esm/src/components/atoms/index.d.ts +1 -0
- package/dist/esm/src/components/molecules/EmailContactBox/EmailContactBox.d.ts +4 -0
- package/dist/esm/src/components/molecules/EmailContactBox/EmailContactBoxProps.d.ts +4 -0
- package/dist/esm/src/components/molecules/EmailContactBox/index.d.ts +2 -0
- package/dist/esm/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.d.ts +4 -0
- package/dist/esm/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktopProps.types.d.ts +4 -0
- package/dist/esm/src/components/molecules/PhoneContactBoxDesktop/index.d.ts +2 -0
- package/dist/esm/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobile.d.ts +4 -0
- package/dist/esm/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobileProps.types.d.ts +4 -0
- package/dist/esm/src/components/molecules/PhoneContactBoxMobile/index.d.ts +2 -0
- package/dist/esm/src/components/molecules/index.d.ts +3 -0
- package/dist/esm/src/components/organisms/ContactJumbotron/ContactJumbotron.d.ts +4 -0
- package/dist/esm/src/components/organisms/ContactJumbotron/ContactJumbotronProps.types.d.ts +9 -0
- package/dist/esm/src/components/organisms/ContactJumbotron/index.d.ts +2 -0
- package/dist/esm/src/components/organisms/index.d.ts +1 -0
- package/dist/esm/src/components/pages/ContactUsPage/ContactUsPage.d.ts +3 -0
- package/dist/esm/src/components/pages/ContactUsPage/ContactUsPageProps.d.ts +8 -0
- package/dist/esm/src/components/pages/ContactUsPage/index.d.ts +2 -0
- package/dist/esm/src/components/pages/index.d.ts +1 -0
- package/dist/esm/src/components/sections/ContactSection/ContactSection.d.ts +4 -0
- package/dist/esm/src/components/sections/ContactSection/ContactSectionProps.d.ts +6 -0
- package/dist/esm/src/components/sections/ContactSection/index.d.ts +2 -0
- package/dist/esm/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.d.ts +4 -0
- package/dist/esm/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSectionProps.types.d.ts +8 -0
- package/dist/esm/src/components/sections/JumbotronSimplifiedSection/index.d.ts +2 -0
- package/dist/esm/src/components/sections/index.d.ts +2 -0
- package/dist/index.d.ts +63 -1
- 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; }
|
|
@@ -3350,6 +3363,29 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
3350
3363
|
.count-down-message-fixed .message-information {
|
|
3351
3364
|
box-shadow: 1px 2px 4px var(--neutral-neutral-4); }
|
|
3352
3365
|
|
|
3366
|
+
.email-contact-box-container {
|
|
3367
|
+
width: 100%;
|
|
3368
|
+
border: 1px solid var(--neutral-neutral-3);
|
|
3369
|
+
border-radius: 4px;
|
|
3370
|
+
margin-top: 2rem;
|
|
3371
|
+
margin-bottom: 6rem;
|
|
3372
|
+
display: flex;
|
|
3373
|
+
padding: 1rem 1.5rem; }
|
|
3374
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
3375
|
+
@supports (-webkit-appearance: none) {
|
|
3376
|
+
.email-contact-box-container {
|
|
3377
|
+
letter-spacing: -1px; } } }
|
|
3378
|
+
.email-contact-box-container .email-icon {
|
|
3379
|
+
width: 30px;
|
|
3380
|
+
margin-right: 1rem; }
|
|
3381
|
+
.email-contact-box-container .email-icon path {
|
|
3382
|
+
fill: var(--primary-main-light-1); }
|
|
3383
|
+
.email-contact-box-container .email-contact-mail {
|
|
3384
|
+
color: var(--primary-main-light-1);
|
|
3385
|
+
font-weight: bold; }
|
|
3386
|
+
.email-contact-box-container .email-contact-text {
|
|
3387
|
+
color: var(--neutral-neutral-2); }
|
|
3388
|
+
|
|
3353
3389
|
.expert-card-list {
|
|
3354
3390
|
display: flex;
|
|
3355
3391
|
flex-direction: column;
|
|
@@ -3386,7 +3422,8 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
3386
3422
|
display: flex;
|
|
3387
3423
|
align-items: center;
|
|
3388
3424
|
gap: 1rem;
|
|
3389
|
-
justify-content: space-between;
|
|
3425
|
+
justify-content: space-between;
|
|
3426
|
+
cursor: pointer; }
|
|
3390
3427
|
.faqItem .content .question .title {
|
|
3391
3428
|
flex: 1 0 0;
|
|
3392
3429
|
color: var(--neutral-neutral-1);
|
|
@@ -3642,6 +3679,72 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
3642
3679
|
.pagination__page--ellipsis {
|
|
3643
3680
|
cursor: default; }
|
|
3644
3681
|
|
|
3682
|
+
.phone-contact-box-container {
|
|
3683
|
+
background-color: var(--others-white);
|
|
3684
|
+
width: 100%;
|
|
3685
|
+
border-radius: 4px;
|
|
3686
|
+
margin-bottom: 2rem;
|
|
3687
|
+
display: none;
|
|
3688
|
+
padding: 2rem 1.5rem;
|
|
3689
|
+
text-decoration: none;
|
|
3690
|
+
box-shadow: 0 2px 6px 0 rgba(2, 55, 74, 0.25); }
|
|
3691
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
3692
|
+
@supports (-webkit-appearance: none) {
|
|
3693
|
+
.phone-contact-box-container {
|
|
3694
|
+
letter-spacing: -1px; } } }
|
|
3695
|
+
@media (min-width: 720px) {
|
|
3696
|
+
.phone-contact-box-container {
|
|
3697
|
+
display: flex; } }
|
|
3698
|
+
.phone-contact-box-container img {
|
|
3699
|
+
align-self: center; }
|
|
3700
|
+
.phone-contact-box-container img:not(.onlyIE) {
|
|
3701
|
+
display: block; }
|
|
3702
|
+
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
3703
|
+
.phone-contact-box-container img:not(.onlyIE) {
|
|
3704
|
+
display: none; } }
|
|
3705
|
+
.phone-contact-box-container img.onlyIE {
|
|
3706
|
+
display: none; }
|
|
3707
|
+
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
3708
|
+
.phone-contact-box-container img.onlyIE {
|
|
3709
|
+
display: block; } }
|
|
3710
|
+
|
|
3711
|
+
.phone-contact-info {
|
|
3712
|
+
margin-left: 1.5rem; }
|
|
3713
|
+
|
|
3714
|
+
.phone-contact-phone {
|
|
3715
|
+
font-size: 1.5rem;
|
|
3716
|
+
color: var(--primary-main-dark-1);
|
|
3717
|
+
font-weight: bold;
|
|
3718
|
+
text-decoration: none; }
|
|
3719
|
+
@media (min-width: 960px) {
|
|
3720
|
+
.phone-contact-phone {
|
|
3721
|
+
font-size: 1.7rem; } }
|
|
3722
|
+
|
|
3723
|
+
.phone-contact-text {
|
|
3724
|
+
color: var(--neutral-neutral-2); }
|
|
3725
|
+
|
|
3726
|
+
.phone-mobile-contact-box-container {
|
|
3727
|
+
display: block;
|
|
3728
|
+
padding-top: 1rem; }
|
|
3729
|
+
@media (min-width: 720px) {
|
|
3730
|
+
.phone-mobile-contact-box-container {
|
|
3731
|
+
display: none; } }
|
|
3732
|
+
|
|
3733
|
+
.phone-mobile-contact-button {
|
|
3734
|
+
display: flex;
|
|
3735
|
+
justify-content: center; }
|
|
3736
|
+
.phone-mobile-contact-button:before {
|
|
3737
|
+
content: '';
|
|
3738
|
+
width: 20px;
|
|
3739
|
+
height: 20px;
|
|
3740
|
+
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");
|
|
3741
|
+
margin-right: 0.5rem; }
|
|
3742
|
+
|
|
3743
|
+
.phone-mobile-contact-text {
|
|
3744
|
+
color: var(--neutral-neutral-2);
|
|
3745
|
+
text-align: center;
|
|
3746
|
+
margin: 0.5rem 0 2rem; }
|
|
3747
|
+
|
|
3645
3748
|
.pricing-card {
|
|
3646
3749
|
position: relative;
|
|
3647
3750
|
max-width: 400px;
|
|
@@ -4145,6 +4248,39 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
4145
4248
|
color: var(--primary-main-light-1);
|
|
4146
4249
|
font-weight: 400 !important; }
|
|
4147
4250
|
|
|
4251
|
+
.contact__text .contact__text__title {
|
|
4252
|
+
color: var(--primary-main-dark-1);
|
|
4253
|
+
margin-bottom: 2rem;
|
|
4254
|
+
font-size: 1.5rem;
|
|
4255
|
+
font-weight: 500;
|
|
4256
|
+
line-height: 2rem; }
|
|
4257
|
+
|
|
4258
|
+
.contact__text .contact__text__subtitle {
|
|
4259
|
+
color: var(--neutral-neutral-1);
|
|
4260
|
+
font-size: 1rem; }
|
|
4261
|
+
.contact__text .contact__text__subtitle p {
|
|
4262
|
+
margin-bottom: 1rem; }
|
|
4263
|
+
|
|
4264
|
+
.contact__text .contact__text .logo-text {
|
|
4265
|
+
color: var(--neutral-neutral-2); }
|
|
4266
|
+
|
|
4267
|
+
.contact__text .logo-text {
|
|
4268
|
+
margin-top: 3.25rem; }
|
|
4269
|
+
@media (min-width: 575px) {
|
|
4270
|
+
.contact__text .logo-text {
|
|
4271
|
+
margin-top: 4rem; } }
|
|
4272
|
+
|
|
4273
|
+
.contact__text .logo-text img {
|
|
4274
|
+
min-width: 52px; }
|
|
4275
|
+
|
|
4276
|
+
.contact__text .faq-button {
|
|
4277
|
+
display: inline-block;
|
|
4278
|
+
margin-top: 1rem;
|
|
4279
|
+
width: 100%; }
|
|
4280
|
+
@media (min-width: 575px) {
|
|
4281
|
+
.contact__text .faq-button {
|
|
4282
|
+
width: 10rem; } }
|
|
4283
|
+
|
|
4148
4284
|
.fixed-container {
|
|
4149
4285
|
display: flex;
|
|
4150
4286
|
flex-direction: column;
|
|
@@ -4465,6 +4601,66 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
4465
4601
|
.blog .cta-button {
|
|
4466
4602
|
width: auto; } }
|
|
4467
4603
|
|
|
4604
|
+
.contact-container {
|
|
4605
|
+
background-color: var(--primary-main-light-6); }
|
|
4606
|
+
.contact-container span > a {
|
|
4607
|
+
text-decoration: underline; }
|
|
4608
|
+
.contact-container .wrapper--contact {
|
|
4609
|
+
padding-left: 0;
|
|
4610
|
+
padding-right: 0; }
|
|
4611
|
+
@media (min-width: 575px) {
|
|
4612
|
+
.contact-container .wrapper--contact {
|
|
4613
|
+
padding-left: 1.5rem;
|
|
4614
|
+
padding-right: 1.5rem; } }
|
|
4615
|
+
.contact-container .contact__main {
|
|
4616
|
+
display: flex;
|
|
4617
|
+
flex-direction: column-reverse; }
|
|
4618
|
+
@media (min-width: 575px) {
|
|
4619
|
+
.contact-container .contact__main {
|
|
4620
|
+
flex-direction: row;
|
|
4621
|
+
justify-content: space-between; } }
|
|
4622
|
+
.contact-container .contact-left-container {
|
|
4623
|
+
padding-left: 1.5rem;
|
|
4624
|
+
padding-right: 1.5rem; }
|
|
4625
|
+
@media (min-width: 575px) {
|
|
4626
|
+
.contact-container .contact-left-container {
|
|
4627
|
+
padding-left: 0;
|
|
4628
|
+
padding-right: 0;
|
|
4629
|
+
width: 45%; } }
|
|
4630
|
+
.contact-container .contact-right-container {
|
|
4631
|
+
display: flex;
|
|
4632
|
+
justify-content: flex-start;
|
|
4633
|
+
background-color: var(--primary-main-light-6);
|
|
4634
|
+
margin-bottom: 2.5rem;
|
|
4635
|
+
width: 100%; }
|
|
4636
|
+
@media (min-width: 575px) {
|
|
4637
|
+
.contact-container .contact-right-container {
|
|
4638
|
+
background-size: 21rem;
|
|
4639
|
+
background-repeat: no-repeat;
|
|
4640
|
+
background-position: 100% 100%;
|
|
4641
|
+
margin-bottom: 0;
|
|
4642
|
+
padding-bottom: 0;
|
|
4643
|
+
width: 45%; } }
|
|
4644
|
+
@media (min-width: 960px) {
|
|
4645
|
+
.contact-container .contact-right-container {
|
|
4646
|
+
padding-bottom: 12rem; } }
|
|
4647
|
+
.contact-container .contact-right-container .rec-text-container .rectangle-text__container {
|
|
4648
|
+
margin-top: 1rem;
|
|
4649
|
+
width: 100%;
|
|
4650
|
+
background-color: gray; }
|
|
4651
|
+
.contact-container .contact-right-container .contact__form {
|
|
4652
|
+
width: 100%; }
|
|
4653
|
+
.contact-container .contact-right-container .small-container {
|
|
4654
|
+
margin: 1.5rem 0; }
|
|
4655
|
+
.contact-container .contact-right-container .small-container small {
|
|
4656
|
+
text-align: center; }
|
|
4657
|
+
.contact-container .contact-right-container .sign-in-container {
|
|
4658
|
+
display: flex;
|
|
4659
|
+
justify-content: space-between;
|
|
4660
|
+
align-items: center; }
|
|
4661
|
+
.contact-container .contact-right-container .sign-in-container p {
|
|
4662
|
+
margin-bottom: 0; }
|
|
4663
|
+
|
|
4468
4664
|
.experts-section {
|
|
4469
4665
|
display: flex;
|
|
4470
4666
|
justify-content: center;
|
|
@@ -4519,6 +4715,38 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
4519
4715
|
.how-it-works-wrapper .works-title {
|
|
4520
4716
|
padding-top: 2.5rem; } }
|
|
4521
4717
|
|
|
4718
|
+
.jumbotron--simplified {
|
|
4719
|
+
background: var(--primary-main-light-6);
|
|
4720
|
+
margin-bottom: -12rem;
|
|
4721
|
+
text-align: center;
|
|
4722
|
+
padding-bottom: 13rem; }
|
|
4723
|
+
@media (min-width: 720px) {
|
|
4724
|
+
.jumbotron--simplified {
|
|
4725
|
+
padding: 1.125rem 0 14.875rem; } }
|
|
4726
|
+
|
|
4727
|
+
.jumbotron--simplified__title {
|
|
4728
|
+
font-size: 1.75rem;
|
|
4729
|
+
line-height: 2.25rem;
|
|
4730
|
+
margin-bottom: 0.5rem; }
|
|
4731
|
+
@media (min-width: 720px) {
|
|
4732
|
+
.jumbotron--simplified__title {
|
|
4733
|
+
font-size: 2.25rem;
|
|
4734
|
+
line-height: 3rem; } }
|
|
4735
|
+
@media (min-width: 1200px) {
|
|
4736
|
+
.jumbotron--simplified__title {
|
|
4737
|
+
font-size: 3rem;
|
|
4738
|
+
line-height: 3.375rem; } }
|
|
4739
|
+
|
|
4740
|
+
.jumbotron--simplified__subtitle {
|
|
4741
|
+
color: var(--neutral-neutral-1);
|
|
4742
|
+
font-size: 1rem;
|
|
4743
|
+
line-height: 1.5rem; }
|
|
4744
|
+
@media (min-width: 1200px) {
|
|
4745
|
+
.jumbotron--simplified__subtitle {
|
|
4746
|
+
font-size: 1rem;
|
|
4747
|
+
margin: 0 auto;
|
|
4748
|
+
max-width: 49rem; } }
|
|
4749
|
+
|
|
4522
4750
|
.legal {
|
|
4523
4751
|
margin-top: 1rem;
|
|
4524
4752
|
margin-bottom: 6rem;
|
|
@@ -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,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,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
|
+
}
|
|
@@ -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;
|
|
@@ -596,6 +602,13 @@ interface CountDownMessageProps {
|
|
|
596
602
|
|
|
597
603
|
declare const CountDownMessage: FC<CountDownMessageProps>;
|
|
598
604
|
|
|
605
|
+
interface EmailContactBoxProps {
|
|
606
|
+
mail: string;
|
|
607
|
+
text: string;
|
|
608
|
+
}
|
|
609
|
+
|
|
610
|
+
declare const EmailContactBox: React$1.FC<EmailContactBoxProps>;
|
|
611
|
+
|
|
599
612
|
interface ExpertCardListProps {
|
|
600
613
|
contentExpertCard: ExpertCardProps[];
|
|
601
614
|
}
|
|
@@ -679,6 +692,20 @@ interface PaginationProps {
|
|
|
679
692
|
|
|
680
693
|
declare const Pagination: FC<PaginationProps>;
|
|
681
694
|
|
|
695
|
+
interface PhoneContactBoxDesktopProps {
|
|
696
|
+
phone: string;
|
|
697
|
+
schedule: string;
|
|
698
|
+
}
|
|
699
|
+
|
|
700
|
+
declare const PhoneContactBoxDesktop: React$1.FC<PhoneContactBoxDesktopProps>;
|
|
701
|
+
|
|
702
|
+
interface PhoneContactBoxMobileProps {
|
|
703
|
+
phone: string;
|
|
704
|
+
schedule: string;
|
|
705
|
+
}
|
|
706
|
+
|
|
707
|
+
declare const PhoneContactBoxMobile: React$1.FC<PhoneContactBoxMobileProps>;
|
|
708
|
+
|
|
682
709
|
interface PricingCardProps {
|
|
683
710
|
order?: number;
|
|
684
711
|
subscriptionId?: string;
|
|
@@ -793,6 +820,16 @@ interface AsSeeInContentProps {
|
|
|
793
820
|
|
|
794
821
|
declare const AsSeeInContent: FC<AsSeeInContentProps>;
|
|
795
822
|
|
|
823
|
+
interface ContactJumbotronProps {
|
|
824
|
+
phoneBoxDesktopProps: PhoneContactBoxDesktopProps;
|
|
825
|
+
emailContactBoxProps: EmailContactBoxProps;
|
|
826
|
+
faqsTitle: string;
|
|
827
|
+
children: React$1.ReactNode;
|
|
828
|
+
isJonSnow?: boolean;
|
|
829
|
+
}
|
|
830
|
+
|
|
831
|
+
declare const ContactJumbotron: React$1.FC<ContactJumbotronProps>;
|
|
832
|
+
|
|
796
833
|
interface CookiePolicyBarProps {
|
|
797
834
|
clickFunc: () => void;
|
|
798
835
|
text: string;
|
|
@@ -875,6 +912,13 @@ interface BlogSectionProps {
|
|
|
875
912
|
|
|
876
913
|
declare const BlogSection: FC<BlogSectionProps>;
|
|
877
914
|
|
|
915
|
+
interface ContactSectionProps {
|
|
916
|
+
contactJumbotronProps: ContactJumbotronProps;
|
|
917
|
+
contactForm: BoxFormProps;
|
|
918
|
+
}
|
|
919
|
+
|
|
920
|
+
declare const ContactSection: FC<ContactSectionProps>;
|
|
921
|
+
|
|
878
922
|
interface ExpertsSectionProps {
|
|
879
923
|
title: string;
|
|
880
924
|
contentExpertCardList: ExpertCardListProps;
|
|
@@ -902,6 +946,15 @@ interface HowGetYourFormsSectionProps {
|
|
|
902
946
|
|
|
903
947
|
declare const HowGetYourFormsSection: React$1.FC<HowGetYourFormsSectionProps>;
|
|
904
948
|
|
|
949
|
+
interface JumbotronSimplifiedSectionProps {
|
|
950
|
+
title: string;
|
|
951
|
+
wrapperClassName?: string;
|
|
952
|
+
taglineProps: TaglineProps;
|
|
953
|
+
children?: React$1.ReactNode;
|
|
954
|
+
}
|
|
955
|
+
|
|
956
|
+
declare const JumbotronSimplifiedSection: FC<JumbotronSimplifiedSectionProps>;
|
|
957
|
+
|
|
905
958
|
interface LegalSectionProps {
|
|
906
959
|
text: RichTextStrapiProps;
|
|
907
960
|
}
|
|
@@ -971,6 +1024,15 @@ interface AboutUsPageProps {
|
|
|
971
1024
|
|
|
972
1025
|
declare const AboutUsPage: React$1.FC<AboutUsPageProps>;
|
|
973
1026
|
|
|
1027
|
+
interface ContactUsPageProps {
|
|
1028
|
+
jumbotronSimplifiedSectionProps: JumbotronSimplifiedSectionProps;
|
|
1029
|
+
phoneContactBox: PhoneContactBoxMobileProps;
|
|
1030
|
+
contactProps: ContactSectionProps;
|
|
1031
|
+
isJonSnow?: boolean;
|
|
1032
|
+
}
|
|
1033
|
+
|
|
1034
|
+
declare const ContactUsPage: React$1.FC<ContactUsPageProps>;
|
|
1035
|
+
|
|
974
1036
|
interface FaqsPageProps {
|
|
975
1037
|
title: string;
|
|
976
1038
|
subtitle: string;
|
|
@@ -1006,4 +1068,4 @@ interface UseIsMobileOrTablePropsReturn {
|
|
|
1006
1068
|
}
|
|
1007
1069
|
declare const useIsMobileOrTable: () => UseIsMobileOrTablePropsReturn;
|
|
1008
1070
|
|
|
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 };
|
|
1071
|
+
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 };
|