@20minutes/hela 2.23.1 → 2.23.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/atoms/Layout/Grid/Grid.d.ts +1 -1
- package/dist/constants/cssProperties/flexboxAndGridBox.d.ts +1 -1
- package/dist/constants/storybook/gridPropsControls.d.ts +1 -1
- package/dist/constants/tokenVariables.d.ts +20 -0
- package/dist/index.es.js +525 -455
- package/dist/index.umd.cjs +1 -1
- package/dist/scss/abstracts/variables/_token-variables.scss +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx as e, jsxs as t, Fragment as S } from "react/jsx-runtime";
|
|
2
|
-
import Y, { Fragment as X1, useMemo as U, useState as
|
|
3
|
-
function
|
|
2
|
+
import Y, { Fragment as X1, useMemo as U, useState as w2, useId as b2, createElement as f2 } from "react";
|
|
3
|
+
function y2(a) {
|
|
4
4
|
return a && a.__esModule && Object.prototype.hasOwnProperty.call(a, "default") ? a.default : a;
|
|
5
5
|
}
|
|
6
|
-
var
|
|
6
|
+
var $1 = { exports: {} };
|
|
7
7
|
var P1;
|
|
8
|
-
function
|
|
8
|
+
function _2() {
|
|
9
9
|
return P1 || (P1 = 1, (function(a) {
|
|
10
10
|
(function() {
|
|
11
11
|
var s = {}.hasOwnProperty;
|
|
@@ -35,10 +35,10 @@ function _e() {
|
|
|
35
35
|
}
|
|
36
36
|
a.exports ? (c.default = c, a.exports = c) : window.classNames = c;
|
|
37
37
|
})();
|
|
38
|
-
})(
|
|
38
|
+
})($1)), $1.exports;
|
|
39
39
|
}
|
|
40
|
-
var
|
|
41
|
-
const p = /* @__PURE__ */
|
|
40
|
+
var z2 = _2();
|
|
41
|
+
const p = /* @__PURE__ */ y2(z2), J0 = ({
|
|
42
42
|
adUnitCompletePath: a,
|
|
43
43
|
variant: s,
|
|
44
44
|
isFullscreenMobile: c = !1,
|
|
@@ -68,7 +68,7 @@ const p = /* @__PURE__ */ ye(ze), J0 = ({
|
|
|
68
68
|
}
|
|
69
69
|
);
|
|
70
70
|
return o ? /* @__PURE__ */ e(x, { className: "c-placeolder--ban", children: d }) : d;
|
|
71
|
-
},
|
|
71
|
+
}, N2 = ({
|
|
72
72
|
children: a,
|
|
73
73
|
variant: s = "success",
|
|
74
74
|
title: c,
|
|
@@ -87,12 +87,12 @@ const p = /* @__PURE__ */ ye(ze), J0 = ({
|
|
|
87
87
|
children: [
|
|
88
88
|
i && /* @__PURE__ */ e(z, { size: 18, mt: "xxs-2", ...i }),
|
|
89
89
|
/* @__PURE__ */ t("div", { children: [
|
|
90
|
-
/* @__PURE__ */ e(
|
|
90
|
+
/* @__PURE__ */ e(Z, { as: "h4", size: "xxs-2", mb: "xxs-2", children: c }),
|
|
91
91
|
/* @__PURE__ */ e(g, { className: "c-alert__text", children: l }),
|
|
92
92
|
a
|
|
93
93
|
] }),
|
|
94
94
|
o && /* @__PURE__ */ e(
|
|
95
|
-
|
|
95
|
+
V,
|
|
96
96
|
{
|
|
97
97
|
iconProps: {
|
|
98
98
|
name: "close",
|
|
@@ -169,7 +169,7 @@ const p = /* @__PURE__ */ ye(ze), J0 = ({
|
|
|
169
169
|
}
|
|
170
170
|
)
|
|
171
171
|
] });
|
|
172
|
-
},
|
|
172
|
+
}, k2 = [
|
|
173
173
|
"primary",
|
|
174
174
|
"secondary",
|
|
175
175
|
"tertiary",
|
|
@@ -179,7 +179,7 @@ const p = /* @__PURE__ */ ye(ze), J0 = ({
|
|
|
179
179
|
"white",
|
|
180
180
|
"blue-ice",
|
|
181
181
|
"green"
|
|
182
|
-
], Q0 = ["ghost", "outlined", "link", "ghost-with-icon-bg", "close"],
|
|
182
|
+
], Q0 = ["ghost", "outlined", "link", "ghost-with-icon-bg", "close"], ee = ["column", "row", "column-reverse", "row-reverse"], ae = ["wrap", "wrap-reverse", "nowrap"], se = ["start", "end", "center", "baseline", "stretch"], ce = [
|
|
183
183
|
"start",
|
|
184
184
|
"end",
|
|
185
185
|
"center",
|
|
@@ -187,7 +187,7 @@ const p = /* @__PURE__ */ ye(ze), J0 = ({
|
|
|
187
187
|
"around",
|
|
188
188
|
"evenly",
|
|
189
189
|
"stretch"
|
|
190
|
-
],
|
|
190
|
+
], le = [
|
|
191
191
|
"start",
|
|
192
192
|
"end",
|
|
193
193
|
"center",
|
|
@@ -195,7 +195,7 @@ const p = /* @__PURE__ */ ye(ze), J0 = ({
|
|
|
195
195
|
"around",
|
|
196
196
|
"evenly",
|
|
197
197
|
"stretch"
|
|
198
|
-
],
|
|
198
|
+
], te = ["auto", "start", "end", "center", "stretch", "baseline"], re = ["auto", 0, 25, 33, 50, 75, 100], ne = [0, 1], ie = [0, 1], O = {
|
|
199
199
|
asset: {
|
|
200
200
|
font: {
|
|
201
201
|
"Obviously-Semibold": {
|
|
@@ -280,6 +280,10 @@ const p = /* @__PURE__ */ ye(ze), J0 = ({
|
|
|
280
280
|
value: "svg/chevron-up.svg",
|
|
281
281
|
key: "{asset.icon.chevron-up}"
|
|
282
282
|
},
|
|
283
|
+
cinema: {
|
|
284
|
+
value: "svg/cinema.svg",
|
|
285
|
+
key: "{asset.icon.cinema}"
|
|
286
|
+
},
|
|
283
287
|
clock: {
|
|
284
288
|
value: "svg/clock.svg",
|
|
285
289
|
key: "{asset.icon.clock}"
|
|
@@ -380,6 +384,10 @@ const p = /* @__PURE__ */ ye(ze), J0 = ({
|
|
|
380
384
|
value: "svg/game.svg",
|
|
381
385
|
key: "{asset.icon.game}"
|
|
382
386
|
},
|
|
387
|
+
gaming: {
|
|
388
|
+
value: "svg/gaming.svg",
|
|
389
|
+
key: "{asset.icon.gaming}"
|
|
390
|
+
},
|
|
383
391
|
ghost: {
|
|
384
392
|
value: "svg/ghost.svg",
|
|
385
393
|
key: "{asset.icon.ghost}"
|
|
@@ -504,6 +512,10 @@ const p = /* @__PURE__ */ ye(ze), J0 = ({
|
|
|
504
512
|
value: "svg/notification-bell-active.svg",
|
|
505
513
|
key: "{asset.icon.notification-bell-active}"
|
|
506
514
|
},
|
|
515
|
+
nourriture: {
|
|
516
|
+
value: "svg/nourriture.svg",
|
|
517
|
+
key: "{asset.icon.nourriture}"
|
|
518
|
+
},
|
|
507
519
|
"olympic-flame": {
|
|
508
520
|
value: "svg/olympic-flame.svg",
|
|
509
521
|
key: "{asset.icon.olympic-flame}"
|
|
@@ -544,6 +556,10 @@ const p = /* @__PURE__ */ ye(ze), J0 = ({
|
|
|
544
556
|
value: "svg/puzzle.svg",
|
|
545
557
|
key: "{asset.icon.puzzle}"
|
|
546
558
|
},
|
|
559
|
+
random: {
|
|
560
|
+
value: "svg/random.svg",
|
|
561
|
+
key: "{asset.icon.random}"
|
|
562
|
+
},
|
|
547
563
|
refresh: {
|
|
548
564
|
value: "svg/refresh.svg",
|
|
549
565
|
key: "{asset.icon.refresh}"
|
|
@@ -588,6 +604,10 @@ const p = /* @__PURE__ */ ye(ze), J0 = ({
|
|
|
588
604
|
value: "svg/star.svg",
|
|
589
605
|
key: "{asset.icon.star}"
|
|
590
606
|
},
|
|
607
|
+
sport: {
|
|
608
|
+
value: "svg/sport.svg",
|
|
609
|
+
key: "{asset.icon.sport}"
|
|
610
|
+
},
|
|
591
611
|
"star-outlined": {
|
|
592
612
|
value: "svg/star-outlined.svg",
|
|
593
613
|
key: "{asset.icon.star-outlined}"
|
|
@@ -1412,7 +1432,7 @@ const p = /* @__PURE__ */ ye(ze), J0 = ({
|
|
|
1412
1432
|
}
|
|
1413
1433
|
}
|
|
1414
1434
|
}
|
|
1415
|
-
},
|
|
1435
|
+
}, oe = ["underline", "dotted", "wavy", "overline"], de = ["left", "center", "right", "justify"], he = ["capitalize", "uppercase", "lowercase"], me = [
|
|
1416
1436
|
"break-spaces",
|
|
1417
1437
|
"normal",
|
|
1418
1438
|
"nowrap",
|
|
@@ -1420,16 +1440,16 @@ const p = /* @__PURE__ */ ye(ze), J0 = ({
|
|
|
1420
1440
|
"pre-line",
|
|
1421
1441
|
"pre-wrap",
|
|
1422
1442
|
"revert"
|
|
1423
|
-
],
|
|
1443
|
+
], ue = Object.keys(O["font-family"]).filter(
|
|
1424
1444
|
(a) => !["base"].includes(a)
|
|
1425
|
-
),
|
|
1445
|
+
), pe = Object.keys(
|
|
1426
1446
|
O["font-weight"]
|
|
1427
|
-
),
|
|
1447
|
+
), ge = Object.keys(
|
|
1428
1448
|
O.typography.heading
|
|
1429
|
-
),
|
|
1449
|
+
), ve = Object.keys(
|
|
1430
1450
|
O.typography.text
|
|
1431
1451
|
);
|
|
1432
|
-
var
|
|
1452
|
+
var M2 = /* @__PURE__ */ ((a) => (a.angry = "angry", a.heart = "heart", a.interesting = "interesting", a.laughing = "laughing", a.sad = "sad", a.shock = "shock", a.solidary = "solidary", a.down = "down", a.up = "up", a))(M2 || {});
|
|
1433
1453
|
const Q1 = {
|
|
1434
1454
|
sad: "😢",
|
|
1435
1455
|
interesting: "😍",
|
|
@@ -1476,7 +1496,7 @@ const Q1 = {
|
|
|
1476
1496
|
filterPrefix: "69123AR",
|
|
1477
1497
|
ids: Array.from({ length: 9 }, (a, s) => `69123AR0${s + 1}`)
|
|
1478
1498
|
}
|
|
1479
|
-
},
|
|
1499
|
+
}, C2 = {
|
|
1480
1500
|
"01": "Ain",
|
|
1481
1501
|
"02": "Aisne",
|
|
1482
1502
|
"03": "Allier",
|
|
@@ -1578,7 +1598,7 @@ const Q1 = {
|
|
|
1578
1598
|
973: "Guyane",
|
|
1579
1599
|
974: "La Réunion",
|
|
1580
1600
|
976: "Mayotte"
|
|
1581
|
-
},
|
|
1601
|
+
}, xe = ["xs", "sm", "md", "lg", "xl", "xxl"], S2 = [
|
|
1582
1602
|
"extreme-gauche",
|
|
1583
1603
|
"parti-revolutionnaire-communiste",
|
|
1584
1604
|
"lutte-ouvriere",
|
|
@@ -1643,11 +1663,11 @@ const Q1 = {
|
|
|
1643
1663
|
"europe-democratie-esperanto",
|
|
1644
1664
|
"union-populaire-republicaine",
|
|
1645
1665
|
"regionalistes"
|
|
1646
|
-
],
|
|
1666
|
+
], B2 = {
|
|
1647
1667
|
borderColor: ["border-color"],
|
|
1648
1668
|
bg: ["background-color"],
|
|
1649
1669
|
color: ["color"]
|
|
1650
|
-
},
|
|
1670
|
+
}, e2 = {
|
|
1651
1671
|
alignItems: ["align-items"],
|
|
1652
1672
|
alignContent: ["align-content"],
|
|
1653
1673
|
justifyContent: ["justify-content"],
|
|
@@ -1658,14 +1678,14 @@ const Q1 = {
|
|
|
1658
1678
|
direction: ["direction"],
|
|
1659
1679
|
wrap: ["wrap"],
|
|
1660
1680
|
flexGrow: ["flex-grow"]
|
|
1661
|
-
},
|
|
1681
|
+
}, Z2 = {
|
|
1662
1682
|
align: ["align-self"],
|
|
1663
1683
|
basis: ["flex-basis"],
|
|
1664
1684
|
shrink: ["flex-shrink"],
|
|
1665
1685
|
grow: ["flex-grow"]
|
|
1666
|
-
},
|
|
1686
|
+
}, a2 = {
|
|
1667
1687
|
radius: ["border-radius"]
|
|
1668
|
-
},
|
|
1688
|
+
}, V2 = {
|
|
1669
1689
|
m: ["margin"],
|
|
1670
1690
|
mt: ["margin-top"],
|
|
1671
1691
|
mr: ["margin-right"],
|
|
@@ -1673,7 +1693,7 @@ const Q1 = {
|
|
|
1673
1693
|
mb: ["margin-bottom"],
|
|
1674
1694
|
mx: ["margin-left", "margin-right"],
|
|
1675
1695
|
my: ["margin-top", "margin-bottom"]
|
|
1676
|
-
},
|
|
1696
|
+
}, s2 = {
|
|
1677
1697
|
p: ["padding"],
|
|
1678
1698
|
pt: ["padding-top"],
|
|
1679
1699
|
pr: ["padding-right"],
|
|
@@ -1681,14 +1701,14 @@ const Q1 = {
|
|
|
1681
1701
|
pb: ["padding-bottom"],
|
|
1682
1702
|
px: ["padding-left", "padding-right"],
|
|
1683
1703
|
py: ["padding-top", "padding-bottom"]
|
|
1684
|
-
},
|
|
1685
|
-
|
|
1686
|
-
...
|
|
1687
|
-
},
|
|
1688
|
-
...
|
|
1689
|
-
...
|
|
1690
|
-
...
|
|
1691
|
-
},
|
|
1704
|
+
}, c2 = {
|
|
1705
|
+
...V2,
|
|
1706
|
+
...s2
|
|
1707
|
+
}, H2 = {
|
|
1708
|
+
...c2,
|
|
1709
|
+
...B2,
|
|
1710
|
+
...a2
|
|
1711
|
+
}, $2 = {
|
|
1692
1712
|
textAlign: ["text-align"],
|
|
1693
1713
|
weight: ["font-weight"],
|
|
1694
1714
|
italic: ["font-style"],
|
|
@@ -1696,19 +1716,19 @@ const Q1 = {
|
|
|
1696
1716
|
textTransform: ["text-transform"],
|
|
1697
1717
|
fontFamily: ["font-family"],
|
|
1698
1718
|
whiteSpace: ["white-space"]
|
|
1699
|
-
},
|
|
1719
|
+
}, we = Object.keys(O.color.theme), be = ["light", "dark"], fe = Object.keys(O.spacing), ye = [
|
|
1700
1720
|
...Object.keys(O.color.primary),
|
|
1701
1721
|
...Object.keys(O.color.secondary),
|
|
1702
1722
|
...Object.keys(O.color.greyscale),
|
|
1703
1723
|
...Object.keys(O.color.status),
|
|
1704
1724
|
...Object.keys(O.color.theme)
|
|
1705
|
-
],
|
|
1725
|
+
], _e = Object.keys(O.asset.icon), ze = Object.keys(
|
|
1706
1726
|
O.asset.icon["horoscope-sign"].chinese
|
|
1707
|
-
),
|
|
1727
|
+
), Ne = Object.keys(
|
|
1708
1728
|
O.asset.icon["horoscope-sign"].zodiac
|
|
1709
|
-
),
|
|
1729
|
+
), ke = Object.keys(
|
|
1710
1730
|
O.asset.icon["numerology-sign"]
|
|
1711
|
-
),
|
|
1731
|
+
), Me = Object.keys(O.radius), Ce = [
|
|
1712
1732
|
"20-arena",
|
|
1713
1733
|
"on-vous-en-dit-plus",
|
|
1714
1734
|
"planete-c",
|
|
@@ -1719,7 +1739,7 @@ const Q1 = {
|
|
|
1719
1739
|
function j(a) {
|
|
1720
1740
|
return Y.forwardRef(a);
|
|
1721
1741
|
}
|
|
1722
|
-
const
|
|
1742
|
+
const V = j(
|
|
1723
1743
|
({
|
|
1724
1744
|
as: a = "button",
|
|
1725
1745
|
variant: s,
|
|
@@ -1792,8 +1812,8 @@ const $ = j(
|
|
|
1792
1812
|
);
|
|
1793
1813
|
}
|
|
1794
1814
|
);
|
|
1795
|
-
|
|
1796
|
-
const
|
|
1815
|
+
V.displayName = "Button";
|
|
1816
|
+
const Se = ({
|
|
1797
1817
|
id: a,
|
|
1798
1818
|
className: s,
|
|
1799
1819
|
required: c,
|
|
@@ -1883,7 +1903,7 @@ const S2 = ({
|
|
|
1883
1903
|
), A1 = ({
|
|
1884
1904
|
bg: a = "ultramarine",
|
|
1885
1905
|
...s
|
|
1886
|
-
}) => /* @__PURE__ */ e(x, { ...s, className: p("c-divider-section", s?.className), children: /* @__PURE__ */ e(x, { as: "hr", className: p("c-divider-section__line"), bg: a }) }),
|
|
1906
|
+
}) => /* @__PURE__ */ e(x, { ...s, className: p("c-divider-section", s?.className), children: /* @__PURE__ */ e(x, { as: "hr", className: p("c-divider-section__line"), bg: a }) }), l2 = j(
|
|
1887
1907
|
({ color: a = "black", thickness: s = "thin", ...c }, l) => /* @__PURE__ */ e(
|
|
1888
1908
|
x,
|
|
1889
1909
|
{
|
|
@@ -1899,9 +1919,9 @@ const S2 = ({
|
|
|
1899
1919
|
)
|
|
1900
1920
|
}
|
|
1901
1921
|
)
|
|
1902
|
-
),
|
|
1922
|
+
), Be = ["quarter", "half", "three-quarter"], Ze = ["small", "medium", "big"], L2 = (a) => typeof a == "string" && S2.includes(a), z = j(
|
|
1903
1923
|
({ name: a, size: s = 28, isRounded: c = !1, border: l, rotation: r, svgTitle: n, color: i, ...o }, d) => {
|
|
1904
|
-
const u = Array.isArray(s) ? s?.[0] : s, h = Array.isArray(s) ? s?.[1] : s, v = !n, w =
|
|
1924
|
+
const u = Array.isArray(s) ? s?.[0] : s, h = Array.isArray(s) ? s?.[1] : s, v = !n, w = L2(i);
|
|
1905
1925
|
return /* @__PURE__ */ e(
|
|
1906
1926
|
x,
|
|
1907
1927
|
{
|
|
@@ -1936,7 +1956,7 @@ const S2 = ({
|
|
|
1936
1956
|
}
|
|
1937
1957
|
);
|
|
1938
1958
|
}
|
|
1939
|
-
),
|
|
1959
|
+
), Ve = (a) => /* @__PURE__ */ t("svg", { xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", ...a, children: [
|
|
1940
1960
|
/* @__PURE__ */ e("symbol", { viewBox: "0 0 28 28", id: "apple", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ e(
|
|
1941
1961
|
"path",
|
|
1942
1962
|
{
|
|
@@ -2027,19 +2047,29 @@ const S2 = ({
|
|
|
2027
2047
|
clipRule: "evenodd"
|
|
2028
2048
|
}
|
|
2029
2049
|
) }),
|
|
2050
|
+
/* @__PURE__ */ e("symbol", { viewBox: "0 0 29 32", id: "cinema", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ e(
|
|
2051
|
+
"path",
|
|
2052
|
+
{
|
|
2053
|
+
d: "M27.4 12H1.9c-.8 0-1.4.6-1.5 1.4v16.9c0 .8.7 1.5 1.5 1.5h25.5c.8 0 1.5-.7 1.5-1.5V13.5c0-.8-.7-1.5-1.5-1.5Zm-.2 18.2H2.1V15.7l1.4 1.2h3.9l-3.5-3.2h4.4l3.5 3.2h4l-3.5-3.2h4.4l3.5 3.1h4l-3.5-3.1h4.4l2.1 1.9v14.6ZM28.9 5.5l-.5-4.1c0-.4-.2-.8-.6-1-.3-.2-.7-.4-1.1-.3l-25.3 3c-.4 0-.8.2-1 .6-.2.3-.4.7-.3 1.1l.5 4.1c0 .8.7 1.3 1.5 1.3h.2l25.3-3c.8 0 1.4-.8 1.3-1.7Zm-5.8-3.2-3.7 4.1-4.3.5 3.7-4.1 4.4-.5Zm-8.7 1-3.7 4.1-4.3.5L10 3.8l-4.3.5-3.6 4-.4-3.6 12.6-1.5Zm9.3 2.6 3.1-3.5.4 3.1-3.5.4Z",
|
|
2054
|
+
fill: "currentColor",
|
|
2055
|
+
stroke: "currentColor",
|
|
2056
|
+
strokeMiterlimit: 10,
|
|
2057
|
+
strokeWidth: 0.2
|
|
2058
|
+
}
|
|
2059
|
+
) }),
|
|
2030
2060
|
/* @__PURE__ */ t("symbol", { id: "clock", viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2031
|
-
/* @__PURE__ */ e("style", { children: ".
|
|
2061
|
+
/* @__PURE__ */ e("style", { children: ".alst0{fill-rule:evenodd;clip-rule:evenodd}" }),
|
|
2032
2062
|
/* @__PURE__ */ e(
|
|
2033
2063
|
"path",
|
|
2034
2064
|
{
|
|
2035
|
-
className: "
|
|
2065
|
+
className: "alst0",
|
|
2036
2066
|
d: "M14 0C6.347 0 0 6.347 0 14s6.347 14 14 14 14-6.347 14-14S21.653 0 14 0zm0 26.133C7.28 26.133 1.867 20.72 1.867 14S7.28 1.867 14 1.867c6.72 0 12.133 5.413 12.133 12.133S20.72 26.133 14 26.133z"
|
|
2037
2067
|
}
|
|
2038
2068
|
),
|
|
2039
2069
|
/* @__PURE__ */ e(
|
|
2040
2070
|
"path",
|
|
2041
2071
|
{
|
|
2042
|
-
className: "
|
|
2072
|
+
className: "alst0",
|
|
2043
2073
|
d: "M14.373 14.373V5.6c0-.56-.373-.933-.933-.933s-.933.373-.933.933v9.147c0 .187 0 .373.187.56l4.48 4.667c.187.187.56.187.747.187.187 0 .373 0 .56-.187a.903.903 0 0 0 0-1.307l-4.108-4.294z"
|
|
2044
2074
|
}
|
|
2045
2075
|
)
|
|
@@ -2077,11 +2107,11 @@ const S2 = ({
|
|
|
2077
2107
|
/* @__PURE__ */ e("path", { d: "M32.69 7.77c4.47 7.41 2.04 16.76-5.6 21.09-7.65 4.33-17.48 1.83-21.95-5.58-.21-.33-.22-.74-.02-1.07.19-.34.56-.54.96-.54.4 0 .76.21.95.55 3.86 6.41 12.34 8.56 18.95 4.82 5.03-2.85 7.69-8.44 6.65-13.99" })
|
|
2078
2108
|
] }) }),
|
|
2079
2109
|
/* @__PURE__ */ t("symbol", { viewBox: "0 0 28 28", id: "connected", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2080
|
-
/* @__PURE__ */ e("path", { className: "
|
|
2110
|
+
/* @__PURE__ */ e("path", { className: "asst0", d: "M14 6.749a4.303 4.303 0 1 0 0 8.606 4.303 4.303 0 0 0 0-8.606z" }),
|
|
2081
2111
|
/* @__PURE__ */ e(
|
|
2082
2112
|
"path",
|
|
2083
2113
|
{
|
|
2084
|
-
className: "
|
|
2114
|
+
className: "asst0",
|
|
2085
2115
|
d: "M14 0C6.278 0 0 6.278 0 14s6.278 14 14 14 14-6.278 14-14S21.722 0 14 0zm7.878 22.8c-1.401-3.643-4.391-6.072-7.878-6.072S7.523 19.157 6.122 22.8a11.862 11.862 0 0 1-4.017-8.905C2.105 7.325 7.43 2 14 2c6.57 0 11.895 5.325 11.895 11.895 0 3.549-1.557 6.725-4.017 8.905z"
|
|
2086
2116
|
}
|
|
2087
2117
|
)
|
|
@@ -2144,13 +2174,13 @@ const S2 = ({
|
|
|
2144
2174
|
) }),
|
|
2145
2175
|
/* @__PURE__ */ e("symbol", { viewBox: "0 0 20 10", id: "embed", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ e("path", { d: "M1.9 5c0-1.71 1.39-3.1 3.1-3.1h4V0H5C2.24 0 0 2.24 0 5s2.24 5 5 5h4V8.1H5C3.29 8.1 1.9 6.71 1.9 5ZM6 6h8V4H6v2Zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1 0 1.71-1.39 3.1-3.1 3.1h-4V10h4c2.76 0 5-2.24 5-5s-2.24-5-5-5Z" }) }),
|
|
2146
2176
|
/* @__PURE__ */ t("symbol", { viewBox: "0 0 28 28", id: "error", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2147
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("filter", { id: "
|
|
2148
|
-
/* @__PURE__ */ t("mask", { maskUnits: "userSpaceOnUse", x: 0, y: 1.037, width: 28, height: 25.926, id: "
|
|
2177
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("filter", { id: "bda", filterUnits: "userSpaceOnUse", x: 0, y: 1.037, width: 28, height: 25.926, children: /* @__PURE__ */ e("feColorMatrix", { values: "1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" }) }) }),
|
|
2178
|
+
/* @__PURE__ */ t("mask", { maskUnits: "userSpaceOnUse", x: 0, y: 1.037, width: 28, height: 25.926, id: "bdb", children: [
|
|
2149
2179
|
/* @__PURE__ */ e(
|
|
2150
2180
|
"path",
|
|
2151
2181
|
{
|
|
2152
2182
|
style: {
|
|
2153
|
-
filter: "url(#
|
|
2183
|
+
filter: "url(#bda)"
|
|
2154
2184
|
},
|
|
2155
2185
|
d: "M.052 1.037h27.944v25.927H.052z"
|
|
2156
2186
|
}
|
|
@@ -2169,20 +2199,20 @@ const S2 = ({
|
|
|
2169
2199
|
"g",
|
|
2170
2200
|
{
|
|
2171
2201
|
style: {
|
|
2172
|
-
mask: "url(#
|
|
2202
|
+
mask: "url(#bdb)"
|
|
2173
2203
|
},
|
|
2174
2204
|
children: [
|
|
2175
2205
|
/* @__PURE__ */ e(
|
|
2176
2206
|
"path",
|
|
2177
2207
|
{
|
|
2178
|
-
className: "
|
|
2208
|
+
className: "bdst3",
|
|
2179
2209
|
d: "m17.96 3.78 9.249 16.326c.984 1.763 1.05 3.461.197 4.767-.787 1.371-2.296 2.09-4.329 2.09H4.841c-1.968 0-3.542-.718-4.329-2.09-.787-1.306-.656-3.004.328-4.767L10.088 3.78c.984-1.763 2.427-2.743 3.936-2.743 1.575 0 2.952.98 3.936 2.743zm5.182 21.093c1.181 0 2.099-.392 2.493-1.045.394-.653.262-1.633-.328-2.678L16.058 4.825c-.59-1.045-1.312-1.633-2.033-1.633-.722 0-1.443.588-2.034 1.633L2.742 21.151c-.59 1.045-.722 2.024-.328 2.678.394.653 1.312 1.045 2.493 1.045h18.235z"
|
|
2180
2210
|
}
|
|
2181
2211
|
),
|
|
2182
2212
|
/* @__PURE__ */ e(
|
|
2183
2213
|
"path",
|
|
2184
2214
|
{
|
|
2185
|
-
className: "
|
|
2215
|
+
className: "bdst3",
|
|
2186
2216
|
d: "M14.024 19.322c-.787 0-1.443.653-1.443 1.437s.656 1.437 1.443 1.437 1.443-.653 1.443-1.437-.656-1.437-1.443-1.437zm0-10.187c-.787 0-1.443.653-1.443 1.437v.131l.59 6.726c.066.457.394.784.853.784s.787-.327.853-.784l.59-6.857v-.131c0-.718-.656-1.306-1.443-1.306z"
|
|
2187
2217
|
}
|
|
2188
2218
|
)
|
|
@@ -2191,8 +2221,8 @@ const S2 = ({
|
|
|
2191
2221
|
)
|
|
2192
2222
|
] }),
|
|
2193
2223
|
/* @__PURE__ */ t("symbol", { viewBox: "0 0 23 30", id: "euro", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2194
|
-
/* @__PURE__ */ e("g", { clipPath: "url(#
|
|
2195
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "
|
|
2224
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#bea)", children: /* @__PURE__ */ e("path", { d: "M15.98 3.24c-2.19 0-4.02.53-5.51 1.58-.89.62-1.69 1.51-2.4 2.66-.73 1.19-1.16 2.31-1.29 3.38H20.1l-.53 2.62H6.46c-.01.27-.02.53-.02.78 0 1 0 1.6.02 1.8h12.58l-.55 2.62H6.88c.55 2.98 1.86 5.1 3.95 6.35 1.5.9 3.12 1.35 4.86 1.35 2.43 0 4.34-.64 5.7-1.91v4.02c-1.63.75-3.42 1.13-5.39 1.13-5.89 0-9.86-2.45-11.93-7.34-.42-.99-.77-2.19-1.07-3.59H0l.55-2.62H2.6c-.04-.55-.06-1.14-.06-1.78 0-.26 0-.53.02-.8H0l.55-2.62h2.27c.81-4.24 2.91-7.29 6.31-9.14C11.23.58 13.54.01 16.06.01c2.52 0 4.46.53 6.11 1.58l-.78 3.63C19.8 3.91 18 3.25 15.98 3.25v-.01Z" }) }),
|
|
2225
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "bea", children: /* @__PURE__ */ e("path", { d: "M0 0h22.17v29.61H0z" }) }) })
|
|
2196
2226
|
] }),
|
|
2197
2227
|
/* @__PURE__ */ e("symbol", { fill: "none", viewBox: "0 0 51 51", id: "eurovision", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ e(
|
|
2198
2228
|
"path",
|
|
@@ -2226,16 +2256,34 @@ const S2 = ({
|
|
|
2226
2256
|
clipRule: "evenodd"
|
|
2227
2257
|
}
|
|
2228
2258
|
) }),
|
|
2259
|
+
/* @__PURE__ */ t("symbol", { viewBox: "0 0 32 32", id: "gaming", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2260
|
+
/* @__PURE__ */ e(
|
|
2261
|
+
"path",
|
|
2262
|
+
{
|
|
2263
|
+
d: "M14.2 17.8h-1.4v-1.3c0-.8-.6-1.4-1.4-1.4s-1.4.6-1.4 1.4v1.3H8.7c-.8 0-1.4.6-1.4 1.4s.6 1.4 1.4 1.4h1.4V22c0 .8.6 1.4 1.4 1.4s1.4-.6 1.4-1.4v-1.4h1.4c.8 0 1.4-.6 1.4-1.4s-.8-1.4-1.6-1.4ZM21 15.3c-1 0-1.4.6-1.4 1.4s.6 1.4 1.4 1.4h.2c.8 0 1.4-.6 1.4-1.4-.3-.8-.8-1.4-1.6-1.4ZM23.5 20.6c-1 0-1.4.6-1.4 1.4s.6 1.4 1.4 1.4h.2c.8 0 1.4-.6 1.4-1.4s-.8-1.4-1.6-1.4Z",
|
|
2264
|
+
fill: "currentColor",
|
|
2265
|
+
fillRule: "evenodd"
|
|
2266
|
+
}
|
|
2267
|
+
),
|
|
2268
|
+
/* @__PURE__ */ e(
|
|
2269
|
+
"path",
|
|
2270
|
+
{
|
|
2271
|
+
d: "M29 8.8c-1.8-1.6-4.2-2.6-6.6-2.4h-4.2c0-2.4-2.1-4.3-4.5-4.3h-1.6c-.3 0-.6-.3-.6-.6C11.7.6 11 0 10.2 0S8.9.6 8.9 1.4c0 1.8 1.6 3.4 3.4 3.4h1.6c1 0 1.8.8 1.8 1.6H9c-5 .2-9.2 4.4-9 9.4v7.4c.2 2.4 1.1 4.7 3 6.4 1.8 1.6 4 2.6 6.6 2.4H23c2.4 0 4.6-1.1 6.4-2.9 1.8-1.8 2.6-4 2.6-6.6v-7.2c-.2-2.4-1.3-4.7-3-6.4Zm.3 6.5v7.4c0 1.8-.6 3.4-1.8 4.7-1.1 1.3-2.7 1.9-4.5 1.9h-.6c-4.3.2-8.6.2-13 0-1.8 0-3.4-.5-4.6-1.8-1.3-1.1-1.9-2.7-2.1-4.5v-7.2c-.2-3.5 2.7-6.4 6.2-6.6h.6c4.2-.2 8.5-.2 12.8 0h.2c3.5-.2 6.6 2.6 6.7 6.1Z",
|
|
2272
|
+
fill: "currentColor",
|
|
2273
|
+
fillRule: "evenodd"
|
|
2274
|
+
}
|
|
2275
|
+
)
|
|
2276
|
+
] }),
|
|
2229
2277
|
/* @__PURE__ */ t("symbol", { viewBox: "0 0 393.468 370.279", id: "ghost", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2230
2278
|
/* @__PURE__ */ t("defs", { children: [
|
|
2231
|
-
/* @__PURE__ */ e("path", { id: "
|
|
2232
|
-
/* @__PURE__ */ t("mask", { id: "
|
|
2279
|
+
/* @__PURE__ */ e("path", { id: "bna", d: "M0 0h393.468v370.279H0z" }),
|
|
2280
|
+
/* @__PURE__ */ t("mask", { id: "bnb", maskContentUnits: "userSpaceOnUse", maskUnits: "userSpaceOnUse", children: [
|
|
2233
2281
|
/* @__PURE__ */ e("path", { d: "M0 0h393.468v370.279H0z" }),
|
|
2234
|
-
/* @__PURE__ */ e("use", { fill: "#fff", xlinkHref: "#
|
|
2282
|
+
/* @__PURE__ */ e("use", { fill: "#fff", xlinkHref: "#bna" })
|
|
2235
2283
|
] })
|
|
2236
2284
|
] }),
|
|
2237
|
-
/* @__PURE__ */ e("use", { fill: "none", xlinkHref: "#
|
|
2238
|
-
/* @__PURE__ */ t("g", { mask: "url(#
|
|
2285
|
+
/* @__PURE__ */ e("use", { fill: "none", xlinkHref: "#bna" }),
|
|
2286
|
+
/* @__PURE__ */ t("g", { mask: "url(#bnb)", fillRule: "evenodd", children: [
|
|
2239
2287
|
/* @__PURE__ */ e(
|
|
2240
2288
|
"path",
|
|
2241
2289
|
{
|
|
@@ -2268,11 +2316,11 @@ const S2 = ({
|
|
|
2268
2316
|
}
|
|
2269
2317
|
) }),
|
|
2270
2318
|
/* @__PURE__ */ t("symbol", { viewBox: "0 0 20 19", id: "halfstar", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2271
|
-
/* @__PURE__ */ t("g", { clipPath: "url(#
|
|
2319
|
+
/* @__PURE__ */ t("g", { clipPath: "url(#bpa)", children: [
|
|
2272
2320
|
/* @__PURE__ */ e("path", { d: "m9.99 0 2.36 7.26h7.63l-6.17 4.48L16.17 19 10 14.52 3.83 19l2.36-7.26L0 7.26h7.63L9.99 0Z" }),
|
|
2273
2321
|
/* @__PURE__ */ e("path", { fill: "#4742FF", d: "m9.99 14.51-6.17 4.48 2.36-7.26L0 7.26h7.63L9.99 0v14.51Z" })
|
|
2274
2322
|
] }),
|
|
2275
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "
|
|
2323
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "bpa", children: /* @__PURE__ */ e("path", { fill: "#fff", d: "M0 0h19.97v18.99H0z" }) }) })
|
|
2276
2324
|
] }),
|
|
2277
2325
|
/* @__PURE__ */ e("symbol", { viewBox: "0 0 28 28", id: "health", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ e("path", { d: "M24.404 8.599H19.4V3.596A3.6 3.6 0 0 0 15.804 0h-3.609a3.6 3.6 0 0 0-3.596 3.596v5.003H3.596A3.6 3.6 0 0 0 0 12.195v3.61A3.6 3.6 0 0 0 3.596 19.4h5.003v5.003a3.6 3.6 0 0 0 3.596 3.596h3.609a3.6 3.6 0 0 0 3.596-3.596V19.4h5.002a3.6 3.6 0 0 0 3.596-3.596v-3.609a3.597 3.597 0 0 0-3.594-3.596zm1.426 7.205c0 .786-.64 1.426-1.426 1.426H17.23v7.174c0 .786-.64 1.425-1.425 1.425h-3.609a1.427 1.427 0 0 1-1.426-1.425V17.23H3.596c-.786 0-1.426-.64-1.426-1.426v-3.609c0-.786.64-1.426 1.426-1.426h7.174V3.595c0-.786.64-1.426 1.426-1.426h3.609c.786 0 1.426.64 1.426 1.426v7.173h7.173c.786 0 1.426.64 1.426 1.426v3.61z" }) }),
|
|
2278
2326
|
/* @__PURE__ */ e("symbol", { viewBox: "0 0 28 28", id: "heart", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ e("path", { d: "M25.826 3.473c-1.403-1.51-3.292-2.342-5.318-2.342s-3.915.832-5.318 2.342l-1.191 1.268-1.191-1.28C11.404 1.95 9.519 1.118 7.499 1.118h-.002c-2.028 0-3.919.832-5.324 2.343C.771 4.971 0 6.96 0 9.063c0 2.102.772 4.091 2.173 5.603l10.976 11.848a1.153 1.153 0 0 0 1.69 0l5.493-5.918c1.831-1.972 3.662-3.946 5.494-5.917C27.227 13.168 28 11.178 28 9.075s-.773-4.092-2.174-5.602zm-1.691 9.645-5.086 5.477L14 24.032 3.863 13.107c-2.069-2.232-2.075-5.854-.012-8.075 1-1.077 2.295-1.67 3.644-1.67h.001c1.342 0 2.633.593 3.634 1.67l2.03 2.19a1.153 1.153 0 0 0 1.691 0l2.018-2.179c.996-1.073 2.287-1.663 3.634-1.663s2.637.591 3.633 1.663c2.068 2.227 2.068 5.849-.001 8.075z" }) }),
|
|
@@ -2385,21 +2433,21 @@ const S2 = ({
|
|
|
2385
2433
|
/* @__PURE__ */ e("symbol", { viewBox: "0 0 28 28", id: "horoscope-verseau", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ e("path", { d: "M23.4 16.2c-.3-.3-.7-.5-1.1-.5-.4 0-.8.2-1.1.5l-3 3-3-3c-.3-.3-.7-.5-1.1-.5s-.8.2-1.1.5l-3 3-3-3c-.3-.3-.7-.5-1.1-.5-.4 0-.8.2-1.1.5L.7 20.3c-.6.6-.6 1.6 0 2.3.6.6 1.6.6 2.3 0l3-3 3 3c.1.3.5.4.9.4s.8-.2 1.1-.5l3-3 3 3c.3.3.7.5 1.1.5.4 0 .8-.2 1.1-.5l3-3 3 3c.6.6 1.6.5 2.2-.1.6-.6.6-1.6 0-2.2l-4-4zm-.1-10.8c-.3-.3-.7-.4-1.2-.4-.4 0-.8.2-1.1.5l-3 3-3-3c-.2-.4-.7-.5-1.1-.5-.4 0-.8.2-1.1.5l-3 3-3-3c-.3-.4-.7-.5-1.1-.5-.4 0-.8.1-1.1.4L.5 9.5c-.6.6-.6 1.6 0 2.3.6.6 1.6.6 2.3 0l3-3 3 3c.3.3.7.5 1.1.5.4 0 .8-.2 1.1-.5l3-3 3 3c.3.3.7.5 1.1.5.4 0 .8-.2 1.1-.5l3-3 3 3c.3.4.7.6 1.2.6s.9-.1 1.2-.5c.3-.3.5-.8.5-1.2 0-.5-.3-.9-.6-1.2l-4.2-4.1z" }) }),
|
|
2386
2434
|
/* @__PURE__ */ e("symbol", { viewBox: "0 0 28 28", id: "horoscope-vierge", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ e("path", { d: "M26.5 15.5c1.1-1.1 1.6-2.6 1.5-4.1s-1-2.9-2.2-3.8c-1.3-.9-2.9-1.1-4.3-.7-.1-1.1-.6-2.2-1.5-2.9-.8-.7-1.9-1.1-3.1-1.1-1.1 0-2.2.5-3 1.3-.8-.8-2-1.3-3.1-1.3-1.2 0-2.3.5-3.1 1.3-.8-.8-2-1.3-3.2-1.3s-2.3.5-3.1 1.3C.5 5 0 6.2 0 7.3c0 .7.6 1.3 1.3 1.3S2.6 8 2.6 7.3c0-.6.3-1.2.9-1.6.6-.3 1.2-.3 1.8 0s.9.9.9 1.6V16c0 .7.6 1.3 1.3 1.3s1.3-.6 1.3-1.3V7.3c0-.6.3-1.2.9-1.6.6-.3 1.2-.3 1.8 0s.9.9.9 1.6V16c0 .7.6 1.3 1.3 1.3S15 16.7 15 16V7.3c0-.6.3-1.2.9-1.6.6-.3 1.2-.3 1.8 0 .6.3.9.9.9 1.6v12.2l-3.4 3.4c-.5.5-.5 1.4 0 1.9s1.4.5 1.9 0l2-2c.6 1.2 1.7 2 3 2.3s2.6 0 3.7-.9c1-.8 1.6-2.1 1.6-3.4 0-.7-.6-1.3-1.3-1.3-.7 0-1.3.6-1.3 1.3 0 .6-.3 1.2-.9 1.5-.5.3-1.2.3-1.7 0s-.9-.9-.9-1.5v-.2l5.2-5.1zm-5.1-5.8c.7-.5 1.6-.6 2.4-.3s1.4 1 1.5 1.9c.2.8-.1 1.7-.7 2.3l-3.2 3.2V9.7z" }) }),
|
|
2387
2435
|
/* @__PURE__ */ t("symbol", { viewBox: "0 0 23 24", id: "ia", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2388
|
-
/* @__PURE__ */ t("g", { clipPath: "url(#
|
|
2436
|
+
/* @__PURE__ */ t("g", { clipPath: "url(#cva)", children: [
|
|
2389
2437
|
/* @__PURE__ */ e("path", { d: "M7.35 7.48v8.08H6.31V7.48zm3.13 5.54-.84 2.54H8.56l2.75-8.08h1.26l2.76 8.08h-1.12l-.86-2.54zm2.65-.81-.79-2.33c-.18-.53-.3-1.01-.42-1.47h-.02c-.12.48-.25.97-.41 1.46l-.79 2.34zM17.5 0c.35 2.6 2.4 4.65 5.01 5.01-2.6.35-4.65 2.4-5.01 5.01-.35-2.6-2.4-4.65-5.01-5.01A5.855 5.855 0 0 0 17.5 0" }),
|
|
2390
2438
|
/* @__PURE__ */ e("path", { d: "M18.33 17.56c0 .23-.19.41-.42.41H8.75c-.22 0-.43.09-.59.24l-2.81 2.8V18.8c0-.46-.37-.83-.83-.83H2.08a.42.42 0 0 1-.42-.41V5.94c0-.23.19-.41.42-.41H10V3.86H2.08C.93 3.86 0 4.79 0 5.94v11.62c0 1.15.93 2.08 2.09 2.08H3.7v3.39c0 .34.2.64.51.77.1.04.21.06.32.06.22 0 .43-.08.59-.24l3.99-3.98h8.81c1.15 0 2.08-.93 2.08-2.08v-5.87h-1.67zM14.83.23l.04.19c.09.43.43.76.85.85l.19.04-.19.04c-.43.09-.76.43-.85.85l-.04.19-.04-.19c-.09-.43-.43-.76-.85-.85l-.19-.04.19-.04c.43-.09.76-.43.85-.85z" })
|
|
2391
2439
|
] }),
|
|
2392
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "
|
|
2440
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "cva", children: /* @__PURE__ */ e("path", { d: "M0 0h22.51v23.86H0z" }) }) })
|
|
2393
2441
|
] }),
|
|
2394
2442
|
/* @__PURE__ */ t("symbol", { viewBox: "0 0 26 28", id: "ia-loader", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2395
|
-
/* @__PURE__ */ t("g", { clipPath: "url(#
|
|
2443
|
+
/* @__PURE__ */ t("g", { clipPath: "url(#cua)", children: [
|
|
2396
2444
|
/* @__PURE__ */ e("path", { d: "M19.817 0a6.63 6.63 0 0 0 5.673 5.673 6.63 6.63 0 0 0-5.673 5.674 6.63 6.63 0 0 0-5.673-5.674A6.63 6.63 0 0 0 19.817 0" }),
|
|
2397
2445
|
/* @__PURE__ */ e("path", { d: "M20.757 19.885a.47.47 0 0 1-.476.464H9.908a.98.98 0 0 0-.668.272l-3.182 3.17V21.29a.938.938 0 0 0-.94-.94H2.355a.476.476 0 0 1-.475-.464V6.726c0-.26.215-.464.475-.464h8.969V4.371H2.355A2.354 2.354 0 0 0 0 6.726v13.159a2.356 2.356 0 0 0 2.367 2.355H4.19v3.839a.94.94 0 0 0 .577.872 1 1 0 0 0 .363.068.93.93 0 0 0 .668-.272l4.518-4.507h9.976a2.354 2.354 0 0 0 2.356-2.355v-6.647h-1.891zM16.793.26l.046.216c.102.487.487.86.962.962l.215.045-.215.046c-.487.102-.86.487-.962.962l-.046.215-.045-.215a1.25 1.25 0 0 0-.963-.962l-.215-.046.216-.045c.486-.102.86-.487.962-.962z" }),
|
|
2398
2446
|
/* @__PURE__ */ e("circle", { cx: 7.5, cy: 14.079, r: 1.5 }),
|
|
2399
2447
|
/* @__PURE__ */ e("circle", { cx: 11.5, cy: 14.079, r: 1.5 }),
|
|
2400
2448
|
/* @__PURE__ */ e("circle", { cx: 15.5, cy: 14.079, r: 1.5 })
|
|
2401
2449
|
] }),
|
|
2402
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "
|
|
2450
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "cua", children: /* @__PURE__ */ e("path", { d: "M0 0h25.49v27.019H0z" }) }) })
|
|
2403
2451
|
] }),
|
|
2404
2452
|
/* @__PURE__ */ t("symbol", { viewBox: "0 0 28 28", id: "info", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2405
2453
|
/* @__PURE__ */ e("path", { d: "M14 5.6a1.398 1.398 0 1 0 1.191 2.132A1.4 1.4 0 0 0 14 5.6z" }),
|
|
@@ -2444,7 +2492,7 @@ const S2 = ({
|
|
|
2444
2492
|
/* @__PURE__ */ e("path", { d: "M40.003 18.043c0-.44 0-.867.013-1.28.013-.402.013-.829 0-1.281-.013-.44 0-.906.013-1.371.013-.466.026-.983.026-1.54 0-.53-.103-.97-.297-1.332a1.949 1.949 0 0 0-.815-.801c-.35-.181-.79-.272-1.307-.272-.427 0-.84.078-1.215.233a2.283 2.283 0 0 0-.983.789 2.821 2.821 0 0 0-.375.711l-.143-.013c-.026-.103-.038-.194-.064-.284a1.779 1.779 0 0 0-.466-.802 2.01 2.01 0 0 0-.75-.479 2.853 2.853 0 0 0-.983-.155c-.466 0-.867.09-1.203.259-.35.18-.634.452-.866.814a2.66 2.66 0 0 0-.272.544l-.155-.013.038-.686c.013-.245.026-.504.026-.763H27.16c.026.828.039 1.694.039 2.574v6.337a81.8 81.8 0 0 1-.039 2.574h3.04c0-.271 0-.595-.013-.944-.013-.35-.013-.75-.013-1.19v-5.289c0-.285.026-.53.077-.738.052-.194.13-.362.246-.478.116-.117.246-.207.375-.26.142-.05.298-.077.466-.077.31 0 .543.09.672.272.13.181.194.44.194.802v3.324c0 .944-.013 1.772-.026 2.509a59.088 59.088 0 0 0-.038 2.082h2.974a21.63 21.63 0 0 1-.026-.944v-1.086c0-.401 0-.854-.013-1.358-.012-.505-.012-1.1-.012-1.76v-2.289c0-.284.025-.53.077-.737.052-.194.13-.362.233-.478a.934.934 0 0 1 .375-.26c.155-.05.297-.077.44-.077.31 0 .556.09.698.272.155.181.233.453.233.815v3.117c0 .957 0 1.836-.013 2.625-.013.802-.013 1.514-.039 2.147h3a25.636 25.636 0 0 1-.064-1.797v-1.966Zm4.695-10.089c-.143-.078-.324-.13-.57-.181a4.689 4.689 0 0 0-.944-.078c-.388 0-.698.026-.944.078-.245.052-.427.103-.556.181a.789.789 0 0 0-.297.285.79.79 0 0 0-.026.737c.052.116.142.22.284.31.143.09.324.168.57.22.245.065.568.09.97.09.387 0 .698-.025.944-.09.245-.065.44-.13.569-.22a.714.714 0 0 0 .284-.31.854.854 0 0 0 .078-.35.946.946 0 0 0-.078-.387.555.555 0 0 0-.284-.285Zm.026 8.019v-3.065c0-.466 0-.905.013-1.332.013-.427.013-.84.026-1.255H41.53c.025.556.038 1.126.038 1.707V17.5c0 .53 0 1.035-.013 1.54-.013.504-.013.982-.026 1.435-.012.453-.012.905-.012 1.332h3.233c-.013-.414-.026-.828-.026-1.241-.013-.414-.013-.854-.013-1.32v-1.487c.013-.543.013-1.125.013-1.785Zm10.269-3.065c0-.672-.103-1.202-.31-1.59a1.935 1.935 0 0 0-.88-.854c-.375-.181-.84-.272-1.396-.272-.53 0-.996.09-1.397.26-.401.167-.724.439-.996.8a2.847 2.847 0 0 0-.297.518h-.156c0-.207.013-.414.013-.633.013-.246.013-.518.013-.802h-3.22c0 .763 0 1.603.013 2.535.013.93.013 2.004.013 3.22v2.238c0 .66 0 1.267-.013 1.823s-.013 1.113-.013 1.669H49.6c0-.272 0-.57-.013-.854-.013-.297-.013-.634-.013-1.009v-5.522c0-.298.026-.557.078-.75.052-.195.13-.363.246-.48a1.18 1.18 0 0 1 .413-.284c.156-.064.324-.103.492-.103.246 0 .44.039.582.13.142.09.233.206.285.374.038.168.064.375.064.634v5.691c0 .802-.013 1.526-.026 2.173h3.26c-.013-.621-.026-1.242-.026-1.889-.013-.646-.013-1.345-.013-2.082 0-.362 0-.711.013-1.06.013-.35.013-.699 0-1.061s0-.789.013-1.242c.026-.504.038-1.021.038-1.578Zm10.114-2.588h-3.233v1.85c0 .362 0 .802.012 1.32.013.517.013 1.124.013 1.823v2.483c0 .285-.038.53-.103.724a1.53 1.53 0 0 1-.259.479.833.833 0 0 1-.414.272 1.626 1.626 0 0 1-.491.077c-.22 0-.401-.039-.556-.103a.578.578 0 0 1-.31-.362 2.128 2.128 0 0 1-.091-.634c0-1.112 0-2.147-.013-3.104-.013-.957 0-1.837.013-2.639.013-.802.026-1.539.039-2.198h-3.26c.026.633.04 1.267.04 1.888v2.056c0 .388 0 .75-.014 1.1-.013.349-.013.698-.013 1.073s0 .802-.013 1.268c-.013.465-.013.996-.013 1.59 0 .621.104 1.139.324 1.514.22.388.517.672.892.853.375.181.84.285 1.397.285.517 0 .983-.09 1.384-.259a2.617 2.617 0 0 0 1.345-1.358h.103c-.013.233-.013.466-.025.699-.013.232-.026.491-.04.776h3.26v-5.755c0-.841-.013-1.592-.026-2.238a42.601 42.601 0 0 1 0-1.824c.052-.556.052-1.112.052-1.655Zm7.36 10.076a13.238 13.238 0 0 1-.064-.71 11.059 11.059 0 0 0-.052-.7c-.026-.22-.039-.413-.052-.581a2.81 2.81 0 0 1-.608.168 3.84 3.84 0 0 1-.685.064c-.22 0-.401-.025-.543-.077a.585.585 0 0 1-.324-.259c-.077-.13-.103-.297-.103-.491 0-.919.013-1.798.026-2.665.013-.62.013-1.215.026-1.81h.142c.271 0 .543 0 .815.013.271 0 .504.012.737.012.22 0 .427.014.595.026v-1.034c0-.35 0-.699.013-1.035.013-.35.026-.672.052-1.009-.363 0-.712 0-1.048.013-.336 0-.686.013-1.06.013h-.208c.013-.685.04-1.32.09-1.914-.167 0-.348 0-.516.013-.169 0-.35.013-.53.013h-.531c-.284 0-.57 0-.828-.013-.271 0-.517-.013-.75-.013.013.634.013 1.254.013 1.875h-.918c0 .22 0 .453.013.699.013.245.013.491.013.75v1.5h.84c-.013.31-.013.621-.026.918-.012.595-.025 1.151-.025 1.695v2.897c0 .504.051.944.168 1.332.103.375.297.711.582.97.284.272.633.479 1.073.62.427.143.983.22 1.656.22.284 0 .556-.012.789-.038.233-.026.465-.052.685-.09.22-.04.453-.091.698-.169a34.399 34.399 0 0 1-.077-.582 16.366 16.366 0 0 1-.078-.62Zm8.484-8.794a2.87 2.87 0 0 0-.698-.828 2.81 2.81 0 0 0-1.087-.492 6.748 6.748 0 0 0-1.539-.168c-.724 0-1.345.104-1.888.298-.543.194-.996.53-1.358.97-.362.452-.634 1.073-.815 1.862-.168.79-.258 1.785-.258 2.975 0 .892.051 1.668.168 2.328.103.66.271 1.203.491 1.642.22.44.492.79.84 1.048.35.259.751.453 1.204.57.452.116.97.18 1.539.18.543 0 1.022-.038 1.41-.13.4-.09.737-.193 1.034-.335a2.15 2.15 0 0 0 .737-.556c.195-.233.337-.505.44-.815.104-.31.168-.66.207-1.048a8.3 8.3 0 0 0 .013-1.28c-.168 0-.388 0-.634.013-.245.013-.517.013-.815.013-.168 0-.336 0-.49-.013-.156-.013-.311-.013-.44-.013-.143 0-.272 0-.427-.013.025.284.025.543.012.763-.025.22-.051.4-.103.543a1.12 1.12 0 0 1-.194.35.663.663 0 0 1-.297.193 1.225 1.225 0 0 1-.388.052 1.42 1.42 0 0 1-.582-.103c-.143-.078-.272-.22-.376-.453a3.49 3.49 0 0 1-.245-.97 12.59 12.59 0 0 1-.09-1.41h.232c.246 0 .504.013.802.013h.931c.246 0 .504 0 .789-.013h.789c.246 0 .504.013.763.013.272 0 .517.013.763.013.013-.142.026-.35.026-.62.013-.26.013-.57.026-.906.013-.337.013-.686.013-1.035 0-.556-.039-1.06-.104-1.513a4.131 4.131 0 0 0-.4-1.125Zm-2.961 3.763c-.181 0-.375 0-.557.013-.18 0-.349.013-.517.013-.168 0-.323 0-.478-.013-.04 0-.078 0-.117-.013.013-.388.039-.737.078-1.034.064-.57.142-.996.245-1.307.104-.297.233-.504.376-.62a.923.923 0 0 1 .53-.169c.271 0 .491.065.66.181.168.117.271.337.336.634.051.298.09.711.09 1.229 0 .388-.013.698-.026.918 0 .052 0 .09-.013.13h-.051a4.015 4.015 0 0 1-.556.038Zm12.235 2.095a2.904 2.904 0 0 0-.557-1.021 4.21 4.21 0 0 0-.944-.815c-.375-.246-.853-.466-1.41-.66a5.238 5.238 0 0 1-.88-.4c-.232-.143-.413-.272-.542-.415a1.048 1.048 0 0 1-.259-.465 2.405 2.405 0 0 1-.065-.543c0-.169.013-.31.052-.427a.574.574 0 0 1 .168-.272.87.87 0 0 1 .31-.155 1.69 1.69 0 0 1 .48-.052c.18 0 .335.026.465.065.116.039.22.103.297.194.078.09.13.194.168.349.026.142.04.31.04.504 0 .143 0 .272.012.376.013.103 0 .22-.039.349.168-.013.35-.013.544-.013h1.19c.18 0 .362 0 .53.013.168.013.323.013.452.013.026-.117.04-.233.026-.35a2.82 2.82 0 0 1-.013-.336c.013-.116.013-.22.013-.336a4.69 4.69 0 0 0-.116-1.1 2.55 2.55 0 0 0-.362-.827c-.168-.233-.401-.414-.699-.57-.297-.155-.672-.258-1.112-.336-.44-.077-.957-.103-1.54-.103-.672 0-1.266.052-1.771.168-.504.104-.918.272-1.254.505-.337.232-.57.543-.725.93-.155.389-.233.854-.233 1.397 0 .492.052.945.143 1.333.09.4.245.75.478 1.06.22.31.53.595.918.828.389.246.867.453 1.45.634.348.155.633.297.866.44a3 3 0 0 1 .556.4c.142.13.246.285.31.453.078.168.104.35.104.543 0 .168-.013.324-.052.453a.768.768 0 0 1-.168.323.53.53 0 0 1-.298.168 2.43 2.43 0 0 1-.491.04 1.53 1.53 0 0 1-.505-.078.885.885 0 0 1-.349-.194.848.848 0 0 1-.18-.375 2.433 2.433 0 0 1-.066-.557c0-.09.013-.194.026-.31a1.681 1.681 0 0 0 0-.362c-.142.013-.323.013-.53.013h-1.255c-.18 0-.349 0-.504-.013-.155-.013-.297-.013-.414-.013 0 .09 0 .181-.013.272-.013.09-.013.207-.026.323-.012.116-.012.259-.012.414 0 .4.038.75.129 1.06.09.31.22.595.388.854s.414.466.711.62c.298.156.673.272 1.125.363.44.09.983.13 1.591.13.737 0 1.345-.065 1.85-.195.504-.13.918-.31 1.228-.569.31-.258.556-.582.712-.983.155-.4.233-.892.233-1.461 0-.453-.052-.893-.181-1.28Z" })
|
|
2445
2493
|
] }),
|
|
2446
2494
|
/* @__PURE__ */ t("symbol", { viewBox: "0 0 190 47.4", id: "logo-animaux", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2447
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "
|
|
2495
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "dca", children: /* @__PURE__ */ e(
|
|
2448
2496
|
"path",
|
|
2449
2497
|
{
|
|
2450
2498
|
d: "M0 0h190v47.4H0z",
|
|
@@ -2457,7 +2505,7 @@ const S2 = ({
|
|
|
2457
2505
|
"g",
|
|
2458
2506
|
{
|
|
2459
2507
|
style: {
|
|
2460
|
-
clipPath: "url(#
|
|
2508
|
+
clipPath: "url(#dca)"
|
|
2461
2509
|
},
|
|
2462
2510
|
children: [
|
|
2463
2511
|
/* @__PURE__ */ e(
|
|
@@ -2465,14 +2513,14 @@ const S2 = ({
|
|
|
2465
2513
|
{
|
|
2466
2514
|
fill: "currentColor",
|
|
2467
2515
|
d: "M66.5 44V29.2c0-1.3-.2-2.3-.5-3.2s-.8-1.6-1.4-2.2c-.7-.6-1.5-1-2.5-1.3s-2.3-.5-3.8-.5-2.8.2-3.9.5-2 .9-2.7 1.6q-1.05 1.2-1.5 3t-.3 4.5c.3 0 .6 0 1-.1H56v-2c0-.5.2-1 .3-1.3.2-.3.4-.5.7-.6s.6-.2 1-.2.7 0 1 .2c.3.1.5.3.7.5s.3.4.3.7v4.5c-.3 0-.7-.1-1-.2h-1.9c-1.7 0-3.1.2-4.3.7s-2 1.2-2.5 2.2c-.6 1-.8 2.4-.8 4.2s.1 2.6.3 3.5.6 1.6 1 2.1c.5.5 1 .9 1.7 1.1s1.4.3 2.3.3 2.1-.2 2.9-.6 1.4-1 1.9-1.9c.2-.4.3-.8.5-1.2h.3v2.8c0 .2 0 .3.2.4 0 0 .2.2.4.2h6.1c-.1-.3-.2-.7-.2-1.2s0-1.1-.2-1.9Zm-7.2-2.7c-.2.4-.5.6-.8.8s-.7.2-1.1.2-.8 0-1.1-.2c-.3-.1-.5-.5-.6-.9-.1-.5-.2-1.2-.2-2s0-1.5.3-2c.2-.4.5-.8.8-.9.4-.2.9-.2 1.5-.2H60v1.6c0 .9 0 1.6-.2 2.2 0 .6-.3 1-.5 1.4m28.4-2.8V28.3c0-1.5-.2-2.8-.6-3.7s-1-1.6-1.8-2-1.8-.6-2.9-.6-2 .2-2.9.6-1.6 1-2.1 1.8q-.3.45-.6 1.2h-.2v-3.3h-6.7V47h6.7V31.6c0-.6 0-1.2.2-1.7.1-.5.3-.8.5-1.1s.5-.5.8-.6.7-.2 1.1-.2.9 0 1.2.2.5.5.6.8.2.9.2 1.5V47H88c0-1.4-.1-2.7-.1-4.1v-4.5Zm10-7.4v-8.7h-6.8v24.8h6.8V31.3Zm30.2 7.9V27.6c0-1.2-.2-2.3-.6-3.1s-1-1.4-1.7-1.8-1.7-.6-2.8-.6-1.7.2-2.5.5c-.8.4-1.5.9-2 1.7-.3.4-.6 1-.8 1.6h-.2c0-.2-.1-.5-.2-.7-.2-.7-.6-1.3-1-1.8s-.9-.8-1.5-1.1c-.6-.2-1.3-.4-2.1-.4s-1.8.2-2.5.6-1.3 1-1.8 1.8c-.2.4-.4.8-.6 1.3h-.3v-3.3h-6.4v24.6h6.3V31.4c0-.6 0-1.2.2-1.6.1-.4.3-.8.5-1.1s.5-.5.8-.6.6-.2 1-.2q1.05 0 1.5.6c.45.6.4 1 .4 1.8V47h6.2c0-.7-.1-1.3-.1-2V31.5c0-.7 0-1.2.2-1.7s.3-.8.5-1.1.5-.5.8-.6.6-.2 1-.2c.7 0 1.1.2 1.4.6s.4 1 .4 1.9v16.5h6.3v-8Zm19.6 5V29.2c0-1.3-.2-2.3-.5-3.2s-.8-1.6-1.4-2.2-1.5-1-2.6-1.3-2.3-.5-3.8-.5-2.8.2-3.9.5-2 .9-2.6 1.6q-1.05 1.2-1.5 3t-.3 4.5c.3 0 .6 0 1-.1h5.1c0-.8-.1-1.5 0-2 0-.5.2-1 .3-1.3s.4-.5.7-.6.6-.2 1-.2.7 0 1 .2c.3.1.5.3.7.5.1.2.3.4.3.7s.1.7.1 1.1v3.4c-.3 0-.7-.1-1-.2h-1.9c-1.7 0-3.1.2-4.3.7-1.1.5-2 1.2-2.6 2.2s-.8 2.4-.8 4.2.1 2.6.3 3.5.6 1.6 1 2.1c.5.5 1 .9 1.7 1.1s1.4.3 2.3.3 2.1-.2 2.9-.6 1.4-1 1.9-1.9c.2-.4.4-.8.5-1.2h.3v2.8c0 .2 0 .3.1.4 0 0 .2.2.4.2h6.1c-.1-.3-.2-.7-.2-1.2s-.1-1.1-.1-1.9Zm-7.2-2.7c-.2.4-.5.6-.8.8s-.7.2-1.1.2-.8 0-1.1-.2c-.3-.1-.5-.5-.6-.9s-.2-1.2-.2-2 0-1.5.3-2c.2-.4.5-.8.8-.9s.9-.2 1.5-.2h1.9v1.6c0 .9 0 1.6-.1 2.2s-.3 1-.5 1.4Zm28.5-19h-6.7V38c0 .7 0 1.2-.2 1.7s-.3.8-.6 1.1q-.45.45-.9.6c-.3.1-.7.2-1 .2-.5 0-.9 0-1.1-.2s-.5-.4-.6-.8-.2-.9-.2-1.5V22.5h-6.7v19c0 1.2.2 2.6.7 3.5.4.9 1.1 1.6 1.9 2s1.8.6 2.8.6 2.2-.2 3-.5c.8-.4 1.5-1 2.1-1.7.2-.4.5-.8.7-1.3h.2v3.2h6.7V22.5ZM189 44c-.3-1.1-.7-2.2-1.1-3.4l-1.2-3.6c-.3-.8-.5-1.6-.8-2.4.4-1.2.8-2.5 1.2-3.7q.75-2.55 1.5-4.8c.75-2.25.9-2.8 1.3-3.9h-6.8c-.2.9-.4 1.9-.7 3.1-.3 1.1-.6 2.4-.9 3.8-.2.9-.4 1.8-.5 2.6 0 .3-.1.6-.1.8h-.2c0-.2 0-.5-.1-.7-.1-.8-.3-1.6-.5-2.5-.3-1.3-.6-2.6-.9-3.8s-.5-2.2-.7-3.2H171c.4 1.1.9 2.5 1.4 4s1 3.1 1.6 4.8c.4 1.1.7 2.3 1.1 3.4-.2.7-.5 1.5-.7 2.2-.4 1.3-.9 2.6-1.3 3.8s-.8 2.4-1.2 3.5-.7 2.1-1 3h6.8c.2-.9.4-1.8.6-2.8s.5-2 .9-3.2q.3-1.65.6-3c0-.4.1-.8.2-1.1h.3c0 .3.1.7.2 1.1.1.9.4 1.8.6 2.9.2.8.4 1.6.5 2.2.2.6.3 1.3.5 1.9s.3 1.3.5 2h7.6c-.3-.9-.7-1.9-1-3Z",
|
|
2468
|
-
className: "
|
|
2516
|
+
className: "dcst0"
|
|
2469
2517
|
}
|
|
2470
2518
|
),
|
|
2471
2519
|
/* @__PURE__ */ e(
|
|
2472
2520
|
"path",
|
|
2473
2521
|
{
|
|
2474
2522
|
d: "M55.6 0c-7.9 0-14.9 3.8-19.3 9.6C34.1 2.7 26.9 0 18.7 0 3.2 0 .5 9.8.5 15.6s0 1.9.1 2.2h9.5v-3c0-3.1 2-6.6 8.6-6.6s8.8 2.5 8.8 6.3c0 6.9-9.6 7.9-17.4 12.2C1.5 31.4 0 34.5 0 43.4v3.3h36.3v-7.8c2.3 3.1 5.4 5.6 8.9 7.3v-10c-3.3-2.9-5.3-7.1-5.3-11.9 0-8.7 7-15.8 15.7-15.8s11.3 3.4 13.9 8.4h9.2C75.6 7.1 66.4 0 55.6 0M29.8 38H11c0-7.1 15.1-7.1 22.3-14.2.9-.8 1.5-1.4 1.6-1.6-.2.9-3.6 4.6-1.7 10.8.7 1.7 1.5 3.3 2.5 4.8-1.6 0-5 .2-5.9.2",
|
|
2475
|
-
className: "
|
|
2523
|
+
className: "dcst0"
|
|
2476
2524
|
}
|
|
2477
2525
|
)
|
|
2478
2526
|
]
|
|
@@ -2481,11 +2529,11 @@ const S2 = ({
|
|
|
2481
2529
|
/* @__PURE__ */ e("path", { d: "M97.1 5.9c-1.1 0-1.8 2.1-1.8 3.2s.9 2.3 2 2.3 2-1 2-2.3-1.2-3.2-2.3-3.2ZM99.4 20c-.6.4-1.2.5-1.9.4s-1.3-.4-1.9-.7c-.7-.3-1.6-.3-2.3 0-.6.3-1.2.6-1.9.7s-1.3 0-1.9-.4-.9-1.2-.8-2c.1-.7.6-1.2 1.1-1.6s1.1-.7 1.5-1.2.7-1.2 1-1.9c.9-1.6 3.2-1.6 4.2 0 .3.6.6 1.3 1 1.9.4.5 1 .8 1.5 1.2s1 .9 1.1 1.6c.1.8-.2 1.6-.8 2Zm-9.3-7.4c-.4-.9-1.6-2.4-2.5-2s-1.2 2.3-.8 3.3 1.4 1.5 2.3 1.2 1.3-1.5.9-2.5ZM92 5.9c-1.1 0-2.3 2-2.3 3.2s.9 2.3 2 2.3 2-1 2-2.3-.7-3.2-1.8-3.2Zm9.5 4.6c-.9-.4-2.1 1.1-2.5 2-.4 1 0 2.1.9 2.5s1.9-.2 2.3-1.2.1-3-.8-3.3Z" })
|
|
2482
2530
|
] }),
|
|
2483
2531
|
/* @__PURE__ */ t("symbol", { viewBox: "0 0 120 50", id: "logo-games", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2484
|
-
/* @__PURE__ */ t("g", { clipPath: "url(#
|
|
2532
|
+
/* @__PURE__ */ t("g", { clipPath: "url(#dda)", children: [
|
|
2485
2533
|
/* @__PURE__ */ e("path", { d: "M52.915 7.881c6.308 0 11.697 3.807 13.9 9.187h8.477C72.812 7.273 63.736 0 52.915 0c-7.384 0-13.96 3.39-18.174 8.655C32.435 2.407 25.749 0 18.123 0 3.224 0 .646 9.43.646 14.963c0 1.06.073 1.774.111 2.105h8.979V14.18c0-2.964 1.94-6.384 8.302-6.384 5.73 0 8.426 2.395 8.426 6.108 0 6.66-9.247 7.61-16.75 11.735-8.293 4.56-9.65 7.528-9.65 16.103 0 .608.038 2.586-.064 3.177h35.251c-.068-.23-.06-3.084-.06-4.02 0-.731.026-2.964.047-4.027 4.228 4.92 10.578 8.051 17.681 8.051v-7.881c-8.26 0-14.954-6.525-14.954-14.576 0-8.052 6.694-14.576 14.954-14.576l-.004-.009Zm-24.46 28.714H10.293c0-6.307 12.215-6.813 19.671-12.109 1.532-1.084 3.012-2.31 3.135-2.594-.145.82-3.636 4.155-1.259 9.65a24.938 24.938 0 0 0 .31.672 22.305 22.305 0 0 0 2.65 4.122c-1.373.09-5.418.255-6.341.255l-.005.004Z" }),
|
|
2486
2534
|
/* @__PURE__ */ e("path", { d: "M58.525 37.94c0-1.523-.008-2.986-.021-4.394-.017-1.408-.03-2.735-.043-3.977a263.29 263.29 0 0 0-.063-3.288 75.855 75.855 0 0 1-.043-2.297h5.878c-.03.762-.042 1.489-.042 2.182 0 .694-.009 1.366-.022 2.012a74.98 74.98 0 0 0-.02 1.96v2.132c0 .761.008 1.548.02 2.364.013.817.03 1.689.043 2.616.013.928.021 1.931.021 3.003v3.556c0 .714-.05 1.37-.153 1.965a4.636 4.636 0 0 1-.591 1.612 4.27 4.27 0 0 1-1.119 1.225c-.455.336-1.016.583-1.688.74-.672.157-1.476.234-2.412.234-.527 0-.995-.022-1.404-.068a6.068 6.068 0 0 1-1.14-.234c0-.158.01-.425.022-.804.017-.379.042-.787.09-1.225.046-.438.059-.885.042-1.344-.017-.46-.009-.872.02-1.242.03-.37.044-.655.044-.855.204.09.416.149.637.183.222.034.46.051.723.051.409 0 .715-.12.923-.353.205-.234.307-.642.307-1.225v-4.53h-.009Zm6.036-16.41a1.67 1.67 0 0 1-.481.553c-.217.166-.57.298-1.055.387a9.62 9.62 0 0 1-1.73.136c-.762 0-1.37-.042-1.821-.136-.455-.09-.813-.217-1.076-.387-.264-.166-.439-.353-.528-.553-.09-.2-.132-.425-.132-.672 0-.247.043-.468.132-.672.09-.2.277-.374.57-.519a4.507 4.507 0 0 1 1.119-.353c.45-.09 1.03-.136 1.73-.136.643 0 1.209.047 1.69.136.48.09.842.209 1.076.353.233.145.4.32.506.52.102.199.153.424.153.671 0 .247-.051.468-.153.672Zm6.996 23.827c-.876-.225-1.624-.557-2.237-1.008-.612-.447-1.118-1.08-1.514-1.897-.396-.817-.71-1.842-.944-3.07-.234-1.23-.353-2.697-.353-4.395 0-2.19.183-4.036.548-5.537.366-1.497.868-2.654 1.514-3.475a5.246 5.246 0 0 1 2.48-1.744c1.008-.345 2.174-.519 3.488-.519 1.14 0 2.114.085 2.918.251.803.166 1.476.447 2.02.838a4.3 4.3 0 0 1 1.293 1.493c.323.604.557 1.314.702 2.13.144.817.22 1.753.22 2.804 0 .65-.02 1.288-.063 1.914a49.494 49.494 0 0 0-.09 1.71 35.79 35.79 0 0 0-.02 1.173h-1.383c-.48 0-.965-.004-1.446-.017-.48-.013-.974-.017-1.472-.017h-1.446c-.642 0-1.237.005-1.778.017-.54.013-1.037.017-1.493.017h-1.207l.174-2.615h4.828c.323 0 .671-.013 1.054-.034l-1.008 1.008c.03-.404.051-.83.064-1.276.013-.447.021-1.064.021-1.846 0-1.008-.06-1.782-.174-2.331-.12-.549-.328-.936-.638-1.157-.306-.221-.68-.336-1.119-.336-.378 0-.718.094-1.008.285-.293.191-.548.57-.77 1.14-.22.57-.374 1.408-.459 2.518-.09 1.106-.132 2.556-.132 4.347 0 1.229.043 2.25.132 3.053.09.804.234 1.408.438 1.812.204.404.455.694.745.872.293.179.659.268 1.097.268.293 0 .54-.038.744-.119.204-.076.379-.2.528-.37.144-.166.263-.395.353-.689.089-.29.144-.655.174-1.089a12.9 12.9 0 0 0 0-1.527c.294.022.557.034.791.034.234 0 .506.013.813.034.306.022.608.034.897.034.527 0 1.017-.012 1.472-.034.455-.02.897-.042 1.34-.068 0 .894-.043 1.71-.132 2.45-.09.74-.222 1.4-.396 1.978a3.772 3.772 0 0 1-.812 1.476 4.59 4.59 0 0 1-1.34 1.008c-.528.268-1.178.476-1.953.62-.774.146-1.645.218-2.611.218-1.025 0-1.974-.11-2.854-.336l.004.004ZM90.289 23.98c.03 1.297.03 2.714 0 4.245-.03 1.531-.051 3.198-.064 4.997-.017 1.8-.021 3.777-.021 5.921 0 .468.064.85.195 1.14.132.29.315.498.549.62.234.124.587.184 1.055.184.323 0 .63-.051.923-.15.293-.101.549-.254.77-.467.22-.213.395-.498.527-.855s.196-.782.196-1.276v-4.78c0-1.353-.017-2.523-.043-3.505a84.261 84.261 0 0 1-.042-2.518V23.98h6.01c-.03 1.03-.043 2.063-.043 3.105v7.566c0 2.28.009 4.28.021 5.99.013 1.709.022 3.283.022 4.712h-6.01c0-.494.008-.949.02-1.374.014-.425.03-.842.043-1.259.013-.413.051-.923.111-1.527l.306 1.612-1.097-.068.876-1.442c-.149 1.03-.476 1.859-.987 2.484a4.48 4.48 0 0 1-1.91 1.374c-.76.29-1.637.438-2.632.438-.995 0-1.812-.162-2.544-.485a3.58 3.58 0 0 1-1.688-1.51c-.396-.68-.591-1.56-.591-2.633 0-1.14.008-2.152.02-3.037.014-.884.022-1.688.022-2.415 0-.728.009-1.42.021-2.08.013-.66.022-1.327.022-1.995 0-1.455.008-2.769.02-3.943a59.96 59.96 0 0 0-.063-3.505h6.01l-.004-.008Zm11.803 21.377a33.27 33.27 0 0 1 .812-2.552c.336-.94.685-1.952 1.055-3.037.366-1.084.74-2.199 1.118-3.339.379-1.14.775-2.292 1.187-3.453l-.042 2.986a625.087 625.087 0 0 0-1.447-4.364 5619.39 5619.39 0 0 0-1.403-4.16 61.414 61.414 0 0 0-1.272-3.454h6.669c.175.872.379 1.816.613 2.837.234 1.017.497 2.118.791 3.305.204.761.357 1.489.459 2.182.102.693.183 1.276.243 1.744l-.438-1.072h.876l-.528 1.072a31.738 31.738 0 0 1 .791-3.994c.294-1.255.562-2.378.813-3.373.247-.995.476-1.897.68-2.7h6.01c-.353.96-.74 2.08-1.161 3.355-.425 1.276-.876 2.65-1.361 4.126a249.774 249.774 0 0 1-1.514 4.495l.132-2.483a65.582 65.582 0 0 0 1.055 3.22c.378 1.071.744 2.117 1.097 3.138.353 1.017.68 1.99.987 2.918l.855 2.599h-6.801a10.527 10.527 0 0 0-.307-1.71c-.148-.536-.302-1.089-.459-1.663a83.372 83.372 0 0 1-.506-1.897 27.947 27.947 0 0 1-.528-2.616l-.306-2.08.438 1.072h-.876l.528-1.072a74.28 74.28 0 0 0-.417 2.063c-.162.838-.345 1.727-.549 2.667a60.315 60.315 0 0 1-.68 2.837 21.388 21.388 0 0 0-.507 2.399H102.1l-.008.004Z" })
|
|
2487
2535
|
] }),
|
|
2488
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "
|
|
2536
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "dda", children: /* @__PURE__ */ e("path", { d: "M0 0h119.16v49.585H0z" }) }) })
|
|
2489
2537
|
] }),
|
|
2490
2538
|
/* @__PURE__ */ t("symbol", { viewBox: "0 0 161 51", id: "logo-instant", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2491
2539
|
/* @__PURE__ */ e("path", { d: "M61.3 20.8c-.3-.2-.6-.3-1.1-.3-.5 0-1-.1-1.7-.1s-1.3 0-1.8.1c-.5 0-.8.2-1.1.3-.3.2-.4.3-.6.5-.1.2-.2.4-.2.7s0 .5.2.7c.1.2.3.4.5.6.2.2.6.3 1.1.4.5.1 1.1.2 1.8.2s1.2 0 1.7-.2c.5-.1.8-.2 1-.4.2-.2.4-.4.5-.6.1-.2.2-.4.2-.7s0-.5-.2-.7c-.1-.2-.3-.4-.5-.5ZM61.4 33.1V25.4h-5.9v22h5.9V33ZM80.7 39.6V30c0-1.2-.2-2.1-.6-2.9-.4-.7-.9-1.3-1.7-1.6-.7-.3-1.6-.5-2.6-.5s-1.8.2-2.6.5-1.4.8-1.9 1.4l-.6.9h-.3v-2.5h-6v22h5.9V32.5c0-.6 0-1 .2-1.4.1-.4.3-.7.5-.9.2-.2.5-.4.8-.5.3-.1.7-.2 1-.2s.8 0 1.1.2c.3.1.4.4.6.7.1.3.2.7.2 1.2V47.2h5.9v-7.8ZM96.4 37.3c-.5-.6-1-1.1-1.8-1.6-.7-.5-1.6-.9-2.6-1.4-.7-.3-1.2-.5-1.7-.8-.4-.3-.8-.5-1-.8-.2-.3-.4-.6-.5-1-.1-.4-.2-.8-.2-1.1s0-.6.1-.8c0-.2.2-.4.4-.6l.6-.3c.3 0 .5-.1.8-.1s.7 0 1 .1c.3 0 .5.2.6.4.1.2.3.4.3.7 0 .3.1.6.1 1v1.6H97.6v-1.9c0-.8 0-1.5-.3-2.1-.2-.6-.4-1.1-.8-1.6-.3-.4-.8-.8-1.4-1.1-.6-.3-1.2-.5-2-.6-.8-.1-1.7-.2-2.8-.2s-2.4 0-3.3.3c-.9.2-1.7.5-2.3 1-.6.5-1.1 1-1.4 1.8-.3.7-.5 1.6-.5 2.5s.1 1.7.3 2.5c.2.8.5 1.5 1 2.1.4.6 1 1.1 1.7 1.6s1.6.9 2.6 1.3c.6.3 1.2.6 1.6.9.4.3.8.6 1.1.9.3.3.5.6.6 1 .1.3.2.7.2 1.1v.9c0 .3-.2.5-.3.6-.1.2-.4.3-.6.3-.3 0-.6.1-.9.1s-.7 0-1-.1c-.3 0-.5-.2-.7-.4-.2-.2-.3-.4-.4-.7v-2.6h-5v1.9c0 .8 0 1.5.2 2.1.1.6.4 1.1.7 1.6.3.5.8.8 1.4 1.1.6.3 1.3.5 2.1.7.8.2 1.8.2 3 .2s2.4-.1 3.4-.3c.9-.2 1.7-.6 2.3-1.1s1-1.1 1.3-1.8c.3-.7.4-1.6.4-2.7s-.1-1.8-.4-2.5c-.3-.7-.6-1.4-1.1-2ZM111 44.9c0-.4 0-.8-.1-1.2 0-.4 0-.8-.1-1.2v-1c-.3.1-.7.2-1.1.3h-1.3c-.4 0-.8 0-1-.1-.3 0-.5-.2-.6-.5-.1-.2-.2-.5-.2-1v-9.8H110.8v-3.6c0-.6 0-1.2.1-1.8h-4.2c0-1.3 0-2.5.1-3.6h-5.9V25h-1.7v5.1h1.7v11.5c0 .9.1 1.7.4 2.4.2.7.6 1.3 1.1 1.8.5.5 1.1.9 2 1.1.8.3 1.8.4 3 .4h1.5c.4 0 .8-.1 1.2-.2.4 0 .8-.2 1.3-.3 0-.3 0-.6-.1-1 0-.4 0-.8-.1-1.2ZM127.8 44.6V30.8c0-1.3-.1-1.8-.4-2.6-.3-.7-.7-1.3-1.3-1.8-.6-.5-1.4-.8-2.3-1-.9-.2-2-.3-3.4-.3s-2.5.1-3.5.4c-1 .3-1.8.7-2.4 1.4-.6.6-1.1 1.5-1.3 2.5-.3 1-.3 2.3-.2 3.8h5.3c0-.8-.1-1.5 0-2 0-.5.2-.9.3-1.2.2-.3.4-.5.6-.6.3-.1.6-.2 1-.2s.6 0 .9.2c.2.1.4.2.6.4.2.2.3.4.3.6V35c-.3 0-.6-.1-.9-.1h-1.7c-1.6 0-2.9.2-3.9.6-1 .4-1.8 1-2.3 2-.5.9-.8 2.3-.8 3.9s.1 2.3.4 3.2c.2.8.6 1.5 1 2s.9.8 1.5.9c.6.2 1.3.2 2.1.2s1.9-.2 2.6-.5c.7-.3 1.3-.8 1.7-1.5.2-.3.3-.7.4-1.1h.2v2.5c0 .2 0 .3.2.3 0 0 .2 0 .4.1h5.3c0-.2-.2-.5-.2-1s0-1-.1-1.7Zm-6.3-1.9c-.2.3-.4.5-.7.7-.3.2-.7.2-1.1.2s-.7 0-1-.2c-.3-.1-.5-.4-.6-.9-.1-.5-.2-1.2-.2-2.2s.1-1.6.3-2c.2-.5.5-.8.8-.9.3-.2.8-.2 1.4-.2H122.1v2.3c0 .7 0 1.4-.1 1.9 0 .5-.2.9-.4 1.2ZM146.9 39.6V30c0-1.2-.2-2.1-.6-2.9-.4-.7-.9-1.3-1.7-1.6-.7-.3-1.6-.5-2.6-.5s-1.8.2-2.6.5-1.4.8-1.9 1.4l-.6.9h-.3v-2.5h-6v22h5.9V32.5c0-.6 0-1 .2-1.4.1-.4.3-.7.5-.9.2-.2.5-.4.8-.5.3-.1.7-.2 1-.2s.8 0 1.1.2c.3.1.4.4.6.7.1.3.2.7.2 1.2V47.2h5.9v-7.8ZM160.9 46.1c0-.4 0-.8-.1-1.2 0-.4 0-.8-.1-1.2 0-.4 0-.8-.1-1.2v-1c-.3.1-.7.2-1.1.3h-1.3c-.4 0-.8 0-1-.1-.3 0-.5-.2-.6-.5-.1-.2-.2-.5-.2-1v-9.8H160.6v-3.6c0-.6 0-1.2.1-1.8h-4.2c0-1.3 0-2.5.1-3.6h-5.9V25H149v5.1h1.7v11.5c0 .9.1 1.7.4 2.4.2.7.6 1.3 1.1 1.8.5.5 1.1.9 2 1.1.8.3 1.8.4 3 .4h1.5c.4 0 .8-.1 1.2-.2.4 0 .8-.2 1.3-.3 0-.3 0-.6-.1-1Z" }),
|
|
@@ -2496,11 +2544,11 @@ const S2 = ({
|
|
|
2496
2544
|
/* @__PURE__ */ e("path", { d: "M40.625 0c-5.747 0-10.849 2.748-14.078 7.006C24.949 1.938 19.737 0 13.77 0 2.452 0 .493 7.17.493 11.374c0 .8.054 1.347.087 1.598H7.4v-2.2c0-2.255 1.478-4.85 6.306-4.85 4.357 0 6.404 1.818 6.404 4.642 0 5.058-7.028 5.78-12.732 8.911C1.073 22.945.044 25.2.044 31.714c0 .46.033 1.96-.044 2.42h26.547c-.055-.176-.044-2.343-.044-3.055 0-.47.011-1.752.033-2.638a17.759 17.759 0 0 0 6.503 5.32v-7.39a11.483 11.483 0 0 1-3.887-8.637c0-6.36 5.134-11.516 11.473-11.516 4.39 0 8.2 2.474 10.137 6.108h6.71C55.186 5.178 48.508 0 40.626 0ZM21.62 27.806H7.816c0-5.233 11.057-5.211 16.4-10.4.634-.57 1.116-1.05 1.17-1.204-.109.69-2.627 3.404-1.28 7.904a17.931 17.931 0 0 0 1.828 3.525c-1.15.065-3.657.175-4.313.175Z" })
|
|
2497
2545
|
] }),
|
|
2498
2546
|
/* @__PURE__ */ t("symbol", { viewBox: "0 0 101 54", id: "logo-tv", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2499
|
-
/* @__PURE__ */ t("g", { clipPath: "url(#
|
|
2547
|
+
/* @__PURE__ */ t("g", { clipPath: "url(#dga)", children: [
|
|
2500
2548
|
/* @__PURE__ */ e("path", { d: "M93.83 23.814c.091 1.255-2.946 21.958-3.123 23.705h-.271c-.372-1.905-2.969-21.778-3.131-23.705h-7.476c.723 2.45 5.073 27.112 5.344 28.562.423-.024.73-.04 1.624-.04h5.721c.682 0 1.302.008 1.861.02.56.013.741.02 1.226.02.488-1.88 4.973-27.24 5.29-28.562h-7.07.005Zm-15.094 4.798v-4.798H62.159c.03.406.047.896.047 1.467v2.735c0 .586-.015 1.093-.047 1.524 1.514 0 3.003-.005 4.473-.02h.113v.007h3.006c-1.3 0-2.659 1.849-2.659 4.692v3.213c0 1.74-.007 3.421-.022 5.046l-.044 4.495a276.19 276.19 0 0 0-.022 3.486c0 .952-.03 1.592-.091 1.922h7.197c-.03-.33-.054-.977-.069-1.942-.014-.965-.014-2.127 0-3.486a156.24 156.24 0 0 0-.022-4.495c-.03-1.637-.039-3.318-.022-5.046.015-1.726.022-3.439.022-5.14V29.49h1.674c1 0 2.073.013 3.043.037v-.915Z" }),
|
|
2501
2549
|
/* @__PURE__ */ e("path", { d: "M62.5 43.674c-10.318.259-18.434-8.416-18.434-17.551 0-9.135 7.771-17.911 18.103-17.911 10.331 0 15.397 7.855 16.662 11.028h9.128C85.497 9.86 76.62 0 62.17 0 52.168 0 45.108 4.808 40.93 10.474 38.658 4.027 32.079.251 21.282.251 1.297.251.35 14.578.802 19.241h9.628c-.704-7.71 4.12-11.029 10.75-11.029 9.487 0 10.903 4.96 10.903 7.917 0 6.05-6.408 7.946-13.089 10.75C2.225 33.916.02 36.745.02 49.745c.007.719.017 1.821-.02 2.61h41.373c-.027-.848-.03-2.34-.027-4.13 0-.834.03-3.458.054-4.755-1.846.108-6.565.293-7.565.293H11.048c0-5.29 5.792-7.764 12.431-10.164 5.31-1.92 11.055-3.998 14.679-7.87l.074.128c-5.635 9.586 6.402 26.76 24.267 26.51v-8.69l.002-.003Z" })
|
|
2502
2550
|
] }),
|
|
2503
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "
|
|
2551
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "dga", children: /* @__PURE__ */ e("path", { d: "M0 0h100.9v53.105H0z" }) }) })
|
|
2504
2552
|
] }),
|
|
2505
2553
|
/* @__PURE__ */ e("symbol", { viewBox: "0 0 28 28", id: "menu", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ e("path", { d: "M0 3.111h28v3.111H0zm0 9.333h28v3.111H0zm0 9.334h28v3.111H0z" }) }),
|
|
2506
2554
|
/* @__PURE__ */ e("symbol", { viewBox: "0 0 28 28", id: "messenger", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ e(
|
|
@@ -2571,7 +2619,7 @@ const S2 = ({
|
|
|
2571
2619
|
}
|
|
2572
2620
|
) }),
|
|
2573
2621
|
/* @__PURE__ */ t("symbol", { viewBox: "0 0 28 32", id: "notification-bell", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2574
|
-
/* @__PURE__ */ t("g", { clipPath: "url(#
|
|
2622
|
+
/* @__PURE__ */ t("g", { clipPath: "url(#doa)", children: [
|
|
2575
2623
|
/* @__PURE__ */ e(
|
|
2576
2624
|
"path",
|
|
2577
2625
|
{
|
|
@@ -2581,10 +2629,10 @@ const S2 = ({
|
|
|
2581
2629
|
),
|
|
2582
2630
|
/* @__PURE__ */ e("path", { d: "M25.705 21.707s-2.015-.875-2.764-5.029c-.672-3.716-.656-12.352-6.794-14.117v-.14A2.423 2.423 0 0 0 13.727 0a2.413 2.413 0 0 0-2.42 2.42v.141c-6.138 1.78-6.122 10.4-6.794 14.118-.75 4.154-2.764 5.028-2.764 5.028.047 0-1.827 1.109-1.75 2.546.079 1.436 1.531 1.514 1.531 1.514h24.44s1.453-.062 1.53-1.514c.079-1.437-1.795-2.562-1.795-2.562z" })
|
|
2583
2631
|
] }),
|
|
2584
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "
|
|
2632
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "doa", children: /* @__PURE__ */ e("path", { d: "M0 0h27.501v31.436H0z" }) }) })
|
|
2585
2633
|
] }),
|
|
2586
2634
|
/* @__PURE__ */ t("symbol", { viewBox: "0 0 28 32", id: "notification-bell-active", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2587
|
-
/* @__PURE__ */ t("g", { clipPath: "url(#
|
|
2635
|
+
/* @__PURE__ */ t("g", { clipPath: "url(#dna)", children: [
|
|
2588
2636
|
/* @__PURE__ */ e(
|
|
2589
2637
|
"path",
|
|
2590
2638
|
{
|
|
@@ -2595,38 +2643,45 @@ const S2 = ({
|
|
|
2595
2643
|
/* @__PURE__ */ e("path", { d: "M25.705 21.707s-2.015-.875-2.765-5.029c-.671-3.716-.655-12.352-6.793-14.117v-.14A2.423 2.423 0 0 0 13.727 0a2.413 2.413 0 0 0-2.42 2.42v.141c-6.138 1.78-6.123 10.4-6.794 14.118-.75 4.154-2.764 5.028-2.764 5.028.047 0-1.827 1.109-1.75 2.546.079 1.436 1.531 1.514 1.531 1.514h24.44s1.452-.062 1.53-1.514c.078-1.437-1.796-2.562-1.796-2.562z" }),
|
|
2596
2644
|
/* @__PURE__ */ e("circle", { cx: 21, cy: 6, r: 4, fill: "#ff3f3f" })
|
|
2597
2645
|
] }),
|
|
2598
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "
|
|
2646
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "dna", children: /* @__PURE__ */ e("path", { d: "M0 0h27.501v31.436H0z" }) }) })
|
|
2599
2647
|
] }),
|
|
2648
|
+
/* @__PURE__ */ e("symbol", { viewBox: "0 0 34 32", id: "nourriture", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ e(
|
|
2649
|
+
"path",
|
|
2650
|
+
{
|
|
2651
|
+
d: "m33.4 22.7-2.2-1.4c-.9-.6-2-.6-2.9-.2l-2.5 1.1c-.4.2-.8.2-1.2 0l-1.8-1c-.9-.5-1.9-.5-2.8-.1l-2.4 1.1c-.4.2-.9.2-1.3 0l-2.1-1.1c-.8-.4-1.7-.5-2.5-.2L8.6 22c-.4.1-.8 0-1.1 0l-1.3-.6c-.9-.5-2.1-.5-3 0L.7 22.8c-.4.2-.5.8-.3 1.2.2.3.4.4.7.4.2 0 .3 0 .4-.1L4 22.9c.4-.2.9-.2 1.4 0l1.2.7c.8.4 1.7.5 2.5.2l3.1-1.1c.4-.1.8 0 1.1 0l2.1 1.1c.9.4 1.9.5 2.8 0l2.4-1.1c.4-.2.9-.2 1.3 0l1.8.9c.8.5 1.9.5 2.8.1l2.5-1.1c.4-.2.9-.2 1.3.1l2.2 1.4c.1 0 .3.1.5.1h.2c.2 0 .4-.2.5-.4.3-.4.1-.9-.2-1.2ZM31.5 19.8h-29c-1.4 0-2.5-1.1-2.5-2.5s1.1-2.5 2.5-2.5h28.9c1.4 0 2.5 1.1 2.5 2.5s-1.1 2.5-2.5 2.5Zm-29-3.3c-.5 0-.8.4-.8.8s.4.8.8.8h28.9c.5 0 .8-.4.8-.8s-.4-.8-.8-.8H2.5ZM31.2 13.3H2.8c-.2 0-.4 0-.6-.2-.2-.2-.2-.4-.2-.6C2 5.6 8.7 0 17 0s15 5.6 15.1 12.5c0 .2 0 .4-.2.6-.2.2-.4.2-.6.2ZM3.7 11.7h26.6c-.6-5.6-6.3-10-13.3-10S4.2 6.1 3.7 11.7ZM27.6 32H6.4C3.9 32 2 29.8 2 27.2v-.9c0-.5.4-.8.8-.8h28.4c.5 0 .8.4.8.8v.9c0 2.7-2 4.8-4.4 4.8Zm-24-4.9c0 1.8 1.2 3.2 2.7 3.2h21.2c1.5 0 2.7-1.4 2.7-3.1 0-.1-26.7-.1-26.7-.1Z",
|
|
2652
|
+
fill: "currentColor"
|
|
2653
|
+
}
|
|
2654
|
+
) }),
|
|
2600
2655
|
/* @__PURE__ */ t("symbol", { viewBox: "0 0 16 24", id: "num-cinq", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2601
|
-
/* @__PURE__ */ e("g", { clipPath: "url(#
|
|
2602
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "
|
|
2656
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#dra)", children: /* @__PURE__ */ e("path", { d: "M6.629 23.988c-2.879 0-5.384-1.004-5.577-1.077-.867-.355-1.277-1.359-.927-2.228a1.67 1.67 0 0 1 2.192-.942c.06.024 6.19 2.46 8.576-1.126.698-1.052.88-2.46.458-3.757C10 10.66 4.28 11.7 4.22 11.7a1.68 1.68 0 0 1-1.47-.44 1.7 1.7 0 0 1-.518-1.457l1.012-8.298C3.353.65 4.064 0 4.918 0h9.396C15.24 0 16 .771 16 1.713s-.759 1.714-1.686 1.714H6.412l-.566 4.712c3.156.024 7.287 1.211 8.709 5.654.734 2.3.41 4.81-.88 6.744C11.868 23.253 9.098 24 6.617 24z" }) }),
|
|
2657
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "dra", children: /* @__PURE__ */ e("path", { d: "M0 0h16v24H0z" }) }) })
|
|
2603
2658
|
] }),
|
|
2604
2659
|
/* @__PURE__ */ t("symbol", { viewBox: "0 0 16 24", id: "num-deux", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2605
|
-
/* @__PURE__ */ e("g", { clipPath: "url(#
|
|
2606
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "
|
|
2660
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#dsa)", children: /* @__PURE__ */ e("path", { d: "m8.537 24-.625-.025c-2.45-.112-3.037-.187-4.837-1.667l.025-.037a4.5 4.5 0 0 1-.413-.423s-.025-.038-.037-.063c-.075-.1-.15-.199-.225-.31-1.763-2.638-.813-5.86 2.337-8.026l5.25-3.608c2.088-1.281 2-3.62 1.013-4.927-1.038-1.43-2.063-1.43-2.4-1.43H8.5c-3.55 0-3.975 3.272-4.013 3.645a1.727 1.727 0 0 1-1.912 1.568A1.744 1.744 0 0 1 1 6.806C1.237 4.454 3.087 0 8.5 0h.325c.075 0 .162 0 .237.012 1.925.137 3.6 1.158 4.876 2.962l.074.112c1.925 3.035.938 7.626-2.012 9.617l-5.25 3.608c-.575.398-2.175 1.742-1.213 3.185q.095.13.15.224c.788.635.7.684 2.388.759l.525.025 4.5-.062h.025c.95 0 1.738.759 1.75 1.717a1.75 1.75 0 0 1-1.725 1.766l-4.6.063z" }) }),
|
|
2661
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "dsa", children: /* @__PURE__ */ e("path", { d: "M0 0h16v24H0z" }) }) })
|
|
2607
2662
|
] }),
|
|
2608
2663
|
/* @__PURE__ */ t("symbol", { viewBox: "0 0 17 25", id: "num-huit", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2609
|
-
/* @__PURE__ */ e("g", { clipPath: "url(#
|
|
2610
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "
|
|
2664
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#dta)", children: /* @__PURE__ */ e("path", { d: "M12.818 12.377c1.49-1.393 2.316-3.422 2.036-5.56-.47-3.642-3.92-6.22-7.7-5.768-3.794.452-6.48 3.764-6.008 7.405.203 1.552.954 2.909 2.036 3.923C1.247 13.66 0 15.689 0 17.974 0 21.86 3.577 25 8.006 25s8.007-3.14 8.007-7.026c0-2.298-1.26-4.326-3.195-5.61zm-5.27-8.212c1.986-.232 3.806 1.112 4.048 3.03.242 1.907-1.158 3.655-3.157 3.887-1.986.232-3.806-1.112-4.048-3.03C4.15 6.144 5.55 4.396 7.548 4.164m.458 17.597c-2.38 0-4.315-1.699-4.315-3.788 0-2.09 1.935-3.788 4.315-3.788s4.315 1.698 4.315 3.788-1.934 3.788-4.315 3.788" }) }),
|
|
2665
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "dta", children: /* @__PURE__ */ e("path", { d: "M0 0h17v25H0z" }) }) })
|
|
2611
2666
|
] }),
|
|
2612
2667
|
/* @__PURE__ */ t("symbol", { viewBox: "0 0 14 24", id: "num-neuf", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2613
|
-
/* @__PURE__ */ e("g", { clipPath: "url(#
|
|
2614
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "
|
|
2668
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#dua)", children: /* @__PURE__ */ e("path", { d: "M12.21 2.326C10.743.69 8.472-.23 6.074.049 2.274.497-.418 3.78.054 7.387c.472 3.597 3.928 6.152 7.717 5.704a7.1 7.1 0 0 0 2.104-.581 12.6 12.6 0 0 1-1.135 2.748c-1.39 2.483-3.482 4.444-6.122 5.716-.791.387-1.136 1.417-.728 2.167.421.751 1.518 1.078 2.31.703 4.221-2.035 7.423-5.631 8.839-9.857 1.415-4.238 1.377-9.506-.855-11.637zM7.337 9.76c-1.862.218-3.546-1.03-3.776-2.797s1.085-3.367 2.947-3.585 3.546 1.03 3.776 2.798c.23 1.767-1.085 3.366-2.947 3.584" }) }),
|
|
2669
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "dua", children: /* @__PURE__ */ e("path", { d: "M0 0h14v24H0z" }) }) })
|
|
2615
2670
|
] }),
|
|
2616
2671
|
/* @__PURE__ */ t("symbol", { viewBox: "0 0 14 24", id: "num-quatre", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2617
|
-
/* @__PURE__ */ e("g", { clipPath: "url(#
|
|
2618
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "
|
|
2672
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#dva)", children: /* @__PURE__ */ e("path", { d: "M14 11.845c.085-.917-.61-1.728-1.552-1.811-.94-.072-1.771.596-1.857 1.513-.024.215-.17 1.383-1.001 2.3v-1.716c0-.917-.77-1.668-1.71-1.668-.941 0-1.71.75-1.71 1.668v2.824c-.93-.107-1.638-.453-2.15-1.108-.685-.882-.795-2.133-.27-3.277l3.726-8.222c.379-.846 0-1.824-.867-2.205-.867-.37-1.87 0-2.26.846L.623 9.212c-1.026 2.252-.757 4.79.672 6.637.818 1.049 2.32 2.276 4.874 2.443v4.04c0 .917.77 1.668 1.71 1.668.941 0 1.71-.75 1.71-1.668v-4.517c3.08-1.191 4.24-4.206 4.41-5.97" }) }),
|
|
2673
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "dva", children: /* @__PURE__ */ e("path", { d: "M0 0h14v24H0z" }) }) })
|
|
2619
2674
|
] }),
|
|
2620
2675
|
/* @__PURE__ */ t("symbol", { viewBox: "0 0 16 24", id: "num-sept", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2621
|
-
/* @__PURE__ */ e("g", { clipPath: "url(#
|
|
2622
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "
|
|
2676
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#dwa)", children: /* @__PURE__ */ e("path", { d: "M4.978 24a1.83 1.83 0 0 1-.703-.146 1.71 1.71 0 0 1-.847-2.252L11.65 3.408H1.696a1.705 1.705 0 0 1 0-3.408h12.608a1.695 1.695 0 0 1 1.538 2.41l-3.319 7.253L6.516 22.99a1.68 1.68 0 0 1-1.55.998z" }) }),
|
|
2677
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "dwa", children: /* @__PURE__ */ e("path", { d: "M0 0h16v24H0z" }) }) })
|
|
2623
2678
|
] }),
|
|
2624
2679
|
/* @__PURE__ */ t("symbol", { viewBox: "0 0 13 24", id: "num-six", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2625
|
-
/* @__PURE__ */ e("g", { clipPath: "url(#
|
|
2626
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "
|
|
2680
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#dxa)", children: /* @__PURE__ */ e("path", { d: "M1.68 21.674a6.34 6.34 0 0 0 5.69 2.278c3.513-.449 6.009-3.732 5.57-7.33-.437-3.598-3.642-6.155-7.156-5.706a6.2 6.2 0 0 0-1.951.581 13 13 0 0 1 1.052-2.75c1.29-2.484 3.23-4.446 5.678-5.718.734-.388 1.053-1.418.675-2.169C10.848.11 9.83-.218 9.096.157 5.17 2.193 2.2 5.791.887 10.031s-1.277 9.51.793 11.643m4.507-7.439c1.727-.218 3.288 1.03 3.5 2.799.214 1.769-1.005 3.368-2.732 3.586s-3.288-1.03-3.501-2.799 1.005-3.368 2.733-3.586" }) }),
|
|
2681
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "dxa", children: /* @__PURE__ */ e("path", { d: "M0 0h13v24H0z" }) }) })
|
|
2627
2682
|
] }),
|
|
2628
2683
|
/* @__PURE__ */ t("symbol", { viewBox: "0 0 15 24", id: "num-trois", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2629
|
-
/* @__PURE__ */ e("g", { clipPath: "url(#
|
|
2684
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#dya)", children: /* @__PURE__ */ e(
|
|
2630
2685
|
"path",
|
|
2631
2686
|
{
|
|
2632
2687
|
fillRule: "evenodd",
|
|
@@ -2634,11 +2689,11 @@ const S2 = ({
|
|
|
2634
2689
|
clipRule: "evenodd"
|
|
2635
2690
|
}
|
|
2636
2691
|
) }),
|
|
2637
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "
|
|
2692
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "dya", children: /* @__PURE__ */ e("path", { d: "M0 0h15v24H0z" }) }) })
|
|
2638
2693
|
] }),
|
|
2639
2694
|
/* @__PURE__ */ t("symbol", { viewBox: "0 0 9 24", id: "num-un", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2640
|
-
/* @__PURE__ */ e("g", { clipPath: "url(#
|
|
2641
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "
|
|
2695
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#dza)", children: /* @__PURE__ */ e("path", { d: "M7.378 24c-.892 0-1.621-.769-1.621-1.708V5.49c-.939.94-2.016 2.05-3 3.062a1.57 1.57 0 0 1-2.294 0c-.625-.659-.625-1.757 0-2.416C6.707-.366 6.88-.293 7.993.195 8.594.464 9 1.11 9 1.794v20.498C9 23.232 8.27 24 7.378 24" }) }),
|
|
2696
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "dza", children: /* @__PURE__ */ e("path", { d: "M0 0h9v24H0z" }) }) })
|
|
2642
2697
|
] }),
|
|
2643
2698
|
/* @__PURE__ */ e("symbol", { viewBox: "0 0 28 50", id: "olympic-flame", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ e(
|
|
2644
2699
|
"path",
|
|
@@ -2726,16 +2781,24 @@ const S2 = ({
|
|
|
2726
2781
|
}
|
|
2727
2782
|
) }),
|
|
2728
2783
|
/* @__PURE__ */ t("symbol", { fill: "none", viewBox: "0 0 43 35", id: "pub-20mn", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2729
|
-
/* @__PURE__ */ e("clipPath", { id: "
|
|
2784
|
+
/* @__PURE__ */ e("clipPath", { id: "ega", children: /* @__PURE__ */ e("path", { d: "M0 0h43v21.271H0z" }) }),
|
|
2730
2785
|
/* @__PURE__ */ t("g", { fill: "#898a8c", children: [
|
|
2731
2786
|
/* @__PURE__ */ e("path", { d: "M2.855 32.39v-7.158h2.7c.476 0 .839.023 1.09.068.351.059.646.171.883.337.238.163.428.392.572.689.146.296.22.621.22.976 0 .609-.194 1.125-.582 1.548-.387.42-1.087.63-2.1.63H3.804v2.91h-.948zm.948-3.755h1.85c.612 0 1.047-.114 1.304-.341.257-.228.386-.549.386-.963 0-.299-.077-.555-.23-.766a1.047 1.047 0 0 0-.595-.425c-.16-.042-.455-.063-.884-.063H3.803zm9.008 3.755v-.762c-.403.586-.952.88-1.645.88-.306 0-.592-.06-.86-.177-.263-.117-.46-.263-.59-.439a1.7 1.7 0 0 1-.269-.654c-.036-.173-.053-.446-.053-.82v-3.213h.879v2.876c0 .459.017.768.053.927a.927.927 0 0 0 .352.547c.179.13.4.195.664.195.263 0 .51-.066.742-.2a1.12 1.12 0 0 0 .488-.552c.098-.234.147-.572.147-1.015v-2.778h.879v5.185zm2.979 0h-.815v-7.158h.879v2.554c.37-.466.844-.699 1.42-.699.32 0 .62.066.904.196.286.127.52.307.703.542.185.23.33.51.434.84.105.328.157.68.157 1.054 0 .889-.22 1.576-.66 2.06-.439.486-.966.728-1.582.728-.611 0-1.092-.255-1.44-.766v.65zm-.01-2.632c0 .622.085 1.071.254 1.348.277.452.651.679 1.123.679.384 0 .716-.166.996-.498.28-.336.42-.834.42-1.494 0-.678-.135-1.177-.405-1.5-.267-.322-.59-.483-.972-.483-.384 0-.716.168-.996.503-.28.332-.42.814-.42 1.445zm4.746 2.632v-7.158h.88v7.158zm2.251-6.147v-1.011h.88v1.01h-.88zm0 6.147v-5.185h.88v5.185zm5.606-1.9.864.113c-.094.596-.337 1.063-.727 1.401-.388.336-.865.503-1.431.503-.71 0-1.281-.23-1.714-.693-.43-.465-.645-1.131-.645-1.997 0-.56.093-1.05.279-1.47a1.93 1.93 0 0 1 .845-.942c.38-.212.794-.318 1.24-.318.563 0 1.023.144 1.382.43.358.283.587.687.688 1.211l-.854.132c-.082-.348-.227-.61-.435-.786a1.109 1.109 0 0 0-.747-.264c-.443 0-.802.16-1.08.479-.276.315-.414.817-.414 1.503 0 .697.133 1.203.4 1.519s.615.474 1.045.474c.345 0 .633-.106.864-.318.231-.211.378-.537.44-.976zm1.62-4.247v-1.011h.88v1.01h-.88zm0 6.147v-5.185h.88v5.185zm4.142-.786.127.776a3.26 3.26 0 0 1-.665.078c-.319 0-.566-.05-.742-.15a.85.85 0 0 1-.37-.396c-.072-.166-.108-.513-.108-1.04v-2.984h-.645v-.683h.645V25.92l.874-.527v1.812h.883v.683h-.883v3.032c0 .251.014.412.044.484a.384.384 0 0 0 .151.17.599.599 0 0 0 .303.064c.097 0 .226-.011.386-.034zm4.414-.884.908.113c-.143.53-.409.942-.796 1.235-.388.293-.882.44-1.484.44-.759 0-1.361-.233-1.807-.699-.443-.469-.664-1.125-.664-1.968 0-.872.224-1.55.674-2.03.449-.483 1.032-.724 1.748-.724.693 0 1.26.236 1.699.708.44.472.66 1.136.66 1.993 0 .052-.002.13-.006.234h-3.867c.033.57.194 1.006.483 1.309.29.302.651.454 1.084.454.323 0 .598-.085.826-.254.227-.17.408-.44.542-.81zm-2.886-1.42h2.895c-.039-.437-.15-.764-.332-.982a1.347 1.347 0 0 0-1.088-.508c-.404 0-.744.135-1.021.405-.274.27-.425.632-.454 1.084zm.947-2.74.65-1.367h1.152l-1.074 1.367z" }),
|
|
2732
|
-
/* @__PURE__ */ t("g", { clipPath: "url(#
|
|
2787
|
+
/* @__PURE__ */ t("g", { clipPath: "url(#ega)", children: [
|
|
2733
2788
|
/* @__PURE__ */ e("path", { d: "M31.579 17.874v-1.153c0-.382 0-.778.007-1.18.007-.403.007-.826.007-1.27V12.84c0-.436-.069-.791-.198-1.07a1.475 1.475 0 0 0-.594-.649c-.26-.157-.587-.232-.982-.232a2.26 2.26 0 0 0-.942.198 1.801 1.801 0 0 0-.736.669 2.756 2.756 0 0 0-.273.586l-.11-.013c-.013-.075-.034-.144-.054-.219a1.957 1.957 0 0 0-.362-.682 1.501 1.501 0 0 0-.552-.41 1.83 1.83 0 0 0-.744-.143c-.327 0-.634.076-.907.226a1.67 1.67 0 0 0-.669.702 3.435 3.435 0 0 0-.198.45l-.102-.006c.007-.191.007-.382.007-.566 0-.205.007-.437.02-.683h-2.346v10.227h2.305c0-.253 0-.546-.006-.88-.007-.328-.007-.696-.007-1.092 0-.402 0-.839-.007-1.317-.007-.477-.007-1.016-.007-1.603v-1.971c0-.253.027-.458.075-.607a1.17 1.17 0 0 1 .191-.369.619.619 0 0 1 .287-.205.986.986 0 0 1 .327-.061c.232 0 .396.068.498.205.102.136.15.354.15.64 0 1.16 0 2.177-.007 3.037-.006.866-.013 1.63-.02 2.313-.007.675-.014 1.316-.027 1.923h2.299c-.014-.28-.028-.566-.041-.866-.014-.3-.02-.628-.02-.99v-5.02c0-.253.027-.458.074-.607.048-.15.11-.273.185-.369a.58.58 0 0 1 .259-.205.92.92 0 0 1 .34-.061c.22 0 .383.068.499.198.116.136.17.34.17.634v2.88c0 .872 0 1.678-.006 2.414-.007.737-.02 1.399-.048 2h2.326c-.013-.492-.027-1.024-.04-1.597a74.947 74.947 0 0 1-.021-1.774zm3.684-6.856h-2.517c.013.478.02.982.02 1.521 0 .533 0 1.085.007 1.645.007.566.007 1.16.007 1.773v2.817c0 .444 0 .874-.007 1.29s-.014.812-.028 1.18h2.518c-.014-.361-.02-.73-.027-1.105a33.63 33.63 0 0 1 0-1.18c.006-.416.006-.86.006-1.337v-3.009c0-.457 0-.893-.006-1.303a51.292 51.292 0 0 1 .027-2.292zm-.073-2.047a1.25 1.25 0 0 0-.437-.184 2.913 2.913 0 0 0-.703-.075 3.12 3.12 0 0 0-.744.075c-.19.048-.34.11-.457.184a.749.749 0 0 0-.245.239.62.62 0 0 0-.075.307c0 .13.027.246.075.341.047.102.13.191.232.273s.252.143.45.184.457.062.77.062c.28 0 .52-.02.717-.062.198-.04.341-.102.437-.184a.799.799 0 0 0 .211-.273.803.803 0 0 0 .068-.341.637.637 0 0 0-.068-.307.957.957 0 0 0-.232-.239zM43 21.244a70.087 70.087 0 0 1-.02-1.692V16.72c0-.321 0-.655.006-1.017.007-.355.007-.75 0-1.18s-.007-.928-.007-1.494c0-.525-.075-.935-.231-1.249a1.498 1.498 0 0 0-.649-.682c-.28-.143-.634-.218-1.07-.218-.383 0-.724.075-1.03.232-.308.157-.56.389-.765.703-.082.122-.15.266-.211.416l-.13-.014c0-.17.007-.341.02-.505.014-.204.02-.436.02-.702h-2.517c.014.695.021 1.446.021 2.25v6.481c0 .499-.007.997-.02 1.495h2.537c0-.252-.007-.519-.02-.791a13.725 13.725 0 0 1-.007-.935c.007-.355.007-.757.007-1.221v-3.936c0-.232.014-.43.048-.586.034-.157.088-.28.184-.369.089-.088.19-.163.307-.218a.825.825 0 0 1 .361-.082c.164 0 .3.034.403.096.102.061.17.156.211.286s.055.3.055.512c0 1.01 0 1.95-.007 2.824-.007.867-.007 1.672 0 2.408.007.737 0 1.406-.007 2.013H43z" }),
|
|
2734
2789
|
/* @__PURE__ */ e("path", { d: "M25.317 0c-3.582 0-6.76 1.712-8.773 4.366C15.548 1.208 12.3 0 8.582 0 1.528 0 .307 4.469.307 7.088c0 .498.034.84.055.996h4.25V6.713c0-1.405.92-3.022 3.93-3.022 2.715 0 3.99 1.132 3.99 2.892 0 3.152-4.38 3.602-7.934 5.554-3.93 2.162-4.57 3.568-4.57 7.627 0 .286.02 1.22-.028 1.508h16.544c-.034-.11-.028-1.46-.028-1.904 0-.293.007-1.091.02-1.644a11.066 11.066 0 0 0 4.053 3.316v-4.605a7.156 7.156 0 0 1-2.422-5.383c0-3.964 3.2-7.177 7.15-7.177 2.736 0 5.11 1.542 6.317 3.807h4.182C34.391 3.227 30.23 0 25.317 0zM13.474 17.328H4.87c0-3.26 6.89-3.247 10.22-6.48.395-.356.696-.656.73-.751-.069.43-1.638 2.122-.799 4.925.3.778.683 1.515 1.14 2.197-.717.041-2.279.11-2.688.11z" })
|
|
2735
2790
|
] })
|
|
2736
2791
|
] })
|
|
2737
2792
|
] }),
|
|
2738
2793
|
/* @__PURE__ */ e("symbol", { viewBox: "0 0 21 21", id: "puzzle", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ e("path", { d: "M19.66 17.086h.02l.1-.03c-.26-.97-1.12-1.69-2.19-1.84-.25-.03-.41-.07-.5-.12-.05-.02-.07-.04-.09-.05 0 0 0-.03.01-.08.02-.06.05-.12.09-.2.08-.15.19-.3.27-.39.54-.55 1.08-1.09 1.62-1.63l.74-.74-.07-.07.08.07c.38-.39.59-.81.59-1.25 0-.44-.21-.86-.59-1.25-.46-.47-.98-.98-1.46-1.46l-1.08-1.08c-.32-.32-.67-.49-1.04-.49-.31 0-.61.13-.84.36-.28.29-.45.74-.44 1.16 0 .21-.12.48-.34.73-.22.24-.51.44-.82.49l.02.12v-.03l-.02-.1c-.59.11-1.12-.08-1.59-.57-.43-.46-.59-.96-.49-1.5l-.11-.02h-.01l.12.02c.11-.59.63-1.07 1.32-1.17l-.01-.08v-.04l.02.12c.43-.06.74-.2.95-.37.21-.17.32-.37.38-.54.11-.32.05-.63-.04-.87-.1-.24-.24-.43-.33-.52-.86-.87-1.73-1.73-2.59-2.6-.45-.45-.91-.55-1.21-.55-.44 0-.85.2-1.22.56l.09.09-.08-.09c-.5.5-1.16 1.14-1.73 1.68-.29.27-.55.52-.76.71-.21.2-.36.33-.43.37l-.06.04s-.03-.03-.05-.07c-.06-.1-.14-.28-.19-.59-.16-1.12-.92-1.98-1.95-2.19-.37-.07-.79-.07-1.17.02-.75.17-1.42.71-1.8 1.43-.35.68-.41 1.44-.15 2.09l.07-.03.05-.02-.12.05c.58 1.45 2.05 1.63 2.5 1.69h.05c.08.03.13.08.15.12.02.04.02.11-.03.2-.07.12-.17.25-.33.42l.07.07.02.02-.09-.09c-.67.68-1.41 1.42-2.24 2.25-.48.45-.73.91-.73 1.4-.01.72.47 1.2.62 1.35l.09-.09-.08.08 1.11 1.11c.45.45.91.91 1.38 1.37.38.36.75.55 1.12.55.24 0 .51-.07.74-.31.22-.23.39-.61.44-1.2.09-.69.56-1.21 1.17-1.31.6-.1 1.14.09 1.61.6.41.45.57.94.47 1.47l.1.02h.02l-.12-.02c-.11.59-.63 1.08-1.3 1.17-.42.03-.73.14-.94.29-.22.15-.34.34-.41.51-.12.31-.1.62 0 .88.09.26.23.47.36.61l.09-.08-.02.02-.07.07c.66.71 1.36 1.4 2.04 2.05.2.19.39.38.59.57l.02.02c.31.28.7.42 1.12.42h.07c.59-.03 1.11-.33 1.37-.63.67-.68 1.45-1.46 2.23-2.22l.03-.03c.06-.07.16-.15.25-.21.1-.06.19-.09.24-.09 0 0 .02 0 .03.02.02.02.06.06.09.12.07.11.13.29.18.51.27 1.14.96 1.92 1.93 2.12.37.07.79.07 1.17-.02.7-.16 1.32-.62 1.71-1.27.38-.63.5-1.37.32-2.03l-.12.03.01-.01Zm-13.28-6.13-.02-.12c-1.22.21-2.14 1.22-2.31 2.52l.12.02h-.12v.06l-1.32-1.32c-.37-.37-.74-.74-1.12-1.11 0 0-.09-.09-.14-.16-.05-.07-.08-.13-.07-.18 0-.04.02-.1.07-.17s.11-.14.18-.2c.85-.84 1.59-1.59 2.27-2.28.25-.25.42-.48.56-.72l-.11-.06.1.06c.24-.43.28-.94.11-1.38a1.66 1.66 0 0 0-1.03-.94l-.03.1v.02l.03-.12c-.09-.03-.18-.04-.28-.05-.59-.08-1.16-.24-1.39-.83-.11-.27-.08-.61.09-.94.19-.37.53-.64.88-.72.19-.04.4-.05.58-.01.43.08.77.48.85 1.04.14.84.45 1.31.78 1.56.33.26.66.29.81.29.3 0 .59-.1.85-.3l.07-.05c.35-.27 1.05-.93 1.7-1.55.69-.66 1.31-1.29 1.37-1.34.06-.06.11-.1.16-.12.05-.03.08-.03.09-.03.02 0 .06.01.11.05.05.03.09.07.12.1l.08-.08-.09.09c.85.84 1.69 1.69 2.53 2.53-.04 0-.07.02-.12.02-1.26.19-2.26 1.1-2.47 2.28-.18.99.11 1.93.85 2.71.78.82 1.78 1.17 2.84.98.63-.11 1.21-.47 1.62-.95.42-.47.68-1.06.67-1.65.3.3.66.66 1.05 1.04.48.48 1 .99 1.46 1.46l.06-.06h.01l-.07.06c.07.07.12.13.15.18.03.05.04.08.04.1 0 .05-.03.12-.18.27l-.74.74c-.55.55-1.09 1.09-1.63 1.64 0 0-.28.29-.49.67-.21.38-.38.9-.2 1.43.22.62.83.97 1.72 1.07.52.07.91.4 1.02.82l.08-.02h.04v-.01l-.12.03c.08.29.02.64-.17.96-.2.33-.5.56-.83.63-.19.04-.41.05-.59.01-.27-.05-.47-.24-.6-.46-.14-.22-.21-.47-.25-.62-.17-.72-.46-1.15-.77-1.4-.32-.25-.65-.31-.88-.31-.63 0-1.2.4-1.51.75-.79.77-1.57 1.56-2.25 2.24l-.04.04-.01.01s-.02.01-.03.02c-.03.02-.06.04-.1.05-.08.04-.17.06-.27.06-.08 0-.14-.02-.2-.07-.19-.19-.38-.37-.58-.56l-.06.06-.03.03.09-.09c-.65-.63-1.32-1.29-1.95-1.95h.1c1.27-.16 2.28-1.08 2.5-2.3.17-.97-.11-1.89-.82-2.65-.78-.84-1.78-1.21-2.86-1.02l.02.12.02-.02Z" }) }),
|
|
2794
|
+
/* @__PURE__ */ e("symbol", { viewBox: "0 0 35 27", id: "random", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ e(
|
|
2795
|
+
"path",
|
|
2796
|
+
{
|
|
2797
|
+
d: "M14.2 11.1c-.9-1.4-1.7-2.8-2.7-4C9.1 4 6 2 1.1 2.5.4 2.6 0 3.2 0 3.9S.7 5 1.4 5c3.9-.5 6.3 1.2 8.3 3.7 1.2 1.4 2.1 3.1 3.2 4.8-1 1.7-2 3.4-3.2 4.8-2 2.4-4.4 4.1-8.3 3.7-.7-.1-1.4.4-1.4 1.1 0 .7.4 1.3 1.1 1.4 4.9.6 8-1.5 10.5-4.6 1-1.2 1.8-2.6 2.7-4 1.9 3.1 4.1 5.8 7.3 7.2 2 .8 4.3 1.2 7.3.7l-1.4 1c-.5.4-.6 1.2-.2 1.7.4.5 1.2.6 1.7.2l4.9-3.7c.3-.2.5-.6.5-1s-.2-.7-.5-1L29 17.3c-.5-.4-1.3-.3-1.7.2-.4.5-.3 1.3.2 1.7l2.2 1.7c-3 .7-5.3.5-7.1-.3-3.1-1.3-5-4.3-6.8-7.3 1.8-3.1 3.7-6 6.8-7.3 1.9-.8 4.2-1 7.1-.3l-2.2 1.7c-.5.4-.6 1.2-.2 1.7.4.5 1.2.6 1.7.2l4.9-3.7c.3-.2.5-.6.5-1s-.2-.7-.5-1L28.8.2c-.5-.4-1.3-.3-1.7.2-.4.5-.3 1.3.2 1.7l1.4 1c-2.9-.5-5.3-.2-7.3.7-3.2 1.4-5.3 4.1-7.3 7.2Z",
|
|
2798
|
+
fill: "currentColor",
|
|
2799
|
+
fillRule: "evenodd"
|
|
2800
|
+
}
|
|
2801
|
+
) }),
|
|
2739
2802
|
/* @__PURE__ */ e("symbol", { viewBox: "0 0 16 22", id: "refresh", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ e(
|
|
2740
2803
|
"path",
|
|
2741
2804
|
{
|
|
@@ -2750,52 +2813,52 @@ const S2 = ({
|
|
|
2750
2813
|
/* @__PURE__ */ e(
|
|
2751
2814
|
"path",
|
|
2752
2815
|
{
|
|
2753
|
-
className: "
|
|
2816
|
+
className: "ekst0",
|
|
2754
2817
|
d: "M13.976 14.353c-.675 0-1.238.56-1.238 1.232s.563 1.232 1.238 1.232 1.238-.56 1.238-1.232-.563-1.232-1.238-1.232z"
|
|
2755
2818
|
}
|
|
2756
2819
|
),
|
|
2757
2820
|
/* @__PURE__ */ e(
|
|
2758
2821
|
"path",
|
|
2759
2822
|
{
|
|
2760
|
-
className: "
|
|
2823
|
+
className: "ekst0",
|
|
2761
2824
|
d: "M5.167 22.092H2.919A2.918 2.918 0 0 1 0 19.18V2.912A2.918 2.918 0 0 1 2.918 0h22.163A2.918 2.918 0 0 1 28 2.912V19.18a2.918 2.918 0 0 1-2.918 2.912H12.745L7.157 27.66a1.168 1.168 0 0 1-1.99-.827v-4.741zM2.919 2.333a.582.582 0 0 0-.585.579V19.18c0 .319.262.579.585.579h3.415c.644 0 1.167.522 1.167 1.167v3.099L11.44 20.1c.219-.218.515-.34.823-.34h12.819a.582.582 0 0 0 .585-.578V2.912a.583.583 0 0 0-.585-.579H2.919z"
|
|
2762
2825
|
}
|
|
2763
2826
|
),
|
|
2764
2827
|
/* @__PURE__ */ e(
|
|
2765
2828
|
"path",
|
|
2766
2829
|
{
|
|
2767
|
-
className: "
|
|
2830
|
+
className: "ekst0",
|
|
2768
2831
|
d: "M14.024 5.452c-.675 0-1.238.56-1.238 1.232v.112l.506 5.769c.056.392.338.672.731.672s.675-.28.731-.672l.506-5.881v-.112c.001-.616-.561-1.12-1.236-1.12z"
|
|
2769
2832
|
}
|
|
2770
2833
|
)
|
|
2771
2834
|
] }),
|
|
2772
2835
|
/* @__PURE__ */ t("symbol", { viewBox: "0 0 28 29", id: "rewind", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2773
|
-
/* @__PURE__ */ t("g", { clipPath: "url(#
|
|
2836
|
+
/* @__PURE__ */ t("g", { clipPath: "url(#ela)", children: [
|
|
2774
2837
|
/* @__PURE__ */ e("path", { d: "m23.38 23.59-.04-.19c-.1-.51-.2-1.06-.31-1.64-.12-.65-.24-1.32-.35-1.99-.22-1.03-.5-1.86-.85-2.46-.33-.57-.79-1.02-1.38-1.34-.6-.32-1.4-.54-2.37-.65l-.79-.08.04-.72.24-.04q.525-.09.99-.21c1.14-.28 2.08-.72 2.78-1.3.69-.58 1.23-1.35 1.61-2.29.38-.96.61-2.12.69-3.46.08-1.28-.07-2.4-.42-3.31-.36-.91-.91-1.66-1.66-2.23C20.8 1.1 19.85.67 18.76.4c-.54-.13-1.14-.23-1.77-.29-.68-.07-1.43-.1-2.24-.09L1.48.14c-.08 1.74-.17 3.54-.27 5.41-.11 1.98-.24 4.3-.4 6.99C.7 14.35.6 15.98.5 17.43l-.27 4.06c-.08 1.14-.15 2.27-.22 3.4l7.75-.08c-.03-1.07-.03-2.37.02-3.85.04-1.22.08-2.52.13-3.89v-.29h1.67c.27-.02.51-.02.73 0 .21.01.42.01.64.01h.7c.29-.02.55 0 .79.02.11.01.23.03.33.04.38.07.7.23.94.49.23.24.42.57.56.98.14.38.27.86.41 1.49.13.6.25 1.31.33 2.11.12.9.24 1.57.37 1.99.13.45.29.62.39.68.12.07.29.12.49.14.09 0 .19.01.29.01l7.04-.07c-.07-.31-.14-.66-.22-1.05zM15.72 10.6c-.3.56-.73.99-1.26 1.27-.52.27-1.18.42-1.97.43-.52-.02-1-.02-1.45-.02H9.75c-.41 0-.77-.02-1.11-.04l-.53-.04.02-.3c.04-.76.08-1.53.13-2.32.08-1.36.17-2.73.26-4.11l.02-.27.4-.02q.45-.015.96-.09c.36-.05.7-.08 1.03-.08.31 0 .6-.01.88-.02q.42-.015.66-.03c.31 0 .6 0 .87.04.28.03.56.08.81.14q.72.195 1.2.57.51.39.75 1.14c.15.48.21 1.06.17 1.75-.04.78-.22 1.46-.52 2.01z" }),
|
|
2775
2838
|
/* @__PURE__ */ e("path", { d: "M12.76 16.84c-.11-.02-.22-.03-.33-.04.11.01.23.03.33.04m-5.01 7.97H0v.08zm3.2-8.04c-.21 0-.43 0-.64-.01.21.01.42.01.64.01" }),
|
|
2776
2839
|
/* @__PURE__ */ e("path", { d: "M14.07 19.93s-.01-.05-.02-.09h-.93c-.25.01-.51.02-.79 0h-.88l-.14 4.19c-.05 1.48-.06 2.77-.02 3.85l-7.94.08-2.34-2.48H.17l2.92 3.1 8.85-.09v-.32c-.06-1.12-.05-2.5 0-4.12l.12-3.6h.26c.3.01.58 0 .84 0 .25-.01.47-.01.67 0h.34c-.03-.18-.06-.37-.1-.53zm8.98-1.23s0 .02.01.04v-.03zm-1.77-5.67s.06-.04.08-.06c.03-.03.06-.06.09-.08-.03.03-.06.05-.09.08-.02.02-.05.04-.08.06m.61-.58-.12.12zm.29 5.61c.1.26.2.53.28.84.08.28.15.57.21.88.12.68.23 1.34.35 1.99.1.58.21 1.12.31 1.64-.1-.51-.2-1.06-.31-1.64-.12-.65-.24-1.32-.35-1.99-.14-.66-.31-1.23-.5-1.71zm-2.52-4.13c-.34.13-.7.25-1.08.35.39-.09.74-.21 1.08-.35m1.23-.62c-.07.05-.14.09-.21.13.07-.04.14-.09.21-.13" }),
|
|
2777
2840
|
/* @__PURE__ */ e("path", { d: "m23.76 3.56 1.69 1.47q.18.15.33.33c.11.12.21.24.3.37.1.14.2.28.29.43.11.18.2.36.29.55.04.09.08.19.12.28.07.17.13.35.18.53.23.8.31 1.74.25 2.78-.04.74-.14 1.44-.27 2.06-.09.43-.21.84-.35 1.23l-.07.18c-.07.17-.14.34-.22.5-.08.17-.17.33-.26.48-.08.14-.17.27-.26.39s-.18.23-.27.34c-.09.1-.18.2-.28.3s-.2.19-.29.27l-.06.05c-.1.08-.2.16-.31.23-.15.1-.3.2-.47.29-.23.13-.48.25-.74.36-.2.08-.42.16-.64.23l-.18.06h-.02c.11.21.21.44.3.68 0-.02-.01-.04-.02-.05l1.92 1.67c.08.07.15.14.22.22.08.08.14.17.21.25.07.1.14.2.24.36.08.14.16.29.23.44.15.34.29.72.41 1.14.08.28.15.57.21.88.12.68.23 1.34.35 1.99.12.66.23 1.26.35 1.83.08.39.15.74.22 1.05l-7.04.08c-.11 0-.2 0-.29-.01-.2-.02-.36-.06-.55-.18l-2.62-2.27h-.08c-.12 0-.25 0-.36-.01-.29-.03-.54-.1-.74-.22a.8.8 0 0 1-.15-.12l3.54 3.08c.05.05.11.09.16.11.2.12.45.19.74.22.1 0 .2.02.31.02h.05l7.81-.08-.09-.38q-.135-.57-.3-1.41c-.11-.56-.23-1.17-.34-1.82-.12-.65-.23-1.31-.35-2-.07-.33-.14-.64-.23-.93-.12-.44-.27-.86-.44-1.22a4.79 4.79 0 0 0-.54-.92c-.08-.1-.16-.21-.25-.3q-.12-.135-.27-.27l-1.71-1.49c.06-.02.12-.05.18-.07q.435-.18.81-.39c.18-.1.36-.21.52-.33q.195-.135.39-.3c.12-.1.24-.21.35-.32s.21-.22.32-.34c.1-.12.2-.24.3-.37.1-.14.2-.28.29-.43.1-.17.2-.35.29-.53s.17-.36.24-.55c.03-.06.05-.13.07-.2.15-.41.28-.85.38-1.3.14-.65.24-1.38.29-2.15.07-1.11-.03-2.12-.27-2.98-.06-.2-.12-.4-.2-.59a3 3 0 0 0-.13-.31 5.862 5.862 0 0 0-.64-1.09c-.1-.14-.22-.28-.34-.41s-.24-.25-.38-.37L22.35 1.5h-.01c.66.61 1.12 1.22 1.46 2.08m-1.74-1.47.05.05z" }),
|
|
2778
2841
|
/* @__PURE__ */ e("path", { d: "M22.69 11.27c-.03.07-.07.13-.11.2.04-.06.07-.13.11-.2m.28-.59s0 .02-.01.03c0 0 0-.02.01-.03m-.64 1.2s-.05.08-.08.11c.03-.04.05-.08.08-.11m1.33-4.66c-.02.36-.05.7-.1 1.04.04-.33.08-.68.1-1.04m-.41 2.58c-.02.09-.05.17-.07.25.03-.08.05-.17.07-.25m-10.47 1.85.16-2.49c.2-.02.4-.04.61-.07l.24-.03c.23-.03.46-.04.68-.04.32 0 .62-.01.91-.03h.18c.02-.14.05-.27.06-.42v-.2c-.09 0-.17 0-.27.01-.28.01-.58.02-.89.02-.23 0-.48.02-.74.05l-.25.03c-.29.04-.57.07-.84.08l-.27.02-.19 3.1h.33c.1 0 .19-.02.29-.03z" })
|
|
2779
2842
|
] }),
|
|
2780
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "
|
|
2843
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "ela", children: /* @__PURE__ */ e("path", { d: "M0 0h27.91v28.6H0z" }) }) })
|
|
2781
2844
|
] }),
|
|
2782
2845
|
/* @__PURE__ */ t("symbol", { fill: "none", viewBox: "0 0 78 70", id: "rubric-animaux", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2783
|
-
/* @__PURE__ */ t("g", { fill: "#3a840e", clipPath: "url(#
|
|
2846
|
+
/* @__PURE__ */ t("g", { fill: "#3a840e", clipPath: "url(#ema)", children: [
|
|
2784
2847
|
/* @__PURE__ */ e("path", { d: "M61.935 12.652c1.645-3.143 2.43-6.616.633-8.548-2.185-2.348-7.465-1.934-11.564-.238a35.1 35.1 0 0 1 10.931 8.785zm14.106 6.091c-2.022-2.174-6.217-1.25-9.762.542a34.84 34.84 0 0 1 3.71 16.459 9.8 9.8 0 0 0 2.788-1.81c3.59-3.354 6.254-11.978 3.264-15.191M74.45 43.636c-.66-1.685-2.648-2.478-4.954-2.697a34.8 34.8 0 0 1-6.012 14.397 8.45 8.45 0 0 0 3.492-.557l-.01.034c3.984-1.557 8.846-7.626 7.485-11.178z" }),
|
|
2785
2848
|
/* @__PURE__ */ e("path", { d: "M60.837 34.115c-2.98-3.248-2.518-8.56 1.106-11.903 1.09-1.012 2.639-2.069 4.335-2.927a35 35 0 0 0-4.344-6.634c-1.09 2.086-2.56 4.026-3.904 5.273-3.623 3.343-8.951 3.396-11.94.182-2.99-3.215-2.518-8.56 1.105-11.903l-.033-.011c.976-.901 2.33-1.7 3.842-2.327A34.9 34.9 0 0 0 35 0C15.67 0 0 15.67 0 35s15.67 34.999 35 34.999c11.745 0 22.136-5.787 28.483-14.663-2.75-.153-5.191-1.7-6.153-4.212-1.36-3.551.73-7.679 4.67-9.212 1.96-.748 4.925-1.218 7.495-.973.289-1.693.457-3.428.494-5.194-3.213 1.375-6.866.83-9.153-1.629zM25.922 10.403c1.847-3.832 8.254-8.222 11.703-6.57s2.468 8.953.739 12.527c-1.848 3.832-6.122 5.594-9.536 3.953-3.45-1.652-4.754-6.077-2.906-9.91M53.198 36.89l-.043.135c-.802 2.642-2.243 5.193-2.64 7.85-.379 2.591.271 4.989.554 7.492.292 2.47.142 5.282-1.528 7.5-1.845 2.42-5.12 3.498-7.825 3.011l-.056-.055c-2.671-.477-4.734-2.282-6.12-4.468s-2.183-4.704-3.014-7.233l.01-.033a11.14 11.14 0 0 0-6.252-6.74l-.034-.01c-2.421-1.03-4.897-2-6.958-3.583-2.07-1.549-3.703-3.775-3.965-6.458-.296-2.694 1.058-5.903 3.585-7.55 2.34-1.523 5.174-1.441 7.62-.96 2.448.48 4.821 1.307 7.404 1.125 2.661-.195 5.329-1.464 8.03-2.017.033.01.077-.012.123-.036 7.041-1.477 13.158 5.107 11.108 12.031z" })
|
|
2786
2849
|
] }),
|
|
2787
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "
|
|
2850
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "ema", children: /* @__PURE__ */ e("path", { fill: "#fff", d: "M0 0h77.334v70H0z" }) }) })
|
|
2788
2851
|
] }),
|
|
2789
2852
|
/* @__PURE__ */ t("symbol", { fill: "none", viewBox: "0 0 29 25", id: "rubric-c2c", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2790
|
-
/* @__PURE__ */ t("g", { clipPath: "url(#
|
|
2853
|
+
/* @__PURE__ */ t("g", { clipPath: "url(#ena)", fill: "#FD8000", children: [
|
|
2791
2854
|
/* @__PURE__ */ e("path", { d: "M11.985 9.063h8.751v3.041H11.3c-.004.113-.016.223-.016.336 0 .298.017.591.047.881h9.405v3.042h-8.5c1.341 2.573 3.955 4.324 6.955 4.324a7.615 7.615 0 0 0 3.364-.785 12.427 12.427 0 0 0 2.444-7.403 12.61 12.61 0 0 0-2.576-7.58 7.62 7.62 0 0 0-3.232-.726c-3.206 0-5.967 2.003-7.206 4.87Z" }),
|
|
2792
2855
|
/* @__PURE__ */ e("path", { d: "M8.938 16.363H4.263v-3.04h4.023a11.506 11.506 0 0 1-.044-.882c0-.113.013-.223.017-.336H4.263v-3.04h4.48c1.271-4.17 4.833-7.297 9.156-7.825A12.419 12.419 0 0 0 12.5 0C5.596 0 0 5.596 0 12.5S5.596 25 12.5 25c2.014 0 3.91-.488 5.596-1.334-4.216-.436-7.729-3.348-9.158-7.303Zm13.618 6.827c2.096-.692 3.955-2.032 5.34-3.9l.905-1.221-2.443-1.811-.906 1.221a7.967 7.967 0 0 1-2.896 2.424v3.288Zm-.133-18.27a7.948 7.948 0 0 1 3.03 2.482l.906 1.221 2.442-1.81-.905-1.222c-1.413-1.907-3.321-3.264-5.472-3.944V4.92h-.001Z" })
|
|
2793
2856
|
] }),
|
|
2794
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "
|
|
2857
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "ena", children: /* @__PURE__ */ e("path", { fill: "#fff", d: "M0 0h28.801v25H0z" }) }) })
|
|
2795
2858
|
] }),
|
|
2796
2859
|
/* @__PURE__ */ t("symbol", { fill: "none", viewBox: "0 0 28 25", id: "rubric-conso", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2797
|
-
/* @__PURE__ */ e("g", { clipPath: "url(#
|
|
2798
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "
|
|
2860
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#eoa)", fill: "#FF8689", children: /* @__PURE__ */ e("path", { d: "M19.315 4.7h2.948A12.472 12.472 0 0 0 12.5 0C5.596 0 0 5.596 0 12.5S5.596 25 12.5 25c3.624 0 6.886-1.544 9.169-4.007h-2.354V4.699Zm-7.28 16.293h-3.56V4.699h3.56v16.294Zm2.92 0H13.51V4.699h1.444v16.294Zm2.918 0H16.43V4.699h1.444v16.294ZM25.151 4.7h-2.854v16.293h2.854V4.699Zm2.855 0h-1.444v16.293h1.444V4.699Z" }) }),
|
|
2861
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "eoa", children: /* @__PURE__ */ e("path", { fill: "#fff", d: "M0 0h28.006v25H0z" }) }) })
|
|
2799
2862
|
] }),
|
|
2800
2863
|
/* @__PURE__ */ t(
|
|
2801
2864
|
"symbol",
|
|
@@ -2824,18 +2887,18 @@ const S2 = ({
|
|
|
2824
2887
|
}
|
|
2825
2888
|
),
|
|
2826
2889
|
/* @__PURE__ */ t("symbol", { id: "rubric-gaming", viewBox: "0 0 98.13 70", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2827
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("style", { children: ".
|
|
2890
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("style", { children: ".eqcls-1{fill:#fa6ee5}" }) }),
|
|
2828
2891
|
/* @__PURE__ */ e(
|
|
2829
2892
|
"path",
|
|
2830
2893
|
{
|
|
2831
|
-
className: "
|
|
2894
|
+
className: "eqcls-1",
|
|
2832
2895
|
d: "M68.4 24.53h-4.84c-6.71 0-7.82 3.93-7.96 6.92v5.73c0 6.56 3.69 7.76 6.61 7.95h6.3c.97-3.2 1.5-6.6 1.5-10.12s-.56-7.17-1.6-10.47M69.74 24.53h7.79V3.93h-20.6v2.82c5.98 4.37 10.54 10.56 12.8 17.78"
|
|
2833
2896
|
}
|
|
2834
2897
|
),
|
|
2835
2898
|
/* @__PURE__ */ e(
|
|
2836
2899
|
"path",
|
|
2837
2900
|
{
|
|
2838
|
-
className: "
|
|
2901
|
+
className: "eqcls-1",
|
|
2839
2902
|
d: "M77.53 24.53v15.61c-.16 3.25-1.29 4.88-7.7 4.98-2.22 7.37-6.83 13.7-12.9 18.13v2.47h20.6V52.04c.15-2.98 1.25-6.92 7.96-6.92h12.64v-20.6h-20.6ZM47.31 24.53c6.95 0 8.12-1.63 8.29-4.99V6.75C49.82 2.52 42.71 0 35 0 15.67 0 0 15.67 0 35s15.67 35 35 35c7.71 0 14.82-2.52 20.6-6.75v-9.83c0-7.2-1.84-8.2-5.48-8.3h-2.08c-.43 0-.87.01-1.34.01h.01L35 45.12v-20.6h12.31ZM19.37 44.2c-5.16 0-9.34-4.18-9.34-9.34s4.18-9.34 9.34-9.34 9.34 4.18 9.34 9.34-4.18 9.34-9.34 9.34Z"
|
|
2840
2903
|
}
|
|
2841
2904
|
)
|
|
@@ -2848,11 +2911,11 @@ const S2 = ({
|
|
|
2848
2911
|
id: "rubric-high-tech",
|
|
2849
2912
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2850
2913
|
children: [
|
|
2851
|
-
/* @__PURE__ */ t("g", { clipPath: "url(#
|
|
2914
|
+
/* @__PURE__ */ t("g", { clipPath: "url(#era)", fill: "#8F98A9", children: [
|
|
2852
2915
|
/* @__PURE__ */ e("path", { d: "M7.63 12.928c0-3.492 1.59-6.716 4.363-8.846a1.502 1.502 0 0 1 1.829 2.382 8.094 8.094 0 0 0-3.19 6.463c0 4.491 3.654 8.145 8.145 8.145a8.09 8.09 0 0 0 3.141-.632 12.29 12.29 0 0 0 2.77-7.785c0-3.795-1.716-7.186-4.41-9.45v5.88a1.502 1.502 0 1 1-3.003 0v-7.7c0-.014.003-.027.003-.04A12.296 12.296 0 0 0 12.342.31C5.526.311 0 5.838 0 12.656 0 19.473 5.526 25 12.345 25a12.3 12.3 0 0 0 4.94-1.035c-5.441-.734-9.655-5.397-9.655-11.036Z" }),
|
|
2853
2916
|
/* @__PURE__ */ e("path", { d: "M22.52 23.625c4.622-1.36 8.006-5.64 8.006-10.697 0-3.492-1.59-6.716-4.363-8.846a1.502 1.502 0 0 0-1.829 2.382 8.094 8.094 0 0 1 3.19 6.463c0 3.378-2.068 6.281-5.004 7.513v3.185ZM20.28 0v3.206a12.338 12.338 0 0 0-2.999-1.861V0h3Z" })
|
|
2854
2917
|
] }),
|
|
2855
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "
|
|
2918
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "era", children: /* @__PURE__ */ e("path", { fill: "#fff", d: "M0 0h30.526v25H0z" }) }) })
|
|
2856
2919
|
]
|
|
2857
2920
|
}
|
|
2858
2921
|
),
|
|
@@ -2873,40 +2936,40 @@ const S2 = ({
|
|
|
2873
2936
|
)
|
|
2874
2937
|
] }),
|
|
2875
2938
|
/* @__PURE__ */ t("symbol", { fill: "none", viewBox: "0 0 33 25", id: "rubric-news", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2876
|
-
/* @__PURE__ */ t("g", { clipPath: "url(#
|
|
2939
|
+
/* @__PURE__ */ t("g", { clipPath: "url(#eta)", fill: "#4742FF", children: [
|
|
2877
2940
|
/* @__PURE__ */ e("path", { d: "M18.229 2.412a11.61 11.61 0 0 0-6.41-1.93C5.292.483 0 5.864 0 12.5c0 6.637 5.292 12.018 11.82 12.018 2.364 0 4.561-.714 6.41-1.93L8.308 12.502l9.92-10.089Z" }),
|
|
2878
2941
|
/* @__PURE__ */ e("path", { d: "m20.6 0-2.372 2.412a12.05 12.05 0 0 1 5.41 10.088 12.05 12.05 0 0 1-5.41 10.088L20.602 25l12.294-12.5L20.6 0Z" })
|
|
2879
2942
|
] }),
|
|
2880
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "
|
|
2943
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "eta", children: /* @__PURE__ */ e("path", { fill: "#fff", d: "M0 0h32.895v25H0z" }) }) })
|
|
2881
2944
|
] }),
|
|
2882
2945
|
/* @__PURE__ */ t("symbol", { fill: "none", viewBox: "0 0 30 25", id: "rubric-planet", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2883
|
-
/* @__PURE__ */ t("g", { clipPath: "url(#
|
|
2946
|
+
/* @__PURE__ */ t("g", { clipPath: "url(#eua)", fill: "#00B482", children: [
|
|
2884
2947
|
/* @__PURE__ */ e("path", { d: "M6.383 12.624c0-6.267 5.147-11.366 11.472-11.366.109 0 .211.011.314.017A12.688 12.688 0 0 0 12.617 0C5.648 0 0 5.596 0 12.5S5.648 25 12.617 25c1.777 0 3.473-.367 5.005-1.027-6.218-.124-11.24-5.161-11.24-11.354v.005Zm17.093 0c0 .61-.029 1.201-.069 1.782h1.686a12.38 12.38 0 0 0 .034-3.576h-1.714c.04.581.068 1.179.068 1.794h-.005Zm-.251-3.486h1.543a12.44 12.44 0 0 0-3.189-5.432c-.08-.034-.154-.073-.233-.102.882 1.377 1.543 3.283 1.879 5.54v-.006ZM21.51 21.367a12.528 12.528 0 0 0 3.195-5.268H23.23c-.313 2.115-.916 3.914-1.72 5.268Z" }),
|
|
2885
2948
|
/* @__PURE__ */ e("path", { d: "M12.236 12.624c0-.615.028-1.207.068-1.794H8.267a9.778 9.778 0 0 0-.176 1.794c0 .615.062 1.207.17 1.782h4.043a25.966 25.966 0 0 1-.068-1.782Zm-3.485 3.475a9.755 9.755 0 0 0 5.608 5.544c-.882-1.376-1.548-3.288-1.879-5.544H8.751Zm5.472 0c.62 3.773 2.192 6.199 3.632 6.199s3.012-2.426 3.633-6.2h-7.265Zm.142-12.5a9.762 9.762 0 0 0-5.608 5.539h3.73c.335-2.256.996-4.163 1.878-5.54Zm7.123 5.539c-.62-3.768-2.192-6.188-3.633-6.188-1.44 0-3.012 2.42-3.632 6.188h7.265Zm-7.544 3.486c0 .615.029 1.207.074 1.782h7.675c.046-.575.074-1.167.074-1.782s-.028-1.219-.074-1.794h-7.675a22.655 22.655 0 0 0-.074 1.794Zm8.313-8.918c2.454 1.01 4.407 2.973 5.369 5.432h-2.18c.153.547.273 1.117.352 1.693h2.323c.109.58.177 1.178.177 1.793s-.063 1.207-.17 1.783H25.77a12.623 12.623 0 0 1-.387 1.692h2.254a9.755 9.755 0 0 1-5.608 5.545c-.057.09.057-.09 0 0v1.805c4.623-1.467 7.983-5.765 7.983-10.825s-3.246-9.205-7.744-10.74v1.822h-.011Z" })
|
|
2886
2949
|
] }),
|
|
2887
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "
|
|
2950
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "eua", children: /* @__PURE__ */ e("path", { fill: "#fff", d: "M0 0h30v25H0z" }) }) })
|
|
2888
2951
|
] }),
|
|
2889
2952
|
/* @__PURE__ */ t("symbol", { fill: "none", viewBox: "0 0 34 25", id: "rubric-sport", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2890
|
-
/* @__PURE__ */ t("g", { clipPath: "url(#
|
|
2953
|
+
/* @__PURE__ */ t("g", { clipPath: "url(#eva)", fill: "#6398AB", children: [
|
|
2891
2954
|
/* @__PURE__ */ e("path", { d: "M17.875 23.77c-.28-.088-.553-.19-.823-.298-3.75-1.648-8.256-7.565 6.89-16.015 0 0-.604-1.48-1.776-2.844a3.302 3.302 0 0 0-.2-.254c-.005-.006-.01-.008-.015-.013a4.782 4.782 0 0 0-.521-.592C20.853 3.2 18.803 1.416 17.064.87A12.475 12.475 0 0 0 12.5 0C5.596 0 0 5.596 0 12.5 0 19.405 5.596 25 12.5 25a12.41 12.41 0 0 0 5.377-1.23h-.002Zm-2.81-21.865c2.1.43 4.517 1.375 5.504 2.202 2.79 2.103-6.078.464-9.115 1.315a12.241 12.241 0 0 1 3.61-3.517ZM9.886 8.787c1.047-2.851 8.258-2.086 11.178-2.764.54-.048.687.42.064 1.136-2.823 2.785-9.966 5.993-10.605 10.106A12.105 12.105 0 0 1 9.4 12.174c0-1.176.174-2.311.486-3.387Zm14.454 7.729c-1.366 4.11-4.187 6.028-6.462 7.256 3.829 1.62 8.366-.099 9.766-1.042.464-4.79-.348-10.44-1.306-12.348-2.072 1.355-.632 2.023-1.997 6.133Zm3.129-6.356c-.32.207 1.931 5.417 1.581 10.54a.446.446 0 0 0 .75.354c2.451-2.333 3.832-5.39 3.737-6.627-1.356-2.702-3.907-5.666-6.068-4.267ZM24.663.4c-1.573-.4-4.387-.667-6.705.033.508.165 3.371 1.276 4.89 2.87C24.582 2.708 24.663.4 24.663.4Zm-1.051 3.584s.817.676 1.612 1.915c.335-1.099 3.281-1.524 5.208-1.354.198.017.307-.216.174-.362C29.209 2.655 26.729.992 25.529.658c.388.761-.212 2.146-1.917 3.326Z" }),
|
|
2892
2955
|
/* @__PURE__ */ e("path", { d: "M32.034 5.927c-1.501-.333-5.36-.989-6.24.714l1.185 2.28c2.546-.536 4.268.249 6.768 3.252.16-3.571-1.713-6.246-1.713-6.246Z" })
|
|
2893
2956
|
] }),
|
|
2894
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "
|
|
2957
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "eva", children: /* @__PURE__ */ e("path", { fill: "#fff", d: "M0 0h33.756v25H0z" }) }) })
|
|
2895
2958
|
] }),
|
|
2896
2959
|
/* @__PURE__ */ t("symbol", { fill: "none", viewBox: "0 0 37 28", id: "rubric-tempo", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2897
|
-
/* @__PURE__ */ t("g", { clipPath: "url(#
|
|
2960
|
+
/* @__PURE__ */ t("g", { clipPath: "url(#ewa)", fill: "#ECB200", children: [
|
|
2898
2961
|
/* @__PURE__ */ e("path", { d: "M18.877 18.876 6.012 24.924a13.555 13.555 0 0 0 7.864 2.499c7.521 0 13.618-6.097 13.618-13.618 0-2.944-.933-5.67-2.521-7.896l-6.096 12.967ZM21.856 2.77A13.554 13.554 0 0 0 13.874.187C6.353.187.256 6.284.256 13.805c0 2.968.95 5.713 2.562 7.951l6.055-12.88L21.856 2.77Zm3.116 3.139L27.75 0l-5.893 2.77c1.2.87 2.254 1.93 3.115 3.139Z" }),
|
|
2899
2962
|
/* @__PURE__ */ e("path", { d: "M2.819 21.755 0 27.75l6.01-2.826a13.707 13.707 0 0 1-3.192-3.168v-.001Zm14.815-7.299a3.804 3.804 0 1 0-7.517-1.162 3.804 3.804 0 0 0 7.517 1.162Z" })
|
|
2900
2963
|
] }),
|
|
2901
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "
|
|
2964
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "ewa", children: /* @__PURE__ */ e("path", { fill: "#fff", d: "M0 0h37v27.75H0z" }) }) })
|
|
2902
2965
|
] }),
|
|
2903
2966
|
/* @__PURE__ */ t("symbol", { fill: "none", viewBox: "0 0 30 25", id: "rubric-vie-pro", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2904
|
-
/* @__PURE__ */ t("g", { clipPath: "url(#
|
|
2967
|
+
/* @__PURE__ */ t("g", { clipPath: "url(#exa)", fill: "#B49B56", children: [
|
|
2905
2968
|
/* @__PURE__ */ e("path", { d: "M9.922 3.312h11.032A12.438 12.438 0 0 0 12.5 0C5.596 0 0 5.596 0 12.5S5.596 25 12.5 25c2.77 0 5.32-.912 7.392-2.436h-9.97V3.312Z" }),
|
|
2906
2969
|
/* @__PURE__ */ e("path", { d: "M29.173 3.312h-8.219a12.496 12.496 0 0 1 3.337 5.07l1.954-2.08 2.216 2.085-3.483 3.701c.004.139.02.273.02.412 0 4.134-2.015 7.788-5.107 10.064h9.281V3.312h.001Z" }),
|
|
2907
2970
|
/* @__PURE__ */ e("path", { d: "m14.128 9.55-2.25 2.046 6.686 7.31 6.414-6.818a12.447 12.447 0 0 0-.688-3.707l-5.688 6.046-4.475-4.876Z" })
|
|
2908
2971
|
] }),
|
|
2909
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "
|
|
2972
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "exa", children: /* @__PURE__ */ e("path", { fill: "#fff", d: "M0 0h29.174v25H0z" }) }) })
|
|
2910
2973
|
] }),
|
|
2911
2974
|
/* @__PURE__ */ e("symbol", { viewBox: "0 0 28 28", id: "search", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ e(
|
|
2912
2975
|
"path",
|
|
@@ -3023,6 +3086,13 @@ const S2 = ({
|
|
|
3023
3086
|
clipRule: "evenodd"
|
|
3024
3087
|
}
|
|
3025
3088
|
) }),
|
|
3089
|
+
/* @__PURE__ */ e("symbol", { viewBox: "0 0 32 32", id: "sport", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ e(
|
|
3090
|
+
"path",
|
|
3091
|
+
{
|
|
3092
|
+
d: "M31.6 16.8v-1.5c0-.5 0-1-.1-1.5 0-.3 0-.5-.1-.8v-.6c-.1 0-.1 0-.2-.1-.1-.5-.2-1-.4-1.4-.2-.5-.3-.9-.5-1.4l-.6-1.2s0-.1-.1-.2c-.2-.4-.5-.8-.7-1.2 0-.1-.2-.3-.3-.4 0 0 0-.1-.1-.2-.1-.2-.3-.3-.4-.5 0-.2-.2-.3-.3-.4-.2-.3-.4-.4-.5-.6v-.1c-.5-.5-1-.9-1.6-1.4 0 0-.2-.1-.2-.2-.5-.4-1.1-.7-1.6-1.1h-.1c-.6-.3-1.2-.6-1.8-.8-.1 0-.3 0-.4-.1-.6-.2-1.3-.4-2-.6H19c-2.9-.6-5.9-.3-8.7.8-1.9.8-3.6 1.9-5.1 3.3l-.5.5-.3.3c-.7.7-1.3 1.6-1.8 2.4 0 0-.1.2-.2.3-.2.3-.3.5-.4.8 0 .1-.1.3-.2.4l-.2.5c0 .1 0 .2-.1.4 0 .1 0 .3-.1.4-.2.5-.3 1-.5 1.5 0 .2 0 .3-.1.5 0 .2 0 .5-.1.7 0 .2 0 .5-.1.7v2c0 4.2 1.7 8.2 4.6 11.2.9.9 1.9 1.7 3 2.3s.3.2.3.2l.3.2h.1c.5.3 1 .5 1.5.7.2 0 .4.1.5.2.3 0 .5.2.8.3h.4c.2 0 .4.1.6.2.4 0 .8.2 1.2.2h.5c.6 0 1.1.1 1.7.1h2.2c.3 0 .5 0 .8-.1H19.4c.2 0 .3 0 .4-.1.2 0 .5 0 .7-.2H20.8c.2 0 .3 0 .4-.2.2 0 .4-.1.6-.2h.2c.1 0 .3-.1.4-.2.2 0 .4-.2.6-.2 0 0 .2 0 .3-.1.1 0 .3-.1.4-.2.2 0 .4-.2.5-.3.1 0 .2-.1.3-.2.1 0 .2-.2.3-.2.2-.1.3-.2.5-.3.1 0 .2-.2.3-.3 0 0 .2-.2.3-.2.1-.1.3-.2.4-.3h.2v-.2h.1v-.2c.4-.3.7-.7 1-1.1.3-.4.6-.7.9-1.1.3-.4.5-.8.8-1.2.2-.4.5-.9.7-1.3.2-.4.4-.9.6-1.4.2-.5.3-.9.4-1.4.1-.5.2-1 .3-1.4 0-.3 0-.6.1-.8v-.7ZM2.9 11.5c.2-.6.5-1.3.8-1.9v-.1c.3-.6.7-1.1 1-1.7v-.1c.4-.5.7-.9 1.2-1.4 3.6.4 7.1 1.8 10 3.9-.9.8-1.8 1.6-2.6 2.5-1.5-.7-3.2-1.1-4.9-1.1s-4.3.6-6.1 1.8c.1-.7.3-1.3.5-1.9Zm17.8-8.4c.4.2.8.3 1.1.5.2 0 .4.2.6.3.4.2.8.5 1.2.8.1 0 .2.2.4.2.4.3.7.6 1 .9-1.3.3-2.6.7-3.8 1.3-.8-1.3-1.2-2.7-1.3-4.2.2 0 .5.1.7.2Zm8.6 15v.4c0 .3-.1.5-.2.8v.3c0 .3-.2.6-.3.8v.2c-.1.3-.2.6-.4.9v.2c-.1.3-.3.6-.4.9v.2c-.2.3-.4.6-.5.9-.2.4-.4.6-.6.9-.3-2.5-.9-4.9-2-7.1-1.2-2.6-2.9-4.9-4.9-6.8.4-.2.7-.5 1.1-.7 1 1.1 2.1 2.1 3.5 2.8 1.6.8 3.4 1.3 5.2 1.3 0 .7.2 1.3.2 2s0 1.2-.1 1.8v.6ZM21 28.4l-1.8.6h-.1c-.3 0-.6 0-.9.2 1.1-1.8 1.7-3.9 1.7-6 0-3-1.2-6-3.4-8.1-.4-.4-.8-.8-1.3-1.1.7-.8 1.5-1.5 2.4-2.2 2 1.8 3.6 4 4.7 6.4 1.2 2.6 1.9 5.4 2 8.3-1 .8-2 1.4-3.2 1.9H21Zm-6-11.8c1.7 1.7 2.7 4 2.7 6.5 0 2.3-.8 4.6-2.4 6.3h-.4c-.6 0-1.1-.1-1.7-.2H13c-.5-.1-1.1-.3-1.6-.5-.1 0-.3 0-.4-.2-.4-.2-.7-.3-1.1-.5 0-3.3.8-6.5 2.3-9.5.5-1 1.1-2 1.8-2.9.4.3.8.6 1.1.9Zm-3.9-.7c-2 3.3-3.2 7-3.4 10.8h-.1l-.2-.2c-.2-.2-.4-.3-.5-.5-.3-.3-.6-.5-.9-.9l-.2-.2c-.2-.2-.4-.4-.5-.6-.3-.3-.5-.6-.7-1-.2-.3-.4-.6-.5-.9-.2-.3-.4-.7-.5-1-.2-.5-.5-1.1-.6-1.6v-.3c-.2-.5-.3-1.1-.4-1.6V16.2c1.7-1.5 4-2.4 6.3-2.4 1.2 0 2.3.3 3.4.7-.3.4-.6.9-.9 1.3Zm15.8-8.1c.3.4.5.7.7 1.1 0 .1.1.2.2.4 0 .1.1.2.2.3.2.3.3.7.5 1 0 0 0 .2.1.3 0 .2.1.4.2.6-1.3 0-2.5-.4-3.6-.9-1-.5-1.8-1.1-2.6-1.9 1.3-.5 2.7-1 4.1-1.2 0 0 .1.2.2.3ZM15.8 2.1c.7 0 1.3 0 2 .2 0 2 .5 4 1.5 5.7l-1.5.9C15 6.7 11.7 5.2 8.2 4.4c2.3-1.5 4.9-2.3 7.6-2.3v-.6.6Z",
|
|
3093
|
+
fill: "currentColor"
|
|
3094
|
+
}
|
|
3095
|
+
) }),
|
|
3026
3096
|
/* @__PURE__ */ e("symbol", { viewBox: "0 0 21 19", id: "star", children: /* @__PURE__ */ e(
|
|
3027
3097
|
"path",
|
|
3028
3098
|
{
|
|
@@ -3149,7 +3219,7 @@ const S2 = ({
|
|
|
3149
3219
|
}
|
|
3150
3220
|
) }),
|
|
3151
3221
|
/* @__PURE__ */ t("symbol", { fill: "none", viewBox: "0 0 75 79", id: "world-foot-2026", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3152
|
-
/* @__PURE__ */ t("g", { clipPath: "url(#
|
|
3222
|
+
/* @__PURE__ */ t("g", { clipPath: "url(#fxa)", children: [
|
|
3153
3223
|
/* @__PURE__ */ e(
|
|
3154
3224
|
"path",
|
|
3155
3225
|
{
|
|
@@ -3183,10 +3253,10 @@ const S2 = ({
|
|
|
3183
3253
|
d: "m56.886 12.737-.908-2.919-.034.146-.939 2.773-2.831.828 2.831.745.939 3.002.034.142.908-3.144 2.896-.745-2.896-.828Zm-38.87 22.079-.908-2.919-.034.146-.94 2.773-2.83.828 2.83.742.94 3.005.034.143.908-3.148 2.896-.742-2.896-.828Zm10.843 22.083c-.736.452-1.356 1.218-2.146 1.62-.486-2.103-3.383-5.464-.343-6.77.227-.148.443-.302.613-.476.003.31.019.622.042.935.135 1.551.597 3.171 1.595 4.366l.239.321v.004ZM10.322 27.87c-.35.533-.135 1.425-.727 1.568-1.613.328-2.714-1.257-3.285-2.723-.327-.707.071-1.526.623-2.1.602 1.332 1.662 2.487 3.055 3.113.206.09.332.138.332.138l.002.003Zm5.571-6.681c-.806.557-1.769.654-2.536 1.23 0-2.607-1.54-6.663 2.212-7.146 0 1.837 0 3.67.223 5.475l.1.441Zm31.933 30.255c.736.453 1.356 1.218 2.146 1.62.486-2.103 3.383-5.463.343-6.77a3.534 3.534 0 0 1-.612-.476c-.004.31-.02.623-.043.936-.135 1.55-.597 3.17-1.595 4.366l-.239.32v.004ZM45.652 8.927c.578.266.867 1.136 1.445.943 1.541-.58 1.638-2.51 1.349-4.056-.097-.774-.867-1.257-1.638-1.45.193 1.45-.096 2.993-.948 4.265-.127.185-.208.294-.208.294v.004ZM59.7 38.477c.729-.05 1.595-.147 2.355-.259.254-.03.512-.058.778-.081a8.338 8.338 0 0 1-.713-.445c-1.791-.908-2.654-3.128-1.888-4.965-1.06.097-2.5-.193-2.597 1.354-.192 1.643.675 2.993 1.723 4.025.208.232.339.371.339.371h.003Zm-1.219-15.776c.17.966.779 1.723.909 2.675 1.848-1.83 5.807-3.58 3.514-6.6-1.303 1.29-2.602 2.578-4.04 3.687l-.383.238Z"
|
|
3184
3254
|
}
|
|
3185
3255
|
),
|
|
3186
|
-
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "
|
|
3256
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "fxa", children: /* @__PURE__ */ e("path", { fill: "#fff", d: "M22 5h32v74H22z" }) }) })
|
|
3187
3257
|
] }),
|
|
3188
3258
|
/* @__PURE__ */ e("symbol", { viewBox: "0 0 20 15", id: "youtube", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ e("path", { d: "M19.5 2.8c-.1-.6-.4-1.1-.8-1.5-.4-.4-.9-.7-1.4-.9C15.7.1 10.6 0 10 0c-.6 0-5.7 0-7.2.4-.5.2-1 .4-1.4.9-.5.4-.7 1-.9 1.5C.1 4.4.1 7.4.1 7.5s0 3.1.4 4.7c.1.6.4 1.1.8 1.5.4.4.9.7 1.4.9 1.5.4 6.6.4 7.2.4.6 0 5.7 0 7.2-.4.5-.2 1-.4 1.4-.9.4-.4.7-.9.8-1.5.4-1.5.4-4.6.4-4.7s.2-3.1-.2-4.7zm-6.3 5c0 .1-.1.1-.2.2l-4.3 2.6c-.1 0-.2.1-.2.1-.1 0-.3-.1-.4-.2s-.1-.3-.1-.4V4.7c0-.1.1-.1.2-.2.1 0 .2-.1.2-.1.1 0 .2 0 .2.1L13 7.1c.1 0 .1.1.2.2s.1.2.1.3c-.1 0-.1.1-.1.2z" }) })
|
|
3189
|
-
] }),
|
|
3259
|
+
] }), He = [...k2, "blue-dark", "sport"], T = j(
|
|
3190
3260
|
({ iconProps: a, as: s = "button", variant: c, color: l, size: r, hasShadow: n, isLoading: i, isFloating: o, ...d }, u) => /* @__PURE__ */ e(
|
|
3191
3261
|
m,
|
|
3192
3262
|
{
|
|
@@ -3231,7 +3301,7 @@ const t1 = ({ text: a, ...s }) => /* @__PURE__ */ e(
|
|
|
3231
3301
|
children: a
|
|
3232
3302
|
}
|
|
3233
3303
|
);
|
|
3234
|
-
function
|
|
3304
|
+
function $e({ title: a, ratio: s = "auto", htmlIframeProps: c, ...l }) {
|
|
3235
3305
|
return /* @__PURE__ */ e(
|
|
3236
3306
|
x,
|
|
3237
3307
|
{
|
|
@@ -3243,7 +3313,7 @@ function H2({ title: a, ratio: s = "auto", htmlIframeProps: c, ...l }) {
|
|
|
3243
3313
|
}
|
|
3244
3314
|
);
|
|
3245
3315
|
}
|
|
3246
|
-
const
|
|
3316
|
+
const j2 = ({ src: a, formats: s }) => {
|
|
3247
3317
|
if (s !== void 0 && s.length > 0)
|
|
3248
3318
|
return s.map((c) => `${a.replace(/%format/, c)} ${c.split("x")[0]}w`).join(", ");
|
|
3249
3319
|
}, I1 = ({ src: a, format: s }) => a.replace(/%format/, s), i1 = ({
|
|
@@ -3273,8 +3343,8 @@ const je = ({ src: a, formats: s }) => {
|
|
|
3273
3343
|
return /* @__PURE__ */ e(x, { as: "img", src: s, ...w });
|
|
3274
3344
|
const y = c.split("x"), b = y[0], f = y[1];
|
|
3275
3345
|
let N, M = `data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='${b}'%20height='${f}'%3E%3C/svg%3E`;
|
|
3276
|
-
if (s && (M = I1({ src: s, format: c }), N =
|
|
3277
|
-
const B = Number(b) * 2,
|
|
3346
|
+
if (s && (M = I1({ src: s, format: c }), N = j2({ formats: l, src: s }) ?? ""), u) {
|
|
3347
|
+
const B = Number(b) * 2, H = Number(f) * 2, P = `${B}x${H}`, k = I1({ src: s, format: P });
|
|
3278
3348
|
N = N ? `${N}, ${k} 2x` : `${k} 2x`;
|
|
3279
3349
|
}
|
|
3280
3350
|
return w.width = b || void 0, w.height = f !== "0" ? f : void 0, w.sizes = n || void 0, /* @__PURE__ */ e(x, { ...w, as: "img", src: M, ...N ? { srcSet: N } : {} });
|
|
@@ -3299,9 +3369,9 @@ const je = ({ src: a, formats: s }) => {
|
|
|
3299
3369
|
hint: N,
|
|
3300
3370
|
error: M,
|
|
3301
3371
|
...B
|
|
3302
|
-
},
|
|
3372
|
+
}, H) => {
|
|
3303
3373
|
const P = n && /* @__PURE__ */ e(
|
|
3304
|
-
|
|
3374
|
+
V,
|
|
3305
3375
|
{
|
|
3306
3376
|
className: p("c-input-container__icon", `color-${c || "black"}`),
|
|
3307
3377
|
iconProps: {
|
|
@@ -3350,7 +3420,7 @@ const je = ({ src: a, formats: s }) => {
|
|
|
3350
3420
|
id: a,
|
|
3351
3421
|
className: p("c-input-container__input", s),
|
|
3352
3422
|
required: l,
|
|
3353
|
-
ref:
|
|
3423
|
+
ref: H,
|
|
3354
3424
|
"aria-describedby": [N ? `${a}-hint` : null, M ? `${a}-error` : null].filter(Boolean).join(" ") || void 0,
|
|
3355
3425
|
...B
|
|
3356
3426
|
}
|
|
@@ -3420,7 +3490,7 @@ const je = ({ src: a, formats: s }) => {
|
|
|
3420
3490
|
]
|
|
3421
3491
|
}
|
|
3422
3492
|
);
|
|
3423
|
-
},
|
|
3493
|
+
}, Le = ({ children: a }) => /* @__PURE__ */ e(Z, { as: "h4", size: "xxs", weight: "bold", color: "ultramarine", children: a }), $ = (a) => {
|
|
3424
3494
|
if (a.propValue && ["boolean", "string", "number"].includes(typeof a.propValue) || !a.propValue) {
|
|
3425
3495
|
const s = q1({
|
|
3426
3496
|
className: a.className,
|
|
@@ -3439,10 +3509,10 @@ const je = ({ src: a, formats: s }) => {
|
|
|
3439
3509
|
});
|
|
3440
3510
|
return r && s.push(r), s;
|
|
3441
3511
|
}, []);
|
|
3442
|
-
},
|
|
3512
|
+
}, I2 = (a) => a.replace(/([a-z])([A-Z])/g, "$1-$2").replace(/[\s_]+/g, "-").toLowerCase(), q1 = (a) => {
|
|
3443
3513
|
if (a.propValue !== void 0) {
|
|
3444
3514
|
if (typeof a.propValue != "boolean") {
|
|
3445
|
-
const s =
|
|
3515
|
+
const s = I2(
|
|
3446
3516
|
typeof a.propValue == "number" ? a.propValue.toString() : a.propValue
|
|
3447
3517
|
);
|
|
3448
3518
|
return a.className ? `${a.className}-${s}@${a.defaultModifier}` : `${s}@${a.defaultModifier}`;
|
|
@@ -3451,99 +3521,99 @@ const je = ({ src: a, formats: s }) => {
|
|
|
3451
3521
|
throw new Error('It is necessary to define the argument "className" !');
|
|
3452
3522
|
return `${a.className}@${a.defaultModifier}`;
|
|
3453
3523
|
}
|
|
3454
|
-
},
|
|
3524
|
+
}, F2 = (a) => p({
|
|
3455
3525
|
[`bg-${a.bg}`]: a.bg,
|
|
3456
3526
|
[`color-${a.color}`]: a.color,
|
|
3457
3527
|
[`border-color-${a.borderColor}`]: a.borderColor
|
|
3458
|
-
}),
|
|
3528
|
+
}), A2 = ({
|
|
3459
3529
|
basis: a,
|
|
3460
3530
|
shrink: s,
|
|
3461
3531
|
grow: c,
|
|
3462
3532
|
...l
|
|
3463
3533
|
}) => p(
|
|
3464
|
-
|
|
3534
|
+
...$({
|
|
3465
3535
|
propValue: a,
|
|
3466
3536
|
className: "basis"
|
|
3467
3537
|
}),
|
|
3468
|
-
|
|
3538
|
+
...$({
|
|
3469
3539
|
propValue: s,
|
|
3470
3540
|
className: "shrink"
|
|
3471
3541
|
}),
|
|
3472
|
-
|
|
3542
|
+
...$({
|
|
3473
3543
|
propValue: c,
|
|
3474
3544
|
className: "grow"
|
|
3475
3545
|
}),
|
|
3476
|
-
|
|
3477
|
-
),
|
|
3546
|
+
D2(l)
|
|
3547
|
+
), T2 = ({
|
|
3478
3548
|
inline: a = !1,
|
|
3479
3549
|
direction: s,
|
|
3480
3550
|
wrap: c,
|
|
3481
3551
|
...l
|
|
3482
3552
|
}) => p(
|
|
3483
|
-
|
|
3553
|
+
...$({
|
|
3484
3554
|
propValue: a,
|
|
3485
3555
|
className: a ? "inline-flex" : "flex"
|
|
3486
3556
|
}),
|
|
3487
|
-
|
|
3557
|
+
...$({
|
|
3488
3558
|
propValue: s,
|
|
3489
3559
|
className: "direction"
|
|
3490
3560
|
}),
|
|
3491
|
-
|
|
3561
|
+
...$({
|
|
3492
3562
|
propValue: c
|
|
3493
3563
|
}),
|
|
3494
|
-
|
|
3495
|
-
),
|
|
3496
|
-
|
|
3564
|
+
t2(l)
|
|
3565
|
+
), t2 = (a) => p(
|
|
3566
|
+
...$({
|
|
3497
3567
|
propValue: a.alignItems,
|
|
3498
3568
|
className: "items"
|
|
3499
3569
|
}),
|
|
3500
|
-
|
|
3570
|
+
...$({
|
|
3501
3571
|
propValue: a.alignContent,
|
|
3502
3572
|
className: "content"
|
|
3503
3573
|
}),
|
|
3504
|
-
|
|
3574
|
+
...$({
|
|
3505
3575
|
propValue: a.justifyContent,
|
|
3506
3576
|
className: "justify"
|
|
3507
3577
|
}),
|
|
3508
|
-
|
|
3578
|
+
...$({
|
|
3509
3579
|
propValue: a.gap,
|
|
3510
3580
|
className: "gap"
|
|
3511
3581
|
}),
|
|
3512
|
-
|
|
3582
|
+
...$({
|
|
3513
3583
|
propValue: a.gapX,
|
|
3514
3584
|
className: "gap-x"
|
|
3515
3585
|
}),
|
|
3516
|
-
|
|
3586
|
+
...$({
|
|
3517
3587
|
propValue: a.gapY,
|
|
3518
3588
|
className: "gap-y"
|
|
3519
3589
|
}),
|
|
3520
|
-
|
|
3590
|
+
...$({
|
|
3521
3591
|
propValue: a.flexGrow,
|
|
3522
3592
|
className: "grow"
|
|
3523
3593
|
})
|
|
3524
|
-
),
|
|
3525
|
-
|
|
3594
|
+
), D2 = (a) => p(
|
|
3595
|
+
...$({
|
|
3526
3596
|
propValue: a.align,
|
|
3527
3597
|
className: "self"
|
|
3528
3598
|
})
|
|
3529
|
-
), o1 = (a) => typeof a.props == "object" ? Object.keys(a.props).reduce((s, c) => (a.systemPropNames.includes(c) || (s[c] = a.props[c]), s), {}) : {},
|
|
3530
|
-
Object.entries(a).filter(([s]) => Object.keys(
|
|
3531
|
-
|
|
3599
|
+
), o1 = (a) => typeof a.props == "object" ? Object.keys(a.props).reduce((s, c) => (a.systemPropNames.includes(c) || (s[c] = a.props[c]), s), {}) : {}, R2 = (a) => p(
|
|
3600
|
+
Object.entries(a).filter(([s]) => Object.keys(a2).includes(s)).reduce((s, [c, l]) => (s.push(
|
|
3601
|
+
...$({
|
|
3532
3602
|
className: c,
|
|
3533
3603
|
propValue: l
|
|
3534
3604
|
})
|
|
3535
3605
|
), s), [])
|
|
3536
|
-
),
|
|
3537
|
-
Object.entries(a).filter(([s]) => Object.keys(
|
|
3538
|
-
|
|
3606
|
+
), r2 = (a) => p(
|
|
3607
|
+
Object.entries(a).filter(([s]) => Object.keys(c2).includes(s)).reduce((s, [c, l]) => (s.push(
|
|
3608
|
+
...$({
|
|
3539
3609
|
className: c,
|
|
3540
3610
|
propValue: l
|
|
3541
3611
|
})
|
|
3542
3612
|
), s), [])
|
|
3543
|
-
),
|
|
3544
|
-
|
|
3545
|
-
|
|
3546
|
-
|
|
3613
|
+
), n2 = (a) => p(
|
|
3614
|
+
r2(a),
|
|
3615
|
+
F2(a),
|
|
3616
|
+
R2(a)
|
|
3547
3617
|
), F1 = ({
|
|
3548
3618
|
textAlign: a,
|
|
3549
3619
|
weight: s,
|
|
@@ -3553,11 +3623,11 @@ const je = ({ src: a, formats: s }) => {
|
|
|
3553
3623
|
fontFamily: n,
|
|
3554
3624
|
whiteSpace: i
|
|
3555
3625
|
}) => p(
|
|
3556
|
-
|
|
3626
|
+
$({
|
|
3557
3627
|
className: "text",
|
|
3558
3628
|
propValue: a
|
|
3559
3629
|
}),
|
|
3560
|
-
|
|
3630
|
+
$({
|
|
3561
3631
|
className: "font-weight",
|
|
3562
3632
|
propValue: s
|
|
3563
3633
|
}),
|
|
@@ -3573,10 +3643,10 @@ const je = ({ src: a, formats: s }) => {
|
|
|
3573
3643
|
{
|
|
3574
3644
|
...o1({
|
|
3575
3645
|
props: c,
|
|
3576
|
-
systemPropNames: Object.keys(
|
|
3646
|
+
systemPropNames: Object.keys(H2)
|
|
3577
3647
|
}),
|
|
3578
3648
|
ref: l,
|
|
3579
|
-
className: p(
|
|
3649
|
+
className: p(n2(c), c?.className),
|
|
3580
3650
|
children: s
|
|
3581
3651
|
}
|
|
3582
3652
|
));
|
|
@@ -3586,11 +3656,11 @@ const m = j(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
|
3586
3656
|
{
|
|
3587
3657
|
...o1({
|
|
3588
3658
|
props: c,
|
|
3589
|
-
systemPropNames: Object.keys(
|
|
3659
|
+
systemPropNames: Object.keys(e2)
|
|
3590
3660
|
}),
|
|
3591
3661
|
as: a,
|
|
3592
3662
|
ref: l,
|
|
3593
|
-
className: p(
|
|
3663
|
+
className: p(T2(c), c?.className),
|
|
3594
3664
|
children: s
|
|
3595
3665
|
}
|
|
3596
3666
|
)), I = j(
|
|
@@ -3599,38 +3669,38 @@ const m = j(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
|
3599
3669
|
{
|
|
3600
3670
|
...o1({
|
|
3601
3671
|
props: c,
|
|
3602
|
-
systemPropNames: Object.keys(
|
|
3672
|
+
systemPropNames: Object.keys(Z2)
|
|
3603
3673
|
}),
|
|
3604
3674
|
as: a,
|
|
3605
3675
|
ref: l,
|
|
3606
|
-
className: p(
|
|
3676
|
+
className: p(A2(c), c?.className),
|
|
3607
3677
|
children: s
|
|
3608
3678
|
}
|
|
3609
3679
|
)
|
|
3610
|
-
),
|
|
3680
|
+
), je = [1, 2, 3, 4, 5, 6, 7, 12, "2-of-3"], s1 = ({ colsNumber: a, gap: s, gapX: c, gapY: l, children: r, ...n }) => Y.createElement(x, {
|
|
3611
3681
|
...o1({
|
|
3612
3682
|
props: n,
|
|
3613
|
-
systemPropNames: Object.keys(
|
|
3683
|
+
systemPropNames: Object.keys(e2)
|
|
3614
3684
|
}),
|
|
3615
3685
|
className: p(
|
|
3616
3686
|
"grid",
|
|
3617
|
-
|
|
3687
|
+
...$({
|
|
3618
3688
|
className: "grid-cols-number",
|
|
3619
3689
|
propValue: a
|
|
3620
3690
|
}),
|
|
3621
|
-
|
|
3691
|
+
...$({
|
|
3622
3692
|
className: "grid-gap",
|
|
3623
3693
|
propValue: s
|
|
3624
3694
|
}),
|
|
3625
|
-
|
|
3695
|
+
...$({
|
|
3626
3696
|
className: "grid-gap-row",
|
|
3627
3697
|
propValue: c
|
|
3628
3698
|
}),
|
|
3629
|
-
|
|
3699
|
+
...$({
|
|
3630
3700
|
className: "grid-gap-col",
|
|
3631
3701
|
propValue: l
|
|
3632
3702
|
}),
|
|
3633
|
-
p(
|
|
3703
|
+
p(t2(n), n?.className)
|
|
3634
3704
|
),
|
|
3635
3705
|
children: r
|
|
3636
3706
|
}), C = j(
|
|
@@ -3670,7 +3740,7 @@ const m = j(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
|
3670
3740
|
[`c-btn--${n}`]: n && !c
|
|
3671
3741
|
},
|
|
3672
3742
|
F1({ weight: i, whiteSpace: o }),
|
|
3673
|
-
|
|
3743
|
+
$({
|
|
3674
3744
|
className: "text",
|
|
3675
3745
|
propValue: r
|
|
3676
3746
|
}),
|
|
@@ -3711,7 +3781,7 @@ const m = j(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
|
3711
3781
|
]
|
|
3712
3782
|
}
|
|
3713
3783
|
);
|
|
3714
|
-
},
|
|
3784
|
+
}, O2 = (a) => /* @__PURE__ */ e(x, { ...a, className: p("c-overlay c-overlay--with-bg", a?.className) }), R1 = ({ isWhite: a }) => /* @__PURE__ */ e("div", { className: p("c-pipe", { "c-pipe--is-white": a }) }), Ie = ({
|
|
3715
3785
|
id: a,
|
|
3716
3786
|
required: s,
|
|
3717
3787
|
label: c,
|
|
@@ -3737,14 +3807,14 @@ const m = j(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
|
3737
3807
|
c && /* @__PURE__ */ e("label", { htmlFor: a, className: "c-radio-button__label", children: c })
|
|
3738
3808
|
]
|
|
3739
3809
|
}
|
|
3740
|
-
),
|
|
3810
|
+
), P2 = ({ rating: a, ratingMax: s = 5, iconProps: c, ...l }) => {
|
|
3741
3811
|
const r = (d) => /* @__PURE__ */ e(z, { name: "star", color: "ultramarine", ...c }, d), n = (d) => /* @__PURE__ */ e(z, { name: "star", color: "grey-200", ...c }, d), i = (d) => /* @__PURE__ */ e(z, { name: "halfstar", color: "grey-200", ...c }, d), o = [];
|
|
3742
3812
|
for (let d = 0; d < s; d += 1) {
|
|
3743
3813
|
const u = d < a, h = d + 0.5 === a;
|
|
3744
3814
|
u && !h ? o.push(r(d)) : h ? o.push(i(d)) : o.push(n(d));
|
|
3745
3815
|
}
|
|
3746
3816
|
return /* @__PURE__ */ e(x, { ...l, children: o });
|
|
3747
|
-
},
|
|
3817
|
+
}, Fe = ({
|
|
3748
3818
|
title: a,
|
|
3749
3819
|
link: s,
|
|
3750
3820
|
image: c,
|
|
@@ -3802,7 +3872,7 @@ const m = j(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
|
3802
3872
|
)
|
|
3803
3873
|
]
|
|
3804
3874
|
}
|
|
3805
|
-
),
|
|
3875
|
+
), Ae = j(
|
|
3806
3876
|
({ variant: a, progressColor: s = "ultramarine" }, c) => /* @__PURE__ */ e(
|
|
3807
3877
|
x,
|
|
3808
3878
|
{
|
|
@@ -3812,7 +3882,7 @@ const m = j(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
|
3812
3882
|
children: /* @__PURE__ */ e(x, { className: "c-progress__bar", bg: s, style: { width: "0%" } })
|
|
3813
3883
|
}
|
|
3814
3884
|
)
|
|
3815
|
-
),
|
|
3885
|
+
), E2 = ({
|
|
3816
3886
|
triggerSelector: a = "[data-scroll-trigger]",
|
|
3817
3887
|
triggerOffset: s = 0,
|
|
3818
3888
|
...c
|
|
@@ -3834,15 +3904,15 @@ const m = j(({ as: a = "div", children: s, ...c }, l) => /* @__PURE__ */ e(
|
|
|
3834
3904
|
) })
|
|
3835
3905
|
}
|
|
3836
3906
|
);
|
|
3837
|
-
|
|
3838
|
-
const
|
|
3907
|
+
E2.displayName = "ScrollToTopButton";
|
|
3908
|
+
const Te = ({ inner: a, children: s, ...c }) => /* @__PURE__ */ e(
|
|
3839
3909
|
x,
|
|
3840
3910
|
{
|
|
3841
3911
|
...c,
|
|
3842
3912
|
className: p("c-section", { "c-section--inner": a }, c?.className),
|
|
3843
3913
|
children: s
|
|
3844
3914
|
}
|
|
3845
|
-
),
|
|
3915
|
+
), q2 = j(
|
|
3846
3916
|
({
|
|
3847
3917
|
id: a,
|
|
3848
3918
|
className: s,
|
|
@@ -3886,7 +3956,7 @@ const T2 = ({ inner: a, children: s, ...c }) => /* @__PURE__ */ e(
|
|
|
3886
3956
|
`c-select__select--${d}`,
|
|
3887
3957
|
{ "c-select__select--has-icon": !!u },
|
|
3888
3958
|
{ "c-select__select--large": h },
|
|
3889
|
-
|
|
3959
|
+
r2(y),
|
|
3890
3960
|
s
|
|
3891
3961
|
),
|
|
3892
3962
|
required: c,
|
|
@@ -3894,7 +3964,7 @@ const T2 = ({ inner: a, children: s, ...c }) => /* @__PURE__ */ e(
|
|
|
3894
3964
|
"aria-describedby": [v ? `${a}-hint` : null, w ? `${a}-error` : null].filter(Boolean).join(" ") || void 0,
|
|
3895
3965
|
...o1({
|
|
3896
3966
|
props: y,
|
|
3897
|
-
systemPropNames: Object.keys(
|
|
3967
|
+
systemPropNames: Object.keys(s2)
|
|
3898
3968
|
}),
|
|
3899
3969
|
children: [
|
|
3900
3970
|
i && /* @__PURE__ */ e("option", { value: "", disabled: !0, hidden: !0, children: i }),
|
|
@@ -3920,7 +3990,7 @@ const T2 = ({ inner: a, children: s, ...c }) => /* @__PURE__ */ e(
|
|
|
3920
3990
|
]
|
|
3921
3991
|
}
|
|
3922
3992
|
)
|
|
3923
|
-
),
|
|
3993
|
+
), De = ({ variant: a = "button", className: s, ...c }) => /* @__PURE__ */ e(
|
|
3924
3994
|
m,
|
|
3925
3995
|
{
|
|
3926
3996
|
className: p(
|
|
@@ -3987,7 +4057,7 @@ const d1 = j(
|
|
|
3987
4057
|
]
|
|
3988
4058
|
}
|
|
3989
4059
|
)
|
|
3990
|
-
),
|
|
4060
|
+
), K2 = ({
|
|
3991
4061
|
items: a,
|
|
3992
4062
|
colorVariant: s = "ultramarine",
|
|
3993
4063
|
...c
|
|
@@ -4002,7 +4072,7 @@ const d1 = j(
|
|
|
4002
4072
|
children: /* @__PURE__ */ e(x, { className: "c-stepper__loader", bg: s })
|
|
4003
4073
|
},
|
|
4004
4074
|
r
|
|
4005
|
-
)) }),
|
|
4075
|
+
)) }), U2 = ({
|
|
4006
4076
|
containerProps: a,
|
|
4007
4077
|
labelPosition: s = "before",
|
|
4008
4078
|
label: c,
|
|
@@ -4030,7 +4100,7 @@ const d1 = j(
|
|
|
4030
4100
|
),
|
|
4031
4101
|
s === "after" && c && o
|
|
4032
4102
|
] });
|
|
4033
|
-
},
|
|
4103
|
+
}, G2 = ({
|
|
4034
4104
|
variant: a = "default",
|
|
4035
4105
|
name: s,
|
|
4036
4106
|
children: c,
|
|
@@ -4058,7 +4128,7 @@ const d1 = j(
|
|
|
4058
4128
|
...d,
|
|
4059
4129
|
children: c
|
|
4060
4130
|
}
|
|
4061
|
-
),
|
|
4131
|
+
), W2 = ({
|
|
4062
4132
|
name: a,
|
|
4063
4133
|
children: s,
|
|
4064
4134
|
className: c,
|
|
@@ -4093,7 +4163,7 @@ const d1 = j(
|
|
|
4093
4163
|
children: r
|
|
4094
4164
|
}
|
|
4095
4165
|
)
|
|
4096
|
-
),
|
|
4166
|
+
), Re = j(
|
|
4097
4167
|
({
|
|
4098
4168
|
id: a,
|
|
4099
4169
|
required: s,
|
|
@@ -4175,15 +4245,15 @@ const d1 = j(
|
|
|
4175
4245
|
]
|
|
4176
4246
|
}
|
|
4177
4247
|
)
|
|
4178
|
-
),
|
|
4248
|
+
), Z = j(
|
|
4179
4249
|
({ as: a = "h1", size: s, children: c, ...l }, r) => /* @__PURE__ */ e(
|
|
4180
|
-
|
|
4250
|
+
i2,
|
|
4181
4251
|
{
|
|
4182
4252
|
...l,
|
|
4183
4253
|
as: a,
|
|
4184
4254
|
ref: r,
|
|
4185
4255
|
className: p(
|
|
4186
|
-
|
|
4256
|
+
$({
|
|
4187
4257
|
className: "heading",
|
|
4188
4258
|
propValue: s
|
|
4189
4259
|
}),
|
|
@@ -4194,7 +4264,7 @@ const d1 = j(
|
|
|
4194
4264
|
)
|
|
4195
4265
|
), g = j(
|
|
4196
4266
|
({ as: a = "p", size: s, highlighted: c, children: l, ...r }, n) => /* @__PURE__ */ e(
|
|
4197
|
-
|
|
4267
|
+
i2,
|
|
4198
4268
|
{
|
|
4199
4269
|
as: c ? "span" : a,
|
|
4200
4270
|
bg: c ? "sponsoring" : r.bg,
|
|
@@ -4203,7 +4273,7 @@ const d1 = j(
|
|
|
4203
4273
|
...r,
|
|
4204
4274
|
ref: n,
|
|
4205
4275
|
className: p(
|
|
4206
|
-
|
|
4276
|
+
$({
|
|
4207
4277
|
className: "text",
|
|
4208
4278
|
propValue: s
|
|
4209
4279
|
}),
|
|
@@ -4213,13 +4283,13 @@ const d1 = j(
|
|
|
4213
4283
|
children: l
|
|
4214
4284
|
}
|
|
4215
4285
|
)
|
|
4216
|
-
),
|
|
4286
|
+
), i2 = j(
|
|
4217
4287
|
({ as: a = "p", children: s, ...c }, l) => s && s.toString().length || c?.dangerouslySetInnerHTML ? /* @__PURE__ */ e(
|
|
4218
4288
|
x,
|
|
4219
4289
|
{
|
|
4220
4290
|
...o1({
|
|
4221
4291
|
props: c,
|
|
4222
|
-
systemPropNames: Object.keys(
|
|
4292
|
+
systemPropNames: Object.keys($2)
|
|
4223
4293
|
}),
|
|
4224
4294
|
as: a,
|
|
4225
4295
|
ref: l,
|
|
@@ -4230,7 +4300,7 @@ const d1 = j(
|
|
|
4230
4300
|
children: s
|
|
4231
4301
|
}
|
|
4232
4302
|
) : null
|
|
4233
|
-
),
|
|
4303
|
+
), Oe = ({
|
|
4234
4304
|
cover: a,
|
|
4235
4305
|
description: s,
|
|
4236
4306
|
title: c,
|
|
@@ -4281,16 +4351,16 @@ const d1 = j(
|
|
|
4281
4351
|
}
|
|
4282
4352
|
),
|
|
4283
4353
|
/* @__PURE__ */ e(g, { as: l ? "a" : void 0, size: "s", color: "white", ...l || {}, children: s }),
|
|
4284
|
-
r && /* @__PURE__ */ e(
|
|
4354
|
+
r && /* @__PURE__ */ e(V, { ...r, variant: "ghost", className: "c-info-banner__close", children: /* @__PURE__ */ e(z, { name: "close", size: 12, color: "white" }) })
|
|
4285
4355
|
]
|
|
4286
4356
|
}
|
|
4287
4357
|
)
|
|
4288
4358
|
] })
|
|
4289
4359
|
}
|
|
4290
|
-
),
|
|
4360
|
+
), Pe = ({
|
|
4291
4361
|
children: a,
|
|
4292
4362
|
...s
|
|
4293
|
-
}) => /* @__PURE__ */ e(x, { ...s, px: "s", py: "xxs-2", bg: "sponsoring", children: /* @__PURE__ */ e(g, { size: "xs", fontFamily: "source-serif-pro", children: a }) }),
|
|
4363
|
+
}) => /* @__PURE__ */ e(x, { ...s, px: "s", py: "xxs-2", bg: "sponsoring", children: /* @__PURE__ */ e(g, { size: "xs", fontFamily: "source-serif-pro", children: a }) }), Ee = ({
|
|
4294
4364
|
title: a,
|
|
4295
4365
|
label: s,
|
|
4296
4366
|
layout: c,
|
|
@@ -4301,7 +4371,7 @@ const d1 = j(
|
|
|
4301
4371
|
...o
|
|
4302
4372
|
}) => {
|
|
4303
4373
|
const d = /* @__PURE__ */ e(
|
|
4304
|
-
|
|
4374
|
+
Z,
|
|
4305
4375
|
{
|
|
4306
4376
|
fontFamily: "source-serif-pro",
|
|
4307
4377
|
weight: "bold",
|
|
@@ -4352,7 +4422,7 @@ const d1 = j(
|
|
|
4352
4422
|
]
|
|
4353
4423
|
}
|
|
4354
4424
|
)), u;
|
|
4355
|
-
},
|
|
4425
|
+
}, qe = ({
|
|
4356
4426
|
title: a,
|
|
4357
4427
|
summary: s,
|
|
4358
4428
|
rubricColor: c,
|
|
@@ -4373,7 +4443,7 @@ const d1 = j(
|
|
|
4373
4443
|
/* @__PURE__ */ e(b0, { color: c, children: s })
|
|
4374
4444
|
]
|
|
4375
4445
|
}
|
|
4376
|
-
),
|
|
4446
|
+
), Ke = ({ html: a, caption: s = "" }) => /* @__PURE__ */ t("figure", { className: "c-media", children: [
|
|
4377
4447
|
/* @__PURE__ */ e(
|
|
4378
4448
|
"div",
|
|
4379
4449
|
{
|
|
@@ -4384,18 +4454,18 @@ const d1 = j(
|
|
|
4384
4454
|
}
|
|
4385
4455
|
),
|
|
4386
4456
|
s && /* @__PURE__ */ e(g, { as: "figcaption", size: "xs", mt: "s", color: "grey-300", className: "c-media__caption", children: s })
|
|
4387
|
-
] }),
|
|
4457
|
+
] }), Ue = ({ html: a }) => /* @__PURE__ */ e(
|
|
4388
4458
|
"div",
|
|
4389
4459
|
{
|
|
4390
4460
|
dangerouslySetInnerHTML: {
|
|
4391
4461
|
__html: a
|
|
4392
4462
|
}
|
|
4393
4463
|
}
|
|
4394
|
-
),
|
|
4464
|
+
), Y2 = {
|
|
4395
4465
|
defaultFormat: "1444x920",
|
|
4396
4466
|
formats: ["1444x920", "722x460", "640x408", "320x204"],
|
|
4397
4467
|
sizes: "(min-width: 722px) 722px, 100vw"
|
|
4398
|
-
},
|
|
4468
|
+
}, J2 = {
|
|
4399
4469
|
defaultFormat: "1444x920",
|
|
4400
4470
|
formats: ["1444x920", "722x460", "640x408", "320x204"],
|
|
4401
4471
|
sizes: "100vw"
|
|
@@ -4412,8 +4482,8 @@ const d1 = j(
|
|
|
4412
4482
|
isGallery: u = !1,
|
|
4413
4483
|
...h
|
|
4414
4484
|
}) => {
|
|
4415
|
-
let v =
|
|
4416
|
-
return n === _.DESKTOP && (v =
|
|
4485
|
+
let v = J2;
|
|
4486
|
+
return n === _.DESKTOP && (v = Y2), /* @__PURE__ */ t(x, { ...h, as: "figure", className: "c-media", children: [
|
|
4417
4487
|
a === G.photo && /* @__PURE__ */ t("div", { className: "c-media__content", children: [
|
|
4418
4488
|
/* @__PURE__ */ e(
|
|
4419
4489
|
i1,
|
|
@@ -4429,7 +4499,7 @@ const d1 = j(
|
|
|
4429
4499
|
}
|
|
4430
4500
|
),
|
|
4431
4501
|
u && o && o >= 2 && /* @__PURE__ */ e(
|
|
4432
|
-
|
|
4502
|
+
V,
|
|
4433
4503
|
{
|
|
4434
4504
|
color: "tertiary",
|
|
4435
4505
|
size: "large",
|
|
@@ -4480,17 +4550,17 @@ const d1 = j(
|
|
|
4480
4550
|
}
|
|
4481
4551
|
)
|
|
4482
4552
|
] });
|
|
4483
|
-
},
|
|
4553
|
+
}, Ge = ({
|
|
4484
4554
|
topics: a,
|
|
4485
4555
|
infoBannerProps: s,
|
|
4486
4556
|
...c
|
|
4487
4557
|
}) => /* @__PURE__ */ t(x, { ...c, children: [
|
|
4488
4558
|
/* @__PURE__ */ e(x, { as: "ul", mb: "xl", children: a.map((l, r) => /* @__PURE__ */ t("li", { children: [
|
|
4489
|
-
/* @__PURE__ */ e(
|
|
4559
|
+
/* @__PURE__ */ e(X2, { icon: l.icon, title: l.title, content: l.content }),
|
|
4490
4560
|
r !== a.length - 1 && /* @__PURE__ */ e(E, { color: "grey-200", my: "l" })
|
|
4491
4561
|
] }, l.title)) }),
|
|
4492
4562
|
/* @__PURE__ */ e(w0, { heading: s.heading, description: s.description })
|
|
4493
|
-
] }),
|
|
4563
|
+
] }), We = ({ 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
4564
|
m,
|
|
4495
4565
|
{
|
|
4496
4566
|
as: "a",
|
|
@@ -4516,15 +4586,15 @@ const d1 = j(
|
|
|
4516
4586
|
/* @__PURE__ */ e(A, { isUppercase: !1, children: s.label })
|
|
4517
4587
|
]
|
|
4518
4588
|
}
|
|
4519
|
-
) }, s.slug)) }),
|
|
4589
|
+
) }, s.slug)) }), X2 = j(
|
|
4520
4590
|
({ icon: a, title: s, content: c, ...l }, r) => /* @__PURE__ */ t(x, { ...l, ref: r, className: p("c-astro-topic-card", l?.className), children: [
|
|
4521
4591
|
/* @__PURE__ */ t(m, { alignItems: "center", mb: "s", children: [
|
|
4522
4592
|
/* @__PURE__ */ e(z, { mr: "xs", name: a, size: 21 }),
|
|
4523
|
-
/* @__PURE__ */ e(
|
|
4593
|
+
/* @__PURE__ */ e(Z, { as: "h3", size: "xs", children: s })
|
|
4524
4594
|
] }),
|
|
4525
4595
|
/* @__PURE__ */ e(g, { size: "m", children: c })
|
|
4526
4596
|
] })
|
|
4527
|
-
),
|
|
4597
|
+
), Q2 = ({
|
|
4528
4598
|
avatars: a,
|
|
4529
4599
|
maxAvatar: s = 4,
|
|
4530
4600
|
themeColor: c,
|
|
@@ -4537,7 +4607,7 @@ const d1 = j(
|
|
|
4537
4607
|
color: r.color ?? (r.path ? void 0 : c)
|
|
4538
4608
|
},
|
|
4539
4609
|
r.title
|
|
4540
|
-
)) }),
|
|
4610
|
+
)) }), Ye = ({
|
|
4541
4611
|
rubrics: a,
|
|
4542
4612
|
tags: s,
|
|
4543
4613
|
color: c,
|
|
@@ -4605,7 +4675,7 @@ const d1 = j(
|
|
|
4605
4675
|
] })
|
|
4606
4676
|
]
|
|
4607
4677
|
}
|
|
4608
|
-
),
|
|
4678
|
+
), Je = ({
|
|
4609
4679
|
items: a,
|
|
4610
4680
|
heading: s,
|
|
4611
4681
|
columnsNumber: c = { xs: 2, md: 4 },
|
|
@@ -4682,7 +4752,7 @@ const d1 = j(
|
|
|
4682
4752
|
}), l = n;
|
|
4683
4753
|
}
|
|
4684
4754
|
return c;
|
|
4685
|
-
},
|
|
4755
|
+
}, Xe = ({
|
|
4686
4756
|
currentStreakDates: a = [],
|
|
4687
4757
|
maxStreakDates: s = [],
|
|
4688
4758
|
initialMonth: c,
|
|
@@ -4693,7 +4763,7 @@ const d1 = j(
|
|
|
4693
4763
|
const i = U(() => {
|
|
4694
4764
|
const k = l ? new Date(l) : /* @__PURE__ */ new Date();
|
|
4695
4765
|
return k.setHours(0, 0, 0, 0), k;
|
|
4696
|
-
}, [l]), [o, d] =
|
|
4766
|
+
}, [l]), [o, d] = w2(() => {
|
|
4697
4767
|
if (c) {
|
|
4698
4768
|
const k = new Date(c);
|
|
4699
4769
|
return { year: k.getFullYear(), month: k.getMonth() };
|
|
@@ -4711,7 +4781,7 @@ const d1 = j(
|
|
|
4711
4781
|
const b = U(() => new Set(a), [a]), f = U(() => new Set(s), [s]), N = U(
|
|
4712
4782
|
() => s0([...a, ...s]),
|
|
4713
4783
|
[a, s]
|
|
4714
|
-
), M = N1(i), B = o.year < i.getFullYear() || o.year === i.getFullYear() && o.month < i.getMonth(),
|
|
4784
|
+
), M = N1(i), B = o.year < i.getFullYear() || o.year === i.getFullYear() && o.month < i.getMonth(), H = () => {
|
|
4715
4785
|
d((k) => k.month === 0 ? { year: k.year - 1, month: 11 } : { year: k.year, month: k.month - 1 });
|
|
4716
4786
|
}, P = () => {
|
|
4717
4787
|
B && d((k) => k.month === 11 ? { year: k.year + 1, month: 0 } : { year: k.year, month: k.month + 1 });
|
|
@@ -4719,16 +4789,16 @@ const d1 = j(
|
|
|
4719
4789
|
return /* @__PURE__ */ t(x, { ...n, className: p("c-calendar", r), px: "s", py: "xl", bg: "grey-100", children: [
|
|
4720
4790
|
/* @__PURE__ */ t(m, { justifyContent: "center", alignItems: "center", mb: "l", gap: "l", children: [
|
|
4721
4791
|
/* @__PURE__ */ e(
|
|
4722
|
-
|
|
4792
|
+
V,
|
|
4723
4793
|
{
|
|
4724
4794
|
variant: "ghost",
|
|
4725
4795
|
"aria-label": "Mois précédent",
|
|
4726
|
-
onClick:
|
|
4796
|
+
onClick: H,
|
|
4727
4797
|
iconProps: { name: "chevron-left", size: 12 }
|
|
4728
4798
|
}
|
|
4729
4799
|
),
|
|
4730
4800
|
/* @__PURE__ */ t(
|
|
4731
|
-
|
|
4801
|
+
Z,
|
|
4732
4802
|
{
|
|
4733
4803
|
as: "h2",
|
|
4734
4804
|
size: "xxs",
|
|
@@ -4743,7 +4813,7 @@ const d1 = j(
|
|
|
4743
4813
|
}
|
|
4744
4814
|
),
|
|
4745
4815
|
/* @__PURE__ */ e(
|
|
4746
|
-
|
|
4816
|
+
V,
|
|
4747
4817
|
{
|
|
4748
4818
|
variant: "ghost",
|
|
4749
4819
|
"aria-label": "Mois suivant",
|
|
@@ -4756,7 +4826,7 @@ const d1 = j(
|
|
|
4756
4826
|
] }),
|
|
4757
4827
|
/* @__PURE__ */ e(x, { className: "c-calendar__grid", pb: "xs", children: e0.map((k) => /* @__PURE__ */ e(m, { alignItems: "center", justifyContent: "center", className: "c-calendar__cell", children: /* @__PURE__ */ e(g, { as: "span", size: "xs", children: k.charAt(0) }) }, k)) }),
|
|
4758
4828
|
/* @__PURE__ */ e("div", { className: "c-calendar__grid", children: y.map((k) => {
|
|
4759
|
-
const L = N1(k), q = k.getMonth() === o.month, J = L === M, K = N.has(L), l1 = (b.has(L) || f.has(L)) && !K,
|
|
4829
|
+
const L = N1(k), q = k.getMonth() === o.month, J = L === M, K = N.has(L), l1 = (b.has(L) || f.has(L)) && !K, V1 = b.has(L), H1 = f.has(L), h1 = new Date(k);
|
|
4760
4830
|
h1.setDate(h1.getDate() - 1);
|
|
4761
4831
|
const _1 = K && !N.has(N1(h1)), m1 = new Date(k);
|
|
4762
4832
|
m1.setDate(m1.getDate() + 1);
|
|
@@ -4769,8 +4839,8 @@ const d1 = j(
|
|
|
4769
4839
|
className: p("c-calendar__cell", {
|
|
4770
4840
|
"c-calendar__cell--other-month": !q,
|
|
4771
4841
|
"c-calendar__cell--today": J,
|
|
4772
|
-
"c-calendar__cell--heat":
|
|
4773
|
-
"c-calendar__cell--max-heat":
|
|
4842
|
+
"c-calendar__cell--heat": V1,
|
|
4843
|
+
"c-calendar__cell--max-heat": H1,
|
|
4774
4844
|
"c-calendar__cell--grouped": K,
|
|
4775
4845
|
"c-calendar__cell--first-of-group": _1,
|
|
4776
4846
|
"c-calendar__cell--last-of-group": z1
|
|
@@ -4890,7 +4960,7 @@ const d1 = j(
|
|
|
4890
4960
|
variant: M,
|
|
4891
4961
|
...B
|
|
4892
4962
|
}) => {
|
|
4893
|
-
const
|
|
4963
|
+
const H = () => {
|
|
4894
4964
|
if (a?.size)
|
|
4895
4965
|
return a.size;
|
|
4896
4966
|
if (s !== void 0) {
|
|
@@ -4924,7 +4994,7 @@ const d1 = j(
|
|
|
4924
4994
|
justifyContent: "center",
|
|
4925
4995
|
bg: P(),
|
|
4926
4996
|
color: c,
|
|
4927
|
-
children: /* @__PURE__ */ e(z, { size:
|
|
4997
|
+
children: /* @__PURE__ */ e(z, { size: H(), ...a })
|
|
4928
4998
|
}
|
|
4929
4999
|
);
|
|
4930
5000
|
return r !== void 0 ? /* @__PURE__ */ t(m, { className: "c-icon-item", alignItems: "center", children: [
|
|
@@ -5100,7 +5170,7 @@ const d1 = j(
|
|
|
5100
5170
|
h?.className
|
|
5101
5171
|
),
|
|
5102
5172
|
children: /* @__PURE__ */ t(
|
|
5103
|
-
|
|
5173
|
+
Z,
|
|
5104
5174
|
{
|
|
5105
5175
|
as: l || "h1",
|
|
5106
5176
|
...r && { as: "a", href: r },
|
|
@@ -5128,7 +5198,7 @@ const d1 = j(
|
|
|
5128
5198
|
}
|
|
5129
5199
|
)
|
|
5130
5200
|
}
|
|
5131
|
-
),
|
|
5201
|
+
), Qe = ({
|
|
5132
5202
|
link: a,
|
|
5133
5203
|
title: s,
|
|
5134
5204
|
summaryProps: c,
|
|
@@ -5236,7 +5306,7 @@ const d1 = j(
|
|
|
5236
5306
|
}
|
|
5237
5307
|
),
|
|
5238
5308
|
o && /* @__PURE__ */ e(
|
|
5239
|
-
|
|
5309
|
+
p2,
|
|
5240
5310
|
{
|
|
5241
5311
|
...o,
|
|
5242
5312
|
mx: "m",
|
|
@@ -5272,7 +5342,7 @@ const d1 = j(
|
|
|
5272
5342
|
] })
|
|
5273
5343
|
}
|
|
5274
5344
|
);
|
|
5275
|
-
},
|
|
5345
|
+
}, o2 = ({
|
|
5276
5346
|
link: a,
|
|
5277
5347
|
title: s,
|
|
5278
5348
|
cardHeaderProps: c,
|
|
@@ -5692,7 +5762,7 @@ const d1 = j(
|
|
|
5692
5762
|
" "
|
|
5693
5763
|
] }),
|
|
5694
5764
|
/* @__PURE__ */ e(
|
|
5695
|
-
|
|
5765
|
+
P2,
|
|
5696
5766
|
{
|
|
5697
5767
|
rating: w,
|
|
5698
5768
|
iconProps: {
|
|
@@ -5831,7 +5901,7 @@ const d1 = j(
|
|
|
5831
5901
|
i,
|
|
5832
5902
|
/* @__PURE__ */ t(m, { gap: "s", mt: "m", alignItems: "center", children: [
|
|
5833
5903
|
/* @__PURE__ */ e(
|
|
5834
|
-
|
|
5904
|
+
V,
|
|
5835
5905
|
{
|
|
5836
5906
|
size: "small",
|
|
5837
5907
|
onClick: h,
|
|
@@ -5882,7 +5952,7 @@ const d1 = j(
|
|
|
5882
5952
|
}
|
|
5883
5953
|
),
|
|
5884
5954
|
c && /* @__PURE__ */ e(
|
|
5885
|
-
|
|
5955
|
+
V,
|
|
5886
5956
|
{
|
|
5887
5957
|
variant: "ghost",
|
|
5888
5958
|
iconProps: {
|
|
@@ -5895,7 +5965,7 @@ const d1 = j(
|
|
|
5895
5965
|
)
|
|
5896
5966
|
] })
|
|
5897
5967
|
] })
|
|
5898
|
-
] }),
|
|
5968
|
+
] }), d2 = ({
|
|
5899
5969
|
link: a,
|
|
5900
5970
|
cardImageProps: s,
|
|
5901
5971
|
cardHeaderProps: c,
|
|
@@ -6103,7 +6173,7 @@ const d1 = j(
|
|
|
6103
6173
|
s
|
|
6104
6174
|
);
|
|
6105
6175
|
return a === "medium" ? /* @__PURE__ */ e(n0, { ...c, className: l }) : /* @__PURE__ */ e(i0, { ...c, className: l });
|
|
6106
|
-
},
|
|
6176
|
+
}, h2 = ({
|
|
6107
6177
|
link: a,
|
|
6108
6178
|
title: s,
|
|
6109
6179
|
cardHeaderProps: c,
|
|
@@ -6287,7 +6357,7 @@ const d1 = j(
|
|
|
6287
6357
|
children: l.children
|
|
6288
6358
|
}
|
|
6289
6359
|
),
|
|
6290
|
-
c && /* @__PURE__ */ e(
|
|
6360
|
+
c && /* @__PURE__ */ e(p2, { ...c, mt: "l", className: "u-relative u-relative--z-index-2" })
|
|
6291
6361
|
] })
|
|
6292
6362
|
]
|
|
6293
6363
|
}
|
|
@@ -6424,7 +6494,7 @@ const d1 = j(
|
|
|
6424
6494
|
return /* @__PURE__ */ e(d0, { ...f });
|
|
6425
6495
|
default:
|
|
6426
6496
|
return /* @__PURE__ */ e(
|
|
6427
|
-
|
|
6497
|
+
h2,
|
|
6428
6498
|
{
|
|
6429
6499
|
...f,
|
|
6430
6500
|
layout: s,
|
|
@@ -6450,7 +6520,7 @@ const d1 = j(
|
|
|
6450
6520
|
);
|
|
6451
6521
|
}
|
|
6452
6522
|
}, b = /* @__PURE__ */ e(
|
|
6453
|
-
|
|
6523
|
+
u2,
|
|
6454
6524
|
{
|
|
6455
6525
|
label: c || "",
|
|
6456
6526
|
mb: n && "0" || (!u || h) && "m" || "xxl",
|
|
@@ -6624,7 +6694,7 @@ const d1 = j(
|
|
|
6624
6694
|
children: [
|
|
6625
6695
|
/* @__PURE__ */ e(C, { href: "/", title: "Accueil", children: /* @__PURE__ */ e(z, { name: "logo", color: "white", size: c }) }),
|
|
6626
6696
|
l && /* @__PURE__ */ e(
|
|
6627
|
-
|
|
6697
|
+
Z,
|
|
6628
6698
|
{
|
|
6629
6699
|
color: "white",
|
|
6630
6700
|
size: "xxs",
|
|
@@ -6664,7 +6734,7 @@ const d1 = j(
|
|
|
6664
6734
|
children: [
|
|
6665
6735
|
s === _.MOBILE && /* @__PURE__ */ e(g0, { dialogId: l }),
|
|
6666
6736
|
/* @__PURE__ */ t(x, { bg: "grey-100", p: "m", children: [
|
|
6667
|
-
/* @__PURE__ */ e(
|
|
6737
|
+
/* @__PURE__ */ e(Z, { as: "h3", size: "xxs-2", color: "ultramarine", mb: "xxs-3", children: "Vous avez des questions sur l’actualité ?" }),
|
|
6668
6738
|
/* @__PURE__ */ e(g, { size: "m", children: "Notre IA est disponible 24h/24 et 7 jours/7" })
|
|
6669
6739
|
] }),
|
|
6670
6740
|
a
|
|
@@ -6717,13 +6787,13 @@ const d1 = j(
|
|
|
6717
6787
|
isDropdown: h,
|
|
6718
6788
|
...v
|
|
6719
6789
|
}, w) => {
|
|
6720
|
-
const y =
|
|
6790
|
+
const y = b2().replace(/:/g, ""), b = `c-collapse__button-${a}-${y}`, f = `c-collapse__content-${a}-${y}`, N = () => {
|
|
6721
6791
|
if (c) {
|
|
6722
6792
|
const { children: P, ...k } = c;
|
|
6723
6793
|
return /* @__PURE__ */ e(g, { as: "span", size: "m", color: "black", ...k, children: P });
|
|
6724
6794
|
}
|
|
6725
|
-
const { as: M, children: B, ...
|
|
6726
|
-
return /* @__PURE__ */ e(g, { as: "span", size: "l", color: "black", ...
|
|
6795
|
+
const { as: M, children: B, ...H } = s ?? {};
|
|
6796
|
+
return /* @__PURE__ */ e(g, { as: "span", size: "l", color: "black", ...H, children: B });
|
|
6727
6797
|
};
|
|
6728
6798
|
return /* @__PURE__ */ t(
|
|
6729
6799
|
x,
|
|
@@ -6817,7 +6887,7 @@ const d1 = j(
|
|
|
6817
6887
|
/* @__PURE__ */ e(E, { color: "grey-200" })
|
|
6818
6888
|
] }) : /* @__PURE__ */ t(m, { gap: "xs", mb: "xs", children: [
|
|
6819
6889
|
/* @__PURE__ */ e(z, { name: "comment", size: 22, color: "ultramarine" }),
|
|
6820
|
-
/* @__PURE__ */ e(
|
|
6890
|
+
/* @__PURE__ */ e(Z, { as: "h2", size: "xxs", children: `${a} ${a > 1 ? "commentaires" : "commentaire"}` })
|
|
6821
6891
|
] }), k1 = ({
|
|
6822
6892
|
title: a,
|
|
6823
6893
|
classItem: s,
|
|
@@ -6837,7 +6907,7 @@ const d1 = j(
|
|
|
6837
6907
|
}
|
|
6838
6908
|
),
|
|
6839
6909
|
/* @__PURE__ */ e(
|
|
6840
|
-
|
|
6910
|
+
Z,
|
|
6841
6911
|
{
|
|
6842
6912
|
className: `js-countdown-${s}`,
|
|
6843
6913
|
size: { xs: "m", md: "xxl" },
|
|
@@ -6849,7 +6919,7 @@ const d1 = j(
|
|
|
6849
6919
|
}
|
|
6850
6920
|
)
|
|
6851
6921
|
] }),
|
|
6852
|
-
c && /* @__PURE__ */ e("div", { children: /* @__PURE__ */ e(
|
|
6922
|
+
c && /* @__PURE__ */ e("div", { children: /* @__PURE__ */ e(l2, { color: "grey-200" }) })
|
|
6853
6923
|
] }), U1 = ({
|
|
6854
6924
|
layout: a,
|
|
6855
6925
|
title: s,
|
|
@@ -6882,7 +6952,7 @@ const d1 = j(
|
|
|
6882
6952
|
mr: { xs: "xxs", md: "m" }
|
|
6883
6953
|
}
|
|
6884
6954
|
),
|
|
6885
|
-
/* @__PURE__ */ e(
|
|
6955
|
+
/* @__PURE__ */ e(Z, { as: "h2", size: { xs: "xs", md: "s" }, children: s })
|
|
6886
6956
|
] }),
|
|
6887
6957
|
/* @__PURE__ */ t(
|
|
6888
6958
|
m,
|
|
@@ -6907,14 +6977,14 @@ const d1 = j(
|
|
|
6907
6977
|
icon: s = { name: "darkmode", size: 20 },
|
|
6908
6978
|
...c
|
|
6909
6979
|
}) => /* @__PURE__ */ e(
|
|
6910
|
-
|
|
6980
|
+
U2,
|
|
6911
6981
|
{
|
|
6912
6982
|
icon: s,
|
|
6913
6983
|
label: a || /* @__PURE__ */ e(g, { size: "l", as: "span", weight: "bold", children: "Mode sombre" }),
|
|
6914
6984
|
...c
|
|
6915
6985
|
}
|
|
6916
6986
|
), w3 = ({ topics: a, ...s }) => a.length === 0 ? null : /* @__PURE__ */ t(x, { ...s, children: [
|
|
6917
|
-
/* @__PURE__ */ e(
|
|
6987
|
+
/* @__PURE__ */ e(Z, { as: "h3", mb: "xs", size: "xxs", children: "À découvrir" }),
|
|
6918
6988
|
/* @__PURE__ */ e("ul", { children: a.map((c) => /* @__PURE__ */ t(x, { as: "li", mb: "xs", children: [
|
|
6919
6989
|
/* @__PURE__ */ t(m, { alignItems: "center", gap: "xxs", children: [
|
|
6920
6990
|
c.imgProps && /* @__PURE__ */ e(
|
|
@@ -6966,7 +7036,7 @@ const d1 = j(
|
|
|
6966
7036
|
hasTopBorder: d = !1
|
|
6967
7037
|
}) => {
|
|
6968
7038
|
const u = /* @__PURE__ */ e(
|
|
6969
|
-
|
|
7039
|
+
V,
|
|
6970
7040
|
{
|
|
6971
7041
|
variant: "ghost",
|
|
6972
7042
|
iconProps: { name: "chevron", color: "white", size: 18 },
|
|
@@ -6974,7 +7044,7 @@ const d1 = j(
|
|
|
6974
7044
|
className: "c-search-banner__expand-button"
|
|
6975
7045
|
}
|
|
6976
7046
|
), h = n && /* @__PURE__ */ e(
|
|
6977
|
-
|
|
7047
|
+
q2,
|
|
6978
7048
|
{
|
|
6979
7049
|
...n,
|
|
6980
7050
|
defaultValue: n?.options.find((y) => y.isSelected)?.value,
|
|
@@ -7137,7 +7207,7 @@ const d1 = j(
|
|
|
7137
7207
|
enableGoogleSearch: s
|
|
7138
7208
|
}) => {
|
|
7139
7209
|
let c = /* @__PURE__ */ t(S, { children: [
|
|
7140
|
-
/* @__PURE__ */ e(
|
|
7210
|
+
/* @__PURE__ */ e(Z, { as: "h2", size: "m", mb: "l", children: "La page que vous cherchez n’existe pas !" }),
|
|
7141
7211
|
/* @__PURE__ */ t(g, { size: "m", mb: "l", children: [
|
|
7142
7212
|
/* @__PURE__ */ e("strong", { children: "Une page 404" }),
|
|
7143
7213
|
" 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."
|
|
@@ -7146,7 +7216,7 @@ const d1 = j(
|
|
|
7146
7216
|
/* @__PURE__ */ e("p", { children: "Si vous êtes à la recherche de quelque chose de bien précis, nous vous invitons à utiliser notre moteur de recherche :" })
|
|
7147
7217
|
] });
|
|
7148
7218
|
return a === "500" && (c = /* @__PURE__ */ t(S, { children: [
|
|
7149
|
-
/* @__PURE__ */ e(
|
|
7219
|
+
/* @__PURE__ */ e(Z, { as: "h2", size: "m", mb: "l", children: "Erreur serveur, la page n’est pas disponible !" }),
|
|
7150
7220
|
/* @__PURE__ */ e(g, { size: "m", mb: "l", children: "Toutes nos excuses pour cette erreur…" }),
|
|
7151
7221
|
/* @__PURE__ */ e("p", { children: "Une page qui renvoie un code d’erreur 500 se produit lorsque le serveur web rencontre des difficultés pour charger une page." }),
|
|
7152
7222
|
/* @__PURE__ */ e("p", { children: "Si vous êtes à la recherche de quelque chose de bien précis, nous vous invitons à utiliser notre moteur de recherche :" })
|
|
@@ -7181,7 +7251,7 @@ const d1 = j(
|
|
|
7181
7251
|
className: p("c-expandable", o.className),
|
|
7182
7252
|
bg: o.bg ?? "grey-100",
|
|
7183
7253
|
children: [
|
|
7184
|
-
s && /* @__PURE__ */ e(
|
|
7254
|
+
s && /* @__PURE__ */ e(Z, { as: "h2", size: "xxs", mb: "m", ...s }),
|
|
7185
7255
|
/* @__PURE__ */ e(s1, { as: "ul", ...c, children: r.slice(0, a).map((d, u) => /* @__PURE__ */ e("li", { children: d }, `expandable-visible-${u}`)) }),
|
|
7186
7256
|
a && r.length > a && /* @__PURE__ */ t(S, { children: [
|
|
7187
7257
|
/* @__PURE__ */ e(
|
|
@@ -7233,7 +7303,7 @@ const d1 = j(
|
|
|
7233
7303
|
c && /* @__PURE__ */ e(z, { size: 25, name: c, border: "big", isRounded: !0 }),
|
|
7234
7304
|
/* @__PURE__ */ t("div", { children: [
|
|
7235
7305
|
s && /* @__PURE__ */ e(g, { mb: "xxs-2", children: s }),
|
|
7236
|
-
/* @__PURE__ */ e(
|
|
7306
|
+
/* @__PURE__ */ e(Z, { as: "h2", size: "m", fontFamily: "source-serif-pro", children: a })
|
|
7237
7307
|
] })
|
|
7238
7308
|
] }), x0 = {
|
|
7239
7309
|
logo: [90, 22],
|
|
@@ -7327,7 +7397,7 @@ const d1 = j(
|
|
|
7327
7397
|
mx: { xs: "m", md: "0" },
|
|
7328
7398
|
mt: { xs: "s", md: "m" },
|
|
7329
7399
|
children: /* @__PURE__ */ e(
|
|
7330
|
-
|
|
7400
|
+
V,
|
|
7331
7401
|
{
|
|
7332
7402
|
variant: "ghost-with-icon-bg",
|
|
7333
7403
|
iconProps: {
|
|
@@ -7344,7 +7414,7 @@ const d1 = j(
|
|
|
7344
7414
|
className: "c-header-page__ranking-button",
|
|
7345
7415
|
mx: { xs: "m", md: "0" },
|
|
7346
7416
|
mt: { xs: "s", md: "m" },
|
|
7347
|
-
children: /* @__PURE__ */ e(
|
|
7417
|
+
children: /* @__PURE__ */ e(V, { variant: "ghost-with-icon-bg", iconProps: { name: "trophy", size: 24 }, children: "Voir mon classement" })
|
|
7348
7418
|
}
|
|
7349
7419
|
), N3 = ({
|
|
7350
7420
|
layout: a,
|
|
@@ -7406,7 +7476,7 @@ const d1 = j(
|
|
|
7406
7476
|
}
|
|
7407
7477
|
) }),
|
|
7408
7478
|
r && /* @__PURE__ */ t(
|
|
7409
|
-
|
|
7479
|
+
V,
|
|
7410
7480
|
{
|
|
7411
7481
|
variant: "ghost",
|
|
7412
7482
|
className: "c-nodeheader__btn js-expand-button",
|
|
@@ -7551,7 +7621,7 @@ const d1 = j(
|
|
|
7551
7621
|
children: [
|
|
7552
7622
|
/* @__PURE__ */ e(A, { color: "grey-400", size: "xs", mx: { xs: "m", md: "0" }, children: a }),
|
|
7553
7623
|
/* @__PURE__ */ e(
|
|
7554
|
-
|
|
7624
|
+
Z,
|
|
7555
7625
|
{
|
|
7556
7626
|
...s,
|
|
7557
7627
|
size: { xs: "xxs", md: "m" },
|
|
@@ -7588,7 +7658,7 @@ const d1 = j(
|
|
|
7588
7658
|
}
|
|
7589
7659
|
),
|
|
7590
7660
|
r && /* @__PURE__ */ t(
|
|
7591
|
-
|
|
7661
|
+
V,
|
|
7592
7662
|
{
|
|
7593
7663
|
variant: "ghost",
|
|
7594
7664
|
className: "c-nodeheader__btn js-expand-button",
|
|
@@ -7612,7 +7682,7 @@ const d1 = j(
|
|
|
7612
7682
|
sponsor: l,
|
|
7613
7683
|
...r
|
|
7614
7684
|
}) => /* @__PURE__ */ e(
|
|
7615
|
-
|
|
7685
|
+
Z,
|
|
7616
7686
|
{
|
|
7617
7687
|
className: p("c-header-title", {
|
|
7618
7688
|
"c-header-title--has-icon": s || l,
|
|
@@ -7682,7 +7752,7 @@ const d1 = j(
|
|
|
7682
7752
|
}
|
|
7683
7753
|
),
|
|
7684
7754
|
/* @__PURE__ */ e(A, { children: n.date }),
|
|
7685
|
-
/* @__PURE__ */ e(
|
|
7755
|
+
/* @__PURE__ */ e(Z, { size: "xs", className: "c-image-slider__content-title", children: n.title }),
|
|
7686
7756
|
s === _.DESKTOP && r(n.firstButton, n.secondButton)
|
|
7687
7757
|
] })
|
|
7688
7758
|
] }),
|
|
@@ -7735,7 +7805,7 @@ const d1 = j(
|
|
|
7735
7805
|
children: [
|
|
7736
7806
|
/* @__PURE__ */ t(m, { className: "c-info-banner__content", direction: "column", justifyContent: "between", children: [
|
|
7737
7807
|
s && /* @__PURE__ */ e(
|
|
7738
|
-
|
|
7808
|
+
Z,
|
|
7739
7809
|
{
|
|
7740
7810
|
fontFamily: "source-serif-pro",
|
|
7741
7811
|
...s,
|
|
@@ -7748,7 +7818,7 @@ const d1 = j(
|
|
|
7748
7818
|
}
|
|
7749
7819
|
),
|
|
7750
7820
|
/* @__PURE__ */ e(g, { as: c ? "a" : "div", size: "s", color: "black", ...c || {}, children: a }),
|
|
7751
|
-
l && /* @__PURE__ */ e(
|
|
7821
|
+
l && /* @__PURE__ */ e(V, { ...l, variant: "ghost", className: "c-info-banner__close", children: /* @__PURE__ */ e(z, { name: "close", size: 12, color: "white" }) })
|
|
7752
7822
|
] }),
|
|
7753
7823
|
r && /* @__PURE__ */ t("div", { className: "c-info-banner__info", children: [
|
|
7754
7824
|
/* @__PURE__ */ e(
|
|
@@ -7809,7 +7879,7 @@ const d1 = j(
|
|
|
7809
7879
|
},
|
|
7810
7880
|
l.name
|
|
7811
7881
|
)) });
|
|
7812
|
-
},
|
|
7882
|
+
}, m2 = (a) => Y.Children.map(a.children, (s) => {
|
|
7813
7883
|
if (Y.isValidElement(s)) {
|
|
7814
7884
|
const { children: c, ...l } = s.props;
|
|
7815
7885
|
return /* @__PURE__ */ t(
|
|
@@ -7821,13 +7891,13 @@ const d1 = j(
|
|
|
7821
7891
|
}) : l?.className,
|
|
7822
7892
|
children: [
|
|
7823
7893
|
s.type === "li" && /* @__PURE__ */ e(z, { name: "diode", size: 16, mr: "xs" }),
|
|
7824
|
-
c ?
|
|
7894
|
+
c ? m2({ color: a.color, children: c }) : void 0
|
|
7825
7895
|
]
|
|
7826
7896
|
}
|
|
7827
7897
|
);
|
|
7828
7898
|
}
|
|
7829
7899
|
return s;
|
|
7830
|
-
}), b0 = (a) => /* @__PURE__ */ e(S, { children:
|
|
7900
|
+
}), b0 = (a) => /* @__PURE__ */ e(S, { children: m2(a) }), C3 = ({
|
|
7831
7901
|
variant: a,
|
|
7832
7902
|
isOver: s = !1,
|
|
7833
7903
|
updatedAt: c,
|
|
@@ -7899,7 +7969,7 @@ const d1 = j(
|
|
|
7899
7969
|
/* @__PURE__ */ e(g, { color: "black", weight: "bold", size: "xs", children: s })
|
|
7900
7970
|
] }),
|
|
7901
7971
|
c && /* @__PURE__ */ e(g, { color: "grey-600", fontFamily: "source-serif-pro", size: "l", children: c })
|
|
7902
|
-
] }),
|
|
7972
|
+
] }), Z3 = ({
|
|
7903
7973
|
status: a,
|
|
7904
7974
|
header: s,
|
|
7905
7975
|
title: c,
|
|
@@ -7920,7 +7990,7 @@ const d1 = j(
|
|
|
7920
7990
|
l && /* @__PURE__ */ e("img", { alt: l.name, src: l.src, width: "32", height: "32" })
|
|
7921
7991
|
] }),
|
|
7922
7992
|
/* @__PURE__ */ e(
|
|
7923
|
-
|
|
7993
|
+
Z,
|
|
7924
7994
|
{
|
|
7925
7995
|
as: "h2",
|
|
7926
7996
|
color: n[a] || "black",
|
|
@@ -7932,10 +8002,10 @@ const d1 = j(
|
|
|
7932
8002
|
}
|
|
7933
8003
|
)
|
|
7934
8004
|
] });
|
|
7935
|
-
},
|
|
8005
|
+
}, V3 = (a) => /* @__PURE__ */ t(m, { as: C, color: "black", alignItems: "center", ...a, children: [
|
|
7936
8006
|
/* @__PURE__ */ e(z, { mr: "xs", name: "power", size: 20 }),
|
|
7937
8007
|
/* @__PURE__ */ e(g, { size: "m", as: "span", weight: "bold", children: "Se déconnecter" })
|
|
7938
|
-
] }),
|
|
8008
|
+
] }), H3 = ({
|
|
7939
8009
|
electionName: a,
|
|
7940
8010
|
electionYear: s,
|
|
7941
8011
|
resultsPerDepartment: c,
|
|
@@ -7991,7 +8061,7 @@ const d1 = j(
|
|
|
7991
8061
|
] }),
|
|
7992
8062
|
n.length > 0 && /* @__PURE__ */ e(y1, { items: n, mt: "xxl" })
|
|
7993
8063
|
] });
|
|
7994
|
-
},
|
|
8064
|
+
}, $3 = ({
|
|
7995
8065
|
electionName: a,
|
|
7996
8066
|
electionYear: s,
|
|
7997
8067
|
resultsPerDistrict: c,
|
|
@@ -8072,7 +8142,7 @@ const d1 = j(
|
|
|
8072
8142
|
}
|
|
8073
8143
|
),
|
|
8074
8144
|
/* @__PURE__ */ e(
|
|
8075
|
-
|
|
8145
|
+
V,
|
|
8076
8146
|
{
|
|
8077
8147
|
iconProps: { name: "close", size: 15 },
|
|
8078
8148
|
variant: "close",
|
|
@@ -8270,7 +8340,7 @@ const d1 = j(
|
|
|
8270
8340
|
) : null;
|
|
8271
8341
|
}) }),
|
|
8272
8342
|
/* @__PURE__ */ e("g", { className: "c-map-towns__layer-departments", "aria-hidden": "true", children: Object.entries(c).map(([b, f]) => {
|
|
8273
|
-
const N =
|
|
8343
|
+
const N = C2[b];
|
|
8274
8344
|
return /* @__PURE__ */ e(
|
|
8275
8345
|
"path",
|
|
8276
8346
|
{
|
|
@@ -8414,7 +8484,7 @@ const d1 = j(
|
|
|
8414
8484
|
size: i,
|
|
8415
8485
|
...o
|
|
8416
8486
|
}) => /* @__PURE__ */ e(
|
|
8417
|
-
|
|
8487
|
+
V,
|
|
8418
8488
|
{
|
|
8419
8489
|
...o,
|
|
8420
8490
|
color: n,
|
|
@@ -8715,7 +8785,7 @@ const d1 = j(
|
|
|
8715
8785
|
] }),
|
|
8716
8786
|
l && /* @__PURE__ */ e(x, { id: "mbrs-darkmode-container", p: "l", py: "m" }),
|
|
8717
8787
|
n && /* @__PURE__ */ e(x, { className: "c-menu__list", children: /* @__PURE__ */ e(
|
|
8718
|
-
|
|
8788
|
+
V,
|
|
8719
8789
|
{
|
|
8720
8790
|
iconProps: {
|
|
8721
8791
|
name: "mood"
|
|
@@ -8766,7 +8836,7 @@ const d1 = j(
|
|
|
8766
8836
|
...o
|
|
8767
8837
|
}) => {
|
|
8768
8838
|
const d = /* @__PURE__ */ t(x, { as: "form", color: "white", bg: "ultramarine", px: "m", py: "xxl", className: "c-newsletter__form", children: [
|
|
8769
|
-
/* @__PURE__ */ e(
|
|
8839
|
+
/* @__PURE__ */ e(Z, { as: "h5", size: i === "large" ? "m" : "xxs", textAlign: "center", mb: "l", children: a }),
|
|
8770
8840
|
/* @__PURE__ */ e(
|
|
8771
8841
|
g,
|
|
8772
8842
|
{
|
|
@@ -8777,7 +8847,7 @@ const d1 = j(
|
|
|
8777
8847
|
}
|
|
8778
8848
|
),
|
|
8779
8849
|
/* @__PURE__ */ e(T1, { className: "c-input--newsletter", type: "email", placeholder: c }),
|
|
8780
|
-
/* @__PURE__ */ e(
|
|
8850
|
+
/* @__PURE__ */ e(V, { color: "primary", variant: "outlined", type: "submit", className: "c-newsletter__button", children: l }),
|
|
8781
8851
|
/* @__PURE__ */ t(
|
|
8782
8852
|
m,
|
|
8783
8853
|
{
|
|
@@ -8888,12 +8958,12 @@ const d1 = j(
|
|
|
8888
8958
|
size: 20
|
|
8889
8959
|
};
|
|
8890
8960
|
}
|
|
8891
|
-
}, M = /* @__PURE__ */ e(m, { as: "ul", direction: "row-reverse", alignItems: "center", className: "c-react-button__list", children: o?.sort((B,
|
|
8961
|
+
}, M = /* @__PURE__ */ e(m, { as: "ul", direction: "row-reverse", alignItems: "center", className: "c-react-button__list", children: o?.sort((B, H) => H.count - B.count).map((B, H) => /* @__PURE__ */ e(
|
|
8892
8962
|
x,
|
|
8893
8963
|
{
|
|
8894
8964
|
as: "li",
|
|
8895
8965
|
className: p("c-react-button__list-item", {
|
|
8896
|
-
"c-react-button__list-item--show": B.count > 0 &&
|
|
8966
|
+
"c-react-button__list-item--show": B.count > 0 && H <= 1
|
|
8897
8967
|
}),
|
|
8898
8968
|
bg: "grey-100",
|
|
8899
8969
|
"data-reaction-item": B.type,
|
|
@@ -8918,7 +8988,7 @@ const d1 = j(
|
|
|
8918
8988
|
},
|
|
8919
8989
|
b.className
|
|
8920
8990
|
),
|
|
8921
|
-
...o && o.length > 0 && o.reduce((B,
|
|
8991
|
+
...o && o.length > 0 && o.reduce((B, H) => (B[`data-content-${H.type}`] = H.count, B), {}),
|
|
8922
8992
|
...u && {
|
|
8923
8993
|
"data-user-reaction": u.type,
|
|
8924
8994
|
"data-user-reaction-id": u.id
|
|
@@ -9000,7 +9070,7 @@ const d1 = j(
|
|
|
9000
9070
|
align: "stretch",
|
|
9001
9071
|
className: "c-read-also-banner__article",
|
|
9002
9072
|
children: /* @__PURE__ */ e(
|
|
9003
|
-
|
|
9073
|
+
d2,
|
|
9004
9074
|
{
|
|
9005
9075
|
...i,
|
|
9006
9076
|
alignItems: "center",
|
|
@@ -9058,14 +9128,14 @@ const d1 = j(
|
|
|
9058
9128
|
l && l.length > 0 && /* @__PURE__ */ e("ul", { className: "c-search-form__autocomplete u-hidden", children: l.slice(0, 8).map((i) => /* @__PURE__ */ e("li", { children: /* @__PURE__ */ e("a", { href: i.url, tabIndex: -1, children: i.value }) }, i.value)) })
|
|
9059
9129
|
]
|
|
9060
9130
|
}
|
|
9061
|
-
),
|
|
9131
|
+
), u2 = ({
|
|
9062
9132
|
label: a,
|
|
9063
9133
|
labelLink: s,
|
|
9064
9134
|
themeColor: c,
|
|
9065
9135
|
isUnderlined: l = !0,
|
|
9066
9136
|
...r
|
|
9067
9137
|
}) => /* @__PURE__ */ t(
|
|
9068
|
-
|
|
9138
|
+
Z,
|
|
9069
9139
|
{
|
|
9070
9140
|
...s && { as: "a", href: s },
|
|
9071
9141
|
size: "xxs",
|
|
@@ -9116,10 +9186,10 @@ const d1 = j(
|
|
|
9116
9186
|
pinterest: "pinterest",
|
|
9117
9187
|
print: "printer",
|
|
9118
9188
|
twitter: "twitter"
|
|
9119
|
-
},
|
|
9189
|
+
}, Z0 = () => typeof window > "u" ? "" : window.location.href, V0 = () => typeof document > "u" ? "" : document.title, J1 = (a) => encodeURIComponent(a).replace(
|
|
9120
9190
|
/[!'()*]/g,
|
|
9121
9191
|
(s) => `%${s.charCodeAt(0).toString(16).toUpperCase()}`
|
|
9122
|
-
),
|
|
9192
|
+
), H0 = (a, s) => {
|
|
9123
9193
|
const c = new URLSearchParams();
|
|
9124
9194
|
switch (a) {
|
|
9125
9195
|
case "email":
|
|
@@ -9137,7 +9207,7 @@ const d1 = j(
|
|
|
9137
9207
|
case "twitter":
|
|
9138
9208
|
return c.set("url", s.url), s.title && c.set("text", s.title), `https://twitter.com/intent/tweet?${c.toString()}`;
|
|
9139
9209
|
}
|
|
9140
|
-
},
|
|
9210
|
+
}, $0 = (a) => {
|
|
9141
9211
|
typeof window > "u" || (a.preventDefault(), window.open(a.currentTarget.href, "share-dialog", "noopener,noreferrer,width=600,height=600"));
|
|
9142
9212
|
}, P3 = ({
|
|
9143
9213
|
networks: a = C0,
|
|
@@ -9155,8 +9225,8 @@ const d1 = j(
|
|
|
9155
9225
|
if (!d.length)
|
|
9156
9226
|
return null;
|
|
9157
9227
|
const u = {
|
|
9158
|
-
url: s ||
|
|
9159
|
-
title: c ||
|
|
9228
|
+
url: s || Z0(),
|
|
9229
|
+
title: c || V0(),
|
|
9160
9230
|
description: l,
|
|
9161
9231
|
media: r,
|
|
9162
9232
|
facebookAppId: n
|
|
@@ -9175,10 +9245,10 @@ const d1 = j(
|
|
|
9175
9245
|
) }, h) : /* @__PURE__ */ e("li", { className: "c-share-bar__item", children: /* @__PURE__ */ e(
|
|
9176
9246
|
"a",
|
|
9177
9247
|
{
|
|
9178
|
-
href:
|
|
9248
|
+
href: H0(h, u),
|
|
9179
9249
|
className: p("c-share-bar__button", `c-share-bar__button--${h}`),
|
|
9180
9250
|
"aria-label": v,
|
|
9181
|
-
onClick: h === "email" ? void 0 :
|
|
9251
|
+
onClick: h === "email" ? void 0 : $0,
|
|
9182
9252
|
rel: h === "email" ? void 0 : "noopener noreferrer",
|
|
9183
9253
|
target: h === "email" ? void 0 : "_blank",
|
|
9184
9254
|
children: w
|
|
@@ -9194,7 +9264,7 @@ const d1 = j(
|
|
|
9194
9264
|
...n
|
|
9195
9265
|
}) => {
|
|
9196
9266
|
const i = /* @__PURE__ */ t(S, { children: [
|
|
9197
|
-
/* @__PURE__ */ e(
|
|
9267
|
+
/* @__PURE__ */ e(Z, { size: { xs: "m", md: "xxl" }, fontFamily: "obviously", mb: "l", children: s }),
|
|
9198
9268
|
/* @__PURE__ */ e(g, { as: "div", size: { xs: "m", md: "xl" }, mb: "xl", children: c })
|
|
9199
9269
|
] }), o = r ? /* @__PURE__ */ e(C, { buttonColor: "primary", ...r, children: /* @__PURE__ */ t(m, { alignItems: "center", children: [
|
|
9200
9270
|
/* @__PURE__ */ e(z, { name: "video-outlined", size: 13, mr: "xxs" }),
|
|
@@ -9218,7 +9288,7 @@ const d1 = j(
|
|
|
9218
9288
|
o && /* @__PURE__ */ e(m, { justifyContent: "center", children: o })
|
|
9219
9289
|
] })
|
|
9220
9290
|
] });
|
|
9221
|
-
},
|
|
9291
|
+
}, p2 = ({
|
|
9222
9292
|
avatars: a,
|
|
9223
9293
|
authors: s,
|
|
9224
9294
|
layout: c,
|
|
@@ -9233,7 +9303,7 @@ const d1 = j(
|
|
|
9233
9303
|
...v
|
|
9234
9304
|
}) => {
|
|
9235
9305
|
const w = /* @__PURE__ */ t(m, { ...v, as: "address", alignItems: "start", gap: "s", children: [
|
|
9236
|
-
!d && /* @__PURE__ */ e(
|
|
9306
|
+
!d && /* @__PURE__ */ e(Q2, { avatars: a, themeColor: u }),
|
|
9237
9307
|
/* @__PURE__ */ t(I, { grow: 1, align: r ? "start" : "center", children: [
|
|
9238
9308
|
o ? /* @__PURE__ */ e("div", { children: /* @__PURE__ */ e(g, { as: "span", size: "s", weight: "bold", px: "xxs", bg: "sponsoring", color: "grey-900", children: s }) }) : /* @__PURE__ */ e(g, { size: "s", weight: "bold", children: s }),
|
|
9239
9309
|
r && /* @__PURE__ */ t(g, { size: "xxs", color: "grey-400", mt: "xxs-2", ...l, children: [
|
|
@@ -9252,7 +9322,7 @@ const d1 = j(
|
|
|
9252
9322
|
return i ? /* @__PURE__ */ e("a", { href: i, children: w }) : w;
|
|
9253
9323
|
}, q3 = ({ installButton: a, closeButton: s }) => /* @__PURE__ */ t(m, { className: "c-smart-banner", alignItems: "center", gap: "xs", bg: "ultramarine", color: "white", children: [
|
|
9254
9324
|
/* @__PURE__ */ e(
|
|
9255
|
-
|
|
9325
|
+
V,
|
|
9256
9326
|
{
|
|
9257
9327
|
...s,
|
|
9258
9328
|
variant: "ghost",
|
|
@@ -9271,7 +9341,7 @@ const d1 = j(
|
|
|
9271
9341
|
] }),
|
|
9272
9342
|
/* @__PURE__ */ e(g, { size: "xxs-2", children: "Retrouvez l’actualité sur notre application" })
|
|
9273
9343
|
] }),
|
|
9274
|
-
/* @__PURE__ */ e(
|
|
9344
|
+
/* @__PURE__ */ e(V, { ...a, className: "c-smart-banner__btn color-ultramarine bg-white", children: "Installer" })
|
|
9275
9345
|
] }), u1 = (a) => a || null, p1 = {
|
|
9276
9346
|
role: "button",
|
|
9277
9347
|
tabIndex: 0,
|
|
@@ -9351,7 +9421,7 @@ const d1 = j(
|
|
|
9351
9421
|
layout: M,
|
|
9352
9422
|
...B
|
|
9353
9423
|
}) => {
|
|
9354
|
-
const
|
|
9424
|
+
const H = !y && /* @__PURE__ */ e(
|
|
9355
9425
|
e1,
|
|
9356
9426
|
{
|
|
9357
9427
|
role: "button",
|
|
@@ -9481,7 +9551,7 @@ const d1 = j(
|
|
|
9481
9551
|
)
|
|
9482
9552
|
}
|
|
9483
9553
|
), K = /* @__PURE__ */ e(
|
|
9484
|
-
|
|
9554
|
+
V,
|
|
9485
9555
|
{
|
|
9486
9556
|
id: "mbrs-social-chatbot-container-bar",
|
|
9487
9557
|
"data-content-id": i,
|
|
@@ -9501,24 +9571,24 @@ const d1 = j(
|
|
|
9501
9571
|
"aria-label": "Ouvrir le menu des actions",
|
|
9502
9572
|
"data-a11y-dialog-show": "dialog-social-bar"
|
|
9503
9573
|
}
|
|
9504
|
-
),
|
|
9574
|
+
), V1 = (h || v || !!o) && /* @__PURE__ */ e(R1, {}), H1 = l === "horizontal" && v, h1 = j1(H, "mbrs-social-comment-container-modal"), _1 = j1(P, "mbrs-social-share-container-modal"), m1 = j1(J, "mbrs-social-chatbot-container-modal"), z1 = () => {
|
|
9505
9575
|
switch (l) {
|
|
9506
9576
|
case "card":
|
|
9507
9577
|
return /* @__PURE__ */ t(S, { children: [
|
|
9508
9578
|
/* @__PURE__ */ e("li", { children: /* @__PURE__ */ t(m, { as: "ul", alignItems: "center", gap: "xxs", children: [
|
|
9509
|
-
|
|
9579
|
+
H && /* @__PURE__ */ e("li", { children: H }),
|
|
9510
9580
|
k && /* @__PURE__ */ e("li", { children: k })
|
|
9511
9581
|
] }) }),
|
|
9512
9582
|
L && /* @__PURE__ */ e("li", { children: L })
|
|
9513
9583
|
] });
|
|
9514
9584
|
case "horizontal":
|
|
9515
9585
|
return v ? /* @__PURE__ */ t(S, { children: [
|
|
9516
|
-
|
|
9586
|
+
H && /* @__PURE__ */ e("li", { children: H }),
|
|
9517
9587
|
k && /* @__PURE__ */ e("li", { children: k }),
|
|
9518
9588
|
/* @__PURE__ */ e("li", { children: l1 }),
|
|
9519
9589
|
/* @__PURE__ */ e("li", { children: K })
|
|
9520
9590
|
] }) : /* @__PURE__ */ t(S, { children: [
|
|
9521
|
-
|
|
9591
|
+
H && /* @__PURE__ */ e("li", { children: H }),
|
|
9522
9592
|
P && /* @__PURE__ */ e("li", { children: P }),
|
|
9523
9593
|
L && /* @__PURE__ */ e("li", { children: L }),
|
|
9524
9594
|
k && /* @__PURE__ */ e("li", { children: k }),
|
|
@@ -9526,10 +9596,10 @@ const d1 = j(
|
|
|
9526
9596
|
] });
|
|
9527
9597
|
case "vertical":
|
|
9528
9598
|
return /* @__PURE__ */ t(S, { children: [
|
|
9529
|
-
|
|
9599
|
+
H && /* @__PURE__ */ e("li", { children: H }),
|
|
9530
9600
|
P && /* @__PURE__ */ e("li", { children: P }),
|
|
9531
9601
|
k && /* @__PURE__ */ e("li", { children: k }),
|
|
9532
|
-
/* @__PURE__ */ e("li", { "aria-hidden": "true", children:
|
|
9602
|
+
/* @__PURE__ */ e("li", { "aria-hidden": "true", children: V1 }),
|
|
9533
9603
|
J && /* @__PURE__ */ e("li", { children: J }),
|
|
9534
9604
|
L && /* @__PURE__ */ e("li", { children: L }),
|
|
9535
9605
|
q && /* @__PURE__ */ e("li", { children: q })
|
|
@@ -9560,7 +9630,7 @@ const d1 = j(
|
|
|
9560
9630
|
children: z1()
|
|
9561
9631
|
}
|
|
9562
9632
|
),
|
|
9563
|
-
|
|
9633
|
+
H1 && /* @__PURE__ */ e(
|
|
9564
9634
|
L0,
|
|
9565
9635
|
{
|
|
9566
9636
|
dialogId: "dialog-social-bar",
|
|
@@ -9790,8 +9860,8 @@ const d1 = j(
|
|
|
9790
9860
|
]
|
|
9791
9861
|
}
|
|
9792
9862
|
),
|
|
9793
|
-
/* @__PURE__ */ e(s1, { colsNumber: n, gap: "xl", children: l?.cards?.map((u) => /* @__PURE__ */
|
|
9794
|
-
|
|
9863
|
+
/* @__PURE__ */ e(s1, { colsNumber: n, gap: "xl", children: l?.cards?.map((u) => /* @__PURE__ */ f2(
|
|
9864
|
+
h2,
|
|
9795
9865
|
{
|
|
9796
9866
|
...u,
|
|
9797
9867
|
key: u.link,
|
|
@@ -9828,7 +9898,7 @@ const d1 = j(
|
|
|
9828
9898
|
a && l && /* @__PURE__ */ e("thead", { children: /* @__PURE__ */ e("tr", { children: l.map((n, i) => /* @__PURE__ */ e(x, { as: "th", p: "s", children: n }, i)) }) }),
|
|
9829
9899
|
/* @__PURE__ */ e("tbody", { children: r.map((n, i) => /* @__PURE__ */ e("tr", { children: n.map((o, d) => /* @__PURE__ */ e(x, { as: "td", p: "s", children: o }, d)) }, i)) })
|
|
9830
9900
|
] });
|
|
9831
|
-
},
|
|
9901
|
+
}, g2 = ({
|
|
9832
9902
|
tabItems: a,
|
|
9833
9903
|
name: s = "default",
|
|
9834
9904
|
fitContainer: c,
|
|
@@ -9861,7 +9931,7 @@ const d1 = j(
|
|
|
9861
9931
|
gap: r === "primary" ? "l" : void 0,
|
|
9862
9932
|
...i,
|
|
9863
9933
|
children: u.map((v) => /* @__PURE__ */ e(
|
|
9864
|
-
|
|
9934
|
+
G2,
|
|
9865
9935
|
{
|
|
9866
9936
|
name: v.name,
|
|
9867
9937
|
variant: r,
|
|
@@ -9877,7 +9947,7 @@ const d1 = j(
|
|
|
9877
9947
|
}
|
|
9878
9948
|
),
|
|
9879
9949
|
u.map((v) => /* @__PURE__ */ e(
|
|
9880
|
-
|
|
9950
|
+
W2,
|
|
9881
9951
|
{
|
|
9882
9952
|
className: p({ "c-tabs-fit-container__panel": c }),
|
|
9883
9953
|
name: v.name,
|
|
@@ -9901,7 +9971,7 @@ const d1 = j(
|
|
|
9901
9971
|
children: a.map((l, r) => /* @__PURE__ */ e(W, { ...l }, r))
|
|
9902
9972
|
}
|
|
9903
9973
|
) : null, D0 = ({ iconName: a, className: s }) => /* @__PURE__ */ e("li", { className: p("c-text-tooltip-item", s), children: /* @__PURE__ */ e(
|
|
9904
|
-
|
|
9974
|
+
V,
|
|
9905
9975
|
{
|
|
9906
9976
|
variant: "ghost",
|
|
9907
9977
|
iconProps: { name: a, size: [20, 20] },
|
|
@@ -9962,7 +10032,7 @@ const d1 = j(
|
|
|
9962
10032
|
className: p("c-timeline", c?.className),
|
|
9963
10033
|
children: [
|
|
9964
10034
|
/* @__PURE__ */ e(
|
|
9965
|
-
|
|
10035
|
+
Z,
|
|
9966
10036
|
{
|
|
9967
10037
|
as: "h2",
|
|
9968
10038
|
size: { xs: "xxs", md: "m" },
|
|
@@ -10004,7 +10074,7 @@ const d1 = j(
|
|
|
10004
10074
|
}),
|
|
10005
10075
|
children: [
|
|
10006
10076
|
/* @__PURE__ */ e(g, { as: "span", weight: "bold", className: "c-timeline__time", children: l.time }),
|
|
10007
|
-
/* @__PURE__ */ e(
|
|
10077
|
+
/* @__PURE__ */ e(l2, { color: "white", className: "c-timeline__separator" })
|
|
10008
10078
|
]
|
|
10009
10079
|
}
|
|
10010
10080
|
),
|
|
@@ -10039,13 +10109,13 @@ const d1 = j(
|
|
|
10039
10109
|
}) => /* @__PURE__ */ t(S, { children: [
|
|
10040
10110
|
/* @__PURE__ */ t(m, { gap: "xs", mt: "m", mx: "m", children: [
|
|
10041
10111
|
/* @__PURE__ */ e(b1, { img: c.avatar }),
|
|
10042
|
-
/* @__PURE__ */ t(
|
|
10112
|
+
/* @__PURE__ */ t(Z, { as: "h2", size: "m", mt: "xxs-2", children: [
|
|
10043
10113
|
c.greeting || "Bienvenue",
|
|
10044
10114
|
" ",
|
|
10045
10115
|
/* @__PURE__ */ e(g, { as: "span", color: "ultramarine", className: "break-word", children: c.name })
|
|
10046
10116
|
] })
|
|
10047
10117
|
] }),
|
|
10048
|
-
!!r && /* @__PURE__ */ e(x, { p: "m", children: /* @__PURE__ */ e(
|
|
10118
|
+
!!r && /* @__PURE__ */ e(x, { p: "m", children: /* @__PURE__ */ e(N2, { ...r, iconProps: { name: "info" }, fill: !0, variant: "warning" }) }),
|
|
10049
10119
|
l && l.totalDays >= 1 && /* @__PURE__ */ e(A0, { ...l, mx: "m", mt: "m" }),
|
|
10050
10120
|
/* @__PURE__ */ e(x, { mx: "m", mt: "l", mb: "xl", children: s.map((n, i) => /* @__PURE__ */ t(
|
|
10051
10121
|
m,
|
|
@@ -10205,13 +10275,13 @@ const d1 = j(
|
|
|
10205
10275
|
] }) : y
|
|
10206
10276
|
}
|
|
10207
10277
|
);
|
|
10208
|
-
},
|
|
10278
|
+
}, Z1 = ({ href: a, iconName: s, name: c, themeColor: l }) => /* @__PURE__ */ t(V, { as: "a", href: a, color: "white", p: "xs", className: "c-app-button", children: [
|
|
10209
10279
|
/* @__PURE__ */ e(z, { name: s, size: 20, color: l || "ultramarine" }),
|
|
10210
10280
|
/* @__PURE__ */ t(m, { direction: "column", children: [
|
|
10211
10281
|
/* @__PURE__ */ e(g, { as: "span", size: "xxs", weight: "regular", children: "Télécharger sur" }),
|
|
10212
10282
|
/* @__PURE__ */ e(g, { as: "span", size: "xs", weight: "bold", children: c })
|
|
10213
10283
|
] })
|
|
10214
|
-
] }),
|
|
10284
|
+
] }), v2 = ({ links: a, ...s }) => /* @__PURE__ */ e(
|
|
10215
10285
|
m,
|
|
10216
10286
|
{
|
|
10217
10287
|
gapX: "xs",
|
|
@@ -10220,7 +10290,7 @@ const d1 = j(
|
|
|
10220
10290
|
className: p("c-footer-links", s?.className),
|
|
10221
10291
|
children: a.map((c) => /* @__PURE__ */ e(C, { ...c, color: "white", className: "c-footer-links__link" }, String(c.children)))
|
|
10222
10292
|
}
|
|
10223
|
-
),
|
|
10293
|
+
), x2 = ({
|
|
10224
10294
|
socialIcons: a,
|
|
10225
10295
|
themeColor: s,
|
|
10226
10296
|
...c
|
|
@@ -10287,7 +10357,7 @@ const d1 = j(
|
|
|
10287
10357
|
}
|
|
10288
10358
|
) }),
|
|
10289
10359
|
/* @__PURE__ */ e(
|
|
10290
|
-
|
|
10360
|
+
x2,
|
|
10291
10361
|
{
|
|
10292
10362
|
socialIcons: l,
|
|
10293
10363
|
themeColor: c,
|
|
@@ -10301,7 +10371,7 @@ const d1 = j(
|
|
|
10301
10371
|
/* @__PURE__ */ e(g, { color: "white", mb: "l", mt: "s", children: "Découvrez l‘ensemble de nos applications 20 Minutes !" }),
|
|
10302
10372
|
/* @__PURE__ */ t(m, { gap: "xs", wrap: "wrap", children: [
|
|
10303
10373
|
/* @__PURE__ */ e(
|
|
10304
|
-
|
|
10374
|
+
Z1,
|
|
10305
10375
|
{
|
|
10306
10376
|
href: "https://apps.apple.com/fr/app/20-minutes-news-en-continu/id308834491",
|
|
10307
10377
|
iconName: "apple",
|
|
@@ -10310,7 +10380,7 @@ const d1 = j(
|
|
|
10310
10380
|
}
|
|
10311
10381
|
),
|
|
10312
10382
|
/* @__PURE__ */ e(
|
|
10313
|
-
|
|
10383
|
+
Z1,
|
|
10314
10384
|
{
|
|
10315
10385
|
href: "https://play.google.com/store/apps/details?id=com.backelite.vingtminutes&hl=fr",
|
|
10316
10386
|
iconName: "googleplay",
|
|
@@ -10338,7 +10408,7 @@ const d1 = j(
|
|
|
10338
10408
|
children: s.map(
|
|
10339
10409
|
(i) => i.links.length === 0 ? null : /* @__PURE__ */ t(m, { as: "section", direction: "column", children: [
|
|
10340
10410
|
/* @__PURE__ */ e(
|
|
10341
|
-
|
|
10411
|
+
Z,
|
|
10342
10412
|
{
|
|
10343
10413
|
as: C,
|
|
10344
10414
|
href: i.links[0].href,
|
|
@@ -10369,7 +10439,7 @@ const d1 = j(
|
|
|
10369
10439
|
alignItems: "center",
|
|
10370
10440
|
gap: "xs",
|
|
10371
10441
|
children: [
|
|
10372
|
-
/* @__PURE__ */ e(
|
|
10442
|
+
/* @__PURE__ */ e(v2, { links: n, justifyContent: "center", mb: "xl" }),
|
|
10373
10443
|
/* @__PURE__ */ e("strong", { children: "© Copyright 20 Minutes" }),
|
|
10374
10444
|
/* @__PURE__ */ e("p", { children: "La fréquentation de 20 Minutes est certifiée par l‘ACPM" })
|
|
10375
10445
|
]
|
|
@@ -10437,7 +10507,7 @@ const d1 = j(
|
|
|
10437
10507
|
}
|
|
10438
10508
|
) }),
|
|
10439
10509
|
/* @__PURE__ */ e(
|
|
10440
|
-
|
|
10510
|
+
Z1,
|
|
10441
10511
|
{
|
|
10442
10512
|
href: "https://apps.apple.com/fr/app/20-minutes-news-en-continu/id308834491",
|
|
10443
10513
|
iconName: "apple",
|
|
@@ -10446,7 +10516,7 @@ const d1 = j(
|
|
|
10446
10516
|
}
|
|
10447
10517
|
),
|
|
10448
10518
|
/* @__PURE__ */ e(
|
|
10449
|
-
|
|
10519
|
+
Z1,
|
|
10450
10520
|
{
|
|
10451
10521
|
href: "https://play.google.com/store/apps/details?id=com.backelite.vingtminutes&hl=fr",
|
|
10452
10522
|
iconName: "googleplay",
|
|
@@ -10457,10 +10527,10 @@ const d1 = j(
|
|
|
10457
10527
|
] }),
|
|
10458
10528
|
/* @__PURE__ */ e(E, { color: "grey-200" })
|
|
10459
10529
|
] }) : void 0,
|
|
10460
|
-
/* @__PURE__ */ e(
|
|
10530
|
+
/* @__PURE__ */ e(x2, { socialIcons: l, themeColor: c, my: "xl", mx: "m" }),
|
|
10461
10531
|
/* @__PURE__ */ e(E, { color: "grey-200" }),
|
|
10462
10532
|
/* @__PURE__ */ t(x, { as: "section", className: "c-footer-mobile__bottom", px: "m", pt: "xl", pb: "xxl-2", children: [
|
|
10463
|
-
/* @__PURE__ */ e(
|
|
10533
|
+
/* @__PURE__ */ e(v2, { links: r, gapX: "s", mb: "xl" }),
|
|
10464
10534
|
/* @__PURE__ */ e("strong", { children: "© Copyright 20 Minutes" }),
|
|
10465
10535
|
/* @__PURE__ */ e(g, { mt: "xs", children: "La fréquentation de 20 Minutes est certifiée par l‘ACPM" })
|
|
10466
10536
|
] })
|
|
@@ -10486,7 +10556,7 @@ const d1 = j(
|
|
|
10486
10556
|
"a",
|
|
10487
10557
|
{
|
|
10488
10558
|
href: a,
|
|
10489
|
-
className: p("c-skip-link",
|
|
10559
|
+
className: p("c-skip-link", n2(c), c?.className),
|
|
10490
10560
|
ref: l,
|
|
10491
10561
|
...c,
|
|
10492
10562
|
children: s
|
|
@@ -10543,7 +10613,7 @@ const P0 = {
|
|
|
10543
10613
|
/* @__PURE__ */ e(c1, { href: "#menu-nav", children: "Passer à l'en-tête" }),
|
|
10544
10614
|
/* @__PURE__ */ e(c1, { href: "#footer", children: "Passer au pied de page" }),
|
|
10545
10615
|
/* @__PURE__ */ e(
|
|
10546
|
-
|
|
10616
|
+
V,
|
|
10547
10617
|
{
|
|
10548
10618
|
color: "translucent",
|
|
10549
10619
|
iconProps: {
|
|
@@ -10555,7 +10625,7 @@ const P0 = {
|
|
|
10555
10625
|
}
|
|
10556
10626
|
),
|
|
10557
10627
|
/* @__PURE__ */ e(
|
|
10558
|
-
|
|
10628
|
+
V,
|
|
10559
10629
|
{
|
|
10560
10630
|
color: "translucent",
|
|
10561
10631
|
iconProps: {
|
|
@@ -10696,7 +10766,7 @@ const P0 = {
|
|
|
10696
10766
|
},
|
|
10697
10767
|
h.link
|
|
10698
10768
|
)),
|
|
10699
|
-
/* @__PURE__ */ e(
|
|
10769
|
+
/* @__PURE__ */ e(O2, { as: "li" })
|
|
10700
10770
|
]
|
|
10701
10771
|
}
|
|
10702
10772
|
)
|
|
@@ -10834,7 +10904,7 @@ const P0 = {
|
|
|
10834
10904
|
}),
|
|
10835
10905
|
children: /* @__PURE__ */ e("div", { children: v.body.map((y, b) => /* @__PURE__ */ t(Y.Fragment, { children: [
|
|
10836
10906
|
w ? /* @__PURE__ */ e(
|
|
10837
|
-
|
|
10907
|
+
o2,
|
|
10838
10908
|
{
|
|
10839
10909
|
link: y.url,
|
|
10840
10910
|
title: y.title,
|
|
@@ -10889,7 +10959,7 @@ const P0 = {
|
|
|
10889
10959
|
};
|
|
10890
10960
|
});
|
|
10891
10961
|
return h.length === 0 ? null : /* @__PURE__ */ e(
|
|
10892
|
-
|
|
10962
|
+
g2,
|
|
10893
10963
|
{
|
|
10894
10964
|
tabItemActive: l || h[0].name,
|
|
10895
10965
|
tabItems: h,
|
|
@@ -10944,7 +11014,7 @@ const P0 = {
|
|
|
10944
11014
|
] })
|
|
10945
11015
|
}));
|
|
10946
11016
|
return u.length === 0 ? null : /* @__PURE__ */ e(
|
|
10947
|
-
|
|
11017
|
+
g2,
|
|
10948
11018
|
{
|
|
10949
11019
|
tabItemActive: l || (u.length > 0 ? u[0].name : ""),
|
|
10950
11020
|
tabItems: u,
|
|
@@ -10972,7 +11042,7 @@ const P0 = {
|
|
|
10972
11042
|
s === _.DESKTOP ? /* @__PURE__ */ e("br", {}) : " ",
|
|
10973
11043
|
"du moment"
|
|
10974
11044
|
] })), i = /* @__PURE__ */ e(
|
|
10975
|
-
|
|
11045
|
+
Z,
|
|
10976
11046
|
{
|
|
10977
11047
|
as: "h2",
|
|
10978
11048
|
size: { xs: "xxs-2", md: "xxs-3" },
|
|
@@ -11020,7 +11090,7 @@ const P0 = {
|
|
|
11020
11090
|
className: o,
|
|
11021
11091
|
pl: { xs: v === 0 ? "m" : "0", md: "0" },
|
|
11022
11092
|
children: /* @__PURE__ */ e(
|
|
11023
|
-
|
|
11093
|
+
d2,
|
|
11024
11094
|
{
|
|
11025
11095
|
...h,
|
|
11026
11096
|
cardTitleProps: {
|
|
@@ -11042,7 +11112,7 @@ const P0 = {
|
|
|
11042
11112
|
i,
|
|
11043
11113
|
d
|
|
11044
11114
|
] }),
|
|
11045
|
-
c && s === _.MOBILE && /* @__PURE__ */ e(
|
|
11115
|
+
c && s === _.MOBILE && /* @__PURE__ */ e(K2, { items: u, mt: "s" })
|
|
11046
11116
|
] });
|
|
11047
11117
|
}, 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(
|
|
11048
11118
|
"a",
|
|
@@ -11172,7 +11242,7 @@ const P0 = {
|
|
|
11172
11242
|
/* @__PURE__ */ e("br", {}),
|
|
11173
11243
|
/* @__PURE__ */ e(g, { as: "span", size: "m", weight: "bold", children: "Mes statistiques de jeu" })
|
|
11174
11244
|
] }),
|
|
11175
|
-
/* @__PURE__ */ e(
|
|
11245
|
+
/* @__PURE__ */ e(V, { type: "button", "data-a11y-dialog-show": "dialog-user-panel", color: "primary", children: "Se connecter" })
|
|
11176
11246
|
]
|
|
11177
11247
|
}
|
|
11178
11248
|
)
|
|
@@ -11191,7 +11261,7 @@ const P0 = {
|
|
|
11191
11261
|
align: "end",
|
|
11192
11262
|
className: "c-three-columns-articles__column",
|
|
11193
11263
|
children: [
|
|
11194
|
-
a && /* @__PURE__ */ e(
|
|
11264
|
+
a && /* @__PURE__ */ e(u2, { ...a, mb: c ? "m" : "xxl" }),
|
|
11195
11265
|
c && /* @__PURE__ */ e(x, { mb: "xs", children: /* @__PURE__ */ e(g, { as: "span", size: "xs", mx: "s", color: "grey-900", children: "Vidéos sponsorisées" }) }),
|
|
11196
11266
|
/* @__PURE__ */ e(
|
|
11197
11267
|
l0,
|
|
@@ -11208,7 +11278,7 @@ const P0 = {
|
|
|
11208
11278
|
s.map((i) => /* @__PURE__ */ t(Y.Fragment, { children: [
|
|
11209
11279
|
/* @__PURE__ */ e(E, { color: "grey-200", my: "s" }),
|
|
11210
11280
|
/* @__PURE__ */ e(
|
|
11211
|
-
|
|
11281
|
+
o2,
|
|
11212
11282
|
{
|
|
11213
11283
|
...i,
|
|
11214
11284
|
cardTitleProps: { ...i.cardTitleProps, maxRows: 3 },
|
|
@@ -11273,26 +11343,26 @@ const P0 = {
|
|
|
11273
11343
|
);
|
|
11274
11344
|
export {
|
|
11275
11345
|
J0 as Ad,
|
|
11276
|
-
|
|
11277
|
-
|
|
11278
|
-
|
|
11279
|
-
|
|
11280
|
-
|
|
11281
|
-
|
|
11282
|
-
|
|
11283
|
-
|
|
11284
|
-
|
|
11346
|
+
N2 as Alert,
|
|
11347
|
+
Oe as AlertInfoBanner,
|
|
11348
|
+
Pe as ArticleBrandBanner,
|
|
11349
|
+
Ee as ArticleHeader,
|
|
11350
|
+
qe as ArticleSummary,
|
|
11351
|
+
Ke as ArticleVideo,
|
|
11352
|
+
Ge as AstroContent,
|
|
11353
|
+
We as AstroTiles,
|
|
11354
|
+
X2 as AstroTopicCard,
|
|
11285
11355
|
X0 as Autocomplete,
|
|
11286
11356
|
b1 as Avatar,
|
|
11287
|
-
|
|
11357
|
+
Q2 as AvatarGroup,
|
|
11288
11358
|
x as Box,
|
|
11289
|
-
|
|
11290
|
-
|
|
11291
|
-
|
|
11292
|
-
|
|
11359
|
+
Ye as Breadcrumb,
|
|
11360
|
+
Je as BulletedList,
|
|
11361
|
+
V as Button,
|
|
11362
|
+
Xe as Calendar,
|
|
11293
11363
|
R as CardContainer,
|
|
11294
|
-
|
|
11295
|
-
|
|
11364
|
+
Qe as CardExtraLarge,
|
|
11365
|
+
o2 as CardExtraSmall,
|
|
11296
11366
|
v1 as CardFooter,
|
|
11297
11367
|
e3 as CardFrame,
|
|
11298
11368
|
Q as CardHeader,
|
|
@@ -11304,11 +11374,11 @@ export {
|
|
|
11304
11374
|
c3 as CardName,
|
|
11305
11375
|
l3 as CardNewsletter,
|
|
11306
11376
|
t3 as CardNotification,
|
|
11307
|
-
|
|
11377
|
+
d2 as CardOverview,
|
|
11308
11378
|
r0 as CardProduct,
|
|
11309
11379
|
r3 as CardSideImage,
|
|
11310
11380
|
n3 as CardSkeleton,
|
|
11311
|
-
|
|
11381
|
+
h2 as CardSmall,
|
|
11312
11382
|
o0 as CardTiny,
|
|
11313
11383
|
D as CardTitle,
|
|
11314
11384
|
d0 as CardVertical,
|
|
@@ -11318,7 +11388,7 @@ export {
|
|
|
11318
11388
|
d3 as CardWithSummary,
|
|
11319
11389
|
m0 as Carousel,
|
|
11320
11390
|
m3 as Chatbot,
|
|
11321
|
-
|
|
11391
|
+
Se as Checkbox,
|
|
11322
11392
|
u3 as Citation,
|
|
11323
11393
|
B1 as Collapse,
|
|
11324
11394
|
p3 as Comment,
|
|
@@ -11330,9 +11400,9 @@ export {
|
|
|
11330
11400
|
w3 as DiscoverList,
|
|
11331
11401
|
E as Divider,
|
|
11332
11402
|
A1 as DividerSection,
|
|
11333
|
-
|
|
11403
|
+
l2 as DividerVertical,
|
|
11334
11404
|
J3 as ElectionsResult,
|
|
11335
|
-
|
|
11405
|
+
Ue as Embed,
|
|
11336
11406
|
f3 as EmojiToolbar,
|
|
11337
11407
|
y3 as ErrorContent,
|
|
11338
11408
|
v0 as Expandable,
|
|
@@ -11350,19 +11420,19 @@ export {
|
|
|
11350
11420
|
k3 as HeaderSection,
|
|
11351
11421
|
g0 as HeaderSideModal,
|
|
11352
11422
|
O1 as HeaderTitle,
|
|
11353
|
-
|
|
11423
|
+
Z as Heading,
|
|
11354
11424
|
z as Icon,
|
|
11355
11425
|
T as IconButton,
|
|
11356
11426
|
e1 as IconItem,
|
|
11357
11427
|
t1 as IconTooltip,
|
|
11358
|
-
|
|
11428
|
+
$e as Iframe,
|
|
11359
11429
|
M3 as ImageSlider,
|
|
11360
11430
|
i1 as Img,
|
|
11361
11431
|
w0 as InfoBanner,
|
|
11362
11432
|
r1 as InlineSeparator,
|
|
11363
11433
|
T1 as Input,
|
|
11364
11434
|
A as Label,
|
|
11365
|
-
|
|
11435
|
+
Le as LabelSection,
|
|
11366
11436
|
_ as LayoutType,
|
|
11367
11437
|
y1 as Legend,
|
|
11368
11438
|
C as Link,
|
|
@@ -11370,10 +11440,10 @@ export {
|
|
|
11370
11440
|
C3 as LiveIndicator,
|
|
11371
11441
|
S3 as LiveQuestion,
|
|
11372
11442
|
B3 as LiveTalk,
|
|
11373
|
-
|
|
11374
|
-
|
|
11375
|
-
|
|
11376
|
-
|
|
11443
|
+
Z3 as LiveTitle,
|
|
11444
|
+
V3 as LogoutButton,
|
|
11445
|
+
H3 as MapDepartments,
|
|
11446
|
+
$3 as MapDistricts,
|
|
11377
11447
|
L3 as MapEurope,
|
|
11378
11448
|
j3 as MapTownsByDepartments,
|
|
11379
11449
|
f1 as Media,
|
|
@@ -11386,109 +11456,109 @@ export {
|
|
|
11386
11456
|
a4 as MostWatchVideos,
|
|
11387
11457
|
A3 as Newsletter,
|
|
11388
11458
|
T3 as OrderedListWithNumber,
|
|
11389
|
-
|
|
11459
|
+
O2 as Overlay,
|
|
11390
11460
|
s4 as OverviewBar,
|
|
11391
11461
|
D3 as Pagination,
|
|
11392
11462
|
k0 as PercentageBar,
|
|
11393
11463
|
c4 as PhotoSwipeGallery,
|
|
11394
11464
|
R1 as Pipe,
|
|
11395
11465
|
R3 as Prose,
|
|
11396
|
-
|
|
11466
|
+
Ie as RadioButton,
|
|
11397
11467
|
l4 as Ranking,
|
|
11398
|
-
|
|
11468
|
+
P2 as Rating,
|
|
11399
11469
|
M0 as ReactButton,
|
|
11400
|
-
|
|
11401
|
-
|
|
11470
|
+
M2 as ReactionContent,
|
|
11471
|
+
Fe as ReadAlso,
|
|
11402
11472
|
O3 as ReadAlsoBanner,
|
|
11403
|
-
|
|
11404
|
-
|
|
11473
|
+
Ae as ScrollProgressBar,
|
|
11474
|
+
E2 as ScrollToTopButton,
|
|
11405
11475
|
b3 as SearchBanner,
|
|
11406
11476
|
w1 as SearchForm,
|
|
11407
|
-
|
|
11408
|
-
|
|
11409
|
-
|
|
11477
|
+
Te as Section,
|
|
11478
|
+
u2 as SectionTitle,
|
|
11479
|
+
q2 as Select,
|
|
11410
11480
|
P3 as ShareBar,
|
|
11411
11481
|
E3 as ShowCover,
|
|
11412
|
-
|
|
11413
|
-
|
|
11482
|
+
p2 as Signature,
|
|
11483
|
+
De as Skeleton,
|
|
11414
11484
|
d1 as Slider,
|
|
11415
11485
|
q3 as SmartBanner,
|
|
11416
11486
|
n1 as SocialBar,
|
|
11417
11487
|
L0 as SocialBarActionsModal,
|
|
11418
11488
|
X as Sponsor,
|
|
11419
|
-
|
|
11489
|
+
K2 as Stepper,
|
|
11420
11490
|
A0 as StreakBlock,
|
|
11421
11491
|
T0 as SubMenu,
|
|
11422
|
-
|
|
11423
|
-
|
|
11424
|
-
|
|
11425
|
-
|
|
11492
|
+
Ve as SvgSprite,
|
|
11493
|
+
U2 as Switch,
|
|
11494
|
+
G2 as Tab,
|
|
11495
|
+
W2 as TabPanel,
|
|
11426
11496
|
K3 as Table,
|
|
11427
|
-
|
|
11497
|
+
g2 as Tabs,
|
|
11428
11498
|
W as Tag,
|
|
11429
11499
|
U3 as TagBar,
|
|
11430
11500
|
g as Text,
|
|
11431
11501
|
G3 as TextTooltip,
|
|
11432
|
-
|
|
11502
|
+
Re as Textarea,
|
|
11433
11503
|
t4 as ThreeColumnsArticles,
|
|
11434
11504
|
C1 as Tiles,
|
|
11435
11505
|
W3 as Timeline,
|
|
11436
11506
|
r4 as Toolbar,
|
|
11437
|
-
|
|
11507
|
+
i2 as Typography,
|
|
11438
11508
|
Y3 as UserPanel,
|
|
11439
|
-
|
|
11440
|
-
|
|
11441
|
-
|
|
11509
|
+
ce as alignContentList,
|
|
11510
|
+
se as alignItemsList,
|
|
11511
|
+
te as alignSelfList,
|
|
11442
11512
|
S1 as applyFormatToNumbers,
|
|
11443
|
-
|
|
11444
|
-
|
|
11513
|
+
Ze as borderSizeList,
|
|
11514
|
+
k2 as buttonColor,
|
|
11445
11515
|
Q0 as buttonVariant,
|
|
11446
11516
|
L1 as cityZoom,
|
|
11447
|
-
|
|
11448
|
-
|
|
11449
|
-
|
|
11450
|
-
|
|
11517
|
+
B2 as colorSystemProps,
|
|
11518
|
+
ye as colorTokenNameList,
|
|
11519
|
+
je as colsNumberGridList,
|
|
11520
|
+
C2 as departmentNames,
|
|
11451
11521
|
Q1 as emojiConfig,
|
|
11452
|
-
|
|
11453
|
-
|
|
11454
|
-
|
|
11455
|
-
|
|
11456
|
-
|
|
11457
|
-
|
|
11458
|
-
|
|
11459
|
-
|
|
11460
|
-
|
|
11522
|
+
re as flexBasisList,
|
|
11523
|
+
ee as flexDirectionList,
|
|
11524
|
+
ie as flexGrowList,
|
|
11525
|
+
e2 as flexOrGridBoxSystemProps,
|
|
11526
|
+
Z2 as flexOrGridItemSystemProps,
|
|
11527
|
+
ne as flexShrinkList,
|
|
11528
|
+
ae as flexWrapList,
|
|
11529
|
+
ue as fontFamilyTokenNameList,
|
|
11530
|
+
pe as fontWeightTokenNameList,
|
|
11461
11531
|
j as forwardRef,
|
|
11462
11532
|
E1 as franceMainCities,
|
|
11463
|
-
|
|
11464
|
-
|
|
11465
|
-
|
|
11466
|
-
|
|
11467
|
-
|
|
11468
|
-
|
|
11469
|
-
|
|
11470
|
-
|
|
11471
|
-
|
|
11472
|
-
|
|
11473
|
-
|
|
11474
|
-
|
|
11475
|
-
|
|
11476
|
-
|
|
11477
|
-
|
|
11478
|
-
|
|
11533
|
+
j2 as getSrcSetFromFormats,
|
|
11534
|
+
ge as headingSizeTokenNameList,
|
|
11535
|
+
He as iconButtonColor,
|
|
11536
|
+
ze as iconTokenNameHorscopeChineseList,
|
|
11537
|
+
Ne as iconTokenNameHorscopeZodiacList,
|
|
11538
|
+
_e as iconTokenNameList,
|
|
11539
|
+
ke as iconTokenNameNumerologyList,
|
|
11540
|
+
Y2 as imageConfigDesktop,
|
|
11541
|
+
J2 as imageConfigMobile,
|
|
11542
|
+
le as justifyContentList,
|
|
11543
|
+
V2 as marginSystemProps,
|
|
11544
|
+
xe as mediaQueriesList,
|
|
11545
|
+
s2 as paddingSystemProps,
|
|
11546
|
+
S2 as politicalPartiesColors,
|
|
11547
|
+
a2 as radiusSystemProps,
|
|
11548
|
+
Me as radiusTokenNameList,
|
|
11479
11549
|
I1 as replaceSrcFormat,
|
|
11480
|
-
|
|
11481
|
-
|
|
11482
|
-
|
|
11483
|
-
|
|
11484
|
-
|
|
11485
|
-
|
|
11486
|
-
|
|
11487
|
-
|
|
11488
|
-
|
|
11489
|
-
|
|
11550
|
+
Be as rotationList,
|
|
11551
|
+
c2 as spacingSystemProps,
|
|
11552
|
+
fe as spacingTokenNameList,
|
|
11553
|
+
H2 as systemProps,
|
|
11554
|
+
de as textAlignList,
|
|
11555
|
+
oe as textDecorationList,
|
|
11556
|
+
ve as textSizeTokenNameList,
|
|
11557
|
+
he as textTransformList,
|
|
11558
|
+
we as themeColorAvailables,
|
|
11559
|
+
be as themeList,
|
|
11490
11560
|
O as tokenVariables,
|
|
11491
|
-
|
|
11492
|
-
|
|
11493
|
-
|
|
11561
|
+
Ce as tvShowsColors,
|
|
11562
|
+
$2 as typographySystemProps,
|
|
11563
|
+
me as whiteSpaceList
|
|
11494
11564
|
};
|