@npm_leadtech/legal-lib-components 5.11.3 → 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.
- package/dist/css/styles.css +847 -0
- package/dist/src/components/molecules/BottomOverlay/BottomOverlay.styled.js +2 -2
- package/dist/src/components/molecules/BottomOverlay/BottomOverlay.styled.ts +2 -2
- package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.styled.js +6 -6
- package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.styled.ts +6 -6
- package/dist/src/components/organisms/AboutUsContent/AboutUsContent.js +2 -2
- package/dist/src/components/organisms/AboutUsContent/{AboutUsContent.styled.ts → AboutUsContent.scss} +11 -13
- package/dist/src/components/organisms/AboutUsContent/AboutUsContent.tsx +3 -3
- package/dist/src/components/organisms/Accordion/Accordion.js +2 -2
- package/dist/src/components/organisms/Accordion/Accordion.scss +4 -0
- package/dist/src/components/organisms/Accordion/Accordion.tsx +4 -3
- package/dist/src/components/organisms/ArticlesList/ArticlesList.js +2 -2
- package/dist/src/components/organisms/ArticlesList/ArticlesList.scss +12 -0
- package/dist/src/components/organisms/ArticlesList/ArticlesList.tsx +3 -3
- package/dist/src/components/organisms/AsSeeInContent/AsSeeInContent.js +3 -3
- package/dist/src/components/organisms/AsSeeInContent/AsSeeInContent.scss +22 -0
- package/dist/src/components/organisms/AsSeeInContent/AsSeeInContent.tsx +3 -3
- package/dist/src/components/organisms/CardFunctionality/CardFunctionality.js +2 -2
- package/dist/src/components/organisms/CardFunctionality/{CardFunctionality.styled.ts → CardFunctionality.scss} +3 -3
- package/dist/src/components/organisms/CardFunctionality/CardFunctionality.tsx +3 -3
- package/dist/src/components/organisms/ContactJumbotron/ContactJumbotron.js +2 -2
- package/dist/src/components/organisms/ContactJumbotron/{ContactJumbotron.styled.ts → ContactJumbotron.scss} +7 -6
- package/dist/src/components/organisms/ContactJumbotron/ContactJumbotron.tsx +3 -3
- package/dist/src/components/organisms/CookiePolicyBar/CookiePolicyBar.js +2 -2
- package/dist/src/components/organisms/CookiePolicyBar/CookiePolicyBar.scss +54 -0
- package/dist/src/components/organisms/CookiePolicyBar/CookiePolicyBar.tsx +13 -11
- package/dist/src/components/organisms/ErrorContentRatafia/ErrorContentRatafia.js +2 -2
- package/dist/src/components/organisms/ErrorContentRatafia/{ErrorContentRatafia.styled.ts → ErrorContentRatafia.scss} +6 -7
- package/dist/src/components/organisms/ErrorContentRatafia/ErrorContentRatafia.tsx +3 -3
- package/dist/src/components/organisms/FaqGroup/FaqGroup.js +2 -2
- package/dist/src/components/organisms/FaqGroup/{FaqGroup.styled.ts → FaqGroup.scss} +3 -3
- package/dist/src/components/organisms/FaqGroup/FaqGroup.tsx +3 -3
- package/dist/src/components/organisms/FeaturesRatafiaContent/FeaturesRatafiaContent.js +2 -2
- package/dist/src/components/organisms/FeaturesRatafiaContent/{FeaturesRatafiaContent.styled.ts → FeaturesRatafiaContent.scss} +4 -4
- package/dist/src/components/organisms/FeaturesRatafiaContent/FeaturesRatafiaContent.tsx +3 -3
- package/dist/src/components/organisms/GuidelinesContent/GuidelinesContent.js +3 -3
- package/dist/src/components/organisms/GuidelinesContent/{GuidelinesContent.styled.ts → GuidelinesContent.scss} +17 -17
- package/dist/src/components/organisms/GuidelinesContent/GuidelinesContent.tsx +3 -3
- package/dist/src/components/organisms/JumbotronRatafiaContent/JumbotronRatafiaContent.js +2 -2
- package/dist/src/components/organisms/JumbotronRatafiaContent/{JumbotronRatafiaContent.styled.ts → JumbotronRatafiaContent.scss} +7 -6
- package/dist/src/components/organisms/JumbotronRatafiaContent/JumbotronRatafiaContent.tsx +3 -3
- package/dist/src/components/organisms/KeyFactsLoadingContentRatafia/KeyFactsLoadingContentRatafia.js +2 -2
- package/dist/src/components/organisms/KeyFactsLoadingContentRatafia/{KeyFactsLoadingContentRatafia.styled.ts → KeyFactsLoadingContentRatafia.scss} +25 -24
- package/dist/src/components/organisms/KeyFactsLoadingContentRatafia/KeyFactsLoadingContentRatafia.tsx +3 -3
- package/dist/src/components/organisms/KeyFactsResultContentRatafia/KeyFactsResultContentRatafia.js +2 -2
- package/dist/src/components/organisms/KeyFactsResultContentRatafia/KeyFactsResultContentRatafia.scss +23 -0
- package/dist/src/components/organisms/KeyFactsResultContentRatafia/KeyFactsResultContentRatafia.tsx +3 -3
- package/dist/src/components/organisms/LanguageSelectorMobile/LanguageSelectorMobile.js +2 -2
- package/dist/src/components/organisms/LanguageSelectorMobile/{LanguageSelectorMobile.styled.js → LanguageSelectorMobile.scss} +6 -6
- package/dist/src/components/organisms/LanguageSelectorMobile/LanguageSelectorMobile.tsx +3 -3
- package/dist/src/components/organisms/LayoutRatafia/LayoutRatafia.js +2 -2
- package/dist/src/components/organisms/LayoutRatafia/{LayoutRatafia.styled.ts → LayoutRatafia.scss} +13 -12
- package/dist/src/components/organisms/LayoutRatafia/LayoutRatafia.tsx +3 -3
- package/dist/src/components/organisms/ListStepsGetForm/ListStepsGetForm.js +2 -2
- package/dist/src/components/organisms/ListStepsGetForm/{ListStepsGetForm.styled.ts → ListStepsGetForm.scss} +7 -7
- package/dist/src/components/organisms/ListStepsGetForm/ListStepsGetForm.tsx +3 -3
- package/dist/src/components/organisms/LoginRatafiaContent/LoginRatafiaContent.js +2 -2
- package/dist/src/components/organisms/LoginRatafiaContent/LoginRatafiaContent.scss +16 -0
- package/dist/src/components/organisms/LoginRatafiaContent/LoginRatafiaContent.tsx +3 -3
- package/dist/src/components/organisms/MobileBottomBar/MobileBottomBar.js +8 -4
- package/dist/src/components/organisms/MobileBottomBar/{MobileBottomBar.styled.ts → MobileBottomBar.scss} +6 -6
- package/dist/src/components/organisms/MobileBottomBar/MobileBottomBar.tsx +10 -5
- package/dist/src/components/organisms/MobileBottomBar/MobileBottomBarProps.types.d.ts +1 -0
- package/dist/src/components/organisms/MobileBottomBar/MobileBottomBarProps.types.ts +1 -0
- package/dist/src/components/organisms/StepsRatafiaContent/StepsRatafiaContent.js +2 -2
- package/dist/src/components/organisms/StepsRatafiaContent/StepsRatafiaContent.scss +12 -0
- package/dist/src/components/organisms/StepsRatafiaContent/StepsRatafiaContent.tsx +3 -3
- package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.js +3 -3
- package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.tsx +3 -3
- package/dist/src/globalStyles/styles.scss +22 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/src/components/organisms/AboutUsContent/AboutUsContent.styled.d.ts +0 -1
- package/dist/src/components/organisms/AboutUsContent/AboutUsContent.styled.js +0 -59
- package/dist/src/components/organisms/Accordion/Accordion.styled.d.ts +0 -1
- package/dist/src/components/organisms/Accordion/Accordion.styled.js +0 -5
- package/dist/src/components/organisms/Accordion/Accordion.styled.ts +0 -6
- package/dist/src/components/organisms/ArticlesList/ArticlesList.styled.d.ts +0 -1
- package/dist/src/components/organisms/ArticlesList/ArticlesList.styled.js +0 -11
- package/dist/src/components/organisms/ArticlesList/ArticlesList.styled.ts +0 -12
- package/dist/src/components/organisms/AsSeeInContent/AsSeeInContent.styled.d.ts +0 -1
- package/dist/src/components/organisms/AsSeeInContent/AsSeeInContent.styled.js +0 -22
- package/dist/src/components/organisms/AsSeeInContent/AsSeeInContent.styled.ts +0 -23
- package/dist/src/components/organisms/CardFunctionality/CardFunctionality.styled.d.ts +0 -1
- package/dist/src/components/organisms/CardFunctionality/CardFunctionality.styled.js +0 -60
- package/dist/src/components/organisms/ContactJumbotron/ContactJumbotron.styled.d.ts +0 -1
- package/dist/src/components/organisms/ContactJumbotron/ContactJumbotron.styled.js +0 -43
- package/dist/src/components/organisms/CookiePolicyBar/CookiePolicyBar.styled.d.ts +0 -1
- package/dist/src/components/organisms/CookiePolicyBar/CookiePolicyBar.styled.js +0 -47
- package/dist/src/components/organisms/CookiePolicyBar/CookiePolicyBar.styled.ts +0 -48
- package/dist/src/components/organisms/ErrorContentRatafia/ErrorContentRatafia.styled.d.ts +0 -1
- package/dist/src/components/organisms/ErrorContentRatafia/ErrorContentRatafia.styled.js +0 -18
- package/dist/src/components/organisms/FaqGroup/FaqGroup.styled.d.ts +0 -1
- package/dist/src/components/organisms/FaqGroup/FaqGroup.styled.js +0 -21
- package/dist/src/components/organisms/FeaturesRatafiaContent/FeaturesRatafiaContent.styled.d.ts +0 -1
- package/dist/src/components/organisms/FeaturesRatafiaContent/FeaturesRatafiaContent.styled.js +0 -27
- package/dist/src/components/organisms/GuidelinesContent/GuidelinesContent.styled.d.ts +0 -1
- package/dist/src/components/organisms/GuidelinesContent/GuidelinesContent.styled.js +0 -138
- package/dist/src/components/organisms/JumbotronRatafiaContent/JumbotronRatafiaContent.styled.d.ts +0 -1
- package/dist/src/components/organisms/JumbotronRatafiaContent/JumbotronRatafiaContent.styled.js +0 -26
- package/dist/src/components/organisms/KeyFactsLoadingContentRatafia/KeyFactsLoadingContentRatafia.styled.d.ts +0 -1
- package/dist/src/components/organisms/KeyFactsLoadingContentRatafia/KeyFactsLoadingContentRatafia.styled.js +0 -144
- package/dist/src/components/organisms/KeyFactsResultContentRatafia/KeyFactsResultContentRatafia.styled.d.ts +0 -1
- package/dist/src/components/organisms/KeyFactsResultContentRatafia/KeyFactsResultContentRatafia.styled.js +0 -21
- package/dist/src/components/organisms/KeyFactsResultContentRatafia/KeyFactsResultContentRatafia.styled.ts +0 -22
- package/dist/src/components/organisms/LanguageSelectorMobile/LanguageSelectorMobile.styled.d.ts +0 -5
- package/dist/src/components/organisms/LanguageSelectorMobile/LanguageSelectorMobile.styled.ts +0 -70
- package/dist/src/components/organisms/LayoutRatafia/LayoutRatafia.styled.d.ts +0 -1
- package/dist/src/components/organisms/LayoutRatafia/LayoutRatafia.styled.js +0 -91
- package/dist/src/components/organisms/ListStepsGetForm/ListStepsGetForm.styled.d.ts +0 -1
- package/dist/src/components/organisms/ListStepsGetForm/ListStepsGetForm.styled.js +0 -34
- package/dist/src/components/organisms/LoginRatafiaContent/LoginRatafiaContent.styled.d.ts +0 -1
- package/dist/src/components/organisms/LoginRatafiaContent/LoginRatafiaContent.styled.js +0 -14
- package/dist/src/components/organisms/LoginRatafiaContent/LoginRatafiaContent.styled.ts +0 -15
- package/dist/src/components/organisms/MobileBottomBar/MobileBottomBar.styled.d.ts +0 -1
- package/dist/src/components/organisms/MobileBottomBar/MobileBottomBar.styled.js +0 -45
- package/dist/src/components/organisms/StepsRatafiaContent/StepsRatafiaContent.styled.d.ts +0 -1
- package/dist/src/components/organisms/StepsRatafiaContent/StepsRatafiaContent.styled.js +0 -11
- package/dist/src/components/organisms/StepsRatafiaContent/StepsRatafiaContent.styled.ts +0 -12
- package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.styled.d.ts +0 -1
- package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.styled.js +0 -54
- 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(
|
|
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
|
|
1
|
+
@import '../../../globalStyles/variables.scss';
|
|
2
2
|
|
|
3
|
-
|
|
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
|
-
<
|
|
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
|
-
</
|
|
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
|
|
3
|
+
// import './FeaturesRatafiaContent.scss'
|
|
4
4
|
const FeaturesRatafiaContent = ({ title, description, notReleasedText = 'Coming Soon', features }) => {
|
|
5
|
-
return (_jsx(
|
|
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
|
|
1
|
+
@import '../../../globalStyles/variables.scss';
|
|
2
2
|
|
|
3
|
-
|
|
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
|
-
|
|
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
|
|
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
|
-
<
|
|
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
|
-
</
|
|
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
|
|
3
|
+
// import './GuidelinesContent.scss'
|
|
4
4
|
const GuidelinesContent = ({ title, image, detail, children }) => {
|
|
5
|
-
return (_jsxs(
|
|
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
|
|
2
|
-
import
|
|
1
|
+
@import '../../../globalStyles/variables.scss';
|
|
2
|
+
@import '../../../globalStyles/mediaqueries.scss';
|
|
3
3
|
|
|
4
|
-
|
|
5
|
-
|
|
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
|
-
@
|
|
11
|
+
@include laptop {
|
|
12
12
|
flex-direction: row;
|
|
13
13
|
padding: 0;
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
|
|
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
|
-
@
|
|
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
|
-
@
|
|
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
|
-
|
|
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
|
-
@
|
|
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
|
-
@
|
|
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
|
-
|
|
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
|
-
@
|
|
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:
|
|
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:
|
|
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:
|
|
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
|
|
6
|
+
// import './GuidelinesContent.scss'
|
|
7
7
|
|
|
8
8
|
const GuidelinesContent: FC<GuidelinesContentProps> = ({ title, image, detail, children }) => {
|
|
9
9
|
return (
|
|
10
|
-
|
|
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
|
-
|
|
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(
|
|
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
|
|
1
|
+
@import '../../../globalStyles/variables.scss';
|
|
2
|
+
@import '../../../globalStyles/mediaqueries.scss';
|
|
2
3
|
|
|
3
|
-
|
|
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
|
-
|
|
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:
|
|
21
|
+
background: get-color(secondary, main-light-2);
|
|
21
22
|
}
|
|
22
23
|
}
|
|
23
24
|
}
|
|
24
|
-
|
|
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
|
-
<
|
|
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
|
-
</
|
|
15
|
+
</div>
|
|
16
16
|
)
|
|
17
17
|
}
|
|
18
18
|
|
package/dist/src/components/organisms/KeyFactsLoadingContentRatafia/KeyFactsLoadingContentRatafia.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
2
|
+
// import './KeyFactsLoadingContentRatafia.scss'
|
|
3
3
|
export const KeyFactsLoadingContentRatafia = ({ documentName, icon, text }) => {
|
|
4
|
-
return (_jsxs(
|
|
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
|
|
2
|
-
import
|
|
1
|
+
@import '../../../globalStyles/variables.scss';
|
|
2
|
+
@import '../../../globalStyles/mediaqueries.scss';
|
|
3
3
|
|
|
4
|
-
|
|
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
|
-
|
|
12
|
+
&__document-name {
|
|
12
13
|
color: var(--neutral-neutral-2);
|
|
13
14
|
font-size: 1rem;
|
|
14
|
-
@
|
|
15
|
+
@include portrait-tablets {
|
|
15
16
|
font-size: 1.125rem;
|
|
16
17
|
}
|
|
17
18
|
}
|
|
18
19
|
|
|
19
|
-
|
|
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
|
-
@
|
|
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
|
-
|
|
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
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
}
|
|
129
|
+
@keyframes fadeInOut {
|
|
130
|
+
0%,
|
|
131
|
+
100% {
|
|
132
|
+
opacity: 1;
|
|
133
|
+
}
|
|
134
|
+
50% {
|
|
135
|
+
opacity: 0.2;
|
|
135
136
|
}
|
|
137
|
+
}
|
|
136
138
|
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
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
|
|
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
|
-
<
|
|
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
|
-
</
|
|
42
|
+
</div>
|
|
43
43
|
)
|
|
44
44
|
}
|
|
45
45
|
|
package/dist/src/components/organisms/KeyFactsResultContentRatafia/KeyFactsResultContentRatafia.js
CHANGED
|
@@ -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(
|
|
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;
|
package/dist/src/components/organisms/KeyFactsResultContentRatafia/KeyFactsResultContentRatafia.scss
ADDED
|
@@ -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
|
+
}
|
package/dist/src/components/organisms/KeyFactsResultContentRatafia/KeyFactsResultContentRatafia.tsx
CHANGED
|
@@ -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
|
-
<
|
|
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
|
-
</
|
|
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
|
|
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(
|
|
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
|
|
2
|
-
|
|
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
|
-
|
|
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
|
|
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
|
-
<
|
|
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
|
-
</
|
|
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
|
|
3
|
+
// import './LayoutRatafia.scss'
|
|
4
4
|
export const LayoutRatafia = ({ header, content, cta, footerDesktop, footerMobile }) => {
|
|
5
|
-
return (_jsx(
|
|
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;
|