@licklist/design 0.78.7 → 0.78.8
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/affiliate/form/AffiliateForm.d.ts.map +1 -1
- package/dist/affiliate/form/AffiliateForm.js +6 -2
- package/dist/auth/AccessDenied/AccessDenied.d.ts.map +1 -1
- package/dist/auth/AccessDenied/AccessDenied.js +4 -3
- package/dist/auth/Authorizer.d.ts.map +1 -1
- package/dist/auth/Authorizer.js +10 -6
- package/dist/auth/ChangePassword/ChangePasswordComponent.d.ts.map +1 -1
- package/dist/auth/ChangePassword/ChangePasswordComponent.js +36 -41
- package/dist/auth/Layout/AuthNavComponent.d.ts.map +1 -1
- package/dist/auth/Layout/AuthNavComponent.js +2 -3
- package/dist/auth/Layout/UserNavDropDown.d.ts.map +1 -1
- package/dist/auth/Layout/UserNavDropDown.js +8 -9
- package/dist/auth/Login/LoginComponent.d.ts.map +1 -1
- package/dist/auth/Login/LoginComponent.js +57 -60
- package/dist/auth/Logout/Logout.d.ts.map +1 -1
- package/dist/auth/Logout/Logout.js +4 -2
- package/dist/auth/Register/RegisterComponent.d.ts.map +1 -1
- package/dist/auth/Register/RegisterComponent.js +53 -58
- package/dist/auth/ResetPassword/ResetPasswordComponent.d.ts.map +1 -1
- package/dist/auth/ResetPassword/ResetPasswordComponent.js +26 -30
- package/dist/auth/Social/SocialCallbackComponent.d.ts.map +1 -1
- package/dist/auth/Social/SocialCallbackComponent.js +3 -3
- package/dist/custom-fields/field-set/providers/CustomFieldSetsProvider.d.ts +2 -2
- package/dist/custom-fields/field-set/providers/CustomFieldSetsProvider.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.js +0 -1
- package/dist/events/edit-recurrent-event-modal/EditRecurrentEventModal.d.ts.map +1 -1
- package/dist/events/event-card/EventCard.d.ts +1 -1
- package/dist/events/event-card/EventCard.d.ts.map +1 -1
- package/dist/events/event-card/EventCard.js +1 -1
- package/dist/events/event-statistic-modal/EventStatisticModal.d.ts.map +1 -1
- package/dist/events/event-statistic-modal/EventStatisticModal.js +0 -1
- package/dist/events/event-venue-map/components/Dropdown/components/DropdownWrapper/DropdownWrapper.d.ts +2 -2
- package/dist/events/event-venue-map/components/Dropdown/components/DropdownWrapper/DropdownWrapper.d.ts.map +1 -1
- package/dist/file-upload/FileUpload.d.ts +1 -1
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetForm.d.ts +1 -2
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetForm.d.ts.map +1 -1
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetForm.js +3 -4
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetModal.d.ts.map +1 -1
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetModal.js +5 -6
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ModifierSetControll.js +1 -2
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ProductControll.d.ts.map +1 -1
- package/dist/iframe/event/event-navigation-footer/EventNavigationFooter.d.ts.map +1 -1
- package/dist/iframe/event/event-navigation-footer/EventNavigationFooter.js +3 -2
- package/dist/iframe/order-process/components/CategoryProduct/CategoryProduct.d.ts.map +1 -1
- package/dist/iframe/order-process/components/NavigationSteps/NavigationSteps.js +3 -3
- package/dist/iframe/order-process/components/PaymentCard/PaymentCard.d.ts +2 -2
- package/dist/iframe/order-process/components/PaymentCard/PaymentCard.d.ts.map +1 -1
- package/dist/iframe/payment/order-items-table/OrderItemsTable.js +0 -1
- package/dist/iframe/payment/order-items-table/hooks/useTableData.d.ts +0 -5
- package/dist/iframe/payment/order-items-table/hooks/useTableData.d.ts.map +1 -1
- package/dist/iframe/payment/payment-form/PaymentForm.js +0 -1
- package/dist/iframe/payment/payment-page/PaymentPage.d.ts +1 -1
- package/dist/iframe/payment/payment-page/PaymentPage.d.ts.map +1 -1
- package/dist/iframe/ryft/RyftPaymentForm.d.ts.map +1 -1
- package/dist/iframe/ryft/RyftPaymentForm.js +1 -3
- package/dist/iframe/ryft/utils/ryft-form.d.ts +1 -1
- package/dist/iframe/ryft/utils/ryft-form.d.ts.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -1
- package/dist/modals/dialog/Dialog.d.ts.map +1 -1
- package/dist/modals/dialog/Dialog.js +39 -41
- package/dist/modals/dialog/DialogContext.d.ts +2 -2
- package/dist/modals/dialog/DialogContext.d.ts.map +1 -1
- package/dist/notification/email-template/card/EmailTemplateCard.d.ts.map +1 -1
- package/dist/pages/PrivacyComponent.d.ts +3 -0
- package/dist/pages/PrivacyComponent.d.ts.map +1 -0
- package/dist/pages/PrivacyComponent.js +536 -0
- package/dist/pages/TermsComponent.d.ts +3 -0
- package/dist/pages/TermsComponent.d.ts.map +1 -0
- package/dist/pages/TermsComponent.js +682 -0
- package/dist/pages/index.d.ts +3 -0
- package/dist/pages/index.d.ts.map +1 -0
- package/dist/product-set/card/ProductSetCard.d.ts.map +1 -1
- package/dist/product-set/card/ProductSetCard.js +3 -2
- package/dist/product-set/form/ProductSetForm.d.ts.map +1 -1
- package/dist/product-set/form/ProductsControl.js +1 -1
- package/dist/product-set/product/advanced-options/AdvancedOptions.js +1 -2
- package/dist/product-set/utils/index.d.ts +1 -1
- package/dist/product-set/utils/index.d.ts.map +1 -1
- package/dist/recurrence-input/RecurrenceInput.d.ts.map +1 -1
- package/dist/recurrence-input/RecurrenceInput.js +1 -1
- package/dist/sales/notes/NotesTableRow.js +0 -1
- package/dist/sales/payment-form/components/RyftPayment/RyftPayment.d.ts.map +1 -1
- package/dist/sales/payment-form/components/RyftPayment/RyftPayment.js +1 -3
- package/dist/setting/dashboard/payments/payments-modal/PaymentsModal.d.ts.map +1 -1
- package/dist/setting/dashboard/snippets/card/SnippetCard.d.ts.map +1 -1
- package/dist/setting/dashboard/snippets/card/SnippetCard.js +4 -4
- package/dist/snippet/snippet-template/preview/Preview.d.ts.map +1 -1
- package/dist/snippet/snippet-template/preview/Preview.js +14 -21
- package/dist/static/RestrictedAccess.d.ts.map +1 -1
- package/dist/static/RestrictedAccess.js +3 -2
- package/dist/static/index.js +1 -1
- package/dist/striped-static-table/StripedStaticTable.js +0 -1
- package/dist/table/ReactTableHelperComponent.d.ts.map +1 -1
- package/dist/table/ReactTableHelperComponent.js +3 -3
- package/dist/table/TableHelperComponent.d.ts.map +1 -1
- package/dist/table/TableHelperComponent.js +3 -3
- package/dist/venue-map-sets/card/VenueMapSetCard.d.ts.map +1 -1
- package/dist/venue-map-sets/card/VenueMapSetCard.js +4 -3
- package/dist/zone/card/ZoneCard.d.ts.map +1 -1
- package/dist/zone/card/ZoneCard.js +4 -3
- package/package.json +23 -20
- package/src/affiliate/form/AffiliateForm.tsx +4 -2
- package/src/auth/AccessDenied/AccessDenied.tsx +4 -3
- package/src/auth/Authorizer.tsx +11 -6
- package/src/auth/ChangePassword/ChangePasswordComponent.tsx +21 -26
- package/src/auth/Layout/AuthNavComponent.tsx +2 -3
- package/src/auth/Layout/UserNavDropDown.tsx +6 -7
- package/src/auth/Login/LoginComponent.tsx +42 -46
- package/src/auth/Logout/Logout.stories.tsx +12 -14
- package/src/auth/Logout/Logout.tsx +4 -3
- package/src/auth/Register/RegisterComponent.tsx +35 -41
- package/src/auth/ResetPassword/ResetPasswordComponent.tsx +16 -20
- package/src/auth/Social/SocialCallbackComponent.tsx +4 -4
- package/src/custom-fields/field-set/providers/CustomFieldSetsProvider.tsx +2 -2
- package/src/events/edit-recurrent-event-modal/EditRecurrentEventModal.tsx +1 -0
- package/src/events/event-card/EventCard.tsx +10 -8
- package/src/events/event-statistic-modal/EventStatisticModal.tsx +1 -0
- package/src/events/event-venue-map/components/Dropdown/components/DropdownWrapper/DropdownWrapper.tsx +2 -2
- package/src/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetForm.tsx +13 -8
- package/src/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetModal.tsx +12 -4
- package/src/iframe/ProductWithModifierModal/ModifierSetModal/controll/ModifierSetControll.tsx +2 -2
- package/src/iframe/ProductWithModifierModal/ModifierSetModal/controll/ProductControll.tsx +18 -20
- package/src/iframe/event/event-navigation-footer/EventNavigationFooter.tsx +3 -2
- package/src/iframe/order-process/components/CategoryProduct/CategoryProduct.tsx +3 -5
- package/src/iframe/order-process/components/NavigationSteps/NavigationSteps.tsx +3 -3
- package/src/iframe/order-process/components/PaymentCard/PaymentCard.tsx +3 -3
- package/src/iframe/order-process/components/utils/useOnWindowUnmount.ts +1 -1
- package/src/iframe/payment/payment-page/PaymentPage.tsx +1 -1
- package/src/iframe/ryft/RyftPaymentForm.tsx +2 -5
- package/src/iframe/ryft/utils/ryft-form.ts +1 -1
- package/src/index.ts +1 -0
- package/src/modals/dialog/Dialog.tsx +35 -36
- package/src/modals/dialog/DialogContext.tsx +8 -2
- package/src/notification/email-template/card/EmailTemplateCard.tsx +0 -2
- package/src/pages/PrivacyComponent.tsx +318 -0
- package/src/pages/TermsComponent.tsx +306 -0
- package/src/pages/index.ts +2 -0
- package/src/product-set/card/ProductSetCard.tsx +3 -2
- package/src/product-set/form/ProductSetForm.tsx +2 -1
- package/src/product-set/utils/index.ts +15 -14
- package/src/recurrence-input/RecurrenceInput.tsx +4 -3
- package/src/sales/payment-form/components/RyftPayment/RyftPayment.tsx +1 -3
- package/src/setting/dashboard/payments/payments-modal/PaymentsModal.tsx +1 -0
- package/src/setting/dashboard/snippets/card/SnippetCard.tsx +4 -3
- package/src/snippet/snippet-template/preview/Preview.tsx +6 -9
- package/src/static/RestrictedAccess.tsx +3 -6
- package/src/table/ReactTableHelperComponent.tsx +3 -5
- package/src/table/TableHelperComponent.tsx +3 -3
- package/src/venue-map-sets/card/VenueMapSetCard.tsx +4 -3
- package/src/zone/card/ZoneCard.tsx +4 -3
- package/yarn.lock +474 -542
|
@@ -0,0 +1,318 @@
|
|
|
1
|
+
import { Link } from 'react-router-dom'
|
|
2
|
+
import { useTranslation, Trans } from 'react-i18next'
|
|
3
|
+
|
|
4
|
+
export const PrivacyComponent = () => {
|
|
5
|
+
const { t } = useTranslation('Privacy')
|
|
6
|
+
|
|
7
|
+
return (
|
|
8
|
+
<div className='h-100 d-flex'>
|
|
9
|
+
<div className='container mt-6'>
|
|
10
|
+
<section>
|
|
11
|
+
<h1>{t('mainTitle')}</h1>
|
|
12
|
+
<div className='pb-6'>
|
|
13
|
+
<p>
|
|
14
|
+
<Trans
|
|
15
|
+
t={t}
|
|
16
|
+
i18nKey='Privacy:publicationDate'
|
|
17
|
+
values={{ date: '1st May 2018' }}
|
|
18
|
+
>
|
|
19
|
+
<strong>Publication Date: </strong>1st May 2018
|
|
20
|
+
</Trans>
|
|
21
|
+
</p>
|
|
22
|
+
<h2>{t('whatDoesThisPolicyCoverTitle')}</h2>
|
|
23
|
+
<p>
|
|
24
|
+
<Trans t={t} i18nKey='Privacy:whatDoesThisPolicyCoverContent1'>
|
|
25
|
+
This policy describes the processing of your personal data in
|
|
26
|
+
relation to your use of the website
|
|
27
|
+
<a href='https://www.licklist.co.uk'>www.licklist.co.uk</a> or
|
|
28
|
+
the Licklist app on iOS and Android ("platform") by
|
|
29
|
+
Licklist Holidings Limited (09933601 WeWork Aldgate Tower, 2
|
|
30
|
+
Leman Street, London, E1 8FA) ("we", "us" or
|
|
31
|
+
"our"), as the owner and operator of the website and
|
|
32
|
+
app.
|
|
33
|
+
</Trans>
|
|
34
|
+
</p>
|
|
35
|
+
<p>{t('whatDoesThisPolicyCoverContent2')}</p>
|
|
36
|
+
<p>{t('whatDoesThisPolicyCoverContent3')}</p>
|
|
37
|
+
|
|
38
|
+
<h2>{t('whatPersonalDataIsCollectedTitle')}</h2>
|
|
39
|
+
<ol className='pb-2'>
|
|
40
|
+
<li>
|
|
41
|
+
<h3>{t('whatPersonalDataIsCollectedContent1Title')}</h3>
|
|
42
|
+
|
|
43
|
+
<p>{t('whatPersonalDataIsCollectedContent1Subcontent1')}</p>
|
|
44
|
+
|
|
45
|
+
<ul>
|
|
46
|
+
<li>
|
|
47
|
+
{t('whatPersonalDataIsCollectedContent1Subcontent1Sub1')}
|
|
48
|
+
</li>
|
|
49
|
+
<li>
|
|
50
|
+
{t('whatPersonalDataIsCollectedContent1Subcontent1Sub2')}
|
|
51
|
+
</li>
|
|
52
|
+
<li>
|
|
53
|
+
{t('whatPersonalDataIsCollectedContent1Subcontent1Sub3')}
|
|
54
|
+
</li>
|
|
55
|
+
<li>
|
|
56
|
+
{t('whatPersonalDataIsCollectedContent1Subcontent1Sub4')}
|
|
57
|
+
</li>
|
|
58
|
+
<li>
|
|
59
|
+
{t('whatPersonalDataIsCollectedContent1Subcontent1Sub5')}
|
|
60
|
+
</li>
|
|
61
|
+
<li>
|
|
62
|
+
{t('whatPersonalDataIsCollectedContent1Subcontent1Sub6')}
|
|
63
|
+
</li>
|
|
64
|
+
<li>
|
|
65
|
+
{t('whatPersonalDataIsCollectedContent1Subcontent1Sub7')}
|
|
66
|
+
</li>
|
|
67
|
+
<li>
|
|
68
|
+
{t('whatPersonalDataIsCollectedContent1Subcontent1Sub8')}
|
|
69
|
+
</li>
|
|
70
|
+
<li>
|
|
71
|
+
{t('whatPersonalDataIsCollectedContent1Subcontent1Sub9')}
|
|
72
|
+
</li>
|
|
73
|
+
</ul>
|
|
74
|
+
|
|
75
|
+
<p className='pt-2'>
|
|
76
|
+
{t('whatPersonalDataIsCollectedContent1Subcontent2')}
|
|
77
|
+
</p>
|
|
78
|
+
|
|
79
|
+
<p>{t('whatPersonalDataIsCollectedContent1Subcontent3')}</p>
|
|
80
|
+
</li>
|
|
81
|
+
<li>
|
|
82
|
+
<h3>{t('personalDataCollectedAboutYouTitle')}</h3>
|
|
83
|
+
|
|
84
|
+
<ul>
|
|
85
|
+
<li>{t('personalDataCollectedAboutYouContent1')}</li>
|
|
86
|
+
<li>{t('personalDataCollectedAboutYouContent2')}</li>
|
|
87
|
+
<li>{t('personalDataCollectedAboutYouContent3')}</li>
|
|
88
|
+
</ul>
|
|
89
|
+
|
|
90
|
+
<p className='pt-2'>
|
|
91
|
+
{t('personalDataCollectedAboutYouContent4')}
|
|
92
|
+
</p>
|
|
93
|
+
|
|
94
|
+
<p>{t('personalDataCollectedAboutYouContent5')}</p>
|
|
95
|
+
<p>{t('personalDataCollectedAboutYouContent6')}</p>
|
|
96
|
+
<p>{t('personalDataCollectedAboutYouContent7')}</p>
|
|
97
|
+
<p>{t('personalDataCollectedAboutYouContent8')}</p>
|
|
98
|
+
<p>{t('personalDataCollectedAboutYouContent9')}</p>
|
|
99
|
+
<p>{t('personalDataCollectedAboutYouContent10')}</p>
|
|
100
|
+
<p>{t('personalDataCollectedAboutYouContent11')}</p>
|
|
101
|
+
</li>
|
|
102
|
+
</ol>
|
|
103
|
+
<h2>{t('howIsPersonalDataUsedTitle')}</h2>
|
|
104
|
+
<p>{t('howIsPersonalDataUsesContent1')}</p>
|
|
105
|
+
<ul>
|
|
106
|
+
<li>{t('howIsPersonalDataUsesContent1Sub1')}</li>
|
|
107
|
+
<li>
|
|
108
|
+
<p>{t('howIsPersonalDataUsesContent1Sub2')}</p>
|
|
109
|
+
|
|
110
|
+
<ul>
|
|
111
|
+
<li>{t('howIsPersonalDataUsesContent1Sub2Sub1')}</li>
|
|
112
|
+
<li>{t('howIsPersonalDataUsesContent1Sub2Sub2')}</li>
|
|
113
|
+
<li>{t('howIsPersonalDataUsesContent1Sub2Sub3')}</li>
|
|
114
|
+
<li>{t('howIsPersonalDataUsesContent1Sub2Sub4')}</li>
|
|
115
|
+
<li>{t('howIsPersonalDataUsesContent1Sub2Sub5')}</li>
|
|
116
|
+
<li>{t('howIsPersonalDataUsesContent1Sub2Sub6')}</li>
|
|
117
|
+
<li>{t('howIsPersonalDataUsesContent1Sub2Sub7')}</li>
|
|
118
|
+
<li>{t('howIsPersonalDataUsesContent1Sub2Sub8')}</li>
|
|
119
|
+
<li>{t('howIsPersonalDataUsesContent1Sub2Sub9')}</li>
|
|
120
|
+
</ul>
|
|
121
|
+
</li>
|
|
122
|
+
</ul>
|
|
123
|
+
<p>{t('howIsPersonalDataUsesContent2')}</p>
|
|
124
|
+
<ul>
|
|
125
|
+
<li>
|
|
126
|
+
<Trans
|
|
127
|
+
t={t}
|
|
128
|
+
i18nKey='Privacy:howIsPersonalDataUsesContent2Sub1'
|
|
129
|
+
>
|
|
130
|
+
<strong>Legal Compliance: </strong>To ensure compliance with
|
|
131
|
+
applicable laws and legal processes including, but not limited
|
|
132
|
+
to, use in connection with legal claims, compliance,
|
|
133
|
+
regulatory, tax, investigative purposes (including disclosure
|
|
134
|
+
of such information in connection with legal process or
|
|
135
|
+
litigation and to law enforcement agencies).
|
|
136
|
+
</Trans>
|
|
137
|
+
</li>
|
|
138
|
+
<li>
|
|
139
|
+
<Trans
|
|
140
|
+
t={t}
|
|
141
|
+
i18nKey='Privacy:howIsPersonalDataUsesContent2Sub2'
|
|
142
|
+
>
|
|
143
|
+
<strong>Consent:</strong>Subject to the following, we will
|
|
144
|
+
send you direct marketing by email, SMS, push notifications,
|
|
145
|
+
telephone, post, in-App and online about Licklist services
|
|
146
|
+
which we think may be of interest to you. This will only be
|
|
147
|
+
sent where you have given your consent to Licklist during the
|
|
148
|
+
online sign-up process or verbally, or (where permissible) you
|
|
149
|
+
have been given an opportunity to opt out. You will be able to
|
|
150
|
+
opt-out of electronic direct marketing by clicking the
|
|
151
|
+
unsubscribe link contained in the email itself and, in all
|
|
152
|
+
other cases, by updating your preferences on the Licklist
|
|
153
|
+
platform.
|
|
154
|
+
</Trans>
|
|
155
|
+
</li>
|
|
156
|
+
</ul>
|
|
157
|
+
|
|
158
|
+
<h2>{t('minorsTitle')}</h2>
|
|
159
|
+
<p>{t('minorsContent1')}</p>
|
|
160
|
+
<h2>{t('whoWillYourPersonalDataSharedWithTitle')}</h2>
|
|
161
|
+
<p>{t('whoWillYourPersonalDataSharedWithContent1')}</p>
|
|
162
|
+
<ul>
|
|
163
|
+
<li>{t('whoWillYourPersonalDataSharedWithContent1Sub1')}</li>
|
|
164
|
+
<li>{t('whoWillYourPersonalDataSharedWithContent1Sub2')}</li>
|
|
165
|
+
<li>{t('whoWillYourPersonalDataSharedWithContent1Sub3')}</li>
|
|
166
|
+
<li>{t('whoWillYourPersonalDataSharedWithContent1Sub4')}</li>
|
|
167
|
+
<li>{t('whoWillYourPersonalDataSharedWithContent1Sub5')}</li>
|
|
168
|
+
</ul>
|
|
169
|
+
<h2>{t('whereWeStorePersonalDataTitle')}</h2>
|
|
170
|
+
<p>{t('whereWeStorePersonalDataContent1')}</p>
|
|
171
|
+
<p>{t('whereWeStorePersonalDataContent2')}</p>
|
|
172
|
+
<p>{t('whereWeStorePersonalDataContent3')}</p>
|
|
173
|
+
<p>{t('whereWeStorePersonalDataContent4')}</p>
|
|
174
|
+
<p>{t('whereWeStorePersonalDataContent5')}</p>
|
|
175
|
+
|
|
176
|
+
<h2>{t('whereWeActAsDataProcessorTitle')}</h2>
|
|
177
|
+
<p>{t('whereWeActAsDataProcessorContent1')}</p>
|
|
178
|
+
<p>{t('whereWeActAsDataProcessorContent2')}</p>
|
|
179
|
+
<p>{t('whereWeActAsDataProcessorContent3')}</p>
|
|
180
|
+
<p>{t('whereWeActAsDataProcessorContent4')}</p>
|
|
181
|
+
<p>{t('whereWeActAsDataProcessorContent5')}</p>
|
|
182
|
+
<p>{t('whereWeActAsDataProcessorContent6')}</p>
|
|
183
|
+
<p>{t('whereWeActAsDataProcessorContent7')}</p>
|
|
184
|
+
<p>{t('whereWeActAsDataProcessorContent8')}</p>
|
|
185
|
+
<p>{t('whereWeActAsDataProcessorContent9')}</p>
|
|
186
|
+
<p>{t('whereWeActAsDataProcessorContent10')}</p>
|
|
187
|
+
<ul>
|
|
188
|
+
<li>{t('whereWeActAsDataProcessorContent10Sub1')}</li>
|
|
189
|
+
<li>{t('whereWeActAsDataProcessorContent10Sub2')}</li>
|
|
190
|
+
<li>{t('whereWeActAsDataProcessorContent10Sub3')}</li>
|
|
191
|
+
<li>{t('whereWeActAsDataProcessorContent10Sub4')}</li>
|
|
192
|
+
<li>{t('whereWeActAsDataProcessorContent10Sub5')}</li>
|
|
193
|
+
</ul>
|
|
194
|
+
|
|
195
|
+
<h2>{t('cookiesMainTitle')}</h2>
|
|
196
|
+
|
|
197
|
+
<h3>{t('whatCookiesWillBeUsedTitle')}</h3>
|
|
198
|
+
<p>{t('whatCookiesWillBeUsedContent1')}</p>
|
|
199
|
+
<p>{t('whatCookiesWillBeUsedContent2')}</p>
|
|
200
|
+
<p>
|
|
201
|
+
<Trans t={t} i18nKey='Privacy:whatCookiesWillBeUsedContent3'>
|
|
202
|
+
More detail on how businesses use cookies is available
|
|
203
|
+
<a href='https://www.allaboutcookies.org/'>here</a>. We offer
|
|
204
|
+
certain services that are available only through the use of
|
|
205
|
+
cookies. Generally, there are the following categories of
|
|
206
|
+
cookies:
|
|
207
|
+
</Trans>
|
|
208
|
+
</p>
|
|
209
|
+
|
|
210
|
+
<h3>{t('strictlyNecessaryCookiesTitle')}</h3>
|
|
211
|
+
<p>{t('strictlyNecessaryCookiesContent1')}</p>
|
|
212
|
+
|
|
213
|
+
<h3>{t('performanceCookiesTitle')}</h3>
|
|
214
|
+
<p>{t('performanceCookiesContent1')}</p>
|
|
215
|
+
|
|
216
|
+
<h3>{t('functionalityCookiesTitle')}</h3>
|
|
217
|
+
<p>{t('functionalityCookiesContent1')}</p>
|
|
218
|
+
|
|
219
|
+
<h3>{t('targetingCookiesTitle')}</h3>
|
|
220
|
+
<p>{t('targetingCookiesContent1')}</p>
|
|
221
|
+
|
|
222
|
+
<h3>{t('socialMediaCookiesTitle')}</h3>
|
|
223
|
+
<p>{t('socialMediaCookiesContent1')}</p>
|
|
224
|
+
|
|
225
|
+
<h3>{t('googleAnaliticsTitle')}</h3>
|
|
226
|
+
<p>
|
|
227
|
+
<Trans t={t} i18nKey='Privacy:googleAnaliticsContent1'>
|
|
228
|
+
Google Analytics is a web analysis service provided by Google,
|
|
229
|
+
Inc. We use Google Analytics to monitor how visitors use our
|
|
230
|
+
platform, to compile reports and to help us improve the
|
|
231
|
+
platform. Please see Google’s privacy policy
|
|
232
|
+
<a href='https://policies.google.com/privacy'>here</a> for
|
|
233
|
+
further information on the data Google collects and how it is
|
|
234
|
+
processed. If you prefer to not have data reported by Google
|
|
235
|
+
Analytics, you can install the Google Analytics Opt-Out Browser
|
|
236
|
+
Add-On by following the instructions
|
|
237
|
+
<a href='https://tools.google.com/dlpage/gaoptout'>here</a>. You
|
|
238
|
+
may opt out of Google's use of tracking technologies by
|
|
239
|
+
visiting the Google advertising opt-out page
|
|
240
|
+
<a href='https://policies.google.com/technologies/ads'>here</a>.
|
|
241
|
+
For more information on opting out of third party vendors'
|
|
242
|
+
use of cookies please visit Your Online Choices
|
|
243
|
+
<a href='https://www.youronlinechoices.com/uk/'>here</a>.
|
|
244
|
+
</Trans>
|
|
245
|
+
</p>
|
|
246
|
+
|
|
247
|
+
<h3>{t('facebookAdsTitle')}</h3>
|
|
248
|
+
<p>{t('facebookAdsContent1')}</p>
|
|
249
|
+
<ul>
|
|
250
|
+
<li>
|
|
251
|
+
<a href='https://www.facebook.com/policies/cookies'>
|
|
252
|
+
https://www.facebook.com/policies/cookies
|
|
253
|
+
</a>
|
|
254
|
+
</li>
|
|
255
|
+
<li>
|
|
256
|
+
<a href='https://www.facebook.com/about/ads'>
|
|
257
|
+
https://www.facebook.com/about/ads
|
|
258
|
+
</a>
|
|
259
|
+
</li>
|
|
260
|
+
<li>
|
|
261
|
+
<a href='https://www.facebook.com/ads/preferences/edit'>
|
|
262
|
+
https://www.facebook.com/ads/preferences/edit
|
|
263
|
+
</a>
|
|
264
|
+
</li>
|
|
265
|
+
</ul>
|
|
266
|
+
<p>{t('facebookAdsContent2')}</p>
|
|
267
|
+
<p>{t('facebookAdsContent3')}</p>
|
|
268
|
+
<p>{t('facebookAdsContent4')}</p>
|
|
269
|
+
<p>{t('facebookAdsContent5')}</p>
|
|
270
|
+
<p>
|
|
271
|
+
<Trans t={t} i18nKey='Privacy:facebookAdsContent6'>
|
|
272
|
+
Users are always free to decline cookies if their browser
|
|
273
|
+
permits, although doing so may interfere with their use of the
|
|
274
|
+
platform. Please find detailed information on how to disable
|
|
275
|
+
cookies
|
|
276
|
+
<a href='https://www.allaboutcookies.org/manage-cookies/'>
|
|
277
|
+
here
|
|
278
|
+
</a>
|
|
279
|
+
.
|
|
280
|
+
</Trans>
|
|
281
|
+
</p>
|
|
282
|
+
|
|
283
|
+
<h2>{t('smartlookTitle')}</h2>
|
|
284
|
+
<p>{t('smartlookContent1')}</p>
|
|
285
|
+
|
|
286
|
+
<h2>{t('changesToThisPolicyTitle')}</h2>
|
|
287
|
+
<p>{t('changesToThisPolicyContent1')}</p>
|
|
288
|
+
|
|
289
|
+
<h2>{t('contactUsTitle')}</h2>
|
|
290
|
+
<p>
|
|
291
|
+
<Trans t={t} i18nKey='Privacy:contactUsContent1'>
|
|
292
|
+
If you have any questions about this policy and / or our
|
|
293
|
+
processing of your personal data, please contact us at
|
|
294
|
+
<a href='mailto:privacy@licklist.co.uk'>
|
|
295
|
+
privacy@licklist.co.uk
|
|
296
|
+
</a>
|
|
297
|
+
</Trans>
|
|
298
|
+
</p>
|
|
299
|
+
|
|
300
|
+
<h2>{t('whereICanFindMoreInfoTitle')}</h2>
|
|
301
|
+
<p>
|
|
302
|
+
<Trans t={t} i18nKey='Privacy:whereICanFindMoreInfoContent1'>
|
|
303
|
+
See our fuller
|
|
304
|
+
{/* eslint-disable-next-line @typescript-eslint/ban-ts-comment */}
|
|
305
|
+
{/* @ts-ignore */}
|
|
306
|
+
<Link to='/privacy-facts'>Privacy FAQs</Link>
|
|
307
|
+
for further details on your rights, retention periods,
|
|
308
|
+
and international transfers.
|
|
309
|
+
</Trans>
|
|
310
|
+
</p>
|
|
311
|
+
</div>
|
|
312
|
+
</section>
|
|
313
|
+
</div>
|
|
314
|
+
</div>
|
|
315
|
+
)
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
export default PrivacyComponent
|
|
@@ -0,0 +1,306 @@
|
|
|
1
|
+
import { useTranslation, Trans } from 'react-i18next'
|
|
2
|
+
|
|
3
|
+
export const TermsComponent = () => {
|
|
4
|
+
const { t } = useTranslation('Terms')
|
|
5
|
+
|
|
6
|
+
return (
|
|
7
|
+
<div className='h-100 d-flex'>
|
|
8
|
+
<div className='container mt-6'>
|
|
9
|
+
<h1>{t('mainTitle')}</h1>
|
|
10
|
+
<div className='pb-6'>
|
|
11
|
+
<ol className='pb-2'>
|
|
12
|
+
<li className='pt-4'>
|
|
13
|
+
<h3>{t('generalInformationTitle')}</h3>
|
|
14
|
+
|
|
15
|
+
<ol className='pb-2'>
|
|
16
|
+
<li>{t('generalInformationContent1')}</li>
|
|
17
|
+
<li>{t('generalInformationContent2')}</li>
|
|
18
|
+
<li>{t('generalInformationContent3')}</li>
|
|
19
|
+
<li>{t('generalInformationContent4')}</li>
|
|
20
|
+
</ol>
|
|
21
|
+
</li>
|
|
22
|
+
<li className='pt-4'>
|
|
23
|
+
<h3>{t('consentAndRegistrationTitle')}</h3>
|
|
24
|
+
|
|
25
|
+
<ol className='pb-2'>
|
|
26
|
+
<li>{t('consentAndRegistrationContent1')}</li>
|
|
27
|
+
<li>{t('consentAndRegistrationContent2')}</li>
|
|
28
|
+
<li>{t('consentAndRegistrationContent3')}</li>
|
|
29
|
+
<li>{t('consentAndRegistrationContent4')}</li>
|
|
30
|
+
<li>{t('consentAndRegistrationContent5')}</li>
|
|
31
|
+
<li>{t('consentAndRegistrationContent6')}</li>
|
|
32
|
+
<li>{t('consentAndRegistrationContent7')}</li>
|
|
33
|
+
<li>{t('consentAndRegistrationContent8')}</li>
|
|
34
|
+
</ol>
|
|
35
|
+
</li>
|
|
36
|
+
<li className='pt-4'>
|
|
37
|
+
<h3>{t('membershipAndAccessTitle')}</h3>
|
|
38
|
+
|
|
39
|
+
<ol className='pb-2'>
|
|
40
|
+
<li>{t('membershipAndAccessContent1')}</li>
|
|
41
|
+
<li>{t('membershipAndAccessContent2')}</li>
|
|
42
|
+
<li>{t('membershipAndAccessContent3')}</li>
|
|
43
|
+
<li>{t('membershipAndAccessContent4')}</li>
|
|
44
|
+
<li>{t('membershipAndAccessContent5')}</li>
|
|
45
|
+
<li>{t('membershipAndAccessContent6')}</li>
|
|
46
|
+
<li>{t('membershipAndAccessContent7')}</li>
|
|
47
|
+
</ol>
|
|
48
|
+
</li>
|
|
49
|
+
<li className='pt-4'>
|
|
50
|
+
<h3>{t('changesToTheTermTitle')}</h3>
|
|
51
|
+
|
|
52
|
+
<ol className='pb-2'>
|
|
53
|
+
<li>{t('changesToTheTermContent1')}</li>
|
|
54
|
+
<li>{t('changesToTheTermContent2')}</li>
|
|
55
|
+
<li>{t('changesToTheTermContent3')}</li>
|
|
56
|
+
</ol>
|
|
57
|
+
</li>
|
|
58
|
+
<li className='pt-4'>
|
|
59
|
+
<h3>{t('useOfTheWebsiteTitle')}</h3>
|
|
60
|
+
<ol className='pb-2'>
|
|
61
|
+
<li>{t('useOfTheWebsiteContent1')}</li>
|
|
62
|
+
<li>{t('useOfTheWebsiteContent2')}</li>
|
|
63
|
+
<li>{t('useOfTheWebsiteContent3')}</li>
|
|
64
|
+
<li>{t('useOfTheWebsiteContent4')}</li>
|
|
65
|
+
<li>{t('useOfTheWebsiteContent5')}</li>
|
|
66
|
+
<li>{t('useOfTheWebsiteContent6')}</li>
|
|
67
|
+
<li>
|
|
68
|
+
{t('useOfTheWebsiteContent7')}
|
|
69
|
+
<ol className='pb-2 pt-2'>
|
|
70
|
+
<li className='pt-2'>
|
|
71
|
+
{t('useOfTheWebsiteContent7Subcontent1')}
|
|
72
|
+
</li>
|
|
73
|
+
</ol>
|
|
74
|
+
</li>
|
|
75
|
+
<li>{t('useOfTheWebsiteContent8')}</li>
|
|
76
|
+
<li>{t('useOfTheWebsiteContent9')}</li>
|
|
77
|
+
<li>{t('useOfTheWebsiteContent10')}</li>
|
|
78
|
+
<li>{t('useOfTheWebsiteContent11')}</li>
|
|
79
|
+
<li>{t('useOfTheWebsiteContent12')}</li>
|
|
80
|
+
<li>{t('useOfTheWebsiteContent13')}</li>
|
|
81
|
+
<li>
|
|
82
|
+
{t('useOfTheWebsiteContent14')}
|
|
83
|
+
<p>{t('useOfTheWebsiteContent14SubcontentTitle')}</p>
|
|
84
|
+
<ol className='pb-2'>
|
|
85
|
+
<li>{t('useOfTheWebsiteContent14Subcontent1')}</li>
|
|
86
|
+
<li>{t('useOfTheWebsiteContent14Subcontent2')}</li>
|
|
87
|
+
<li>{t('useOfTheWebsiteContent14Subcontent3')}</li>
|
|
88
|
+
<li>{t('useOfTheWebsiteContent14Subcontent4')}</li>
|
|
89
|
+
<li>{t('useOfTheWebsiteContent14Subcontent5')}</li>
|
|
90
|
+
<li>{t('useOfTheWebsiteContent14Subcontent6')}</li>
|
|
91
|
+
<li>{t('useOfTheWebsiteContent14Subcontent7')}</li>
|
|
92
|
+
<li>{t('useOfTheWebsiteContent14Subcontent8')}</li>
|
|
93
|
+
<li>{t('useOfTheWebsiteContent14Subcontent9')}</li>
|
|
94
|
+
</ol>
|
|
95
|
+
</li>
|
|
96
|
+
<li>{t('useOfTheWebsiteContent15')}</li>
|
|
97
|
+
<li>{t('useOfTheWebsiteContent16')}</li>
|
|
98
|
+
<li>{t('useOfTheWebsiteContent17')}</li>
|
|
99
|
+
<li>{t('useOfTheWebsiteContent18')}</li>
|
|
100
|
+
<li>{t('useOfTheWebsiteContent19')}</li>
|
|
101
|
+
<li>{t('useOfTheWebsiteContent20')}</li>
|
|
102
|
+
<li>{t('useOfTheWebsiteContent21')}</li>
|
|
103
|
+
<li>{t('useOfTheWebsiteContent22')}</li>
|
|
104
|
+
</ol>
|
|
105
|
+
</li>
|
|
106
|
+
<li className='pt-4'>
|
|
107
|
+
<h3>{t('yourLiabilityAndRiskTitle')}</h3>
|
|
108
|
+
|
|
109
|
+
<ol className='pb-2'>
|
|
110
|
+
<li>{t('yourLiabilityAndRiskContent1')}</li>
|
|
111
|
+
<li>{t('yourLiabilityAndRiskContent2')}</li>
|
|
112
|
+
<li>{t('yourLiabilityAndRiskContent3')}</li>
|
|
113
|
+
<li>{t('yourLiabilityAndRiskContent4')}</li>
|
|
114
|
+
</ol>
|
|
115
|
+
</li>
|
|
116
|
+
<li className='pt-4'>
|
|
117
|
+
<h3>{t('websiteModeratiornTitle')}</h3>
|
|
118
|
+
|
|
119
|
+
<ol className='pb-2'>
|
|
120
|
+
<li>{t('websiteModeratiornContent1')}</li>
|
|
121
|
+
<li>{t('websiteModeratiornContent2')}</li>
|
|
122
|
+
<li>{t('websiteModeratiornContent3')}</li>
|
|
123
|
+
<li>{t('websiteModeratiornContent4')}</li>
|
|
124
|
+
<li>{t('websiteModeratiornContent5')}</li>
|
|
125
|
+
<li>{t('websiteModeratiornContent6')}</li>
|
|
126
|
+
<li>{t('websiteModeratiornContent7')}</li>
|
|
127
|
+
<li>{t('websiteModeratiornContent8')}</li>
|
|
128
|
+
</ol>
|
|
129
|
+
</li>
|
|
130
|
+
<li className='pt-4'>
|
|
131
|
+
<h3>{t('dataProtectionAndPrivacyTitle')}</h3>
|
|
132
|
+
|
|
133
|
+
<ol className='pb-2'>
|
|
134
|
+
<li>{t('dataProtectionAndPrivacyContent1')}</li>
|
|
135
|
+
<li>{t('dataProtectionAndPrivacyContent2')}</li>
|
|
136
|
+
</ol>
|
|
137
|
+
|
|
138
|
+
<h2>{t('dataProtectionAndPrivacyContent2Title')}</h2>
|
|
139
|
+
|
|
140
|
+
<ol className='pb-2'>
|
|
141
|
+
<li>{t('dataProtectionAndPrivacyContent2Content1')}</li>
|
|
142
|
+
<li>{t('dataProtectionAndPrivacyContent2Content2')}</li>
|
|
143
|
+
<li>{t('dataProtectionAndPrivacyContent2Content3')}</li>
|
|
144
|
+
<li>{t('dataProtectionAndPrivacyContent2Content4')}</li>
|
|
145
|
+
<li>{t('dataProtectionAndPrivacyContent2Content5')}</li>
|
|
146
|
+
<li>{t('dataProtectionAndPrivacyContent2Content6')}</li>
|
|
147
|
+
<li>
|
|
148
|
+
{t('dataProtectionAndPrivacyContent2Content7')}
|
|
149
|
+
<ol className='pb-2'>
|
|
150
|
+
<li className='pt-2'>
|
|
151
|
+
{t('dataProtectionAndPrivacyContent2Content7SubContent1')}
|
|
152
|
+
</li>
|
|
153
|
+
<li>
|
|
154
|
+
{t('dataProtectionAndPrivacyContent2Content7SubContent2')}
|
|
155
|
+
</li>
|
|
156
|
+
<li>
|
|
157
|
+
{t('dataProtectionAndPrivacyContent2Content7SubContent3')}
|
|
158
|
+
</li>
|
|
159
|
+
<li>
|
|
160
|
+
{t('dataProtectionAndPrivacyContent2Content7SubContent4')}
|
|
161
|
+
</li>
|
|
162
|
+
<li>
|
|
163
|
+
{t('dataProtectionAndPrivacyContent2Content7SubContent5')}
|
|
164
|
+
</li>
|
|
165
|
+
</ol>
|
|
166
|
+
</li>
|
|
167
|
+
<li>
|
|
168
|
+
<Trans
|
|
169
|
+
t={t}
|
|
170
|
+
i18nKey='Terms:dataProtectionAndPrivacyContent2Content8'
|
|
171
|
+
>
|
|
172
|
+
You are able to withdraw consent at anytime from your
|
|
173
|
+
profile settings or by emailing{' '}
|
|
174
|
+
<a href='mailto:privacy@licklist.co.uk'>
|
|
175
|
+
privacy@licklist.co.uk
|
|
176
|
+
</a>
|
|
177
|
+
</Trans>
|
|
178
|
+
</li>
|
|
179
|
+
<li>{t('dataProtectionAndPrivacyContent2Content9')}</li>
|
|
180
|
+
<li>{t('dataProtectionAndPrivacyContent2Content10')}</li>
|
|
181
|
+
<li>{t('dataProtectionAndPrivacyContent2Content11')}</li>
|
|
182
|
+
<li>{t('dataProtectionAndPrivacyContent2Content12')}</li>
|
|
183
|
+
<li>{t('dataProtectionAndPrivacyContent2Content13')}</li>
|
|
184
|
+
<li>{t('dataProtectionAndPrivacyContent2Content14')}</li>
|
|
185
|
+
<li>{t('dataProtectionAndPrivacyContent2Content15')}</li>
|
|
186
|
+
<li>{t('dataProtectionAndPrivacyContent2Content16')}</li>
|
|
187
|
+
<li>{t('dataProtectionAndPrivacyContent2Content17')}</li>
|
|
188
|
+
<li>{t('dataProtectionAndPrivacyContent2Content18')}</li>
|
|
189
|
+
</ol>
|
|
190
|
+
</li>
|
|
191
|
+
<li className='pt-4'>
|
|
192
|
+
<h3>{t('cookiesTitle')}</h3>
|
|
193
|
+
|
|
194
|
+
<ol className='pb-2'>
|
|
195
|
+
<li>{t('cookiesContent1')}</li>
|
|
196
|
+
<li>
|
|
197
|
+
<Trans t={t} i18nKey='Terms:cookiesContent2'>
|
|
198
|
+
We use cookies on the Website, pursuant to and in accordance
|
|
199
|
+
with our Cookie Policy (set out below)
|
|
200
|
+
<p className='pb-2'>Cookie Policy</p>
|
|
201
|
+
</Trans>
|
|
202
|
+
<ol className='pb-2'>
|
|
203
|
+
<li className='pt-2'>{t('cookiesContent2Subcontent1')}</li>
|
|
204
|
+
<li>{t('cookiesContent2Subcontent2')}</li>
|
|
205
|
+
<li>{t('cookiesContent2Subcontent3')}</li>
|
|
206
|
+
<li>{t('cookiesContent2Subcontent4')}</li>
|
|
207
|
+
<li>{t('cookiesContent2Subcontent5')}</li>
|
|
208
|
+
<li>{t('cookiesContent2Subcontent6')}</li>
|
|
209
|
+
<li>{t('cookiesContent2Subcontent7')}</li>
|
|
210
|
+
</ol>
|
|
211
|
+
</li>
|
|
212
|
+
</ol>
|
|
213
|
+
</li>
|
|
214
|
+
<li className='pt-4'>
|
|
215
|
+
<h3>{t('sharingContentAndSocialNetworksTitle')}</h3>
|
|
216
|
+
|
|
217
|
+
<ol className='pb-2'>
|
|
218
|
+
<li>{t('sharingContentAndSocialNetworksContent1')}</li>
|
|
219
|
+
<li>{t('sharingContentAndSocialNetworksContent2')}</li>
|
|
220
|
+
</ol>
|
|
221
|
+
</li>
|
|
222
|
+
<li className='pt-4'>
|
|
223
|
+
<h3>{t('linksTitle')}</h3>
|
|
224
|
+
|
|
225
|
+
<ol className='pb-2'>
|
|
226
|
+
<li>{t('linksContent1')}</li>
|
|
227
|
+
<li>{t('linksContent2')}</li>
|
|
228
|
+
<li>{t('linksContent3')}</li>
|
|
229
|
+
</ol>
|
|
230
|
+
</li>
|
|
231
|
+
<li className='pt-4'>
|
|
232
|
+
<h3>{t('intellectualPropertyRightsTitle')}</h3>
|
|
233
|
+
|
|
234
|
+
<ol className='pb-2'>
|
|
235
|
+
<li>{t('intellectualPropertyRightsContent1')}</li>
|
|
236
|
+
<li>{t('intellectualPropertyRightsContent2')}</li>
|
|
237
|
+
<li>{t('intellectualPropertyRightsContent3')}</li>
|
|
238
|
+
<li>{t('intellectualPropertyRightsContent4')}</li>
|
|
239
|
+
</ol>
|
|
240
|
+
</li>
|
|
241
|
+
<li className='pt-4'>
|
|
242
|
+
<h3>{t('contentOfWebsiteAndGeneralExclusionsTitle')}</h3>
|
|
243
|
+
|
|
244
|
+
<ol className='pb-2'>
|
|
245
|
+
<li>{t('contentOfWebsiteAndGeneralExclusionsContent1')}</li>
|
|
246
|
+
<li>
|
|
247
|
+
{t('contentOfWebsiteAndGeneralExclusionsContent2')}
|
|
248
|
+
<ol className='pb-2'>
|
|
249
|
+
<li className='pt-2'>
|
|
250
|
+
{t(
|
|
251
|
+
'contentOfWebsiteAndGeneralExclusionsContent2Subcontent1',
|
|
252
|
+
)}
|
|
253
|
+
</li>
|
|
254
|
+
<li>
|
|
255
|
+
{t(
|
|
256
|
+
'contentOfWebsiteAndGeneralExclusionsContent2Subcontent2',
|
|
257
|
+
)}
|
|
258
|
+
</li>
|
|
259
|
+
<li className='pb-2'>
|
|
260
|
+
{t(
|
|
261
|
+
'contentOfWebsiteAndGeneralExclusionsContent2Subcontent3',
|
|
262
|
+
)}
|
|
263
|
+
</li>
|
|
264
|
+
</ol>
|
|
265
|
+
</li>
|
|
266
|
+
<li>{t('contentOfWebsiteAndGeneralExclusionsContent3')}</li>
|
|
267
|
+
<li>{t('contentOfWebsiteAndGeneralExclusionsContent4')}</li>
|
|
268
|
+
<li>{t('contentOfWebsiteAndGeneralExclusionsContent5')}</li>
|
|
269
|
+
<li>{t('contentOfWebsiteAndGeneralExclusionsContent6')}</li>
|
|
270
|
+
<li>{t('contentOfWebsiteAndGeneralExclusionsContent7')}</li>
|
|
271
|
+
<li>{t('contentOfWebsiteAndGeneralExclusionsContent8')}</li>
|
|
272
|
+
<li>{t('contentOfWebsiteAndGeneralExclusionsContent9')}</li>
|
|
273
|
+
<li>{t('contentOfWebsiteAndGeneralExclusionsContent10')}</li>
|
|
274
|
+
<li>{t('contentOfWebsiteAndGeneralExclusionsContent11')}</li>
|
|
275
|
+
</ol>
|
|
276
|
+
</li>
|
|
277
|
+
<li className='pt-4'>
|
|
278
|
+
<h3>{t('internetCommunicationsTitle')}</h3>
|
|
279
|
+
|
|
280
|
+
<ol className='pb-2'>
|
|
281
|
+
<li>{t('internetCommunicationsContent1')}</li>
|
|
282
|
+
</ol>
|
|
283
|
+
</li>
|
|
284
|
+
<li className='pt-4'>
|
|
285
|
+
<h3>{t('validityTitle')}</h3>
|
|
286
|
+
|
|
287
|
+
<ol className='pb-2'>
|
|
288
|
+
<li>{t('validityContent1')}</li>
|
|
289
|
+
</ol>
|
|
290
|
+
</li>
|
|
291
|
+
<li className='pt-4'>
|
|
292
|
+
<h3>{t('governingLawAndJurisdictionTitle')}</h3>
|
|
293
|
+
|
|
294
|
+
<ol className='pb-2'>
|
|
295
|
+
<li>{t('governingLawAndJurisdictionContent1')}</li>
|
|
296
|
+
<li>{t('governingLawAndJurisdictionContent2')}</li>
|
|
297
|
+
</ol>
|
|
298
|
+
</li>
|
|
299
|
+
</ol>
|
|
300
|
+
</div>
|
|
301
|
+
</div>
|
|
302
|
+
</div>
|
|
303
|
+
)
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
export default TermsComponent
|
|
@@ -5,8 +5,8 @@ import { useTranslation } from 'react-i18next'
|
|
|
5
5
|
import clsx from 'clsx'
|
|
6
6
|
import { useId } from '@react-aria/utils'
|
|
7
7
|
import { HasPermissionProp } from '@licklist/plugins/dist/types/permission/Permission'
|
|
8
|
-
import RouteService from '@licklist/plugins/dist/services/Route/RouteService'
|
|
9
8
|
import { FaEllipsisH, FaEye, FaTrashAlt } from 'react-icons/fa'
|
|
9
|
+
import { useNavigate } from 'react-router-dom'
|
|
10
10
|
import { ConfirmModal } from '../../modals'
|
|
11
11
|
import { MenuButton } from '../../table/MenuButton'
|
|
12
12
|
import { ProductSetNameControl } from '../form/ProductSetNameControl'
|
|
@@ -43,9 +43,10 @@ export function ProductSetCard({
|
|
|
43
43
|
const popoverId = useId()
|
|
44
44
|
const productSetCardClasses = `product-set-card ${className}`
|
|
45
45
|
const [isOverlayVisibile, setIsOverlayVisible] = useState(false)
|
|
46
|
+
const navigate = useNavigate()
|
|
46
47
|
|
|
47
48
|
const onCardClick = () => {
|
|
48
|
-
|
|
49
|
+
navigate(href)
|
|
49
50
|
}
|
|
50
51
|
return (
|
|
51
52
|
// eslint-disable-next-line jsx-a11y/click-events-have-key-events
|
|
@@ -2,7 +2,8 @@ import { useEffect, useState } from 'react'
|
|
|
2
2
|
import { FormValues } from '@licklist/plugins/dist/types/services/Form/hook-form-service'
|
|
3
3
|
import { Button, Form, Col, Row } from 'react-bootstrap'
|
|
4
4
|
import { FormProvider, useForm } from 'react-hook-form'
|
|
5
|
-
import { TFunction
|
|
5
|
+
import { TFunction } from 'i18next'
|
|
6
|
+
import { useTranslation } from 'react-i18next'
|
|
6
7
|
import { VenueMapSet } from '@licklist/core/dist/DataMapper/Product/VenueMapSetDataMapper'
|
|
7
8
|
import { ServerError } from '@licklist/plugins/dist/hooks/Api/useHttpQuery'
|
|
8
9
|
import FormErrorService from '@licklist/plugins/dist/services/Form/FormErrorService'
|