@npm_leadtech/legal-lib-components 7.0.16 → 7.1.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/BenefitRatafiaCard/BenefitRatafiaCard.d.ts +4 -0
- package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.js +6 -0
- package/dist/src/components/{molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingText.styled.d.ts → atoms/BenefitRatafiaCard/BenefitRatafiaCard.styled.d.ts} +1 -1
- package/dist/src/components/atoms/{BenefitCard/BenefitCardStyled.styled.js → BenefitRatafiaCard/BenefitRatafiaCard.styled.js} +4 -10
- package/dist/src/components/atoms/{BenefitCard/BenefitCardStyled.styled.ts → BenefitRatafiaCard/BenefitRatafiaCard.styled.ts} +4 -10
- package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.tsx +18 -0
- package/dist/src/components/atoms/{BenefitCard/BenefitCardProps.types.d.ts → BenefitRatafiaCard/BenefitRatafiaCardProps.types.d.ts} +1 -3
- package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCardProps.types.ts +6 -0
- package/dist/src/components/atoms/BenefitRatafiaCard/index.d.ts +2 -0
- package/dist/src/components/atoms/BenefitRatafiaCard/index.js +1 -0
- package/dist/src/components/atoms/BenefitRatafiaCard/index.ts +2 -0
- package/dist/src/components/atoms/Button/ButtonProps.types.d.ts +1 -2
- package/dist/src/components/atoms/Button/ButtonProps.types.js +0 -1
- package/dist/src/components/atoms/Button/ButtonProps.types.ts +16 -18
- package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.js +1 -1
- package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.tsx +2 -2
- package/dist/src/components/atoms/IconImage/IconImage.js +2 -2
- package/dist/src/components/atoms/IconImage/IconImage.tsx +9 -7
- package/dist/src/components/atoms/index.d.ts +1 -2
- package/dist/src/components/atoms/index.js +1 -2
- package/dist/src/components/atoms/index.ts +1 -2
- 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/MidBannerRatafiaContent/MidBannerRatafiaContent.styled.js +0 -6
- package/dist/src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContent.styled.ts +0 -6
- package/dist/src/components/molecules/{SubscriptionCard/RatafiaSubscriptionCard → RatafiaSubscriptionCard}/RatafiaSubscriptionCard.d.ts +2 -2
- package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.js +12 -0
- package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.styled.d.ts +1 -0
- package/dist/src/components/molecules/{SubscriptionCard/SubscriptionCard.styled.js → RatafiaSubscriptionCard/RatafiaSubscriptionCard.styled.js} +32 -14
- package/dist/src/components/molecules/{SubscriptionCard/SubscriptionCard.styled.ts → RatafiaSubscriptionCard/RatafiaSubscriptionCard.styled.ts} +32 -14
- package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.tsx +61 -0
- package/dist/src/components/molecules/{SubscriptionCard/RatafiaSubscriptionCard → RatafiaSubscriptionCard}/RatafiaSubscriptionCardProps.types.d.ts +3 -3
- package/dist/src/components/molecules/{SubscriptionCard/RatafiaSubscriptionCard → RatafiaSubscriptionCard}/RatafiaSubscriptionCardProps.types.ts +3 -3
- package/dist/src/components/molecules/RatafiaSubscriptionCard/index.d.ts +2 -0
- package/dist/src/components/molecules/RatafiaSubscriptionCard/index.js +1 -0
- package/dist/src/components/molecules/RatafiaSubscriptionCard/index.ts +2 -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/AboutUsContent/AboutUsContent.d.ts +4 -0
- package/dist/src/components/organisms/AboutUsContent/AboutUsContent.js +7 -0
- package/dist/src/components/organisms/AboutUsContent/AboutUsContent.styled.d.ts +1 -0
- package/dist/src/components/organisms/{HeroContent/HeroContent.styled.js → AboutUsContent/AboutUsContent.styled.js} +3 -3
- package/dist/src/components/organisms/{HeroContent/HeroContent.styled.ts → AboutUsContent/AboutUsContent.styled.ts} +3 -3
- package/dist/src/components/organisms/AboutUsContent/AboutUsContent.tsx +23 -0
- package/dist/src/components/organisms/{HeroContent/HeroContentPropsProps.types.d.ts → AboutUsContent/AboutUsContentProps.types.d.ts} +1 -1
- package/dist/src/components/organisms/{HeroContent/HeroContentPropsProps.types.ts → AboutUsContent/AboutUsContentProps.types.ts} +1 -1
- package/dist/src/components/organisms/AboutUsContent/index.d.ts +2 -0
- package/dist/src/components/organisms/AboutUsContent/index.js +1 -0
- package/dist/src/components/organisms/AboutUsContent/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/index.d.ts +0 -1
- package/dist/src/components/pages/index.js +0 -1
- package/dist/src/components/pages/index.ts +0 -1
- package/dist/src/components/sections/AboutUsSection/AboutUsSection.d.ts +4 -0
- package/dist/src/components/sections/AboutUsSection/AboutUsSection.js +7 -0
- package/dist/src/components/sections/AboutUsSection/AboutUsSection.styled.d.ts +1 -0
- package/dist/src/components/sections/{HeroSection/HeroSectionStyled.styled.js → AboutUsSection/AboutUsSection.styled.js} +2 -2
- package/dist/src/components/sections/{HeroSection/HeroSectionStyled.styled.ts → AboutUsSection/AboutUsSection.styled.ts} +2 -2
- package/dist/src/components/sections/AboutUsSection/AboutUsSection.tsx +24 -0
- package/dist/src/components/sections/AboutUsSection/AboutUsSectionProps.types.d.ts +6 -0
- package/dist/src/components/sections/AboutUsSection/AboutUsSectionProps.types.ts +7 -0
- package/dist/src/components/sections/AboutUsSection/index.d.ts +2 -0
- package/dist/src/components/sections/AboutUsSection/index.js +1 -0
- package/dist/src/components/sections/AboutUsSection/index.ts +2 -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/FaqSection/FaqSection.js +1 -1
- package/dist/src/components/sections/FaqSection/FaqSection.tsx +3 -1
- package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.styled.js +1 -2
- package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.styled.ts +1 -2
- package/dist/src/components/sections/index.d.ts +1 -2
- package/dist/src/components/sections/index.js +1 -2
- package/dist/src/components/sections/index.ts +1 -2
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +5 -8
- package/dist/src/components/atoms/BenefitCard/BenefitCard.d.ts +0 -3
- package/dist/src/components/atoms/BenefitCard/BenefitCard.js +0 -5
- package/dist/src/components/atoms/BenefitCard/BenefitCard.tsx +0 -24
- package/dist/src/components/atoms/BenefitCard/BenefitCardProps.types.ts +0 -8
- package/dist/src/components/atoms/BenefitCard/BenefitCardStyled.styled.d.ts +0 -1
- package/dist/src/components/atoms/BenefitCard/index.d.ts +0 -2
- package/dist/src/components/atoms/BenefitCard/index.js +0 -1
- package/dist/src/components/atoms/BenefitCard/index.ts +0 -2
- package/dist/src/components/atoms/CardBox/CardBox.d.ts +0 -3
- package/dist/src/components/atoms/CardBox/CardBox.js +0 -7
- package/dist/src/components/atoms/CardBox/CardBox.styled.d.ts +0 -1
- package/dist/src/components/atoms/CardBox/CardBox.styled.js +0 -22
- package/dist/src/components/atoms/CardBox/CardBox.styled.ts +0 -23
- package/dist/src/components/atoms/CardBox/CardBox.tsx +0 -23
- package/dist/src/components/atoms/CardBox/CardBoxProps.types.d.ts +0 -10
- package/dist/src/components/atoms/CardBox/CardBoxProps.types.ts +0 -10
- package/dist/src/components/atoms/CardBox/index.d.ts +0 -2
- package/dist/src/components/atoms/CardBox/index.js +0 -1
- package/dist/src/components/atoms/CardBox/index.ts +0 -2
- package/dist/src/components/molecules/SubscriptionCard/CardBody.d.ts +0 -6
- package/dist/src/components/molecules/SubscriptionCard/CardBody.js +0 -6
- package/dist/src/components/molecules/SubscriptionCard/CardBody.tsx +0 -29
- package/dist/src/components/molecules/SubscriptionCard/CardFooter.d.ts +0 -8
- package/dist/src/components/molecules/SubscriptionCard/CardFooter.js +0 -3
- package/dist/src/components/molecules/SubscriptionCard/CardFooter.tsx +0 -23
- package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingCardHeader.d.ts +0 -6
- package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingCardHeader.js +0 -3
- package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingCardHeader.styled.d.ts +0 -1
- package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingCardHeader.styled.js +0 -30
- package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingCardHeader.styled.ts +0 -31
- package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingCardHeader.tsx +0 -14
- package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCard.d.ts +0 -4
- package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCard.js +0 -15
- package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCard.tsx +0 -38
- package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCardProps.types.d.ts +0 -20
- package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCardProps.types.ts +0 -22
- package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingText.styled.js +0 -10
- package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingText.styled.ts +0 -11
- package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaCardHeader.d.ts +0 -8
- package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaCardHeader.js +0 -4
- package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaCardHeader.styled.d.ts +0 -1
- package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaCardHeader.styled.js +0 -29
- package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaCardHeader.styled.ts +0 -30
- package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaCardHeader.tsx +0 -20
- package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaSubscriptionCard.js +0 -14
- package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaSubscriptionCard.tsx +0 -34
- package/dist/src/components/molecules/SubscriptionCard/SubscriptionCard.styled.d.ts +0 -1
- package/dist/src/components/molecules/SubscriptionCard/index.d.ts +0 -4
- package/dist/src/components/molecules/SubscriptionCard/index.js +0 -2
- package/dist/src/components/molecules/SubscriptionCard/index.ts +0 -4
- package/dist/src/components/organisms/HeroContent/HeroContent.d.ts +0 -4
- package/dist/src/components/organisms/HeroContent/HeroContent.js +0 -7
- package/dist/src/components/organisms/HeroContent/HeroContent.styled.d.ts +0 -1
- package/dist/src/components/organisms/HeroContent/HeroContent.tsx +0 -23
- package/dist/src/components/organisms/HeroContent/HeroContentPropsProps.types.js +0 -1
- package/dist/src/components/organisms/HeroContent/index.d.ts +0 -2
- package/dist/src/components/organisms/HeroContent/index.js +0 -1
- package/dist/src/components/organisms/HeroContent/index.ts +0 -2
- package/dist/src/components/pages/PricingPage/PricingPage.d.ts +0 -3
- package/dist/src/components/pages/PricingPage/PricingPage.js +0 -10
- package/dist/src/components/pages/PricingPage/PricingPage.styled.d.ts +0 -1
- package/dist/src/components/pages/PricingPage/PricingPage.styled.js +0 -115
- package/dist/src/components/pages/PricingPage/PricingPage.styled.ts +0 -116
- package/dist/src/components/pages/PricingPage/PricingPage.tsx +0 -53
- package/dist/src/components/pages/PricingPage/PricingPageProps.d.ts +0 -28
- package/dist/src/components/pages/PricingPage/PricingPageProps.js +0 -1
- package/dist/src/components/pages/PricingPage/PricingPageProps.ts +0 -33
- package/dist/src/components/pages/PricingPage/index.d.ts +0 -2
- package/dist/src/components/pages/PricingPage/index.js +0 -2
- package/dist/src/components/pages/PricingPage/index.ts +0 -2
- package/dist/src/components/sections/CardBoxSection/CardBoxSection.d.ts +0 -4
- package/dist/src/components/sections/CardBoxSection/CardBoxSection.js +0 -9
- package/dist/src/components/sections/CardBoxSection/CardBoxSection.styled.d.ts +0 -2
- package/dist/src/components/sections/CardBoxSection/CardBoxSection.styled.js +0 -33
- package/dist/src/components/sections/CardBoxSection/CardBoxSection.styled.ts +0 -35
- package/dist/src/components/sections/CardBoxSection/CardBoxSection.tsx +0 -23
- package/dist/src/components/sections/CardBoxSection/CardBoxSectionProps.d.ts +0 -4
- package/dist/src/components/sections/CardBoxSection/CardBoxSectionProps.js +0 -1
- package/dist/src/components/sections/CardBoxSection/CardBoxSectionProps.ts +0 -5
- package/dist/src/components/sections/CardBoxSection/index.d.ts +0 -2
- package/dist/src/components/sections/CardBoxSection/index.js +0 -1
- package/dist/src/components/sections/CardBoxSection/index.ts +0 -2
- package/dist/src/components/sections/HeroSection/HeroSection.d.ts +0 -4
- package/dist/src/components/sections/HeroSection/HeroSection.js +0 -7
- package/dist/src/components/sections/HeroSection/HeroSection.tsx +0 -24
- package/dist/src/components/sections/HeroSection/HeroSectionProps.types.d.ts +0 -6
- package/dist/src/components/sections/HeroSection/HeroSectionProps.types.js +0 -1
- package/dist/src/components/sections/HeroSection/HeroSectionProps.types.ts +0 -7
- package/dist/src/components/sections/HeroSection/HeroSectionStyled.styled.d.ts +0 -1
- package/dist/src/components/sections/HeroSection/index.d.ts +0 -2
- package/dist/src/components/sections/HeroSection/index.js +0 -1
- package/dist/src/components/sections/HeroSection/index.ts +0 -2
- /package/dist/src/components/atoms/{BenefitCard/BenefitCardProps.types.js → BenefitRatafiaCard/BenefitRatafiaCardProps.types.js} +0 -0
- /package/dist/src/components/molecules/{SubscriptionCard/RatafiaSubscriptionCard → RatafiaSubscriptionCard}/RatafiaSubscriptionCardProps.types.js +0 -0
- /package/dist/src/components/{atoms/CardBox/CardBoxProps.types.js → organisms/AboutUsContent/AboutUsContentProps.types.js} +0 -0
- /package/dist/src/components/{molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCardProps.types.js → sections/AboutUsSection/AboutUsSectionProps.types.js} +0 -0
|
@@ -1,115 +0,0 @@
|
|
|
1
|
-
import { device } from '../../../globalStyles/breakpoints';
|
|
2
|
-
import styled from 'styled-components';
|
|
3
|
-
export const PricingPageStyled = styled.div `
|
|
4
|
-
width: 100%;
|
|
5
|
-
.pricing-plans {
|
|
6
|
-
padding-left: 1.5rem;
|
|
7
|
-
padding-right: 1.5rem;
|
|
8
|
-
align-items: center;
|
|
9
|
-
display: flex;
|
|
10
|
-
flex-flow: column nowrap;
|
|
11
|
-
gap: 2rem;
|
|
12
|
-
margin-bottom: 48px;
|
|
13
|
-
&__title {
|
|
14
|
-
color: var(--Neutral-800, var(--neutral-neutral-1));
|
|
15
|
-
font-size: 28px;
|
|
16
|
-
font-style: normal;
|
|
17
|
-
font-weight: 700;
|
|
18
|
-
line-height: 32px;
|
|
19
|
-
letter-spacing: -0.3px;
|
|
20
|
-
margin-top: 48px;
|
|
21
|
-
text-align: center;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.subscription-card__feature {
|
|
25
|
-
margin-bottom: 1rem;
|
|
26
|
-
&.ratafia-feature {
|
|
27
|
-
padding: 0.5rem;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.subscription-card__button {
|
|
32
|
-
flex: inherit;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.primary {
|
|
36
|
-
.subscription-card__feature {
|
|
37
|
-
&.ratafia-feature {
|
|
38
|
-
background-color: var(--primary-main-light-5);
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
&__cards {
|
|
43
|
-
display: flex;
|
|
44
|
-
flex-direction: column;
|
|
45
|
-
gap: 32px;
|
|
46
|
-
|
|
47
|
-
@media ${device.desktop} {
|
|
48
|
-
flex-direction: row;
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
.support-section {
|
|
54
|
-
margin-top: 48px;
|
|
55
|
-
display: flex;
|
|
56
|
-
flex-direction: column;
|
|
57
|
-
align-items: center;
|
|
58
|
-
padding-left: 1.5rem;
|
|
59
|
-
padding-right: 1.5rem;
|
|
60
|
-
&__content {
|
|
61
|
-
display: flex;
|
|
62
|
-
flex-direction: column;
|
|
63
|
-
align-items: center;
|
|
64
|
-
text-align: center;
|
|
65
|
-
|
|
66
|
-
h2 {
|
|
67
|
-
color: var(--Neutral-800, var(--neutral-neutral-1));
|
|
68
|
-
font-size: 28px;
|
|
69
|
-
font-style: normal;
|
|
70
|
-
font-weight: 700;
|
|
71
|
-
line-height: 32px;
|
|
72
|
-
letter-spacing: -0.3px;
|
|
73
|
-
margin-bottom: 24px;
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.benefits {
|
|
79
|
-
padding: 48px;
|
|
80
|
-
background: var(--primary-main-light-6);
|
|
81
|
-
border-radius: 16px;
|
|
82
|
-
margin-top: 48px;
|
|
83
|
-
padding-left: 1.5rem;
|
|
84
|
-
padding-right: 1.5rem;
|
|
85
|
-
&__title {
|
|
86
|
-
color: var(--Neutral-800, var(--neutral-neutral-1));
|
|
87
|
-
font-size: 28px;
|
|
88
|
-
font-style: normal;
|
|
89
|
-
font-weight: 700;
|
|
90
|
-
line-height: 32px;
|
|
91
|
-
letter-spacing: -0.3px;
|
|
92
|
-
margin-bottom: 40px;
|
|
93
|
-
}
|
|
94
|
-
&__cards {
|
|
95
|
-
display: flex;
|
|
96
|
-
gap: 16px;
|
|
97
|
-
flex-direction: column;
|
|
98
|
-
width: 100%;
|
|
99
|
-
|
|
100
|
-
@media ${device.laptop} {
|
|
101
|
-
flex-direction: row;
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
.faqs-section {
|
|
106
|
-
max-width: inherit;
|
|
107
|
-
align-items: center;
|
|
108
|
-
padding-bottom: 80px;
|
|
109
|
-
padding-top: 48px;
|
|
110
|
-
background: var(--neutral-neutral-6);
|
|
111
|
-
&__content {
|
|
112
|
-
max-width: 1200px;
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
`;
|
|
@@ -1,116 +0,0 @@
|
|
|
1
|
-
import { device } from '../../../globalStyles/breakpoints'
|
|
2
|
-
import styled from 'styled-components'
|
|
3
|
-
|
|
4
|
-
export const PricingPageStyled = styled.div`
|
|
5
|
-
width: 100%;
|
|
6
|
-
.pricing-plans {
|
|
7
|
-
padding-left: 1.5rem;
|
|
8
|
-
padding-right: 1.5rem;
|
|
9
|
-
align-items: center;
|
|
10
|
-
display: flex;
|
|
11
|
-
flex-flow: column nowrap;
|
|
12
|
-
gap: 2rem;
|
|
13
|
-
margin-bottom: 48px;
|
|
14
|
-
&__title {
|
|
15
|
-
color: var(--Neutral-800, var(--neutral-neutral-1));
|
|
16
|
-
font-size: 28px;
|
|
17
|
-
font-style: normal;
|
|
18
|
-
font-weight: 700;
|
|
19
|
-
line-height: 32px;
|
|
20
|
-
letter-spacing: -0.3px;
|
|
21
|
-
margin-top: 48px;
|
|
22
|
-
text-align: center;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.subscription-card__feature {
|
|
26
|
-
margin-bottom: 1rem;
|
|
27
|
-
&.ratafia-feature {
|
|
28
|
-
padding: 0.5rem;
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.subscription-card__button {
|
|
33
|
-
flex: inherit;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.primary {
|
|
37
|
-
.subscription-card__feature {
|
|
38
|
-
&.ratafia-feature {
|
|
39
|
-
background-color: var(--primary-main-light-5);
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
&__cards {
|
|
44
|
-
display: flex;
|
|
45
|
-
flex-direction: column;
|
|
46
|
-
gap: 32px;
|
|
47
|
-
|
|
48
|
-
@media ${device.desktop} {
|
|
49
|
-
flex-direction: row;
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.support-section {
|
|
55
|
-
margin-top: 48px;
|
|
56
|
-
display: flex;
|
|
57
|
-
flex-direction: column;
|
|
58
|
-
align-items: center;
|
|
59
|
-
padding-left: 1.5rem;
|
|
60
|
-
padding-right: 1.5rem;
|
|
61
|
-
&__content {
|
|
62
|
-
display: flex;
|
|
63
|
-
flex-direction: column;
|
|
64
|
-
align-items: center;
|
|
65
|
-
text-align: center;
|
|
66
|
-
|
|
67
|
-
h2 {
|
|
68
|
-
color: var(--Neutral-800, var(--neutral-neutral-1));
|
|
69
|
-
font-size: 28px;
|
|
70
|
-
font-style: normal;
|
|
71
|
-
font-weight: 700;
|
|
72
|
-
line-height: 32px;
|
|
73
|
-
letter-spacing: -0.3px;
|
|
74
|
-
margin-bottom: 24px;
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.benefits {
|
|
80
|
-
padding: 48px;
|
|
81
|
-
background: var(--primary-main-light-6);
|
|
82
|
-
border-radius: 16px;
|
|
83
|
-
margin-top: 48px;
|
|
84
|
-
padding-left: 1.5rem;
|
|
85
|
-
padding-right: 1.5rem;
|
|
86
|
-
&__title {
|
|
87
|
-
color: var(--Neutral-800, var(--neutral-neutral-1));
|
|
88
|
-
font-size: 28px;
|
|
89
|
-
font-style: normal;
|
|
90
|
-
font-weight: 700;
|
|
91
|
-
line-height: 32px;
|
|
92
|
-
letter-spacing: -0.3px;
|
|
93
|
-
margin-bottom: 40px;
|
|
94
|
-
}
|
|
95
|
-
&__cards {
|
|
96
|
-
display: flex;
|
|
97
|
-
gap: 16px;
|
|
98
|
-
flex-direction: column;
|
|
99
|
-
width: 100%;
|
|
100
|
-
|
|
101
|
-
@media ${device.laptop} {
|
|
102
|
-
flex-direction: row;
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
.faqs-section {
|
|
107
|
-
max-width: inherit;
|
|
108
|
-
align-items: center;
|
|
109
|
-
padding-bottom: 80px;
|
|
110
|
-
padding-top: 48px;
|
|
111
|
-
background: var(--neutral-neutral-6);
|
|
112
|
-
&__content {
|
|
113
|
-
max-width: 1200px;
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
`
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import React from 'react'
|
|
2
|
-
|
|
3
|
-
import { CardBoxFeaturedSection, CardBoxMinimalSection, FaqSection, HeroSection } from '../../sections'
|
|
4
|
-
import { BenefitCard } from '../../atoms'
|
|
5
|
-
import { PlanBoxPricingSubscriptionCard } from '../../molecules'
|
|
6
|
-
import { PricingPageProps } from './PricingPageProps'
|
|
7
|
-
import { PricingPageStyled } from './PricingPage.styled'
|
|
8
|
-
|
|
9
|
-
export const PricingPage: React.FC<PricingPageProps> = ({
|
|
10
|
-
benefitsContent,
|
|
11
|
-
faqsContent,
|
|
12
|
-
helpResourcesCards,
|
|
13
|
-
pricingPlanContent,
|
|
14
|
-
pricingSection,
|
|
15
|
-
supportContent
|
|
16
|
-
}) => {
|
|
17
|
-
return (
|
|
18
|
-
<PricingPageStyled>
|
|
19
|
-
{pricingSection != null && <HeroSection {...pricingSection} />}
|
|
20
|
-
<div className='pricing-plans wrapper wrapper--responsive'>
|
|
21
|
-
{pricingPlanContent?.title && <h2 className='pricing-plans__title'>{pricingPlanContent.title}</h2>}
|
|
22
|
-
<div className='pricing-plans__cards'>
|
|
23
|
-
{pricingPlanContent?.plans?.length > 0 &&
|
|
24
|
-
pricingPlanContent?.plans?.map((plan) => <PlanBoxPricingSubscriptionCard key={plan?.id} {...plan} />)}
|
|
25
|
-
</div>
|
|
26
|
-
</div>
|
|
27
|
-
<CardBoxMinimalSection cards={helpResourcesCards} />
|
|
28
|
-
<div className='wrapper wrapper--responsive'>
|
|
29
|
-
<div className='benefits'>
|
|
30
|
-
{benefitsContent?.title && <h2 className='benefits__title'>{benefitsContent.title}</h2>}
|
|
31
|
-
<div className='benefits__cards'>
|
|
32
|
-
{benefitsContent?.benefitsList?.length > 0 &&
|
|
33
|
-
benefitsContent?.benefitsList?.map((benefit) => (
|
|
34
|
-
<BenefitCard hasShadow={false} key={benefit?.id} {...benefit} />
|
|
35
|
-
))}
|
|
36
|
-
</div>
|
|
37
|
-
</div>
|
|
38
|
-
</div>
|
|
39
|
-
<div className='support-section'>
|
|
40
|
-
{supportContent?.title && (
|
|
41
|
-
<div className='support-section__content'>
|
|
42
|
-
<h2>{supportContent.title}</h2>
|
|
43
|
-
{supportContent.description}
|
|
44
|
-
</div>
|
|
45
|
-
)}
|
|
46
|
-
<CardBoxFeaturedSection cards={supportContent?.benefitsList} />
|
|
47
|
-
</div>
|
|
48
|
-
<div className='faqs-section'>
|
|
49
|
-
<FaqSection groups={faqsContent?.faqItems} givenClass='faqs-section__content wrapper wrapper--responsive' />
|
|
50
|
-
</div>
|
|
51
|
-
</PricingPageStyled>
|
|
52
|
-
)
|
|
53
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { BenefitCardProps, CardBoxProps } from 'src/components/atoms';
|
|
2
|
-
import { FaqGroupProps } from 'src/components/organisms';
|
|
3
|
-
import { HeroSectionProps } from 'src/components/sections';
|
|
4
|
-
import { PlanBoxPricingSubscriptionCardProps } from 'src/components/molecules';
|
|
5
|
-
export interface BenefitContentProps {
|
|
6
|
-
title: string;
|
|
7
|
-
benefitsList: BenefitCardProps[];
|
|
8
|
-
}
|
|
9
|
-
export interface FaqsContentProps {
|
|
10
|
-
faqItems: FaqGroupProps[];
|
|
11
|
-
}
|
|
12
|
-
export interface PricingPlanContentProps {
|
|
13
|
-
title: string;
|
|
14
|
-
plans: PlanBoxPricingSubscriptionCardProps[];
|
|
15
|
-
}
|
|
16
|
-
export interface SupportContentProps {
|
|
17
|
-
title: string;
|
|
18
|
-
description: string;
|
|
19
|
-
benefitsList: CardBoxProps[];
|
|
20
|
-
}
|
|
21
|
-
export interface PricingPageProps {
|
|
22
|
-
benefitsContent: BenefitContentProps;
|
|
23
|
-
faqsContent: FaqsContentProps;
|
|
24
|
-
helpResourcesCards: CardBoxProps[];
|
|
25
|
-
supportContent: SupportContentProps;
|
|
26
|
-
pricingPlanContent: PricingPlanContentProps;
|
|
27
|
-
pricingSection: HeroSectionProps;
|
|
28
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { BenefitCardProps, CardBoxProps } from 'src/components/atoms'
|
|
2
|
-
import { FaqGroupProps } from 'src/components/organisms'
|
|
3
|
-
import { HeroSectionProps } from 'src/components/sections'
|
|
4
|
-
import { PlanBoxPricingSubscriptionCardProps } from 'src/components/molecules'
|
|
5
|
-
|
|
6
|
-
export interface BenefitContentProps {
|
|
7
|
-
title: string
|
|
8
|
-
benefitsList: BenefitCardProps[]
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
export interface FaqsContentProps {
|
|
12
|
-
faqItems: FaqGroupProps[]
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
export interface PricingPlanContentProps {
|
|
16
|
-
title: string
|
|
17
|
-
plans: PlanBoxPricingSubscriptionCardProps[]
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
export interface SupportContentProps {
|
|
21
|
-
title: string
|
|
22
|
-
description: string
|
|
23
|
-
benefitsList: CardBoxProps[]
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
export interface PricingPageProps {
|
|
27
|
-
benefitsContent: BenefitContentProps
|
|
28
|
-
faqsContent: FaqsContentProps
|
|
29
|
-
helpResourcesCards: CardBoxProps[]
|
|
30
|
-
supportContent: SupportContentProps
|
|
31
|
-
pricingPlanContent: PricingPlanContentProps
|
|
32
|
-
pricingSection: HeroSectionProps
|
|
33
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
import { CardBoxFeaturedSectionStyled, CardBoxMinimalSectionStyled } from './CardBoxSection.styled';
|
|
3
|
-
import { CardBox } from '../../atoms';
|
|
4
|
-
export const CardBoxMinimalSection = ({ cards }) => {
|
|
5
|
-
return (_jsx(CardBoxMinimalSectionStyled, { children: cards?.map(({ text, icon, id }) => _jsx(CardBox, { text: text, icon: icon }, id)) }));
|
|
6
|
-
};
|
|
7
|
-
export const CardBoxFeaturedSection = ({ cards }) => {
|
|
8
|
-
return (_jsx(CardBoxFeaturedSectionStyled, { children: cards?.map(({ text, icon, id }) => (_jsx(CardBox, { text: text, icon: icon, padding: '16px', gap: '0.5rem', borderRadius: '8px' }, id))) }));
|
|
9
|
-
};
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export declare const CardBoxMinimalSectionStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
2
|
-
export declare const CardBoxFeaturedSectionStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { device } from '../../../globalStyles/breakpoints';
|
|
2
|
-
import styled from 'styled-components';
|
|
3
|
-
export const CardBoxMinimalSectionStyled = styled.div `
|
|
4
|
-
display: flex;
|
|
5
|
-
flex-direction: column;
|
|
6
|
-
justify-content: center;
|
|
7
|
-
padding: 48px 24px;
|
|
8
|
-
gap: 16px;
|
|
9
|
-
align-self: stretch;
|
|
10
|
-
background: var(--neutral-neutral-6);
|
|
11
|
-
|
|
12
|
-
@media ${device['landscape-tablets']} {
|
|
13
|
-
flex-direction: row;
|
|
14
|
-
}
|
|
15
|
-
`;
|
|
16
|
-
export const CardBoxFeaturedSectionStyled = styled.div `
|
|
17
|
-
display: flex;
|
|
18
|
-
flex-direction: column;
|
|
19
|
-
justify-content: center;
|
|
20
|
-
padding: 24px 24px;
|
|
21
|
-
gap: 16px;
|
|
22
|
-
background: var(--neutral-neutral-6);
|
|
23
|
-
border-radius: 16px;
|
|
24
|
-
margin-bottom: 80px;
|
|
25
|
-
margin-top: 32px;
|
|
26
|
-
@media ${device.desktop} {
|
|
27
|
-
min-width: 1200px;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
@media ${device['landscape-tablets']} {
|
|
31
|
-
flex-direction: row;
|
|
32
|
-
}
|
|
33
|
-
`;
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { device } from '../../../globalStyles/breakpoints'
|
|
2
|
-
import styled from 'styled-components'
|
|
3
|
-
|
|
4
|
-
export const CardBoxMinimalSectionStyled = styled.div`
|
|
5
|
-
display: flex;
|
|
6
|
-
flex-direction: column;
|
|
7
|
-
justify-content: center;
|
|
8
|
-
padding: 48px 24px;
|
|
9
|
-
gap: 16px;
|
|
10
|
-
align-self: stretch;
|
|
11
|
-
background: var(--neutral-neutral-6);
|
|
12
|
-
|
|
13
|
-
@media ${device['landscape-tablets']} {
|
|
14
|
-
flex-direction: row;
|
|
15
|
-
}
|
|
16
|
-
`
|
|
17
|
-
|
|
18
|
-
export const CardBoxFeaturedSectionStyled = styled.div`
|
|
19
|
-
display: flex;
|
|
20
|
-
flex-direction: column;
|
|
21
|
-
justify-content: center;
|
|
22
|
-
padding: 24px 24px;
|
|
23
|
-
gap: 16px;
|
|
24
|
-
background: var(--neutral-neutral-6);
|
|
25
|
-
border-radius: 16px;
|
|
26
|
-
margin-bottom: 80px;
|
|
27
|
-
margin-top: 32px;
|
|
28
|
-
@media ${device.desktop} {
|
|
29
|
-
min-width: 1200px;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
@media ${device['landscape-tablets']} {
|
|
33
|
-
flex-direction: row;
|
|
34
|
-
}
|
|
35
|
-
`
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import React from 'react'
|
|
2
|
-
|
|
3
|
-
import { CardBoxFeaturedSectionStyled, CardBoxMinimalSectionStyled } from './CardBoxSection.styled'
|
|
4
|
-
import { CardBox } from '../../atoms'
|
|
5
|
-
import { type CardBoxSectionProps } from './CardBoxSectionProps'
|
|
6
|
-
|
|
7
|
-
export const CardBoxMinimalSection: React.FC<CardBoxSectionProps> = ({ cards }) => {
|
|
8
|
-
return (
|
|
9
|
-
<CardBoxMinimalSectionStyled>
|
|
10
|
-
{cards?.map(({ text, icon, id }) => <CardBox key={id} text={text} icon={icon} />)}
|
|
11
|
-
</CardBoxMinimalSectionStyled>
|
|
12
|
-
)
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
export const CardBoxFeaturedSection: React.FC<CardBoxSectionProps> = ({ cards }) => {
|
|
16
|
-
return (
|
|
17
|
-
<CardBoxFeaturedSectionStyled>
|
|
18
|
-
{cards?.map(({ text, icon, id }) => (
|
|
19
|
-
<CardBox key={id} text={text} icon={icon} padding='16px' gap='0.5rem' borderRadius='8px' />
|
|
20
|
-
))}
|
|
21
|
-
</CardBoxFeaturedSectionStyled>
|
|
22
|
-
)
|
|
23
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { CardBoxFeaturedSection, CardBoxMinimalSection } from './CardBoxSection';
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { HeroContent } from '../../organisms/HeroContent';
|
|
3
|
-
import { HeroSectionStyled } from './HeroSectionStyled.styled';
|
|
4
|
-
const HeroSection = ({ title, subTitle, content }) => {
|
|
5
|
-
return (_jsx(HeroSectionStyled, { className: 'hero-section', children: _jsxs("div", { className: 'wrapper wrapper--responsive', children: [_jsx("div", { className: 'hero-section__title', children: _jsx("span", { className: 'hero-section__title__text', children: title }) }), Boolean(subTitle) && _jsx("h1", { className: 'hero-section__sub-title', children: subTitle }), _jsx(HeroContent, { image: content.image, button: content?.button, children: content.children })] }) }));
|
|
6
|
-
};
|
|
7
|
-
export default HeroSection;
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import React, { type FC } from 'react'
|
|
2
|
-
|
|
3
|
-
import { HeroContent } from '../../organisms/HeroContent'
|
|
4
|
-
import { type HeroSectionProps } from './HeroSectionProps.types'
|
|
5
|
-
import { HeroSectionStyled } from './HeroSectionStyled.styled'
|
|
6
|
-
|
|
7
|
-
const HeroSection: FC<HeroSectionProps> = ({ title, subTitle, content }) => {
|
|
8
|
-
return (
|
|
9
|
-
<HeroSectionStyled className='hero-section'>
|
|
10
|
-
<div className='wrapper wrapper--responsive'>
|
|
11
|
-
<div className='hero-section__title'>
|
|
12
|
-
<span className='hero-section__title__text'>{title}</span>
|
|
13
|
-
</div>
|
|
14
|
-
{Boolean(subTitle) && <h1 className='hero-section__sub-title'>{subTitle}</h1>}
|
|
15
|
-
|
|
16
|
-
<HeroContent image={content.image} button={content?.button}>
|
|
17
|
-
{content.children}
|
|
18
|
-
</HeroContent>
|
|
19
|
-
</div>
|
|
20
|
-
</HeroSectionStyled>
|
|
21
|
-
)
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
export default HeroSection
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const HeroSectionStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as HeroSection } from './HeroSection';
|
|
File without changes
|
|
File without changes
|
|
File without changes
|