@20minutes/hela 2.16.10 → 2.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (28) hide show
  1. package/dist/index.es.js +1062 -869
  2. package/dist/index.umd.cjs +1 -0
  3. package/dist/js/scripts.es.js +7 -4
  4. package/dist/js/{scripts.umd.js → scripts.umd.cjs} +1 -1
  5. package/dist/scss/abstracts/variables/_token-variables.scss +69 -69
  6. package/dist/scss/abstracts/variables/_variables.scss +45 -46
  7. package/dist/src/components/atoms/InlineSeparator/InlineSeparator.stories.d.ts +1 -1
  8. package/dist/src/components/atoms/Link/Link.d.ts +5 -3
  9. package/dist/src/components/atoms/Link/Link.stories.d.ts +3 -1
  10. package/dist/src/components/atoms/ScrollToTopButton/ScrollToTopButton.stories.d.ts +112 -112
  11. package/dist/src/components/atoms/SkipLink/SkipLink.stories.d.ts +1 -1
  12. package/dist/src/components/molecules/DiscoverList/DiscoverList.stories.d.ts +104 -104
  13. package/dist/src/components/molecules/Elections/SearchBanner/SearchBanner.stories.d.ts +69 -69
  14. package/dist/src/components/molecules/VerticalTimeline/VerticalTimeline.stories.d.ts +105 -105
  15. package/dist/src/components/organisms/Footer/Footer.stories.d.ts +2 -2
  16. package/dist/src/constants/cssProperties/typography.d.ts +5 -4
  17. package/dist/src/constants/tokenNameList.d.ts +5 -5
  18. package/dist/src/constants/tokenVariables.d.ts +364 -132
  19. package/dist/src/helpers/forwardRef.d.ts +2 -2
  20. package/dist/src/helpers/imgHelper.d.ts +1 -1
  21. package/dist/src/helpers/storybookHelper.d.ts +3 -3
  22. package/dist/src/helpers/systemPropsHelper/classNameWithModifier.d.ts +2 -2
  23. package/dist/src/helpers/systemPropsHelper/classNamesWithModifiers.d.ts +3 -3
  24. package/dist/src/helpers/systemPropsHelper/typographySystemClassName.d.ts +1 -1
  25. package/dist/src/types/ComponentWithAs.d.ts +3 -2
  26. package/dist/style.css +1 -1
  27. package/package.json +38 -40
  28. package/dist/index.umd.js +0 -1
package/dist/index.es.js CHANGED
@@ -9,883 +9,1115 @@ const se = {
9
9
  family: "Obviously",
10
10
  weight: "600",
11
11
  style: "normal",
12
- extensions: ["woff2", "woff"]
12
+ extensions: ["woff2", "woff"],
13
+ key: "{asset.font.Obviously-Semibold}"
13
14
  },
14
15
  "SourceSerifPro-Regular": {
15
16
  value: "fonts/SourceSerifPro-Regular",
16
17
  family: "Source Serif Pro",
17
18
  weight: "400",
18
19
  style: "normal",
19
- extensions: ["woff2", "woff"]
20
+ extensions: ["woff2", "woff"],
21
+ key: "{asset.font.SourceSerifPro-Regular}"
20
22
  },
21
23
  "SourceSerifPro-Italic": {
22
24
  value: "fonts/SourceSerifPro-Italic",
23
25
  family: "Source Serif Pro",
24
26
  weight: "400",
25
27
  style: "italic",
26
- extensions: ["woff2", "woff"]
28
+ extensions: ["woff2", "woff"],
29
+ key: "{asset.font.SourceSerifPro-Italic}"
27
30
  },
28
31
  "SourceSerifPro-Bold": {
29
32
  value: "fonts/SourceSerifPro-Bold",
30
33
  family: "Source Serif Pro",
31
34
  weight: "700",
32
35
  style: "normal",
33
- extensions: ["woff2", "woff"]
36
+ extensions: ["woff2", "woff"],
37
+ key: "{asset.font.SourceSerifPro-Bold}"
34
38
  },
35
39
  "SourceSerifPro-SemiBold": {
36
40
  value: "fonts/SourceSerifPro-SemiBold",
37
41
  family: "Source Serif Pro",
38
42
  weight: "600",
39
43
  style: "normal",
40
- extensions: ["woff2", "woff"]
44
+ extensions: ["woff2", "woff"],
45
+ key: "{asset.font.SourceSerifPro-SemiBold}"
41
46
  }
42
47
  },
43
48
  icon: {
44
49
  "20mn-pub": {
45
- value: "svg/20mn-pub.svg"
50
+ value: "svg/20mn-pub.svg",
51
+ key: "{asset.icon.20mn-pub}"
46
52
  },
47
53
  apple: {
48
- value: "svg/apple.svg"
54
+ value: "svg/apple.svg",
55
+ key: "{asset.icon.apple}"
49
56
  },
50
57
  arrow: {
51
- value: "svg/arrow.svg"
58
+ value: "svg/arrow.svg",
59
+ key: "{asset.icon.arrow}"
52
60
  },
53
61
  "ballot-box": {
54
- value: "svg/ballot-box.svg"
62
+ value: "svg/ballot-box.svg",
63
+ key: "{asset.icon.ballot-box}"
55
64
  },
56
65
  "birthday-cake": {
57
- value: "svg/birthday-cake.svg"
66
+ value: "svg/birthday-cake.svg",
67
+ key: "{asset.icon.birthday-cake}"
58
68
  },
59
69
  bookmark: {
60
- value: "svg/bookmark.svg"
70
+ value: "svg/bookmark.svg",
71
+ key: "{asset.icon.bookmark}"
61
72
  },
62
73
  "bookmark-active": {
63
- value: "svg/bookmark-active.svg"
74
+ value: "svg/bookmark-active.svg",
75
+ key: "{asset.icon.bookmark-active}"
64
76
  },
65
77
  check: {
66
- value: "svg/check.svg"
78
+ value: "svg/check.svg",
79
+ key: "{asset.icon.check}"
67
80
  },
68
81
  chevron: {
69
- value: "svg/chevron.svg"
82
+ value: "svg/chevron.svg",
83
+ key: "{asset.icon.chevron}"
70
84
  },
71
85
  "chevron-left": {
72
- value: "svg/chevron-left.svg"
86
+ value: "svg/chevron-left.svg",
87
+ key: "{asset.icon.chevron-left}"
73
88
  },
74
89
  "chevron-up": {
75
- value: "svg/chevron-up.svg"
90
+ value: "svg/chevron-up.svg",
91
+ key: "{asset.icon.chevron-up}"
76
92
  },
77
93
  clock: {
78
- value: "svg/clock.svg"
94
+ value: "svg/clock.svg",
95
+ key: "{asset.icon.clock}"
79
96
  },
80
97
  close: {
81
- value: "svg/close.svg"
98
+ value: "svg/close.svg",
99
+ key: "{asset.icon.close}"
82
100
  },
83
101
  "close-circle": {
84
- value: "svg/close-circle.svg"
102
+ value: "svg/close-circle.svg",
103
+ key: "{asset.icon.close-circle}"
85
104
  },
86
105
  clover: {
87
- value: "svg/clover.svg"
106
+ value: "svg/clover.svg",
107
+ key: "{asset.icon.clover}"
88
108
  },
89
109
  comment: {
90
- value: "svg/comment.svg"
110
+ value: "svg/comment.svg",
111
+ key: "{asset.icon.comment}"
91
112
  },
92
113
  connect: {
93
- value: "svg/connect.svg"
114
+ value: "svg/connect.svg",
115
+ key: "{asset.icon.connect}"
94
116
  },
95
117
  "connect-filled": {
96
- value: "svg/connect-filled.svg"
118
+ value: "svg/connect-filled.svg",
119
+ key: "{asset.icon.connect-filled}"
97
120
  },
98
121
  connected: {
99
- value: "svg/connected.svg"
122
+ value: "svg/connected.svg",
123
+ key: "{asset.icon.connected}"
100
124
  },
101
125
  dailymotion: {
102
- value: "svg/dailymotion.svg"
126
+ value: "svg/dailymotion.svg",
127
+ key: "{asset.icon.dailymotion}"
103
128
  },
104
129
  darkmode: {
105
- value: "svg/darkmode.svg"
130
+ value: "svg/darkmode.svg",
131
+ key: "{asset.icon.darkmode}"
106
132
  },
107
133
  diaporama: {
108
- value: "svg/diaporama.svg"
134
+ value: "svg/diaporama.svg",
135
+ key: "{asset.icon.diaporama}"
109
136
  },
110
137
  "diaporama-outlined": {
111
- value: "svg/diaporama-outlined.svg"
138
+ value: "svg/diaporama-outlined.svg",
139
+ key: "{asset.icon.diaporama-outlined}"
112
140
  },
113
141
  diode: {
114
- value: "svg/diode.svg"
142
+ value: "svg/diode.svg",
143
+ key: "{asset.icon.diode}"
115
144
  },
116
145
  dot: {
117
- value: "svg/dot.svg"
146
+ value: "svg/dot.svg",
147
+ key: "{asset.icon.dot}"
118
148
  },
119
149
  edit: {
120
- value: "svg/edit.svg"
150
+ value: "svg/edit.svg",
151
+ key: "{asset.icon.edit}"
121
152
  },
122
153
  embed: {
123
- value: "svg/embed.svg"
154
+ value: "svg/embed.svg",
155
+ key: "{asset.icon.embed}"
124
156
  },
125
157
  error: {
126
- value: "svg/error.svg"
158
+ value: "svg/error.svg",
159
+ key: "{asset.icon.error}"
127
160
  },
128
161
  euro: {
129
- value: "svg/euro.svg"
162
+ value: "svg/euro.svg",
163
+ key: "{asset.icon.euro}"
130
164
  },
131
165
  eurovision: {
132
- value: "svg/eurovision.svg"
166
+ value: "svg/eurovision.svg",
167
+ key: "{asset.icon.eurovision}"
133
168
  },
134
169
  "external-link": {
135
- value: "svg/external-link.svg"
170
+ value: "svg/external-link.svg",
171
+ key: "{asset.icon.external-link}"
136
172
  },
137
173
  facebook: {
138
- value: "svg/facebook.svg"
174
+ value: "svg/facebook.svg",
175
+ key: "{asset.icon.facebook}"
139
176
  },
140
177
  flipboard: {
141
- value: "svg/flipboard.svg"
178
+ value: "svg/flipboard.svg",
179
+ key: "{asset.icon.flipboard}"
142
180
  },
143
181
  game: {
144
- value: "svg/game.svg"
182
+ value: "svg/game.svg",
183
+ key: "{asset.icon.game}"
145
184
  },
146
185
  ghost: {
147
- value: "svg/ghost.svg"
186
+ value: "svg/ghost.svg",
187
+ key: "{asset.icon.ghost}"
148
188
  },
149
189
  googleplay: {
150
- value: "svg/googleplay.svg"
190
+ value: "svg/googleplay.svg",
191
+ key: "{asset.icon.googleplay}"
151
192
  },
152
193
  halfstar: {
153
- value: "svg/halfstar.svg"
194
+ value: "svg/halfstar.svg",
195
+ key: "{asset.icon.halfstar}"
154
196
  },
155
197
  health: {
156
- value: "svg/health.svg"
198
+ value: "svg/health.svg",
199
+ key: "{asset.icon.health}"
157
200
  },
158
201
  heart: {
159
- value: "svg/heart.svg"
202
+ value: "svg/heart.svg",
203
+ key: "{asset.icon.heart}"
160
204
  },
161
205
  heat: {
162
- value: "svg/heat.svg"
206
+ value: "svg/heat.svg",
207
+ key: "{asset.icon.heat}"
163
208
  },
164
209
  "heat-fill": {
165
- value: "svg/heat-fill.svg"
210
+ value: "svg/heat-fill.svg",
211
+ key: "{asset.icon.heat-fill}"
166
212
  },
167
213
  home: {
168
- value: "svg/home.svg"
214
+ value: "svg/home.svg",
215
+ key: "{asset.icon.home}"
169
216
  },
170
217
  horoscope: {
171
- value: "svg/horoscope.svg"
218
+ value: "svg/horoscope.svg",
219
+ key: "{asset.icon.horoscope}"
172
220
  },
173
221
  info: {
174
- value: "svg/info.svg"
222
+ value: "svg/info.svg",
223
+ key: "{asset.icon.info}"
175
224
  },
176
225
  instagram: {
177
- value: "svg/instagram.svg"
226
+ value: "svg/instagram.svg",
227
+ key: "{asset.icon.instagram}"
178
228
  },
179
229
  live: {
180
- value: "svg/live.svg"
230
+ value: "svg/live.svg",
231
+ key: "{asset.icon.live}"
181
232
  },
182
233
  local: {
183
- value: "svg/local.svg"
234
+ value: "svg/local.svg",
235
+ key: "{asset.icon.local}"
184
236
  },
185
237
  logo: {
186
- value: "svg/logo.svg"
238
+ value: "svg/logo.svg",
239
+ key: "{asset.icon.logo}"
187
240
  },
188
241
  "logo-games": {
189
- value: "svg/logo-games.svg"
242
+ value: "svg/logo-games.svg",
243
+ key: "{asset.icon.logo-games}"
190
244
  },
191
245
  "logo-tempo": {
192
- value: "svg/logo-tempo.svg"
246
+ value: "svg/logo-tempo.svg",
247
+ key: "{asset.icon.logo-tempo}"
193
248
  },
194
249
  "logo-tv": {
195
- value: "svg/logo-tv.svg"
250
+ value: "svg/logo-tv.svg",
251
+ key: "{asset.icon.logo-tv}"
196
252
  },
197
253
  "logo-mini": {
198
- value: "svg/logo-mini.svg"
254
+ value: "svg/logo-mini.svg",
255
+ key: "{asset.icon.logo-mini}"
199
256
  },
200
257
  menu: {
201
- value: "svg/menu.svg"
258
+ value: "svg/menu.svg",
259
+ key: "{asset.icon.menu}"
202
260
  },
203
261
  mood: {
204
- value: "svg/mood.svg"
262
+ value: "svg/mood.svg",
263
+ key: "{asset.icon.mood}"
205
264
  },
206
265
  newsletters: {
207
- value: "svg/newsletters.svg"
266
+ value: "svg/newsletters.svg",
267
+ key: "{asset.icon.newsletters}"
208
268
  },
209
269
  "not-found": {
210
- value: "svg/not-found.svg"
270
+ value: "svg/not-found.svg",
271
+ key: "{asset.icon.not-found}"
211
272
  },
212
273
  notification: {
213
- value: "svg/notification.svg"
274
+ value: "svg/notification.svg",
275
+ key: "{asset.icon.notification}"
214
276
  },
215
277
  "olympic-flame": {
216
- value: "svg/olympic-flame.svg"
278
+ value: "svg/olympic-flame.svg",
279
+ key: "{asset.icon.olympic-flame}"
217
280
  },
218
281
  "olympic-medal": {
219
- value: "svg/olympic-medal.svg"
282
+ value: "svg/olympic-medal.svg",
283
+ key: "{asset.icon.olympic-medal}"
220
284
  },
221
285
  podcast: {
222
- value: "svg/podcast.svg"
286
+ value: "svg/podcast.svg",
287
+ key: "{asset.icon.podcast}"
223
288
  },
224
289
  "podcast-outlined": {
225
- value: "svg/podcast-outlined.svg"
290
+ value: "svg/podcast-outlined.svg",
291
+ key: "{asset.icon.podcast-outlined}"
226
292
  },
227
293
  power: {
228
- value: "svg/power.svg"
294
+ value: "svg/power.svg",
295
+ key: "{asset.icon.power}"
229
296
  },
230
297
  printer: {
231
- value: "svg/printer.svg"
298
+ value: "svg/printer.svg",
299
+ key: "{asset.icon.printer}"
232
300
  },
233
301
  profile: {
234
- value: "svg/profile.svg"
302
+ value: "svg/profile.svg",
303
+ key: "{asset.icon.profile}"
235
304
  },
236
305
  puzzle: {
237
- value: "svg/puzzle.svg"
306
+ value: "svg/puzzle.svg",
307
+ key: "{asset.icon.puzzle}"
238
308
  },
239
309
  refresh: {
240
- value: "svg/refresh.svg"
310
+ value: "svg/refresh.svg",
311
+ key: "{asset.icon.refresh}"
241
312
  },
242
313
  report: {
243
- value: "svg/report.svg"
314
+ value: "svg/report.svg",
315
+ key: "{asset.icon.report}"
244
316
  },
245
317
  rewind: {
246
- value: "svg/rewind.svg"
318
+ value: "svg/rewind.svg",
319
+ key: "{asset.icon.rewind}"
247
320
  },
248
321
  search: {
249
- value: "svg/search.svg"
322
+ value: "svg/search.svg",
323
+ key: "{asset.icon.search}"
250
324
  },
251
325
  "server-error": {
252
- value: "svg/server-error.svg"
326
+ value: "svg/server-error.svg",
327
+ key: "{asset.icon.server-error}"
253
328
  },
254
329
  share: {
255
- value: "svg/share.svg"
330
+ value: "svg/share.svg",
331
+ key: "{asset.icon.share}"
256
332
  },
257
333
  "signin-facebook": {
258
- value: "svg/signin-facebook.svg"
334
+ value: "svg/signin-facebook.svg",
335
+ key: "{asset.icon.signin-facebook}"
259
336
  },
260
337
  "signin-google": {
261
- value: "svg/signin-google.svg"
338
+ value: "svg/signin-google.svg",
339
+ key: "{asset.icon.signin-google}"
262
340
  },
263
341
  snapchat: {
264
- value: "svg/snapchat.svg"
342
+ value: "svg/snapchat.svg",
343
+ key: "{asset.icon.snapchat}"
265
344
  },
266
345
  star: {
267
- value: "svg/star.svg"
346
+ value: "svg/star.svg",
347
+ key: "{asset.icon.star}"
268
348
  },
269
349
  "star-outlined": {
270
- value: "svg/star-outlined.svg"
350
+ value: "svg/star-outlined.svg",
351
+ key: "{asset.icon.star-outlined}"
271
352
  },
272
353
  stats: {
273
- value: "svg/stats.svg"
354
+ value: "svg/stats.svg",
355
+ key: "{asset.icon.stats}"
274
356
  },
275
357
  thumb: {
276
- value: "svg/thumb.svg"
358
+ value: "svg/thumb.svg",
359
+ key: "{asset.icon.thumb}"
277
360
  },
278
361
  "ticket-nunc": {
279
- value: "svg/ticket-nunc.svg"
362
+ value: "svg/ticket-nunc.svg",
363
+ key: "{asset.icon.ticket-nunc}"
280
364
  },
281
365
  tiktok: {
282
- value: "svg/tiktok.svg"
366
+ value: "svg/tiktok.svg",
367
+ key: "{asset.icon.tiktok}"
283
368
  },
284
369
  triangle: {
285
- value: "svg/triangle.svg"
370
+ value: "svg/triangle.svg",
371
+ key: "{asset.icon.triangle}"
286
372
  },
287
373
  trophy: {
288
- value: "svg/trophy.svg"
374
+ value: "svg/trophy.svg",
375
+ key: "{asset.icon.trophy}"
289
376
  },
290
377
  twitter: {
291
- value: "svg/twitter.svg"
378
+ value: "svg/twitter.svg",
379
+ key: "{asset.icon.twitter}"
292
380
  },
293
381
  valide: {
294
- value: "svg/valide.svg"
382
+ value: "svg/valide.svg",
383
+ key: "{asset.icon.valide}"
295
384
  },
296
385
  video: {
297
- value: "svg/video.svg"
386
+ value: "svg/video.svg",
387
+ key: "{asset.icon.video}"
298
388
  },
299
389
  "video-hollow": {
300
- value: "svg/video-hollow.svg"
390
+ value: "svg/video-hollow.svg",
391
+ key: "{asset.icon.video-hollow}"
301
392
  },
302
393
  "video-outlined": {
303
- value: "svg/video-outlined.svg"
394
+ value: "svg/video-outlined.svg",
395
+ key: "{asset.icon.video-outlined}"
304
396
  },
305
397
  "view-close": {
306
- value: "svg/view-close.svg"
398
+ value: "svg/view-close.svg",
399
+ key: "{asset.icon.view-close}"
307
400
  },
308
401
  view: {
309
- value: "svg/view.svg"
402
+ value: "svg/view.svg",
403
+ key: "{asset.icon.view}"
310
404
  },
311
405
  whatsapp: {
312
- value: "svg/whatsapp.svg"
406
+ value: "svg/whatsapp.svg",
407
+ key: "{asset.icon.whatsapp}"
313
408
  },
314
409
  work: {
315
- value: "svg/work.svg"
410
+ value: "svg/work.svg",
411
+ key: "{asset.icon.work}"
316
412
  },
317
413
  "world-foot-2026": {
318
- value: "svg/world-foot-2026.svg"
414
+ value: "svg/world-foot-2026.svg",
415
+ key: "{asset.icon.world-foot-2026}"
319
416
  },
320
417
  youtube: {
321
- value: "svg/youtube.svg"
418
+ value: "svg/youtube.svg",
419
+ key: "{asset.icon.youtube}"
322
420
  },
323
421
  "horoscope-sign": {
324
422
  chinese: {
325
423
  "horoscope-belier": {
326
- value: "svg/chinese/horoscope-belier.svg"
424
+ value: "svg/chinese/horoscope-belier.svg",
425
+ key: "{asset.icon.horoscope-sign.chinese.horoscope-belier}"
327
426
  },
328
427
  "horoscope-buffle": {
329
- value: "svg/chinese/horoscope-buffle.svg"
428
+ value: "svg/chinese/horoscope-buffle.svg",
429
+ key: "{asset.icon.horoscope-sign.chinese.horoscope-buffle}"
330
430
  },
331
431
  "horoscope-cheval": {
332
- value: "svg/chinese/horoscope-cheval.svg"
432
+ value: "svg/chinese/horoscope-cheval.svg",
433
+ key: "{asset.icon.horoscope-sign.chinese.horoscope-cheval}"
333
434
  },
334
435
  "horoscope-chevre": {
335
- value: "svg/chinese/horoscope-chevre.svg"
436
+ value: "svg/chinese/horoscope-chevre.svg",
437
+ key: "{asset.icon.horoscope-sign.chinese.horoscope-chevre}"
336
438
  },
337
439
  "horoscope-chien": {
338
- value: "svg/chinese/horoscope-chien.svg"
440
+ value: "svg/chinese/horoscope-chien.svg",
441
+ key: "{asset.icon.horoscope-sign.chinese.horoscope-chien}"
339
442
  },
340
443
  "horoscope-cochon": {
341
- value: "svg/chinese/horoscope-cochon.svg"
444
+ value: "svg/chinese/horoscope-cochon.svg",
445
+ key: "{asset.icon.horoscope-sign.chinese.horoscope-cochon}"
342
446
  },
343
447
  "horoscope-coq": {
344
- value: "svg/chinese/horoscope-coq.svg"
448
+ value: "svg/chinese/horoscope-coq.svg",
449
+ key: "{asset.icon.horoscope-sign.chinese.horoscope-coq}"
345
450
  },
346
451
  "horoscope-dragon": {
347
- value: "svg/chinese/horoscope-dragon.svg"
452
+ value: "svg/chinese/horoscope-dragon.svg",
453
+ key: "{asset.icon.horoscope-sign.chinese.horoscope-dragon}"
348
454
  },
349
455
  "horoscope-lapin": {
350
- value: "svg/chinese/horoscope-lapin.svg"
456
+ value: "svg/chinese/horoscope-lapin.svg",
457
+ key: "{asset.icon.horoscope-sign.chinese.horoscope-lapin}"
351
458
  },
352
459
  "horoscope-lion": {
353
- value: "svg/chinese/horoscope-lion.svg"
460
+ value: "svg/chinese/horoscope-lion.svg",
461
+ key: "{asset.icon.horoscope-sign.chinese.horoscope-lion}"
354
462
  },
355
463
  "horoscope-poissons": {
356
- value: "svg/chinese/horoscope-poissons.svg"
464
+ value: "svg/chinese/horoscope-poissons.svg",
465
+ key: "{asset.icon.horoscope-sign.chinese.horoscope-poissons}"
357
466
  },
358
467
  "horoscope-serpent": {
359
- value: "svg/chinese/horoscope-serpent.svg"
468
+ value: "svg/chinese/horoscope-serpent.svg",
469
+ key: "{asset.icon.horoscope-sign.chinese.horoscope-serpent}"
360
470
  },
361
471
  "horoscope-singe": {
362
- value: "svg/chinese/horoscope-singe.svg"
472
+ value: "svg/chinese/horoscope-singe.svg",
473
+ key: "{asset.icon.horoscope-sign.chinese.horoscope-singe}"
363
474
  },
364
475
  "horoscope-taureau": {
365
- value: "svg/chinese/horoscope-taureau.svg"
476
+ value: "svg/chinese/horoscope-taureau.svg",
477
+ key: "{asset.icon.horoscope-sign.chinese.horoscope-taureau}"
366
478
  },
367
479
  "horoscope-tigre": {
368
- value: "svg/chinese/horoscope-tigre.svg"
480
+ value: "svg/chinese/horoscope-tigre.svg",
481
+ key: "{asset.icon.horoscope-sign.chinese.horoscope-tigre}"
369
482
  }
370
483
  },
371
484
  zodiac: {
372
485
  "horoscope-balance": {
373
- value: "svg/zodiac/horoscope-balance.svg"
486
+ value: "svg/zodiac/horoscope-balance.svg",
487
+ key: "{asset.icon.horoscope-sign.zodiac.horoscope-balance}"
374
488
  },
375
489
  "horoscope-cancer": {
376
- value: "svg/zodiac/horoscope-cancer.svg"
490
+ value: "svg/zodiac/horoscope-cancer.svg",
491
+ key: "{asset.icon.horoscope-sign.zodiac.horoscope-cancer}"
377
492
  },
378
493
  "horoscope-capricorne": {
379
- value: "svg/zodiac/horoscope-capricorne.svg"
494
+ value: "svg/zodiac/horoscope-capricorne.svg",
495
+ key: "{asset.icon.horoscope-sign.zodiac.horoscope-capricorne}"
380
496
  },
381
497
  "horoscope-gemeaux": {
382
- value: "svg/zodiac/horoscope-gemeaux.svg"
498
+ value: "svg/zodiac/horoscope-gemeaux.svg",
499
+ key: "{asset.icon.horoscope-sign.zodiac.horoscope-gemeaux}"
383
500
  },
384
501
  "horoscope-rat": {
385
- value: "svg/zodiac/horoscope-rat.svg"
502
+ value: "svg/zodiac/horoscope-rat.svg",
503
+ key: "{asset.icon.horoscope-sign.zodiac.horoscope-rat}"
386
504
  },
387
505
  "horoscope-sagittaire": {
388
- value: "svg/zodiac/horoscope-sagittaire.svg"
506
+ value: "svg/zodiac/horoscope-sagittaire.svg",
507
+ key: "{asset.icon.horoscope-sign.zodiac.horoscope-sagittaire}"
389
508
  },
390
509
  "horoscope-scorpion": {
391
- value: "svg/zodiac/horoscope-scorpion.svg"
510
+ value: "svg/zodiac/horoscope-scorpion.svg",
511
+ key: "{asset.icon.horoscope-sign.zodiac.horoscope-scorpion}"
392
512
  },
393
513
  "horoscope-verseau": {
394
- value: "svg/zodiac/horoscope-verseau.svg"
514
+ value: "svg/zodiac/horoscope-verseau.svg",
515
+ key: "{asset.icon.horoscope-sign.zodiac.horoscope-verseau}"
395
516
  },
396
517
  "horoscope-vierge": {
397
- value: "svg/zodiac/horoscope-vierge.svg"
518
+ value: "svg/zodiac/horoscope-vierge.svg",
519
+ key: "{asset.icon.horoscope-sign.zodiac.horoscope-vierge}"
398
520
  }
399
521
  }
400
522
  },
401
523
  "rubric-c2c": {
402
- value: "svg/rubric-c2c.svg"
524
+ value: "svg/rubric-c2c.svg",
525
+ key: "{asset.icon.rubric-c2c}"
403
526
  },
404
527
  "rubric-conso": {
405
- value: "svg/rubric-conso.svg"
528
+ value: "svg/rubric-conso.svg",
529
+ key: "{asset.icon.rubric-conso}"
406
530
  },
407
531
  "rubric-entertainment": {
408
- value: "svg/rubric-entertainment.svg"
532
+ value: "svg/rubric-entertainment.svg",
533
+ key: "{asset.icon.rubric-entertainment}"
409
534
  },
410
535
  "rubric-gaming": {
411
- value: "svg/rubric-gaming.svg"
536
+ value: "svg/rubric-gaming.svg",
537
+ key: "{asset.icon.rubric-gaming}"
412
538
  },
413
539
  "rubric-high-tech": {
414
- value: "svg/rubrics-high-tech.svg"
540
+ value: "svg/rubrics-high-tech.svg",
541
+ key: "{asset.icon.rubric-high-tech}"
415
542
  },
416
543
  "rubric-jeux": {
417
- value: "svg/rubric-jeux.svg"
544
+ value: "svg/rubric-jeux.svg",
545
+ key: "{asset.icon.rubric-jeux}"
418
546
  },
419
547
  "rubric-news": {
420
- value: "svg/rubric-news.svg"
548
+ value: "svg/rubric-news.svg",
549
+ key: "{asset.icon.rubric-news}"
421
550
  },
422
551
  "rubric-planet": {
423
- value: "svg/rubric-planet.svg"
552
+ value: "svg/rubric-planet.svg",
553
+ key: "{asset.icon.rubric-planet}"
424
554
  },
425
555
  "rubric-sport": {
426
- value: "svg/rubric-sport.svg"
556
+ value: "svg/rubric-sport.svg",
557
+ key: "{asset.icon.rubric-sport}"
427
558
  },
428
559
  "rubric-tempo": {
429
- value: "svg/rubric-tempo.svg"
560
+ value: "svg/rubric-tempo.svg",
561
+ key: "{asset.icon.rubric-tempo}"
430
562
  },
431
563
  "rubric-vie-pro": {
432
- value: "svg/rubric-vie-pro.svg"
433
- }
434
- }
435
- },
436
- typography: {
437
- heading: {
438
- "xxs-4": {
439
- description: "use for titles CardExtraSmall ",
440
- fontSize: {
441
- value: "14px"
442
- }
443
- },
444
- "xxs-3": {
445
- description: "use for titles of CardMedium (ad), CardSmall, CardExtraSmall and CardOverview on mobile view",
446
- fontSize: {
447
- value: "16px"
448
- }
449
- },
450
- "xxs-2": {
451
- description: "use for titles of CardMedium (ad), CardSmall, CardExtraSmall and CardOverview",
452
- fontSize: {
453
- value: "18px"
454
- }
455
- },
456
- xxs: {
457
- description: "use for titles of Tabs, ArticleSummary, footer categories, OverviewBar and Carousel",
458
- fontSize: {
459
- value: "20px"
460
- }
461
- },
462
- xs: {
463
- description: "use for minified header title",
464
- fontSize: {
465
- value: "22px"
466
- }
467
- },
468
- s: {
469
- description: "use for title of HeaderBanner and CardMost and for article subtitle",
470
- fontSize: {
471
- value: "26px"
472
- }
473
- },
474
- m: {
475
- description: "use for title of CardExtraLarge (mobile), CardLarge (mobile), CardMedium, Newsletter, LiveCards and PartnerCards",
476
- fontSize: {
477
- value: "28px"
478
- }
479
- },
480
- l: {
481
- description: "use for pages title (mobile)",
482
- fontSize: {
483
- value: "38px"
484
- }
485
- },
486
- xl: {
487
- description: "use for title of CardLarge (desktop) and CardMost",
488
- fontSize: {
489
- value: "44px"
490
- }
491
- },
492
- xxl: {
493
- description: "use for CardExtraLarge title (desktop)",
494
- fontSize: {
495
- value: "48px"
496
- }
497
- },
498
- "xxl-2": {
499
- description: "use for pages title (desktop)",
500
- fontSize: {
501
- value: "54px"
502
- }
503
- }
504
- },
505
- text: {
506
- "xxs-3": {
507
- description: "use for CardFooter",
508
- fontSize: {
509
- value: "8px"
510
- }
511
- },
512
- "xxs-2": {
513
- description: "use for advanced SocialBar numbers and Checkbox label (mobile)",
514
- fontSize: {
515
- value: "11px"
516
- }
517
- },
518
- xxs: {
519
- description: "use for Label, simple SocialBar numbers, date info in Signature and CardHeader, Checkbox label (desktop), HoroscopeTiles label and footer download buttons label",
520
- fontSize: {
521
- value: "12px"
522
- }
523
- },
524
- xs: {
525
- description: 'use for "See more" button, images caption, HoroscopeHomepageContent heading subtitle and Newsletter button label',
526
- fontSize: {
527
- value: "14px"
528
- }
529
- },
530
- s: {
531
- description: "use for InfoBanner, Newsletter description (mobile), footer content, Tag, HoroscopeHomepageContent link and buttons label",
532
- fontSize: {
533
- value: "16px"
534
- }
535
- },
536
- m: {
537
- description: "use for HeaderPage subtitle (mobile), CardExtraLarge summary (mobile), HoroscopeContent, Newsletter description (desktop), input placeholder label in ArticleHeader summary and article quote author name",
538
- fontSize: {
539
- value: "18px"
540
- },
541
- lineHeight: {
542
- value: "1.5"
543
- }
544
- },
545
- l: {
546
- description: "use for ArticleContent and ArticleSummary content",
547
- fontSize: {
548
- value: "20px"
549
- },
550
- lineHeight: {
551
- value: "1.5"
552
- }
553
- },
554
- xl: {
555
- description: "use for HeaderPage subtitle (desktop) and CardExtraLarge summary (desktop)",
556
- fontSize: {
557
- value: "22px"
558
- }
559
- },
560
- xxl: {
561
- description: "use for ArticleHeader lead and article quote",
562
- fontSize: {
563
- value: "26px"
564
- }
564
+ value: "svg/rubric-vie-pro.svg",
565
+ key: "{asset.icon.rubric-vie-pro}"
565
566
  }
566
567
  }
567
568
  },
568
569
  breakpoint: {
569
570
  xs: {
570
571
  value: "0",
571
- description: "no minimum width value because we are in mobile-first"
572
+ description: "no minimum width value because we are in mobile-first",
573
+ key: "{breakpoint.xs}"
572
574
  },
573
575
  sm: {
574
576
  value: "479",
575
- description: "minimum width value for a small devices (tablets)"
577
+ description: "minimum width value for a small devices (tablets)",
578
+ key: "{breakpoint.sm}"
576
579
  },
577
580
  md: {
578
581
  value: "767",
579
- description: "minimum width value for a medium devices, (desktops)"
582
+ description: "minimum width value for a medium devices, (desktops)",
583
+ key: "{breakpoint.md}"
580
584
  },
581
585
  lg: {
582
586
  value: "1024",
583
- description: "minimum width value for a large devices (wide screen)"
587
+ description: "minimum width value for a large devices (wide screen)",
588
+ key: "{breakpoint.lg}"
584
589
  },
585
590
  xl: {
586
591
  value: "1200",
587
- description: "minimum width value for a extra larges devices (very wide screen)"
592
+ description: "minimum width value for a extra larges devices (very wide screen)",
593
+ key: "{breakpoint.xl}"
588
594
  },
589
595
  xxl: {
590
596
  value: "1300",
591
- description: "minimum width value for a very extra larges devices (very very wide screen)"
597
+ description: "minimum width value for a very extra larges devices (very very wide screen)",
598
+ key: "{breakpoint.xxl}"
592
599
  }
593
600
  },
594
601
  color: {
595
602
  primary: {
596
603
  ultramarine: {
597
- value: "#4742ff"
604
+ value: "#4742FF",
605
+ key: "{color.primary.ultramarine}"
598
606
  },
599
607
  "ultramarine-light": {
600
- value: "#6b72fb"
608
+ value: "#6B72FB",
609
+ key: "{color.primary.ultramarine-light}"
601
610
  }
602
611
  },
603
612
  secondary: {
604
613
  orange: {
605
- value: "#fa9917"
614
+ value: "#FA9917",
615
+ key: "{color.secondary.orange}"
606
616
  },
607
617
  yellow: {
608
- value: "#f2e500"
618
+ value: "#F2E500",
619
+ key: "{color.secondary.yellow}"
609
620
  },
610
621
  green: {
611
- value: "#6a9f4f"
622
+ value: "#6A9F4F",
623
+ key: "{color.secondary.green}"
612
624
  },
613
625
  purple: {
614
- value: "#ae6ba2"
626
+ value: "#AE6BA2",
627
+ key: "{color.secondary.purple}"
615
628
  },
616
629
  red: {
617
- value: "#dc0e19"
630
+ value: "#DC0E19",
631
+ key: "{color.secondary.red}"
618
632
  },
619
633
  scarlet: {
620
- value: "#ff3f3f"
634
+ value: "#FF3F3F",
635
+ key: "{color.secondary.scarlet}"
621
636
  },
622
637
  blue: {
623
- value: "#0000ff"
638
+ value: "#0000FF",
639
+ key: "{color.secondary.blue}"
624
640
  },
625
641
  "blue-grey": {
626
- value: "#253548"
642
+ value: "#253548",
643
+ key: "{color.secondary.blue-grey}"
627
644
  },
628
645
  "blue-dark": {
629
- value: "#16202b"
646
+ value: "#16202B",
647
+ key: "{color.secondary.blue-dark}"
630
648
  },
631
649
  pink: {
632
- value: "#ef2a82"
650
+ value: "#EF2A82",
651
+ key: "{color.secondary.pink}"
633
652
  },
634
653
  sponsoring: {
635
- value: "#fff5f1"
654
+ value: "#FFF5F1",
655
+ key: "{color.secondary.sponsoring}"
636
656
  },
637
657
  "blue-light": {
638
- value: "#d4ecfb"
658
+ value: "#D4ECFB",
659
+ key: "{color.secondary.blue-light}"
639
660
  }
640
661
  },
641
662
  greyscale: {
642
663
  black: {
643
- value: "#000000"
664
+ value: "#000",
665
+ key: "{color.greyscale.black}"
644
666
  },
645
667
  white: {
646
- value: "#ffffff"
668
+ value: "#FFF",
669
+ key: "{color.greyscale.white}"
647
670
  },
648
671
  "grey-50": {
649
- value: "#fffffe"
672
+ value: "#FFFFFE",
673
+ key: "{color.greyscale.grey-50}"
650
674
  },
651
675
  "grey-100": {
652
- value: "#f7f7f7"
676
+ value: "#F7F7F7",
677
+ key: "{color.greyscale.grey-100}"
653
678
  },
654
679
  "grey-200": {
655
- value: "#dddddd"
680
+ value: "#DDD",
681
+ key: "{color.greyscale.grey-200}"
656
682
  },
657
683
  "grey-300": {
658
- value: "#898a8c"
684
+ value: "#898A8C",
685
+ key: "{color.greyscale.grey-300}"
659
686
  },
660
687
  "grey-400": {
661
- value: "#6a6a6a"
688
+ value: "#6A6A6A",
689
+ key: "{color.greyscale.grey-400}"
662
690
  },
663
691
  "grey-500": {
664
- value: "#484848"
692
+ value: "#484848",
693
+ key: "{color.greyscale.grey-500}"
665
694
  },
666
695
  "grey-600": {
667
- value: "#2f3134"
696
+ value: "#2F3134",
697
+ key: "{color.greyscale.grey-600}"
668
698
  },
669
699
  "grey-700": {
670
- value: "#181a1e"
700
+ value: "#181A1E",
701
+ key: "{color.greyscale.grey-700}"
671
702
  },
672
703
  "grey-800": {
673
- value: "#101d25"
704
+ value: "#101D25",
705
+ key: "{color.greyscale.grey-800}"
674
706
  },
675
707
  "grey-900": {
676
- value: "#0f1115"
708
+ value: "#0F1115",
709
+ key: "{color.greyscale.grey-900}"
677
710
  }
678
711
  },
679
712
  status: {
680
713
  warning: {
681
- value: "#fa9917"
714
+ value: "#FA9917",
715
+ key: "{color.status.warning}"
682
716
  },
683
717
  error: {
684
- value: "#dc0e19"
718
+ value: "#DC0E19",
719
+ key: "{color.status.error}"
685
720
  },
686
721
  success: {
687
- value: "#6a9f4f"
722
+ value: "#6A9F4F",
723
+ key: "{color.status.success}"
688
724
  }
689
725
  },
690
726
  theme: {
691
727
  conso: {
692
- value: "#ff8689"
728
+ value: "#ff8689",
729
+ key: "{color.theme.conso}"
693
730
  },
694
731
  default: {
695
- value: "#4742ff"
732
+ value: "#4742ff",
733
+ key: "{color.theme.default}"
696
734
  },
697
735
  entertainment: {
698
- value: "#9d61ff"
736
+ value: "#9d61ff",
737
+ key: "{color.theme.entertainment}"
699
738
  },
700
739
  hightech: {
701
- value: "#8f98a9"
740
+ value: "#8f98a9",
741
+ key: "{color.theme.hightech}"
702
742
  },
703
743
  media: {
704
- value: "#4742ff"
744
+ value: "#4742ff",
745
+ key: "{color.theme.media}"
705
746
  },
706
747
  "partenaires-externes": {
707
- value: "#4742ff"
748
+ value: "#4742ff",
749
+ key: "{color.theme.partenaires-externes}"
708
750
  },
709
751
  partner: {
710
- value: "#fd8000"
752
+ value: "#fd8000",
753
+ key: "{color.theme.partner}"
711
754
  },
712
755
  planet: {
713
- value: "#00b482"
756
+ value: "#00b482",
757
+ key: "{color.theme.planet}"
714
758
  },
715
759
  production: {
716
- value: "#c5be00"
760
+ value: "#c5be00",
761
+ key: "{color.theme.production}"
717
762
  },
718
763
  publicommunique: {
719
- value: "#c5be00"
764
+ value: "#c5be00",
765
+ key: "{color.theme.publicommunique}"
720
766
  },
721
767
  publishing: {
722
- value: "#c5be00"
768
+ value: "#c5be00",
769
+ key: "{color.theme.publishing}"
723
770
  },
724
771
  sport: {
725
- value: "#6398ab"
772
+ value: "#6398ab",
773
+ key: "{color.theme.sport}"
726
774
  },
727
775
  tempo: {
728
- value: "#ecb200"
776
+ value: "#ecb200",
777
+ key: "{color.theme.tempo}"
729
778
  },
730
779
  "vie-pro": {
731
- value: "#b49b56"
780
+ value: "#b49b56",
781
+ key: "{color.theme.vie-pro}"
732
782
  },
733
783
  infolocale: {
734
- value: "#4742ff"
784
+ value: "#4742ff",
785
+ key: "{color.theme.infolocale}"
735
786
  },
736
787
  gaming: {
737
- value: "#fa6ee5"
788
+ value: "#fa6ee5",
789
+ key: "{color.theme.gaming}"
738
790
  },
739
791
  jeux: {
740
- value: "#4742ff"
792
+ value: "#4742ff",
793
+ key: "{color.theme.jeux}"
741
794
  }
742
795
  }
743
796
  },
744
797
  "font-family": {
745
798
  base: {
746
- value: "Arial"
799
+ value: "Arial",
800
+ key: "{font-family.base}"
747
801
  },
748
802
  obviously: {
749
- value: "'Obviously', sans-serif"
803
+ value: "'Obviously', sans-serif",
804
+ key: "{font-family.obviously}"
750
805
  },
751
806
  "source-serif-pro": {
752
- value: "'Source Serif Pro', serif"
807
+ value: "'Source Serif Pro', serif",
808
+ key: "{font-family.source-serif-pro}"
753
809
  }
754
810
  },
755
811
  "font-size": {
756
812
  "xxs-4": {
757
- value: "8px"
813
+ value: "8px",
814
+ key: "{font-size.xxs-4}"
758
815
  },
759
816
  "xxs-3": {
760
- value: "11px"
817
+ value: "11px",
818
+ key: "{font-size.xxs-3}"
761
819
  },
762
820
  "xxs-2": {
763
- value: "12px"
821
+ value: "12px",
822
+ key: "{font-size.xxs-2}"
764
823
  },
765
824
  xxs: {
766
- value: "14px"
825
+ value: "14px",
826
+ key: "{font-size.xxs}"
767
827
  },
768
828
  xs: {
769
- value: "16px"
829
+ value: "16px",
830
+ key: "{font-size.xs}"
770
831
  },
771
832
  s: {
772
- value: "18px"
833
+ value: "18px",
834
+ key: "{font-size.s}"
773
835
  },
774
836
  m: {
775
- value: "20px"
837
+ value: "20px",
838
+ key: "{font-size.m}"
776
839
  },
777
840
  l: {
778
- value: "22px"
841
+ value: "22px",
842
+ key: "{font-size.l}"
779
843
  },
780
844
  xl: {
781
- value: "26px"
845
+ value: "26px",
846
+ key: "{font-size.xl}"
782
847
  },
783
848
  xxl: {
784
- value: "28px"
849
+ value: "28px",
850
+ key: "{font-size.xxl}"
785
851
  },
786
852
  "xxl-2": {
787
- value: "38px"
853
+ value: "38px",
854
+ key: "{font-size.xxl-2}"
788
855
  },
789
856
  "xxl-3": {
790
- value: "44px"
857
+ value: "44px",
858
+ key: "{font-size.xxl-3}"
791
859
  },
792
860
  "xxl-4": {
793
- value: "48px"
861
+ value: "48px",
862
+ key: "{font-size.xxl-4}"
794
863
  },
795
864
  "xxl-5": {
796
- value: "54px"
865
+ value: "54px",
866
+ key: "{font-size.xxl-5}"
797
867
  }
798
868
  },
799
869
  "font-weight": {
800
870
  regular: {
801
- value: "400"
871
+ value: "400",
872
+ key: "{font-weight.regular}"
802
873
  },
803
874
  "semi-bold": {
804
- value: "600"
875
+ value: "600",
876
+ key: "{font-weight.semi-bold}"
805
877
  },
806
878
  bold: {
807
- value: "700"
879
+ value: "700",
880
+ key: "{font-weight.bold}"
808
881
  }
809
882
  },
810
883
  "line-height": {
811
884
  base: {
812
- value: "1.2"
885
+ value: "1.2",
886
+ key: "{line-height.base}"
813
887
  },
814
888
  large: {
815
- value: "1.5"
889
+ value: "1.5",
890
+ key: "{line-height.large}"
816
891
  },
817
892
  "extra-large": {
818
- value: "1.75"
893
+ value: "1.75",
894
+ key: "{line-height.extra-large}"
819
895
  }
820
896
  },
821
897
  radius: {
822
898
  0: {
823
- value: "0"
899
+ value: "0",
900
+ key: "{radius.0}"
824
901
  },
825
902
  "xxs-2": {
826
- value: "2px"
903
+ value: "2px",
904
+ key: "{radius.xxs-2}"
827
905
  },
828
906
  xxs: {
829
- value: "4px"
907
+ value: "4px",
908
+ key: "{radius.xxs}"
830
909
  },
831
910
  xs: {
832
- value: "6px"
911
+ value: "6px",
912
+ key: "{radius.xs}"
833
913
  },
834
914
  s: {
835
- value: "10px"
915
+ value: "10px",
916
+ key: "{radius.s}"
836
917
  },
837
918
  m: {
838
- value: "20px"
919
+ value: "20px",
920
+ key: "{radius.m}"
839
921
  },
840
922
  l: {
841
- value: "40px"
923
+ value: "40px",
924
+ key: "{radius.l}"
842
925
  },
843
926
  xl: {
844
- value: "50px"
927
+ value: "50px",
928
+ key: "{radius.xl}"
845
929
  },
846
930
  xxl: {
847
- value: "100px"
931
+ value: "100px",
932
+ key: "{radius.xxl}"
848
933
  }
849
934
  },
850
935
  spacing: {
851
936
  0: {
852
- value: "0"
937
+ value: "0",
938
+ key: "{spacing.0}"
853
939
  },
854
940
  auto: {
855
- value: "auto"
941
+ value: "auto",
942
+ key: "{spacing.auto}"
856
943
  },
857
944
  "xxs-3": {
858
- value: "2px"
945
+ value: "2px",
946
+ key: "{spacing.xxs-3}"
859
947
  },
860
948
  "xxs-2": {
861
- value: "4px"
949
+ value: "4px",
950
+ key: "{spacing.xxs-2}"
862
951
  },
863
952
  xxs: {
864
- value: "8px"
953
+ value: "8px",
954
+ key: "{spacing.xxs}"
865
955
  },
866
956
  xs: {
867
- value: "12px"
957
+ value: "12px",
958
+ key: "{spacing.xs}"
868
959
  },
869
960
  s: {
870
- value: "16px"
961
+ value: "16px",
962
+ key: "{spacing.s}"
871
963
  },
872
964
  m: {
873
- value: "20px"
965
+ value: "20px",
966
+ key: "{spacing.m}"
874
967
  },
875
968
  l: {
876
- value: "24px"
969
+ value: "24px",
970
+ key: "{spacing.l}"
877
971
  },
878
972
  xl: {
879
- value: "32px"
973
+ value: "32px",
974
+ key: "{spacing.xl}"
880
975
  },
881
976
  xxl: {
882
- value: "40px"
977
+ value: "40px",
978
+ key: "{spacing.xxl}"
883
979
  },
884
980
  "xxl-2": {
885
- value: "64px"
981
+ value: "64px",
982
+ key: "{spacing.xxl-2}"
886
983
  },
887
984
  "xxl-3": {
888
- value: "120px"
985
+ value: "120px",
986
+ key: "{spacing.xxl-3}"
987
+ }
988
+ },
989
+ typography: {
990
+ heading: {
991
+ "xxs-4": {
992
+ fontSize: {
993
+ value: "14px",
994
+ key: "{typography.heading.xxs-4.fontSize}"
995
+ }
996
+ },
997
+ "xxs-3": {
998
+ fontSize: {
999
+ value: "16px",
1000
+ key: "{typography.heading.xxs-3.fontSize}"
1001
+ }
1002
+ },
1003
+ "xxs-2": {
1004
+ fontSize: {
1005
+ value: "18px",
1006
+ key: "{typography.heading.xxs-2.fontSize}"
1007
+ }
1008
+ },
1009
+ xxs: {
1010
+ fontSize: {
1011
+ value: "20px",
1012
+ key: "{typography.heading.xxs.fontSize}"
1013
+ }
1014
+ },
1015
+ xs: {
1016
+ fontSize: {
1017
+ value: "22px",
1018
+ key: "{typography.heading.xs.fontSize}"
1019
+ }
1020
+ },
1021
+ s: {
1022
+ fontSize: {
1023
+ value: "26px",
1024
+ key: "{typography.heading.s.fontSize}"
1025
+ }
1026
+ },
1027
+ m: {
1028
+ fontSize: {
1029
+ value: "28px",
1030
+ key: "{typography.heading.m.fontSize}"
1031
+ }
1032
+ },
1033
+ l: {
1034
+ fontSize: {
1035
+ value: "38px",
1036
+ key: "{typography.heading.l.fontSize}"
1037
+ }
1038
+ },
1039
+ xl: {
1040
+ fontSize: {
1041
+ value: "44px",
1042
+ key: "{typography.heading.xl.fontSize}"
1043
+ }
1044
+ },
1045
+ xxl: {
1046
+ fontSize: {
1047
+ value: "48px",
1048
+ key: "{typography.heading.xxl.fontSize}"
1049
+ }
1050
+ },
1051
+ "xxl-2": {
1052
+ fontSize: {
1053
+ value: "54px",
1054
+ key: "{typography.heading.xxl-2.fontSize}"
1055
+ }
1056
+ }
1057
+ },
1058
+ text: {
1059
+ "xxs-3": {
1060
+ fontSize: {
1061
+ value: "8px",
1062
+ key: "{typography.text.xxs-3.fontSize}"
1063
+ }
1064
+ },
1065
+ "xxs-2": {
1066
+ fontSize: {
1067
+ value: "11px",
1068
+ key: "{typography.text.xxs-2.fontSize}"
1069
+ }
1070
+ },
1071
+ xxs: {
1072
+ fontSize: {
1073
+ value: "12px",
1074
+ key: "{typography.text.xxs.fontSize}"
1075
+ }
1076
+ },
1077
+ xs: {
1078
+ fontSize: {
1079
+ value: "14px",
1080
+ key: "{typography.text.xs.fontSize}"
1081
+ }
1082
+ },
1083
+ s: {
1084
+ fontSize: {
1085
+ value: "16px",
1086
+ key: "{typography.text.s.fontSize}"
1087
+ }
1088
+ },
1089
+ m: {
1090
+ fontSize: {
1091
+ value: "18px",
1092
+ key: "{typography.text.m.fontSize}"
1093
+ },
1094
+ lineHeight: {
1095
+ value: "1.5",
1096
+ key: "{typography.text.m.lineHeight}"
1097
+ }
1098
+ },
1099
+ l: {
1100
+ fontSize: {
1101
+ value: "20px",
1102
+ key: "{typography.text.l.fontSize}"
1103
+ },
1104
+ lineHeight: {
1105
+ value: "1.5",
1106
+ key: "{typography.text.l.lineHeight}"
1107
+ }
1108
+ },
1109
+ xl: {
1110
+ fontSize: {
1111
+ value: "22px",
1112
+ key: "{typography.text.xl.fontSize}"
1113
+ }
1114
+ },
1115
+ xxl: {
1116
+ fontSize: {
1117
+ value: "26px",
1118
+ key: "{typography.text.xxl.fontSize}"
1119
+ }
1120
+ }
889
1121
  }
890
1122
  }
891
1123
  }, Em = Object.keys(se.spacing), wm = [
@@ -896,9 +1128,9 @@ const se = {
896
1128
  ...Object.keys(se.color.theme)
897
1129
  ], ym = Object.keys(se.asset.icon), zm = Object.keys(
898
1130
  se.asset.icon["horoscope-sign"].chinese
899
- ), Cm = Object.keys(
1131
+ ), km = Object.keys(
900
1132
  se.asset.icon["horoscope-sign"].zodiac
901
- ), km = Object.keys(se.radius), D0 = [
1133
+ ), Cm = Object.keys(se.radius), D0 = [
902
1134
  { name: "Paris", id: "75056" },
903
1135
  { name: "Marseille", id: "13055" },
904
1136
  { name: "Lyon", id: "69123" },
@@ -1101,9 +1333,9 @@ const se = {
1101
1333
  (l) => !["base"].includes(l)
1102
1334
  ), Tm = Object.keys(
1103
1335
  se["font-weight"]
1104
- ), Hm = Object.keys(
1105
- se.typography.heading
1106
1336
  ), Vm = Object.keys(
1337
+ se.typography.heading
1338
+ ), Hm = Object.keys(
1107
1339
  se.typography.text
1108
1340
  ), Zm = ["column", "row", "column-reverse", "row-reverse"], Im = ["wrap", "wrap-reverse", "no-wrap"], Am = ["start", "end", "center", "baseline", "stretch"], Dm = [
1109
1341
  "start",
@@ -1207,7 +1439,7 @@ function Y(l) {
1207
1439
  const U0 = ({ src: l, formats: r }) => {
1208
1440
  if (r !== void 0 && r.length > 0)
1209
1441
  return r.map((m) => `${l.replace(/%format/, m)} ${m.split("x")[0]}w`).join(", ");
1210
- }, V1 = ({ src: l, format: r }) => l.replace(/%format/, r), N1 = (l, r = "fr-FR") => Intl.NumberFormat(r).format(l);
1442
+ }, H1 = ({ src: l, format: r }) => l.replace(/%format/, r), N1 = (l, r = "fr-FR") => Intl.NumberFormat(r).format(l);
1211
1443
  function Y0(l) {
1212
1444
  return l && l.__esModule && Object.prototype.hasOwnProperty.call(l, "default") ? l.default : l;
1213
1445
  }
@@ -1247,7 +1479,7 @@ function X0() {
1247
1479
  }
1248
1480
  var J0 = X0();
1249
1481
  const b = /* @__PURE__ */ Y0(J0);
1250
- var q1 = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/atoms/Ad/Ad.tsx";
1482
+ var q1 = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/atoms/Ad/Ad.tsx";
1251
1483
  const Ym = ({
1252
1484
  adUnitCompletePath: l,
1253
1485
  variant: r,
@@ -1284,7 +1516,7 @@ const Ym = ({
1284
1516
  columnNumber: 10
1285
1517
  } }, i) : i;
1286
1518
  };
1287
- var pl = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/atoms/Alert/Alert.tsx";
1519
+ var pl = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/atoms/Alert/Alert.tsx";
1288
1520
  const Xm = ({
1289
1521
  children: l,
1290
1522
  variant: r = "success",
@@ -1309,7 +1541,7 @@ const Xm = ({
1309
1541
  fileName: pl,
1310
1542
  lineNumber: 34,
1311
1543
  columnNumber: 5
1312
- } }, /* @__PURE__ */ e.createElement(V, { as: "h4", size: "xxs-2", mb: "xxs-2", __self: void 0, __source: {
1544
+ } }, /* @__PURE__ */ e.createElement(H, { as: "h4", size: "xxs-2", mb: "xxs-2", __self: void 0, __source: {
1313
1545
  fileName: pl,
1314
1546
  lineNumber: 35,
1315
1547
  columnNumber: 7
@@ -1335,7 +1567,7 @@ const Xm = ({
1335
1567
  }
1336
1568
  }
1337
1569
  ));
1338
- var gl = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/atoms/Autocomplete/Autocomplete.tsx";
1570
+ var gl = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/atoms/Autocomplete/Autocomplete.tsx";
1339
1571
  const Jm = ({
1340
1572
  id: l,
1341
1573
  inputProps: r,
@@ -1368,7 +1600,7 @@ const Jm = ({
1368
1600
  lineNumber: 39,
1369
1601
  columnNumber: 5
1370
1602
  } }));
1371
- var xl = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/atoms/Avatar/Avatar.tsx";
1603
+ var xl = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/atoms/Avatar/Avatar.tsx";
1372
1604
  const Jl = ({
1373
1605
  img: l,
1374
1606
  alt: r = "",
@@ -1411,7 +1643,7 @@ const Jl = ({
1411
1643
  columnNumber: 9
1412
1644
  } }, t)));
1413
1645
  };
1414
- var E1 = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/atoms/Button/Button.tsx";
1646
+ var E1 = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/atoms/Button/Button.tsx";
1415
1647
  const Qm = ["primary", "secondary", "tertiary", "has-dark-bg", "has-white-bg", "ghost", "ghost-with-icon-bg", "round", "round-small", "round-has-white-bg", "round-has-blue-dark-bg", "round-half-opacity-dark-bg", "round-small-transparent-bg", "close", "link", "half-opacity-dark-bg", "has-transparent-bg"], L = Y(({
1416
1648
  as: l = "button",
1417
1649
  variant: r = "primary",
@@ -1460,7 +1692,7 @@ const Qm = ["primary", "secondary", "tertiary", "has-dark-bg", "has-white-bg", "
1460
1692
  } }, a)
1461
1693
  ));
1462
1694
  L.displayName = "Button";
1463
- var El = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/atoms/Checkbox/Checkbox.tsx";
1695
+ var El = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/atoms/Checkbox/Checkbox.tsx";
1464
1696
  const ec = ({
1465
1697
  id: l,
1466
1698
  className: r,
@@ -1498,7 +1730,7 @@ const ec = ({
1498
1730
  lineNumber: 71,
1499
1731
  columnNumber: 7
1500
1732
  } }, n));
1501
- var e1 = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/atoms/Divider/Divider.tsx";
1733
+ var e1 = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/atoms/Divider/Divider.tsx";
1502
1734
  const Ee = Y(({
1503
1735
  text: l,
1504
1736
  color: r = "black",
@@ -1528,7 +1760,7 @@ const Ee = Y(({
1528
1760
  columnNumber: 15
1529
1761
  } }, l)), t) : t);
1530
1762
  });
1531
- var K1 = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/atoms/DividerSection/DividerSection.tsx";
1763
+ var K1 = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/atoms/DividerSection/DividerSection.tsx";
1532
1764
  const I1 = ({
1533
1765
  bg: l = "ultramarine",
1534
1766
  ...r
@@ -1541,7 +1773,7 @@ const I1 = ({
1541
1773
  lineNumber: 12,
1542
1774
  columnNumber: 5
1543
1775
  } }));
1544
- var Q0 = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/atoms/DividerVertical/DividerVertical.tsx";
1776
+ var Q0 = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/atoms/DividerVertical/DividerVertical.tsx";
1545
1777
  const w0 = Y(({
1546
1778
  color: l = "black",
1547
1779
  thickness: r = "thin",
@@ -1553,7 +1785,7 @@ const w0 = Y(({
1553
1785
  lineNumber: 13,
1554
1786
  columnNumber: 5
1555
1787
  } }));
1556
- var Hl = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/atoms/Icon/Icon.tsx";
1788
+ var Vl = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/atoms/Icon/Icon.tsx";
1557
1789
  const lc = ["quarter", "half", "three-quarter"], rc = ["small", "medium", "big"], E = Y(({
1558
1790
  name: l,
1559
1791
  size: r = 28,
@@ -1569,28 +1801,28 @@ const lc = ["quarter", "half", "three-quarter"], rc = ["small", "medium", "big"]
1569
1801
  "c-icon--is-rounded": m,
1570
1802
  [`c-icon--${a}`]: a
1571
1803
  }, n?.className), __self: void 0, __source: {
1572
- fileName: Hl,
1804
+ fileName: Vl,
1573
1805
  lineNumber: 28,
1574
1806
  columnNumber: 7
1575
1807
  } }, /* @__PURE__ */ e.createElement("svg", { width: i, height: N, __self: void 0, __source: {
1576
- fileName: Hl,
1808
+ fileName: Vl,
1577
1809
  lineNumber: 41,
1578
1810
  columnNumber: 9
1579
1811
  } }, t && /* @__PURE__ */ e.createElement("title", { __self: void 0, __source: {
1580
- fileName: Hl,
1812
+ fileName: Vl,
1581
1813
  lineNumber: 42,
1582
1814
  columnNumber: 24
1583
1815
  } }, t), l === "circle" ? /* @__PURE__ */ e.createElement("circle", { __self: void 0, __source: {
1584
- fileName: Hl,
1816
+ fileName: Vl,
1585
1817
  lineNumber: 43,
1586
1818
  columnNumber: 32
1587
1819
  } }) : /* @__PURE__ */ e.createElement("use", { xlinkHref: `#${l}`, __self: void 0, __source: {
1588
- fileName: Hl,
1820
+ fileName: Vl,
1589
1821
  lineNumber: 43,
1590
1822
  columnNumber: 45
1591
1823
  } })));
1592
1824
  });
1593
- var s = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/atoms/Icon/SvgSprite.tsx";
1825
+ var s = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/atoms/Icon/SvgSprite.tsx";
1594
1826
  const mc = (l) => /* @__PURE__ */ o.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", ...l, __self: void 0, __source: {
1595
1827
  fileName: s,
1596
1828
  lineNumber: 4,
@@ -3382,7 +3614,7 @@ const mc = (l) => /* @__PURE__ */ o.createElement("svg", { xmlns: "http://www.w3
3382
3614
  lineNumber: 1009,
3383
3615
  columnNumber: 7
3384
3616
  } })));
3385
- var er = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/atoms/IconTooltip/IconTooltip.tsx";
3617
+ var er = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/atoms/IconTooltip/IconTooltip.tsx";
3386
3618
  const l1 = ({
3387
3619
  text: l,
3388
3620
  ...r
@@ -3391,7 +3623,7 @@ const l1 = ({
3391
3623
  lineNumber: 9,
3392
3624
  columnNumber: 3
3393
3625
  } }, l);
3394
- var W1 = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/atoms/Iframe/Iframe.tsx";
3626
+ var W1 = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/atoms/Iframe/Iframe.tsx";
3395
3627
  function cc({
3396
3628
  title: l,
3397
3629
  ratio: r = "auto",
@@ -3410,7 +3642,7 @@ function cc({
3410
3642
  columnNumber: 7
3411
3643
  } }));
3412
3644
  }
3413
- var G1 = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/atoms/Img/Img.tsx";
3645
+ var G1 = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/atoms/Img/Img.tsx";
3414
3646
  const fl = ({
3415
3647
  id: l = "",
3416
3648
  src: r = "",
@@ -3442,16 +3674,16 @@ const fl = ({
3442
3674
  } });
3443
3675
  const x = m.split("x"), F = x[0], y = x[1];
3444
3676
  let M, Z = `data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='${F}'%20height='${y}'%3E%3C/svg%3E`;
3445
- if (r && (Z = V1({
3677
+ if (r && (Z = H1({
3446
3678
  src: r,
3447
3679
  format: m
3448
3680
  }), M = U0({
3449
3681
  formats: c,
3450
3682
  src: r
3451
3683
  }) ?? ""), N) {
3452
- const z = Number(F) * 2, k = Number(y) * 2, C = `${z}x${k}`, g = V1({
3684
+ const z = Number(F) * 2, C = Number(y) * 2, k = `${z}x${C}`, g = H1({
3453
3685
  src: r,
3454
- format: C
3686
+ format: k
3455
3687
  });
3456
3688
  M = M ? `${M}, ${g} 2x` : `${g} 2x`;
3457
3689
  }
@@ -3463,7 +3695,7 @@ const fl = ({
3463
3695
  columnNumber: 10
3464
3696
  } });
3465
3697
  };
3466
- var lr = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/atoms/InlineSeparator/InlineSeparator.tsx";
3698
+ var lr = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/atoms/InlineSeparator/InlineSeparator.tsx";
3467
3699
  const Yl = ({
3468
3700
  size: l,
3469
3701
  ...r
@@ -3472,7 +3704,7 @@ const Yl = ({
3472
3704
  lineNumber: 5,
3473
3705
  columnNumber: 3
3474
3706
  } }, "•");
3475
- var te = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/atoms/Input/Input.tsx";
3707
+ var te = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/atoms/Input/Input.tsx";
3476
3708
  const b1 = Y(({
3477
3709
  id: l,
3478
3710
  className: r,
@@ -3493,8 +3725,8 @@ const b1 = Y(({
3493
3725
  hint: M,
3494
3726
  error: Z,
3495
3727
  ...z
3496
- }, k) => {
3497
- const C = t && /* @__PURE__ */ e.createElement(L, { className: "c-input-container__icon", iconProps: {
3728
+ }, C) => {
3729
+ const k = t && /* @__PURE__ */ e.createElement(L, { className: "c-input-container__icon", iconProps: {
3498
3730
  name: t,
3499
3731
  size: 18
3500
3732
  }, variant: "ghost", color: m || "black", ...i, __self: void 0, __source: {
@@ -3536,7 +3768,7 @@ const b1 = Y(({
3536
3768
  fileName: te,
3537
3769
  lineNumber: 99,
3538
3770
  columnNumber: 13
3539
- } }, u ? C : g, y), /* @__PURE__ */ e.createElement("input", { id: l, className: b("c-input-container__input", r), required: c, ref: k, "aria-describedby": [M ? `${l}-hint` : null, Z ? `${l}-error` : null].filter(Boolean).join(" ") || void 0, ...z, __self: void 0, __source: {
3771
+ } }, u ? k : g, y), /* @__PURE__ */ e.createElement("input", { id: l, className: b("c-input-container__input", r), required: c, ref: C, "aria-describedby": [M ? `${l}-hint` : null, Z ? `${l}-error` : null].filter(Boolean).join(" ") || void 0, ...z, __self: void 0, __source: {
3540
3772
  fileName: te,
3541
3773
  lineNumber: 104,
3542
3774
  columnNumber: 11
@@ -3568,7 +3800,7 @@ const b1 = Y(({
3568
3800
  columnNumber: 11
3569
3801
  } }, Z));
3570
3802
  });
3571
- var U1 = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/atoms/Label/Label.tsx";
3803
+ var U1 = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/atoms/Label/Label.tsx";
3572
3804
  const G = ({
3573
3805
  children: l,
3574
3806
  bg: r,
@@ -3612,10 +3844,10 @@ const G = ({
3612
3844
  columnNumber: 18
3613
3845
  } }), l);
3614
3846
  };
3615
- var rr = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/atoms/LabelSection/LabelSection.tsx";
3847
+ var rr = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/atoms/LabelSection/LabelSection.tsx";
3616
3848
  const oc = ({
3617
3849
  children: l
3618
- }) => /* @__PURE__ */ e.createElement(V, { as: "h4", size: "xxs", weight: "bold", color: "ultramarine", __self: void 0, __source: {
3850
+ }) => /* @__PURE__ */ e.createElement(H, { as: "h4", size: "xxs", weight: "bold", color: "ultramarine", __self: void 0, __source: {
3619
3851
  fileName: rr,
3620
3852
  lineNumber: 9,
3621
3853
  columnNumber: 3
@@ -3711,7 +3943,7 @@ const oc = ({
3711
3943
  propValue: l.align,
3712
3944
  className: "self"
3713
3945
  })
3714
- ), C0 = (l) => b(
3946
+ ), k0 = (l) => b(
3715
3947
  ...D({
3716
3948
  propValue: l.alignItems,
3717
3949
  className: "items"
@@ -3757,7 +3989,7 @@ const oc = ({
3757
3989
  ...D({
3758
3990
  propValue: m
3759
3991
  }),
3760
- C0(c)
3992
+ k0(c)
3761
3993
  ), tr = ({
3762
3994
  basis: l,
3763
3995
  shrink: r,
@@ -3778,7 +4010,7 @@ const oc = ({
3778
4010
  }),
3779
4011
  sr(c)
3780
4012
  );
3781
- var nr = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/atoms/Layout/Box/Box.tsx";
4013
+ var nr = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/atoms/Layout/Box/Box.tsx";
3782
4014
  const h = Y(({
3783
4015
  as: l = "div",
3784
4016
  children: r,
@@ -3816,10 +4048,10 @@ const sc = [1, 2, 3, 4, 5, 6, 12, "2-of-3"], cl = ({
3816
4048
  }), ...D({
3817
4049
  className: "grid-gap-col",
3818
4050
  propValue: c
3819
- }), b(C0(t), t?.className)),
4051
+ }), b(k0(t), t?.className)),
3820
4052
  children: a
3821
4053
  });
3822
- var ir = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/atoms/Layout/Flex/Flex.tsx";
4054
+ var ir = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/atoms/Layout/Flex/Flex.tsx";
3823
4055
  const _ = Y(({
3824
4056
  as: l = "div",
3825
4057
  children: r,
@@ -3832,7 +4064,7 @@ const _ = Y(({
3832
4064
  lineNumber: 12,
3833
4065
  columnNumber: 3
3834
4066
  } }, r));
3835
- var ur = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/atoms/Layout/Flex/FlexItem/FlexItem.tsx";
4067
+ var ur = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/atoms/Layout/Flex/FlexItem/FlexItem.tsx";
3836
4068
  const W = Y(({
3837
4069
  as: l = "div",
3838
4070
  children: r,
@@ -3845,7 +4077,7 @@ const W = Y(({
3845
4077
  lineNumber: 13,
3846
4078
  columnNumber: 5
3847
4079
  } }, r));
3848
- var _r = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/atoms/Link/Link.tsx";
4080
+ var _r = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/atoms/Link/Link.tsx";
3849
4081
  const S = Y(({
3850
4082
  as: l = "a",
3851
4083
  children: r,
@@ -3881,28 +4113,14 @@ const S = Y(({
3881
4113
  propValue: c
3882
4114
  }), {
3883
4115
  "c-link--is-underlined": v
3884
- }, p?.className);
3885
- return /* @__PURE__ */ e.createElement(
3886
- h,
3887
- {
3888
- ...p,
3889
- as: l,
3890
- ref: x,
3891
- ...!i && !N && {
3892
- color: a ? void 0 : m || (d === "inherit" ? void 0 : d)
3893
- },
3894
- className: F,
3895
- __self: void 0,
3896
- __source: {
3897
- fileName: _r,
3898
- lineNumber: 79,
3899
- columnNumber: 7
3900
- }
3901
- },
3902
- r
3903
- );
4116
+ }, p?.className), y = !i && !N && !a ? m || (d === "inherit" ? void 0 : d) : void 0, M = h;
4117
+ return /* @__PURE__ */ e.createElement(M, { ...p, as: l, ref: x, color: y, className: F, __self: void 0, __source: {
4118
+ fileName: _r,
4119
+ lineNumber: 88,
4120
+ columnNumber: 7
4121
+ } }, r);
3904
4122
  });
3905
- var w1 = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/atoms/Modal/Modal.tsx";
4123
+ var w1 = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/atoms/Modal/Modal.tsx";
3906
4124
  const Nr = ({
3907
4125
  dialogId: l,
3908
4126
  children: r,
@@ -3933,13 +4151,13 @@ const Nr = ({
3933
4151
  columnNumber: 7
3934
4152
  } }, r));
3935
4153
  };
3936
- var dr = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/atoms/Overlay/Overlay.tsx";
4154
+ var dr = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/atoms/Overlay/Overlay.tsx";
3937
4155
  const br = (l) => /* @__PURE__ */ e.createElement(h, { ...l, className: b("c-overlay c-overlay--with-bg", l?.className), __self: void 0, __source: {
3938
4156
  fileName: dr,
3939
4157
  lineNumber: 8,
3940
4158
  columnNumber: 3
3941
4159
  } });
3942
- var fr = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/atoms/Pipe/Pipe.tsx";
4160
+ var fr = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/atoms/Pipe/Pipe.tsx";
3943
4161
  const A1 = ({
3944
4162
  isWhite: l
3945
4163
  }) => /* @__PURE__ */ e.createElement("div", { className: b("c-pipe", {
@@ -3949,7 +4167,7 @@ const A1 = ({
3949
4167
  lineNumber: 9,
3950
4168
  columnNumber: 3
3951
4169
  } });
3952
- var y1 = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/atoms/RadioButton/RadioButton.tsx";
4170
+ var y1 = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/atoms/RadioButton/RadioButton.tsx";
3953
4171
  const ac = ({
3954
4172
  id: l,
3955
4173
  required: r,
@@ -3968,7 +4186,7 @@ const ac = ({
3968
4186
  lineNumber: 22,
3969
4187
  columnNumber: 7
3970
4188
  } }, m));
3971
- var r1 = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/atoms/Rating/Rating.tsx";
4189
+ var r1 = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/atoms/Rating/Rating.tsx";
3972
4190
  const vr = ({
3973
4191
  rating: l,
3974
4192
  ratingMax: r = 5,
@@ -3998,7 +4216,7 @@ const vr = ({
3998
4216
  columnNumber: 10
3999
4217
  } }, u);
4000
4218
  };
4001
- var sl = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/atoms/ReadAlso/ReadAlso.tsx";
4219
+ var sl = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/atoms/ReadAlso/ReadAlso.tsx";
4002
4220
  const tc = ({
4003
4221
  title: l,
4004
4222
  link: r,
@@ -4043,7 +4261,7 @@ const tc = ({
4043
4261
  lineNumber: 62,
4044
4262
  columnNumber: 7
4045
4263
  } }));
4046
- var z1 = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/atoms/ScrollToTopButton/ScrollToTopButton.tsx";
4264
+ var z1 = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/atoms/ScrollToTopButton/ScrollToTopButton.tsx";
4047
4265
  const hr = ({
4048
4266
  triggerSelector: l = "[data-scroll-trigger]",
4049
4267
  triggerOffset: r = 0,
@@ -4065,7 +4283,7 @@ const hr = ({
4065
4283
  columnNumber: 7
4066
4284
  } })));
4067
4285
  hr.displayName = "ScrollToTopButton";
4068
- var X1 = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/atoms/ScrollProgressBar/ScrollProgressBar.tsx";
4286
+ var X1 = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/atoms/ScrollProgressBar/ScrollProgressBar.tsx";
4069
4287
  const nc = Y(({
4070
4288
  variant: l,
4071
4289
  progressColor: r = "ultramarine"
@@ -4082,7 +4300,7 @@ const nc = Y(({
4082
4300
  lineNumber: 19,
4083
4301
  columnNumber: 7
4084
4302
  } })));
4085
- var pr = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/atoms/Section/Section.tsx";
4303
+ var pr = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/atoms/Section/Section.tsx";
4086
4304
  const ic = ({
4087
4305
  inner: l,
4088
4306
  children: r,
@@ -4094,7 +4312,7 @@ const ic = ({
4094
4312
  lineNumber: 11,
4095
4313
  columnNumber: 3
4096
4314
  } }, r);
4097
- var ye = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/atoms/Select/Select.tsx";
4315
+ var ye = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/atoms/Select/Select.tsx";
4098
4316
  const gr = Y(({
4099
4317
  id: l,
4100
4318
  className: r,
@@ -4162,7 +4380,7 @@ const gr = Y(({
4162
4380
  lineNumber: 109,
4163
4381
  columnNumber: 9
4164
4382
  } }, p)));
4165
- var xr = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/atoms/Skeleton/Skeleton.tsx";
4383
+ var xr = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/atoms/Skeleton/Skeleton.tsx";
4166
4384
  const uc = ({
4167
4385
  variant: l = "button",
4168
4386
  className: r,
@@ -4176,7 +4394,7 @@ const uc = ({
4176
4394
  lineNumber: 10,
4177
4395
  columnNumber: 3
4178
4396
  } });
4179
- var wl = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/atoms/Slider/Slider.tsx";
4397
+ var wl = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/atoms/Slider/Slider.tsx";
4180
4398
  const Ll = Y(({
4181
4399
  layout: l,
4182
4400
  children: r,
@@ -4224,39 +4442,29 @@ const Ll = Y(({
4224
4442
  lineNumber: 81,
4225
4443
  columnNumber: 15
4226
4444
  } }))))));
4227
- var C1 = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/atoms/Stepper/Stepper.tsx";
4445
+ var k1 = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/atoms/Stepper/Stepper.tsx";
4228
4446
  const Er = ({
4229
4447
  items: l,
4230
4448
  colorVariant: r = "ultramarine",
4231
4449
  ...m
4232
4450
  }) => /* @__PURE__ */ e.createElement(_, { className: "c-stepper", gap: "xxs-2", ...m, __self: void 0, __source: {
4233
- fileName: C1,
4451
+ fileName: k1,
4234
4452
  lineNumber: 21,
4235
4453
  columnNumber: 3
4236
- } }, l.map((c, a) => /* @__PURE__ */ e.createElement(
4237
- W,
4238
- {
4239
- key: a,
4240
- className: b("c-stepper__item", {
4241
- "c-stepper__item--loading": c.loading,
4242
- "c-stepper__item--loaded": c.loaded
4243
- }),
4244
- grow: 1,
4245
- __self: void 0,
4246
- __source: {
4247
- fileName: C1,
4248
- lineNumber: 23,
4249
- columnNumber: 7
4250
- }
4251
- },
4252
- /* @__PURE__ */ e.createElement(h, { className: "c-stepper__loader", bg: r, __self: void 0, __source: {
4253
- fileName: C1,
4254
- lineNumber: 32,
4255
- columnNumber: 9
4256
- } })
4257
- )));
4258
- var Vl = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/atoms/Switch/Switch.tsx";
4259
- const k0 = ({
4454
+ } }, l.map((c, a) => /* @__PURE__ */ e.createElement(W, { key: a, className: b("c-stepper__item", {
4455
+ "c-stepper__item--loading": c.loading,
4456
+ "c-stepper__item--loaded": c.loaded
4457
+ }), grow: 1, __self: void 0, __source: {
4458
+ fileName: k1,
4459
+ lineNumber: 23,
4460
+ columnNumber: 7
4461
+ } }, /* @__PURE__ */ e.createElement(h, { className: "c-stepper__loader", bg: r, __self: void 0, __source: {
4462
+ fileName: k1,
4463
+ lineNumber: 31,
4464
+ columnNumber: 9
4465
+ } }))));
4466
+ var Hl = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/atoms/Switch/Switch.tsx";
4467
+ const C0 = ({
4260
4468
  containerProps: l,
4261
4469
  labelPosition: r = "before",
4262
4470
  label: m,
@@ -4265,29 +4473,29 @@ const k0 = ({
4265
4473
  ...t
4266
4474
  }) => {
4267
4475
  const n = /* @__PURE__ */ e.createElement(_, { as: "label", alignItems: "center", htmlFor: a, __self: void 0, __source: {
4268
- fileName: Vl,
4476
+ fileName: Hl,
4269
4477
  lineNumber: 25,
4270
4478
  columnNumber: 5
4271
4479
  } }, r === "before" && c && /* @__PURE__ */ e.createElement(E, { mr: "xs", ...c, __self: void 0, __source: {
4272
- fileName: Vl,
4480
+ fileName: Hl,
4273
4481
  lineNumber: 26,
4274
4482
  columnNumber: 46
4275
4483
  } }), m, r === "after" && c && /* @__PURE__ */ e.createElement(E, { ml: "xs", ...c, __self: void 0, __source: {
4276
- fileName: Vl,
4484
+ fileName: Hl,
4277
4485
  lineNumber: 28,
4278
4486
  columnNumber: 45
4279
4487
  } }));
4280
4488
  return /* @__PURE__ */ e.createElement(_, { gap: "xs", ...l, className: "c-switch", __self: void 0, __source: {
4281
- fileName: Vl,
4489
+ fileName: Hl,
4282
4490
  lineNumber: 33,
4283
4491
  columnNumber: 5
4284
4492
  } }, r === "before" && m && n, /* @__PURE__ */ e.createElement("input", { role: "switch", type: "checkbox", id: a, ...t, className: b("c-switch__input", t.className), __self: void 0, __source: {
4285
- fileName: Vl,
4493
+ fileName: Hl,
4286
4494
  lineNumber: 35,
4287
4495
  columnNumber: 7
4288
4496
  } }), r === "after" && m && n);
4289
4497
  };
4290
- var wr = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/atoms/Tab/Tab.tsx";
4498
+ var wr = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/atoms/Tab/Tab.tsx";
4291
4499
  const yr = ({
4292
4500
  variant: l = "default",
4293
4501
  name: r,
@@ -4308,8 +4516,8 @@ const yr = ({
4308
4516
  lineNumber: 26,
4309
4517
  columnNumber: 3
4310
4518
  } }, m);
4311
- var zr = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/atoms/TabPanel/TabPanel.tsx";
4312
- const Cr = ({
4519
+ var zr = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/atoms/TabPanel/TabPanel.tsx";
4520
+ const kr = ({
4313
4521
  name: l,
4314
4522
  children: r,
4315
4523
  className: m,
@@ -4319,7 +4527,7 @@ const Cr = ({
4319
4527
  lineNumber: 17,
4320
4528
  columnNumber: 3
4321
4529
  } }, r);
4322
- var kr = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/atoms/Tag/Tag.tsx";
4530
+ var Cr = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/atoms/Tag/Tag.tsx";
4323
4531
  const We = Y(({
4324
4532
  as: l = "a",
4325
4533
  id: r,
@@ -4341,14 +4549,14 @@ const We = Y(({
4341
4549
  px: t?.px,
4342
4550
  __self: void 0,
4343
4551
  __source: {
4344
- fileName: kr,
4552
+ fileName: Cr,
4345
4553
  lineNumber: 17,
4346
4554
  columnNumber: 5
4347
4555
  }
4348
4556
  },
4349
4557
  a
4350
4558
  ));
4351
- var ze = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/atoms/Textarea/Textarea.tsx";
4559
+ var ze = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/atoms/Textarea/Textarea.tsx";
4352
4560
  const _c = Y(({
4353
4561
  id: l,
4354
4562
  required: r,
@@ -4415,7 +4623,7 @@ const _c = Y(({
4415
4623
  lineNumber: 77,
4416
4624
  columnNumber: 9
4417
4625
  } }, i)));
4418
- var Mr = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/atoms/Typography/Typography.tsx";
4626
+ var Mr = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/atoms/Typography/Typography.tsx";
4419
4627
  const M0 = Y(({
4420
4628
  as: l = "p",
4421
4629
  children: r,
@@ -4428,8 +4636,8 @@ const M0 = Y(({
4428
4636
  lineNumber: 14,
4429
4637
  columnNumber: 7
4430
4638
  } }, r) : null);
4431
- var Fr = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/atoms/Typography/Heading/Heading.tsx";
4432
- const V = Y(({
4639
+ var Fr = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/atoms/Typography/Heading/Heading.tsx";
4640
+ const H = Y(({
4433
4641
  as: l = "h1",
4434
4642
  size: r,
4435
4643
  children: m,
@@ -4442,7 +4650,7 @@ const V = Y(({
4442
4650
  lineNumber: 15,
4443
4651
  columnNumber: 5
4444
4652
  } }, m));
4445
- var Sr = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/atoms/Typography/Text/Text.tsx";
4653
+ var Sr = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/atoms/Typography/Text/Text.tsx";
4446
4654
  const f = Y(({
4447
4655
  as: l = "p",
4448
4656
  size: r,
@@ -4459,7 +4667,7 @@ const f = Y(({
4459
4667
  lineNumber: 16,
4460
4668
  columnNumber: 5
4461
4669
  } }, c));
4462
- var Ze = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/AlertInfoBanner/AlertInfoBanner.tsx";
4670
+ var Ze = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/AlertInfoBanner/AlertInfoBanner.tsx";
4463
4671
  const Nc = ({
4464
4672
  cover: l,
4465
4673
  description: r,
@@ -4517,7 +4725,7 @@ const Nc = ({
4517
4725
  lineNumber: 77,
4518
4726
  columnNumber: 13
4519
4727
  } })))));
4520
- var J1 = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Article/ArticleBrandBanner/ArticleBrandBanner.tsx";
4728
+ var J1 = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Article/ArticleBrandBanner/ArticleBrandBanner.tsx";
4521
4729
  const dc = ({
4522
4730
  children: l,
4523
4731
  ...r
@@ -4530,7 +4738,7 @@ const dc = ({
4530
4738
  lineNumber: 13,
4531
4739
  columnNumber: 5
4532
4740
  } }, l));
4533
- var ne = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Article/ArticleHeader/ArticleHeader.tsx";
4741
+ var ne = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Article/ArticleHeader/ArticleHeader.tsx";
4534
4742
  const bc = ({
4535
4743
  title: l,
4536
4744
  label: r,
@@ -4541,7 +4749,7 @@ const bc = ({
4541
4749
  isCenteredLayout: n,
4542
4750
  ...u
4543
4751
  }) => {
4544
- const i = /* @__PURE__ */ e.createElement(V, { fontFamily: "source-serif-pro", weight: "bold", size: {
4752
+ const i = /* @__PURE__ */ e.createElement(H, { fontFamily: "source-serif-pro", weight: "bold", size: {
4545
4753
  xs: "s",
4546
4754
  md: "xxl"
4547
4755
  }, ...n ? {
@@ -4617,26 +4825,26 @@ const bc = ({
4617
4825
  columnNumber: 21
4618
4826
  } }))), N;
4619
4827
  };
4620
- var k1 = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Article/ArticleSummary/ArticleSummary.tsx";
4828
+ var C1 = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Article/ArticleSummary/ArticleSummary.tsx";
4621
4829
  const fc = ({
4622
4830
  title: l,
4623
4831
  summary: r,
4624
4832
  rubricColor: m,
4625
4833
  ...c
4626
4834
  }) => /* @__PURE__ */ e.createElement(f, { ...c, as: "div", bg: c.bg || m || "ultramarine", color: c.color || "white", px: "m", py: "l", size: "l", fontFamily: "source-serif-pro", __self: void 0, __source: {
4627
- fileName: k1,
4835
+ fileName: C1,
4628
4836
  lineNumber: 17,
4629
4837
  columnNumber: 3
4630
- } }, l && /* @__PURE__ */ e.createElement(V, { as: "h4", size: "xxs", mb: "xs", fontFamily: "base", __self: void 0, __source: {
4631
- fileName: k1,
4838
+ } }, l && /* @__PURE__ */ e.createElement(H, { as: "h4", size: "xxs", mb: "xs", fontFamily: "base", __self: void 0, __source: {
4839
+ fileName: C1,
4632
4840
  lineNumber: 28,
4633
4841
  columnNumber: 7
4634
4842
  } }, l), /* @__PURE__ */ e.createElement(lm, { color: m, __self: void 0, __source: {
4635
- fileName: k1,
4843
+ fileName: C1,
4636
4844
  lineNumber: 32,
4637
4845
  columnNumber: 5
4638
4846
  } }, r));
4639
- var M1 = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Article/ArticleVideo/ArticleVideo.tsx";
4847
+ var M1 = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Article/ArticleVideo/ArticleVideo.tsx";
4640
4848
  const vc = ({
4641
4849
  html: l,
4642
4850
  caption: r = ""
@@ -4655,7 +4863,7 @@ const vc = ({
4655
4863
  lineNumber: 18,
4656
4864
  columnNumber: 7
4657
4865
  } }, r));
4658
- var jr = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Article/Embed/Embed.tsx";
4866
+ var jr = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Article/Embed/Embed.tsx";
4659
4867
  const hc = ({
4660
4868
  html: l
4661
4869
  }) => /* @__PURE__ */ e.createElement("div", { dangerouslySetInnerHTML: {
@@ -4665,7 +4873,7 @@ const hc = ({
4665
4873
  lineNumber: 8,
4666
4874
  columnNumber: 3
4667
4875
  } });
4668
- var Ie = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Article/Media/Media.tsx";
4876
+ var Ie = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Article/Media/Media.tsx";
4669
4877
  const $r = {
4670
4878
  defaultFormat: "1444x920",
4671
4879
  formats: ["1444x920", "722x460", "640x408", "320x204"],
@@ -4739,7 +4947,7 @@ const $r = {
4739
4947
  columnNumber: 13
4740
4948
  } }, " / ", c)));
4741
4949
  };
4742
- var Q1 = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/AvatarGroup/AvatarGroup.tsx";
4950
+ var Q1 = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/AvatarGroup/AvatarGroup.tsx";
4743
4951
  const Lr = ({
4744
4952
  avatars: l,
4745
4953
  maxAvatar: r = 4,
@@ -4757,7 +4965,7 @@ const Lr = ({
4757
4965
  lineNumber: 18,
4758
4966
  columnNumber: 7
4759
4967
  } })));
4760
- var Ue = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Breadcrumb/Breadcrumb.tsx";
4968
+ var Ue = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Breadcrumb/Breadcrumb.tsx";
4761
4969
  const pc = ({
4762
4970
  rubrics: l,
4763
4971
  tags: r,
@@ -4807,7 +5015,7 @@ const pc = ({
4807
5015
  lineNumber: 87,
4808
5016
  columnNumber: 11
4809
5017
  } }, i.label))));
4810
- var m1 = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/BulletedList/BulletedList.tsx";
5018
+ var m1 = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/BulletedList/BulletedList.tsx";
4811
5019
  const gc = ({
4812
5020
  items: l,
4813
5021
  heading: r,
@@ -4859,7 +5067,7 @@ const gc = ({
4859
5067
  lineNumber: 42,
4860
5068
  columnNumber: 5
4861
5069
  } }) : null;
4862
- }, Tr = ["Lundi", "Mardi", "Mercredi", "Jeudi", "Vendredi", "Samedi", "Dimanche"], Hr = [
5070
+ }, Tr = ["Lundi", "Mardi", "Mercredi", "Jeudi", "Vendredi", "Samedi", "Dimanche"], Vr = [
4863
5071
  "Janvier",
4864
5072
  "Février",
4865
5073
  "Mars",
@@ -4875,7 +5083,7 @@ const gc = ({
4875
5083
  ], c1 = (l) => {
4876
5084
  const r = l.getFullYear(), m = String(l.getMonth() + 1).padStart(2, "0"), c = String(l.getDate()).padStart(2, "0");
4877
5085
  return `${r}-${m}-${c}`;
4878
- }, Vr = (l) => {
5086
+ }, Hr = (l) => {
4879
5087
  if (l.length < 2)
4880
5088
  return /* @__PURE__ */ new Set();
4881
5089
  const r = [...l].sort(), m = /* @__PURE__ */ new Set();
@@ -4894,7 +5102,7 @@ const gc = ({
4894
5102
  }
4895
5103
  return m;
4896
5104
  };
4897
- var Ne = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Calendar/Calendar.tsx";
5105
+ var Ne = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Calendar/Calendar.tsx";
4898
5106
  const xc = ({
4899
5107
  currentStreakDates: l = [],
4900
5108
  maxStreakDates: r = [],
@@ -4927,7 +5135,7 @@ const xc = ({
4927
5135
  }, [d]), x = [];
4928
5136
  for (let g = new Date(v); g <= p; g.setDate(g.getDate() + 1))
4929
5137
  x.push(new Date(g));
4930
- const F = qe(() => new Set(l), [l]), y = qe(() => new Set(r), [r]), M = qe(() => Vr([...l, ...r]), [l, r]), Z = c1(n), z = u.year < n.getFullYear() || u.year === n.getFullYear() && u.month < n.getMonth(), k = () => {
5138
+ const F = qe(() => new Set(l), [l]), y = qe(() => new Set(r), [r]), M = qe(() => Hr([...l, ...r]), [l, r]), Z = c1(n), z = u.year < n.getFullYear() || u.year === n.getFullYear() && u.month < n.getMonth(), C = () => {
4931
5139
  i((g) => g.month === 0 ? {
4932
5140
  year: g.year - 1,
4933
5141
  month: 11
@@ -4935,7 +5143,7 @@ const xc = ({
4935
5143
  year: g.year,
4936
5144
  month: g.month - 1
4937
5145
  });
4938
- }, C = () => {
5146
+ }, k = () => {
4939
5147
  z && i((g) => g.month === 11 ? {
4940
5148
  year: g.year + 1,
4941
5149
  month: 0
@@ -4952,18 +5160,18 @@ const xc = ({
4952
5160
  fileName: Ne,
4953
5161
  lineNumber: 111,
4954
5162
  columnNumber: 7
4955
- } }, /* @__PURE__ */ e.createElement(L, { variant: "ghost", "aria-label": "Mois précédent", onClick: k, iconProps: {
5163
+ } }, /* @__PURE__ */ e.createElement(L, { variant: "ghost", "aria-label": "Mois précédent", onClick: C, iconProps: {
4956
5164
  name: "chevron-left",
4957
5165
  size: 12
4958
5166
  }, __self: void 0, __source: {
4959
5167
  fileName: Ne,
4960
5168
  lineNumber: 112,
4961
5169
  columnNumber: 9
4962
- } }), /* @__PURE__ */ e.createElement(V, { as: "h2", size: "xxs", color: "ultramarine", className: "c-calendar__month-title", textAlign: "center", __self: void 0, __source: {
5170
+ } }), /* @__PURE__ */ e.createElement(H, { as: "h2", size: "xxs", color: "ultramarine", className: "c-calendar__month-title", textAlign: "center", __self: void 0, __source: {
4963
5171
  fileName: Ne,
4964
5172
  lineNumber: 118,
4965
5173
  columnNumber: 9
4966
- } }, Hr[u.month], " ", u.year), /* @__PURE__ */ e.createElement(L, { variant: "ghost", "aria-label": "Mois suivant", onClick: C, iconProps: {
5174
+ } }, Vr[u.month], " ", u.year), /* @__PURE__ */ e.createElement(L, { variant: "ghost", "aria-label": "Mois suivant", onClick: k, iconProps: {
4967
5175
  name: "chevron",
4968
5176
  size: 12
4969
5177
  }, disabled: !z, className: b({
@@ -5021,7 +5229,7 @@ const xc = ({
5021
5229
  } })));
5022
5230
  })));
5023
5231
  };
5024
- var Zr = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Card/CardContainer/CardContainer.tsx";
5232
+ var Zr = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Card/CardContainer/CardContainer.tsx";
5025
5233
  const ae = Y(({
5026
5234
  as: l = "article",
5027
5235
  children: r,
@@ -5047,7 +5255,7 @@ const ae = Y(({
5047
5255
  },
5048
5256
  r
5049
5257
  ));
5050
- var yl = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Card/CardFooter/CardFooter.tsx";
5258
+ var yl = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Card/CardFooter/CardFooter.tsx";
5051
5259
  const F0 = ({
5052
5260
  text: l,
5053
5261
  avatarAlt: r,
@@ -5089,7 +5297,7 @@ const F0 = ({
5089
5297
  columnNumber: 9
5090
5298
  } }, c));
5091
5299
  };
5092
- var $e = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Card/CardHeader/CardHeader.tsx";
5300
+ var $e = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Card/CardHeader/CardHeader.tsx";
5093
5301
  const Ge = ({
5094
5302
  headline: l,
5095
5303
  liveTime: r,
@@ -5140,7 +5348,7 @@ const Ge = ({
5140
5348
  columnNumber: 9
5141
5349
  } }, c))) : n;
5142
5350
  };
5143
- var al = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/IconItem/IconItem.tsx";
5351
+ var al = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/IconItem/IconItem.tsx";
5144
5352
  const dl = ({
5145
5353
  // New props
5146
5354
  iconProps: l,
@@ -5164,7 +5372,7 @@ const dl = ({
5164
5372
  variant: Z,
5165
5373
  ...z
5166
5374
  }) => {
5167
- const k = () => {
5375
+ const C = () => {
5168
5376
  if (l?.size)
5169
5377
  return l.size;
5170
5378
  if (r !== void 0) {
@@ -5180,7 +5388,7 @@ const dl = ({
5180
5388
  return r;
5181
5389
  }
5182
5390
  return Z && Z === "secondary" ? 15 : 20;
5183
- }, C = () => {
5391
+ }, k = () => {
5184
5392
  if (c !== void 0)
5185
5393
  return c === "none" ? void 0 : c;
5186
5394
  if (Z)
@@ -5189,11 +5397,11 @@ const dl = ({
5189
5397
  const hl = /* @__PURE__ */ e.createElement(_, { as: "span", className: b("c-icon-item__icon", {
5190
5398
  "c-icon-item__icon--in-toolbar": y,
5191
5399
  [`c-icon-item__icon--${r}`]: r
5192
- }), alignItems: "center", justifyContent: "center", bg: C(), color: m, __self: void 0, __source: {
5400
+ }), alignItems: "center", justifyContent: "center", bg: k(), color: m, __self: void 0, __source: {
5193
5401
  fileName: al,
5194
5402
  lineNumber: 173,
5195
5403
  columnNumber: 7
5196
- } }, /* @__PURE__ */ e.createElement(E, { size: k(), ...l, __self: void 0, __source: {
5404
+ } }, /* @__PURE__ */ e.createElement(E, { size: C(), ...l, __self: void 0, __source: {
5197
5405
  fileName: al,
5198
5406
  lineNumber: 184,
5199
5407
  columnNumber: 9
@@ -5231,7 +5439,7 @@ const dl = ({
5231
5439
  columnNumber: 7
5232
5440
  } }, N), M);
5233
5441
  };
5234
- var Ae = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Card/CardImage/CardImage.tsx";
5442
+ var Ae = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Card/CardImage/CardImage.tsx";
5235
5443
  const Ir = (l) => {
5236
5444
  switch (l) {
5237
5445
  case "small":
@@ -5314,7 +5522,7 @@ const Ir = (l) => {
5314
5522
  columnNumber: 11
5315
5523
  } })));
5316
5524
  };
5317
- var F1 = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Card/CardTitle/CardTitle.tsx";
5525
+ var F1 = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Card/CardTitle/CardTitle.tsx";
5318
5526
  const e0 = (l) => {
5319
5527
  switch (l) {
5320
5528
  case "alert":
@@ -5374,7 +5582,7 @@ const e0 = (l) => {
5374
5582
  columnNumber: 3
5375
5583
  }
5376
5584
  },
5377
- /* @__PURE__ */ e.createElement(V, { as: c || "h1", size: a || "m", fontFamily: t || "source-serif-pro", weight: n || "semi-bold", __self: void 0, __source: {
5585
+ /* @__PURE__ */ e.createElement(H, { as: c || "h1", size: a || "m", fontFamily: t || "source-serif-pro", weight: n || "semi-bold", __self: void 0, __source: {
5378
5586
  fileName: F1,
5379
5587
  lineNumber: 57,
5380
5588
  columnNumber: 5
@@ -5388,7 +5596,7 @@ const e0 = (l) => {
5388
5596
  columnNumber: 9
5389
5597
  } }, e0(l).label), u)
5390
5598
  );
5391
- var q = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Card/Templates/CardExtraLarge/CardExtraLarge.tsx";
5599
+ var q = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Card/Templates/CardExtraLarge/CardExtraLarge.tsx";
5392
5600
  const Ec = ({
5393
5601
  link: l,
5394
5602
  title: r,
@@ -5501,13 +5709,13 @@ const Ec = ({
5501
5709
  fileName: q,
5502
5710
  lineNumber: 169,
5503
5711
  columnNumber: 13
5504
- } }, /* @__PURE__ */ e.createElement(S, { as: "a", variant: "primary", ...v, __self: void 0, __source: {
5712
+ } }, /* @__PURE__ */ e.createElement(S, { variant: "primary", ...v, __self: void 0, __source: {
5505
5713
  fileName: q,
5506
5714
  lineNumber: 170,
5507
5715
  columnNumber: 15
5508
5716
  } }))));
5509
5717
  };
5510
- var Ye = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Card/Templates/CardExtraSmall/CardExtraSmall.tsx";
5718
+ var Ye = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Card/Templates/CardExtraSmall/CardExtraSmall.tsx";
5511
5719
  const S0 = ({
5512
5720
  link: l,
5513
5721
  title: r,
@@ -5564,7 +5772,7 @@ const S0 = ({
5564
5772
  columnNumber: 9
5565
5773
  } }));
5566
5774
  };
5567
- var Xe = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Card/Templates/CardFrame/CardFrame.tsx";
5775
+ var Xe = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Card/Templates/CardFrame/CardFrame.tsx";
5568
5776
  const wc = ({
5569
5777
  link: l,
5570
5778
  title: r,
@@ -5641,7 +5849,7 @@ const wc = ({
5641
5849
  columnNumber: 15
5642
5850
  } }, c.children)))));
5643
5851
  };
5644
- var ie = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Card/Templates/CardLarge/CardLarge.tsx";
5852
+ var ie = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Card/Templates/CardLarge/CardLarge.tsx";
5645
5853
  const yc = ({
5646
5854
  link: l,
5647
5855
  title: r,
@@ -5722,7 +5930,7 @@ const yc = ({
5722
5930
  columnNumber: 13
5723
5931
  } })));
5724
5932
  };
5725
- var zl = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/VerticalTimeline/VerticalTimeline.tsx";
5933
+ var zl = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/VerticalTimeline/VerticalTimeline.tsx";
5726
5934
  const Ar = ({
5727
5935
  items: l,
5728
5936
  themeColor: r = "ultramarine",
@@ -5755,7 +5963,7 @@ const Ar = ({
5755
5963
  lineNumber: 46,
5756
5964
  columnNumber: 13
5757
5965
  } }, c.label)))));
5758
- var me = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Card/Templates/CardLarge/CardLargeLive/CardLargeLive.tsx";
5966
+ var me = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Card/Templates/CardLarge/CardLargeLive/CardLargeLive.tsx";
5759
5967
  const zc = ({
5760
5968
  link: l,
5761
5969
  title: r,
@@ -5842,7 +6050,7 @@ const zc = ({
5842
6050
  columnNumber: 9
5843
6051
  } }));
5844
6052
  };
5845
- var tl = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Card/Templates/CardMedium/CardMedium.tsx";
6053
+ var tl = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Card/Templates/CardMedium/CardMedium.tsx";
5846
6054
  const Dr = ({
5847
6055
  link: l,
5848
6056
  title: r,
@@ -5896,7 +6104,7 @@ const Dr = ({
5896
6104
  columnNumber: 9
5897
6105
  } }));
5898
6106
  };
5899
- var Q = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Card/Templates/CardMost/CardMost.tsx";
6107
+ var Q = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Card/Templates/CardMost/CardMost.tsx";
5900
6108
  const Rr = ({
5901
6109
  link: l,
5902
6110
  title: r,
@@ -6007,8 +6215,8 @@ const Rr = ({
6007
6215
  columnNumber: 9
6008
6216
  } }));
6009
6217
  };
6010
- var T = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Card/Templates/CardMovie/CardMovie.tsx";
6011
- const Cc = ({
6218
+ var T = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Card/Templates/CardMovie/CardMovie.tsx";
6219
+ const kc = ({
6012
6220
  title: l,
6013
6221
  summary: r,
6014
6222
  cardTitleProps: m,
@@ -6169,8 +6377,8 @@ const Cc = ({
6169
6377
  columnNumber: 13
6170
6378
  } }))));
6171
6379
  };
6172
- var Je = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Card/Templates/CardNewsletter/CardNewletter.tsx";
6173
- const kc = ({
6380
+ var Je = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Card/Templates/CardNewsletter/CardNewletter.tsx";
6381
+ const Cc = ({
6174
6382
  id: l,
6175
6383
  label: r,
6176
6384
  title: m,
@@ -6212,12 +6420,12 @@ const kc = ({
6212
6420
  fileName: Je,
6213
6421
  lineNumber: 59,
6214
6422
  columnNumber: 5
6215
- } }, /* @__PURE__ */ e.createElement(k0, { id: l, checked: n, onChange: u, __self: void 0, __source: {
6423
+ } }, /* @__PURE__ */ e.createElement(C0, { id: l, checked: n, onChange: u, __self: void 0, __source: {
6216
6424
  fileName: Je,
6217
6425
  lineNumber: 60,
6218
6426
  columnNumber: 7
6219
6427
  } })));
6220
- var Cl = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Card/Templates/CardOverview/CardOverview.tsx";
6428
+ var kl = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Card/Templates/CardOverview/CardOverview.tsx";
6221
6429
  const j0 = ({
6222
6430
  link: l,
6223
6431
  cardImageProps: r,
@@ -6262,35 +6470,35 @@ const j0 = ({
6262
6470
  break;
6263
6471
  }
6264
6472
  return /* @__PURE__ */ e.createElement(ae, { alignItems: t === "overviewBar" ? "center" : "start", justifyContent: "start", gap: "xs", className: "c-card-overview", clickable: !0, ...v, __self: void 0, __source: {
6265
- fileName: Cl,
6473
+ fileName: kl,
6266
6474
  lineNumber: 64,
6267
6475
  columnNumber: 5
6268
6476
  } }, r && /* @__PURE__ */ e.createElement(U, { ...r, ...x, alt: a, radius: "xxl", caption: void 0, __self: void 0, __source: {
6269
- fileName: Cl,
6477
+ fileName: kl,
6270
6478
  lineNumber: 73,
6271
6479
  columnNumber: 9
6272
6480
  } }), /* @__PURE__ */ e.createElement(_, { wrap: "wrap", __self: void 0, __source: {
6273
- fileName: Cl,
6481
+ fileName: kl,
6274
6482
  lineNumber: 81,
6275
6483
  columnNumber: 7
6276
6484
  } }, m && t !== "overviewBar" && /* @__PURE__ */ e.createElement(G, { bg: m.headline.bg || "ultramarine", mb: "xxs-3", color: "white", hasDot: m.hasDot, __self: void 0, __source: {
6277
- fileName: Cl,
6485
+ fileName: kl,
6278
6486
  lineNumber: 83,
6279
6487
  columnNumber: 11
6280
6488
  } }, m.headline.text), /* @__PURE__ */ e.createElement(J, { as: "h3", size: t === "overviewBar" ? {
6281
6489
  xs: "xxs-4",
6282
6490
  md: "xxs-3"
6283
6491
  } : p, fontFamily: "source-serif-pro", weight: "semi-bold", pb: void 0, cartridgeIsCentered: !0, ...c, className: b("c-card-overview__title", c?.className), __self: void 0, __source: {
6284
- fileName: Cl,
6492
+ fileName: kl,
6285
6493
  lineNumber: 92,
6286
6494
  columnNumber: 9
6287
6495
  } }, /* @__PURE__ */ e.createElement("a", { href: l, __self: void 0, __source: {
6288
- fileName: Cl,
6496
+ fileName: kl,
6289
6497
  lineNumber: 102,
6290
6498
  columnNumber: 11
6291
6499
  } }, a))));
6292
6500
  };
6293
- var kl = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Card/Templates/CardProduct/CardProduct.tsx";
6501
+ var Cl = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Card/Templates/CardProduct/CardProduct.tsx";
6294
6502
  const Or = ({
6295
6503
  link: l,
6296
6504
  cardImageProps: r,
@@ -6305,35 +6513,35 @@ const Or = ({
6305
6513
  className: "c-card-product__img c-card-product__img--in-overview-bar"
6306
6514
  };
6307
6515
  return /* @__PURE__ */ e.createElement(ae, { alignItems: "center", justifyContent: "start", gap: "xs", className: "c-card-product", clickable: !0, ...a, __self: void 0, __source: {
6308
- fileName: kl,
6516
+ fileName: Cl,
6309
6517
  lineNumber: 25,
6310
6518
  columnNumber: 5
6311
6519
  } }, r && /* @__PURE__ */ e.createElement(U, { ...r, ...t, alt: m?.headline.text, radius: "xxl", caption: void 0, __self: void 0, __source: {
6312
- fileName: kl,
6520
+ fileName: Cl,
6313
6521
  lineNumber: 34,
6314
6522
  columnNumber: 9
6315
6523
  } }), /* @__PURE__ */ e.createElement("div", { __self: void 0, __source: {
6316
- fileName: kl,
6524
+ fileName: Cl,
6317
6525
  lineNumber: 42,
6318
6526
  columnNumber: 7
6319
6527
  } }, m && /* @__PURE__ */ e.createElement(G, { mb: "xxs-3", color: m.headline.color, __self: void 0, __source: {
6320
- fileName: kl,
6528
+ fileName: Cl,
6321
6529
  lineNumber: 44,
6322
6530
  columnNumber: 11
6323
6531
  } }, /* @__PURE__ */ e.createElement("a", { href: l, __self: void 0, __source: {
6324
- fileName: kl,
6532
+ fileName: Cl,
6325
6533
  lineNumber: 45,
6326
6534
  columnNumber: 13
6327
6535
  } }, m.headline.text)), /* @__PURE__ */ e.createElement(f, { mt: "xxs-3", color: "grey-400", size: {
6328
6536
  xs: "xs",
6329
6537
  md: "s"
6330
6538
  }, __self: void 0, __source: {
6331
- fileName: kl,
6539
+ fileName: Cl,
6332
6540
  lineNumber: 48,
6333
6541
  columnNumber: 9
6334
6542
  } }, c)));
6335
6543
  };
6336
- var Ce = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Card/Templates/CardSideImage/CardSideImage.tsx";
6544
+ var ke = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Card/Templates/CardSideImage/CardSideImage.tsx";
6337
6545
  const Mc = ({
6338
6546
  link: l,
6339
6547
  title: r,
@@ -6346,52 +6554,52 @@ const Mc = ({
6346
6554
  }) => {
6347
6555
  const i = ["480x308", "346x222"];
6348
6556
  return /* @__PURE__ */ e.createElement(ae, { ...u, direction: "row", clickable: !0, gap: "xl", className: b("o-lt-show", u.className), __self: void 0, __source: {
6349
- fileName: Ce,
6557
+ fileName: ke,
6350
6558
  lineNumber: 35,
6351
6559
  columnNumber: 5
6352
6560
  } }, /* @__PURE__ */ e.createElement(h, { className: b("o-lt-show__main"), __self: void 0, __source: {
6353
- fileName: Ce,
6561
+ fileName: ke,
6354
6562
  lineNumber: 42,
6355
6563
  columnNumber: 7
6356
6564
  } }, t && /* @__PURE__ */ e.createElement(U, { ...t, formats: i, defaultFormat: "480x308", sizes: "(min-width: 1024px) 480px, (min-width: 480px) 346px", alt: r, __self: void 0, __source: {
6357
- fileName: Ce,
6565
+ fileName: ke,
6358
6566
  lineNumber: 44,
6359
6567
  columnNumber: 11
6360
6568
  } })), /* @__PURE__ */ e.createElement(_, { direction: "column", justifyContent: "between", className: b("o-lt-show__aside"), __self: void 0, __source: {
6361
- fileName: Ce,
6569
+ fileName: ke,
6362
6570
  lineNumber: 53,
6363
6571
  columnNumber: 7
6364
6572
  } }, /* @__PURE__ */ e.createElement(_, { direction: "column", __self: void 0, __source: {
6365
- fileName: Ce,
6573
+ fileName: ke,
6366
6574
  lineNumber: 54,
6367
6575
  columnNumber: 9
6368
6576
  } }, c && /* @__PURE__ */ e.createElement(Ge, { ...c, rightSubheader: void 0, mb: "xxs-2", __self: void 0, __source: {
6369
- fileName: Ce,
6577
+ fileName: ke,
6370
6578
  lineNumber: 56,
6371
6579
  columnNumber: 13
6372
6580
  } }), /* @__PURE__ */ e.createElement(J, { as: "h2", size: "m", pb: "xxs", weight: "bold", cartridgeIsCentered: !0, ...a, __self: void 0, __source: {
6373
- fileName: Ce,
6581
+ fileName: ke,
6374
6582
  lineNumber: 58,
6375
6583
  columnNumber: 11
6376
6584
  } }, /* @__PURE__ */ e.createElement("a", { href: l, __self: void 0, __source: {
6377
- fileName: Ce,
6585
+ fileName: ke,
6378
6586
  lineNumber: 66,
6379
6587
  columnNumber: 13
6380
6588
  } }, r)), /* @__PURE__ */ e.createElement(f, { size: "xl", fontFamily: "source-serif-pro", color: m?.color || "grey-600", ...m, __self: void 0, __source: {
6381
- fileName: Ce,
6589
+ fileName: ke,
6382
6590
  lineNumber: 68,
6383
6591
  columnNumber: 11
6384
6592
  } }, m?.children)), /* @__PURE__ */ e.createElement(_, { mt: "s", __self: void 0, __source: {
6385
- fileName: Ce,
6593
+ fileName: ke,
6386
6594
  lineNumber: 78,
6387
6595
  columnNumber: 9
6388
- } }, /* @__PURE__ */ e.createElement(S, { as: "a", variant: "primary", ...n, __self: void 0, __source: {
6389
- fileName: Ce,
6596
+ } }, /* @__PURE__ */ e.createElement(S, { variant: "primary", ...n, __self: void 0, __source: {
6597
+ fileName: ke,
6390
6598
  lineNumber: 79,
6391
6599
  columnNumber: 11
6392
6600
  } }))));
6393
6601
  };
6394
- var nl = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Card/Templates/CardSmall/CardSmall.tsx";
6602
+ var nl = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Card/Templates/CardSmall/CardSmall.tsx";
6395
6603
  const $0 = ({
6396
6604
  link: l,
6397
6605
  title: r,
@@ -6449,7 +6657,7 @@ const $0 = ({
6449
6657
  columnNumber: 9
6450
6658
  } }, x) : x);
6451
6659
  };
6452
- var Ml = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Card/Templates/CardTiny/CardTiny.tsx";
6660
+ var Ml = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Card/Templates/CardTiny/CardTiny.tsx";
6453
6661
  const Pr = ({
6454
6662
  link: l,
6455
6663
  title: r,
@@ -6499,7 +6707,7 @@ const Pr = ({
6499
6707
  columnNumber: 11
6500
6708
  } }, r))));
6501
6709
  };
6502
- var l0 = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Card/Templates/CardVertical/CardVertical.tsx";
6710
+ var l0 = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Card/Templates/CardVertical/CardVertical.tsx";
6503
6711
  const qr = ({
6504
6712
  link: l,
6505
6713
  title: r,
@@ -6514,7 +6722,7 @@ const qr = ({
6514
6722
  lineNumber: 29,
6515
6723
  columnNumber: 7
6516
6724
  } }));
6517
- var Qe = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Card/Templates/CardVideo/CardVideo.tsx";
6725
+ var Qe = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Card/Templates/CardVideo/CardVideo.tsx";
6518
6726
  const Fc = ({
6519
6727
  link: l,
6520
6728
  title: r,
@@ -6573,7 +6781,7 @@ const Fc = ({
6573
6781
  columnNumber: 11
6574
6782
  } })))
6575
6783
  ) : null;
6576
- var r0 = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Card/Templates/CardVideoSmall/CardVideoSmall.tsx";
6784
+ var r0 = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Card/Templates/CardVideoSmall/CardVideoSmall.tsx";
6577
6785
  const Kr = ({
6578
6786
  link: l,
6579
6787
  title: r,
@@ -6589,7 +6797,7 @@ const Kr = ({
6589
6797
  lineNumber: 37,
6590
6798
  columnNumber: 7
6591
6799
  } }));
6592
- var el = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Card/Templates/CardWithButton/CardWithButton.tsx";
6800
+ var el = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Card/Templates/CardWithButton/CardWithButton.tsx";
6593
6801
  const Sc = ({
6594
6802
  title: l,
6595
6803
  summaryProps: r,
@@ -6637,7 +6845,7 @@ const Sc = ({
6637
6845
  lineNumber: 53,
6638
6846
  columnNumber: 5
6639
6847
  } }, a.children));
6640
- var Be = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Card/Templates/CardWithSummary/CardWithSummary.tsx";
6848
+ var Be = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Card/Templates/CardWithSummary/CardWithSummary.tsx";
6641
6849
  const jc = ({
6642
6850
  link: l,
6643
6851
  title: r,
@@ -6704,7 +6912,7 @@ const jc = ({
6704
6912
  columnNumber: 9
6705
6913
  } }));
6706
6914
  };
6707
- var de = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Carousel/Carousel.tsx";
6915
+ var de = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Carousel/Carousel.tsx";
6708
6916
  const Wr = ({
6709
6917
  articles: l,
6710
6918
  layout: r,
@@ -6823,7 +7031,7 @@ const Wr = ({
6823
7031
  columnNumber: 11
6824
7032
  } }))) : null;
6825
7033
  };
6826
- var je = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Chart/HalfDonut/HalfDonut.tsx";
7034
+ var je = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Chart/HalfDonut/HalfDonut.tsx";
6827
7035
  const Gr = (l, r, m, c) => {
6828
7036
  const a = l * Math.cos(2 * Math.PI * r), t = l * Math.sin(2 * Math.PI * r);
6829
7037
  return {
@@ -6900,7 +7108,7 @@ const Gr = (l, r, m, c) => {
6900
7108
  columnNumber: 7
6901
7109
  } }));
6902
7110
  };
6903
- var Zl = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Citation/Citation.tsx";
7111
+ var Zl = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Citation/Citation.tsx";
6904
7112
  const Bc = ({
6905
7113
  citationText: l,
6906
7114
  citationAuthor: r,
@@ -6929,7 +7137,7 @@ const Bc = ({
6929
7137
  lineNumber: 31,
6930
7138
  columnNumber: 7
6931
7139
  } }, r));
6932
- var ll = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Collapse/Collapse.tsx";
7140
+ var ll = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Collapse/Collapse.tsx";
6933
7141
  const d1 = Y(({
6934
7142
  index: l,
6935
7143
  textTitleProps: r,
@@ -6944,7 +7152,7 @@ const d1 = Y(({
6944
7152
  isDropdown: d,
6945
7153
  ...v
6946
7154
  }, p) => {
6947
- const x = () => m ? /* @__PURE__ */ e.createElement(V, { as: "h3", size: "xxs", color: "black", ...m, __self: void 0, __source: {
7155
+ const x = () => m ? /* @__PURE__ */ e.createElement(H, { as: "h3", size: "xxs", color: "black", ...m, __self: void 0, __source: {
6948
7156
  fileName: ll,
6949
7157
  lineNumber: 52,
6950
7158
  columnNumber: 11
@@ -6983,7 +7191,7 @@ const d1 = Y(({
6983
7191
  columnNumber: 9
6984
7192
  } }, N));
6985
7193
  });
6986
- var m0 = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Comment/Comment.tsx";
7194
+ var m0 = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Comment/Comment.tsx";
6987
7195
  const Lc = ({
6988
7196
  enableComment: l,
6989
7197
  lazyLoad: r = {
@@ -6999,7 +7207,7 @@ const Lc = ({
6999
7207
  lineNumber: 27,
7000
7208
  columnNumber: 7
7001
7209
  } })) : null;
7002
- var Yr = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Comment/CommentButton.tsx";
7210
+ var Yr = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Comment/CommentButton.tsx";
7003
7211
  const Tc = ({
7004
7212
  enableComment: l,
7005
7213
  commentNumber: r = 0,
@@ -7012,8 +7220,8 @@ const Tc = ({
7012
7220
  lineNumber: 23,
7013
7221
  columnNumber: 5
7014
7222
  } }) : null;
7015
- var rl = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Comment/CommentCount.tsx";
7016
- const Hc = ({
7223
+ var rl = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Comment/CommentCount.tsx";
7224
+ const Vc = ({
7017
7225
  commentNumber: l,
7018
7226
  layout: r
7019
7227
  }) => r === w.MOBILE ? /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement(Ee, { color: "grey-200", __self: void 0, __source: {
@@ -7044,12 +7252,12 @@ const Hc = ({
7044
7252
  fileName: rl,
7045
7253
  lineNumber: 24,
7046
7254
  columnNumber: 7
7047
- } }), /* @__PURE__ */ e.createElement(V, { as: "h2", size: "xxs", __self: void 0, __source: {
7255
+ } }), /* @__PURE__ */ e.createElement(H, { as: "h2", size: "xxs", __self: void 0, __source: {
7048
7256
  fileName: rl,
7049
7257
  lineNumber: 25,
7050
7258
  columnNumber: 7
7051
7259
  } }, `${l} ${l > 1 ? "commentaires" : "commentaire"}`));
7052
- var Il = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Countdown/CountdownItem/CountdownItem.tsx";
7260
+ var Il = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Countdown/CountdownItem/CountdownItem.tsx";
7053
7261
  const o1 = ({
7054
7262
  title: l,
7055
7263
  classItem: r,
@@ -7066,7 +7274,7 @@ const o1 = ({
7066
7274
  fileName: Il,
7067
7275
  lineNumber: 20,
7068
7276
  columnNumber: 7
7069
- } }, l), /* @__PURE__ */ e.createElement(V, { className: `js-countdown-${r}`, size: {
7277
+ } }, l), /* @__PURE__ */ e.createElement(H, { className: `js-countdown-${r}`, size: {
7070
7278
  xs: "m",
7071
7279
  md: "xxl"
7072
7280
  }, as: "span", weight: "semi-bold", fontFamily: "obviously", color: c, __self: void 0, __source: {
@@ -7082,7 +7290,7 @@ const o1 = ({
7082
7290
  lineNumber: 42,
7083
7291
  columnNumber: 9
7084
7292
  } })));
7085
- var De = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Countdown/Countdown.tsx";
7293
+ var De = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Countdown/Countdown.tsx";
7086
7294
  const c0 = ({
7087
7295
  layout: l,
7088
7296
  title: r,
@@ -7120,7 +7328,7 @@ const c0 = ({
7120
7328
  fileName: De,
7121
7329
  lineNumber: 35,
7122
7330
  columnNumber: 9
7123
- } }), /* @__PURE__ */ e.createElement(V, { as: "h2", size: {
7331
+ } }), /* @__PURE__ */ e.createElement(H, { as: "h2", size: {
7124
7332
  xs: "xs",
7125
7333
  md: "s"
7126
7334
  }, __self: void 0, __source: {
@@ -7155,15 +7363,15 @@ const c0 = ({
7155
7363
  columnNumber: 9
7156
7364
  } })));
7157
7365
  };
7158
- var o0 = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/DarkModeSwitch/DarkModeSwitch.tsx";
7159
- const Vc = ({
7366
+ var o0 = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/DarkModeSwitch/DarkModeSwitch.tsx";
7367
+ const Hc = ({
7160
7368
  label: l,
7161
7369
  icon: r = {
7162
7370
  name: "darkmode",
7163
7371
  size: 20
7164
7372
  },
7165
7373
  ...m
7166
- }) => /* @__PURE__ */ e.createElement(k0, { icon: r, label: l || /* @__PURE__ */ e.createElement(f, { size: "l", as: "span", weight: "bold", __self: void 0, __source: {
7374
+ }) => /* @__PURE__ */ e.createElement(C0, { icon: r, label: l || /* @__PURE__ */ e.createElement(f, { size: "l", as: "span", weight: "bold", __self: void 0, __source: {
7167
7375
  fileName: o0,
7168
7376
  lineNumber: 18,
7169
7377
  columnNumber: 9
@@ -7172,7 +7380,7 @@ const Vc = ({
7172
7380
  lineNumber: 14,
7173
7381
  columnNumber: 3
7174
7382
  } });
7175
- var ml = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/DiscoverList/DiscoverList.tsx";
7383
+ var ml = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/DiscoverList/DiscoverList.tsx";
7176
7384
  const Zc = ({
7177
7385
  topics: l,
7178
7386
  ...r
@@ -7180,7 +7388,7 @@ const Zc = ({
7180
7388
  fileName: ml,
7181
7389
  lineNumber: 24,
7182
7390
  columnNumber: 5
7183
- } }, /* @__PURE__ */ e.createElement(V, { as: "h3", mb: "xs", size: "xxs", __self: void 0, __source: {
7391
+ } }, /* @__PURE__ */ e.createElement(H, { as: "h3", mb: "xs", size: "xxs", __self: void 0, __source: {
7184
7392
  fileName: ml,
7185
7393
  lineNumber: 25,
7186
7394
  columnNumber: 7
@@ -7211,7 +7419,7 @@ const Zc = ({
7211
7419
  lineNumber: 53,
7212
7420
  columnNumber: 13
7213
7421
  } }, m.label)))));
7214
- var Fl = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/EmojiToolbar/EmojiToolbar.tsx";
7422
+ var Fl = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/EmojiToolbar/EmojiToolbar.tsx";
7215
7423
  const Ic = ({
7216
7424
  reactListItems: l,
7217
7425
  activeReaction: r,
@@ -7243,7 +7451,7 @@ const Ic = ({
7243
7451
  lineNumber: 50,
7244
7452
  columnNumber: 13
7245
7453
  } }, String(c.count).padStart(2, "0")))))));
7246
- var R = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Elections/SearchBanner/SearchBanner.tsx";
7454
+ var R = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Elections/SearchBanner/SearchBanner.tsx";
7247
7455
  const Ac = ({
7248
7456
  layout: l,
7249
7457
  searchFormProps: r,
@@ -7372,7 +7580,7 @@ const Ac = ({
7372
7580
  fileName: R,
7373
7581
  lineNumber: 152,
7374
7582
  columnNumber: 9
7375
- } }, m && /* @__PURE__ */ e.createElement(V, { px: "m", size: "xxs-3", color: "white", mb: "xs", __self: void 0, __source: {
7583
+ } }, m && /* @__PURE__ */ e.createElement(H, { px: "m", size: "xxs-3", color: "white", mb: "xs", __self: void 0, __source: {
7376
7584
  fileName: R,
7377
7585
  lineNumber: 154,
7378
7586
  columnNumber: 13
@@ -7398,12 +7606,12 @@ const Ac = ({
7398
7606
  } }))
7399
7607
  ));
7400
7608
  };
7401
- var ee = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/ErrorContent/ErrorContent.tsx";
7609
+ var ee = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/ErrorContent/ErrorContent.tsx";
7402
7610
  const Dc = ({
7403
7611
  statusCode: l = "404",
7404
7612
  enableGoogleSearch: r
7405
7613
  }) => {
7406
- let m = /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement(V, { as: "h2", size: "m", mb: "l", __self: void 0, __source: {
7614
+ let m = /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement(H, { as: "h2", size: "m", mb: "l", __self: void 0, __source: {
7407
7615
  fileName: ee,
7408
7616
  lineNumber: 15,
7409
7617
  columnNumber: 7
@@ -7424,7 +7632,7 @@ const Dc = ({
7424
7632
  lineNumber: 23,
7425
7633
  columnNumber: 7
7426
7634
  } }, "Si vous êtes à la recherche de quelque chose de bien précis, nous vous invitons à utiliser notre moteur de recherche :"));
7427
- return l === "500" && (m = /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement(V, { as: "h2", size: "m", mb: "l", __self: void 0, __source: {
7635
+ return l === "500" && (m = /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement(H, { as: "h2", size: "m", mb: "l", __self: void 0, __source: {
7428
7636
  fileName: ee,
7429
7637
  lineNumber: 33,
7430
7638
  columnNumber: 9
@@ -7470,7 +7678,7 @@ const Dc = ({
7470
7678
  columnNumber: 7
7471
7679
  } }, "Retour page d’accueil"));
7472
7680
  };
7473
- var Re = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Expandable/Expandable.tsx";
7681
+ var Re = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Expandable/Expandable.tsx";
7474
7682
  const Xr = ({
7475
7683
  visibleItems: l,
7476
7684
  heading: r,
@@ -7484,7 +7692,7 @@ const Xr = ({
7484
7692
  fileName: Re,
7485
7693
  lineNumber: 42,
7486
7694
  columnNumber: 5
7487
- } }, r && /* @__PURE__ */ e.createElement(V, { as: "h2", size: "xxs", mb: "m", ...r, __self: void 0, __source: {
7695
+ } }, r && /* @__PURE__ */ e.createElement(H, { as: "h2", size: "xxs", mb: "m", ...r, __self: void 0, __source: {
7488
7696
  fileName: Re,
7489
7697
  lineNumber: 49,
7490
7698
  columnNumber: 19
@@ -7492,31 +7700,25 @@ const Xr = ({
7492
7700
  fileName: Re,
7493
7701
  lineNumber: 50,
7494
7702
  columnNumber: 7
7495
- } }, a.slice(0, l).map((i, N) => (
7496
- // eslint-disable-next-line react/no-array-index-key
7497
- /* @__PURE__ */ e.createElement("li", { key: `expandable-visible-${N}`, __self: void 0, __source: {
7498
- fileName: Re,
7499
- lineNumber: 53,
7500
- columnNumber: 11
7501
- } }, i)
7502
- ))), l && a.length > l && /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement(cl, { as: "ul", ...c, pt: c?.gap || c?.gapX, className: "c-expandable__content js-expand-target", "aria-hidden": a.length > l, __self: void 0, __source: {
7703
+ } }, a.slice(0, l).map((i, N) => /* @__PURE__ */ e.createElement("li", { key: `expandable-visible-${N}`, __self: void 0, __source: {
7503
7704
  fileName: Re,
7504
- lineNumber: 58,
7705
+ lineNumber: 52,
7505
7706
  columnNumber: 11
7506
- } }, a.slice(l).map((i, N) => (
7507
- // eslint-disable-next-line react/no-array-index-key
7508
- /* @__PURE__ */ e.createElement("li", { key: `expandable-hidden-${N}`, __self: void 0, __source: {
7509
- fileName: Re,
7510
- lineNumber: 67,
7511
- columnNumber: 15
7512
- } }, i)
7513
- ))), n && /* @__PURE__ */ e.createElement(_, { mt: "l", justifyContent: "center", "aria-hidden": a.length > l, className: "c-expandable__link js-expand-target", __self: void 0, __source: {
7707
+ } }, i))), l && a.length > l && /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement(cl, { as: "ul", ...c, pt: c?.gap || c?.gapX, className: "c-expandable__content js-expand-target", "aria-hidden": a.length > l, __self: void 0, __source: {
7514
7708
  fileName: Re,
7515
- lineNumber: 71,
7709
+ lineNumber: 57,
7710
+ columnNumber: 11
7711
+ } }, a.slice(l).map((i, N) => /* @__PURE__ */ e.createElement("li", { key: `expandable-hidden-${N}`, __self: void 0, __source: {
7712
+ fileName: Re,
7713
+ lineNumber: 65,
7714
+ columnNumber: 15
7715
+ } }, i))), n && /* @__PURE__ */ e.createElement(_, { mt: "l", justifyContent: "center", "aria-hidden": a.length > l, className: "c-expandable__link js-expand-target", __self: void 0, __source: {
7716
+ fileName: Re,
7717
+ lineNumber: 69,
7516
7718
  columnNumber: 13
7517
7719
  } }, /* @__PURE__ */ e.createElement(S, { ...n, variant: "secondary", __self: void 0, __source: {
7518
7720
  fileName: Re,
7519
- lineNumber: 77,
7721
+ lineNumber: 75,
7520
7722
  columnNumber: 15
7521
7723
  } })), /* @__PURE__ */ e.createElement(L, { ...t, variant: "round-has-white-bg", className: "c-expandable__expand-button js-expand-button", "aria-expanded": "false", iconProps: {
7522
7724
  name: "chevron",
@@ -7524,10 +7726,10 @@ const Xr = ({
7524
7726
  svgTitle: "Expand"
7525
7727
  }, __self: void 0, __source: {
7526
7728
  fileName: Re,
7527
- lineNumber: 80,
7729
+ lineNumber: 78,
7528
7730
  columnNumber: 11
7529
7731
  } })));
7530
- var Al = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Header/HeaderBanner/HeaderBanner.tsx";
7732
+ var Al = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Header/HeaderBanner/HeaderBanner.tsx";
7531
7733
  const Rc = ({
7532
7734
  title: l,
7533
7735
  subtitle: r,
@@ -7551,12 +7753,12 @@ const Rc = ({
7551
7753
  fileName: Al,
7552
7754
  lineNumber: 22,
7553
7755
  columnNumber: 20
7554
- } }, r), /* @__PURE__ */ e.createElement(V, { as: "h2", size: "m", fontFamily: "source-serif-pro", __self: void 0, __source: {
7756
+ } }, r), /* @__PURE__ */ e.createElement(H, { as: "h2", size: "m", fontFamily: "source-serif-pro", __self: void 0, __source: {
7555
7757
  fileName: Al,
7556
7758
  lineNumber: 23,
7557
7759
  columnNumber: 7
7558
7760
  } }, l)));
7559
- var ue = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Header/HeaderMini/HeaderMini.tsx";
7761
+ var ue = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Header/HeaderMini/HeaderMini.tsx";
7560
7762
  const Jr = {
7561
7763
  logo: [90, 22],
7562
7764
  "logo-tempo": [78, 24],
@@ -7645,7 +7847,7 @@ const Jr = {
7645
7847
  columnNumber: 7
7646
7848
  } }))
7647
7849
  );
7648
- var A = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Header/HeaderPage/HeaderPage.tsx";
7850
+ var A = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Header/HeaderPage/HeaderPage.tsx";
7649
7851
  const Pc = ({
7650
7852
  layout: l,
7651
7853
  heading: r,
@@ -7822,7 +8024,7 @@ const Pc = ({
7822
8024
  columnNumber: 5
7823
8025
  } }, y);
7824
8026
  };
7825
- var Le = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Header/HeaderSection/HeaderSection.tsx";
8027
+ var Le = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Header/HeaderSection/HeaderSection.tsx";
7826
8028
  const qc = ({
7827
8029
  label: l,
7828
8030
  heading: r,
@@ -7854,7 +8056,7 @@ const qc = ({
7854
8056
  fileName: Le,
7855
8057
  lineNumber: 58,
7856
8058
  columnNumber: 7
7857
- } }, l), /* @__PURE__ */ e.createElement(V, { ...r, size: {
8059
+ } }, l), /* @__PURE__ */ e.createElement(H, { ...r, size: {
7858
8060
  xs: "xxs",
7859
8061
  md: "m"
7860
8062
  }, fontFamily: "obviously", mx: {
@@ -7905,7 +8107,7 @@ const qc = ({
7905
8107
  columnNumber: 15
7906
8108
  } }, "Voir plus"))));
7907
8109
  };
7908
- var il = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Header/HeaderSideModal/HeaderSideModal.tsx";
8110
+ var il = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Header/HeaderSideModal/HeaderSideModal.tsx";
7909
8111
  const Kc = ({
7910
8112
  modalIconSize: l = [114, 28],
7911
8113
  dialogId: r,
@@ -7943,7 +8145,7 @@ const Kc = ({
7943
8145
  fileName: il,
7944
8146
  lineNumber: 60,
7945
8147
  columnNumber: 9
7946
- } })), c && /* @__PURE__ */ e.createElement(V, { color: "white", size: "xxs", ...!t && {
8148
+ } })), c && /* @__PURE__ */ e.createElement(H, { color: "white", size: "xxs", ...!t && {
7947
8149
  pl: "xs"
7948
8150
  }, ...c, __self: void 0, __source: {
7949
8151
  fileName: il,
@@ -7957,13 +8159,13 @@ const Kc = ({
7957
8159
  lineNumber: 71,
7958
8160
  columnNumber: 5
7959
8161
  } }));
7960
- var S1 = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Header/HeaderTitle/HeaderTitle.tsx";
8162
+ var S1 = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Header/HeaderTitle/HeaderTitle.tsx";
7961
8163
  const D1 = ({
7962
8164
  children: l,
7963
8165
  iconProps: r,
7964
8166
  isCentered: m,
7965
8167
  ...c
7966
- }) => /* @__PURE__ */ e.createElement(V, { className: b("c-header-title", {
8168
+ }) => /* @__PURE__ */ e.createElement(H, { className: b("c-header-title", {
7967
8169
  "c-header-title--has-icon": !!r,
7968
8170
  "c-header-title--has-icon-and-centered": !!r && m
7969
8171
  }), fontFamily: "obviously", size: {
@@ -7982,7 +8184,7 @@ const D1 = ({
7982
8184
  lineNumber: 28,
7983
8185
  columnNumber: 9
7984
8186
  } }, l)) : l);
7985
- var Sl = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Horoscope/HoroscopeContent/HoroscopeContent.tsx";
8187
+ var Sl = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Horoscope/HoroscopeContent/HoroscopeContent.tsx";
7986
8188
  const Wc = ({
7987
8189
  topics: l,
7988
8190
  infoBannerProps: r,
@@ -8012,7 +8214,7 @@ const Wc = ({
8012
8214
  lineNumber: 31,
8013
8215
  columnNumber: 5
8014
8216
  } }));
8015
- var Dl = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Horoscope/HoroscopeTiles/HoroscopeTiles.tsx";
8217
+ var Dl = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Horoscope/HoroscopeTiles/HoroscopeTiles.tsx";
8016
8218
  const Gc = ({
8017
8219
  horoscopeSignsList: l
8018
8220
  }) => /* @__PURE__ */ e.createElement(h, { as: "ul", className: "o-inline", mx: {
@@ -8043,7 +8245,7 @@ const Gc = ({
8043
8245
  lineNumber: 22,
8044
8246
  columnNumber: 11
8045
8247
  } }, r.label)))));
8046
- var Rl = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Horoscope/HoroscopeTopicCard/HoroscopeTopicCard.tsx";
8248
+ var Rl = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Horoscope/HoroscopeTopicCard/HoroscopeTopicCard.tsx";
8047
8249
  const Qr = Y(({
8048
8250
  icon: l,
8049
8251
  title: r,
@@ -8061,7 +8263,7 @@ const Qr = Y(({
8061
8263
  fileName: Rl,
8062
8264
  lineNumber: 18,
8063
8265
  columnNumber: 9
8064
- } }), /* @__PURE__ */ e.createElement(V, { as: "h3", size: "xs", __self: void 0, __source: {
8266
+ } }), /* @__PURE__ */ e.createElement(H, { as: "h3", size: "xs", __self: void 0, __source: {
8065
8267
  fileName: Rl,
8066
8268
  lineNumber: 19,
8067
8269
  columnNumber: 9
@@ -8070,7 +8272,7 @@ const Qr = Y(({
8070
8272
  lineNumber: 23,
8071
8273
  columnNumber: 7
8072
8274
  } }, m)));
8073
- var X = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/ImageSlider/ImageSlider.tsx";
8275
+ var X = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/ImageSlider/ImageSlider.tsx";
8074
8276
  const Uc = ({
8075
8277
  images: l,
8076
8278
  layout: r,
@@ -8146,7 +8348,7 @@ const Uc = ({
8146
8348
  fileName: X,
8147
8349
  lineNumber: 72,
8148
8350
  columnNumber: 19
8149
- } }, t.date), /* @__PURE__ */ e.createElement(V, { size: "xs", className: "c-image-slider__content-title", __self: void 0, __source: {
8351
+ } }, t.date), /* @__PURE__ */ e.createElement(H, { size: "xs", className: "c-image-slider__content-title", __self: void 0, __source: {
8150
8352
  fileName: X,
8151
8353
  lineNumber: 73,
8152
8354
  columnNumber: 19
@@ -8173,7 +8375,7 @@ const Uc = ({
8173
8375
  columnNumber: 11
8174
8376
  } }))));
8175
8377
  };
8176
- var ke = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/InfoBanner/InfoBanner.tsx";
8378
+ var Ce = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/InfoBanner/InfoBanner.tsx";
8177
8379
  const em = ({
8178
8380
  description: l,
8179
8381
  heading: r,
@@ -8182,19 +8384,19 @@ const em = ({
8182
8384
  infoButton: a,
8183
8385
  ...t
8184
8386
  }) => /* @__PURE__ */ e.createElement(_, { ...t, className: b("c-info-banner", t?.className), color: "black", bg: "grey-100", p: "m", __self: void 0, __source: {
8185
- fileName: ke,
8387
+ fileName: Ce,
8186
8388
  lineNumber: 32,
8187
8389
  columnNumber: 3
8188
8390
  } }, /* @__PURE__ */ e.createElement(_, { className: "c-info-banner__container", gap: "s", alignItems: "start", justifyContent: a ? "between" : void 0, __self: void 0, __source: {
8189
- fileName: ke,
8391
+ fileName: Ce,
8190
8392
  lineNumber: 39,
8191
8393
  columnNumber: 5
8192
8394
  } }, /* @__PURE__ */ e.createElement(_, { className: "c-info-banner__content", direction: "column", justifyContent: "between", __self: void 0, __source: {
8193
- fileName: ke,
8395
+ fileName: Ce,
8194
8396
  lineNumber: 45,
8195
8397
  columnNumber: 7
8196
- } }, r && /* @__PURE__ */ e.createElement(V, { fontFamily: "source-serif-pro", ...r, as: "h3", size: "xxs", color: "black", mb: "m", weight: "semi-bold", __self: void 0, __source: {
8197
- fileName: ke,
8398
+ } }, r && /* @__PURE__ */ e.createElement(H, { fontFamily: "source-serif-pro", ...r, as: "h3", size: "xxs", color: "black", mb: "m", weight: "semi-bold", __self: void 0, __source: {
8399
+ fileName: Ce,
8198
8400
  lineNumber: 47,
8199
8401
  columnNumber: 11
8200
8402
  } }, r.children), /* @__PURE__ */ e.createElement(f, {
@@ -8206,36 +8408,36 @@ const em = ({
8206
8408
  ...m || {},
8207
8409
  __self: void 0,
8208
8410
  __source: {
8209
- fileName: ke,
8411
+ fileName: Ce,
8210
8412
  lineNumber: 59,
8211
8413
  columnNumber: 9
8212
8414
  }
8213
8415
  }, l), c && /* @__PURE__ */ e.createElement(L, { ...c, variant: "ghost", className: "c-info-banner__close", __self: void 0, __source: {
8214
- fileName: ke,
8416
+ fileName: Ce,
8215
8417
  lineNumber: 72,
8216
8418
  columnNumber: 11
8217
8419
  } }, /* @__PURE__ */ e.createElement(E, { name: "close", size: 12, color: "white", __self: void 0, __source: {
8218
- fileName: ke,
8420
+ fileName: Ce,
8219
8421
  lineNumber: 73,
8220
8422
  columnNumber: 13
8221
8423
  } }))), a && /* @__PURE__ */ e.createElement("div", { className: "c-info-banner__info", __self: void 0, __source: {
8222
- fileName: ke,
8424
+ fileName: Ce,
8223
8425
  lineNumber: 79,
8224
8426
  columnNumber: 9
8225
8427
  } }, /* @__PURE__ */ e.createElement("button", { type: "button", className: "c-info-banner__info-button js-info-banner__button", "aria-expanded": "false", "aria-controls": "info-button-content", __self: void 0, __source: {
8226
- fileName: ke,
8428
+ fileName: Ce,
8227
8429
  lineNumber: 80,
8228
8430
  columnNumber: 11
8229
8431
  } }, /* @__PURE__ */ e.createElement(E, { name: "info", size: 20, color: "black", __self: void 0, __source: {
8230
- fileName: ke,
8432
+ fileName: Ce,
8231
8433
  lineNumber: 86,
8232
8434
  columnNumber: 13
8233
8435
  } })), /* @__PURE__ */ e.createElement(h, { id: "info-button-content", className: "c-info-banner__info-content", "aria-hidden": "true", bg: "grey-100", color: "grey-600", p: "xs", __self: void 0, __source: {
8234
- fileName: ke,
8436
+ fileName: Ce,
8235
8437
  lineNumber: 88,
8236
8438
  columnNumber: 11
8237
8439
  } }, a))));
8238
- var jl = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Legend/Legend.tsx";
8440
+ var jl = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Legend/Legend.tsx";
8239
8441
  const Ql = ({
8240
8442
  items: l,
8241
8443
  ...r
@@ -8278,7 +8480,7 @@ const Ql = ({
8278
8480
  columnNumber: 15
8279
8481
  } }, c.subLegend)) : m(c.name.toUpperCase()))));
8280
8482
  };
8281
- var s0 = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/ListWithDiode/ListWithDiode.tsx";
8483
+ var s0 = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/ListWithDiode/ListWithDiode.tsx";
8282
8484
  const B0 = (l) => e.Children.map(l.children, (r) => {
8283
8485
  if (e.isValidElement(r)) {
8284
8486
  const {
@@ -8289,11 +8491,11 @@ const B0 = (l) => e.Children.map(l.children, (r) => {
8289
8491
  [`list-with-diode--${l.color}`]: !!l.color
8290
8492
  }) : c?.className, __self: void 0, __source: {
8291
8493
  fileName: s0,
8292
- lineNumber: 23,
8494
+ lineNumber: 21,
8293
8495
  columnNumber: 9
8294
8496
  } }, r.type === "li" && /* @__PURE__ */ e.createElement(E, { name: "diode", size: 16, mr: "xs", __self: void 0, __source: {
8295
8497
  fileName: s0,
8296
- lineNumber: 33,
8498
+ lineNumber: 31,
8297
8499
  columnNumber: 35
8298
8500
  } }), m ? B0({
8299
8501
  color: l.color,
@@ -8302,7 +8504,7 @@ const B0 = (l) => e.Children.map(l.children, (r) => {
8302
8504
  }
8303
8505
  return r;
8304
8506
  }), lm = (l) => /* @__PURE__ */ e.createElement(e.Fragment, null, B0(l));
8305
- var s1 = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Live/LiveIndicator/LiveIndicator.tsx";
8507
+ var s1 = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Live/LiveIndicator/LiveIndicator.tsx";
8306
8508
  const Yc = ({
8307
8509
  variant: l,
8308
8510
  isOver: r = !1,
@@ -8329,7 +8531,7 @@ const Yc = ({
8329
8531
  lineNumber: 39,
8330
8532
  columnNumber: 7
8331
8533
  } }, c?.children || r && "Terminé" || `Mis à jour ${m}`));
8332
- var j1 = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Live/LiveQuestion/LiveQuestion.tsx";
8534
+ var j1 = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Live/LiveQuestion/LiveQuestion.tsx";
8333
8535
  const Xc = ({
8334
8536
  enableLiveQuestion: l,
8335
8537
  lazyLoad: r = {
@@ -8353,7 +8555,7 @@ const Xc = ({
8353
8555
  lineNumber: 24,
8354
8556
  columnNumber: 7
8355
8557
  } })) : null;
8356
- var Ol = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Live/LiveTalk/LiveTalk.tsx";
8558
+ var Ol = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Live/LiveTalk/LiveTalk.tsx";
8357
8559
  const Jc = ({
8358
8560
  question: l,
8359
8561
  author: r,
@@ -8382,7 +8584,7 @@ const Jc = ({
8382
8584
  lineNumber: 25,
8383
8585
  columnNumber: 7
8384
8586
  } }, m));
8385
- var Pl = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Live/LiveTitle/LiveTitle.tsx";
8587
+ var Pl = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Live/LiveTitle/LiveTitle.tsx";
8386
8588
  const Qc = ({
8387
8589
  status: l,
8388
8590
  header: r,
@@ -8414,13 +8616,13 @@ const Qc = ({
8414
8616
  fileName: Pl,
8415
8617
  lineNumber: 37,
8416
8618
  columnNumber: 17
8417
- } })), /* @__PURE__ */ e.createElement(V, { as: "h2", color: t[l] || "black", size: "xs", fontFamily: "source-serif-pro", weight: l === "default" ? "regular" : "semi-bold", className: "break-word", __self: void 0, __source: {
8619
+ } })), /* @__PURE__ */ e.createElement(H, { as: "h2", color: t[l] || "black", size: "xs", fontFamily: "source-serif-pro", weight: l === "default" ? "regular" : "semi-bold", className: "break-word", __self: void 0, __source: {
8418
8620
  fileName: Pl,
8419
8621
  lineNumber: 39,
8420
8622
  columnNumber: 7
8421
8623
  } }, m));
8422
8624
  };
8423
- var $1 = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/LogoutButton/LogoutButton.tsx";
8625
+ var $1 = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/LogoutButton/LogoutButton.tsx";
8424
8626
  const eo = (l) => /* @__PURE__ */ e.createElement(_, { as: S, color: "black", alignItems: "center", ...l, __self: void 0, __source: {
8425
8627
  fileName: $1,
8426
8628
  lineNumber: 10,
@@ -8434,7 +8636,7 @@ const eo = (l) => /* @__PURE__ */ e.createElement(_, { as: S, color: "black", al
8434
8636
  lineNumber: 12,
8435
8637
  columnNumber: 5
8436
8638
  } }, "Se déconnecter"));
8437
- var Me = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Maps/MapDepartments/MapDepartments.tsx";
8639
+ var Me = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Maps/MapDepartments/MapDepartments.tsx";
8438
8640
  const lo = ({
8439
8641
  electionName: l,
8440
8642
  electionYear: r,
@@ -8505,7 +8707,7 @@ const lo = ({
8505
8707
  columnNumber: 43
8506
8708
  } }));
8507
8709
  };
8508
- var ce = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Maps/MapDistricts/MapDistricts.tsx";
8710
+ var ce = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Maps/MapDistricts/MapDistricts.tsx";
8509
8711
  const ro = ({
8510
8712
  electionName: l,
8511
8713
  electionYear: r,
@@ -8601,7 +8803,7 @@ const ro = ({
8601
8803
  columnNumber: 43
8602
8804
  } }));
8603
8805
  };
8604
- var Te = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Maps/MapEurope/MapEurope.tsx";
8806
+ var Te = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Maps/MapEurope/MapEurope.tsx";
8605
8807
  const mo = ({
8606
8808
  electionName: l,
8607
8809
  electionYear: r,
@@ -8667,7 +8869,7 @@ const mo = ({
8667
8869
  columnNumber: 9
8668
8870
  } }));
8669
8871
  };
8670
- var $ = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Maps/MapTownsByDepartments/MapTownsByDepartments.tsx";
8872
+ var $ = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Maps/MapTownsByDepartments/MapTownsByDepartments.tsx";
8671
8873
  const co = ({
8672
8874
  resultsPerTown: l,
8673
8875
  departmentsPaths: r,
@@ -8904,7 +9106,7 @@ const co = ({
8904
9106
  columnNumber: 13
8905
9107
  } })))));
8906
9108
  };
8907
- var a0 = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/MediaLink/MediaLink.tsx";
9109
+ var a0 = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/MediaLink/MediaLink.tsx";
8908
9110
  const Ul = ({
8909
9111
  href: l,
8910
9112
  iconProps: r,
@@ -8929,7 +9131,7 @@ const Ul = ({
8929
9131
  lineNumber: 41,
8930
9132
  columnNumber: 7
8931
9133
  } }, a.children));
8932
- var B = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Menu/Menu.tsx";
9134
+ var B = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Menu/Menu.tsx";
8933
9135
  const oo = ({
8934
9136
  categories: l,
8935
9137
  tagsActu: r,
@@ -9197,7 +9399,7 @@ const oo = ({
9197
9399
  lineNumber: 341,
9198
9400
  columnNumber: 11
9199
9401
  } })));
9200
- var a1 = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/MenuList/MenuList.tsx";
9402
+ var a1 = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/MenuList/MenuList.tsx";
9201
9403
  const so = ({
9202
9404
  links: l,
9203
9405
  activeLink: r,
@@ -9222,7 +9424,7 @@ const so = ({
9222
9424
  columnNumber: 11
9223
9425
  } }));
9224
9426
  }));
9225
- var He = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Newsletter/Newsletter.tsx";
9427
+ var Ve = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Newsletter/Newsletter.tsx";
9226
9428
  const ao = ({
9227
9429
  title: l,
9228
9430
  description: r,
@@ -9234,51 +9436,51 @@ const ao = ({
9234
9436
  ...u
9235
9437
  }) => {
9236
9438
  const i = /* @__PURE__ */ e.createElement(h, { as: "form", color: "white", bg: "ultramarine", px: "m", py: "xxl", className: "c-newsletter__form", __self: void 0, __source: {
9237
- fileName: He,
9439
+ fileName: Ve,
9238
9440
  lineNumber: 36,
9239
9441
  columnNumber: 5
9240
- } }, /* @__PURE__ */ e.createElement(V, { as: "h5", size: n === "large" ? "m" : "xxs", textAlign: "center", mb: "l", __self: void 0, __source: {
9241
- fileName: He,
9442
+ } }, /* @__PURE__ */ e.createElement(H, { as: "h5", size: n === "large" ? "m" : "xxs", textAlign: "center", mb: "l", __self: void 0, __source: {
9443
+ fileName: Ve,
9242
9444
  lineNumber: 37,
9243
9445
  columnNumber: 7
9244
9446
  } }, l), /* @__PURE__ */ e.createElement(f, { size: n === "large" ? "m" : "s", textAlign: n === "large" ? "center" : "left", mb: n === "large" ? "xl" : "l", __self: void 0, __source: {
9245
- fileName: He,
9447
+ fileName: Ve,
9246
9448
  lineNumber: 40,
9247
9449
  columnNumber: 7
9248
9450
  } }, r), /* @__PURE__ */ e.createElement(b1, { className: "c-input--newsletter", type: "email", placeholder: m, __self: void 0, __source: {
9249
- fileName: He,
9451
+ fileName: Ve,
9250
9452
  lineNumber: 47,
9251
9453
  columnNumber: 7
9252
9454
  } }), /* @__PURE__ */ e.createElement(L, { variant: "secondary", type: "submit", className: "c-newsletter__button", __self: void 0, __source: {
9253
- fileName: He,
9455
+ fileName: Ve,
9254
9456
  lineNumber: 48,
9255
9457
  columnNumber: 7
9256
9458
  } }, c), /* @__PURE__ */ e.createElement(_, { alignItems: "center", justifyContent: n === "large" ? "center" : "start", mt: "l", className: "c-newsletter__checkbox", __self: void 0, __source: {
9257
- fileName: He,
9459
+ fileName: Ve,
9258
9460
  lineNumber: 51,
9259
9461
  columnNumber: 7
9260
9462
  } }, /* @__PURE__ */ e.createElement(b1, { className: "c-input--checkbox", type: "checkbox", placeholder: m, required: !0, id: "term", __self: void 0, __source: {
9261
- fileName: He,
9463
+ fileName: Ve,
9262
9464
  lineNumber: 57,
9263
9465
  columnNumber: 9
9264
9466
  } }), /* @__PURE__ */ e.createElement("label", { htmlFor: "term", dangerouslySetInnerHTML: {
9265
9467
  __html: a
9266
9468
  }, __self: void 0, __source: {
9267
- fileName: He,
9469
+ fileName: Ve,
9268
9470
  lineNumber: 65,
9269
9471
  columnNumber: 9
9270
9472
  } })));
9271
9473
  return /* @__PURE__ */ e.createElement(h, { ...u, className: b("c-newsletter", u?.className), __self: void 0, __source: {
9272
- fileName: He,
9474
+ fileName: Ve,
9273
9475
  lineNumber: 71,
9274
9476
  columnNumber: 5
9275
9477
  } }, t && /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement(I1, { bg: t, __self: void 0, __source: {
9276
- fileName: He,
9478
+ fileName: Ve,
9277
9479
  lineNumber: 74,
9278
9480
  columnNumber: 11
9279
9481
  } }), i));
9280
9482
  };
9281
- var t0 = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/OrderedListWithNumber/OrderedListWithNumber.tsx";
9483
+ var t0 = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/OrderedListWithNumber/OrderedListWithNumber.tsx";
9282
9484
  const to = ({
9283
9485
  items: l,
9284
9486
  ...r
@@ -9291,7 +9493,7 @@ const to = ({
9291
9493
  lineNumber: 24,
9292
9494
  columnNumber: 9
9293
9495
  } }, m.text)));
9294
- var t1 = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Pagination/Pagination.tsx";
9496
+ var t1 = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Pagination/Pagination.tsx";
9295
9497
  const no = ({
9296
9498
  totalArticles: l,
9297
9499
  currentPage: r,
@@ -9315,7 +9517,7 @@ const no = ({
9315
9517
  lineNumber: 36,
9316
9518
  columnNumber: 9
9317
9519
  } }, "Archives")) : null;
9318
- var B1 = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/PercentageBar/PercentageBar.tsx";
9520
+ var B1 = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/PercentageBar/PercentageBar.tsx";
9319
9521
  const rm = ({
9320
9522
  percentage: l,
9321
9523
  progressBarClassName: r,
@@ -9341,7 +9543,7 @@ const rm = ({
9341
9543
  minimumFractionDigits: 2,
9342
9544
  maximumFractionDigits: 2
9343
9545
  }), " ", "%")));
9344
- var mm = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Prose/Prose.tsx";
9546
+ var mm = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Prose/Prose.tsx";
9345
9547
  const io = ({
9346
9548
  content: l,
9347
9549
  ...r
@@ -9352,7 +9554,7 @@ const io = ({
9352
9554
  lineNumber: 10,
9353
9555
  columnNumber: 3
9354
9556
  } });
9355
- var $l = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/React/ReactButton.tsx";
9557
+ var $l = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/React/ReactButton.tsx";
9356
9558
  const cm = ({
9357
9559
  color: l,
9358
9560
  count: r = 0,
@@ -9437,7 +9639,7 @@ const cm = ({
9437
9639
  columnNumber: 11
9438
9640
  } }, String(r).padStart(2, "0"))));
9439
9641
  };
9440
- var ql = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/ReadAlsoBanner/ReadAlsoBanner.tsx";
9642
+ var ql = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/ReadAlsoBanner/ReadAlsoBanner.tsx";
9441
9643
  const uo = ({
9442
9644
  articles: l,
9443
9645
  layout: r,
@@ -9496,7 +9698,7 @@ const uo = ({
9496
9698
  lineNumber: 72,
9497
9699
  columnNumber: 13
9498
9700
  } })))));
9499
- var ul = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/SearchForm/SearchForm.tsx";
9701
+ var ul = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/SearchForm/SearchForm.tsx";
9500
9702
  const Xl = ({
9501
9703
  id: l,
9502
9704
  url: r,
@@ -9536,14 +9738,14 @@ const Xl = ({
9536
9738
  lineNumber: 53,
9537
9739
  columnNumber: 13
9538
9740
  } }, n.value)))));
9539
- var L1 = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/SectionTitle/SectionTitle.tsx";
9741
+ var L1 = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/SectionTitle/SectionTitle.tsx";
9540
9742
  const L0 = ({
9541
9743
  label: l,
9542
9744
  labelLink: r,
9543
9745
  themeColor: m,
9544
9746
  isUnderlined: c = !0,
9545
9747
  ...a
9546
- }) => /* @__PURE__ */ e.createElement(V, { ...r && {
9748
+ }) => /* @__PURE__ */ e.createElement(H, { ...r && {
9547
9749
  as: "a",
9548
9750
  href: r
9549
9751
  }, size: "xxs", weight: "bold", ...a, className: b("c-section-title", {
@@ -9576,40 +9778,40 @@ function om() {
9576
9778
  }
9577
9779
  function m(z) {
9578
9780
  "@babel/helpers - typeof";
9579
- return typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? m = function(C) {
9580
- return typeof C;
9581
- } : m = function(C) {
9582
- return C && typeof Symbol == "function" && C.constructor === Symbol && C !== Symbol.prototype ? "symbol" : typeof C;
9781
+ return typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? m = function(k) {
9782
+ return typeof k;
9783
+ } : m = function(k) {
9784
+ return k && typeof Symbol == "function" && k.constructor === Symbol && k !== Symbol.prototype ? "symbol" : typeof k;
9583
9785
  }, m(z);
9584
9786
  }
9585
- function c(z, k) {
9586
- if (!(z instanceof k))
9787
+ function c(z, C) {
9788
+ if (!(z instanceof C))
9587
9789
  throw new TypeError("Cannot call a class as a function");
9588
9790
  }
9589
- function a(z, k) {
9590
- for (var C = 0; C < k.length; C++) {
9591
- var g = k[C];
9791
+ function a(z, C) {
9792
+ for (var k = 0; k < C.length; k++) {
9793
+ var g = C[k];
9592
9794
  g.enumerable = g.enumerable || !1, g.configurable = !0, "value" in g && (g.writable = !0), Object.defineProperty(z, g.key, g);
9593
9795
  }
9594
9796
  }
9595
- function t(z, k, C) {
9596
- return k && a(z.prototype, k), z;
9797
+ function t(z, C, k) {
9798
+ return C && a(z.prototype, C), z;
9597
9799
  }
9598
- function n(z, k) {
9599
- if (typeof k != "function" && k !== null)
9800
+ function n(z, C) {
9801
+ if (typeof C != "function" && C !== null)
9600
9802
  throw new TypeError("Super expression must either be null or a function");
9601
- z.prototype = Object.create(k && k.prototype, { constructor: { value: z, writable: !0, configurable: !0 } }), k && u(z, k);
9803
+ z.prototype = Object.create(C && C.prototype, { constructor: { value: z, writable: !0, configurable: !0 } }), C && u(z, C);
9602
9804
  }
9603
- function u(z, k) {
9805
+ function u(z, C) {
9604
9806
  return u = Object.setPrototypeOf || function(g, j) {
9605
9807
  return g.__proto__ = j, g;
9606
- }, u(z, k);
9808
+ }, u(z, C);
9607
9809
  }
9608
9810
  function i(z) {
9609
- var k = v();
9811
+ var C = v();
9610
9812
  return function() {
9611
9813
  var g = p(z), j;
9612
- if (k) {
9814
+ if (C) {
9613
9815
  var we = p(this).constructor;
9614
9816
  j = Reflect.construct(g, arguments, we);
9615
9817
  } else
@@ -9617,8 +9819,8 @@ function om() {
9617
9819
  return N(this, j);
9618
9820
  };
9619
9821
  }
9620
- function N(z, k) {
9621
- return k && (m(k) === "object" || typeof k == "function") ? k : d(z);
9822
+ function N(z, C) {
9823
+ return C && (m(C) === "object" || typeof C == "function") ? C : d(z);
9622
9824
  }
9623
9825
  function d(z) {
9624
9826
  if (z === void 0)
@@ -9636,12 +9838,12 @@ function om() {
9636
9838
  }
9637
9839
  }
9638
9840
  function p(z) {
9639
- return p = Object.setPrototypeOf ? Object.getPrototypeOf : function(C) {
9640
- return C.__proto__ || Object.getPrototypeOf(C);
9841
+ return p = Object.setPrototypeOf ? Object.getPrototypeOf : function(k) {
9842
+ return k.__proto__ || Object.getPrototypeOf(k);
9641
9843
  }, p(z);
9642
9844
  }
9643
- var x = function(k, C) {
9644
- var g = k.props.config || {
9845
+ var x = function(C, k) {
9846
+ var g = C.props.config || {
9645
9847
  enabled: !0
9646
9848
  };
9647
9849
  g = JSON.parse(JSON.stringify(g));
@@ -9651,7 +9853,7 @@ function om() {
9651
9853
  var v1 = "sharethis-" + Date.now();
9652
9854
  g.id = v1;
9653
9855
  }
9654
- k.buttons.current && (k.buttons.current.id = g.id, window.__sharethis__.load(C, g)), j && j(), ol.complete = !0;
9856
+ C.buttons.current && (C.buttons.current.id = g.id, window.__sharethis__.load(k, g)), j && j(), ol.complete = !0;
9655
9857
  }
9656
9858
  };
9657
9859
  if (window.onShareThisLoaded = we, document.getElementById("sharethis-js"))
@@ -9661,7 +9863,7 @@ function om() {
9661
9863
  fe.setAttribute("id", "sharethis-js");
9662
9864
  var ve = {
9663
9865
  property: g.property || "",
9664
- product: C,
9866
+ product: k,
9665
9867
  source: "reactjs"
9666
9868
  }, hl = Object.keys(ve).map(function(ol) {
9667
9869
  return ol + "=" + ve[ol];
@@ -9669,13 +9871,13 @@ function om() {
9669
9871
  fe.src = "https://platform-api.sharethis.com/js/sharethis.js?" + hl, fe.async = !0, document.body.appendChild(fe);
9670
9872
  }
9671
9873
  }, F = /* @__PURE__ */ (function(z) {
9672
- n(C, z);
9673
- var k = i(C);
9674
- function C(g) {
9874
+ n(k, z);
9875
+ var C = i(k);
9876
+ function k(g) {
9675
9877
  var j;
9676
- return c(this, C), j = k.call(this, g), j.buttons = /* @__PURE__ */ l.default.createRef(), j;
9878
+ return c(this, k), j = C.call(this, g), j.buttons = /* @__PURE__ */ l.default.createRef(), j;
9677
9879
  }
9678
- return t(C, [{
9880
+ return t(k, [{
9679
9881
  key: "componentDidMount",
9680
9882
  value: function() {
9681
9883
  x(this, "inline-follow-buttons");
@@ -9687,17 +9889,17 @@ function om() {
9687
9889
  ref: this.buttons
9688
9890
  });
9689
9891
  }
9690
- }]), C;
9892
+ }]), k;
9691
9893
  })(l.default.Component);
9692
9894
  Fe.InlineFollowButtons = F;
9693
9895
  var y = /* @__PURE__ */ (function(z) {
9694
- n(C, z);
9695
- var k = i(C);
9696
- function C(g) {
9896
+ n(k, z);
9897
+ var C = i(k);
9898
+ function k(g) {
9697
9899
  var j;
9698
- return c(this, C), j = k.call(this, g), j.buttons = /* @__PURE__ */ l.default.createRef(), j;
9900
+ return c(this, k), j = C.call(this, g), j.buttons = /* @__PURE__ */ l.default.createRef(), j;
9699
9901
  }
9700
- return t(C, [{
9902
+ return t(k, [{
9701
9903
  key: "componentDidMount",
9702
9904
  value: function() {
9703
9905
  x(this, "inline-share-buttons");
@@ -9709,17 +9911,17 @@ function om() {
9709
9911
  ref: this.buttons
9710
9912
  });
9711
9913
  }
9712
- }]), C;
9914
+ }]), k;
9713
9915
  })(l.default.Component);
9714
9916
  Fe.InlineShareButtons = y;
9715
9917
  var M = /* @__PURE__ */ (function(z) {
9716
- n(C, z);
9717
- var k = i(C);
9718
- function C(g) {
9918
+ n(k, z);
9919
+ var C = i(k);
9920
+ function k(g) {
9719
9921
  var j;
9720
- return c(this, C), j = k.call(this, g), j.buttons = /* @__PURE__ */ l.default.createRef(), j;
9922
+ return c(this, k), j = C.call(this, g), j.buttons = /* @__PURE__ */ l.default.createRef(), j;
9721
9923
  }
9722
- return t(C, [{
9924
+ return t(k, [{
9723
9925
  key: "componentDidMount",
9724
9926
  value: function() {
9725
9927
  x(this, "inline-reaction-buttons");
@@ -9731,17 +9933,17 @@ function om() {
9731
9933
  ref: this.buttons
9732
9934
  });
9733
9935
  }
9734
- }]), C;
9936
+ }]), k;
9735
9937
  })(l.default.Component);
9736
9938
  Fe.InlineReactionButtons = M;
9737
9939
  var Z = /* @__PURE__ */ (function(z) {
9738
- n(C, z);
9739
- var k = i(C);
9740
- function C(g) {
9940
+ n(k, z);
9941
+ var C = i(k);
9942
+ function k(g) {
9741
9943
  var j;
9742
- return c(this, C), j = k.call(this, g), j.buttons = /* @__PURE__ */ l.default.createRef(), j;
9944
+ return c(this, k), j = C.call(this, g), j.buttons = /* @__PURE__ */ l.default.createRef(), j;
9743
9945
  }
9744
- return t(C, [{
9946
+ return t(k, [{
9745
9947
  key: "componentDidMount",
9746
9948
  value: function() {
9747
9949
  x(this, "sticky-share-buttons");
@@ -9753,11 +9955,11 @@ function om() {
9753
9955
  ref: this.buttons
9754
9956
  });
9755
9957
  }
9756
- }]), C;
9958
+ }]), k;
9757
9959
  })(l.default.Component);
9758
9960
  return Fe.StickyShareButtons = Z, Fe;
9759
9961
  }
9760
- var sm = om(), i0 = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/ShareBar/ShareBar.tsx";
9962
+ var sm = om(), i0 = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/ShareBar/ShareBar.tsx";
9761
9963
  const _o = ({
9762
9964
  networks: l = ["sharethis"],
9763
9965
  ...r
@@ -9796,7 +9998,7 @@ const _o = ({
9796
9998
  columnNumber: 7
9797
9999
  } }));
9798
10000
  };
9799
- var he = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/ShowCover/ShowCover.tsx";
10001
+ var he = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/ShowCover/ShowCover.tsx";
9800
10002
  const No = ({
9801
10003
  backgroundImage: l,
9802
10004
  title: r,
@@ -9805,7 +10007,7 @@ const No = ({
9805
10007
  playButton: a,
9806
10008
  ...t
9807
10009
  }) => {
9808
- const n = /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement(V, { size: {
10010
+ const n = /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement(H, { size: {
9809
10011
  xs: "m",
9810
10012
  md: "xxl"
9811
10013
  }, fontFamily: "obviously", mb: "l", __self: void 0, __source: {
@@ -9862,7 +10064,7 @@ const No = ({
9862
10064
  columnNumber: 22
9863
10065
  } }, u)));
9864
10066
  };
9865
- var Se = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Signature/Signature.tsx";
10067
+ var Se = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Signature/Signature.tsx";
9866
10068
  const T0 = ({
9867
10069
  avatars: l,
9868
10070
  authors: r,
@@ -9924,7 +10126,7 @@ const T0 = ({
9924
10126
  columnNumber: 12
9925
10127
  } }, p) : p;
9926
10128
  };
9927
- var Oe = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/SmartBanner/SmartBanner.tsx";
10129
+ var Oe = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/SmartBanner/SmartBanner.tsx";
9928
10130
  const bo = ({
9929
10131
  installButton: l,
9930
10132
  closeButton: r
@@ -9968,7 +10170,7 @@ const bo = ({
9968
10170
  lineNumber: 33,
9969
10171
  columnNumber: 5
9970
10172
  } }, "Installer"));
9971
- var O = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/SocialBar/SocialBar.tsx";
10173
+ var O = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/SocialBar/SocialBar.tsx";
9972
10174
  const Kl = (l) => l === "card" ? "secondary" : "primary", n1 = (l) => l === "card" ? "inline" : "rounded", am = (l) => l === "vertical" ? "right" : "top", vl = ({
9973
10175
  commentCount: l,
9974
10176
  shareCount: r,
@@ -10030,7 +10232,7 @@ const Kl = (l) => l === "card" ? "secondary" : "primary", n1 = (l) => l === "car
10030
10232
  lineNumber: 119,
10031
10233
  columnNumber: 9
10032
10234
  } })
10033
- ), k = /* @__PURE__ */ e.createElement(dl, { role: "button", ariaLabel: "Partager le contenu", iconProps: {
10235
+ ), C = /* @__PURE__ */ e.createElement(dl, { role: "button", ariaLabel: "Partager le contenu", iconProps: {
10034
10236
  name: "share",
10035
10237
  "aria-hidden": !0
10036
10238
  }, ...c === "card" && {
@@ -10050,7 +10252,7 @@ const Kl = (l) => l === "card" ? "secondary" : "primary", n1 = (l) => l === "car
10050
10252
  fileName: O,
10051
10253
  lineNumber: 146,
10052
10254
  columnNumber: 9
10053
- } })), C = !p && n && !!F && /* @__PURE__ */ e.createElement(cm, { color: x === "blue-grey" ? "white" : "black", count: m, countColor: a, countBg: t, countStyle: n1(c), iconItemProps: {
10255
+ } })), k = !p && n && !!F && /* @__PURE__ */ e.createElement(cm, { color: x === "blue-grey" ? "white" : "black", count: m, countColor: a, countBg: t, countStyle: n1(c), iconItemProps: {
10054
10256
  variant: Kl(c),
10055
10257
  ...c === "card" && x === "blue-grey" && {
10056
10258
  iconBackground: "blue-grey",
@@ -10095,11 +10297,11 @@ const Kl = (l) => l === "card" ? "secondary" : "primary", n1 = (l) => l === "car
10095
10297
  } }), fe = () => {
10096
10298
  switch (c) {
10097
10299
  case "card":
10098
- return /* @__PURE__ */ e.createElement(e.Fragment, null, (z || k || C) && /* @__PURE__ */ e.createElement(_, { as: "li", gap: "xxs", __self: void 0, __source: {
10300
+ return /* @__PURE__ */ e.createElement(e.Fragment, null, (z || C || k) && /* @__PURE__ */ e.createElement(_, { as: "li", gap: "xxs", __self: void 0, __source: {
10099
10301
  fileName: O,
10100
10302
  lineNumber: 236,
10101
10303
  columnNumber: 15
10102
- } }, z, k, C), g && /* @__PURE__ */ e.createElement("li", { __self: void 0, __source: {
10304
+ } }, z, C, k), g && /* @__PURE__ */ e.createElement("li", { __self: void 0, __source: {
10103
10305
  fileName: O,
10104
10306
  lineNumber: 242,
10105
10307
  columnNumber: 30
@@ -10109,19 +10311,19 @@ const Kl = (l) => l === "card" ? "secondary" : "primary", n1 = (l) => l === "car
10109
10311
  fileName: O,
10110
10312
  lineNumber: 248,
10111
10313
  columnNumber: 29
10112
- } }, z), k && /* @__PURE__ */ e.createElement("li", { __self: void 0, __source: {
10314
+ } }, z), C && /* @__PURE__ */ e.createElement("li", { __self: void 0, __source: {
10113
10315
  fileName: O,
10114
10316
  lineNumber: 249,
10115
10317
  columnNumber: 27
10116
- } }, k), g && /* @__PURE__ */ e.createElement("li", { __self: void 0, __source: {
10318
+ } }, C), g && /* @__PURE__ */ e.createElement("li", { __self: void 0, __source: {
10117
10319
  fileName: O,
10118
10320
  lineNumber: 250,
10119
10321
  columnNumber: 30
10120
- } }, g), C && /* @__PURE__ */ e.createElement("li", { __self: void 0, __source: {
10322
+ } }, g), k && /* @__PURE__ */ e.createElement("li", { __self: void 0, __source: {
10121
10323
  fileName: O,
10122
10324
  lineNumber: 251,
10123
10325
  columnNumber: 34
10124
- } }, C), j && /* @__PURE__ */ e.createElement("li", { __self: void 0, __source: {
10326
+ } }, k), j && /* @__PURE__ */ e.createElement("li", { __self: void 0, __source: {
10125
10327
  fileName: O,
10126
10328
  lineNumber: 252,
10127
10329
  columnNumber: 28
@@ -10131,15 +10333,15 @@ const Kl = (l) => l === "card" ? "secondary" : "primary", n1 = (l) => l === "car
10131
10333
  fileName: O,
10132
10334
  lineNumber: 258,
10133
10335
  columnNumber: 29
10134
- } }, z), k && /* @__PURE__ */ e.createElement("li", { __self: void 0, __source: {
10336
+ } }, z), C && /* @__PURE__ */ e.createElement("li", { __self: void 0, __source: {
10135
10337
  fileName: O,
10136
10338
  lineNumber: 259,
10137
10339
  columnNumber: 27
10138
- } }, k), C && /* @__PURE__ */ e.createElement("li", { __self: void 0, __source: {
10340
+ } }, C), k && /* @__PURE__ */ e.createElement("li", { __self: void 0, __source: {
10139
10341
  fileName: O,
10140
10342
  lineNumber: 260,
10141
10343
  columnNumber: 34
10142
- } }, C), /* @__PURE__ */ e.createElement("li", { "aria-hidden": "true", __self: void 0, __source: {
10344
+ } }, k), /* @__PURE__ */ e.createElement("li", { "aria-hidden": "true", __self: void 0, __source: {
10143
10345
  fileName: O,
10144
10346
  lineNumber: 261,
10145
10347
  columnNumber: 13
@@ -10164,7 +10366,7 @@ const Kl = (l) => l === "card" ? "secondary" : "primary", n1 = (l) => l === "car
10164
10366
  columnNumber: 5
10165
10367
  } }, fe());
10166
10368
  };
10167
- var i1 = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Sponsor/Sponsor.tsx";
10369
+ var i1 = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Sponsor/Sponsor.tsx";
10168
10370
  const Ke = ({
10169
10371
  sponsor: l,
10170
10372
  variant: r,
@@ -10189,7 +10391,7 @@ const Ke = ({
10189
10391
  lineNumber: 32,
10190
10392
  columnNumber: 5
10191
10393
  } }));
10192
- var _e = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/StreakBlock/StreakBlock.tsx";
10394
+ var _e = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/StreakBlock/StreakBlock.tsx";
10193
10395
  const tm = ["D", "L", "M", "M", "J", "V", "S"], nm = (l, r) => {
10194
10396
  const m = (r - 1) % 7, c = [];
10195
10397
  for (let a = 0; a < 7; a += 1) {
@@ -10273,7 +10475,7 @@ const tm = ["D", "L", "M", "M", "J", "V", "S"], nm = (l, r) => {
10273
10475
  columnNumber: 9
10274
10476
  } }, "Semaine en cours")));
10275
10477
  };
10276
- var oe = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/SubMenu/SubMenu.tsx";
10478
+ var oe = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/SubMenu/SubMenu.tsx";
10277
10479
  const um = ({
10278
10480
  name: l,
10279
10481
  link: r,
@@ -10385,7 +10587,7 @@ const um = ({
10385
10587
  lineNumber: 120,
10386
10588
  columnNumber: 13
10387
10589
  } }))))));
10388
- var _l = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Table/Table.tsx";
10590
+ var _l = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Table/Table.tsx";
10389
10591
  const fo = ({
10390
10592
  hasHeader: l,
10391
10593
  tableProps: r,
@@ -10406,35 +10608,26 @@ const fo = ({
10406
10608
  fileName: _l,
10407
10609
  lineNumber: 25,
10408
10610
  columnNumber: 11
10409
- } }, c.map((t, n) => (
10410
- // eslint-disable-next-line react/no-array-index-key
10411
- /* @__PURE__ */ e.createElement(h, { as: "th", p: "s", key: n, __self: void 0, __source: {
10412
- fileName: _l,
10413
- lineNumber: 28,
10414
- columnNumber: 15
10415
- } }, t)
10416
- )))), /* @__PURE__ */ e.createElement("tbody", { __self: void 0, __source: {
10611
+ } }, c.map((t, n) => /* @__PURE__ */ e.createElement(h, { as: "th", p: "s", key: n, __self: void 0, __source: {
10417
10612
  fileName: _l,
10418
- lineNumber: 35,
10613
+ lineNumber: 27,
10614
+ columnNumber: 15
10615
+ } }, t)))), /* @__PURE__ */ e.createElement("tbody", { __self: void 0, __source: {
10616
+ fileName: _l,
10617
+ lineNumber: 34,
10419
10618
  columnNumber: 7
10420
- } }, a.map((t, n) => (
10421
- // eslint-disable-next-line react/no-array-index-key
10422
- /* @__PURE__ */ e.createElement("tr", { key: n, __self: void 0, __source: {
10423
- fileName: _l,
10424
- lineNumber: 38,
10425
- columnNumber: 11
10426
- } }, t.map((u, i) => (
10427
- // eslint-disable-next-line react/no-array-index-key
10428
- /* @__PURE__ */ e.createElement(h, { as: "td", p: "s", key: i, __self: void 0, __source: {
10429
- fileName: _l,
10430
- lineNumber: 41,
10431
- columnNumber: 15
10432
- } }, u)
10433
- )))
10434
- ))));
10619
+ } }, a.map((t, n) => /* @__PURE__ */ e.createElement("tr", { key: n, __self: void 0, __source: {
10620
+ fileName: _l,
10621
+ lineNumber: 36,
10622
+ columnNumber: 11
10623
+ } }, t.map((u, i) => /* @__PURE__ */ e.createElement(h, { as: "td", p: "s", key: i, __self: void 0, __source: {
10624
+ fileName: _l,
10625
+ lineNumber: 38,
10626
+ columnNumber: 15
10627
+ } }, u))))));
10435
10628
  };
10436
- var u1 = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Tabs/Tabs.tsx";
10437
- const H0 = ({
10629
+ var u1 = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Tabs/Tabs.tsx";
10630
+ const V0 = ({
10438
10631
  tabItems: l,
10439
10632
  name: r = "default",
10440
10633
  fitContainer: m,
@@ -10465,7 +10658,7 @@ const H0 = ({
10465
10658
  fileName: u1,
10466
10659
  lineNumber: 62,
10467
10660
  columnNumber: 11
10468
- } }, v.title))), N.map((v) => /* @__PURE__ */ e.createElement(Cr, { key: v.name, className: b({
10661
+ } }, v.title))), N.map((v) => /* @__PURE__ */ e.createElement(kr, { key: v.name, className: b({
10469
10662
  "c-tabs-fit-container__panel": m
10470
10663
  }), name: v.name, isHidden: d !== v.name, __self: void 0, __source: {
10471
10664
  fileName: u1,
@@ -10473,7 +10666,7 @@ const H0 = ({
10473
10666
  columnNumber: 9
10474
10667
  } }, v.content)));
10475
10668
  };
10476
- var u0 = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/TagBar/TagBar.tsx";
10669
+ var u0 = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/TagBar/TagBar.tsx";
10477
10670
  const vo = ({
10478
10671
  tags: l,
10479
10672
  layout: r,
@@ -10481,16 +10674,16 @@ const vo = ({
10481
10674
  ...c
10482
10675
  }) => l.length ? /* @__PURE__ */ e.createElement(Ll, { hasSpaceAroundButtons: !0, ...c, itemsGap: "xs", layout: r, className: b("c-tag-bar", c?.className), __self: void 0, __source: {
10483
10676
  fileName: u0,
10484
- lineNumber: 16,
10677
+ lineNumber: 15,
10485
10678
  columnNumber: 5
10486
10679
  } }, l.map((a, t) => /* @__PURE__ */ e.createElement(We, { key: t, ...a, ...m && {
10487
10680
  size: "small"
10488
10681
  }, __self: void 0, __source: {
10489
10682
  fileName: u0,
10490
- lineNumber: 24,
10683
+ lineNumber: 23,
10491
10684
  columnNumber: 9
10492
10685
  } }))) : null;
10493
- var _0 = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/TextTooltip/TextTooltipItem/TextTooltipItem.tsx";
10686
+ var _0 = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/TextTooltip/TextTooltipItem/TextTooltipItem.tsx";
10494
10687
  const _m = ({
10495
10688
  iconName: l,
10496
10689
  className: r
@@ -10506,7 +10699,7 @@ const _m = ({
10506
10699
  lineNumber: 12,
10507
10700
  columnNumber: 5
10508
10701
  } }));
10509
- var N0 = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/TextTooltip/TextTooltip.tsx";
10702
+ var N0 = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/TextTooltip/TextTooltip.tsx";
10510
10703
  const ho = () => {
10511
10704
  const l = /* @__PURE__ */ e.createElement(_m, { iconName: "report", className: "mbrs-social-report-container", __self: void 0, __source: {
10512
10705
  fileName: N0,
@@ -10519,7 +10712,7 @@ const ho = () => {
10519
10712
  columnNumber: 5
10520
10713
  } }, l);
10521
10714
  };
10522
- var Wl = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Tiles/Tiles.tsx";
10715
+ var Wl = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Tiles/Tiles.tsx";
10523
10716
  const _1 = ({
10524
10717
  href: l,
10525
10718
  iconProps: r,
@@ -10550,7 +10743,7 @@ const _1 = ({
10550
10743
  columnNumber: 7
10551
10744
  } }, m));
10552
10745
  };
10553
- var Ve = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/Timeline/Timeline.tsx";
10746
+ var He = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/Timeline/Timeline.tsx";
10554
10747
  const po = ({
10555
10748
  events: l,
10556
10749
  layout: r,
@@ -10559,31 +10752,31 @@ const po = ({
10559
10752
  xs: "column",
10560
10753
  md: "row"
10561
10754
  }, color: "white", bg: "blue-grey", gap: "xl", className: b("c-timeline", m?.className), __self: void 0, __source: {
10562
- fileName: Ve,
10755
+ fileName: He,
10563
10756
  lineNumber: 21,
10564
10757
  columnNumber: 5
10565
- } }, /* @__PURE__ */ e.createElement(V, { as: "h2", size: {
10758
+ } }, /* @__PURE__ */ e.createElement(H, { as: "h2", size: {
10566
10759
  xs: "xxs",
10567
10760
  md: "m"
10568
10761
  }, fontFamily: "obviously", mx: {
10569
10762
  xs: "m",
10570
10763
  md: "0"
10571
10764
  }, className: "c-timeline__title", __self: void 0, __source: {
10572
- fileName: Ve,
10765
+ fileName: He,
10573
10766
  lineNumber: 29,
10574
10767
  columnNumber: 7
10575
10768
  } }, "À suivre"), /* @__PURE__ */ e.createElement(_, { as: "section", className: "c-timeline__content", flexGrow: 1, justifyContent: "between", __self: void 0, __source: {
10576
- fileName: Ve,
10769
+ fileName: He,
10577
10770
  lineNumber: 38,
10578
10771
  columnNumber: 7
10579
10772
  } }, /* @__PURE__ */ e.createElement(h, { className: "c-timeline__line", bg: "grey-300", __self: void 0, __source: {
10580
- fileName: Ve,
10773
+ fileName: He,
10581
10774
  lineNumber: 39,
10582
10775
  columnNumber: 9
10583
10776
  } }), /* @__PURE__ */ e.createElement(h, { bg: "ultramarine", className: b("c-timeline__progress-bar", {
10584
10777
  [`c-timeline__progress-bar--is-${r}`]: r
10585
10778
  }), __self: void 0, __source: {
10586
- fileName: Ve,
10779
+ fileName: He,
10587
10780
  lineNumber: 40,
10588
10781
  columnNumber: 9
10589
10782
  } }), l.slice(0, 5).map((c, a) => /* @__PURE__ */ e.createElement(_, { key: c.name, direction: "column", alignItems: {
@@ -10593,31 +10786,31 @@ const po = ({
10593
10786
  [`c-timeline__item--is-mobile-${a + 1}`]: r === w.MOBILE && (a === 0 || a === 1),
10594
10787
  "u-hidden": r === w.MOBILE && a >= 2
10595
10788
  }), __self: void 0, __source: {
10596
- fileName: Ve,
10789
+ fileName: He,
10597
10790
  lineNumber: 47,
10598
10791
  columnNumber: 11
10599
10792
  } }, /* @__PURE__ */ e.createElement(_, { direction: "column", gap: "xxs", alignItems: "center", className: b("c-timeline__time-container", {
10600
10793
  "c-timeline__time-container--is-mobile": r === w.MOBILE
10601
10794
  }), __self: void 0, __source: {
10602
- fileName: Ve,
10795
+ fileName: He,
10603
10796
  lineNumber: 57,
10604
10797
  columnNumber: 13
10605
10798
  } }, /* @__PURE__ */ e.createElement(f, { as: "span", weight: "bold", className: "c-timeline__time", __self: void 0, __source: {
10606
- fileName: Ve,
10799
+ fileName: He,
10607
10800
  lineNumber: 65,
10608
10801
  columnNumber: 15
10609
10802
  } }, c.time), /* @__PURE__ */ e.createElement(w0, { color: "white", className: "c-timeline__separator", __self: void 0, __source: {
10610
- fileName: Ve,
10803
+ fileName: He,
10611
10804
  lineNumber: 68,
10612
10805
  columnNumber: 15
10613
10806
  } })), /* @__PURE__ */ e.createElement(f, { as: "span", size: "xxs", weight: "bold", textTransform: "uppercase", className: b("c-timeline__event", {
10614
10807
  [`c-timeline__event--${c.color}`]: c.color
10615
10808
  }), radius: "xxs-2", p: "xxs-2", __self: void 0, __source: {
10616
- fileName: Ve,
10809
+ fileName: He,
10617
10810
  lineNumber: 70,
10618
10811
  columnNumber: 13
10619
10812
  } }, c.name)))));
10620
- var pe = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/molecules/UserPanel/UserPanel.tsx";
10813
+ var pe = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/molecules/UserPanel/UserPanel.tsx";
10621
10814
  const go = ({
10622
10815
  children: l,
10623
10816
  navigationLinks: r,
@@ -10631,7 +10824,7 @@ const go = ({
10631
10824
  fileName: pe,
10632
10825
  lineNumber: 37,
10633
10826
  columnNumber: 7
10634
- } }), /* @__PURE__ */ e.createElement(V, { as: "h2", size: "m", mt: "xxs-2", __self: void 0, __source: {
10827
+ } }), /* @__PURE__ */ e.createElement(H, { as: "h2", size: "m", mt: "xxs-2", __self: void 0, __source: {
10635
10828
  fileName: pe,
10636
10829
  lineNumber: 38,
10637
10830
  columnNumber: 7
@@ -10672,7 +10865,7 @@ const go = ({
10672
10865
  lineNumber: 70,
10673
10866
  columnNumber: 5
10674
10867
  } }));
10675
- var le = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/organisms/Elections/ElectionsResult.tsx";
10868
+ var le = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/organisms/Elections/ElectionsResult.tsx";
10676
10869
  const xo = ({
10677
10870
  label: l,
10678
10871
  layout: r,
@@ -10775,7 +10968,7 @@ const xo = ({
10775
10968
  columnNumber: 11
10776
10969
  } }, x)) : x);
10777
10970
  };
10778
- var Gl = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/organisms/Footer/AppButton.tsx";
10971
+ var Gl = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/organisms/Footer/AppButton.tsx";
10779
10972
  const f1 = ({
10780
10973
  href: l,
10781
10974
  iconName: r,
@@ -10802,8 +10995,8 @@ const f1 = ({
10802
10995
  lineNumber: 19,
10803
10996
  columnNumber: 7
10804
10997
  } }, m)));
10805
- var d0 = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/organisms/Footer/FooterLinks.tsx";
10806
- const V0 = ({
10998
+ var d0 = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/organisms/Footer/FooterLinks.tsx";
10999
+ const H0 = ({
10807
11000
  links: l,
10808
11001
  ...r
10809
11002
  }) => /* @__PURE__ */ e.createElement(_, { gapX: "xs", ...r, wrap: "wrap", className: b("c-footer-links", r?.className), __self: void 0, __source: {
@@ -10815,7 +11008,7 @@ const V0 = ({
10815
11008
  lineNumber: 17,
10816
11009
  columnNumber: 7
10817
11010
  } })));
10818
- var T1 = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/organisms/Footer/FooterSocialIcons.tsx";
11011
+ var T1 = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/organisms/Footer/FooterSocialIcons.tsx";
10819
11012
  const Z0 = ({
10820
11013
  socialIcons: l,
10821
11014
  themeColor: r,
@@ -10833,7 +11026,7 @@ const Z0 = ({
10833
11026
  lineNumber: 26,
10834
11027
  columnNumber: 9
10835
11028
  } }))));
10836
- var H = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/organisms/Footer/FooterDesktop.tsx";
11029
+ var V = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/organisms/Footer/FooterDesktop.tsx";
10837
11030
  const Nm = ({
10838
11031
  logoHref: l,
10839
11032
  categories: r,
@@ -10842,7 +11035,7 @@ const Nm = ({
10842
11035
  archives: a,
10843
11036
  links: t
10844
11037
  }) => /* @__PURE__ */ e.createElement(h, { as: "footer", id: "footer", className: "c-footer", bg: m || "ultramarine", __self: void 0, __source: {
10845
- fileName: H,
11038
+ fileName: V,
10846
11039
  lineNumber: 15,
10847
11040
  columnNumber: 3
10848
11041
  } }, /* @__PURE__ */ e.createElement(_, { as: "section", direction: {
@@ -10858,127 +11051,127 @@ const Nm = ({
10858
11051
  xs: "center",
10859
11052
  lg: "start"
10860
11053
  }, __self: void 0, __source: {
10861
- fileName: H,
11054
+ fileName: V,
10862
11055
  lineNumber: 17,
10863
11056
  columnNumber: 5
10864
11057
  } }, /* @__PURE__ */ e.createElement("section", { className: "c-footer__left", __self: void 0, __source: {
10865
- fileName: H,
11058
+ fileName: V,
10866
11059
  lineNumber: 28,
10867
11060
  columnNumber: 7
10868
11061
  } }, /* @__PURE__ */ e.createElement(S, { href: l, __self: void 0, __source: {
10869
- fileName: H,
11062
+ fileName: V,
10870
11063
  lineNumber: 30,
10871
11064
  columnNumber: 9
10872
11065
  } }, /* @__PURE__ */ e.createElement(E, { name: "logo-mini", size: 70, color: "white", border: "medium", svgTitle: "Retour sur la page d'accueil 20 Minutes", p: "xs", __self: void 0, __source: {
10873
- fileName: H,
11066
+ fileName: V,
10874
11067
  lineNumber: 31,
10875
11068
  columnNumber: 11
10876
11069
  } })), /* @__PURE__ */ e.createElement(Z0, { socialIcons: c, themeColor: m, mt: "xxl", className: "c-footer__social-icons", __self: void 0, __source: {
10877
- fileName: H,
11070
+ fileName: V,
10878
11071
  lineNumber: 42,
10879
11072
  columnNumber: 9
10880
11073
  } }), /* @__PURE__ */ e.createElement(Ee, { color: "grey-200", my: "xl", __self: void 0, __source: {
10881
- fileName: H,
11074
+ fileName: V,
10882
11075
  lineNumber: 49,
10883
11076
  columnNumber: 9
10884
11077
  } }), /* @__PURE__ */ e.createElement("section", { __self: void 0, __source: {
10885
- fileName: H,
11078
+ fileName: V,
10886
11079
  lineNumber: 50,
10887
11080
  columnNumber: 9
10888
11081
  } }, /* @__PURE__ */ e.createElement(f, { size: "m", color: "white", mb: "s", weight: "bold", __self: void 0, __source: {
10889
- fileName: H,
11082
+ fileName: V,
10890
11083
  lineNumber: 51,
10891
11084
  columnNumber: 11
10892
11085
  } }, "Nos applications"), /* @__PURE__ */ e.createElement(f, { color: "white", mb: "l", __self: void 0, __source: {
10893
- fileName: H,
11086
+ fileName: V,
10894
11087
  lineNumber: 54,
10895
11088
  columnNumber: 11
10896
11089
  } }, "Découvrez l‘ensemble de nos applications 20 Minutes !"), /* @__PURE__ */ e.createElement(_, { gap: "xs", wrap: "wrap", __self: void 0, __source: {
10897
- fileName: H,
11090
+ fileName: V,
10898
11091
  lineNumber: 59,
10899
11092
  columnNumber: 11
10900
11093
  } }, /* @__PURE__ */ e.createElement(f1, { href: "https://apps.apple.com/fr/app/20-minutes-news-en-continu/id308834491", iconName: "apple", name: "App Store", themeColor: m, __self: void 0, __source: {
10901
- fileName: H,
11094
+ fileName: V,
10902
11095
  lineNumber: 60,
10903
11096
  columnNumber: 13
10904
11097
  } }), /* @__PURE__ */ e.createElement(f1, { href: "https://play.google.com/store/apps/details?id=com.backelite.vingtminutes&hl=fr", iconName: "googleplay", name: "Google Play", themeColor: m, __self: void 0, __source: {
10905
- fileName: H,
11098
+ fileName: V,
10906
11099
  lineNumber: 66,
10907
11100
  columnNumber: 13
10908
11101
  } }))), a && /* @__PURE__ */ e.createElement("section", { __self: void 0, __source: {
10909
- fileName: H,
11102
+ fileName: V,
10910
11103
  lineNumber: 75,
10911
11104
  columnNumber: 11
10912
11105
  } }, /* @__PURE__ */ e.createElement(Ee, { color: "grey-200", my: "xl", __self: void 0, __source: {
10913
- fileName: H,
11106
+ fileName: V,
10914
11107
  lineNumber: 76,
10915
11108
  columnNumber: 13
10916
11109
  } }), /* @__PURE__ */ e.createElement(f, { size: "m", color: "white", mb: "s", weight: "bold", __self: void 0, __source: {
10917
- fileName: H,
11110
+ fileName: V,
10918
11111
  lineNumber: 77,
10919
11112
  columnNumber: 13
10920
11113
  } }, "Archives"), /* @__PURE__ */ e.createElement(cl, { as: "ul", colsNumber: 6, gap: "s", __self: void 0, __source: {
10921
- fileName: H,
11114
+ fileName: V,
10922
11115
  lineNumber: 80,
10923
11116
  columnNumber: 13
10924
11117
  } }, a.map((n) => /* @__PURE__ */ e.createElement("li", { key: n.name, __self: void 0, __source: {
10925
- fileName: H,
11118
+ fileName: V,
10926
11119
  lineNumber: 82,
10927
11120
  columnNumber: 17
10928
11121
  } }, /* @__PURE__ */ e.createElement(S, { key: n.name, href: n.href, color: "white", __self: void 0, __source: {
10929
- fileName: H,
11122
+ fileName: V,
10930
11123
  lineNumber: 83,
10931
11124
  columnNumber: 19
10932
11125
  } }, n.name)))))), /* @__PURE__ */ e.createElement(cl, { as: "section", colsNumber: 3, className: "c-footer__right", color: "white", gapY: "l", gapX: "xxl", __self: void 0, __source: {
10933
- fileName: H,
11126
+ fileName: V,
10934
11127
  lineNumber: 94,
10935
11128
  columnNumber: 7
10936
11129
  } }, r.map((n) => n.links.length === 0 ? null : /* @__PURE__ */ e.createElement(_, { as: "section", direction: "column", key: n.name, __self: void 0, __source: {
10937
- fileName: H,
11130
+ fileName: V,
10938
11131
  lineNumber: 104,
10939
11132
  columnNumber: 13
10940
- } }, /* @__PURE__ */ e.createElement(V, { as: "h3", mb: "m", size: "xxs", __self: void 0, __source: {
10941
- fileName: H,
11133
+ } }, /* @__PURE__ */ e.createElement(H, { as: "h3", mb: "m", size: "xxs", __self: void 0, __source: {
11134
+ fileName: V,
10942
11135
  lineNumber: 105,
10943
11136
  columnNumber: 15
10944
11137
  } }, /* @__PURE__ */ e.createElement(S, { ...n.links[0], color: "white", __self: void 0, __source: {
10945
- fileName: H,
11138
+ fileName: V,
10946
11139
  lineNumber: 106,
10947
11140
  columnNumber: 17
10948
11141
  } })), /* @__PURE__ */ e.createElement("ul", { __self: void 0, __source: {
10949
- fileName: H,
11142
+ fileName: V,
10950
11143
  lineNumber: 108,
10951
11144
  columnNumber: 15
10952
11145
  } }, n.links.slice(1).map((u, i, N) => /* @__PURE__ */ e.createElement(h, { as: "li", key: u.href, mb: i < N.length - 1 ? "xs" : void 0, __self: void 0, __source: {
10953
- fileName: H,
11146
+ fileName: V,
10954
11147
  lineNumber: 110,
10955
11148
  columnNumber: 19
10956
11149
  } }, /* @__PURE__ */ e.createElement(S, { ...u, color: "white", __self: void 0, __source: {
10957
- fileName: H,
11150
+ fileName: V,
10958
11151
  lineNumber: 111,
10959
11152
  columnNumber: 21
10960
11153
  } })))))))), /* @__PURE__ */ e.createElement(Ee, { color: "grey-200", __self: void 0, __source: {
10961
- fileName: H,
11154
+ fileName: V,
10962
11155
  lineNumber: 121,
10963
11156
  columnNumber: 5
10964
11157
  } }), /* @__PURE__ */ e.createElement(_, { as: "section", className: "c-footer__bottom", direction: "column", py: "xxl", color: "white", alignItems: "center", gap: "xs", __self: void 0, __source: {
10965
- fileName: H,
11158
+ fileName: V,
10966
11159
  lineNumber: 124,
10967
11160
  columnNumber: 5
10968
- } }, /* @__PURE__ */ e.createElement(V0, { links: t, justifyContent: "center", mb: "xl", __self: void 0, __source: {
10969
- fileName: H,
11161
+ } }, /* @__PURE__ */ e.createElement(H0, { links: t, justifyContent: "center", mb: "xl", __self: void 0, __source: {
11162
+ fileName: V,
10970
11163
  lineNumber: 133,
10971
11164
  columnNumber: 7
10972
11165
  } }), /* @__PURE__ */ e.createElement("strong", { __self: void 0, __source: {
10973
- fileName: H,
11166
+ fileName: V,
10974
11167
  lineNumber: 134,
10975
11168
  columnNumber: 7
10976
11169
  } }, "© Copyright 20 Minutes"), /* @__PURE__ */ e.createElement("p", { __self: void 0, __source: {
10977
- fileName: H,
11170
+ fileName: V,
10978
11171
  lineNumber: 135,
10979
11172
  columnNumber: 7
10980
11173
  } }, "La fréquentation de 20 Minutes est certifiée par l‘ACPM")));
10981
- var K = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/organisms/Footer/FooterMobile.tsx";
11174
+ var K = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/organisms/Footer/FooterMobile.tsx";
10982
11175
  const dm = ({
10983
11176
  logoHref: l,
10984
11177
  categories: r,
@@ -11071,7 +11264,7 @@ const dm = ({
11071
11264
  fileName: K,
11072
11265
  lineNumber: 102,
11073
11266
  columnNumber: 5
11074
- } }, /* @__PURE__ */ e.createElement(V0, { links: a, gapX: "s", mb: "xl", __self: void 0, __source: {
11267
+ } }, /* @__PURE__ */ e.createElement(H0, { links: a, gapX: "s", mb: "xl", __self: void 0, __source: {
11075
11268
  fileName: K,
11076
11269
  lineNumber: 103,
11077
11270
  columnNumber: 7
@@ -11084,7 +11277,7 @@ const dm = ({
11084
11277
  lineNumber: 105,
11085
11278
  columnNumber: 7
11086
11279
  } }, "La fréquentation de 20 Minutes est certifiée par l‘ACPM")));
11087
- var b0 = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/organisms/Footer/Footer.tsx";
11280
+ var b0 = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/organisms/Footer/Footer.tsx";
11088
11281
  const Eo = ({
11089
11282
  layout: l = w.MOBILE,
11090
11283
  ...r
@@ -11097,7 +11290,7 @@ const Eo = ({
11097
11290
  lineNumber: 25,
11098
11291
  columnNumber: 66
11099
11292
  } });
11100
- var f0 = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/organisms/Header/Header.tsx";
11293
+ var f0 = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/organisms/Header/Header.tsx";
11101
11294
  const wo = ({
11102
11295
  layout: l = w.MOBILE,
11103
11296
  backhref: r,
@@ -11111,7 +11304,7 @@ const wo = ({
11111
11304
  lineNumber: 29,
11112
11305
  columnNumber: 5
11113
11306
  } });
11114
- var bm = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/atoms/SkipLink/SkipLink.tsx";
11307
+ var bm = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/atoms/SkipLink/SkipLink.tsx";
11115
11308
  const bl = e.forwardRef(({
11116
11309
  href: l,
11117
11310
  children: r,
@@ -11122,7 +11315,7 @@ const bl = e.forwardRef(({
11122
11315
  columnNumber: 5
11123
11316
  } }, r));
11124
11317
  bl.displayName = "SkipLink";
11125
- var I = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/organisms/Header/HeaderDesktop.tsx";
11318
+ var I = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/organisms/Header/HeaderDesktop.tsx";
11126
11319
  const fm = {
11127
11320
  logo: [190, 47],
11128
11321
  "logo-tempo": [162, 52],
@@ -11290,7 +11483,7 @@ const fm = {
11290
11483
  columnNumber: 11
11291
11484
  } }))));
11292
11485
  };
11293
- var be = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/organisms/Header/HeaderMobile.tsx";
11486
+ var be = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/organisms/Header/HeaderMobile.tsx";
11294
11487
  const hm = {
11295
11488
  logo: [114, 28],
11296
11489
  "logo-tempo": [96, 34],
@@ -11371,7 +11564,7 @@ const hm = {
11371
11564
  columnNumber: 9
11372
11565
  } })));
11373
11566
  };
11374
- var Pe = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/organisms/MostReadArticles/MostReadArticles.tsx";
11567
+ var Pe = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/organisms/MostReadArticles/MostReadArticles.tsx";
11375
11568
  const yo = ({
11376
11569
  tabItems: l,
11377
11570
  layout: r,
@@ -11456,13 +11649,13 @@ const yo = ({
11456
11649
  } })))
11457
11650
  };
11458
11651
  });
11459
- return d.length === 0 ? null : /* @__PURE__ */ e.createElement(H0, { tabItemActive: c || d[0].name, tabItems: d, fitContainer: m && r === w.DESKTOP, ...u, __self: void 0, __source: {
11652
+ return d.length === 0 ? null : /* @__PURE__ */ e.createElement(V0, { tabItemActive: c || d[0].name, tabItems: d, fitContainer: m && r === w.DESKTOP, ...u, __self: void 0, __source: {
11460
11653
  fileName: Pe,
11461
11654
  lineNumber: 150,
11462
11655
  columnNumber: 5
11463
11656
  } });
11464
11657
  };
11465
- var Nl = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/organisms/MostWatchVideos/MostWatchVideos.tsx";
11658
+ var Nl = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/organisms/MostWatchVideos/MostWatchVideos.tsx";
11466
11659
  const zo = ({
11467
11660
  tabItems: l,
11468
11661
  layout: r,
@@ -11512,14 +11705,14 @@ const zo = ({
11512
11705
  columnNumber: 15
11513
11706
  } })))
11514
11707
  }));
11515
- return N.length === 0 ? null : /* @__PURE__ */ e.createElement(H0, { tabItemActive: c || (N.length > 0 ? N[0].name : ""), tabItems: N, fitContainer: m && r === w.DESKTOP, tabTitlesColor: t, ...n, __self: void 0, __source: {
11708
+ return N.length === 0 ? null : /* @__PURE__ */ e.createElement(V0, { tabItemActive: c || (N.length > 0 ? N[0].name : ""), tabItems: N, fitContainer: m && r === w.DESKTOP, tabTitlesColor: t, ...n, __self: void 0, __source: {
11516
11709
  fileName: Nl,
11517
11710
  lineNumber: 109,
11518
11711
  columnNumber: 5
11519
11712
  } });
11520
11713
  };
11521
- var ge = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/organisms/OverviewBar/OverviewBar.tsx";
11522
- const Co = ({
11714
+ var ge = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/organisms/OverviewBar/OverviewBar.tsx";
11715
+ const ko = ({
11523
11716
  articles: l,
11524
11717
  layout: r,
11525
11718
  hasStepper: m,
@@ -11536,7 +11729,7 @@ const Co = ({
11536
11729
  fileName: ge,
11537
11730
  lineNumber: 41,
11538
11731
  columnNumber: 52
11539
- } }) : " ", "du moment")), n = /* @__PURE__ */ e.createElement(V, { as: "h2", size: {
11732
+ } }) : " ", "du moment")), n = /* @__PURE__ */ e.createElement(H, { as: "h2", size: {
11540
11733
  xs: "xxs-2",
11541
11734
  md: "xxs-3"
11542
11735
  }, weight: "bold", color: c === "overview" ? "ultramarine" : "orange", ml: {
@@ -11643,27 +11836,27 @@ const Co = ({
11643
11836
  columnNumber: 54
11644
11837
  } }));
11645
11838
  };
11646
- var H1 = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/organisms/PhotoSwipeGallery/PhotoSwipeGallery.tsx";
11647
- const ko = ({
11839
+ var V1 = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/organisms/PhotoSwipeGallery/PhotoSwipeGallery.tsx";
11840
+ const Co = ({
11648
11841
  medias: l,
11649
11842
  ...r
11650
11843
  }) => !l || l.length === 0 ? null : /* @__PURE__ */ e.createElement(h, { ...r, className: "pswp-gallery", id: "photoswipe-gallery", __self: void 0, __source: {
11651
- fileName: H1,
11844
+ fileName: V1,
11652
11845
  lineNumber: 16,
11653
11846
  columnNumber: 5
11654
- } }, l.map((m, c) => /* @__PURE__ */ e.createElement("a", { href: m?.imgProps?.defaultFormat ? V1({
11847
+ } }, l.map((m, c) => /* @__PURE__ */ e.createElement("a", { href: m?.imgProps?.defaultFormat ? H1({
11655
11848
  src: m.src,
11656
11849
  format: m.imgProps.defaultFormat
11657
11850
  }) : m.src, "data-pswp-width": m.imgProps?.defaultFormat?.split("x")[0], "data-pswp-height": m.imgProps?.defaultFormat?.split("x")[1], key: `photoswipe-${m.imgProps?.id}`, target: "_blank", rel: "noreferrer", "aria-label": "Ouvrir l’image", className: c !== 0 ? "u-hidden" : void 0, __self: void 0, __source: {
11658
- fileName: H1,
11851
+ fileName: V1,
11659
11852
  lineNumber: 18,
11660
11853
  columnNumber: 9
11661
11854
  } }, /* @__PURE__ */ e.createElement(Tl, { src: m.src || "", type: xe.photo, imagesNumber: l.length, caption: m.caption, credits: m.credits, source: m.source, isGallery: !0, __self: void 0, __source: {
11662
- fileName: H1,
11855
+ fileName: V1,
11663
11856
  lineNumber: 32,
11664
11857
  columnNumber: 11
11665
11858
  } }))));
11666
- var P = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/organisms/Ranking/Ranking.tsx";
11859
+ var P = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/organisms/Ranking/Ranking.tsx";
11667
11860
  const Mo = ({
11668
11861
  playerData: l,
11669
11862
  layout: r,
@@ -11775,7 +11968,7 @@ const Mo = ({
11775
11968
  columnNumber: 11
11776
11969
  } }, t.wins))));
11777
11970
  };
11778
- var re = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/organisms/ThreeColumnsArticles/ThreeColumnsArticles.tsx";
11971
+ var re = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/organisms/ThreeColumnsArticles/ThreeColumnsArticles.tsx";
11779
11972
  const gm = ({
11780
11973
  title: l,
11781
11974
  articles: r,
@@ -11882,7 +12075,7 @@ const gm = ({
11882
12075
  }
11883
12076
  }
11884
12077
  ))) : null;
11885
- var v0 = "/codebuild/output/src2139568685/src/github.com/20minutes/hela/src/components/organisms/Toolbar/Toolbar.tsx";
12078
+ var v0 = "/codebuild/output/src1515860275/src/github.com/20minutes/hela/src/components/organisms/Toolbar/Toolbar.tsx";
11886
12079
  const So = ({
11887
12080
  items: l,
11888
12081
  activeItem: r,
@@ -11931,8 +12124,8 @@ export {
11931
12124
  zc as CardLargeLive,
11932
12125
  Dr as CardMedium,
11933
12126
  Rr as CardMost,
11934
- Cc as CardMovie,
11935
- kc as CardNewsletter,
12127
+ kc as CardMovie,
12128
+ Cc as CardNewsletter,
11936
12129
  j0 as CardOverview,
11937
12130
  Or as CardProduct,
11938
12131
  Mc as CardSideImage,
@@ -11950,10 +12143,10 @@ export {
11950
12143
  d1 as Collapse,
11951
12144
  Lc as Comment,
11952
12145
  Tc as CommentButton,
11953
- Hc as CommentCount,
12146
+ Vc as CommentCount,
11954
12147
  c0 as Countdown,
11955
12148
  o1 as CountdownItem,
11956
- Vc as DarkModeSwitch,
12149
+ Hc as DarkModeSwitch,
11957
12150
  Zc as DiscoverList,
11958
12151
  Ee as Divider,
11959
12152
  I1 as DividerSection,
@@ -11977,7 +12170,7 @@ export {
11977
12170
  qc as HeaderSection,
11978
12171
  Kc as HeaderSideModal,
11979
12172
  D1 as HeaderTitle,
11980
- V as Heading,
12173
+ H as Heading,
11981
12174
  Wc as HoroscopeContent,
11982
12175
  Gc as HoroscopeTiles,
11983
12176
  Qr as HoroscopeTopicCard,
@@ -12016,10 +12209,10 @@ export {
12016
12209
  ao as Newsletter,
12017
12210
  to as OrderedListWithNumber,
12018
12211
  br as Overlay,
12019
- Co as OverviewBar,
12212
+ ko as OverviewBar,
12020
12213
  no as Pagination,
12021
12214
  rm as PercentageBar,
12022
- ko as PhotoSwipeGallery,
12215
+ Co as PhotoSwipeGallery,
12023
12216
  A1 as Pipe,
12024
12217
  io as Prose,
12025
12218
  ac as RadioButton,
@@ -12048,11 +12241,11 @@ export {
12048
12241
  im as StreakBlock,
12049
12242
  um as SubMenu,
12050
12243
  mc as SvgSprite,
12051
- k0 as Switch,
12244
+ C0 as Switch,
12052
12245
  yr as Tab,
12053
- Cr as TabPanel,
12246
+ kr as TabPanel,
12054
12247
  fo as Table,
12055
- H0 as Tabs,
12248
+ V0 as Tabs,
12056
12249
  We as Tag,
12057
12250
  vo as TagBar,
12058
12251
  f as Text,
@@ -12088,9 +12281,9 @@ export {
12088
12281
  Y as forwardRef,
12089
12282
  D0 as franceMainCities,
12090
12283
  U0 as getSrcSetFromFormats,
12091
- Hm as headingSizeTokenNameList,
12284
+ Vm as headingSizeTokenNameList,
12092
12285
  zm as iconTokenNameHorscopeChineseList,
12093
- Cm as iconTokenNameHorscopeZodiacList,
12286
+ km as iconTokenNameHorscopeZodiacList,
12094
12287
  ym as iconTokenNameList,
12095
12288
  $r as imageConfigDesktop,
12096
12289
  Br as imageConfigMobile,
@@ -12100,15 +12293,15 @@ export {
12100
12293
  g0 as paddingSystemProps,
12101
12294
  Wm as politicalPartiesColors,
12102
12295
  p0 as radiusSystemProps,
12103
- km as radiusTokenNameList,
12104
- V1 as replaceSrcFormat,
12296
+ Cm as radiusTokenNameList,
12297
+ H1 as replaceSrcFormat,
12105
12298
  lc as rotationList,
12106
12299
  x0 as spacingSystemProps,
12107
12300
  Em as spacingTokenNameList,
12108
12301
  K0 as systemProps,
12109
12302
  jm as textAlignList,
12110
12303
  Sm as textDecorationList,
12111
- Vm as textSizeTokenNameList,
12304
+ Hm as textSizeTokenNameList,
12112
12305
  $m as textTransformList,
12113
12306
  Gm as themeColorAvailables,
12114
12307
  Fm as themeList,