@20minutes/hela 2.21.7 → 2.21.9
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/components/atoms/Tag/Tag.d.ts +1 -1
- package/dist/components/organisms/Ranking/Ranking.d.ts +13 -12
- package/dist/index.es.js +608 -615
- package/dist/index.umd.cjs +1 -1
- package/dist/js/scripts.es.js +366 -373
- package/dist/js/scripts.umd.cjs +1 -1
- package/dist/scss/abstracts/variables/_token-variables.scss +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as e, jsxs as t, Fragment as S } from "react/jsx-runtime";
|
|
2
|
-
import a1, { Fragment as
|
|
2
|
+
import a1, { Fragment as E1, useMemo as K, useState as ue, createElement as pe } from "react";
|
|
3
3
|
function ge(a) {
|
|
4
4
|
return a && a.__esModule && Object.prototype.hasOwnProperty.call(a, "default") ? a.default : a;
|
|
5
5
|
}
|
|
@@ -38,7 +38,7 @@ function ve() {
|
|
|
38
38
|
})(M1)), M1.exports;
|
|
39
39
|
}
|
|
40
40
|
var xe = ve();
|
|
41
|
-
const p = /* @__PURE__ */ ge(xe),
|
|
41
|
+
const p = /* @__PURE__ */ ge(xe), P0 = ({
|
|
42
42
|
adUnitCompletePath: a,
|
|
43
43
|
variant: s,
|
|
44
44
|
isFullscreenMobile: l = !1,
|
|
@@ -105,7 +105,7 @@ const p = /* @__PURE__ */ ge(xe), E0 = ({
|
|
|
105
105
|
)
|
|
106
106
|
]
|
|
107
107
|
}
|
|
108
|
-
),
|
|
108
|
+
), q0 = ({
|
|
109
109
|
id: a,
|
|
110
110
|
inputProps: s,
|
|
111
111
|
dataAttributes: l,
|
|
@@ -169,7 +169,7 @@ const p = /* @__PURE__ */ ge(xe), E0 = ({
|
|
|
169
169
|
}
|
|
170
170
|
)
|
|
171
171
|
] });
|
|
172
|
-
},
|
|
172
|
+
}, fe = [
|
|
173
173
|
"primary",
|
|
174
174
|
"secondary",
|
|
175
175
|
"tertiary",
|
|
@@ -177,7 +177,7 @@ const p = /* @__PURE__ */ ge(xe), E0 = ({
|
|
|
177
177
|
"dark",
|
|
178
178
|
"white",
|
|
179
179
|
"blue-ice"
|
|
180
|
-
],
|
|
180
|
+
], K0 = ["ghost", "outlined", "link", "ghost-with-icon-bg", "close"], U0 = ["column", "row", "column-reverse", "row-reverse"], G0 = ["wrap", "wrap-reverse", "no-wrap"], W0 = ["start", "end", "center", "baseline", "stretch"], Y0 = [
|
|
181
181
|
"start",
|
|
182
182
|
"end",
|
|
183
183
|
"center",
|
|
@@ -185,7 +185,7 @@ const p = /* @__PURE__ */ ge(xe), E0 = ({
|
|
|
185
185
|
"around",
|
|
186
186
|
"evenly",
|
|
187
187
|
"stretch"
|
|
188
|
-
],
|
|
188
|
+
], J0 = [
|
|
189
189
|
"start",
|
|
190
190
|
"end",
|
|
191
191
|
"center",
|
|
@@ -193,7 +193,7 @@ const p = /* @__PURE__ */ ge(xe), E0 = ({
|
|
|
193
193
|
"around",
|
|
194
194
|
"evenly",
|
|
195
195
|
"stretch"
|
|
196
|
-
], X0 = ["auto", "start", "end", "center", "stretch", "baseline"],
|
|
196
|
+
], X0 = ["auto", "start", "end", "center", "stretch", "baseline"], Q0 = ["auto", 0, 25, 33, 50, 75, 100], e2 = [0, 1], a2 = [0, 1], R = {
|
|
197
197
|
asset: {
|
|
198
198
|
font: {
|
|
199
199
|
"Obviously-Semibold": {
|
|
@@ -1382,7 +1382,7 @@ const p = /* @__PURE__ */ ge(xe), E0 = ({
|
|
|
1382
1382
|
}
|
|
1383
1383
|
}
|
|
1384
1384
|
}
|
|
1385
|
-
},
|
|
1385
|
+
}, s2 = ["underline", "dotted", "wavy", "overline"], l2 = ["left", "center", "right", "justify"], c2 = ["capitalize", "uppercase", "lowercase"], t2 = [
|
|
1386
1386
|
"break-spaces",
|
|
1387
1387
|
"normal",
|
|
1388
1388
|
"nowrap",
|
|
@@ -1390,17 +1390,17 @@ const p = /* @__PURE__ */ ge(xe), E0 = ({
|
|
|
1390
1390
|
"pre-line",
|
|
1391
1391
|
"pre-wrap",
|
|
1392
1392
|
"revert"
|
|
1393
|
-
],
|
|
1393
|
+
], r2 = Object.keys(R["font-family"]).filter(
|
|
1394
1394
|
(a) => !["base"].includes(a)
|
|
1395
|
-
), r2 = Object.keys(
|
|
1396
|
-
R["font-weight"]
|
|
1397
1395
|
), n2 = Object.keys(
|
|
1398
|
-
R
|
|
1396
|
+
R["font-weight"]
|
|
1399
1397
|
), i2 = Object.keys(
|
|
1398
|
+
R.typography.heading
|
|
1399
|
+
), o2 = Object.keys(
|
|
1400
1400
|
R.typography.text
|
|
1401
1401
|
);
|
|
1402
|
-
var
|
|
1403
|
-
const
|
|
1402
|
+
var be = /* @__PURE__ */ ((a) => (a.angry = "angry", a.heart = "heart", a.interesting = "interesting", a.laughing = "laughing", a.sad = "sad", a.shock = "shock", a.solidary = "solidary", a.down = "down", a.up = "up", a))(be || {});
|
|
1403
|
+
const P1 = {
|
|
1404
1404
|
sad: "😢",
|
|
1405
1405
|
interesting: "😍",
|
|
1406
1406
|
laughing: "😂",
|
|
@@ -1548,7 +1548,7 @@ const E1 = {
|
|
|
1548
1548
|
973: "Guyane",
|
|
1549
1549
|
974: "La Réunion",
|
|
1550
1550
|
976: "Mayotte"
|
|
1551
|
-
},
|
|
1551
|
+
}, d2 = ["xs", "sm", "md", "lg", "xl", "xxl"], _e = [
|
|
1552
1552
|
"extreme-gauche",
|
|
1553
1553
|
"parti-revolutionnaire-communiste",
|
|
1554
1554
|
"lutte-ouvriere",
|
|
@@ -1617,7 +1617,7 @@ const E1 = {
|
|
|
1617
1617
|
borderColor: ["border-color"],
|
|
1618
1618
|
bg: ["background-color"],
|
|
1619
1619
|
color: ["color"]
|
|
1620
|
-
},
|
|
1620
|
+
}, q1 = {
|
|
1621
1621
|
alignItems: ["align-items"],
|
|
1622
1622
|
alignContent: ["align-content"],
|
|
1623
1623
|
justifyContent: ["justify-content"],
|
|
@@ -1633,7 +1633,7 @@ const E1 = {
|
|
|
1633
1633
|
basis: ["flex-basis"],
|
|
1634
1634
|
shrink: ["flex-shrink"],
|
|
1635
1635
|
grow: ["flex-grow"]
|
|
1636
|
-
},
|
|
1636
|
+
}, K1 = {
|
|
1637
1637
|
radius: ["border-radius"]
|
|
1638
1638
|
}, ke = {
|
|
1639
1639
|
m: ["margin"],
|
|
@@ -1643,7 +1643,7 @@ const E1 = {
|
|
|
1643
1643
|
mb: ["margin-bottom"],
|
|
1644
1644
|
mx: ["margin-left", "margin-right"],
|
|
1645
1645
|
my: ["margin-top", "margin-bottom"]
|
|
1646
|
-
},
|
|
1646
|
+
}, U1 = {
|
|
1647
1647
|
p: ["padding"],
|
|
1648
1648
|
pt: ["padding-top"],
|
|
1649
1649
|
pr: ["padding-right"],
|
|
@@ -1651,13 +1651,13 @@ const E1 = {
|
|
|
1651
1651
|
pb: ["padding-bottom"],
|
|
1652
1652
|
px: ["padding-left", "padding-right"],
|
|
1653
1653
|
py: ["padding-top", "padding-bottom"]
|
|
1654
|
-
},
|
|
1654
|
+
}, G1 = {
|
|
1655
1655
|
...ke,
|
|
1656
|
-
...
|
|
1656
|
+
...U1
|
|
1657
1657
|
}, Me = {
|
|
1658
|
-
...
|
|
1658
|
+
...G1,
|
|
1659
1659
|
...ze,
|
|
1660
|
-
...
|
|
1660
|
+
...K1
|
|
1661
1661
|
}, Ce = {
|
|
1662
1662
|
textAlign: ["text-align"],
|
|
1663
1663
|
weight: ["font-weight"],
|
|
@@ -1666,19 +1666,19 @@ const E1 = {
|
|
|
1666
1666
|
textTransform: ["text-transform"],
|
|
1667
1667
|
fontFamily: ["font-family"],
|
|
1668
1668
|
whiteSpace: ["white-space"]
|
|
1669
|
-
},
|
|
1669
|
+
}, h2 = Object.keys(R.color.theme), m2 = ["light", "dark"], u2 = Object.keys(R.spacing), p2 = [
|
|
1670
1670
|
...Object.keys(R.color.primary),
|
|
1671
1671
|
...Object.keys(R.color.secondary),
|
|
1672
1672
|
...Object.keys(R.color.greyscale),
|
|
1673
1673
|
...Object.keys(R.color.status),
|
|
1674
1674
|
...Object.keys(R.color.theme)
|
|
1675
|
-
],
|
|
1675
|
+
], g2 = Object.keys(R.asset.icon), v2 = Object.keys(
|
|
1676
1676
|
R.asset.icon["horoscope-sign"].chinese
|
|
1677
|
-
), v2 = Object.keys(
|
|
1678
|
-
R.asset.icon["horoscope-sign"].zodiac
|
|
1679
1677
|
), x2 = Object.keys(
|
|
1678
|
+
R.asset.icon["horoscope-sign"].zodiac
|
|
1679
|
+
), w2 = Object.keys(
|
|
1680
1680
|
R.asset.icon["numerology-sign"]
|
|
1681
|
-
),
|
|
1681
|
+
), f2 = Object.keys(R.radius), b2 = [
|
|
1682
1682
|
"20-arena",
|
|
1683
1683
|
"on-vous-en-dit-plus",
|
|
1684
1684
|
"planete-c",
|
|
@@ -1705,8 +1705,8 @@ const V = j(
|
|
|
1705
1705
|
isCloseWithProgress: v,
|
|
1706
1706
|
closeProgressColor: w,
|
|
1707
1707
|
..._
|
|
1708
|
-
},
|
|
1709
|
-
const
|
|
1708
|
+
}, f) => {
|
|
1709
|
+
const b = {
|
|
1710
1710
|
..._?.style,
|
|
1711
1711
|
...w && {
|
|
1712
1712
|
"--button-close-progress-color": `var(--color-theme-${w})`
|
|
@@ -1716,9 +1716,9 @@ const V = j(
|
|
|
1716
1716
|
m,
|
|
1717
1717
|
{
|
|
1718
1718
|
..._,
|
|
1719
|
-
style:
|
|
1719
|
+
style: b,
|
|
1720
1720
|
as: a,
|
|
1721
|
-
ref:
|
|
1721
|
+
ref: f,
|
|
1722
1722
|
alignItems: "center",
|
|
1723
1723
|
justifyContent: "center",
|
|
1724
1724
|
gap: "xxs",
|
|
@@ -1759,7 +1759,7 @@ const V = j(
|
|
|
1759
1759
|
}
|
|
1760
1760
|
);
|
|
1761
1761
|
V.displayName = "Button";
|
|
1762
|
-
const
|
|
1762
|
+
const y2 = ({
|
|
1763
1763
|
id: a,
|
|
1764
1764
|
className: s,
|
|
1765
1765
|
required: l,
|
|
@@ -1849,7 +1849,7 @@ const f2 = ({
|
|
|
1849
1849
|
), Z1 = ({
|
|
1850
1850
|
bg: a = "ultramarine",
|
|
1851
1851
|
...s
|
|
1852
|
-
}) => /* @__PURE__ */ e(x, { ...s, className: p("c-divider-section", s?.className), children: /* @__PURE__ */ e(x, { as: "hr", className: p("c-divider-section__line"), bg: a }) }),
|
|
1852
|
+
}) => /* @__PURE__ */ e(x, { ...s, className: p("c-divider-section", s?.className), children: /* @__PURE__ */ e(x, { as: "hr", className: p("c-divider-section__line"), bg: a }) }), W1 = j(
|
|
1853
1853
|
({ color: a = "black", thickness: s = "thin", ...l }, c) => /* @__PURE__ */ e(
|
|
1854
1854
|
x,
|
|
1855
1855
|
{
|
|
@@ -1865,7 +1865,7 @@ const f2 = ({
|
|
|
1865
1865
|
)
|
|
1866
1866
|
}
|
|
1867
1867
|
)
|
|
1868
|
-
),
|
|
1868
|
+
), _2 = ["quarter", "half", "three-quarter"], z2 = ["small", "medium", "big"], Se = (a) => typeof a == "string" && _e.includes(a), z = j(
|
|
1869
1869
|
({ name: a, size: s = 28, isRounded: l = !1, border: c, rotation: r, svgTitle: n, color: i, ...o }, d) => {
|
|
1870
1870
|
const u = Array.isArray(s) ? s?.[0] : s, h = Array.isArray(s) ? s?.[1] : s, v = !n, w = Se(i);
|
|
1871
1871
|
return /* @__PURE__ */ e(
|
|
@@ -1902,7 +1902,7 @@ const f2 = ({
|
|
|
1902
1902
|
}
|
|
1903
1903
|
);
|
|
1904
1904
|
}
|
|
1905
|
-
),
|
|
1905
|
+
), N2 = (a) => /* @__PURE__ */ t("svg", { xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", ...a, children: [
|
|
1906
1906
|
/* @__PURE__ */ t("symbol", { fill: "none", viewBox: "0 0 43 35", id: "20mn-pub", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1907
1907
|
/* @__PURE__ */ e(
|
|
1908
1908
|
"path",
|
|
@@ -3093,7 +3093,7 @@ const f2 = ({
|
|
|
3093
3093
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "fma", children: /* @__PURE__ */ e("path", { fill: "#fff", d: "M22 5h32v74H22z" }) }) })
|
|
3094
3094
|
] }),
|
|
3095
3095
|
/* @__PURE__ */ e("symbol", { viewBox: "0 0 20 15", id: "youtube", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ e("path", { d: "M19.5 2.8c-.1-.6-.4-1.1-.8-1.5-.4-.4-.9-.7-1.4-.9C15.7.1 10.6 0 10 0c-.6 0-5.7 0-7.2.4-.5.2-1 .4-1.4.9-.5.4-.7 1-.9 1.5C.1 4.4.1 7.4.1 7.5s0 3.1.4 4.7c.1.6.4 1.1.8 1.5.4.4.9.7 1.4.9 1.5.4 6.6.4 7.2.4.6 0 5.7 0 7.2-.4.5-.2 1-.4 1.4-.9.4-.4.7-.9.8-1.5.4-1.5.4-4.6.4-4.7s.2-3.1-.2-4.7zm-6.3 5c0 .1-.1.1-.2.2l-4.3 2.6c-.1 0-.2.1-.2.1-.1 0-.3-.1-.4-.2s-.1-.3-.1-.4V4.7c0-.1.1-.1.2-.2.1 0 .2-.1.2-.1.1 0 .2 0 .2.1L13 7.1c.1 0 .1.1.2.2s.1.2.1.3c-.1 0-.1.1-.1.2z" }) })
|
|
3096
|
-
] }),
|
|
3096
|
+
] }), k2 = [...fe, "blue-dark"], O = j(
|
|
3097
3097
|
({ iconProps: a, as: s = "button", variant: l, color: c, size: r, hasShadow: n, isLoading: i, isFloating: o, ...d }, u) => /* @__PURE__ */ e(
|
|
3098
3098
|
m,
|
|
3099
3099
|
{
|
|
@@ -3138,7 +3138,7 @@ const t1 = ({ text: a, ...s }) => /* @__PURE__ */ e(
|
|
|
3138
3138
|
children: a
|
|
3139
3139
|
}
|
|
3140
3140
|
);
|
|
3141
|
-
function
|
|
3141
|
+
function M2({ title: a, ratio: s = "auto", htmlIframeProps: l, ...c }) {
|
|
3142
3142
|
return /* @__PURE__ */ e(
|
|
3143
3143
|
x,
|
|
3144
3144
|
{
|
|
@@ -3178,13 +3178,13 @@ const Be = ({ src: a, formats: s }) => {
|
|
|
3178
3178
|
};
|
|
3179
3179
|
if (!l)
|
|
3180
3180
|
return /* @__PURE__ */ e(x, { as: "img", src: s, ...w });
|
|
3181
|
-
const _ = l.split("x"),
|
|
3182
|
-
let N,
|
|
3183
|
-
if (s && (
|
|
3184
|
-
const B = Number(
|
|
3181
|
+
const _ = l.split("x"), f = _[0], b = _[1];
|
|
3182
|
+
let N, M = `data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='${f}'%20height='${b}'%3E%3C/svg%3E`;
|
|
3183
|
+
if (s && (M = S1({ src: s, format: l }), N = Be({ formats: c, src: s }) ?? ""), u) {
|
|
3184
|
+
const B = Number(f) * 2, H = Number(b) * 2, E = `${B}x${H}`, k = S1({ src: s, format: E });
|
|
3185
3185
|
N = N ? `${N}, ${k} 2x` : `${k} 2x`;
|
|
3186
3186
|
}
|
|
3187
|
-
return w.width =
|
|
3187
|
+
return w.width = f || void 0, w.height = b !== "0" ? b : void 0, w.sizes = n || void 0, /* @__PURE__ */ e(x, { ...w, as: "img", src: M, ...N ? { srcSet: N } : {} });
|
|
3188
3188
|
}, r1 = ({ size: a, ...s }) => /* @__PURE__ */ e(g, { as: "span", size: a || "s", ...s, children: "•" }), $1 = j(
|
|
3189
3189
|
({
|
|
3190
3190
|
id: a,
|
|
@@ -3201,10 +3201,10 @@ const Be = ({ src: a, formats: s }) => {
|
|
|
3201
3201
|
containerProps: v,
|
|
3202
3202
|
isRounded: w,
|
|
3203
3203
|
isTransparent: _,
|
|
3204
|
-
isLarge:
|
|
3205
|
-
children:
|
|
3204
|
+
isLarge: f,
|
|
3205
|
+
children: b,
|
|
3206
3206
|
hint: N,
|
|
3207
|
-
error:
|
|
3207
|
+
error: M,
|
|
3208
3208
|
...B
|
|
3209
3209
|
}, H) => {
|
|
3210
3210
|
const E = n && /* @__PURE__ */ e(
|
|
@@ -3239,17 +3239,17 @@ const Be = ({ src: a, formats: s }) => {
|
|
|
3239
3239
|
/* @__PURE__ */ t(
|
|
3240
3240
|
m,
|
|
3241
3241
|
{
|
|
3242
|
-
gap: n &&
|
|
3242
|
+
gap: n && b ? "xs" : void 0,
|
|
3243
3243
|
className: p("c-input-container", {
|
|
3244
3244
|
"c-input-container--rounded": w,
|
|
3245
3245
|
"c-input-container--transparent": _,
|
|
3246
|
-
"c-input-container--large":
|
|
3247
|
-
[`c-input-container--${i}`]: n ||
|
|
3246
|
+
"c-input-container--large": f,
|
|
3247
|
+
[`c-input-container--${i}`]: n || b
|
|
3248
3248
|
}),
|
|
3249
3249
|
children: [
|
|
3250
|
-
(n ||
|
|
3250
|
+
(n || b) && /* @__PURE__ */ t(m, { gap: "s", children: [
|
|
3251
3251
|
o ? E : k,
|
|
3252
|
-
|
|
3252
|
+
b
|
|
3253
3253
|
] }),
|
|
3254
3254
|
/* @__PURE__ */ e(
|
|
3255
3255
|
"input",
|
|
@@ -3258,18 +3258,18 @@ const Be = ({ src: a, formats: s }) => {
|
|
|
3258
3258
|
className: p("c-input-container__input", s),
|
|
3259
3259
|
required: c,
|
|
3260
3260
|
ref: H,
|
|
3261
|
-
"aria-describedby": [N ? `${a}-hint` : null,
|
|
3261
|
+
"aria-describedby": [N ? `${a}-hint` : null, M ? `${a}-error` : null].filter(Boolean).join(" ") || void 0,
|
|
3262
3262
|
...B
|
|
3263
3263
|
}
|
|
3264
3264
|
)
|
|
3265
3265
|
]
|
|
3266
3266
|
}
|
|
3267
3267
|
),
|
|
3268
|
-
h?.length && /* @__PURE__ */ e(m, { wrap: "wrap", gapY: "s", gapX: "xxs-2", mt: "xxs-2", children: h.map(({ iconProps: L, textProps: G, value:
|
|
3268
|
+
h?.length && /* @__PURE__ */ e(m, { wrap: "wrap", gapY: "s", gapX: "xxs-2", mt: "xxs-2", children: h.map(({ iconProps: L, textProps: G, value: X }, q) => /* @__PURE__ */ t(m, { alignItems: "center", gap: "xxs", children: [
|
|
3269
3269
|
L && /* @__PURE__ */ e(z, { ...L }),
|
|
3270
|
-
/* @__PURE__ */ e(g, { dangerouslySetInnerHTML: { __html:
|
|
3270
|
+
/* @__PURE__ */ e(g, { dangerouslySetInnerHTML: { __html: X }, role: "alert", ...G })
|
|
3271
3271
|
] }, q?.toString())) }),
|
|
3272
|
-
|
|
3272
|
+
M && /* @__PURE__ */ e(
|
|
3273
3273
|
g,
|
|
3274
3274
|
{
|
|
3275
3275
|
as: "span",
|
|
@@ -3280,7 +3280,7 @@ const Be = ({ src: a, formats: s }) => {
|
|
|
3280
3280
|
mt: "xxs-2",
|
|
3281
3281
|
ml: "xxs-2",
|
|
3282
3282
|
role: "alert",
|
|
3283
|
-
children:
|
|
3283
|
+
children: M
|
|
3284
3284
|
}
|
|
3285
3285
|
)
|
|
3286
3286
|
]
|
|
@@ -3327,7 +3327,7 @@ const Be = ({ src: a, formats: s }) => {
|
|
|
3327
3327
|
]
|
|
3328
3328
|
}
|
|
3329
3329
|
);
|
|
3330
|
-
},
|
|
3330
|
+
}, C2 = ({ children: a }) => /* @__PURE__ */ e(Z, { as: "h4", size: "xxs", weight: "bold", color: "ultramarine", children: a }), $ = (a) => {
|
|
3331
3331
|
if (a.propValue && ["boolean", "string", "number"].includes(typeof a.propValue) || !a.propValue) {
|
|
3332
3332
|
const s = T1({
|
|
3333
3333
|
className: a.className,
|
|
@@ -3398,8 +3398,8 @@ const Be = ({ src: a, formats: s }) => {
|
|
|
3398
3398
|
...$({
|
|
3399
3399
|
propValue: l
|
|
3400
3400
|
}),
|
|
3401
|
-
|
|
3402
|
-
),
|
|
3401
|
+
Y1(c)
|
|
3402
|
+
), Y1 = (a) => p(
|
|
3403
3403
|
...$({
|
|
3404
3404
|
propValue: a.alignItems,
|
|
3405
3405
|
className: "items"
|
|
@@ -3434,21 +3434,21 @@ const Be = ({ src: a, formats: s }) => {
|
|
|
3434
3434
|
className: "self"
|
|
3435
3435
|
})
|
|
3436
3436
|
), o1 = (a) => typeof a.props == "object" ? Object.keys(a.props).reduce((s, l) => (a.systemPropNames.includes(l) || (s[l] = a.props[l]), s), {}) : {}, je = (a) => p(
|
|
3437
|
-
Object.entries(a).filter(([s]) => Object.keys(
|
|
3437
|
+
Object.entries(a).filter(([s]) => Object.keys(K1).includes(s)).reduce((s, [l, c]) => (s.push(
|
|
3438
3438
|
...$({
|
|
3439
3439
|
className: l,
|
|
3440
3440
|
propValue: c
|
|
3441
3441
|
})
|
|
3442
3442
|
), s), [])
|
|
3443
|
-
),
|
|
3444
|
-
Object.entries(a).filter(([s]) => Object.keys(
|
|
3443
|
+
), J1 = (a) => p(
|
|
3444
|
+
Object.entries(a).filter(([s]) => Object.keys(G1).includes(s)).reduce((s, [l, c]) => (s.push(
|
|
3445
3445
|
...$({
|
|
3446
3446
|
className: l,
|
|
3447
3447
|
propValue: c
|
|
3448
3448
|
})
|
|
3449
3449
|
), s), [])
|
|
3450
3450
|
), X1 = (a) => p(
|
|
3451
|
-
|
|
3451
|
+
J1(a),
|
|
3452
3452
|
$e(a),
|
|
3453
3453
|
je(a)
|
|
3454
3454
|
), B1 = ({
|
|
@@ -3493,7 +3493,7 @@ const m = j(({ as: a = "div", children: s, ...l }, c) => /* @__PURE__ */ e(
|
|
|
3493
3493
|
{
|
|
3494
3494
|
...o1({
|
|
3495
3495
|
props: l,
|
|
3496
|
-
systemPropNames: Object.keys(
|
|
3496
|
+
systemPropNames: Object.keys(q1)
|
|
3497
3497
|
}),
|
|
3498
3498
|
as: a,
|
|
3499
3499
|
ref: c,
|
|
@@ -3514,10 +3514,10 @@ const m = j(({ as: a = "div", children: s, ...l }, c) => /* @__PURE__ */ e(
|
|
|
3514
3514
|
children: s
|
|
3515
3515
|
}
|
|
3516
3516
|
)
|
|
3517
|
-
),
|
|
3517
|
+
), S2 = [1, 2, 3, 4, 5, 6, 12, "2-of-3"], s1 = ({ colsNumber: a, gap: s, gapX: l, gapY: c, children: r, ...n }) => a1.createElement(x, {
|
|
3518
3518
|
...o1({
|
|
3519
3519
|
props: n,
|
|
3520
|
-
systemPropNames: Object.keys(
|
|
3520
|
+
systemPropNames: Object.keys(q1)
|
|
3521
3521
|
}),
|
|
3522
3522
|
className: p(
|
|
3523
3523
|
"grid",
|
|
@@ -3537,10 +3537,10 @@ const m = j(({ as: a = "div", children: s, ...l }, c) => /* @__PURE__ */ e(
|
|
|
3537
3537
|
className: "grid-gap-col",
|
|
3538
3538
|
propValue: c
|
|
3539
3539
|
}),
|
|
3540
|
-
p(
|
|
3540
|
+
p(Y1(n), n?.className)
|
|
3541
3541
|
),
|
|
3542
3542
|
children: r
|
|
3543
|
-
}),
|
|
3543
|
+
}), C = j(
|
|
3544
3544
|
({
|
|
3545
3545
|
as: a = "a",
|
|
3546
3546
|
children: s,
|
|
@@ -3556,10 +3556,10 @@ const m = j(({ as: a = "div", children: s, ...l }, c) => /* @__PURE__ */ e(
|
|
|
3556
3556
|
defaultColor: v = "ultramarine",
|
|
3557
3557
|
isUnderlined: w,
|
|
3558
3558
|
..._
|
|
3559
|
-
},
|
|
3559
|
+
}, f) => {
|
|
3560
3560
|
if ((n || c) && l)
|
|
3561
3561
|
throw new Error("You can't use the color prop together with the variant or buttonColor prop");
|
|
3562
|
-
const
|
|
3562
|
+
const b = !!(n || c), N = u || h ? p(
|
|
3563
3563
|
"c-tab",
|
|
3564
3564
|
{
|
|
3565
3565
|
[`c-tab--${u}`]: u,
|
|
@@ -3572,7 +3572,7 @@ const m = j(({ as: a = "div", children: s, ...l }, c) => /* @__PURE__ */ e(
|
|
|
3572
3572
|
) : p(
|
|
3573
3573
|
"c-link",
|
|
3574
3574
|
{
|
|
3575
|
-
"c-btn":
|
|
3575
|
+
"c-btn": b && !l,
|
|
3576
3576
|
[`c-btn--${c}`]: c && !l,
|
|
3577
3577
|
[`c-btn--${n}`]: n && !l
|
|
3578
3578
|
},
|
|
@@ -3584,9 +3584,9 @@ const m = j(({ as: a = "div", children: s, ...l }, c) => /* @__PURE__ */ e(
|
|
|
3584
3584
|
{ "c-link--is-underlined": w },
|
|
3585
3585
|
_?.className
|
|
3586
3586
|
);
|
|
3587
|
-
return /* @__PURE__ */ e(x, { ..._, as: a, ref:
|
|
3587
|
+
return /* @__PURE__ */ e(x, { ..._, as: a, ref: f, color: !u && !h && !b ? l || (v === "inherit" ? void 0 : v) : void 0, className: N, children: s });
|
|
3588
3588
|
}
|
|
3589
|
-
),
|
|
3589
|
+
), Q1 = ({
|
|
3590
3590
|
dialogId: a,
|
|
3591
3591
|
children: s,
|
|
3592
3592
|
variant: l = "center",
|
|
@@ -3618,7 +3618,7 @@ const m = j(({ as: a = "div", children: s, ...l }, c) => /* @__PURE__ */ e(
|
|
|
3618
3618
|
]
|
|
3619
3619
|
}
|
|
3620
3620
|
);
|
|
3621
|
-
}, Fe = (a) => /* @__PURE__ */ e(x, { ...a, className: p("c-overlay c-overlay--with-bg", a?.className) }), V1 = ({ isWhite: a }) => /* @__PURE__ */ e("div", { className: p("c-pipe", { "c-pipe--is-white": a }) }),
|
|
3621
|
+
}, Fe = (a) => /* @__PURE__ */ e(x, { ...a, className: p("c-overlay c-overlay--with-bg", a?.className) }), V1 = ({ isWhite: a }) => /* @__PURE__ */ e("div", { className: p("c-pipe", { "c-pipe--is-white": a }) }), B2 = ({
|
|
3622
3622
|
id: a,
|
|
3623
3623
|
required: s,
|
|
3624
3624
|
label: l,
|
|
@@ -3651,7 +3651,7 @@ const m = j(({ as: a = "div", children: s, ...l }, c) => /* @__PURE__ */ e(
|
|
|
3651
3651
|
u && !h ? o.push(r(d)) : h ? o.push(i(d)) : o.push(n(d));
|
|
3652
3652
|
}
|
|
3653
3653
|
return /* @__PURE__ */ e(x, { ...c, children: o });
|
|
3654
|
-
},
|
|
3654
|
+
}, Z2 = ({
|
|
3655
3655
|
title: a,
|
|
3656
3656
|
link: s,
|
|
3657
3657
|
image: l,
|
|
@@ -3685,7 +3685,7 @@ const m = j(({ as: a = "div", children: s, ...l }, c) => /* @__PURE__ */ e(
|
|
|
3685
3685
|
) : /* @__PURE__ */ e(T, { color: "grey-400", textProps: { fontFamily: "base" }, children: "Lire aussi" }),
|
|
3686
3686
|
!i && /* @__PURE__ */ e(V1, {}),
|
|
3687
3687
|
/* @__PURE__ */ e(
|
|
3688
|
-
|
|
3688
|
+
C,
|
|
3689
3689
|
{
|
|
3690
3690
|
href: s,
|
|
3691
3691
|
className: "c-read-also__link",
|
|
@@ -3709,7 +3709,7 @@ const m = j(({ as: a = "div", children: s, ...l }, c) => /* @__PURE__ */ e(
|
|
|
3709
3709
|
)
|
|
3710
3710
|
]
|
|
3711
3711
|
}
|
|
3712
|
-
),
|
|
3712
|
+
), $2 = j(
|
|
3713
3713
|
({ variant: a, progressColor: s = "ultramarine" }, l) => /* @__PURE__ */ e(
|
|
3714
3714
|
x,
|
|
3715
3715
|
{
|
|
@@ -3742,7 +3742,7 @@ const m = j(({ as: a = "div", children: s, ...l }, c) => /* @__PURE__ */ e(
|
|
|
3742
3742
|
}
|
|
3743
3743
|
);
|
|
3744
3744
|
Te.displayName = "ScrollToTopButton";
|
|
3745
|
-
const
|
|
3745
|
+
const V2 = ({ inner: a, children: s, ...l }) => /* @__PURE__ */ e(
|
|
3746
3746
|
x,
|
|
3747
3747
|
{
|
|
3748
3748
|
...l,
|
|
@@ -3765,11 +3765,11 @@ const $2 = ({ inner: a, children: s, ...l }) => /* @__PURE__ */ e(
|
|
|
3765
3765
|
hint: v,
|
|
3766
3766
|
error: w,
|
|
3767
3767
|
..._
|
|
3768
|
-
},
|
|
3768
|
+
}, f) => /* @__PURE__ */ t(
|
|
3769
3769
|
m,
|
|
3770
3770
|
{
|
|
3771
3771
|
...o,
|
|
3772
|
-
ref:
|
|
3772
|
+
ref: f,
|
|
3773
3773
|
direction: "column",
|
|
3774
3774
|
className: p("c-select", o?.className),
|
|
3775
3775
|
children: [
|
|
@@ -3793,19 +3793,19 @@ const $2 = ({ inner: a, children: s, ...l }) => /* @__PURE__ */ e(
|
|
|
3793
3793
|
`c-select__select--${d}`,
|
|
3794
3794
|
{ "c-select__select--has-icon": !!u },
|
|
3795
3795
|
{ "c-select__select--large": h },
|
|
3796
|
-
|
|
3796
|
+
J1(_),
|
|
3797
3797
|
s
|
|
3798
3798
|
),
|
|
3799
3799
|
required: l,
|
|
3800
|
-
defaultValue: r || n.filter((
|
|
3800
|
+
defaultValue: r || n.filter((b) => b.isSelected)?.pop()?.value || "",
|
|
3801
3801
|
"aria-describedby": [v ? `${a}-hint` : null, w ? `${a}-error` : null].filter(Boolean).join(" ") || void 0,
|
|
3802
3802
|
...o1({
|
|
3803
3803
|
props: _,
|
|
3804
|
-
systemPropNames: Object.keys(
|
|
3804
|
+
systemPropNames: Object.keys(U1)
|
|
3805
3805
|
}),
|
|
3806
3806
|
children: [
|
|
3807
3807
|
i && /* @__PURE__ */ e("option", { value: "", disabled: !0, hidden: !0, children: i }),
|
|
3808
|
-
n.map((
|
|
3808
|
+
n.map((b) => /* @__PURE__ */ e("option", { value: b.value, children: b.title }, b.value))
|
|
3809
3809
|
]
|
|
3810
3810
|
}
|
|
3811
3811
|
)
|
|
@@ -3827,7 +3827,7 @@ const $2 = ({ inner: a, children: s, ...l }) => /* @__PURE__ */ e(
|
|
|
3827
3827
|
]
|
|
3828
3828
|
}
|
|
3829
3829
|
)
|
|
3830
|
-
),
|
|
3830
|
+
), L2 = ({ variant: a = "button", className: s, ...l }) => /* @__PURE__ */ e(
|
|
3831
3831
|
m,
|
|
3832
3832
|
{
|
|
3833
3833
|
className: p(
|
|
@@ -3999,7 +3999,7 @@ const d1 = j(
|
|
|
3999
3999
|
children: r
|
|
4000
4000
|
}
|
|
4001
4001
|
)
|
|
4002
|
-
),
|
|
4002
|
+
), H2 = j(
|
|
4003
4003
|
({ id: a, required: s, label: l, variant: c, msg: r, rows: n = 5, containerProps: i, hint: o, error: d, ...u }, h) => /* @__PURE__ */ t(
|
|
4004
4004
|
m,
|
|
4005
4005
|
{
|
|
@@ -4037,10 +4037,10 @@ const d1 = j(
|
|
|
4037
4037
|
"aria-describedby": [o ? `${a}-hint` : null, d ? `${a}-error` : null].filter(Boolean).join(" ") || void 0
|
|
4038
4038
|
}
|
|
4039
4039
|
) }),
|
|
4040
|
-
r?.length && /* @__PURE__ */ e(m, { wrap: "wrap", gapY: "s", gapX: "xxs-2", mt: "xxs-2", children: r.map(({ iconProps: v, textProps: w, value: _ },
|
|
4040
|
+
r?.length && /* @__PURE__ */ e(m, { wrap: "wrap", gapY: "s", gapX: "xxs-2", mt: "xxs-2", children: r.map(({ iconProps: v, textProps: w, value: _ }, f) => /* @__PURE__ */ t(m, { alignItems: "center", gap: "xxs", children: [
|
|
4041
4041
|
v && /* @__PURE__ */ e(z, { ...v }),
|
|
4042
4042
|
/* @__PURE__ */ e(g, { dangerouslySetInnerHTML: { __html: _ }, role: "alert", ...w })
|
|
4043
|
-
] },
|
|
4043
|
+
] }, f?.toString())) }),
|
|
4044
4044
|
d && /* @__PURE__ */ e(
|
|
4045
4045
|
g,
|
|
4046
4046
|
{
|
|
@@ -4060,7 +4060,7 @@ const d1 = j(
|
|
|
4060
4060
|
)
|
|
4061
4061
|
), Z = j(
|
|
4062
4062
|
({ as: a = "h1", size: s, children: l, ...c }, r) => /* @__PURE__ */ e(
|
|
4063
|
-
|
|
4063
|
+
ee,
|
|
4064
4064
|
{
|
|
4065
4065
|
...c,
|
|
4066
4066
|
as: a,
|
|
@@ -4077,7 +4077,7 @@ const d1 = j(
|
|
|
4077
4077
|
)
|
|
4078
4078
|
), g = j(
|
|
4079
4079
|
({ as: a = "p", size: s, highlighted: l, children: c, ...r }, n) => /* @__PURE__ */ e(
|
|
4080
|
-
|
|
4080
|
+
ee,
|
|
4081
4081
|
{
|
|
4082
4082
|
as: l ? "span" : a,
|
|
4083
4083
|
bg: l ? "sponsoring" : r.bg,
|
|
@@ -4096,7 +4096,7 @@ const d1 = j(
|
|
|
4096
4096
|
children: c
|
|
4097
4097
|
}
|
|
4098
4098
|
)
|
|
4099
|
-
),
|
|
4099
|
+
), ee = j(
|
|
4100
4100
|
({ as: a = "p", children: s, ...l }, c) => s && s.toString().length || l?.dangerouslySetInnerHTML ? /* @__PURE__ */ e(
|
|
4101
4101
|
x,
|
|
4102
4102
|
{
|
|
@@ -4113,7 +4113,7 @@ const d1 = j(
|
|
|
4113
4113
|
children: s
|
|
4114
4114
|
}
|
|
4115
4115
|
) : null
|
|
4116
|
-
),
|
|
4116
|
+
), j2 = ({
|
|
4117
4117
|
cover: a,
|
|
4118
4118
|
description: s,
|
|
4119
4119
|
title: l,
|
|
@@ -4170,10 +4170,10 @@ const d1 = j(
|
|
|
4170
4170
|
)
|
|
4171
4171
|
] })
|
|
4172
4172
|
}
|
|
4173
|
-
),
|
|
4173
|
+
), F2 = ({
|
|
4174
4174
|
children: a,
|
|
4175
4175
|
...s
|
|
4176
|
-
}) => /* @__PURE__ */ e(x, { ...s, px: "s", py: "xxs-2", bg: "sponsoring", children: /* @__PURE__ */ e(g, { size: "xs", fontFamily: "source-serif-pro", children: a }) }),
|
|
4176
|
+
}) => /* @__PURE__ */ e(x, { ...s, px: "s", py: "xxs-2", bg: "sponsoring", children: /* @__PURE__ */ e(g, { size: "xs", fontFamily: "source-serif-pro", children: a }) }), A2 = ({
|
|
4177
4177
|
title: a,
|
|
4178
4178
|
label: s,
|
|
4179
4179
|
layout: l,
|
|
@@ -4235,7 +4235,7 @@ const d1 = j(
|
|
|
4235
4235
|
]
|
|
4236
4236
|
}
|
|
4237
4237
|
)), u;
|
|
4238
|
-
},
|
|
4238
|
+
}, T2 = ({
|
|
4239
4239
|
title: a,
|
|
4240
4240
|
summary: s,
|
|
4241
4241
|
rubricColor: l,
|
|
@@ -4256,7 +4256,7 @@ const d1 = j(
|
|
|
4256
4256
|
/* @__PURE__ */ e(u0, { color: l, children: s })
|
|
4257
4257
|
]
|
|
4258
4258
|
}
|
|
4259
|
-
),
|
|
4259
|
+
), I2 = ({ html: a, caption: s = "" }) => /* @__PURE__ */ t("figure", { className: "c-media", children: [
|
|
4260
4260
|
/* @__PURE__ */ e(
|
|
4261
4261
|
"div",
|
|
4262
4262
|
{
|
|
@@ -4267,7 +4267,7 @@ const d1 = j(
|
|
|
4267
4267
|
}
|
|
4268
4268
|
),
|
|
4269
4269
|
s && /* @__PURE__ */ e(g, { as: "figcaption", size: "xs", mt: "s", color: "grey-300", className: "c-media__caption", children: s })
|
|
4270
|
-
] }),
|
|
4270
|
+
] }), D2 = ({ html: a }) => /* @__PURE__ */ e(
|
|
4271
4271
|
"div",
|
|
4272
4272
|
{
|
|
4273
4273
|
dangerouslySetInnerHTML: {
|
|
@@ -4363,7 +4363,7 @@ const d1 = j(
|
|
|
4363
4363
|
}
|
|
4364
4364
|
)
|
|
4365
4365
|
] });
|
|
4366
|
-
},
|
|
4366
|
+
}, R2 = ({
|
|
4367
4367
|
topics: a,
|
|
4368
4368
|
infoBannerProps: s,
|
|
4369
4369
|
...l
|
|
@@ -4373,7 +4373,7 @@ const d1 = j(
|
|
|
4373
4373
|
r !== a.length - 1 && /* @__PURE__ */ e(P, { color: "grey-200", my: "l" })
|
|
4374
4374
|
] }, c.title)) }),
|
|
4375
4375
|
/* @__PURE__ */ e(m0, { heading: s.heading, description: s.description })
|
|
4376
|
-
] }),
|
|
4376
|
+
] }), O2 = ({ astroSignsList: a }) => /* @__PURE__ */ e(x, { as: "ul", className: "o-inline", mx: { xs: "m", md: "0" }, children: a.map((s) => /* @__PURE__ */ e("li", { className: "o-inline__by-4", children: /* @__PURE__ */ t("a", { href: s.url, className: "c-square-tile o-column bg-ultramarine color-white", children: [
|
|
4377
4377
|
/* @__PURE__ */ e(
|
|
4378
4378
|
z,
|
|
4379
4379
|
{
|
|
@@ -4406,87 +4406,76 @@ const d1 = j(
|
|
|
4406
4406
|
color: r.color ?? (r.path ? void 0 : l)
|
|
4407
4407
|
},
|
|
4408
4408
|
r.title
|
|
4409
|
-
)) }),
|
|
4409
|
+
)) }), E2 = ({
|
|
4410
4410
|
rubrics: a,
|
|
4411
4411
|
tags: s,
|
|
4412
4412
|
color: l,
|
|
4413
4413
|
layout: c = y.MOBILE,
|
|
4414
|
-
|
|
4415
|
-
|
|
4416
|
-
|
|
4417
|
-
...o
|
|
4414
|
+
isTransparent: r = !1,
|
|
4415
|
+
hasWhiteSeparators: n = !1,
|
|
4416
|
+
...i
|
|
4418
4417
|
}) => /* @__PURE__ */ t(
|
|
4419
4418
|
d1,
|
|
4420
4419
|
{
|
|
4421
4420
|
layout: c,
|
|
4422
4421
|
hasSpaceAroundButtons: !0,
|
|
4423
4422
|
buttonsSize: "small",
|
|
4424
|
-
...
|
|
4425
|
-
className: p("c-breadcrumb",
|
|
4423
|
+
...i,
|
|
4424
|
+
className: p("c-breadcrumb", i?.className),
|
|
4426
4425
|
"aria-label": "Breadcrumb",
|
|
4427
4426
|
as: "nav",
|
|
4428
4427
|
children: [
|
|
4429
4428
|
/* @__PURE__ */ e(
|
|
4430
4429
|
W,
|
|
4431
4430
|
{
|
|
4432
|
-
variant:
|
|
4431
|
+
variant: r ? "transparent" : "quinary",
|
|
4433
4432
|
href: "/",
|
|
4434
|
-
bg:
|
|
4433
|
+
bg: r ? void 0 : l || "ultramarine",
|
|
4435
4434
|
color: "white",
|
|
4436
|
-
px:
|
|
4435
|
+
px: "xs",
|
|
4437
4436
|
pt: "xxs-3",
|
|
4438
4437
|
ml: { xs: "m", md: "0" },
|
|
4439
|
-
size:
|
|
4440
|
-
children: /* @__PURE__ */ e(
|
|
4441
|
-
z,
|
|
4442
|
-
{
|
|
4443
|
-
size: r ? 16 : 20,
|
|
4444
|
-
name: "home",
|
|
4445
|
-
svgTitle: "Retour sur la page d'accueil 20 Minutes"
|
|
4446
|
-
}
|
|
4447
|
-
)
|
|
4438
|
+
children: /* @__PURE__ */ e(z, { size: 16, name: "home", svgTitle: "Retour sur la page d'accueil 20 Minutes" })
|
|
4448
4439
|
}
|
|
4449
4440
|
),
|
|
4450
|
-
a && a.length > 0 && a.slice(0, 4).map((
|
|
4441
|
+
a && a.length > 0 && a.slice(0, 4).map((o) => /* @__PURE__ */ t(E1, { children: [
|
|
4451
4442
|
/* @__PURE__ */ e(
|
|
4452
4443
|
z,
|
|
4453
4444
|
{
|
|
4454
4445
|
size: 7,
|
|
4455
4446
|
name: "arrow",
|
|
4456
|
-
color:
|
|
4447
|
+
color: n ? "white" : void 0,
|
|
4457
4448
|
className: "c-breadcrumb__arrow"
|
|
4458
4449
|
}
|
|
4459
4450
|
),
|
|
4460
4451
|
/* @__PURE__ */ e(
|
|
4461
4452
|
W,
|
|
4462
4453
|
{
|
|
4463
|
-
variant:
|
|
4464
|
-
href:
|
|
4465
|
-
bg:
|
|
4454
|
+
variant: r ? "transparent" : "quinary",
|
|
4455
|
+
href: o.link,
|
|
4456
|
+
bg: r ? void 0 : l || "ultramarine",
|
|
4466
4457
|
color: "white",
|
|
4467
|
-
|
|
4468
|
-
children: d.label
|
|
4458
|
+
children: o.label
|
|
4469
4459
|
}
|
|
4470
4460
|
)
|
|
4471
|
-
] },
|
|
4461
|
+
] }, o.label)),
|
|
4472
4462
|
s && s.length > 0 && /* @__PURE__ */ t(S, { children: [
|
|
4473
|
-
/* @__PURE__ */ e(V1, { isWhite:
|
|
4474
|
-
s.map((
|
|
4463
|
+
/* @__PURE__ */ e(V1, { isWhite: n }),
|
|
4464
|
+
s.map((o, d) => /* @__PURE__ */ e(
|
|
4475
4465
|
W,
|
|
4476
4466
|
{
|
|
4477
|
-
variant:
|
|
4478
|
-
color:
|
|
4479
|
-
|
|
4480
|
-
|
|
4481
|
-
|
|
4482
|
-
children: d.label
|
|
4467
|
+
variant: r ? "transparent" : o.variant,
|
|
4468
|
+
color: r ? "white" : void 0,
|
|
4469
|
+
href: o.link,
|
|
4470
|
+
className: p({ "c-breadcrumb__inner-tag": d !== s.length - 1 }),
|
|
4471
|
+
children: o.label
|
|
4483
4472
|
},
|
|
4484
|
-
|
|
4473
|
+
o.label
|
|
4485
4474
|
))
|
|
4486
4475
|
] })
|
|
4487
4476
|
]
|
|
4488
4477
|
}
|
|
4489
|
-
),
|
|
4478
|
+
), P2 = ({
|
|
4490
4479
|
items: a,
|
|
4491
4480
|
heading: s,
|
|
4492
4481
|
columnsNumber: l = { xs: 2, md: 4 },
|
|
@@ -4497,7 +4486,7 @@ const d1 = j(
|
|
|
4497
4486
|
}) => {
|
|
4498
4487
|
const o = c !== void 0 && a.length > c, d = (u) => /* @__PURE__ */ t(m, { alignItems: "baseline", children: [
|
|
4499
4488
|
/* @__PURE__ */ e(z, { name: "diode", color: "ultramarine", size: 11, mr: "xxs" }),
|
|
4500
|
-
/* @__PURE__ */ e(
|
|
4489
|
+
/* @__PURE__ */ e(C, { color: u?.color || "black", href: u.href, children: u.name })
|
|
4501
4490
|
] }, u.name);
|
|
4502
4491
|
return a.length > 0 ? /* @__PURE__ */ e(
|
|
4503
4492
|
d0,
|
|
@@ -4563,7 +4552,7 @@ const d1 = j(
|
|
|
4563
4552
|
}), c = n;
|
|
4564
4553
|
}
|
|
4565
4554
|
return l;
|
|
4566
|
-
},
|
|
4555
|
+
}, q2 = ({
|
|
4567
4556
|
currentStreakDates: a = [],
|
|
4568
4557
|
maxStreakDates: s = [],
|
|
4569
4558
|
initialMonth: l,
|
|
@@ -4589,10 +4578,10 @@ const d1 = j(
|
|
|
4589
4578
|
}, [h]), _ = [];
|
|
4590
4579
|
for (let k = new Date(v); k <= w; k.setDate(k.getDate() + 1))
|
|
4591
4580
|
_.push(new Date(k));
|
|
4592
|
-
const
|
|
4581
|
+
const f = K(() => new Set(a), [a]), b = K(() => new Set(s), [s]), N = K(
|
|
4593
4582
|
() => Ye([...a, ...s]),
|
|
4594
4583
|
[a, s]
|
|
4595
|
-
),
|
|
4584
|
+
), M = x1(i), B = o.year < i.getFullYear() || o.year === i.getFullYear() && o.month < i.getMonth(), H = () => {
|
|
4596
4585
|
d((k) => k.month === 0 ? { year: k.year - 1, month: 11 } : { year: k.year, month: k.month - 1 });
|
|
4597
4586
|
}, E = () => {
|
|
4598
4587
|
B && d((k) => k.month === 11 ? { year: k.year + 1, month: 0 } : { year: k.year, month: k.month + 1 });
|
|
@@ -4637,7 +4626,7 @@ const d1 = j(
|
|
|
4637
4626
|
] }),
|
|
4638
4627
|
/* @__PURE__ */ e(x, { className: "c-calendar__grid", pb: "xs", children: Ge.map((k) => /* @__PURE__ */ e(m, { alignItems: "center", justifyContent: "center", className: "c-calendar__cell", children: /* @__PURE__ */ e(g, { as: "span", size: "xs", children: k.charAt(0) }) }, k)) }),
|
|
4639
4628
|
/* @__PURE__ */ e("div", { className: "c-calendar__grid", children: _.map((k) => {
|
|
4640
|
-
const L = x1(k), G = k.getMonth() === o.month,
|
|
4629
|
+
const L = x1(k), G = k.getMonth() === o.month, X = L === M, q = N.has(L), c1 = (f.has(L) || b.has(L)) && !q, he = f.has(L), me = b.has(L), N1 = new Date(k);
|
|
4641
4630
|
N1.setDate(N1.getDate() - 1);
|
|
4642
4631
|
const H1 = q && !N.has(x1(N1)), k1 = new Date(k);
|
|
4643
4632
|
k1.setDate(k1.getDate() + 1);
|
|
@@ -4649,9 +4638,9 @@ const d1 = j(
|
|
|
4649
4638
|
justifyContent: "center",
|
|
4650
4639
|
className: p("c-calendar__cell", {
|
|
4651
4640
|
"c-calendar__cell--other-month": !G,
|
|
4652
|
-
"c-calendar__cell--today":
|
|
4653
|
-
"c-calendar__cell--heat":
|
|
4654
|
-
"c-calendar__cell--max-heat":
|
|
4641
|
+
"c-calendar__cell--today": X,
|
|
4642
|
+
"c-calendar__cell--heat": he,
|
|
4643
|
+
"c-calendar__cell--max-heat": me,
|
|
4655
4644
|
"c-calendar__cell--grouped": q,
|
|
4656
4645
|
"c-calendar__cell--first-of-group": H1,
|
|
4657
4646
|
"c-calendar__cell--last-of-group": j1
|
|
@@ -4681,7 +4670,7 @@ const d1 = j(
|
|
|
4681
4670
|
children: s
|
|
4682
4671
|
}
|
|
4683
4672
|
)
|
|
4684
|
-
),
|
|
4673
|
+
), ae = ({
|
|
4685
4674
|
text: a,
|
|
4686
4675
|
avatarAlt: s,
|
|
4687
4676
|
avatarUrl: l,
|
|
@@ -4703,7 +4692,7 @@ const d1 = j(
|
|
|
4703
4692
|
l ? o : /* @__PURE__ */ e(g, { ...i, children: a }),
|
|
4704
4693
|
c && /* @__PURE__ */ e(g, { as: "span", size: "xxs-3", color: "grey-300", textTransform: "uppercase", children: c })
|
|
4705
4694
|
] });
|
|
4706
|
-
},
|
|
4695
|
+
}, J = ({
|
|
4707
4696
|
headline: a,
|
|
4708
4697
|
liveTime: s,
|
|
4709
4698
|
rightSubheader: l,
|
|
@@ -4753,11 +4742,11 @@ const d1 = j(
|
|
|
4753
4742
|
anchor: v,
|
|
4754
4743
|
link: w,
|
|
4755
4744
|
isClickable: _ = !0,
|
|
4756
|
-
isHighlighted:
|
|
4757
|
-
isInToolbar:
|
|
4745
|
+
isHighlighted: f = !1,
|
|
4746
|
+
isInToolbar: b = !1,
|
|
4758
4747
|
children: N,
|
|
4759
4748
|
// Deprecated props (for backward compatibility)
|
|
4760
|
-
variant:
|
|
4749
|
+
variant: M,
|
|
4761
4750
|
...B
|
|
4762
4751
|
}) => {
|
|
4763
4752
|
const H = () => {
|
|
@@ -4775,19 +4764,19 @@ const d1 = j(
|
|
|
4775
4764
|
}
|
|
4776
4765
|
return s;
|
|
4777
4766
|
}
|
|
4778
|
-
return
|
|
4767
|
+
return M && M === "secondary" ? 15 : 20;
|
|
4779
4768
|
}, E = () => {
|
|
4780
4769
|
if (c !== void 0)
|
|
4781
4770
|
return c === "none" ? void 0 : c;
|
|
4782
|
-
if (
|
|
4783
|
-
return
|
|
4784
|
-
}, k = () => o === "small" ? "xxs-2" :
|
|
4771
|
+
if (M)
|
|
4772
|
+
return M === "secondary" ? "grey-100" : void 0;
|
|
4773
|
+
}, k = () => o === "small" ? "xxs-2" : M && M === "secondary" ? "xxs" : "xxs-2", L = () => n || (M && M === "secondary" ? "black" : "white"), G = () => i || (M && M === "secondary" ? void 0 : "default"), X = () => d === "inline" && c !== "none" ? "xxs-2" : void 0, q = () => {
|
|
4785
4774
|
const c1 = /* @__PURE__ */ e(
|
|
4786
4775
|
m,
|
|
4787
4776
|
{
|
|
4788
4777
|
as: "span",
|
|
4789
4778
|
className: p("c-icon-item__icon", {
|
|
4790
|
-
"c-icon-item__icon--in-toolbar":
|
|
4779
|
+
"c-icon-item__icon--in-toolbar": b,
|
|
4791
4780
|
[`c-icon-item__icon--${s}`]: s
|
|
4792
4781
|
}),
|
|
4793
4782
|
alignItems: "center",
|
|
@@ -4806,7 +4795,7 @@ const d1 = j(
|
|
|
4806
4795
|
size: k(),
|
|
4807
4796
|
color: L(),
|
|
4808
4797
|
bg: G(),
|
|
4809
|
-
ml:
|
|
4798
|
+
ml: X(),
|
|
4810
4799
|
className: p("c-icon-item__count", {
|
|
4811
4800
|
[`c-icon-item__count--${d}`]: d,
|
|
4812
4801
|
[`c-icon-item__count--${o}`]: o
|
|
@@ -4826,7 +4815,7 @@ const d1 = j(
|
|
|
4826
4815
|
className: p(
|
|
4827
4816
|
"c-icon-item__container",
|
|
4828
4817
|
{ "c-icon-item__container--is-clickable": _ },
|
|
4829
|
-
{ "c-icon-item__container--is-highlighted":
|
|
4818
|
+
{ "c-icon-item__container--is-highlighted": f },
|
|
4830
4819
|
{ "c-icon-item__container--has-children": N },
|
|
4831
4820
|
B?.className
|
|
4832
4821
|
),
|
|
@@ -4838,7 +4827,7 @@ const d1 = j(
|
|
|
4838
4827
|
]
|
|
4839
4828
|
}
|
|
4840
4829
|
);
|
|
4841
|
-
},
|
|
4830
|
+
}, Je = (a) => {
|
|
4842
4831
|
switch (a) {
|
|
4843
4832
|
case "small":
|
|
4844
4833
|
return 20;
|
|
@@ -4862,10 +4851,10 @@ const d1 = j(
|
|
|
4862
4851
|
enableHD: v = !1,
|
|
4863
4852
|
dataId: w = "",
|
|
4864
4853
|
hasFlag: _ = !1,
|
|
4865
|
-
title:
|
|
4866
|
-
className:
|
|
4854
|
+
title: f,
|
|
4855
|
+
className: b,
|
|
4867
4856
|
radius: N,
|
|
4868
|
-
...
|
|
4857
|
+
...M
|
|
4869
4858
|
}) => {
|
|
4870
4859
|
const B = /* @__PURE__ */ e(
|
|
4871
4860
|
i1,
|
|
@@ -4882,7 +4871,7 @@ const d1 = j(
|
|
|
4882
4871
|
enableHD: v
|
|
4883
4872
|
}
|
|
4884
4873
|
);
|
|
4885
|
-
return /* @__PURE__ */ e(x, { ...
|
|
4874
|
+
return /* @__PURE__ */ e(x, { ...M, className: p("c-card-img", b), children: /* @__PURE__ */ t(
|
|
4886
4875
|
"div",
|
|
4887
4876
|
{
|
|
4888
4877
|
className: p("c-card-img__inner", {
|
|
@@ -4900,12 +4889,12 @@ const d1 = j(
|
|
|
4900
4889
|
[`c-card-img__caption--${i.size || "big"}`]: !0
|
|
4901
4890
|
}),
|
|
4902
4891
|
children: [
|
|
4903
|
-
/* @__PURE__ */ e(z, { name: i.iconName, size:
|
|
4892
|
+
/* @__PURE__ */ e(z, { name: i.iconName, size: Je(i.size || "big") }),
|
|
4904
4893
|
/* @__PURE__ */ e(g, { size: i.size === "small" ? "xxs-2" : "xxs", weight: "bold", children: i.text })
|
|
4905
4894
|
]
|
|
4906
4895
|
}
|
|
4907
4896
|
),
|
|
4908
|
-
|
|
4897
|
+
f && /* @__PURE__ */ e(g, { size: "xxl", weight: "bold", color: "white", className: "c-card-img__title", children: f }),
|
|
4909
4898
|
h !== void 0 && /* @__PURE__ */ e(
|
|
4910
4899
|
Q,
|
|
4911
4900
|
{
|
|
@@ -4998,7 +4987,7 @@ const d1 = j(
|
|
|
4998
4987
|
}
|
|
4999
4988
|
)
|
|
5000
4989
|
}
|
|
5001
|
-
),
|
|
4990
|
+
), K2 = ({
|
|
5002
4991
|
link: a,
|
|
5003
4992
|
title: s,
|
|
5004
4993
|
summaryProps: l,
|
|
@@ -5013,12 +5002,12 @@ const d1 = j(
|
|
|
5013
5002
|
linkProps: v,
|
|
5014
5003
|
...w
|
|
5015
5004
|
}) => {
|
|
5016
|
-
const { cardFooterProps: _, ...
|
|
5005
|
+
const { cardFooterProps: _, ...f } = w, b = ["722x460", "640x408", "320x204"];
|
|
5017
5006
|
return /* @__PURE__ */ e(
|
|
5018
5007
|
D,
|
|
5019
5008
|
{
|
|
5020
|
-
...
|
|
5021
|
-
className: p("c-card-extra-large",
|
|
5009
|
+
...f,
|
|
5010
|
+
className: p("c-card-extra-large", f.className),
|
|
5022
5011
|
direction: "column",
|
|
5023
5012
|
clickable: !0,
|
|
5024
5013
|
children: i === y.DESKTOP ? /* @__PURE__ */ t(
|
|
@@ -5041,7 +5030,7 @@ const d1 = j(
|
|
|
5041
5030
|
A,
|
|
5042
5031
|
{
|
|
5043
5032
|
...n,
|
|
5044
|
-
formats:
|
|
5033
|
+
formats: b,
|
|
5045
5034
|
defaultFormat: "722x460",
|
|
5046
5035
|
sizes: "(min-width: 1024px) 722px, (min-width: 480px) 640px, 320px",
|
|
5047
5036
|
alt: s
|
|
@@ -5061,7 +5050,7 @@ const d1 = j(
|
|
|
5061
5050
|
}),
|
|
5062
5051
|
children: [
|
|
5063
5052
|
/* @__PURE__ */ t(m, { direction: "column", flexGrow: 1, children: [
|
|
5064
|
-
c && /* @__PURE__ */ e(
|
|
5053
|
+
c && /* @__PURE__ */ e(J, { ...c, rightSubheader: void 0, mb: "xxs-2" }),
|
|
5065
5054
|
/* @__PURE__ */ e(I, { as: "h2", size: "l", weight: "bold", cartridgeIsCentered: !0, ...r, children: /* @__PURE__ */ e("a", { href: a, children: s }) }),
|
|
5066
5055
|
l && /* @__PURE__ */ e(
|
|
5067
5056
|
g,
|
|
@@ -5091,13 +5080,13 @@ const d1 = j(
|
|
|
5091
5080
|
}
|
|
5092
5081
|
) : /* @__PURE__ */ t(S, { children: [
|
|
5093
5082
|
/* @__PURE__ */ t("div", { children: [
|
|
5094
|
-
c && /* @__PURE__ */ e(
|
|
5083
|
+
c && /* @__PURE__ */ e(J, { ...c, rightSubheader: void 0, mx: "m", mb: "xxs-2" }),
|
|
5095
5084
|
/* @__PURE__ */ e(I, { as: "h2", weight: "bold", ...r, mx: "m", children: /* @__PURE__ */ e("a", { href: a, children: s }) }),
|
|
5096
5085
|
n && /* @__PURE__ */ e(
|
|
5097
5086
|
A,
|
|
5098
5087
|
{
|
|
5099
5088
|
...n,
|
|
5100
|
-
formats:
|
|
5089
|
+
formats: b,
|
|
5101
5090
|
defaultFormat: "640x408",
|
|
5102
5091
|
alt: s,
|
|
5103
5092
|
mt: "xs",
|
|
@@ -5105,7 +5094,7 @@ const d1 = j(
|
|
|
5105
5094
|
}
|
|
5106
5095
|
),
|
|
5107
5096
|
o && /* @__PURE__ */ e(
|
|
5108
|
-
|
|
5097
|
+
ne,
|
|
5109
5098
|
{
|
|
5110
5099
|
...o,
|
|
5111
5100
|
mx: "m",
|
|
@@ -5135,11 +5124,11 @@ const d1 = j(
|
|
|
5135
5124
|
className: "c-card-element--is-clickable"
|
|
5136
5125
|
}
|
|
5137
5126
|
),
|
|
5138
|
-
v && !d && /* @__PURE__ */ e(m, { mt: "s", justifyContent: "center", children: /* @__PURE__ */ e(
|
|
5127
|
+
v && !d && /* @__PURE__ */ e(m, { mt: "s", justifyContent: "center", children: /* @__PURE__ */ e(C, { buttonColor: "primary", ...v }) })
|
|
5139
5128
|
] })
|
|
5140
5129
|
}
|
|
5141
5130
|
);
|
|
5142
|
-
},
|
|
5131
|
+
}, se = ({
|
|
5143
5132
|
link: a,
|
|
5144
5133
|
title: s,
|
|
5145
5134
|
cardHeaderProps: l,
|
|
@@ -5162,7 +5151,7 @@ const d1 = j(
|
|
|
5162
5151
|
justifyContent: "start",
|
|
5163
5152
|
clickable: !0,
|
|
5164
5153
|
children: [
|
|
5165
|
-
l && /* @__PURE__ */ e(
|
|
5154
|
+
l && /* @__PURE__ */ e(J, { ...l, mb: "xxs-2" }),
|
|
5166
5155
|
/* @__PURE__ */ t(
|
|
5167
5156
|
m,
|
|
5168
5157
|
{
|
|
@@ -5201,7 +5190,7 @@ const d1 = j(
|
|
|
5201
5190
|
]
|
|
5202
5191
|
}
|
|
5203
5192
|
),
|
|
5204
|
-
n && /* @__PURE__ */ e(
|
|
5193
|
+
n && /* @__PURE__ */ e(ae, { ...n, mt: "xs" }),
|
|
5205
5194
|
o && /* @__PURE__ */ e(
|
|
5206
5195
|
n1,
|
|
5207
5196
|
{
|
|
@@ -5214,7 +5203,7 @@ const d1 = j(
|
|
|
5214
5203
|
]
|
|
5215
5204
|
}
|
|
5216
5205
|
);
|
|
5217
|
-
},
|
|
5206
|
+
}, U2 = ({
|
|
5218
5207
|
link: a,
|
|
5219
5208
|
title: s,
|
|
5220
5209
|
layout: l,
|
|
@@ -5276,7 +5265,7 @@ const d1 = j(
|
|
|
5276
5265
|
] })
|
|
5277
5266
|
}
|
|
5278
5267
|
);
|
|
5279
|
-
},
|
|
5268
|
+
}, G2 = ({
|
|
5280
5269
|
link: a,
|
|
5281
5270
|
title: s,
|
|
5282
5271
|
layout: l,
|
|
@@ -5352,7 +5341,7 @@ const d1 = j(
|
|
|
5352
5341
|
}
|
|
5353
5342
|
)
|
|
5354
5343
|
] }) });
|
|
5355
|
-
},
|
|
5344
|
+
}, Xe = ({
|
|
5356
5345
|
link: a,
|
|
5357
5346
|
title: s,
|
|
5358
5347
|
cardHeaderProps: l,
|
|
@@ -5385,7 +5374,7 @@ const d1 = j(
|
|
|
5385
5374
|
className: o ? "c-card-img--with-bg" : void 0
|
|
5386
5375
|
}
|
|
5387
5376
|
),
|
|
5388
|
-
l && /* @__PURE__ */ e(
|
|
5377
|
+
l && /* @__PURE__ */ e(J, { ...l, ...o && { color: "grey-500", px: "s" }, mb: "xxs-2" }),
|
|
5389
5378
|
/* @__PURE__ */ e(
|
|
5390
5379
|
I,
|
|
5391
5380
|
{
|
|
@@ -5402,7 +5391,7 @@ const d1 = j(
|
|
|
5402
5391
|
}
|
|
5403
5392
|
),
|
|
5404
5393
|
i && /* @__PURE__ */ e(
|
|
5405
|
-
|
|
5394
|
+
ae,
|
|
5406
5395
|
{
|
|
5407
5396
|
...i,
|
|
5408
5397
|
mt: "l",
|
|
@@ -5437,7 +5426,7 @@ const d1 = j(
|
|
|
5437
5426
|
viewCount: v,
|
|
5438
5427
|
...w
|
|
5439
5428
|
}) => {
|
|
5440
|
-
const { cardFooterProps: _, signatureProps:
|
|
5429
|
+
const { cardFooterProps: _, signatureProps: f, socialBarProps: b, ...N } = w;
|
|
5441
5430
|
return /* @__PURE__ */ t(
|
|
5442
5431
|
D,
|
|
5443
5432
|
{
|
|
@@ -5460,7 +5449,7 @@ const d1 = j(
|
|
|
5460
5449
|
}
|
|
5461
5450
|
),
|
|
5462
5451
|
/* @__PURE__ */ t(x, { className: "c-card-most__content", children: [
|
|
5463
|
-
l && /* @__PURE__ */ e(
|
|
5452
|
+
l && /* @__PURE__ */ e(J, { mb: "xxs-2", ...l }),
|
|
5464
5453
|
/* @__PURE__ */ e(
|
|
5465
5454
|
I,
|
|
5466
5455
|
{
|
|
@@ -5518,7 +5507,7 @@ const d1 = j(
|
|
|
5518
5507
|
]
|
|
5519
5508
|
}
|
|
5520
5509
|
);
|
|
5521
|
-
},
|
|
5510
|
+
}, W2 = ({
|
|
5522
5511
|
title: a,
|
|
5523
5512
|
summary: s,
|
|
5524
5513
|
cardTitleProps: l,
|
|
@@ -5533,9 +5522,12 @@ const d1 = j(
|
|
|
5533
5522
|
reviewLink: v,
|
|
5534
5523
|
rating: w,
|
|
5535
5524
|
containerSpacing: _,
|
|
5536
|
-
...
|
|
5525
|
+
...f
|
|
5537
5526
|
}) => {
|
|
5538
|
-
const
|
|
5527
|
+
const b = /* @__PURE__ */ t(S, { children: [
|
|
5528
|
+
v && /* @__PURE__ */ e(C, { buttonColor: "primary", ...v }),
|
|
5529
|
+
/* @__PURE__ */ e(C, { buttonColor: "primary", variant: "outlined", ...h })
|
|
5530
|
+
] }), N = i || o || w ? /* @__PURE__ */ e(m, { alignContent: "end", mt: "l", children: /* @__PURE__ */ t(m, { gap: "xxs-2", direction: "column", flexGrow: 1, bg: "grey-100", px: "s", py: "xs", children: [
|
|
5539
5531
|
i && /* @__PURE__ */ t("div", { children: [
|
|
5540
5532
|
/* @__PURE__ */ t(g, { as: "span", weight: "bold", children: [
|
|
5541
5533
|
"Réalisé par :",
|
|
@@ -5566,7 +5558,7 @@ const d1 = j(
|
|
|
5566
5558
|
)
|
|
5567
5559
|
] })
|
|
5568
5560
|
] }) }) : null;
|
|
5569
|
-
return /* @__PURE__ */ t(D, { ...
|
|
5561
|
+
return /* @__PURE__ */ t(D, { ...f, className: "c-card-movie", direction: "column", children: [
|
|
5570
5562
|
/* @__PURE__ */ t(m, { direction: "row", gap: { xs: "m", md: "l" }, ..._, children: [
|
|
5571
5563
|
/* @__PURE__ */ t("div", { className: "c-card-movie__side", children: [
|
|
5572
5564
|
c && /* @__PURE__ */ e(
|
|
@@ -5580,10 +5572,7 @@ const d1 = j(
|
|
|
5580
5572
|
sizes: "200px"
|
|
5581
5573
|
}
|
|
5582
5574
|
),
|
|
5583
|
-
n === y.DESKTOP && /* @__PURE__ */
|
|
5584
|
-
v && /* @__PURE__ */ e(M, { buttonColor: "primary", ...v }),
|
|
5585
|
-
/* @__PURE__ */ e(M, { buttonColor: "secondary", ...h })
|
|
5586
|
-
] })
|
|
5575
|
+
n === y.DESKTOP && /* @__PURE__ */ e(m, { direction: "column", gap: "xs", mt: "xs", children: b })
|
|
5587
5576
|
] }),
|
|
5588
5577
|
/* @__PURE__ */ t(m, { direction: "column", justifyContent: "between", className: "c-card-movie__content", children: [
|
|
5589
5578
|
/* @__PURE__ */ t(m, { direction: "column", flexGrow: 1, children: [
|
|
@@ -5617,7 +5606,7 @@ const d1 = j(
|
|
|
5617
5606
|
] }),
|
|
5618
5607
|
n === y.DESKTOP && s && /* @__PURE__ */ e(g, { size: "m", mt: "xs", dangerouslySetInnerHTML: { __html: s } })
|
|
5619
5608
|
] }),
|
|
5620
|
-
n === y.DESKTOP &&
|
|
5609
|
+
n === y.DESKTOP && N
|
|
5621
5610
|
] })
|
|
5622
5611
|
] }),
|
|
5623
5612
|
n === y.MOBILE && s && /* @__PURE__ */ e(
|
|
@@ -5630,14 +5619,11 @@ const d1 = j(
|
|
|
5630
5619
|
}
|
|
5631
5620
|
),
|
|
5632
5621
|
n === y.MOBILE && /* @__PURE__ */ t(S, { children: [
|
|
5633
|
-
|
|
5634
|
-
/* @__PURE__ */
|
|
5635
|
-
v && /* @__PURE__ */ e(M, { buttonColor: "primary", ...v }),
|
|
5636
|
-
/* @__PURE__ */ e(M, { buttonColor: "secondary", ...h })
|
|
5637
|
-
] })
|
|
5622
|
+
N,
|
|
5623
|
+
/* @__PURE__ */ e(m, { direction: "column", gap: "xs", mt: "l", mx: "auto", className: "c-card-movie__footer", children: b })
|
|
5638
5624
|
] })
|
|
5639
5625
|
] });
|
|
5640
|
-
},
|
|
5626
|
+
}, Y2 = ({
|
|
5641
5627
|
id: a,
|
|
5642
5628
|
label: s,
|
|
5643
5629
|
title: l,
|
|
@@ -5677,7 +5663,7 @@ const d1 = j(
|
|
|
5677
5663
|
/* @__PURE__ */ t("div", { children: [
|
|
5678
5664
|
/* @__PURE__ */ t(m, { gap: "xxs", alignItems: "center", children: [
|
|
5679
5665
|
/* @__PURE__ */ e(I, { as: "h4", fontFamily: "base", size: "xxs", weight: "bold", children: l }),
|
|
5680
|
-
s && /* @__PURE__ */ e(W, { size: "
|
|
5666
|
+
s && /* @__PURE__ */ e(W, { size: "small", px: "xs", children: s })
|
|
5681
5667
|
] }),
|
|
5682
5668
|
/* @__PURE__ */ t(x, { mt: "xxs-3", children: [
|
|
5683
5669
|
/* @__PURE__ */ e(g, { size: "m", children: c }),
|
|
@@ -5697,14 +5683,14 @@ const d1 = j(
|
|
|
5697
5683
|
children: d ? "Se désabonner" : "S'inscrire"
|
|
5698
5684
|
}
|
|
5699
5685
|
),
|
|
5700
|
-
n && /* @__PURE__ */ e(
|
|
5686
|
+
n && /* @__PURE__ */ e(C, { target: "_blank", href: n, color: u, children: "Voir la newsletter" })
|
|
5701
5687
|
] })
|
|
5702
5688
|
] })
|
|
5703
5689
|
] })
|
|
5704
5690
|
]
|
|
5705
5691
|
}
|
|
5706
5692
|
);
|
|
5707
|
-
},
|
|
5693
|
+
}, J2 = ({
|
|
5708
5694
|
timeText: a,
|
|
5709
5695
|
hasDot: s,
|
|
5710
5696
|
closeButton: l,
|
|
@@ -5717,7 +5703,7 @@ const d1 = j(
|
|
|
5717
5703
|
/* @__PURE__ */ t(m, { justifyContent: "between", gap: "l", direction: "row", children: [
|
|
5718
5704
|
/* @__PURE__ */ t(m, { justifyContent: "start", direction: "row", gap: "xs", children: [
|
|
5719
5705
|
s && /* @__PURE__ */ e(r1, { size: "xxl", color: "red", className: "c-card-notification__dot" }),
|
|
5720
|
-
/* @__PURE__ */ e(
|
|
5706
|
+
/* @__PURE__ */ e(C, { color: "inherit", ...i, children: r && /* @__PURE__ */ e(g, { className: "c-card-notification__summary", ...r }) })
|
|
5721
5707
|
] }),
|
|
5722
5708
|
/* @__PURE__ */ t(m, { justifyContent: "end", direction: "row", gap: "xs", children: [
|
|
5723
5709
|
c && /* @__PURE__ */ e(
|
|
@@ -5748,7 +5734,7 @@ const d1 = j(
|
|
|
5748
5734
|
)
|
|
5749
5735
|
] })
|
|
5750
5736
|
] })
|
|
5751
|
-
] }),
|
|
5737
|
+
] }), le = ({
|
|
5752
5738
|
link: a,
|
|
5753
5739
|
cardImageProps: s,
|
|
5754
5740
|
cardHeaderProps: l,
|
|
@@ -5900,7 +5886,7 @@ const d1 = j(
|
|
|
5900
5886
|
) }),
|
|
5901
5887
|
/* @__PURE__ */ t(m, { direction: "column", justifyContent: "between", className: p("o-lt-show__aside"), children: [
|
|
5902
5888
|
/* @__PURE__ */ t(m, { direction: "column", children: [
|
|
5903
|
-
c && /* @__PURE__ */ e(
|
|
5889
|
+
c && /* @__PURE__ */ e(J, { ...c, rightSubheader: void 0, mb: "xxs-2" }),
|
|
5904
5890
|
/* @__PURE__ */ e(
|
|
5905
5891
|
I,
|
|
5906
5892
|
{
|
|
@@ -5924,7 +5910,7 @@ const d1 = j(
|
|
|
5924
5910
|
}
|
|
5925
5911
|
)
|
|
5926
5912
|
] }),
|
|
5927
|
-
/* @__PURE__ */ e(m, { mt: "s", children: /* @__PURE__ */ e(
|
|
5913
|
+
/* @__PURE__ */ e(m, { mt: "s", children: /* @__PURE__ */ e(C, { buttonColor: "primary", ...i }) })
|
|
5928
5914
|
] })
|
|
5929
5915
|
]
|
|
5930
5916
|
}
|
|
@@ -5949,14 +5935,14 @@ const d1 = j(
|
|
|
5949
5935
|
/* @__PURE__ */ e(e1, { className: "c-card-skeleton__block--image" })
|
|
5950
5936
|
] })
|
|
5951
5937
|
}
|
|
5952
|
-
),
|
|
5938
|
+
), Q2 = ({ variant: a, className: s, ...l }) => {
|
|
5953
5939
|
const c = p(
|
|
5954
5940
|
"c-card-skeleton",
|
|
5955
5941
|
{ [`c-card-skeleton--${a}`]: a },
|
|
5956
5942
|
s
|
|
5957
5943
|
);
|
|
5958
5944
|
return a === "medium" ? /* @__PURE__ */ e(a0, { ...l, className: c }) : /* @__PURE__ */ e(s0, { ...l, className: c });
|
|
5959
|
-
},
|
|
5945
|
+
}, ce = ({
|
|
5960
5946
|
link: a,
|
|
5961
5947
|
title: s,
|
|
5962
5948
|
cardHeaderProps: l,
|
|
@@ -5986,7 +5972,7 @@ const d1 = j(
|
|
|
5986
5972
|
}
|
|
5987
5973
|
}
|
|
5988
5974
|
),
|
|
5989
|
-
l && /* @__PURE__ */ e(
|
|
5975
|
+
l && /* @__PURE__ */ e(J, { mb: "xxs-2", ...l }),
|
|
5990
5976
|
/* @__PURE__ */ e(
|
|
5991
5977
|
I,
|
|
5992
5978
|
{
|
|
@@ -6045,7 +6031,7 @@ const d1 = j(
|
|
|
6045
6031
|
),
|
|
6046
6032
|
/* @__PURE__ */ t(m, { direction: "column", children: [
|
|
6047
6033
|
l && /* @__PURE__ */ e(
|
|
6048
|
-
|
|
6034
|
+
J,
|
|
6049
6035
|
{
|
|
6050
6036
|
...l,
|
|
6051
6037
|
headline: { ...l.headline, isUppercase: !1 },
|
|
@@ -6096,7 +6082,7 @@ const d1 = j(
|
|
|
6096
6082
|
}
|
|
6097
6083
|
)
|
|
6098
6084
|
}
|
|
6099
|
-
),
|
|
6085
|
+
), e3 = ({
|
|
6100
6086
|
link: a,
|
|
6101
6087
|
title: s,
|
|
6102
6088
|
signatureProps: l,
|
|
@@ -6140,7 +6126,7 @@ const d1 = j(
|
|
|
6140
6126
|
children: c.children
|
|
6141
6127
|
}
|
|
6142
6128
|
),
|
|
6143
|
-
l && /* @__PURE__ */ e(
|
|
6129
|
+
l && /* @__PURE__ */ e(ne, { ...l, mt: "l", className: "c-card-element--is-clickable" })
|
|
6144
6130
|
] })
|
|
6145
6131
|
]
|
|
6146
6132
|
}
|
|
@@ -6173,7 +6159,7 @@ const d1 = j(
|
|
|
6173
6159
|
}
|
|
6174
6160
|
)
|
|
6175
6161
|
}
|
|
6176
|
-
),
|
|
6162
|
+
), a3 = ({
|
|
6177
6163
|
title: a,
|
|
6178
6164
|
summaryProps: s,
|
|
6179
6165
|
cardTitleProps: l,
|
|
@@ -6197,10 +6183,10 @@ const d1 = j(
|
|
|
6197
6183
|
a && /* @__PURE__ */ e(I, { size: "xxs-2", fontFamily: "base", ...l, children: a }),
|
|
6198
6184
|
s && /* @__PURE__ */ e(g, { ...s, as: "span", color: "grey-400", size: "m", children: s.children })
|
|
6199
6185
|
] }),
|
|
6200
|
-
/* @__PURE__ */ e(
|
|
6186
|
+
/* @__PURE__ */ e(C, { ...r, buttonColor: "primary", href: c, whiteSpace: "nowrap", children: r.children })
|
|
6201
6187
|
]
|
|
6202
6188
|
}
|
|
6203
|
-
),
|
|
6189
|
+
), s3 = ({
|
|
6204
6190
|
link: a,
|
|
6205
6191
|
title: s,
|
|
6206
6192
|
summaryProps: l,
|
|
@@ -6215,7 +6201,7 @@ const d1 = j(
|
|
|
6215
6201
|
return /* @__PURE__ */ t(D, { ...v, direction: "column", className: "c-card-with-summary", clickable: !0, children: [
|
|
6216
6202
|
/* @__PURE__ */ t(m, { mb: "xs", className: "c-card-with-summary__content", gap: "xs", children: [
|
|
6217
6203
|
/* @__PURE__ */ t(F, { grow: 1, children: [
|
|
6218
|
-
c && /* @__PURE__ */ e(
|
|
6204
|
+
c && /* @__PURE__ */ e(J, { ...c, mb: "xxs-2" }),
|
|
6219
6205
|
/* @__PURE__ */ e(
|
|
6220
6206
|
I,
|
|
6221
6207
|
{
|
|
@@ -6266,41 +6252,41 @@ const d1 = j(
|
|
|
6266
6252
|
seeMoreLink: v,
|
|
6267
6253
|
...w
|
|
6268
6254
|
}) => {
|
|
6269
|
-
const _ = (
|
|
6255
|
+
const _ = (b) => {
|
|
6270
6256
|
switch (o?.sliderVariant) {
|
|
6271
6257
|
case "videos":
|
|
6272
|
-
return /* @__PURE__ */ e(t0, { ...
|
|
6258
|
+
return /* @__PURE__ */ e(t0, { ...b });
|
|
6273
6259
|
case "vertical-cards":
|
|
6274
|
-
return /* @__PURE__ */ e(c0, { ...
|
|
6260
|
+
return /* @__PURE__ */ e(c0, { ...b });
|
|
6275
6261
|
default:
|
|
6276
6262
|
return /* @__PURE__ */ e(
|
|
6277
|
-
|
|
6263
|
+
ce,
|
|
6278
6264
|
{
|
|
6279
|
-
...
|
|
6265
|
+
...b,
|
|
6280
6266
|
layout: s,
|
|
6281
|
-
...
|
|
6267
|
+
...b.cardHeaderProps && {
|
|
6282
6268
|
cardHeaderProps: {
|
|
6283
6269
|
...h && { color: "grey-500" },
|
|
6284
|
-
...
|
|
6270
|
+
...b.cardHeaderProps
|
|
6285
6271
|
}
|
|
6286
6272
|
},
|
|
6287
6273
|
cardTitleProps: {
|
|
6288
6274
|
weight: "semi-bold",
|
|
6289
6275
|
maxRows: 5,
|
|
6290
6276
|
...h && { color: "grey-900" },
|
|
6291
|
-
...
|
|
6277
|
+
...b.cardTitleProps
|
|
6292
6278
|
},
|
|
6293
|
-
...
|
|
6279
|
+
...b.cardImageProps && {
|
|
6294
6280
|
cardImageProps: {
|
|
6295
6281
|
sizes: "(min-width: 1840px) 267px, (min-width: 1440px) calc(4.74vw + 181px), (min-width: 1120px) 235px, (min-width: 780px) 20.94vw, calc(50vw - 25px)",
|
|
6296
|
-
...
|
|
6282
|
+
...b.cardImageProps
|
|
6297
6283
|
}
|
|
6298
6284
|
}
|
|
6299
6285
|
}
|
|
6300
6286
|
);
|
|
6301
6287
|
}
|
|
6302
|
-
},
|
|
6303
|
-
|
|
6288
|
+
}, f = /* @__PURE__ */ e(
|
|
6289
|
+
re,
|
|
6304
6290
|
{
|
|
6305
6291
|
label: l || "",
|
|
6306
6292
|
mb: n && "0" || (!u || h) && "m" || "xxl",
|
|
@@ -6320,7 +6306,7 @@ const d1 = j(
|
|
|
6320
6306
|
bg: h ? "sponsoring" : void 0,
|
|
6321
6307
|
py: h ? "m" : void 0,
|
|
6322
6308
|
children: [
|
|
6323
|
-
l && !n &&
|
|
6309
|
+
l && !n && f,
|
|
6324
6310
|
l && n && /* @__PURE__ */ t(
|
|
6325
6311
|
m,
|
|
6326
6312
|
{
|
|
@@ -6332,7 +6318,7 @@ const d1 = j(
|
|
|
6332
6318
|
mb: { xs: "l", md: "0" },
|
|
6333
6319
|
gap: { xs: "xs", md: "0" },
|
|
6334
6320
|
children: [
|
|
6335
|
-
|
|
6321
|
+
f,
|
|
6336
6322
|
/* @__PURE__ */ e(z, { ...n })
|
|
6337
6323
|
]
|
|
6338
6324
|
}
|
|
@@ -6346,7 +6332,7 @@ const d1 = j(
|
|
|
6346
6332
|
sliderVariant: o?.sliderVariant || "rubrics",
|
|
6347
6333
|
itemsGap: o?.sliderVariant === "videos" ? "l" : "xs",
|
|
6348
6334
|
layout: s,
|
|
6349
|
-
children: a.map((
|
|
6335
|
+
children: a.map((b) => /* @__PURE__ */ e(
|
|
6350
6336
|
F,
|
|
6351
6337
|
{
|
|
6352
6338
|
as: "article",
|
|
@@ -6360,13 +6346,13 @@ const d1 = j(
|
|
|
6360
6346
|
"c-carousel__sport--in-long-list": o?.sliderVariant === "sport" && a.length > 5
|
|
6361
6347
|
}
|
|
6362
6348
|
),
|
|
6363
|
-
children: _(
|
|
6349
|
+
children: _(b)
|
|
6364
6350
|
},
|
|
6365
|
-
|
|
6351
|
+
b.title
|
|
6366
6352
|
))
|
|
6367
6353
|
}
|
|
6368
6354
|
),
|
|
6369
|
-
v && /* @__PURE__ */ e(m, { justifyContent: "center", mt: "xl", children: /* @__PURE__ */ e(
|
|
6355
|
+
v && /* @__PURE__ */ e(m, { justifyContent: "center", mt: "xl", children: /* @__PURE__ */ e(C, { buttonColor: "primary", variant: "outlined", ...v }) })
|
|
6370
6356
|
]
|
|
6371
6357
|
}
|
|
6372
6358
|
) : null;
|
|
@@ -6390,7 +6376,7 @@ const d1 = j(
|
|
|
6390
6376
|
);
|
|
6391
6377
|
return i.push(w), i;
|
|
6392
6378
|
}, []);
|
|
6393
|
-
},
|
|
6379
|
+
}, l3 = ({ results: a, ...s }) => {
|
|
6394
6380
|
const r = a.map((i) => i.seats).reduce((i, o) => i + o, 0), n = a.filter((i) => i.seats > 0).map(
|
|
6395
6381
|
(i) => ({
|
|
6396
6382
|
name: i.politicalParty.name,
|
|
@@ -6472,7 +6458,7 @@ const d1 = j(
|
|
|
6472
6458
|
alignItems: "center"
|
|
6473
6459
|
},
|
|
6474
6460
|
children: [
|
|
6475
|
-
/* @__PURE__ */ e(
|
|
6461
|
+
/* @__PURE__ */ e(C, { href: "/", title: "Accueil", children: /* @__PURE__ */ e(z, { name: "logo", color: "white", size: l }) }),
|
|
6476
6462
|
c && /* @__PURE__ */ e(
|
|
6477
6463
|
Z,
|
|
6478
6464
|
{
|
|
@@ -6502,10 +6488,10 @@ const d1 = j(
|
|
|
6502
6488
|
)
|
|
6503
6489
|
]
|
|
6504
6490
|
}
|
|
6505
|
-
),
|
|
6491
|
+
), c3 = ({ children: a, layout: s, ...l }) => {
|
|
6506
6492
|
const c = "dialog-chatbot";
|
|
6507
6493
|
return /* @__PURE__ */ t(
|
|
6508
|
-
|
|
6494
|
+
Q1,
|
|
6509
6495
|
{
|
|
6510
6496
|
dialogId: c,
|
|
6511
6497
|
...l,
|
|
@@ -6521,7 +6507,7 @@ const d1 = j(
|
|
|
6521
6507
|
]
|
|
6522
6508
|
}
|
|
6523
6509
|
);
|
|
6524
|
-
},
|
|
6510
|
+
}, t3 = ({
|
|
6525
6511
|
citationText: a,
|
|
6526
6512
|
citationAuthor: s,
|
|
6527
6513
|
...l
|
|
@@ -6624,7 +6610,7 @@ const d1 = j(
|
|
|
6624
6610
|
}
|
|
6625
6611
|
);
|
|
6626
6612
|
}
|
|
6627
|
-
),
|
|
6613
|
+
), r3 = ({
|
|
6628
6614
|
enableComment: a,
|
|
6629
6615
|
lazyLoad: s = { delayed: !0, distanceVisible: 0 },
|
|
6630
6616
|
...l
|
|
@@ -6638,7 +6624,7 @@ const d1 = j(
|
|
|
6638
6624
|
...l,
|
|
6639
6625
|
children: /* @__PURE__ */ e("div", { id: "graphcomment", className: "c-comment__container" })
|
|
6640
6626
|
}
|
|
6641
|
-
) : null,
|
|
6627
|
+
) : null, n3 = ({
|
|
6642
6628
|
enableComment: a,
|
|
6643
6629
|
commentNumber: s = 0,
|
|
6644
6630
|
lazyLoad: l = { delayed: !0, distanceVisible: 0 }
|
|
@@ -6652,7 +6638,7 @@ const d1 = j(
|
|
|
6652
6638
|
"data-distance-visible": l.distanceVisible,
|
|
6653
6639
|
"data-comment-number": s
|
|
6654
6640
|
}
|
|
6655
|
-
) : null,
|
|
6641
|
+
) : null, i3 = ({ commentNumber: a, layout: s }) => s === y.MOBILE ? /* @__PURE__ */ t(S, { children: [
|
|
6656
6642
|
/* @__PURE__ */ e(P, { color: "grey-200" }),
|
|
6657
6643
|
/* @__PURE__ */ t(m, { gap: "xxs", p: "xs", children: [
|
|
6658
6644
|
/* @__PURE__ */ e(z, { name: "comment", size: 16, color: "ultramarine" }),
|
|
@@ -6693,7 +6679,7 @@ const d1 = j(
|
|
|
6693
6679
|
}
|
|
6694
6680
|
)
|
|
6695
6681
|
] }),
|
|
6696
|
-
l && /* @__PURE__ */ e("div", { children: /* @__PURE__ */ e(
|
|
6682
|
+
l && /* @__PURE__ */ e("div", { children: /* @__PURE__ */ e(W1, { color: "grey-200" }) })
|
|
6697
6683
|
] }), D1 = ({
|
|
6698
6684
|
layout: a,
|
|
6699
6685
|
title: s,
|
|
@@ -6743,7 +6729,7 @@ const d1 = j(
|
|
|
6743
6729
|
]
|
|
6744
6730
|
}
|
|
6745
6731
|
);
|
|
6746
|
-
},
|
|
6732
|
+
}, o3 = ({
|
|
6747
6733
|
label: a,
|
|
6748
6734
|
icon: s = { name: "darkmode", size: 20 },
|
|
6749
6735
|
...l
|
|
@@ -6754,7 +6740,7 @@ const d1 = j(
|
|
|
6754
6740
|
label: a || /* @__PURE__ */ e(g, { size: "l", as: "span", weight: "bold", children: "Mode sombre" }),
|
|
6755
6741
|
...l
|
|
6756
6742
|
}
|
|
6757
|
-
),
|
|
6743
|
+
), d3 = ({ topics: a, ...s }) => a.length === 0 ? null : /* @__PURE__ */ t(x, { ...s, children: [
|
|
6758
6744
|
/* @__PURE__ */ e(Z, { as: "h3", mb: "xs", size: "xxs", children: "À découvrir" }),
|
|
6759
6745
|
/* @__PURE__ */ e("ul", { children: a.map((l) => /* @__PURE__ */ t(x, { as: "li", mb: "xs", children: [
|
|
6760
6746
|
/* @__PURE__ */ t(m, { alignItems: "center", gap: "xxs", children: [
|
|
@@ -6785,7 +6771,7 @@ const d1 = j(
|
|
|
6785
6771
|
/* @__PURE__ */ e(
|
|
6786
6772
|
g,
|
|
6787
6773
|
{
|
|
6788
|
-
as:
|
|
6774
|
+
as: C,
|
|
6789
6775
|
...l.isTargetBlank ? { target: "_blank" } : {},
|
|
6790
6776
|
href: l.href,
|
|
6791
6777
|
size: "m",
|
|
@@ -6795,7 +6781,7 @@ const d1 = j(
|
|
|
6795
6781
|
}
|
|
6796
6782
|
)
|
|
6797
6783
|
] }, l.href)) })
|
|
6798
|
-
] }),
|
|
6784
|
+
] }), h3 = ({
|
|
6799
6785
|
layout: a,
|
|
6800
6786
|
searchFormProps: s,
|
|
6801
6787
|
title: l,
|
|
@@ -6834,18 +6820,17 @@ const d1 = j(
|
|
|
6834
6820
|
}),
|
|
6835
6821
|
"data-search-banner-collapse": !0,
|
|
6836
6822
|
...a === y.DESKTOP && { "aria-hidden": o ? !o : "true" },
|
|
6837
|
-
children: r?.map(({ label: _, link:
|
|
6823
|
+
children: r?.map(({ label: _, link: f }, b) => /* @__PURE__ */ e(
|
|
6838
6824
|
W,
|
|
6839
6825
|
{
|
|
6840
6826
|
variant: "tertiary",
|
|
6841
|
-
size: "small",
|
|
6842
6827
|
py: "xxs-2",
|
|
6843
6828
|
px: "l",
|
|
6844
|
-
ml:
|
|
6845
|
-
href:
|
|
6829
|
+
ml: b === 0 ? { xs: "m", md: "0" } : void 0,
|
|
6830
|
+
href: f,
|
|
6846
6831
|
children: _
|
|
6847
6832
|
},
|
|
6848
|
-
|
|
6833
|
+
f
|
|
6849
6834
|
))
|
|
6850
6835
|
}
|
|
6851
6836
|
), w = !h;
|
|
@@ -6940,7 +6925,7 @@ const d1 = j(
|
|
|
6940
6925
|
)
|
|
6941
6926
|
}
|
|
6942
6927
|
);
|
|
6943
|
-
},
|
|
6928
|
+
}, m3 = ({
|
|
6944
6929
|
reactListItems: a,
|
|
6945
6930
|
activeReaction: s,
|
|
6946
6931
|
...l
|
|
@@ -6968,13 +6953,13 @@ const d1 = j(
|
|
|
6968
6953
|
py: "xxs-3",
|
|
6969
6954
|
px: "xxs",
|
|
6970
6955
|
children: [
|
|
6971
|
-
/* @__PURE__ */ e(g, { as: "span", size: "xl", className: "c-emoji-toolbar__emoji", children:
|
|
6956
|
+
/* @__PURE__ */ e(g, { as: "span", size: "xl", className: "c-emoji-toolbar__emoji", children: P1[c.type] }),
|
|
6972
6957
|
/* @__PURE__ */ e(g, { as: "span", size: "xxs", ml: "xxs-2", className: "c-emoji-toolbar__count", children: String(c.count).padStart(2, "0") })
|
|
6973
6958
|
]
|
|
6974
6959
|
}
|
|
6975
6960
|
) }, c.type)) })
|
|
6976
6961
|
}
|
|
6977
|
-
),
|
|
6962
|
+
), u3 = ({
|
|
6978
6963
|
statusCode: a = "404",
|
|
6979
6964
|
enableGoogleSearch: s
|
|
6980
6965
|
}) => {
|
|
@@ -7003,7 +6988,7 @@ const d1 = j(
|
|
|
7003
6988
|
),
|
|
7004
6989
|
/* @__PURE__ */ e(x, { mb: "l", children: l }),
|
|
7005
6990
|
/* @__PURE__ */ e(x, { mb: "s", children: s ? /* @__PURE__ */ e(x, { className: "gcse-search" }) : /* @__PURE__ */ e(u1, { id: "search-form-error", url: "/", "aria-hidden": !0 }) }),
|
|
7006
|
-
/* @__PURE__ */ e(
|
|
6991
|
+
/* @__PURE__ */ e(C, { href: "/", className: "c-error-content__link", children: "Retour page d’accueil" })
|
|
7007
6992
|
] });
|
|
7008
6993
|
}, d0 = ({
|
|
7009
6994
|
visibleItems: a,
|
|
@@ -7044,7 +7029,7 @@ const d1 = j(
|
|
|
7044
7029
|
justifyContent: "center",
|
|
7045
7030
|
"aria-hidden": r.length > a,
|
|
7046
7031
|
className: "c-expandable__link js-expand-target",
|
|
7047
|
-
children: /* @__PURE__ */ e(
|
|
7032
|
+
children: /* @__PURE__ */ e(C, { ...i, buttonColor: "primary", variant: "outlined" })
|
|
7048
7033
|
}
|
|
7049
7034
|
),
|
|
7050
7035
|
/* @__PURE__ */ e(
|
|
@@ -7064,7 +7049,7 @@ const d1 = j(
|
|
|
7064
7049
|
] })
|
|
7065
7050
|
]
|
|
7066
7051
|
}
|
|
7067
|
-
),
|
|
7052
|
+
), p3 = ({
|
|
7068
7053
|
title: a,
|
|
7069
7054
|
subtitle: s,
|
|
7070
7055
|
icon: l,
|
|
@@ -7082,7 +7067,7 @@ const d1 = j(
|
|
|
7082
7067
|
"logo-instant": [78, 24],
|
|
7083
7068
|
"logo-tv": [40, 22],
|
|
7084
7069
|
"logo-games": [60, 24]
|
|
7085
|
-
},
|
|
7070
|
+
}, g3 = ({
|
|
7086
7071
|
logoHref: a,
|
|
7087
7072
|
headerLinks: s,
|
|
7088
7073
|
logoName: l = "logo",
|
|
@@ -7127,7 +7112,7 @@ const d1 = j(
|
|
|
7127
7112
|
className: "u-hidden"
|
|
7128
7113
|
}
|
|
7129
7114
|
),
|
|
7130
|
-
/* @__PURE__ */ e(
|
|
7115
|
+
/* @__PURE__ */ e(C, { href: a, color: "white", children: /* @__PURE__ */ e(
|
|
7131
7116
|
z,
|
|
7132
7117
|
{
|
|
7133
7118
|
name: l,
|
|
@@ -7144,7 +7129,7 @@ const d1 = j(
|
|
|
7144
7129
|
flexGrow: 1,
|
|
7145
7130
|
gap: c ? "xs" : "l",
|
|
7146
7131
|
pr: "xxl",
|
|
7147
|
-
children: c ? /* @__PURE__ */ e(g, { as: "span", size: "m", color: "white", children: r }) : s.map((d) => /* @__PURE__ */ e(
|
|
7132
|
+
children: c ? /* @__PURE__ */ e(g, { as: "span", size: "m", color: "white", children: r }) : s.map((d) => /* @__PURE__ */ e(C, { href: d.link, color: "white", size: "s", children: d.name }, d.link))
|
|
7148
7133
|
}
|
|
7149
7134
|
)
|
|
7150
7135
|
] }),
|
|
@@ -7160,7 +7145,7 @@ const d1 = j(
|
|
|
7160
7145
|
)
|
|
7161
7146
|
]
|
|
7162
7147
|
}
|
|
7163
|
-
),
|
|
7148
|
+
), v3 = ({
|
|
7164
7149
|
layout: a,
|
|
7165
7150
|
heading: s,
|
|
7166
7151
|
rightAsideElement: l,
|
|
@@ -7192,7 +7177,7 @@ const d1 = j(
|
|
|
7192
7177
|
mx: { xs: "m", md: "0" },
|
|
7193
7178
|
color: v === "blue-grey" ? "white" : void 0
|
|
7194
7179
|
}
|
|
7195
|
-
),
|
|
7180
|
+
), f = /* @__PURE__ */ t(S, { children: [
|
|
7196
7181
|
/* @__PURE__ */ e(m, { as: "header", gap: n ? "m" : void 0, alignItems: "start", justifyContent: "between", children: /* @__PURE__ */ t(
|
|
7197
7182
|
F,
|
|
7198
7183
|
{
|
|
@@ -7252,7 +7237,7 @@ const d1 = j(
|
|
|
7252
7237
|
}
|
|
7253
7238
|
)
|
|
7254
7239
|
] });
|
|
7255
|
-
let
|
|
7240
|
+
let b = /* @__PURE__ */ t("div", { children: [
|
|
7256
7241
|
n?.type === "sponsored-page" && /* @__PURE__ */ e(
|
|
7257
7242
|
Y,
|
|
7258
7243
|
{
|
|
@@ -7278,9 +7263,9 @@ const d1 = j(
|
|
|
7278
7263
|
),
|
|
7279
7264
|
n?.type === "dedicated-area" && /* @__PURE__ */ e(Y, { sponsor: n.content, variant: "header-dedicated-mobile", mt: "s", mx: "m" }),
|
|
7280
7265
|
i && /* @__PURE__ */ e(g1, { ...i, mt: "xl" }),
|
|
7281
|
-
c &&
|
|
7266
|
+
c && f
|
|
7282
7267
|
] });
|
|
7283
|
-
return a === y.DESKTOP && (
|
|
7268
|
+
return a === y.DESKTOP && (b = /* @__PURE__ */ t(m, { alignItems: "start", justifyContent: "between", gap: n ? "m" : void 0, children: [
|
|
7284
7269
|
/* @__PURE__ */ t(F, { basis: 100, children: [
|
|
7285
7270
|
l || n?.type === "sponsored-page" ? /* @__PURE__ */ t(
|
|
7286
7271
|
m,
|
|
@@ -7316,7 +7301,7 @@ const d1 = j(
|
|
|
7316
7301
|
...d
|
|
7317
7302
|
}
|
|
7318
7303
|
),
|
|
7319
|
-
c &&
|
|
7304
|
+
c && f,
|
|
7320
7305
|
h && /* @__PURE__ */ e(
|
|
7321
7306
|
x,
|
|
7322
7307
|
{
|
|
@@ -7349,10 +7334,10 @@ const d1 = j(
|
|
|
7349
7334
|
{ "c-nodeheader--is-expandable": r },
|
|
7350
7335
|
w?.className
|
|
7351
7336
|
),
|
|
7352
|
-
children:
|
|
7337
|
+
children: b
|
|
7353
7338
|
}
|
|
7354
7339
|
);
|
|
7355
|
-
},
|
|
7340
|
+
}, x3 = ({
|
|
7356
7341
|
label: a,
|
|
7357
7342
|
heading: s,
|
|
7358
7343
|
source: l,
|
|
@@ -7456,10 +7441,10 @@ const d1 = j(
|
|
|
7456
7441
|
...c,
|
|
7457
7442
|
children: s ? /* @__PURE__ */ t(S, { children: [
|
|
7458
7443
|
/* @__PURE__ */ e(z, { className: "c-header-title__icon", mr: "xxs", ...s }),
|
|
7459
|
-
/* @__PURE__ */ e(
|
|
7444
|
+
/* @__PURE__ */ e("span", { className: "c-header-title__text-with-icon", children: a })
|
|
7460
7445
|
] }) : a
|
|
7461
7446
|
}
|
|
7462
|
-
),
|
|
7447
|
+
), w3 = ({
|
|
7463
7448
|
images: a,
|
|
7464
7449
|
layout: s,
|
|
7465
7450
|
withNavigation: l = !0,
|
|
@@ -7475,11 +7460,11 @@ const d1 = j(
|
|
|
7475
7460
|
alignItems: "center",
|
|
7476
7461
|
justifyContent: s === y.DESKTOP ? "start" : "center",
|
|
7477
7462
|
children: [
|
|
7478
|
-
/* @__PURE__ */ e(
|
|
7463
|
+
/* @__PURE__ */ e(C, { buttonColor: "primary", ...n, children: /* @__PURE__ */ t(m, { alignItems: "center", children: [
|
|
7479
7464
|
/* @__PURE__ */ e(z, { name: "video-outlined", size: 13, mr: "xxs" }),
|
|
7480
7465
|
n.children
|
|
7481
7466
|
] }) }),
|
|
7482
|
-
/* @__PURE__ */ e(
|
|
7467
|
+
/* @__PURE__ */ e(C, { buttonColor: "secondary", variant: "outlined", ...i })
|
|
7483
7468
|
]
|
|
7484
7469
|
}
|
|
7485
7470
|
);
|
|
@@ -7632,7 +7617,7 @@ const d1 = j(
|
|
|
7632
7617
|
},
|
|
7633
7618
|
c.name
|
|
7634
7619
|
)) });
|
|
7635
|
-
},
|
|
7620
|
+
}, te = (a) => a1.Children.map(a.children, (s) => {
|
|
7636
7621
|
if (a1.isValidElement(s)) {
|
|
7637
7622
|
const { children: l, ...c } = s.props;
|
|
7638
7623
|
return /* @__PURE__ */ t(
|
|
@@ -7644,13 +7629,13 @@ const d1 = j(
|
|
|
7644
7629
|
}) : c?.className,
|
|
7645
7630
|
children: [
|
|
7646
7631
|
s.type === "li" && /* @__PURE__ */ e(z, { name: "diode", size: 16, mr: "xs" }),
|
|
7647
|
-
l ?
|
|
7632
|
+
l ? te({ color: a.color, children: l }) : void 0
|
|
7648
7633
|
]
|
|
7649
7634
|
}
|
|
7650
7635
|
);
|
|
7651
7636
|
}
|
|
7652
7637
|
return s;
|
|
7653
|
-
}), u0 = (a) => /* @__PURE__ */ e(S, { children:
|
|
7638
|
+
}), u0 = (a) => /* @__PURE__ */ e(S, { children: te(a) }), f3 = ({
|
|
7654
7639
|
variant: a,
|
|
7655
7640
|
isOver: s = !1,
|
|
7656
7641
|
updatedAt: l,
|
|
@@ -7707,7 +7692,7 @@ const d1 = j(
|
|
|
7707
7692
|
mx: { xs: "m", md: "0" }
|
|
7708
7693
|
}
|
|
7709
7694
|
)
|
|
7710
|
-
] }) : null,
|
|
7695
|
+
] }) : null, y3 = ({ question: a, author: s, response: l, ...c }) => /* @__PURE__ */ t(x, { ...c, className: "c-live-talk", children: [
|
|
7711
7696
|
/* @__PURE__ */ t(x, { bg: "grey-100", p: "s", mb: "xl", radius: "m", className: "c-live-talk__question", children: [
|
|
7712
7697
|
/* @__PURE__ */ e(
|
|
7713
7698
|
g,
|
|
@@ -7722,7 +7707,7 @@ const d1 = j(
|
|
|
7722
7707
|
/* @__PURE__ */ e(g, { color: "black", weight: "bold", size: "xs", children: s })
|
|
7723
7708
|
] }),
|
|
7724
7709
|
l && /* @__PURE__ */ e(g, { color: "grey-600", fontFamily: "source-serif-pro", size: "l", children: l })
|
|
7725
|
-
] }),
|
|
7710
|
+
] }), _3 = ({
|
|
7726
7711
|
status: a,
|
|
7727
7712
|
header: s,
|
|
7728
7713
|
title: l,
|
|
@@ -7755,10 +7740,10 @@ const d1 = j(
|
|
|
7755
7740
|
}
|
|
7756
7741
|
)
|
|
7757
7742
|
] });
|
|
7758
|
-
},
|
|
7743
|
+
}, z3 = (a) => /* @__PURE__ */ t(m, { as: C, color: "black", alignItems: "center", ...a, children: [
|
|
7759
7744
|
/* @__PURE__ */ e(z, { mr: "xs", name: "power", size: 20 }),
|
|
7760
7745
|
/* @__PURE__ */ e(g, { size: "m", as: "span", weight: "bold", children: "Se déconnecter" })
|
|
7761
|
-
] }),
|
|
7746
|
+
] }), N3 = ({
|
|
7762
7747
|
electionName: a,
|
|
7763
7748
|
electionYear: s,
|
|
7764
7749
|
resultsPerDepartment: l,
|
|
@@ -7814,7 +7799,7 @@ const d1 = j(
|
|
|
7814
7799
|
] }),
|
|
7815
7800
|
n.length > 0 && /* @__PURE__ */ e(v1, { items: n, mt: "xxl" })
|
|
7816
7801
|
] });
|
|
7817
|
-
},
|
|
7802
|
+
}, k3 = ({
|
|
7818
7803
|
electionName: a,
|
|
7819
7804
|
electionYear: s,
|
|
7820
7805
|
resultsPerDistrict: l,
|
|
@@ -7833,7 +7818,7 @@ const d1 = j(
|
|
|
7833
7818
|
},
|
|
7834
7819
|
children: Object.entries(h).map(
|
|
7835
7820
|
([w, _]) => {
|
|
7836
|
-
const
|
|
7821
|
+
const f = (N) => N.numDistrict === w, b = l.find(f);
|
|
7837
7822
|
return w === "text" && _.transform ? /* @__PURE__ */ e(
|
|
7838
7823
|
"text",
|
|
7839
7824
|
{
|
|
@@ -7852,7 +7837,7 @@ const d1 = j(
|
|
|
7852
7837
|
{
|
|
7853
7838
|
id: w,
|
|
7854
7839
|
className: p("c-map-districts__path", {
|
|
7855
|
-
[`c-map-districts__path--${
|
|
7840
|
+
[`c-map-districts__path--${b?.politicalParty.color}`]: b
|
|
7856
7841
|
}),
|
|
7857
7842
|
d: _.path,
|
|
7858
7843
|
children: [
|
|
@@ -7910,7 +7895,7 @@ const d1 = j(
|
|
|
7910
7895
|
] }),
|
|
7911
7896
|
o.length > 0 && /* @__PURE__ */ e(v1, { items: o, mt: "xxl" })
|
|
7912
7897
|
] });
|
|
7913
|
-
},
|
|
7898
|
+
}, M3 = ({
|
|
7914
7899
|
electionName: a,
|
|
7915
7900
|
electionYear: s,
|
|
7916
7901
|
resultsPerCountry: l,
|
|
@@ -7979,7 +7964,7 @@ const d1 = j(
|
|
|
7979
7964
|
});
|
|
7980
7965
|
}
|
|
7981
7966
|
return s;
|
|
7982
|
-
}, x0 = (a) => new Map(a.map((s) => [s.id, s])), w0 = (a) => a.normalize("NFD").replace(/[\u0300-\u036f]/g, "").replace(/'/g, "-").replace(/[^a-zA-Z0-9]+/g, "-").replace(/^-+|-+$/g, "").toLowerCase(), R1 = (a) => `/elections/resultats/${w0(a)}/`,
|
|
7967
|
+
}, x0 = (a) => new Map(a.map((s) => [s.id, s])), w0 = (a) => a.normalize("NFD").replace(/[\u0300-\u036f]/g, "").replace(/'/g, "-").replace(/[^a-zA-Z0-9]+/g, "-").replace(/^-+|-+$/g, "").toLowerCase(), R1 = (a) => `/elections/resultats/${w0(a)}/`, C3 = ({
|
|
7983
7968
|
layout: a,
|
|
7984
7969
|
resultsPerTown: s,
|
|
7985
7970
|
departmentsPaths: l,
|
|
@@ -7990,18 +7975,18 @@ const d1 = j(
|
|
|
7990
7975
|
}) => {
|
|
7991
7976
|
if (!l)
|
|
7992
7977
|
return /* @__PURE__ */ e("output", { "aria-live": "polite", children: "Chargement de la carte…" });
|
|
7993
|
-
const o = a === y.MOBILE, d = new Map(s.map((
|
|
7994
|
-
A1.map((
|
|
7995
|
-
const
|
|
7996
|
-
return
|
|
7997
|
-
}).filter((
|
|
7978
|
+
const o = a === y.MOBILE, d = new Map(s.map((f) => [f.id, f])), u = /* @__PURE__ */ new Map(), h = K(() => r ? x0(v0(r)) : /* @__PURE__ */ new Map(), [r]), v = K(() => new Map(
|
|
7979
|
+
A1.map((f) => {
|
|
7980
|
+
const b = h.get(`town-${f.id}`);
|
|
7981
|
+
return b ? [f.name, b.url] : null;
|
|
7982
|
+
}).filter((f) => f !== null)
|
|
7998
7983
|
), [h]);
|
|
7999
|
-
s.forEach((
|
|
8000
|
-
const { name:
|
|
8001
|
-
u.has(
|
|
7984
|
+
s.forEach((f) => {
|
|
7985
|
+
const { name: b, color: N } = f.politicalParty;
|
|
7986
|
+
u.has(b) || u.set(b, { name: b, color: N });
|
|
8002
7987
|
});
|
|
8003
|
-
const w = (
|
|
8004
|
-
const
|
|
7988
|
+
const w = (f) => {
|
|
7989
|
+
const b = v.get(f.label);
|
|
8005
7990
|
return (
|
|
8006
7991
|
// biome-ignore lint/a11y/useSemanticElements: fieldset is reserved for forms.
|
|
8007
7992
|
/* @__PURE__ */ t(
|
|
@@ -8009,17 +7994,17 @@ const d1 = j(
|
|
|
8009
7994
|
{
|
|
8010
7995
|
className: "c-map-towns__zoom-item",
|
|
8011
7996
|
role: "group",
|
|
8012
|
-
"aria-label": `Zoom sur les arrondissements de ${
|
|
8013
|
-
"data-city-url": o ?
|
|
7997
|
+
"aria-label": `Zoom sur les arrondissements de ${f.label}`,
|
|
7998
|
+
"data-city-url": o ? b : void 0,
|
|
8014
7999
|
children: [
|
|
8015
|
-
/* @__PURE__ */ e(g, { as: "div", size: "xs", weight: "bold", pb: "xxs", children:
|
|
8016
|
-
/* @__PURE__ */ t("svg", { viewBox:
|
|
8000
|
+
/* @__PURE__ */ e(g, { as: "div", size: "xs", weight: "bold", pb: "xxs", children: f.label }),
|
|
8001
|
+
/* @__PURE__ */ t("svg", { viewBox: f.viewBox, className: "c-map-towns__zoom-map", children: [
|
|
8017
8002
|
/* @__PURE__ */ t("title", { children: [
|
|
8018
8003
|
"Arrondissements de ",
|
|
8019
|
-
|
|
8004
|
+
f.label
|
|
8020
8005
|
] }),
|
|
8021
|
-
/* @__PURE__ */ e("g", { children:
|
|
8022
|
-
const
|
|
8006
|
+
/* @__PURE__ */ e("g", { children: f.ids.map((N) => {
|
|
8007
|
+
const M = d.get(N), B = h.get(`town-${N}`);
|
|
8023
8008
|
return B ? (
|
|
8024
8009
|
// biome-ignore lint/a11y/useSemanticElements: <button> can't be used here. <g> is the correct element in an svg context
|
|
8025
8010
|
/* @__PURE__ */ e(
|
|
@@ -8035,7 +8020,7 @@ const d1 = j(
|
|
|
8035
8020
|
{
|
|
8036
8021
|
d: B.path,
|
|
8037
8022
|
className: p("c-map-towns__path c-map-towns__path--borough", {
|
|
8038
|
-
[`c-map-towns__path--${
|
|
8023
|
+
[`c-map-towns__path--${M?.politicalParty.color}`]: M
|
|
8039
8024
|
})
|
|
8040
8025
|
}
|
|
8041
8026
|
)
|
|
@@ -8075,58 +8060,58 @@ const d1 = j(
|
|
|
8075
8060
|
role: "img",
|
|
8076
8061
|
"aria-label": "Carte des résultats électoraux par commune en France métropolitaine",
|
|
8077
8062
|
children: [
|
|
8078
|
-
/* @__PURE__ */ e("g", { className: "c-map-towns__layer-bg", "aria-hidden": "true", children: Object.entries(l).map(([
|
|
8079
|
-
/* @__PURE__ */ e("g", { className: "c-map-towns__layer-towns", children: s.map((
|
|
8080
|
-
const
|
|
8081
|
-
return
|
|
8063
|
+
/* @__PURE__ */ e("g", { className: "c-map-towns__layer-bg", "aria-hidden": "true", children: Object.entries(l).map(([f, b]) => /* @__PURE__ */ e("path", { d: b.path, className: "c-map-towns__dept-bg" }, `bg-${f}`)) }),
|
|
8064
|
+
/* @__PURE__ */ e("g", { className: "c-map-towns__layer-towns", children: s.map((f) => {
|
|
8065
|
+
const b = h.get(`town-${f.id}`);
|
|
8066
|
+
return b ? /* @__PURE__ */ e(
|
|
8082
8067
|
"path",
|
|
8083
8068
|
{
|
|
8084
|
-
d:
|
|
8085
|
-
"data-town-id": `town-${
|
|
8086
|
-
"data-url":
|
|
8087
|
-
"data-name":
|
|
8069
|
+
d: b.path,
|
|
8070
|
+
"data-town-id": `town-${f.id}`,
|
|
8071
|
+
"data-url": b.url,
|
|
8072
|
+
"data-name": b.name,
|
|
8088
8073
|
className: p("c-map-towns__path", {
|
|
8089
|
-
[`c-map-towns__path--${
|
|
8074
|
+
[`c-map-towns__path--${f?.politicalParty.color}`]: f
|
|
8090
8075
|
})
|
|
8091
8076
|
},
|
|
8092
|
-
|
|
8077
|
+
f.id
|
|
8093
8078
|
) : null;
|
|
8094
8079
|
}) }),
|
|
8095
|
-
/* @__PURE__ */ e("g", { className: "c-map-towns__layer-departments", "aria-hidden": "true", children: Object.entries(l).map(([
|
|
8096
|
-
const N = ye[
|
|
8080
|
+
/* @__PURE__ */ e("g", { className: "c-map-towns__layer-departments", "aria-hidden": "true", children: Object.entries(l).map(([f, b]) => {
|
|
8081
|
+
const N = ye[f];
|
|
8097
8082
|
return /* @__PURE__ */ e(
|
|
8098
8083
|
"path",
|
|
8099
8084
|
{
|
|
8100
|
-
id: `out-${
|
|
8101
|
-
d:
|
|
8085
|
+
id: `out-${f}`,
|
|
8086
|
+
d: b.path,
|
|
8102
8087
|
"data-name": N,
|
|
8103
8088
|
"data-url": o ? R1(N) : void 0,
|
|
8104
8089
|
className: "c-map-towns__dept-trigger",
|
|
8105
8090
|
children: /* @__PURE__ */ e("title", { children: N })
|
|
8106
8091
|
},
|
|
8107
|
-
`out-${
|
|
8092
|
+
`out-${f}`
|
|
8108
8093
|
);
|
|
8109
8094
|
}) }),
|
|
8110
8095
|
/* @__PURE__ */ e("g", { className: "c-map-towns__layer-markers", children: A1.map(
|
|
8111
|
-
(
|
|
8112
|
-
const
|
|
8113
|
-
return
|
|
8096
|
+
(f) => (() => {
|
|
8097
|
+
const b = h.get(`town-${f.id}`);
|
|
8098
|
+
return b ? (
|
|
8114
8099
|
// biome-ignore lint/a11y/noAriaHiddenOnFocusable: Prevents screen readers from reading <text> elements out of context
|
|
8115
8100
|
/* @__PURE__ */ t(
|
|
8116
8101
|
"g",
|
|
8117
8102
|
{
|
|
8118
8103
|
className: "js-city-marker c-map-towns__city-marker",
|
|
8119
|
-
"data-url":
|
|
8120
|
-
"data-name":
|
|
8104
|
+
"data-url": b.url,
|
|
8105
|
+
"data-name": f.name,
|
|
8121
8106
|
"aria-hidden": "true",
|
|
8122
8107
|
children: [
|
|
8123
|
-
/* @__PURE__ */ e("path", { d:
|
|
8108
|
+
/* @__PURE__ */ e("path", { d: b.path, className: "js-city-anchor c-map-towns__city-anchor" }),
|
|
8124
8109
|
/* @__PURE__ */ e("circle", { r: "5", fill: "white", stroke: "black", strokeWidth: "1" }),
|
|
8125
8110
|
/* @__PURE__ */ e("rect", { className: "js-city-bg", fill: "white", rx: "4", ry: "4" }),
|
|
8126
|
-
/* @__PURE__ */ e("text", { className: "js-city-text c-map-towns__city-text", fill: "black", children:
|
|
8111
|
+
/* @__PURE__ */ e("text", { className: "js-city-text c-map-towns__city-text", fill: "black", children: f.name })
|
|
8127
8112
|
]
|
|
8128
8113
|
},
|
|
8129
|
-
|
|
8114
|
+
f.name
|
|
8130
8115
|
)
|
|
8131
8116
|
) : null;
|
|
8132
8117
|
})()
|
|
@@ -8150,11 +8135,11 @@ const d1 = j(
|
|
|
8150
8135
|
),
|
|
8151
8136
|
c && /* @__PURE__ */ t("div", { className: "c-map-towns__droms", children: [
|
|
8152
8137
|
/* @__PURE__ */ e(g, { as: "div", size: "xs", weight: "bold", pb: "xxs", children: "Outre-mer" }),
|
|
8153
|
-
/* @__PURE__ */ e(m, { gap: { md: "xl" }, wrap: "wrap", justifyContent: { xs: "between", md: "start" }, children: Object.entries(c).map(([
|
|
8154
|
-
/* @__PURE__ */ e("title", { children:
|
|
8155
|
-
/* @__PURE__ */ e("path", { d:
|
|
8156
|
-
/* @__PURE__ */ e("g", { className: "c-map-towns__layer-towns", children:
|
|
8157
|
-
const
|
|
8138
|
+
/* @__PURE__ */ e(m, { gap: { md: "xl" }, wrap: "wrap", justifyContent: { xs: "between", md: "start" }, children: Object.entries(c).map(([f, b]) => /* @__PURE__ */ e("div", { children: /* @__PURE__ */ t("svg", { className: "c-map-towns__map-drom", viewBox: b.viewBox, children: [
|
|
8139
|
+
/* @__PURE__ */ e("title", { children: b.name }),
|
|
8140
|
+
/* @__PURE__ */ e("path", { d: b.deptPath, className: "c-map-towns__layer-bg c-map-towns__dept-bg" }),
|
|
8141
|
+
/* @__PURE__ */ e("g", { className: "c-map-towns__layer-towns", children: b.towns.map((N) => {
|
|
8142
|
+
const M = d.get(N.id.replace(/^town-/, ""));
|
|
8158
8143
|
return /* @__PURE__ */ e(
|
|
8159
8144
|
"path",
|
|
8160
8145
|
{
|
|
@@ -8163,7 +8148,7 @@ const d1 = j(
|
|
|
8163
8148
|
"data-url": N.url,
|
|
8164
8149
|
"data-name": N.name,
|
|
8165
8150
|
className: p("c-map-towns__path c-map-towns__path--drom", {
|
|
8166
|
-
[`c-map-towns__path--${
|
|
8151
|
+
[`c-map-towns__path--${M?.politicalParty.color}`]: M
|
|
8167
8152
|
})
|
|
8168
8153
|
},
|
|
8169
8154
|
N.id
|
|
@@ -8172,14 +8157,14 @@ const d1 = j(
|
|
|
8172
8157
|
/* @__PURE__ */ e(
|
|
8173
8158
|
"path",
|
|
8174
8159
|
{
|
|
8175
|
-
id: `out-${
|
|
8176
|
-
d:
|
|
8177
|
-
"data-name":
|
|
8178
|
-
"data-url": R1(
|
|
8160
|
+
id: `out-${f}`,
|
|
8161
|
+
d: b.deptPath,
|
|
8162
|
+
"data-name": b.name,
|
|
8163
|
+
"data-url": R1(b.name),
|
|
8179
8164
|
className: "c-map-towns__dept-trigger"
|
|
8180
8165
|
}
|
|
8181
8166
|
)
|
|
8182
|
-
] }) },
|
|
8167
|
+
] }) }, f)) })
|
|
8183
8168
|
] }),
|
|
8184
8169
|
_.length > 0 && /* @__PURE__ */ e(v1, { items: _, mt: "xxl" }),
|
|
8185
8170
|
/* @__PURE__ */ t("div", { id: "js-zoom-overlay", className: "c-map-towns__overlay", "aria-hidden": "true", children: [
|
|
@@ -8266,7 +8251,7 @@ const d1 = j(
|
|
|
8266
8251
|
}
|
|
8267
8252
|
)
|
|
8268
8253
|
}
|
|
8269
|
-
),
|
|
8254
|
+
), S3 = ({
|
|
8270
8255
|
categories: a,
|
|
8271
8256
|
tagsActu: s,
|
|
8272
8257
|
layout: l,
|
|
@@ -8275,7 +8260,7 @@ const d1 = j(
|
|
|
8275
8260
|
feedbackButtonProps: n,
|
|
8276
8261
|
className: i
|
|
8277
8262
|
}) => /* @__PURE__ */ t(
|
|
8278
|
-
|
|
8263
|
+
Q1,
|
|
8279
8264
|
{
|
|
8280
8265
|
as: "nav",
|
|
8281
8266
|
id: "menu-nav",
|
|
@@ -8299,7 +8284,7 @@ const d1 = j(
|
|
|
8299
8284
|
),
|
|
8300
8285
|
/* @__PURE__ */ t(m, { as: "section", px: "m", py: "l", alignItems: "center", justifyContent: "between", children: [
|
|
8301
8286
|
/* @__PURE__ */ e(
|
|
8302
|
-
|
|
8287
|
+
b1,
|
|
8303
8288
|
{
|
|
8304
8289
|
iconProps: { name: "newsletters" },
|
|
8305
8290
|
href: "https://membre.20minutes.fr/mes-newsletters",
|
|
@@ -8308,7 +8293,7 @@ const d1 = j(
|
|
|
8308
8293
|
}
|
|
8309
8294
|
),
|
|
8310
8295
|
/* @__PURE__ */ e(
|
|
8311
|
-
|
|
8296
|
+
b1,
|
|
8312
8297
|
{
|
|
8313
8298
|
iconProps: { name: "logo-tv" },
|
|
8314
8299
|
href: "https://www.20minutes.fr/tv/direct",
|
|
@@ -8318,7 +8303,7 @@ const d1 = j(
|
|
|
8318
8303
|
}
|
|
8319
8304
|
),
|
|
8320
8305
|
/* @__PURE__ */ e(
|
|
8321
|
-
|
|
8306
|
+
b1,
|
|
8322
8307
|
{
|
|
8323
8308
|
iconProps: { name: "game" },
|
|
8324
8309
|
href: "https://www.20minutes.fr/services/jeux",
|
|
@@ -8327,11 +8312,12 @@ const d1 = j(
|
|
|
8327
8312
|
}
|
|
8328
8313
|
),
|
|
8329
8314
|
/* @__PURE__ */ e(
|
|
8330
|
-
|
|
8315
|
+
b1,
|
|
8331
8316
|
{
|
|
8332
8317
|
iconProps: { name: "horoscope" },
|
|
8333
8318
|
href: "https://www.20minutes.fr/horoscope",
|
|
8334
8319
|
className: "c-menu__tiles-items",
|
|
8320
|
+
"data-menu-tile": "horoscope-tile",
|
|
8335
8321
|
children: "Horoscope"
|
|
8336
8322
|
}
|
|
8337
8323
|
)
|
|
@@ -8399,7 +8385,7 @@ const d1 = j(
|
|
|
8399
8385
|
/* @__PURE__ */ t(
|
|
8400
8386
|
m,
|
|
8401
8387
|
{
|
|
8402
|
-
as:
|
|
8388
|
+
as: C,
|
|
8403
8389
|
href: "/",
|
|
8404
8390
|
color: "black",
|
|
8405
8391
|
justifyContent: "between",
|
|
@@ -8471,7 +8457,7 @@ const d1 = j(
|
|
|
8471
8457
|
children: h.links.map((w, _) => /* @__PURE__ */ e("li", { children: /* @__PURE__ */ t(
|
|
8472
8458
|
m,
|
|
8473
8459
|
{
|
|
8474
|
-
as:
|
|
8460
|
+
as: C,
|
|
8475
8461
|
href: w.href,
|
|
8476
8462
|
color: "black",
|
|
8477
8463
|
pb: _ !== h.links.length - 1 ? "m" : "0",
|
|
@@ -8488,7 +8474,7 @@ const d1 = j(
|
|
|
8488
8474
|
) : /* @__PURE__ */ e("li", { children: /* @__PURE__ */ t(
|
|
8489
8475
|
m,
|
|
8490
8476
|
{
|
|
8491
|
-
as:
|
|
8477
|
+
as: C,
|
|
8492
8478
|
href: h.href,
|
|
8493
8479
|
color: "black",
|
|
8494
8480
|
pb: v !== d.links.length - 1 ? "l" : "0",
|
|
@@ -8516,7 +8502,7 @@ const d1 = j(
|
|
|
8516
8502
|
) : /* @__PURE__ */ e("li", { children: /* @__PURE__ */ e(
|
|
8517
8503
|
g,
|
|
8518
8504
|
{
|
|
8519
|
-
as:
|
|
8505
|
+
as: C,
|
|
8520
8506
|
href: d.categoryLink,
|
|
8521
8507
|
color: "black",
|
|
8522
8508
|
className: "c-menu__link",
|
|
@@ -8547,7 +8533,7 @@ const d1 = j(
|
|
|
8547
8533
|
}
|
|
8548
8534
|
) }),
|
|
8549
8535
|
l === y.MOBILE && /* @__PURE__ */ e(
|
|
8550
|
-
|
|
8536
|
+
C,
|
|
8551
8537
|
{
|
|
8552
8538
|
id: "js-download-band",
|
|
8553
8539
|
href: "https://zrxr.adj.st/home?adj_t=15qbr9tu&adj_campaign=Bandeau_1",
|
|
@@ -8556,7 +8542,7 @@ const d1 = j(
|
|
|
8556
8542
|
)
|
|
8557
8543
|
]
|
|
8558
8544
|
}
|
|
8559
|
-
),
|
|
8545
|
+
), B3 = ({ links: a, activeLink: s, ...l }) => /* @__PURE__ */ e(x, { className: "c-sub-menu", ...l, children: a.map((c, r) => {
|
|
8560
8546
|
const n = s === c.href;
|
|
8561
8547
|
return /* @__PURE__ */ t(
|
|
8562
8548
|
m,
|
|
@@ -8575,7 +8561,7 @@ const d1 = j(
|
|
|
8575
8561
|
},
|
|
8576
8562
|
c.href
|
|
8577
8563
|
);
|
|
8578
|
-
}) }),
|
|
8564
|
+
}) }), Z3 = ({
|
|
8579
8565
|
title: a,
|
|
8580
8566
|
description: s,
|
|
8581
8567
|
placeholder: l,
|
|
@@ -8617,20 +8603,20 @@ const d1 = j(
|
|
|
8617
8603
|
/* @__PURE__ */ e(Z1, { bg: n }),
|
|
8618
8604
|
d
|
|
8619
8605
|
] }) });
|
|
8620
|
-
},
|
|
8606
|
+
}, $3 = ({
|
|
8621
8607
|
items: a,
|
|
8622
8608
|
...s
|
|
8623
|
-
}) => !a || a.length === 0 ? null : /* @__PURE__ */ e(x, { ...s, as: "ol", className: "c-ordered-list-with-number", children: a.map((l) => /* @__PURE__ */ e(g, { as: "li", className: "c-ordered-list-with-number__item", size: "xl", children: l.text }, l.id)) }),
|
|
8609
|
+
}) => !a || a.length === 0 ? null : /* @__PURE__ */ e(x, { ...s, as: "ol", className: "c-ordered-list-with-number", children: a.map((l) => /* @__PURE__ */ e(g, { as: "li", className: "c-ordered-list-with-number__item", size: "xl", children: l.text }, l.id)) }), V3 = ({
|
|
8624
8610
|
totalArticles: a,
|
|
8625
8611
|
currentPage: s,
|
|
8626
8612
|
pagePath: l,
|
|
8627
8613
|
archivesUrl: c,
|
|
8628
8614
|
...r
|
|
8629
8615
|
}) => a > 0 ? /* @__PURE__ */ t(m, { justifyContent: "center", gap: "l", ...r, children: [
|
|
8630
|
-
Number(s) === 1 ? 1 : /* @__PURE__ */ e(
|
|
8631
|
-
a > 17 && (Number(s) === 2 ? 2 : /* @__PURE__ */ e(
|
|
8632
|
-
a > 25 && Number(s) !== 1 && /* @__PURE__ */ e(
|
|
8633
|
-
] }) : null,
|
|
8616
|
+
Number(s) === 1 ? 1 : /* @__PURE__ */ e(C, { color: "grey-300", href: `${l}`, children: "1" }),
|
|
8617
|
+
a > 17 && (Number(s) === 2 ? 2 : /* @__PURE__ */ e(C, { color: "grey-300", href: `${l}?page=2`, children: "2" })),
|
|
8618
|
+
a > 25 && Number(s) !== 1 && /* @__PURE__ */ e(C, { color: Number(s) !== 2 ? "black" : "grey-300", href: c, children: "Archives" })
|
|
8619
|
+
] }) : null, f0 = ({
|
|
8634
8620
|
percentage: a,
|
|
8635
8621
|
progressBarClassName: s,
|
|
8636
8622
|
...l
|
|
@@ -8658,14 +8644,14 @@ const d1 = j(
|
|
|
8658
8644
|
}
|
|
8659
8645
|
)
|
|
8660
8646
|
}
|
|
8661
|
-
) }),
|
|
8647
|
+
) }), L3 = ({ content: a, ...s }) => /* @__PURE__ */ e(
|
|
8662
8648
|
x,
|
|
8663
8649
|
{
|
|
8664
8650
|
...s,
|
|
8665
8651
|
className: p("c-prose", s?.className),
|
|
8666
8652
|
dangerouslySetInnerHTML: { __html: a }
|
|
8667
8653
|
}
|
|
8668
|
-
),
|
|
8654
|
+
), b0 = ({
|
|
8669
8655
|
color: a,
|
|
8670
8656
|
count: s = 0,
|
|
8671
8657
|
countColor: l,
|
|
@@ -8680,9 +8666,9 @@ const d1 = j(
|
|
|
8680
8666
|
layout: v,
|
|
8681
8667
|
contentId: w,
|
|
8682
8668
|
contentLegacyId: _,
|
|
8683
|
-
...
|
|
8669
|
+
...f
|
|
8684
8670
|
}) => {
|
|
8685
|
-
const
|
|
8671
|
+
const b = () => {
|
|
8686
8672
|
switch (h) {
|
|
8687
8673
|
case "horizontal":
|
|
8688
8674
|
case "vertical":
|
|
@@ -8708,7 +8694,7 @@ const d1 = j(
|
|
|
8708
8694
|
size: 20
|
|
8709
8695
|
};
|
|
8710
8696
|
}
|
|
8711
|
-
},
|
|
8697
|
+
}, M = /* @__PURE__ */ e(m, { as: "ul", direction: "row-reverse", alignItems: "center", className: "c-react-button__list", children: o?.sort((B, H) => H.count - B.count).map((B, H) => /* @__PURE__ */ e(
|
|
8712
8698
|
x,
|
|
8713
8699
|
{
|
|
8714
8700
|
as: "li",
|
|
@@ -8717,14 +8703,14 @@ const d1 = j(
|
|
|
8717
8703
|
}),
|
|
8718
8704
|
bg: "grey-100",
|
|
8719
8705
|
"data-reaction-item": B.type,
|
|
8720
|
-
children: /* @__PURE__ */ e(g, { as: "span", size: "xxs", children:
|
|
8706
|
+
children: /* @__PURE__ */ e(g, { as: "span", size: "xxs", children: P1[B.type] })
|
|
8721
8707
|
},
|
|
8722
8708
|
B.type
|
|
8723
8709
|
)) });
|
|
8724
8710
|
return /* @__PURE__ */ t(
|
|
8725
8711
|
m,
|
|
8726
8712
|
{
|
|
8727
|
-
...
|
|
8713
|
+
...f,
|
|
8728
8714
|
gap: "xxs-2",
|
|
8729
8715
|
alignItems: "center",
|
|
8730
8716
|
role: "button",
|
|
@@ -8736,7 +8722,7 @@ const d1 = j(
|
|
|
8736
8722
|
[`c-react-button--${h}`]: h,
|
|
8737
8723
|
[`c-react-button--${d}`]: d
|
|
8738
8724
|
},
|
|
8739
|
-
|
|
8725
|
+
f.className
|
|
8740
8726
|
),
|
|
8741
8727
|
...o && o.length > 0 && o.reduce((B, H) => (B[`data-content-${H.type}`] = H.count, B), {}),
|
|
8742
8728
|
...u && {
|
|
@@ -8748,7 +8734,7 @@ const d1 = j(
|
|
|
8748
8734
|
Q,
|
|
8749
8735
|
{
|
|
8750
8736
|
className: "c-react-button__icon",
|
|
8751
|
-
...
|
|
8737
|
+
...b(),
|
|
8752
8738
|
...n,
|
|
8753
8739
|
ariaLabel: "Reagir au contenu",
|
|
8754
8740
|
iconProps: { name: "thumb", "aria-hidden": !0, ...N() },
|
|
@@ -8757,7 +8743,7 @@ const d1 = j(
|
|
|
8757
8743
|
}
|
|
8758
8744
|
),
|
|
8759
8745
|
h === "card" && /* @__PURE__ */ t(S, { children: [
|
|
8760
|
-
|
|
8746
|
+
M,
|
|
8761
8747
|
/* @__PURE__ */ e(
|
|
8762
8748
|
g,
|
|
8763
8749
|
{
|
|
@@ -8774,7 +8760,7 @@ const d1 = j(
|
|
|
8774
8760
|
]
|
|
8775
8761
|
}
|
|
8776
8762
|
);
|
|
8777
|
-
},
|
|
8763
|
+
}, H3 = ({
|
|
8778
8764
|
articles: a,
|
|
8779
8765
|
layout: s,
|
|
8780
8766
|
limitTop: l = 0,
|
|
@@ -8820,7 +8806,7 @@ const d1 = j(
|
|
|
8820
8806
|
align: "stretch",
|
|
8821
8807
|
className: "c-read-also-banner__article",
|
|
8822
8808
|
children: /* @__PURE__ */ e(
|
|
8823
|
-
|
|
8809
|
+
le,
|
|
8824
8810
|
{
|
|
8825
8811
|
...i,
|
|
8826
8812
|
alignItems: "center",
|
|
@@ -8878,7 +8864,7 @@ const d1 = j(
|
|
|
8878
8864
|
c && c.length > 0 && /* @__PURE__ */ e("ul", { className: "c-search-form__autocomplete u-hidden", children: c.slice(0, 8).map((i) => /* @__PURE__ */ e("li", { children: /* @__PURE__ */ e("a", { href: i.url, tabIndex: -1, children: i.value }) }, i.value)) })
|
|
8879
8865
|
]
|
|
8880
8866
|
}
|
|
8881
|
-
),
|
|
8867
|
+
), re = ({
|
|
8882
8868
|
label: a,
|
|
8883
8869
|
labelLink: s,
|
|
8884
8870
|
themeColor: l,
|
|
@@ -8959,7 +8945,7 @@ const d1 = j(
|
|
|
8959
8945
|
}
|
|
8960
8946
|
}, C0 = (a) => {
|
|
8961
8947
|
typeof window > "u" || (a.preventDefault(), window.open(a.currentTarget.href, "share-dialog", "noopener,noreferrer,width=600,height=600"));
|
|
8962
|
-
},
|
|
8948
|
+
}, j3 = ({
|
|
8963
8949
|
networks: a = y0,
|
|
8964
8950
|
url: s = "",
|
|
8965
8951
|
title: l = "",
|
|
@@ -9005,7 +8991,7 @@ const d1 = j(
|
|
|
9005
8991
|
}
|
|
9006
8992
|
) }, h);
|
|
9007
8993
|
}) }) });
|
|
9008
|
-
},
|
|
8994
|
+
}, F3 = ({
|
|
9009
8995
|
backgroundImage: a,
|
|
9010
8996
|
title: s,
|
|
9011
8997
|
subtitle: l,
|
|
@@ -9016,7 +9002,7 @@ const d1 = j(
|
|
|
9016
9002
|
const i = /* @__PURE__ */ t(S, { children: [
|
|
9017
9003
|
/* @__PURE__ */ e(Z, { size: { xs: "m", md: "xxl" }, fontFamily: "obviously", mb: "l", children: s }),
|
|
9018
9004
|
/* @__PURE__ */ e(g, { as: "div", size: { xs: "m", md: "xl" }, mb: "xl", children: l })
|
|
9019
|
-
] }), o = r ? /* @__PURE__ */ e(
|
|
9005
|
+
] }), o = r ? /* @__PURE__ */ e(C, { buttonColor: "primary", ...r, children: /* @__PURE__ */ t(m, { alignItems: "center", children: [
|
|
9020
9006
|
/* @__PURE__ */ e(z, { name: "video-outlined", size: 13, mr: "xxs" }),
|
|
9021
9007
|
r.children
|
|
9022
9008
|
] }) }) : void 0;
|
|
@@ -9038,7 +9024,7 @@ const d1 = j(
|
|
|
9038
9024
|
o && /* @__PURE__ */ e(m, { justifyContent: "center", children: o })
|
|
9039
9025
|
] })
|
|
9040
9026
|
] });
|
|
9041
|
-
},
|
|
9027
|
+
}, ne = ({
|
|
9042
9028
|
avatars: a,
|
|
9043
9029
|
authors: s,
|
|
9044
9030
|
layout: l,
|
|
@@ -9070,7 +9056,7 @@ const d1 = j(
|
|
|
9070
9056
|
h && l === y.MOBILE && /* @__PURE__ */ e(Y, { sponsor: h, variant: "signature" })
|
|
9071
9057
|
] });
|
|
9072
9058
|
return i ? /* @__PURE__ */ e("a", { href: i, children: w }) : w;
|
|
9073
|
-
},
|
|
9059
|
+
}, A3 = ({ installButton: a, closeButton: s }) => /* @__PURE__ */ t(m, { className: "c-smart-banner", alignItems: "center", gap: "xs", bg: "ultramarine", color: "white", children: [
|
|
9074
9060
|
/* @__PURE__ */ e(
|
|
9075
9061
|
V,
|
|
9076
9062
|
{
|
|
@@ -9092,7 +9078,7 @@ const d1 = j(
|
|
|
9092
9078
|
/* @__PURE__ */ e(g, { size: "xxs-2", children: "Retrouvez l’actualité sur notre application" })
|
|
9093
9079
|
] }),
|
|
9094
9080
|
/* @__PURE__ */ e(V, { ...a, className: "c-smart-banner__btn color-ultramarine bg-white", children: "Installer" })
|
|
9095
|
-
] }), h1 = (a) => a === "card" ? "secondary" : "primary",
|
|
9081
|
+
] }), h1 = (a) => a === "card" ? "secondary" : "primary", f1 = (a) => a === "card" ? "inline" : "rounded", S0 = (a) => a === "vertical" ? "right" : "top", n1 = ({
|
|
9096
9082
|
commentCount: a,
|
|
9097
9083
|
shareCount: s,
|
|
9098
9084
|
reactionCount: l,
|
|
@@ -9107,10 +9093,10 @@ const d1 = j(
|
|
|
9107
9093
|
withChatbotButton: v = !1,
|
|
9108
9094
|
commentAnchor: w,
|
|
9109
9095
|
disableComment: _,
|
|
9110
|
-
blockVariant:
|
|
9111
|
-
reactListItems:
|
|
9096
|
+
blockVariant: f,
|
|
9097
|
+
reactListItems: b,
|
|
9112
9098
|
userReaction: N,
|
|
9113
|
-
layout:
|
|
9099
|
+
layout: M,
|
|
9114
9100
|
...B
|
|
9115
9101
|
}) => {
|
|
9116
9102
|
const H = !_ && /* @__PURE__ */ e(
|
|
@@ -9119,18 +9105,18 @@ const d1 = j(
|
|
|
9119
9105
|
role: "button",
|
|
9120
9106
|
ariaLabel: "Accéder aux commentaires",
|
|
9121
9107
|
iconProps: { name: "comment", "aria-hidden": !0 },
|
|
9122
|
-
...c === "card" &&
|
|
9108
|
+
...c === "card" && f === "blue-grey" && { iconBackground: "blue-grey", iconColor: "white" },
|
|
9123
9109
|
variant: h1(c),
|
|
9124
9110
|
count: a,
|
|
9125
9111
|
countColor: r,
|
|
9126
9112
|
countBg: n,
|
|
9127
|
-
countStyle:
|
|
9113
|
+
countStyle: f1(c),
|
|
9128
9114
|
...c === "horizontal" && { id: "mbrs-social-comment-container" },
|
|
9129
9115
|
...c !== "card" && { anchor: w },
|
|
9130
9116
|
...c === "card" && u && { link: `${u}#${w}` },
|
|
9131
|
-
color:
|
|
9132
|
-
"aria-describedby":
|
|
9133
|
-
children:
|
|
9117
|
+
color: f === "blue-grey" ? "white" : "black",
|
|
9118
|
+
"aria-describedby": M === y.DESKTOP ? `comment-tooltip-${o || i}` : void 0,
|
|
9119
|
+
children: M === y.DESKTOP && /* @__PURE__ */ e(t1, { id: `comment-tooltip-${o || i}`, text: "Commenter" })
|
|
9134
9120
|
}
|
|
9135
9121
|
), E = /* @__PURE__ */ e(
|
|
9136
9122
|
Q,
|
|
@@ -9139,18 +9125,18 @@ const d1 = j(
|
|
|
9139
9125
|
ariaLabel: "Partager le contenu",
|
|
9140
9126
|
iconProps: { name: "share", "aria-hidden": !0 },
|
|
9141
9127
|
...c === "card" && { iconBackground: "none" },
|
|
9142
|
-
...c === "card" &&
|
|
9128
|
+
...c === "card" && f === "blue-grey" && { iconBackground: "blue-grey", iconColor: "white" },
|
|
9143
9129
|
variant: h1(c),
|
|
9144
9130
|
count: s === 0 ? void 0 : s,
|
|
9145
9131
|
countColor: r,
|
|
9146
9132
|
countBg: n,
|
|
9147
|
-
countStyle:
|
|
9133
|
+
countStyle: f1(c),
|
|
9148
9134
|
isClickable: c !== "card",
|
|
9149
9135
|
className: p({ "js-mobile-share-button": c === "horizontal" }),
|
|
9150
9136
|
...c !== "card" && { id: "mbrs-social-share-container" },
|
|
9151
|
-
color:
|
|
9152
|
-
"aria-describedby":
|
|
9153
|
-
children:
|
|
9137
|
+
color: f && ["dark", "blue-grey"].includes(f) ? "white" : "black",
|
|
9138
|
+
"aria-describedby": M === y.DESKTOP ? `share-tooltip-${o || i}` : void 0,
|
|
9139
|
+
children: M === y.DESKTOP && /* @__PURE__ */ e(
|
|
9154
9140
|
t1,
|
|
9155
9141
|
{
|
|
9156
9142
|
id: `share-tooltip-${o || i}`,
|
|
@@ -9158,24 +9144,24 @@ const d1 = j(
|
|
|
9158
9144
|
}
|
|
9159
9145
|
)
|
|
9160
9146
|
}
|
|
9161
|
-
), k = !_ && i && !!
|
|
9162
|
-
|
|
9147
|
+
), k = !_ && i && !!b && /* @__PURE__ */ e(
|
|
9148
|
+
b0,
|
|
9163
9149
|
{
|
|
9164
|
-
color:
|
|
9150
|
+
color: f === "blue-grey" ? "white" : "black",
|
|
9165
9151
|
count: l,
|
|
9166
9152
|
countColor: r,
|
|
9167
9153
|
countBg: n,
|
|
9168
|
-
countStyle:
|
|
9154
|
+
countStyle: f1(c),
|
|
9169
9155
|
iconItemProps: {
|
|
9170
9156
|
variant: h1(c),
|
|
9171
|
-
...c === "card" &&
|
|
9157
|
+
...c === "card" && f === "blue-grey" && { iconBackground: "blue-grey", iconColor: "white" }
|
|
9172
9158
|
},
|
|
9173
9159
|
userReaction: N,
|
|
9174
|
-
reactListItems:
|
|
9175
|
-
reactListItemThemeColor: c === "card" ?
|
|
9160
|
+
reactListItems: b,
|
|
9161
|
+
reactListItemThemeColor: c === "card" ? f : void 0,
|
|
9176
9162
|
variant: c,
|
|
9177
9163
|
placement: S0(c),
|
|
9178
|
-
layout:
|
|
9164
|
+
layout: M,
|
|
9179
9165
|
contentId: i,
|
|
9180
9166
|
contentLegacyId: o,
|
|
9181
9167
|
"data-content-id": i || o,
|
|
@@ -9187,16 +9173,16 @@ const d1 = j(
|
|
|
9187
9173
|
role: "button",
|
|
9188
9174
|
ariaLabel: "Mettre le contenu en favori",
|
|
9189
9175
|
iconProps: { name: "bookmark", "aria-hidden": !0 },
|
|
9190
|
-
...c === "card" &&
|
|
9176
|
+
...c === "card" && f === "blue-grey" && { iconBackground: "blue-grey", iconColor: "white" },
|
|
9191
9177
|
variant: h1(c),
|
|
9192
|
-
countStyle:
|
|
9178
|
+
countStyle: f1(c),
|
|
9193
9179
|
"data-id": o,
|
|
9194
9180
|
"data-delayed": !0,
|
|
9195
9181
|
"data-distance-visible": 0,
|
|
9196
9182
|
"data-event-name": "mbrs-social-save-content",
|
|
9197
|
-
color:
|
|
9198
|
-
"aria-describedby":
|
|
9199
|
-
children:
|
|
9183
|
+
color: f === "blue-grey" ? "white" : "black",
|
|
9184
|
+
"aria-describedby": M === y.DESKTOP ? `bookmark-tooltip-${o || i}` : void 0,
|
|
9185
|
+
children: M === y.DESKTOP && /* @__PURE__ */ e(
|
|
9200
9186
|
t1,
|
|
9201
9187
|
{
|
|
9202
9188
|
id: `bookmark-tooltip-${o || i}`,
|
|
@@ -9209,13 +9195,13 @@ const d1 = j(
|
|
|
9209
9195
|
{
|
|
9210
9196
|
role: "button",
|
|
9211
9197
|
ariaLabel: "Signaler une faute dans le contenu",
|
|
9212
|
-
...c === "card" &&
|
|
9198
|
+
...c === "card" && f === "blue-grey" && { iconBackground: "blue-grey", iconColor: "white" },
|
|
9213
9199
|
variant: h1(c),
|
|
9214
9200
|
iconProps: { name: "report", "aria-hidden": !0 },
|
|
9215
9201
|
className: "mbrs-social-report-container",
|
|
9216
9202
|
color: "black",
|
|
9217
|
-
"aria-describedby":
|
|
9218
|
-
children:
|
|
9203
|
+
"aria-describedby": M === y.DESKTOP ? `report-tooltip-${o || i}` : void 0,
|
|
9204
|
+
children: M === y.DESKTOP && /* @__PURE__ */ e(
|
|
9219
9205
|
t1,
|
|
9220
9206
|
{
|
|
9221
9207
|
id: `report-tooltip-${o || i}`,
|
|
@@ -9223,7 +9209,7 @@ const d1 = j(
|
|
|
9223
9209
|
}
|
|
9224
9210
|
)
|
|
9225
9211
|
}
|
|
9226
|
-
),
|
|
9212
|
+
), X = v && /* @__PURE__ */ e(
|
|
9227
9213
|
Q,
|
|
9228
9214
|
{
|
|
9229
9215
|
role: "button",
|
|
@@ -9231,9 +9217,9 @@ const d1 = j(
|
|
|
9231
9217
|
iconProps: { name: "ia", size: 26, "aria-hidden": !0 },
|
|
9232
9218
|
color: "black",
|
|
9233
9219
|
"data-a11y-dialog-show": "dialog-chatbot",
|
|
9234
|
-
"aria-describedby":
|
|
9220
|
+
"aria-describedby": M === y.DESKTOP ? `chatbot-tooltip-${o || i}` : void 0,
|
|
9235
9221
|
pl: "xxs-3",
|
|
9236
|
-
children:
|
|
9222
|
+
children: M === y.DESKTOP && /* @__PURE__ */ e(
|
|
9237
9223
|
t1,
|
|
9238
9224
|
{
|
|
9239
9225
|
id: `chatbot-tooltip-${o || i}`,
|
|
@@ -9265,7 +9251,7 @@ const d1 = j(
|
|
|
9265
9251
|
E && /* @__PURE__ */ e("li", { children: E }),
|
|
9266
9252
|
k && /* @__PURE__ */ e("li", { children: k }),
|
|
9267
9253
|
/* @__PURE__ */ e("li", { "aria-hidden": "true", children: q }),
|
|
9268
|
-
|
|
9254
|
+
X && /* @__PURE__ */ e("li", { children: X }),
|
|
9269
9255
|
L && /* @__PURE__ */ e("li", { children: L }),
|
|
9270
9256
|
G && /* @__PURE__ */ e("li", { children: G })
|
|
9271
9257
|
] });
|
|
@@ -9290,7 +9276,7 @@ const d1 = j(
|
|
|
9290
9276
|
B.className
|
|
9291
9277
|
),
|
|
9292
9278
|
bg: c === "horizontal" ? "grey-50" : void 0,
|
|
9293
|
-
"data-block-variant":
|
|
9279
|
+
"data-block-variant": f,
|
|
9294
9280
|
children: c1()
|
|
9295
9281
|
}
|
|
9296
9282
|
);
|
|
@@ -9501,7 +9487,7 @@ const d1 = j(
|
|
|
9501
9487
|
}
|
|
9502
9488
|
),
|
|
9503
9489
|
/* @__PURE__ */ e(s1, { colsNumber: n, gap: "xl", children: c?.cards?.map((u) => /* @__PURE__ */ pe(
|
|
9504
|
-
|
|
9490
|
+
ce,
|
|
9505
9491
|
{
|
|
9506
9492
|
...u,
|
|
9507
9493
|
key: u.link,
|
|
@@ -9530,7 +9516,7 @@ const d1 = j(
|
|
|
9530
9516
|
] })
|
|
9531
9517
|
] })
|
|
9532
9518
|
}
|
|
9533
|
-
),
|
|
9519
|
+
), T3 = ({ hasHeader: a, tableProps: s, ...l }) => {
|
|
9534
9520
|
if (!s?.length)
|
|
9535
9521
|
return null;
|
|
9536
9522
|
const c = a ? s[0] : null, r = a ? s.slice(1) : s;
|
|
@@ -9538,7 +9524,7 @@ const d1 = j(
|
|
|
9538
9524
|
a && c && /* @__PURE__ */ e("thead", { children: /* @__PURE__ */ e("tr", { children: c.map((n, i) => /* @__PURE__ */ e(x, { as: "th", p: "s", children: n }, i)) }) }),
|
|
9539
9525
|
/* @__PURE__ */ e("tbody", { children: r.map((n, i) => /* @__PURE__ */ e("tr", { children: n.map((o, d) => /* @__PURE__ */ e(x, { as: "td", p: "s", children: o }, d)) }, i)) })
|
|
9540
9526
|
] });
|
|
9541
|
-
},
|
|
9527
|
+
}, ie = ({
|
|
9542
9528
|
tabItems: a,
|
|
9543
9529
|
name: s = "default",
|
|
9544
9530
|
fitContainer: l,
|
|
@@ -9599,7 +9585,7 @@ const d1 = j(
|
|
|
9599
9585
|
]
|
|
9600
9586
|
}
|
|
9601
9587
|
);
|
|
9602
|
-
},
|
|
9588
|
+
}, I3 = ({ tags: a, layout: s, isSmall: l = !1, ...c }) => a.length ? /* @__PURE__ */ e(
|
|
9603
9589
|
d1,
|
|
9604
9590
|
{
|
|
9605
9591
|
hasSpaceAroundButtons: !0,
|
|
@@ -9617,7 +9603,7 @@ const d1 = j(
|
|
|
9617
9603
|
iconProps: { name: a, size: [20, 20] },
|
|
9618
9604
|
className: "tooltip-btn c-tooltip-item__icon"
|
|
9619
9605
|
}
|
|
9620
|
-
) }),
|
|
9606
|
+
) }), D3 = () => /* @__PURE__ */ e(m, { id: "text-tooltip", className: "c-text-tooltip", as: "ul", gap: "s", children: /* @__PURE__ */ e(L0, { iconName: "report", className: "mbrs-social-report-container" }) }), b1 = ({
|
|
9621
9607
|
href: a,
|
|
9622
9608
|
iconProps: s,
|
|
9623
9609
|
children: l,
|
|
@@ -9633,7 +9619,7 @@ const d1 = j(
|
|
|
9633
9619
|
alignItems: "center",
|
|
9634
9620
|
justifyContent: "center",
|
|
9635
9621
|
gap: "xxs",
|
|
9636
|
-
as:
|
|
9622
|
+
as: C,
|
|
9637
9623
|
href: a,
|
|
9638
9624
|
py: "xs",
|
|
9639
9625
|
bg: "ultramarine",
|
|
@@ -9647,7 +9633,7 @@ const d1 = j(
|
|
|
9647
9633
|
]
|
|
9648
9634
|
}
|
|
9649
9635
|
);
|
|
9650
|
-
},
|
|
9636
|
+
}, R3 = ({ events: a, layout: s, ...l }) => a.length === 0 ? null : /* @__PURE__ */ t(
|
|
9651
9637
|
m,
|
|
9652
9638
|
{
|
|
9653
9639
|
...l,
|
|
@@ -9700,7 +9686,7 @@ const d1 = j(
|
|
|
9700
9686
|
}),
|
|
9701
9687
|
children: [
|
|
9702
9688
|
/* @__PURE__ */ e(g, { as: "span", weight: "bold", className: "c-timeline__time", children: c.time }),
|
|
9703
|
-
/* @__PURE__ */ e(
|
|
9689
|
+
/* @__PURE__ */ e(W1, { color: "white", className: "c-timeline__separator" })
|
|
9704
9690
|
]
|
|
9705
9691
|
}
|
|
9706
9692
|
),
|
|
@@ -9726,7 +9712,7 @@ const d1 = j(
|
|
|
9726
9712
|
] })
|
|
9727
9713
|
]
|
|
9728
9714
|
}
|
|
9729
|
-
),
|
|
9715
|
+
), O3 = ({
|
|
9730
9716
|
children: a,
|
|
9731
9717
|
navigationLinks: s,
|
|
9732
9718
|
user: l,
|
|
@@ -9746,7 +9732,7 @@ const d1 = j(
|
|
|
9746
9732
|
/* @__PURE__ */ e(x, { mx: "m", mt: "l", mb: "xl", children: s.map((n, i) => /* @__PURE__ */ t(
|
|
9747
9733
|
m,
|
|
9748
9734
|
{
|
|
9749
|
-
as:
|
|
9735
|
+
as: C,
|
|
9750
9736
|
href: n.href,
|
|
9751
9737
|
color: "black",
|
|
9752
9738
|
pb: i === s.length - 1 ? "0" : "m",
|
|
@@ -9765,7 +9751,7 @@ const d1 = j(
|
|
|
9765
9751
|
)) }),
|
|
9766
9752
|
a,
|
|
9767
9753
|
/* @__PURE__ */ e(P, { color: "grey-200" })
|
|
9768
|
-
] }),
|
|
9754
|
+
] }), E3 = ({
|
|
9769
9755
|
label: a,
|
|
9770
9756
|
layout: s,
|
|
9771
9757
|
result: l,
|
|
@@ -9821,7 +9807,7 @@ const d1 = j(
|
|
|
9821
9807
|
v
|
|
9822
9808
|
] }) : v,
|
|
9823
9809
|
(l || l === 0) && /* @__PURE__ */ e(
|
|
9824
|
-
|
|
9810
|
+
f0,
|
|
9825
9811
|
{
|
|
9826
9812
|
percentage: l,
|
|
9827
9813
|
mt: "xxs",
|
|
@@ -9844,9 +9830,9 @@ const d1 = j(
|
|
|
9844
9830
|
mt: "l",
|
|
9845
9831
|
"aria-hidden": o.length > 0,
|
|
9846
9832
|
className: "c-elections-result__members js-expand-target",
|
|
9847
|
-
children: o.map((N,
|
|
9833
|
+
children: o.map((N, M) => /* @__PURE__ */ t("div", { children: [
|
|
9848
9834
|
/* @__PURE__ */ t(g, { as: "span", size: "xs", children: [
|
|
9849
|
-
|
|
9835
|
+
M + 1,
|
|
9850
9836
|
" - ",
|
|
9851
9837
|
N.title,
|
|
9852
9838
|
" ",
|
|
@@ -9871,7 +9857,7 @@ const d1 = j(
|
|
|
9871
9857
|
}
|
|
9872
9858
|
)
|
|
9873
9859
|
] })
|
|
9874
|
-
] }),
|
|
9860
|
+
] }), f = /* @__PURE__ */ t(S, { children: [
|
|
9875
9861
|
i && /* @__PURE__ */ e(
|
|
9876
9862
|
g,
|
|
9877
9863
|
{
|
|
@@ -9886,7 +9872,7 @@ const d1 = j(
|
|
|
9886
9872
|
}
|
|
9887
9873
|
),
|
|
9888
9874
|
d && s === y.DESKTOP && w
|
|
9889
|
-
] }),
|
|
9875
|
+
] }), b = d || i;
|
|
9890
9876
|
return /* @__PURE__ */ e(
|
|
9891
9877
|
x,
|
|
9892
9878
|
{
|
|
@@ -9895,8 +9881,8 @@ const d1 = j(
|
|
|
9895
9881
|
bg: "grey-100",
|
|
9896
9882
|
p: "m",
|
|
9897
9883
|
pb: o && o.length > 0 ? "xxl" : "m",
|
|
9898
|
-
children:
|
|
9899
|
-
|
|
9884
|
+
children: b ? /* @__PURE__ */ t(m, { children: [
|
|
9885
|
+
f,
|
|
9900
9886
|
/* @__PURE__ */ e(F, { grow: 1, align: "center", children: _ })
|
|
9901
9887
|
] }) : _
|
|
9902
9888
|
}
|
|
@@ -9907,16 +9893,16 @@ const d1 = j(
|
|
|
9907
9893
|
/* @__PURE__ */ e(g, { as: "span", size: "xxs", weight: "regular", children: "Télécharger sur" }),
|
|
9908
9894
|
/* @__PURE__ */ e(g, { as: "span", size: "xs", weight: "bold", children: l })
|
|
9909
9895
|
] })
|
|
9910
|
-
] }),
|
|
9896
|
+
] }), oe = ({ links: a, ...s }) => /* @__PURE__ */ e(
|
|
9911
9897
|
m,
|
|
9912
9898
|
{
|
|
9913
9899
|
gapX: "xs",
|
|
9914
9900
|
...s,
|
|
9915
9901
|
wrap: "wrap",
|
|
9916
9902
|
className: p("c-footer-links", s?.className),
|
|
9917
|
-
children: a.map((l) => /* @__PURE__ */ e(
|
|
9903
|
+
children: a.map((l) => /* @__PURE__ */ e(C, { ...l, color: "white", className: "c-footer-links__link" }, String(l.children)))
|
|
9918
9904
|
}
|
|
9919
|
-
),
|
|
9905
|
+
), de = ({
|
|
9920
9906
|
socialIcons: a,
|
|
9921
9907
|
themeColor: s,
|
|
9922
9908
|
...l
|
|
@@ -9963,7 +9949,7 @@ const d1 = j(
|
|
|
9963
9949
|
alignItems: { xs: "center", lg: "start" },
|
|
9964
9950
|
children: [
|
|
9965
9951
|
/* @__PURE__ */ t("section", { className: "c-footer__left", children: [
|
|
9966
|
-
/* @__PURE__ */ e(
|
|
9952
|
+
/* @__PURE__ */ e(C, { href: a, children: /* @__PURE__ */ e(
|
|
9967
9953
|
z,
|
|
9968
9954
|
{
|
|
9969
9955
|
name: "logo-mini",
|
|
@@ -9975,7 +9961,7 @@ const d1 = j(
|
|
|
9975
9961
|
}
|
|
9976
9962
|
) }),
|
|
9977
9963
|
/* @__PURE__ */ e(
|
|
9978
|
-
|
|
9964
|
+
de,
|
|
9979
9965
|
{
|
|
9980
9966
|
socialIcons: c,
|
|
9981
9967
|
themeColor: l,
|
|
@@ -10011,7 +9997,7 @@ const d1 = j(
|
|
|
10011
9997
|
r && /* @__PURE__ */ t("section", { children: [
|
|
10012
9998
|
/* @__PURE__ */ e(P, { color: "grey-200", my: "xl" }),
|
|
10013
9999
|
/* @__PURE__ */ e(g, { size: "m", color: "white", mb: "s", weight: "bold", children: "Archives" }),
|
|
10014
|
-
/* @__PURE__ */ e(s1, { as: "ul", colsNumber: 6, gap: "s", children: r.map((i) => /* @__PURE__ */ e("li", { children: /* @__PURE__ */ e(
|
|
10000
|
+
/* @__PURE__ */ e(s1, { as: "ul", colsNumber: 6, gap: "s", children: r.map((i) => /* @__PURE__ */ e("li", { children: /* @__PURE__ */ e(C, { href: i.href, color: "white", children: i.name }, i.name) }, i.name)) })
|
|
10015
10001
|
] })
|
|
10016
10002
|
] }),
|
|
10017
10003
|
/* @__PURE__ */ e(
|
|
@@ -10025,8 +10011,8 @@ const d1 = j(
|
|
|
10025
10011
|
gapX: "xxl",
|
|
10026
10012
|
children: s.map(
|
|
10027
10013
|
(i) => i.links.length === 0 ? null : /* @__PURE__ */ t(m, { as: "section", direction: "column", children: [
|
|
10028
|
-
/* @__PURE__ */ e(Z, { as: "h3", mb: "m", size: "xxs", children: /* @__PURE__ */ e(
|
|
10029
|
-
/* @__PURE__ */ e("ul", { children: i.links.slice(1).map((o, d, u) => /* @__PURE__ */ e(x, { as: "li", mb: d < u.length - 1 ? "xs" : void 0, children: /* @__PURE__ */ e(
|
|
10014
|
+
/* @__PURE__ */ e(Z, { as: "h3", mb: "m", size: "xxs", children: /* @__PURE__ */ e(C, { ...i.links[0], color: "white" }) }),
|
|
10015
|
+
/* @__PURE__ */ e("ul", { children: i.links.slice(1).map((o, d, u) => /* @__PURE__ */ e(x, { as: "li", mb: d < u.length - 1 ? "xs" : void 0, children: /* @__PURE__ */ e(C, { ...o, color: "white" }) }, o.href)) })
|
|
10030
10016
|
] }, i.name)
|
|
10031
10017
|
)
|
|
10032
10018
|
}
|
|
@@ -10046,7 +10032,7 @@ const d1 = j(
|
|
|
10046
10032
|
alignItems: "center",
|
|
10047
10033
|
gap: "xs",
|
|
10048
10034
|
children: [
|
|
10049
|
-
/* @__PURE__ */ e(
|
|
10035
|
+
/* @__PURE__ */ e(oe, { links: n, justifyContent: "center", mb: "xl" }),
|
|
10050
10036
|
/* @__PURE__ */ e("strong", { children: "© Copyright 20 Minutes" }),
|
|
10051
10037
|
/* @__PURE__ */ e("p", { children: "La fréquentation de 20 Minutes est certifiée par l‘ACPM" })
|
|
10052
10038
|
]
|
|
@@ -10081,7 +10067,7 @@ const d1 = j(
|
|
|
10081
10067
|
children: /* @__PURE__ */ e("ul", { children: i.links.map((d, u) => /* @__PURE__ */ e("li", { children: /* @__PURE__ */ t(
|
|
10082
10068
|
m,
|
|
10083
10069
|
{
|
|
10084
|
-
as:
|
|
10070
|
+
as: C,
|
|
10085
10071
|
href: d.href,
|
|
10086
10072
|
justifyContent: "between",
|
|
10087
10073
|
color: "white",
|
|
@@ -10102,7 +10088,7 @@ const d1 = j(
|
|
|
10102
10088
|
/* @__PURE__ */ e(g, { size: "l", mx: "m", mb: "s", weight: "bold", children: "Nos applications" }),
|
|
10103
10089
|
/* @__PURE__ */ e(g, { mx: "m", mb: "s", children: "Découvrez l‘ensemble de nos applications 20 Minutes !" }),
|
|
10104
10090
|
/* @__PURE__ */ t(m, { mx: "m", gap: "xs", wrap: "wrap", alignItems: "center", mb: "xl", children: [
|
|
10105
|
-
/* @__PURE__ */ e(m, { as:
|
|
10091
|
+
/* @__PURE__ */ e(m, { as: C, inline: !0, href: a, children: /* @__PURE__ */ e(
|
|
10106
10092
|
z,
|
|
10107
10093
|
{
|
|
10108
10094
|
name: "logo-mini",
|
|
@@ -10134,16 +10120,16 @@ const d1 = j(
|
|
|
10134
10120
|
] }),
|
|
10135
10121
|
/* @__PURE__ */ e(P, { color: "grey-200" })
|
|
10136
10122
|
] }) : void 0,
|
|
10137
|
-
/* @__PURE__ */ e(
|
|
10123
|
+
/* @__PURE__ */ e(de, { socialIcons: c, themeColor: l, my: "xl", mx: "m" }),
|
|
10138
10124
|
/* @__PURE__ */ e(P, { color: "grey-200" }),
|
|
10139
10125
|
/* @__PURE__ */ t(x, { as: "section", className: "c-footer-mobile__bottom", px: "m", pt: "xl", pb: "xxl-2", children: [
|
|
10140
|
-
/* @__PURE__ */ e(
|
|
10126
|
+
/* @__PURE__ */ e(oe, { links: r, gapX: "s", mb: "xl" }),
|
|
10141
10127
|
/* @__PURE__ */ e("strong", { children: "© Copyright 20 Minutes" }),
|
|
10142
10128
|
/* @__PURE__ */ e(g, { mt: "xs", children: "La fréquentation de 20 Minutes est certifiée par l‘ACPM" })
|
|
10143
10129
|
] })
|
|
10144
10130
|
]
|
|
10145
10131
|
}
|
|
10146
|
-
),
|
|
10132
|
+
), P3 = ({ layout: a = y.MOBILE, ...s }) => a === y.DESKTOP ? /* @__PURE__ */ e(H0, { ...s }) : /* @__PURE__ */ e(j0, { ...s }), q3 = ({
|
|
10147
10133
|
layout: a = y.MOBILE,
|
|
10148
10134
|
backhref: s,
|
|
10149
10135
|
...l
|
|
@@ -10187,7 +10173,7 @@ const F0 = {
|
|
|
10187
10173
|
logoName: i = "logo",
|
|
10188
10174
|
isCurrentPageHome: o = !1
|
|
10189
10175
|
}) => {
|
|
10190
|
-
const d = () => o ? "ultramarine" : i === "logo-tv" ? "white" : "black", u = /* @__PURE__ */ e(
|
|
10176
|
+
const d = () => o ? "ultramarine" : i === "logo-tv" ? "white" : "black", u = /* @__PURE__ */ e(C, { href: a, className: p({ "c-header__logo": !r }), children: /* @__PURE__ */ e(
|
|
10191
10177
|
z,
|
|
10192
10178
|
{
|
|
10193
10179
|
color: "white",
|
|
@@ -10319,7 +10305,7 @@ const F0 = {
|
|
|
10319
10305
|
bg: i === "logo-tv" ? "blue-dark" : "grey-50",
|
|
10320
10306
|
children: [
|
|
10321
10307
|
/* @__PURE__ */ e("li", { children: /* @__PURE__ */ e(
|
|
10322
|
-
|
|
10308
|
+
C,
|
|
10323
10309
|
{
|
|
10324
10310
|
href: s,
|
|
10325
10311
|
color: d(),
|
|
@@ -10340,7 +10326,7 @@ const F0 = {
|
|
|
10340
10326
|
}),
|
|
10341
10327
|
children: [
|
|
10342
10328
|
/* @__PURE__ */ e(
|
|
10343
|
-
|
|
10329
|
+
C,
|
|
10344
10330
|
{
|
|
10345
10331
|
href: h.link,
|
|
10346
10332
|
color: h.isActive && (h.color || "ultramarine") || i === "logo-tv" && "white" || "black",
|
|
@@ -10393,7 +10379,7 @@ const F0 = {
|
|
|
10393
10379
|
showOpenButton: n = !0,
|
|
10394
10380
|
backhref: i
|
|
10395
10381
|
}) => {
|
|
10396
|
-
const o = /* @__PURE__ */ e(
|
|
10382
|
+
const o = /* @__PURE__ */ e(C, { href: a, className: s ? void 0 : "c-header-mobile__logo", children: /* @__PURE__ */ e(
|
|
10397
10383
|
z,
|
|
10398
10384
|
{
|
|
10399
10385
|
color: "white",
|
|
@@ -10477,7 +10463,7 @@ const F0 = {
|
|
|
10477
10463
|
]
|
|
10478
10464
|
}
|
|
10479
10465
|
);
|
|
10480
|
-
},
|
|
10466
|
+
}, K3 = ({
|
|
10481
10467
|
tabItems: a,
|
|
10482
10468
|
layout: s,
|
|
10483
10469
|
fitContainer: l,
|
|
@@ -10507,9 +10493,9 @@ const F0 = {
|
|
|
10507
10493
|
"c-most-read-articles-is-scrollable": r && s === y.DESKTOP,
|
|
10508
10494
|
"c-most-read-articles-fit-container": l && s === y.DESKTOP
|
|
10509
10495
|
}),
|
|
10510
|
-
children: /* @__PURE__ */ e("div", { children: v.body.map((_,
|
|
10496
|
+
children: /* @__PURE__ */ e("div", { children: v.body.map((_, f) => /* @__PURE__ */ t(a1.Fragment, { children: [
|
|
10511
10497
|
w ? /* @__PURE__ */ e(
|
|
10512
|
-
|
|
10498
|
+
se,
|
|
10513
10499
|
{
|
|
10514
10500
|
link: _.url,
|
|
10515
10501
|
title: _.title,
|
|
@@ -10536,18 +10522,18 @@ const F0 = {
|
|
|
10536
10522
|
cardImageProps: _.cardImageProps
|
|
10537
10523
|
},
|
|
10538
10524
|
cardTitleProps: { size: "xxs-3", cartridge: _.cartridge },
|
|
10539
|
-
cardNumber: { value:
|
|
10525
|
+
cardNumber: { value: f + 1, size: "small" },
|
|
10540
10526
|
layout: s,
|
|
10541
10527
|
mr: r && s === y.DESKTOP ? "s" : void 0,
|
|
10542
10528
|
variant: "small"
|
|
10543
10529
|
}
|
|
10544
10530
|
),
|
|
10545
|
-
|
|
10531
|
+
f !== v.body.length - 1 && /* @__PURE__ */ e(P, { color: "grey-200", my: "s" })
|
|
10546
10532
|
] }, _.title)) })
|
|
10547
10533
|
}
|
|
10548
10534
|
),
|
|
10549
10535
|
n && /* @__PURE__ */ e(m, { mt: "xl", justifyContent: "center", ...i, children: /* @__PURE__ */ e(
|
|
10550
|
-
|
|
10536
|
+
C,
|
|
10551
10537
|
{
|
|
10552
10538
|
buttonColor: "primary",
|
|
10553
10539
|
variant: "outlined",
|
|
@@ -10564,7 +10550,7 @@ const F0 = {
|
|
|
10564
10550
|
};
|
|
10565
10551
|
});
|
|
10566
10552
|
return h.length === 0 ? null : /* @__PURE__ */ e(
|
|
10567
|
-
|
|
10553
|
+
ie,
|
|
10568
10554
|
{
|
|
10569
10555
|
tabItemActive: c || h[0].name,
|
|
10570
10556
|
tabItems: h,
|
|
@@ -10572,7 +10558,7 @@ const F0 = {
|
|
|
10572
10558
|
...o
|
|
10573
10559
|
}
|
|
10574
10560
|
);
|
|
10575
|
-
},
|
|
10561
|
+
}, U3 = ({
|
|
10576
10562
|
tabItems: a,
|
|
10577
10563
|
layout: s,
|
|
10578
10564
|
fitContainer: l,
|
|
@@ -10615,11 +10601,11 @@ const F0 = {
|
|
|
10615
10601
|
] }, v.title))
|
|
10616
10602
|
}
|
|
10617
10603
|
),
|
|
10618
|
-
h.seeMoreLink && /* @__PURE__ */ e(m, { mt: "xl", justifyContent: "center", children: /* @__PURE__ */ e(
|
|
10604
|
+
h.seeMoreLink && /* @__PURE__ */ e(m, { mt: "xl", justifyContent: "center", children: /* @__PURE__ */ e(C, { buttonColor: "primary", variant: "outlined", ...h.seeMoreLink }) })
|
|
10619
10605
|
] })
|
|
10620
10606
|
}));
|
|
10621
10607
|
return u.length === 0 ? null : /* @__PURE__ */ e(
|
|
10622
|
-
|
|
10608
|
+
ie,
|
|
10623
10609
|
{
|
|
10624
10610
|
tabItemActive: c || (u.length > 0 ? u[0].name : ""),
|
|
10625
10611
|
tabItems: u,
|
|
@@ -10629,7 +10615,7 @@ const F0 = {
|
|
|
10629
10615
|
...i
|
|
10630
10616
|
}
|
|
10631
10617
|
);
|
|
10632
|
-
},
|
|
10618
|
+
}, G3 = ({
|
|
10633
10619
|
articles: a,
|
|
10634
10620
|
layout: s,
|
|
10635
10621
|
hasStepper: l,
|
|
@@ -10695,7 +10681,7 @@ const F0 = {
|
|
|
10695
10681
|
className: o,
|
|
10696
10682
|
pl: { xs: v === 0 ? "m" : "0", md: "0" },
|
|
10697
10683
|
children: /* @__PURE__ */ e(
|
|
10698
|
-
|
|
10684
|
+
le,
|
|
10699
10685
|
{
|
|
10700
10686
|
...h,
|
|
10701
10687
|
cardTitleProps: {
|
|
@@ -10719,7 +10705,7 @@ const F0 = {
|
|
|
10719
10705
|
] }),
|
|
10720
10706
|
l && s === y.MOBILE && /* @__PURE__ */ e(De, { items: u, mt: "s" })
|
|
10721
10707
|
] });
|
|
10722
|
-
},
|
|
10708
|
+
}, W3 = ({ medias: a, ...s }) => !a || a.length === 0 ? null : /* @__PURE__ */ e(x, { ...s, className: "pswp-gallery", id: "photoswipe-gallery", children: a.map((l, c) => /* @__PURE__ */ e(
|
|
10723
10709
|
"a",
|
|
10724
10710
|
{
|
|
10725
10711
|
href: l?.imgProps?.defaultFormat ? S1({ src: l.src, format: l.imgProps.defaultFormat }) : l.src,
|
|
@@ -10743,15 +10729,22 @@ const F0 = {
|
|
|
10743
10729
|
)
|
|
10744
10730
|
},
|
|
10745
10731
|
`photoswipe-${l.imgProps?.id}`
|
|
10746
|
-
)) }),
|
|
10747
|
-
|
|
10732
|
+
)) }), D0 = [
|
|
10733
|
+
{ current: 1, previous: 1, username: "Joueur 1", points: 9010, played: 23, wins: 20 },
|
|
10734
|
+
{ current: 2, previous: 2, username: "Joueur 2", points: 9e3, played: 23, wins: 20 },
|
|
10735
|
+
{ current: 3, previous: 3, username: "Joueur 3", points: 7349, played: 17, wins: 12 },
|
|
10736
|
+
{ current: 4, previous: 4, username: "Joueur 4", points: 5102, played: 15, wins: 10 },
|
|
10737
|
+
{ current: 5, previous: 5, username: "Joueur 5", points: 5029, played: 15, wins: 9 }
|
|
10738
|
+
], Y3 = ({ playerData: a, layout: s, ...l }) => {
|
|
10739
|
+
const c = !a, r = a ?? D0, n = (i, o) => o ? "is-current" : i % 2 === 0 ? "even" : "odd";
|
|
10748
10740
|
return /* @__PURE__ */ t(
|
|
10749
10741
|
s1,
|
|
10750
10742
|
{
|
|
10751
10743
|
colsNumber: s === y.MOBILE ? 5 : 6,
|
|
10752
10744
|
...l,
|
|
10753
10745
|
className: p("c-ranking", l.className, {
|
|
10754
|
-
"c-ranking--is-mobile": s === y.MOBILE
|
|
10746
|
+
"c-ranking--is-mobile": s === y.MOBILE,
|
|
10747
|
+
"c-ranking--with-fixture": c
|
|
10755
10748
|
}),
|
|
10756
10749
|
children: [
|
|
10757
10750
|
/* @__PURE__ */ e("div", {}),
|
|
@@ -10760,14 +10753,14 @@ const F0 = {
|
|
|
10760
10753
|
/* @__PURE__ */ e(m, { alignItems: "center", className: "c-ranking__header", children: /* @__PURE__ */ e(g, { as: "span", weight: "bold", children: "Score" }) }),
|
|
10761
10754
|
/* @__PURE__ */ e(m, { alignItems: "center", className: "c-ranking__header", children: /* @__PURE__ */ e(g, { as: "span", weight: "bold", children: "Parties jouées" }) }),
|
|
10762
10755
|
/* @__PURE__ */ e(m, { alignItems: "center", className: "c-ranking__header", children: /* @__PURE__ */ e(g, { as: "span", weight: "bold", children: "Victoires" }) }),
|
|
10763
|
-
|
|
10756
|
+
r.map((i, o) => /* @__PURE__ */ t(E1, { children: [
|
|
10764
10757
|
/* @__PURE__ */ e(
|
|
10765
10758
|
m,
|
|
10766
10759
|
{
|
|
10767
10760
|
alignItems: "center",
|
|
10768
10761
|
justifyContent: "end",
|
|
10769
|
-
className: `c-ranking__player c-ranking__player--${
|
|
10770
|
-
children: /* @__PURE__ */ e(g, { weight: "bold", size: "m", color:
|
|
10762
|
+
className: `c-ranking__player c-ranking__player--${n(o, i.isCurrentUser)} c-ranking__player-ranking`,
|
|
10763
|
+
children: /* @__PURE__ */ e(g, { weight: "bold", size: "m", color: i.isCurrentUser ? "ultramarine" : void 0, children: y1(i.current) })
|
|
10771
10764
|
}
|
|
10772
10765
|
),
|
|
10773
10766
|
s === y.DESKTOP && /* @__PURE__ */ e(
|
|
@@ -10775,8 +10768,8 @@ const F0 = {
|
|
|
10775
10768
|
{
|
|
10776
10769
|
alignItems: "center",
|
|
10777
10770
|
justifyContent: "end",
|
|
10778
|
-
className: `c-ranking__player c-ranking__player--${
|
|
10779
|
-
children: /* @__PURE__ */ e(p1, { variant: "small", img:
|
|
10771
|
+
className: `c-ranking__player c-ranking__player--${n(o, i.isCurrentUser)}`,
|
|
10772
|
+
children: /* @__PURE__ */ e(p1, { variant: "small", img: i.avatar, mr: "l" })
|
|
10780
10773
|
}
|
|
10781
10774
|
),
|
|
10782
10775
|
/* @__PURE__ */ e(
|
|
@@ -10784,17 +10777,17 @@ const F0 = {
|
|
|
10784
10777
|
{
|
|
10785
10778
|
alignItems: "center",
|
|
10786
10779
|
gap: "s",
|
|
10787
|
-
className: `c-ranking__player c-ranking__player--${
|
|
10788
|
-
children: /* @__PURE__ */ e(g, { weight: "bold", size: "xs", color:
|
|
10780
|
+
className: `c-ranking__player c-ranking__player--${n(o, i.isCurrentUser)}`,
|
|
10781
|
+
children: /* @__PURE__ */ e(g, { weight: "bold", size: "xs", color: i.isCurrentUser ? "ultramarine" : void 0, children: i.username })
|
|
10789
10782
|
}
|
|
10790
10783
|
),
|
|
10791
10784
|
/* @__PURE__ */ t(
|
|
10792
10785
|
m,
|
|
10793
10786
|
{
|
|
10794
10787
|
alignItems: "center",
|
|
10795
|
-
className: `c-ranking__player c-ranking__player--${
|
|
10788
|
+
className: `c-ranking__player c-ranking__player--${n(o, i.isCurrentUser)}`,
|
|
10796
10789
|
children: [
|
|
10797
|
-
|
|
10790
|
+
i.points,
|
|
10798
10791
|
" pts"
|
|
10799
10792
|
]
|
|
10800
10793
|
}
|
|
@@ -10803,23 +10796,23 @@ const F0 = {
|
|
|
10803
10796
|
m,
|
|
10804
10797
|
{
|
|
10805
10798
|
alignItems: "center",
|
|
10806
|
-
className: `c-ranking__player c-ranking__player--${
|
|
10807
|
-
children:
|
|
10799
|
+
className: `c-ranking__player c-ranking__player--${n(o, i.isCurrentUser)}`,
|
|
10800
|
+
children: i.played
|
|
10808
10801
|
}
|
|
10809
10802
|
),
|
|
10810
10803
|
/* @__PURE__ */ e(
|
|
10811
10804
|
m,
|
|
10812
10805
|
{
|
|
10813
10806
|
alignItems: "center",
|
|
10814
|
-
className: `c-ranking__player c-ranking__player--${
|
|
10815
|
-
children:
|
|
10807
|
+
className: `c-ranking__player c-ranking__player--${n(o, i.isCurrentUser)}`,
|
|
10808
|
+
children: i.wins
|
|
10816
10809
|
}
|
|
10817
10810
|
)
|
|
10818
|
-
] }))
|
|
10811
|
+
] }, `${i.username}-${i.current}-${o}`))
|
|
10819
10812
|
]
|
|
10820
10813
|
}
|
|
10821
10814
|
);
|
|
10822
|
-
},
|
|
10815
|
+
}, R0 = ({ title: a, articles: s, isSponsored: l, seeMoreLink: c }) => {
|
|
10823
10816
|
const { layout: r, ...n } = s[0];
|
|
10824
10817
|
return /* @__PURE__ */ t(
|
|
10825
10818
|
F,
|
|
@@ -10831,10 +10824,10 @@ const F0 = {
|
|
|
10831
10824
|
align: "end",
|
|
10832
10825
|
className: "c-three-columns-articles__column",
|
|
10833
10826
|
children: [
|
|
10834
|
-
a && /* @__PURE__ */ e(
|
|
10827
|
+
a && /* @__PURE__ */ e(re, { ...a, mb: l ? "m" : "xxl" }),
|
|
10835
10828
|
l && /* @__PURE__ */ e(x, { mb: "xs", children: /* @__PURE__ */ e(g, { as: "span", size: "xs", mx: "s", color: "grey-900", children: "Vidéos sponsorisées" }) }),
|
|
10836
10829
|
/* @__PURE__ */ e(
|
|
10837
|
-
|
|
10830
|
+
Xe,
|
|
10838
10831
|
{
|
|
10839
10832
|
...n,
|
|
10840
10833
|
...n.cardImageProps && {
|
|
@@ -10848,7 +10841,7 @@ const F0 = {
|
|
|
10848
10841
|
s.map((i) => /* @__PURE__ */ t(a1.Fragment, { children: [
|
|
10849
10842
|
/* @__PURE__ */ e(P, { color: "grey-200", my: "s" }),
|
|
10850
10843
|
/* @__PURE__ */ e(
|
|
10851
|
-
|
|
10844
|
+
se,
|
|
10852
10845
|
{
|
|
10853
10846
|
...i,
|
|
10854
10847
|
cardTitleProps: { ...i.cardTitleProps, maxRows: 3 },
|
|
@@ -10856,11 +10849,11 @@ const F0 = {
|
|
|
10856
10849
|
}
|
|
10857
10850
|
)
|
|
10858
10851
|
] }, i.title)).slice(1, 3),
|
|
10859
|
-
c && /* @__PURE__ */ e(m, { justifyContent: "center", mt: "xl", pb: "m", children: /* @__PURE__ */ e(
|
|
10852
|
+
c && /* @__PURE__ */ e(m, { justifyContent: "center", mt: "xl", pb: "m", children: /* @__PURE__ */ e(C, { buttonColor: "primary", variant: "outlined", ...c }) })
|
|
10860
10853
|
]
|
|
10861
10854
|
}
|
|
10862
10855
|
);
|
|
10863
|
-
},
|
|
10856
|
+
}, J3 = ({
|
|
10864
10857
|
title: a,
|
|
10865
10858
|
items: s,
|
|
10866
10859
|
layout: l,
|
|
@@ -10871,7 +10864,7 @@ const F0 = {
|
|
|
10871
10864
|
/* @__PURE__ */ e(L1, { as: "h2", size: "m", mb: "l", textAlign: { xs: "center", md: "left" }, children: a })
|
|
10872
10865
|
] }),
|
|
10873
10866
|
l === y.DESKTOP ? /* @__PURE__ */ e(d1, { itemsGap: "xl", layout: l, sliderVariant: "three-columns-articles", children: s.map(
|
|
10874
|
-
(r) => r.articles.length > 0 ? /* @__PURE__ */ e(
|
|
10867
|
+
(r) => r.articles.length > 0 ? /* @__PURE__ */ e(R0, { ...r }, r.title.label) : null
|
|
10875
10868
|
) }) : s.map((r, n) => /* @__PURE__ */ e(
|
|
10876
10869
|
r0,
|
|
10877
10870
|
{
|
|
@@ -10912,81 +10905,81 @@ const F0 = {
|
|
|
10912
10905
|
}
|
|
10913
10906
|
);
|
|
10914
10907
|
export {
|
|
10915
|
-
|
|
10908
|
+
P0 as Ad,
|
|
10916
10909
|
we as Alert,
|
|
10917
|
-
|
|
10918
|
-
|
|
10919
|
-
|
|
10920
|
-
|
|
10921
|
-
|
|
10922
|
-
|
|
10923
|
-
|
|
10910
|
+
j2 as AlertInfoBanner,
|
|
10911
|
+
F2 as ArticleBrandBanner,
|
|
10912
|
+
A2 as ArticleHeader,
|
|
10913
|
+
T2 as ArticleSummary,
|
|
10914
|
+
I2 as ArticleVideo,
|
|
10915
|
+
R2 as AstroContent,
|
|
10916
|
+
O2 as AstroTiles,
|
|
10924
10917
|
Ke as AstroTopicCard,
|
|
10925
|
-
|
|
10918
|
+
q0 as Autocomplete,
|
|
10926
10919
|
p1 as Avatar,
|
|
10927
10920
|
Ue as AvatarGroup,
|
|
10928
10921
|
x as Box,
|
|
10929
|
-
|
|
10930
|
-
|
|
10922
|
+
E2 as Breadcrumb,
|
|
10923
|
+
P2 as BulletedList,
|
|
10931
10924
|
V as Button,
|
|
10932
|
-
|
|
10925
|
+
q2 as Calendar,
|
|
10933
10926
|
D as CardContainer,
|
|
10934
|
-
|
|
10935
|
-
|
|
10936
|
-
|
|
10937
|
-
|
|
10938
|
-
|
|
10927
|
+
K2 as CardExtraLarge,
|
|
10928
|
+
se as CardExtraSmall,
|
|
10929
|
+
ae as CardFooter,
|
|
10930
|
+
U2 as CardFrame,
|
|
10931
|
+
J as CardHeader,
|
|
10939
10932
|
A as CardImage,
|
|
10940
|
-
|
|
10941
|
-
|
|
10933
|
+
G2 as CardLarge,
|
|
10934
|
+
Xe as CardMedium,
|
|
10942
10935
|
Qe as CardMost,
|
|
10943
|
-
|
|
10944
|
-
|
|
10945
|
-
|
|
10946
|
-
|
|
10936
|
+
W2 as CardMovie,
|
|
10937
|
+
Y2 as CardNewsletter,
|
|
10938
|
+
J2 as CardNotification,
|
|
10939
|
+
le as CardOverview,
|
|
10947
10940
|
e0 as CardProduct,
|
|
10948
10941
|
X2 as CardSideImage,
|
|
10949
|
-
|
|
10950
|
-
|
|
10942
|
+
Q2 as CardSkeleton,
|
|
10943
|
+
ce as CardSmall,
|
|
10951
10944
|
l0 as CardTiny,
|
|
10952
10945
|
I as CardTitle,
|
|
10953
10946
|
c0 as CardVertical,
|
|
10954
|
-
|
|
10947
|
+
e3 as CardVideo,
|
|
10955
10948
|
t0 as CardVideoSmall,
|
|
10956
|
-
|
|
10957
|
-
|
|
10949
|
+
a3 as CardWithButton,
|
|
10950
|
+
s3 as CardWithSummary,
|
|
10958
10951
|
r0 as Carousel,
|
|
10959
|
-
|
|
10960
|
-
|
|
10961
|
-
|
|
10952
|
+
c3 as Chatbot,
|
|
10953
|
+
y2 as Checkbox,
|
|
10954
|
+
t3 as Citation,
|
|
10962
10955
|
_1 as Collapse,
|
|
10963
|
-
|
|
10964
|
-
|
|
10965
|
-
|
|
10956
|
+
r3 as Comment,
|
|
10957
|
+
n3 as CommentButton,
|
|
10958
|
+
i3 as CommentCount,
|
|
10966
10959
|
D1 as Countdown,
|
|
10967
10960
|
w1 as CountdownItem,
|
|
10968
|
-
|
|
10969
|
-
|
|
10961
|
+
o3 as DarkModeSwitch,
|
|
10962
|
+
d3 as DiscoverList,
|
|
10970
10963
|
P as Divider,
|
|
10971
10964
|
Z1 as DividerSection,
|
|
10972
|
-
|
|
10973
|
-
|
|
10974
|
-
|
|
10975
|
-
|
|
10976
|
-
|
|
10965
|
+
W1 as DividerVertical,
|
|
10966
|
+
E3 as ElectionsResult,
|
|
10967
|
+
D2 as Embed,
|
|
10968
|
+
m3 as EmojiToolbar,
|
|
10969
|
+
u3 as ErrorContent,
|
|
10977
10970
|
d0 as Expandable,
|
|
10978
10971
|
m as Flex,
|
|
10979
10972
|
F as FlexItem,
|
|
10980
|
-
|
|
10973
|
+
P3 as Footer,
|
|
10981
10974
|
s1 as Grid,
|
|
10982
|
-
|
|
10983
|
-
|
|
10984
|
-
|
|
10975
|
+
l3 as HalfDonut,
|
|
10976
|
+
q3 as Header,
|
|
10977
|
+
p3 as HeaderBanner,
|
|
10985
10978
|
A0 as HeaderDesktop,
|
|
10986
|
-
|
|
10979
|
+
g3 as HeaderMini,
|
|
10987
10980
|
I0 as HeaderMobile,
|
|
10988
|
-
|
|
10989
|
-
|
|
10981
|
+
v3 as HeaderPage,
|
|
10982
|
+
x3 as HeaderSection,
|
|
10990
10983
|
o0 as HeaderSideModal,
|
|
10991
10984
|
L1 as HeaderTitle,
|
|
10992
10985
|
Z as Heading,
|
|
@@ -10994,139 +10987,139 @@ export {
|
|
|
10994
10987
|
O as IconButton,
|
|
10995
10988
|
Q as IconItem,
|
|
10996
10989
|
t1 as IconTooltip,
|
|
10997
|
-
|
|
10998
|
-
|
|
10990
|
+
M2 as Iframe,
|
|
10991
|
+
w3 as ImageSlider,
|
|
10999
10992
|
i1 as Img,
|
|
11000
10993
|
m0 as InfoBanner,
|
|
11001
10994
|
r1 as InlineSeparator,
|
|
11002
10995
|
$1 as Input,
|
|
11003
10996
|
T as Label,
|
|
11004
|
-
|
|
10997
|
+
C2 as LabelSection,
|
|
11005
10998
|
y as LayoutType,
|
|
11006
10999
|
v1 as Legend,
|
|
11007
|
-
|
|
11000
|
+
C as Link,
|
|
11008
11001
|
u0 as ListWithDiode,
|
|
11009
|
-
|
|
11002
|
+
f3 as LiveIndicator,
|
|
11010
11003
|
b3 as LiveQuestion,
|
|
11011
|
-
|
|
11012
|
-
|
|
11013
|
-
|
|
11014
|
-
|
|
11015
|
-
|
|
11016
|
-
|
|
11017
|
-
|
|
11004
|
+
y3 as LiveTalk,
|
|
11005
|
+
_3 as LiveTitle,
|
|
11006
|
+
z3 as LogoutButton,
|
|
11007
|
+
N3 as MapDepartments,
|
|
11008
|
+
k3 as MapDistricts,
|
|
11009
|
+
M3 as MapEurope,
|
|
11010
|
+
C3 as MapTownsByDepartments,
|
|
11018
11011
|
g1 as Media,
|
|
11019
11012
|
m1 as MediaLink,
|
|
11020
11013
|
U as MediaSourceType,
|
|
11021
|
-
|
|
11022
|
-
|
|
11023
|
-
|
|
11024
|
-
|
|
11025
|
-
|
|
11026
|
-
|
|
11027
|
-
|
|
11014
|
+
S3 as Menu,
|
|
11015
|
+
B3 as MenuList,
|
|
11016
|
+
Q1 as Modal,
|
|
11017
|
+
K3 as MostReadArticles,
|
|
11018
|
+
U3 as MostWatchVideos,
|
|
11019
|
+
Z3 as Newsletter,
|
|
11020
|
+
$3 as OrderedListWithNumber,
|
|
11028
11021
|
Fe as Overlay,
|
|
11029
|
-
|
|
11030
|
-
|
|
11031
|
-
|
|
11032
|
-
|
|
11022
|
+
G3 as OverviewBar,
|
|
11023
|
+
V3 as Pagination,
|
|
11024
|
+
f0 as PercentageBar,
|
|
11025
|
+
W3 as PhotoSwipeGallery,
|
|
11033
11026
|
V1 as Pipe,
|
|
11034
|
-
|
|
11035
|
-
|
|
11036
|
-
|
|
11027
|
+
L3 as Prose,
|
|
11028
|
+
B2 as RadioButton,
|
|
11029
|
+
Y3 as Ranking,
|
|
11037
11030
|
Ae as Rating,
|
|
11038
|
-
|
|
11039
|
-
|
|
11040
|
-
|
|
11041
|
-
|
|
11042
|
-
|
|
11031
|
+
b0 as ReactButton,
|
|
11032
|
+
be as ReactionContent,
|
|
11033
|
+
Z2 as ReadAlso,
|
|
11034
|
+
H3 as ReadAlsoBanner,
|
|
11035
|
+
$2 as ScrollProgressBar,
|
|
11043
11036
|
Te as ScrollToTopButton,
|
|
11044
|
-
|
|
11037
|
+
h3 as SearchBanner,
|
|
11045
11038
|
u1 as SearchForm,
|
|
11046
|
-
|
|
11047
|
-
|
|
11039
|
+
V2 as Section,
|
|
11040
|
+
re as SectionTitle,
|
|
11048
11041
|
Ie as Select,
|
|
11049
|
-
|
|
11050
|
-
|
|
11051
|
-
|
|
11052
|
-
|
|
11042
|
+
j3 as ShareBar,
|
|
11043
|
+
F3 as ShowCover,
|
|
11044
|
+
ne as Signature,
|
|
11045
|
+
L2 as Skeleton,
|
|
11053
11046
|
d1 as Slider,
|
|
11054
|
-
|
|
11047
|
+
A3 as SmartBanner,
|
|
11055
11048
|
n1 as SocialBar,
|
|
11056
11049
|
Y as Sponsor,
|
|
11057
11050
|
De as Stepper,
|
|
11058
11051
|
$0 as StreakBlock,
|
|
11059
11052
|
V0 as SubMenu,
|
|
11060
|
-
|
|
11053
|
+
N2 as SvgSprite,
|
|
11061
11054
|
Re as Switch,
|
|
11062
11055
|
Oe as Tab,
|
|
11063
11056
|
Ee as TabPanel,
|
|
11064
|
-
|
|
11065
|
-
|
|
11057
|
+
T3 as Table,
|
|
11058
|
+
ie as Tabs,
|
|
11066
11059
|
W as Tag,
|
|
11067
|
-
|
|
11060
|
+
I3 as TagBar,
|
|
11068
11061
|
g as Text,
|
|
11069
|
-
|
|
11070
|
-
|
|
11071
|
-
|
|
11072
|
-
|
|
11073
|
-
|
|
11062
|
+
D3 as TextTooltip,
|
|
11063
|
+
H2 as Textarea,
|
|
11064
|
+
J3 as ThreeColumnsArticles,
|
|
11065
|
+
b1 as Tiles,
|
|
11066
|
+
R3 as Timeline,
|
|
11074
11067
|
X3 as Toolbar,
|
|
11075
|
-
|
|
11076
|
-
|
|
11077
|
-
|
|
11078
|
-
|
|
11068
|
+
ee as Typography,
|
|
11069
|
+
O3 as UserPanel,
|
|
11070
|
+
Y0 as alignContentList,
|
|
11071
|
+
W0 as alignItemsList,
|
|
11079
11072
|
X0 as alignSelfList,
|
|
11080
11073
|
y1 as applyFormatToNumbers,
|
|
11081
|
-
|
|
11082
|
-
|
|
11083
|
-
|
|
11074
|
+
z2 as borderSizeList,
|
|
11075
|
+
fe as buttonColor,
|
|
11076
|
+
K0 as buttonVariant,
|
|
11084
11077
|
C1 as cityZoom,
|
|
11085
11078
|
ze as colorSystemProps,
|
|
11086
|
-
|
|
11087
|
-
|
|
11079
|
+
p2 as colorTokenNameList,
|
|
11080
|
+
S2 as colsNumberGridList,
|
|
11088
11081
|
ye as departmentNames,
|
|
11089
|
-
|
|
11090
|
-
|
|
11091
|
-
|
|
11092
|
-
|
|
11093
|
-
|
|
11082
|
+
P1 as emojiConfig,
|
|
11083
|
+
Q0 as flexBasisList,
|
|
11084
|
+
U0 as flexDirectionList,
|
|
11085
|
+
a2 as flexGrowList,
|
|
11086
|
+
q1 as flexOrGridBoxSystemProps,
|
|
11094
11087
|
Ne as flexOrGridItemSystemProps,
|
|
11095
|
-
|
|
11096
|
-
|
|
11097
|
-
|
|
11098
|
-
|
|
11088
|
+
e2 as flexShrinkList,
|
|
11089
|
+
G0 as flexWrapList,
|
|
11090
|
+
r2 as fontFamilyTokenNameList,
|
|
11091
|
+
n2 as fontWeightTokenNameList,
|
|
11099
11092
|
j as forwardRef,
|
|
11100
11093
|
A1 as franceMainCities,
|
|
11101
11094
|
Be as getSrcSetFromFormats,
|
|
11102
|
-
|
|
11103
|
-
|
|
11104
|
-
|
|
11105
|
-
|
|
11106
|
-
|
|
11107
|
-
|
|
11095
|
+
i2 as headingSizeTokenNameList,
|
|
11096
|
+
k2 as iconButtonColor,
|
|
11097
|
+
v2 as iconTokenNameHorscopeChineseList,
|
|
11098
|
+
x2 as iconTokenNameHorscopeZodiacList,
|
|
11099
|
+
g2 as iconTokenNameList,
|
|
11100
|
+
w2 as iconTokenNameNumerologyList,
|
|
11108
11101
|
Pe as imageConfigDesktop,
|
|
11109
11102
|
qe as imageConfigMobile,
|
|
11110
|
-
|
|
11103
|
+
J0 as justifyContentList,
|
|
11111
11104
|
ke as marginSystemProps,
|
|
11112
|
-
|
|
11113
|
-
|
|
11105
|
+
d2 as mediaQueriesList,
|
|
11106
|
+
U1 as paddingSystemProps,
|
|
11114
11107
|
_e as politicalPartiesColors,
|
|
11115
|
-
|
|
11116
|
-
|
|
11108
|
+
K1 as radiusSystemProps,
|
|
11109
|
+
f2 as radiusTokenNameList,
|
|
11117
11110
|
S1 as replaceSrcFormat,
|
|
11118
|
-
|
|
11119
|
-
|
|
11120
|
-
|
|
11111
|
+
_2 as rotationList,
|
|
11112
|
+
G1 as spacingSystemProps,
|
|
11113
|
+
u2 as spacingTokenNameList,
|
|
11121
11114
|
Me as systemProps,
|
|
11122
|
-
|
|
11123
|
-
|
|
11124
|
-
|
|
11125
|
-
|
|
11126
|
-
|
|
11127
|
-
|
|
11115
|
+
l2 as textAlignList,
|
|
11116
|
+
s2 as textDecorationList,
|
|
11117
|
+
o2 as textSizeTokenNameList,
|
|
11118
|
+
c2 as textTransformList,
|
|
11119
|
+
h2 as themeColorAvailables,
|
|
11120
|
+
m2 as themeList,
|
|
11128
11121
|
R as tokenVariables,
|
|
11129
11122
|
b2 as tvShowsColors,
|
|
11130
11123
|
Ce as typographySystemProps,
|
|
11131
|
-
|
|
11124
|
+
t2 as whiteSpaceList
|
|
11132
11125
|
};
|