@npm_leadtech/legal-lib-components 5.45.2 → 5.46.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 (200) hide show
  1. package/dist/css/styles.css +28 -29
  2. package/dist/images/svg/benefit-bckground-l.svg +15 -0
  3. package/dist/images/svg/benefit-bckground-m.svg +15 -0
  4. package/dist/images/svg/benefit-bckground-s.svg +15 -0
  5. package/dist/src/components/atoms/AddButton/AddButton.styled.js +2 -2
  6. package/dist/src/components/atoms/AddButton/AddButton.styled.ts +2 -2
  7. package/dist/src/components/atoms/BaseBox/BaseBox.styled.js +1 -1
  8. package/dist/src/components/atoms/BaseBox/BaseBox.styled.ts +1 -1
  9. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.styled.js +3 -3
  10. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.styled.ts +3 -3
  11. package/dist/src/components/atoms/BillCard/BillCard.styled.js +1 -1
  12. package/dist/src/components/atoms/BillCard/BillCard.styled.ts +1 -1
  13. package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.styled.js +1 -1
  14. package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.styled.ts +1 -1
  15. package/dist/src/components/atoms/Button/Button.scss +3 -7
  16. package/dist/src/components/atoms/ButtonIcon/ButtonIcon.scss +1 -1
  17. package/dist/src/components/atoms/CardPane/CardPane.styled.js +1 -1
  18. package/dist/src/components/atoms/CardPane/CardPane.styled.ts +1 -1
  19. package/dist/src/components/atoms/Checkbox/Checkbox.styled.js +2 -2
  20. package/dist/src/components/atoms/Checkbox/Checkbox.styled.ts +2 -2
  21. package/dist/src/components/atoms/ContactCard/ContactCard.styled.js +1 -1
  22. package/dist/src/components/atoms/ContactCard/ContactCard.styled.ts +1 -1
  23. package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.styled.js +1 -1
  24. package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.styled.ts +1 -1
  25. package/dist/src/components/atoms/DatePickerCustom/DatepickerPlugin.scss +7 -7
  26. package/dist/src/components/atoms/DatePickerCustom/index.js.map +1 -1
  27. package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.styled.js +6 -6
  28. package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.styled.ts +6 -6
  29. package/dist/src/components/atoms/DocumentStatus/DocumentStatus.styled.js +1 -1
  30. package/dist/src/components/atoms/DocumentStatus/DocumentStatus.styled.ts +1 -1
  31. package/dist/src/components/atoms/DocumentTag/DocumentTag.styled.js +2 -2
  32. package/dist/src/components/atoms/DocumentTag/DocumentTag.styled.ts +2 -2
  33. package/dist/src/components/atoms/ExpertCard/ExpertCard.styled.js +1 -1
  34. package/dist/src/components/atoms/ExpertCard/ExpertCard.styled.ts +1 -1
  35. package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.styled.js +4 -4
  36. package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.styled.ts +4 -4
  37. package/dist/src/components/atoms/FixedFooter/FixedFooter.styled.js +5 -5
  38. package/dist/src/components/atoms/FixedFooter/FixedFooter.styled.ts +5 -5
  39. package/dist/src/components/atoms/FormFaq/FormFaq.styled.js +1 -1
  40. package/dist/src/components/atoms/FormFaq/FormFaq.styled.ts +1 -1
  41. package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.styled.js +2 -2
  42. package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.styled.ts +2 -2
  43. package/dist/src/components/atoms/InfoBox/InfoBox.styled.js +1 -1
  44. package/dist/src/components/atoms/InfoBox/InfoBox.styled.ts +1 -1
  45. package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.styled.js +1 -1
  46. package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.styled.ts +1 -1
  47. package/dist/src/components/atoms/MenuItems/MenuItems.styled.js +1 -1
  48. package/dist/src/components/atoms/MenuItems/MenuItems.styled.ts +1 -1
  49. package/dist/src/components/atoms/MessageInformation/MessageInformation.styled.js +3 -3
  50. package/dist/src/components/atoms/MessageInformation/MessageInformation.styled.ts +3 -3
  51. package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.styled.js +3 -3
  52. package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.styled.ts +3 -3
  53. package/dist/src/components/atoms/NavMenuItem/NavMenuItem.styled.js +2 -2
  54. package/dist/src/components/atoms/NavMenuItem/NavMenuItem.styled.ts +2 -2
  55. package/dist/src/components/atoms/PopularDocsItem/PopularDocsItem.styled.js +3 -3
  56. package/dist/src/components/atoms/PopularDocsItem/PopularDocsItem.styled.ts +3 -3
  57. package/dist/src/components/atoms/Radio/Radio.scss +6 -6
  58. package/dist/src/components/atoms/RatafiaLandingIcon/RatafiaLandingIcon.scss +1 -1
  59. package/dist/src/components/atoms/RemoveButton/RemoveButton.styled.js +3 -3
  60. package/dist/src/components/atoms/RemoveButton/RemoveButton.styled.ts +3 -3
  61. package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.styled.js +3 -3
  62. package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.styled.ts +3 -3
  63. package/dist/src/components/atoms/SearchSelect/SearchSelect.styled.js +2 -2
  64. package/dist/src/components/atoms/SearchSelect/SearchSelect.styled.ts +2 -2
  65. package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.styled.js +1 -1
  66. package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.styled.ts +1 -1
  67. package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.styled.js +1 -1
  68. package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.styled.ts +1 -1
  69. package/dist/src/components/atoms/Tag/Tag.styled.js +3 -3
  70. package/dist/src/components/atoms/Tag/Tag.styled.ts +3 -3
  71. package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.styled.js +2 -2
  72. package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.styled.ts +2 -2
  73. package/dist/src/components/atoms/TextArea/TextArea.styled.js +1 -1
  74. package/dist/src/components/atoms/TextArea/TextArea.styled.ts +1 -1
  75. package/dist/src/components/atoms/Toggle/Toggle.styled.js +2 -2
  76. package/dist/src/components/atoms/Toggle/Toggle.styled.ts +2 -2
  77. package/dist/src/components/atoms/Tooltip/Tooltip.scss +1 -1
  78. package/dist/src/components/atoms/TopBar/TopBar.styled.js +1 -1
  79. package/dist/src/components/atoms/TopBar/TopBar.styled.ts +1 -1
  80. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.styled.js +6 -6
  81. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.styled.ts +6 -6
  82. package/dist/src/components/molecules/ActionButtonHeaderRatafiaCardList/ActionButtonHeaderRatafiaCardList.styled.js +2 -2
  83. package/dist/src/components/molecules/ActionButtonHeaderRatafiaCardList/ActionButtonHeaderRatafiaCardList.styled.ts +2 -2
  84. package/dist/src/components/molecules/AlsoKnownAs/AlsoKnownAs.styled.js +2 -2
  85. package/dist/src/components/molecules/AlsoKnownAs/AlsoKnownAs.styled.ts +2 -2
  86. package/dist/src/components/molecules/Article/Article.styled.js +1 -1
  87. package/dist/src/components/molecules/Article/Article.styled.ts +1 -1
  88. package/dist/src/components/molecules/BaseBoxList/BaseBoxList.styled.js +2 -2
  89. package/dist/src/components/molecules/BaseBoxList/BaseBoxList.styled.ts +2 -2
  90. package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardList.styled.js +1 -1
  91. package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardList.styled.ts +1 -1
  92. package/dist/src/components/molecules/BottomOverlay/BottomOverlay.styled.js +3 -3
  93. package/dist/src/components/molecules/BottomOverlay/BottomOverlay.styled.ts +3 -3
  94. package/dist/src/components/molecules/BoxForm/BoxForm.styled.js +1 -1
  95. package/dist/src/components/molecules/BoxForm/BoxForm.styled.ts +1 -1
  96. package/dist/src/components/molecules/ContactCardList/ContactCardList.styled.js +1 -1
  97. package/dist/src/components/molecules/ContactCardList/ContactCardList.styled.ts +1 -1
  98. package/dist/src/components/molecules/ContinueEditingBanner/ContinueEditingBanner.styled.js +1 -1
  99. package/dist/src/components/molecules/ContinueEditingBanner/ContinueEditingBanner.styled.ts +1 -1
  100. package/dist/src/components/molecules/CountDownMessage/CountDownMessage.styled.js +3 -3
  101. package/dist/src/components/molecules/CountDownMessage/CountDownMessage.styled.ts +3 -3
  102. package/dist/src/components/molecules/EmailContactBox/EmailContactBox.styled.js +1 -1
  103. package/dist/src/components/molecules/EmailContactBox/EmailContactBox.styled.ts +1 -1
  104. package/dist/src/components/molecules/FaqItem/FaqItem.styled.js +1 -1
  105. package/dist/src/components/molecules/FaqItem/FaqItem.styled.ts +1 -1
  106. package/dist/src/components/molecules/FeatureRatafiaCardList/FeatureRatafiaCardList.styled.js +1 -1
  107. package/dist/src/components/molecules/FeatureRatafiaCardList/FeatureRatafiaCardList.styled.ts +1 -1
  108. package/dist/src/components/molecules/KeyFactCardListRatafia/KeyFactCardListRatafia.styled.js +1 -1
  109. package/dist/src/components/molecules/KeyFactCardListRatafia/KeyFactCardListRatafia.styled.ts +1 -1
  110. package/dist/src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContent.scss +1 -1
  111. package/dist/src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContent.styled.js +1 -1
  112. package/dist/src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContent.styled.ts +1 -1
  113. package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.styled.js +3 -3
  114. package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.styled.ts +3 -3
  115. package/dist/src/components/molecules/MoreDocsMobile/MoreDocsMobile.styled.js +3 -3
  116. package/dist/src/components/molecules/MoreDocsMobile/MoreDocsMobile.styled.ts +3 -3
  117. package/dist/src/components/molecules/Pagination/Pagination.styled.js +1 -1
  118. package/dist/src/components/molecules/Pagination/Pagination.styled.ts +1 -1
  119. package/dist/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.styled.js +1 -1
  120. package/dist/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.styled.ts +1 -1
  121. package/dist/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobile.styled.js +1 -1
  122. package/dist/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobile.styled.ts +1 -1
  123. package/dist/src/components/molecules/PopularDocs/PopularDocs.styled.js +1 -1
  124. package/dist/src/components/molecules/PopularDocs/PopularDocs.styled.ts +1 -1
  125. package/dist/src/components/molecules/PricingCard/PricingCard.styled.js +1 -1
  126. package/dist/src/components/molecules/PricingCard/PricingCard.styled.ts +1 -1
  127. package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.styled.js +2 -2
  128. package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.styled.ts +2 -2
  129. package/dist/src/components/molecules/Snackbar/Snackbar.styled.js +2 -2
  130. package/dist/src/components/molecules/Snackbar/Snackbar.styled.ts +2 -2
  131. package/dist/src/components/molecules/StepGetForm/StepGetForm.styled.js +2 -2
  132. package/dist/src/components/molecules/StepGetForm/StepGetForm.styled.ts +2 -2
  133. package/dist/src/components/molecules/StepRatafiaCardList/StepRatafiaCardList.scss +1 -1
  134. package/dist/src/components/molecules/StepRatafiaCardList/StepRatafiaCardList.styled.js +1 -1
  135. package/dist/src/components/molecules/StepRatafiaCardList/StepRatafiaCardList.styled.ts +1 -1
  136. package/dist/src/components/molecules/SubtypeDocumentCard/SubtypeDocumentCard.styled.js +5 -5
  137. package/dist/src/components/molecules/SubtypeDocumentCard/SubtypeDocumentCard.styled.ts +5 -5
  138. package/dist/src/components/molecules/TagsRatafiaList/TagsRatafiaList.styled.js +1 -1
  139. package/dist/src/components/molecules/TagsRatafiaList/TagsRatafiaList.styled.ts +1 -1
  140. package/dist/src/components/molecules/TextInput/TextInput.scss +1 -1
  141. package/dist/src/components/molecules/TooltipMenu/TooltipMenu.scss +1 -1
  142. package/dist/src/components/molecules/TypeModulesList/TypeModulesList.styled.js +1 -1
  143. package/dist/src/components/molecules/TypeModulesList/TypeModulesList.styled.ts +1 -1
  144. package/dist/src/components/molecules/UploadRatafiaZone/UploadRatafiaZone.styled.js +1 -1
  145. package/dist/src/components/molecules/UploadRatafiaZone/UploadRatafiaZone.styled.ts +1 -1
  146. package/dist/src/components/organisms/CardFunctionality/CardFunctionality.styled.js +4 -4
  147. package/dist/src/components/organisms/CardFunctionality/CardFunctionality.styled.ts +4 -4
  148. package/dist/src/components/organisms/ContactJumbotron/ContactJumbotron.styled.js +2 -2
  149. package/dist/src/components/organisms/ContactJumbotron/ContactJumbotron.styled.ts +2 -2
  150. package/dist/src/components/organisms/FaqGroup/FaqGroup.styled.js +1 -1
  151. package/dist/src/components/organisms/FaqGroup/FaqGroup.styled.ts +1 -1
  152. package/dist/src/components/organisms/FeaturesRatafiaContent/FeaturesRatafiaContent.styled.js +1 -1
  153. package/dist/src/components/organisms/FeaturesRatafiaContent/FeaturesRatafiaContent.styled.ts +1 -1
  154. package/dist/src/components/organisms/GuidelinesContent/GuidelinesContent.styled.js +2 -2
  155. package/dist/src/components/organisms/GuidelinesContent/GuidelinesContent.styled.ts +2 -2
  156. package/dist/src/components/organisms/JumbotronRatafiaContent/JumbotronRatafiaContent.styled.js +3 -3
  157. package/dist/src/components/organisms/JumbotronRatafiaContent/JumbotronRatafiaContent.styled.ts +3 -3
  158. package/dist/src/components/organisms/KeyFactsLoadingContentRatafia/KeyFactsLoadingContentRatafia.styled.js +4 -4
  159. package/dist/src/components/organisms/KeyFactsLoadingContentRatafia/KeyFactsLoadingContentRatafia.styled.ts +4 -4
  160. package/dist/src/components/organisms/KeyFactsResultContentRatafia/KeyFactsResultContentRatafia.styled.js +1 -1
  161. package/dist/src/components/organisms/KeyFactsResultContentRatafia/KeyFactsResultContentRatafia.styled.ts +1 -1
  162. package/dist/src/components/organisms/LayoutRatafia/LayoutRatafia.styled.js +2 -2
  163. package/dist/src/components/organisms/LayoutRatafia/LayoutRatafia.styled.ts +2 -2
  164. package/dist/src/components/organisms/LimitReachedContentRatafia/LimitReachedContentRatafia.styled.js +2 -2
  165. package/dist/src/components/organisms/LimitReachedContentRatafia/LimitReachedContentRatafia.styled.ts +2 -2
  166. package/dist/src/components/pages/EsignatureLandingPage/EsignatureLandingPage.js +3 -3
  167. package/dist/src/components/pages/EsignatureLandingPage/EsignatureLandingPage.tsx +3 -1
  168. package/dist/src/components/pages/EsignatureLandingPage/EsignatureLandingPageProps.types.d.ts +2 -1
  169. package/dist/src/components/pages/EsignatureLandingPage/EsignatureLandingPageProps.types.ts +2 -1
  170. package/dist/src/components/pages/FaqsPage/FaqsPage.styled.js +7 -7
  171. package/dist/src/components/pages/FaqsPage/FaqsPage.styled.ts +7 -7
  172. package/dist/src/components/pages/RatafiaPricingPage/RatafiaPricingPage.styled.js +1 -1
  173. package/dist/src/components/pages/RatafiaPricingPage/RatafiaPricingPage.styled.ts +1 -1
  174. package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.styled.js +1 -1
  175. package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.styled.ts +1 -1
  176. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.js +7 -2
  177. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.styled.js +43 -2
  178. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.styled.ts +43 -2
  179. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.tsx +13 -3
  180. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSectionProps.types.d.ts +2 -0
  181. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSectionProps.types.ts +2 -0
  182. package/dist/src/components/sections/LayoutRatafiaSection/LayoutRatafiaSection.styled.js +2 -2
  183. package/dist/src/components/sections/LayoutRatafiaSection/LayoutRatafiaSection.styled.ts +2 -2
  184. package/dist/src/components/sections/LearnMoreSection/LearnMoreSection.styled.js +2 -2
  185. package/dist/src/components/sections/LearnMoreSection/LearnMoreSection.styled.ts +2 -2
  186. package/dist/src/components/sections/LegalSection/LegalSection.styled.js +3 -3
  187. package/dist/src/components/sections/LegalSection/LegalSection.styled.ts +3 -3
  188. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.styled.js +1 -1
  189. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.styled.ts +1 -1
  190. package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.styled.js +1 -1
  191. package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.styled.ts +1 -1
  192. package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.styled.js +2 -2
  193. package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.styled.ts +2 -2
  194. package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.styled.js +2 -2
  195. package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.styled.ts +2 -2
  196. package/dist/src/globalStyles/functions.scss +0 -5
  197. package/dist/src/globalStyles/layout.scss +4 -4
  198. package/dist/src/globalStyles/variables.scss +0 -9
  199. package/dist/src/globalStyles/variablesCss.scss +3 -1
  200. package/package.json +1 -1
@@ -3,7 +3,7 @@ import styled from 'styled-components';
3
3
  export const ContactJumbotronStyled = styled.article `
4
4
  .contact__text__title {
5
5
  color: var(--primary-main-dark-1);
6
- margin-bottom: space(8);
6
+ margin-bottom: 2rem;
7
7
  font-size: 1.5rem;
8
8
  font-weight: 500;
9
9
  line-height: 2rem;
@@ -34,7 +34,7 @@ export const ContactJumbotronStyled = styled.article `
34
34
 
35
35
  .faq-button {
36
36
  display: inline-block;
37
- margin-top: space(4);
37
+ margin-top: 1rem;
38
38
  width: 100%;
39
39
  @media ${device['portrait-tablets']} {
40
40
  width: 10rem;
@@ -4,7 +4,7 @@ import styled from 'styled-components'
4
4
  export const ContactJumbotronStyled = styled.article`
5
5
  .contact__text__title {
6
6
  color: var(--primary-main-dark-1);
7
- margin-bottom: space(8);
7
+ margin-bottom: 2rem;
8
8
  font-size: 1.5rem;
9
9
  font-weight: 500;
10
10
  line-height: 2rem;
@@ -35,7 +35,7 @@ export const ContactJumbotronStyled = styled.article`
35
35
 
36
36
  .faq-button {
37
37
  display: inline-block;
38
- margin-top: space(4);
38
+ margin-top: 1rem;
39
39
  width: 100%;
40
40
  @media ${device['portrait-tablets']} {
41
41
  width: 10rem;
@@ -3,7 +3,7 @@ export const FaqGroupStyled = styled.div `
3
3
  display: flex;
4
4
  flex-direction: column;
5
5
  align-items: flex-start;
6
- gap: 32px;
6
+ gap: 2rem;
7
7
 
8
8
  &#faq-esignature-ratafia {
9
9
  margin: auto;
@@ -4,7 +4,7 @@ export const FaqGroupStyled = styled.div`
4
4
  display: flex;
5
5
  flex-direction: column;
6
6
  align-items: flex-start;
7
- gap: 32px;
7
+ gap: 2rem;
8
8
 
9
9
  &#faq-esignature-ratafia {
10
10
  margin: auto;
@@ -14,7 +14,7 @@ export const FeaturesRatafiaContentStyled = styled.div `
14
14
  justify-content: center;
15
15
  align-items: center;
16
16
  align-self: stretch;
17
- gap: 1rem;
17
+ gap: var(--global-gap);
18
18
  margin-bottom: 1rem;
19
19
 
20
20
  &__text {
@@ -15,7 +15,7 @@ export const FeaturesRatafiaContentStyled = styled.div`
15
15
  justify-content: center;
16
16
  align-items: center;
17
17
  align-self: stretch;
18
- gap: 1rem;
18
+ gap: var(--global-gap);
19
19
  margin-bottom: 1rem;
20
20
 
21
21
  &__text {
@@ -97,12 +97,12 @@ export const GuideslinesContentStyled = styled.div `
97
97
  flex: 1;
98
98
  flex-direction: column;
99
99
  background: var(--others-white);
100
- border-radius: 0.5rem;
100
+ border-radius: var(--m-border-radius);
101
101
  padding: 1.5rem;
102
102
 
103
103
  &__image {
104
104
  width: 100%;
105
- border-radius: 0.5rem;
105
+ border-radius: var(--m-border-radius);
106
106
  }
107
107
 
108
108
  &__title {
@@ -98,12 +98,12 @@ export const GuideslinesContentStyled = styled.div`
98
98
  flex: 1;
99
99
  flex-direction: column;
100
100
  background: var(--others-white);
101
- border-radius: 0.5rem;
101
+ border-radius: var(--m-border-radius);
102
102
  padding: 1.5rem;
103
103
 
104
104
  &__image {
105
105
  width: 100%;
106
- border-radius: 0.5rem;
106
+ border-radius: var(--m-border-radius);
107
107
  }
108
108
 
109
109
  &__title {
@@ -3,7 +3,7 @@ export const JumbotronRatafiaStyled = styled.div `
3
3
  display: flex;
4
4
  flex-direction: column;
5
5
  align-items: flex-start;
6
- gap: 1rem;
6
+ gap: var(--global-gap);
7
7
 
8
8
  .jumbotron-ratafia-content__title {
9
9
  &__text {
@@ -14,7 +14,7 @@ export const JumbotronRatafiaStyled = styled.div `
14
14
 
15
15
  &__icon {
16
16
  padding: 0 0.6rem;
17
- border-radius: 4px;
17
+ border-radius: var(--s-border-radius);
18
18
  color: var(--primary-main-dark-2);
19
19
  background: var(--secondary-main-light-2);
20
20
  }
@@ -40,7 +40,7 @@ export const JumbotronRatafiaStyled = styled.div `
40
40
 
41
41
  &__icon {
42
42
  padding: 0 0.6rem;
43
- border-radius: 4px;
43
+ border-radius: var(--s-border-radius);
44
44
  color: var(--primary-main-dark-2);
45
45
  background: var(--secondary-main-light-2);
46
46
  }
@@ -4,7 +4,7 @@ export const JumbotronRatafiaStyled = styled.div`
4
4
  display: flex;
5
5
  flex-direction: column;
6
6
  align-items: flex-start;
7
- gap: 1rem;
7
+ gap: var(--global-gap);
8
8
 
9
9
  .jumbotron-ratafia-content__title {
10
10
  &__text {
@@ -15,7 +15,7 @@ export const JumbotronRatafiaStyled = styled.div`
15
15
 
16
16
  &__icon {
17
17
  padding: 0 0.6rem;
18
- border-radius: 4px;
18
+ border-radius: var(--s-border-radius);
19
19
  color: var(--primary-main-dark-2);
20
20
  background: var(--secondary-main-light-2);
21
21
  }
@@ -41,7 +41,7 @@ export const JumbotronRatafiaStyled = styled.div`
41
41
 
42
42
  &__icon {
43
43
  padding: 0 0.6rem;
44
- border-radius: 4px;
44
+ border-radius: var(--s-border-radius);
45
45
  color: var(--primary-main-dark-2);
46
46
  background: var(--secondary-main-light-2);
47
47
  }
@@ -5,7 +5,7 @@ export const KeyFactsLoadingContentRatafiaStyled = styled.div `
5
5
  flex-direction: column;
6
6
  align-items: flex-start;
7
7
  align-self: stretch;
8
- gap: 1rem;
8
+ gap: var(--global-gap);
9
9
 
10
10
  .key-facts-loading-content__document-name {
11
11
  color: var(--neutral-neutral-2);
@@ -22,7 +22,7 @@ export const KeyFactsLoadingContentRatafiaStyled = styled.div `
22
22
 
23
23
  overflow: hidden;
24
24
 
25
- border-radius: 4px;
25
+ border-radius: var(--s-border-radius);
26
26
  border-top: 4px solid var(--neutral-neutral-6);
27
27
  border-bottom: 4px solid var(--neutral-neutral-6);
28
28
  background: var(--neutral-neutral-6);
@@ -45,7 +45,7 @@ export const KeyFactsLoadingContentRatafiaStyled = styled.div `
45
45
  border-bottom: 1px solid var(--neutral-neutral-4);
46
46
  &__loader {
47
47
  background: var(--neutral-neutral-4);
48
- border-radius: 16px;
48
+ border-radius: var(--l-border-radius);
49
49
  }
50
50
  .item-1 {
51
51
  height: 10px;
@@ -111,7 +111,7 @@ export const KeyFactsLoadingContentRatafiaStyled = styled.div `
111
111
  padding: 1rem;
112
112
  gap: 0.5rem;
113
113
 
114
- border-radius: 4px;
114
+ border-radius: var(--s-border-radius);
115
115
  background: var(--secondary-main-light-4);
116
116
 
117
117
  &__icon img {
@@ -6,7 +6,7 @@ export const KeyFactsLoadingContentRatafiaStyled = styled.div`
6
6
  flex-direction: column;
7
7
  align-items: flex-start;
8
8
  align-self: stretch;
9
- gap: 1rem;
9
+ gap: var(--global-gap);
10
10
 
11
11
  .key-facts-loading-content__document-name {
12
12
  color: var(--neutral-neutral-2);
@@ -23,7 +23,7 @@ export const KeyFactsLoadingContentRatafiaStyled = styled.div`
23
23
 
24
24
  overflow: hidden;
25
25
 
26
- border-radius: 4px;
26
+ border-radius: var(--s-border-radius);
27
27
  border-top: 4px solid var(--neutral-neutral-6);
28
28
  border-bottom: 4px solid var(--neutral-neutral-6);
29
29
  background: var(--neutral-neutral-6);
@@ -46,7 +46,7 @@ export const KeyFactsLoadingContentRatafiaStyled = styled.div`
46
46
  border-bottom: 1px solid var(--neutral-neutral-4);
47
47
  &__loader {
48
48
  background: var(--neutral-neutral-4);
49
- border-radius: 16px;
49
+ border-radius: var(--l-border-radius);
50
50
  }
51
51
  .item-1 {
52
52
  height: 10px;
@@ -112,7 +112,7 @@ export const KeyFactsLoadingContentRatafiaStyled = styled.div`
112
112
  padding: 1rem;
113
113
  gap: 0.5rem;
114
114
 
115
- border-radius: 4px;
115
+ border-radius: var(--s-border-radius);
116
116
  background: var(--secondary-main-light-4);
117
117
 
118
118
  &__icon img {
@@ -6,7 +6,7 @@ export const KeyFactsResultContentRatafiaStyled = styled.div `
6
6
  align-items: flex-start;
7
7
  flex: 1 0 0;
8
8
  align-self: stretch;
9
- gap: 1rem;
9
+ gap: var(--global-gap);
10
10
 
11
11
  .key-facts-result-content__document-name {
12
12
  color: var(--neutral-neutral-2);
@@ -7,7 +7,7 @@ export const KeyFactsResultContentRatafiaStyled = styled.div`
7
7
  align-items: flex-start;
8
8
  flex: 1 0 0;
9
9
  align-self: stretch;
10
- gap: 1rem;
10
+ gap: var(--global-gap);
11
11
 
12
12
  .key-facts-result-content__document-name {
13
13
  color: var(--neutral-neutral-2);
@@ -18,7 +18,7 @@ export const LayoutRatafiaStyled = styled.div `
18
18
  padding: 1.5rem 1.5rem 0 1.5rem;
19
19
  width: 100%;
20
20
  height: calc(100vh - 8.375rem);
21
- border-radius: 16px 16px 0 0;
21
+ border-radius: var(--l-border-radius) var(--l-border-radius) 0 0;
22
22
  background: var(--others-white);
23
23
  box-shadow: var(--box-shadow-small);
24
24
 
@@ -74,7 +74,7 @@ export const LayoutRatafiaStyled = styled.div `
74
74
  bottom: 0;
75
75
  left: 0;
76
76
  right: 0;
77
- gap: 1rem;
77
+ gap: var(--global-gap);
78
78
  padding: 1.5rem;
79
79
  width: 100vw;
80
80
  background: var(--others-white);
@@ -19,7 +19,7 @@ export const LayoutRatafiaStyled = styled.div`
19
19
  padding: 1.5rem 1.5rem 0 1.5rem;
20
20
  width: 100%;
21
21
  height: calc(100vh - 8.375rem);
22
- border-radius: 16px 16px 0 0;
22
+ border-radius: var(--l-border-radius) var(--l-border-radius) 0 0;
23
23
  background: var(--others-white);
24
24
  box-shadow: var(--box-shadow-small);
25
25
 
@@ -75,7 +75,7 @@ export const LayoutRatafiaStyled = styled.div`
75
75
  bottom: 0;
76
76
  left: 0;
77
77
  right: 0;
78
- gap: 1rem;
78
+ gap: var(--global-gap);
79
79
  padding: 1.5rem;
80
80
  width: 100vw;
81
81
  background: var(--others-white);
@@ -4,7 +4,7 @@ export const LimitReachedContentRatafiaStyled = styled.div `
4
4
  display: flex;
5
5
  flex-direction: column;
6
6
  align-items: flex-start;
7
- gap: 1rem;
7
+ gap: var(--global-gap);
8
8
  align-self: stretch;
9
9
  @media ${device['portrait-tablets']} {
10
10
  gap: 2rem;
@@ -26,7 +26,7 @@ export const LimitReachedContentRatafiaStyled = styled.div `
26
26
  align-items: center;
27
27
  }
28
28
 
29
- border-radius: 0.25rem;
29
+ border-radius: var(--s-border-radius);
30
30
  background: var(--neutral-neutral-6);
31
31
  &__icon {
32
32
  width: 0.875rem;
@@ -5,7 +5,7 @@ export const LimitReachedContentRatafiaStyled = styled.div`
5
5
  display: flex;
6
6
  flex-direction: column;
7
7
  align-items: flex-start;
8
- gap: 1rem;
8
+ gap: var(--global-gap);
9
9
  align-self: stretch;
10
10
  @media ${device['portrait-tablets']} {
11
11
  gap: 2rem;
@@ -27,7 +27,7 @@ export const LimitReachedContentRatafiaStyled = styled.div`
27
27
  align-items: center;
28
28
  }
29
29
 
30
- border-radius: 0.25rem;
30
+ border-radius: var(--s-border-radius);
31
31
  background: var(--neutral-neutral-6);
32
32
  &__icon {
33
33
  width: 0.875rem;
@@ -1,5 +1,5 @@
1
1
  import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { FaqSection, JumbotronRatafiaSection, StepsRatafiaSection } from '../../sections';
3
- export const EsignatureLandingPage = ({ jumbotronSectionProps, stepsSectionProps, trustPilotBox, faqGroupProps }) => {
4
- return (_jsxs(_Fragment, { children: [_jsx(JumbotronRatafiaSection, { content: jumbotronSectionProps.content, alternativeStyles: jumbotronSectionProps.alternativeStyles, children: jumbotronSectionProps.children }), _jsx(StepsRatafiaSection, { ...stepsSectionProps }), trustPilotBox ?? trustPilotBox, _jsx(FaqSection, { groups: faqGroupProps, givenClass: 'faq-ratafia-section' })] }));
2
+ import { BenefitsRatafiaSection, FaqSection, JumbotronRatafiaSection, StepsRatafiaSection } from '../../sections';
3
+ export const EsignatureLandingPage = ({ jumbotronSectionProps, stepsSectionProps, benefitsSectionProps, trustPilotBox, faqGroupProps }) => {
4
+ return (_jsxs(_Fragment, { children: [_jsx(JumbotronRatafiaSection, { content: jumbotronSectionProps.content, alternativeStyles: jumbotronSectionProps.alternativeStyles, children: jumbotronSectionProps.children }), _jsx(StepsRatafiaSection, { ...stepsSectionProps }), _jsx(BenefitsRatafiaSection, { ...benefitsSectionProps }), trustPilotBox ?? trustPilotBox, _jsx(FaqSection, { groups: faqGroupProps, givenClass: 'faq-ratafia-section' })] }));
5
5
  };
@@ -1,11 +1,12 @@
1
1
  import React from 'react'
2
2
 
3
- import { FaqSection, JumbotronRatafiaSection, StepsRatafiaSection } from '../../sections'
3
+ import { BenefitsRatafiaSection, FaqSection, JumbotronRatafiaSection, StepsRatafiaSection } from '../../sections'
4
4
  import { type EsignatureLandingPageProps } from './EsignatureLandingPageProps.types'
5
5
 
6
6
  export const EsignatureLandingPage: React.FC<EsignatureLandingPageProps> = ({
7
7
  jumbotronSectionProps,
8
8
  stepsSectionProps,
9
+ benefitsSectionProps,
9
10
  trustPilotBox,
10
11
  faqGroupProps
11
12
  }) => {
@@ -18,6 +19,7 @@ export const EsignatureLandingPage: React.FC<EsignatureLandingPageProps> = ({
18
19
  {jumbotronSectionProps.children}
19
20
  </JumbotronRatafiaSection>
20
21
  <StepsRatafiaSection {...stepsSectionProps} />
22
+ <BenefitsRatafiaSection {...benefitsSectionProps} />
21
23
  {trustPilotBox ?? trustPilotBox}
22
24
  <FaqSection groups={faqGroupProps} givenClass='faq-ratafia-section' />
23
25
  </>
@@ -1,8 +1,9 @@
1
- import { JumbotronRatafiaSectionProps, StepsRatafiaSectionProps } from '../../sections';
1
+ import { BenefitsRatafiaSectionProps, JumbotronRatafiaSectionProps, StepsRatafiaSectionProps } from '../../sections';
2
2
  import type { FaqGroupProps } from '../../organisms';
3
3
  export interface EsignatureLandingPageProps {
4
4
  jumbotronSectionProps: JumbotronRatafiaSectionProps;
5
5
  stepsSectionProps: StepsRatafiaSectionProps;
6
+ benefitsSectionProps: BenefitsRatafiaSectionProps;
6
7
  faqGroupProps: FaqGroupProps[];
7
8
  trustPilotBox?: React.ReactNode;
8
9
  }
@@ -1,9 +1,10 @@
1
- import { JumbotronRatafiaSectionProps, StepsRatafiaSectionProps } from '../../sections'
1
+ import { BenefitsRatafiaSectionProps, JumbotronRatafiaSectionProps, StepsRatafiaSectionProps } from '../../sections'
2
2
  import type { FaqGroupProps } from '../../organisms'
3
3
 
4
4
  export interface EsignatureLandingPageProps {
5
5
  jumbotronSectionProps: JumbotronRatafiaSectionProps
6
6
  stepsSectionProps: StepsRatafiaSectionProps
7
+ benefitsSectionProps: BenefitsRatafiaSectionProps
7
8
  faqGroupProps: FaqGroupProps[]
8
9
  trustPilotBox?: React.ReactNode
9
10
  }
@@ -3,14 +3,14 @@ import styled from 'styled-components';
3
3
  export const FaqsPageStyled = styled.div `
4
4
  .titles {
5
5
  display: flex;
6
- padding: 40px 24px;
6
+ padding: 40px 1.5rem;
7
7
  flex-direction: column;
8
8
  align-items: center;
9
- gap: 8px;
9
+ gap: 0.5rem;
10
10
  background: var(--primary-main-light-6);
11
11
 
12
12
  @media ${device['landscape-tablets']} {
13
- padding: 40px 32px 80px 32px;
13
+ padding: 40px 2rem 80px 2rem;
14
14
  }
15
15
 
16
16
  .title {
@@ -20,8 +20,8 @@ export const FaqsPageStyled = styled.div `
20
20
  line-height: 18px;
21
21
  letter-spacing: -0.3px;
22
22
  border-bottom: get-color(neutral, neutral-2) 1px solid;
23
- padding-bottom: 8px;
24
- margin-bottom: 8px;
23
+ padding-bottom: 0.5rem;
24
+ margin-bottom: 0.5rem;
25
25
  }
26
26
 
27
27
  .subtitle {
@@ -42,7 +42,7 @@ export const FaqsPageStyled = styled.div `
42
42
  .main-content {
43
43
  display: flex;
44
44
  flex-direction: row;
45
- padding: 32px 24px;
45
+ padding: 2rem 1.5rem;
46
46
  gap: var(--global-gap);
47
47
  background: var(--primary-main-light-6);
48
48
  justify-content: center;
@@ -53,7 +53,7 @@ export const FaqsPageStyled = styled.div `
53
53
  }
54
54
 
55
55
  @media ${device['landscape-tablets']} {
56
- padding: 32px;
56
+ padding: 2rem;
57
57
  gap: 106px;
58
58
  }
59
59
  }
@@ -4,14 +4,14 @@ import styled from 'styled-components'
4
4
  export const FaqsPageStyled = styled.div`
5
5
  .titles {
6
6
  display: flex;
7
- padding: 40px 24px;
7
+ padding: 40px 1.5rem;
8
8
  flex-direction: column;
9
9
  align-items: center;
10
- gap: 8px;
10
+ gap: 0.5rem;
11
11
  background: var(--primary-main-light-6);
12
12
 
13
13
  @media ${device['landscape-tablets']} {
14
- padding: 40px 32px 80px 32px;
14
+ padding: 40px 2rem 80px 2rem;
15
15
  }
16
16
 
17
17
  .title {
@@ -21,8 +21,8 @@ export const FaqsPageStyled = styled.div`
21
21
  line-height: 18px;
22
22
  letter-spacing: -0.3px;
23
23
  border-bottom: get-color(neutral, neutral-2) 1px solid;
24
- padding-bottom: 8px;
25
- margin-bottom: 8px;
24
+ padding-bottom: 0.5rem;
25
+ margin-bottom: 0.5rem;
26
26
  }
27
27
 
28
28
  .subtitle {
@@ -43,7 +43,7 @@ export const FaqsPageStyled = styled.div`
43
43
  .main-content {
44
44
  display: flex;
45
45
  flex-direction: row;
46
- padding: 32px 24px;
46
+ padding: 2rem 1.5rem;
47
47
  gap: var(--global-gap);
48
48
  background: var(--primary-main-light-6);
49
49
  justify-content: center;
@@ -54,7 +54,7 @@ export const FaqsPageStyled = styled.div`
54
54
  }
55
55
 
56
56
  @media ${device['landscape-tablets']} {
57
- padding: 32px;
57
+ padding: 2rem;
58
58
  gap: 106px;
59
59
  }
60
60
  }
@@ -18,7 +18,7 @@ export const RatafiaPricingPageStyled = styled.div `
18
18
  &__cards {
19
19
  display: flex;
20
20
  flex-direction: row;
21
- gap: 1rem;
21
+ gap: var(--global-gap);
22
22
 
23
23
  @media ${device.mobile} {
24
24
  flex-direction: column;
@@ -19,7 +19,7 @@ export const RatafiaPricingPageStyled = styled.div`
19
19
  &__cards {
20
20
  display: flex;
21
21
  flex-direction: row;
22
- gap: 1rem;
22
+ gap: var(--global-gap);
23
23
 
24
24
  @media ${device.mobile} {
25
25
  flex-direction: column;
@@ -21,7 +21,7 @@ export const AsideMenuSectionStyled = styled.aside `
21
21
  font-size: 14px;
22
22
  line-height: 18px;
23
23
  letter-spacing: -0.3px;
24
- padding: 16px 0;
24
+ padding: 1rem 0;
25
25
  border-top: var(--neutral-neutral-4) 1px solid;
26
26
  border-bottom: var(--neutral-neutral-4) 1px solid;
27
27
 
@@ -22,7 +22,7 @@ export const AsideMenuSectionStyled = styled.aside`
22
22
  font-size: 14px;
23
23
  line-height: 18px;
24
24
  letter-spacing: -0.3px;
25
- padding: 16px 0;
25
+ padding: 1rem 0;
26
26
  border-top: var(--neutral-neutral-4) 1px solid;
27
27
  border-bottom: var(--neutral-neutral-4) 1px solid;
28
28
 
@@ -1,7 +1,12 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { BenefitRatafiaCardList } from '../../molecules';
3
3
  import { BenefitsRatafiaSectionStyled } from './BenefitsRatafiaSection.styled';
4
- const BenefitsRatafiaSection = ({ title, description, benefits }) => {
5
- return (_jsx(BenefitsRatafiaSectionStyled, { className: 'benefit-ratafia-section', children: _jsxs("div", { className: 'benefit-ratafia-section__wrapper background-ratafia-animation', children: [_jsxs("div", { className: 'benefit-ratafia-section__wrapper__title', children: [_jsx("h2", { className: 'sans-serif --super-large --bold-weight benefit-ratafia-section__wrapper__title__text', children: title }), _jsx("p", { className: 'sans-serif --super-medium benefit-ratafia-section__wrapper__title__description', children: description })] }), _jsx(BenefitRatafiaCardList, { benefits: benefits })] }) }));
4
+ import classNames from 'classnames';
5
+ const BenefitsRatafiaSection = ({ title, description, benefits, descriptionRichtext }) => {
6
+ const isEsignatureLanding = descriptionRichtext !== undefined;
7
+ const classnames = classNames({
8
+ '--is-esignature': isEsignatureLanding
9
+ });
10
+ return (_jsx(BenefitsRatafiaSectionStyled, { className: 'benefit-ratafia-section', children: _jsxs("div", { className: `benefit-ratafia-section__wrapper background-ratafia-animation ${classnames}`, children: [_jsxs("div", { className: 'benefit-ratafia-section__wrapper__title', children: [_jsx("h2", { className: 'sans-serif --super-large --bold-weight benefit-ratafia-section__wrapper__title__text', children: title }), _jsx("p", { className: 'sans-serif --super-medium benefit-ratafia-section__wrapper__title__description', children: isEsignatureLanding ? descriptionRichtext : description })] }), _jsx(BenefitRatafiaCardList, { benefits: benefits })] }) }));
6
11
  };
7
12
  export default BenefitsRatafiaSection;
@@ -1,3 +1,5 @@
1
+ import backElementL from '../../../../images/svg/benefit-bckground-l.svg';
2
+ import backElementS from '../../../../images/svg/benefit-bckground-s.svg';
1
3
  import { device } from '../../../globalStyles/breakpoints';
2
4
  import styled from 'styled-components';
3
5
  export const BenefitsRatafiaSectionStyled = styled.section `
@@ -24,7 +26,7 @@ export const BenefitsRatafiaSectionStyled = styled.section `
24
26
  align-self: stretch;
25
27
  padding: 1.5rem;
26
28
  gap: 2rem;
27
- border-radius: 16px;
29
+ border-radius: var(--l-border-radius);
28
30
  max-width: 1200px;
29
31
 
30
32
  @media ${device['landscape-tablets']} {
@@ -40,7 +42,7 @@ export const BenefitsRatafiaSectionStyled = styled.section `
40
42
  justify-content: center;
41
43
  align-items: flex-start;
42
44
  align-self: stretch;
43
- gap: 1rem;
45
+ gap: var(--global-gap);
44
46
 
45
47
  &__text {
46
48
  color: var(--others-white);
@@ -49,6 +51,45 @@ export const BenefitsRatafiaSectionStyled = styled.section `
49
51
  color: var(--others-white);
50
52
  }
51
53
  }
54
+
55
+ &.--is-esignature {
56
+ background-image: url(${backElementS});
57
+ background-size: cover;
58
+ background-position: center;
59
+ background-repeat: no-repeat;
60
+ animation: none;
61
+
62
+ @media ${device['landscape-tablets']} {
63
+ background-image: url(${backElementL});
64
+ background-size: cover, cover;
65
+ background-position: center, center;
66
+ background-repeat: no-repeat, no-repeat;
67
+ }
68
+ }
69
+
70
+ .benefit-ratafia-card {
71
+ box-shadow: none;
72
+ }
73
+ }
74
+ }
75
+
76
+ .--is-esignature {
77
+ .benefit-ratafia-section {
78
+ &__wrapper {
79
+ &__title {
80
+ &__text {
81
+ color: var(--primary-main-dark-2);
82
+ }
83
+ &__description {
84
+ color: var(--neutral-neutral-1);
85
+
86
+ a {
87
+ color: var(--primary-main);
88
+ text-decoration: underline;
89
+ }
90
+ }
91
+ }
92
+ }
52
93
  }
53
94
  }
54
95
  `;