@20minutes/hela 2.19.0 → 2.20.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/{closeArticleButton.d.ts → floatingButton.d.ts} +1 -0
- package/dist/components/atoms/Button/Button.d.ts +1 -1
- package/dist/components/atoms/IconButton/IconButton.d.ts +3 -2
- package/dist/components/molecules/Chatbot/Chatbot.d.ts +8 -0
- package/dist/components/molecules/Chatbot/index.d.ts +1 -0
- package/dist/components/molecules/index.d.ts +1 -0
- package/dist/index.es.js +517 -484
- package/dist/index.umd.cjs +1 -1
- package/dist/js/scripts.es.js +261 -260
- package/dist/js/scripts.umd.cjs +1 -1
- package/dist/scss/abstracts/mixins/_buttons.scss +9 -0
- package/dist/scss/abstracts/variables/_token-variables.scss +1 -1
- package/dist/scss/abstracts/variables/_z-index.scss +1 -0
- package/dist/style.css +1 -1
- package/package.json +7 -5
- package/dist/components/molecules/SocialBar/Chatbot.d.ts +0 -6
package/dist/index.es.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx as e, jsxs as t, Fragment as j } from "react/jsx-runtime";
|
|
2
|
-
import Q, { Fragment as
|
|
3
|
-
function
|
|
2
|
+
import Q, { Fragment as p0, useMemo as W, useState as g0, createElement as v0 } from "react";
|
|
3
|
+
function x0(a) {
|
|
4
4
|
return a && a.__esModule && Object.prototype.hasOwnProperty.call(a, "default") ? a.default : a;
|
|
5
5
|
}
|
|
6
6
|
var B1 = { exports: {} };
|
|
7
7
|
var A1;
|
|
8
|
-
function
|
|
8
|
+
function f0() {
|
|
9
9
|
return A1 || (A1 = 1, (function(a) {
|
|
10
10
|
(function() {
|
|
11
11
|
var s = {}.hasOwnProperty;
|
|
@@ -37,8 +37,8 @@ function x0() {
|
|
|
37
37
|
})();
|
|
38
38
|
})(B1)), B1.exports;
|
|
39
39
|
}
|
|
40
|
-
var
|
|
41
|
-
const p = /* @__PURE__ */
|
|
40
|
+
var w0 = f0();
|
|
41
|
+
const p = /* @__PURE__ */ x0(w0), Te = ({
|
|
42
42
|
adUnitCompletePath: a,
|
|
43
43
|
variant: s,
|
|
44
44
|
isFullscreenMobile: c = !1,
|
|
@@ -68,7 +68,7 @@ const p = /* @__PURE__ */ v0(f0), Te = ({
|
|
|
68
68
|
}
|
|
69
69
|
);
|
|
70
70
|
return o ? /* @__PURE__ */ e(x, { className: "c-placeolder--ban", children: d }) : d;
|
|
71
|
-
},
|
|
71
|
+
}, Ae = ({
|
|
72
72
|
children: a,
|
|
73
73
|
variant: s = "success",
|
|
74
74
|
title: c,
|
|
@@ -105,7 +105,7 @@ const p = /* @__PURE__ */ v0(f0), Te = ({
|
|
|
105
105
|
)
|
|
106
106
|
]
|
|
107
107
|
}
|
|
108
|
-
),
|
|
108
|
+
), De = ({
|
|
109
109
|
id: a,
|
|
110
110
|
inputProps: s,
|
|
111
111
|
dataAttributes: c,
|
|
@@ -170,17 +170,18 @@ const p = /* @__PURE__ */ v0(f0), Te = ({
|
|
|
170
170
|
)
|
|
171
171
|
] });
|
|
172
172
|
};
|
|
173
|
-
function
|
|
173
|
+
function I(a) {
|
|
174
174
|
return Q.forwardRef(a);
|
|
175
175
|
}
|
|
176
|
-
const
|
|
176
|
+
const b0 = [
|
|
177
177
|
"primary",
|
|
178
178
|
"secondary",
|
|
179
179
|
"tertiary",
|
|
180
180
|
"translucent",
|
|
181
181
|
"dark",
|
|
182
|
-
"white"
|
|
183
|
-
|
|
182
|
+
"white",
|
|
183
|
+
"blue-ice"
|
|
184
|
+
], Oe = ["ghost", "outlined", "link", "ghost-with-icon-bg", "close"], H = I(
|
|
184
185
|
({
|
|
185
186
|
as: a = "button",
|
|
186
187
|
variant: s,
|
|
@@ -250,7 +251,7 @@ const w0 = [
|
|
|
250
251
|
}
|
|
251
252
|
);
|
|
252
253
|
H.displayName = "Button";
|
|
253
|
-
const
|
|
254
|
+
const Re = ({
|
|
254
255
|
id: a,
|
|
255
256
|
className: s,
|
|
256
257
|
required: c,
|
|
@@ -307,7 +308,7 @@ const Oe = ({
|
|
|
307
308
|
}
|
|
308
309
|
),
|
|
309
310
|
i && /* @__PURE__ */ e(g, { as: "span", id: `${a}-hint`, mt: "xxs-2", ml: "xxs-2", className: "u-mask", children: i })
|
|
310
|
-
] }), G =
|
|
311
|
+
] }), G = I(
|
|
311
312
|
({ text: a, color: s = "black", thickness: c = "thin", ...l }, r) => {
|
|
312
313
|
const n = /* @__PURE__ */ e(
|
|
313
314
|
F,
|
|
@@ -340,7 +341,7 @@ const Oe = ({
|
|
|
340
341
|
), L1 = ({
|
|
341
342
|
bg: a = "ultramarine",
|
|
342
343
|
...s
|
|
343
|
-
}) => /* @__PURE__ */ e(x, { ...s, className: p("c-divider-section", s?.className), children: /* @__PURE__ */ e(x, { as: "hr", className: p("c-divider-section__line"), bg: a }) }), K1 =
|
|
344
|
+
}) => /* @__PURE__ */ e(x, { ...s, className: p("c-divider-section", s?.className), children: /* @__PURE__ */ e(x, { as: "hr", className: p("c-divider-section__line"), bg: a }) }), K1 = I(
|
|
344
345
|
({ color: a = "black", thickness: s = "thin", ...c }, l) => /* @__PURE__ */ e(
|
|
345
346
|
x,
|
|
346
347
|
{
|
|
@@ -356,7 +357,7 @@ const Oe = ({
|
|
|
356
357
|
)
|
|
357
358
|
}
|
|
358
359
|
)
|
|
359
|
-
),
|
|
360
|
+
), Ee = ["column", "row", "column-reverse", "row-reverse"], Pe = ["wrap", "wrap-reverse", "no-wrap"], qe = ["start", "end", "center", "baseline", "stretch"], Ke = [
|
|
360
361
|
"start",
|
|
361
362
|
"end",
|
|
362
363
|
"center",
|
|
@@ -364,7 +365,7 @@ const Oe = ({
|
|
|
364
365
|
"around",
|
|
365
366
|
"evenly",
|
|
366
367
|
"stretch"
|
|
367
|
-
],
|
|
368
|
+
], Ge = [
|
|
368
369
|
"start",
|
|
369
370
|
"end",
|
|
370
371
|
"center",
|
|
@@ -372,7 +373,7 @@ const Oe = ({
|
|
|
372
373
|
"around",
|
|
373
374
|
"evenly",
|
|
374
375
|
"stretch"
|
|
375
|
-
],
|
|
376
|
+
], Ue = ["auto", "start", "end", "center", "stretch", "baseline"], We = ["auto", 0, 25, 33, 50, 75, 100], Ye = [0, 1], Xe = [0, 1], R = {
|
|
376
377
|
asset: {
|
|
377
378
|
font: {
|
|
378
379
|
"Obviously-Semibold": {
|
|
@@ -1503,7 +1504,7 @@ const Oe = ({
|
|
|
1503
1504
|
}
|
|
1504
1505
|
}
|
|
1505
1506
|
}
|
|
1506
|
-
},
|
|
1507
|
+
}, Je = ["underline", "dotted", "wavy", "overline"], Qe = ["left", "center", "right", "justify"], e2 = ["capitalize", "uppercase", "lowercase"], a2 = [
|
|
1507
1508
|
"break-spaces",
|
|
1508
1509
|
"normal",
|
|
1509
1510
|
"nowrap",
|
|
@@ -1511,16 +1512,16 @@ const Oe = ({
|
|
|
1511
1512
|
"pre-line",
|
|
1512
1513
|
"pre-wrap",
|
|
1513
1514
|
"revert"
|
|
1514
|
-
],
|
|
1515
|
+
], s2 = Object.keys(R["font-family"]).filter(
|
|
1515
1516
|
(a) => !["base"].includes(a)
|
|
1516
|
-
), s2 = Object.keys(
|
|
1517
|
-
R["font-weight"]
|
|
1518
1517
|
), c2 = Object.keys(
|
|
1519
|
-
R
|
|
1518
|
+
R["font-weight"]
|
|
1520
1519
|
), l2 = Object.keys(
|
|
1520
|
+
R.typography.heading
|
|
1521
|
+
), t2 = Object.keys(
|
|
1521
1522
|
R.typography.text
|
|
1522
1523
|
);
|
|
1523
|
-
var
|
|
1524
|
+
var y0 = /* @__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))(y0 || {});
|
|
1524
1525
|
const G1 = {
|
|
1525
1526
|
sad: "😢",
|
|
1526
1527
|
interesting: "😍",
|
|
@@ -1567,7 +1568,7 @@ const G1 = {
|
|
|
1567
1568
|
filterPrefix: "69123AR",
|
|
1568
1569
|
ids: Array.from({ length: 9 }, (a, s) => `69123AR0${s + 1}`)
|
|
1569
1570
|
}
|
|
1570
|
-
},
|
|
1571
|
+
}, _0 = {
|
|
1571
1572
|
"01": "Ain",
|
|
1572
1573
|
"02": "Aisne",
|
|
1573
1574
|
"03": "Allier",
|
|
@@ -1669,7 +1670,7 @@ const G1 = {
|
|
|
1669
1670
|
973: "Guyane",
|
|
1670
1671
|
974: "La Réunion",
|
|
1671
1672
|
976: "Mayotte"
|
|
1672
|
-
},
|
|
1673
|
+
}, n2 = ["xs", "sm", "md", "lg", "xl", "xxl"], z0 = [
|
|
1673
1674
|
"extreme-gauche",
|
|
1674
1675
|
"parti-revolutionnaire-communiste",
|
|
1675
1676
|
"lutte-ouvriere",
|
|
@@ -1734,7 +1735,7 @@ const G1 = {
|
|
|
1734
1735
|
"europe-democratie-esperanto",
|
|
1735
1736
|
"union-populaire-republicaine",
|
|
1736
1737
|
"regionalistes"
|
|
1737
|
-
],
|
|
1738
|
+
], N0 = {
|
|
1738
1739
|
borderColor: ["border-color"],
|
|
1739
1740
|
bg: ["background-color"],
|
|
1740
1741
|
color: ["color"]
|
|
@@ -1749,14 +1750,14 @@ const G1 = {
|
|
|
1749
1750
|
direction: ["direction"],
|
|
1750
1751
|
wrap: ["wrap"],
|
|
1751
1752
|
flexGrow: ["flex-grow"]
|
|
1752
|
-
},
|
|
1753
|
+
}, k0 = {
|
|
1753
1754
|
align: ["align-self"],
|
|
1754
1755
|
basis: ["flex-basis"],
|
|
1755
1756
|
shrink: ["flex-shrink"],
|
|
1756
1757
|
grow: ["flex-grow"]
|
|
1757
1758
|
}, W1 = {
|
|
1758
1759
|
radius: ["border-radius"]
|
|
1759
|
-
},
|
|
1760
|
+
}, M0 = {
|
|
1760
1761
|
m: ["margin"],
|
|
1761
1762
|
mt: ["margin-top"],
|
|
1762
1763
|
mr: ["margin-right"],
|
|
@@ -1773,13 +1774,13 @@ const G1 = {
|
|
|
1773
1774
|
px: ["padding-left", "padding-right"],
|
|
1774
1775
|
py: ["padding-top", "padding-bottom"]
|
|
1775
1776
|
}, X1 = {
|
|
1776
|
-
...
|
|
1777
|
+
...M0,
|
|
1777
1778
|
...Y1
|
|
1778
|
-
},
|
|
1779
|
+
}, C0 = {
|
|
1779
1780
|
...X1,
|
|
1780
|
-
...
|
|
1781
|
+
...N0,
|
|
1781
1782
|
...W1
|
|
1782
|
-
},
|
|
1783
|
+
}, S0 = {
|
|
1783
1784
|
textAlign: ["text-align"],
|
|
1784
1785
|
weight: ["font-weight"],
|
|
1785
1786
|
italic: ["font-style"],
|
|
@@ -1787,26 +1788,26 @@ const G1 = {
|
|
|
1787
1788
|
textTransform: ["text-transform"],
|
|
1788
1789
|
fontFamily: ["font-family"],
|
|
1789
1790
|
whiteSpace: ["white-space"]
|
|
1790
|
-
},
|
|
1791
|
+
}, r2 = Object.keys(R.color.theme), i2 = ["light", "dark"], o2 = Object.keys(R.spacing), d2 = [
|
|
1791
1792
|
...Object.keys(R.color.primary),
|
|
1792
1793
|
...Object.keys(R.color.secondary),
|
|
1793
1794
|
...Object.keys(R.color.greyscale),
|
|
1794
1795
|
...Object.keys(R.color.status),
|
|
1795
1796
|
...Object.keys(R.color.theme)
|
|
1796
|
-
],
|
|
1797
|
+
], h2 = Object.keys(R.asset.icon), m2 = Object.keys(
|
|
1797
1798
|
R.asset.icon["horoscope-sign"].chinese
|
|
1798
|
-
),
|
|
1799
|
+
), u2 = Object.keys(
|
|
1799
1800
|
R.asset.icon["horoscope-sign"].zodiac
|
|
1800
|
-
),
|
|
1801
|
+
), p2 = Object.keys(R.radius), g2 = [
|
|
1801
1802
|
"20-arena",
|
|
1802
1803
|
"on-vous-en-dit-plus",
|
|
1803
1804
|
"planete-c",
|
|
1804
1805
|
"plein-les-poches",
|
|
1805
1806
|
"story",
|
|
1806
1807
|
"tant-d-ecrans"
|
|
1807
|
-
],
|
|
1808
|
+
], v2 = ["quarter", "half", "three-quarter"], x2 = ["small", "medium", "big"], B0 = (a) => typeof a == "string" && z0.includes(a), N = I(
|
|
1808
1809
|
({ name: a, size: s = 28, isRounded: c = !1, border: l, rotation: r, svgTitle: n, color: i, ...o }, d) => {
|
|
1809
|
-
const u = Array.isArray(s) ? s?.[0] : s, m = Array.isArray(s) ? s?.[1] : s, v = !n, f =
|
|
1810
|
+
const u = Array.isArray(s) ? s?.[0] : s, m = Array.isArray(s) ? s?.[1] : s, v = !n, f = B0(i);
|
|
1810
1811
|
return /* @__PURE__ */ e(
|
|
1811
1812
|
x,
|
|
1812
1813
|
{
|
|
@@ -1840,7 +1841,7 @@ const G1 = {
|
|
|
1840
1841
|
}
|
|
1841
1842
|
);
|
|
1842
1843
|
}
|
|
1843
|
-
),
|
|
1844
|
+
), f2 = (a) => /* @__PURE__ */ t("svg", { xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", ...a, children: [
|
|
1844
1845
|
/* @__PURE__ */ t("symbol", { fill: "none", viewBox: "0 0 43 35", id: "20mn-pub", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1845
1846
|
/* @__PURE__ */ e(
|
|
1846
1847
|
"path",
|
|
@@ -2955,13 +2956,13 @@ const G1 = {
|
|
|
2955
2956
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "eya", children: /* @__PURE__ */ e("path", { fill: "#fff", d: "M22 5h32v74H22z" }) }) })
|
|
2956
2957
|
] }),
|
|
2957
2958
|
/* @__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" }) })
|
|
2958
|
-
] }),
|
|
2959
|
-
({ iconProps: a, as: s = "button", variant: c, color: l, size: r, hasShadow: n, isLoading: i,
|
|
2959
|
+
] }), w2 = [...b0, "blue-dark"], q = I(
|
|
2960
|
+
({ iconProps: a, as: s = "button", variant: c, color: l, size: r, hasShadow: n, isLoading: i, isFloating: o, ...d }, u) => /* @__PURE__ */ e(
|
|
2960
2961
|
h,
|
|
2961
2962
|
{
|
|
2962
|
-
...
|
|
2963
|
+
...d,
|
|
2963
2964
|
as: s,
|
|
2964
|
-
ref:
|
|
2965
|
+
ref: u,
|
|
2965
2966
|
alignItems: "center",
|
|
2966
2967
|
justifyContent: "center",
|
|
2967
2968
|
className: p(
|
|
@@ -2971,9 +2972,10 @@ const G1 = {
|
|
|
2971
2972
|
[`c-icon-btn--${l}`]: l,
|
|
2972
2973
|
[`c-icon-btn--${r}`]: r,
|
|
2973
2974
|
"c-icon-btn--has-shadow": n,
|
|
2974
|
-
"c-icon-btn--is-loading": i
|
|
2975
|
+
"c-icon-btn--is-loading": i,
|
|
2976
|
+
"c-icon-btn--is-floating": o
|
|
2975
2977
|
},
|
|
2976
|
-
|
|
2978
|
+
d?.className
|
|
2977
2979
|
),
|
|
2978
2980
|
children: /* @__PURE__ */ e(N, { ...a })
|
|
2979
2981
|
}
|
|
@@ -2999,7 +3001,7 @@ const r1 = ({ text: a, ...s }) => /* @__PURE__ */ e(
|
|
|
2999
3001
|
children: a
|
|
3000
3002
|
}
|
|
3001
3003
|
);
|
|
3002
|
-
function
|
|
3004
|
+
function b2({ title: a, ratio: s = "auto", htmlIframeProps: c, ...l }) {
|
|
3003
3005
|
return /* @__PURE__ */ e(
|
|
3004
3006
|
x,
|
|
3005
3007
|
{
|
|
@@ -3011,7 +3013,7 @@ function w2({ title: a, ratio: s = "auto", htmlIframeProps: c, ...l }) {
|
|
|
3011
3013
|
}
|
|
3012
3014
|
);
|
|
3013
3015
|
}
|
|
3014
|
-
const
|
|
3016
|
+
const Z0 = ({ src: a, formats: s }) => {
|
|
3015
3017
|
if (s !== void 0 && s.length > 0)
|
|
3016
3018
|
return s.map((c) => `${a.replace(/%format/, c)} ${c.split("x")[0]}w`).join(", ");
|
|
3017
3019
|
}, $1 = ({ src: a, format: s }) => a.replace(/%format/, s), d1 = ({
|
|
@@ -3041,12 +3043,12 @@ const B0 = ({ src: a, formats: s }) => {
|
|
|
3041
3043
|
return /* @__PURE__ */ e(x, { as: "img", src: s, ...f });
|
|
3042
3044
|
const _ = c.split("x"), w = _[0], b = _[1];
|
|
3043
3045
|
let C, Z = `data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='${w}'%20height='${b}'%3E%3C/svg%3E`;
|
|
3044
|
-
if (s && (Z = $1({ src: s, format: c }), C =
|
|
3046
|
+
if (s && (Z = $1({ src: s, format: c }), C = Z0({ formats: l, src: s }) ?? ""), u) {
|
|
3045
3047
|
const k = Number(w) * 2, M = Number(b) * 2, S = `${k}x${M}`, y = $1({ src: s, format: S });
|
|
3046
3048
|
C = C ? `${C}, ${y} 2x` : `${y} 2x`;
|
|
3047
3049
|
}
|
|
3048
3050
|
return f.width = w || void 0, f.height = b !== "0" ? b : void 0, f.sizes = n || void 0, /* @__PURE__ */ e(x, { ...f, as: "img", src: Z, ...C ? { srcSet: C } : {} });
|
|
3049
|
-
}, i1 = ({ size: a, ...s }) => /* @__PURE__ */ e(g, { as: "span", size: a || "s", ...s, children: "•" }), V1 =
|
|
3051
|
+
}, i1 = ({ size: a, ...s }) => /* @__PURE__ */ e(g, { as: "span", size: a || "s", ...s, children: "•" }), V1 = I(
|
|
3050
3052
|
({
|
|
3051
3053
|
id: a,
|
|
3052
3054
|
className: s,
|
|
@@ -3187,7 +3189,7 @@ const B0 = ({ src: a, formats: s }) => {
|
|
|
3187
3189
|
]
|
|
3188
3190
|
}
|
|
3189
3191
|
);
|
|
3190
|
-
},
|
|
3192
|
+
}, y2 = ({ children: a }) => /* @__PURE__ */ e(L, { as: "h4", size: "xxs", weight: "bold", color: "ultramarine", children: a }), V = (a) => {
|
|
3191
3193
|
if (a.propValue && ["boolean", "string", "number"].includes(typeof a.propValue) || !a.propValue) {
|
|
3192
3194
|
const s = O1({
|
|
3193
3195
|
className: a.className,
|
|
@@ -3206,10 +3208,10 @@ const B0 = ({ src: a, formats: s }) => {
|
|
|
3206
3208
|
});
|
|
3207
3209
|
return r && s.push(r), s;
|
|
3208
3210
|
}, []);
|
|
3209
|
-
},
|
|
3211
|
+
}, $0 = (a) => a.replace(/([a-z])([A-Z])/g, "$1-$2").replace(/[\s_]+/g, "-").toLowerCase(), O1 = (a) => {
|
|
3210
3212
|
if (a.propValue !== void 0) {
|
|
3211
3213
|
if (typeof a.propValue != "boolean") {
|
|
3212
|
-
const s =
|
|
3214
|
+
const s = $0(
|
|
3213
3215
|
typeof a.propValue == "number" ? a.propValue.toString() : a.propValue
|
|
3214
3216
|
);
|
|
3215
3217
|
return a.className ? `${a.className}-${s}@${a.defaultModifier}` : `${s}@${a.defaultModifier}`;
|
|
@@ -3218,11 +3220,11 @@ const B0 = ({ src: a, formats: s }) => {
|
|
|
3218
3220
|
throw new Error('It is necessary to define the argument "className" !');
|
|
3219
3221
|
return `${a.className}@${a.defaultModifier}`;
|
|
3220
3222
|
}
|
|
3221
|
-
},
|
|
3223
|
+
}, j0 = (a) => p({
|
|
3222
3224
|
[`bg-${a.bg}`]: a.bg,
|
|
3223
3225
|
[`color-${a.color}`]: a.color,
|
|
3224
3226
|
[`border-color-${a.borderColor}`]: a.borderColor
|
|
3225
|
-
}),
|
|
3227
|
+
}), L0 = ({
|
|
3226
3228
|
basis: a,
|
|
3227
3229
|
shrink: s,
|
|
3228
3230
|
grow: c,
|
|
@@ -3240,8 +3242,8 @@ const B0 = ({ src: a, formats: s }) => {
|
|
|
3240
3242
|
propValue: c,
|
|
3241
3243
|
className: "grow"
|
|
3242
3244
|
}),
|
|
3243
|
-
|
|
3244
|
-
),
|
|
3245
|
+
H0(l)
|
|
3246
|
+
), V0 = ({
|
|
3245
3247
|
inline: a = !1,
|
|
3246
3248
|
direction: s,
|
|
3247
3249
|
wrap: c,
|
|
@@ -3288,12 +3290,12 @@ const B0 = ({ src: a, formats: s }) => {
|
|
|
3288
3290
|
propValue: a.flexGrow,
|
|
3289
3291
|
className: "grow"
|
|
3290
3292
|
})
|
|
3291
|
-
),
|
|
3293
|
+
), H0 = (a) => p(
|
|
3292
3294
|
...V({
|
|
3293
3295
|
propValue: a.align,
|
|
3294
3296
|
className: "self"
|
|
3295
3297
|
})
|
|
3296
|
-
), h1 = (a) => typeof a.props == "object" ? Object.keys(a.props).reduce((s, c) => (a.systemPropNames.includes(c) || (s[c] = a.props[c]), s), {}) : {},
|
|
3298
|
+
), h1 = (a) => typeof a.props == "object" ? Object.keys(a.props).reduce((s, c) => (a.systemPropNames.includes(c) || (s[c] = a.props[c]), s), {}) : {}, F0 = (a) => p(
|
|
3297
3299
|
Object.entries(a).filter(([s]) => Object.keys(W1).includes(s)).reduce((s, [c, l]) => (s.push(
|
|
3298
3300
|
...V({
|
|
3299
3301
|
className: c,
|
|
@@ -3309,8 +3311,8 @@ const B0 = ({ src: a, formats: s }) => {
|
|
|
3309
3311
|
), s), [])
|
|
3310
3312
|
), e0 = (a) => p(
|
|
3311
3313
|
Q1(a),
|
|
3312
|
-
|
|
3313
|
-
|
|
3314
|
+
j0(a),
|
|
3315
|
+
F0(a)
|
|
3314
3316
|
), j1 = ({
|
|
3315
3317
|
textAlign: a,
|
|
3316
3318
|
weight: s,
|
|
@@ -3335,12 +3337,12 @@ const B0 = ({ src: a, formats: s }) => {
|
|
|
3335
3337
|
"text-italic": !!r,
|
|
3336
3338
|
[`font-${n}`]: !!n
|
|
3337
3339
|
}
|
|
3338
|
-
), x =
|
|
3340
|
+
), x = I(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
3339
3341
|
a,
|
|
3340
3342
|
{
|
|
3341
3343
|
...h1({
|
|
3342
3344
|
props: c,
|
|
3343
|
-
systemPropNames: Object.keys(
|
|
3345
|
+
systemPropNames: Object.keys(C0)
|
|
3344
3346
|
}),
|
|
3345
3347
|
ref: l,
|
|
3346
3348
|
className: p(e0(c), c?.className),
|
|
@@ -3348,7 +3350,7 @@ const B0 = ({ src: a, formats: s }) => {
|
|
|
3348
3350
|
}
|
|
3349
3351
|
));
|
|
3350
3352
|
x.displayName = "Box";
|
|
3351
|
-
const h =
|
|
3353
|
+
const h = I(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
3352
3354
|
x,
|
|
3353
3355
|
{
|
|
3354
3356
|
...h1({
|
|
@@ -3357,24 +3359,24 @@ const h = T(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
|
3357
3359
|
}),
|
|
3358
3360
|
as: a,
|
|
3359
3361
|
ref: l,
|
|
3360
|
-
className: p(
|
|
3362
|
+
className: p(V0(c), c?.className),
|
|
3361
3363
|
children: s
|
|
3362
3364
|
}
|
|
3363
|
-
)), F =
|
|
3365
|
+
)), F = I(
|
|
3364
3366
|
({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
3365
3367
|
x,
|
|
3366
3368
|
{
|
|
3367
3369
|
...h1({
|
|
3368
3370
|
props: c,
|
|
3369
|
-
systemPropNames: Object.keys(
|
|
3371
|
+
systemPropNames: Object.keys(k0)
|
|
3370
3372
|
}),
|
|
3371
3373
|
as: a,
|
|
3372
3374
|
ref: l,
|
|
3373
|
-
className: p(
|
|
3375
|
+
className: p(L0(c), c?.className),
|
|
3374
3376
|
children: s
|
|
3375
3377
|
}
|
|
3376
3378
|
)
|
|
3377
|
-
),
|
|
3379
|
+
), _2 = [1, 2, 3, 4, 5, 6, 12, "2-of-3"], l1 = ({ colsNumber: a, gap: s, gapX: c, gapY: l, children: r, ...n }) => Q.createElement(x, {
|
|
3378
3380
|
...h1({
|
|
3379
3381
|
props: n,
|
|
3380
3382
|
systemPropNames: Object.keys(U1)
|
|
@@ -3400,7 +3402,7 @@ const h = T(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
|
3400
3402
|
p(J1(n), n?.className)
|
|
3401
3403
|
),
|
|
3402
3404
|
children: r
|
|
3403
|
-
}), $ =
|
|
3405
|
+
}), $ = I(
|
|
3404
3406
|
({
|
|
3405
3407
|
as: a = "a",
|
|
3406
3408
|
children: s,
|
|
@@ -3418,7 +3420,7 @@ const h = T(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
|
3418
3420
|
..._
|
|
3419
3421
|
}, w) => {
|
|
3420
3422
|
if ((n || l) && c)
|
|
3421
|
-
throw new Error("You can't use color
|
|
3423
|
+
throw new Error("You can't use the color prop together with the variant or buttonColor prop");
|
|
3422
3424
|
const b = !!(n || l), C = u || m ? p(
|
|
3423
3425
|
"c-tab",
|
|
3424
3426
|
{
|
|
@@ -3446,7 +3448,7 @@ const h = T(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
|
3446
3448
|
);
|
|
3447
3449
|
return /* @__PURE__ */ e(x, { ..._, as: a, ref: w, color: !u && !m && !b ? c || (v === "inherit" ? void 0 : v) : void 0, className: C, children: s });
|
|
3448
3450
|
}
|
|
3449
|
-
),
|
|
3451
|
+
), a0 = ({
|
|
3450
3452
|
dialogId: a,
|
|
3451
3453
|
children: s,
|
|
3452
3454
|
variant: c = "center",
|
|
@@ -3478,7 +3480,7 @@ const h = T(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
|
3478
3480
|
]
|
|
3479
3481
|
}
|
|
3480
3482
|
);
|
|
3481
|
-
},
|
|
3483
|
+
}, I0 = (a) => /* @__PURE__ */ e(x, { ...a, className: p("c-overlay c-overlay--with-bg", a?.className) }), H1 = ({ isWhite: a }) => /* @__PURE__ */ e("div", { className: p("c-pipe", { "c-pipe--is-white": a }) }), z2 = ({
|
|
3482
3484
|
id: a,
|
|
3483
3485
|
required: s,
|
|
3484
3486
|
label: c,
|
|
@@ -3495,14 +3497,14 @@ const h = T(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
|
3495
3497
|
}
|
|
3496
3498
|
),
|
|
3497
3499
|
c && /* @__PURE__ */ e("label", { htmlFor: a, className: "c-radio-button__label", children: c })
|
|
3498
|
-
] }),
|
|
3500
|
+
] }), T0 = ({ rating: a, ratingMax: s = 5, iconProps: c, ...l }) => {
|
|
3499
3501
|
const r = (d) => /* @__PURE__ */ e(N, { name: "star", color: "ultramarine", ...c }, d), n = (d) => /* @__PURE__ */ e(N, { name: "star", color: "grey-200", ...c }, d), i = (d) => /* @__PURE__ */ e(N, { name: "halfstar", color: "grey-200", ...c }, d), o = [];
|
|
3500
3502
|
for (let d = 0; d < s; d += 1) {
|
|
3501
3503
|
const u = d < a, m = d + 0.5 === a;
|
|
3502
3504
|
u && !m ? o.push(r(d)) : m ? o.push(i(d)) : o.push(n(d));
|
|
3503
3505
|
}
|
|
3504
3506
|
return /* @__PURE__ */ e(x, { ...l, children: o });
|
|
3505
|
-
},
|
|
3507
|
+
}, N2 = ({
|
|
3506
3508
|
title: a,
|
|
3507
3509
|
link: s,
|
|
3508
3510
|
image: c,
|
|
@@ -3560,7 +3562,7 @@ const h = T(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
|
3560
3562
|
)
|
|
3561
3563
|
]
|
|
3562
3564
|
}
|
|
3563
|
-
),
|
|
3565
|
+
), k2 = I(
|
|
3564
3566
|
({ variant: a, progressColor: s = "ultramarine" }, c) => /* @__PURE__ */ e(
|
|
3565
3567
|
x,
|
|
3566
3568
|
{
|
|
@@ -3593,14 +3595,14 @@ const h = T(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
|
3593
3595
|
}
|
|
3594
3596
|
);
|
|
3595
3597
|
A0.displayName = "ScrollToTopButton";
|
|
3596
|
-
const
|
|
3598
|
+
const M2 = ({ inner: a, children: s, ...c }) => /* @__PURE__ */ e(
|
|
3597
3599
|
x,
|
|
3598
3600
|
{
|
|
3599
3601
|
...c,
|
|
3600
3602
|
className: p("c-section", { "c-section--inner": a }, c?.className),
|
|
3601
3603
|
children: s
|
|
3602
3604
|
}
|
|
3603
|
-
), D0 =
|
|
3605
|
+
), D0 = I(
|
|
3604
3606
|
({
|
|
3605
3607
|
id: a,
|
|
3606
3608
|
className: s,
|
|
@@ -3678,7 +3680,7 @@ const k2 = ({ inner: a, children: s, ...c }) => /* @__PURE__ */ e(
|
|
|
3678
3680
|
]
|
|
3679
3681
|
}
|
|
3680
3682
|
)
|
|
3681
|
-
),
|
|
3683
|
+
), C2 = ({ variant: a = "button", className: s, ...c }) => /* @__PURE__ */ e(
|
|
3682
3684
|
h,
|
|
3683
3685
|
{
|
|
3684
3686
|
className: p(
|
|
@@ -3691,7 +3693,7 @@ const k2 = ({ inner: a, children: s, ...c }) => /* @__PURE__ */ e(
|
|
|
3691
3693
|
}
|
|
3692
3694
|
);
|
|
3693
3695
|
var z = /* @__PURE__ */ ((a) => (a.MOBILE = "mobile", a.DESKTOP = "desktop", a))(z || {}), Y = /* @__PURE__ */ ((a) => (a.embed = "embed", a.photo = "photo", a.podcast = "podcast", a.video = "video", a))(Y || {});
|
|
3694
|
-
const m1 =
|
|
3696
|
+
const m1 = I(
|
|
3695
3697
|
({
|
|
3696
3698
|
layout: a,
|
|
3697
3699
|
children: s,
|
|
@@ -3760,7 +3762,7 @@ const m1 = T(
|
|
|
3760
3762
|
children: /* @__PURE__ */ e(x, { className: "c-stepper__loader", bg: s })
|
|
3761
3763
|
},
|
|
3762
3764
|
r
|
|
3763
|
-
)) }),
|
|
3765
|
+
)) }), s0 = ({
|
|
3764
3766
|
containerProps: a,
|
|
3765
3767
|
labelPosition: s = "before",
|
|
3766
3768
|
label: c,
|
|
@@ -3831,7 +3833,7 @@ const m1 = T(
|
|
|
3831
3833
|
"aria-labelledby": `tab-${a}`,
|
|
3832
3834
|
children: s
|
|
3833
3835
|
}
|
|
3834
|
-
), J =
|
|
3836
|
+
), J = I(
|
|
3835
3837
|
({ as: a = "a", id: s, variant: c = "primary", size: l, children: r, ...n }, i) => /* @__PURE__ */ e(
|
|
3836
3838
|
x,
|
|
3837
3839
|
{
|
|
@@ -3850,7 +3852,7 @@ const m1 = T(
|
|
|
3850
3852
|
children: r
|
|
3851
3853
|
}
|
|
3852
3854
|
)
|
|
3853
|
-
),
|
|
3855
|
+
), S2 = I(
|
|
3854
3856
|
({ id: a, required: s, label: c, variant: l, msg: r, rows: n = 5, containerProps: i, hint: o, error: d, ...u }, m) => /* @__PURE__ */ t(
|
|
3855
3857
|
h,
|
|
3856
3858
|
{
|
|
@@ -3909,9 +3911,9 @@ const m1 = T(
|
|
|
3909
3911
|
]
|
|
3910
3912
|
}
|
|
3911
3913
|
)
|
|
3912
|
-
), L =
|
|
3914
|
+
), L = I(
|
|
3913
3915
|
({ as: a = "h1", size: s, children: c, ...l }, r) => /* @__PURE__ */ e(
|
|
3914
|
-
|
|
3916
|
+
c0,
|
|
3915
3917
|
{
|
|
3916
3918
|
...l,
|
|
3917
3919
|
as: a,
|
|
@@ -3926,9 +3928,9 @@ const m1 = T(
|
|
|
3926
3928
|
children: c
|
|
3927
3929
|
}
|
|
3928
3930
|
)
|
|
3929
|
-
), g =
|
|
3931
|
+
), g = I(
|
|
3930
3932
|
({ as: a = "p", size: s, highlighted: c, children: l, ...r }, n) => /* @__PURE__ */ e(
|
|
3931
|
-
|
|
3933
|
+
c0,
|
|
3932
3934
|
{
|
|
3933
3935
|
as: c ? "span" : a,
|
|
3934
3936
|
bg: c ? "sponsoring" : r.bg,
|
|
@@ -3947,13 +3949,13 @@ const m1 = T(
|
|
|
3947
3949
|
children: l
|
|
3948
3950
|
}
|
|
3949
3951
|
)
|
|
3950
|
-
),
|
|
3952
|
+
), c0 = I(
|
|
3951
3953
|
({ as: a = "p", children: s, ...c }, l) => s && s.toString().length || c?.dangerouslySetInnerHTML ? /* @__PURE__ */ e(
|
|
3952
3954
|
x,
|
|
3953
3955
|
{
|
|
3954
3956
|
...h1({
|
|
3955
3957
|
props: c,
|
|
3956
|
-
systemPropNames: Object.keys(
|
|
3958
|
+
systemPropNames: Object.keys(S0)
|
|
3957
3959
|
}),
|
|
3958
3960
|
as: a,
|
|
3959
3961
|
ref: l,
|
|
@@ -3964,7 +3966,7 @@ const m1 = T(
|
|
|
3964
3966
|
children: s
|
|
3965
3967
|
}
|
|
3966
3968
|
) : null
|
|
3967
|
-
),
|
|
3969
|
+
), B2 = ({
|
|
3968
3970
|
cover: a,
|
|
3969
3971
|
description: s,
|
|
3970
3972
|
title: c,
|
|
@@ -4021,10 +4023,10 @@ const m1 = T(
|
|
|
4021
4023
|
)
|
|
4022
4024
|
] })
|
|
4023
4025
|
}
|
|
4024
|
-
),
|
|
4026
|
+
), Z2 = ({
|
|
4025
4027
|
children: a,
|
|
4026
4028
|
...s
|
|
4027
|
-
}) => /* @__PURE__ */ e(x, { ...s, px: "s", py: "xxs-2", bg: "sponsoring", children: /* @__PURE__ */ e(g, { size: "xs", fontFamily: "source-serif-pro", children: a }) }),
|
|
4029
|
+
}) => /* @__PURE__ */ e(x, { ...s, px: "s", py: "xxs-2", bg: "sponsoring", children: /* @__PURE__ */ e(g, { size: "xs", fontFamily: "source-serif-pro", children: a }) }), $2 = ({
|
|
4028
4030
|
title: a,
|
|
4029
4031
|
label: s,
|
|
4030
4032
|
layout: c,
|
|
@@ -4086,7 +4088,7 @@ const m1 = T(
|
|
|
4086
4088
|
]
|
|
4087
4089
|
}
|
|
4088
4090
|
)), u;
|
|
4089
|
-
},
|
|
4091
|
+
}, j2 = ({
|
|
4090
4092
|
title: a,
|
|
4091
4093
|
summary: s,
|
|
4092
4094
|
rubricColor: c,
|
|
@@ -4104,10 +4106,10 @@ const m1 = T(
|
|
|
4104
4106
|
fontFamily: "source-serif-pro",
|
|
4105
4107
|
children: [
|
|
4106
4108
|
a && /* @__PURE__ */ e(L, { as: "h4", size: "xxs", mb: "xs", fontFamily: "base", children: a }),
|
|
4107
|
-
/* @__PURE__ */ e(
|
|
4109
|
+
/* @__PURE__ */ e(ue, { color: c, children: s })
|
|
4108
4110
|
]
|
|
4109
4111
|
}
|
|
4110
|
-
),
|
|
4112
|
+
), L2 = ({ html: a, caption: s = "" }) => /* @__PURE__ */ t("figure", { className: "c-media", children: [
|
|
4111
4113
|
/* @__PURE__ */ e(
|
|
4112
4114
|
"div",
|
|
4113
4115
|
{
|
|
@@ -4118,7 +4120,7 @@ const m1 = T(
|
|
|
4118
4120
|
}
|
|
4119
4121
|
),
|
|
4120
4122
|
s && /* @__PURE__ */ e(g, { as: "figcaption", size: "xs", mt: "s", color: "grey-300", className: "c-media__caption", children: s })
|
|
4121
|
-
] }),
|
|
4123
|
+
] }), V2 = ({ html: a }) => /* @__PURE__ */ e(
|
|
4122
4124
|
"div",
|
|
4123
4125
|
{
|
|
4124
4126
|
dangerouslySetInnerHTML: {
|
|
@@ -4227,7 +4229,7 @@ const m1 = T(
|
|
|
4227
4229
|
color: r.color ?? (r.path ? void 0 : c)
|
|
4228
4230
|
},
|
|
4229
4231
|
r.title
|
|
4230
|
-
)) }),
|
|
4232
|
+
)) }), H2 = ({
|
|
4231
4233
|
rubrics: a,
|
|
4232
4234
|
tags: s,
|
|
4233
4235
|
color: c,
|
|
@@ -4268,7 +4270,7 @@ const m1 = T(
|
|
|
4268
4270
|
)
|
|
4269
4271
|
}
|
|
4270
4272
|
),
|
|
4271
|
-
a && a.length > 0 && a.slice(0, 4).map((d) => /* @__PURE__ */ t(
|
|
4273
|
+
a && a.length > 0 && a.slice(0, 4).map((d) => /* @__PURE__ */ t(p0, { children: [
|
|
4272
4274
|
/* @__PURE__ */ e(
|
|
4273
4275
|
N,
|
|
4274
4276
|
{
|
|
@@ -4307,7 +4309,7 @@ const m1 = T(
|
|
|
4307
4309
|
] })
|
|
4308
4310
|
]
|
|
4309
4311
|
}
|
|
4310
|
-
),
|
|
4312
|
+
), F2 = ({
|
|
4311
4313
|
items: a,
|
|
4312
4314
|
heading: s,
|
|
4313
4315
|
columnsNumber: c = { xs: 2, md: 4 },
|
|
@@ -4321,7 +4323,7 @@ const m1 = T(
|
|
|
4321
4323
|
/* @__PURE__ */ e($, { color: u?.color || "black", href: u.href, children: u.name })
|
|
4322
4324
|
] }, u.name);
|
|
4323
4325
|
return a.length > 0 ? /* @__PURE__ */ e(
|
|
4324
|
-
|
|
4326
|
+
oe,
|
|
4325
4327
|
{
|
|
4326
4328
|
visibleItems: l,
|
|
4327
4329
|
heading: {
|
|
@@ -4384,7 +4386,7 @@ const m1 = T(
|
|
|
4384
4386
|
}), l = n;
|
|
4385
4387
|
}
|
|
4386
4388
|
return c;
|
|
4387
|
-
},
|
|
4389
|
+
}, I2 = ({
|
|
4388
4390
|
currentStreakDates: a = [],
|
|
4389
4391
|
maxStreakDates: s = [],
|
|
4390
4392
|
initialMonth: c,
|
|
@@ -4395,7 +4397,7 @@ const m1 = T(
|
|
|
4395
4397
|
const i = W(() => {
|
|
4396
4398
|
const y = l ? new Date(l) : /* @__PURE__ */ new Date();
|
|
4397
4399
|
return y.setHours(0, 0, 0, 0), y;
|
|
4398
|
-
}, [l]), [o, d] =
|
|
4400
|
+
}, [l]), [o, d] = g0(() => {
|
|
4399
4401
|
if (c) {
|
|
4400
4402
|
const y = new Date(c);
|
|
4401
4403
|
return { year: y.getFullYear(), month: y.getMonth() };
|
|
@@ -4460,9 +4462,9 @@ const m1 = T(
|
|
|
4460
4462
|
/* @__PURE__ */ e("div", { className: "c-calendar__grid", children: _.map((y) => {
|
|
4461
4463
|
const B = w1(y), E = y.getMonth() === o.month, K = B === Z, P = C.has(B), a1 = (w.has(B) || b.has(B)) && !P, t1 = w.has(B), M1 = b.has(B), C1 = new Date(y);
|
|
4462
4464
|
C1.setDate(C1.getDate() - 1);
|
|
4463
|
-
const
|
|
4465
|
+
const I1 = P && !C.has(w1(C1)), S1 = new Date(y);
|
|
4464
4466
|
S1.setDate(S1.getDate() + 1);
|
|
4465
|
-
const
|
|
4467
|
+
const T1 = P && !C.has(w1(S1));
|
|
4466
4468
|
return /* @__PURE__ */ e(
|
|
4467
4469
|
h,
|
|
4468
4470
|
{
|
|
@@ -4474,19 +4476,19 @@ const m1 = T(
|
|
|
4474
4476
|
"c-calendar__cell--heat": t1,
|
|
4475
4477
|
"c-calendar__cell--max-heat": M1,
|
|
4476
4478
|
"c-calendar__cell--grouped": P,
|
|
4477
|
-
"c-calendar__cell--first-of-group":
|
|
4478
|
-
"c-calendar__cell--last-of-group":
|
|
4479
|
+
"c-calendar__cell--first-of-group": I1,
|
|
4480
|
+
"c-calendar__cell--last-of-group": T1
|
|
4479
4481
|
}),
|
|
4480
4482
|
children: /* @__PURE__ */ t(h, { alignItems: "center", justifyContent: "center", className: "c-calendar__date", children: [
|
|
4481
4483
|
/* @__PURE__ */ e(g, { as: "span", size: "xs", children: y.getDate() }),
|
|
4482
|
-
(a1 ||
|
|
4484
|
+
(a1 || I1 || T1) && /* @__PURE__ */ e(N, { name: "heat", size: [22, 32], className: "c-calendar__heat-icon" })
|
|
4483
4485
|
] })
|
|
4484
4486
|
},
|
|
4485
4487
|
B
|
|
4486
4488
|
);
|
|
4487
4489
|
}) })
|
|
4488
4490
|
] });
|
|
4489
|
-
}, O =
|
|
4491
|
+
}, O = I(
|
|
4490
4492
|
({ as: a = "article", children: s, className: c, clickable: l = !1, ...r }, n) => /* @__PURE__ */ e(
|
|
4491
4493
|
h,
|
|
4492
4494
|
{
|
|
@@ -4502,7 +4504,7 @@ const m1 = T(
|
|
|
4502
4504
|
children: s
|
|
4503
4505
|
}
|
|
4504
4506
|
)
|
|
4505
|
-
),
|
|
4507
|
+
), l0 = ({
|
|
4506
4508
|
text: a,
|
|
4507
4509
|
avatarAlt: s,
|
|
4508
4510
|
avatarUrl: c,
|
|
@@ -4668,7 +4670,7 @@ const m1 = T(
|
|
|
4668
4670
|
default:
|
|
4669
4671
|
return 40;
|
|
4670
4672
|
}
|
|
4671
|
-
},
|
|
4673
|
+
}, T = ({
|
|
4672
4674
|
cover: a,
|
|
4673
4675
|
id: s,
|
|
4674
4676
|
defaultFormat: c,
|
|
@@ -4855,7 +4857,7 @@ const m1 = T(
|
|
|
4855
4857
|
"o-columns-by-3__first-2-columns": u
|
|
4856
4858
|
}),
|
|
4857
4859
|
children: n && /* @__PURE__ */ e(
|
|
4858
|
-
|
|
4860
|
+
T,
|
|
4859
4861
|
{
|
|
4860
4862
|
...n,
|
|
4861
4863
|
formats: b,
|
|
@@ -4911,7 +4913,7 @@ const m1 = T(
|
|
|
4911
4913
|
l && /* @__PURE__ */ e(e1, { ...l, rightSubheader: void 0, mx: "m", mb: "xxs-2" }),
|
|
4912
4914
|
/* @__PURE__ */ e(D, { as: "h2", weight: "bold", ...r, mx: "m", children: /* @__PURE__ */ e("a", { href: a, children: s }) }),
|
|
4913
4915
|
n && /* @__PURE__ */ e(
|
|
4914
|
-
|
|
4916
|
+
T,
|
|
4915
4917
|
{
|
|
4916
4918
|
...n,
|
|
4917
4919
|
formats: b,
|
|
@@ -4922,7 +4924,7 @@ const m1 = T(
|
|
|
4922
4924
|
}
|
|
4923
4925
|
),
|
|
4924
4926
|
o && /* @__PURE__ */ e(
|
|
4925
|
-
|
|
4927
|
+
d0,
|
|
4926
4928
|
{
|
|
4927
4929
|
...o,
|
|
4928
4930
|
mx: "m",
|
|
@@ -4956,7 +4958,7 @@ const m1 = T(
|
|
|
4956
4958
|
] })
|
|
4957
4959
|
}
|
|
4958
4960
|
);
|
|
4959
|
-
},
|
|
4961
|
+
}, t0 = ({
|
|
4960
4962
|
link: a,
|
|
4961
4963
|
title: s,
|
|
4962
4964
|
cardHeaderProps: c,
|
|
@@ -5002,7 +5004,7 @@ const m1 = T(
|
|
|
5002
5004
|
}
|
|
5003
5005
|
),
|
|
5004
5006
|
r && /* @__PURE__ */ e(
|
|
5005
|
-
|
|
5007
|
+
T,
|
|
5006
5008
|
{
|
|
5007
5009
|
...r,
|
|
5008
5010
|
...r.caption && {
|
|
@@ -5018,7 +5020,7 @@ const m1 = T(
|
|
|
5018
5020
|
]
|
|
5019
5021
|
}
|
|
5020
5022
|
),
|
|
5021
|
-
n && /* @__PURE__ */ e(
|
|
5023
|
+
n && /* @__PURE__ */ e(l0, { ...n, mt: "xs" }),
|
|
5022
5024
|
o && /* @__PURE__ */ e(
|
|
5023
5025
|
o1,
|
|
5024
5026
|
{
|
|
@@ -5031,7 +5033,7 @@ const m1 = T(
|
|
|
5031
5033
|
]
|
|
5032
5034
|
}
|
|
5033
5035
|
);
|
|
5034
|
-
},
|
|
5036
|
+
}, A2 = ({
|
|
5035
5037
|
link: a,
|
|
5036
5038
|
title: s,
|
|
5037
5039
|
layout: c,
|
|
@@ -5058,7 +5060,7 @@ const m1 = T(
|
|
|
5058
5060
|
),
|
|
5059
5061
|
children: /* @__PURE__ */ t("a", { href: a, children: [
|
|
5060
5062
|
i && /* @__PURE__ */ e(
|
|
5061
|
-
|
|
5063
|
+
T,
|
|
5062
5064
|
{
|
|
5063
5065
|
...i,
|
|
5064
5066
|
defaultFormat: c === z.DESKTOP ? "722x460" : "310x384",
|
|
@@ -5093,7 +5095,7 @@ const m1 = T(
|
|
|
5093
5095
|
] })
|
|
5094
5096
|
}
|
|
5095
5097
|
);
|
|
5096
|
-
},
|
|
5098
|
+
}, D2 = ({
|
|
5097
5099
|
link: a,
|
|
5098
5100
|
title: s,
|
|
5099
5101
|
layout: c,
|
|
@@ -5108,7 +5110,7 @@ const m1 = T(
|
|
|
5108
5110
|
const { cardFooterProps: m, signatureProps: v, ...f } = u;
|
|
5109
5111
|
return /* @__PURE__ */ e(O, { ...f, className: "c-card-large", direction: "column", children: c === z.DESKTOP ? /* @__PURE__ */ t("a", { href: a, children: [
|
|
5110
5112
|
i && /* @__PURE__ */ e(
|
|
5111
|
-
|
|
5113
|
+
T,
|
|
5112
5114
|
{
|
|
5113
5115
|
...i,
|
|
5114
5116
|
defaultFormat: "722x460",
|
|
@@ -5133,7 +5135,7 @@ const m1 = T(
|
|
|
5133
5135
|
] }) : /* @__PURE__ */ t(j, { children: [
|
|
5134
5136
|
/* @__PURE__ */ t("a", { href: a, children: [
|
|
5135
5137
|
i && /* @__PURE__ */ e(
|
|
5136
|
-
|
|
5138
|
+
T,
|
|
5137
5139
|
{
|
|
5138
5140
|
...i,
|
|
5139
5141
|
defaultFormat: "722x460",
|
|
@@ -5192,7 +5194,7 @@ const m1 = T(
|
|
|
5192
5194
|
clickable: !0,
|
|
5193
5195
|
children: [
|
|
5194
5196
|
r && /* @__PURE__ */ e(
|
|
5195
|
-
|
|
5197
|
+
T,
|
|
5196
5198
|
{
|
|
5197
5199
|
...r,
|
|
5198
5200
|
formats: ["480x308", "346x222"],
|
|
@@ -5219,7 +5221,7 @@ const m1 = T(
|
|
|
5219
5221
|
}
|
|
5220
5222
|
),
|
|
5221
5223
|
i && /* @__PURE__ */ e(
|
|
5222
|
-
|
|
5224
|
+
l0,
|
|
5223
5225
|
{
|
|
5224
5226
|
...i,
|
|
5225
5227
|
mt: "l",
|
|
@@ -5292,7 +5294,7 @@ const m1 = T(
|
|
|
5292
5294
|
),
|
|
5293
5295
|
o && /* @__PURE__ */ e(g, { color: "grey-600", fontFamily: "source-serif-pro", size: "m", mt: "xs", ...o, children: o.children }),
|
|
5294
5296
|
r?.cover && i === z.MOBILE && /* @__PURE__ */ e(
|
|
5295
|
-
|
|
5297
|
+
T,
|
|
5296
5298
|
{
|
|
5297
5299
|
...r,
|
|
5298
5300
|
...r.caption && {
|
|
@@ -5319,7 +5321,7 @@ const m1 = T(
|
|
|
5319
5321
|
] })
|
|
5320
5322
|
] }),
|
|
5321
5323
|
r?.cover && i === z.DESKTOP && /* @__PURE__ */ e(
|
|
5322
|
-
|
|
5324
|
+
T,
|
|
5323
5325
|
{
|
|
5324
5326
|
...r,
|
|
5325
5327
|
...r.caption && {
|
|
@@ -5335,7 +5337,7 @@ const m1 = T(
|
|
|
5335
5337
|
]
|
|
5336
5338
|
}
|
|
5337
5339
|
);
|
|
5338
|
-
},
|
|
5340
|
+
}, O2 = ({
|
|
5339
5341
|
title: a,
|
|
5340
5342
|
summary: s,
|
|
5341
5343
|
cardTitleProps: c,
|
|
@@ -5373,7 +5375,7 @@ const m1 = T(
|
|
|
5373
5375
|
" "
|
|
5374
5376
|
] }),
|
|
5375
5377
|
/* @__PURE__ */ e(
|
|
5376
|
-
|
|
5378
|
+
T0,
|
|
5377
5379
|
{
|
|
5378
5380
|
rating: f,
|
|
5379
5381
|
iconProps: {
|
|
@@ -5387,7 +5389,7 @@ const m1 = T(
|
|
|
5387
5389
|
/* @__PURE__ */ t(h, { direction: "row", gap: { xs: "m", md: "l" }, ..._, children: [
|
|
5388
5390
|
/* @__PURE__ */ t("div", { className: "c-card-movie__side", children: [
|
|
5389
5391
|
l && /* @__PURE__ */ e(
|
|
5390
|
-
|
|
5392
|
+
T,
|
|
5391
5393
|
{
|
|
5392
5394
|
...l,
|
|
5393
5395
|
radius: "xs",
|
|
@@ -5454,7 +5456,7 @@ const m1 = T(
|
|
|
5454
5456
|
] })
|
|
5455
5457
|
] })
|
|
5456
5458
|
] });
|
|
5457
|
-
},
|
|
5459
|
+
}, R2 = ({
|
|
5458
5460
|
id: a,
|
|
5459
5461
|
label: s,
|
|
5460
5462
|
title: c,
|
|
@@ -5492,10 +5494,10 @@ const m1 = T(
|
|
|
5492
5494
|
/* @__PURE__ */ e(g, { size: "m", children: s }),
|
|
5493
5495
|
r
|
|
5494
5496
|
] }),
|
|
5495
|
-
/* @__PURE__ */ e(h, { wrap: "wrap", children: /* @__PURE__ */ e(
|
|
5497
|
+
/* @__PURE__ */ e(h, { wrap: "wrap", children: /* @__PURE__ */ e(s0, { id: a, checked: i, onChange: d }) })
|
|
5496
5498
|
]
|
|
5497
5499
|
}
|
|
5498
|
-
),
|
|
5500
|
+
), E2 = ({
|
|
5499
5501
|
timeText: a,
|
|
5500
5502
|
hasDot: s,
|
|
5501
5503
|
closeButton: c,
|
|
@@ -5512,7 +5514,7 @@ const m1 = T(
|
|
|
5512
5514
|
] }),
|
|
5513
5515
|
/* @__PURE__ */ t(h, { justifyContent: "end", direction: "row", gap: "xs", children: [
|
|
5514
5516
|
l && /* @__PURE__ */ e(
|
|
5515
|
-
|
|
5517
|
+
T,
|
|
5516
5518
|
{
|
|
5517
5519
|
...l,
|
|
5518
5520
|
...l.caption && {
|
|
@@ -5539,7 +5541,7 @@ const m1 = T(
|
|
|
5539
5541
|
)
|
|
5540
5542
|
] })
|
|
5541
5543
|
] })
|
|
5542
|
-
] }),
|
|
5544
|
+
] }), n0 = ({
|
|
5543
5545
|
link: a,
|
|
5544
5546
|
cardImageProps: s,
|
|
5545
5547
|
cardHeaderProps: c,
|
|
@@ -5584,7 +5586,7 @@ const m1 = T(
|
|
|
5584
5586
|
...v,
|
|
5585
5587
|
children: [
|
|
5586
5588
|
s && /* @__PURE__ */ e(
|
|
5587
|
-
|
|
5589
|
+
T,
|
|
5588
5590
|
{
|
|
5589
5591
|
...s,
|
|
5590
5592
|
..._,
|
|
@@ -5639,7 +5641,7 @@ const m1 = T(
|
|
|
5639
5641
|
...r,
|
|
5640
5642
|
children: [
|
|
5641
5643
|
s && /* @__PURE__ */ e(
|
|
5642
|
-
|
|
5644
|
+
T,
|
|
5643
5645
|
{
|
|
5644
5646
|
...s,
|
|
5645
5647
|
...{
|
|
@@ -5659,7 +5661,7 @@ const m1 = T(
|
|
|
5659
5661
|
] })
|
|
5660
5662
|
]
|
|
5661
5663
|
}
|
|
5662
|
-
),
|
|
5664
|
+
), P2 = ({
|
|
5663
5665
|
link: a,
|
|
5664
5666
|
title: s,
|
|
5665
5667
|
summaryProps: c,
|
|
@@ -5680,7 +5682,7 @@ const m1 = T(
|
|
|
5680
5682
|
className: p("o-lt-show", o.className),
|
|
5681
5683
|
children: [
|
|
5682
5684
|
/* @__PURE__ */ e(x, { className: p("o-lt-show__main"), children: n && /* @__PURE__ */ e(
|
|
5683
|
-
|
|
5685
|
+
T,
|
|
5684
5686
|
{
|
|
5685
5687
|
...n,
|
|
5686
5688
|
formats: d,
|
|
@@ -5740,14 +5742,14 @@ const m1 = T(
|
|
|
5740
5742
|
/* @__PURE__ */ e(c1, { className: "c-card-skeleton__block--image" })
|
|
5741
5743
|
] })
|
|
5742
5744
|
}
|
|
5743
|
-
),
|
|
5745
|
+
), q2 = ({ variant: a, className: s, ...c }) => {
|
|
5744
5746
|
const l = p(
|
|
5745
5747
|
"c-card-skeleton",
|
|
5746
5748
|
{ [`c-card-skeleton--${a}`]: a },
|
|
5747
5749
|
s
|
|
5748
5750
|
);
|
|
5749
5751
|
return a === "medium" ? /* @__PURE__ */ e(ee, { ...c, className: l }) : /* @__PURE__ */ e(ae, { ...c, className: l });
|
|
5750
|
-
},
|
|
5752
|
+
}, r0 = ({
|
|
5751
5753
|
link: a,
|
|
5752
5754
|
title: s,
|
|
5753
5755
|
cardHeaderProps: c,
|
|
@@ -5760,7 +5762,7 @@ const m1 = T(
|
|
|
5760
5762
|
}) => {
|
|
5761
5763
|
const { cardFooterProps: u, signatureProps: m, socialBarProps: v, ...f } = d, _ = /* @__PURE__ */ t(j, { children: [
|
|
5762
5764
|
r && /* @__PURE__ */ e(
|
|
5763
|
-
|
|
5765
|
+
T,
|
|
5764
5766
|
{
|
|
5765
5767
|
sizes: "(min-width: 480px) 252px, 160px",
|
|
5766
5768
|
defaultFormat: i === z.DESKTOP ? "252x162" : "160x102",
|
|
@@ -5823,7 +5825,7 @@ const m1 = T(
|
|
|
5823
5825
|
clickable: !0,
|
|
5824
5826
|
children: [
|
|
5825
5827
|
r && /* @__PURE__ */ e(
|
|
5826
|
-
|
|
5828
|
+
T,
|
|
5827
5829
|
{
|
|
5828
5830
|
...r,
|
|
5829
5831
|
...r.caption && {
|
|
@@ -5876,7 +5878,7 @@ const m1 = T(
|
|
|
5876
5878
|
"c-card-container--clickable"
|
|
5877
5879
|
),
|
|
5878
5880
|
children: c && /* @__PURE__ */ e(
|
|
5879
|
-
|
|
5881
|
+
T,
|
|
5880
5882
|
{
|
|
5881
5883
|
...c,
|
|
5882
5884
|
defaultFormat: "196x234",
|
|
@@ -5887,7 +5889,7 @@ const m1 = T(
|
|
|
5887
5889
|
}
|
|
5888
5890
|
)
|
|
5889
5891
|
}
|
|
5890
|
-
),
|
|
5892
|
+
), K2 = ({
|
|
5891
5893
|
link: a,
|
|
5892
5894
|
title: s,
|
|
5893
5895
|
signatureProps: c,
|
|
@@ -5931,7 +5933,7 @@ const m1 = T(
|
|
|
5931
5933
|
children: l.children
|
|
5932
5934
|
}
|
|
5933
5935
|
),
|
|
5934
|
-
c && /* @__PURE__ */ e(
|
|
5936
|
+
c && /* @__PURE__ */ e(d0, { ...c, mt: "l", className: "c-card-element--is-clickable" })
|
|
5935
5937
|
] })
|
|
5936
5938
|
]
|
|
5937
5939
|
}
|
|
@@ -5954,7 +5956,7 @@ const m1 = T(
|
|
|
5954
5956
|
"c-card-container--clickable"
|
|
5955
5957
|
),
|
|
5956
5958
|
children: c && /* @__PURE__ */ e(
|
|
5957
|
-
|
|
5959
|
+
T,
|
|
5958
5960
|
{
|
|
5959
5961
|
sizes: "(min-width: 480px) 183px, 223px",
|
|
5960
5962
|
...c,
|
|
@@ -5964,7 +5966,7 @@ const m1 = T(
|
|
|
5964
5966
|
}
|
|
5965
5967
|
)
|
|
5966
5968
|
}
|
|
5967
|
-
),
|
|
5969
|
+
), G2 = ({
|
|
5968
5970
|
title: a,
|
|
5969
5971
|
summaryProps: s,
|
|
5970
5972
|
cardTitleProps: c,
|
|
@@ -5991,7 +5993,7 @@ const m1 = T(
|
|
|
5991
5993
|
/* @__PURE__ */ e($, { ...r, buttonColor: "primary", href: l, whiteSpace: "nowrap", children: r.children })
|
|
5992
5994
|
]
|
|
5993
5995
|
}
|
|
5994
|
-
),
|
|
5996
|
+
), U2 = ({
|
|
5995
5997
|
link: a,
|
|
5996
5998
|
title: s,
|
|
5997
5999
|
summaryProps: c,
|
|
@@ -6020,7 +6022,7 @@ const m1 = T(
|
|
|
6020
6022
|
o === z.DESKTOP && c && /* @__PURE__ */ e(g, { ...c, as: "span", size: "m", fontFamily: "source-serif-pro", children: c.children })
|
|
6021
6023
|
] }),
|
|
6022
6024
|
/* @__PURE__ */ e("div", { children: n && /* @__PURE__ */ e(
|
|
6023
|
-
|
|
6025
|
+
T,
|
|
6024
6026
|
{
|
|
6025
6027
|
...n,
|
|
6026
6028
|
...n.caption && {
|
|
@@ -6065,7 +6067,7 @@ const m1 = T(
|
|
|
6065
6067
|
return /* @__PURE__ */ e(ce, { ...b });
|
|
6066
6068
|
default:
|
|
6067
6069
|
return /* @__PURE__ */ e(
|
|
6068
|
-
|
|
6070
|
+
r0,
|
|
6069
6071
|
{
|
|
6070
6072
|
...b,
|
|
6071
6073
|
layout: s,
|
|
@@ -6091,7 +6093,7 @@ const m1 = T(
|
|
|
6091
6093
|
);
|
|
6092
6094
|
}
|
|
6093
6095
|
}, w = /* @__PURE__ */ e(
|
|
6094
|
-
|
|
6096
|
+
o0,
|
|
6095
6097
|
{
|
|
6096
6098
|
label: c || "",
|
|
6097
6099
|
mb: n && "0" || (!u || m) && "m" || "xxl",
|
|
@@ -6181,7 +6183,7 @@ const m1 = T(
|
|
|
6181
6183
|
);
|
|
6182
6184
|
return i.push(f), i;
|
|
6183
6185
|
}, []);
|
|
6184
|
-
},
|
|
6186
|
+
}, W2 = ({ results: a, ...s }) => {
|
|
6185
6187
|
const r = a.map((i) => i.seats).reduce((i, o) => i + o, 0), n = a.filter((i) => i.seats > 0).map(
|
|
6186
6188
|
(i) => ({
|
|
6187
6189
|
name: i.politicalParty.name,
|
|
@@ -6222,7 +6224,97 @@ const m1 = T(
|
|
|
6222
6224
|
),
|
|
6223
6225
|
/* @__PURE__ */ e(f1, { items: n, mt: "xxl" })
|
|
6224
6226
|
] });
|
|
6225
|
-
},
|
|
6227
|
+
}, ie = ({
|
|
6228
|
+
dialogId: a,
|
|
6229
|
+
ariaLabel: s = "Fermer la fenêtre",
|
|
6230
|
+
modalIconSize: c = [114, 28],
|
|
6231
|
+
headingProps: l,
|
|
6232
|
+
themeColor: r = "ultramarine",
|
|
6233
|
+
withMenuButton: n,
|
|
6234
|
+
...i
|
|
6235
|
+
}) => /* @__PURE__ */ t(
|
|
6236
|
+
h,
|
|
6237
|
+
{
|
|
6238
|
+
alignItems: "center",
|
|
6239
|
+
justifyContent: n || l ? "between" : "end",
|
|
6240
|
+
px: "l",
|
|
6241
|
+
py: "xs",
|
|
6242
|
+
className: "c-header-side-modal",
|
|
6243
|
+
bg: r,
|
|
6244
|
+
children: [
|
|
6245
|
+
n && /* @__PURE__ */ e(
|
|
6246
|
+
q,
|
|
6247
|
+
{
|
|
6248
|
+
variant: "ghost",
|
|
6249
|
+
size: "tiny",
|
|
6250
|
+
iconProps: {
|
|
6251
|
+
name: "menu",
|
|
6252
|
+
size: 18,
|
|
6253
|
+
color: "white"
|
|
6254
|
+
},
|
|
6255
|
+
"data-a11y-dialog-show": "dialog-menu",
|
|
6256
|
+
"aria-label": "Ouvrir le menu"
|
|
6257
|
+
}
|
|
6258
|
+
),
|
|
6259
|
+
/* @__PURE__ */ t(
|
|
6260
|
+
h,
|
|
6261
|
+
{
|
|
6262
|
+
...!n && l ? { alignItems: "baseline" } : {
|
|
6263
|
+
className: "c-header-side-modal__content--centered",
|
|
6264
|
+
direction: "column",
|
|
6265
|
+
alignItems: "center"
|
|
6266
|
+
},
|
|
6267
|
+
children: [
|
|
6268
|
+
/* @__PURE__ */ e($, { href: "/", title: "Accueil", children: /* @__PURE__ */ e(N, { name: "logo", color: "white", size: c }) }),
|
|
6269
|
+
l && /* @__PURE__ */ e(
|
|
6270
|
+
L,
|
|
6271
|
+
{
|
|
6272
|
+
color: "white",
|
|
6273
|
+
size: "xxs",
|
|
6274
|
+
...!n && { pl: "xs" },
|
|
6275
|
+
...l
|
|
6276
|
+
}
|
|
6277
|
+
)
|
|
6278
|
+
]
|
|
6279
|
+
}
|
|
6280
|
+
),
|
|
6281
|
+
/* @__PURE__ */ e(
|
|
6282
|
+
q,
|
|
6283
|
+
{
|
|
6284
|
+
...i,
|
|
6285
|
+
variant: "ghost",
|
|
6286
|
+
size: "tiny",
|
|
6287
|
+
iconProps: {
|
|
6288
|
+
name: "close",
|
|
6289
|
+
size: 16,
|
|
6290
|
+
color: "white"
|
|
6291
|
+
},
|
|
6292
|
+
"data-a11y-dialog-hide": a,
|
|
6293
|
+
"aria-label": s
|
|
6294
|
+
}
|
|
6295
|
+
)
|
|
6296
|
+
]
|
|
6297
|
+
}
|
|
6298
|
+
), Y2 = ({ children: a, layout: s, ...c }) => {
|
|
6299
|
+
const l = "dialog-chatbot";
|
|
6300
|
+
return /* @__PURE__ */ t(
|
|
6301
|
+
a0,
|
|
6302
|
+
{
|
|
6303
|
+
dialogId: l,
|
|
6304
|
+
...c,
|
|
6305
|
+
className: p("c-chatbot", c?.className),
|
|
6306
|
+
variant: "right",
|
|
6307
|
+
children: [
|
|
6308
|
+
s === z.MOBILE && /* @__PURE__ */ e(ie, { dialogId: l }),
|
|
6309
|
+
/* @__PURE__ */ t(x, { bg: "grey-100", p: "m", children: [
|
|
6310
|
+
/* @__PURE__ */ e(L, { as: "h3", size: "xxs-2", color: "ultramarine", mb: "xxs-3", children: "Vous avez des questions sur l’actualité ?" }),
|
|
6311
|
+
/* @__PURE__ */ e(g, { size: "m", children: "Notre IA est disponible 24h/24 et 7 jours/7" })
|
|
6312
|
+
] }),
|
|
6313
|
+
a
|
|
6314
|
+
]
|
|
6315
|
+
}
|
|
6316
|
+
);
|
|
6317
|
+
}, X2 = ({
|
|
6226
6318
|
citationText: a,
|
|
6227
6319
|
citationAuthor: s,
|
|
6228
6320
|
...c
|
|
@@ -6253,7 +6345,7 @@ const m1 = T(
|
|
|
6253
6345
|
children: s
|
|
6254
6346
|
}
|
|
6255
6347
|
)
|
|
6256
|
-
] }), N1 =
|
|
6348
|
+
] }), N1 = I(
|
|
6257
6349
|
({
|
|
6258
6350
|
index: a,
|
|
6259
6351
|
textTitleProps: s,
|
|
@@ -6325,7 +6417,7 @@ const m1 = T(
|
|
|
6325
6417
|
}
|
|
6326
6418
|
);
|
|
6327
6419
|
}
|
|
6328
|
-
),
|
|
6420
|
+
), J2 = ({
|
|
6329
6421
|
enableComment: a,
|
|
6330
6422
|
lazyLoad: s = { delayed: !0, distanceVisible: 0 },
|
|
6331
6423
|
...c
|
|
@@ -6339,7 +6431,7 @@ const m1 = T(
|
|
|
6339
6431
|
...c,
|
|
6340
6432
|
children: /* @__PURE__ */ e("div", { id: "graphcomment", className: "c-comment__container" })
|
|
6341
6433
|
}
|
|
6342
|
-
) : null,
|
|
6434
|
+
) : null, Q2 = ({
|
|
6343
6435
|
enableComment: a,
|
|
6344
6436
|
commentNumber: s = 0,
|
|
6345
6437
|
lazyLoad: c = { delayed: !0, distanceVisible: 0 }
|
|
@@ -6353,7 +6445,7 @@ const m1 = T(
|
|
|
6353
6445
|
"data-distance-visible": c.distanceVisible,
|
|
6354
6446
|
"data-comment-number": s
|
|
6355
6447
|
}
|
|
6356
|
-
) : null,
|
|
6448
|
+
) : null, e3 = ({ commentNumber: a, layout: s }) => s === z.MOBILE ? /* @__PURE__ */ t(j, { children: [
|
|
6357
6449
|
/* @__PURE__ */ e(G, { color: "grey-200" }),
|
|
6358
6450
|
/* @__PURE__ */ t(h, { gap: "xxs", p: "xs", children: [
|
|
6359
6451
|
/* @__PURE__ */ e(N, { name: "comment", size: 16, color: "ultramarine" }),
|
|
@@ -6444,18 +6536,18 @@ const m1 = T(
|
|
|
6444
6536
|
]
|
|
6445
6537
|
}
|
|
6446
6538
|
);
|
|
6447
|
-
},
|
|
6539
|
+
}, a3 = ({
|
|
6448
6540
|
label: a,
|
|
6449
6541
|
icon: s = { name: "darkmode", size: 20 },
|
|
6450
6542
|
...c
|
|
6451
6543
|
}) => /* @__PURE__ */ e(
|
|
6452
|
-
|
|
6544
|
+
s0,
|
|
6453
6545
|
{
|
|
6454
6546
|
icon: s,
|
|
6455
6547
|
label: a || /* @__PURE__ */ e(g, { size: "l", as: "span", weight: "bold", children: "Mode sombre" }),
|
|
6456
6548
|
...c
|
|
6457
6549
|
}
|
|
6458
|
-
),
|
|
6550
|
+
), s3 = ({ topics: a, ...s }) => a.length === 0 ? null : /* @__PURE__ */ t(x, { ...s, children: [
|
|
6459
6551
|
/* @__PURE__ */ e(L, { as: "h3", mb: "xs", size: "xxs", children: "À découvrir" }),
|
|
6460
6552
|
/* @__PURE__ */ e("ul", { children: a.map((c) => /* @__PURE__ */ t(x, { as: "li", mb: "xs", children: [
|
|
6461
6553
|
/* @__PURE__ */ t(h, { alignItems: "center", gap: "xxs", children: [
|
|
@@ -6496,7 +6588,7 @@ const m1 = T(
|
|
|
6496
6588
|
}
|
|
6497
6589
|
)
|
|
6498
6590
|
] }, c.href)) })
|
|
6499
|
-
] }),
|
|
6591
|
+
] }), c3 = ({
|
|
6500
6592
|
layout: a,
|
|
6501
6593
|
searchFormProps: s,
|
|
6502
6594
|
title: c,
|
|
@@ -6641,7 +6733,7 @@ const m1 = T(
|
|
|
6641
6733
|
)
|
|
6642
6734
|
}
|
|
6643
6735
|
);
|
|
6644
|
-
},
|
|
6736
|
+
}, l3 = ({
|
|
6645
6737
|
reactListItems: a,
|
|
6646
6738
|
activeReaction: s,
|
|
6647
6739
|
...c
|
|
@@ -6675,7 +6767,7 @@ const m1 = T(
|
|
|
6675
6767
|
}
|
|
6676
6768
|
) }, l.type)) })
|
|
6677
6769
|
}
|
|
6678
|
-
),
|
|
6770
|
+
), t3 = ({
|
|
6679
6771
|
statusCode: a = "404",
|
|
6680
6772
|
enableGoogleSearch: s
|
|
6681
6773
|
}) => {
|
|
@@ -6706,7 +6798,7 @@ const m1 = T(
|
|
|
6706
6798
|
/* @__PURE__ */ e(x, { mb: "s", children: s ? /* @__PURE__ */ e(x, { className: "gcse-search" }) : /* @__PURE__ */ e(g1, { id: "search-form-error", url: "/", "aria-hidden": !0 }) }),
|
|
6707
6799
|
/* @__PURE__ */ e($, { href: "/", className: "c-error-content__link", children: "Retour page d’accueil" })
|
|
6708
6800
|
] });
|
|
6709
|
-
},
|
|
6801
|
+
}, oe = ({
|
|
6710
6802
|
visibleItems: a,
|
|
6711
6803
|
heading: s,
|
|
6712
6804
|
visibleGridProps: c,
|
|
@@ -6765,7 +6857,7 @@ const m1 = T(
|
|
|
6765
6857
|
] })
|
|
6766
6858
|
]
|
|
6767
6859
|
}
|
|
6768
|
-
),
|
|
6860
|
+
), n3 = ({
|
|
6769
6861
|
title: a,
|
|
6770
6862
|
subtitle: s,
|
|
6771
6863
|
icon: c,
|
|
@@ -6778,12 +6870,12 @@ const m1 = T(
|
|
|
6778
6870
|
s && /* @__PURE__ */ e(g, { mb: "xxs-2", children: s }),
|
|
6779
6871
|
/* @__PURE__ */ e(L, { as: "h2", size: "m", fontFamily: "source-serif-pro", children: a })
|
|
6780
6872
|
] })
|
|
6781
|
-
] }),
|
|
6873
|
+
] }), de = {
|
|
6782
6874
|
logo: [90, 22],
|
|
6783
6875
|
"logo-tempo": [78, 24],
|
|
6784
6876
|
"logo-tv": [40, 22],
|
|
6785
6877
|
"logo-games": [60, 24]
|
|
6786
|
-
},
|
|
6878
|
+
}, r3 = ({
|
|
6787
6879
|
logoHref: a,
|
|
6788
6880
|
headerLinks: s,
|
|
6789
6881
|
logoName: c = "logo",
|
|
@@ -6812,7 +6904,8 @@ const m1 = T(
|
|
|
6812
6904
|
color: "white",
|
|
6813
6905
|
iconProps: { name: "menu", size: [20, 18] },
|
|
6814
6906
|
"data-a11y-dialog-show": "dialog-menu",
|
|
6815
|
-
size: "tiny"
|
|
6907
|
+
size: "tiny",
|
|
6908
|
+
"aria-label": "Ouvrir le menu"
|
|
6816
6909
|
}
|
|
6817
6910
|
),
|
|
6818
6911
|
/* @__PURE__ */ e(
|
|
@@ -6823,10 +6916,18 @@ const m1 = T(
|
|
|
6823
6916
|
iconProps: { name: "close", size: [20, 18] },
|
|
6824
6917
|
"data-a11y-dialog-hide": "dialog-menu",
|
|
6825
6918
|
size: "tiny",
|
|
6919
|
+
"aria-label": "Fermer le menu",
|
|
6826
6920
|
className: "u-hidden"
|
|
6827
6921
|
}
|
|
6828
6922
|
),
|
|
6829
|
-
/* @__PURE__ */ e($, { href: a, color: "white", children: /* @__PURE__ */ e(
|
|
6923
|
+
/* @__PURE__ */ e($, { href: a, color: "white", children: /* @__PURE__ */ e(
|
|
6924
|
+
N,
|
|
6925
|
+
{
|
|
6926
|
+
name: c,
|
|
6927
|
+
size: de[c],
|
|
6928
|
+
svgTitle: "20 Minutes : Actualités et infos en direct"
|
|
6929
|
+
}
|
|
6930
|
+
) })
|
|
6830
6931
|
] }),
|
|
6831
6932
|
/* @__PURE__ */ e(
|
|
6832
6933
|
h,
|
|
@@ -6852,7 +6953,7 @@ const m1 = T(
|
|
|
6852
6953
|
)
|
|
6853
6954
|
]
|
|
6854
6955
|
}
|
|
6855
|
-
),
|
|
6956
|
+
), i3 = ({
|
|
6856
6957
|
layout: a,
|
|
6857
6958
|
heading: s,
|
|
6858
6959
|
rightAsideElement: c,
|
|
@@ -7044,7 +7145,7 @@ const m1 = T(
|
|
|
7044
7145
|
children: b
|
|
7045
7146
|
}
|
|
7046
7147
|
);
|
|
7047
|
-
},
|
|
7148
|
+
}, o3 = ({
|
|
7048
7149
|
label: a,
|
|
7049
7150
|
heading: s,
|
|
7050
7151
|
source: c,
|
|
@@ -7131,77 +7232,7 @@ const m1 = T(
|
|
|
7131
7232
|
]
|
|
7132
7233
|
}
|
|
7133
7234
|
);
|
|
7134
|
-
},
|
|
7135
|
-
dialogId: a,
|
|
7136
|
-
ariaLabel: s = "Fermer la fenêtre",
|
|
7137
|
-
modalIconSize: c = [114, 28],
|
|
7138
|
-
headingProps: l,
|
|
7139
|
-
themeColor: r = "ultramarine",
|
|
7140
|
-
withMenuButton: n,
|
|
7141
|
-
...i
|
|
7142
|
-
}) => /* @__PURE__ */ t(
|
|
7143
|
-
h,
|
|
7144
|
-
{
|
|
7145
|
-
alignItems: "center",
|
|
7146
|
-
justifyContent: n || l ? "between" : "end",
|
|
7147
|
-
px: "l",
|
|
7148
|
-
py: "xs",
|
|
7149
|
-
className: "c-header-side-modal",
|
|
7150
|
-
bg: r,
|
|
7151
|
-
children: [
|
|
7152
|
-
n && /* @__PURE__ */ e(
|
|
7153
|
-
q,
|
|
7154
|
-
{
|
|
7155
|
-
variant: "ghost",
|
|
7156
|
-
size: "tiny",
|
|
7157
|
-
iconProps: {
|
|
7158
|
-
name: "menu",
|
|
7159
|
-
size: 18,
|
|
7160
|
-
color: "white"
|
|
7161
|
-
},
|
|
7162
|
-
"data-a11y-dialog-show": "dialog-menu"
|
|
7163
|
-
}
|
|
7164
|
-
),
|
|
7165
|
-
/* @__PURE__ */ t(
|
|
7166
|
-
h,
|
|
7167
|
-
{
|
|
7168
|
-
...!n && l ? { alignItems: "baseline" } : {
|
|
7169
|
-
className: "c-header-side-modal__content--centered",
|
|
7170
|
-
direction: "column",
|
|
7171
|
-
alignItems: "center"
|
|
7172
|
-
},
|
|
7173
|
-
children: [
|
|
7174
|
-
/* @__PURE__ */ e($, { href: "/", title: "Accueil", children: /* @__PURE__ */ e(N, { name: "logo", color: "white", size: c }) }),
|
|
7175
|
-
l && /* @__PURE__ */ e(
|
|
7176
|
-
L,
|
|
7177
|
-
{
|
|
7178
|
-
color: "white",
|
|
7179
|
-
size: "xxs",
|
|
7180
|
-
...!n && { pl: "xs" },
|
|
7181
|
-
...l
|
|
7182
|
-
}
|
|
7183
|
-
)
|
|
7184
|
-
]
|
|
7185
|
-
}
|
|
7186
|
-
),
|
|
7187
|
-
/* @__PURE__ */ e(
|
|
7188
|
-
q,
|
|
7189
|
-
{
|
|
7190
|
-
...i,
|
|
7191
|
-
variant: "ghost",
|
|
7192
|
-
size: "tiny",
|
|
7193
|
-
iconProps: {
|
|
7194
|
-
name: "close",
|
|
7195
|
-
size: 16,
|
|
7196
|
-
color: "white"
|
|
7197
|
-
},
|
|
7198
|
-
"data-a11y-dialog-hide": a,
|
|
7199
|
-
"aria-label": s
|
|
7200
|
-
}
|
|
7201
|
-
)
|
|
7202
|
-
]
|
|
7203
|
-
}
|
|
7204
|
-
), F1 = ({
|
|
7235
|
+
}, F1 = ({
|
|
7205
7236
|
children: a,
|
|
7206
7237
|
iconProps: s,
|
|
7207
7238
|
isCentered: c,
|
|
@@ -7221,17 +7252,17 @@ const m1 = T(
|
|
|
7221
7252
|
/* @__PURE__ */ e(x, { className: "c-header-title__text-with-icon", children: a })
|
|
7222
7253
|
] }) : a
|
|
7223
7254
|
}
|
|
7224
|
-
),
|
|
7255
|
+
), d3 = ({
|
|
7225
7256
|
topics: a,
|
|
7226
7257
|
infoBannerProps: s,
|
|
7227
7258
|
...c
|
|
7228
7259
|
}) => /* @__PURE__ */ t(x, { ...c, children: [
|
|
7229
7260
|
/* @__PURE__ */ e(x, { as: "ul", mb: "xl", children: a.map((l, r) => /* @__PURE__ */ t("li", { children: [
|
|
7230
|
-
/* @__PURE__ */ e(
|
|
7261
|
+
/* @__PURE__ */ e(he, { icon: l.icon, title: l.title, content: l.content }),
|
|
7231
7262
|
r !== a.length - 1 && /* @__PURE__ */ e(G, { color: "grey-200", my: "l" })
|
|
7232
7263
|
] }, l.title)) }),
|
|
7233
|
-
/* @__PURE__ */ e(
|
|
7234
|
-
] }),
|
|
7264
|
+
/* @__PURE__ */ e(me, { heading: s.heading, description: s.description })
|
|
7265
|
+
] }), h3 = ({ horoscopeSignsList: a }) => /* @__PURE__ */ e(x, { as: "ul", className: "o-inline", mx: { xs: "m", md: "0" }, children: a.map((s) => /* @__PURE__ */ e("li", { className: "o-inline__by-4", children: /* @__PURE__ */ t("a", { href: s.url, className: "c-square-tile o-column bg-ultramarine color-white", children: [
|
|
7235
7266
|
/* @__PURE__ */ e(
|
|
7236
7267
|
N,
|
|
7237
7268
|
{
|
|
@@ -7243,7 +7274,7 @@ const m1 = T(
|
|
|
7243
7274
|
}
|
|
7244
7275
|
),
|
|
7245
7276
|
/* @__PURE__ */ e(A, { isUppercase: !1, children: s.label })
|
|
7246
|
-
] }) }, s.slug)) }),
|
|
7277
|
+
] }) }, s.slug)) }), he = I(
|
|
7247
7278
|
({ icon: a, title: s, content: c, ...l }, r) => /* @__PURE__ */ t(x, { ...l, ref: r, className: p("c-horoscope-topic-card", l?.className), children: [
|
|
7248
7279
|
/* @__PURE__ */ t(h, { alignItems: "center", mb: "s", children: [
|
|
7249
7280
|
/* @__PURE__ */ e(N, { className: "c-horoscope-topic-card__icon", name: a, size: 21 }),
|
|
@@ -7251,7 +7282,7 @@ const m1 = T(
|
|
|
7251
7282
|
] }),
|
|
7252
7283
|
/* @__PURE__ */ e(g, { size: "m", children: c })
|
|
7253
7284
|
] })
|
|
7254
|
-
),
|
|
7285
|
+
), m3 = ({
|
|
7255
7286
|
images: a,
|
|
7256
7287
|
layout: s,
|
|
7257
7288
|
withNavigation: c = !0,
|
|
@@ -7325,7 +7356,7 @@ const m1 = T(
|
|
|
7325
7356
|
)),
|
|
7326
7357
|
/* @__PURE__ */ e(h, { 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}`)) })
|
|
7327
7358
|
] });
|
|
7328
|
-
},
|
|
7359
|
+
}, me = ({
|
|
7329
7360
|
description: a,
|
|
7330
7361
|
heading: s,
|
|
7331
7362
|
link: c,
|
|
@@ -7424,7 +7455,7 @@ const m1 = T(
|
|
|
7424
7455
|
},
|
|
7425
7456
|
l.name
|
|
7426
7457
|
)) });
|
|
7427
|
-
},
|
|
7458
|
+
}, i0 = (a) => Q.Children.map(a.children, (s) => {
|
|
7428
7459
|
if (Q.isValidElement(s)) {
|
|
7429
7460
|
const { children: c, ...l } = s.props;
|
|
7430
7461
|
return /* @__PURE__ */ t(
|
|
@@ -7436,13 +7467,13 @@ const m1 = T(
|
|
|
7436
7467
|
}) : l?.className,
|
|
7437
7468
|
children: [
|
|
7438
7469
|
s.type === "li" && /* @__PURE__ */ e(N, { name: "diode", size: 16, mr: "xs" }),
|
|
7439
|
-
c ?
|
|
7470
|
+
c ? i0({ color: a.color, children: c }) : void 0
|
|
7440
7471
|
]
|
|
7441
7472
|
}
|
|
7442
7473
|
);
|
|
7443
7474
|
}
|
|
7444
7475
|
return s;
|
|
7445
|
-
}),
|
|
7476
|
+
}), ue = (a) => /* @__PURE__ */ e(j, { children: i0(a) }), u3 = ({
|
|
7446
7477
|
variant: a,
|
|
7447
7478
|
isOver: s = !1,
|
|
7448
7479
|
updatedAt: c,
|
|
@@ -7483,7 +7514,7 @@ const m1 = T(
|
|
|
7483
7514
|
children: l?.children || s && "Terminé" || `Mis à jour ${c}`
|
|
7484
7515
|
}
|
|
7485
7516
|
)
|
|
7486
|
-
] }),
|
|
7517
|
+
] }), p3 = ({
|
|
7487
7518
|
enableLiveQuestion: a,
|
|
7488
7519
|
lazyLoad: s = { delayed: !0, distanceVisible: 0 },
|
|
7489
7520
|
...c
|
|
@@ -7499,7 +7530,7 @@ const m1 = T(
|
|
|
7499
7530
|
mx: { xs: "m", md: "0" }
|
|
7500
7531
|
}
|
|
7501
7532
|
)
|
|
7502
|
-
] }) : null,
|
|
7533
|
+
] }) : null, g3 = ({ question: a, author: s, response: c, ...l }) => /* @__PURE__ */ t(x, { ...l, className: "c-live-talk", children: [
|
|
7503
7534
|
/* @__PURE__ */ t(x, { bg: "grey-100", p: "s", mb: "xl", radius: "m", className: "c-live-talk__question", children: [
|
|
7504
7535
|
/* @__PURE__ */ e(
|
|
7505
7536
|
g,
|
|
@@ -7514,7 +7545,7 @@ const m1 = T(
|
|
|
7514
7545
|
/* @__PURE__ */ e(g, { color: "black", weight: "bold", size: "xs", children: s })
|
|
7515
7546
|
] }),
|
|
7516
7547
|
c && /* @__PURE__ */ e(g, { color: "grey-600", fontFamily: "source-serif-pro", size: "l", children: c })
|
|
7517
|
-
] }),
|
|
7548
|
+
] }), v3 = ({
|
|
7518
7549
|
status: a,
|
|
7519
7550
|
header: s,
|
|
7520
7551
|
title: c,
|
|
@@ -7547,10 +7578,10 @@ const m1 = T(
|
|
|
7547
7578
|
}
|
|
7548
7579
|
)
|
|
7549
7580
|
] });
|
|
7550
|
-
},
|
|
7581
|
+
}, x3 = (a) => /* @__PURE__ */ t(h, { as: $, color: "black", alignItems: "center", ...a, children: [
|
|
7551
7582
|
/* @__PURE__ */ e(N, { mr: "xs", name: "power", size: 20 }),
|
|
7552
7583
|
/* @__PURE__ */ e(g, { size: "m", as: "span", weight: "bold", children: "Se déconnecter" })
|
|
7553
|
-
] }),
|
|
7584
|
+
] }), f3 = ({
|
|
7554
7585
|
electionName: a,
|
|
7555
7586
|
electionYear: s,
|
|
7556
7587
|
resultsPerDepartment: c,
|
|
@@ -7606,7 +7637,7 @@ const m1 = T(
|
|
|
7606
7637
|
] }),
|
|
7607
7638
|
n.length > 0 && /* @__PURE__ */ e(f1, { items: n, mt: "xxl" })
|
|
7608
7639
|
] });
|
|
7609
|
-
},
|
|
7640
|
+
}, w3 = ({
|
|
7610
7641
|
electionName: a,
|
|
7611
7642
|
electionYear: s,
|
|
7612
7643
|
resultsPerDistrict: c,
|
|
@@ -7702,7 +7733,7 @@ const m1 = T(
|
|
|
7702
7733
|
] }),
|
|
7703
7734
|
o.length > 0 && /* @__PURE__ */ e(f1, { items: o, mt: "xxl" })
|
|
7704
7735
|
] });
|
|
7705
|
-
},
|
|
7736
|
+
}, b3 = ({
|
|
7706
7737
|
electionName: a,
|
|
7707
7738
|
electionYear: s,
|
|
7708
7739
|
resultsPerCountry: c,
|
|
@@ -7751,14 +7782,14 @@ const m1 = T(
|
|
|
7751
7782
|
] }),
|
|
7752
7783
|
i.length > 0 && /* @__PURE__ */ e(f1, { items: i, mt: "xxl" })
|
|
7753
7784
|
] });
|
|
7754
|
-
},
|
|
7785
|
+
}, pe = /<path\b([^>]*?)\/>/g, ge = /\b([:\w-]+)="([^"]*)"/g, ve = (a) => {
|
|
7755
7786
|
const s = [];
|
|
7756
|
-
for (const c of a.matchAll(
|
|
7787
|
+
for (const c of a.matchAll(pe)) {
|
|
7757
7788
|
const l = c[1];
|
|
7758
7789
|
if (!l)
|
|
7759
7790
|
continue;
|
|
7760
7791
|
const r = /* @__PURE__ */ new Map();
|
|
7761
|
-
for (const u of l.matchAll(
|
|
7792
|
+
for (const u of l.matchAll(ge)) {
|
|
7762
7793
|
const [, m, v] = u;
|
|
7763
7794
|
m && r.set(m, v || "");
|
|
7764
7795
|
}
|
|
@@ -7771,7 +7802,7 @@ const m1 = T(
|
|
|
7771
7802
|
});
|
|
7772
7803
|
}
|
|
7773
7804
|
return s;
|
|
7774
|
-
},
|
|
7805
|
+
}, xe = (a) => new Map(a.map((s) => [s.id, s])), fe = (a) => a.normalize("NFD").replace(/[\u0300-\u036f]/g, "").replace(/'/g, "-").replace(/[^a-zA-Z0-9]+/g, "-").replace(/^-+|-+$/g, "").toLowerCase(), P1 = (a) => `/elections/resultats/${fe(a)}/`, y3 = ({
|
|
7775
7806
|
layout: a,
|
|
7776
7807
|
resultsPerTown: s,
|
|
7777
7808
|
departmentsPaths: c,
|
|
@@ -7782,7 +7813,7 @@ const m1 = T(
|
|
|
7782
7813
|
}) => {
|
|
7783
7814
|
if (!c)
|
|
7784
7815
|
return /* @__PURE__ */ e("output", { "aria-live": "polite", children: "Chargement de la carte…" });
|
|
7785
|
-
const o = a === z.MOBILE, d = new Map(s.map((w) => [w.id, w])), u = /* @__PURE__ */ new Map(), m = W(() => r ? ve(
|
|
7816
|
+
const o = a === z.MOBILE, d = new Map(s.map((w) => [w.id, w])), u = /* @__PURE__ */ new Map(), m = W(() => r ? xe(ve(r)) : /* @__PURE__ */ new Map(), [r]), v = W(() => new Map(
|
|
7786
7817
|
D1.map((w) => {
|
|
7787
7818
|
const b = m.get(`town-${w.id}`);
|
|
7788
7819
|
return b ? [w.name, b.url] : null;
|
|
@@ -7885,7 +7916,7 @@ const m1 = T(
|
|
|
7885
7916
|
) : null;
|
|
7886
7917
|
}) }),
|
|
7887
7918
|
/* @__PURE__ */ e("g", { className: "c-map-towns__layer-departments", "aria-hidden": "true", children: Object.entries(c).map(([w, b]) => {
|
|
7888
|
-
const C =
|
|
7919
|
+
const C = _0[w];
|
|
7889
7920
|
return /* @__PURE__ */ e(
|
|
7890
7921
|
"path",
|
|
7891
7922
|
{
|
|
@@ -8058,7 +8089,7 @@ const m1 = T(
|
|
|
8058
8089
|
}
|
|
8059
8090
|
)
|
|
8060
8091
|
}
|
|
8061
|
-
),
|
|
8092
|
+
), _3 = ({
|
|
8062
8093
|
categories: a,
|
|
8063
8094
|
tagsActu: s,
|
|
8064
8095
|
layout: c,
|
|
@@ -8067,7 +8098,7 @@ const m1 = T(
|
|
|
8067
8098
|
feedbackButtonProps: n,
|
|
8068
8099
|
className: i
|
|
8069
8100
|
}) => /* @__PURE__ */ t(
|
|
8070
|
-
|
|
8101
|
+
a0,
|
|
8071
8102
|
{
|
|
8072
8103
|
as: "nav",
|
|
8073
8104
|
id: "menu-nav",
|
|
@@ -8348,7 +8379,7 @@ const m1 = T(
|
|
|
8348
8379
|
)
|
|
8349
8380
|
]
|
|
8350
8381
|
}
|
|
8351
|
-
),
|
|
8382
|
+
), z3 = ({ links: a, activeLink: s, ...c }) => /* @__PURE__ */ e(x, { className: "c-sub-menu", ...c, children: a.map((l, r) => {
|
|
8352
8383
|
const n = s === l.href;
|
|
8353
8384
|
return /* @__PURE__ */ t(
|
|
8354
8385
|
h,
|
|
@@ -8367,7 +8398,7 @@ const m1 = T(
|
|
|
8367
8398
|
},
|
|
8368
8399
|
l.href
|
|
8369
8400
|
);
|
|
8370
|
-
}) }),
|
|
8401
|
+
}) }), N3 = ({
|
|
8371
8402
|
title: a,
|
|
8372
8403
|
description: s,
|
|
8373
8404
|
placeholder: c,
|
|
@@ -8409,10 +8440,10 @@ const m1 = T(
|
|
|
8409
8440
|
/* @__PURE__ */ e(L1, { bg: n }),
|
|
8410
8441
|
d
|
|
8411
8442
|
] }) });
|
|
8412
|
-
},
|
|
8443
|
+
}, k3 = ({
|
|
8413
8444
|
items: a,
|
|
8414
8445
|
...s
|
|
8415
|
-
}) => !a || a.length === 0 ? null : /* @__PURE__ */ e(x, { ...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)) }),
|
|
8446
|
+
}) => !a || a.length === 0 ? null : /* @__PURE__ */ e(x, { ...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)) }), M3 = ({
|
|
8416
8447
|
totalArticles: a,
|
|
8417
8448
|
currentPage: s,
|
|
8418
8449
|
pagePath: c,
|
|
@@ -8422,7 +8453,7 @@ const m1 = T(
|
|
|
8422
8453
|
Number(s) === 1 ? 1 : /* @__PURE__ */ e($, { color: "grey-300", href: `${c}`, children: "1" }),
|
|
8423
8454
|
a > 17 && (Number(s) === 2 ? 2 : /* @__PURE__ */ e($, { color: "grey-300", href: `${c}?page=2`, children: "2" })),
|
|
8424
8455
|
a > 25 && Number(s) !== 1 && /* @__PURE__ */ e($, { color: Number(s) !== 2 ? "black" : "grey-300", href: l, children: "Archives" })
|
|
8425
|
-
] }) : null,
|
|
8456
|
+
] }) : null, we = ({
|
|
8426
8457
|
percentage: a,
|
|
8427
8458
|
progressBarClassName: s,
|
|
8428
8459
|
...c
|
|
@@ -8450,14 +8481,14 @@ const m1 = T(
|
|
|
8450
8481
|
}
|
|
8451
8482
|
)
|
|
8452
8483
|
}
|
|
8453
|
-
) }),
|
|
8484
|
+
) }), C3 = ({ content: a, ...s }) => /* @__PURE__ */ e(
|
|
8454
8485
|
x,
|
|
8455
8486
|
{
|
|
8456
8487
|
...s,
|
|
8457
8488
|
className: p("c-prose", s?.className),
|
|
8458
8489
|
dangerouslySetInnerHTML: { __html: a }
|
|
8459
8490
|
}
|
|
8460
|
-
),
|
|
8491
|
+
), be = ({
|
|
8461
8492
|
color: a,
|
|
8462
8493
|
count: s = 0,
|
|
8463
8494
|
countColor: c,
|
|
@@ -8566,7 +8597,7 @@ const m1 = T(
|
|
|
8566
8597
|
]
|
|
8567
8598
|
}
|
|
8568
8599
|
);
|
|
8569
|
-
},
|
|
8600
|
+
}, S3 = ({
|
|
8570
8601
|
articles: a,
|
|
8571
8602
|
layout: s,
|
|
8572
8603
|
limitTop: c = 0,
|
|
@@ -8612,7 +8643,7 @@ const m1 = T(
|
|
|
8612
8643
|
align: "stretch",
|
|
8613
8644
|
className: "c-read-also-banner__article",
|
|
8614
8645
|
children: /* @__PURE__ */ e(
|
|
8615
|
-
|
|
8646
|
+
n0,
|
|
8616
8647
|
{
|
|
8617
8648
|
...i,
|
|
8618
8649
|
alignItems: "center",
|
|
@@ -8670,7 +8701,7 @@ const m1 = T(
|
|
|
8670
8701
|
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)) })
|
|
8671
8702
|
]
|
|
8672
8703
|
}
|
|
8673
|
-
),
|
|
8704
|
+
), o0 = ({
|
|
8674
8705
|
label: a,
|
|
8675
8706
|
labelLink: s,
|
|
8676
8707
|
themeColor: c,
|
|
@@ -8703,7 +8734,7 @@ const m1 = T(
|
|
|
8703
8734
|
}
|
|
8704
8735
|
);
|
|
8705
8736
|
var U = {}, q1;
|
|
8706
|
-
function
|
|
8737
|
+
function ye() {
|
|
8707
8738
|
if (q1) return U;
|
|
8708
8739
|
q1 = 1, Object.defineProperty(U, "__esModule", {
|
|
8709
8740
|
value: !0
|
|
@@ -8895,13 +8926,13 @@ function be() {
|
|
|
8895
8926
|
})(a.default.Component);
|
|
8896
8927
|
return U.StickyShareButtons = Z, U;
|
|
8897
8928
|
}
|
|
8898
|
-
var
|
|
8899
|
-
const
|
|
8929
|
+
var _e = ye();
|
|
8930
|
+
const B3 = ({ networks: a = ["sharethis"], ...s }) => {
|
|
8900
8931
|
const c = {
|
|
8901
8932
|
width: a.length ? `${38 * a.length + 20}px` : "inherit"
|
|
8902
8933
|
};
|
|
8903
8934
|
return /* @__PURE__ */ e(x, { p: "xxs-2", ...s, className: "c-share-bar", style: c, radius: "m", children: /* @__PURE__ */ e(
|
|
8904
|
-
|
|
8935
|
+
_e.InlineShareButtons,
|
|
8905
8936
|
{
|
|
8906
8937
|
config: {
|
|
8907
8938
|
alignment: "center",
|
|
@@ -8927,7 +8958,7 @@ const S3 = ({ networks: a = ["sharethis"], ...s }) => {
|
|
|
8927
8958
|
}
|
|
8928
8959
|
}
|
|
8929
8960
|
) });
|
|
8930
|
-
},
|
|
8961
|
+
}, Z3 = ({
|
|
8931
8962
|
backgroundImage: a,
|
|
8932
8963
|
title: s,
|
|
8933
8964
|
subtitle: c,
|
|
@@ -8960,7 +8991,7 @@ const S3 = ({ networks: a = ["sharethis"], ...s }) => {
|
|
|
8960
8991
|
o && /* @__PURE__ */ e(h, { justifyContent: "center", children: o })
|
|
8961
8992
|
] })
|
|
8962
8993
|
] });
|
|
8963
|
-
},
|
|
8994
|
+
}, d0 = ({
|
|
8964
8995
|
avatars: a,
|
|
8965
8996
|
authors: s,
|
|
8966
8997
|
layout: c,
|
|
@@ -8992,7 +9023,7 @@ const S3 = ({ networks: a = ["sharethis"], ...s }) => {
|
|
|
8992
9023
|
m && c === z.MOBILE && /* @__PURE__ */ e(X, { sponsor: m, variant: "signature" })
|
|
8993
9024
|
] });
|
|
8994
9025
|
return i ? /* @__PURE__ */ e("a", { href: i, children: f }) : f;
|
|
8995
|
-
},
|
|
9026
|
+
}, $3 = ({ installButton: a, closeButton: s }) => /* @__PURE__ */ t(h, { className: "c-smart-banner", alignItems: "center", gap: "xs", bg: "ultramarine", color: "white", children: [
|
|
8996
9027
|
/* @__PURE__ */ e(
|
|
8997
9028
|
H,
|
|
8998
9029
|
{
|
|
@@ -9014,7 +9045,7 @@ const S3 = ({ networks: a = ["sharethis"], ...s }) => {
|
|
|
9014
9045
|
/* @__PURE__ */ e(g, { size: "xxs-2", children: "Retrouvez l’actualité sur notre application" })
|
|
9015
9046
|
] }),
|
|
9016
9047
|
/* @__PURE__ */ e(H, { ...a, className: "c-smart-banner__btn color-ultramarine bg-white", children: "Installer" })
|
|
9017
|
-
] }), u1 = (a) => a === "card" ? "secondary" : "primary", y1 = (a) => a === "card" ? "inline" : "rounded",
|
|
9048
|
+
] }), u1 = (a) => a === "card" ? "secondary" : "primary", y1 = (a) => a === "card" ? "inline" : "rounded", ze = (a) => a === "vertical" ? "right" : "top", o1 = ({
|
|
9018
9049
|
commentCount: a,
|
|
9019
9050
|
shareCount: s,
|
|
9020
9051
|
reactionCount: c,
|
|
@@ -9081,7 +9112,7 @@ const S3 = ({ networks: a = ["sharethis"], ...s }) => {
|
|
|
9081
9112
|
)
|
|
9082
9113
|
}
|
|
9083
9114
|
), y = !_ && i && !!b && /* @__PURE__ */ e(
|
|
9084
|
-
|
|
9115
|
+
be,
|
|
9085
9116
|
{
|
|
9086
9117
|
color: w === "blue-grey" ? "white" : "black",
|
|
9087
9118
|
count: c,
|
|
@@ -9096,7 +9127,7 @@ const S3 = ({ networks: a = ["sharethis"], ...s }) => {
|
|
|
9096
9127
|
reactListItems: b,
|
|
9097
9128
|
reactListItemThemeColor: l === "card" ? w : void 0,
|
|
9098
9129
|
variant: l,
|
|
9099
|
-
placement:
|
|
9130
|
+
placement: ze(l),
|
|
9100
9131
|
layout: Z,
|
|
9101
9132
|
contentId: i,
|
|
9102
9133
|
contentLegacyId: o,
|
|
@@ -9228,18 +9259,18 @@ const S3 = ({ networks: a = ["sharethis"], ...s }) => {
|
|
|
9228
9259
|
className: p({ [`c-sponsor__img--${s}`]: !!s })
|
|
9229
9260
|
}
|
|
9230
9261
|
)
|
|
9231
|
-
] }),
|
|
9262
|
+
] }), Ne = ["D", "L", "M", "M", "J", "V", "S"], ke = (a, s) => {
|
|
9232
9263
|
const c = (s - 1) % 7, l = [];
|
|
9233
9264
|
for (let r = 0; r < 7; r += 1) {
|
|
9234
9265
|
const n = new Date(a.getTime() + r * 24 * 60 * 60 * 1e3);
|
|
9235
9266
|
l.push({
|
|
9236
|
-
label:
|
|
9267
|
+
label: Ne[n.getDay()],
|
|
9237
9268
|
isActive: r <= c,
|
|
9238
9269
|
dayIndex: r
|
|
9239
9270
|
});
|
|
9240
9271
|
}
|
|
9241
9272
|
return l;
|
|
9242
|
-
},
|
|
9273
|
+
}, Me = ({
|
|
9243
9274
|
totalDays: a,
|
|
9244
9275
|
streakStartDate: s,
|
|
9245
9276
|
streakEndDate: c,
|
|
@@ -9248,7 +9279,7 @@ const S3 = ({ networks: a = ["sharethis"], ...s }) => {
|
|
|
9248
9279
|
}) => {
|
|
9249
9280
|
if (a < 1 || !s || !c)
|
|
9250
9281
|
return null;
|
|
9251
|
-
const n = typeof s == "string" ? new Date(s) : s, i = W(() =>
|
|
9282
|
+
const n = typeof s == "string" ? new Date(s) : s, i = W(() => ke(n, a), [n, a]), o = i.map((m) => m.isActive).lastIndexOf(!0), d = o >= 0 ? (o + 1) / 7 * 100 : 0, u = a > 1 ? "jours" : "jour";
|
|
9252
9283
|
return /* @__PURE__ */ t(
|
|
9253
9284
|
x,
|
|
9254
9285
|
{
|
|
@@ -9332,7 +9363,7 @@ const S3 = ({ networks: a = ["sharethis"], ...s }) => {
|
|
|
9332
9363
|
]
|
|
9333
9364
|
}
|
|
9334
9365
|
);
|
|
9335
|
-
},
|
|
9366
|
+
}, Ce = ({
|
|
9336
9367
|
name: a,
|
|
9337
9368
|
link: s,
|
|
9338
9369
|
iconName: c,
|
|
@@ -9419,8 +9450,8 @@ const S3 = ({ networks: a = ["sharethis"], ...s }) => {
|
|
|
9419
9450
|
]
|
|
9420
9451
|
}
|
|
9421
9452
|
),
|
|
9422
|
-
/* @__PURE__ */ e(l1, { colsNumber: n, gap: "xl", children: l?.cards?.map((u) => /* @__PURE__ */
|
|
9423
|
-
|
|
9453
|
+
/* @__PURE__ */ e(l1, { colsNumber: n, gap: "xl", children: l?.cards?.map((u) => /* @__PURE__ */ v0(
|
|
9454
|
+
r0,
|
|
9424
9455
|
{
|
|
9425
9456
|
...u,
|
|
9426
9457
|
key: u.link,
|
|
@@ -9449,7 +9480,7 @@ const S3 = ({ networks: a = ["sharethis"], ...s }) => {
|
|
|
9449
9480
|
] })
|
|
9450
9481
|
] })
|
|
9451
9482
|
}
|
|
9452
|
-
),
|
|
9483
|
+
), j3 = ({ hasHeader: a, tableProps: s, ...c }) => {
|
|
9453
9484
|
if (!s?.length)
|
|
9454
9485
|
return null;
|
|
9455
9486
|
const l = a ? s[0] : null, r = a ? s.slice(1) : s;
|
|
@@ -9457,7 +9488,7 @@ const S3 = ({ networks: a = ["sharethis"], ...s }) => {
|
|
|
9457
9488
|
a && l && /* @__PURE__ */ e("thead", { children: /* @__PURE__ */ e("tr", { children: l.map((n, i) => /* @__PURE__ */ e(x, { as: "th", p: "s", children: n }, i)) }) }),
|
|
9458
9489
|
/* @__PURE__ */ e("tbody", { children: r.map((n, i) => /* @__PURE__ */ e("tr", { children: n.map((o, d) => /* @__PURE__ */ e(x, { as: "td", p: "s", children: o }, d)) }, i)) })
|
|
9459
9490
|
] });
|
|
9460
|
-
},
|
|
9491
|
+
}, h0 = ({
|
|
9461
9492
|
tabItems: a,
|
|
9462
9493
|
name: s = "default",
|
|
9463
9494
|
fitContainer: c,
|
|
@@ -9518,7 +9549,7 @@ const S3 = ({ networks: a = ["sharethis"], ...s }) => {
|
|
|
9518
9549
|
]
|
|
9519
9550
|
}
|
|
9520
9551
|
);
|
|
9521
|
-
},
|
|
9552
|
+
}, L3 = ({ tags: a, layout: s, isSmall: c = !1, ...l }) => a.length ? /* @__PURE__ */ e(
|
|
9522
9553
|
m1,
|
|
9523
9554
|
{
|
|
9524
9555
|
hasSpaceAroundButtons: !0,
|
|
@@ -9529,14 +9560,14 @@ const S3 = ({ networks: a = ["sharethis"], ...s }) => {
|
|
|
9529
9560
|
...c && { buttonsSize: "small" },
|
|
9530
9561
|
children: a.map((r, n) => /* @__PURE__ */ e(J, { ...r, ...c && { size: "small" } }, n))
|
|
9531
9562
|
}
|
|
9532
|
-
) : null,
|
|
9563
|
+
) : null, Se = ({ iconName: a, className: s }) => /* @__PURE__ */ e("li", { className: p("c-text-tooltip-item", s), children: /* @__PURE__ */ e(
|
|
9533
9564
|
H,
|
|
9534
9565
|
{
|
|
9535
9566
|
variant: "ghost",
|
|
9536
9567
|
iconProps: { name: a, size: [20, 20] },
|
|
9537
9568
|
className: "tooltip-btn c-tooltip-item__icon"
|
|
9538
9569
|
}
|
|
9539
|
-
) }),
|
|
9570
|
+
) }), V3 = () => /* @__PURE__ */ e(h, { id: "text-tooltip", className: "c-text-tooltip", as: "ul", gap: "s", children: /* @__PURE__ */ e(Se, { iconName: "report", className: "mbrs-social-report-container" }) }), _1 = ({
|
|
9540
9571
|
href: a,
|
|
9541
9572
|
iconProps: s,
|
|
9542
9573
|
children: c,
|
|
@@ -9566,7 +9597,7 @@ const S3 = ({ networks: a = ["sharethis"], ...s }) => {
|
|
|
9566
9597
|
]
|
|
9567
9598
|
}
|
|
9568
9599
|
);
|
|
9569
|
-
},
|
|
9600
|
+
}, H3 = ({ events: a, layout: s, ...c }) => a.length === 0 ? null : /* @__PURE__ */ t(
|
|
9570
9601
|
h,
|
|
9571
9602
|
{
|
|
9572
9603
|
...c,
|
|
@@ -9645,7 +9676,7 @@ const S3 = ({ networks: a = ["sharethis"], ...s }) => {
|
|
|
9645
9676
|
] })
|
|
9646
9677
|
]
|
|
9647
9678
|
}
|
|
9648
|
-
),
|
|
9679
|
+
), F3 = ({
|
|
9649
9680
|
children: a,
|
|
9650
9681
|
navigationLinks: s,
|
|
9651
9682
|
user: c,
|
|
@@ -9659,7 +9690,7 @@ const S3 = ({ networks: a = ["sharethis"], ...s }) => {
|
|
|
9659
9690
|
/* @__PURE__ */ e(g, { as: "span", color: "ultramarine", className: "break-word", children: c.name })
|
|
9660
9691
|
] })
|
|
9661
9692
|
] }),
|
|
9662
|
-
l && l.totalDays >= 1 && /* @__PURE__ */ e(
|
|
9693
|
+
l && l.totalDays >= 1 && /* @__PURE__ */ e(Me, { ...l, mx: "m", mt: "m" }),
|
|
9663
9694
|
/* @__PURE__ */ e(x, { mx: "m", mt: "l", mb: "xl", children: s.map((r, n) => /* @__PURE__ */ t(
|
|
9664
9695
|
h,
|
|
9665
9696
|
{
|
|
@@ -9682,7 +9713,7 @@ const S3 = ({ networks: a = ["sharethis"], ...s }) => {
|
|
|
9682
9713
|
)) }),
|
|
9683
9714
|
a,
|
|
9684
9715
|
/* @__PURE__ */ e(G, { color: "grey-200" })
|
|
9685
|
-
] }),
|
|
9716
|
+
] }), I3 = ({
|
|
9686
9717
|
label: a,
|
|
9687
9718
|
layout: s,
|
|
9688
9719
|
result: c,
|
|
@@ -9738,7 +9769,7 @@ const S3 = ({ networks: a = ["sharethis"], ...s }) => {
|
|
|
9738
9769
|
v
|
|
9739
9770
|
] }) : v,
|
|
9740
9771
|
(c || c === 0) && /* @__PURE__ */ e(
|
|
9741
|
-
|
|
9772
|
+
we,
|
|
9742
9773
|
{
|
|
9743
9774
|
percentage: c,
|
|
9744
9775
|
mt: "xxs",
|
|
@@ -9824,7 +9855,7 @@ const S3 = ({ networks: a = ["sharethis"], ...s }) => {
|
|
|
9824
9855
|
/* @__PURE__ */ e(g, { as: "span", size: "xxs", weight: "regular", children: "Télécharger sur" }),
|
|
9825
9856
|
/* @__PURE__ */ e(g, { as: "span", size: "xs", weight: "bold", children: c })
|
|
9826
9857
|
] })
|
|
9827
|
-
] }),
|
|
9858
|
+
] }), m0 = ({ links: a, ...s }) => /* @__PURE__ */ e(
|
|
9828
9859
|
h,
|
|
9829
9860
|
{
|
|
9830
9861
|
gapX: "xs",
|
|
@@ -9833,7 +9864,7 @@ const S3 = ({ networks: a = ["sharethis"], ...s }) => {
|
|
|
9833
9864
|
className: p("c-footer-links", s?.className),
|
|
9834
9865
|
children: a.map((c) => /* @__PURE__ */ e($, { ...c, color: "white", className: "c-footer-links__link" }, String(c.children)))
|
|
9835
9866
|
}
|
|
9836
|
-
),
|
|
9867
|
+
), u0 = ({
|
|
9837
9868
|
socialIcons: a,
|
|
9838
9869
|
themeColor: s,
|
|
9839
9870
|
...c
|
|
@@ -9859,7 +9890,7 @@ const S3 = ({ networks: a = ["sharethis"], ...s }) => {
|
|
|
9859
9890
|
}
|
|
9860
9891
|
) }, l.name))
|
|
9861
9892
|
}
|
|
9862
|
-
),
|
|
9893
|
+
), Be = ({
|
|
9863
9894
|
logoHref: a,
|
|
9864
9895
|
categories: s,
|
|
9865
9896
|
themeColor: c,
|
|
@@ -9892,7 +9923,7 @@ const S3 = ({ networks: a = ["sharethis"], ...s }) => {
|
|
|
9892
9923
|
}
|
|
9893
9924
|
) }),
|
|
9894
9925
|
/* @__PURE__ */ e(
|
|
9895
|
-
|
|
9926
|
+
u0,
|
|
9896
9927
|
{
|
|
9897
9928
|
socialIcons: l,
|
|
9898
9929
|
themeColor: c,
|
|
@@ -9963,13 +9994,13 @@ const S3 = ({ networks: a = ["sharethis"], ...s }) => {
|
|
|
9963
9994
|
alignItems: "center",
|
|
9964
9995
|
gap: "xs",
|
|
9965
9996
|
children: [
|
|
9966
|
-
/* @__PURE__ */ e(
|
|
9997
|
+
/* @__PURE__ */ e(m0, { links: n, justifyContent: "center", mb: "xl" }),
|
|
9967
9998
|
/* @__PURE__ */ e("strong", { children: "© Copyright 20 Minutes" }),
|
|
9968
9999
|
/* @__PURE__ */ e("p", { children: "La fréquentation de 20 Minutes est certifiée par l‘ACPM" })
|
|
9969
10000
|
]
|
|
9970
10001
|
}
|
|
9971
10002
|
)
|
|
9972
|
-
] }),
|
|
10003
|
+
] }), Ze = ({
|
|
9973
10004
|
logoHref: a,
|
|
9974
10005
|
categories: s,
|
|
9975
10006
|
themeColor: c,
|
|
@@ -10051,21 +10082,21 @@ const S3 = ({ networks: a = ["sharethis"], ...s }) => {
|
|
|
10051
10082
|
] }),
|
|
10052
10083
|
/* @__PURE__ */ e(G, { color: "grey-200" })
|
|
10053
10084
|
] }) : void 0,
|
|
10054
|
-
/* @__PURE__ */ e(
|
|
10085
|
+
/* @__PURE__ */ e(u0, { socialIcons: l, themeColor: c, my: "xl", mx: "m" }),
|
|
10055
10086
|
/* @__PURE__ */ e(G, { color: "grey-200" }),
|
|
10056
10087
|
/* @__PURE__ */ t(x, { as: "section", className: "c-footer-mobile__bottom", px: "m", pt: "xl", pb: "xxl-2", children: [
|
|
10057
|
-
/* @__PURE__ */ e(
|
|
10088
|
+
/* @__PURE__ */ e(m0, { links: r, gapX: "s", mb: "xl" }),
|
|
10058
10089
|
/* @__PURE__ */ e("strong", { children: "© Copyright 20 Minutes" }),
|
|
10059
10090
|
/* @__PURE__ */ e(g, { mt: "xs", children: "La fréquentation de 20 Minutes est certifiée par l‘ACPM" })
|
|
10060
10091
|
] })
|
|
10061
10092
|
]
|
|
10062
10093
|
}
|
|
10063
|
-
), T3 = ({ layout: a = z.MOBILE, ...s }) => a === z.DESKTOP ? /* @__PURE__ */ e(
|
|
10094
|
+
), T3 = ({ layout: a = z.MOBILE, ...s }) => a === z.DESKTOP ? /* @__PURE__ */ e(Be, { ...s }) : /* @__PURE__ */ e(Ze, { ...s }), A3 = ({
|
|
10064
10095
|
layout: a = z.MOBILE,
|
|
10065
10096
|
backhref: s,
|
|
10066
10097
|
...c
|
|
10067
|
-
}) => a === z.DESKTOP ? /* @__PURE__ */ e(
|
|
10068
|
-
|
|
10098
|
+
}) => a === z.DESKTOP ? /* @__PURE__ */ e(je, { ...c }) : /* @__PURE__ */ e(
|
|
10099
|
+
Ve,
|
|
10069
10100
|
{
|
|
10070
10101
|
logoHref: c.logoHref,
|
|
10071
10102
|
logoIsHeading: c.logoIsHeading,
|
|
@@ -10088,13 +10119,13 @@ const S3 = ({ networks: a = ["sharethis"], ...s }) => {
|
|
|
10088
10119
|
)
|
|
10089
10120
|
);
|
|
10090
10121
|
n1.displayName = "SkipLink";
|
|
10091
|
-
const
|
|
10122
|
+
const $e = {
|
|
10092
10123
|
logo: [190, 47],
|
|
10093
10124
|
"logo-tempo": [162, 52],
|
|
10094
10125
|
// the "20" svg path in the logo-tempo have to be the same size as the "20" svg path in the logo
|
|
10095
10126
|
"logo-tv": [89, 47],
|
|
10096
10127
|
"logo-games": [120, 50]
|
|
10097
|
-
},
|
|
10128
|
+
}, je = ({
|
|
10098
10129
|
logoHref: a,
|
|
10099
10130
|
homeHref: s = "/",
|
|
10100
10131
|
searchformurl: c,
|
|
@@ -10110,7 +10141,7 @@ const Ze = {
|
|
|
10110
10141
|
color: "white",
|
|
10111
10142
|
svgTitle: "20 Minutes : Actualités et infos en direct",
|
|
10112
10143
|
name: i,
|
|
10113
|
-
size:
|
|
10144
|
+
size: $e[i]
|
|
10114
10145
|
}
|
|
10115
10146
|
) });
|
|
10116
10147
|
return /* @__PURE__ */ e(
|
|
@@ -10244,6 +10275,7 @@ const Ze = {
|
|
|
10244
10275
|
size: "m",
|
|
10245
10276
|
pl: "m",
|
|
10246
10277
|
pr: "s",
|
|
10278
|
+
"aria-label": "Retourner sur la home de 20 Minutes",
|
|
10247
10279
|
children: /* @__PURE__ */ e(N, { size: 20, name: "home" })
|
|
10248
10280
|
}
|
|
10249
10281
|
) }),
|
|
@@ -10271,7 +10303,7 @@ const Ze = {
|
|
|
10271
10303
|
}
|
|
10272
10304
|
),
|
|
10273
10305
|
m.subCategory && /* @__PURE__ */ e(
|
|
10274
|
-
|
|
10306
|
+
Ce,
|
|
10275
10307
|
{
|
|
10276
10308
|
name: m.name,
|
|
10277
10309
|
link: m.link,
|
|
@@ -10288,19 +10320,19 @@ const Ze = {
|
|
|
10288
10320
|
},
|
|
10289
10321
|
m.link
|
|
10290
10322
|
)),
|
|
10291
|
-
/* @__PURE__ */ e(
|
|
10323
|
+
/* @__PURE__ */ e(I0, {})
|
|
10292
10324
|
]
|
|
10293
10325
|
}
|
|
10294
10326
|
)
|
|
10295
10327
|
] })
|
|
10296
10328
|
}
|
|
10297
10329
|
);
|
|
10298
|
-
},
|
|
10330
|
+
}, Le = {
|
|
10299
10331
|
logo: [114, 28],
|
|
10300
10332
|
"logo-tempo": [96, 34],
|
|
10301
10333
|
"logo-tv": [53, 28],
|
|
10302
10334
|
"logo-games": [70, 28]
|
|
10303
|
-
},
|
|
10335
|
+
}, Ve = ({
|
|
10304
10336
|
logoHref: a,
|
|
10305
10337
|
logoIsHeading: s = !1,
|
|
10306
10338
|
themeColor: c,
|
|
@@ -10315,7 +10347,7 @@ const Ze = {
|
|
|
10315
10347
|
color: "white",
|
|
10316
10348
|
svgTitle: "20 Minutes : Actualités et infos en direct",
|
|
10317
10349
|
name: r,
|
|
10318
|
-
size:
|
|
10350
|
+
size: Le[r]
|
|
10319
10351
|
}
|
|
10320
10352
|
) });
|
|
10321
10353
|
return /* @__PURE__ */ t(
|
|
@@ -10393,7 +10425,7 @@ const Ze = {
|
|
|
10393
10425
|
]
|
|
10394
10426
|
}
|
|
10395
10427
|
);
|
|
10396
|
-
},
|
|
10428
|
+
}, D3 = ({
|
|
10397
10429
|
tabItems: a,
|
|
10398
10430
|
layout: s,
|
|
10399
10431
|
fitContainer: c,
|
|
@@ -10425,7 +10457,7 @@ const Ze = {
|
|
|
10425
10457
|
}),
|
|
10426
10458
|
children: /* @__PURE__ */ e("div", { children: v.body.map((_, w) => /* @__PURE__ */ t(Q.Fragment, { children: [
|
|
10427
10459
|
f ? /* @__PURE__ */ e(
|
|
10428
|
-
|
|
10460
|
+
t0,
|
|
10429
10461
|
{
|
|
10430
10462
|
link: _.url,
|
|
10431
10463
|
title: _.title,
|
|
@@ -10480,7 +10512,7 @@ const Ze = {
|
|
|
10480
10512
|
};
|
|
10481
10513
|
});
|
|
10482
10514
|
return m.length === 0 ? null : /* @__PURE__ */ e(
|
|
10483
|
-
|
|
10515
|
+
h0,
|
|
10484
10516
|
{
|
|
10485
10517
|
tabItemActive: l || m[0].name,
|
|
10486
10518
|
tabItems: m,
|
|
@@ -10488,7 +10520,7 @@ const Ze = {
|
|
|
10488
10520
|
...o
|
|
10489
10521
|
}
|
|
10490
10522
|
);
|
|
10491
|
-
},
|
|
10523
|
+
}, O3 = ({
|
|
10492
10524
|
tabItems: a,
|
|
10493
10525
|
layout: s,
|
|
10494
10526
|
fitContainer: c,
|
|
@@ -10535,7 +10567,7 @@ const Ze = {
|
|
|
10535
10567
|
] })
|
|
10536
10568
|
}));
|
|
10537
10569
|
return u.length === 0 ? null : /* @__PURE__ */ e(
|
|
10538
|
-
|
|
10570
|
+
h0,
|
|
10539
10571
|
{
|
|
10540
10572
|
tabItemActive: l || (u.length > 0 ? u[0].name : ""),
|
|
10541
10573
|
tabItems: u,
|
|
@@ -10545,7 +10577,7 @@ const Ze = {
|
|
|
10545
10577
|
...i
|
|
10546
10578
|
}
|
|
10547
10579
|
);
|
|
10548
|
-
},
|
|
10580
|
+
}, R3 = ({
|
|
10549
10581
|
articles: a,
|
|
10550
10582
|
layout: s,
|
|
10551
10583
|
hasStepper: c,
|
|
@@ -10611,7 +10643,7 @@ const Ze = {
|
|
|
10611
10643
|
className: o,
|
|
10612
10644
|
pl: { xs: v === 0 ? "m" : "0", md: "0" },
|
|
10613
10645
|
children: /* @__PURE__ */ e(
|
|
10614
|
-
|
|
10646
|
+
n0,
|
|
10615
10647
|
{
|
|
10616
10648
|
...m,
|
|
10617
10649
|
cardTitleProps: {
|
|
@@ -10635,7 +10667,7 @@ const Ze = {
|
|
|
10635
10667
|
] }),
|
|
10636
10668
|
c && s === z.MOBILE && /* @__PURE__ */ e(O0, { items: u, mt: "s" })
|
|
10637
10669
|
] });
|
|
10638
|
-
},
|
|
10670
|
+
}, E3 = ({ medias: a, ...s }) => !a || a.length === 0 ? null : /* @__PURE__ */ e(x, { ...s, className: "pswp-gallery", id: "photoswipe-gallery", children: a.map((c, l) => /* @__PURE__ */ e(
|
|
10639
10671
|
"a",
|
|
10640
10672
|
{
|
|
10641
10673
|
href: c?.imgProps?.defaultFormat ? $1({ src: c.src, format: c.imgProps.defaultFormat }) : c.src,
|
|
@@ -10659,7 +10691,7 @@ const Ze = {
|
|
|
10659
10691
|
)
|
|
10660
10692
|
},
|
|
10661
10693
|
`photoswipe-${c.imgProps?.id}`
|
|
10662
|
-
)) }),
|
|
10694
|
+
)) }), P3 = ({ playerData: a, layout: s, ...c }) => {
|
|
10663
10695
|
const l = (n, i) => {
|
|
10664
10696
|
switch (n < i) {
|
|
10665
10697
|
case !0:
|
|
@@ -10748,7 +10780,7 @@ const Ze = {
|
|
|
10748
10780
|
]
|
|
10749
10781
|
}
|
|
10750
10782
|
);
|
|
10751
|
-
},
|
|
10783
|
+
}, He = ({ title: a, articles: s, isSponsored: c, seeMoreLink: l }) => {
|
|
10752
10784
|
const { layout: r, ...n } = s[0];
|
|
10753
10785
|
return /* @__PURE__ */ t(
|
|
10754
10786
|
F,
|
|
@@ -10760,7 +10792,7 @@ const Ze = {
|
|
|
10760
10792
|
align: "end",
|
|
10761
10793
|
className: "c-three-columns-articles__column",
|
|
10762
10794
|
children: [
|
|
10763
|
-
a && /* @__PURE__ */ e(
|
|
10795
|
+
a && /* @__PURE__ */ e(o0, { ...a, mb: c ? "m" : "xxl" }),
|
|
10764
10796
|
c && /* @__PURE__ */ e(x, { mb: "xs", children: /* @__PURE__ */ e(g, { as: "span", size: "xs", mx: "s", color: "grey-900", children: "Vidéos sponsorisées" }) }),
|
|
10765
10797
|
/* @__PURE__ */ e(
|
|
10766
10798
|
X0,
|
|
@@ -10777,7 +10809,7 @@ const Ze = {
|
|
|
10777
10809
|
s.map((i) => /* @__PURE__ */ t(Q.Fragment, { children: [
|
|
10778
10810
|
/* @__PURE__ */ e(G, { color: "grey-200", my: "s" }),
|
|
10779
10811
|
/* @__PURE__ */ e(
|
|
10780
|
-
|
|
10812
|
+
t0,
|
|
10781
10813
|
{
|
|
10782
10814
|
...i,
|
|
10783
10815
|
cardTitleProps: { ...i.cardTitleProps, maxRows: 3 },
|
|
@@ -10789,7 +10821,7 @@ const Ze = {
|
|
|
10789
10821
|
]
|
|
10790
10822
|
}
|
|
10791
10823
|
);
|
|
10792
|
-
},
|
|
10824
|
+
}, q3 = ({
|
|
10793
10825
|
title: a,
|
|
10794
10826
|
items: s,
|
|
10795
10827
|
layout: c,
|
|
@@ -10800,7 +10832,7 @@ const Ze = {
|
|
|
10800
10832
|
/* @__PURE__ */ e(F1, { as: "h2", size: "m", mb: "l", textAlign: { xs: "center", md: "left" }, children: a })
|
|
10801
10833
|
] }),
|
|
10802
10834
|
c === z.DESKTOP ? /* @__PURE__ */ e(m1, { itemsGap: "xl", layout: c, sliderVariant: "three-columns-articles", children: s.map(
|
|
10803
|
-
(r) => r.articles.length > 0 ? /* @__PURE__ */ e(
|
|
10835
|
+
(r) => r.articles.length > 0 ? /* @__PURE__ */ e(He, { ...r }, r.title.label) : null
|
|
10804
10836
|
) }) : s.map((r, n) => /* @__PURE__ */ e(
|
|
10805
10837
|
te,
|
|
10806
10838
|
{
|
|
@@ -10814,7 +10846,7 @@ const Ze = {
|
|
|
10814
10846
|
},
|
|
10815
10847
|
r.title.label
|
|
10816
10848
|
))
|
|
10817
|
-
] }) : null,
|
|
10849
|
+
] }) : null, K3 = ({ items: a, activeItem: s, isBlueMode: c = !1 }) => /* @__PURE__ */ e(
|
|
10818
10850
|
h,
|
|
10819
10851
|
{
|
|
10820
10852
|
as: "nav",
|
|
@@ -10842,218 +10874,219 @@ const Ze = {
|
|
|
10842
10874
|
);
|
|
10843
10875
|
export {
|
|
10844
10876
|
Te as Ad,
|
|
10845
|
-
|
|
10846
|
-
|
|
10847
|
-
|
|
10848
|
-
|
|
10849
|
-
|
|
10850
|
-
|
|
10851
|
-
|
|
10877
|
+
Ae as Alert,
|
|
10878
|
+
B2 as AlertInfoBanner,
|
|
10879
|
+
Z2 as ArticleBrandBanner,
|
|
10880
|
+
$2 as ArticleHeader,
|
|
10881
|
+
j2 as ArticleSummary,
|
|
10882
|
+
L2 as ArticleVideo,
|
|
10883
|
+
De as Autocomplete,
|
|
10852
10884
|
v1 as Avatar,
|
|
10853
10885
|
K0 as AvatarGroup,
|
|
10854
10886
|
x as Box,
|
|
10855
|
-
|
|
10856
|
-
|
|
10887
|
+
H2 as Breadcrumb,
|
|
10888
|
+
F2 as BulletedList,
|
|
10857
10889
|
H as Button,
|
|
10858
|
-
|
|
10890
|
+
I2 as Calendar,
|
|
10859
10891
|
O as CardContainer,
|
|
10860
10892
|
T2 as CardExtraLarge,
|
|
10861
|
-
|
|
10862
|
-
|
|
10863
|
-
|
|
10893
|
+
t0 as CardExtraSmall,
|
|
10894
|
+
l0 as CardFooter,
|
|
10895
|
+
A2 as CardFrame,
|
|
10864
10896
|
e1 as CardHeader,
|
|
10865
|
-
|
|
10866
|
-
|
|
10897
|
+
T as CardImage,
|
|
10898
|
+
D2 as CardLarge,
|
|
10867
10899
|
X0 as CardMedium,
|
|
10868
10900
|
J0 as CardMost,
|
|
10869
|
-
|
|
10870
|
-
|
|
10871
|
-
|
|
10872
|
-
|
|
10901
|
+
O2 as CardMovie,
|
|
10902
|
+
R2 as CardNewsletter,
|
|
10903
|
+
E2 as CardNotification,
|
|
10904
|
+
n0 as CardOverview,
|
|
10873
10905
|
Q0 as CardProduct,
|
|
10874
|
-
|
|
10875
|
-
|
|
10876
|
-
|
|
10906
|
+
P2 as CardSideImage,
|
|
10907
|
+
q2 as CardSkeleton,
|
|
10908
|
+
r0 as CardSmall,
|
|
10877
10909
|
se as CardTiny,
|
|
10878
10910
|
D as CardTitle,
|
|
10879
10911
|
ce as CardVertical,
|
|
10880
|
-
|
|
10912
|
+
K2 as CardVideo,
|
|
10881
10913
|
le as CardVideoSmall,
|
|
10882
|
-
|
|
10883
|
-
|
|
10914
|
+
G2 as CardWithButton,
|
|
10915
|
+
U2 as CardWithSummary,
|
|
10884
10916
|
te as Carousel,
|
|
10885
|
-
|
|
10886
|
-
|
|
10917
|
+
Y2 as Chatbot,
|
|
10918
|
+
Re as Checkbox,
|
|
10919
|
+
X2 as Citation,
|
|
10887
10920
|
N1 as Collapse,
|
|
10888
|
-
|
|
10889
|
-
|
|
10890
|
-
|
|
10921
|
+
J2 as Comment,
|
|
10922
|
+
Q2 as CommentButton,
|
|
10923
|
+
e3 as CommentCount,
|
|
10891
10924
|
E1 as Countdown,
|
|
10892
10925
|
b1 as CountdownItem,
|
|
10893
|
-
|
|
10894
|
-
|
|
10926
|
+
a3 as DarkModeSwitch,
|
|
10927
|
+
s3 as DiscoverList,
|
|
10895
10928
|
G as Divider,
|
|
10896
10929
|
L1 as DividerSection,
|
|
10897
10930
|
K1 as DividerVertical,
|
|
10898
|
-
|
|
10899
|
-
|
|
10900
|
-
|
|
10901
|
-
|
|
10902
|
-
|
|
10931
|
+
I3 as ElectionsResult,
|
|
10932
|
+
V2 as Embed,
|
|
10933
|
+
l3 as EmojiToolbar,
|
|
10934
|
+
t3 as ErrorContent,
|
|
10935
|
+
oe as Expandable,
|
|
10903
10936
|
h as Flex,
|
|
10904
10937
|
F as FlexItem,
|
|
10905
10938
|
T3 as Footer,
|
|
10906
10939
|
l1 as Grid,
|
|
10907
|
-
|
|
10908
|
-
|
|
10909
|
-
|
|
10910
|
-
|
|
10911
|
-
|
|
10912
|
-
|
|
10913
|
-
|
|
10914
|
-
|
|
10915
|
-
|
|
10940
|
+
W2 as HalfDonut,
|
|
10941
|
+
A3 as Header,
|
|
10942
|
+
n3 as HeaderBanner,
|
|
10943
|
+
je as HeaderDesktop,
|
|
10944
|
+
r3 as HeaderMini,
|
|
10945
|
+
Ve as HeaderMobile,
|
|
10946
|
+
i3 as HeaderPage,
|
|
10947
|
+
o3 as HeaderSection,
|
|
10948
|
+
ie as HeaderSideModal,
|
|
10916
10949
|
F1 as HeaderTitle,
|
|
10917
10950
|
L as Heading,
|
|
10918
|
-
|
|
10919
|
-
|
|
10920
|
-
|
|
10951
|
+
d3 as HoroscopeContent,
|
|
10952
|
+
h3 as HoroscopeTiles,
|
|
10953
|
+
he as HoroscopeTopicCard,
|
|
10921
10954
|
N as Icon,
|
|
10922
10955
|
q as IconButton,
|
|
10923
10956
|
s1 as IconItem,
|
|
10924
10957
|
r1 as IconTooltip,
|
|
10925
|
-
|
|
10926
|
-
|
|
10958
|
+
b2 as Iframe,
|
|
10959
|
+
m3 as ImageSlider,
|
|
10927
10960
|
d1 as Img,
|
|
10928
|
-
|
|
10961
|
+
me as InfoBanner,
|
|
10929
10962
|
i1 as InlineSeparator,
|
|
10930
10963
|
V1 as Input,
|
|
10931
10964
|
A as Label,
|
|
10932
|
-
|
|
10965
|
+
y2 as LabelSection,
|
|
10933
10966
|
z as LayoutType,
|
|
10934
10967
|
f1 as Legend,
|
|
10935
10968
|
$ as Link,
|
|
10936
|
-
|
|
10937
|
-
|
|
10938
|
-
|
|
10939
|
-
|
|
10940
|
-
|
|
10941
|
-
|
|
10942
|
-
|
|
10943
|
-
|
|
10944
|
-
|
|
10945
|
-
|
|
10969
|
+
ue as ListWithDiode,
|
|
10970
|
+
u3 as LiveIndicator,
|
|
10971
|
+
p3 as LiveQuestion,
|
|
10972
|
+
g3 as LiveTalk,
|
|
10973
|
+
v3 as LiveTitle,
|
|
10974
|
+
x3 as LogoutButton,
|
|
10975
|
+
f3 as MapDepartments,
|
|
10976
|
+
w3 as MapDistricts,
|
|
10977
|
+
b3 as MapEurope,
|
|
10978
|
+
y3 as MapTownsByDepartments,
|
|
10946
10979
|
x1 as Media,
|
|
10947
10980
|
p1 as MediaLink,
|
|
10948
10981
|
Y as MediaSourceType,
|
|
10949
|
-
|
|
10950
|
-
|
|
10951
|
-
|
|
10952
|
-
|
|
10953
|
-
|
|
10954
|
-
|
|
10955
|
-
|
|
10956
|
-
|
|
10957
|
-
|
|
10958
|
-
|
|
10959
|
-
|
|
10960
|
-
|
|
10982
|
+
_3 as Menu,
|
|
10983
|
+
z3 as MenuList,
|
|
10984
|
+
a0 as Modal,
|
|
10985
|
+
D3 as MostReadArticles,
|
|
10986
|
+
O3 as MostWatchVideos,
|
|
10987
|
+
N3 as Newsletter,
|
|
10988
|
+
k3 as OrderedListWithNumber,
|
|
10989
|
+
I0 as Overlay,
|
|
10990
|
+
R3 as OverviewBar,
|
|
10991
|
+
M3 as Pagination,
|
|
10992
|
+
we as PercentageBar,
|
|
10993
|
+
E3 as PhotoSwipeGallery,
|
|
10961
10994
|
H1 as Pipe,
|
|
10962
|
-
|
|
10963
|
-
|
|
10964
|
-
|
|
10965
|
-
|
|
10966
|
-
|
|
10967
|
-
|
|
10968
|
-
|
|
10969
|
-
|
|
10970
|
-
|
|
10995
|
+
C3 as Prose,
|
|
10996
|
+
z2 as RadioButton,
|
|
10997
|
+
P3 as Ranking,
|
|
10998
|
+
T0 as Rating,
|
|
10999
|
+
be as ReactButton,
|
|
11000
|
+
y0 as ReactionContent,
|
|
11001
|
+
N2 as ReadAlso,
|
|
11002
|
+
S3 as ReadAlsoBanner,
|
|
11003
|
+
k2 as ScrollProgressBar,
|
|
10971
11004
|
A0 as ScrollToTopButton,
|
|
10972
|
-
|
|
11005
|
+
c3 as SearchBanner,
|
|
10973
11006
|
g1 as SearchForm,
|
|
10974
|
-
|
|
10975
|
-
|
|
11007
|
+
M2 as Section,
|
|
11008
|
+
o0 as SectionTitle,
|
|
10976
11009
|
D0 as Select,
|
|
10977
|
-
|
|
10978
|
-
|
|
10979
|
-
|
|
10980
|
-
|
|
11010
|
+
B3 as ShareBar,
|
|
11011
|
+
Z3 as ShowCover,
|
|
11012
|
+
d0 as Signature,
|
|
11013
|
+
C2 as Skeleton,
|
|
10981
11014
|
m1 as Slider,
|
|
10982
|
-
|
|
11015
|
+
$3 as SmartBanner,
|
|
10983
11016
|
o1 as SocialBar,
|
|
10984
11017
|
X as Sponsor,
|
|
10985
11018
|
O0 as Stepper,
|
|
10986
|
-
|
|
10987
|
-
|
|
10988
|
-
|
|
10989
|
-
|
|
11019
|
+
Me as StreakBlock,
|
|
11020
|
+
Ce as SubMenu,
|
|
11021
|
+
f2 as SvgSprite,
|
|
11022
|
+
s0 as Switch,
|
|
10990
11023
|
R0 as Tab,
|
|
10991
11024
|
E0 as TabPanel,
|
|
10992
|
-
|
|
10993
|
-
|
|
11025
|
+
j3 as Table,
|
|
11026
|
+
h0 as Tabs,
|
|
10994
11027
|
J as Tag,
|
|
10995
|
-
|
|
11028
|
+
L3 as TagBar,
|
|
10996
11029
|
g as Text,
|
|
10997
|
-
|
|
10998
|
-
|
|
10999
|
-
|
|
11030
|
+
V3 as TextTooltip,
|
|
11031
|
+
S2 as Textarea,
|
|
11032
|
+
q3 as ThreeColumnsArticles,
|
|
11000
11033
|
_1 as Tiles,
|
|
11001
|
-
|
|
11002
|
-
|
|
11003
|
-
|
|
11004
|
-
|
|
11005
|
-
|
|
11006
|
-
|
|
11007
|
-
|
|
11034
|
+
H3 as Timeline,
|
|
11035
|
+
K3 as Toolbar,
|
|
11036
|
+
c0 as Typography,
|
|
11037
|
+
F3 as UserPanel,
|
|
11038
|
+
Ke as alignContentList,
|
|
11039
|
+
qe as alignItemsList,
|
|
11040
|
+
Ue as alignSelfList,
|
|
11008
11041
|
z1 as applyFormatToNumbers,
|
|
11009
|
-
|
|
11010
|
-
|
|
11011
|
-
|
|
11042
|
+
x2 as borderSizeList,
|
|
11043
|
+
b0 as buttonColor,
|
|
11044
|
+
Oe as buttonVariant,
|
|
11012
11045
|
Z1 as cityZoom,
|
|
11013
|
-
|
|
11014
|
-
|
|
11015
|
-
|
|
11016
|
-
|
|
11046
|
+
N0 as colorSystemProps,
|
|
11047
|
+
d2 as colorTokenNameList,
|
|
11048
|
+
_2 as colsNumberGridList,
|
|
11049
|
+
_0 as departmentNames,
|
|
11017
11050
|
G1 as emojiConfig,
|
|
11018
|
-
|
|
11019
|
-
|
|
11020
|
-
|
|
11051
|
+
We as flexBasisList,
|
|
11052
|
+
Ee as flexDirectionList,
|
|
11053
|
+
Xe as flexGrowList,
|
|
11021
11054
|
U1 as flexOrGridBoxSystemProps,
|
|
11022
|
-
|
|
11023
|
-
|
|
11024
|
-
|
|
11025
|
-
|
|
11026
|
-
|
|
11027
|
-
|
|
11055
|
+
k0 as flexOrGridItemSystemProps,
|
|
11056
|
+
Ye as flexShrinkList,
|
|
11057
|
+
Pe as flexWrapList,
|
|
11058
|
+
s2 as fontFamilyTokenNameList,
|
|
11059
|
+
c2 as fontWeightTokenNameList,
|
|
11060
|
+
I as forwardRef,
|
|
11028
11061
|
D1 as franceMainCities,
|
|
11029
|
-
|
|
11030
|
-
|
|
11031
|
-
|
|
11032
|
-
|
|
11033
|
-
|
|
11034
|
-
|
|
11062
|
+
Z0 as getSrcSetFromFormats,
|
|
11063
|
+
l2 as headingSizeTokenNameList,
|
|
11064
|
+
w2 as iconButtonColor,
|
|
11065
|
+
m2 as iconTokenNameHorscopeChineseList,
|
|
11066
|
+
u2 as iconTokenNameHorscopeZodiacList,
|
|
11067
|
+
h2 as iconTokenNameList,
|
|
11035
11068
|
P0 as imageConfigDesktop,
|
|
11036
11069
|
q0 as imageConfigMobile,
|
|
11037
|
-
|
|
11038
|
-
|
|
11039
|
-
|
|
11070
|
+
Ge as justifyContentList,
|
|
11071
|
+
M0 as marginSystemProps,
|
|
11072
|
+
n2 as mediaQueriesList,
|
|
11040
11073
|
Y1 as paddingSystemProps,
|
|
11041
|
-
|
|
11074
|
+
z0 as politicalPartiesColors,
|
|
11042
11075
|
W1 as radiusSystemProps,
|
|
11043
|
-
|
|
11076
|
+
p2 as radiusTokenNameList,
|
|
11044
11077
|
$1 as replaceSrcFormat,
|
|
11045
|
-
|
|
11078
|
+
v2 as rotationList,
|
|
11046
11079
|
X1 as spacingSystemProps,
|
|
11047
|
-
|
|
11048
|
-
|
|
11049
|
-
|
|
11050
|
-
|
|
11051
|
-
|
|
11052
|
-
|
|
11053
|
-
|
|
11054
|
-
|
|
11080
|
+
o2 as spacingTokenNameList,
|
|
11081
|
+
C0 as systemProps,
|
|
11082
|
+
Qe as textAlignList,
|
|
11083
|
+
Je as textDecorationList,
|
|
11084
|
+
t2 as textSizeTokenNameList,
|
|
11085
|
+
e2 as textTransformList,
|
|
11086
|
+
r2 as themeColorAvailables,
|
|
11087
|
+
i2 as themeList,
|
|
11055
11088
|
R as tokenVariables,
|
|
11056
|
-
|
|
11057
|
-
|
|
11058
|
-
|
|
11089
|
+
g2 as tvShowsColors,
|
|
11090
|
+
S0 as typographySystemProps,
|
|
11091
|
+
a2 as whiteSpaceList
|
|
11059
11092
|
};
|