@npm_leadtech/legal-lib-components 7.0.7 → 7.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (184) hide show
  1. package/dist/src/components/atoms/BenefitCard/BenefitCard.d.ts +3 -0
  2. package/dist/src/components/atoms/BenefitCard/BenefitCard.js +5 -0
  3. package/dist/src/components/atoms/BenefitCard/BenefitCard.tsx +24 -0
  4. package/dist/src/components/atoms/{BenefitRatafiaCard/BenefitRatafiaCardProps.types.d.ts → BenefitCard/BenefitCardProps.types.d.ts} +3 -1
  5. package/dist/src/components/atoms/BenefitCard/BenefitCardProps.types.ts +8 -0
  6. package/dist/src/components/atoms/BenefitCard/BenefitCardStyled.styled.d.ts +1 -0
  7. package/dist/src/components/atoms/{BenefitRatafiaCard/BenefitRatafiaCard.styled.js → BenefitCard/BenefitCardStyled.styled.js} +10 -4
  8. package/dist/src/components/atoms/{BenefitRatafiaCard/BenefitRatafiaCard.styled.ts → BenefitCard/BenefitCardStyled.styled.ts} +10 -4
  9. package/dist/src/components/atoms/BenefitCard/index.d.ts +2 -0
  10. package/dist/src/components/atoms/BenefitCard/index.js +1 -0
  11. package/dist/src/components/atoms/BenefitCard/index.ts +2 -0
  12. package/dist/src/components/atoms/Button/ButtonProps.types.d.ts +2 -1
  13. package/dist/src/components/atoms/Button/ButtonProps.types.js +1 -0
  14. package/dist/src/components/atoms/Button/ButtonProps.types.ts +18 -16
  15. package/dist/src/components/atoms/CardBox/CardBox.d.ts +3 -0
  16. package/dist/src/components/atoms/CardBox/CardBox.js +7 -0
  17. package/dist/src/components/atoms/CardBox/CardBox.styled.d.ts +1 -0
  18. package/dist/src/components/atoms/CardBox/CardBox.styled.js +22 -0
  19. package/dist/src/components/atoms/CardBox/CardBox.styled.ts +23 -0
  20. package/dist/src/components/atoms/CardBox/CardBox.tsx +23 -0
  21. package/dist/src/components/atoms/CardBox/CardBoxProps.types.d.ts +9 -0
  22. package/dist/src/components/atoms/CardBox/CardBoxProps.types.ts +9 -0
  23. package/dist/src/components/atoms/CardBox/index.d.ts +2 -0
  24. package/dist/src/components/atoms/CardBox/index.js +1 -0
  25. package/dist/src/components/atoms/CardBox/index.ts +2 -0
  26. package/dist/src/components/atoms/index.d.ts +2 -1
  27. package/dist/src/components/atoms/index.js +2 -1
  28. package/dist/src/components/atoms/index.ts +2 -1
  29. package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardList.js +2 -2
  30. package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardList.tsx +2 -2
  31. package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardListProps.types.d.ts +2 -2
  32. package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardListProps.types.ts +2 -2
  33. package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.js +2 -2
  34. package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.styled.js +0 -11
  35. package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.styled.ts +0 -11
  36. package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.tsx +1 -18
  37. package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSampleProps.types.d.ts +0 -1
  38. package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSampleProps.types.ts +0 -1
  39. package/dist/src/components/molecules/SubscriptionCard/CardBody.d.ts +6 -0
  40. package/dist/src/components/molecules/SubscriptionCard/CardBody.js +6 -0
  41. package/dist/src/components/molecules/SubscriptionCard/CardBody.tsx +29 -0
  42. package/dist/src/components/molecules/SubscriptionCard/CardFooter.d.ts +8 -0
  43. package/dist/src/components/molecules/SubscriptionCard/CardFooter.js +3 -0
  44. package/dist/src/components/molecules/SubscriptionCard/CardFooter.tsx +23 -0
  45. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingCardHeader.d.ts +6 -0
  46. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingCardHeader.js +3 -0
  47. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingCardHeader.styled.d.ts +1 -0
  48. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingCardHeader.styled.js +30 -0
  49. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingCardHeader.styled.ts +31 -0
  50. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingCardHeader.tsx +14 -0
  51. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCard.d.ts +4 -0
  52. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCard.js +15 -0
  53. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCard.tsx +38 -0
  54. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCardProps.types.d.ts +20 -0
  55. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCardProps.types.ts +22 -0
  56. package/dist/src/components/{atoms/BenefitRatafiaCard/BenefitRatafiaCard.styled.d.ts → molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingText.styled.d.ts} +1 -1
  57. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingText.styled.js +10 -0
  58. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingText.styled.ts +11 -0
  59. package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaCardHeader.d.ts +8 -0
  60. package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaCardHeader.js +4 -0
  61. package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaCardHeader.styled.d.ts +1 -0
  62. package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaCardHeader.styled.js +29 -0
  63. package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaCardHeader.styled.ts +30 -0
  64. package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaCardHeader.tsx +20 -0
  65. package/dist/src/components/molecules/{RatafiaSubscriptionCard → SubscriptionCard/RatafiaSubscriptionCard}/RatafiaSubscriptionCard.d.ts +2 -2
  66. package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaSubscriptionCard.js +14 -0
  67. package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaSubscriptionCard.tsx +34 -0
  68. package/dist/src/components/molecules/{RatafiaSubscriptionCard → SubscriptionCard/RatafiaSubscriptionCard}/RatafiaSubscriptionCardProps.types.d.ts +3 -3
  69. package/dist/src/components/molecules/{RatafiaSubscriptionCard → SubscriptionCard/RatafiaSubscriptionCard}/RatafiaSubscriptionCardProps.types.ts +3 -3
  70. package/dist/src/components/molecules/SubscriptionCard/SubscriptionCard.styled.d.ts +1 -0
  71. package/dist/src/components/molecules/{RatafiaSubscriptionCard/RatafiaSubscriptionCard.styled.js → SubscriptionCard/SubscriptionCard.styled.js} +14 -32
  72. package/dist/src/components/molecules/{RatafiaSubscriptionCard/RatafiaSubscriptionCard.styled.ts → SubscriptionCard/SubscriptionCard.styled.ts} +14 -32
  73. package/dist/src/components/molecules/SubscriptionCard/index.d.ts +4 -0
  74. package/dist/src/components/molecules/SubscriptionCard/index.js +2 -0
  75. package/dist/src/components/molecules/SubscriptionCard/index.ts +4 -0
  76. package/dist/src/components/molecules/index.d.ts +1 -1
  77. package/dist/src/components/molecules/index.js +1 -1
  78. package/dist/src/components/molecules/index.ts +1 -1
  79. package/dist/src/components/organisms/HeroContent/HeroContent.d.ts +4 -0
  80. package/dist/src/components/organisms/HeroContent/HeroContent.js +7 -0
  81. package/dist/src/components/organisms/HeroContent/HeroContent.styled.d.ts +1 -0
  82. package/dist/src/components/organisms/{AboutUsContent/AboutUsContent.styled.js → HeroContent/HeroContent.styled.js} +3 -3
  83. package/dist/src/components/organisms/{AboutUsContent/AboutUsContent.styled.ts → HeroContent/HeroContent.styled.ts} +3 -3
  84. package/dist/src/components/organisms/HeroContent/HeroContent.tsx +23 -0
  85. package/dist/src/components/organisms/{AboutUsContent/AboutUsContentProps.types.d.ts → HeroContent/HeroContentPropsProps.types.d.ts} +1 -1
  86. package/dist/src/components/organisms/HeroContent/HeroContentPropsProps.types.js +1 -0
  87. package/dist/src/components/organisms/{AboutUsContent/AboutUsContentProps.types.ts → HeroContent/HeroContentPropsProps.types.ts} +1 -1
  88. package/dist/src/components/organisms/HeroContent/index.d.ts +2 -0
  89. package/dist/src/components/organisms/HeroContent/index.js +1 -0
  90. package/dist/src/components/organisms/HeroContent/index.ts +2 -0
  91. package/dist/src/components/organisms/index.d.ts +1 -1
  92. package/dist/src/components/organisms/index.js +1 -1
  93. package/dist/src/components/organisms/index.ts +1 -1
  94. package/dist/src/components/pages/AboutUsPage/AboutUsPage.js +3 -3
  95. package/dist/src/components/pages/AboutUsPage/AboutUsPage.tsx +2 -5
  96. package/dist/src/components/pages/AboutUsPage/AboutUsPageProps.d.ts +2 -3
  97. package/dist/src/components/pages/AboutUsPage/AboutUsPageProps.ts +2 -4
  98. package/dist/src/components/pages/PricingPage/PricingPage.d.ts +3 -0
  99. package/dist/src/components/pages/PricingPage/PricingPage.js +10 -0
  100. package/dist/src/components/pages/PricingPage/PricingPage.styled.d.ts +1 -0
  101. package/dist/src/components/pages/PricingPage/PricingPage.styled.js +88 -0
  102. package/dist/src/components/pages/PricingPage/PricingPage.styled.ts +89 -0
  103. package/dist/src/components/pages/PricingPage/PricingPage.tsx +49 -0
  104. package/dist/src/components/pages/PricingPage/PricingPageProps.d.ts +29 -0
  105. package/dist/src/components/pages/PricingPage/PricingPageProps.js +1 -0
  106. package/dist/src/components/pages/PricingPage/PricingPageProps.ts +33 -0
  107. package/dist/src/components/pages/PricingPage/index.d.ts +1 -0
  108. package/dist/src/components/pages/PricingPage/index.js +1 -0
  109. package/dist/src/components/pages/PricingPage/index.ts +1 -0
  110. package/dist/src/components/pages/index.d.ts +1 -0
  111. package/dist/src/components/pages/index.js +1 -0
  112. package/dist/src/components/pages/index.ts +1 -0
  113. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSectionProps.types.d.ts +2 -2
  114. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSectionProps.types.ts +2 -2
  115. package/dist/src/components/sections/CardBoxSection/CardBoxSection.d.ts +4 -0
  116. package/dist/src/components/sections/CardBoxSection/CardBoxSection.js +9 -0
  117. package/dist/src/components/sections/CardBoxSection/CardBoxSection.styled.d.ts +2 -0
  118. package/dist/src/components/sections/CardBoxSection/CardBoxSection.styled.js +33 -0
  119. package/dist/src/components/sections/CardBoxSection/CardBoxSection.styled.ts +35 -0
  120. package/dist/src/components/sections/CardBoxSection/CardBoxSection.tsx +23 -0
  121. package/dist/src/components/sections/CardBoxSection/CardBoxSectionProps.d.ts +4 -0
  122. package/dist/src/components/sections/CardBoxSection/CardBoxSectionProps.js +1 -0
  123. package/dist/src/components/sections/CardBoxSection/CardBoxSectionProps.ts +5 -0
  124. package/dist/src/components/sections/CardBoxSection/index.d.ts +2 -0
  125. package/dist/src/components/sections/CardBoxSection/index.js +1 -0
  126. package/dist/src/components/sections/CardBoxSection/index.ts +2 -0
  127. package/dist/src/components/sections/FaqSection/FaqSection.js +1 -1
  128. package/dist/src/components/sections/FaqSection/FaqSection.tsx +1 -3
  129. package/dist/src/components/sections/HeroSection/HeroSection.d.ts +4 -0
  130. package/dist/src/components/sections/HeroSection/HeroSection.js +7 -0
  131. package/dist/src/components/sections/HeroSection/HeroSection.tsx +24 -0
  132. package/dist/src/components/sections/HeroSection/HeroSectionProps.types.d.ts +6 -0
  133. package/dist/src/components/sections/HeroSection/HeroSectionProps.types.js +1 -0
  134. package/dist/src/components/sections/HeroSection/HeroSectionProps.types.ts +7 -0
  135. package/dist/src/components/sections/HeroSection/HeroSectionStyled.styled.d.ts +1 -0
  136. package/dist/src/components/sections/{AboutUsSection/AboutUsSection.styled.js → HeroSection/HeroSectionStyled.styled.js} +2 -2
  137. package/dist/src/components/sections/{AboutUsSection/AboutUsSection.styled.ts → HeroSection/HeroSectionStyled.styled.ts} +2 -2
  138. package/dist/src/components/sections/HeroSection/index.d.ts +2 -0
  139. package/dist/src/components/sections/HeroSection/index.js +1 -0
  140. package/dist/src/components/sections/HeroSection/index.ts +2 -0
  141. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.js +3 -5
  142. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.styled.js +0 -65
  143. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.styled.ts +0 -65
  144. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.tsx +2 -5
  145. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSectionProps.types.d.ts +1 -1
  146. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSectionProps.types.ts +1 -1
  147. package/dist/src/components/sections/index.d.ts +2 -1
  148. package/dist/src/components/sections/index.js +2 -1
  149. package/dist/src/components/sections/index.ts +2 -1
  150. package/dist/tsconfig.build.tsbuildinfo +1 -1
  151. package/package.json +7 -4
  152. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.d.ts +0 -4
  153. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.js +0 -6
  154. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.tsx +0 -18
  155. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCardProps.types.ts +0 -6
  156. package/dist/src/components/atoms/BenefitRatafiaCard/index.d.ts +0 -2
  157. package/dist/src/components/atoms/BenefitRatafiaCard/index.js +0 -1
  158. package/dist/src/components/atoms/BenefitRatafiaCard/index.ts +0 -2
  159. package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.js +0 -12
  160. package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.styled.d.ts +0 -1
  161. package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.tsx +0 -61
  162. package/dist/src/components/molecules/RatafiaSubscriptionCard/index.d.ts +0 -2
  163. package/dist/src/components/molecules/RatafiaSubscriptionCard/index.js +0 -1
  164. package/dist/src/components/molecules/RatafiaSubscriptionCard/index.ts +0 -2
  165. package/dist/src/components/organisms/AboutUsContent/AboutUsContent.d.ts +0 -4
  166. package/dist/src/components/organisms/AboutUsContent/AboutUsContent.js +0 -7
  167. package/dist/src/components/organisms/AboutUsContent/AboutUsContent.styled.d.ts +0 -1
  168. package/dist/src/components/organisms/AboutUsContent/AboutUsContent.tsx +0 -23
  169. package/dist/src/components/organisms/AboutUsContent/index.d.ts +0 -2
  170. package/dist/src/components/organisms/AboutUsContent/index.js +0 -1
  171. package/dist/src/components/organisms/AboutUsContent/index.ts +0 -2
  172. package/dist/src/components/sections/AboutUsSection/AboutUsSection.d.ts +0 -4
  173. package/dist/src/components/sections/AboutUsSection/AboutUsSection.js +0 -7
  174. package/dist/src/components/sections/AboutUsSection/AboutUsSection.styled.d.ts +0 -1
  175. package/dist/src/components/sections/AboutUsSection/AboutUsSection.tsx +0 -24
  176. package/dist/src/components/sections/AboutUsSection/AboutUsSectionProps.types.d.ts +0 -6
  177. package/dist/src/components/sections/AboutUsSection/AboutUsSectionProps.types.ts +0 -7
  178. package/dist/src/components/sections/AboutUsSection/index.d.ts +0 -2
  179. package/dist/src/components/sections/AboutUsSection/index.js +0 -1
  180. package/dist/src/components/sections/AboutUsSection/index.ts +0 -2
  181. /package/dist/src/components/atoms/{BenefitRatafiaCard/BenefitRatafiaCardProps.types.js → BenefitCard/BenefitCardProps.types.js} +0 -0
  182. /package/dist/src/components/{molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCardProps.types.js → atoms/CardBox/CardBoxProps.types.js} +0 -0
  183. /package/dist/src/components/{organisms/AboutUsContent/AboutUsContentProps.types.js → molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCardProps.types.js} +0 -0
  184. /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 './RatafiaSubscriptionCard'
36
+ export * from './SubscriptionCard'
37
37
  export * from './Snackbar'
38
38
  export * from './StepGetForm'
39
39
  export * from './StepRatafiaCardList'
@@ -0,0 +1,4 @@
1
+ import { type FC } from 'react';
2
+ import { type HeroContentProps } from './HeroContentPropsProps.types';
3
+ declare const HeroContent: FC<HeroContentProps>;
4
+ export default HeroContent;
@@ -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 AboutUsContentStyled = styled.div `
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
- .about-us-content__body {
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
- .about-us-content__image {
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 AboutUsContentStyled = styled.div`
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
- .about-us-content__body {
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
- .about-us-content__image {
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
@@ -1,5 +1,5 @@
1
1
  import { type ButtonProps } from '../../atoms';
2
- export interface AboutUsContentProps {
2
+ export interface HeroContentProps {
3
3
  children: React.ReactNode;
4
4
  image: React.ReactNode;
5
5
  button?: ButtonProps;
@@ -1,6 +1,6 @@
1
1
  import { type ButtonProps } from '../../atoms'
2
2
 
3
- export interface AboutUsContentProps {
3
+ export interface HeroContentProps {
4
4
  children: React.ReactNode
5
5
  image: React.ReactNode
6
6
  button?: ButtonProps
@@ -0,0 +1,2 @@
1
+ export { default as HeroContent } from './HeroContent';
2
+ export { type HeroContentProps } from './HeroContentPropsProps.types';
@@ -0,0 +1 @@
1
+ export { default as HeroContent } from './HeroContent';
@@ -0,0 +1,2 @@
1
+ export { default as HeroContent } from './HeroContent'
2
+ export { type HeroContentProps } from './HeroContentPropsProps.types'
@@ -1,4 +1,4 @@
1
- export * from './AboutUsContent';
1
+ export * from './HeroContent';
2
2
  export * from './Accordion';
3
3
  export * from './ArticlesList';
4
4
  export * from './AsSeeInContent';
@@ -1,4 +1,4 @@
1
- export * from './AboutUsContent';
1
+ export * from './HeroContent';
2
2
  export * from './Accordion';
3
3
  export * from './ArticlesList';
4
4
  export * from './AsSeeInContent';
@@ -1,4 +1,4 @@
1
- export * from './AboutUsContent'
1
+ export * from './HeroContent'
2
2
  export * from './Accordion'
3
3
  export * from './ArticlesList'
4
4
  export * from './AsSeeInContent'
@@ -1,6 +1,6 @@
1
1
  import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { AboutUsSection, AsSeeInSection, CardStorySection, ExpertsSection, GuidelinesSection, MidBannerRatafiaSection, PeopleSayAboutUsSection, TryOurFreeLegalBlogsSection } from '../../sections';
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, midBannerSectionProps, contactContentProps, isJonSnow = false }) => {
5
- return (_jsxs(_Fragment, { children: [aboutUsSectionProps != null && _jsx(AboutUsSection, { ...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 })] }));
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
- MidBannerRatafiaSection,
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 && <AboutUsSection {...aboutUsSectionProps} />}
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 { AboutUsSectionProps, AsSeeInSectionProps, CardStorySectionProps, ExpertsSectionProps, GuidelinesSectionProps, MidBannerRatafiaSectionProps, PeopleSayAboutUsSectionProps, TryOurFreeLegalBlogsSectionProps, TryUsSectionProps } from '../../sections';
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?: 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
- MidBannerRatafiaSectionProps,
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?: 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,3 @@
1
+ import React from 'react';
2
+ import { PricingPageProps } from './PricingPageProps';
3
+ export declare const PricingPage: React.FC<PricingPageProps>;
@@ -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?.benefitsList?.length > 0 &&
9
+ benefitsContent?.benefitsList?.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.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;
@@ -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?.benefitsList?.length > 0 &&
32
+ benefitsContent?.benefitsList?.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.benefitsList} />
43
+ </div>
44
+ <div className='faqs-section'>
45
+ <FaqSection groups={faqsContent?.faqItems} 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
+ benefitsList: BenefitCardProps[];
8
+ }
9
+ interface FaqsContent {
10
+ faqItems: FaqGroupProps[];
11
+ }
12
+ interface PricingPlanContent {
13
+ title: string;
14
+ plans: PlanBoxPricingSubscriptionCardProps[];
15
+ }
16
+ interface SupportContent {
17
+ title: string;
18
+ description: string;
19
+ benefitsList: 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,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
+ benefitsList: BenefitCardProps[]
9
+ }
10
+
11
+ interface FaqsContent {
12
+ faqItems: FaqGroupProps[]
13
+ }
14
+
15
+ interface PricingPlanContent {
16
+ title: string
17
+ plans: PlanBoxPricingSubscriptionCardProps[]
18
+ }
19
+
20
+ interface SupportContent {
21
+ title: string
22
+ description: string
23
+ benefitsList: 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'
@@ -11,3 +11,4 @@ export * from './RatafiaPricingPage';
11
11
  export * from './RatafiaResultPage';
12
12
  export * from './UnsubscribePage';
13
13
  export * from './LoginRatafiaPage';
14
+ export * from './PricingPage';
@@ -11,3 +11,4 @@ export * from './RatafiaPricingPage';
11
11
  export * from './RatafiaResultPage';
12
12
  export * from './UnsubscribePage';
13
13
  export * from './LoginRatafiaPage';
14
+ export * from './PricingPage';
@@ -11,3 +11,4 @@ export * from './RatafiaPricingPage'
11
11
  export * from './RatafiaResultPage'
12
12
  export * from './UnsubscribePage'
13
13
  export * from './LoginRatafiaPage'
14
+ export * from './PricingPage'
@@ -1,8 +1,8 @@
1
- import { type BenefitRatafiaCardProps } from '../../atoms';
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: BenefitRatafiaCardProps[];
7
+ benefits: BenefitCardProps[];
8
8
  }
@@ -1,9 +1,9 @@
1
- import { type BenefitRatafiaCardProps } from '../../atoms'
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: BenefitRatafiaCardProps[]
8
+ benefits: BenefitCardProps[]
9
9
  }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { type CardBoxSectionProps } from './CardBoxSectionProps';
3
+ export declare const CardBoxMinimalSection: React.FC<CardBoxSectionProps>;
4
+ export declare const CardBoxFeaturedSection: React.FC<CardBoxSectionProps>;
@@ -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
+ };