@npm_leadtech/legal-lib-components 7.5.7 → 7.6.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/src/components/atoms/BenefitCard/BenefitCard.d.ts +3 -0
- package/dist/src/components/atoms/BenefitCard/BenefitCard.js +5 -0
- package/dist/src/components/atoms/BenefitCard/BenefitCard.tsx +24 -0
- package/dist/src/components/atoms/{BenefitRatafiaCard/BenefitRatafiaCardProps.types.d.ts → BenefitCard/BenefitCardProps.types.d.ts} +3 -1
- package/dist/src/components/atoms/BenefitCard/BenefitCardProps.types.ts +8 -0
- package/dist/src/components/atoms/BenefitCard/BenefitCardStyled.styled.d.ts +1 -0
- package/dist/src/components/atoms/{BenefitRatafiaCard/BenefitRatafiaCard.styled.js → BenefitCard/BenefitCardStyled.styled.js} +10 -4
- package/dist/src/components/atoms/{BenefitRatafiaCard/BenefitRatafiaCard.styled.ts → BenefitCard/BenefitCardStyled.styled.ts} +10 -4
- package/dist/src/components/atoms/BenefitCard/index.d.ts +2 -0
- package/dist/src/components/atoms/BenefitCard/index.js +1 -0
- package/dist/src/components/atoms/BenefitCard/index.ts +2 -0
- package/dist/src/components/atoms/Button/ButtonProps.types.d.ts +2 -1
- package/dist/src/components/atoms/Button/ButtonProps.types.js +1 -0
- package/dist/src/components/atoms/Button/ButtonProps.types.ts +18 -16
- package/dist/src/components/atoms/CardBox/CardBox.d.ts +3 -0
- package/dist/src/components/atoms/CardBox/CardBox.js +7 -0
- package/dist/src/components/atoms/CardBox/CardBox.styled.d.ts +1 -0
- package/dist/src/components/atoms/CardBox/CardBox.styled.js +22 -0
- package/dist/src/components/atoms/CardBox/CardBox.styled.ts +23 -0
- package/dist/src/components/atoms/CardBox/CardBox.tsx +23 -0
- package/dist/src/components/atoms/CardBox/CardBoxProps.types.d.ts +10 -0
- package/dist/src/components/atoms/CardBox/CardBoxProps.types.ts +10 -0
- package/dist/src/components/atoms/CardBox/index.d.ts +2 -0
- package/dist/src/components/atoms/CardBox/index.js +1 -0
- package/dist/src/components/atoms/CardBox/index.ts +2 -0
- package/dist/src/components/atoms/index.d.ts +2 -1
- package/dist/src/components/atoms/index.js +2 -1
- package/dist/src/components/atoms/index.ts +2 -1
- package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardList.js +2 -2
- package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardList.tsx +2 -2
- package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardListProps.types.d.ts +2 -2
- package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardListProps.types.ts +2 -2
- package/dist/src/components/molecules/SubscriptionCard/CardBody.d.ts +6 -0
- package/dist/src/components/molecules/SubscriptionCard/CardBody.js +6 -0
- package/dist/src/components/molecules/SubscriptionCard/CardBody.tsx +29 -0
- package/dist/src/components/molecules/SubscriptionCard/CardFooter.d.ts +8 -0
- package/dist/src/components/molecules/SubscriptionCard/CardFooter.js +3 -0
- package/dist/src/components/molecules/SubscriptionCard/CardFooter.tsx +23 -0
- package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingCardHeader.d.ts +6 -0
- package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingCardHeader.js +3 -0
- package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingCardHeader.styled.d.ts +1 -0
- package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingCardHeader.styled.js +30 -0
- package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingCardHeader.styled.ts +31 -0
- package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingCardHeader.tsx +14 -0
- package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCard.d.ts +4 -0
- package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCard.js +15 -0
- package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCard.tsx +38 -0
- package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCardProps.types.d.ts +20 -0
- package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCardProps.types.ts +22 -0
- package/dist/src/components/{atoms/BenefitRatafiaCard/BenefitRatafiaCard.styled.d.ts → molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingText.styled.d.ts} +1 -1
- package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingText.styled.js +10 -0
- package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingText.styled.ts +11 -0
- package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaCardHeader.d.ts +8 -0
- package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaCardHeader.js +4 -0
- package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaCardHeader.styled.d.ts +1 -0
- package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaCardHeader.styled.js +29 -0
- package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaCardHeader.styled.ts +30 -0
- package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaCardHeader.tsx +20 -0
- package/dist/src/components/molecules/{RatafiaSubscriptionCard → SubscriptionCard/RatafiaSubscriptionCard}/RatafiaSubscriptionCard.d.ts +2 -2
- package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaSubscriptionCard.js +14 -0
- package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaSubscriptionCard.tsx +34 -0
- package/dist/src/components/molecules/{RatafiaSubscriptionCard → SubscriptionCard/RatafiaSubscriptionCard}/RatafiaSubscriptionCardProps.types.d.ts +3 -3
- package/dist/src/components/molecules/{RatafiaSubscriptionCard → SubscriptionCard/RatafiaSubscriptionCard}/RatafiaSubscriptionCardProps.types.ts +3 -3
- package/dist/src/components/molecules/SubscriptionCard/SubscriptionCard.styled.d.ts +1 -0
- package/dist/src/components/molecules/{RatafiaSubscriptionCard/RatafiaSubscriptionCard.styled.js → SubscriptionCard/SubscriptionCard.styled.js} +14 -32
- package/dist/src/components/molecules/{RatafiaSubscriptionCard/RatafiaSubscriptionCard.styled.ts → SubscriptionCard/SubscriptionCard.styled.ts} +14 -32
- package/dist/src/components/molecules/SubscriptionCard/index.d.ts +4 -0
- package/dist/src/components/molecules/SubscriptionCard/index.js +2 -0
- package/dist/src/components/molecules/SubscriptionCard/index.ts +4 -0
- package/dist/src/components/molecules/index.d.ts +1 -1
- package/dist/src/components/molecules/index.js +1 -1
- package/dist/src/components/molecules/index.ts +1 -1
- package/dist/src/components/organisms/GuidelinesContent/GuidelinesContent.js +3 -3
- package/dist/src/components/organisms/GuidelinesContent/GuidelinesContent.styled.js +34 -82
- package/dist/src/components/organisms/GuidelinesContent/GuidelinesContent.styled.ts +34 -82
- package/dist/src/components/organisms/GuidelinesContent/GuidelinesContent.tsx +5 -28
- package/dist/src/components/organisms/GuidelinesContent/GuidelinesContentProps.types.d.ts +1 -7
- package/dist/src/components/organisms/GuidelinesContent/GuidelinesContentProps.types.ts +1 -8
- package/dist/src/components/organisms/HeroContent/HeroContent.d.ts +4 -0
- package/dist/src/components/organisms/HeroContent/HeroContent.js +7 -0
- package/dist/src/components/organisms/HeroContent/HeroContent.styled.d.ts +1 -0
- package/dist/src/components/organisms/{AboutUsContent/AboutUsContent.styled.js → HeroContent/HeroContent.styled.js} +3 -3
- package/dist/src/components/organisms/{AboutUsContent/AboutUsContent.styled.ts → HeroContent/HeroContent.styled.ts} +3 -3
- package/dist/src/components/organisms/HeroContent/HeroContent.tsx +23 -0
- package/dist/src/components/organisms/{AboutUsContent/AboutUsContentProps.types.d.ts → HeroContent/HeroContentPropsProps.types.d.ts} +1 -1
- package/dist/src/components/organisms/HeroContent/HeroContentPropsProps.types.js +1 -0
- package/dist/src/components/organisms/{AboutUsContent/AboutUsContentProps.types.ts → HeroContent/HeroContentPropsProps.types.ts} +1 -1
- package/dist/src/components/organisms/HeroContent/index.d.ts +2 -0
- package/dist/src/components/organisms/HeroContent/index.js +1 -0
- package/dist/src/components/organisms/HeroContent/index.ts +2 -0
- package/dist/src/components/organisms/index.d.ts +1 -1
- package/dist/src/components/organisms/index.js +1 -1
- package/dist/src/components/organisms/index.ts +1 -1
- package/dist/src/components/pages/AboutUsPage/AboutUsPage.js +2 -2
- package/dist/src/components/pages/AboutUsPage/AboutUsPage.tsx +2 -2
- package/dist/src/components/pages/AboutUsPage/AboutUsPageProps.d.ts +2 -2
- package/dist/src/components/pages/AboutUsPage/AboutUsPageProps.ts +2 -2
- package/dist/src/components/pages/PricingPage/PricingPage.d.ts +3 -0
- package/dist/src/components/pages/PricingPage/PricingPage.js +10 -0
- package/dist/src/components/pages/PricingPage/PricingPage.styled.d.ts +1 -0
- package/dist/src/components/pages/PricingPage/PricingPage.styled.js +126 -0
- package/dist/src/components/pages/PricingPage/PricingPage.styled.ts +127 -0
- package/dist/src/components/pages/PricingPage/PricingPage.tsx +53 -0
- package/dist/src/components/pages/PricingPage/PricingPageProps.d.ts +28 -0
- package/dist/src/components/pages/PricingPage/PricingPageProps.js +1 -0
- package/dist/src/components/pages/PricingPage/PricingPageProps.ts +33 -0
- package/dist/src/components/pages/PricingPage/index.d.ts +2 -0
- package/dist/src/components/pages/PricingPage/index.js +2 -0
- package/dist/src/components/pages/PricingPage/index.ts +2 -0
- package/dist/src/components/pages/index.d.ts +1 -0
- package/dist/src/components/pages/index.js +1 -0
- package/dist/src/components/pages/index.ts +1 -0
- package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSectionProps.types.d.ts +2 -2
- package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSectionProps.types.ts +2 -2
- package/dist/src/components/sections/CardBoxSection/CardBoxSection.d.ts +4 -0
- package/dist/src/components/sections/CardBoxSection/CardBoxSection.js +9 -0
- package/dist/src/components/sections/CardBoxSection/CardBoxSection.styled.d.ts +2 -0
- package/dist/src/components/sections/CardBoxSection/CardBoxSection.styled.js +33 -0
- package/dist/src/components/sections/CardBoxSection/CardBoxSection.styled.ts +35 -0
- package/dist/src/components/sections/CardBoxSection/CardBoxSection.tsx +23 -0
- package/dist/src/components/sections/CardBoxSection/CardBoxSectionProps.d.ts +4 -0
- package/dist/src/components/sections/CardBoxSection/CardBoxSectionProps.js +1 -0
- package/dist/src/components/sections/CardBoxSection/CardBoxSectionProps.ts +5 -0
- package/dist/src/components/sections/CardBoxSection/index.d.ts +2 -0
- package/dist/src/components/sections/CardBoxSection/index.js +1 -0
- package/dist/src/components/sections/CardBoxSection/index.ts +2 -0
- package/dist/src/components/sections/FaqSection/FaqSection.js +1 -1
- package/dist/src/components/sections/FaqSection/FaqSection.tsx +1 -3
- package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.js +1 -1
- package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.tsx +0 -5
- package/dist/src/components/sections/HeroSection/HeroSection.d.ts +4 -0
- package/dist/src/components/sections/HeroSection/HeroSection.js +7 -0
- package/dist/src/components/sections/HeroSection/HeroSection.tsx +24 -0
- package/dist/src/components/sections/HeroSection/HeroSectionProps.types.d.ts +6 -0
- package/dist/src/components/sections/HeroSection/HeroSectionProps.types.js +1 -0
- package/dist/src/components/sections/HeroSection/HeroSectionProps.types.ts +7 -0
- package/dist/src/components/sections/HeroSection/HeroSectionStyled.styled.d.ts +1 -0
- package/dist/src/components/sections/{AboutUsSection/AboutUsSection.styled.js → HeroSection/HeroSectionStyled.styled.js} +2 -2
- package/dist/src/components/sections/{AboutUsSection/AboutUsSection.styled.ts → HeroSection/HeroSectionStyled.styled.ts} +2 -2
- package/dist/src/components/sections/HeroSection/index.d.ts +2 -0
- package/dist/src/components/sections/HeroSection/index.js +1 -0
- package/dist/src/components/sections/HeroSection/index.ts +2 -0
- package/dist/src/components/sections/index.d.ts +2 -1
- package/dist/src/components/sections/index.js +2 -1
- package/dist/src/components/sections/index.ts +2 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +8 -5
- package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.d.ts +0 -4
- package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.js +0 -6
- package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.tsx +0 -18
- package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCardProps.types.ts +0 -6
- package/dist/src/components/atoms/BenefitRatafiaCard/index.d.ts +0 -2
- package/dist/src/components/atoms/BenefitRatafiaCard/index.js +0 -1
- package/dist/src/components/atoms/BenefitRatafiaCard/index.ts +0 -2
- package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.js +0 -12
- package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.styled.d.ts +0 -1
- package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.tsx +0 -61
- package/dist/src/components/molecules/RatafiaSubscriptionCard/index.d.ts +0 -2
- package/dist/src/components/molecules/RatafiaSubscriptionCard/index.js +0 -1
- package/dist/src/components/molecules/RatafiaSubscriptionCard/index.ts +0 -2
- package/dist/src/components/organisms/AboutUsContent/AboutUsContent.d.ts +0 -4
- package/dist/src/components/organisms/AboutUsContent/AboutUsContent.js +0 -7
- package/dist/src/components/organisms/AboutUsContent/AboutUsContent.styled.d.ts +0 -1
- package/dist/src/components/organisms/AboutUsContent/AboutUsContent.tsx +0 -23
- package/dist/src/components/organisms/AboutUsContent/index.d.ts +0 -2
- package/dist/src/components/organisms/AboutUsContent/index.js +0 -1
- package/dist/src/components/organisms/AboutUsContent/index.ts +0 -2
- package/dist/src/components/sections/AboutUsSection/AboutUsSection.d.ts +0 -4
- package/dist/src/components/sections/AboutUsSection/AboutUsSection.js +0 -7
- package/dist/src/components/sections/AboutUsSection/AboutUsSection.styled.d.ts +0 -1
- package/dist/src/components/sections/AboutUsSection/AboutUsSection.tsx +0 -24
- package/dist/src/components/sections/AboutUsSection/AboutUsSectionProps.types.d.ts +0 -6
- package/dist/src/components/sections/AboutUsSection/AboutUsSectionProps.types.ts +0 -7
- package/dist/src/components/sections/AboutUsSection/index.d.ts +0 -2
- package/dist/src/components/sections/AboutUsSection/index.js +0 -1
- package/dist/src/components/sections/AboutUsSection/index.ts +0 -2
- /package/dist/src/components/atoms/{BenefitRatafiaCard/BenefitRatafiaCardProps.types.js → BenefitCard/BenefitCardProps.types.js} +0 -0
- /package/dist/src/components/{molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCardProps.types.js → atoms/CardBox/CardBoxProps.types.js} +0 -0
- /package/dist/src/components/{organisms/AboutUsContent/AboutUsContentProps.types.js → molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCardProps.types.js} +0 -0
- /package/dist/src/components/{sections/AboutUsSection/AboutUsSectionProps.types.js → molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaSubscriptionCardProps.types.js} +0 -0
|
@@ -14,6 +14,7 @@ export const GuideslinesContentStyled = styled.div `
|
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
.guidelines-section__texts {
|
|
17
|
+
flex-basis: 50%;
|
|
17
18
|
display: flex;
|
|
18
19
|
flex-direction: column;
|
|
19
20
|
justify-content: center;
|
|
@@ -25,19 +26,18 @@ export const GuideslinesContentStyled = styled.div `
|
|
|
25
26
|
letter-spacing: -0.3px;
|
|
26
27
|
|
|
27
28
|
@media ${device['landscape-tablets']} {
|
|
28
|
-
margin-left:
|
|
29
|
+
margin-left: 3rem;
|
|
29
30
|
margin-bottom: 0;
|
|
30
31
|
}
|
|
31
32
|
|
|
32
33
|
&__title {
|
|
33
|
-
font-family: var(--font-
|
|
34
|
+
font-family: var(--font-serif);
|
|
34
35
|
margin-bottom: 2rem;
|
|
35
36
|
text-align: center;
|
|
36
|
-
font-
|
|
37
|
-
font-size: 1.8rem;
|
|
38
|
-
color: var(--neutral-neutral-1);
|
|
37
|
+
font-size: 32px;
|
|
39
38
|
font-style: normal;
|
|
40
|
-
|
|
39
|
+
font-weight: 400;
|
|
40
|
+
line-height: 42px;
|
|
41
41
|
letter-spacing: -0.3px;
|
|
42
42
|
|
|
43
43
|
@media ${device['landscape-tablets']} {
|
|
@@ -57,6 +57,31 @@ export const GuideslinesContentStyled = styled.div `
|
|
|
57
57
|
}
|
|
58
58
|
}
|
|
59
59
|
|
|
60
|
+
.guidelines-section__image {
|
|
61
|
+
flex-basis: 50%;
|
|
62
|
+
margin-bottom: 2rem;
|
|
63
|
+
|
|
64
|
+
&.big-devices {
|
|
65
|
+
display: none;
|
|
66
|
+
|
|
67
|
+
@media ${device['landscape-tablets']} {
|
|
68
|
+
display: flex;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
&.is-mobile {
|
|
73
|
+
display: none;
|
|
74
|
+
|
|
75
|
+
@media ${device['landscape-tablets']} {
|
|
76
|
+
display: none;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
img {
|
|
80
|
+
display: none;
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
|
|
60
85
|
.guidelines-section-detail {
|
|
61
86
|
display: flex;
|
|
62
87
|
flex-direction: column;
|
|
@@ -83,9 +108,9 @@ export const GuideslinesContentStyled = styled.div `
|
|
|
83
108
|
&__title {
|
|
84
109
|
font-family: var(--font-serif);
|
|
85
110
|
font-style: normal;
|
|
86
|
-
font-weight:
|
|
87
|
-
font-size:
|
|
88
|
-
line-height:
|
|
111
|
+
font-weight: 400;
|
|
112
|
+
font-size: 24px;
|
|
113
|
+
line-height: 32px;
|
|
89
114
|
letter-spacing: -0.3px;
|
|
90
115
|
color: var(--neutral-neutral-1);
|
|
91
116
|
margin: 1.5rem 0 1rem 0;
|
|
@@ -110,77 +135,4 @@ export const GuideslinesContentStyled = styled.div `
|
|
|
110
135
|
}
|
|
111
136
|
}
|
|
112
137
|
}
|
|
113
|
-
|
|
114
|
-
.guidelines-section-trial {
|
|
115
|
-
display: flex;
|
|
116
|
-
flex-direction: column;
|
|
117
|
-
gap: 1.5rem;
|
|
118
|
-
margin: 2rem 0 1rem 0;
|
|
119
|
-
|
|
120
|
-
@media ${device.laptop} {
|
|
121
|
-
flex-direction: row;
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
&__texts {
|
|
125
|
-
flex-basis: 50%;
|
|
126
|
-
display: flex;
|
|
127
|
-
flex-direction: column;
|
|
128
|
-
justify-content: flex-start;
|
|
129
|
-
color: var(--neutral-neutral-1);
|
|
130
|
-
font-style: normal;
|
|
131
|
-
font-weight: 400;
|
|
132
|
-
letter-spacing: -0.3px;
|
|
133
|
-
margin-right: 3rem;
|
|
134
|
-
|
|
135
|
-
&__body {
|
|
136
|
-
font-family: var(--font-sans);
|
|
137
|
-
font-size: 16px;
|
|
138
|
-
line-height: 22px;
|
|
139
|
-
margin-bottom: 1.5rem;
|
|
140
|
-
a {
|
|
141
|
-
color: var(--primary-main-light-1);
|
|
142
|
-
font-weight: 400 !important;
|
|
143
|
-
}
|
|
144
|
-
}
|
|
145
|
-
.e-button {
|
|
146
|
-
height: auto;
|
|
147
|
-
align-self: flex-start;
|
|
148
|
-
margin-top: 2.5rem;
|
|
149
|
-
}
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
&__item {
|
|
153
|
-
display: flex;
|
|
154
|
-
flex-direction: column;
|
|
155
|
-
justify-content: space-between;
|
|
156
|
-
background: var(--others-white);
|
|
157
|
-
border-radius: var(--m-border-radius);
|
|
158
|
-
|
|
159
|
-
@media ${device.laptop} {
|
|
160
|
-
padding: 1.5rem;
|
|
161
|
-
flex-direction: row;
|
|
162
|
-
}
|
|
163
|
-
}
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
.guidelines-section__image {
|
|
167
|
-
flex-basis: 50%;
|
|
168
|
-
margin-bottom: 2rem;
|
|
169
|
-
|
|
170
|
-
&.big-devices {
|
|
171
|
-
display: none;
|
|
172
|
-
}
|
|
173
|
-
&.is-mobile {
|
|
174
|
-
display: flex;
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
@media ${device.laptop} {
|
|
178
|
-
&.big-devices {
|
|
179
|
-
display: flex;
|
|
180
|
-
}
|
|
181
|
-
&.is-mobile {
|
|
182
|
-
display: none;
|
|
183
|
-
}
|
|
184
|
-
}
|
|
185
|
-
}
|
|
186
138
|
`;
|
|
@@ -15,6 +15,7 @@ export const GuideslinesContentStyled = styled.div`
|
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
.guidelines-section__texts {
|
|
18
|
+
flex-basis: 50%;
|
|
18
19
|
display: flex;
|
|
19
20
|
flex-direction: column;
|
|
20
21
|
justify-content: center;
|
|
@@ -26,19 +27,18 @@ export const GuideslinesContentStyled = styled.div`
|
|
|
26
27
|
letter-spacing: -0.3px;
|
|
27
28
|
|
|
28
29
|
@media ${device['landscape-tablets']} {
|
|
29
|
-
margin-left:
|
|
30
|
+
margin-left: 3rem;
|
|
30
31
|
margin-bottom: 0;
|
|
31
32
|
}
|
|
32
33
|
|
|
33
34
|
&__title {
|
|
34
|
-
font-family: var(--font-
|
|
35
|
+
font-family: var(--font-serif);
|
|
35
36
|
margin-bottom: 2rem;
|
|
36
37
|
text-align: center;
|
|
37
|
-
font-
|
|
38
|
-
font-size: 1.8rem;
|
|
39
|
-
color: var(--neutral-neutral-1);
|
|
38
|
+
font-size: 32px;
|
|
40
39
|
font-style: normal;
|
|
41
|
-
|
|
40
|
+
font-weight: 400;
|
|
41
|
+
line-height: 42px;
|
|
42
42
|
letter-spacing: -0.3px;
|
|
43
43
|
|
|
44
44
|
@media ${device['landscape-tablets']} {
|
|
@@ -58,6 +58,31 @@ export const GuideslinesContentStyled = styled.div`
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
|
|
61
|
+
.guidelines-section__image {
|
|
62
|
+
flex-basis: 50%;
|
|
63
|
+
margin-bottom: 2rem;
|
|
64
|
+
|
|
65
|
+
&.big-devices {
|
|
66
|
+
display: none;
|
|
67
|
+
|
|
68
|
+
@media ${device['landscape-tablets']} {
|
|
69
|
+
display: flex;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
&.is-mobile {
|
|
74
|
+
display: none;
|
|
75
|
+
|
|
76
|
+
@media ${device['landscape-tablets']} {
|
|
77
|
+
display: none;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
img {
|
|
81
|
+
display: none;
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
|
|
61
86
|
.guidelines-section-detail {
|
|
62
87
|
display: flex;
|
|
63
88
|
flex-direction: column;
|
|
@@ -84,9 +109,9 @@ export const GuideslinesContentStyled = styled.div`
|
|
|
84
109
|
&__title {
|
|
85
110
|
font-family: var(--font-serif);
|
|
86
111
|
font-style: normal;
|
|
87
|
-
font-weight:
|
|
88
|
-
font-size:
|
|
89
|
-
line-height:
|
|
112
|
+
font-weight: 400;
|
|
113
|
+
font-size: 24px;
|
|
114
|
+
line-height: 32px;
|
|
90
115
|
letter-spacing: -0.3px;
|
|
91
116
|
color: var(--neutral-neutral-1);
|
|
92
117
|
margin: 1.5rem 0 1rem 0;
|
|
@@ -111,77 +136,4 @@ export const GuideslinesContentStyled = styled.div`
|
|
|
111
136
|
}
|
|
112
137
|
}
|
|
113
138
|
}
|
|
114
|
-
|
|
115
|
-
.guidelines-section-trial {
|
|
116
|
-
display: flex;
|
|
117
|
-
flex-direction: column;
|
|
118
|
-
gap: 1.5rem;
|
|
119
|
-
margin: 2rem 0 1rem 0;
|
|
120
|
-
|
|
121
|
-
@media ${device.laptop} {
|
|
122
|
-
flex-direction: row;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
&__texts {
|
|
126
|
-
flex-basis: 50%;
|
|
127
|
-
display: flex;
|
|
128
|
-
flex-direction: column;
|
|
129
|
-
justify-content: flex-start;
|
|
130
|
-
color: var(--neutral-neutral-1);
|
|
131
|
-
font-style: normal;
|
|
132
|
-
font-weight: 400;
|
|
133
|
-
letter-spacing: -0.3px;
|
|
134
|
-
margin-right: 3rem;
|
|
135
|
-
|
|
136
|
-
&__body {
|
|
137
|
-
font-family: var(--font-sans);
|
|
138
|
-
font-size: 16px;
|
|
139
|
-
line-height: 22px;
|
|
140
|
-
margin-bottom: 1.5rem;
|
|
141
|
-
a {
|
|
142
|
-
color: var(--primary-main-light-1);
|
|
143
|
-
font-weight: 400 !important;
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
|
-
.e-button {
|
|
147
|
-
height: auto;
|
|
148
|
-
align-self: flex-start;
|
|
149
|
-
margin-top: 2.5rem;
|
|
150
|
-
}
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
&__item {
|
|
154
|
-
display: flex;
|
|
155
|
-
flex-direction: column;
|
|
156
|
-
justify-content: space-between;
|
|
157
|
-
background: var(--others-white);
|
|
158
|
-
border-radius: var(--m-border-radius);
|
|
159
|
-
|
|
160
|
-
@media ${device.laptop} {
|
|
161
|
-
padding: 1.5rem;
|
|
162
|
-
flex-direction: row;
|
|
163
|
-
}
|
|
164
|
-
}
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
.guidelines-section__image {
|
|
168
|
-
flex-basis: 50%;
|
|
169
|
-
margin-bottom: 2rem;
|
|
170
|
-
|
|
171
|
-
&.big-devices {
|
|
172
|
-
display: none;
|
|
173
|
-
}
|
|
174
|
-
&.is-mobile {
|
|
175
|
-
display: flex;
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
@media ${device.laptop} {
|
|
179
|
-
&.big-devices {
|
|
180
|
-
display: flex;
|
|
181
|
-
}
|
|
182
|
-
&.is-mobile {
|
|
183
|
-
display: none;
|
|
184
|
-
}
|
|
185
|
-
}
|
|
186
|
-
}
|
|
187
139
|
`
|
|
@@ -1,54 +1,31 @@
|
|
|
1
1
|
import React, { type FC } from 'react'
|
|
2
2
|
|
|
3
|
-
import {
|
|
3
|
+
import { RichTextInner, RichTextStrapi } from '../../atoms'
|
|
4
4
|
import { type GuidelinesContentProps } from './GuidelinesContentProps.types'
|
|
5
5
|
import { GuideslinesContentStyled } from './GuidelinesContent.styled'
|
|
6
6
|
|
|
7
|
-
const GuidelinesContent: FC<GuidelinesContentProps> = ({
|
|
8
|
-
title,
|
|
9
|
-
detail,
|
|
10
|
-
children,
|
|
11
|
-
tryNowText,
|
|
12
|
-
tryNowButtonText,
|
|
13
|
-
tryNowButtonLink,
|
|
14
|
-
tryNowButtonDataQa,
|
|
15
|
-
tryNowImage
|
|
16
|
-
}) => {
|
|
7
|
+
const GuidelinesContent: FC<GuidelinesContentProps> = ({ title, image, detail, children }) => {
|
|
17
8
|
return (
|
|
18
9
|
<GuideslinesContentStyled>
|
|
19
10
|
<div className='guidelines-section-main wrapper'>
|
|
11
|
+
<div className='guidelines-section__image big-devices'>{image}</div>
|
|
20
12
|
<div className='guidelines-section__texts'>
|
|
21
13
|
<h2 className='guidelines-section__texts__title'>{title}</h2>
|
|
22
14
|
<RichTextInner customClass='guidelines-section__texts__body'>{children}</RichTextInner>
|
|
23
15
|
</div>
|
|
16
|
+
<div className='guidelines-section__image is-mobile'>{image}</div>
|
|
24
17
|
</div>
|
|
25
18
|
{Array.isArray(detail) && (
|
|
26
19
|
<div className='guidelines-section-detail wrapper'>
|
|
27
20
|
{detail.map((item, index) => (
|
|
28
21
|
<div className='guidelines-section-detail__item' key={index}>
|
|
29
22
|
<div className='guidelines-section-detail__item__image'>{item.image}</div>
|
|
30
|
-
<
|
|
23
|
+
<div className='guidelines-section-detail__item__title'>{item.title}</div>
|
|
31
24
|
<RichTextStrapi html={item.body?.data?.childMarkdownRemark?.html as string} />
|
|
32
25
|
</div>
|
|
33
26
|
))}
|
|
34
27
|
</div>
|
|
35
28
|
)}
|
|
36
|
-
<div className='guidelines-section-trial wrapper'>
|
|
37
|
-
<div className='guidelines-section-trial__item'>
|
|
38
|
-
<div className='guidelines-section__image is-mobile'>{tryNowImage}</div>
|
|
39
|
-
<div className='guidelines-section-trial__texts'>
|
|
40
|
-
<RichTextInner customClass='guidelines-section__texts__body'>{tryNowText}</RichTextInner>
|
|
41
|
-
<Button
|
|
42
|
-
givenClass='mid-banner-ratafia-content__cta'
|
|
43
|
-
dataQa={tryNowButtonDataQa}
|
|
44
|
-
link={tryNowButtonLink}
|
|
45
|
-
color='primary'
|
|
46
|
-
label={tryNowButtonText}
|
|
47
|
-
/>
|
|
48
|
-
</div>
|
|
49
|
-
<div className='guidelines-section__image big-devices'>{tryNowImage}</div>
|
|
50
|
-
</div>
|
|
51
|
-
</div>
|
|
52
29
|
</GuideslinesContentStyled>
|
|
53
30
|
)
|
|
54
31
|
}
|
|
@@ -1,12 +1,6 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
export interface GuidelinesContentProps {
|
|
3
2
|
title: string;
|
|
4
|
-
image
|
|
3
|
+
image: React.ReactNode;
|
|
5
4
|
children: React.ReactNode;
|
|
6
5
|
detail?: React.ReactNode;
|
|
7
|
-
tryNowText: React.ReactNode;
|
|
8
|
-
tryNowButtonText: string;
|
|
9
|
-
tryNowButtonLink: string;
|
|
10
|
-
tryNowButtonDataQa: string;
|
|
11
|
-
tryNowImage?: React.ReactNode;
|
|
12
6
|
}
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import React from 'react'
|
|
2
|
-
|
|
3
1
|
export interface GuidelinesContentProps {
|
|
4
2
|
title: string
|
|
5
|
-
image
|
|
3
|
+
image: React.ReactNode
|
|
6
4
|
children: React.ReactNode
|
|
7
5
|
detail?: React.ReactNode
|
|
8
|
-
tryNowText: React.ReactNode
|
|
9
|
-
tryNowButtonText: string
|
|
10
|
-
tryNowButtonLink: string
|
|
11
|
-
tryNowButtonDataQa: string
|
|
12
|
-
tryNowImage?: React.ReactNode
|
|
13
6
|
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { Button } from '../../atoms';
|
|
3
|
+
import { HeroContentStyled } from './HeroContent.styled';
|
|
4
|
+
const HeroContent = ({ children, image, button }) => {
|
|
5
|
+
return (_jsxs(HeroContentStyled, { children: [_jsx("div", { className: 'hero-content__image', children: image }), _jsxs("div", { className: 'hero-content__body', children: [children, button != null && (_jsx("div", { className: 'hero-content__body__button', children: _jsx(Button, { ...button }) }))] })] }));
|
|
6
|
+
};
|
|
7
|
+
export default HeroContent;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const HeroContentStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { device } from '../../../globalStyles/breakpoints';
|
|
2
2
|
import styled from 'styled-components';
|
|
3
|
-
export const
|
|
3
|
+
export const HeroContentStyled = styled.div `
|
|
4
4
|
display: flex;
|
|
5
5
|
flex-flow: row wrap;
|
|
6
6
|
justify-content: center;
|
|
@@ -9,7 +9,7 @@ export const AboutUsContentStyled = styled.div `
|
|
|
9
9
|
flex-flow: row nowrap;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
.
|
|
12
|
+
.hero-content__body {
|
|
13
13
|
margin-top: 1rem;
|
|
14
14
|
font-family: var(--font-sans);
|
|
15
15
|
|
|
@@ -45,7 +45,7 @@ export const AboutUsContentStyled = styled.div `
|
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
|
|
48
|
-
.
|
|
48
|
+
.hero-content__image {
|
|
49
49
|
margin-bottom: 1rem;
|
|
50
50
|
|
|
51
51
|
@media ${device['landscape-tablets']} {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { device } from '../../../globalStyles/breakpoints'
|
|
2
2
|
import styled from 'styled-components'
|
|
3
3
|
|
|
4
|
-
export const
|
|
4
|
+
export const HeroContentStyled = styled.div`
|
|
5
5
|
display: flex;
|
|
6
6
|
flex-flow: row wrap;
|
|
7
7
|
justify-content: center;
|
|
@@ -10,7 +10,7 @@ export const AboutUsContentStyled = styled.div`
|
|
|
10
10
|
flex-flow: row nowrap;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
-
.
|
|
13
|
+
.hero-content__body {
|
|
14
14
|
margin-top: 1rem;
|
|
15
15
|
font-family: var(--font-sans);
|
|
16
16
|
|
|
@@ -46,7 +46,7 @@ export const AboutUsContentStyled = styled.div`
|
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
-
.
|
|
49
|
+
.hero-content__image {
|
|
50
50
|
margin-bottom: 1rem;
|
|
51
51
|
|
|
52
52
|
@media ${device['landscape-tablets']} {
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import React, { type FC } from 'react'
|
|
2
|
+
|
|
3
|
+
import { Button } from '../../atoms'
|
|
4
|
+
import { type HeroContentProps } from './HeroContentPropsProps.types'
|
|
5
|
+
import { HeroContentStyled } from './HeroContent.styled'
|
|
6
|
+
|
|
7
|
+
const HeroContent: FC<HeroContentProps> = ({ children, image, button }) => {
|
|
8
|
+
return (
|
|
9
|
+
<HeroContentStyled>
|
|
10
|
+
<div className={'hero-content__image'}>{image}</div>
|
|
11
|
+
<div className={'hero-content__body'}>
|
|
12
|
+
{children}
|
|
13
|
+
{button != null && (
|
|
14
|
+
<div className={'hero-content__body__button'}>
|
|
15
|
+
<Button {...button} />
|
|
16
|
+
</div>
|
|
17
|
+
)}
|
|
18
|
+
</div>
|
|
19
|
+
</HeroContentStyled>
|
|
20
|
+
)
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
export default HeroContent
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as HeroContent } from './HeroContent';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
2
|
+
import { AsSeeInSection, CardStorySection, ExpertsSection, GuidelinesSection, HeroSection, MidBannerRatafiaSection, PeopleSayAboutUsSection, TryOurFreeLegalBlogsSection } from '../../sections';
|
|
3
3
|
import { ContactContent, HowWeHelp } from '../../organisms';
|
|
4
4
|
export const AboutUsPage = ({ aboutUsSectionProps, ourMissionBlogsSectionProps, ourCoreValuesBlogsSectionProps, cardStorySection, howWeHelp, peopleSayAboutUsSectionProps, guidelinesSectionProps, expertsSectionProps, asSeeInSectionProps, midBannerSectionProps, contactContentProps, isJonSnow = false }) => {
|
|
5
|
-
return (_jsxs(_Fragment, { children: [aboutUsSectionProps != null && _jsx(
|
|
5
|
+
return (_jsxs(_Fragment, { children: [aboutUsSectionProps != null && _jsx(HeroSection, { ...aboutUsSectionProps }), ourMissionBlogsSectionProps != null && _jsx(TryOurFreeLegalBlogsSection, { ...ourMissionBlogsSectionProps }), ourCoreValuesBlogsSectionProps != null && _jsx(TryOurFreeLegalBlogsSection, { ...ourCoreValuesBlogsSectionProps }), cardStorySection != null && _jsx(CardStorySection, { ...cardStorySection }), howWeHelp != null && _jsx(HowWeHelp, { ...howWeHelp }), guidelinesSectionProps != null && (_jsx(GuidelinesSection, { ...guidelinesSectionProps, children: guidelinesSectionProps.contentGuidelines?.children })), expertsSectionProps != null && _jsx(ExpertsSection, { ...expertsSectionProps }), !isJonSnow && peopleSayAboutUsSectionProps != null && (_jsx(PeopleSayAboutUsSection, { ...peopleSayAboutUsSectionProps })), !isJonSnow && asSeeInSectionProps != null && _jsx(AsSeeInSection, { ...asSeeInSectionProps }), !isJonSnow && midBannerSectionProps != null && _jsx(MidBannerRatafiaSection, { ...midBannerSectionProps }), !isJonSnow && contactContentProps != null && _jsx(ContactContent, { ...contactContentProps })] }));
|
|
6
6
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import React from 'react'
|
|
2
2
|
|
|
3
3
|
import {
|
|
4
|
-
AboutUsSection,
|
|
5
4
|
AsSeeInSection,
|
|
6
5
|
CardStorySection,
|
|
7
6
|
ExpertsSection,
|
|
8
7
|
GuidelinesSection,
|
|
8
|
+
HeroSection,
|
|
9
9
|
MidBannerRatafiaSection,
|
|
10
10
|
PeopleSayAboutUsSection,
|
|
11
11
|
TryOurFreeLegalBlogsSection
|
|
@@ -29,7 +29,7 @@ export const AboutUsPage: React.FC<AboutUsPageProps> = ({
|
|
|
29
29
|
}) => {
|
|
30
30
|
return (
|
|
31
31
|
<>
|
|
32
|
-
{aboutUsSectionProps != null && <
|
|
32
|
+
{aboutUsSectionProps != null && <HeroSection {...aboutUsSectionProps} />}
|
|
33
33
|
{ourMissionBlogsSectionProps != null && <TryOurFreeLegalBlogsSection {...ourMissionBlogsSectionProps} />}
|
|
34
34
|
{ourCoreValuesBlogsSectionProps != null && <TryOurFreeLegalBlogsSection {...ourCoreValuesBlogsSectionProps} />}
|
|
35
35
|
{cardStorySection != null && <CardStorySection {...cardStorySection} />}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { AsSeeInSectionProps, CardStorySectionProps, ExpertsSectionProps, GuidelinesSectionProps, HeroSectionProps, MidBannerRatafiaSectionProps, PeopleSayAboutUsSectionProps, TryOurFreeLegalBlogsSectionProps, TryUsSectionProps } from '../../sections';
|
|
2
2
|
import { ContactContentProps, HowWeHelpProps } from '../../organisms';
|
|
3
3
|
export interface AboutUsPageProps {
|
|
4
|
-
aboutUsSectionProps?:
|
|
4
|
+
aboutUsSectionProps?: HeroSectionProps;
|
|
5
5
|
ourMissionBlogsSectionProps?: TryOurFreeLegalBlogsSectionProps;
|
|
6
6
|
ourCoreValuesBlogsSectionProps?: TryOurFreeLegalBlogsSectionProps;
|
|
7
7
|
cardStorySection?: CardStorySectionProps;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import type {
|
|
2
|
-
AboutUsSectionProps,
|
|
3
2
|
AsSeeInSectionProps,
|
|
4
3
|
CardStorySectionProps,
|
|
5
4
|
ExpertsSectionProps,
|
|
6
5
|
GuidelinesSectionProps,
|
|
6
|
+
HeroSectionProps,
|
|
7
7
|
MidBannerRatafiaSectionProps,
|
|
8
8
|
PeopleSayAboutUsSectionProps,
|
|
9
9
|
TryOurFreeLegalBlogsSectionProps,
|
|
@@ -12,7 +12,7 @@ import type {
|
|
|
12
12
|
import { ContactContentProps, HowWeHelpProps } from '../../organisms'
|
|
13
13
|
|
|
14
14
|
export interface AboutUsPageProps {
|
|
15
|
-
aboutUsSectionProps?:
|
|
15
|
+
aboutUsSectionProps?: HeroSectionProps
|
|
16
16
|
ourMissionBlogsSectionProps?: TryOurFreeLegalBlogsSectionProps
|
|
17
17
|
ourCoreValuesBlogsSectionProps?: TryOurFreeLegalBlogsSectionProps
|
|
18
18
|
cardStorySection?: CardStorySectionProps
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { CardBoxFeaturedSection, CardBoxMinimalSection, FaqSection, HeroSection } from '../../sections';
|
|
3
|
+
import { BenefitCard } from '../../atoms';
|
|
4
|
+
import { PlanBoxPricingSubscriptionCard } from '../../molecules';
|
|
5
|
+
import { PricingPageStyled } from './PricingPage.styled';
|
|
6
|
+
export const PricingPage = ({ benefitsContent, faqsContent, helpResourcesCards, pricingPlanContent, pricingSection, supportContent }) => {
|
|
7
|
+
return (_jsxs(PricingPageStyled, { children: [pricingSection != null && _jsx(HeroSection, { ...pricingSection }), _jsxs("div", { className: 'pricing-plans wrapper wrapper--responsive', children: [pricingPlanContent?.title && _jsx("h2", { className: 'pricing-plans__title', children: pricingPlanContent.title }), _jsx("div", { className: 'pricing-plans__cards', children: pricingPlanContent?.plans?.length > 0 &&
|
|
8
|
+
pricingPlanContent?.plans?.map((plan) => _jsx(PlanBoxPricingSubscriptionCard, { ...plan }, plan?.id)) })] }), _jsx(CardBoxMinimalSection, { cards: helpResourcesCards }), _jsx("div", { className: 'wrapper wrapper--responsive', children: _jsxs("div", { className: 'benefits', children: [benefitsContent?.title && _jsx("h2", { className: 'benefits__title', children: benefitsContent.title }), _jsx("div", { className: 'benefits__cards', children: benefitsContent?.benefitsList?.length > 0 &&
|
|
9
|
+
benefitsContent?.benefitsList?.map((benefit) => (_jsx(BenefitCard, { hasShadow: false, ...benefit }, benefit?.id))) })] }) }), _jsxs("div", { className: 'support-section', children: [supportContent?.title && (_jsxs("div", { className: 'support-section__content', children: [_jsx("h2", { children: supportContent.title }), supportContent.description] })), _jsx(CardBoxFeaturedSection, { cards: supportContent?.benefitsList })] }), _jsx("div", { className: 'faqs-section', children: _jsx(FaqSection, { groups: faqsContent?.faqItems, givenClass: 'faqs-section__content wrapper wrapper--responsive' }) })] }));
|
|
10
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const PricingPageStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|