@npm_leadtech/legal-lib-components 5.4.1 → 5.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (167) hide show
  1. package/dist/css/styles.css +3 -1168
  2. package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.styled.js +3 -5
  3. package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.styled.ts +3 -5
  4. package/dist/src/components/molecules/ExpertCardList/ExpertCardList.scss +3 -2
  5. package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.scss +1 -1
  6. package/dist/src/components/pages/ErrorRatafiaPage/ErrorRatafiaPage.js +2 -2
  7. package/dist/src/components/pages/ErrorRatafiaPage/ErrorRatafiaPage.styled.d.ts +1 -0
  8. package/dist/src/components/pages/ErrorRatafiaPage/ErrorRatafiaPage.styled.js +30 -0
  9. package/dist/src/components/pages/ErrorRatafiaPage/{ErrorRatafiaPage.scss → ErrorRatafiaPage.styled.ts} +3 -4
  10. package/dist/src/components/pages/ErrorRatafiaPage/ErrorRatafiaPage.tsx +4 -3
  11. package/dist/src/components/pages/FaqsPage/FaqsPage.js +2 -2
  12. package/dist/src/components/pages/FaqsPage/FaqsPage.styled.d.ts +1 -0
  13. package/dist/src/components/pages/FaqsPage/FaqsPage.styled.js +59 -0
  14. package/dist/src/components/pages/FaqsPage/{FaqsPage.scss → FaqsPage.styled.ts} +3 -4
  15. package/dist/src/components/pages/FaqsPage/FaqsPage.tsx +4 -3
  16. package/dist/src/components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPage.js +2 -2
  17. package/dist/src/components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPage.styled.d.ts +1 -0
  18. package/dist/src/components/pages/KeyFactsResultRatafiaPage/{KeyFactsResultRatafiaPage.scss → KeyFactsResultRatafiaPage.styled.js} +4 -5
  19. package/dist/src/components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPage.styled.ts +23 -0
  20. package/dist/src/components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPage.tsx +4 -3
  21. package/dist/src/components/pages/LoginRatafiaPage/LoginRatafiaPage.js +2 -2
  22. package/dist/src/components/pages/LoginRatafiaPage/LoginRatafiaPage.styled.d.ts +1 -0
  23. package/dist/src/components/pages/LoginRatafiaPage/{LoginPageRatafia.scss → LoginRatafiaPage.styled.js} +5 -5
  24. package/dist/src/components/pages/LoginRatafiaPage/LoginRatafiaPage.styled.ts +24 -0
  25. package/dist/src/components/pages/LoginRatafiaPage/LoginRatafiaPage.tsx +3 -3
  26. package/dist/src/components/sections/AboutUsSection/AboutUsSection.js +2 -2
  27. package/dist/src/components/sections/AboutUsSection/AboutUsSection.styled.d.ts +1 -0
  28. package/dist/src/components/sections/AboutUsSection/AboutUsSection.styled.js +53 -0
  29. package/dist/src/components/sections/AboutUsSection/AboutUsSection.styled.ts +54 -0
  30. package/dist/src/components/sections/AboutUsSection/AboutUsSection.tsx +3 -3
  31. package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.js +2 -2
  32. package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.styled.d.ts +1 -0
  33. package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.styled.js +36 -0
  34. package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.styled.ts +37 -0
  35. package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.tsx +3 -3
  36. package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.js +2 -2
  37. package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.styled.d.ts +1 -0
  38. package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.styled.js +51 -0
  39. package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.styled.ts +52 -0
  40. package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.tsx +3 -3
  41. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.js +2 -2
  42. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.styled.d.ts +1 -0
  43. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.styled.js +54 -0
  44. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.styled.ts +55 -0
  45. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.tsx +3 -3
  46. package/dist/src/components/sections/BlogSection/BlogSection.js +2 -1
  47. package/dist/src/components/sections/BlogSection/BlogSection.styled.d.ts +1 -0
  48. package/dist/src/components/sections/BlogSection/BlogSection.styled.js +32 -0
  49. package/dist/src/components/sections/BlogSection/BlogSection.styled.ts +33 -0
  50. package/dist/src/components/sections/BlogSection/BlogSection.tsx +3 -2
  51. package/dist/src/components/sections/ContactSection/ContactSection.js +2 -2
  52. package/dist/src/components/sections/ContactSection/ContactSection.styled.d.ts +1 -0
  53. package/dist/src/components/sections/ContactSection/ContactSection.styled.js +89 -0
  54. package/dist/src/components/sections/ContactSection/{ContactSection.scss → ContactSection.styled.ts} +9 -9
  55. package/dist/src/components/sections/ContactSection/ContactSection.tsx +3 -3
  56. package/dist/src/components/sections/ExpertsSection/ExpertsSection.js +2 -2
  57. package/dist/src/components/sections/ExpertsSection/ExpertsSection.scss +0 -1
  58. package/dist/src/components/sections/ExpertsSection/ExpertsSection.styled.d.ts +1 -0
  59. package/dist/src/components/sections/ExpertsSection/ExpertsSection.styled.js +27 -0
  60. package/dist/src/components/sections/ExpertsSection/ExpertsSection.styled.ts +28 -0
  61. package/dist/src/components/sections/ExpertsSection/ExpertsSection.tsx +3 -3
  62. package/dist/src/components/sections/FaqSection/FaqSection.js +2 -2
  63. package/dist/src/components/sections/FaqSection/FaqSection.styled.d.ts +1 -0
  64. package/dist/src/components/sections/FaqSection/FaqSection.styled.js +29 -0
  65. package/dist/src/components/sections/FaqSection/FaqSection.styled.ts +30 -0
  66. package/dist/src/components/sections/FaqSection/FaqSection.tsx +3 -3
  67. package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.js +2 -2
  68. package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.styled.d.ts +1 -0
  69. package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.styled.js +56 -0
  70. package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.styled.ts +57 -0
  71. package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.tsx +3 -3
  72. package/dist/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.js +2 -1
  73. package/dist/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.styled.d.ts +1 -0
  74. package/dist/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.styled.js +14 -0
  75. package/dist/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.styled.ts +15 -0
  76. package/dist/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.tsx +3 -2
  77. package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.js +2 -2
  78. package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.styled.d.ts +1 -0
  79. package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.styled.js +10 -0
  80. package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.styled.ts +11 -0
  81. package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.tsx +3 -3
  82. package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.js +2 -2
  83. package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.styled.d.ts +1 -0
  84. package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.styled.js +24 -0
  85. package/dist/src/components/sections/HowGetYourFormsSection/{HowGetYourFormsSection.scss → HowGetYourFormsSection.styled.ts} +7 -8
  86. package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.tsx +3 -3
  87. package/dist/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSection.js +2 -2
  88. package/dist/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSection.styled.d.ts +1 -0
  89. package/dist/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSection.styled.js +39 -0
  90. package/dist/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSection.styled.ts +40 -0
  91. package/dist/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSection.tsx +6 -3
  92. package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.js +2 -2
  93. package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.styled.d.ts +1 -0
  94. package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.styled.js +40 -0
  95. package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.styled.ts +41 -0
  96. package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.tsx +3 -3
  97. package/dist/src/components/sections/LearnMoreSection/LearnMoreSection.js +2 -2
  98. package/dist/src/components/sections/LearnMoreSection/LearnMoreSection.styled.d.ts +1 -0
  99. package/dist/src/components/sections/LearnMoreSection/LearnMoreSection.styled.js +106 -0
  100. package/dist/src/components/sections/LearnMoreSection/{LearnMoreSection.scss → LearnMoreSection.styled.ts} +12 -12
  101. package/dist/src/components/sections/LearnMoreSection/LearnMoreSection.tsx +3 -3
  102. package/dist/src/components/sections/LegalSection/LegalSection.js +2 -2
  103. package/dist/src/components/sections/LegalSection/LegalSection.styled.d.ts +1 -0
  104. package/dist/src/components/sections/LegalSection/LegalSection.styled.js +121 -0
  105. package/dist/src/components/sections/LegalSection/LegalSection.styled.ts +122 -0
  106. package/dist/src/components/sections/LegalSection/LegalSection.tsx +3 -3
  107. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.js +2 -2
  108. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.styled.d.ts +1 -0
  109. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.styled.js +46 -0
  110. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.styled.ts +47 -0
  111. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.tsx +3 -3
  112. package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.js +2 -2
  113. package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.styled.d.ts +1 -0
  114. package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.styled.js +43 -0
  115. package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.styled.ts +44 -0
  116. package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.tsx +3 -3
  117. package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.js +2 -2
  118. package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.styled.d.ts +1 -0
  119. package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.styled.js +55 -0
  120. package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.styled.ts +56 -0
  121. package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.tsx +3 -4
  122. package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.js +2 -1
  123. package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.styled.d.ts +1 -0
  124. package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.styled.js +70 -0
  125. package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.styled.ts +71 -0
  126. package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.tsx +3 -2
  127. package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.js +2 -2
  128. package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.styled.d.ts +1 -0
  129. package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.styled.js +10 -0
  130. package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.styled.ts +11 -0
  131. package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.tsx +3 -3
  132. package/dist/src/components/sections/TryUsSection/TryUsSection.js +2 -2
  133. package/dist/src/components/sections/TryUsSection/TryUsSection.styled.d.ts +1 -0
  134. package/dist/src/components/sections/TryUsSection/TryUsSection.styled.js +23 -0
  135. package/dist/src/components/sections/TryUsSection/{TryUsSection.scss → TryUsSection.styled.ts} +5 -5
  136. package/dist/src/components/sections/TryUsSection/TryUsSection.tsx +3 -3
  137. package/dist/src/components/sections/UnsubscribeSection/UnsubscribeSection.js +2 -2
  138. package/dist/src/components/sections/UnsubscribeSection/UnsubscribeSection.styled.d.ts +1 -0
  139. package/dist/src/components/sections/UnsubscribeSection/UnsubscribeSection.styled.js +63 -0
  140. package/dist/src/components/sections/UnsubscribeSection/UnsubscribeSection.styled.ts +64 -0
  141. package/dist/src/components/sections/UnsubscribeSection/UnsubscribeSection.tsx +3 -3
  142. package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.js +2 -2
  143. package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.styled.d.ts +1 -0
  144. package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.styled.js +36 -0
  145. package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.styled.ts +37 -0
  146. package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.tsx +3 -4
  147. package/dist/src/globalStyles/styles.scss +0 -30
  148. package/dist/tsconfig.build.tsbuildinfo +1 -1
  149. package/package.json +1 -1
  150. package/dist/src/components/sections/AboutUsSection/AboutUsSection.scss +0 -52
  151. package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.scss +0 -50
  152. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.scss +0 -57
  153. package/dist/src/components/sections/BlogSection/BlogSection.scss +0 -33
  154. package/dist/src/components/sections/FaqSection/FaqSection.scss +0 -31
  155. package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.scss +0 -57
  156. package/dist/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.scss +0 -15
  157. package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.scss +0 -12
  158. package/dist/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSection.scss +0 -41
  159. package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.scss +0 -41
  160. package/dist/src/components/sections/LegalSection/LegalSection.scss +0 -120
  161. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.scss +0 -47
  162. package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.scss +0 -42
  163. package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.scss +0 -53
  164. package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.scss +0 -69
  165. package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.scss +0 -11
  166. package/dist/src/components/sections/UnsubscribeSection/UnsubscribeSection.scss +0 -62
  167. package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.scss +0 -35
@@ -1,9 +1,7 @@
1
1
  import styled from 'styled-components';
2
2
  export const RichTextStrapiStyled = styled.div `
3
- &.richt-text-strapi {
4
- & ul li,
5
- ol li {
6
- margin-bottom: 1rem;
7
- }
3
+ ul li,
4
+ ol li {
5
+ margin-bottom: 1rem;
8
6
  }
9
7
  `;
@@ -1,10 +1,8 @@
1
1
  import styled from 'styled-components'
2
2
 
3
3
  export const RichTextStrapiStyled = styled.div`
4
- &.richt-text-strapi {
5
- & ul li,
6
- ol li {
7
- margin-bottom: 1rem;
8
- }
4
+ ul li,
5
+ ol li {
6
+ margin-bottom: 1rem;
9
7
  }
10
8
  `
@@ -3,11 +3,12 @@
3
3
 
4
4
  .expert-card-list {
5
5
  display: flex;
6
- flex-direction: column;
6
+ flex-flow: column;
7
+ gap: 0 2rem;
7
8
  justify-content: center;
8
9
  margin: 2rem 0 3rem 0;
9
10
 
10
11
  @include landscape-tablets {
11
- flex-direction: row;
12
+ flex-flow: row wrap;
12
13
  }
13
14
  }
@@ -64,7 +64,7 @@
64
64
  }
65
65
 
66
66
  &.primary {
67
- background-color: get-color(neutral, neutral-6);
67
+ background-color: var(--neutral-neutral-6);
68
68
 
69
69
  .icon-svg-with-theme-color {
70
70
  background-color: get-color(primary, main-light-1);
@@ -3,11 +3,11 @@ import { Button } from '../../atoms';
3
3
  import DisclaimerRatafia from '../../atoms/DisclaimerRatafia/DisclaimerRatafia';
4
4
  import { ErrorContentRatafia } from '../../organisms';
5
5
  import { LayoutRatafia } from '../../organisms/LayoutRatafia';
6
- // import './ErrorRatafiaPage.scss'
6
+ import { ErrorRatafiaPageStyled } from './ErrorRatafiaPage.styled';
7
7
  export const ErrorRatafiaPage = ({ header, errorContent, disclaimer, goToDashboardCta, tryAgainCta }) => {
8
8
  const ctas = (_jsxs("div", { className: 'error-ratafia-page__ctas', children: [_jsx(Button, { givenClass: 'error-ratafia-page__ctas__button', dataQa: tryAgainCta.dataQa, color: 'primary', label: tryAgainCta.label, onClick: tryAgainCta.handleOnClick, link: tryAgainCta.link }), _jsx(Button, { givenClass: 'error-ratafia-page__ctas__button', dataQa: goToDashboardCta.dataQa, color: 'secondary', label: goToDashboardCta.label, onClick: goToDashboardCta.handleOnClick, link: goToDashboardCta.link })] }));
9
9
  const content = _jsx(ErrorContentRatafia, { title: errorContent.title, errorMessage: errorContent.errorMessage });
10
10
  const footerDesktop = (_jsx(DisclaimerRatafia, { icon: disclaimer.icon, text: disclaimer.text, copyrightText: disclaimer.copyrightText, ctaTextShowDisclaimer: disclaimer.ctaTextShowDisclaimer, ctaTextCloseDisclaimer: disclaimer.ctaTextCloseDisclaimer }));
11
11
  const footerMobile = (_jsxs(_Fragment, { children: [footerDesktop, ctas] }));
12
- return (_jsx("div", { className: 'error-ratafia-page', children: _jsx(LayoutRatafia, { header: header, content: content, cta: ctas, footerDesktop: footerDesktop, footerMobile: footerMobile }) }));
12
+ return (_jsx(ErrorRatafiaPageStyled, { className: 'error-ratafia-page', children: _jsx(LayoutRatafia, { header: header, content: content, cta: ctas, footerDesktop: footerDesktop, footerMobile: footerMobile }) }));
13
13
  };
@@ -0,0 +1 @@
1
+ export declare const ErrorRatafiaPageStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -0,0 +1,30 @@
1
+ import styled from 'styled-components';
2
+ export const ErrorRatafiaPageStyled = styled.div `
3
+ display: flex;
4
+ flex-direction: column;
5
+ align-items: flex-start;
6
+ flex: 1 0 0;
7
+ align-self: stretch;
8
+ gap: 1.5rem;
9
+ background-color: var(--neutral-neutral-6);
10
+
11
+ &__ctas {
12
+ text-align: center;
13
+ &__button {
14
+ display: block;
15
+ width: 100%;
16
+ &:first-child {
17
+ margin-bottom: 1rem;
18
+ }
19
+
20
+ @include portrait-tablets {
21
+ display: inline-grid;
22
+ width: inherit;
23
+
24
+ &:first-child {
25
+ margin-right: 1rem;
26
+ }
27
+ }
28
+ }
29
+ }
30
+ `;
@@ -1,7 +1,6 @@
1
- @import '../../../globalStyles/variables.scss';
2
- @import '../../../globalStyles/mediaqueries.scss';
1
+ import styled from 'styled-components'
3
2
 
4
- .error-ratafia-page {
3
+ export const ErrorRatafiaPageStyled = styled.div`
5
4
  display: flex;
6
5
  flex-direction: column;
7
6
  align-items: flex-start;
@@ -29,4 +28,4 @@
29
28
  }
30
29
  }
31
30
  }
32
- }
31
+ `
@@ -5,7 +5,8 @@ import DisclaimerRatafia from '../../atoms/DisclaimerRatafia/DisclaimerRatafia'
5
5
  import { ErrorContentRatafia } from '../../organisms'
6
6
  import { type ErrorRatafiaPageProps } from './ErrorRatafiaPageProps.types'
7
7
  import { LayoutRatafia } from '../../organisms/LayoutRatafia'
8
- // import './ErrorRatafiaPage.scss'
8
+
9
+ import { ErrorRatafiaPageStyled } from './ErrorRatafiaPage.styled'
9
10
 
10
11
  export const ErrorRatafiaPage: React.FC<ErrorRatafiaPageProps> = ({
11
12
  header,
@@ -55,7 +56,7 @@ export const ErrorRatafiaPage: React.FC<ErrorRatafiaPageProps> = ({
55
56
  )
56
57
 
57
58
  return (
58
- <div className='error-ratafia-page'>
59
+ <ErrorRatafiaPageStyled className='error-ratafia-page'>
59
60
  <LayoutRatafia
60
61
  header={header}
61
62
  content={content}
@@ -63,6 +64,6 @@ export const ErrorRatafiaPage: React.FC<ErrorRatafiaPageProps> = ({
63
64
  footerDesktop={footerDesktop}
64
65
  footerMobile={footerMobile}
65
66
  />
66
- </div>
67
+ </ErrorRatafiaPageStyled>
67
68
  )
68
69
  }
@@ -1,6 +1,6 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { AsideMenuSection, FaqSection } from '../../sections';
3
- // import './FaqsPage.scss'
3
+ import { FaqsPageStyled } from './FaqsPage.styled';
4
4
  export const FaqsPage = ({ title, subtitle, asideMenuSectionProps, faqSectionProps }) => {
5
- return (_jsxs("div", { className: 'faq-page', children: [_jsxs("div", { className: 'titles', children: [_jsx("h1", { className: 'title', children: title }), _jsx("h2", { className: 'subtitle', children: subtitle })] }), _jsxs("div", { className: 'main-content', children: [_jsx(AsideMenuSection, { ...asideMenuSectionProps }), _jsx(FaqSection, { ...faqSectionProps })] })] }));
5
+ return (_jsxs(FaqsPageStyled, { className: 'faq-page', children: [_jsxs("div", { className: 'titles', children: [_jsx("h1", { className: 'title', children: title }), _jsx("h2", { className: 'subtitle', children: subtitle })] }), _jsxs("div", { className: 'main-content', children: [_jsx(AsideMenuSection, { ...asideMenuSectionProps }), _jsx(FaqSection, { ...faqSectionProps })] })] }));
6
6
  };
@@ -0,0 +1 @@
1
+ export declare const FaqsPageStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -0,0 +1,59 @@
1
+ import styled from 'styled-components';
2
+ export const FaqsPageStyled = styled.div `
3
+ .titles {
4
+ display: flex;
5
+ padding: 40px 24px;
6
+ flex-direction: column;
7
+ align-items: center;
8
+ gap: 8px;
9
+ background: var(--primary-main-light-6);
10
+
11
+ @include landscape-tablets {
12
+ padding: 40px 32px 80px 32px;
13
+ }
14
+
15
+ .title {
16
+ color: var(--neutral-neutral-2);
17
+ font-family: var(--font-sans);
18
+ font-size: 14px;
19
+ line-height: 18px;
20
+ letter-spacing: -0.3px;
21
+ border-bottom: get-color(neutral, neutral-2) 1px solid;
22
+ padding-bottom: 8px;
23
+ margin-bottom: 8px;
24
+ }
25
+
26
+ .subtitle {
27
+ color: var(--neutral-main);
28
+ font-family: var(--font-serif);
29
+ font-size: 36px;
30
+ line-height: 48px;
31
+ font-weight: 400;
32
+ letter-spacing: -0.3px;
33
+
34
+ @include landscape-tablets {
35
+ font-size: 48px;
36
+ line-height: 58px;
37
+ }
38
+ }
39
+ }
40
+
41
+ .main-content {
42
+ display: flex;
43
+ flex-direction: row;
44
+ padding: 32px 24px;
45
+ gap: var(--global-gap);
46
+ background: var(--primary-main-light-6);
47
+ justify-content: center;
48
+
49
+ @include mobile {
50
+ flex-direction: column;
51
+ gap: calc(1rem * 3);
52
+ }
53
+
54
+ @include landscape-tablets {
55
+ padding: 32px;
56
+ gap: 106px;
57
+ }
58
+ }
59
+ `;
@@ -1,7 +1,6 @@
1
- @import '../../../globalStyles/variables.scss';
2
- @import '../../../globalStyles/mediaqueries.scss';
1
+ import styled from 'styled-components'
3
2
 
4
- .faq-page {
3
+ export const FaqsPageStyled = styled.div`
5
4
  .titles {
6
5
  display: flex;
7
6
  padding: 40px 24px;
@@ -58,4 +57,4 @@
58
57
  gap: 106px;
59
58
  }
60
59
  }
61
- }
60
+ `
@@ -2,11 +2,12 @@ import React from 'react'
2
2
 
3
3
  import { AsideMenuSection, FaqSection } from '../../sections'
4
4
  import { type FaqsPageProps } from './FaqsPageProps'
5
- // import './FaqsPage.scss'
5
+
6
+ import { FaqsPageStyled } from './FaqsPage.styled'
6
7
 
7
8
  export const FaqsPage: React.FC<FaqsPageProps> = ({ title, subtitle, asideMenuSectionProps, faqSectionProps }) => {
8
9
  return (
9
- <div className='faq-page'>
10
+ <FaqsPageStyled className='faq-page'>
10
11
  <div className='titles'>
11
12
  <h1 className='title'>{title}</h1>
12
13
  <h2 className='subtitle'>{subtitle}</h2>
@@ -15,6 +16,6 @@ export const FaqsPage: React.FC<FaqsPageProps> = ({ title, subtitle, asideMenuSe
15
16
  <AsideMenuSection {...asideMenuSectionProps} />
16
17
  <FaqSection {...faqSectionProps} />
17
18
  </div>
18
- </div>
19
+ </FaqsPageStyled>
19
20
  )
20
21
  }
@@ -3,13 +3,13 @@ import { KeyFactsLoadingContentRatafia, KeyFactsResultContentRatafia } from '../
3
3
  import { Button } from '../../atoms';
4
4
  import DisclaimerRatafia from '../../atoms/DisclaimerRatafia/DisclaimerRatafia';
5
5
  import { LayoutRatafia } from '../../organisms/LayoutRatafia';
6
- // import './KeyFactsResultRatafiaPage.scss'
6
+ import { KeyFactsResultRatafiaPageStyled } from './KeyFactsResultRatafiaPage.styled';
7
7
  export const KeyFactsResultRatafiaPage = ({ header, resultContent, reviewContent, disclaimer, cta, loadingIcon, loadingText, isLoading }) => {
8
8
  const loadingContent = (_jsx("div", { className: 'key-facts-result-page__content', children: _jsx(KeyFactsLoadingContentRatafia, { documentName: resultContent.documentName, icon: loadingIcon, text: loadingText }) }));
9
9
  const loadedContent = (_jsx("div", { className: 'key-facts-result-page__content', children: _jsx(KeyFactsResultContentRatafia, { result: resultContent, review: reviewContent }) }));
10
10
  const ctaButton = isLoading ? null : (_jsx(Button, { givenClass: 'key-facts-result-page__content__cta', dataQa: cta.dataQa, color: 'primary', label: cta.label, onClick: cta.handleOnClick, noLink: true }));
11
11
  const footerDesktop = (_jsx("div", { className: 'key-facts-result-page__footer-desktop', children: _jsx(DisclaimerRatafia, { icon: disclaimer.icon, text: disclaimer.text, copyrightText: disclaimer.copyrightText, ctaTextShowDisclaimer: disclaimer.ctaTextShowDisclaimer, ctaTextCloseDisclaimer: disclaimer.ctaTextCloseDisclaimer }) }));
12
12
  const footerMobile = (_jsxs(_Fragment, { children: [footerDesktop, ctaButton] }));
13
- return (_jsx("div", { className: 'key-facts-result-page', children: _jsx(LayoutRatafia, { header: header, content: isLoading ? loadingContent : loadedContent, cta: ctaButton, footerDesktop: footerDesktop, footerMobile: footerMobile }) }));
13
+ return (_jsx(KeyFactsResultRatafiaPageStyled, { className: 'key-facts-result-page', children: _jsx(LayoutRatafia, { header: header, content: isLoading ? loadingContent : loadedContent, cta: ctaButton, footerDesktop: footerDesktop, footerMobile: footerMobile }) }));
14
14
  };
15
15
  export default KeyFactsResultRatafiaPage;
@@ -0,0 +1 @@
1
+ export declare const KeyFactsResultRatafiaPageStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -1,8 +1,7 @@
1
- @import '../../../globalStyles/variables.scss';
2
- @import '../../../globalStyles/mediaqueries.scss';
3
-
4
- .key-facts-result-page {
1
+ import styled from 'styled-components';
2
+ export const KeyFactsResultRatafiaPageStyled = styled.div `
5
3
  background-color: var(--neutral-neutral-6);
4
+
6
5
  &__content {
7
6
  display: flex;
8
7
  flex-direction: column;
@@ -20,4 +19,4 @@
20
19
  }
21
20
  }
22
21
  }
23
- }
22
+ `;
@@ -0,0 +1,23 @@
1
+ import styled from 'styled-components'
2
+
3
+ export const KeyFactsResultRatafiaPageStyled = styled.div`
4
+ background-color: var(--neutral-neutral-6);
5
+
6
+ &__content {
7
+ display: flex;
8
+ flex-direction: column;
9
+ align-items: flex-start;
10
+ flex: 1 0 0;
11
+ align-self: stretch;
12
+ gap: 1.5rem;
13
+
14
+ &__cta {
15
+ align-self: start;
16
+ display: block;
17
+ width: 100%;
18
+ @include portrait-tablets {
19
+ display: inline-block;
20
+ }
21
+ }
22
+ }
23
+ `
@@ -5,7 +5,8 @@ import { Button } from '../../atoms'
5
5
  import DisclaimerRatafia from '../../atoms/DisclaimerRatafia/DisclaimerRatafia'
6
6
  import { type KeyFactsResultRatafiaPageProps } from './KeyFactsResultRatafiaPageProps.types'
7
7
  import { LayoutRatafia } from '../../organisms/LayoutRatafia'
8
- // import './KeyFactsResultRatafiaPage.scss'
8
+
9
+ import { KeyFactsResultRatafiaPageStyled } from './KeyFactsResultRatafiaPage.styled'
9
10
 
10
11
  export const KeyFactsResultRatafiaPage: React.FC<KeyFactsResultRatafiaPageProps> = ({
11
12
  header,
@@ -59,7 +60,7 @@ export const KeyFactsResultRatafiaPage: React.FC<KeyFactsResultRatafiaPageProps>
59
60
  )
60
61
 
61
62
  return (
62
- <div className='key-facts-result-page'>
63
+ <KeyFactsResultRatafiaPageStyled className='key-facts-result-page'>
63
64
  <LayoutRatafia
64
65
  header={header}
65
66
  content={isLoading ? loadingContent : loadedContent}
@@ -67,7 +68,7 @@ export const KeyFactsResultRatafiaPage: React.FC<KeyFactsResultRatafiaPageProps>
67
68
  footerDesktop={footerDesktop}
68
69
  footerMobile={footerMobile}
69
70
  />
70
- </div>
71
+ </KeyFactsResultRatafiaPageStyled>
71
72
  )
72
73
  }
73
74
 
@@ -2,11 +2,11 @@ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-run
2
2
  import { LayoutRatafia, LoginRatafiaContent } from '../../organisms';
3
3
  import { Button } from '../../atoms';
4
4
  import DisclaimerRatafia from '../../atoms/DisclaimerRatafia/DisclaimerRatafia';
5
- // import './LoginPageRatafia.scss'
5
+ import { LoginRatafiaPageStyled } from './LoginRatafiaPage.styled';
6
6
  export const LoginRatafiaPage = ({ header, loginContent, ctaAnalizeDocument, ctaSignIn, disclaimer }) => {
7
7
  const ctas = (_jsxs("div", { className: 'login-ratafia-page__ctas', children: [_jsx(Button, { givenClass: 'login-ratafia-page__ctas__button', color: 'primary', dataQa: ctaAnalizeDocument.dataQa, label: ctaAnalizeDocument.label, onClick: ctaAnalizeDocument.onClick, noLink: true, disabled: ctaAnalizeDocument.disabled }), _jsxs("span", { className: 'login-ratafia-page__ctas__signIn', children: [ctaSignIn.text, _jsx("button", { className: 'login-ratafia-page__ctas__signIn__button', "data-qa": ctaSignIn.link.dataQa, onClick: ctaSignIn.link.onClick, children: ctaSignIn.link.text })] })] }));
8
8
  const footerDesktop = (_jsx(DisclaimerRatafia, { icon: disclaimer.icon, text: disclaimer.text, legalAdviceText: disclaimer.legalAdviceText, copyrightText: disclaimer.copyrightText, ctaTextShowDisclaimer: disclaimer.ctaTextShowDisclaimer, ctaTextCloseDisclaimer: disclaimer.ctaTextCloseDisclaimer }));
9
9
  const footerMobile = (_jsxs(_Fragment, { children: [footerDesktop, ctas] }));
10
10
  const content = (_jsx(LoginRatafiaContent, { title: loginContent.title, email: loginContent.email, policy: loginContent.policy }));
11
- return (_jsx("div", { className: 'login-ratafia-page', children: _jsx(LayoutRatafia, { header: header, content: content, cta: ctas, footerDesktop: footerDesktop, footerMobile: footerMobile }) }));
11
+ return (_jsx(LoginRatafiaPageStyled, { className: 'login-ratafia-page', children: _jsx(LayoutRatafia, { header: header, content: content, cta: ctas, footerDesktop: footerDesktop, footerMobile: footerMobile }) }));
12
12
  };
@@ -0,0 +1 @@
1
+ export declare const LoginRatafiaPageStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -1,8 +1,7 @@
1
- @import '../../../globalStyles/variables.scss';
2
- @import '../../../globalStyles/mediaqueries.scss';
3
-
4
- .login-ratafia-page {
1
+ import styled from 'styled-components';
2
+ export const LoginRatafiaPageStyled = styled.div `
5
3
  background-color: var(--neutral-neutral-6);
4
+
6
5
  &__ctas {
7
6
  text-align: center;
8
7
  &__button {
@@ -10,6 +9,7 @@
10
9
  width: 100%;
11
10
  margin-bottom: 1rem;
12
11
  }
12
+
13
13
  &__signIn {
14
14
  &__button {
15
15
  background: none;
@@ -20,4 +20,4 @@
20
20
  }
21
21
  }
22
22
  }
23
- }
23
+ `;
@@ -0,0 +1,24 @@
1
+ import styled from 'styled-components'
2
+
3
+ export const LoginRatafiaPageStyled = styled.div`
4
+ background-color: var(--neutral-neutral-6);
5
+
6
+ &__ctas {
7
+ text-align: center;
8
+ &__button {
9
+ display: block;
10
+ width: 100%;
11
+ margin-bottom: 1rem;
12
+ }
13
+
14
+ &__signIn {
15
+ &__button {
16
+ background: none;
17
+ border: none;
18
+ color: var(--primary-main);
19
+ text-decoration: underline;
20
+ cursor: pointer;
21
+ }
22
+ }
23
+ }
24
+ `
@@ -5,7 +5,7 @@ import { Button } from '../../atoms'
5
5
  import DisclaimerRatafia from '../../atoms/DisclaimerRatafia/DisclaimerRatafia'
6
6
  import { type LoginRatafiaPageProps } from './LoginRatafiaPageProps'
7
7
 
8
- // import './LoginPageRatafia.scss'
8
+ import { LoginRatafiaPageStyled } from './LoginRatafiaPage.styled'
9
9
 
10
10
  export const LoginRatafiaPage: React.FC<LoginRatafiaPageProps> = ({
11
11
  header,
@@ -60,7 +60,7 @@ export const LoginRatafiaPage: React.FC<LoginRatafiaPageProps> = ({
60
60
  )
61
61
 
62
62
  return (
63
- <div className='login-ratafia-page'>
63
+ <LoginRatafiaPageStyled className='login-ratafia-page'>
64
64
  <LayoutRatafia
65
65
  header={header}
66
66
  content={content}
@@ -68,6 +68,6 @@ export const LoginRatafiaPage: React.FC<LoginRatafiaPageProps> = ({
68
68
  footerDesktop={footerDesktop}
69
69
  footerMobile={footerMobile}
70
70
  />
71
- </div>
71
+ </LoginRatafiaPageStyled>
72
72
  )
73
73
  }
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { AboutUsContent } from '../../organisms/AboutUsContent';
3
- // import './AboutUsSection.scss'
3
+ import { AboutUsSectionStyled } from './AboutUsSection.styled';
4
4
  const AboutUsSection = ({ title, subTitle, contentAboutUs }) => {
5
- return (_jsx("div", { className: 'about-us-section', children: _jsxs("div", { className: 'wrapper wrapper--responsive', children: [_jsx("div", { className: 'about-us-section__title', children: _jsx("span", { className: 'about-us-section__title__text', children: title }) }), Boolean(subTitle) && _jsx("h1", { className: 'about-us-section__sub-title', children: subTitle }), _jsx(AboutUsContent, { image: contentAboutUs.image, button: contentAboutUs?.button, children: contentAboutUs.children })] }) }));
5
+ return (_jsx(AboutUsSectionStyled, { className: 'about-us-section', children: _jsxs("div", { className: 'wrapper wrapper--responsive', children: [_jsx("div", { className: 'about-us-section__title', children: _jsx("span", { className: 'about-us-section__title__text', children: title }) }), Boolean(subTitle) && _jsx("h1", { className: 'about-us-section__sub-title', children: subTitle }), _jsx(AboutUsContent, { image: contentAboutUs.image, button: contentAboutUs?.button, children: contentAboutUs.children })] }) }));
6
6
  };
7
7
  export default AboutUsSection;
@@ -0,0 +1 @@
1
+ export declare const AboutUsSectionStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -0,0 +1,53 @@
1
+ import { device } from '../../../globalStyles/breakpoints';
2
+ import styled from 'styled-components';
3
+ export const AboutUsSectionStyled = styled.div `
4
+ padding-top: 1.125rem;
5
+ background: var(--primary-main-light-6);
6
+ margin-bottom: 3rem;
7
+
8
+ @media ${device.laptop} {
9
+ margin-bottom: 5rem;
10
+ }
11
+
12
+ .about-us-section {
13
+ &__title {
14
+ text-align: center;
15
+ margin-bottom: 1rem;
16
+ &__text {
17
+ text-transform: uppercase;
18
+ font-size: 0.8rem;
19
+ line-height: 1.2;
20
+ font-weight: 700;
21
+ font-family: var(--font-sans);
22
+ color: var(--neutral-neutral-2);
23
+ padding-bottom: 0.5rem;
24
+ border-bottom: 1px solid var(--neutral-neutral-3);
25
+ }
26
+ }
27
+
28
+ &__sub-title {
29
+ margin-bottom: 1.5rem;
30
+ text-align: center;
31
+ font-size: 2rem;
32
+ line-height: 1.2;
33
+ letter-spacing: -0.4px;
34
+ font-weight: 400;
35
+ font-family: var(--font-serif);
36
+ color: var(--neutral-neutral-1);
37
+
38
+ @media ${device['landscape-tablets']} {
39
+ font-size: 2.3rem;
40
+ max-width: $sm;
41
+ margin: 0 auto 2rem auto;
42
+ }
43
+
44
+ @media ${device.desktop} {
45
+ max-width: 792px;
46
+ }
47
+
48
+ @media ${device.laptop} {
49
+ font-size: 3rem;
50
+ }
51
+ }
52
+ }
53
+ `;
@@ -0,0 +1,54 @@
1
+ import { device } from '../../../globalStyles/breakpoints'
2
+ import styled from 'styled-components'
3
+
4
+ export const AboutUsSectionStyled = styled.div`
5
+ padding-top: 1.125rem;
6
+ background: var(--primary-main-light-6);
7
+ margin-bottom: 3rem;
8
+
9
+ @media ${device.laptop} {
10
+ margin-bottom: 5rem;
11
+ }
12
+
13
+ .about-us-section {
14
+ &__title {
15
+ text-align: center;
16
+ margin-bottom: 1rem;
17
+ &__text {
18
+ text-transform: uppercase;
19
+ font-size: 0.8rem;
20
+ line-height: 1.2;
21
+ font-weight: 700;
22
+ font-family: var(--font-sans);
23
+ color: var(--neutral-neutral-2);
24
+ padding-bottom: 0.5rem;
25
+ border-bottom: 1px solid var(--neutral-neutral-3);
26
+ }
27
+ }
28
+
29
+ &__sub-title {
30
+ margin-bottom: 1.5rem;
31
+ text-align: center;
32
+ font-size: 2rem;
33
+ line-height: 1.2;
34
+ letter-spacing: -0.4px;
35
+ font-weight: 400;
36
+ font-family: var(--font-serif);
37
+ color: var(--neutral-neutral-1);
38
+
39
+ @media ${device['landscape-tablets']} {
40
+ font-size: 2.3rem;
41
+ max-width: $sm;
42
+ margin: 0 auto 2rem auto;
43
+ }
44
+
45
+ @media ${device.desktop} {
46
+ max-width: 792px;
47
+ }
48
+
49
+ @media ${device.laptop} {
50
+ font-size: 3rem;
51
+ }
52
+ }
53
+ }
54
+ `
@@ -3,11 +3,11 @@ import React, { type FC } from 'react'
3
3
 
4
4
  import { AboutUsContent } from '../../organisms/AboutUsContent'
5
5
  import { type AboutUsSectionProps } from './AboutUsSectionProps.types'
6
- // import './AboutUsSection.scss'
6
+ import { AboutUsSectionStyled } from './AboutUsSection.styled'
7
7
 
8
8
  const AboutUsSection: FC<AboutUsSectionProps> = ({ title, subTitle, contentAboutUs }) => {
9
9
  return (
10
- <div className='about-us-section'>
10
+ <AboutUsSectionStyled className='about-us-section'>
11
11
  <div className='wrapper wrapper--responsive'>
12
12
  <div className='about-us-section__title'>
13
13
  <span className='about-us-section__title__text'>{title}</span>
@@ -18,7 +18,7 @@ const AboutUsSection: FC<AboutUsSectionProps> = ({ title, subTitle, contentAbout
18
18
  {contentAboutUs.children}
19
19
  </AboutUsContent>
20
20
  </div>
21
- </div>
21
+ </AboutUsSectionStyled>
22
22
  )
23
23
  }
24
24
 
@@ -1,10 +1,10 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { AsSeeInContent, ContactContent } from '../../organisms';
3
- // import './AsSeeInSection.scss'
3
+ import { AsSeeInSectionStyled } from './AsSeeInSection.styled';
4
4
  const AsSeeInSection = ({ title, contentAsSeeIn, contactSectionTitle, contactSectionText, contactSectionBlocks }) => {
5
5
  if (contentAsSeeIn.trustWorthyImages.images.length === 0) {
6
6
  return null;
7
7
  }
8
- return (_jsxs("section", { className: 'as-seen-in-section-box', children: [_jsxs("div", { className: 'as-seen-in-section wrapper', children: [_jsx("h2", { className: 'as-seen-in-section__title', children: title }), _jsx(AsSeeInContent, { trustWorthyImages: contentAsSeeIn.trustWorthyImages, children: contentAsSeeIn.children })] }), _jsx(ContactContent, { title: contactSectionTitle, text: contactSectionText, contactCards: contactSectionBlocks })] }));
8
+ return (_jsxs(AsSeeInSectionStyled, { className: 'as-seen-in-section-box', children: [_jsxs("div", { className: 'as-seen-in-section wrapper', children: [_jsx("h2", { className: 'as-seen-in-section__title', children: title }), _jsx(AsSeeInContent, { trustWorthyImages: contentAsSeeIn.trustWorthyImages, children: contentAsSeeIn.children })] }), _jsx(ContactContent, { title: contactSectionTitle, text: contactSectionText, contactCards: contactSectionBlocks })] }));
9
9
  };
10
10
  export default AsSeeInSection;
@@ -0,0 +1 @@
1
+ export declare const AsSeeInSectionStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, never>> & string;