@npm_leadtech/legal-lib-components 7.0.3 → 7.0.4
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 +9 -0
- package/dist/src/components/atoms/CardBox/CardBoxProps.types.ts +9 -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/MidBannerRatafiaSample/MidBannerRatafiaSample.js +2 -2
- package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.styled.js +0 -11
- package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.styled.ts +0 -11
- package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.tsx +1 -18
- package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSampleProps.types.d.ts +0 -1
- package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSampleProps.types.ts +0 -1
- 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/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 +3 -3
- package/dist/src/components/pages/AboutUsPage/AboutUsPage.tsx +2 -5
- package/dist/src/components/pages/AboutUsPage/AboutUsPageProps.d.ts +2 -3
- package/dist/src/components/pages/AboutUsPage/AboutUsPageProps.ts +2 -4
- 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 +88 -0
- package/dist/src/components/pages/PricingPage/PricingPage.styled.ts +89 -0
- package/dist/src/components/pages/PricingPage/PricingPage.tsx +49 -0
- package/dist/src/components/pages/PricingPage/PricingPageProps.d.ts +29 -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 +1 -0
- package/dist/src/components/pages/PricingPage/index.js +1 -0
- package/dist/src/components/pages/PricingPage/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/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/MidBannerRatafiaSection/MidBannerRatafiaSection.js +3 -5
- package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.styled.js +0 -45
- package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.styled.ts +0 -45
- package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.tsx +2 -5
- package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSectionProps.types.d.ts +1 -1
- package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSectionProps.types.ts +1 -1
- 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 +6 -4
- 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
|
@@ -33,7 +33,7 @@ export * from './PopularDocs'
|
|
|
33
33
|
export * from './PricingCard'
|
|
34
34
|
export * from './RatafiaResultCardList'
|
|
35
35
|
export * from './RatafiaResultTabList'
|
|
36
|
-
export * from './
|
|
36
|
+
export * from './SubscriptionCard'
|
|
37
37
|
export * from './Snackbar'
|
|
38
38
|
export * from './StepGetForm'
|
|
39
39
|
export * from './StepRatafiaCardList'
|
|
@@ -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, PeopleSayAboutUsSection, TryOurFreeLegalBlogsSection } from '../../sections';
|
|
3
3
|
import { ContactContent, HowWeHelp } from '../../organisms';
|
|
4
|
-
export const AboutUsPage = ({ aboutUsSectionProps, ourMissionBlogsSectionProps, ourCoreValuesBlogsSectionProps, cardStorySection, howWeHelp, peopleSayAboutUsSectionProps, guidelinesSectionProps, expertsSectionProps, asSeeInSectionProps,
|
|
5
|
-
return (_jsxs(_Fragment, { children: [aboutUsSectionProps != null && _jsx(
|
|
4
|
+
export const AboutUsPage = ({ aboutUsSectionProps, ourMissionBlogsSectionProps, ourCoreValuesBlogsSectionProps, cardStorySection, howWeHelp, peopleSayAboutUsSectionProps, guidelinesSectionProps, expertsSectionProps, asSeeInSectionProps, contactContentProps, isJonSnow = false }) => {
|
|
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 && contactContentProps != null && _jsx(ContactContent, { ...contactContentProps })] }));
|
|
6
6
|
};
|
|
@@ -1,12 +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,
|
|
9
|
-
|
|
8
|
+
HeroSection,
|
|
10
9
|
PeopleSayAboutUsSection,
|
|
11
10
|
TryOurFreeLegalBlogsSection
|
|
12
11
|
} from '../../sections'
|
|
@@ -23,13 +22,12 @@ export const AboutUsPage: React.FC<AboutUsPageProps> = ({
|
|
|
23
22
|
guidelinesSectionProps,
|
|
24
23
|
expertsSectionProps,
|
|
25
24
|
asSeeInSectionProps,
|
|
26
|
-
midBannerSectionProps,
|
|
27
25
|
contactContentProps,
|
|
28
26
|
isJonSnow = false
|
|
29
27
|
}) => {
|
|
30
28
|
return (
|
|
31
29
|
<>
|
|
32
|
-
{aboutUsSectionProps != null && <
|
|
30
|
+
{aboutUsSectionProps != null && <HeroSection {...aboutUsSectionProps} />}
|
|
33
31
|
{ourMissionBlogsSectionProps != null && <TryOurFreeLegalBlogsSection {...ourMissionBlogsSectionProps} />}
|
|
34
32
|
{ourCoreValuesBlogsSectionProps != null && <TryOurFreeLegalBlogsSection {...ourCoreValuesBlogsSectionProps} />}
|
|
35
33
|
{cardStorySection != null && <CardStorySection {...cardStorySection} />}
|
|
@@ -44,7 +42,6 @@ export const AboutUsPage: React.FC<AboutUsPageProps> = ({
|
|
|
44
42
|
<PeopleSayAboutUsSection {...peopleSayAboutUsSectionProps} />
|
|
45
43
|
)}
|
|
46
44
|
{!isJonSnow && asSeeInSectionProps != null && <AsSeeInSection {...asSeeInSectionProps} />}
|
|
47
|
-
{!isJonSnow && midBannerSectionProps != null && <MidBannerRatafiaSection {...midBannerSectionProps} />}
|
|
48
45
|
{!isJonSnow && contactContentProps != null && <ContactContent {...contactContentProps} />}
|
|
49
46
|
</>
|
|
50
47
|
)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { AsSeeInSectionProps, CardStorySectionProps, ExpertsSectionProps, GuidelinesSectionProps, HeroSectionProps, 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;
|
|
@@ -11,7 +11,6 @@ export interface AboutUsPageProps {
|
|
|
11
11
|
tryUsSectionProps?: TryUsSectionProps;
|
|
12
12
|
expertsSectionProps?: ExpertsSectionProps;
|
|
13
13
|
asSeeInSectionProps?: AsSeeInSectionProps;
|
|
14
|
-
midBannerSectionProps?: MidBannerRatafiaSectionProps;
|
|
15
14
|
contactContentProps?: ContactContentProps;
|
|
16
15
|
isJonSnow?: boolean;
|
|
17
16
|
}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import type {
|
|
2
|
-
AboutUsSectionProps,
|
|
3
2
|
AsSeeInSectionProps,
|
|
4
3
|
CardStorySectionProps,
|
|
5
4
|
ExpertsSectionProps,
|
|
6
5
|
GuidelinesSectionProps,
|
|
7
|
-
|
|
6
|
+
HeroSectionProps,
|
|
8
7
|
PeopleSayAboutUsSectionProps,
|
|
9
8
|
TryOurFreeLegalBlogsSectionProps,
|
|
10
9
|
TryUsSectionProps
|
|
@@ -12,7 +11,7 @@ import type {
|
|
|
12
11
|
import { ContactContentProps, HowWeHelpProps } from '../../organisms'
|
|
13
12
|
|
|
14
13
|
export interface AboutUsPageProps {
|
|
15
|
-
aboutUsSectionProps?:
|
|
14
|
+
aboutUsSectionProps?: HeroSectionProps
|
|
16
15
|
ourMissionBlogsSectionProps?: TryOurFreeLegalBlogsSectionProps
|
|
17
16
|
ourCoreValuesBlogsSectionProps?: TryOurFreeLegalBlogsSectionProps
|
|
18
17
|
cardStorySection?: CardStorySectionProps
|
|
@@ -22,7 +21,6 @@ export interface AboutUsPageProps {
|
|
|
22
21
|
tryUsSectionProps?: TryUsSectionProps
|
|
23
22
|
expertsSectionProps?: ExpertsSectionProps
|
|
24
23
|
asSeeInSectionProps?: AsSeeInSectionProps
|
|
25
|
-
midBannerSectionProps?: MidBannerRatafiaSectionProps
|
|
26
24
|
contactContentProps?: ContactContentProps
|
|
27
25
|
isJonSnow?: boolean
|
|
28
26
|
}
|
|
@@ -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("div", { 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 }), _jsxs("div", { className: 'benefits wrapper wrapper--responsive', children: [benefitsContent?.title && _jsx("div", { className: 'benefits__title', children: benefitsContent.title }), _jsx("div", { className: 'benefits__cards', children: benefitsContent?.cards?.length > 0 &&
|
|
9
|
+
benefitsContent?.cards?.map((card) => _jsx(BenefitCard, { hasShadow: false, ...card }, card?.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.cards })] }), _jsx("div", { className: 'faqs-section', children: _jsx(FaqSection, { groups: faqsContent?.groups, 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;
|
|
@@ -0,0 +1,88 @@
|
|
|
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
|
+
align-items: center;
|
|
7
|
+
display: flex;
|
|
8
|
+
flex-flow: column nowrap;
|
|
9
|
+
gap: 2rem;
|
|
10
|
+
margin-bottom: 48px;
|
|
11
|
+
&__title {
|
|
12
|
+
color: var(--Neutral-800, var(--neutral-neutral-1));
|
|
13
|
+
font-size: 28px;
|
|
14
|
+
font-style: normal;
|
|
15
|
+
font-weight: 700;
|
|
16
|
+
line-height: 32px;
|
|
17
|
+
letter-spacing: -0.3px;
|
|
18
|
+
margin-top: 48px;
|
|
19
|
+
}
|
|
20
|
+
&__cards {
|
|
21
|
+
display: flex;
|
|
22
|
+
flex-direction: column;
|
|
23
|
+
gap: 32px;
|
|
24
|
+
|
|
25
|
+
@media ${device.desktop} {
|
|
26
|
+
flex-direction: row;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.support-section {
|
|
32
|
+
margin-top: 48px;
|
|
33
|
+
display: flex;
|
|
34
|
+
flex-direction: column;
|
|
35
|
+
align-items: center;
|
|
36
|
+
&__content {
|
|
37
|
+
display: flex;
|
|
38
|
+
flex-direction: column;
|
|
39
|
+
align-items: center;
|
|
40
|
+
|
|
41
|
+
h2 {
|
|
42
|
+
color: var(--Neutral-800, var(--neutral-neutral-1));
|
|
43
|
+
font-size: 28px;
|
|
44
|
+
font-style: normal;
|
|
45
|
+
font-weight: 700;
|
|
46
|
+
line-height: 32px;
|
|
47
|
+
letter-spacing: -0.3px;
|
|
48
|
+
margin-bottom: 24px;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.benefits {
|
|
54
|
+
padding: 48px;
|
|
55
|
+
background: var(--primary-main-light-6);
|
|
56
|
+
border-radius: 16px;
|
|
57
|
+
margin-top: 48px;
|
|
58
|
+
&__title {
|
|
59
|
+
color: var(--Neutral-800, var(--neutral-neutral-1));
|
|
60
|
+
font-size: 28px;
|
|
61
|
+
font-style: normal;
|
|
62
|
+
font-weight: 700;
|
|
63
|
+
line-height: 32px;
|
|
64
|
+
letter-spacing: -0.3px;
|
|
65
|
+
margin-bottom: 40px;
|
|
66
|
+
}
|
|
67
|
+
&__cards {
|
|
68
|
+
display: flex;
|
|
69
|
+
gap: 16px;
|
|
70
|
+
flex-direction: column;
|
|
71
|
+
width: 100%;
|
|
72
|
+
|
|
73
|
+
@media ${device.laptop} {
|
|
74
|
+
flex-direction: row;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
.faqs-section {
|
|
79
|
+
max-width: inherit;
|
|
80
|
+
align-items: center;
|
|
81
|
+
padding-bottom: 80px;
|
|
82
|
+
padding-top: 48px;
|
|
83
|
+
background: var(--neutral-neutral-6);
|
|
84
|
+
&__content {
|
|
85
|
+
max-width: 1200px;
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
`;
|
|
@@ -0,0 +1,89 @@
|
|
|
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
|
+
align-items: center;
|
|
8
|
+
display: flex;
|
|
9
|
+
flex-flow: column nowrap;
|
|
10
|
+
gap: 2rem;
|
|
11
|
+
margin-bottom: 48px;
|
|
12
|
+
&__title {
|
|
13
|
+
color: var(--Neutral-800, var(--neutral-neutral-1));
|
|
14
|
+
font-size: 28px;
|
|
15
|
+
font-style: normal;
|
|
16
|
+
font-weight: 700;
|
|
17
|
+
line-height: 32px;
|
|
18
|
+
letter-spacing: -0.3px;
|
|
19
|
+
margin-top: 48px;
|
|
20
|
+
}
|
|
21
|
+
&__cards {
|
|
22
|
+
display: flex;
|
|
23
|
+
flex-direction: column;
|
|
24
|
+
gap: 32px;
|
|
25
|
+
|
|
26
|
+
@media ${device.desktop} {
|
|
27
|
+
flex-direction: row;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.support-section {
|
|
33
|
+
margin-top: 48px;
|
|
34
|
+
display: flex;
|
|
35
|
+
flex-direction: column;
|
|
36
|
+
align-items: center;
|
|
37
|
+
&__content {
|
|
38
|
+
display: flex;
|
|
39
|
+
flex-direction: column;
|
|
40
|
+
align-items: center;
|
|
41
|
+
|
|
42
|
+
h2 {
|
|
43
|
+
color: var(--Neutral-800, var(--neutral-neutral-1));
|
|
44
|
+
font-size: 28px;
|
|
45
|
+
font-style: normal;
|
|
46
|
+
font-weight: 700;
|
|
47
|
+
line-height: 32px;
|
|
48
|
+
letter-spacing: -0.3px;
|
|
49
|
+
margin-bottom: 24px;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.benefits {
|
|
55
|
+
padding: 48px;
|
|
56
|
+
background: var(--primary-main-light-6);
|
|
57
|
+
border-radius: 16px;
|
|
58
|
+
margin-top: 48px;
|
|
59
|
+
&__title {
|
|
60
|
+
color: var(--Neutral-800, var(--neutral-neutral-1));
|
|
61
|
+
font-size: 28px;
|
|
62
|
+
font-style: normal;
|
|
63
|
+
font-weight: 700;
|
|
64
|
+
line-height: 32px;
|
|
65
|
+
letter-spacing: -0.3px;
|
|
66
|
+
margin-bottom: 40px;
|
|
67
|
+
}
|
|
68
|
+
&__cards {
|
|
69
|
+
display: flex;
|
|
70
|
+
gap: 16px;
|
|
71
|
+
flex-direction: column;
|
|
72
|
+
width: 100%;
|
|
73
|
+
|
|
74
|
+
@media ${device.laptop} {
|
|
75
|
+
flex-direction: row;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
.faqs-section {
|
|
80
|
+
max-width: inherit;
|
|
81
|
+
align-items: center;
|
|
82
|
+
padding-bottom: 80px;
|
|
83
|
+
padding-top: 48px;
|
|
84
|
+
background: var(--neutral-neutral-6);
|
|
85
|
+
&__content {
|
|
86
|
+
max-width: 1200px;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
`
|
|
@@ -0,0 +1,49 @@
|
|
|
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 && <div className='pricing-plans__title'>{pricingPlanContent.title}</div>}
|
|
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='benefits wrapper wrapper--responsive'>
|
|
29
|
+
{benefitsContent?.title && <div className='benefits__title'>{benefitsContent.title}</div>}
|
|
30
|
+
<div className='benefits__cards'>
|
|
31
|
+
{benefitsContent?.cards?.length > 0 &&
|
|
32
|
+
benefitsContent?.cards?.map((card) => <BenefitCard hasShadow={false} key={card?.id} {...card} />)}
|
|
33
|
+
</div>
|
|
34
|
+
</div>
|
|
35
|
+
<div className='support-section'>
|
|
36
|
+
{supportContent?.title && (
|
|
37
|
+
<div className='support-section__content'>
|
|
38
|
+
<h2>{supportContent.title}</h2>
|
|
39
|
+
{supportContent.description}
|
|
40
|
+
</div>
|
|
41
|
+
)}
|
|
42
|
+
<CardBoxFeaturedSection cards={supportContent.cards} />
|
|
43
|
+
</div>
|
|
44
|
+
<div className='faqs-section'>
|
|
45
|
+
<FaqSection groups={faqsContent?.groups} givenClass='faqs-section__content wrapper wrapper--responsive' />
|
|
46
|
+
</div>
|
|
47
|
+
</PricingPageStyled>
|
|
48
|
+
)
|
|
49
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
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
|
+
interface BenefitContent {
|
|
6
|
+
title: string;
|
|
7
|
+
cards: BenefitCardProps[];
|
|
8
|
+
}
|
|
9
|
+
interface FaqsContent {
|
|
10
|
+
groups: FaqGroupProps[];
|
|
11
|
+
}
|
|
12
|
+
interface PricingPlanContent {
|
|
13
|
+
title: string;
|
|
14
|
+
plans: PlanBoxPricingSubscriptionCardProps[];
|
|
15
|
+
}
|
|
16
|
+
interface SupportContent {
|
|
17
|
+
title: string;
|
|
18
|
+
description: string;
|
|
19
|
+
cards: CardBoxProps[];
|
|
20
|
+
}
|
|
21
|
+
export interface PricingPageProps {
|
|
22
|
+
benefitsContent: BenefitContent;
|
|
23
|
+
faqsContent: FaqsContent;
|
|
24
|
+
helpResourcesCards: CardBoxProps[];
|
|
25
|
+
supportContent: SupportContent;
|
|
26
|
+
pricingPlanContent: PricingPlanContent;
|
|
27
|
+
pricingSection: HeroSectionProps;
|
|
28
|
+
}
|
|
29
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,33 @@
|
|
|
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
|
+
interface BenefitContent {
|
|
7
|
+
title: string
|
|
8
|
+
cards: BenefitCardProps[]
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
interface FaqsContent {
|
|
12
|
+
groups: FaqGroupProps[]
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
interface PricingPlanContent {
|
|
16
|
+
title: string
|
|
17
|
+
plans: PlanBoxPricingSubscriptionCardProps[]
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
interface SupportContent {
|
|
21
|
+
title: string
|
|
22
|
+
description: string
|
|
23
|
+
cards: CardBoxProps[]
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
export interface PricingPageProps {
|
|
27
|
+
benefitsContent: BenefitContent
|
|
28
|
+
faqsContent: FaqsContent
|
|
29
|
+
helpResourcesCards: CardBoxProps[]
|
|
30
|
+
supportContent: SupportContent
|
|
31
|
+
pricingPlanContent: PricingPlanContent
|
|
32
|
+
pricingSection: HeroSectionProps
|
|
33
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { PricingPage } from './PricingPage';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { PricingPage } from './PricingPage';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { PricingPage } from './PricingPage'
|
package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSectionProps.types.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { type
|
|
1
|
+
import { type BenefitCardProps } from '../../atoms';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
export interface BenefitsRatafiaSectionProps {
|
|
4
4
|
title: string;
|
|
5
5
|
description: string;
|
|
6
6
|
descriptionRichtext: React.ReactNode;
|
|
7
|
-
benefits:
|
|
7
|
+
benefits: BenefitCardProps[];
|
|
8
8
|
}
|
package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSectionProps.types.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { type
|
|
1
|
+
import { type BenefitCardProps } from '../../atoms'
|
|
2
2
|
import React from 'react'
|
|
3
3
|
|
|
4
4
|
export interface BenefitsRatafiaSectionProps {
|
|
5
5
|
title: string
|
|
6
6
|
description: string
|
|
7
7
|
descriptionRichtext: React.ReactNode
|
|
8
|
-
benefits:
|
|
8
|
+
benefits: BenefitCardProps[]
|
|
9
9
|
}
|
|
@@ -0,0 +1,9 @@
|
|
|
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 }, index) => _jsx(CardBox, { text: text, icon: icon }, `${index}-${text}`)) }));
|
|
6
|
+
};
|
|
7
|
+
export const CardBoxFeaturedSection = ({ cards }) => {
|
|
8
|
+
return (_jsx(CardBoxFeaturedSectionStyled, { children: cards?.map(({ text, icon }, index) => (_jsx(CardBox, { text: text, icon: icon, padding: '16px', gap: '0.5rem', borderRadius: '8px' }, `${index}-${text}`))) }));
|
|
9
|
+
};
|
|
@@ -0,0 +1,2 @@
|
|
|
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;
|