@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,536 @@
|
|
|
1
|
+
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
2
|
+
import { Link } from 'react-router-dom';
|
|
3
|
+
import { useTranslation, Trans } from 'react-i18next';
|
|
4
|
+
|
|
5
|
+
var PrivacyComponent = function() {
|
|
6
|
+
var t = useTranslation('Privacy').t;
|
|
7
|
+
return /*#__PURE__*/ jsx("div", {
|
|
8
|
+
className: "h-100 d-flex",
|
|
9
|
+
children: /*#__PURE__*/ jsx("div", {
|
|
10
|
+
className: "container mt-6",
|
|
11
|
+
children: /*#__PURE__*/ jsxs("section", {
|
|
12
|
+
children: [
|
|
13
|
+
/*#__PURE__*/ jsx("h1", {
|
|
14
|
+
children: t('mainTitle')
|
|
15
|
+
}),
|
|
16
|
+
/*#__PURE__*/ jsxs("div", {
|
|
17
|
+
className: "pb-6",
|
|
18
|
+
children: [
|
|
19
|
+
/*#__PURE__*/ jsx("p", {
|
|
20
|
+
children: /*#__PURE__*/ jsxs(Trans, {
|
|
21
|
+
t: t,
|
|
22
|
+
i18nKey: "Privacy:publicationDate",
|
|
23
|
+
values: {
|
|
24
|
+
date: '1st May 2018'
|
|
25
|
+
},
|
|
26
|
+
children: [
|
|
27
|
+
/*#__PURE__*/ jsx("strong", {
|
|
28
|
+
children: "Publication Date: "
|
|
29
|
+
}),
|
|
30
|
+
"1st May 2018"
|
|
31
|
+
]
|
|
32
|
+
})
|
|
33
|
+
}),
|
|
34
|
+
/*#__PURE__*/ jsx("h2", {
|
|
35
|
+
children: t('whatDoesThisPolicyCoverTitle')
|
|
36
|
+
}),
|
|
37
|
+
/*#__PURE__*/ jsx("p", {
|
|
38
|
+
children: /*#__PURE__*/ jsxs(Trans, {
|
|
39
|
+
t: t,
|
|
40
|
+
i18nKey: "Privacy:whatDoesThisPolicyCoverContent1",
|
|
41
|
+
children: [
|
|
42
|
+
"This policy describes the processing of your personal data in relation to your use of the website\xa0",
|
|
43
|
+
/*#__PURE__*/ jsx("a", {
|
|
44
|
+
href: "https://www.licklist.co.uk",
|
|
45
|
+
children: "www.licklist.co.uk"
|
|
46
|
+
}),
|
|
47
|
+
' or the Licklist app on iOS and Android ("platform") by Licklist Holidings Limited (09933601 WeWork Aldgate Tower, 2 Leman Street, London, E1 8FA) ("we", "us" or "our"), as the owner and operator of the website and app.'
|
|
48
|
+
]
|
|
49
|
+
})
|
|
50
|
+
}),
|
|
51
|
+
/*#__PURE__*/ jsx("p", {
|
|
52
|
+
children: t('whatDoesThisPolicyCoverContent2')
|
|
53
|
+
}),
|
|
54
|
+
/*#__PURE__*/ jsx("p", {
|
|
55
|
+
children: t('whatDoesThisPolicyCoverContent3')
|
|
56
|
+
}),
|
|
57
|
+
/*#__PURE__*/ jsx("h2", {
|
|
58
|
+
children: t('whatPersonalDataIsCollectedTitle')
|
|
59
|
+
}),
|
|
60
|
+
/*#__PURE__*/ jsxs("ol", {
|
|
61
|
+
className: "pb-2",
|
|
62
|
+
children: [
|
|
63
|
+
/*#__PURE__*/ jsxs("li", {
|
|
64
|
+
children: [
|
|
65
|
+
/*#__PURE__*/ jsx("h3", {
|
|
66
|
+
children: t('whatPersonalDataIsCollectedContent1Title')
|
|
67
|
+
}),
|
|
68
|
+
/*#__PURE__*/ jsx("p", {
|
|
69
|
+
children: t('whatPersonalDataIsCollectedContent1Subcontent1')
|
|
70
|
+
}),
|
|
71
|
+
/*#__PURE__*/ jsxs("ul", {
|
|
72
|
+
children: [
|
|
73
|
+
/*#__PURE__*/ jsx("li", {
|
|
74
|
+
children: t('whatPersonalDataIsCollectedContent1Subcontent1Sub1')
|
|
75
|
+
}),
|
|
76
|
+
/*#__PURE__*/ jsx("li", {
|
|
77
|
+
children: t('whatPersonalDataIsCollectedContent1Subcontent1Sub2')
|
|
78
|
+
}),
|
|
79
|
+
/*#__PURE__*/ jsx("li", {
|
|
80
|
+
children: t('whatPersonalDataIsCollectedContent1Subcontent1Sub3')
|
|
81
|
+
}),
|
|
82
|
+
/*#__PURE__*/ jsx("li", {
|
|
83
|
+
children: t('whatPersonalDataIsCollectedContent1Subcontent1Sub4')
|
|
84
|
+
}),
|
|
85
|
+
/*#__PURE__*/ jsx("li", {
|
|
86
|
+
children: t('whatPersonalDataIsCollectedContent1Subcontent1Sub5')
|
|
87
|
+
}),
|
|
88
|
+
/*#__PURE__*/ jsx("li", {
|
|
89
|
+
children: t('whatPersonalDataIsCollectedContent1Subcontent1Sub6')
|
|
90
|
+
}),
|
|
91
|
+
/*#__PURE__*/ jsx("li", {
|
|
92
|
+
children: t('whatPersonalDataIsCollectedContent1Subcontent1Sub7')
|
|
93
|
+
}),
|
|
94
|
+
/*#__PURE__*/ jsx("li", {
|
|
95
|
+
children: t('whatPersonalDataIsCollectedContent1Subcontent1Sub8')
|
|
96
|
+
}),
|
|
97
|
+
/*#__PURE__*/ jsx("li", {
|
|
98
|
+
children: t('whatPersonalDataIsCollectedContent1Subcontent1Sub9')
|
|
99
|
+
})
|
|
100
|
+
]
|
|
101
|
+
}),
|
|
102
|
+
/*#__PURE__*/ jsx("p", {
|
|
103
|
+
className: "pt-2",
|
|
104
|
+
children: t('whatPersonalDataIsCollectedContent1Subcontent2')
|
|
105
|
+
}),
|
|
106
|
+
/*#__PURE__*/ jsx("p", {
|
|
107
|
+
children: t('whatPersonalDataIsCollectedContent1Subcontent3')
|
|
108
|
+
})
|
|
109
|
+
]
|
|
110
|
+
}),
|
|
111
|
+
/*#__PURE__*/ jsxs("li", {
|
|
112
|
+
children: [
|
|
113
|
+
/*#__PURE__*/ jsx("h3", {
|
|
114
|
+
children: t('personalDataCollectedAboutYouTitle')
|
|
115
|
+
}),
|
|
116
|
+
/*#__PURE__*/ jsxs("ul", {
|
|
117
|
+
children: [
|
|
118
|
+
/*#__PURE__*/ jsx("li", {
|
|
119
|
+
children: t('personalDataCollectedAboutYouContent1')
|
|
120
|
+
}),
|
|
121
|
+
/*#__PURE__*/ jsx("li", {
|
|
122
|
+
children: t('personalDataCollectedAboutYouContent2')
|
|
123
|
+
}),
|
|
124
|
+
/*#__PURE__*/ jsx("li", {
|
|
125
|
+
children: t('personalDataCollectedAboutYouContent3')
|
|
126
|
+
})
|
|
127
|
+
]
|
|
128
|
+
}),
|
|
129
|
+
/*#__PURE__*/ jsx("p", {
|
|
130
|
+
className: "pt-2",
|
|
131
|
+
children: t('personalDataCollectedAboutYouContent4')
|
|
132
|
+
}),
|
|
133
|
+
/*#__PURE__*/ jsx("p", {
|
|
134
|
+
children: t('personalDataCollectedAboutYouContent5')
|
|
135
|
+
}),
|
|
136
|
+
/*#__PURE__*/ jsx("p", {
|
|
137
|
+
children: t('personalDataCollectedAboutYouContent6')
|
|
138
|
+
}),
|
|
139
|
+
/*#__PURE__*/ jsx("p", {
|
|
140
|
+
children: t('personalDataCollectedAboutYouContent7')
|
|
141
|
+
}),
|
|
142
|
+
/*#__PURE__*/ jsx("p", {
|
|
143
|
+
children: t('personalDataCollectedAboutYouContent8')
|
|
144
|
+
}),
|
|
145
|
+
/*#__PURE__*/ jsx("p", {
|
|
146
|
+
children: t('personalDataCollectedAboutYouContent9')
|
|
147
|
+
}),
|
|
148
|
+
/*#__PURE__*/ jsx("p", {
|
|
149
|
+
children: t('personalDataCollectedAboutYouContent10')
|
|
150
|
+
}),
|
|
151
|
+
/*#__PURE__*/ jsx("p", {
|
|
152
|
+
children: t('personalDataCollectedAboutYouContent11')
|
|
153
|
+
})
|
|
154
|
+
]
|
|
155
|
+
})
|
|
156
|
+
]
|
|
157
|
+
}),
|
|
158
|
+
/*#__PURE__*/ jsx("h2", {
|
|
159
|
+
children: t('howIsPersonalDataUsedTitle')
|
|
160
|
+
}),
|
|
161
|
+
/*#__PURE__*/ jsx("p", {
|
|
162
|
+
children: t('howIsPersonalDataUsesContent1')
|
|
163
|
+
}),
|
|
164
|
+
/*#__PURE__*/ jsxs("ul", {
|
|
165
|
+
children: [
|
|
166
|
+
/*#__PURE__*/ jsx("li", {
|
|
167
|
+
children: t('howIsPersonalDataUsesContent1Sub1')
|
|
168
|
+
}),
|
|
169
|
+
/*#__PURE__*/ jsxs("li", {
|
|
170
|
+
children: [
|
|
171
|
+
/*#__PURE__*/ jsx("p", {
|
|
172
|
+
children: t('howIsPersonalDataUsesContent1Sub2')
|
|
173
|
+
}),
|
|
174
|
+
/*#__PURE__*/ jsxs("ul", {
|
|
175
|
+
children: [
|
|
176
|
+
/*#__PURE__*/ jsx("li", {
|
|
177
|
+
children: t('howIsPersonalDataUsesContent1Sub2Sub1')
|
|
178
|
+
}),
|
|
179
|
+
/*#__PURE__*/ jsx("li", {
|
|
180
|
+
children: t('howIsPersonalDataUsesContent1Sub2Sub2')
|
|
181
|
+
}),
|
|
182
|
+
/*#__PURE__*/ jsx("li", {
|
|
183
|
+
children: t('howIsPersonalDataUsesContent1Sub2Sub3')
|
|
184
|
+
}),
|
|
185
|
+
/*#__PURE__*/ jsx("li", {
|
|
186
|
+
children: t('howIsPersonalDataUsesContent1Sub2Sub4')
|
|
187
|
+
}),
|
|
188
|
+
/*#__PURE__*/ jsx("li", {
|
|
189
|
+
children: t('howIsPersonalDataUsesContent1Sub2Sub5')
|
|
190
|
+
}),
|
|
191
|
+
/*#__PURE__*/ jsx("li", {
|
|
192
|
+
children: t('howIsPersonalDataUsesContent1Sub2Sub6')
|
|
193
|
+
}),
|
|
194
|
+
/*#__PURE__*/ jsx("li", {
|
|
195
|
+
children: t('howIsPersonalDataUsesContent1Sub2Sub7')
|
|
196
|
+
}),
|
|
197
|
+
/*#__PURE__*/ jsx("li", {
|
|
198
|
+
children: t('howIsPersonalDataUsesContent1Sub2Sub8')
|
|
199
|
+
}),
|
|
200
|
+
/*#__PURE__*/ jsx("li", {
|
|
201
|
+
children: t('howIsPersonalDataUsesContent1Sub2Sub9')
|
|
202
|
+
})
|
|
203
|
+
]
|
|
204
|
+
})
|
|
205
|
+
]
|
|
206
|
+
})
|
|
207
|
+
]
|
|
208
|
+
}),
|
|
209
|
+
/*#__PURE__*/ jsx("p", {
|
|
210
|
+
children: t('howIsPersonalDataUsesContent2')
|
|
211
|
+
}),
|
|
212
|
+
/*#__PURE__*/ jsxs("ul", {
|
|
213
|
+
children: [
|
|
214
|
+
/*#__PURE__*/ jsx("li", {
|
|
215
|
+
children: /*#__PURE__*/ jsxs(Trans, {
|
|
216
|
+
t: t,
|
|
217
|
+
i18nKey: "Privacy:howIsPersonalDataUsesContent2Sub1",
|
|
218
|
+
children: [
|
|
219
|
+
/*#__PURE__*/ jsx("strong", {
|
|
220
|
+
children: "Legal Compliance: "
|
|
221
|
+
}),
|
|
222
|
+
"To ensure compliance with applicable laws and legal processes including, but not limited to, use in connection with legal claims, compliance, regulatory, tax, investigative purposes (including disclosure of such information in connection with legal process or litigation and to law enforcement agencies)."
|
|
223
|
+
]
|
|
224
|
+
})
|
|
225
|
+
}),
|
|
226
|
+
/*#__PURE__*/ jsx("li", {
|
|
227
|
+
children: /*#__PURE__*/ jsxs(Trans, {
|
|
228
|
+
t: t,
|
|
229
|
+
i18nKey: "Privacy:howIsPersonalDataUsesContent2Sub2",
|
|
230
|
+
children: [
|
|
231
|
+
/*#__PURE__*/ jsx("strong", {
|
|
232
|
+
children: "Consent:"
|
|
233
|
+
}),
|
|
234
|
+
"Subject to the following, we will send you direct marketing by email, SMS, push notifications, telephone, post, in-App and online about Licklist services which we think may be of interest to you. This will only be sent where you have given your consent to Licklist during the online sign-up process or verbally, or (where permissible) you have been given an opportunity to opt out. You will be able to opt-out of electronic direct marketing by clicking the unsubscribe link contained in the email itself and, in all other cases, by updating your preferences on the Licklist platform."
|
|
235
|
+
]
|
|
236
|
+
})
|
|
237
|
+
})
|
|
238
|
+
]
|
|
239
|
+
}),
|
|
240
|
+
/*#__PURE__*/ jsx("h2", {
|
|
241
|
+
children: t('minorsTitle')
|
|
242
|
+
}),
|
|
243
|
+
/*#__PURE__*/ jsx("p", {
|
|
244
|
+
children: t('minorsContent1')
|
|
245
|
+
}),
|
|
246
|
+
/*#__PURE__*/ jsx("h2", {
|
|
247
|
+
children: t('whoWillYourPersonalDataSharedWithTitle')
|
|
248
|
+
}),
|
|
249
|
+
/*#__PURE__*/ jsx("p", {
|
|
250
|
+
children: t('whoWillYourPersonalDataSharedWithContent1')
|
|
251
|
+
}),
|
|
252
|
+
/*#__PURE__*/ jsxs("ul", {
|
|
253
|
+
children: [
|
|
254
|
+
/*#__PURE__*/ jsx("li", {
|
|
255
|
+
children: t('whoWillYourPersonalDataSharedWithContent1Sub1')
|
|
256
|
+
}),
|
|
257
|
+
/*#__PURE__*/ jsx("li", {
|
|
258
|
+
children: t('whoWillYourPersonalDataSharedWithContent1Sub2')
|
|
259
|
+
}),
|
|
260
|
+
/*#__PURE__*/ jsx("li", {
|
|
261
|
+
children: t('whoWillYourPersonalDataSharedWithContent1Sub3')
|
|
262
|
+
}),
|
|
263
|
+
/*#__PURE__*/ jsx("li", {
|
|
264
|
+
children: t('whoWillYourPersonalDataSharedWithContent1Sub4')
|
|
265
|
+
}),
|
|
266
|
+
/*#__PURE__*/ jsx("li", {
|
|
267
|
+
children: t('whoWillYourPersonalDataSharedWithContent1Sub5')
|
|
268
|
+
})
|
|
269
|
+
]
|
|
270
|
+
}),
|
|
271
|
+
/*#__PURE__*/ jsx("h2", {
|
|
272
|
+
children: t('whereWeStorePersonalDataTitle')
|
|
273
|
+
}),
|
|
274
|
+
/*#__PURE__*/ jsx("p", {
|
|
275
|
+
children: t('whereWeStorePersonalDataContent1')
|
|
276
|
+
}),
|
|
277
|
+
/*#__PURE__*/ jsx("p", {
|
|
278
|
+
children: t('whereWeStorePersonalDataContent2')
|
|
279
|
+
}),
|
|
280
|
+
/*#__PURE__*/ jsx("p", {
|
|
281
|
+
children: t('whereWeStorePersonalDataContent3')
|
|
282
|
+
}),
|
|
283
|
+
/*#__PURE__*/ jsx("p", {
|
|
284
|
+
children: t('whereWeStorePersonalDataContent4')
|
|
285
|
+
}),
|
|
286
|
+
/*#__PURE__*/ jsx("p", {
|
|
287
|
+
children: t('whereWeStorePersonalDataContent5')
|
|
288
|
+
}),
|
|
289
|
+
/*#__PURE__*/ jsx("h2", {
|
|
290
|
+
children: t('whereWeActAsDataProcessorTitle')
|
|
291
|
+
}),
|
|
292
|
+
/*#__PURE__*/ jsx("p", {
|
|
293
|
+
children: t('whereWeActAsDataProcessorContent1')
|
|
294
|
+
}),
|
|
295
|
+
/*#__PURE__*/ jsx("p", {
|
|
296
|
+
children: t('whereWeActAsDataProcessorContent2')
|
|
297
|
+
}),
|
|
298
|
+
/*#__PURE__*/ jsx("p", {
|
|
299
|
+
children: t('whereWeActAsDataProcessorContent3')
|
|
300
|
+
}),
|
|
301
|
+
/*#__PURE__*/ jsx("p", {
|
|
302
|
+
children: t('whereWeActAsDataProcessorContent4')
|
|
303
|
+
}),
|
|
304
|
+
/*#__PURE__*/ jsx("p", {
|
|
305
|
+
children: t('whereWeActAsDataProcessorContent5')
|
|
306
|
+
}),
|
|
307
|
+
/*#__PURE__*/ jsx("p", {
|
|
308
|
+
children: t('whereWeActAsDataProcessorContent6')
|
|
309
|
+
}),
|
|
310
|
+
/*#__PURE__*/ jsx("p", {
|
|
311
|
+
children: t('whereWeActAsDataProcessorContent7')
|
|
312
|
+
}),
|
|
313
|
+
/*#__PURE__*/ jsx("p", {
|
|
314
|
+
children: t('whereWeActAsDataProcessorContent8')
|
|
315
|
+
}),
|
|
316
|
+
/*#__PURE__*/ jsx("p", {
|
|
317
|
+
children: t('whereWeActAsDataProcessorContent9')
|
|
318
|
+
}),
|
|
319
|
+
/*#__PURE__*/ jsx("p", {
|
|
320
|
+
children: t('whereWeActAsDataProcessorContent10')
|
|
321
|
+
}),
|
|
322
|
+
/*#__PURE__*/ jsxs("ul", {
|
|
323
|
+
children: [
|
|
324
|
+
/*#__PURE__*/ jsx("li", {
|
|
325
|
+
children: t('whereWeActAsDataProcessorContent10Sub1')
|
|
326
|
+
}),
|
|
327
|
+
/*#__PURE__*/ jsx("li", {
|
|
328
|
+
children: t('whereWeActAsDataProcessorContent10Sub2')
|
|
329
|
+
}),
|
|
330
|
+
/*#__PURE__*/ jsx("li", {
|
|
331
|
+
children: t('whereWeActAsDataProcessorContent10Sub3')
|
|
332
|
+
}),
|
|
333
|
+
/*#__PURE__*/ jsx("li", {
|
|
334
|
+
children: t('whereWeActAsDataProcessorContent10Sub4')
|
|
335
|
+
}),
|
|
336
|
+
/*#__PURE__*/ jsx("li", {
|
|
337
|
+
children: t('whereWeActAsDataProcessorContent10Sub5')
|
|
338
|
+
})
|
|
339
|
+
]
|
|
340
|
+
}),
|
|
341
|
+
/*#__PURE__*/ jsx("h2", {
|
|
342
|
+
children: t('cookiesMainTitle')
|
|
343
|
+
}),
|
|
344
|
+
/*#__PURE__*/ jsx("h3", {
|
|
345
|
+
children: t('whatCookiesWillBeUsedTitle')
|
|
346
|
+
}),
|
|
347
|
+
/*#__PURE__*/ jsx("p", {
|
|
348
|
+
children: t('whatCookiesWillBeUsedContent1')
|
|
349
|
+
}),
|
|
350
|
+
/*#__PURE__*/ jsx("p", {
|
|
351
|
+
children: t('whatCookiesWillBeUsedContent2')
|
|
352
|
+
}),
|
|
353
|
+
/*#__PURE__*/ jsx("p", {
|
|
354
|
+
children: /*#__PURE__*/ jsxs(Trans, {
|
|
355
|
+
t: t,
|
|
356
|
+
i18nKey: "Privacy:whatCookiesWillBeUsedContent3",
|
|
357
|
+
children: [
|
|
358
|
+
"More detail on how businesses use cookies is available\xa0",
|
|
359
|
+
/*#__PURE__*/ jsx("a", {
|
|
360
|
+
href: "https://www.allaboutcookies.org/",
|
|
361
|
+
children: "here"
|
|
362
|
+
}),
|
|
363
|
+
". We offer certain services that are available only through the use of cookies. Generally, there are the following categories of cookies:"
|
|
364
|
+
]
|
|
365
|
+
})
|
|
366
|
+
}),
|
|
367
|
+
/*#__PURE__*/ jsx("h3", {
|
|
368
|
+
children: t('strictlyNecessaryCookiesTitle')
|
|
369
|
+
}),
|
|
370
|
+
/*#__PURE__*/ jsx("p", {
|
|
371
|
+
children: t('strictlyNecessaryCookiesContent1')
|
|
372
|
+
}),
|
|
373
|
+
/*#__PURE__*/ jsx("h3", {
|
|
374
|
+
children: t('performanceCookiesTitle')
|
|
375
|
+
}),
|
|
376
|
+
/*#__PURE__*/ jsx("p", {
|
|
377
|
+
children: t('performanceCookiesContent1')
|
|
378
|
+
}),
|
|
379
|
+
/*#__PURE__*/ jsx("h3", {
|
|
380
|
+
children: t('functionalityCookiesTitle')
|
|
381
|
+
}),
|
|
382
|
+
/*#__PURE__*/ jsx("p", {
|
|
383
|
+
children: t('functionalityCookiesContent1')
|
|
384
|
+
}),
|
|
385
|
+
/*#__PURE__*/ jsx("h3", {
|
|
386
|
+
children: t('targetingCookiesTitle')
|
|
387
|
+
}),
|
|
388
|
+
/*#__PURE__*/ jsx("p", {
|
|
389
|
+
children: t('targetingCookiesContent1')
|
|
390
|
+
}),
|
|
391
|
+
/*#__PURE__*/ jsx("h3", {
|
|
392
|
+
children: t('socialMediaCookiesTitle')
|
|
393
|
+
}),
|
|
394
|
+
/*#__PURE__*/ jsx("p", {
|
|
395
|
+
children: t('socialMediaCookiesContent1')
|
|
396
|
+
}),
|
|
397
|
+
/*#__PURE__*/ jsx("h3", {
|
|
398
|
+
children: t('googleAnaliticsTitle')
|
|
399
|
+
}),
|
|
400
|
+
/*#__PURE__*/ jsx("p", {
|
|
401
|
+
children: /*#__PURE__*/ jsxs(Trans, {
|
|
402
|
+
t: t,
|
|
403
|
+
i18nKey: "Privacy:googleAnaliticsContent1",
|
|
404
|
+
children: [
|
|
405
|
+
"Google Analytics is a web analysis service provided by Google, Inc. We use Google Analytics to monitor how visitors use our platform, to compile reports and to help us improve the platform. Please see Google’s privacy policy\xa0",
|
|
406
|
+
/*#__PURE__*/ jsx("a", {
|
|
407
|
+
href: "https://policies.google.com/privacy",
|
|
408
|
+
children: "here"
|
|
409
|
+
}),
|
|
410
|
+
" for further information on the data Google collects and how it is processed. If you prefer to not have data reported by Google Analytics, you can install the Google Analytics Opt-Out Browser Add-On by following the instructions\xa0",
|
|
411
|
+
/*#__PURE__*/ jsx("a", {
|
|
412
|
+
href: "https://tools.google.com/dlpage/gaoptout",
|
|
413
|
+
children: "here"
|
|
414
|
+
}),
|
|
415
|
+
". You may opt out of Google's use of tracking technologies by visiting the Google advertising opt-out page\xa0",
|
|
416
|
+
/*#__PURE__*/ jsx("a", {
|
|
417
|
+
href: "https://policies.google.com/technologies/ads",
|
|
418
|
+
children: "here"
|
|
419
|
+
}),
|
|
420
|
+
". For more information on opting out of third party vendors' use of cookies please visit Your Online Choices\xa0",
|
|
421
|
+
/*#__PURE__*/ jsx("a", {
|
|
422
|
+
href: "https://www.youronlinechoices.com/uk/",
|
|
423
|
+
children: "here"
|
|
424
|
+
}),
|
|
425
|
+
"."
|
|
426
|
+
]
|
|
427
|
+
})
|
|
428
|
+
}),
|
|
429
|
+
/*#__PURE__*/ jsx("h3", {
|
|
430
|
+
children: t('facebookAdsTitle')
|
|
431
|
+
}),
|
|
432
|
+
/*#__PURE__*/ jsx("p", {
|
|
433
|
+
children: t('facebookAdsContent1')
|
|
434
|
+
}),
|
|
435
|
+
/*#__PURE__*/ jsxs("ul", {
|
|
436
|
+
children: [
|
|
437
|
+
/*#__PURE__*/ jsx("li", {
|
|
438
|
+
children: /*#__PURE__*/ jsx("a", {
|
|
439
|
+
href: "https://www.facebook.com/policies/cookies",
|
|
440
|
+
children: "https://www.facebook.com/policies/cookies"
|
|
441
|
+
})
|
|
442
|
+
}),
|
|
443
|
+
/*#__PURE__*/ jsx("li", {
|
|
444
|
+
children: /*#__PURE__*/ jsx("a", {
|
|
445
|
+
href: "https://www.facebook.com/about/ads",
|
|
446
|
+
children: "https://www.facebook.com/about/ads"
|
|
447
|
+
})
|
|
448
|
+
}),
|
|
449
|
+
/*#__PURE__*/ jsx("li", {
|
|
450
|
+
children: /*#__PURE__*/ jsx("a", {
|
|
451
|
+
href: "https://www.facebook.com/ads/preferences/edit",
|
|
452
|
+
children: "https://www.facebook.com/ads/preferences/edit"
|
|
453
|
+
})
|
|
454
|
+
})
|
|
455
|
+
]
|
|
456
|
+
}),
|
|
457
|
+
/*#__PURE__*/ jsx("p", {
|
|
458
|
+
children: t('facebookAdsContent2')
|
|
459
|
+
}),
|
|
460
|
+
/*#__PURE__*/ jsx("p", {
|
|
461
|
+
children: t('facebookAdsContent3')
|
|
462
|
+
}),
|
|
463
|
+
/*#__PURE__*/ jsx("p", {
|
|
464
|
+
children: t('facebookAdsContent4')
|
|
465
|
+
}),
|
|
466
|
+
/*#__PURE__*/ jsx("p", {
|
|
467
|
+
children: t('facebookAdsContent5')
|
|
468
|
+
}),
|
|
469
|
+
/*#__PURE__*/ jsx("p", {
|
|
470
|
+
children: /*#__PURE__*/ jsxs(Trans, {
|
|
471
|
+
t: t,
|
|
472
|
+
i18nKey: "Privacy:facebookAdsContent6",
|
|
473
|
+
children: [
|
|
474
|
+
"Users are always free to decline cookies if their browser permits, although doing so may interfere with their use of the platform. Please find detailed information on how to disable cookies\xa0",
|
|
475
|
+
/*#__PURE__*/ jsx("a", {
|
|
476
|
+
href: "https://www.allaboutcookies.org/manage-cookies/",
|
|
477
|
+
children: "here"
|
|
478
|
+
}),
|
|
479
|
+
"."
|
|
480
|
+
]
|
|
481
|
+
})
|
|
482
|
+
}),
|
|
483
|
+
/*#__PURE__*/ jsx("h2", {
|
|
484
|
+
children: t('smartlookTitle')
|
|
485
|
+
}),
|
|
486
|
+
/*#__PURE__*/ jsx("p", {
|
|
487
|
+
children: t('smartlookContent1')
|
|
488
|
+
}),
|
|
489
|
+
/*#__PURE__*/ jsx("h2", {
|
|
490
|
+
children: t('changesToThisPolicyTitle')
|
|
491
|
+
}),
|
|
492
|
+
/*#__PURE__*/ jsx("p", {
|
|
493
|
+
children: t('changesToThisPolicyContent1')
|
|
494
|
+
}),
|
|
495
|
+
/*#__PURE__*/ jsx("h2", {
|
|
496
|
+
children: t('contactUsTitle')
|
|
497
|
+
}),
|
|
498
|
+
/*#__PURE__*/ jsx("p", {
|
|
499
|
+
children: /*#__PURE__*/ jsxs(Trans, {
|
|
500
|
+
t: t,
|
|
501
|
+
i18nKey: "Privacy:contactUsContent1",
|
|
502
|
+
children: [
|
|
503
|
+
"If you have any questions about this policy and / or our processing of your personal data, please contact us at\xa0",
|
|
504
|
+
/*#__PURE__*/ jsx("a", {
|
|
505
|
+
href: "mailto:privacy@licklist.co.uk",
|
|
506
|
+
children: "privacy@licklist.co.uk"
|
|
507
|
+
})
|
|
508
|
+
]
|
|
509
|
+
})
|
|
510
|
+
}),
|
|
511
|
+
/*#__PURE__*/ jsx("h2", {
|
|
512
|
+
children: t('whereICanFindMoreInfoTitle')
|
|
513
|
+
}),
|
|
514
|
+
/*#__PURE__*/ jsx("p", {
|
|
515
|
+
children: /*#__PURE__*/ jsxs(Trans, {
|
|
516
|
+
t: t,
|
|
517
|
+
i18nKey: "Privacy:whereICanFindMoreInfoContent1",
|
|
518
|
+
children: [
|
|
519
|
+
"See our fuller\xa0",
|
|
520
|
+
/*#__PURE__*/ jsx(Link, {
|
|
521
|
+
to: "/privacy-facts",
|
|
522
|
+
children: "Privacy FAQs"
|
|
523
|
+
}),
|
|
524
|
+
"\xa0 for further details on your rights, retention periods, and international transfers."
|
|
525
|
+
]
|
|
526
|
+
})
|
|
527
|
+
})
|
|
528
|
+
]
|
|
529
|
+
})
|
|
530
|
+
]
|
|
531
|
+
})
|
|
532
|
+
})
|
|
533
|
+
});
|
|
534
|
+
};
|
|
535
|
+
|
|
536
|
+
export { PrivacyComponent, PrivacyComponent as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TermsComponent.d.ts","sourceRoot":"","sources":["../../src/pages/TermsComponent.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,+CA6S1B,CAAA;AAED,eAAe,cAAc,CAAA"}
|