@20minutes/tyr 2.44.11 → 2.44.12
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/css/articlePage-mobile-critical.css +1 -1
- package/dist/css/articlePage-mobile-no-critical.css +1 -1
- package/dist/css/livePage-mobile-critical.css +1 -1
- package/dist/css/livePage-mobile-no-critical.css +1 -1
- package/dist/css/trafficPage-desktop-critical.css +1 -1
- package/dist/css/trafficPage-desktop-no-critical.css +1 -1
- package/dist/css/trafficPage-mobile-critical.css +1 -1
- package/dist/css/trafficPage-mobile-no-critical.css +1 -1
- package/dist/index.es.js +180 -180
- package/dist/index.umd.js +19 -19
- package/dist/js/main.min.js +2 -2
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -331,13 +331,13 @@ function aH() {
|
|
|
331
331
|
function Lr(Re) {
|
|
332
332
|
return Wr(Re);
|
|
333
333
|
}
|
|
334
|
-
function
|
|
334
|
+
function zr(Re) {
|
|
335
335
|
{
|
|
336
336
|
var pt = typeof Symbol == "function" && Symbol.toStringTag, Ht = pt && Re[Symbol.toStringTag] || Re.constructor.name || "Object";
|
|
337
337
|
return Ht;
|
|
338
338
|
}
|
|
339
339
|
}
|
|
340
|
-
function
|
|
340
|
+
function qr(Re) {
|
|
341
341
|
try {
|
|
342
342
|
return _n(Re), !1;
|
|
343
343
|
} catch {
|
|
@@ -348,8 +348,8 @@ function aH() {
|
|
|
348
348
|
return "" + Re;
|
|
349
349
|
}
|
|
350
350
|
function un(Re) {
|
|
351
|
-
if (
|
|
352
|
-
return L("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",
|
|
351
|
+
if (qr(Re))
|
|
352
|
+
return L("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", zr(Re)), _n(Re);
|
|
353
353
|
}
|
|
354
354
|
var Kn = I.ReactCurrentOwner, Br = {
|
|
355
355
|
key: !0,
|
|
@@ -701,7 +701,7 @@ const Ke = /* @__PURE__ */ oH(uH), Se = ({
|
|
|
701
701
|
children: [
|
|
702
702
|
c && /* @__PURE__ */ a.jsx(ur, { size: 18, mt: "xxs-2", ...c }),
|
|
703
703
|
/* @__PURE__ */ a.jsxs("div", { children: [
|
|
704
|
-
/* @__PURE__ */ a.jsx(
|
|
704
|
+
/* @__PURE__ */ a.jsx(Kr, { as: "h4", size: "xxs-2", mb: "xxs-2", children: n }),
|
|
705
705
|
/* @__PURE__ */ a.jsx(je, { className: "c-alert__text", children: o }),
|
|
706
706
|
e
|
|
707
707
|
] }),
|
|
@@ -3616,7 +3616,7 @@ const Vm = Io(
|
|
|
3616
3616
|
]
|
|
3617
3617
|
}
|
|
3618
3618
|
)
|
|
3619
|
-
),
|
|
3619
|
+
), Kr = Io(
|
|
3620
3620
|
({ as: e = "h1", size: t, children: n, ...o }, s) => /* @__PURE__ */ a.jsx(
|
|
3621
3621
|
gO,
|
|
3622
3622
|
{
|
|
@@ -3682,7 +3682,7 @@ const Vm = Io(
|
|
|
3682
3682
|
...p
|
|
3683
3683
|
}) => {
|
|
3684
3684
|
const v = /* @__PURE__ */ a.jsx(
|
|
3685
|
-
|
|
3685
|
+
Kr,
|
|
3686
3686
|
{
|
|
3687
3687
|
fontFamily: "source-serif-pro",
|
|
3688
3688
|
weight: "bold",
|
|
@@ -3887,7 +3887,7 @@ const Vm = Io(
|
|
|
3887
3887
|
({ icon: e, title: t, content: n, ...o }, s) => /* @__PURE__ */ a.jsxs(ye, { ...o, ref: s, className: Ke("c-astro-topic-card", o?.className), children: [
|
|
3888
3888
|
/* @__PURE__ */ a.jsxs(me, { alignItems: "center", mb: "s", children: [
|
|
3889
3889
|
/* @__PURE__ */ a.jsx(ur, { mr: "xs", name: e, size: 21 }),
|
|
3890
|
-
/* @__PURE__ */ a.jsx(
|
|
3890
|
+
/* @__PURE__ */ a.jsx(Kr, { as: "h3", size: "xs", children: t })
|
|
3891
3891
|
] }),
|
|
3892
3892
|
/* @__PURE__ */ a.jsx(je, { size: "m", children: n })
|
|
3893
3893
|
] })
|
|
@@ -4078,13 +4078,13 @@ const Vm = Io(
|
|
|
4078
4078
|
...!o && !t && !n && s,
|
|
4079
4079
|
children: e.text
|
|
4080
4080
|
}
|
|
4081
|
-
), c = t || n ? /* @__PURE__ */ a.jsxs(me, { ...!o && s, alignItems: "center", gap: "xxs-2", color: "grey-400", children: [
|
|
4081
|
+
), c = t || n?.text ? /* @__PURE__ */ a.jsxs(me, { ...!o && s, alignItems: "center", gap: "xxs-2", color: "grey-400", children: [
|
|
4082
4082
|
t && /* @__PURE__ */ a.jsxs(a.Fragment, { children: [
|
|
4083
4083
|
/* @__PURE__ */ a.jsx(je, { as: "span", size: "xs", color: "red", weight: "bold", children: t }),
|
|
4084
4084
|
/* @__PURE__ */ a.jsx(Hv, { size: "xs", color: "red" })
|
|
4085
4085
|
] }),
|
|
4086
4086
|
l,
|
|
4087
|
-
n && /* @__PURE__ */ a.jsxs(a.Fragment, { children: [
|
|
4087
|
+
n?.text && /* @__PURE__ */ a.jsxs(a.Fragment, { children: [
|
|
4088
4088
|
/* @__PURE__ */ a.jsx(Hv, { size: "xs", color: e.color || "grey-400" }),
|
|
4089
4089
|
/* @__PURE__ */ a.jsx(je, { as: "time", size: "xs", color: n.color, children: n.text })
|
|
4090
4090
|
] })
|
|
@@ -4329,7 +4329,7 @@ const Vm = Io(
|
|
|
4329
4329
|
A?.className
|
|
4330
4330
|
),
|
|
4331
4331
|
children: /* @__PURE__ */ a.jsxs(
|
|
4332
|
-
|
|
4332
|
+
Kr,
|
|
4333
4333
|
{
|
|
4334
4334
|
as: o || "h1",
|
|
4335
4335
|
...s && { as: "a", href: s },
|
|
@@ -5787,7 +5787,7 @@ const Vm = Io(
|
|
|
5787
5787
|
}
|
|
5788
5788
|
),
|
|
5789
5789
|
/* @__PURE__ */ a.jsx(
|
|
5790
|
-
|
|
5790
|
+
Kr,
|
|
5791
5791
|
{
|
|
5792
5792
|
className: `js-countdown-${t}`,
|
|
5793
5793
|
size: { xs: "m", md: "xxl" },
|
|
@@ -5832,7 +5832,7 @@ const Vm = Io(
|
|
|
5832
5832
|
mr: { xs: "xxs", md: "m" }
|
|
5833
5833
|
}
|
|
5834
5834
|
),
|
|
5835
|
-
/* @__PURE__ */ a.jsx(
|
|
5835
|
+
/* @__PURE__ */ a.jsx(Kr, { as: "h2", size: { xs: "xs", md: "s" }, children: t })
|
|
5836
5836
|
] }),
|
|
5837
5837
|
/* @__PURE__ */ a.jsxs(
|
|
5838
5838
|
me,
|
|
@@ -6035,7 +6035,7 @@ const Vm = Io(
|
|
|
6035
6035
|
enableGoogleSearch: t
|
|
6036
6036
|
}) => {
|
|
6037
6037
|
let n = /* @__PURE__ */ a.jsxs(a.Fragment, { children: [
|
|
6038
|
-
/* @__PURE__ */ a.jsx(
|
|
6038
|
+
/* @__PURE__ */ a.jsx(Kr, { as: "h2", size: "m", mb: "l", children: "La page que vous cherchez n’existe pas !" }),
|
|
6039
6039
|
/* @__PURE__ */ a.jsxs(je, { size: "m", mb: "l", children: [
|
|
6040
6040
|
/* @__PURE__ */ a.jsx("strong", { children: "Une page 404" }),
|
|
6041
6041
|
" est une page renvoyée par le serveur d’un site, lorsque la page n’existe plus ou lorsqu’il y a une erreur dans l’url."
|
|
@@ -6044,7 +6044,7 @@ const Vm = Io(
|
|
|
6044
6044
|
/* @__PURE__ */ a.jsx("p", { children: "Si vous êtes à la recherche de quelque chose de bien précis, nous vous invitons à utiliser notre moteur de recherche :" })
|
|
6045
6045
|
] });
|
|
6046
6046
|
return e === "500" && (n = /* @__PURE__ */ a.jsxs(a.Fragment, { children: [
|
|
6047
|
-
/* @__PURE__ */ a.jsx(
|
|
6047
|
+
/* @__PURE__ */ a.jsx(Kr, { as: "h2", size: "m", mb: "l", children: "Erreur serveur, la page n’est pas disponible !" }),
|
|
6048
6048
|
/* @__PURE__ */ a.jsx(je, { size: "m", mb: "l", children: "Toutes nos excuses pour cette erreur…" }),
|
|
6049
6049
|
/* @__PURE__ */ a.jsx("p", { children: "Une page qui renvoie un code d’erreur 500 se produit lorsque le serveur web rencontre des difficultés pour charger une page." }),
|
|
6050
6050
|
/* @__PURE__ */ a.jsx("p", { children: "Si vous êtes à la recherche de quelque chose de bien précis, nous vous invitons à utiliser notre moteur de recherche :" })
|
|
@@ -6079,7 +6079,7 @@ const Vm = Io(
|
|
|
6079
6079
|
className: Ke("c-expandable", p.className),
|
|
6080
6080
|
bg: p.bg ?? "grey-100",
|
|
6081
6081
|
children: [
|
|
6082
|
-
t && /* @__PURE__ */ a.jsx(
|
|
6082
|
+
t && /* @__PURE__ */ a.jsx(Kr, { as: "h2", size: "xxs", mb: "m", ...t }),
|
|
6083
6083
|
/* @__PURE__ */ a.jsx(mo, { as: "ul", ...n, children: s.slice(0, e).map((v, h) => /* @__PURE__ */ a.jsx("li", { children: v }, `expandable-visible-${h}`)) }),
|
|
6084
6084
|
e && s.length > e && /* @__PURE__ */ a.jsxs(a.Fragment, { children: [
|
|
6085
6085
|
/* @__PURE__ */ a.jsx(
|
|
@@ -6131,7 +6131,7 @@ const Vm = Io(
|
|
|
6131
6131
|
n && /* @__PURE__ */ a.jsx(ur, { size: 25, name: n, border: "big", isRounded: !0 }),
|
|
6132
6132
|
/* @__PURE__ */ a.jsxs("div", { children: [
|
|
6133
6133
|
t && /* @__PURE__ */ a.jsx(je, { mb: "xxs-2", children: t }),
|
|
6134
|
-
/* @__PURE__ */ a.jsx(
|
|
6134
|
+
/* @__PURE__ */ a.jsx(Kr, { as: "h2", size: "m", fontFamily: "source-serif-pro", children: e })
|
|
6135
6135
|
] })
|
|
6136
6136
|
] }), nU = {
|
|
6137
6137
|
logo: [90, 22],
|
|
@@ -6449,7 +6449,7 @@ const Vm = Io(
|
|
|
6449
6449
|
children: [
|
|
6450
6450
|
/* @__PURE__ */ a.jsx(Os, { color: "grey-400", size: "xs", mx: { xs: "m", md: "0" }, children: e }),
|
|
6451
6451
|
/* @__PURE__ */ a.jsx(
|
|
6452
|
-
|
|
6452
|
+
Kr,
|
|
6453
6453
|
{
|
|
6454
6454
|
...t,
|
|
6455
6455
|
size: { xs: "xxs", md: "m" },
|
|
@@ -6510,7 +6510,7 @@ const Vm = Io(
|
|
|
6510
6510
|
sponsor: o,
|
|
6511
6511
|
...s
|
|
6512
6512
|
}) => /* @__PURE__ */ a.jsx(
|
|
6513
|
-
|
|
6513
|
+
Kr,
|
|
6514
6514
|
{
|
|
6515
6515
|
className: Ke("c-header-title", {
|
|
6516
6516
|
"c-header-title--has-icon": t || o,
|
|
@@ -6580,7 +6580,7 @@ const Vm = Io(
|
|
|
6580
6580
|
}
|
|
6581
6581
|
),
|
|
6582
6582
|
/* @__PURE__ */ a.jsx(Os, { children: l.date }),
|
|
6583
|
-
/* @__PURE__ */ a.jsx(
|
|
6583
|
+
/* @__PURE__ */ a.jsx(Kr, { size: "xs", className: "c-image-slider__content-title", children: l.title }),
|
|
6584
6584
|
t === ve.DESKTOP && s(l.firstButton, l.secondButton)
|
|
6585
6585
|
] })
|
|
6586
6586
|
] }),
|
|
@@ -6633,7 +6633,7 @@ const Vm = Io(
|
|
|
6633
6633
|
children: [
|
|
6634
6634
|
/* @__PURE__ */ a.jsxs(me, { className: "c-info-banner__content", direction: "column", justifyContent: "between", children: [
|
|
6635
6635
|
t && /* @__PURE__ */ a.jsx(
|
|
6636
|
-
|
|
6636
|
+
Kr,
|
|
6637
6637
|
{
|
|
6638
6638
|
fontFamily: "source-serif-pro",
|
|
6639
6639
|
...t,
|
|
@@ -6818,7 +6818,7 @@ const Vm = Io(
|
|
|
6818
6818
|
o && /* @__PURE__ */ a.jsx("img", { alt: o.name, src: o.src, width: "32", height: "32" })
|
|
6819
6819
|
] }),
|
|
6820
6820
|
/* @__PURE__ */ a.jsx(
|
|
6821
|
-
|
|
6821
|
+
Kr,
|
|
6822
6822
|
{
|
|
6823
6823
|
as: "h2",
|
|
6824
6824
|
color: l[e] || "black",
|
|
@@ -7642,7 +7642,7 @@ const Vm = Io(
|
|
|
7642
7642
|
...p
|
|
7643
7643
|
}) => {
|
|
7644
7644
|
const v = /* @__PURE__ */ a.jsxs(ye, { as: "form", color: "white", bg: "ultramarine", px: "m", py: "xxl", className: "c-newsletter__form", children: [
|
|
7645
|
-
/* @__PURE__ */ a.jsx(
|
|
7645
|
+
/* @__PURE__ */ a.jsx(Kr, { as: "h5", size: c === "large" ? "m" : "xxs", textAlign: "center", mb: "l", children: e }),
|
|
7646
7646
|
/* @__PURE__ */ a.jsx(
|
|
7647
7647
|
je,
|
|
7648
7648
|
{
|
|
@@ -7941,7 +7941,7 @@ const Vm = Io(
|
|
|
7941
7941
|
isUnderlined: o = !0,
|
|
7942
7942
|
...s
|
|
7943
7943
|
}) => /* @__PURE__ */ a.jsxs(
|
|
7944
|
-
|
|
7944
|
+
Kr,
|
|
7945
7945
|
{
|
|
7946
7946
|
...t && { as: "a", href: t },
|
|
7947
7947
|
size: "xxs",
|
|
@@ -7974,7 +7974,7 @@ const Vm = Io(
|
|
|
7974
7974
|
...l
|
|
7975
7975
|
}) => {
|
|
7976
7976
|
const c = /* @__PURE__ */ a.jsxs(a.Fragment, { children: [
|
|
7977
|
-
/* @__PURE__ */ a.jsx(
|
|
7977
|
+
/* @__PURE__ */ a.jsx(Kr, { size: { xs: "m", md: "xxl" }, fontFamily: "obviously", mb: "l", children: t }),
|
|
7978
7978
|
/* @__PURE__ */ a.jsx(je, { as: "div", size: { xs: "m", md: "xl" }, mb: "xl", children: n })
|
|
7979
7979
|
] }), p = s ? /* @__PURE__ */ a.jsx(Jt, { buttonColor: "primary", ...s, children: /* @__PURE__ */ a.jsxs(me, { alignItems: "center", children: [
|
|
7980
7980
|
/* @__PURE__ */ a.jsx(ur, { name: "video-outlined", size: 13, mr: "xxs" }),
|
|
@@ -8602,7 +8602,7 @@ const Vm = Io(
|
|
|
8602
8602
|
className: Ke("c-timeline", n?.className),
|
|
8603
8603
|
children: [
|
|
8604
8604
|
/* @__PURE__ */ a.jsx(
|
|
8605
|
-
|
|
8605
|
+
Kr,
|
|
8606
8606
|
{
|
|
8607
8607
|
as: "h2",
|
|
8608
8608
|
size: { xs: "xxs", md: "m" },
|
|
@@ -8939,7 +8939,7 @@ const Vm = Io(
|
|
|
8939
8939
|
children: t.map(
|
|
8940
8940
|
(c) => c.links.length === 0 ? null : /* @__PURE__ */ a.jsxs(me, { as: "section", direction: "column", children: [
|
|
8941
8941
|
/* @__PURE__ */ a.jsx(
|
|
8942
|
-
|
|
8942
|
+
Kr,
|
|
8943
8943
|
{
|
|
8944
8944
|
as: Jt,
|
|
8945
8945
|
href: c.links[0].href,
|
|
@@ -9573,7 +9573,7 @@ const IU = {
|
|
|
9573
9573
|
t === ve.DESKTOP ? /* @__PURE__ */ a.jsx("br", {}) : " ",
|
|
9574
9574
|
"du moment"
|
|
9575
9575
|
] })), c = /* @__PURE__ */ a.jsx(
|
|
9576
|
-
|
|
9576
|
+
Kr,
|
|
9577
9577
|
{
|
|
9578
9578
|
as: "h2",
|
|
9579
9579
|
size: { xs: "xxs-2", md: "xxs-3" },
|
|
@@ -10584,7 +10584,7 @@ function oa() {
|
|
|
10584
10584
|
}
|
|
10585
10585
|
o(it, s);
|
|
10586
10586
|
function it(b) {
|
|
10587
|
-
return b == null ?
|
|
10587
|
+
return b == null ? qr() : v(b) ? b.toSeq() : Kn(b);
|
|
10588
10588
|
}
|
|
10589
10589
|
it.of = function() {
|
|
10590
10590
|
return it(arguments);
|
|
@@ -10600,13 +10600,13 @@ function oa() {
|
|
|
10600
10600
|
return Dt(this, b, M, !0);
|
|
10601
10601
|
}, o(ct, it);
|
|
10602
10602
|
function ct(b) {
|
|
10603
|
-
return b == null ?
|
|
10603
|
+
return b == null ? qr().toKeyedSeq() : v(b) ? h(b) ? b.toSeq() : b.fromEntrySeq() : _n(b);
|
|
10604
10604
|
}
|
|
10605
10605
|
ct.prototype.toKeyedSeq = function() {
|
|
10606
10606
|
return this;
|
|
10607
10607
|
}, o(ot, it);
|
|
10608
10608
|
function ot(b) {
|
|
10609
|
-
return b == null ?
|
|
10609
|
+
return b == null ? qr() : v(b) ? h(b) ? b.entrySeq() : b.toIndexedSeq() : un(b);
|
|
10610
10610
|
}
|
|
10611
10611
|
ot.of = function() {
|
|
10612
10612
|
return ot(arguments);
|
|
@@ -10620,7 +10620,7 @@ function oa() {
|
|
|
10620
10620
|
return Dt(this, b, M, !1);
|
|
10621
10621
|
}, o(wt, it);
|
|
10622
10622
|
function wt(b) {
|
|
10623
|
-
return (b == null ?
|
|
10623
|
+
return (b == null ? qr() : v(b) ? h(b) ? b.entrySeq() : b : un(b)).toSetSeq();
|
|
10624
10624
|
}
|
|
10625
10625
|
wt.of = function() {
|
|
10626
10626
|
return wt(arguments);
|
|
@@ -10724,9 +10724,9 @@ function oa() {
|
|
|
10724
10724
|
function Lr(b) {
|
|
10725
10725
|
return !!(b && b[Tr]);
|
|
10726
10726
|
}
|
|
10727
|
-
var
|
|
10728
|
-
function
|
|
10729
|
-
return
|
|
10727
|
+
var zr;
|
|
10728
|
+
function qr() {
|
|
10729
|
+
return zr || (zr = new br([]));
|
|
10730
10730
|
}
|
|
10731
10731
|
function _n(b) {
|
|
10732
10732
|
var M = Array.isArray(b) ? new br(b).fromEntrySeq() : Bt(b) ? new Wr(b).fromEntrySeq() : Gt(b) ? new Gr(b).fromEntrySeq() : typeof b == "object" ? new tn(b) : void 0;
|
|
@@ -15411,7 +15411,7 @@ function Wz() {
|
|
|
15411
15411
|
}, Lr = function(Et, Ft) {
|
|
15412
15412
|
if (typeof Et === A)
|
|
15413
15413
|
return Et = Et.replace(/^\s\s*/, l), typeof Ft === v ? Et : Et.substring(0, ie);
|
|
15414
|
-
},
|
|
15414
|
+
}, zr = function(Et, Ft) {
|
|
15415
15415
|
for (var Pt = 0, dr, Rr, kr, Qt, zt, wr; Pt < Ft.length && !zt; ) {
|
|
15416
15416
|
var cr = Ft[Pt], $n = Ft[Pt + 1];
|
|
15417
15417
|
for (dr = Rr = 0; dr < cr.length && !zt && cr[dr]; )
|
|
@@ -15420,7 +15420,7 @@ function Wz() {
|
|
|
15420
15420
|
wr = zt[++Rr], Qt = $n[kr], typeof Qt === h && Qt.length > 0 ? Qt.length === 2 ? typeof Qt[1] == p ? this[Qt[0]] = Qt[1].call(this, wr) : this[Qt[0]] = Qt[1] : Qt.length === 3 ? typeof Qt[1] === p && !(Qt[1].exec && Qt[1].test) ? this[Qt[0]] = wr ? Qt[1].call(this, wr, Qt[2]) : o : this[Qt[0]] = wr ? wr.replace(Qt[1], Qt[2]) : o : Qt.length === 4 && (this[Qt[0]] = wr ? Qt[3].call(this, wr.replace(Qt[1], Qt[2])) : o) : this[Qt] = wr || o;
|
|
15421
15421
|
Pt += 2;
|
|
15422
15422
|
}
|
|
15423
|
-
},
|
|
15423
|
+
}, qr = function(Et, Ft) {
|
|
15424
15424
|
for (var Pt in Ft)
|
|
15425
15425
|
if (typeof Ft[Pt] === h && Ft[Pt].length > 0) {
|
|
15426
15426
|
for (var dr = 0; dr < Ft[Pt].length; dr++)
|
|
@@ -15724,7 +15724,7 @@ function Wz() {
|
|
|
15724
15724
|
/webkit.+?(mobile ?safari|safari)(\/[\w\.]+)/i
|
|
15725
15725
|
// Safari < 3.0
|
|
15726
15726
|
],
|
|
15727
|
-
[D, [C,
|
|
15727
|
+
[D, [C, qr, _n]],
|
|
15728
15728
|
[
|
|
15729
15729
|
/(webkit|khtml)\/([\w\.]+)/i
|
|
15730
15730
|
],
|
|
@@ -15903,7 +15903,7 @@ function Wz() {
|
|
|
15903
15903
|
[
|
|
15904
15904
|
/\b(opd2(\d{3}a?))(?: bui|\))/i
|
|
15905
15905
|
],
|
|
15906
|
-
[w, [T,
|
|
15906
|
+
[w, [T, qr, { OnePlus: ["304", "403", "203"], "*": jt }], [S, q]],
|
|
15907
15907
|
[
|
|
15908
15908
|
// Vivo
|
|
15909
15909
|
/vivo (\w+)(?: bui|\))/i,
|
|
@@ -16039,7 +16039,7 @@ function Wz() {
|
|
|
16039
16039
|
// itel
|
|
16040
16040
|
/(itel) ((\w+))/i
|
|
16041
16041
|
],
|
|
16042
|
-
[[T, Gr], w, [S,
|
|
16042
|
+
[[T, Gr], w, [S, qr, { tablet: ["p10001l", "w7001"], "*": "mobile" }]],
|
|
16043
16043
|
[
|
|
16044
16044
|
// Acer
|
|
16045
16045
|
/droid.+; ([ab][1-7]-?[0178a]\d\d?)/i
|
|
@@ -16541,14 +16541,14 @@ function Wz() {
|
|
|
16541
16541
|
/(windows (?:phone(?: os)?|mobile|iot))[\/ ]?([\d\.\w ]*)/i
|
|
16542
16542
|
// Windows Phone
|
|
16543
16543
|
],
|
|
16544
|
-
[D, [C,
|
|
16544
|
+
[D, [C, qr, un]],
|
|
16545
16545
|
[
|
|
16546
16546
|
/windows nt 6\.2; (arm)/i,
|
|
16547
16547
|
// Windows RT
|
|
16548
16548
|
/windows[\/ ]([ntce\d\. ]+\w)(?!.+xbox)/i,
|
|
16549
16549
|
/(?:win(?=3|9|n)|win 9x )([nt\d\.]+)/i
|
|
16550
16550
|
],
|
|
16551
|
-
[[C,
|
|
16551
|
+
[[C, qr, un], [D, "Windows"]],
|
|
16552
16552
|
[
|
|
16553
16553
|
// iOS/macOS
|
|
16554
16554
|
/[adehimnop]{4,7}\b(?:.*os ([\w]+) like mac|; opera)/i,
|
|
@@ -16671,19 +16671,19 @@ function Wz() {
|
|
|
16671
16671
|
var Pt = typeof n !== v && n.navigator ? n.navigator : o, dr = Et || (Pt && Pt.userAgent ? Pt.userAgent : l), Rr = Pt && Pt.userAgentData ? Pt.userAgentData : o, kr = Ft ? Tr(Kn, Ft) : Kn, Qt = Pt && Pt.userAgent == dr;
|
|
16672
16672
|
return this.getBrowser = function() {
|
|
16673
16673
|
var zt = {};
|
|
16674
|
-
return zt[D] = o, zt[C] = o,
|
|
16674
|
+
return zt[D] = o, zt[C] = o, zr.call(zt, dr, kr.browser), zt[_] = Wr(zt[C]), Qt && Pt && Pt.brave && typeof Pt.brave.isBrave == p && (zt[D] = "Brave"), zt;
|
|
16675
16675
|
}, this.getCPU = function() {
|
|
16676
16676
|
var zt = {};
|
|
16677
|
-
return zt[I] = o,
|
|
16677
|
+
return zt[I] = o, zr.call(zt, dr, kr.cpu), zt;
|
|
16678
16678
|
}, this.getDevice = function() {
|
|
16679
16679
|
var zt = {};
|
|
16680
|
-
return zt[T] = o, zt[w] = o, zt[S] = o,
|
|
16680
|
+
return zt[T] = o, zt[w] = o, zt[S] = o, zr.call(zt, dr, kr.device), Qt && !zt[S] && Rr && Rr.mobile && (zt[S] = P), Qt && zt[w] == "Macintosh" && Pt && typeof Pt.standalone !== v && Pt.maxTouchPoints && Pt.maxTouchPoints > 2 && (zt[w] = "iPad", zt[S] = q), zt;
|
|
16681
16681
|
}, this.getEngine = function() {
|
|
16682
16682
|
var zt = {};
|
|
16683
|
-
return zt[D] = o, zt[C] = o,
|
|
16683
|
+
return zt[D] = o, zt[C] = o, zr.call(zt, dr, kr.engine), zt;
|
|
16684
16684
|
}, this.getOS = function() {
|
|
16685
16685
|
var zt = {};
|
|
16686
|
-
return zt[D] = o, zt[C] = o,
|
|
16686
|
+
return zt[D] = o, zt[C] = o, zr.call(zt, dr, kr.os), Qt && !zt[D] && Rr && Rr.platform && Rr.platform != "Unknown" && (zt[D] = Rr.platform.replace(/chrome os/i, ct).replace(/macos/i, ot)), zt;
|
|
16687
16687
|
}, this.getResult = function() {
|
|
16688
16688
|
return {
|
|
16689
16689
|
ua: this.getUA(),
|
|
@@ -18382,13 +18382,13 @@ function fq() {
|
|
|
18382
18382
|
}, V.render = function() {
|
|
18383
18383
|
var oe = this, de = this.props, xe = de.block, De = de.blockRenderMap, ke = de.blockRendererFn, we = de.blockStyleFn, Me = de.contentState, Oe = de.decorator, He = de.editorKey, Ae = de.editorState, Rt = de.customStyleFn, qt = de.customStyleMap, yt = de.direction, ht = de.forceSelection, jt = de.selection, Gt = de.tree, Bt = null;
|
|
18384
18384
|
xe.children.size && (Bt = xe.children.reduce(function(br, tn) {
|
|
18385
|
-
var Gr = p.encode(tn, 0, 0), Wr = Me.getBlockForKey(tn), Lr = G(Wr, ke),
|
|
18385
|
+
var Gr = p.encode(tn, 0, 0), Wr = Me.getBlockForKey(tn), Lr = G(Wr, ke), zr = Lr.CustomComponent || Z, qr = H(Wr, De), _n = qr.Element, un = qr.wrapperTemplate, Kn = Q(Wr, He, Gr, we, Lr, null), Br = s({}, oe.props, {
|
|
18386
18386
|
tree: Ae.getBlockTree(tn),
|
|
18387
18387
|
blockProps: Lr.customProps,
|
|
18388
18388
|
offsetKey: Gr,
|
|
18389
18389
|
block: Wr
|
|
18390
18390
|
});
|
|
18391
|
-
return br.push(v.createElement(_n, Kn, v.createElement(
|
|
18391
|
+
return br.push(v.createElement(_n, Kn, v.createElement(zr, Br))), !un || P(Wr, Me) || q(un, _n, br), br;
|
|
18392
18392
|
}, []));
|
|
18393
18393
|
var gt = xe.getKey(), mt = p.encode(gt, 0, 0), bt = G(xe, ke), it = bt.CustomComponent, ct = it != null ? v.createElement(it, t({}, this.props, {
|
|
18394
18394
|
tree: Ae.getBlockTree(gt),
|
|
@@ -18752,15 +18752,15 @@ function mq() {
|
|
|
18752
18752
|
for (var Gr = [], Wr = 0; Wr < ke.length; ) {
|
|
18753
18753
|
var Lr = ke[Wr];
|
|
18754
18754
|
if (Lr.wrapperTemplate) {
|
|
18755
|
-
var
|
|
18755
|
+
var zr = [];
|
|
18756
18756
|
do
|
|
18757
|
-
|
|
18757
|
+
zr.push(ke[Wr].block), Wr++;
|
|
18758
18758
|
while (Wr < ke.length && ke[Wr].wrapperTemplate === Lr.wrapperTemplate);
|
|
18759
|
-
var
|
|
18759
|
+
var qr = p.cloneElement(Lr.wrapperTemplate, {
|
|
18760
18760
|
key: Lr.key + "-wrap",
|
|
18761
18761
|
"data-offset-key": Lr.offsetKey
|
|
18762
|
-
},
|
|
18763
|
-
Gr.push(
|
|
18762
|
+
}, zr);
|
|
18763
|
+
Gr.push(qr);
|
|
18764
18764
|
} else
|
|
18765
18765
|
Gr.push(Lr.block), Wr++;
|
|
18766
18766
|
}
|
|
@@ -20193,12 +20193,12 @@ function RI() {
|
|
|
20193
20193
|
this._trimCurrentText(), this.currentText !== "" && ct.push(this._makeBlockConfig());
|
|
20194
20194
|
var Wr = this.currentDepth, Lr = this.wrapper;
|
|
20195
20195
|
if (this.wrapper = Tr === "pre" ? "pre" : this.wrapper, typeof Gr != "string" && (Gr = this.disambiguate(Tr, this.wrapper) || Gr[0] || "unstyled"), !H && P(wt) && (Gr === "unordered-list-item" || Gr === "ordered-list-item")) {
|
|
20196
|
-
var
|
|
20197
|
-
this.currentDepth = Ae(
|
|
20196
|
+
var zr = wt;
|
|
20197
|
+
this.currentDepth = Ae(zr, this.currentDepth);
|
|
20198
20198
|
}
|
|
20199
|
-
var
|
|
20199
|
+
var qr = A(), _n = this._toBlockConfigs(Array.from(wt.childNodes), it);
|
|
20200
20200
|
this._trimCurrentText(), ct.push(this._makeBlockConfig({
|
|
20201
|
-
key:
|
|
20201
|
+
key: qr,
|
|
20202
20202
|
childConfigs: _n,
|
|
20203
20203
|
type: Gr
|
|
20204
20204
|
})), this.currentDepth = Wr, this.wrapper = Lr;
|
|
@@ -21099,9 +21099,9 @@ function rV() {
|
|
|
21099
21099
|
Me(Wr);
|
|
21100
21100
|
};
|
|
21101
21101
|
else if (typeof MessageChannel < "u") {
|
|
21102
|
-
var
|
|
21103
|
-
|
|
21104
|
-
|
|
21102
|
+
var zr = new MessageChannel(), qr = zr.port2;
|
|
21103
|
+
zr.port1.onmessage = Wr, Lr = function() {
|
|
21104
|
+
qr.postMessage(null);
|
|
21105
21105
|
};
|
|
21106
21106
|
} else
|
|
21107
21107
|
Lr = function() {
|
|
@@ -21508,7 +21508,7 @@ function nV() {
|
|
|
21508
21508
|
if (d.dangerouslySetInnerHTML != null) throw Error(n(91));
|
|
21509
21509
|
return Oe({}, d, { value: void 0, defaultValue: void 0, children: "" + u._wrapperState.initialValue });
|
|
21510
21510
|
}
|
|
21511
|
-
function
|
|
21511
|
+
function zr(u, d) {
|
|
21512
21512
|
var y = d.value;
|
|
21513
21513
|
if (y == null) {
|
|
21514
21514
|
if (y = d.children, d = d.defaultValue, y != null) {
|
|
@@ -21523,7 +21523,7 @@ function nV() {
|
|
|
21523
21523
|
}
|
|
21524
21524
|
u._wrapperState = { initialValue: Gt(y) };
|
|
21525
21525
|
}
|
|
21526
|
-
function
|
|
21526
|
+
function qr(u, d) {
|
|
21527
21527
|
var y = Gt(d.value), N = Gt(d.defaultValue);
|
|
21528
21528
|
y != null && (y = "" + y, y !== u.value && (u.value = y), d.defaultValue == null && u.defaultValue !== y && (u.defaultValue = y)), N != null && (u.defaultValue = "" + N);
|
|
21529
21529
|
}
|
|
@@ -22793,7 +22793,7 @@ function nV() {
|
|
|
22793
22793
|
case "keyup":
|
|
22794
22794
|
nc(Ot, y, Tt);
|
|
22795
22795
|
}
|
|
22796
|
-
var
|
|
22796
|
+
var Vr;
|
|
22797
22797
|
if (Or) e: {
|
|
22798
22798
|
switch (u) {
|
|
22799
22799
|
case "compositionstart":
|
|
@@ -22809,7 +22809,7 @@ function nV() {
|
|
|
22809
22809
|
Jr = void 0;
|
|
22810
22810
|
}
|
|
22811
22811
|
else ko ? Fa(u, y) && (Jr = "onCompositionEnd") : u === "keydown" && y.keyCode === 229 && (Jr = "onCompositionStart");
|
|
22812
|
-
Jr && (ci && y.locale !== "ko" && (ko || Jr !== "onCompositionStart" ? Jr === "onCompositionEnd" && ko && (
|
|
22812
|
+
Jr && (ci && y.locale !== "ko" && (ko || Jr !== "onCompositionStart" ? Jr === "onCompositionEnd" && ko && (Vr = hl()) : (no = Tt, js = "value" in no ? no.value : no.textContent, ko = !0)), Hr = Fu(et, Jr), 0 < Hr.length && (Jr = new Pn(Jr, u, null, y, Tt), Ot.push({ event: Jr, listeners: Hr }), Vr ? Jr.data = Vr : (Vr = pu(y), Vr !== null && (Jr.data = Vr)))), (Vr = Sn ? E0(u, y) : Bc(u, y)) && (et = Fu(et, "onBeforeInput"), 0 < et.length && (Tt = new Pn("onBeforeInput", "beforeinput", null, y, Tt), Ot.push({ event: Tt, listeners: et }), Tt.data = Vr));
|
|
22813
22813
|
}
|
|
22814
22814
|
oc(Ot, d);
|
|
22815
22815
|
});
|
|
@@ -23225,22 +23225,22 @@ function nV() {
|
|
|
23225
23225
|
return null;
|
|
23226
23226
|
}
|
|
23227
23227
|
function vr(We, Be, Ze, Nt) {
|
|
23228
|
-
for (var gr = null, Hr = null,
|
|
23229
|
-
|
|
23230
|
-
var Xn = St(We,
|
|
23228
|
+
for (var gr = null, Hr = null, Vr = Be, Jr = Be = 0, Vo = null; Vr !== null && Jr < Ze.length; Jr++) {
|
|
23229
|
+
Vr.index > Jr ? (Vo = Vr, Vr = null) : Vo = Vr.sibling;
|
|
23230
|
+
var Xn = St(We, Vr, Ze[Jr], Nt);
|
|
23231
23231
|
if (Xn === null) {
|
|
23232
|
-
|
|
23232
|
+
Vr === null && (Vr = Vo);
|
|
23233
23233
|
break;
|
|
23234
23234
|
}
|
|
23235
|
-
u &&
|
|
23235
|
+
u && Vr && Xn.alternate === null && d(We, Vr), Be = K(Xn, Be, Jr), Hr === null ? gr = Xn : Hr.sibling = Xn, Hr = Xn, Vr = Vo;
|
|
23236
23236
|
}
|
|
23237
|
-
if (Jr === Ze.length) return y(We,
|
|
23238
|
-
if (
|
|
23239
|
-
for (; Jr < Ze.length; Jr++)
|
|
23237
|
+
if (Jr === Ze.length) return y(We, Vr), Ra && Ci(We, Jr), gr;
|
|
23238
|
+
if (Vr === null) {
|
|
23239
|
+
for (; Jr < Ze.length; Jr++) Vr = Ot(We, Ze[Jr], Nt), Vr !== null && (Be = K(Vr, Be, Jr), Hr === null ? gr = Vr : Hr.sibling = Vr, Hr = Vr);
|
|
23240
23240
|
return Ra && Ci(We, Jr), gr;
|
|
23241
23241
|
}
|
|
23242
|
-
for (
|
|
23243
|
-
return u &&
|
|
23242
|
+
for (Vr = N(We, Vr); Jr < Ze.length; Jr++) Vo = nr(Vr, We, Jr, Ze[Jr], Nt), Vo !== null && (u && Vo.alternate !== null && Vr.delete(Vo.key === null ? Jr : Vo.key), Be = K(Vo, Be, Jr), Hr === null ? gr = Vo : Hr.sibling = Vo, Hr = Vo);
|
|
23243
|
+
return u && Vr.forEach(function($0) {
|
|
23244
23244
|
return d(We, $0);
|
|
23245
23245
|
}), Ra && Ci(We, Jr), gr;
|
|
23246
23246
|
}
|
|
@@ -23248,25 +23248,25 @@ function nV() {
|
|
|
23248
23248
|
var gr = Me(Ze);
|
|
23249
23249
|
if (typeof gr != "function") throw Error(n(150));
|
|
23250
23250
|
if (Ze = gr.call(Ze), Ze == null) throw Error(n(151));
|
|
23251
|
-
for (var Hr = gr = null,
|
|
23252
|
-
|
|
23253
|
-
var $0 = St(We,
|
|
23251
|
+
for (var Hr = gr = null, Vr = Be, Jr = Be = 0, Vo = null, Xn = Ze.next(); Vr !== null && !Xn.done; Jr++, Xn = Ze.next()) {
|
|
23252
|
+
Vr.index > Jr ? (Vo = Vr, Vr = null) : Vo = Vr.sibling;
|
|
23253
|
+
var $0 = St(We, Vr, Xn.value, Nt);
|
|
23254
23254
|
if ($0 === null) {
|
|
23255
|
-
|
|
23255
|
+
Vr === null && (Vr = Vo);
|
|
23256
23256
|
break;
|
|
23257
23257
|
}
|
|
23258
|
-
u &&
|
|
23258
|
+
u && Vr && $0.alternate === null && d(We, Vr), Be = K($0, Be, Jr), Hr === null ? gr = $0 : Hr.sibling = $0, Hr = $0, Vr = Vo;
|
|
23259
23259
|
}
|
|
23260
23260
|
if (Xn.done) return y(
|
|
23261
23261
|
We,
|
|
23262
|
-
|
|
23262
|
+
Vr
|
|
23263
23263
|
), Ra && Ci(We, Jr), gr;
|
|
23264
|
-
if (
|
|
23264
|
+
if (Vr === null) {
|
|
23265
23265
|
for (; !Xn.done; Jr++, Xn = Ze.next()) Xn = Ot(We, Xn.value, Nt), Xn !== null && (Be = K(Xn, Be, Jr), Hr === null ? gr = Xn : Hr.sibling = Xn, Hr = Xn);
|
|
23266
23266
|
return Ra && Ci(We, Jr), gr;
|
|
23267
23267
|
}
|
|
23268
|
-
for (
|
|
23269
|
-
return u &&
|
|
23268
|
+
for (Vr = N(We, Vr); !Xn.done; Jr++, Xn = Ze.next()) Xn = nr(Vr, We, Jr, Xn.value, Nt), Xn !== null && (u && Xn.alternate !== null && Vr.delete(Xn.key === null ? Jr : Xn.key), Be = K(Xn, Be, Jr), Hr === null ? gr = Xn : Hr.sibling = Xn, Hr = Xn);
|
|
23269
|
+
return u && Vr.forEach(function(Bg) {
|
|
23270
23270
|
return d(We, Bg);
|
|
23271
23271
|
}), Ra && Ci(We, Jr), gr;
|
|
23272
23272
|
}
|
|
@@ -24384,7 +24384,7 @@ Error generating stack: ` + K.message + `
|
|
|
24384
24384
|
N._wrapperState = { wasMultiple: !!K.multiple }, Cn("invalid", N);
|
|
24385
24385
|
break;
|
|
24386
24386
|
case "textarea":
|
|
24387
|
-
|
|
24387
|
+
zr(N, K), Cn("invalid", N);
|
|
24388
24388
|
}
|
|
24389
24389
|
kr(y, K), B = null;
|
|
24390
24390
|
for (var ue in K) if (K.hasOwnProperty(ue)) {
|
|
@@ -24450,7 +24450,7 @@ Error generating stack: ` + K.message + `
|
|
|
24450
24450
|
u._wrapperState = { wasMultiple: !!N.multiple }, B = Oe({}, N, { value: void 0 }), Cn("invalid", u);
|
|
24451
24451
|
break;
|
|
24452
24452
|
case "textarea":
|
|
24453
|
-
|
|
24453
|
+
zr(u, N), B = Lr(u, N), Cn("invalid", u);
|
|
24454
24454
|
break;
|
|
24455
24455
|
default:
|
|
24456
24456
|
B = N;
|
|
@@ -24886,7 +24886,7 @@ Error generating stack: ` + K.message + `
|
|
|
24886
24886
|
Tr(B, K);
|
|
24887
24887
|
break;
|
|
24888
24888
|
case "textarea":
|
|
24889
|
-
|
|
24889
|
+
qr(B, K);
|
|
24890
24890
|
break;
|
|
24891
24891
|
case "select":
|
|
24892
24892
|
var St = B._wrapperState.wasMultiple;
|
|
@@ -26214,7 +26214,7 @@ Error generating stack: ` + K.message + `
|
|
|
26214
26214
|
}
|
|
26215
26215
|
break;
|
|
26216
26216
|
case "textarea":
|
|
26217
|
-
|
|
26217
|
+
qr(u, y);
|
|
26218
26218
|
break;
|
|
26219
26219
|
case "select":
|
|
26220
26220
|
d = y.value, d != null && Wr(u, !!y.multiple, d, !1);
|
|
@@ -26361,7 +26361,7 @@ function aV() {
|
|
|
26361
26361
|
if (ct(r))
|
|
26362
26362
|
return c("Form field values (value, checked, defaultValue, or defaultChecked props) must be strings, not %s. This value must be coerced to a string before before using it here.", it(r)), ot(r);
|
|
26363
26363
|
}
|
|
26364
|
-
var Lr = 0,
|
|
26364
|
+
var Lr = 0, zr = 1, qr = 2, _n = 3, un = 4, Kn = 5, Br = 6, sa = ":A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD", Dt = sa + "\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040", Et = new RegExp("^[" + sa + "][" + Dt + "]*$"), Ft = {}, Pt = {};
|
|
26365
26365
|
function dr(r) {
|
|
26366
26366
|
return bt.call(Pt, r) ? !0 : bt.call(Ft, r) ? !1 : Et.test(r) ? (Pt[r] = !0, !0) : (Ft[r] = !0, c("Invalid attribute name: `%s`", r), !1);
|
|
26367
26367
|
}
|
|
@@ -26410,7 +26410,7 @@ function aV() {
|
|
|
26410
26410
|
return cr.hasOwnProperty(r) ? cr[r] : null;
|
|
26411
26411
|
}
|
|
26412
26412
|
function wr(r, i, f, g, E, j, F) {
|
|
26413
|
-
this.acceptsBooleans = i ===
|
|
26413
|
+
this.acceptsBooleans = i === qr || i === _n || i === un, this.attributeName = g, this.attributeNamespace = E, this.mustUseProperty = f, this.propertyName = r, this.type = i, this.sanitizeURL = j, this.removeEmptyString = F;
|
|
26414
26414
|
}
|
|
26415
26415
|
var cr = {}, $n = [
|
|
26416
26416
|
"children",
|
|
@@ -26443,7 +26443,7 @@ function aV() {
|
|
|
26443
26443
|
var i = r[0], f = r[1];
|
|
26444
26444
|
cr[i] = new wr(
|
|
26445
26445
|
i,
|
|
26446
|
-
|
|
26446
|
+
zr,
|
|
26447
26447
|
!1,
|
|
26448
26448
|
// mustUseProperty
|
|
26449
26449
|
f,
|
|
@@ -26457,7 +26457,7 @@ function aV() {
|
|
|
26457
26457
|
}), ["contentEditable", "draggable", "spellCheck", "value"].forEach(function(r) {
|
|
26458
26458
|
cr[r] = new wr(
|
|
26459
26459
|
r,
|
|
26460
|
-
|
|
26460
|
+
qr,
|
|
26461
26461
|
!1,
|
|
26462
26462
|
// mustUseProperty
|
|
26463
26463
|
r.toLowerCase(),
|
|
@@ -26471,7 +26471,7 @@ function aV() {
|
|
|
26471
26471
|
}), ["autoReverse", "externalResourcesRequired", "focusable", "preserveAlpha"].forEach(function(r) {
|
|
26472
26472
|
cr[r] = new wr(
|
|
26473
26473
|
r,
|
|
26474
|
-
|
|
26474
|
+
qr,
|
|
26475
26475
|
!1,
|
|
26476
26476
|
// mustUseProperty
|
|
26477
26477
|
r,
|
|
@@ -26688,7 +26688,7 @@ function aV() {
|
|
|
26688
26688
|
var i = r.replace(dt, fr);
|
|
26689
26689
|
cr[i] = new wr(
|
|
26690
26690
|
i,
|
|
26691
|
-
|
|
26691
|
+
zr,
|
|
26692
26692
|
!1,
|
|
26693
26693
|
// mustUseProperty
|
|
26694
26694
|
r,
|
|
@@ -26712,7 +26712,7 @@ function aV() {
|
|
|
26712
26712
|
var i = r.replace(dt, fr);
|
|
26713
26713
|
cr[i] = new wr(
|
|
26714
26714
|
i,
|
|
26715
|
-
|
|
26715
|
+
zr,
|
|
26716
26716
|
!1,
|
|
26717
26717
|
// mustUseProperty
|
|
26718
26718
|
r,
|
|
@@ -26732,7 +26732,7 @@ function aV() {
|
|
|
26732
26732
|
var i = r.replace(dt, fr);
|
|
26733
26733
|
cr[i] = new wr(
|
|
26734
26734
|
i,
|
|
26735
|
-
|
|
26735
|
+
zr,
|
|
26736
26736
|
!1,
|
|
26737
26737
|
// mustUseProperty
|
|
26738
26738
|
r,
|
|
@@ -26744,7 +26744,7 @@ function aV() {
|
|
|
26744
26744
|
}), ["tabIndex", "crossOrigin"].forEach(function(r) {
|
|
26745
26745
|
cr[r] = new wr(
|
|
26746
26746
|
r,
|
|
26747
|
-
|
|
26747
|
+
zr,
|
|
26748
26748
|
!1,
|
|
26749
26749
|
// mustUseProperty
|
|
26750
26750
|
r.toLowerCase(),
|
|
@@ -26759,7 +26759,7 @@ function aV() {
|
|
|
26759
26759
|
var Qr = "xlinkHref";
|
|
26760
26760
|
cr[Qr] = new wr(
|
|
26761
26761
|
"xlinkHref",
|
|
26762
|
-
|
|
26762
|
+
zr,
|
|
26763
26763
|
!1,
|
|
26764
26764
|
// mustUseProperty
|
|
26765
26765
|
"xlink:href",
|
|
@@ -26770,7 +26770,7 @@ function aV() {
|
|
|
26770
26770
|
), ["src", "href", "action", "formAction"].forEach(function(r) {
|
|
26771
26771
|
cr[r] = new wr(
|
|
26772
26772
|
r,
|
|
26773
|
-
|
|
26773
|
+
zr,
|
|
26774
26774
|
!1,
|
|
26775
26775
|
// mustUseProperty
|
|
26776
26776
|
r.toLowerCase(),
|
|
@@ -30540,7 +30540,7 @@ Check the render method of \`` + r + "`." : "";
|
|
|
30540
30540
|
r = r.firstChild;
|
|
30541
30541
|
return r;
|
|
30542
30542
|
}
|
|
30543
|
-
function
|
|
30543
|
+
function Vr(r) {
|
|
30544
30544
|
for (; r; ) {
|
|
30545
30545
|
if (r.nextSibling)
|
|
30546
30546
|
return r.nextSibling;
|
|
@@ -30557,7 +30557,7 @@ Check the render method of \`` + r + "`." : "";
|
|
|
30557
30557
|
};
|
|
30558
30558
|
g = E;
|
|
30559
30559
|
}
|
|
30560
|
-
f = Hr(
|
|
30560
|
+
f = Hr(Vr(f));
|
|
30561
30561
|
}
|
|
30562
30562
|
}
|
|
30563
30563
|
function Vo(r) {
|
|
@@ -41204,7 +41204,7 @@ function _V() {
|
|
|
41204
41204
|
return fe;
|
|
41205
41205
|
}
|
|
41206
41206
|
var Lr = null;
|
|
41207
|
-
function
|
|
41207
|
+
function zr(U, te) {
|
|
41208
41208
|
if (U !== te) {
|
|
41209
41209
|
U.context._currentValue2 = U.parentValue, U = U.parent;
|
|
41210
41210
|
var fe = te.parent;
|
|
@@ -41212,13 +41212,13 @@ function _V() {
|
|
|
41212
41212
|
if (fe !== null) throw Error(t(401));
|
|
41213
41213
|
} else {
|
|
41214
41214
|
if (fe === null) throw Error(t(401));
|
|
41215
|
-
|
|
41215
|
+
zr(U, fe);
|
|
41216
41216
|
}
|
|
41217
41217
|
te.context._currentValue2 = te.value;
|
|
41218
41218
|
}
|
|
41219
41219
|
}
|
|
41220
|
-
function
|
|
41221
|
-
U.context._currentValue2 = U.parentValue, U = U.parent, U !== null &&
|
|
41220
|
+
function qr(U) {
|
|
41221
|
+
U.context._currentValue2 = U.parentValue, U = U.parent, U !== null && qr(U);
|
|
41222
41222
|
}
|
|
41223
41223
|
function _n(U) {
|
|
41224
41224
|
var te = U.parent;
|
|
@@ -41226,16 +41226,16 @@ function _V() {
|
|
|
41226
41226
|
}
|
|
41227
41227
|
function un(U, te) {
|
|
41228
41228
|
if (U.context._currentValue2 = U.parentValue, U = U.parent, U === null) throw Error(t(402));
|
|
41229
|
-
U.depth === te.depth ?
|
|
41229
|
+
U.depth === te.depth ? zr(U, te) : un(U, te);
|
|
41230
41230
|
}
|
|
41231
41231
|
function Kn(U, te) {
|
|
41232
41232
|
var fe = te.parent;
|
|
41233
41233
|
if (fe === null) throw Error(t(402));
|
|
41234
|
-
U.depth === fe.depth ?
|
|
41234
|
+
U.depth === fe.depth ? zr(U, fe) : Kn(U, fe), te.context._currentValue2 = te.value;
|
|
41235
41235
|
}
|
|
41236
41236
|
function Br(U) {
|
|
41237
41237
|
var te = Lr;
|
|
41238
|
-
te !== U && (te === null ? _n(U) : U === null ?
|
|
41238
|
+
te !== U && (te === null ? _n(U) : U === null ? qr(te) : te.depth === U.depth ? zr(te, U) : te.depth > U.depth ? un(te, U) : Kn(te, U), Lr = U);
|
|
41239
41239
|
}
|
|
41240
41240
|
var sa = { isMounted: function() {
|
|
41241
41241
|
return !1;
|
|
@@ -42119,7 +42119,7 @@ function wV() {
|
|
|
42119
42119
|
}
|
|
42120
42120
|
var br = h(' selected=""');
|
|
42121
42121
|
function tn(z, ee, le, be) {
|
|
42122
|
-
z.push(
|
|
42122
|
+
z.push(zr(le));
|
|
42123
42123
|
var qe = le = null, Ue;
|
|
42124
42124
|
for (Ue in ee) if (_.call(ee, Ue)) {
|
|
42125
42125
|
var Ge = ee[Ue];
|
|
@@ -42138,7 +42138,7 @@ function wV() {
|
|
|
42138
42138
|
}
|
|
42139
42139
|
var Gr = h(`
|
|
42140
42140
|
`), Wr = /^[a-zA-Z][a-zA-Z:_\.\-\d]*$/, Lr = /* @__PURE__ */ new Map();
|
|
42141
|
-
function
|
|
42141
|
+
function zr(z) {
|
|
42142
42142
|
var ee = Lr.get(z);
|
|
42143
42143
|
if (ee === void 0) {
|
|
42144
42144
|
if (!Wr.test(z)) throw Error(t(65, z));
|
|
@@ -42146,11 +42146,11 @@ function wV() {
|
|
|
42146
42146
|
}
|
|
42147
42147
|
return ee;
|
|
42148
42148
|
}
|
|
42149
|
-
var
|
|
42149
|
+
var qr = h("<!DOCTYPE html>");
|
|
42150
42150
|
function _n(z, ee, le, be, qe) {
|
|
42151
42151
|
switch (ee) {
|
|
42152
42152
|
case "select":
|
|
42153
|
-
z.push(
|
|
42153
|
+
z.push(zr("select"));
|
|
42154
42154
|
var Ue = null, Ge = null;
|
|
42155
42155
|
for (Ir in le) if (_.call(le, Ir)) {
|
|
42156
42156
|
var At = le[Ir];
|
|
@@ -42170,7 +42170,7 @@ function wV() {
|
|
|
42170
42170
|
}
|
|
42171
42171
|
return z.push(ct), wt(z, Ge, Ue), Ue;
|
|
42172
42172
|
case "option":
|
|
42173
|
-
Ge = qe.selectedValue, z.push(
|
|
42173
|
+
Ge = qe.selectedValue, z.push(zr("option"));
|
|
42174
42174
|
var Nr = At = null, Or = null, Ir = null;
|
|
42175
42175
|
for (Ue in le) if (_.call(le, Ue)) {
|
|
42176
42176
|
var Sn = le[Ue];
|
|
@@ -42200,7 +42200,7 @@ function wV() {
|
|
|
42200
42200
|
else Or && z.push(br);
|
|
42201
42201
|
return z.push(ct), wt(z, Ir, At), At;
|
|
42202
42202
|
case "textarea":
|
|
42203
|
-
z.push(
|
|
42203
|
+
z.push(zr("textarea")), Ir = Ge = Ue = null;
|
|
42204
42204
|
for (At in le) if (_.call(le, At) && (Nr = le[At], Nr != null)) switch (At) {
|
|
42205
42205
|
case "children":
|
|
42206
42206
|
Ir = Nr;
|
|
@@ -42224,7 +42224,7 @@ function wV() {
|
|
|
42224
42224
|
return typeof Ue == "string" && Ue[0] === `
|
|
42225
42225
|
` && z.push(Gr), Ue !== null && z.push(v(Q("" + Ue))), null;
|
|
42226
42226
|
case "input":
|
|
42227
|
-
z.push(
|
|
42227
|
+
z.push(zr("input")), Nr = Ir = At = Ue = null;
|
|
42228
42228
|
for (Ge in le) if (_.call(le, Ge) && (Or = le[Ge], Or != null)) switch (Ge) {
|
|
42229
42229
|
case "children":
|
|
42230
42230
|
case "dangerouslySetInnerHTML":
|
|
@@ -42251,7 +42251,7 @@ function wV() {
|
|
|
42251
42251
|
Ir
|
|
42252
42252
|
) : Nr !== null && it(z, be, "checked", Nr), Ue !== null ? it(z, be, "value", Ue) : At !== null && it(z, be, "value", At), z.push(ot), null;
|
|
42253
42253
|
case "menuitem":
|
|
42254
|
-
z.push(
|
|
42254
|
+
z.push(zr("menuitem"));
|
|
42255
42255
|
for (var ci in le) if (_.call(le, ci) && (Ue = le[ci], Ue != null)) switch (ci) {
|
|
42256
42256
|
case "children":
|
|
42257
42257
|
case "dangerouslySetInnerHTML":
|
|
@@ -42261,7 +42261,7 @@ function wV() {
|
|
|
42261
42261
|
}
|
|
42262
42262
|
return z.push(ct), null;
|
|
42263
42263
|
case "title":
|
|
42264
|
-
z.push(
|
|
42264
|
+
z.push(zr("title")), Ue = null;
|
|
42265
42265
|
for (Sn in le) if (_.call(le, Sn) && (Ge = le[Sn], Ge != null)) switch (Sn) {
|
|
42266
42266
|
case "children":
|
|
42267
42267
|
Ue = Ge;
|
|
@@ -42274,7 +42274,7 @@ function wV() {
|
|
|
42274
42274
|
return z.push(ct), Ue;
|
|
42275
42275
|
case "listing":
|
|
42276
42276
|
case "pre":
|
|
42277
|
-
z.push(
|
|
42277
|
+
z.push(zr(ee)), Ge = Ue = null;
|
|
42278
42278
|
for (Nr in le) if (_.call(le, Nr) && (At = le[Nr], At != null)) switch (Nr) {
|
|
42279
42279
|
case "children":
|
|
42280
42280
|
Ue = At;
|
|
@@ -42307,7 +42307,7 @@ function wV() {
|
|
|
42307
42307
|
case "source":
|
|
42308
42308
|
case "track":
|
|
42309
42309
|
case "wbr":
|
|
42310
|
-
z.push(
|
|
42310
|
+
z.push(zr(ee));
|
|
42311
42311
|
for (var xa in le) if (_.call(le, xa) && (Ue = le[xa], Ue != null)) switch (xa) {
|
|
42312
42312
|
case "children":
|
|
42313
42313
|
case "dangerouslySetInnerHTML":
|
|
@@ -42326,10 +42326,10 @@ function wV() {
|
|
|
42326
42326
|
case "missing-glyph":
|
|
42327
42327
|
return tn(z, le, ee, be);
|
|
42328
42328
|
case "html":
|
|
42329
|
-
return qe.insertionMode === 0 && z.push(
|
|
42329
|
+
return qe.insertionMode === 0 && z.push(qr), tn(z, le, ee, be);
|
|
42330
42330
|
default:
|
|
42331
42331
|
if (ee.indexOf("-") === -1 && typeof le.is != "string") return tn(z, le, ee, be);
|
|
42332
|
-
z.push(
|
|
42332
|
+
z.push(zr(ee)), Ge = Ue = null;
|
|
42333
42333
|
for (Or in le) if (_.call(le, Or) && (At = le[Or], At != null)) switch (Or) {
|
|
42334
42334
|
case "children":
|
|
42335
42335
|
Ue = At;
|
|
@@ -44224,52 +44224,52 @@ function SV() {
|
|
|
44224
44224
|
ychannelselector: "yChannelSelector",
|
|
44225
44225
|
z: "z",
|
|
44226
44226
|
zoomandpan: "zoomAndPan"
|
|
44227
|
-
},
|
|
44227
|
+
}, zr = function() {
|
|
44228
44228
|
};
|
|
44229
44229
|
{
|
|
44230
|
-
var
|
|
44231
|
-
|
|
44232
|
-
if (H.call(
|
|
44230
|
+
var qr = {}, _n = /^on./, un = /^on[^A-Z]/, Kn = new RegExp("^(aria)-[" + de + "]*$"), Br = new RegExp("^(aria)[A-Z][" + de + "]*$");
|
|
44231
|
+
zr = function(m, x, O, k) {
|
|
44232
|
+
if (H.call(qr, x) && qr[x])
|
|
44233
44233
|
return !0;
|
|
44234
44234
|
var W = x.toLowerCase();
|
|
44235
44235
|
if (W === "onfocusin" || W === "onfocusout")
|
|
44236
|
-
return s("React uses onFocus and onBlur instead of onFocusIn and onFocusOut. All React events are normalized to bubble, so onFocusIn and onFocusOut are not needed/supported by React."),
|
|
44236
|
+
return s("React uses onFocus and onBlur instead of onFocusIn and onFocusOut. All React events are normalized to bubble, so onFocusIn and onFocusOut are not needed/supported by React."), qr[x] = !0, !0;
|
|
44237
44237
|
if (k != null) {
|
|
44238
44238
|
var ae = k.registrationNameDependencies, ce = k.possibleRegistrationNames;
|
|
44239
44239
|
if (ae.hasOwnProperty(x))
|
|
44240
44240
|
return !0;
|
|
44241
44241
|
var Ce = ce.hasOwnProperty(W) ? ce[W] : null;
|
|
44242
44242
|
if (Ce != null)
|
|
44243
|
-
return s("Invalid event handler property `%s`. Did you mean `%s`?", x, Ce),
|
|
44243
|
+
return s("Invalid event handler property `%s`. Did you mean `%s`?", x, Ce), qr[x] = !0, !0;
|
|
44244
44244
|
if (_n.test(x))
|
|
44245
|
-
return s("Unknown event handler property `%s`. It will be ignored.", x),
|
|
44245
|
+
return s("Unknown event handler property `%s`. It will be ignored.", x), qr[x] = !0, !0;
|
|
44246
44246
|
} else if (_n.test(x))
|
|
44247
|
-
return un.test(x) && s("Invalid event handler property `%s`. React events use the camelCase naming convention, for example `onClick`.", x),
|
|
44247
|
+
return un.test(x) && s("Invalid event handler property `%s`. React events use the camelCase naming convention, for example `onClick`.", x), qr[x] = !0, !0;
|
|
44248
44248
|
if (Kn.test(x) || Br.test(x))
|
|
44249
44249
|
return !0;
|
|
44250
44250
|
if (W === "innerhtml")
|
|
44251
|
-
return s("Directly setting property `innerHTML` is not permitted. For more information, lookup documentation on `dangerouslySetInnerHTML`."),
|
|
44251
|
+
return s("Directly setting property `innerHTML` is not permitted. For more information, lookup documentation on `dangerouslySetInnerHTML`."), qr[x] = !0, !0;
|
|
44252
44252
|
if (W === "aria")
|
|
44253
|
-
return s("The `aria` attribute is reserved for future use in React. Pass individual `aria-` attributes instead."),
|
|
44253
|
+
return s("The `aria` attribute is reserved for future use in React. Pass individual `aria-` attributes instead."), qr[x] = !0, !0;
|
|
44254
44254
|
if (W === "is" && O !== null && O !== void 0 && typeof O != "string")
|
|
44255
|
-
return s("Received a `%s` for a string attribute `is`. If this is expected, cast the value to a string.", typeof O),
|
|
44255
|
+
return s("Received a `%s` for a string attribute `is`. If this is expected, cast the value to a string.", typeof O), qr[x] = !0, !0;
|
|
44256
44256
|
if (typeof O == "number" && isNaN(O))
|
|
44257
|
-
return s("Received NaN for the `%s` attribute. If this is expected, cast the value to a string.", x),
|
|
44257
|
+
return s("Received NaN for the `%s` attribute. If this is expected, cast the value to a string.", x), qr[x] = !0, !0;
|
|
44258
44258
|
var Ve = Oe(x), lt = Ve !== null && Ve.type === G;
|
|
44259
44259
|
if (Lr.hasOwnProperty(W)) {
|
|
44260
44260
|
var _t = Lr[W];
|
|
44261
44261
|
if (_t !== x)
|
|
44262
|
-
return s("Invalid DOM property `%s`. Did you mean `%s`?", x, _t),
|
|
44262
|
+
return s("Invalid DOM property `%s`. Did you mean `%s`?", x, _t), qr[x] = !0, !0;
|
|
44263
44263
|
} else if (!lt && x !== W)
|
|
44264
|
-
return s("React does not recognize the `%s` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `%s` instead. If you accidentally passed it from a parent component, remove it from the DOM element.", x, W),
|
|
44265
|
-
return typeof O == "boolean" && Me(x, O, Ve) ? (O ? s('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.', O, x, x, O, x) : s('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.\n\nIf you used to conditionally omit it with %s={condition && value}, pass %s={condition ? value : undefined} instead.', O, x, x, O, x, x, x),
|
|
44264
|
+
return s("React does not recognize the `%s` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `%s` instead. If you accidentally passed it from a parent component, remove it from the DOM element.", x, W), qr[x] = !0, !0;
|
|
44265
|
+
return typeof O == "boolean" && Me(x, O, Ve) ? (O ? s('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.', O, x, x, O, x) : s('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.\n\nIf you used to conditionally omit it with %s={condition && value}, pass %s={condition ? value : undefined} instead.', O, x, x, O, x, x, x), qr[x] = !0, !0) : lt ? !0 : Me(x, O, Ve) ? (qr[x] = !0, !1) : ((O === "false" || O === "true") && Ve !== null && Ve.type === X && (s("Received the string `%s` for the boolean attribute `%s`. %s Did you mean %s={%s}?", O, x, O === "false" ? "The browser will interpret it as a truthy value." : 'Although this works, it will not work as expected if you pass the string "false".', x, O), qr[x] = !0), !0);
|
|
44266
44266
|
};
|
|
44267
44267
|
}
|
|
44268
44268
|
var sa = function(m, x, O) {
|
|
44269
44269
|
{
|
|
44270
44270
|
var k = [];
|
|
44271
44271
|
for (var W in x) {
|
|
44272
|
-
var ae =
|
|
44272
|
+
var ae = zr(m, W, x[W], O);
|
|
44273
44273
|
ae || k.push(W);
|
|
44274
44274
|
}
|
|
44275
44275
|
var ce = k.map(function(Ce) {
|
|
@@ -47344,15 +47344,15 @@ function CV() {
|
|
|
47344
47344
|
x.length === 1 ? s("Invalid aria prop %s on <%s> tag. For details, see https://reactjs.org/link/invalid-aria-props", W, R) : x.length > 1 && s("Invalid aria props %s on <%s> tag. For details, see https://reactjs.org/link/invalid-aria-props", W, R);
|
|
47345
47345
|
}
|
|
47346
47346
|
}
|
|
47347
|
-
function
|
|
47347
|
+
function zr(R, m) {
|
|
47348
47348
|
wt(R, m) || Lr(R, m);
|
|
47349
47349
|
}
|
|
47350
|
-
var
|
|
47350
|
+
var qr = !1;
|
|
47351
47351
|
function _n(R, m) {
|
|
47352
47352
|
{
|
|
47353
47353
|
if (R !== "input" && R !== "textarea" && R !== "select")
|
|
47354
47354
|
return;
|
|
47355
|
-
m != null && m.value === null && !
|
|
47355
|
+
m != null && m.value === null && !qr && (qr = !0, R === "select" && m.multiple ? s("`value` prop on `%s` should not be null. Consider using an empty array when `multiple` is set to `true` to clear the component or `undefined` for uncontrolled components.", R) : s("`value` prop on `%s` should not be null. Consider using an empty string to clear the component or `undefined` for uncontrolled components.", R));
|
|
47356
47356
|
}
|
|
47357
47357
|
}
|
|
47358
47358
|
var un = {
|
|
@@ -48476,7 +48476,7 @@ function CV() {
|
|
|
48476
48476
|
}
|
|
48477
48477
|
var Qo = I("<!DOCTYPE html>");
|
|
48478
48478
|
function Zo(R, m, x, O, k) {
|
|
48479
|
-
switch (
|
|
48479
|
+
switch (zr(m, x), _n(m, x), dr(m, x, null), !x.suppressContentEditableWarning && x.contentEditable && x.children != null && s("A component is `contentEditable` and contains `children` managed by React. It is now your responsibility to guarantee that none of those nodes are unexpectedly modified or duplicated. This is probably not intentional."), k.insertionMode !== Sa && k.insertionMode !== oi && m.indexOf("-") === -1 && typeof x.is != "string" && m.toLowerCase() !== m && s("<%s /> is using incorrect casing. Use PascalCase for React components, or lowercase for HTML elements.", m), m) {
|
|
48480
48480
|
// Special tags
|
|
48481
48481
|
case "select":
|
|
48482
48482
|
return Va(R, x, O);
|
|
@@ -53437,10 +53437,10 @@ function yK() {
|
|
|
53437
53437
|
function Lr(dt) {
|
|
53438
53438
|
return dt.match(ht) || [];
|
|
53439
53439
|
}
|
|
53440
|
-
function
|
|
53440
|
+
function zr(dt) {
|
|
53441
53441
|
return dt.match(jt) || [];
|
|
53442
53442
|
}
|
|
53443
|
-
var
|
|
53443
|
+
var qr = Object.prototype, _n = qr.toString, un = it.Symbol, Kn = un ? un.prototype : void 0, Br = Kn ? Kn.toString : void 0;
|
|
53444
53444
|
function sa(dt, fr, Qr) {
|
|
53445
53445
|
var Yn = -1, mn = dt.length;
|
|
53446
53446
|
fr < 0 && (fr = -fr > mn ? 0 : mn + fr), Qr = Qr > mn ? mn : Qr, Qr < 0 && (Qr += mn), mn = fr > Qr ? 0 : Qr - fr >>> 0, fr >>>= 0;
|
|
@@ -53492,7 +53492,7 @@ function yK() {
|
|
|
53492
53492
|
}
|
|
53493
53493
|
var cr = Ft("toUpperCase");
|
|
53494
53494
|
function $n(dt, fr, Qr) {
|
|
53495
|
-
return dt = kr(dt), fr = fr, fr === void 0 ? Gr(dt) ?
|
|
53495
|
+
return dt = kr(dt), fr = fr, fr === void 0 ? Gr(dt) ? zr(dt) : wt(dt) : dt.match(fr) || [];
|
|
53496
53496
|
}
|
|
53497
53497
|
return a7 = Qt, a7;
|
|
53498
53498
|
}
|
|
@@ -57317,9 +57317,9 @@ const Dj = ({
|
|
|
57317
57317
|
vendorName: o = "20 Minutes (contenus interactifs)"
|
|
57318
57318
|
}) => /* @__PURE__ */ a.jsxs(ye, { className: "cmp-placeholder u-hidden", borderColor: "grey-200", radius: "l", p: "xxl", children: [
|
|
57319
57319
|
/* @__PURE__ */ a.jsxs(
|
|
57320
|
-
|
|
57320
|
+
je,
|
|
57321
57321
|
{
|
|
57322
|
-
size: "
|
|
57322
|
+
size: "xxl",
|
|
57323
57323
|
color: e,
|
|
57324
57324
|
mb: "xxl",
|
|
57325
57325
|
fontFamily: "source-serif-pro",
|
|
@@ -58067,7 +58067,7 @@ const Wo = /* @__PURE__ */ K7(n$), Mj = ({ src: e, withShadow: t = !1, halfOpaci
|
|
|
58067
58067
|
contentProps: n,
|
|
58068
58068
|
heading: o = { as: "h2" },
|
|
58069
58069
|
...s
|
|
58070
|
-
}) => !t || t?.length === 0 ? null : e ? /* @__PURE__ */ a.jsx(uE, { ...s, items: t, contentProps: n }) : /* @__PURE__ */ a.jsx(me, { direction: "column", gapX: "m", mx: { xs: "m", md: "0" }, children: t.map((l) => /* @__PURE__ */ hp(me, { ...s, key: l.title, direction: "column", gapX: "s" }, /* @__PURE__ */ a.jsx(
|
|
58070
|
+
}) => !t || t?.length === 0 ? null : e ? /* @__PURE__ */ a.jsx(uE, { ...s, items: t, contentProps: n }) : /* @__PURE__ */ a.jsx(me, { direction: "column", gapX: "m", mx: { xs: "m", md: "0" }, children: t.map((l) => /* @__PURE__ */ hp(me, { ...s, key: l.title, direction: "column", gapX: "s" }, /* @__PURE__ */ a.jsx(Kr, { size: "xs", color: "black", weight: "semi-bold", ...o, children: l.title }), /* @__PURE__ */ a.jsx(OO, { ...n, content: l.content }))) }), i$ = ({ game: e, reportContent: t, ...n }) => /* @__PURE__ */ a.jsxs(ye, { ...n, as: "section", px: "m", py: { xs: "m", md: "s" }, bg: "grey-100", children: [
|
|
58071
58071
|
/* @__PURE__ */ a.jsxs(
|
|
58072
58072
|
je,
|
|
58073
58073
|
{
|
|
@@ -58093,7 +58093,7 @@ const Wo = /* @__PURE__ */ K7(n$), Mj = ({ src: e, withShadow: t = !1, halfOpaci
|
|
|
58093
58093
|
cookieLink: t = "https://www.20minutes.fr/gestion-cookies"
|
|
58094
58094
|
}) => /* @__PURE__ */ a.jsxs(ye, { className: "cmp-placeholder u-hidden", borderColor: "grey-200", radius: "l", p: "xxl", children: [
|
|
58095
58095
|
/* @__PURE__ */ a.jsx(
|
|
58096
|
-
|
|
58096
|
+
Kr,
|
|
58097
58097
|
{
|
|
58098
58098
|
size: "s",
|
|
58099
58099
|
color: e,
|
|
@@ -58424,9 +58424,9 @@ const Wo = /* @__PURE__ */ K7(n$), Mj = ({ src: e, withShadow: t = !1, halfOpaci
|
|
|
58424
58424
|
/* @__PURE__ */ a.jsx(ur, { name: "local", size: 13, mr: "xxs-2", mb: "xxs-2" }),
|
|
58425
58425
|
/* @__PURE__ */ a.jsx(je, { size: "xxs", weight: "bold", textTransform: "uppercase", children: e })
|
|
58426
58426
|
] }),
|
|
58427
|
-
/* @__PURE__ */ a.jsx(
|
|
58428
|
-
/* @__PURE__ */ a.jsx(
|
|
58429
|
-
/* @__PURE__ */ a.jsx(
|
|
58427
|
+
/* @__PURE__ */ a.jsx(Kr, { size: "xs", children: t }),
|
|
58428
|
+
/* @__PURE__ */ a.jsx(Kr, { size: "xs", children: n }),
|
|
58429
|
+
/* @__PURE__ */ a.jsx(Kr, { size: "xs", children: o }),
|
|
58430
58430
|
/* @__PURE__ */ a.jsxs(je, { as: "time", size: "s", color: "grey-400", dateTime: s, children: [
|
|
58431
58431
|
"Publié le ",
|
|
58432
58432
|
FO(s)
|
|
@@ -63954,7 +63954,7 @@ const V7 = () => {
|
|
|
63954
63954
|
let _ = "640x408", w = ["1444x920", "722x460", "640x408", "320x204"];
|
|
63955
63955
|
return o ? n < t ? (_ = "310x0", w = ["239x0", "216x0", "119x0", "460x0", "310x0"]) : (_ = "310x0", w = ["816x0", "753x0", "688x0", "408x0", "310x0"]) : n < t && (_ = "310x484", w = ["239x522", "216x472", "119x261", "310x678"]), /* @__PURE__ */ a.jsxs(ye, { ...p, children: [
|
|
63956
63956
|
c && /* @__PURE__ */ a.jsx(
|
|
63957
|
-
|
|
63957
|
+
Kr,
|
|
63958
63958
|
{
|
|
63959
63959
|
as: "h2",
|
|
63960
63960
|
fontFamily: "source-serif-pro",
|
|
@@ -64016,7 +64016,7 @@ const V7 = () => {
|
|
|
64016
64016
|
pageEndpoint: n,
|
|
64017
64017
|
imgEndpoint: o
|
|
64018
64018
|
}) => /* @__PURE__ */ a.jsxs(a.Fragment, { children: [
|
|
64019
|
-
/* @__PURE__ */ a.jsx(
|
|
64019
|
+
/* @__PURE__ */ a.jsx(Kr, { fontFamily: "source-serif-pro", size: "xl", textTransform: "uppercase", children: e }),
|
|
64020
64020
|
/* @__PURE__ */ a.jsx(yn, { mb: "m", mt: "s", thickness: "thick" }),
|
|
64021
64021
|
/* @__PURE__ */ a.jsx("section", { className: "c-content", children: df({ rawDraftContent: t, pageEndpoint: n, imgEndpoint: o, withCmp: !1 }) })
|
|
64022
64022
|
] }), pZ = ({
|
|
@@ -64040,7 +64040,7 @@ const V7 = () => {
|
|
|
64040
64040
|
}
|
|
64041
64041
|
),
|
|
64042
64042
|
/* @__PURE__ */ a.jsx(
|
|
64043
|
-
|
|
64043
|
+
Kr,
|
|
64044
64044
|
{
|
|
64045
64045
|
...t,
|
|
64046
64046
|
fontFamily: "source-serif-pro",
|
|
@@ -64082,7 +64082,7 @@ const V7 = () => {
|
|
|
64082
64082
|
}
|
|
64083
64083
|
),
|
|
64084
64084
|
/* @__PURE__ */ a.jsx(
|
|
64085
|
-
|
|
64085
|
+
Kr,
|
|
64086
64086
|
{
|
|
64087
64087
|
...t,
|
|
64088
64088
|
fontFamily: "source-serif-pro",
|
|
@@ -64145,7 +64145,7 @@ const V7 = () => {
|
|
|
64145
64145
|
enabled: p = !0
|
|
64146
64146
|
}) => p ? /* @__PURE__ */ a.jsxs(a.Fragment, { children: [
|
|
64147
64147
|
/* @__PURE__ */ a.jsx(yn, { my: { xs: "xl", md: "xxl-2" }, color: "ultramarine" }),
|
|
64148
|
-
/* @__PURE__ */ a.jsx(
|
|
64148
|
+
/* @__PURE__ */ a.jsx(Kr, { size: "xs", mb: "xxl", children: t }),
|
|
64149
64149
|
/* @__PURE__ */ a.jsxs(
|
|
64150
64150
|
me,
|
|
64151
64151
|
{
|
|
@@ -64312,7 +64312,7 @@ const V7 = () => {
|
|
|
64312
64312
|
] }, `skeleton-${G}`))
|
|
64313
64313
|
] });
|
|
64314
64314
|
const H = /* @__PURE__ */ a.jsxs(a.Fragment, { children: [
|
|
64315
|
-
D && /* @__PURE__ */ a.jsx(
|
|
64315
|
+
D && /* @__PURE__ */ a.jsx(Kr, { size: "m", mb: "xl", mx: { xs: "m", md: "0" }, ...D }),
|
|
64316
64316
|
q,
|
|
64317
64317
|
(c || l) && /* @__PURE__ */ a.jsxs(me, { justifyContent: "center", mt: "l", children: [
|
|
64318
64318
|
l && /* @__PURE__ */ a.jsx(En, { ...l }),
|
|
@@ -64351,7 +64351,7 @@ const V7 = () => {
|
|
|
64351
64351
|
key: l.name
|
|
64352
64352
|
},
|
|
64353
64353
|
/* @__PURE__ */ a.jsxs(_a, { mb: { xs: "s", md: "0" }, children: [
|
|
64354
|
-
/* @__PURE__ */ a.jsx(
|
|
64354
|
+
/* @__PURE__ */ a.jsx(Kr, { as: "h4", size: "xxs-3", children: l.name }),
|
|
64355
64355
|
l.streets.map((v) => /* @__PURE__ */ a.jsx("p", { children: v }, v))
|
|
64356
64356
|
] }),
|
|
64357
64357
|
/* @__PURE__ */ a.jsxs(_a, { align: s, children: [
|
|
@@ -64372,13 +64372,13 @@ const V7 = () => {
|
|
|
64372
64372
|
phoneNumber: n,
|
|
64373
64373
|
...o
|
|
64374
64374
|
}) => /* @__PURE__ */ a.jsxs(ye, { ...o, children: [
|
|
64375
|
-
/* @__PURE__ */ a.jsx(
|
|
64376
|
-
/* @__PURE__ */ a.jsx(
|
|
64375
|
+
/* @__PURE__ */ a.jsx(Kr, { as: "h2", size: "m", mb: "s", children: "Nos coordonnées" }),
|
|
64376
|
+
/* @__PURE__ */ a.jsx(Kr, { as: "h3", size: "xxs-3", children: e }),
|
|
64377
64377
|
t.map((s) => /* @__PURE__ */ a.jsx("p", { children: s }, `streets-line-${s}`)),
|
|
64378
64378
|
/* @__PURE__ */ a.jsx("span", { children: "Téléphone : " }),
|
|
64379
64379
|
/* @__PURE__ */ a.jsx(je, { as: "span", color: "ultramarine", children: n })
|
|
64380
64380
|
] }), SZ = (e) => /* @__PURE__ */ a.jsxs("form", { ...e, id: "contact-form", method: "POST", noValidate: !0, children: [
|
|
64381
|
-
/* @__PURE__ */ a.jsx(
|
|
64381
|
+
/* @__PURE__ */ a.jsx(Kr, { as: "h2", size: "m", mb: "xxs", children: "Contactez-nous" }),
|
|
64382
64382
|
/* @__PURE__ */ a.jsx(je, { size: "m", mb: "m", children: "Une question, une remarque, un sujet d'article à proposer, joignez nos services." }),
|
|
64383
64383
|
/* @__PURE__ */ a.jsx(
|
|
64384
64384
|
c0,
|
|
@@ -64933,7 +64933,7 @@ const V7 = () => {
|
|
|
64933
64933
|
className: "c-favorite-games-block",
|
|
64934
64934
|
children: [
|
|
64935
64935
|
/* @__PURE__ */ a.jsx(
|
|
64936
|
-
|
|
64936
|
+
Kr,
|
|
64937
64937
|
{
|
|
64938
64938
|
textAlign: { xs: "center" },
|
|
64939
64939
|
as: "h2",
|
|
@@ -65011,7 +65011,7 @@ const V7 = () => {
|
|
|
65011
65011
|
), c = s(
|
|
65012
65012
|
/* @__PURE__ */ a.jsx(En, { color: "primary", variant: "outlined", children: n === ve.DESKTOP ? "Connectez-vous pour sauvegarder vos jeux préférés !" : "Connexion" })
|
|
65013
65013
|
), p = e.length <= 0 ? s(
|
|
65014
|
-
/* @__PURE__ */ a.jsx(me, { alignItems: "center", children: /* @__PURE__ */ a.jsxs(
|
|
65014
|
+
/* @__PURE__ */ a.jsx(me, { alignItems: "center", children: /* @__PURE__ */ a.jsxs(Kr, { size: { xs: "xxs-4", md: "xxs-3" }, children: [
|
|
65015
65015
|
"Retrouvez rapidement vos jeux préférés ici, en les sauvegardant grâce à l’icône",
|
|
65016
65016
|
" ",
|
|
65017
65017
|
/* @__PURE__ */ a.jsx(
|
|
@@ -65047,7 +65047,7 @@ const V7 = () => {
|
|
|
65047
65047
|
...l
|
|
65048
65048
|
}) => /* @__PURE__ */ a.jsxs(ye, { ...l, children: [
|
|
65049
65049
|
/* @__PURE__ */ a.jsx(
|
|
65050
|
-
|
|
65050
|
+
Kr,
|
|
65051
65051
|
{
|
|
65052
65052
|
id: y0(t[0].category),
|
|
65053
65053
|
as: "h2",
|
|
@@ -65386,7 +65386,7 @@ const V7 = () => {
|
|
|
65386
65386
|
})), p = /* @__PURE__ */ a.jsxs(a.Fragment, { children: [
|
|
65387
65387
|
e && /* @__PURE__ */ a.jsxs(a.Fragment, { children: [
|
|
65388
65388
|
/* @__PURE__ */ a.jsx(_d, { mb: "xl" }),
|
|
65389
|
-
/* @__PURE__ */ a.jsx(
|
|
65389
|
+
/* @__PURE__ */ a.jsx(Kr, { as: "h2", size: "s", mb: "xl", textAlign: "center", fontFamily: "obviously", px: "m", children: e })
|
|
65390
65390
|
] }),
|
|
65391
65391
|
/* @__PURE__ */ a.jsx(
|
|
65392
65392
|
mp,
|
|
@@ -65658,7 +65658,7 @@ const V7 = () => {
|
|
|
65658
65658
|
) }), c = /* @__PURE__ */ a.jsxs(a.Fragment, { children: [
|
|
65659
65659
|
e && /* @__PURE__ */ a.jsxs(a.Fragment, { children: [
|
|
65660
65660
|
/* @__PURE__ */ a.jsx(_d, { mb: "xl" }),
|
|
65661
|
-
/* @__PURE__ */ a.jsx(
|
|
65661
|
+
/* @__PURE__ */ a.jsx(Kr, { as: "h2", size: "s", mb: "xl", textAlign: "center", fontFamily: "obviously", px: "m", children: e })
|
|
65662
65662
|
] }),
|
|
65663
65663
|
s.map(
|
|
65664
65664
|
(p) => /* @__PURE__ */ a.jsxs(ye, { mx: "m", mb: "l", children: [
|
|
@@ -65690,7 +65690,7 @@ const V7 = () => {
|
|
|
65690
65690
|
mb: "xxs"
|
|
65691
65691
|
}
|
|
65692
65692
|
),
|
|
65693
|
-
/* @__PURE__ */ a.jsx(
|
|
65693
|
+
/* @__PURE__ */ a.jsx(Kr, { as: "h3", size: "m", fontFamily: "obviously", mx: { xs: "m", md: "0" }, children: c?.title })
|
|
65694
65694
|
] }), v = (A) => A.length > 0 ? /* @__PURE__ */ a.jsxs(_a, { mt: "xl", children: [
|
|
65695
65695
|
/* @__PURE__ */ a.jsx(Ed, { as: "h4", label: "Derniers épisodes", mb: "xl" }),
|
|
65696
65696
|
A.map((_, w) => /* @__PURE__ */ a.jsxs(_e.Fragment, { children: [
|
|
@@ -65779,7 +65779,7 @@ const V7 = () => {
|
|
|
65779
65779
|
),
|
|
65780
65780
|
o && /* @__PURE__ */ a.jsx(Y4, { heading: { children: "À propos de moi :" }, description: o }),
|
|
65781
65781
|
s && s.length > 0 && /* @__PURE__ */ a.jsxs(ye, { px: { xs: "m", md: "0" }, mt: "xxl", children: [
|
|
65782
|
-
/* @__PURE__ */ a.jsx(
|
|
65782
|
+
/* @__PURE__ */ a.jsx(Kr, { size: "m", mb: { xs: "s", md: "l" }, children: "Me contacter :" }),
|
|
65783
65783
|
/* @__PURE__ */ a.jsx(me, { direction: "column", gap: { xs: "s", md: "l" }, children: s.map(({ media: l, link: c, label: p }) => /* @__PURE__ */ a.jsxs(me, { alignItems: "center", children: [
|
|
65784
65784
|
/* @__PURE__ */ a.jsx(ur, { name: l, size: 20, mr: "l" }),
|
|
65785
65785
|
/* @__PURE__ */ a.jsx(Jt, { href: c, size: "m", weight: "semi-bold", children: p })
|
|
@@ -66042,7 +66042,7 @@ const V7 = () => {
|
|
|
66042
66042
|
},
|
|
66043
66043
|
n.title
|
|
66044
66044
|
)) }) : null, YZ = ({ title: e, tagList: t }) => /* @__PURE__ */ a.jsxs(ye, { className: "bg-grey-100", p: { xs: "m", md: "xl" }, children: [
|
|
66045
|
-
/* @__PURE__ */ a.jsx(
|
|
66045
|
+
/* @__PURE__ */ a.jsx(Kr, { as: "h2", size: "xxs", mb: "l", children: e }),
|
|
66046
66046
|
/* @__PURE__ */ a.jsx(me, { gap: "xs", wrap: "wrap", children: t.map(({ name: n, href: o }) => /* @__PURE__ */ a.jsx(Mc, { variant: "secondary", href: o, children: n }, n)) })
|
|
66047
66047
|
] }), QZ = ({ slideshowStories: e }) => /* @__PURE__ */ a.jsx(a.Fragment, { children: e.map((t) => /* @__PURE__ */ hp(dZ, { ...t, key: t.title, mb: "l" })) }), ZZ = ({ widgets: e }) => e.length === 0 ? null : /* @__PURE__ */ a.jsx(a.Fragment, { children: e.map((t) => /* @__PURE__ */ a.jsx(GO, { ...t }, t.src)) }), Cy = ({ cards: e, layout: t, ...n }) => /* @__PURE__ */ a.jsx(ye, { ...n, mx: { xs: "m", md: "0" }, mb: { xs: "xxl", md: "xxl-3" }, children: /* @__PURE__ */ a.jsx(
|
|
66048
66048
|
mo,
|
|
@@ -66907,7 +66907,7 @@ const V7 = () => {
|
|
|
66907
66907
|
},
|
|
66908
66908
|
{
|
|
66909
66909
|
componentName: Oo.ARCHIVES_PAGE_TITLE,
|
|
66910
|
-
component:
|
|
66910
|
+
component: Kr,
|
|
66911
66911
|
expiration: 300
|
|
66912
66912
|
},
|
|
66913
66913
|
{
|
|
@@ -67014,7 +67014,7 @@ const V7 = () => {
|
|
|
67014
67014
|
},
|
|
67015
67015
|
{
|
|
67016
67016
|
componentName: Ya.ASTRO_ASTRO_TILES_HEADING,
|
|
67017
|
-
component:
|
|
67017
|
+
component: Kr,
|
|
67018
67018
|
expiration: 3600 * 24 * 30
|
|
67019
67019
|
},
|
|
67020
67020
|
{
|
|
@@ -71294,7 +71294,7 @@ const GJ = () => {
|
|
|
71294
71294
|
},
|
|
71295
71295
|
{
|
|
71296
71296
|
componentName: gs.TV_VIDEO_PAGE_TITLE,
|
|
71297
|
-
component:
|
|
71297
|
+
component: Kr,
|
|
71298
71298
|
expiration: 3600
|
|
71299
71299
|
},
|
|
71300
71300
|
{
|
|
@@ -71952,7 +71952,7 @@ const HE = ({
|
|
|
71952
71952
|
mostReadArticles: _,
|
|
71953
71953
|
archivePdfList: w
|
|
71954
71954
|
}) => {
|
|
71955
|
-
const D = /* @__PURE__ */ a.jsx(
|
|
71955
|
+
const D = /* @__PURE__ */ a.jsx(Kr, { as: "h2", size: { xs: "m", md: "s" }, mb: "xl", mx: { xs: "m", md: "0" }, children: "Archives par année" });
|
|
71956
71956
|
return /* @__PURE__ */ a.jsx(
|
|
71957
71957
|
Xr,
|
|
71958
71958
|
{
|
|
@@ -72546,7 +72546,7 @@ const Lee = ({
|
|
|
72546
72546
|
alignItems: "center",
|
|
72547
72547
|
className: "o-lt-show__aside",
|
|
72548
72548
|
children: [
|
|
72549
|
-
w.layout === ve.MOBILE && /* @__PURE__ */ a.jsx(
|
|
72549
|
+
w.layout === ve.MOBILE && /* @__PURE__ */ a.jsx(Kr, { as: "h3", ml: { xs: "m", md: "0" }, children: "Autres horoscopes" }),
|
|
72550
72550
|
A,
|
|
72551
72551
|
_,
|
|
72552
72552
|
e.layout === ve.DESKTOP ? /* @__PURE__ */ a.jsx(
|
|
@@ -72614,7 +72614,7 @@ const Lee = ({
|
|
|
72614
72614
|
A,
|
|
72615
72615
|
/* @__PURE__ */ a.jsxs(me, { direction: { xs: "column", lg: "row" }, gap: "xl", className: "o-lt-show", children: [
|
|
72616
72616
|
/* @__PURE__ */ a.jsxs(me, { direction: "column", gap: "xl", className: "o-lt-show__main", children: [
|
|
72617
|
-
/* @__PURE__ */ a.jsx(
|
|
72617
|
+
/* @__PURE__ */ a.jsx(Kr, { size: "xxl-2", mx: "m", mb: "l", children: "Contact" }),
|
|
72618
72618
|
/* @__PURE__ */ a.jsx(ye, { ml: "m", mr: { sm: "0", xs: "m" }, mb: "xxl", children: o }),
|
|
72619
72619
|
/* @__PURE__ */ a.jsx(yn, { color: "ultramarine", mb: "s", ml: "m", mr: { md: "0", xs: "m" } }),
|
|
72620
72620
|
l,
|
|
@@ -73843,7 +73843,7 @@ const Qee = ({
|
|
|
73843
73843
|
}
|
|
73844
73844
|
),
|
|
73845
73845
|
/* @__PURE__ */ a.jsx(yn, { color: "ultramarine", my: "xxl" }),
|
|
73846
|
-
/* @__PURE__ */ a.jsx(
|
|
73846
|
+
/* @__PURE__ */ a.jsx(Kr, { as: "h2", size: "s", mb: "s", mx: { xs: "m", md: "0" }, children: "Consulter les annonces légales publiées sur 20 Minutes" }),
|
|
73847
73847
|
/* @__PURE__ */ a.jsx("div", { id: "home-legal-notice-list-container", children: p })
|
|
73848
73848
|
] }),
|
|
73849
73849
|
e.layout === ve.DESKTOP && /* @__PURE__ */ a.jsx("aside", { className: "o-lt-show__aside", children: /* @__PURE__ */ a.jsx(
|
|
@@ -73885,7 +73885,7 @@ const Qee = ({
|
|
|
73885
73885
|
mt: "xxl-2",
|
|
73886
73886
|
mb: "xxl"
|
|
73887
73887
|
}
|
|
73888
|
-
), w = /* @__PURE__ */ a.jsx(
|
|
73888
|
+
), w = /* @__PURE__ */ a.jsx(Kr, { as: "h2", size: "s", mb: "s", mx: { xs: "m", md: "0" }, children: "Consulter les annonces légales publiées sur 20 Minutes" });
|
|
73889
73889
|
return /* @__PURE__ */ a.jsx(
|
|
73890
73890
|
Xr,
|
|
73891
73891
|
{
|
|
@@ -75323,9 +75323,9 @@ const Nte = ({
|
|
|
75323
75323
|
vendorName: o = "20 Minutes (contenus interactifs)"
|
|
75324
75324
|
}) => /* @__PURE__ */ a.jsxs(ye, { className: "cmp-placeholder u-hidden", borderColor: "grey-200", radius: "l", p: "xxl", children: [
|
|
75325
75325
|
/* @__PURE__ */ a.jsxs(
|
|
75326
|
-
|
|
75326
|
+
je,
|
|
75327
75327
|
{
|
|
75328
|
-
size: "
|
|
75328
|
+
size: "xxl",
|
|
75329
75329
|
color: e,
|
|
75330
75330
|
mb: "xxl",
|
|
75331
75331
|
fontFamily: "source-serif-pro",
|
|
@@ -75764,7 +75764,7 @@ const Nte = ({
|
|
|
75764
75764
|
programs: c
|
|
75765
75765
|
}) => {
|
|
75766
75766
|
const p = /* @__PURE__ */ a.jsx(
|
|
75767
|
-
|
|
75767
|
+
Kr,
|
|
75768
75768
|
{
|
|
75769
75769
|
fontFamily: "obviously",
|
|
75770
75770
|
size: { xs: "l", md: "xxl" },
|