@npm_leadtech/legal-lib-components 5.70.1 → 5.71.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/images/png/img-customized-doc.png +0 -0
- package/dist/src/components/atoms/index.d.ts +0 -3
- package/dist/src/components/atoms/index.js +0 -3
- package/dist/src/components/atoms/index.ts +0 -3
- package/dist/src/components/molecules/index.d.ts +0 -2
- package/dist/src/components/molecules/index.js +0 -2
- package/dist/src/components/molecules/index.ts +0 -2
- package/dist/src/components/organisms/HowWeHelp/HowWeHelp.d.ts +4 -0
- package/dist/src/components/organisms/HowWeHelp/HowWeHelp.js +7 -0
- package/dist/src/components/organisms/HowWeHelp/HowWeHelp.styled.d.ts +1 -0
- package/dist/src/components/organisms/HowWeHelp/HowWeHelp.styled.js +95 -0
- package/dist/src/components/organisms/HowWeHelp/HowWeHelp.styled.ts +96 -0
- package/dist/src/components/organisms/HowWeHelp/HowWeHelp.tsx +28 -0
- package/dist/src/components/organisms/HowWeHelp/HowWeHelpProps.types.d.ts +7 -0
- package/dist/src/components/organisms/HowWeHelp/HowWeHelpProps.types.ts +8 -0
- package/dist/src/components/organisms/HowWeHelp/index.d.ts +2 -0
- package/dist/src/components/organisms/HowWeHelp/index.js +1 -0
- package/dist/src/components/organisms/HowWeHelp/index.ts +2 -0
- package/dist/src/components/organisms/index.d.ts +1 -2
- package/dist/src/components/organisms/index.js +1 -2
- package/dist/src/components/organisms/index.ts +1 -2
- package/dist/src/components/pages/AboutUsPage/AboutUsPage.js +3 -2
- package/dist/src/components/pages/AboutUsPage/AboutUsPage.tsx +3 -0
- package/dist/src/components/pages/AboutUsPage/AboutUsPageProps.d.ts +2 -0
- package/dist/src/components/pages/AboutUsPage/AboutUsPageProps.ts +2 -0
- package/dist/src/components/pages/index.d.ts +1 -2
- package/dist/src/components/pages/index.js +1 -2
- package/dist/src/components/pages/index.ts +1 -2
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +3 -6
- package/dist/src/components/atoms/RatafiaResultCard/RatafiaResultCard.d.ts +0 -4
- package/dist/src/components/atoms/RatafiaResultCard/RatafiaResultCard.js +0 -6
- package/dist/src/components/atoms/RatafiaResultCard/RatafiaResultCard.styled.d.ts +0 -1
- package/dist/src/components/atoms/RatafiaResultCard/RatafiaResultCard.styled.js +0 -39
- package/dist/src/components/atoms/RatafiaResultCard/RatafiaResultCard.styled.ts +0 -40
- package/dist/src/components/atoms/RatafiaResultCard/RatafiaResultCard.tsx +0 -18
- package/dist/src/components/atoms/RatafiaResultCard/RatafiaResultCardProps.types.d.ts +0 -5
- package/dist/src/components/atoms/RatafiaResultCard/RatafiaResultCardProps.types.ts +0 -5
- package/dist/src/components/atoms/RatafiaResultCard/index.d.ts +0 -2
- package/dist/src/components/atoms/RatafiaResultCard/index.js +0 -1
- package/dist/src/components/atoms/RatafiaResultCard/index.ts +0 -2
- package/dist/src/components/atoms/RatafiaResultTab/RatafiaResultTab.d.ts +0 -4
- package/dist/src/components/atoms/RatafiaResultTab/RatafiaResultTab.js +0 -6
- package/dist/src/components/atoms/RatafiaResultTab/RatafiaResultTab.styled.d.ts +0 -1
- package/dist/src/components/atoms/RatafiaResultTab/RatafiaResultTab.styled.js +0 -38
- package/dist/src/components/atoms/RatafiaResultTab/RatafiaResultTab.styled.ts +0 -39
- package/dist/src/components/atoms/RatafiaResultTab/RatafiaResultTab.tsx +0 -23
- package/dist/src/components/atoms/RatafiaResultTab/RatafiaResultTabProps.types.d.ts +0 -9
- package/dist/src/components/atoms/RatafiaResultTab/RatafiaResultTabProps.types.js +0 -1
- package/dist/src/components/atoms/RatafiaResultTab/RatafiaResultTabProps.types.ts +0 -9
- package/dist/src/components/atoms/RatafiaResultTab/index.d.ts +0 -2
- package/dist/src/components/atoms/RatafiaResultTab/index.js +0 -1
- package/dist/src/components/atoms/RatafiaResultTab/index.ts +0 -2
- package/dist/src/components/atoms/RatafiaReviewResult/RatafiaReviewResult.d.ts +0 -4
- package/dist/src/components/atoms/RatafiaReviewResult/RatafiaReviewResult.js +0 -6
- package/dist/src/components/atoms/RatafiaReviewResult/RatafiaReviewResult.styled.d.ts +0 -1
- package/dist/src/components/atoms/RatafiaReviewResult/RatafiaReviewResult.styled.js +0 -55
- package/dist/src/components/atoms/RatafiaReviewResult/RatafiaReviewResult.styled.ts +0 -56
- package/dist/src/components/atoms/RatafiaReviewResult/RatafiaReviewResult.tsx +0 -56
- package/dist/src/components/atoms/RatafiaReviewResult/RatafiaReviewResultProps.types.d.ts +0 -14
- package/dist/src/components/atoms/RatafiaReviewResult/RatafiaReviewResultProps.types.js +0 -1
- package/dist/src/components/atoms/RatafiaReviewResult/RatafiaReviewResultProps.types.ts +0 -15
- package/dist/src/components/atoms/RatafiaReviewResult/index.d.ts +0 -2
- package/dist/src/components/atoms/RatafiaReviewResult/index.js +0 -1
- package/dist/src/components/atoms/RatafiaReviewResult/index.ts +0 -2
- package/dist/src/components/molecules/RatafiaResultCardList/RatafiaResultCardList.d.ts +0 -4
- package/dist/src/components/molecules/RatafiaResultCardList/RatafiaResultCardList.js +0 -9
- package/dist/src/components/molecules/RatafiaResultCardList/RatafiaResultCardList.styled.d.ts +0 -1
- package/dist/src/components/molecules/RatafiaResultCardList/RatafiaResultCardList.styled.js +0 -24
- package/dist/src/components/molecules/RatafiaResultCardList/RatafiaResultCardList.styled.ts +0 -25
- package/dist/src/components/molecules/RatafiaResultCardList/RatafiaResultCardList.tsx +0 -19
- package/dist/src/components/molecules/RatafiaResultCardList/RatafiaResultCardListProps.types.d.ts +0 -4
- package/dist/src/components/molecules/RatafiaResultCardList/RatafiaResultCardListProps.types.js +0 -1
- package/dist/src/components/molecules/RatafiaResultCardList/RatafiaResultCardListProps.types.ts +0 -5
- package/dist/src/components/molecules/RatafiaResultCardList/index.d.ts +0 -2
- package/dist/src/components/molecules/RatafiaResultCardList/index.js +0 -1
- package/dist/src/components/molecules/RatafiaResultCardList/index.ts +0 -2
- package/dist/src/components/molecules/RatafiaResultTabList/RatafiaResultTabList.d.ts +0 -4
- package/dist/src/components/molecules/RatafiaResultTabList/RatafiaResultTabList.js +0 -9
- package/dist/src/components/molecules/RatafiaResultTabList/RatafiaResultTabList.styled.d.ts +0 -1
- package/dist/src/components/molecules/RatafiaResultTabList/RatafiaResultTabList.styled.js +0 -7
- package/dist/src/components/molecules/RatafiaResultTabList/RatafiaResultTabList.styled.ts +0 -8
- package/dist/src/components/molecules/RatafiaResultTabList/RatafiaResultTabList.tsx +0 -18
- package/dist/src/components/molecules/RatafiaResultTabList/RatafiaResultTabListProps.types.d.ts +0 -4
- package/dist/src/components/molecules/RatafiaResultTabList/RatafiaResultTabListProps.types.js +0 -1
- package/dist/src/components/molecules/RatafiaResultTabList/RatafiaResultTabListProps.types.ts +0 -5
- package/dist/src/components/molecules/RatafiaResultTabList/index.d.ts +0 -2
- package/dist/src/components/molecules/RatafiaResultTabList/index.js +0 -1
- package/dist/src/components/molecules/RatafiaResultTabList/index.ts +0 -2
- package/dist/src/components/organisms/RatafiaLoadingResultContent/RatafiaLoadingResultContent.d.ts +0 -4
- package/dist/src/components/organisms/RatafiaLoadingResultContent/RatafiaLoadingResultContent.js +0 -6
- package/dist/src/components/organisms/RatafiaLoadingResultContent/RatafiaLoadingResultContent.styled.d.ts +0 -1
- package/dist/src/components/organisms/RatafiaLoadingResultContent/RatafiaLoadingResultContent.styled.js +0 -143
- package/dist/src/components/organisms/RatafiaLoadingResultContent/RatafiaLoadingResultContent.styled.ts +0 -144
- package/dist/src/components/organisms/RatafiaLoadingResultContent/RatafiaLoadingResultContent.tsx +0 -46
- package/dist/src/components/organisms/RatafiaLoadingResultContent/RatafiaLoadingResultContentProps.types.d.ts +0 -5
- package/dist/src/components/organisms/RatafiaLoadingResultContent/RatafiaLoadingResultContentProps.types.js +0 -1
- package/dist/src/components/organisms/RatafiaLoadingResultContent/RatafiaLoadingResultContentProps.types.ts +0 -5
- package/dist/src/components/organisms/RatafiaLoadingResultContent/index.d.ts +0 -2
- package/dist/src/components/organisms/RatafiaLoadingResultContent/index.js +0 -1
- package/dist/src/components/organisms/RatafiaLoadingResultContent/index.ts +0 -2
- package/dist/src/components/organisms/RatafiaResultContent/RatafiaResultContent.d.ts +0 -4
- package/dist/src/components/organisms/RatafiaResultContent/RatafiaResultContent.js +0 -9
- package/dist/src/components/organisms/RatafiaResultContent/RatafiaResultContent.styled.d.ts +0 -1
- package/dist/src/components/organisms/RatafiaResultContent/RatafiaResultContent.styled.js +0 -26
- package/dist/src/components/organisms/RatafiaResultContent/RatafiaResultContent.styled.ts +0 -27
- package/dist/src/components/organisms/RatafiaResultContent/RatafiaResultContent.tsx +0 -26
- package/dist/src/components/organisms/RatafiaResultContent/RatafiaResultContentProps.types.d.ts +0 -13
- package/dist/src/components/organisms/RatafiaResultContent/RatafiaResultContentProps.types.js +0 -1
- package/dist/src/components/organisms/RatafiaResultContent/RatafiaResultContentProps.types.ts +0 -16
- package/dist/src/components/organisms/RatafiaResultContent/index.d.ts +0 -3
- package/dist/src/components/organisms/RatafiaResultContent/index.js +0 -1
- package/dist/src/components/organisms/RatafiaResultContent/index.ts +0 -3
- package/dist/src/components/pages/RatafiaResultPage/RatafiaResultPage.d.ts +0 -4
- package/dist/src/components/pages/RatafiaResultPage/RatafiaResultPage.js +0 -15
- package/dist/src/components/pages/RatafiaResultPage/RatafiaResultPage.styled.d.ts +0 -1
- package/dist/src/components/pages/RatafiaResultPage/RatafiaResultPage.styled.js +0 -23
- package/dist/src/components/pages/RatafiaResultPage/RatafiaResultPage.styled.ts +0 -24
- package/dist/src/components/pages/RatafiaResultPage/RatafiaResultPage.tsx +0 -76
- package/dist/src/components/pages/RatafiaResultPage/RatafiaResultPageProps.types.d.ts +0 -20
- package/dist/src/components/pages/RatafiaResultPage/RatafiaResultPageProps.types.js +0 -1
- package/dist/src/components/pages/RatafiaResultPage/RatafiaResultPageProps.types.ts +0 -22
- package/dist/src/components/pages/RatafiaResultPage/index.d.ts +0 -2
- package/dist/src/components/pages/RatafiaResultPage/index.js +0 -1
- package/dist/src/components/pages/RatafiaResultPage/index.ts +0 -2
- /package/dist/src/components/{atoms/RatafiaResultCard/RatafiaResultCardProps.types.js → organisms/HowWeHelp/HowWeHelpProps.types.js} +0 -0
|
Binary file
|
|
@@ -41,9 +41,6 @@ export * from './PreFooter';
|
|
|
41
41
|
export * from './ProgressBar';
|
|
42
42
|
export * from './Radio';
|
|
43
43
|
export * from './RatafiaLandingIcon';
|
|
44
|
-
export * from './RatafiaResultCard';
|
|
45
|
-
export * from './RatafiaResultTab';
|
|
46
|
-
export * from './RatafiaReviewResult';
|
|
47
44
|
export * from './RemoveButton';
|
|
48
45
|
export * from './ReviewKeyFactsResultRatafia';
|
|
49
46
|
export * from './RichTextInner';
|
|
@@ -41,9 +41,6 @@ export * from './PreFooter';
|
|
|
41
41
|
export * from './ProgressBar';
|
|
42
42
|
export * from './Radio';
|
|
43
43
|
export * from './RatafiaLandingIcon';
|
|
44
|
-
export * from './RatafiaResultCard';
|
|
45
|
-
export * from './RatafiaResultTab';
|
|
46
|
-
export * from './RatafiaReviewResult';
|
|
47
44
|
export * from './RemoveButton';
|
|
48
45
|
export * from './ReviewKeyFactsResultRatafia';
|
|
49
46
|
export * from './RichTextInner';
|
|
@@ -41,9 +41,6 @@ export * from './PreFooter'
|
|
|
41
41
|
export * from './ProgressBar'
|
|
42
42
|
export * from './Radio'
|
|
43
43
|
export * from './RatafiaLandingIcon'
|
|
44
|
-
export * from './RatafiaResultCard'
|
|
45
|
-
export * from './RatafiaResultTab'
|
|
46
|
-
export * from './RatafiaReviewResult'
|
|
47
44
|
export * from './RemoveButton'
|
|
48
45
|
export * from './ReviewKeyFactsResultRatafia'
|
|
49
46
|
export * from './RichTextInner'
|
|
@@ -31,8 +31,6 @@ export * from './PhoneContactBoxDesktop';
|
|
|
31
31
|
export * from './PhoneContactBoxMobile';
|
|
32
32
|
export * from './PopularDocs';
|
|
33
33
|
export * from './PricingCard';
|
|
34
|
-
export * from './RatafiaResultCardList';
|
|
35
|
-
export * from './RatafiaResultTabList';
|
|
36
34
|
export * from './RatafiaSubscriptionCard';
|
|
37
35
|
export * from './Snackbar';
|
|
38
36
|
export * from './StepGetForm';
|
|
@@ -31,8 +31,6 @@ export * from './PhoneContactBoxDesktop';
|
|
|
31
31
|
export * from './PhoneContactBoxMobile';
|
|
32
32
|
export * from './PopularDocs';
|
|
33
33
|
export * from './PricingCard';
|
|
34
|
-
export * from './RatafiaResultCardList';
|
|
35
|
-
export * from './RatafiaResultTabList';
|
|
36
34
|
export * from './RatafiaSubscriptionCard';
|
|
37
35
|
export * from './Snackbar';
|
|
38
36
|
export * from './StepGetForm';
|
|
@@ -31,8 +31,6 @@ export * from './PhoneContactBoxDesktop'
|
|
|
31
31
|
export * from './PhoneContactBoxMobile'
|
|
32
32
|
export * from './PopularDocs'
|
|
33
33
|
export * from './PricingCard'
|
|
34
|
-
export * from './RatafiaResultCardList'
|
|
35
|
-
export * from './RatafiaResultTabList'
|
|
36
34
|
export * from './RatafiaSubscriptionCard'
|
|
37
35
|
export * from './Snackbar'
|
|
38
36
|
export * from './StepGetForm'
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { Button, RichTextInner } from '../../atoms';
|
|
3
|
+
import { HowWeHelpStyled } from './HowWeHelp.styled';
|
|
4
|
+
const HowWeHelp = ({ title, image, children, button }) => {
|
|
5
|
+
return (_jsx(HowWeHelpStyled, { className: 'how-we-help', children: _jsxs("div", { className: 'wrapper how-we-help__content', children: [_jsxs("div", { className: 'how-we-help__texts', children: [_jsx("h2", { className: 'how-we-help__texts__title', children: title }), _jsxs(RichTextInner, { customClass: 'how-we-help__texts__body', children: [children, button != null && (_jsx("div", { className: 'how-we-help__texts__body__button', children: _jsx(Button, { ...button }) }))] })] }), _jsx("div", { className: 'how-we-help__image', children: image })] }) }));
|
|
6
|
+
};
|
|
7
|
+
export default HowWeHelp;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const HowWeHelpStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import { device } from '../../../globalStyles/breakpoints';
|
|
2
|
+
import styled from 'styled-components';
|
|
3
|
+
export const HowWeHelpStyled = styled.div `
|
|
4
|
+
padding: 0 1.5rem;
|
|
5
|
+
@media ${device.laptop} {
|
|
6
|
+
padding: 0;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.how-we-help {
|
|
10
|
+
&__content {
|
|
11
|
+
display: flex;
|
|
12
|
+
flex-direction: column-reverse;
|
|
13
|
+
padding-top: 2rem;
|
|
14
|
+
padding-bottom: 2rem;
|
|
15
|
+
align-items: center;
|
|
16
|
+
|
|
17
|
+
@media ${device['landscape-tablets']} {
|
|
18
|
+
padding-top: 3rem;
|
|
19
|
+
padding-bottom: 3rem;
|
|
20
|
+
}
|
|
21
|
+
@media ${device.laptop} {
|
|
22
|
+
flex-direction: row;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
&__texts {
|
|
26
|
+
display: flex;
|
|
27
|
+
flex-direction: column;
|
|
28
|
+
justify-content: center;
|
|
29
|
+
margin-right: 0;
|
|
30
|
+
color: var(--neutral-neutral-1);
|
|
31
|
+
font-style: normal;
|
|
32
|
+
font-weight: 400;
|
|
33
|
+
letter-spacing: -0.3px;
|
|
34
|
+
margin-bottom: 2rem;
|
|
35
|
+
|
|
36
|
+
@media ${device.laptop} {
|
|
37
|
+
flex-basis: 49%;
|
|
38
|
+
margin-right: 0;
|
|
39
|
+
margin-bottom: 1rem;
|
|
40
|
+
}
|
|
41
|
+
@media ${device.desktop} {
|
|
42
|
+
flex-basis: 56%;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
&__title {
|
|
46
|
+
line-height: 1.1;
|
|
47
|
+
margin-bottom: 1.5rem;
|
|
48
|
+
|
|
49
|
+
font-family: var(--font-sans);
|
|
50
|
+
font-size: 28px;
|
|
51
|
+
font-weight: 700;
|
|
52
|
+
text-align: left;
|
|
53
|
+
|
|
54
|
+
@media ${device.laptop} {
|
|
55
|
+
text-align: left;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
&__body {
|
|
60
|
+
font-family: var(--font-sans);
|
|
61
|
+
font-size: 16px;
|
|
62
|
+
line-height: 22px;
|
|
63
|
+
|
|
64
|
+
.m-richText {
|
|
65
|
+
p {
|
|
66
|
+
margin-bottom: 1.5rem;
|
|
67
|
+
}
|
|
68
|
+
a {
|
|
69
|
+
color: var(--primary-main);
|
|
70
|
+
font-weight: 400;
|
|
71
|
+
text-decoration: underline;
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
&__button {
|
|
76
|
+
.e-button {
|
|
77
|
+
display: inline-block;
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
&__image {
|
|
83
|
+
margin-bottom: 2.5rem;
|
|
84
|
+
|
|
85
|
+
@media ${device.laptop} {
|
|
86
|
+
flex-basis: 51%;
|
|
87
|
+
padding-left: 2.5rem;
|
|
88
|
+
}
|
|
89
|
+
@media ${device.desktop} {
|
|
90
|
+
flex-basis: 44%;
|
|
91
|
+
padding-left: 5rem;
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
`;
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import { device } from '../../../globalStyles/breakpoints'
|
|
2
|
+
import styled from 'styled-components'
|
|
3
|
+
|
|
4
|
+
export const HowWeHelpStyled = styled.div`
|
|
5
|
+
padding: 0 1.5rem;
|
|
6
|
+
@media ${device.laptop} {
|
|
7
|
+
padding: 0;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.how-we-help {
|
|
11
|
+
&__content {
|
|
12
|
+
display: flex;
|
|
13
|
+
flex-direction: column-reverse;
|
|
14
|
+
padding-top: 2rem;
|
|
15
|
+
padding-bottom: 2rem;
|
|
16
|
+
align-items: center;
|
|
17
|
+
|
|
18
|
+
@media ${device['landscape-tablets']} {
|
|
19
|
+
padding-top: 3rem;
|
|
20
|
+
padding-bottom: 3rem;
|
|
21
|
+
}
|
|
22
|
+
@media ${device.laptop} {
|
|
23
|
+
flex-direction: row;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
&__texts {
|
|
27
|
+
display: flex;
|
|
28
|
+
flex-direction: column;
|
|
29
|
+
justify-content: center;
|
|
30
|
+
margin-right: 0;
|
|
31
|
+
color: var(--neutral-neutral-1);
|
|
32
|
+
font-style: normal;
|
|
33
|
+
font-weight: 400;
|
|
34
|
+
letter-spacing: -0.3px;
|
|
35
|
+
margin-bottom: 2rem;
|
|
36
|
+
|
|
37
|
+
@media ${device.laptop} {
|
|
38
|
+
flex-basis: 49%;
|
|
39
|
+
margin-right: 0;
|
|
40
|
+
margin-bottom: 1rem;
|
|
41
|
+
}
|
|
42
|
+
@media ${device.desktop} {
|
|
43
|
+
flex-basis: 56%;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
&__title {
|
|
47
|
+
line-height: 1.1;
|
|
48
|
+
margin-bottom: 1.5rem;
|
|
49
|
+
|
|
50
|
+
font-family: var(--font-sans);
|
|
51
|
+
font-size: 28px;
|
|
52
|
+
font-weight: 700;
|
|
53
|
+
text-align: left;
|
|
54
|
+
|
|
55
|
+
@media ${device.laptop} {
|
|
56
|
+
text-align: left;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
&__body {
|
|
61
|
+
font-family: var(--font-sans);
|
|
62
|
+
font-size: 16px;
|
|
63
|
+
line-height: 22px;
|
|
64
|
+
|
|
65
|
+
.m-richText {
|
|
66
|
+
p {
|
|
67
|
+
margin-bottom: 1.5rem;
|
|
68
|
+
}
|
|
69
|
+
a {
|
|
70
|
+
color: var(--primary-main);
|
|
71
|
+
font-weight: 400;
|
|
72
|
+
text-decoration: underline;
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
&__button {
|
|
77
|
+
.e-button {
|
|
78
|
+
display: inline-block;
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
&__image {
|
|
84
|
+
margin-bottom: 2.5rem;
|
|
85
|
+
|
|
86
|
+
@media ${device.laptop} {
|
|
87
|
+
flex-basis: 51%;
|
|
88
|
+
padding-left: 2.5rem;
|
|
89
|
+
}
|
|
90
|
+
@media ${device.desktop} {
|
|
91
|
+
flex-basis: 44%;
|
|
92
|
+
padding-left: 5rem;
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
`
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import React, { type FC } from 'react'
|
|
2
|
+
|
|
3
|
+
import { Button, RichTextInner } from '../../atoms'
|
|
4
|
+
import { type HowWeHelpProps } from './HowWeHelpProps.types'
|
|
5
|
+
import { HowWeHelpStyled } from './HowWeHelp.styled'
|
|
6
|
+
|
|
7
|
+
const HowWeHelp: FC<HowWeHelpProps> = ({ title, image, children, button }) => {
|
|
8
|
+
return (
|
|
9
|
+
<HowWeHelpStyled className='how-we-help'>
|
|
10
|
+
<div className='wrapper how-we-help__content'>
|
|
11
|
+
<div className='how-we-help__texts'>
|
|
12
|
+
<h2 className='how-we-help__texts__title'>{title}</h2>
|
|
13
|
+
<RichTextInner customClass='how-we-help__texts__body'>
|
|
14
|
+
{children}
|
|
15
|
+
{button != null && (
|
|
16
|
+
<div className={'how-we-help__texts__body__button'}>
|
|
17
|
+
<Button {...button} />
|
|
18
|
+
</div>
|
|
19
|
+
)}
|
|
20
|
+
</RichTextInner>
|
|
21
|
+
</div>
|
|
22
|
+
<div className='how-we-help__image'>{image}</div>
|
|
23
|
+
</div>
|
|
24
|
+
</HowWeHelpStyled>
|
|
25
|
+
)
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
export default HowWeHelp
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as HowWeHelp } from './HowWeHelp';
|
|
@@ -20,8 +20,7 @@ export * from './LimitReachedContentRatafia';
|
|
|
20
20
|
export * from './ListStepsGetForm';
|
|
21
21
|
export * from './LoginRatafiaContent';
|
|
22
22
|
export * from './MobileBottomBar';
|
|
23
|
-
export * from './RatafiaLoadingResultContent';
|
|
24
|
-
export * from './RatafiaResultContent';
|
|
25
23
|
export * from './StepsRatafiaContent';
|
|
26
24
|
export * from './TryOurFreeLegalBlogsContent';
|
|
27
25
|
export * from './Wizard';
|
|
26
|
+
export * from './HowWeHelp';
|
|
@@ -20,8 +20,7 @@ export * from './LimitReachedContentRatafia';
|
|
|
20
20
|
export * from './ListStepsGetForm';
|
|
21
21
|
export * from './LoginRatafiaContent';
|
|
22
22
|
export * from './MobileBottomBar';
|
|
23
|
-
export * from './RatafiaLoadingResultContent';
|
|
24
|
-
export * from './RatafiaResultContent';
|
|
25
23
|
export * from './StepsRatafiaContent';
|
|
26
24
|
export * from './TryOurFreeLegalBlogsContent';
|
|
27
25
|
export * from './Wizard';
|
|
26
|
+
export * from './HowWeHelp';
|
|
@@ -20,8 +20,7 @@ export * from './LimitReachedContentRatafia'
|
|
|
20
20
|
export * from './ListStepsGetForm'
|
|
21
21
|
export * from './LoginRatafiaContent'
|
|
22
22
|
export * from './MobileBottomBar'
|
|
23
|
-
export * from './RatafiaLoadingResultContent'
|
|
24
|
-
export * from './RatafiaResultContent'
|
|
25
23
|
export * from './StepsRatafiaContent'
|
|
26
24
|
export * from './TryOurFreeLegalBlogsContent'
|
|
27
25
|
export * from './Wizard'
|
|
26
|
+
export * from './HowWeHelp'
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { AboutUsSection, AsSeeInSection, CardStorySection, ExpertsSection, GuidelinesSection, PeopleSayAboutUsSection, TryOurFreeLegalBlogsSection } from '../../sections';
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
import { HowWeHelp } from '../../organisms';
|
|
4
|
+
export const AboutUsPage = ({ aboutUsSectionProps, ourMissionBlogsSectionProps, ourCoreValuesBlogsSectionProps, cardStorySection, howWeHelp, peopleSayAboutUsSectionProps, guidelinesSectionProps, expertsSectionProps, asSeeInSectionProps, isJonSnow = false }) => {
|
|
5
|
+
return (_jsxs(_Fragment, { children: [aboutUsSectionProps != null && _jsx(AboutUsSection, { ...aboutUsSectionProps }), ourMissionBlogsSectionProps != null && _jsx(TryOurFreeLegalBlogsSection, { ...ourMissionBlogsSectionProps }), ourCoreValuesBlogsSectionProps != null && _jsx(TryOurFreeLegalBlogsSection, { ...ourCoreValuesBlogsSectionProps }), cardStorySection != null && _jsx(CardStorySection, { ...cardStorySection }), howWeHelp != null && _jsx(HowWeHelp, { ...howWeHelp }), guidelinesSectionProps != null && (_jsx(GuidelinesSection, { ...guidelinesSectionProps, children: guidelinesSectionProps.contentGuidelines?.children })), expertsSectionProps != null && _jsx(ExpertsSection, { ...expertsSectionProps }), !isJonSnow && peopleSayAboutUsSectionProps != null && (_jsx(PeopleSayAboutUsSection, { ...peopleSayAboutUsSectionProps })), !isJonSnow && asSeeInSectionProps != null && _jsx(AsSeeInSection, { ...asSeeInSectionProps })] }));
|
|
5
6
|
};
|
|
@@ -10,12 +10,14 @@ import {
|
|
|
10
10
|
TryOurFreeLegalBlogsSection
|
|
11
11
|
} from '../../sections'
|
|
12
12
|
import { type AboutUsPageProps } from './AboutUsPageProps'
|
|
13
|
+
import { HowWeHelp } from '../../organisms'
|
|
13
14
|
|
|
14
15
|
export const AboutUsPage: React.FC<AboutUsPageProps> = ({
|
|
15
16
|
aboutUsSectionProps,
|
|
16
17
|
ourMissionBlogsSectionProps,
|
|
17
18
|
ourCoreValuesBlogsSectionProps,
|
|
18
19
|
cardStorySection,
|
|
20
|
+
howWeHelp,
|
|
19
21
|
peopleSayAboutUsSectionProps,
|
|
20
22
|
guidelinesSectionProps,
|
|
21
23
|
expertsSectionProps,
|
|
@@ -28,6 +30,7 @@ export const AboutUsPage: React.FC<AboutUsPageProps> = ({
|
|
|
28
30
|
{ourMissionBlogsSectionProps != null && <TryOurFreeLegalBlogsSection {...ourMissionBlogsSectionProps} />}
|
|
29
31
|
{ourCoreValuesBlogsSectionProps != null && <TryOurFreeLegalBlogsSection {...ourCoreValuesBlogsSectionProps} />}
|
|
30
32
|
{cardStorySection != null && <CardStorySection {...cardStorySection} />}
|
|
33
|
+
{howWeHelp != null && <HowWeHelp {...howWeHelp} />}
|
|
31
34
|
{guidelinesSectionProps != null && (
|
|
32
35
|
<GuidelinesSection {...guidelinesSectionProps}>
|
|
33
36
|
{guidelinesSectionProps.contentGuidelines?.children}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import type { AboutUsSectionProps, AsSeeInSectionProps, CardStorySectionProps, ExpertsSectionProps, GuidelinesSectionProps, PeopleSayAboutUsSectionProps, TryOurFreeLegalBlogsSectionProps, TryUsSectionProps } from '../../sections';
|
|
2
|
+
import { HowWeHelpProps } from '../../organisms';
|
|
2
3
|
export interface AboutUsPageProps {
|
|
3
4
|
aboutUsSectionProps?: AboutUsSectionProps;
|
|
4
5
|
ourMissionBlogsSectionProps?: TryOurFreeLegalBlogsSectionProps;
|
|
5
6
|
ourCoreValuesBlogsSectionProps?: TryOurFreeLegalBlogsSectionProps;
|
|
6
7
|
cardStorySection?: CardStorySectionProps;
|
|
8
|
+
howWeHelp?: HowWeHelpProps;
|
|
7
9
|
peopleSayAboutUsSectionProps?: PeopleSayAboutUsSectionProps;
|
|
8
10
|
guidelinesSectionProps?: GuidelinesSectionProps;
|
|
9
11
|
tryUsSectionProps?: TryUsSectionProps;
|
|
@@ -8,12 +8,14 @@ import type {
|
|
|
8
8
|
TryOurFreeLegalBlogsSectionProps,
|
|
9
9
|
TryUsSectionProps
|
|
10
10
|
} from '../../sections'
|
|
11
|
+
import { HowWeHelpProps } from '../../organisms'
|
|
11
12
|
|
|
12
13
|
export interface AboutUsPageProps {
|
|
13
14
|
aboutUsSectionProps?: AboutUsSectionProps
|
|
14
15
|
ourMissionBlogsSectionProps?: TryOurFreeLegalBlogsSectionProps
|
|
15
16
|
ourCoreValuesBlogsSectionProps?: TryOurFreeLegalBlogsSectionProps
|
|
16
17
|
cardStorySection?: CardStorySectionProps
|
|
18
|
+
howWeHelp?: HowWeHelpProps
|
|
17
19
|
peopleSayAboutUsSectionProps?: PeopleSayAboutUsSectionProps
|
|
18
20
|
guidelinesSectionProps?: GuidelinesSectionProps
|
|
19
21
|
tryUsSectionProps?: TryUsSectionProps
|
|
@@ -7,7 +7,6 @@ export * from './KeyFactsResultRatafiaPage';
|
|
|
7
7
|
export * from './LegalPage';
|
|
8
8
|
export * from './LimitReachedRatafiaPage';
|
|
9
9
|
export * from './RatafiaLandingPage';
|
|
10
|
-
export * from './RatafiaPricingPage';
|
|
11
|
-
export * from './RatafiaResultPage';
|
|
12
10
|
export * from './UnsubscribePage';
|
|
13
11
|
export * from './LoginRatafiaPage';
|
|
12
|
+
export * from './RatafiaPricingPage';
|
|
@@ -7,7 +7,6 @@ export * from './KeyFactsResultRatafiaPage';
|
|
|
7
7
|
export * from './LegalPage';
|
|
8
8
|
export * from './LimitReachedRatafiaPage';
|
|
9
9
|
export * from './RatafiaLandingPage';
|
|
10
|
-
export * from './RatafiaPricingPage';
|
|
11
|
-
export * from './RatafiaResultPage';
|
|
12
10
|
export * from './UnsubscribePage';
|
|
13
11
|
export * from './LoginRatafiaPage';
|
|
12
|
+
export * from './RatafiaPricingPage';
|
|
@@ -7,7 +7,6 @@ export * from './KeyFactsResultRatafiaPage'
|
|
|
7
7
|
export * from './LegalPage'
|
|
8
8
|
export * from './LimitReachedRatafiaPage'
|
|
9
9
|
export * from './RatafiaLandingPage'
|
|
10
|
-
export * from './RatafiaPricingPage'
|
|
11
|
-
export * from './RatafiaResultPage'
|
|
12
10
|
export * from './UnsubscribePage'
|
|
13
11
|
export * from './LoginRatafiaPage'
|
|
12
|
+
export * from './RatafiaPricingPage'
|