@npm_leadtech/legal-lib-components 5.3.0 → 5.3.10
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 +0 -124
- package/dist/src/components/pages/ErrorRatafiaPage/ErrorRatafiaPage.js +2 -2
- package/dist/src/components/pages/ErrorRatafiaPage/ErrorRatafiaPage.styled.d.ts +1 -0
- package/dist/src/components/pages/ErrorRatafiaPage/ErrorRatafiaPage.styled.js +30 -0
- package/dist/src/components/pages/ErrorRatafiaPage/{ErrorRatafiaPage.scss → ErrorRatafiaPage.styled.ts} +3 -4
- package/dist/src/components/pages/ErrorRatafiaPage/ErrorRatafiaPage.tsx +4 -3
- package/dist/src/components/pages/FaqsPage/FaqsPage.js +2 -2
- package/dist/src/components/pages/FaqsPage/FaqsPage.styled.d.ts +1 -0
- package/dist/src/components/pages/FaqsPage/FaqsPage.styled.js +59 -0
- package/dist/src/components/pages/FaqsPage/{FaqsPage.scss → FaqsPage.styled.ts} +3 -4
- package/dist/src/components/pages/FaqsPage/FaqsPage.tsx +4 -3
- package/dist/src/components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPage.js +2 -2
- package/dist/src/components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPage.styled.d.ts +1 -0
- package/dist/src/components/pages/KeyFactsResultRatafiaPage/{KeyFactsResultRatafiaPage.scss → KeyFactsResultRatafiaPage.styled.js} +4 -5
- package/dist/src/components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPage.styled.ts +23 -0
- package/dist/src/components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPage.tsx +4 -3
- package/dist/src/components/pages/LoginRatafiaPage/LoginRatafiaPage.js +2 -2
- package/dist/src/components/pages/LoginRatafiaPage/LoginRatafiaPage.styled.d.ts +1 -0
- package/dist/src/components/pages/LoginRatafiaPage/{LoginPageRatafia.scss → LoginRatafiaPage.styled.js} +5 -5
- package/dist/src/components/pages/LoginRatafiaPage/LoginRatafiaPage.styled.ts +24 -0
- package/dist/src/components/pages/LoginRatafiaPage/LoginRatafiaPage.tsx +3 -3
- package/dist/src/globalStyles/styles.scss +0 -5
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/css/styles.css
CHANGED
|
@@ -6298,127 +6298,3 @@ h2.react-datepicker__current-month {
|
|
|
6298
6298
|
width: auto;
|
|
6299
6299
|
}
|
|
6300
6300
|
}
|
|
6301
|
-
.error-ratafia-page {
|
|
6302
|
-
display: flex;
|
|
6303
|
-
flex-direction: column;
|
|
6304
|
-
align-items: flex-start;
|
|
6305
|
-
flex: 1 0 0;
|
|
6306
|
-
align-self: stretch;
|
|
6307
|
-
gap: 1.5rem;
|
|
6308
|
-
background-color: var(--neutral-neutral-6);
|
|
6309
|
-
}
|
|
6310
|
-
.error-ratafia-page__ctas {
|
|
6311
|
-
text-align: center;
|
|
6312
|
-
}
|
|
6313
|
-
.error-ratafia-page__ctas__button {
|
|
6314
|
-
display: block;
|
|
6315
|
-
width: 100%;
|
|
6316
|
-
}
|
|
6317
|
-
.error-ratafia-page__ctas__button:first-child {
|
|
6318
|
-
margin-bottom: 1rem;
|
|
6319
|
-
}
|
|
6320
|
-
@media (min-width: 575px) {
|
|
6321
|
-
.error-ratafia-page__ctas__button {
|
|
6322
|
-
display: inline-grid;
|
|
6323
|
-
width: inherit;
|
|
6324
|
-
}
|
|
6325
|
-
.error-ratafia-page__ctas__button:first-child {
|
|
6326
|
-
margin-right: 1rem;
|
|
6327
|
-
}
|
|
6328
|
-
}
|
|
6329
|
-
.faq-page .titles {
|
|
6330
|
-
display: flex;
|
|
6331
|
-
padding: 40px 24px;
|
|
6332
|
-
flex-direction: column;
|
|
6333
|
-
align-items: center;
|
|
6334
|
-
gap: 8px;
|
|
6335
|
-
background: var(--primary-main-light-6);
|
|
6336
|
-
}
|
|
6337
|
-
@media (min-width: 720px) {
|
|
6338
|
-
.faq-page .titles {
|
|
6339
|
-
padding: 40px 32px 80px 32px;
|
|
6340
|
-
}
|
|
6341
|
-
}
|
|
6342
|
-
.faq-page .titles .title {
|
|
6343
|
-
color: var(--neutral-neutral-2);
|
|
6344
|
-
font-family: var(--font-sans);
|
|
6345
|
-
font-size: 14px;
|
|
6346
|
-
line-height: 18px;
|
|
6347
|
-
letter-spacing: -0.3px;
|
|
6348
|
-
border-bottom: var(--neutral-neutral-2) 1px solid;
|
|
6349
|
-
padding-bottom: 8px;
|
|
6350
|
-
margin-bottom: 8px;
|
|
6351
|
-
}
|
|
6352
|
-
.faq-page .titles .subtitle {
|
|
6353
|
-
color: var(--neutral-main);
|
|
6354
|
-
font-family: var(--font-serif);
|
|
6355
|
-
font-size: 36px;
|
|
6356
|
-
line-height: 48px;
|
|
6357
|
-
font-weight: 400;
|
|
6358
|
-
letter-spacing: -0.3px;
|
|
6359
|
-
}
|
|
6360
|
-
@media (min-width: 720px) {
|
|
6361
|
-
.faq-page .titles .subtitle {
|
|
6362
|
-
font-size: 48px;
|
|
6363
|
-
line-height: 58px;
|
|
6364
|
-
}
|
|
6365
|
-
}
|
|
6366
|
-
.faq-page .main-content {
|
|
6367
|
-
display: flex;
|
|
6368
|
-
flex-direction: row;
|
|
6369
|
-
padding: 32px 24px;
|
|
6370
|
-
gap: var(--global-gap);
|
|
6371
|
-
background: var(--primary-main-light-6);
|
|
6372
|
-
justify-content: center;
|
|
6373
|
-
}
|
|
6374
|
-
@media (max-width: 575px) {
|
|
6375
|
-
.faq-page .main-content {
|
|
6376
|
-
flex-direction: column;
|
|
6377
|
-
gap: 3rem;
|
|
6378
|
-
}
|
|
6379
|
-
}
|
|
6380
|
-
@media (min-width: 720px) {
|
|
6381
|
-
.faq-page .main-content {
|
|
6382
|
-
padding: 32px;
|
|
6383
|
-
gap: 106px;
|
|
6384
|
-
}
|
|
6385
|
-
}
|
|
6386
|
-
.key-facts-result-page {
|
|
6387
|
-
background-color: var(--neutral-neutral-6);
|
|
6388
|
-
}
|
|
6389
|
-
.key-facts-result-page__content {
|
|
6390
|
-
display: flex;
|
|
6391
|
-
flex-direction: column;
|
|
6392
|
-
align-items: flex-start;
|
|
6393
|
-
flex: 1 0 0;
|
|
6394
|
-
align-self: stretch;
|
|
6395
|
-
gap: 1.5rem;
|
|
6396
|
-
}
|
|
6397
|
-
.key-facts-result-page__content__cta {
|
|
6398
|
-
align-self: start;
|
|
6399
|
-
display: block;
|
|
6400
|
-
width: 100%;
|
|
6401
|
-
}
|
|
6402
|
-
@media (min-width: 575px) {
|
|
6403
|
-
.key-facts-result-page__content__cta {
|
|
6404
|
-
display: inline-block;
|
|
6405
|
-
}
|
|
6406
|
-
}
|
|
6407
|
-
.login-ratafia-page {
|
|
6408
|
-
background-color: var(--neutral-neutral-6);
|
|
6409
|
-
}
|
|
6410
|
-
.login-ratafia-page__ctas {
|
|
6411
|
-
text-align: center;
|
|
6412
|
-
}
|
|
6413
|
-
.login-ratafia-page__ctas__button {
|
|
6414
|
-
display: block;
|
|
6415
|
-
width: 100%;
|
|
6416
|
-
margin-bottom: 1rem;
|
|
6417
|
-
}
|
|
6418
|
-
.login-ratafia-page__ctas__signIn__button {
|
|
6419
|
-
background: none;
|
|
6420
|
-
border: none;
|
|
6421
|
-
color: var(--primary-main);
|
|
6422
|
-
text-decoration: underline;
|
|
6423
|
-
cursor: pointer;
|
|
6424
|
-
}
|
|
@@ -3,11 +3,11 @@ import { Button } from '../../atoms';
|
|
|
3
3
|
import DisclaimerRatafia from '../../atoms/DisclaimerRatafia/DisclaimerRatafia';
|
|
4
4
|
import { ErrorContentRatafia } from '../../organisms';
|
|
5
5
|
import { LayoutRatafia } from '../../organisms/LayoutRatafia';
|
|
6
|
-
|
|
6
|
+
import { ErrorRatafiaPageStyled } from './ErrorRatafiaPage.styled';
|
|
7
7
|
export const ErrorRatafiaPage = ({ header, errorContent, disclaimer, goToDashboardCta, tryAgainCta }) => {
|
|
8
8
|
const ctas = (_jsxs("div", { className: 'error-ratafia-page__ctas', children: [_jsx(Button, { givenClass: 'error-ratafia-page__ctas__button', dataQa: tryAgainCta.dataQa, color: 'primary', label: tryAgainCta.label, onClick: tryAgainCta.handleOnClick, link: tryAgainCta.link }), _jsx(Button, { givenClass: 'error-ratafia-page__ctas__button', dataQa: goToDashboardCta.dataQa, color: 'secondary', label: goToDashboardCta.label, onClick: goToDashboardCta.handleOnClick, link: goToDashboardCta.link })] }));
|
|
9
9
|
const content = _jsx(ErrorContentRatafia, { title: errorContent.title, errorMessage: errorContent.errorMessage });
|
|
10
10
|
const footerDesktop = (_jsx(DisclaimerRatafia, { icon: disclaimer.icon, text: disclaimer.text, copyrightText: disclaimer.copyrightText, ctaTextShowDisclaimer: disclaimer.ctaTextShowDisclaimer, ctaTextCloseDisclaimer: disclaimer.ctaTextCloseDisclaimer }));
|
|
11
11
|
const footerMobile = (_jsxs(_Fragment, { children: [footerDesktop, ctas] }));
|
|
12
|
-
return (_jsx(
|
|
12
|
+
return (_jsx(ErrorRatafiaPageStyled, { className: 'error-ratafia-page', children: _jsx(LayoutRatafia, { header: header, content: content, cta: ctas, footerDesktop: footerDesktop, footerMobile: footerMobile }) }));
|
|
13
13
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const ErrorRatafiaPageStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import styled from 'styled-components';
|
|
2
|
+
export const ErrorRatafiaPageStyled = styled.div `
|
|
3
|
+
display: flex;
|
|
4
|
+
flex-direction: column;
|
|
5
|
+
align-items: flex-start;
|
|
6
|
+
flex: 1 0 0;
|
|
7
|
+
align-self: stretch;
|
|
8
|
+
gap: 1.5rem;
|
|
9
|
+
background-color: var(--neutral-neutral-6);
|
|
10
|
+
|
|
11
|
+
&__ctas {
|
|
12
|
+
text-align: center;
|
|
13
|
+
&__button {
|
|
14
|
+
display: block;
|
|
15
|
+
width: 100%;
|
|
16
|
+
&:first-child {
|
|
17
|
+
margin-bottom: 1rem;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
@include portrait-tablets {
|
|
21
|
+
display: inline-grid;
|
|
22
|
+
width: inherit;
|
|
23
|
+
|
|
24
|
+
&:first-child {
|
|
25
|
+
margin-right: 1rem;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
`;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
@import '../../../globalStyles/mediaqueries.scss';
|
|
1
|
+
import styled from 'styled-components'
|
|
3
2
|
|
|
4
|
-
.
|
|
3
|
+
export const ErrorRatafiaPageStyled = styled.div`
|
|
5
4
|
display: flex;
|
|
6
5
|
flex-direction: column;
|
|
7
6
|
align-items: flex-start;
|
|
@@ -29,4 +28,4 @@
|
|
|
29
28
|
}
|
|
30
29
|
}
|
|
31
30
|
}
|
|
32
|
-
|
|
31
|
+
`
|
|
@@ -5,7 +5,8 @@ import DisclaimerRatafia from '../../atoms/DisclaimerRatafia/DisclaimerRatafia'
|
|
|
5
5
|
import { ErrorContentRatafia } from '../../organisms'
|
|
6
6
|
import { type ErrorRatafiaPageProps } from './ErrorRatafiaPageProps.types'
|
|
7
7
|
import { LayoutRatafia } from '../../organisms/LayoutRatafia'
|
|
8
|
-
|
|
8
|
+
|
|
9
|
+
import { ErrorRatafiaPageStyled } from './ErrorRatafiaPage.styled'
|
|
9
10
|
|
|
10
11
|
export const ErrorRatafiaPage: React.FC<ErrorRatafiaPageProps> = ({
|
|
11
12
|
header,
|
|
@@ -55,7 +56,7 @@ export const ErrorRatafiaPage: React.FC<ErrorRatafiaPageProps> = ({
|
|
|
55
56
|
)
|
|
56
57
|
|
|
57
58
|
return (
|
|
58
|
-
<
|
|
59
|
+
<ErrorRatafiaPageStyled className='error-ratafia-page'>
|
|
59
60
|
<LayoutRatafia
|
|
60
61
|
header={header}
|
|
61
62
|
content={content}
|
|
@@ -63,6 +64,6 @@ export const ErrorRatafiaPage: React.FC<ErrorRatafiaPageProps> = ({
|
|
|
63
64
|
footerDesktop={footerDesktop}
|
|
64
65
|
footerMobile={footerMobile}
|
|
65
66
|
/>
|
|
66
|
-
</
|
|
67
|
+
</ErrorRatafiaPageStyled>
|
|
67
68
|
)
|
|
68
69
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { AsideMenuSection, FaqSection } from '../../sections';
|
|
3
|
-
|
|
3
|
+
import { FaqsPageStyled } from './FaqsPage.styled';
|
|
4
4
|
export const FaqsPage = ({ title, subtitle, asideMenuSectionProps, faqSectionProps }) => {
|
|
5
|
-
return (_jsxs(
|
|
5
|
+
return (_jsxs(FaqsPageStyled, { className: 'faq-page', children: [_jsxs("div", { className: 'titles', children: [_jsx("h1", { className: 'title', children: title }), _jsx("h2", { className: 'subtitle', children: subtitle })] }), _jsxs("div", { className: 'main-content', children: [_jsx(AsideMenuSection, { ...asideMenuSectionProps }), _jsx(FaqSection, { ...faqSectionProps })] })] }));
|
|
6
6
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const FaqsPageStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import styled from 'styled-components';
|
|
2
|
+
export const FaqsPageStyled = styled.div `
|
|
3
|
+
.titles {
|
|
4
|
+
display: flex;
|
|
5
|
+
padding: 40px 24px;
|
|
6
|
+
flex-direction: column;
|
|
7
|
+
align-items: center;
|
|
8
|
+
gap: 8px;
|
|
9
|
+
background: var(--primary-main-light-6);
|
|
10
|
+
|
|
11
|
+
@include landscape-tablets {
|
|
12
|
+
padding: 40px 32px 80px 32px;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.title {
|
|
16
|
+
color: var(--neutral-neutral-2);
|
|
17
|
+
font-family: var(--font-sans);
|
|
18
|
+
font-size: 14px;
|
|
19
|
+
line-height: 18px;
|
|
20
|
+
letter-spacing: -0.3px;
|
|
21
|
+
border-bottom: get-color(neutral, neutral-2) 1px solid;
|
|
22
|
+
padding-bottom: 8px;
|
|
23
|
+
margin-bottom: 8px;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.subtitle {
|
|
27
|
+
color: var(--neutral-main);
|
|
28
|
+
font-family: var(--font-serif);
|
|
29
|
+
font-size: 36px;
|
|
30
|
+
line-height: 48px;
|
|
31
|
+
font-weight: 400;
|
|
32
|
+
letter-spacing: -0.3px;
|
|
33
|
+
|
|
34
|
+
@include landscape-tablets {
|
|
35
|
+
font-size: 48px;
|
|
36
|
+
line-height: 58px;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.main-content {
|
|
42
|
+
display: flex;
|
|
43
|
+
flex-direction: row;
|
|
44
|
+
padding: 32px 24px;
|
|
45
|
+
gap: var(--global-gap);
|
|
46
|
+
background: var(--primary-main-light-6);
|
|
47
|
+
justify-content: center;
|
|
48
|
+
|
|
49
|
+
@include mobile {
|
|
50
|
+
flex-direction: column;
|
|
51
|
+
gap: calc(1rem * 3);
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
@include landscape-tablets {
|
|
55
|
+
padding: 32px;
|
|
56
|
+
gap: 106px;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
`;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
@import '../../../globalStyles/mediaqueries.scss';
|
|
1
|
+
import styled from 'styled-components'
|
|
3
2
|
|
|
4
|
-
.
|
|
3
|
+
export const FaqsPageStyled = styled.div`
|
|
5
4
|
.titles {
|
|
6
5
|
display: flex;
|
|
7
6
|
padding: 40px 24px;
|
|
@@ -58,4 +57,4 @@
|
|
|
58
57
|
gap: 106px;
|
|
59
58
|
}
|
|
60
59
|
}
|
|
61
|
-
|
|
60
|
+
`
|
|
@@ -2,11 +2,12 @@ import React from 'react'
|
|
|
2
2
|
|
|
3
3
|
import { AsideMenuSection, FaqSection } from '../../sections'
|
|
4
4
|
import { type FaqsPageProps } from './FaqsPageProps'
|
|
5
|
-
|
|
5
|
+
|
|
6
|
+
import { FaqsPageStyled } from './FaqsPage.styled'
|
|
6
7
|
|
|
7
8
|
export const FaqsPage: React.FC<FaqsPageProps> = ({ title, subtitle, asideMenuSectionProps, faqSectionProps }) => {
|
|
8
9
|
return (
|
|
9
|
-
<
|
|
10
|
+
<FaqsPageStyled className='faq-page'>
|
|
10
11
|
<div className='titles'>
|
|
11
12
|
<h1 className='title'>{title}</h1>
|
|
12
13
|
<h2 className='subtitle'>{subtitle}</h2>
|
|
@@ -15,6 +16,6 @@ export const FaqsPage: React.FC<FaqsPageProps> = ({ title, subtitle, asideMenuSe
|
|
|
15
16
|
<AsideMenuSection {...asideMenuSectionProps} />
|
|
16
17
|
<FaqSection {...faqSectionProps} />
|
|
17
18
|
</div>
|
|
18
|
-
</
|
|
19
|
+
</FaqsPageStyled>
|
|
19
20
|
)
|
|
20
21
|
}
|
|
@@ -3,13 +3,13 @@ import { KeyFactsLoadingContentRatafia, KeyFactsResultContentRatafia } from '../
|
|
|
3
3
|
import { Button } from '../../atoms';
|
|
4
4
|
import DisclaimerRatafia from '../../atoms/DisclaimerRatafia/DisclaimerRatafia';
|
|
5
5
|
import { LayoutRatafia } from '../../organisms/LayoutRatafia';
|
|
6
|
-
|
|
6
|
+
import { KeyFactsResultRatafiaPageStyled } from './KeyFactsResultRatafiaPage.styled';
|
|
7
7
|
export const KeyFactsResultRatafiaPage = ({ header, resultContent, reviewContent, disclaimer, cta, loadingIcon, loadingText, isLoading }) => {
|
|
8
8
|
const loadingContent = (_jsx("div", { className: 'key-facts-result-page__content', children: _jsx(KeyFactsLoadingContentRatafia, { documentName: resultContent.documentName, icon: loadingIcon, text: loadingText }) }));
|
|
9
9
|
const loadedContent = (_jsx("div", { className: 'key-facts-result-page__content', children: _jsx(KeyFactsResultContentRatafia, { result: resultContent, review: reviewContent }) }));
|
|
10
10
|
const ctaButton = isLoading ? null : (_jsx(Button, { givenClass: 'key-facts-result-page__content__cta', dataQa: cta.dataQa, color: 'primary', label: cta.label, onClick: cta.handleOnClick, noLink: true }));
|
|
11
11
|
const footerDesktop = (_jsx("div", { className: 'key-facts-result-page__footer-desktop', children: _jsx(DisclaimerRatafia, { icon: disclaimer.icon, text: disclaimer.text, copyrightText: disclaimer.copyrightText, ctaTextShowDisclaimer: disclaimer.ctaTextShowDisclaimer, ctaTextCloseDisclaimer: disclaimer.ctaTextCloseDisclaimer }) }));
|
|
12
12
|
const footerMobile = (_jsxs(_Fragment, { children: [footerDesktop, ctaButton] }));
|
|
13
|
-
return (_jsx(
|
|
13
|
+
return (_jsx(KeyFactsResultRatafiaPageStyled, { className: 'key-facts-result-page', children: _jsx(LayoutRatafia, { header: header, content: isLoading ? loadingContent : loadedContent, cta: ctaButton, footerDesktop: footerDesktop, footerMobile: footerMobile }) }));
|
|
14
14
|
};
|
|
15
15
|
export default KeyFactsResultRatafiaPage;
|
package/dist/src/components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPage.styled.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const KeyFactsResultRatafiaPageStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
.key-facts-result-page {
|
|
1
|
+
import styled from 'styled-components';
|
|
2
|
+
export const KeyFactsResultRatafiaPageStyled = styled.div `
|
|
5
3
|
background-color: var(--neutral-neutral-6);
|
|
4
|
+
|
|
6
5
|
&__content {
|
|
7
6
|
display: flex;
|
|
8
7
|
flex-direction: column;
|
|
@@ -20,4 +19,4 @@
|
|
|
20
19
|
}
|
|
21
20
|
}
|
|
22
21
|
}
|
|
23
|
-
|
|
22
|
+
`;
|
package/dist/src/components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPage.styled.ts
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import styled from 'styled-components'
|
|
2
|
+
|
|
3
|
+
export const KeyFactsResultRatafiaPageStyled = styled.div`
|
|
4
|
+
background-color: var(--neutral-neutral-6);
|
|
5
|
+
|
|
6
|
+
&__content {
|
|
7
|
+
display: flex;
|
|
8
|
+
flex-direction: column;
|
|
9
|
+
align-items: flex-start;
|
|
10
|
+
flex: 1 0 0;
|
|
11
|
+
align-self: stretch;
|
|
12
|
+
gap: 1.5rem;
|
|
13
|
+
|
|
14
|
+
&__cta {
|
|
15
|
+
align-self: start;
|
|
16
|
+
display: block;
|
|
17
|
+
width: 100%;
|
|
18
|
+
@include portrait-tablets {
|
|
19
|
+
display: inline-block;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
`
|
|
@@ -5,7 +5,8 @@ import { Button } from '../../atoms'
|
|
|
5
5
|
import DisclaimerRatafia from '../../atoms/DisclaimerRatafia/DisclaimerRatafia'
|
|
6
6
|
import { type KeyFactsResultRatafiaPageProps } from './KeyFactsResultRatafiaPageProps.types'
|
|
7
7
|
import { LayoutRatafia } from '../../organisms/LayoutRatafia'
|
|
8
|
-
|
|
8
|
+
|
|
9
|
+
import { KeyFactsResultRatafiaPageStyled } from './KeyFactsResultRatafiaPage.styled'
|
|
9
10
|
|
|
10
11
|
export const KeyFactsResultRatafiaPage: React.FC<KeyFactsResultRatafiaPageProps> = ({
|
|
11
12
|
header,
|
|
@@ -59,7 +60,7 @@ export const KeyFactsResultRatafiaPage: React.FC<KeyFactsResultRatafiaPageProps>
|
|
|
59
60
|
)
|
|
60
61
|
|
|
61
62
|
return (
|
|
62
|
-
<
|
|
63
|
+
<KeyFactsResultRatafiaPageStyled className='key-facts-result-page'>
|
|
63
64
|
<LayoutRatafia
|
|
64
65
|
header={header}
|
|
65
66
|
content={isLoading ? loadingContent : loadedContent}
|
|
@@ -67,7 +68,7 @@ export const KeyFactsResultRatafiaPage: React.FC<KeyFactsResultRatafiaPageProps>
|
|
|
67
68
|
footerDesktop={footerDesktop}
|
|
68
69
|
footerMobile={footerMobile}
|
|
69
70
|
/>
|
|
70
|
-
</
|
|
71
|
+
</KeyFactsResultRatafiaPageStyled>
|
|
71
72
|
)
|
|
72
73
|
}
|
|
73
74
|
|
|
@@ -2,11 +2,11 @@ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-run
|
|
|
2
2
|
import { LayoutRatafia, LoginRatafiaContent } from '../../organisms';
|
|
3
3
|
import { Button } from '../../atoms';
|
|
4
4
|
import DisclaimerRatafia from '../../atoms/DisclaimerRatafia/DisclaimerRatafia';
|
|
5
|
-
|
|
5
|
+
import { LoginRatafiaPageStyled } from './LoginRatafiaPage.styled';
|
|
6
6
|
export const LoginRatafiaPage = ({ header, loginContent, ctaAnalizeDocument, ctaSignIn, disclaimer }) => {
|
|
7
7
|
const ctas = (_jsxs("div", { className: 'login-ratafia-page__ctas', children: [_jsx(Button, { givenClass: 'login-ratafia-page__ctas__button', color: 'primary', dataQa: ctaAnalizeDocument.dataQa, label: ctaAnalizeDocument.label, onClick: ctaAnalizeDocument.onClick, noLink: true, disabled: ctaAnalizeDocument.disabled }), _jsxs("span", { className: 'login-ratafia-page__ctas__signIn', children: [ctaSignIn.text, _jsx("button", { className: 'login-ratafia-page__ctas__signIn__button', "data-qa": ctaSignIn.link.dataQa, onClick: ctaSignIn.link.onClick, children: ctaSignIn.link.text })] })] }));
|
|
8
8
|
const footerDesktop = (_jsx(DisclaimerRatafia, { icon: disclaimer.icon, text: disclaimer.text, legalAdviceText: disclaimer.legalAdviceText, copyrightText: disclaimer.copyrightText, ctaTextShowDisclaimer: disclaimer.ctaTextShowDisclaimer, ctaTextCloseDisclaimer: disclaimer.ctaTextCloseDisclaimer }));
|
|
9
9
|
const footerMobile = (_jsxs(_Fragment, { children: [footerDesktop, ctas] }));
|
|
10
10
|
const content = (_jsx(LoginRatafiaContent, { title: loginContent.title, email: loginContent.email, policy: loginContent.policy }));
|
|
11
|
-
return (_jsx(
|
|
11
|
+
return (_jsx(LoginRatafiaPageStyled, { className: 'login-ratafia-page', children: _jsx(LayoutRatafia, { header: header, content: content, cta: ctas, footerDesktop: footerDesktop, footerMobile: footerMobile }) }));
|
|
12
12
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const LoginRatafiaPageStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
.login-ratafia-page {
|
|
1
|
+
import styled from 'styled-components';
|
|
2
|
+
export const LoginRatafiaPageStyled = styled.div `
|
|
5
3
|
background-color: var(--neutral-neutral-6);
|
|
4
|
+
|
|
6
5
|
&__ctas {
|
|
7
6
|
text-align: center;
|
|
8
7
|
&__button {
|
|
@@ -10,6 +9,7 @@
|
|
|
10
9
|
width: 100%;
|
|
11
10
|
margin-bottom: 1rem;
|
|
12
11
|
}
|
|
12
|
+
|
|
13
13
|
&__signIn {
|
|
14
14
|
&__button {
|
|
15
15
|
background: none;
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
|
-
|
|
23
|
+
`;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import styled from 'styled-components'
|
|
2
|
+
|
|
3
|
+
export const LoginRatafiaPageStyled = styled.div`
|
|
4
|
+
background-color: var(--neutral-neutral-6);
|
|
5
|
+
|
|
6
|
+
&__ctas {
|
|
7
|
+
text-align: center;
|
|
8
|
+
&__button {
|
|
9
|
+
display: block;
|
|
10
|
+
width: 100%;
|
|
11
|
+
margin-bottom: 1rem;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
&__signIn {
|
|
15
|
+
&__button {
|
|
16
|
+
background: none;
|
|
17
|
+
border: none;
|
|
18
|
+
color: var(--primary-main);
|
|
19
|
+
text-decoration: underline;
|
|
20
|
+
cursor: pointer;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
`
|
|
@@ -5,7 +5,7 @@ import { Button } from '../../atoms'
|
|
|
5
5
|
import DisclaimerRatafia from '../../atoms/DisclaimerRatafia/DisclaimerRatafia'
|
|
6
6
|
import { type LoginRatafiaPageProps } from './LoginRatafiaPageProps'
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
import { LoginRatafiaPageStyled } from './LoginRatafiaPage.styled'
|
|
9
9
|
|
|
10
10
|
export const LoginRatafiaPage: React.FC<LoginRatafiaPageProps> = ({
|
|
11
11
|
header,
|
|
@@ -60,7 +60,7 @@ export const LoginRatafiaPage: React.FC<LoginRatafiaPageProps> = ({
|
|
|
60
60
|
)
|
|
61
61
|
|
|
62
62
|
return (
|
|
63
|
-
<
|
|
63
|
+
<LoginRatafiaPageStyled className='login-ratafia-page'>
|
|
64
64
|
<LayoutRatafia
|
|
65
65
|
header={header}
|
|
66
66
|
content={content}
|
|
@@ -68,6 +68,6 @@ export const LoginRatafiaPage: React.FC<LoginRatafiaPageProps> = ({
|
|
|
68
68
|
footerDesktop={footerDesktop}
|
|
69
69
|
footerMobile={footerMobile}
|
|
70
70
|
/>
|
|
71
|
-
</
|
|
71
|
+
</LoginRatafiaPageStyled>
|
|
72
72
|
)
|
|
73
73
|
}
|
|
@@ -107,8 +107,3 @@
|
|
|
107
107
|
@import '../components/sections/TryUsSection/TryUsSection.scss';
|
|
108
108
|
@import '../components/sections/UnsubscribeSection/UnsubscribeSection.scss';
|
|
109
109
|
@import '../components/sections/WhyLawDistrictSection/WhyLawDistrictSection.scss';
|
|
110
|
-
|
|
111
|
-
@import '../components/pages/ErrorRatafiaPage/ErrorRatafiaPage.scss';
|
|
112
|
-
@import '../components/pages/FaqsPage/FaqsPage.scss';
|
|
113
|
-
@import '../components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPage.scss';
|
|
114
|
-
@import '../components/pages/LoginRatafiaPage/LoginPageRatafia.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"root":["../src/custom.d.ts","../src/index.ts","../src/components/atoms/index.ts","../src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.styled.ts","../src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.tsx","../src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCardProps.types.ts","../src/components/atoms/ActionButtonHeaderRatafiaCard/index.ts","../src/components/atoms/AddButton/AddButton.styled.ts","../src/components/atoms/AddButton/AddButton.tsx","../src/components/atoms/AddButton/AddButtonProps.types.ts","../src/components/atoms/AddButton/index.ts","../src/components/atoms/BaseBox/BaseBox.styled.ts","../src/components/atoms/BaseBox/BaseBox.tsx","../src/components/atoms/BaseBox/BaseBoxProps.types.ts","../src/components/atoms/BaseBox/index.ts","../src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.styled.ts","../src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.tsx","../src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCardProps.types.ts","../src/components/atoms/BenefitRatafiaCard/index.ts","../src/components/atoms/BillCard/BillCard.styled.ts","../src/components/atoms/BillCard/BillCard.tsx","../src/components/atoms/BillCard/BillCardProps.types.ts","../src/components/atoms/BillCard/index.ts","../src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.styled.ts","../src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.tsx","../src/components/atoms/BottomOverlayMenu/BottomOverlayMenuProps.types.ts","../src/components/atoms/BottomOverlayMenu/index.ts","../src/components/atoms/BreadcrumItem/BreadcrumItem.styled.ts","../src/components/atoms/BreadcrumItem/BreadcrumItem.tsx","../src/components/atoms/BreadcrumItem/BreadcrumItemProps.types.ts","../src/components/atoms/BreadcrumItem/index.ts","../src/components/atoms/Button/Button.tsx","../src/components/atoms/Button/ButtonProps.types.ts","../src/components/atoms/Button/index.ts","../src/components/atoms/ButtonIcon/ButtonIcon.tsx","../src/components/atoms/ButtonIcon/ButtonIconProps.types.ts","../src/components/atoms/ButtonIcon/index.ts","../src/components/atoms/CardPane/CardPane.styled.ts","../src/components/atoms/CardPane/CardPane.tsx","../src/components/atoms/CardPane/CardPaneInfo.tsx","../src/components/atoms/CardPane/CardPaneProps.types.ts","../src/components/atoms/CardPane/index.ts","../src/components/atoms/Checkbox/Checkbox.styled.ts","../src/components/atoms/Checkbox/Checkbox.tsx","../src/components/atoms/Checkbox/CheckboxProps.types.ts","../src/components/atoms/Checkbox/index.ts","../src/components/atoms/DatePickerCustom/DatePickerCustom.styled.ts","../src/components/atoms/DatePickerCustom/DatePickerCustom.tsx","../src/components/atoms/DatePickerCustom/DatePickerCustomProps.types.ts","../src/components/atoms/DatePickerCustom/index.ts","../src/components/atoms/DialogMenuIcon/DialogMenuIcon.styled.ts","../src/components/atoms/DialogMenuIcon/DialogMenuIcon.tsx","../src/components/atoms/DialogMenuIcon/DialogMenuIconProps.types.ts","../src/components/atoms/DialogMenuIcon/index.ts","../src/components/atoms/Disclaimer/Disclaimer.styled.ts","../src/components/atoms/Disclaimer/Disclaimer.tsx","../src/components/atoms/Disclaimer/DisclaimerProps.types.ts","../src/components/atoms/Disclaimer/index.ts","../src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.styled.ts","../src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.tsx","../src/components/atoms/DisclaimerRatafia/DisclaimerRatafiaProps.ts","../src/components/atoms/DisclaimerRatafia/index.ts","../src/components/atoms/Divider/Divider.styled.ts","../src/components/atoms/Divider/Divider.tsx","../src/components/atoms/Divider/DividerProps.types.ts","../src/components/atoms/Divider/index.ts","../src/components/atoms/DocumentStatus/DocumentStatus.styled.ts","../src/components/atoms/DocumentStatus/DocumentStatus.tsx","../src/components/atoms/DocumentStatus/DocumentStatusProps.types.ts","../src/components/atoms/DocumentStatus/index.ts","../src/components/atoms/DocumentTag/DocumentTag.styled.ts","../src/components/atoms/DocumentTag/DocumentTag.tsx","../src/components/atoms/DocumentTag/DocumentTagProps.ts","../src/components/atoms/DocumentTag/index.ts","../src/components/atoms/ExpertCard/ExpertCard.styled.ts","../src/components/atoms/ExpertCard/ExpertCard.tsx","../src/components/atoms/ExpertCard/ExpertCardProps.types.ts","../src/components/atoms/ExpertCard/index.ts","../src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.styled.ts","../src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.tsx","../src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCardProps.types.ts","../src/components/atoms/FeatureRatafiaCard/index.ts","../src/components/atoms/FormFaq/FormFaq.styled.ts","../src/components/atoms/FormFaq/FormFaq.tsx","../src/components/atoms/FormFaq/FormFaqProps.types.ts","../src/components/atoms/FormFaq/index.ts","../src/components/atoms/GoogleButton/GoogleButton.styled.ts","../src/components/atoms/GoogleButton/GoogleButton.tsx","../src/components/atoms/GoogleButton/GoogleButtonProps.types.ts","../src/components/atoms/GoogleButton/index.ts","../src/components/atoms/IconImage/IconImage.tsx","../src/components/atoms/IconImage/IconImageProps.types.ts","../src/components/atoms/IconImage/index.ts","../src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.styled.ts","../src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.tsx","../src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColorProps.types.ts","../src/components/atoms/IconSvgURLWithThemeColor/index.ts","../src/components/atoms/IconTextInfoSection/IconTextInfoSection.styled.ts","../src/components/atoms/IconTextInfoSection/IconTextInfoSection.tsx","../src/components/atoms/IconTextInfoSection/IconTextInfoSection.types.ts","../src/components/atoms/IconTextInfoSection/index.ts","../src/components/atoms/InfoBox/InfoBox.styled.ts","../src/components/atoms/InfoBox/InfoBox.tsx","../src/components/atoms/InfoBox/InfoBoxProps.types.ts","../src/components/atoms/InfoBox/index.ts","../src/components/atoms/JumbotronStatic/JumbotronStatic.styled.ts","../src/components/atoms/JumbotronStatic/JumbotronStatic.tsx","../src/components/atoms/JumbotronStatic/JumbotronStaticProps.types.ts","../src/components/atoms/JumbotronStatic/index.ts","../src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.styled.ts","../src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.tsx","../src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCardProps.types.ts","../src/components/atoms/KeyFactRatafiaCard/index.ts","../src/components/atoms/Logo/Logo.tsx","../src/components/atoms/Logo/LogoProps.types.ts","../src/components/atoms/Logo/index.ts","../src/components/atoms/LogoText/LogoText.styled.ts","../src/components/atoms/LogoText/LogoText.tsx","../src/components/atoms/LogoText/LogoTextProps.types.ts","../src/components/atoms/LogoText/index.ts","../src/components/atoms/MenuItems/MenuItemProps.types.ts","../src/components/atoms/MenuItems/MenuItems.styled.ts","../src/components/atoms/MenuItems/MenuItems.tsx","../src/components/atoms/MenuItems/index.ts","../src/components/atoms/Message/Message.styled.ts","../src/components/atoms/Message/Message.tsx","../src/components/atoms/Message/MessageProps.types.ts","../src/components/atoms/Message/index.ts","../src/components/atoms/MessageInformation/MessageInformation.styled.ts","../src/components/atoms/MessageInformation/MessageInformation.tsx","../src/components/atoms/MessageInformation/MessageInformationProps.types.ts","../src/components/atoms/MessageInformation/index.ts","../src/components/atoms/MoreDocsItem/MoreDocsItem.styled.ts","../src/components/atoms/MoreDocsItem/MoreDocsItem.tsx","../src/components/atoms/MoreDocsItem/MoreDocsItemProps.ts","../src/components/atoms/MoreDocsItem/index.ts","../src/components/atoms/NavMenuItem/NavMenuItem.styled.ts","../src/components/atoms/NavMenuItem/NavMenuItem.tsx","../src/components/atoms/NavMenuItem/NavMenuItemProps.ts","../src/components/atoms/NavMenuItem/index.ts","../src/components/atoms/PaypalButton/PaypalButton.styled.ts","../src/components/atoms/PaypalButton/PaypalButton.tsx","../src/components/atoms/PaypalButton/PaypalButtonProps.types.ts","../src/components/atoms/PaypalButton/index.ts","../src/components/atoms/PopularDocsItem/PopularDocsItem.styled.ts","../src/components/atoms/PopularDocsItem/PopularDocsItem.tsx","../src/components/atoms/PopularDocsItem/PopularDocsItemProps.ts","../src/components/atoms/PopularDocsItem/index.ts","../src/components/atoms/ProgressBar/ProgressBar.styled.ts","../src/components/atoms/ProgressBar/ProgressBar.tsx","../src/components/atoms/ProgressBar/ProgressBarProps.types.ts","../src/components/atoms/ProgressBar/index.ts","../src/components/atoms/Radio/Radio.tsx","../src/components/atoms/Radio/RadioProps.types.ts","../src/components/atoms/Radio/index.ts","../src/components/atoms/RemoveButton/RemoveButton.styled.ts","../src/components/atoms/RemoveButton/RemoveButton.tsx","../src/components/atoms/RemoveButton/RemoveButtonProps.types.ts","../src/components/atoms/RemoveButton/index.ts","../src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.styled.ts","../src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.tsx","../src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafiaProps.types.ts","../src/components/atoms/ReviewKeyFactsResultRatafia/index.ts","../src/components/atoms/RichTextInner/RichTextInner.styled.ts","../src/components/atoms/RichTextInner/RichTextInner.tsx","../src/components/atoms/RichTextInner/RichTextInnerProps.types.ts","../src/components/atoms/RichTextInner/index.ts","../src/components/atoms/RichTextStrapi/RichTextMedia.ts","../src/components/atoms/RichTextStrapi/RichTextStrapi.styled.ts","../src/components/atoms/RichTextStrapi/RichTextStrapi.tsx","../src/components/atoms/RichTextStrapi/RichTextStrapiProps.ts","../src/components/atoms/RichTextStrapi/index.ts","../src/components/atoms/RichTextStrapi/useFormattedText.tsx","../src/components/atoms/SearchSelect/SearchSelect.styled.ts","../src/components/atoms/SearchSelect/SearchSelect.tsx","../src/components/atoms/SearchSelect/SearchSelectProps.types.ts","../src/components/atoms/SearchSelect/index.ts","../src/components/atoms/ShowMoreBox/ShowMoreBox.styled.ts","../src/components/atoms/ShowMoreBox/ShowMoreBox.tsx","../src/components/atoms/ShowMoreBox/ShowMoreBoxProps.ts","../src/components/atoms/ShowMoreBox/index.ts","../src/components/atoms/SidemenuTab/SideMenuTabProps.types.ts","../src/components/atoms/SidemenuTab/SidemenuTab.styled.ts","../src/components/atoms/SidemenuTab/SidemenuTab.tsx","../src/components/atoms/SidemenuTab/index.ts","../src/components/atoms/Spinner/Spinner.styled.ts","../src/components/atoms/Spinner/Spinner.tsx","../src/components/atoms/Spinner/SpinnerProps.types.ts","../src/components/atoms/Spinner/index.ts","../src/components/atoms/StepRatafiaCard/StepRatafiaCard.styled.ts","../src/components/atoms/StepRatafiaCard/StepRatafiaCard.tsx","../src/components/atoms/StepRatafiaCard/StepRatafiaCardProps.types.ts","../src/components/atoms/StepRatafiaCard/index.ts","../src/components/atoms/Tag/Tag.styled.ts","../src/components/atoms/Tag/Tag.tsx","../src/components/atoms/Tag/TagProps.ts","../src/components/atoms/Tag/index.ts","../src/components/atoms/TagRatafiaItem/TagRatafiaItem.styled.ts","../src/components/atoms/TagRatafiaItem/TagRatafiaItem.tsx","../src/components/atoms/TagRatafiaItem/TagRatafiaItemProps.types.ts","../src/components/atoms/TagRatafiaItem/index.ts","../src/components/atoms/Tagline/Tagline.styled.ts","../src/components/atoms/Tagline/Tagline.tsx","../src/components/atoms/Tagline/TaglineProps.types.ts","../src/components/atoms/Tagline/index.ts","../src/components/atoms/TestAB/TestAB.tsx","../src/components/atoms/TextArea/TextArea.styled.ts","../src/components/atoms/TextArea/TextArea.tsx","../src/components/atoms/TextArea/TextAreaProps.types.ts","../src/components/atoms/TextArea/index.ts","../src/components/atoms/Toggle/Toggle.styled.ts","../src/components/atoms/Toggle/Toggle.tsx","../src/components/atoms/Toggle/ToggleProps.types.ts","../src/components/atoms/Toggle/index.ts","../src/components/atoms/Tooltip/Tooltip.tsx","../src/components/atoms/Tooltip/TooltipProps.types.ts","../src/components/atoms/Tooltip/index.ts","../src/components/atoms/TopBar/TopBar.styled.ts","../src/components/atoms/TopBar/TopBar.tsx","../src/components/atoms/TopBar/TopBarProps.types.ts","../src/components/atoms/TopBar/index.ts","../src/components/atoms/TopBarMobile/TopBarMobile.styled.ts","../src/components/atoms/TopBarMobile/TopBarMobile.tsx","../src/components/atoms/TopBarMobile/index.ts","../src/components/atoms/TrustPilot/TrustPilot.styled.ts","../src/components/atoms/TrustPilot/TrustPilot.tsx","../src/components/atoms/TrustPilot/TrustPilotProps.types.ts","../src/components/atoms/TrustPilot/index.ts","../src/components/atoms/Video/Video.tsx","../src/components/atoms/Video/VideoProps.types.ts","../src/components/atoms/Video/index.ts","../src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.styled.ts","../src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.tsx","../src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItemsProps.types.ts","../src/components/atoms/WhyLawDistrictItems/index.ts","../src/components/atoms/WideInfoBar/WideInfoBar.styled.ts","../src/components/atoms/WideInfoBar/WideInfoBar.tsx","../src/components/atoms/WideInfoBar/index.ts","../src/components/molecules/index.ts","../src/components/molecules/AccordionItem/AccordionItem.tsx","../src/components/molecules/AccordionItem/AccordionItemProps.types.ts","../src/components/molecules/AccordionItem/index.ts","../src/components/molecules/ActionButtonHeaderRatafiaCardList/ActionButtonHeaderRatafiaCardList.tsx","../src/components/molecules/ActionButtonHeaderRatafiaCardList/ActionButtonHeaderRatafiaCardListProps.types.ts","../src/components/molecules/ActionButtonHeaderRatafiaCardList/index.ts","../src/components/molecules/AlsoKnownAs/AlsoKnownAs.tsx","../src/components/molecules/AlsoKnownAs/AlsoKnownAsProps.types.ts","../src/components/molecules/AlsoKnownAs/index.ts","../src/components/molecules/Article/Article.tsx","../src/components/molecules/Article/ArticleProps.types.ts","../src/components/molecules/Article/index.ts","../src/components/molecules/BaseBoxList/BaseBoxList.tsx","../src/components/molecules/BaseBoxList/BaseBoxListProps.types.ts","../src/components/molecules/BaseBoxList/index.ts","../src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardList.tsx","../src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardListProps.types.ts","../src/components/molecules/BenefitRatafiaCardList/index.ts","../src/components/molecules/BottomFixedBar/BottomFixedBar.tsx","../src/components/molecules/BottomFixedBar/BottomFixedBarProps.types.ts","../src/components/molecules/BottomFixedBar/index.ts","../src/components/molecules/BottomOverlay/BottomOverlay.tsx","../src/components/molecules/BottomOverlay/BottomOverlayProps.types.ts","../src/components/molecules/BottomOverlay/index.ts","../src/components/molecules/BoxForm/BoxForm.tsx","../src/components/molecules/BoxForm/BoxFormProps.types.ts","../src/components/molecules/BoxForm/index.ts","../src/components/molecules/Breadcrumb/Breadcrumb.tsx","../src/components/molecules/Breadcrumb/BreadcrumbProps.types.ts","../src/components/molecules/Breadcrumb/index.ts","../src/components/molecules/ContactBox/ContactBox.tsx","../src/components/molecules/ContactBox/ContactBoxProps.types.ts","../src/components/molecules/ContactBox/index.ts","../src/components/molecules/ContinueEditingBanner/ContinueEditingBanner.tsx","../src/components/molecules/ContinueEditingBanner/ContinueEditingBannerProps.types.ts","../src/components/molecules/ContinueEditingBanner/index.ts","../src/components/molecules/CountDownMessage/CountDownMessage.tsx","../src/components/molecules/CountDownMessage/CountDownMessageProps.types.ts","../src/components/molecules/CountDownMessage/index.ts","../src/components/molecules/EmailContactBox/EmailContactBox.tsx","../src/components/molecules/EmailContactBox/EmailContactBoxProps.ts","../src/components/molecules/EmailContactBox/index.ts","../src/components/molecules/ExpertCardList/ExpertCardList.tsx","../src/components/molecules/ExpertCardList/ExpertCardListProps.types.ts","../src/components/molecules/ExpertCardList/index.ts","../src/components/molecules/FaqItem/FaqItem.tsx","../src/components/molecules/FaqItem/FaqItemProps.ts","../src/components/molecules/FaqItem/index.ts","../src/components/molecules/FeatureRatafiaCardList/FeatureRatafiaCardList.tsx","../src/components/molecules/FeatureRatafiaCardList/FeatureRatafiaCardListProps.types.ts","../src/components/molecules/FeatureRatafiaCardList/index.ts","../src/components/molecules/Feedback/Feedback.tsx","../src/components/molecules/Feedback/FeedbackProps.types.ts","../src/components/molecules/Feedback/index.ts","../src/components/molecules/FreeDocModalContent/FreeDocModalContent.tsx","../src/components/molecules/FreeDocModalContent/FreeDocModalContent.types.ts","../src/components/molecules/FreeDocModalContent/index.ts","../src/components/molecules/HeaderRatafia/HeaderRatafia.tsx","../src/components/molecules/HeaderRatafia/HeaderRatafiaProps.types.ts","../src/components/molecules/HeaderRatafia/index.ts","../src/components/molecules/KeyFactCardListRatafia/KeyFactCardListRatafia.tsx","../src/components/molecules/KeyFactCardListRatafia/KeyFactCardListRatafiaProps.types.ts","../src/components/molecules/KeyFactCardListRatafia/index.ts","../src/components/molecules/MenuItemsSection/MenuItemsSection.tsx","../src/components/molecules/MenuItemsSection/MenuItemsSectionProps.types.ts","../src/components/molecules/MenuItemsSection/index.ts","../src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContent.tsx","../src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContentProps.types.ts","../src/components/molecules/MidBannerRatafiaContent/index.ts","../src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.tsx","../src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSampleProps.types.ts","../src/components/molecules/MidBannerRatafiaSample/index.ts","../src/components/molecules/MoreDocsDesktop/MoreDocsDesktop.tsx","../src/components/molecules/MoreDocsDesktop/MoreDocsDesktopProps.ts","../src/components/molecules/MoreDocsDesktop/index.ts","../src/components/molecules/MoreDocsMobile/MoreDocsMobile.tsx","../src/components/molecules/MoreDocsMobile/MoreDocsMobileProps.ts","../src/components/molecules/MoreDocsMobile/index.ts","../src/components/molecules/NavBarDropDown/NavBarDropDown.tsx","../src/components/molecules/NavBarDropDown/NavBarDropDownProps.types.ts","../src/components/molecules/NavBarDropDown/index.ts","../src/components/molecules/Pagination/PageStepControl.tsx","../src/components/molecules/Pagination/PageStepControlProps.types.ts","../src/components/molecules/Pagination/PageSteps.tsx","../src/components/molecules/Pagination/Pagination.tsx","../src/components/molecules/Pagination/PaginationProps.types.ts","../src/components/molecules/Pagination/index.ts","../src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.tsx","../src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktopProps.types.ts","../src/components/molecules/PhoneContactBoxDesktop/index.ts","../src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobile.tsx","../src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobileProps.types.ts","../src/components/molecules/PhoneContactBoxMobile/index.ts","../src/components/molecules/PopularDocs/PopularDocs.tsx","../src/components/molecules/PopularDocs/PopularDocsProps.ts","../src/components/molecules/PopularDocs/index.ts","../src/components/molecules/PricingCard/PricingCard.tsx","../src/components/molecules/PricingCard/PricingCardProps.types.ts","../src/components/molecules/PricingCard/index.ts","../src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.tsx","../src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCardProps.types.ts","../src/components/molecules/RatafiaSubscriptionCard/index.ts","../src/components/molecules/Snackbar/Snackbar.tsx","../src/components/molecules/Snackbar/SnackbarProps.types.ts","../src/components/molecules/Snackbar/index.ts","../src/components/molecules/StepGetForm/StepGetForm.tsx","../src/components/molecules/StepGetForm/StepGetFormProps.types.ts","../src/components/molecules/StepGetForm/index.ts","../src/components/molecules/StepRatafiaCardList/StepRatafiaCardList.tsx","../src/components/molecules/StepRatafiaCardList/StepRatafiaCardListProps.types.ts","../src/components/molecules/StepRatafiaCardList/index.ts","../src/components/molecules/TagsRatafiaList/TagsRatafiaList.tsx","../src/components/molecules/TagsRatafiaList/TagsRatafiaListProps.types.ts","../src/components/molecules/TagsRatafiaList/index.ts","../src/components/molecules/TextInput/Input.tsx","../src/components/molecules/TextInput/TextInput.tsx","../src/components/molecules/TextInput/TextInputLabel.tsx","../src/components/molecules/TextInput/TextInputMessage.tsx","../src/components/molecules/TextInput/TextInputProps.types.ts","../src/components/molecules/TextInput/TextInputTooltip.tsx","../src/components/molecules/TextInput/index.ts","../src/components/molecules/TooltipMenu/TooltipMenu.tsx","../src/components/molecules/TooltipMenu/TooltipMenuProps.types.ts","../src/components/molecules/TooltipMenu/index.ts","../src/components/molecules/TrustworthyWebsites/TrustworthyWebsites.tsx","../src/components/molecules/TrustworthyWebsites/TrustworthyWebsitesProps.types.ts","../src/components/molecules/TrustworthyWebsites/index.ts","../src/components/molecules/TypeModulesList/TypeModulesList.tsx","../src/components/molecules/TypeModulesList/TypeModulesListProps.types.ts","../src/components/molecules/TypeModulesList/index.ts","../src/components/molecules/UploadRatafiaZone/UploadRatafiaZone.tsx","../src/components/molecules/UploadRatafiaZone/UploadRatafiaZoneProps.types.ts","../src/components/molecules/UploadRatafiaZone/index.ts","../src/components/organisms/index.ts","../src/components/organisms/AboutUsContent/AboutUsContent.tsx","../src/components/organisms/AboutUsContent/AboutUsContentProps.types.ts","../src/components/organisms/AboutUsContent/index.ts","../src/components/organisms/Accordion/Accordion.context.tsx","../src/components/organisms/Accordion/Accordion.tsx","../src/components/organisms/Accordion/AccordionProps.types.ts","../src/components/organisms/Accordion/index.ts","../src/components/organisms/ArticlesList/ArticlesList.tsx","../src/components/organisms/ArticlesList/ArticlesListProps.types.ts","../src/components/organisms/ArticlesList/index.ts","../src/components/organisms/AsSeeInContent/AsSeeInContent.tsx","../src/components/organisms/AsSeeInContent/AsSeeInContentProps.types.ts","../src/components/organisms/AsSeeInContent/index.ts","../src/components/organisms/CardFunctionality/CardFunctionality.tsx","../src/components/organisms/CardFunctionality/CardFunctionalityProps.ts","../src/components/organisms/CardFunctionality/index.ts","../src/components/organisms/ContactJumbotron/ContactJumbotron.tsx","../src/components/organisms/ContactJumbotron/ContactJumbotronProps.types.ts","../src/components/organisms/ContactJumbotron/index.ts","../src/components/organisms/CookiePolicyBar/CookiePolicyBar.tsx","../src/components/organisms/CookiePolicyBar/CookiePolicyBarProps.ts","../src/components/organisms/CookiePolicyBar/index.ts","../src/components/organisms/ErrorContentRatafia/ErrorContentRatafia.tsx","../src/components/organisms/ErrorContentRatafia/ErrorContentRatafiaProps.types.ts","../src/components/organisms/ErrorContentRatafia/index.ts","../src/components/organisms/FaqGroup/FaqGroup.tsx","../src/components/organisms/FaqGroup/FaqGroupProps.ts","../src/components/organisms/FaqGroup/index.ts","../src/components/organisms/FeaturesRatafiaContent/FeaturesRatafiaContent.tsx","../src/components/organisms/FeaturesRatafiaContent/FeaturesRatafiaContentProps.types.ts","../src/components/organisms/FeaturesRatafiaContent/index.ts","../src/components/organisms/GuidelinesContent/GuidelinesContent.tsx","../src/components/organisms/GuidelinesContent/GuidelinesContentProps.types.ts","../src/components/organisms/GuidelinesContent/index.ts","../src/components/organisms/JumbotronRatafiaContent/JumbotronRatafiaContent.tsx","../src/components/organisms/JumbotronRatafiaContent/JumbotronRatafiaContentProps.types.ts","../src/components/organisms/JumbotronRatafiaContent/index.ts","../src/components/organisms/KeyFactsLoadingContentRatafia/KeyFactsLoadingContentRatafia.tsx","../src/components/organisms/KeyFactsLoadingContentRatafia/KeyFactsLoadingContentRatafiaProps.types.ts","../src/components/organisms/KeyFactsLoadingContentRatafia/index.ts","../src/components/organisms/KeyFactsResultContentRatafia/KeyFactsResultContentRatafia.tsx","../src/components/organisms/KeyFactsResultContentRatafia/KeyFactsResultContentRatafiaProps.types.ts","../src/components/organisms/KeyFactsResultContentRatafia/index.ts","../src/components/organisms/LanguageSelector/LanguageSelector.tsx","../src/components/organisms/LanguageSelector/LanguageSelectorProps.ts","../src/components/organisms/LanguageSelector/LenguageSelectorItem.ts","../src/components/organisms/LanguageSelector/index.ts","../src/components/organisms/LanguageSelector/useLanguageOptions.tsx","../src/components/organisms/LanguageSelector/useLanguageSelected.tsx","../src/components/organisms/LanguageSelector/useLanguagesSelector.tsx","../src/components/organisms/LanguageSelectorMobile/LanguageSelectorMobile.tsx","../src/components/organisms/LanguageSelectorMobile/index.ts","../src/components/organisms/LayoutRatafia/LayoutRatafia.tsx","../src/components/organisms/LayoutRatafia/LayoutRatafiaProps.types.ts","../src/components/organisms/LayoutRatafia/index.ts","../src/components/organisms/ListStepsGetForm/ListStepsGetForm.tsx","../src/components/organisms/ListStepsGetForm/ListStepsGetFormProps.types.ts","../src/components/organisms/ListStepsGetForm/index.ts","../src/components/organisms/LoginRatafiaContent/LoginRatafiaContent.tsx","../src/components/organisms/LoginRatafiaContent/LoginRatafiaContentProps.types.ts","../src/components/organisms/LoginRatafiaContent/index.ts","../src/components/organisms/MobileBottomBar/MobileBottomBar.tsx","../src/components/organisms/MobileBottomBar/MobileBottomBarProps.types.ts","../src/components/organisms/MobileBottomBar/index.ts","../src/components/organisms/StepsRatafiaContent/StepsRatafiaContent.tsx","../src/components/organisms/StepsRatafiaContent/StepsRatafiaContentProps.types.ts","../src/components/organisms/StepsRatafiaContent/index.ts","../src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.tsx","../src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContentProps.types.ts","../src/components/organisms/TryOurFreeLegalBlogsContent/index.ts","../src/components/pages/index.ts","../src/components/pages/AboutUsPage/AboutUsPage.tsx","../src/components/pages/AboutUsPage/AboutUsPageProps.ts","../src/components/pages/AboutUsPage/index.ts","../src/components/pages/ContactUsPage/ContactUsPage.tsx","../src/components/pages/ContactUsPage/ContactUsPageProps.ts","../src/components/pages/ContactUsPage/index.ts","../src/components/pages/ErrorRatafiaPage/ErrorRatafiaPage.tsx","../src/components/pages/ErrorRatafiaPage/ErrorRatafiaPageProps.types.ts","../src/components/pages/ErrorRatafiaPage/index.ts","../src/components/pages/FaqsPage/FaqsPage.tsx","../src/components/pages/FaqsPage/FaqsPageProps.ts","../src/components/pages/FaqsPage/index.ts","../src/components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPage.tsx","../src/components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPageProps.types.ts","../src/components/pages/KeyFactsResultRatafiaPage/index.ts","../src/components/pages/LegalPage/LegalPage.tsx","../src/components/pages/LegalPage/LegalPageProps.ts","../src/components/pages/LegalPage/index.ts","../src/components/pages/LoginRatafiaPage/LoginRatafiaPage.tsx","../src/components/pages/LoginRatafiaPage/LoginRatafiaPageProps.ts","../src/components/pages/LoginRatafiaPage/index.ts","../src/components/pages/RatafiaLandingPage/RatafiaLandingPage.tsx","../src/components/pages/RatafiaLandingPage/RatafiaLandingPageProps.types.ts","../src/components/pages/RatafiaLandingPage/index.ts","../src/components/pages/UnsubscribePage/UnsubscribePage.tsx","../src/components/pages/UnsubscribePage/UnsubscribePageProps.ts","../src/components/pages/UnsubscribePage/index.ts","../src/components/sections/index.ts","../src/components/sections/AboutUsSection/AboutUsSection.tsx","../src/components/sections/AboutUsSection/AboutUsSectionProps.types.ts","../src/components/sections/AboutUsSection/index.ts","../src/components/sections/AsSeeInSection/AsSeeInSection.tsx","../src/components/sections/AsSeeInSection/AsSeeInSectionProps.types.ts","../src/components/sections/AsSeeInSection/index.ts","../src/components/sections/AsideMenuSection/AsideMenuSection.tsx","../src/components/sections/AsideMenuSection/AsideMenuSectionProps.ts","../src/components/sections/AsideMenuSection/index.ts","../src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.tsx","../src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSectionProps.types.ts","../src/components/sections/BenefitsRatafiaSection/index.ts","../src/components/sections/BlogSection/BlogSection.tsx","../src/components/sections/BlogSection/BlogSectionProps.types.ts","../src/components/sections/BlogSection/index.ts","../src/components/sections/ContactSection/ContactSection.tsx","../src/components/sections/ContactSection/ContactSectionProps.ts","../src/components/sections/ContactSection/index.ts","../src/components/sections/ExpertsSection/ExpertsSection.tsx","../src/components/sections/ExpertsSection/ExpertsSectionProps.types.ts","../src/components/sections/ExpertsSection/index.ts","../src/components/sections/FaqSection/FaqSection.tsx","../src/components/sections/FaqSection/FaqSectionProps.ts","../src/components/sections/FaqSection/index.ts","../src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.tsx","../src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSectionProps.types.ts","../src/components/sections/FeaturesRatafiaSection/index.ts","../src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.tsx","../src/components/sections/FunctionalityCardsSection/FunctionalityCardsSectionProps.ts","../src/components/sections/FunctionalityCardsSection/index.ts","../src/components/sections/GuidelinesSection/GuidelinesSection.tsx","../src/components/sections/GuidelinesSection/GuidelinesSectionProps.types.ts","../src/components/sections/GuidelinesSection/index.ts","../src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.tsx","../src/components/sections/HowGetYourFormsSection/HowGetYourFormsSectionProps.types.ts","../src/components/sections/HowGetYourFormsSection/index.ts","../src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSection.tsx","../src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSectionProps.types.ts","../src/components/sections/JumbotronRatafiaSection/index.ts","../src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.tsx","../src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSectionProps.types.ts","../src/components/sections/JumbotronSimplifiedSection/index.ts","../src/components/sections/LearnMoreSection/LearnMoreSection.tsx","../src/components/sections/LearnMoreSection/LearnMoreSectionProps.types.ts","../src/components/sections/LearnMoreSection/index.ts","../src/components/sections/LegalSection/LegalSection.tsx","../src/components/sections/LegalSection/LegalSectionProps.ts","../src/components/sections/LegalSection/index.ts","../src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.tsx","../src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSectionProps.types.ts","../src/components/sections/MidBannerRatafiaSection/index.ts","../src/components/sections/MoreDocsSection/MoreDocsSection.tsx","../src/components/sections/MoreDocsSection/MoreDocsSectionProps.ts","../src/components/sections/MoreDocsSection/index.ts","../src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.tsx","../src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSectionProps.types.ts","../src/components/sections/PeopleSayAboutUsSection/index.ts","../src/components/sections/StepsRatafiaSection/StepsRatafiaSection.tsx","../src/components/sections/StepsRatafiaSection/StepsRatafiaSectionProps.types.ts","../src/components/sections/StepsRatafiaSection/index.ts","../src/components/sections/TryItRatafiaSection/TryItRatafiaSection.tsx","../src/components/sections/TryItRatafiaSection/TryItRatafiaSectionProps.types.ts","../src/components/sections/TryItRatafiaSection/index.ts","../src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.tsx","../src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSectionProps.types.ts","../src/components/sections/TryOurFreeLegalBlogsSection/index.ts","../src/components/sections/TryUsSection/TryUsSection.tsx","../src/components/sections/TryUsSection/TryUsSectionProps.ts","../src/components/sections/TryUsSection/index.ts","../src/components/sections/UnsubscribeSection/UnsubscribeSection.tsx","../src/components/sections/UnsubscribeSection/UnsubscribeSectionProps.ts","../src/components/sections/UnsubscribeSection/index.ts","../src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.tsx","../src/components/sections/WhyLawDistrictSection/WhyLawDistrictSectionProps.types.ts","../src/components/sections/WhyLawDistrictSection/index.ts","../src/globalStyles/breakpoints.ts","../src/hooks/index.ts","../src/hooks/useIntersectionObserver.tsx","../src/hooks/useIsMobileOrTable.tsx","../src/utils/ProductCategory.ts","../src/utils/getCategoryIcons.tsx","../src/utils/getDateFormatMMMMYYYY.ts","../src/utils/getGatsbyImageSkeleton.tsx","../src/utils/getRichTextSkeleton.tsx","../src/utils/index.ts","../src/utils/replaceAll.ts","../src/utils/stringSlugify.ts"],"version":"5.6.3"}
|
|
1
|
+
{"root":["../src/custom.d.ts","../src/index.ts","../src/components/atoms/index.ts","../src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.styled.ts","../src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.tsx","../src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCardProps.types.ts","../src/components/atoms/ActionButtonHeaderRatafiaCard/index.ts","../src/components/atoms/AddButton/AddButton.styled.ts","../src/components/atoms/AddButton/AddButton.tsx","../src/components/atoms/AddButton/AddButtonProps.types.ts","../src/components/atoms/AddButton/index.ts","../src/components/atoms/BaseBox/BaseBox.styled.ts","../src/components/atoms/BaseBox/BaseBox.tsx","../src/components/atoms/BaseBox/BaseBoxProps.types.ts","../src/components/atoms/BaseBox/index.ts","../src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.styled.ts","../src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.tsx","../src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCardProps.types.ts","../src/components/atoms/BenefitRatafiaCard/index.ts","../src/components/atoms/BillCard/BillCard.styled.ts","../src/components/atoms/BillCard/BillCard.tsx","../src/components/atoms/BillCard/BillCardProps.types.ts","../src/components/atoms/BillCard/index.ts","../src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.styled.ts","../src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.tsx","../src/components/atoms/BottomOverlayMenu/BottomOverlayMenuProps.types.ts","../src/components/atoms/BottomOverlayMenu/index.ts","../src/components/atoms/BreadcrumItem/BreadcrumItem.styled.ts","../src/components/atoms/BreadcrumItem/BreadcrumItem.tsx","../src/components/atoms/BreadcrumItem/BreadcrumItemProps.types.ts","../src/components/atoms/BreadcrumItem/index.ts","../src/components/atoms/Button/Button.tsx","../src/components/atoms/Button/ButtonProps.types.ts","../src/components/atoms/Button/index.ts","../src/components/atoms/ButtonIcon/ButtonIcon.tsx","../src/components/atoms/ButtonIcon/ButtonIconProps.types.ts","../src/components/atoms/ButtonIcon/index.ts","../src/components/atoms/CardPane/CardPane.styled.ts","../src/components/atoms/CardPane/CardPane.tsx","../src/components/atoms/CardPane/CardPaneInfo.tsx","../src/components/atoms/CardPane/CardPaneProps.types.ts","../src/components/atoms/CardPane/index.ts","../src/components/atoms/Checkbox/Checkbox.styled.ts","../src/components/atoms/Checkbox/Checkbox.tsx","../src/components/atoms/Checkbox/CheckboxProps.types.ts","../src/components/atoms/Checkbox/index.ts","../src/components/atoms/DatePickerCustom/DatePickerCustom.styled.ts","../src/components/atoms/DatePickerCustom/DatePickerCustom.tsx","../src/components/atoms/DatePickerCustom/DatePickerCustomProps.types.ts","../src/components/atoms/DatePickerCustom/index.ts","../src/components/atoms/DialogMenuIcon/DialogMenuIcon.styled.ts","../src/components/atoms/DialogMenuIcon/DialogMenuIcon.tsx","../src/components/atoms/DialogMenuIcon/DialogMenuIconProps.types.ts","../src/components/atoms/DialogMenuIcon/index.ts","../src/components/atoms/Disclaimer/Disclaimer.styled.ts","../src/components/atoms/Disclaimer/Disclaimer.tsx","../src/components/atoms/Disclaimer/DisclaimerProps.types.ts","../src/components/atoms/Disclaimer/index.ts","../src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.styled.ts","../src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.tsx","../src/components/atoms/DisclaimerRatafia/DisclaimerRatafiaProps.ts","../src/components/atoms/DisclaimerRatafia/index.ts","../src/components/atoms/Divider/Divider.styled.ts","../src/components/atoms/Divider/Divider.tsx","../src/components/atoms/Divider/DividerProps.types.ts","../src/components/atoms/Divider/index.ts","../src/components/atoms/DocumentStatus/DocumentStatus.styled.ts","../src/components/atoms/DocumentStatus/DocumentStatus.tsx","../src/components/atoms/DocumentStatus/DocumentStatusProps.types.ts","../src/components/atoms/DocumentStatus/index.ts","../src/components/atoms/DocumentTag/DocumentTag.styled.ts","../src/components/atoms/DocumentTag/DocumentTag.tsx","../src/components/atoms/DocumentTag/DocumentTagProps.ts","../src/components/atoms/DocumentTag/index.ts","../src/components/atoms/ExpertCard/ExpertCard.styled.ts","../src/components/atoms/ExpertCard/ExpertCard.tsx","../src/components/atoms/ExpertCard/ExpertCardProps.types.ts","../src/components/atoms/ExpertCard/index.ts","../src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.styled.ts","../src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.tsx","../src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCardProps.types.ts","../src/components/atoms/FeatureRatafiaCard/index.ts","../src/components/atoms/FormFaq/FormFaq.styled.ts","../src/components/atoms/FormFaq/FormFaq.tsx","../src/components/atoms/FormFaq/FormFaqProps.types.ts","../src/components/atoms/FormFaq/index.ts","../src/components/atoms/GoogleButton/GoogleButton.styled.ts","../src/components/atoms/GoogleButton/GoogleButton.tsx","../src/components/atoms/GoogleButton/GoogleButtonProps.types.ts","../src/components/atoms/GoogleButton/index.ts","../src/components/atoms/IconImage/IconImage.tsx","../src/components/atoms/IconImage/IconImageProps.types.ts","../src/components/atoms/IconImage/index.ts","../src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.styled.ts","../src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.tsx","../src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColorProps.types.ts","../src/components/atoms/IconSvgURLWithThemeColor/index.ts","../src/components/atoms/IconTextInfoSection/IconTextInfoSection.styled.ts","../src/components/atoms/IconTextInfoSection/IconTextInfoSection.tsx","../src/components/atoms/IconTextInfoSection/IconTextInfoSection.types.ts","../src/components/atoms/IconTextInfoSection/index.ts","../src/components/atoms/InfoBox/InfoBox.styled.ts","../src/components/atoms/InfoBox/InfoBox.tsx","../src/components/atoms/InfoBox/InfoBoxProps.types.ts","../src/components/atoms/InfoBox/index.ts","../src/components/atoms/JumbotronStatic/JumbotronStatic.styled.ts","../src/components/atoms/JumbotronStatic/JumbotronStatic.tsx","../src/components/atoms/JumbotronStatic/JumbotronStaticProps.types.ts","../src/components/atoms/JumbotronStatic/index.ts","../src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.styled.ts","../src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.tsx","../src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCardProps.types.ts","../src/components/atoms/KeyFactRatafiaCard/index.ts","../src/components/atoms/Logo/Logo.tsx","../src/components/atoms/Logo/LogoProps.types.ts","../src/components/atoms/Logo/index.ts","../src/components/atoms/LogoText/LogoText.styled.ts","../src/components/atoms/LogoText/LogoText.tsx","../src/components/atoms/LogoText/LogoTextProps.types.ts","../src/components/atoms/LogoText/index.ts","../src/components/atoms/MenuItems/MenuItemProps.types.ts","../src/components/atoms/MenuItems/MenuItems.styled.ts","../src/components/atoms/MenuItems/MenuItems.tsx","../src/components/atoms/MenuItems/index.ts","../src/components/atoms/Message/Message.styled.ts","../src/components/atoms/Message/Message.tsx","../src/components/atoms/Message/MessageProps.types.ts","../src/components/atoms/Message/index.ts","../src/components/atoms/MessageInformation/MessageInformation.styled.ts","../src/components/atoms/MessageInformation/MessageInformation.tsx","../src/components/atoms/MessageInformation/MessageInformationProps.types.ts","../src/components/atoms/MessageInformation/index.ts","../src/components/atoms/MoreDocsItem/MoreDocsItem.styled.ts","../src/components/atoms/MoreDocsItem/MoreDocsItem.tsx","../src/components/atoms/MoreDocsItem/MoreDocsItemProps.ts","../src/components/atoms/MoreDocsItem/index.ts","../src/components/atoms/NavMenuItem/NavMenuItem.styled.ts","../src/components/atoms/NavMenuItem/NavMenuItem.tsx","../src/components/atoms/NavMenuItem/NavMenuItemProps.ts","../src/components/atoms/NavMenuItem/index.ts","../src/components/atoms/PaypalButton/PaypalButton.styled.ts","../src/components/atoms/PaypalButton/PaypalButton.tsx","../src/components/atoms/PaypalButton/PaypalButtonProps.types.ts","../src/components/atoms/PaypalButton/index.ts","../src/components/atoms/PopularDocsItem/PopularDocsItem.styled.ts","../src/components/atoms/PopularDocsItem/PopularDocsItem.tsx","../src/components/atoms/PopularDocsItem/PopularDocsItemProps.ts","../src/components/atoms/PopularDocsItem/index.ts","../src/components/atoms/ProgressBar/ProgressBar.styled.ts","../src/components/atoms/ProgressBar/ProgressBar.tsx","../src/components/atoms/ProgressBar/ProgressBarProps.types.ts","../src/components/atoms/ProgressBar/index.ts","../src/components/atoms/Radio/Radio.tsx","../src/components/atoms/Radio/RadioProps.types.ts","../src/components/atoms/Radio/index.ts","../src/components/atoms/RemoveButton/RemoveButton.styled.ts","../src/components/atoms/RemoveButton/RemoveButton.tsx","../src/components/atoms/RemoveButton/RemoveButtonProps.types.ts","../src/components/atoms/RemoveButton/index.ts","../src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.styled.ts","../src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.tsx","../src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafiaProps.types.ts","../src/components/atoms/ReviewKeyFactsResultRatafia/index.ts","../src/components/atoms/RichTextInner/RichTextInner.styled.ts","../src/components/atoms/RichTextInner/RichTextInner.tsx","../src/components/atoms/RichTextInner/RichTextInnerProps.types.ts","../src/components/atoms/RichTextInner/index.ts","../src/components/atoms/RichTextStrapi/RichTextMedia.ts","../src/components/atoms/RichTextStrapi/RichTextStrapi.styled.ts","../src/components/atoms/RichTextStrapi/RichTextStrapi.tsx","../src/components/atoms/RichTextStrapi/RichTextStrapiProps.ts","../src/components/atoms/RichTextStrapi/index.ts","../src/components/atoms/RichTextStrapi/useFormattedText.tsx","../src/components/atoms/SearchSelect/SearchSelect.styled.ts","../src/components/atoms/SearchSelect/SearchSelect.tsx","../src/components/atoms/SearchSelect/SearchSelectProps.types.ts","../src/components/atoms/SearchSelect/index.ts","../src/components/atoms/ShowMoreBox/ShowMoreBox.styled.ts","../src/components/atoms/ShowMoreBox/ShowMoreBox.tsx","../src/components/atoms/ShowMoreBox/ShowMoreBoxProps.ts","../src/components/atoms/ShowMoreBox/index.ts","../src/components/atoms/SidemenuTab/SideMenuTabProps.types.ts","../src/components/atoms/SidemenuTab/SidemenuTab.styled.ts","../src/components/atoms/SidemenuTab/SidemenuTab.tsx","../src/components/atoms/SidemenuTab/index.ts","../src/components/atoms/Spinner/Spinner.styled.ts","../src/components/atoms/Spinner/Spinner.tsx","../src/components/atoms/Spinner/SpinnerProps.types.ts","../src/components/atoms/Spinner/index.ts","../src/components/atoms/StepRatafiaCard/StepRatafiaCard.styled.ts","../src/components/atoms/StepRatafiaCard/StepRatafiaCard.tsx","../src/components/atoms/StepRatafiaCard/StepRatafiaCardProps.types.ts","../src/components/atoms/StepRatafiaCard/index.ts","../src/components/atoms/Tag/Tag.styled.ts","../src/components/atoms/Tag/Tag.tsx","../src/components/atoms/Tag/TagProps.ts","../src/components/atoms/Tag/index.ts","../src/components/atoms/TagRatafiaItem/TagRatafiaItem.styled.ts","../src/components/atoms/TagRatafiaItem/TagRatafiaItem.tsx","../src/components/atoms/TagRatafiaItem/TagRatafiaItemProps.types.ts","../src/components/atoms/TagRatafiaItem/index.ts","../src/components/atoms/Tagline/Tagline.styled.ts","../src/components/atoms/Tagline/Tagline.tsx","../src/components/atoms/Tagline/TaglineProps.types.ts","../src/components/atoms/Tagline/index.ts","../src/components/atoms/TestAB/TestAB.tsx","../src/components/atoms/TextArea/TextArea.styled.ts","../src/components/atoms/TextArea/TextArea.tsx","../src/components/atoms/TextArea/TextAreaProps.types.ts","../src/components/atoms/TextArea/index.ts","../src/components/atoms/Toggle/Toggle.styled.ts","../src/components/atoms/Toggle/Toggle.tsx","../src/components/atoms/Toggle/ToggleProps.types.ts","../src/components/atoms/Toggle/index.ts","../src/components/atoms/Tooltip/Tooltip.tsx","../src/components/atoms/Tooltip/TooltipProps.types.ts","../src/components/atoms/Tooltip/index.ts","../src/components/atoms/TopBar/TopBar.styled.ts","../src/components/atoms/TopBar/TopBar.tsx","../src/components/atoms/TopBar/TopBarProps.types.ts","../src/components/atoms/TopBar/index.ts","../src/components/atoms/TopBarMobile/TopBarMobile.styled.ts","../src/components/atoms/TopBarMobile/TopBarMobile.tsx","../src/components/atoms/TopBarMobile/index.ts","../src/components/atoms/TrustPilot/TrustPilot.styled.ts","../src/components/atoms/TrustPilot/TrustPilot.tsx","../src/components/atoms/TrustPilot/TrustPilotProps.types.ts","../src/components/atoms/TrustPilot/index.ts","../src/components/atoms/Video/Video.tsx","../src/components/atoms/Video/VideoProps.types.ts","../src/components/atoms/Video/index.ts","../src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.styled.ts","../src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.tsx","../src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItemsProps.types.ts","../src/components/atoms/WhyLawDistrictItems/index.ts","../src/components/atoms/WideInfoBar/WideInfoBar.styled.ts","../src/components/atoms/WideInfoBar/WideInfoBar.tsx","../src/components/atoms/WideInfoBar/index.ts","../src/components/molecules/index.ts","../src/components/molecules/AccordionItem/AccordionItem.tsx","../src/components/molecules/AccordionItem/AccordionItemProps.types.ts","../src/components/molecules/AccordionItem/index.ts","../src/components/molecules/ActionButtonHeaderRatafiaCardList/ActionButtonHeaderRatafiaCardList.tsx","../src/components/molecules/ActionButtonHeaderRatafiaCardList/ActionButtonHeaderRatafiaCardListProps.types.ts","../src/components/molecules/ActionButtonHeaderRatafiaCardList/index.ts","../src/components/molecules/AlsoKnownAs/AlsoKnownAs.tsx","../src/components/molecules/AlsoKnownAs/AlsoKnownAsProps.types.ts","../src/components/molecules/AlsoKnownAs/index.ts","../src/components/molecules/Article/Article.tsx","../src/components/molecules/Article/ArticleProps.types.ts","../src/components/molecules/Article/index.ts","../src/components/molecules/BaseBoxList/BaseBoxList.tsx","../src/components/molecules/BaseBoxList/BaseBoxListProps.types.ts","../src/components/molecules/BaseBoxList/index.ts","../src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardList.tsx","../src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardListProps.types.ts","../src/components/molecules/BenefitRatafiaCardList/index.ts","../src/components/molecules/BottomFixedBar/BottomFixedBar.tsx","../src/components/molecules/BottomFixedBar/BottomFixedBarProps.types.ts","../src/components/molecules/BottomFixedBar/index.ts","../src/components/molecules/BottomOverlay/BottomOverlay.tsx","../src/components/molecules/BottomOverlay/BottomOverlayProps.types.ts","../src/components/molecules/BottomOverlay/index.ts","../src/components/molecules/BoxForm/BoxForm.tsx","../src/components/molecules/BoxForm/BoxFormProps.types.ts","../src/components/molecules/BoxForm/index.ts","../src/components/molecules/Breadcrumb/Breadcrumb.tsx","../src/components/molecules/Breadcrumb/BreadcrumbProps.types.ts","../src/components/molecules/Breadcrumb/index.ts","../src/components/molecules/ContactBox/ContactBox.tsx","../src/components/molecules/ContactBox/ContactBoxProps.types.ts","../src/components/molecules/ContactBox/index.ts","../src/components/molecules/ContinueEditingBanner/ContinueEditingBanner.tsx","../src/components/molecules/ContinueEditingBanner/ContinueEditingBannerProps.types.ts","../src/components/molecules/ContinueEditingBanner/index.ts","../src/components/molecules/CountDownMessage/CountDownMessage.tsx","../src/components/molecules/CountDownMessage/CountDownMessageProps.types.ts","../src/components/molecules/CountDownMessage/index.ts","../src/components/molecules/EmailContactBox/EmailContactBox.tsx","../src/components/molecules/EmailContactBox/EmailContactBoxProps.ts","../src/components/molecules/EmailContactBox/index.ts","../src/components/molecules/ExpertCardList/ExpertCardList.tsx","../src/components/molecules/ExpertCardList/ExpertCardListProps.types.ts","../src/components/molecules/ExpertCardList/index.ts","../src/components/molecules/FaqItem/FaqItem.tsx","../src/components/molecules/FaqItem/FaqItemProps.ts","../src/components/molecules/FaqItem/index.ts","../src/components/molecules/FeatureRatafiaCardList/FeatureRatafiaCardList.tsx","../src/components/molecules/FeatureRatafiaCardList/FeatureRatafiaCardListProps.types.ts","../src/components/molecules/FeatureRatafiaCardList/index.ts","../src/components/molecules/Feedback/Feedback.tsx","../src/components/molecules/Feedback/FeedbackProps.types.ts","../src/components/molecules/Feedback/index.ts","../src/components/molecules/FreeDocModalContent/FreeDocModalContent.tsx","../src/components/molecules/FreeDocModalContent/FreeDocModalContent.types.ts","../src/components/molecules/FreeDocModalContent/index.ts","../src/components/molecules/HeaderRatafia/HeaderRatafia.tsx","../src/components/molecules/HeaderRatafia/HeaderRatafiaProps.types.ts","../src/components/molecules/HeaderRatafia/index.ts","../src/components/molecules/KeyFactCardListRatafia/KeyFactCardListRatafia.tsx","../src/components/molecules/KeyFactCardListRatafia/KeyFactCardListRatafiaProps.types.ts","../src/components/molecules/KeyFactCardListRatafia/index.ts","../src/components/molecules/MenuItemsSection/MenuItemsSection.tsx","../src/components/molecules/MenuItemsSection/MenuItemsSectionProps.types.ts","../src/components/molecules/MenuItemsSection/index.ts","../src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContent.tsx","../src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContentProps.types.ts","../src/components/molecules/MidBannerRatafiaContent/index.ts","../src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.tsx","../src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSampleProps.types.ts","../src/components/molecules/MidBannerRatafiaSample/index.ts","../src/components/molecules/MoreDocsDesktop/MoreDocsDesktop.tsx","../src/components/molecules/MoreDocsDesktop/MoreDocsDesktopProps.ts","../src/components/molecules/MoreDocsDesktop/index.ts","../src/components/molecules/MoreDocsMobile/MoreDocsMobile.tsx","../src/components/molecules/MoreDocsMobile/MoreDocsMobileProps.ts","../src/components/molecules/MoreDocsMobile/index.ts","../src/components/molecules/NavBarDropDown/NavBarDropDown.tsx","../src/components/molecules/NavBarDropDown/NavBarDropDownProps.types.ts","../src/components/molecules/NavBarDropDown/index.ts","../src/components/molecules/Pagination/PageStepControl.tsx","../src/components/molecules/Pagination/PageStepControlProps.types.ts","../src/components/molecules/Pagination/PageSteps.tsx","../src/components/molecules/Pagination/Pagination.tsx","../src/components/molecules/Pagination/PaginationProps.types.ts","../src/components/molecules/Pagination/index.ts","../src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.tsx","../src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktopProps.types.ts","../src/components/molecules/PhoneContactBoxDesktop/index.ts","../src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobile.tsx","../src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobileProps.types.ts","../src/components/molecules/PhoneContactBoxMobile/index.ts","../src/components/molecules/PopularDocs/PopularDocs.tsx","../src/components/molecules/PopularDocs/PopularDocsProps.ts","../src/components/molecules/PopularDocs/index.ts","../src/components/molecules/PricingCard/PricingCard.tsx","../src/components/molecules/PricingCard/PricingCardProps.types.ts","../src/components/molecules/PricingCard/index.ts","../src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.tsx","../src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCardProps.types.ts","../src/components/molecules/RatafiaSubscriptionCard/index.ts","../src/components/molecules/Snackbar/Snackbar.tsx","../src/components/molecules/Snackbar/SnackbarProps.types.ts","../src/components/molecules/Snackbar/index.ts","../src/components/molecules/StepGetForm/StepGetForm.tsx","../src/components/molecules/StepGetForm/StepGetFormProps.types.ts","../src/components/molecules/StepGetForm/index.ts","../src/components/molecules/StepRatafiaCardList/StepRatafiaCardList.tsx","../src/components/molecules/StepRatafiaCardList/StepRatafiaCardListProps.types.ts","../src/components/molecules/StepRatafiaCardList/index.ts","../src/components/molecules/TagsRatafiaList/TagsRatafiaList.tsx","../src/components/molecules/TagsRatafiaList/TagsRatafiaListProps.types.ts","../src/components/molecules/TagsRatafiaList/index.ts","../src/components/molecules/TextInput/Input.tsx","../src/components/molecules/TextInput/TextInput.tsx","../src/components/molecules/TextInput/TextInputLabel.tsx","../src/components/molecules/TextInput/TextInputMessage.tsx","../src/components/molecules/TextInput/TextInputProps.types.ts","../src/components/molecules/TextInput/TextInputTooltip.tsx","../src/components/molecules/TextInput/index.ts","../src/components/molecules/TooltipMenu/TooltipMenu.tsx","../src/components/molecules/TooltipMenu/TooltipMenuProps.types.ts","../src/components/molecules/TooltipMenu/index.ts","../src/components/molecules/TrustworthyWebsites/TrustworthyWebsites.tsx","../src/components/molecules/TrustworthyWebsites/TrustworthyWebsitesProps.types.ts","../src/components/molecules/TrustworthyWebsites/index.ts","../src/components/molecules/TypeModulesList/TypeModulesList.tsx","../src/components/molecules/TypeModulesList/TypeModulesListProps.types.ts","../src/components/molecules/TypeModulesList/index.ts","../src/components/molecules/UploadRatafiaZone/UploadRatafiaZone.tsx","../src/components/molecules/UploadRatafiaZone/UploadRatafiaZoneProps.types.ts","../src/components/molecules/UploadRatafiaZone/index.ts","../src/components/organisms/index.ts","../src/components/organisms/AboutUsContent/AboutUsContent.tsx","../src/components/organisms/AboutUsContent/AboutUsContentProps.types.ts","../src/components/organisms/AboutUsContent/index.ts","../src/components/organisms/Accordion/Accordion.context.tsx","../src/components/organisms/Accordion/Accordion.tsx","../src/components/organisms/Accordion/AccordionProps.types.ts","../src/components/organisms/Accordion/index.ts","../src/components/organisms/ArticlesList/ArticlesList.tsx","../src/components/organisms/ArticlesList/ArticlesListProps.types.ts","../src/components/organisms/ArticlesList/index.ts","../src/components/organisms/AsSeeInContent/AsSeeInContent.tsx","../src/components/organisms/AsSeeInContent/AsSeeInContentProps.types.ts","../src/components/organisms/AsSeeInContent/index.ts","../src/components/organisms/CardFunctionality/CardFunctionality.tsx","../src/components/organisms/CardFunctionality/CardFunctionalityProps.ts","../src/components/organisms/CardFunctionality/index.ts","../src/components/organisms/ContactJumbotron/ContactJumbotron.tsx","../src/components/organisms/ContactJumbotron/ContactJumbotronProps.types.ts","../src/components/organisms/ContactJumbotron/index.ts","../src/components/organisms/CookiePolicyBar/CookiePolicyBar.tsx","../src/components/organisms/CookiePolicyBar/CookiePolicyBarProps.ts","../src/components/organisms/CookiePolicyBar/index.ts","../src/components/organisms/ErrorContentRatafia/ErrorContentRatafia.tsx","../src/components/organisms/ErrorContentRatafia/ErrorContentRatafiaProps.types.ts","../src/components/organisms/ErrorContentRatafia/index.ts","../src/components/organisms/FaqGroup/FaqGroup.tsx","../src/components/organisms/FaqGroup/FaqGroupProps.ts","../src/components/organisms/FaqGroup/index.ts","../src/components/organisms/FeaturesRatafiaContent/FeaturesRatafiaContent.tsx","../src/components/organisms/FeaturesRatafiaContent/FeaturesRatafiaContentProps.types.ts","../src/components/organisms/FeaturesRatafiaContent/index.ts","../src/components/organisms/GuidelinesContent/GuidelinesContent.tsx","../src/components/organisms/GuidelinesContent/GuidelinesContentProps.types.ts","../src/components/organisms/GuidelinesContent/index.ts","../src/components/organisms/JumbotronRatafiaContent/JumbotronRatafiaContent.tsx","../src/components/organisms/JumbotronRatafiaContent/JumbotronRatafiaContentProps.types.ts","../src/components/organisms/JumbotronRatafiaContent/index.ts","../src/components/organisms/KeyFactsLoadingContentRatafia/KeyFactsLoadingContentRatafia.tsx","../src/components/organisms/KeyFactsLoadingContentRatafia/KeyFactsLoadingContentRatafiaProps.types.ts","../src/components/organisms/KeyFactsLoadingContentRatafia/index.ts","../src/components/organisms/KeyFactsResultContentRatafia/KeyFactsResultContentRatafia.tsx","../src/components/organisms/KeyFactsResultContentRatafia/KeyFactsResultContentRatafiaProps.types.ts","../src/components/organisms/KeyFactsResultContentRatafia/index.ts","../src/components/organisms/LanguageSelector/LanguageSelector.tsx","../src/components/organisms/LanguageSelector/LanguageSelectorProps.ts","../src/components/organisms/LanguageSelector/LenguageSelectorItem.ts","../src/components/organisms/LanguageSelector/index.ts","../src/components/organisms/LanguageSelector/useLanguageOptions.tsx","../src/components/organisms/LanguageSelector/useLanguageSelected.tsx","../src/components/organisms/LanguageSelector/useLanguagesSelector.tsx","../src/components/organisms/LanguageSelectorMobile/LanguageSelectorMobile.tsx","../src/components/organisms/LanguageSelectorMobile/index.ts","../src/components/organisms/LayoutRatafia/LayoutRatafia.tsx","../src/components/organisms/LayoutRatafia/LayoutRatafiaProps.types.ts","../src/components/organisms/LayoutRatafia/index.ts","../src/components/organisms/ListStepsGetForm/ListStepsGetForm.tsx","../src/components/organisms/ListStepsGetForm/ListStepsGetFormProps.types.ts","../src/components/organisms/ListStepsGetForm/index.ts","../src/components/organisms/LoginRatafiaContent/LoginRatafiaContent.tsx","../src/components/organisms/LoginRatafiaContent/LoginRatafiaContentProps.types.ts","../src/components/organisms/LoginRatafiaContent/index.ts","../src/components/organisms/MobileBottomBar/MobileBottomBar.tsx","../src/components/organisms/MobileBottomBar/MobileBottomBarProps.types.ts","../src/components/organisms/MobileBottomBar/index.ts","../src/components/organisms/StepsRatafiaContent/StepsRatafiaContent.tsx","../src/components/organisms/StepsRatafiaContent/StepsRatafiaContentProps.types.ts","../src/components/organisms/StepsRatafiaContent/index.ts","../src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.tsx","../src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContentProps.types.ts","../src/components/organisms/TryOurFreeLegalBlogsContent/index.ts","../src/components/pages/index.ts","../src/components/pages/AboutUsPage/AboutUsPage.tsx","../src/components/pages/AboutUsPage/AboutUsPageProps.ts","../src/components/pages/AboutUsPage/index.ts","../src/components/pages/ContactUsPage/ContactUsPage.tsx","../src/components/pages/ContactUsPage/ContactUsPageProps.ts","../src/components/pages/ContactUsPage/index.ts","../src/components/pages/ErrorRatafiaPage/ErrorRatafiaPage.styled.ts","../src/components/pages/ErrorRatafiaPage/ErrorRatafiaPage.tsx","../src/components/pages/ErrorRatafiaPage/ErrorRatafiaPageProps.types.ts","../src/components/pages/ErrorRatafiaPage/index.ts","../src/components/pages/FaqsPage/FaqsPage.styled.ts","../src/components/pages/FaqsPage/FaqsPage.tsx","../src/components/pages/FaqsPage/FaqsPageProps.ts","../src/components/pages/FaqsPage/index.ts","../src/components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPage.styled.ts","../src/components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPage.tsx","../src/components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPageProps.types.ts","../src/components/pages/KeyFactsResultRatafiaPage/index.ts","../src/components/pages/LegalPage/LegalPage.tsx","../src/components/pages/LegalPage/LegalPageProps.ts","../src/components/pages/LegalPage/index.ts","../src/components/pages/LoginRatafiaPage/LoginRatafiaPage.styled.ts","../src/components/pages/LoginRatafiaPage/LoginRatafiaPage.tsx","../src/components/pages/LoginRatafiaPage/LoginRatafiaPageProps.ts","../src/components/pages/LoginRatafiaPage/index.ts","../src/components/pages/RatafiaLandingPage/RatafiaLandingPage.tsx","../src/components/pages/RatafiaLandingPage/RatafiaLandingPageProps.types.ts","../src/components/pages/RatafiaLandingPage/index.ts","../src/components/pages/UnsubscribePage/UnsubscribePage.tsx","../src/components/pages/UnsubscribePage/UnsubscribePageProps.ts","../src/components/pages/UnsubscribePage/index.ts","../src/components/sections/index.ts","../src/components/sections/AboutUsSection/AboutUsSection.tsx","../src/components/sections/AboutUsSection/AboutUsSectionProps.types.ts","../src/components/sections/AboutUsSection/index.ts","../src/components/sections/AsSeeInSection/AsSeeInSection.tsx","../src/components/sections/AsSeeInSection/AsSeeInSectionProps.types.ts","../src/components/sections/AsSeeInSection/index.ts","../src/components/sections/AsideMenuSection/AsideMenuSection.tsx","../src/components/sections/AsideMenuSection/AsideMenuSectionProps.ts","../src/components/sections/AsideMenuSection/index.ts","../src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.tsx","../src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSectionProps.types.ts","../src/components/sections/BenefitsRatafiaSection/index.ts","../src/components/sections/BlogSection/BlogSection.tsx","../src/components/sections/BlogSection/BlogSectionProps.types.ts","../src/components/sections/BlogSection/index.ts","../src/components/sections/ContactSection/ContactSection.tsx","../src/components/sections/ContactSection/ContactSectionProps.ts","../src/components/sections/ContactSection/index.ts","../src/components/sections/ExpertsSection/ExpertsSection.tsx","../src/components/sections/ExpertsSection/ExpertsSectionProps.types.ts","../src/components/sections/ExpertsSection/index.ts","../src/components/sections/FaqSection/FaqSection.tsx","../src/components/sections/FaqSection/FaqSectionProps.ts","../src/components/sections/FaqSection/index.ts","../src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.tsx","../src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSectionProps.types.ts","../src/components/sections/FeaturesRatafiaSection/index.ts","../src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.tsx","../src/components/sections/FunctionalityCardsSection/FunctionalityCardsSectionProps.ts","../src/components/sections/FunctionalityCardsSection/index.ts","../src/components/sections/GuidelinesSection/GuidelinesSection.tsx","../src/components/sections/GuidelinesSection/GuidelinesSectionProps.types.ts","../src/components/sections/GuidelinesSection/index.ts","../src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.tsx","../src/components/sections/HowGetYourFormsSection/HowGetYourFormsSectionProps.types.ts","../src/components/sections/HowGetYourFormsSection/index.ts","../src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSection.tsx","../src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSectionProps.types.ts","../src/components/sections/JumbotronRatafiaSection/index.ts","../src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.tsx","../src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSectionProps.types.ts","../src/components/sections/JumbotronSimplifiedSection/index.ts","../src/components/sections/LearnMoreSection/LearnMoreSection.tsx","../src/components/sections/LearnMoreSection/LearnMoreSectionProps.types.ts","../src/components/sections/LearnMoreSection/index.ts","../src/components/sections/LegalSection/LegalSection.tsx","../src/components/sections/LegalSection/LegalSectionProps.ts","../src/components/sections/LegalSection/index.ts","../src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.tsx","../src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSectionProps.types.ts","../src/components/sections/MidBannerRatafiaSection/index.ts","../src/components/sections/MoreDocsSection/MoreDocsSection.tsx","../src/components/sections/MoreDocsSection/MoreDocsSectionProps.ts","../src/components/sections/MoreDocsSection/index.ts","../src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.tsx","../src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSectionProps.types.ts","../src/components/sections/PeopleSayAboutUsSection/index.ts","../src/components/sections/StepsRatafiaSection/StepsRatafiaSection.tsx","../src/components/sections/StepsRatafiaSection/StepsRatafiaSectionProps.types.ts","../src/components/sections/StepsRatafiaSection/index.ts","../src/components/sections/TryItRatafiaSection/TryItRatafiaSection.tsx","../src/components/sections/TryItRatafiaSection/TryItRatafiaSectionProps.types.ts","../src/components/sections/TryItRatafiaSection/index.ts","../src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.tsx","../src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSectionProps.types.ts","../src/components/sections/TryOurFreeLegalBlogsSection/index.ts","../src/components/sections/TryUsSection/TryUsSection.tsx","../src/components/sections/TryUsSection/TryUsSectionProps.ts","../src/components/sections/TryUsSection/index.ts","../src/components/sections/UnsubscribeSection/UnsubscribeSection.tsx","../src/components/sections/UnsubscribeSection/UnsubscribeSectionProps.ts","../src/components/sections/UnsubscribeSection/index.ts","../src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.tsx","../src/components/sections/WhyLawDistrictSection/WhyLawDistrictSectionProps.types.ts","../src/components/sections/WhyLawDistrictSection/index.ts","../src/globalStyles/breakpoints.ts","../src/hooks/index.ts","../src/hooks/useIntersectionObserver.tsx","../src/hooks/useIsMobileOrTable.tsx","../src/utils/ProductCategory.ts","../src/utils/getCategoryIcons.tsx","../src/utils/getDateFormatMMMMYYYY.ts","../src/utils/getGatsbyImageSkeleton.tsx","../src/utils/getRichTextSkeleton.tsx","../src/utils/index.ts","../src/utils/replaceAll.ts","../src/utils/stringSlugify.ts"],"version":"5.6.3"}
|