@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.
Files changed (153) hide show
  1. package/dist/affiliate/form/AffiliateForm.d.ts.map +1 -1
  2. package/dist/affiliate/form/AffiliateForm.js +6 -2
  3. package/dist/auth/AccessDenied/AccessDenied.d.ts.map +1 -1
  4. package/dist/auth/AccessDenied/AccessDenied.js +4 -3
  5. package/dist/auth/Authorizer.d.ts.map +1 -1
  6. package/dist/auth/Authorizer.js +10 -6
  7. package/dist/auth/ChangePassword/ChangePasswordComponent.d.ts.map +1 -1
  8. package/dist/auth/ChangePassword/ChangePasswordComponent.js +36 -41
  9. package/dist/auth/Layout/AuthNavComponent.d.ts.map +1 -1
  10. package/dist/auth/Layout/AuthNavComponent.js +2 -3
  11. package/dist/auth/Layout/UserNavDropDown.d.ts.map +1 -1
  12. package/dist/auth/Layout/UserNavDropDown.js +8 -9
  13. package/dist/auth/Login/LoginComponent.d.ts.map +1 -1
  14. package/dist/auth/Login/LoginComponent.js +57 -60
  15. package/dist/auth/Logout/Logout.d.ts.map +1 -1
  16. package/dist/auth/Logout/Logout.js +4 -2
  17. package/dist/auth/Register/RegisterComponent.d.ts.map +1 -1
  18. package/dist/auth/Register/RegisterComponent.js +53 -58
  19. package/dist/auth/ResetPassword/ResetPasswordComponent.d.ts.map +1 -1
  20. package/dist/auth/ResetPassword/ResetPasswordComponent.js +26 -30
  21. package/dist/auth/Social/SocialCallbackComponent.d.ts.map +1 -1
  22. package/dist/auth/Social/SocialCallbackComponent.js +3 -3
  23. package/dist/custom-fields/field-set/providers/CustomFieldSetsProvider.d.ts +2 -2
  24. package/dist/custom-fields/field-set/providers/CustomFieldSetsProvider.d.ts.map +1 -1
  25. package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.js +0 -1
  26. package/dist/events/edit-recurrent-event-modal/EditRecurrentEventModal.d.ts.map +1 -1
  27. package/dist/events/event-card/EventCard.d.ts +1 -1
  28. package/dist/events/event-card/EventCard.d.ts.map +1 -1
  29. package/dist/events/event-card/EventCard.js +1 -1
  30. package/dist/events/event-statistic-modal/EventStatisticModal.d.ts.map +1 -1
  31. package/dist/events/event-statistic-modal/EventStatisticModal.js +0 -1
  32. package/dist/events/event-venue-map/components/Dropdown/components/DropdownWrapper/DropdownWrapper.d.ts +2 -2
  33. package/dist/events/event-venue-map/components/Dropdown/components/DropdownWrapper/DropdownWrapper.d.ts.map +1 -1
  34. package/dist/file-upload/FileUpload.d.ts +1 -1
  35. package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetForm.d.ts +1 -2
  36. package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetForm.d.ts.map +1 -1
  37. package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetForm.js +3 -4
  38. package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetModal.d.ts.map +1 -1
  39. package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetModal.js +5 -6
  40. package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ModifierSetControll.js +1 -2
  41. package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ProductControll.d.ts.map +1 -1
  42. package/dist/iframe/event/event-navigation-footer/EventNavigationFooter.d.ts.map +1 -1
  43. package/dist/iframe/event/event-navigation-footer/EventNavigationFooter.js +3 -2
  44. package/dist/iframe/order-process/components/CategoryProduct/CategoryProduct.d.ts.map +1 -1
  45. package/dist/iframe/order-process/components/NavigationSteps/NavigationSteps.js +3 -3
  46. package/dist/iframe/order-process/components/PaymentCard/PaymentCard.d.ts +2 -2
  47. package/dist/iframe/order-process/components/PaymentCard/PaymentCard.d.ts.map +1 -1
  48. package/dist/iframe/payment/order-items-table/OrderItemsTable.js +0 -1
  49. package/dist/iframe/payment/order-items-table/hooks/useTableData.d.ts +0 -5
  50. package/dist/iframe/payment/order-items-table/hooks/useTableData.d.ts.map +1 -1
  51. package/dist/iframe/payment/payment-form/PaymentForm.js +0 -1
  52. package/dist/iframe/payment/payment-page/PaymentPage.d.ts +1 -1
  53. package/dist/iframe/payment/payment-page/PaymentPage.d.ts.map +1 -1
  54. package/dist/iframe/ryft/RyftPaymentForm.d.ts.map +1 -1
  55. package/dist/iframe/ryft/RyftPaymentForm.js +1 -3
  56. package/dist/iframe/ryft/utils/ryft-form.d.ts +1 -1
  57. package/dist/iframe/ryft/utils/ryft-form.d.ts.map +1 -1
  58. package/dist/index.d.ts +1 -0
  59. package/dist/index.d.ts.map +1 -1
  60. package/dist/index.js +3 -1
  61. package/dist/modals/dialog/Dialog.d.ts.map +1 -1
  62. package/dist/modals/dialog/Dialog.js +39 -41
  63. package/dist/modals/dialog/DialogContext.d.ts +2 -2
  64. package/dist/modals/dialog/DialogContext.d.ts.map +1 -1
  65. package/dist/notification/email-template/card/EmailTemplateCard.d.ts.map +1 -1
  66. package/dist/pages/PrivacyComponent.d.ts +3 -0
  67. package/dist/pages/PrivacyComponent.d.ts.map +1 -0
  68. package/dist/pages/PrivacyComponent.js +536 -0
  69. package/dist/pages/TermsComponent.d.ts +3 -0
  70. package/dist/pages/TermsComponent.d.ts.map +1 -0
  71. package/dist/pages/TermsComponent.js +682 -0
  72. package/dist/pages/index.d.ts +3 -0
  73. package/dist/pages/index.d.ts.map +1 -0
  74. package/dist/product-set/card/ProductSetCard.d.ts.map +1 -1
  75. package/dist/product-set/card/ProductSetCard.js +3 -2
  76. package/dist/product-set/form/ProductSetForm.d.ts.map +1 -1
  77. package/dist/product-set/form/ProductsControl.js +1 -1
  78. package/dist/product-set/product/advanced-options/AdvancedOptions.js +1 -2
  79. package/dist/product-set/utils/index.d.ts +1 -1
  80. package/dist/product-set/utils/index.d.ts.map +1 -1
  81. package/dist/recurrence-input/RecurrenceInput.d.ts.map +1 -1
  82. package/dist/recurrence-input/RecurrenceInput.js +1 -1
  83. package/dist/sales/notes/NotesTableRow.js +0 -1
  84. package/dist/sales/payment-form/components/RyftPayment/RyftPayment.d.ts.map +1 -1
  85. package/dist/sales/payment-form/components/RyftPayment/RyftPayment.js +1 -3
  86. package/dist/setting/dashboard/payments/payments-modal/PaymentsModal.d.ts.map +1 -1
  87. package/dist/setting/dashboard/snippets/card/SnippetCard.d.ts.map +1 -1
  88. package/dist/setting/dashboard/snippets/card/SnippetCard.js +4 -4
  89. package/dist/snippet/snippet-template/preview/Preview.d.ts.map +1 -1
  90. package/dist/snippet/snippet-template/preview/Preview.js +14 -21
  91. package/dist/static/RestrictedAccess.d.ts.map +1 -1
  92. package/dist/static/RestrictedAccess.js +3 -2
  93. package/dist/static/index.js +1 -1
  94. package/dist/striped-static-table/StripedStaticTable.js +0 -1
  95. package/dist/table/ReactTableHelperComponent.d.ts.map +1 -1
  96. package/dist/table/ReactTableHelperComponent.js +3 -3
  97. package/dist/table/TableHelperComponent.d.ts.map +1 -1
  98. package/dist/table/TableHelperComponent.js +3 -3
  99. package/dist/venue-map-sets/card/VenueMapSetCard.d.ts.map +1 -1
  100. package/dist/venue-map-sets/card/VenueMapSetCard.js +4 -3
  101. package/dist/zone/card/ZoneCard.d.ts.map +1 -1
  102. package/dist/zone/card/ZoneCard.js +4 -3
  103. package/package.json +23 -20
  104. package/src/affiliate/form/AffiliateForm.tsx +4 -2
  105. package/src/auth/AccessDenied/AccessDenied.tsx +4 -3
  106. package/src/auth/Authorizer.tsx +11 -6
  107. package/src/auth/ChangePassword/ChangePasswordComponent.tsx +21 -26
  108. package/src/auth/Layout/AuthNavComponent.tsx +2 -3
  109. package/src/auth/Layout/UserNavDropDown.tsx +6 -7
  110. package/src/auth/Login/LoginComponent.tsx +42 -46
  111. package/src/auth/Logout/Logout.stories.tsx +12 -14
  112. package/src/auth/Logout/Logout.tsx +4 -3
  113. package/src/auth/Register/RegisterComponent.tsx +35 -41
  114. package/src/auth/ResetPassword/ResetPasswordComponent.tsx +16 -20
  115. package/src/auth/Social/SocialCallbackComponent.tsx +4 -4
  116. package/src/custom-fields/field-set/providers/CustomFieldSetsProvider.tsx +2 -2
  117. package/src/events/edit-recurrent-event-modal/EditRecurrentEventModal.tsx +1 -0
  118. package/src/events/event-card/EventCard.tsx +10 -8
  119. package/src/events/event-statistic-modal/EventStatisticModal.tsx +1 -0
  120. package/src/events/event-venue-map/components/Dropdown/components/DropdownWrapper/DropdownWrapper.tsx +2 -2
  121. package/src/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetForm.tsx +13 -8
  122. package/src/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetModal.tsx +12 -4
  123. package/src/iframe/ProductWithModifierModal/ModifierSetModal/controll/ModifierSetControll.tsx +2 -2
  124. package/src/iframe/ProductWithModifierModal/ModifierSetModal/controll/ProductControll.tsx +18 -20
  125. package/src/iframe/event/event-navigation-footer/EventNavigationFooter.tsx +3 -2
  126. package/src/iframe/order-process/components/CategoryProduct/CategoryProduct.tsx +3 -5
  127. package/src/iframe/order-process/components/NavigationSteps/NavigationSteps.tsx +3 -3
  128. package/src/iframe/order-process/components/PaymentCard/PaymentCard.tsx +3 -3
  129. package/src/iframe/order-process/components/utils/useOnWindowUnmount.ts +1 -1
  130. package/src/iframe/payment/payment-page/PaymentPage.tsx +1 -1
  131. package/src/iframe/ryft/RyftPaymentForm.tsx +2 -5
  132. package/src/iframe/ryft/utils/ryft-form.ts +1 -1
  133. package/src/index.ts +1 -0
  134. package/src/modals/dialog/Dialog.tsx +35 -36
  135. package/src/modals/dialog/DialogContext.tsx +8 -2
  136. package/src/notification/email-template/card/EmailTemplateCard.tsx +0 -2
  137. package/src/pages/PrivacyComponent.tsx +318 -0
  138. package/src/pages/TermsComponent.tsx +306 -0
  139. package/src/pages/index.ts +2 -0
  140. package/src/product-set/card/ProductSetCard.tsx +3 -2
  141. package/src/product-set/form/ProductSetForm.tsx +2 -1
  142. package/src/product-set/utils/index.ts +15 -14
  143. package/src/recurrence-input/RecurrenceInput.tsx +4 -3
  144. package/src/sales/payment-form/components/RyftPayment/RyftPayment.tsx +1 -3
  145. package/src/setting/dashboard/payments/payments-modal/PaymentsModal.tsx +1 -0
  146. package/src/setting/dashboard/snippets/card/SnippetCard.tsx +4 -3
  147. package/src/snippet/snippet-template/preview/Preview.tsx +6 -9
  148. package/src/static/RestrictedAccess.tsx +3 -6
  149. package/src/table/ReactTableHelperComponent.tsx +3 -5
  150. package/src/table/TableHelperComponent.tsx +3 -3
  151. package/src/venue-map-sets/card/VenueMapSetCard.tsx +4 -3
  152. package/src/zone/card/ZoneCard.tsx +4 -3
  153. package/yarn.lock +474 -542
@@ -0,0 +1,682 @@
1
+ import { jsx, jsxs } from 'react/jsx-runtime';
2
+ import { useTranslation, Trans } from 'react-i18next';
3
+
4
+ var TermsComponent = function() {
5
+ var t = useTranslation('Terms').t;
6
+ return /*#__PURE__*/ jsx("div", {
7
+ className: "h-100 d-flex",
8
+ children: /*#__PURE__*/ jsxs("div", {
9
+ className: "container mt-6",
10
+ children: [
11
+ /*#__PURE__*/ jsx("h1", {
12
+ children: t('mainTitle')
13
+ }),
14
+ /*#__PURE__*/ jsx("div", {
15
+ className: "pb-6",
16
+ children: /*#__PURE__*/ jsxs("ol", {
17
+ className: "pb-2",
18
+ children: [
19
+ /*#__PURE__*/ jsxs("li", {
20
+ className: "pt-4",
21
+ children: [
22
+ /*#__PURE__*/ jsx("h3", {
23
+ children: t('generalInformationTitle')
24
+ }),
25
+ /*#__PURE__*/ jsxs("ol", {
26
+ className: "pb-2",
27
+ children: [
28
+ /*#__PURE__*/ jsx("li", {
29
+ children: t('generalInformationContent1')
30
+ }),
31
+ /*#__PURE__*/ jsx("li", {
32
+ children: t('generalInformationContent2')
33
+ }),
34
+ /*#__PURE__*/ jsx("li", {
35
+ children: t('generalInformationContent3')
36
+ }),
37
+ /*#__PURE__*/ jsx("li", {
38
+ children: t('generalInformationContent4')
39
+ })
40
+ ]
41
+ })
42
+ ]
43
+ }),
44
+ /*#__PURE__*/ jsxs("li", {
45
+ className: "pt-4",
46
+ children: [
47
+ /*#__PURE__*/ jsx("h3", {
48
+ children: t('consentAndRegistrationTitle')
49
+ }),
50
+ /*#__PURE__*/ jsxs("ol", {
51
+ className: "pb-2",
52
+ children: [
53
+ /*#__PURE__*/ jsx("li", {
54
+ children: t('consentAndRegistrationContent1')
55
+ }),
56
+ /*#__PURE__*/ jsx("li", {
57
+ children: t('consentAndRegistrationContent2')
58
+ }),
59
+ /*#__PURE__*/ jsx("li", {
60
+ children: t('consentAndRegistrationContent3')
61
+ }),
62
+ /*#__PURE__*/ jsx("li", {
63
+ children: t('consentAndRegistrationContent4')
64
+ }),
65
+ /*#__PURE__*/ jsx("li", {
66
+ children: t('consentAndRegistrationContent5')
67
+ }),
68
+ /*#__PURE__*/ jsx("li", {
69
+ children: t('consentAndRegistrationContent6')
70
+ }),
71
+ /*#__PURE__*/ jsx("li", {
72
+ children: t('consentAndRegistrationContent7')
73
+ }),
74
+ /*#__PURE__*/ jsx("li", {
75
+ children: t('consentAndRegistrationContent8')
76
+ })
77
+ ]
78
+ })
79
+ ]
80
+ }),
81
+ /*#__PURE__*/ jsxs("li", {
82
+ className: "pt-4",
83
+ children: [
84
+ /*#__PURE__*/ jsx("h3", {
85
+ children: t('membershipAndAccessTitle')
86
+ }),
87
+ /*#__PURE__*/ jsxs("ol", {
88
+ className: "pb-2",
89
+ children: [
90
+ /*#__PURE__*/ jsx("li", {
91
+ children: t('membershipAndAccessContent1')
92
+ }),
93
+ /*#__PURE__*/ jsx("li", {
94
+ children: t('membershipAndAccessContent2')
95
+ }),
96
+ /*#__PURE__*/ jsx("li", {
97
+ children: t('membershipAndAccessContent3')
98
+ }),
99
+ /*#__PURE__*/ jsx("li", {
100
+ children: t('membershipAndAccessContent4')
101
+ }),
102
+ /*#__PURE__*/ jsx("li", {
103
+ children: t('membershipAndAccessContent5')
104
+ }),
105
+ /*#__PURE__*/ jsx("li", {
106
+ children: t('membershipAndAccessContent6')
107
+ }),
108
+ /*#__PURE__*/ jsx("li", {
109
+ children: t('membershipAndAccessContent7')
110
+ })
111
+ ]
112
+ })
113
+ ]
114
+ }),
115
+ /*#__PURE__*/ jsxs("li", {
116
+ className: "pt-4",
117
+ children: [
118
+ /*#__PURE__*/ jsx("h3", {
119
+ children: t('changesToTheTermTitle')
120
+ }),
121
+ /*#__PURE__*/ jsxs("ol", {
122
+ className: "pb-2",
123
+ children: [
124
+ /*#__PURE__*/ jsx("li", {
125
+ children: t('changesToTheTermContent1')
126
+ }),
127
+ /*#__PURE__*/ jsx("li", {
128
+ children: t('changesToTheTermContent2')
129
+ }),
130
+ /*#__PURE__*/ jsx("li", {
131
+ children: t('changesToTheTermContent3')
132
+ })
133
+ ]
134
+ })
135
+ ]
136
+ }),
137
+ /*#__PURE__*/ jsxs("li", {
138
+ className: "pt-4",
139
+ children: [
140
+ /*#__PURE__*/ jsx("h3", {
141
+ children: t('useOfTheWebsiteTitle')
142
+ }),
143
+ /*#__PURE__*/ jsxs("ol", {
144
+ className: "pb-2",
145
+ children: [
146
+ /*#__PURE__*/ jsx("li", {
147
+ children: t('useOfTheWebsiteContent1')
148
+ }),
149
+ /*#__PURE__*/ jsx("li", {
150
+ children: t('useOfTheWebsiteContent2')
151
+ }),
152
+ /*#__PURE__*/ jsx("li", {
153
+ children: t('useOfTheWebsiteContent3')
154
+ }),
155
+ /*#__PURE__*/ jsx("li", {
156
+ children: t('useOfTheWebsiteContent4')
157
+ }),
158
+ /*#__PURE__*/ jsx("li", {
159
+ children: t('useOfTheWebsiteContent5')
160
+ }),
161
+ /*#__PURE__*/ jsx("li", {
162
+ children: t('useOfTheWebsiteContent6')
163
+ }),
164
+ /*#__PURE__*/ jsxs("li", {
165
+ children: [
166
+ t('useOfTheWebsiteContent7'),
167
+ /*#__PURE__*/ jsx("ol", {
168
+ className: "pb-2 pt-2",
169
+ children: /*#__PURE__*/ jsx("li", {
170
+ className: "pt-2",
171
+ children: t('useOfTheWebsiteContent7Subcontent1')
172
+ })
173
+ })
174
+ ]
175
+ }),
176
+ /*#__PURE__*/ jsx("li", {
177
+ children: t('useOfTheWebsiteContent8')
178
+ }),
179
+ /*#__PURE__*/ jsx("li", {
180
+ children: t('useOfTheWebsiteContent9')
181
+ }),
182
+ /*#__PURE__*/ jsx("li", {
183
+ children: t('useOfTheWebsiteContent10')
184
+ }),
185
+ /*#__PURE__*/ jsx("li", {
186
+ children: t('useOfTheWebsiteContent11')
187
+ }),
188
+ /*#__PURE__*/ jsx("li", {
189
+ children: t('useOfTheWebsiteContent12')
190
+ }),
191
+ /*#__PURE__*/ jsx("li", {
192
+ children: t('useOfTheWebsiteContent13')
193
+ }),
194
+ /*#__PURE__*/ jsxs("li", {
195
+ children: [
196
+ t('useOfTheWebsiteContent14'),
197
+ /*#__PURE__*/ jsx("p", {
198
+ children: t('useOfTheWebsiteContent14SubcontentTitle')
199
+ }),
200
+ /*#__PURE__*/ jsxs("ol", {
201
+ className: "pb-2",
202
+ children: [
203
+ /*#__PURE__*/ jsx("li", {
204
+ children: t('useOfTheWebsiteContent14Subcontent1')
205
+ }),
206
+ /*#__PURE__*/ jsx("li", {
207
+ children: t('useOfTheWebsiteContent14Subcontent2')
208
+ }),
209
+ /*#__PURE__*/ jsx("li", {
210
+ children: t('useOfTheWebsiteContent14Subcontent3')
211
+ }),
212
+ /*#__PURE__*/ jsx("li", {
213
+ children: t('useOfTheWebsiteContent14Subcontent4')
214
+ }),
215
+ /*#__PURE__*/ jsx("li", {
216
+ children: t('useOfTheWebsiteContent14Subcontent5')
217
+ }),
218
+ /*#__PURE__*/ jsx("li", {
219
+ children: t('useOfTheWebsiteContent14Subcontent6')
220
+ }),
221
+ /*#__PURE__*/ jsx("li", {
222
+ children: t('useOfTheWebsiteContent14Subcontent7')
223
+ }),
224
+ /*#__PURE__*/ jsx("li", {
225
+ children: t('useOfTheWebsiteContent14Subcontent8')
226
+ }),
227
+ /*#__PURE__*/ jsx("li", {
228
+ children: t('useOfTheWebsiteContent14Subcontent9')
229
+ })
230
+ ]
231
+ })
232
+ ]
233
+ }),
234
+ /*#__PURE__*/ jsx("li", {
235
+ children: t('useOfTheWebsiteContent15')
236
+ }),
237
+ /*#__PURE__*/ jsx("li", {
238
+ children: t('useOfTheWebsiteContent16')
239
+ }),
240
+ /*#__PURE__*/ jsx("li", {
241
+ children: t('useOfTheWebsiteContent17')
242
+ }),
243
+ /*#__PURE__*/ jsx("li", {
244
+ children: t('useOfTheWebsiteContent18')
245
+ }),
246
+ /*#__PURE__*/ jsx("li", {
247
+ children: t('useOfTheWebsiteContent19')
248
+ }),
249
+ /*#__PURE__*/ jsx("li", {
250
+ children: t('useOfTheWebsiteContent20')
251
+ }),
252
+ /*#__PURE__*/ jsx("li", {
253
+ children: t('useOfTheWebsiteContent21')
254
+ }),
255
+ /*#__PURE__*/ jsx("li", {
256
+ children: t('useOfTheWebsiteContent22')
257
+ })
258
+ ]
259
+ })
260
+ ]
261
+ }),
262
+ /*#__PURE__*/ jsxs("li", {
263
+ className: "pt-4",
264
+ children: [
265
+ /*#__PURE__*/ jsx("h3", {
266
+ children: t('yourLiabilityAndRiskTitle')
267
+ }),
268
+ /*#__PURE__*/ jsxs("ol", {
269
+ className: "pb-2",
270
+ children: [
271
+ /*#__PURE__*/ jsx("li", {
272
+ children: t('yourLiabilityAndRiskContent1')
273
+ }),
274
+ /*#__PURE__*/ jsx("li", {
275
+ children: t('yourLiabilityAndRiskContent2')
276
+ }),
277
+ /*#__PURE__*/ jsx("li", {
278
+ children: t('yourLiabilityAndRiskContent3')
279
+ }),
280
+ /*#__PURE__*/ jsx("li", {
281
+ children: t('yourLiabilityAndRiskContent4')
282
+ })
283
+ ]
284
+ })
285
+ ]
286
+ }),
287
+ /*#__PURE__*/ jsxs("li", {
288
+ className: "pt-4",
289
+ children: [
290
+ /*#__PURE__*/ jsx("h3", {
291
+ children: t('websiteModeratiornTitle')
292
+ }),
293
+ /*#__PURE__*/ jsxs("ol", {
294
+ className: "pb-2",
295
+ children: [
296
+ /*#__PURE__*/ jsx("li", {
297
+ children: t('websiteModeratiornContent1')
298
+ }),
299
+ /*#__PURE__*/ jsx("li", {
300
+ children: t('websiteModeratiornContent2')
301
+ }),
302
+ /*#__PURE__*/ jsx("li", {
303
+ children: t('websiteModeratiornContent3')
304
+ }),
305
+ /*#__PURE__*/ jsx("li", {
306
+ children: t('websiteModeratiornContent4')
307
+ }),
308
+ /*#__PURE__*/ jsx("li", {
309
+ children: t('websiteModeratiornContent5')
310
+ }),
311
+ /*#__PURE__*/ jsx("li", {
312
+ children: t('websiteModeratiornContent6')
313
+ }),
314
+ /*#__PURE__*/ jsx("li", {
315
+ children: t('websiteModeratiornContent7')
316
+ }),
317
+ /*#__PURE__*/ jsx("li", {
318
+ children: t('websiteModeratiornContent8')
319
+ })
320
+ ]
321
+ })
322
+ ]
323
+ }),
324
+ /*#__PURE__*/ jsxs("li", {
325
+ className: "pt-4",
326
+ children: [
327
+ /*#__PURE__*/ jsx("h3", {
328
+ children: t('dataProtectionAndPrivacyTitle')
329
+ }),
330
+ /*#__PURE__*/ jsxs("ol", {
331
+ className: "pb-2",
332
+ children: [
333
+ /*#__PURE__*/ jsx("li", {
334
+ children: t('dataProtectionAndPrivacyContent1')
335
+ }),
336
+ /*#__PURE__*/ jsx("li", {
337
+ children: t('dataProtectionAndPrivacyContent2')
338
+ })
339
+ ]
340
+ }),
341
+ /*#__PURE__*/ jsx("h2", {
342
+ children: t('dataProtectionAndPrivacyContent2Title')
343
+ }),
344
+ /*#__PURE__*/ jsxs("ol", {
345
+ className: "pb-2",
346
+ children: [
347
+ /*#__PURE__*/ jsx("li", {
348
+ children: t('dataProtectionAndPrivacyContent2Content1')
349
+ }),
350
+ /*#__PURE__*/ jsx("li", {
351
+ children: t('dataProtectionAndPrivacyContent2Content2')
352
+ }),
353
+ /*#__PURE__*/ jsx("li", {
354
+ children: t('dataProtectionAndPrivacyContent2Content3')
355
+ }),
356
+ /*#__PURE__*/ jsx("li", {
357
+ children: t('dataProtectionAndPrivacyContent2Content4')
358
+ }),
359
+ /*#__PURE__*/ jsx("li", {
360
+ children: t('dataProtectionAndPrivacyContent2Content5')
361
+ }),
362
+ /*#__PURE__*/ jsx("li", {
363
+ children: t('dataProtectionAndPrivacyContent2Content6')
364
+ }),
365
+ /*#__PURE__*/ jsxs("li", {
366
+ children: [
367
+ t('dataProtectionAndPrivacyContent2Content7'),
368
+ /*#__PURE__*/ jsxs("ol", {
369
+ className: "pb-2",
370
+ children: [
371
+ /*#__PURE__*/ jsx("li", {
372
+ className: "pt-2",
373
+ children: t('dataProtectionAndPrivacyContent2Content7SubContent1')
374
+ }),
375
+ /*#__PURE__*/ jsx("li", {
376
+ children: t('dataProtectionAndPrivacyContent2Content7SubContent2')
377
+ }),
378
+ /*#__PURE__*/ jsx("li", {
379
+ children: t('dataProtectionAndPrivacyContent2Content7SubContent3')
380
+ }),
381
+ /*#__PURE__*/ jsx("li", {
382
+ children: t('dataProtectionAndPrivacyContent2Content7SubContent4')
383
+ }),
384
+ /*#__PURE__*/ jsx("li", {
385
+ children: t('dataProtectionAndPrivacyContent2Content7SubContent5')
386
+ })
387
+ ]
388
+ })
389
+ ]
390
+ }),
391
+ /*#__PURE__*/ jsx("li", {
392
+ children: /*#__PURE__*/ jsxs(Trans, {
393
+ t: t,
394
+ i18nKey: "Terms:dataProtectionAndPrivacyContent2Content8",
395
+ children: [
396
+ "You are able to withdraw consent at anytime from your profile settings or by emailing",
397
+ ' ',
398
+ /*#__PURE__*/ jsx("a", {
399
+ href: "mailto:privacy@licklist.co.uk",
400
+ children: "privacy@licklist.co.uk"
401
+ })
402
+ ]
403
+ })
404
+ }),
405
+ /*#__PURE__*/ jsx("li", {
406
+ children: t('dataProtectionAndPrivacyContent2Content9')
407
+ }),
408
+ /*#__PURE__*/ jsx("li", {
409
+ children: t('dataProtectionAndPrivacyContent2Content10')
410
+ }),
411
+ /*#__PURE__*/ jsx("li", {
412
+ children: t('dataProtectionAndPrivacyContent2Content11')
413
+ }),
414
+ /*#__PURE__*/ jsx("li", {
415
+ children: t('dataProtectionAndPrivacyContent2Content12')
416
+ }),
417
+ /*#__PURE__*/ jsx("li", {
418
+ children: t('dataProtectionAndPrivacyContent2Content13')
419
+ }),
420
+ /*#__PURE__*/ jsx("li", {
421
+ children: t('dataProtectionAndPrivacyContent2Content14')
422
+ }),
423
+ /*#__PURE__*/ jsx("li", {
424
+ children: t('dataProtectionAndPrivacyContent2Content15')
425
+ }),
426
+ /*#__PURE__*/ jsx("li", {
427
+ children: t('dataProtectionAndPrivacyContent2Content16')
428
+ }),
429
+ /*#__PURE__*/ jsx("li", {
430
+ children: t('dataProtectionAndPrivacyContent2Content17')
431
+ }),
432
+ /*#__PURE__*/ jsx("li", {
433
+ children: t('dataProtectionAndPrivacyContent2Content18')
434
+ })
435
+ ]
436
+ })
437
+ ]
438
+ }),
439
+ /*#__PURE__*/ jsxs("li", {
440
+ className: "pt-4",
441
+ children: [
442
+ /*#__PURE__*/ jsx("h3", {
443
+ children: t('cookiesTitle')
444
+ }),
445
+ /*#__PURE__*/ jsxs("ol", {
446
+ className: "pb-2",
447
+ children: [
448
+ /*#__PURE__*/ jsx("li", {
449
+ children: t('cookiesContent1')
450
+ }),
451
+ /*#__PURE__*/ jsxs("li", {
452
+ children: [
453
+ /*#__PURE__*/ jsxs(Trans, {
454
+ t: t,
455
+ i18nKey: "Terms:cookiesContent2",
456
+ children: [
457
+ "We use cookies on the Website, pursuant to and in accordance with our Cookie Policy (set out below)",
458
+ /*#__PURE__*/ jsx("p", {
459
+ className: "pb-2",
460
+ children: "Cookie Policy"
461
+ })
462
+ ]
463
+ }),
464
+ /*#__PURE__*/ jsxs("ol", {
465
+ className: "pb-2",
466
+ children: [
467
+ /*#__PURE__*/ jsx("li", {
468
+ className: "pt-2",
469
+ children: t('cookiesContent2Subcontent1')
470
+ }),
471
+ /*#__PURE__*/ jsx("li", {
472
+ children: t('cookiesContent2Subcontent2')
473
+ }),
474
+ /*#__PURE__*/ jsx("li", {
475
+ children: t('cookiesContent2Subcontent3')
476
+ }),
477
+ /*#__PURE__*/ jsx("li", {
478
+ children: t('cookiesContent2Subcontent4')
479
+ }),
480
+ /*#__PURE__*/ jsx("li", {
481
+ children: t('cookiesContent2Subcontent5')
482
+ }),
483
+ /*#__PURE__*/ jsx("li", {
484
+ children: t('cookiesContent2Subcontent6')
485
+ }),
486
+ /*#__PURE__*/ jsx("li", {
487
+ children: t('cookiesContent2Subcontent7')
488
+ })
489
+ ]
490
+ })
491
+ ]
492
+ })
493
+ ]
494
+ })
495
+ ]
496
+ }),
497
+ /*#__PURE__*/ jsxs("li", {
498
+ className: "pt-4",
499
+ children: [
500
+ /*#__PURE__*/ jsx("h3", {
501
+ children: t('sharingContentAndSocialNetworksTitle')
502
+ }),
503
+ /*#__PURE__*/ jsxs("ol", {
504
+ className: "pb-2",
505
+ children: [
506
+ /*#__PURE__*/ jsx("li", {
507
+ children: t('sharingContentAndSocialNetworksContent1')
508
+ }),
509
+ /*#__PURE__*/ jsx("li", {
510
+ children: t('sharingContentAndSocialNetworksContent2')
511
+ })
512
+ ]
513
+ })
514
+ ]
515
+ }),
516
+ /*#__PURE__*/ jsxs("li", {
517
+ className: "pt-4",
518
+ children: [
519
+ /*#__PURE__*/ jsx("h3", {
520
+ children: t('linksTitle')
521
+ }),
522
+ /*#__PURE__*/ jsxs("ol", {
523
+ className: "pb-2",
524
+ children: [
525
+ /*#__PURE__*/ jsx("li", {
526
+ children: t('linksContent1')
527
+ }),
528
+ /*#__PURE__*/ jsx("li", {
529
+ children: t('linksContent2')
530
+ }),
531
+ /*#__PURE__*/ jsx("li", {
532
+ children: t('linksContent3')
533
+ })
534
+ ]
535
+ })
536
+ ]
537
+ }),
538
+ /*#__PURE__*/ jsxs("li", {
539
+ className: "pt-4",
540
+ children: [
541
+ /*#__PURE__*/ jsx("h3", {
542
+ children: t('intellectualPropertyRightsTitle')
543
+ }),
544
+ /*#__PURE__*/ jsxs("ol", {
545
+ className: "pb-2",
546
+ children: [
547
+ /*#__PURE__*/ jsx("li", {
548
+ children: t('intellectualPropertyRightsContent1')
549
+ }),
550
+ /*#__PURE__*/ jsx("li", {
551
+ children: t('intellectualPropertyRightsContent2')
552
+ }),
553
+ /*#__PURE__*/ jsx("li", {
554
+ children: t('intellectualPropertyRightsContent3')
555
+ }),
556
+ /*#__PURE__*/ jsx("li", {
557
+ children: t('intellectualPropertyRightsContent4')
558
+ })
559
+ ]
560
+ })
561
+ ]
562
+ }),
563
+ /*#__PURE__*/ jsxs("li", {
564
+ className: "pt-4",
565
+ children: [
566
+ /*#__PURE__*/ jsx("h3", {
567
+ children: t('contentOfWebsiteAndGeneralExclusionsTitle')
568
+ }),
569
+ /*#__PURE__*/ jsxs("ol", {
570
+ className: "pb-2",
571
+ children: [
572
+ /*#__PURE__*/ jsx("li", {
573
+ children: t('contentOfWebsiteAndGeneralExclusionsContent1')
574
+ }),
575
+ /*#__PURE__*/ jsxs("li", {
576
+ children: [
577
+ t('contentOfWebsiteAndGeneralExclusionsContent2'),
578
+ /*#__PURE__*/ jsxs("ol", {
579
+ className: "pb-2",
580
+ children: [
581
+ /*#__PURE__*/ jsx("li", {
582
+ className: "pt-2",
583
+ children: t('contentOfWebsiteAndGeneralExclusionsContent2Subcontent1')
584
+ }),
585
+ /*#__PURE__*/ jsx("li", {
586
+ children: t('contentOfWebsiteAndGeneralExclusionsContent2Subcontent2')
587
+ }),
588
+ /*#__PURE__*/ jsx("li", {
589
+ className: "pb-2",
590
+ children: t('contentOfWebsiteAndGeneralExclusionsContent2Subcontent3')
591
+ })
592
+ ]
593
+ })
594
+ ]
595
+ }),
596
+ /*#__PURE__*/ jsx("li", {
597
+ children: t('contentOfWebsiteAndGeneralExclusionsContent3')
598
+ }),
599
+ /*#__PURE__*/ jsx("li", {
600
+ children: t('contentOfWebsiteAndGeneralExclusionsContent4')
601
+ }),
602
+ /*#__PURE__*/ jsx("li", {
603
+ children: t('contentOfWebsiteAndGeneralExclusionsContent5')
604
+ }),
605
+ /*#__PURE__*/ jsx("li", {
606
+ children: t('contentOfWebsiteAndGeneralExclusionsContent6')
607
+ }),
608
+ /*#__PURE__*/ jsx("li", {
609
+ children: t('contentOfWebsiteAndGeneralExclusionsContent7')
610
+ }),
611
+ /*#__PURE__*/ jsx("li", {
612
+ children: t('contentOfWebsiteAndGeneralExclusionsContent8')
613
+ }),
614
+ /*#__PURE__*/ jsx("li", {
615
+ children: t('contentOfWebsiteAndGeneralExclusionsContent9')
616
+ }),
617
+ /*#__PURE__*/ jsx("li", {
618
+ children: t('contentOfWebsiteAndGeneralExclusionsContent10')
619
+ }),
620
+ /*#__PURE__*/ jsx("li", {
621
+ children: t('contentOfWebsiteAndGeneralExclusionsContent11')
622
+ })
623
+ ]
624
+ })
625
+ ]
626
+ }),
627
+ /*#__PURE__*/ jsxs("li", {
628
+ className: "pt-4",
629
+ children: [
630
+ /*#__PURE__*/ jsx("h3", {
631
+ children: t('internetCommunicationsTitle')
632
+ }),
633
+ /*#__PURE__*/ jsx("ol", {
634
+ className: "pb-2",
635
+ children: /*#__PURE__*/ jsx("li", {
636
+ children: t('internetCommunicationsContent1')
637
+ })
638
+ })
639
+ ]
640
+ }),
641
+ /*#__PURE__*/ jsxs("li", {
642
+ className: "pt-4",
643
+ children: [
644
+ /*#__PURE__*/ jsx("h3", {
645
+ children: t('validityTitle')
646
+ }),
647
+ /*#__PURE__*/ jsx("ol", {
648
+ className: "pb-2",
649
+ children: /*#__PURE__*/ jsx("li", {
650
+ children: t('validityContent1')
651
+ })
652
+ })
653
+ ]
654
+ }),
655
+ /*#__PURE__*/ jsxs("li", {
656
+ className: "pt-4",
657
+ children: [
658
+ /*#__PURE__*/ jsx("h3", {
659
+ children: t('governingLawAndJurisdictionTitle')
660
+ }),
661
+ /*#__PURE__*/ jsxs("ol", {
662
+ className: "pb-2",
663
+ children: [
664
+ /*#__PURE__*/ jsx("li", {
665
+ children: t('governingLawAndJurisdictionContent1')
666
+ }),
667
+ /*#__PURE__*/ jsx("li", {
668
+ children: t('governingLawAndJurisdictionContent2')
669
+ })
670
+ ]
671
+ })
672
+ ]
673
+ })
674
+ ]
675
+ })
676
+ })
677
+ ]
678
+ })
679
+ });
680
+ };
681
+
682
+ export { TermsComponent, TermsComponent as default };