@npm_leadtech/legal-lib-components 5.20.0 → 5.20.2

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 (42) hide show
  1. package/dist/images/componentsSvg/IconWeb.d.ts +2 -0
  2. package/dist/images/componentsSvg/IconWeb.js +4 -0
  3. package/dist/images/componentsSvg/IconWeb.tsx +31 -0
  4. package/dist/images/componentsSvg/PhoneIcon.d.ts +6 -0
  5. package/dist/images/componentsSvg/PhoneIcon.js +4 -0
  6. package/dist/images/componentsSvg/PhoneIcon.tsx +18 -0
  7. package/dist/images/componentsSvg/PhoneIcon24px.tsx +4 -2
  8. package/dist/images/svg/facebook.svg +4 -0
  9. package/dist/images/svg/icon-24-px-satisfaction-grey.svg +3 -0
  10. package/dist/images/svg/icon-24-px-security_black.svg +3 -0
  11. package/dist/images/svg/linkedin.svg +4 -0
  12. package/dist/images/svg/pinterest.svg +4 -0
  13. package/dist/images/svg/x.svg +4 -0
  14. package/dist/src/components/atoms/FixedFooter/FixedFooter.d.ts +3 -0
  15. package/dist/src/components/atoms/FixedFooter/FixedFooter.js +73 -0
  16. package/dist/src/components/atoms/FixedFooter/FixedFooter.styled.d.ts +1 -0
  17. package/dist/src/components/atoms/FixedFooter/FixedFooter.styled.js +394 -0
  18. package/dist/src/components/atoms/FixedFooter/FixedFooter.styled.ts +395 -0
  19. package/dist/src/components/atoms/FixedFooter/FixedFooter.tsx +303 -0
  20. package/dist/src/components/atoms/FixedFooter/FixedFooterProps.d.ts +68 -0
  21. package/dist/src/components/atoms/FixedFooter/FixedFooterProps.js +1 -0
  22. package/dist/src/components/atoms/FixedFooter/FixedFooterProps.ts +70 -0
  23. package/dist/src/components/atoms/FixedFooter/index.d.ts +2 -0
  24. package/dist/src/components/atoms/FixedFooter/index.js +2 -0
  25. package/dist/src/components/atoms/FixedFooter/index.ts +2 -0
  26. package/dist/src/components/atoms/PreFooter/PreFooter.d.ts +3 -0
  27. package/dist/src/components/atoms/PreFooter/PreFooter.js +8 -0
  28. package/dist/src/components/atoms/PreFooter/PreFooter.styled.d.ts +1 -0
  29. package/dist/src/components/atoms/PreFooter/PreFooter.styled.js +43 -0
  30. package/dist/src/components/atoms/PreFooter/PreFooter.styled.ts +43 -0
  31. package/dist/src/components/atoms/PreFooter/PreFooter.tsx +34 -0
  32. package/dist/src/components/atoms/PreFooter/PreFooterProps.d.ts +8 -0
  33. package/dist/src/components/atoms/PreFooter/PreFooterProps.js +1 -0
  34. package/dist/src/components/atoms/PreFooter/PreFooterProps.ts +8 -0
  35. package/dist/src/components/atoms/PreFooter/index.d.ts +2 -0
  36. package/dist/src/components/atoms/PreFooter/index.js +2 -0
  37. package/dist/src/components/atoms/PreFooter/index.ts +2 -0
  38. package/dist/src/components/atoms/index.d.ts +2 -0
  39. package/dist/src/components/atoms/index.js +2 -0
  40. package/dist/src/components/atoms/index.ts +2 -0
  41. package/dist/tsconfig.build.tsbuildinfo +1 -1
  42. package/package.json +1 -1
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const IconWeb: React.FC;
@@ -0,0 +1,4 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ export const IconWeb = () => {
3
+ return (_jsxs("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '24', height: '24', viewBox: '0 0 24 24', children: [_jsx("defs", { children: _jsx("path", { id: 'ep7tr2p7ra', d: 'M20.01 15.38c-1.23 0-2.42-.2-3.53-.56-.35-.12-.74-.03-1.01.24l-1.57 1.97c-2.83-1.35-5.48-3.9-6.89-6.83l1.95-1.66c.27-.28.35-.67.24-1.02-.37-1.11-.56-2.3-.56-3.53 0-.54-.45-.99-.99-.99H4.19C3.65 3 3 3.24 3 3.99 3 13.28 10.73 21 20.01 21c.71 0 .99-.63.99-1.18v-3.45c0-.54-.45-.99-.99-.99z' }) }), _jsx("g", { fill: 'none', fillRule: 'evenodd', children: _jsx("g", { children: _jsx("g", { children: _jsx("g", { children: _jsxs("g", { transform: 'translate(-376.000000, -314.000000) translate(328.000000, 205.000000) translate(32.000000, 90.000000) translate(16.000000, 19.000000)', children: [_jsx("path", { d: 'M0 0H24V24H0z' }), _jsx("mask", { id: '7tvbvoimzb', fill: '#fff', children: _jsx("use", { xlinkHref: '#ep7tr2p7ra' }) }), _jsx("g", { className: 'icon-web-24-p', fill: '#000', mask: 'url(#7tvbvoimzb)', children: _jsx("path", { d: 'M0 0H24V24H0z' }) })] }) }) }) }) })] }));
4
+ };
@@ -0,0 +1,31 @@
1
+ import React from 'react'
2
+
3
+ export const IconWeb: React.FC = () => {
4
+ return (
5
+ <svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>
6
+ <defs>
7
+ <path
8
+ id='ep7tr2p7ra'
9
+ d='M20.01 15.38c-1.23 0-2.42-.2-3.53-.56-.35-.12-.74-.03-1.01.24l-1.57 1.97c-2.83-1.35-5.48-3.9-6.89-6.83l1.95-1.66c.27-.28.35-.67.24-1.02-.37-1.11-.56-2.3-.56-3.53 0-.54-.45-.99-.99-.99H4.19C3.65 3 3 3.24 3 3.99 3 13.28 10.73 21 20.01 21c.71 0 .99-.63.99-1.18v-3.45c0-.54-.45-.99-.99-.99z'
10
+ />
11
+ </defs>
12
+ <g fill='none' fillRule='evenodd'>
13
+ <g>
14
+ <g>
15
+ <g>
16
+ <g transform='translate(-376.000000, -314.000000) translate(328.000000, 205.000000) translate(32.000000, 90.000000) translate(16.000000, 19.000000)'>
17
+ <path d='M0 0H24V24H0z' />
18
+ <mask id='7tvbvoimzb' fill='#fff'>
19
+ <use xlinkHref='#ep7tr2p7ra' />
20
+ </mask>
21
+ <g className='icon-web-24-p' fill='#000' mask='url(#7tvbvoimzb)'>
22
+ <path d='M0 0H24V24H0z' />
23
+ </g>
24
+ </g>
25
+ </g>
26
+ </g>
27
+ </g>
28
+ </g>
29
+ </svg>
30
+ )
31
+ }
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export declare const PhoneIcon: React.FC<{
3
+ width?: number;
4
+ height?: number;
5
+ fill?: string;
6
+ }>;
@@ -0,0 +1,4 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ export const PhoneIcon = ({ width = 24, height = 24, fill = 'none' }) => {
3
+ return (_jsx("svg", { viewBox: '0 0 24 24', width: width, height: height, fill: fill, xmlns: 'http://www.w3.org/2000/svg', children: _jsx("g", { id: 'Icon/Symbol/phone_24px', children: _jsx("path", { id: 'path', d: 'M20.01 15.38C18.78 15.38 17.59 15.18 16.48 14.82C16.13 14.7 15.74 14.79 15.47 15.06L13.9 17.03C11.07 15.68 8.42 13.13 7.01 10.2L8.96 8.54C9.23 8.26 9.31 7.87 9.2 7.52C8.83 6.41 8.64 5.22 8.64 3.99C8.64 3.45 8.19 3 7.65 3H4.19C3.65 3 3 3.24 3 3.99C3 13.28 10.73 21 20.01 21C20.72 21 21 20.37 21 19.82V16.37C21 15.83 20.55 15.38 20.01 15.38Z' }) }) }));
4
+ };
@@ -0,0 +1,18 @@
1
+ import React from 'react'
2
+
3
+ export const PhoneIcon: React.FC<{ width?: number; height?: number; fill?: string }> = ({
4
+ width = 24,
5
+ height = 24,
6
+ fill = 'none'
7
+ }) => {
8
+ return (
9
+ <svg viewBox='0 0 24 24' width={width} height={height} fill={fill} xmlns='http://www.w3.org/2000/svg'>
10
+ <g id='Icon/Symbol/phone_24px'>
11
+ <path
12
+ id='path'
13
+ d='M20.01 15.38C18.78 15.38 17.59 15.18 16.48 14.82C16.13 14.7 15.74 14.79 15.47 15.06L13.9 17.03C11.07 15.68 8.42 13.13 7.01 10.2L8.96 8.54C9.23 8.26 9.31 7.87 9.2 7.52C8.83 6.41 8.64 5.22 8.64 3.99C8.64 3.45 8.19 3 7.65 3H4.19C3.65 3 3 3.24 3 3.99C3 13.28 10.73 21 20.01 21C20.72 21 21 20.37 21 19.82V16.37C21 15.83 20.55 15.38 20.01 15.38Z'
14
+ />
15
+ </g>
16
+ </svg>
17
+ )
18
+ }
@@ -5,12 +5,14 @@ interface PhoneIcon24pxProps {
5
5
  className?: string
6
6
  width?: string
7
7
  height?: string
8
+ fill?: string
8
9
  }
9
10
 
10
11
  export const PhoneIcon24px: FC<PhoneIcon24pxProps> = ({
11
12
  className = '',
12
13
  width = '24',
13
- height = '24'
14
+ height = '24',
15
+ fill = '#000'
14
16
  }): React.ReactElement => (
15
17
  <svg
16
18
  className={className}
@@ -35,7 +37,7 @@ export const PhoneIcon24px: FC<PhoneIcon24pxProps> = ({
35
37
  <mask id='7tvbvoimzb' fill='#fff'>
36
38
  <use xlinkHref='#phone-icon-24p' />
37
39
  </mask>
38
- <g className='icon-web-24-p' fill='#000' mask='url(#7tvbvoimzb)'>
40
+ <g className='icon-web-24-p' fill={fill} mask='url(#7tvbvoimzb)'>
39
41
  <path d='M0 0H24V24H0z' />
40
42
  </g>
41
43
  </g>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="12" cy="12" r="12" fill="#DBE1E5"/>
3
+ <path d="M15.0169 12.4698H12.8756V20.3143H9.63144V12.4698H8.0885V9.7129H9.63144V7.92888C9.63144 6.65311 10.2375 4.6554 12.9045 4.6554L15.3076 4.66545V7.34148H13.564C13.278 7.34148 12.8758 7.48437 12.8758 8.09295V9.71547H15.3003L15.0169 12.4698Z" fill="#032A38"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M14.7576 7.34174C15.0873 7.71871 15.0873 8.2814 14.7576 8.65837L13.7067 9.86006L13.8529 11.4473C13.899 11.9468 13.5678 12.4031 13.0787 12.5142L11.5267 12.8667L10.7145 14.2377C10.4583 14.6699 9.92123 14.845 9.45955 14.6468L8.00003 14.0201L6.54167 14.6506C6.07961 14.8504 5.54108 14.6755 5.28448 14.2424L4.47336 12.8734L2.92118 12.5208C2.43212 12.4097 2.10099 11.9536 2.14688 11.4541L2.29336 9.86006L1.2414 8.65719C0.912166 8.28074 0.911668 7.71894 1.24023 7.3419L2.29336 6.13339L2.14709 4.54162C2.10111 4.0412 2.43363 3.58439 2.92396 3.47437L4.47336 3.12672L5.28561 1.75579C5.54172 1.32351 6.07883 1.1484 6.54051 1.34666L8.00003 1.97339L9.45843 1.34714C9.92059 1.14868 10.4582 1.32437 10.714 1.75745L11.5267 3.13339L13.0787 3.48591C13.5678 3.59702 13.899 4.05333 13.8529 4.55283L13.7067 6.14006L14.7576 7.34174ZM4.66671 9.07338L6.25338 10.6734C6.52004 10.9334 6.94004 10.9334 7.21338 10.6734L11.16 6.71338C11.42 6.45338 11.42 6.03338 11.16 5.77338L11.1134 5.72671C10.8534 5.46671 10.4267 5.46671 10.1667 5.72671L6.73338 9.16671L5.66004 8.08671C5.40004 7.82671 4.97338 7.82671 4.71338 8.08671L4.66671 8.13338C4.40671 8.39338 4.40671 8.81338 4.66671 9.07338Z" fill="#3D4042"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.59386 0.847175C7.85243 0.732257 8.14757 0.732257 8.40614 0.847175L13.4061 3.0694C13.7673 3.2299 14 3.58802 14 3.98321V7.33333C14 10.9481 11.5566 14.3338 8.23626 15.2712C8.08186 15.3147 7.91814 15.3147 7.76374 15.2712C4.44344 14.3338 2 10.9481 2 7.33333V3.98321C2 3.58802 2.23273 3.2299 2.59386 3.0694L7.59386 0.847175ZM12.6667 7.99334H8V2.12667L3.33333 4.2V8H8V13.9533C10.48 13.1867 12.3133 10.74 12.6667 7.99334Z" fill="#3D4042"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z" fill="#DBE1E5"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.1757 7.19234C8.44843 6.10142 7.68733 5.16907 6.51395 5.16907C5.74016 5.16907 5.12493 5.53694 4.88392 6.15216C4.49702 7.1416 5.08053 8.15641 6.12706 8.32766C7.11015 8.49257 7.9664 8.01687 8.1757 7.19234ZM12.7742 10.8711C12.8027 10.8394 12.8233 10.8187 12.8392 10.8029C12.855 10.787 12.8661 10.7759 12.8756 10.7632C13.6811 9.58352 14.8355 9.24103 16.1801 9.44399C17.734 9.68501 18.7298 10.7696 18.9835 12.4313C19.0406 12.8246 19.0723 13.2242 19.0723 13.6237C19.0723 14.0376 19.0719 14.4514 19.0715 14.8652C19.0703 16.1068 19.0691 17.3484 19.0787 18.59C19.0787 18.7739 19.0343 18.831 18.844 18.831C17.9751 18.8183 17.1061 18.8183 16.2435 18.831C16.0533 18.831 16.0025 18.7802 16.0089 18.59C16.0152 17.0424 16.0152 15.5011 16.0089 13.9535C16.0089 13.6047 15.9835 13.2559 15.8884 12.9134C15.5712 11.8224 14.3344 11.4419 13.4465 12.1649C12.9708 12.5582 12.7805 13.0719 12.7868 13.6808C12.7911 14.6531 12.7897 15.6226 12.7883 16.593L12.7882 16.5943C12.7875 17.0794 12.7868 17.5648 12.7868 18.0508C12.7868 18.1052 12.7858 18.1596 12.7848 18.2139C12.7822 18.3498 12.7796 18.4858 12.7932 18.6217C12.8059 18.7866 12.7361 18.8183 12.5902 18.8183C11.7086 18.8119 10.8207 18.8119 9.93903 18.8183C9.78047 18.8183 9.72339 18.7866 9.72339 18.609C9.73607 17.2961 9.74242 15.9832 9.74242 14.6703V14.6701C9.74242 13.0528 9.74242 11.4355 9.72973 9.82454C9.72973 9.64695 9.76779 9.59621 9.94538 9.59621C10.827 9.6089 11.715 9.60255 12.5966 9.59621C12.7551 9.59621 12.7995 9.64061 12.7932 9.79917C12.7721 10.0834 12.7729 10.3633 12.7738 10.675L12.7738 10.676C12.774 10.7396 12.7742 10.8045 12.7742 10.8711ZM8.02365 14.2199V14.2204C8.02365 15.679 8.02365 17.1313 8.03 18.5899C8.03 18.7738 7.99194 18.8372 7.79532 18.8309C6.92005 18.8182 6.04478 18.8246 5.1695 18.8309C5.0046 18.8309 4.95386 18.7928 4.95386 18.6216C4.9602 15.685 4.9602 12.7484 4.95386 9.81179C4.95386 9.65957 4.99191 9.60883 5.15048 9.60883C6.04478 9.61517 6.93273 9.61517 7.82704 9.60883C8.00463 9.60883 8.03 9.67225 8.03 9.83082C8.02365 11.2894 8.02365 12.7544 8.02365 14.2194V14.2199Z" fill="#032A38"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M11.9825 0C5.36635 0 0 5.37222 0 12.0044C0 16.9216 6.48466 22.7551 7.17553 23.0026C7.8664 23.25 7.8664 23.25 8.60889 23.51C9.35138 23.7701 10.8288 24 12.0087 24C18.6336 24 24 18.6278 24 11.9956C23.9738 5.37222 18.6074 0 11.9825 0Z" fill="#032A38"/>
3
+ <path d="M11.9825 0C5.36635 0 0 5.37222 0 12.0044C0 16.9216 2.95412 21.1389 7.17553 23.0026C7.14057 22.1626 7.16679 21.1564 7.38529 20.2464C7.61253 19.2752 8.93227 13.7018 8.93227 13.7018C8.93227 13.7018 8.54771 12.9318 8.54771 11.8031C8.54771 10.027 9.57902 8.69705 10.8638 8.69705C11.9563 8.69705 12.4807 9.5195 12.4807 10.4995C12.4807 11.5931 11.7815 13.2381 11.4232 14.7605C11.126 16.0379 12.0612 17.0704 13.3197 17.0704C15.5921 17.0704 17.1216 14.148 17.1216 10.6919C17.1216 8.05833 15.3474 6.08968 12.1311 6.08968C8.49527 6.08968 6.23161 8.80204 6.23161 11.8381C6.23161 12.8881 6.53751 13.623 7.01821 14.1918C7.23671 14.4542 7.27167 14.5592 7.19301 14.8567C7.13183 15.0755 7.00073 15.6092 6.94829 15.8192C6.86963 16.1254 6.62491 16.2304 6.34523 16.1167C4.66715 15.4342 3.88929 13.5968 3.88929 11.5319C3.88929 8.11958 6.76475 4.03354 12.4632 4.03354C17.043 4.03354 20.0583 7.34962 20.0583 10.9107C20.0583 15.6179 17.445 19.1353 13.5907 19.1353C12.2972 19.1353 11.0823 18.4353 10.6628 17.6391C10.6628 17.6391 9.96358 20.4039 9.815 20.9377C9.56154 21.8651 9.06336 22.7838 8.60889 23.51C9.6839 23.825 10.8288 24 12.0087 24C18.6336 24 24 18.6278 24 11.9956C23.9738 5.37222 18.6074 0 11.9825 0Z" fill="#DBE1E5"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z" fill="#DBE1E5"/>
3
+ <path d="M5.28225 5.625L10.3995 12.4671L5.25 18.03H6.40903L10.9175 13.1595L14.56 18.03H18.504L13.0987 10.8031L17.8919 5.625H16.7328L12.5809 10.1105L9.22619 5.625H5.28225ZM6.98665 6.47865H8.79848L16.7994 17.1764H14.9875L6.98665 6.47865Z" fill="#032A38"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ import { FixedFooterProps } from './FixedFooterProps';
2
+ import React from 'react';
3
+ export declare const FixedFooter: React.FC<FixedFooterProps>;
@@ -0,0 +1,73 @@
1
+ import { Fragment as _Fragment, jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Button } from '../Button';
3
+ import { ContactBox } from '../../molecules/ContactBox';
4
+ import { Disclaimer } from '../Disclaimer';
5
+ import { FixedFooterStyled } from './FixedFooter.styled';
6
+ import { IconWeb } from '../../../../images/componentsSvg/IconWeb';
7
+ import { Logo } from '../Logo';
8
+ import { PhoneIcon } from '../../../../images/componentsSvg/PhoneIcon';
9
+ import { WideInfoBar } from '../WideInfoBar';
10
+ import facebook from '../../../../images/svg/facebook.svg';
11
+ import guaranteeIconGrey from '../../../../images/svg/icon-24-px-satisfaction-grey.svg';
12
+ import linkedin from '../../../../images/svg/linkedin.svg';
13
+ import pinterest from '../../../../images/svg/pinterest.svg';
14
+ import securityIconBlack from '../../../../images/svg/icon-24-px-security_black.svg';
15
+ import x from '../../../../images/svg/x.svg';
16
+ export const FixedFooter = ({ config = {
17
+ siteName: 'LawDistrict',
18
+ sitePhone: '123-456-7890',
19
+ siteSchedule: 'Monday - Friday, 9am - 5pm',
20
+ siteUrl: 'https://www.lawdistrict.com',
21
+ hasGrav: true,
22
+ hasCookieMessage: true,
23
+ hasContactBar: false,
24
+ hasTrustPilot: true,
25
+ isJonSnow: false,
26
+ isSEMPage: false,
27
+ isMobile: false,
28
+ isTablet: false,
29
+ isDesktop: true,
30
+ isAnonymousPayment: false,
31
+ hide: false,
32
+ noFooter: false
33
+ }, footer = {
34
+ disclaimerText: '',
35
+ guaranteeText: '',
36
+ securityText: '',
37
+ bottomFixedBlock: _jsx(_Fragment, {}),
38
+ createDocumentBlock: _jsx(_Fragment, {}),
39
+ trustPilotWidget: _jsx(_Fragment, {})
40
+ }, preFooter = {
41
+ show: true,
42
+ title: 'Try LawDistrict Now',
43
+ columns: [
44
+ 'Instant and complete access to our entire library of legal forms',
45
+ 'Edit, download and print in PDF and Word format from any device',
46
+ 'Save time and money on legal document creation'
47
+ ],
48
+ hasButton: true,
49
+ buttonLabel: 'Get Unlimited Access Now',
50
+ buttonLink: './',
51
+ buttonClick: () => { }
52
+ }, productsBlock = {
53
+ title: 'Products',
54
+ productsCategories: _jsx(_Fragment, {}),
55
+ allProductsLink: _jsx(_Fragment, {})
56
+ }, popularDocumentsBlock = {
57
+ title: 'Popular Documents',
58
+ popularDocuments: _jsx(_Fragment, {})
59
+ }, companyBlock = {
60
+ title: 'Company',
61
+ links: _jsx(_Fragment, {})
62
+ }, helpBlock = {
63
+ title: 'Help',
64
+ links: _jsx(_Fragment, {})
65
+ }, resourcesBlock = {
66
+ title: 'Resources',
67
+ links: _jsx(_Fragment, {})
68
+ }, languageSelector = {
69
+ show: false,
70
+ content: _jsx(_Fragment, {})
71
+ } }) => {
72
+ return (_jsxs(FixedFooterStyled, { children: [preFooter.show && (_jsx("section", { className: 'prefooter', children: _jsx("div", { className: 'wrapper', children: _jsxs("div", { className: 'prefooter-container', children: [_jsx("div", { className: 'serif --hero prefooter__title', children: preFooter.title }), _jsx("div", { className: 'prefooter--columns', children: preFooter.columns.map((column, index) => (_jsx("p", { className: 'prefooter--columns__text', children: column }, index))) }), preFooter.hasButton && (_jsx(Button, { label: preFooter.buttonLabel, onClick: preFooter.buttonClick, link: preFooter.buttonLink, dataQa: 'cta-footer', isExternal: true, hasNoFollow: true }))] }) }) })), config.isSEMPage && config.isMobile && (_jsx("footer", { className: 'sem-footer', children: _jsxs("section", { className: 'sem-footer__wrapper', children: [_jsx("ul", { className: 'sem-footer__legal-links', children: companyBlock.links }), _jsxs("div", { className: 'sem-footer__contact-info', children: [_jsxs("div", { className: 'sem-footer__contact-info__phone', children: [_jsx(PhoneIcon, { width: 20, height: 20, fill: 'white' }), _jsxs("b", { children: [config.sitePhone, " "] })] }), _jsx("div", { className: 'sem-footer__contact-info__schedule', children: config.siteSchedule })] }), _jsx("div", { className: 'fixed-container', children: footer.createDocumentBlock })] }) })), !config.isSEMPage && (_jsxs("footer", { children: [!config.hide && !config.noFooter ? (_jsxs(_Fragment, { children: [_jsx("div", { className: 'language-selector-mobile-container', children: languageSelector.show === true && languageSelector.content }), _jsxs("section", { className: 'footer__wrapper', children: [_jsxs("div", { className: 'footer__products', children: [_jsx("p", { className: 'sans-serif --small footer-links__title', children: productsBlock.title }), productsBlock.productsCategories, _jsx("div", { className: 'sans-serif --extra-small product-categories', children: productsBlock.allProductsLink })] }), _jsxs("div", { className: 'footer__popular-documents', children: [_jsx("p", { className: 'sans-serif --small footer-links__title', children: popularDocumentsBlock.title }), _jsx("ul", { children: popularDocumentsBlock.popularDocuments }), config.isTablet && (_jsxs("div", { className: 'footer__help__tablet', children: [_jsx("p", { className: 'sans-serif --small footer-links__title', children: helpBlock.title }), _jsx("ul", { children: helpBlock.links })] }))] }), (config.isMobile || config.isDesktop) && (_jsxs("div", { className: 'footer__company', children: [_jsx("p", { className: 'sans-serif --small footer-links__title', children: companyBlock.title }), _jsx("ul", { children: companyBlock.links })] })), _jsx("div", { className: 'footer__company__resources__findUs', children: config.isTablet && (_jsxs(_Fragment, { children: [_jsx("p", { className: 'sans-serif --small footer-links__title', children: companyBlock.title }), _jsx("ul", { children: companyBlock.links }), !config.isJonSnow && config.hasGrav && config.isTablet && (_jsxs("div", { className: 'footer__resources', children: [_jsx("p", { className: 'sans-serif --small footer-links__title', children: resourcesBlock.title }), _jsx("ul", { children: resourcesBlock.links })] }))] })) }), !config.isTablet && (_jsx("div", { className: 'footer__help__resources', children: _jsxs("div", { children: [_jsxs("div", { className: 'footer__help', children: [_jsx("p", { className: 'sans-serif --small footer-links__title', children: helpBlock.title }), _jsx("ul", { children: helpBlock.links })] }), !config.isJonSnow && config.hasGrav && (_jsxs("div", { className: 'footer__resources', children: [_jsx("p", { className: 'sans-serif --small footer-links__title', children: resourcesBlock.title }), _jsx("ul", { children: resourcesBlock.links })] }))] }) })), _jsxs("div", { className: 'footer__findUs', children: [_jsxs("div", { className: 'find-us-container', children: [!config.isJonSnow && (_jsxs(_Fragment, { children: [_jsxs("div", { className: 'find-us-content', children: [_jsx("p", { className: 'sans-serif --small footer-links__title', children: "Find us" }), _jsxs("ul", { children: [_jsx("li", { children: _jsx("a", { href: 'https://www.facebook.com/lawdistrictlegal', rel: 'noopener noreferrer', target: '_blank', children: _jsx("img", { src: facebook, alt: 'Facebook logo', width: '32', height: '32' }) }) }), _jsx("li", { children: _jsx("a", { href: 'https://twitter.com/district_law', rel: 'noopener noreferrer', target: '_blank', children: _jsx("img", { src: x, alt: 'Twitter logo', width: '32', height: '32' }) }) }), _jsx("li", { children: _jsx("a", { href: 'https://www.linkedin.com/company/law-district/', rel: 'noopener noreferrer', target: '_blank', children: _jsx("img", { src: linkedin, alt: 'Linkedin logo', width: '32', height: '32' }) }) }), _jsx("li", { children: _jsx("a", { href: 'https://www.pinterest.com/lawdistrict/', rel: 'noopener noreferrer', target: '_blank', children: _jsx("img", { src: pinterest, alt: 'Pinterest logo', width: '32', height: '32' }) }) })] })] }), _jsxs("div", { className: 'footer-contact-box', children: [_jsx("span", { className: 'footer-contact-box_phone', children: config.sitePhone }), _jsx(Button, { centered: true, isExternal: true, link: `tel:${config.sitePhone}`, givenClass: 'footer-contact-box_phone-button', label: config.sitePhone, dataQa: 'footer_contact_box' })] })] })), _jsx("div", { className: 'footer__logo', children: _jsx(Logo, { className: 'footer__lawdistrict', siteName: config.siteName, width: '138', height: '24', type: 'white' }) })] }), config.hasTrustPilot && footer.trustPilotWidget] }), !config.isJonSnow && (_jsx("div", { className: 'footer__mobile-contact', children: _jsx(ContactBox, { mobile: true, phone: config.sitePhone, schedule: config.siteSchedule, mobileGtmTag: 'clicked_phone_footer', dataQa: 'footer_contact_box', darkMode: true }) }))] })] })) : null, config.hasContactBar && (_jsx(WideInfoBar, { children: _jsxs(_Fragment, { children: [_jsxs("div", { className: `contact-bar-wrapper ${(config.isJonSnow || config.isAnonymousPayment) && 'hidden'}`, children: [_jsx(IconWeb, {}), _jsxs("div", { className: 'contact-bar-wrapper__text', children: [_jsxs("div", { className: 'is-mobile', children: [_jsx("a", { className: 'phone', href: `tel:${config.sitePhone}`, children: _jsx("strong", { children: config.sitePhone }) }), ` - ${config.siteSchedule}`] }), _jsxs("div", { className: 'no-mobile', children: [_jsx("strong", { children: config.sitePhone }), " - ", config.siteSchedule] })] })] }), _jsxs("div", { className: 'contact-bar-wrapper', children: [_jsx("img", { src: securityIconBlack, alt: '' }), _jsx("p", { className: 'contact-bar-wrapper__text', children: footer.securityText })] }), _jsxs("div", { className: 'contact-bar-wrapper', children: [_jsx("img", { src: guaranteeIconGrey, alt: '' }), _jsx("p", { className: 'contact-bar-wrapper__text', children: footer.guaranteeText })] })] }) })), _jsx(Disclaimer, { text: footer.disclaimerText, siteUrl: config.siteUrl }), _jsx("div", { className: 'fixed-container', children: footer.createDocumentBlock })] })), footer.bottomFixedBlock] }));
73
+ };
@@ -0,0 +1 @@
1
+ export declare const FixedFooterStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -0,0 +1,394 @@
1
+ import styled from 'styled-components';
2
+ export const FixedFooterStyled = styled.div `
3
+ .footer {
4
+ margin-top: auto;
5
+ left: 0;
6
+ bottom: 0;
7
+ position: static;
8
+ width: 100%;
9
+ background-color: var(--primary-main-dark-2);
10
+ color: var(--primary-main-light-6);
11
+ }
12
+
13
+ .language-selector-mobile-container {
14
+ max-width: 1200px;
15
+ margin: auto;
16
+ padding: 2.75rem 1rem 1rem;
17
+ }
18
+
19
+ @media (min-width: 720px) {
20
+ .language-selector-mobile-container {
21
+ display: none;
22
+ }
23
+ }
24
+
25
+ .footer a {
26
+ color: var(--primary-main-light-6);
27
+ text-decoration: none;
28
+ }
29
+
30
+ .footer li {
31
+ margin-bottom: 1.25rem;
32
+ }
33
+
34
+ .footer li a {
35
+ padding: 0.5rem 0;
36
+ }
37
+
38
+ .footer li:last-child {
39
+ margin-bottom: 0;
40
+ }
41
+
42
+ .footer__wrapper {
43
+ display: flex;
44
+ flex-flow: row wrap;
45
+ max-width: 1200px;
46
+ width: 100%;
47
+ justify-content: center;
48
+ margin: 0 auto;
49
+ padding: 1rem 1rem 2.75rem;
50
+ grid-row-gap: 32px;
51
+ }
52
+
53
+ @media (min-width: 960px) {
54
+ .footer__wrapper {
55
+ padding: 2.75rem 0;
56
+ }
57
+ }
58
+
59
+ .footer__wrapper__logo {
60
+ width: 45%;
61
+ max-width: 45%;
62
+ display: flex;
63
+ align-items: baseline;
64
+ }
65
+
66
+ @media (min-width: 720px) {
67
+ .footer__wrapper__logo {
68
+ width: 100%;
69
+ max-width: 100%;
70
+ }
71
+ }
72
+
73
+ .sem-footer__wrapper {
74
+ display: flex;
75
+ flex-flow: column wrap;
76
+ width: 100%;
77
+ max-width: 1200px;
78
+ justify-content: space-between;
79
+ margin: auto;
80
+ padding: 1rem 1rem 2.75rem;
81
+ grid-row-gap: 32px;
82
+ }
83
+
84
+ @media (min-width: 960px) {
85
+ .sem-footer__wrapper {
86
+ flex-flow: row wrap;
87
+ padding: 1.5rem 1rem;
88
+ }
89
+ }
90
+
91
+ .sem-footer__legal-links {
92
+ display: flex;
93
+ flex-flow: row wrap;
94
+ align-items: center;
95
+ gap: 1rem;
96
+ }
97
+
98
+ .sem-footer__legal-links li {
99
+ margin-bottom: 0;
100
+ }
101
+
102
+ .sem-footer__contact-info {
103
+ display: flex;
104
+ flex-flow: column;
105
+ column-gap: 0.5rem;
106
+ row-gap: 0.25rem;
107
+ }
108
+
109
+ @media (min-width: 575px) {
110
+ .sem-footer__contact-info {
111
+ flex-flow: row;
112
+ }
113
+ }
114
+
115
+ .sem-footer__contact-info__phone {
116
+ display: flex;
117
+ align-items: center;
118
+ font-size: 0.8rem;
119
+ }
120
+
121
+ .sem-footer__contact-info__schedule {
122
+ font-size: 0.75rem;
123
+ }
124
+
125
+ .fixed-container {
126
+ position: fixed;
127
+ bottom: 0;
128
+ z-index: 3;
129
+ width: 100%;
130
+ }
131
+
132
+ .footer__products,
133
+ .footer__popular-documents,
134
+ .footer__company {
135
+ width: 100%;
136
+ max-width: 50%;
137
+ display: flex;
138
+ flex-flow: column wrap;
139
+ justify-content: flex-start;
140
+ }
141
+
142
+ .footer__products p,
143
+ .footer__popular-documents p,
144
+ .footer__company p {
145
+ margin-bottom: 1.5rem;
146
+ }
147
+
148
+ @media (min-width: 575px) {
149
+ .footer__products,
150
+ .footer__popular-documents,
151
+ .footer__company {
152
+ max-width: 28%;
153
+ padding-right: 1.5rem;
154
+ }
155
+ }
156
+
157
+ @media (min-width: 960px) {
158
+ .footer__products,
159
+ .footer__popular-documents,
160
+ .footer__company {
161
+ max-width: 20%;
162
+ }
163
+ }
164
+
165
+ @media (max-width: 575px) {
166
+ .footer__products,
167
+ .footer__popular-documents,
168
+ .footer__company {
169
+ max-width: 100%;
170
+ }
171
+ }
172
+
173
+ .footer__company__resources__findUs .footer__resources,
174
+ .footer__help__resources .footer__resources {
175
+ margin-top: 22px;
176
+ }
177
+
178
+ .footer__help__resources,
179
+ .footer__company {
180
+ display: flex;
181
+ flex-flow: column wrap;
182
+ justify-content: flex-start;
183
+ margin-bottom: 0;
184
+ max-width: 50%;
185
+ width: 100%;
186
+ }
187
+
188
+ @media (min-width: 575px) and (max-width: 960px) {
189
+ .footer__help__resources,
190
+ .footer__company {
191
+ display: block;
192
+ }
193
+ }
194
+
195
+ .footer__help__resources p,
196
+ .footer__company p {
197
+ margin-bottom: 1.5rem;
198
+ }
199
+
200
+ @media (min-width: 575px) {
201
+ .footer__help__resources,
202
+ .footer__company {
203
+ max-width: 22.5%;
204
+ padding-right: 1rem;
205
+ }
206
+ }
207
+
208
+ @media (min-width: 960px) {
209
+ .footer__help__resources,
210
+ .footer__company {
211
+ max-width: 15%;
212
+ }
213
+ }
214
+
215
+ .footer__findUs {
216
+ display: flex;
217
+ flex-flow: row nowrap;
218
+ flex-direction: column;
219
+ max-width: 100%;
220
+ }
221
+
222
+ .footer__findUs .trustpilot-widget {
223
+ margin-top: 0;
224
+ }
225
+
226
+ @media (min-width: 575px) {
227
+ .footer__findUs .trustpilot-widget {
228
+ margin-top: 22px;
229
+ }
230
+ }
231
+
232
+ @media (min-width: 720px) {
233
+ .footer__findUs {
234
+ display: block;
235
+ max-width: 20%;
236
+ }
237
+ }
238
+
239
+ @media (min-width: 960px) {
240
+ .footer__findUs {
241
+ max-width: 15%;
242
+ }
243
+ }
244
+
245
+ @media (max-width: 575px) {
246
+ .footer__findUs {
247
+ width: 100%;
248
+ }
249
+ }
250
+
251
+ .footer__findUs ul {
252
+ display: flex;
253
+ flex-direction: row;
254
+ }
255
+
256
+ .footer__findUs ul li {
257
+ margin-right: 0.4rem;
258
+ }
259
+
260
+ .footer-links__title {
261
+ width: 100%;
262
+ text-transform: uppercase;
263
+ font-weight: bold;
264
+ color: var(--primary-main-light-4);
265
+ }
266
+
267
+ .product-categories {
268
+ cursor: pointer;
269
+ display: flex;
270
+ flex-flow: row wrap;
271
+ align-items: flex-start;
272
+ flex-direction: row;
273
+ justify-content: space-between;
274
+ list-style-type: none;
275
+ font-family: 'Inter', sans-serif;
276
+ font-size: 12px;
277
+ font-weight: bold;
278
+ font-stretch: normal;
279
+ font-style: normal;
280
+ line-height: 1.33;
281
+ letter-spacing: -0.3px;
282
+ padding-top: 1rem;
283
+ width: 100%;
284
+ padding-bottom: 0.6rem;
285
+ }
286
+
287
+ .product-categories:not(:last-child) {
288
+ border-bottom: 1px solid var(--primary-main);
289
+ }
290
+
291
+ .product-categories:has(.open) {
292
+ padding-bottom: 0;
293
+ }
294
+
295
+ .expand-icon {
296
+ width: 10px;
297
+ height: 13px;
298
+ transform: rotate(90deg);
299
+ margin-right: 8px;
300
+ }
301
+
302
+ .expand-icon:before,
303
+ .expand-icon:after {
304
+ width: 2px;
305
+ background-color: var(--others-white);
306
+ }
307
+
308
+ .expand-icon.open {
309
+ transform: rotate(-90deg);
310
+ }
311
+
312
+ .rotate {
313
+ transform: rotate(180deg);
314
+ }
315
+
316
+ .list-box {
317
+ background-color: var(--primary-main-dark-1);
318
+ width: 100%;
319
+ padding-left: 0.5rem;
320
+ margin-top: 0.6rem;
321
+ }
322
+
323
+ .list-products {
324
+ margin: 14px 0;
325
+ }
326
+
327
+ .footer__media__logos__wrapper {
328
+ width: 84%;
329
+ display: flex;
330
+ justify-content: space-around;
331
+ padding-bottom: 35px;
332
+ flex-wrap: wrap;
333
+ flex-direction: row;
334
+ }
335
+
336
+ .footer__media__logos__wrapper .logo {
337
+ display: inline-flex;
338
+ padding-left: 20px;
339
+ align-items: center;
340
+ height: 59px;
341
+ }
342
+
343
+ .footer__media__logos__wrapper .logo:first-child {
344
+ padding-left: 0;
345
+ }
346
+
347
+ @media (max-width: 720px) {
348
+ .footer__media__logos__wrapper {
349
+ width: 100%;
350
+ padding-bottom: 15px;
351
+ flex-wrap: wrap;
352
+ }
353
+
354
+ .footer__media__logos__wrapper .logo {
355
+ width: 50%;
356
+ }
357
+ }
358
+
359
+ .separator {
360
+ display: block;
361
+ width: 84%;
362
+ height: 1px;
363
+ background-color: var(--primary-main-light-1);
364
+ margin-bottom: 30px;
365
+ }
366
+
367
+ @media (max-width: 720px) {
368
+ .separator {
369
+ width: 100%;
370
+ }
371
+ }
372
+
373
+ .footer-trustpilot {
374
+ display: none;
375
+ }
376
+
377
+ @media (min-width: 720px) {
378
+ .footer-trustpilot {
379
+ display: flex;
380
+ }
381
+ }
382
+
383
+ .footer-trustpilot-mobile {
384
+ display: flex;
385
+ width: 100%;
386
+ margin: 1rem 0 2rem 0;
387
+ }
388
+
389
+ @media (min-width: 720px) {
390
+ .footer-trustpilot-mobile {
391
+ display: none;
392
+ }
393
+ }
394
+ `;