@20minutes/hela 2.20.0 → 2.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/atoms/Icon/Icon.d.ts +2 -2
- package/dist/components/molecules/Astro/AstroContent/AstroContent.d.ts +7 -0
- package/dist/components/molecules/Astro/AstroContent/index.d.ts +1 -0
- package/dist/components/molecules/Astro/AstroTiles/AstroTiles.d.ts +10 -0
- package/dist/components/molecules/Astro/AstroTiles/index.d.ts +1 -0
- package/dist/components/molecules/Astro/AstroTopicCard/AstroTopicCard.d.ts +9 -0
- package/dist/components/molecules/Astro/AstroTopicCard/index.d.ts +1 -0
- package/dist/components/molecules/Astro/index.d.ts +3 -0
- package/dist/components/molecules/Header/HeaderBanner/HeaderBanner.d.ts +2 -2
- package/dist/components/molecules/index.d.ts +1 -1
- package/dist/constants/tokenNameList.d.ts +2 -1
- package/dist/constants/tokenVariables.d.ts +38 -0
- package/dist/index.es.js +405 -321
- package/dist/index.umd.cjs +1 -1
- package/dist/scss/abstracts/variables/_token-variables.scss +1 -1
- package/dist/style.css +1 -1
- package/dist/types/tokenTypes.d.ts +3 -2
- package/package.json +2 -2
- package/dist/components/molecules/Horoscope/HoroscopeContent/HoroscopeContent.d.ts +0 -7
- package/dist/components/molecules/Horoscope/HoroscopeContent/index.d.ts +0 -1
- package/dist/components/molecules/Horoscope/HoroscopeTiles/HoroscopeTiles.d.ts +0 -9
- package/dist/components/molecules/Horoscope/HoroscopeTiles/index.d.ts +0 -1
- package/dist/components/molecules/Horoscope/HoroscopeTopicCard/HoroscopeTopicCard.d.ts +0 -9
- package/dist/components/molecules/Horoscope/HoroscopeTopicCard/index.d.ts +0 -1
- package/dist/components/molecules/Horoscope/index.d.ts +0 -3
package/dist/index.es.js
CHANGED
|
@@ -38,7 +38,7 @@ function f0() {
|
|
|
38
38
|
})(B1)), B1.exports;
|
|
39
39
|
}
|
|
40
40
|
var w0 = f0();
|
|
41
|
-
const p = /* @__PURE__ */ x0(w0),
|
|
41
|
+
const p = /* @__PURE__ */ x0(w0), Ie = ({
|
|
42
42
|
adUnitCompletePath: a,
|
|
43
43
|
variant: s,
|
|
44
44
|
isFullscreenMobile: c = !1,
|
|
@@ -170,7 +170,7 @@ const p = /* @__PURE__ */ x0(w0), Te = ({
|
|
|
170
170
|
)
|
|
171
171
|
] });
|
|
172
172
|
};
|
|
173
|
-
function
|
|
173
|
+
function T(a) {
|
|
174
174
|
return Q.forwardRef(a);
|
|
175
175
|
}
|
|
176
176
|
const b0 = [
|
|
@@ -181,7 +181,7 @@ const b0 = [
|
|
|
181
181
|
"dark",
|
|
182
182
|
"white",
|
|
183
183
|
"blue-ice"
|
|
184
|
-
], Oe = ["ghost", "outlined", "link", "ghost-with-icon-bg", "close"], H =
|
|
184
|
+
], Oe = ["ghost", "outlined", "link", "ghost-with-icon-bg", "close"], H = T(
|
|
185
185
|
({
|
|
186
186
|
as: a = "button",
|
|
187
187
|
variant: s,
|
|
@@ -308,7 +308,7 @@ const Re = ({
|
|
|
308
308
|
}
|
|
309
309
|
),
|
|
310
310
|
i && /* @__PURE__ */ e(g, { as: "span", id: `${a}-hint`, mt: "xxs-2", ml: "xxs-2", className: "u-mask", children: i })
|
|
311
|
-
] }), G =
|
|
311
|
+
] }), G = T(
|
|
312
312
|
({ text: a, color: s = "black", thickness: c = "thin", ...l }, r) => {
|
|
313
313
|
const n = /* @__PURE__ */ e(
|
|
314
314
|
F,
|
|
@@ -341,7 +341,7 @@ const Re = ({
|
|
|
341
341
|
), L1 = ({
|
|
342
342
|
bg: a = "ultramarine",
|
|
343
343
|
...s
|
|
344
|
-
}) => /* @__PURE__ */ e(x, { ...s, className: p("c-divider-section", s?.className), children: /* @__PURE__ */ e(x, { as: "hr", className: p("c-divider-section__line"), bg: a }) }), K1 =
|
|
344
|
+
}) => /* @__PURE__ */ e(x, { ...s, className: p("c-divider-section", s?.className), children: /* @__PURE__ */ e(x, { as: "hr", className: p("c-divider-section__line"), bg: a }) }), K1 = T(
|
|
345
345
|
({ color: a = "black", thickness: s = "thin", ...c }, l) => /* @__PURE__ */ e(
|
|
346
346
|
x,
|
|
347
347
|
{
|
|
@@ -900,6 +900,44 @@ const Re = ({
|
|
|
900
900
|
}
|
|
901
901
|
}
|
|
902
902
|
},
|
|
903
|
+
"numerology-sign": {
|
|
904
|
+
"num-un": {
|
|
905
|
+
value: "svg/numerology/num-un.svg",
|
|
906
|
+
key: "{asset.icon.numerology-sign.num-un}"
|
|
907
|
+
},
|
|
908
|
+
"num-deux": {
|
|
909
|
+
value: "svg/numerology/num-deux.svg",
|
|
910
|
+
key: "{asset.icon.numerology-sign.num-deux}"
|
|
911
|
+
},
|
|
912
|
+
"num-trois": {
|
|
913
|
+
value: "svg/numerology/num-trois.svg",
|
|
914
|
+
key: "{asset.icon.numerology-sign.num-trois}"
|
|
915
|
+
},
|
|
916
|
+
"num-quatre": {
|
|
917
|
+
value: "svg/numerology/num-quatre.svg",
|
|
918
|
+
key: "{asset.icon.numerology-sign.num-quatre}"
|
|
919
|
+
},
|
|
920
|
+
"num-cinq": {
|
|
921
|
+
value: "svg/numerology/num-cinq.svg",
|
|
922
|
+
key: "{asset.icon.numerology-sign.num-cinq}"
|
|
923
|
+
},
|
|
924
|
+
"num-six": {
|
|
925
|
+
value: "svg/numerology/num-six.svg",
|
|
926
|
+
key: "{asset.icon.numerology-sign.num-six}"
|
|
927
|
+
},
|
|
928
|
+
"num-sept": {
|
|
929
|
+
value: "svg/numerology/num-sept.svg",
|
|
930
|
+
key: "{asset.icon.numerology-sign.num-sept}"
|
|
931
|
+
},
|
|
932
|
+
"num-huit": {
|
|
933
|
+
value: "svg/numerology/num-huit.svg",
|
|
934
|
+
key: "{asset.icon.numerology-sign.num-huit}"
|
|
935
|
+
},
|
|
936
|
+
"num-neuf": {
|
|
937
|
+
value: "svg/numerology/num-neuf.svg",
|
|
938
|
+
key: "{asset.icon.numerology-sign.num-neuf}"
|
|
939
|
+
}
|
|
940
|
+
},
|
|
903
941
|
"rubric-c2c": {
|
|
904
942
|
value: "svg/rubric-c2c.svg",
|
|
905
943
|
key: "{asset.icon.rubric-c2c}"
|
|
@@ -1798,14 +1836,16 @@ const G1 = {
|
|
|
1798
1836
|
R.asset.icon["horoscope-sign"].chinese
|
|
1799
1837
|
), u2 = Object.keys(
|
|
1800
1838
|
R.asset.icon["horoscope-sign"].zodiac
|
|
1801
|
-
), p2 = Object.keys(
|
|
1839
|
+
), p2 = Object.keys(
|
|
1840
|
+
R.asset.icon["numerology-sign"]
|
|
1841
|
+
), g2 = Object.keys(R.radius), v2 = [
|
|
1802
1842
|
"20-arena",
|
|
1803
1843
|
"on-vous-en-dit-plus",
|
|
1804
1844
|
"planete-c",
|
|
1805
1845
|
"plein-les-poches",
|
|
1806
1846
|
"story",
|
|
1807
1847
|
"tant-d-ecrans"
|
|
1808
|
-
],
|
|
1848
|
+
], x2 = ["quarter", "half", "three-quarter"], f2 = ["small", "medium", "big"], B0 = (a) => typeof a == "string" && z0.includes(a), N = T(
|
|
1809
1849
|
({ name: a, size: s = 28, isRounded: c = !1, border: l, rotation: r, svgTitle: n, color: i, ...o }, d) => {
|
|
1810
1850
|
const u = Array.isArray(s) ? s?.[0] : s, m = Array.isArray(s) ? s?.[1] : s, v = !n, f = B0(i);
|
|
1811
1851
|
return /* @__PURE__ */ e(
|
|
@@ -1841,7 +1881,7 @@ const G1 = {
|
|
|
1841
1881
|
}
|
|
1842
1882
|
);
|
|
1843
1883
|
}
|
|
1844
|
-
),
|
|
1884
|
+
), w2 = (a) => /* @__PURE__ */ t("svg", { xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", ...a, children: [
|
|
1845
1885
|
/* @__PURE__ */ t("symbol", { fill: "none", viewBox: "0 0 43 35", id: "20mn-pub", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1846
1886
|
/* @__PURE__ */ e(
|
|
1847
1887
|
"path",
|
|
@@ -2440,6 +2480,49 @@ const G1 = {
|
|
|
2440
2480
|
] }),
|
|
2441
2481
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "dfa", children: /* @__PURE__ */ e("path", { d: "M0 0h27.501v31.436H0z" }) }) })
|
|
2442
2482
|
] }),
|
|
2483
|
+
/* @__PURE__ */ t("symbol", { viewBox: "0 0 16 24", id: "num-cinq", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2484
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#dia)", children: /* @__PURE__ */ e("path", { d: "M6.629 23.988c-2.879 0-5.384-1.004-5.577-1.077-.867-.355-1.277-1.359-.927-2.228a1.67 1.67 0 0 1 2.192-.942c.06.024 6.19 2.46 8.576-1.126.698-1.052.88-2.46.458-3.757C10 10.66 4.28 11.7 4.22 11.7a1.68 1.68 0 0 1-1.47-.44 1.7 1.7 0 0 1-.518-1.457l1.012-8.298C3.353.65 4.064 0 4.918 0h9.396C15.24 0 16 .771 16 1.713s-.759 1.714-1.686 1.714H6.412l-.566 4.712c3.156.024 7.287 1.211 8.709 5.654.734 2.3.41 4.81-.88 6.744C11.868 23.253 9.098 24 6.617 24z" }) }),
|
|
2485
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "dia", children: /* @__PURE__ */ e("path", { d: "M0 0h16v24H0z" }) }) })
|
|
2486
|
+
] }),
|
|
2487
|
+
/* @__PURE__ */ t("symbol", { viewBox: "0 0 16 24", id: "num-deux", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2488
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#dja)", children: /* @__PURE__ */ e("path", { d: "m8.537 24-.625-.025c-2.45-.112-3.037-.187-4.837-1.667l.025-.037a4.5 4.5 0 0 1-.413-.423s-.025-.038-.037-.063c-.075-.1-.15-.199-.225-.31-1.763-2.638-.813-5.86 2.337-8.026l5.25-3.608c2.088-1.281 2-3.62 1.013-4.927-1.038-1.43-2.063-1.43-2.4-1.43H8.5c-3.55 0-3.975 3.272-4.013 3.645a1.727 1.727 0 0 1-1.912 1.568A1.744 1.744 0 0 1 1 6.806C1.237 4.454 3.087 0 8.5 0h.325c.075 0 .162 0 .237.012 1.925.137 3.6 1.158 4.876 2.962l.074.112c1.925 3.035.938 7.626-2.012 9.617l-5.25 3.608c-.575.398-2.175 1.742-1.213 3.185q.095.13.15.224c.788.635.7.684 2.388.759l.525.025 4.5-.062h.025c.95 0 1.738.759 1.75 1.717a1.75 1.75 0 0 1-1.725 1.766l-4.6.063z" }) }),
|
|
2489
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "dja", children: /* @__PURE__ */ e("path", { d: "M0 0h16v24H0z" }) }) })
|
|
2490
|
+
] }),
|
|
2491
|
+
/* @__PURE__ */ t("symbol", { viewBox: "0 0 17 25", id: "num-huit", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2492
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#dka)", children: /* @__PURE__ */ e("path", { d: "M12.818 12.377c1.49-1.393 2.316-3.422 2.036-5.56-.47-3.642-3.92-6.22-7.7-5.768-3.794.452-6.48 3.764-6.008 7.405.203 1.552.954 2.909 2.036 3.923C1.247 13.66 0 15.689 0 17.974 0 21.86 3.577 25 8.006 25s8.007-3.14 8.007-7.026c0-2.298-1.26-4.326-3.195-5.61zm-5.27-8.212c1.986-.232 3.806 1.112 4.048 3.03.242 1.907-1.158 3.655-3.157 3.887-1.986.232-3.806-1.112-4.048-3.03C4.15 6.144 5.55 4.396 7.548 4.164m.458 17.597c-2.38 0-4.315-1.699-4.315-3.788 0-2.09 1.935-3.788 4.315-3.788s4.315 1.698 4.315 3.788-1.934 3.788-4.315 3.788" }) }),
|
|
2493
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "dka", children: /* @__PURE__ */ e("path", { d: "M0 0h17v25H0z" }) }) })
|
|
2494
|
+
] }),
|
|
2495
|
+
/* @__PURE__ */ t("symbol", { viewBox: "0 0 14 24", id: "num-neuf", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2496
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#dla)", children: /* @__PURE__ */ e("path", { d: "M12.21 2.326C10.743.69 8.472-.23 6.074.049 2.274.497-.418 3.78.054 7.387c.472 3.597 3.928 6.152 7.717 5.704a7.1 7.1 0 0 0 2.104-.581 12.6 12.6 0 0 1-1.135 2.748c-1.39 2.483-3.482 4.444-6.122 5.716-.791.387-1.136 1.417-.728 2.167.421.751 1.518 1.078 2.31.703 4.221-2.035 7.423-5.631 8.839-9.857 1.415-4.238 1.377-9.506-.855-11.637zM7.337 9.76c-1.862.218-3.546-1.03-3.776-2.797s1.085-3.367 2.947-3.585 3.546 1.03 3.776 2.798c.23 1.767-1.085 3.366-2.947 3.584" }) }),
|
|
2497
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "dla", children: /* @__PURE__ */ e("path", { d: "M0 0h14v24H0z" }) }) })
|
|
2498
|
+
] }),
|
|
2499
|
+
/* @__PURE__ */ t("symbol", { viewBox: "0 0 14 24", id: "num-quatre", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2500
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#dma)", children: /* @__PURE__ */ e("path", { d: "M14 11.845c.085-.917-.61-1.728-1.552-1.811-.94-.072-1.771.596-1.857 1.513-.024.215-.17 1.383-1.001 2.3v-1.716c0-.917-.77-1.668-1.71-1.668-.941 0-1.71.75-1.71 1.668v2.824c-.93-.107-1.638-.453-2.15-1.108-.685-.882-.795-2.133-.27-3.277l3.726-8.222c.379-.846 0-1.824-.867-2.205-.867-.37-1.87 0-2.26.846L.623 9.212c-1.026 2.252-.757 4.79.672 6.637.818 1.049 2.32 2.276 4.874 2.443v4.04c0 .917.77 1.668 1.71 1.668.941 0 1.71-.75 1.71-1.668v-4.517c3.08-1.191 4.24-4.206 4.41-5.97" }) }),
|
|
2501
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "dma", children: /* @__PURE__ */ e("path", { d: "M0 0h14v24H0z" }) }) })
|
|
2502
|
+
] }),
|
|
2503
|
+
/* @__PURE__ */ t("symbol", { viewBox: "0 0 16 24", id: "num-sept", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2504
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#dna)", children: /* @__PURE__ */ e("path", { d: "M4.978 24a1.83 1.83 0 0 1-.703-.146 1.71 1.71 0 0 1-.847-2.252L11.65 3.408H1.696a1.705 1.705 0 0 1 0-3.408h12.608a1.695 1.695 0 0 1 1.538 2.41l-3.319 7.253L6.516 22.99a1.68 1.68 0 0 1-1.55.998z" }) }),
|
|
2505
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "dna", children: /* @__PURE__ */ e("path", { d: "M0 0h16v24H0z" }) }) })
|
|
2506
|
+
] }),
|
|
2507
|
+
/* @__PURE__ */ t("symbol", { viewBox: "0 0 13 24", id: "num-six", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2508
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#doa)", children: /* @__PURE__ */ e("path", { d: "M1.68 21.674a6.34 6.34 0 0 0 5.69 2.278c3.513-.449 6.009-3.732 5.57-7.33-.437-3.598-3.642-6.155-7.156-5.706a6.2 6.2 0 0 0-1.951.581 13 13 0 0 1 1.052-2.75c1.29-2.484 3.23-4.446 5.678-5.718.734-.388 1.053-1.418.675-2.169C10.848.11 9.83-.218 9.096.157 5.17 2.193 2.2 5.791.887 10.031s-1.277 9.51.793 11.643m4.507-7.439c1.727-.218 3.288 1.03 3.5 2.799.214 1.769-1.005 3.368-2.732 3.586s-3.288-1.03-3.501-2.799 1.005-3.368 2.733-3.586" }) }),
|
|
2509
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "doa", children: /* @__PURE__ */ e("path", { d: "M0 0h13v24H0z" }) }) })
|
|
2510
|
+
] }),
|
|
2511
|
+
/* @__PURE__ */ t("symbol", { viewBox: "0 0 15 24", id: "num-trois", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2512
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#dpa)", children: /* @__PURE__ */ e(
|
|
2513
|
+
"path",
|
|
2514
|
+
{
|
|
2515
|
+
fillRule: "evenodd",
|
|
2516
|
+
d: "M1.713 24A1.72 1.72 0 0 1 0 22.246c0-.858.642-1.753 1.713-1.753H8.35c1.237 0 2.224-.614 2.878-1.779.63-1.128.63-2.317 0-3.433-.713-1.104-1.832-1.791-2.878-1.791H5.28c-.773 0-1.582-.6-1.582-1.619 0-.797.595-1.619 1.583-1.619H8.22c1.237 0 2.224-.613 2.878-1.79.63-1.128.63-2.318 0-3.434-.713-1.104-1.832-1.79-2.878-1.79a1.584 1.584 0 0 1-1.582-1.62C6.638.823 7.232 0 8.22 0c1.724 0 3.414.699 4.782 1.962C14.298 3.164 15 4.844 15 6.672s-.654 3.593-1.891 4.868l-.44.454.44.454C14.346 13.723 15 15.403 15 17.316c0 1.656-.702 3.385-1.915 4.759C11.765 23.3 10.075 24 8.35 24z",
|
|
2517
|
+
clipRule: "evenodd"
|
|
2518
|
+
}
|
|
2519
|
+
) }),
|
|
2520
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "dpa", children: /* @__PURE__ */ e("path", { d: "M0 0h15v24H0z" }) }) })
|
|
2521
|
+
] }),
|
|
2522
|
+
/* @__PURE__ */ t("symbol", { viewBox: "0 0 9 24", id: "num-un", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2523
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#dqa)", children: /* @__PURE__ */ e("path", { d: "M7.378 24c-.892 0-1.621-.769-1.621-1.708V5.49c-.939.94-2.016 2.05-3 3.062a1.57 1.57 0 0 1-2.294 0c-.625-.659-.625-1.757 0-2.416C6.707-.366 6.88-.293 7.993.195 8.594.464 9 1.11 9 1.794v20.498C9 23.232 8.27 24 7.378 24" }) }),
|
|
2524
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "dqa", children: /* @__PURE__ */ e("path", { d: "M0 0h9v24H0z" }) }) })
|
|
2525
|
+
] }),
|
|
2443
2526
|
/* @__PURE__ */ e("symbol", { viewBox: "0 0 28 50", id: "olympic-flame", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ e(
|
|
2444
2527
|
"path",
|
|
2445
2528
|
{
|
|
@@ -2532,45 +2615,45 @@ const G1 = {
|
|
|
2532
2615
|
/* @__PURE__ */ e(
|
|
2533
2616
|
"path",
|
|
2534
2617
|
{
|
|
2535
|
-
className: "
|
|
2618
|
+
className: "dyst0",
|
|
2536
2619
|
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"
|
|
2537
2620
|
}
|
|
2538
2621
|
),
|
|
2539
2622
|
/* @__PURE__ */ e(
|
|
2540
2623
|
"path",
|
|
2541
2624
|
{
|
|
2542
|
-
className: "
|
|
2625
|
+
className: "dyst0",
|
|
2543
2626
|
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"
|
|
2544
2627
|
}
|
|
2545
2628
|
),
|
|
2546
2629
|
/* @__PURE__ */ e(
|
|
2547
2630
|
"path",
|
|
2548
2631
|
{
|
|
2549
|
-
className: "
|
|
2632
|
+
className: "dyst0",
|
|
2550
2633
|
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"
|
|
2551
2634
|
}
|
|
2552
2635
|
)
|
|
2553
2636
|
] }),
|
|
2554
2637
|
/* @__PURE__ */ t("symbol", { viewBox: "0 0 28 29", id: "rewind", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2555
|
-
/* @__PURE__ */ t("g", { clipPath: "url(#
|
|
2638
|
+
/* @__PURE__ */ t("g", { clipPath: "url(#dza)", children: [
|
|
2556
2639
|
/* @__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" }),
|
|
2557
2640
|
/* @__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" }),
|
|
2558
2641
|
/* @__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" }),
|
|
2559
2642
|
/* @__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" }),
|
|
2560
2643
|
/* @__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" })
|
|
2561
2644
|
] }),
|
|
2562
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "
|
|
2645
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "dza", children: /* @__PURE__ */ e("path", { d: "M0 0h27.91v28.6H0z" }) }) })
|
|
2563
2646
|
] }),
|
|
2564
2647
|
/* @__PURE__ */ t("symbol", { fill: "none", viewBox: "0 0 29 25", id: "rubric-c2c", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2565
|
-
/* @__PURE__ */ t("g", { clipPath: "url(#
|
|
2648
|
+
/* @__PURE__ */ t("g", { clipPath: "url(#eaa)", fill: "#FD8000", children: [
|
|
2566
2649
|
/* @__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" }),
|
|
2567
2650
|
/* @__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" })
|
|
2568
2651
|
] }),
|
|
2569
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "
|
|
2652
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "eaa", children: /* @__PURE__ */ e("path", { fill: "#fff", d: "M0 0h28.801v25H0z" }) }) })
|
|
2570
2653
|
] }),
|
|
2571
2654
|
/* @__PURE__ */ t("symbol", { fill: "none", viewBox: "0 0 28 25", id: "rubric-conso", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2572
|
-
/* @__PURE__ */ e("g", { clipPath: "url(#
|
|
2573
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "
|
|
2655
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#eba)", 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" }) }),
|
|
2656
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "eba", children: /* @__PURE__ */ e("path", { fill: "#fff", d: "M0 0h28.006v25H0z" }) }) })
|
|
2574
2657
|
] }),
|
|
2575
2658
|
/* @__PURE__ */ t(
|
|
2576
2659
|
"symbol",
|
|
@@ -2599,18 +2682,18 @@ const G1 = {
|
|
|
2599
2682
|
}
|
|
2600
2683
|
),
|
|
2601
2684
|
/* @__PURE__ */ t("symbol", { id: "rubric-gaming", viewBox: "0 0 98.13 70", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2602
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("style", { children: ".
|
|
2685
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("style", { children: ".edcls-1{fill:#fa6ee5}" }) }),
|
|
2603
2686
|
/* @__PURE__ */ e(
|
|
2604
2687
|
"path",
|
|
2605
2688
|
{
|
|
2606
|
-
className: "
|
|
2689
|
+
className: "edcls-1",
|
|
2607
2690
|
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"
|
|
2608
2691
|
}
|
|
2609
2692
|
),
|
|
2610
2693
|
/* @__PURE__ */ e(
|
|
2611
2694
|
"path",
|
|
2612
2695
|
{
|
|
2613
|
-
className: "
|
|
2696
|
+
className: "edcls-1",
|
|
2614
2697
|
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"
|
|
2615
2698
|
}
|
|
2616
2699
|
)
|
|
@@ -2623,11 +2706,11 @@ const G1 = {
|
|
|
2623
2706
|
id: "rubric-high-tech",
|
|
2624
2707
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2625
2708
|
children: [
|
|
2626
|
-
/* @__PURE__ */ t("g", { clipPath: "url(#
|
|
2709
|
+
/* @__PURE__ */ t("g", { clipPath: "url(#eea)", fill: "#8F98A9", children: [
|
|
2627
2710
|
/* @__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" }),
|
|
2628
2711
|
/* @__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" })
|
|
2629
2712
|
] }),
|
|
2630
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "
|
|
2713
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "eea", children: /* @__PURE__ */ e("path", { fill: "#fff", d: "M0 0h30.526v25H0z" }) }) })
|
|
2631
2714
|
]
|
|
2632
2715
|
}
|
|
2633
2716
|
),
|
|
@@ -2648,40 +2731,40 @@ const G1 = {
|
|
|
2648
2731
|
)
|
|
2649
2732
|
] }),
|
|
2650
2733
|
/* @__PURE__ */ t("symbol", { fill: "none", viewBox: "0 0 33 25", id: "rubric-news", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2651
|
-
/* @__PURE__ */ t("g", { clipPath: "url(#
|
|
2734
|
+
/* @__PURE__ */ t("g", { clipPath: "url(#ega)", fill: "#4742FF", children: [
|
|
2652
2735
|
/* @__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" }),
|
|
2653
2736
|
/* @__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" })
|
|
2654
2737
|
] }),
|
|
2655
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "
|
|
2738
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "ega", children: /* @__PURE__ */ e("path", { fill: "#fff", d: "M0 0h32.895v25H0z" }) }) })
|
|
2656
2739
|
] }),
|
|
2657
2740
|
/* @__PURE__ */ t("symbol", { fill: "none", viewBox: "0 0 30 25", id: "rubric-planet", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2658
|
-
/* @__PURE__ */ t("g", { clipPath: "url(#
|
|
2741
|
+
/* @__PURE__ */ t("g", { clipPath: "url(#eha)", fill: "#00B482", children: [
|
|
2659
2742
|
/* @__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" }),
|
|
2660
2743
|
/* @__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" })
|
|
2661
2744
|
] }),
|
|
2662
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "
|
|
2745
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "eha", children: /* @__PURE__ */ e("path", { fill: "#fff", d: "M0 0h30v25H0z" }) }) })
|
|
2663
2746
|
] }),
|
|
2664
2747
|
/* @__PURE__ */ t("symbol", { fill: "none", viewBox: "0 0 34 25", id: "rubric-sport", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2665
|
-
/* @__PURE__ */ t("g", { clipPath: "url(#
|
|
2748
|
+
/* @__PURE__ */ t("g", { clipPath: "url(#eia)", fill: "#6398AB", children: [
|
|
2666
2749
|
/* @__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" }),
|
|
2667
2750
|
/* @__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" })
|
|
2668
2751
|
] }),
|
|
2669
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "
|
|
2752
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "eia", children: /* @__PURE__ */ e("path", { fill: "#fff", d: "M0 0h33.756v25H0z" }) }) })
|
|
2670
2753
|
] }),
|
|
2671
2754
|
/* @__PURE__ */ t("symbol", { fill: "none", viewBox: "0 0 37 28", id: "rubric-tempo", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2672
|
-
/* @__PURE__ */ t("g", { clipPath: "url(#
|
|
2755
|
+
/* @__PURE__ */ t("g", { clipPath: "url(#eja)", fill: "#ECB200", children: [
|
|
2673
2756
|
/* @__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" }),
|
|
2674
2757
|
/* @__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" })
|
|
2675
2758
|
] }),
|
|
2676
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "
|
|
2759
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "eja", children: /* @__PURE__ */ e("path", { fill: "#fff", d: "M0 0h37v27.75H0z" }) }) })
|
|
2677
2760
|
] }),
|
|
2678
2761
|
/* @__PURE__ */ t("symbol", { fill: "none", viewBox: "0 0 30 25", id: "rubric-vie-pro", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2679
|
-
/* @__PURE__ */ t("g", { clipPath: "url(#
|
|
2762
|
+
/* @__PURE__ */ t("g", { clipPath: "url(#eka)", fill: "#B49B56", children: [
|
|
2680
2763
|
/* @__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" }),
|
|
2681
2764
|
/* @__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" }),
|
|
2682
2765
|
/* @__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" })
|
|
2683
2766
|
] }),
|
|
2684
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "
|
|
2767
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "eka", children: /* @__PURE__ */ e("path", { fill: "#fff", d: "M0 0h29.174v25H0z" }) }) })
|
|
2685
2768
|
] }),
|
|
2686
2769
|
/* @__PURE__ */ e("symbol", { viewBox: "0 0 28 28", id: "search", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ e(
|
|
2687
2770
|
"path",
|
|
@@ -2919,7 +3002,7 @@ const G1 = {
|
|
|
2919
3002
|
}
|
|
2920
3003
|
) }),
|
|
2921
3004
|
/* @__PURE__ */ t("symbol", { fill: "none", viewBox: "0 0 75 79", id: "world-foot-2026", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2922
|
-
/* @__PURE__ */ t("g", { clipPath: "url(#
|
|
3005
|
+
/* @__PURE__ */ t("g", { clipPath: "url(#fha)", children: [
|
|
2923
3006
|
/* @__PURE__ */ e(
|
|
2924
3007
|
"path",
|
|
2925
3008
|
{
|
|
@@ -2953,10 +3036,10 @@ const G1 = {
|
|
|
2953
3036
|
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"
|
|
2954
3037
|
}
|
|
2955
3038
|
),
|
|
2956
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "
|
|
3039
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "fha", children: /* @__PURE__ */ e("path", { fill: "#fff", d: "M22 5h32v74H22z" }) }) })
|
|
2957
3040
|
] }),
|
|
2958
3041
|
/* @__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" }) })
|
|
2959
|
-
] }),
|
|
3042
|
+
] }), b2 = [...b0, "blue-dark"], q = T(
|
|
2960
3043
|
({ iconProps: a, as: s = "button", variant: c, color: l, size: r, hasShadow: n, isLoading: i, isFloating: o, ...d }, u) => /* @__PURE__ */ e(
|
|
2961
3044
|
h,
|
|
2962
3045
|
{
|
|
@@ -3001,7 +3084,7 @@ const r1 = ({ text: a, ...s }) => /* @__PURE__ */ e(
|
|
|
3001
3084
|
children: a
|
|
3002
3085
|
}
|
|
3003
3086
|
);
|
|
3004
|
-
function
|
|
3087
|
+
function y2({ title: a, ratio: s = "auto", htmlIframeProps: c, ...l }) {
|
|
3005
3088
|
return /* @__PURE__ */ e(
|
|
3006
3089
|
x,
|
|
3007
3090
|
{
|
|
@@ -3048,7 +3131,7 @@ const Z0 = ({ src: a, formats: s }) => {
|
|
|
3048
3131
|
C = C ? `${C}, ${y} 2x` : `${y} 2x`;
|
|
3049
3132
|
}
|
|
3050
3133
|
return f.width = w || void 0, f.height = b !== "0" ? b : void 0, f.sizes = n || void 0, /* @__PURE__ */ e(x, { ...f, as: "img", src: Z, ...C ? { srcSet: C } : {} });
|
|
3051
|
-
}, i1 = ({ size: a, ...s }) => /* @__PURE__ */ e(g, { as: "span", size: a || "s", ...s, children: "•" }), V1 =
|
|
3134
|
+
}, i1 = ({ size: a, ...s }) => /* @__PURE__ */ e(g, { as: "span", size: a || "s", ...s, children: "•" }), V1 = T(
|
|
3052
3135
|
({
|
|
3053
3136
|
id: a,
|
|
3054
3137
|
className: s,
|
|
@@ -3189,7 +3272,7 @@ const Z0 = ({ src: a, formats: s }) => {
|
|
|
3189
3272
|
]
|
|
3190
3273
|
}
|
|
3191
3274
|
);
|
|
3192
|
-
},
|
|
3275
|
+
}, _2 = ({ children: a }) => /* @__PURE__ */ e(L, { as: "h4", size: "xxs", weight: "bold", color: "ultramarine", children: a }), V = (a) => {
|
|
3193
3276
|
if (a.propValue && ["boolean", "string", "number"].includes(typeof a.propValue) || !a.propValue) {
|
|
3194
3277
|
const s = O1({
|
|
3195
3278
|
className: a.className,
|
|
@@ -3337,7 +3420,7 @@ const Z0 = ({ src: a, formats: s }) => {
|
|
|
3337
3420
|
"text-italic": !!r,
|
|
3338
3421
|
[`font-${n}`]: !!n
|
|
3339
3422
|
}
|
|
3340
|
-
), x =
|
|
3423
|
+
), x = T(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
3341
3424
|
a,
|
|
3342
3425
|
{
|
|
3343
3426
|
...h1({
|
|
@@ -3350,7 +3433,7 @@ const Z0 = ({ src: a, formats: s }) => {
|
|
|
3350
3433
|
}
|
|
3351
3434
|
));
|
|
3352
3435
|
x.displayName = "Box";
|
|
3353
|
-
const h =
|
|
3436
|
+
const h = T(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
3354
3437
|
x,
|
|
3355
3438
|
{
|
|
3356
3439
|
...h1({
|
|
@@ -3362,7 +3445,7 @@ const h = I(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
|
3362
3445
|
className: p(V0(c), c?.className),
|
|
3363
3446
|
children: s
|
|
3364
3447
|
}
|
|
3365
|
-
)), F =
|
|
3448
|
+
)), F = T(
|
|
3366
3449
|
({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
3367
3450
|
x,
|
|
3368
3451
|
{
|
|
@@ -3376,7 +3459,7 @@ const h = I(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
|
3376
3459
|
children: s
|
|
3377
3460
|
}
|
|
3378
3461
|
)
|
|
3379
|
-
),
|
|
3462
|
+
), z2 = [1, 2, 3, 4, 5, 6, 12, "2-of-3"], l1 = ({ colsNumber: a, gap: s, gapX: c, gapY: l, children: r, ...n }) => Q.createElement(x, {
|
|
3380
3463
|
...h1({
|
|
3381
3464
|
props: n,
|
|
3382
3465
|
systemPropNames: Object.keys(U1)
|
|
@@ -3402,7 +3485,7 @@ const h = I(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
|
3402
3485
|
p(J1(n), n?.className)
|
|
3403
3486
|
),
|
|
3404
3487
|
children: r
|
|
3405
|
-
}), $ =
|
|
3488
|
+
}), $ = T(
|
|
3406
3489
|
({
|
|
3407
3490
|
as: a = "a",
|
|
3408
3491
|
children: s,
|
|
@@ -3480,7 +3563,7 @@ const h = I(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
|
3480
3563
|
]
|
|
3481
3564
|
}
|
|
3482
3565
|
);
|
|
3483
|
-
},
|
|
3566
|
+
}, T0 = (a) => /* @__PURE__ */ e(x, { ...a, className: p("c-overlay c-overlay--with-bg", a?.className) }), H1 = ({ isWhite: a }) => /* @__PURE__ */ e("div", { className: p("c-pipe", { "c-pipe--is-white": a }) }), N2 = ({
|
|
3484
3567
|
id: a,
|
|
3485
3568
|
required: s,
|
|
3486
3569
|
label: c,
|
|
@@ -3497,14 +3580,14 @@ const h = I(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
|
3497
3580
|
}
|
|
3498
3581
|
),
|
|
3499
3582
|
c && /* @__PURE__ */ e("label", { htmlFor: a, className: "c-radio-button__label", children: c })
|
|
3500
|
-
] }),
|
|
3583
|
+
] }), I0 = ({ rating: a, ratingMax: s = 5, iconProps: c, ...l }) => {
|
|
3501
3584
|
const r = (d) => /* @__PURE__ */ e(N, { name: "star", color: "ultramarine", ...c }, d), n = (d) => /* @__PURE__ */ e(N, { name: "star", color: "grey-200", ...c }, d), i = (d) => /* @__PURE__ */ e(N, { name: "halfstar", color: "grey-200", ...c }, d), o = [];
|
|
3502
3585
|
for (let d = 0; d < s; d += 1) {
|
|
3503
3586
|
const u = d < a, m = d + 0.5 === a;
|
|
3504
3587
|
u && !m ? o.push(r(d)) : m ? o.push(i(d)) : o.push(n(d));
|
|
3505
3588
|
}
|
|
3506
3589
|
return /* @__PURE__ */ e(x, { ...l, children: o });
|
|
3507
|
-
},
|
|
3590
|
+
}, k2 = ({
|
|
3508
3591
|
title: a,
|
|
3509
3592
|
link: s,
|
|
3510
3593
|
image: c,
|
|
@@ -3562,7 +3645,7 @@ const h = I(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
|
3562
3645
|
)
|
|
3563
3646
|
]
|
|
3564
3647
|
}
|
|
3565
|
-
),
|
|
3648
|
+
), M2 = T(
|
|
3566
3649
|
({ variant: a, progressColor: s = "ultramarine" }, c) => /* @__PURE__ */ e(
|
|
3567
3650
|
x,
|
|
3568
3651
|
{
|
|
@@ -3595,14 +3678,14 @@ const h = I(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
|
3595
3678
|
}
|
|
3596
3679
|
);
|
|
3597
3680
|
A0.displayName = "ScrollToTopButton";
|
|
3598
|
-
const
|
|
3681
|
+
const C2 = ({ inner: a, children: s, ...c }) => /* @__PURE__ */ e(
|
|
3599
3682
|
x,
|
|
3600
3683
|
{
|
|
3601
3684
|
...c,
|
|
3602
3685
|
className: p("c-section", { "c-section--inner": a }, c?.className),
|
|
3603
3686
|
children: s
|
|
3604
3687
|
}
|
|
3605
|
-
), D0 =
|
|
3688
|
+
), D0 = T(
|
|
3606
3689
|
({
|
|
3607
3690
|
id: a,
|
|
3608
3691
|
className: s,
|
|
@@ -3680,7 +3763,7 @@ const M2 = ({ inner: a, children: s, ...c }) => /* @__PURE__ */ e(
|
|
|
3680
3763
|
]
|
|
3681
3764
|
}
|
|
3682
3765
|
)
|
|
3683
|
-
),
|
|
3766
|
+
), S2 = ({ variant: a = "button", className: s, ...c }) => /* @__PURE__ */ e(
|
|
3684
3767
|
h,
|
|
3685
3768
|
{
|
|
3686
3769
|
className: p(
|
|
@@ -3693,7 +3776,7 @@ const M2 = ({ inner: a, children: s, ...c }) => /* @__PURE__ */ e(
|
|
|
3693
3776
|
}
|
|
3694
3777
|
);
|
|
3695
3778
|
var z = /* @__PURE__ */ ((a) => (a.MOBILE = "mobile", a.DESKTOP = "desktop", a))(z || {}), Y = /* @__PURE__ */ ((a) => (a.embed = "embed", a.photo = "photo", a.podcast = "podcast", a.video = "video", a))(Y || {});
|
|
3696
|
-
const m1 =
|
|
3779
|
+
const m1 = T(
|
|
3697
3780
|
({
|
|
3698
3781
|
layout: a,
|
|
3699
3782
|
children: s,
|
|
@@ -3833,7 +3916,7 @@ const m1 = I(
|
|
|
3833
3916
|
"aria-labelledby": `tab-${a}`,
|
|
3834
3917
|
children: s
|
|
3835
3918
|
}
|
|
3836
|
-
), J =
|
|
3919
|
+
), J = T(
|
|
3837
3920
|
({ as: a = "a", id: s, variant: c = "primary", size: l, children: r, ...n }, i) => /* @__PURE__ */ e(
|
|
3838
3921
|
x,
|
|
3839
3922
|
{
|
|
@@ -3852,7 +3935,7 @@ const m1 = I(
|
|
|
3852
3935
|
children: r
|
|
3853
3936
|
}
|
|
3854
3937
|
)
|
|
3855
|
-
),
|
|
3938
|
+
), B2 = T(
|
|
3856
3939
|
({ id: a, required: s, label: c, variant: l, msg: r, rows: n = 5, containerProps: i, hint: o, error: d, ...u }, m) => /* @__PURE__ */ t(
|
|
3857
3940
|
h,
|
|
3858
3941
|
{
|
|
@@ -3911,7 +3994,7 @@ const m1 = I(
|
|
|
3911
3994
|
]
|
|
3912
3995
|
}
|
|
3913
3996
|
)
|
|
3914
|
-
), L =
|
|
3997
|
+
), L = T(
|
|
3915
3998
|
({ as: a = "h1", size: s, children: c, ...l }, r) => /* @__PURE__ */ e(
|
|
3916
3999
|
c0,
|
|
3917
4000
|
{
|
|
@@ -3928,7 +4011,7 @@ const m1 = I(
|
|
|
3928
4011
|
children: c
|
|
3929
4012
|
}
|
|
3930
4013
|
)
|
|
3931
|
-
), g =
|
|
4014
|
+
), g = T(
|
|
3932
4015
|
({ as: a = "p", size: s, highlighted: c, children: l, ...r }, n) => /* @__PURE__ */ e(
|
|
3933
4016
|
c0,
|
|
3934
4017
|
{
|
|
@@ -3949,7 +4032,7 @@ const m1 = I(
|
|
|
3949
4032
|
children: l
|
|
3950
4033
|
}
|
|
3951
4034
|
)
|
|
3952
|
-
), c0 =
|
|
4035
|
+
), c0 = T(
|
|
3953
4036
|
({ as: a = "p", children: s, ...c }, l) => s && s.toString().length || c?.dangerouslySetInnerHTML ? /* @__PURE__ */ e(
|
|
3954
4037
|
x,
|
|
3955
4038
|
{
|
|
@@ -3966,7 +4049,7 @@ const m1 = I(
|
|
|
3966
4049
|
children: s
|
|
3967
4050
|
}
|
|
3968
4051
|
) : null
|
|
3969
|
-
),
|
|
4052
|
+
), Z2 = ({
|
|
3970
4053
|
cover: a,
|
|
3971
4054
|
description: s,
|
|
3972
4055
|
title: c,
|
|
@@ -4023,10 +4106,10 @@ const m1 = I(
|
|
|
4023
4106
|
)
|
|
4024
4107
|
] })
|
|
4025
4108
|
}
|
|
4026
|
-
),
|
|
4109
|
+
), $2 = ({
|
|
4027
4110
|
children: a,
|
|
4028
4111
|
...s
|
|
4029
|
-
}) => /* @__PURE__ */ e(x, { ...s, px: "s", py: "xxs-2", bg: "sponsoring", children: /* @__PURE__ */ e(g, { size: "xs", fontFamily: "source-serif-pro", children: a }) }),
|
|
4112
|
+
}) => /* @__PURE__ */ e(x, { ...s, px: "s", py: "xxs-2", bg: "sponsoring", children: /* @__PURE__ */ e(g, { size: "xs", fontFamily: "source-serif-pro", children: a }) }), j2 = ({
|
|
4030
4113
|
title: a,
|
|
4031
4114
|
label: s,
|
|
4032
4115
|
layout: c,
|
|
@@ -4088,7 +4171,7 @@ const m1 = I(
|
|
|
4088
4171
|
]
|
|
4089
4172
|
}
|
|
4090
4173
|
)), u;
|
|
4091
|
-
},
|
|
4174
|
+
}, L2 = ({
|
|
4092
4175
|
title: a,
|
|
4093
4176
|
summary: s,
|
|
4094
4177
|
rubricColor: c,
|
|
@@ -4109,7 +4192,7 @@ const m1 = I(
|
|
|
4109
4192
|
/* @__PURE__ */ e(ue, { color: c, children: s })
|
|
4110
4193
|
]
|
|
4111
4194
|
}
|
|
4112
|
-
),
|
|
4195
|
+
), V2 = ({ html: a, caption: s = "" }) => /* @__PURE__ */ t("figure", { className: "c-media", children: [
|
|
4113
4196
|
/* @__PURE__ */ e(
|
|
4114
4197
|
"div",
|
|
4115
4198
|
{
|
|
@@ -4120,7 +4203,7 @@ const m1 = I(
|
|
|
4120
4203
|
}
|
|
4121
4204
|
),
|
|
4122
4205
|
s && /* @__PURE__ */ e(g, { as: "figcaption", size: "xs", mt: "s", color: "grey-300", className: "c-media__caption", children: s })
|
|
4123
|
-
] }),
|
|
4206
|
+
] }), H2 = ({ html: a }) => /* @__PURE__ */ e(
|
|
4124
4207
|
"div",
|
|
4125
4208
|
{
|
|
4126
4209
|
dangerouslySetInnerHTML: {
|
|
@@ -4216,7 +4299,37 @@ const m1 = I(
|
|
|
4216
4299
|
}
|
|
4217
4300
|
)
|
|
4218
4301
|
] });
|
|
4219
|
-
},
|
|
4302
|
+
}, F2 = ({
|
|
4303
|
+
topics: a,
|
|
4304
|
+
infoBannerProps: s,
|
|
4305
|
+
...c
|
|
4306
|
+
}) => /* @__PURE__ */ t(x, { ...c, children: [
|
|
4307
|
+
/* @__PURE__ */ e(x, { as: "ul", mb: "xl", children: a.map((l, r) => /* @__PURE__ */ t("li", { children: [
|
|
4308
|
+
/* @__PURE__ */ e(K0, { icon: l.icon, title: l.title, content: l.content }),
|
|
4309
|
+
r !== a.length - 1 && /* @__PURE__ */ e(G, { color: "grey-200", my: "l" })
|
|
4310
|
+
] }, l.title)) }),
|
|
4311
|
+
/* @__PURE__ */ e(me, { heading: s.heading, description: s.description })
|
|
4312
|
+
] }), T2 = ({ astroSignsList: a }) => /* @__PURE__ */ e(x, { as: "ul", className: "o-inline", mx: { xs: "m", md: "0" }, children: a.map((s) => /* @__PURE__ */ e("li", { className: "o-inline__by-4", children: /* @__PURE__ */ t("a", { href: s.url, className: "c-square-tile o-column bg-ultramarine color-white", children: [
|
|
4313
|
+
/* @__PURE__ */ e(
|
|
4314
|
+
N,
|
|
4315
|
+
{
|
|
4316
|
+
name: (
|
|
4317
|
+
// Accept all names as even if wrong it would just add useless attribute
|
|
4318
|
+
s.isNumerology ? `num-${s.slug}` : `horoscope-${s.slug}`
|
|
4319
|
+
),
|
|
4320
|
+
size: 18
|
|
4321
|
+
}
|
|
4322
|
+
),
|
|
4323
|
+
/* @__PURE__ */ e(A, { isUppercase: !1, children: s.label })
|
|
4324
|
+
] }) }, s.slug)) }), K0 = T(
|
|
4325
|
+
({ icon: a, title: s, content: c, ...l }, r) => /* @__PURE__ */ t(x, { ...l, ref: r, className: p("c-astro-topic-card", l?.className), children: [
|
|
4326
|
+
/* @__PURE__ */ t(h, { alignItems: "center", mb: "s", children: [
|
|
4327
|
+
/* @__PURE__ */ e(N, { mr: "xs", name: a, size: 21 }),
|
|
4328
|
+
/* @__PURE__ */ e(L, { as: "h3", size: "xs", children: s })
|
|
4329
|
+
] }),
|
|
4330
|
+
/* @__PURE__ */ e(g, { size: "m", children: c })
|
|
4331
|
+
] })
|
|
4332
|
+
), G0 = ({
|
|
4220
4333
|
avatars: a,
|
|
4221
4334
|
maxAvatar: s = 4,
|
|
4222
4335
|
themeColor: c,
|
|
@@ -4229,7 +4342,7 @@ const m1 = I(
|
|
|
4229
4342
|
color: r.color ?? (r.path ? void 0 : c)
|
|
4230
4343
|
},
|
|
4231
4344
|
r.title
|
|
4232
|
-
)) }),
|
|
4345
|
+
)) }), I2 = ({
|
|
4233
4346
|
rubrics: a,
|
|
4234
4347
|
tags: s,
|
|
4235
4348
|
color: c,
|
|
@@ -4309,7 +4422,7 @@ const m1 = I(
|
|
|
4309
4422
|
] })
|
|
4310
4423
|
]
|
|
4311
4424
|
}
|
|
4312
|
-
),
|
|
4425
|
+
), A2 = ({
|
|
4313
4426
|
items: a,
|
|
4314
4427
|
heading: s,
|
|
4315
4428
|
columnsNumber: c = { xs: 2, md: 4 },
|
|
@@ -4323,7 +4436,7 @@ const m1 = I(
|
|
|
4323
4436
|
/* @__PURE__ */ e($, { color: u?.color || "black", href: u.href, children: u.name })
|
|
4324
4437
|
] }, u.name);
|
|
4325
4438
|
return a.length > 0 ? /* @__PURE__ */ e(
|
|
4326
|
-
|
|
4439
|
+
de,
|
|
4327
4440
|
{
|
|
4328
4441
|
visibleItems: l,
|
|
4329
4442
|
heading: {
|
|
@@ -4350,7 +4463,7 @@ const m1 = I(
|
|
|
4350
4463
|
childrenItems: a.map((u) => d(u))
|
|
4351
4464
|
}
|
|
4352
4465
|
) : null;
|
|
4353
|
-
},
|
|
4466
|
+
}, U0 = ["Lundi", "Mardi", "Mercredi", "Jeudi", "Vendredi", "Samedi", "Dimanche"], W0 = [
|
|
4354
4467
|
"Janvier",
|
|
4355
4468
|
"Février",
|
|
4356
4469
|
"Mars",
|
|
@@ -4366,7 +4479,7 @@ const m1 = I(
|
|
|
4366
4479
|
], w1 = (a) => {
|
|
4367
4480
|
const s = a.getFullYear(), c = String(a.getMonth() + 1).padStart(2, "0"), l = String(a.getDate()).padStart(2, "0");
|
|
4368
4481
|
return `${s}-${c}-${l}`;
|
|
4369
|
-
},
|
|
4482
|
+
}, Y0 = (a) => {
|
|
4370
4483
|
if (a.length < 2)
|
|
4371
4484
|
return /* @__PURE__ */ new Set();
|
|
4372
4485
|
const s = [...a].sort(), c = /* @__PURE__ */ new Set();
|
|
@@ -4386,7 +4499,7 @@ const m1 = I(
|
|
|
4386
4499
|
}), l = n;
|
|
4387
4500
|
}
|
|
4388
4501
|
return c;
|
|
4389
|
-
},
|
|
4502
|
+
}, D2 = ({
|
|
4390
4503
|
currentStreakDates: a = [],
|
|
4391
4504
|
maxStreakDates: s = [],
|
|
4392
4505
|
initialMonth: c,
|
|
@@ -4413,7 +4526,7 @@ const m1 = I(
|
|
|
4413
4526
|
for (let y = new Date(v); y <= f; y.setDate(y.getDate() + 1))
|
|
4414
4527
|
_.push(new Date(y));
|
|
4415
4528
|
const w = W(() => new Set(a), [a]), b = W(() => new Set(s), [s]), C = W(
|
|
4416
|
-
() =>
|
|
4529
|
+
() => Y0([...a, ...s]),
|
|
4417
4530
|
[a, s]
|
|
4418
4531
|
), Z = w1(i), k = o.year < i.getFullYear() || o.year === i.getFullYear() && o.month < i.getMonth(), M = () => {
|
|
4419
4532
|
d((y) => y.month === 0 ? { year: y.year - 1, month: 11 } : { year: y.year, month: y.month - 1 });
|
|
@@ -4440,7 +4553,7 @@ const m1 = I(
|
|
|
4440
4553
|
className: "c-calendar__month-title",
|
|
4441
4554
|
textAlign: "center",
|
|
4442
4555
|
children: [
|
|
4443
|
-
|
|
4556
|
+
W0[o.month],
|
|
4444
4557
|
" ",
|
|
4445
4558
|
o.year
|
|
4446
4559
|
]
|
|
@@ -4458,13 +4571,13 @@ const m1 = I(
|
|
|
4458
4571
|
}
|
|
4459
4572
|
)
|
|
4460
4573
|
] }),
|
|
4461
|
-
/* @__PURE__ */ e(x, { className: "c-calendar__grid", pb: "xs", children:
|
|
4574
|
+
/* @__PURE__ */ e(x, { className: "c-calendar__grid", pb: "xs", children: U0.map((y) => /* @__PURE__ */ e(h, { alignItems: "center", justifyContent: "center", className: "c-calendar__cell", children: /* @__PURE__ */ e(g, { as: "span", size: "xs", children: y.charAt(0) }) }, y)) }),
|
|
4462
4575
|
/* @__PURE__ */ e("div", { className: "c-calendar__grid", children: _.map((y) => {
|
|
4463
4576
|
const B = w1(y), E = y.getMonth() === o.month, K = B === Z, P = C.has(B), a1 = (w.has(B) || b.has(B)) && !P, t1 = w.has(B), M1 = b.has(B), C1 = new Date(y);
|
|
4464
4577
|
C1.setDate(C1.getDate() - 1);
|
|
4465
|
-
const
|
|
4578
|
+
const T1 = P && !C.has(w1(C1)), S1 = new Date(y);
|
|
4466
4579
|
S1.setDate(S1.getDate() + 1);
|
|
4467
|
-
const
|
|
4580
|
+
const I1 = P && !C.has(w1(S1));
|
|
4468
4581
|
return /* @__PURE__ */ e(
|
|
4469
4582
|
h,
|
|
4470
4583
|
{
|
|
@@ -4476,19 +4589,19 @@ const m1 = I(
|
|
|
4476
4589
|
"c-calendar__cell--heat": t1,
|
|
4477
4590
|
"c-calendar__cell--max-heat": M1,
|
|
4478
4591
|
"c-calendar__cell--grouped": P,
|
|
4479
|
-
"c-calendar__cell--first-of-group":
|
|
4480
|
-
"c-calendar__cell--last-of-group":
|
|
4592
|
+
"c-calendar__cell--first-of-group": T1,
|
|
4593
|
+
"c-calendar__cell--last-of-group": I1
|
|
4481
4594
|
}),
|
|
4482
4595
|
children: /* @__PURE__ */ t(h, { alignItems: "center", justifyContent: "center", className: "c-calendar__date", children: [
|
|
4483
4596
|
/* @__PURE__ */ e(g, { as: "span", size: "xs", children: y.getDate() }),
|
|
4484
|
-
(a1 ||
|
|
4597
|
+
(a1 || T1 || I1) && /* @__PURE__ */ e(N, { name: "heat", size: [22, 32], className: "c-calendar__heat-icon" })
|
|
4485
4598
|
] })
|
|
4486
4599
|
},
|
|
4487
4600
|
B
|
|
4488
4601
|
);
|
|
4489
4602
|
}) })
|
|
4490
4603
|
] });
|
|
4491
|
-
}, O =
|
|
4604
|
+
}, O = T(
|
|
4492
4605
|
({ as: a = "article", children: s, className: c, clickable: l = !1, ...r }, n) => /* @__PURE__ */ e(
|
|
4493
4606
|
h,
|
|
4494
4607
|
{
|
|
@@ -4661,7 +4774,7 @@ const m1 = I(
|
|
|
4661
4774
|
]
|
|
4662
4775
|
}
|
|
4663
4776
|
);
|
|
4664
|
-
},
|
|
4777
|
+
}, X0 = (a) => {
|
|
4665
4778
|
switch (a) {
|
|
4666
4779
|
case "small":
|
|
4667
4780
|
return 20;
|
|
@@ -4670,7 +4783,7 @@ const m1 = I(
|
|
|
4670
4783
|
default:
|
|
4671
4784
|
return 40;
|
|
4672
4785
|
}
|
|
4673
|
-
},
|
|
4786
|
+
}, I = ({
|
|
4674
4787
|
cover: a,
|
|
4675
4788
|
id: s,
|
|
4676
4789
|
defaultFormat: c,
|
|
@@ -4723,7 +4836,7 @@ const m1 = I(
|
|
|
4723
4836
|
[`c-card-img__caption--${i.size || "big"}`]: !0
|
|
4724
4837
|
}),
|
|
4725
4838
|
children: [
|
|
4726
|
-
/* @__PURE__ */ e(N, { name: i.iconName, size:
|
|
4839
|
+
/* @__PURE__ */ e(N, { name: i.iconName, size: X0(i.size || "big") }),
|
|
4727
4840
|
/* @__PURE__ */ e(g, { size: i.size === "small" ? "xxs-2" : "xxs", weight: "bold", children: i.text })
|
|
4728
4841
|
]
|
|
4729
4842
|
}
|
|
@@ -4817,7 +4930,7 @@ const m1 = I(
|
|
|
4817
4930
|
}
|
|
4818
4931
|
)
|
|
4819
4932
|
}
|
|
4820
|
-
),
|
|
4933
|
+
), O2 = ({
|
|
4821
4934
|
link: a,
|
|
4822
4935
|
title: s,
|
|
4823
4936
|
summaryProps: c,
|
|
@@ -4857,7 +4970,7 @@ const m1 = I(
|
|
|
4857
4970
|
"o-columns-by-3__first-2-columns": u
|
|
4858
4971
|
}),
|
|
4859
4972
|
children: n && /* @__PURE__ */ e(
|
|
4860
|
-
|
|
4973
|
+
I,
|
|
4861
4974
|
{
|
|
4862
4975
|
...n,
|
|
4863
4976
|
formats: b,
|
|
@@ -4913,7 +5026,7 @@ const m1 = I(
|
|
|
4913
5026
|
l && /* @__PURE__ */ e(e1, { ...l, rightSubheader: void 0, mx: "m", mb: "xxs-2" }),
|
|
4914
5027
|
/* @__PURE__ */ e(D, { as: "h2", weight: "bold", ...r, mx: "m", children: /* @__PURE__ */ e("a", { href: a, children: s }) }),
|
|
4915
5028
|
n && /* @__PURE__ */ e(
|
|
4916
|
-
|
|
5029
|
+
I,
|
|
4917
5030
|
{
|
|
4918
5031
|
...n,
|
|
4919
5032
|
formats: b,
|
|
@@ -5004,7 +5117,7 @@ const m1 = I(
|
|
|
5004
5117
|
}
|
|
5005
5118
|
),
|
|
5006
5119
|
r && /* @__PURE__ */ e(
|
|
5007
|
-
|
|
5120
|
+
I,
|
|
5008
5121
|
{
|
|
5009
5122
|
...r,
|
|
5010
5123
|
...r.caption && {
|
|
@@ -5033,7 +5146,7 @@ const m1 = I(
|
|
|
5033
5146
|
]
|
|
5034
5147
|
}
|
|
5035
5148
|
);
|
|
5036
|
-
},
|
|
5149
|
+
}, R2 = ({
|
|
5037
5150
|
link: a,
|
|
5038
5151
|
title: s,
|
|
5039
5152
|
layout: c,
|
|
@@ -5060,7 +5173,7 @@ const m1 = I(
|
|
|
5060
5173
|
),
|
|
5061
5174
|
children: /* @__PURE__ */ t("a", { href: a, children: [
|
|
5062
5175
|
i && /* @__PURE__ */ e(
|
|
5063
|
-
|
|
5176
|
+
I,
|
|
5064
5177
|
{
|
|
5065
5178
|
...i,
|
|
5066
5179
|
defaultFormat: c === z.DESKTOP ? "722x460" : "310x384",
|
|
@@ -5095,7 +5208,7 @@ const m1 = I(
|
|
|
5095
5208
|
] })
|
|
5096
5209
|
}
|
|
5097
5210
|
);
|
|
5098
|
-
},
|
|
5211
|
+
}, E2 = ({
|
|
5099
5212
|
link: a,
|
|
5100
5213
|
title: s,
|
|
5101
5214
|
layout: c,
|
|
@@ -5110,7 +5223,7 @@ const m1 = I(
|
|
|
5110
5223
|
const { cardFooterProps: m, signatureProps: v, ...f } = u;
|
|
5111
5224
|
return /* @__PURE__ */ e(O, { ...f, className: "c-card-large", direction: "column", children: c === z.DESKTOP ? /* @__PURE__ */ t("a", { href: a, children: [
|
|
5112
5225
|
i && /* @__PURE__ */ e(
|
|
5113
|
-
|
|
5226
|
+
I,
|
|
5114
5227
|
{
|
|
5115
5228
|
...i,
|
|
5116
5229
|
defaultFormat: "722x460",
|
|
@@ -5135,7 +5248,7 @@ const m1 = I(
|
|
|
5135
5248
|
] }) : /* @__PURE__ */ t(j, { children: [
|
|
5136
5249
|
/* @__PURE__ */ t("a", { href: a, children: [
|
|
5137
5250
|
i && /* @__PURE__ */ e(
|
|
5138
|
-
|
|
5251
|
+
I,
|
|
5139
5252
|
{
|
|
5140
5253
|
...i,
|
|
5141
5254
|
defaultFormat: "722x460",
|
|
@@ -5171,7 +5284,7 @@ const m1 = I(
|
|
|
5171
5284
|
}
|
|
5172
5285
|
)
|
|
5173
5286
|
] }) });
|
|
5174
|
-
},
|
|
5287
|
+
}, J0 = ({
|
|
5175
5288
|
link: a,
|
|
5176
5289
|
title: s,
|
|
5177
5290
|
cardHeaderProps: c,
|
|
@@ -5194,7 +5307,7 @@ const m1 = I(
|
|
|
5194
5307
|
clickable: !0,
|
|
5195
5308
|
children: [
|
|
5196
5309
|
r && /* @__PURE__ */ e(
|
|
5197
|
-
|
|
5310
|
+
I,
|
|
5198
5311
|
{
|
|
5199
5312
|
...r,
|
|
5200
5313
|
formats: ["480x308", "346x222"],
|
|
@@ -5241,7 +5354,7 @@ const m1 = I(
|
|
|
5241
5354
|
]
|
|
5242
5355
|
}
|
|
5243
5356
|
);
|
|
5244
|
-
}, z1 = (a, s = "fr-FR") => Intl.NumberFormat(s).format(a),
|
|
5357
|
+
}, z1 = (a, s = "fr-FR") => Intl.NumberFormat(s).format(a), Q0 = ({
|
|
5245
5358
|
link: a,
|
|
5246
5359
|
title: s,
|
|
5247
5360
|
cardHeaderProps: c,
|
|
@@ -5294,7 +5407,7 @@ const m1 = I(
|
|
|
5294
5407
|
),
|
|
5295
5408
|
o && /* @__PURE__ */ e(g, { color: "grey-600", fontFamily: "source-serif-pro", size: "m", mt: "xs", ...o, children: o.children }),
|
|
5296
5409
|
r?.cover && i === z.MOBILE && /* @__PURE__ */ e(
|
|
5297
|
-
|
|
5410
|
+
I,
|
|
5298
5411
|
{
|
|
5299
5412
|
...r,
|
|
5300
5413
|
...r.caption && {
|
|
@@ -5321,7 +5434,7 @@ const m1 = I(
|
|
|
5321
5434
|
] })
|
|
5322
5435
|
] }),
|
|
5323
5436
|
r?.cover && i === z.DESKTOP && /* @__PURE__ */ e(
|
|
5324
|
-
|
|
5437
|
+
I,
|
|
5325
5438
|
{
|
|
5326
5439
|
...r,
|
|
5327
5440
|
...r.caption && {
|
|
@@ -5337,7 +5450,7 @@ const m1 = I(
|
|
|
5337
5450
|
]
|
|
5338
5451
|
}
|
|
5339
5452
|
);
|
|
5340
|
-
},
|
|
5453
|
+
}, P2 = ({
|
|
5341
5454
|
title: a,
|
|
5342
5455
|
summary: s,
|
|
5343
5456
|
cardTitleProps: c,
|
|
@@ -5375,7 +5488,7 @@ const m1 = I(
|
|
|
5375
5488
|
" "
|
|
5376
5489
|
] }),
|
|
5377
5490
|
/* @__PURE__ */ e(
|
|
5378
|
-
|
|
5491
|
+
I0,
|
|
5379
5492
|
{
|
|
5380
5493
|
rating: f,
|
|
5381
5494
|
iconProps: {
|
|
@@ -5389,7 +5502,7 @@ const m1 = I(
|
|
|
5389
5502
|
/* @__PURE__ */ t(h, { direction: "row", gap: { xs: "m", md: "l" }, ..._, children: [
|
|
5390
5503
|
/* @__PURE__ */ t("div", { className: "c-card-movie__side", children: [
|
|
5391
5504
|
l && /* @__PURE__ */ e(
|
|
5392
|
-
|
|
5505
|
+
I,
|
|
5393
5506
|
{
|
|
5394
5507
|
...l,
|
|
5395
5508
|
radius: "xs",
|
|
@@ -5456,7 +5569,7 @@ const m1 = I(
|
|
|
5456
5569
|
] })
|
|
5457
5570
|
] })
|
|
5458
5571
|
] });
|
|
5459
|
-
},
|
|
5572
|
+
}, q2 = ({
|
|
5460
5573
|
id: a,
|
|
5461
5574
|
label: s,
|
|
5462
5575
|
title: c,
|
|
@@ -5497,7 +5610,7 @@ const m1 = I(
|
|
|
5497
5610
|
/* @__PURE__ */ e(h, { wrap: "wrap", children: /* @__PURE__ */ e(s0, { id: a, checked: i, onChange: d }) })
|
|
5498
5611
|
]
|
|
5499
5612
|
}
|
|
5500
|
-
),
|
|
5613
|
+
), K2 = ({
|
|
5501
5614
|
timeText: a,
|
|
5502
5615
|
hasDot: s,
|
|
5503
5616
|
closeButton: c,
|
|
@@ -5514,7 +5627,7 @@ const m1 = I(
|
|
|
5514
5627
|
] }),
|
|
5515
5628
|
/* @__PURE__ */ t(h, { justifyContent: "end", direction: "row", gap: "xs", children: [
|
|
5516
5629
|
l && /* @__PURE__ */ e(
|
|
5517
|
-
|
|
5630
|
+
I,
|
|
5518
5631
|
{
|
|
5519
5632
|
...l,
|
|
5520
5633
|
...l.caption && {
|
|
@@ -5586,7 +5699,7 @@ const m1 = I(
|
|
|
5586
5699
|
...v,
|
|
5587
5700
|
children: [
|
|
5588
5701
|
s && /* @__PURE__ */ e(
|
|
5589
|
-
|
|
5702
|
+
I,
|
|
5590
5703
|
{
|
|
5591
5704
|
...s,
|
|
5592
5705
|
..._,
|
|
@@ -5624,7 +5737,7 @@ const m1 = I(
|
|
|
5624
5737
|
]
|
|
5625
5738
|
}
|
|
5626
5739
|
);
|
|
5627
|
-
},
|
|
5740
|
+
}, ee = ({
|
|
5628
5741
|
link: a,
|
|
5629
5742
|
cardImageProps: s,
|
|
5630
5743
|
cardHeaderProps: c,
|
|
@@ -5641,7 +5754,7 @@ const m1 = I(
|
|
|
5641
5754
|
...r,
|
|
5642
5755
|
children: [
|
|
5643
5756
|
s && /* @__PURE__ */ e(
|
|
5644
|
-
|
|
5757
|
+
I,
|
|
5645
5758
|
{
|
|
5646
5759
|
...s,
|
|
5647
5760
|
...{
|
|
@@ -5661,7 +5774,7 @@ const m1 = I(
|
|
|
5661
5774
|
] })
|
|
5662
5775
|
]
|
|
5663
5776
|
}
|
|
5664
|
-
),
|
|
5777
|
+
), G2 = ({
|
|
5665
5778
|
link: a,
|
|
5666
5779
|
title: s,
|
|
5667
5780
|
summaryProps: c,
|
|
@@ -5682,7 +5795,7 @@ const m1 = I(
|
|
|
5682
5795
|
className: p("o-lt-show", o.className),
|
|
5683
5796
|
children: [
|
|
5684
5797
|
/* @__PURE__ */ e(x, { className: p("o-lt-show__main"), children: n && /* @__PURE__ */ e(
|
|
5685
|
-
|
|
5798
|
+
I,
|
|
5686
5799
|
{
|
|
5687
5800
|
...n,
|
|
5688
5801
|
formats: d,
|
|
@@ -5722,12 +5835,12 @@ const m1 = I(
|
|
|
5722
5835
|
]
|
|
5723
5836
|
}
|
|
5724
5837
|
);
|
|
5725
|
-
}, c1 = ({ className: a, ...s }) => /* @__PURE__ */ e(x, { className: p("c-card-skeleton__block", a), bg: "grey-200", ...s }),
|
|
5838
|
+
}, c1 = ({ className: a, ...s }) => /* @__PURE__ */ e(x, { className: p("c-card-skeleton__block", a), bg: "grey-200", ...s }), ae = (a) => /* @__PURE__ */ t(O, { ...a, direction: "column", gap: "xxs", children: [
|
|
5726
5839
|
/* @__PURE__ */ e(c1, { className: "c-card-skeleton__block--image" }),
|
|
5727
5840
|
/* @__PURE__ */ e(c1, { className: "c-card-skeleton__block--meta" }),
|
|
5728
5841
|
/* @__PURE__ */ e(c1, { className: "c-card-skeleton__block--title" }),
|
|
5729
5842
|
/* @__PURE__ */ e(c1, { className: "c-card-skeleton__block--subtitle" })
|
|
5730
|
-
] }),
|
|
5843
|
+
] }), se = (a) => /* @__PURE__ */ e(
|
|
5731
5844
|
O,
|
|
5732
5845
|
{
|
|
5733
5846
|
...a,
|
|
@@ -5742,13 +5855,13 @@ const m1 = I(
|
|
|
5742
5855
|
/* @__PURE__ */ e(c1, { className: "c-card-skeleton__block--image" })
|
|
5743
5856
|
] })
|
|
5744
5857
|
}
|
|
5745
|
-
),
|
|
5858
|
+
), U2 = ({ variant: a, className: s, ...c }) => {
|
|
5746
5859
|
const l = p(
|
|
5747
5860
|
"c-card-skeleton",
|
|
5748
5861
|
{ [`c-card-skeleton--${a}`]: a },
|
|
5749
5862
|
s
|
|
5750
5863
|
);
|
|
5751
|
-
return a === "medium" ? /* @__PURE__ */ e(
|
|
5864
|
+
return a === "medium" ? /* @__PURE__ */ e(ae, { ...c, className: l }) : /* @__PURE__ */ e(se, { ...c, className: l });
|
|
5752
5865
|
}, r0 = ({
|
|
5753
5866
|
link: a,
|
|
5754
5867
|
title: s,
|
|
@@ -5762,7 +5875,7 @@ const m1 = I(
|
|
|
5762
5875
|
}) => {
|
|
5763
5876
|
const { cardFooterProps: u, signatureProps: m, socialBarProps: v, ...f } = d, _ = /* @__PURE__ */ t(j, { children: [
|
|
5764
5877
|
r && /* @__PURE__ */ e(
|
|
5765
|
-
|
|
5878
|
+
I,
|
|
5766
5879
|
{
|
|
5767
5880
|
sizes: "(min-width: 480px) 252px, 160px",
|
|
5768
5881
|
defaultFormat: i === z.DESKTOP ? "252x162" : "160x102",
|
|
@@ -5806,7 +5919,7 @@ const m1 = I(
|
|
|
5806
5919
|
)
|
|
5807
5920
|
] });
|
|
5808
5921
|
return /* @__PURE__ */ e(O, { ...f, direction: "column", clickable: !0, children: o === "title-on-image" ? /* @__PURE__ */ e("a", { href: a, children: _ }) : _ });
|
|
5809
|
-
},
|
|
5922
|
+
}, ce = ({
|
|
5810
5923
|
link: a,
|
|
5811
5924
|
title: s,
|
|
5812
5925
|
cardHeaderProps: c,
|
|
@@ -5825,7 +5938,7 @@ const m1 = I(
|
|
|
5825
5938
|
clickable: !0,
|
|
5826
5939
|
children: [
|
|
5827
5940
|
r && /* @__PURE__ */ e(
|
|
5828
|
-
|
|
5941
|
+
I,
|
|
5829
5942
|
{
|
|
5830
5943
|
...r,
|
|
5831
5944
|
...r.caption && {
|
|
@@ -5861,7 +5974,7 @@ const m1 = I(
|
|
|
5861
5974
|
]
|
|
5862
5975
|
}
|
|
5863
5976
|
);
|
|
5864
|
-
},
|
|
5977
|
+
}, le = ({
|
|
5865
5978
|
link: a,
|
|
5866
5979
|
title: s,
|
|
5867
5980
|
cardImageProps: c,
|
|
@@ -5878,7 +5991,7 @@ const m1 = I(
|
|
|
5878
5991
|
"c-card-container--clickable"
|
|
5879
5992
|
),
|
|
5880
5993
|
children: c && /* @__PURE__ */ e(
|
|
5881
|
-
|
|
5994
|
+
I,
|
|
5882
5995
|
{
|
|
5883
5996
|
...c,
|
|
5884
5997
|
defaultFormat: "196x234",
|
|
@@ -5889,7 +6002,7 @@ const m1 = I(
|
|
|
5889
6002
|
}
|
|
5890
6003
|
)
|
|
5891
6004
|
}
|
|
5892
|
-
),
|
|
6005
|
+
), W2 = ({
|
|
5893
6006
|
link: a,
|
|
5894
6007
|
title: s,
|
|
5895
6008
|
signatureProps: c,
|
|
@@ -5938,7 +6051,7 @@ const m1 = I(
|
|
|
5938
6051
|
]
|
|
5939
6052
|
}
|
|
5940
6053
|
)
|
|
5941
|
-
) : null,
|
|
6054
|
+
) : null, te = ({
|
|
5942
6055
|
link: a,
|
|
5943
6056
|
title: s,
|
|
5944
6057
|
cardImageProps: c,
|
|
@@ -5956,7 +6069,7 @@ const m1 = I(
|
|
|
5956
6069
|
"c-card-container--clickable"
|
|
5957
6070
|
),
|
|
5958
6071
|
children: c && /* @__PURE__ */ e(
|
|
5959
|
-
|
|
6072
|
+
I,
|
|
5960
6073
|
{
|
|
5961
6074
|
sizes: "(min-width: 480px) 183px, 223px",
|
|
5962
6075
|
...c,
|
|
@@ -5966,7 +6079,7 @@ const m1 = I(
|
|
|
5966
6079
|
}
|
|
5967
6080
|
)
|
|
5968
6081
|
}
|
|
5969
|
-
),
|
|
6082
|
+
), Y2 = ({
|
|
5970
6083
|
title: a,
|
|
5971
6084
|
summaryProps: s,
|
|
5972
6085
|
cardTitleProps: c,
|
|
@@ -5993,7 +6106,7 @@ const m1 = I(
|
|
|
5993
6106
|
/* @__PURE__ */ e($, { ...r, buttonColor: "primary", href: l, whiteSpace: "nowrap", children: r.children })
|
|
5994
6107
|
]
|
|
5995
6108
|
}
|
|
5996
|
-
),
|
|
6109
|
+
), X2 = ({
|
|
5997
6110
|
link: a,
|
|
5998
6111
|
title: s,
|
|
5999
6112
|
summaryProps: c,
|
|
@@ -6022,7 +6135,7 @@ const m1 = I(
|
|
|
6022
6135
|
o === z.DESKTOP && c && /* @__PURE__ */ e(g, { ...c, as: "span", size: "m", fontFamily: "source-serif-pro", children: c.children })
|
|
6023
6136
|
] }),
|
|
6024
6137
|
/* @__PURE__ */ e("div", { children: n && /* @__PURE__ */ e(
|
|
6025
|
-
|
|
6138
|
+
I,
|
|
6026
6139
|
{
|
|
6027
6140
|
...n,
|
|
6028
6141
|
...n.caption && {
|
|
@@ -6044,7 +6157,7 @@ const m1 = I(
|
|
|
6044
6157
|
}
|
|
6045
6158
|
)
|
|
6046
6159
|
] });
|
|
6047
|
-
},
|
|
6160
|
+
}, ne = ({
|
|
6048
6161
|
articles: a,
|
|
6049
6162
|
layout: s,
|
|
6050
6163
|
label: c,
|
|
@@ -6062,9 +6175,9 @@ const m1 = I(
|
|
|
6062
6175
|
const _ = (b) => {
|
|
6063
6176
|
switch (o?.sliderVariant) {
|
|
6064
6177
|
case "videos":
|
|
6065
|
-
return /* @__PURE__ */ e(
|
|
6178
|
+
return /* @__PURE__ */ e(te, { ...b });
|
|
6066
6179
|
case "vertical-cards":
|
|
6067
|
-
return /* @__PURE__ */ e(
|
|
6180
|
+
return /* @__PURE__ */ e(le, { ...b });
|
|
6068
6181
|
default:
|
|
6069
6182
|
return /* @__PURE__ */ e(
|
|
6070
6183
|
r0,
|
|
@@ -6163,15 +6276,15 @@ const m1 = I(
|
|
|
6163
6276
|
]
|
|
6164
6277
|
}
|
|
6165
6278
|
) : null;
|
|
6166
|
-
},
|
|
6279
|
+
}, re = (a, s, c, l) => {
|
|
6167
6280
|
const r = a * Math.cos(2 * Math.PI * s), n = a * Math.sin(2 * Math.PI * s);
|
|
6168
6281
|
return { pathDescription: `M0,0 L${c},${l} A${a},${a} 0 ${s > 0.5 ? 1 : 0} 1 ${r},${n} Z`, lx: r, ly: n };
|
|
6169
|
-
},
|
|
6282
|
+
}, ie = (a, s, c) => {
|
|
6170
6283
|
let l = 0, r = s, n = 0;
|
|
6171
6284
|
return a.reduce((i, o) => {
|
|
6172
6285
|
const d = (o.seats || 0) / c;
|
|
6173
6286
|
l += d;
|
|
6174
|
-
const { pathDescription: u, lx: m, ly: v } =
|
|
6287
|
+
const { pathDescription: u, lx: m, ly: v } = re(s, l / 2, r, n);
|
|
6175
6288
|
r = m, n = v;
|
|
6176
6289
|
const f = /* @__PURE__ */ e(
|
|
6177
6290
|
"path",
|
|
@@ -6183,7 +6296,7 @@ const m1 = I(
|
|
|
6183
6296
|
);
|
|
6184
6297
|
return i.push(f), i;
|
|
6185
6298
|
}, []);
|
|
6186
|
-
},
|
|
6299
|
+
}, J2 = ({ results: a, ...s }) => {
|
|
6187
6300
|
const r = a.map((i) => i.seats).reduce((i, o) => i + o, 0), n = a.filter((i) => i.seats > 0).map(
|
|
6188
6301
|
(i) => ({
|
|
6189
6302
|
name: i.politicalParty.name,
|
|
@@ -6201,7 +6314,7 @@ const m1 = I(
|
|
|
6201
6314
|
viewBox: `-270 -${270 + 40 / 2} ${270 * 2} 270`,
|
|
6202
6315
|
children: [
|
|
6203
6316
|
/* @__PURE__ */ e("title", { children: `Diagramme en demi-donut représentant la répartition des ${r} sièges` }),
|
|
6204
|
-
|
|
6317
|
+
ie(a, 270, r),
|
|
6205
6318
|
/* @__PURE__ */ t("g", { className: "c-half-donut__top", children: [
|
|
6206
6319
|
/* @__PURE__ */ e("line", { x1: "0", y1: `-${270 + 40 / 3}`, x2: "0", y2: "-270" }),
|
|
6207
6320
|
/* @__PURE__ */ e("text", { x: "-13", y: `-${270 + 40 / 2}`, children: "50%" })
|
|
@@ -6224,7 +6337,7 @@ const m1 = I(
|
|
|
6224
6337
|
),
|
|
6225
6338
|
/* @__PURE__ */ e(f1, { items: n, mt: "xxl" })
|
|
6226
6339
|
] });
|
|
6227
|
-
},
|
|
6340
|
+
}, oe = ({
|
|
6228
6341
|
dialogId: a,
|
|
6229
6342
|
ariaLabel: s = "Fermer la fenêtre",
|
|
6230
6343
|
modalIconSize: c = [114, 28],
|
|
@@ -6295,7 +6408,7 @@ const m1 = I(
|
|
|
6295
6408
|
)
|
|
6296
6409
|
]
|
|
6297
6410
|
}
|
|
6298
|
-
),
|
|
6411
|
+
), Q2 = ({ children: a, layout: s, ...c }) => {
|
|
6299
6412
|
const l = "dialog-chatbot";
|
|
6300
6413
|
return /* @__PURE__ */ t(
|
|
6301
6414
|
a0,
|
|
@@ -6305,7 +6418,7 @@ const m1 = I(
|
|
|
6305
6418
|
className: p("c-chatbot", c?.className),
|
|
6306
6419
|
variant: "right",
|
|
6307
6420
|
children: [
|
|
6308
|
-
s === z.MOBILE && /* @__PURE__ */ e(
|
|
6421
|
+
s === z.MOBILE && /* @__PURE__ */ e(oe, { dialogId: l }),
|
|
6309
6422
|
/* @__PURE__ */ t(x, { bg: "grey-100", p: "m", children: [
|
|
6310
6423
|
/* @__PURE__ */ e(L, { as: "h3", size: "xxs-2", color: "ultramarine", mb: "xxs-3", children: "Vous avez des questions sur l’actualité ?" }),
|
|
6311
6424
|
/* @__PURE__ */ e(g, { size: "m", children: "Notre IA est disponible 24h/24 et 7 jours/7" })
|
|
@@ -6314,7 +6427,7 @@ const m1 = I(
|
|
|
6314
6427
|
]
|
|
6315
6428
|
}
|
|
6316
6429
|
);
|
|
6317
|
-
},
|
|
6430
|
+
}, e3 = ({
|
|
6318
6431
|
citationText: a,
|
|
6319
6432
|
citationAuthor: s,
|
|
6320
6433
|
...c
|
|
@@ -6345,7 +6458,7 @@ const m1 = I(
|
|
|
6345
6458
|
children: s
|
|
6346
6459
|
}
|
|
6347
6460
|
)
|
|
6348
|
-
] }), N1 =
|
|
6461
|
+
] }), N1 = T(
|
|
6349
6462
|
({
|
|
6350
6463
|
index: a,
|
|
6351
6464
|
textTitleProps: s,
|
|
@@ -6417,7 +6530,7 @@ const m1 = I(
|
|
|
6417
6530
|
}
|
|
6418
6531
|
);
|
|
6419
6532
|
}
|
|
6420
|
-
),
|
|
6533
|
+
), a3 = ({
|
|
6421
6534
|
enableComment: a,
|
|
6422
6535
|
lazyLoad: s = { delayed: !0, distanceVisible: 0 },
|
|
6423
6536
|
...c
|
|
@@ -6431,7 +6544,7 @@ const m1 = I(
|
|
|
6431
6544
|
...c,
|
|
6432
6545
|
children: /* @__PURE__ */ e("div", { id: "graphcomment", className: "c-comment__container" })
|
|
6433
6546
|
}
|
|
6434
|
-
) : null,
|
|
6547
|
+
) : null, s3 = ({
|
|
6435
6548
|
enableComment: a,
|
|
6436
6549
|
commentNumber: s = 0,
|
|
6437
6550
|
lazyLoad: c = { delayed: !0, distanceVisible: 0 }
|
|
@@ -6445,7 +6558,7 @@ const m1 = I(
|
|
|
6445
6558
|
"data-distance-visible": c.distanceVisible,
|
|
6446
6559
|
"data-comment-number": s
|
|
6447
6560
|
}
|
|
6448
|
-
) : null,
|
|
6561
|
+
) : null, c3 = ({ commentNumber: a, layout: s }) => s === z.MOBILE ? /* @__PURE__ */ t(j, { children: [
|
|
6449
6562
|
/* @__PURE__ */ e(G, { color: "grey-200" }),
|
|
6450
6563
|
/* @__PURE__ */ t(h, { gap: "xxs", p: "xs", children: [
|
|
6451
6564
|
/* @__PURE__ */ e(N, { name: "comment", size: 16, color: "ultramarine" }),
|
|
@@ -6536,7 +6649,7 @@ const m1 = I(
|
|
|
6536
6649
|
]
|
|
6537
6650
|
}
|
|
6538
6651
|
);
|
|
6539
|
-
},
|
|
6652
|
+
}, l3 = ({
|
|
6540
6653
|
label: a,
|
|
6541
6654
|
icon: s = { name: "darkmode", size: 20 },
|
|
6542
6655
|
...c
|
|
@@ -6547,7 +6660,7 @@ const m1 = I(
|
|
|
6547
6660
|
label: a || /* @__PURE__ */ e(g, { size: "l", as: "span", weight: "bold", children: "Mode sombre" }),
|
|
6548
6661
|
...c
|
|
6549
6662
|
}
|
|
6550
|
-
),
|
|
6663
|
+
), t3 = ({ topics: a, ...s }) => a.length === 0 ? null : /* @__PURE__ */ t(x, { ...s, children: [
|
|
6551
6664
|
/* @__PURE__ */ e(L, { as: "h3", mb: "xs", size: "xxs", children: "À découvrir" }),
|
|
6552
6665
|
/* @__PURE__ */ e("ul", { children: a.map((c) => /* @__PURE__ */ t(x, { as: "li", mb: "xs", children: [
|
|
6553
6666
|
/* @__PURE__ */ t(h, { alignItems: "center", gap: "xxs", children: [
|
|
@@ -6588,7 +6701,7 @@ const m1 = I(
|
|
|
6588
6701
|
}
|
|
6589
6702
|
)
|
|
6590
6703
|
] }, c.href)) })
|
|
6591
|
-
] }),
|
|
6704
|
+
] }), n3 = ({
|
|
6592
6705
|
layout: a,
|
|
6593
6706
|
searchFormProps: s,
|
|
6594
6707
|
title: c,
|
|
@@ -6733,7 +6846,7 @@ const m1 = I(
|
|
|
6733
6846
|
)
|
|
6734
6847
|
}
|
|
6735
6848
|
);
|
|
6736
|
-
},
|
|
6849
|
+
}, r3 = ({
|
|
6737
6850
|
reactListItems: a,
|
|
6738
6851
|
activeReaction: s,
|
|
6739
6852
|
...c
|
|
@@ -6767,7 +6880,7 @@ const m1 = I(
|
|
|
6767
6880
|
}
|
|
6768
6881
|
) }, l.type)) })
|
|
6769
6882
|
}
|
|
6770
|
-
),
|
|
6883
|
+
), i3 = ({
|
|
6771
6884
|
statusCode: a = "404",
|
|
6772
6885
|
enableGoogleSearch: s
|
|
6773
6886
|
}) => {
|
|
@@ -6798,7 +6911,7 @@ const m1 = I(
|
|
|
6798
6911
|
/* @__PURE__ */ e(x, { mb: "s", children: s ? /* @__PURE__ */ e(x, { className: "gcse-search" }) : /* @__PURE__ */ e(g1, { id: "search-form-error", url: "/", "aria-hidden": !0 }) }),
|
|
6799
6912
|
/* @__PURE__ */ e($, { href: "/", className: "c-error-content__link", children: "Retour page d’accueil" })
|
|
6800
6913
|
] });
|
|
6801
|
-
},
|
|
6914
|
+
}, de = ({
|
|
6802
6915
|
visibleItems: a,
|
|
6803
6916
|
heading: s,
|
|
6804
6917
|
visibleGridProps: c,
|
|
@@ -6857,7 +6970,7 @@ const m1 = I(
|
|
|
6857
6970
|
] })
|
|
6858
6971
|
]
|
|
6859
6972
|
}
|
|
6860
|
-
),
|
|
6973
|
+
), o3 = ({
|
|
6861
6974
|
title: a,
|
|
6862
6975
|
subtitle: s,
|
|
6863
6976
|
icon: c,
|
|
@@ -6870,12 +6983,12 @@ const m1 = I(
|
|
|
6870
6983
|
s && /* @__PURE__ */ e(g, { mb: "xxs-2", children: s }),
|
|
6871
6984
|
/* @__PURE__ */ e(L, { as: "h2", size: "m", fontFamily: "source-serif-pro", children: a })
|
|
6872
6985
|
] })
|
|
6873
|
-
] }),
|
|
6986
|
+
] }), he = {
|
|
6874
6987
|
logo: [90, 22],
|
|
6875
6988
|
"logo-tempo": [78, 24],
|
|
6876
6989
|
"logo-tv": [40, 22],
|
|
6877
6990
|
"logo-games": [60, 24]
|
|
6878
|
-
},
|
|
6991
|
+
}, d3 = ({
|
|
6879
6992
|
logoHref: a,
|
|
6880
6993
|
headerLinks: s,
|
|
6881
6994
|
logoName: c = "logo",
|
|
@@ -6924,7 +7037,7 @@ const m1 = I(
|
|
|
6924
7037
|
N,
|
|
6925
7038
|
{
|
|
6926
7039
|
name: c,
|
|
6927
|
-
size:
|
|
7040
|
+
size: he[c],
|
|
6928
7041
|
svgTitle: "20 Minutes : Actualités et infos en direct"
|
|
6929
7042
|
}
|
|
6930
7043
|
) })
|
|
@@ -6953,7 +7066,7 @@ const m1 = I(
|
|
|
6953
7066
|
)
|
|
6954
7067
|
]
|
|
6955
7068
|
}
|
|
6956
|
-
),
|
|
7069
|
+
), h3 = ({
|
|
6957
7070
|
layout: a,
|
|
6958
7071
|
heading: s,
|
|
6959
7072
|
rightAsideElement: c,
|
|
@@ -7145,7 +7258,7 @@ const m1 = I(
|
|
|
7145
7258
|
children: b
|
|
7146
7259
|
}
|
|
7147
7260
|
);
|
|
7148
|
-
},
|
|
7261
|
+
}, m3 = ({
|
|
7149
7262
|
label: a,
|
|
7150
7263
|
heading: s,
|
|
7151
7264
|
source: c,
|
|
@@ -7252,37 +7365,7 @@ const m1 = I(
|
|
|
7252
7365
|
/* @__PURE__ */ e(x, { className: "c-header-title__text-with-icon", children: a })
|
|
7253
7366
|
] }) : a
|
|
7254
7367
|
}
|
|
7255
|
-
),
|
|
7256
|
-
topics: a,
|
|
7257
|
-
infoBannerProps: s,
|
|
7258
|
-
...c
|
|
7259
|
-
}) => /* @__PURE__ */ t(x, { ...c, children: [
|
|
7260
|
-
/* @__PURE__ */ e(x, { as: "ul", mb: "xl", children: a.map((l, r) => /* @__PURE__ */ t("li", { children: [
|
|
7261
|
-
/* @__PURE__ */ e(he, { icon: l.icon, title: l.title, content: l.content }),
|
|
7262
|
-
r !== a.length - 1 && /* @__PURE__ */ e(G, { color: "grey-200", my: "l" })
|
|
7263
|
-
] }, l.title)) }),
|
|
7264
|
-
/* @__PURE__ */ e(me, { heading: s.heading, description: s.description })
|
|
7265
|
-
] }), h3 = ({ horoscopeSignsList: a }) => /* @__PURE__ */ e(x, { as: "ul", className: "o-inline", mx: { xs: "m", md: "0" }, children: a.map((s) => /* @__PURE__ */ e("li", { className: "o-inline__by-4", children: /* @__PURE__ */ t("a", { href: s.url, className: "c-square-tile o-column bg-ultramarine color-white", children: [
|
|
7266
|
-
/* @__PURE__ */ e(
|
|
7267
|
-
N,
|
|
7268
|
-
{
|
|
7269
|
-
name: (
|
|
7270
|
-
// Accept all names as even if wrong it would just add useless attribute
|
|
7271
|
-
`horoscope-${s.slug}`
|
|
7272
|
-
),
|
|
7273
|
-
size: 18
|
|
7274
|
-
}
|
|
7275
|
-
),
|
|
7276
|
-
/* @__PURE__ */ e(A, { isUppercase: !1, children: s.label })
|
|
7277
|
-
] }) }, s.slug)) }), he = I(
|
|
7278
|
-
({ icon: a, title: s, content: c, ...l }, r) => /* @__PURE__ */ t(x, { ...l, ref: r, className: p("c-horoscope-topic-card", l?.className), children: [
|
|
7279
|
-
/* @__PURE__ */ t(h, { alignItems: "center", mb: "s", children: [
|
|
7280
|
-
/* @__PURE__ */ e(N, { className: "c-horoscope-topic-card__icon", name: a, size: 21 }),
|
|
7281
|
-
/* @__PURE__ */ e(L, { as: "h3", size: "xs", children: s })
|
|
7282
|
-
] }),
|
|
7283
|
-
/* @__PURE__ */ e(g, { size: "m", children: c })
|
|
7284
|
-
] })
|
|
7285
|
-
), m3 = ({
|
|
7368
|
+
), u3 = ({
|
|
7286
7369
|
images: a,
|
|
7287
7370
|
layout: s,
|
|
7288
7371
|
withNavigation: c = !0,
|
|
@@ -7473,7 +7556,7 @@ const m1 = I(
|
|
|
7473
7556
|
);
|
|
7474
7557
|
}
|
|
7475
7558
|
return s;
|
|
7476
|
-
}), ue = (a) => /* @__PURE__ */ e(j, { children: i0(a) }),
|
|
7559
|
+
}), ue = (a) => /* @__PURE__ */ e(j, { children: i0(a) }), p3 = ({
|
|
7477
7560
|
variant: a,
|
|
7478
7561
|
isOver: s = !1,
|
|
7479
7562
|
updatedAt: c,
|
|
@@ -7514,7 +7597,7 @@ const m1 = I(
|
|
|
7514
7597
|
children: l?.children || s && "Terminé" || `Mis à jour ${c}`
|
|
7515
7598
|
}
|
|
7516
7599
|
)
|
|
7517
|
-
] }),
|
|
7600
|
+
] }), g3 = ({
|
|
7518
7601
|
enableLiveQuestion: a,
|
|
7519
7602
|
lazyLoad: s = { delayed: !0, distanceVisible: 0 },
|
|
7520
7603
|
...c
|
|
@@ -7530,7 +7613,7 @@ const m1 = I(
|
|
|
7530
7613
|
mx: { xs: "m", md: "0" }
|
|
7531
7614
|
}
|
|
7532
7615
|
)
|
|
7533
|
-
] }) : null,
|
|
7616
|
+
] }) : null, v3 = ({ question: a, author: s, response: c, ...l }) => /* @__PURE__ */ t(x, { ...l, className: "c-live-talk", children: [
|
|
7534
7617
|
/* @__PURE__ */ t(x, { bg: "grey-100", p: "s", mb: "xl", radius: "m", className: "c-live-talk__question", children: [
|
|
7535
7618
|
/* @__PURE__ */ e(
|
|
7536
7619
|
g,
|
|
@@ -7545,7 +7628,7 @@ const m1 = I(
|
|
|
7545
7628
|
/* @__PURE__ */ e(g, { color: "black", weight: "bold", size: "xs", children: s })
|
|
7546
7629
|
] }),
|
|
7547
7630
|
c && /* @__PURE__ */ e(g, { color: "grey-600", fontFamily: "source-serif-pro", size: "l", children: c })
|
|
7548
|
-
] }),
|
|
7631
|
+
] }), x3 = ({
|
|
7549
7632
|
status: a,
|
|
7550
7633
|
header: s,
|
|
7551
7634
|
title: c,
|
|
@@ -7578,10 +7661,10 @@ const m1 = I(
|
|
|
7578
7661
|
}
|
|
7579
7662
|
)
|
|
7580
7663
|
] });
|
|
7581
|
-
},
|
|
7664
|
+
}, f3 = (a) => /* @__PURE__ */ t(h, { as: $, color: "black", alignItems: "center", ...a, children: [
|
|
7582
7665
|
/* @__PURE__ */ e(N, { mr: "xs", name: "power", size: 20 }),
|
|
7583
7666
|
/* @__PURE__ */ e(g, { size: "m", as: "span", weight: "bold", children: "Se déconnecter" })
|
|
7584
|
-
] }),
|
|
7667
|
+
] }), w3 = ({
|
|
7585
7668
|
electionName: a,
|
|
7586
7669
|
electionYear: s,
|
|
7587
7670
|
resultsPerDepartment: c,
|
|
@@ -7637,7 +7720,7 @@ const m1 = I(
|
|
|
7637
7720
|
] }),
|
|
7638
7721
|
n.length > 0 && /* @__PURE__ */ e(f1, { items: n, mt: "xxl" })
|
|
7639
7722
|
] });
|
|
7640
|
-
},
|
|
7723
|
+
}, b3 = ({
|
|
7641
7724
|
electionName: a,
|
|
7642
7725
|
electionYear: s,
|
|
7643
7726
|
resultsPerDistrict: c,
|
|
@@ -7733,7 +7816,7 @@ const m1 = I(
|
|
|
7733
7816
|
] }),
|
|
7734
7817
|
o.length > 0 && /* @__PURE__ */ e(f1, { items: o, mt: "xxl" })
|
|
7735
7818
|
] });
|
|
7736
|
-
},
|
|
7819
|
+
}, y3 = ({
|
|
7737
7820
|
electionName: a,
|
|
7738
7821
|
electionYear: s,
|
|
7739
7822
|
resultsPerCountry: c,
|
|
@@ -7802,7 +7885,7 @@ const m1 = I(
|
|
|
7802
7885
|
});
|
|
7803
7886
|
}
|
|
7804
7887
|
return s;
|
|
7805
|
-
}, xe = (a) => new Map(a.map((s) => [s.id, s])), fe = (a) => a.normalize("NFD").replace(/[\u0300-\u036f]/g, "").replace(/'/g, "-").replace(/[^a-zA-Z0-9]+/g, "-").replace(/^-+|-+$/g, "").toLowerCase(), P1 = (a) => `/elections/resultats/${fe(a)}/`,
|
|
7888
|
+
}, xe = (a) => new Map(a.map((s) => [s.id, s])), fe = (a) => a.normalize("NFD").replace(/[\u0300-\u036f]/g, "").replace(/'/g, "-").replace(/[^a-zA-Z0-9]+/g, "-").replace(/^-+|-+$/g, "").toLowerCase(), P1 = (a) => `/elections/resultats/${fe(a)}/`, _3 = ({
|
|
7806
7889
|
layout: a,
|
|
7807
7890
|
resultsPerTown: s,
|
|
7808
7891
|
departmentsPaths: c,
|
|
@@ -8089,7 +8172,7 @@ const m1 = I(
|
|
|
8089
8172
|
}
|
|
8090
8173
|
)
|
|
8091
8174
|
}
|
|
8092
|
-
),
|
|
8175
|
+
), z3 = ({
|
|
8093
8176
|
categories: a,
|
|
8094
8177
|
tagsActu: s,
|
|
8095
8178
|
layout: c,
|
|
@@ -8379,7 +8462,7 @@ const m1 = I(
|
|
|
8379
8462
|
)
|
|
8380
8463
|
]
|
|
8381
8464
|
}
|
|
8382
|
-
),
|
|
8465
|
+
), N3 = ({ links: a, activeLink: s, ...c }) => /* @__PURE__ */ e(x, { className: "c-sub-menu", ...c, children: a.map((l, r) => {
|
|
8383
8466
|
const n = s === l.href;
|
|
8384
8467
|
return /* @__PURE__ */ t(
|
|
8385
8468
|
h,
|
|
@@ -8398,7 +8481,7 @@ const m1 = I(
|
|
|
8398
8481
|
},
|
|
8399
8482
|
l.href
|
|
8400
8483
|
);
|
|
8401
|
-
}) }),
|
|
8484
|
+
}) }), k3 = ({
|
|
8402
8485
|
title: a,
|
|
8403
8486
|
description: s,
|
|
8404
8487
|
placeholder: c,
|
|
@@ -8440,10 +8523,10 @@ const m1 = I(
|
|
|
8440
8523
|
/* @__PURE__ */ e(L1, { bg: n }),
|
|
8441
8524
|
d
|
|
8442
8525
|
] }) });
|
|
8443
|
-
},
|
|
8526
|
+
}, M3 = ({
|
|
8444
8527
|
items: a,
|
|
8445
8528
|
...s
|
|
8446
|
-
}) => !a || a.length === 0 ? null : /* @__PURE__ */ e(x, { ...s, as: "ol", className: "c-ordered-list-with-number", children: a.map((c) => /* @__PURE__ */ e(g, { as: "li", className: "c-ordered-list-with-number__item", size: "xl", children: c.text }, c.id)) }),
|
|
8529
|
+
}) => !a || a.length === 0 ? null : /* @__PURE__ */ e(x, { ...s, as: "ol", className: "c-ordered-list-with-number", children: a.map((c) => /* @__PURE__ */ e(g, { as: "li", className: "c-ordered-list-with-number__item", size: "xl", children: c.text }, c.id)) }), C3 = ({
|
|
8447
8530
|
totalArticles: a,
|
|
8448
8531
|
currentPage: s,
|
|
8449
8532
|
pagePath: c,
|
|
@@ -8481,7 +8564,7 @@ const m1 = I(
|
|
|
8481
8564
|
}
|
|
8482
8565
|
)
|
|
8483
8566
|
}
|
|
8484
|
-
) }),
|
|
8567
|
+
) }), S3 = ({ content: a, ...s }) => /* @__PURE__ */ e(
|
|
8485
8568
|
x,
|
|
8486
8569
|
{
|
|
8487
8570
|
...s,
|
|
@@ -8597,7 +8680,7 @@ const m1 = I(
|
|
|
8597
8680
|
]
|
|
8598
8681
|
}
|
|
8599
8682
|
);
|
|
8600
|
-
},
|
|
8683
|
+
}, B3 = ({
|
|
8601
8684
|
articles: a,
|
|
8602
8685
|
layout: s,
|
|
8603
8686
|
limitTop: c = 0,
|
|
@@ -8927,7 +9010,7 @@ function ye() {
|
|
|
8927
9010
|
return U.StickyShareButtons = Z, U;
|
|
8928
9011
|
}
|
|
8929
9012
|
var _e = ye();
|
|
8930
|
-
const
|
|
9013
|
+
const Z3 = ({ networks: a = ["sharethis"], ...s }) => {
|
|
8931
9014
|
const c = {
|
|
8932
9015
|
width: a.length ? `${38 * a.length + 20}px` : "inherit"
|
|
8933
9016
|
};
|
|
@@ -8958,7 +9041,7 @@ const B3 = ({ networks: a = ["sharethis"], ...s }) => {
|
|
|
8958
9041
|
}
|
|
8959
9042
|
}
|
|
8960
9043
|
) });
|
|
8961
|
-
},
|
|
9044
|
+
}, $3 = ({
|
|
8962
9045
|
backgroundImage: a,
|
|
8963
9046
|
title: s,
|
|
8964
9047
|
subtitle: c,
|
|
@@ -9006,7 +9089,7 @@ const B3 = ({ networks: a = ["sharethis"], ...s }) => {
|
|
|
9006
9089
|
...v
|
|
9007
9090
|
}) => {
|
|
9008
9091
|
const f = /* @__PURE__ */ t(h, { ...v, as: "address", alignItems: "start", gap: "s", children: [
|
|
9009
|
-
!d && /* @__PURE__ */ e(
|
|
9092
|
+
!d && /* @__PURE__ */ e(G0, { avatars: a, themeColor: u }),
|
|
9010
9093
|
/* @__PURE__ */ t(F, { grow: 1, align: r ? "start" : "center", children: [
|
|
9011
9094
|
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 }),
|
|
9012
9095
|
r && /* @__PURE__ */ t(g, { size: "xxs", color: "grey-400", mt: "xxs-2", ...l, children: [
|
|
@@ -9023,7 +9106,7 @@ const B3 = ({ networks: a = ["sharethis"], ...s }) => {
|
|
|
9023
9106
|
m && c === z.MOBILE && /* @__PURE__ */ e(X, { sponsor: m, variant: "signature" })
|
|
9024
9107
|
] });
|
|
9025
9108
|
return i ? /* @__PURE__ */ e("a", { href: i, children: f }) : f;
|
|
9026
|
-
},
|
|
9109
|
+
}, j3 = ({ installButton: a, closeButton: s }) => /* @__PURE__ */ t(h, { className: "c-smart-banner", alignItems: "center", gap: "xs", bg: "ultramarine", color: "white", children: [
|
|
9027
9110
|
/* @__PURE__ */ e(
|
|
9028
9111
|
H,
|
|
9029
9112
|
{
|
|
@@ -9480,7 +9563,7 @@ const B3 = ({ networks: a = ["sharethis"], ...s }) => {
|
|
|
9480
9563
|
] })
|
|
9481
9564
|
] })
|
|
9482
9565
|
}
|
|
9483
|
-
),
|
|
9566
|
+
), L3 = ({ hasHeader: a, tableProps: s, ...c }) => {
|
|
9484
9567
|
if (!s?.length)
|
|
9485
9568
|
return null;
|
|
9486
9569
|
const l = a ? s[0] : null, r = a ? s.slice(1) : s;
|
|
@@ -9549,7 +9632,7 @@ const B3 = ({ networks: a = ["sharethis"], ...s }) => {
|
|
|
9549
9632
|
]
|
|
9550
9633
|
}
|
|
9551
9634
|
);
|
|
9552
|
-
},
|
|
9635
|
+
}, V3 = ({ tags: a, layout: s, isSmall: c = !1, ...l }) => a.length ? /* @__PURE__ */ e(
|
|
9553
9636
|
m1,
|
|
9554
9637
|
{
|
|
9555
9638
|
hasSpaceAroundButtons: !0,
|
|
@@ -9567,7 +9650,7 @@ const B3 = ({ networks: a = ["sharethis"], ...s }) => {
|
|
|
9567
9650
|
iconProps: { name: a, size: [20, 20] },
|
|
9568
9651
|
className: "tooltip-btn c-tooltip-item__icon"
|
|
9569
9652
|
}
|
|
9570
|
-
) }),
|
|
9653
|
+
) }), H3 = () => /* @__PURE__ */ e(h, { id: "text-tooltip", className: "c-text-tooltip", as: "ul", gap: "s", children: /* @__PURE__ */ e(Se, { iconName: "report", className: "mbrs-social-report-container" }) }), _1 = ({
|
|
9571
9654
|
href: a,
|
|
9572
9655
|
iconProps: s,
|
|
9573
9656
|
children: c,
|
|
@@ -9597,7 +9680,7 @@ const B3 = ({ networks: a = ["sharethis"], ...s }) => {
|
|
|
9597
9680
|
]
|
|
9598
9681
|
}
|
|
9599
9682
|
);
|
|
9600
|
-
},
|
|
9683
|
+
}, F3 = ({ events: a, layout: s, ...c }) => a.length === 0 ? null : /* @__PURE__ */ t(
|
|
9601
9684
|
h,
|
|
9602
9685
|
{
|
|
9603
9686
|
...c,
|
|
@@ -9676,7 +9759,7 @@ const B3 = ({ networks: a = ["sharethis"], ...s }) => {
|
|
|
9676
9759
|
] })
|
|
9677
9760
|
]
|
|
9678
9761
|
}
|
|
9679
|
-
),
|
|
9762
|
+
), T3 = ({
|
|
9680
9763
|
children: a,
|
|
9681
9764
|
navigationLinks: s,
|
|
9682
9765
|
user: c,
|
|
@@ -10091,7 +10174,7 @@ const B3 = ({ networks: a = ["sharethis"], ...s }) => {
|
|
|
10091
10174
|
] })
|
|
10092
10175
|
]
|
|
10093
10176
|
}
|
|
10094
|
-
),
|
|
10177
|
+
), A3 = ({ layout: a = z.MOBILE, ...s }) => a === z.DESKTOP ? /* @__PURE__ */ e(Be, { ...s }) : /* @__PURE__ */ e(Ze, { ...s }), D3 = ({
|
|
10095
10178
|
layout: a = z.MOBILE,
|
|
10096
10179
|
backhref: s,
|
|
10097
10180
|
...c
|
|
@@ -10320,7 +10403,7 @@ const $e = {
|
|
|
10320
10403
|
},
|
|
10321
10404
|
m.link
|
|
10322
10405
|
)),
|
|
10323
|
-
/* @__PURE__ */ e(
|
|
10406
|
+
/* @__PURE__ */ e(T0, {})
|
|
10324
10407
|
]
|
|
10325
10408
|
}
|
|
10326
10409
|
)
|
|
@@ -10425,7 +10508,7 @@ const $e = {
|
|
|
10425
10508
|
]
|
|
10426
10509
|
}
|
|
10427
10510
|
);
|
|
10428
|
-
},
|
|
10511
|
+
}, O3 = ({
|
|
10429
10512
|
tabItems: a,
|
|
10430
10513
|
layout: s,
|
|
10431
10514
|
fitContainer: c,
|
|
@@ -10473,7 +10556,7 @@ const $e = {
|
|
|
10473
10556
|
mr: r && s === z.DESKTOP && v.body.length > 3 ? "s" : void 0
|
|
10474
10557
|
}
|
|
10475
10558
|
) : /* @__PURE__ */ e(
|
|
10476
|
-
|
|
10559
|
+
Q0,
|
|
10477
10560
|
{
|
|
10478
10561
|
link: _.url,
|
|
10479
10562
|
title: _.title,
|
|
@@ -10520,7 +10603,7 @@ const $e = {
|
|
|
10520
10603
|
...o
|
|
10521
10604
|
}
|
|
10522
10605
|
);
|
|
10523
|
-
},
|
|
10606
|
+
}, R3 = ({
|
|
10524
10607
|
tabItems: a,
|
|
10525
10608
|
layout: s,
|
|
10526
10609
|
fitContainer: c,
|
|
@@ -10546,7 +10629,7 @@ const $e = {
|
|
|
10546
10629
|
}),
|
|
10547
10630
|
children: m.body.map((v, f) => /* @__PURE__ */ t(Q.Fragment, { children: [
|
|
10548
10631
|
/* @__PURE__ */ e(
|
|
10549
|
-
|
|
10632
|
+
ce,
|
|
10550
10633
|
{
|
|
10551
10634
|
link: v.url,
|
|
10552
10635
|
title: v.title,
|
|
@@ -10577,7 +10660,7 @@ const $e = {
|
|
|
10577
10660
|
...i
|
|
10578
10661
|
}
|
|
10579
10662
|
);
|
|
10580
|
-
},
|
|
10663
|
+
}, E3 = ({
|
|
10581
10664
|
articles: a,
|
|
10582
10665
|
layout: s,
|
|
10583
10666
|
hasStepper: c,
|
|
@@ -10623,7 +10706,7 @@ const $e = {
|
|
|
10623
10706
|
className: o,
|
|
10624
10707
|
pl: { xs: v === 0 ? "m" : "0", md: "0" },
|
|
10625
10708
|
children: /* @__PURE__ */ e(
|
|
10626
|
-
|
|
10709
|
+
ee,
|
|
10627
10710
|
{
|
|
10628
10711
|
...m,
|
|
10629
10712
|
cardHeaderProps: {
|
|
@@ -10667,7 +10750,7 @@ const $e = {
|
|
|
10667
10750
|
] }),
|
|
10668
10751
|
c && s === z.MOBILE && /* @__PURE__ */ e(O0, { items: u, mt: "s" })
|
|
10669
10752
|
] });
|
|
10670
|
-
},
|
|
10753
|
+
}, P3 = ({ medias: a, ...s }) => !a || a.length === 0 ? null : /* @__PURE__ */ e(x, { ...s, className: "pswp-gallery", id: "photoswipe-gallery", children: a.map((c, l) => /* @__PURE__ */ e(
|
|
10671
10754
|
"a",
|
|
10672
10755
|
{
|
|
10673
10756
|
href: c?.imgProps?.defaultFormat ? $1({ src: c.src, format: c.imgProps.defaultFormat }) : c.src,
|
|
@@ -10691,7 +10774,7 @@ const $e = {
|
|
|
10691
10774
|
)
|
|
10692
10775
|
},
|
|
10693
10776
|
`photoswipe-${c.imgProps?.id}`
|
|
10694
|
-
)) }),
|
|
10777
|
+
)) }), q3 = ({ playerData: a, layout: s, ...c }) => {
|
|
10695
10778
|
const l = (n, i) => {
|
|
10696
10779
|
switch (n < i) {
|
|
10697
10780
|
case !0:
|
|
@@ -10795,7 +10878,7 @@ const $e = {
|
|
|
10795
10878
|
a && /* @__PURE__ */ e(o0, { ...a, mb: c ? "m" : "xxl" }),
|
|
10796
10879
|
c && /* @__PURE__ */ e(x, { mb: "xs", children: /* @__PURE__ */ e(g, { as: "span", size: "xs", mx: "s", color: "grey-900", children: "Vidéos sponsorisées" }) }),
|
|
10797
10880
|
/* @__PURE__ */ e(
|
|
10798
|
-
|
|
10881
|
+
J0,
|
|
10799
10882
|
{
|
|
10800
10883
|
...n,
|
|
10801
10884
|
...n.cardImageProps && {
|
|
@@ -10821,7 +10904,7 @@ const $e = {
|
|
|
10821
10904
|
]
|
|
10822
10905
|
}
|
|
10823
10906
|
);
|
|
10824
|
-
},
|
|
10907
|
+
}, K3 = ({
|
|
10825
10908
|
title: a,
|
|
10826
10909
|
items: s,
|
|
10827
10910
|
layout: c,
|
|
@@ -10834,7 +10917,7 @@ const $e = {
|
|
|
10834
10917
|
c === z.DESKTOP ? /* @__PURE__ */ e(m1, { itemsGap: "xl", layout: c, sliderVariant: "three-columns-articles", children: s.map(
|
|
10835
10918
|
(r) => r.articles.length > 0 ? /* @__PURE__ */ e(He, { ...r }, r.title.label) : null
|
|
10836
10919
|
) }) : s.map((r, n) => /* @__PURE__ */ e(
|
|
10837
|
-
|
|
10920
|
+
ne,
|
|
10838
10921
|
{
|
|
10839
10922
|
label: r.title.label,
|
|
10840
10923
|
articles: r.articles,
|
|
@@ -10846,7 +10929,7 @@ const $e = {
|
|
|
10846
10929
|
},
|
|
10847
10930
|
r.title.label
|
|
10848
10931
|
))
|
|
10849
|
-
] }) : null,
|
|
10932
|
+
] }) : null, G3 = ({ items: a, activeItem: s, isBlueMode: c = !1 }) => /* @__PURE__ */ e(
|
|
10850
10933
|
h,
|
|
10851
10934
|
{
|
|
10852
10935
|
as: "nav",
|
|
@@ -10873,179 +10956,179 @@ const $e = {
|
|
|
10873
10956
|
}
|
|
10874
10957
|
);
|
|
10875
10958
|
export {
|
|
10876
|
-
|
|
10959
|
+
Ie as Ad,
|
|
10877
10960
|
Ae as Alert,
|
|
10878
|
-
|
|
10879
|
-
|
|
10880
|
-
|
|
10881
|
-
|
|
10882
|
-
|
|
10961
|
+
Z2 as AlertInfoBanner,
|
|
10962
|
+
$2 as ArticleBrandBanner,
|
|
10963
|
+
j2 as ArticleHeader,
|
|
10964
|
+
L2 as ArticleSummary,
|
|
10965
|
+
V2 as ArticleVideo,
|
|
10966
|
+
F2 as AstroContent,
|
|
10967
|
+
T2 as AstroTiles,
|
|
10968
|
+
K0 as AstroTopicCard,
|
|
10883
10969
|
De as Autocomplete,
|
|
10884
10970
|
v1 as Avatar,
|
|
10885
|
-
|
|
10971
|
+
G0 as AvatarGroup,
|
|
10886
10972
|
x as Box,
|
|
10887
|
-
|
|
10888
|
-
|
|
10973
|
+
I2 as Breadcrumb,
|
|
10974
|
+
A2 as BulletedList,
|
|
10889
10975
|
H as Button,
|
|
10890
|
-
|
|
10976
|
+
D2 as Calendar,
|
|
10891
10977
|
O as CardContainer,
|
|
10892
|
-
|
|
10978
|
+
O2 as CardExtraLarge,
|
|
10893
10979
|
t0 as CardExtraSmall,
|
|
10894
10980
|
l0 as CardFooter,
|
|
10895
|
-
|
|
10981
|
+
R2 as CardFrame,
|
|
10896
10982
|
e1 as CardHeader,
|
|
10897
|
-
|
|
10898
|
-
|
|
10899
|
-
|
|
10900
|
-
|
|
10901
|
-
|
|
10902
|
-
|
|
10903
|
-
|
|
10983
|
+
I as CardImage,
|
|
10984
|
+
E2 as CardLarge,
|
|
10985
|
+
J0 as CardMedium,
|
|
10986
|
+
Q0 as CardMost,
|
|
10987
|
+
P2 as CardMovie,
|
|
10988
|
+
q2 as CardNewsletter,
|
|
10989
|
+
K2 as CardNotification,
|
|
10904
10990
|
n0 as CardOverview,
|
|
10905
|
-
|
|
10906
|
-
|
|
10907
|
-
|
|
10991
|
+
ee as CardProduct,
|
|
10992
|
+
G2 as CardSideImage,
|
|
10993
|
+
U2 as CardSkeleton,
|
|
10908
10994
|
r0 as CardSmall,
|
|
10909
|
-
|
|
10995
|
+
ce as CardTiny,
|
|
10910
10996
|
D as CardTitle,
|
|
10911
|
-
|
|
10912
|
-
|
|
10913
|
-
|
|
10914
|
-
|
|
10915
|
-
|
|
10916
|
-
|
|
10917
|
-
|
|
10997
|
+
le as CardVertical,
|
|
10998
|
+
W2 as CardVideo,
|
|
10999
|
+
te as CardVideoSmall,
|
|
11000
|
+
Y2 as CardWithButton,
|
|
11001
|
+
X2 as CardWithSummary,
|
|
11002
|
+
ne as Carousel,
|
|
11003
|
+
Q2 as Chatbot,
|
|
10918
11004
|
Re as Checkbox,
|
|
10919
|
-
|
|
11005
|
+
e3 as Citation,
|
|
10920
11006
|
N1 as Collapse,
|
|
10921
|
-
|
|
10922
|
-
|
|
10923
|
-
|
|
11007
|
+
a3 as Comment,
|
|
11008
|
+
s3 as CommentButton,
|
|
11009
|
+
c3 as CommentCount,
|
|
10924
11010
|
E1 as Countdown,
|
|
10925
11011
|
b1 as CountdownItem,
|
|
10926
|
-
|
|
10927
|
-
|
|
11012
|
+
l3 as DarkModeSwitch,
|
|
11013
|
+
t3 as DiscoverList,
|
|
10928
11014
|
G as Divider,
|
|
10929
11015
|
L1 as DividerSection,
|
|
10930
11016
|
K1 as DividerVertical,
|
|
10931
11017
|
I3 as ElectionsResult,
|
|
10932
|
-
|
|
10933
|
-
|
|
10934
|
-
|
|
10935
|
-
|
|
11018
|
+
H2 as Embed,
|
|
11019
|
+
r3 as EmojiToolbar,
|
|
11020
|
+
i3 as ErrorContent,
|
|
11021
|
+
de as Expandable,
|
|
10936
11022
|
h as Flex,
|
|
10937
11023
|
F as FlexItem,
|
|
10938
|
-
|
|
11024
|
+
A3 as Footer,
|
|
10939
11025
|
l1 as Grid,
|
|
10940
|
-
|
|
10941
|
-
|
|
10942
|
-
|
|
11026
|
+
J2 as HalfDonut,
|
|
11027
|
+
D3 as Header,
|
|
11028
|
+
o3 as HeaderBanner,
|
|
10943
11029
|
je as HeaderDesktop,
|
|
10944
|
-
|
|
11030
|
+
d3 as HeaderMini,
|
|
10945
11031
|
Ve as HeaderMobile,
|
|
10946
|
-
|
|
10947
|
-
|
|
10948
|
-
|
|
11032
|
+
h3 as HeaderPage,
|
|
11033
|
+
m3 as HeaderSection,
|
|
11034
|
+
oe as HeaderSideModal,
|
|
10949
11035
|
F1 as HeaderTitle,
|
|
10950
11036
|
L as Heading,
|
|
10951
|
-
d3 as HoroscopeContent,
|
|
10952
|
-
h3 as HoroscopeTiles,
|
|
10953
|
-
he as HoroscopeTopicCard,
|
|
10954
11037
|
N as Icon,
|
|
10955
11038
|
q as IconButton,
|
|
10956
11039
|
s1 as IconItem,
|
|
10957
11040
|
r1 as IconTooltip,
|
|
10958
|
-
|
|
10959
|
-
|
|
11041
|
+
y2 as Iframe,
|
|
11042
|
+
u3 as ImageSlider,
|
|
10960
11043
|
d1 as Img,
|
|
10961
11044
|
me as InfoBanner,
|
|
10962
11045
|
i1 as InlineSeparator,
|
|
10963
11046
|
V1 as Input,
|
|
10964
11047
|
A as Label,
|
|
10965
|
-
|
|
11048
|
+
_2 as LabelSection,
|
|
10966
11049
|
z as LayoutType,
|
|
10967
11050
|
f1 as Legend,
|
|
10968
11051
|
$ as Link,
|
|
10969
11052
|
ue as ListWithDiode,
|
|
10970
|
-
|
|
10971
|
-
|
|
10972
|
-
|
|
10973
|
-
|
|
10974
|
-
|
|
10975
|
-
|
|
10976
|
-
|
|
10977
|
-
|
|
10978
|
-
|
|
11053
|
+
p3 as LiveIndicator,
|
|
11054
|
+
g3 as LiveQuestion,
|
|
11055
|
+
v3 as LiveTalk,
|
|
11056
|
+
x3 as LiveTitle,
|
|
11057
|
+
f3 as LogoutButton,
|
|
11058
|
+
w3 as MapDepartments,
|
|
11059
|
+
b3 as MapDistricts,
|
|
11060
|
+
y3 as MapEurope,
|
|
11061
|
+
_3 as MapTownsByDepartments,
|
|
10979
11062
|
x1 as Media,
|
|
10980
11063
|
p1 as MediaLink,
|
|
10981
11064
|
Y as MediaSourceType,
|
|
10982
|
-
|
|
10983
|
-
|
|
11065
|
+
z3 as Menu,
|
|
11066
|
+
N3 as MenuList,
|
|
10984
11067
|
a0 as Modal,
|
|
10985
|
-
|
|
10986
|
-
|
|
10987
|
-
|
|
10988
|
-
|
|
10989
|
-
|
|
10990
|
-
|
|
10991
|
-
|
|
11068
|
+
O3 as MostReadArticles,
|
|
11069
|
+
R3 as MostWatchVideos,
|
|
11070
|
+
k3 as Newsletter,
|
|
11071
|
+
M3 as OrderedListWithNumber,
|
|
11072
|
+
T0 as Overlay,
|
|
11073
|
+
E3 as OverviewBar,
|
|
11074
|
+
C3 as Pagination,
|
|
10992
11075
|
we as PercentageBar,
|
|
10993
|
-
|
|
11076
|
+
P3 as PhotoSwipeGallery,
|
|
10994
11077
|
H1 as Pipe,
|
|
10995
|
-
|
|
10996
|
-
|
|
10997
|
-
|
|
10998
|
-
|
|
11078
|
+
S3 as Prose,
|
|
11079
|
+
N2 as RadioButton,
|
|
11080
|
+
q3 as Ranking,
|
|
11081
|
+
I0 as Rating,
|
|
10999
11082
|
be as ReactButton,
|
|
11000
11083
|
y0 as ReactionContent,
|
|
11001
|
-
|
|
11002
|
-
|
|
11003
|
-
|
|
11084
|
+
k2 as ReadAlso,
|
|
11085
|
+
B3 as ReadAlsoBanner,
|
|
11086
|
+
M2 as ScrollProgressBar,
|
|
11004
11087
|
A0 as ScrollToTopButton,
|
|
11005
|
-
|
|
11088
|
+
n3 as SearchBanner,
|
|
11006
11089
|
g1 as SearchForm,
|
|
11007
|
-
|
|
11090
|
+
C2 as Section,
|
|
11008
11091
|
o0 as SectionTitle,
|
|
11009
11092
|
D0 as Select,
|
|
11010
|
-
|
|
11011
|
-
|
|
11093
|
+
Z3 as ShareBar,
|
|
11094
|
+
$3 as ShowCover,
|
|
11012
11095
|
d0 as Signature,
|
|
11013
|
-
|
|
11096
|
+
S2 as Skeleton,
|
|
11014
11097
|
m1 as Slider,
|
|
11015
|
-
|
|
11098
|
+
j3 as SmartBanner,
|
|
11016
11099
|
o1 as SocialBar,
|
|
11017
11100
|
X as Sponsor,
|
|
11018
11101
|
O0 as Stepper,
|
|
11019
11102
|
Me as StreakBlock,
|
|
11020
11103
|
Ce as SubMenu,
|
|
11021
|
-
|
|
11104
|
+
w2 as SvgSprite,
|
|
11022
11105
|
s0 as Switch,
|
|
11023
11106
|
R0 as Tab,
|
|
11024
11107
|
E0 as TabPanel,
|
|
11025
|
-
|
|
11108
|
+
L3 as Table,
|
|
11026
11109
|
h0 as Tabs,
|
|
11027
11110
|
J as Tag,
|
|
11028
|
-
|
|
11111
|
+
V3 as TagBar,
|
|
11029
11112
|
g as Text,
|
|
11030
|
-
|
|
11031
|
-
|
|
11032
|
-
|
|
11113
|
+
H3 as TextTooltip,
|
|
11114
|
+
B2 as Textarea,
|
|
11115
|
+
K3 as ThreeColumnsArticles,
|
|
11033
11116
|
_1 as Tiles,
|
|
11034
|
-
|
|
11035
|
-
|
|
11117
|
+
F3 as Timeline,
|
|
11118
|
+
G3 as Toolbar,
|
|
11036
11119
|
c0 as Typography,
|
|
11037
|
-
|
|
11120
|
+
T3 as UserPanel,
|
|
11038
11121
|
Ke as alignContentList,
|
|
11039
11122
|
qe as alignItemsList,
|
|
11040
11123
|
Ue as alignSelfList,
|
|
11041
11124
|
z1 as applyFormatToNumbers,
|
|
11042
|
-
|
|
11125
|
+
f2 as borderSizeList,
|
|
11043
11126
|
b0 as buttonColor,
|
|
11044
11127
|
Oe as buttonVariant,
|
|
11045
11128
|
Z1 as cityZoom,
|
|
11046
11129
|
N0 as colorSystemProps,
|
|
11047
11130
|
d2 as colorTokenNameList,
|
|
11048
|
-
|
|
11131
|
+
z2 as colsNumberGridList,
|
|
11049
11132
|
_0 as departmentNames,
|
|
11050
11133
|
G1 as emojiConfig,
|
|
11051
11134
|
We as flexBasisList,
|
|
@@ -11057,14 +11140,15 @@ export {
|
|
|
11057
11140
|
Pe as flexWrapList,
|
|
11058
11141
|
s2 as fontFamilyTokenNameList,
|
|
11059
11142
|
c2 as fontWeightTokenNameList,
|
|
11060
|
-
|
|
11143
|
+
T as forwardRef,
|
|
11061
11144
|
D1 as franceMainCities,
|
|
11062
11145
|
Z0 as getSrcSetFromFormats,
|
|
11063
11146
|
l2 as headingSizeTokenNameList,
|
|
11064
|
-
|
|
11147
|
+
b2 as iconButtonColor,
|
|
11065
11148
|
m2 as iconTokenNameHorscopeChineseList,
|
|
11066
11149
|
u2 as iconTokenNameHorscopeZodiacList,
|
|
11067
11150
|
h2 as iconTokenNameList,
|
|
11151
|
+
p2 as iconTokenNameNumerologyList,
|
|
11068
11152
|
P0 as imageConfigDesktop,
|
|
11069
11153
|
q0 as imageConfigMobile,
|
|
11070
11154
|
Ge as justifyContentList,
|
|
@@ -11073,9 +11157,9 @@ export {
|
|
|
11073
11157
|
Y1 as paddingSystemProps,
|
|
11074
11158
|
z0 as politicalPartiesColors,
|
|
11075
11159
|
W1 as radiusSystemProps,
|
|
11076
|
-
|
|
11160
|
+
g2 as radiusTokenNameList,
|
|
11077
11161
|
$1 as replaceSrcFormat,
|
|
11078
|
-
|
|
11162
|
+
x2 as rotationList,
|
|
11079
11163
|
X1 as spacingSystemProps,
|
|
11080
11164
|
o2 as spacingTokenNameList,
|
|
11081
11165
|
C0 as systemProps,
|
|
@@ -11086,7 +11170,7 @@ export {
|
|
|
11086
11170
|
r2 as themeColorAvailables,
|
|
11087
11171
|
i2 as themeList,
|
|
11088
11172
|
R as tokenVariables,
|
|
11089
|
-
|
|
11173
|
+
v2 as tvShowsColors,
|
|
11090
11174
|
S0 as typographySystemProps,
|
|
11091
11175
|
a2 as whiteSpaceList
|
|
11092
11176
|
};
|