@yakavkaz/uikit 0.0.23 → 0.0.25
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/button/Button.d.ts.map +1 -1
- package/dist/components/header/Header.d.ts +13 -2
- package/dist/components/header/Header.d.ts.map +1 -1
- package/dist/components/header/header.constants.d.ts +1 -1
- package/dist/components/header/header.constants.d.ts.map +1 -1
- package/dist/components/header/header.types.d.ts +2 -1
- package/dist/components/header/header.types.d.ts.map +1 -1
- package/dist/components/header/index.d.ts +5 -0
- package/dist/components/header/index.d.ts.map +1 -1
- package/dist/components/header/parts/headerActions.d.ts +10 -5
- package/dist/components/header/parts/headerActions.d.ts.map +1 -1
- package/dist/components/header/parts/headerLocations.d.ts +5 -4
- package/dist/components/header/parts/headerLocations.d.ts.map +1 -1
- package/dist/components/header/parts/headerLogo.d.ts +6 -5
- package/dist/components/header/parts/headerLogo.d.ts.map +1 -1
- package/dist/components/header/parts/headerNav.d.ts +4 -3
- package/dist/components/header/parts/headerNav.d.ts.map +1 -1
- package/dist/components/header/parts/headerProfile.d.ts +13 -14
- package/dist/components/header/parts/headerProfile.d.ts.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +534 -562
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/common/nextLink.d.ts +0 -3
- package/dist/common/nextLink.d.ts.map +0 -1
package/dist/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { jsxs as B, jsx as A, Fragment as
|
|
1
|
+
import { jsxs as B, jsx as A, Fragment as Z } from "react/jsx-runtime";
|
|
2
2
|
import * as a from "@radix-ui/react-select";
|
|
3
|
-
import { forwardRef as c, memo as
|
|
4
|
-
import
|
|
5
|
-
import { Slot as
|
|
6
|
-
import * as
|
|
7
|
-
import * as
|
|
8
|
-
import * as
|
|
9
|
-
const
|
|
3
|
+
import { forwardRef as c, memo as _, useId as H, useMemo as $, useState as AA } from "react";
|
|
4
|
+
import I, { clsx as gA } from "clsx";
|
|
5
|
+
import { Slot as R } from "@radix-ui/react-slot";
|
|
6
|
+
import * as W from "@radix-ui/react-checkbox";
|
|
7
|
+
import * as eA from "@radix-ui/react-label";
|
|
8
|
+
import * as s from "@radix-ui/react-dropdown-menu";
|
|
9
|
+
const BA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: g, ...e, children: [
|
|
10
10
|
/* @__PURE__ */ A(
|
|
11
11
|
"mask",
|
|
12
12
|
{
|
|
@@ -23,7 +23,7 @@ const cA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
23
23
|
}
|
|
24
24
|
),
|
|
25
25
|
/* @__PURE__ */ A("g", { mask: "url(#add_2_svg__a)", children: /* @__PURE__ */ A("path", { fill: "#1C1B1F", d: "M11 21v-8H3v-2h8V3h2v8h8v2h-8v8z" }) })
|
|
26
|
-
] }),
|
|
26
|
+
] }), cA = c(BA), iA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 38 35", ref: g, ...e, children: [
|
|
27
27
|
/* @__PURE__ */ A(
|
|
28
28
|
"mask",
|
|
29
29
|
{
|
|
@@ -46,7 +46,7 @@ const cA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
46
46
|
d: "M25.417 21.25v-6.875h-6.875V9.792h6.875V2.917H30v6.875h6.875v4.583H30v6.875zM16.25 51.042q-1.89 0-3.237-1.347t-1.346-3.237 1.346-3.237q1.347-1.346 3.237-1.346t3.237 1.346 1.346 3.237-1.346 3.237q-1.347 1.347-3.237 1.347m22.917 0q-1.89 0-3.237-1.347t-1.347-3.237 1.347-3.237 3.237-1.346q1.89 0 3.237 1.346 1.346 1.347 1.346 3.237t-1.346 3.237-3.237 1.347M2.5 9.792V5.208h7.505l9.74 20.625h16.041l8.938-16.041h5.214L38.536 30.417H18.771L16.25 35h27.5v4.583H8.516l6.817-12.375-8.25-17.416z"
|
|
47
47
|
}
|
|
48
48
|
) })
|
|
49
|
-
] }),
|
|
49
|
+
] }), MA = c(iA), YA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 25 24", ref: g, ...e, children: [
|
|
50
50
|
/* @__PURE__ */ A(
|
|
51
51
|
"mask",
|
|
52
52
|
{
|
|
@@ -69,7 +69,7 @@ const cA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
69
69
|
d: "M6.17 19a2.9 2.9 0 0 1-2.124-.875A2.9 2.9 0 0 1 3.17 16h-2V7q0-.824.587-1.412A1.93 1.93 0 0 1 3.171 5h14l6 6v5h-2q0 1.25-.875 2.125A2.9 2.9 0 0 1 18.17 19a2.9 2.9 0 0 1-2.125-.875A2.9 2.9 0 0 1 15.17 16h-6q0 1.25-.875 2.125A2.9 2.9 0 0 1 6.17 19m9-9h4l-3-3h-1zm-6 0h4V7h-4zm-6 0h4V7h-4zm3 7.25q.526 0 .888-.363.363-.362.363-.887t-.363-.887a1.2 1.2 0 0 0-.887-.363q-.525 0-.888.363a1.2 1.2 0 0 0-.362.887q0 .525.362.887.363.363.888.363m12 0q.526 0 .888-.363.363-.362.363-.887t-.363-.887a1.2 1.2 0 0 0-.887-.363q-.525 0-.888.363a1.2 1.2 0 0 0-.362.887q0 .525.362.887.363.363.888.363M3.17 14h.8q.427-.45.976-.725A2.7 2.7 0 0 1 6.17 13q.675 0 1.225.275T8.37 14h7.6q.425-.45.975-.725A2.7 2.7 0 0 1 18.17 13q.675 0 1.225.275t.975.725h.8v-2h-18z"
|
|
70
70
|
}
|
|
71
71
|
) })
|
|
72
|
-
] }),
|
|
72
|
+
] }), EA = c(YA), mA = (e, g) => /* @__PURE__ */ A("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: g, ...e, children: /* @__PURE__ */ A("path", { fill: "currentColor", d: "M16.175 13H4v-2h12.175l-5.6-5.6L12 4l8 8-8 8-1.425-1.4z" }) }), xA = c(mA), IA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: g, ...e, children: [
|
|
73
73
|
/* @__PURE__ */ A(
|
|
74
74
|
"mask",
|
|
75
75
|
{
|
|
@@ -86,13 +86,13 @@ const cA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
86
86
|
}
|
|
87
87
|
),
|
|
88
88
|
/* @__PURE__ */ A("g", { mask: "url(#arrow_back_ios_new_svg__a)", children: /* @__PURE__ */ A("path", { fill: "#1C1B1F", d: "m8 22 10-10L8 2 6.225 3.775 14.45 12l-8.225 8.225z" }) })
|
|
89
|
-
] }),
|
|
89
|
+
] }), wA = c(IA), nA = (e, g) => /* @__PURE__ */ A("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 380 100", ref: g, ...e, children: /* @__PURE__ */ A(
|
|
90
90
|
"path",
|
|
91
91
|
{
|
|
92
92
|
fill: "currentColor",
|
|
93
93
|
d: "M237.5 166.759V214h-95v-47.241zM47.5 34.483c0 26.09 21.266 47.241 47.5 47.241v47.242c-52.467 0-95-42.302-95-94.483zM95 34.483c52.467 0 95 42.301 95 94.483h-47.5c0-26.091-21.266-47.242-47.5-47.242zM285 81.724c-26.234 0-47.5 21.151-47.5 47.242H190c0-52.182 42.533-94.483 95-94.483zM380 34.483c0 52.181-42.533 94.483-95 94.483V81.724c26.234 0 47.5-21.15 47.5-47.241zM142.5-12.759c-26.234 0-47.5 21.151-47.5 47.242H47.5C47.5-17.7 90.033-60 142.5-60zM237.5-60c52.467 0 95 42.301 95 94.483H285c0-26.09-21.266-47.242-47.5-47.242z"
|
|
94
94
|
}
|
|
95
|
-
) }),
|
|
95
|
+
) }), r = c(nA), hA = (e, g) => /* @__PURE__ */ B(
|
|
96
96
|
"svg",
|
|
97
97
|
{
|
|
98
98
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -314,7 +314,7 @@ const cA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
314
314
|
] })
|
|
315
315
|
]
|
|
316
316
|
}
|
|
317
|
-
),
|
|
317
|
+
), JA = c(hA), zA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: g, ...e, children: [
|
|
318
318
|
/* @__PURE__ */ A(
|
|
319
319
|
"mask",
|
|
320
320
|
{
|
|
@@ -337,7 +337,7 @@ const cA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
337
337
|
d: "M2 19v-6q0-.675.275-1.225T3 10.8V8q0-1.25.875-2.125A2.9 2.9 0 0 1 6 5h4q.574 0 1.075.213.5.212.925.587.424-.375.925-.587A2.7 2.7 0 0 1 14 5h4q1.25 0 2.125.875T21 8v2.8q.45.425.725.975T22 13v6h-2v-2H4v2zm11-9h6V8a.97.97 0 0 0-.288-.713A.97.97 0 0 0 18 7h-4a.97.97 0 0 0-.713.287A.97.97 0 0 0 13 8zm-8 0h6V8a.97.97 0 0 0-.288-.713A.97.97 0 0 0 10 7H6a.97.97 0 0 0-.713.287A.97.97 0 0 0 5 8zm-1 5h16v-2a.97.97 0 0 0-.288-.713A.97.97 0 0 0 19 12H5a.97.97 0 0 0-.713.287A.97.97 0 0 0 4 13z"
|
|
338
338
|
}
|
|
339
339
|
) })
|
|
340
|
-
] }), CA = c(
|
|
340
|
+
] }), CA = c(zA), lA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: g, ...e, children: [
|
|
341
341
|
/* @__PURE__ */ A(
|
|
342
342
|
"mask",
|
|
343
343
|
{
|
|
@@ -360,7 +360,7 @@ const cA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
360
360
|
d: "M11 14v-2h2v2zm-4 0v-2h2v2zm8 0v-2h2v2zm-4 4v-2h2v2zm-4 0v-2h2v2zm8 0v-2h2v2zM3 22V4h3V2h2v2h8V2h2v2h3v18zm2-2h14V10H5zM5 8h14V6H5z"
|
|
361
361
|
}
|
|
362
362
|
) })
|
|
363
|
-
] }),
|
|
363
|
+
] }), GA = c(lA), aA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 45 39", ref: g, ...e, children: [
|
|
364
364
|
/* @__PURE__ */ A(
|
|
365
365
|
"mask",
|
|
366
366
|
{
|
|
@@ -405,7 +405,7 @@ const cA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
405
405
|
d: "m51.833 10.319-4.59-4.55 2.275-2.316 2.315 2.316L57.603 0l2.274 2.275zM37.208 39V24.375L41.19 13h21.287l3.981 11.375V39h-4.875v-3.25h-19.5V39zm4.55-17.875h20.15l-1.706-4.875H43.465zm2.763 9.75q1.015 0 1.726-.71.711-.712.711-1.727 0-1.017-.71-1.727A2.35 2.35 0 0 0 44.52 26a2.35 2.35 0 0 0-1.727.71 2.35 2.35 0 0 0-.71 1.727q0 1.017.71 1.727a2.35 2.35 0 0 0 1.727.711m14.625 0q1.015 0 1.726-.71.711-.712.711-1.727 0-1.017-.71-1.727A2.35 2.35 0 0 0 59.145 26a2.35 2.35 0 0 0-1.727.71 2.35 2.35 0 0 0-.71 1.727q0 1.017.71 1.727a2.35 2.35 0 0 0 1.727.711M40.458 32.5h22.75v-8.125h-22.75z"
|
|
406
406
|
}
|
|
407
407
|
) })
|
|
408
|
-
] }),
|
|
408
|
+
] }), sA = c(aA), oA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: g, ...e, children: [
|
|
409
409
|
/* @__PURE__ */ A(
|
|
410
410
|
"mask",
|
|
411
411
|
{
|
|
@@ -428,7 +428,7 @@ const cA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
428
428
|
d: "M1 21V9h2v2h2V3h2v2h2V3h2v2h2V3h2v2h2V3h2v8h2V9h2v12h-9v-5h-4v5zm2-2h5v-5h8v5h5v-6h-4V7H7v6H3zm6-7h2V9H9zm4 0h2V9h-2z"
|
|
429
429
|
}
|
|
430
430
|
) })
|
|
431
|
-
] }),
|
|
431
|
+
] }), QA = c(oA), RA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: g, ...e, children: [
|
|
432
432
|
/* @__PURE__ */ A(
|
|
433
433
|
"g",
|
|
434
434
|
{
|
|
@@ -441,7 +441,7 @@ const cA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
441
441
|
}
|
|
442
442
|
),
|
|
443
443
|
/* @__PURE__ */ A("defs", { children: /* @__PURE__ */ A("clipPath", { id: "chartbar_svg__a", children: /* @__PURE__ */ A("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
444
|
-
] }),
|
|
444
|
+
] }), fA = c(RA), kA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: g, ...e, children: [
|
|
445
445
|
/* @__PURE__ */ A(
|
|
446
446
|
"mask",
|
|
447
447
|
{
|
|
@@ -458,7 +458,7 @@ const cA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
458
458
|
}
|
|
459
459
|
),
|
|
460
460
|
/* @__PURE__ */ A("g", { mask: "url(#check_svg__a)", children: /* @__PURE__ */ A("path", { fill: "#00AA85", d: "m9.55 18-5.7-5.7 1.425-1.425L9.55 15.15l9.175-9.175L20.15 7.4z" }) })
|
|
461
|
-
] }),
|
|
461
|
+
] }), OA = c(kA), ZA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: g, ...e, children: [
|
|
462
462
|
/* @__PURE__ */ A("g", { clipPath: "url(#checkmark-outline_svg__a)", children: /* @__PURE__ */ A(
|
|
463
463
|
"path",
|
|
464
464
|
{
|
|
@@ -467,7 +467,7 @@ const cA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
467
467
|
}
|
|
468
468
|
) }),
|
|
469
469
|
/* @__PURE__ */ A("defs", { children: /* @__PURE__ */ A("clipPath", { id: "checkmark-outline_svg__a", children: /* @__PURE__ */ A("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
470
|
-
] }),
|
|
470
|
+
] }), vA = c(ZA), FA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: g, ...e, children: [
|
|
471
471
|
/* @__PURE__ */ A(
|
|
472
472
|
"mask",
|
|
473
473
|
{
|
|
@@ -484,7 +484,7 @@ const cA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
484
484
|
}
|
|
485
485
|
),
|
|
486
486
|
/* @__PURE__ */ A("g", { mask: "url(#check_indeterminate_small_svg__a)", children: /* @__PURE__ */ A("path", { fill: "#1C1B1F", d: "M6 13v-2h12v2z" }) })
|
|
487
|
-
] }),
|
|
487
|
+
] }), uA = c(FA), jA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: g, ...e, children: [
|
|
488
488
|
/* @__PURE__ */ A("g", { clipPath: "url(#close_svg__a)", children: /* @__PURE__ */ A(
|
|
489
489
|
"path",
|
|
490
490
|
{
|
|
@@ -493,7 +493,7 @@ const cA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
493
493
|
}
|
|
494
494
|
) }),
|
|
495
495
|
/* @__PURE__ */ A("defs", { children: /* @__PURE__ */ A("clipPath", { id: "close_svg__a", children: /* @__PURE__ */ A("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
496
|
-
] }),
|
|
496
|
+
] }), DA = c(jA), dA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: g, ...e, children: [
|
|
497
497
|
/* @__PURE__ */ A(
|
|
498
498
|
"mask",
|
|
499
499
|
{
|
|
@@ -516,7 +516,7 @@ const cA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
516
516
|
d: "m8 20-1.4-1.425L9.175 16H2v-2h7.175L6.6 11.425 8 10l5 5zm8-6-5-5 5-5 1.4 1.425L14.825 8H22v2h-7.175l2.575 2.575z"
|
|
517
517
|
}
|
|
518
518
|
) })
|
|
519
|
-
] }),
|
|
519
|
+
] }), LA = c(dA), tA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: g, ...e, children: [
|
|
520
520
|
/* @__PURE__ */ A(
|
|
521
521
|
"mask",
|
|
522
522
|
{
|
|
@@ -539,7 +539,7 @@ const cA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
539
539
|
d: "M7 21q-.824 0-1.412-.587A1.93 1.93 0 0 1 5 19V6H4V4h5V3h6v1h5v2h-1v13q0 .824-.587 1.413A1.93 1.93 0 0 1 17 21zM17 6H7v13h10zM9 17h2V8H9zm4 0h2V8h-2z"
|
|
540
540
|
}
|
|
541
541
|
) })
|
|
542
|
-
] }),
|
|
542
|
+
] }), WA = c(tA), HA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: g, ...e, children: [
|
|
543
543
|
/* @__PURE__ */ B(
|
|
544
544
|
"g",
|
|
545
545
|
{
|
|
@@ -555,7 +555,7 @@ const cA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
555
555
|
}
|
|
556
556
|
),
|
|
557
557
|
/* @__PURE__ */ A("defs", { children: /* @__PURE__ */ A("clipPath", { id: "devices_svg__a", children: /* @__PURE__ */ A("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
558
|
-
] }),
|
|
558
|
+
] }), rA = c(HA), SA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: g, ...e, children: [
|
|
559
559
|
/* @__PURE__ */ A(
|
|
560
560
|
"mask",
|
|
561
561
|
{
|
|
@@ -578,31 +578,31 @@ const cA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
578
578
|
d: "M12 22q-2.65 0-4.325-.837Q6 20.324 6 19q0-.6.362-1.113.363-.512 1.013-.887l1.575 1.475q-.225.1-.487.225a1.2 1.2 0 0 0-.413.3q.325.4 1.5.7T12 20t2.463-.3 1.512-.7a1.3 1.3 0 0 0-.45-.325A13 13 0 0 0 15 18.45l1.55-1.5q.7.4 1.075.913Q18 18.375 18 19q0 1.325-1.675 2.163T12 22m.025-5.5q2.475-1.825 3.725-3.662Q17 11 17 9.15q0-2.55-1.625-3.85T12 4 8.625 5.3 7 9.15q0 1.676 1.225 3.487 1.225 1.813 3.8 3.863M12 19q-3.525-2.6-5.262-5.05Q5 11.5 5 9.15q0-1.774.638-3.113Q6.275 4.7 7.275 3.8a6.8 6.8 0 0 1 2.25-1.35A7.3 7.3 0 0 1 12 2q1.226 0 2.475.45t2.25 1.35q1 .9 1.637 2.238.639 1.337.638 3.112 0 2.35-1.738 4.8T12 19m0-8q.825 0 1.412-.588Q14 9.826 14 9t-.588-1.412A1.93 1.93 0 0 0 12 7q-.825 0-1.412.588A1.93 1.93 0 0 0 10 9q0 .825.588 1.412Q11.175 11 12 11"
|
|
579
579
|
}
|
|
580
580
|
) })
|
|
581
|
-
] }),
|
|
581
|
+
] }), UA = c(SA), TA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: g, ...e, children: [
|
|
582
582
|
/* @__PURE__ */ B("g", { fill: "#000", clipPath: "url(#eye-off-outline_svg__a)", children: [
|
|
583
583
|
/* @__PURE__ */ A("path", { d: "M4.71 3.29a1.004 1.004 0 1 0-1.42 1.42l5.63 5.63a3.5 3.5 0 0 0 4.74 4.74l5.63 5.63a1.002 1.002 0 0 0 1.639-.325 1 1 0 0 0-.219-1.095zM12 13.5a1.5 1.5 0 0 1-1.5-1.5v-.07l1.56 1.56z" }),
|
|
584
584
|
/* @__PURE__ */ A("path", { d: "M12.22 17c-4.3.1-7.12-3.59-8-5 .626-1 1.38-1.914 2.24-2.72L5 7.87a15.9 15.9 0 0 0-2.87 3.63 1 1 0 0 0 0 1c.63 1.09 4 6.5 9.89 6.5h.25a9.5 9.5 0 0 0 3.23-.67l-1.58-1.58a7.7 7.7 0 0 1-1.7.25M21.87 11.5c-.64-1.11-4.17-6.68-10.14-6.5a9.5 9.5 0 0 0-3.23.67l1.58 1.58a7.7 7.7 0 0 1 1.7-.25c4.29-.11 7.11 3.59 8 5a13.7 13.7 0 0 1-2.29 2.72L19 16.13a15.9 15.9 0 0 0 2.91-3.63 1 1 0 0 0-.04-1" })
|
|
585
585
|
] }),
|
|
586
586
|
/* @__PURE__ */ A("defs", { children: /* @__PURE__ */ A("clipPath", { id: "eye-off-outline_svg__a", children: /* @__PURE__ */ A("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
587
|
-
] }),
|
|
587
|
+
] }), yA = c(TA), KA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: g, ...e, children: [
|
|
588
588
|
/* @__PURE__ */ B("g", { fill: "#000", clipPath: "url(#eye-off_svg__a)", children: [
|
|
589
589
|
/* @__PURE__ */ A("path", { d: "M12 13.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3M15.29 18.12 14 16.78l-.07-.07-1.27-1.27A3.5 3.5 0 0 1 8.5 12a4 4 0 0 1 .06-.61l-2-2L5 7.87a15.9 15.9 0 0 0-2.87 3.63 1 1 0 0 0 0 1c.63 1.09 4 6.5 9.89 6.5h.25a9.5 9.5 0 0 0 3.23-.67zM8.59 5.76l2.8 2.8A4 4 0 0 1 12 8.5a3.5 3.5 0 0 1 3.5 3.5 4 4 0 0 1-.06.61l2.68 2.68.84.84a15.9 15.9 0 0 0 2.91-3.63 1 1 0 0 0 0-1c-.64-1.11-4.16-6.68-10.14-6.5a9.5 9.5 0 0 0-3.23.67z" }),
|
|
590
590
|
/* @__PURE__ */ A("path", { d: "M20.71 19.29 19.41 18l-2-2-9.52-9.53L6.42 5 4.71 3.29a1.004 1.004 0 1 0-1.42 1.42L5.53 7l1.75 1.7 7.31 7.3.07.07L16 17.41l.59.59 2.7 2.71a1.002 1.002 0 0 0 1.639-.325 1 1 0 0 0-.219-1.095" })
|
|
591
591
|
] }),
|
|
592
592
|
/* @__PURE__ */ A("defs", { children: /* @__PURE__ */ A("clipPath", { id: "eye-off_svg__a", children: /* @__PURE__ */ A("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
593
|
-
] }),
|
|
593
|
+
] }), XA = c(KA), pA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: g, ...e, children: [
|
|
594
594
|
/* @__PURE__ */ B("g", { fill: "#000", clipPath: "url(#eye-outline_svg__a)", children: [
|
|
595
595
|
/* @__PURE__ */ A("path", { d: "M21.87 11.5c-.64-1.11-4.16-6.68-10.14-6.5-5.53.14-8.73 5-9.6 6.5a1 1 0 0 0 0 1c.63 1.09 4 6.5 9.89 6.5h.25c5.53-.14 8.74-5 9.6-6.5a1 1 0 0 0 0-1M12.22 17c-4.31.1-7.12-3.59-8-5 1-1.61 3.61-4.9 7.61-5 4.29-.11 7.11 3.59 8 5-1.03 1.61-3.61 4.9-7.61 5" }),
|
|
596
596
|
/* @__PURE__ */ A("path", { d: "M12 8.5a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7m0 5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3" })
|
|
597
597
|
] }),
|
|
598
598
|
/* @__PURE__ */ A("defs", { children: /* @__PURE__ */ A("clipPath", { id: "eye-outline_svg__a", children: /* @__PURE__ */ A("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
599
|
-
] }),
|
|
599
|
+
] }), NA = c(pA), PA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: g, ...e, children: [
|
|
600
600
|
/* @__PURE__ */ B("g", { fill: "#000", clipPath: "url(#eye_svg__a)", children: [
|
|
601
601
|
/* @__PURE__ */ A("path", { d: "M12 13.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3" }),
|
|
602
602
|
/* @__PURE__ */ A("path", { d: "M21.87 11.5c-.64-1.11-4.16-6.68-10.14-6.5-5.53.14-8.73 5-9.6 6.5a1 1 0 0 0 0 1c.63 1.09 4 6.5 9.89 6.5h.25c5.53-.14 8.74-5 9.6-6.5a1 1 0 0 0 0-1m-9.87 4a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7" })
|
|
603
603
|
] }),
|
|
604
604
|
/* @__PURE__ */ A("defs", { children: /* @__PURE__ */ A("clipPath", { id: "eye_svg__a", children: /* @__PURE__ */ A("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
605
|
-
] }),
|
|
605
|
+
] }), bA = c(PA), qA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: g, ...e, children: [
|
|
606
606
|
/* @__PURE__ */ A(
|
|
607
607
|
"mask",
|
|
608
608
|
{
|
|
@@ -625,13 +625,13 @@ const cA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
625
625
|
d: "m12 21-1.45-1.3q-2.525-2.275-4.175-3.925T3.75 12.812 2.388 10.4A6.7 6.7 0 0 1 2 8.15Q2 5.8 3.575 4.225T7.5 2.65a5.8 5.8 0 0 1 2.475.55A5.9 5.9 0 0 1 12 4.75a5.9 5.9 0 0 1 2.025-1.55 5.8 5.8 0 0 1 2.475-.55q2.35 0 3.925 1.575T22 8.15q0 1.15-.387 2.25-.388 1.1-1.363 2.412-.975 1.313-2.625 2.963T13.45 19.7zm0-2.7a109 109 0 0 0 3.95-3.687q1.55-1.538 2.45-2.675.9-1.139 1.25-2.025.35-.888.35-1.763 0-1.5-1-2.5t-2.5-1a3.86 3.86 0 0 0-2.175.663q-1 .662-1.375 1.687h-1.9q-.375-1.025-1.375-1.687A3.86 3.86 0 0 0 7.5 4.65q-1.5 0-2.5 1t-1 2.5q0 .874.35 1.763.35.887 1.25 2.024t2.45 2.676A109 109 0 0 0 12 18.3"
|
|
626
626
|
}
|
|
627
627
|
) })
|
|
628
|
-
] }),
|
|
628
|
+
] }), VA = c(qA), _A = (e, g) => /* @__PURE__ */ A("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: g, ...e, children: /* @__PURE__ */ A(
|
|
629
629
|
"path",
|
|
630
630
|
{
|
|
631
631
|
fill: "currentColor",
|
|
632
632
|
d: "M13 9V7h3V3h2v4h3v2zm3 12V11h2v10zM6 21v-4H3v-2h8v2H8v4zm0-8V3h2v10z"
|
|
633
633
|
}
|
|
634
|
-
) }),
|
|
634
|
+
) }), $A = c(_A), Ag = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 39 44", ref: g, ...e, children: [
|
|
635
635
|
/* @__PURE__ */ A(
|
|
636
636
|
"mask",
|
|
637
637
|
{
|
|
@@ -654,7 +654,7 @@ const cA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
654
654
|
d: "M16.042 50.417v-5.73l6.875-4.812v-8.25L4.583 38.958v-6.875L22.917 19.25V9.167q0-1.89 1.346-3.237T27.5 4.583t3.237 1.347 1.346 3.237V19.25l18.334 12.833v6.875l-18.334-7.333v8.25l6.875 4.813v5.729L27.5 46.979z"
|
|
655
655
|
}
|
|
656
656
|
) })
|
|
657
|
-
] }),
|
|
657
|
+
] }), gg = c(Ag), eg = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 60 60", ref: g, ...e, children: [
|
|
658
658
|
/* @__PURE__ */ A("path", { fill: "#fff", d: "M.5.5h59v59H.5z" }),
|
|
659
659
|
/* @__PURE__ */ A("path", { stroke: "#D9D9D9", d: "M.5.5h59v59H.5z" }),
|
|
660
660
|
/* @__PURE__ */ A(
|
|
@@ -695,7 +695,7 @@ const cA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
695
695
|
]
|
|
696
696
|
}
|
|
697
697
|
) })
|
|
698
|
-
] }),
|
|
698
|
+
] }), Bg = c(eg), cg = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 38 40", ref: g, ...e, children: [
|
|
699
699
|
/* @__PURE__ */ A(
|
|
700
700
|
"mask",
|
|
701
701
|
{
|
|
@@ -718,7 +718,7 @@ const cA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
718
718
|
d: "M26 48.75q-2.709 0-4.604-1.896T19.5 42.25t1.896-4.604Q23.29 35.75 26 35.75t4.604 1.896T32.5 42.25t-1.896 4.604T26 48.75m0-4.333q.92 0 1.544-.623.623-.623.623-1.544t-.623-1.544T26 40.083t-1.544.623-.623 1.544.623 1.544q.624.623 1.544.623m-14.083-3.792q-2.708 0-4.605-1.896-1.895-1.896-1.895-4.604t1.895-4.604 4.605-1.896 4.604 1.896 1.896 4.604-1.896 4.604-4.604 1.896m28.166 0q-2.708 0-4.604-1.896t-1.896-4.604 1.896-4.604 4.604-1.896 4.605 1.896 1.895 4.604-1.895 4.604q-1.897 1.896-4.605 1.896m-28.166-4.333q.92 0 1.543-.623.624-.623.623-1.544 0-.921-.623-1.544t-1.543-.623-1.544.623-.623 1.544.623 1.544 1.544.623m28.166 0q.921 0 1.544-.623t.623-1.544-.623-1.544-1.544-.623-1.543.623-.623 1.544.623 1.544 1.543.623M11.917 24.375q-2.708 0-4.605-1.896-1.895-1.895-1.895-4.604t1.895-4.604 4.605-1.896 4.604 1.896 1.896 4.604q0 2.709-1.896 4.604t-4.604 1.896m28.166 0q-2.708 0-4.604-1.896t-1.896-4.604 1.896-4.604 4.604-1.896 4.605 1.896 1.895 4.604-1.895 4.604q-1.897 1.896-4.605 1.896m-28.166-4.333q.92 0 1.543-.623.624-.623.623-1.544 0-.92-.623-1.544-.623-.623-1.543-.623-.921 0-1.544.623-.623.624-.623 1.544t.623 1.544q.623.623 1.544.623m28.166 0q.921 0 1.544-.623t.623-1.544-.623-1.544-1.544-.623-1.543.623-.623 1.544.623 1.544 1.543.623M26 16.25q-2.709 0-4.604-1.896T19.5 9.75t1.896-4.604Q23.29 3.25 26 3.25t4.604 1.896T32.5 9.75t-1.896 4.604T26 16.25m0-4.333q.92 0 1.544-.623.623-.623.623-1.544 0-.92-.623-1.544-.623-.623-1.544-.623-.92 0-1.544.623-.623.624-.623 1.544 0 .921.623 1.544.624.623 1.544.623"
|
|
719
719
|
}
|
|
720
720
|
) })
|
|
721
|
-
] }),
|
|
721
|
+
] }), ig = c(cg), Mg = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: g, ...e, children: [
|
|
722
722
|
/* @__PURE__ */ A(
|
|
723
723
|
"mask",
|
|
724
724
|
{
|
|
@@ -741,7 +741,7 @@ const cA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
741
741
|
d: "M3 11V3h8v8zm0 10v-8h8v8zm10-10V3h8v8zm0 10v-8h8v8zM5 9h4V5H5zm10 0h4V5h-4zm0 10h4v-4h-4zM5 19h4v-4H5z"
|
|
742
742
|
}
|
|
743
743
|
) })
|
|
744
|
-
] }),
|
|
744
|
+
] }), Yg = c(Mg), Eg = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: g, ...e, children: [
|
|
745
745
|
/* @__PURE__ */ A(
|
|
746
746
|
"mask",
|
|
747
747
|
{
|
|
@@ -764,7 +764,7 @@ const cA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
764
764
|
d: "M12.5 11.95a5.7 5.7 0 0 0 1.113-1.825A6 6 0 0 0 14 8q0-1.1-.387-2.125A5.7 5.7 0 0 0 12.5 4.05q1.5.2 2.5 1.325T16 8t-1 2.625a3.94 3.94 0 0 1-2.5 1.325M18 20v-3q0-.9-.4-1.713a5.1 5.1 0 0 0-1.05-1.437q1.275.45 2.363 1.162Q20 15.725 20 17v3zm2-7v-2h-2V9h2V7h2v2h2v2h-2v2zM8 12q-1.65 0-2.825-1.175T4 8t1.175-2.825T8 4t2.825 1.175T12 8t-1.175 2.825T8 12m-8 8v-2.8q0-.85.438-1.562.437-.713 1.162-1.088a14.8 14.8 0 0 1 3.15-1.163A13.8 13.8 0 0 1 8 13q1.65 0 3.25.387 1.6.388 3.15 1.163.724.375 1.162 1.087Q16 16.35 16 17.2V20zm8-10q.825 0 1.412-.588Q10 8.826 10 8q0-.824-.588-1.412A1.93 1.93 0 0 0 8 6q-.824 0-1.412.588A1.93 1.93 0 0 0 6 8q0 .825.588 1.412Q7.175 10 8 10m-6 8h12v-.8a.973.973 0 0 0-.5-.85q-1.35-.675-2.725-1.012a11.6 11.6 0 0 0-5.55 0Q3.85 15.675 2.5 16.35a.97.97 0 0 0-.5.85z"
|
|
765
765
|
}
|
|
766
766
|
) })
|
|
767
|
-
] }),
|
|
767
|
+
] }), mg = c(Eg), xg = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 42 42", ref: g, ...e, children: [
|
|
768
768
|
/* @__PURE__ */ A(
|
|
769
769
|
"mask",
|
|
770
770
|
{
|
|
@@ -787,7 +787,7 @@ const cA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
787
787
|
d: "M15.255 47.385V36.786H4.656V15.59h10.6v-10.6h21.197v10.6h10.6v21.197h-10.6v10.6zm-6.36-23.317h11.713l2.49 3.71 2.862-9.116h3.763l3.603 5.406h9.487v-4.24h-10.6V9.23H19.496v10.6h-10.6zm10.6 19.078h12.719v-10.6h10.599v-4.239H31.048l-2.438-3.71-2.862 9.169h-3.815l-3.604-5.459H8.896v4.24h10.599z"
|
|
788
788
|
}
|
|
789
789
|
) })
|
|
790
|
-
] }),
|
|
790
|
+
] }), Ig = c(xg), wg = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 44 44", ref: g, ...e, children: [
|
|
791
791
|
/* @__PURE__ */ A(
|
|
792
792
|
"mask",
|
|
793
793
|
{
|
|
@@ -810,7 +810,7 @@ const cA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
810
810
|
d: "M-2.406 54.828q-3.51 0-5.966-2.456t-2.456-5.966V29.563q0-1.685.631-3.229a8.3 8.3 0 0 1 1.825-2.737L8.472 6.753a7.34 7.34 0 0 1 2.772-1.86 9 9 0 0 1 3.194-.596q1.614 0 3.158.596 1.544.597 2.807 1.86l16.844 16.844a8.3 8.3 0 0 1 1.825 2.737 8.45 8.45 0 0 1 .631 3.229v16.843q0 3.51-2.456 5.966t-5.966 2.456zm0-5.614H31.28q1.194 0 2-.808.807-.806.808-2V29.563q0-.562-.211-1.053a2.9 2.9 0 0 0-.632-.913L22.51 16.79l-4.141 4.07 10.106 10.107V43.6H.401V30.966L18.508 12.86l-2.105-2.105q-.562-.562-1.088-.702a3.5 3.5 0 0 0-.877-.14q-.351 0-.878.14-.525.14-1.088.702L-4.37 27.597q-.422.421-.632.913-.21.49-.21 1.052v16.844q0 1.194.807 2 .806.807 2 .808m8.422-11.23h16.843v-4.702l-8.422-8.422-8.421 8.422z"
|
|
811
811
|
}
|
|
812
812
|
) })
|
|
813
|
-
] }),
|
|
813
|
+
] }), ng = c(wg), hg = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: g, ...e, children: [
|
|
814
814
|
/* @__PURE__ */ A(
|
|
815
815
|
"mask",
|
|
816
816
|
{
|
|
@@ -833,13 +833,13 @@ const cA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
833
833
|
d: "M11 17h2v-6h-2zm1-8q.424 0 .713-.287A.97.97 0 0 0 13 8a.97.97 0 0 0-.287-.713A.97.97 0 0 0 12 7a.97.97 0 0 0-.713.287A.97.97 0 0 0 11 8q0 .424.287.713Q11.576 9 12 9m0 13a9.7 9.7 0 0 1-3.9-.788 10.1 10.1 0 0 1-3.175-2.137q-1.35-1.35-2.137-3.175A9.7 9.7 0 0 1 2 12q0-2.075.788-3.9a10.1 10.1 0 0 1 2.137-3.175q1.35-1.35 3.175-2.137A9.7 9.7 0 0 1 12 2q2.075 0 3.9.788a10.1 10.1 0 0 1 3.175 2.137q1.35 1.35 2.137 3.175A9.7 9.7 0 0 1 22 12a9.7 9.7 0 0 1-.788 3.9 10.1 10.1 0 0 1-2.137 3.175q-1.35 1.35-3.175 2.137A9.7 9.7 0 0 1 12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4 6.325 6.325 4 12t2.325 5.675T12 20"
|
|
834
834
|
}
|
|
835
835
|
) })
|
|
836
|
-
] }),
|
|
836
|
+
] }), Jg = c(hg), zg = (e, g) => /* @__PURE__ */ A("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: g, ...e, children: /* @__PURE__ */ A(
|
|
837
837
|
"path",
|
|
838
838
|
{
|
|
839
839
|
fill: "currentColor",
|
|
840
840
|
d: "M5 19V5v4.475V9zm2-6h5.525q.05-.55.25-1.05t.5-.95H7zm0 4h3.925q.425-.5.975-.812t1.15-.513a2 2 0 0 1-.175-.325 3 3 0 0 1-.125-.35H7zm-4 4V3h18v8.45a4.9 4.9 0 0 0-.85-1.15A4.4 4.4 0 0 0 19 9.475V5H5v14h5.05a3.7 3.7 0 0 0-.05.6V21zm14-5q-1.05 0-1.775-.725T14.5 13.5t.725-1.775T17 11t1.775.725.725 1.775-.725 1.775T17 16m-5 5v-1.4q0-.6.313-1.113a1.76 1.76 0 0 1 .887-.737q.9-.375 1.863-.562a10.1 10.1 0 0 1 3.874 0 9.6 9.6 0 0 1 1.863.562q.575.225.887.738Q22 19 22 19.6V21zM7 9h10V7H7z"
|
|
841
841
|
}
|
|
842
|
-
) }), Cg = c(
|
|
842
|
+
) }), Cg = c(zg), lg = (e, g) => /* @__PURE__ */ A("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: g, ...e, children: /* @__PURE__ */ A("path", { fill: "currentColor", d: "m12 15.4-6-6L7.4 8l4.6 4.6L16.6 8 18 9.4z" }) }), Gg = c(lg), ag = (e, g) => /* @__PURE__ */ B(
|
|
843
843
|
"svg",
|
|
844
844
|
{
|
|
845
845
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -872,13 +872,13 @@ const cA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
872
872
|
) })
|
|
873
873
|
]
|
|
874
874
|
}
|
|
875
|
-
),
|
|
875
|
+
), sg = c(ag), og = (e, g) => /* @__PURE__ */ A("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: g, ...e, children: /* @__PURE__ */ A(
|
|
876
876
|
"path",
|
|
877
877
|
{
|
|
878
878
|
fill: "currentColor",
|
|
879
879
|
d: "M12 22a.93.93 0 0 1-.6-.2 1.2 1.2 0 0 1-.375-.525 14 14 0 0 0-1.2-2.625q-.7-1.225-1.975-2.875t-2.075-3.15Q5 11.125 5 9q0-2.925 2.025-4.95Q9.075 2 12 2t4.95 2.05Q19 6.075 19 9q0 2.275-.875 3.8-.85 1.5-1.975 2.975-1.35 1.8-2.05 3a14 14 0 0 0-1.125 2.5 1.13 1.13 0 0 1-.4.55A.98.98 0 0 1 12 22m0-3.575q.425-.85.95-1.675.55-.825 1.6-2.2 1.075-1.4 1.75-2.575.7-1.2.7-2.975 0-2.075-1.475-3.525Q14.075 4 12 4T8.45 5.475Q7 6.925 7 9q0 1.775.675 2.975A27 27 0 0 0 9.45 14.55q1.05 1.375 1.575 2.2.55.825.975 1.675m0-6.925q1.05 0 1.775-.725T14.5 9t-.725-1.775T12 6.5t-1.775.725T9.5 9t.725 1.775T12 11.5"
|
|
880
880
|
}
|
|
881
|
-
) }),
|
|
881
|
+
) }), S = c(og), Qg = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 62 62", ref: g, ...e, children: [
|
|
882
882
|
/* @__PURE__ */ A("path", { stroke: "#D9D9D9", d: "M1 1h60v60H1z" }),
|
|
883
883
|
/* @__PURE__ */ A(
|
|
884
884
|
"path",
|
|
@@ -887,7 +887,7 @@ const cA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
887
887
|
d: "M35.813 31A4.82 4.82 0 0 1 31 35.813 4.82 4.82 0 0 1 26.187 31 4.82 4.82 0 0 1 31 26.187 4.82 4.82 0 0 1 35.813 31M31 15c-8.822 0-16 7.178-16 16s7.178 16 16 16c3.232 0 6.349-.962 9.013-2.783l.046-.032-2.156-2.506-.036.024A12.67 12.67 0 0 1 31 43.72c-7.014 0-12.72-5.706-12.72-12.72S23.986 18.28 31 18.28 43.72 23.986 43.72 31c0 .909-.101 1.829-.3 2.734-.402 1.651-1.558 2.157-2.426 2.09-.873-.071-1.894-.693-1.901-2.215V31c0-4.463-3.63-8.093-8.093-8.093s-8.093 3.63-8.093 8.093 3.63 8.093 8.093 8.093a8.03 8.03 0 0 0 5.734-2.389 5.2 5.2 0 0 0 3.997 2.389q.214.018.431.018a5.4 5.4 0 0 0 3.247-1.096c.959-.728 1.675-1.781 2.071-3.046.063-.204.179-.672.18-.675l.003-.017C46.896 33.262 47 32.25 47 31c0-8.822-7.178-16-16-16"
|
|
888
888
|
}
|
|
889
889
|
)
|
|
890
|
-
] }),
|
|
890
|
+
] }), Rg = c(Qg), fg = (e, g) => /* @__PURE__ */ A("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: g, ...e, children: /* @__PURE__ */ A("path", { fill: "currentColor", d: "M3 18v-2h18v2zm0-5v-2h18v2zm0-5V6h18v2z" }) }), U = c(fg), kg = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: g, ...e, children: [
|
|
891
891
|
/* @__PURE__ */ A(
|
|
892
892
|
"mask",
|
|
893
893
|
{
|
|
@@ -910,7 +910,7 @@ const cA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
910
910
|
d: "M12 20q-.825 0-1.412-.587A1.93 1.93 0 0 1 10 18q0-.824.588-1.413A1.93 1.93 0 0 1 12 16q.825 0 1.412.587Q14 17.176 14 18q0 .824-.588 1.413A1.93 1.93 0 0 1 12 20m0-6q-.825 0-1.412-.588A1.93 1.93 0 0 1 10 12q0-.825.588-1.412A1.93 1.93 0 0 1 12 10q.825 0 1.412.588Q14 11.175 14 12t-.588 1.412A1.93 1.93 0 0 1 12 14m0-6q-.825 0-1.412-.588A1.93 1.93 0 0 1 10 6q0-.824.588-1.412A1.93 1.93 0 0 1 12 4q.825 0 1.412.588Q14 5.175 14 6q0 .824-.588 1.412A1.93 1.93 0 0 1 12 8"
|
|
911
911
|
}
|
|
912
912
|
) })
|
|
913
|
-
] }),
|
|
913
|
+
] }), Og = c(kg), Zg = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 39 41", ref: g, ...e, children: [
|
|
914
914
|
/* @__PURE__ */ A(
|
|
915
915
|
"mask",
|
|
916
916
|
{
|
|
@@ -933,7 +933,7 @@ const cA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
933
933
|
d: "M-11.75 45.833V9.167h4.583l4.584 9.166h6.875L-.292 9.167h4.584l4.583 9.166h6.875l-4.583-9.166h4.583l4.583 9.166h6.875l-4.583-9.166h11.458v13.75h-41.25V41.25H2v4.583zm32.083 4.584-6.875-6.875H6.583v-9.167h6.875l6.875-6.875zm4.584 2.062v-4.698q2.979-.802 4.927-3.208t1.948-5.615-1.948-5.614-4.927-3.209v-4.698q4.926.802 8.192 4.584 3.266 3.78 3.266 8.937t-3.266 8.938-8.192 4.583m0-8.25V33.688a5.35 5.35 0 0 1 2.492 2.062q.945 1.432.945 3.208t-.945 3.209a5.35 5.35 0 0 1-2.492 2.062"
|
|
934
934
|
}
|
|
935
935
|
) })
|
|
936
|
-
] }),
|
|
936
|
+
] }), vg = c(Zg), Fg = (e, g) => /* @__PURE__ */ B(
|
|
937
937
|
"svg",
|
|
938
938
|
{
|
|
939
939
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -966,7 +966,7 @@ const cA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
966
966
|
) })
|
|
967
967
|
]
|
|
968
968
|
}
|
|
969
|
-
),
|
|
969
|
+
), ug = c(Fg), jg = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 44 44", ref: g, ...e, children: [
|
|
970
970
|
/* @__PURE__ */ A(
|
|
971
971
|
"mask",
|
|
972
972
|
{
|
|
@@ -989,13 +989,13 @@ const cA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
989
989
|
d: "M3.732 48.125q-1.89 0-3.237-1.346t-1.347-3.237 1.347-3.237 3.237-1.347q1.89 0 3.237 1.347 1.346 1.346 1.346 3.237 0 1.89-1.346 3.237-1.347 1.346-3.237 1.346m27.5 0q0-6.703-2.521-12.518t-6.875-10.17q-4.354-4.353-10.17-6.875-5.814-2.52-12.518-2.52V9.167q8.136 0 15.183 3.036t12.375 8.365 8.364 12.375 3.037 15.182zm-13.75 0q0-3.839-1.433-7.133a18.7 18.7 0 0 0-3.953-5.815 18.7 18.7 0 0 0-5.815-3.953q-3.294-1.432-7.133-1.432v-6.875q5.272 0 9.826 1.976 4.554 1.977 7.992 5.414 3.438 3.438 5.414 7.993 1.977 4.554 1.977 9.825z"
|
|
990
990
|
}
|
|
991
991
|
) })
|
|
992
|
-
] }),
|
|
992
|
+
] }), Dg = c(jg), dg = (e, g) => /* @__PURE__ */ A("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: g, ...e, children: /* @__PURE__ */ A(
|
|
993
993
|
"path",
|
|
994
994
|
{
|
|
995
995
|
fill: "currentColor",
|
|
996
996
|
d: "m19.6 21-6.3-6.3q-.75.6-1.725.95T9.5 16q-2.725 0-4.612-1.887T3 9.5t1.888-4.612T9.5 3t4.613 1.888T16 9.5a6.1 6.1 0 0 1-1.3 3.8l6.3 6.3zM9.5 14q1.875 0 3.188-1.312Q14 11.375 14 9.5t-1.312-3.187T9.5 5 6.313 6.313 5 9.5t1.313 3.188T9.5 14"
|
|
997
997
|
}
|
|
998
|
-
) }),
|
|
998
|
+
) }), T = c(dg), Lg = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: g, ...e, children: [
|
|
999
999
|
/* @__PURE__ */ A(
|
|
1000
1000
|
"g",
|
|
1001
1001
|
{
|
|
@@ -1008,7 +1008,7 @@ const cA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
1008
1008
|
}
|
|
1009
1009
|
),
|
|
1010
1010
|
/* @__PURE__ */ A("defs", { children: /* @__PURE__ */ A("clipPath", { id: "signout_svg__a", children: /* @__PURE__ */ A("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
1011
|
-
] }),
|
|
1011
|
+
] }), tg = c(Lg), Wg = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 44 44", ref: g, ...e, children: [
|
|
1012
1012
|
/* @__PURE__ */ A(
|
|
1013
1013
|
"mask",
|
|
1014
1014
|
{
|
|
@@ -1031,7 +1031,7 @@ const cA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
1031
1031
|
d: "M23.833 47.667V39H13l-6.5-6.5L13 26h10.833v-4.333H8.667v-13h15.166V4.333h4.334v4.334H39l6.5 6.5-6.5 6.5H28.167V26h15.166v13H28.167v8.667zM13 17.333h24.213l2.166-2.166L37.213 13H13zm1.787 17.334H39v-4.334H14.788L12.62 32.5z"
|
|
1032
1032
|
}
|
|
1033
1033
|
) })
|
|
1034
|
-
] }),
|
|
1034
|
+
] }), Hg = c(Wg), rg = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: g, ...e, children: [
|
|
1035
1035
|
/* @__PURE__ */ A(
|
|
1036
1036
|
"g",
|
|
1037
1037
|
{
|
|
@@ -1044,13 +1044,13 @@ const cA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
1044
1044
|
}
|
|
1045
1045
|
),
|
|
1046
1046
|
/* @__PURE__ */ A("defs", { children: /* @__PURE__ */ A("clipPath", { id: "sliders_svg__a", children: /* @__PURE__ */ A("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
1047
|
-
] }),
|
|
1047
|
+
] }), Sg = c(rg), Ug = (e, g) => /* @__PURE__ */ A("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: g, ...e, children: /* @__PURE__ */ A(
|
|
1048
1048
|
"path",
|
|
1049
1049
|
{
|
|
1050
1050
|
fill: "currentColor",
|
|
1051
1051
|
d: "M11.552 2.908a.5.5 0 0 1 .896 0l2.526 5.117a.5.5 0 0 0 .376.273l5.648.826a.5.5 0 0 1 .277.852l-4.087 3.98a.5.5 0 0 0-.143.443l.964 5.622a.5.5 0 0 1-.726.527l-5.05-2.656a.5.5 0 0 0-.466 0l-5.05 2.656a.5.5 0 0 1-.726-.527l.965-5.622a.5.5 0 0 0-.144-.442l-4.087-3.98a.5.5 0 0 1 .277-.853l5.648-.826a.5.5 0 0 0 .376-.273z"
|
|
1052
1052
|
}
|
|
1053
|
-
) }),
|
|
1053
|
+
) }), Tg = c(Ug), yg = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: g, ...e, children: [
|
|
1054
1054
|
/* @__PURE__ */ A("g", { clipPath: "url(#telegram_svg__a)", children: /* @__PURE__ */ A(
|
|
1055
1055
|
"path",
|
|
1056
1056
|
{
|
|
@@ -1059,7 +1059,7 @@ const cA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
1059
1059
|
}
|
|
1060
1060
|
) }),
|
|
1061
1061
|
/* @__PURE__ */ A("defs", { children: /* @__PURE__ */ A("clipPath", { id: "telegram_svg__a", children: /* @__PURE__ */ A("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
1062
|
-
] }),
|
|
1062
|
+
] }), Kg = c(yg), Xg = (e, g) => /* @__PURE__ */ B(
|
|
1063
1063
|
"svg",
|
|
1064
1064
|
{
|
|
1065
1065
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1176,7 +1176,7 @@ const cA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
1176
1176
|
] })
|
|
1177
1177
|
]
|
|
1178
1178
|
}
|
|
1179
|
-
),
|
|
1179
|
+
), pg = c(Xg), Ng = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 44 43", ref: g, ...e, children: [
|
|
1180
1180
|
/* @__PURE__ */ A(
|
|
1181
1181
|
"mask",
|
|
1182
1182
|
{
|
|
@@ -1199,7 +1199,7 @@ const cA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
1199
1199
|
d: "M27.5 41.25q1.49 0 2.464-.974t.974-2.464-.974-2.463-2.464-.974-2.464.974-.974 2.464.974 2.463 2.464.974m0-10.312q1.49 0 2.464-.974t.974-2.464-.974-2.463-2.464-.974-2.464.974q-.974.973-.974 2.463t.974 2.464q.974.974 2.464.974m0-10.313q1.49 0 2.464-.974t.974-2.463-.974-2.464-2.464-.974-2.464.974-.974 2.464.974 2.463 2.464.974m-11.458 27.5v-4.927q-2.922-.802-4.899-3.208t-1.976-5.615h6.875V31.74q-2.922-.803-4.899-3.209t-1.976-5.614h6.875V20.28q-2.922-.801-4.899-3.208t-1.976-5.615h6.875V6.875h22.916v4.583h6.875q0 3.209-1.976 5.615t-4.899 3.208v2.636h6.875q0 3.208-1.976 5.614t-4.899 3.209v2.635h6.875q0 3.208-1.976 5.615t-4.899 3.208v4.927zm4.583-4.583h13.75V11.458h-13.75z"
|
|
1200
1200
|
}
|
|
1201
1201
|
) })
|
|
1202
|
-
] }),
|
|
1202
|
+
] }), Pg = c(Ng), bg = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: g, ...e, children: [
|
|
1203
1203
|
/* @__PURE__ */ B(
|
|
1204
1204
|
"g",
|
|
1205
1205
|
{
|
|
@@ -1215,7 +1215,7 @@ const cA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
1215
1215
|
}
|
|
1216
1216
|
),
|
|
1217
1217
|
/* @__PURE__ */ A("defs", { children: /* @__PURE__ */ A("clipPath", { id: "translate_svg__a", children: /* @__PURE__ */ A("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
1218
|
-
] }),
|
|
1218
|
+
] }), qg = c(bg), Vg = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: g, ...e, children: [
|
|
1219
1219
|
/* @__PURE__ */ A(
|
|
1220
1220
|
"mask",
|
|
1221
1221
|
{
|
|
@@ -1238,7 +1238,7 @@ const cA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
1238
1238
|
d: "m9.925 21.125-2.475-4.6-4.6-2.475 1.775-1.75 3.625.625 2.55-2.55L2.875 7l2.1-2.15 9.625 1.7 3.1-3.1q.574-.575 1.425-.575.849 0 1.425.575.575.575.575 1.412a1.92 1.92 0 0 1-.575 1.413L17.425 9.4l1.7 9.6L17 21.125 13.6 13.2l-2.55 2.55.65 3.6z"
|
|
1239
1239
|
}
|
|
1240
1240
|
) })
|
|
1241
|
-
] }),
|
|
1241
|
+
] }), _g = c(Vg), $g = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: g, ...e, children: [
|
|
1242
1242
|
/* @__PURE__ */ A("g", { clipPath: "url(#vk_svg__a)", children: /* @__PURE__ */ A(
|
|
1243
1243
|
"path",
|
|
1244
1244
|
{
|
|
@@ -1247,7 +1247,7 @@ const cA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
1247
1247
|
}
|
|
1248
1248
|
) }),
|
|
1249
1249
|
/* @__PURE__ */ A("defs", { children: /* @__PURE__ */ A("clipPath", { id: "vk_svg__a", children: /* @__PURE__ */ A("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
1250
|
-
] }),
|
|
1250
|
+
] }), Ae = c($g), ge = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 62 62", ref: g, ...e, children: [
|
|
1251
1251
|
/* @__PURE__ */ A("path", { stroke: "#D9D9D9", d: "M1 1h60v60H1z" }),
|
|
1252
1252
|
/* @__PURE__ */ A(
|
|
1253
1253
|
"path",
|
|
@@ -1263,7 +1263,7 @@ const cA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
1263
1263
|
d: "M32.027 38.053c-7.294 0-11.454-5-11.627-13.32h3.653c.12 6.107 2.814 8.694 4.947 9.227v-9.227h3.44V30c2.107-.227 4.32-2.627 5.067-5.267h3.44c-.574 3.254-2.974 5.654-4.68 6.64 1.706.8 4.44 2.894 5.48 6.68H37.96c-.813-2.533-2.84-4.493-5.52-4.76v4.76z"
|
|
1264
1264
|
}
|
|
1265
1265
|
)
|
|
1266
|
-
] }),
|
|
1266
|
+
] }), ee = c(ge), Be = (e, g) => /* @__PURE__ */ A("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: g, ...e, children: /* @__PURE__ */ A(
|
|
1267
1267
|
"path",
|
|
1268
1268
|
{
|
|
1269
1269
|
fill: "currentColor",
|
|
@@ -1329,62 +1329,62 @@ const cA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
1329
1329
|
)
|
|
1330
1330
|
] }), we = c(Ie), ne = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1331
1331
|
__proto__: null,
|
|
1332
|
-
Add2:
|
|
1333
|
-
AddShoppingCart:
|
|
1334
|
-
AirportShuttle:
|
|
1335
|
-
Arrow:
|
|
1336
|
-
ArrowBackIosNew:
|
|
1337
|
-
BannerBgYak:
|
|
1338
|
-
BannerBgYakHalfNews:
|
|
1332
|
+
Add2: cA,
|
|
1333
|
+
AddShoppingCart: MA,
|
|
1334
|
+
AirportShuttle: EA,
|
|
1335
|
+
Arrow: xA,
|
|
1336
|
+
ArrowBackIosNew: wA,
|
|
1337
|
+
BannerBgYak: r,
|
|
1338
|
+
BannerBgYakHalfNews: JA,
|
|
1339
1339
|
Bed: CA,
|
|
1340
|
-
CalendarMonth:
|
|
1341
|
-
Carshering:
|
|
1342
|
-
Castle:
|
|
1343
|
-
ChartBar:
|
|
1344
|
-
Check:
|
|
1345
|
-
CheckIndeterminateSmall:
|
|
1346
|
-
CheckmarkOutline:
|
|
1347
|
-
Close:
|
|
1348
|
-
CompareArrows:
|
|
1349
|
-
Delete:
|
|
1350
|
-
Devices:
|
|
1351
|
-
Distance:
|
|
1352
|
-
Eye:
|
|
1353
|
-
EyeOff:
|
|
1354
|
-
EyeOffOutline:
|
|
1355
|
-
EyeOutline:
|
|
1356
|
-
Favorite:
|
|
1357
|
-
Filter:
|
|
1358
|
-
Flight:
|
|
1359
|
-
Gos:
|
|
1360
|
-
Graph6:
|
|
1361
|
-
GridView:
|
|
1362
|
-
GroupAdd:
|
|
1363
|
-
HealthMetrics:
|
|
1364
|
-
HomeAppLogo:
|
|
1365
|
-
Info:
|
|
1340
|
+
CalendarMonth: GA,
|
|
1341
|
+
Carshering: sA,
|
|
1342
|
+
Castle: QA,
|
|
1343
|
+
ChartBar: fA,
|
|
1344
|
+
Check: OA,
|
|
1345
|
+
CheckIndeterminateSmall: uA,
|
|
1346
|
+
CheckmarkOutline: vA,
|
|
1347
|
+
Close: DA,
|
|
1348
|
+
CompareArrows: LA,
|
|
1349
|
+
Delete: WA,
|
|
1350
|
+
Devices: rA,
|
|
1351
|
+
Distance: UA,
|
|
1352
|
+
Eye: bA,
|
|
1353
|
+
EyeOff: XA,
|
|
1354
|
+
EyeOffOutline: yA,
|
|
1355
|
+
EyeOutline: NA,
|
|
1356
|
+
Favorite: VA,
|
|
1357
|
+
Filter: $A,
|
|
1358
|
+
Flight: gg,
|
|
1359
|
+
Gos: Bg,
|
|
1360
|
+
Graph6: ig,
|
|
1361
|
+
GridView: Yg,
|
|
1362
|
+
GroupAdd: mg,
|
|
1363
|
+
HealthMetrics: Ig,
|
|
1364
|
+
HomeAppLogo: ng,
|
|
1365
|
+
Info: Jg,
|
|
1366
1366
|
Journalist: Cg,
|
|
1367
|
-
KeyboardArrowDown:
|
|
1368
|
-
LocalTaxi:
|
|
1369
|
-
LocationOn:
|
|
1370
|
-
MailAuth:
|
|
1371
|
-
Menu:
|
|
1372
|
-
MoreVert:
|
|
1373
|
-
MovieSpeaker:
|
|
1374
|
-
Restaurant:
|
|
1375
|
-
RssFeed:
|
|
1376
|
-
Search:
|
|
1377
|
-
SignOut:
|
|
1378
|
-
Signpost:
|
|
1379
|
-
Sliders:
|
|
1380
|
-
StarFilled:
|
|
1381
|
-
Telegram:
|
|
1382
|
-
Tourismhero:
|
|
1383
|
-
Traffic:
|
|
1384
|
-
Translate:
|
|
1385
|
-
Travel:
|
|
1386
|
-
Vk:
|
|
1387
|
-
VkAuth:
|
|
1367
|
+
KeyboardArrowDown: Gg,
|
|
1368
|
+
LocalTaxi: sg,
|
|
1369
|
+
LocationOn: S,
|
|
1370
|
+
MailAuth: Rg,
|
|
1371
|
+
Menu: U,
|
|
1372
|
+
MoreVert: Og,
|
|
1373
|
+
MovieSpeaker: vg,
|
|
1374
|
+
Restaurant: ug,
|
|
1375
|
+
RssFeed: Dg,
|
|
1376
|
+
Search: T,
|
|
1377
|
+
SignOut: tg,
|
|
1378
|
+
Signpost: Hg,
|
|
1379
|
+
Sliders: Sg,
|
|
1380
|
+
StarFilled: Tg,
|
|
1381
|
+
Telegram: Kg,
|
|
1382
|
+
Tourismhero: pg,
|
|
1383
|
+
Traffic: Pg,
|
|
1384
|
+
Translate: qg,
|
|
1385
|
+
Travel: _g,
|
|
1386
|
+
Vk: Ae,
|
|
1387
|
+
VkAuth: ee,
|
|
1388
1388
|
Whatsaap: ce,
|
|
1389
1389
|
Wifi: Me,
|
|
1390
1390
|
X: Ee,
|
|
@@ -1393,7 +1393,7 @@ const cA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
1393
1393
|
}, Symbol.toStringTag, { value: "Module" })), he = ({ iconId: e, ...g }, i) => {
|
|
1394
1394
|
const M = ne[e];
|
|
1395
1395
|
return M ? /* @__PURE__ */ A(M, { ...g, ref: i }) : null;
|
|
1396
|
-
}, Je = c(he),
|
|
1396
|
+
}, Je = c(he), C = _(Je), E = {
|
|
1397
1397
|
// Display 48
|
|
1398
1398
|
display_48_regular: "display_48_regular",
|
|
1399
1399
|
display_48_medium: "display_48_medium",
|
|
@@ -1452,69 +1452,69 @@ const cA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
1452
1452
|
text_30_bold: "text_30_bold"
|
|
1453
1453
|
}, ze = {
|
|
1454
1454
|
// Display 48
|
|
1455
|
-
[
|
|
1456
|
-
[
|
|
1457
|
-
[
|
|
1458
|
-
[
|
|
1455
|
+
[E.display_48_regular]: "text-48 font-normal",
|
|
1456
|
+
[E.display_48_medium]: "text-48 font-medium",
|
|
1457
|
+
[E.display_48_semibold]: "text-48 font-semibold",
|
|
1458
|
+
[E.display_48_bold]: "text-48 font-bold",
|
|
1459
1459
|
// Headings
|
|
1460
|
-
[
|
|
1461
|
-
[
|
|
1462
|
-
[
|
|
1463
|
-
[
|
|
1464
|
-
[
|
|
1465
|
-
[
|
|
1466
|
-
[
|
|
1467
|
-
[
|
|
1468
|
-
[
|
|
1469
|
-
[
|
|
1470
|
-
[
|
|
1471
|
-
[
|
|
1460
|
+
[E.heading_1_regular]: "text-24 font-normal",
|
|
1461
|
+
[E.heading_1_medium]: "text-24 font-medium",
|
|
1462
|
+
[E.heading_1_semibold]: "text-24 font-semibold",
|
|
1463
|
+
[E.heading_1_bold]: "text-24 font-bold",
|
|
1464
|
+
[E.heading_2_regular]: "text-20 font-normal",
|
|
1465
|
+
[E.heading_2_medium]: "text-20 font-medium",
|
|
1466
|
+
[E.heading_2_semibold]: "text-20 font-semibold",
|
|
1467
|
+
[E.heading_2_bold]: "text-20 font-bold",
|
|
1468
|
+
[E.heading_3_regular]: "text-16 font-normal",
|
|
1469
|
+
[E.heading_3_medium]: "text-16 font-medium",
|
|
1470
|
+
[E.heading_3_semibold]: "text-16 font-semibold",
|
|
1471
|
+
[E.heading_3_bold]: "text-16 font-bold",
|
|
1472
1472
|
// Text 13
|
|
1473
|
-
[
|
|
1474
|
-
[
|
|
1475
|
-
[
|
|
1476
|
-
[
|
|
1473
|
+
[E.text_13_regular]: "text-13 font-normal",
|
|
1474
|
+
[E.text_13_medium]: "text-13 font-medium",
|
|
1475
|
+
[E.text_13_semibold]: "text-13 font-semibold",
|
|
1476
|
+
[E.text_13_bold]: "text-13 font-bold",
|
|
1477
1477
|
// Text 14
|
|
1478
|
-
[
|
|
1479
|
-
[
|
|
1480
|
-
[
|
|
1481
|
-
[
|
|
1478
|
+
[E.text_14_regular]: "text-14 font-normal",
|
|
1479
|
+
[E.text_14_medium]: "text-14 font-medium",
|
|
1480
|
+
[E.text_14_semibold]: "text-14 font-semibold",
|
|
1481
|
+
[E.text_14_bold]: "text-14 font-bold",
|
|
1482
1482
|
// Text 15
|
|
1483
|
-
[
|
|
1484
|
-
[
|
|
1485
|
-
[
|
|
1486
|
-
[
|
|
1483
|
+
[E.text_15_regular]: "text-15 font-normal",
|
|
1484
|
+
[E.text_15_medium]: "text-15 font-medium",
|
|
1485
|
+
[E.text_15_semibold]: "text-15 font-semibold",
|
|
1486
|
+
[E.text_15_bold]: "text-15 font-bold",
|
|
1487
1487
|
// Text 16
|
|
1488
|
-
[
|
|
1489
|
-
[
|
|
1490
|
-
[
|
|
1491
|
-
[
|
|
1488
|
+
[E.text_16_regular]: "text-16 font-normal",
|
|
1489
|
+
[E.text_16_medium]: "text-16 font-medium",
|
|
1490
|
+
[E.text_16_semibold]: "text-16 font-semibold",
|
|
1491
|
+
[E.text_16_bold]: "text-16 font-bold",
|
|
1492
1492
|
// Text 20
|
|
1493
|
-
[
|
|
1494
|
-
[
|
|
1495
|
-
[
|
|
1496
|
-
[
|
|
1493
|
+
[E.text_20_regular]: "text-20 font-normal",
|
|
1494
|
+
[E.text_20_medium]: "text-20 font-medium",
|
|
1495
|
+
[E.text_20_semibold]: "text-20 font-semibold",
|
|
1496
|
+
[E.text_20_bold]: "text-20 font-bold",
|
|
1497
1497
|
// Text 24
|
|
1498
|
-
[
|
|
1499
|
-
[
|
|
1500
|
-
[
|
|
1501
|
-
[
|
|
1502
|
-
[
|
|
1503
|
-
[
|
|
1504
|
-
[
|
|
1505
|
-
[
|
|
1506
|
-
[
|
|
1507
|
-
[
|
|
1508
|
-
[
|
|
1509
|
-
[
|
|
1510
|
-
},
|
|
1511
|
-
({ asChild: e, variant: g =
|
|
1512
|
-
const x = e ?
|
|
1498
|
+
[E.text_24_regular]: "text-24 font-normal",
|
|
1499
|
+
[E.text_24_medium]: "text-24 font-medium",
|
|
1500
|
+
[E.text_24_semibold]: "text-24 font-semibold",
|
|
1501
|
+
[E.text_24_bold]: "text-24 font-bold",
|
|
1502
|
+
[E.text_26_regular]: "text-26 font-normal",
|
|
1503
|
+
[E.text_26_medium]: "text-26 font-medium",
|
|
1504
|
+
[E.text_26_semibold]: "text-26 font-semibold",
|
|
1505
|
+
[E.text_26_bold]: "text-26 font-bold",
|
|
1506
|
+
[E.text_30_regular]: "text-30 font-normal",
|
|
1507
|
+
[E.text_30_medium]: "text-30 font-medium",
|
|
1508
|
+
[E.text_30_semibold]: "text-30 font-semibold",
|
|
1509
|
+
[E.text_30_bold]: "text-30 font-bold"
|
|
1510
|
+
}, l = c(
|
|
1511
|
+
({ asChild: e, variant: g = E.text_16_regular, className: i, ...M }, Y) => {
|
|
1512
|
+
const x = e ? R : "span", m = ze[g];
|
|
1513
1513
|
return /* @__PURE__ */ A(
|
|
1514
1514
|
x,
|
|
1515
1515
|
{
|
|
1516
|
-
ref:
|
|
1517
|
-
className:
|
|
1516
|
+
ref: Y,
|
|
1517
|
+
className: I(
|
|
1518
1518
|
"font-primary",
|
|
1519
1519
|
// Базовый шрифт
|
|
1520
1520
|
m,
|
|
@@ -1525,30 +1525,30 @@ const cA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
1525
1525
|
);
|
|
1526
1526
|
}
|
|
1527
1527
|
);
|
|
1528
|
-
|
|
1529
|
-
const
|
|
1528
|
+
l.displayName = "Typography";
|
|
1529
|
+
const y = c(
|
|
1530
1530
|
({
|
|
1531
1531
|
children: e,
|
|
1532
1532
|
className: g,
|
|
1533
1533
|
defaultValue: i,
|
|
1534
1534
|
triggerIcon: M,
|
|
1535
|
-
style:
|
|
1535
|
+
style: Y,
|
|
1536
1536
|
placeholder: x,
|
|
1537
1537
|
label: m,
|
|
1538
1538
|
labelColor: n,
|
|
1539
1539
|
...h
|
|
1540
|
-
},
|
|
1540
|
+
}, w) => {
|
|
1541
1541
|
const J = h.value !== void 0 ? h : { ...h, defaultValue: i };
|
|
1542
|
-
return /* @__PURE__ */ B("div", { className:
|
|
1543
|
-
m && /* @__PURE__ */ A(
|
|
1542
|
+
return /* @__PURE__ */ B("div", { className: I("bg-light-100 flex flex-col gap-1", g), children: [
|
|
1543
|
+
m && /* @__PURE__ */ A(l, { style: { color: n }, variant: "text_16_regular", children: m[0]?.toUpperCase() + m.slice(1) }),
|
|
1544
1544
|
/* @__PURE__ */ B(a.Root, { ...J, children: [
|
|
1545
1545
|
/* @__PURE__ */ B(
|
|
1546
1546
|
a.Trigger,
|
|
1547
1547
|
{
|
|
1548
|
-
ref:
|
|
1549
|
-
style:
|
|
1548
|
+
ref: w,
|
|
1549
|
+
style: Y,
|
|
1550
1550
|
"aria-label": m,
|
|
1551
|
-
className:
|
|
1551
|
+
className: I(
|
|
1552
1552
|
"inline-flex items-center justify-between gap-2",
|
|
1553
1553
|
"text-black",
|
|
1554
1554
|
"transition-colors",
|
|
@@ -1560,7 +1560,7 @@ const P = c(
|
|
|
1560
1560
|
children: [
|
|
1561
1561
|
/* @__PURE__ */ A("div", { className: "flex items-center gap-2", children: M && /* @__PURE__ */ A(a.Icon, { className: "h-6 w-6", children: M }) }),
|
|
1562
1562
|
/* @__PURE__ */ A(a.Value, { placeholder: x }),
|
|
1563
|
-
/* @__PURE__ */ A(a.Icon, { className: "text-black transition-transform duration-300 data-[state=open]:rotate-180", children: /* @__PURE__ */ A(
|
|
1563
|
+
/* @__PURE__ */ A(a.Icon, { className: "text-black transition-transform duration-300 data-[state=open]:rotate-180", children: /* @__PURE__ */ A(C, { iconId: "KeyboardArrowDown", className: "h-6 w-6" }) })
|
|
1564
1564
|
]
|
|
1565
1565
|
}
|
|
1566
1566
|
),
|
|
@@ -1578,15 +1578,15 @@ const P = c(
|
|
|
1578
1578
|
] });
|
|
1579
1579
|
}
|
|
1580
1580
|
);
|
|
1581
|
-
|
|
1582
|
-
const
|
|
1583
|
-
({ children: e, className: g = "", value: i, disabled: M },
|
|
1581
|
+
y.displayName = "Selector";
|
|
1582
|
+
const K = c(
|
|
1583
|
+
({ children: e, className: g = "", value: i, disabled: M }, Y) => /* @__PURE__ */ A(
|
|
1584
1584
|
a.Item,
|
|
1585
1585
|
{
|
|
1586
|
-
ref:
|
|
1586
|
+
ref: Y,
|
|
1587
1587
|
value: i,
|
|
1588
1588
|
disabled: M,
|
|
1589
|
-
className:
|
|
1589
|
+
className: I(
|
|
1590
1590
|
"relative flex cursor-pointer items-center px-3 py-1.5 text-sm select-none",
|
|
1591
1591
|
"data-[highlighted]:text-success-300",
|
|
1592
1592
|
"data-[disabled]:text-primary-900 data-[disabled]:pointer-events-none",
|
|
@@ -1597,22 +1597,22 @@ const b = c(
|
|
|
1597
1597
|
}
|
|
1598
1598
|
)
|
|
1599
1599
|
);
|
|
1600
|
-
|
|
1601
|
-
const
|
|
1602
|
-
const m = g ?
|
|
1603
|
-
return i ? /* @__PURE__ */ A(m, { ref: x, className:
|
|
1604
|
-
}),
|
|
1605
|
-
const g =
|
|
1600
|
+
K.displayName = "SelectItem";
|
|
1601
|
+
const Ce = c(function({ asChild: g = !1, children: i, className: M, ...Y }, x) {
|
|
1602
|
+
const m = g ? R : "div";
|
|
1603
|
+
return i ? /* @__PURE__ */ A(m, { ref: x, className: I("w-full", M), ...Y, children: i }) : /* @__PURE__ */ A("div", { ref: x, className: I("bg-light-100 w-full", M), ...Y, children: "Пустая карточка" });
|
|
1604
|
+
}), le = (e) => {
|
|
1605
|
+
const g = H();
|
|
1606
1606
|
return e || g;
|
|
1607
1607
|
}, Ge = c(
|
|
1608
|
-
({ checked: e, className: g, disabled: i = !1, id: M, children:
|
|
1609
|
-
const h =
|
|
1608
|
+
({ checked: e, className: g, disabled: i = !1, id: M, children: Y, onValueChange: x, ...m }, n) => {
|
|
1609
|
+
const h = le(M);
|
|
1610
1610
|
return /* @__PURE__ */ B("div", { className: "flex items-start gap-2 leading-tight", children: [
|
|
1611
1611
|
/* @__PURE__ */ A(
|
|
1612
|
-
|
|
1612
|
+
W.Root,
|
|
1613
1613
|
{
|
|
1614
1614
|
checked: e,
|
|
1615
|
-
className:
|
|
1615
|
+
className: I(
|
|
1616
1616
|
"border-dark-900 relative mt-[2px] flex h-[18px] w-[18px] shrink-0 items-center justify-center rounded-sm border-2",
|
|
1617
1617
|
"data-[state=checked]:border-dark-900 data-[state=checked]:bg-white",
|
|
1618
1618
|
"data-[disabled]:cursor-default",
|
|
@@ -1630,37 +1630,37 @@ const le = c(function({ asChild: g = !1, children: i, className: M, ...E }, x) {
|
|
|
1630
1630
|
...m,
|
|
1631
1631
|
ref: n,
|
|
1632
1632
|
children: /* @__PURE__ */ A(
|
|
1633
|
-
|
|
1633
|
+
W.Indicator,
|
|
1634
1634
|
{
|
|
1635
|
-
className:
|
|
1635
|
+
className: I(
|
|
1636
1636
|
"flex items-center justify-center text-gray-900",
|
|
1637
1637
|
"data-[disabled]:text-gray-400"
|
|
1638
1638
|
),
|
|
1639
|
-
children: /* @__PURE__ */ A(
|
|
1639
|
+
children: /* @__PURE__ */ A(C, { iconId: "CheckmarkOutline", width: 18 })
|
|
1640
1640
|
}
|
|
1641
1641
|
)
|
|
1642
1642
|
}
|
|
1643
1643
|
),
|
|
1644
|
-
/* @__PURE__ */ A(
|
|
1644
|
+
/* @__PURE__ */ A(l, { asChild: !0, variant: "text_14_regular", children: /* @__PURE__ */ A(
|
|
1645
1645
|
"label",
|
|
1646
1646
|
{
|
|
1647
|
-
className:
|
|
1647
|
+
className: I(
|
|
1648
1648
|
"text-dark-900 cursor-pointer select-none",
|
|
1649
1649
|
i && "cursor-default text-gray-300"
|
|
1650
1650
|
),
|
|
1651
1651
|
htmlFor: h,
|
|
1652
|
-
children:
|
|
1652
|
+
children: Y
|
|
1653
1653
|
}
|
|
1654
1654
|
) })
|
|
1655
1655
|
] });
|
|
1656
1656
|
}
|
|
1657
1657
|
);
|
|
1658
1658
|
Ge.displayName = "Checkbox";
|
|
1659
|
-
const
|
|
1660
|
-
({ asChild: e, onClick: g, variant: i = "primary", fullWidth: M, className:
|
|
1661
|
-
const h = e ?
|
|
1662
|
-
x &&
|
|
1663
|
-
}, J =
|
|
1659
|
+
const D = c(
|
|
1660
|
+
({ asChild: e, onClick: g, variant: i = "primary", fullWidth: M, className: Y, disabled: x, ...m }, n) => {
|
|
1661
|
+
const h = e ? R : "button", w = (G) => {
|
|
1662
|
+
x && G.preventDefault();
|
|
1663
|
+
}, J = I(
|
|
1664
1664
|
"border border-success-700 font-medium hover:border-success-600 active:border-success-800 focus:ring-2 focus:ring-success-800 disabled:border-success-300 disabled:cursor-not-allowed disabled:pointer-events-none",
|
|
1665
1665
|
{
|
|
1666
1666
|
"text-success-700 hover:text-success-600 active:text-green-700 focus:text-success-800 disabled:text-success-300": i === "outline",
|
|
@@ -1671,10 +1671,10 @@ const S = c(
|
|
|
1671
1671
|
h,
|
|
1672
1672
|
{
|
|
1673
1673
|
disabled: x,
|
|
1674
|
-
onClick: e && x ?
|
|
1674
|
+
onClick: e && x ? w : g,
|
|
1675
1675
|
ref: n,
|
|
1676
1676
|
...m,
|
|
1677
|
-
className:
|
|
1677
|
+
className: I(
|
|
1678
1678
|
// Base style
|
|
1679
1679
|
"box-border inline-flex items-center justify-center gap-2.5 text-center text-xs leading-6 font-semibold whitespace-nowrap",
|
|
1680
1680
|
"cursor-pointer px-4 py-3 outline-none",
|
|
@@ -1685,31 +1685,31 @@ const S = c(
|
|
|
1685
1685
|
[J]: i === "outline" || i === "outlineBlackText"
|
|
1686
1686
|
},
|
|
1687
1687
|
M && "w-full text-center",
|
|
1688
|
-
|
|
1688
|
+
Y,
|
|
1689
1689
|
e && x && "pointer-events-none cursor-not-allowed"
|
|
1690
1690
|
)
|
|
1691
1691
|
}
|
|
1692
1692
|
);
|
|
1693
1693
|
}
|
|
1694
1694
|
);
|
|
1695
|
-
|
|
1695
|
+
D.displayName = "Button";
|
|
1696
1696
|
const ae = c(
|
|
1697
1697
|
({
|
|
1698
1698
|
asChild: e,
|
|
1699
1699
|
className: g,
|
|
1700
1700
|
children: i,
|
|
1701
1701
|
color: M = "success",
|
|
1702
|
-
typographyVariant:
|
|
1702
|
+
typographyVariant: Y = "text_14_semibold",
|
|
1703
1703
|
iconId: x,
|
|
1704
1704
|
...m
|
|
1705
|
-
}, n) => /* @__PURE__ */ A(e ?
|
|
1706
|
-
x && /* @__PURE__ */ A(
|
|
1705
|
+
}, n) => /* @__PURE__ */ A(e ? R : "span", { ref: n, className: I("flex items-center gap-2", g), ...m, children: /* @__PURE__ */ B(Z, { children: [
|
|
1706
|
+
x && /* @__PURE__ */ A(C, { iconId: x, width: 24, height: 24 }),
|
|
1707
1707
|
/* @__PURE__ */ A(
|
|
1708
|
-
|
|
1708
|
+
l,
|
|
1709
1709
|
{
|
|
1710
|
-
variant:
|
|
1710
|
+
variant: Y,
|
|
1711
1711
|
asChild: e,
|
|
1712
|
-
className:
|
|
1712
|
+
className: I({
|
|
1713
1713
|
"text-dark-900": M === "dark",
|
|
1714
1714
|
"text-success-700": M === "success",
|
|
1715
1715
|
"text-warning-300": M === "warning"
|
|
@@ -1724,9 +1724,9 @@ function se(e, g = "short") {
|
|
|
1724
1724
|
const i = typeof e == "string" ? new Date(e) : e;
|
|
1725
1725
|
if (isNaN(i.getTime()))
|
|
1726
1726
|
return "Неверная дата";
|
|
1727
|
-
const M = /* @__PURE__ */ new Date("2025-08-05T15:18:00+02:00"),
|
|
1727
|
+
const M = /* @__PURE__ */ new Date("2025-08-05T15:18:00+02:00"), Y = /* @__PURE__ */ new Date("2025-08-12T23:59:59+02:00");
|
|
1728
1728
|
if (g === "relative")
|
|
1729
|
-
return i <=
|
|
1729
|
+
return i <= Y && i >= M ? `до ${new Intl.DateTimeFormat("ru-RU", {
|
|
1730
1730
|
day: "numeric",
|
|
1731
1731
|
month: "long"
|
|
1732
1732
|
}).format(i).replace(/\./g, "")}` : "Дата вне диапазона";
|
|
@@ -1751,26 +1751,26 @@ function se(e, g = "short") {
|
|
|
1751
1751
|
}
|
|
1752
1752
|
}).formatToParts(i);
|
|
1753
1753
|
if (g === "short")
|
|
1754
|
-
return m.filter((
|
|
1755
|
-
(
|
|
1754
|
+
return m.filter((w) => ["weekday", "day", "month", "year"].includes(w.type)).map(
|
|
1755
|
+
(w) => w.type === "weekday" ? w.value.charAt(0).toUpperCase() + w.value.slice(1) : w.value
|
|
1756
1756
|
).join(" ").replace(/\./g, "");
|
|
1757
|
-
const n = m.filter((
|
|
1758
|
-
(
|
|
1759
|
-
).join(" ").replace(/\./g, ""), h = m.filter((
|
|
1757
|
+
const n = m.filter((w) => ["weekday", "day", "month", "year"].includes(w.type)).map(
|
|
1758
|
+
(w) => w.type === "weekday" ? w.value.charAt(0).toUpperCase() + w.value.slice(1) : w.value
|
|
1759
|
+
).join(" ").replace(/\./g, ""), h = m.filter((w) => ["hour", "minute"].includes(w.type)).map((w) => w.value).join(":");
|
|
1760
1760
|
return `${n} в ${h}`;
|
|
1761
1761
|
}
|
|
1762
1762
|
const oe = c(
|
|
1763
1763
|
({ className: e, date: g, variant: i = "short", ...M }) => {
|
|
1764
|
-
const
|
|
1764
|
+
const Y = se(g, i);
|
|
1765
1765
|
return /* @__PURE__ */ A(
|
|
1766
|
-
|
|
1766
|
+
l,
|
|
1767
1767
|
{
|
|
1768
1768
|
variant: "text_14_medium",
|
|
1769
|
-
className:
|
|
1770
|
-
"text-red-600":
|
|
1769
|
+
className: I("text-light-900", e, {
|
|
1770
|
+
"text-red-600": Y === "Неверная дата" || Y === "Дата вне диапазона"
|
|
1771
1771
|
}),
|
|
1772
1772
|
...M,
|
|
1773
|
-
children:
|
|
1773
|
+
children: Y
|
|
1774
1774
|
}
|
|
1775
1775
|
);
|
|
1776
1776
|
}
|
|
@@ -1782,39 +1782,39 @@ const Qe = c(
|
|
|
1782
1782
|
className: g,
|
|
1783
1783
|
iconId: i = "Arrow",
|
|
1784
1784
|
typographyVariant: M = "heading_3_bold",
|
|
1785
|
-
children:
|
|
1785
|
+
children: Y,
|
|
1786
1786
|
...x
|
|
1787
1787
|
}, m) => /* @__PURE__ */ A(
|
|
1788
|
-
e ?
|
|
1788
|
+
e ? R : "div",
|
|
1789
1789
|
{
|
|
1790
1790
|
ref: m,
|
|
1791
|
-
className:
|
|
1791
|
+
className: I(
|
|
1792
1792
|
"relative flex w-full items-center justify-between",
|
|
1793
1793
|
"before:bg-success-700 pl-6 before:absolute before:top-1/2 before:left-0 before:h-6 before:w-3 before:-translate-y-1/2 before:content-['']",
|
|
1794
1794
|
g
|
|
1795
1795
|
),
|
|
1796
1796
|
...x,
|
|
1797
1797
|
children: /* @__PURE__ */ B("div", { className: "flex w-full items-center justify-between", children: [
|
|
1798
|
-
|
|
1799
|
-
/* @__PURE__ */ A(
|
|
1798
|
+
Y && /* @__PURE__ */ A(l, { variant: M, children: Y }),
|
|
1799
|
+
/* @__PURE__ */ A(C, { iconId: i, width: 24, height: 24, className: "text-light-700" })
|
|
1800
1800
|
] })
|
|
1801
1801
|
}
|
|
1802
1802
|
)
|
|
1803
1803
|
);
|
|
1804
1804
|
Qe.displayName = "PreviewTitle";
|
|
1805
|
-
const
|
|
1805
|
+
const d = c(
|
|
1806
1806
|
({
|
|
1807
1807
|
asChild: e,
|
|
1808
1808
|
className: g,
|
|
1809
1809
|
sectionName: i = "",
|
|
1810
1810
|
iconId: M = "Yak",
|
|
1811
|
-
variant:
|
|
1811
|
+
variant: Y = "large",
|
|
1812
1812
|
withTM: x = !1,
|
|
1813
1813
|
iconColor: m = "text-success-700",
|
|
1814
1814
|
...n
|
|
1815
1815
|
}, h) => {
|
|
1816
|
-
const
|
|
1817
|
-
switch (
|
|
1816
|
+
const w = e ? R : "div", J = () => {
|
|
1817
|
+
switch (Y) {
|
|
1818
1818
|
case "large":
|
|
1819
1819
|
return { width: 61, height: 44 };
|
|
1820
1820
|
case "medium":
|
|
@@ -1823,8 +1823,8 @@ const U = c(
|
|
|
1823
1823
|
default:
|
|
1824
1824
|
return { width: 33, height: 24 };
|
|
1825
1825
|
}
|
|
1826
|
-
},
|
|
1827
|
-
switch (
|
|
1826
|
+
}, G = () => {
|
|
1827
|
+
switch (Y) {
|
|
1828
1828
|
case "large":
|
|
1829
1829
|
return "heading_1_semibold";
|
|
1830
1830
|
case "medium":
|
|
@@ -1834,49 +1834,49 @@ const U = c(
|
|
|
1834
1834
|
return "heading_2_semibold";
|
|
1835
1835
|
}
|
|
1836
1836
|
};
|
|
1837
|
-
return /* @__PURE__ */ A(
|
|
1837
|
+
return /* @__PURE__ */ A(w, { ref: h, className: I("inline-flex items-center gap-1", g), ...n, children: /* @__PURE__ */ B("div", { className: "flex items-center gap-1", children: [
|
|
1838
1838
|
/* @__PURE__ */ A(
|
|
1839
|
-
|
|
1839
|
+
C,
|
|
1840
1840
|
{
|
|
1841
1841
|
iconId: M,
|
|
1842
1842
|
width: J().width,
|
|
1843
1843
|
height: J().height,
|
|
1844
|
-
className:
|
|
1844
|
+
className: I("fill-current", m),
|
|
1845
1845
|
style: {
|
|
1846
1846
|
color: m !== "currentColor" && !m.startsWith("text-") ? m : void 0
|
|
1847
1847
|
}
|
|
1848
1848
|
}
|
|
1849
1849
|
),
|
|
1850
|
-
/* @__PURE__ */ B(
|
|
1850
|
+
/* @__PURE__ */ B(l, { variant: G(), children: [
|
|
1851
1851
|
"Якавказ",
|
|
1852
1852
|
x && /* @__PURE__ */ A("sup", { className: "align-super text-[9px] tracking-tight", children: "™" })
|
|
1853
1853
|
] }),
|
|
1854
|
-
/* @__PURE__ */ A(
|
|
1854
|
+
/* @__PURE__ */ A(l, { variant: "heading_2_regular", children: i })
|
|
1855
1855
|
] }) });
|
|
1856
1856
|
}
|
|
1857
1857
|
);
|
|
1858
|
-
|
|
1858
|
+
d.displayName = "Logo";
|
|
1859
1859
|
const Re = ({
|
|
1860
1860
|
children: e,
|
|
1861
1861
|
className: g,
|
|
1862
1862
|
label: i,
|
|
1863
1863
|
required: M,
|
|
1864
|
-
labelColor:
|
|
1864
|
+
labelColor: Y = "primary",
|
|
1865
1865
|
...x
|
|
1866
1866
|
}) => {
|
|
1867
|
-
const m =
|
|
1867
|
+
const m = $(
|
|
1868
1868
|
() => ({
|
|
1869
|
-
label:
|
|
1869
|
+
label: gA(
|
|
1870
1870
|
"inline-block mb-1 text-sm leading-6",
|
|
1871
1871
|
g,
|
|
1872
|
-
|
|
1873
|
-
|
|
1872
|
+
Y === "primary" && "text-light-900",
|
|
1873
|
+
Y === "disabled" && "text-dark-100"
|
|
1874
1874
|
),
|
|
1875
1875
|
required: "ml-0.5 text-danger-300"
|
|
1876
1876
|
}),
|
|
1877
|
-
[g,
|
|
1877
|
+
[g, Y]
|
|
1878
1878
|
);
|
|
1879
|
-
return /* @__PURE__ */ B(
|
|
1879
|
+
return /* @__PURE__ */ B(eA.Root, { ...x, children: [
|
|
1880
1880
|
i && /* @__PURE__ */ B("div", { className: m.label, children: [
|
|
1881
1881
|
i,
|
|
1882
1882
|
M && /* @__PURE__ */ A("span", { className: m.required, children: "*" })
|
|
@@ -1887,137 +1887,167 @@ const Re = ({
|
|
|
1887
1887
|
className: g,
|
|
1888
1888
|
onClearClick: i,
|
|
1889
1889
|
errorMessage: M,
|
|
1890
|
-
iconEnd:
|
|
1890
|
+
iconEnd: Y,
|
|
1891
1891
|
iconStart: x,
|
|
1892
1892
|
label: m,
|
|
1893
1893
|
onEnter: n,
|
|
1894
1894
|
onKeyDown: h,
|
|
1895
|
-
required:
|
|
1895
|
+
required: w,
|
|
1896
1896
|
search: J,
|
|
1897
|
-
type:
|
|
1898
|
-
labelColor:
|
|
1899
|
-
id:
|
|
1900
|
-
inputColor:
|
|
1901
|
-
...
|
|
1897
|
+
type: G,
|
|
1898
|
+
labelColor: v,
|
|
1899
|
+
id: z,
|
|
1900
|
+
inputColor: f,
|
|
1901
|
+
...o
|
|
1902
1902
|
}, k) {
|
|
1903
|
-
const
|
|
1904
|
-
|
|
1903
|
+
const L = !!M && M.length > 0, [F, N] = AA(!1), P = H(), t = z ?? P, O = J ? /* @__PURE__ */ A(
|
|
1904
|
+
C,
|
|
1905
1905
|
{
|
|
1906
1906
|
iconId: "Search",
|
|
1907
1907
|
width: 20,
|
|
1908
1908
|
className: "text-success-700 focus-within:text-light-100"
|
|
1909
1909
|
}
|
|
1910
|
-
) : x,
|
|
1911
|
-
|
|
1910
|
+
) : x, Q = G === "password" ? /* @__PURE__ */ A(
|
|
1911
|
+
C,
|
|
1912
1912
|
{
|
|
1913
|
-
iconId:
|
|
1914
|
-
onClick: () =>
|
|
1913
|
+
iconId: F ? "EyeOutline" : "EyeOffOutline",
|
|
1914
|
+
onClick: () => N(!F),
|
|
1915
1915
|
className: "cursor-pointer",
|
|
1916
1916
|
width: 24,
|
|
1917
1917
|
height: 24
|
|
1918
1918
|
}
|
|
1919
|
-
) :
|
|
1920
|
-
n &&
|
|
1921
|
-
},
|
|
1922
|
-
return /* @__PURE__ */ B("div", { className:
|
|
1923
|
-
m && /* @__PURE__ */ A(Re, { htmlFor:
|
|
1919
|
+
) : Y, b = G === "password" ? F ? "text" : "password" : J ? "search" : G, q = (j) => {
|
|
1920
|
+
n && j.key === "Enter" && n(j), h?.(j);
|
|
1921
|
+
}, u = !!i && !!o.value && String(o.value).length > 0, V = (O ? "start" : "") + (Q ? "end" : "");
|
|
1922
|
+
return /* @__PURE__ */ B("div", { className: I("flex w-full flex-col", g), children: [
|
|
1923
|
+
m && /* @__PURE__ */ A(Re, { htmlFor: t, label: m, required: w, labelColor: v }),
|
|
1924
1924
|
/* @__PURE__ */ B("div", { className: "relative flex items-center", children: [
|
|
1925
1925
|
!!O && /* @__PURE__ */ A("span", { className: "absolute top-1/2 left-5 grid h-6 w-6 -translate-y-1/2 place-items-center", children: O }),
|
|
1926
1926
|
/* @__PURE__ */ A(
|
|
1927
1927
|
"input",
|
|
1928
1928
|
{
|
|
1929
|
-
className:
|
|
1929
|
+
className: I(
|
|
1930
1930
|
"border-light-700 text-dark-900 box-border h-[52px] w-full border bg-transparent px-4 text-xs font-normal outline-none",
|
|
1931
|
-
|
|
1931
|
+
L && "border-danger-300",
|
|
1932
1932
|
O && "pl-12",
|
|
1933
|
-
|
|
1933
|
+
Q && u || Q || u ? "pr-12" : "",
|
|
1934
1934
|
"placeholder:text-dark-200",
|
|
1935
1935
|
"disabled:text-dark-100 disabled:cursor-not-allowed",
|
|
1936
1936
|
"focus:border-light-700 focus:text-dark-900",
|
|
1937
1937
|
"hover:not(:disabled):cursor-text hover:not(:disabled):border-light-700"
|
|
1938
1938
|
),
|
|
1939
1939
|
style: {
|
|
1940
|
-
backgroundColor:
|
|
1940
|
+
backgroundColor: f,
|
|
1941
1941
|
// keep existing transition hack
|
|
1942
1942
|
transition: "all 5000s ease-in-out 0s"
|
|
1943
1943
|
},
|
|
1944
|
-
"data-icon":
|
|
1945
|
-
id:
|
|
1944
|
+
"data-icon": V,
|
|
1945
|
+
id: t,
|
|
1946
1946
|
name: "text",
|
|
1947
|
-
onKeyDown:
|
|
1947
|
+
onKeyDown: q,
|
|
1948
1948
|
ref: k,
|
|
1949
|
-
required:
|
|
1950
|
-
type:
|
|
1951
|
-
...
|
|
1949
|
+
required: w,
|
|
1950
|
+
type: b,
|
|
1951
|
+
...o
|
|
1952
1952
|
}
|
|
1953
1953
|
),
|
|
1954
|
-
|
|
1954
|
+
u && /* @__PURE__ */ A(
|
|
1955
1955
|
"button",
|
|
1956
1956
|
{
|
|
1957
|
-
className:
|
|
1957
|
+
className: I(
|
|
1958
1958
|
"text-dark-900 absolute top-1/2 h-6 w-6 -translate-y-1/2 cursor-pointer border-none bg-transparent",
|
|
1959
|
-
|
|
1959
|
+
Q ? "right-12" : "right-5"
|
|
1960
1960
|
),
|
|
1961
1961
|
onClick: i,
|
|
1962
1962
|
type: "button",
|
|
1963
|
-
children:
|
|
1963
|
+
children: G !== "password" && /* @__PURE__ */ A(C, { iconId: "Close", width: 24, height: 24 })
|
|
1964
1964
|
}
|
|
1965
1965
|
),
|
|
1966
|
-
!!
|
|
1966
|
+
!!Q && /* @__PURE__ */ A("span", { className: "absolute top-1/2 right-5 grid h-6 w-6 -translate-y-1/2 place-items-center", children: Q })
|
|
1967
1967
|
] }),
|
|
1968
|
-
|
|
1968
|
+
L && /* @__PURE__ */ A("span", { className: "text-danger-300 text-xs font-normal", children: M })
|
|
1969
1969
|
] });
|
|
1970
1970
|
});
|
|
1971
1971
|
fe.displayName = "TextField";
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
/* @__PURE__ */ A("
|
|
1975
|
-
|
|
1976
|
-
|
|
1972
|
+
const ke = c(
|
|
1973
|
+
function({ className: g, children: i, ...M }, Y) {
|
|
1974
|
+
return /* @__PURE__ */ A("div", { ref: Y, className: I("flex items-center gap-3", g), ...M, children: i });
|
|
1975
|
+
}
|
|
1976
|
+
);
|
|
1977
|
+
function pe({ onClick: e, className: g }) {
|
|
1978
|
+
return /* @__PURE__ */ A(
|
|
1979
|
+
"button",
|
|
1980
|
+
{
|
|
1981
|
+
type: "button",
|
|
1982
|
+
onClick: e,
|
|
1983
|
+
"aria-label": "Открыть меню",
|
|
1984
|
+
"aria-haspopup": "menu",
|
|
1985
|
+
className: g,
|
|
1986
|
+
children: /* @__PURE__ */ A(U, { className: "h-6 w-6 cursor-pointer" })
|
|
1987
|
+
}
|
|
1988
|
+
);
|
|
1989
|
+
}
|
|
1990
|
+
function Ne({ onClick: e, className: g }) {
|
|
1991
|
+
return /* @__PURE__ */ A(
|
|
1992
|
+
"button",
|
|
1993
|
+
{
|
|
1994
|
+
type: "button",
|
|
1995
|
+
onClick: e,
|
|
1996
|
+
"aria-label": "Поиск",
|
|
1997
|
+
className: g,
|
|
1998
|
+
children: /* @__PURE__ */ A(T, { className: "h-6 w-6 cursor-pointer" })
|
|
1999
|
+
}
|
|
2000
|
+
);
|
|
1977
2001
|
}
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
return /* @__PURE__ */ A(M, { href: e, "aria-label": "На главную", className: "inline-flex", children: /* @__PURE__ */ A(U, { variant: "small", sectionName: g, iconColor: i }) });
|
|
2002
|
+
function Oe({
|
|
2003
|
+
href: e = "#",
|
|
2004
|
+
sectionName: g = "",
|
|
2005
|
+
iconColor: i,
|
|
2006
|
+
LinkComponent: M,
|
|
2007
|
+
className: Y
|
|
2008
|
+
}) {
|
|
2009
|
+
return /* @__PURE__ */ A(M ?? "a", { href: e, "aria-label": "На главную", className: Y ?? "inline-flex", children: /* @__PURE__ */ A(d, { variant: "small", sectionName: g, iconColor: i }) });
|
|
1987
2010
|
}
|
|
1988
|
-
function
|
|
2011
|
+
function Ze({
|
|
1989
2012
|
locations: e,
|
|
1990
2013
|
defaultLocation: g,
|
|
1991
|
-
|
|
1992
|
-
|
|
2014
|
+
value: i,
|
|
2015
|
+
onValueChange: M,
|
|
2016
|
+
className: Y
|
|
1993
2017
|
}) {
|
|
1994
2018
|
return Array.isArray(e) && e.length > 0 ? /* @__PURE__ */ A(
|
|
1995
|
-
|
|
2019
|
+
y,
|
|
1996
2020
|
{
|
|
1997
2021
|
defaultValue: i ? void 0 : g,
|
|
1998
2022
|
value: i,
|
|
1999
2023
|
onValueChange: M,
|
|
2000
|
-
className: "w-[140px] sm:w-[150px]",
|
|
2024
|
+
className: Y ?? "w-[140px] sm:w-[150px]",
|
|
2001
2025
|
labelColor: "black",
|
|
2002
|
-
triggerIcon: /* @__PURE__ */ A(
|
|
2026
|
+
triggerIcon: /* @__PURE__ */ A(S, { className: "h-6 w-6" }),
|
|
2003
2027
|
"aria-label": "Выбор региона",
|
|
2004
|
-
children: e.map((
|
|
2028
|
+
children: e.map((m) => /* @__PURE__ */ A(K, { value: m, children: m }, m))
|
|
2005
2029
|
}
|
|
2006
2030
|
) : null;
|
|
2007
2031
|
}
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2032
|
+
const ve = c(function({ className: g, children: i, ...M }, Y) {
|
|
2033
|
+
return /* @__PURE__ */ A("div", { ref: Y, className: I("flex items-center", g), ...M, children: i });
|
|
2034
|
+
});
|
|
2035
|
+
function Pe({
|
|
2036
|
+
onClick: e,
|
|
2037
|
+
label: g = "Войти",
|
|
2038
|
+
variant: i = "outlineBlackText",
|
|
2039
|
+
className: M
|
|
2040
|
+
}) {
|
|
2041
|
+
return /* @__PURE__ */ A(D, { type: "button", onClick: e, variant: i, className: M, children: g });
|
|
2042
|
+
}
|
|
2043
|
+
function be({
|
|
2044
|
+
userName: e,
|
|
2045
|
+
userAvatarUrl: g,
|
|
2046
|
+
userMenuItems: i,
|
|
2047
|
+
LinkComponent: M
|
|
2019
2048
|
}) {
|
|
2020
|
-
|
|
2049
|
+
const Y = M ?? "a";
|
|
2050
|
+
return /* @__PURE__ */ B("details", { className: "group relative", children: [
|
|
2021
2051
|
/* @__PURE__ */ B(
|
|
2022
2052
|
"summary",
|
|
2023
2053
|
{
|
|
@@ -2025,15 +2055,15 @@ function ue({
|
|
|
2025
2055
|
"aria-haspopup": "menu",
|
|
2026
2056
|
"aria-label": "Открыть профиль",
|
|
2027
2057
|
children: [
|
|
2028
|
-
|
|
2058
|
+
g ? /* @__PURE__ */ A(
|
|
2029
2059
|
"img",
|
|
2030
2060
|
{
|
|
2031
|
-
src:
|
|
2032
|
-
alt:
|
|
2061
|
+
src: g,
|
|
2062
|
+
alt: e ? `Аватар ${e}` : "Аватар",
|
|
2033
2063
|
className: "h-8 w-8 rounded-full object-cover"
|
|
2034
2064
|
}
|
|
2035
|
-
) : /* @__PURE__ */ A("div", { className: "grid h-8 w-8 place-items-center rounded-full bg-gray-200", children: /* @__PURE__ */ A(
|
|
2036
|
-
|
|
2065
|
+
) : /* @__PURE__ */ A("div", { className: "grid h-8 w-8 place-items-center rounded-full bg-gray-200", children: /* @__PURE__ */ A("span", { className: "text-sm font-medium text-gray-600", children: e ? e.charAt(0).toUpperCase() : "?" }) }),
|
|
2066
|
+
e && /* @__PURE__ */ A("span", { className: "hidden text-sm font-medium sm:inline", children: e })
|
|
2037
2067
|
]
|
|
2038
2068
|
}
|
|
2039
2069
|
),
|
|
@@ -2042,37 +2072,28 @@ function ue({
|
|
|
2042
2072
|
{
|
|
2043
2073
|
role: "menu",
|
|
2044
2074
|
className: "absolute right-0 z-20 mt-2 w-48 rounded-xl border border-gray-200 bg-white p-1 shadow-lg",
|
|
2045
|
-
children: (
|
|
2046
|
-
const
|
|
2075
|
+
children: (i ?? []).map((x, m) => {
|
|
2076
|
+
const n = /* @__PURE__ */ B(
|
|
2047
2077
|
"button",
|
|
2048
2078
|
{
|
|
2049
2079
|
type: "button",
|
|
2050
|
-
onClick:
|
|
2080
|
+
onClick: x.onSelect,
|
|
2051
2081
|
className: "flex w-full items-center gap-2 rounded-lg px-3 py-2 text-left hover:bg-gray-50",
|
|
2052
2082
|
role: "menuitem",
|
|
2053
2083
|
children: [
|
|
2054
|
-
|
|
2055
|
-
/* @__PURE__ */ A("span", { className: "text-sm", children:
|
|
2084
|
+
x.iconId && /* @__PURE__ */ A(C, { iconId: x.iconId, className: "h-4 w-4" }),
|
|
2085
|
+
/* @__PURE__ */ A("span", { className: "text-sm", children: x.label })
|
|
2056
2086
|
]
|
|
2057
2087
|
}
|
|
2058
2088
|
);
|
|
2059
|
-
return /* @__PURE__ */ A("li", { className: "m-0", children:
|
|
2089
|
+
return /* @__PURE__ */ A("li", { className: "m-0", children: x.href ? /* @__PURE__ */ A(Y, { href: x.href, className: "text-inherit no-underline", children: n }) : n }, `${x.label}-${m}`);
|
|
2060
2090
|
})
|
|
2061
2091
|
}
|
|
2062
2092
|
)
|
|
2063
|
-
] })
|
|
2064
|
-
S,
|
|
2065
|
-
{
|
|
2066
|
-
type: "button",
|
|
2067
|
-
onClick: m,
|
|
2068
|
-
variant: h,
|
|
2069
|
-
className: I,
|
|
2070
|
-
children: n
|
|
2071
|
-
}
|
|
2072
|
-
) : null;
|
|
2093
|
+
] });
|
|
2073
2094
|
}
|
|
2074
|
-
const
|
|
2075
|
-
function
|
|
2095
|
+
const Fe = "z-50 min-w-[200px] overflow-hidden rounded-lg border border-light-700/20 bg-white p-0 shadow-lg", ue = "flex select-none items-center gap-2 px-3 py-2 outline-none cursor-pointer data-[highlighted]:bg-light-100 data-[disabled]:opacity-50 data-[disabled]:pointer-events-none";
|
|
2096
|
+
function je(e) {
|
|
2076
2097
|
return e.map((g) => {
|
|
2077
2098
|
if ("type" in g || "onSelect" in g || "iconLeft" in g || "destructive" in g)
|
|
2078
2099
|
return g;
|
|
@@ -2080,46 +2101,46 @@ function de(e) {
|
|
|
2080
2101
|
return { type: "item", label: i.label, href: i.href, disabled: i.disabled };
|
|
2081
2102
|
});
|
|
2082
2103
|
}
|
|
2083
|
-
const
|
|
2104
|
+
const X = c(
|
|
2084
2105
|
({
|
|
2085
2106
|
items: e,
|
|
2086
2107
|
trigger: g = "label",
|
|
2087
2108
|
triggerLabel: i = "Ещё",
|
|
2088
2109
|
triggerIcon: M = "KeyboardArrowDown",
|
|
2089
|
-
triggerAriaLabel:
|
|
2110
|
+
triggerAriaLabel: Y = "Открыть меню",
|
|
2090
2111
|
labelTypography: x = "text_14_medium",
|
|
2091
2112
|
align: m = "end",
|
|
2092
2113
|
sideOffset: n = 6,
|
|
2093
2114
|
className: h,
|
|
2094
|
-
style:
|
|
2115
|
+
style: w,
|
|
2095
2116
|
children: J
|
|
2096
|
-
},
|
|
2097
|
-
const
|
|
2098
|
-
return /* @__PURE__ */ B("div", { ref:
|
|
2099
|
-
/* @__PURE__ */ B(
|
|
2100
|
-
/* @__PURE__ */ A(
|
|
2117
|
+
}, G) => {
|
|
2118
|
+
const v = je(e);
|
|
2119
|
+
return /* @__PURE__ */ B("div", { ref: G, className: I("inline-flex items-center", h), style: w, children: [
|
|
2120
|
+
/* @__PURE__ */ B(s.Root, { children: [
|
|
2121
|
+
/* @__PURE__ */ A(s.Trigger, { asChild: !0, children: g === "icon" ? /* @__PURE__ */ A(
|
|
2101
2122
|
"button",
|
|
2102
2123
|
{
|
|
2103
|
-
"aria-label":
|
|
2104
|
-
className:
|
|
2124
|
+
"aria-label": Y,
|
|
2125
|
+
className: I(
|
|
2105
2126
|
"inline-flex h-8 w-8 items-center justify-center rounded-md",
|
|
2106
2127
|
"hover:bg-light-100 focus-visible:ring-primary-300 focus-visible:ring-2 focus-visible:outline-none"
|
|
2107
2128
|
),
|
|
2108
|
-
children: /* @__PURE__ */ A(
|
|
2129
|
+
children: /* @__PURE__ */ A(C, { iconId: "MoreVert", className: "h-5 w-5" })
|
|
2109
2130
|
}
|
|
2110
2131
|
) : /* @__PURE__ */ B(
|
|
2111
2132
|
"button",
|
|
2112
2133
|
{
|
|
2113
|
-
className:
|
|
2134
|
+
className: I(
|
|
2114
2135
|
"flex items-center gap-2 rounded-md px-3 py-1.5 text-black",
|
|
2115
2136
|
"hover:bg-light-100 transition-colors",
|
|
2116
2137
|
"outline-none"
|
|
2117
2138
|
),
|
|
2118
|
-
"aria-label":
|
|
2139
|
+
"aria-label": Y,
|
|
2119
2140
|
children: [
|
|
2120
|
-
/* @__PURE__ */ A(
|
|
2141
|
+
/* @__PURE__ */ A(l, { variant: x, children: i }),
|
|
2121
2142
|
/* @__PURE__ */ A(
|
|
2122
|
-
|
|
2143
|
+
C,
|
|
2123
2144
|
{
|
|
2124
2145
|
iconId: M,
|
|
2125
2146
|
className: "h-5 w-5 transition-transform duration-300 data-[state=open]:rotate-180"
|
|
@@ -2128,46 +2149,46 @@ const q = c(
|
|
|
2128
2149
|
]
|
|
2129
2150
|
}
|
|
2130
2151
|
) }),
|
|
2131
|
-
/* @__PURE__ */ A(
|
|
2132
|
-
|
|
2152
|
+
/* @__PURE__ */ A(s.Portal, { children: /* @__PURE__ */ A(
|
|
2153
|
+
s.Content,
|
|
2133
2154
|
{
|
|
2134
|
-
className:
|
|
2155
|
+
className: Fe,
|
|
2135
2156
|
sideOffset: n,
|
|
2136
2157
|
align: m,
|
|
2137
|
-
children:
|
|
2138
|
-
if (
|
|
2158
|
+
children: v.map((z, f) => {
|
|
2159
|
+
if (z.type === "separator")
|
|
2139
2160
|
return /* @__PURE__ */ A(
|
|
2140
|
-
|
|
2161
|
+
s.Separator,
|
|
2141
2162
|
{
|
|
2142
2163
|
className: "bg-light-700/30 m-0 h-px"
|
|
2143
2164
|
},
|
|
2144
|
-
`sep-${
|
|
2165
|
+
`sep-${f}`
|
|
2145
2166
|
);
|
|
2146
|
-
const
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
), k = /* @__PURE__ */ B(
|
|
2150
|
-
|
|
2151
|
-
/* @__PURE__ */ A(
|
|
2167
|
+
const o = I(
|
|
2168
|
+
ue,
|
|
2169
|
+
z.destructive ? "text-danger-500" : "text-dark-400"
|
|
2170
|
+
), k = /* @__PURE__ */ B(Z, { children: [
|
|
2171
|
+
z.iconLeft && /* @__PURE__ */ A(C, { iconId: z.iconLeft, className: "h-4 w-4" }),
|
|
2172
|
+
/* @__PURE__ */ A(l, { variant: x, children: z.label })
|
|
2152
2173
|
] });
|
|
2153
|
-
return
|
|
2154
|
-
|
|
2174
|
+
return z.href ? /* @__PURE__ */ A(
|
|
2175
|
+
s.Item,
|
|
2155
2176
|
{
|
|
2156
2177
|
asChild: !0,
|
|
2157
|
-
disabled:
|
|
2158
|
-
className:
|
|
2159
|
-
children: /* @__PURE__ */ A("a", { href:
|
|
2178
|
+
disabled: z.disabled,
|
|
2179
|
+
className: o,
|
|
2180
|
+
children: /* @__PURE__ */ A("a", { href: z.href, children: k })
|
|
2160
2181
|
},
|
|
2161
|
-
|
|
2182
|
+
f
|
|
2162
2183
|
) : /* @__PURE__ */ A(
|
|
2163
|
-
|
|
2184
|
+
s.Item,
|
|
2164
2185
|
{
|
|
2165
|
-
disabled:
|
|
2166
|
-
className:
|
|
2167
|
-
onSelect:
|
|
2186
|
+
disabled: z.disabled,
|
|
2187
|
+
className: o,
|
|
2188
|
+
onSelect: z.onSelect,
|
|
2168
2189
|
children: k
|
|
2169
2190
|
},
|
|
2170
|
-
|
|
2191
|
+
f
|
|
2171
2192
|
);
|
|
2172
2193
|
})
|
|
2173
2194
|
}
|
|
@@ -2177,131 +2198,73 @@ const q = c(
|
|
|
2177
2198
|
] });
|
|
2178
2199
|
}
|
|
2179
2200
|
);
|
|
2180
|
-
|
|
2181
|
-
const
|
|
2182
|
-
({ items: e, className: g, style: i, children: M, lengthItem:
|
|
2183
|
-
const m = e.slice(0,
|
|
2201
|
+
X.displayName = "DropdownMenu";
|
|
2202
|
+
const p = c(
|
|
2203
|
+
({ items: e, className: g, style: i, children: M, lengthItem: Y = 5 }, x) => {
|
|
2204
|
+
const m = e.slice(0, Y), n = e.slice(Y);
|
|
2184
2205
|
return /* @__PURE__ */ B(
|
|
2185
2206
|
"ul",
|
|
2186
2207
|
{
|
|
2187
2208
|
ref: x,
|
|
2188
|
-
className:
|
|
2209
|
+
className: I("mx-auto flex max-w-[630px] items-center justify-center gap-6", g),
|
|
2189
2210
|
style: i,
|
|
2190
2211
|
children: [
|
|
2191
|
-
m.map((h) => /* @__PURE__ */ A("li", { children: /* @__PURE__ */ A("a", { href: h.href, children: /* @__PURE__ */ A(
|
|
2192
|
-
n.length > 0 && /* @__PURE__ */ A("li", { children: /* @__PURE__ */ A(
|
|
2212
|
+
m.map((h) => /* @__PURE__ */ A("li", { children: /* @__PURE__ */ A("a", { href: h.href, children: /* @__PURE__ */ A(l, { variant: "text_15_semibold", children: h.label }) }) }, h.label)),
|
|
2213
|
+
n.length > 0 && /* @__PURE__ */ A("li", { children: /* @__PURE__ */ A(X, { items: n }) }),
|
|
2193
2214
|
M
|
|
2194
2215
|
]
|
|
2195
2216
|
}
|
|
2196
2217
|
);
|
|
2197
2218
|
}
|
|
2198
2219
|
);
|
|
2199
|
-
|
|
2200
|
-
function
|
|
2220
|
+
p.displayName = "Navigation";
|
|
2221
|
+
function De({ items: e, lengthItem: g = 5, hiddenOnMobile: i, className: M }) {
|
|
2201
2222
|
return Array.isArray(e) && e.length > 0 ? /* @__PURE__ */ A(
|
|
2202
2223
|
"nav",
|
|
2203
2224
|
{
|
|
2204
|
-
className:
|
|
2225
|
+
className: I(
|
|
2226
|
+
"ml-4 sm:ml-6",
|
|
2227
|
+
i && "hidden md:block",
|
|
2228
|
+
M
|
|
2229
|
+
),
|
|
2205
2230
|
"aria-label": "Основная навигация",
|
|
2206
|
-
children: /* @__PURE__ */ A(
|
|
2231
|
+
children: /* @__PURE__ */ A(p, { items: e, lengthItem: g })
|
|
2207
2232
|
}
|
|
2208
2233
|
) : null;
|
|
2209
2234
|
}
|
|
2210
|
-
const
|
|
2211
|
-
|
|
2212
|
-
navItems: g = Oe,
|
|
2213
|
-
lengthItem: i = 5,
|
|
2214
|
-
/** локации */
|
|
2215
|
-
locations: M = Ze,
|
|
2216
|
-
defaultLocation: E = M[0],
|
|
2217
|
-
locationValue: x,
|
|
2218
|
-
onLocationChange: m,
|
|
2219
|
-
/** экшены */
|
|
2220
|
-
withSearchAndMenu: n = !1,
|
|
2221
|
-
onMenuClick: h,
|
|
2222
|
-
onSearchClick: I,
|
|
2223
|
-
/** логотип */
|
|
2224
|
-
logoHref: J = "#",
|
|
2225
|
-
sectionName: z = "",
|
|
2226
|
-
logoIconColor: Q,
|
|
2227
|
-
/** ссылки */
|
|
2228
|
-
LinkComponent: l,
|
|
2229
|
-
// например Next.js Link
|
|
2230
|
-
/** аутентификация */
|
|
2231
|
-
showLogin: R = !0,
|
|
2232
|
-
onLoginClick: s,
|
|
2233
|
-
loginLabel: k = "Войти",
|
|
2234
|
-
loginButtonVariant: j = "outlineBlackText",
|
|
2235
|
-
loginButtonClassName: u,
|
|
2236
|
-
profileSlot: d,
|
|
2237
|
-
userName: L,
|
|
2238
|
-
userAvatarUrl: D,
|
|
2239
|
-
userMenuItems: O,
|
|
2240
|
-
/** общие */
|
|
2241
|
-
className: o,
|
|
2242
|
-
style: t
|
|
2243
|
-
}, W) {
|
|
2244
|
-
const Z = l ?? "a";
|
|
2245
|
-
return /* @__PURE__ */ B(
|
|
2235
|
+
const de = c(function({ className: g, children: i, ...M }, Y) {
|
|
2236
|
+
return /* @__PURE__ */ A(
|
|
2246
2237
|
"header",
|
|
2247
2238
|
{
|
|
2248
|
-
ref:
|
|
2239
|
+
ref: Y,
|
|
2249
2240
|
role: "banner",
|
|
2250
|
-
className:
|
|
2251
|
-
|
|
2252
|
-
children:
|
|
2253
|
-
/* @__PURE__ */ B("div", { className: "flex min-w-0 items-center", children: [
|
|
2254
|
-
/* @__PURE__ */ B("div", { className: "flex items-center gap-3 sm:gap-4", children: [
|
|
2255
|
-
/* @__PURE__ */ A(
|
|
2256
|
-
ke,
|
|
2257
|
-
{
|
|
2258
|
-
withSearchAndMenu: n,
|
|
2259
|
-
onMenuClick: h,
|
|
2260
|
-
onSearchClick: I
|
|
2261
|
-
}
|
|
2262
|
-
),
|
|
2263
|
-
/* @__PURE__ */ A(
|
|
2264
|
-
ve,
|
|
2265
|
-
{
|
|
2266
|
-
LinkEl: Z,
|
|
2267
|
-
logoHref: J,
|
|
2268
|
-
sectionName: z,
|
|
2269
|
-
logoIconColor: Q
|
|
2270
|
-
}
|
|
2271
|
-
)
|
|
2272
|
-
] }),
|
|
2273
|
-
/* @__PURE__ */ A(Le, { items: g, lengthItem: i, hiddenOnMobile: n })
|
|
2274
|
-
] }),
|
|
2275
|
-
/* @__PURE__ */ B("div", { className: "flex items-center gap-3 sm:gap-6", children: [
|
|
2276
|
-
/* @__PURE__ */ A(
|
|
2277
|
-
Fe,
|
|
2278
|
-
{
|
|
2279
|
-
locations: M,
|
|
2280
|
-
defaultLocation: E,
|
|
2281
|
-
locationValue: x,
|
|
2282
|
-
onLocationChange: m
|
|
2283
|
-
}
|
|
2284
|
-
),
|
|
2285
|
-
/* @__PURE__ */ A(
|
|
2286
|
-
ue,
|
|
2287
|
-
{
|
|
2288
|
-
profileSlot: d,
|
|
2289
|
-
userName: L,
|
|
2290
|
-
userAvatarUrl: D,
|
|
2291
|
-
userMenuItems: O,
|
|
2292
|
-
LinkEl: Z,
|
|
2293
|
-
showLogin: R,
|
|
2294
|
-
onLoginClick: s,
|
|
2295
|
-
loginLabel: k,
|
|
2296
|
-
loginButtonVariant: j,
|
|
2297
|
-
loginButtonClassName: u
|
|
2298
|
-
}
|
|
2299
|
-
)
|
|
2300
|
-
] })
|
|
2301
|
-
]
|
|
2241
|
+
className: I("flex items-center justify-between bg-white py-3", g),
|
|
2242
|
+
...M,
|
|
2243
|
+
children: i
|
|
2302
2244
|
}
|
|
2303
2245
|
);
|
|
2304
|
-
}),
|
|
2246
|
+
}), Le = c(
|
|
2247
|
+
function({ className: g, children: i, ...M }, Y) {
|
|
2248
|
+
return /* @__PURE__ */ A("div", { ref: Y, className: I("flex min-w-0 items-center", g), ...M, children: i });
|
|
2249
|
+
}
|
|
2250
|
+
), te = c(
|
|
2251
|
+
function({ className: g, children: i, ...M }, Y) {
|
|
2252
|
+
return /* @__PURE__ */ A("div", { ref: Y, className: I("flex items-center gap-3 sm:gap-6", g), ...M, children: i });
|
|
2253
|
+
}
|
|
2254
|
+
), We = c(
|
|
2255
|
+
function({ className: g, children: i, ...M }, Y) {
|
|
2256
|
+
return /* @__PURE__ */ A("div", { ref: Y, className: I("flex items-center gap-3 sm:gap-4", g), ...M, children: i });
|
|
2257
|
+
}
|
|
2258
|
+
), qe = Object.assign(de, {
|
|
2259
|
+
Left: Le,
|
|
2260
|
+
Right: te,
|
|
2261
|
+
Group: We,
|
|
2262
|
+
Actions: ke,
|
|
2263
|
+
Logo: Oe,
|
|
2264
|
+
Nav: De,
|
|
2265
|
+
Locations: Ze,
|
|
2266
|
+
Profile: ve
|
|
2267
|
+
}), He = (e, g) => /* @__PURE__ */ B(
|
|
2305
2268
|
"svg",
|
|
2306
2269
|
{
|
|
2307
2270
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2523,12 +2486,12 @@ const Ke = c(function({
|
|
|
2523
2486
|
] })
|
|
2524
2487
|
]
|
|
2525
2488
|
}
|
|
2526
|
-
),
|
|
2489
|
+
), re = c(He), Ve = ({
|
|
2527
2490
|
children: e,
|
|
2528
2491
|
onClick: g,
|
|
2529
2492
|
variantColor: i = "success",
|
|
2530
2493
|
variantView: M = "secondary",
|
|
2531
|
-
href:
|
|
2494
|
+
href: Y = "#",
|
|
2532
2495
|
className: x
|
|
2533
2496
|
}) => {
|
|
2534
2497
|
const m = {
|
|
@@ -2542,114 +2505,123 @@ const Ke = c(function({
|
|
|
2542
2505
|
bgButton: "!bg-purple-800",
|
|
2543
2506
|
bgCard: "bg-purple-100"
|
|
2544
2507
|
}
|
|
2545
|
-
}, { text: n, bgButton: h, bgCard:
|
|
2508
|
+
}, { text: n, bgButton: h, bgCard: w } = m[i], J = M === "primary";
|
|
2546
2509
|
return /* @__PURE__ */ B(
|
|
2547
|
-
|
|
2510
|
+
Ce,
|
|
2548
2511
|
{
|
|
2549
|
-
className:
|
|
2512
|
+
className: I(
|
|
2550
2513
|
"flex w-full overflow-hidden",
|
|
2551
2514
|
J ? "max-h-[100px] items-center justify-between overflow-hidden px-7" : "relative min-h-[602px] max-w-[416px] flex-col justify-between p-7",
|
|
2552
|
-
|
|
2515
|
+
w,
|
|
2553
2516
|
x
|
|
2554
2517
|
),
|
|
2555
2518
|
children: [
|
|
2556
|
-
/* @__PURE__ */ B("div", { className:
|
|
2557
|
-
/* @__PURE__ */ A(
|
|
2558
|
-
/* @__PURE__ */ A("div", { className:
|
|
2519
|
+
/* @__PURE__ */ B("div", { className: I(J ? "flex items-center" : "flex flex-col gap-10"), children: [
|
|
2520
|
+
/* @__PURE__ */ A(d, { iconColor: n, variant: "medium", withTM: !0 }),
|
|
2521
|
+
/* @__PURE__ */ A("div", { className: I(J ? "ml-10 max-w-[340px] text-xs" : "max-w-[200px]"), children: e })
|
|
2559
2522
|
] }),
|
|
2560
|
-
J ? /* @__PURE__ */ B(
|
|
2561
|
-
/* @__PURE__ */ A(
|
|
2562
|
-
/* @__PURE__ */ A(
|
|
2563
|
-
] }) : /* @__PURE__ */ B(
|
|
2523
|
+
J ? /* @__PURE__ */ B(Z, { children: [
|
|
2524
|
+
/* @__PURE__ */ A(r, { className: I("fill-current", n), width: "380px" }),
|
|
2525
|
+
/* @__PURE__ */ A(D, { variant: "primary", className: I(h), onClick: g, children: /* @__PURE__ */ A("a", { href: Y, children: "Подробнее" }) })
|
|
2526
|
+
] }) : /* @__PURE__ */ B(Z, { children: [
|
|
2564
2527
|
/* @__PURE__ */ A(
|
|
2565
|
-
|
|
2528
|
+
re,
|
|
2566
2529
|
{
|
|
2567
2530
|
width: 380,
|
|
2568
2531
|
height: 380,
|
|
2569
2532
|
className: "absolute right-[-60px] bottom-0"
|
|
2570
2533
|
}
|
|
2571
2534
|
),
|
|
2572
|
-
/* @__PURE__ */ A(
|
|
2535
|
+
/* @__PURE__ */ A(l, { variant: "text_26_medium", className: I(n), onClick: g, children: /* @__PURE__ */ A("a", { href: Y, children: "yakavkaz.ru" }) })
|
|
2573
2536
|
] })
|
|
2574
2537
|
]
|
|
2575
2538
|
}
|
|
2576
2539
|
);
|
|
2577
2540
|
};
|
|
2578
2541
|
export {
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
|
|
2542
|
+
cA as Add2,
|
|
2543
|
+
MA as AddShoppingCart,
|
|
2544
|
+
EA as AirportShuttle,
|
|
2545
|
+
xA as Arrow,
|
|
2546
|
+
wA as ArrowBackIosNew,
|
|
2547
|
+
Ve as Banner,
|
|
2548
|
+
r as BannerBgYak,
|
|
2549
|
+
JA as BannerBgYakHalfNews,
|
|
2587
2550
|
CA as Bed,
|
|
2588
|
-
|
|
2589
|
-
|
|
2590
|
-
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
|
|
2551
|
+
D as Button,
|
|
2552
|
+
GA as CalendarMonth,
|
|
2553
|
+
Ce as Card,
|
|
2554
|
+
sA as Carshering,
|
|
2555
|
+
QA as Castle,
|
|
2556
|
+
fA as ChartBar,
|
|
2557
|
+
OA as Check,
|
|
2558
|
+
uA as CheckIndeterminateSmall,
|
|
2596
2559
|
Ge as Checkbox,
|
|
2597
|
-
|
|
2598
|
-
|
|
2599
|
-
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
|
|
2560
|
+
vA as CheckmarkOutline,
|
|
2561
|
+
DA as Close,
|
|
2562
|
+
LA as CompareArrows,
|
|
2563
|
+
WA as Delete,
|
|
2564
|
+
rA as Devices,
|
|
2565
|
+
UA as Distance,
|
|
2566
|
+
X as DropdownMenu,
|
|
2567
|
+
C as DynamicIcon,
|
|
2568
|
+
bA as Eye,
|
|
2569
|
+
XA as EyeOff,
|
|
2570
|
+
yA as EyeOffOutline,
|
|
2571
|
+
NA as EyeOutline,
|
|
2572
|
+
VA as Favorite,
|
|
2573
|
+
$A as Filter,
|
|
2574
|
+
gg as Flight,
|
|
2612
2575
|
oe as FormattedDate,
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
|
|
2576
|
+
Bg as Gos,
|
|
2577
|
+
ig as Graph6,
|
|
2578
|
+
Yg as GridView,
|
|
2579
|
+
mg as GroupAdd,
|
|
2580
|
+
qe as Header,
|
|
2581
|
+
ke as HeaderActions,
|
|
2582
|
+
Ze as HeaderLocations,
|
|
2583
|
+
Oe as HeaderLogo,
|
|
2584
|
+
De as HeaderNav,
|
|
2585
|
+
ve as HeaderProfile,
|
|
2586
|
+
Ig as HealthMetrics,
|
|
2587
|
+
ng as HomeAppLogo,
|
|
2588
|
+
Jg as Info,
|
|
2621
2589
|
Cg as Journalist,
|
|
2622
|
-
|
|
2590
|
+
Gg as KeyboardArrowDown,
|
|
2623
2591
|
Re as Label,
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
|
|
2627
|
-
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
|
|
2592
|
+
sg as LocalTaxi,
|
|
2593
|
+
S as LocationOn,
|
|
2594
|
+
Pe as LoginButton,
|
|
2595
|
+
d as Logo,
|
|
2596
|
+
Rg as MailAuth,
|
|
2597
|
+
U as Menu,
|
|
2598
|
+
pe as MenuButton,
|
|
2599
|
+
Og as MoreVert,
|
|
2600
|
+
vg as MovieSpeaker,
|
|
2601
|
+
p as Navigation,
|
|
2632
2602
|
Qe as PreviewTitle,
|
|
2633
|
-
|
|
2634
|
-
|
|
2635
|
-
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
|
|
2603
|
+
ug as Restaurant,
|
|
2604
|
+
Dg as RssFeed,
|
|
2605
|
+
T as Search,
|
|
2606
|
+
Ne as SearchButton,
|
|
2607
|
+
K as SelectItem,
|
|
2608
|
+
y as Selector,
|
|
2609
|
+
tg as SignOut,
|
|
2610
|
+
Hg as Signpost,
|
|
2611
|
+
Sg as Sliders,
|
|
2612
|
+
Tg as StarFilled,
|
|
2642
2613
|
ae as Tag,
|
|
2643
|
-
|
|
2614
|
+
Kg as Telegram,
|
|
2644
2615
|
fe as TextField,
|
|
2645
|
-
|
|
2646
|
-
|
|
2647
|
-
|
|
2648
|
-
|
|
2649
|
-
|
|
2650
|
-
|
|
2651
|
-
|
|
2652
|
-
|
|
2616
|
+
pg as Tourismhero,
|
|
2617
|
+
Pg as Traffic,
|
|
2618
|
+
qg as Translate,
|
|
2619
|
+
_g as Travel,
|
|
2620
|
+
l as Typography,
|
|
2621
|
+
E as TypographyVariant,
|
|
2622
|
+
be as UserDropdown,
|
|
2623
|
+
Ae as Vk,
|
|
2624
|
+
ee as VkAuth,
|
|
2653
2625
|
ce as Whatsaap,
|
|
2654
2626
|
Me as Wifi,
|
|
2655
2627
|
Ee as X,
|