@npm_leadtech/legal-lib-components 5.11.4 → 5.11.6

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 (128) hide show
  1. package/dist/css/styles.css +847 -0
  2. package/dist/src/components/molecules/BottomOverlay/BottomOverlay.styled.js +2 -2
  3. package/dist/src/components/molecules/BottomOverlay/BottomOverlay.styled.ts +2 -2
  4. package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.styled.js +6 -6
  5. package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.styled.ts +6 -6
  6. package/dist/src/components/organisms/AboutUsContent/AboutUsContent.js +2 -2
  7. package/dist/src/components/organisms/AboutUsContent/{AboutUsContent.styled.ts → AboutUsContent.scss} +11 -13
  8. package/dist/src/components/organisms/AboutUsContent/AboutUsContent.tsx +3 -3
  9. package/dist/src/components/organisms/Accordion/Accordion.js +2 -2
  10. package/dist/src/components/organisms/Accordion/Accordion.scss +4 -0
  11. package/dist/src/components/organisms/Accordion/Accordion.tsx +4 -3
  12. package/dist/src/components/organisms/ArticlesList/ArticlesList.js +2 -2
  13. package/dist/src/components/organisms/ArticlesList/ArticlesList.scss +12 -0
  14. package/dist/src/components/organisms/ArticlesList/ArticlesList.tsx +3 -3
  15. package/dist/src/components/organisms/AsSeeInContent/AsSeeInContent.js +3 -3
  16. package/dist/src/components/organisms/AsSeeInContent/AsSeeInContent.scss +22 -0
  17. package/dist/src/components/organisms/AsSeeInContent/AsSeeInContent.tsx +3 -3
  18. package/dist/src/components/organisms/CardFunctionality/CardFunctionality.js +2 -2
  19. package/dist/src/components/organisms/CardFunctionality/{CardFunctionality.styled.ts → CardFunctionality.scss} +3 -3
  20. package/dist/src/components/organisms/CardFunctionality/CardFunctionality.tsx +3 -3
  21. package/dist/src/components/organisms/ContactJumbotron/ContactJumbotron.js +2 -2
  22. package/dist/src/components/organisms/ContactJumbotron/{ContactJumbotron.styled.ts → ContactJumbotron.scss} +7 -6
  23. package/dist/src/components/organisms/ContactJumbotron/ContactJumbotron.tsx +3 -3
  24. package/dist/src/components/organisms/CookiePolicyBar/CookiePolicyBar.js +2 -2
  25. package/dist/src/components/organisms/CookiePolicyBar/CookiePolicyBar.scss +54 -0
  26. package/dist/src/components/organisms/CookiePolicyBar/CookiePolicyBar.tsx +13 -11
  27. package/dist/src/components/organisms/ErrorContentRatafia/ErrorContentRatafia.js +2 -2
  28. package/dist/src/components/organisms/ErrorContentRatafia/{ErrorContentRatafia.styled.ts → ErrorContentRatafia.scss} +6 -7
  29. package/dist/src/components/organisms/ErrorContentRatafia/ErrorContentRatafia.tsx +3 -3
  30. package/dist/src/components/organisms/FaqGroup/FaqGroup.js +2 -2
  31. package/dist/src/components/organisms/FaqGroup/{FaqGroup.styled.ts → FaqGroup.scss} +3 -3
  32. package/dist/src/components/organisms/FaqGroup/FaqGroup.tsx +3 -3
  33. package/dist/src/components/organisms/FeaturesRatafiaContent/FeaturesRatafiaContent.js +2 -2
  34. package/dist/src/components/organisms/FeaturesRatafiaContent/{FeaturesRatafiaContent.styled.ts → FeaturesRatafiaContent.scss} +4 -4
  35. package/dist/src/components/organisms/FeaturesRatafiaContent/FeaturesRatafiaContent.tsx +3 -3
  36. package/dist/src/components/organisms/GuidelinesContent/GuidelinesContent.js +3 -3
  37. package/dist/src/components/organisms/GuidelinesContent/{GuidelinesContent.styled.ts → GuidelinesContent.scss} +17 -17
  38. package/dist/src/components/organisms/GuidelinesContent/GuidelinesContent.tsx +3 -3
  39. package/dist/src/components/organisms/JumbotronRatafiaContent/JumbotronRatafiaContent.js +2 -2
  40. package/dist/src/components/organisms/JumbotronRatafiaContent/{JumbotronRatafiaContent.styled.ts → JumbotronRatafiaContent.scss} +7 -6
  41. package/dist/src/components/organisms/JumbotronRatafiaContent/JumbotronRatafiaContent.tsx +3 -3
  42. package/dist/src/components/organisms/KeyFactsLoadingContentRatafia/KeyFactsLoadingContentRatafia.js +2 -2
  43. package/dist/src/components/organisms/KeyFactsLoadingContentRatafia/{KeyFactsLoadingContentRatafia.styled.ts → KeyFactsLoadingContentRatafia.scss} +25 -24
  44. package/dist/src/components/organisms/KeyFactsLoadingContentRatafia/KeyFactsLoadingContentRatafia.tsx +3 -3
  45. package/dist/src/components/organisms/KeyFactsResultContentRatafia/KeyFactsResultContentRatafia.js +2 -2
  46. package/dist/src/components/organisms/KeyFactsResultContentRatafia/KeyFactsResultContentRatafia.scss +23 -0
  47. package/dist/src/components/organisms/KeyFactsResultContentRatafia/KeyFactsResultContentRatafia.tsx +3 -3
  48. package/dist/src/components/organisms/LanguageSelectorMobile/LanguageSelectorMobile.js +2 -2
  49. package/dist/src/components/organisms/LanguageSelectorMobile/{LanguageSelectorMobile.styled.js → LanguageSelectorMobile.scss} +6 -6
  50. package/dist/src/components/organisms/LanguageSelectorMobile/LanguageSelectorMobile.tsx +3 -3
  51. package/dist/src/components/organisms/LayoutRatafia/LayoutRatafia.js +2 -2
  52. package/dist/src/components/organisms/LayoutRatafia/{LayoutRatafia.styled.ts → LayoutRatafia.scss} +13 -12
  53. package/dist/src/components/organisms/LayoutRatafia/LayoutRatafia.tsx +3 -3
  54. package/dist/src/components/organisms/ListStepsGetForm/ListStepsGetForm.js +2 -2
  55. package/dist/src/components/organisms/ListStepsGetForm/{ListStepsGetForm.styled.ts → ListStepsGetForm.scss} +7 -7
  56. package/dist/src/components/organisms/ListStepsGetForm/ListStepsGetForm.tsx +3 -3
  57. package/dist/src/components/organisms/LoginRatafiaContent/LoginRatafiaContent.js +2 -2
  58. package/dist/src/components/organisms/LoginRatafiaContent/LoginRatafiaContent.scss +16 -0
  59. package/dist/src/components/organisms/LoginRatafiaContent/LoginRatafiaContent.tsx +3 -3
  60. package/dist/src/components/organisms/MobileBottomBar/MobileBottomBar.js +8 -4
  61. package/dist/src/components/organisms/MobileBottomBar/{MobileBottomBar.styled.ts → MobileBottomBar.scss} +6 -6
  62. package/dist/src/components/organisms/MobileBottomBar/MobileBottomBar.tsx +10 -5
  63. package/dist/src/components/organisms/MobileBottomBar/MobileBottomBarProps.types.d.ts +1 -0
  64. package/dist/src/components/organisms/MobileBottomBar/MobileBottomBarProps.types.ts +1 -0
  65. package/dist/src/components/organisms/StepsRatafiaContent/StepsRatafiaContent.js +2 -2
  66. package/dist/src/components/organisms/StepsRatafiaContent/StepsRatafiaContent.scss +12 -0
  67. package/dist/src/components/organisms/StepsRatafiaContent/StepsRatafiaContent.tsx +3 -3
  68. package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.js +3 -3
  69. package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.tsx +3 -3
  70. package/dist/src/components/pages/ErrorRatafiaPage/ErrorRatafiaPage.styled.js +1 -2
  71. package/dist/src/components/pages/ErrorRatafiaPage/ErrorRatafiaPage.styled.ts +1 -2
  72. package/dist/src/components/pages/FaqsPage/FaqsPage.styled.js +4 -5
  73. package/dist/src/components/pages/FaqsPage/FaqsPage.styled.ts +4 -5
  74. package/dist/src/components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPage.styled.js +1 -2
  75. package/dist/src/components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPage.styled.ts +1 -2
  76. package/dist/src/globalStyles/styles.scss +22 -0
  77. package/dist/tsconfig.build.tsbuildinfo +1 -1
  78. package/package.json +1 -1
  79. package/dist/src/components/organisms/AboutUsContent/AboutUsContent.styled.d.ts +0 -1
  80. package/dist/src/components/organisms/AboutUsContent/AboutUsContent.styled.js +0 -59
  81. package/dist/src/components/organisms/Accordion/Accordion.styled.d.ts +0 -1
  82. package/dist/src/components/organisms/Accordion/Accordion.styled.js +0 -5
  83. package/dist/src/components/organisms/Accordion/Accordion.styled.ts +0 -6
  84. package/dist/src/components/organisms/ArticlesList/ArticlesList.styled.d.ts +0 -1
  85. package/dist/src/components/organisms/ArticlesList/ArticlesList.styled.js +0 -11
  86. package/dist/src/components/organisms/ArticlesList/ArticlesList.styled.ts +0 -12
  87. package/dist/src/components/organisms/AsSeeInContent/AsSeeInContent.styled.d.ts +0 -1
  88. package/dist/src/components/organisms/AsSeeInContent/AsSeeInContent.styled.js +0 -22
  89. package/dist/src/components/organisms/AsSeeInContent/AsSeeInContent.styled.ts +0 -23
  90. package/dist/src/components/organisms/CardFunctionality/CardFunctionality.styled.d.ts +0 -1
  91. package/dist/src/components/organisms/CardFunctionality/CardFunctionality.styled.js +0 -60
  92. package/dist/src/components/organisms/ContactJumbotron/ContactJumbotron.styled.d.ts +0 -1
  93. package/dist/src/components/organisms/ContactJumbotron/ContactJumbotron.styled.js +0 -43
  94. package/dist/src/components/organisms/CookiePolicyBar/CookiePolicyBar.styled.d.ts +0 -1
  95. package/dist/src/components/organisms/CookiePolicyBar/CookiePolicyBar.styled.js +0 -47
  96. package/dist/src/components/organisms/CookiePolicyBar/CookiePolicyBar.styled.ts +0 -48
  97. package/dist/src/components/organisms/ErrorContentRatafia/ErrorContentRatafia.styled.d.ts +0 -1
  98. package/dist/src/components/organisms/ErrorContentRatafia/ErrorContentRatafia.styled.js +0 -18
  99. package/dist/src/components/organisms/FaqGroup/FaqGroup.styled.d.ts +0 -1
  100. package/dist/src/components/organisms/FaqGroup/FaqGroup.styled.js +0 -21
  101. package/dist/src/components/organisms/FeaturesRatafiaContent/FeaturesRatafiaContent.styled.d.ts +0 -1
  102. package/dist/src/components/organisms/FeaturesRatafiaContent/FeaturesRatafiaContent.styled.js +0 -27
  103. package/dist/src/components/organisms/GuidelinesContent/GuidelinesContent.styled.d.ts +0 -1
  104. package/dist/src/components/organisms/GuidelinesContent/GuidelinesContent.styled.js +0 -138
  105. package/dist/src/components/organisms/JumbotronRatafiaContent/JumbotronRatafiaContent.styled.d.ts +0 -1
  106. package/dist/src/components/organisms/JumbotronRatafiaContent/JumbotronRatafiaContent.styled.js +0 -26
  107. package/dist/src/components/organisms/KeyFactsLoadingContentRatafia/KeyFactsLoadingContentRatafia.styled.d.ts +0 -1
  108. package/dist/src/components/organisms/KeyFactsLoadingContentRatafia/KeyFactsLoadingContentRatafia.styled.js +0 -144
  109. package/dist/src/components/organisms/KeyFactsResultContentRatafia/KeyFactsResultContentRatafia.styled.d.ts +0 -1
  110. package/dist/src/components/organisms/KeyFactsResultContentRatafia/KeyFactsResultContentRatafia.styled.js +0 -21
  111. package/dist/src/components/organisms/KeyFactsResultContentRatafia/KeyFactsResultContentRatafia.styled.ts +0 -22
  112. package/dist/src/components/organisms/LanguageSelectorMobile/LanguageSelectorMobile.styled.d.ts +0 -5
  113. package/dist/src/components/organisms/LanguageSelectorMobile/LanguageSelectorMobile.styled.ts +0 -70
  114. package/dist/src/components/organisms/LayoutRatafia/LayoutRatafia.styled.d.ts +0 -1
  115. package/dist/src/components/organisms/LayoutRatafia/LayoutRatafia.styled.js +0 -91
  116. package/dist/src/components/organisms/ListStepsGetForm/ListStepsGetForm.styled.d.ts +0 -1
  117. package/dist/src/components/organisms/ListStepsGetForm/ListStepsGetForm.styled.js +0 -34
  118. package/dist/src/components/organisms/LoginRatafiaContent/LoginRatafiaContent.styled.d.ts +0 -1
  119. package/dist/src/components/organisms/LoginRatafiaContent/LoginRatafiaContent.styled.js +0 -14
  120. package/dist/src/components/organisms/LoginRatafiaContent/LoginRatafiaContent.styled.ts +0 -15
  121. package/dist/src/components/organisms/MobileBottomBar/MobileBottomBar.styled.d.ts +0 -1
  122. package/dist/src/components/organisms/MobileBottomBar/MobileBottomBar.styled.js +0 -45
  123. package/dist/src/components/organisms/StepsRatafiaContent/StepsRatafiaContent.styled.d.ts +0 -1
  124. package/dist/src/components/organisms/StepsRatafiaContent/StepsRatafiaContent.styled.js +0 -11
  125. package/dist/src/components/organisms/StepsRatafiaContent/StepsRatafiaContent.styled.ts +0 -12
  126. package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.styled.d.ts +0 -1
  127. package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.styled.js +0 -54
  128. package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.styled.ts +0 -55
@@ -1,6 +1,6 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { FaqGroupStyled } from './FaqGroup.styled';
3
2
  import { FaqItem } from '../../molecules';
3
+ // import './FaqGroup.scss'
4
4
  export const FaqGroup = ({ title, slug, faqs = [], hasAllClosed = false, children }) => {
5
- return (_jsxs(FaqGroupStyled, { id: slug, children: [_jsx("h2", { className: 'title', id: `${slug}-faqs`, children: title }), children, _jsx("div", { className: 'faqs', children: faqs.map((faq, index) => (_jsx(FaqItem, { ...faq, index: hasAllClosed ? index + 1 : index }, faq.id))) })] }));
5
+ return (_jsxs("div", { className: 'faqGroup', id: slug, children: [_jsx("h2", { className: 'title', id: `${slug}-faqs`, children: title }), children, _jsx("div", { className: 'faqs', children: faqs.map((faq, index) => (_jsx(FaqItem, { ...faq, index: hasAllClosed ? index + 1 : index }, faq.id))) })] }));
6
6
  };
@@ -1,6 +1,6 @@
1
- import styled from 'styled-components'
1
+ @import '../../../globalStyles/variables.scss';
2
2
 
3
- export const FaqGroupStyled = styled.div`
3
+ .faqGroup {
4
4
  display: flex;
5
5
  flex-direction: column;
6
6
  align-items: flex-start;
@@ -19,4 +19,4 @@ export const FaqGroupStyled = styled.div`
19
19
  gap: var(--global-gap);
20
20
  width: 100%;
21
21
  }
22
- `
22
+ }
@@ -1,12 +1,12 @@
1
1
  import React from 'react'
2
2
 
3
3
  import { type FaqGroupProps } from './FaqGroupProps'
4
- import { FaqGroupStyled } from './FaqGroup.styled'
5
4
  import { FaqItem } from '../../molecules'
5
+ // import './FaqGroup.scss'
6
6
 
7
7
  export const FaqGroup: React.FC<FaqGroupProps> = ({ title, slug, faqs = [], hasAllClosed = false, children }) => {
8
8
  return (
9
- <FaqGroupStyled id={slug}>
9
+ <div className='faqGroup' id={slug}>
10
10
  <h2 className='title' id={`${slug}-faqs`}>
11
11
  {title}
12
12
  </h2>
@@ -16,6 +16,6 @@ export const FaqGroup: React.FC<FaqGroupProps> = ({ title, slug, faqs = [], hasA
16
16
  <FaqItem key={faq.id} {...faq} index={hasAllClosed ? index + 1 : index} />
17
17
  ))}
18
18
  </div>
19
- </FaqGroupStyled>
19
+ </div>
20
20
  )
21
21
  }
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { FeatureRatafiaCardList } from '../../molecules';
3
- import { FeaturesRatafiaContentStyled } from './FeaturesRatafiaContent.styled';
3
+ // import './FeaturesRatafiaContent.scss'
4
4
  const FeaturesRatafiaContent = ({ title, description, notReleasedText = 'Coming Soon', features }) => {
5
- return (_jsx(FeaturesRatafiaContentStyled, { children: _jsxs("div", { className: 'features-ratafia-content__wrapper', children: [_jsxs("div", { className: 'features-ratafia-content__wrapper__title', children: [_jsx("h2", { className: 'sans-serif --super-large --bold-weight features-ratafia-content__wrapper__title__text', children: title }), _jsx("div", { className: 'sans-serif --super-medium features-ratafia-content__wrapper__title__description', children: description })] }), _jsx(FeatureRatafiaCardList, { features: features, notReleasedText: notReleasedText })] }) }));
5
+ return (_jsx("div", { className: 'features-ratafia-content', children: _jsxs("div", { className: 'features-ratafia-content__wrapper', children: [_jsxs("div", { className: 'features-ratafia-content__wrapper__title', children: [_jsx("h2", { className: 'sans-serif --super-large --bold-weight features-ratafia-content__wrapper__title__text', children: title }), _jsx("div", { className: 'sans-serif --super-medium features-ratafia-content__wrapper__title__description', children: description })] }), _jsx(FeatureRatafiaCardList, { features: features, notReleasedText: notReleasedText })] }) }));
6
6
  };
7
7
  export default FeaturesRatafiaContent;
@@ -1,6 +1,6 @@
1
- import styled from 'styled-components'
1
+ @import '../../../globalStyles/variables.scss';
2
2
 
3
- export const FeaturesRatafiaContentStyled = styled.div`
3
+ .features-ratafia-content__wrapper {
4
4
  display: flex;
5
5
  flex-direction: column;
6
6
  justify-content: center;
@@ -8,7 +8,7 @@ export const FeaturesRatafiaContentStyled = styled.div`
8
8
  flex: 1 0 0;
9
9
  gap: 1.5rem;
10
10
 
11
- .features-ratafia-content__wrapper__title {
11
+ &__title {
12
12
  display: flex;
13
13
  flex-direction: column;
14
14
  justify-content: center;
@@ -25,4 +25,4 @@ export const FeaturesRatafiaContentStyled = styled.div`
25
25
  color: var(--neutral-neutral-1);
26
26
  }
27
27
  }
28
- `
28
+ }
@@ -2,7 +2,7 @@ import React, { type FC } from 'react'
2
2
 
3
3
  import { FeatureRatafiaCardList } from '../../molecules'
4
4
  import { type FeaturesRatafiaContentProps } from './FeaturesRatafiaContentProps.types'
5
- import { FeaturesRatafiaContentStyled } from './FeaturesRatafiaContent.styled'
5
+ // import './FeaturesRatafiaContent.scss'
6
6
 
7
7
  const FeaturesRatafiaContent: FC<FeaturesRatafiaContentProps> = ({
8
8
  title,
@@ -11,7 +11,7 @@ const FeaturesRatafiaContent: FC<FeaturesRatafiaContentProps> = ({
11
11
  features
12
12
  }) => {
13
13
  return (
14
- <FeaturesRatafiaContentStyled>
14
+ <div className='features-ratafia-content'>
15
15
  <div className='features-ratafia-content__wrapper'>
16
16
  <div className='features-ratafia-content__wrapper__title'>
17
17
  <h2 className='sans-serif --super-large --bold-weight features-ratafia-content__wrapper__title__text'>
@@ -23,7 +23,7 @@ const FeaturesRatafiaContent: FC<FeaturesRatafiaContentProps> = ({
23
23
  </div>
24
24
  <FeatureRatafiaCardList features={features} notReleasedText={notReleasedText} />
25
25
  </div>
26
- </FeaturesRatafiaContentStyled>
26
+ </div>
27
27
  )
28
28
  }
29
29
 
@@ -1,7 +1,7 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
1
+ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
2
2
  import { RichTextInner, RichTextStrapi } from '../../atoms';
3
- import { GuideslinesContentStyled } from './GuidelinesContent.styled';
3
+ // import './GuidelinesContent.scss'
4
4
  const GuidelinesContent = ({ title, image, detail, children }) => {
5
- return (_jsxs(GuideslinesContentStyled, { children: [_jsxs("div", { className: 'guidelines-section-main wrapper', children: [_jsx("div", { className: 'guidelines-section__image big-devices', children: image }), _jsxs("div", { className: 'guidelines-section__texts', children: [_jsx("h2", { className: 'guidelines-section__texts__title', children: title }), _jsx(RichTextInner, { customClass: 'guidelines-section__texts__body', children: children })] }), _jsx("div", { className: 'guidelines-section__image is-mobile', children: image })] }), Array.isArray(detail) && (_jsx("div", { className: 'guidelines-section-detail wrapper', children: detail.map((item, index) => (_jsxs("div", { className: 'guidelines-section-detail__item', children: [_jsx("div", { className: 'guidelines-section-detail__item__image', children: item.image }), _jsx("div", { className: 'guidelines-section-detail__item__title', children: item.title }), _jsx(RichTextStrapi, { html: item.body?.data?.childMarkdownRemark?.html })] }, index))) }))] }));
5
+ return (_jsxs(_Fragment, { children: [_jsxs("div", { className: 'guidelines-section-main wrapper', children: [_jsx("div", { className: 'guidelines-section__image big-devices', children: image }), _jsxs("div", { className: 'guidelines-section__texts', children: [_jsx("h2", { className: 'guidelines-section__texts__title', children: title }), _jsx(RichTextInner, { customClass: 'guidelines-section__texts__body', children: children })] }), _jsx("div", { className: 'guidelines-section__image is-mobile', children: image })] }), Array.isArray(detail) && (_jsx("div", { className: 'guidelines-section-detail wrapper', children: detail.map((item, index) => (_jsxs("div", { className: 'guidelines-section-detail__item', children: [_jsx("div", { className: 'guidelines-section-detail__item__image', children: item.image }), _jsx("div", { className: 'guidelines-section-detail__item__title', children: item.title }), _jsx(RichTextStrapi, { html: item.body?.data?.childMarkdownRemark?.html })] }, index))) }))] }));
6
6
  };
7
7
  export default GuidelinesContent;
@@ -1,20 +1,20 @@
1
- import { device } from '../../../globalStyles/breakpoints'
2
- import styled from 'styled-components'
1
+ @import '../../../globalStyles/variables.scss';
2
+ @import '../../../globalStyles/mediaqueries.scss';
3
3
 
4
- export const GuideslinesContentStyled = styled.div`
5
- .guidelines-section-main {
4
+ .guidelines-section {
5
+ &-main {
6
6
  display: flex;
7
7
  flex-direction: column;
8
8
  flex-wrap: nowrap;
9
9
  padding: 1.5rem;
10
10
 
11
- @media ${device.laptop} {
11
+ @include laptop {
12
12
  flex-direction: row;
13
13
  padding: 0;
14
14
  }
15
15
  }
16
16
 
17
- .guidelines-section__texts {
17
+ &__texts {
18
18
  flex-basis: 50%;
19
19
  display: flex;
20
20
  flex-direction: column;
@@ -26,7 +26,7 @@ export const GuideslinesContentStyled = styled.div`
26
26
  font-weight: 400;
27
27
  letter-spacing: -0.3px;
28
28
 
29
- @media ${device['landscape-tablets']} {
29
+ @include landscape-tablets {
30
30
  margin-left: 3rem;
31
31
  margin-bottom: 0;
32
32
  }
@@ -41,7 +41,7 @@ export const GuideslinesContentStyled = styled.div`
41
41
  line-height: 42px;
42
42
  letter-spacing: -0.3px;
43
43
 
44
- @media ${device['landscape-tablets']} {
44
+ @include landscape-tablets {
45
45
  text-align: left;
46
46
  }
47
47
  }
@@ -58,14 +58,14 @@ export const GuideslinesContentStyled = styled.div`
58
58
  }
59
59
  }
60
60
 
61
- .guidelines-section__image {
61
+ &__image {
62
62
  flex-basis: 50%;
63
63
  margin-bottom: 2rem;
64
64
 
65
65
  &.big-devices {
66
66
  display: none;
67
67
 
68
- @media ${device['landscape-tablets']} {
68
+ @include landscape-tablets {
69
69
  display: flex;
70
70
  }
71
71
  }
@@ -73,7 +73,7 @@ export const GuideslinesContentStyled = styled.div`
73
73
  &.is-mobile {
74
74
  display: none;
75
75
 
76
- @media ${device['landscape-tablets']} {
76
+ @include landscape-tablets {
77
77
  display: none;
78
78
  }
79
79
 
@@ -83,13 +83,13 @@ export const GuideslinesContentStyled = styled.div`
83
83
  }
84
84
  }
85
85
 
86
- .guidelines-section-detail {
86
+ &-detail {
87
87
  display: flex;
88
88
  flex-direction: column;
89
89
  gap: 1.5rem;
90
90
  margin: 2rem 0 1rem 0;
91
91
 
92
- @media ${device.laptop} {
92
+ @include laptop {
93
93
  flex-direction: row;
94
94
  }
95
95
 
@@ -97,7 +97,7 @@ export const GuideslinesContentStyled = styled.div`
97
97
  display: flex;
98
98
  flex: 1;
99
99
  flex-direction: column;
100
- background: var(--others-white);
100
+ background: get-color(others, white);
101
101
  border-radius: 0.5rem;
102
102
  padding: 1.5rem;
103
103
 
@@ -107,13 +107,13 @@ export const GuideslinesContentStyled = styled.div`
107
107
  }
108
108
 
109
109
  &__title {
110
- font-family: var(--font-serif);
110
+ font-family: $font-serif;
111
111
  font-style: normal;
112
112
  font-weight: 400;
113
113
  font-size: 24px;
114
114
  line-height: 32px;
115
115
  letter-spacing: -0.3px;
116
- color: var(--neutral-neutral-1);
116
+ color: get-color(neutral, neutral-1);
117
117
  margin: 1.5rem 0 1rem 0;
118
118
  }
119
119
 
@@ -136,4 +136,4 @@ export const GuideslinesContentStyled = styled.div`
136
136
  }
137
137
  }
138
138
  }
139
- `
139
+ }
@@ -3,11 +3,11 @@ import React, { type FC } from 'react'
3
3
 
4
4
  import { RichTextInner, RichTextStrapi } from '../../atoms'
5
5
  import { type GuidelinesContentProps } from './GuidelinesContentProps.types'
6
- import { GuideslinesContentStyled } from './GuidelinesContent.styled'
6
+ // import './GuidelinesContent.scss'
7
7
 
8
8
  const GuidelinesContent: FC<GuidelinesContentProps> = ({ title, image, detail, children }) => {
9
9
  return (
10
- <GuideslinesContentStyled>
10
+ <>
11
11
  <div className='guidelines-section-main wrapper'>
12
12
  <div className='guidelines-section__image big-devices'>{image}</div>
13
13
  <div className='guidelines-section__texts'>
@@ -27,7 +27,7 @@ const GuidelinesContent: FC<GuidelinesContentProps> = ({ title, image, detail, c
27
27
  ))}
28
28
  </div>
29
29
  )}
30
- </GuideslinesContentStyled>
30
+ </>
31
31
  )
32
32
  }
33
33
 
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { JumbotronRatafiaStyled } from './JumbotronRatafiaContent.styled';
3
2
  import { TagsRatafiaList } from '../../molecules';
3
+ // import './JumbotronRatafiaContent.scss'
4
4
  const JumbotronRatafiaContent = ({ title, body, tags }) => {
5
- return (_jsxs(JumbotronRatafiaStyled, { children: [_jsx("div", { className: 'jumbotron-ratafia-content__title', children: title }), _jsx("span", { className: 'sans-serif --medium jumbotron-ratafia-content__description', itemProp: 'text', children: body }), _jsx(TagsRatafiaList, { tags: tags })] }));
5
+ return (_jsxs("div", { className: 'jumbotron-ratafia-content', children: [_jsx("div", { className: 'jumbotron-ratafia-content__title', children: title }), _jsx("span", { className: 'sans-serif --medium jumbotron-ratafia-content__description', itemProp: 'text', children: body }), _jsx(TagsRatafiaList, { tags: tags })] }));
6
6
  };
7
7
  export default JumbotronRatafiaContent;
@@ -1,12 +1,13 @@
1
- import styled from 'styled-components'
1
+ @import '../../../globalStyles/variables.scss';
2
+ @import '../../../globalStyles/mediaqueries.scss';
2
3
 
3
- export const JumbotronRatafiaStyled = styled.div`
4
+ .jumbotron-ratafia-content {
4
5
  display: flex;
5
6
  flex-direction: column;
6
7
  align-items: flex-start;
7
8
  gap: 1rem;
8
9
 
9
- .jumbotron-ratafia-content__title {
10
+ &__title {
10
11
  &__text {
11
12
  line-height: 2.25rem;
12
13
  font-size: 2rem;
@@ -17,11 +18,11 @@ export const JumbotronRatafiaStyled = styled.div`
17
18
  padding: 0 0.6rem;
18
19
  border-radius: 4px;
19
20
  color: var(--primary-main-dark-2);
20
- background: var(--secondary-main-light-2);
21
+ background: get-color(secondary, main-light-2);
21
22
  }
22
23
  }
23
24
  }
24
- .jumbotron-ratafia-content__description {
25
+ &__description {
25
26
  color: var(--others-white);
26
27
  }
27
- `
28
+ }
@@ -1,18 +1,18 @@
1
1
  import React, { type FC } from 'react'
2
2
 
3
3
  import { type JumbotronRatafiaContentProps } from './JumbotronRatafiaContentProps.types'
4
- import { JumbotronRatafiaStyled } from './JumbotronRatafiaContent.styled'
5
4
  import { TagsRatafiaList } from '../../molecules'
5
+ // import './JumbotronRatafiaContent.scss'
6
6
 
7
7
  const JumbotronRatafiaContent: FC<JumbotronRatafiaContentProps> = ({ title, body, tags }) => {
8
8
  return (
9
- <JumbotronRatafiaStyled>
9
+ <div className='jumbotron-ratafia-content'>
10
10
  <div className='jumbotron-ratafia-content__title'>{title}</div>
11
11
  <span className='sans-serif --medium jumbotron-ratafia-content__description' itemProp='text'>
12
12
  {body}
13
13
  </span>
14
14
  <TagsRatafiaList tags={tags} />
15
- </JumbotronRatafiaStyled>
15
+ </div>
16
16
  )
17
17
  }
18
18
 
@@ -1,6 +1,6 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { KeyFactsLoadingContentRatafiaStyled } from './KeyFactsLoadingContentRatafia.styled';
2
+ // import './KeyFactsLoadingContentRatafia.scss'
3
3
  export const KeyFactsLoadingContentRatafia = ({ documentName, icon, text }) => {
4
- return (_jsxs(KeyFactsLoadingContentRatafiaStyled, { children: [_jsx("h2", { className: 'sans-serif --bold-weight key-facts-loading-content__document-name', children: documentName }), _jsxs("div", { className: 'key-facts-loading-content__animation-wrapper', children: [_jsxs("div", { className: 'key-facts-loading-content__animation-wrapper__animation animation-1', children: [_jsx("div", { className: 'key-facts-loading-content__animation-wrapper__animation__loader item-1' }), _jsx("div", { className: 'key-facts-loading-content__animation-wrapper__animation__loader item-6' }), _jsx("div", { className: 'key-facts-loading-content__animation-wrapper__animation__loader item-2' })] }), _jsxs("div", { className: 'key-facts-loading-content__animation-wrapper__animation animation-2', children: [_jsx("div", { className: 'key-facts-loading-content__animation-wrapper__animation__loader item-3' }), _jsx("div", { className: 'key-facts-loading-content__animation-wrapper__animation__loader item-4' }), _jsx("div", { className: 'key-facts-loading-content__animation-wrapper__animation__loader item-5' }), _jsx("div", { className: 'key-facts-loading-content__animation-wrapper__animation__loader item-6' })] }), _jsxs("div", { className: 'key-facts-loading-content__animation-wrapper__animation animation-3', children: [_jsx("div", { className: 'key-facts-loading-content__animation-wrapper__animation__loader item-1' }), _jsx("div", { className: 'key-facts-loading-content__animation-wrapper__animation__loader item-7' }), _jsx("div", { className: 'key-facts-loading-content__animation-wrapper__animation__loader item-4' })] }), _jsxs("div", { className: 'key-facts-loading-content__animation-wrapper__animation animation-4', children: [_jsx("div", { className: 'key-facts-loading-content__animation-wrapper__animation__loader item-3' }), _jsx("div", { className: 'key-facts-loading-content__animation-wrapper__animation__loader item-8' }), _jsx("div", { className: 'key-facts-loading-content__animation-wrapper__animation__loader item-2' }), _jsx("div", { className: 'key-facts-loading-content__animation-wrapper__animation__loader item-6' })] })] }), _jsxs("div", { className: 'key-facts-loading-content__message', children: [_jsx("div", { className: 'key-facts-loading-content__message__icon', children: icon }), _jsx("span", { className: 'sans-serif --medium key-facts-loading-content__message__text', children: text })] })] }));
4
+ return (_jsxs("div", { className: 'key-facts-loading-content', children: [_jsx("h2", { className: 'sans-serif --bold-weight key-facts-loading-content__document-name', children: documentName }), _jsxs("div", { className: 'key-facts-loading-content__animation-wrapper', children: [_jsxs("div", { className: 'key-facts-loading-content__animation-wrapper__animation animation-1', children: [_jsx("div", { className: 'key-facts-loading-content__animation-wrapper__animation__loader item-1' }), _jsx("div", { className: 'key-facts-loading-content__animation-wrapper__animation__loader item-6' }), _jsx("div", { className: 'key-facts-loading-content__animation-wrapper__animation__loader item-2' })] }), _jsxs("div", { className: 'key-facts-loading-content__animation-wrapper__animation animation-2', children: [_jsx("div", { className: 'key-facts-loading-content__animation-wrapper__animation__loader item-3' }), _jsx("div", { className: 'key-facts-loading-content__animation-wrapper__animation__loader item-4' }), _jsx("div", { className: 'key-facts-loading-content__animation-wrapper__animation__loader item-5' }), _jsx("div", { className: 'key-facts-loading-content__animation-wrapper__animation__loader item-6' })] }), _jsxs("div", { className: 'key-facts-loading-content__animation-wrapper__animation animation-3', children: [_jsx("div", { className: 'key-facts-loading-content__animation-wrapper__animation__loader item-1' }), _jsx("div", { className: 'key-facts-loading-content__animation-wrapper__animation__loader item-7' }), _jsx("div", { className: 'key-facts-loading-content__animation-wrapper__animation__loader item-4' })] }), _jsxs("div", { className: 'key-facts-loading-content__animation-wrapper__animation animation-4', children: [_jsx("div", { className: 'key-facts-loading-content__animation-wrapper__animation__loader item-3' }), _jsx("div", { className: 'key-facts-loading-content__animation-wrapper__animation__loader item-8' }), _jsx("div", { className: 'key-facts-loading-content__animation-wrapper__animation__loader item-2' }), _jsx("div", { className: 'key-facts-loading-content__animation-wrapper__animation__loader item-6' })] })] }), _jsxs("div", { className: 'key-facts-loading-content__message', children: [_jsx("div", { className: 'key-facts-loading-content__message__icon', children: icon }), _jsx("span", { className: 'sans-serif --medium key-facts-loading-content__message__text', children: text })] })] }));
5
5
  };
6
6
  export default KeyFactsLoadingContentRatafia;
@@ -1,22 +1,23 @@
1
- import { device } from '../../../globalStyles/breakpoints'
2
- import styled from 'styled-components'
1
+ @import '../../../globalStyles/variables.scss';
2
+ @import '../../../globalStyles/mediaqueries.scss';
3
3
 
4
- export const KeyFactsLoadingContentRatafiaStyled = styled.div`
4
+ .key-facts-loading-content {
5
5
  display: flex;
6
6
  flex-direction: column;
7
7
  align-items: flex-start;
8
8
  align-self: stretch;
9
+
9
10
  gap: 1rem;
10
11
 
11
- .key-facts-loading-content__document-name {
12
+ &__document-name {
12
13
  color: var(--neutral-neutral-2);
13
14
  font-size: 1rem;
14
- @media ${device['portrait-tablets']} {
15
+ @include portrait-tablets {
15
16
  font-size: 1.125rem;
16
17
  }
17
18
  }
18
19
 
19
- .key-facts-loading-content__animation-wrapper {
20
+ &__animation-wrapper {
20
21
  height: calc(0.54 * 100vh);
21
22
 
22
23
  align-self: stretch;
@@ -30,7 +31,7 @@ export const KeyFactsLoadingContentRatafiaStyled = styled.div`
30
31
  border-bottom: 4px solid var(--neutral-neutral-6);
31
32
  background: var(--neutral-neutral-6);
32
33
 
33
- @media ${device['portrait-tablets']} {
34
+ @include portrait-tablets {
34
35
  height: 490px;
35
36
  }
36
37
 
@@ -104,7 +105,7 @@ export const KeyFactsLoadingContentRatafiaStyled = styled.div`
104
105
  }
105
106
  }
106
107
 
107
- .key-facts-loading-content__message {
108
+ &__message {
108
109
  display: flex;
109
110
  justify-content: start;
110
111
  align-items: flex-start;
@@ -123,23 +124,23 @@ export const KeyFactsLoadingContentRatafiaStyled = styled.div`
123
124
  color: var(--neutral-neutral-1);
124
125
  }
125
126
  }
127
+ }
126
128
 
127
- @keyframes fadeInOut {
128
- 0%,
129
- 100% {
130
- opacity: 1;
131
- }
132
- 50% {
133
- opacity: 0.2;
134
- }
129
+ @keyframes fadeInOut {
130
+ 0%,
131
+ 100% {
132
+ opacity: 1;
133
+ }
134
+ 50% {
135
+ opacity: 0.2;
135
136
  }
137
+ }
136
138
 
137
- @keyframes appear {
138
- 0% {
139
- opacity: 0;
140
- }
141
- 100% {
142
- opacity: 1;
143
- }
139
+ @keyframes appear {
140
+ 0% {
141
+ opacity: 0;
142
+ }
143
+ 100% {
144
+ opacity: 1;
144
145
  }
145
- `
146
+ }
@@ -1,7 +1,7 @@
1
1
  import React from 'react'
2
2
 
3
3
  import { type KeyFactsLoadingContentRatafiaProps } from './KeyFactsLoadingContentRatafiaProps.types'
4
- import { KeyFactsLoadingContentRatafiaStyled } from './KeyFactsLoadingContentRatafia.styled'
4
+ // import './KeyFactsLoadingContentRatafia.scss'
5
5
 
6
6
  export const KeyFactsLoadingContentRatafia: React.FC<KeyFactsLoadingContentRatafiaProps> = ({
7
7
  documentName,
@@ -9,7 +9,7 @@ export const KeyFactsLoadingContentRatafia: React.FC<KeyFactsLoadingContentRataf
9
9
  text
10
10
  }) => {
11
11
  return (
12
- <KeyFactsLoadingContentRatafiaStyled>
12
+ <div className='key-facts-loading-content'>
13
13
  <h2 className='sans-serif --bold-weight key-facts-loading-content__document-name'>{documentName}</h2>
14
14
  <div className='key-facts-loading-content__animation-wrapper'>
15
15
  <div className='key-facts-loading-content__animation-wrapper__animation animation-1'>
@@ -39,7 +39,7 @@ export const KeyFactsLoadingContentRatafia: React.FC<KeyFactsLoadingContentRataf
39
39
  <div className='key-facts-loading-content__message__icon'>{icon}</div>
40
40
  <span className='sans-serif --medium key-facts-loading-content__message__text'>{text}</span>
41
41
  </div>
42
- </KeyFactsLoadingContentRatafiaStyled>
42
+ </div>
43
43
  )
44
44
  }
45
45
 
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { KeyFactCardListRatafia } from '../../molecules';
3
- import { KeyFactsResultContentRatafiaStyled } from './KeyFactsResultContentRatafia.styled';
4
3
  import { ReviewKeyFactsResultRatafia } from '../../atoms';
4
+ // import './KeyFactsResultContentRatafia.scss'
5
5
  export const KeyFactsResultContentRatafia = ({ result, review }) => {
6
- return (_jsxs(KeyFactsResultContentRatafiaStyled, { children: [_jsx("h2", { className: 'sans-serif --bold-weight key-facts-result-content__document-name', children: result?.documentName }), _jsxs("div", { className: 'key-facts-result-content__content', children: [result !== null && _jsx(KeyFactCardListRatafia, { keyFacts: result.keyFacts }), _jsx(ReviewKeyFactsResultRatafia, { ...review })] })] }));
6
+ return (_jsxs("div", { className: 'key-facts-result-content', children: [_jsx("h2", { className: 'sans-serif --bold-weight key-facts-result-content__document-name', children: result?.documentName }), _jsxs("div", { className: 'key-facts-result-content__content', children: [result !== null && _jsx(KeyFactCardListRatafia, { keyFacts: result.keyFacts }), _jsx(ReviewKeyFactsResultRatafia, { ...review })] })] }));
7
7
  };
8
8
  export default KeyFactsResultContentRatafia;
@@ -0,0 +1,23 @@
1
+ @import '../../../globalStyles/variables.scss';
2
+ @import '../../../globalStyles/mediaqueries.scss';
3
+
4
+ .key-facts-result-content {
5
+ display: flex;
6
+ flex-direction: column;
7
+ align-items: flex-start;
8
+ flex: 1 0 0;
9
+ align-self: stretch;
10
+
11
+ gap: 1rem;
12
+
13
+ &__document-name {
14
+ color: var(--neutral-neutral-2);
15
+ font-size: 1rem;
16
+ @include portrait-tablets {
17
+ font-size: 1.125rem;
18
+ }
19
+ }
20
+ &__content {
21
+ overflow: hidden;
22
+ }
23
+ }
@@ -2,18 +2,18 @@ import React from 'react'
2
2
 
3
3
  import { KeyFactCardListRatafia } from '../../molecules'
4
4
  import { type KeyFactsResultContentRatafiaProps } from './KeyFactsResultContentRatafiaProps.types'
5
- import { KeyFactsResultContentRatafiaStyled } from './KeyFactsResultContentRatafia.styled'
6
5
  import { ReviewKeyFactsResultRatafia } from '../../atoms'
6
+ // import './KeyFactsResultContentRatafia.scss'
7
7
 
8
8
  export const KeyFactsResultContentRatafia: React.FC<KeyFactsResultContentRatafiaProps> = ({ result, review }) => {
9
9
  return (
10
- <KeyFactsResultContentRatafiaStyled>
10
+ <div className='key-facts-result-content'>
11
11
  <h2 className='sans-serif --bold-weight key-facts-result-content__document-name'>{result?.documentName}</h2>
12
12
  <div className='key-facts-result-content__content'>
13
13
  {result !== null && <KeyFactCardListRatafia keyFacts={result.keyFacts} />}
14
14
  <ReviewKeyFactsResultRatafia {...review} />
15
15
  </div>
16
- </KeyFactsResultContentRatafiaStyled>
16
+ </div>
17
17
  )
18
18
  }
19
19
 
@@ -3,7 +3,7 @@ import React from 'react';
3
3
  import { useLanguageOptions, useLanguageSelected, useLanguagesSelector } from '../LanguageSelector';
4
4
  import { Button } from '../../atoms';
5
5
  import { ChevronExpandMore } from '../../../../images/componentsSvg/ChevronExpandMore';
6
- import { LanguageSelectorMobileStyled } from './LanguageSelectorMobile.styled';
6
+ // import './LanguageSelectorMobile.scss'
7
7
  export const LanguageSelectorMobile = ({ languages = [
8
8
  {
9
9
  code: 'US',
@@ -16,7 +16,7 @@ export const LanguageSelectorMobile = ({ languages = [
16
16
  const [isOpen, setIsOpen] = React.useState(false);
17
17
  if (languages.length <= 1)
18
18
  return null;
19
- return (_jsxs(LanguageSelectorMobileStyled, { isOpen: isOpen, children: [_jsxs(Button, { color: 'transparent', noLink: true, givenClass: 'selected-option', label: '', dataQa: 'language-selector-mobile', fluid: true, onClick: () => {
19
+ return (_jsxs("div", { className: `language-selector-mobile ${isOpen ? 'open' : ''}`, children: [_jsxs(Button, { color: 'transparent', noLink: true, givenClass: 'selected-option', label: '', dataQa: 'language-selector-mobile', fluid: true, onClick: () => {
20
20
  setIsOpen(!isOpen);
21
21
  }, children: [_jsxs("div", { className: 'language', children: [languageSelected.flag, " ", languageSelected.name] }), _jsx(ChevronExpandMore, { fill: '#DBE1E5' })] }), _jsx("div", { className: 'options', children: languageOptions.map((language) => (_jsx(Button, { color: 'transparent', isExternal: true, givenClass: 'option', label: '', dataQa: `language-selector-mobile-option-${language.code}`, link: language.url, fluid: true, children: _jsxs("div", { className: 'language', children: [language.flag, " ", language.name] }) }, language.code))) })] }));
22
22
  };
@@ -1,5 +1,6 @@
1
- import styled from 'styled-components';
2
- export const LanguageSelectorMobileStyled = styled.div `
1
+ @import '../../../globalStyles/variables.scss';
2
+
3
+ .language-selector-mobile {
3
4
  position: relative;
4
5
 
5
6
  .selected-option {
@@ -47,8 +48,7 @@ export const LanguageSelectorMobileStyled = styled.div `
47
48
  }
48
49
  }
49
50
 
50
- ${({ isOpen }) => isOpen &&
51
- `
51
+ &.open {
52
52
  .selected-option {
53
53
  .chevron-expand-more {
54
54
  transition: all 0.4s ease;
@@ -61,5 +61,5 @@ export const LanguageSelectorMobileStyled = styled.div `
61
61
  visibility: visible;
62
62
  transition: all 0.4s ease;
63
63
  }
64
- `}
65
- `;
64
+ }
65
+ }
@@ -8,7 +8,7 @@ import {
8
8
  } from '../LanguageSelector'
9
9
  import { Button } from '../../atoms'
10
10
  import { ChevronExpandMore } from '../../../../images/componentsSvg/ChevronExpandMore'
11
- import { LanguageSelectorMobileStyled } from './LanguageSelectorMobile.styled'
11
+ // import './LanguageSelectorMobile.scss'
12
12
 
13
13
  export const LanguageSelectorMobile: React.FC<LanguageSelectorProps> = ({
14
14
  languages = [
@@ -27,7 +27,7 @@ export const LanguageSelectorMobile: React.FC<LanguageSelectorProps> = ({
27
27
  if (languages.length <= 1) return null
28
28
 
29
29
  return (
30
- <LanguageSelectorMobileStyled isOpen={isOpen}>
30
+ <div className={`language-selector-mobile ${isOpen ? 'open' : ''}`}>
31
31
  <Button
32
32
  color='transparent'
33
33
  noLink
@@ -62,6 +62,6 @@ export const LanguageSelectorMobile: React.FC<LanguageSelectorProps> = ({
62
62
  </Button>
63
63
  ))}
64
64
  </div>
65
- </LanguageSelectorMobileStyled>
65
+ </div>
66
66
  )
67
67
  }
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { HeaderRatafia } from '../../molecules';
3
- import { LayoutRatafiaStyled } from './LayoutRatafia.styled';
3
+ // import './LayoutRatafia.scss'
4
4
  export const LayoutRatafia = ({ header, content, cta, footerDesktop, footerMobile }) => {
5
- return (_jsx(LayoutRatafiaStyled, { children: _jsxs("div", { className: 'layout-ratafia__wrapper', children: [_jsx("div", { className: 'layout-ratafia__wrapper__header', children: _jsx(HeaderRatafia, { ...header }) }), _jsxs("div", { className: 'layout-ratafia__wrapper__content', children: [content, _jsx("div", { className: 'layout-ratafia__wrapper__cta', children: cta })] }), _jsx("div", { className: 'layout-ratafia__wrapper__footer-desktop', children: footerDesktop }), _jsx("div", { className: 'layout-ratafia__wrapper__footer-mobile', children: footerMobile })] }) }));
5
+ return (_jsx("div", { className: 'layout-ratafia', children: _jsxs("div", { className: 'layout-ratafia__wrapper', children: [_jsx("div", { className: 'layout-ratafia__wrapper__header', children: _jsx(HeaderRatafia, { ...header }) }), _jsxs("div", { className: 'layout-ratafia__wrapper__content', children: [content, _jsx("div", { className: 'layout-ratafia__wrapper__cta', children: cta })] }), _jsx("div", { className: 'layout-ratafia__wrapper__footer-desktop', children: footerDesktop }), _jsx("div", { className: 'layout-ratafia__wrapper__footer-mobile', children: footerMobile })] }) }));
6
6
  };
7
7
  export default LayoutRatafia;