@npm_leadtech/legal-lib-components 5.7.0 → 5.7.1

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 (187) hide show
  1. package/dist/css/styles.css +1167 -3
  2. package/dist/images/componentsSvg/RatafiaIcon24px.d.ts +6 -0
  3. package/dist/images/componentsSvg/RatafiaIcon24px.js +2 -0
  4. package/dist/images/componentsSvg/RatafiaIcon24px.tsx +18 -0
  5. package/dist/src/components/atoms/CardPane/CardPane.styled.js +1 -19
  6. package/dist/src/components/atoms/CardPane/CardPane.styled.ts +1 -19
  7. package/dist/src/components/atoms/CardPane/CardPaneInfo.js +4 -5
  8. package/dist/src/components/atoms/CardPane/CardPaneInfo.tsx +3 -14
  9. package/dist/src/components/atoms/CardPane/CardPaneProps.types.d.ts +0 -1
  10. package/dist/src/components/atoms/CardPane/CardPaneProps.types.ts +0 -1
  11. package/dist/src/components/atoms/ContactCard/ContactCard.js +2 -3
  12. package/dist/src/components/atoms/ContactCard/ContactCard.styled.js +26 -28
  13. package/dist/src/components/atoms/ContactCard/ContactCard.styled.ts +26 -28
  14. package/dist/src/components/atoms/ContactCard/ContactCard.tsx +16 -22
  15. package/dist/src/components/atoms/DocumentStatus/DocumentStatus.js +5 -1
  16. package/dist/src/components/atoms/DocumentStatus/DocumentStatus.styled.js +14 -0
  17. package/dist/src/components/atoms/DocumentStatus/DocumentStatus.styled.ts +14 -0
  18. package/dist/src/components/atoms/DocumentStatus/DocumentStatus.tsx +10 -1
  19. package/dist/src/components/atoms/DocumentStatus/DocumentStatusProps.types.d.ts +1 -0
  20. package/dist/src/components/atoms/DocumentStatus/DocumentStatusProps.types.ts +1 -0
  21. package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.styled.js +5 -3
  22. package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.styled.ts +5 -3
  23. package/dist/src/components/molecules/ExpertCardList/ExpertCardList.scss +2 -3
  24. package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.scss +1 -1
  25. package/dist/src/components/pages/ErrorRatafiaPage/ErrorRatafiaPage.js +2 -2
  26. package/dist/src/components/pages/ErrorRatafiaPage/{ErrorRatafiaPage.styled.ts → ErrorRatafiaPage.scss} +4 -3
  27. package/dist/src/components/pages/ErrorRatafiaPage/ErrorRatafiaPage.tsx +3 -4
  28. package/dist/src/components/pages/FaqsPage/FaqsPage.js +2 -2
  29. package/dist/src/components/pages/FaqsPage/{FaqsPage.styled.ts → FaqsPage.scss} +4 -3
  30. package/dist/src/components/pages/FaqsPage/FaqsPage.tsx +3 -4
  31. package/dist/src/components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPage.js +2 -2
  32. package/dist/src/components/pages/KeyFactsResultRatafiaPage/{KeyFactsResultRatafiaPage.styled.js → KeyFactsResultRatafiaPage.scss} +5 -4
  33. package/dist/src/components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPage.tsx +3 -4
  34. package/dist/src/components/pages/LoginRatafiaPage/{LoginRatafiaPage.styled.js → LoginPageRatafia.scss} +5 -5
  35. package/dist/src/components/pages/LoginRatafiaPage/LoginRatafiaPage.js +2 -2
  36. package/dist/src/components/pages/LoginRatafiaPage/LoginRatafiaPage.tsx +3 -3
  37. package/dist/src/components/sections/AboutUsSection/AboutUsSection.js +2 -2
  38. package/dist/src/components/sections/AboutUsSection/AboutUsSection.scss +52 -0
  39. package/dist/src/components/sections/AboutUsSection/AboutUsSection.tsx +3 -3
  40. package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.js +2 -2
  41. package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.scss +0 -1
  42. package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.tsx +3 -3
  43. package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.js +2 -2
  44. package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.scss +50 -0
  45. package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.tsx +3 -3
  46. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.js +2 -2
  47. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.scss +57 -0
  48. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.tsx +3 -3
  49. package/dist/src/components/sections/BlogSection/BlogSection.js +1 -2
  50. package/dist/src/components/sections/BlogSection/BlogSection.scss +33 -0
  51. package/dist/src/components/sections/BlogSection/BlogSection.tsx +2 -3
  52. package/dist/src/components/sections/ContactSection/ContactSection.js +2 -2
  53. package/dist/src/components/sections/ContactSection/{ContactSection.styled.ts → ContactSection.scss} +9 -9
  54. package/dist/src/components/sections/ContactSection/ContactSection.tsx +3 -3
  55. package/dist/src/components/sections/ExpertsSection/ExpertsSection.js +2 -2
  56. package/dist/src/components/sections/ExpertsSection/ExpertsSection.scss +1 -0
  57. package/dist/src/components/sections/ExpertsSection/ExpertsSection.tsx +3 -3
  58. package/dist/src/components/sections/FaqSection/FaqSection.js +2 -2
  59. package/dist/src/components/sections/FaqSection/FaqSection.scss +31 -0
  60. package/dist/src/components/sections/FaqSection/FaqSection.tsx +3 -3
  61. package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.js +2 -2
  62. package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.scss +57 -0
  63. package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.tsx +3 -3
  64. package/dist/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.js +1 -2
  65. package/dist/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.scss +15 -0
  66. package/dist/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.tsx +2 -3
  67. package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.js +2 -2
  68. package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.scss +12 -0
  69. package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.tsx +3 -3
  70. package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.js +2 -2
  71. package/dist/src/components/sections/HowGetYourFormsSection/{HowGetYourFormsSection.styled.ts → HowGetYourFormsSection.scss} +8 -7
  72. package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.tsx +3 -3
  73. package/dist/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSection.js +2 -2
  74. package/dist/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSection.scss +41 -0
  75. package/dist/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSection.tsx +3 -6
  76. package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.js +2 -2
  77. package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.scss +41 -0
  78. package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.tsx +3 -3
  79. package/dist/src/components/sections/LearnMoreSection/LearnMoreSection.js +2 -2
  80. package/dist/src/components/sections/LearnMoreSection/{LearnMoreSection.styled.ts → LearnMoreSection.scss} +12 -12
  81. package/dist/src/components/sections/LearnMoreSection/LearnMoreSection.tsx +3 -3
  82. package/dist/src/components/sections/LegalSection/LegalSection.js +2 -2
  83. package/dist/src/components/sections/LegalSection/LegalSection.scss +120 -0
  84. package/dist/src/components/sections/LegalSection/LegalSection.tsx +3 -3
  85. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.js +2 -2
  86. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.scss +47 -0
  87. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.tsx +3 -3
  88. package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.js +2 -2
  89. package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.scss +42 -0
  90. package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.tsx +3 -3
  91. package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.js +2 -2
  92. package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.scss +53 -0
  93. package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.tsx +4 -3
  94. package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.js +1 -2
  95. package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.scss +69 -0
  96. package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.tsx +2 -3
  97. package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.js +2 -2
  98. package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.scss +11 -0
  99. package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.tsx +3 -3
  100. package/dist/src/components/sections/TryUsSection/TryUsSection.js +2 -2
  101. package/dist/src/components/sections/TryUsSection/{TryUsSection.styled.ts → TryUsSection.scss} +5 -5
  102. package/dist/src/components/sections/TryUsSection/TryUsSection.tsx +3 -3
  103. package/dist/src/components/sections/UnsubscribeSection/UnsubscribeSection.js +2 -2
  104. package/dist/src/components/sections/UnsubscribeSection/UnsubscribeSection.scss +62 -0
  105. package/dist/src/components/sections/UnsubscribeSection/UnsubscribeSection.tsx +3 -3
  106. package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.js +2 -2
  107. package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.scss +35 -0
  108. package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.tsx +4 -3
  109. package/dist/src/globalStyles/styles.scss +30 -0
  110. package/dist/tsconfig.build.tsbuildinfo +1 -1
  111. package/package.json +1 -1
  112. package/dist/src/components/pages/ErrorRatafiaPage/ErrorRatafiaPage.styled.d.ts +0 -1
  113. package/dist/src/components/pages/ErrorRatafiaPage/ErrorRatafiaPage.styled.js +0 -30
  114. package/dist/src/components/pages/FaqsPage/FaqsPage.styled.d.ts +0 -1
  115. package/dist/src/components/pages/FaqsPage/FaqsPage.styled.js +0 -59
  116. package/dist/src/components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPage.styled.d.ts +0 -1
  117. package/dist/src/components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPage.styled.ts +0 -23
  118. package/dist/src/components/pages/LoginRatafiaPage/LoginRatafiaPage.styled.d.ts +0 -1
  119. package/dist/src/components/pages/LoginRatafiaPage/LoginRatafiaPage.styled.ts +0 -24
  120. package/dist/src/components/sections/AboutUsSection/AboutUsSection.styled.d.ts +0 -1
  121. package/dist/src/components/sections/AboutUsSection/AboutUsSection.styled.js +0 -53
  122. package/dist/src/components/sections/AboutUsSection/AboutUsSection.styled.ts +0 -54
  123. package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.styled.d.ts +0 -1
  124. package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.styled.js +0 -36
  125. package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.styled.ts +0 -37
  126. package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.styled.d.ts +0 -1
  127. package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.styled.js +0 -51
  128. package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.styled.ts +0 -52
  129. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.styled.d.ts +0 -1
  130. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.styled.js +0 -54
  131. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.styled.ts +0 -55
  132. package/dist/src/components/sections/BlogSection/BlogSection.styled.d.ts +0 -1
  133. package/dist/src/components/sections/BlogSection/BlogSection.styled.js +0 -32
  134. package/dist/src/components/sections/BlogSection/BlogSection.styled.ts +0 -33
  135. package/dist/src/components/sections/ContactSection/ContactSection.styled.d.ts +0 -1
  136. package/dist/src/components/sections/ContactSection/ContactSection.styled.js +0 -89
  137. package/dist/src/components/sections/ExpertsSection/ExpertsSection.styled.d.ts +0 -1
  138. package/dist/src/components/sections/ExpertsSection/ExpertsSection.styled.js +0 -27
  139. package/dist/src/components/sections/ExpertsSection/ExpertsSection.styled.ts +0 -28
  140. package/dist/src/components/sections/FaqSection/FaqSection.styled.d.ts +0 -1
  141. package/dist/src/components/sections/FaqSection/FaqSection.styled.js +0 -29
  142. package/dist/src/components/sections/FaqSection/FaqSection.styled.ts +0 -30
  143. package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.styled.d.ts +0 -1
  144. package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.styled.js +0 -56
  145. package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.styled.ts +0 -57
  146. package/dist/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.styled.d.ts +0 -1
  147. package/dist/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.styled.js +0 -14
  148. package/dist/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.styled.ts +0 -15
  149. package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.styled.d.ts +0 -1
  150. package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.styled.js +0 -10
  151. package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.styled.ts +0 -11
  152. package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.styled.d.ts +0 -1
  153. package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.styled.js +0 -24
  154. package/dist/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSection.styled.d.ts +0 -1
  155. package/dist/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSection.styled.js +0 -39
  156. package/dist/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSection.styled.ts +0 -40
  157. package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.styled.d.ts +0 -1
  158. package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.styled.js +0 -40
  159. package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.styled.ts +0 -41
  160. package/dist/src/components/sections/LearnMoreSection/LearnMoreSection.styled.d.ts +0 -1
  161. package/dist/src/components/sections/LearnMoreSection/LearnMoreSection.styled.js +0 -106
  162. package/dist/src/components/sections/LegalSection/LegalSection.styled.d.ts +0 -1
  163. package/dist/src/components/sections/LegalSection/LegalSection.styled.js +0 -121
  164. package/dist/src/components/sections/LegalSection/LegalSection.styled.ts +0 -122
  165. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.styled.d.ts +0 -1
  166. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.styled.js +0 -46
  167. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.styled.ts +0 -47
  168. package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.styled.d.ts +0 -1
  169. package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.styled.js +0 -43
  170. package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.styled.ts +0 -44
  171. package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.styled.d.ts +0 -1
  172. package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.styled.js +0 -55
  173. package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.styled.ts +0 -56
  174. package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.styled.d.ts +0 -1
  175. package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.styled.js +0 -70
  176. package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.styled.ts +0 -71
  177. package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.styled.d.ts +0 -1
  178. package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.styled.js +0 -10
  179. package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.styled.ts +0 -11
  180. package/dist/src/components/sections/TryUsSection/TryUsSection.styled.d.ts +0 -1
  181. package/dist/src/components/sections/TryUsSection/TryUsSection.styled.js +0 -23
  182. package/dist/src/components/sections/UnsubscribeSection/UnsubscribeSection.styled.d.ts +0 -1
  183. package/dist/src/components/sections/UnsubscribeSection/UnsubscribeSection.styled.js +0 -63
  184. package/dist/src/components/sections/UnsubscribeSection/UnsubscribeSection.styled.ts +0 -64
  185. package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.styled.d.ts +0 -1
  186. package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.styled.js +0 -36
  187. package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.styled.ts +0 -37
@@ -3,11 +3,11 @@ import React, { type FC } from 'react'
3
3
  import { BoxForm } from '../../molecules'
4
4
  import { ContactJumbotron } from '../../organisms'
5
5
  import { type ContactSectionProps } from './ContactSectionProps'
6
- import { ContactSectionStyled } from './ContactSection.styled'
6
+ // import './ContactSection.scss'
7
7
 
8
8
  export const ContactSection: FC<ContactSectionProps> = ({ contactJumbotronProps, contactForm }) => {
9
9
  return (
10
- <ContactSectionStyled className='contact-container'>
10
+ <section className='contact-container'>
11
11
  <div className='wrapper wrapper--responsive wrapper--contact'>
12
12
  <div className='contact__main'>
13
13
  <div className='contact-left-container'>
@@ -20,6 +20,6 @@ export const ContactSection: FC<ContactSectionProps> = ({ contactJumbotronProps,
20
20
  </div>
21
21
  </div>
22
22
  </div>
23
- </ContactSectionStyled>
23
+ </section>
24
24
  )
25
25
  }
@@ -1,10 +1,10 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { ExpertCardList } from '../../molecules';
3
- import { ExpertsSectionStyled } from './ExpertsSection.styled';
3
+ // import './ExpertsSection.scss'
4
4
  const ExpertsSection = ({ title, contentExpertCardList }) => {
5
5
  if (contentExpertCardList.contentExpertCard.length === 0) {
6
6
  return null;
7
7
  }
8
- return (_jsxs(ExpertsSectionStyled, { className: 'experts-section', children: [_jsx("h2", { className: 'experts-section__title', children: title }), _jsx(ExpertCardList, { contentExpertCard: contentExpertCardList.contentExpertCard })] }));
8
+ return (_jsxs("div", { className: 'experts-section', children: [_jsx("h2", { className: 'experts-section__title', children: title }), _jsx(ExpertCardList, { contentExpertCard: contentExpertCardList.contentExpertCard })] }));
9
9
  };
10
10
  export default ExpertsSection;
@@ -15,6 +15,7 @@
15
15
  line-height: 42px;
16
16
  letter-spacing: -0.3px;
17
17
  text-align: center;
18
+ margin: 0 auto 5rem;
18
19
  width: 90%;
19
20
  transform: translateY(50px);
20
21
 
@@ -2,7 +2,7 @@ import React, { type FC } from 'react'
2
2
 
3
3
  import { ExpertCardList } from '../../molecules'
4
4
  import { type ExpertsSectionProps } from './ExpertsSectionProps.types'
5
- import { ExpertsSectionStyled } from './ExpertsSection.styled'
5
+ // import './ExpertsSection.scss'
6
6
 
7
7
  const ExpertsSection: FC<ExpertsSectionProps> = ({ title, contentExpertCardList }) => {
8
8
  if (contentExpertCardList.contentExpertCard.length === 0) {
@@ -10,10 +10,10 @@ const ExpertsSection: FC<ExpertsSectionProps> = ({ title, contentExpertCardList
10
10
  }
11
11
 
12
12
  return (
13
- <ExpertsSectionStyled className='experts-section'>
13
+ <div className='experts-section'>
14
14
  <h2 className='experts-section__title'>{title}</h2>
15
15
  <ExpertCardList contentExpertCard={contentExpertCardList.contentExpertCard} />
16
- </ExpertsSectionStyled>
16
+ </div>
17
17
  )
18
18
  }
19
19
 
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
3
  import { FaqGroup } from '../../organisms';
4
- import { FaqSectionStyled } from './FaqSection.styled';
4
+ // import './FaqSection.scss'
5
5
  export const FaqSection = ({ groups, givenClass }) => {
6
6
  const classnames = classNames(`faqSection ${givenClass ?? ''}`);
7
- return (_jsx(FaqSectionStyled, { className: classnames, itemScope: true, itemType: 'https://www.schema.org/FAQPage', children: groups.map((group) => (_jsx(FaqGroup, { ...group }, group.id))) }));
7
+ return (_jsx("section", { className: classnames, itemScope: true, itemType: 'https://www.schema.org/FAQPage', children: groups.map((group) => (_jsx(FaqGroup, { ...group }, group.id))) }));
8
8
  };
@@ -0,0 +1,31 @@
1
+ @import '../../../globalStyles/variables.scss';
2
+ @import '../../../globalStyles/mediaqueries.scss';
3
+
4
+ .faqSection {
5
+ display: flex;
6
+ padding-bottom: 40px;
7
+ flex-direction: column;
8
+ gap: 40px;
9
+ max-width: 700px;
10
+ width: 100%;
11
+ }
12
+
13
+ .faq-ratafia-section {
14
+ display: flex;
15
+ align-items: center;
16
+ justify-content: center;
17
+
18
+ padding: 3rem 1.5rem 5rem 1.5rem;
19
+ max-width: none;
20
+ background: var(--neutral-neutral-6);
21
+
22
+ @include laptop {
23
+ padding: 3rem 2rem 5rem 2rem;
24
+ }
25
+ @include desktop {
26
+ padding: 3rem 13.75rem 5rem 13.75rem;
27
+ }
28
+ @include desktop-xl {
29
+ padding: 3rem 28rem 5rem 28rem;
30
+ }
31
+ }
@@ -3,16 +3,16 @@ import classNames from 'classnames'
3
3
 
4
4
  import { FaqGroup } from '../../organisms'
5
5
  import { type FaqSectionProps } from './FaqSectionProps'
6
- import { FaqSectionStyled } from './FaqSection.styled'
6
+ // import './FaqSection.scss'
7
7
 
8
8
  export const FaqSection: React.FC<FaqSectionProps> = ({ groups, givenClass }) => {
9
9
  const classnames = classNames(`faqSection ${givenClass ?? ''}`)
10
10
 
11
11
  return (
12
- <FaqSectionStyled className={classnames} itemScope itemType='https://www.schema.org/FAQPage'>
12
+ <section className={classnames} itemScope itemType='https://www.schema.org/FAQPage'>
13
13
  {groups.map((group) => (
14
14
  <FaqGroup key={group.id} {...group} />
15
15
  ))}
16
- </FaqSectionStyled>
16
+ </section>
17
17
  )
18
18
  }
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { FeaturesRatafiaContent } from '../../organisms';
3
- import { FeaturesRatafiaSectionStyled } from './FeaturesRatafiaSection.styled';
3
+ // import './FeaturesRatafiaSection.scss'
4
4
  const FeaturesRatafiaSection = ({ content, children }) => {
5
- return (_jsx(FeaturesRatafiaSectionStyled, { className: 'features-ratafia-section', children: _jsxs("div", { className: 'features-ratafia-section__wrapper', children: [_jsx("div", { className: 'features-ratafia-section__wrapper__content', children: _jsx(FeaturesRatafiaContent, { title: content.title, description: content.description, notReleasedText: content.notReleasedText, features: content.features }) }), _jsx("span", { className: 'features-ratafia-section__wrapper__children', children: children })] }) }));
5
+ return (_jsx("section", { className: 'features-ratafia-section', children: _jsxs("div", { className: 'features-ratafia-section__wrapper', children: [_jsx("div", { className: 'features-ratafia-section__wrapper__content', children: _jsx(FeaturesRatafiaContent, { title: content.title, description: content.description, notReleasedText: content.notReleasedText, features: content.features }) }), _jsx("span", { className: 'features-ratafia-section__wrapper__children', children: children })] }) }));
6
6
  };
7
7
  export default FeaturesRatafiaSection;
@@ -0,0 +1,57 @@
1
+ @import '../../../globalStyles/variables.scss';
2
+ @import '../../../globalStyles/mediaqueries.scss';
3
+
4
+ .features-ratafia-section {
5
+ display: flex;
6
+ justify-content: center;
7
+ align-items: center;
8
+ align-self: stretch;
9
+
10
+ width: 100%;
11
+
12
+ padding: 2rem 1.5rem;
13
+
14
+ @include laptop {
15
+ padding: 3rem 2rem;
16
+ gap: 1.5rem;
17
+ }
18
+ @include desktop-xl {
19
+ padding: 3rem 0;
20
+ gap: 5rem;
21
+ }
22
+
23
+ &__wrapper {
24
+ display: flex;
25
+ justify-content: center;
26
+ align-items: center;
27
+ align-self: stretch;
28
+
29
+ width: 100%;
30
+ max-width: 1200px;
31
+
32
+ @include laptop {
33
+ gap: 1.5rem;
34
+ }
35
+ @include desktop-xl {
36
+ gap: 5rem;
37
+ }
38
+ &__content {
39
+ width: 100%;
40
+ }
41
+
42
+ &__children {
43
+ display: none;
44
+ //TODO: Check again with the real container;
45
+ min-width: 50%;
46
+
47
+ @include desktop {
48
+ display: flex;
49
+ flex-direction: column;
50
+ align-items: center;
51
+ }
52
+ img {
53
+ width: 100%;
54
+ }
55
+ }
56
+ }
57
+ }
@@ -2,11 +2,11 @@ import React, { type FC } from 'react'
2
2
 
3
3
  import { FeaturesRatafiaContent } from '../../organisms'
4
4
  import { type FeaturesRatafiaSectionProps } from './FeaturesRatafiaSectionProps.types'
5
- import { FeaturesRatafiaSectionStyled } from './FeaturesRatafiaSection.styled'
5
+ // import './FeaturesRatafiaSection.scss'
6
6
 
7
7
  const FeaturesRatafiaSection: FC<FeaturesRatafiaSectionProps> = ({ content, children }) => {
8
8
  return (
9
- <FeaturesRatafiaSectionStyled className='features-ratafia-section'>
9
+ <section className='features-ratafia-section'>
10
10
  <div className='features-ratafia-section__wrapper'>
11
11
  <div className='features-ratafia-section__wrapper__content'>
12
12
  <FeaturesRatafiaContent
@@ -18,7 +18,7 @@ const FeaturesRatafiaSection: FC<FeaturesRatafiaSectionProps> = ({ content, chil
18
18
  </div>
19
19
  <span className='features-ratafia-section__wrapper__children'>{children}</span>
20
20
  </div>
21
- </FeaturesRatafiaSectionStyled>
21
+ </section>
22
22
  )
23
23
  }
24
24
 
@@ -1,9 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import { CardFunctionality } from '../../organisms';
3
- import { FunctionalityCardsSectionStyled } from './FunctionalityCardsSection.styled';
4
3
  // import './FunctionalityCardsSection.scss'
5
4
  export const FunctionalityCardsSection = ({ cards = [] }) => {
6
5
  if (cards.length === 0)
7
6
  return null;
8
- return (_jsx(FunctionalityCardsSectionStyled, { className: 'functionality-cards', children: cards.map((card) => (_jsx(CardFunctionality, { ...card }, card.id))) }));
7
+ return (_jsx("section", { className: 'functionality-cards', children: cards.map((card) => (_jsx(CardFunctionality, { ...card }, card.id))) }));
9
8
  };
@@ -0,0 +1,15 @@
1
+ @import '../../../globalStyles/variables.scss';
2
+ @import '../../../globalStyles/mediaqueries.scss';
3
+
4
+ .functionality-cards {
5
+ display: flex;
6
+ flex-direction: column;
7
+ gap: $global-gap;
8
+ margin-bottom: 2rem;
9
+ width: 100%;
10
+
11
+ @include laptop {
12
+ flex-direction: row;
13
+ width: 50%;
14
+ }
15
+ }
@@ -2,17 +2,16 @@ import React from 'react'
2
2
 
3
3
  import { CardFunctionality } from '../../organisms'
4
4
  import { type FunctionalityCardsSectionProps } from './FunctionalityCardsSectionProps'
5
- import { FunctionalityCardsSectionStyled } from './FunctionalityCardsSection.styled'
6
5
  // import './FunctionalityCardsSection.scss'
7
6
 
8
7
  export const FunctionalityCardsSection: React.FC<FunctionalityCardsSectionProps> = ({ cards = [] }) => {
9
8
  if (cards.length === 0) return null
10
9
 
11
10
  return (
12
- <FunctionalityCardsSectionStyled className='functionality-cards'>
11
+ <section className='functionality-cards'>
13
12
  {cards.map((card) => (
14
13
  <CardFunctionality key={card.id} {...card} />
15
14
  ))}
16
- </FunctionalityCardsSectionStyled>
15
+ </section>
17
16
  )
18
17
  }
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import { GuidelinesContent } from '../../organisms/GuidelinesContent';
3
- import { GuidelinesSectionStyled } from './GuidelinesSection.styled';
3
+ // import './GuidelinesSection.scss'
4
4
  const GuidelinesSection = ({ contentGuidelines }) => {
5
- return (_jsx(GuidelinesSectionStyled, { className: 'guidelines-section', children: _jsx(GuidelinesContent, { title: contentGuidelines.title, image: contentGuidelines.image, detail: contentGuidelines.detail, children: contentGuidelines.children }) }));
5
+ return (_jsx("section", { className: 'guidelines-section', children: _jsx(GuidelinesContent, { title: contentGuidelines.title, image: contentGuidelines.image, detail: contentGuidelines.detail, children: contentGuidelines.children }) }));
6
6
  };
7
7
  export default GuidelinesSection;
@@ -0,0 +1,12 @@
1
+ @import '../../../globalStyles/variables.scss';
2
+ @import '../../../globalStyles/mediaqueries.scss';
3
+
4
+ .guidelines-section {
5
+ display: flex;
6
+ flex-direction: column;
7
+ align-items: center;
8
+ background: get-color(neutral, neutral-6);
9
+ padding-top: 2rem;
10
+ padding-bottom: 2rem;
11
+ margin-top: 3rem;
12
+ }
@@ -2,11 +2,11 @@ import React, { type FC } from 'react'
2
2
 
3
3
  import { GuidelinesContent } from '../../organisms/GuidelinesContent'
4
4
  import { type GuidelinesSectionProps } from './GuidelinesSectionProps.types'
5
- import { GuidelinesSectionStyled } from './GuidelinesSection.styled'
5
+ // import './GuidelinesSection.scss'
6
6
 
7
7
  const GuidelinesSection: FC<GuidelinesSectionProps> = ({ contentGuidelines }) => {
8
8
  return (
9
- <GuidelinesSectionStyled className='guidelines-section'>
9
+ <section className='guidelines-section'>
10
10
  <GuidelinesContent
11
11
  title={contentGuidelines.title}
12
12
  image={contentGuidelines.image}
@@ -14,7 +14,7 @@ const GuidelinesSection: FC<GuidelinesSectionProps> = ({ contentGuidelines }) =>
14
14
  >
15
15
  {contentGuidelines.children}
16
16
  </GuidelinesContent>
17
- </GuidelinesSectionStyled>
17
+ </section>
18
18
  )
19
19
  }
20
20
 
@@ -1,10 +1,10 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { HowGetYourFormsSectionStyled } from './HowGetYourFormsSection.styled';
3
2
  import { ListStepsGetForm } from '../../organisms';
4
3
  import imageFile from '../../../../images/png/graphics-grey-02.png';
4
+ // import './HowGetYourFormsSection.scss'
5
5
  const HowGetYourFormsSection = ({ title = '', steps = [], hasBackgroundImage = true }) => {
6
6
  if (steps.length === 0)
7
7
  return null;
8
- return (_jsxs(HowGetYourFormsSectionStyled, { className: 'how-it-works-wrapper', style: hasBackgroundImage ? { backgroundImage: `url(${imageFile})` } : {}, children: [_jsx("p", { className: 'works-title serif --super-large', children: title }), _jsx(ListStepsGetForm, { steps: steps })] }));
8
+ return (_jsxs("section", { className: 'how-it-works-wrapper', style: hasBackgroundImage ? { backgroundImage: `url(${imageFile})` } : {}, children: [_jsx("p", { className: 'works-title serif --super-large', children: title }), _jsx(ListStepsGetForm, { steps: steps })] }));
9
9
  };
10
10
  export default HowGetYourFormsSection;
@@ -1,15 +1,16 @@
1
- import { device, size } from '../../../globalStyles/breakpoints'
2
- import styled from 'styled-components'
1
+ @import '../../../globalStyles/variables.scss';
2
+ @import '../../../globalStyles/mediaqueries.scss';
3
3
 
4
- export const HowGetYourFormsSectionStyled = styled.section`
4
+ .how-it-works-wrapper {
5
5
  background-color: var(--neutral-neutral-6);
6
- @media ${device.laptop} {
6
+
7
+ @include laptop {
7
8
  background-repeat: no-repeat;
8
9
  background-position: top right;
9
10
  background-size: 21rem;
10
11
  }
11
12
 
12
- @media only screen and (max-width: ${size.md}) {
13
+ @media only screen and (max-width: #{$md}) {
13
14
  background-image: none !important;
14
15
  }
15
16
 
@@ -18,8 +19,8 @@ export const HowGetYourFormsSectionStyled = styled.section`
18
19
  font-family: var(--font-serif);
19
20
  text-align: center;
20
21
  padding-top: 4rem;
21
- @media only screen and (max-width: ${size.md}) {
22
+ @media only screen and (max-width: #{$md}) {
22
23
  padding-top: 2.5rem;
23
24
  }
24
25
  }
25
- `
26
+ }
@@ -2,9 +2,9 @@
2
2
  import React from 'react'
3
3
 
4
4
  import { type HowGetYourFormsSectionProps } from './HowGetYourFormsSectionProps.types'
5
- import { HowGetYourFormsSectionStyled } from './HowGetYourFormsSection.styled'
6
5
  import { ListStepsGetForm } from '../../organisms'
7
6
  import imageFile from '../../../../images/png/graphics-grey-02.png'
7
+ // import './HowGetYourFormsSection.scss'
8
8
 
9
9
  const HowGetYourFormsSection: React.FC<HowGetYourFormsSectionProps> = ({
10
10
  title = '',
@@ -13,13 +13,13 @@ const HowGetYourFormsSection: React.FC<HowGetYourFormsSectionProps> = ({
13
13
  }) => {
14
14
  if (steps.length === 0) return null
15
15
  return (
16
- <HowGetYourFormsSectionStyled
16
+ <section
17
17
  className='how-it-works-wrapper'
18
18
  style={hasBackgroundImage ? { backgroundImage: `url(${imageFile})` } : {}}
19
19
  >
20
20
  <p className='works-title serif --super-large'>{title}</p>
21
21
  <ListStepsGetForm steps={steps} />
22
- </HowGetYourFormsSectionStyled>
22
+ </section>
23
23
  )
24
24
  }
25
25
 
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { JumbotronRatafiaContent } from '../../organisms/JumbotronRatafiaContent';
3
- import { JumbotronRatafiaSectionStyled } from './JumbotronRatafiaSection.styled';
3
+ // import './JumbotronRatafiaSection.scss'
4
4
  const JumbotronRatafiaSection = ({ content, children }) => {
5
- return (_jsx(JumbotronRatafiaSectionStyled, { className: 'jumbotron-ratafia-section background-ratafia-animation', id: 'ratafia-jumbotron', children: _jsxs("div", { className: 'jumbotron-ratafia-section__wrapper', children: [_jsx(JumbotronRatafiaContent, { title: content.title, tags: content.tags, body: content.body }), _jsx("span", { className: 'jumbotron-ratafia-section__wrapper__children', children: children })] }) }));
5
+ return (_jsx("section", { className: 'jumbotron-ratafia-section background-ratafia-animation', id: 'ratafia-jumbotron', children: _jsxs("div", { className: 'jumbotron-ratafia-section__wrapper', children: [_jsx(JumbotronRatafiaContent, { title: content.title, tags: content.tags, body: content.body }), _jsx("span", { className: 'jumbotron-ratafia-section__wrapper__children', children: children })] }) }));
6
6
  };
7
7
  export default JumbotronRatafiaSection;
@@ -0,0 +1,41 @@
1
+ @import '../../../globalStyles/mediaqueries.scss';
2
+
3
+ .jumbotron-ratafia-section {
4
+ display: flex;
5
+ justify-content: center;
6
+ align-content: center;
7
+
8
+ width: 100%;
9
+
10
+ padding: 2.5rem 1.5rem 6.5rem 1.5rem;
11
+
12
+ @include desktop {
13
+ padding: 5rem 2rem 6.5rem 2rem;
14
+ }
15
+ @include desktop-xl {
16
+ padding: 5rem 7.5rem 6.5rem 7.5rem;
17
+ }
18
+
19
+ &__wrapper {
20
+ display: flex;
21
+ flex-direction: column;
22
+ justify-content: center;
23
+ align-items: center;
24
+ align-self: stretch;
25
+
26
+ gap: 2.5rem;
27
+
28
+ max-width: 1200px;
29
+
30
+ @include landscape-tablets {
31
+ flex-direction: row;
32
+ }
33
+ @include desktop-xl {
34
+ gap: 5rem;
35
+ }
36
+
37
+ &__children {
38
+ flex: none;
39
+ }
40
+ }
41
+ }
@@ -2,19 +2,16 @@ import React, { type FC } from 'react'
2
2
 
3
3
  import { JumbotronRatafiaContent } from '../../organisms/JumbotronRatafiaContent'
4
4
  import { type JumbotronRatafiaSectionProps } from './JumbotronRatafiaSectionProps.types'
5
- import { JumbotronRatafiaSectionStyled } from './JumbotronRatafiaSection.styled'
5
+ // import './JumbotronRatafiaSection.scss'
6
6
 
7
7
  const JumbotronRatafiaSection: FC<JumbotronRatafiaSectionProps> = ({ content, children }) => {
8
8
  return (
9
- <JumbotronRatafiaSectionStyled
10
- className='jumbotron-ratafia-section background-ratafia-animation'
11
- id='ratafia-jumbotron'
12
- >
9
+ <section className='jumbotron-ratafia-section background-ratafia-animation' id='ratafia-jumbotron'>
13
10
  <div className='jumbotron-ratafia-section__wrapper'>
14
11
  <JumbotronRatafiaContent title={content.title} tags={content.tags} body={content.body} />
15
12
  <span className='jumbotron-ratafia-section__wrapper__children'>{children}</span>
16
13
  </div>
17
- </JumbotronRatafiaSectionStyled>
14
+ </section>
18
15
  )
19
16
  }
20
17
 
@@ -1,6 +1,6 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { JumbotronSimplifiedSectionStyled } from './JumbotronSimplifiedSection.styled';
3
2
  import { Tagline } from '../../atoms';
3
+ // import './JumbotronSimplifiedSection.scss'
4
4
  export const JumbotronSimplifiedSection = ({ wrapperClassName = '', taglineProps, title, children }) => {
5
- return (_jsx(JumbotronSimplifiedSectionStyled, { className: `jumbotron--simplified ${wrapperClassName}`, children: _jsxs("div", { className: 'wrapper wrapper--responsive', children: [_jsx(Tagline, { ...taglineProps }), _jsx("h1", { className: 'serif jumbotron--simplified__title', children: title }), children] }) }));
5
+ return (_jsx("section", { className: `jumbotron--simplified ${wrapperClassName}`, children: _jsxs("div", { className: 'wrapper wrapper--responsive', children: [_jsx(Tagline, { ...taglineProps }), _jsx("h1", { className: 'serif jumbotron--simplified__title', children: title }), children] }) }));
6
6
  };
@@ -0,0 +1,41 @@
1
+ @import '../../../globalStyles/variables.scss';
2
+ @import '../../../globalStyles/mediaqueries.scss';
3
+
4
+ .jumbotron--simplified {
5
+ background: var(--primary-main-light-6);
6
+ margin-bottom: -12rem;
7
+ text-align: center;
8
+ padding-bottom: 13rem;
9
+
10
+ @include landscape-tablets {
11
+ padding: 1.125rem 0 14.875rem;
12
+ }
13
+ }
14
+
15
+ .jumbotron--simplified__title {
16
+ font-size: 1.75rem;
17
+ line-height: 2.25rem;
18
+ margin-bottom: 0.5rem;
19
+
20
+ @include landscape-tablets {
21
+ font-size: 2.25rem;
22
+ line-height: 3rem;
23
+ }
24
+
25
+ @include desktop {
26
+ font-size: 3rem;
27
+ line-height: 3.375rem;
28
+ }
29
+ }
30
+
31
+ .jumbotron--simplified__subtitle {
32
+ color: var(--neutral-neutral-1);
33
+ font-size: 1rem;
34
+ line-height: 1.5rem;
35
+
36
+ @include desktop {
37
+ font-size: 1rem;
38
+ margin: 0 auto;
39
+ max-width: 49rem;
40
+ }
41
+ }
@@ -1,8 +1,8 @@
1
1
  import React, { type FC } from 'react'
2
2
 
3
3
  import { type JumbotronSimplifiedSectionProps } from './JumbotronSimplifiedSectionProps.types'
4
- import { JumbotronSimplifiedSectionStyled } from './JumbotronSimplifiedSection.styled'
5
4
  import { Tagline } from '../../atoms'
5
+ // import './JumbotronSimplifiedSection.scss'
6
6
 
7
7
  export const JumbotronSimplifiedSection: FC<JumbotronSimplifiedSectionProps> = ({
8
8
  wrapperClassName = '',
@@ -11,12 +11,12 @@ export const JumbotronSimplifiedSection: FC<JumbotronSimplifiedSectionProps> = (
11
11
  children
12
12
  }) => {
13
13
  return (
14
- <JumbotronSimplifiedSectionStyled className={`jumbotron--simplified ${wrapperClassName}`}>
14
+ <section className={`jumbotron--simplified ${wrapperClassName}`}>
15
15
  <div className='wrapper wrapper--responsive'>
16
16
  <Tagline {...taglineProps} />
17
17
  <h1 className='serif jumbotron--simplified__title'>{title}</h1>
18
18
  {children}
19
19
  </div>
20
- </JumbotronSimplifiedSectionStyled>
20
+ </section>
21
21
  )
22
22
  }
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { Button } from '../../atoms';
3
- import { LearnMoreSectionStyled } from './LearnMoreSection.styled';
3
+ // import './LearnMoreSection.scss'
4
4
  const LearnMoreSection = ({ title, description, cta, faqs }) => {
5
- return (_jsx(LearnMoreSectionStyled, { className: 'learn-more__wrapper', children: _jsxs("div", { className: 'wrapper', children: [_jsxs("div", { className: 'learn-more__info', children: [_jsx("h2", { className: 'learn-more__title serif --super-large', children: title }), _jsx("p", { className: 'learn-more__description sans-serif --regular', children: description })] }), _jsxs("div", { className: 'learn-more__faqs', children: [_jsx("ul", { children: faqs }), _jsx(Button, { dataQa: '', color: 'primary3', label: cta, link: '/faqs/' })] })] }) }));
5
+ return (_jsx("section", { className: 'learn-more__wrapper', children: _jsxs("div", { className: 'wrapper', children: [_jsxs("div", { className: 'learn-more__info', children: [_jsx("h2", { className: 'learn-more__title serif --super-large', children: title }), _jsx("p", { className: 'learn-more__description sans-serif --regular', children: description })] }), _jsxs("div", { className: 'learn-more__faqs', children: [_jsx("ul", { children: faqs }), _jsx(Button, { dataQa: '', color: 'primary3', label: cta, link: '/faqs/' })] })] }) }));
6
6
  };
7
7
  export default LearnMoreSection;