@npm_leadtech/legal-lib-components 5.64.1 → 5.64.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/dist/images/jpg/aboutus-img-core-values.jpg +0 -0
  2. package/dist/images/jpg/aboutus-img-our-mission.jpg +0 -0
  3. package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.js +9 -2
  4. package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.styled.js +41 -0
  5. package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.styled.ts +41 -0
  6. package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.tsx +18 -3
  7. package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContentProps.types.d.ts +6 -0
  8. package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContentProps.types.js +6 -1
  9. package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContentProps.types.ts +7 -0
  10. package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/index.d.ts +1 -1
  11. package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/index.js +1 -0
  12. package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/index.ts +4 -1
  13. package/dist/src/components/organisms/index.d.ts +0 -1
  14. package/dist/src/components/organisms/index.js +0 -1
  15. package/dist/src/components/organisms/index.ts +0 -1
  16. package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.js +1 -1
  17. package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.tsx +5 -1
  18. package/dist/tsconfig.build.tsbuildinfo +1 -1
  19. package/package.json +1 -2
  20. package/dist/src/components/organisms/Wizard/Wizard.d.ts +0 -3
  21. package/dist/src/components/organisms/Wizard/Wizard.js +0 -41
  22. package/dist/src/components/organisms/Wizard/Wizard.tsx +0 -64
  23. package/dist/src/components/organisms/Wizard/WizardProps.types.d.ts +0 -5
  24. package/dist/src/components/organisms/Wizard/WizardProps.types.js +0 -1
  25. package/dist/src/components/organisms/Wizard/WizardProps.types.ts +0 -5
  26. package/dist/src/components/organisms/Wizard/components/Footer.d.ts +0 -6
  27. package/dist/src/components/organisms/Wizard/components/Footer.js +0 -4
  28. package/dist/src/components/organisms/Wizard/components/Footer.tsx +0 -10
  29. package/dist/src/components/organisms/Wizard/components/Header.d.ts +0 -6
  30. package/dist/src/components/organisms/Wizard/components/Header.js +0 -4
  31. package/dist/src/components/organisms/Wizard/components/Header.tsx +0 -10
  32. package/dist/src/components/organisms/Wizard/components/index.d.ts +0 -2
  33. package/dist/src/components/organisms/Wizard/components/index.js +0 -2
  34. package/dist/src/components/organisms/Wizard/components/index.ts +0 -2
  35. package/dist/src/components/organisms/Wizard/constants/index.d.ts +0 -2
  36. package/dist/src/components/organisms/Wizard/constants/index.js +0 -2
  37. package/dist/src/components/organisms/Wizard/constants/index.ts +0 -2
  38. package/dist/src/components/organisms/Wizard/context/WizardContext.d.ts +0 -9
  39. package/dist/src/components/organisms/Wizard/context/WizardContext.js +0 -8
  40. package/dist/src/components/organisms/Wizard/context/WizardContext.tsx +0 -17
  41. package/dist/src/components/organisms/Wizard/context/index.d.ts +0 -1
  42. package/dist/src/components/organisms/Wizard/context/index.js +0 -1
  43. package/dist/src/components/organisms/Wizard/context/index.ts +0 -1
  44. package/dist/src/components/organisms/Wizard/controls/navigation.d.ts +0 -14
  45. package/dist/src/components/organisms/Wizard/controls/navigation.js +0 -27
  46. package/dist/src/components/organisms/Wizard/controls/navigation.ts +0 -50
  47. package/dist/src/components/organisms/Wizard/hooks/index.d.ts +0 -1
  48. package/dist/src/components/organisms/Wizard/hooks/index.js +0 -1
  49. package/dist/src/components/organisms/Wizard/hooks/index.ts +0 -1
  50. package/dist/src/components/organisms/Wizard/hooks/useHash.d.ts +0 -12
  51. package/dist/src/components/organisms/Wizard/hooks/useHash.js +0 -59
  52. package/dist/src/components/organisms/Wizard/hooks/useHash.tsx +0 -87
  53. package/dist/src/components/organisms/Wizard/index.d.ts +0 -4
  54. package/dist/src/components/organisms/Wizard/index.js +0 -3
  55. package/dist/src/components/organisms/Wizard/index.ts +0 -4
@@ -1,7 +1,14 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { TryOurFreeLegalBlogsContentType } from './TryOurFreeLegalBlogsContentProps.types';
2
3
  import { RichTextInner } from '../../atoms';
3
4
  import { TryOurFreeLegalBlogsContentStyled } from './TryOurFreeLegalBlogsContent.styled';
4
- const TryOurFreeLegalBlogsContent = ({ title, image, children }) => {
5
- return (_jsxs(TryOurFreeLegalBlogsContentStyled, { children: [_jsxs("div", { className: 'try-our-free-legal-blogs-section__texts', children: [_jsx("h2", { className: 'try-our-free-legal-blogs-section__texts__title', children: title }), _jsx(RichTextInner, { customClass: 'try-our-free-legal-blogs-section__texts__body', children: children })] }), _jsx("div", { className: 'try-our-free-legal-blogs-section__image', children: image })] }));
5
+ import classNames from 'classnames';
6
+ const TryOurFreeLegalBlogsContent = ({ title, image, children, type = TryOurFreeLegalBlogsContentType.default }) => {
7
+ const classTry = classNames({
8
+ 'try-our-free-legal-blogs-section-content': true,
9
+ 'try-our-free-legal-blogs-section-content--our-mission': TryOurFreeLegalBlogsContentType.ourMission === type,
10
+ 'try-our-free-legal-blogs-section-content--our-mission-first-image': TryOurFreeLegalBlogsContentType.ourMissionFirstImage === type
11
+ });
12
+ return (_jsxs(TryOurFreeLegalBlogsContentStyled, { className: classTry, children: [_jsxs("div", { className: 'try-our-free-legal-blogs-section__texts', children: [_jsx("h2", { className: 'try-our-free-legal-blogs-section__texts__title', children: title }), _jsx(RichTextInner, { customClass: 'try-our-free-legal-blogs-section__texts__body', children: children })] }), _jsx("div", { className: 'try-our-free-legal-blogs-section__image', children: image })] }));
6
13
  };
7
14
  export default TryOurFreeLegalBlogsContent;
@@ -6,6 +6,47 @@ export const TryOurFreeLegalBlogsContentStyled = styled.div `
6
6
  @media ${device['landscape-tablets']} {
7
7
  flex-direction: row;
8
8
  }
9
+
10
+ &.try-our-free-legal-blogs-section-content--our-mission {
11
+ align-items: center;
12
+ .try-our-free-legal-blogs-section__texts {
13
+ margin-bottom: 2rem;
14
+ @media ${device['landscape-tablets']} {
15
+ margin-bottom: 1rem;
16
+ }
17
+
18
+ &__title {
19
+ font-family: var(--font-sans);
20
+ font-size: 28px;
21
+ font-weight: 700;
22
+ text-align: left;
23
+ }
24
+ }
25
+ }
26
+
27
+ &.try-our-free-legal-blogs-section-content--our-mission-first-image {
28
+ align-items: center;
29
+ @media ${device['landscape-tablets']} {
30
+ flex-direction: row-reverse;
31
+ }
32
+
33
+ .try-our-free-legal-blogs-section__texts {
34
+ margin-bottom: 2rem;
35
+ @media ${device['landscape-tablets']} {
36
+ margin-bottom: 1rem;
37
+ margin-right: 0rem;
38
+ margin-left: 3rem;
39
+ }
40
+
41
+ &__title {
42
+ font-family: var(--font-sans);
43
+ font-size: 28px;
44
+ font-weight: 700;
45
+ text-align: left;
46
+ }
47
+ }
48
+ }
49
+
9
50
  .try-our-free-legal-blogs-section__texts {
10
51
  flex-basis: 50%;
11
52
  display: flex;
@@ -7,6 +7,47 @@ export const TryOurFreeLegalBlogsContentStyled = styled.div`
7
7
  @media ${device['landscape-tablets']} {
8
8
  flex-direction: row;
9
9
  }
10
+
11
+ &.try-our-free-legal-blogs-section-content--our-mission {
12
+ align-items: center;
13
+ .try-our-free-legal-blogs-section__texts {
14
+ margin-bottom: 2rem;
15
+ @media ${device['landscape-tablets']} {
16
+ margin-bottom: 1rem;
17
+ }
18
+
19
+ &__title {
20
+ font-family: var(--font-sans);
21
+ font-size: 28px;
22
+ font-weight: 700;
23
+ text-align: left;
24
+ }
25
+ }
26
+ }
27
+
28
+ &.try-our-free-legal-blogs-section-content--our-mission-first-image {
29
+ align-items: center;
30
+ @media ${device['landscape-tablets']} {
31
+ flex-direction: row-reverse;
32
+ }
33
+
34
+ .try-our-free-legal-blogs-section__texts {
35
+ margin-bottom: 2rem;
36
+ @media ${device['landscape-tablets']} {
37
+ margin-bottom: 1rem;
38
+ margin-right: 0rem;
39
+ margin-left: 3rem;
40
+ }
41
+
42
+ &__title {
43
+ font-family: var(--font-sans);
44
+ font-size: 28px;
45
+ font-weight: 700;
46
+ text-align: left;
47
+ }
48
+ }
49
+ }
50
+
10
51
  .try-our-free-legal-blogs-section__texts {
11
52
  flex-basis: 50%;
12
53
  display: flex;
@@ -1,12 +1,27 @@
1
1
  import React, { type FC } from 'react'
2
2
 
3
+ import {
4
+ type TryOurFreeLegalBlogsContentProps,
5
+ TryOurFreeLegalBlogsContentType
6
+ } from './TryOurFreeLegalBlogsContentProps.types'
3
7
  import { RichTextInner } from '../../atoms'
4
- import { type TryOurFreeLegalBlogsContentProps } from './TryOurFreeLegalBlogsContentProps.types'
5
8
  import { TryOurFreeLegalBlogsContentStyled } from './TryOurFreeLegalBlogsContent.styled'
9
+ import classNames from 'classnames'
6
10
 
7
- const TryOurFreeLegalBlogsContent: FC<TryOurFreeLegalBlogsContentProps> = ({ title, image, children }) => {
11
+ const TryOurFreeLegalBlogsContent: FC<TryOurFreeLegalBlogsContentProps> = ({
12
+ title,
13
+ image,
14
+ children,
15
+ type = TryOurFreeLegalBlogsContentType.default
16
+ }) => {
17
+ const classTry = classNames({
18
+ 'try-our-free-legal-blogs-section-content': true,
19
+ 'try-our-free-legal-blogs-section-content--our-mission': TryOurFreeLegalBlogsContentType.ourMission === type,
20
+ 'try-our-free-legal-blogs-section-content--our-mission-first-image':
21
+ TryOurFreeLegalBlogsContentType.ourMissionFirstImage === type
22
+ })
8
23
  return (
9
- <TryOurFreeLegalBlogsContentStyled>
24
+ <TryOurFreeLegalBlogsContentStyled className={classTry}>
10
25
  <div className='try-our-free-legal-blogs-section__texts'>
11
26
  <h2 className='try-our-free-legal-blogs-section__texts__title'>{title}</h2>
12
27
  <RichTextInner customClass='try-our-free-legal-blogs-section__texts__body'>{children}</RichTextInner>
@@ -1,5 +1,11 @@
1
+ export declare enum TryOurFreeLegalBlogsContentType {
2
+ default = "Default",
3
+ ourMission = "Our Mission",
4
+ ourMissionFirstImage = "Our Mission First Image"
5
+ }
1
6
  export interface TryOurFreeLegalBlogsContentProps {
2
7
  title: string;
3
8
  image: React.ReactNode;
4
9
  children: React.ReactNode;
10
+ type?: TryOurFreeLegalBlogsContentType;
5
11
  }
@@ -1 +1,6 @@
1
- export {};
1
+ export var TryOurFreeLegalBlogsContentType;
2
+ (function (TryOurFreeLegalBlogsContentType) {
3
+ TryOurFreeLegalBlogsContentType["default"] = "Default";
4
+ TryOurFreeLegalBlogsContentType["ourMission"] = "Our Mission";
5
+ TryOurFreeLegalBlogsContentType["ourMissionFirstImage"] = "Our Mission First Image";
6
+ })(TryOurFreeLegalBlogsContentType || (TryOurFreeLegalBlogsContentType = {}));
@@ -1,5 +1,12 @@
1
+ export enum TryOurFreeLegalBlogsContentType {
2
+ default = 'Default',
3
+ ourMission = 'Our Mission',
4
+ ourMissionFirstImage = 'Our Mission First Image'
5
+ }
6
+
1
7
  export interface TryOurFreeLegalBlogsContentProps {
2
8
  title: string
3
9
  image: React.ReactNode
4
10
  children: React.ReactNode
11
+ type?: TryOurFreeLegalBlogsContentType
5
12
  }
@@ -1,2 +1,2 @@
1
1
  export { default as TryOurFreeLegalBlogsContent } from './TryOurFreeLegalBlogsContent';
2
- export { type TryOurFreeLegalBlogsContentProps } from './TryOurFreeLegalBlogsContentProps.types';
2
+ export { TryOurFreeLegalBlogsContentType, type TryOurFreeLegalBlogsContentProps } from './TryOurFreeLegalBlogsContentProps.types';
@@ -1 +1,2 @@
1
1
  export { default as TryOurFreeLegalBlogsContent } from './TryOurFreeLegalBlogsContent';
2
+ export { TryOurFreeLegalBlogsContentType } from './TryOurFreeLegalBlogsContentProps.types';
@@ -1,2 +1,5 @@
1
1
  export { default as TryOurFreeLegalBlogsContent } from './TryOurFreeLegalBlogsContent'
2
- export { type TryOurFreeLegalBlogsContentProps } from './TryOurFreeLegalBlogsContentProps.types'
2
+ export {
3
+ TryOurFreeLegalBlogsContentType,
4
+ type TryOurFreeLegalBlogsContentProps
5
+ } from './TryOurFreeLegalBlogsContentProps.types'
@@ -22,4 +22,3 @@ export * from './LoginRatafiaContent';
22
22
  export * from './MobileBottomBar';
23
23
  export * from './StepsRatafiaContent';
24
24
  export * from './TryOurFreeLegalBlogsContent';
25
- export * from './Wizard';
@@ -22,4 +22,3 @@ export * from './LoginRatafiaContent';
22
22
  export * from './MobileBottomBar';
23
23
  export * from './StepsRatafiaContent';
24
24
  export * from './TryOurFreeLegalBlogsContent';
25
- export * from './Wizard';
@@ -22,4 +22,3 @@ export * from './LoginRatafiaContent'
22
22
  export * from './MobileBottomBar'
23
23
  export * from './StepsRatafiaContent'
24
24
  export * from './TryOurFreeLegalBlogsContent'
25
- export * from './Wizard'
@@ -2,6 +2,6 @@ import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import { TryOurFreeLegalBlogsContent } from '../../organisms/TryOurFreeLegalBlogsContent';
3
3
  import { TryOurFreeLegalBlogsSectionStyled } from './TryOurFreeLegalBlogsSection.styled';
4
4
  const TryOurFreeLegalBlogsSection = ({ contentTryOurFreeLegalBlogs }) => {
5
- return (_jsx(TryOurFreeLegalBlogsSectionStyled, { className: 'try-our-free-legal-blogs-section wrapper wrapper--responsive', children: _jsx(TryOurFreeLegalBlogsContent, { title: contentTryOurFreeLegalBlogs.title, image: contentTryOurFreeLegalBlogs.image, children: contentTryOurFreeLegalBlogs.children }) }));
5
+ return (_jsx(TryOurFreeLegalBlogsSectionStyled, { className: 'try-our-free-legal-blogs-section wrapper wrapper--responsive', children: _jsx(TryOurFreeLegalBlogsContent, { title: contentTryOurFreeLegalBlogs.title, image: contentTryOurFreeLegalBlogs.image, type: contentTryOurFreeLegalBlogs.type, children: contentTryOurFreeLegalBlogs.children }) }));
6
6
  };
7
7
  export default TryOurFreeLegalBlogsSection;
@@ -7,7 +7,11 @@ import { TryOurFreeLegalBlogsSectionStyled } from './TryOurFreeLegalBlogsSection
7
7
  const TryOurFreeLegalBlogsSection: FC<TryOurFreeLegalBlogsSectionProps> = ({ contentTryOurFreeLegalBlogs }) => {
8
8
  return (
9
9
  <TryOurFreeLegalBlogsSectionStyled className='try-our-free-legal-blogs-section wrapper wrapper--responsive'>
10
- <TryOurFreeLegalBlogsContent title={contentTryOurFreeLegalBlogs.title} image={contentTryOurFreeLegalBlogs.image}>
10
+ <TryOurFreeLegalBlogsContent
11
+ title={contentTryOurFreeLegalBlogs.title}
12
+ image={contentTryOurFreeLegalBlogs.image}
13
+ type={contentTryOurFreeLegalBlogs.type}
14
+ >
11
15
  {contentTryOurFreeLegalBlogs.children}
12
16
  </TryOurFreeLegalBlogsContent>
13
17
  </TryOurFreeLegalBlogsSectionStyled>
@@ -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/ContactCard/ContactCard.styled.ts","../src/components/atoms/ContactCard/ContactCard.tsx","../src/components/atoms/ContactCard/ContactCardProps.types.ts","../src/components/atoms/ContactCard/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/FixedFooter/FixedFooter.styled.ts","../src/components/atoms/FixedFooter/FixedFooter.tsx","../src/components/atoms/FixedFooter/FixedFooterProps.ts","../src/components/atoms/FixedFooter/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/PreFooter/PreFooter.styled.ts","../src/components/atoms/PreFooter/PreFooter.tsx","../src/components/atoms/PreFooter/PreFooterProps.ts","../src/components/atoms/PreFooter/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/RatafiaLandingIcon/RatafiaLandingIcon.tsx","../src/components/atoms/RatafiaLandingIcon/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.styled.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.styled.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.styled.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.styled.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.styled.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.styled.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.styled.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.styled.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.styled.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.styled.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/ContactCardList/ContactCardList.styled.ts","../src/components/molecules/ContactCardList/ContactCardList.tsx","../src/components/molecules/ContactCardList/ContactCardListProps.types.ts","../src/components/molecules/ContactCardList/index.ts","../src/components/molecules/ContinueEditingBanner/ContinueEditingBanner.styled.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.styled.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.styled.ts","../src/components/molecules/EmailContactBox/EmailContactBox.tsx","../src/components/molecules/EmailContactBox/EmailContactBoxProps.ts","../src/components/molecules/EmailContactBox/index.ts","../src/components/molecules/ExpertCardList/ExpertCardList.styled.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.styled.ts","../src/components/molecules/FaqItem/FaqItem.tsx","../src/components/molecules/FaqItem/FaqItemProps.ts","../src/components/molecules/FaqItem/index.ts","../src/components/molecules/FeatureRatafiaCardList/FeatureRatafiaCardList.styled.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.styled.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.styled.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.styled.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.styled.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.styled.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.styled.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.styled.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.styled.ts","../src/components/molecules/MoreDocsDesktop/MoreDocsDesktop.tsx","../src/components/molecules/MoreDocsDesktop/MoreDocsDesktopProps.ts","../src/components/molecules/MoreDocsDesktop/index.ts","../src/components/molecules/MoreDocsMobile/MoreDocsMobile.styled.ts","../src/components/molecules/MoreDocsMobile/MoreDocsMobile.tsx","../src/components/molecules/MoreDocsMobile/MoreDocsMobileProps.ts","../src/components/molecules/MoreDocsMobile/index.ts","../src/components/molecules/NavBarDropDown/NavBarDropDown.styled.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.styled.ts","../src/components/molecules/Pagination/Pagination.tsx","../src/components/molecules/Pagination/PaginationProps.types.ts","../src/components/molecules/Pagination/index.ts","../src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.styled.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.styled.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.styled.ts","../src/components/molecules/PopularDocs/PopularDocs.tsx","../src/components/molecules/PopularDocs/PopularDocsProps.ts","../src/components/molecules/PopularDocs/index.ts","../src/components/molecules/PricingCard/PricingCard.styled.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.styled.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.styled.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.styled.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.styled.ts","../src/components/molecules/StepRatafiaCardList/StepRatafiaCardList.tsx","../src/components/molecules/StepRatafiaCardList/StepRatafiaCardListProps.types.ts","../src/components/molecules/StepRatafiaCardList/index.ts","../src/components/molecules/SubtypeDocumentCard/SubtypeDocumentCard.styled.ts","../src/components/molecules/SubtypeDocumentCard/SubtypeDocumentCard.tsx","../src/components/molecules/SubtypeDocumentCard/SubtypeDocumentCardProps.types.ts","../src/components/molecules/SubtypeDocumentCard/index.ts","../src/components/molecules/TagsRatafiaList/TagsRatafiaList.styled.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.styled.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.styled.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.styled.ts","../src/components/molecules/UploadRatafiaZone/UploadRatafiaZone.tsx","../src/components/molecules/UploadRatafiaZone/UploadRatafiaZoneProps.types.ts","../src/components/molecules/UploadRatafiaZone/index.ts","../src/components/molecules/WarningBox/WarningBox.tsx","../src/components/molecules/WarningBox/WarningBoxProps.ts","../src/components/molecules/WarningBox/WarningBoxStyled.ts","../src/components/molecules/WarningBox/index.ts","../src/components/organisms/index.ts","../src/components/organisms/AboutUsContent/AboutUsContent.styled.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.styled.ts","../src/components/organisms/Accordion/Accordion.tsx","../src/components/organisms/Accordion/AccordionProps.types.ts","../src/components/organisms/Accordion/index.ts","../src/components/organisms/ArticlesList/ArticlesList.styled.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.styled.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.styled.ts","../src/components/organisms/CardFunctionality/CardFunctionality.tsx","../src/components/organisms/CardFunctionality/CardFunctionalityProps.ts","../src/components/organisms/CardFunctionality/index.ts","../src/components/organisms/ContactContent/ContactContent.styled.ts","../src/components/organisms/ContactContent/ContactContent.tsx","../src/components/organisms/ContactContent/ContactContentProps.types.ts","../src/components/organisms/ContactContent/index.ts","../src/components/organisms/ContactJumbotron/ContactJumbotron.styled.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.styled.ts","../src/components/organisms/CookiePolicyBar/CookiePolicyBar.tsx","../src/components/organisms/CookiePolicyBar/CookiePolicyBarProps.ts","../src/components/organisms/CookiePolicyBar/index.ts","../src/components/organisms/ErrorContentRatafia/ErrorContentRatafia.styled.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.styled.ts","../src/components/organisms/FaqGroup/FaqGroup.tsx","../src/components/organisms/FaqGroup/FaqGroupProps.ts","../src/components/organisms/FaqGroup/index.ts","../src/components/organisms/FeaturesRatafiaContent/FeaturesRatafiaContent.styled.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.styled.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.styled.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.styled.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.styled.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.styled.ts","../src/components/organisms/LanguageSelectorMobile/LanguageSelectorMobile.tsx","../src/components/organisms/LanguageSelectorMobile/index.ts","../src/components/organisms/LayoutRatafia/LayoutRatafia.styled.ts","../src/components/organisms/LayoutRatafia/LayoutRatafia.tsx","../src/components/organisms/LayoutRatafia/LayoutRatafiaProps.types.ts","../src/components/organisms/LayoutRatafia/index.ts","../src/components/organisms/LimitReachedContentRatafia/LimitReachedContentRatafia.styled.ts","../src/components/organisms/LimitReachedContentRatafia/LimitReachedContentRatafia.tsx","../src/components/organisms/LimitReachedContentRatafia/LimitReachedContentRatafiaProps.types.ts","../src/components/organisms/LimitReachedContentRatafia/index.ts","../src/components/organisms/ListStepsGetForm/ListStepsGetForm.styled.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.styled.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.styled.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.styled.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.styled.ts","../src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.tsx","../src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContentProps.types.ts","../src/components/organisms/TryOurFreeLegalBlogsContent/index.ts","../src/components/organisms/Wizard/Wizard.tsx","../src/components/organisms/Wizard/WizardProps.types.ts","../src/components/organisms/Wizard/index.ts","../src/components/organisms/Wizard/components/Footer.tsx","../src/components/organisms/Wizard/components/Header.tsx","../src/components/organisms/Wizard/components/index.ts","../src/components/organisms/Wizard/constants/index.ts","../src/components/organisms/Wizard/context/WizardContext.tsx","../src/components/organisms/Wizard/context/index.ts","../src/components/organisms/Wizard/controls/navigation.ts","../src/components/organisms/Wizard/hooks/index.ts","../src/components/organisms/Wizard/hooks/useHash.tsx","../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/EsignatureLandingPage/EsignatureLandingPage.tsx","../src/components/pages/EsignatureLandingPage/EsignatureLandingPageProps.types.ts","../src/components/pages/EsignatureLandingPage/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/LimitReachedRatafiaPage/LimitReachedRatafiaPage.styled.ts","../src/components/pages/LimitReachedRatafiaPage/LimitReachedRatafiaPage.tsx","../src/components/pages/LimitReachedRatafiaPage/LimitReachedRatafiaPageProps.types.ts","../src/components/pages/LimitReachedRatafiaPage/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/RatafiaPricingPage/RatafiaPricingPage.styled.ts","../src/components/pages/RatafiaPricingPage/RatafiaPricingPage.tsx","../src/components/pages/RatafiaPricingPage/RatafiaPricingPageProps.ts","../src/components/pages/RatafiaPricingPage/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.styled.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.styled.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.styled.ts","../src/components/sections/AsideMenuSection/AsideMenuSection.tsx","../src/components/sections/AsideMenuSection/AsideMenuSectionProps.ts","../src/components/sections/AsideMenuSection/index.ts","../src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.styled.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.styled.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.styled.ts","../src/components/sections/ContactSection/ContactSection.tsx","../src/components/sections/ContactSection/ContactSectionProps.ts","../src/components/sections/ContactSection/index.ts","../src/components/sections/ExpertsSection/ExpertsSection.styled.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.styled.ts","../src/components/sections/FaqSection/FaqSection.tsx","../src/components/sections/FaqSection/FaqSectionProps.ts","../src/components/sections/FaqSection/index.ts","../src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.styled.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.styled.ts","../src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.tsx","../src/components/sections/FunctionalityCardsSection/FunctionalityCardsSectionProps.ts","../src/components/sections/FunctionalityCardsSection/index.ts","../src/components/sections/GuidelinesSection/GuidelinesSection.styled.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.styled.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.styled.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.styled.ts","../src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.tsx","../src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSectionProps.types.ts","../src/components/sections/JumbotronSimplifiedSection/index.ts","../src/components/sections/LayoutRatafiaSection/LayoutRatafiaSection.styled.ts","../src/components/sections/LayoutRatafiaSection/LayoutRatafiaSection.tsx","../src/components/sections/LayoutRatafiaSection/LayoutRatafiaSectionProps.types.ts","../src/components/sections/LayoutRatafiaSection/index.ts","../src/components/sections/LearnMoreSection/LearnMoreSection.styled.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.styled.ts","../src/components/sections/LegalSection/LegalSection.tsx","../src/components/sections/LegalSection/LegalSectionProps.ts","../src/components/sections/LegalSection/index.ts","../src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.styled.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.styled.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.styled.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.styled.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.styled.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.styled.ts","../src/components/sections/TryUsSection/TryUsSection.tsx","../src/components/sections/TryUsSection/TryUsSectionProps.ts","../src/components/sections/TryUsSection/index.ts","../src/components/sections/UnsubscribeSection/UnsubscribeSection.styled.ts","../src/components/sections/UnsubscribeSection/UnsubscribeSection.tsx","../src/components/sections/UnsubscribeSection/UnsubscribeSectionProps.ts","../src/components/sections/UnsubscribeSection/index.ts","../src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.styled.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/ContactCard/ContactCard.styled.ts","../src/components/atoms/ContactCard/ContactCard.tsx","../src/components/atoms/ContactCard/ContactCardProps.types.ts","../src/components/atoms/ContactCard/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/FixedFooter/FixedFooter.styled.ts","../src/components/atoms/FixedFooter/FixedFooter.tsx","../src/components/atoms/FixedFooter/FixedFooterProps.ts","../src/components/atoms/FixedFooter/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/PreFooter/PreFooter.styled.ts","../src/components/atoms/PreFooter/PreFooter.tsx","../src/components/atoms/PreFooter/PreFooterProps.ts","../src/components/atoms/PreFooter/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/RatafiaLandingIcon/RatafiaLandingIcon.tsx","../src/components/atoms/RatafiaLandingIcon/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.styled.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.styled.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.styled.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.styled.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.styled.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.styled.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.styled.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.styled.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.styled.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.styled.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/ContactCardList/ContactCardList.styled.ts","../src/components/molecules/ContactCardList/ContactCardList.tsx","../src/components/molecules/ContactCardList/ContactCardListProps.types.ts","../src/components/molecules/ContactCardList/index.ts","../src/components/molecules/ContinueEditingBanner/ContinueEditingBanner.styled.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.styled.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.styled.ts","../src/components/molecules/EmailContactBox/EmailContactBox.tsx","../src/components/molecules/EmailContactBox/EmailContactBoxProps.ts","../src/components/molecules/EmailContactBox/index.ts","../src/components/molecules/ExpertCardList/ExpertCardList.styled.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.styled.ts","../src/components/molecules/FaqItem/FaqItem.tsx","../src/components/molecules/FaqItem/FaqItemProps.ts","../src/components/molecules/FaqItem/index.ts","../src/components/molecules/FeatureRatafiaCardList/FeatureRatafiaCardList.styled.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.styled.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.styled.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.styled.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.styled.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.styled.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.styled.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.styled.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.styled.ts","../src/components/molecules/MoreDocsDesktop/MoreDocsDesktop.tsx","../src/components/molecules/MoreDocsDesktop/MoreDocsDesktopProps.ts","../src/components/molecules/MoreDocsDesktop/index.ts","../src/components/molecules/MoreDocsMobile/MoreDocsMobile.styled.ts","../src/components/molecules/MoreDocsMobile/MoreDocsMobile.tsx","../src/components/molecules/MoreDocsMobile/MoreDocsMobileProps.ts","../src/components/molecules/MoreDocsMobile/index.ts","../src/components/molecules/NavBarDropDown/NavBarDropDown.styled.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.styled.ts","../src/components/molecules/Pagination/Pagination.tsx","../src/components/molecules/Pagination/PaginationProps.types.ts","../src/components/molecules/Pagination/index.ts","../src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.styled.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.styled.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.styled.ts","../src/components/molecules/PopularDocs/PopularDocs.tsx","../src/components/molecules/PopularDocs/PopularDocsProps.ts","../src/components/molecules/PopularDocs/index.ts","../src/components/molecules/PricingCard/PricingCard.styled.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.styled.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.styled.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.styled.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.styled.ts","../src/components/molecules/StepRatafiaCardList/StepRatafiaCardList.tsx","../src/components/molecules/StepRatafiaCardList/StepRatafiaCardListProps.types.ts","../src/components/molecules/StepRatafiaCardList/index.ts","../src/components/molecules/SubtypeDocumentCard/SubtypeDocumentCard.styled.ts","../src/components/molecules/SubtypeDocumentCard/SubtypeDocumentCard.tsx","../src/components/molecules/SubtypeDocumentCard/SubtypeDocumentCardProps.types.ts","../src/components/molecules/SubtypeDocumentCard/index.ts","../src/components/molecules/TagsRatafiaList/TagsRatafiaList.styled.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.styled.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.styled.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.styled.ts","../src/components/molecules/UploadRatafiaZone/UploadRatafiaZone.tsx","../src/components/molecules/UploadRatafiaZone/UploadRatafiaZoneProps.types.ts","../src/components/molecules/UploadRatafiaZone/index.ts","../src/components/molecules/WarningBox/WarningBox.tsx","../src/components/molecules/WarningBox/WarningBoxProps.ts","../src/components/molecules/WarningBox/WarningBoxStyled.ts","../src/components/molecules/WarningBox/index.ts","../src/components/organisms/index.ts","../src/components/organisms/AboutUsContent/AboutUsContent.styled.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.styled.ts","../src/components/organisms/Accordion/Accordion.tsx","../src/components/organisms/Accordion/AccordionProps.types.ts","../src/components/organisms/Accordion/index.ts","../src/components/organisms/ArticlesList/ArticlesList.styled.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.styled.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.styled.ts","../src/components/organisms/CardFunctionality/CardFunctionality.tsx","../src/components/organisms/CardFunctionality/CardFunctionalityProps.ts","../src/components/organisms/CardFunctionality/index.ts","../src/components/organisms/ContactContent/ContactContent.styled.ts","../src/components/organisms/ContactContent/ContactContent.tsx","../src/components/organisms/ContactContent/ContactContentProps.types.ts","../src/components/organisms/ContactContent/index.ts","../src/components/organisms/ContactJumbotron/ContactJumbotron.styled.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.styled.ts","../src/components/organisms/CookiePolicyBar/CookiePolicyBar.tsx","../src/components/organisms/CookiePolicyBar/CookiePolicyBarProps.ts","../src/components/organisms/CookiePolicyBar/index.ts","../src/components/organisms/ErrorContentRatafia/ErrorContentRatafia.styled.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.styled.ts","../src/components/organisms/FaqGroup/FaqGroup.tsx","../src/components/organisms/FaqGroup/FaqGroupProps.ts","../src/components/organisms/FaqGroup/index.ts","../src/components/organisms/FeaturesRatafiaContent/FeaturesRatafiaContent.styled.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.styled.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.styled.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.styled.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.styled.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.styled.ts","../src/components/organisms/LanguageSelectorMobile/LanguageSelectorMobile.tsx","../src/components/organisms/LanguageSelectorMobile/index.ts","../src/components/organisms/LayoutRatafia/LayoutRatafia.styled.ts","../src/components/organisms/LayoutRatafia/LayoutRatafia.tsx","../src/components/organisms/LayoutRatafia/LayoutRatafiaProps.types.ts","../src/components/organisms/LayoutRatafia/index.ts","../src/components/organisms/LimitReachedContentRatafia/LimitReachedContentRatafia.styled.ts","../src/components/organisms/LimitReachedContentRatafia/LimitReachedContentRatafia.tsx","../src/components/organisms/LimitReachedContentRatafia/LimitReachedContentRatafiaProps.types.ts","../src/components/organisms/LimitReachedContentRatafia/index.ts","../src/components/organisms/ListStepsGetForm/ListStepsGetForm.styled.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.styled.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.styled.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.styled.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.styled.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/EsignatureLandingPage/EsignatureLandingPage.tsx","../src/components/pages/EsignatureLandingPage/EsignatureLandingPageProps.types.ts","../src/components/pages/EsignatureLandingPage/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/LimitReachedRatafiaPage/LimitReachedRatafiaPage.styled.ts","../src/components/pages/LimitReachedRatafiaPage/LimitReachedRatafiaPage.tsx","../src/components/pages/LimitReachedRatafiaPage/LimitReachedRatafiaPageProps.types.ts","../src/components/pages/LimitReachedRatafiaPage/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/RatafiaPricingPage/RatafiaPricingPage.styled.ts","../src/components/pages/RatafiaPricingPage/RatafiaPricingPage.tsx","../src/components/pages/RatafiaPricingPage/RatafiaPricingPageProps.ts","../src/components/pages/RatafiaPricingPage/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.styled.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.styled.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.styled.ts","../src/components/sections/AsideMenuSection/AsideMenuSection.tsx","../src/components/sections/AsideMenuSection/AsideMenuSectionProps.ts","../src/components/sections/AsideMenuSection/index.ts","../src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.styled.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.styled.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.styled.ts","../src/components/sections/ContactSection/ContactSection.tsx","../src/components/sections/ContactSection/ContactSectionProps.ts","../src/components/sections/ContactSection/index.ts","../src/components/sections/ExpertsSection/ExpertsSection.styled.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.styled.ts","../src/components/sections/FaqSection/FaqSection.tsx","../src/components/sections/FaqSection/FaqSectionProps.ts","../src/components/sections/FaqSection/index.ts","../src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.styled.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.styled.ts","../src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.tsx","../src/components/sections/FunctionalityCardsSection/FunctionalityCardsSectionProps.ts","../src/components/sections/FunctionalityCardsSection/index.ts","../src/components/sections/GuidelinesSection/GuidelinesSection.styled.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.styled.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.styled.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.styled.ts","../src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.tsx","../src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSectionProps.types.ts","../src/components/sections/JumbotronSimplifiedSection/index.ts","../src/components/sections/LayoutRatafiaSection/LayoutRatafiaSection.styled.ts","../src/components/sections/LayoutRatafiaSection/LayoutRatafiaSection.tsx","../src/components/sections/LayoutRatafiaSection/LayoutRatafiaSectionProps.types.ts","../src/components/sections/LayoutRatafiaSection/index.ts","../src/components/sections/LearnMoreSection/LearnMoreSection.styled.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.styled.ts","../src/components/sections/LegalSection/LegalSection.tsx","../src/components/sections/LegalSection/LegalSectionProps.ts","../src/components/sections/LegalSection/index.ts","../src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.styled.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.styled.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.styled.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.styled.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.styled.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.styled.ts","../src/components/sections/TryUsSection/TryUsSection.tsx","../src/components/sections/TryUsSection/TryUsSectionProps.ts","../src/components/sections/TryUsSection/index.ts","../src/components/sections/UnsubscribeSection/UnsubscribeSection.styled.ts","../src/components/sections/UnsubscribeSection/UnsubscribeSection.tsx","../src/components/sections/UnsubscribeSection/UnsubscribeSectionProps.ts","../src/components/sections/UnsubscribeSection/index.ts","../src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.styled.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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "5.64.1",
3
+ "version": "5.64.3",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -255,7 +255,6 @@
255
255
  "./ListStepsGetForm": "./dist/src/components/organisms/ListStepsGetForm/index.js",
256
256
  "./LoginRatafiaContent": "./dist/src/components/organisms/LoginRatafiaContent/index.js",
257
257
  "./MobileBottomBar": "./dist/src/components/organisms/MobileBottomBar/index.js",
258
- "./Wizard": "./dist/src/components/organisms/Wizard/index.js",
259
258
  "./StepsRatafiaContent": "./dist/src/components/organisms/StepsRatafiaContent/index.js",
260
259
  "./TryOurFreeLegalBlogsContent": "./dist/src/components/organisms/TryOurFreeLegalBlogsContent/index.js",
261
260
  "./AboutUsPage": "./dist/src/components/pages/AboutUsPage/index.js",
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- import { type WizardProps } from './WizardProps.types';
3
- export declare const Wizard: React.FC<WizardProps>;
@@ -1,41 +0,0 @@
1
- import { jsxs as _jsxs } from "react/jsx-runtime";
2
- import { FOOTER, HEADER } from './constants';
3
- import React, { useMemo, useState } from 'react';
4
- import { WizardContext } from './context';
5
- import { useHash } from './hooks';
6
- import { wizardNavigationControls } from './controls/navigation';
7
- export const Wizard = ({ children, isHashEnabled = false, classNames }) => {
8
- const [step, setStep] = useState(0);
9
- const childrenToArray = React.Children.toArray(children);
10
- const filteredChilds = childrenToArray
11
- .filter((child) => {
12
- if (!React.isValidElement(child))
13
- return false;
14
- const type = child.type;
15
- return Boolean(type.displayName !== FOOTER && type.displayName !== HEADER);
16
- })
17
- .map((child, index) => React.isValidElement(child)
18
- ? React.cloneElement(child, { index })
19
- : child);
20
- const { updateHash, setStepByHash } = useHash({ children: filteredChilds, isHashEnabled, setStep });
21
- const { goToStepByIndex, nextStep, previousStep } = wizardNavigationControls({
22
- lastStep: filteredChilds.length - 1,
23
- updateHash,
24
- isHashEnabled,
25
- setStep,
26
- step
27
- });
28
- const currentStep = filteredChilds[step];
29
- const getSpecificComponentByDisplayName = (displayName) => {
30
- return childrenToArray.find((child) => {
31
- if (!React.isValidElement(child))
32
- return false;
33
- const type = child.type;
34
- return type.displayName === displayName;
35
- });
36
- };
37
- const footer = getSpecificComponentByDisplayName(FOOTER);
38
- const header = getSpecificComponentByDisplayName(HEADER);
39
- const memoizedNavigationControls = useMemo(() => ({ goToStepByIndex, nextStep, previousStep, setStepByHash, currentStep: step }), [goToStepByIndex, nextStep, previousStep, setStepByHash, step]);
40
- return (_jsxs(WizardContext.Provider, { value: memoizedNavigationControls, children: [header, _jsxs("div", { className: classNames, children: [currentStep, footer] })] }));
41
- };
@@ -1,64 +0,0 @@
1
- import { FOOTER, HEADER } from './constants'
2
- import React, { useMemo, useState } from 'react'
3
- import { WizardContext } from './context'
4
- import { type WizardProps } from './WizardProps.types'
5
- import { useHash } from './hooks'
6
- import { wizardNavigationControls } from './controls/navigation'
7
-
8
- interface IndexedChildProps {
9
- index: number
10
- }
11
-
12
- export const Wizard: React.FC<WizardProps> = ({ children, isHashEnabled = false, classNames }): React.ReactElement => {
13
- const [step, setStep] = useState(0)
14
- const childrenToArray = React.Children.toArray(children)
15
- const filteredChilds = childrenToArray
16
- .filter((child) => {
17
- if (!React.isValidElement(child)) return false
18
- const type = child.type as React.FunctionComponent
19
- return Boolean(type.displayName !== FOOTER && type.displayName !== HEADER)
20
- })
21
- .map((child, index) =>
22
- React.isValidElement(child)
23
- ? React.cloneElement(child as React.ReactElement<IndexedChildProps>, { index })
24
- : child
25
- )
26
-
27
- const { updateHash, setStepByHash } = useHash({ children: filteredChilds, isHashEnabled, setStep })
28
-
29
- const { goToStepByIndex, nextStep, previousStep } = wizardNavigationControls({
30
- lastStep: filteredChilds.length - 1,
31
- updateHash,
32
- isHashEnabled,
33
- setStep,
34
- step
35
- })
36
-
37
- const currentStep = filteredChilds[step]
38
- const getSpecificComponentByDisplayName = (displayName: string): React.ReactNode => {
39
- return childrenToArray.find((child) => {
40
- if (!React.isValidElement(child)) return false
41
-
42
- const type = child.type as React.FunctionComponent
43
- return type.displayName === displayName
44
- })
45
- }
46
-
47
- const footer = getSpecificComponentByDisplayName(FOOTER)
48
- const header = getSpecificComponentByDisplayName(HEADER)
49
-
50
- const memoizedNavigationControls = useMemo(
51
- () => ({ goToStepByIndex, nextStep, previousStep, setStepByHash, currentStep: step }),
52
- [goToStepByIndex, nextStep, previousStep, setStepByHash, step]
53
- )
54
-
55
- return (
56
- <WizardContext.Provider value={memoizedNavigationControls}>
57
- {header}
58
- <div className={classNames}>
59
- {currentStep}
60
- {footer}
61
- </div>
62
- </WizardContext.Provider>
63
- )
64
- }
@@ -1,5 +0,0 @@
1
- export interface WizardProps {
2
- children: React.ReactNode | React.ReactNode[];
3
- isHashEnabled?: boolean;
4
- classNames?: string;
5
- }
@@ -1,5 +0,0 @@
1
- export interface WizardProps {
2
- children: React.ReactNode | React.ReactNode[]
3
- isHashEnabled?: boolean
4
- classNames?: string
5
- }
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- interface FooterProps {
3
- children: React.ReactNode | React.ReactNode[];
4
- }
5
- export declare const Footer: React.FC<FooterProps>;
6
- export {};
@@ -1,4 +0,0 @@
1
- import { Fragment as _Fragment, jsx as _jsx } from "react/jsx-runtime";
2
- import { FOOTER } from '../constants';
3
- export const Footer = ({ children }) => _jsx(_Fragment, { children: children });
4
- Footer.displayName = FOOTER;
@@ -1,10 +0,0 @@
1
- import { FOOTER } from '../constants'
2
- import React from 'react'
3
-
4
- interface FooterProps {
5
- children: React.ReactNode | React.ReactNode[]
6
- }
7
-
8
- export const Footer: React.FC<FooterProps> = ({ children }) => <>{children}</>
9
-
10
- Footer.displayName = FOOTER
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- interface HeaderProps {
3
- children: React.ReactNode | React.ReactNode[];
4
- }
5
- export declare const Header: React.FC<HeaderProps>;
6
- export {};
@@ -1,4 +0,0 @@
1
- import { Fragment as _Fragment, jsx as _jsx } from "react/jsx-runtime";
2
- import { HEADER } from '../constants';
3
- export const Header = ({ children }) => _jsx(_Fragment, { children: children });
4
- Header.displayName = HEADER;
@@ -1,10 +0,0 @@
1
- import { HEADER } from '../constants'
2
- import React from 'react'
3
-
4
- interface HeaderProps {
5
- children: React.ReactNode | React.ReactNode[]
6
- }
7
-
8
- export const Header: React.FC<HeaderProps> = ({ children }) => <>{children}</>
9
-
10
- Header.displayName = HEADER
@@ -1,2 +0,0 @@
1
- export { Footer } from './Footer';
2
- export { Header } from './Header';
@@ -1,2 +0,0 @@
1
- export { Footer } from './Footer';
2
- export { Header } from './Header';
@@ -1,2 +0,0 @@
1
- export { Footer } from './Footer'
2
- export { Header } from './Header'
@@ -1,2 +0,0 @@
1
- export declare const FOOTER = "Footer";
2
- export declare const HEADER = "Header";
@@ -1,2 +0,0 @@
1
- export const FOOTER = 'Footer';
2
- export const HEADER = 'Header';
@@ -1,2 +0,0 @@
1
- export const FOOTER = 'Footer'
2
- export const HEADER = 'Header'
@@ -1,9 +0,0 @@
1
- interface WizardContextInterFace {
2
- previousStep: () => void;
3
- nextStep: () => void;
4
- goToStepByIndex: (step: number) => void;
5
- setStepByHash: (hash: string) => void;
6
- currentStep: number;
7
- }
8
- export declare const WizardContext: import("react").Context<WizardContextInterFace>;
9
- export {};
@@ -1,8 +0,0 @@
1
- import { createContext } from 'react';
2
- export const WizardContext = createContext({
3
- previousStep: () => { },
4
- nextStep: () => { },
5
- goToStepByIndex: () => { },
6
- setStepByHash: () => { },
7
- currentStep: 0
8
- });
@@ -1,17 +0,0 @@
1
- import { createContext } from 'react'
2
-
3
- interface WizardContextInterFace {
4
- previousStep: () => void
5
- nextStep: () => void
6
- goToStepByIndex: (step: number) => void
7
- setStepByHash: (hash: string) => void
8
- currentStep: number
9
- }
10
-
11
- export const WizardContext = createContext<WizardContextInterFace>({
12
- previousStep: () => {},
13
- nextStep: () => {},
14
- goToStepByIndex: () => {},
15
- setStepByHash: () => {},
16
- currentStep: 0
17
- })
@@ -1 +0,0 @@
1
- export { WizardContext } from './WizardContext';
@@ -1 +0,0 @@
1
- export { WizardContext } from './WizardContext';
@@ -1 +0,0 @@
1
- export { WizardContext } from './WizardContext'
@@ -1,14 +0,0 @@
1
- interface WizardNavigation {
2
- lastStep: number;
3
- updateHash: (step: number) => void;
4
- isHashEnabled: boolean;
5
- setStep: (step: number) => void;
6
- step: number;
7
- }
8
- interface WizardControls {
9
- nextStep: () => void;
10
- previousStep: () => void;
11
- goToStepByIndex: (step: number) => void;
12
- }
13
- export declare const wizardNavigationControls: ({ lastStep, updateHash, isHashEnabled, setStep, step }: WizardNavigation) => WizardControls;
14
- export {};
@@ -1,27 +0,0 @@
1
- export const wizardNavigationControls = ({ lastStep, updateHash, isHashEnabled, setStep, step }) => {
2
- const nextStep = () => {
3
- const _step = step === lastStep ? lastStep : step + 1;
4
- setStep(_step);
5
- if (isHashEnabled) {
6
- updateHash(_step);
7
- }
8
- };
9
- const previousStep = () => {
10
- const _step = step <= 0 ? 0 : step - 1;
11
- setStep(_step);
12
- if (isHashEnabled) {
13
- updateHash(_step);
14
- }
15
- };
16
- const goToStepByIndex = (step) => {
17
- setStep(step);
18
- if (isHashEnabled) {
19
- updateHash(step);
20
- }
21
- };
22
- return {
23
- nextStep,
24
- previousStep,
25
- goToStepByIndex
26
- };
27
- };
@@ -1,50 +0,0 @@
1
- interface WizardNavigation {
2
- lastStep: number
3
- updateHash: (step: number) => void
4
- isHashEnabled: boolean
5
- setStep: (step: number) => void
6
- step: number
7
- }
8
-
9
- interface WizardControls {
10
- nextStep: () => void
11
- previousStep: () => void
12
- goToStepByIndex: (step: number) => void
13
- }
14
-
15
- export const wizardNavigationControls = ({
16
- lastStep,
17
- updateHash,
18
- isHashEnabled,
19
- setStep,
20
- step
21
- }: WizardNavigation): WizardControls => {
22
- const nextStep = (): void => {
23
- const _step = step === lastStep ? lastStep : step + 1
24
- setStep(_step)
25
- if (isHashEnabled) {
26
- updateHash(_step)
27
- }
28
- }
29
-
30
- const previousStep = (): void => {
31
- const _step = step <= 0 ? 0 : step - 1
32
- setStep(_step)
33
- if (isHashEnabled) {
34
- updateHash(_step)
35
- }
36
- }
37
-
38
- const goToStepByIndex = (step: number): void => {
39
- setStep(step)
40
- if (isHashEnabled) {
41
- updateHash(step)
42
- }
43
- }
44
-
45
- return {
46
- nextStep,
47
- previousStep,
48
- goToStepByIndex
49
- }
50
- }
@@ -1 +0,0 @@
1
- export { useHash } from './useHash';
@@ -1 +0,0 @@
1
- export { useHash } from './useHash';
@@ -1 +0,0 @@
1
- export { useHash } from './useHash'
@@ -1,12 +0,0 @@
1
- import React from 'react';
2
- interface UseHashProps {
3
- children: React.ReactNode[];
4
- isHashEnabled: boolean;
5
- setStep: (step: number) => void;
6
- }
7
- interface UseHashReturn {
8
- updateHash: (step: number) => void;
9
- setStepByHash: (hash: string) => void;
10
- }
11
- export declare const useHash: ({ children, isHashEnabled, setStep }: UseHashProps) => UseHashReturn;
12
- export {};
@@ -1,59 +0,0 @@
1
- import React, { useEffect, useMemo, useRef } from 'react';
2
- export const useHash = ({ children, isHashEnabled, setStep }) => {
3
- const hasInitialized = useRef(false);
4
- const getHash = () => typeof window === 'object' ? decodeURIComponent(window.location.hash.replace(/^#/, '')) : '';
5
- const { hashKeys, hashKeysURL } = useMemo(() => {
6
- const localHashKeys = {};
7
- const localHashKeysURL = {};
8
- children.forEach((child, index) => {
9
- if (React.isValidElement(child)) {
10
- const element = child;
11
- const hashKey = element.props.hashKey ?? `step${index + 1}`;
12
- localHashKeysURL[index] = hashKey;
13
- localHashKeys[hashKey] = index;
14
- }
15
- });
16
- return {
17
- hashKeys: localHashKeys,
18
- hashKeysURL: localHashKeysURL
19
- };
20
- }, [children]);
21
- const updateHash = (step) => {
22
- const newHash = hashKeysURL[step];
23
- if (newHash && window.location.hash !== `#${newHash}`) {
24
- window.location.hash = newHash;
25
- }
26
- };
27
- const setStepByHash = (hash) => {
28
- if (hash in hashKeys) {
29
- setStep(hashKeys[hash]);
30
- }
31
- };
32
- useEffect(() => {
33
- if (!isHashEnabled)
34
- return;
35
- const onHashChange = () => {
36
- const hash = getHash();
37
- if (hash in hashKeys) {
38
- setStep(hashKeys[hash]);
39
- }
40
- };
41
- window.addEventListener('hashchange', onHashChange);
42
- return () => {
43
- window.removeEventListener('hashchange', onHashChange);
44
- };
45
- }, [isHashEnabled, hashKeys, setStep]);
46
- useEffect(() => {
47
- if (!isHashEnabled || hasInitialized.current)
48
- return;
49
- const initialHash = getHash();
50
- if (initialHash && hashKeys[initialHash] !== undefined) {
51
- setStep(hashKeys[initialHash]);
52
- hasInitialized.current = true;
53
- }
54
- }, [hashKeys, isHashEnabled, setStep]);
55
- return {
56
- updateHash,
57
- setStepByHash
58
- };
59
- };
@@ -1,87 +0,0 @@
1
- import React, { useEffect, useMemo, useRef } from 'react'
2
-
3
- interface UseHashProps {
4
- children: React.ReactNode[]
5
- isHashEnabled: boolean
6
- setStep: (step: number) => void
7
- }
8
-
9
- interface UseHashReturn {
10
- updateHash: (step: number) => void
11
- setStepByHash: (hash: string) => void
12
- }
13
-
14
- type HashKeys = Record<string, number>
15
- type HashKeysURL = Record<number, string>
16
-
17
- export const useHash = ({ children, isHashEnabled, setStep }: UseHashProps): UseHashReturn => {
18
- const hasInitialized = useRef(false)
19
-
20
- const getHash = (): string =>
21
- typeof window === 'object' ? decodeURIComponent(window.location.hash.replace(/^#/, '')) : ''
22
-
23
- const { hashKeys, hashKeysURL } = useMemo(() => {
24
- const localHashKeys: HashKeys = {}
25
- const localHashKeysURL: HashKeysURL = {}
26
-
27
- children.forEach((child, index) => {
28
- if (React.isValidElement(child)) {
29
- const element = child as React.ReactElement<{ hashKey?: string }>
30
- const hashKey = element.props.hashKey ?? `step${index + 1}`
31
- localHashKeysURL[index] = hashKey
32
- localHashKeys[hashKey] = index
33
- }
34
- })
35
-
36
- return {
37
- hashKeys: localHashKeys,
38
- hashKeysURL: localHashKeysURL
39
- }
40
- }, [children])
41
-
42
- const updateHash = (step: number): void => {
43
- const newHash = hashKeysURL[step]
44
- if (newHash && window.location.hash !== `#${newHash}`) {
45
- window.location.hash = newHash
46
- }
47
- }
48
-
49
- const setStepByHash = (hash: string): void => {
50
- if (hash in hashKeys) {
51
- setStep(hashKeys[hash])
52
- }
53
- }
54
-
55
- useEffect(() => {
56
- if (!isHashEnabled) return
57
-
58
- const onHashChange = (): void => {
59
- const hash = getHash()
60
- if (hash in hashKeys) {
61
- setStep(hashKeys[hash])
62
- }
63
- }
64
-
65
- window.addEventListener('hashchange', onHashChange)
66
-
67
- return () => {
68
- window.removeEventListener('hashchange', onHashChange)
69
- }
70
- }, [isHashEnabled, hashKeys, setStep])
71
-
72
- useEffect(() => {
73
- if (!isHashEnabled || hasInitialized.current) return
74
-
75
- const initialHash = getHash()
76
-
77
- if (initialHash && hashKeys[initialHash] !== undefined) {
78
- setStep(hashKeys[initialHash])
79
- hasInitialized.current = true
80
- }
81
- }, [hashKeys, isHashEnabled, setStep])
82
-
83
- return {
84
- updateHash,
85
- setStepByHash
86
- }
87
- }
@@ -1,4 +0,0 @@
1
- export { Wizard } from './Wizard';
2
- export { Header, Footer } from './components';
3
- export { WizardContext } from './context';
4
- export { type WizardProps } from './WizardProps.types';
@@ -1,3 +0,0 @@
1
- export { Wizard } from './Wizard';
2
- export { Header, Footer } from './components';
3
- export { WizardContext } from './context';
@@ -1,4 +0,0 @@
1
- export { Wizard } from './Wizard'
2
- export { Header, Footer } from './components'
3
- export { WizardContext } from './context'
4
- export { type WizardProps } from './WizardProps.types'