@20minutes/hela 2.23.4 → 2.24.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/scripts/infoButton.d.ts +1 -0
- package/dist/components/atoms/InfoButton/InfoButton.d.ts +5 -0
- package/dist/components/atoms/InfoButton/index.d.ts +1 -0
- package/dist/components/atoms/index.d.ts +1 -0
- package/dist/components/molecules/BlockedFeatureGate/BlockedFeatureGate.d.ts +14 -0
- package/dist/components/molecules/BlockedFeatureGate/index.d.ts +1 -0
- package/dist/components/molecules/InfoBanner/InfoBanner.d.ts +2 -2
- package/dist/components/molecules/UserPanel/UserPanel.d.ts +2 -2
- package/dist/components/molecules/index.d.ts +1 -0
- package/dist/index.es.js +709 -643
- package/dist/index.umd.cjs +1 -1
- package/dist/js/info-button.es.js +17 -0
- package/dist/js/info-button.umd.cjs +1 -0
- package/dist/js/scripts.es.js +363 -356
- package/dist/js/scripts.umd.cjs +1 -1
- package/dist/scss/abstracts/variables/_token-variables.scss +1 -1
- package/dist/style.css +1 -1
- package/package.json +24 -19
- package/dist/assets/scripts/infoBanner.d.ts +0 -1
package/dist/index.es.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { jsx as e, jsxs as t, Fragment as S } from "react/jsx-runtime";
|
|
2
|
-
import Y, { Fragment as X1, useMemo as U, useState as
|
|
3
|
-
function
|
|
2
|
+
import Y, { Fragment as X1, useMemo as U, useState as b2, useId as f2, createElement as y2 } from "react";
|
|
3
|
+
function _2(a) {
|
|
4
4
|
return a && a.__esModule && Object.prototype.hasOwnProperty.call(a, "default") ? a.default : a;
|
|
5
5
|
}
|
|
6
6
|
var $1 = { exports: {} };
|
|
7
|
-
var
|
|
8
|
-
function
|
|
9
|
-
return
|
|
7
|
+
var E1;
|
|
8
|
+
function z2() {
|
|
9
|
+
return E1 || (E1 = 1, (function(a) {
|
|
10
10
|
(function() {
|
|
11
11
|
var s = {}.hasOwnProperty;
|
|
12
12
|
function c() {
|
|
@@ -37,8 +37,8 @@ function _2() {
|
|
|
37
37
|
})();
|
|
38
38
|
})($1)), $1.exports;
|
|
39
39
|
}
|
|
40
|
-
var
|
|
41
|
-
const p = /* @__PURE__ */
|
|
40
|
+
var N2 = z2();
|
|
41
|
+
const p = /* @__PURE__ */ _2(N2), Xe = ({
|
|
42
42
|
adUnitCompletePath: a,
|
|
43
43
|
variant: s,
|
|
44
44
|
isFullscreenMobile: c = !1,
|
|
@@ -68,7 +68,7 @@ const p = /* @__PURE__ */ y2(z2), J0 = ({
|
|
|
68
68
|
}
|
|
69
69
|
);
|
|
70
70
|
return o ? /* @__PURE__ */ e(w, { className: "c-placeolder--ban", children: d }) : d;
|
|
71
|
-
},
|
|
71
|
+
}, k2 = ({
|
|
72
72
|
children: a,
|
|
73
73
|
variant: s = "success",
|
|
74
74
|
title: c,
|
|
@@ -105,7 +105,7 @@ const p = /* @__PURE__ */ y2(z2), J0 = ({
|
|
|
105
105
|
)
|
|
106
106
|
]
|
|
107
107
|
}
|
|
108
|
-
),
|
|
108
|
+
), Qe = ({
|
|
109
109
|
id: a,
|
|
110
110
|
inputProps: s,
|
|
111
111
|
dataAttributes: c,
|
|
@@ -169,7 +169,7 @@ const p = /* @__PURE__ */ y2(z2), J0 = ({
|
|
|
169
169
|
}
|
|
170
170
|
)
|
|
171
171
|
] });
|
|
172
|
-
},
|
|
172
|
+
}, M2 = [
|
|
173
173
|
"primary",
|
|
174
174
|
"secondary",
|
|
175
175
|
"tertiary",
|
|
@@ -179,7 +179,7 @@ const p = /* @__PURE__ */ y2(z2), J0 = ({
|
|
|
179
179
|
"white",
|
|
180
180
|
"blue-ice",
|
|
181
181
|
"green"
|
|
182
|
-
],
|
|
182
|
+
], e0 = ["ghost", "outlined", "link", "ghost-with-icon-bg", "close"], a0 = ["column", "row", "column-reverse", "row-reverse"], s0 = ["wrap", "wrap-reverse", "nowrap"], c0 = ["start", "end", "center", "baseline", "stretch"], l0 = [
|
|
183
183
|
"start",
|
|
184
184
|
"end",
|
|
185
185
|
"center",
|
|
@@ -187,7 +187,7 @@ const p = /* @__PURE__ */ y2(z2), J0 = ({
|
|
|
187
187
|
"around",
|
|
188
188
|
"evenly",
|
|
189
189
|
"stretch"
|
|
190
|
-
],
|
|
190
|
+
], t0 = [
|
|
191
191
|
"start",
|
|
192
192
|
"end",
|
|
193
193
|
"center",
|
|
@@ -195,7 +195,7 @@ const p = /* @__PURE__ */ y2(z2), J0 = ({
|
|
|
195
195
|
"around",
|
|
196
196
|
"evenly",
|
|
197
197
|
"stretch"
|
|
198
|
-
],
|
|
198
|
+
], r0 = ["auto", "start", "end", "center", "stretch", "baseline"], n0 = ["auto", 0, 25, 33, 50, 75, 100], i0 = [0, 1], o0 = [0, 1], O = {
|
|
199
199
|
asset: {
|
|
200
200
|
font: {
|
|
201
201
|
"Obviously-Semibold": {
|
|
@@ -1432,7 +1432,7 @@ const p = /* @__PURE__ */ y2(z2), J0 = ({
|
|
|
1432
1432
|
}
|
|
1433
1433
|
}
|
|
1434
1434
|
}
|
|
1435
|
-
},
|
|
1435
|
+
}, d0 = ["underline", "dotted", "wavy", "overline"], h0 = ["left", "center", "right", "justify"], m0 = ["capitalize", "uppercase", "lowercase"], u0 = [
|
|
1436
1436
|
"break-spaces",
|
|
1437
1437
|
"normal",
|
|
1438
1438
|
"nowrap",
|
|
@@ -1440,16 +1440,16 @@ const p = /* @__PURE__ */ y2(z2), J0 = ({
|
|
|
1440
1440
|
"pre-line",
|
|
1441
1441
|
"pre-wrap",
|
|
1442
1442
|
"revert"
|
|
1443
|
-
],
|
|
1443
|
+
], p0 = Object.keys(O["font-family"]).filter(
|
|
1444
1444
|
(a) => !["base"].includes(a)
|
|
1445
|
-
),
|
|
1445
|
+
), g0 = Object.keys(
|
|
1446
1446
|
O["font-weight"]
|
|
1447
|
-
),
|
|
1447
|
+
), v0 = Object.keys(
|
|
1448
1448
|
O.typography.heading
|
|
1449
|
-
),
|
|
1449
|
+
), x0 = Object.keys(
|
|
1450
1450
|
O.typography.text
|
|
1451
1451
|
);
|
|
1452
|
-
var
|
|
1452
|
+
var C2 = /* @__PURE__ */ ((a) => (a.angry = "angry", a.heart = "heart", a.interesting = "interesting", a.laughing = "laughing", a.sad = "sad", a.shock = "shock", a.solidary = "solidary", a.down = "down", a.up = "up", a))(C2 || {});
|
|
1453
1453
|
const Q1 = {
|
|
1454
1454
|
sad: "😢",
|
|
1455
1455
|
interesting: "😍",
|
|
@@ -1460,7 +1460,7 @@ const Q1 = {
|
|
|
1460
1460
|
heart: "❤️",
|
|
1461
1461
|
down: "👎",
|
|
1462
1462
|
up: "👍"
|
|
1463
|
-
},
|
|
1463
|
+
}, P1 = [
|
|
1464
1464
|
{ name: "Paris", id: "75056" },
|
|
1465
1465
|
{ name: "Marseille", id: "13055" },
|
|
1466
1466
|
{ name: "Lyon", id: "69123" },
|
|
@@ -1496,7 +1496,7 @@ const Q1 = {
|
|
|
1496
1496
|
filterPrefix: "69123AR",
|
|
1497
1497
|
ids: Array.from({ length: 9 }, (a, s) => `69123AR0${s + 1}`)
|
|
1498
1498
|
}
|
|
1499
|
-
},
|
|
1499
|
+
}, S2 = {
|
|
1500
1500
|
"01": "Ain",
|
|
1501
1501
|
"02": "Aisne",
|
|
1502
1502
|
"03": "Allier",
|
|
@@ -1598,7 +1598,7 @@ const Q1 = {
|
|
|
1598
1598
|
973: "Guyane",
|
|
1599
1599
|
974: "La Réunion",
|
|
1600
1600
|
976: "Mayotte"
|
|
1601
|
-
},
|
|
1601
|
+
}, w0 = ["xs", "sm", "md", "lg", "xl", "xxl"], B2 = [
|
|
1602
1602
|
"extreme-gauche",
|
|
1603
1603
|
"parti-revolutionnaire-communiste",
|
|
1604
1604
|
"lutte-ouvriere",
|
|
@@ -1663,7 +1663,7 @@ const Q1 = {
|
|
|
1663
1663
|
"europe-democratie-esperanto",
|
|
1664
1664
|
"union-populaire-republicaine",
|
|
1665
1665
|
"regionalistes"
|
|
1666
|
-
],
|
|
1666
|
+
], Z2 = {
|
|
1667
1667
|
borderColor: ["border-color"],
|
|
1668
1668
|
bg: ["background-color"],
|
|
1669
1669
|
color: ["color"]
|
|
@@ -1678,14 +1678,14 @@ const Q1 = {
|
|
|
1678
1678
|
direction: ["direction"],
|
|
1679
1679
|
wrap: ["wrap"],
|
|
1680
1680
|
flexGrow: ["flex-grow"]
|
|
1681
|
-
},
|
|
1681
|
+
}, V2 = {
|
|
1682
1682
|
align: ["align-self"],
|
|
1683
1683
|
basis: ["flex-basis"],
|
|
1684
1684
|
shrink: ["flex-shrink"],
|
|
1685
1685
|
grow: ["flex-grow"]
|
|
1686
1686
|
}, a2 = {
|
|
1687
1687
|
radius: ["border-radius"]
|
|
1688
|
-
},
|
|
1688
|
+
}, H2 = {
|
|
1689
1689
|
m: ["margin"],
|
|
1690
1690
|
mt: ["margin-top"],
|
|
1691
1691
|
mr: ["margin-right"],
|
|
@@ -1702,13 +1702,13 @@ const Q1 = {
|
|
|
1702
1702
|
px: ["padding-left", "padding-right"],
|
|
1703
1703
|
py: ["padding-top", "padding-bottom"]
|
|
1704
1704
|
}, c2 = {
|
|
1705
|
-
...
|
|
1705
|
+
...H2,
|
|
1706
1706
|
...s2
|
|
1707
|
-
},
|
|
1707
|
+
}, $2 = {
|
|
1708
1708
|
...c2,
|
|
1709
|
-
...
|
|
1709
|
+
...Z2,
|
|
1710
1710
|
...a2
|
|
1711
|
-
},
|
|
1711
|
+
}, L2 = {
|
|
1712
1712
|
textAlign: ["text-align"],
|
|
1713
1713
|
weight: ["font-weight"],
|
|
1714
1714
|
italic: ["font-style"],
|
|
@@ -1716,19 +1716,19 @@ const Q1 = {
|
|
|
1716
1716
|
textTransform: ["text-transform"],
|
|
1717
1717
|
fontFamily: ["font-family"],
|
|
1718
1718
|
whiteSpace: ["white-space"]
|
|
1719
|
-
},
|
|
1719
|
+
}, b0 = Object.keys(O.color.theme), f0 = ["light", "dark"], y0 = Object.keys(O.spacing), _0 = [
|
|
1720
1720
|
...Object.keys(O.color.primary),
|
|
1721
1721
|
...Object.keys(O.color.secondary),
|
|
1722
1722
|
...Object.keys(O.color.greyscale),
|
|
1723
1723
|
...Object.keys(O.color.status),
|
|
1724
1724
|
...Object.keys(O.color.theme)
|
|
1725
|
-
],
|
|
1725
|
+
], z0 = Object.keys(O.asset.icon), N0 = Object.keys(
|
|
1726
1726
|
O.asset.icon["horoscope-sign"].chinese
|
|
1727
|
-
),
|
|
1727
|
+
), k0 = Object.keys(
|
|
1728
1728
|
O.asset.icon["horoscope-sign"].zodiac
|
|
1729
|
-
),
|
|
1729
|
+
), M0 = Object.keys(
|
|
1730
1730
|
O.asset.icon["numerology-sign"]
|
|
1731
|
-
),
|
|
1731
|
+
), C0 = Object.keys(O.radius), S0 = [
|
|
1732
1732
|
"20-arena",
|
|
1733
1733
|
"on-vous-en-dit-plus",
|
|
1734
1734
|
"planete-c",
|
|
@@ -1813,7 +1813,7 @@ const V = j(
|
|
|
1813
1813
|
}
|
|
1814
1814
|
);
|
|
1815
1815
|
V.displayName = "Button";
|
|
1816
|
-
const
|
|
1816
|
+
const B0 = ({
|
|
1817
1817
|
id: a,
|
|
1818
1818
|
className: s,
|
|
1819
1819
|
required: c,
|
|
@@ -1870,10 +1870,10 @@ const Se = ({
|
|
|
1870
1870
|
}
|
|
1871
1871
|
),
|
|
1872
1872
|
i && /* @__PURE__ */ e(g, { as: "span", id: `${a}-hint`, mt: "xxs-2", ml: "xxs-2", className: "u-mask", children: i })
|
|
1873
|
-
] }),
|
|
1873
|
+
] }), P = j(
|
|
1874
1874
|
({ text: a, color: s = "black", thickness: c = "thin", ...l }, r) => {
|
|
1875
1875
|
const n = /* @__PURE__ */ e(
|
|
1876
|
-
|
|
1876
|
+
F,
|
|
1877
1877
|
{
|
|
1878
1878
|
bg: s,
|
|
1879
1879
|
align: "center",
|
|
@@ -1894,7 +1894,7 @@ const Se = ({
|
|
|
1894
1894
|
),
|
|
1895
1895
|
children: a ? /* @__PURE__ */ t(S, { children: [
|
|
1896
1896
|
n,
|
|
1897
|
-
/* @__PURE__ */ e(
|
|
1897
|
+
/* @__PURE__ */ e(F, { px: "xxs-2", className: "c-divider__text", children: /* @__PURE__ */ e(g, { size: "xxs", color: s, textTransform: "uppercase", children: a }) }),
|
|
1898
1898
|
n
|
|
1899
1899
|
] }) : n
|
|
1900
1900
|
}
|
|
@@ -1919,9 +1919,9 @@ const Se = ({
|
|
|
1919
1919
|
)
|
|
1920
1920
|
}
|
|
1921
1921
|
)
|
|
1922
|
-
),
|
|
1922
|
+
), Z0 = ["quarter", "half", "three-quarter"], V0 = ["small", "medium", "big"], j2 = (a) => typeof a == "string" && B2.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, x = !n, v =
|
|
1924
|
+
const u = Array.isArray(s) ? s?.[0] : s, h = Array.isArray(s) ? s?.[1] : s, x = !n, v = j2(i);
|
|
1925
1925
|
return /* @__PURE__ */ e(
|
|
1926
1926
|
w,
|
|
1927
1927
|
{
|
|
@@ -1956,7 +1956,7 @@ const Se = ({
|
|
|
1956
1956
|
}
|
|
1957
1957
|
);
|
|
1958
1958
|
}
|
|
1959
|
-
),
|
|
1959
|
+
), H0 = (a) => /* @__PURE__ */ t("svg", { xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", ...a, children: [
|
|
1960
1960
|
/* @__PURE__ */ e("symbol", { viewBox: "0 0 28 28", id: "apple", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ e(
|
|
1961
1961
|
"path",
|
|
1962
1962
|
{
|
|
@@ -3256,7 +3256,7 @@ const Se = ({
|
|
|
3256
3256
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "fxa", children: /* @__PURE__ */ e("path", { fill: "#fff", d: "M22 5h32v74H22z" }) }) })
|
|
3257
3257
|
] }),
|
|
3258
3258
|
/* @__PURE__ */ e("symbol", { viewBox: "0 0 20 15", id: "youtube", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ e("path", { d: "M19.5 2.8c-.1-.6-.4-1.1-.8-1.5-.4-.4-.9-.7-1.4-.9C15.7.1 10.6 0 10 0c-.6 0-5.7 0-7.2.4-.5.2-1 .4-1.4.9-.5.4-.7 1-.9 1.5C.1 4.4.1 7.4.1 7.5s0 3.1.4 4.7c.1.6.4 1.1.8 1.5.4.4.9.7 1.4.9 1.5.4 6.6.4 7.2.4.6 0 5.7 0 7.2-.4.5-.2 1-.4 1.4-.9.4-.4.7-.9.8-1.5.4-1.5.4-4.6.4-4.7s.2-3.1-.2-4.7zm-6.3 5c0 .1-.1.1-.2.2l-4.3 2.6c-.1 0-.2.1-.2.1-.1 0-.3-.1-.4-.2s-.1-.3-.1-.4V4.7c0-.1.1-.1.2-.2.1 0 .2-.1.2-.1.1 0 .2 0 .2.1L13 7.1c.1 0 .1.1.2.2s.1.2.1.3c-.1 0-.1.1-.1.2z" }) })
|
|
3259
|
-
] }),
|
|
3259
|
+
] }), $0 = [...M2, "blue-dark", "sport"], T = j(
|
|
3260
3260
|
({ iconProps: a, as: s = "button", variant: c, color: l, size: r, hasShadow: n, isLoading: i, isFloating: o, ...d }, u) => /* @__PURE__ */ e(
|
|
3261
3261
|
m,
|
|
3262
3262
|
{
|
|
@@ -3301,7 +3301,7 @@ const t1 = ({ text: a, ...s }) => /* @__PURE__ */ e(
|
|
|
3301
3301
|
children: a
|
|
3302
3302
|
}
|
|
3303
3303
|
);
|
|
3304
|
-
function
|
|
3304
|
+
function L0({ title: a, ratio: s = "auto", htmlIframeProps: c, ...l }) {
|
|
3305
3305
|
return /* @__PURE__ */ e(
|
|
3306
3306
|
w,
|
|
3307
3307
|
{
|
|
@@ -3313,10 +3313,10 @@ function $e({ title: a, ratio: s = "auto", htmlIframeProps: c, ...l }) {
|
|
|
3313
3313
|
}
|
|
3314
3314
|
);
|
|
3315
3315
|
}
|
|
3316
|
-
const
|
|
3316
|
+
const F2 = ({ src: a, formats: s }) => {
|
|
3317
3317
|
if (s !== void 0 && s.length > 0)
|
|
3318
3318
|
return s.map((c) => `${a.replace(/%format/, c)} ${c.split("x")[0]}w`).join(", ");
|
|
3319
|
-
},
|
|
3319
|
+
}, F1 = ({ src: a, format: s }) => a.replace(/%format/, s), i1 = ({
|
|
3320
3320
|
id: a = "",
|
|
3321
3321
|
src: s = "",
|
|
3322
3322
|
defaultFormat: c,
|
|
@@ -3343,12 +3343,42 @@ const j2 = ({ src: a, formats: s }) => {
|
|
|
3343
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
|
-
if (s && (M =
|
|
3347
|
-
const B = Number(b) * 2, H = Number(f) * 2,
|
|
3346
|
+
if (s && (M = F1({ src: s, format: c }), N = F2({ formats: l, src: s }) ?? ""), u) {
|
|
3347
|
+
const B = Number(b) * 2, H = Number(f) * 2, E = `${B}x${H}`, k = F1({ src: s, format: E });
|
|
3348
3348
|
N = N ? `${N}, ${k} 2x` : `${k} 2x`;
|
|
3349
3349
|
}
|
|
3350
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
|
+
}, t2 = ({
|
|
3352
|
+
children: a,
|
|
3353
|
+
ariaLabel: s = "Plus d'informations",
|
|
3354
|
+
className: c,
|
|
3355
|
+
...l
|
|
3356
|
+
}) => /* @__PURE__ */ t("div", { className: p("c-info-button", c), children: [
|
|
3357
|
+
/* @__PURE__ */ e(
|
|
3358
|
+
"button",
|
|
3359
|
+
{
|
|
3360
|
+
...l,
|
|
3361
|
+
type: "button",
|
|
3362
|
+
className: "c-info-button__trigger js-info-button",
|
|
3363
|
+
"aria-expanded": "false",
|
|
3364
|
+
"aria-label": s,
|
|
3365
|
+
children: /* @__PURE__ */ e(z, { name: "info", size: 20, color: "black" })
|
|
3366
|
+
}
|
|
3367
|
+
),
|
|
3368
|
+
/* @__PURE__ */ e(
|
|
3369
|
+
w,
|
|
3370
|
+
{
|
|
3371
|
+
className: "c-info-button__content",
|
|
3372
|
+
"aria-hidden": "true",
|
|
3373
|
+
bg: "grey-100",
|
|
3374
|
+
color: "grey-600",
|
|
3375
|
+
borderColor: "grey-200",
|
|
3376
|
+
radius: "xxs-2",
|
|
3377
|
+
p: "xs",
|
|
3378
|
+
children: a
|
|
3379
|
+
}
|
|
3380
|
+
)
|
|
3381
|
+
] }), r1 = ({ size: a, ...s }) => /* @__PURE__ */ e(g, { as: "span", size: a || "s", ...s, children: "•" }), T1 = j(
|
|
3352
3382
|
({
|
|
3353
3383
|
id: a,
|
|
3354
3384
|
className: s,
|
|
@@ -3370,7 +3400,7 @@ const j2 = ({ src: a, formats: s }) => {
|
|
|
3370
3400
|
error: M,
|
|
3371
3401
|
...B
|
|
3372
3402
|
}, H) => {
|
|
3373
|
-
const
|
|
3403
|
+
const E = n && /* @__PURE__ */ e(
|
|
3374
3404
|
V,
|
|
3375
3405
|
{
|
|
3376
3406
|
className: p("c-input-container__icon", `color-${c || "black"}`),
|
|
@@ -3411,7 +3441,7 @@ const j2 = ({ src: a, formats: s }) => {
|
|
|
3411
3441
|
}),
|
|
3412
3442
|
children: [
|
|
3413
3443
|
(n || f) && /* @__PURE__ */ t(m, { gap: "s", children: [
|
|
3414
|
-
o ?
|
|
3444
|
+
o ? E : k,
|
|
3415
3445
|
f
|
|
3416
3446
|
] }),
|
|
3417
3447
|
/* @__PURE__ */ e(
|
|
@@ -3490,7 +3520,7 @@ const j2 = ({ src: a, formats: s }) => {
|
|
|
3490
3520
|
]
|
|
3491
3521
|
}
|
|
3492
3522
|
);
|
|
3493
|
-
},
|
|
3523
|
+
}, j0 = ({ children: a }) => /* @__PURE__ */ e(Z, { as: "h4", size: "xxs", weight: "bold", color: "ultramarine", children: a }), $ = (a) => {
|
|
3494
3524
|
if (a.propValue && ["boolean", "string", "number"].includes(typeof a.propValue) || !a.propValue) {
|
|
3495
3525
|
const s = q1({
|
|
3496
3526
|
className: a.className,
|
|
@@ -3521,11 +3551,11 @@ const j2 = ({ src: a, formats: s }) => {
|
|
|
3521
3551
|
throw new Error('It is necessary to define the argument "className" !');
|
|
3522
3552
|
return `${a.className}@${a.defaultModifier}`;
|
|
3523
3553
|
}
|
|
3524
|
-
},
|
|
3554
|
+
}, A2 = (a) => p({
|
|
3525
3555
|
[`bg-${a.bg}`]: a.bg,
|
|
3526
3556
|
[`color-${a.color}`]: a.color,
|
|
3527
3557
|
[`border-color-${a.borderColor}`]: a.borderColor
|
|
3528
|
-
}),
|
|
3558
|
+
}), T2 = ({
|
|
3529
3559
|
basis: a,
|
|
3530
3560
|
shrink: s,
|
|
3531
3561
|
grow: c,
|
|
@@ -3543,8 +3573,8 @@ const j2 = ({ src: a, formats: s }) => {
|
|
|
3543
3573
|
propValue: c,
|
|
3544
3574
|
className: "grow"
|
|
3545
3575
|
}),
|
|
3546
|
-
|
|
3547
|
-
),
|
|
3576
|
+
R2(l)
|
|
3577
|
+
), D2 = ({
|
|
3548
3578
|
inline: a = !1,
|
|
3549
3579
|
direction: s,
|
|
3550
3580
|
wrap: c,
|
|
@@ -3561,8 +3591,8 @@ const j2 = ({ src: a, formats: s }) => {
|
|
|
3561
3591
|
...$({
|
|
3562
3592
|
propValue: c
|
|
3563
3593
|
}),
|
|
3564
|
-
|
|
3565
|
-
),
|
|
3594
|
+
r2(l)
|
|
3595
|
+
), r2 = (a) => p(
|
|
3566
3596
|
...$({
|
|
3567
3597
|
propValue: a.alignItems,
|
|
3568
3598
|
className: "items"
|
|
@@ -3591,30 +3621,30 @@ const j2 = ({ src: a, formats: s }) => {
|
|
|
3591
3621
|
propValue: a.flexGrow,
|
|
3592
3622
|
className: "grow"
|
|
3593
3623
|
})
|
|
3594
|
-
),
|
|
3624
|
+
), R2 = (a) => p(
|
|
3595
3625
|
...$({
|
|
3596
3626
|
propValue: a.align,
|
|
3597
3627
|
className: "self"
|
|
3598
3628
|
})
|
|
3599
|
-
), o1 = (a) => typeof a.props == "object" ? Object.keys(a.props).reduce((s, c) => (a.systemPropNames.includes(c) || (s[c] = a.props[c]), s), {}) : {},
|
|
3629
|
+
), o1 = (a) => typeof a.props == "object" ? Object.keys(a.props).reduce((s, c) => (a.systemPropNames.includes(c) || (s[c] = a.props[c]), s), {}) : {}, O2 = (a) => p(
|
|
3600
3630
|
Object.entries(a).filter(([s]) => Object.keys(a2).includes(s)).reduce((s, [c, l]) => (s.push(
|
|
3601
3631
|
...$({
|
|
3602
3632
|
className: c,
|
|
3603
3633
|
propValue: l
|
|
3604
3634
|
})
|
|
3605
3635
|
), s), [])
|
|
3606
|
-
),
|
|
3636
|
+
), n2 = (a) => p(
|
|
3607
3637
|
Object.entries(a).filter(([s]) => Object.keys(c2).includes(s)).reduce((s, [c, l]) => (s.push(
|
|
3608
3638
|
...$({
|
|
3609
3639
|
className: c,
|
|
3610
3640
|
propValue: l
|
|
3611
3641
|
})
|
|
3612
3642
|
), s), [])
|
|
3613
|
-
),
|
|
3614
|
-
|
|
3615
|
-
|
|
3616
|
-
|
|
3617
|
-
),
|
|
3643
|
+
), i2 = (a) => p(
|
|
3644
|
+
n2(a),
|
|
3645
|
+
A2(a),
|
|
3646
|
+
O2(a)
|
|
3647
|
+
), I1 = ({
|
|
3618
3648
|
textAlign: a,
|
|
3619
3649
|
weight: s,
|
|
3620
3650
|
textTransform: c,
|
|
@@ -3643,10 +3673,10 @@ const j2 = ({ src: a, formats: s }) => {
|
|
|
3643
3673
|
{
|
|
3644
3674
|
...o1({
|
|
3645
3675
|
props: c,
|
|
3646
|
-
systemPropNames: Object.keys(
|
|
3676
|
+
systemPropNames: Object.keys($2)
|
|
3647
3677
|
}),
|
|
3648
3678
|
ref: l,
|
|
3649
|
-
className: p(
|
|
3679
|
+
className: p(i2(c), c?.className),
|
|
3650
3680
|
children: s
|
|
3651
3681
|
}
|
|
3652
3682
|
));
|
|
@@ -3660,24 +3690,24 @@ const m = j(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
|
3660
3690
|
}),
|
|
3661
3691
|
as: a,
|
|
3662
3692
|
ref: l,
|
|
3663
|
-
className: p(
|
|
3693
|
+
className: p(D2(c), c?.className),
|
|
3664
3694
|
children: s
|
|
3665
3695
|
}
|
|
3666
|
-
)),
|
|
3696
|
+
)), F = j(
|
|
3667
3697
|
({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
3668
3698
|
w,
|
|
3669
3699
|
{
|
|
3670
3700
|
...o1({
|
|
3671
3701
|
props: c,
|
|
3672
|
-
systemPropNames: Object.keys(
|
|
3702
|
+
systemPropNames: Object.keys(V2)
|
|
3673
3703
|
}),
|
|
3674
3704
|
as: a,
|
|
3675
3705
|
ref: l,
|
|
3676
|
-
className: p(
|
|
3706
|
+
className: p(T2(c), c?.className),
|
|
3677
3707
|
children: s
|
|
3678
3708
|
}
|
|
3679
3709
|
)
|
|
3680
|
-
),
|
|
3710
|
+
), F0 = [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
3711
|
...o1({
|
|
3682
3712
|
props: n,
|
|
3683
3713
|
systemPropNames: Object.keys(e2)
|
|
@@ -3700,7 +3730,7 @@ const m = j(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
|
3700
3730
|
className: "grid-gap-col",
|
|
3701
3731
|
propValue: l
|
|
3702
3732
|
}),
|
|
3703
|
-
p(
|
|
3733
|
+
p(r2(n), n?.className)
|
|
3704
3734
|
),
|
|
3705
3735
|
children: r
|
|
3706
3736
|
}), C = j(
|
|
@@ -3730,7 +3760,7 @@ const m = j(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
|
3730
3760
|
"c-tab--selected": d,
|
|
3731
3761
|
"c-tab--unselected": !d
|
|
3732
3762
|
},
|
|
3733
|
-
|
|
3763
|
+
I1({ weight: i, whiteSpace: o }),
|
|
3734
3764
|
y?.className
|
|
3735
3765
|
) : p(
|
|
3736
3766
|
"c-link",
|
|
@@ -3739,7 +3769,7 @@ const m = j(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
|
3739
3769
|
[`c-btn--${l}`]: l && !c,
|
|
3740
3770
|
[`c-btn--${n}`]: n && !c
|
|
3741
3771
|
},
|
|
3742
|
-
|
|
3772
|
+
I1({ weight: i, whiteSpace: o }),
|
|
3743
3773
|
$({
|
|
3744
3774
|
className: "text",
|
|
3745
3775
|
propValue: r
|
|
@@ -3781,7 +3811,7 @@ const m = j(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
|
3781
3811
|
]
|
|
3782
3812
|
}
|
|
3783
3813
|
);
|
|
3784
|
-
},
|
|
3814
|
+
}, E2 = (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 }) }), I0 = ({
|
|
3785
3815
|
id: a,
|
|
3786
3816
|
required: s,
|
|
3787
3817
|
label: c,
|
|
@@ -3814,7 +3844,7 @@ const m = j(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
|
3814
3844
|
u && !h ? o.push(r(d)) : h ? o.push(i(d)) : o.push(n(d));
|
|
3815
3845
|
}
|
|
3816
3846
|
return /* @__PURE__ */ e(w, { ...l, children: o });
|
|
3817
|
-
},
|
|
3847
|
+
}, A0 = ({
|
|
3818
3848
|
title: a,
|
|
3819
3849
|
link: s,
|
|
3820
3850
|
image: c,
|
|
@@ -3872,7 +3902,7 @@ const m = j(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
|
3872
3902
|
)
|
|
3873
3903
|
]
|
|
3874
3904
|
}
|
|
3875
|
-
),
|
|
3905
|
+
), T0 = j(
|
|
3876
3906
|
({ variant: a, progressColor: s = "ultramarine" }, c) => /* @__PURE__ */ e(
|
|
3877
3907
|
w,
|
|
3878
3908
|
{
|
|
@@ -3882,7 +3912,7 @@ const m = j(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
|
3882
3912
|
children: /* @__PURE__ */ e(w, { className: "c-progress__bar", bg: s, style: { width: "0%" } })
|
|
3883
3913
|
}
|
|
3884
3914
|
)
|
|
3885
|
-
),
|
|
3915
|
+
), q2 = ({
|
|
3886
3916
|
triggerSelector: a = "[data-scroll-trigger]",
|
|
3887
3917
|
triggerOffset: s = 0,
|
|
3888
3918
|
...c
|
|
@@ -3904,15 +3934,15 @@ const m = j(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
|
3904
3934
|
) })
|
|
3905
3935
|
}
|
|
3906
3936
|
);
|
|
3907
|
-
|
|
3908
|
-
const
|
|
3937
|
+
q2.displayName = "ScrollToTopButton";
|
|
3938
|
+
const D0 = ({ inner: a, children: s, ...c }) => /* @__PURE__ */ e(
|
|
3909
3939
|
w,
|
|
3910
3940
|
{
|
|
3911
3941
|
...c,
|
|
3912
3942
|
className: p("c-section", { "c-section--inner": a }, c?.className),
|
|
3913
3943
|
children: s
|
|
3914
3944
|
}
|
|
3915
|
-
),
|
|
3945
|
+
), K2 = j(
|
|
3916
3946
|
({
|
|
3917
3947
|
id: a,
|
|
3918
3948
|
className: s,
|
|
@@ -3956,7 +3986,7 @@ const Te = ({ inner: a, children: s, ...c }) => /* @__PURE__ */ e(
|
|
|
3956
3986
|
`c-select__select--${d}`,
|
|
3957
3987
|
{ "c-select__select--has-icon": !!u },
|
|
3958
3988
|
{ "c-select__select--large": h },
|
|
3959
|
-
|
|
3989
|
+
n2(y),
|
|
3960
3990
|
s
|
|
3961
3991
|
),
|
|
3962
3992
|
required: c,
|
|
@@ -3990,7 +4020,7 @@ const Te = ({ inner: a, children: s, ...c }) => /* @__PURE__ */ e(
|
|
|
3990
4020
|
]
|
|
3991
4021
|
}
|
|
3992
4022
|
)
|
|
3993
|
-
),
|
|
4023
|
+
), R0 = ({ variant: a = "button", className: s, ...c }) => /* @__PURE__ */ e(
|
|
3994
4024
|
m,
|
|
3995
4025
|
{
|
|
3996
4026
|
className: p(
|
|
@@ -4057,12 +4087,12 @@ const d1 = j(
|
|
|
4057
4087
|
]
|
|
4058
4088
|
}
|
|
4059
4089
|
)
|
|
4060
|
-
),
|
|
4090
|
+
), U2 = ({
|
|
4061
4091
|
items: a,
|
|
4062
4092
|
colorVariant: s = "ultramarine",
|
|
4063
4093
|
...c
|
|
4064
4094
|
}) => /* @__PURE__ */ e(m, { className: "c-stepper", gap: "xxs-2", ...c, children: a.map((l, r) => /* @__PURE__ */ e(
|
|
4065
|
-
|
|
4095
|
+
F,
|
|
4066
4096
|
{
|
|
4067
4097
|
className: p("c-stepper__item", {
|
|
4068
4098
|
"c-stepper__item--loading": l.loading,
|
|
@@ -4072,7 +4102,7 @@ const d1 = j(
|
|
|
4072
4102
|
children: /* @__PURE__ */ e(w, { className: "c-stepper__loader", bg: s })
|
|
4073
4103
|
},
|
|
4074
4104
|
r
|
|
4075
|
-
)) }),
|
|
4105
|
+
)) }), G2 = ({
|
|
4076
4106
|
containerProps: a,
|
|
4077
4107
|
labelPosition: s = "before",
|
|
4078
4108
|
label: c,
|
|
@@ -4100,7 +4130,7 @@ const d1 = j(
|
|
|
4100
4130
|
),
|
|
4101
4131
|
s === "after" && c && o
|
|
4102
4132
|
] });
|
|
4103
|
-
},
|
|
4133
|
+
}, W2 = ({
|
|
4104
4134
|
variant: a = "default",
|
|
4105
4135
|
name: s,
|
|
4106
4136
|
children: c,
|
|
@@ -4128,7 +4158,7 @@ const d1 = j(
|
|
|
4128
4158
|
...d,
|
|
4129
4159
|
children: c
|
|
4130
4160
|
}
|
|
4131
|
-
),
|
|
4161
|
+
), Y2 = ({
|
|
4132
4162
|
name: a,
|
|
4133
4163
|
children: s,
|
|
4134
4164
|
className: c,
|
|
@@ -4163,7 +4193,7 @@ const d1 = j(
|
|
|
4163
4193
|
children: r
|
|
4164
4194
|
}
|
|
4165
4195
|
)
|
|
4166
|
-
),
|
|
4196
|
+
), O0 = j(
|
|
4167
4197
|
({
|
|
4168
4198
|
id: a,
|
|
4169
4199
|
required: s,
|
|
@@ -4247,7 +4277,7 @@ const d1 = j(
|
|
|
4247
4277
|
)
|
|
4248
4278
|
), Z = j(
|
|
4249
4279
|
({ as: a = "h1", size: s, children: c, ...l }, r) => /* @__PURE__ */ e(
|
|
4250
|
-
|
|
4280
|
+
o2,
|
|
4251
4281
|
{
|
|
4252
4282
|
...l,
|
|
4253
4283
|
as: a,
|
|
@@ -4264,7 +4294,7 @@ const d1 = j(
|
|
|
4264
4294
|
)
|
|
4265
4295
|
), g = j(
|
|
4266
4296
|
({ as: a = "p", size: s, highlighted: c, children: l, ...r }, n) => /* @__PURE__ */ e(
|
|
4267
|
-
|
|
4297
|
+
o2,
|
|
4268
4298
|
{
|
|
4269
4299
|
as: c ? "span" : a,
|
|
4270
4300
|
bg: c ? "sponsoring" : r.bg,
|
|
@@ -4283,24 +4313,24 @@ const d1 = j(
|
|
|
4283
4313
|
children: l
|
|
4284
4314
|
}
|
|
4285
4315
|
)
|
|
4286
|
-
),
|
|
4316
|
+
), o2 = j(
|
|
4287
4317
|
({ as: a = "p", children: s, ...c }, l) => s && s.toString().length || c?.dangerouslySetInnerHTML ? /* @__PURE__ */ e(
|
|
4288
4318
|
w,
|
|
4289
4319
|
{
|
|
4290
4320
|
...o1({
|
|
4291
4321
|
props: c,
|
|
4292
|
-
systemPropNames: Object.keys(
|
|
4322
|
+
systemPropNames: Object.keys(L2)
|
|
4293
4323
|
}),
|
|
4294
4324
|
as: a,
|
|
4295
4325
|
ref: l,
|
|
4296
4326
|
className: p(
|
|
4297
|
-
|
|
4327
|
+
I1(c),
|
|
4298
4328
|
c?.className
|
|
4299
4329
|
),
|
|
4300
4330
|
children: s
|
|
4301
4331
|
}
|
|
4302
4332
|
) : null
|
|
4303
|
-
),
|
|
4333
|
+
), E0 = ({
|
|
4304
4334
|
cover: a,
|
|
4305
4335
|
description: s,
|
|
4306
4336
|
title: c,
|
|
@@ -4357,10 +4387,10 @@ const d1 = j(
|
|
|
4357
4387
|
)
|
|
4358
4388
|
] })
|
|
4359
4389
|
}
|
|
4360
|
-
),
|
|
4390
|
+
), P0 = ({
|
|
4361
4391
|
children: a,
|
|
4362
4392
|
...s
|
|
4363
|
-
}) => /* @__PURE__ */ e(w, { ...s, px: "s", py: "xxs-2", bg: "sponsoring", children: /* @__PURE__ */ e(g, { size: "xs", fontFamily: "source-serif-pro", children: a }) }),
|
|
4393
|
+
}) => /* @__PURE__ */ e(w, { ...s, px: "s", py: "xxs-2", bg: "sponsoring", children: /* @__PURE__ */ e(g, { size: "xs", fontFamily: "source-serif-pro", children: a }) }), q0 = ({
|
|
4364
4394
|
title: a,
|
|
4365
4395
|
label: s,
|
|
4366
4396
|
layout: c,
|
|
@@ -4422,7 +4452,7 @@ const d1 = j(
|
|
|
4422
4452
|
]
|
|
4423
4453
|
}
|
|
4424
4454
|
)), u;
|
|
4425
|
-
},
|
|
4455
|
+
}, K0 = ({
|
|
4426
4456
|
title: a,
|
|
4427
4457
|
summary: s,
|
|
4428
4458
|
rubricColor: c,
|
|
@@ -4440,10 +4470,10 @@ const d1 = j(
|
|
|
4440
4470
|
fontFamily: "source-serif-pro",
|
|
4441
4471
|
children: [
|
|
4442
4472
|
a && /* @__PURE__ */ e(g, { size: "l", mb: "xs", weight: "semi-bold", fontFamily: "base", children: a }),
|
|
4443
|
-
/* @__PURE__ */ e(
|
|
4473
|
+
/* @__PURE__ */ e(ye, { color: c, children: s })
|
|
4444
4474
|
]
|
|
4445
4475
|
}
|
|
4446
|
-
),
|
|
4476
|
+
), U0 = ({ html: a, caption: s = "" }) => /* @__PURE__ */ t("figure", { className: "c-media", children: [
|
|
4447
4477
|
/* @__PURE__ */ e(
|
|
4448
4478
|
"div",
|
|
4449
4479
|
{
|
|
@@ -4454,18 +4484,18 @@ const d1 = j(
|
|
|
4454
4484
|
}
|
|
4455
4485
|
),
|
|
4456
4486
|
s && /* @__PURE__ */ e(g, { as: "figcaption", size: "xs", mt: "s", color: "grey-300", className: "c-media__caption", children: s })
|
|
4457
|
-
] }),
|
|
4487
|
+
] }), G0 = ({ html: a }) => /* @__PURE__ */ e(
|
|
4458
4488
|
"div",
|
|
4459
4489
|
{
|
|
4460
4490
|
dangerouslySetInnerHTML: {
|
|
4461
4491
|
__html: a
|
|
4462
4492
|
}
|
|
4463
4493
|
}
|
|
4464
|
-
),
|
|
4494
|
+
), J2 = {
|
|
4465
4495
|
defaultFormat: "1444x920",
|
|
4466
4496
|
formats: ["1444x920", "722x460", "640x408", "320x204"],
|
|
4467
4497
|
sizes: "(min-width: 722px) 722px, 100vw"
|
|
4468
|
-
},
|
|
4498
|
+
}, X2 = {
|
|
4469
4499
|
defaultFormat: "1444x920",
|
|
4470
4500
|
formats: ["1444x920", "722x460", "640x408", "320x204"],
|
|
4471
4501
|
sizes: "100vw"
|
|
@@ -4482,8 +4512,8 @@ const d1 = j(
|
|
|
4482
4512
|
isGallery: u = !1,
|
|
4483
4513
|
...h
|
|
4484
4514
|
}) => {
|
|
4485
|
-
let x =
|
|
4486
|
-
return n === _.DESKTOP && (x =
|
|
4515
|
+
let x = X2;
|
|
4516
|
+
return n === _.DESKTOP && (x = J2), /* @__PURE__ */ t(w, { ...h, as: "figure", className: "c-media", children: [
|
|
4487
4517
|
a === G.photo && /* @__PURE__ */ t("div", { className: "c-media__content", children: [
|
|
4488
4518
|
/* @__PURE__ */ e(
|
|
4489
4519
|
i1,
|
|
@@ -4550,17 +4580,17 @@ const d1 = j(
|
|
|
4550
4580
|
}
|
|
4551
4581
|
)
|
|
4552
4582
|
] });
|
|
4553
|
-
},
|
|
4583
|
+
}, W0 = ({
|
|
4554
4584
|
topics: a,
|
|
4555
4585
|
infoBannerProps: s,
|
|
4556
4586
|
...c
|
|
4557
4587
|
}) => /* @__PURE__ */ t(w, { ...c, children: [
|
|
4558
4588
|
/* @__PURE__ */ e(w, { as: "ul", mb: "xl", children: a.map((l, r) => /* @__PURE__ */ t("li", { children: [
|
|
4559
|
-
/* @__PURE__ */ e(
|
|
4560
|
-
r !== a.length - 1 && /* @__PURE__ */ e(
|
|
4589
|
+
/* @__PURE__ */ e(Q2, { icon: l.icon, title: l.title, content: l.content }),
|
|
4590
|
+
r !== a.length - 1 && /* @__PURE__ */ e(P, { color: "grey-200", my: "l" })
|
|
4561
4591
|
] }, l.title)) }),
|
|
4562
|
-
/* @__PURE__ */ e(
|
|
4563
|
-
] }),
|
|
4592
|
+
/* @__PURE__ */ e(fe, { heading: s.heading, description: s.description })
|
|
4593
|
+
] }), Y0 = ({ 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
4594
|
m,
|
|
4565
4595
|
{
|
|
4566
4596
|
as: "a",
|
|
@@ -4586,7 +4616,7 @@ const d1 = j(
|
|
|
4586
4616
|
/* @__PURE__ */ e(A, { isUppercase: !1, children: s.label })
|
|
4587
4617
|
]
|
|
4588
4618
|
}
|
|
4589
|
-
) }, s.slug)) }),
|
|
4619
|
+
) }, s.slug)) }), Q2 = j(
|
|
4590
4620
|
({ icon: a, title: s, content: c, ...l }, r) => /* @__PURE__ */ t(w, { ...l, ref: r, className: p("c-astro-topic-card", l?.className), children: [
|
|
4591
4621
|
/* @__PURE__ */ t(m, { alignItems: "center", mb: "s", children: [
|
|
4592
4622
|
/* @__PURE__ */ e(z, { mr: "xs", name: a, size: 21 }),
|
|
@@ -4594,7 +4624,7 @@ const d1 = j(
|
|
|
4594
4624
|
] }),
|
|
4595
4625
|
/* @__PURE__ */ e(g, { size: "m", children: c })
|
|
4596
4626
|
] })
|
|
4597
|
-
),
|
|
4627
|
+
), ee = ({
|
|
4598
4628
|
avatars: a,
|
|
4599
4629
|
maxAvatar: s = 4,
|
|
4600
4630
|
themeColor: c,
|
|
@@ -4607,7 +4637,81 @@ const d1 = j(
|
|
|
4607
4637
|
color: r.color ?? (r.path ? void 0 : c)
|
|
4608
4638
|
},
|
|
4609
4639
|
r.title
|
|
4610
|
-
)) }),
|
|
4640
|
+
)) }), ae = ({
|
|
4641
|
+
heading: a,
|
|
4642
|
+
headingProps: s,
|
|
4643
|
+
headerText: c,
|
|
4644
|
+
infoBubble: l,
|
|
4645
|
+
cta: r,
|
|
4646
|
+
previewCaption: n,
|
|
4647
|
+
onCtaClick: i,
|
|
4648
|
+
ctaProps: o,
|
|
4649
|
+
children: d,
|
|
4650
|
+
...u
|
|
4651
|
+
}) => {
|
|
4652
|
+
const h = !!(a || c || l);
|
|
4653
|
+
return /* @__PURE__ */ t(
|
|
4654
|
+
m,
|
|
4655
|
+
{
|
|
4656
|
+
as: "section",
|
|
4657
|
+
...u,
|
|
4658
|
+
direction: "column",
|
|
4659
|
+
borderColor: "grey-200",
|
|
4660
|
+
gap: "l",
|
|
4661
|
+
radius: "l",
|
|
4662
|
+
p: "m",
|
|
4663
|
+
className: p("c-blocked-feature-gate", u?.className),
|
|
4664
|
+
children: [
|
|
4665
|
+
h && /* @__PURE__ */ t(m, { as: "header", direction: "column", gap: "xxs", children: [
|
|
4666
|
+
/* @__PURE__ */ e(
|
|
4667
|
+
Z,
|
|
4668
|
+
{
|
|
4669
|
+
size: { xs: "xs", sm: "xxs" },
|
|
4670
|
+
color: "ultramarine",
|
|
4671
|
+
weight: "bold",
|
|
4672
|
+
fontFamily: "source-serif-pro",
|
|
4673
|
+
className: "c-blocked-feature-gate__heading",
|
|
4674
|
+
...s,
|
|
4675
|
+
children: a
|
|
4676
|
+
}
|
|
4677
|
+
),
|
|
4678
|
+
/* @__PURE__ */ t(m, { justifyContent: "between", children: [
|
|
4679
|
+
/* @__PURE__ */ e(g, { size: { xs: "s", md: "xs" }, color: "greyscale-black", weight: "bold", children: c }),
|
|
4680
|
+
/* @__PURE__ */ e(t2, { className: "c-info-button--right-anchored", children: l })
|
|
4681
|
+
] })
|
|
4682
|
+
] }),
|
|
4683
|
+
/* @__PURE__ */ e("div", { "aria-hidden": "true", className: "c-blocked-feature-gate__preview", children: /* @__PURE__ */ t(w, { pt: { xs: "s", md: "l" }, pb: "l", px: "s", children: [
|
|
4684
|
+
/* @__PURE__ */ e("div", { className: "c-blocked-feature-gate__blurred", children: d }),
|
|
4685
|
+
/* @__PURE__ */ t(
|
|
4686
|
+
m,
|
|
4687
|
+
{
|
|
4688
|
+
gap: "xxs-2",
|
|
4689
|
+
direction: "column",
|
|
4690
|
+
alignItems: "center",
|
|
4691
|
+
justifyContent: "center",
|
|
4692
|
+
className: "c-blocked-feature-gate__overlay",
|
|
4693
|
+
children: [
|
|
4694
|
+
/* @__PURE__ */ e(z, { name: "lock", color: "grey-400", size: [14, 19] }),
|
|
4695
|
+
n && /* @__PURE__ */ e(
|
|
4696
|
+
g,
|
|
4697
|
+
{
|
|
4698
|
+
as: "span",
|
|
4699
|
+
weight: "bold",
|
|
4700
|
+
fontFamily: "base",
|
|
4701
|
+
size: "xs",
|
|
4702
|
+
className: "c-blocked-feature-gate__caption",
|
|
4703
|
+
children: n
|
|
4704
|
+
}
|
|
4705
|
+
)
|
|
4706
|
+
]
|
|
4707
|
+
}
|
|
4708
|
+
)
|
|
4709
|
+
] }) }),
|
|
4710
|
+
r && /* @__PURE__ */ e("footer", { children: /* @__PURE__ */ e(V, { mx: "auto", onClick: i, ...o, children: r }) })
|
|
4711
|
+
]
|
|
4712
|
+
}
|
|
4713
|
+
);
|
|
4714
|
+
}, J0 = ({
|
|
4611
4715
|
rubrics: a,
|
|
4612
4716
|
tags: s,
|
|
4613
4717
|
color: c,
|
|
@@ -4675,7 +4779,7 @@ const d1 = j(
|
|
|
4675
4779
|
] })
|
|
4676
4780
|
]
|
|
4677
4781
|
}
|
|
4678
|
-
),
|
|
4782
|
+
), X0 = ({
|
|
4679
4783
|
items: a,
|
|
4680
4784
|
heading: s,
|
|
4681
4785
|
columnsNumber: c = { xs: 2, md: 4 },
|
|
@@ -4689,7 +4793,7 @@ const d1 = j(
|
|
|
4689
4793
|
/* @__PURE__ */ e(C, { color: u?.color || "black", href: u.href, children: u.name })
|
|
4690
4794
|
] }, u.name);
|
|
4691
4795
|
return a.length > 0 ? /* @__PURE__ */ e(
|
|
4692
|
-
|
|
4796
|
+
we,
|
|
4693
4797
|
{
|
|
4694
4798
|
visibleItems: l,
|
|
4695
4799
|
heading: {
|
|
@@ -4716,7 +4820,7 @@ const d1 = j(
|
|
|
4716
4820
|
childrenItems: a.map((u) => d(u))
|
|
4717
4821
|
}
|
|
4718
4822
|
) : null;
|
|
4719
|
-
},
|
|
4823
|
+
}, se = ["Lundi", "Mardi", "Mercredi", "Jeudi", "Vendredi", "Samedi", "Dimanche"], ce = [
|
|
4720
4824
|
"Janvier",
|
|
4721
4825
|
"Février",
|
|
4722
4826
|
"Mars",
|
|
@@ -4732,7 +4836,7 @@ const d1 = j(
|
|
|
4732
4836
|
], N1 = (a) => {
|
|
4733
4837
|
const s = a.getFullYear(), c = String(a.getMonth() + 1).padStart(2, "0"), l = String(a.getDate()).padStart(2, "0");
|
|
4734
4838
|
return `${s}-${c}-${l}`;
|
|
4735
|
-
},
|
|
4839
|
+
}, le = (a) => {
|
|
4736
4840
|
if (a.length < 2)
|
|
4737
4841
|
return /* @__PURE__ */ new Set();
|
|
4738
4842
|
const s = [...a].sort(), c = /* @__PURE__ */ new Set();
|
|
@@ -4752,7 +4856,7 @@ const d1 = j(
|
|
|
4752
4856
|
}), l = n;
|
|
4753
4857
|
}
|
|
4754
4858
|
return c;
|
|
4755
|
-
},
|
|
4859
|
+
}, Q0 = ({
|
|
4756
4860
|
currentStreakDates: a = [],
|
|
4757
4861
|
maxStreakDates: s = [],
|
|
4758
4862
|
initialMonth: c,
|
|
@@ -4763,7 +4867,7 @@ const d1 = j(
|
|
|
4763
4867
|
const i = U(() => {
|
|
4764
4868
|
const k = l ? new Date(l) : /* @__PURE__ */ new Date();
|
|
4765
4869
|
return k.setHours(0, 0, 0, 0), k;
|
|
4766
|
-
}, [l]), [o, d] =
|
|
4870
|
+
}, [l]), [o, d] = b2(() => {
|
|
4767
4871
|
if (c) {
|
|
4768
4872
|
const k = new Date(c);
|
|
4769
4873
|
return { year: k.getFullYear(), month: k.getMonth() };
|
|
@@ -4779,11 +4883,11 @@ const d1 = j(
|
|
|
4779
4883
|
for (let k = new Date(x); k <= v; k.setDate(k.getDate() + 1))
|
|
4780
4884
|
y.push(new Date(k));
|
|
4781
4885
|
const b = U(() => new Set(a), [a]), f = U(() => new Set(s), [s]), N = U(
|
|
4782
|
-
() =>
|
|
4886
|
+
() => le([...a, ...s]),
|
|
4783
4887
|
[a, s]
|
|
4784
4888
|
), M = N1(i), B = o.year < i.getFullYear() || o.year === i.getFullYear() && o.month < i.getMonth(), H = () => {
|
|
4785
4889
|
d((k) => k.month === 0 ? { year: k.year - 1, month: 11 } : { year: k.year, month: k.month - 1 });
|
|
4786
|
-
},
|
|
4890
|
+
}, E = () => {
|
|
4787
4891
|
B && d((k) => k.month === 11 ? { year: k.year + 1, month: 0 } : { year: k.year, month: k.month + 1 });
|
|
4788
4892
|
};
|
|
4789
4893
|
return /* @__PURE__ */ t(w, { ...n, className: p("c-calendar", r), px: "s", py: "xl", bg: "grey-100", children: [
|
|
@@ -4806,7 +4910,7 @@ const d1 = j(
|
|
|
4806
4910
|
className: "c-calendar__month-title",
|
|
4807
4911
|
textAlign: "center",
|
|
4808
4912
|
children: [
|
|
4809
|
-
|
|
4913
|
+
ce[o.month],
|
|
4810
4914
|
" ",
|
|
4811
4915
|
o.year
|
|
4812
4916
|
]
|
|
@@ -4817,14 +4921,14 @@ const d1 = j(
|
|
|
4817
4921
|
{
|
|
4818
4922
|
variant: "ghost",
|
|
4819
4923
|
"aria-label": "Mois suivant",
|
|
4820
|
-
onClick:
|
|
4924
|
+
onClick: E,
|
|
4821
4925
|
iconProps: { name: "chevron", size: 12 },
|
|
4822
4926
|
disabled: !B,
|
|
4823
4927
|
className: p({ "c-btn--disabled": !B })
|
|
4824
4928
|
}
|
|
4825
4929
|
)
|
|
4826
4930
|
] }),
|
|
4827
|
-
/* @__PURE__ */ e(w, { className: "c-calendar__grid", pb: "xs", children:
|
|
4931
|
+
/* @__PURE__ */ e(w, { className: "c-calendar__grid", pb: "xs", children: se.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
4932
|
/* @__PURE__ */ e("div", { className: "c-calendar__grid", children: y.map((k) => {
|
|
4829
4933
|
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
4934
|
h1.setDate(h1.getDate() - 1);
|
|
@@ -4976,7 +5080,7 @@ const d1 = j(
|
|
|
4976
5080
|
return s;
|
|
4977
5081
|
}
|
|
4978
5082
|
return M && M === "secondary" ? 15 : 20;
|
|
4979
|
-
},
|
|
5083
|
+
}, E = () => {
|
|
4980
5084
|
if (l !== void 0)
|
|
4981
5085
|
return l === "none" ? void 0 : l;
|
|
4982
5086
|
if (M)
|
|
@@ -4992,7 +5096,7 @@ const d1 = j(
|
|
|
4992
5096
|
}),
|
|
4993
5097
|
alignItems: "center",
|
|
4994
5098
|
justifyContent: "center",
|
|
4995
|
-
bg:
|
|
5099
|
+
bg: E(),
|
|
4996
5100
|
color: c,
|
|
4997
5101
|
children: /* @__PURE__ */ e(z, { size: H(), ...a })
|
|
4998
5102
|
}
|
|
@@ -5038,7 +5142,7 @@ const d1 = j(
|
|
|
5038
5142
|
]
|
|
5039
5143
|
}
|
|
5040
5144
|
);
|
|
5041
|
-
},
|
|
5145
|
+
}, te = (a) => {
|
|
5042
5146
|
switch (a) {
|
|
5043
5147
|
case "small":
|
|
5044
5148
|
return 20;
|
|
@@ -5047,7 +5151,7 @@ const d1 = j(
|
|
|
5047
5151
|
default:
|
|
5048
5152
|
return 40;
|
|
5049
5153
|
}
|
|
5050
|
-
},
|
|
5154
|
+
}, I = ({
|
|
5051
5155
|
cover: a,
|
|
5052
5156
|
id: s,
|
|
5053
5157
|
defaultFormat: c,
|
|
@@ -5100,7 +5204,7 @@ const d1 = j(
|
|
|
5100
5204
|
[`c-card-img__caption--${i.size || "big"}`]: !0
|
|
5101
5205
|
}),
|
|
5102
5206
|
children: [
|
|
5103
|
-
/* @__PURE__ */ e(z, { name: i.iconName, size:
|
|
5207
|
+
/* @__PURE__ */ e(z, { name: i.iconName, size: te(i.size || "big") }),
|
|
5104
5208
|
/* @__PURE__ */ e(g, { size: i.size === "small" ? "xxs-2" : "xxs", weight: "bold", children: i.text })
|
|
5105
5209
|
]
|
|
5106
5210
|
}
|
|
@@ -5198,7 +5302,7 @@ const d1 = j(
|
|
|
5198
5302
|
}
|
|
5199
5303
|
)
|
|
5200
5304
|
}
|
|
5201
|
-
),
|
|
5305
|
+
), e3 = ({
|
|
5202
5306
|
link: a,
|
|
5203
5307
|
title: s,
|
|
5204
5308
|
summaryProps: c,
|
|
@@ -5238,7 +5342,7 @@ const d1 = j(
|
|
|
5238
5342
|
"o-columns-by-3__first-2-columns": u
|
|
5239
5343
|
}),
|
|
5240
5344
|
children: n && /* @__PURE__ */ e(
|
|
5241
|
-
|
|
5345
|
+
I,
|
|
5242
5346
|
{
|
|
5243
5347
|
...n,
|
|
5244
5348
|
formats: f,
|
|
@@ -5295,7 +5399,7 @@ const d1 = j(
|
|
|
5295
5399
|
l && /* @__PURE__ */ e(Q, { ...l, rightSubheader: void 0, mx: "m", mb: "xxs-2" }),
|
|
5296
5400
|
/* @__PURE__ */ e(D, { as: "h2", weight: "bold", ...r, mx: "m", children: /* @__PURE__ */ e("a", { href: a, children: s }) }),
|
|
5297
5401
|
n && /* @__PURE__ */ e(
|
|
5298
|
-
|
|
5402
|
+
I,
|
|
5299
5403
|
{
|
|
5300
5404
|
...n,
|
|
5301
5405
|
formats: f,
|
|
@@ -5306,7 +5410,7 @@ const d1 = j(
|
|
|
5306
5410
|
}
|
|
5307
5411
|
),
|
|
5308
5412
|
o && /* @__PURE__ */ e(
|
|
5309
|
-
|
|
5413
|
+
g2,
|
|
5310
5414
|
{
|
|
5311
5415
|
...o,
|
|
5312
5416
|
mx: "m",
|
|
@@ -5342,7 +5446,7 @@ const d1 = j(
|
|
|
5342
5446
|
] })
|
|
5343
5447
|
}
|
|
5344
5448
|
);
|
|
5345
|
-
},
|
|
5449
|
+
}, d2 = ({
|
|
5346
5450
|
link: a,
|
|
5347
5451
|
title: s,
|
|
5348
5452
|
cardHeaderProps: c,
|
|
@@ -5388,7 +5492,7 @@ const d1 = j(
|
|
|
5388
5492
|
}
|
|
5389
5493
|
),
|
|
5390
5494
|
r && /* @__PURE__ */ e(
|
|
5391
|
-
|
|
5495
|
+
I,
|
|
5392
5496
|
{
|
|
5393
5497
|
...r,
|
|
5394
5498
|
...r.caption && {
|
|
@@ -5417,7 +5521,7 @@ const d1 = j(
|
|
|
5417
5521
|
]
|
|
5418
5522
|
}
|
|
5419
5523
|
);
|
|
5420
|
-
},
|
|
5524
|
+
}, a3 = ({
|
|
5421
5525
|
link: a,
|
|
5422
5526
|
title: s,
|
|
5423
5527
|
layout: c,
|
|
@@ -5444,7 +5548,7 @@ const d1 = j(
|
|
|
5444
5548
|
),
|
|
5445
5549
|
children: /* @__PURE__ */ t("a", { href: a, children: [
|
|
5446
5550
|
i && /* @__PURE__ */ e(
|
|
5447
|
-
|
|
5551
|
+
I,
|
|
5448
5552
|
{
|
|
5449
5553
|
...i,
|
|
5450
5554
|
defaultFormat: c === _.DESKTOP ? "722x460" : "310x384",
|
|
@@ -5479,7 +5583,7 @@ const d1 = j(
|
|
|
5479
5583
|
] })
|
|
5480
5584
|
}
|
|
5481
5585
|
);
|
|
5482
|
-
},
|
|
5586
|
+
}, s3 = ({
|
|
5483
5587
|
link: a,
|
|
5484
5588
|
title: s,
|
|
5485
5589
|
layout: c,
|
|
@@ -5494,7 +5598,7 @@ const d1 = j(
|
|
|
5494
5598
|
const { cardFooterProps: h, signatureProps: x, ...v } = u;
|
|
5495
5599
|
return /* @__PURE__ */ e(R, { ...v, className: "c-card-large", direction: "column", children: c === _.DESKTOP ? /* @__PURE__ */ t("a", { href: a, children: [
|
|
5496
5600
|
i && /* @__PURE__ */ e(
|
|
5497
|
-
|
|
5601
|
+
I,
|
|
5498
5602
|
{
|
|
5499
5603
|
...i,
|
|
5500
5604
|
defaultFormat: "722x460",
|
|
@@ -5519,7 +5623,7 @@ const d1 = j(
|
|
|
5519
5623
|
] }) : /* @__PURE__ */ t(S, { children: [
|
|
5520
5624
|
/* @__PURE__ */ t("a", { href: a, children: [
|
|
5521
5625
|
i && /* @__PURE__ */ e(
|
|
5522
|
-
|
|
5626
|
+
I,
|
|
5523
5627
|
{
|
|
5524
5628
|
...i,
|
|
5525
5629
|
defaultFormat: "722x460",
|
|
@@ -5555,7 +5659,7 @@ const d1 = j(
|
|
|
5555
5659
|
}
|
|
5556
5660
|
)
|
|
5557
5661
|
] }) });
|
|
5558
|
-
},
|
|
5662
|
+
}, re = ({
|
|
5559
5663
|
link: a,
|
|
5560
5664
|
title: s,
|
|
5561
5665
|
cardHeaderProps: c,
|
|
@@ -5578,7 +5682,7 @@ const d1 = j(
|
|
|
5578
5682
|
clickable: !0,
|
|
5579
5683
|
children: [
|
|
5580
5684
|
r && /* @__PURE__ */ e(
|
|
5581
|
-
|
|
5685
|
+
I,
|
|
5582
5686
|
{
|
|
5583
5687
|
...r,
|
|
5584
5688
|
formats: ["480x308", "346x222"],
|
|
@@ -5625,7 +5729,7 @@ const d1 = j(
|
|
|
5625
5729
|
]
|
|
5626
5730
|
}
|
|
5627
5731
|
);
|
|
5628
|
-
}, S1 = (a, s = "fr-FR") => Intl.NumberFormat(s).format(a),
|
|
5732
|
+
}, S1 = (a, s = "fr-FR") => Intl.NumberFormat(s).format(a), ne = ({
|
|
5629
5733
|
link: a,
|
|
5630
5734
|
title: s,
|
|
5631
5735
|
cardHeaderProps: c,
|
|
@@ -5678,7 +5782,7 @@ const d1 = j(
|
|
|
5678
5782
|
),
|
|
5679
5783
|
o && /* @__PURE__ */ e(g, { color: "grey-600", fontFamily: "source-serif-pro", size: "m", mt: "xs", ...o, children: o.children }),
|
|
5680
5784
|
r?.cover && i === _.MOBILE && /* @__PURE__ */ e(
|
|
5681
|
-
|
|
5785
|
+
I,
|
|
5682
5786
|
{
|
|
5683
5787
|
...r,
|
|
5684
5788
|
...r.caption && {
|
|
@@ -5705,7 +5809,7 @@ const d1 = j(
|
|
|
5705
5809
|
] })
|
|
5706
5810
|
] }),
|
|
5707
5811
|
r?.cover && i === _.DESKTOP && /* @__PURE__ */ e(
|
|
5708
|
-
|
|
5812
|
+
I,
|
|
5709
5813
|
{
|
|
5710
5814
|
...r,
|
|
5711
5815
|
...r.caption && {
|
|
@@ -5721,7 +5825,7 @@ const d1 = j(
|
|
|
5721
5825
|
]
|
|
5722
5826
|
}
|
|
5723
5827
|
);
|
|
5724
|
-
},
|
|
5828
|
+
}, c3 = ({
|
|
5725
5829
|
title: a,
|
|
5726
5830
|
summary: s,
|
|
5727
5831
|
cardTitleProps: c,
|
|
@@ -5776,7 +5880,7 @@ const d1 = j(
|
|
|
5776
5880
|
/* @__PURE__ */ t(m, { direction: "row", gap: { xs: "m", md: "l" }, ...y, children: [
|
|
5777
5881
|
/* @__PURE__ */ t("div", { className: "c-card-movie__side", children: [
|
|
5778
5882
|
l && /* @__PURE__ */ e(
|
|
5779
|
-
|
|
5883
|
+
I,
|
|
5780
5884
|
{
|
|
5781
5885
|
...l,
|
|
5782
5886
|
radius: "xs",
|
|
@@ -5837,10 +5941,10 @@ const d1 = j(
|
|
|
5837
5941
|
/* @__PURE__ */ e(m, { direction: "column", gap: "xs", mt: "l", mx: "auto", className: "c-card-movie__footer", children: f })
|
|
5838
5942
|
] })
|
|
5839
5943
|
] });
|
|
5840
|
-
},
|
|
5944
|
+
}, l3 = ({ title: a, description: s, ...c }) => /* @__PURE__ */ t(w, { as: "article", ...c, className: "c-card-name", children: [
|
|
5841
5945
|
/* @__PURE__ */ e(g, { className: "c-card-name__title", children: a }),
|
|
5842
5946
|
/* @__PURE__ */ e(g, { className: "c-card-name__description", children: s })
|
|
5843
|
-
] }),
|
|
5947
|
+
] }), t3 = ({
|
|
5844
5948
|
id: a,
|
|
5845
5949
|
label: s,
|
|
5846
5950
|
title: c,
|
|
@@ -5907,7 +6011,7 @@ const d1 = j(
|
|
|
5907
6011
|
]
|
|
5908
6012
|
}
|
|
5909
6013
|
);
|
|
5910
|
-
},
|
|
6014
|
+
}, r3 = ({
|
|
5911
6015
|
timeText: a,
|
|
5912
6016
|
hasDot: s,
|
|
5913
6017
|
closeButton: c,
|
|
@@ -5924,7 +6028,7 @@ const d1 = j(
|
|
|
5924
6028
|
] }),
|
|
5925
6029
|
/* @__PURE__ */ t(m, { justifyContent: "end", direction: "row", gap: "xs", children: [
|
|
5926
6030
|
l && /* @__PURE__ */ e(
|
|
5927
|
-
|
|
6031
|
+
I,
|
|
5928
6032
|
{
|
|
5929
6033
|
...l,
|
|
5930
6034
|
...l.caption && {
|
|
@@ -5951,7 +6055,7 @@ const d1 = j(
|
|
|
5951
6055
|
)
|
|
5952
6056
|
] })
|
|
5953
6057
|
] })
|
|
5954
|
-
] }),
|
|
6058
|
+
] }), h2 = ({
|
|
5955
6059
|
link: a,
|
|
5956
6060
|
cardImageProps: s,
|
|
5957
6061
|
cardHeaderProps: c,
|
|
@@ -5996,7 +6100,7 @@ const d1 = j(
|
|
|
5996
6100
|
...x,
|
|
5997
6101
|
children: [
|
|
5998
6102
|
s && /* @__PURE__ */ e(
|
|
5999
|
-
|
|
6103
|
+
I,
|
|
6000
6104
|
{
|
|
6001
6105
|
...s,
|
|
6002
6106
|
...y,
|
|
@@ -6034,7 +6138,7 @@ const d1 = j(
|
|
|
6034
6138
|
]
|
|
6035
6139
|
}
|
|
6036
6140
|
);
|
|
6037
|
-
},
|
|
6141
|
+
}, ie = ({
|
|
6038
6142
|
link: a,
|
|
6039
6143
|
cardImageProps: s,
|
|
6040
6144
|
cardHeaderProps: c,
|
|
@@ -6051,7 +6155,7 @@ const d1 = j(
|
|
|
6051
6155
|
...r,
|
|
6052
6156
|
children: [
|
|
6053
6157
|
s && /* @__PURE__ */ e(
|
|
6054
|
-
|
|
6158
|
+
I,
|
|
6055
6159
|
{
|
|
6056
6160
|
...s,
|
|
6057
6161
|
...{
|
|
@@ -6071,7 +6175,7 @@ const d1 = j(
|
|
|
6071
6175
|
] })
|
|
6072
6176
|
]
|
|
6073
6177
|
}
|
|
6074
|
-
),
|
|
6178
|
+
), n3 = ({
|
|
6075
6179
|
link: a,
|
|
6076
6180
|
title: s,
|
|
6077
6181
|
summaryProps: c,
|
|
@@ -6092,7 +6196,7 @@ const d1 = j(
|
|
|
6092
6196
|
className: p("o-lt-show", o.className),
|
|
6093
6197
|
children: [
|
|
6094
6198
|
/* @__PURE__ */ e(w, { className: p("o-lt-show__main"), children: n && /* @__PURE__ */ e(
|
|
6095
|
-
|
|
6199
|
+
I,
|
|
6096
6200
|
{
|
|
6097
6201
|
...n,
|
|
6098
6202
|
formats: d,
|
|
@@ -6132,12 +6236,12 @@ const d1 = j(
|
|
|
6132
6236
|
]
|
|
6133
6237
|
}
|
|
6134
6238
|
);
|
|
6135
|
-
}, a1 = ({ className: a, ...s }) => /* @__PURE__ */ e(w, { className: p("c-card-skeleton__block", a), bg: "grey-200", ...s }),
|
|
6239
|
+
}, a1 = ({ className: a, ...s }) => /* @__PURE__ */ e(w, { className: p("c-card-skeleton__block", a), bg: "grey-200", ...s }), oe = (a) => /* @__PURE__ */ t(R, { ...a, direction: "column", gap: "xxs", children: [
|
|
6136
6240
|
/* @__PURE__ */ e(a1, { className: "c-card-skeleton__block--image" }),
|
|
6137
6241
|
/* @__PURE__ */ e(a1, { className: "c-card-skeleton__block--meta" }),
|
|
6138
6242
|
/* @__PURE__ */ e(a1, { className: "c-card-skeleton__block--title" }),
|
|
6139
6243
|
/* @__PURE__ */ e(a1, { className: "c-card-skeleton__block--subtitle" })
|
|
6140
|
-
] }),
|
|
6244
|
+
] }), de = (a) => /* @__PURE__ */ e(
|
|
6141
6245
|
R,
|
|
6142
6246
|
{
|
|
6143
6247
|
...a,
|
|
@@ -6152,14 +6256,14 @@ const d1 = j(
|
|
|
6152
6256
|
/* @__PURE__ */ e(a1, { className: "c-card-skeleton__block--image" })
|
|
6153
6257
|
] })
|
|
6154
6258
|
}
|
|
6155
|
-
),
|
|
6259
|
+
), i3 = ({ variant: a, className: s, ...c }) => {
|
|
6156
6260
|
const l = p(
|
|
6157
6261
|
"c-card-skeleton",
|
|
6158
6262
|
{ [`c-card-skeleton--${a}`]: a },
|
|
6159
6263
|
s
|
|
6160
6264
|
);
|
|
6161
|
-
return a === "medium" ? /* @__PURE__ */ e(
|
|
6162
|
-
},
|
|
6265
|
+
return a === "medium" ? /* @__PURE__ */ e(oe, { ...c, className: l }) : /* @__PURE__ */ e(de, { ...c, className: l });
|
|
6266
|
+
}, m2 = ({
|
|
6163
6267
|
link: a,
|
|
6164
6268
|
title: s,
|
|
6165
6269
|
cardHeaderProps: c,
|
|
@@ -6172,7 +6276,7 @@ const d1 = j(
|
|
|
6172
6276
|
}) => {
|
|
6173
6277
|
const { cardFooterProps: u, signatureProps: h, socialBarProps: x, ...v } = d, y = /* @__PURE__ */ t(S, { children: [
|
|
6174
6278
|
r && /* @__PURE__ */ e(
|
|
6175
|
-
|
|
6279
|
+
I,
|
|
6176
6280
|
{
|
|
6177
6281
|
sizes: "(min-width: 480px) 252px, 160px",
|
|
6178
6282
|
defaultFormat: i === _.DESKTOP ? "252x162" : "160x102",
|
|
@@ -6216,7 +6320,7 @@ const d1 = j(
|
|
|
6216
6320
|
)
|
|
6217
6321
|
] });
|
|
6218
6322
|
return /* @__PURE__ */ e(R, { ...v, direction: "column", clickable: !0, children: o === "title-on-image" ? /* @__PURE__ */ e("a", { href: a, children: y }) : y });
|
|
6219
|
-
},
|
|
6323
|
+
}, he = ({
|
|
6220
6324
|
link: a,
|
|
6221
6325
|
title: s,
|
|
6222
6326
|
cardHeaderProps: c,
|
|
@@ -6235,7 +6339,7 @@ const d1 = j(
|
|
|
6235
6339
|
clickable: !0,
|
|
6236
6340
|
children: [
|
|
6237
6341
|
r && /* @__PURE__ */ e(
|
|
6238
|
-
|
|
6342
|
+
I,
|
|
6239
6343
|
{
|
|
6240
6344
|
...r,
|
|
6241
6345
|
...r.caption && {
|
|
@@ -6271,7 +6375,7 @@ const d1 = j(
|
|
|
6271
6375
|
]
|
|
6272
6376
|
}
|
|
6273
6377
|
);
|
|
6274
|
-
},
|
|
6378
|
+
}, me = ({
|
|
6275
6379
|
link: a,
|
|
6276
6380
|
title: s,
|
|
6277
6381
|
cardImageProps: c,
|
|
@@ -6288,7 +6392,7 @@ const d1 = j(
|
|
|
6288
6392
|
"c-card-container--clickable"
|
|
6289
6393
|
),
|
|
6290
6394
|
children: c && /* @__PURE__ */ e(
|
|
6291
|
-
|
|
6395
|
+
I,
|
|
6292
6396
|
{
|
|
6293
6397
|
...c,
|
|
6294
6398
|
defaultFormat: "196x234",
|
|
@@ -6299,7 +6403,7 @@ const d1 = j(
|
|
|
6299
6403
|
}
|
|
6300
6404
|
)
|
|
6301
6405
|
}
|
|
6302
|
-
),
|
|
6406
|
+
), o3 = ({
|
|
6303
6407
|
link: a,
|
|
6304
6408
|
title: s,
|
|
6305
6409
|
signatureProps: c,
|
|
@@ -6343,12 +6447,12 @@ const d1 = j(
|
|
|
6343
6447
|
children: l.children
|
|
6344
6448
|
}
|
|
6345
6449
|
),
|
|
6346
|
-
c && /* @__PURE__ */ e(
|
|
6450
|
+
c && /* @__PURE__ */ e(g2, { ...c, mt: "l", className: "u-relative u-relative--z-index-2" })
|
|
6347
6451
|
] })
|
|
6348
6452
|
]
|
|
6349
6453
|
}
|
|
6350
6454
|
)
|
|
6351
|
-
) : null,
|
|
6455
|
+
) : null, ue = ({
|
|
6352
6456
|
link: a,
|
|
6353
6457
|
title: s,
|
|
6354
6458
|
cardImageProps: c,
|
|
@@ -6366,7 +6470,7 @@ const d1 = j(
|
|
|
6366
6470
|
"c-card-container--clickable"
|
|
6367
6471
|
),
|
|
6368
6472
|
children: c && /* @__PURE__ */ e(
|
|
6369
|
-
|
|
6473
|
+
I,
|
|
6370
6474
|
{
|
|
6371
6475
|
sizes: "(min-width: 480px) 183px, 223px",
|
|
6372
6476
|
...c,
|
|
@@ -6376,7 +6480,7 @@ const d1 = j(
|
|
|
6376
6480
|
}
|
|
6377
6481
|
)
|
|
6378
6482
|
}
|
|
6379
|
-
),
|
|
6483
|
+
), d3 = ({
|
|
6380
6484
|
title: a,
|
|
6381
6485
|
summaryProps: s,
|
|
6382
6486
|
cardTitleProps: c,
|
|
@@ -6392,7 +6496,7 @@ const d1 = j(
|
|
|
6392
6496
|
gap: "l",
|
|
6393
6497
|
alignItems: { xs: "baseline", md: "center" },
|
|
6394
6498
|
children: [
|
|
6395
|
-
/* @__PURE__ */ t(
|
|
6499
|
+
/* @__PURE__ */ t(F, { grow: 1, children: [
|
|
6396
6500
|
n && /* @__PURE__ */ t(m, { color: "ultramarine", children: [
|
|
6397
6501
|
/* @__PURE__ */ e(z, { name: "local", size: 13, mr: "xxs-2", mb: "xxs-2" }),
|
|
6398
6502
|
/* @__PURE__ */ e(g, { size: "xxs", weight: "bold", textTransform: "uppercase", children: n })
|
|
@@ -6403,7 +6507,7 @@ const d1 = j(
|
|
|
6403
6507
|
/* @__PURE__ */ e(C, { ...r, buttonColor: "primary", href: l, whiteSpace: "nowrap", children: r.children })
|
|
6404
6508
|
]
|
|
6405
6509
|
}
|
|
6406
|
-
),
|
|
6510
|
+
), h3 = ({
|
|
6407
6511
|
link: a,
|
|
6408
6512
|
title: s,
|
|
6409
6513
|
summaryProps: c,
|
|
@@ -6417,7 +6521,7 @@ const d1 = j(
|
|
|
6417
6521
|
const { cardFooterProps: u, signatureProps: h, ...x } = d;
|
|
6418
6522
|
return /* @__PURE__ */ t(R, { ...x, direction: "column", className: "c-card-with-summary", clickable: !0, children: [
|
|
6419
6523
|
/* @__PURE__ */ t(m, { mb: "xs", className: "c-card-with-summary__content", gap: "xs", children: [
|
|
6420
|
-
/* @__PURE__ */ t(
|
|
6524
|
+
/* @__PURE__ */ t(F, { grow: 1, children: [
|
|
6421
6525
|
l && /* @__PURE__ */ e(Q, { ...l, mb: "xxs-2" }),
|
|
6422
6526
|
/* @__PURE__ */ e(
|
|
6423
6527
|
D,
|
|
@@ -6432,7 +6536,7 @@ const d1 = j(
|
|
|
6432
6536
|
o === _.DESKTOP && c && /* @__PURE__ */ e(g, { ...c, as: "span", size: "m", fontFamily: "source-serif-pro", children: c.children })
|
|
6433
6537
|
] }),
|
|
6434
6538
|
/* @__PURE__ */ e("div", { children: n && /* @__PURE__ */ e(
|
|
6435
|
-
|
|
6539
|
+
I,
|
|
6436
6540
|
{
|
|
6437
6541
|
...n,
|
|
6438
6542
|
...n.caption && {
|
|
@@ -6457,7 +6561,7 @@ const d1 = j(
|
|
|
6457
6561
|
}
|
|
6458
6562
|
)
|
|
6459
6563
|
] });
|
|
6460
|
-
},
|
|
6564
|
+
}, pe = ({
|
|
6461
6565
|
articles: a,
|
|
6462
6566
|
layout: s,
|
|
6463
6567
|
label: c,
|
|
@@ -6475,12 +6579,12 @@ const d1 = j(
|
|
|
6475
6579
|
const y = (f) => {
|
|
6476
6580
|
switch (o?.sliderVariant) {
|
|
6477
6581
|
case "videos":
|
|
6478
|
-
return /* @__PURE__ */ e(
|
|
6582
|
+
return /* @__PURE__ */ e(ue, { ...f });
|
|
6479
6583
|
case "vertical-cards":
|
|
6480
|
-
return /* @__PURE__ */ e(
|
|
6584
|
+
return /* @__PURE__ */ e(me, { ...f });
|
|
6481
6585
|
default:
|
|
6482
6586
|
return /* @__PURE__ */ e(
|
|
6483
|
-
|
|
6587
|
+
m2,
|
|
6484
6588
|
{
|
|
6485
6589
|
...f,
|
|
6486
6590
|
layout: s,
|
|
@@ -6506,7 +6610,7 @@ const d1 = j(
|
|
|
6506
6610
|
);
|
|
6507
6611
|
}
|
|
6508
6612
|
}, b = /* @__PURE__ */ e(
|
|
6509
|
-
|
|
6613
|
+
p2,
|
|
6510
6614
|
{
|
|
6511
6615
|
label: c || "",
|
|
6512
6616
|
mb: n && "0" || (!u || h) && "m" || "xxl",
|
|
@@ -6553,7 +6657,7 @@ const d1 = j(
|
|
|
6553
6657
|
itemsGap: o?.sliderVariant === "videos" ? "l" : "xs",
|
|
6554
6658
|
layout: s,
|
|
6555
6659
|
children: a.map((f) => /* @__PURE__ */ e(
|
|
6556
|
-
|
|
6660
|
+
F,
|
|
6557
6661
|
{
|
|
6558
6662
|
as: "article",
|
|
6559
6663
|
grow: 0,
|
|
@@ -6576,15 +6680,15 @@ const d1 = j(
|
|
|
6576
6680
|
]
|
|
6577
6681
|
}
|
|
6578
6682
|
) : null;
|
|
6579
|
-
},
|
|
6683
|
+
}, ge = (a, s, c, l) => {
|
|
6580
6684
|
const r = a * Math.cos(2 * Math.PI * s), n = a * Math.sin(2 * Math.PI * s);
|
|
6581
6685
|
return { pathDescription: `M0,0 L${c},${l} A${a},${a} 0 ${s > 0.5 ? 1 : 0} 1 ${r},${n} Z`, lx: r, ly: n };
|
|
6582
|
-
},
|
|
6686
|
+
}, ve = (a, s, c) => {
|
|
6583
6687
|
let l = 0, r = s, n = 0;
|
|
6584
6688
|
return a.reduce((i, o) => {
|
|
6585
6689
|
const d = (o.seats || 0) / c;
|
|
6586
6690
|
l += d;
|
|
6587
|
-
const { pathDescription: u, lx: h, ly: x } =
|
|
6691
|
+
const { pathDescription: u, lx: h, ly: x } = ge(s, l / 2, r, n);
|
|
6588
6692
|
r = h, n = x;
|
|
6589
6693
|
const v = /* @__PURE__ */ e(
|
|
6590
6694
|
"path",
|
|
@@ -6596,7 +6700,7 @@ const d1 = j(
|
|
|
6596
6700
|
);
|
|
6597
6701
|
return i.push(v), i;
|
|
6598
6702
|
}, []);
|
|
6599
|
-
},
|
|
6703
|
+
}, m3 = ({ results: a, ...s }) => {
|
|
6600
6704
|
const r = a.map((i) => i.seats).reduce((i, o) => i + o, 0), n = a.filter((i) => i.seats > 0).map(
|
|
6601
6705
|
(i) => ({
|
|
6602
6706
|
name: i.politicalParty.name,
|
|
@@ -6614,7 +6718,7 @@ const d1 = j(
|
|
|
6614
6718
|
viewBox: `-270 -${270 + 40 / 2} ${270 * 2} 270`,
|
|
6615
6719
|
children: [
|
|
6616
6720
|
/* @__PURE__ */ e("title", { children: `Diagramme en demi-donut représentant la répartition des ${r} sièges` }),
|
|
6617
|
-
|
|
6721
|
+
ve(a, 270, r),
|
|
6618
6722
|
/* @__PURE__ */ t("g", { className: "c-half-donut__top", children: [
|
|
6619
6723
|
/* @__PURE__ */ e("line", { x1: "0", y1: `-${270 + 40 / 3}`, x2: "0", y2: "-270" }),
|
|
6620
6724
|
/* @__PURE__ */ e("text", { x: "-13", y: `-${270 + 40 / 2}`, children: "50%" })
|
|
@@ -6637,7 +6741,7 @@ const d1 = j(
|
|
|
6637
6741
|
),
|
|
6638
6742
|
/* @__PURE__ */ e(y1, { items: n, mt: "xxl" })
|
|
6639
6743
|
] });
|
|
6640
|
-
},
|
|
6744
|
+
}, xe = ({
|
|
6641
6745
|
dialogId: a,
|
|
6642
6746
|
ariaLabel: s = "Fermer la fenêtre",
|
|
6643
6747
|
modalIconSize: c = [114, 28],
|
|
@@ -6708,7 +6812,7 @@ const d1 = j(
|
|
|
6708
6812
|
)
|
|
6709
6813
|
]
|
|
6710
6814
|
}
|
|
6711
|
-
),
|
|
6815
|
+
), u3 = ({ children: a, layout: s, ...c }) => {
|
|
6712
6816
|
const l = "dialog-chatbot";
|
|
6713
6817
|
return /* @__PURE__ */ t(
|
|
6714
6818
|
D1,
|
|
@@ -6718,7 +6822,7 @@ const d1 = j(
|
|
|
6718
6822
|
className: p("c-chatbot", c?.className),
|
|
6719
6823
|
variant: "right",
|
|
6720
6824
|
children: [
|
|
6721
|
-
s === _.MOBILE && /* @__PURE__ */ e(
|
|
6825
|
+
s === _.MOBILE && /* @__PURE__ */ e(xe, { dialogId: l }),
|
|
6722
6826
|
/* @__PURE__ */ t(w, { bg: "grey-100", p: "m", children: [
|
|
6723
6827
|
/* @__PURE__ */ e(Z, { as: "h3", size: "xxs-2", color: "ultramarine", mb: "xxs-3", children: "Vous avez des questions sur l’actualité ?" }),
|
|
6724
6828
|
/* @__PURE__ */ e(g, { size: "m", children: "Notre IA est disponible 24h/24 et 7 jours/7" })
|
|
@@ -6727,7 +6831,7 @@ const d1 = j(
|
|
|
6727
6831
|
]
|
|
6728
6832
|
}
|
|
6729
6833
|
);
|
|
6730
|
-
},
|
|
6834
|
+
}, p3 = ({
|
|
6731
6835
|
citationText: a,
|
|
6732
6836
|
citationAuthor: s,
|
|
6733
6837
|
...c
|
|
@@ -6773,10 +6877,10 @@ const d1 = j(
|
|
|
6773
6877
|
isDropdown: h,
|
|
6774
6878
|
...x
|
|
6775
6879
|
}, v) => {
|
|
6776
|
-
const y =
|
|
6880
|
+
const y = f2().replace(/:/g, ""), b = `c-collapse__button-${a}-${y}`, f = `c-collapse__content-${a}-${y}`, N = () => {
|
|
6777
6881
|
if (c) {
|
|
6778
|
-
const { children:
|
|
6779
|
-
return /* @__PURE__ */ e(g, { as: "span", size: "m", color: "black", ...k, children:
|
|
6882
|
+
const { children: E, ...k } = c;
|
|
6883
|
+
return /* @__PURE__ */ e(g, { as: "span", size: "m", color: "black", ...k, children: E });
|
|
6780
6884
|
}
|
|
6781
6885
|
const { as: M, children: B, ...H } = s ?? {};
|
|
6782
6886
|
return /* @__PURE__ */ e(g, { as: "span", size: "l", color: "black", ...H, children: B });
|
|
@@ -6836,7 +6940,7 @@ const d1 = j(
|
|
|
6836
6940
|
}
|
|
6837
6941
|
);
|
|
6838
6942
|
}
|
|
6839
|
-
),
|
|
6943
|
+
), g3 = ({
|
|
6840
6944
|
enableComment: a,
|
|
6841
6945
|
lazyLoad: s = { delayed: !0, distanceVisible: 0 },
|
|
6842
6946
|
...c
|
|
@@ -6850,7 +6954,7 @@ const d1 = j(
|
|
|
6850
6954
|
...c,
|
|
6851
6955
|
children: /* @__PURE__ */ e("div", { id: "graphcomment", className: "c-comment__container" })
|
|
6852
6956
|
}
|
|
6853
|
-
) : null,
|
|
6957
|
+
) : null, v3 = ({
|
|
6854
6958
|
enableComment: a,
|
|
6855
6959
|
commentNumber: s = 0,
|
|
6856
6960
|
lazyLoad: c = { delayed: !0, distanceVisible: 0 }
|
|
@@ -6864,13 +6968,13 @@ const d1 = j(
|
|
|
6864
6968
|
"data-distance-visible": c.distanceVisible,
|
|
6865
6969
|
"data-comment-number": s
|
|
6866
6970
|
}
|
|
6867
|
-
) : null,
|
|
6868
|
-
/* @__PURE__ */ e(
|
|
6971
|
+
) : null, x3 = ({ commentNumber: a, layout: s }) => s === _.MOBILE ? /* @__PURE__ */ t(S, { children: [
|
|
6972
|
+
/* @__PURE__ */ e(P, { color: "grey-200" }),
|
|
6869
6973
|
/* @__PURE__ */ t(m, { gap: "xxs", p: "xs", children: [
|
|
6870
6974
|
/* @__PURE__ */ e(z, { name: "comment", size: 16, color: "ultramarine" }),
|
|
6871
6975
|
/* @__PURE__ */ e(g, { weight: "bold", size: "xs", color: "ultramarine", children: `${a} ${a > 1 ? "commentaires" : "commentaire"}` })
|
|
6872
6976
|
] }),
|
|
6873
|
-
/* @__PURE__ */ e(
|
|
6977
|
+
/* @__PURE__ */ e(P, { color: "grey-200" })
|
|
6874
6978
|
] }) : /* @__PURE__ */ t(m, { gap: "xs", mb: "xs", children: [
|
|
6875
6979
|
/* @__PURE__ */ e(z, { name: "comment", size: 22, color: "ultramarine" }),
|
|
6876
6980
|
/* @__PURE__ */ e(Z, { as: "h2", size: "xxs", children: `${a} ${a > 1 ? "commentaires" : "commentaire"}` })
|
|
@@ -6958,18 +7062,18 @@ const d1 = j(
|
|
|
6958
7062
|
]
|
|
6959
7063
|
}
|
|
6960
7064
|
);
|
|
6961
|
-
},
|
|
7065
|
+
}, w3 = ({
|
|
6962
7066
|
label: a,
|
|
6963
7067
|
icon: s = { name: "darkmode", size: 20 },
|
|
6964
7068
|
...c
|
|
6965
7069
|
}) => /* @__PURE__ */ e(
|
|
6966
|
-
|
|
7070
|
+
G2,
|
|
6967
7071
|
{
|
|
6968
7072
|
icon: s,
|
|
6969
7073
|
label: a || /* @__PURE__ */ e(g, { size: "l", as: "span", weight: "bold", children: "Mode sombre" }),
|
|
6970
7074
|
...c
|
|
6971
7075
|
}
|
|
6972
|
-
),
|
|
7076
|
+
), b3 = ({ topics: a, ...s }) => a.length === 0 ? null : /* @__PURE__ */ t(w, { ...s, children: [
|
|
6973
7077
|
/* @__PURE__ */ e(Z, { as: "h3", mb: "xs", size: "xxs", children: "À découvrir" }),
|
|
6974
7078
|
/* @__PURE__ */ e("ul", { children: a.map((c) => /* @__PURE__ */ t(w, { as: "li", mb: "xs", children: [
|
|
6975
7079
|
/* @__PURE__ */ t(m, { alignItems: "center", gap: "xxs", children: [
|
|
@@ -7010,7 +7114,7 @@ const d1 = j(
|
|
|
7010
7114
|
}
|
|
7011
7115
|
)
|
|
7012
7116
|
] }, c.href)) })
|
|
7013
|
-
] }),
|
|
7117
|
+
] }), f3 = ({
|
|
7014
7118
|
layout: a,
|
|
7015
7119
|
searchFormProps: s,
|
|
7016
7120
|
title: c,
|
|
@@ -7030,7 +7134,7 @@ const d1 = j(
|
|
|
7030
7134
|
className: "c-search-banner__expand-button"
|
|
7031
7135
|
}
|
|
7032
7136
|
), h = n && /* @__PURE__ */ e(
|
|
7033
|
-
|
|
7137
|
+
K2,
|
|
7034
7138
|
{
|
|
7035
7139
|
...n,
|
|
7036
7140
|
defaultValue: n?.options.find((y) => y.isSelected)?.value,
|
|
@@ -7109,7 +7213,7 @@ const d1 = j(
|
|
|
7109
7213
|
) : /* @__PURE__ */ e(z, { name: "ballot-box", size: 55, className: "c-search-banner__default-icon" }),
|
|
7110
7214
|
/* @__PURE__ */ t(m, { flexGrow: 1, direction: "column", py: "m", children: [
|
|
7111
7215
|
/* @__PURE__ */ t(m, { gap: { xs: "m", lg: "l" }, justifyContent: "end", children: [
|
|
7112
|
-
/* @__PURE__ */ e(
|
|
7216
|
+
/* @__PURE__ */ e(F, { grow: 1, children: /* @__PURE__ */ e(w, { as: w1, ...s }) }),
|
|
7113
7217
|
!!n?.options.length && h,
|
|
7114
7218
|
!!r?.length && u
|
|
7115
7219
|
] }),
|
|
@@ -7130,7 +7234,7 @@ const d1 = j(
|
|
|
7130
7234
|
children: [
|
|
7131
7235
|
c && /* @__PURE__ */ e(g, { as: "span", px: "m", weight: "bold", color: "white", mb: "xxs", children: l ? /* @__PURE__ */ e("a", { href: l, children: c }) : c }),
|
|
7132
7236
|
/* @__PURE__ */ t(m, { gap: "s", px: { xs: "m", md: "0" }, children: [
|
|
7133
|
-
/* @__PURE__ */ e(
|
|
7237
|
+
/* @__PURE__ */ e(F, { as: w1, grow: 1, ...s }),
|
|
7134
7238
|
!!(r?.length || n?.options.length) && u
|
|
7135
7239
|
] }),
|
|
7136
7240
|
!!(r?.length || n?.options.length) && /* @__PURE__ */ t(
|
|
@@ -7154,7 +7258,7 @@ const d1 = j(
|
|
|
7154
7258
|
)
|
|
7155
7259
|
}
|
|
7156
7260
|
);
|
|
7157
|
-
},
|
|
7261
|
+
}, y3 = ({
|
|
7158
7262
|
reactListItems: a,
|
|
7159
7263
|
activeReaction: s,
|
|
7160
7264
|
...c
|
|
@@ -7188,7 +7292,7 @@ const d1 = j(
|
|
|
7188
7292
|
}
|
|
7189
7293
|
) }, l.type)) })
|
|
7190
7294
|
}
|
|
7191
|
-
),
|
|
7295
|
+
), _3 = ({
|
|
7192
7296
|
statusCode: a = "404",
|
|
7193
7297
|
enableGoogleSearch: s
|
|
7194
7298
|
}) => {
|
|
@@ -7219,7 +7323,7 @@ const d1 = j(
|
|
|
7219
7323
|
/* @__PURE__ */ e(w, { mb: "s", children: s ? /* @__PURE__ */ e(w, { className: "gcse-search" }) : /* @__PURE__ */ e(w1, { id: "search-form-error", url: "/", "aria-hidden": !0 }) }),
|
|
7220
7324
|
/* @__PURE__ */ e(C, { href: "/", className: "c-error-content__link", children: "Retour page d’accueil" })
|
|
7221
7325
|
] });
|
|
7222
|
-
},
|
|
7326
|
+
}, we = ({
|
|
7223
7327
|
visibleItems: a,
|
|
7224
7328
|
heading: s,
|
|
7225
7329
|
visibleGridProps: c,
|
|
@@ -7278,7 +7382,7 @@ const d1 = j(
|
|
|
7278
7382
|
] })
|
|
7279
7383
|
]
|
|
7280
7384
|
}
|
|
7281
|
-
),
|
|
7385
|
+
), z3 = ({
|
|
7282
7386
|
title: a,
|
|
7283
7387
|
subtitle: s,
|
|
7284
7388
|
icon: c,
|
|
@@ -7291,13 +7395,13 @@ const d1 = j(
|
|
|
7291
7395
|
s && /* @__PURE__ */ e(g, { mb: "xxs-2", children: s }),
|
|
7292
7396
|
/* @__PURE__ */ e(Z, { as: "h2", size: "m", fontFamily: "source-serif-pro", children: a })
|
|
7293
7397
|
] })
|
|
7294
|
-
] }),
|
|
7398
|
+
] }), be = {
|
|
7295
7399
|
logo: [90, 22],
|
|
7296
7400
|
"logo-animaux": [78, 24],
|
|
7297
7401
|
"logo-instant": [78, 24],
|
|
7298
7402
|
"logo-tv": [40, 22],
|
|
7299
7403
|
"logo-games": [60, 24]
|
|
7300
|
-
},
|
|
7404
|
+
}, N3 = ({
|
|
7301
7405
|
logoHref: a,
|
|
7302
7406
|
headerLinks: s,
|
|
7303
7407
|
logoName: c = "logo",
|
|
@@ -7347,7 +7451,7 @@ const d1 = j(
|
|
|
7347
7451
|
z,
|
|
7348
7452
|
{
|
|
7349
7453
|
name: c,
|
|
7350
|
-
size:
|
|
7454
|
+
size: be[c],
|
|
7351
7455
|
svgTitle: "20 Minutes : Actualités et infos en direct"
|
|
7352
7456
|
}
|
|
7353
7457
|
) })
|
|
@@ -7402,7 +7506,7 @@ const d1 = j(
|
|
|
7402
7506
|
mt: { xs: "s", md: "m" },
|
|
7403
7507
|
children: /* @__PURE__ */ e(V, { variant: "ghost-with-icon-bg", iconProps: { name: "trophy", size: 24 }, children: "Voir mon classement" })
|
|
7404
7508
|
}
|
|
7405
|
-
),
|
|
7509
|
+
), k3 = ({
|
|
7406
7510
|
layout: a,
|
|
7407
7511
|
heading: s,
|
|
7408
7512
|
rightAsideElement: c,
|
|
@@ -7437,7 +7541,7 @@ const d1 = j(
|
|
|
7437
7541
|
}
|
|
7438
7542
|
), f = /* @__PURE__ */ t(S, { children: [
|
|
7439
7543
|
/* @__PURE__ */ e(m, { as: "header", gap: n ? "m" : void 0, alignItems: "start", justifyContent: "between", children: /* @__PURE__ */ t(
|
|
7440
|
-
|
|
7544
|
+
F,
|
|
7441
7545
|
{
|
|
7442
7546
|
mx: { xs: "m", md: "0" },
|
|
7443
7547
|
mt: { xs: i ? "l" : "s", md: u ? "0" : "l" },
|
|
@@ -7524,7 +7628,7 @@ const d1 = j(
|
|
|
7524
7628
|
l && f
|
|
7525
7629
|
] });
|
|
7526
7630
|
return a === _.DESKTOP && (N = /* @__PURE__ */ t(m, { alignItems: "start", justifyContent: "between", gap: n ? "m" : void 0, children: [
|
|
7527
|
-
/* @__PURE__ */ t(
|
|
7631
|
+
/* @__PURE__ */ t(F, { basis: 100, children: [
|
|
7528
7632
|
c || n?.type === "sponsored-page" ? /* @__PURE__ */ t(
|
|
7529
7633
|
m,
|
|
7530
7634
|
{
|
|
@@ -7534,8 +7638,8 @@ const d1 = j(
|
|
|
7534
7638
|
gap: "m",
|
|
7535
7639
|
pb: "xxs",
|
|
7536
7640
|
children: [
|
|
7537
|
-
/* @__PURE__ */ e(
|
|
7538
|
-
!!c && /* @__PURE__ */ e(
|
|
7641
|
+
/* @__PURE__ */ e(F, { basis: 100, children: b }),
|
|
7642
|
+
!!c && /* @__PURE__ */ e(F, { basis: "auto", shrink: 0, children: c }),
|
|
7539
7643
|
n?.type === "sponsored-page" && /* @__PURE__ */ e(X, { sponsor: n.content, size: "s", hasText: !0, justifyContent: "end", mb: "s" })
|
|
7540
7644
|
]
|
|
7541
7645
|
}
|
|
@@ -7574,7 +7678,7 @@ const d1 = j(
|
|
|
7574
7678
|
children: N
|
|
7575
7679
|
}
|
|
7576
7680
|
);
|
|
7577
|
-
},
|
|
7681
|
+
}, M3 = ({
|
|
7578
7682
|
label: a,
|
|
7579
7683
|
heading: s,
|
|
7580
7684
|
source: c,
|
|
@@ -7692,7 +7796,7 @@ const d1 = j(
|
|
|
7692
7796
|
/* @__PURE__ */ e("span", { className: "c-header-title__text-with-icon", children: a })
|
|
7693
7797
|
] }) : a
|
|
7694
7798
|
}
|
|
7695
|
-
),
|
|
7799
|
+
), C3 = ({
|
|
7696
7800
|
images: a,
|
|
7697
7801
|
layout: s,
|
|
7698
7802
|
withNavigation: c = !0,
|
|
@@ -7766,7 +7870,7 @@ const d1 = j(
|
|
|
7766
7870
|
)),
|
|
7767
7871
|
/* @__PURE__ */ e(m, { gap: "xxs", className: "c-image-slider__indicators", children: a.map((n, i) => /* @__PURE__ */ e("div", { className: "c-image-slider__indicator", "data-index": i }, `image${i + 1}`)) })
|
|
7768
7872
|
] });
|
|
7769
|
-
},
|
|
7873
|
+
}, fe = ({
|
|
7770
7874
|
description: a,
|
|
7771
7875
|
heading: s,
|
|
7772
7876
|
link: c,
|
|
@@ -7806,30 +7910,7 @@ const d1 = j(
|
|
|
7806
7910
|
/* @__PURE__ */ e(g, { as: c ? "a" : "div", size: "s", color: "black", ...c || {}, children: a }),
|
|
7807
7911
|
l && /* @__PURE__ */ e(V, { ...l, variant: "ghost", className: "c-info-banner__close", children: /* @__PURE__ */ e(z, { name: "close", size: 12, color: "white" }) })
|
|
7808
7912
|
] }),
|
|
7809
|
-
r && /* @__PURE__ */
|
|
7810
|
-
/* @__PURE__ */ e(
|
|
7811
|
-
"button",
|
|
7812
|
-
{
|
|
7813
|
-
type: "button",
|
|
7814
|
-
className: "c-info-banner__info-button js-info-banner__button",
|
|
7815
|
-
"aria-expanded": "false",
|
|
7816
|
-
"aria-controls": "info-button-content",
|
|
7817
|
-
children: /* @__PURE__ */ e(z, { name: "info", size: 20, color: "black" })
|
|
7818
|
-
}
|
|
7819
|
-
),
|
|
7820
|
-
/* @__PURE__ */ e(
|
|
7821
|
-
w,
|
|
7822
|
-
{
|
|
7823
|
-
id: "info-button-content",
|
|
7824
|
-
className: "c-info-banner__info-content",
|
|
7825
|
-
"aria-hidden": "true",
|
|
7826
|
-
bg: "grey-100",
|
|
7827
|
-
color: "grey-600",
|
|
7828
|
-
p: "xs",
|
|
7829
|
-
children: r
|
|
7830
|
-
}
|
|
7831
|
-
)
|
|
7832
|
-
] })
|
|
7913
|
+
r && /* @__PURE__ */ e(t2, { ...r })
|
|
7833
7914
|
]
|
|
7834
7915
|
}
|
|
7835
7916
|
)
|
|
@@ -7865,7 +7946,7 @@ const d1 = j(
|
|
|
7865
7946
|
},
|
|
7866
7947
|
l.name
|
|
7867
7948
|
)) });
|
|
7868
|
-
},
|
|
7949
|
+
}, u2 = (a) => Y.Children.map(a.children, (s) => {
|
|
7869
7950
|
if (Y.isValidElement(s)) {
|
|
7870
7951
|
const { children: c, ...l } = s.props;
|
|
7871
7952
|
return /* @__PURE__ */ t(
|
|
@@ -7877,13 +7958,13 @@ const d1 = j(
|
|
|
7877
7958
|
}) : l?.className,
|
|
7878
7959
|
children: [
|
|
7879
7960
|
s.type === "li" && /* @__PURE__ */ e(z, { name: "diode", size: 16, mr: "xs" }),
|
|
7880
|
-
c ?
|
|
7961
|
+
c ? u2({ color: a.color, children: c }) : void 0
|
|
7881
7962
|
]
|
|
7882
7963
|
}
|
|
7883
7964
|
);
|
|
7884
7965
|
}
|
|
7885
7966
|
return s;
|
|
7886
|
-
}),
|
|
7967
|
+
}), ye = (a) => /* @__PURE__ */ e(S, { children: u2(a) }), S3 = ({
|
|
7887
7968
|
variant: a,
|
|
7888
7969
|
isOver: s = !1,
|
|
7889
7970
|
updatedAt: c,
|
|
@@ -7924,7 +8005,7 @@ const d1 = j(
|
|
|
7924
8005
|
children: l?.children || s && "Terminé" || `Mis à jour ${c}`
|
|
7925
8006
|
}
|
|
7926
8007
|
)
|
|
7927
|
-
] }),
|
|
8008
|
+
] }), B3 = ({
|
|
7928
8009
|
enableLiveQuestion: a,
|
|
7929
8010
|
lazyLoad: s = { delayed: !0, distanceVisible: 0 },
|
|
7930
8011
|
...c
|
|
@@ -7940,7 +8021,7 @@ const d1 = j(
|
|
|
7940
8021
|
mx: { xs: "m", md: "0" }
|
|
7941
8022
|
}
|
|
7942
8023
|
)
|
|
7943
|
-
] }) : null,
|
|
8024
|
+
] }) : null, Z3 = ({ question: a, author: s, response: c, ...l }) => /* @__PURE__ */ t(w, { ...l, className: "c-live-talk", children: [
|
|
7944
8025
|
/* @__PURE__ */ t(w, { bg: "grey-100", p: "s", mb: "xl", radius: "m", className: "c-live-talk__question", children: [
|
|
7945
8026
|
/* @__PURE__ */ e(
|
|
7946
8027
|
g,
|
|
@@ -7955,7 +8036,7 @@ const d1 = j(
|
|
|
7955
8036
|
/* @__PURE__ */ e(g, { color: "black", weight: "bold", size: "xs", children: s })
|
|
7956
8037
|
] }),
|
|
7957
8038
|
c && /* @__PURE__ */ e(g, { color: "grey-600", fontFamily: "source-serif-pro", size: "l", children: c })
|
|
7958
|
-
] }),
|
|
8039
|
+
] }), V3 = ({
|
|
7959
8040
|
status: a,
|
|
7960
8041
|
header: s,
|
|
7961
8042
|
title: c,
|
|
@@ -7988,10 +8069,10 @@ const d1 = j(
|
|
|
7988
8069
|
}
|
|
7989
8070
|
)
|
|
7990
8071
|
] });
|
|
7991
|
-
},
|
|
8072
|
+
}, H3 = (a) => /* @__PURE__ */ t(m, { as: C, color: "black", alignItems: "center", ...a, children: [
|
|
7992
8073
|
/* @__PURE__ */ e(z, { mr: "xs", name: "power", size: 20 }),
|
|
7993
8074
|
/* @__PURE__ */ e(g, { size: "m", as: "span", weight: "bold", children: "Se déconnecter" })
|
|
7994
|
-
] }),
|
|
8075
|
+
] }), $3 = ({
|
|
7995
8076
|
electionName: a,
|
|
7996
8077
|
electionYear: s,
|
|
7997
8078
|
resultsPerDepartment: c,
|
|
@@ -8047,7 +8128,7 @@ const d1 = j(
|
|
|
8047
8128
|
] }),
|
|
8048
8129
|
n.length > 0 && /* @__PURE__ */ e(y1, { items: n, mt: "xxl" })
|
|
8049
8130
|
] });
|
|
8050
|
-
},
|
|
8131
|
+
}, L3 = ({
|
|
8051
8132
|
electionName: a,
|
|
8052
8133
|
electionYear: s,
|
|
8053
8134
|
resultsPerDistrict: c,
|
|
@@ -8143,7 +8224,7 @@ const d1 = j(
|
|
|
8143
8224
|
] }),
|
|
8144
8225
|
o.length > 0 && /* @__PURE__ */ e(y1, { items: o, mt: "xxl" })
|
|
8145
8226
|
] });
|
|
8146
|
-
},
|
|
8227
|
+
}, j3 = ({
|
|
8147
8228
|
electionName: a,
|
|
8148
8229
|
electionYear: s,
|
|
8149
8230
|
resultsPerCountry: c,
|
|
@@ -8192,14 +8273,14 @@ const d1 = j(
|
|
|
8192
8273
|
] }),
|
|
8193
8274
|
i.length > 0 && /* @__PURE__ */ e(y1, { items: i, mt: "xxl" })
|
|
8194
8275
|
] });
|
|
8195
|
-
},
|
|
8276
|
+
}, _e = /<path\b([^>]*?)\/>/g, ze = /\b([:\w-]+)="([^"]*)"/g, Ne = (a) => {
|
|
8196
8277
|
const s = [];
|
|
8197
|
-
for (const c of a.matchAll(
|
|
8278
|
+
for (const c of a.matchAll(_e)) {
|
|
8198
8279
|
const l = c[1];
|
|
8199
8280
|
if (!l)
|
|
8200
8281
|
continue;
|
|
8201
8282
|
const r = /* @__PURE__ */ new Map();
|
|
8202
|
-
for (const u of l.matchAll(
|
|
8283
|
+
for (const u of l.matchAll(ze)) {
|
|
8203
8284
|
const [, h, x] = u;
|
|
8204
8285
|
h && r.set(h, x || "");
|
|
8205
8286
|
}
|
|
@@ -8212,7 +8293,7 @@ const d1 = j(
|
|
|
8212
8293
|
});
|
|
8213
8294
|
}
|
|
8214
8295
|
return s;
|
|
8215
|
-
},
|
|
8296
|
+
}, ke = (a) => new Map(a.map((s) => [s.id, s])), Me = (a) => a.normalize("NFD").replace(/[\u0300-\u036f]/g, "").replace(/'/g, "-").replace(/[^a-zA-Z0-9]+/g, "-").replace(/^-+|-+$/g, "").toLowerCase(), Y1 = (a) => `/elections/resultats/${Me(a)}/`, F3 = ({
|
|
8216
8297
|
layout: a,
|
|
8217
8298
|
resultsPerTown: s,
|
|
8218
8299
|
departmentsPaths: c,
|
|
@@ -8223,8 +8304,8 @@ const d1 = j(
|
|
|
8223
8304
|
}) => {
|
|
8224
8305
|
if (!c)
|
|
8225
8306
|
return /* @__PURE__ */ e("output", { "aria-live": "polite", children: "Chargement de la carte…" });
|
|
8226
|
-
const o = a === _.MOBILE, d = new Map(s.map((b) => [b.id, b])), u = /* @__PURE__ */ new Map(), h = U(() => r ?
|
|
8227
|
-
|
|
8307
|
+
const o = a === _.MOBILE, d = new Map(s.map((b) => [b.id, b])), u = /* @__PURE__ */ new Map(), h = U(() => r ? ke(Ne(r)) : /* @__PURE__ */ new Map(), [r]), x = U(() => new Map(
|
|
8308
|
+
P1.map((b) => {
|
|
8228
8309
|
const f = h.get(`town-${b.id}`);
|
|
8229
8310
|
return f ? [b.name, f.url] : null;
|
|
8230
8311
|
}).filter((b) => b !== null)
|
|
@@ -8326,7 +8407,7 @@ const d1 = j(
|
|
|
8326
8407
|
) : null;
|
|
8327
8408
|
}) }),
|
|
8328
8409
|
/* @__PURE__ */ e("g", { className: "c-map-towns__layer-departments", "aria-hidden": "true", children: Object.entries(c).map(([b, f]) => {
|
|
8329
|
-
const N =
|
|
8410
|
+
const N = S2[b];
|
|
8330
8411
|
return /* @__PURE__ */ e(
|
|
8331
8412
|
"path",
|
|
8332
8413
|
{
|
|
@@ -8340,7 +8421,7 @@ const d1 = j(
|
|
|
8340
8421
|
`out-${b}`
|
|
8341
8422
|
);
|
|
8342
8423
|
}) }),
|
|
8343
|
-
/* @__PURE__ */ e("g", { className: "c-map-towns__layer-markers", children:
|
|
8424
|
+
/* @__PURE__ */ e("g", { className: "c-map-towns__layer-markers", children: P1.map(
|
|
8344
8425
|
(b) => (() => {
|
|
8345
8426
|
const f = h.get(`town-${b.id}`);
|
|
8346
8427
|
return f ? (
|
|
@@ -8792,7 +8873,7 @@ const d1 = j(
|
|
|
8792
8873
|
)
|
|
8793
8874
|
]
|
|
8794
8875
|
}
|
|
8795
|
-
),
|
|
8876
|
+
), A3 = ({ links: a, activeLink: s, ...c }) => /* @__PURE__ */ e(w, { className: "c-sub-menu", ...c, children: a.map((l, r) => {
|
|
8796
8877
|
const n = s === l.href;
|
|
8797
8878
|
return /* @__PURE__ */ t(
|
|
8798
8879
|
m,
|
|
@@ -8811,7 +8892,7 @@ const d1 = j(
|
|
|
8811
8892
|
},
|
|
8812
8893
|
l.href
|
|
8813
8894
|
);
|
|
8814
|
-
}) }),
|
|
8895
|
+
}) }), T3 = ({
|
|
8815
8896
|
title: a,
|
|
8816
8897
|
description: s,
|
|
8817
8898
|
placeholder: c,
|
|
@@ -8853,10 +8934,10 @@ const d1 = j(
|
|
|
8853
8934
|
/* @__PURE__ */ e(A1, { bg: n }),
|
|
8854
8935
|
d
|
|
8855
8936
|
] }) });
|
|
8856
|
-
},
|
|
8937
|
+
}, D3 = ({
|
|
8857
8938
|
items: a,
|
|
8858
8939
|
...s
|
|
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)) }),
|
|
8940
|
+
}) => !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)) }), R3 = ({
|
|
8860
8941
|
totalArticles: a,
|
|
8861
8942
|
currentPage: s,
|
|
8862
8943
|
pagePath: c,
|
|
@@ -8866,7 +8947,7 @@ const d1 = j(
|
|
|
8866
8947
|
Number(s) === 1 ? 1 : /* @__PURE__ */ e(C, { color: "grey-300", href: `${c}`, children: "1" }),
|
|
8867
8948
|
a > 17 && (Number(s) === 2 ? 2 : /* @__PURE__ */ e(C, { color: "grey-300", href: `${c}?page=2`, children: "2" })),
|
|
8868
8949
|
a > 25 && Number(s) !== 1 && /* @__PURE__ */ e(C, { color: Number(s) !== 2 ? "black" : "grey-300", href: l, children: "Archives" })
|
|
8869
|
-
] }) : null,
|
|
8950
|
+
] }) : null, Ce = ({
|
|
8870
8951
|
percentage: a,
|
|
8871
8952
|
progressBarClassName: s,
|
|
8872
8953
|
...c
|
|
@@ -8894,14 +8975,14 @@ const d1 = j(
|
|
|
8894
8975
|
}
|
|
8895
8976
|
)
|
|
8896
8977
|
}
|
|
8897
|
-
) }),
|
|
8978
|
+
) }), O3 = ({ content: a, ...s }) => /* @__PURE__ */ e(
|
|
8898
8979
|
w,
|
|
8899
8980
|
{
|
|
8900
8981
|
...s,
|
|
8901
8982
|
className: p("c-prose", s?.className),
|
|
8902
8983
|
dangerouslySetInnerHTML: { __html: a }
|
|
8903
8984
|
}
|
|
8904
|
-
),
|
|
8985
|
+
), Se = ({
|
|
8905
8986
|
color: a,
|
|
8906
8987
|
count: s = 0,
|
|
8907
8988
|
countColor: c,
|
|
@@ -9010,7 +9091,7 @@ const d1 = j(
|
|
|
9010
9091
|
]
|
|
9011
9092
|
}
|
|
9012
9093
|
);
|
|
9013
|
-
},
|
|
9094
|
+
}, E3 = ({
|
|
9014
9095
|
articles: a,
|
|
9015
9096
|
layout: s,
|
|
9016
9097
|
limitTop: c = 0,
|
|
@@ -9049,14 +9130,14 @@ const d1 = j(
|
|
|
9049
9130
|
}
|
|
9050
9131
|
),
|
|
9051
9132
|
/* @__PURE__ */ e(d1, { layout: s, buttonsColor: "white", hasSpaceAroundButtons: !0, children: a.map((i, o) => /* @__PURE__ */ e(
|
|
9052
|
-
|
|
9133
|
+
F,
|
|
9053
9134
|
{
|
|
9054
9135
|
grow: 0,
|
|
9055
9136
|
shrink: 0,
|
|
9056
9137
|
align: "stretch",
|
|
9057
9138
|
className: "c-read-also-banner__article",
|
|
9058
9139
|
children: /* @__PURE__ */ e(
|
|
9059
|
-
|
|
9140
|
+
h2,
|
|
9060
9141
|
{
|
|
9061
9142
|
...i,
|
|
9062
9143
|
alignItems: "center",
|
|
@@ -9114,7 +9195,7 @@ const d1 = j(
|
|
|
9114
9195
|
l && l.length > 0 && /* @__PURE__ */ e("ul", { className: "c-search-form__autocomplete u-hidden", children: l.slice(0, 8).map((i) => /* @__PURE__ */ e("li", { children: /* @__PURE__ */ e("a", { href: i.url, tabIndex: -1, children: i.value }) }, i.value)) })
|
|
9115
9196
|
]
|
|
9116
9197
|
}
|
|
9117
|
-
),
|
|
9198
|
+
), p2 = ({
|
|
9118
9199
|
label: a,
|
|
9119
9200
|
labelLink: s,
|
|
9120
9201
|
themeColor: c,
|
|
@@ -9145,7 +9226,7 @@ const d1 = j(
|
|
|
9145
9226
|
s && /* @__PURE__ */ e(z, { name: "chevron", size: 14, color: "ultramarine", mt: "xxs-2", ml: "xxs" })
|
|
9146
9227
|
]
|
|
9147
9228
|
}
|
|
9148
|
-
),
|
|
9229
|
+
), Be = [
|
|
9149
9230
|
"messenger",
|
|
9150
9231
|
"facebook",
|
|
9151
9232
|
"twitter",
|
|
@@ -9154,7 +9235,7 @@ const d1 = j(
|
|
|
9154
9235
|
"linkedin",
|
|
9155
9236
|
"email",
|
|
9156
9237
|
"print"
|
|
9157
|
-
],
|
|
9238
|
+
], Ze = {
|
|
9158
9239
|
email: "Partager par email",
|
|
9159
9240
|
facebook: "Partager sur Facebook",
|
|
9160
9241
|
flipboard: "Partager sur Flipboard",
|
|
@@ -9163,7 +9244,7 @@ const d1 = j(
|
|
|
9163
9244
|
pinterest: "Partager sur Pinterest",
|
|
9164
9245
|
print: "Imprimer",
|
|
9165
9246
|
twitter: "Partager sur X"
|
|
9166
|
-
},
|
|
9247
|
+
}, Ve = {
|
|
9167
9248
|
email: "email",
|
|
9168
9249
|
facebook: "facebook",
|
|
9169
9250
|
flipboard: "flipboard",
|
|
@@ -9172,10 +9253,10 @@ const d1 = j(
|
|
|
9172
9253
|
pinterest: "pinterest",
|
|
9173
9254
|
print: "printer",
|
|
9174
9255
|
twitter: "twitter"
|
|
9175
|
-
},
|
|
9256
|
+
}, He = () => typeof window > "u" ? "" : window.location.href, $e = () => typeof document > "u" ? "" : document.title, J1 = (a) => encodeURIComponent(a).replace(
|
|
9176
9257
|
/[!'()*]/g,
|
|
9177
9258
|
(s) => `%${s.charCodeAt(0).toString(16).toUpperCase()}`
|
|
9178
|
-
),
|
|
9259
|
+
), Le = (a, s) => {
|
|
9179
9260
|
const c = new URLSearchParams();
|
|
9180
9261
|
switch (a) {
|
|
9181
9262
|
case "email":
|
|
@@ -9193,10 +9274,10 @@ const d1 = j(
|
|
|
9193
9274
|
case "twitter":
|
|
9194
9275
|
return c.set("url", s.url), s.title && c.set("text", s.title), `https://twitter.com/intent/tweet?${c.toString()}`;
|
|
9195
9276
|
}
|
|
9196
|
-
},
|
|
9277
|
+
}, je = (a) => {
|
|
9197
9278
|
typeof window > "u" || (a.preventDefault(), window.open(a.currentTarget.href, "share-dialog", "noopener,noreferrer,width=600,height=600"));
|
|
9198
9279
|
}, P3 = ({
|
|
9199
|
-
networks: a =
|
|
9280
|
+
networks: a = Be,
|
|
9200
9281
|
url: s = "",
|
|
9201
9282
|
title: c = "",
|
|
9202
9283
|
description: l = "",
|
|
@@ -9211,14 +9292,14 @@ const d1 = j(
|
|
|
9211
9292
|
if (!d.length)
|
|
9212
9293
|
return null;
|
|
9213
9294
|
const u = {
|
|
9214
|
-
url: s ||
|
|
9215
|
-
title: c ||
|
|
9295
|
+
url: s || He(),
|
|
9296
|
+
title: c || $e(),
|
|
9216
9297
|
description: l,
|
|
9217
9298
|
media: r,
|
|
9218
9299
|
facebookAppId: n
|
|
9219
9300
|
};
|
|
9220
9301
|
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 =
|
|
9302
|
+
const x = Ze[h], v = /* @__PURE__ */ e(z, { name: Ve[h], size: 18, className: "c-share-bar__icon" });
|
|
9222
9303
|
return h === "print" ? /* @__PURE__ */ e("li", { className: "c-share-bar__item", children: /* @__PURE__ */ e(
|
|
9223
9304
|
"button",
|
|
9224
9305
|
{
|
|
@@ -9231,17 +9312,17 @@ const d1 = j(
|
|
|
9231
9312
|
) }, h) : /* @__PURE__ */ e("li", { className: "c-share-bar__item", children: /* @__PURE__ */ e(
|
|
9232
9313
|
"a",
|
|
9233
9314
|
{
|
|
9234
|
-
href:
|
|
9315
|
+
href: Le(h, u),
|
|
9235
9316
|
className: p("c-share-bar__button", `c-share-bar__button--${h}`),
|
|
9236
9317
|
"aria-label": x,
|
|
9237
|
-
onClick: h === "email" ? void 0 :
|
|
9318
|
+
onClick: h === "email" ? void 0 : je,
|
|
9238
9319
|
rel: h === "email" ? void 0 : "noopener noreferrer",
|
|
9239
9320
|
target: h === "email" ? void 0 : "_blank",
|
|
9240
9321
|
children: v
|
|
9241
9322
|
}
|
|
9242
9323
|
) }, h);
|
|
9243
9324
|
}) }) });
|
|
9244
|
-
},
|
|
9325
|
+
}, q3 = ({
|
|
9245
9326
|
backgroundImage: a,
|
|
9246
9327
|
title: s,
|
|
9247
9328
|
subtitle: c,
|
|
@@ -9266,7 +9347,7 @@ const d1 = j(
|
|
|
9266
9347
|
}
|
|
9267
9348
|
),
|
|
9268
9349
|
/* @__PURE__ */ e("div", { className: "c-show-cover__shadow" }),
|
|
9269
|
-
l === _.DESKTOP ? /* @__PURE__ */ e(m, { as: "section", className: "c-show-cover__content o-page-wrap", color: "white", children: /* @__PURE__ */ t(
|
|
9350
|
+
l === _.DESKTOP ? /* @__PURE__ */ e(m, { as: "section", className: "c-show-cover__content o-page-wrap", color: "white", children: /* @__PURE__ */ t(F, { as: "section", basis: 50, children: [
|
|
9270
9351
|
i,
|
|
9271
9352
|
o
|
|
9272
9353
|
] }) }) : /* @__PURE__ */ t(w, { as: "section", color: "white", px: "m", className: "c-show-cover__content", children: [
|
|
@@ -9274,7 +9355,7 @@ const d1 = j(
|
|
|
9274
9355
|
o && /* @__PURE__ */ e(m, { justifyContent: "center", children: o })
|
|
9275
9356
|
] })
|
|
9276
9357
|
] });
|
|
9277
|
-
},
|
|
9358
|
+
}, g2 = ({
|
|
9278
9359
|
avatars: a,
|
|
9279
9360
|
authors: s,
|
|
9280
9361
|
layout: c,
|
|
@@ -9289,8 +9370,8 @@ const d1 = j(
|
|
|
9289
9370
|
...x
|
|
9290
9371
|
}) => {
|
|
9291
9372
|
const v = /* @__PURE__ */ t(m, { ...x, as: "address", alignItems: "start", gap: "s", children: [
|
|
9292
|
-
!d && /* @__PURE__ */ e(
|
|
9293
|
-
/* @__PURE__ */ t(
|
|
9373
|
+
!d && /* @__PURE__ */ e(ee, { avatars: a, themeColor: u }),
|
|
9374
|
+
/* @__PURE__ */ t(F, { grow: 1, align: r ? "start" : "center", children: [
|
|
9294
9375
|
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 }),
|
|
9295
9376
|
r && /* @__PURE__ */ t(g, { size: "xxs", color: "grey-400", mt: "xxs-2", ...l, children: [
|
|
9296
9377
|
/* @__PURE__ */ t("time", { children: [
|
|
@@ -9306,7 +9387,7 @@ const d1 = j(
|
|
|
9306
9387
|
h && c === _.MOBILE && /* @__PURE__ */ e(X, { sponsor: h, size: "xxs" })
|
|
9307
9388
|
] });
|
|
9308
9389
|
return i ? /* @__PURE__ */ e("a", { href: i, children: v }) : v;
|
|
9309
|
-
},
|
|
9390
|
+
}, K3 = ({ installButton: a, closeButton: s }) => /* @__PURE__ */ t(m, { className: "c-smart-banner", alignItems: "center", gap: "xs", bg: "ultramarine", color: "white", children: [
|
|
9310
9391
|
/* @__PURE__ */ e(
|
|
9311
9392
|
V,
|
|
9312
9393
|
{
|
|
@@ -9333,7 +9414,7 @@ const d1 = j(
|
|
|
9333
9414
|
tabIndex: 0,
|
|
9334
9415
|
className: "c-social-bar-actions-modal__row",
|
|
9335
9416
|
"data-social-bar-action-row": "true"
|
|
9336
|
-
},
|
|
9417
|
+
}, Fe = ({
|
|
9337
9418
|
dialogId: a,
|
|
9338
9419
|
className: s,
|
|
9339
9420
|
commentItem: c,
|
|
@@ -9386,7 +9467,7 @@ const d1 = j(
|
|
|
9386
9467
|
] })
|
|
9387
9468
|
]
|
|
9388
9469
|
}
|
|
9389
|
-
), g1 = (a) => a === "card" ? "secondary" : "primary", M1 = (a) => a === "card" ? "inline" : "rounded",
|
|
9470
|
+
), g1 = (a) => a === "card" ? "secondary" : "primary", M1 = (a) => a === "card" ? "inline" : "rounded", Ie = (a) => a === "vertical" ? "right" : "top", j1 = (a, s) => Y.isValidElement(a) ? Y.cloneElement(a, { id: s }) : a, n1 = ({
|
|
9390
9471
|
commentCount: a,
|
|
9391
9472
|
shareCount: s,
|
|
9392
9473
|
reactionCount: c,
|
|
@@ -9426,7 +9507,7 @@ const d1 = j(
|
|
|
9426
9507
|
"aria-describedby": M === _.DESKTOP ? `comment-tooltip-${o || i}` : void 0,
|
|
9427
9508
|
children: M === _.DESKTOP && /* @__PURE__ */ e(t1, { id: `comment-tooltip-${o || i}`, text: "Commenter" })
|
|
9428
9509
|
}
|
|
9429
|
-
),
|
|
9510
|
+
), E = /* @__PURE__ */ e(
|
|
9430
9511
|
e1,
|
|
9431
9512
|
{
|
|
9432
9513
|
role: "button",
|
|
@@ -9453,7 +9534,7 @@ const d1 = j(
|
|
|
9453
9534
|
)
|
|
9454
9535
|
}
|
|
9455
9536
|
), k = !y && i && !!f && /* @__PURE__ */ e(
|
|
9456
|
-
|
|
9537
|
+
Se,
|
|
9457
9538
|
{
|
|
9458
9539
|
color: b === "blue-grey" ? "white" : "black",
|
|
9459
9540
|
count: c,
|
|
@@ -9468,7 +9549,7 @@ const d1 = j(
|
|
|
9468
9549
|
reactListItems: f,
|
|
9469
9550
|
reactListItemThemeColor: l === "card" ? b : void 0,
|
|
9470
9551
|
variant: l,
|
|
9471
|
-
placement:
|
|
9552
|
+
placement: Ie(l),
|
|
9472
9553
|
layout: M,
|
|
9473
9554
|
contentId: i,
|
|
9474
9555
|
contentLegacyId: o,
|
|
@@ -9557,7 +9638,7 @@ const d1 = j(
|
|
|
9557
9638
|
"aria-label": "Ouvrir le menu des actions",
|
|
9558
9639
|
"data-a11y-dialog-show": "dialog-social-bar"
|
|
9559
9640
|
}
|
|
9560
|
-
), V1 = (h || x || !!o) && /* @__PURE__ */ e(R1, {}), H1 = l === "horizontal" && x, h1 = j1(H, "mbrs-social-comment-container-modal"), _1 = j1(
|
|
9641
|
+
), V1 = (h || x || !!o) && /* @__PURE__ */ e(R1, {}), H1 = l === "horizontal" && x, h1 = j1(H, "mbrs-social-comment-container-modal"), _1 = j1(E, "mbrs-social-share-container-modal"), m1 = j1(J, "mbrs-social-chatbot-container-modal"), z1 = () => {
|
|
9561
9642
|
switch (l) {
|
|
9562
9643
|
case "card":
|
|
9563
9644
|
return /* @__PURE__ */ t(S, { children: [
|
|
@@ -9575,7 +9656,7 @@ const d1 = j(
|
|
|
9575
9656
|
/* @__PURE__ */ e("li", { children: K })
|
|
9576
9657
|
] }) : /* @__PURE__ */ t(S, { children: [
|
|
9577
9658
|
H && /* @__PURE__ */ e("li", { children: H }),
|
|
9578
|
-
|
|
9659
|
+
E && /* @__PURE__ */ e("li", { children: E }),
|
|
9579
9660
|
L && /* @__PURE__ */ e("li", { children: L }),
|
|
9580
9661
|
k && /* @__PURE__ */ e("li", { children: k }),
|
|
9581
9662
|
q && /* @__PURE__ */ e("li", { children: q })
|
|
@@ -9583,7 +9664,7 @@ const d1 = j(
|
|
|
9583
9664
|
case "vertical":
|
|
9584
9665
|
return /* @__PURE__ */ t(S, { children: [
|
|
9585
9666
|
H && /* @__PURE__ */ e("li", { children: H }),
|
|
9586
|
-
|
|
9667
|
+
E && /* @__PURE__ */ e("li", { children: E }),
|
|
9587
9668
|
k && /* @__PURE__ */ e("li", { children: k }),
|
|
9588
9669
|
/* @__PURE__ */ e("li", { "aria-hidden": "true", children: V1 }),
|
|
9589
9670
|
J && /* @__PURE__ */ e("li", { children: J }),
|
|
@@ -9617,7 +9698,7 @@ const d1 = j(
|
|
|
9617
9698
|
}
|
|
9618
9699
|
),
|
|
9619
9700
|
H1 && /* @__PURE__ */ e(
|
|
9620
|
-
|
|
9701
|
+
Fe,
|
|
9621
9702
|
{
|
|
9622
9703
|
dialogId: "dialog-social-bar",
|
|
9623
9704
|
commentItem: h1,
|
|
@@ -9642,7 +9723,7 @@ const d1 = j(
|
|
|
9642
9723
|
gap: c ? r?.gap || "l" : void 0,
|
|
9643
9724
|
className: p("c-sponsor", r?.className),
|
|
9644
9725
|
children: [
|
|
9645
|
-
c && (l ? /* @__PURE__ */ e(g, { as: "span", weight: "bold", children: "avec" }) : /* @__PURE__ */ e(
|
|
9726
|
+
c && (l ? /* @__PURE__ */ e(g, { as: "span", weight: "bold", children: "avec" }) : /* @__PURE__ */ e(F, { align: "end", children: /* @__PURE__ */ e(g, { as: "span", weight: "bold", children: "avec" }) })),
|
|
9646
9727
|
/* @__PURE__ */ e(
|
|
9647
9728
|
"img",
|
|
9648
9729
|
{
|
|
@@ -9655,18 +9736,18 @@ const d1 = j(
|
|
|
9655
9736
|
)
|
|
9656
9737
|
]
|
|
9657
9738
|
}
|
|
9658
|
-
),
|
|
9739
|
+
), Ae = ["D", "L", "M", "M", "J", "V", "S"], Te = (a, s) => {
|
|
9659
9740
|
const c = (s - 1) % 7, l = [];
|
|
9660
9741
|
for (let r = 0; r < 7; r += 1) {
|
|
9661
9742
|
const n = new Date(a.getTime() + r * 24 * 60 * 60 * 1e3);
|
|
9662
9743
|
l.push({
|
|
9663
|
-
label:
|
|
9744
|
+
label: Ae[n.getDay()],
|
|
9664
9745
|
isActive: r <= c,
|
|
9665
9746
|
dayIndex: r
|
|
9666
9747
|
});
|
|
9667
9748
|
}
|
|
9668
9749
|
return l;
|
|
9669
|
-
},
|
|
9750
|
+
}, U3 = ({
|
|
9670
9751
|
totalDays: a,
|
|
9671
9752
|
streakStartDate: s,
|
|
9672
9753
|
streakEndDate: c,
|
|
@@ -9675,7 +9756,7 @@ const d1 = j(
|
|
|
9675
9756
|
}) => {
|
|
9676
9757
|
if (a < 1 || !s || !c)
|
|
9677
9758
|
return null;
|
|
9678
|
-
const n = typeof s == "string" ? new Date(s) : s, i = U(() =>
|
|
9759
|
+
const n = typeof s == "string" ? new Date(s) : s, i = U(() => Te(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";
|
|
9679
9760
|
return /* @__PURE__ */ t(
|
|
9680
9761
|
w,
|
|
9681
9762
|
{
|
|
@@ -9759,7 +9840,7 @@ const d1 = j(
|
|
|
9759
9840
|
]
|
|
9760
9841
|
}
|
|
9761
9842
|
);
|
|
9762
|
-
},
|
|
9843
|
+
}, De = ({
|
|
9763
9844
|
name: a,
|
|
9764
9845
|
link: s,
|
|
9765
9846
|
iconName: c,
|
|
@@ -9846,8 +9927,8 @@ const d1 = j(
|
|
|
9846
9927
|
]
|
|
9847
9928
|
}
|
|
9848
9929
|
),
|
|
9849
|
-
/* @__PURE__ */ e(s1, { colsNumber: n, gap: "xl", children: l?.cards?.map((u) => /* @__PURE__ */
|
|
9850
|
-
|
|
9930
|
+
/* @__PURE__ */ e(s1, { colsNumber: n, gap: "xl", children: l?.cards?.map((u) => /* @__PURE__ */ y2(
|
|
9931
|
+
m2,
|
|
9851
9932
|
{
|
|
9852
9933
|
...u,
|
|
9853
9934
|
key: u.link,
|
|
@@ -9876,7 +9957,7 @@ const d1 = j(
|
|
|
9876
9957
|
] })
|
|
9877
9958
|
] })
|
|
9878
9959
|
}
|
|
9879
|
-
),
|
|
9960
|
+
), G3 = ({ hasHeader: a, tableProps: s, ...c }) => {
|
|
9880
9961
|
if (!s?.length)
|
|
9881
9962
|
return null;
|
|
9882
9963
|
const l = a ? s[0] : null, r = a ? s.slice(1) : s;
|
|
@@ -9884,7 +9965,7 @@ const d1 = j(
|
|
|
9884
9965
|
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
9966
|
/* @__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)) })
|
|
9886
9967
|
] });
|
|
9887
|
-
},
|
|
9968
|
+
}, v2 = ({
|
|
9888
9969
|
tabItems: a,
|
|
9889
9970
|
name: s = "default",
|
|
9890
9971
|
fitContainer: c,
|
|
@@ -9918,7 +9999,7 @@ const d1 = j(
|
|
|
9918
9999
|
gap: r === "primary" ? "l" : void 0,
|
|
9919
10000
|
...i,
|
|
9920
10001
|
children: h.map((v) => /* @__PURE__ */ e(
|
|
9921
|
-
|
|
10002
|
+
W2,
|
|
9922
10003
|
{
|
|
9923
10004
|
name: v.name,
|
|
9924
10005
|
variant: r,
|
|
@@ -9934,7 +10015,7 @@ const d1 = j(
|
|
|
9934
10015
|
}
|
|
9935
10016
|
),
|
|
9936
10017
|
h.map((v) => /* @__PURE__ */ e(
|
|
9937
|
-
|
|
10018
|
+
Y2,
|
|
9938
10019
|
{
|
|
9939
10020
|
className: p({
|
|
9940
10021
|
"c-tabs-fit-container__panel": c,
|
|
@@ -9949,7 +10030,7 @@ const d1 = j(
|
|
|
9949
10030
|
]
|
|
9950
10031
|
}
|
|
9951
10032
|
);
|
|
9952
|
-
},
|
|
10033
|
+
}, W3 = ({ tags: a, layout: s, ...c }) => a.length ? /* @__PURE__ */ e(
|
|
9953
10034
|
d1,
|
|
9954
10035
|
{
|
|
9955
10036
|
hasSpaceAroundButtons: !0,
|
|
@@ -9960,14 +10041,14 @@ const d1 = j(
|
|
|
9960
10041
|
buttonsSize: "small",
|
|
9961
10042
|
children: a.map((l, r) => /* @__PURE__ */ e(W, { ...l }, r))
|
|
9962
10043
|
}
|
|
9963
|
-
) : null,
|
|
10044
|
+
) : null, Re = ({ iconName: a, className: s }) => /* @__PURE__ */ e("li", { className: p("c-text-tooltip-item", s), children: /* @__PURE__ */ e(
|
|
9964
10045
|
V,
|
|
9965
10046
|
{
|
|
9966
10047
|
variant: "ghost",
|
|
9967
10048
|
iconProps: { name: a, size: [20, 20] },
|
|
9968
10049
|
className: "tooltip-btn c-tooltip-item__icon"
|
|
9969
10050
|
}
|
|
9970
|
-
) }),
|
|
10051
|
+
) }), Y3 = () => /* @__PURE__ */ e(m, { id: "text-tooltip", className: "c-text-tooltip", as: "ul", gap: "s", children: /* @__PURE__ */ e(Re, { iconName: "report", className: "mbrs-social-report-container" }) }), C1 = ({
|
|
9971
10052
|
href: a,
|
|
9972
10053
|
iconProps: s,
|
|
9973
10054
|
children: c,
|
|
@@ -10011,7 +10092,7 @@ const d1 = j(
|
|
|
10011
10092
|
]
|
|
10012
10093
|
}
|
|
10013
10094
|
);
|
|
10014
|
-
},
|
|
10095
|
+
}, J3 = ({ events: a, layout: s, ...c }) => a.length === 0 ? null : /* @__PURE__ */ t(
|
|
10015
10096
|
m,
|
|
10016
10097
|
{
|
|
10017
10098
|
...c,
|
|
@@ -10090,7 +10171,7 @@ const d1 = j(
|
|
|
10090
10171
|
] })
|
|
10091
10172
|
]
|
|
10092
10173
|
}
|
|
10093
|
-
),
|
|
10174
|
+
), X3 = ({
|
|
10094
10175
|
children: a,
|
|
10095
10176
|
navigationLinks: s,
|
|
10096
10177
|
user: c,
|
|
@@ -10105,8 +10186,8 @@ const d1 = j(
|
|
|
10105
10186
|
/* @__PURE__ */ e(g, { as: "span", color: "ultramarine", className: "break-word", children: c.name })
|
|
10106
10187
|
] })
|
|
10107
10188
|
] }),
|
|
10108
|
-
!!r && /* @__PURE__ */ e(w, { p: "m", children: /* @__PURE__ */ e(
|
|
10109
|
-
l
|
|
10189
|
+
!!r && /* @__PURE__ */ e(w, { p: "m", children: /* @__PURE__ */ e(k2, { ...r, iconProps: { name: "info" }, fill: !0, variant: "warning" }) }),
|
|
10190
|
+
l,
|
|
10110
10191
|
/* @__PURE__ */ e(w, { mx: "m", mt: "l", mb: "xl", children: s.map((n, i) => /* @__PURE__ */ t(
|
|
10111
10192
|
m,
|
|
10112
10193
|
{
|
|
@@ -10128,8 +10209,8 @@ const d1 = j(
|
|
|
10128
10209
|
n.href
|
|
10129
10210
|
)) }),
|
|
10130
10211
|
a,
|
|
10131
|
-
/* @__PURE__ */ e(
|
|
10132
|
-
] }),
|
|
10212
|
+
/* @__PURE__ */ e(P, { color: "grey-200" })
|
|
10213
|
+
] }), Q3 = ({
|
|
10133
10214
|
label: a,
|
|
10134
10215
|
layout: s,
|
|
10135
10216
|
result: c,
|
|
@@ -10185,7 +10266,7 @@ const d1 = j(
|
|
|
10185
10266
|
x
|
|
10186
10267
|
] }) : x,
|
|
10187
10268
|
(c || c === 0) && /* @__PURE__ */ e(
|
|
10188
|
-
|
|
10269
|
+
Ce,
|
|
10189
10270
|
{
|
|
10190
10271
|
percentage: c,
|
|
10191
10272
|
mt: "xxs",
|
|
@@ -10261,7 +10342,7 @@ const d1 = j(
|
|
|
10261
10342
|
pb: o && o.length > 0 ? "xxl" : "m",
|
|
10262
10343
|
children: f ? /* @__PURE__ */ t(m, { children: [
|
|
10263
10344
|
b,
|
|
10264
|
-
/* @__PURE__ */ e(
|
|
10345
|
+
/* @__PURE__ */ e(F, { grow: 1, align: "center", children: y })
|
|
10265
10346
|
] }) : y
|
|
10266
10347
|
}
|
|
10267
10348
|
);
|
|
@@ -10271,7 +10352,7 @@ const d1 = j(
|
|
|
10271
10352
|
/* @__PURE__ */ e(g, { as: "span", size: "xxs", weight: "regular", children: "Télécharger sur" }),
|
|
10272
10353
|
/* @__PURE__ */ e(g, { as: "span", size: "xs", weight: "bold", children: c })
|
|
10273
10354
|
] })
|
|
10274
|
-
] }),
|
|
10355
|
+
] }), x2 = ({ links: a, ...s }) => /* @__PURE__ */ e(
|
|
10275
10356
|
m,
|
|
10276
10357
|
{
|
|
10277
10358
|
gapX: "xs",
|
|
@@ -10280,7 +10361,7 @@ const d1 = j(
|
|
|
10280
10361
|
className: p("c-footer-links", s?.className),
|
|
10281
10362
|
children: a.map((c) => /* @__PURE__ */ e(C, { ...c, color: "white", className: "c-footer-links__link" }, String(c.children)))
|
|
10282
10363
|
}
|
|
10283
|
-
),
|
|
10364
|
+
), w2 = ({
|
|
10284
10365
|
socialIcons: a,
|
|
10285
10366
|
themeColor: s,
|
|
10286
10367
|
...c
|
|
@@ -10314,7 +10395,7 @@ const d1 = j(
|
|
|
10314
10395
|
l.name
|
|
10315
10396
|
))
|
|
10316
10397
|
}
|
|
10317
|
-
),
|
|
10398
|
+
), Oe = ({
|
|
10318
10399
|
logoHref: a,
|
|
10319
10400
|
categories: s,
|
|
10320
10401
|
themeColor: c,
|
|
@@ -10347,7 +10428,7 @@ const d1 = j(
|
|
|
10347
10428
|
}
|
|
10348
10429
|
) }),
|
|
10349
10430
|
/* @__PURE__ */ e(
|
|
10350
|
-
|
|
10431
|
+
w2,
|
|
10351
10432
|
{
|
|
10352
10433
|
socialIcons: l,
|
|
10353
10434
|
themeColor: c,
|
|
@@ -10355,7 +10436,7 @@ const d1 = j(
|
|
|
10355
10436
|
className: "c-footer__social-icons"
|
|
10356
10437
|
}
|
|
10357
10438
|
),
|
|
10358
|
-
/* @__PURE__ */ e(
|
|
10439
|
+
/* @__PURE__ */ e(P, { color: "grey-200", my: "xl" }),
|
|
10359
10440
|
/* @__PURE__ */ t("section", { children: [
|
|
10360
10441
|
/* @__PURE__ */ e(C, { href: "https://www.20minutes.fr/mobile", size: "m", color: "white", weight: "bold", children: "Nos applications" }),
|
|
10361
10442
|
/* @__PURE__ */ e(g, { color: "white", mb: "l", mt: "s", children: "Découvrez l‘ensemble de nos applications 20 Minutes !" }),
|
|
@@ -10381,7 +10462,7 @@ const d1 = j(
|
|
|
10381
10462
|
] })
|
|
10382
10463
|
] }),
|
|
10383
10464
|
r && /* @__PURE__ */ t("section", { children: [
|
|
10384
|
-
/* @__PURE__ */ e(
|
|
10465
|
+
/* @__PURE__ */ e(P, { color: "grey-200", my: "xl" }),
|
|
10385
10466
|
/* @__PURE__ */ e(C, { href: "https://www.20minutes.fr/archives/", size: "m", color: "white", weight: "bold", children: "Archives" }),
|
|
10386
10467
|
/* @__PURE__ */ e(s1, { as: "ul", colsNumber: 6, gap: "s", mt: "s", children: r.map((i) => /* @__PURE__ */ e("li", { children: /* @__PURE__ */ e(C, { href: i.href, color: "white", children: i.name }, i.name) }, i.name)) })
|
|
10387
10468
|
] })
|
|
@@ -10417,7 +10498,7 @@ const d1 = j(
|
|
|
10417
10498
|
]
|
|
10418
10499
|
}
|
|
10419
10500
|
),
|
|
10420
|
-
/* @__PURE__ */ e(
|
|
10501
|
+
/* @__PURE__ */ e(P, { color: "grey-200" }),
|
|
10421
10502
|
/* @__PURE__ */ t(
|
|
10422
10503
|
m,
|
|
10423
10504
|
{
|
|
@@ -10429,13 +10510,13 @@ const d1 = j(
|
|
|
10429
10510
|
alignItems: "center",
|
|
10430
10511
|
gap: "xs",
|
|
10431
10512
|
children: [
|
|
10432
|
-
/* @__PURE__ */ e(
|
|
10513
|
+
/* @__PURE__ */ e(x2, { links: n, justifyContent: "center", mb: "xl" }),
|
|
10433
10514
|
/* @__PURE__ */ e("strong", { children: "© Copyright 20 Minutes" }),
|
|
10434
10515
|
/* @__PURE__ */ e("p", { children: "La fréquentation de 20 Minutes est certifiée par l‘ACPM" })
|
|
10435
10516
|
]
|
|
10436
10517
|
}
|
|
10437
10518
|
)
|
|
10438
|
-
] }),
|
|
10519
|
+
] }), Ee = ({
|
|
10439
10520
|
logoHref: a,
|
|
10440
10521
|
categories: s,
|
|
10441
10522
|
themeColor: c,
|
|
@@ -10515,23 +10596,23 @@ const d1 = j(
|
|
|
10515
10596
|
}
|
|
10516
10597
|
)
|
|
10517
10598
|
] }),
|
|
10518
|
-
/* @__PURE__ */ e(
|
|
10599
|
+
/* @__PURE__ */ e(P, { color: "grey-200" })
|
|
10519
10600
|
] }) : void 0,
|
|
10520
|
-
/* @__PURE__ */ e(
|
|
10521
|
-
/* @__PURE__ */ e(
|
|
10601
|
+
/* @__PURE__ */ e(w2, { socialIcons: l, themeColor: c, my: "xl", mx: "m" }),
|
|
10602
|
+
/* @__PURE__ */ e(P, { color: "grey-200" }),
|
|
10522
10603
|
/* @__PURE__ */ t(w, { as: "section", className: "c-footer-mobile__bottom", px: "m", pt: "xl", pb: "xxl-2", children: [
|
|
10523
|
-
/* @__PURE__ */ e(
|
|
10604
|
+
/* @__PURE__ */ e(x2, { links: r, gapX: "s", mb: "xl" }),
|
|
10524
10605
|
/* @__PURE__ */ e("strong", { children: "© Copyright 20 Minutes" }),
|
|
10525
10606
|
/* @__PURE__ */ e(g, { mt: "xs", children: "La fréquentation de 20 Minutes est certifiée par l‘ACPM" })
|
|
10526
10607
|
] })
|
|
10527
10608
|
]
|
|
10528
10609
|
}
|
|
10529
|
-
),
|
|
10610
|
+
), e4 = ({ layout: a = _.MOBILE, ...s }) => a === _.DESKTOP ? /* @__PURE__ */ e(Oe, { ...s }) : /* @__PURE__ */ e(Ee, { ...s }), a4 = ({
|
|
10530
10611
|
layout: a = _.MOBILE,
|
|
10531
10612
|
backhref: s,
|
|
10532
10613
|
...c
|
|
10533
|
-
}) => a === _.DESKTOP ? /* @__PURE__ */ e(
|
|
10534
|
-
|
|
10614
|
+
}) => a === _.DESKTOP ? /* @__PURE__ */ e(qe, { ...c }) : /* @__PURE__ */ e(
|
|
10615
|
+
Ue,
|
|
10535
10616
|
{
|
|
10536
10617
|
logoHref: c.logoHref,
|
|
10537
10618
|
logoIsHeading: c.logoIsHeading,
|
|
@@ -10546,7 +10627,7 @@ const d1 = j(
|
|
|
10546
10627
|
"a",
|
|
10547
10628
|
{
|
|
10548
10629
|
href: a,
|
|
10549
|
-
className: p("c-skip-link",
|
|
10630
|
+
className: p("c-skip-link", i2(c), c?.className),
|
|
10550
10631
|
ref: l,
|
|
10551
10632
|
...c,
|
|
10552
10633
|
children: s
|
|
@@ -10554,14 +10635,14 @@ const d1 = j(
|
|
|
10554
10635
|
)
|
|
10555
10636
|
);
|
|
10556
10637
|
c1.displayName = "SkipLink";
|
|
10557
|
-
const
|
|
10638
|
+
const Pe = {
|
|
10558
10639
|
logo: [190, 47],
|
|
10559
10640
|
"logo-animaux": [190, 47],
|
|
10560
10641
|
"logo-instant": [180, 52],
|
|
10561
10642
|
// the "20" svg path in the logo-instant have to be the same size as the "20" svg path in the logo
|
|
10562
10643
|
"logo-tv": [89, 47],
|
|
10563
10644
|
"logo-games": [120, 50]
|
|
10564
|
-
},
|
|
10645
|
+
}, qe = ({
|
|
10565
10646
|
logoHref: a,
|
|
10566
10647
|
homeHref: s = "/",
|
|
10567
10648
|
searchformurl: c,
|
|
@@ -10577,7 +10658,7 @@ const P0 = {
|
|
|
10577
10658
|
color: "white",
|
|
10578
10659
|
svgTitle: "20 Minutes : Actualités et infos en direct",
|
|
10579
10660
|
name: i,
|
|
10580
|
-
size:
|
|
10661
|
+
size: Pe[i]
|
|
10581
10662
|
}
|
|
10582
10663
|
) });
|
|
10583
10664
|
return /* @__PURE__ */ e(
|
|
@@ -10739,7 +10820,7 @@ const P0 = {
|
|
|
10739
10820
|
}
|
|
10740
10821
|
),
|
|
10741
10822
|
h.subCategory && /* @__PURE__ */ e(
|
|
10742
|
-
|
|
10823
|
+
De,
|
|
10743
10824
|
{
|
|
10744
10825
|
name: h.name,
|
|
10745
10826
|
link: h.link,
|
|
@@ -10756,20 +10837,20 @@ const P0 = {
|
|
|
10756
10837
|
},
|
|
10757
10838
|
h.link
|
|
10758
10839
|
)),
|
|
10759
|
-
/* @__PURE__ */ e(
|
|
10840
|
+
/* @__PURE__ */ e(E2, { as: "li" })
|
|
10760
10841
|
]
|
|
10761
10842
|
}
|
|
10762
10843
|
)
|
|
10763
10844
|
] })
|
|
10764
10845
|
}
|
|
10765
10846
|
);
|
|
10766
|
-
},
|
|
10847
|
+
}, Ke = {
|
|
10767
10848
|
logo: [114, 28],
|
|
10768
10849
|
"logo-animaux": [113, 28],
|
|
10769
10850
|
"logo-instant": [110, 32],
|
|
10770
10851
|
"logo-tv": [53, 28],
|
|
10771
10852
|
"logo-games": [70, 28]
|
|
10772
|
-
},
|
|
10853
|
+
}, Ue = ({
|
|
10773
10854
|
logoHref: a,
|
|
10774
10855
|
logoIsHeading: s = !1,
|
|
10775
10856
|
themeColor: c,
|
|
@@ -10784,7 +10865,7 @@ const P0 = {
|
|
|
10784
10865
|
color: "white",
|
|
10785
10866
|
svgTitle: "20 Minutes : Actualités et infos en direct",
|
|
10786
10867
|
name: r,
|
|
10787
|
-
size:
|
|
10868
|
+
size: Ke[r]
|
|
10788
10869
|
}
|
|
10789
10870
|
) });
|
|
10790
10871
|
return /* @__PURE__ */ t(
|
|
@@ -10862,7 +10943,7 @@ const P0 = {
|
|
|
10862
10943
|
]
|
|
10863
10944
|
}
|
|
10864
10945
|
);
|
|
10865
|
-
},
|
|
10946
|
+
}, s4 = ({
|
|
10866
10947
|
tabItems: a,
|
|
10867
10948
|
layout: s,
|
|
10868
10949
|
fitContainer: c,
|
|
@@ -10894,7 +10975,7 @@ const P0 = {
|
|
|
10894
10975
|
}),
|
|
10895
10976
|
children: /* @__PURE__ */ e("div", { children: x.body.map((y, b) => /* @__PURE__ */ t(Y.Fragment, { children: [
|
|
10896
10977
|
v ? /* @__PURE__ */ e(
|
|
10897
|
-
|
|
10978
|
+
d2,
|
|
10898
10979
|
{
|
|
10899
10980
|
link: y.url,
|
|
10900
10981
|
title: y.title,
|
|
@@ -10910,7 +10991,7 @@ const P0 = {
|
|
|
10910
10991
|
mr: r && s === _.DESKTOP && x.body.length > 3 ? "s" : void 0
|
|
10911
10992
|
}
|
|
10912
10993
|
) : /* @__PURE__ */ e(
|
|
10913
|
-
|
|
10994
|
+
ne,
|
|
10914
10995
|
{
|
|
10915
10996
|
link: y.url,
|
|
10916
10997
|
title: y.title,
|
|
@@ -10927,7 +11008,7 @@ const P0 = {
|
|
|
10927
11008
|
variant: "small"
|
|
10928
11009
|
}
|
|
10929
11010
|
),
|
|
10930
|
-
b !== x.body.length - 1 && /* @__PURE__ */ e(
|
|
11011
|
+
b !== x.body.length - 1 && /* @__PURE__ */ e(P, { color: "grey-200", my: "s" })
|
|
10931
11012
|
] }, y.title)) })
|
|
10932
11013
|
}
|
|
10933
11014
|
),
|
|
@@ -10949,7 +11030,7 @@ const P0 = {
|
|
|
10949
11030
|
};
|
|
10950
11031
|
});
|
|
10951
11032
|
return h.length === 0 ? null : /* @__PURE__ */ e(
|
|
10952
|
-
|
|
11033
|
+
v2,
|
|
10953
11034
|
{
|
|
10954
11035
|
tabItemActive: l || h[0].name,
|
|
10955
11036
|
tabItems: h,
|
|
@@ -10957,7 +11038,7 @@ const P0 = {
|
|
|
10957
11038
|
...o
|
|
10958
11039
|
}
|
|
10959
11040
|
);
|
|
10960
|
-
},
|
|
11041
|
+
}, c4 = ({
|
|
10961
11042
|
tabItems: a,
|
|
10962
11043
|
layout: s,
|
|
10963
11044
|
fitContainer: c,
|
|
@@ -10983,7 +11064,7 @@ const P0 = {
|
|
|
10983
11064
|
}),
|
|
10984
11065
|
children: h.body.map((x, v) => /* @__PURE__ */ t(Y.Fragment, { children: [
|
|
10985
11066
|
/* @__PURE__ */ e(
|
|
10986
|
-
|
|
11067
|
+
he,
|
|
10987
11068
|
{
|
|
10988
11069
|
link: x.url,
|
|
10989
11070
|
title: x.title,
|
|
@@ -10996,7 +11077,7 @@ const P0 = {
|
|
|
10996
11077
|
mr: r && s === _.DESKTOP ? "s" : void 0
|
|
10997
11078
|
}
|
|
10998
11079
|
),
|
|
10999
|
-
v !== h.body.length - 1 && /* @__PURE__ */ e(
|
|
11080
|
+
v !== h.body.length - 1 && /* @__PURE__ */ e(P, { color: "grey-200", my: "s" })
|
|
11000
11081
|
] }, x.title))
|
|
11001
11082
|
}
|
|
11002
11083
|
),
|
|
@@ -11004,7 +11085,7 @@ const P0 = {
|
|
|
11004
11085
|
] })
|
|
11005
11086
|
}));
|
|
11006
11087
|
return u.length === 0 ? null : /* @__PURE__ */ e(
|
|
11007
|
-
|
|
11088
|
+
v2,
|
|
11008
11089
|
{
|
|
11009
11090
|
tabItemActive: l || (u.length > 0 ? u[0].name : ""),
|
|
11010
11091
|
tabItems: u,
|
|
@@ -11014,7 +11095,7 @@ const P0 = {
|
|
|
11014
11095
|
...i
|
|
11015
11096
|
}
|
|
11016
11097
|
);
|
|
11017
|
-
},
|
|
11098
|
+
}, l4 = ({
|
|
11018
11099
|
articles: a,
|
|
11019
11100
|
layout: s,
|
|
11020
11101
|
hasStepper: c,
|
|
@@ -11053,14 +11134,14 @@ const P0 = {
|
|
|
11053
11134
|
"c-overview-bar__article--has-stepper": c
|
|
11054
11135
|
}
|
|
11055
11136
|
), d = /* @__PURE__ */ e(d1, { layout: s, itemsGap: "m", hasSpaceAroundButtons: !0, children: a.map((h, x) => l === "product" && h.cardHeaderProps?.headline?.text ? /* @__PURE__ */ e(
|
|
11056
|
-
|
|
11137
|
+
F,
|
|
11057
11138
|
{
|
|
11058
11139
|
grow: 0,
|
|
11059
11140
|
shrink: 0,
|
|
11060
11141
|
className: o,
|
|
11061
11142
|
pl: { xs: x === 0 ? "m" : "0", md: "0" },
|
|
11062
11143
|
children: /* @__PURE__ */ e(
|
|
11063
|
-
|
|
11144
|
+
ie,
|
|
11064
11145
|
{
|
|
11065
11146
|
...h,
|
|
11066
11147
|
cardHeaderProps: {
|
|
@@ -11073,14 +11154,14 @@ const P0 = {
|
|
|
11073
11154
|
},
|
|
11074
11155
|
h.cardHeaderProps.headline.text
|
|
11075
11156
|
) : /* @__PURE__ */ e(
|
|
11076
|
-
|
|
11157
|
+
F,
|
|
11077
11158
|
{
|
|
11078
11159
|
grow: 0,
|
|
11079
11160
|
shrink: 0,
|
|
11080
11161
|
className: o,
|
|
11081
11162
|
pl: { xs: x === 0 ? "m" : "0", md: "0" },
|
|
11082
11163
|
children: /* @__PURE__ */ e(
|
|
11083
|
-
|
|
11164
|
+
h2,
|
|
11084
11165
|
{
|
|
11085
11166
|
...h,
|
|
11086
11167
|
cardTitleProps: {
|
|
@@ -11102,12 +11183,12 @@ const P0 = {
|
|
|
11102
11183
|
i,
|
|
11103
11184
|
d
|
|
11104
11185
|
] }),
|
|
11105
|
-
c && s === _.MOBILE && /* @__PURE__ */ e(
|
|
11186
|
+
c && s === _.MOBILE && /* @__PURE__ */ e(U2, { items: u, mt: "s" })
|
|
11106
11187
|
] });
|
|
11107
|
-
},
|
|
11188
|
+
}, t4 = ({ 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(
|
|
11108
11189
|
"a",
|
|
11109
11190
|
{
|
|
11110
|
-
href: c?.imgProps?.defaultFormat ?
|
|
11191
|
+
href: c?.imgProps?.defaultFormat ? F1({ src: c.src, format: c.imgProps.defaultFormat }) : c.src,
|
|
11111
11192
|
"data-pswp-width": c.imgProps?.defaultFormat?.split("x")[0],
|
|
11112
11193
|
"data-pswp-height": c.imgProps?.defaultFormat?.split("x")[1],
|
|
11113
11194
|
target: "_blank",
|
|
@@ -11129,120 +11210,103 @@ const P0 = {
|
|
|
11129
11210
|
)
|
|
11130
11211
|
},
|
|
11131
11212
|
`photoswipe-${c.imgProps?.id}`
|
|
11132
|
-
)) }),
|
|
11213
|
+
)) }), Ge = [
|
|
11133
11214
|
{ current: 1, previous: 1, username: "Joueur 1", points: 9010, played: 23, wins: 20 },
|
|
11134
11215
|
{ current: 2, previous: 2, username: "Joueur 2", points: 9e3, played: 23, wins: 20 },
|
|
11135
11216
|
{ current: 3, previous: 3, username: "Joueur 3", points: 7349, played: 17, wins: 12 },
|
|
11136
11217
|
{ current: 4, previous: 4, username: "Joueur 4", points: 5102, played: 15, wins: 10 },
|
|
11137
11218
|
{ current: 5, previous: 5, username: "Joueur 5", points: 5029, played: 15, wins: 9 }
|
|
11138
|
-
],
|
|
11139
|
-
const r = !a, n = a ??
|
|
11140
|
-
|
|
11219
|
+
], r4 = ({ playerData: a, layout: s, children: c, ...l }) => {
|
|
11220
|
+
const r = !a, n = a ?? Ge, i = (d, u) => u ? "is-current" : d % 2 === 0 ? "even" : "odd", o = /* @__PURE__ */ t(s1, { colsNumber: s === _.MOBILE ? 5 : 6, className: "c-ranking__content", children: [
|
|
11221
|
+
/* @__PURE__ */ e("div", {}),
|
|
11222
|
+
s === _.DESKTOP && /* @__PURE__ */ e("div", {}),
|
|
11223
|
+
/* @__PURE__ */ e(m, { alignItems: "center", className: "c-ranking__header", children: /* @__PURE__ */ e(g, { as: "span", weight: "bold", children: "Joueur" }) }),
|
|
11224
|
+
/* @__PURE__ */ e(m, { alignItems: "center", className: "c-ranking__header", children: /* @__PURE__ */ e(g, { as: "span", weight: "bold", children: "Score" }) }),
|
|
11225
|
+
/* @__PURE__ */ e(m, { alignItems: "center", className: "c-ranking__header", children: /* @__PURE__ */ e(g, { as: "span", weight: "bold", children: "Parties jouées" }) }),
|
|
11226
|
+
/* @__PURE__ */ e(m, { alignItems: "center", className: "c-ranking__header", children: /* @__PURE__ */ e(g, { as: "span", weight: "bold", children: "Victoires" }) }),
|
|
11227
|
+
n.map((d, u) => /* @__PURE__ */ t(X1, { children: [
|
|
11228
|
+
/* @__PURE__ */ e(
|
|
11229
|
+
m,
|
|
11230
|
+
{
|
|
11231
|
+
alignItems: "center",
|
|
11232
|
+
justifyContent: "end",
|
|
11233
|
+
className: `c-ranking__player c-ranking__player--${i(u, d.isCurrentUser)} c-ranking__player-ranking`,
|
|
11234
|
+
children: /* @__PURE__ */ e(g, { weight: "bold", size: "m", color: d.isCurrentUser ? "ultramarine" : void 0, children: S1(d.current) })
|
|
11235
|
+
}
|
|
11236
|
+
),
|
|
11237
|
+
s === _.DESKTOP && /* @__PURE__ */ e(
|
|
11238
|
+
m,
|
|
11239
|
+
{
|
|
11240
|
+
alignItems: "center",
|
|
11241
|
+
justifyContent: "end",
|
|
11242
|
+
className: `c-ranking__player c-ranking__player--${i(u, d.isCurrentUser)}`,
|
|
11243
|
+
children: /* @__PURE__ */ e(b1, { variant: "small", img: d.avatar, mr: "l" })
|
|
11244
|
+
}
|
|
11245
|
+
),
|
|
11246
|
+
/* @__PURE__ */ e(
|
|
11247
|
+
m,
|
|
11248
|
+
{
|
|
11249
|
+
alignItems: "center",
|
|
11250
|
+
gap: "s",
|
|
11251
|
+
className: `c-ranking__player c-ranking__player--${i(u, d.isCurrentUser)}`,
|
|
11252
|
+
children: /* @__PURE__ */ e(g, { weight: "bold", size: "xs", color: d.isCurrentUser ? "ultramarine" : void 0, children: d.username })
|
|
11253
|
+
}
|
|
11254
|
+
),
|
|
11255
|
+
/* @__PURE__ */ t(
|
|
11256
|
+
m,
|
|
11257
|
+
{
|
|
11258
|
+
alignItems: "center",
|
|
11259
|
+
className: `c-ranking__player c-ranking__player--${i(u, d.isCurrentUser)}`,
|
|
11260
|
+
children: [
|
|
11261
|
+
d.points,
|
|
11262
|
+
" pts"
|
|
11263
|
+
]
|
|
11264
|
+
}
|
|
11265
|
+
),
|
|
11266
|
+
/* @__PURE__ */ e(
|
|
11267
|
+
m,
|
|
11268
|
+
{
|
|
11269
|
+
alignItems: "center",
|
|
11270
|
+
className: `c-ranking__player c-ranking__player--${i(u, d.isCurrentUser)}`,
|
|
11271
|
+
children: d.played
|
|
11272
|
+
}
|
|
11273
|
+
),
|
|
11274
|
+
/* @__PURE__ */ e(
|
|
11275
|
+
m,
|
|
11276
|
+
{
|
|
11277
|
+
alignItems: "center",
|
|
11278
|
+
className: `c-ranking__player c-ranking__player--${i(u, d.isCurrentUser)}`,
|
|
11279
|
+
children: d.wins
|
|
11280
|
+
}
|
|
11281
|
+
)
|
|
11282
|
+
] }, `${d.username}-${d.current}-${u}`))
|
|
11283
|
+
] });
|
|
11284
|
+
return r ? /* @__PURE__ */ e(
|
|
11285
|
+
ae,
|
|
11286
|
+
{
|
|
11287
|
+
previewCaption: "Mes statistiques de jeu",
|
|
11288
|
+
cta: "Se connecter",
|
|
11289
|
+
ctaProps: {
|
|
11290
|
+
"data-a11y-dialog-show": "dialog-user-panel"
|
|
11291
|
+
},
|
|
11292
|
+
...l,
|
|
11293
|
+
className: p("c-ranking", l.className),
|
|
11294
|
+
children: o
|
|
11295
|
+
}
|
|
11296
|
+
) : /* @__PURE__ */ e(
|
|
11141
11297
|
w,
|
|
11142
11298
|
{
|
|
11143
11299
|
...l,
|
|
11144
11300
|
className: p("c-ranking", l.className, {
|
|
11145
|
-
"c-ranking--is-mobile": s === _.MOBILE
|
|
11146
|
-
"c-ranking--with-fixture": r
|
|
11301
|
+
"c-ranking--is-mobile": s === _.MOBILE
|
|
11147
11302
|
}),
|
|
11148
|
-
children:
|
|
11149
|
-
/* @__PURE__ */ t(s1, { colsNumber: s === _.MOBILE ? 5 : 6, className: "c-ranking__content", children: [
|
|
11150
|
-
/* @__PURE__ */ e("div", {}),
|
|
11151
|
-
s === _.DESKTOP && /* @__PURE__ */ e("div", {}),
|
|
11152
|
-
/* @__PURE__ */ e(m, { alignItems: "center", className: "c-ranking__header", children: /* @__PURE__ */ e(g, { as: "span", weight: "bold", children: "Joueur" }) }),
|
|
11153
|
-
/* @__PURE__ */ e(m, { alignItems: "center", className: "c-ranking__header", children: /* @__PURE__ */ e(g, { as: "span", weight: "bold", children: "Score" }) }),
|
|
11154
|
-
/* @__PURE__ */ e(m, { alignItems: "center", className: "c-ranking__header", children: /* @__PURE__ */ e(g, { as: "span", weight: "bold", children: "Parties jouées" }) }),
|
|
11155
|
-
/* @__PURE__ */ e(m, { alignItems: "center", className: "c-ranking__header", children: /* @__PURE__ */ e(g, { as: "span", weight: "bold", children: "Victoires" }) }),
|
|
11156
|
-
n.map((o, d) => /* @__PURE__ */ t(X1, { children: [
|
|
11157
|
-
/* @__PURE__ */ e(
|
|
11158
|
-
m,
|
|
11159
|
-
{
|
|
11160
|
-
alignItems: "center",
|
|
11161
|
-
justifyContent: "end",
|
|
11162
|
-
className: `c-ranking__player c-ranking__player--${i(d, o.isCurrentUser)} c-ranking__player-ranking`,
|
|
11163
|
-
children: /* @__PURE__ */ e(g, { weight: "bold", size: "m", color: o.isCurrentUser ? "ultramarine" : void 0, children: S1(o.current) })
|
|
11164
|
-
}
|
|
11165
|
-
),
|
|
11166
|
-
s === _.DESKTOP && /* @__PURE__ */ e(
|
|
11167
|
-
m,
|
|
11168
|
-
{
|
|
11169
|
-
alignItems: "center",
|
|
11170
|
-
justifyContent: "end",
|
|
11171
|
-
className: `c-ranking__player c-ranking__player--${i(d, o.isCurrentUser)}`,
|
|
11172
|
-
children: /* @__PURE__ */ e(b1, { variant: "small", img: o.avatar, mr: "l" })
|
|
11173
|
-
}
|
|
11174
|
-
),
|
|
11175
|
-
/* @__PURE__ */ e(
|
|
11176
|
-
m,
|
|
11177
|
-
{
|
|
11178
|
-
alignItems: "center",
|
|
11179
|
-
gap: "s",
|
|
11180
|
-
className: `c-ranking__player c-ranking__player--${i(d, o.isCurrentUser)}`,
|
|
11181
|
-
children: /* @__PURE__ */ e(
|
|
11182
|
-
g,
|
|
11183
|
-
{
|
|
11184
|
-
weight: "bold",
|
|
11185
|
-
size: "xs",
|
|
11186
|
-
color: o.isCurrentUser ? "ultramarine" : void 0,
|
|
11187
|
-
children: o.username
|
|
11188
|
-
}
|
|
11189
|
-
)
|
|
11190
|
-
}
|
|
11191
|
-
),
|
|
11192
|
-
/* @__PURE__ */ t(
|
|
11193
|
-
m,
|
|
11194
|
-
{
|
|
11195
|
-
alignItems: "center",
|
|
11196
|
-
className: `c-ranking__player c-ranking__player--${i(d, o.isCurrentUser)}`,
|
|
11197
|
-
children: [
|
|
11198
|
-
o.points,
|
|
11199
|
-
" pts"
|
|
11200
|
-
]
|
|
11201
|
-
}
|
|
11202
|
-
),
|
|
11203
|
-
/* @__PURE__ */ e(
|
|
11204
|
-
m,
|
|
11205
|
-
{
|
|
11206
|
-
alignItems: "center",
|
|
11207
|
-
className: `c-ranking__player c-ranking__player--${i(d, o.isCurrentUser)}`,
|
|
11208
|
-
children: o.played
|
|
11209
|
-
}
|
|
11210
|
-
),
|
|
11211
|
-
/* @__PURE__ */ e(
|
|
11212
|
-
m,
|
|
11213
|
-
{
|
|
11214
|
-
alignItems: "center",
|
|
11215
|
-
className: `c-ranking__player c-ranking__player--${i(d, o.isCurrentUser)}`,
|
|
11216
|
-
children: o.wins
|
|
11217
|
-
}
|
|
11218
|
-
)
|
|
11219
|
-
] }, `${o.username}-${o.current}-${d}`))
|
|
11220
|
-
] }),
|
|
11221
|
-
r && /* @__PURE__ */ t(
|
|
11222
|
-
m,
|
|
11223
|
-
{
|
|
11224
|
-
gap: "s",
|
|
11225
|
-
direction: "column",
|
|
11226
|
-
alignItems: "center",
|
|
11227
|
-
justifyContent: "center",
|
|
11228
|
-
className: "c-ranking__cta",
|
|
11229
|
-
children: [
|
|
11230
|
-
/* @__PURE__ */ t(g, { textAlign: "center", children: [
|
|
11231
|
-
/* @__PURE__ */ e(z, { name: "lock", color: "grey-400" }),
|
|
11232
|
-
/* @__PURE__ */ e("br", {}),
|
|
11233
|
-
/* @__PURE__ */ e(g, { as: "span", size: "m", weight: "bold", children: "Mes statistiques de jeu" })
|
|
11234
|
-
] }),
|
|
11235
|
-
/* @__PURE__ */ e(V, { type: "button", "data-a11y-dialog-show": "dialog-user-panel", color: "primary", children: "Se connecter" })
|
|
11236
|
-
]
|
|
11237
|
-
}
|
|
11238
|
-
)
|
|
11239
|
-
]
|
|
11303
|
+
children: o
|
|
11240
11304
|
}
|
|
11241
11305
|
);
|
|
11242
|
-
},
|
|
11306
|
+
}, We = ({ title: a, articles: s, isSponsored: c, seeMoreLink: l }) => {
|
|
11243
11307
|
const { layout: r, ...n } = s[0];
|
|
11244
11308
|
return /* @__PURE__ */ t(
|
|
11245
|
-
|
|
11309
|
+
F,
|
|
11246
11310
|
{
|
|
11247
11311
|
as: "section",
|
|
11248
11312
|
bg: c ? "sponsoring" : void 0,
|
|
@@ -11251,10 +11315,10 @@ const P0 = {
|
|
|
11251
11315
|
align: "end",
|
|
11252
11316
|
className: "c-three-columns-articles__column",
|
|
11253
11317
|
children: [
|
|
11254
|
-
a && /* @__PURE__ */ e(
|
|
11318
|
+
a && /* @__PURE__ */ e(p2, { ...a, mb: c ? "m" : "xxl" }),
|
|
11255
11319
|
c && /* @__PURE__ */ e(w, { mb: "xs", children: /* @__PURE__ */ e(g, { as: "span", size: "xs", mx: "s", color: "grey-900", children: "Vidéos sponsorisées" }) }),
|
|
11256
11320
|
/* @__PURE__ */ e(
|
|
11257
|
-
|
|
11321
|
+
re,
|
|
11258
11322
|
{
|
|
11259
11323
|
...n,
|
|
11260
11324
|
...n.cardImageProps && {
|
|
@@ -11266,9 +11330,9 @@ const P0 = {
|
|
|
11266
11330
|
}
|
|
11267
11331
|
),
|
|
11268
11332
|
s.map((i) => /* @__PURE__ */ t(Y.Fragment, { children: [
|
|
11269
|
-
/* @__PURE__ */ e(
|
|
11333
|
+
/* @__PURE__ */ e(P, { color: "grey-200", my: "s" }),
|
|
11270
11334
|
/* @__PURE__ */ e(
|
|
11271
|
-
|
|
11335
|
+
d2,
|
|
11272
11336
|
{
|
|
11273
11337
|
...i,
|
|
11274
11338
|
cardTitleProps: { ...i.cardTitleProps, maxRows: 3 },
|
|
@@ -11280,7 +11344,7 @@ const P0 = {
|
|
|
11280
11344
|
]
|
|
11281
11345
|
}
|
|
11282
11346
|
);
|
|
11283
|
-
},
|
|
11347
|
+
}, n4 = ({
|
|
11284
11348
|
title: a,
|
|
11285
11349
|
items: s,
|
|
11286
11350
|
layout: c,
|
|
@@ -11291,9 +11355,9 @@ const P0 = {
|
|
|
11291
11355
|
/* @__PURE__ */ e(O1, { as: "h2", size: "m", mb: "l", textAlign: { xs: "center", md: "left" }, children: a })
|
|
11292
11356
|
] }),
|
|
11293
11357
|
c === _.DESKTOP ? /* @__PURE__ */ e(d1, { itemsGap: "xl", layout: c, sliderVariant: "three-columns-articles", children: s.map(
|
|
11294
|
-
(r) => r.articles.length > 0 ? /* @__PURE__ */ e(
|
|
11358
|
+
(r) => r.articles.length > 0 ? /* @__PURE__ */ e(We, { ...r }, r.title.label) : null
|
|
11295
11359
|
) }) : s.map((r, n) => /* @__PURE__ */ e(
|
|
11296
|
-
|
|
11360
|
+
pe,
|
|
11297
11361
|
{
|
|
11298
11362
|
label: r.title.label,
|
|
11299
11363
|
articles: r.articles,
|
|
@@ -11305,7 +11369,7 @@ const P0 = {
|
|
|
11305
11369
|
},
|
|
11306
11370
|
r.title.label
|
|
11307
11371
|
))
|
|
11308
|
-
] }) : null,
|
|
11372
|
+
] }) : null, i4 = ({ items: a, activeItem: s, isBlueMode: c = !1 }) => /* @__PURE__ */ e(
|
|
11309
11373
|
m,
|
|
11310
11374
|
{
|
|
11311
11375
|
as: "nav",
|
|
@@ -11332,223 +11396,225 @@ const P0 = {
|
|
|
11332
11396
|
}
|
|
11333
11397
|
);
|
|
11334
11398
|
export {
|
|
11335
|
-
|
|
11336
|
-
|
|
11337
|
-
|
|
11338
|
-
|
|
11339
|
-
|
|
11340
|
-
|
|
11341
|
-
|
|
11342
|
-
|
|
11343
|
-
|
|
11344
|
-
|
|
11345
|
-
|
|
11399
|
+
Xe as Ad,
|
|
11400
|
+
k2 as Alert,
|
|
11401
|
+
E0 as AlertInfoBanner,
|
|
11402
|
+
P0 as ArticleBrandBanner,
|
|
11403
|
+
q0 as ArticleHeader,
|
|
11404
|
+
K0 as ArticleSummary,
|
|
11405
|
+
U0 as ArticleVideo,
|
|
11406
|
+
W0 as AstroContent,
|
|
11407
|
+
Y0 as AstroTiles,
|
|
11408
|
+
Q2 as AstroTopicCard,
|
|
11409
|
+
Qe as Autocomplete,
|
|
11346
11410
|
b1 as Avatar,
|
|
11347
|
-
|
|
11411
|
+
ee as AvatarGroup,
|
|
11412
|
+
ae as BlockedFeatureGate,
|
|
11348
11413
|
w as Box,
|
|
11349
|
-
|
|
11350
|
-
|
|
11414
|
+
J0 as Breadcrumb,
|
|
11415
|
+
X0 as BulletedList,
|
|
11351
11416
|
V as Button,
|
|
11352
|
-
|
|
11417
|
+
Q0 as Calendar,
|
|
11353
11418
|
R as CardContainer,
|
|
11354
|
-
|
|
11355
|
-
|
|
11419
|
+
e3 as CardExtraLarge,
|
|
11420
|
+
d2 as CardExtraSmall,
|
|
11356
11421
|
v1 as CardFooter,
|
|
11357
|
-
|
|
11422
|
+
a3 as CardFrame,
|
|
11358
11423
|
Q as CardHeader,
|
|
11359
|
-
|
|
11360
|
-
|
|
11361
|
-
|
|
11362
|
-
|
|
11363
|
-
|
|
11364
|
-
|
|
11365
|
-
|
|
11366
|
-
|
|
11367
|
-
|
|
11368
|
-
|
|
11369
|
-
|
|
11370
|
-
|
|
11371
|
-
|
|
11372
|
-
|
|
11424
|
+
I as CardImage,
|
|
11425
|
+
s3 as CardLarge,
|
|
11426
|
+
re as CardMedium,
|
|
11427
|
+
ne as CardMost,
|
|
11428
|
+
c3 as CardMovie,
|
|
11429
|
+
l3 as CardName,
|
|
11430
|
+
t3 as CardNewsletter,
|
|
11431
|
+
r3 as CardNotification,
|
|
11432
|
+
h2 as CardOverview,
|
|
11433
|
+
ie as CardProduct,
|
|
11434
|
+
n3 as CardSideImage,
|
|
11435
|
+
i3 as CardSkeleton,
|
|
11436
|
+
m2 as CardSmall,
|
|
11437
|
+
he as CardTiny,
|
|
11373
11438
|
D as CardTitle,
|
|
11374
|
-
|
|
11375
|
-
|
|
11376
|
-
|
|
11377
|
-
|
|
11378
|
-
|
|
11379
|
-
|
|
11380
|
-
|
|
11381
|
-
|
|
11382
|
-
|
|
11439
|
+
me as CardVertical,
|
|
11440
|
+
o3 as CardVideo,
|
|
11441
|
+
ue as CardVideoSmall,
|
|
11442
|
+
d3 as CardWithButton,
|
|
11443
|
+
h3 as CardWithSummary,
|
|
11444
|
+
pe as Carousel,
|
|
11445
|
+
u3 as Chatbot,
|
|
11446
|
+
B0 as Checkbox,
|
|
11447
|
+
p3 as Citation,
|
|
11383
11448
|
B1 as Collapse,
|
|
11384
|
-
|
|
11385
|
-
|
|
11386
|
-
|
|
11449
|
+
g3 as Comment,
|
|
11450
|
+
v3 as CommentButton,
|
|
11451
|
+
x3 as CommentCount,
|
|
11387
11452
|
U1 as Countdown,
|
|
11388
11453
|
k1 as CountdownItem,
|
|
11389
|
-
|
|
11390
|
-
|
|
11391
|
-
|
|
11454
|
+
w3 as DarkModeSwitch,
|
|
11455
|
+
b3 as DiscoverList,
|
|
11456
|
+
P as Divider,
|
|
11392
11457
|
A1 as DividerSection,
|
|
11393
11458
|
l2 as DividerVertical,
|
|
11394
|
-
|
|
11395
|
-
|
|
11396
|
-
|
|
11397
|
-
|
|
11398
|
-
|
|
11459
|
+
Q3 as ElectionsResult,
|
|
11460
|
+
G0 as Embed,
|
|
11461
|
+
y3 as EmojiToolbar,
|
|
11462
|
+
_3 as ErrorContent,
|
|
11463
|
+
we as Expandable,
|
|
11399
11464
|
m as Flex,
|
|
11400
|
-
|
|
11401
|
-
|
|
11465
|
+
F as FlexItem,
|
|
11466
|
+
e4 as Footer,
|
|
11402
11467
|
s1 as Grid,
|
|
11403
|
-
|
|
11404
|
-
|
|
11405
|
-
|
|
11406
|
-
|
|
11407
|
-
|
|
11408
|
-
|
|
11409
|
-
|
|
11410
|
-
|
|
11411
|
-
|
|
11468
|
+
m3 as HalfDonut,
|
|
11469
|
+
a4 as Header,
|
|
11470
|
+
z3 as HeaderBanner,
|
|
11471
|
+
qe as HeaderDesktop,
|
|
11472
|
+
N3 as HeaderMini,
|
|
11473
|
+
Ue as HeaderMobile,
|
|
11474
|
+
k3 as HeaderPage,
|
|
11475
|
+
M3 as HeaderSection,
|
|
11476
|
+
xe as HeaderSideModal,
|
|
11412
11477
|
O1 as HeaderTitle,
|
|
11413
11478
|
Z as Heading,
|
|
11414
11479
|
z as Icon,
|
|
11415
11480
|
T as IconButton,
|
|
11416
11481
|
e1 as IconItem,
|
|
11417
11482
|
t1 as IconTooltip,
|
|
11418
|
-
|
|
11419
|
-
|
|
11483
|
+
L0 as Iframe,
|
|
11484
|
+
C3 as ImageSlider,
|
|
11420
11485
|
i1 as Img,
|
|
11421
|
-
|
|
11486
|
+
fe as InfoBanner,
|
|
11487
|
+
t2 as InfoButton,
|
|
11422
11488
|
r1 as InlineSeparator,
|
|
11423
11489
|
T1 as Input,
|
|
11424
11490
|
A as Label,
|
|
11425
|
-
|
|
11491
|
+
j0 as LabelSection,
|
|
11426
11492
|
_ as LayoutType,
|
|
11427
11493
|
y1 as Legend,
|
|
11428
11494
|
C as Link,
|
|
11429
|
-
|
|
11430
|
-
|
|
11431
|
-
|
|
11432
|
-
|
|
11433
|
-
|
|
11434
|
-
|
|
11435
|
-
|
|
11436
|
-
|
|
11437
|
-
|
|
11438
|
-
|
|
11495
|
+
ye as ListWithDiode,
|
|
11496
|
+
S3 as LiveIndicator,
|
|
11497
|
+
B3 as LiveQuestion,
|
|
11498
|
+
Z3 as LiveTalk,
|
|
11499
|
+
V3 as LiveTitle,
|
|
11500
|
+
H3 as LogoutButton,
|
|
11501
|
+
$3 as MapDepartments,
|
|
11502
|
+
L3 as MapDistricts,
|
|
11503
|
+
j3 as MapEurope,
|
|
11504
|
+
F3 as MapTownsByDepartments,
|
|
11439
11505
|
f1 as Media,
|
|
11440
11506
|
x1 as MediaLink,
|
|
11441
11507
|
G as MediaSourceType,
|
|
11442
11508
|
I3 as Menu,
|
|
11443
|
-
|
|
11509
|
+
A3 as MenuList,
|
|
11444
11510
|
D1 as Modal,
|
|
11445
|
-
|
|
11446
|
-
|
|
11447
|
-
|
|
11448
|
-
|
|
11449
|
-
|
|
11450
|
-
|
|
11451
|
-
|
|
11452
|
-
|
|
11453
|
-
|
|
11511
|
+
s4 as MostReadArticles,
|
|
11512
|
+
c4 as MostWatchVideos,
|
|
11513
|
+
T3 as Newsletter,
|
|
11514
|
+
D3 as OrderedListWithNumber,
|
|
11515
|
+
E2 as Overlay,
|
|
11516
|
+
l4 as OverviewBar,
|
|
11517
|
+
R3 as Pagination,
|
|
11518
|
+
Ce as PercentageBar,
|
|
11519
|
+
t4 as PhotoSwipeGallery,
|
|
11454
11520
|
R1 as Pipe,
|
|
11455
|
-
|
|
11456
|
-
|
|
11457
|
-
|
|
11521
|
+
O3 as Prose,
|
|
11522
|
+
I0 as RadioButton,
|
|
11523
|
+
r4 as Ranking,
|
|
11458
11524
|
P2 as Rating,
|
|
11459
|
-
|
|
11460
|
-
|
|
11461
|
-
|
|
11462
|
-
|
|
11463
|
-
|
|
11464
|
-
|
|
11465
|
-
|
|
11525
|
+
Se as ReactButton,
|
|
11526
|
+
C2 as ReactionContent,
|
|
11527
|
+
A0 as ReadAlso,
|
|
11528
|
+
E3 as ReadAlsoBanner,
|
|
11529
|
+
T0 as ScrollProgressBar,
|
|
11530
|
+
q2 as ScrollToTopButton,
|
|
11531
|
+
f3 as SearchBanner,
|
|
11466
11532
|
w1 as SearchForm,
|
|
11467
|
-
|
|
11468
|
-
|
|
11469
|
-
|
|
11533
|
+
D0 as Section,
|
|
11534
|
+
p2 as SectionTitle,
|
|
11535
|
+
K2 as Select,
|
|
11470
11536
|
P3 as ShareBar,
|
|
11471
|
-
|
|
11472
|
-
|
|
11473
|
-
|
|
11537
|
+
q3 as ShowCover,
|
|
11538
|
+
g2 as Signature,
|
|
11539
|
+
R0 as Skeleton,
|
|
11474
11540
|
d1 as Slider,
|
|
11475
|
-
|
|
11541
|
+
K3 as SmartBanner,
|
|
11476
11542
|
n1 as SocialBar,
|
|
11477
|
-
|
|
11543
|
+
Fe as SocialBarActionsModal,
|
|
11478
11544
|
X as Sponsor,
|
|
11479
|
-
|
|
11480
|
-
|
|
11481
|
-
|
|
11482
|
-
|
|
11483
|
-
|
|
11484
|
-
|
|
11485
|
-
|
|
11486
|
-
|
|
11487
|
-
|
|
11545
|
+
U2 as Stepper,
|
|
11546
|
+
U3 as StreakBlock,
|
|
11547
|
+
De as SubMenu,
|
|
11548
|
+
H0 as SvgSprite,
|
|
11549
|
+
G2 as Switch,
|
|
11550
|
+
W2 as Tab,
|
|
11551
|
+
Y2 as TabPanel,
|
|
11552
|
+
G3 as Table,
|
|
11553
|
+
v2 as Tabs,
|
|
11488
11554
|
W as Tag,
|
|
11489
|
-
|
|
11555
|
+
W3 as TagBar,
|
|
11490
11556
|
g as Text,
|
|
11491
|
-
|
|
11492
|
-
|
|
11493
|
-
|
|
11557
|
+
Y3 as TextTooltip,
|
|
11558
|
+
O0 as Textarea,
|
|
11559
|
+
n4 as ThreeColumnsArticles,
|
|
11494
11560
|
C1 as Tiles,
|
|
11495
|
-
|
|
11496
|
-
|
|
11497
|
-
|
|
11498
|
-
|
|
11499
|
-
|
|
11500
|
-
|
|
11501
|
-
|
|
11561
|
+
J3 as Timeline,
|
|
11562
|
+
i4 as Toolbar,
|
|
11563
|
+
o2 as Typography,
|
|
11564
|
+
X3 as UserPanel,
|
|
11565
|
+
l0 as alignContentList,
|
|
11566
|
+
c0 as alignItemsList,
|
|
11567
|
+
r0 as alignSelfList,
|
|
11502
11568
|
S1 as applyFormatToNumbers,
|
|
11503
|
-
|
|
11504
|
-
|
|
11505
|
-
|
|
11569
|
+
V0 as borderSizeList,
|
|
11570
|
+
M2 as buttonColor,
|
|
11571
|
+
e0 as buttonVariant,
|
|
11506
11572
|
L1 as cityZoom,
|
|
11507
|
-
|
|
11508
|
-
|
|
11509
|
-
|
|
11510
|
-
|
|
11573
|
+
Z2 as colorSystemProps,
|
|
11574
|
+
_0 as colorTokenNameList,
|
|
11575
|
+
F0 as colsNumberGridList,
|
|
11576
|
+
S2 as departmentNames,
|
|
11511
11577
|
Q1 as emojiConfig,
|
|
11512
|
-
|
|
11513
|
-
|
|
11514
|
-
|
|
11578
|
+
n0 as flexBasisList,
|
|
11579
|
+
a0 as flexDirectionList,
|
|
11580
|
+
o0 as flexGrowList,
|
|
11515
11581
|
e2 as flexOrGridBoxSystemProps,
|
|
11516
|
-
|
|
11517
|
-
|
|
11518
|
-
|
|
11519
|
-
|
|
11520
|
-
|
|
11582
|
+
V2 as flexOrGridItemSystemProps,
|
|
11583
|
+
i0 as flexShrinkList,
|
|
11584
|
+
s0 as flexWrapList,
|
|
11585
|
+
p0 as fontFamilyTokenNameList,
|
|
11586
|
+
g0 as fontWeightTokenNameList,
|
|
11521
11587
|
j as forwardRef,
|
|
11522
|
-
|
|
11523
|
-
|
|
11524
|
-
|
|
11525
|
-
|
|
11526
|
-
|
|
11527
|
-
|
|
11528
|
-
|
|
11529
|
-
|
|
11530
|
-
|
|
11531
|
-
|
|
11532
|
-
|
|
11533
|
-
|
|
11534
|
-
|
|
11588
|
+
P1 as franceMainCities,
|
|
11589
|
+
F2 as getSrcSetFromFormats,
|
|
11590
|
+
v0 as headingSizeTokenNameList,
|
|
11591
|
+
$0 as iconButtonColor,
|
|
11592
|
+
N0 as iconTokenNameHorscopeChineseList,
|
|
11593
|
+
k0 as iconTokenNameHorscopeZodiacList,
|
|
11594
|
+
z0 as iconTokenNameList,
|
|
11595
|
+
M0 as iconTokenNameNumerologyList,
|
|
11596
|
+
J2 as imageConfigDesktop,
|
|
11597
|
+
X2 as imageConfigMobile,
|
|
11598
|
+
t0 as justifyContentList,
|
|
11599
|
+
H2 as marginSystemProps,
|
|
11600
|
+
w0 as mediaQueriesList,
|
|
11535
11601
|
s2 as paddingSystemProps,
|
|
11536
|
-
|
|
11602
|
+
B2 as politicalPartiesColors,
|
|
11537
11603
|
a2 as radiusSystemProps,
|
|
11538
|
-
|
|
11539
|
-
|
|
11540
|
-
|
|
11604
|
+
C0 as radiusTokenNameList,
|
|
11605
|
+
F1 as replaceSrcFormat,
|
|
11606
|
+
Z0 as rotationList,
|
|
11541
11607
|
c2 as spacingSystemProps,
|
|
11542
|
-
|
|
11543
|
-
|
|
11544
|
-
|
|
11545
|
-
|
|
11546
|
-
|
|
11547
|
-
|
|
11548
|
-
|
|
11549
|
-
|
|
11608
|
+
y0 as spacingTokenNameList,
|
|
11609
|
+
$2 as systemProps,
|
|
11610
|
+
h0 as textAlignList,
|
|
11611
|
+
d0 as textDecorationList,
|
|
11612
|
+
x0 as textSizeTokenNameList,
|
|
11613
|
+
m0 as textTransformList,
|
|
11614
|
+
b0 as themeColorAvailables,
|
|
11615
|
+
f0 as themeList,
|
|
11550
11616
|
O as tokenVariables,
|
|
11551
|
-
|
|
11552
|
-
|
|
11553
|
-
|
|
11617
|
+
S0 as tvShowsColors,
|
|
11618
|
+
L2 as typographySystemProps,
|
|
11619
|
+
u0 as whiteSpaceList
|
|
11554
11620
|
};
|