@20minutes/hela 2.23.3 → 2.23.4
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/TabPanel/TabPanel.d.ts +1 -0
- package/dist/components/molecules/Tabs/Tabs.d.ts +1 -0
- package/dist/index.es.js +351 -361
- package/dist/index.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
|
@@ -46,7 +46,7 @@ const p = /* @__PURE__ */ y2(z2), J0 = ({
|
|
|
46
46
|
...r
|
|
47
47
|
}) => {
|
|
48
48
|
const n = a.split("/").pop(), i = a.substring(0, a.lastIndexOf("/")), o = typeof n == "string" && n.startsWith("ban_mtf"), d = /* @__PURE__ */ e(
|
|
49
|
-
|
|
49
|
+
w,
|
|
50
50
|
{
|
|
51
51
|
...o ? {} : r,
|
|
52
52
|
id: `dfp_${n}`,
|
|
@@ -67,7 +67,7 @@ const p = /* @__PURE__ */ y2(z2), J0 = ({
|
|
|
67
67
|
)
|
|
68
68
|
}
|
|
69
69
|
);
|
|
70
|
-
return o ? /* @__PURE__ */ e(
|
|
70
|
+
return o ? /* @__PURE__ */ e(w, { className: "c-placeolder--ban", children: d }) : d;
|
|
71
71
|
}, N2 = ({
|
|
72
72
|
children: a,
|
|
73
73
|
variant: s = "success",
|
|
@@ -112,7 +112,7 @@ const p = /* @__PURE__ */ y2(z2), J0 = ({
|
|
|
112
112
|
apiUrl: l,
|
|
113
113
|
triggerMessage: r = "Tapez pour rechercher...",
|
|
114
114
|
...n
|
|
115
|
-
}) => /* @__PURE__ */ t(
|
|
115
|
+
}) => /* @__PURE__ */ t(w, { id: a, className: "c-autocomplete", ...c, ...n, children: [
|
|
116
116
|
/* @__PURE__ */ e("label", { htmlFor: `${a}-search`, className: "u-mask", children: s?.label || "Recherche" }),
|
|
117
117
|
/* @__PURE__ */ t("div", { className: "c-autocomplete__input-wrapper", children: [
|
|
118
118
|
/* @__PURE__ */ e(
|
|
@@ -152,8 +152,8 @@ const p = /* @__PURE__ */ y2(z2), J0 = ({
|
|
|
152
152
|
},
|
|
153
153
|
n
|
|
154
154
|
), u = a || "data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%3E%3C/svg%3E";
|
|
155
|
-
return r === void 0 ? /* @__PURE__ */ e(
|
|
156
|
-
/* @__PURE__ */ e(
|
|
155
|
+
return r === void 0 ? /* @__PURE__ */ e(w, { ...i, as: "img", className: d, src: u, alt: s }) : /* @__PURE__ */ t(w, { ...i, className: "c-avatar-container", children: [
|
|
156
|
+
/* @__PURE__ */ e(w, { as: "img", className: d, src: u, alt: s }),
|
|
157
157
|
/* @__PURE__ */ t(
|
|
158
158
|
m,
|
|
159
159
|
{
|
|
@@ -1752,16 +1752,16 @@ const V = j(
|
|
|
1752
1752
|
isFullWidth: d = !1,
|
|
1753
1753
|
isLoading: u = !1,
|
|
1754
1754
|
size: h,
|
|
1755
|
-
isCloseWithProgress:
|
|
1756
|
-
closeProgressColor:
|
|
1755
|
+
isCloseWithProgress: x,
|
|
1756
|
+
closeProgressColor: v,
|
|
1757
1757
|
hasNormalWeight: y = !1,
|
|
1758
1758
|
stayOnSingleLine: b = !1,
|
|
1759
1759
|
...f
|
|
1760
1760
|
}, N) => {
|
|
1761
1761
|
const M = {
|
|
1762
1762
|
...f?.style,
|
|
1763
|
-
...
|
|
1764
|
-
"--button-close-progress-color": `var(--color-theme-${
|
|
1763
|
+
...v && {
|
|
1764
|
+
"--button-close-progress-color": `var(--color-theme-${v})`
|
|
1765
1765
|
}
|
|
1766
1766
|
};
|
|
1767
1767
|
return /* @__PURE__ */ t(
|
|
@@ -1806,7 +1806,7 @@ const V = j(
|
|
|
1806
1806
|
children: n
|
|
1807
1807
|
}
|
|
1808
1808
|
),
|
|
1809
|
-
|
|
1809
|
+
x && /* @__PURE__ */ e("div", { className: "c-btn__close-progress" })
|
|
1810
1810
|
]
|
|
1811
1811
|
}
|
|
1812
1812
|
);
|
|
@@ -1903,9 +1903,9 @@ const Se = ({
|
|
|
1903
1903
|
), A1 = ({
|
|
1904
1904
|
bg: a = "ultramarine",
|
|
1905
1905
|
...s
|
|
1906
|
-
}) => /* @__PURE__ */ e(
|
|
1906
|
+
}) => /* @__PURE__ */ e(w, { ...s, className: p("c-divider-section", s?.className), children: /* @__PURE__ */ e(w, { as: "hr", className: p("c-divider-section__line"), bg: a }) }), l2 = j(
|
|
1907
1907
|
({ color: a = "black", thickness: s = "thin", ...c }, l) => /* @__PURE__ */ e(
|
|
1908
|
-
|
|
1908
|
+
w,
|
|
1909
1909
|
{
|
|
1910
1910
|
...c,
|
|
1911
1911
|
ref: l,
|
|
@@ -1921,21 +1921,21 @@ const Se = ({
|
|
|
1921
1921
|
)
|
|
1922
1922
|
), Be = ["quarter", "half", "three-quarter"], Ze = ["small", "medium", "big"], L2 = (a) => typeof a == "string" && S2.includes(a), z = j(
|
|
1923
1923
|
({ name: a, size: s = 28, isRounded: c = !1, border: l, rotation: r, svgTitle: n, color: i, ...o }, d) => {
|
|
1924
|
-
const u = Array.isArray(s) ? s?.[0] : s, h = Array.isArray(s) ? s?.[1] : s,
|
|
1924
|
+
const u = Array.isArray(s) ? s?.[0] : s, h = Array.isArray(s) ? s?.[1] : s, x = !n, v = L2(i);
|
|
1925
1925
|
return /* @__PURE__ */ e(
|
|
1926
|
-
|
|
1926
|
+
w,
|
|
1927
1927
|
{
|
|
1928
1928
|
as: "span",
|
|
1929
1929
|
...o,
|
|
1930
1930
|
ref: d,
|
|
1931
|
-
color:
|
|
1931
|
+
color: v ? void 0 : i,
|
|
1932
1932
|
className: p(
|
|
1933
1933
|
"c-icon",
|
|
1934
1934
|
{
|
|
1935
1935
|
[`c-icon--has-border-${l}`]: l,
|
|
1936
1936
|
"c-icon--is-rounded": c,
|
|
1937
1937
|
[`c-icon--${r}`]: r,
|
|
1938
|
-
[`c-icon--${i}`]:
|
|
1938
|
+
[`c-icon--${i}`]: v
|
|
1939
1939
|
},
|
|
1940
1940
|
o?.className
|
|
1941
1941
|
),
|
|
@@ -1946,7 +1946,7 @@ const Se = ({
|
|
|
1946
1946
|
height: h,
|
|
1947
1947
|
role: "img",
|
|
1948
1948
|
"aria-label": n || void 0,
|
|
1949
|
-
"aria-hidden":
|
|
1949
|
+
"aria-hidden": x ? "true" : void 0,
|
|
1950
1950
|
children: [
|
|
1951
1951
|
n && /* @__PURE__ */ e("title", { children: n }),
|
|
1952
1952
|
a === "circle" ? /* @__PURE__ */ e("circle", {}) : /* @__PURE__ */ e("use", { xlinkHref: `#${a}` })
|
|
@@ -3303,7 +3303,7 @@ const t1 = ({ text: a, ...s }) => /* @__PURE__ */ e(
|
|
|
3303
3303
|
);
|
|
3304
3304
|
function $e({ title: a, ratio: s = "auto", htmlIframeProps: c, ...l }) {
|
|
3305
3305
|
return /* @__PURE__ */ e(
|
|
3306
|
-
|
|
3306
|
+
w,
|
|
3307
3307
|
{
|
|
3308
3308
|
...l,
|
|
3309
3309
|
className: p(l.className, "u-relative", {
|
|
@@ -3329,25 +3329,25 @@ const j2 = ({ src: a, formats: s }) => {
|
|
|
3329
3329
|
enableHD: u = !1,
|
|
3330
3330
|
...h
|
|
3331
3331
|
}) => {
|
|
3332
|
-
const
|
|
3332
|
+
const x = i ? "lazy" : "eager", v = {
|
|
3333
3333
|
...h,
|
|
3334
3334
|
id: a || void 0,
|
|
3335
3335
|
alt: r,
|
|
3336
3336
|
className: p("c-img", h?.className, {
|
|
3337
3337
|
"c-img--is-portrait": d
|
|
3338
3338
|
}),
|
|
3339
|
-
loading:
|
|
3339
|
+
loading: x,
|
|
3340
3340
|
fetchpriority: o
|
|
3341
3341
|
};
|
|
3342
3342
|
if (!c)
|
|
3343
|
-
return /* @__PURE__ */ e(
|
|
3343
|
+
return /* @__PURE__ */ e(w, { as: "img", src: s, ...v });
|
|
3344
3344
|
const y = c.split("x"), b = y[0], f = y[1];
|
|
3345
3345
|
let N, M = `data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='${b}'%20height='${f}'%3E%3C/svg%3E`;
|
|
3346
3346
|
if (s && (M = I1({ src: s, format: c }), N = j2({ formats: l, src: s }) ?? ""), u) {
|
|
3347
3347
|
const B = Number(b) * 2, H = Number(f) * 2, P = `${B}x${H}`, k = I1({ src: s, format: P });
|
|
3348
3348
|
N = N ? `${N}, ${k} 2x` : `${k} 2x`;
|
|
3349
3349
|
}
|
|
3350
|
-
return
|
|
3350
|
+
return v.width = b || void 0, v.height = f !== "0" ? f : void 0, v.sizes = n || void 0, /* @__PURE__ */ e(w, { ...v, as: "img", src: M, ...N ? { srcSet: N } : {} });
|
|
3351
3351
|
}, r1 = ({ size: a, ...s }) => /* @__PURE__ */ e(g, { as: "span", size: a || "s", ...s, children: "•" }), T1 = j(
|
|
3352
3352
|
({
|
|
3353
3353
|
id: a,
|
|
@@ -3361,8 +3361,8 @@ const j2 = ({ src: a, formats: s }) => {
|
|
|
3361
3361
|
iconButtonProps: d,
|
|
3362
3362
|
variant: u,
|
|
3363
3363
|
msg: h,
|
|
3364
|
-
containerProps:
|
|
3365
|
-
isRounded:
|
|
3364
|
+
containerProps: x,
|
|
3365
|
+
isRounded: v,
|
|
3366
3366
|
isTransparent: y,
|
|
3367
3367
|
isLarge: b,
|
|
3368
3368
|
children: f,
|
|
@@ -3386,8 +3386,8 @@ const j2 = ({ src: a, formats: s }) => {
|
|
|
3386
3386
|
m,
|
|
3387
3387
|
{
|
|
3388
3388
|
direction: "column",
|
|
3389
|
-
...
|
|
3390
|
-
className: p("c-input",
|
|
3389
|
+
...x,
|
|
3390
|
+
className: p("c-input", x?.className, {
|
|
3391
3391
|
[`c-input--${u}`]: u
|
|
3392
3392
|
}),
|
|
3393
3393
|
children: [
|
|
@@ -3404,7 +3404,7 @@ const j2 = ({ src: a, formats: s }) => {
|
|
|
3404
3404
|
{
|
|
3405
3405
|
gap: n && f ? "xs" : void 0,
|
|
3406
3406
|
className: p("c-input-container", {
|
|
3407
|
-
"c-input-container--rounded":
|
|
3407
|
+
"c-input-container--rounded": v,
|
|
3408
3408
|
"c-input-container--transparent": y,
|
|
3409
3409
|
"c-input-container--large": b,
|
|
3410
3410
|
[`c-input-container--${i}`]: n || f
|
|
@@ -3638,7 +3638,7 @@ const j2 = ({ src: a, formats: s }) => {
|
|
|
3638
3638
|
"text-italic": !!r,
|
|
3639
3639
|
[`font-${n}`]: !!n
|
|
3640
3640
|
}
|
|
3641
|
-
),
|
|
3641
|
+
), w = j(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
3642
3642
|
a,
|
|
3643
3643
|
{
|
|
3644
3644
|
...o1({
|
|
@@ -3650,9 +3650,9 @@ const j2 = ({ src: a, formats: s }) => {
|
|
|
3650
3650
|
children: s
|
|
3651
3651
|
}
|
|
3652
3652
|
));
|
|
3653
|
-
|
|
3653
|
+
w.displayName = "Box";
|
|
3654
3654
|
const m = j(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
3655
|
-
|
|
3655
|
+
w,
|
|
3656
3656
|
{
|
|
3657
3657
|
...o1({
|
|
3658
3658
|
props: c,
|
|
@@ -3665,7 +3665,7 @@ const m = j(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
|
3665
3665
|
}
|
|
3666
3666
|
)), I = j(
|
|
3667
3667
|
({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
3668
|
-
|
|
3668
|
+
w,
|
|
3669
3669
|
{
|
|
3670
3670
|
...o1({
|
|
3671
3671
|
props: c,
|
|
@@ -3677,7 +3677,7 @@ const m = j(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
|
3677
3677
|
children: s
|
|
3678
3678
|
}
|
|
3679
3679
|
)
|
|
3680
|
-
), je = [1, 2, 3, 4, 5, 6, 7, 12, "2-of-3"], s1 = ({ colsNumber: a, gap: s, gapX: c, gapY: l, children: r, ...n }) => Y.createElement(
|
|
3680
|
+
), je = [1, 2, 3, 4, 5, 6, 7, 12, "2-of-3"], s1 = ({ colsNumber: a, gap: s, gapX: c, gapY: l, children: r, ...n }) => Y.createElement(w, {
|
|
3681
3681
|
...o1({
|
|
3682
3682
|
props: n,
|
|
3683
3683
|
systemPropNames: Object.keys(e2)
|
|
@@ -3716,8 +3716,8 @@ const m = j(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
|
3716
3716
|
tabIsSelected: d,
|
|
3717
3717
|
tabVariant: u,
|
|
3718
3718
|
tabColor: h,
|
|
3719
|
-
defaultColor:
|
|
3720
|
-
isUnderlined:
|
|
3719
|
+
defaultColor: x = "ultramarine",
|
|
3720
|
+
isUnderlined: v,
|
|
3721
3721
|
...y
|
|
3722
3722
|
}, b) => {
|
|
3723
3723
|
if ((n || l) && c)
|
|
@@ -3744,10 +3744,10 @@ const m = j(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
|
3744
3744
|
className: "text",
|
|
3745
3745
|
propValue: r
|
|
3746
3746
|
}),
|
|
3747
|
-
{ "c-link--is-underlined":
|
|
3747
|
+
{ "c-link--is-underlined": v },
|
|
3748
3748
|
y?.className
|
|
3749
3749
|
);
|
|
3750
|
-
return /* @__PURE__ */ e(
|
|
3750
|
+
return /* @__PURE__ */ e(w, { ...y, as: a, ref: b, color: !u && !h && !f ? c || (x === "inherit" ? void 0 : x) : void 0, className: N, children: s });
|
|
3751
3751
|
}
|
|
3752
3752
|
), D1 = ({
|
|
3753
3753
|
dialogId: a,
|
|
@@ -3764,7 +3764,7 @@ const m = j(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
|
3764
3764
|
"data-a11y-dialog-hide": a
|
|
3765
3765
|
};
|
|
3766
3766
|
return /* @__PURE__ */ t(
|
|
3767
|
-
|
|
3767
|
+
w,
|
|
3768
3768
|
{
|
|
3769
3769
|
...n,
|
|
3770
3770
|
className: p("c-modal", { "js-modal": r }, n.className),
|
|
@@ -3781,7 +3781,7 @@ const m = j(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
|
3781
3781
|
]
|
|
3782
3782
|
}
|
|
3783
3783
|
);
|
|
3784
|
-
}, O2 = (a) => /* @__PURE__ */ e(
|
|
3784
|
+
}, O2 = (a) => /* @__PURE__ */ e(w, { ...a, className: p("c-overlay c-overlay--with-bg", a?.className) }), R1 = ({ isWhite: a }) => /* @__PURE__ */ e("div", { className: p("c-pipe", { "c-pipe--is-white": a }) }), Ie = ({
|
|
3785
3785
|
id: a,
|
|
3786
3786
|
required: s,
|
|
3787
3787
|
label: c,
|
|
@@ -3813,7 +3813,7 @@ const m = j(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
|
3813
3813
|
const u = d < a, h = d + 0.5 === a;
|
|
3814
3814
|
u && !h ? o.push(r(d)) : h ? o.push(i(d)) : o.push(n(d));
|
|
3815
3815
|
}
|
|
3816
|
-
return /* @__PURE__ */ e(
|
|
3816
|
+
return /* @__PURE__ */ e(w, { ...l, children: o });
|
|
3817
3817
|
}, Fe = ({
|
|
3818
3818
|
title: a,
|
|
3819
3819
|
link: s,
|
|
@@ -3824,7 +3824,7 @@ const m = j(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
|
3824
3824
|
isInArticle: i,
|
|
3825
3825
|
...o
|
|
3826
3826
|
}) => /* @__PURE__ */ t(
|
|
3827
|
-
|
|
3827
|
+
w,
|
|
3828
3828
|
{
|
|
3829
3829
|
...o,
|
|
3830
3830
|
className: p(
|
|
@@ -3874,12 +3874,12 @@ const m = j(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
|
3874
3874
|
}
|
|
3875
3875
|
), Ae = j(
|
|
3876
3876
|
({ variant: a, progressColor: s = "ultramarine" }, c) => /* @__PURE__ */ e(
|
|
3877
|
-
|
|
3877
|
+
w,
|
|
3878
3878
|
{
|
|
3879
3879
|
ref: c,
|
|
3880
3880
|
bg: "grey-100",
|
|
3881
3881
|
className: p("c-progress", { [`c-progress--${a}`]: a }),
|
|
3882
|
-
children: /* @__PURE__ */ e(
|
|
3882
|
+
children: /* @__PURE__ */ e(w, { className: "c-progress__bar", bg: s, style: { width: "0%" } })
|
|
3883
3883
|
}
|
|
3884
3884
|
)
|
|
3885
3885
|
), E2 = ({
|
|
@@ -3906,7 +3906,7 @@ const m = j(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
|
3906
3906
|
);
|
|
3907
3907
|
E2.displayName = "ScrollToTopButton";
|
|
3908
3908
|
const Te = ({ inner: a, children: s, ...c }) => /* @__PURE__ */ e(
|
|
3909
|
-
|
|
3909
|
+
w,
|
|
3910
3910
|
{
|
|
3911
3911
|
...c,
|
|
3912
3912
|
className: p("c-section", { "c-section--inner": a }, c?.className),
|
|
@@ -3925,8 +3925,8 @@ const Te = ({ inner: a, children: s, ...c }) => /* @__PURE__ */ e(
|
|
|
3925
3925
|
variant: d = "default",
|
|
3926
3926
|
icon: u,
|
|
3927
3927
|
isLarge: h,
|
|
3928
|
-
hint:
|
|
3929
|
-
error:
|
|
3928
|
+
hint: x,
|
|
3929
|
+
error: v,
|
|
3930
3930
|
...y
|
|
3931
3931
|
}, b) => /* @__PURE__ */ t(
|
|
3932
3932
|
m,
|
|
@@ -3943,7 +3943,7 @@ const Te = ({ inner: a, children: s, ...c }) => /* @__PURE__ */ e(
|
|
|
3943
3943
|
"(obligatoire)"
|
|
3944
3944
|
] })
|
|
3945
3945
|
] }),
|
|
3946
|
-
|
|
3946
|
+
x && /* @__PURE__ */ e(g, { as: "span", id: `${a}-hint`, mt: "xxs-2", ml: "xxs-2", className: "u-mask", children: x }),
|
|
3947
3947
|
/* @__PURE__ */ t("div", { className: "c-select__container", children: [
|
|
3948
3948
|
u && /* @__PURE__ */ e(z, { className: "c-select__icon", name: u, size: 18 }),
|
|
3949
3949
|
/* @__PURE__ */ e(z, { className: `c-select__caret c-select__caret--${d}`, name: "arrow", size: 12 }),
|
|
@@ -3961,7 +3961,7 @@ const Te = ({ inner: a, children: s, ...c }) => /* @__PURE__ */ e(
|
|
|
3961
3961
|
),
|
|
3962
3962
|
required: c,
|
|
3963
3963
|
defaultValue: r || n.filter((f) => f.isSelected)?.pop()?.value || "",
|
|
3964
|
-
"aria-describedby": [
|
|
3964
|
+
"aria-describedby": [x ? `${a}-hint` : null, v ? `${a}-error` : null].filter(Boolean).join(" ") || void 0,
|
|
3965
3965
|
...o1({
|
|
3966
3966
|
props: y,
|
|
3967
3967
|
systemPropNames: Object.keys(s2)
|
|
@@ -3973,7 +3973,7 @@ const Te = ({ inner: a, children: s, ...c }) => /* @__PURE__ */ e(
|
|
|
3973
3973
|
}
|
|
3974
3974
|
)
|
|
3975
3975
|
] }),
|
|
3976
|
-
|
|
3976
|
+
v && /* @__PURE__ */ e(
|
|
3977
3977
|
g,
|
|
3978
3978
|
{
|
|
3979
3979
|
as: "span",
|
|
@@ -3984,7 +3984,7 @@ const Te = ({ inner: a, children: s, ...c }) => /* @__PURE__ */ e(
|
|
|
3984
3984
|
mt: "xxs-2",
|
|
3985
3985
|
ml: "xxs-2",
|
|
3986
3986
|
role: "alert",
|
|
3987
|
-
children:
|
|
3987
|
+
children: v
|
|
3988
3988
|
}
|
|
3989
3989
|
)
|
|
3990
3990
|
]
|
|
@@ -4016,24 +4016,24 @@ const d1 = j(
|
|
|
4016
4016
|
auto: d = !1,
|
|
4017
4017
|
delay: u = 3e3,
|
|
4018
4018
|
...h
|
|
4019
|
-
},
|
|
4020
|
-
|
|
4019
|
+
}, x) => /* @__PURE__ */ t(
|
|
4020
|
+
w,
|
|
4021
4021
|
{
|
|
4022
4022
|
...h,
|
|
4023
|
-
ref:
|
|
4023
|
+
ref: x,
|
|
4024
4024
|
className: p("c-slider js-navigation-container", h?.className),
|
|
4025
4025
|
"data-slider-variant": o,
|
|
4026
4026
|
"data-slider-auto": d,
|
|
4027
4027
|
"data-slider-delay": u,
|
|
4028
4028
|
children: [
|
|
4029
|
-
/* @__PURE__ */ e(
|
|
4030
|
-
a === _.DESKTOP && /* @__PURE__ */ e(
|
|
4031
|
-
|
|
4029
|
+
/* @__PURE__ */ e(w, { className: "c-slider__viewport js-navigation-container__list", children: /* @__PURE__ */ e(m, { className: "c-slider__list", alignItems: "center", gap: c, children: s }) }),
|
|
4030
|
+
a === _.DESKTOP && /* @__PURE__ */ e(w, { className: "c-slider__buttons-container", children: Array.from(["previous", "next"], (v) => /* @__PURE__ */ e(
|
|
4031
|
+
w,
|
|
4032
4032
|
{
|
|
4033
|
-
pr: l &&
|
|
4034
|
-
pl: l &&
|
|
4033
|
+
pr: l && v === "previous" && (r === "translucent" && n === "small" ? "m" : "l") || void 0,
|
|
4034
|
+
pl: l && v === "next" && (r === "translucent" && n === "small" ? "m" : "l") || void 0,
|
|
4035
4035
|
className: p(
|
|
4036
|
-
`c-slider__button-container c-slider__button-container--${
|
|
4036
|
+
`c-slider__button-container c-slider__button-container--${v} o-nav-button o-nav-button--${v}-button`,
|
|
4037
4037
|
{ "c-slider__button-container--has-space-around": l },
|
|
4038
4038
|
{ [`c-slider__button-container--${o}`]: o }
|
|
4039
4039
|
),
|
|
@@ -4046,13 +4046,13 @@ const d1 = j(
|
|
|
4046
4046
|
iconProps: {
|
|
4047
4047
|
name: "chevron",
|
|
4048
4048
|
size: o === "videos" ? 14 : 12,
|
|
4049
|
-
rotation:
|
|
4050
|
-
svgTitle:
|
|
4049
|
+
rotation: v === "previous" ? "half" : void 0,
|
|
4050
|
+
svgTitle: v === "previous" ? "Précédent" : "Suivant"
|
|
4051
4051
|
}
|
|
4052
4052
|
}
|
|
4053
4053
|
)
|
|
4054
4054
|
},
|
|
4055
|
-
|
|
4055
|
+
v
|
|
4056
4056
|
)) })
|
|
4057
4057
|
]
|
|
4058
4058
|
}
|
|
@@ -4069,7 +4069,7 @@ const d1 = j(
|
|
|
4069
4069
|
"c-stepper__item--loaded": l.loaded
|
|
4070
4070
|
}),
|
|
4071
4071
|
grow: 1,
|
|
4072
|
-
children: /* @__PURE__ */ e(
|
|
4072
|
+
children: /* @__PURE__ */ e(w, { className: "c-stepper__loader", bg: s })
|
|
4073
4073
|
},
|
|
4074
4074
|
r
|
|
4075
4075
|
)) }), U2 = ({
|
|
@@ -4145,7 +4145,7 @@ const d1 = j(
|
|
|
4145
4145
|
}
|
|
4146
4146
|
), W = j(
|
|
4147
4147
|
({ as: a = "a", id: s, variant: c = "primary", size: l, children: r, ...n }, i) => /* @__PURE__ */ e(
|
|
4148
|
-
|
|
4148
|
+
w,
|
|
4149
4149
|
{
|
|
4150
4150
|
...n,
|
|
4151
4151
|
as: c === "span" ? "span" : a,
|
|
@@ -4176,12 +4176,12 @@ const d1 = j(
|
|
|
4176
4176
|
iconButtonProps: d,
|
|
4177
4177
|
hint: u,
|
|
4178
4178
|
error: h,
|
|
4179
|
-
...
|
|
4180
|
-
},
|
|
4179
|
+
...x
|
|
4180
|
+
}, v) => /* @__PURE__ */ t(
|
|
4181
4181
|
m,
|
|
4182
4182
|
{
|
|
4183
4183
|
direction: "column",
|
|
4184
|
-
ref:
|
|
4184
|
+
ref: v,
|
|
4185
4185
|
...i,
|
|
4186
4186
|
className: p("c-textarea", i?.className, {
|
|
4187
4187
|
[`c-textarea--${l}`]: l
|
|
@@ -4207,10 +4207,10 @@ const d1 = j(
|
|
|
4207
4207
|
rows: n,
|
|
4208
4208
|
placeholder: "Votre message...",
|
|
4209
4209
|
required: s,
|
|
4210
|
-
...
|
|
4210
|
+
...x,
|
|
4211
4211
|
id: a,
|
|
4212
4212
|
name: a,
|
|
4213
|
-
className: p("c-textarea-container__textarea",
|
|
4213
|
+
className: p("c-textarea-container__textarea", x?.className),
|
|
4214
4214
|
"aria-describedby": [u ? `${a}-hint` : null, h ? `${a}-error` : null].filter(Boolean).join(" ") || void 0
|
|
4215
4215
|
}
|
|
4216
4216
|
),
|
|
@@ -4285,7 +4285,7 @@ const d1 = j(
|
|
|
4285
4285
|
)
|
|
4286
4286
|
), i2 = j(
|
|
4287
4287
|
({ as: a = "p", children: s, ...c }, l) => s && s.toString().length || c?.dangerouslySetInnerHTML ? /* @__PURE__ */ e(
|
|
4288
|
-
|
|
4288
|
+
w,
|
|
4289
4289
|
{
|
|
4290
4290
|
...o1({
|
|
4291
4291
|
props: c,
|
|
@@ -4360,7 +4360,7 @@ const d1 = j(
|
|
|
4360
4360
|
), Pe = ({
|
|
4361
4361
|
children: a,
|
|
4362
4362
|
...s
|
|
4363
|
-
}) => /* @__PURE__ */ e(
|
|
4363
|
+
}) => /* @__PURE__ */ e(w, { ...s, px: "s", py: "xxs-2", bg: "sponsoring", children: /* @__PURE__ */ e(g, { size: "xs", fontFamily: "source-serif-pro", children: a }) }), Ee = ({
|
|
4364
4364
|
title: a,
|
|
4365
4365
|
label: s,
|
|
4366
4366
|
layout: c,
|
|
@@ -4396,7 +4396,7 @@ const d1 = j(
|
|
|
4396
4396
|
),
|
|
4397
4397
|
n && /* @__PURE__ */ e(X, { sponsor: n, size: "l", mt: "l" })
|
|
4398
4398
|
] });
|
|
4399
|
-
let u = /* @__PURE__ */ t(
|
|
4399
|
+
let u = /* @__PURE__ */ t(w, { ...o, as: "header", children: [
|
|
4400
4400
|
s.length > 0 && /* @__PURE__ */ e(A, { color: r, size: "xs", children: s }),
|
|
4401
4401
|
d
|
|
4402
4402
|
] });
|
|
@@ -4482,17 +4482,17 @@ const d1 = j(
|
|
|
4482
4482
|
isGallery: u = !1,
|
|
4483
4483
|
...h
|
|
4484
4484
|
}) => {
|
|
4485
|
-
let
|
|
4486
|
-
return n === _.DESKTOP && (
|
|
4485
|
+
let x = J2;
|
|
4486
|
+
return n === _.DESKTOP && (x = Y2), /* @__PURE__ */ t(w, { ...h, as: "figure", className: "c-media", children: [
|
|
4487
4487
|
a === G.photo && /* @__PURE__ */ t("div", { className: "c-media__content", children: [
|
|
4488
4488
|
/* @__PURE__ */ e(
|
|
4489
4489
|
i1,
|
|
4490
4490
|
{
|
|
4491
4491
|
...i,
|
|
4492
4492
|
src: s,
|
|
4493
|
-
defaultFormat: i?.defaultFormat ||
|
|
4494
|
-
formats: i?.formats ||
|
|
4495
|
-
sizes: i?.sizes ||
|
|
4493
|
+
defaultFormat: i?.defaultFormat || x.defaultFormat,
|
|
4494
|
+
formats: i?.formats || x.formats,
|
|
4495
|
+
sizes: i?.sizes || x.sizes,
|
|
4496
4496
|
alt: c,
|
|
4497
4497
|
fetchPriority: i?.fetchPriority || "auto",
|
|
4498
4498
|
lazyLoad: i?.lazyLoad !== !1
|
|
@@ -4554,13 +4554,13 @@ const d1 = j(
|
|
|
4554
4554
|
topics: a,
|
|
4555
4555
|
infoBannerProps: s,
|
|
4556
4556
|
...c
|
|
4557
|
-
}) => /* @__PURE__ */ t(
|
|
4558
|
-
/* @__PURE__ */ e(
|
|
4557
|
+
}) => /* @__PURE__ */ t(w, { ...c, children: [
|
|
4558
|
+
/* @__PURE__ */ e(w, { as: "ul", mb: "xl", children: a.map((l, r) => /* @__PURE__ */ t("li", { children: [
|
|
4559
4559
|
/* @__PURE__ */ e(X2, { icon: l.icon, title: l.title, content: l.content }),
|
|
4560
4560
|
r !== a.length - 1 && /* @__PURE__ */ e(E, { color: "grey-200", my: "l" })
|
|
4561
4561
|
] }, l.title)) }),
|
|
4562
4562
|
/* @__PURE__ */ e(w0, { heading: s.heading, description: s.description })
|
|
4563
|
-
] }), We = ({ astroSignsList: a }) => /* @__PURE__ */ e(
|
|
4563
|
+
] }), We = ({ astroSignsList: a }) => /* @__PURE__ */ e(w, { 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(
|
|
4564
4564
|
m,
|
|
4565
4565
|
{
|
|
4566
4566
|
as: "a",
|
|
@@ -4587,7 +4587,7 @@ const d1 = j(
|
|
|
4587
4587
|
]
|
|
4588
4588
|
}
|
|
4589
4589
|
) }, s.slug)) }), X2 = j(
|
|
4590
|
-
({ icon: a, title: s, content: c, ...l }, r) => /* @__PURE__ */ t(
|
|
4590
|
+
({ icon: a, title: s, content: c, ...l }, r) => /* @__PURE__ */ t(w, { ...l, ref: r, className: p("c-astro-topic-card", l?.className), children: [
|
|
4591
4591
|
/* @__PURE__ */ t(m, { alignItems: "center", mb: "s", children: [
|
|
4592
4592
|
/* @__PURE__ */ e(z, { mr: "xs", name: a, size: 21 }),
|
|
4593
4593
|
/* @__PURE__ */ e(Z, { as: "h3", size: "xs", children: s })
|
|
@@ -4769,14 +4769,14 @@ const d1 = j(
|
|
|
4769
4769
|
return { year: k.getFullYear(), month: k.getMonth() };
|
|
4770
4770
|
}
|
|
4771
4771
|
return { year: i.getFullYear(), month: i.getMonth() };
|
|
4772
|
-
}), u = U(() => new Date(o.year, o.month, 1), [o]), h = U(() => new Date(o.year, o.month + 1, 0), [o]),
|
|
4772
|
+
}), u = U(() => new Date(o.year, o.month, 1), [o]), h = U(() => new Date(o.year, o.month + 1, 0), [o]), x = U(() => {
|
|
4773
4773
|
const k = new Date(u), L = (k.getDay() + 6) % 7;
|
|
4774
4774
|
return k.setDate(k.getDate() - L), k;
|
|
4775
|
-
}, [u]),
|
|
4775
|
+
}, [u]), v = U(() => {
|
|
4776
4776
|
const k = new Date(h), L = (k.getDay() + 6) % 7;
|
|
4777
4777
|
return k.setDate(k.getDate() + (6 - L)), k;
|
|
4778
4778
|
}, [h]), y = [];
|
|
4779
|
-
for (let k = new Date(
|
|
4779
|
+
for (let k = new Date(x); k <= v; k.setDate(k.getDate() + 1))
|
|
4780
4780
|
y.push(new Date(k));
|
|
4781
4781
|
const b = U(() => new Set(a), [a]), f = U(() => new Set(s), [s]), N = U(
|
|
4782
4782
|
() => s0([...a, ...s]),
|
|
@@ -4786,7 +4786,7 @@ const d1 = j(
|
|
|
4786
4786
|
}, P = () => {
|
|
4787
4787
|
B && d((k) => k.month === 11 ? { year: k.year + 1, month: 0 } : { year: k.year, month: k.month + 1 });
|
|
4788
4788
|
};
|
|
4789
|
-
return /* @__PURE__ */ t(
|
|
4789
|
+
return /* @__PURE__ */ t(w, { ...n, className: p("c-calendar", r), px: "s", py: "xl", bg: "grey-100", children: [
|
|
4790
4790
|
/* @__PURE__ */ t(m, { justifyContent: "center", alignItems: "center", mb: "l", gap: "l", children: [
|
|
4791
4791
|
/* @__PURE__ */ e(
|
|
4792
4792
|
V,
|
|
@@ -4824,7 +4824,7 @@ const d1 = j(
|
|
|
4824
4824
|
}
|
|
4825
4825
|
)
|
|
4826
4826
|
] }),
|
|
4827
|
-
/* @__PURE__ */ e(
|
|
4827
|
+
/* @__PURE__ */ e(w, { className: "c-calendar__grid", pb: "xs", children: e0.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)) }),
|
|
4828
4828
|
/* @__PURE__ */ e("div", { className: "c-calendar__grid", children: y.map((k) => {
|
|
4829
4829
|
const L = N1(k), q = k.getMonth() === o.month, J = L === M, K = N.has(L), l1 = (b.has(L) || f.has(L)) && !K, V1 = b.has(L), H1 = f.has(L), h1 = new Date(k);
|
|
4830
4830
|
h1.setDate(h1.getDate() - 1);
|
|
@@ -4950,8 +4950,8 @@ const d1 = j(
|
|
|
4950
4950
|
countStyle: d = "rounded",
|
|
4951
4951
|
label: u,
|
|
4952
4952
|
ariaLabel: h,
|
|
4953
|
-
anchor:
|
|
4954
|
-
link:
|
|
4953
|
+
anchor: x,
|
|
4954
|
+
link: v,
|
|
4955
4955
|
isClickable: y = !0,
|
|
4956
4956
|
isHighlighted: b = !1,
|
|
4957
4957
|
isInToolbar: f = !1,
|
|
@@ -5032,7 +5032,7 @@ const d1 = j(
|
|
|
5032
5032
|
),
|
|
5033
5033
|
"aria-label": h,
|
|
5034
5034
|
children: [
|
|
5035
|
-
|
|
5035
|
+
x || v ? /* @__PURE__ */ e("a", { href: x ? `#${x}` : v, children: K() }) : K(),
|
|
5036
5036
|
/* @__PURE__ */ e(g, { size: "xxs-2", children: u }),
|
|
5037
5037
|
N
|
|
5038
5038
|
]
|
|
@@ -5059,8 +5059,8 @@ const d1 = j(
|
|
|
5059
5059
|
fetchPriority: d = "auto",
|
|
5060
5060
|
withShadow: u = !1,
|
|
5061
5061
|
isFavorite: h,
|
|
5062
|
-
enableHD:
|
|
5063
|
-
dataId:
|
|
5062
|
+
enableHD: x = !1,
|
|
5063
|
+
dataId: v = "",
|
|
5064
5064
|
hasFlag: y = !1,
|
|
5065
5065
|
title: b,
|
|
5066
5066
|
className: f,
|
|
@@ -5079,10 +5079,10 @@ const d1 = j(
|
|
|
5079
5079
|
lazyLoad: o,
|
|
5080
5080
|
fetchPriority: d,
|
|
5081
5081
|
radius: N,
|
|
5082
|
-
enableHD:
|
|
5082
|
+
enableHD: x
|
|
5083
5083
|
}
|
|
5084
5084
|
);
|
|
5085
|
-
return /* @__PURE__ */ e(
|
|
5085
|
+
return /* @__PURE__ */ e(w, { ...M, className: p("c-card-img", f), children: /* @__PURE__ */ t(
|
|
5086
5086
|
"div",
|
|
5087
5087
|
{
|
|
5088
5088
|
className: p("c-card-img__inner", {
|
|
@@ -5114,7 +5114,7 @@ const d1 = j(
|
|
|
5114
5114
|
iconProps: { size: 20, name: h ? "star" : "star-outlined" },
|
|
5115
5115
|
color: "grey-500",
|
|
5116
5116
|
"data-event-name": "mbrs-game-save-favorite",
|
|
5117
|
-
...
|
|
5117
|
+
...v ? { "data-id": v } : {}
|
|
5118
5118
|
}
|
|
5119
5119
|
),
|
|
5120
5120
|
B,
|
|
@@ -5157,7 +5157,7 @@ const d1 = j(
|
|
|
5157
5157
|
children: u,
|
|
5158
5158
|
...h
|
|
5159
5159
|
}) => /* @__PURE__ */ e(
|
|
5160
|
-
|
|
5160
|
+
w,
|
|
5161
5161
|
{
|
|
5162
5162
|
pb: "xxs-3",
|
|
5163
5163
|
...h,
|
|
@@ -5210,10 +5210,10 @@ const d1 = j(
|
|
|
5210
5210
|
socialBarProps: d,
|
|
5211
5211
|
follows3ColumnsGrid: u = !1,
|
|
5212
5212
|
mediaSrc: h,
|
|
5213
|
-
linkProps:
|
|
5214
|
-
...
|
|
5213
|
+
linkProps: x,
|
|
5214
|
+
...v
|
|
5215
5215
|
}) => {
|
|
5216
|
-
const { cardFooterProps: y, ...b } =
|
|
5216
|
+
const { cardFooterProps: y, ...b } = v, f = ["722x460", "640x408", "320x204"];
|
|
5217
5217
|
return /* @__PURE__ */ e(
|
|
5218
5218
|
R,
|
|
5219
5219
|
{
|
|
@@ -5231,7 +5231,7 @@ const d1 = j(
|
|
|
5231
5231
|
}),
|
|
5232
5232
|
children: [
|
|
5233
5233
|
n || h ? /* @__PURE__ */ e(
|
|
5234
|
-
|
|
5234
|
+
w,
|
|
5235
5235
|
{
|
|
5236
5236
|
className: p({
|
|
5237
5237
|
"o-lt-show__main": !u,
|
|
@@ -5315,7 +5315,7 @@ const d1 = j(
|
|
|
5315
5315
|
}
|
|
5316
5316
|
),
|
|
5317
5317
|
c && /* @__PURE__ */ e(
|
|
5318
|
-
|
|
5318
|
+
w,
|
|
5319
5319
|
{
|
|
5320
5320
|
as: "p",
|
|
5321
5321
|
color: c.color || "grey-600",
|
|
@@ -5338,7 +5338,7 @@ const d1 = j(
|
|
|
5338
5338
|
}
|
|
5339
5339
|
),
|
|
5340
5340
|
y && /* @__PURE__ */ e(v1, { ...y, mt: "s", mx: "m" }),
|
|
5341
|
-
|
|
5341
|
+
x && !d && /* @__PURE__ */ e(m, { mt: "s", justifyContent: "center", children: /* @__PURE__ */ e(C, { buttonColor: "primary", ...x }) })
|
|
5342
5342
|
] })
|
|
5343
5343
|
}
|
|
5344
5344
|
);
|
|
@@ -5354,11 +5354,11 @@ const d1 = j(
|
|
|
5354
5354
|
reverseCard: d,
|
|
5355
5355
|
...u
|
|
5356
5356
|
}) => {
|
|
5357
|
-
const { summaryProps: h, signatureProps:
|
|
5357
|
+
const { summaryProps: h, signatureProps: x, ...v } = u;
|
|
5358
5358
|
return /* @__PURE__ */ t(
|
|
5359
5359
|
R,
|
|
5360
5360
|
{
|
|
5361
|
-
...
|
|
5361
|
+
...v,
|
|
5362
5362
|
p: u?.bg ? "s" : void 0,
|
|
5363
5363
|
direction: "column",
|
|
5364
5364
|
className: p("c-card-extra-small", u?.className),
|
|
@@ -5430,9 +5430,9 @@ const d1 = j(
|
|
|
5430
5430
|
className: u,
|
|
5431
5431
|
...h
|
|
5432
5432
|
}) => {
|
|
5433
|
-
const { cardFooterProps:
|
|
5433
|
+
const { cardFooterProps: x, signatureProps: v, ...y } = h;
|
|
5434
5434
|
return /* @__PURE__ */ e(
|
|
5435
|
-
|
|
5435
|
+
w,
|
|
5436
5436
|
{
|
|
5437
5437
|
as: "article",
|
|
5438
5438
|
...y,
|
|
@@ -5452,8 +5452,8 @@ const d1 = j(
|
|
|
5452
5452
|
alt: s
|
|
5453
5453
|
}
|
|
5454
5454
|
),
|
|
5455
|
-
r && l && /* @__PURE__ */ e(
|
|
5456
|
-
|
|
5455
|
+
r && l && /* @__PURE__ */ e(w, { className: "c-card-frame__summary", px: { xs: "m", md: "xl" }, children: /* @__PURE__ */ t(
|
|
5456
|
+
w,
|
|
5457
5457
|
{
|
|
5458
5458
|
className: "c-card-frame__summary-inner",
|
|
5459
5459
|
bg: "grey-50",
|
|
@@ -5491,8 +5491,8 @@ const d1 = j(
|
|
|
5491
5491
|
mediaSrc: d,
|
|
5492
5492
|
...u
|
|
5493
5493
|
}) => {
|
|
5494
|
-
const { cardFooterProps: h, signatureProps:
|
|
5495
|
-
return /* @__PURE__ */ e(R, { ...
|
|
5494
|
+
const { cardFooterProps: h, signatureProps: x, ...v } = u;
|
|
5495
|
+
return /* @__PURE__ */ e(R, { ...v, className: "c-card-large", direction: "column", children: c === _.DESKTOP ? /* @__PURE__ */ t("a", { href: a, children: [
|
|
5496
5496
|
i && /* @__PURE__ */ e(
|
|
5497
5497
|
F,
|
|
5498
5498
|
{
|
|
@@ -5503,7 +5503,7 @@ const d1 = j(
|
|
|
5503
5503
|
}
|
|
5504
5504
|
),
|
|
5505
5505
|
/* @__PURE__ */ t(
|
|
5506
|
-
|
|
5506
|
+
w,
|
|
5507
5507
|
{
|
|
5508
5508
|
className: p("c-card-large__summary", {
|
|
5509
5509
|
"c-card-large__summary--has-flag": i?.hasFlag
|
|
@@ -5567,11 +5567,11 @@ const d1 = j(
|
|
|
5567
5567
|
radius: d,
|
|
5568
5568
|
...u
|
|
5569
5569
|
}) => {
|
|
5570
|
-
const { summaryProps: h, signatureProps:
|
|
5570
|
+
const { summaryProps: h, signatureProps: x, ...v } = u;
|
|
5571
5571
|
return /* @__PURE__ */ t(
|
|
5572
5572
|
R,
|
|
5573
5573
|
{
|
|
5574
|
-
...
|
|
5574
|
+
...v,
|
|
5575
5575
|
direction: "column",
|
|
5576
5576
|
bg: o,
|
|
5577
5577
|
radius: o ? d || "xxs" : void 0,
|
|
@@ -5637,10 +5637,10 @@ const d1 = j(
|
|
|
5637
5637
|
commentCount: d,
|
|
5638
5638
|
variant: u,
|
|
5639
5639
|
shareCount: h,
|
|
5640
|
-
viewCount:
|
|
5641
|
-
...
|
|
5640
|
+
viewCount: x,
|
|
5641
|
+
...v
|
|
5642
5642
|
}) => {
|
|
5643
|
-
const { cardFooterProps: y, signatureProps: b, socialBarProps: f, ...N } =
|
|
5643
|
+
const { cardFooterProps: y, signatureProps: b, socialBarProps: f, ...N } = v;
|
|
5644
5644
|
return /* @__PURE__ */ t(
|
|
5645
5645
|
R,
|
|
5646
5646
|
{
|
|
@@ -5662,7 +5662,7 @@ const d1 = j(
|
|
|
5662
5662
|
children: n.value
|
|
5663
5663
|
}
|
|
5664
5664
|
),
|
|
5665
|
-
/* @__PURE__ */ t(
|
|
5665
|
+
/* @__PURE__ */ t(w, { className: "c-card-most__content", children: [
|
|
5666
5666
|
c && /* @__PURE__ */ e(Q, { mb: "xxs-2", ...c }),
|
|
5667
5667
|
/* @__PURE__ */ e(
|
|
5668
5668
|
D,
|
|
@@ -5699,9 +5699,9 @@ const d1 = j(
|
|
|
5699
5699
|
/* @__PURE__ */ e(z, { size: 22, name: "share" }),
|
|
5700
5700
|
/* @__PURE__ */ e(g, { size: "m", weight: "bold", children: S1(h) })
|
|
5701
5701
|
] }),
|
|
5702
|
-
!!
|
|
5702
|
+
!!x && /* @__PURE__ */ t(m, { gap: "xs", alignItems: "center", mt: "xs", children: [
|
|
5703
5703
|
/* @__PURE__ */ e(z, { size: 22, name: "view" }),
|
|
5704
|
-
/* @__PURE__ */ e(g, { size: "m", weight: "bold", children: S1(
|
|
5704
|
+
/* @__PURE__ */ e(g, { size: "m", weight: "bold", children: S1(x) })
|
|
5705
5705
|
] })
|
|
5706
5706
|
] }),
|
|
5707
5707
|
r?.cover && i === _.DESKTOP && /* @__PURE__ */ e(
|
|
@@ -5733,15 +5733,15 @@ const d1 = j(
|
|
|
5733
5733
|
genres: d,
|
|
5734
5734
|
releaseDate: u,
|
|
5735
5735
|
seeMoreLink: h,
|
|
5736
|
-
reviewLink:
|
|
5737
|
-
rating:
|
|
5736
|
+
reviewLink: x,
|
|
5737
|
+
rating: v,
|
|
5738
5738
|
containerSpacing: y,
|
|
5739
5739
|
...b
|
|
5740
5740
|
}) => {
|
|
5741
5741
|
const f = /* @__PURE__ */ t(S, { children: [
|
|
5742
|
-
|
|
5742
|
+
x && /* @__PURE__ */ e(C, { buttonColor: "primary", ...x }),
|
|
5743
5743
|
/* @__PURE__ */ e(C, { buttonColor: "primary", variant: "outlined", ...h })
|
|
5744
|
-
] }), N = i || o ||
|
|
5744
|
+
] }), N = i || o || v ? /* @__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: [
|
|
5745
5745
|
i && /* @__PURE__ */ t("div", { children: [
|
|
5746
5746
|
/* @__PURE__ */ t(g, { as: "span", weight: "bold", children: [
|
|
5747
5747
|
"Réalisé par :",
|
|
@@ -5756,7 +5756,7 @@ const d1 = j(
|
|
|
5756
5756
|
] }),
|
|
5757
5757
|
/* @__PURE__ */ e("span", { children: o?.join(", ") })
|
|
5758
5758
|
] }),
|
|
5759
|
-
|
|
5759
|
+
v && /* @__PURE__ */ t(m, { alignItems: "center", gap: "xxs", children: [
|
|
5760
5760
|
/* @__PURE__ */ t(g, { as: "span", weight: "bold", children: [
|
|
5761
5761
|
"La note 20 Minutes :",
|
|
5762
5762
|
" "
|
|
@@ -5764,7 +5764,7 @@ const d1 = j(
|
|
|
5764
5764
|
/* @__PURE__ */ e(
|
|
5765
5765
|
P2,
|
|
5766
5766
|
{
|
|
5767
|
-
rating:
|
|
5767
|
+
rating: v,
|
|
5768
5768
|
iconProps: {
|
|
5769
5769
|
size: 19
|
|
5770
5770
|
}
|
|
@@ -5837,23 +5837,9 @@ const d1 = j(
|
|
|
5837
5837
|
/* @__PURE__ */ e(m, { direction: "column", gap: "xs", mt: "l", mx: "auto", className: "c-card-movie__footer", children: f })
|
|
5838
5838
|
] })
|
|
5839
5839
|
] });
|
|
5840
|
-
}, c3 = ({ title: a, description: s, ...c }) => /* @__PURE__ */ t(
|
|
5841
|
-
/* @__PURE__ */ e(
|
|
5842
|
-
|
|
5843
|
-
{
|
|
5844
|
-
color: "grey-50",
|
|
5845
|
-
weight: "bold",
|
|
5846
|
-
size: "m",
|
|
5847
|
-
px: { xs: "m", md: "0" },
|
|
5848
|
-
bg: "animaux",
|
|
5849
|
-
radius: "s",
|
|
5850
|
-
py: "xxs",
|
|
5851
|
-
mb: "s",
|
|
5852
|
-
textAlign: "center",
|
|
5853
|
-
children: a
|
|
5854
|
-
}
|
|
5855
|
-
),
|
|
5856
|
-
/* @__PURE__ */ e(g, { color: "grey-900", children: s })
|
|
5840
|
+
}, c3 = ({ title: a, description: s, ...c }) => /* @__PURE__ */ t(w, { as: "article", ...c, className: "c-card-name", children: [
|
|
5841
|
+
/* @__PURE__ */ e(g, { className: "c-card-name__title", children: a }),
|
|
5842
|
+
/* @__PURE__ */ e(g, { className: "c-card-name__description", children: s })
|
|
5857
5843
|
] }), l3 = ({
|
|
5858
5844
|
id: a,
|
|
5859
5845
|
label: s,
|
|
@@ -5866,9 +5852,9 @@ const d1 = j(
|
|
|
5866
5852
|
isChecked: d = !1,
|
|
5867
5853
|
mainColor: u = "default",
|
|
5868
5854
|
onCheckedChange: h,
|
|
5869
|
-
...
|
|
5855
|
+
...x
|
|
5870
5856
|
}) => {
|
|
5871
|
-
const
|
|
5857
|
+
const v = `var(--color-theme-${u})`;
|
|
5872
5858
|
return /* @__PURE__ */ t(
|
|
5873
5859
|
R,
|
|
5874
5860
|
{
|
|
@@ -5879,7 +5865,7 @@ const d1 = j(
|
|
|
5879
5865
|
"c-card-newsletter--with-border-bottom": o
|
|
5880
5866
|
}),
|
|
5881
5867
|
...o && { pb: "m" },
|
|
5882
|
-
...
|
|
5868
|
+
...x,
|
|
5883
5869
|
children: [
|
|
5884
5870
|
/* @__PURE__ */ e(
|
|
5885
5871
|
m,
|
|
@@ -5896,7 +5882,7 @@ const d1 = j(
|
|
|
5896
5882
|
/* @__PURE__ */ e(D, { as: "h4", fontFamily: "base", size: "xxs", weight: "bold", children: c }),
|
|
5897
5883
|
s && /* @__PURE__ */ e(W, { size: "small", children: s })
|
|
5898
5884
|
] }),
|
|
5899
|
-
/* @__PURE__ */ t(
|
|
5885
|
+
/* @__PURE__ */ t(w, { mt: "xxs-3", children: [
|
|
5900
5886
|
/* @__PURE__ */ e(g, { size: "m", children: l }),
|
|
5901
5887
|
i,
|
|
5902
5888
|
/* @__PURE__ */ t(m, { gap: "s", mt: "m", alignItems: "center", children: [
|
|
@@ -5906,10 +5892,10 @@ const d1 = j(
|
|
|
5906
5892
|
size: "small",
|
|
5907
5893
|
onClick: h,
|
|
5908
5894
|
style: {
|
|
5909
|
-
"--button-scheme-color":
|
|
5910
|
-
"--button-base-background-color":
|
|
5911
|
-
"--button-base-border-color":
|
|
5912
|
-
"--button-hover-background-color":
|
|
5895
|
+
"--button-scheme-color": v,
|
|
5896
|
+
"--button-base-background-color": v,
|
|
5897
|
+
"--button-base-border-color": v,
|
|
5898
|
+
"--button-hover-background-color": v
|
|
5913
5899
|
},
|
|
5914
5900
|
children: d ? "Se désabonner" : "S'inscrire"
|
|
5915
5901
|
}
|
|
@@ -5974,8 +5960,8 @@ const d1 = j(
|
|
|
5974
5960
|
variant: n = "default",
|
|
5975
5961
|
...i
|
|
5976
5962
|
}) => {
|
|
5977
|
-
const { summaryProps: o, cardFooterProps: d, signatureProps: u, socialBarProps: h, ...
|
|
5978
|
-
let
|
|
5963
|
+
const { summaryProps: o, cardFooterProps: d, signatureProps: u, socialBarProps: h, ...x } = i;
|
|
5964
|
+
let v = "xxs-3", y = {
|
|
5979
5965
|
defaultFormat: "58x58",
|
|
5980
5966
|
formats: ["58x58", "51x51"],
|
|
5981
5967
|
sizes: "(min-width: 768px) 58px, 51px",
|
|
@@ -5983,7 +5969,7 @@ const d1 = j(
|
|
|
5983
5969
|
};
|
|
5984
5970
|
switch (n) {
|
|
5985
5971
|
case "big":
|
|
5986
|
-
|
|
5972
|
+
v = { xs: "xxs-2", md: "xs" }, y = {
|
|
5987
5973
|
defaultFormat: "100x100",
|
|
5988
5974
|
formats: ["100x100", "51x51"],
|
|
5989
5975
|
sizes: "(min-width: 768px) 100px, 51px",
|
|
@@ -6007,7 +5993,7 @@ const d1 = j(
|
|
|
6007
5993
|
gap: "xs",
|
|
6008
5994
|
className: "c-card-overview",
|
|
6009
5995
|
clickable: !0,
|
|
6010
|
-
...
|
|
5996
|
+
...x,
|
|
6011
5997
|
children: [
|
|
6012
5998
|
s && /* @__PURE__ */ e(
|
|
6013
5999
|
F,
|
|
@@ -6034,7 +6020,7 @@ const d1 = j(
|
|
|
6034
6020
|
D,
|
|
6035
6021
|
{
|
|
6036
6022
|
as: "h3",
|
|
6037
|
-
size: n === "overviewBar" ? { xs: "xxs-4", md: "xxs-3" } :
|
|
6023
|
+
size: n === "overviewBar" ? { xs: "xxs-4", md: "xxs-3" } : v,
|
|
6038
6024
|
fontFamily: "source-serif-pro",
|
|
6039
6025
|
weight: "semi-bold",
|
|
6040
6026
|
pb: void 0,
|
|
@@ -6105,7 +6091,7 @@ const d1 = j(
|
|
|
6105
6091
|
gap: "xl",
|
|
6106
6092
|
className: p("o-lt-show", o.className),
|
|
6107
6093
|
children: [
|
|
6108
|
-
/* @__PURE__ */ e(
|
|
6094
|
+
/* @__PURE__ */ e(w, { className: p("o-lt-show__main"), children: n && /* @__PURE__ */ e(
|
|
6109
6095
|
F,
|
|
6110
6096
|
{
|
|
6111
6097
|
...n,
|
|
@@ -6146,7 +6132,7 @@ const d1 = j(
|
|
|
6146
6132
|
]
|
|
6147
6133
|
}
|
|
6148
6134
|
);
|
|
6149
|
-
}, a1 = ({ className: a, ...s }) => /* @__PURE__ */ e(
|
|
6135
|
+
}, a1 = ({ className: a, ...s }) => /* @__PURE__ */ e(w, { className: p("c-card-skeleton__block", a), bg: "grey-200", ...s }), n0 = (a) => /* @__PURE__ */ t(R, { ...a, direction: "column", gap: "xxs", children: [
|
|
6150
6136
|
/* @__PURE__ */ e(a1, { className: "c-card-skeleton__block--image" }),
|
|
6151
6137
|
/* @__PURE__ */ e(a1, { className: "c-card-skeleton__block--meta" }),
|
|
6152
6138
|
/* @__PURE__ */ e(a1, { className: "c-card-skeleton__block--title" }),
|
|
@@ -6184,7 +6170,7 @@ const d1 = j(
|
|
|
6184
6170
|
variant: o = "default",
|
|
6185
6171
|
...d
|
|
6186
6172
|
}) => {
|
|
6187
|
-
const { cardFooterProps: u, signatureProps: h, socialBarProps:
|
|
6173
|
+
const { cardFooterProps: u, signatureProps: h, socialBarProps: x, ...v } = d, y = /* @__PURE__ */ t(S, { children: [
|
|
6188
6174
|
r && /* @__PURE__ */ e(
|
|
6189
6175
|
F,
|
|
6190
6176
|
{
|
|
@@ -6229,7 +6215,7 @@ const d1 = j(
|
|
|
6229
6215
|
}
|
|
6230
6216
|
)
|
|
6231
6217
|
] });
|
|
6232
|
-
return /* @__PURE__ */ e(R, { ...
|
|
6218
|
+
return /* @__PURE__ */ e(R, { ...v, direction: "column", clickable: !0, children: o === "title-on-image" ? /* @__PURE__ */ e("a", { href: a, children: y }) : y });
|
|
6233
6219
|
}, o0 = ({
|
|
6234
6220
|
link: a,
|
|
6235
6221
|
title: s,
|
|
@@ -6291,7 +6277,7 @@ const d1 = j(
|
|
|
6291
6277
|
cardImageProps: c,
|
|
6292
6278
|
...l
|
|
6293
6279
|
}) => /* @__PURE__ */ e(
|
|
6294
|
-
|
|
6280
|
+
w,
|
|
6295
6281
|
{
|
|
6296
6282
|
...l,
|
|
6297
6283
|
as: "a",
|
|
@@ -6324,7 +6310,7 @@ const d1 = j(
|
|
|
6324
6310
|
}) => n ? (
|
|
6325
6311
|
// can't use CardContainer here, it's a flex component and it's not the right structure for this card
|
|
6326
6312
|
/* @__PURE__ */ t(
|
|
6327
|
-
|
|
6313
|
+
w,
|
|
6328
6314
|
{
|
|
6329
6315
|
as: "article",
|
|
6330
6316
|
...i,
|
|
@@ -6333,7 +6319,7 @@ const d1 = j(
|
|
|
6333
6319
|
}),
|
|
6334
6320
|
children: [
|
|
6335
6321
|
/* @__PURE__ */ e(f1, { ...n, type: G.video }),
|
|
6336
|
-
/* @__PURE__ */ e(
|
|
6322
|
+
/* @__PURE__ */ e(w, { px: { xs: "m", md: "0" }, children: /* @__PURE__ */ e(
|
|
6337
6323
|
D,
|
|
6338
6324
|
{
|
|
6339
6325
|
as: "h2",
|
|
@@ -6345,7 +6331,7 @@ const d1 = j(
|
|
|
6345
6331
|
children: a ? /* @__PURE__ */ e("a", { href: a, children: s }) : s
|
|
6346
6332
|
}
|
|
6347
6333
|
) }),
|
|
6348
|
-
/* @__PURE__ */ t(
|
|
6334
|
+
/* @__PURE__ */ t(w, { px: { xs: "m", md: "0" }, children: [
|
|
6349
6335
|
l && /* @__PURE__ */ e(
|
|
6350
6336
|
g,
|
|
6351
6337
|
{
|
|
@@ -6369,7 +6355,7 @@ const d1 = j(
|
|
|
6369
6355
|
layout: l,
|
|
6370
6356
|
...r
|
|
6371
6357
|
}) => /* @__PURE__ */ e(
|
|
6372
|
-
|
|
6358
|
+
w,
|
|
6373
6359
|
{
|
|
6374
6360
|
...r,
|
|
6375
6361
|
as: "a",
|
|
@@ -6428,8 +6414,8 @@ const d1 = j(
|
|
|
6428
6414
|
layout: o,
|
|
6429
6415
|
...d
|
|
6430
6416
|
}) => {
|
|
6431
|
-
const { cardFooterProps: u, signatureProps: h, ...
|
|
6432
|
-
return /* @__PURE__ */ t(R, { ...
|
|
6417
|
+
const { cardFooterProps: u, signatureProps: h, ...x } = d;
|
|
6418
|
+
return /* @__PURE__ */ t(R, { ...x, direction: "column", className: "c-card-with-summary", clickable: !0, children: [
|
|
6433
6419
|
/* @__PURE__ */ t(m, { mb: "xs", className: "c-card-with-summary__content", gap: "xs", children: [
|
|
6434
6420
|
/* @__PURE__ */ t(I, { grow: 1, children: [
|
|
6435
6421
|
l && /* @__PURE__ */ e(Q, { ...l, mb: "xxs-2" }),
|
|
@@ -6483,8 +6469,8 @@ const d1 = j(
|
|
|
6483
6469
|
themeColor: d,
|
|
6484
6470
|
titleUnderlined: u = !0,
|
|
6485
6471
|
isSponsored: h,
|
|
6486
|
-
seeMoreLink:
|
|
6487
|
-
...
|
|
6472
|
+
seeMoreLink: x,
|
|
6473
|
+
...v
|
|
6488
6474
|
}) => {
|
|
6489
6475
|
const y = (f) => {
|
|
6490
6476
|
switch (o?.sliderVariant) {
|
|
@@ -6532,11 +6518,11 @@ const d1 = j(
|
|
|
6532
6518
|
}
|
|
6533
6519
|
);
|
|
6534
6520
|
return a.length > 0 ? /* @__PURE__ */ t(
|
|
6535
|
-
|
|
6521
|
+
w,
|
|
6536
6522
|
{
|
|
6537
6523
|
as: "section",
|
|
6538
|
-
...
|
|
6539
|
-
className: p("c-carousel",
|
|
6524
|
+
...v,
|
|
6525
|
+
className: p("c-carousel", v?.className),
|
|
6540
6526
|
bg: h ? "sponsoring" : void 0,
|
|
6541
6527
|
py: h ? "m" : void 0,
|
|
6542
6528
|
children: [
|
|
@@ -6557,7 +6543,7 @@ const d1 = j(
|
|
|
6557
6543
|
]
|
|
6558
6544
|
}
|
|
6559
6545
|
),
|
|
6560
|
-
h && /* @__PURE__ */ e(g, { as:
|
|
6546
|
+
h && /* @__PURE__ */ e(g, { as: w, size: "xs", color: "grey-900", mb: "xs", children: "Articles sponsorisés" }),
|
|
6561
6547
|
s === _.DESKTOP && l && /* @__PURE__ */ e(g, { size: "m", color: "grey-400", mb: "xl", ...l, className: l.className, children: l.children }),
|
|
6562
6548
|
/* @__PURE__ */ e(
|
|
6563
6549
|
d1,
|
|
@@ -6586,7 +6572,7 @@ const d1 = j(
|
|
|
6586
6572
|
))
|
|
6587
6573
|
}
|
|
6588
6574
|
),
|
|
6589
|
-
|
|
6575
|
+
x && /* @__PURE__ */ e(m, { justifyContent: "center", mt: "xl", children: /* @__PURE__ */ e(C, { buttonColor: "primary", variant: "outlined", ...x }) })
|
|
6590
6576
|
]
|
|
6591
6577
|
}
|
|
6592
6578
|
) : null;
|
|
@@ -6598,9 +6584,9 @@ const d1 = j(
|
|
|
6598
6584
|
return a.reduce((i, o) => {
|
|
6599
6585
|
const d = (o.seats || 0) / c;
|
|
6600
6586
|
l += d;
|
|
6601
|
-
const { pathDescription: u, lx: h, ly:
|
|
6602
|
-
r = h, n =
|
|
6603
|
-
const
|
|
6587
|
+
const { pathDescription: u, lx: h, ly: x } = u0(s, l / 2, r, n);
|
|
6588
|
+
r = h, n = x;
|
|
6589
|
+
const v = /* @__PURE__ */ e(
|
|
6604
6590
|
"path",
|
|
6605
6591
|
{
|
|
6606
6592
|
className: `c-half-donut__zone c-half-donut__zone--${o.politicalParty.color}`,
|
|
@@ -6608,7 +6594,7 @@ const d1 = j(
|
|
|
6608
6594
|
},
|
|
6609
6595
|
o.politicalParty.color
|
|
6610
6596
|
);
|
|
6611
|
-
return i.push(
|
|
6597
|
+
return i.push(v), i;
|
|
6612
6598
|
}, []);
|
|
6613
6599
|
}, h3 = ({ results: a, ...s }) => {
|
|
6614
6600
|
const r = a.map((i) => i.seats).reduce((i, o) => i + o, 0), n = a.filter((i) => i.seats > 0).map(
|
|
@@ -6618,7 +6604,7 @@ const d1 = j(
|
|
|
6618
6604
|
subLegend: `${i.estimatedSeats || i.seats} siège${i.seats > 1 ? "s" : ""}`
|
|
6619
6605
|
})
|
|
6620
6606
|
);
|
|
6621
|
-
return /* @__PURE__ */ t(
|
|
6607
|
+
return /* @__PURE__ */ t(w, { ...s, className: "js-half-donut-result", children: [
|
|
6622
6608
|
/* @__PURE__ */ t(
|
|
6623
6609
|
"svg",
|
|
6624
6610
|
{
|
|
@@ -6733,7 +6719,7 @@ const d1 = j(
|
|
|
6733
6719
|
variant: "right",
|
|
6734
6720
|
children: [
|
|
6735
6721
|
s === _.MOBILE && /* @__PURE__ */ e(g0, { dialogId: l }),
|
|
6736
|
-
/* @__PURE__ */ t(
|
|
6722
|
+
/* @__PURE__ */ t(w, { bg: "grey-100", p: "m", children: [
|
|
6737
6723
|
/* @__PURE__ */ e(Z, { as: "h3", size: "xxs-2", color: "ultramarine", mb: "xxs-3", children: "Vous avez des questions sur l’actualité ?" }),
|
|
6738
6724
|
/* @__PURE__ */ e(g, { size: "m", children: "Notre IA est disponible 24h/24 et 7 jours/7" })
|
|
6739
6725
|
] }),
|
|
@@ -6745,7 +6731,7 @@ const d1 = j(
|
|
|
6745
6731
|
citationText: a,
|
|
6746
6732
|
citationAuthor: s,
|
|
6747
6733
|
...c
|
|
6748
|
-
}) => /* @__PURE__ */ t(
|
|
6734
|
+
}) => /* @__PURE__ */ t(w, { ...c, as: "blockquote", color: "ultramarine", className: "c-citation", children: [
|
|
6749
6735
|
/* @__PURE__ */ t(
|
|
6750
6736
|
g,
|
|
6751
6737
|
{
|
|
@@ -6785,8 +6771,8 @@ const d1 = j(
|
|
|
6785
6771
|
btnProps: d,
|
|
6786
6772
|
children: u,
|
|
6787
6773
|
isDropdown: h,
|
|
6788
|
-
...
|
|
6789
|
-
},
|
|
6774
|
+
...x
|
|
6775
|
+
}, v) => {
|
|
6790
6776
|
const y = b2().replace(/:/g, ""), b = `c-collapse__button-${a}-${y}`, f = `c-collapse__content-${a}-${y}`, N = () => {
|
|
6791
6777
|
if (c) {
|
|
6792
6778
|
const { children: P, ...k } = c;
|
|
@@ -6796,14 +6782,14 @@ const d1 = j(
|
|
|
6796
6782
|
return /* @__PURE__ */ e(g, { as: "span", size: "l", color: "black", ...H, children: B });
|
|
6797
6783
|
};
|
|
6798
6784
|
return /* @__PURE__ */ t(
|
|
6799
|
-
|
|
6785
|
+
w,
|
|
6800
6786
|
{
|
|
6801
|
-
...
|
|
6787
|
+
...x,
|
|
6802
6788
|
className: p("c-collapse js-collapse", { "c-collapse--dropdown": h }),
|
|
6803
|
-
ref:
|
|
6789
|
+
ref: v,
|
|
6804
6790
|
children: [
|
|
6805
6791
|
/* @__PURE__ */ t(
|
|
6806
|
-
|
|
6792
|
+
w,
|
|
6807
6793
|
{
|
|
6808
6794
|
...d,
|
|
6809
6795
|
as: "button",
|
|
@@ -6855,7 +6841,7 @@ const d1 = j(
|
|
|
6855
6841
|
lazyLoad: s = { delayed: !0, distanceVisible: 0 },
|
|
6856
6842
|
...c
|
|
6857
6843
|
}) => a ? /* @__PURE__ */ e(
|
|
6858
|
-
|
|
6844
|
+
w,
|
|
6859
6845
|
{
|
|
6860
6846
|
id: "mbrs-comments-container",
|
|
6861
6847
|
className: "c-comment",
|
|
@@ -6983,9 +6969,9 @@ const d1 = j(
|
|
|
6983
6969
|
label: a || /* @__PURE__ */ e(g, { size: "l", as: "span", weight: "bold", children: "Mode sombre" }),
|
|
6984
6970
|
...c
|
|
6985
6971
|
}
|
|
6986
|
-
), w3 = ({ topics: a, ...s }) => a.length === 0 ? null : /* @__PURE__ */ t(
|
|
6972
|
+
), w3 = ({ topics: a, ...s }) => a.length === 0 ? null : /* @__PURE__ */ t(w, { ...s, children: [
|
|
6987
6973
|
/* @__PURE__ */ e(Z, { as: "h3", mb: "xs", size: "xxs", children: "À découvrir" }),
|
|
6988
|
-
/* @__PURE__ */ e("ul", { children: a.map((c) => /* @__PURE__ */ t(
|
|
6974
|
+
/* @__PURE__ */ e("ul", { children: a.map((c) => /* @__PURE__ */ t(w, { as: "li", mb: "xs", children: [
|
|
6989
6975
|
/* @__PURE__ */ t(m, { alignItems: "center", gap: "xxs", children: [
|
|
6990
6976
|
c.imgProps && /* @__PURE__ */ e(
|
|
6991
6977
|
i1,
|
|
@@ -7053,7 +7039,7 @@ const d1 = j(
|
|
|
7053
7039
|
px: { xs: "m", md: "0" }
|
|
7054
7040
|
}
|
|
7055
7041
|
}
|
|
7056
|
-
),
|
|
7042
|
+
), x = /* @__PURE__ */ e(
|
|
7057
7043
|
m,
|
|
7058
7044
|
{
|
|
7059
7045
|
mt: { xs: "0", md: "xs" },
|
|
@@ -7076,9 +7062,9 @@ const d1 = j(
|
|
|
7076
7062
|
b
|
|
7077
7063
|
))
|
|
7078
7064
|
}
|
|
7079
|
-
),
|
|
7065
|
+
), v = !h;
|
|
7080
7066
|
return /* @__PURE__ */ e(
|
|
7081
|
-
|
|
7067
|
+
w,
|
|
7082
7068
|
{
|
|
7083
7069
|
bg: "ultramarine",
|
|
7084
7070
|
py: { xs: "xxs", md: "0" },
|
|
@@ -7088,15 +7074,15 @@ const d1 = j(
|
|
|
7088
7074
|
children: a === _.DESKTOP ? /* @__PURE__ */ t(
|
|
7089
7075
|
m,
|
|
7090
7076
|
{
|
|
7091
|
-
px:
|
|
7077
|
+
px: v ? void 0 : "m",
|
|
7092
7078
|
gap: { xs: "m", lg: "l" },
|
|
7093
7079
|
"aria-expanded": o || "false",
|
|
7094
7080
|
"data-search-banner-expanded-source": !0,
|
|
7095
7081
|
className: p({
|
|
7096
|
-
"o-page-wrap":
|
|
7097
|
-
"c-search-banner__large-container": !
|
|
7082
|
+
"o-page-wrap": v,
|
|
7083
|
+
"c-search-banner__large-container": !v
|
|
7098
7084
|
}),
|
|
7099
|
-
pt:
|
|
7085
|
+
pt: v ? "0" : void 0,
|
|
7100
7086
|
children: [
|
|
7101
7087
|
i === "municipales-2026" ? /* @__PURE__ */ e(
|
|
7102
7088
|
"div",
|
|
@@ -7123,11 +7109,11 @@ const d1 = j(
|
|
|
7123
7109
|
) : /* @__PURE__ */ e(z, { name: "ballot-box", size: 55, className: "c-search-banner__default-icon" }),
|
|
7124
7110
|
/* @__PURE__ */ t(m, { flexGrow: 1, direction: "column", py: "m", children: [
|
|
7125
7111
|
/* @__PURE__ */ t(m, { gap: { xs: "m", lg: "l" }, justifyContent: "end", children: [
|
|
7126
|
-
/* @__PURE__ */ e(I, { grow: 1, children: /* @__PURE__ */ e(
|
|
7112
|
+
/* @__PURE__ */ e(I, { grow: 1, children: /* @__PURE__ */ e(w, { as: w1, ...s }) }),
|
|
7127
7113
|
!!n?.options.length && h,
|
|
7128
7114
|
!!r?.length && u
|
|
7129
7115
|
] }),
|
|
7130
|
-
!!r?.length &&
|
|
7116
|
+
!!r?.length && x
|
|
7131
7117
|
] }),
|
|
7132
7118
|
i === "municipales-2026" && h && /* @__PURE__ */ e("span", { className: "c-search-banner__flag c-search-banner__flag--at-the-bottom" })
|
|
7133
7119
|
]
|
|
@@ -7156,7 +7142,7 @@ const d1 = j(
|
|
|
7156
7142
|
"aria-hidden": o ? !o : "true",
|
|
7157
7143
|
"data-search-banner-collapse": !0,
|
|
7158
7144
|
children: [
|
|
7159
|
-
!!r?.length &&
|
|
7145
|
+
!!r?.length && x,
|
|
7160
7146
|
!!n?.options.length && h
|
|
7161
7147
|
]
|
|
7162
7148
|
}
|
|
@@ -7173,14 +7159,14 @@ const d1 = j(
|
|
|
7173
7159
|
activeReaction: s,
|
|
7174
7160
|
...c
|
|
7175
7161
|
}) => /* @__PURE__ */ e(
|
|
7176
|
-
|
|
7162
|
+
w,
|
|
7177
7163
|
{
|
|
7178
7164
|
...c,
|
|
7179
7165
|
className: p("c-emoji-toolbar", "mbrs-social-emoji-toolbar", c?.className),
|
|
7180
7166
|
bg: "grey-100",
|
|
7181
7167
|
radius: "xxl",
|
|
7182
7168
|
px: "xs",
|
|
7183
|
-
children: /* @__PURE__ */ e(m, { as: "ul", gap: "xxs-3", alignItems: "center", children: a.map((l) => /* @__PURE__ */ e(
|
|
7169
|
+
children: /* @__PURE__ */ e(m, { as: "ul", gap: "xxs-3", alignItems: "center", children: a.map((l) => /* @__PURE__ */ e(w, { as: "li", children: /* @__PURE__ */ t(
|
|
7184
7170
|
m,
|
|
7185
7171
|
{
|
|
7186
7172
|
as: "button",
|
|
@@ -7220,7 +7206,7 @@ const d1 = j(
|
|
|
7220
7206
|
/* @__PURE__ */ e(g, { size: "m", mb: "l", children: "Toutes nos excuses pour cette erreur…" }),
|
|
7221
7207
|
/* @__PURE__ */ e("p", { children: "Une page qui renvoie un code d’erreur 500 se produit lorsque le serveur web rencontre des difficultés pour charger une page." }),
|
|
7222
7208
|
/* @__PURE__ */ e("p", { children: "Si vous êtes à la recherche de quelque chose de bien précis, nous vous invitons à utiliser notre moteur de recherche :" })
|
|
7223
|
-
] })), /* @__PURE__ */ t(
|
|
7209
|
+
] })), /* @__PURE__ */ t(w, { className: "c-error-content", children: [
|
|
7224
7210
|
/* @__PURE__ */ e(
|
|
7225
7211
|
z,
|
|
7226
7212
|
{
|
|
@@ -7229,8 +7215,8 @@ const d1 = j(
|
|
|
7229
7215
|
className: "c-error-content__img"
|
|
7230
7216
|
}
|
|
7231
7217
|
),
|
|
7232
|
-
/* @__PURE__ */ e(
|
|
7233
|
-
/* @__PURE__ */ e(
|
|
7218
|
+
/* @__PURE__ */ e(w, { mb: "l", children: c }),
|
|
7219
|
+
/* @__PURE__ */ e(w, { mb: "s", children: s ? /* @__PURE__ */ e(w, { className: "gcse-search" }) : /* @__PURE__ */ e(w1, { id: "search-form-error", url: "/", "aria-hidden": !0 }) }),
|
|
7234
7220
|
/* @__PURE__ */ e(C, { href: "/", className: "c-error-content__link", children: "Retour page d’accueil" })
|
|
7235
7221
|
] });
|
|
7236
7222
|
}, v0 = ({
|
|
@@ -7243,7 +7229,7 @@ const d1 = j(
|
|
|
7243
7229
|
link: i,
|
|
7244
7230
|
...o
|
|
7245
7231
|
}) => r.length === 0 ? null : /* @__PURE__ */ t(
|
|
7246
|
-
|
|
7232
|
+
w,
|
|
7247
7233
|
{
|
|
7248
7234
|
as: "section",
|
|
7249
7235
|
p: "xl",
|
|
@@ -7391,7 +7377,7 @@ const d1 = j(
|
|
|
7391
7377
|
]
|
|
7392
7378
|
}
|
|
7393
7379
|
), G1 = () => /* @__PURE__ */ e(
|
|
7394
|
-
|
|
7380
|
+
w,
|
|
7395
7381
|
{
|
|
7396
7382
|
className: "c-header-page__print-button",
|
|
7397
7383
|
mx: { xs: "m", md: "0" },
|
|
@@ -7409,7 +7395,7 @@ const d1 = j(
|
|
|
7409
7395
|
)
|
|
7410
7396
|
}
|
|
7411
7397
|
), W1 = () => /* @__PURE__ */ e(
|
|
7412
|
-
|
|
7398
|
+
w,
|
|
7413
7399
|
{
|
|
7414
7400
|
className: "c-header-page__ranking-button",
|
|
7415
7401
|
mx: { xs: "m", md: "0" },
|
|
@@ -7428,8 +7414,8 @@ const d1 = j(
|
|
|
7428
7414
|
countdownProps: d,
|
|
7429
7415
|
labelProps: u,
|
|
7430
7416
|
hasPrintButton: h,
|
|
7431
|
-
hasRankingButton:
|
|
7432
|
-
variant:
|
|
7417
|
+
hasRankingButton: x,
|
|
7418
|
+
variant: v = "default",
|
|
7433
7419
|
...y
|
|
7434
7420
|
}) => {
|
|
7435
7421
|
if (!s)
|
|
@@ -7447,7 +7433,7 @@ const d1 = j(
|
|
|
7447
7433
|
}
|
|
7448
7434
|
},
|
|
7449
7435
|
mx: { xs: "m", md: "0" },
|
|
7450
|
-
color:
|
|
7436
|
+
color: v === "blue-grey" ? "white" : void 0
|
|
7451
7437
|
}
|
|
7452
7438
|
), f = /* @__PURE__ */ t(S, { children: [
|
|
7453
7439
|
/* @__PURE__ */ e(m, { as: "header", gap: n ? "m" : void 0, alignItems: "start", justifyContent: "between", children: /* @__PURE__ */ t(
|
|
@@ -7466,7 +7452,7 @@ const d1 = j(
|
|
|
7466
7452
|
...o,
|
|
7467
7453
|
as: "span",
|
|
7468
7454
|
size: o?.size || { xs: "m", md: "l" },
|
|
7469
|
-
color:
|
|
7455
|
+
color: v === "blue-grey" ? "white" : void 0,
|
|
7470
7456
|
className: "c-nodeheader__subtitle c-content c-content--resume js-expand-target",
|
|
7471
7457
|
"aria-hidden": r,
|
|
7472
7458
|
children: l
|
|
@@ -7491,8 +7477,8 @@ const d1 = j(
|
|
|
7491
7477
|
name: "chevron",
|
|
7492
7478
|
size: 12,
|
|
7493
7479
|
p: "xs",
|
|
7494
|
-
color:
|
|
7495
|
-
bg:
|
|
7480
|
+
color: v === "blue-grey" ? "white" : void 0,
|
|
7481
|
+
bg: v === "blue-grey" ? "blue-grey" : "grey-100"
|
|
7496
7482
|
}
|
|
7497
7483
|
),
|
|
7498
7484
|
/* @__PURE__ */ e(
|
|
@@ -7501,7 +7487,7 @@ const d1 = j(
|
|
|
7501
7487
|
as: "span",
|
|
7502
7488
|
size: "xs",
|
|
7503
7489
|
className: "js-expand-button__label",
|
|
7504
|
-
color:
|
|
7490
|
+
color: v === "blue-grey" ? "white" : void 0,
|
|
7505
7491
|
children: "Voir plus"
|
|
7506
7492
|
}
|
|
7507
7493
|
)
|
|
@@ -7565,17 +7551,17 @@ const d1 = j(
|
|
|
7565
7551
|
}
|
|
7566
7552
|
),
|
|
7567
7553
|
l && f,
|
|
7568
|
-
h &&
|
|
7554
|
+
h && x && /* @__PURE__ */ t(m, { gap: "s", children: [
|
|
7569
7555
|
/* @__PURE__ */ e(G1, {}),
|
|
7570
7556
|
" ",
|
|
7571
7557
|
/* @__PURE__ */ e(W1, {})
|
|
7572
7558
|
] }),
|
|
7573
|
-
h && !
|
|
7574
|
-
|
|
7559
|
+
h && !x && /* @__PURE__ */ e(G1, {}),
|
|
7560
|
+
x && !h && /* @__PURE__ */ e(W1, {})
|
|
7575
7561
|
] }),
|
|
7576
7562
|
n?.type === "dedicated-area" && /* @__PURE__ */ e(X, { sponsor: n.content, size: "l", mt: "xl" })
|
|
7577
7563
|
] })), /* @__PURE__ */ e(
|
|
7578
|
-
|
|
7564
|
+
w,
|
|
7579
7565
|
{
|
|
7580
7566
|
as: "header",
|
|
7581
7567
|
...y,
|
|
@@ -7609,7 +7595,7 @@ const d1 = j(
|
|
|
7609
7595
|
}
|
|
7610
7596
|
);
|
|
7611
7597
|
return /* @__PURE__ */ t(
|
|
7612
|
-
|
|
7598
|
+
w,
|
|
7613
7599
|
{
|
|
7614
7600
|
as: "header",
|
|
7615
7601
|
...o,
|
|
@@ -7694,7 +7680,7 @@ const d1 = j(
|
|
|
7694
7680
|
children: s || l ? /* @__PURE__ */ t(S, { children: [
|
|
7695
7681
|
s && /* @__PURE__ */ e(z, { className: "c-header-title__icon", mr: "xxs", ...s }),
|
|
7696
7682
|
l && /* @__PURE__ */ e(
|
|
7697
|
-
|
|
7683
|
+
w,
|
|
7698
7684
|
{
|
|
7699
7685
|
as: "img",
|
|
7700
7686
|
className: "c-header-title__sponsor",
|
|
@@ -7730,7 +7716,7 @@ const d1 = j(
|
|
|
7730
7716
|
]
|
|
7731
7717
|
}
|
|
7732
7718
|
);
|
|
7733
|
-
return /* @__PURE__ */ t(
|
|
7719
|
+
return /* @__PURE__ */ t(w, { as: "section", ...l, className: "c-image-slider", children: [
|
|
7734
7720
|
/* @__PURE__ */ e(m, { className: "c-image-slider__container", children: a.map((n) => /* @__PURE__ */ t(m, { direction: "column", className: "c-image-slider__slide", children: [
|
|
7735
7721
|
/* @__PURE__ */ t("div", { className: "c-image-slider__img-container", children: [
|
|
7736
7722
|
/* @__PURE__ */ e(
|
|
@@ -7742,7 +7728,7 @@ const d1 = j(
|
|
|
7742
7728
|
}
|
|
7743
7729
|
),
|
|
7744
7730
|
/* @__PURE__ */ e("div", { className: "c-image-slider__shadow" }),
|
|
7745
|
-
n.title && /* @__PURE__ */ t(
|
|
7731
|
+
n.title && /* @__PURE__ */ t(w, { className: "c-image-slider__content o-page-wrap", color: "white", children: [
|
|
7746
7732
|
/* @__PURE__ */ e(
|
|
7747
7733
|
"img",
|
|
7748
7734
|
{
|
|
@@ -7832,7 +7818,7 @@ const d1 = j(
|
|
|
7832
7818
|
}
|
|
7833
7819
|
),
|
|
7834
7820
|
/* @__PURE__ */ e(
|
|
7835
|
-
|
|
7821
|
+
w,
|
|
7836
7822
|
{
|
|
7837
7823
|
id: "info-button-content",
|
|
7838
7824
|
className: "c-info-banner__info-content",
|
|
@@ -7945,7 +7931,7 @@ const d1 = j(
|
|
|
7945
7931
|
}) => a ? /* @__PURE__ */ t(m, { direction: "column", gap: "l", ...c, children: [
|
|
7946
7932
|
/* @__PURE__ */ e(A1, {}),
|
|
7947
7933
|
/* @__PURE__ */ e(
|
|
7948
|
-
|
|
7934
|
+
w,
|
|
7949
7935
|
{
|
|
7950
7936
|
id: "mbrs-live-question-container",
|
|
7951
7937
|
className: "c-live-question",
|
|
@@ -7954,8 +7940,8 @@ const d1 = j(
|
|
|
7954
7940
|
mx: { xs: "m", md: "0" }
|
|
7955
7941
|
}
|
|
7956
7942
|
)
|
|
7957
|
-
] }) : null, B3 = ({ question: a, author: s, response: c, ...l }) => /* @__PURE__ */ t(
|
|
7958
|
-
/* @__PURE__ */ t(
|
|
7943
|
+
] }) : null, B3 = ({ question: a, author: s, response: c, ...l }) => /* @__PURE__ */ t(w, { ...l, className: "c-live-talk", children: [
|
|
7944
|
+
/* @__PURE__ */ t(w, { bg: "grey-100", p: "s", mb: "xl", radius: "m", className: "c-live-talk__question", children: [
|
|
7959
7945
|
/* @__PURE__ */ e(
|
|
7960
7946
|
g,
|
|
7961
7947
|
{
|
|
@@ -7984,7 +7970,7 @@ const d1 = j(
|
|
|
7984
7970
|
default: "black",
|
|
7985
7971
|
bold: "black"
|
|
7986
7972
|
};
|
|
7987
|
-
return /* @__PURE__ */ t(
|
|
7973
|
+
return /* @__PURE__ */ t(w, { as: "header", ...r, children: [
|
|
7988
7974
|
/* @__PURE__ */ t(m, { gap: "xs", alignItems: "center", mb: "xs", children: [
|
|
7989
7975
|
/* @__PURE__ */ e(g, { size: "xl", fontFamily: "source-serif-pro", weight: "semi-bold", children: s }),
|
|
7990
7976
|
l && /* @__PURE__ */ e("img", { alt: l.name, src: l.src, width: "32", height: "32" })
|
|
@@ -8019,7 +8005,7 @@ const d1 = j(
|
|
|
8019
8005
|
},
|
|
8020
8006
|
[]
|
|
8021
8007
|
);
|
|
8022
|
-
return /* @__PURE__ */ t(
|
|
8008
|
+
return /* @__PURE__ */ t(w, { ...r, children: [
|
|
8023
8009
|
/* @__PURE__ */ t("svg", { className: "c-map-departments", viewBox: "0 0 525 600", width: "525", children: [
|
|
8024
8010
|
/* @__PURE__ */ e("title", { children: "Carte des départements français avec DOM" }),
|
|
8025
8011
|
/* @__PURE__ */ e("desc", { children: "Carte des résultats département par département. Cliquez sur un département pour en voir le détail" }),
|
|
@@ -8070,7 +8056,7 @@ const d1 = j(
|
|
|
8070
8056
|
}) => {
|
|
8071
8057
|
const n = ["75", "77", "78", "91", "92", "93", "94", "95"], i = Object.entries(l ?? {}).reduce(
|
|
8072
8058
|
(d, [u, h]) => {
|
|
8073
|
-
const
|
|
8059
|
+
const x = /* @__PURE__ */ e(
|
|
8074
8060
|
"g",
|
|
8075
8061
|
{
|
|
8076
8062
|
className: "c-map-districts__zoomable",
|
|
@@ -8079,16 +8065,16 @@ const d1 = j(
|
|
|
8079
8065
|
"data-info": `${u} - ${h.text.label}`
|
|
8080
8066
|
},
|
|
8081
8067
|
children: Object.entries(h).map(
|
|
8082
|
-
([
|
|
8083
|
-
const b = (N) => N.numDistrict ===
|
|
8084
|
-
return
|
|
8068
|
+
([v, y]) => {
|
|
8069
|
+
const b = (N) => N.numDistrict === v, f = c.find(b);
|
|
8070
|
+
return v === "text" && y.transform ? /* @__PURE__ */ e(
|
|
8085
8071
|
"text",
|
|
8086
8072
|
{
|
|
8087
8073
|
transform: `matrix(${y.transform})`,
|
|
8088
8074
|
className: "c-map-districts__text",
|
|
8089
8075
|
children: y.label
|
|
8090
8076
|
},
|
|
8091
|
-
|
|
8077
|
+
v
|
|
8092
8078
|
) : /* @__PURE__ */ e(
|
|
8093
8079
|
"a",
|
|
8094
8080
|
{
|
|
@@ -8097,7 +8083,7 @@ const d1 = j(
|
|
|
8097
8083
|
children: /* @__PURE__ */ t(
|
|
8098
8084
|
"path",
|
|
8099
8085
|
{
|
|
8100
|
-
id:
|
|
8086
|
+
id: v,
|
|
8101
8087
|
className: p("c-map-districts__path", {
|
|
8102
8088
|
[`c-map-districts__path--${f?.politicalParty.color}`]: f
|
|
8103
8089
|
}),
|
|
@@ -8109,24 +8095,24 @@ const d1 = j(
|
|
|
8109
8095
|
}
|
|
8110
8096
|
)
|
|
8111
8097
|
},
|
|
8112
|
-
|
|
8098
|
+
v
|
|
8113
8099
|
);
|
|
8114
8100
|
}
|
|
8115
8101
|
)
|
|
8116
8102
|
},
|
|
8117
8103
|
u
|
|
8118
8104
|
);
|
|
8119
|
-
return n.includes(u) ? d.idf.push(
|
|
8105
|
+
return n.includes(u) ? d.idf.push(x) : d.others.push(x), d;
|
|
8120
8106
|
},
|
|
8121
8107
|
{ idf: [], others: [] }
|
|
8122
8108
|
), o = c.reduce(
|
|
8123
8109
|
(d, u) => {
|
|
8124
|
-
const { name: h, color:
|
|
8125
|
-
return d.some((
|
|
8110
|
+
const { name: h, color: x } = u.politicalParty;
|
|
8111
|
+
return d.some((v) => v.name === h) || d.push({ name: h, color: x }), d;
|
|
8126
8112
|
},
|
|
8127
8113
|
[]
|
|
8128
8114
|
);
|
|
8129
|
-
return /* @__PURE__ */ t(
|
|
8115
|
+
return /* @__PURE__ */ t(w, { ...r, children: [
|
|
8130
8116
|
/* @__PURE__ */ t("div", { className: "c-map-districts-container", children: [
|
|
8131
8117
|
/* @__PURE__ */ t(g, { weight: "bold", textAlign: "center", className: "c-map-districts-container__description", children: [
|
|
8132
8118
|
"Cliquez sur un département",
|
|
@@ -8168,17 +8154,17 @@ const d1 = j(
|
|
|
8168
8154
|
const i = c.reduce(
|
|
8169
8155
|
(o, d) => {
|
|
8170
8156
|
const { name: u, color: h } = d.politicalParty;
|
|
8171
|
-
return o.some((
|
|
8157
|
+
return o.some((x) => x.name === u) || o.push({ name: u, color: h }), o;
|
|
8172
8158
|
},
|
|
8173
8159
|
[]
|
|
8174
8160
|
);
|
|
8175
|
-
return /* @__PURE__ */ t(
|
|
8161
|
+
return /* @__PURE__ */ t(w, { ...n, children: [
|
|
8176
8162
|
/* @__PURE__ */ t("svg", { className: "c-map-europe", width: "460", viewBox: "0 0 460 445", children: [
|
|
8177
8163
|
/* @__PURE__ */ e("title", { children: `Carte de l'Europe - Élections ${a}` }),
|
|
8178
8164
|
/* @__PURE__ */ e("desc", { children: `Carte des résultats aux élections ${a} ${s} par pays` }),
|
|
8179
8165
|
/* @__PURE__ */ e("g", { className: "c-map-europe__eu-countries", children: Object.entries(l ?? {}).map(
|
|
8180
8166
|
([o, d]) => {
|
|
8181
|
-
const u = (
|
|
8167
|
+
const u = (x) => x.key === o, h = c.find(u);
|
|
8182
8168
|
return /* @__PURE__ */ e(
|
|
8183
8169
|
"path",
|
|
8184
8170
|
{
|
|
@@ -8214,8 +8200,8 @@ const d1 = j(
|
|
|
8214
8200
|
continue;
|
|
8215
8201
|
const r = /* @__PURE__ */ new Map();
|
|
8216
8202
|
for (const u of l.matchAll(y0)) {
|
|
8217
|
-
const [, h,
|
|
8218
|
-
h && r.set(h,
|
|
8203
|
+
const [, h, x] = u;
|
|
8204
|
+
h && r.set(h, x || "");
|
|
8219
8205
|
}
|
|
8220
8206
|
const n = r.get("id"), i = r.get("d"), o = r.get("data-name"), d = r.get("data-url");
|
|
8221
8207
|
!n || !i || !o || !d || s.push({
|
|
@@ -8237,7 +8223,7 @@ const d1 = j(
|
|
|
8237
8223
|
}) => {
|
|
8238
8224
|
if (!c)
|
|
8239
8225
|
return /* @__PURE__ */ e("output", { "aria-live": "polite", children: "Chargement de la carte…" });
|
|
8240
|
-
const o = a === _.MOBILE, d = new Map(s.map((b) => [b.id, b])), u = /* @__PURE__ */ new Map(), h = U(() => r ? z0(_0(r)) : /* @__PURE__ */ new Map(), [r]),
|
|
8226
|
+
const o = a === _.MOBILE, d = new Map(s.map((b) => [b.id, b])), u = /* @__PURE__ */ new Map(), h = U(() => r ? z0(_0(r)) : /* @__PURE__ */ new Map(), [r]), x = U(() => new Map(
|
|
8241
8227
|
E1.map((b) => {
|
|
8242
8228
|
const f = h.get(`town-${b.id}`);
|
|
8243
8229
|
return f ? [b.name, f.url] : null;
|
|
@@ -8247,8 +8233,8 @@ const d1 = j(
|
|
|
8247
8233
|
const { name: f, color: N } = b.politicalParty;
|
|
8248
8234
|
u.has(f) || u.set(f, { name: f, color: N });
|
|
8249
8235
|
});
|
|
8250
|
-
const
|
|
8251
|
-
const f =
|
|
8236
|
+
const v = (b) => {
|
|
8237
|
+
const f = x.get(b.label);
|
|
8252
8238
|
return (
|
|
8253
8239
|
// biome-ignore lint/a11y/useSemanticElements: fieldset is reserved for forms.
|
|
8254
8240
|
/* @__PURE__ */ t(
|
|
@@ -8298,7 +8284,7 @@ const d1 = j(
|
|
|
8298
8284
|
);
|
|
8299
8285
|
}, y = Array.from(u.values());
|
|
8300
8286
|
return /* @__PURE__ */ t(
|
|
8301
|
-
|
|
8287
|
+
w,
|
|
8302
8288
|
{
|
|
8303
8289
|
...i,
|
|
8304
8290
|
className: p("c-map-towns", n, {
|
|
@@ -8389,9 +8375,9 @@ const d1 = j(
|
|
|
8389
8375
|
gap: { md: "l" },
|
|
8390
8376
|
justifyContent: { xs: "between", md: "start" },
|
|
8391
8377
|
children: [
|
|
8392
|
-
|
|
8393
|
-
|
|
8394
|
-
|
|
8378
|
+
v(L1.PARIS),
|
|
8379
|
+
v(L1.MARSEILLE),
|
|
8380
|
+
v(L1.LYON)
|
|
8395
8381
|
]
|
|
8396
8382
|
}
|
|
8397
8383
|
),
|
|
@@ -8700,7 +8686,7 @@ const d1 = j(
|
|
|
8700
8686
|
},
|
|
8701
8687
|
children: [
|
|
8702
8688
|
(d?.tags ?? []).length > 0 && /* @__PURE__ */ e("li", { children: /* @__PURE__ */ e(m, { as: "ul", gap: "xxs", mb: "l", wrap: "wrap", children: d.tags?.map((h) => /* @__PURE__ */ e("li", { children: /* @__PURE__ */ e(W, { href: h.href, color: "ultramarine", children: h.children }, h.href) }, h.href)) }) }),
|
|
8703
|
-
d.links.map((h,
|
|
8689
|
+
d.links.map((h, x) => "name" in h ? /* @__PURE__ */ e(
|
|
8704
8690
|
B1,
|
|
8705
8691
|
{
|
|
8706
8692
|
as: "li",
|
|
@@ -8710,7 +8696,7 @@ const d1 = j(
|
|
|
8710
8696
|
children: h.name
|
|
8711
8697
|
},
|
|
8712
8698
|
iconProps: { size: [10, 14], className: "c-collapse__icon--small" },
|
|
8713
|
-
index: u * (
|
|
8699
|
+
index: u * (x + 1),
|
|
8714
8700
|
btnProps: {
|
|
8715
8701
|
color: "black",
|
|
8716
8702
|
px: "0",
|
|
@@ -8718,21 +8704,21 @@ const d1 = j(
|
|
|
8718
8704
|
},
|
|
8719
8705
|
contentWithBorder: !1,
|
|
8720
8706
|
contentProps: { as: "ul", px: "0", pt: "xxs", pb: "xs" },
|
|
8721
|
-
children: h.links.map((
|
|
8707
|
+
children: h.links.map((v, y) => /* @__PURE__ */ e("li", { children: /* @__PURE__ */ t(
|
|
8722
8708
|
m,
|
|
8723
8709
|
{
|
|
8724
8710
|
as: C,
|
|
8725
|
-
href:
|
|
8711
|
+
href: v.href,
|
|
8726
8712
|
color: "black",
|
|
8727
8713
|
pb: y !== h.links.length - 1 ? "m" : "0",
|
|
8728
8714
|
justifyContent: "between",
|
|
8729
8715
|
alignItems: "center",
|
|
8730
8716
|
children: [
|
|
8731
|
-
/* @__PURE__ */ e(g, { size: "xs", children:
|
|
8717
|
+
/* @__PURE__ */ e(g, { size: "xs", children: v.children }),
|
|
8732
8718
|
/* @__PURE__ */ e(z, { name: "chevron", size: [10, 14] })
|
|
8733
8719
|
]
|
|
8734
8720
|
}
|
|
8735
|
-
) },
|
|
8721
|
+
) }, v.href))
|
|
8736
8722
|
},
|
|
8737
8723
|
h.name
|
|
8738
8724
|
) : /* @__PURE__ */ e("li", { children: /* @__PURE__ */ t(
|
|
@@ -8741,8 +8727,8 @@ const d1 = j(
|
|
|
8741
8727
|
as: C,
|
|
8742
8728
|
href: h.href,
|
|
8743
8729
|
color: "black",
|
|
8744
|
-
pb:
|
|
8745
|
-
...d.links?.some((
|
|
8730
|
+
pb: x !== d.links.length - 1 ? "l" : "0",
|
|
8731
|
+
...d.links?.some((v) => "name" in v) && {
|
|
8746
8732
|
pt: "xs",
|
|
8747
8733
|
pb: "xxs"
|
|
8748
8734
|
},
|
|
@@ -8752,7 +8738,7 @@ const d1 = j(
|
|
|
8752
8738
|
/* @__PURE__ */ e(
|
|
8753
8739
|
g,
|
|
8754
8740
|
{
|
|
8755
|
-
weight: d.categoryLink === h.href || d.links?.some((
|
|
8741
|
+
weight: d.categoryLink === h.href || d.links?.some((v) => "name" in v) ? "semi-bold" : "regular",
|
|
8756
8742
|
children: h.children
|
|
8757
8743
|
}
|
|
8758
8744
|
),
|
|
@@ -8783,8 +8769,8 @@ const d1 = j(
|
|
|
8783
8769
|
) }, d.categoryLink)
|
|
8784
8770
|
)
|
|
8785
8771
|
] }),
|
|
8786
|
-
l && /* @__PURE__ */ e(
|
|
8787
|
-
n && /* @__PURE__ */ e(
|
|
8772
|
+
l && /* @__PURE__ */ e(w, { id: "mbrs-darkmode-container", p: "l", py: "m" }),
|
|
8773
|
+
n && /* @__PURE__ */ e(w, { className: "c-menu__list", children: /* @__PURE__ */ e(
|
|
8788
8774
|
V,
|
|
8789
8775
|
{
|
|
8790
8776
|
iconProps: {
|
|
@@ -8806,7 +8792,7 @@ const d1 = j(
|
|
|
8806
8792
|
)
|
|
8807
8793
|
]
|
|
8808
8794
|
}
|
|
8809
|
-
), F3 = ({ links: a, activeLink: s, ...c }) => /* @__PURE__ */ e(
|
|
8795
|
+
), F3 = ({ links: a, activeLink: s, ...c }) => /* @__PURE__ */ e(w, { className: "c-sub-menu", ...c, children: a.map((l, r) => {
|
|
8810
8796
|
const n = s === l.href;
|
|
8811
8797
|
return /* @__PURE__ */ t(
|
|
8812
8798
|
m,
|
|
@@ -8835,7 +8821,7 @@ const d1 = j(
|
|
|
8835
8821
|
variant: i = "small",
|
|
8836
8822
|
...o
|
|
8837
8823
|
}) => {
|
|
8838
|
-
const d = /* @__PURE__ */ t(
|
|
8824
|
+
const d = /* @__PURE__ */ t(w, { as: "form", color: "white", bg: "ultramarine", px: "m", py: "xxl", className: "c-newsletter__form", children: [
|
|
8839
8825
|
/* @__PURE__ */ e(Z, { as: "h5", size: i === "large" ? "m" : "xxs", textAlign: "center", mb: "l", children: a }),
|
|
8840
8826
|
/* @__PURE__ */ e(
|
|
8841
8827
|
g,
|
|
@@ -8863,14 +8849,14 @@ const d1 = j(
|
|
|
8863
8849
|
}
|
|
8864
8850
|
)
|
|
8865
8851
|
] });
|
|
8866
|
-
return /* @__PURE__ */ e(
|
|
8852
|
+
return /* @__PURE__ */ e(w, { ...o, className: p("c-newsletter", o?.className), children: n && /* @__PURE__ */ t(S, { children: [
|
|
8867
8853
|
/* @__PURE__ */ e(A1, { bg: n }),
|
|
8868
8854
|
d
|
|
8869
8855
|
] }) });
|
|
8870
8856
|
}, T3 = ({
|
|
8871
8857
|
items: a,
|
|
8872
8858
|
...s
|
|
8873
|
-
}) => !a || a.length === 0 ? null : /* @__PURE__ */ e(
|
|
8859
|
+
}) => !a || a.length === 0 ? null : /* @__PURE__ */ e(w, { ...s, as: "ol", className: "c-ordered-list-with-number", children: a.map((c) => /* @__PURE__ */ e(g, { as: "li", className: "c-ordered-list-with-number__item", size: "xl", children: c.text }, c.id)) }), D3 = ({
|
|
8874
8860
|
totalArticles: a,
|
|
8875
8861
|
currentPage: s,
|
|
8876
8862
|
pagePath: c,
|
|
@@ -8884,8 +8870,8 @@ const d1 = j(
|
|
|
8884
8870
|
percentage: a,
|
|
8885
8871
|
progressBarClassName: s,
|
|
8886
8872
|
...c
|
|
8887
|
-
}) => /* @__PURE__ */ e(
|
|
8888
|
-
|
|
8873
|
+
}) => /* @__PURE__ */ e(w, { ...c, bg: "white", className: p("c-percentage-bar", c?.className), children: /* @__PURE__ */ e(
|
|
8874
|
+
w,
|
|
8889
8875
|
{
|
|
8890
8876
|
bg: "ultramarine",
|
|
8891
8877
|
className: p("c-percentage-bar__progress-bar", s),
|
|
@@ -8909,7 +8895,7 @@ const d1 = j(
|
|
|
8909
8895
|
)
|
|
8910
8896
|
}
|
|
8911
8897
|
) }), R3 = ({ content: a, ...s }) => /* @__PURE__ */ e(
|
|
8912
|
-
|
|
8898
|
+
w,
|
|
8913
8899
|
{
|
|
8914
8900
|
...s,
|
|
8915
8901
|
className: p("c-prose", s?.className),
|
|
@@ -8927,8 +8913,8 @@ const d1 = j(
|
|
|
8927
8913
|
reactListItemThemeColor: d,
|
|
8928
8914
|
userReaction: u,
|
|
8929
8915
|
variant: h,
|
|
8930
|
-
layout:
|
|
8931
|
-
contentId:
|
|
8916
|
+
layout: x,
|
|
8917
|
+
contentId: v,
|
|
8932
8918
|
contentLegacyId: y,
|
|
8933
8919
|
...b
|
|
8934
8920
|
}) => {
|
|
@@ -8959,7 +8945,7 @@ const d1 = j(
|
|
|
8959
8945
|
};
|
|
8960
8946
|
}
|
|
8961
8947
|
}, 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(
|
|
8962
|
-
|
|
8948
|
+
w,
|
|
8963
8949
|
{
|
|
8964
8950
|
as: "li",
|
|
8965
8951
|
className: p("c-react-button__list-item", {
|
|
@@ -9002,8 +8988,8 @@ const d1 = j(
|
|
|
9002
8988
|
...n,
|
|
9003
8989
|
ariaLabel: "Reagir au contenu",
|
|
9004
8990
|
iconProps: { name: "thumb", "aria-hidden": !0, ...N() },
|
|
9005
|
-
"aria-describedby":
|
|
9006
|
-
children:
|
|
8991
|
+
"aria-describedby": x === _.DESKTOP ? `react-tooltip-${y || v}` : void 0,
|
|
8992
|
+
children: x === _.DESKTOP && /* @__PURE__ */ e(t1, { id: `react-tooltip-${y || v}`, text: "Réagir" })
|
|
9007
8993
|
}
|
|
9008
8994
|
),
|
|
9009
8995
|
h === "card" && /* @__PURE__ */ t(S, { children: [
|
|
@@ -9095,7 +9081,7 @@ const d1 = j(
|
|
|
9095
9081
|
ariaLabel: r,
|
|
9096
9082
|
...n
|
|
9097
9083
|
}) => /* @__PURE__ */ t(
|
|
9098
|
-
|
|
9084
|
+
w,
|
|
9099
9085
|
{
|
|
9100
9086
|
...n,
|
|
9101
9087
|
as: "form",
|
|
@@ -9231,27 +9217,27 @@ const d1 = j(
|
|
|
9231
9217
|
media: r,
|
|
9232
9218
|
facebookAppId: n
|
|
9233
9219
|
};
|
|
9234
|
-
return /* @__PURE__ */ e(
|
|
9235
|
-
const
|
|
9220
|
+
return /* @__PURE__ */ e(w, { p: "xxs-2", ...o, className: p("c-share-bar", i), radius: "m", children: /* @__PURE__ */ e(m, { as: "ul", className: "c-share-bar__list", gap: "xxs", alignItems: "center", children: d.map((h) => {
|
|
9221
|
+
const x = S0[h], v = /* @__PURE__ */ e(z, { name: B0[h], size: 18, className: "c-share-bar__icon" });
|
|
9236
9222
|
return h === "print" ? /* @__PURE__ */ e("li", { className: "c-share-bar__item", children: /* @__PURE__ */ e(
|
|
9237
9223
|
"button",
|
|
9238
9224
|
{
|
|
9239
9225
|
type: "button",
|
|
9240
9226
|
className: "c-share-bar__button c-share-bar__button--print",
|
|
9241
|
-
"aria-label":
|
|
9227
|
+
"aria-label": x,
|
|
9242
9228
|
onClick: () => window.print(),
|
|
9243
|
-
children:
|
|
9229
|
+
children: v
|
|
9244
9230
|
}
|
|
9245
9231
|
) }, h) : /* @__PURE__ */ e("li", { className: "c-share-bar__item", children: /* @__PURE__ */ e(
|
|
9246
9232
|
"a",
|
|
9247
9233
|
{
|
|
9248
9234
|
href: H0(h, u),
|
|
9249
9235
|
className: p("c-share-bar__button", `c-share-bar__button--${h}`),
|
|
9250
|
-
"aria-label":
|
|
9236
|
+
"aria-label": x,
|
|
9251
9237
|
onClick: h === "email" ? void 0 : $0,
|
|
9252
9238
|
rel: h === "email" ? void 0 : "noopener noreferrer",
|
|
9253
9239
|
target: h === "email" ? void 0 : "_blank",
|
|
9254
|
-
children:
|
|
9240
|
+
children: v
|
|
9255
9241
|
}
|
|
9256
9242
|
) }, h);
|
|
9257
9243
|
}) }) });
|
|
@@ -9270,7 +9256,7 @@ const d1 = j(
|
|
|
9270
9256
|
/* @__PURE__ */ e(z, { name: "video-outlined", size: 13, mr: "xxs" }),
|
|
9271
9257
|
r.children
|
|
9272
9258
|
] }) }) : void 0;
|
|
9273
|
-
return /* @__PURE__ */ t(
|
|
9259
|
+
return /* @__PURE__ */ t(w, { as: "section", ...n, className: "c-show-cover", children: [
|
|
9274
9260
|
/* @__PURE__ */ e(
|
|
9275
9261
|
"img",
|
|
9276
9262
|
{
|
|
@@ -9283,7 +9269,7 @@ const d1 = j(
|
|
|
9283
9269
|
l === _.DESKTOP ? /* @__PURE__ */ e(m, { as: "section", className: "c-show-cover__content o-page-wrap", color: "white", children: /* @__PURE__ */ t(I, { as: "section", basis: 50, children: [
|
|
9284
9270
|
i,
|
|
9285
9271
|
o
|
|
9286
|
-
] }) }) : /* @__PURE__ */ t(
|
|
9272
|
+
] }) }) : /* @__PURE__ */ t(w, { as: "section", color: "white", px: "m", className: "c-show-cover__content", children: [
|
|
9287
9273
|
i,
|
|
9288
9274
|
o && /* @__PURE__ */ e(m, { justifyContent: "center", children: o })
|
|
9289
9275
|
] })
|
|
@@ -9300,9 +9286,9 @@ const d1 = j(
|
|
|
9300
9286
|
disableAvatar: d = !1,
|
|
9301
9287
|
themeColor: u,
|
|
9302
9288
|
sponsor: h,
|
|
9303
|
-
...
|
|
9289
|
+
...x
|
|
9304
9290
|
}) => {
|
|
9305
|
-
const
|
|
9291
|
+
const v = /* @__PURE__ */ t(m, { ...x, as: "address", alignItems: "start", gap: "s", children: [
|
|
9306
9292
|
!d && /* @__PURE__ */ e(Q2, { avatars: a, themeColor: u }),
|
|
9307
9293
|
/* @__PURE__ */ t(I, { grow: 1, align: r ? "start" : "center", children: [
|
|
9308
9294
|
o ? /* @__PURE__ */ e("div", { children: /* @__PURE__ */ e(g, { as: "span", size: "s", weight: "bold", px: "xxs", bg: "sponsoring", color: "grey-900", children: s }) }) : /* @__PURE__ */ e(g, { size: "s", weight: "bold", children: s }),
|
|
@@ -9319,7 +9305,7 @@ const d1 = j(
|
|
|
9319
9305
|
] }),
|
|
9320
9306
|
h && c === _.MOBILE && /* @__PURE__ */ e(X, { sponsor: h, size: "xxs" })
|
|
9321
9307
|
] });
|
|
9322
|
-
return i ? /* @__PURE__ */ e("a", { href: i, children:
|
|
9308
|
+
return i ? /* @__PURE__ */ e("a", { href: i, children: v }) : v;
|
|
9323
9309
|
}, q3 = ({ installButton: a, closeButton: s }) => /* @__PURE__ */ t(m, { className: "c-smart-banner", alignItems: "center", gap: "xs", bg: "ultramarine", color: "white", children: [
|
|
9324
9310
|
/* @__PURE__ */ e(
|
|
9325
9311
|
V,
|
|
@@ -9412,8 +9398,8 @@ const d1 = j(
|
|
|
9412
9398
|
contentModel: d,
|
|
9413
9399
|
contentLink: u,
|
|
9414
9400
|
withReport: h = !0,
|
|
9415
|
-
withChatbotButton:
|
|
9416
|
-
commentAnchor:
|
|
9401
|
+
withChatbotButton: x = !1,
|
|
9402
|
+
commentAnchor: v,
|
|
9417
9403
|
disableComment: y,
|
|
9418
9404
|
blockVariant: b,
|
|
9419
9405
|
reactListItems: f,
|
|
@@ -9434,8 +9420,8 @@ const d1 = j(
|
|
|
9434
9420
|
countBg: n,
|
|
9435
9421
|
countStyle: M1(l),
|
|
9436
9422
|
...l === "horizontal" && { id: "mbrs-social-comment-container" },
|
|
9437
|
-
...l !== "card" && { anchor:
|
|
9438
|
-
...l === "card" && u && { link: `${u}#${
|
|
9423
|
+
...l !== "card" && { anchor: v },
|
|
9424
|
+
...l === "card" && u && { link: `${u}#${v}` },
|
|
9439
9425
|
color: b === "blue-grey" ? "white" : "black",
|
|
9440
9426
|
"aria-describedby": M === _.DESKTOP ? `comment-tooltip-${o || i}` : void 0,
|
|
9441
9427
|
children: M === _.DESKTOP && /* @__PURE__ */ e(t1, { id: `comment-tooltip-${o || i}`, text: "Commenter" })
|
|
@@ -9531,7 +9517,7 @@ const d1 = j(
|
|
|
9531
9517
|
}
|
|
9532
9518
|
)
|
|
9533
9519
|
}
|
|
9534
|
-
), J =
|
|
9520
|
+
), J = x && /* @__PURE__ */ e(
|
|
9535
9521
|
e1,
|
|
9536
9522
|
{
|
|
9537
9523
|
role: "button",
|
|
@@ -9571,7 +9557,7 @@ const d1 = j(
|
|
|
9571
9557
|
"aria-label": "Ouvrir le menu des actions",
|
|
9572
9558
|
"data-a11y-dialog-show": "dialog-social-bar"
|
|
9573
9559
|
}
|
|
9574
|
-
), V1 = (h ||
|
|
9560
|
+
), V1 = (h || x || !!o) && /* @__PURE__ */ e(R1, {}), H1 = l === "horizontal" && x, h1 = j1(H, "mbrs-social-comment-container-modal"), _1 = j1(P, "mbrs-social-share-container-modal"), m1 = j1(J, "mbrs-social-chatbot-container-modal"), z1 = () => {
|
|
9575
9561
|
switch (l) {
|
|
9576
9562
|
case "card":
|
|
9577
9563
|
return /* @__PURE__ */ t(S, { children: [
|
|
@@ -9582,7 +9568,7 @@ const d1 = j(
|
|
|
9582
9568
|
L && /* @__PURE__ */ e("li", { children: L })
|
|
9583
9569
|
] });
|
|
9584
9570
|
case "horizontal":
|
|
9585
|
-
return
|
|
9571
|
+
return x ? /* @__PURE__ */ t(S, { children: [
|
|
9586
9572
|
H && /* @__PURE__ */ e("li", { children: H }),
|
|
9587
9573
|
k && /* @__PURE__ */ e("li", { children: k }),
|
|
9588
9574
|
/* @__PURE__ */ e("li", { children: l1 }),
|
|
@@ -9615,7 +9601,7 @@ const d1 = j(
|
|
|
9615
9601
|
as: "ul",
|
|
9616
9602
|
...B,
|
|
9617
9603
|
alignItems: "center",
|
|
9618
|
-
gap: l === "horizontal" &&
|
|
9604
|
+
gap: l === "horizontal" && x ? "s" : l === "card" ? "xxs" : "xl",
|
|
9619
9605
|
direction: l === "vertical" ? "column" : "row",
|
|
9620
9606
|
justifyContent: l === "card" ? "between" : void 0,
|
|
9621
9607
|
className: p(
|
|
@@ -9691,7 +9677,7 @@ const d1 = j(
|
|
|
9691
9677
|
return null;
|
|
9692
9678
|
const n = typeof s == "string" ? new Date(s) : s, i = U(() => F0(n, a), [n, a]), o = i.map((h) => h.isActive).lastIndexOf(!0), d = o >= 0 ? (o + 1) / 7 * 100 : 0, u = a > 1 ? "jours" : "jour";
|
|
9693
9679
|
return /* @__PURE__ */ t(
|
|
9694
|
-
|
|
9680
|
+
w,
|
|
9695
9681
|
{
|
|
9696
9682
|
...r,
|
|
9697
9683
|
className: p("c-streak-block", r?.className),
|
|
@@ -9796,7 +9782,7 @@ const d1 = j(
|
|
|
9796
9782
|
pt: "xxl",
|
|
9797
9783
|
pb: "xl",
|
|
9798
9784
|
children: /* @__PURE__ */ t(m, { className: "c-sub-menu__container", gap: "l", children: [
|
|
9799
|
-
/* @__PURE__ */ t(
|
|
9785
|
+
/* @__PURE__ */ t(w, { className: "c-sub-menu__left", children: [
|
|
9800
9786
|
/* @__PURE__ */ t(
|
|
9801
9787
|
m,
|
|
9802
9788
|
{
|
|
@@ -9894,9 +9880,9 @@ const d1 = j(
|
|
|
9894
9880
|
if (!s?.length)
|
|
9895
9881
|
return null;
|
|
9896
9882
|
const l = a ? s[0] : null, r = a ? s.slice(1) : s;
|
|
9897
|
-
return /* @__PURE__ */ t(
|
|
9898
|
-
a && l && /* @__PURE__ */ e("thead", { children: /* @__PURE__ */ e("tr", { children: l.map((n, i) => /* @__PURE__ */ e(
|
|
9899
|
-
/* @__PURE__ */ e("tbody", { children: r.map((n, i) => /* @__PURE__ */ e("tr", { children: n.map((o, d) => /* @__PURE__ */ e(
|
|
9883
|
+
return /* @__PURE__ */ t(w, { as: "table", ...c, children: [
|
|
9884
|
+
a && l && /* @__PURE__ */ e("thead", { children: /* @__PURE__ */ e("tr", { children: l.map((n, i) => /* @__PURE__ */ e(w, { as: "th", p: "s", children: n }, i)) }) }),
|
|
9885
|
+
/* @__PURE__ */ e("tbody", { children: r.map((n, i) => /* @__PURE__ */ e("tr", { children: n.map((o, d) => /* @__PURE__ */ e(w, { as: "td", p: "s", children: o }, d)) }, i)) })
|
|
9900
9886
|
] });
|
|
9901
9887
|
}, g2 = ({
|
|
9902
9888
|
tabItems: a,
|
|
@@ -9907,20 +9893,21 @@ const d1 = j(
|
|
|
9907
9893
|
className: n,
|
|
9908
9894
|
tabProps: i,
|
|
9909
9895
|
tabTitlesColor: o,
|
|
9910
|
-
|
|
9896
|
+
isScrollable: d,
|
|
9897
|
+
...u
|
|
9911
9898
|
}) => {
|
|
9912
|
-
const
|
|
9899
|
+
const h = a.filter(
|
|
9913
9900
|
({ content: v }) => Array.isArray(v) ? v.length > 0 : !!v
|
|
9914
9901
|
);
|
|
9915
|
-
if (
|
|
9902
|
+
if (h.length === 0)
|
|
9916
9903
|
return null;
|
|
9917
|
-
const
|
|
9904
|
+
const x = l || h[0].name;
|
|
9918
9905
|
return /* @__PURE__ */ t(
|
|
9919
|
-
|
|
9906
|
+
w,
|
|
9920
9907
|
{
|
|
9921
9908
|
className: p(n, "js-tabs", { "c-tabs-fit-container": c }),
|
|
9922
9909
|
"data-tabs-name": s,
|
|
9923
|
-
...
|
|
9910
|
+
...u,
|
|
9924
9911
|
children: [
|
|
9925
9912
|
/* @__PURE__ */ e(
|
|
9926
9913
|
m,
|
|
@@ -9930,13 +9917,13 @@ const d1 = j(
|
|
|
9930
9917
|
mb: "l",
|
|
9931
9918
|
gap: r === "primary" ? "l" : void 0,
|
|
9932
9919
|
...i,
|
|
9933
|
-
children:
|
|
9920
|
+
children: h.map((v) => /* @__PURE__ */ e(
|
|
9934
9921
|
G2,
|
|
9935
9922
|
{
|
|
9936
9923
|
name: v.name,
|
|
9937
9924
|
variant: r,
|
|
9938
|
-
isSelected:
|
|
9939
|
-
tabIndex:
|
|
9925
|
+
isSelected: x === v.name,
|
|
9926
|
+
tabIndex: x === v.name ? 0 : -1,
|
|
9940
9927
|
tabColor: v.tabColor,
|
|
9941
9928
|
isNoWrap: v.isNoWrap,
|
|
9942
9929
|
color: o,
|
|
@@ -9946,12 +9933,15 @@ const d1 = j(
|
|
|
9946
9933
|
))
|
|
9947
9934
|
}
|
|
9948
9935
|
),
|
|
9949
|
-
|
|
9936
|
+
h.map((v) => /* @__PURE__ */ e(
|
|
9950
9937
|
W2,
|
|
9951
9938
|
{
|
|
9952
|
-
className: p({
|
|
9939
|
+
className: p({
|
|
9940
|
+
"c-tabs-fit-container__panel": c,
|
|
9941
|
+
"c-tabpanel--scrollable": d
|
|
9942
|
+
}),
|
|
9953
9943
|
name: v.name,
|
|
9954
|
-
isHidden:
|
|
9944
|
+
isHidden: x !== v.name,
|
|
9955
9945
|
children: v.content
|
|
9956
9946
|
},
|
|
9957
9947
|
v.name
|
|
@@ -9986,14 +9976,14 @@ const d1 = j(
|
|
|
9986
9976
|
isSquare: n = !1,
|
|
9987
9977
|
...i
|
|
9988
9978
|
}) => {
|
|
9989
|
-
const o = /* @__PURE__ */ e(z, { ...s }), { bg: d, selectedBg: u, color: h, selectedColor:
|
|
9979
|
+
const o = /* @__PURE__ */ e(z, { ...s }), { bg: d, selectedBg: u, color: h, selectedColor: x, type: v, ...y } = r ?? {};
|
|
9990
9980
|
return /* @__PURE__ */ t(
|
|
9991
9981
|
m,
|
|
9992
9982
|
{
|
|
9993
9983
|
...i,
|
|
9994
9984
|
className: p("c-tiles", i.className, {
|
|
9995
9985
|
[`c-tiles--selected-bg-${u}`]: u,
|
|
9996
|
-
[`c-tiles--selected-color-${
|
|
9986
|
+
[`c-tiles--selected-color-${x}`]: x,
|
|
9997
9987
|
"c-tiles--square": n
|
|
9998
9988
|
}),
|
|
9999
9989
|
...r && {
|
|
@@ -10012,7 +10002,7 @@ const d1 = j(
|
|
|
10012
10002
|
bg: d || "ultramarine",
|
|
10013
10003
|
color: h || "white",
|
|
10014
10004
|
children: [
|
|
10015
|
-
!!r && /* @__PURE__ */ e("input", { className: "u-hidden", type:
|
|
10005
|
+
!!r && /* @__PURE__ */ e("input", { className: "u-hidden", type: v ?? "checkbox", ...y }),
|
|
10016
10006
|
l ? /* @__PURE__ */ t(m, { alignItems: "center", gap: "xxs-2", children: [
|
|
10017
10007
|
/* @__PURE__ */ e(z, { name: "dot", color: "red", size: 8 }),
|
|
10018
10008
|
o
|
|
@@ -10043,9 +10033,9 @@ const d1 = j(
|
|
|
10043
10033
|
}
|
|
10044
10034
|
),
|
|
10045
10035
|
/* @__PURE__ */ t(m, { as: "section", className: "c-timeline__content", flexGrow: 1, justifyContent: "between", children: [
|
|
10046
|
-
/* @__PURE__ */ e(
|
|
10036
|
+
/* @__PURE__ */ e(w, { className: "c-timeline__line", bg: "grey-300" }),
|
|
10047
10037
|
/* @__PURE__ */ e(
|
|
10048
|
-
|
|
10038
|
+
w,
|
|
10049
10039
|
{
|
|
10050
10040
|
bg: "ultramarine",
|
|
10051
10041
|
className: p("c-timeline__progress-bar", {
|
|
@@ -10115,9 +10105,9 @@ const d1 = j(
|
|
|
10115
10105
|
/* @__PURE__ */ e(g, { as: "span", color: "ultramarine", className: "break-word", children: c.name })
|
|
10116
10106
|
] })
|
|
10117
10107
|
] }),
|
|
10118
|
-
!!r && /* @__PURE__ */ e(
|
|
10108
|
+
!!r && /* @__PURE__ */ e(w, { p: "m", children: /* @__PURE__ */ e(N2, { ...r, iconProps: { name: "info" }, fill: !0, variant: "warning" }) }),
|
|
10119
10109
|
l && l.totalDays >= 1 && /* @__PURE__ */ e(A0, { ...l, mx: "m", mt: "m" }),
|
|
10120
|
-
/* @__PURE__ */ e(
|
|
10110
|
+
/* @__PURE__ */ e(w, { mx: "m", mt: "l", mb: "xl", children: s.map((n, i) => /* @__PURE__ */ t(
|
|
10121
10111
|
m,
|
|
10122
10112
|
{
|
|
10123
10113
|
as: C,
|
|
@@ -10152,8 +10142,8 @@ const d1 = j(
|
|
|
10152
10142
|
className: u,
|
|
10153
10143
|
...h
|
|
10154
10144
|
}) => {
|
|
10155
|
-
const
|
|
10156
|
-
|
|
10145
|
+
const x = /* @__PURE__ */ t(
|
|
10146
|
+
w,
|
|
10157
10147
|
{
|
|
10158
10148
|
className: p("c-elections-result__header", {
|
|
10159
10149
|
"c-elections-result__header--has-big-line-height": l?.status,
|
|
@@ -10173,7 +10163,7 @@ const d1 = j(
|
|
|
10173
10163
|
a
|
|
10174
10164
|
]
|
|
10175
10165
|
}
|
|
10176
|
-
),
|
|
10166
|
+
), v = l?.avatarUrl ? /* @__PURE__ */ e(
|
|
10177
10167
|
b1,
|
|
10178
10168
|
{
|
|
10179
10169
|
img: l?.avatarUrl,
|
|
@@ -10191,9 +10181,9 @@ const d1 = j(
|
|
|
10191
10181
|
}
|
|
10192
10182
|
), y = /* @__PURE__ */ t(S, { children: [
|
|
10193
10183
|
d && s === _.MOBILE ? /* @__PURE__ */ t(m, { children: [
|
|
10194
|
-
|
|
10195
|
-
|
|
10196
|
-
] }) :
|
|
10184
|
+
v,
|
|
10185
|
+
x
|
|
10186
|
+
] }) : x,
|
|
10197
10187
|
(c || c === 0) && /* @__PURE__ */ e(
|
|
10198
10188
|
k0,
|
|
10199
10189
|
{
|
|
@@ -10259,10 +10249,10 @@ const d1 = j(
|
|
|
10259
10249
|
children: i
|
|
10260
10250
|
}
|
|
10261
10251
|
),
|
|
10262
|
-
d && s === _.DESKTOP &&
|
|
10252
|
+
d && s === _.DESKTOP && v
|
|
10263
10253
|
] }), f = d || i;
|
|
10264
10254
|
return /* @__PURE__ */ e(
|
|
10265
|
-
|
|
10255
|
+
w,
|
|
10266
10256
|
{
|
|
10267
10257
|
...h,
|
|
10268
10258
|
className: p("c-elections-result", u),
|
|
@@ -10331,7 +10321,7 @@ const d1 = j(
|
|
|
10331
10321
|
socialIcons: l,
|
|
10332
10322
|
archives: r,
|
|
10333
10323
|
links: n
|
|
10334
|
-
}) => /* @__PURE__ */ t(
|
|
10324
|
+
}) => /* @__PURE__ */ t(w, { as: "footer", id: "footer", className: "c-footer", bg: c || "ultramarine", children: [
|
|
10335
10325
|
/* @__PURE__ */ t(
|
|
10336
10326
|
m,
|
|
10337
10327
|
{
|
|
@@ -10419,7 +10409,7 @@ const d1 = j(
|
|
|
10419
10409
|
children: i.links[0].children
|
|
10420
10410
|
}
|
|
10421
10411
|
),
|
|
10422
|
-
/* @__PURE__ */ e("ul", { children: i.links.slice(1).map((o, d, u) => /* @__PURE__ */ e(
|
|
10412
|
+
/* @__PURE__ */ e("ul", { children: i.links.slice(1).map((o, d, u) => /* @__PURE__ */ e(w, { as: "li", mb: d < u.length - 1 ? "xs" : void 0, children: /* @__PURE__ */ e(C, { ...o, color: "white" }) }, o.href)) })
|
|
10423
10413
|
] }, i.name)
|
|
10424
10414
|
)
|
|
10425
10415
|
}
|
|
@@ -10453,7 +10443,7 @@ const d1 = j(
|
|
|
10453
10443
|
links: r,
|
|
10454
10444
|
showApps: n = !0
|
|
10455
10445
|
}) => /* @__PURE__ */ t(
|
|
10456
|
-
|
|
10446
|
+
w,
|
|
10457
10447
|
{
|
|
10458
10448
|
as: "footer",
|
|
10459
10449
|
id: "footer",
|
|
@@ -10529,7 +10519,7 @@ const d1 = j(
|
|
|
10529
10519
|
] }) : void 0,
|
|
10530
10520
|
/* @__PURE__ */ e(x2, { socialIcons: l, themeColor: c, my: "xl", mx: "m" }),
|
|
10531
10521
|
/* @__PURE__ */ e(E, { color: "grey-200" }),
|
|
10532
|
-
/* @__PURE__ */ t(
|
|
10522
|
+
/* @__PURE__ */ t(w, { as: "section", className: "c-footer-mobile__bottom", px: "m", pt: "xl", pb: "xxl-2", children: [
|
|
10533
10523
|
/* @__PURE__ */ e(v2, { links: r, gapX: "s", mb: "xl" }),
|
|
10534
10524
|
/* @__PURE__ */ e("strong", { children: "© Copyright 20 Minutes" }),
|
|
10535
10525
|
/* @__PURE__ */ e(g, { mt: "xs", children: "La fréquentation de 20 Minutes est certifiée par l‘ACPM" })
|
|
@@ -10591,7 +10581,7 @@ const P0 = {
|
|
|
10591
10581
|
}
|
|
10592
10582
|
) });
|
|
10593
10583
|
return /* @__PURE__ */ e(
|
|
10594
|
-
|
|
10584
|
+
w,
|
|
10595
10585
|
{
|
|
10596
10586
|
className: p("c-header", {
|
|
10597
10587
|
[`c-header--theme-${n || "ultramarine"}`]: !!n || "ultramarine"
|
|
@@ -10725,7 +10715,7 @@ const P0 = {
|
|
|
10725
10715
|
children: /* @__PURE__ */ e(z, { size: 20, name: "home" })
|
|
10726
10716
|
}
|
|
10727
10717
|
) }),
|
|
10728
|
-
l.map((h,
|
|
10718
|
+
l.map((h, x) => /* @__PURE__ */ t(
|
|
10729
10719
|
"li",
|
|
10730
10720
|
{
|
|
10731
10721
|
className: p("c-header__link-and-submenu-container", {
|
|
@@ -10743,7 +10733,7 @@ const P0 = {
|
|
|
10743
10733
|
"c-header__link--is-active": h.isActive
|
|
10744
10734
|
}),
|
|
10745
10735
|
size: "m",
|
|
10746
|
-
pl:
|
|
10736
|
+
pl: x === 0 ? "s" : "m",
|
|
10747
10737
|
pr: "m",
|
|
10748
10738
|
children: h.name
|
|
10749
10739
|
}
|
|
@@ -10882,18 +10872,18 @@ const P0 = {
|
|
|
10882
10872
|
seeMoreLinkBoxProps: i,
|
|
10883
10873
|
...o
|
|
10884
10874
|
}) => {
|
|
10885
|
-
const d = (
|
|
10886
|
-
...
|
|
10875
|
+
const d = (x, v) => x.slice(0, v), h = a.map((x) => ({
|
|
10876
|
+
...x,
|
|
10887
10877
|
body: d(
|
|
10888
|
-
|
|
10889
|
-
s === _.DESKTOP ?
|
|
10878
|
+
x.body,
|
|
10879
|
+
s === _.DESKTOP ? x.name === "le-direct" && 25 || 10 : 5
|
|
10890
10880
|
)
|
|
10891
|
-
})).filter((
|
|
10892
|
-
const
|
|
10881
|
+
})).filter((x) => x.body && x.body.length > 0).map((x) => {
|
|
10882
|
+
const v = x.name === "le-direct";
|
|
10893
10883
|
return {
|
|
10894
|
-
name:
|
|
10895
|
-
title:
|
|
10896
|
-
tabColor:
|
|
10884
|
+
name: x.name,
|
|
10885
|
+
title: x.title,
|
|
10886
|
+
tabColor: x.tabColor,
|
|
10897
10887
|
content: /* @__PURE__ */ t(S, { children: [
|
|
10898
10888
|
/* @__PURE__ */ e(
|
|
10899
10889
|
"div",
|
|
@@ -10902,8 +10892,8 @@ const P0 = {
|
|
|
10902
10892
|
"c-most-read-articles-is-scrollable": r && s === _.DESKTOP,
|
|
10903
10893
|
"c-most-read-articles-fit-container": c && s === _.DESKTOP
|
|
10904
10894
|
}),
|
|
10905
|
-
children: /* @__PURE__ */ e("div", { children:
|
|
10906
|
-
|
|
10895
|
+
children: /* @__PURE__ */ e("div", { children: x.body.map((y, b) => /* @__PURE__ */ t(Y.Fragment, { children: [
|
|
10896
|
+
v ? /* @__PURE__ */ e(
|
|
10907
10897
|
o2,
|
|
10908
10898
|
{
|
|
10909
10899
|
link: y.url,
|
|
@@ -10917,7 +10907,7 @@ const P0 = {
|
|
|
10917
10907
|
cartridge: y.cartridge
|
|
10918
10908
|
},
|
|
10919
10909
|
layout: s,
|
|
10920
|
-
mr: r && s === _.DESKTOP &&
|
|
10910
|
+
mr: r && s === _.DESKTOP && x.body.length > 3 ? "s" : void 0
|
|
10921
10911
|
}
|
|
10922
10912
|
) : /* @__PURE__ */ e(
|
|
10923
10913
|
t0,
|
|
@@ -10937,7 +10927,7 @@ const P0 = {
|
|
|
10937
10927
|
variant: "small"
|
|
10938
10928
|
}
|
|
10939
10929
|
),
|
|
10940
|
-
b !==
|
|
10930
|
+
b !== x.body.length - 1 && /* @__PURE__ */ e(E, { color: "grey-200", my: "s" })
|
|
10941
10931
|
] }, y.title)) })
|
|
10942
10932
|
}
|
|
10943
10933
|
),
|
|
@@ -10946,7 +10936,7 @@ const P0 = {
|
|
|
10946
10936
|
{
|
|
10947
10937
|
buttonColor: "primary",
|
|
10948
10938
|
variant: "outlined",
|
|
10949
|
-
...
|
|
10939
|
+
...v ? {
|
|
10950
10940
|
href: "https://www.20minutes.fr/actus",
|
|
10951
10941
|
children: "Suivre l'info en direct"
|
|
10952
10942
|
} : {
|
|
@@ -10976,7 +10966,7 @@ const P0 = {
|
|
|
10976
10966
|
tabTitlesColor: n,
|
|
10977
10967
|
...i
|
|
10978
10968
|
}) => {
|
|
10979
|
-
const o = (h,
|
|
10969
|
+
const o = (h, x) => h.slice(0, x), u = a.map((h) => ({
|
|
10980
10970
|
...h,
|
|
10981
10971
|
body: o(h.body, s === _.DESKTOP ? 10 : 5)
|
|
10982
10972
|
})).filter((h) => h.body && h.body.length > 0).map((h) => ({
|
|
@@ -10991,14 +10981,14 @@ const P0 = {
|
|
|
10991
10981
|
"c-most-read-articles-is-scrollable": r && s === _.DESKTOP,
|
|
10992
10982
|
"c-most-read-articles-fit-container": c && s === _.DESKTOP
|
|
10993
10983
|
}),
|
|
10994
|
-
children: h.body.map((
|
|
10984
|
+
children: h.body.map((x, v) => /* @__PURE__ */ t(Y.Fragment, { children: [
|
|
10995
10985
|
/* @__PURE__ */ e(
|
|
10996
10986
|
o0,
|
|
10997
10987
|
{
|
|
10998
|
-
link:
|
|
10999
|
-
title:
|
|
10988
|
+
link: x.url,
|
|
10989
|
+
title: x.title,
|
|
11000
10990
|
cardImageProps: {
|
|
11001
|
-
cover:
|
|
10991
|
+
cover: x.cover
|
|
11002
10992
|
},
|
|
11003
10993
|
cardTitleProps: {
|
|
11004
10994
|
size: "xxs-2"
|
|
@@ -11006,8 +10996,8 @@ const P0 = {
|
|
|
11006
10996
|
mr: r && s === _.DESKTOP ? "s" : void 0
|
|
11007
10997
|
}
|
|
11008
10998
|
),
|
|
11009
|
-
|
|
11010
|
-
] },
|
|
10999
|
+
v !== h.body.length - 1 && /* @__PURE__ */ e(E, { color: "grey-200", my: "s" })
|
|
11000
|
+
] }, x.title))
|
|
11011
11001
|
}
|
|
11012
11002
|
),
|
|
11013
11003
|
h.seeMoreLink && /* @__PURE__ */ e(m, { mt: "xl", justifyContent: "center", children: /* @__PURE__ */ e(C, { buttonColor: "primary", variant: "outlined", ...h.seeMoreLink }) })
|
|
@@ -11062,13 +11052,13 @@ const P0 = {
|
|
|
11062
11052
|
{
|
|
11063
11053
|
"c-overview-bar__article--has-stepper": c
|
|
11064
11054
|
}
|
|
11065
|
-
), d = /* @__PURE__ */ e(d1, { layout: s, itemsGap: "m", hasSpaceAroundButtons: !0, children: a.map((h,
|
|
11055
|
+
), d = /* @__PURE__ */ e(d1, { layout: s, itemsGap: "m", hasSpaceAroundButtons: !0, children: a.map((h, x) => l === "product" && h.cardHeaderProps?.headline?.text ? /* @__PURE__ */ e(
|
|
11066
11056
|
I,
|
|
11067
11057
|
{
|
|
11068
11058
|
grow: 0,
|
|
11069
11059
|
shrink: 0,
|
|
11070
11060
|
className: o,
|
|
11071
|
-
pl: { xs:
|
|
11061
|
+
pl: { xs: x === 0 ? "m" : "0", md: "0" },
|
|
11072
11062
|
children: /* @__PURE__ */ e(
|
|
11073
11063
|
r0,
|
|
11074
11064
|
{
|
|
@@ -11088,7 +11078,7 @@ const P0 = {
|
|
|
11088
11078
|
grow: 0,
|
|
11089
11079
|
shrink: 0,
|
|
11090
11080
|
className: o,
|
|
11091
|
-
pl: { xs:
|
|
11081
|
+
pl: { xs: x === 0 ? "m" : "0", md: "0" },
|
|
11092
11082
|
children: /* @__PURE__ */ e(
|
|
11093
11083
|
d2,
|
|
11094
11084
|
{
|
|
@@ -11108,13 +11098,13 @@ const P0 = {
|
|
|
11108
11098
|
s === _.DESKTOP ? /* @__PURE__ */ t(m, { alignItems: "center", py: "xs", px: "m", className: "c-overview-bar", children: [
|
|
11109
11099
|
i,
|
|
11110
11100
|
d
|
|
11111
|
-
] }) : /* @__PURE__ */ t(
|
|
11101
|
+
] }) : /* @__PURE__ */ t(w, { py: "xs", className: "c-overview-bar", children: [
|
|
11112
11102
|
i,
|
|
11113
11103
|
d
|
|
11114
11104
|
] }),
|
|
11115
11105
|
c && s === _.MOBILE && /* @__PURE__ */ e(K2, { items: u, mt: "s" })
|
|
11116
11106
|
] });
|
|
11117
|
-
}, c4 = ({ medias: a, ...s }) => !a || a.length === 0 ? null : /* @__PURE__ */ e(
|
|
11107
|
+
}, c4 = ({ medias: a, ...s }) => !a || a.length === 0 ? null : /* @__PURE__ */ e(w, { ...s, className: "pswp-gallery", id: "photoswipe-gallery", children: a.map((c, l) => /* @__PURE__ */ e(
|
|
11118
11108
|
"a",
|
|
11119
11109
|
{
|
|
11120
11110
|
href: c?.imgProps?.defaultFormat ? I1({ src: c.src, format: c.imgProps.defaultFormat }) : c.src,
|
|
@@ -11148,7 +11138,7 @@ const P0 = {
|
|
|
11148
11138
|
], l4 = ({ playerData: a, layout: s, children: c, ...l }) => {
|
|
11149
11139
|
const r = !a, n = a ?? U0, i = (o, d) => d ? "is-current" : o % 2 === 0 ? "even" : "odd";
|
|
11150
11140
|
return /* @__PURE__ */ t(
|
|
11151
|
-
|
|
11141
|
+
w,
|
|
11152
11142
|
{
|
|
11153
11143
|
...l,
|
|
11154
11144
|
className: p("c-ranking", l.className, {
|
|
@@ -11262,7 +11252,7 @@ const P0 = {
|
|
|
11262
11252
|
className: "c-three-columns-articles__column",
|
|
11263
11253
|
children: [
|
|
11264
11254
|
a && /* @__PURE__ */ e(u2, { ...a, mb: c ? "m" : "xxl" }),
|
|
11265
|
-
c && /* @__PURE__ */ e(
|
|
11255
|
+
c && /* @__PURE__ */ e(w, { mb: "xs", children: /* @__PURE__ */ e(g, { as: "span", size: "xs", mx: "s", color: "grey-900", children: "Vidéos sponsorisées" }) }),
|
|
11266
11256
|
/* @__PURE__ */ e(
|
|
11267
11257
|
l0,
|
|
11268
11258
|
{
|
|
@@ -11295,7 +11285,7 @@ const P0 = {
|
|
|
11295
11285
|
items: s,
|
|
11296
11286
|
layout: c,
|
|
11297
11287
|
...l
|
|
11298
|
-
}) => s.length > 0 ? /* @__PURE__ */ t(
|
|
11288
|
+
}) => s.length > 0 ? /* @__PURE__ */ t(w, { as: "section", ...l, className: "c-three-columns-articles", children: [
|
|
11299
11289
|
a && /* @__PURE__ */ t(S, { children: [
|
|
11300
11290
|
/* @__PURE__ */ e(A1, { mb: "xl" }),
|
|
11301
11291
|
/* @__PURE__ */ e(O1, { as: "h2", size: "m", mb: "l", textAlign: { xs: "center", md: "left" }, children: a })
|
|
@@ -11355,7 +11345,7 @@ export {
|
|
|
11355
11345
|
X0 as Autocomplete,
|
|
11356
11346
|
b1 as Avatar,
|
|
11357
11347
|
Q2 as AvatarGroup,
|
|
11358
|
-
|
|
11348
|
+
w as Box,
|
|
11359
11349
|
Ye as Breadcrumb,
|
|
11360
11350
|
Je as BulletedList,
|
|
11361
11351
|
V as Button,
|