@20minutes/hela 2.22.13 → 2.23.1
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/IconButton/IconButton.d.ts +1 -1
- package/dist/components/atoms/RadioButton/RadioButton.d.ts +1 -1
- package/dist/components/molecules/Card/Templates/CardName/CardName.d.ts +7 -0
- package/dist/components/molecules/Card/Templates/CardName/index.d.ts +1 -0
- package/dist/components/molecules/Card/Templates/index.d.ts +1 -0
- package/dist/components/molecules/Tiles/Tiles.d.ts +9 -2
- package/dist/constants/buttonConfig.d.ts +1 -1
- package/dist/index.es.js +182 -135
- package/dist/index.umd.cjs +1 -1
- package/dist/scss/abstracts/mixins/_buttons.scss +9 -0
- package/dist/scss/abstracts/variables/_token-variables.scss +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -177,7 +177,8 @@ const p = /* @__PURE__ */ ye(ze), J0 = ({
|
|
|
177
177
|
"translucent",
|
|
178
178
|
"dark",
|
|
179
179
|
"white",
|
|
180
|
-
"blue-ice"
|
|
180
|
+
"blue-ice",
|
|
181
|
+
"green"
|
|
181
182
|
], Q0 = ["ghost", "outlined", "link", "ghost-with-icon-bg", "close"], e2 = ["column", "row", "column-reverse", "row-reverse"], a2 = ["wrap", "wrap-reverse", "no-wrap"], s2 = ["start", "end", "center", "baseline", "stretch"], c2 = [
|
|
182
183
|
"start",
|
|
183
184
|
"end",
|
|
@@ -4489,19 +4490,33 @@ const d1 = j(
|
|
|
4489
4490
|
r !== a.length - 1 && /* @__PURE__ */ e(E, { color: "grey-200", my: "l" })
|
|
4490
4491
|
] }, l.title)) }),
|
|
4491
4492
|
/* @__PURE__ */ e(w0, { heading: s.heading, description: s.description })
|
|
4492
|
-
] }), W2 = ({ 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(
|
|
4493
|
-
|
|
4494
|
-
|
|
4495
|
-
|
|
4496
|
-
|
|
4497
|
-
|
|
4498
|
-
|
|
4493
|
+
] }), W2 = ({ 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(
|
|
4494
|
+
m,
|
|
4495
|
+
{
|
|
4496
|
+
as: "a",
|
|
4497
|
+
href: s.url,
|
|
4498
|
+
className: "c-tiles c-tiles--square",
|
|
4499
|
+
direction: "column",
|
|
4500
|
+
alignItems: "center",
|
|
4501
|
+
justifyContent: "center",
|
|
4502
|
+
bg: "ultramarine",
|
|
4503
|
+
color: "white",
|
|
4504
|
+
gap: "xxs",
|
|
4505
|
+
children: [
|
|
4506
|
+
/* @__PURE__ */ e(
|
|
4507
|
+
z,
|
|
4508
|
+
{
|
|
4509
|
+
name: (
|
|
4510
|
+
// Accept all names as even if wrong it would just add useless attribute
|
|
4511
|
+
s.isNumerology ? `num-${s.slug}` : `horoscope-${s.slug}`
|
|
4512
|
+
),
|
|
4513
|
+
size: 18
|
|
4514
|
+
}
|
|
4499
4515
|
),
|
|
4500
|
-
|
|
4501
|
-
|
|
4502
|
-
|
|
4503
|
-
|
|
4504
|
-
] }) }, s.slug)) }), Xe = j(
|
|
4516
|
+
/* @__PURE__ */ e(A, { isUppercase: !1, children: s.label })
|
|
4517
|
+
]
|
|
4518
|
+
}
|
|
4519
|
+
) }, s.slug)) }), Xe = j(
|
|
4505
4520
|
({ icon: a, title: s, content: c, ...l }, r) => /* @__PURE__ */ t(x, { ...l, ref: r, className: p("c-astro-topic-card", l?.className), children: [
|
|
4506
4521
|
/* @__PURE__ */ t(m, { alignItems: "center", mb: "s", children: [
|
|
4507
4522
|
/* @__PURE__ */ e(z, { mr: "xs", name: a, size: 21 }),
|
|
@@ -5752,7 +5767,24 @@ const d1 = j(
|
|
|
5752
5767
|
/* @__PURE__ */ e(m, { direction: "column", gap: "xs", mt: "l", mx: "auto", className: "c-card-movie__footer", children: f })
|
|
5753
5768
|
] })
|
|
5754
5769
|
] });
|
|
5755
|
-
}, c3 = ({
|
|
5770
|
+
}, c3 = ({ title: a, description: s, ...c }) => /* @__PURE__ */ t(x, { as: "article", ...c, children: [
|
|
5771
|
+
/* @__PURE__ */ e(
|
|
5772
|
+
g,
|
|
5773
|
+
{
|
|
5774
|
+
color: "grey-50",
|
|
5775
|
+
weight: "bold",
|
|
5776
|
+
size: "m",
|
|
5777
|
+
px: { xs: "m", md: "0" },
|
|
5778
|
+
bg: "animaux",
|
|
5779
|
+
radius: "s",
|
|
5780
|
+
py: "xxs",
|
|
5781
|
+
mb: "s",
|
|
5782
|
+
textAlign: "center",
|
|
5783
|
+
children: a
|
|
5784
|
+
}
|
|
5785
|
+
),
|
|
5786
|
+
/* @__PURE__ */ e(g, { color: "grey-900", children: s })
|
|
5787
|
+
] }), l3 = ({
|
|
5756
5788
|
id: a,
|
|
5757
5789
|
label: s,
|
|
5758
5790
|
title: c,
|
|
@@ -5819,7 +5851,7 @@ const d1 = j(
|
|
|
5819
5851
|
]
|
|
5820
5852
|
}
|
|
5821
5853
|
);
|
|
5822
|
-
},
|
|
5854
|
+
}, t3 = ({
|
|
5823
5855
|
timeText: a,
|
|
5824
5856
|
hasDot: s,
|
|
5825
5857
|
closeButton: c,
|
|
@@ -5983,7 +6015,7 @@ const d1 = j(
|
|
|
5983
6015
|
] })
|
|
5984
6016
|
]
|
|
5985
6017
|
}
|
|
5986
|
-
),
|
|
6018
|
+
), r3 = ({
|
|
5987
6019
|
link: a,
|
|
5988
6020
|
title: s,
|
|
5989
6021
|
summaryProps: c,
|
|
@@ -6064,7 +6096,7 @@ const d1 = j(
|
|
|
6064
6096
|
/* @__PURE__ */ e(a1, { className: "c-card-skeleton__block--image" })
|
|
6065
6097
|
] })
|
|
6066
6098
|
}
|
|
6067
|
-
),
|
|
6099
|
+
), n3 = ({ variant: a, className: s, ...c }) => {
|
|
6068
6100
|
const l = p(
|
|
6069
6101
|
"c-card-skeleton",
|
|
6070
6102
|
{ [`c-card-skeleton--${a}`]: a },
|
|
@@ -6211,7 +6243,7 @@ const d1 = j(
|
|
|
6211
6243
|
}
|
|
6212
6244
|
)
|
|
6213
6245
|
}
|
|
6214
|
-
),
|
|
6246
|
+
), i3 = ({
|
|
6215
6247
|
link: a,
|
|
6216
6248
|
title: s,
|
|
6217
6249
|
signatureProps: c,
|
|
@@ -6288,7 +6320,7 @@ const d1 = j(
|
|
|
6288
6320
|
}
|
|
6289
6321
|
)
|
|
6290
6322
|
}
|
|
6291
|
-
),
|
|
6323
|
+
), o3 = ({
|
|
6292
6324
|
title: a,
|
|
6293
6325
|
summaryProps: s,
|
|
6294
6326
|
cardTitleProps: c,
|
|
@@ -6315,7 +6347,7 @@ const d1 = j(
|
|
|
6315
6347
|
/* @__PURE__ */ e(C, { ...r, buttonColor: "primary", href: l, whiteSpace: "nowrap", children: r.children })
|
|
6316
6348
|
]
|
|
6317
6349
|
}
|
|
6318
|
-
),
|
|
6350
|
+
), d3 = ({
|
|
6319
6351
|
link: a,
|
|
6320
6352
|
title: s,
|
|
6321
6353
|
summaryProps: c,
|
|
@@ -6508,7 +6540,7 @@ const d1 = j(
|
|
|
6508
6540
|
);
|
|
6509
6541
|
return i.push(w), i;
|
|
6510
6542
|
}, []);
|
|
6511
|
-
},
|
|
6543
|
+
}, h3 = ({ results: a, ...s }) => {
|
|
6512
6544
|
const r = a.map((i) => i.seats).reduce((i, o) => i + o, 0), n = a.filter((i) => i.seats > 0).map(
|
|
6513
6545
|
(i) => ({
|
|
6514
6546
|
name: i.politicalParty.name,
|
|
@@ -6620,7 +6652,7 @@ const d1 = j(
|
|
|
6620
6652
|
)
|
|
6621
6653
|
]
|
|
6622
6654
|
}
|
|
6623
|
-
),
|
|
6655
|
+
), m3 = ({ children: a, layout: s, ...c }) => {
|
|
6624
6656
|
const l = "dialog-chatbot";
|
|
6625
6657
|
return /* @__PURE__ */ t(
|
|
6626
6658
|
D1,
|
|
@@ -6639,7 +6671,7 @@ const d1 = j(
|
|
|
6639
6671
|
]
|
|
6640
6672
|
}
|
|
6641
6673
|
);
|
|
6642
|
-
},
|
|
6674
|
+
}, u3 = ({
|
|
6643
6675
|
citationText: a,
|
|
6644
6676
|
citationAuthor: s,
|
|
6645
6677
|
...c
|
|
@@ -6748,7 +6780,7 @@ const d1 = j(
|
|
|
6748
6780
|
}
|
|
6749
6781
|
);
|
|
6750
6782
|
}
|
|
6751
|
-
),
|
|
6783
|
+
), p3 = ({
|
|
6752
6784
|
enableComment: a,
|
|
6753
6785
|
lazyLoad: s = { delayed: !0, distanceVisible: 0 },
|
|
6754
6786
|
...c
|
|
@@ -6762,7 +6794,7 @@ const d1 = j(
|
|
|
6762
6794
|
...c,
|
|
6763
6795
|
children: /* @__PURE__ */ e("div", { id: "graphcomment", className: "c-comment__container" })
|
|
6764
6796
|
}
|
|
6765
|
-
) : null,
|
|
6797
|
+
) : null, g3 = ({
|
|
6766
6798
|
enableComment: a,
|
|
6767
6799
|
commentNumber: s = 0,
|
|
6768
6800
|
lazyLoad: c = { delayed: !0, distanceVisible: 0 }
|
|
@@ -6776,7 +6808,7 @@ const d1 = j(
|
|
|
6776
6808
|
"data-distance-visible": c.distanceVisible,
|
|
6777
6809
|
"data-comment-number": s
|
|
6778
6810
|
}
|
|
6779
|
-
) : null,
|
|
6811
|
+
) : null, v3 = ({ commentNumber: a, layout: s }) => s === _.MOBILE ? /* @__PURE__ */ t(S, { children: [
|
|
6780
6812
|
/* @__PURE__ */ e(E, { color: "grey-200" }),
|
|
6781
6813
|
/* @__PURE__ */ t(m, { gap: "xxs", p: "xs", children: [
|
|
6782
6814
|
/* @__PURE__ */ e(z, { name: "comment", size: 16, color: "ultramarine" }),
|
|
@@ -6870,7 +6902,7 @@ const d1 = j(
|
|
|
6870
6902
|
]
|
|
6871
6903
|
}
|
|
6872
6904
|
);
|
|
6873
|
-
},
|
|
6905
|
+
}, x3 = ({
|
|
6874
6906
|
label: a,
|
|
6875
6907
|
icon: s = { name: "darkmode", size: 20 },
|
|
6876
6908
|
...c
|
|
@@ -6881,7 +6913,7 @@ const d1 = j(
|
|
|
6881
6913
|
label: a || /* @__PURE__ */ e(g, { size: "l", as: "span", weight: "bold", children: "Mode sombre" }),
|
|
6882
6914
|
...c
|
|
6883
6915
|
}
|
|
6884
|
-
),
|
|
6916
|
+
), w3 = ({ topics: a, ...s }) => a.length === 0 ? null : /* @__PURE__ */ t(x, { ...s, children: [
|
|
6885
6917
|
/* @__PURE__ */ e(V, { as: "h3", mb: "xs", size: "xxs", children: "À découvrir" }),
|
|
6886
6918
|
/* @__PURE__ */ e("ul", { children: a.map((c) => /* @__PURE__ */ t(x, { as: "li", mb: "xs", children: [
|
|
6887
6919
|
/* @__PURE__ */ t(m, { alignItems: "center", gap: "xxs", children: [
|
|
@@ -6922,7 +6954,7 @@ const d1 = j(
|
|
|
6922
6954
|
}
|
|
6923
6955
|
)
|
|
6924
6956
|
] }, c.href)) })
|
|
6925
|
-
] }),
|
|
6957
|
+
] }), b3 = ({
|
|
6926
6958
|
layout: a,
|
|
6927
6959
|
searchFormProps: s,
|
|
6928
6960
|
title: c,
|
|
@@ -7066,7 +7098,7 @@ const d1 = j(
|
|
|
7066
7098
|
)
|
|
7067
7099
|
}
|
|
7068
7100
|
);
|
|
7069
|
-
},
|
|
7101
|
+
}, f3 = ({
|
|
7070
7102
|
reactListItems: a,
|
|
7071
7103
|
activeReaction: s,
|
|
7072
7104
|
...c
|
|
@@ -7100,7 +7132,7 @@ const d1 = j(
|
|
|
7100
7132
|
}
|
|
7101
7133
|
) }, l.type)) })
|
|
7102
7134
|
}
|
|
7103
|
-
),
|
|
7135
|
+
), y3 = ({
|
|
7104
7136
|
statusCode: a = "404",
|
|
7105
7137
|
enableGoogleSearch: s
|
|
7106
7138
|
}) => {
|
|
@@ -7190,7 +7222,7 @@ const d1 = j(
|
|
|
7190
7222
|
] })
|
|
7191
7223
|
]
|
|
7192
7224
|
}
|
|
7193
|
-
),
|
|
7225
|
+
), _3 = ({
|
|
7194
7226
|
title: a,
|
|
7195
7227
|
subtitle: s,
|
|
7196
7228
|
icon: c,
|
|
@@ -7209,7 +7241,7 @@ const d1 = j(
|
|
|
7209
7241
|
"logo-instant": [78, 24],
|
|
7210
7242
|
"logo-tv": [40, 22],
|
|
7211
7243
|
"logo-games": [60, 24]
|
|
7212
|
-
},
|
|
7244
|
+
}, z3 = ({
|
|
7213
7245
|
logoHref: a,
|
|
7214
7246
|
headerLinks: s,
|
|
7215
7247
|
logoName: c = "logo",
|
|
@@ -7314,7 +7346,7 @@ const d1 = j(
|
|
|
7314
7346
|
mt: { xs: "s", md: "m" },
|
|
7315
7347
|
children: /* @__PURE__ */ e($, { variant: "ghost-with-icon-bg", iconProps: { name: "trophy", size: 24 }, children: "Voir mon classement" })
|
|
7316
7348
|
}
|
|
7317
|
-
),
|
|
7349
|
+
), N3 = ({
|
|
7318
7350
|
layout: a,
|
|
7319
7351
|
heading: s,
|
|
7320
7352
|
rightAsideElement: c,
|
|
@@ -7486,7 +7518,7 @@ const d1 = j(
|
|
|
7486
7518
|
children: N
|
|
7487
7519
|
}
|
|
7488
7520
|
);
|
|
7489
|
-
},
|
|
7521
|
+
}, k3 = ({
|
|
7490
7522
|
label: a,
|
|
7491
7523
|
heading: s,
|
|
7492
7524
|
source: c,
|
|
@@ -7604,7 +7636,7 @@ const d1 = j(
|
|
|
7604
7636
|
/* @__PURE__ */ e("span", { className: "c-header-title__text-with-icon", children: a })
|
|
7605
7637
|
] }) : a
|
|
7606
7638
|
}
|
|
7607
|
-
),
|
|
7639
|
+
), M3 = ({
|
|
7608
7640
|
images: a,
|
|
7609
7641
|
layout: s,
|
|
7610
7642
|
withNavigation: c = !0,
|
|
@@ -7795,7 +7827,7 @@ const d1 = j(
|
|
|
7795
7827
|
);
|
|
7796
7828
|
}
|
|
7797
7829
|
return s;
|
|
7798
|
-
}), b0 = (a) => /* @__PURE__ */ e(S, { children: me(a) }),
|
|
7830
|
+
}), b0 = (a) => /* @__PURE__ */ e(S, { children: me(a) }), C3 = ({
|
|
7799
7831
|
variant: a,
|
|
7800
7832
|
isOver: s = !1,
|
|
7801
7833
|
updatedAt: c,
|
|
@@ -7836,7 +7868,7 @@ const d1 = j(
|
|
|
7836
7868
|
children: l?.children || s && "Terminé" || `Mis à jour ${c}`
|
|
7837
7869
|
}
|
|
7838
7870
|
)
|
|
7839
|
-
] }),
|
|
7871
|
+
] }), S3 = ({
|
|
7840
7872
|
enableLiveQuestion: a,
|
|
7841
7873
|
lazyLoad: s = { delayed: !0, distanceVisible: 0 },
|
|
7842
7874
|
...c
|
|
@@ -7852,7 +7884,7 @@ const d1 = j(
|
|
|
7852
7884
|
mx: { xs: "m", md: "0" }
|
|
7853
7885
|
}
|
|
7854
7886
|
)
|
|
7855
|
-
] }) : null,
|
|
7887
|
+
] }) : null, B3 = ({ question: a, author: s, response: c, ...l }) => /* @__PURE__ */ t(x, { ...l, className: "c-live-talk", children: [
|
|
7856
7888
|
/* @__PURE__ */ t(x, { bg: "grey-100", p: "s", mb: "xl", radius: "m", className: "c-live-talk__question", children: [
|
|
7857
7889
|
/* @__PURE__ */ e(
|
|
7858
7890
|
g,
|
|
@@ -7867,7 +7899,7 @@ const d1 = j(
|
|
|
7867
7899
|
/* @__PURE__ */ e(g, { color: "black", weight: "bold", size: "xs", children: s })
|
|
7868
7900
|
] }),
|
|
7869
7901
|
c && /* @__PURE__ */ e(g, { color: "grey-600", fontFamily: "source-serif-pro", size: "l", children: c })
|
|
7870
|
-
] }),
|
|
7902
|
+
] }), V3 = ({
|
|
7871
7903
|
status: a,
|
|
7872
7904
|
header: s,
|
|
7873
7905
|
title: c,
|
|
@@ -7900,10 +7932,10 @@ const d1 = j(
|
|
|
7900
7932
|
}
|
|
7901
7933
|
)
|
|
7902
7934
|
] });
|
|
7903
|
-
},
|
|
7935
|
+
}, $3 = (a) => /* @__PURE__ */ t(m, { as: C, color: "black", alignItems: "center", ...a, children: [
|
|
7904
7936
|
/* @__PURE__ */ e(z, { mr: "xs", name: "power", size: 20 }),
|
|
7905
7937
|
/* @__PURE__ */ e(g, { size: "m", as: "span", weight: "bold", children: "Se déconnecter" })
|
|
7906
|
-
] }),
|
|
7938
|
+
] }), Z3 = ({
|
|
7907
7939
|
electionName: a,
|
|
7908
7940
|
electionYear: s,
|
|
7909
7941
|
resultsPerDepartment: c,
|
|
@@ -7959,7 +7991,7 @@ const d1 = j(
|
|
|
7959
7991
|
] }),
|
|
7960
7992
|
n.length > 0 && /* @__PURE__ */ e(y1, { items: n, mt: "xxl" })
|
|
7961
7993
|
] });
|
|
7962
|
-
},
|
|
7994
|
+
}, H3 = ({
|
|
7963
7995
|
electionName: a,
|
|
7964
7996
|
electionYear: s,
|
|
7965
7997
|
resultsPerDistrict: c,
|
|
@@ -8055,7 +8087,7 @@ const d1 = j(
|
|
|
8055
8087
|
] }),
|
|
8056
8088
|
o.length > 0 && /* @__PURE__ */ e(y1, { items: o, mt: "xxl" })
|
|
8057
8089
|
] });
|
|
8058
|
-
},
|
|
8090
|
+
}, L3 = ({
|
|
8059
8091
|
electionName: a,
|
|
8060
8092
|
electionYear: s,
|
|
8061
8093
|
resultsPerCountry: c,
|
|
@@ -8124,7 +8156,7 @@ const d1 = j(
|
|
|
8124
8156
|
});
|
|
8125
8157
|
}
|
|
8126
8158
|
return s;
|
|
8127
|
-
}, z0 = (a) => new Map(a.map((s) => [s.id, s])), N0 = (a) => a.normalize("NFD").replace(/[\u0300-\u036f]/g, "").replace(/'/g, "-").replace(/[^a-zA-Z0-9]+/g, "-").replace(/^-+|-+$/g, "").toLowerCase(), Y1 = (a) => `/elections/resultats/${N0(a)}/`,
|
|
8159
|
+
}, z0 = (a) => new Map(a.map((s) => [s.id, s])), N0 = (a) => a.normalize("NFD").replace(/[\u0300-\u036f]/g, "").replace(/'/g, "-").replace(/[^a-zA-Z0-9]+/g, "-").replace(/^-+|-+$/g, "").toLowerCase(), Y1 = (a) => `/elections/resultats/${N0(a)}/`, j3 = ({
|
|
8128
8160
|
layout: a,
|
|
8129
8161
|
resultsPerTown: s,
|
|
8130
8162
|
departmentsPaths: c,
|
|
@@ -8411,7 +8443,7 @@ const d1 = j(
|
|
|
8411
8443
|
}
|
|
8412
8444
|
)
|
|
8413
8445
|
}
|
|
8414
|
-
),
|
|
8446
|
+
), I3 = ({
|
|
8415
8447
|
categories: a,
|
|
8416
8448
|
tagsActu: s,
|
|
8417
8449
|
layout: c,
|
|
@@ -8704,7 +8736,7 @@ const d1 = j(
|
|
|
8704
8736
|
)
|
|
8705
8737
|
]
|
|
8706
8738
|
}
|
|
8707
|
-
),
|
|
8739
|
+
), F3 = ({ links: a, activeLink: s, ...c }) => /* @__PURE__ */ e(x, { className: "c-sub-menu", ...c, children: a.map((l, r) => {
|
|
8708
8740
|
const n = s === l.href;
|
|
8709
8741
|
return /* @__PURE__ */ t(
|
|
8710
8742
|
m,
|
|
@@ -8723,7 +8755,7 @@ const d1 = j(
|
|
|
8723
8755
|
},
|
|
8724
8756
|
l.href
|
|
8725
8757
|
);
|
|
8726
|
-
}) }),
|
|
8758
|
+
}) }), A3 = ({
|
|
8727
8759
|
title: a,
|
|
8728
8760
|
description: s,
|
|
8729
8761
|
placeholder: c,
|
|
@@ -8765,10 +8797,10 @@ const d1 = j(
|
|
|
8765
8797
|
/* @__PURE__ */ e(A1, { bg: n }),
|
|
8766
8798
|
d
|
|
8767
8799
|
] }) });
|
|
8768
|
-
},
|
|
8800
|
+
}, T3 = ({
|
|
8769
8801
|
items: a,
|
|
8770
8802
|
...s
|
|
8771
|
-
}) => !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)) }),
|
|
8803
|
+
}) => !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)) }), D3 = ({
|
|
8772
8804
|
totalArticles: a,
|
|
8773
8805
|
currentPage: s,
|
|
8774
8806
|
pagePath: c,
|
|
@@ -8806,7 +8838,7 @@ const d1 = j(
|
|
|
8806
8838
|
}
|
|
8807
8839
|
)
|
|
8808
8840
|
}
|
|
8809
|
-
) }),
|
|
8841
|
+
) }), R3 = ({ content: a, ...s }) => /* @__PURE__ */ e(
|
|
8810
8842
|
x,
|
|
8811
8843
|
{
|
|
8812
8844
|
...s,
|
|
@@ -8922,7 +8954,7 @@ const d1 = j(
|
|
|
8922
8954
|
]
|
|
8923
8955
|
}
|
|
8924
8956
|
);
|
|
8925
|
-
},
|
|
8957
|
+
}, O3 = ({
|
|
8926
8958
|
articles: a,
|
|
8927
8959
|
layout: s,
|
|
8928
8960
|
limitTop: c = 0,
|
|
@@ -9107,7 +9139,7 @@ const d1 = j(
|
|
|
9107
9139
|
}
|
|
9108
9140
|
}, H0 = (a) => {
|
|
9109
9141
|
typeof window > "u" || (a.preventDefault(), window.open(a.currentTarget.href, "share-dialog", "noopener,noreferrer,width=600,height=600"));
|
|
9110
|
-
},
|
|
9142
|
+
}, P3 = ({
|
|
9111
9143
|
networks: a = C0,
|
|
9112
9144
|
url: s = "",
|
|
9113
9145
|
title: c = "",
|
|
@@ -9153,7 +9185,7 @@ const d1 = j(
|
|
|
9153
9185
|
}
|
|
9154
9186
|
) }, h);
|
|
9155
9187
|
}) }) });
|
|
9156
|
-
},
|
|
9188
|
+
}, E3 = ({
|
|
9157
9189
|
backgroundImage: a,
|
|
9158
9190
|
title: s,
|
|
9159
9191
|
subtitle: c,
|
|
@@ -9218,7 +9250,7 @@ const d1 = j(
|
|
|
9218
9250
|
h && c === _.MOBILE && /* @__PURE__ */ e(X, { sponsor: h, size: "xxs" })
|
|
9219
9251
|
] });
|
|
9220
9252
|
return i ? /* @__PURE__ */ e("a", { href: i, children: w }) : w;
|
|
9221
|
-
},
|
|
9253
|
+
}, q3 = ({ installButton: a, closeButton: s }) => /* @__PURE__ */ t(m, { className: "c-smart-banner", alignItems: "center", gap: "xs", bg: "ultramarine", color: "white", children: [
|
|
9222
9254
|
/* @__PURE__ */ e(
|
|
9223
9255
|
$,
|
|
9224
9256
|
{
|
|
@@ -9788,7 +9820,7 @@ const d1 = j(
|
|
|
9788
9820
|
] })
|
|
9789
9821
|
] })
|
|
9790
9822
|
}
|
|
9791
|
-
),
|
|
9823
|
+
), K3 = ({ hasHeader: a, tableProps: s, ...c }) => {
|
|
9792
9824
|
if (!s?.length)
|
|
9793
9825
|
return null;
|
|
9794
9826
|
const l = a ? s[0] : null, r = a ? s.slice(1) : s;
|
|
@@ -9857,7 +9889,7 @@ const d1 = j(
|
|
|
9857
9889
|
]
|
|
9858
9890
|
}
|
|
9859
9891
|
);
|
|
9860
|
-
},
|
|
9892
|
+
}, U3 = ({ tags: a, layout: s, ...c }) => a.length ? /* @__PURE__ */ e(
|
|
9861
9893
|
d1,
|
|
9862
9894
|
{
|
|
9863
9895
|
hasSpaceAroundButtons: !0,
|
|
@@ -9875,37 +9907,51 @@ const d1 = j(
|
|
|
9875
9907
|
iconProps: { name: a, size: [20, 20] },
|
|
9876
9908
|
className: "tooltip-btn c-tooltip-item__icon"
|
|
9877
9909
|
}
|
|
9878
|
-
) }),
|
|
9910
|
+
) }), G3 = () => /* @__PURE__ */ e(m, { id: "text-tooltip", className: "c-text-tooltip", as: "ul", gap: "s", children: /* @__PURE__ */ e(D0, { iconName: "report", className: "mbrs-social-report-container" }) }), C1 = ({
|
|
9879
9911
|
href: a,
|
|
9880
9912
|
iconProps: s,
|
|
9881
9913
|
children: c,
|
|
9882
9914
|
hasDot: l = !1,
|
|
9883
|
-
|
|
9915
|
+
inputProps: r,
|
|
9916
|
+
isSquare: n = !1,
|
|
9917
|
+
...i
|
|
9884
9918
|
}) => {
|
|
9885
|
-
const
|
|
9919
|
+
const o = /* @__PURE__ */ e(z, { ...s }), { bg: d, selectedBg: u, color: h, selectedColor: v, type: w, ...y } = r ?? {};
|
|
9886
9920
|
return /* @__PURE__ */ t(
|
|
9887
9921
|
m,
|
|
9888
9922
|
{
|
|
9889
|
-
...
|
|
9923
|
+
...i,
|
|
9924
|
+
className: p("c-tiles", i.className, {
|
|
9925
|
+
[`c-tiles--selected-bg-${u}`]: u,
|
|
9926
|
+
[`c-tiles--selected-color-${v}`]: v,
|
|
9927
|
+
"c-tiles--square": n
|
|
9928
|
+
}),
|
|
9929
|
+
...r && {
|
|
9930
|
+
as: "label",
|
|
9931
|
+
htmlFor: r.id
|
|
9932
|
+
},
|
|
9933
|
+
...a && {
|
|
9934
|
+
as: C,
|
|
9935
|
+
href: a
|
|
9936
|
+
},
|
|
9890
9937
|
direction: "column",
|
|
9891
9938
|
alignItems: "center",
|
|
9892
9939
|
justifyContent: "center",
|
|
9893
9940
|
gap: "xxs",
|
|
9894
|
-
as: C,
|
|
9895
|
-
href: a,
|
|
9896
9941
|
py: "xs",
|
|
9897
|
-
bg: "ultramarine",
|
|
9898
|
-
color: "white",
|
|
9942
|
+
bg: d || "ultramarine",
|
|
9943
|
+
color: h || "white",
|
|
9899
9944
|
children: [
|
|
9945
|
+
!!r && /* @__PURE__ */ e("input", { className: "u-hidden", type: w ?? "checkbox", ...y }),
|
|
9900
9946
|
l ? /* @__PURE__ */ t(m, { alignItems: "center", gap: "xxs-2", children: [
|
|
9901
9947
|
/* @__PURE__ */ e(z, { name: "dot", color: "red", size: 8 }),
|
|
9902
|
-
|
|
9903
|
-
] }) :
|
|
9948
|
+
o
|
|
9949
|
+
] }) : o,
|
|
9904
9950
|
/* @__PURE__ */ e(g, { as: "span", size: "xxs", weight: "bold", children: c })
|
|
9905
9951
|
]
|
|
9906
9952
|
}
|
|
9907
9953
|
);
|
|
9908
|
-
},
|
|
9954
|
+
}, W3 = ({ events: a, layout: s, ...c }) => a.length === 0 ? null : /* @__PURE__ */ t(
|
|
9909
9955
|
m,
|
|
9910
9956
|
{
|
|
9911
9957
|
...c,
|
|
@@ -9984,7 +10030,7 @@ const d1 = j(
|
|
|
9984
10030
|
] })
|
|
9985
10031
|
]
|
|
9986
10032
|
}
|
|
9987
|
-
),
|
|
10033
|
+
), Y3 = ({
|
|
9988
10034
|
children: a,
|
|
9989
10035
|
navigationLinks: s,
|
|
9990
10036
|
user: c,
|
|
@@ -10023,7 +10069,7 @@ const d1 = j(
|
|
|
10023
10069
|
)) }),
|
|
10024
10070
|
a,
|
|
10025
10071
|
/* @__PURE__ */ e(E, { color: "grey-200" })
|
|
10026
|
-
] }),
|
|
10072
|
+
] }), J3 = ({
|
|
10027
10073
|
label: a,
|
|
10028
10074
|
layout: s,
|
|
10029
10075
|
result: c,
|
|
@@ -10420,7 +10466,7 @@ const d1 = j(
|
|
|
10420
10466
|
] })
|
|
10421
10467
|
]
|
|
10422
10468
|
}
|
|
10423
|
-
),
|
|
10469
|
+
), X3 = ({ layout: a = _.MOBILE, ...s }) => a === _.DESKTOP ? /* @__PURE__ */ e(R0, { ...s }) : /* @__PURE__ */ e(O0, { ...s }), Q3 = ({
|
|
10424
10470
|
layout: a = _.MOBILE,
|
|
10425
10471
|
backhref: s,
|
|
10426
10472
|
...c
|
|
@@ -10756,7 +10802,7 @@ const P0 = {
|
|
|
10756
10802
|
]
|
|
10757
10803
|
}
|
|
10758
10804
|
);
|
|
10759
|
-
},
|
|
10805
|
+
}, e4 = ({
|
|
10760
10806
|
tabItems: a,
|
|
10761
10807
|
layout: s,
|
|
10762
10808
|
fitContainer: c,
|
|
@@ -10851,7 +10897,7 @@ const P0 = {
|
|
|
10851
10897
|
...o
|
|
10852
10898
|
}
|
|
10853
10899
|
);
|
|
10854
|
-
},
|
|
10900
|
+
}, a4 = ({
|
|
10855
10901
|
tabItems: a,
|
|
10856
10902
|
layout: s,
|
|
10857
10903
|
fitContainer: c,
|
|
@@ -10908,7 +10954,7 @@ const P0 = {
|
|
|
10908
10954
|
...i
|
|
10909
10955
|
}
|
|
10910
10956
|
);
|
|
10911
|
-
},
|
|
10957
|
+
}, s4 = ({
|
|
10912
10958
|
articles: a,
|
|
10913
10959
|
layout: s,
|
|
10914
10960
|
hasStepper: c,
|
|
@@ -10998,7 +11044,7 @@ const P0 = {
|
|
|
10998
11044
|
] }),
|
|
10999
11045
|
c && s === _.MOBILE && /* @__PURE__ */ e(Ke, { items: u, mt: "s" })
|
|
11000
11046
|
] });
|
|
11001
|
-
},
|
|
11047
|
+
}, c4 = ({ 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(
|
|
11002
11048
|
"a",
|
|
11003
11049
|
{
|
|
11004
11050
|
href: c?.imgProps?.defaultFormat ? I1({ src: c.src, format: c.imgProps.defaultFormat }) : c.src,
|
|
@@ -11029,7 +11075,7 @@ const P0 = {
|
|
|
11029
11075
|
{ current: 3, previous: 3, username: "Joueur 3", points: 7349, played: 17, wins: 12 },
|
|
11030
11076
|
{ current: 4, previous: 4, username: "Joueur 4", points: 5102, played: 15, wins: 10 },
|
|
11031
11077
|
{ current: 5, previous: 5, username: "Joueur 5", points: 5029, played: 15, wins: 9 }
|
|
11032
|
-
],
|
|
11078
|
+
], l4 = ({ playerData: a, layout: s, children: c, ...l }) => {
|
|
11033
11079
|
const r = !a, n = a ?? U0, i = (o, d) => d ? "is-current" : o % 2 === 0 ? "even" : "odd";
|
|
11034
11080
|
return /* @__PURE__ */ t(
|
|
11035
11081
|
x,
|
|
@@ -11174,7 +11220,7 @@ const P0 = {
|
|
|
11174
11220
|
]
|
|
11175
11221
|
}
|
|
11176
11222
|
);
|
|
11177
|
-
},
|
|
11223
|
+
}, t4 = ({
|
|
11178
11224
|
title: a,
|
|
11179
11225
|
items: s,
|
|
11180
11226
|
layout: c,
|
|
@@ -11199,7 +11245,7 @@ const P0 = {
|
|
|
11199
11245
|
},
|
|
11200
11246
|
r.title.label
|
|
11201
11247
|
))
|
|
11202
|
-
] }) : null,
|
|
11248
|
+
] }) : null, r4 = ({ items: a, activeItem: s, isBlueMode: c = !1 }) => /* @__PURE__ */ e(
|
|
11203
11249
|
m,
|
|
11204
11250
|
{
|
|
11205
11251
|
as: "nav",
|
|
@@ -11255,52 +11301,53 @@ export {
|
|
|
11255
11301
|
l0 as CardMedium,
|
|
11256
11302
|
t0 as CardMost,
|
|
11257
11303
|
s3 as CardMovie,
|
|
11258
|
-
c3 as
|
|
11259
|
-
l3 as
|
|
11304
|
+
c3 as CardName,
|
|
11305
|
+
l3 as CardNewsletter,
|
|
11306
|
+
t3 as CardNotification,
|
|
11260
11307
|
de as CardOverview,
|
|
11261
11308
|
r0 as CardProduct,
|
|
11262
|
-
|
|
11263
|
-
|
|
11309
|
+
r3 as CardSideImage,
|
|
11310
|
+
n3 as CardSkeleton,
|
|
11264
11311
|
he as CardSmall,
|
|
11265
11312
|
o0 as CardTiny,
|
|
11266
11313
|
D as CardTitle,
|
|
11267
11314
|
d0 as CardVertical,
|
|
11268
|
-
|
|
11315
|
+
i3 as CardVideo,
|
|
11269
11316
|
h0 as CardVideoSmall,
|
|
11270
|
-
|
|
11271
|
-
|
|
11317
|
+
o3 as CardWithButton,
|
|
11318
|
+
d3 as CardWithSummary,
|
|
11272
11319
|
m0 as Carousel,
|
|
11273
|
-
|
|
11320
|
+
m3 as Chatbot,
|
|
11274
11321
|
S2 as Checkbox,
|
|
11275
|
-
|
|
11322
|
+
u3 as Citation,
|
|
11276
11323
|
B1 as Collapse,
|
|
11277
|
-
|
|
11278
|
-
|
|
11279
|
-
|
|
11324
|
+
p3 as Comment,
|
|
11325
|
+
g3 as CommentButton,
|
|
11326
|
+
v3 as CommentCount,
|
|
11280
11327
|
U1 as Countdown,
|
|
11281
11328
|
k1 as CountdownItem,
|
|
11282
|
-
|
|
11283
|
-
|
|
11329
|
+
x3 as DarkModeSwitch,
|
|
11330
|
+
w3 as DiscoverList,
|
|
11284
11331
|
E as Divider,
|
|
11285
11332
|
A1 as DividerSection,
|
|
11286
11333
|
le as DividerVertical,
|
|
11287
|
-
|
|
11334
|
+
J3 as ElectionsResult,
|
|
11288
11335
|
U2 as Embed,
|
|
11289
|
-
|
|
11290
|
-
|
|
11336
|
+
f3 as EmojiToolbar,
|
|
11337
|
+
y3 as ErrorContent,
|
|
11291
11338
|
v0 as Expandable,
|
|
11292
11339
|
m as Flex,
|
|
11293
11340
|
I as FlexItem,
|
|
11294
|
-
|
|
11341
|
+
X3 as Footer,
|
|
11295
11342
|
s1 as Grid,
|
|
11296
|
-
|
|
11297
|
-
|
|
11298
|
-
|
|
11343
|
+
h3 as HalfDonut,
|
|
11344
|
+
Q3 as Header,
|
|
11345
|
+
_3 as HeaderBanner,
|
|
11299
11346
|
E0 as HeaderDesktop,
|
|
11300
|
-
|
|
11347
|
+
z3 as HeaderMini,
|
|
11301
11348
|
K0 as HeaderMobile,
|
|
11302
|
-
|
|
11303
|
-
|
|
11349
|
+
N3 as HeaderPage,
|
|
11350
|
+
k3 as HeaderSection,
|
|
11304
11351
|
g0 as HeaderSideModal,
|
|
11305
11352
|
O1 as HeaderTitle,
|
|
11306
11353
|
V as Heading,
|
|
@@ -11309,7 +11356,7 @@ export {
|
|
|
11309
11356
|
e1 as IconItem,
|
|
11310
11357
|
t1 as IconTooltip,
|
|
11311
11358
|
H2 as Iframe,
|
|
11312
|
-
|
|
11359
|
+
M3 as ImageSlider,
|
|
11313
11360
|
i1 as Img,
|
|
11314
11361
|
w0 as InfoBanner,
|
|
11315
11362
|
r1 as InlineSeparator,
|
|
@@ -11320,52 +11367,52 @@ export {
|
|
|
11320
11367
|
y1 as Legend,
|
|
11321
11368
|
C as Link,
|
|
11322
11369
|
b0 as ListWithDiode,
|
|
11323
|
-
|
|
11324
|
-
|
|
11325
|
-
|
|
11326
|
-
|
|
11327
|
-
|
|
11328
|
-
|
|
11329
|
-
|
|
11330
|
-
|
|
11331
|
-
|
|
11370
|
+
C3 as LiveIndicator,
|
|
11371
|
+
S3 as LiveQuestion,
|
|
11372
|
+
B3 as LiveTalk,
|
|
11373
|
+
V3 as LiveTitle,
|
|
11374
|
+
$3 as LogoutButton,
|
|
11375
|
+
Z3 as MapDepartments,
|
|
11376
|
+
H3 as MapDistricts,
|
|
11377
|
+
L3 as MapEurope,
|
|
11378
|
+
j3 as MapTownsByDepartments,
|
|
11332
11379
|
f1 as Media,
|
|
11333
11380
|
x1 as MediaLink,
|
|
11334
11381
|
G as MediaSourceType,
|
|
11335
|
-
|
|
11336
|
-
|
|
11382
|
+
I3 as Menu,
|
|
11383
|
+
F3 as MenuList,
|
|
11337
11384
|
D1 as Modal,
|
|
11338
|
-
|
|
11339
|
-
|
|
11340
|
-
|
|
11341
|
-
|
|
11385
|
+
e4 as MostReadArticles,
|
|
11386
|
+
a4 as MostWatchVideos,
|
|
11387
|
+
A3 as Newsletter,
|
|
11388
|
+
T3 as OrderedListWithNumber,
|
|
11342
11389
|
Oe as Overlay,
|
|
11343
|
-
|
|
11344
|
-
|
|
11390
|
+
s4 as OverviewBar,
|
|
11391
|
+
D3 as Pagination,
|
|
11345
11392
|
k0 as PercentageBar,
|
|
11346
|
-
|
|
11393
|
+
c4 as PhotoSwipeGallery,
|
|
11347
11394
|
R1 as Pipe,
|
|
11348
|
-
|
|
11395
|
+
R3 as Prose,
|
|
11349
11396
|
I2 as RadioButton,
|
|
11350
|
-
|
|
11397
|
+
l4 as Ranking,
|
|
11351
11398
|
Pe as Rating,
|
|
11352
11399
|
M0 as ReactButton,
|
|
11353
11400
|
Me as ReactionContent,
|
|
11354
11401
|
F2 as ReadAlso,
|
|
11355
|
-
|
|
11402
|
+
O3 as ReadAlsoBanner,
|
|
11356
11403
|
A2 as ScrollProgressBar,
|
|
11357
11404
|
Ee as ScrollToTopButton,
|
|
11358
|
-
|
|
11405
|
+
b3 as SearchBanner,
|
|
11359
11406
|
w1 as SearchForm,
|
|
11360
11407
|
T2 as Section,
|
|
11361
11408
|
ue as SectionTitle,
|
|
11362
11409
|
qe as Select,
|
|
11363
|
-
|
|
11364
|
-
|
|
11410
|
+
P3 as ShareBar,
|
|
11411
|
+
E3 as ShowCover,
|
|
11365
11412
|
pe as Signature,
|
|
11366
11413
|
D2 as Skeleton,
|
|
11367
11414
|
d1 as Slider,
|
|
11368
|
-
|
|
11415
|
+
q3 as SmartBanner,
|
|
11369
11416
|
n1 as SocialBar,
|
|
11370
11417
|
L0 as SocialBarActionsModal,
|
|
11371
11418
|
X as Sponsor,
|
|
@@ -11376,19 +11423,19 @@ export {
|
|
|
11376
11423
|
Ue as Switch,
|
|
11377
11424
|
Ge as Tab,
|
|
11378
11425
|
We as TabPanel,
|
|
11379
|
-
|
|
11426
|
+
K3 as Table,
|
|
11380
11427
|
ge as Tabs,
|
|
11381
11428
|
W as Tag,
|
|
11382
|
-
|
|
11429
|
+
U3 as TagBar,
|
|
11383
11430
|
g as Text,
|
|
11384
|
-
|
|
11431
|
+
G3 as TextTooltip,
|
|
11385
11432
|
R2 as Textarea,
|
|
11386
|
-
|
|
11433
|
+
t4 as ThreeColumnsArticles,
|
|
11387
11434
|
C1 as Tiles,
|
|
11388
|
-
|
|
11389
|
-
|
|
11435
|
+
W3 as Timeline,
|
|
11436
|
+
r4 as Toolbar,
|
|
11390
11437
|
ie as Typography,
|
|
11391
|
-
|
|
11438
|
+
Y3 as UserPanel,
|
|
11392
11439
|
c2 as alignContentList,
|
|
11393
11440
|
s2 as alignItemsList,
|
|
11394
11441
|
t2 as alignSelfList,
|