@20minutes/hela 2.16.10 → 2.17.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +1160 -963
- package/dist/index.umd.cjs +1 -0
- package/dist/js/scripts.es.js +675 -545
- package/dist/js/{scripts.umd.js → scripts.umd.cjs} +1 -1
- package/dist/scss/abstracts/variables/_other-colors.scss +14 -9
- package/dist/scss/abstracts/variables/_token-variables.scss +69 -69
- package/dist/scss/abstracts/variables/_variables.scss +45 -46
- package/dist/src/assets/scripts/townsMarkerMap.d.ts +1 -1
- package/dist/src/components/atoms/InlineSeparator/InlineSeparator.stories.d.ts +1 -1
- package/dist/src/components/atoms/Link/Link.d.ts +5 -3
- package/dist/src/components/atoms/Link/Link.stories.d.ts +3 -1
- package/dist/src/components/atoms/ScrollToTopButton/ScrollToTopButton.stories.d.ts +112 -112
- package/dist/src/components/atoms/SkipLink/SkipLink.stories.d.ts +1 -1
- package/dist/src/components/molecules/DiscoverList/DiscoverList.stories.d.ts +104 -104
- package/dist/src/components/molecules/Elections/SearchBanner/SearchBanner.d.ts +1 -0
- package/dist/src/components/molecules/Elections/SearchBanner/SearchBanner.stories.d.ts +69 -69
- package/dist/src/components/molecules/VerticalTimeline/VerticalTimeline.stories.d.ts +105 -105
- package/dist/src/components/organisms/Elections/ElectionsResult.stories.d.ts +1 -0
- package/dist/src/components/organisms/Footer/Footer.stories.d.ts +2 -2
- package/dist/src/constants/cssProperties/typography.d.ts +5 -4
- package/dist/src/constants/tokenNameList.d.ts +5 -5
- package/dist/src/constants/tokenVariables.d.ts +364 -132
- package/dist/src/helpers/forwardRef.d.ts +2 -2
- package/dist/src/helpers/imgHelper.d.ts +1 -1
- package/dist/src/helpers/storybookHelper.d.ts +3 -3
- package/dist/src/helpers/systemPropsHelper/classNameWithModifier.d.ts +2 -2
- package/dist/src/helpers/systemPropsHelper/classNamesWithModifiers.d.ts +3 -3
- package/dist/src/helpers/systemPropsHelper/typographySystemClassName.d.ts +1 -1
- package/dist/src/types/ComponentWithAs.d.ts +3 -2
- package/dist/style.css +1 -1
- package/package.json +38 -40
- 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: "#
|
|
604
|
+
value: "#4742FF",
|
|
605
|
+
key: "{color.primary.ultramarine}"
|
|
598
606
|
},
|
|
599
607
|
"ultramarine-light": {
|
|
600
|
-
value: "#
|
|
608
|
+
value: "#6B72FB",
|
|
609
|
+
key: "{color.primary.ultramarine-light}"
|
|
601
610
|
}
|
|
602
611
|
},
|
|
603
612
|
secondary: {
|
|
604
613
|
orange: {
|
|
605
|
-
value: "#
|
|
614
|
+
value: "#FA9917",
|
|
615
|
+
key: "{color.secondary.orange}"
|
|
606
616
|
},
|
|
607
617
|
yellow: {
|
|
608
|
-
value: "#
|
|
618
|
+
value: "#F2E500",
|
|
619
|
+
key: "{color.secondary.yellow}"
|
|
609
620
|
},
|
|
610
621
|
green: {
|
|
611
|
-
value: "#
|
|
622
|
+
value: "#6A9F4F",
|
|
623
|
+
key: "{color.secondary.green}"
|
|
612
624
|
},
|
|
613
625
|
purple: {
|
|
614
|
-
value: "#
|
|
626
|
+
value: "#AE6BA2",
|
|
627
|
+
key: "{color.secondary.purple}"
|
|
615
628
|
},
|
|
616
629
|
red: {
|
|
617
|
-
value: "#
|
|
630
|
+
value: "#DC0E19",
|
|
631
|
+
key: "{color.secondary.red}"
|
|
618
632
|
},
|
|
619
633
|
scarlet: {
|
|
620
|
-
value: "#
|
|
634
|
+
value: "#FF3F3F",
|
|
635
|
+
key: "{color.secondary.scarlet}"
|
|
621
636
|
},
|
|
622
637
|
blue: {
|
|
623
|
-
value: "#
|
|
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: "#
|
|
646
|
+
value: "#16202B",
|
|
647
|
+
key: "{color.secondary.blue-dark}"
|
|
630
648
|
},
|
|
631
649
|
pink: {
|
|
632
|
-
value: "#
|
|
650
|
+
value: "#EF2A82",
|
|
651
|
+
key: "{color.secondary.pink}"
|
|
633
652
|
},
|
|
634
653
|
sponsoring: {
|
|
635
|
-
value: "#
|
|
654
|
+
value: "#FFF5F1",
|
|
655
|
+
key: "{color.secondary.sponsoring}"
|
|
636
656
|
},
|
|
637
657
|
"blue-light": {
|
|
638
|
-
value: "#
|
|
658
|
+
value: "#D4ECFB",
|
|
659
|
+
key: "{color.secondary.blue-light}"
|
|
639
660
|
}
|
|
640
661
|
},
|
|
641
662
|
greyscale: {
|
|
642
663
|
black: {
|
|
643
|
-
value: "#
|
|
664
|
+
value: "#000",
|
|
665
|
+
key: "{color.greyscale.black}"
|
|
644
666
|
},
|
|
645
667
|
white: {
|
|
646
|
-
value: "#
|
|
668
|
+
value: "#FFF",
|
|
669
|
+
key: "{color.greyscale.white}"
|
|
647
670
|
},
|
|
648
671
|
"grey-50": {
|
|
649
|
-
value: "#
|
|
672
|
+
value: "#FFFFFE",
|
|
673
|
+
key: "{color.greyscale.grey-50}"
|
|
650
674
|
},
|
|
651
675
|
"grey-100": {
|
|
652
|
-
value: "#
|
|
676
|
+
value: "#F7F7F7",
|
|
677
|
+
key: "{color.greyscale.grey-100}"
|
|
653
678
|
},
|
|
654
679
|
"grey-200": {
|
|
655
|
-
value: "#
|
|
680
|
+
value: "#DDD",
|
|
681
|
+
key: "{color.greyscale.grey-200}"
|
|
656
682
|
},
|
|
657
683
|
"grey-300": {
|
|
658
|
-
value: "#
|
|
684
|
+
value: "#898A8C",
|
|
685
|
+
key: "{color.greyscale.grey-300}"
|
|
659
686
|
},
|
|
660
687
|
"grey-400": {
|
|
661
|
-
value: "#
|
|
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: "#
|
|
696
|
+
value: "#2F3134",
|
|
697
|
+
key: "{color.greyscale.grey-600}"
|
|
668
698
|
},
|
|
669
699
|
"grey-700": {
|
|
670
|
-
value: "#
|
|
700
|
+
value: "#181A1E",
|
|
701
|
+
key: "{color.greyscale.grey-700}"
|
|
671
702
|
},
|
|
672
703
|
"grey-800": {
|
|
673
|
-
value: "#
|
|
704
|
+
value: "#101D25",
|
|
705
|
+
key: "{color.greyscale.grey-800}"
|
|
674
706
|
},
|
|
675
707
|
"grey-900": {
|
|
676
|
-
value: "#
|
|
708
|
+
value: "#0F1115",
|
|
709
|
+
key: "{color.greyscale.grey-900}"
|
|
677
710
|
}
|
|
678
711
|
},
|
|
679
712
|
status: {
|
|
680
713
|
warning: {
|
|
681
|
-
value: "#
|
|
714
|
+
value: "#FA9917",
|
|
715
|
+
key: "{color.status.warning}"
|
|
682
716
|
},
|
|
683
717
|
error: {
|
|
684
|
-
value: "#
|
|
718
|
+
value: "#DC0E19",
|
|
719
|
+
key: "{color.status.error}"
|
|
685
720
|
},
|
|
686
721
|
success: {
|
|
687
|
-
value: "#
|
|
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
|
-
),
|
|
1131
|
+
), km = Object.keys(
|
|
900
1132
|
se.asset.icon["horoscope-sign"].zodiac
|
|
901
|
-
),
|
|
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
|
-
},
|
|
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/
|
|
1482
|
+
var q1 = "/codebuild/output/src1612052628/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/
|
|
1519
|
+
var pl = "/codebuild/output/src1612052628/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(
|
|
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/
|
|
1570
|
+
var gl = "/codebuild/output/src1612052628/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/
|
|
1603
|
+
var xl = "/codebuild/output/src1612052628/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/
|
|
1646
|
+
var E1 = "/codebuild/output/src1612052628/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/
|
|
1695
|
+
var El = "/codebuild/output/src1612052628/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/
|
|
1733
|
+
var e1 = "/codebuild/output/src1612052628/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/
|
|
1763
|
+
var K1 = "/codebuild/output/src1612052628/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/
|
|
1776
|
+
var Q0 = "/codebuild/output/src1612052628/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
|
|
1788
|
+
var Vl = "/codebuild/output/src1612052628/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:
|
|
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:
|
|
1808
|
+
fileName: Vl,
|
|
1577
1809
|
lineNumber: 41,
|
|
1578
1810
|
columnNumber: 9
|
|
1579
1811
|
} }, t && /* @__PURE__ */ e.createElement("title", { __self: void 0, __source: {
|
|
1580
|
-
fileName:
|
|
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:
|
|
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:
|
|
1820
|
+
fileName: Vl,
|
|
1589
1821
|
lineNumber: 43,
|
|
1590
1822
|
columnNumber: 45
|
|
1591
1823
|
} })));
|
|
1592
1824
|
});
|
|
1593
|
-
var s = "/codebuild/output/
|
|
1825
|
+
var s = "/codebuild/output/src1612052628/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/
|
|
3617
|
+
var er = "/codebuild/output/src1612052628/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/
|
|
3626
|
+
var W1 = "/codebuild/output/src1612052628/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/
|
|
3645
|
+
var G1 = "/codebuild/output/src1612052628/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 =
|
|
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,
|
|
3684
|
+
const z = Number(F) * 2, C = Number(y) * 2, k = `${z}x${C}`, g = H1({
|
|
3453
3685
|
src: r,
|
|
3454
|
-
format:
|
|
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/
|
|
3698
|
+
var lr = "/codebuild/output/src1612052628/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/
|
|
3707
|
+
var te = "/codebuild/output/src1612052628/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
|
-
},
|
|
3497
|
-
const
|
|
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 ?
|
|
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/
|
|
3803
|
+
var U1 = "/codebuild/output/src1612052628/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/
|
|
3847
|
+
var rr = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/atoms/LabelSection/LabelSection.tsx";
|
|
3616
3848
|
const oc = ({
|
|
3617
3849
|
children: l
|
|
3618
|
-
}) => /* @__PURE__ */ e.createElement(
|
|
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
|
-
),
|
|
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
|
-
|
|
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/
|
|
4013
|
+
var nr = "/codebuild/output/src1612052628/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(
|
|
4051
|
+
}), b(k0(t), t?.className)),
|
|
3820
4052
|
children: a
|
|
3821
4053
|
});
|
|
3822
|
-
var ir = "/codebuild/output/
|
|
4054
|
+
var ir = "/codebuild/output/src1612052628/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/
|
|
4067
|
+
var ur = "/codebuild/output/src1612052628/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/
|
|
4080
|
+
var _r = "/codebuild/output/src1612052628/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
|
-
|
|
3887
|
-
|
|
3888
|
-
|
|
3889
|
-
|
|
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/
|
|
4123
|
+
var w1 = "/codebuild/output/src1612052628/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/
|
|
4154
|
+
var dr = "/codebuild/output/src1612052628/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/
|
|
4160
|
+
var fr = "/codebuild/output/src1612052628/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/
|
|
4170
|
+
var y1 = "/codebuild/output/src1612052628/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/
|
|
4189
|
+
var r1 = "/codebuild/output/src1612052628/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/
|
|
4219
|
+
var sl = "/codebuild/output/src1612052628/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/
|
|
4264
|
+
var z1 = "/codebuild/output/src1612052628/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/
|
|
4286
|
+
var X1 = "/codebuild/output/src1612052628/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/
|
|
4303
|
+
var pr = "/codebuild/output/src1612052628/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/
|
|
4315
|
+
var ye = "/codebuild/output/src1612052628/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/
|
|
4383
|
+
var xr = "/codebuild/output/src1612052628/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/
|
|
4397
|
+
var wl = "/codebuild/output/src1612052628/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
|
|
4445
|
+
var k1 = "/codebuild/output/src1612052628/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:
|
|
4451
|
+
fileName: k1,
|
|
4234
4452
|
lineNumber: 21,
|
|
4235
4453
|
columnNumber: 3
|
|
4236
|
-
} }, l.map((c, a) => /* @__PURE__ */ e.createElement(
|
|
4237
|
-
|
|
4238
|
-
|
|
4239
|
-
|
|
4240
|
-
|
|
4241
|
-
|
|
4242
|
-
|
|
4243
|
-
|
|
4244
|
-
|
|
4245
|
-
|
|
4246
|
-
|
|
4247
|
-
|
|
4248
|
-
|
|
4249
|
-
|
|
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/src1612052628/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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
4493
|
+
fileName: Hl,
|
|
4286
4494
|
lineNumber: 35,
|
|
4287
4495
|
columnNumber: 7
|
|
4288
4496
|
} }), r === "after" && m && n);
|
|
4289
4497
|
};
|
|
4290
|
-
var wr = "/codebuild/output/
|
|
4498
|
+
var wr = "/codebuild/output/src1612052628/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/
|
|
4312
|
-
const
|
|
4519
|
+
var zr = "/codebuild/output/src1612052628/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
|
|
4530
|
+
var Cr = "/codebuild/output/src1612052628/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:
|
|
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/
|
|
4559
|
+
var ze = "/codebuild/output/src1612052628/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/
|
|
4626
|
+
var Mr = "/codebuild/output/src1612052628/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/
|
|
4432
|
-
const
|
|
4639
|
+
var Fr = "/codebuild/output/src1612052628/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/
|
|
4653
|
+
var Sr = "/codebuild/output/src1612052628/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/
|
|
4670
|
+
var Ze = "/codebuild/output/src1612052628/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/
|
|
4728
|
+
var J1 = "/codebuild/output/src1612052628/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/
|
|
4741
|
+
var ne = "/codebuild/output/src1612052628/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(
|
|
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
|
|
4828
|
+
var C1 = "/codebuild/output/src1612052628/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:
|
|
4835
|
+
fileName: C1,
|
|
4628
4836
|
lineNumber: 17,
|
|
4629
4837
|
columnNumber: 3
|
|
4630
|
-
} }, l && /* @__PURE__ */ e.createElement(
|
|
4631
|
-
fileName:
|
|
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:
|
|
4843
|
+
fileName: C1,
|
|
4636
4844
|
lineNumber: 32,
|
|
4637
4845
|
columnNumber: 5
|
|
4638
4846
|
} }, r));
|
|
4639
|
-
var M1 = "/codebuild/output/
|
|
4847
|
+
var M1 = "/codebuild/output/src1612052628/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/
|
|
4866
|
+
var jr = "/codebuild/output/src1612052628/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/
|
|
4876
|
+
var Ie = "/codebuild/output/src1612052628/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/
|
|
4950
|
+
var Q1 = "/codebuild/output/src1612052628/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/
|
|
4968
|
+
var Ue = "/codebuild/output/src1612052628/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/
|
|
5018
|
+
var m1 = "/codebuild/output/src1612052628/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"],
|
|
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
|
-
},
|
|
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/
|
|
5105
|
+
var Ne = "/codebuild/output/src1612052628/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(() =>
|
|
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
|
-
},
|
|
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:
|
|
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(
|
|
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
|
-
} },
|
|
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/
|
|
5232
|
+
var Zr = "/codebuild/output/src1612052628/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/
|
|
5258
|
+
var yl = "/codebuild/output/src1612052628/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/
|
|
5300
|
+
var $e = "/codebuild/output/src1612052628/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/
|
|
5351
|
+
var al = "/codebuild/output/src1612052628/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
|
|
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
|
-
},
|
|
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:
|
|
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:
|
|
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/
|
|
5442
|
+
var Ae = "/codebuild/output/src1612052628/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/
|
|
5525
|
+
var F1 = "/codebuild/output/src1612052628/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(
|
|
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/
|
|
5599
|
+
var q = "/codebuild/output/src1612052628/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, {
|
|
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/
|
|
5718
|
+
var Ye = "/codebuild/output/src1612052628/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/
|
|
5775
|
+
var Xe = "/codebuild/output/src1612052628/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/
|
|
5852
|
+
var ie = "/codebuild/output/src1612052628/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/
|
|
5933
|
+
var zl = "/codebuild/output/src1612052628/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/
|
|
5966
|
+
var me = "/codebuild/output/src1612052628/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/
|
|
6053
|
+
var tl = "/codebuild/output/src1612052628/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/
|
|
6107
|
+
var Q = "/codebuild/output/src1612052628/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/
|
|
6011
|
-
const
|
|
6218
|
+
var T = "/codebuild/output/src1612052628/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/
|
|
6173
|
-
const
|
|
6380
|
+
var Je = "/codebuild/output/src1612052628/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(
|
|
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
|
|
6428
|
+
var kl = "/codebuild/output/src1612052628/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:
|
|
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:
|
|
6477
|
+
fileName: kl,
|
|
6270
6478
|
lineNumber: 73,
|
|
6271
6479
|
columnNumber: 9
|
|
6272
6480
|
} }), /* @__PURE__ */ e.createElement(_, { wrap: "wrap", __self: void 0, __source: {
|
|
6273
|
-
fileName:
|
|
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:
|
|
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:
|
|
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:
|
|
6496
|
+
fileName: kl,
|
|
6289
6497
|
lineNumber: 102,
|
|
6290
6498
|
columnNumber: 11
|
|
6291
6499
|
} }, a))));
|
|
6292
6500
|
};
|
|
6293
|
-
var
|
|
6501
|
+
var Cl = "/codebuild/output/src1612052628/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:
|
|
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:
|
|
6520
|
+
fileName: Cl,
|
|
6313
6521
|
lineNumber: 34,
|
|
6314
6522
|
columnNumber: 9
|
|
6315
6523
|
} }), /* @__PURE__ */ e.createElement("div", { __self: void 0, __source: {
|
|
6316
|
-
fileName:
|
|
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:
|
|
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:
|
|
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:
|
|
6539
|
+
fileName: Cl,
|
|
6332
6540
|
lineNumber: 48,
|
|
6333
6541
|
columnNumber: 9
|
|
6334
6542
|
} }, c)));
|
|
6335
6543
|
};
|
|
6336
|
-
var
|
|
6544
|
+
var ke = "/codebuild/output/src1612052628/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:
|
|
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:
|
|
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:
|
|
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:
|
|
6569
|
+
fileName: ke,
|
|
6362
6570
|
lineNumber: 53,
|
|
6363
6571
|
columnNumber: 7
|
|
6364
6572
|
} }, /* @__PURE__ */ e.createElement(_, { direction: "column", __self: void 0, __source: {
|
|
6365
|
-
fileName:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
6593
|
+
fileName: ke,
|
|
6386
6594
|
lineNumber: 78,
|
|
6387
6595
|
columnNumber: 9
|
|
6388
|
-
} }, /* @__PURE__ */ e.createElement(S, {
|
|
6389
|
-
fileName:
|
|
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/
|
|
6602
|
+
var nl = "/codebuild/output/src1612052628/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/
|
|
6660
|
+
var Ml = "/codebuild/output/src1612052628/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/
|
|
6710
|
+
var l0 = "/codebuild/output/src1612052628/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/
|
|
6725
|
+
var Qe = "/codebuild/output/src1612052628/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/
|
|
6784
|
+
var r0 = "/codebuild/output/src1612052628/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/
|
|
6800
|
+
var el = "/codebuild/output/src1612052628/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/
|
|
6848
|
+
var Be = "/codebuild/output/src1612052628/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/
|
|
6915
|
+
var de = "/codebuild/output/src1612052628/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/
|
|
7034
|
+
var je = "/codebuild/output/src1612052628/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 {
|
|
@@ -6886,21 +7094,21 @@ const Gr = (l, r, m, c) => {
|
|
|
6886
7094
|
fileName: je,
|
|
6887
7095
|
lineNumber: 84,
|
|
6888
7096
|
columnNumber: 11
|
|
6889
|
-
} }), /* @__PURE__ */ e.createElement("text", { className: "c-half-donut__bottom-value", x: "-14", y: "-16", __self: void 0, __source: {
|
|
7097
|
+
} }), /* @__PURE__ */ e.createElement("text", { className: "c-half-donut__bottom-value", x: a >= 100 ? "-20" : a >= 10 ? "-14" : "-9", y: "-16", __self: void 0, __source: {
|
|
6890
7098
|
fileName: je,
|
|
6891
7099
|
lineNumber: 85,
|
|
6892
|
-
columnNumber:
|
|
7100
|
+
columnNumber: 13
|
|
6893
7101
|
} }, a), /* @__PURE__ */ e.createElement("text", { className: "c-half-donut__bottom-label", x: "-21", y: "-1", __self: void 0, __source: {
|
|
6894
7102
|
fileName: je,
|
|
6895
|
-
lineNumber:
|
|
7103
|
+
lineNumber: 92,
|
|
6896
7104
|
columnNumber: 11
|
|
6897
7105
|
} }, "sièges"))), /* @__PURE__ */ e.createElement(Ql, { items: t, mt: "xxl", __self: void 0, __source: {
|
|
6898
7106
|
fileName: je,
|
|
6899
|
-
lineNumber:
|
|
7107
|
+
lineNumber: 97,
|
|
6900
7108
|
columnNumber: 7
|
|
6901
7109
|
} }));
|
|
6902
7110
|
};
|
|
6903
|
-
var Zl = "/codebuild/output/
|
|
7111
|
+
var Zl = "/codebuild/output/src1612052628/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/
|
|
7140
|
+
var ll = "/codebuild/output/src1612052628/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(
|
|
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/
|
|
7194
|
+
var m0 = "/codebuild/output/src1612052628/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/
|
|
7210
|
+
var Yr = "/codebuild/output/src1612052628/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/
|
|
7016
|
-
const
|
|
7223
|
+
var rl = "/codebuild/output/src1612052628/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(
|
|
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/
|
|
7260
|
+
var Il = "/codebuild/output/src1612052628/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(
|
|
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/
|
|
7293
|
+
var De = "/codebuild/output/src1612052628/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(
|
|
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/
|
|
7159
|
-
const
|
|
7366
|
+
var o0 = "/codebuild/output/src1612052628/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(
|
|
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/
|
|
7383
|
+
var ml = "/codebuild/output/src1612052628/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(
|
|
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/
|
|
7422
|
+
var Fl = "/codebuild/output/src1612052628/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/
|
|
7454
|
+
var R = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/Elections/SearchBanner/SearchBanner.tsx";
|
|
7247
7455
|
const Ac = ({
|
|
7248
7456
|
layout: l,
|
|
7249
7457
|
searchFormProps: r,
|
|
@@ -7251,17 +7459,18 @@ const Ac = ({
|
|
|
7251
7459
|
breadcrumbProps: c,
|
|
7252
7460
|
selectProps: a,
|
|
7253
7461
|
variant: t,
|
|
7254
|
-
isOpen: n = !0
|
|
7462
|
+
isOpen: n = !0,
|
|
7463
|
+
hasTopBorder: u = !1
|
|
7255
7464
|
}) => {
|
|
7256
|
-
const
|
|
7465
|
+
const i = /* @__PURE__ */ e.createElement(L, { variant: "ghost", iconProps: {
|
|
7257
7466
|
name: "chevron",
|
|
7258
7467
|
color: "white",
|
|
7259
7468
|
size: 18
|
|
7260
7469
|
}, id: "js-search-banner-expand-button", className: "c-search-banner__expand-button", __self: void 0, __source: {
|
|
7261
7470
|
fileName: R,
|
|
7262
|
-
lineNumber:
|
|
7471
|
+
lineNumber: 45,
|
|
7263
7472
|
columnNumber: 5
|
|
7264
|
-
} }),
|
|
7473
|
+
} }), N = a && /* @__PURE__ */ e.createElement(gr, { ...a, defaultValue: a?.options.find((p) => p.isSelected)?.value, containerProps: {
|
|
7265
7474
|
...a?.containerProps,
|
|
7266
7475
|
px: {
|
|
7267
7476
|
xs: "m",
|
|
@@ -7269,9 +7478,9 @@ const Ac = ({
|
|
|
7269
7478
|
}
|
|
7270
7479
|
}, __self: void 0, __source: {
|
|
7271
7480
|
fileName: R,
|
|
7272
|
-
lineNumber:
|
|
7481
|
+
lineNumber: 54,
|
|
7273
7482
|
columnNumber: 5
|
|
7274
|
-
} }),
|
|
7483
|
+
} }), d = /* @__PURE__ */ e.createElement(_, { mt: {
|
|
7275
7484
|
xs: "0",
|
|
7276
7485
|
md: "xs"
|
|
7277
7486
|
}, gap: {
|
|
@@ -7283,127 +7492,129 @@ const Ac = ({
|
|
|
7283
7492
|
"aria-hidden": n ? !n : "true"
|
|
7284
7493
|
}, __self: void 0, __source: {
|
|
7285
7494
|
fileName: R,
|
|
7286
|
-
lineNumber:
|
|
7495
|
+
lineNumber: 65,
|
|
7287
7496
|
columnNumber: 5
|
|
7288
7497
|
} }, c?.map(({
|
|
7289
|
-
label:
|
|
7290
|
-
link:
|
|
7291
|
-
},
|
|
7498
|
+
label: p,
|
|
7499
|
+
link: x
|
|
7500
|
+
}, F) => /* @__PURE__ */ e.createElement(We, { key: x, variant: "tertiary", size: "small", py: "xxs-2", px: "l", ml: F === 0 ? {
|
|
7292
7501
|
xs: "m",
|
|
7293
7502
|
md: "0"
|
|
7294
|
-
} : void 0, href:
|
|
7503
|
+
} : void 0, href: x, children: /* @__PURE__ */ e.createElement(_, { alignItems: "center", gap: "xs", __self: void 0, __source: {
|
|
7295
7504
|
fileName: R,
|
|
7296
|
-
lineNumber:
|
|
7505
|
+
lineNumber: 83,
|
|
7297
7506
|
columnNumber: 13
|
|
7298
7507
|
} }, /* @__PURE__ */ e.createElement(E, { size: 20, name: "local", __self: void 0, __source: {
|
|
7299
7508
|
fileName: R,
|
|
7300
|
-
lineNumber:
|
|
7509
|
+
lineNumber: 84,
|
|
7301
7510
|
columnNumber: 15
|
|
7302
|
-
} }),
|
|
7511
|
+
} }), p), __self: void 0, __source: {
|
|
7303
7512
|
fileName: R,
|
|
7304
|
-
lineNumber:
|
|
7513
|
+
lineNumber: 74,
|
|
7305
7514
|
columnNumber: 9
|
|
7306
|
-
} }))),
|
|
7515
|
+
} }))), v = !N;
|
|
7307
7516
|
return /* @__PURE__ */ e.createElement(h, { bg: "ultramarine", py: {
|
|
7308
7517
|
xs: "m",
|
|
7309
7518
|
md: "0"
|
|
7310
|
-
}, className: "c-search-banner",
|
|
7519
|
+
}, className: b("c-search-banner", {
|
|
7520
|
+
"c-search-banner--has-top-border": u
|
|
7521
|
+
}), __self: void 0, __source: {
|
|
7311
7522
|
fileName: R,
|
|
7312
|
-
lineNumber:
|
|
7523
|
+
lineNumber: 96,
|
|
7313
7524
|
columnNumber: 5
|
|
7314
|
-
} }, l === w.DESKTOP ? /* @__PURE__ */ e.createElement(_, { px:
|
|
7525
|
+
} }, l === w.DESKTOP ? /* @__PURE__ */ e.createElement(_, { px: v ? void 0 : "m", gap: {
|
|
7315
7526
|
xs: "m",
|
|
7316
7527
|
lg: "l"
|
|
7317
7528
|
}, "aria-expanded": n || "false", className: b({
|
|
7318
|
-
"o-page-wrap":
|
|
7319
|
-
"c-search-banner__large-container": !
|
|
7320
|
-
}), pt:
|
|
7529
|
+
"o-page-wrap": v,
|
|
7530
|
+
"c-search-banner__large-container": !v
|
|
7531
|
+
}), pt: v ? "0" : void 0, __self: void 0, __source: {
|
|
7321
7532
|
fileName: R,
|
|
7322
|
-
lineNumber:
|
|
7533
|
+
lineNumber: 105,
|
|
7323
7534
|
columnNumber: 9
|
|
7324
7535
|
} }, t === "municipales-2026" ? /* @__PURE__ */ e.createElement("div", { className: b("c-search-banner__name", {
|
|
7325
|
-
"c-search-banner__name--is-hidden-under-xl":
|
|
7536
|
+
"c-search-banner__name--is-hidden-under-xl": N
|
|
7326
7537
|
}), __self: void 0, __source: {
|
|
7327
7538
|
fileName: R,
|
|
7328
|
-
lineNumber:
|
|
7539
|
+
lineNumber: 117,
|
|
7329
7540
|
columnNumber: 13
|
|
7330
7541
|
} }, /* @__PURE__ */ e.createElement(f, { as: "span", weight: "bold", className: "u-relative", __self: void 0, __source: {
|
|
7331
7542
|
fileName: R,
|
|
7332
|
-
lineNumber:
|
|
7543
|
+
lineNumber: 122,
|
|
7333
7544
|
columnNumber: 15
|
|
7334
7545
|
} }, "Élections municipales", " ", /* @__PURE__ */ e.createElement(f, { as: "span", weight: "regular", __self: void 0, __source: {
|
|
7335
7546
|
fileName: R,
|
|
7336
|
-
lineNumber:
|
|
7547
|
+
lineNumber: 124,
|
|
7337
7548
|
columnNumber: 17
|
|
7338
7549
|
} }, "2026"), /* @__PURE__ */ e.createElement("span", { className: "c-search-banner__flag", __self: void 0, __source: {
|
|
7339
7550
|
fileName: R,
|
|
7340
|
-
lineNumber:
|
|
7551
|
+
lineNumber: 127,
|
|
7341
7552
|
columnNumber: 17
|
|
7342
7553
|
} }))) : /* @__PURE__ */ e.createElement(E, { name: "ballot-box", size: 55, className: "c-search-banner__default-icon", __self: void 0, __source: {
|
|
7343
7554
|
fileName: R,
|
|
7344
|
-
lineNumber:
|
|
7555
|
+
lineNumber: 131,
|
|
7345
7556
|
columnNumber: 13
|
|
7346
7557
|
} }), /* @__PURE__ */ e.createElement(_, { flexGrow: 1, direction: "column", py: "m", __self: void 0, __source: {
|
|
7347
7558
|
fileName: R,
|
|
7348
|
-
lineNumber:
|
|
7559
|
+
lineNumber: 135,
|
|
7349
7560
|
columnNumber: 11
|
|
7350
7561
|
} }, /* @__PURE__ */ e.createElement(_, { gap: {
|
|
7351
7562
|
xs: "m",
|
|
7352
7563
|
lg: "l"
|
|
7353
7564
|
}, justifyContent: "end", __self: void 0, __source: {
|
|
7354
7565
|
fileName: R,
|
|
7355
|
-
lineNumber:
|
|
7566
|
+
lineNumber: 136,
|
|
7356
7567
|
columnNumber: 13
|
|
7357
7568
|
} }, /* @__PURE__ */ e.createElement(W, { grow: 1, __self: void 0, __source: {
|
|
7358
7569
|
fileName: R,
|
|
7359
|
-
lineNumber:
|
|
7570
|
+
lineNumber: 138,
|
|
7360
7571
|
columnNumber: 15
|
|
7361
7572
|
} }, /* @__PURE__ */ e.createElement(h, { as: Xl, ...r, __self: void 0, __source: {
|
|
7362
7573
|
fileName: R,
|
|
7363
|
-
lineNumber:
|
|
7574
|
+
lineNumber: 139,
|
|
7364
7575
|
columnNumber: 17
|
|
7365
|
-
} })), !!a?.options.length &&
|
|
7576
|
+
} })), !!a?.options.length && N, !!c?.length && i), !!c?.length && d), t === "municipales-2026" && N && /* @__PURE__ */ e.createElement("span", { className: "c-search-banner__flag c-search-banner__flag--at-the-bottom", __self: void 0, __source: {
|
|
7366
7577
|
fileName: R,
|
|
7367
|
-
lineNumber:
|
|
7578
|
+
lineNumber: 155,
|
|
7368
7579
|
columnNumber: 13
|
|
7369
7580
|
} })) : (
|
|
7370
7581
|
// mobile layout
|
|
7371
7582
|
/* @__PURE__ */ e.createElement(_, { justifyContent: "center", direction: "column", "aria-expanded": n || "false", __self: void 0, __source: {
|
|
7372
7583
|
fileName: R,
|
|
7373
|
-
lineNumber:
|
|
7584
|
+
lineNumber: 160,
|
|
7374
7585
|
columnNumber: 9
|
|
7375
|
-
} }, m && /* @__PURE__ */ e.createElement(
|
|
7586
|
+
} }, m && /* @__PURE__ */ e.createElement(H, { px: "m", size: "xxs-3", color: "white", mb: "xs", __self: void 0, __source: {
|
|
7376
7587
|
fileName: R,
|
|
7377
|
-
lineNumber:
|
|
7588
|
+
lineNumber: 162,
|
|
7378
7589
|
columnNumber: 13
|
|
7379
7590
|
} }, m), /* @__PURE__ */ e.createElement(_, { gap: "s", px: {
|
|
7380
7591
|
xs: "m",
|
|
7381
7592
|
md: "0"
|
|
7382
7593
|
}, __self: void 0, __source: {
|
|
7383
7594
|
fileName: R,
|
|
7384
|
-
lineNumber:
|
|
7595
|
+
lineNumber: 167,
|
|
7385
7596
|
columnNumber: 11
|
|
7386
7597
|
} }, /* @__PURE__ */ e.createElement(W, { as: Xl, grow: 1, ...r, __self: void 0, __source: {
|
|
7387
7598
|
fileName: R,
|
|
7388
|
-
lineNumber:
|
|
7599
|
+
lineNumber: 169,
|
|
7389
7600
|
columnNumber: 13
|
|
7390
|
-
} }), !!(c?.length || a?.options.length) &&
|
|
7601
|
+
} }), !!(c?.length || a?.options.length) && i), !!(c?.length || a?.options.length) && /* @__PURE__ */ e.createElement(_, { direction: "column", gap: "xxs", mt: "xxs", "aria-hidden": n ? !n : "true", __self: void 0, __source: {
|
|
7391
7602
|
fileName: R,
|
|
7392
|
-
lineNumber:
|
|
7603
|
+
lineNumber: 177,
|
|
7393
7604
|
columnNumber: 13
|
|
7394
|
-
} }, !!c?.length &&
|
|
7605
|
+
} }, !!c?.length && d, !!a?.options.length && N), t === "municipales-2026" && /* @__PURE__ */ e.createElement("span", { className: "c-search-banner__flag c-search-banner__flag--at-the-bottom", __self: void 0, __source: {
|
|
7395
7606
|
fileName: R,
|
|
7396
|
-
lineNumber:
|
|
7607
|
+
lineNumber: 188,
|
|
7397
7608
|
columnNumber: 13
|
|
7398
7609
|
} }))
|
|
7399
7610
|
));
|
|
7400
7611
|
};
|
|
7401
|
-
var ee = "/codebuild/output/
|
|
7612
|
+
var ee = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/ErrorContent/ErrorContent.tsx";
|
|
7402
7613
|
const Dc = ({
|
|
7403
7614
|
statusCode: l = "404",
|
|
7404
7615
|
enableGoogleSearch: r
|
|
7405
7616
|
}) => {
|
|
7406
|
-
let m = /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement(
|
|
7617
|
+
let m = /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement(H, { as: "h2", size: "m", mb: "l", __self: void 0, __source: {
|
|
7407
7618
|
fileName: ee,
|
|
7408
7619
|
lineNumber: 15,
|
|
7409
7620
|
columnNumber: 7
|
|
@@ -7424,7 +7635,7 @@ const Dc = ({
|
|
|
7424
7635
|
lineNumber: 23,
|
|
7425
7636
|
columnNumber: 7
|
|
7426
7637
|
} }, "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(
|
|
7638
|
+
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
7639
|
fileName: ee,
|
|
7429
7640
|
lineNumber: 33,
|
|
7430
7641
|
columnNumber: 9
|
|
@@ -7470,7 +7681,7 @@ const Dc = ({
|
|
|
7470
7681
|
columnNumber: 7
|
|
7471
7682
|
} }, "Retour page d’accueil"));
|
|
7472
7683
|
};
|
|
7473
|
-
var Re = "/codebuild/output/
|
|
7684
|
+
var Re = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/Expandable/Expandable.tsx";
|
|
7474
7685
|
const Xr = ({
|
|
7475
7686
|
visibleItems: l,
|
|
7476
7687
|
heading: r,
|
|
@@ -7484,7 +7695,7 @@ const Xr = ({
|
|
|
7484
7695
|
fileName: Re,
|
|
7485
7696
|
lineNumber: 42,
|
|
7486
7697
|
columnNumber: 5
|
|
7487
|
-
} }, r && /* @__PURE__ */ e.createElement(
|
|
7698
|
+
} }, r && /* @__PURE__ */ e.createElement(H, { as: "h2", size: "xxs", mb: "m", ...r, __self: void 0, __source: {
|
|
7488
7699
|
fileName: Re,
|
|
7489
7700
|
lineNumber: 49,
|
|
7490
7701
|
columnNumber: 19
|
|
@@ -7492,31 +7703,25 @@ const Xr = ({
|
|
|
7492
7703
|
fileName: Re,
|
|
7493
7704
|
lineNumber: 50,
|
|
7494
7705
|
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: {
|
|
7706
|
+
} }, a.slice(0, l).map((i, N) => /* @__PURE__ */ e.createElement("li", { key: `expandable-visible-${N}`, __self: void 0, __source: {
|
|
7503
7707
|
fileName: Re,
|
|
7504
|
-
lineNumber:
|
|
7708
|
+
lineNumber: 52,
|
|
7505
7709
|
columnNumber: 11
|
|
7506
|
-
} }, a.
|
|
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: {
|
|
7710
|
+
} }, 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
7711
|
fileName: Re,
|
|
7515
|
-
lineNumber:
|
|
7712
|
+
lineNumber: 57,
|
|
7713
|
+
columnNumber: 11
|
|
7714
|
+
} }, a.slice(l).map((i, N) => /* @__PURE__ */ e.createElement("li", { key: `expandable-hidden-${N}`, __self: void 0, __source: {
|
|
7715
|
+
fileName: Re,
|
|
7716
|
+
lineNumber: 65,
|
|
7717
|
+
columnNumber: 15
|
|
7718
|
+
} }, 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: {
|
|
7719
|
+
fileName: Re,
|
|
7720
|
+
lineNumber: 69,
|
|
7516
7721
|
columnNumber: 13
|
|
7517
7722
|
} }, /* @__PURE__ */ e.createElement(S, { ...n, variant: "secondary", __self: void 0, __source: {
|
|
7518
7723
|
fileName: Re,
|
|
7519
|
-
lineNumber:
|
|
7724
|
+
lineNumber: 75,
|
|
7520
7725
|
columnNumber: 15
|
|
7521
7726
|
} })), /* @__PURE__ */ e.createElement(L, { ...t, variant: "round-has-white-bg", className: "c-expandable__expand-button js-expand-button", "aria-expanded": "false", iconProps: {
|
|
7522
7727
|
name: "chevron",
|
|
@@ -7524,10 +7729,10 @@ const Xr = ({
|
|
|
7524
7729
|
svgTitle: "Expand"
|
|
7525
7730
|
}, __self: void 0, __source: {
|
|
7526
7731
|
fileName: Re,
|
|
7527
|
-
lineNumber:
|
|
7732
|
+
lineNumber: 78,
|
|
7528
7733
|
columnNumber: 11
|
|
7529
7734
|
} })));
|
|
7530
|
-
var Al = "/codebuild/output/
|
|
7735
|
+
var Al = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/Header/HeaderBanner/HeaderBanner.tsx";
|
|
7531
7736
|
const Rc = ({
|
|
7532
7737
|
title: l,
|
|
7533
7738
|
subtitle: r,
|
|
@@ -7551,12 +7756,12 @@ const Rc = ({
|
|
|
7551
7756
|
fileName: Al,
|
|
7552
7757
|
lineNumber: 22,
|
|
7553
7758
|
columnNumber: 20
|
|
7554
|
-
} }, r), /* @__PURE__ */ e.createElement(
|
|
7759
|
+
} }, r), /* @__PURE__ */ e.createElement(H, { as: "h2", size: "m", fontFamily: "source-serif-pro", __self: void 0, __source: {
|
|
7555
7760
|
fileName: Al,
|
|
7556
7761
|
lineNumber: 23,
|
|
7557
7762
|
columnNumber: 7
|
|
7558
7763
|
} }, l)));
|
|
7559
|
-
var ue = "/codebuild/output/
|
|
7764
|
+
var ue = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/Header/HeaderMini/HeaderMini.tsx";
|
|
7560
7765
|
const Jr = {
|
|
7561
7766
|
logo: [90, 22],
|
|
7562
7767
|
"logo-tempo": [78, 24],
|
|
@@ -7645,7 +7850,7 @@ const Jr = {
|
|
|
7645
7850
|
columnNumber: 7
|
|
7646
7851
|
} }))
|
|
7647
7852
|
);
|
|
7648
|
-
var A = "/codebuild/output/
|
|
7853
|
+
var A = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/Header/HeaderPage/HeaderPage.tsx";
|
|
7649
7854
|
const Pc = ({
|
|
7650
7855
|
layout: l,
|
|
7651
7856
|
heading: r,
|
|
@@ -7822,7 +8027,7 @@ const Pc = ({
|
|
|
7822
8027
|
columnNumber: 5
|
|
7823
8028
|
} }, y);
|
|
7824
8029
|
};
|
|
7825
|
-
var Le = "/codebuild/output/
|
|
8030
|
+
var Le = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/Header/HeaderSection/HeaderSection.tsx";
|
|
7826
8031
|
const qc = ({
|
|
7827
8032
|
label: l,
|
|
7828
8033
|
heading: r,
|
|
@@ -7854,7 +8059,7 @@ const qc = ({
|
|
|
7854
8059
|
fileName: Le,
|
|
7855
8060
|
lineNumber: 58,
|
|
7856
8061
|
columnNumber: 7
|
|
7857
|
-
} }, l), /* @__PURE__ */ e.createElement(
|
|
8062
|
+
} }, l), /* @__PURE__ */ e.createElement(H, { ...r, size: {
|
|
7858
8063
|
xs: "xxs",
|
|
7859
8064
|
md: "m"
|
|
7860
8065
|
}, fontFamily: "obviously", mx: {
|
|
@@ -7905,7 +8110,7 @@ const qc = ({
|
|
|
7905
8110
|
columnNumber: 15
|
|
7906
8111
|
} }, "Voir plus"))));
|
|
7907
8112
|
};
|
|
7908
|
-
var il = "/codebuild/output/
|
|
8113
|
+
var il = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/Header/HeaderSideModal/HeaderSideModal.tsx";
|
|
7909
8114
|
const Kc = ({
|
|
7910
8115
|
modalIconSize: l = [114, 28],
|
|
7911
8116
|
dialogId: r,
|
|
@@ -7943,7 +8148,7 @@ const Kc = ({
|
|
|
7943
8148
|
fileName: il,
|
|
7944
8149
|
lineNumber: 60,
|
|
7945
8150
|
columnNumber: 9
|
|
7946
|
-
} })), c && /* @__PURE__ */ e.createElement(
|
|
8151
|
+
} })), c && /* @__PURE__ */ e.createElement(H, { color: "white", size: "xxs", ...!t && {
|
|
7947
8152
|
pl: "xs"
|
|
7948
8153
|
}, ...c, __self: void 0, __source: {
|
|
7949
8154
|
fileName: il,
|
|
@@ -7957,13 +8162,13 @@ const Kc = ({
|
|
|
7957
8162
|
lineNumber: 71,
|
|
7958
8163
|
columnNumber: 5
|
|
7959
8164
|
} }));
|
|
7960
|
-
var S1 = "/codebuild/output/
|
|
8165
|
+
var S1 = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/Header/HeaderTitle/HeaderTitle.tsx";
|
|
7961
8166
|
const D1 = ({
|
|
7962
8167
|
children: l,
|
|
7963
8168
|
iconProps: r,
|
|
7964
8169
|
isCentered: m,
|
|
7965
8170
|
...c
|
|
7966
|
-
}) => /* @__PURE__ */ e.createElement(
|
|
8171
|
+
}) => /* @__PURE__ */ e.createElement(H, { className: b("c-header-title", {
|
|
7967
8172
|
"c-header-title--has-icon": !!r,
|
|
7968
8173
|
"c-header-title--has-icon-and-centered": !!r && m
|
|
7969
8174
|
}), fontFamily: "obviously", size: {
|
|
@@ -7982,7 +8187,7 @@ const D1 = ({
|
|
|
7982
8187
|
lineNumber: 28,
|
|
7983
8188
|
columnNumber: 9
|
|
7984
8189
|
} }, l)) : l);
|
|
7985
|
-
var Sl = "/codebuild/output/
|
|
8190
|
+
var Sl = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/Horoscope/HoroscopeContent/HoroscopeContent.tsx";
|
|
7986
8191
|
const Wc = ({
|
|
7987
8192
|
topics: l,
|
|
7988
8193
|
infoBannerProps: r,
|
|
@@ -8012,7 +8217,7 @@ const Wc = ({
|
|
|
8012
8217
|
lineNumber: 31,
|
|
8013
8218
|
columnNumber: 5
|
|
8014
8219
|
} }));
|
|
8015
|
-
var Dl = "/codebuild/output/
|
|
8220
|
+
var Dl = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/Horoscope/HoroscopeTiles/HoroscopeTiles.tsx";
|
|
8016
8221
|
const Gc = ({
|
|
8017
8222
|
horoscopeSignsList: l
|
|
8018
8223
|
}) => /* @__PURE__ */ e.createElement(h, { as: "ul", className: "o-inline", mx: {
|
|
@@ -8043,7 +8248,7 @@ const Gc = ({
|
|
|
8043
8248
|
lineNumber: 22,
|
|
8044
8249
|
columnNumber: 11
|
|
8045
8250
|
} }, r.label)))));
|
|
8046
|
-
var Rl = "/codebuild/output/
|
|
8251
|
+
var Rl = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/Horoscope/HoroscopeTopicCard/HoroscopeTopicCard.tsx";
|
|
8047
8252
|
const Qr = Y(({
|
|
8048
8253
|
icon: l,
|
|
8049
8254
|
title: r,
|
|
@@ -8061,7 +8266,7 @@ const Qr = Y(({
|
|
|
8061
8266
|
fileName: Rl,
|
|
8062
8267
|
lineNumber: 18,
|
|
8063
8268
|
columnNumber: 9
|
|
8064
|
-
} }), /* @__PURE__ */ e.createElement(
|
|
8269
|
+
} }), /* @__PURE__ */ e.createElement(H, { as: "h3", size: "xs", __self: void 0, __source: {
|
|
8065
8270
|
fileName: Rl,
|
|
8066
8271
|
lineNumber: 19,
|
|
8067
8272
|
columnNumber: 9
|
|
@@ -8070,7 +8275,7 @@ const Qr = Y(({
|
|
|
8070
8275
|
lineNumber: 23,
|
|
8071
8276
|
columnNumber: 7
|
|
8072
8277
|
} }, m)));
|
|
8073
|
-
var X = "/codebuild/output/
|
|
8278
|
+
var X = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/ImageSlider/ImageSlider.tsx";
|
|
8074
8279
|
const Uc = ({
|
|
8075
8280
|
images: l,
|
|
8076
8281
|
layout: r,
|
|
@@ -8146,7 +8351,7 @@ const Uc = ({
|
|
|
8146
8351
|
fileName: X,
|
|
8147
8352
|
lineNumber: 72,
|
|
8148
8353
|
columnNumber: 19
|
|
8149
|
-
} }, t.date), /* @__PURE__ */ e.createElement(
|
|
8354
|
+
} }, t.date), /* @__PURE__ */ e.createElement(H, { size: "xs", className: "c-image-slider__content-title", __self: void 0, __source: {
|
|
8150
8355
|
fileName: X,
|
|
8151
8356
|
lineNumber: 73,
|
|
8152
8357
|
columnNumber: 19
|
|
@@ -8173,7 +8378,7 @@ const Uc = ({
|
|
|
8173
8378
|
columnNumber: 11
|
|
8174
8379
|
} }))));
|
|
8175
8380
|
};
|
|
8176
|
-
var
|
|
8381
|
+
var Ce = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/InfoBanner/InfoBanner.tsx";
|
|
8177
8382
|
const em = ({
|
|
8178
8383
|
description: l,
|
|
8179
8384
|
heading: r,
|
|
@@ -8182,19 +8387,19 @@ const em = ({
|
|
|
8182
8387
|
infoButton: a,
|
|
8183
8388
|
...t
|
|
8184
8389
|
}) => /* @__PURE__ */ e.createElement(_, { ...t, className: b("c-info-banner", t?.className), color: "black", bg: "grey-100", p: "m", __self: void 0, __source: {
|
|
8185
|
-
fileName:
|
|
8390
|
+
fileName: Ce,
|
|
8186
8391
|
lineNumber: 32,
|
|
8187
8392
|
columnNumber: 3
|
|
8188
8393
|
} }, /* @__PURE__ */ e.createElement(_, { className: "c-info-banner__container", gap: "s", alignItems: "start", justifyContent: a ? "between" : void 0, __self: void 0, __source: {
|
|
8189
|
-
fileName:
|
|
8394
|
+
fileName: Ce,
|
|
8190
8395
|
lineNumber: 39,
|
|
8191
8396
|
columnNumber: 5
|
|
8192
8397
|
} }, /* @__PURE__ */ e.createElement(_, { className: "c-info-banner__content", direction: "column", justifyContent: "between", __self: void 0, __source: {
|
|
8193
|
-
fileName:
|
|
8398
|
+
fileName: Ce,
|
|
8194
8399
|
lineNumber: 45,
|
|
8195
8400
|
columnNumber: 7
|
|
8196
|
-
} }, r && /* @__PURE__ */ e.createElement(
|
|
8197
|
-
fileName:
|
|
8401
|
+
} }, 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: {
|
|
8402
|
+
fileName: Ce,
|
|
8198
8403
|
lineNumber: 47,
|
|
8199
8404
|
columnNumber: 11
|
|
8200
8405
|
} }, r.children), /* @__PURE__ */ e.createElement(f, {
|
|
@@ -8206,36 +8411,36 @@ const em = ({
|
|
|
8206
8411
|
...m || {},
|
|
8207
8412
|
__self: void 0,
|
|
8208
8413
|
__source: {
|
|
8209
|
-
fileName:
|
|
8414
|
+
fileName: Ce,
|
|
8210
8415
|
lineNumber: 59,
|
|
8211
8416
|
columnNumber: 9
|
|
8212
8417
|
}
|
|
8213
8418
|
}, l), c && /* @__PURE__ */ e.createElement(L, { ...c, variant: "ghost", className: "c-info-banner__close", __self: void 0, __source: {
|
|
8214
|
-
fileName:
|
|
8419
|
+
fileName: Ce,
|
|
8215
8420
|
lineNumber: 72,
|
|
8216
8421
|
columnNumber: 11
|
|
8217
8422
|
} }, /* @__PURE__ */ e.createElement(E, { name: "close", size: 12, color: "white", __self: void 0, __source: {
|
|
8218
|
-
fileName:
|
|
8423
|
+
fileName: Ce,
|
|
8219
8424
|
lineNumber: 73,
|
|
8220
8425
|
columnNumber: 13
|
|
8221
8426
|
} }))), a && /* @__PURE__ */ e.createElement("div", { className: "c-info-banner__info", __self: void 0, __source: {
|
|
8222
|
-
fileName:
|
|
8427
|
+
fileName: Ce,
|
|
8223
8428
|
lineNumber: 79,
|
|
8224
8429
|
columnNumber: 9
|
|
8225
8430
|
} }, /* @__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:
|
|
8431
|
+
fileName: Ce,
|
|
8227
8432
|
lineNumber: 80,
|
|
8228
8433
|
columnNumber: 11
|
|
8229
8434
|
} }, /* @__PURE__ */ e.createElement(E, { name: "info", size: 20, color: "black", __self: void 0, __source: {
|
|
8230
|
-
fileName:
|
|
8435
|
+
fileName: Ce,
|
|
8231
8436
|
lineNumber: 86,
|
|
8232
8437
|
columnNumber: 13
|
|
8233
8438
|
} })), /* @__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:
|
|
8439
|
+
fileName: Ce,
|
|
8235
8440
|
lineNumber: 88,
|
|
8236
8441
|
columnNumber: 11
|
|
8237
8442
|
} }, a))));
|
|
8238
|
-
var jl = "/codebuild/output/
|
|
8443
|
+
var jl = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/Legend/Legend.tsx";
|
|
8239
8444
|
const Ql = ({
|
|
8240
8445
|
items: l,
|
|
8241
8446
|
...r
|
|
@@ -8278,7 +8483,7 @@ const Ql = ({
|
|
|
8278
8483
|
columnNumber: 15
|
|
8279
8484
|
} }, c.subLegend)) : m(c.name.toUpperCase()))));
|
|
8280
8485
|
};
|
|
8281
|
-
var s0 = "/codebuild/output/
|
|
8486
|
+
var s0 = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/ListWithDiode/ListWithDiode.tsx";
|
|
8282
8487
|
const B0 = (l) => e.Children.map(l.children, (r) => {
|
|
8283
8488
|
if (e.isValidElement(r)) {
|
|
8284
8489
|
const {
|
|
@@ -8289,11 +8494,11 @@ const B0 = (l) => e.Children.map(l.children, (r) => {
|
|
|
8289
8494
|
[`list-with-diode--${l.color}`]: !!l.color
|
|
8290
8495
|
}) : c?.className, __self: void 0, __source: {
|
|
8291
8496
|
fileName: s0,
|
|
8292
|
-
lineNumber:
|
|
8497
|
+
lineNumber: 21,
|
|
8293
8498
|
columnNumber: 9
|
|
8294
8499
|
} }, r.type === "li" && /* @__PURE__ */ e.createElement(E, { name: "diode", size: 16, mr: "xs", __self: void 0, __source: {
|
|
8295
8500
|
fileName: s0,
|
|
8296
|
-
lineNumber:
|
|
8501
|
+
lineNumber: 31,
|
|
8297
8502
|
columnNumber: 35
|
|
8298
8503
|
} }), m ? B0({
|
|
8299
8504
|
color: l.color,
|
|
@@ -8302,7 +8507,7 @@ const B0 = (l) => e.Children.map(l.children, (r) => {
|
|
|
8302
8507
|
}
|
|
8303
8508
|
return r;
|
|
8304
8509
|
}), lm = (l) => /* @__PURE__ */ e.createElement(e.Fragment, null, B0(l));
|
|
8305
|
-
var s1 = "/codebuild/output/
|
|
8510
|
+
var s1 = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/Live/LiveIndicator/LiveIndicator.tsx";
|
|
8306
8511
|
const Yc = ({
|
|
8307
8512
|
variant: l,
|
|
8308
8513
|
isOver: r = !1,
|
|
@@ -8329,7 +8534,7 @@ const Yc = ({
|
|
|
8329
8534
|
lineNumber: 39,
|
|
8330
8535
|
columnNumber: 7
|
|
8331
8536
|
} }, c?.children || r && "Terminé" || `Mis à jour ${m}`));
|
|
8332
|
-
var j1 = "/codebuild/output/
|
|
8537
|
+
var j1 = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/Live/LiveQuestion/LiveQuestion.tsx";
|
|
8333
8538
|
const Xc = ({
|
|
8334
8539
|
enableLiveQuestion: l,
|
|
8335
8540
|
lazyLoad: r = {
|
|
@@ -8353,7 +8558,7 @@ const Xc = ({
|
|
|
8353
8558
|
lineNumber: 24,
|
|
8354
8559
|
columnNumber: 7
|
|
8355
8560
|
} })) : null;
|
|
8356
|
-
var Ol = "/codebuild/output/
|
|
8561
|
+
var Ol = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/Live/LiveTalk/LiveTalk.tsx";
|
|
8357
8562
|
const Jc = ({
|
|
8358
8563
|
question: l,
|
|
8359
8564
|
author: r,
|
|
@@ -8382,7 +8587,7 @@ const Jc = ({
|
|
|
8382
8587
|
lineNumber: 25,
|
|
8383
8588
|
columnNumber: 7
|
|
8384
8589
|
} }, m));
|
|
8385
|
-
var Pl = "/codebuild/output/
|
|
8590
|
+
var Pl = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/Live/LiveTitle/LiveTitle.tsx";
|
|
8386
8591
|
const Qc = ({
|
|
8387
8592
|
status: l,
|
|
8388
8593
|
header: r,
|
|
@@ -8414,13 +8619,13 @@ const Qc = ({
|
|
|
8414
8619
|
fileName: Pl,
|
|
8415
8620
|
lineNumber: 37,
|
|
8416
8621
|
columnNumber: 17
|
|
8417
|
-
} })), /* @__PURE__ */ e.createElement(
|
|
8622
|
+
} })), /* @__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
8623
|
fileName: Pl,
|
|
8419
8624
|
lineNumber: 39,
|
|
8420
8625
|
columnNumber: 7
|
|
8421
8626
|
} }, m));
|
|
8422
8627
|
};
|
|
8423
|
-
var $1 = "/codebuild/output/
|
|
8628
|
+
var $1 = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/LogoutButton/LogoutButton.tsx";
|
|
8424
8629
|
const eo = (l) => /* @__PURE__ */ e.createElement(_, { as: S, color: "black", alignItems: "center", ...l, __self: void 0, __source: {
|
|
8425
8630
|
fileName: $1,
|
|
8426
8631
|
lineNumber: 10,
|
|
@@ -8434,7 +8639,7 @@ const eo = (l) => /* @__PURE__ */ e.createElement(_, { as: S, color: "black", al
|
|
|
8434
8639
|
lineNumber: 12,
|
|
8435
8640
|
columnNumber: 5
|
|
8436
8641
|
} }, "Se déconnecter"));
|
|
8437
|
-
var Me = "/codebuild/output/
|
|
8642
|
+
var Me = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/Maps/MapDepartments/MapDepartments.tsx";
|
|
8438
8643
|
const lo = ({
|
|
8439
8644
|
electionName: l,
|
|
8440
8645
|
electionYear: r,
|
|
@@ -8505,7 +8710,7 @@ const lo = ({
|
|
|
8505
8710
|
columnNumber: 43
|
|
8506
8711
|
} }));
|
|
8507
8712
|
};
|
|
8508
|
-
var ce = "/codebuild/output/
|
|
8713
|
+
var ce = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/Maps/MapDistricts/MapDistricts.tsx";
|
|
8509
8714
|
const ro = ({
|
|
8510
8715
|
electionName: l,
|
|
8511
8716
|
electionYear: r,
|
|
@@ -8601,7 +8806,7 @@ const ro = ({
|
|
|
8601
8806
|
columnNumber: 43
|
|
8602
8807
|
} }));
|
|
8603
8808
|
};
|
|
8604
|
-
var Te = "/codebuild/output/
|
|
8809
|
+
var Te = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/Maps/MapEurope/MapEurope.tsx";
|
|
8605
8810
|
const mo = ({
|
|
8606
8811
|
electionName: l,
|
|
8607
8812
|
electionYear: r,
|
|
@@ -8667,7 +8872,7 @@ const mo = ({
|
|
|
8667
8872
|
columnNumber: 9
|
|
8668
8873
|
} }));
|
|
8669
8874
|
};
|
|
8670
|
-
var $ = "/codebuild/output/
|
|
8875
|
+
var $ = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/Maps/MapTownsByDepartments/MapTownsByDepartments.tsx";
|
|
8671
8876
|
const co = ({
|
|
8672
8877
|
resultsPerTown: l,
|
|
8673
8878
|
departmentsPaths: r,
|
|
@@ -8768,25 +8973,25 @@ const co = ({
|
|
|
8768
8973
|
fileName: $,
|
|
8769
8974
|
lineNumber: 169,
|
|
8770
8975
|
columnNumber: 9
|
|
8771
|
-
} }, D0.map((i) => /* @__PURE__ */ e.createElement("g", { key: i.name, className: "js-city-marker c-map-towns__city-marker
|
|
8976
|
+
} }, D0.map((i) => /* @__PURE__ */ e.createElement("g", { key: i.name, className: "js-city-marker c-map-towns__city-marker", "aria-hidden": "true", __self: void 0, __source: {
|
|
8772
8977
|
fileName: $,
|
|
8773
8978
|
lineNumber: 171,
|
|
8774
8979
|
columnNumber: 13
|
|
8775
8980
|
} }, /* @__PURE__ */ e.createElement("use", { href: `#town-${i.id}`, className: "js-city-anchor c-map-towns__city-anchor", __self: void 0, __source: {
|
|
8776
8981
|
fileName: $,
|
|
8777
|
-
lineNumber:
|
|
8982
|
+
lineNumber: 177,
|
|
8778
8983
|
columnNumber: 15
|
|
8779
8984
|
} }), /* @__PURE__ */ e.createElement("circle", { r: "5", fill: "white", stroke: "black", strokeWidth: "1", __self: void 0, __source: {
|
|
8780
8985
|
fileName: $,
|
|
8781
|
-
lineNumber:
|
|
8986
|
+
lineNumber: 180,
|
|
8782
8987
|
columnNumber: 15
|
|
8783
8988
|
} }), /* @__PURE__ */ e.createElement("rect", { className: "js-city-bg", fill: "white", rx: "4", ry: "4", __self: void 0, __source: {
|
|
8784
8989
|
fileName: $,
|
|
8785
|
-
lineNumber:
|
|
8990
|
+
lineNumber: 181,
|
|
8786
8991
|
columnNumber: 15
|
|
8787
|
-
} }), /* @__PURE__ */ e.createElement(
|
|
8992
|
+
} }), /* @__PURE__ */ e.createElement("text", { className: "js-city-text c-map-towns__city-text", fill: "black", __self: void 0, __source: {
|
|
8788
8993
|
fileName: $,
|
|
8789
|
-
lineNumber:
|
|
8994
|
+
lineNumber: 182,
|
|
8790
8995
|
columnNumber: 15
|
|
8791
8996
|
} }, i.name))))), /* @__PURE__ */ e.createElement(_, { className: "c-map-towns__zooms", direction: {
|
|
8792
8997
|
xs: "row",
|
|
@@ -8798,40 +9003,40 @@ const co = ({
|
|
|
8798
9003
|
md: "start"
|
|
8799
9004
|
}, __self: void 0, __source: {
|
|
8800
9005
|
fileName: $,
|
|
8801
|
-
lineNumber:
|
|
9006
|
+
lineNumber: 190,
|
|
8802
9007
|
columnNumber: 7
|
|
8803
9008
|
} }, n(g1.PARIS), n(g1.MARSEILLE), n(g1.LYON)), m && /* @__PURE__ */ e.createElement("div", { className: "c-map-towns__droms", __self: void 0, __source: {
|
|
8804
9009
|
fileName: $,
|
|
8805
|
-
lineNumber:
|
|
9010
|
+
lineNumber: 203,
|
|
8806
9011
|
columnNumber: 9
|
|
8807
9012
|
} }, /* @__PURE__ */ e.createElement(f, { as: "div", size: "xs", weight: "bold", pb: "xxs", __self: void 0, __source: {
|
|
8808
9013
|
fileName: $,
|
|
8809
|
-
lineNumber:
|
|
9014
|
+
lineNumber: 204,
|
|
8810
9015
|
columnNumber: 11
|
|
8811
|
-
} }, "
|
|
9016
|
+
} }, "Outre-mer"), /* @__PURE__ */ e.createElement(_, { gap: {
|
|
8812
9017
|
md: "xl"
|
|
8813
9018
|
}, wrap: "wrap", justifyContent: {
|
|
8814
9019
|
xs: "between",
|
|
8815
9020
|
md: "start"
|
|
8816
9021
|
}, __self: void 0, __source: {
|
|
8817
9022
|
fileName: $,
|
|
8818
|
-
lineNumber:
|
|
9023
|
+
lineNumber: 207,
|
|
8819
9024
|
columnNumber: 11
|
|
8820
9025
|
} }, Object.entries(m).map(([i, N]) => /* @__PURE__ */ e.createElement("div", { key: i, __self: void 0, __source: {
|
|
8821
9026
|
fileName: $,
|
|
8822
|
-
lineNumber:
|
|
9027
|
+
lineNumber: 209,
|
|
8823
9028
|
columnNumber: 15
|
|
8824
9029
|
} }, /* @__PURE__ */ e.createElement("svg", { className: "c-map-towns__map-drom", viewBox: N.viewBox, __self: void 0, __source: {
|
|
8825
9030
|
fileName: $,
|
|
8826
|
-
lineNumber:
|
|
9031
|
+
lineNumber: 210,
|
|
8827
9032
|
columnNumber: 17
|
|
8828
9033
|
} }, /* @__PURE__ */ e.createElement("path", { d: N.deptPath, className: "c-map-towns__dept-bg", __self: void 0, __source: {
|
|
8829
9034
|
fileName: $,
|
|
8830
|
-
lineNumber:
|
|
9035
|
+
lineNumber: 212,
|
|
8831
9036
|
columnNumber: 19
|
|
8832
9037
|
} }), /* @__PURE__ */ e.createElement("g", { className: "c-map-towns__layer-towns", __self: void 0, __source: {
|
|
8833
9038
|
fileName: $,
|
|
8834
|
-
lineNumber:
|
|
9039
|
+
lineNumber: 215,
|
|
8835
9040
|
columnNumber: 19
|
|
8836
9041
|
} }, N.towns.map((d) => {
|
|
8837
9042
|
const v = l.find((p) => `town-${p.id}` === d.id);
|
|
@@ -8839,72 +9044,72 @@ const co = ({
|
|
|
8839
9044
|
[`c-map-towns__path--${v?.politicalParty.color}`]: v
|
|
8840
9045
|
}), __self: void 0, __source: {
|
|
8841
9046
|
fileName: $,
|
|
8842
|
-
lineNumber:
|
|
9047
|
+
lineNumber: 220,
|
|
8843
9048
|
columnNumber: 25
|
|
8844
9049
|
} });
|
|
8845
9050
|
})), /* @__PURE__ */ e.createElement("path", { id: `out-${i}`, d: N.deptPath, "data-name": N.name, className: "c-map-towns__dept-trigger c-map-towns__dept-trigger--without-stroke", __self: void 0, __source: {
|
|
8846
9051
|
fileName: $,
|
|
8847
|
-
lineNumber:
|
|
9052
|
+
lineNumber: 235,
|
|
8848
9053
|
columnNumber: 19
|
|
8849
9054
|
} })))))), u.length > 0 && /* @__PURE__ */ e.createElement(Ql, { items: u, mt: "xxl", __self: void 0, __source: {
|
|
8850
9055
|
fileName: $,
|
|
8851
|
-
lineNumber:
|
|
9056
|
+
lineNumber: 248,
|
|
8852
9057
|
columnNumber: 43
|
|
8853
9058
|
} }), /* @__PURE__ */ e.createElement(h, { as: "footer", className: "c-map-towns__footer", mt: "xxs-2", __self: void 0, __source: {
|
|
8854
9059
|
fileName: $,
|
|
8855
|
-
lineNumber:
|
|
9060
|
+
lineNumber: 249,
|
|
8856
9061
|
columnNumber: 7
|
|
8857
9062
|
} }, /* @__PURE__ */ e.createElement("small", { __self: void 0, __source: {
|
|
8858
9063
|
fileName: $,
|
|
8859
|
-
lineNumber:
|
|
9064
|
+
lineNumber: 250,
|
|
8860
9065
|
columnNumber: 9
|
|
8861
9066
|
} }, "Sources : ", /* @__PURE__ */ e.createElement("cite", { __self: void 0, __source: {
|
|
8862
9067
|
fileName: $,
|
|
8863
|
-
lineNumber:
|
|
9068
|
+
lineNumber: 251,
|
|
8864
9069
|
columnNumber: 21
|
|
8865
9070
|
} }, "IGN"), " /", /* @__PURE__ */ e.createElement("cite", { __self: void 0, __source: {
|
|
8866
9071
|
fileName: $,
|
|
8867
|
-
lineNumber:
|
|
9072
|
+
lineNumber: 251,
|
|
8868
9073
|
columnNumber: 39
|
|
8869
9074
|
} }, "Etalab"), " /", /* @__PURE__ */ e.createElement("cite", { __self: void 0, __source: {
|
|
8870
9075
|
fileName: $,
|
|
8871
|
-
lineNumber:
|
|
9076
|
+
lineNumber: 251,
|
|
8872
9077
|
columnNumber: 60
|
|
8873
9078
|
} }, "Grégoire David"), " — Données sous", " ", /* @__PURE__ */ e.createElement(S, { href: "https://www.etalab.gouv.fr/wp-content/uploads/2017/04/ETALAB-Licence-Ouverte-v2.0.pdf", target: "_blank", rel: "noopener noreferrer", __self: void 0, __source: {
|
|
8874
9079
|
fileName: $,
|
|
8875
|
-
lineNumber:
|
|
9080
|
+
lineNumber: 253,
|
|
8876
9081
|
columnNumber: 11
|
|
8877
9082
|
} }, "Licence Ouverte"))), /* @__PURE__ */ e.createElement("div", { id: "js-zoom-overlay", className: "c-map-towns__overlay", "aria-hidden": "true", __self: void 0, __source: {
|
|
8878
9083
|
fileName: $,
|
|
8879
|
-
lineNumber:
|
|
9084
|
+
lineNumber: 264,
|
|
8880
9085
|
columnNumber: 7
|
|
8881
9086
|
} }, /* @__PURE__ */ e.createElement("button", { id: "js-zoom-close", className: "c-map-towns__close-btn", type: "button", __self: void 0, __source: {
|
|
8882
9087
|
fileName: $,
|
|
8883
|
-
lineNumber:
|
|
9088
|
+
lineNumber: 265,
|
|
8884
9089
|
columnNumber: 9
|
|
8885
9090
|
} }, /* @__PURE__ */ e.createElement(E, { name: "close", size: 20, __self: void 0, __source: {
|
|
8886
9091
|
fileName: $,
|
|
8887
|
-
lineNumber:
|
|
9092
|
+
lineNumber: 266,
|
|
8888
9093
|
columnNumber: 11
|
|
8889
9094
|
} }), "Fermer"), /* @__PURE__ */ e.createElement(_, { id: "js-zoom-content", direction: "column", alignItems: "center", className: "c-map-towns__zoom-content", __self: void 0, __source: {
|
|
8890
9095
|
fileName: $,
|
|
8891
|
-
lineNumber:
|
|
9096
|
+
lineNumber: 269,
|
|
8892
9097
|
columnNumber: 9
|
|
8893
9098
|
} }, /* @__PURE__ */ e.createElement(f, { as: "div", weight: "bold", size: "xxs", id: "js-zoom-label", className: "c-map-towns__zoom-label", __self: void 0, __source: {
|
|
8894
9099
|
fileName: $,
|
|
8895
|
-
lineNumber:
|
|
9100
|
+
lineNumber: 275,
|
|
8896
9101
|
columnNumber: 11
|
|
8897
|
-
} }, "
|
|
9102
|
+
} }, " "), /* @__PURE__ */ e.createElement("svg", { id: "js-zoom-svg", className: "c-map-towns__zoom-svg", viewBox: "0 0 525 488", __self: void 0, __source: {
|
|
8898
9103
|
fileName: $,
|
|
8899
|
-
lineNumber:
|
|
9104
|
+
lineNumber: 284,
|
|
8900
9105
|
columnNumber: 11
|
|
8901
9106
|
} }, /* @__PURE__ */ e.createElement("g", { id: "js-zoom-group", className: "c-map-towns__zoom-group", __self: void 0, __source: {
|
|
8902
9107
|
fileName: $,
|
|
8903
|
-
lineNumber:
|
|
9108
|
+
lineNumber: 285,
|
|
8904
9109
|
columnNumber: 13
|
|
8905
9110
|
} })))));
|
|
8906
9111
|
};
|
|
8907
|
-
var a0 = "/codebuild/output/
|
|
9112
|
+
var a0 = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/MediaLink/MediaLink.tsx";
|
|
8908
9113
|
const Ul = ({
|
|
8909
9114
|
href: l,
|
|
8910
9115
|
iconProps: r,
|
|
@@ -8929,7 +9134,7 @@ const Ul = ({
|
|
|
8929
9134
|
lineNumber: 41,
|
|
8930
9135
|
columnNumber: 7
|
|
8931
9136
|
} }, a.children));
|
|
8932
|
-
var B = "/codebuild/output/
|
|
9137
|
+
var B = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/Menu/Menu.tsx";
|
|
8933
9138
|
const oo = ({
|
|
8934
9139
|
categories: l,
|
|
8935
9140
|
tagsActu: r,
|
|
@@ -9197,7 +9402,7 @@ const oo = ({
|
|
|
9197
9402
|
lineNumber: 341,
|
|
9198
9403
|
columnNumber: 11
|
|
9199
9404
|
} })));
|
|
9200
|
-
var a1 = "/codebuild/output/
|
|
9405
|
+
var a1 = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/MenuList/MenuList.tsx";
|
|
9201
9406
|
const so = ({
|
|
9202
9407
|
links: l,
|
|
9203
9408
|
activeLink: r,
|
|
@@ -9222,7 +9427,7 @@ const so = ({
|
|
|
9222
9427
|
columnNumber: 11
|
|
9223
9428
|
} }));
|
|
9224
9429
|
}));
|
|
9225
|
-
var
|
|
9430
|
+
var Ve = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/Newsletter/Newsletter.tsx";
|
|
9226
9431
|
const ao = ({
|
|
9227
9432
|
title: l,
|
|
9228
9433
|
description: r,
|
|
@@ -9234,51 +9439,51 @@ const ao = ({
|
|
|
9234
9439
|
...u
|
|
9235
9440
|
}) => {
|
|
9236
9441
|
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:
|
|
9442
|
+
fileName: Ve,
|
|
9238
9443
|
lineNumber: 36,
|
|
9239
9444
|
columnNumber: 5
|
|
9240
|
-
} }, /* @__PURE__ */ e.createElement(
|
|
9241
|
-
fileName:
|
|
9445
|
+
} }, /* @__PURE__ */ e.createElement(H, { as: "h5", size: n === "large" ? "m" : "xxs", textAlign: "center", mb: "l", __self: void 0, __source: {
|
|
9446
|
+
fileName: Ve,
|
|
9242
9447
|
lineNumber: 37,
|
|
9243
9448
|
columnNumber: 7
|
|
9244
9449
|
} }, 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:
|
|
9450
|
+
fileName: Ve,
|
|
9246
9451
|
lineNumber: 40,
|
|
9247
9452
|
columnNumber: 7
|
|
9248
9453
|
} }, r), /* @__PURE__ */ e.createElement(b1, { className: "c-input--newsletter", type: "email", placeholder: m, __self: void 0, __source: {
|
|
9249
|
-
fileName:
|
|
9454
|
+
fileName: Ve,
|
|
9250
9455
|
lineNumber: 47,
|
|
9251
9456
|
columnNumber: 7
|
|
9252
9457
|
} }), /* @__PURE__ */ e.createElement(L, { variant: "secondary", type: "submit", className: "c-newsletter__button", __self: void 0, __source: {
|
|
9253
|
-
fileName:
|
|
9458
|
+
fileName: Ve,
|
|
9254
9459
|
lineNumber: 48,
|
|
9255
9460
|
columnNumber: 7
|
|
9256
9461
|
} }, c), /* @__PURE__ */ e.createElement(_, { alignItems: "center", justifyContent: n === "large" ? "center" : "start", mt: "l", className: "c-newsletter__checkbox", __self: void 0, __source: {
|
|
9257
|
-
fileName:
|
|
9462
|
+
fileName: Ve,
|
|
9258
9463
|
lineNumber: 51,
|
|
9259
9464
|
columnNumber: 7
|
|
9260
9465
|
} }, /* @__PURE__ */ e.createElement(b1, { className: "c-input--checkbox", type: "checkbox", placeholder: m, required: !0, id: "term", __self: void 0, __source: {
|
|
9261
|
-
fileName:
|
|
9466
|
+
fileName: Ve,
|
|
9262
9467
|
lineNumber: 57,
|
|
9263
9468
|
columnNumber: 9
|
|
9264
9469
|
} }), /* @__PURE__ */ e.createElement("label", { htmlFor: "term", dangerouslySetInnerHTML: {
|
|
9265
9470
|
__html: a
|
|
9266
9471
|
}, __self: void 0, __source: {
|
|
9267
|
-
fileName:
|
|
9472
|
+
fileName: Ve,
|
|
9268
9473
|
lineNumber: 65,
|
|
9269
9474
|
columnNumber: 9
|
|
9270
9475
|
} })));
|
|
9271
9476
|
return /* @__PURE__ */ e.createElement(h, { ...u, className: b("c-newsletter", u?.className), __self: void 0, __source: {
|
|
9272
|
-
fileName:
|
|
9477
|
+
fileName: Ve,
|
|
9273
9478
|
lineNumber: 71,
|
|
9274
9479
|
columnNumber: 5
|
|
9275
9480
|
} }, t && /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement(I1, { bg: t, __self: void 0, __source: {
|
|
9276
|
-
fileName:
|
|
9481
|
+
fileName: Ve,
|
|
9277
9482
|
lineNumber: 74,
|
|
9278
9483
|
columnNumber: 11
|
|
9279
9484
|
} }), i));
|
|
9280
9485
|
};
|
|
9281
|
-
var t0 = "/codebuild/output/
|
|
9486
|
+
var t0 = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/OrderedListWithNumber/OrderedListWithNumber.tsx";
|
|
9282
9487
|
const to = ({
|
|
9283
9488
|
items: l,
|
|
9284
9489
|
...r
|
|
@@ -9291,7 +9496,7 @@ const to = ({
|
|
|
9291
9496
|
lineNumber: 24,
|
|
9292
9497
|
columnNumber: 9
|
|
9293
9498
|
} }, m.text)));
|
|
9294
|
-
var t1 = "/codebuild/output/
|
|
9499
|
+
var t1 = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/Pagination/Pagination.tsx";
|
|
9295
9500
|
const no = ({
|
|
9296
9501
|
totalArticles: l,
|
|
9297
9502
|
currentPage: r,
|
|
@@ -9315,7 +9520,7 @@ const no = ({
|
|
|
9315
9520
|
lineNumber: 36,
|
|
9316
9521
|
columnNumber: 9
|
|
9317
9522
|
} }, "Archives")) : null;
|
|
9318
|
-
var B1 = "/codebuild/output/
|
|
9523
|
+
var B1 = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/PercentageBar/PercentageBar.tsx";
|
|
9319
9524
|
const rm = ({
|
|
9320
9525
|
percentage: l,
|
|
9321
9526
|
progressBarClassName: r,
|
|
@@ -9341,7 +9546,7 @@ const rm = ({
|
|
|
9341
9546
|
minimumFractionDigits: 2,
|
|
9342
9547
|
maximumFractionDigits: 2
|
|
9343
9548
|
}), " ", "%")));
|
|
9344
|
-
var mm = "/codebuild/output/
|
|
9549
|
+
var mm = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/Prose/Prose.tsx";
|
|
9345
9550
|
const io = ({
|
|
9346
9551
|
content: l,
|
|
9347
9552
|
...r
|
|
@@ -9352,7 +9557,7 @@ const io = ({
|
|
|
9352
9557
|
lineNumber: 10,
|
|
9353
9558
|
columnNumber: 3
|
|
9354
9559
|
} });
|
|
9355
|
-
var $l = "/codebuild/output/
|
|
9560
|
+
var $l = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/React/ReactButton.tsx";
|
|
9356
9561
|
const cm = ({
|
|
9357
9562
|
color: l,
|
|
9358
9563
|
count: r = 0,
|
|
@@ -9437,7 +9642,7 @@ const cm = ({
|
|
|
9437
9642
|
columnNumber: 11
|
|
9438
9643
|
} }, String(r).padStart(2, "0"))));
|
|
9439
9644
|
};
|
|
9440
|
-
var ql = "/codebuild/output/
|
|
9645
|
+
var ql = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/ReadAlsoBanner/ReadAlsoBanner.tsx";
|
|
9441
9646
|
const uo = ({
|
|
9442
9647
|
articles: l,
|
|
9443
9648
|
layout: r,
|
|
@@ -9496,7 +9701,7 @@ const uo = ({
|
|
|
9496
9701
|
lineNumber: 72,
|
|
9497
9702
|
columnNumber: 13
|
|
9498
9703
|
} })))));
|
|
9499
|
-
var ul = "/codebuild/output/
|
|
9704
|
+
var ul = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/SearchForm/SearchForm.tsx";
|
|
9500
9705
|
const Xl = ({
|
|
9501
9706
|
id: l,
|
|
9502
9707
|
url: r,
|
|
@@ -9536,14 +9741,14 @@ const Xl = ({
|
|
|
9536
9741
|
lineNumber: 53,
|
|
9537
9742
|
columnNumber: 13
|
|
9538
9743
|
} }, n.value)))));
|
|
9539
|
-
var L1 = "/codebuild/output/
|
|
9744
|
+
var L1 = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/SectionTitle/SectionTitle.tsx";
|
|
9540
9745
|
const L0 = ({
|
|
9541
9746
|
label: l,
|
|
9542
9747
|
labelLink: r,
|
|
9543
9748
|
themeColor: m,
|
|
9544
9749
|
isUnderlined: c = !0,
|
|
9545
9750
|
...a
|
|
9546
|
-
}) => /* @__PURE__ */ e.createElement(
|
|
9751
|
+
}) => /* @__PURE__ */ e.createElement(H, { ...r && {
|
|
9547
9752
|
as: "a",
|
|
9548
9753
|
href: r
|
|
9549
9754
|
}, size: "xxs", weight: "bold", ...a, className: b("c-section-title", {
|
|
@@ -9576,40 +9781,40 @@ function om() {
|
|
|
9576
9781
|
}
|
|
9577
9782
|
function m(z) {
|
|
9578
9783
|
"@babel/helpers - typeof";
|
|
9579
|
-
return typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? m = function(
|
|
9580
|
-
return typeof
|
|
9581
|
-
} : m = function(
|
|
9582
|
-
return
|
|
9784
|
+
return typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? m = function(k) {
|
|
9785
|
+
return typeof k;
|
|
9786
|
+
} : m = function(k) {
|
|
9787
|
+
return k && typeof Symbol == "function" && k.constructor === Symbol && k !== Symbol.prototype ? "symbol" : typeof k;
|
|
9583
9788
|
}, m(z);
|
|
9584
9789
|
}
|
|
9585
|
-
function c(z,
|
|
9586
|
-
if (!(z instanceof
|
|
9790
|
+
function c(z, C) {
|
|
9791
|
+
if (!(z instanceof C))
|
|
9587
9792
|
throw new TypeError("Cannot call a class as a function");
|
|
9588
9793
|
}
|
|
9589
|
-
function a(z,
|
|
9590
|
-
for (var
|
|
9591
|
-
var g = k
|
|
9794
|
+
function a(z, C) {
|
|
9795
|
+
for (var k = 0; k < C.length; k++) {
|
|
9796
|
+
var g = C[k];
|
|
9592
9797
|
g.enumerable = g.enumerable || !1, g.configurable = !0, "value" in g && (g.writable = !0), Object.defineProperty(z, g.key, g);
|
|
9593
9798
|
}
|
|
9594
9799
|
}
|
|
9595
|
-
function t(z,
|
|
9596
|
-
return
|
|
9800
|
+
function t(z, C, k) {
|
|
9801
|
+
return C && a(z.prototype, C), z;
|
|
9597
9802
|
}
|
|
9598
|
-
function n(z,
|
|
9599
|
-
if (typeof
|
|
9803
|
+
function n(z, C) {
|
|
9804
|
+
if (typeof C != "function" && C !== null)
|
|
9600
9805
|
throw new TypeError("Super expression must either be null or a function");
|
|
9601
|
-
z.prototype = Object.create(
|
|
9806
|
+
z.prototype = Object.create(C && C.prototype, { constructor: { value: z, writable: !0, configurable: !0 } }), C && u(z, C);
|
|
9602
9807
|
}
|
|
9603
|
-
function u(z,
|
|
9808
|
+
function u(z, C) {
|
|
9604
9809
|
return u = Object.setPrototypeOf || function(g, j) {
|
|
9605
9810
|
return g.__proto__ = j, g;
|
|
9606
|
-
}, u(z,
|
|
9811
|
+
}, u(z, C);
|
|
9607
9812
|
}
|
|
9608
9813
|
function i(z) {
|
|
9609
|
-
var
|
|
9814
|
+
var C = v();
|
|
9610
9815
|
return function() {
|
|
9611
9816
|
var g = p(z), j;
|
|
9612
|
-
if (
|
|
9817
|
+
if (C) {
|
|
9613
9818
|
var we = p(this).constructor;
|
|
9614
9819
|
j = Reflect.construct(g, arguments, we);
|
|
9615
9820
|
} else
|
|
@@ -9617,8 +9822,8 @@ function om() {
|
|
|
9617
9822
|
return N(this, j);
|
|
9618
9823
|
};
|
|
9619
9824
|
}
|
|
9620
|
-
function N(z,
|
|
9621
|
-
return
|
|
9825
|
+
function N(z, C) {
|
|
9826
|
+
return C && (m(C) === "object" || typeof C == "function") ? C : d(z);
|
|
9622
9827
|
}
|
|
9623
9828
|
function d(z) {
|
|
9624
9829
|
if (z === void 0)
|
|
@@ -9636,12 +9841,12 @@ function om() {
|
|
|
9636
9841
|
}
|
|
9637
9842
|
}
|
|
9638
9843
|
function p(z) {
|
|
9639
|
-
return p = Object.setPrototypeOf ? Object.getPrototypeOf : function(
|
|
9640
|
-
return
|
|
9844
|
+
return p = Object.setPrototypeOf ? Object.getPrototypeOf : function(k) {
|
|
9845
|
+
return k.__proto__ || Object.getPrototypeOf(k);
|
|
9641
9846
|
}, p(z);
|
|
9642
9847
|
}
|
|
9643
|
-
var x = function(
|
|
9644
|
-
var g =
|
|
9848
|
+
var x = function(C, k) {
|
|
9849
|
+
var g = C.props.config || {
|
|
9645
9850
|
enabled: !0
|
|
9646
9851
|
};
|
|
9647
9852
|
g = JSON.parse(JSON.stringify(g));
|
|
@@ -9651,7 +9856,7 @@ function om() {
|
|
|
9651
9856
|
var v1 = "sharethis-" + Date.now();
|
|
9652
9857
|
g.id = v1;
|
|
9653
9858
|
}
|
|
9654
|
-
|
|
9859
|
+
C.buttons.current && (C.buttons.current.id = g.id, window.__sharethis__.load(k, g)), j && j(), ol.complete = !0;
|
|
9655
9860
|
}
|
|
9656
9861
|
};
|
|
9657
9862
|
if (window.onShareThisLoaded = we, document.getElementById("sharethis-js"))
|
|
@@ -9661,7 +9866,7 @@ function om() {
|
|
|
9661
9866
|
fe.setAttribute("id", "sharethis-js");
|
|
9662
9867
|
var ve = {
|
|
9663
9868
|
property: g.property || "",
|
|
9664
|
-
product:
|
|
9869
|
+
product: k,
|
|
9665
9870
|
source: "reactjs"
|
|
9666
9871
|
}, hl = Object.keys(ve).map(function(ol) {
|
|
9667
9872
|
return ol + "=" + ve[ol];
|
|
@@ -9669,13 +9874,13 @@ function om() {
|
|
|
9669
9874
|
fe.src = "https://platform-api.sharethis.com/js/sharethis.js?" + hl, fe.async = !0, document.body.appendChild(fe);
|
|
9670
9875
|
}
|
|
9671
9876
|
}, F = /* @__PURE__ */ (function(z) {
|
|
9672
|
-
n(
|
|
9673
|
-
var
|
|
9674
|
-
function
|
|
9877
|
+
n(k, z);
|
|
9878
|
+
var C = i(k);
|
|
9879
|
+
function k(g) {
|
|
9675
9880
|
var j;
|
|
9676
|
-
return c(this,
|
|
9881
|
+
return c(this, k), j = C.call(this, g), j.buttons = /* @__PURE__ */ l.default.createRef(), j;
|
|
9677
9882
|
}
|
|
9678
|
-
return t(
|
|
9883
|
+
return t(k, [{
|
|
9679
9884
|
key: "componentDidMount",
|
|
9680
9885
|
value: function() {
|
|
9681
9886
|
x(this, "inline-follow-buttons");
|
|
@@ -9687,17 +9892,17 @@ function om() {
|
|
|
9687
9892
|
ref: this.buttons
|
|
9688
9893
|
});
|
|
9689
9894
|
}
|
|
9690
|
-
}]),
|
|
9895
|
+
}]), k;
|
|
9691
9896
|
})(l.default.Component);
|
|
9692
9897
|
Fe.InlineFollowButtons = F;
|
|
9693
9898
|
var y = /* @__PURE__ */ (function(z) {
|
|
9694
|
-
n(
|
|
9695
|
-
var
|
|
9696
|
-
function
|
|
9899
|
+
n(k, z);
|
|
9900
|
+
var C = i(k);
|
|
9901
|
+
function k(g) {
|
|
9697
9902
|
var j;
|
|
9698
|
-
return c(this,
|
|
9903
|
+
return c(this, k), j = C.call(this, g), j.buttons = /* @__PURE__ */ l.default.createRef(), j;
|
|
9699
9904
|
}
|
|
9700
|
-
return t(
|
|
9905
|
+
return t(k, [{
|
|
9701
9906
|
key: "componentDidMount",
|
|
9702
9907
|
value: function() {
|
|
9703
9908
|
x(this, "inline-share-buttons");
|
|
@@ -9709,17 +9914,17 @@ function om() {
|
|
|
9709
9914
|
ref: this.buttons
|
|
9710
9915
|
});
|
|
9711
9916
|
}
|
|
9712
|
-
}]),
|
|
9917
|
+
}]), k;
|
|
9713
9918
|
})(l.default.Component);
|
|
9714
9919
|
Fe.InlineShareButtons = y;
|
|
9715
9920
|
var M = /* @__PURE__ */ (function(z) {
|
|
9716
|
-
n(
|
|
9717
|
-
var
|
|
9718
|
-
function
|
|
9921
|
+
n(k, z);
|
|
9922
|
+
var C = i(k);
|
|
9923
|
+
function k(g) {
|
|
9719
9924
|
var j;
|
|
9720
|
-
return c(this,
|
|
9925
|
+
return c(this, k), j = C.call(this, g), j.buttons = /* @__PURE__ */ l.default.createRef(), j;
|
|
9721
9926
|
}
|
|
9722
|
-
return t(
|
|
9927
|
+
return t(k, [{
|
|
9723
9928
|
key: "componentDidMount",
|
|
9724
9929
|
value: function() {
|
|
9725
9930
|
x(this, "inline-reaction-buttons");
|
|
@@ -9731,17 +9936,17 @@ function om() {
|
|
|
9731
9936
|
ref: this.buttons
|
|
9732
9937
|
});
|
|
9733
9938
|
}
|
|
9734
|
-
}]),
|
|
9939
|
+
}]), k;
|
|
9735
9940
|
})(l.default.Component);
|
|
9736
9941
|
Fe.InlineReactionButtons = M;
|
|
9737
9942
|
var Z = /* @__PURE__ */ (function(z) {
|
|
9738
|
-
n(
|
|
9739
|
-
var
|
|
9740
|
-
function
|
|
9943
|
+
n(k, z);
|
|
9944
|
+
var C = i(k);
|
|
9945
|
+
function k(g) {
|
|
9741
9946
|
var j;
|
|
9742
|
-
return c(this,
|
|
9947
|
+
return c(this, k), j = C.call(this, g), j.buttons = /* @__PURE__ */ l.default.createRef(), j;
|
|
9743
9948
|
}
|
|
9744
|
-
return t(
|
|
9949
|
+
return t(k, [{
|
|
9745
9950
|
key: "componentDidMount",
|
|
9746
9951
|
value: function() {
|
|
9747
9952
|
x(this, "sticky-share-buttons");
|
|
@@ -9753,11 +9958,11 @@ function om() {
|
|
|
9753
9958
|
ref: this.buttons
|
|
9754
9959
|
});
|
|
9755
9960
|
}
|
|
9756
|
-
}]),
|
|
9961
|
+
}]), k;
|
|
9757
9962
|
})(l.default.Component);
|
|
9758
9963
|
return Fe.StickyShareButtons = Z, Fe;
|
|
9759
9964
|
}
|
|
9760
|
-
var sm = om(), i0 = "/codebuild/output/
|
|
9965
|
+
var sm = om(), i0 = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/ShareBar/ShareBar.tsx";
|
|
9761
9966
|
const _o = ({
|
|
9762
9967
|
networks: l = ["sharethis"],
|
|
9763
9968
|
...r
|
|
@@ -9796,7 +10001,7 @@ const _o = ({
|
|
|
9796
10001
|
columnNumber: 7
|
|
9797
10002
|
} }));
|
|
9798
10003
|
};
|
|
9799
|
-
var he = "/codebuild/output/
|
|
10004
|
+
var he = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/ShowCover/ShowCover.tsx";
|
|
9800
10005
|
const No = ({
|
|
9801
10006
|
backgroundImage: l,
|
|
9802
10007
|
title: r,
|
|
@@ -9805,7 +10010,7 @@ const No = ({
|
|
|
9805
10010
|
playButton: a,
|
|
9806
10011
|
...t
|
|
9807
10012
|
}) => {
|
|
9808
|
-
const n = /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement(
|
|
10013
|
+
const n = /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement(H, { size: {
|
|
9809
10014
|
xs: "m",
|
|
9810
10015
|
md: "xxl"
|
|
9811
10016
|
}, fontFamily: "obviously", mb: "l", __self: void 0, __source: {
|
|
@@ -9862,7 +10067,7 @@ const No = ({
|
|
|
9862
10067
|
columnNumber: 22
|
|
9863
10068
|
} }, u)));
|
|
9864
10069
|
};
|
|
9865
|
-
var Se = "/codebuild/output/
|
|
10070
|
+
var Se = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/Signature/Signature.tsx";
|
|
9866
10071
|
const T0 = ({
|
|
9867
10072
|
avatars: l,
|
|
9868
10073
|
authors: r,
|
|
@@ -9924,7 +10129,7 @@ const T0 = ({
|
|
|
9924
10129
|
columnNumber: 12
|
|
9925
10130
|
} }, p) : p;
|
|
9926
10131
|
};
|
|
9927
|
-
var Oe = "/codebuild/output/
|
|
10132
|
+
var Oe = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/SmartBanner/SmartBanner.tsx";
|
|
9928
10133
|
const bo = ({
|
|
9929
10134
|
installButton: l,
|
|
9930
10135
|
closeButton: r
|
|
@@ -9968,7 +10173,7 @@ const bo = ({
|
|
|
9968
10173
|
lineNumber: 33,
|
|
9969
10174
|
columnNumber: 5
|
|
9970
10175
|
} }, "Installer"));
|
|
9971
|
-
var O = "/codebuild/output/
|
|
10176
|
+
var O = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/SocialBar/SocialBar.tsx";
|
|
9972
10177
|
const Kl = (l) => l === "card" ? "secondary" : "primary", n1 = (l) => l === "card" ? "inline" : "rounded", am = (l) => l === "vertical" ? "right" : "top", vl = ({
|
|
9973
10178
|
commentCount: l,
|
|
9974
10179
|
shareCount: r,
|
|
@@ -10030,7 +10235,7 @@ const Kl = (l) => l === "card" ? "secondary" : "primary", n1 = (l) => l === "car
|
|
|
10030
10235
|
lineNumber: 119,
|
|
10031
10236
|
columnNumber: 9
|
|
10032
10237
|
} })
|
|
10033
|
-
),
|
|
10238
|
+
), C = /* @__PURE__ */ e.createElement(dl, { role: "button", ariaLabel: "Partager le contenu", iconProps: {
|
|
10034
10239
|
name: "share",
|
|
10035
10240
|
"aria-hidden": !0
|
|
10036
10241
|
}, ...c === "card" && {
|
|
@@ -10050,7 +10255,7 @@ const Kl = (l) => l === "card" ? "secondary" : "primary", n1 = (l) => l === "car
|
|
|
10050
10255
|
fileName: O,
|
|
10051
10256
|
lineNumber: 146,
|
|
10052
10257
|
columnNumber: 9
|
|
10053
|
-
} })),
|
|
10258
|
+
} })), 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
10259
|
variant: Kl(c),
|
|
10055
10260
|
...c === "card" && x === "blue-grey" && {
|
|
10056
10261
|
iconBackground: "blue-grey",
|
|
@@ -10095,11 +10300,11 @@ const Kl = (l) => l === "card" ? "secondary" : "primary", n1 = (l) => l === "car
|
|
|
10095
10300
|
} }), fe = () => {
|
|
10096
10301
|
switch (c) {
|
|
10097
10302
|
case "card":
|
|
10098
|
-
return /* @__PURE__ */ e.createElement(e.Fragment, null, (z ||
|
|
10303
|
+
return /* @__PURE__ */ e.createElement(e.Fragment, null, (z || C || k) && /* @__PURE__ */ e.createElement(_, { as: "li", gap: "xxs", __self: void 0, __source: {
|
|
10099
10304
|
fileName: O,
|
|
10100
10305
|
lineNumber: 236,
|
|
10101
10306
|
columnNumber: 15
|
|
10102
|
-
} }, z,
|
|
10307
|
+
} }, z, C, k), g && /* @__PURE__ */ e.createElement("li", { __self: void 0, __source: {
|
|
10103
10308
|
fileName: O,
|
|
10104
10309
|
lineNumber: 242,
|
|
10105
10310
|
columnNumber: 30
|
|
@@ -10109,19 +10314,19 @@ const Kl = (l) => l === "card" ? "secondary" : "primary", n1 = (l) => l === "car
|
|
|
10109
10314
|
fileName: O,
|
|
10110
10315
|
lineNumber: 248,
|
|
10111
10316
|
columnNumber: 29
|
|
10112
|
-
} }, z),
|
|
10317
|
+
} }, z), C && /* @__PURE__ */ e.createElement("li", { __self: void 0, __source: {
|
|
10113
10318
|
fileName: O,
|
|
10114
10319
|
lineNumber: 249,
|
|
10115
10320
|
columnNumber: 27
|
|
10116
|
-
} },
|
|
10321
|
+
} }, C), g && /* @__PURE__ */ e.createElement("li", { __self: void 0, __source: {
|
|
10117
10322
|
fileName: O,
|
|
10118
10323
|
lineNumber: 250,
|
|
10119
10324
|
columnNumber: 30
|
|
10120
|
-
} }, g),
|
|
10325
|
+
} }, g), k && /* @__PURE__ */ e.createElement("li", { __self: void 0, __source: {
|
|
10121
10326
|
fileName: O,
|
|
10122
10327
|
lineNumber: 251,
|
|
10123
10328
|
columnNumber: 34
|
|
10124
|
-
} },
|
|
10329
|
+
} }, k), j && /* @__PURE__ */ e.createElement("li", { __self: void 0, __source: {
|
|
10125
10330
|
fileName: O,
|
|
10126
10331
|
lineNumber: 252,
|
|
10127
10332
|
columnNumber: 28
|
|
@@ -10131,15 +10336,15 @@ const Kl = (l) => l === "card" ? "secondary" : "primary", n1 = (l) => l === "car
|
|
|
10131
10336
|
fileName: O,
|
|
10132
10337
|
lineNumber: 258,
|
|
10133
10338
|
columnNumber: 29
|
|
10134
|
-
} }, z),
|
|
10339
|
+
} }, z), C && /* @__PURE__ */ e.createElement("li", { __self: void 0, __source: {
|
|
10135
10340
|
fileName: O,
|
|
10136
10341
|
lineNumber: 259,
|
|
10137
10342
|
columnNumber: 27
|
|
10138
|
-
} },
|
|
10343
|
+
} }, C), k && /* @__PURE__ */ e.createElement("li", { __self: void 0, __source: {
|
|
10139
10344
|
fileName: O,
|
|
10140
10345
|
lineNumber: 260,
|
|
10141
10346
|
columnNumber: 34
|
|
10142
|
-
} },
|
|
10347
|
+
} }, k), /* @__PURE__ */ e.createElement("li", { "aria-hidden": "true", __self: void 0, __source: {
|
|
10143
10348
|
fileName: O,
|
|
10144
10349
|
lineNumber: 261,
|
|
10145
10350
|
columnNumber: 13
|
|
@@ -10164,7 +10369,7 @@ const Kl = (l) => l === "card" ? "secondary" : "primary", n1 = (l) => l === "car
|
|
|
10164
10369
|
columnNumber: 5
|
|
10165
10370
|
} }, fe());
|
|
10166
10371
|
};
|
|
10167
|
-
var i1 = "/codebuild/output/
|
|
10372
|
+
var i1 = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/Sponsor/Sponsor.tsx";
|
|
10168
10373
|
const Ke = ({
|
|
10169
10374
|
sponsor: l,
|
|
10170
10375
|
variant: r,
|
|
@@ -10189,7 +10394,7 @@ const Ke = ({
|
|
|
10189
10394
|
lineNumber: 32,
|
|
10190
10395
|
columnNumber: 5
|
|
10191
10396
|
} }));
|
|
10192
|
-
var _e = "/codebuild/output/
|
|
10397
|
+
var _e = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/StreakBlock/StreakBlock.tsx";
|
|
10193
10398
|
const tm = ["D", "L", "M", "M", "J", "V", "S"], nm = (l, r) => {
|
|
10194
10399
|
const m = (r - 1) % 7, c = [];
|
|
10195
10400
|
for (let a = 0; a < 7; a += 1) {
|
|
@@ -10273,7 +10478,7 @@ const tm = ["D", "L", "M", "M", "J", "V", "S"], nm = (l, r) => {
|
|
|
10273
10478
|
columnNumber: 9
|
|
10274
10479
|
} }, "Semaine en cours")));
|
|
10275
10480
|
};
|
|
10276
|
-
var oe = "/codebuild/output/
|
|
10481
|
+
var oe = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/SubMenu/SubMenu.tsx";
|
|
10277
10482
|
const um = ({
|
|
10278
10483
|
name: l,
|
|
10279
10484
|
link: r,
|
|
@@ -10385,7 +10590,7 @@ const um = ({
|
|
|
10385
10590
|
lineNumber: 120,
|
|
10386
10591
|
columnNumber: 13
|
|
10387
10592
|
} }))))));
|
|
10388
|
-
var _l = "/codebuild/output/
|
|
10593
|
+
var _l = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/Table/Table.tsx";
|
|
10389
10594
|
const fo = ({
|
|
10390
10595
|
hasHeader: l,
|
|
10391
10596
|
tableProps: r,
|
|
@@ -10406,35 +10611,26 @@ const fo = ({
|
|
|
10406
10611
|
fileName: _l,
|
|
10407
10612
|
lineNumber: 25,
|
|
10408
10613
|
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: {
|
|
10614
|
+
} }, c.map((t, n) => /* @__PURE__ */ e.createElement(h, { as: "th", p: "s", key: n, __self: void 0, __source: {
|
|
10417
10615
|
fileName: _l,
|
|
10418
|
-
lineNumber:
|
|
10616
|
+
lineNumber: 27,
|
|
10617
|
+
columnNumber: 15
|
|
10618
|
+
} }, t)))), /* @__PURE__ */ e.createElement("tbody", { __self: void 0, __source: {
|
|
10619
|
+
fileName: _l,
|
|
10620
|
+
lineNumber: 34,
|
|
10419
10621
|
columnNumber: 7
|
|
10420
|
-
} }, a.map((t, n) => (
|
|
10421
|
-
|
|
10422
|
-
|
|
10423
|
-
|
|
10424
|
-
|
|
10425
|
-
|
|
10426
|
-
|
|
10427
|
-
|
|
10428
|
-
|
|
10429
|
-
fileName: _l,
|
|
10430
|
-
lineNumber: 41,
|
|
10431
|
-
columnNumber: 15
|
|
10432
|
-
} }, u)
|
|
10433
|
-
)))
|
|
10434
|
-
))));
|
|
10622
|
+
} }, a.map((t, n) => /* @__PURE__ */ e.createElement("tr", { key: n, __self: void 0, __source: {
|
|
10623
|
+
fileName: _l,
|
|
10624
|
+
lineNumber: 36,
|
|
10625
|
+
columnNumber: 11
|
|
10626
|
+
} }, t.map((u, i) => /* @__PURE__ */ e.createElement(h, { as: "td", p: "s", key: i, __self: void 0, __source: {
|
|
10627
|
+
fileName: _l,
|
|
10628
|
+
lineNumber: 38,
|
|
10629
|
+
columnNumber: 15
|
|
10630
|
+
} }, u))))));
|
|
10435
10631
|
};
|
|
10436
|
-
var u1 = "/codebuild/output/
|
|
10437
|
-
const
|
|
10632
|
+
var u1 = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/Tabs/Tabs.tsx";
|
|
10633
|
+
const V0 = ({
|
|
10438
10634
|
tabItems: l,
|
|
10439
10635
|
name: r = "default",
|
|
10440
10636
|
fitContainer: m,
|
|
@@ -10465,7 +10661,7 @@ const H0 = ({
|
|
|
10465
10661
|
fileName: u1,
|
|
10466
10662
|
lineNumber: 62,
|
|
10467
10663
|
columnNumber: 11
|
|
10468
|
-
} }, v.title))), N.map((v) => /* @__PURE__ */ e.createElement(
|
|
10664
|
+
} }, v.title))), N.map((v) => /* @__PURE__ */ e.createElement(kr, { key: v.name, className: b({
|
|
10469
10665
|
"c-tabs-fit-container__panel": m
|
|
10470
10666
|
}), name: v.name, isHidden: d !== v.name, __self: void 0, __source: {
|
|
10471
10667
|
fileName: u1,
|
|
@@ -10473,7 +10669,7 @@ const H0 = ({
|
|
|
10473
10669
|
columnNumber: 9
|
|
10474
10670
|
} }, v.content)));
|
|
10475
10671
|
};
|
|
10476
|
-
var u0 = "/codebuild/output/
|
|
10672
|
+
var u0 = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/TagBar/TagBar.tsx";
|
|
10477
10673
|
const vo = ({
|
|
10478
10674
|
tags: l,
|
|
10479
10675
|
layout: r,
|
|
@@ -10481,16 +10677,16 @@ const vo = ({
|
|
|
10481
10677
|
...c
|
|
10482
10678
|
}) => 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
10679
|
fileName: u0,
|
|
10484
|
-
lineNumber:
|
|
10680
|
+
lineNumber: 15,
|
|
10485
10681
|
columnNumber: 5
|
|
10486
10682
|
} }, l.map((a, t) => /* @__PURE__ */ e.createElement(We, { key: t, ...a, ...m && {
|
|
10487
10683
|
size: "small"
|
|
10488
10684
|
}, __self: void 0, __source: {
|
|
10489
10685
|
fileName: u0,
|
|
10490
|
-
lineNumber:
|
|
10686
|
+
lineNumber: 23,
|
|
10491
10687
|
columnNumber: 9
|
|
10492
10688
|
} }))) : null;
|
|
10493
|
-
var _0 = "/codebuild/output/
|
|
10689
|
+
var _0 = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/TextTooltip/TextTooltipItem/TextTooltipItem.tsx";
|
|
10494
10690
|
const _m = ({
|
|
10495
10691
|
iconName: l,
|
|
10496
10692
|
className: r
|
|
@@ -10506,7 +10702,7 @@ const _m = ({
|
|
|
10506
10702
|
lineNumber: 12,
|
|
10507
10703
|
columnNumber: 5
|
|
10508
10704
|
} }));
|
|
10509
|
-
var N0 = "/codebuild/output/
|
|
10705
|
+
var N0 = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/TextTooltip/TextTooltip.tsx";
|
|
10510
10706
|
const ho = () => {
|
|
10511
10707
|
const l = /* @__PURE__ */ e.createElement(_m, { iconName: "report", className: "mbrs-social-report-container", __self: void 0, __source: {
|
|
10512
10708
|
fileName: N0,
|
|
@@ -10519,7 +10715,7 @@ const ho = () => {
|
|
|
10519
10715
|
columnNumber: 5
|
|
10520
10716
|
} }, l);
|
|
10521
10717
|
};
|
|
10522
|
-
var Wl = "/codebuild/output/
|
|
10718
|
+
var Wl = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/Tiles/Tiles.tsx";
|
|
10523
10719
|
const _1 = ({
|
|
10524
10720
|
href: l,
|
|
10525
10721
|
iconProps: r,
|
|
@@ -10550,7 +10746,7 @@ const _1 = ({
|
|
|
10550
10746
|
columnNumber: 7
|
|
10551
10747
|
} }, m));
|
|
10552
10748
|
};
|
|
10553
|
-
var
|
|
10749
|
+
var He = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/Timeline/Timeline.tsx";
|
|
10554
10750
|
const po = ({
|
|
10555
10751
|
events: l,
|
|
10556
10752
|
layout: r,
|
|
@@ -10559,31 +10755,31 @@ const po = ({
|
|
|
10559
10755
|
xs: "column",
|
|
10560
10756
|
md: "row"
|
|
10561
10757
|
}, color: "white", bg: "blue-grey", gap: "xl", className: b("c-timeline", m?.className), __self: void 0, __source: {
|
|
10562
|
-
fileName:
|
|
10758
|
+
fileName: He,
|
|
10563
10759
|
lineNumber: 21,
|
|
10564
10760
|
columnNumber: 5
|
|
10565
|
-
} }, /* @__PURE__ */ e.createElement(
|
|
10761
|
+
} }, /* @__PURE__ */ e.createElement(H, { as: "h2", size: {
|
|
10566
10762
|
xs: "xxs",
|
|
10567
10763
|
md: "m"
|
|
10568
10764
|
}, fontFamily: "obviously", mx: {
|
|
10569
10765
|
xs: "m",
|
|
10570
10766
|
md: "0"
|
|
10571
10767
|
}, className: "c-timeline__title", __self: void 0, __source: {
|
|
10572
|
-
fileName:
|
|
10768
|
+
fileName: He,
|
|
10573
10769
|
lineNumber: 29,
|
|
10574
10770
|
columnNumber: 7
|
|
10575
10771
|
} }, "À suivre"), /* @__PURE__ */ e.createElement(_, { as: "section", className: "c-timeline__content", flexGrow: 1, justifyContent: "between", __self: void 0, __source: {
|
|
10576
|
-
fileName:
|
|
10772
|
+
fileName: He,
|
|
10577
10773
|
lineNumber: 38,
|
|
10578
10774
|
columnNumber: 7
|
|
10579
10775
|
} }, /* @__PURE__ */ e.createElement(h, { className: "c-timeline__line", bg: "grey-300", __self: void 0, __source: {
|
|
10580
|
-
fileName:
|
|
10776
|
+
fileName: He,
|
|
10581
10777
|
lineNumber: 39,
|
|
10582
10778
|
columnNumber: 9
|
|
10583
10779
|
} }), /* @__PURE__ */ e.createElement(h, { bg: "ultramarine", className: b("c-timeline__progress-bar", {
|
|
10584
10780
|
[`c-timeline__progress-bar--is-${r}`]: r
|
|
10585
10781
|
}), __self: void 0, __source: {
|
|
10586
|
-
fileName:
|
|
10782
|
+
fileName: He,
|
|
10587
10783
|
lineNumber: 40,
|
|
10588
10784
|
columnNumber: 9
|
|
10589
10785
|
} }), l.slice(0, 5).map((c, a) => /* @__PURE__ */ e.createElement(_, { key: c.name, direction: "column", alignItems: {
|
|
@@ -10593,31 +10789,31 @@ const po = ({
|
|
|
10593
10789
|
[`c-timeline__item--is-mobile-${a + 1}`]: r === w.MOBILE && (a === 0 || a === 1),
|
|
10594
10790
|
"u-hidden": r === w.MOBILE && a >= 2
|
|
10595
10791
|
}), __self: void 0, __source: {
|
|
10596
|
-
fileName:
|
|
10792
|
+
fileName: He,
|
|
10597
10793
|
lineNumber: 47,
|
|
10598
10794
|
columnNumber: 11
|
|
10599
10795
|
} }, /* @__PURE__ */ e.createElement(_, { direction: "column", gap: "xxs", alignItems: "center", className: b("c-timeline__time-container", {
|
|
10600
10796
|
"c-timeline__time-container--is-mobile": r === w.MOBILE
|
|
10601
10797
|
}), __self: void 0, __source: {
|
|
10602
|
-
fileName:
|
|
10798
|
+
fileName: He,
|
|
10603
10799
|
lineNumber: 57,
|
|
10604
10800
|
columnNumber: 13
|
|
10605
10801
|
} }, /* @__PURE__ */ e.createElement(f, { as: "span", weight: "bold", className: "c-timeline__time", __self: void 0, __source: {
|
|
10606
|
-
fileName:
|
|
10802
|
+
fileName: He,
|
|
10607
10803
|
lineNumber: 65,
|
|
10608
10804
|
columnNumber: 15
|
|
10609
10805
|
} }, c.time), /* @__PURE__ */ e.createElement(w0, { color: "white", className: "c-timeline__separator", __self: void 0, __source: {
|
|
10610
|
-
fileName:
|
|
10806
|
+
fileName: He,
|
|
10611
10807
|
lineNumber: 68,
|
|
10612
10808
|
columnNumber: 15
|
|
10613
10809
|
} })), /* @__PURE__ */ e.createElement(f, { as: "span", size: "xxs", weight: "bold", textTransform: "uppercase", className: b("c-timeline__event", {
|
|
10614
10810
|
[`c-timeline__event--${c.color}`]: c.color
|
|
10615
10811
|
}), radius: "xxs-2", p: "xxs-2", __self: void 0, __source: {
|
|
10616
|
-
fileName:
|
|
10812
|
+
fileName: He,
|
|
10617
10813
|
lineNumber: 70,
|
|
10618
10814
|
columnNumber: 13
|
|
10619
10815
|
} }, c.name)))));
|
|
10620
|
-
var pe = "/codebuild/output/
|
|
10816
|
+
var pe = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/molecules/UserPanel/UserPanel.tsx";
|
|
10621
10817
|
const go = ({
|
|
10622
10818
|
children: l,
|
|
10623
10819
|
navigationLinks: r,
|
|
@@ -10631,7 +10827,7 @@ const go = ({
|
|
|
10631
10827
|
fileName: pe,
|
|
10632
10828
|
lineNumber: 37,
|
|
10633
10829
|
columnNumber: 7
|
|
10634
|
-
} }), /* @__PURE__ */ e.createElement(
|
|
10830
|
+
} }), /* @__PURE__ */ e.createElement(H, { as: "h2", size: "m", mt: "xxs-2", __self: void 0, __source: {
|
|
10635
10831
|
fileName: pe,
|
|
10636
10832
|
lineNumber: 38,
|
|
10637
10833
|
columnNumber: 7
|
|
@@ -10672,7 +10868,7 @@ const go = ({
|
|
|
10672
10868
|
lineNumber: 70,
|
|
10673
10869
|
columnNumber: 5
|
|
10674
10870
|
} }));
|
|
10675
|
-
var le = "/codebuild/output/
|
|
10871
|
+
var le = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/organisms/Elections/ElectionsResult.tsx";
|
|
10676
10872
|
const xo = ({
|
|
10677
10873
|
label: l,
|
|
10678
10874
|
layout: r,
|
|
@@ -10686,8 +10882,9 @@ const xo = ({
|
|
|
10686
10882
|
className: N,
|
|
10687
10883
|
...d
|
|
10688
10884
|
}) => {
|
|
10689
|
-
const v = /* @__PURE__ */ e.createElement(h, {
|
|
10690
|
-
"c-elections-result__header--has-big-line-height": c?.status
|
|
10885
|
+
const v = /* @__PURE__ */ e.createElement(h, { className: b("c-elections-result__header", {
|
|
10886
|
+
"c-elections-result__header--has-big-line-height": c?.status,
|
|
10887
|
+
"c-elections-result__header--has-min-height": i && !m && !a
|
|
10691
10888
|
}), __self: void 0, __source: {
|
|
10692
10889
|
fileName: le,
|
|
10693
10890
|
lineNumber: 55,
|
|
@@ -10713,11 +10910,11 @@ const xo = ({
|
|
|
10713
10910
|
fileName: le,
|
|
10714
10911
|
lineNumber: 80,
|
|
10715
10912
|
columnNumber: 5
|
|
10716
|
-
} }), x = /* @__PURE__ */ e.createElement(e.Fragment, null, i && r === w.MOBILE ? /* @__PURE__ */ e.createElement(_, {
|
|
10913
|
+
} }), x = /* @__PURE__ */ e.createElement(e.Fragment, null, i && r === w.MOBILE ? /* @__PURE__ */ e.createElement(_, { __self: void 0, __source: {
|
|
10717
10914
|
fileName: le,
|
|
10718
10915
|
lineNumber: 86,
|
|
10719
10916
|
columnNumber: 9
|
|
10720
|
-
} }, p, v) : v, (m || m === 0) && /* @__PURE__ */ e.createElement(rm, { percentage: m, ...t && {
|
|
10917
|
+
} }, p, v) : v, (m || m === 0) && /* @__PURE__ */ e.createElement(rm, { percentage: m, mt: "xxs", ...t && {
|
|
10721
10918
|
progressBarClassName: `c-percentage-bar__progress-bar--${t}`
|
|
10722
10919
|
}, __self: void 0, __source: {
|
|
10723
10920
|
fileName: le,
|
|
@@ -10725,26 +10922,26 @@ const xo = ({
|
|
|
10725
10922
|
columnNumber: 9
|
|
10726
10923
|
} }), (a || a === 0) && /* @__PURE__ */ e.createElement(f, { size: "xs", color: "grey-400", weight: "bold", mt: "s", __self: void 0, __source: {
|
|
10727
10924
|
fileName: le,
|
|
10728
|
-
lineNumber:
|
|
10925
|
+
lineNumber: 103,
|
|
10729
10926
|
columnNumber: 9
|
|
10730
10927
|
} }, a.toLocaleString("fr-FR"), " voix"), u && u.length > 0 && /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement(cl, { colsNumber: {
|
|
10731
10928
|
xs: 1,
|
|
10732
10929
|
sm: 2
|
|
10733
10930
|
}, gapY: "m", gapX: "xxs-2", mt: "l", "aria-hidden": u.length > 0, className: "c-elections-result__members js-expand-target", __self: void 0, __source: {
|
|
10734
10931
|
fileName: le,
|
|
10735
|
-
lineNumber:
|
|
10932
|
+
lineNumber: 109,
|
|
10736
10933
|
columnNumber: 11
|
|
10737
10934
|
} }, u.map((M, Z) => /* @__PURE__ */ e.createElement("div", { key: `${M.lastName}${M.firstName}`, __self: void 0, __source: {
|
|
10738
10935
|
fileName: le,
|
|
10739
|
-
lineNumber:
|
|
10936
|
+
lineNumber: 118,
|
|
10740
10937
|
columnNumber: 15
|
|
10741
10938
|
} }, /* @__PURE__ */ e.createElement(f, { as: "span", size: "xs", __self: void 0, __source: {
|
|
10742
10939
|
fileName: le,
|
|
10743
|
-
lineNumber:
|
|
10940
|
+
lineNumber: 119,
|
|
10744
10941
|
columnNumber: 17
|
|
10745
10942
|
} }, Z + 1, " - ", M.title, " ", M.firstName), " ", /* @__PURE__ */ e.createElement(f, { as: "span", size: "xs", weight: "bold", __self: void 0, __source: {
|
|
10746
10943
|
fileName: le,
|
|
10747
|
-
lineNumber:
|
|
10944
|
+
lineNumber: 122,
|
|
10748
10945
|
columnNumber: 17
|
|
10749
10946
|
} }, M.lastName)))), /* @__PURE__ */ e.createElement(L, { variant: "round-has-white-bg", className: "c-elections-result__expand-button js-expand-button", "aria-expanded": "false", iconProps: {
|
|
10750
10947
|
name: "chevron",
|
|
@@ -10752,30 +10949,30 @@ const xo = ({
|
|
|
10752
10949
|
svgTitle: "Expand"
|
|
10753
10950
|
}, __self: void 0, __source: {
|
|
10754
10951
|
fileName: le,
|
|
10755
|
-
lineNumber:
|
|
10952
|
+
lineNumber: 128,
|
|
10756
10953
|
columnNumber: 11
|
|
10757
10954
|
} }))), F = /* @__PURE__ */ e.createElement(e.Fragment, null, n && /* @__PURE__ */ e.createElement(f, { as: "span", color: "ultramarine", weight: "semi-bold", className: b("c-elections-result__ranking-number", {
|
|
10758
10955
|
"c-elections-result__ranking-number--has-two-numerals": n >= 10
|
|
10759
10956
|
}), mr: n >= 10 ? "xxs" : void 0, __self: void 0, __source: {
|
|
10760
10957
|
fileName: le,
|
|
10761
|
-
lineNumber:
|
|
10958
|
+
lineNumber: 146,
|
|
10762
10959
|
columnNumber: 9
|
|
10763
10960
|
} }, n), i && r === w.DESKTOP && p), y = i || n;
|
|
10764
10961
|
return /* @__PURE__ */ e.createElement(h, { ...d, className: b("c-elections-result", N), bg: "grey-100", p: "m", pb: u && u.length > 0 ? "xxl" : "m", __self: void 0, __source: {
|
|
10765
10962
|
fileName: le,
|
|
10766
|
-
lineNumber:
|
|
10963
|
+
lineNumber: 165,
|
|
10767
10964
|
columnNumber: 5
|
|
10768
10965
|
} }, y ? /* @__PURE__ */ e.createElement(_, { __self: void 0, __source: {
|
|
10769
10966
|
fileName: le,
|
|
10770
|
-
lineNumber:
|
|
10967
|
+
lineNumber: 173,
|
|
10771
10968
|
columnNumber: 9
|
|
10772
|
-
} }, F, /* @__PURE__ */ e.createElement(W, { grow: 1, __self: void 0, __source: {
|
|
10969
|
+
} }, F, /* @__PURE__ */ e.createElement(W, { grow: 1, align: "center", __self: void 0, __source: {
|
|
10773
10970
|
fileName: le,
|
|
10774
|
-
lineNumber:
|
|
10971
|
+
lineNumber: 175,
|
|
10775
10972
|
columnNumber: 11
|
|
10776
10973
|
} }, x)) : x);
|
|
10777
10974
|
};
|
|
10778
|
-
var Gl = "/codebuild/output/
|
|
10975
|
+
var Gl = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/organisms/Footer/AppButton.tsx";
|
|
10779
10976
|
const f1 = ({
|
|
10780
10977
|
href: l,
|
|
10781
10978
|
iconName: r,
|
|
@@ -10802,8 +10999,8 @@ const f1 = ({
|
|
|
10802
10999
|
lineNumber: 19,
|
|
10803
11000
|
columnNumber: 7
|
|
10804
11001
|
} }, m)));
|
|
10805
|
-
var d0 = "/codebuild/output/
|
|
10806
|
-
const
|
|
11002
|
+
var d0 = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/organisms/Footer/FooterLinks.tsx";
|
|
11003
|
+
const H0 = ({
|
|
10807
11004
|
links: l,
|
|
10808
11005
|
...r
|
|
10809
11006
|
}) => /* @__PURE__ */ e.createElement(_, { gapX: "xs", ...r, wrap: "wrap", className: b("c-footer-links", r?.className), __self: void 0, __source: {
|
|
@@ -10815,7 +11012,7 @@ const V0 = ({
|
|
|
10815
11012
|
lineNumber: 17,
|
|
10816
11013
|
columnNumber: 7
|
|
10817
11014
|
} })));
|
|
10818
|
-
var T1 = "/codebuild/output/
|
|
11015
|
+
var T1 = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/organisms/Footer/FooterSocialIcons.tsx";
|
|
10819
11016
|
const Z0 = ({
|
|
10820
11017
|
socialIcons: l,
|
|
10821
11018
|
themeColor: r,
|
|
@@ -10833,7 +11030,7 @@ const Z0 = ({
|
|
|
10833
11030
|
lineNumber: 26,
|
|
10834
11031
|
columnNumber: 9
|
|
10835
11032
|
} }))));
|
|
10836
|
-
var
|
|
11033
|
+
var V = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/organisms/Footer/FooterDesktop.tsx";
|
|
10837
11034
|
const Nm = ({
|
|
10838
11035
|
logoHref: l,
|
|
10839
11036
|
categories: r,
|
|
@@ -10842,7 +11039,7 @@ const Nm = ({
|
|
|
10842
11039
|
archives: a,
|
|
10843
11040
|
links: t
|
|
10844
11041
|
}) => /* @__PURE__ */ e.createElement(h, { as: "footer", id: "footer", className: "c-footer", bg: m || "ultramarine", __self: void 0, __source: {
|
|
10845
|
-
fileName:
|
|
11042
|
+
fileName: V,
|
|
10846
11043
|
lineNumber: 15,
|
|
10847
11044
|
columnNumber: 3
|
|
10848
11045
|
} }, /* @__PURE__ */ e.createElement(_, { as: "section", direction: {
|
|
@@ -10858,127 +11055,127 @@ const Nm = ({
|
|
|
10858
11055
|
xs: "center",
|
|
10859
11056
|
lg: "start"
|
|
10860
11057
|
}, __self: void 0, __source: {
|
|
10861
|
-
fileName:
|
|
11058
|
+
fileName: V,
|
|
10862
11059
|
lineNumber: 17,
|
|
10863
11060
|
columnNumber: 5
|
|
10864
11061
|
} }, /* @__PURE__ */ e.createElement("section", { className: "c-footer__left", __self: void 0, __source: {
|
|
10865
|
-
fileName:
|
|
11062
|
+
fileName: V,
|
|
10866
11063
|
lineNumber: 28,
|
|
10867
11064
|
columnNumber: 7
|
|
10868
11065
|
} }, /* @__PURE__ */ e.createElement(S, { href: l, __self: void 0, __source: {
|
|
10869
|
-
fileName:
|
|
11066
|
+
fileName: V,
|
|
10870
11067
|
lineNumber: 30,
|
|
10871
11068
|
columnNumber: 9
|
|
10872
11069
|
} }, /* @__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:
|
|
11070
|
+
fileName: V,
|
|
10874
11071
|
lineNumber: 31,
|
|
10875
11072
|
columnNumber: 11
|
|
10876
11073
|
} })), /* @__PURE__ */ e.createElement(Z0, { socialIcons: c, themeColor: m, mt: "xxl", className: "c-footer__social-icons", __self: void 0, __source: {
|
|
10877
|
-
fileName:
|
|
11074
|
+
fileName: V,
|
|
10878
11075
|
lineNumber: 42,
|
|
10879
11076
|
columnNumber: 9
|
|
10880
11077
|
} }), /* @__PURE__ */ e.createElement(Ee, { color: "grey-200", my: "xl", __self: void 0, __source: {
|
|
10881
|
-
fileName:
|
|
11078
|
+
fileName: V,
|
|
10882
11079
|
lineNumber: 49,
|
|
10883
11080
|
columnNumber: 9
|
|
10884
11081
|
} }), /* @__PURE__ */ e.createElement("section", { __self: void 0, __source: {
|
|
10885
|
-
fileName:
|
|
11082
|
+
fileName: V,
|
|
10886
11083
|
lineNumber: 50,
|
|
10887
11084
|
columnNumber: 9
|
|
10888
11085
|
} }, /* @__PURE__ */ e.createElement(f, { size: "m", color: "white", mb: "s", weight: "bold", __self: void 0, __source: {
|
|
10889
|
-
fileName:
|
|
11086
|
+
fileName: V,
|
|
10890
11087
|
lineNumber: 51,
|
|
10891
11088
|
columnNumber: 11
|
|
10892
11089
|
} }, "Nos applications"), /* @__PURE__ */ e.createElement(f, { color: "white", mb: "l", __self: void 0, __source: {
|
|
10893
|
-
fileName:
|
|
11090
|
+
fileName: V,
|
|
10894
11091
|
lineNumber: 54,
|
|
10895
11092
|
columnNumber: 11
|
|
10896
11093
|
} }, "Découvrez l‘ensemble de nos applications 20 Minutes !"), /* @__PURE__ */ e.createElement(_, { gap: "xs", wrap: "wrap", __self: void 0, __source: {
|
|
10897
|
-
fileName:
|
|
11094
|
+
fileName: V,
|
|
10898
11095
|
lineNumber: 59,
|
|
10899
11096
|
columnNumber: 11
|
|
10900
11097
|
} }, /* @__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:
|
|
11098
|
+
fileName: V,
|
|
10902
11099
|
lineNumber: 60,
|
|
10903
11100
|
columnNumber: 13
|
|
10904
11101
|
} }), /* @__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:
|
|
11102
|
+
fileName: V,
|
|
10906
11103
|
lineNumber: 66,
|
|
10907
11104
|
columnNumber: 13
|
|
10908
11105
|
} }))), a && /* @__PURE__ */ e.createElement("section", { __self: void 0, __source: {
|
|
10909
|
-
fileName:
|
|
11106
|
+
fileName: V,
|
|
10910
11107
|
lineNumber: 75,
|
|
10911
11108
|
columnNumber: 11
|
|
10912
11109
|
} }, /* @__PURE__ */ e.createElement(Ee, { color: "grey-200", my: "xl", __self: void 0, __source: {
|
|
10913
|
-
fileName:
|
|
11110
|
+
fileName: V,
|
|
10914
11111
|
lineNumber: 76,
|
|
10915
11112
|
columnNumber: 13
|
|
10916
11113
|
} }), /* @__PURE__ */ e.createElement(f, { size: "m", color: "white", mb: "s", weight: "bold", __self: void 0, __source: {
|
|
10917
|
-
fileName:
|
|
11114
|
+
fileName: V,
|
|
10918
11115
|
lineNumber: 77,
|
|
10919
11116
|
columnNumber: 13
|
|
10920
11117
|
} }, "Archives"), /* @__PURE__ */ e.createElement(cl, { as: "ul", colsNumber: 6, gap: "s", __self: void 0, __source: {
|
|
10921
|
-
fileName:
|
|
11118
|
+
fileName: V,
|
|
10922
11119
|
lineNumber: 80,
|
|
10923
11120
|
columnNumber: 13
|
|
10924
11121
|
} }, a.map((n) => /* @__PURE__ */ e.createElement("li", { key: n.name, __self: void 0, __source: {
|
|
10925
|
-
fileName:
|
|
11122
|
+
fileName: V,
|
|
10926
11123
|
lineNumber: 82,
|
|
10927
11124
|
columnNumber: 17
|
|
10928
11125
|
} }, /* @__PURE__ */ e.createElement(S, { key: n.name, href: n.href, color: "white", __self: void 0, __source: {
|
|
10929
|
-
fileName:
|
|
11126
|
+
fileName: V,
|
|
10930
11127
|
lineNumber: 83,
|
|
10931
11128
|
columnNumber: 19
|
|
10932
11129
|
} }, 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:
|
|
11130
|
+
fileName: V,
|
|
10934
11131
|
lineNumber: 94,
|
|
10935
11132
|
columnNumber: 7
|
|
10936
11133
|
} }, r.map((n) => n.links.length === 0 ? null : /* @__PURE__ */ e.createElement(_, { as: "section", direction: "column", key: n.name, __self: void 0, __source: {
|
|
10937
|
-
fileName:
|
|
11134
|
+
fileName: V,
|
|
10938
11135
|
lineNumber: 104,
|
|
10939
11136
|
columnNumber: 13
|
|
10940
|
-
} }, /* @__PURE__ */ e.createElement(
|
|
10941
|
-
fileName:
|
|
11137
|
+
} }, /* @__PURE__ */ e.createElement(H, { as: "h3", mb: "m", size: "xxs", __self: void 0, __source: {
|
|
11138
|
+
fileName: V,
|
|
10942
11139
|
lineNumber: 105,
|
|
10943
11140
|
columnNumber: 15
|
|
10944
11141
|
} }, /* @__PURE__ */ e.createElement(S, { ...n.links[0], color: "white", __self: void 0, __source: {
|
|
10945
|
-
fileName:
|
|
11142
|
+
fileName: V,
|
|
10946
11143
|
lineNumber: 106,
|
|
10947
11144
|
columnNumber: 17
|
|
10948
11145
|
} })), /* @__PURE__ */ e.createElement("ul", { __self: void 0, __source: {
|
|
10949
|
-
fileName:
|
|
11146
|
+
fileName: V,
|
|
10950
11147
|
lineNumber: 108,
|
|
10951
11148
|
columnNumber: 15
|
|
10952
11149
|
} }, 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:
|
|
11150
|
+
fileName: V,
|
|
10954
11151
|
lineNumber: 110,
|
|
10955
11152
|
columnNumber: 19
|
|
10956
11153
|
} }, /* @__PURE__ */ e.createElement(S, { ...u, color: "white", __self: void 0, __source: {
|
|
10957
|
-
fileName:
|
|
11154
|
+
fileName: V,
|
|
10958
11155
|
lineNumber: 111,
|
|
10959
11156
|
columnNumber: 21
|
|
10960
11157
|
} })))))))), /* @__PURE__ */ e.createElement(Ee, { color: "grey-200", __self: void 0, __source: {
|
|
10961
|
-
fileName:
|
|
11158
|
+
fileName: V,
|
|
10962
11159
|
lineNumber: 121,
|
|
10963
11160
|
columnNumber: 5
|
|
10964
11161
|
} }), /* @__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:
|
|
11162
|
+
fileName: V,
|
|
10966
11163
|
lineNumber: 124,
|
|
10967
11164
|
columnNumber: 5
|
|
10968
|
-
} }, /* @__PURE__ */ e.createElement(
|
|
10969
|
-
fileName:
|
|
11165
|
+
} }, /* @__PURE__ */ e.createElement(H0, { links: t, justifyContent: "center", mb: "xl", __self: void 0, __source: {
|
|
11166
|
+
fileName: V,
|
|
10970
11167
|
lineNumber: 133,
|
|
10971
11168
|
columnNumber: 7
|
|
10972
11169
|
} }), /* @__PURE__ */ e.createElement("strong", { __self: void 0, __source: {
|
|
10973
|
-
fileName:
|
|
11170
|
+
fileName: V,
|
|
10974
11171
|
lineNumber: 134,
|
|
10975
11172
|
columnNumber: 7
|
|
10976
11173
|
} }, "© Copyright 20 Minutes"), /* @__PURE__ */ e.createElement("p", { __self: void 0, __source: {
|
|
10977
|
-
fileName:
|
|
11174
|
+
fileName: V,
|
|
10978
11175
|
lineNumber: 135,
|
|
10979
11176
|
columnNumber: 7
|
|
10980
11177
|
} }, "La fréquentation de 20 Minutes est certifiée par l‘ACPM")));
|
|
10981
|
-
var K = "/codebuild/output/
|
|
11178
|
+
var K = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/organisms/Footer/FooterMobile.tsx";
|
|
10982
11179
|
const dm = ({
|
|
10983
11180
|
logoHref: l,
|
|
10984
11181
|
categories: r,
|
|
@@ -11071,7 +11268,7 @@ const dm = ({
|
|
|
11071
11268
|
fileName: K,
|
|
11072
11269
|
lineNumber: 102,
|
|
11073
11270
|
columnNumber: 5
|
|
11074
|
-
} }, /* @__PURE__ */ e.createElement(
|
|
11271
|
+
} }, /* @__PURE__ */ e.createElement(H0, { links: a, gapX: "s", mb: "xl", __self: void 0, __source: {
|
|
11075
11272
|
fileName: K,
|
|
11076
11273
|
lineNumber: 103,
|
|
11077
11274
|
columnNumber: 7
|
|
@@ -11084,7 +11281,7 @@ const dm = ({
|
|
|
11084
11281
|
lineNumber: 105,
|
|
11085
11282
|
columnNumber: 7
|
|
11086
11283
|
} }, "La fréquentation de 20 Minutes est certifiée par l‘ACPM")));
|
|
11087
|
-
var b0 = "/codebuild/output/
|
|
11284
|
+
var b0 = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/organisms/Footer/Footer.tsx";
|
|
11088
11285
|
const Eo = ({
|
|
11089
11286
|
layout: l = w.MOBILE,
|
|
11090
11287
|
...r
|
|
@@ -11097,7 +11294,7 @@ const Eo = ({
|
|
|
11097
11294
|
lineNumber: 25,
|
|
11098
11295
|
columnNumber: 66
|
|
11099
11296
|
} });
|
|
11100
|
-
var f0 = "/codebuild/output/
|
|
11297
|
+
var f0 = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/organisms/Header/Header.tsx";
|
|
11101
11298
|
const wo = ({
|
|
11102
11299
|
layout: l = w.MOBILE,
|
|
11103
11300
|
backhref: r,
|
|
@@ -11111,7 +11308,7 @@ const wo = ({
|
|
|
11111
11308
|
lineNumber: 29,
|
|
11112
11309
|
columnNumber: 5
|
|
11113
11310
|
} });
|
|
11114
|
-
var bm = "/codebuild/output/
|
|
11311
|
+
var bm = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/atoms/SkipLink/SkipLink.tsx";
|
|
11115
11312
|
const bl = e.forwardRef(({
|
|
11116
11313
|
href: l,
|
|
11117
11314
|
children: r,
|
|
@@ -11122,7 +11319,7 @@ const bl = e.forwardRef(({
|
|
|
11122
11319
|
columnNumber: 5
|
|
11123
11320
|
} }, r));
|
|
11124
11321
|
bl.displayName = "SkipLink";
|
|
11125
|
-
var I = "/codebuild/output/
|
|
11322
|
+
var I = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/organisms/Header/HeaderDesktop.tsx";
|
|
11126
11323
|
const fm = {
|
|
11127
11324
|
logo: [190, 47],
|
|
11128
11325
|
"logo-tempo": [162, 52],
|
|
@@ -11290,7 +11487,7 @@ const fm = {
|
|
|
11290
11487
|
columnNumber: 11
|
|
11291
11488
|
} }))));
|
|
11292
11489
|
};
|
|
11293
|
-
var be = "/codebuild/output/
|
|
11490
|
+
var be = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/organisms/Header/HeaderMobile.tsx";
|
|
11294
11491
|
const hm = {
|
|
11295
11492
|
logo: [114, 28],
|
|
11296
11493
|
"logo-tempo": [96, 34],
|
|
@@ -11371,7 +11568,7 @@ const hm = {
|
|
|
11371
11568
|
columnNumber: 9
|
|
11372
11569
|
} })));
|
|
11373
11570
|
};
|
|
11374
|
-
var Pe = "/codebuild/output/
|
|
11571
|
+
var Pe = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/organisms/MostReadArticles/MostReadArticles.tsx";
|
|
11375
11572
|
const yo = ({
|
|
11376
11573
|
tabItems: l,
|
|
11377
11574
|
layout: r,
|
|
@@ -11456,13 +11653,13 @@ const yo = ({
|
|
|
11456
11653
|
} })))
|
|
11457
11654
|
};
|
|
11458
11655
|
});
|
|
11459
|
-
return d.length === 0 ? null : /* @__PURE__ */ e.createElement(
|
|
11656
|
+
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
11657
|
fileName: Pe,
|
|
11461
11658
|
lineNumber: 150,
|
|
11462
11659
|
columnNumber: 5
|
|
11463
11660
|
} });
|
|
11464
11661
|
};
|
|
11465
|
-
var Nl = "/codebuild/output/
|
|
11662
|
+
var Nl = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/organisms/MostWatchVideos/MostWatchVideos.tsx";
|
|
11466
11663
|
const zo = ({
|
|
11467
11664
|
tabItems: l,
|
|
11468
11665
|
layout: r,
|
|
@@ -11512,14 +11709,14 @@ const zo = ({
|
|
|
11512
11709
|
columnNumber: 15
|
|
11513
11710
|
} })))
|
|
11514
11711
|
}));
|
|
11515
|
-
return N.length === 0 ? null : /* @__PURE__ */ e.createElement(
|
|
11712
|
+
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
11713
|
fileName: Nl,
|
|
11517
11714
|
lineNumber: 109,
|
|
11518
11715
|
columnNumber: 5
|
|
11519
11716
|
} });
|
|
11520
11717
|
};
|
|
11521
|
-
var ge = "/codebuild/output/
|
|
11522
|
-
const
|
|
11718
|
+
var ge = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/organisms/OverviewBar/OverviewBar.tsx";
|
|
11719
|
+
const ko = ({
|
|
11523
11720
|
articles: l,
|
|
11524
11721
|
layout: r,
|
|
11525
11722
|
hasStepper: m,
|
|
@@ -11536,7 +11733,7 @@ const Co = ({
|
|
|
11536
11733
|
fileName: ge,
|
|
11537
11734
|
lineNumber: 41,
|
|
11538
11735
|
columnNumber: 52
|
|
11539
|
-
} }) : " ", "du moment")), n = /* @__PURE__ */ e.createElement(
|
|
11736
|
+
} }) : " ", "du moment")), n = /* @__PURE__ */ e.createElement(H, { as: "h2", size: {
|
|
11540
11737
|
xs: "xxs-2",
|
|
11541
11738
|
md: "xxs-3"
|
|
11542
11739
|
}, weight: "bold", color: c === "overview" ? "ultramarine" : "orange", ml: {
|
|
@@ -11643,27 +11840,27 @@ const Co = ({
|
|
|
11643
11840
|
columnNumber: 54
|
|
11644
11841
|
} }));
|
|
11645
11842
|
};
|
|
11646
|
-
var
|
|
11647
|
-
const
|
|
11843
|
+
var V1 = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/organisms/PhotoSwipeGallery/PhotoSwipeGallery.tsx";
|
|
11844
|
+
const Co = ({
|
|
11648
11845
|
medias: l,
|
|
11649
11846
|
...r
|
|
11650
11847
|
}) => !l || l.length === 0 ? null : /* @__PURE__ */ e.createElement(h, { ...r, className: "pswp-gallery", id: "photoswipe-gallery", __self: void 0, __source: {
|
|
11651
|
-
fileName:
|
|
11848
|
+
fileName: V1,
|
|
11652
11849
|
lineNumber: 16,
|
|
11653
11850
|
columnNumber: 5
|
|
11654
|
-
} }, l.map((m, c) => /* @__PURE__ */ e.createElement("a", { href: m?.imgProps?.defaultFormat ?
|
|
11851
|
+
} }, l.map((m, c) => /* @__PURE__ */ e.createElement("a", { href: m?.imgProps?.defaultFormat ? H1({
|
|
11655
11852
|
src: m.src,
|
|
11656
11853
|
format: m.imgProps.defaultFormat
|
|
11657
11854
|
}) : 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:
|
|
11855
|
+
fileName: V1,
|
|
11659
11856
|
lineNumber: 18,
|
|
11660
11857
|
columnNumber: 9
|
|
11661
11858
|
} }, /* @__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:
|
|
11859
|
+
fileName: V1,
|
|
11663
11860
|
lineNumber: 32,
|
|
11664
11861
|
columnNumber: 11
|
|
11665
11862
|
} }))));
|
|
11666
|
-
var P = "/codebuild/output/
|
|
11863
|
+
var P = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/organisms/Ranking/Ranking.tsx";
|
|
11667
11864
|
const Mo = ({
|
|
11668
11865
|
playerData: l,
|
|
11669
11866
|
layout: r,
|
|
@@ -11775,7 +11972,7 @@ const Mo = ({
|
|
|
11775
11972
|
columnNumber: 11
|
|
11776
11973
|
} }, t.wins))));
|
|
11777
11974
|
};
|
|
11778
|
-
var re = "/codebuild/output/
|
|
11975
|
+
var re = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/organisms/ThreeColumnsArticles/ThreeColumnsArticles.tsx";
|
|
11779
11976
|
const gm = ({
|
|
11780
11977
|
title: l,
|
|
11781
11978
|
articles: r,
|
|
@@ -11882,7 +12079,7 @@ const gm = ({
|
|
|
11882
12079
|
}
|
|
11883
12080
|
}
|
|
11884
12081
|
))) : null;
|
|
11885
|
-
var v0 = "/codebuild/output/
|
|
12082
|
+
var v0 = "/codebuild/output/src1612052628/src/github.com/20minutes/hela/src/components/organisms/Toolbar/Toolbar.tsx";
|
|
11886
12083
|
const So = ({
|
|
11887
12084
|
items: l,
|
|
11888
12085
|
activeItem: r,
|
|
@@ -11931,8 +12128,8 @@ export {
|
|
|
11931
12128
|
zc as CardLargeLive,
|
|
11932
12129
|
Dr as CardMedium,
|
|
11933
12130
|
Rr as CardMost,
|
|
11934
|
-
|
|
11935
|
-
|
|
12131
|
+
kc as CardMovie,
|
|
12132
|
+
Cc as CardNewsletter,
|
|
11936
12133
|
j0 as CardOverview,
|
|
11937
12134
|
Or as CardProduct,
|
|
11938
12135
|
Mc as CardSideImage,
|
|
@@ -11950,10 +12147,10 @@ export {
|
|
|
11950
12147
|
d1 as Collapse,
|
|
11951
12148
|
Lc as Comment,
|
|
11952
12149
|
Tc as CommentButton,
|
|
11953
|
-
|
|
12150
|
+
Vc as CommentCount,
|
|
11954
12151
|
c0 as Countdown,
|
|
11955
12152
|
o1 as CountdownItem,
|
|
11956
|
-
|
|
12153
|
+
Hc as DarkModeSwitch,
|
|
11957
12154
|
Zc as DiscoverList,
|
|
11958
12155
|
Ee as Divider,
|
|
11959
12156
|
I1 as DividerSection,
|
|
@@ -11977,7 +12174,7 @@ export {
|
|
|
11977
12174
|
qc as HeaderSection,
|
|
11978
12175
|
Kc as HeaderSideModal,
|
|
11979
12176
|
D1 as HeaderTitle,
|
|
11980
|
-
|
|
12177
|
+
H as Heading,
|
|
11981
12178
|
Wc as HoroscopeContent,
|
|
11982
12179
|
Gc as HoroscopeTiles,
|
|
11983
12180
|
Qr as HoroscopeTopicCard,
|
|
@@ -12016,10 +12213,10 @@ export {
|
|
|
12016
12213
|
ao as Newsletter,
|
|
12017
12214
|
to as OrderedListWithNumber,
|
|
12018
12215
|
br as Overlay,
|
|
12019
|
-
|
|
12216
|
+
ko as OverviewBar,
|
|
12020
12217
|
no as Pagination,
|
|
12021
12218
|
rm as PercentageBar,
|
|
12022
|
-
|
|
12219
|
+
Co as PhotoSwipeGallery,
|
|
12023
12220
|
A1 as Pipe,
|
|
12024
12221
|
io as Prose,
|
|
12025
12222
|
ac as RadioButton,
|
|
@@ -12048,11 +12245,11 @@ export {
|
|
|
12048
12245
|
im as StreakBlock,
|
|
12049
12246
|
um as SubMenu,
|
|
12050
12247
|
mc as SvgSprite,
|
|
12051
|
-
|
|
12248
|
+
C0 as Switch,
|
|
12052
12249
|
yr as Tab,
|
|
12053
|
-
|
|
12250
|
+
kr as TabPanel,
|
|
12054
12251
|
fo as Table,
|
|
12055
|
-
|
|
12252
|
+
V0 as Tabs,
|
|
12056
12253
|
We as Tag,
|
|
12057
12254
|
vo as TagBar,
|
|
12058
12255
|
f as Text,
|
|
@@ -12088,9 +12285,9 @@ export {
|
|
|
12088
12285
|
Y as forwardRef,
|
|
12089
12286
|
D0 as franceMainCities,
|
|
12090
12287
|
U0 as getSrcSetFromFormats,
|
|
12091
|
-
|
|
12288
|
+
Vm as headingSizeTokenNameList,
|
|
12092
12289
|
zm as iconTokenNameHorscopeChineseList,
|
|
12093
|
-
|
|
12290
|
+
km as iconTokenNameHorscopeZodiacList,
|
|
12094
12291
|
ym as iconTokenNameList,
|
|
12095
12292
|
$r as imageConfigDesktop,
|
|
12096
12293
|
Br as imageConfigMobile,
|
|
@@ -12100,15 +12297,15 @@ export {
|
|
|
12100
12297
|
g0 as paddingSystemProps,
|
|
12101
12298
|
Wm as politicalPartiesColors,
|
|
12102
12299
|
p0 as radiusSystemProps,
|
|
12103
|
-
|
|
12104
|
-
|
|
12300
|
+
Cm as radiusTokenNameList,
|
|
12301
|
+
H1 as replaceSrcFormat,
|
|
12105
12302
|
lc as rotationList,
|
|
12106
12303
|
x0 as spacingSystemProps,
|
|
12107
12304
|
Em as spacingTokenNameList,
|
|
12108
12305
|
K0 as systemProps,
|
|
12109
12306
|
jm as textAlignList,
|
|
12110
12307
|
Sm as textDecorationList,
|
|
12111
|
-
|
|
12308
|
+
Hm as textSizeTokenNameList,
|
|
12112
12309
|
$m as textTransformList,
|
|
12113
12310
|
Gm as themeColorAvailables,
|
|
12114
12311
|
Fm as themeList,
|