@20minutes/hela 2.23.2 → 2.23.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/atoms/Layout/Grid/Grid.d.ts +1 -1
- package/dist/components/atoms/TabPanel/TabPanel.d.ts +1 -0
- package/dist/components/molecules/Tabs/Tabs.d.ts +1 -0
- package/dist/constants/cssProperties/flexboxAndGridBox.d.ts +1 -1
- package/dist/constants/storybook/gridPropsControls.d.ts +1 -1
- package/dist/constants/tokenVariables.d.ts +4 -0
- package/dist/index.es.js +475 -473
- package/dist/index.umd.cjs +1 -1
- package/dist/scss/abstracts/variables/_token-variables.scss +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -46,7 +46,7 @@ const p = /* @__PURE__ */ y2(z2), J0 = ({
|
|
|
46
46
|
...r
|
|
47
47
|
}) => {
|
|
48
48
|
const n = a.split("/").pop(), i = a.substring(0, a.lastIndexOf("/")), o = typeof n == "string" && n.startsWith("ban_mtf"), d = /* @__PURE__ */ e(
|
|
49
|
-
|
|
49
|
+
w,
|
|
50
50
|
{
|
|
51
51
|
...o ? {} : r,
|
|
52
52
|
id: `dfp_${n}`,
|
|
@@ -67,7 +67,7 @@ const p = /* @__PURE__ */ y2(z2), J0 = ({
|
|
|
67
67
|
)
|
|
68
68
|
}
|
|
69
69
|
);
|
|
70
|
-
return o ? /* @__PURE__ */ e(
|
|
70
|
+
return o ? /* @__PURE__ */ e(w, { className: "c-placeolder--ban", children: d }) : d;
|
|
71
71
|
}, N2 = ({
|
|
72
72
|
children: a,
|
|
73
73
|
variant: s = "success",
|
|
@@ -87,12 +87,12 @@ const p = /* @__PURE__ */ y2(z2), J0 = ({
|
|
|
87
87
|
children: [
|
|
88
88
|
i && /* @__PURE__ */ e(z, { size: 18, mt: "xxs-2", ...i }),
|
|
89
89
|
/* @__PURE__ */ t("div", { children: [
|
|
90
|
-
/* @__PURE__ */ e(
|
|
90
|
+
/* @__PURE__ */ e(Z, { as: "h4", size: "xxs-2", mb: "xxs-2", children: c }),
|
|
91
91
|
/* @__PURE__ */ e(g, { className: "c-alert__text", children: l }),
|
|
92
92
|
a
|
|
93
93
|
] }),
|
|
94
94
|
o && /* @__PURE__ */ e(
|
|
95
|
-
|
|
95
|
+
V,
|
|
96
96
|
{
|
|
97
97
|
iconProps: {
|
|
98
98
|
name: "close",
|
|
@@ -112,7 +112,7 @@ const p = /* @__PURE__ */ y2(z2), J0 = ({
|
|
|
112
112
|
apiUrl: l,
|
|
113
113
|
triggerMessage: r = "Tapez pour rechercher...",
|
|
114
114
|
...n
|
|
115
|
-
}) => /* @__PURE__ */ t(
|
|
115
|
+
}) => /* @__PURE__ */ t(w, { id: a, className: "c-autocomplete", ...c, ...n, children: [
|
|
116
116
|
/* @__PURE__ */ e("label", { htmlFor: `${a}-search`, className: "u-mask", children: s?.label || "Recherche" }),
|
|
117
117
|
/* @__PURE__ */ t("div", { className: "c-autocomplete__input-wrapper", children: [
|
|
118
118
|
/* @__PURE__ */ e(
|
|
@@ -152,8 +152,8 @@ const p = /* @__PURE__ */ y2(z2), J0 = ({
|
|
|
152
152
|
},
|
|
153
153
|
n
|
|
154
154
|
), u = a || "data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%3E%3C/svg%3E";
|
|
155
|
-
return r === void 0 ? /* @__PURE__ */ e(
|
|
156
|
-
/* @__PURE__ */ e(
|
|
155
|
+
return r === void 0 ? /* @__PURE__ */ e(w, { ...i, as: "img", className: d, src: u, alt: s }) : /* @__PURE__ */ t(w, { ...i, className: "c-avatar-container", children: [
|
|
156
|
+
/* @__PURE__ */ e(w, { as: "img", className: d, src: u, alt: s }),
|
|
157
157
|
/* @__PURE__ */ t(
|
|
158
158
|
m,
|
|
159
159
|
{
|
|
@@ -179,7 +179,7 @@ const p = /* @__PURE__ */ y2(z2), J0 = ({
|
|
|
179
179
|
"white",
|
|
180
180
|
"blue-ice",
|
|
181
181
|
"green"
|
|
182
|
-
], Q0 = ["ghost", "outlined", "link", "ghost-with-icon-bg", "close"], ee = ["column", "row", "column-reverse", "row-reverse"], ae = ["wrap", "wrap-reverse", "
|
|
182
|
+
], Q0 = ["ghost", "outlined", "link", "ghost-with-icon-bg", "close"], ee = ["column", "row", "column-reverse", "row-reverse"], ae = ["wrap", "wrap-reverse", "nowrap"], se = ["start", "end", "center", "baseline", "stretch"], ce = [
|
|
183
183
|
"start",
|
|
184
184
|
"end",
|
|
185
185
|
"center",
|
|
@@ -556,6 +556,10 @@ const p = /* @__PURE__ */ y2(z2), J0 = ({
|
|
|
556
556
|
value: "svg/puzzle.svg",
|
|
557
557
|
key: "{asset.icon.puzzle}"
|
|
558
558
|
},
|
|
559
|
+
random: {
|
|
560
|
+
value: "svg/random.svg",
|
|
561
|
+
key: "{asset.icon.random}"
|
|
562
|
+
},
|
|
559
563
|
refresh: {
|
|
560
564
|
value: "svg/refresh.svg",
|
|
561
565
|
key: "{asset.icon.refresh}"
|
|
@@ -1674,14 +1678,14 @@ const Q1 = {
|
|
|
1674
1678
|
direction: ["direction"],
|
|
1675
1679
|
wrap: ["wrap"],
|
|
1676
1680
|
flexGrow: ["flex-grow"]
|
|
1677
|
-
},
|
|
1681
|
+
}, Z2 = {
|
|
1678
1682
|
align: ["align-self"],
|
|
1679
1683
|
basis: ["flex-basis"],
|
|
1680
1684
|
shrink: ["flex-shrink"],
|
|
1681
1685
|
grow: ["flex-grow"]
|
|
1682
1686
|
}, a2 = {
|
|
1683
1687
|
radius: ["border-radius"]
|
|
1684
|
-
},
|
|
1688
|
+
}, V2 = {
|
|
1685
1689
|
m: ["margin"],
|
|
1686
1690
|
mt: ["margin-top"],
|
|
1687
1691
|
mr: ["margin-right"],
|
|
@@ -1698,7 +1702,7 @@ const Q1 = {
|
|
|
1698
1702
|
px: ["padding-left", "padding-right"],
|
|
1699
1703
|
py: ["padding-top", "padding-bottom"]
|
|
1700
1704
|
}, c2 = {
|
|
1701
|
-
...
|
|
1705
|
+
...V2,
|
|
1702
1706
|
...s2
|
|
1703
1707
|
}, H2 = {
|
|
1704
1708
|
...c2,
|
|
@@ -1735,7 +1739,7 @@ const Q1 = {
|
|
|
1735
1739
|
function j(a) {
|
|
1736
1740
|
return Y.forwardRef(a);
|
|
1737
1741
|
}
|
|
1738
|
-
const
|
|
1742
|
+
const V = j(
|
|
1739
1743
|
({
|
|
1740
1744
|
as: a = "button",
|
|
1741
1745
|
variant: s,
|
|
@@ -1748,16 +1752,16 @@ const Z = j(
|
|
|
1748
1752
|
isFullWidth: d = !1,
|
|
1749
1753
|
isLoading: u = !1,
|
|
1750
1754
|
size: h,
|
|
1751
|
-
isCloseWithProgress:
|
|
1752
|
-
closeProgressColor:
|
|
1755
|
+
isCloseWithProgress: x,
|
|
1756
|
+
closeProgressColor: v,
|
|
1753
1757
|
hasNormalWeight: y = !1,
|
|
1754
1758
|
stayOnSingleLine: b = !1,
|
|
1755
1759
|
...f
|
|
1756
1760
|
}, N) => {
|
|
1757
1761
|
const M = {
|
|
1758
1762
|
...f?.style,
|
|
1759
|
-
...
|
|
1760
|
-
"--button-close-progress-color": `var(--color-theme-${
|
|
1763
|
+
...v && {
|
|
1764
|
+
"--button-close-progress-color": `var(--color-theme-${v})`
|
|
1761
1765
|
}
|
|
1762
1766
|
};
|
|
1763
1767
|
return /* @__PURE__ */ t(
|
|
@@ -1802,13 +1806,13 @@ const Z = j(
|
|
|
1802
1806
|
children: n
|
|
1803
1807
|
}
|
|
1804
1808
|
),
|
|
1805
|
-
|
|
1809
|
+
x && /* @__PURE__ */ e("div", { className: "c-btn__close-progress" })
|
|
1806
1810
|
]
|
|
1807
1811
|
}
|
|
1808
1812
|
);
|
|
1809
1813
|
}
|
|
1810
1814
|
);
|
|
1811
|
-
|
|
1815
|
+
V.displayName = "Button";
|
|
1812
1816
|
const Se = ({
|
|
1813
1817
|
id: a,
|
|
1814
1818
|
className: s,
|
|
@@ -1899,9 +1903,9 @@ const Se = ({
|
|
|
1899
1903
|
), A1 = ({
|
|
1900
1904
|
bg: a = "ultramarine",
|
|
1901
1905
|
...s
|
|
1902
|
-
}) => /* @__PURE__ */ e(
|
|
1906
|
+
}) => /* @__PURE__ */ e(w, { ...s, className: p("c-divider-section", s?.className), children: /* @__PURE__ */ e(w, { as: "hr", className: p("c-divider-section__line"), bg: a }) }), l2 = j(
|
|
1903
1907
|
({ color: a = "black", thickness: s = "thin", ...c }, l) => /* @__PURE__ */ e(
|
|
1904
|
-
|
|
1908
|
+
w,
|
|
1905
1909
|
{
|
|
1906
1910
|
...c,
|
|
1907
1911
|
ref: l,
|
|
@@ -1915,23 +1919,23 @@ const Se = ({
|
|
|
1915
1919
|
)
|
|
1916
1920
|
}
|
|
1917
1921
|
)
|
|
1918
|
-
), Be = ["quarter", "half", "three-quarter"],
|
|
1922
|
+
), Be = ["quarter", "half", "three-quarter"], Ze = ["small", "medium", "big"], L2 = (a) => typeof a == "string" && S2.includes(a), z = j(
|
|
1919
1923
|
({ name: a, size: s = 28, isRounded: c = !1, border: l, rotation: r, svgTitle: n, color: i, ...o }, d) => {
|
|
1920
|
-
const u = Array.isArray(s) ? s?.[0] : s, h = Array.isArray(s) ? s?.[1] : s,
|
|
1924
|
+
const u = Array.isArray(s) ? s?.[0] : s, h = Array.isArray(s) ? s?.[1] : s, x = !n, v = L2(i);
|
|
1921
1925
|
return /* @__PURE__ */ e(
|
|
1922
|
-
|
|
1926
|
+
w,
|
|
1923
1927
|
{
|
|
1924
1928
|
as: "span",
|
|
1925
1929
|
...o,
|
|
1926
1930
|
ref: d,
|
|
1927
|
-
color:
|
|
1931
|
+
color: v ? void 0 : i,
|
|
1928
1932
|
className: p(
|
|
1929
1933
|
"c-icon",
|
|
1930
1934
|
{
|
|
1931
1935
|
[`c-icon--has-border-${l}`]: l,
|
|
1932
1936
|
"c-icon--is-rounded": c,
|
|
1933
1937
|
[`c-icon--${r}`]: r,
|
|
1934
|
-
[`c-icon--${i}`]:
|
|
1938
|
+
[`c-icon--${i}`]: v
|
|
1935
1939
|
},
|
|
1936
1940
|
o?.className
|
|
1937
1941
|
),
|
|
@@ -1942,7 +1946,7 @@ const Se = ({
|
|
|
1942
1946
|
height: h,
|
|
1943
1947
|
role: "img",
|
|
1944
1948
|
"aria-label": n || void 0,
|
|
1945
|
-
"aria-hidden":
|
|
1949
|
+
"aria-hidden": x ? "true" : void 0,
|
|
1946
1950
|
children: [
|
|
1947
1951
|
n && /* @__PURE__ */ e("title", { children: n }),
|
|
1948
1952
|
a === "circle" ? /* @__PURE__ */ e("circle", {}) : /* @__PURE__ */ e("use", { xlinkHref: `#${a}` })
|
|
@@ -1952,7 +1956,7 @@ const Se = ({
|
|
|
1952
1956
|
}
|
|
1953
1957
|
);
|
|
1954
1958
|
}
|
|
1955
|
-
),
|
|
1959
|
+
), Ve = (a) => /* @__PURE__ */ t("svg", { xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", ...a, children: [
|
|
1956
1960
|
/* @__PURE__ */ e("symbol", { viewBox: "0 0 28 28", id: "apple", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ e(
|
|
1957
1961
|
"path",
|
|
1958
1962
|
{
|
|
@@ -2787,6 +2791,14 @@ const Se = ({
|
|
|
2787
2791
|
] })
|
|
2788
2792
|
] }),
|
|
2789
2793
|
/* @__PURE__ */ e("symbol", { viewBox: "0 0 21 21", id: "puzzle", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ e("path", { d: "M19.66 17.086h.02l.1-.03c-.26-.97-1.12-1.69-2.19-1.84-.25-.03-.41-.07-.5-.12-.05-.02-.07-.04-.09-.05 0 0 0-.03.01-.08.02-.06.05-.12.09-.2.08-.15.19-.3.27-.39.54-.55 1.08-1.09 1.62-1.63l.74-.74-.07-.07.08.07c.38-.39.59-.81.59-1.25 0-.44-.21-.86-.59-1.25-.46-.47-.98-.98-1.46-1.46l-1.08-1.08c-.32-.32-.67-.49-1.04-.49-.31 0-.61.13-.84.36-.28.29-.45.74-.44 1.16 0 .21-.12.48-.34.73-.22.24-.51.44-.82.49l.02.12v-.03l-.02-.1c-.59.11-1.12-.08-1.59-.57-.43-.46-.59-.96-.49-1.5l-.11-.02h-.01l.12.02c.11-.59.63-1.07 1.32-1.17l-.01-.08v-.04l.02.12c.43-.06.74-.2.95-.37.21-.17.32-.37.38-.54.11-.32.05-.63-.04-.87-.1-.24-.24-.43-.33-.52-.86-.87-1.73-1.73-2.59-2.6-.45-.45-.91-.55-1.21-.55-.44 0-.85.2-1.22.56l.09.09-.08-.09c-.5.5-1.16 1.14-1.73 1.68-.29.27-.55.52-.76.71-.21.2-.36.33-.43.37l-.06.04s-.03-.03-.05-.07c-.06-.1-.14-.28-.19-.59-.16-1.12-.92-1.98-1.95-2.19-.37-.07-.79-.07-1.17.02-.75.17-1.42.71-1.8 1.43-.35.68-.41 1.44-.15 2.09l.07-.03.05-.02-.12.05c.58 1.45 2.05 1.63 2.5 1.69h.05c.08.03.13.08.15.12.02.04.02.11-.03.2-.07.12-.17.25-.33.42l.07.07.02.02-.09-.09c-.67.68-1.41 1.42-2.24 2.25-.48.45-.73.91-.73 1.4-.01.72.47 1.2.62 1.35l.09-.09-.08.08 1.11 1.11c.45.45.91.91 1.38 1.37.38.36.75.55 1.12.55.24 0 .51-.07.74-.31.22-.23.39-.61.44-1.2.09-.69.56-1.21 1.17-1.31.6-.1 1.14.09 1.61.6.41.45.57.94.47 1.47l.1.02h.02l-.12-.02c-.11.59-.63 1.08-1.3 1.17-.42.03-.73.14-.94.29-.22.15-.34.34-.41.51-.12.31-.1.62 0 .88.09.26.23.47.36.61l.09-.08-.02.02-.07.07c.66.71 1.36 1.4 2.04 2.05.2.19.39.38.59.57l.02.02c.31.28.7.42 1.12.42h.07c.59-.03 1.11-.33 1.37-.63.67-.68 1.45-1.46 2.23-2.22l.03-.03c.06-.07.16-.15.25-.21.1-.06.19-.09.24-.09 0 0 .02 0 .03.02.02.02.06.06.09.12.07.11.13.29.18.51.27 1.14.96 1.92 1.93 2.12.37.07.79.07 1.17-.02.7-.16 1.32-.62 1.71-1.27.38-.63.5-1.37.32-2.03l-.12.03.01-.01Zm-13.28-6.13-.02-.12c-1.22.21-2.14 1.22-2.31 2.52l.12.02h-.12v.06l-1.32-1.32c-.37-.37-.74-.74-1.12-1.11 0 0-.09-.09-.14-.16-.05-.07-.08-.13-.07-.18 0-.04.02-.1.07-.17s.11-.14.18-.2c.85-.84 1.59-1.59 2.27-2.28.25-.25.42-.48.56-.72l-.11-.06.1.06c.24-.43.28-.94.11-1.38a1.66 1.66 0 0 0-1.03-.94l-.03.1v.02l.03-.12c-.09-.03-.18-.04-.28-.05-.59-.08-1.16-.24-1.39-.83-.11-.27-.08-.61.09-.94.19-.37.53-.64.88-.72.19-.04.4-.05.58-.01.43.08.77.48.85 1.04.14.84.45 1.31.78 1.56.33.26.66.29.81.29.3 0 .59-.1.85-.3l.07-.05c.35-.27 1.05-.93 1.7-1.55.69-.66 1.31-1.29 1.37-1.34.06-.06.11-.1.16-.12.05-.03.08-.03.09-.03.02 0 .06.01.11.05.05.03.09.07.12.1l.08-.08-.09.09c.85.84 1.69 1.69 2.53 2.53-.04 0-.07.02-.12.02-1.26.19-2.26 1.1-2.47 2.28-.18.99.11 1.93.85 2.71.78.82 1.78 1.17 2.84.98.63-.11 1.21-.47 1.62-.95.42-.47.68-1.06.67-1.65.3.3.66.66 1.05 1.04.48.48 1 .99 1.46 1.46l.06-.06h.01l-.07.06c.07.07.12.13.15.18.03.05.04.08.04.1 0 .05-.03.12-.18.27l-.74.74c-.55.55-1.09 1.09-1.63 1.64 0 0-.28.29-.49.67-.21.38-.38.9-.2 1.43.22.62.83.97 1.72 1.07.52.07.91.4 1.02.82l.08-.02h.04v-.01l-.12.03c.08.29.02.64-.17.96-.2.33-.5.56-.83.63-.19.04-.41.05-.59.01-.27-.05-.47-.24-.6-.46-.14-.22-.21-.47-.25-.62-.17-.72-.46-1.15-.77-1.4-.32-.25-.65-.31-.88-.31-.63 0-1.2.4-1.51.75-.79.77-1.57 1.56-2.25 2.24l-.04.04-.01.01s-.02.01-.03.02c-.03.02-.06.04-.1.05-.08.04-.17.06-.27.06-.08 0-.14-.02-.2-.07-.19-.19-.38-.37-.58-.56l-.06.06-.03.03.09-.09c-.65-.63-1.32-1.29-1.95-1.95h.1c1.27-.16 2.28-1.08 2.5-2.3.17-.97-.11-1.89-.82-2.65-.78-.84-1.78-1.21-2.86-1.02l.02.12.02-.02Z" }) }),
|
|
2794
|
+
/* @__PURE__ */ e("symbol", { viewBox: "0 0 35 27", id: "random", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ e(
|
|
2795
|
+
"path",
|
|
2796
|
+
{
|
|
2797
|
+
d: "M14.2 11.1c-.9-1.4-1.7-2.8-2.7-4C9.1 4 6 2 1.1 2.5.4 2.6 0 3.2 0 3.9S.7 5 1.4 5c3.9-.5 6.3 1.2 8.3 3.7 1.2 1.4 2.1 3.1 3.2 4.8-1 1.7-2 3.4-3.2 4.8-2 2.4-4.4 4.1-8.3 3.7-.7-.1-1.4.4-1.4 1.1 0 .7.4 1.3 1.1 1.4 4.9.6 8-1.5 10.5-4.6 1-1.2 1.8-2.6 2.7-4 1.9 3.1 4.1 5.8 7.3 7.2 2 .8 4.3 1.2 7.3.7l-1.4 1c-.5.4-.6 1.2-.2 1.7.4.5 1.2.6 1.7.2l4.9-3.7c.3-.2.5-.6.5-1s-.2-.7-.5-1L29 17.3c-.5-.4-1.3-.3-1.7.2-.4.5-.3 1.3.2 1.7l2.2 1.7c-3 .7-5.3.5-7.1-.3-3.1-1.3-5-4.3-6.8-7.3 1.8-3.1 3.7-6 6.8-7.3 1.9-.8 4.2-1 7.1-.3l-2.2 1.7c-.5.4-.6 1.2-.2 1.7.4.5 1.2.6 1.7.2l4.9-3.7c.3-.2.5-.6.5-1s-.2-.7-.5-1L28.8.2c-.5-.4-1.3-.3-1.7.2-.4.5-.3 1.3.2 1.7l1.4 1c-2.9-.5-5.3-.2-7.3.7-3.2 1.4-5.3 4.1-7.3 7.2Z",
|
|
2798
|
+
fill: "currentColor",
|
|
2799
|
+
fillRule: "evenodd"
|
|
2800
|
+
}
|
|
2801
|
+
) }),
|
|
2790
2802
|
/* @__PURE__ */ e("symbol", { viewBox: "0 0 16 22", id: "refresh", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ e(
|
|
2791
2803
|
"path",
|
|
2792
2804
|
{
|
|
@@ -2801,52 +2813,52 @@ const Se = ({
|
|
|
2801
2813
|
/* @__PURE__ */ e(
|
|
2802
2814
|
"path",
|
|
2803
2815
|
{
|
|
2804
|
-
className: "
|
|
2816
|
+
className: "ekst0",
|
|
2805
2817
|
d: "M13.976 14.353c-.675 0-1.238.56-1.238 1.232s.563 1.232 1.238 1.232 1.238-.56 1.238-1.232-.563-1.232-1.238-1.232z"
|
|
2806
2818
|
}
|
|
2807
2819
|
),
|
|
2808
2820
|
/* @__PURE__ */ e(
|
|
2809
2821
|
"path",
|
|
2810
2822
|
{
|
|
2811
|
-
className: "
|
|
2823
|
+
className: "ekst0",
|
|
2812
2824
|
d: "M5.167 22.092H2.919A2.918 2.918 0 0 1 0 19.18V2.912A2.918 2.918 0 0 1 2.918 0h22.163A2.918 2.918 0 0 1 28 2.912V19.18a2.918 2.918 0 0 1-2.918 2.912H12.745L7.157 27.66a1.168 1.168 0 0 1-1.99-.827v-4.741zM2.919 2.333a.582.582 0 0 0-.585.579V19.18c0 .319.262.579.585.579h3.415c.644 0 1.167.522 1.167 1.167v3.099L11.44 20.1c.219-.218.515-.34.823-.34h12.819a.582.582 0 0 0 .585-.578V2.912a.583.583 0 0 0-.585-.579H2.919z"
|
|
2813
2825
|
}
|
|
2814
2826
|
),
|
|
2815
2827
|
/* @__PURE__ */ e(
|
|
2816
2828
|
"path",
|
|
2817
2829
|
{
|
|
2818
|
-
className: "
|
|
2830
|
+
className: "ekst0",
|
|
2819
2831
|
d: "M14.024 5.452c-.675 0-1.238.56-1.238 1.232v.112l.506 5.769c.056.392.338.672.731.672s.675-.28.731-.672l.506-5.881v-.112c.001-.616-.561-1.12-1.236-1.12z"
|
|
2820
2832
|
}
|
|
2821
2833
|
)
|
|
2822
2834
|
] }),
|
|
2823
2835
|
/* @__PURE__ */ t("symbol", { viewBox: "0 0 28 29", id: "rewind", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2824
|
-
/* @__PURE__ */ t("g", { clipPath: "url(#
|
|
2836
|
+
/* @__PURE__ */ t("g", { clipPath: "url(#ela)", children: [
|
|
2825
2837
|
/* @__PURE__ */ e("path", { d: "m23.38 23.59-.04-.19c-.1-.51-.2-1.06-.31-1.64-.12-.65-.24-1.32-.35-1.99-.22-1.03-.5-1.86-.85-2.46-.33-.57-.79-1.02-1.38-1.34-.6-.32-1.4-.54-2.37-.65l-.79-.08.04-.72.24-.04q.525-.09.99-.21c1.14-.28 2.08-.72 2.78-1.3.69-.58 1.23-1.35 1.61-2.29.38-.96.61-2.12.69-3.46.08-1.28-.07-2.4-.42-3.31-.36-.91-.91-1.66-1.66-2.23C20.8 1.1 19.85.67 18.76.4c-.54-.13-1.14-.23-1.77-.29-.68-.07-1.43-.1-2.24-.09L1.48.14c-.08 1.74-.17 3.54-.27 5.41-.11 1.98-.24 4.3-.4 6.99C.7 14.35.6 15.98.5 17.43l-.27 4.06c-.08 1.14-.15 2.27-.22 3.4l7.75-.08c-.03-1.07-.03-2.37.02-3.85.04-1.22.08-2.52.13-3.89v-.29h1.67c.27-.02.51-.02.73 0 .21.01.42.01.64.01h.7c.29-.02.55 0 .79.02.11.01.23.03.33.04.38.07.7.23.94.49.23.24.42.57.56.98.14.38.27.86.41 1.49.13.6.25 1.31.33 2.11.12.9.24 1.57.37 1.99.13.45.29.62.39.68.12.07.29.12.49.14.09 0 .19.01.29.01l7.04-.07c-.07-.31-.14-.66-.22-1.05zM15.72 10.6c-.3.56-.73.99-1.26 1.27-.52.27-1.18.42-1.97.43-.52-.02-1-.02-1.45-.02H9.75c-.41 0-.77-.02-1.11-.04l-.53-.04.02-.3c.04-.76.08-1.53.13-2.32.08-1.36.17-2.73.26-4.11l.02-.27.4-.02q.45-.015.96-.09c.36-.05.7-.08 1.03-.08.31 0 .6-.01.88-.02q.42-.015.66-.03c.31 0 .6 0 .87.04.28.03.56.08.81.14q.72.195 1.2.57.51.39.75 1.14c.15.48.21 1.06.17 1.75-.04.78-.22 1.46-.52 2.01z" }),
|
|
2826
2838
|
/* @__PURE__ */ e("path", { d: "M12.76 16.84c-.11-.02-.22-.03-.33-.04.11.01.23.03.33.04m-5.01 7.97H0v.08zm3.2-8.04c-.21 0-.43 0-.64-.01.21.01.42.01.64.01" }),
|
|
2827
2839
|
/* @__PURE__ */ e("path", { d: "M14.07 19.93s-.01-.05-.02-.09h-.93c-.25.01-.51.02-.79 0h-.88l-.14 4.19c-.05 1.48-.06 2.77-.02 3.85l-7.94.08-2.34-2.48H.17l2.92 3.1 8.85-.09v-.32c-.06-1.12-.05-2.5 0-4.12l.12-3.6h.26c.3.01.58 0 .84 0 .25-.01.47-.01.67 0h.34c-.03-.18-.06-.37-.1-.53zm8.98-1.23s0 .02.01.04v-.03zm-1.77-5.67s.06-.04.08-.06c.03-.03.06-.06.09-.08-.03.03-.06.05-.09.08-.02.02-.05.04-.08.06m.61-.58-.12.12zm.29 5.61c.1.26.2.53.28.84.08.28.15.57.21.88.12.68.23 1.34.35 1.99.1.58.21 1.12.31 1.64-.1-.51-.2-1.06-.31-1.64-.12-.65-.24-1.32-.35-1.99-.14-.66-.31-1.23-.5-1.71zm-2.52-4.13c-.34.13-.7.25-1.08.35.39-.09.74-.21 1.08-.35m1.23-.62c-.07.05-.14.09-.21.13.07-.04.14-.09.21-.13" }),
|
|
2828
2840
|
/* @__PURE__ */ e("path", { d: "m23.76 3.56 1.69 1.47q.18.15.33.33c.11.12.21.24.3.37.1.14.2.28.29.43.11.18.2.36.29.55.04.09.08.19.12.28.07.17.13.35.18.53.23.8.31 1.74.25 2.78-.04.74-.14 1.44-.27 2.06-.09.43-.21.84-.35 1.23l-.07.18c-.07.17-.14.34-.22.5-.08.17-.17.33-.26.48-.08.14-.17.27-.26.39s-.18.23-.27.34c-.09.1-.18.2-.28.3s-.2.19-.29.27l-.06.05c-.1.08-.2.16-.31.23-.15.1-.3.2-.47.29-.23.13-.48.25-.74.36-.2.08-.42.16-.64.23l-.18.06h-.02c.11.21.21.44.3.68 0-.02-.01-.04-.02-.05l1.92 1.67c.08.07.15.14.22.22.08.08.14.17.21.25.07.1.14.2.24.36.08.14.16.29.23.44.15.34.29.72.41 1.14.08.28.15.57.21.88.12.68.23 1.34.35 1.99.12.66.23 1.26.35 1.83.08.39.15.74.22 1.05l-7.04.08c-.11 0-.2 0-.29-.01-.2-.02-.36-.06-.55-.18l-2.62-2.27h-.08c-.12 0-.25 0-.36-.01-.29-.03-.54-.1-.74-.22a.8.8 0 0 1-.15-.12l3.54 3.08c.05.05.11.09.16.11.2.12.45.19.74.22.1 0 .2.02.31.02h.05l7.81-.08-.09-.38q-.135-.57-.3-1.41c-.11-.56-.23-1.17-.34-1.82-.12-.65-.23-1.31-.35-2-.07-.33-.14-.64-.23-.93-.12-.44-.27-.86-.44-1.22a4.79 4.79 0 0 0-.54-.92c-.08-.1-.16-.21-.25-.3q-.12-.135-.27-.27l-1.71-1.49c.06-.02.12-.05.18-.07q.435-.18.81-.39c.18-.1.36-.21.52-.33q.195-.135.39-.3c.12-.1.24-.21.35-.32s.21-.22.32-.34c.1-.12.2-.24.3-.37.1-.14.2-.28.29-.43.1-.17.2-.35.29-.53s.17-.36.24-.55c.03-.06.05-.13.07-.2.15-.41.28-.85.38-1.3.14-.65.24-1.38.29-2.15.07-1.11-.03-2.12-.27-2.98-.06-.2-.12-.4-.2-.59a3 3 0 0 0-.13-.31 5.862 5.862 0 0 0-.64-1.09c-.1-.14-.22-.28-.34-.41s-.24-.25-.38-.37L22.35 1.5h-.01c.66.61 1.12 1.22 1.46 2.08m-1.74-1.47.05.05z" }),
|
|
2829
2841
|
/* @__PURE__ */ e("path", { d: "M22.69 11.27c-.03.07-.07.13-.11.2.04-.06.07-.13.11-.2m.28-.59s0 .02-.01.03c0 0 0-.02.01-.03m-.64 1.2s-.05.08-.08.11c.03-.04.05-.08.08-.11m1.33-4.66c-.02.36-.05.7-.1 1.04.04-.33.08-.68.1-1.04m-.41 2.58c-.02.09-.05.17-.07.25.03-.08.05-.17.07-.25m-10.47 1.85.16-2.49c.2-.02.4-.04.61-.07l.24-.03c.23-.03.46-.04.68-.04.32 0 .62-.01.91-.03h.18c.02-.14.05-.27.06-.42v-.2c-.09 0-.17 0-.27.01-.28.01-.58.02-.89.02-.23 0-.48.02-.74.05l-.25.03c-.29.04-.57.07-.84.08l-.27.02-.19 3.1h.33c.1 0 .19-.02.29-.03z" })
|
|
2830
2842
|
] }),
|
|
2831
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "
|
|
2843
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "ela", children: /* @__PURE__ */ e("path", { d: "M0 0h27.91v28.6H0z" }) }) })
|
|
2832
2844
|
] }),
|
|
2833
2845
|
/* @__PURE__ */ t("symbol", { fill: "none", viewBox: "0 0 78 70", id: "rubric-animaux", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2834
|
-
/* @__PURE__ */ t("g", { fill: "#3a840e", clipPath: "url(#
|
|
2846
|
+
/* @__PURE__ */ t("g", { fill: "#3a840e", clipPath: "url(#ema)", children: [
|
|
2835
2847
|
/* @__PURE__ */ e("path", { d: "M61.935 12.652c1.645-3.143 2.43-6.616.633-8.548-2.185-2.348-7.465-1.934-11.564-.238a35.1 35.1 0 0 1 10.931 8.785zm14.106 6.091c-2.022-2.174-6.217-1.25-9.762.542a34.84 34.84 0 0 1 3.71 16.459 9.8 9.8 0 0 0 2.788-1.81c3.59-3.354 6.254-11.978 3.264-15.191M74.45 43.636c-.66-1.685-2.648-2.478-4.954-2.697a34.8 34.8 0 0 1-6.012 14.397 8.45 8.45 0 0 0 3.492-.557l-.01.034c3.984-1.557 8.846-7.626 7.485-11.178z" }),
|
|
2836
2848
|
/* @__PURE__ */ e("path", { d: "M60.837 34.115c-2.98-3.248-2.518-8.56 1.106-11.903 1.09-1.012 2.639-2.069 4.335-2.927a35 35 0 0 0-4.344-6.634c-1.09 2.086-2.56 4.026-3.904 5.273-3.623 3.343-8.951 3.396-11.94.182-2.99-3.215-2.518-8.56 1.105-11.903l-.033-.011c.976-.901 2.33-1.7 3.842-2.327A34.9 34.9 0 0 0 35 0C15.67 0 0 15.67 0 35s15.67 34.999 35 34.999c11.745 0 22.136-5.787 28.483-14.663-2.75-.153-5.191-1.7-6.153-4.212-1.36-3.551.73-7.679 4.67-9.212 1.96-.748 4.925-1.218 7.495-.973.289-1.693.457-3.428.494-5.194-3.213 1.375-6.866.83-9.153-1.629zM25.922 10.403c1.847-3.832 8.254-8.222 11.703-6.57s2.468 8.953.739 12.527c-1.848 3.832-6.122 5.594-9.536 3.953-3.45-1.652-4.754-6.077-2.906-9.91M53.198 36.89l-.043.135c-.802 2.642-2.243 5.193-2.64 7.85-.379 2.591.271 4.989.554 7.492.292 2.47.142 5.282-1.528 7.5-1.845 2.42-5.12 3.498-7.825 3.011l-.056-.055c-2.671-.477-4.734-2.282-6.12-4.468s-2.183-4.704-3.014-7.233l.01-.033a11.14 11.14 0 0 0-6.252-6.74l-.034-.01c-2.421-1.03-4.897-2-6.958-3.583-2.07-1.549-3.703-3.775-3.965-6.458-.296-2.694 1.058-5.903 3.585-7.55 2.34-1.523 5.174-1.441 7.62-.96 2.448.48 4.821 1.307 7.404 1.125 2.661-.195 5.329-1.464 8.03-2.017.033.01.077-.012.123-.036 7.041-1.477 13.158 5.107 11.108 12.031z" })
|
|
2837
2849
|
] }),
|
|
2838
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "
|
|
2850
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "ema", children: /* @__PURE__ */ e("path", { fill: "#fff", d: "M0 0h77.334v70H0z" }) }) })
|
|
2839
2851
|
] }),
|
|
2840
2852
|
/* @__PURE__ */ t("symbol", { fill: "none", viewBox: "0 0 29 25", id: "rubric-c2c", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2841
|
-
/* @__PURE__ */ t("g", { clipPath: "url(#
|
|
2853
|
+
/* @__PURE__ */ t("g", { clipPath: "url(#ena)", fill: "#FD8000", children: [
|
|
2842
2854
|
/* @__PURE__ */ e("path", { d: "M11.985 9.063h8.751v3.041H11.3c-.004.113-.016.223-.016.336 0 .298.017.591.047.881h9.405v3.042h-8.5c1.341 2.573 3.955 4.324 6.955 4.324a7.615 7.615 0 0 0 3.364-.785 12.427 12.427 0 0 0 2.444-7.403 12.61 12.61 0 0 0-2.576-7.58 7.62 7.62 0 0 0-3.232-.726c-3.206 0-5.967 2.003-7.206 4.87Z" }),
|
|
2843
2855
|
/* @__PURE__ */ e("path", { d: "M8.938 16.363H4.263v-3.04h4.023a11.506 11.506 0 0 1-.044-.882c0-.113.013-.223.017-.336H4.263v-3.04h4.48c1.271-4.17 4.833-7.297 9.156-7.825A12.419 12.419 0 0 0 12.5 0C5.596 0 0 5.596 0 12.5S5.596 25 12.5 25c2.014 0 3.91-.488 5.596-1.334-4.216-.436-7.729-3.348-9.158-7.303Zm13.618 6.827c2.096-.692 3.955-2.032 5.34-3.9l.905-1.221-2.443-1.811-.906 1.221a7.967 7.967 0 0 1-2.896 2.424v3.288Zm-.133-18.27a7.948 7.948 0 0 1 3.03 2.482l.906 1.221 2.442-1.81-.905-1.222c-1.413-1.907-3.321-3.264-5.472-3.944V4.92h-.001Z" })
|
|
2844
2856
|
] }),
|
|
2845
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "
|
|
2857
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "ena", children: /* @__PURE__ */ e("path", { fill: "#fff", d: "M0 0h28.801v25H0z" }) }) })
|
|
2846
2858
|
] }),
|
|
2847
2859
|
/* @__PURE__ */ t("symbol", { fill: "none", viewBox: "0 0 28 25", id: "rubric-conso", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2848
|
-
/* @__PURE__ */ e("g", { clipPath: "url(#
|
|
2849
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "
|
|
2860
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#eoa)", fill: "#FF8689", children: /* @__PURE__ */ e("path", { d: "M19.315 4.7h2.948A12.472 12.472 0 0 0 12.5 0C5.596 0 0 5.596 0 12.5S5.596 25 12.5 25c3.624 0 6.886-1.544 9.169-4.007h-2.354V4.699Zm-7.28 16.293h-3.56V4.699h3.56v16.294Zm2.92 0H13.51V4.699h1.444v16.294Zm2.918 0H16.43V4.699h1.444v16.294ZM25.151 4.7h-2.854v16.293h2.854V4.699Zm2.855 0h-1.444v16.293h1.444V4.699Z" }) }),
|
|
2861
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "eoa", children: /* @__PURE__ */ e("path", { fill: "#fff", d: "M0 0h28.006v25H0z" }) }) })
|
|
2850
2862
|
] }),
|
|
2851
2863
|
/* @__PURE__ */ t(
|
|
2852
2864
|
"symbol",
|
|
@@ -2875,18 +2887,18 @@ const Se = ({
|
|
|
2875
2887
|
}
|
|
2876
2888
|
),
|
|
2877
2889
|
/* @__PURE__ */ t("symbol", { id: "rubric-gaming", viewBox: "0 0 98.13 70", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2878
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("style", { children: ".
|
|
2890
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("style", { children: ".eqcls-1{fill:#fa6ee5}" }) }),
|
|
2879
2891
|
/* @__PURE__ */ e(
|
|
2880
2892
|
"path",
|
|
2881
2893
|
{
|
|
2882
|
-
className: "
|
|
2894
|
+
className: "eqcls-1",
|
|
2883
2895
|
d: "M68.4 24.53h-4.84c-6.71 0-7.82 3.93-7.96 6.92v5.73c0 6.56 3.69 7.76 6.61 7.95h6.3c.97-3.2 1.5-6.6 1.5-10.12s-.56-7.17-1.6-10.47M69.74 24.53h7.79V3.93h-20.6v2.82c5.98 4.37 10.54 10.56 12.8 17.78"
|
|
2884
2896
|
}
|
|
2885
2897
|
),
|
|
2886
2898
|
/* @__PURE__ */ e(
|
|
2887
2899
|
"path",
|
|
2888
2900
|
{
|
|
2889
|
-
className: "
|
|
2901
|
+
className: "eqcls-1",
|
|
2890
2902
|
d: "M77.53 24.53v15.61c-.16 3.25-1.29 4.88-7.7 4.98-2.22 7.37-6.83 13.7-12.9 18.13v2.47h20.6V52.04c.15-2.98 1.25-6.92 7.96-6.92h12.64v-20.6h-20.6ZM47.31 24.53c6.95 0 8.12-1.63 8.29-4.99V6.75C49.82 2.52 42.71 0 35 0 15.67 0 0 15.67 0 35s15.67 35 35 35c7.71 0 14.82-2.52 20.6-6.75v-9.83c0-7.2-1.84-8.2-5.48-8.3h-2.08c-.43 0-.87.01-1.34.01h.01L35 45.12v-20.6h12.31ZM19.37 44.2c-5.16 0-9.34-4.18-9.34-9.34s4.18-9.34 9.34-9.34 9.34 4.18 9.34 9.34-4.18 9.34-9.34 9.34Z"
|
|
2891
2903
|
}
|
|
2892
2904
|
)
|
|
@@ -2899,11 +2911,11 @@ const Se = ({
|
|
|
2899
2911
|
id: "rubric-high-tech",
|
|
2900
2912
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2901
2913
|
children: [
|
|
2902
|
-
/* @__PURE__ */ t("g", { clipPath: "url(#
|
|
2914
|
+
/* @__PURE__ */ t("g", { clipPath: "url(#era)", fill: "#8F98A9", children: [
|
|
2903
2915
|
/* @__PURE__ */ e("path", { d: "M7.63 12.928c0-3.492 1.59-6.716 4.363-8.846a1.502 1.502 0 0 1 1.829 2.382 8.094 8.094 0 0 0-3.19 6.463c0 4.491 3.654 8.145 8.145 8.145a8.09 8.09 0 0 0 3.141-.632 12.29 12.29 0 0 0 2.77-7.785c0-3.795-1.716-7.186-4.41-9.45v5.88a1.502 1.502 0 1 1-3.003 0v-7.7c0-.014.003-.027.003-.04A12.296 12.296 0 0 0 12.342.31C5.526.311 0 5.838 0 12.656 0 19.473 5.526 25 12.345 25a12.3 12.3 0 0 0 4.94-1.035c-5.441-.734-9.655-5.397-9.655-11.036Z" }),
|
|
2904
2916
|
/* @__PURE__ */ e("path", { d: "M22.52 23.625c4.622-1.36 8.006-5.64 8.006-10.697 0-3.492-1.59-6.716-4.363-8.846a1.502 1.502 0 0 0-1.829 2.382 8.094 8.094 0 0 1 3.19 6.463c0 3.378-2.068 6.281-5.004 7.513v3.185ZM20.28 0v3.206a12.338 12.338 0 0 0-2.999-1.861V0h3Z" })
|
|
2905
2917
|
] }),
|
|
2906
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "
|
|
2918
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "era", children: /* @__PURE__ */ e("path", { fill: "#fff", d: "M0 0h30.526v25H0z" }) }) })
|
|
2907
2919
|
]
|
|
2908
2920
|
}
|
|
2909
2921
|
),
|
|
@@ -2924,40 +2936,40 @@ const Se = ({
|
|
|
2924
2936
|
)
|
|
2925
2937
|
] }),
|
|
2926
2938
|
/* @__PURE__ */ t("symbol", { fill: "none", viewBox: "0 0 33 25", id: "rubric-news", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2927
|
-
/* @__PURE__ */ t("g", { clipPath: "url(#
|
|
2939
|
+
/* @__PURE__ */ t("g", { clipPath: "url(#eta)", fill: "#4742FF", children: [
|
|
2928
2940
|
/* @__PURE__ */ e("path", { d: "M18.229 2.412a11.61 11.61 0 0 0-6.41-1.93C5.292.483 0 5.864 0 12.5c0 6.637 5.292 12.018 11.82 12.018 2.364 0 4.561-.714 6.41-1.93L8.308 12.502l9.92-10.089Z" }),
|
|
2929
2941
|
/* @__PURE__ */ e("path", { d: "m20.6 0-2.372 2.412a12.05 12.05 0 0 1 5.41 10.088 12.05 12.05 0 0 1-5.41 10.088L20.602 25l12.294-12.5L20.6 0Z" })
|
|
2930
2942
|
] }),
|
|
2931
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "
|
|
2943
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "eta", children: /* @__PURE__ */ e("path", { fill: "#fff", d: "M0 0h32.895v25H0z" }) }) })
|
|
2932
2944
|
] }),
|
|
2933
2945
|
/* @__PURE__ */ t("symbol", { fill: "none", viewBox: "0 0 30 25", id: "rubric-planet", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2934
|
-
/* @__PURE__ */ t("g", { clipPath: "url(#
|
|
2946
|
+
/* @__PURE__ */ t("g", { clipPath: "url(#eua)", fill: "#00B482", children: [
|
|
2935
2947
|
/* @__PURE__ */ e("path", { d: "M6.383 12.624c0-6.267 5.147-11.366 11.472-11.366.109 0 .211.011.314.017A12.688 12.688 0 0 0 12.617 0C5.648 0 0 5.596 0 12.5S5.648 25 12.617 25c1.777 0 3.473-.367 5.005-1.027-6.218-.124-11.24-5.161-11.24-11.354v.005Zm17.093 0c0 .61-.029 1.201-.069 1.782h1.686a12.38 12.38 0 0 0 .034-3.576h-1.714c.04.581.068 1.179.068 1.794h-.005Zm-.251-3.486h1.543a12.44 12.44 0 0 0-3.189-5.432c-.08-.034-.154-.073-.233-.102.882 1.377 1.543 3.283 1.879 5.54v-.006ZM21.51 21.367a12.528 12.528 0 0 0 3.195-5.268H23.23c-.313 2.115-.916 3.914-1.72 5.268Z" }),
|
|
2936
2948
|
/* @__PURE__ */ e("path", { d: "M12.236 12.624c0-.615.028-1.207.068-1.794H8.267a9.778 9.778 0 0 0-.176 1.794c0 .615.062 1.207.17 1.782h4.043a25.966 25.966 0 0 1-.068-1.782Zm-3.485 3.475a9.755 9.755 0 0 0 5.608 5.544c-.882-1.376-1.548-3.288-1.879-5.544H8.751Zm5.472 0c.62 3.773 2.192 6.199 3.632 6.199s3.012-2.426 3.633-6.2h-7.265Zm.142-12.5a9.762 9.762 0 0 0-5.608 5.539h3.73c.335-2.256.996-4.163 1.878-5.54Zm7.123 5.539c-.62-3.768-2.192-6.188-3.633-6.188-1.44 0-3.012 2.42-3.632 6.188h7.265Zm-7.544 3.486c0 .615.029 1.207.074 1.782h7.675c.046-.575.074-1.167.074-1.782s-.028-1.219-.074-1.794h-7.675a22.655 22.655 0 0 0-.074 1.794Zm8.313-8.918c2.454 1.01 4.407 2.973 5.369 5.432h-2.18c.153.547.273 1.117.352 1.693h2.323c.109.58.177 1.178.177 1.793s-.063 1.207-.17 1.783H25.77a12.623 12.623 0 0 1-.387 1.692h2.254a9.755 9.755 0 0 1-5.608 5.545c-.057.09.057-.09 0 0v1.805c4.623-1.467 7.983-5.765 7.983-10.825s-3.246-9.205-7.744-10.74v1.822h-.011Z" })
|
|
2937
2949
|
] }),
|
|
2938
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "
|
|
2950
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "eua", children: /* @__PURE__ */ e("path", { fill: "#fff", d: "M0 0h30v25H0z" }) }) })
|
|
2939
2951
|
] }),
|
|
2940
2952
|
/* @__PURE__ */ t("symbol", { fill: "none", viewBox: "0 0 34 25", id: "rubric-sport", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2941
|
-
/* @__PURE__ */ t("g", { clipPath: "url(#
|
|
2953
|
+
/* @__PURE__ */ t("g", { clipPath: "url(#eva)", fill: "#6398AB", children: [
|
|
2942
2954
|
/* @__PURE__ */ e("path", { d: "M17.875 23.77c-.28-.088-.553-.19-.823-.298-3.75-1.648-8.256-7.565 6.89-16.015 0 0-.604-1.48-1.776-2.844a3.302 3.302 0 0 0-.2-.254c-.005-.006-.01-.008-.015-.013a4.782 4.782 0 0 0-.521-.592C20.853 3.2 18.803 1.416 17.064.87A12.475 12.475 0 0 0 12.5 0C5.596 0 0 5.596 0 12.5 0 19.405 5.596 25 12.5 25a12.41 12.41 0 0 0 5.377-1.23h-.002Zm-2.81-21.865c2.1.43 4.517 1.375 5.504 2.202 2.79 2.103-6.078.464-9.115 1.315a12.241 12.241 0 0 1 3.61-3.517ZM9.886 8.787c1.047-2.851 8.258-2.086 11.178-2.764.54-.048.687.42.064 1.136-2.823 2.785-9.966 5.993-10.605 10.106A12.105 12.105 0 0 1 9.4 12.174c0-1.176.174-2.311.486-3.387Zm14.454 7.729c-1.366 4.11-4.187 6.028-6.462 7.256 3.829 1.62 8.366-.099 9.766-1.042.464-4.79-.348-10.44-1.306-12.348-2.072 1.355-.632 2.023-1.997 6.133Zm3.129-6.356c-.32.207 1.931 5.417 1.581 10.54a.446.446 0 0 0 .75.354c2.451-2.333 3.832-5.39 3.737-6.627-1.356-2.702-3.907-5.666-6.068-4.267ZM24.663.4c-1.573-.4-4.387-.667-6.705.033.508.165 3.371 1.276 4.89 2.87C24.582 2.708 24.663.4 24.663.4Zm-1.051 3.584s.817.676 1.612 1.915c.335-1.099 3.281-1.524 5.208-1.354.198.017.307-.216.174-.362C29.209 2.655 26.729.992 25.529.658c.388.761-.212 2.146-1.917 3.326Z" }),
|
|
2943
2955
|
/* @__PURE__ */ e("path", { d: "M32.034 5.927c-1.501-.333-5.36-.989-6.24.714l1.185 2.28c2.546-.536 4.268.249 6.768 3.252.16-3.571-1.713-6.246-1.713-6.246Z" })
|
|
2944
2956
|
] }),
|
|
2945
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "
|
|
2957
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "eva", children: /* @__PURE__ */ e("path", { fill: "#fff", d: "M0 0h33.756v25H0z" }) }) })
|
|
2946
2958
|
] }),
|
|
2947
2959
|
/* @__PURE__ */ t("symbol", { fill: "none", viewBox: "0 0 37 28", id: "rubric-tempo", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2948
|
-
/* @__PURE__ */ t("g", { clipPath: "url(#
|
|
2960
|
+
/* @__PURE__ */ t("g", { clipPath: "url(#ewa)", fill: "#ECB200", children: [
|
|
2949
2961
|
/* @__PURE__ */ e("path", { d: "M18.877 18.876 6.012 24.924a13.555 13.555 0 0 0 7.864 2.499c7.521 0 13.618-6.097 13.618-13.618 0-2.944-.933-5.67-2.521-7.896l-6.096 12.967ZM21.856 2.77A13.554 13.554 0 0 0 13.874.187C6.353.187.256 6.284.256 13.805c0 2.968.95 5.713 2.562 7.951l6.055-12.88L21.856 2.77Zm3.116 3.139L27.75 0l-5.893 2.77c1.2.87 2.254 1.93 3.115 3.139Z" }),
|
|
2950
2962
|
/* @__PURE__ */ e("path", { d: "M2.819 21.755 0 27.75l6.01-2.826a13.707 13.707 0 0 1-3.192-3.168v-.001Zm14.815-7.299a3.804 3.804 0 1 0-7.517-1.162 3.804 3.804 0 0 0 7.517 1.162Z" })
|
|
2951
2963
|
] }),
|
|
2952
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "
|
|
2964
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "ewa", children: /* @__PURE__ */ e("path", { fill: "#fff", d: "M0 0h37v27.75H0z" }) }) })
|
|
2953
2965
|
] }),
|
|
2954
2966
|
/* @__PURE__ */ t("symbol", { fill: "none", viewBox: "0 0 30 25", id: "rubric-vie-pro", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2955
|
-
/* @__PURE__ */ t("g", { clipPath: "url(#
|
|
2967
|
+
/* @__PURE__ */ t("g", { clipPath: "url(#exa)", fill: "#B49B56", children: [
|
|
2956
2968
|
/* @__PURE__ */ e("path", { d: "M9.922 3.312h11.032A12.438 12.438 0 0 0 12.5 0C5.596 0 0 5.596 0 12.5S5.596 25 12.5 25c2.77 0 5.32-.912 7.392-2.436h-9.97V3.312Z" }),
|
|
2957
2969
|
/* @__PURE__ */ e("path", { d: "M29.173 3.312h-8.219a12.496 12.496 0 0 1 3.337 5.07l1.954-2.08 2.216 2.085-3.483 3.701c.004.139.02.273.02.412 0 4.134-2.015 7.788-5.107 10.064h9.281V3.312h.001Z" }),
|
|
2958
2970
|
/* @__PURE__ */ e("path", { d: "m14.128 9.55-2.25 2.046 6.686 7.31 6.414-6.818a12.447 12.447 0 0 0-.688-3.707l-5.688 6.046-4.475-4.876Z" })
|
|
2959
2971
|
] }),
|
|
2960
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "
|
|
2972
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "exa", children: /* @__PURE__ */ e("path", { fill: "#fff", d: "M0 0h29.174v25H0z" }) }) })
|
|
2961
2973
|
] }),
|
|
2962
2974
|
/* @__PURE__ */ e("symbol", { viewBox: "0 0 28 28", id: "search", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ e(
|
|
2963
2975
|
"path",
|
|
@@ -3207,7 +3219,7 @@ const Se = ({
|
|
|
3207
3219
|
}
|
|
3208
3220
|
) }),
|
|
3209
3221
|
/* @__PURE__ */ t("symbol", { fill: "none", viewBox: "0 0 75 79", id: "world-foot-2026", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3210
|
-
/* @__PURE__ */ t("g", { clipPath: "url(#
|
|
3222
|
+
/* @__PURE__ */ t("g", { clipPath: "url(#fxa)", children: [
|
|
3211
3223
|
/* @__PURE__ */ e(
|
|
3212
3224
|
"path",
|
|
3213
3225
|
{
|
|
@@ -3241,7 +3253,7 @@ const Se = ({
|
|
|
3241
3253
|
d: "m56.886 12.737-.908-2.919-.034.146-.939 2.773-2.831.828 2.831.745.939 3.002.034.142.908-3.144 2.896-.745-2.896-.828Zm-38.87 22.079-.908-2.919-.034.146-.94 2.773-2.83.828 2.83.742.94 3.005.034.143.908-3.148 2.896-.742-2.896-.828Zm10.843 22.083c-.736.452-1.356 1.218-2.146 1.62-.486-2.103-3.383-5.464-.343-6.77.227-.148.443-.302.613-.476.003.31.019.622.042.935.135 1.551.597 3.171 1.595 4.366l.239.321v.004ZM10.322 27.87c-.35.533-.135 1.425-.727 1.568-1.613.328-2.714-1.257-3.285-2.723-.327-.707.071-1.526.623-2.1.602 1.332 1.662 2.487 3.055 3.113.206.09.332.138.332.138l.002.003Zm5.571-6.681c-.806.557-1.769.654-2.536 1.23 0-2.607-1.54-6.663 2.212-7.146 0 1.837 0 3.67.223 5.475l.1.441Zm31.933 30.255c.736.453 1.356 1.218 2.146 1.62.486-2.103 3.383-5.463.343-6.77a3.534 3.534 0 0 1-.612-.476c-.004.31-.02.623-.043.936-.135 1.55-.597 3.17-1.595 4.366l-.239.32v.004ZM45.652 8.927c.578.266.867 1.136 1.445.943 1.541-.58 1.638-2.51 1.349-4.056-.097-.774-.867-1.257-1.638-1.45.193 1.45-.096 2.993-.948 4.265-.127.185-.208.294-.208.294v.004ZM59.7 38.477c.729-.05 1.595-.147 2.355-.259.254-.03.512-.058.778-.081a8.338 8.338 0 0 1-.713-.445c-1.791-.908-2.654-3.128-1.888-4.965-1.06.097-2.5-.193-2.597 1.354-.192 1.643.675 2.993 1.723 4.025.208.232.339.371.339.371h.003Zm-1.219-15.776c.17.966.779 1.723.909 2.675 1.848-1.83 5.807-3.58 3.514-6.6-1.303 1.29-2.602 2.578-4.04 3.687l-.383.238Z"
|
|
3242
3254
|
}
|
|
3243
3255
|
),
|
|
3244
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "
|
|
3256
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "fxa", children: /* @__PURE__ */ e("path", { fill: "#fff", d: "M22 5h32v74H22z" }) }) })
|
|
3245
3257
|
] }),
|
|
3246
3258
|
/* @__PURE__ */ e("symbol", { viewBox: "0 0 20 15", id: "youtube", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ e("path", { d: "M19.5 2.8c-.1-.6-.4-1.1-.8-1.5-.4-.4-.9-.7-1.4-.9C15.7.1 10.6 0 10 0c-.6 0-5.7 0-7.2.4-.5.2-1 .4-1.4.9-.5.4-.7 1-.9 1.5C.1 4.4.1 7.4.1 7.5s0 3.1.4 4.7c.1.6.4 1.1.8 1.5.4.4.9.7 1.4.9 1.5.4 6.6.4 7.2.4.6 0 5.7 0 7.2-.4.5-.2 1-.4 1.4-.9.4-.4.7-.9.8-1.5.4-1.5.4-4.6.4-4.7s.2-3.1-.2-4.7zm-6.3 5c0 .1-.1.1-.2.2l-4.3 2.6c-.1 0-.2.1-.2.1-.1 0-.3-.1-.4-.2s-.1-.3-.1-.4V4.7c0-.1.1-.1.2-.2.1 0 .2-.1.2-.1.1 0 .2 0 .2.1L13 7.1c.1 0 .1.1.2.2s.1.2.1.3c-.1 0-.1.1-.1.2z" }) })
|
|
3247
3259
|
] }), He = [...k2, "blue-dark", "sport"], T = j(
|
|
@@ -3291,7 +3303,7 @@ const t1 = ({ text: a, ...s }) => /* @__PURE__ */ e(
|
|
|
3291
3303
|
);
|
|
3292
3304
|
function $e({ title: a, ratio: s = "auto", htmlIframeProps: c, ...l }) {
|
|
3293
3305
|
return /* @__PURE__ */ e(
|
|
3294
|
-
|
|
3306
|
+
w,
|
|
3295
3307
|
{
|
|
3296
3308
|
...l,
|
|
3297
3309
|
className: p(l.className, "u-relative", {
|
|
@@ -3317,25 +3329,25 @@ const j2 = ({ src: a, formats: s }) => {
|
|
|
3317
3329
|
enableHD: u = !1,
|
|
3318
3330
|
...h
|
|
3319
3331
|
}) => {
|
|
3320
|
-
const
|
|
3332
|
+
const x = i ? "lazy" : "eager", v = {
|
|
3321
3333
|
...h,
|
|
3322
3334
|
id: a || void 0,
|
|
3323
3335
|
alt: r,
|
|
3324
3336
|
className: p("c-img", h?.className, {
|
|
3325
3337
|
"c-img--is-portrait": d
|
|
3326
3338
|
}),
|
|
3327
|
-
loading:
|
|
3339
|
+
loading: x,
|
|
3328
3340
|
fetchpriority: o
|
|
3329
3341
|
};
|
|
3330
3342
|
if (!c)
|
|
3331
|
-
return /* @__PURE__ */ e(
|
|
3343
|
+
return /* @__PURE__ */ e(w, { as: "img", src: s, ...v });
|
|
3332
3344
|
const y = c.split("x"), b = y[0], f = y[1];
|
|
3333
3345
|
let N, M = `data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='${b}'%20height='${f}'%3E%3C/svg%3E`;
|
|
3334
3346
|
if (s && (M = I1({ src: s, format: c }), N = j2({ formats: l, src: s }) ?? ""), u) {
|
|
3335
3347
|
const B = Number(b) * 2, H = Number(f) * 2, P = `${B}x${H}`, k = I1({ src: s, format: P });
|
|
3336
3348
|
N = N ? `${N}, ${k} 2x` : `${k} 2x`;
|
|
3337
3349
|
}
|
|
3338
|
-
return
|
|
3350
|
+
return v.width = b || void 0, v.height = f !== "0" ? f : void 0, v.sizes = n || void 0, /* @__PURE__ */ e(w, { ...v, as: "img", src: M, ...N ? { srcSet: N } : {} });
|
|
3339
3351
|
}, r1 = ({ size: a, ...s }) => /* @__PURE__ */ e(g, { as: "span", size: a || "s", ...s, children: "•" }), T1 = j(
|
|
3340
3352
|
({
|
|
3341
3353
|
id: a,
|
|
@@ -3349,8 +3361,8 @@ const j2 = ({ src: a, formats: s }) => {
|
|
|
3349
3361
|
iconButtonProps: d,
|
|
3350
3362
|
variant: u,
|
|
3351
3363
|
msg: h,
|
|
3352
|
-
containerProps:
|
|
3353
|
-
isRounded:
|
|
3364
|
+
containerProps: x,
|
|
3365
|
+
isRounded: v,
|
|
3354
3366
|
isTransparent: y,
|
|
3355
3367
|
isLarge: b,
|
|
3356
3368
|
children: f,
|
|
@@ -3359,7 +3371,7 @@ const j2 = ({ src: a, formats: s }) => {
|
|
|
3359
3371
|
...B
|
|
3360
3372
|
}, H) => {
|
|
3361
3373
|
const P = n && /* @__PURE__ */ e(
|
|
3362
|
-
|
|
3374
|
+
V,
|
|
3363
3375
|
{
|
|
3364
3376
|
className: p("c-input-container__icon", `color-${c || "black"}`),
|
|
3365
3377
|
iconProps: {
|
|
@@ -3374,8 +3386,8 @@ const j2 = ({ src: a, formats: s }) => {
|
|
|
3374
3386
|
m,
|
|
3375
3387
|
{
|
|
3376
3388
|
direction: "column",
|
|
3377
|
-
...
|
|
3378
|
-
className: p("c-input",
|
|
3389
|
+
...x,
|
|
3390
|
+
className: p("c-input", x?.className, {
|
|
3379
3391
|
[`c-input--${u}`]: u
|
|
3380
3392
|
}),
|
|
3381
3393
|
children: [
|
|
@@ -3392,7 +3404,7 @@ const j2 = ({ src: a, formats: s }) => {
|
|
|
3392
3404
|
{
|
|
3393
3405
|
gap: n && f ? "xs" : void 0,
|
|
3394
3406
|
className: p("c-input-container", {
|
|
3395
|
-
"c-input-container--rounded":
|
|
3407
|
+
"c-input-container--rounded": v,
|
|
3396
3408
|
"c-input-container--transparent": y,
|
|
3397
3409
|
"c-input-container--large": b,
|
|
3398
3410
|
[`c-input-container--${i}`]: n || f
|
|
@@ -3478,7 +3490,7 @@ const j2 = ({ src: a, formats: s }) => {
|
|
|
3478
3490
|
]
|
|
3479
3491
|
}
|
|
3480
3492
|
);
|
|
3481
|
-
}, Le = ({ children: a }) => /* @__PURE__ */ e(
|
|
3493
|
+
}, Le = ({ children: a }) => /* @__PURE__ */ e(Z, { as: "h4", size: "xxs", weight: "bold", color: "ultramarine", children: a }), $ = (a) => {
|
|
3482
3494
|
if (a.propValue && ["boolean", "string", "number"].includes(typeof a.propValue) || !a.propValue) {
|
|
3483
3495
|
const s = q1({
|
|
3484
3496
|
className: a.className,
|
|
@@ -3626,7 +3638,7 @@ const j2 = ({ src: a, formats: s }) => {
|
|
|
3626
3638
|
"text-italic": !!r,
|
|
3627
3639
|
[`font-${n}`]: !!n
|
|
3628
3640
|
}
|
|
3629
|
-
),
|
|
3641
|
+
), w = j(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
3630
3642
|
a,
|
|
3631
3643
|
{
|
|
3632
3644
|
...o1({
|
|
@@ -3638,9 +3650,9 @@ const j2 = ({ src: a, formats: s }) => {
|
|
|
3638
3650
|
children: s
|
|
3639
3651
|
}
|
|
3640
3652
|
));
|
|
3641
|
-
|
|
3653
|
+
w.displayName = "Box";
|
|
3642
3654
|
const m = j(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
3643
|
-
|
|
3655
|
+
w,
|
|
3644
3656
|
{
|
|
3645
3657
|
...o1({
|
|
3646
3658
|
props: c,
|
|
@@ -3653,11 +3665,11 @@ const m = j(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
|
3653
3665
|
}
|
|
3654
3666
|
)), I = j(
|
|
3655
3667
|
({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
3656
|
-
|
|
3668
|
+
w,
|
|
3657
3669
|
{
|
|
3658
3670
|
...o1({
|
|
3659
3671
|
props: c,
|
|
3660
|
-
systemPropNames: Object.keys(
|
|
3672
|
+
systemPropNames: Object.keys(Z2)
|
|
3661
3673
|
}),
|
|
3662
3674
|
as: a,
|
|
3663
3675
|
ref: l,
|
|
@@ -3665,7 +3677,7 @@ const m = j(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
|
3665
3677
|
children: s
|
|
3666
3678
|
}
|
|
3667
3679
|
)
|
|
3668
|
-
), je = [1, 2, 3, 4, 5, 6, 12, "2-of-3"], s1 = ({ colsNumber: a, gap: s, gapX: c, gapY: l, children: r, ...n }) => Y.createElement(
|
|
3680
|
+
), je = [1, 2, 3, 4, 5, 6, 7, 12, "2-of-3"], s1 = ({ colsNumber: a, gap: s, gapX: c, gapY: l, children: r, ...n }) => Y.createElement(w, {
|
|
3669
3681
|
...o1({
|
|
3670
3682
|
props: n,
|
|
3671
3683
|
systemPropNames: Object.keys(e2)
|
|
@@ -3704,8 +3716,8 @@ const m = j(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
|
3704
3716
|
tabIsSelected: d,
|
|
3705
3717
|
tabVariant: u,
|
|
3706
3718
|
tabColor: h,
|
|
3707
|
-
defaultColor:
|
|
3708
|
-
isUnderlined:
|
|
3719
|
+
defaultColor: x = "ultramarine",
|
|
3720
|
+
isUnderlined: v,
|
|
3709
3721
|
...y
|
|
3710
3722
|
}, b) => {
|
|
3711
3723
|
if ((n || l) && c)
|
|
@@ -3732,10 +3744,10 @@ const m = j(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
|
3732
3744
|
className: "text",
|
|
3733
3745
|
propValue: r
|
|
3734
3746
|
}),
|
|
3735
|
-
{ "c-link--is-underlined":
|
|
3747
|
+
{ "c-link--is-underlined": v },
|
|
3736
3748
|
y?.className
|
|
3737
3749
|
);
|
|
3738
|
-
return /* @__PURE__ */ e(
|
|
3750
|
+
return /* @__PURE__ */ e(w, { ...y, as: a, ref: b, color: !u && !h && !f ? c || (x === "inherit" ? void 0 : x) : void 0, className: N, children: s });
|
|
3739
3751
|
}
|
|
3740
3752
|
), D1 = ({
|
|
3741
3753
|
dialogId: a,
|
|
@@ -3752,7 +3764,7 @@ const m = j(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
|
3752
3764
|
"data-a11y-dialog-hide": a
|
|
3753
3765
|
};
|
|
3754
3766
|
return /* @__PURE__ */ t(
|
|
3755
|
-
|
|
3767
|
+
w,
|
|
3756
3768
|
{
|
|
3757
3769
|
...n,
|
|
3758
3770
|
className: p("c-modal", { "js-modal": r }, n.className),
|
|
@@ -3769,7 +3781,7 @@ const m = j(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
|
3769
3781
|
]
|
|
3770
3782
|
}
|
|
3771
3783
|
);
|
|
3772
|
-
}, O2 = (a) => /* @__PURE__ */ e(
|
|
3784
|
+
}, O2 = (a) => /* @__PURE__ */ e(w, { ...a, className: p("c-overlay c-overlay--with-bg", a?.className) }), R1 = ({ isWhite: a }) => /* @__PURE__ */ e("div", { className: p("c-pipe", { "c-pipe--is-white": a }) }), Ie = ({
|
|
3773
3785
|
id: a,
|
|
3774
3786
|
required: s,
|
|
3775
3787
|
label: c,
|
|
@@ -3801,7 +3813,7 @@ const m = j(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
|
3801
3813
|
const u = d < a, h = d + 0.5 === a;
|
|
3802
3814
|
u && !h ? o.push(r(d)) : h ? o.push(i(d)) : o.push(n(d));
|
|
3803
3815
|
}
|
|
3804
|
-
return /* @__PURE__ */ e(
|
|
3816
|
+
return /* @__PURE__ */ e(w, { ...l, children: o });
|
|
3805
3817
|
}, Fe = ({
|
|
3806
3818
|
title: a,
|
|
3807
3819
|
link: s,
|
|
@@ -3812,7 +3824,7 @@ const m = j(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
|
3812
3824
|
isInArticle: i,
|
|
3813
3825
|
...o
|
|
3814
3826
|
}) => /* @__PURE__ */ t(
|
|
3815
|
-
|
|
3827
|
+
w,
|
|
3816
3828
|
{
|
|
3817
3829
|
...o,
|
|
3818
3830
|
className: p(
|
|
@@ -3862,12 +3874,12 @@ const m = j(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
|
3862
3874
|
}
|
|
3863
3875
|
), Ae = j(
|
|
3864
3876
|
({ variant: a, progressColor: s = "ultramarine" }, c) => /* @__PURE__ */ e(
|
|
3865
|
-
|
|
3877
|
+
w,
|
|
3866
3878
|
{
|
|
3867
3879
|
ref: c,
|
|
3868
3880
|
bg: "grey-100",
|
|
3869
3881
|
className: p("c-progress", { [`c-progress--${a}`]: a }),
|
|
3870
|
-
children: /* @__PURE__ */ e(
|
|
3882
|
+
children: /* @__PURE__ */ e(w, { className: "c-progress__bar", bg: s, style: { width: "0%" } })
|
|
3871
3883
|
}
|
|
3872
3884
|
)
|
|
3873
3885
|
), E2 = ({
|
|
@@ -3894,7 +3906,7 @@ const m = j(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
|
3894
3906
|
);
|
|
3895
3907
|
E2.displayName = "ScrollToTopButton";
|
|
3896
3908
|
const Te = ({ inner: a, children: s, ...c }) => /* @__PURE__ */ e(
|
|
3897
|
-
|
|
3909
|
+
w,
|
|
3898
3910
|
{
|
|
3899
3911
|
...c,
|
|
3900
3912
|
className: p("c-section", { "c-section--inner": a }, c?.className),
|
|
@@ -3913,8 +3925,8 @@ const Te = ({ inner: a, children: s, ...c }) => /* @__PURE__ */ e(
|
|
|
3913
3925
|
variant: d = "default",
|
|
3914
3926
|
icon: u,
|
|
3915
3927
|
isLarge: h,
|
|
3916
|
-
hint:
|
|
3917
|
-
error:
|
|
3928
|
+
hint: x,
|
|
3929
|
+
error: v,
|
|
3918
3930
|
...y
|
|
3919
3931
|
}, b) => /* @__PURE__ */ t(
|
|
3920
3932
|
m,
|
|
@@ -3931,7 +3943,7 @@ const Te = ({ inner: a, children: s, ...c }) => /* @__PURE__ */ e(
|
|
|
3931
3943
|
"(obligatoire)"
|
|
3932
3944
|
] })
|
|
3933
3945
|
] }),
|
|
3934
|
-
|
|
3946
|
+
x && /* @__PURE__ */ e(g, { as: "span", id: `${a}-hint`, mt: "xxs-2", ml: "xxs-2", className: "u-mask", children: x }),
|
|
3935
3947
|
/* @__PURE__ */ t("div", { className: "c-select__container", children: [
|
|
3936
3948
|
u && /* @__PURE__ */ e(z, { className: "c-select__icon", name: u, size: 18 }),
|
|
3937
3949
|
/* @__PURE__ */ e(z, { className: `c-select__caret c-select__caret--${d}`, name: "arrow", size: 12 }),
|
|
@@ -3949,7 +3961,7 @@ const Te = ({ inner: a, children: s, ...c }) => /* @__PURE__ */ e(
|
|
|
3949
3961
|
),
|
|
3950
3962
|
required: c,
|
|
3951
3963
|
defaultValue: r || n.filter((f) => f.isSelected)?.pop()?.value || "",
|
|
3952
|
-
"aria-describedby": [
|
|
3964
|
+
"aria-describedby": [x ? `${a}-hint` : null, v ? `${a}-error` : null].filter(Boolean).join(" ") || void 0,
|
|
3953
3965
|
...o1({
|
|
3954
3966
|
props: y,
|
|
3955
3967
|
systemPropNames: Object.keys(s2)
|
|
@@ -3961,7 +3973,7 @@ const Te = ({ inner: a, children: s, ...c }) => /* @__PURE__ */ e(
|
|
|
3961
3973
|
}
|
|
3962
3974
|
)
|
|
3963
3975
|
] }),
|
|
3964
|
-
|
|
3976
|
+
v && /* @__PURE__ */ e(
|
|
3965
3977
|
g,
|
|
3966
3978
|
{
|
|
3967
3979
|
as: "span",
|
|
@@ -3972,7 +3984,7 @@ const Te = ({ inner: a, children: s, ...c }) => /* @__PURE__ */ e(
|
|
|
3972
3984
|
mt: "xxs-2",
|
|
3973
3985
|
ml: "xxs-2",
|
|
3974
3986
|
role: "alert",
|
|
3975
|
-
children:
|
|
3987
|
+
children: v
|
|
3976
3988
|
}
|
|
3977
3989
|
)
|
|
3978
3990
|
]
|
|
@@ -4004,24 +4016,24 @@ const d1 = j(
|
|
|
4004
4016
|
auto: d = !1,
|
|
4005
4017
|
delay: u = 3e3,
|
|
4006
4018
|
...h
|
|
4007
|
-
},
|
|
4008
|
-
|
|
4019
|
+
}, x) => /* @__PURE__ */ t(
|
|
4020
|
+
w,
|
|
4009
4021
|
{
|
|
4010
4022
|
...h,
|
|
4011
|
-
ref:
|
|
4023
|
+
ref: x,
|
|
4012
4024
|
className: p("c-slider js-navigation-container", h?.className),
|
|
4013
4025
|
"data-slider-variant": o,
|
|
4014
4026
|
"data-slider-auto": d,
|
|
4015
4027
|
"data-slider-delay": u,
|
|
4016
4028
|
children: [
|
|
4017
|
-
/* @__PURE__ */ e(
|
|
4018
|
-
a === _.DESKTOP && /* @__PURE__ */ e(
|
|
4019
|
-
|
|
4029
|
+
/* @__PURE__ */ e(w, { className: "c-slider__viewport js-navigation-container__list", children: /* @__PURE__ */ e(m, { className: "c-slider__list", alignItems: "center", gap: c, children: s }) }),
|
|
4030
|
+
a === _.DESKTOP && /* @__PURE__ */ e(w, { className: "c-slider__buttons-container", children: Array.from(["previous", "next"], (v) => /* @__PURE__ */ e(
|
|
4031
|
+
w,
|
|
4020
4032
|
{
|
|
4021
|
-
pr: l &&
|
|
4022
|
-
pl: l &&
|
|
4033
|
+
pr: l && v === "previous" && (r === "translucent" && n === "small" ? "m" : "l") || void 0,
|
|
4034
|
+
pl: l && v === "next" && (r === "translucent" && n === "small" ? "m" : "l") || void 0,
|
|
4023
4035
|
className: p(
|
|
4024
|
-
`c-slider__button-container c-slider__button-container--${
|
|
4036
|
+
`c-slider__button-container c-slider__button-container--${v} o-nav-button o-nav-button--${v}-button`,
|
|
4025
4037
|
{ "c-slider__button-container--has-space-around": l },
|
|
4026
4038
|
{ [`c-slider__button-container--${o}`]: o }
|
|
4027
4039
|
),
|
|
@@ -4034,13 +4046,13 @@ const d1 = j(
|
|
|
4034
4046
|
iconProps: {
|
|
4035
4047
|
name: "chevron",
|
|
4036
4048
|
size: o === "videos" ? 14 : 12,
|
|
4037
|
-
rotation:
|
|
4038
|
-
svgTitle:
|
|
4049
|
+
rotation: v === "previous" ? "half" : void 0,
|
|
4050
|
+
svgTitle: v === "previous" ? "Précédent" : "Suivant"
|
|
4039
4051
|
}
|
|
4040
4052
|
}
|
|
4041
4053
|
)
|
|
4042
4054
|
},
|
|
4043
|
-
|
|
4055
|
+
v
|
|
4044
4056
|
)) })
|
|
4045
4057
|
]
|
|
4046
4058
|
}
|
|
@@ -4057,7 +4069,7 @@ const d1 = j(
|
|
|
4057
4069
|
"c-stepper__item--loaded": l.loaded
|
|
4058
4070
|
}),
|
|
4059
4071
|
grow: 1,
|
|
4060
|
-
children: /* @__PURE__ */ e(
|
|
4072
|
+
children: /* @__PURE__ */ e(w, { className: "c-stepper__loader", bg: s })
|
|
4061
4073
|
},
|
|
4062
4074
|
r
|
|
4063
4075
|
)) }), U2 = ({
|
|
@@ -4133,7 +4145,7 @@ const d1 = j(
|
|
|
4133
4145
|
}
|
|
4134
4146
|
), W = j(
|
|
4135
4147
|
({ as: a = "a", id: s, variant: c = "primary", size: l, children: r, ...n }, i) => /* @__PURE__ */ e(
|
|
4136
|
-
|
|
4148
|
+
w,
|
|
4137
4149
|
{
|
|
4138
4150
|
...n,
|
|
4139
4151
|
as: c === "span" ? "span" : a,
|
|
@@ -4164,12 +4176,12 @@ const d1 = j(
|
|
|
4164
4176
|
iconButtonProps: d,
|
|
4165
4177
|
hint: u,
|
|
4166
4178
|
error: h,
|
|
4167
|
-
...
|
|
4168
|
-
},
|
|
4179
|
+
...x
|
|
4180
|
+
}, v) => /* @__PURE__ */ t(
|
|
4169
4181
|
m,
|
|
4170
4182
|
{
|
|
4171
4183
|
direction: "column",
|
|
4172
|
-
ref:
|
|
4184
|
+
ref: v,
|
|
4173
4185
|
...i,
|
|
4174
4186
|
className: p("c-textarea", i?.className, {
|
|
4175
4187
|
[`c-textarea--${l}`]: l
|
|
@@ -4195,10 +4207,10 @@ const d1 = j(
|
|
|
4195
4207
|
rows: n,
|
|
4196
4208
|
placeholder: "Votre message...",
|
|
4197
4209
|
required: s,
|
|
4198
|
-
...
|
|
4210
|
+
...x,
|
|
4199
4211
|
id: a,
|
|
4200
4212
|
name: a,
|
|
4201
|
-
className: p("c-textarea-container__textarea",
|
|
4213
|
+
className: p("c-textarea-container__textarea", x?.className),
|
|
4202
4214
|
"aria-describedby": [u ? `${a}-hint` : null, h ? `${a}-error` : null].filter(Boolean).join(" ") || void 0
|
|
4203
4215
|
}
|
|
4204
4216
|
),
|
|
@@ -4233,7 +4245,7 @@ const d1 = j(
|
|
|
4233
4245
|
]
|
|
4234
4246
|
}
|
|
4235
4247
|
)
|
|
4236
|
-
),
|
|
4248
|
+
), Z = j(
|
|
4237
4249
|
({ as: a = "h1", size: s, children: c, ...l }, r) => /* @__PURE__ */ e(
|
|
4238
4250
|
i2,
|
|
4239
4251
|
{
|
|
@@ -4273,7 +4285,7 @@ const d1 = j(
|
|
|
4273
4285
|
)
|
|
4274
4286
|
), i2 = j(
|
|
4275
4287
|
({ as: a = "p", children: s, ...c }, l) => s && s.toString().length || c?.dangerouslySetInnerHTML ? /* @__PURE__ */ e(
|
|
4276
|
-
|
|
4288
|
+
w,
|
|
4277
4289
|
{
|
|
4278
4290
|
...o1({
|
|
4279
4291
|
props: c,
|
|
@@ -4339,7 +4351,7 @@ const d1 = j(
|
|
|
4339
4351
|
}
|
|
4340
4352
|
),
|
|
4341
4353
|
/* @__PURE__ */ e(g, { as: l ? "a" : void 0, size: "s", color: "white", ...l || {}, children: s }),
|
|
4342
|
-
r && /* @__PURE__ */ e(
|
|
4354
|
+
r && /* @__PURE__ */ e(V, { ...r, variant: "ghost", className: "c-info-banner__close", children: /* @__PURE__ */ e(z, { name: "close", size: 12, color: "white" }) })
|
|
4343
4355
|
]
|
|
4344
4356
|
}
|
|
4345
4357
|
)
|
|
@@ -4348,7 +4360,7 @@ const d1 = j(
|
|
|
4348
4360
|
), Pe = ({
|
|
4349
4361
|
children: a,
|
|
4350
4362
|
...s
|
|
4351
|
-
}) => /* @__PURE__ */ e(
|
|
4363
|
+
}) => /* @__PURE__ */ e(w, { ...s, px: "s", py: "xxs-2", bg: "sponsoring", children: /* @__PURE__ */ e(g, { size: "xs", fontFamily: "source-serif-pro", children: a }) }), Ee = ({
|
|
4352
4364
|
title: a,
|
|
4353
4365
|
label: s,
|
|
4354
4366
|
layout: c,
|
|
@@ -4359,7 +4371,7 @@ const d1 = j(
|
|
|
4359
4371
|
...o
|
|
4360
4372
|
}) => {
|
|
4361
4373
|
const d = /* @__PURE__ */ e(
|
|
4362
|
-
|
|
4374
|
+
Z,
|
|
4363
4375
|
{
|
|
4364
4376
|
fontFamily: "source-serif-pro",
|
|
4365
4377
|
weight: "bold",
|
|
@@ -4384,7 +4396,7 @@ const d1 = j(
|
|
|
4384
4396
|
),
|
|
4385
4397
|
n && /* @__PURE__ */ e(X, { sponsor: n, size: "l", mt: "l" })
|
|
4386
4398
|
] });
|
|
4387
|
-
let u = /* @__PURE__ */ t(
|
|
4399
|
+
let u = /* @__PURE__ */ t(w, { ...o, as: "header", children: [
|
|
4388
4400
|
s.length > 0 && /* @__PURE__ */ e(A, { color: r, size: "xs", children: s }),
|
|
4389
4401
|
d
|
|
4390
4402
|
] });
|
|
@@ -4470,24 +4482,24 @@ const d1 = j(
|
|
|
4470
4482
|
isGallery: u = !1,
|
|
4471
4483
|
...h
|
|
4472
4484
|
}) => {
|
|
4473
|
-
let
|
|
4474
|
-
return n === _.DESKTOP && (
|
|
4485
|
+
let x = J2;
|
|
4486
|
+
return n === _.DESKTOP && (x = Y2), /* @__PURE__ */ t(w, { ...h, as: "figure", className: "c-media", children: [
|
|
4475
4487
|
a === G.photo && /* @__PURE__ */ t("div", { className: "c-media__content", children: [
|
|
4476
4488
|
/* @__PURE__ */ e(
|
|
4477
4489
|
i1,
|
|
4478
4490
|
{
|
|
4479
4491
|
...i,
|
|
4480
4492
|
src: s,
|
|
4481
|
-
defaultFormat: i?.defaultFormat ||
|
|
4482
|
-
formats: i?.formats ||
|
|
4483
|
-
sizes: i?.sizes ||
|
|
4493
|
+
defaultFormat: i?.defaultFormat || x.defaultFormat,
|
|
4494
|
+
formats: i?.formats || x.formats,
|
|
4495
|
+
sizes: i?.sizes || x.sizes,
|
|
4484
4496
|
alt: c,
|
|
4485
4497
|
fetchPriority: i?.fetchPriority || "auto",
|
|
4486
4498
|
lazyLoad: i?.lazyLoad !== !1
|
|
4487
4499
|
}
|
|
4488
4500
|
),
|
|
4489
4501
|
u && o && o >= 2 && /* @__PURE__ */ e(
|
|
4490
|
-
|
|
4502
|
+
V,
|
|
4491
4503
|
{
|
|
4492
4504
|
color: "tertiary",
|
|
4493
4505
|
size: "large",
|
|
@@ -4542,13 +4554,13 @@ const d1 = j(
|
|
|
4542
4554
|
topics: a,
|
|
4543
4555
|
infoBannerProps: s,
|
|
4544
4556
|
...c
|
|
4545
|
-
}) => /* @__PURE__ */ t(
|
|
4546
|
-
/* @__PURE__ */ e(
|
|
4557
|
+
}) => /* @__PURE__ */ t(w, { ...c, children: [
|
|
4558
|
+
/* @__PURE__ */ e(w, { as: "ul", mb: "xl", children: a.map((l, r) => /* @__PURE__ */ t("li", { children: [
|
|
4547
4559
|
/* @__PURE__ */ e(X2, { icon: l.icon, title: l.title, content: l.content }),
|
|
4548
4560
|
r !== a.length - 1 && /* @__PURE__ */ e(E, { color: "grey-200", my: "l" })
|
|
4549
4561
|
] }, l.title)) }),
|
|
4550
4562
|
/* @__PURE__ */ e(w0, { heading: s.heading, description: s.description })
|
|
4551
|
-
] }), We = ({ astroSignsList: a }) => /* @__PURE__ */ e(
|
|
4563
|
+
] }), We = ({ astroSignsList: a }) => /* @__PURE__ */ e(w, { as: "ul", className: "o-inline", mx: { xs: "m", md: "0" }, children: a.map((s) => /* @__PURE__ */ e("li", { className: "o-inline__by-4", children: /* @__PURE__ */ t(
|
|
4552
4564
|
m,
|
|
4553
4565
|
{
|
|
4554
4566
|
as: "a",
|
|
@@ -4575,10 +4587,10 @@ const d1 = j(
|
|
|
4575
4587
|
]
|
|
4576
4588
|
}
|
|
4577
4589
|
) }, s.slug)) }), X2 = j(
|
|
4578
|
-
({ icon: a, title: s, content: c, ...l }, r) => /* @__PURE__ */ t(
|
|
4590
|
+
({ icon: a, title: s, content: c, ...l }, r) => /* @__PURE__ */ t(w, { ...l, ref: r, className: p("c-astro-topic-card", l?.className), children: [
|
|
4579
4591
|
/* @__PURE__ */ t(m, { alignItems: "center", mb: "s", children: [
|
|
4580
4592
|
/* @__PURE__ */ e(z, { mr: "xs", name: a, size: 21 }),
|
|
4581
|
-
/* @__PURE__ */ e(
|
|
4593
|
+
/* @__PURE__ */ e(Z, { as: "h3", size: "xs", children: s })
|
|
4582
4594
|
] }),
|
|
4583
4595
|
/* @__PURE__ */ e(g, { size: "m", children: c })
|
|
4584
4596
|
] })
|
|
@@ -4757,14 +4769,14 @@ const d1 = j(
|
|
|
4757
4769
|
return { year: k.getFullYear(), month: k.getMonth() };
|
|
4758
4770
|
}
|
|
4759
4771
|
return { year: i.getFullYear(), month: i.getMonth() };
|
|
4760
|
-
}), u = U(() => new Date(o.year, o.month, 1), [o]), h = U(() => new Date(o.year, o.month + 1, 0), [o]),
|
|
4772
|
+
}), u = U(() => new Date(o.year, o.month, 1), [o]), h = U(() => new Date(o.year, o.month + 1, 0), [o]), x = U(() => {
|
|
4761
4773
|
const k = new Date(u), L = (k.getDay() + 6) % 7;
|
|
4762
4774
|
return k.setDate(k.getDate() - L), k;
|
|
4763
|
-
}, [u]),
|
|
4775
|
+
}, [u]), v = U(() => {
|
|
4764
4776
|
const k = new Date(h), L = (k.getDay() + 6) % 7;
|
|
4765
4777
|
return k.setDate(k.getDate() + (6 - L)), k;
|
|
4766
4778
|
}, [h]), y = [];
|
|
4767
|
-
for (let k = new Date(
|
|
4779
|
+
for (let k = new Date(x); k <= v; k.setDate(k.getDate() + 1))
|
|
4768
4780
|
y.push(new Date(k));
|
|
4769
4781
|
const b = U(() => new Set(a), [a]), f = U(() => new Set(s), [s]), N = U(
|
|
4770
4782
|
() => s0([...a, ...s]),
|
|
@@ -4774,10 +4786,10 @@ const d1 = j(
|
|
|
4774
4786
|
}, P = () => {
|
|
4775
4787
|
B && d((k) => k.month === 11 ? { year: k.year + 1, month: 0 } : { year: k.year, month: k.month + 1 });
|
|
4776
4788
|
};
|
|
4777
|
-
return /* @__PURE__ */ t(
|
|
4789
|
+
return /* @__PURE__ */ t(w, { ...n, className: p("c-calendar", r), px: "s", py: "xl", bg: "grey-100", children: [
|
|
4778
4790
|
/* @__PURE__ */ t(m, { justifyContent: "center", alignItems: "center", mb: "l", gap: "l", children: [
|
|
4779
4791
|
/* @__PURE__ */ e(
|
|
4780
|
-
|
|
4792
|
+
V,
|
|
4781
4793
|
{
|
|
4782
4794
|
variant: "ghost",
|
|
4783
4795
|
"aria-label": "Mois précédent",
|
|
@@ -4786,7 +4798,7 @@ const d1 = j(
|
|
|
4786
4798
|
}
|
|
4787
4799
|
),
|
|
4788
4800
|
/* @__PURE__ */ t(
|
|
4789
|
-
|
|
4801
|
+
Z,
|
|
4790
4802
|
{
|
|
4791
4803
|
as: "h2",
|
|
4792
4804
|
size: "xxs",
|
|
@@ -4801,7 +4813,7 @@ const d1 = j(
|
|
|
4801
4813
|
}
|
|
4802
4814
|
),
|
|
4803
4815
|
/* @__PURE__ */ e(
|
|
4804
|
-
|
|
4816
|
+
V,
|
|
4805
4817
|
{
|
|
4806
4818
|
variant: "ghost",
|
|
4807
4819
|
"aria-label": "Mois suivant",
|
|
@@ -4812,9 +4824,9 @@ const d1 = j(
|
|
|
4812
4824
|
}
|
|
4813
4825
|
)
|
|
4814
4826
|
] }),
|
|
4815
|
-
/* @__PURE__ */ e(
|
|
4827
|
+
/* @__PURE__ */ e(w, { className: "c-calendar__grid", pb: "xs", children: e0.map((k) => /* @__PURE__ */ e(m, { alignItems: "center", justifyContent: "center", className: "c-calendar__cell", children: /* @__PURE__ */ e(g, { as: "span", size: "xs", children: k.charAt(0) }) }, k)) }),
|
|
4816
4828
|
/* @__PURE__ */ e("div", { className: "c-calendar__grid", children: y.map((k) => {
|
|
4817
|
-
const L = N1(k), q = k.getMonth() === o.month, J = L === M, K = N.has(L), l1 = (b.has(L) || f.has(L)) && !K,
|
|
4829
|
+
const L = N1(k), q = k.getMonth() === o.month, J = L === M, K = N.has(L), l1 = (b.has(L) || f.has(L)) && !K, V1 = b.has(L), H1 = f.has(L), h1 = new Date(k);
|
|
4818
4830
|
h1.setDate(h1.getDate() - 1);
|
|
4819
4831
|
const _1 = K && !N.has(N1(h1)), m1 = new Date(k);
|
|
4820
4832
|
m1.setDate(m1.getDate() + 1);
|
|
@@ -4827,7 +4839,7 @@ const d1 = j(
|
|
|
4827
4839
|
className: p("c-calendar__cell", {
|
|
4828
4840
|
"c-calendar__cell--other-month": !q,
|
|
4829
4841
|
"c-calendar__cell--today": J,
|
|
4830
|
-
"c-calendar__cell--heat":
|
|
4842
|
+
"c-calendar__cell--heat": V1,
|
|
4831
4843
|
"c-calendar__cell--max-heat": H1,
|
|
4832
4844
|
"c-calendar__cell--grouped": K,
|
|
4833
4845
|
"c-calendar__cell--first-of-group": _1,
|
|
@@ -4938,8 +4950,8 @@ const d1 = j(
|
|
|
4938
4950
|
countStyle: d = "rounded",
|
|
4939
4951
|
label: u,
|
|
4940
4952
|
ariaLabel: h,
|
|
4941
|
-
anchor:
|
|
4942
|
-
link:
|
|
4953
|
+
anchor: x,
|
|
4954
|
+
link: v,
|
|
4943
4955
|
isClickable: y = !0,
|
|
4944
4956
|
isHighlighted: b = !1,
|
|
4945
4957
|
isInToolbar: f = !1,
|
|
@@ -5020,7 +5032,7 @@ const d1 = j(
|
|
|
5020
5032
|
),
|
|
5021
5033
|
"aria-label": h,
|
|
5022
5034
|
children: [
|
|
5023
|
-
|
|
5035
|
+
x || v ? /* @__PURE__ */ e("a", { href: x ? `#${x}` : v, children: K() }) : K(),
|
|
5024
5036
|
/* @__PURE__ */ e(g, { size: "xxs-2", children: u }),
|
|
5025
5037
|
N
|
|
5026
5038
|
]
|
|
@@ -5047,8 +5059,8 @@ const d1 = j(
|
|
|
5047
5059
|
fetchPriority: d = "auto",
|
|
5048
5060
|
withShadow: u = !1,
|
|
5049
5061
|
isFavorite: h,
|
|
5050
|
-
enableHD:
|
|
5051
|
-
dataId:
|
|
5062
|
+
enableHD: x = !1,
|
|
5063
|
+
dataId: v = "",
|
|
5052
5064
|
hasFlag: y = !1,
|
|
5053
5065
|
title: b,
|
|
5054
5066
|
className: f,
|
|
@@ -5067,10 +5079,10 @@ const d1 = j(
|
|
|
5067
5079
|
lazyLoad: o,
|
|
5068
5080
|
fetchPriority: d,
|
|
5069
5081
|
radius: N,
|
|
5070
|
-
enableHD:
|
|
5082
|
+
enableHD: x
|
|
5071
5083
|
}
|
|
5072
5084
|
);
|
|
5073
|
-
return /* @__PURE__ */ e(
|
|
5085
|
+
return /* @__PURE__ */ e(w, { ...M, className: p("c-card-img", f), children: /* @__PURE__ */ t(
|
|
5074
5086
|
"div",
|
|
5075
5087
|
{
|
|
5076
5088
|
className: p("c-card-img__inner", {
|
|
@@ -5102,7 +5114,7 @@ const d1 = j(
|
|
|
5102
5114
|
iconProps: { size: 20, name: h ? "star" : "star-outlined" },
|
|
5103
5115
|
color: "grey-500",
|
|
5104
5116
|
"data-event-name": "mbrs-game-save-favorite",
|
|
5105
|
-
...
|
|
5117
|
+
...v ? { "data-id": v } : {}
|
|
5106
5118
|
}
|
|
5107
5119
|
),
|
|
5108
5120
|
B,
|
|
@@ -5145,7 +5157,7 @@ const d1 = j(
|
|
|
5145
5157
|
children: u,
|
|
5146
5158
|
...h
|
|
5147
5159
|
}) => /* @__PURE__ */ e(
|
|
5148
|
-
|
|
5160
|
+
w,
|
|
5149
5161
|
{
|
|
5150
5162
|
pb: "xxs-3",
|
|
5151
5163
|
...h,
|
|
@@ -5158,7 +5170,7 @@ const d1 = j(
|
|
|
5158
5170
|
h?.className
|
|
5159
5171
|
),
|
|
5160
5172
|
children: /* @__PURE__ */ t(
|
|
5161
|
-
|
|
5173
|
+
Z,
|
|
5162
5174
|
{
|
|
5163
5175
|
as: l || "h1",
|
|
5164
5176
|
...r && { as: "a", href: r },
|
|
@@ -5198,10 +5210,10 @@ const d1 = j(
|
|
|
5198
5210
|
socialBarProps: d,
|
|
5199
5211
|
follows3ColumnsGrid: u = !1,
|
|
5200
5212
|
mediaSrc: h,
|
|
5201
|
-
linkProps:
|
|
5202
|
-
...
|
|
5213
|
+
linkProps: x,
|
|
5214
|
+
...v
|
|
5203
5215
|
}) => {
|
|
5204
|
-
const { cardFooterProps: y, ...b } =
|
|
5216
|
+
const { cardFooterProps: y, ...b } = v, f = ["722x460", "640x408", "320x204"];
|
|
5205
5217
|
return /* @__PURE__ */ e(
|
|
5206
5218
|
R,
|
|
5207
5219
|
{
|
|
@@ -5219,7 +5231,7 @@ const d1 = j(
|
|
|
5219
5231
|
}),
|
|
5220
5232
|
children: [
|
|
5221
5233
|
n || h ? /* @__PURE__ */ e(
|
|
5222
|
-
|
|
5234
|
+
w,
|
|
5223
5235
|
{
|
|
5224
5236
|
className: p({
|
|
5225
5237
|
"o-lt-show__main": !u,
|
|
@@ -5303,7 +5315,7 @@ const d1 = j(
|
|
|
5303
5315
|
}
|
|
5304
5316
|
),
|
|
5305
5317
|
c && /* @__PURE__ */ e(
|
|
5306
|
-
|
|
5318
|
+
w,
|
|
5307
5319
|
{
|
|
5308
5320
|
as: "p",
|
|
5309
5321
|
color: c.color || "grey-600",
|
|
@@ -5326,7 +5338,7 @@ const d1 = j(
|
|
|
5326
5338
|
}
|
|
5327
5339
|
),
|
|
5328
5340
|
y && /* @__PURE__ */ e(v1, { ...y, mt: "s", mx: "m" }),
|
|
5329
|
-
|
|
5341
|
+
x && !d && /* @__PURE__ */ e(m, { mt: "s", justifyContent: "center", children: /* @__PURE__ */ e(C, { buttonColor: "primary", ...x }) })
|
|
5330
5342
|
] })
|
|
5331
5343
|
}
|
|
5332
5344
|
);
|
|
@@ -5342,11 +5354,11 @@ const d1 = j(
|
|
|
5342
5354
|
reverseCard: d,
|
|
5343
5355
|
...u
|
|
5344
5356
|
}) => {
|
|
5345
|
-
const { summaryProps: h, signatureProps:
|
|
5357
|
+
const { summaryProps: h, signatureProps: x, ...v } = u;
|
|
5346
5358
|
return /* @__PURE__ */ t(
|
|
5347
5359
|
R,
|
|
5348
5360
|
{
|
|
5349
|
-
...
|
|
5361
|
+
...v,
|
|
5350
5362
|
p: u?.bg ? "s" : void 0,
|
|
5351
5363
|
direction: "column",
|
|
5352
5364
|
className: p("c-card-extra-small", u?.className),
|
|
@@ -5418,9 +5430,9 @@ const d1 = j(
|
|
|
5418
5430
|
className: u,
|
|
5419
5431
|
...h
|
|
5420
5432
|
}) => {
|
|
5421
|
-
const { cardFooterProps:
|
|
5433
|
+
const { cardFooterProps: x, signatureProps: v, ...y } = h;
|
|
5422
5434
|
return /* @__PURE__ */ e(
|
|
5423
|
-
|
|
5435
|
+
w,
|
|
5424
5436
|
{
|
|
5425
5437
|
as: "article",
|
|
5426
5438
|
...y,
|
|
@@ -5440,8 +5452,8 @@ const d1 = j(
|
|
|
5440
5452
|
alt: s
|
|
5441
5453
|
}
|
|
5442
5454
|
),
|
|
5443
|
-
r && l && /* @__PURE__ */ e(
|
|
5444
|
-
|
|
5455
|
+
r && l && /* @__PURE__ */ e(w, { className: "c-card-frame__summary", px: { xs: "m", md: "xl" }, children: /* @__PURE__ */ t(
|
|
5456
|
+
w,
|
|
5445
5457
|
{
|
|
5446
5458
|
className: "c-card-frame__summary-inner",
|
|
5447
5459
|
bg: "grey-50",
|
|
@@ -5479,8 +5491,8 @@ const d1 = j(
|
|
|
5479
5491
|
mediaSrc: d,
|
|
5480
5492
|
...u
|
|
5481
5493
|
}) => {
|
|
5482
|
-
const { cardFooterProps: h, signatureProps:
|
|
5483
|
-
return /* @__PURE__ */ e(R, { ...
|
|
5494
|
+
const { cardFooterProps: h, signatureProps: x, ...v } = u;
|
|
5495
|
+
return /* @__PURE__ */ e(R, { ...v, className: "c-card-large", direction: "column", children: c === _.DESKTOP ? /* @__PURE__ */ t("a", { href: a, children: [
|
|
5484
5496
|
i && /* @__PURE__ */ e(
|
|
5485
5497
|
F,
|
|
5486
5498
|
{
|
|
@@ -5491,7 +5503,7 @@ const d1 = j(
|
|
|
5491
5503
|
}
|
|
5492
5504
|
),
|
|
5493
5505
|
/* @__PURE__ */ t(
|
|
5494
|
-
|
|
5506
|
+
w,
|
|
5495
5507
|
{
|
|
5496
5508
|
className: p("c-card-large__summary", {
|
|
5497
5509
|
"c-card-large__summary--has-flag": i?.hasFlag
|
|
@@ -5555,11 +5567,11 @@ const d1 = j(
|
|
|
5555
5567
|
radius: d,
|
|
5556
5568
|
...u
|
|
5557
5569
|
}) => {
|
|
5558
|
-
const { summaryProps: h, signatureProps:
|
|
5570
|
+
const { summaryProps: h, signatureProps: x, ...v } = u;
|
|
5559
5571
|
return /* @__PURE__ */ t(
|
|
5560
5572
|
R,
|
|
5561
5573
|
{
|
|
5562
|
-
...
|
|
5574
|
+
...v,
|
|
5563
5575
|
direction: "column",
|
|
5564
5576
|
bg: o,
|
|
5565
5577
|
radius: o ? d || "xxs" : void 0,
|
|
@@ -5625,10 +5637,10 @@ const d1 = j(
|
|
|
5625
5637
|
commentCount: d,
|
|
5626
5638
|
variant: u,
|
|
5627
5639
|
shareCount: h,
|
|
5628
|
-
viewCount:
|
|
5629
|
-
...
|
|
5640
|
+
viewCount: x,
|
|
5641
|
+
...v
|
|
5630
5642
|
}) => {
|
|
5631
|
-
const { cardFooterProps: y, signatureProps: b, socialBarProps: f, ...N } =
|
|
5643
|
+
const { cardFooterProps: y, signatureProps: b, socialBarProps: f, ...N } = v;
|
|
5632
5644
|
return /* @__PURE__ */ t(
|
|
5633
5645
|
R,
|
|
5634
5646
|
{
|
|
@@ -5650,7 +5662,7 @@ const d1 = j(
|
|
|
5650
5662
|
children: n.value
|
|
5651
5663
|
}
|
|
5652
5664
|
),
|
|
5653
|
-
/* @__PURE__ */ t(
|
|
5665
|
+
/* @__PURE__ */ t(w, { className: "c-card-most__content", children: [
|
|
5654
5666
|
c && /* @__PURE__ */ e(Q, { mb: "xxs-2", ...c }),
|
|
5655
5667
|
/* @__PURE__ */ e(
|
|
5656
5668
|
D,
|
|
@@ -5687,9 +5699,9 @@ const d1 = j(
|
|
|
5687
5699
|
/* @__PURE__ */ e(z, { size: 22, name: "share" }),
|
|
5688
5700
|
/* @__PURE__ */ e(g, { size: "m", weight: "bold", children: S1(h) })
|
|
5689
5701
|
] }),
|
|
5690
|
-
!!
|
|
5702
|
+
!!x && /* @__PURE__ */ t(m, { gap: "xs", alignItems: "center", mt: "xs", children: [
|
|
5691
5703
|
/* @__PURE__ */ e(z, { size: 22, name: "view" }),
|
|
5692
|
-
/* @__PURE__ */ e(g, { size: "m", weight: "bold", children: S1(
|
|
5704
|
+
/* @__PURE__ */ e(g, { size: "m", weight: "bold", children: S1(x) })
|
|
5693
5705
|
] })
|
|
5694
5706
|
] }),
|
|
5695
5707
|
r?.cover && i === _.DESKTOP && /* @__PURE__ */ e(
|
|
@@ -5721,15 +5733,15 @@ const d1 = j(
|
|
|
5721
5733
|
genres: d,
|
|
5722
5734
|
releaseDate: u,
|
|
5723
5735
|
seeMoreLink: h,
|
|
5724
|
-
reviewLink:
|
|
5725
|
-
rating:
|
|
5736
|
+
reviewLink: x,
|
|
5737
|
+
rating: v,
|
|
5726
5738
|
containerSpacing: y,
|
|
5727
5739
|
...b
|
|
5728
5740
|
}) => {
|
|
5729
5741
|
const f = /* @__PURE__ */ t(S, { children: [
|
|
5730
|
-
|
|
5742
|
+
x && /* @__PURE__ */ e(C, { buttonColor: "primary", ...x }),
|
|
5731
5743
|
/* @__PURE__ */ e(C, { buttonColor: "primary", variant: "outlined", ...h })
|
|
5732
|
-
] }), N = i || o ||
|
|
5744
|
+
] }), N = i || o || v ? /* @__PURE__ */ e(m, { alignContent: "end", mt: "l", children: /* @__PURE__ */ t(m, { gap: "xxs-2", direction: "column", flexGrow: 1, bg: "grey-100", px: "s", py: "xs", children: [
|
|
5733
5745
|
i && /* @__PURE__ */ t("div", { children: [
|
|
5734
5746
|
/* @__PURE__ */ t(g, { as: "span", weight: "bold", children: [
|
|
5735
5747
|
"Réalisé par :",
|
|
@@ -5744,7 +5756,7 @@ const d1 = j(
|
|
|
5744
5756
|
] }),
|
|
5745
5757
|
/* @__PURE__ */ e("span", { children: o?.join(", ") })
|
|
5746
5758
|
] }),
|
|
5747
|
-
|
|
5759
|
+
v && /* @__PURE__ */ t(m, { alignItems: "center", gap: "xxs", children: [
|
|
5748
5760
|
/* @__PURE__ */ t(g, { as: "span", weight: "bold", children: [
|
|
5749
5761
|
"La note 20 Minutes :",
|
|
5750
5762
|
" "
|
|
@@ -5752,7 +5764,7 @@ const d1 = j(
|
|
|
5752
5764
|
/* @__PURE__ */ e(
|
|
5753
5765
|
P2,
|
|
5754
5766
|
{
|
|
5755
|
-
rating:
|
|
5767
|
+
rating: v,
|
|
5756
5768
|
iconProps: {
|
|
5757
5769
|
size: 19
|
|
5758
5770
|
}
|
|
@@ -5825,23 +5837,9 @@ const d1 = j(
|
|
|
5825
5837
|
/* @__PURE__ */ e(m, { direction: "column", gap: "xs", mt: "l", mx: "auto", className: "c-card-movie__footer", children: f })
|
|
5826
5838
|
] })
|
|
5827
5839
|
] });
|
|
5828
|
-
}, c3 = ({ title: a, description: s, ...c }) => /* @__PURE__ */ t(
|
|
5829
|
-
/* @__PURE__ */ e(
|
|
5830
|
-
|
|
5831
|
-
{
|
|
5832
|
-
color: "grey-50",
|
|
5833
|
-
weight: "bold",
|
|
5834
|
-
size: "m",
|
|
5835
|
-
px: { xs: "m", md: "0" },
|
|
5836
|
-
bg: "animaux",
|
|
5837
|
-
radius: "s",
|
|
5838
|
-
py: "xxs",
|
|
5839
|
-
mb: "s",
|
|
5840
|
-
textAlign: "center",
|
|
5841
|
-
children: a
|
|
5842
|
-
}
|
|
5843
|
-
),
|
|
5844
|
-
/* @__PURE__ */ e(g, { color: "grey-900", children: s })
|
|
5840
|
+
}, c3 = ({ title: a, description: s, ...c }) => /* @__PURE__ */ t(w, { as: "article", ...c, className: "c-card-name", children: [
|
|
5841
|
+
/* @__PURE__ */ e(g, { className: "c-card-name__title", children: a }),
|
|
5842
|
+
/* @__PURE__ */ e(g, { className: "c-card-name__description", children: s })
|
|
5845
5843
|
] }), l3 = ({
|
|
5846
5844
|
id: a,
|
|
5847
5845
|
label: s,
|
|
@@ -5854,9 +5852,9 @@ const d1 = j(
|
|
|
5854
5852
|
isChecked: d = !1,
|
|
5855
5853
|
mainColor: u = "default",
|
|
5856
5854
|
onCheckedChange: h,
|
|
5857
|
-
...
|
|
5855
|
+
...x
|
|
5858
5856
|
}) => {
|
|
5859
|
-
const
|
|
5857
|
+
const v = `var(--color-theme-${u})`;
|
|
5860
5858
|
return /* @__PURE__ */ t(
|
|
5861
5859
|
R,
|
|
5862
5860
|
{
|
|
@@ -5867,7 +5865,7 @@ const d1 = j(
|
|
|
5867
5865
|
"c-card-newsletter--with-border-bottom": o
|
|
5868
5866
|
}),
|
|
5869
5867
|
...o && { pb: "m" },
|
|
5870
|
-
...
|
|
5868
|
+
...x,
|
|
5871
5869
|
children: [
|
|
5872
5870
|
/* @__PURE__ */ e(
|
|
5873
5871
|
m,
|
|
@@ -5884,20 +5882,20 @@ const d1 = j(
|
|
|
5884
5882
|
/* @__PURE__ */ e(D, { as: "h4", fontFamily: "base", size: "xxs", weight: "bold", children: c }),
|
|
5885
5883
|
s && /* @__PURE__ */ e(W, { size: "small", children: s })
|
|
5886
5884
|
] }),
|
|
5887
|
-
/* @__PURE__ */ t(
|
|
5885
|
+
/* @__PURE__ */ t(w, { mt: "xxs-3", children: [
|
|
5888
5886
|
/* @__PURE__ */ e(g, { size: "m", children: l }),
|
|
5889
5887
|
i,
|
|
5890
5888
|
/* @__PURE__ */ t(m, { gap: "s", mt: "m", alignItems: "center", children: [
|
|
5891
5889
|
/* @__PURE__ */ e(
|
|
5892
|
-
|
|
5890
|
+
V,
|
|
5893
5891
|
{
|
|
5894
5892
|
size: "small",
|
|
5895
5893
|
onClick: h,
|
|
5896
5894
|
style: {
|
|
5897
|
-
"--button-scheme-color":
|
|
5898
|
-
"--button-base-background-color":
|
|
5899
|
-
"--button-base-border-color":
|
|
5900
|
-
"--button-hover-background-color":
|
|
5895
|
+
"--button-scheme-color": v,
|
|
5896
|
+
"--button-base-background-color": v,
|
|
5897
|
+
"--button-base-border-color": v,
|
|
5898
|
+
"--button-hover-background-color": v
|
|
5901
5899
|
},
|
|
5902
5900
|
children: d ? "Se désabonner" : "S'inscrire"
|
|
5903
5901
|
}
|
|
@@ -5940,7 +5938,7 @@ const d1 = j(
|
|
|
5940
5938
|
}
|
|
5941
5939
|
),
|
|
5942
5940
|
c && /* @__PURE__ */ e(
|
|
5943
|
-
|
|
5941
|
+
V,
|
|
5944
5942
|
{
|
|
5945
5943
|
variant: "ghost",
|
|
5946
5944
|
iconProps: {
|
|
@@ -5962,8 +5960,8 @@ const d1 = j(
|
|
|
5962
5960
|
variant: n = "default",
|
|
5963
5961
|
...i
|
|
5964
5962
|
}) => {
|
|
5965
|
-
const { summaryProps: o, cardFooterProps: d, signatureProps: u, socialBarProps: h, ...
|
|
5966
|
-
let
|
|
5963
|
+
const { summaryProps: o, cardFooterProps: d, signatureProps: u, socialBarProps: h, ...x } = i;
|
|
5964
|
+
let v = "xxs-3", y = {
|
|
5967
5965
|
defaultFormat: "58x58",
|
|
5968
5966
|
formats: ["58x58", "51x51"],
|
|
5969
5967
|
sizes: "(min-width: 768px) 58px, 51px",
|
|
@@ -5971,7 +5969,7 @@ const d1 = j(
|
|
|
5971
5969
|
};
|
|
5972
5970
|
switch (n) {
|
|
5973
5971
|
case "big":
|
|
5974
|
-
|
|
5972
|
+
v = { xs: "xxs-2", md: "xs" }, y = {
|
|
5975
5973
|
defaultFormat: "100x100",
|
|
5976
5974
|
formats: ["100x100", "51x51"],
|
|
5977
5975
|
sizes: "(min-width: 768px) 100px, 51px",
|
|
@@ -5995,7 +5993,7 @@ const d1 = j(
|
|
|
5995
5993
|
gap: "xs",
|
|
5996
5994
|
className: "c-card-overview",
|
|
5997
5995
|
clickable: !0,
|
|
5998
|
-
...
|
|
5996
|
+
...x,
|
|
5999
5997
|
children: [
|
|
6000
5998
|
s && /* @__PURE__ */ e(
|
|
6001
5999
|
F,
|
|
@@ -6022,7 +6020,7 @@ const d1 = j(
|
|
|
6022
6020
|
D,
|
|
6023
6021
|
{
|
|
6024
6022
|
as: "h3",
|
|
6025
|
-
size: n === "overviewBar" ? { xs: "xxs-4", md: "xxs-3" } :
|
|
6023
|
+
size: n === "overviewBar" ? { xs: "xxs-4", md: "xxs-3" } : v,
|
|
6026
6024
|
fontFamily: "source-serif-pro",
|
|
6027
6025
|
weight: "semi-bold",
|
|
6028
6026
|
pb: void 0,
|
|
@@ -6093,7 +6091,7 @@ const d1 = j(
|
|
|
6093
6091
|
gap: "xl",
|
|
6094
6092
|
className: p("o-lt-show", o.className),
|
|
6095
6093
|
children: [
|
|
6096
|
-
/* @__PURE__ */ e(
|
|
6094
|
+
/* @__PURE__ */ e(w, { className: p("o-lt-show__main"), children: n && /* @__PURE__ */ e(
|
|
6097
6095
|
F,
|
|
6098
6096
|
{
|
|
6099
6097
|
...n,
|
|
@@ -6134,7 +6132,7 @@ const d1 = j(
|
|
|
6134
6132
|
]
|
|
6135
6133
|
}
|
|
6136
6134
|
);
|
|
6137
|
-
}, a1 = ({ className: a, ...s }) => /* @__PURE__ */ e(
|
|
6135
|
+
}, a1 = ({ className: a, ...s }) => /* @__PURE__ */ e(w, { className: p("c-card-skeleton__block", a), bg: "grey-200", ...s }), n0 = (a) => /* @__PURE__ */ t(R, { ...a, direction: "column", gap: "xxs", children: [
|
|
6138
6136
|
/* @__PURE__ */ e(a1, { className: "c-card-skeleton__block--image" }),
|
|
6139
6137
|
/* @__PURE__ */ e(a1, { className: "c-card-skeleton__block--meta" }),
|
|
6140
6138
|
/* @__PURE__ */ e(a1, { className: "c-card-skeleton__block--title" }),
|
|
@@ -6172,7 +6170,7 @@ const d1 = j(
|
|
|
6172
6170
|
variant: o = "default",
|
|
6173
6171
|
...d
|
|
6174
6172
|
}) => {
|
|
6175
|
-
const { cardFooterProps: u, signatureProps: h, socialBarProps:
|
|
6173
|
+
const { cardFooterProps: u, signatureProps: h, socialBarProps: x, ...v } = d, y = /* @__PURE__ */ t(S, { children: [
|
|
6176
6174
|
r && /* @__PURE__ */ e(
|
|
6177
6175
|
F,
|
|
6178
6176
|
{
|
|
@@ -6217,7 +6215,7 @@ const d1 = j(
|
|
|
6217
6215
|
}
|
|
6218
6216
|
)
|
|
6219
6217
|
] });
|
|
6220
|
-
return /* @__PURE__ */ e(R, { ...
|
|
6218
|
+
return /* @__PURE__ */ e(R, { ...v, direction: "column", clickable: !0, children: o === "title-on-image" ? /* @__PURE__ */ e("a", { href: a, children: y }) : y });
|
|
6221
6219
|
}, o0 = ({
|
|
6222
6220
|
link: a,
|
|
6223
6221
|
title: s,
|
|
@@ -6279,7 +6277,7 @@ const d1 = j(
|
|
|
6279
6277
|
cardImageProps: c,
|
|
6280
6278
|
...l
|
|
6281
6279
|
}) => /* @__PURE__ */ e(
|
|
6282
|
-
|
|
6280
|
+
w,
|
|
6283
6281
|
{
|
|
6284
6282
|
...l,
|
|
6285
6283
|
as: "a",
|
|
@@ -6312,7 +6310,7 @@ const d1 = j(
|
|
|
6312
6310
|
}) => n ? (
|
|
6313
6311
|
// can't use CardContainer here, it's a flex component and it's not the right structure for this card
|
|
6314
6312
|
/* @__PURE__ */ t(
|
|
6315
|
-
|
|
6313
|
+
w,
|
|
6316
6314
|
{
|
|
6317
6315
|
as: "article",
|
|
6318
6316
|
...i,
|
|
@@ -6321,7 +6319,7 @@ const d1 = j(
|
|
|
6321
6319
|
}),
|
|
6322
6320
|
children: [
|
|
6323
6321
|
/* @__PURE__ */ e(f1, { ...n, type: G.video }),
|
|
6324
|
-
/* @__PURE__ */ e(
|
|
6322
|
+
/* @__PURE__ */ e(w, { px: { xs: "m", md: "0" }, children: /* @__PURE__ */ e(
|
|
6325
6323
|
D,
|
|
6326
6324
|
{
|
|
6327
6325
|
as: "h2",
|
|
@@ -6333,7 +6331,7 @@ const d1 = j(
|
|
|
6333
6331
|
children: a ? /* @__PURE__ */ e("a", { href: a, children: s }) : s
|
|
6334
6332
|
}
|
|
6335
6333
|
) }),
|
|
6336
|
-
/* @__PURE__ */ t(
|
|
6334
|
+
/* @__PURE__ */ t(w, { px: { xs: "m", md: "0" }, children: [
|
|
6337
6335
|
l && /* @__PURE__ */ e(
|
|
6338
6336
|
g,
|
|
6339
6337
|
{
|
|
@@ -6357,7 +6355,7 @@ const d1 = j(
|
|
|
6357
6355
|
layout: l,
|
|
6358
6356
|
...r
|
|
6359
6357
|
}) => /* @__PURE__ */ e(
|
|
6360
|
-
|
|
6358
|
+
w,
|
|
6361
6359
|
{
|
|
6362
6360
|
...r,
|
|
6363
6361
|
as: "a",
|
|
@@ -6416,8 +6414,8 @@ const d1 = j(
|
|
|
6416
6414
|
layout: o,
|
|
6417
6415
|
...d
|
|
6418
6416
|
}) => {
|
|
6419
|
-
const { cardFooterProps: u, signatureProps: h, ...
|
|
6420
|
-
return /* @__PURE__ */ t(R, { ...
|
|
6417
|
+
const { cardFooterProps: u, signatureProps: h, ...x } = d;
|
|
6418
|
+
return /* @__PURE__ */ t(R, { ...x, direction: "column", className: "c-card-with-summary", clickable: !0, children: [
|
|
6421
6419
|
/* @__PURE__ */ t(m, { mb: "xs", className: "c-card-with-summary__content", gap: "xs", children: [
|
|
6422
6420
|
/* @__PURE__ */ t(I, { grow: 1, children: [
|
|
6423
6421
|
l && /* @__PURE__ */ e(Q, { ...l, mb: "xxs-2" }),
|
|
@@ -6471,8 +6469,8 @@ const d1 = j(
|
|
|
6471
6469
|
themeColor: d,
|
|
6472
6470
|
titleUnderlined: u = !0,
|
|
6473
6471
|
isSponsored: h,
|
|
6474
|
-
seeMoreLink:
|
|
6475
|
-
...
|
|
6472
|
+
seeMoreLink: x,
|
|
6473
|
+
...v
|
|
6476
6474
|
}) => {
|
|
6477
6475
|
const y = (f) => {
|
|
6478
6476
|
switch (o?.sliderVariant) {
|
|
@@ -6520,11 +6518,11 @@ const d1 = j(
|
|
|
6520
6518
|
}
|
|
6521
6519
|
);
|
|
6522
6520
|
return a.length > 0 ? /* @__PURE__ */ t(
|
|
6523
|
-
|
|
6521
|
+
w,
|
|
6524
6522
|
{
|
|
6525
6523
|
as: "section",
|
|
6526
|
-
...
|
|
6527
|
-
className: p("c-carousel",
|
|
6524
|
+
...v,
|
|
6525
|
+
className: p("c-carousel", v?.className),
|
|
6528
6526
|
bg: h ? "sponsoring" : void 0,
|
|
6529
6527
|
py: h ? "m" : void 0,
|
|
6530
6528
|
children: [
|
|
@@ -6545,7 +6543,7 @@ const d1 = j(
|
|
|
6545
6543
|
]
|
|
6546
6544
|
}
|
|
6547
6545
|
),
|
|
6548
|
-
h && /* @__PURE__ */ e(g, { as:
|
|
6546
|
+
h && /* @__PURE__ */ e(g, { as: w, size: "xs", color: "grey-900", mb: "xs", children: "Articles sponsorisés" }),
|
|
6549
6547
|
s === _.DESKTOP && l && /* @__PURE__ */ e(g, { size: "m", color: "grey-400", mb: "xl", ...l, className: l.className, children: l.children }),
|
|
6550
6548
|
/* @__PURE__ */ e(
|
|
6551
6549
|
d1,
|
|
@@ -6574,7 +6572,7 @@ const d1 = j(
|
|
|
6574
6572
|
))
|
|
6575
6573
|
}
|
|
6576
6574
|
),
|
|
6577
|
-
|
|
6575
|
+
x && /* @__PURE__ */ e(m, { justifyContent: "center", mt: "xl", children: /* @__PURE__ */ e(C, { buttonColor: "primary", variant: "outlined", ...x }) })
|
|
6578
6576
|
]
|
|
6579
6577
|
}
|
|
6580
6578
|
) : null;
|
|
@@ -6586,9 +6584,9 @@ const d1 = j(
|
|
|
6586
6584
|
return a.reduce((i, o) => {
|
|
6587
6585
|
const d = (o.seats || 0) / c;
|
|
6588
6586
|
l += d;
|
|
6589
|
-
const { pathDescription: u, lx: h, ly:
|
|
6590
|
-
r = h, n =
|
|
6591
|
-
const
|
|
6587
|
+
const { pathDescription: u, lx: h, ly: x } = u0(s, l / 2, r, n);
|
|
6588
|
+
r = h, n = x;
|
|
6589
|
+
const v = /* @__PURE__ */ e(
|
|
6592
6590
|
"path",
|
|
6593
6591
|
{
|
|
6594
6592
|
className: `c-half-donut__zone c-half-donut__zone--${o.politicalParty.color}`,
|
|
@@ -6596,7 +6594,7 @@ const d1 = j(
|
|
|
6596
6594
|
},
|
|
6597
6595
|
o.politicalParty.color
|
|
6598
6596
|
);
|
|
6599
|
-
return i.push(
|
|
6597
|
+
return i.push(v), i;
|
|
6600
6598
|
}, []);
|
|
6601
6599
|
}, h3 = ({ results: a, ...s }) => {
|
|
6602
6600
|
const r = a.map((i) => i.seats).reduce((i, o) => i + o, 0), n = a.filter((i) => i.seats > 0).map(
|
|
@@ -6606,7 +6604,7 @@ const d1 = j(
|
|
|
6606
6604
|
subLegend: `${i.estimatedSeats || i.seats} siège${i.seats > 1 ? "s" : ""}`
|
|
6607
6605
|
})
|
|
6608
6606
|
);
|
|
6609
|
-
return /* @__PURE__ */ t(
|
|
6607
|
+
return /* @__PURE__ */ t(w, { ...s, className: "js-half-donut-result", children: [
|
|
6610
6608
|
/* @__PURE__ */ t(
|
|
6611
6609
|
"svg",
|
|
6612
6610
|
{
|
|
@@ -6682,7 +6680,7 @@ const d1 = j(
|
|
|
6682
6680
|
children: [
|
|
6683
6681
|
/* @__PURE__ */ e(C, { href: "/", title: "Accueil", children: /* @__PURE__ */ e(z, { name: "logo", color: "white", size: c }) }),
|
|
6684
6682
|
l && /* @__PURE__ */ e(
|
|
6685
|
-
|
|
6683
|
+
Z,
|
|
6686
6684
|
{
|
|
6687
6685
|
color: "white",
|
|
6688
6686
|
size: "xxs",
|
|
@@ -6721,8 +6719,8 @@ const d1 = j(
|
|
|
6721
6719
|
variant: "right",
|
|
6722
6720
|
children: [
|
|
6723
6721
|
s === _.MOBILE && /* @__PURE__ */ e(g0, { dialogId: l }),
|
|
6724
|
-
/* @__PURE__ */ t(
|
|
6725
|
-
/* @__PURE__ */ e(
|
|
6722
|
+
/* @__PURE__ */ t(w, { bg: "grey-100", p: "m", children: [
|
|
6723
|
+
/* @__PURE__ */ e(Z, { as: "h3", size: "xxs-2", color: "ultramarine", mb: "xxs-3", children: "Vous avez des questions sur l’actualité ?" }),
|
|
6726
6724
|
/* @__PURE__ */ e(g, { size: "m", children: "Notre IA est disponible 24h/24 et 7 jours/7" })
|
|
6727
6725
|
] }),
|
|
6728
6726
|
a
|
|
@@ -6733,7 +6731,7 @@ const d1 = j(
|
|
|
6733
6731
|
citationText: a,
|
|
6734
6732
|
citationAuthor: s,
|
|
6735
6733
|
...c
|
|
6736
|
-
}) => /* @__PURE__ */ t(
|
|
6734
|
+
}) => /* @__PURE__ */ t(w, { ...c, as: "blockquote", color: "ultramarine", className: "c-citation", children: [
|
|
6737
6735
|
/* @__PURE__ */ t(
|
|
6738
6736
|
g,
|
|
6739
6737
|
{
|
|
@@ -6773,8 +6771,8 @@ const d1 = j(
|
|
|
6773
6771
|
btnProps: d,
|
|
6774
6772
|
children: u,
|
|
6775
6773
|
isDropdown: h,
|
|
6776
|
-
...
|
|
6777
|
-
},
|
|
6774
|
+
...x
|
|
6775
|
+
}, v) => {
|
|
6778
6776
|
const y = b2().replace(/:/g, ""), b = `c-collapse__button-${a}-${y}`, f = `c-collapse__content-${a}-${y}`, N = () => {
|
|
6779
6777
|
if (c) {
|
|
6780
6778
|
const { children: P, ...k } = c;
|
|
@@ -6784,14 +6782,14 @@ const d1 = j(
|
|
|
6784
6782
|
return /* @__PURE__ */ e(g, { as: "span", size: "l", color: "black", ...H, children: B });
|
|
6785
6783
|
};
|
|
6786
6784
|
return /* @__PURE__ */ t(
|
|
6787
|
-
|
|
6785
|
+
w,
|
|
6788
6786
|
{
|
|
6789
|
-
...
|
|
6787
|
+
...x,
|
|
6790
6788
|
className: p("c-collapse js-collapse", { "c-collapse--dropdown": h }),
|
|
6791
|
-
ref:
|
|
6789
|
+
ref: v,
|
|
6792
6790
|
children: [
|
|
6793
6791
|
/* @__PURE__ */ t(
|
|
6794
|
-
|
|
6792
|
+
w,
|
|
6795
6793
|
{
|
|
6796
6794
|
...d,
|
|
6797
6795
|
as: "button",
|
|
@@ -6843,7 +6841,7 @@ const d1 = j(
|
|
|
6843
6841
|
lazyLoad: s = { delayed: !0, distanceVisible: 0 },
|
|
6844
6842
|
...c
|
|
6845
6843
|
}) => a ? /* @__PURE__ */ e(
|
|
6846
|
-
|
|
6844
|
+
w,
|
|
6847
6845
|
{
|
|
6848
6846
|
id: "mbrs-comments-container",
|
|
6849
6847
|
className: "c-comment",
|
|
@@ -6875,7 +6873,7 @@ const d1 = j(
|
|
|
6875
6873
|
/* @__PURE__ */ e(E, { color: "grey-200" })
|
|
6876
6874
|
] }) : /* @__PURE__ */ t(m, { gap: "xs", mb: "xs", children: [
|
|
6877
6875
|
/* @__PURE__ */ e(z, { name: "comment", size: 22, color: "ultramarine" }),
|
|
6878
|
-
/* @__PURE__ */ e(
|
|
6876
|
+
/* @__PURE__ */ e(Z, { as: "h2", size: "xxs", children: `${a} ${a > 1 ? "commentaires" : "commentaire"}` })
|
|
6879
6877
|
] }), k1 = ({
|
|
6880
6878
|
title: a,
|
|
6881
6879
|
classItem: s,
|
|
@@ -6895,7 +6893,7 @@ const d1 = j(
|
|
|
6895
6893
|
}
|
|
6896
6894
|
),
|
|
6897
6895
|
/* @__PURE__ */ e(
|
|
6898
|
-
|
|
6896
|
+
Z,
|
|
6899
6897
|
{
|
|
6900
6898
|
className: `js-countdown-${s}`,
|
|
6901
6899
|
size: { xs: "m", md: "xxl" },
|
|
@@ -6940,7 +6938,7 @@ const d1 = j(
|
|
|
6940
6938
|
mr: { xs: "xxs", md: "m" }
|
|
6941
6939
|
}
|
|
6942
6940
|
),
|
|
6943
|
-
/* @__PURE__ */ e(
|
|
6941
|
+
/* @__PURE__ */ e(Z, { as: "h2", size: { xs: "xs", md: "s" }, children: s })
|
|
6944
6942
|
] }),
|
|
6945
6943
|
/* @__PURE__ */ t(
|
|
6946
6944
|
m,
|
|
@@ -6971,9 +6969,9 @@ const d1 = j(
|
|
|
6971
6969
|
label: a || /* @__PURE__ */ e(g, { size: "l", as: "span", weight: "bold", children: "Mode sombre" }),
|
|
6972
6970
|
...c
|
|
6973
6971
|
}
|
|
6974
|
-
), w3 = ({ topics: a, ...s }) => a.length === 0 ? null : /* @__PURE__ */ t(
|
|
6975
|
-
/* @__PURE__ */ e(
|
|
6976
|
-
/* @__PURE__ */ e("ul", { children: a.map((c) => /* @__PURE__ */ t(
|
|
6972
|
+
), w3 = ({ topics: a, ...s }) => a.length === 0 ? null : /* @__PURE__ */ t(w, { ...s, children: [
|
|
6973
|
+
/* @__PURE__ */ e(Z, { as: "h3", mb: "xs", size: "xxs", children: "À découvrir" }),
|
|
6974
|
+
/* @__PURE__ */ e("ul", { children: a.map((c) => /* @__PURE__ */ t(w, { as: "li", mb: "xs", children: [
|
|
6977
6975
|
/* @__PURE__ */ t(m, { alignItems: "center", gap: "xxs", children: [
|
|
6978
6976
|
c.imgProps && /* @__PURE__ */ e(
|
|
6979
6977
|
i1,
|
|
@@ -7024,7 +7022,7 @@ const d1 = j(
|
|
|
7024
7022
|
hasTopBorder: d = !1
|
|
7025
7023
|
}) => {
|
|
7026
7024
|
const u = /* @__PURE__ */ e(
|
|
7027
|
-
|
|
7025
|
+
V,
|
|
7028
7026
|
{
|
|
7029
7027
|
variant: "ghost",
|
|
7030
7028
|
iconProps: { name: "chevron", color: "white", size: 18 },
|
|
@@ -7041,7 +7039,7 @@ const d1 = j(
|
|
|
7041
7039
|
px: { xs: "m", md: "0" }
|
|
7042
7040
|
}
|
|
7043
7041
|
}
|
|
7044
|
-
),
|
|
7042
|
+
), x = /* @__PURE__ */ e(
|
|
7045
7043
|
m,
|
|
7046
7044
|
{
|
|
7047
7045
|
mt: { xs: "0", md: "xs" },
|
|
@@ -7064,9 +7062,9 @@ const d1 = j(
|
|
|
7064
7062
|
b
|
|
7065
7063
|
))
|
|
7066
7064
|
}
|
|
7067
|
-
),
|
|
7065
|
+
), v = !h;
|
|
7068
7066
|
return /* @__PURE__ */ e(
|
|
7069
|
-
|
|
7067
|
+
w,
|
|
7070
7068
|
{
|
|
7071
7069
|
bg: "ultramarine",
|
|
7072
7070
|
py: { xs: "xxs", md: "0" },
|
|
@@ -7076,15 +7074,15 @@ const d1 = j(
|
|
|
7076
7074
|
children: a === _.DESKTOP ? /* @__PURE__ */ t(
|
|
7077
7075
|
m,
|
|
7078
7076
|
{
|
|
7079
|
-
px:
|
|
7077
|
+
px: v ? void 0 : "m",
|
|
7080
7078
|
gap: { xs: "m", lg: "l" },
|
|
7081
7079
|
"aria-expanded": o || "false",
|
|
7082
7080
|
"data-search-banner-expanded-source": !0,
|
|
7083
7081
|
className: p({
|
|
7084
|
-
"o-page-wrap":
|
|
7085
|
-
"c-search-banner__large-container": !
|
|
7082
|
+
"o-page-wrap": v,
|
|
7083
|
+
"c-search-banner__large-container": !v
|
|
7086
7084
|
}),
|
|
7087
|
-
pt:
|
|
7085
|
+
pt: v ? "0" : void 0,
|
|
7088
7086
|
children: [
|
|
7089
7087
|
i === "municipales-2026" ? /* @__PURE__ */ e(
|
|
7090
7088
|
"div",
|
|
@@ -7111,11 +7109,11 @@ const d1 = j(
|
|
|
7111
7109
|
) : /* @__PURE__ */ e(z, { name: "ballot-box", size: 55, className: "c-search-banner__default-icon" }),
|
|
7112
7110
|
/* @__PURE__ */ t(m, { flexGrow: 1, direction: "column", py: "m", children: [
|
|
7113
7111
|
/* @__PURE__ */ t(m, { gap: { xs: "m", lg: "l" }, justifyContent: "end", children: [
|
|
7114
|
-
/* @__PURE__ */ e(I, { grow: 1, children: /* @__PURE__ */ e(
|
|
7112
|
+
/* @__PURE__ */ e(I, { grow: 1, children: /* @__PURE__ */ e(w, { as: w1, ...s }) }),
|
|
7115
7113
|
!!n?.options.length && h,
|
|
7116
7114
|
!!r?.length && u
|
|
7117
7115
|
] }),
|
|
7118
|
-
!!r?.length &&
|
|
7116
|
+
!!r?.length && x
|
|
7119
7117
|
] }),
|
|
7120
7118
|
i === "municipales-2026" && h && /* @__PURE__ */ e("span", { className: "c-search-banner__flag c-search-banner__flag--at-the-bottom" })
|
|
7121
7119
|
]
|
|
@@ -7144,7 +7142,7 @@ const d1 = j(
|
|
|
7144
7142
|
"aria-hidden": o ? !o : "true",
|
|
7145
7143
|
"data-search-banner-collapse": !0,
|
|
7146
7144
|
children: [
|
|
7147
|
-
!!r?.length &&
|
|
7145
|
+
!!r?.length && x,
|
|
7148
7146
|
!!n?.options.length && h
|
|
7149
7147
|
]
|
|
7150
7148
|
}
|
|
@@ -7161,14 +7159,14 @@ const d1 = j(
|
|
|
7161
7159
|
activeReaction: s,
|
|
7162
7160
|
...c
|
|
7163
7161
|
}) => /* @__PURE__ */ e(
|
|
7164
|
-
|
|
7162
|
+
w,
|
|
7165
7163
|
{
|
|
7166
7164
|
...c,
|
|
7167
7165
|
className: p("c-emoji-toolbar", "mbrs-social-emoji-toolbar", c?.className),
|
|
7168
7166
|
bg: "grey-100",
|
|
7169
7167
|
radius: "xxl",
|
|
7170
7168
|
px: "xs",
|
|
7171
|
-
children: /* @__PURE__ */ e(m, { as: "ul", gap: "xxs-3", alignItems: "center", children: a.map((l) => /* @__PURE__ */ e(
|
|
7169
|
+
children: /* @__PURE__ */ e(m, { as: "ul", gap: "xxs-3", alignItems: "center", children: a.map((l) => /* @__PURE__ */ e(w, { as: "li", children: /* @__PURE__ */ t(
|
|
7172
7170
|
m,
|
|
7173
7171
|
{
|
|
7174
7172
|
as: "button",
|
|
@@ -7195,7 +7193,7 @@ const d1 = j(
|
|
|
7195
7193
|
enableGoogleSearch: s
|
|
7196
7194
|
}) => {
|
|
7197
7195
|
let c = /* @__PURE__ */ t(S, { children: [
|
|
7198
|
-
/* @__PURE__ */ e(
|
|
7196
|
+
/* @__PURE__ */ e(Z, { as: "h2", size: "m", mb: "l", children: "La page que vous cherchez n’existe pas !" }),
|
|
7199
7197
|
/* @__PURE__ */ t(g, { size: "m", mb: "l", children: [
|
|
7200
7198
|
/* @__PURE__ */ e("strong", { children: "Une page 404" }),
|
|
7201
7199
|
" est une page renvoyée par le serveur d’un site, lorsque la page n’existe plus ou lorsqu’il y a une erreur dans l’url."
|
|
@@ -7204,11 +7202,11 @@ const d1 = j(
|
|
|
7204
7202
|
/* @__PURE__ */ e("p", { children: "Si vous êtes à la recherche de quelque chose de bien précis, nous vous invitons à utiliser notre moteur de recherche :" })
|
|
7205
7203
|
] });
|
|
7206
7204
|
return a === "500" && (c = /* @__PURE__ */ t(S, { children: [
|
|
7207
|
-
/* @__PURE__ */ e(
|
|
7205
|
+
/* @__PURE__ */ e(Z, { as: "h2", size: "m", mb: "l", children: "Erreur serveur, la page n’est pas disponible !" }),
|
|
7208
7206
|
/* @__PURE__ */ e(g, { size: "m", mb: "l", children: "Toutes nos excuses pour cette erreur…" }),
|
|
7209
7207
|
/* @__PURE__ */ e("p", { children: "Une page qui renvoie un code d’erreur 500 se produit lorsque le serveur web rencontre des difficultés pour charger une page." }),
|
|
7210
7208
|
/* @__PURE__ */ e("p", { children: "Si vous êtes à la recherche de quelque chose de bien précis, nous vous invitons à utiliser notre moteur de recherche :" })
|
|
7211
|
-
] })), /* @__PURE__ */ t(
|
|
7209
|
+
] })), /* @__PURE__ */ t(w, { className: "c-error-content", children: [
|
|
7212
7210
|
/* @__PURE__ */ e(
|
|
7213
7211
|
z,
|
|
7214
7212
|
{
|
|
@@ -7217,8 +7215,8 @@ const d1 = j(
|
|
|
7217
7215
|
className: "c-error-content__img"
|
|
7218
7216
|
}
|
|
7219
7217
|
),
|
|
7220
|
-
/* @__PURE__ */ e(
|
|
7221
|
-
/* @__PURE__ */ e(
|
|
7218
|
+
/* @__PURE__ */ e(w, { mb: "l", children: c }),
|
|
7219
|
+
/* @__PURE__ */ e(w, { mb: "s", children: s ? /* @__PURE__ */ e(w, { className: "gcse-search" }) : /* @__PURE__ */ e(w1, { id: "search-form-error", url: "/", "aria-hidden": !0 }) }),
|
|
7222
7220
|
/* @__PURE__ */ e(C, { href: "/", className: "c-error-content__link", children: "Retour page d’accueil" })
|
|
7223
7221
|
] });
|
|
7224
7222
|
}, v0 = ({
|
|
@@ -7231,7 +7229,7 @@ const d1 = j(
|
|
|
7231
7229
|
link: i,
|
|
7232
7230
|
...o
|
|
7233
7231
|
}) => r.length === 0 ? null : /* @__PURE__ */ t(
|
|
7234
|
-
|
|
7232
|
+
w,
|
|
7235
7233
|
{
|
|
7236
7234
|
as: "section",
|
|
7237
7235
|
p: "xl",
|
|
@@ -7239,7 +7237,7 @@ const d1 = j(
|
|
|
7239
7237
|
className: p("c-expandable", o.className),
|
|
7240
7238
|
bg: o.bg ?? "grey-100",
|
|
7241
7239
|
children: [
|
|
7242
|
-
s && /* @__PURE__ */ e(
|
|
7240
|
+
s && /* @__PURE__ */ e(Z, { as: "h2", size: "xxs", mb: "m", ...s }),
|
|
7243
7241
|
/* @__PURE__ */ e(s1, { as: "ul", ...c, children: r.slice(0, a).map((d, u) => /* @__PURE__ */ e("li", { children: d }, `expandable-visible-${u}`)) }),
|
|
7244
7242
|
a && r.length > a && /* @__PURE__ */ t(S, { children: [
|
|
7245
7243
|
/* @__PURE__ */ e(
|
|
@@ -7291,7 +7289,7 @@ const d1 = j(
|
|
|
7291
7289
|
c && /* @__PURE__ */ e(z, { size: 25, name: c, border: "big", isRounded: !0 }),
|
|
7292
7290
|
/* @__PURE__ */ t("div", { children: [
|
|
7293
7291
|
s && /* @__PURE__ */ e(g, { mb: "xxs-2", children: s }),
|
|
7294
|
-
/* @__PURE__ */ e(
|
|
7292
|
+
/* @__PURE__ */ e(Z, { as: "h2", size: "m", fontFamily: "source-serif-pro", children: a })
|
|
7295
7293
|
] })
|
|
7296
7294
|
] }), x0 = {
|
|
7297
7295
|
logo: [90, 22],
|
|
@@ -7379,13 +7377,13 @@ const d1 = j(
|
|
|
7379
7377
|
]
|
|
7380
7378
|
}
|
|
7381
7379
|
), G1 = () => /* @__PURE__ */ e(
|
|
7382
|
-
|
|
7380
|
+
w,
|
|
7383
7381
|
{
|
|
7384
7382
|
className: "c-header-page__print-button",
|
|
7385
7383
|
mx: { xs: "m", md: "0" },
|
|
7386
7384
|
mt: { xs: "s", md: "m" },
|
|
7387
7385
|
children: /* @__PURE__ */ e(
|
|
7388
|
-
|
|
7386
|
+
V,
|
|
7389
7387
|
{
|
|
7390
7388
|
variant: "ghost-with-icon-bg",
|
|
7391
7389
|
iconProps: {
|
|
@@ -7397,12 +7395,12 @@ const d1 = j(
|
|
|
7397
7395
|
)
|
|
7398
7396
|
}
|
|
7399
7397
|
), W1 = () => /* @__PURE__ */ e(
|
|
7400
|
-
|
|
7398
|
+
w,
|
|
7401
7399
|
{
|
|
7402
7400
|
className: "c-header-page__ranking-button",
|
|
7403
7401
|
mx: { xs: "m", md: "0" },
|
|
7404
7402
|
mt: { xs: "s", md: "m" },
|
|
7405
|
-
children: /* @__PURE__ */ e(
|
|
7403
|
+
children: /* @__PURE__ */ e(V, { variant: "ghost-with-icon-bg", iconProps: { name: "trophy", size: 24 }, children: "Voir mon classement" })
|
|
7406
7404
|
}
|
|
7407
7405
|
), N3 = ({
|
|
7408
7406
|
layout: a,
|
|
@@ -7416,8 +7414,8 @@ const d1 = j(
|
|
|
7416
7414
|
countdownProps: d,
|
|
7417
7415
|
labelProps: u,
|
|
7418
7416
|
hasPrintButton: h,
|
|
7419
|
-
hasRankingButton:
|
|
7420
|
-
variant:
|
|
7417
|
+
hasRankingButton: x,
|
|
7418
|
+
variant: v = "default",
|
|
7421
7419
|
...y
|
|
7422
7420
|
}) => {
|
|
7423
7421
|
if (!s)
|
|
@@ -7435,7 +7433,7 @@ const d1 = j(
|
|
|
7435
7433
|
}
|
|
7436
7434
|
},
|
|
7437
7435
|
mx: { xs: "m", md: "0" },
|
|
7438
|
-
color:
|
|
7436
|
+
color: v === "blue-grey" ? "white" : void 0
|
|
7439
7437
|
}
|
|
7440
7438
|
), f = /* @__PURE__ */ t(S, { children: [
|
|
7441
7439
|
/* @__PURE__ */ e(m, { as: "header", gap: n ? "m" : void 0, alignItems: "start", justifyContent: "between", children: /* @__PURE__ */ t(
|
|
@@ -7454,7 +7452,7 @@ const d1 = j(
|
|
|
7454
7452
|
...o,
|
|
7455
7453
|
as: "span",
|
|
7456
7454
|
size: o?.size || { xs: "m", md: "l" },
|
|
7457
|
-
color:
|
|
7455
|
+
color: v === "blue-grey" ? "white" : void 0,
|
|
7458
7456
|
className: "c-nodeheader__subtitle c-content c-content--resume js-expand-target",
|
|
7459
7457
|
"aria-hidden": r,
|
|
7460
7458
|
children: l
|
|
@@ -7464,7 +7462,7 @@ const d1 = j(
|
|
|
7464
7462
|
}
|
|
7465
7463
|
) }),
|
|
7466
7464
|
r && /* @__PURE__ */ t(
|
|
7467
|
-
|
|
7465
|
+
V,
|
|
7468
7466
|
{
|
|
7469
7467
|
variant: "ghost",
|
|
7470
7468
|
className: "c-nodeheader__btn js-expand-button",
|
|
@@ -7479,8 +7477,8 @@ const d1 = j(
|
|
|
7479
7477
|
name: "chevron",
|
|
7480
7478
|
size: 12,
|
|
7481
7479
|
p: "xs",
|
|
7482
|
-
color:
|
|
7483
|
-
bg:
|
|
7480
|
+
color: v === "blue-grey" ? "white" : void 0,
|
|
7481
|
+
bg: v === "blue-grey" ? "blue-grey" : "grey-100"
|
|
7484
7482
|
}
|
|
7485
7483
|
),
|
|
7486
7484
|
/* @__PURE__ */ e(
|
|
@@ -7489,7 +7487,7 @@ const d1 = j(
|
|
|
7489
7487
|
as: "span",
|
|
7490
7488
|
size: "xs",
|
|
7491
7489
|
className: "js-expand-button__label",
|
|
7492
|
-
color:
|
|
7490
|
+
color: v === "blue-grey" ? "white" : void 0,
|
|
7493
7491
|
children: "Voir plus"
|
|
7494
7492
|
}
|
|
7495
7493
|
)
|
|
@@ -7553,17 +7551,17 @@ const d1 = j(
|
|
|
7553
7551
|
}
|
|
7554
7552
|
),
|
|
7555
7553
|
l && f,
|
|
7556
|
-
h &&
|
|
7554
|
+
h && x && /* @__PURE__ */ t(m, { gap: "s", children: [
|
|
7557
7555
|
/* @__PURE__ */ e(G1, {}),
|
|
7558
7556
|
" ",
|
|
7559
7557
|
/* @__PURE__ */ e(W1, {})
|
|
7560
7558
|
] }),
|
|
7561
|
-
h && !
|
|
7562
|
-
|
|
7559
|
+
h && !x && /* @__PURE__ */ e(G1, {}),
|
|
7560
|
+
x && !h && /* @__PURE__ */ e(W1, {})
|
|
7563
7561
|
] }),
|
|
7564
7562
|
n?.type === "dedicated-area" && /* @__PURE__ */ e(X, { sponsor: n.content, size: "l", mt: "xl" })
|
|
7565
7563
|
] })), /* @__PURE__ */ e(
|
|
7566
|
-
|
|
7564
|
+
w,
|
|
7567
7565
|
{
|
|
7568
7566
|
as: "header",
|
|
7569
7567
|
...y,
|
|
@@ -7597,7 +7595,7 @@ const d1 = j(
|
|
|
7597
7595
|
}
|
|
7598
7596
|
);
|
|
7599
7597
|
return /* @__PURE__ */ t(
|
|
7600
|
-
|
|
7598
|
+
w,
|
|
7601
7599
|
{
|
|
7602
7600
|
as: "header",
|
|
7603
7601
|
...o,
|
|
@@ -7609,7 +7607,7 @@ const d1 = j(
|
|
|
7609
7607
|
children: [
|
|
7610
7608
|
/* @__PURE__ */ e(A, { color: "grey-400", size: "xs", mx: { xs: "m", md: "0" }, children: a }),
|
|
7611
7609
|
/* @__PURE__ */ e(
|
|
7612
|
-
|
|
7610
|
+
Z,
|
|
7613
7611
|
{
|
|
7614
7612
|
...s,
|
|
7615
7613
|
size: { xs: "xxs", md: "m" },
|
|
@@ -7646,7 +7644,7 @@ const d1 = j(
|
|
|
7646
7644
|
}
|
|
7647
7645
|
),
|
|
7648
7646
|
r && /* @__PURE__ */ t(
|
|
7649
|
-
|
|
7647
|
+
V,
|
|
7650
7648
|
{
|
|
7651
7649
|
variant: "ghost",
|
|
7652
7650
|
className: "c-nodeheader__btn js-expand-button",
|
|
@@ -7670,7 +7668,7 @@ const d1 = j(
|
|
|
7670
7668
|
sponsor: l,
|
|
7671
7669
|
...r
|
|
7672
7670
|
}) => /* @__PURE__ */ e(
|
|
7673
|
-
|
|
7671
|
+
Z,
|
|
7674
7672
|
{
|
|
7675
7673
|
className: p("c-header-title", {
|
|
7676
7674
|
"c-header-title--has-icon": s || l,
|
|
@@ -7682,7 +7680,7 @@ const d1 = j(
|
|
|
7682
7680
|
children: s || l ? /* @__PURE__ */ t(S, { children: [
|
|
7683
7681
|
s && /* @__PURE__ */ e(z, { className: "c-header-title__icon", mr: "xxs", ...s }),
|
|
7684
7682
|
l && /* @__PURE__ */ e(
|
|
7685
|
-
|
|
7683
|
+
w,
|
|
7686
7684
|
{
|
|
7687
7685
|
as: "img",
|
|
7688
7686
|
className: "c-header-title__sponsor",
|
|
@@ -7718,7 +7716,7 @@ const d1 = j(
|
|
|
7718
7716
|
]
|
|
7719
7717
|
}
|
|
7720
7718
|
);
|
|
7721
|
-
return /* @__PURE__ */ t(
|
|
7719
|
+
return /* @__PURE__ */ t(w, { as: "section", ...l, className: "c-image-slider", children: [
|
|
7722
7720
|
/* @__PURE__ */ e(m, { className: "c-image-slider__container", children: a.map((n) => /* @__PURE__ */ t(m, { direction: "column", className: "c-image-slider__slide", children: [
|
|
7723
7721
|
/* @__PURE__ */ t("div", { className: "c-image-slider__img-container", children: [
|
|
7724
7722
|
/* @__PURE__ */ e(
|
|
@@ -7730,7 +7728,7 @@ const d1 = j(
|
|
|
7730
7728
|
}
|
|
7731
7729
|
),
|
|
7732
7730
|
/* @__PURE__ */ e("div", { className: "c-image-slider__shadow" }),
|
|
7733
|
-
n.title && /* @__PURE__ */ t(
|
|
7731
|
+
n.title && /* @__PURE__ */ t(w, { className: "c-image-slider__content o-page-wrap", color: "white", children: [
|
|
7734
7732
|
/* @__PURE__ */ e(
|
|
7735
7733
|
"img",
|
|
7736
7734
|
{
|
|
@@ -7740,7 +7738,7 @@ const d1 = j(
|
|
|
7740
7738
|
}
|
|
7741
7739
|
),
|
|
7742
7740
|
/* @__PURE__ */ e(A, { children: n.date }),
|
|
7743
|
-
/* @__PURE__ */ e(
|
|
7741
|
+
/* @__PURE__ */ e(Z, { size: "xs", className: "c-image-slider__content-title", children: n.title }),
|
|
7744
7742
|
s === _.DESKTOP && r(n.firstButton, n.secondButton)
|
|
7745
7743
|
] })
|
|
7746
7744
|
] }),
|
|
@@ -7793,7 +7791,7 @@ const d1 = j(
|
|
|
7793
7791
|
children: [
|
|
7794
7792
|
/* @__PURE__ */ t(m, { className: "c-info-banner__content", direction: "column", justifyContent: "between", children: [
|
|
7795
7793
|
s && /* @__PURE__ */ e(
|
|
7796
|
-
|
|
7794
|
+
Z,
|
|
7797
7795
|
{
|
|
7798
7796
|
fontFamily: "source-serif-pro",
|
|
7799
7797
|
...s,
|
|
@@ -7806,7 +7804,7 @@ const d1 = j(
|
|
|
7806
7804
|
}
|
|
7807
7805
|
),
|
|
7808
7806
|
/* @__PURE__ */ e(g, { as: c ? "a" : "div", size: "s", color: "black", ...c || {}, children: a }),
|
|
7809
|
-
l && /* @__PURE__ */ e(
|
|
7807
|
+
l && /* @__PURE__ */ e(V, { ...l, variant: "ghost", className: "c-info-banner__close", children: /* @__PURE__ */ e(z, { name: "close", size: 12, color: "white" }) })
|
|
7810
7808
|
] }),
|
|
7811
7809
|
r && /* @__PURE__ */ t("div", { className: "c-info-banner__info", children: [
|
|
7812
7810
|
/* @__PURE__ */ e(
|
|
@@ -7820,7 +7818,7 @@ const d1 = j(
|
|
|
7820
7818
|
}
|
|
7821
7819
|
),
|
|
7822
7820
|
/* @__PURE__ */ e(
|
|
7823
|
-
|
|
7821
|
+
w,
|
|
7824
7822
|
{
|
|
7825
7823
|
id: "info-button-content",
|
|
7826
7824
|
className: "c-info-banner__info-content",
|
|
@@ -7933,7 +7931,7 @@ const d1 = j(
|
|
|
7933
7931
|
}) => a ? /* @__PURE__ */ t(m, { direction: "column", gap: "l", ...c, children: [
|
|
7934
7932
|
/* @__PURE__ */ e(A1, {}),
|
|
7935
7933
|
/* @__PURE__ */ e(
|
|
7936
|
-
|
|
7934
|
+
w,
|
|
7937
7935
|
{
|
|
7938
7936
|
id: "mbrs-live-question-container",
|
|
7939
7937
|
className: "c-live-question",
|
|
@@ -7942,8 +7940,8 @@ const d1 = j(
|
|
|
7942
7940
|
mx: { xs: "m", md: "0" }
|
|
7943
7941
|
}
|
|
7944
7942
|
)
|
|
7945
|
-
] }) : null, B3 = ({ question: a, author: s, response: c, ...l }) => /* @__PURE__ */ t(
|
|
7946
|
-
/* @__PURE__ */ t(
|
|
7943
|
+
] }) : null, B3 = ({ question: a, author: s, response: c, ...l }) => /* @__PURE__ */ t(w, { ...l, className: "c-live-talk", children: [
|
|
7944
|
+
/* @__PURE__ */ t(w, { bg: "grey-100", p: "s", mb: "xl", radius: "m", className: "c-live-talk__question", children: [
|
|
7947
7945
|
/* @__PURE__ */ e(
|
|
7948
7946
|
g,
|
|
7949
7947
|
{
|
|
@@ -7957,7 +7955,7 @@ const d1 = j(
|
|
|
7957
7955
|
/* @__PURE__ */ e(g, { color: "black", weight: "bold", size: "xs", children: s })
|
|
7958
7956
|
] }),
|
|
7959
7957
|
c && /* @__PURE__ */ e(g, { color: "grey-600", fontFamily: "source-serif-pro", size: "l", children: c })
|
|
7960
|
-
] }),
|
|
7958
|
+
] }), Z3 = ({
|
|
7961
7959
|
status: a,
|
|
7962
7960
|
header: s,
|
|
7963
7961
|
title: c,
|
|
@@ -7972,13 +7970,13 @@ const d1 = j(
|
|
|
7972
7970
|
default: "black",
|
|
7973
7971
|
bold: "black"
|
|
7974
7972
|
};
|
|
7975
|
-
return /* @__PURE__ */ t(
|
|
7973
|
+
return /* @__PURE__ */ t(w, { as: "header", ...r, children: [
|
|
7976
7974
|
/* @__PURE__ */ t(m, { gap: "xs", alignItems: "center", mb: "xs", children: [
|
|
7977
7975
|
/* @__PURE__ */ e(g, { size: "xl", fontFamily: "source-serif-pro", weight: "semi-bold", children: s }),
|
|
7978
7976
|
l && /* @__PURE__ */ e("img", { alt: l.name, src: l.src, width: "32", height: "32" })
|
|
7979
7977
|
] }),
|
|
7980
7978
|
/* @__PURE__ */ e(
|
|
7981
|
-
|
|
7979
|
+
Z,
|
|
7982
7980
|
{
|
|
7983
7981
|
as: "h2",
|
|
7984
7982
|
color: n[a] || "black",
|
|
@@ -7990,7 +7988,7 @@ const d1 = j(
|
|
|
7990
7988
|
}
|
|
7991
7989
|
)
|
|
7992
7990
|
] });
|
|
7993
|
-
},
|
|
7991
|
+
}, V3 = (a) => /* @__PURE__ */ t(m, { as: C, color: "black", alignItems: "center", ...a, children: [
|
|
7994
7992
|
/* @__PURE__ */ e(z, { mr: "xs", name: "power", size: 20 }),
|
|
7995
7993
|
/* @__PURE__ */ e(g, { size: "m", as: "span", weight: "bold", children: "Se déconnecter" })
|
|
7996
7994
|
] }), H3 = ({
|
|
@@ -8007,7 +8005,7 @@ const d1 = j(
|
|
|
8007
8005
|
},
|
|
8008
8006
|
[]
|
|
8009
8007
|
);
|
|
8010
|
-
return /* @__PURE__ */ t(
|
|
8008
|
+
return /* @__PURE__ */ t(w, { ...r, children: [
|
|
8011
8009
|
/* @__PURE__ */ t("svg", { className: "c-map-departments", viewBox: "0 0 525 600", width: "525", children: [
|
|
8012
8010
|
/* @__PURE__ */ e("title", { children: "Carte des départements français avec DOM" }),
|
|
8013
8011
|
/* @__PURE__ */ e("desc", { children: "Carte des résultats département par département. Cliquez sur un département pour en voir le détail" }),
|
|
@@ -8058,7 +8056,7 @@ const d1 = j(
|
|
|
8058
8056
|
}) => {
|
|
8059
8057
|
const n = ["75", "77", "78", "91", "92", "93", "94", "95"], i = Object.entries(l ?? {}).reduce(
|
|
8060
8058
|
(d, [u, h]) => {
|
|
8061
|
-
const
|
|
8059
|
+
const x = /* @__PURE__ */ e(
|
|
8062
8060
|
"g",
|
|
8063
8061
|
{
|
|
8064
8062
|
className: "c-map-districts__zoomable",
|
|
@@ -8067,16 +8065,16 @@ const d1 = j(
|
|
|
8067
8065
|
"data-info": `${u} - ${h.text.label}`
|
|
8068
8066
|
},
|
|
8069
8067
|
children: Object.entries(h).map(
|
|
8070
|
-
([
|
|
8071
|
-
const b = (N) => N.numDistrict ===
|
|
8072
|
-
return
|
|
8068
|
+
([v, y]) => {
|
|
8069
|
+
const b = (N) => N.numDistrict === v, f = c.find(b);
|
|
8070
|
+
return v === "text" && y.transform ? /* @__PURE__ */ e(
|
|
8073
8071
|
"text",
|
|
8074
8072
|
{
|
|
8075
8073
|
transform: `matrix(${y.transform})`,
|
|
8076
8074
|
className: "c-map-districts__text",
|
|
8077
8075
|
children: y.label
|
|
8078
8076
|
},
|
|
8079
|
-
|
|
8077
|
+
v
|
|
8080
8078
|
) : /* @__PURE__ */ e(
|
|
8081
8079
|
"a",
|
|
8082
8080
|
{
|
|
@@ -8085,7 +8083,7 @@ const d1 = j(
|
|
|
8085
8083
|
children: /* @__PURE__ */ t(
|
|
8086
8084
|
"path",
|
|
8087
8085
|
{
|
|
8088
|
-
id:
|
|
8086
|
+
id: v,
|
|
8089
8087
|
className: p("c-map-districts__path", {
|
|
8090
8088
|
[`c-map-districts__path--${f?.politicalParty.color}`]: f
|
|
8091
8089
|
}),
|
|
@@ -8097,24 +8095,24 @@ const d1 = j(
|
|
|
8097
8095
|
}
|
|
8098
8096
|
)
|
|
8099
8097
|
},
|
|
8100
|
-
|
|
8098
|
+
v
|
|
8101
8099
|
);
|
|
8102
8100
|
}
|
|
8103
8101
|
)
|
|
8104
8102
|
},
|
|
8105
8103
|
u
|
|
8106
8104
|
);
|
|
8107
|
-
return n.includes(u) ? d.idf.push(
|
|
8105
|
+
return n.includes(u) ? d.idf.push(x) : d.others.push(x), d;
|
|
8108
8106
|
},
|
|
8109
8107
|
{ idf: [], others: [] }
|
|
8110
8108
|
), o = c.reduce(
|
|
8111
8109
|
(d, u) => {
|
|
8112
|
-
const { name: h, color:
|
|
8113
|
-
return d.some((
|
|
8110
|
+
const { name: h, color: x } = u.politicalParty;
|
|
8111
|
+
return d.some((v) => v.name === h) || d.push({ name: h, color: x }), d;
|
|
8114
8112
|
},
|
|
8115
8113
|
[]
|
|
8116
8114
|
);
|
|
8117
|
-
return /* @__PURE__ */ t(
|
|
8115
|
+
return /* @__PURE__ */ t(w, { ...r, children: [
|
|
8118
8116
|
/* @__PURE__ */ t("div", { className: "c-map-districts-container", children: [
|
|
8119
8117
|
/* @__PURE__ */ t(g, { weight: "bold", textAlign: "center", className: "c-map-districts-container__description", children: [
|
|
8120
8118
|
"Cliquez sur un département",
|
|
@@ -8130,7 +8128,7 @@ const d1 = j(
|
|
|
8130
8128
|
}
|
|
8131
8129
|
),
|
|
8132
8130
|
/* @__PURE__ */ e(
|
|
8133
|
-
|
|
8131
|
+
V,
|
|
8134
8132
|
{
|
|
8135
8133
|
iconProps: { name: "close", size: 15 },
|
|
8136
8134
|
variant: "close",
|
|
@@ -8156,17 +8154,17 @@ const d1 = j(
|
|
|
8156
8154
|
const i = c.reduce(
|
|
8157
8155
|
(o, d) => {
|
|
8158
8156
|
const { name: u, color: h } = d.politicalParty;
|
|
8159
|
-
return o.some((
|
|
8157
|
+
return o.some((x) => x.name === u) || o.push({ name: u, color: h }), o;
|
|
8160
8158
|
},
|
|
8161
8159
|
[]
|
|
8162
8160
|
);
|
|
8163
|
-
return /* @__PURE__ */ t(
|
|
8161
|
+
return /* @__PURE__ */ t(w, { ...n, children: [
|
|
8164
8162
|
/* @__PURE__ */ t("svg", { className: "c-map-europe", width: "460", viewBox: "0 0 460 445", children: [
|
|
8165
8163
|
/* @__PURE__ */ e("title", { children: `Carte de l'Europe - Élections ${a}` }),
|
|
8166
8164
|
/* @__PURE__ */ e("desc", { children: `Carte des résultats aux élections ${a} ${s} par pays` }),
|
|
8167
8165
|
/* @__PURE__ */ e("g", { className: "c-map-europe__eu-countries", children: Object.entries(l ?? {}).map(
|
|
8168
8166
|
([o, d]) => {
|
|
8169
|
-
const u = (
|
|
8167
|
+
const u = (x) => x.key === o, h = c.find(u);
|
|
8170
8168
|
return /* @__PURE__ */ e(
|
|
8171
8169
|
"path",
|
|
8172
8170
|
{
|
|
@@ -8202,8 +8200,8 @@ const d1 = j(
|
|
|
8202
8200
|
continue;
|
|
8203
8201
|
const r = /* @__PURE__ */ new Map();
|
|
8204
8202
|
for (const u of l.matchAll(y0)) {
|
|
8205
|
-
const [, h,
|
|
8206
|
-
h && r.set(h,
|
|
8203
|
+
const [, h, x] = u;
|
|
8204
|
+
h && r.set(h, x || "");
|
|
8207
8205
|
}
|
|
8208
8206
|
const n = r.get("id"), i = r.get("d"), o = r.get("data-name"), d = r.get("data-url");
|
|
8209
8207
|
!n || !i || !o || !d || s.push({
|
|
@@ -8225,7 +8223,7 @@ const d1 = j(
|
|
|
8225
8223
|
}) => {
|
|
8226
8224
|
if (!c)
|
|
8227
8225
|
return /* @__PURE__ */ e("output", { "aria-live": "polite", children: "Chargement de la carte…" });
|
|
8228
|
-
const o = a === _.MOBILE, d = new Map(s.map((b) => [b.id, b])), u = /* @__PURE__ */ new Map(), h = U(() => r ? z0(_0(r)) : /* @__PURE__ */ new Map(), [r]),
|
|
8226
|
+
const o = a === _.MOBILE, d = new Map(s.map((b) => [b.id, b])), u = /* @__PURE__ */ new Map(), h = U(() => r ? z0(_0(r)) : /* @__PURE__ */ new Map(), [r]), x = U(() => new Map(
|
|
8229
8227
|
E1.map((b) => {
|
|
8230
8228
|
const f = h.get(`town-${b.id}`);
|
|
8231
8229
|
return f ? [b.name, f.url] : null;
|
|
@@ -8235,8 +8233,8 @@ const d1 = j(
|
|
|
8235
8233
|
const { name: f, color: N } = b.politicalParty;
|
|
8236
8234
|
u.has(f) || u.set(f, { name: f, color: N });
|
|
8237
8235
|
});
|
|
8238
|
-
const
|
|
8239
|
-
const f =
|
|
8236
|
+
const v = (b) => {
|
|
8237
|
+
const f = x.get(b.label);
|
|
8240
8238
|
return (
|
|
8241
8239
|
// biome-ignore lint/a11y/useSemanticElements: fieldset is reserved for forms.
|
|
8242
8240
|
/* @__PURE__ */ t(
|
|
@@ -8286,7 +8284,7 @@ const d1 = j(
|
|
|
8286
8284
|
);
|
|
8287
8285
|
}, y = Array.from(u.values());
|
|
8288
8286
|
return /* @__PURE__ */ t(
|
|
8289
|
-
|
|
8287
|
+
w,
|
|
8290
8288
|
{
|
|
8291
8289
|
...i,
|
|
8292
8290
|
className: p("c-map-towns", n, {
|
|
@@ -8377,9 +8375,9 @@ const d1 = j(
|
|
|
8377
8375
|
gap: { md: "l" },
|
|
8378
8376
|
justifyContent: { xs: "between", md: "start" },
|
|
8379
8377
|
children: [
|
|
8380
|
-
|
|
8381
|
-
|
|
8382
|
-
|
|
8378
|
+
v(L1.PARIS),
|
|
8379
|
+
v(L1.MARSEILLE),
|
|
8380
|
+
v(L1.LYON)
|
|
8383
8381
|
]
|
|
8384
8382
|
}
|
|
8385
8383
|
),
|
|
@@ -8472,7 +8470,7 @@ const d1 = j(
|
|
|
8472
8470
|
size: i,
|
|
8473
8471
|
...o
|
|
8474
8472
|
}) => /* @__PURE__ */ e(
|
|
8475
|
-
|
|
8473
|
+
V,
|
|
8476
8474
|
{
|
|
8477
8475
|
...o,
|
|
8478
8476
|
color: n,
|
|
@@ -8688,7 +8686,7 @@ const d1 = j(
|
|
|
8688
8686
|
},
|
|
8689
8687
|
children: [
|
|
8690
8688
|
(d?.tags ?? []).length > 0 && /* @__PURE__ */ e("li", { children: /* @__PURE__ */ e(m, { as: "ul", gap: "xxs", mb: "l", wrap: "wrap", children: d.tags?.map((h) => /* @__PURE__ */ e("li", { children: /* @__PURE__ */ e(W, { href: h.href, color: "ultramarine", children: h.children }, h.href) }, h.href)) }) }),
|
|
8691
|
-
d.links.map((h,
|
|
8689
|
+
d.links.map((h, x) => "name" in h ? /* @__PURE__ */ e(
|
|
8692
8690
|
B1,
|
|
8693
8691
|
{
|
|
8694
8692
|
as: "li",
|
|
@@ -8698,7 +8696,7 @@ const d1 = j(
|
|
|
8698
8696
|
children: h.name
|
|
8699
8697
|
},
|
|
8700
8698
|
iconProps: { size: [10, 14], className: "c-collapse__icon--small" },
|
|
8701
|
-
index: u * (
|
|
8699
|
+
index: u * (x + 1),
|
|
8702
8700
|
btnProps: {
|
|
8703
8701
|
color: "black",
|
|
8704
8702
|
px: "0",
|
|
@@ -8706,21 +8704,21 @@ const d1 = j(
|
|
|
8706
8704
|
},
|
|
8707
8705
|
contentWithBorder: !1,
|
|
8708
8706
|
contentProps: { as: "ul", px: "0", pt: "xxs", pb: "xs" },
|
|
8709
|
-
children: h.links.map((
|
|
8707
|
+
children: h.links.map((v, y) => /* @__PURE__ */ e("li", { children: /* @__PURE__ */ t(
|
|
8710
8708
|
m,
|
|
8711
8709
|
{
|
|
8712
8710
|
as: C,
|
|
8713
|
-
href:
|
|
8711
|
+
href: v.href,
|
|
8714
8712
|
color: "black",
|
|
8715
8713
|
pb: y !== h.links.length - 1 ? "m" : "0",
|
|
8716
8714
|
justifyContent: "between",
|
|
8717
8715
|
alignItems: "center",
|
|
8718
8716
|
children: [
|
|
8719
|
-
/* @__PURE__ */ e(g, { size: "xs", children:
|
|
8717
|
+
/* @__PURE__ */ e(g, { size: "xs", children: v.children }),
|
|
8720
8718
|
/* @__PURE__ */ e(z, { name: "chevron", size: [10, 14] })
|
|
8721
8719
|
]
|
|
8722
8720
|
}
|
|
8723
|
-
) },
|
|
8721
|
+
) }, v.href))
|
|
8724
8722
|
},
|
|
8725
8723
|
h.name
|
|
8726
8724
|
) : /* @__PURE__ */ e("li", { children: /* @__PURE__ */ t(
|
|
@@ -8729,8 +8727,8 @@ const d1 = j(
|
|
|
8729
8727
|
as: C,
|
|
8730
8728
|
href: h.href,
|
|
8731
8729
|
color: "black",
|
|
8732
|
-
pb:
|
|
8733
|
-
...d.links?.some((
|
|
8730
|
+
pb: x !== d.links.length - 1 ? "l" : "0",
|
|
8731
|
+
...d.links?.some((v) => "name" in v) && {
|
|
8734
8732
|
pt: "xs",
|
|
8735
8733
|
pb: "xxs"
|
|
8736
8734
|
},
|
|
@@ -8740,7 +8738,7 @@ const d1 = j(
|
|
|
8740
8738
|
/* @__PURE__ */ e(
|
|
8741
8739
|
g,
|
|
8742
8740
|
{
|
|
8743
|
-
weight: d.categoryLink === h.href || d.links?.some((
|
|
8741
|
+
weight: d.categoryLink === h.href || d.links?.some((v) => "name" in v) ? "semi-bold" : "regular",
|
|
8744
8742
|
children: h.children
|
|
8745
8743
|
}
|
|
8746
8744
|
),
|
|
@@ -8771,9 +8769,9 @@ const d1 = j(
|
|
|
8771
8769
|
) }, d.categoryLink)
|
|
8772
8770
|
)
|
|
8773
8771
|
] }),
|
|
8774
|
-
l && /* @__PURE__ */ e(
|
|
8775
|
-
n && /* @__PURE__ */ e(
|
|
8776
|
-
|
|
8772
|
+
l && /* @__PURE__ */ e(w, { id: "mbrs-darkmode-container", p: "l", py: "m" }),
|
|
8773
|
+
n && /* @__PURE__ */ e(w, { className: "c-menu__list", children: /* @__PURE__ */ e(
|
|
8774
|
+
V,
|
|
8777
8775
|
{
|
|
8778
8776
|
iconProps: {
|
|
8779
8777
|
name: "mood"
|
|
@@ -8794,7 +8792,7 @@ const d1 = j(
|
|
|
8794
8792
|
)
|
|
8795
8793
|
]
|
|
8796
8794
|
}
|
|
8797
|
-
), F3 = ({ links: a, activeLink: s, ...c }) => /* @__PURE__ */ e(
|
|
8795
|
+
), F3 = ({ links: a, activeLink: s, ...c }) => /* @__PURE__ */ e(w, { className: "c-sub-menu", ...c, children: a.map((l, r) => {
|
|
8798
8796
|
const n = s === l.href;
|
|
8799
8797
|
return /* @__PURE__ */ t(
|
|
8800
8798
|
m,
|
|
@@ -8823,8 +8821,8 @@ const d1 = j(
|
|
|
8823
8821
|
variant: i = "small",
|
|
8824
8822
|
...o
|
|
8825
8823
|
}) => {
|
|
8826
|
-
const d = /* @__PURE__ */ t(
|
|
8827
|
-
/* @__PURE__ */ e(
|
|
8824
|
+
const d = /* @__PURE__ */ t(w, { as: "form", color: "white", bg: "ultramarine", px: "m", py: "xxl", className: "c-newsletter__form", children: [
|
|
8825
|
+
/* @__PURE__ */ e(Z, { as: "h5", size: i === "large" ? "m" : "xxs", textAlign: "center", mb: "l", children: a }),
|
|
8828
8826
|
/* @__PURE__ */ e(
|
|
8829
8827
|
g,
|
|
8830
8828
|
{
|
|
@@ -8835,7 +8833,7 @@ const d1 = j(
|
|
|
8835
8833
|
}
|
|
8836
8834
|
),
|
|
8837
8835
|
/* @__PURE__ */ e(T1, { className: "c-input--newsletter", type: "email", placeholder: c }),
|
|
8838
|
-
/* @__PURE__ */ e(
|
|
8836
|
+
/* @__PURE__ */ e(V, { color: "primary", variant: "outlined", type: "submit", className: "c-newsletter__button", children: l }),
|
|
8839
8837
|
/* @__PURE__ */ t(
|
|
8840
8838
|
m,
|
|
8841
8839
|
{
|
|
@@ -8851,14 +8849,14 @@ const d1 = j(
|
|
|
8851
8849
|
}
|
|
8852
8850
|
)
|
|
8853
8851
|
] });
|
|
8854
|
-
return /* @__PURE__ */ e(
|
|
8852
|
+
return /* @__PURE__ */ e(w, { ...o, className: p("c-newsletter", o?.className), children: n && /* @__PURE__ */ t(S, { children: [
|
|
8855
8853
|
/* @__PURE__ */ e(A1, { bg: n }),
|
|
8856
8854
|
d
|
|
8857
8855
|
] }) });
|
|
8858
8856
|
}, T3 = ({
|
|
8859
8857
|
items: a,
|
|
8860
8858
|
...s
|
|
8861
|
-
}) => !a || a.length === 0 ? null : /* @__PURE__ */ e(
|
|
8859
|
+
}) => !a || a.length === 0 ? null : /* @__PURE__ */ e(w, { ...s, as: "ol", className: "c-ordered-list-with-number", children: a.map((c) => /* @__PURE__ */ e(g, { as: "li", className: "c-ordered-list-with-number__item", size: "xl", children: c.text }, c.id)) }), D3 = ({
|
|
8862
8860
|
totalArticles: a,
|
|
8863
8861
|
currentPage: s,
|
|
8864
8862
|
pagePath: c,
|
|
@@ -8872,8 +8870,8 @@ const d1 = j(
|
|
|
8872
8870
|
percentage: a,
|
|
8873
8871
|
progressBarClassName: s,
|
|
8874
8872
|
...c
|
|
8875
|
-
}) => /* @__PURE__ */ e(
|
|
8876
|
-
|
|
8873
|
+
}) => /* @__PURE__ */ e(w, { ...c, bg: "white", className: p("c-percentage-bar", c?.className), children: /* @__PURE__ */ e(
|
|
8874
|
+
w,
|
|
8877
8875
|
{
|
|
8878
8876
|
bg: "ultramarine",
|
|
8879
8877
|
className: p("c-percentage-bar__progress-bar", s),
|
|
@@ -8897,7 +8895,7 @@ const d1 = j(
|
|
|
8897
8895
|
)
|
|
8898
8896
|
}
|
|
8899
8897
|
) }), R3 = ({ content: a, ...s }) => /* @__PURE__ */ e(
|
|
8900
|
-
|
|
8898
|
+
w,
|
|
8901
8899
|
{
|
|
8902
8900
|
...s,
|
|
8903
8901
|
className: p("c-prose", s?.className),
|
|
@@ -8915,8 +8913,8 @@ const d1 = j(
|
|
|
8915
8913
|
reactListItemThemeColor: d,
|
|
8916
8914
|
userReaction: u,
|
|
8917
8915
|
variant: h,
|
|
8918
|
-
layout:
|
|
8919
|
-
contentId:
|
|
8916
|
+
layout: x,
|
|
8917
|
+
contentId: v,
|
|
8920
8918
|
contentLegacyId: y,
|
|
8921
8919
|
...b
|
|
8922
8920
|
}) => {
|
|
@@ -8947,7 +8945,7 @@ const d1 = j(
|
|
|
8947
8945
|
};
|
|
8948
8946
|
}
|
|
8949
8947
|
}, M = /* @__PURE__ */ e(m, { as: "ul", direction: "row-reverse", alignItems: "center", className: "c-react-button__list", children: o?.sort((B, H) => H.count - B.count).map((B, H) => /* @__PURE__ */ e(
|
|
8950
|
-
|
|
8948
|
+
w,
|
|
8951
8949
|
{
|
|
8952
8950
|
as: "li",
|
|
8953
8951
|
className: p("c-react-button__list-item", {
|
|
@@ -8990,8 +8988,8 @@ const d1 = j(
|
|
|
8990
8988
|
...n,
|
|
8991
8989
|
ariaLabel: "Reagir au contenu",
|
|
8992
8990
|
iconProps: { name: "thumb", "aria-hidden": !0, ...N() },
|
|
8993
|
-
"aria-describedby":
|
|
8994
|
-
children:
|
|
8991
|
+
"aria-describedby": x === _.DESKTOP ? `react-tooltip-${y || v}` : void 0,
|
|
8992
|
+
children: x === _.DESKTOP && /* @__PURE__ */ e(t1, { id: `react-tooltip-${y || v}`, text: "Réagir" })
|
|
8995
8993
|
}
|
|
8996
8994
|
),
|
|
8997
8995
|
h === "card" && /* @__PURE__ */ t(S, { children: [
|
|
@@ -9083,7 +9081,7 @@ const d1 = j(
|
|
|
9083
9081
|
ariaLabel: r,
|
|
9084
9082
|
...n
|
|
9085
9083
|
}) => /* @__PURE__ */ t(
|
|
9086
|
-
|
|
9084
|
+
w,
|
|
9087
9085
|
{
|
|
9088
9086
|
...n,
|
|
9089
9087
|
as: "form",
|
|
@@ -9123,7 +9121,7 @@ const d1 = j(
|
|
|
9123
9121
|
isUnderlined: l = !0,
|
|
9124
9122
|
...r
|
|
9125
9123
|
}) => /* @__PURE__ */ t(
|
|
9126
|
-
|
|
9124
|
+
Z,
|
|
9127
9125
|
{
|
|
9128
9126
|
...s && { as: "a", href: s },
|
|
9129
9127
|
size: "xxs",
|
|
@@ -9174,7 +9172,7 @@ const d1 = j(
|
|
|
9174
9172
|
pinterest: "pinterest",
|
|
9175
9173
|
print: "printer",
|
|
9176
9174
|
twitter: "twitter"
|
|
9177
|
-
},
|
|
9175
|
+
}, Z0 = () => typeof window > "u" ? "" : window.location.href, V0 = () => typeof document > "u" ? "" : document.title, J1 = (a) => encodeURIComponent(a).replace(
|
|
9178
9176
|
/[!'()*]/g,
|
|
9179
9177
|
(s) => `%${s.charCodeAt(0).toString(16).toUpperCase()}`
|
|
9180
9178
|
), H0 = (a, s) => {
|
|
@@ -9213,33 +9211,33 @@ const d1 = j(
|
|
|
9213
9211
|
if (!d.length)
|
|
9214
9212
|
return null;
|
|
9215
9213
|
const u = {
|
|
9216
|
-
url: s ||
|
|
9217
|
-
title: c ||
|
|
9214
|
+
url: s || Z0(),
|
|
9215
|
+
title: c || V0(),
|
|
9218
9216
|
description: l,
|
|
9219
9217
|
media: r,
|
|
9220
9218
|
facebookAppId: n
|
|
9221
9219
|
};
|
|
9222
|
-
return /* @__PURE__ */ e(
|
|
9223
|
-
const
|
|
9220
|
+
return /* @__PURE__ */ e(w, { p: "xxs-2", ...o, className: p("c-share-bar", i), radius: "m", children: /* @__PURE__ */ e(m, { as: "ul", className: "c-share-bar__list", gap: "xxs", alignItems: "center", children: d.map((h) => {
|
|
9221
|
+
const x = S0[h], v = /* @__PURE__ */ e(z, { name: B0[h], size: 18, className: "c-share-bar__icon" });
|
|
9224
9222
|
return h === "print" ? /* @__PURE__ */ e("li", { className: "c-share-bar__item", children: /* @__PURE__ */ e(
|
|
9225
9223
|
"button",
|
|
9226
9224
|
{
|
|
9227
9225
|
type: "button",
|
|
9228
9226
|
className: "c-share-bar__button c-share-bar__button--print",
|
|
9229
|
-
"aria-label":
|
|
9227
|
+
"aria-label": x,
|
|
9230
9228
|
onClick: () => window.print(),
|
|
9231
|
-
children:
|
|
9229
|
+
children: v
|
|
9232
9230
|
}
|
|
9233
9231
|
) }, h) : /* @__PURE__ */ e("li", { className: "c-share-bar__item", children: /* @__PURE__ */ e(
|
|
9234
9232
|
"a",
|
|
9235
9233
|
{
|
|
9236
9234
|
href: H0(h, u),
|
|
9237
9235
|
className: p("c-share-bar__button", `c-share-bar__button--${h}`),
|
|
9238
|
-
"aria-label":
|
|
9236
|
+
"aria-label": x,
|
|
9239
9237
|
onClick: h === "email" ? void 0 : $0,
|
|
9240
9238
|
rel: h === "email" ? void 0 : "noopener noreferrer",
|
|
9241
9239
|
target: h === "email" ? void 0 : "_blank",
|
|
9242
|
-
children:
|
|
9240
|
+
children: v
|
|
9243
9241
|
}
|
|
9244
9242
|
) }, h);
|
|
9245
9243
|
}) }) });
|
|
@@ -9252,13 +9250,13 @@ const d1 = j(
|
|
|
9252
9250
|
...n
|
|
9253
9251
|
}) => {
|
|
9254
9252
|
const i = /* @__PURE__ */ t(S, { children: [
|
|
9255
|
-
/* @__PURE__ */ e(
|
|
9253
|
+
/* @__PURE__ */ e(Z, { size: { xs: "m", md: "xxl" }, fontFamily: "obviously", mb: "l", children: s }),
|
|
9256
9254
|
/* @__PURE__ */ e(g, { as: "div", size: { xs: "m", md: "xl" }, mb: "xl", children: c })
|
|
9257
9255
|
] }), o = r ? /* @__PURE__ */ e(C, { buttonColor: "primary", ...r, children: /* @__PURE__ */ t(m, { alignItems: "center", children: [
|
|
9258
9256
|
/* @__PURE__ */ e(z, { name: "video-outlined", size: 13, mr: "xxs" }),
|
|
9259
9257
|
r.children
|
|
9260
9258
|
] }) }) : void 0;
|
|
9261
|
-
return /* @__PURE__ */ t(
|
|
9259
|
+
return /* @__PURE__ */ t(w, { as: "section", ...n, className: "c-show-cover", children: [
|
|
9262
9260
|
/* @__PURE__ */ e(
|
|
9263
9261
|
"img",
|
|
9264
9262
|
{
|
|
@@ -9271,7 +9269,7 @@ const d1 = j(
|
|
|
9271
9269
|
l === _.DESKTOP ? /* @__PURE__ */ e(m, { as: "section", className: "c-show-cover__content o-page-wrap", color: "white", children: /* @__PURE__ */ t(I, { as: "section", basis: 50, children: [
|
|
9272
9270
|
i,
|
|
9273
9271
|
o
|
|
9274
|
-
] }) }) : /* @__PURE__ */ t(
|
|
9272
|
+
] }) }) : /* @__PURE__ */ t(w, { as: "section", color: "white", px: "m", className: "c-show-cover__content", children: [
|
|
9275
9273
|
i,
|
|
9276
9274
|
o && /* @__PURE__ */ e(m, { justifyContent: "center", children: o })
|
|
9277
9275
|
] })
|
|
@@ -9288,9 +9286,9 @@ const d1 = j(
|
|
|
9288
9286
|
disableAvatar: d = !1,
|
|
9289
9287
|
themeColor: u,
|
|
9290
9288
|
sponsor: h,
|
|
9291
|
-
...
|
|
9289
|
+
...x
|
|
9292
9290
|
}) => {
|
|
9293
|
-
const
|
|
9291
|
+
const v = /* @__PURE__ */ t(m, { ...x, as: "address", alignItems: "start", gap: "s", children: [
|
|
9294
9292
|
!d && /* @__PURE__ */ e(Q2, { avatars: a, themeColor: u }),
|
|
9295
9293
|
/* @__PURE__ */ t(I, { grow: 1, align: r ? "start" : "center", children: [
|
|
9296
9294
|
o ? /* @__PURE__ */ e("div", { children: /* @__PURE__ */ e(g, { as: "span", size: "s", weight: "bold", px: "xxs", bg: "sponsoring", color: "grey-900", children: s }) }) : /* @__PURE__ */ e(g, { size: "s", weight: "bold", children: s }),
|
|
@@ -9307,10 +9305,10 @@ const d1 = j(
|
|
|
9307
9305
|
] }),
|
|
9308
9306
|
h && c === _.MOBILE && /* @__PURE__ */ e(X, { sponsor: h, size: "xxs" })
|
|
9309
9307
|
] });
|
|
9310
|
-
return i ? /* @__PURE__ */ e("a", { href: i, children:
|
|
9308
|
+
return i ? /* @__PURE__ */ e("a", { href: i, children: v }) : v;
|
|
9311
9309
|
}, q3 = ({ installButton: a, closeButton: s }) => /* @__PURE__ */ t(m, { className: "c-smart-banner", alignItems: "center", gap: "xs", bg: "ultramarine", color: "white", children: [
|
|
9312
9310
|
/* @__PURE__ */ e(
|
|
9313
|
-
|
|
9311
|
+
V,
|
|
9314
9312
|
{
|
|
9315
9313
|
...s,
|
|
9316
9314
|
variant: "ghost",
|
|
@@ -9329,7 +9327,7 @@ const d1 = j(
|
|
|
9329
9327
|
] }),
|
|
9330
9328
|
/* @__PURE__ */ e(g, { size: "xxs-2", children: "Retrouvez l’actualité sur notre application" })
|
|
9331
9329
|
] }),
|
|
9332
|
-
/* @__PURE__ */ e(
|
|
9330
|
+
/* @__PURE__ */ e(V, { ...a, className: "c-smart-banner__btn color-ultramarine bg-white", children: "Installer" })
|
|
9333
9331
|
] }), u1 = (a) => a || null, p1 = {
|
|
9334
9332
|
role: "button",
|
|
9335
9333
|
tabIndex: 0,
|
|
@@ -9400,8 +9398,8 @@ const d1 = j(
|
|
|
9400
9398
|
contentModel: d,
|
|
9401
9399
|
contentLink: u,
|
|
9402
9400
|
withReport: h = !0,
|
|
9403
|
-
withChatbotButton:
|
|
9404
|
-
commentAnchor:
|
|
9401
|
+
withChatbotButton: x = !1,
|
|
9402
|
+
commentAnchor: v,
|
|
9405
9403
|
disableComment: y,
|
|
9406
9404
|
blockVariant: b,
|
|
9407
9405
|
reactListItems: f,
|
|
@@ -9422,8 +9420,8 @@ const d1 = j(
|
|
|
9422
9420
|
countBg: n,
|
|
9423
9421
|
countStyle: M1(l),
|
|
9424
9422
|
...l === "horizontal" && { id: "mbrs-social-comment-container" },
|
|
9425
|
-
...l !== "card" && { anchor:
|
|
9426
|
-
...l === "card" && u && { link: `${u}#${
|
|
9423
|
+
...l !== "card" && { anchor: v },
|
|
9424
|
+
...l === "card" && u && { link: `${u}#${v}` },
|
|
9427
9425
|
color: b === "blue-grey" ? "white" : "black",
|
|
9428
9426
|
"aria-describedby": M === _.DESKTOP ? `comment-tooltip-${o || i}` : void 0,
|
|
9429
9427
|
children: M === _.DESKTOP && /* @__PURE__ */ e(t1, { id: `comment-tooltip-${o || i}`, text: "Commenter" })
|
|
@@ -9519,7 +9517,7 @@ const d1 = j(
|
|
|
9519
9517
|
}
|
|
9520
9518
|
)
|
|
9521
9519
|
}
|
|
9522
|
-
), J =
|
|
9520
|
+
), J = x && /* @__PURE__ */ e(
|
|
9523
9521
|
e1,
|
|
9524
9522
|
{
|
|
9525
9523
|
role: "button",
|
|
@@ -9539,7 +9537,7 @@ const d1 = j(
|
|
|
9539
9537
|
)
|
|
9540
9538
|
}
|
|
9541
9539
|
), K = /* @__PURE__ */ e(
|
|
9542
|
-
|
|
9540
|
+
V,
|
|
9543
9541
|
{
|
|
9544
9542
|
id: "mbrs-social-chatbot-container-bar",
|
|
9545
9543
|
"data-content-id": i,
|
|
@@ -9559,7 +9557,7 @@ const d1 = j(
|
|
|
9559
9557
|
"aria-label": "Ouvrir le menu des actions",
|
|
9560
9558
|
"data-a11y-dialog-show": "dialog-social-bar"
|
|
9561
9559
|
}
|
|
9562
|
-
),
|
|
9560
|
+
), V1 = (h || x || !!o) && /* @__PURE__ */ e(R1, {}), H1 = l === "horizontal" && x, h1 = j1(H, "mbrs-social-comment-container-modal"), _1 = j1(P, "mbrs-social-share-container-modal"), m1 = j1(J, "mbrs-social-chatbot-container-modal"), z1 = () => {
|
|
9563
9561
|
switch (l) {
|
|
9564
9562
|
case "card":
|
|
9565
9563
|
return /* @__PURE__ */ t(S, { children: [
|
|
@@ -9570,7 +9568,7 @@ const d1 = j(
|
|
|
9570
9568
|
L && /* @__PURE__ */ e("li", { children: L })
|
|
9571
9569
|
] });
|
|
9572
9570
|
case "horizontal":
|
|
9573
|
-
return
|
|
9571
|
+
return x ? /* @__PURE__ */ t(S, { children: [
|
|
9574
9572
|
H && /* @__PURE__ */ e("li", { children: H }),
|
|
9575
9573
|
k && /* @__PURE__ */ e("li", { children: k }),
|
|
9576
9574
|
/* @__PURE__ */ e("li", { children: l1 }),
|
|
@@ -9587,7 +9585,7 @@ const d1 = j(
|
|
|
9587
9585
|
H && /* @__PURE__ */ e("li", { children: H }),
|
|
9588
9586
|
P && /* @__PURE__ */ e("li", { children: P }),
|
|
9589
9587
|
k && /* @__PURE__ */ e("li", { children: k }),
|
|
9590
|
-
/* @__PURE__ */ e("li", { "aria-hidden": "true", children:
|
|
9588
|
+
/* @__PURE__ */ e("li", { "aria-hidden": "true", children: V1 }),
|
|
9591
9589
|
J && /* @__PURE__ */ e("li", { children: J }),
|
|
9592
9590
|
L && /* @__PURE__ */ e("li", { children: L }),
|
|
9593
9591
|
q && /* @__PURE__ */ e("li", { children: q })
|
|
@@ -9603,7 +9601,7 @@ const d1 = j(
|
|
|
9603
9601
|
as: "ul",
|
|
9604
9602
|
...B,
|
|
9605
9603
|
alignItems: "center",
|
|
9606
|
-
gap: l === "horizontal" &&
|
|
9604
|
+
gap: l === "horizontal" && x ? "s" : l === "card" ? "xxs" : "xl",
|
|
9607
9605
|
direction: l === "vertical" ? "column" : "row",
|
|
9608
9606
|
justifyContent: l === "card" ? "between" : void 0,
|
|
9609
9607
|
className: p(
|
|
@@ -9679,7 +9677,7 @@ const d1 = j(
|
|
|
9679
9677
|
return null;
|
|
9680
9678
|
const n = typeof s == "string" ? new Date(s) : s, i = U(() => F0(n, a), [n, a]), o = i.map((h) => h.isActive).lastIndexOf(!0), d = o >= 0 ? (o + 1) / 7 * 100 : 0, u = a > 1 ? "jours" : "jour";
|
|
9681
9679
|
return /* @__PURE__ */ t(
|
|
9682
|
-
|
|
9680
|
+
w,
|
|
9683
9681
|
{
|
|
9684
9682
|
...r,
|
|
9685
9683
|
className: p("c-streak-block", r?.className),
|
|
@@ -9784,7 +9782,7 @@ const d1 = j(
|
|
|
9784
9782
|
pt: "xxl",
|
|
9785
9783
|
pb: "xl",
|
|
9786
9784
|
children: /* @__PURE__ */ t(m, { className: "c-sub-menu__container", gap: "l", children: [
|
|
9787
|
-
/* @__PURE__ */ t(
|
|
9785
|
+
/* @__PURE__ */ t(w, { className: "c-sub-menu__left", children: [
|
|
9788
9786
|
/* @__PURE__ */ t(
|
|
9789
9787
|
m,
|
|
9790
9788
|
{
|
|
@@ -9882,9 +9880,9 @@ const d1 = j(
|
|
|
9882
9880
|
if (!s?.length)
|
|
9883
9881
|
return null;
|
|
9884
9882
|
const l = a ? s[0] : null, r = a ? s.slice(1) : s;
|
|
9885
|
-
return /* @__PURE__ */ t(
|
|
9886
|
-
a && l && /* @__PURE__ */ e("thead", { children: /* @__PURE__ */ e("tr", { children: l.map((n, i) => /* @__PURE__ */ e(
|
|
9887
|
-
/* @__PURE__ */ e("tbody", { children: r.map((n, i) => /* @__PURE__ */ e("tr", { children: n.map((o, d) => /* @__PURE__ */ e(
|
|
9883
|
+
return /* @__PURE__ */ t(w, { as: "table", ...c, children: [
|
|
9884
|
+
a && l && /* @__PURE__ */ e("thead", { children: /* @__PURE__ */ e("tr", { children: l.map((n, i) => /* @__PURE__ */ e(w, { as: "th", p: "s", children: n }, i)) }) }),
|
|
9885
|
+
/* @__PURE__ */ e("tbody", { children: r.map((n, i) => /* @__PURE__ */ e("tr", { children: n.map((o, d) => /* @__PURE__ */ e(w, { as: "td", p: "s", children: o }, d)) }, i)) })
|
|
9888
9886
|
] });
|
|
9889
9887
|
}, g2 = ({
|
|
9890
9888
|
tabItems: a,
|
|
@@ -9895,20 +9893,21 @@ const d1 = j(
|
|
|
9895
9893
|
className: n,
|
|
9896
9894
|
tabProps: i,
|
|
9897
9895
|
tabTitlesColor: o,
|
|
9898
|
-
|
|
9896
|
+
isScrollable: d,
|
|
9897
|
+
...u
|
|
9899
9898
|
}) => {
|
|
9900
|
-
const
|
|
9899
|
+
const h = a.filter(
|
|
9901
9900
|
({ content: v }) => Array.isArray(v) ? v.length > 0 : !!v
|
|
9902
9901
|
);
|
|
9903
|
-
if (
|
|
9902
|
+
if (h.length === 0)
|
|
9904
9903
|
return null;
|
|
9905
|
-
const
|
|
9904
|
+
const x = l || h[0].name;
|
|
9906
9905
|
return /* @__PURE__ */ t(
|
|
9907
|
-
|
|
9906
|
+
w,
|
|
9908
9907
|
{
|
|
9909
9908
|
className: p(n, "js-tabs", { "c-tabs-fit-container": c }),
|
|
9910
9909
|
"data-tabs-name": s,
|
|
9911
|
-
...
|
|
9910
|
+
...u,
|
|
9912
9911
|
children: [
|
|
9913
9912
|
/* @__PURE__ */ e(
|
|
9914
9913
|
m,
|
|
@@ -9918,13 +9917,13 @@ const d1 = j(
|
|
|
9918
9917
|
mb: "l",
|
|
9919
9918
|
gap: r === "primary" ? "l" : void 0,
|
|
9920
9919
|
...i,
|
|
9921
|
-
children:
|
|
9920
|
+
children: h.map((v) => /* @__PURE__ */ e(
|
|
9922
9921
|
G2,
|
|
9923
9922
|
{
|
|
9924
9923
|
name: v.name,
|
|
9925
9924
|
variant: r,
|
|
9926
|
-
isSelected:
|
|
9927
|
-
tabIndex:
|
|
9925
|
+
isSelected: x === v.name,
|
|
9926
|
+
tabIndex: x === v.name ? 0 : -1,
|
|
9928
9927
|
tabColor: v.tabColor,
|
|
9929
9928
|
isNoWrap: v.isNoWrap,
|
|
9930
9929
|
color: o,
|
|
@@ -9934,12 +9933,15 @@ const d1 = j(
|
|
|
9934
9933
|
))
|
|
9935
9934
|
}
|
|
9936
9935
|
),
|
|
9937
|
-
|
|
9936
|
+
h.map((v) => /* @__PURE__ */ e(
|
|
9938
9937
|
W2,
|
|
9939
9938
|
{
|
|
9940
|
-
className: p({
|
|
9939
|
+
className: p({
|
|
9940
|
+
"c-tabs-fit-container__panel": c,
|
|
9941
|
+
"c-tabpanel--scrollable": d
|
|
9942
|
+
}),
|
|
9941
9943
|
name: v.name,
|
|
9942
|
-
isHidden:
|
|
9944
|
+
isHidden: x !== v.name,
|
|
9943
9945
|
children: v.content
|
|
9944
9946
|
},
|
|
9945
9947
|
v.name
|
|
@@ -9959,7 +9961,7 @@ const d1 = j(
|
|
|
9959
9961
|
children: a.map((l, r) => /* @__PURE__ */ e(W, { ...l }, r))
|
|
9960
9962
|
}
|
|
9961
9963
|
) : null, D0 = ({ iconName: a, className: s }) => /* @__PURE__ */ e("li", { className: p("c-text-tooltip-item", s), children: /* @__PURE__ */ e(
|
|
9962
|
-
|
|
9964
|
+
V,
|
|
9963
9965
|
{
|
|
9964
9966
|
variant: "ghost",
|
|
9965
9967
|
iconProps: { name: a, size: [20, 20] },
|
|
@@ -9974,14 +9976,14 @@ const d1 = j(
|
|
|
9974
9976
|
isSquare: n = !1,
|
|
9975
9977
|
...i
|
|
9976
9978
|
}) => {
|
|
9977
|
-
const o = /* @__PURE__ */ e(z, { ...s }), { bg: d, selectedBg: u, color: h, selectedColor:
|
|
9979
|
+
const o = /* @__PURE__ */ e(z, { ...s }), { bg: d, selectedBg: u, color: h, selectedColor: x, type: v, ...y } = r ?? {};
|
|
9978
9980
|
return /* @__PURE__ */ t(
|
|
9979
9981
|
m,
|
|
9980
9982
|
{
|
|
9981
9983
|
...i,
|
|
9982
9984
|
className: p("c-tiles", i.className, {
|
|
9983
9985
|
[`c-tiles--selected-bg-${u}`]: u,
|
|
9984
|
-
[`c-tiles--selected-color-${
|
|
9986
|
+
[`c-tiles--selected-color-${x}`]: x,
|
|
9985
9987
|
"c-tiles--square": n
|
|
9986
9988
|
}),
|
|
9987
9989
|
...r && {
|
|
@@ -10000,7 +10002,7 @@ const d1 = j(
|
|
|
10000
10002
|
bg: d || "ultramarine",
|
|
10001
10003
|
color: h || "white",
|
|
10002
10004
|
children: [
|
|
10003
|
-
!!r && /* @__PURE__ */ e("input", { className: "u-hidden", type:
|
|
10005
|
+
!!r && /* @__PURE__ */ e("input", { className: "u-hidden", type: v ?? "checkbox", ...y }),
|
|
10004
10006
|
l ? /* @__PURE__ */ t(m, { alignItems: "center", gap: "xxs-2", children: [
|
|
10005
10007
|
/* @__PURE__ */ e(z, { name: "dot", color: "red", size: 8 }),
|
|
10006
10008
|
o
|
|
@@ -10020,7 +10022,7 @@ const d1 = j(
|
|
|
10020
10022
|
className: p("c-timeline", c?.className),
|
|
10021
10023
|
children: [
|
|
10022
10024
|
/* @__PURE__ */ e(
|
|
10023
|
-
|
|
10025
|
+
Z,
|
|
10024
10026
|
{
|
|
10025
10027
|
as: "h2",
|
|
10026
10028
|
size: { xs: "xxs", md: "m" },
|
|
@@ -10031,9 +10033,9 @@ const d1 = j(
|
|
|
10031
10033
|
}
|
|
10032
10034
|
),
|
|
10033
10035
|
/* @__PURE__ */ t(m, { as: "section", className: "c-timeline__content", flexGrow: 1, justifyContent: "between", children: [
|
|
10034
|
-
/* @__PURE__ */ e(
|
|
10036
|
+
/* @__PURE__ */ e(w, { className: "c-timeline__line", bg: "grey-300" }),
|
|
10035
10037
|
/* @__PURE__ */ e(
|
|
10036
|
-
|
|
10038
|
+
w,
|
|
10037
10039
|
{
|
|
10038
10040
|
bg: "ultramarine",
|
|
10039
10041
|
className: p("c-timeline__progress-bar", {
|
|
@@ -10097,15 +10099,15 @@ const d1 = j(
|
|
|
10097
10099
|
}) => /* @__PURE__ */ t(S, { children: [
|
|
10098
10100
|
/* @__PURE__ */ t(m, { gap: "xs", mt: "m", mx: "m", children: [
|
|
10099
10101
|
/* @__PURE__ */ e(b1, { img: c.avatar }),
|
|
10100
|
-
/* @__PURE__ */ t(
|
|
10102
|
+
/* @__PURE__ */ t(Z, { as: "h2", size: "m", mt: "xxs-2", children: [
|
|
10101
10103
|
c.greeting || "Bienvenue",
|
|
10102
10104
|
" ",
|
|
10103
10105
|
/* @__PURE__ */ e(g, { as: "span", color: "ultramarine", className: "break-word", children: c.name })
|
|
10104
10106
|
] })
|
|
10105
10107
|
] }),
|
|
10106
|
-
!!r && /* @__PURE__ */ e(
|
|
10108
|
+
!!r && /* @__PURE__ */ e(w, { p: "m", children: /* @__PURE__ */ e(N2, { ...r, iconProps: { name: "info" }, fill: !0, variant: "warning" }) }),
|
|
10107
10109
|
l && l.totalDays >= 1 && /* @__PURE__ */ e(A0, { ...l, mx: "m", mt: "m" }),
|
|
10108
|
-
/* @__PURE__ */ e(
|
|
10110
|
+
/* @__PURE__ */ e(w, { mx: "m", mt: "l", mb: "xl", children: s.map((n, i) => /* @__PURE__ */ t(
|
|
10109
10111
|
m,
|
|
10110
10112
|
{
|
|
10111
10113
|
as: C,
|
|
@@ -10140,8 +10142,8 @@ const d1 = j(
|
|
|
10140
10142
|
className: u,
|
|
10141
10143
|
...h
|
|
10142
10144
|
}) => {
|
|
10143
|
-
const
|
|
10144
|
-
|
|
10145
|
+
const x = /* @__PURE__ */ t(
|
|
10146
|
+
w,
|
|
10145
10147
|
{
|
|
10146
10148
|
className: p("c-elections-result__header", {
|
|
10147
10149
|
"c-elections-result__header--has-big-line-height": l?.status,
|
|
@@ -10161,7 +10163,7 @@ const d1 = j(
|
|
|
10161
10163
|
a
|
|
10162
10164
|
]
|
|
10163
10165
|
}
|
|
10164
|
-
),
|
|
10166
|
+
), v = l?.avatarUrl ? /* @__PURE__ */ e(
|
|
10165
10167
|
b1,
|
|
10166
10168
|
{
|
|
10167
10169
|
img: l?.avatarUrl,
|
|
@@ -10179,9 +10181,9 @@ const d1 = j(
|
|
|
10179
10181
|
}
|
|
10180
10182
|
), y = /* @__PURE__ */ t(S, { children: [
|
|
10181
10183
|
d && s === _.MOBILE ? /* @__PURE__ */ t(m, { children: [
|
|
10182
|
-
|
|
10183
|
-
|
|
10184
|
-
] }) :
|
|
10184
|
+
v,
|
|
10185
|
+
x
|
|
10186
|
+
] }) : x,
|
|
10185
10187
|
(c || c === 0) && /* @__PURE__ */ e(
|
|
10186
10188
|
k0,
|
|
10187
10189
|
{
|
|
@@ -10247,10 +10249,10 @@ const d1 = j(
|
|
|
10247
10249
|
children: i
|
|
10248
10250
|
}
|
|
10249
10251
|
),
|
|
10250
|
-
d && s === _.DESKTOP &&
|
|
10252
|
+
d && s === _.DESKTOP && v
|
|
10251
10253
|
] }), f = d || i;
|
|
10252
10254
|
return /* @__PURE__ */ e(
|
|
10253
|
-
|
|
10255
|
+
w,
|
|
10254
10256
|
{
|
|
10255
10257
|
...h,
|
|
10256
10258
|
className: p("c-elections-result", u),
|
|
@@ -10263,7 +10265,7 @@ const d1 = j(
|
|
|
10263
10265
|
] }) : y
|
|
10264
10266
|
}
|
|
10265
10267
|
);
|
|
10266
|
-
},
|
|
10268
|
+
}, Z1 = ({ href: a, iconName: s, name: c, themeColor: l }) => /* @__PURE__ */ t(V, { as: "a", href: a, color: "white", p: "xs", className: "c-app-button", children: [
|
|
10267
10269
|
/* @__PURE__ */ e(z, { name: s, size: 20, color: l || "ultramarine" }),
|
|
10268
10270
|
/* @__PURE__ */ t(m, { direction: "column", children: [
|
|
10269
10271
|
/* @__PURE__ */ e(g, { as: "span", size: "xxs", weight: "regular", children: "Télécharger sur" }),
|
|
@@ -10319,7 +10321,7 @@ const d1 = j(
|
|
|
10319
10321
|
socialIcons: l,
|
|
10320
10322
|
archives: r,
|
|
10321
10323
|
links: n
|
|
10322
|
-
}) => /* @__PURE__ */ t(
|
|
10324
|
+
}) => /* @__PURE__ */ t(w, { as: "footer", id: "footer", className: "c-footer", bg: c || "ultramarine", children: [
|
|
10323
10325
|
/* @__PURE__ */ t(
|
|
10324
10326
|
m,
|
|
10325
10327
|
{
|
|
@@ -10359,7 +10361,7 @@ const d1 = j(
|
|
|
10359
10361
|
/* @__PURE__ */ e(g, { color: "white", mb: "l", mt: "s", children: "Découvrez l‘ensemble de nos applications 20 Minutes !" }),
|
|
10360
10362
|
/* @__PURE__ */ t(m, { gap: "xs", wrap: "wrap", children: [
|
|
10361
10363
|
/* @__PURE__ */ e(
|
|
10362
|
-
|
|
10364
|
+
Z1,
|
|
10363
10365
|
{
|
|
10364
10366
|
href: "https://apps.apple.com/fr/app/20-minutes-news-en-continu/id308834491",
|
|
10365
10367
|
iconName: "apple",
|
|
@@ -10368,7 +10370,7 @@ const d1 = j(
|
|
|
10368
10370
|
}
|
|
10369
10371
|
),
|
|
10370
10372
|
/* @__PURE__ */ e(
|
|
10371
|
-
|
|
10373
|
+
Z1,
|
|
10372
10374
|
{
|
|
10373
10375
|
href: "https://play.google.com/store/apps/details?id=com.backelite.vingtminutes&hl=fr",
|
|
10374
10376
|
iconName: "googleplay",
|
|
@@ -10396,7 +10398,7 @@ const d1 = j(
|
|
|
10396
10398
|
children: s.map(
|
|
10397
10399
|
(i) => i.links.length === 0 ? null : /* @__PURE__ */ t(m, { as: "section", direction: "column", children: [
|
|
10398
10400
|
/* @__PURE__ */ e(
|
|
10399
|
-
|
|
10401
|
+
Z,
|
|
10400
10402
|
{
|
|
10401
10403
|
as: C,
|
|
10402
10404
|
href: i.links[0].href,
|
|
@@ -10407,7 +10409,7 @@ const d1 = j(
|
|
|
10407
10409
|
children: i.links[0].children
|
|
10408
10410
|
}
|
|
10409
10411
|
),
|
|
10410
|
-
/* @__PURE__ */ e("ul", { children: i.links.slice(1).map((o, d, u) => /* @__PURE__ */ e(
|
|
10412
|
+
/* @__PURE__ */ e("ul", { children: i.links.slice(1).map((o, d, u) => /* @__PURE__ */ e(w, { as: "li", mb: d < u.length - 1 ? "xs" : void 0, children: /* @__PURE__ */ e(C, { ...o, color: "white" }) }, o.href)) })
|
|
10411
10413
|
] }, i.name)
|
|
10412
10414
|
)
|
|
10413
10415
|
}
|
|
@@ -10441,7 +10443,7 @@ const d1 = j(
|
|
|
10441
10443
|
links: r,
|
|
10442
10444
|
showApps: n = !0
|
|
10443
10445
|
}) => /* @__PURE__ */ t(
|
|
10444
|
-
|
|
10446
|
+
w,
|
|
10445
10447
|
{
|
|
10446
10448
|
as: "footer",
|
|
10447
10449
|
id: "footer",
|
|
@@ -10495,7 +10497,7 @@ const d1 = j(
|
|
|
10495
10497
|
}
|
|
10496
10498
|
) }),
|
|
10497
10499
|
/* @__PURE__ */ e(
|
|
10498
|
-
|
|
10500
|
+
Z1,
|
|
10499
10501
|
{
|
|
10500
10502
|
href: "https://apps.apple.com/fr/app/20-minutes-news-en-continu/id308834491",
|
|
10501
10503
|
iconName: "apple",
|
|
@@ -10504,7 +10506,7 @@ const d1 = j(
|
|
|
10504
10506
|
}
|
|
10505
10507
|
),
|
|
10506
10508
|
/* @__PURE__ */ e(
|
|
10507
|
-
|
|
10509
|
+
Z1,
|
|
10508
10510
|
{
|
|
10509
10511
|
href: "https://play.google.com/store/apps/details?id=com.backelite.vingtminutes&hl=fr",
|
|
10510
10512
|
iconName: "googleplay",
|
|
@@ -10517,7 +10519,7 @@ const d1 = j(
|
|
|
10517
10519
|
] }) : void 0,
|
|
10518
10520
|
/* @__PURE__ */ e(x2, { socialIcons: l, themeColor: c, my: "xl", mx: "m" }),
|
|
10519
10521
|
/* @__PURE__ */ e(E, { color: "grey-200" }),
|
|
10520
|
-
/* @__PURE__ */ t(
|
|
10522
|
+
/* @__PURE__ */ t(w, { as: "section", className: "c-footer-mobile__bottom", px: "m", pt: "xl", pb: "xxl-2", children: [
|
|
10521
10523
|
/* @__PURE__ */ e(v2, { links: r, gapX: "s", mb: "xl" }),
|
|
10522
10524
|
/* @__PURE__ */ e("strong", { children: "© Copyright 20 Minutes" }),
|
|
10523
10525
|
/* @__PURE__ */ e(g, { mt: "xs", children: "La fréquentation de 20 Minutes est certifiée par l‘ACPM" })
|
|
@@ -10579,7 +10581,7 @@ const P0 = {
|
|
|
10579
10581
|
}
|
|
10580
10582
|
) });
|
|
10581
10583
|
return /* @__PURE__ */ e(
|
|
10582
|
-
|
|
10584
|
+
w,
|
|
10583
10585
|
{
|
|
10584
10586
|
className: p("c-header", {
|
|
10585
10587
|
[`c-header--theme-${n || "ultramarine"}`]: !!n || "ultramarine"
|
|
@@ -10601,7 +10603,7 @@ const P0 = {
|
|
|
10601
10603
|
/* @__PURE__ */ e(c1, { href: "#menu-nav", children: "Passer à l'en-tête" }),
|
|
10602
10604
|
/* @__PURE__ */ e(c1, { href: "#footer", children: "Passer au pied de page" }),
|
|
10603
10605
|
/* @__PURE__ */ e(
|
|
10604
|
-
|
|
10606
|
+
V,
|
|
10605
10607
|
{
|
|
10606
10608
|
color: "translucent",
|
|
10607
10609
|
iconProps: {
|
|
@@ -10613,7 +10615,7 @@ const P0 = {
|
|
|
10613
10615
|
}
|
|
10614
10616
|
),
|
|
10615
10617
|
/* @__PURE__ */ e(
|
|
10616
|
-
|
|
10618
|
+
V,
|
|
10617
10619
|
{
|
|
10618
10620
|
color: "translucent",
|
|
10619
10621
|
iconProps: {
|
|
@@ -10713,7 +10715,7 @@ const P0 = {
|
|
|
10713
10715
|
children: /* @__PURE__ */ e(z, { size: 20, name: "home" })
|
|
10714
10716
|
}
|
|
10715
10717
|
) }),
|
|
10716
|
-
l.map((h,
|
|
10718
|
+
l.map((h, x) => /* @__PURE__ */ t(
|
|
10717
10719
|
"li",
|
|
10718
10720
|
{
|
|
10719
10721
|
className: p("c-header__link-and-submenu-container", {
|
|
@@ -10731,7 +10733,7 @@ const P0 = {
|
|
|
10731
10733
|
"c-header__link--is-active": h.isActive
|
|
10732
10734
|
}),
|
|
10733
10735
|
size: "m",
|
|
10734
|
-
pl:
|
|
10736
|
+
pl: x === 0 ? "s" : "m",
|
|
10735
10737
|
pr: "m",
|
|
10736
10738
|
children: h.name
|
|
10737
10739
|
}
|
|
@@ -10870,18 +10872,18 @@ const P0 = {
|
|
|
10870
10872
|
seeMoreLinkBoxProps: i,
|
|
10871
10873
|
...o
|
|
10872
10874
|
}) => {
|
|
10873
|
-
const d = (
|
|
10874
|
-
...
|
|
10875
|
+
const d = (x, v) => x.slice(0, v), h = a.map((x) => ({
|
|
10876
|
+
...x,
|
|
10875
10877
|
body: d(
|
|
10876
|
-
|
|
10877
|
-
s === _.DESKTOP ?
|
|
10878
|
+
x.body,
|
|
10879
|
+
s === _.DESKTOP ? x.name === "le-direct" && 25 || 10 : 5
|
|
10878
10880
|
)
|
|
10879
|
-
})).filter((
|
|
10880
|
-
const
|
|
10881
|
+
})).filter((x) => x.body && x.body.length > 0).map((x) => {
|
|
10882
|
+
const v = x.name === "le-direct";
|
|
10881
10883
|
return {
|
|
10882
|
-
name:
|
|
10883
|
-
title:
|
|
10884
|
-
tabColor:
|
|
10884
|
+
name: x.name,
|
|
10885
|
+
title: x.title,
|
|
10886
|
+
tabColor: x.tabColor,
|
|
10885
10887
|
content: /* @__PURE__ */ t(S, { children: [
|
|
10886
10888
|
/* @__PURE__ */ e(
|
|
10887
10889
|
"div",
|
|
@@ -10890,8 +10892,8 @@ const P0 = {
|
|
|
10890
10892
|
"c-most-read-articles-is-scrollable": r && s === _.DESKTOP,
|
|
10891
10893
|
"c-most-read-articles-fit-container": c && s === _.DESKTOP
|
|
10892
10894
|
}),
|
|
10893
|
-
children: /* @__PURE__ */ e("div", { children:
|
|
10894
|
-
|
|
10895
|
+
children: /* @__PURE__ */ e("div", { children: x.body.map((y, b) => /* @__PURE__ */ t(Y.Fragment, { children: [
|
|
10896
|
+
v ? /* @__PURE__ */ e(
|
|
10895
10897
|
o2,
|
|
10896
10898
|
{
|
|
10897
10899
|
link: y.url,
|
|
@@ -10905,7 +10907,7 @@ const P0 = {
|
|
|
10905
10907
|
cartridge: y.cartridge
|
|
10906
10908
|
},
|
|
10907
10909
|
layout: s,
|
|
10908
|
-
mr: r && s === _.DESKTOP &&
|
|
10910
|
+
mr: r && s === _.DESKTOP && x.body.length > 3 ? "s" : void 0
|
|
10909
10911
|
}
|
|
10910
10912
|
) : /* @__PURE__ */ e(
|
|
10911
10913
|
t0,
|
|
@@ -10925,7 +10927,7 @@ const P0 = {
|
|
|
10925
10927
|
variant: "small"
|
|
10926
10928
|
}
|
|
10927
10929
|
),
|
|
10928
|
-
b !==
|
|
10930
|
+
b !== x.body.length - 1 && /* @__PURE__ */ e(E, { color: "grey-200", my: "s" })
|
|
10929
10931
|
] }, y.title)) })
|
|
10930
10932
|
}
|
|
10931
10933
|
),
|
|
@@ -10934,7 +10936,7 @@ const P0 = {
|
|
|
10934
10936
|
{
|
|
10935
10937
|
buttonColor: "primary",
|
|
10936
10938
|
variant: "outlined",
|
|
10937
|
-
...
|
|
10939
|
+
...v ? {
|
|
10938
10940
|
href: "https://www.20minutes.fr/actus",
|
|
10939
10941
|
children: "Suivre l'info en direct"
|
|
10940
10942
|
} : {
|
|
@@ -10964,7 +10966,7 @@ const P0 = {
|
|
|
10964
10966
|
tabTitlesColor: n,
|
|
10965
10967
|
...i
|
|
10966
10968
|
}) => {
|
|
10967
|
-
const o = (h,
|
|
10969
|
+
const o = (h, x) => h.slice(0, x), u = a.map((h) => ({
|
|
10968
10970
|
...h,
|
|
10969
10971
|
body: o(h.body, s === _.DESKTOP ? 10 : 5)
|
|
10970
10972
|
})).filter((h) => h.body && h.body.length > 0).map((h) => ({
|
|
@@ -10979,14 +10981,14 @@ const P0 = {
|
|
|
10979
10981
|
"c-most-read-articles-is-scrollable": r && s === _.DESKTOP,
|
|
10980
10982
|
"c-most-read-articles-fit-container": c && s === _.DESKTOP
|
|
10981
10983
|
}),
|
|
10982
|
-
children: h.body.map((
|
|
10984
|
+
children: h.body.map((x, v) => /* @__PURE__ */ t(Y.Fragment, { children: [
|
|
10983
10985
|
/* @__PURE__ */ e(
|
|
10984
10986
|
o0,
|
|
10985
10987
|
{
|
|
10986
|
-
link:
|
|
10987
|
-
title:
|
|
10988
|
+
link: x.url,
|
|
10989
|
+
title: x.title,
|
|
10988
10990
|
cardImageProps: {
|
|
10989
|
-
cover:
|
|
10991
|
+
cover: x.cover
|
|
10990
10992
|
},
|
|
10991
10993
|
cardTitleProps: {
|
|
10992
10994
|
size: "xxs-2"
|
|
@@ -10994,8 +10996,8 @@ const P0 = {
|
|
|
10994
10996
|
mr: r && s === _.DESKTOP ? "s" : void 0
|
|
10995
10997
|
}
|
|
10996
10998
|
),
|
|
10997
|
-
|
|
10998
|
-
] },
|
|
10999
|
+
v !== h.body.length - 1 && /* @__PURE__ */ e(E, { color: "grey-200", my: "s" })
|
|
11000
|
+
] }, x.title))
|
|
10999
11001
|
}
|
|
11000
11002
|
),
|
|
11001
11003
|
h.seeMoreLink && /* @__PURE__ */ e(m, { mt: "xl", justifyContent: "center", children: /* @__PURE__ */ e(C, { buttonColor: "primary", variant: "outlined", ...h.seeMoreLink }) })
|
|
@@ -11030,7 +11032,7 @@ const P0 = {
|
|
|
11030
11032
|
s === _.DESKTOP ? /* @__PURE__ */ e("br", {}) : " ",
|
|
11031
11033
|
"du moment"
|
|
11032
11034
|
] })), i = /* @__PURE__ */ e(
|
|
11033
|
-
|
|
11035
|
+
Z,
|
|
11034
11036
|
{
|
|
11035
11037
|
as: "h2",
|
|
11036
11038
|
size: { xs: "xxs-2", md: "xxs-3" },
|
|
@@ -11050,13 +11052,13 @@ const P0 = {
|
|
|
11050
11052
|
{
|
|
11051
11053
|
"c-overview-bar__article--has-stepper": c
|
|
11052
11054
|
}
|
|
11053
|
-
), d = /* @__PURE__ */ e(d1, { layout: s, itemsGap: "m", hasSpaceAroundButtons: !0, children: a.map((h,
|
|
11055
|
+
), d = /* @__PURE__ */ e(d1, { layout: s, itemsGap: "m", hasSpaceAroundButtons: !0, children: a.map((h, x) => l === "product" && h.cardHeaderProps?.headline?.text ? /* @__PURE__ */ e(
|
|
11054
11056
|
I,
|
|
11055
11057
|
{
|
|
11056
11058
|
grow: 0,
|
|
11057
11059
|
shrink: 0,
|
|
11058
11060
|
className: o,
|
|
11059
|
-
pl: { xs:
|
|
11061
|
+
pl: { xs: x === 0 ? "m" : "0", md: "0" },
|
|
11060
11062
|
children: /* @__PURE__ */ e(
|
|
11061
11063
|
r0,
|
|
11062
11064
|
{
|
|
@@ -11076,7 +11078,7 @@ const P0 = {
|
|
|
11076
11078
|
grow: 0,
|
|
11077
11079
|
shrink: 0,
|
|
11078
11080
|
className: o,
|
|
11079
|
-
pl: { xs:
|
|
11081
|
+
pl: { xs: x === 0 ? "m" : "0", md: "0" },
|
|
11080
11082
|
children: /* @__PURE__ */ e(
|
|
11081
11083
|
d2,
|
|
11082
11084
|
{
|
|
@@ -11096,13 +11098,13 @@ const P0 = {
|
|
|
11096
11098
|
s === _.DESKTOP ? /* @__PURE__ */ t(m, { alignItems: "center", py: "xs", px: "m", className: "c-overview-bar", children: [
|
|
11097
11099
|
i,
|
|
11098
11100
|
d
|
|
11099
|
-
] }) : /* @__PURE__ */ t(
|
|
11101
|
+
] }) : /* @__PURE__ */ t(w, { py: "xs", className: "c-overview-bar", children: [
|
|
11100
11102
|
i,
|
|
11101
11103
|
d
|
|
11102
11104
|
] }),
|
|
11103
11105
|
c && s === _.MOBILE && /* @__PURE__ */ e(K2, { items: u, mt: "s" })
|
|
11104
11106
|
] });
|
|
11105
|
-
}, c4 = ({ medias: a, ...s }) => !a || a.length === 0 ? null : /* @__PURE__ */ e(
|
|
11107
|
+
}, c4 = ({ medias: a, ...s }) => !a || a.length === 0 ? null : /* @__PURE__ */ e(w, { ...s, className: "pswp-gallery", id: "photoswipe-gallery", children: a.map((c, l) => /* @__PURE__ */ e(
|
|
11106
11108
|
"a",
|
|
11107
11109
|
{
|
|
11108
11110
|
href: c?.imgProps?.defaultFormat ? I1({ src: c.src, format: c.imgProps.defaultFormat }) : c.src,
|
|
@@ -11136,7 +11138,7 @@ const P0 = {
|
|
|
11136
11138
|
], l4 = ({ playerData: a, layout: s, children: c, ...l }) => {
|
|
11137
11139
|
const r = !a, n = a ?? U0, i = (o, d) => d ? "is-current" : o % 2 === 0 ? "even" : "odd";
|
|
11138
11140
|
return /* @__PURE__ */ t(
|
|
11139
|
-
|
|
11141
|
+
w,
|
|
11140
11142
|
{
|
|
11141
11143
|
...l,
|
|
11142
11144
|
className: p("c-ranking", l.className, {
|
|
@@ -11230,7 +11232,7 @@ const P0 = {
|
|
|
11230
11232
|
/* @__PURE__ */ e("br", {}),
|
|
11231
11233
|
/* @__PURE__ */ e(g, { as: "span", size: "m", weight: "bold", children: "Mes statistiques de jeu" })
|
|
11232
11234
|
] }),
|
|
11233
|
-
/* @__PURE__ */ e(
|
|
11235
|
+
/* @__PURE__ */ e(V, { type: "button", "data-a11y-dialog-show": "dialog-user-panel", color: "primary", children: "Se connecter" })
|
|
11234
11236
|
]
|
|
11235
11237
|
}
|
|
11236
11238
|
)
|
|
@@ -11250,7 +11252,7 @@ const P0 = {
|
|
|
11250
11252
|
className: "c-three-columns-articles__column",
|
|
11251
11253
|
children: [
|
|
11252
11254
|
a && /* @__PURE__ */ e(u2, { ...a, mb: c ? "m" : "xxl" }),
|
|
11253
|
-
c && /* @__PURE__ */ e(
|
|
11255
|
+
c && /* @__PURE__ */ e(w, { mb: "xs", children: /* @__PURE__ */ e(g, { as: "span", size: "xs", mx: "s", color: "grey-900", children: "Vidéos sponsorisées" }) }),
|
|
11254
11256
|
/* @__PURE__ */ e(
|
|
11255
11257
|
l0,
|
|
11256
11258
|
{
|
|
@@ -11283,7 +11285,7 @@ const P0 = {
|
|
|
11283
11285
|
items: s,
|
|
11284
11286
|
layout: c,
|
|
11285
11287
|
...l
|
|
11286
|
-
}) => s.length > 0 ? /* @__PURE__ */ t(
|
|
11288
|
+
}) => s.length > 0 ? /* @__PURE__ */ t(w, { as: "section", ...l, className: "c-three-columns-articles", children: [
|
|
11287
11289
|
a && /* @__PURE__ */ t(S, { children: [
|
|
11288
11290
|
/* @__PURE__ */ e(A1, { mb: "xl" }),
|
|
11289
11291
|
/* @__PURE__ */ e(O1, { as: "h2", size: "m", mb: "l", textAlign: { xs: "center", md: "left" }, children: a })
|
|
@@ -11343,10 +11345,10 @@ export {
|
|
|
11343
11345
|
X0 as Autocomplete,
|
|
11344
11346
|
b1 as Avatar,
|
|
11345
11347
|
Q2 as AvatarGroup,
|
|
11346
|
-
|
|
11348
|
+
w as Box,
|
|
11347
11349
|
Ye as Breadcrumb,
|
|
11348
11350
|
Je as BulletedList,
|
|
11349
|
-
|
|
11351
|
+
V as Button,
|
|
11350
11352
|
Xe as Calendar,
|
|
11351
11353
|
R as CardContainer,
|
|
11352
11354
|
Qe as CardExtraLarge,
|
|
@@ -11408,7 +11410,7 @@ export {
|
|
|
11408
11410
|
k3 as HeaderSection,
|
|
11409
11411
|
g0 as HeaderSideModal,
|
|
11410
11412
|
O1 as HeaderTitle,
|
|
11411
|
-
|
|
11413
|
+
Z as Heading,
|
|
11412
11414
|
z as Icon,
|
|
11413
11415
|
T as IconButton,
|
|
11414
11416
|
e1 as IconItem,
|
|
@@ -11428,8 +11430,8 @@ export {
|
|
|
11428
11430
|
C3 as LiveIndicator,
|
|
11429
11431
|
S3 as LiveQuestion,
|
|
11430
11432
|
B3 as LiveTalk,
|
|
11431
|
-
|
|
11432
|
-
|
|
11433
|
+
Z3 as LiveTitle,
|
|
11434
|
+
V3 as LogoutButton,
|
|
11433
11435
|
H3 as MapDepartments,
|
|
11434
11436
|
$3 as MapDistricts,
|
|
11435
11437
|
L3 as MapEurope,
|
|
@@ -11477,7 +11479,7 @@ export {
|
|
|
11477
11479
|
K2 as Stepper,
|
|
11478
11480
|
A0 as StreakBlock,
|
|
11479
11481
|
T0 as SubMenu,
|
|
11480
|
-
|
|
11482
|
+
Ve as SvgSprite,
|
|
11481
11483
|
U2 as Switch,
|
|
11482
11484
|
G2 as Tab,
|
|
11483
11485
|
W2 as TabPanel,
|
|
@@ -11498,7 +11500,7 @@ export {
|
|
|
11498
11500
|
se as alignItemsList,
|
|
11499
11501
|
te as alignSelfList,
|
|
11500
11502
|
S1 as applyFormatToNumbers,
|
|
11501
|
-
|
|
11503
|
+
Ze as borderSizeList,
|
|
11502
11504
|
k2 as buttonColor,
|
|
11503
11505
|
Q0 as buttonVariant,
|
|
11504
11506
|
L1 as cityZoom,
|
|
@@ -11511,7 +11513,7 @@ export {
|
|
|
11511
11513
|
ee as flexDirectionList,
|
|
11512
11514
|
ie as flexGrowList,
|
|
11513
11515
|
e2 as flexOrGridBoxSystemProps,
|
|
11514
|
-
|
|
11516
|
+
Z2 as flexOrGridItemSystemProps,
|
|
11515
11517
|
ne as flexShrinkList,
|
|
11516
11518
|
ae as flexWrapList,
|
|
11517
11519
|
ue as fontFamilyTokenNameList,
|
|
@@ -11528,7 +11530,7 @@ export {
|
|
|
11528
11530
|
Y2 as imageConfigDesktop,
|
|
11529
11531
|
J2 as imageConfigMobile,
|
|
11530
11532
|
le as justifyContentList,
|
|
11531
|
-
|
|
11533
|
+
V2 as marginSystemProps,
|
|
11532
11534
|
xe as mediaQueriesList,
|
|
11533
11535
|
s2 as paddingSystemProps,
|
|
11534
11536
|
S2 as politicalPartiesColors,
|