@npm_leadtech/legal-lib-components 7.19.2 → 7.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/styles.css +30 -15
- package/dist/images/componentsSvg/InfoLocationSvg.d.ts +2 -0
- package/dist/images/componentsSvg/InfoLocationSvg.js +4 -0
- package/dist/images/componentsSvg/InfoLocationSvg.tsx +14 -0
- package/dist/images/componentsSvg/InfoMailSvg.d.ts +2 -0
- package/dist/images/componentsSvg/InfoMailSvg.js +4 -0
- package/dist/images/componentsSvg/InfoMailSvg.tsx +12 -0
- package/dist/images/componentsSvg/InfoPhoneSvg.d.ts +2 -0
- package/dist/images/componentsSvg/InfoPhoneSvg.js +4 -0
- package/dist/images/componentsSvg/InfoPhoneSvg.tsx +12 -0
- package/dist/src/components/atoms/CardPane/CardPane.styled.js +1 -1
- package/dist/src/components/atoms/CardPane/CardPane.styled.ts +1 -1
- package/dist/src/components/atoms/SearchSelect/SearchSelect.styled.js +1 -1
- package/dist/src/components/atoms/SearchSelect/SearchSelect.styled.ts +1 -1
- package/dist/src/components/atoms/index.d.ts +0 -3
- package/dist/src/components/atoms/index.js +0 -3
- package/dist/src/components/atoms/index.ts +0 -3
- package/dist/src/components/molecules/ContactInfo/ContactInfo.styled.js +1 -1
- package/dist/src/components/molecules/ContactInfo/ContactInfo.styled.ts +1 -1
- package/dist/src/components/molecules/ContactInfoBox/ContactInfoBox.d.ts +3 -0
- package/dist/src/components/molecules/ContactInfoBox/ContactInfoBox.js +6 -0
- package/dist/src/components/molecules/ContactInfoBox/ContactInfoBox.styled.d.ts +1 -0
- package/dist/src/components/molecules/ContactInfoBox/ContactInfoBox.styled.js +23 -0
- package/dist/src/components/molecules/ContactInfoBox/ContactInfoBox.styled.ts +24 -0
- package/dist/src/components/molecules/ContactInfoBox/ContactInfoBox.tsx +15 -0
- package/dist/src/components/molecules/ContactInfoBox/ContactInfoBoxProps.types.d.ts +4 -0
- package/dist/src/components/molecules/ContactInfoBox/ContactInfoBoxProps.types.ts +4 -0
- package/dist/src/components/molecules/ContactInfoBox/index.d.ts +2 -0
- package/dist/src/components/molecules/ContactInfoBox/index.js +1 -0
- package/dist/src/components/molecules/ContactInfoBox/index.ts +2 -0
- package/dist/src/components/molecules/ContactInfoBoxMobile/ContactInfoBoxMobile.d.ts +3 -0
- package/dist/src/components/molecules/ContactInfoBoxMobile/ContactInfoBoxMobile.js +6 -0
- package/dist/src/components/molecules/ContactInfoBoxMobile/ContactInfoBoxMobile.styled.d.ts +1 -0
- package/dist/src/components/molecules/ContactInfoBoxMobile/ContactInfoBoxMobile.styled.js +23 -0
- package/dist/src/components/molecules/ContactInfoBoxMobile/ContactInfoBoxMobile.styled.ts +24 -0
- package/dist/src/components/molecules/ContactInfoBoxMobile/ContactInfoBoxMobile.tsx +15 -0
- package/dist/src/components/molecules/ContactInfoBoxMobile/ContactInfoBoxMobileProps.types.d.ts +4 -0
- package/dist/src/components/molecules/ContactInfoBoxMobile/ContactInfoBoxMobileProps.types.ts +4 -0
- package/dist/src/components/molecules/ContactInfoBoxMobile/index.d.ts +2 -0
- package/dist/src/components/molecules/ContactInfoBoxMobile/index.js +1 -0
- package/dist/src/components/molecules/ContactInfoBoxMobile/index.ts +2 -0
- package/dist/src/components/molecules/ContactInfoCard/ContactInfoCard.d.ts +3 -0
- package/dist/src/components/molecules/ContactInfoCard/ContactInfoCard.js +19 -0
- package/dist/src/components/molecules/ContactInfoCard/ContactInfoCard.styled.d.ts +1 -0
- package/dist/src/components/molecules/ContactInfoCard/ContactInfoCard.styled.js +77 -0
- package/dist/src/components/molecules/ContactInfoCard/ContactInfoCard.styled.ts +78 -0
- package/dist/src/components/molecules/ContactInfoCard/ContactInfoCard.tsx +58 -0
- package/dist/src/components/molecules/ContactInfoCard/ContactInfoCardProps.d.ts +7 -0
- package/dist/src/components/molecules/ContactInfoCard/ContactInfoCardProps.ts +8 -0
- package/dist/src/components/molecules/ContactInfoCard/index.d.ts +2 -0
- package/dist/src/components/molecules/ContactInfoCard/index.js +2 -0
- package/dist/src/components/molecules/ContactInfoCard/index.ts +2 -0
- package/dist/src/components/molecules/NavBarDropDown/NavBarDropDown.tsx +1 -1
- package/dist/src/components/molecules/SocialLinks/SocialLinks.js +5 -1
- package/dist/src/components/molecules/SocialLinks/SocialLinks.tsx +11 -7
- package/dist/src/components/molecules/TextInput/TextInput.scss +31 -15
- package/dist/src/components/molecules/TextInput/stories/TextInput.stories.tsx +13 -2
- package/dist/src/components/molecules/index.d.ts +2 -2
- package/dist/src/components/molecules/index.js +2 -2
- package/dist/src/components/molecules/index.ts +2 -2
- package/dist/src/components/organisms/ContactJumbotron/ContactJumbotron.js +3 -3
- package/dist/src/components/organisms/ContactJumbotron/ContactJumbotron.styled.js +0 -1
- package/dist/src/components/organisms/ContactJumbotron/ContactJumbotron.styled.ts +0 -1
- package/dist/src/components/organisms/ContactJumbotron/ContactJumbotron.tsx +4 -6
- package/dist/src/components/organisms/ContactJumbotron/ContactJumbotronProps.types.d.ts +2 -3
- package/dist/src/components/organisms/ContactJumbotron/ContactJumbotronProps.types.ts +2 -4
- package/dist/src/components/organisms/index.d.ts +0 -3
- package/dist/src/components/organisms/index.js +0 -3
- package/dist/src/components/organisms/index.ts +0 -3
- package/dist/src/components/pages/ContactUsPage/ContactUsPage.js +3 -3
- package/dist/src/components/pages/ContactUsPage/ContactUsPage.tsx +3 -3
- package/dist/src/components/pages/ContactUsPage/ContactUsPageProps.d.ts +2 -2
- package/dist/src/components/pages/ContactUsPage/ContactUsPageProps.ts +2 -2
- package/dist/src/components/sections/ContactSection/ContactSection.styled.js +2 -0
- package/dist/src/components/sections/ContactSection/ContactSection.styled.ts +2 -0
- package/dist/src/components/sections/index.d.ts +0 -1
- package/dist/src/components/sections/index.js +0 -1
- package/dist/src/components/sections/index.ts +0 -1
- package/dist/src/hooks/useIntersectionObserver.d.ts +7 -5
- package/dist/src/hooks/useIntersectionObserver.js +5 -7
- package/dist/src/hooks/useIntersectionObserver.tsx +12 -10
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -2
- package/dist/src/components/atoms/ContactInformationHeader/ContactInformationHeader.d.ts +0 -3
- package/dist/src/components/atoms/ContactInformationHeader/ContactInformationHeader.js +0 -5
- package/dist/src/components/atoms/ContactInformationHeader/ContactInformationHeader.styled.d.ts +0 -1
- package/dist/src/components/atoms/ContactInformationHeader/ContactInformationHeader.styled.js +0 -21
- package/dist/src/components/atoms/ContactInformationHeader/ContactInformationHeader.styled.ts +0 -22
- package/dist/src/components/atoms/ContactInformationHeader/ContactInformationHeader.tsx +0 -14
- package/dist/src/components/atoms/ContactInformationHeader/ContactInformationHeaderProps.d.ts +0 -4
- package/dist/src/components/atoms/ContactInformationHeader/ContactInformationHeaderProps.ts +0 -4
- package/dist/src/components/atoms/ContactInformationHeader/index.d.ts +0 -2
- package/dist/src/components/atoms/ContactInformationHeader/index.js +0 -2
- package/dist/src/components/atoms/ContactInformationHeader/index.ts +0 -2
- package/dist/src/components/atoms/MobileTrigger/MobileTrigger.d.ts +0 -3
- package/dist/src/components/atoms/MobileTrigger/MobileTrigger.js +0 -5
- package/dist/src/components/atoms/MobileTrigger/MobileTrigger.styled.d.ts +0 -5
- package/dist/src/components/atoms/MobileTrigger/MobileTrigger.styled.js +0 -8
- package/dist/src/components/atoms/MobileTrigger/MobileTrigger.styled.ts +0 -13
- package/dist/src/components/atoms/MobileTrigger/MobileTrigger.tsx +0 -11
- package/dist/src/components/atoms/MobileTrigger/MobileTriggerProps.d.ts +0 -6
- package/dist/src/components/atoms/MobileTrigger/MobileTriggerProps.ts +0 -6
- package/dist/src/components/atoms/MobileTrigger/index.d.ts +0 -2
- package/dist/src/components/atoms/MobileTrigger/index.js +0 -2
- package/dist/src/components/atoms/MobileTrigger/index.ts +0 -2
- package/dist/src/components/atoms/PhoneNumberDisplay/PhoneNumberDisplay.d.ts +0 -3
- package/dist/src/components/atoms/PhoneNumberDisplay/PhoneNumberDisplay.js +0 -6
- package/dist/src/components/atoms/PhoneNumberDisplay/PhoneNumberDisplay.styled.d.ts +0 -1
- package/dist/src/components/atoms/PhoneNumberDisplay/PhoneNumberDisplay.styled.js +0 -17
- package/dist/src/components/atoms/PhoneNumberDisplay/PhoneNumberDisplay.styled.ts +0 -18
- package/dist/src/components/atoms/PhoneNumberDisplay/PhoneNumberDisplay.tsx +0 -15
- package/dist/src/components/atoms/PhoneNumberDisplay/PhoneNumberDisplayProps.d.ts +0 -3
- package/dist/src/components/atoms/PhoneNumberDisplay/PhoneNumberDisplayProps.ts +0 -3
- package/dist/src/components/atoms/PhoneNumberDisplay/index.d.ts +0 -2
- package/dist/src/components/atoms/PhoneNumberDisplay/index.js +0 -2
- package/dist/src/components/atoms/PhoneNumberDisplay/index.ts +0 -2
- package/dist/src/components/molecules/HelpPanelList/HelpPanelList.d.ts +0 -3
- package/dist/src/components/molecules/HelpPanelList/HelpPanelList.js +0 -5
- package/dist/src/components/molecules/HelpPanelList/HelpPanelList.styled.d.ts +0 -4
- package/dist/src/components/molecules/HelpPanelList/HelpPanelList.styled.js +0 -34
- package/dist/src/components/molecules/HelpPanelList/HelpPanelList.styled.ts +0 -38
- package/dist/src/components/molecules/HelpPanelList/HelpPanelList.tsx +0 -18
- package/dist/src/components/molecules/HelpPanelList/HelpPanelListProps.d.ts +0 -9
- package/dist/src/components/molecules/HelpPanelList/HelpPanelListProps.js +0 -1
- package/dist/src/components/molecules/HelpPanelList/HelpPanelListProps.ts +0 -10
- package/dist/src/components/molecules/HelpPanelList/index.d.ts +0 -2
- package/dist/src/components/molecules/HelpPanelList/index.js +0 -2
- package/dist/src/components/molecules/HelpPanelList/index.ts +0 -2
- package/dist/src/components/molecules/HelpSection/HelpSection.d.ts +0 -3
- package/dist/src/components/molecules/HelpSection/HelpSection.js +0 -5
- package/dist/src/components/molecules/HelpSection/HelpSection.styled.d.ts +0 -3
- package/dist/src/components/molecules/HelpSection/HelpSection.styled.js +0 -64
- package/dist/src/components/molecules/HelpSection/HelpSection.styled.ts +0 -66
- package/dist/src/components/molecules/HelpSection/HelpSection.tsx +0 -18
- package/dist/src/components/molecules/HelpSection/HelpSectionProps.d.ts +0 -6
- package/dist/src/components/molecules/HelpSection/HelpSectionProps.js +0 -1
- package/dist/src/components/molecules/HelpSection/HelpSectionProps.ts +0 -7
- package/dist/src/components/molecules/HelpSection/index.d.ts +0 -2
- package/dist/src/components/molecules/HelpSection/index.js +0 -2
- package/dist/src/components/molecules/HelpSection/index.ts +0 -2
- package/dist/src/components/organisms/DesktopMenu/DesktopMenu.d.ts +0 -3
- package/dist/src/components/organisms/DesktopMenu/DesktopMenu.js +0 -7
- package/dist/src/components/organisms/DesktopMenu/DesktopMenu.styled.d.ts +0 -1
- package/dist/src/components/organisms/DesktopMenu/DesktopMenu.styled.js +0 -16
- package/dist/src/components/organisms/DesktopMenu/DesktopMenu.styled.ts +0 -17
- package/dist/src/components/organisms/DesktopMenu/DesktopMenu.tsx +0 -15
- package/dist/src/components/organisms/DesktopMenu/DesktopMenuProps.d.ts +0 -7
- package/dist/src/components/organisms/DesktopMenu/DesktopMenuProps.js +0 -1
- package/dist/src/components/organisms/DesktopMenu/DesktopMenuProps.ts +0 -8
- package/dist/src/components/organisms/DesktopMenu/index.d.ts +0 -2
- package/dist/src/components/organisms/DesktopMenu/index.js +0 -2
- package/dist/src/components/organisms/DesktopMenu/index.ts +0 -2
- package/dist/src/components/organisms/MobileMenu/MobileMenu.d.ts +0 -3
- package/dist/src/components/organisms/MobileMenu/MobileMenu.js +0 -9
- package/dist/src/components/organisms/MobileMenu/MobileMenu.styled.d.ts +0 -7
- package/dist/src/components/organisms/MobileMenu/MobileMenu.styled.js +0 -23
- package/dist/src/components/organisms/MobileMenu/MobileMenu.styled.ts +0 -30
- package/dist/src/components/organisms/MobileMenu/MobileMenu.tsx +0 -54
- package/dist/src/components/organisms/MobileMenu/MobileMenuProps.d.ts +0 -16
- package/dist/src/components/organisms/MobileMenu/MobileMenuProps.js +0 -1
- package/dist/src/components/organisms/MobileMenu/MobileMenuProps.ts +0 -18
- package/dist/src/components/organisms/MobileMenu/index.d.ts +0 -2
- package/dist/src/components/organisms/MobileMenu/index.js +0 -2
- package/dist/src/components/organisms/MobileMenu/index.ts +0 -2
- package/dist/src/components/organisms/MobilePanel/MobilePanel.d.ts +0 -3
- package/dist/src/components/organisms/MobilePanel/MobilePanel.js +0 -4
- package/dist/src/components/organisms/MobilePanel/MobilePanel.styled.d.ts +0 -8
- package/dist/src/components/organisms/MobilePanel/MobilePanel.styled.js +0 -27
- package/dist/src/components/organisms/MobilePanel/MobilePanel.styled.ts +0 -35
- package/dist/src/components/organisms/MobilePanel/MobilePanel.tsx +0 -13
- package/dist/src/components/organisms/MobilePanel/MobilePanelProps.d.ts +0 -7
- package/dist/src/components/organisms/MobilePanel/MobilePanelProps.js +0 -1
- package/dist/src/components/organisms/MobilePanel/MobilePanelProps.ts +0 -7
- package/dist/src/components/organisms/MobilePanel/index.d.ts +0 -2
- package/dist/src/components/organisms/MobilePanel/index.js +0 -2
- package/dist/src/components/organisms/MobilePanel/index.ts +0 -2
- package/dist/src/components/sections/AppHeader/AppHeader.d.ts +0 -4
- package/dist/src/components/sections/AppHeader/AppHeader.js +0 -8
- package/dist/src/components/sections/AppHeader/AppHeader.scss +0 -32
- package/dist/src/components/sections/AppHeader/AppHeader.styled.d.ts +0 -2
- package/dist/src/components/sections/AppHeader/AppHeader.styled.js +0 -35
- package/dist/src/components/sections/AppHeader/AppHeader.styled.ts +0 -36
- package/dist/src/components/sections/AppHeader/AppHeader.tsx +0 -58
- package/dist/src/components/sections/AppHeader/AppHeaderProps.d.ts +0 -26
- package/dist/src/components/sections/AppHeader/AppHeaderProps.js +0 -1
- package/dist/src/components/sections/AppHeader/AppHeaderProps.ts +0 -27
- package/dist/src/components/sections/AppHeader/index.d.ts +0 -2
- package/dist/src/components/sections/AppHeader/index.js +0 -2
- package/dist/src/components/sections/AppHeader/index.ts +0 -2
- /package/dist/src/components/{atoms/ContactInformationHeader/ContactInformationHeaderProps.js → molecules/ContactInfoBox/ContactInfoBoxProps.types.js} +0 -0
- /package/dist/src/components/{atoms/MobileTrigger/MobileTriggerProps.js → molecules/ContactInfoBoxMobile/ContactInfoBoxMobileProps.types.js} +0 -0
- /package/dist/src/components/{atoms/PhoneNumberDisplay/PhoneNumberDisplayProps.js → molecules/ContactInfoCard/ContactInfoCardProps.js} +0 -0
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import styled from 'styled-components'
|
|
2
|
+
|
|
3
|
+
export const ContactInfoCardStyled = styled.div`
|
|
4
|
+
width: 100%;
|
|
5
|
+
background-color: var(--neutral-neutral-6);
|
|
6
|
+
border-radius: var(--s-border-radius);
|
|
7
|
+
margin-top: 1rem;
|
|
8
|
+
margin-bottom: 1rem;
|
|
9
|
+
display: flex;
|
|
10
|
+
align-items: center;
|
|
11
|
+
padding: 1rem 1.5rem;
|
|
12
|
+
|
|
13
|
+
&.phone-mobile {
|
|
14
|
+
flex-direction: column;
|
|
15
|
+
align-items: center;
|
|
16
|
+
text-align: center;
|
|
17
|
+
.phone-mobile-contact {
|
|
18
|
+
&-button {
|
|
19
|
+
display: flex;
|
|
20
|
+
justify-content: center;
|
|
21
|
+
margin-bottom: 0.5rem;
|
|
22
|
+
width: 100%;
|
|
23
|
+
|
|
24
|
+
&:before {
|
|
25
|
+
content: '';
|
|
26
|
+
width: 20px;
|
|
27
|
+
height: 20px;
|
|
28
|
+
background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgICA8ZGVmcz4KICAgICAgICA8cGF0aCBpZD0iZXA3dHIycDdyYSIgZD0iTTIwLjAxIDE1LjM4Yy0xLjIzIDAtMi40Mi0uMi0zLjUzLS41Ni0uMzUtLjEyLS43NC0uMDMtMS4wMS4yNGwtMS41NyAxLjk3Yy0yLjgzLTEuMzUtNS40OC0zLjktNi44OS02LjgzbDEuOTUtMS42NmMuMjctLjI4LjM1LS42Ny4yNC0xLjAyLS4zNy0xLjExLS41Ni0yLjMtLjU2LTMuNTMgMC0uNTQtLjQ1LS45OS0uOTktLjk5SDQuMTlDMy42NSAzIDMgMy4yNCAzIDMuOTkgMyAxMy4yOCAxMC43MyAyMSAyMC4wMSAyMWMuNzEgMCAuOTktLjYzLjk5LTEuMTh2LTMuNDVjMC0uNTQtLjQ1LS45OS0uOTktLjk5eiIvPgogICAgPC9kZWZzPgogICAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8Zz4KICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzc2LjAwMDAwMCwgLTMxNC4wMDAwMDApIHRyYW5zbGF0ZSgzMjguMDAwMDAwLCAyMDUuMDAwMDAwKSB0cmFuc2xhdGUoMzIuMDAwMDAwLCA5MC4wMDAwMDApIHRyYW5zbGF0ZSgxNi4wMDAwMDAsIDE5LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMCAwSDI0VjI0SDB6Ii8+CiAgICAgICAgICAgICAgICAgICAgICAgIDxtYXNrIGlkPSI3dHZidm9pbXpiIiBmaWxsPSIjZmZmIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI2VwN3RyMnA3cmEiLz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgICAgICAgICA8ZyBjbGFzcz0iaWNvbi13ZWItMjQtcCIgZmlsbD0iI2ZmZiIgbWFzaz0idXJsKCM3dHZidm9pbXpiKSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMCAwSDI0VjI0SDB6Ii8+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=');
|
|
29
|
+
margin-right: 0.5rem;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
&-text {
|
|
34
|
+
color: var(--neutral-neutral-2);
|
|
35
|
+
text-align: center;
|
|
36
|
+
margin: 0 0 2rem;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.info-card-wrapper {
|
|
42
|
+
display: flex;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
46
|
+
@supports (-webkit-appearance: none) {
|
|
47
|
+
letter-spacing: -1px;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.info-icon {
|
|
52
|
+
margin-top: 0.1rem;
|
|
53
|
+
margin-right: 0.5rem;
|
|
54
|
+
|
|
55
|
+
path {
|
|
56
|
+
fill: var(--primary-main-dark-1);
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.title {
|
|
61
|
+
color: var(--primary-main-dark-1);
|
|
62
|
+
font-size: 1rem;
|
|
63
|
+
font-weight: bold;
|
|
64
|
+
|
|
65
|
+
&.email {
|
|
66
|
+
text-decoration: underline;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
a {
|
|
70
|
+
color: var(--primary-main-dark-1);
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.text {
|
|
75
|
+
font-size: 0.875rem;
|
|
76
|
+
color: var(--neutral-neutral-2);
|
|
77
|
+
}
|
|
78
|
+
`
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import React from 'react'
|
|
2
|
+
|
|
3
|
+
import { Button } from '../../atoms'
|
|
4
|
+
|
|
5
|
+
import { ContactInfoCardProps } from './ContactInfoCardProps'
|
|
6
|
+
import { ContactInfoCardStyled } from './ContactInfoCard.styled'
|
|
7
|
+
|
|
8
|
+
import { InfoLocationSvg } from '../../../../images/componentsSvg/InfoLocationSvg'
|
|
9
|
+
import { InfoMailSvg } from '../../../../images/componentsSvg/InfoMailSvg'
|
|
10
|
+
import { InfoPhoneSvg } from '../../../../images/componentsSvg/InfoPhoneSvg'
|
|
11
|
+
|
|
12
|
+
const iconMap = {
|
|
13
|
+
email: <InfoMailSvg />,
|
|
14
|
+
phone: <InfoPhoneSvg />,
|
|
15
|
+
location: <InfoLocationSvg />
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export const ContactInfoCard: React.FC<ContactInfoCardProps> = ({ type, isMobile = false, title, text }) => {
|
|
19
|
+
if (type === 'phone' && isMobile) {
|
|
20
|
+
return (
|
|
21
|
+
<ContactInfoCardStyled className='contact-info-card phone-mobile'>
|
|
22
|
+
<Button
|
|
23
|
+
key={title}
|
|
24
|
+
centered
|
|
25
|
+
isExternal
|
|
26
|
+
link={`tel:${title}`}
|
|
27
|
+
gtmTag={'clicked_phone_contactus'}
|
|
28
|
+
givenClass='phone-mobile-contact-button e-button e-button--link e-button--primary-1 e-button--center'
|
|
29
|
+
label={title ?? ''}
|
|
30
|
+
dataQa={'phone_contact_box'}
|
|
31
|
+
/>
|
|
32
|
+
<p className='text'>{text}</p>
|
|
33
|
+
</ContactInfoCardStyled>
|
|
34
|
+
)
|
|
35
|
+
} else {
|
|
36
|
+
return (
|
|
37
|
+
<ContactInfoCardStyled className='contact-info-card'>
|
|
38
|
+
<div className='info-card-wrapper'>
|
|
39
|
+
<div className='info-icon'>{iconMap[type]}</div>
|
|
40
|
+
<div className='content'>
|
|
41
|
+
{title && (
|
|
42
|
+
<p className={`title${type === 'email' ? ' email' : ''}`}>
|
|
43
|
+
{type === 'email' ? (
|
|
44
|
+
<a href={`mailto:${title}`}>{title}</a>
|
|
45
|
+
) : type === 'phone' ? (
|
|
46
|
+
<a href={`tel:${title}`}>{title}</a>
|
|
47
|
+
) : (
|
|
48
|
+
title
|
|
49
|
+
)}
|
|
50
|
+
</p>
|
|
51
|
+
)}
|
|
52
|
+
<p className='text'>{text}</p>
|
|
53
|
+
</div>
|
|
54
|
+
</div>
|
|
55
|
+
</ContactInfoCardStyled>
|
|
56
|
+
)
|
|
57
|
+
}
|
|
58
|
+
}
|
|
@@ -18,7 +18,7 @@ export const NavBarDropDown: FC<NavBarDropDownProps> = ({
|
|
|
18
18
|
setEnableScrollbarOnClose,
|
|
19
19
|
setIsOpen
|
|
20
20
|
}): React.ReactElement | null => {
|
|
21
|
-
const [ref, isIntersectingWithElement] = useIntersectionObserver({
|
|
21
|
+
const [ref, isIntersectingWithElement] = useIntersectionObserver<HTMLDivElement>({
|
|
22
22
|
options: { threshold: 0.15 }
|
|
23
23
|
})
|
|
24
24
|
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { SocialList } from './SocialLinks.styled';
|
|
3
|
+
import { useIntersectionObserver } from '../../../hooks';
|
|
3
4
|
export const SocialLinks = ({ links }) => {
|
|
4
|
-
return (_jsx(SocialList, { children: links.map((social) =>
|
|
5
|
+
return (_jsx(SocialList, { children: links.map((social) => {
|
|
6
|
+
const [ref, isIntersecting] = useIntersectionObserver({});
|
|
7
|
+
return (_jsx("li", { children: _jsx("a", { href: social.url, rel: 'noopener noreferrer', target: '_blank', children: _jsx("img", { ref: ref, src: isIntersecting ? social.iconSrc : '', alt: social.alt, width: '20', height: '20' }) }) }, social.url));
|
|
8
|
+
}) }));
|
|
5
9
|
};
|
|
@@ -1,17 +1,21 @@
|
|
|
1
1
|
import React from 'react'
|
|
2
2
|
import { SocialLinksProps } from './SocialLinksProps.types'
|
|
3
3
|
import { SocialList } from './SocialLinks.styled'
|
|
4
|
+
import { useIntersectionObserver } from '../../../hooks'
|
|
4
5
|
|
|
5
6
|
export const SocialLinks: React.FC<SocialLinksProps> = ({ links }) => {
|
|
6
7
|
return (
|
|
7
8
|
<SocialList>
|
|
8
|
-
{links.map((social) =>
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
9
|
+
{links.map((social) => {
|
|
10
|
+
const [ref, isIntersecting] = useIntersectionObserver<HTMLImageElement>({})
|
|
11
|
+
return (
|
|
12
|
+
<li key={social.url}>
|
|
13
|
+
<a href={social.url} rel='noopener noreferrer' target='_blank'>
|
|
14
|
+
<img ref={ref} src={isIntersecting ? social.iconSrc : ''} alt={social.alt} width='20' height='20' />
|
|
15
|
+
</a>
|
|
16
|
+
</li>
|
|
17
|
+
)
|
|
18
|
+
})}
|
|
15
19
|
</SocialList>
|
|
16
20
|
)
|
|
17
21
|
}
|
|
@@ -55,6 +55,10 @@
|
|
|
55
55
|
font-weight: bold;
|
|
56
56
|
}
|
|
57
57
|
|
|
58
|
+
.e-text__inner {
|
|
59
|
+
grid-row: 1;
|
|
60
|
+
}
|
|
61
|
+
|
|
58
62
|
.form-group__label-icon {
|
|
59
63
|
color: var(--neutral-neutral-1);
|
|
60
64
|
font-weight: bold;
|
|
@@ -150,6 +154,8 @@
|
|
|
150
154
|
|
|
151
155
|
&--has-prefix {
|
|
152
156
|
width: 100%;
|
|
157
|
+
display: grid;
|
|
158
|
+
grid-template-columns: 1fr;
|
|
153
159
|
|
|
154
160
|
@include portrait-tablets {
|
|
155
161
|
width: 50%;
|
|
@@ -157,14 +163,23 @@
|
|
|
157
163
|
|
|
158
164
|
.has-currency-prefix {
|
|
159
165
|
padding-left: 2rem;
|
|
166
|
+
grid-column: 1;
|
|
167
|
+
grid-row: 2;
|
|
168
|
+
align-self: center;
|
|
160
169
|
}
|
|
161
170
|
|
|
162
171
|
.has-currency-suffix {
|
|
163
172
|
padding-right: 2rem;
|
|
173
|
+
grid-column: 1;
|
|
174
|
+
grid-row: 2;
|
|
175
|
+
align-self: center;
|
|
164
176
|
}
|
|
165
177
|
|
|
166
178
|
.has-percent-suffix {
|
|
167
179
|
padding-left: 0.75rem;
|
|
180
|
+
grid-column: 1;
|
|
181
|
+
grid-row: 2;
|
|
182
|
+
align-self: center;
|
|
168
183
|
}
|
|
169
184
|
}
|
|
170
185
|
|
|
@@ -185,27 +200,28 @@
|
|
|
185
200
|
}
|
|
186
201
|
|
|
187
202
|
.input-icon-currency-suffix {
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
203
|
+
grid-column: 1;
|
|
204
|
+
grid-row: 2;
|
|
205
|
+
align-self: center;
|
|
206
|
+
margin-left: calc(100% - 30px);
|
|
207
|
+
width: fit-content;
|
|
193
208
|
}
|
|
194
209
|
|
|
195
210
|
.input-icon-currency-prefix {
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
211
|
+
grid-column: 1;
|
|
212
|
+
grid-row: 2;
|
|
213
|
+
align-self: center;
|
|
214
|
+
z-index: 1;
|
|
215
|
+
padding-left: 0.87rem;
|
|
216
|
+
width: fit-content;
|
|
201
217
|
}
|
|
202
218
|
|
|
203
219
|
.input-icon-percent-suffix {
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
220
|
+
grid-column: 1;
|
|
221
|
+
grid-row: 2;
|
|
222
|
+
align-self: center;
|
|
223
|
+
margin-left: calc(100% - 30px);
|
|
224
|
+
width: fit-content;
|
|
209
225
|
}
|
|
210
226
|
|
|
211
227
|
.formgroup--input__button {
|
|
@@ -124,7 +124,7 @@ export const MaskInput: Story = {
|
|
|
124
124
|
}
|
|
125
125
|
}
|
|
126
126
|
|
|
127
|
-
export const
|
|
127
|
+
export const WithSufixEuro: Story = {
|
|
128
128
|
args: {
|
|
129
129
|
name: 'prefix',
|
|
130
130
|
label: 'Price:',
|
|
@@ -146,7 +146,7 @@ export const WithPrefixNoEuro: Story = {
|
|
|
146
146
|
}
|
|
147
147
|
}
|
|
148
148
|
|
|
149
|
-
export const
|
|
149
|
+
export const WithSufixPercent: Story = {
|
|
150
150
|
args: {
|
|
151
151
|
name: 'prefix',
|
|
152
152
|
label: 'Price:',
|
|
@@ -156,3 +156,14 @@ export const WithPrefixPercent: Story = {
|
|
|
156
156
|
country: 'US'
|
|
157
157
|
}
|
|
158
158
|
}
|
|
159
|
+
|
|
160
|
+
export const WithPrefixPercent: Story = {
|
|
161
|
+
args: {
|
|
162
|
+
name: 'prefix',
|
|
163
|
+
label: 'Price:',
|
|
164
|
+
value: '20.30',
|
|
165
|
+
type: 'text',
|
|
166
|
+
prefix: 'currency',
|
|
167
|
+
country: 'CA'
|
|
168
|
+
}
|
|
169
|
+
}
|
|
@@ -12,6 +12,8 @@ export * from './Breadcrumb';
|
|
|
12
12
|
export * from './ContactBox';
|
|
13
13
|
export * from './ContactCardList';
|
|
14
14
|
export * from './ContactInfo';
|
|
15
|
+
export * from './ContactInfoBox';
|
|
16
|
+
export * from './ContactInfoBoxMobile';
|
|
15
17
|
export * from './ContinueEditingBanner';
|
|
16
18
|
export * from './CountDownMessage';
|
|
17
19
|
export * from './DocumentListMenuSection';
|
|
@@ -54,5 +56,3 @@ export * from './TypeModulesList';
|
|
|
54
56
|
export * from './UploadRatafiaZone';
|
|
55
57
|
export * from './WarningBox';
|
|
56
58
|
export * from './InfoBarFooter';
|
|
57
|
-
export * from './HelpSection';
|
|
58
|
-
export * from './HelpPanelList';
|
|
@@ -12,6 +12,8 @@ export * from './Breadcrumb';
|
|
|
12
12
|
export * from './ContactBox';
|
|
13
13
|
export * from './ContactCardList';
|
|
14
14
|
export * from './ContactInfo';
|
|
15
|
+
export * from './ContactInfoBox';
|
|
16
|
+
export * from './ContactInfoBoxMobile';
|
|
15
17
|
export * from './ContinueEditingBanner';
|
|
16
18
|
export * from './CountDownMessage';
|
|
17
19
|
export * from './DocumentListMenuSection';
|
|
@@ -54,5 +56,3 @@ export * from './TypeModulesList';
|
|
|
54
56
|
export * from './UploadRatafiaZone';
|
|
55
57
|
export * from './WarningBox';
|
|
56
58
|
export * from './InfoBarFooter';
|
|
57
|
-
export * from './HelpSection';
|
|
58
|
-
export * from './HelpPanelList';
|
|
@@ -12,6 +12,8 @@ export * from './Breadcrumb'
|
|
|
12
12
|
export * from './ContactBox'
|
|
13
13
|
export * from './ContactCardList'
|
|
14
14
|
export * from './ContactInfo'
|
|
15
|
+
export * from './ContactInfoBox'
|
|
16
|
+
export * from './ContactInfoBoxMobile'
|
|
15
17
|
export * from './ContinueEditingBanner'
|
|
16
18
|
export * from './CountDownMessage'
|
|
17
19
|
export * from './DocumentListMenuSection'
|
|
@@ -54,5 +56,3 @@ export * from './TypeModulesList'
|
|
|
54
56
|
export * from './UploadRatafiaZone'
|
|
55
57
|
export * from './WarningBox'
|
|
56
58
|
export * from './InfoBarFooter'
|
|
57
|
-
export * from './HelpSection'
|
|
58
|
-
export * from './HelpPanelList'
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { EmailContactBox, PhoneContactBoxDesktop } from '../../molecules';
|
|
3
2
|
import { Button } from '../../atoms';
|
|
3
|
+
import { ContactInfoBox } from '../../molecules/ContactInfoBox';
|
|
4
4
|
import { ContactJumbotronStyled } from './ContactJumbotron.styled';
|
|
5
|
-
export const ContactJumbotron = ({
|
|
6
|
-
return (_jsxs(ContactJumbotronStyled, { children: [
|
|
5
|
+
export const ContactJumbotron = ({ faqsTitle, visitFaqPageLabel, children, isJonSnow = false, items }) => {
|
|
6
|
+
return (_jsxs(ContactJumbotronStyled, { children: [_jsx(ContactInfoBox, { items: items }), _jsx("h2", { className: 'contact__text__title sans-serif', children: faqsTitle }), _jsx("div", { className: 'contact__text__subtitle sans-serif', children: children }), !isJonSnow && (_jsx(Button, { givenClass: 'faq-button', color: 'secondary', label: visitFaqPageLabel, link: '/faqs/', dataQa: 'visitFaq' }))] }));
|
|
7
7
|
};
|
|
@@ -1,21 +1,20 @@
|
|
|
1
1
|
import React from 'react'
|
|
2
2
|
|
|
3
|
-
import { EmailContactBox, PhoneContactBoxDesktop } from '../../molecules'
|
|
4
3
|
import { Button } from '../../atoms'
|
|
4
|
+
import { ContactInfoBox } from '../../molecules/ContactInfoBox'
|
|
5
5
|
import { type ContactJumbotronProps } from './ContactJumbotronProps.types'
|
|
6
6
|
import { ContactJumbotronStyled } from './ContactJumbotron.styled'
|
|
7
7
|
|
|
8
8
|
export const ContactJumbotron: React.FC<ContactJumbotronProps> = ({
|
|
9
|
-
phoneBoxDesktopProps,
|
|
10
|
-
emailContactBoxProps,
|
|
11
9
|
faqsTitle,
|
|
12
10
|
visitFaqPageLabel,
|
|
13
11
|
children,
|
|
14
|
-
isJonSnow = false
|
|
12
|
+
isJonSnow = false,
|
|
13
|
+
items
|
|
15
14
|
}) => {
|
|
16
15
|
return (
|
|
17
16
|
<ContactJumbotronStyled>
|
|
18
|
-
|
|
17
|
+
<ContactInfoBox items={items} />
|
|
19
18
|
<h2 className='contact__text__title sans-serif'>{faqsTitle}</h2>
|
|
20
19
|
<div className='contact__text__subtitle sans-serif'>{children}</div>
|
|
21
20
|
{!isJonSnow && (
|
|
@@ -27,7 +26,6 @@ export const ContactJumbotron: React.FC<ContactJumbotronProps> = ({
|
|
|
27
26
|
dataQa={'visitFaq'}
|
|
28
27
|
/>
|
|
29
28
|
)}
|
|
30
|
-
<EmailContactBox {...emailContactBoxProps} />
|
|
31
29
|
</ContactJumbotronStyled>
|
|
32
30
|
)
|
|
33
31
|
}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
+
import { ContactInfoCardProps } from 'src/components/molecules/ContactInfoCard';
|
|
1
2
|
import type React from 'react';
|
|
2
|
-
import { type EmailContactBoxProps, type PhoneContactBoxDesktopProps } from '../../molecules';
|
|
3
3
|
export interface ContactJumbotronProps {
|
|
4
|
-
phoneBoxDesktopProps: PhoneContactBoxDesktopProps;
|
|
5
|
-
emailContactBoxProps: EmailContactBoxProps;
|
|
6
4
|
faqsTitle: string;
|
|
7
5
|
visitFaqPageLabel: string;
|
|
8
6
|
children: React.ReactNode;
|
|
9
7
|
isJonSnow?: boolean;
|
|
8
|
+
items: ContactInfoCardProps[];
|
|
10
9
|
}
|
|
@@ -1,12 +1,10 @@
|
|
|
1
|
+
import { ContactInfoCardProps } from 'src/components/molecules/ContactInfoCard'
|
|
1
2
|
import type React from 'react'
|
|
2
3
|
|
|
3
|
-
import { type EmailContactBoxProps, type PhoneContactBoxDesktopProps } from '../../molecules'
|
|
4
|
-
|
|
5
4
|
export interface ContactJumbotronProps {
|
|
6
|
-
phoneBoxDesktopProps: PhoneContactBoxDesktopProps
|
|
7
|
-
emailContactBoxProps: EmailContactBoxProps
|
|
8
5
|
faqsTitle: string
|
|
9
6
|
visitFaqPageLabel: string
|
|
10
7
|
children: React.ReactNode
|
|
11
8
|
isJonSnow?: boolean
|
|
9
|
+
items: ContactInfoCardProps[]
|
|
12
10
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { ContactSection, JumbotronSimplifiedSection } from '../../sections';
|
|
3
|
-
import {
|
|
4
|
-
export const ContactUsPage = ({ jumbotronSimplifiedSectionProps,
|
|
5
|
-
return (_jsxs(_Fragment, { children: [_jsx(JumbotronSimplifiedSection, { ...jumbotronSimplifiedSectionProps }), !isJonSnow && _jsx(
|
|
3
|
+
import { ContactInfoBoxMobile } from '../../molecules';
|
|
4
|
+
export const ContactUsPage = ({ jumbotronSimplifiedSectionProps, contactInfoBoxMobileProps, contactProps, isJonSnow = false }) => {
|
|
5
|
+
return (_jsxs(_Fragment, { children: [_jsx(JumbotronSimplifiedSection, { ...jumbotronSimplifiedSectionProps }), !isJonSnow && _jsx(ContactInfoBoxMobile, { ...contactInfoBoxMobileProps }), _jsx(ContactSection, { ...contactProps })] }));
|
|
6
6
|
};
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import React from 'react'
|
|
2
2
|
|
|
3
3
|
import { ContactSection, JumbotronSimplifiedSection } from '../../sections'
|
|
4
|
+
import { ContactInfoBoxMobile } from '../../molecules'
|
|
4
5
|
import { type ContactUsPageProps } from './ContactUsPageProps'
|
|
5
|
-
import { PhoneContactBoxMobile } from '../../molecules'
|
|
6
6
|
|
|
7
7
|
export const ContactUsPage: React.FC<ContactUsPageProps> = ({
|
|
8
8
|
jumbotronSimplifiedSectionProps,
|
|
9
|
-
|
|
9
|
+
contactInfoBoxMobileProps,
|
|
10
10
|
contactProps,
|
|
11
11
|
isJonSnow = false
|
|
12
12
|
}) => {
|
|
13
13
|
return (
|
|
14
14
|
<>
|
|
15
15
|
<JumbotronSimplifiedSection {...jumbotronSimplifiedSectionProps} />
|
|
16
|
-
{!isJonSnow && <
|
|
16
|
+
{!isJonSnow && <ContactInfoBoxMobile {...contactInfoBoxMobileProps} />}
|
|
17
17
|
<ContactSection {...contactProps} />
|
|
18
18
|
</>
|
|
19
19
|
)
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { type ContactSectionProps, type JumbotronSimplifiedSectionProps } from '../../sections';
|
|
2
|
-
import {
|
|
2
|
+
import { ContactInfoBoxMobileProps } from 'src/components/molecules/ContactInfoBoxMobile/ContactInfoBoxMobileProps.types';
|
|
3
3
|
export interface ContactUsPageProps {
|
|
4
4
|
jumbotronSimplifiedSectionProps: JumbotronSimplifiedSectionProps;
|
|
5
|
-
|
|
5
|
+
contactInfoBoxMobileProps: ContactInfoBoxMobileProps;
|
|
6
6
|
contactProps: ContactSectionProps;
|
|
7
7
|
isJonSnow?: boolean;
|
|
8
8
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { type ContactSectionProps, type JumbotronSimplifiedSectionProps } from '../../sections'
|
|
2
|
-
import {
|
|
2
|
+
import { ContactInfoBoxMobileProps } from 'src/components/molecules/ContactInfoBoxMobile/ContactInfoBoxMobileProps.types'
|
|
3
3
|
|
|
4
4
|
export interface ContactUsPageProps {
|
|
5
5
|
jumbotronSimplifiedSectionProps: JumbotronSimplifiedSectionProps
|
|
6
|
-
|
|
6
|
+
contactInfoBoxMobileProps: ContactInfoBoxMobileProps
|
|
7
7
|
contactProps: ContactSectionProps
|
|
8
8
|
isJonSnow?: boolean
|
|
9
9
|
}
|
|
@@ -30,10 +30,12 @@ export const ContactSectionStyled = styled.section `
|
|
|
30
30
|
.contact-left-container {
|
|
31
31
|
padding-left: 1.5rem;
|
|
32
32
|
padding-right: 1.5rem;
|
|
33
|
+
margin-bottom: 2.5rem;
|
|
33
34
|
|
|
34
35
|
@media ${device['portrait-tablets']} {
|
|
35
36
|
padding-left: 0;
|
|
36
37
|
padding-right: 0;
|
|
38
|
+
margin-bottom: 1.5rem;
|
|
37
39
|
width: 45%;
|
|
38
40
|
}
|
|
39
41
|
}
|
|
@@ -31,10 +31,12 @@ export const ContactSectionStyled = styled.section`
|
|
|
31
31
|
.contact-left-container {
|
|
32
32
|
padding-left: 1.5rem;
|
|
33
33
|
padding-right: 1.5rem;
|
|
34
|
+
margin-bottom: 2.5rem;
|
|
34
35
|
|
|
35
36
|
@media ${device['portrait-tablets']} {
|
|
36
37
|
padding-left: 0;
|
|
37
38
|
padding-right: 0;
|
|
39
|
+
margin-bottom: 1.5rem;
|
|
38
40
|
width: 45%;
|
|
39
41
|
}
|
|
40
42
|
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
options?:
|
|
4
|
-
defaultIntersecting?: boolean
|
|
5
|
-
}
|
|
1
|
+
import { RefObject } from 'react';
|
|
2
|
+
interface UseIntersectionObserverParams {
|
|
3
|
+
options?: IntersectionObserverInit;
|
|
4
|
+
defaultIntersecting?: boolean;
|
|
5
|
+
}
|
|
6
|
+
export declare function useIntersectionObserver<T extends HTMLElement>({ options, defaultIntersecting }?: UseIntersectionObserverParams): [RefObject<T | null>, boolean];
|
|
7
|
+
export {};
|