@yakavkaz/uikit 0.0.23 → 0.0.24
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/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 +561 -684
- 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
|
|
4
|
-
import
|
|
5
|
-
import { Slot as
|
|
6
|
-
import * as
|
|
7
|
-
import * as
|
|
8
|
-
import * as
|
|
9
|
-
const
|
|
3
|
+
import { forwardRef as M, memo as q, useId as W, useMemo as V, useState as _ } from "react";
|
|
4
|
+
import x, { clsx as $ } from "clsx";
|
|
5
|
+
import { Slot as R } from "@radix-ui/react-slot";
|
|
6
|
+
import * as t from "@radix-ui/react-checkbox";
|
|
7
|
+
import * as AA from "@radix-ui/react-label";
|
|
8
|
+
import * as s from "@radix-ui/react-dropdown-menu";
|
|
9
|
+
const gA = (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
|
+
] }), eA = M(gA), BA = (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 = M(BA), cA = (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
|
+
] }), iA = M(cA), YA = (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" }) }), EA = M(YA), mA = (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
|
+
] }), xA = M(mA), IA = (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
|
+
) }), H = M(IA), wA = (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
|
+
), nA = M(wA), hA = (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
|
-
] }),
|
|
340
|
+
] }), JA = M(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: [
|
|
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
|
+
] }), CA = M(zA), lA = (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
|
+
] }), GA = M(lA), aA = (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
|
+
] }), sA = M(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: [
|
|
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
|
+
] }), QA = M(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: [
|
|
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
|
+
] }), kA = M(RA), fA = (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
|
+
] }), OA = M(fA), ZA = (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
|
+
] }), vA = M(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: [
|
|
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
|
+
] }), uA = M(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: [
|
|
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
|
+
] }), DA = M(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: [
|
|
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
|
+
] }), LA = M(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: [
|
|
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
|
+
] }), WA = M(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: [
|
|
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
|
+
] }), rA = M(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: [
|
|
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
|
+
] }), UA = M(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: [
|
|
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
|
+
] }), KA = M(TA), yA = (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
|
+
] }), XA = M(yA), 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
|
+
] }), NA = M(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: [
|
|
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
|
+
] }), bA = M(PA), qA = (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
|
+
) }), VA = M(qA), _A = (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
|
+
] }), $A = M(_A), Ag = (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
|
+
] }), gg = M(Ag), eg = (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
|
+
] }), Bg = M(eg), 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
|
+
] }), cg = M(Mg), ig = (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
|
+
] }), Yg = M(ig), Eg = (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
|
+
] }), mg = M(Eg), xg = (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
|
+
] }), Ig = M(xg), wg = (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
|
+
] }), ng = M(wg), hg = (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
|
-
) }),
|
|
842
|
+
) }), Jg = M(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("path", { fill: "currentColor", d: "m12 15.4-6-6L7.4 8l4.6 4.6L16.6 8 18 9.4z" }) }), Cg = M(zg), lg = (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
|
+
), Gg = M(lg), ag = (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
|
+
) }), r = M(ag), sg = (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
|
+
] }), og = M(sg), Qg = (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" }) }), Rg = M(Qg), 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
|
+
] }), fg = M(kg), Og = (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
|
+
] }), Zg = M(Og), vg = (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
|
+
), Fg = M(vg), ug = (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
|
+
] }), jg = M(ug), 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
|
+
) }), dg = M(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 = M(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 = M(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 = M(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 = M(Ug), Kg = (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
|
+
] }), yg = M(Kg), 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 = M(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 = M(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 = M(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 = M(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 = M($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 = M(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",
|
|
@@ -1271,7 +1271,7 @@ const cA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
1271
1271
|
d: "M19.15 3.27A11.08 11.08 0 0 0 11.264 0C5.118 0 .116 5.001.114 11.149c0 1.965.512 3.883 1.488 5.574L.021 22.5l5.91-1.55a11.14 11.14 0 0 0 5.328 1.357h.005c6.144 0 11.147-5.002 11.149-11.15A11.08 11.08 0 0 0 19.15 3.27m-7.886 17.154h-.004a9.26 9.26 0 0 1-4.717-1.292l-.338-.201-3.508.92.937-3.42-.22-.35a9.24 9.24 0 0 1-1.418-4.932c.002-5.11 4.16-9.266 9.271-9.266 2.475 0 4.802.966 6.552 2.718a9.21 9.21 0 0 1 2.711 6.556c-.002 5.11-4.159 9.267-9.266 9.267m5.083-6.94c-.279-.14-1.649-.814-1.904-.907s-.441-.14-.627.14c-.186.278-.72.906-.882 1.092s-.325.209-.603.07c-.28-.14-1.177-.434-2.24-1.383-.829-.74-1.388-1.651-1.55-1.93-.163-.28-.002-.416.122-.569.301-.374.603-.767.696-.953s.046-.348-.023-.488c-.07-.14-.627-1.51-.86-2.068-.225-.543-.455-.47-.626-.479A11 11 0 0 0 7.316 6c-.186 0-.487.07-.743.35-.255.278-.975.952-.975 2.323 0 1.372.998 2.696 1.138 2.882s1.964 3 4.759 4.207c.664.287 1.183.458 1.588.587.667.212 1.274.182 1.755.11.535-.08 1.648-.674 1.88-1.325s.232-1.208.162-1.324-.255-.186-.533-.326",
|
|
1272
1272
|
clipRule: "evenodd"
|
|
1273
1273
|
}
|
|
1274
|
-
) }),
|
|
1274
|
+
) }), Me = M(Be), ce = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 25 24", ref: g, ...e, children: [
|
|
1275
1275
|
/* @__PURE__ */ A(
|
|
1276
1276
|
"mask",
|
|
1277
1277
|
{
|
|
@@ -1294,7 +1294,7 @@ const cA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
1294
1294
|
d: "M12.17 21q-1.049 0-1.774-.725T9.67 18.5q0-1.05.725-1.775T12.17 16t1.775.725.725 1.775-.725 1.775T12.17 21m-5.65-5.65-2.1-2.15a11.1 11.1 0 0 1 3.463-2.337Q9.871 10 12.171 10t4.287.875a11.05 11.05 0 0 1 3.463 2.375l-2.1 2.1a8.1 8.1 0 0 0-2.55-1.725Q13.82 13 12.17 13t-3.1.625a8.1 8.1 0 0 0-2.55 1.725M2.27 11.1.17 9a16.7 16.7 0 0 1 5.376-3.675Q8.62 4 12.17 4t6.625 1.325A16.7 16.7 0 0 1 24.17 9l-2.1 2.1a14.1 14.1 0 0 0-4.463-3.012Q15.071 7 12.171 7T6.733 8.088A14.1 14.1 0 0 0 2.271 11.1"
|
|
1295
1295
|
}
|
|
1296
1296
|
) })
|
|
1297
|
-
] }),
|
|
1297
|
+
] }), ie = M(ce), Ye = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 20 20", ref: g, ...e, children: [
|
|
1298
1298
|
/* @__PURE__ */ A("g", { clipPath: "url(#x_svg__a)", children: /* @__PURE__ */ A(
|
|
1299
1299
|
"path",
|
|
1300
1300
|
{
|
|
@@ -1303,7 +1303,7 @@ const cA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
1303
1303
|
}
|
|
1304
1304
|
) }),
|
|
1305
1305
|
/* @__PURE__ */ A("defs", { children: /* @__PURE__ */ A("clipPath", { id: "x_svg__a", children: /* @__PURE__ */ A("path", { fill: "#fff", d: "M0 0h20v20H0z" }) }) })
|
|
1306
|
-
] }), Ee =
|
|
1306
|
+
] }), Ee = M(Ye), me = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 34 24", ref: g, ...e, children: [
|
|
1307
1307
|
/* @__PURE__ */ A(
|
|
1308
1308
|
"path",
|
|
1309
1309
|
{
|
|
@@ -1318,7 +1318,7 @@ const cA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
1318
1318
|
d: "M33.273 8.276c0 4.57-3.724 8.276-8.319 8.276v-4.138c2.297 0 4.16-1.853 4.16-4.138zM12.477 4.138c-2.297 0-4.159 1.853-4.159 4.138H4.16C4.16 3.706 7.883 0 12.477 0zM20.796 0c4.594 0 8.318 3.705 8.318 8.276h-4.16c0-2.285-1.861-4.138-4.158-4.138z"
|
|
1319
1319
|
}
|
|
1320
1320
|
)
|
|
1321
|
-
] }), xe =
|
|
1321
|
+
] }), xe = M(me), Ie = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 62 62", ref: g, ...e, children: [
|
|
1322
1322
|
/* @__PURE__ */ A("path", { stroke: "#D9D9D9", d: "M1 1h60v60H1z" }),
|
|
1323
1323
|
/* @__PURE__ */ A(
|
|
1324
1324
|
"path",
|
|
@@ -1327,73 +1327,73 @@ const cA = (e, g) => /* @__PURE__ */ B("svg", { xmlns: "http://www.w3.org/2000/s
|
|
|
1327
1327
|
d: "M36.098 19.328h-2.502c-4.589 0-6.999 2.302-6.999 5.71 0 3.867 1.668 5.663 5.098 7.965l2.827 1.888L26.365 47h-6.071l7.323-10.82c-4.218-2.993-6.582-5.894-6.582-10.82 0-6.17 4.31-10.36 12.514-10.36h8.157v32h-5.608z"
|
|
1328
1328
|
}
|
|
1329
1329
|
)
|
|
1330
|
-
] }), we =
|
|
1330
|
+
] }), we = M(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:
|
|
1339
|
-
Bed:
|
|
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:
|
|
1366
|
-
Journalist:
|
|
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:
|
|
1388
|
-
Whatsaap:
|
|
1389
|
-
Wifi:
|
|
1332
|
+
Add2: eA,
|
|
1333
|
+
AddShoppingCart: MA,
|
|
1334
|
+
AirportShuttle: iA,
|
|
1335
|
+
Arrow: EA,
|
|
1336
|
+
ArrowBackIosNew: xA,
|
|
1337
|
+
BannerBgYak: H,
|
|
1338
|
+
BannerBgYakHalfNews: nA,
|
|
1339
|
+
Bed: JA,
|
|
1340
|
+
CalendarMonth: CA,
|
|
1341
|
+
Carshering: GA,
|
|
1342
|
+
Castle: sA,
|
|
1343
|
+
ChartBar: QA,
|
|
1344
|
+
Check: kA,
|
|
1345
|
+
CheckIndeterminateSmall: vA,
|
|
1346
|
+
CheckmarkOutline: OA,
|
|
1347
|
+
Close: uA,
|
|
1348
|
+
CompareArrows: DA,
|
|
1349
|
+
Delete: LA,
|
|
1350
|
+
Devices: WA,
|
|
1351
|
+
Distance: rA,
|
|
1352
|
+
Eye: NA,
|
|
1353
|
+
EyeOff: KA,
|
|
1354
|
+
EyeOffOutline: UA,
|
|
1355
|
+
EyeOutline: XA,
|
|
1356
|
+
Favorite: bA,
|
|
1357
|
+
Filter: VA,
|
|
1358
|
+
Flight: $A,
|
|
1359
|
+
Gos: gg,
|
|
1360
|
+
Graph6: Bg,
|
|
1361
|
+
GridView: cg,
|
|
1362
|
+
GroupAdd: Yg,
|
|
1363
|
+
HealthMetrics: mg,
|
|
1364
|
+
HomeAppLogo: Ig,
|
|
1365
|
+
Info: ng,
|
|
1366
|
+
Journalist: Jg,
|
|
1367
|
+
KeyboardArrowDown: Cg,
|
|
1368
|
+
LocalTaxi: Gg,
|
|
1369
|
+
LocationOn: r,
|
|
1370
|
+
MailAuth: og,
|
|
1371
|
+
Menu: Rg,
|
|
1372
|
+
MoreVert: fg,
|
|
1373
|
+
MovieSpeaker: Zg,
|
|
1374
|
+
Restaurant: Fg,
|
|
1375
|
+
RssFeed: jg,
|
|
1376
|
+
Search: dg,
|
|
1377
|
+
SignOut: tg,
|
|
1378
|
+
Signpost: Hg,
|
|
1379
|
+
Sliders: Sg,
|
|
1380
|
+
StarFilled: Tg,
|
|
1381
|
+
Telegram: yg,
|
|
1382
|
+
Tourismhero: pg,
|
|
1383
|
+
Traffic: Pg,
|
|
1384
|
+
Translate: qg,
|
|
1385
|
+
Travel: _g,
|
|
1386
|
+
Vk: Ae,
|
|
1387
|
+
VkAuth: ee,
|
|
1388
|
+
Whatsaap: Me,
|
|
1389
|
+
Wifi: ie,
|
|
1390
1390
|
X: Ee,
|
|
1391
1391
|
Yak: xe,
|
|
1392
1392
|
Yandex: we
|
|
1393
|
-
}, Symbol.toStringTag, { value: "Module" })), he = ({ iconId: e, ...g },
|
|
1394
|
-
const
|
|
1395
|
-
return
|
|
1396
|
-
}, Je =
|
|
1393
|
+
}, Symbol.toStringTag, { value: "Module" })), he = ({ iconId: e, ...g }, c) => {
|
|
1394
|
+
const i = ne[e];
|
|
1395
|
+
return i ? /* @__PURE__ */ A(i, { ...g, ref: c }) : null;
|
|
1396
|
+
}, Je = M(he), l = q(Je), E = {
|
|
1397
1397
|
// Display 48
|
|
1398
1398
|
display_48_regular: "display_48_regular",
|
|
1399
1399
|
display_48_medium: "display_48_medium",
|
|
@@ -1452,103 +1452,103 @@ 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
|
-
}, C =
|
|
1511
|
-
({ asChild: e, variant: g =
|
|
1512
|
-
const
|
|
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
|
+
}, C = M(
|
|
1511
|
+
({ asChild: e, variant: g = E.text_16_regular, className: c, ...i }, Y) => {
|
|
1512
|
+
const I = e ? R : "span", m = ze[g];
|
|
1513
1513
|
return /* @__PURE__ */ A(
|
|
1514
|
-
|
|
1514
|
+
I,
|
|
1515
1515
|
{
|
|
1516
|
-
ref:
|
|
1517
|
-
className:
|
|
1516
|
+
ref: Y,
|
|
1517
|
+
className: x(
|
|
1518
1518
|
"font-primary",
|
|
1519
1519
|
// Базовый шрифт
|
|
1520
1520
|
m,
|
|
1521
|
-
|
|
1521
|
+
c
|
|
1522
1522
|
),
|
|
1523
|
-
...
|
|
1523
|
+
...i
|
|
1524
1524
|
}
|
|
1525
1525
|
);
|
|
1526
1526
|
}
|
|
1527
1527
|
);
|
|
1528
1528
|
C.displayName = "Typography";
|
|
1529
|
-
const
|
|
1529
|
+
const S = M(
|
|
1530
1530
|
({
|
|
1531
1531
|
children: e,
|
|
1532
1532
|
className: g,
|
|
1533
|
-
defaultValue:
|
|
1534
|
-
triggerIcon:
|
|
1535
|
-
style:
|
|
1536
|
-
placeholder:
|
|
1533
|
+
defaultValue: c,
|
|
1534
|
+
triggerIcon: i,
|
|
1535
|
+
style: Y,
|
|
1536
|
+
placeholder: I,
|
|
1537
1537
|
label: m,
|
|
1538
1538
|
labelColor: n,
|
|
1539
1539
|
...h
|
|
1540
|
-
},
|
|
1541
|
-
const J = h.value !== void 0 ? h : { ...h, defaultValue:
|
|
1542
|
-
return /* @__PURE__ */ B("div", { className:
|
|
1540
|
+
}, w) => {
|
|
1541
|
+
const J = h.value !== void 0 ? h : { ...h, defaultValue: c };
|
|
1542
|
+
return /* @__PURE__ */ B("div", { className: x("bg-light-100 flex flex-col gap-1", g), children: [
|
|
1543
1543
|
m && /* @__PURE__ */ A(C, { 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: x(
|
|
1552
1552
|
"inline-flex items-center justify-between gap-2",
|
|
1553
1553
|
"text-black",
|
|
1554
1554
|
"transition-colors",
|
|
@@ -1558,9 +1558,9 @@ const P = c(
|
|
|
1558
1558
|
"data-[state=open]:text-light-900 outline-none"
|
|
1559
1559
|
),
|
|
1560
1560
|
children: [
|
|
1561
|
-
/* @__PURE__ */ A("div", { className: "flex items-center gap-2", children:
|
|
1562
|
-
/* @__PURE__ */ A(a.Value, { placeholder:
|
|
1563
|
-
/* @__PURE__ */ A(a.Icon, { className: "text-black transition-transform duration-300 data-[state=open]:rotate-180", children: /* @__PURE__ */ A(
|
|
1561
|
+
/* @__PURE__ */ A("div", { className: "flex items-center gap-2", children: i && /* @__PURE__ */ A(a.Icon, { className: "h-6 w-6", children: i }) }),
|
|
1562
|
+
/* @__PURE__ */ A(a.Value, { placeholder: I }),
|
|
1563
|
+
/* @__PURE__ */ A(a.Icon, { className: "text-black transition-transform duration-300 data-[state=open]:rotate-180", children: /* @__PURE__ */ A(l, { 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:
|
|
1581
|
+
S.displayName = "Selector";
|
|
1582
|
+
const U = M(
|
|
1583
|
+
({ children: e, className: g = "", value: c, disabled: i }, Y) => /* @__PURE__ */ A(
|
|
1584
1584
|
a.Item,
|
|
1585
1585
|
{
|
|
1586
|
-
ref:
|
|
1587
|
-
value:
|
|
1588
|
-
disabled:
|
|
1589
|
-
className:
|
|
1586
|
+
ref: Y,
|
|
1587
|
+
value: c,
|
|
1588
|
+
disabled: i,
|
|
1589
|
+
className: x(
|
|
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
|
|
1604
|
-
}),
|
|
1605
|
-
const g =
|
|
1600
|
+
U.displayName = "SelectItem";
|
|
1601
|
+
const Ce = M(function({ asChild: g = !1, children: c, className: i, ...Y }, I) {
|
|
1602
|
+
const m = g ? R : "div";
|
|
1603
|
+
return c ? /* @__PURE__ */ A(m, { ref: I, className: x("w-full", i), ...Y, children: c }) : /* @__PURE__ */ A("div", { ref: I, className: x("bg-light-100 w-full", i), ...Y, children: "Пустая карточка" });
|
|
1604
|
+
}), le = (e) => {
|
|
1605
|
+
const g = W();
|
|
1606
1606
|
return e || g;
|
|
1607
|
-
}, Ge =
|
|
1608
|
-
({ checked: e, className: g, disabled:
|
|
1609
|
-
const h =
|
|
1607
|
+
}, Ge = M(
|
|
1608
|
+
({ checked: e, className: g, disabled: c = !1, id: i, children: Y, onValueChange: I, ...m }, n) => {
|
|
1609
|
+
const h = le(i);
|
|
1610
1610
|
return /* @__PURE__ */ B("div", { className: "flex items-start gap-2 leading-tight", children: [
|
|
1611
1611
|
/* @__PURE__ */ A(
|
|
1612
|
-
|
|
1612
|
+
t.Root,
|
|
1613
1613
|
{
|
|
1614
1614
|
checked: e,
|
|
1615
|
-
className:
|
|
1615
|
+
className: x(
|
|
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",
|
|
@@ -1625,18 +1625,18 @@ const le = c(function({ asChild: g = !1, children: i, className: M, ...E }, x) {
|
|
|
1625
1625
|
g
|
|
1626
1626
|
),
|
|
1627
1627
|
id: h,
|
|
1628
|
-
disabled:
|
|
1629
|
-
onCheckedChange:
|
|
1628
|
+
disabled: c,
|
|
1629
|
+
onCheckedChange: I,
|
|
1630
1630
|
...m,
|
|
1631
1631
|
ref: n,
|
|
1632
1632
|
children: /* @__PURE__ */ A(
|
|
1633
|
-
|
|
1633
|
+
t.Indicator,
|
|
1634
1634
|
{
|
|
1635
|
-
className:
|
|
1635
|
+
className: x(
|
|
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(l, { iconId: "CheckmarkOutline", width: 18 })
|
|
1640
1640
|
}
|
|
1641
1641
|
)
|
|
1642
1642
|
}
|
|
@@ -1644,92 +1644,92 @@ const le = c(function({ asChild: g = !1, children: i, className: M, ...E }, x) {
|
|
|
1644
1644
|
/* @__PURE__ */ A(C, { asChild: !0, variant: "text_14_regular", children: /* @__PURE__ */ A(
|
|
1645
1645
|
"label",
|
|
1646
1646
|
{
|
|
1647
|
-
className:
|
|
1647
|
+
className: x(
|
|
1648
1648
|
"text-dark-900 cursor-pointer select-none",
|
|
1649
|
-
|
|
1649
|
+
c && "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:
|
|
1661
|
-
const h = e ?
|
|
1662
|
-
|
|
1663
|
-
}, J =
|
|
1659
|
+
const T = M(
|
|
1660
|
+
({ asChild: e, onClick: g, variant: c = "primary", fullWidth: i, className: Y, disabled: I, ...m }, n) => {
|
|
1661
|
+
const h = e ? R : "button", w = (G) => {
|
|
1662
|
+
I && G.preventDefault();
|
|
1663
|
+
}, J = x(
|
|
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
|
-
"text-success-700 hover:text-success-600 active:text-green-700 focus:text-success-800 disabled:text-success-300":
|
|
1667
|
-
"text-dark-900 hover:text-dark-800 active:text-dark-900 focus:text-dark-900 disabled:text-gray-400":
|
|
1666
|
+
"text-success-700 hover:text-success-600 active:text-green-700 focus:text-success-800 disabled:text-success-300": c === "outline",
|
|
1667
|
+
"text-dark-900 hover:text-dark-800 active:text-dark-900 focus:text-dark-900 disabled:text-gray-400": c === "outlineBlackText"
|
|
1668
1668
|
}
|
|
1669
1669
|
);
|
|
1670
1670
|
return /* @__PURE__ */ A(
|
|
1671
1671
|
h,
|
|
1672
1672
|
{
|
|
1673
|
-
disabled:
|
|
1674
|
-
onClick: e &&
|
|
1673
|
+
disabled: I,
|
|
1674
|
+
onClick: e && I ? w : g,
|
|
1675
1675
|
ref: n,
|
|
1676
1676
|
...m,
|
|
1677
|
-
className:
|
|
1677
|
+
className: x(
|
|
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",
|
|
1681
1681
|
{
|
|
1682
1682
|
// Primary
|
|
1683
|
-
"hover:bg-success-600 active:bg-success-800 focus:ring-success-800 bg-success-700 text-light-100 focus:bg-success-700 disabled:bg-success-300 font-semibold focus:ring-2 disabled:text-gray-300":
|
|
1683
|
+
"hover:bg-success-600 active:bg-success-800 focus:ring-success-800 bg-success-700 text-light-100 focus:bg-success-700 disabled:bg-success-300 font-semibold focus:ring-2 disabled:text-gray-300": c === "primary",
|
|
1684
1684
|
//Outline or outlineBlackText
|
|
1685
|
-
[J]:
|
|
1685
|
+
[J]: c === "outline" || c === "outlineBlackText"
|
|
1686
1686
|
},
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
e &&
|
|
1687
|
+
i && "w-full text-center",
|
|
1688
|
+
Y,
|
|
1689
|
+
e && I && "pointer-events-none cursor-not-allowed"
|
|
1690
1690
|
)
|
|
1691
1691
|
}
|
|
1692
1692
|
);
|
|
1693
1693
|
}
|
|
1694
1694
|
);
|
|
1695
|
-
|
|
1696
|
-
const ae =
|
|
1695
|
+
T.displayName = "Button";
|
|
1696
|
+
const ae = M(
|
|
1697
1697
|
({
|
|
1698
1698
|
asChild: e,
|
|
1699
1699
|
className: g,
|
|
1700
|
-
children:
|
|
1701
|
-
color:
|
|
1702
|
-
typographyVariant:
|
|
1703
|
-
iconId:
|
|
1700
|
+
children: c,
|
|
1701
|
+
color: i = "success",
|
|
1702
|
+
typographyVariant: Y = "text_14_semibold",
|
|
1703
|
+
iconId: I,
|
|
1704
1704
|
...m
|
|
1705
|
-
}, n) => /* @__PURE__ */ A(e ?
|
|
1706
|
-
|
|
1705
|
+
}, n) => /* @__PURE__ */ A(e ? R : "span", { ref: n, className: x("flex items-center gap-2", g), ...m, children: /* @__PURE__ */ B(Z, { children: [
|
|
1706
|
+
I && /* @__PURE__ */ A(l, { iconId: I, width: 24, height: 24 }),
|
|
1707
1707
|
/* @__PURE__ */ A(
|
|
1708
1708
|
C,
|
|
1709
1709
|
{
|
|
1710
|
-
variant:
|
|
1710
|
+
variant: Y,
|
|
1711
1711
|
asChild: e,
|
|
1712
|
-
className:
|
|
1713
|
-
"text-dark-900":
|
|
1714
|
-
"text-success-700":
|
|
1715
|
-
"text-warning-300":
|
|
1712
|
+
className: x({
|
|
1713
|
+
"text-dark-900": i === "dark",
|
|
1714
|
+
"text-success-700": i === "success",
|
|
1715
|
+
"text-warning-300": i === "warning"
|
|
1716
1716
|
}),
|
|
1717
|
-
children:
|
|
1717
|
+
children: c
|
|
1718
1718
|
}
|
|
1719
1719
|
)
|
|
1720
1720
|
] }) })
|
|
1721
1721
|
);
|
|
1722
1722
|
ae.displayName = "Tag";
|
|
1723
1723
|
function se(e, g = "short") {
|
|
1724
|
-
const
|
|
1725
|
-
if (isNaN(
|
|
1724
|
+
const c = typeof e == "string" ? new Date(e) : e;
|
|
1725
|
+
if (isNaN(c.getTime()))
|
|
1726
1726
|
return "Неверная дата";
|
|
1727
|
-
const
|
|
1727
|
+
const i = /* @__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
|
|
1729
|
+
return c <= Y && c >= i ? `до ${new Intl.DateTimeFormat("ru-RU", {
|
|
1730
1730
|
day: "numeric",
|
|
1731
1731
|
month: "long"
|
|
1732
|
-
}).format(
|
|
1732
|
+
}).format(c).replace(/\./g, "")}` : "Дата вне диапазона";
|
|
1733
1733
|
const m = new Intl.DateTimeFormat("ru-RU", {
|
|
1734
1734
|
timeZone: "Europe/Paris",
|
|
1735
1735
|
// CEST
|
|
@@ -1749,72 +1749,72 @@ function se(e, g = "short") {
|
|
|
1749
1749
|
hour12: !1
|
|
1750
1750
|
// 24-часовой формат
|
|
1751
1751
|
}
|
|
1752
|
-
}).formatToParts(
|
|
1752
|
+
}).formatToParts(c);
|
|
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
|
-
const oe =
|
|
1763
|
-
({ className: e, date: g, variant:
|
|
1764
|
-
const
|
|
1762
|
+
const oe = M(
|
|
1763
|
+
({ className: e, date: g, variant: c = "short", ...i }) => {
|
|
1764
|
+
const Y = se(g, c);
|
|
1765
1765
|
return /* @__PURE__ */ A(
|
|
1766
1766
|
C,
|
|
1767
1767
|
{
|
|
1768
1768
|
variant: "text_14_medium",
|
|
1769
|
-
className:
|
|
1770
|
-
"text-red-600":
|
|
1769
|
+
className: x("text-light-900", e, {
|
|
1770
|
+
"text-red-600": Y === "Неверная дата" || Y === "Дата вне диапазона"
|
|
1771
1771
|
}),
|
|
1772
|
-
...
|
|
1773
|
-
children:
|
|
1772
|
+
...i,
|
|
1773
|
+
children: Y
|
|
1774
1774
|
}
|
|
1775
1775
|
);
|
|
1776
1776
|
}
|
|
1777
1777
|
);
|
|
1778
1778
|
oe.displayName = "FormattedDate";
|
|
1779
|
-
const Qe =
|
|
1779
|
+
const Qe = M(
|
|
1780
1780
|
({
|
|
1781
1781
|
asChild: e,
|
|
1782
1782
|
className: g,
|
|
1783
|
-
iconId:
|
|
1784
|
-
typographyVariant:
|
|
1785
|
-
children:
|
|
1786
|
-
...
|
|
1783
|
+
iconId: c = "Arrow",
|
|
1784
|
+
typographyVariant: i = "heading_3_bold",
|
|
1785
|
+
children: Y,
|
|
1786
|
+
...I
|
|
1787
1787
|
}, m) => /* @__PURE__ */ A(
|
|
1788
|
-
e ?
|
|
1788
|
+
e ? R : "div",
|
|
1789
1789
|
{
|
|
1790
1790
|
ref: m,
|
|
1791
|
-
className:
|
|
1791
|
+
className: x(
|
|
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
|
+
...I,
|
|
1797
1797
|
children: /* @__PURE__ */ B("div", { className: "flex w-full items-center justify-between", children: [
|
|
1798
|
-
|
|
1799
|
-
/* @__PURE__ */ A(
|
|
1798
|
+
Y && /* @__PURE__ */ A(C, { variant: i, children: Y }),
|
|
1799
|
+
/* @__PURE__ */ A(l, { iconId: c, 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 = M(
|
|
1806
1806
|
({
|
|
1807
1807
|
asChild: e,
|
|
1808
1808
|
className: g,
|
|
1809
|
-
sectionName:
|
|
1810
|
-
iconId:
|
|
1811
|
-
variant:
|
|
1812
|
-
withTM:
|
|
1809
|
+
sectionName: c = "",
|
|
1810
|
+
iconId: i = "Yak",
|
|
1811
|
+
variant: Y = "large",
|
|
1812
|
+
withTM: I = !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,340 +1834,275 @@ 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: x("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
|
+
l,
|
|
1840
1840
|
{
|
|
1841
|
-
iconId:
|
|
1841
|
+
iconId: i,
|
|
1842
1842
|
width: J().width,
|
|
1843
1843
|
height: J().height,
|
|
1844
|
-
className:
|
|
1844
|
+
className: x("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(C, { variant:
|
|
1850
|
+
/* @__PURE__ */ B(C, { variant: G(), children: [
|
|
1851
1851
|
"Якавказ",
|
|
1852
|
-
|
|
1852
|
+
I && /* @__PURE__ */ A("sup", { className: "align-super text-[9px] tracking-tight", children: "™" })
|
|
1853
1853
|
] }),
|
|
1854
|
-
/* @__PURE__ */ A(C, { variant: "heading_2_regular", children:
|
|
1854
|
+
/* @__PURE__ */ A(C, { variant: "heading_2_regular", children: c })
|
|
1855
1855
|
] }) });
|
|
1856
1856
|
}
|
|
1857
1857
|
);
|
|
1858
|
-
|
|
1858
|
+
D.displayName = "Logo";
|
|
1859
1859
|
const Re = ({
|
|
1860
1860
|
children: e,
|
|
1861
1861
|
className: g,
|
|
1862
|
-
label:
|
|
1863
|
-
required:
|
|
1864
|
-
labelColor:
|
|
1865
|
-
...
|
|
1862
|
+
label: c,
|
|
1863
|
+
required: i,
|
|
1864
|
+
labelColor: Y = "primary",
|
|
1865
|
+
...I
|
|
1866
1866
|
}) => {
|
|
1867
|
-
const m =
|
|
1867
|
+
const m = V(
|
|
1868
1868
|
() => ({
|
|
1869
|
-
label:
|
|
1869
|
+
label: $(
|
|
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(
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1879
|
+
return /* @__PURE__ */ B(AA.Root, { ...I, children: [
|
|
1880
|
+
c && /* @__PURE__ */ B("div", { className: m.label, children: [
|
|
1881
|
+
c,
|
|
1882
|
+
i && /* @__PURE__ */ A("span", { className: m.required, children: "*" })
|
|
1883
1883
|
] }),
|
|
1884
1884
|
e
|
|
1885
1885
|
] });
|
|
1886
|
-
},
|
|
1886
|
+
}, ke = M(function({
|
|
1887
1887
|
className: g,
|
|
1888
|
-
onClearClick:
|
|
1889
|
-
errorMessage:
|
|
1890
|
-
iconEnd:
|
|
1891
|
-
iconStart:
|
|
1888
|
+
onClearClick: c,
|
|
1889
|
+
errorMessage: i,
|
|
1890
|
+
iconEnd: Y,
|
|
1891
|
+
iconStart: I,
|
|
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
|
-
...
|
|
1902
|
-
},
|
|
1903
|
-
const
|
|
1904
|
-
|
|
1897
|
+
type: G,
|
|
1898
|
+
labelColor: v,
|
|
1899
|
+
id: z,
|
|
1900
|
+
inputColor: k,
|
|
1901
|
+
...o
|
|
1902
|
+
}, f) {
|
|
1903
|
+
const d = !!i && i.length > 0, [F, X] = _(!1), p = W(), L = z ?? p, O = J ? /* @__PURE__ */ A(
|
|
1904
|
+
l,
|
|
1905
1905
|
{
|
|
1906
1906
|
iconId: "Search",
|
|
1907
1907
|
width: 20,
|
|
1908
1908
|
className: "text-success-700 focus-within:text-light-100"
|
|
1909
1909
|
}
|
|
1910
|
-
) :
|
|
1911
|
-
|
|
1910
|
+
) : I, Q = G === "password" ? /* @__PURE__ */ A(
|
|
1911
|
+
l,
|
|
1912
1912
|
{
|
|
1913
|
-
iconId:
|
|
1914
|
-
onClick: () =>
|
|
1913
|
+
iconId: F ? "EyeOutline" : "EyeOffOutline",
|
|
1914
|
+
onClick: () => X(!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, N = G === "password" ? F ? "text" : "password" : J ? "search" : G, P = (j) => {
|
|
1920
|
+
n && j.key === "Enter" && n(j), h?.(j);
|
|
1921
|
+
}, u = !!c && !!o.value && String(o.value).length > 0, b = (O ? "start" : "") + (Q ? "end" : "");
|
|
1922
|
+
return /* @__PURE__ */ B("div", { className: x("flex w-full flex-col", g), children: [
|
|
1923
|
+
m && /* @__PURE__ */ A(Re, { htmlFor: L, 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: x(
|
|
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
|
+
d && "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: k,
|
|
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": b,
|
|
1945
|
+
id: L,
|
|
1946
1946
|
name: "text",
|
|
1947
|
-
onKeyDown:
|
|
1948
|
-
ref:
|
|
1949
|
-
required:
|
|
1950
|
-
type:
|
|
1951
|
-
...
|
|
1947
|
+
onKeyDown: P,
|
|
1948
|
+
ref: f,
|
|
1949
|
+
required: w,
|
|
1950
|
+
type: N,
|
|
1951
|
+
...o
|
|
1952
1952
|
}
|
|
1953
1953
|
),
|
|
1954
|
-
|
|
1954
|
+
u && /* @__PURE__ */ A(
|
|
1955
1955
|
"button",
|
|
1956
1956
|
{
|
|
1957
|
-
className:
|
|
1957
|
+
className: x(
|
|
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
|
-
onClick:
|
|
1961
|
+
onClick: c,
|
|
1962
1962
|
type: "button",
|
|
1963
|
-
children:
|
|
1963
|
+
children: G !== "password" && /* @__PURE__ */ A(l, { 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
|
+
d && /* @__PURE__ */ A("span", { className: "text-danger-300 text-xs font-normal", children: i })
|
|
1969
1969
|
] });
|
|
1970
1970
|
});
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
/* @__PURE__ */ A("
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
function ve({ logoHref: e, sectionName: g, logoIconColor: i, LinkEl: M }) {
|
|
1986
|
-
return /* @__PURE__ */ A(M, { href: e, "aria-label": "На главную", className: "inline-flex", children: /* @__PURE__ */ A(U, { variant: "small", sectionName: g, iconColor: i }) });
|
|
1971
|
+
ke.displayName = "TextField";
|
|
1972
|
+
const fe = M(
|
|
1973
|
+
function({ className: g, children: c, ...i }, Y) {
|
|
1974
|
+
return /* @__PURE__ */ A("div", { ref: Y, className: x("flex items-center gap-3", g), ...i, children: c });
|
|
1975
|
+
}
|
|
1976
|
+
);
|
|
1977
|
+
function Oe({
|
|
1978
|
+
href: e = "#",
|
|
1979
|
+
sectionName: g = "",
|
|
1980
|
+
iconColor: c,
|
|
1981
|
+
LinkComponent: i,
|
|
1982
|
+
className: Y
|
|
1983
|
+
}) {
|
|
1984
|
+
return /* @__PURE__ */ A(i ?? "a", { href: e, "aria-label": "На главную", className: Y ?? "inline-flex", children: /* @__PURE__ */ A(D, { variant: "small", sectionName: g, iconColor: c }) });
|
|
1987
1985
|
}
|
|
1988
|
-
function
|
|
1986
|
+
function Ze({
|
|
1989
1987
|
locations: e,
|
|
1990
1988
|
defaultLocation: g,
|
|
1991
|
-
|
|
1992
|
-
|
|
1989
|
+
value: c,
|
|
1990
|
+
onValueChange: i,
|
|
1991
|
+
className: Y
|
|
1993
1992
|
}) {
|
|
1994
1993
|
return Array.isArray(e) && e.length > 0 ? /* @__PURE__ */ A(
|
|
1995
|
-
|
|
1994
|
+
S,
|
|
1996
1995
|
{
|
|
1997
|
-
defaultValue:
|
|
1998
|
-
value:
|
|
1999
|
-
onValueChange:
|
|
2000
|
-
className: "w-[140px] sm:w-[150px]",
|
|
1996
|
+
defaultValue: c ? void 0 : g,
|
|
1997
|
+
value: c,
|
|
1998
|
+
onValueChange: i,
|
|
1999
|
+
className: Y ?? "w-[140px] sm:w-[150px]",
|
|
2001
2000
|
labelColor: "black",
|
|
2002
|
-
triggerIcon: /* @__PURE__ */ A(
|
|
2001
|
+
triggerIcon: /* @__PURE__ */ A(r, { className: "h-6 w-6" }),
|
|
2003
2002
|
"aria-label": "Выбор региона",
|
|
2004
|
-
children: e.map((
|
|
2005
|
-
}
|
|
2006
|
-
) : null;
|
|
2007
|
-
}
|
|
2008
|
-
function ue({
|
|
2009
|
-
profileSlot: e,
|
|
2010
|
-
userName: g,
|
|
2011
|
-
userAvatarUrl: i,
|
|
2012
|
-
userMenuItems: M,
|
|
2013
|
-
LinkEl: E,
|
|
2014
|
-
showLogin: x = !0,
|
|
2015
|
-
onLoginClick: m,
|
|
2016
|
-
loginLabel: n = "Войти",
|
|
2017
|
-
loginButtonVariant: h = "outlineBlackText",
|
|
2018
|
-
loginButtonClassName: I
|
|
2019
|
-
}) {
|
|
2020
|
-
return e ? /* @__PURE__ */ A(v, { children: e }) : !!g || !!i || Array.isArray(M) && M.length > 0 ? /* @__PURE__ */ B("details", { className: "group relative", children: [
|
|
2021
|
-
/* @__PURE__ */ B(
|
|
2022
|
-
"summary",
|
|
2023
|
-
{
|
|
2024
|
-
className: "inline-flex cursor-pointer list-none items-center gap-2 select-none",
|
|
2025
|
-
"aria-haspopup": "menu",
|
|
2026
|
-
"aria-label": "Открыть профиль",
|
|
2027
|
-
children: [
|
|
2028
|
-
i ? /* @__PURE__ */ A(
|
|
2029
|
-
"img",
|
|
2030
|
-
{
|
|
2031
|
-
src: i,
|
|
2032
|
-
alt: g ? `Аватар ${g}` : "Аватар",
|
|
2033
|
-
className: "h-8 w-8 rounded-full object-cover"
|
|
2034
|
-
}
|
|
2035
|
-
) : /* @__PURE__ */ A("div", { className: "grid h-8 w-8 place-items-center rounded-full bg-gray-200", children: /* @__PURE__ */ A(N, { className: "h-5 w-5" }) }),
|
|
2036
|
-
g && /* @__PURE__ */ A("span", { className: "hidden text-sm font-medium sm:inline", children: g })
|
|
2037
|
-
]
|
|
2038
|
-
}
|
|
2039
|
-
),
|
|
2040
|
-
/* @__PURE__ */ A(
|
|
2041
|
-
"ul",
|
|
2042
|
-
{
|
|
2043
|
-
role: "menu",
|
|
2044
|
-
className: "absolute right-0 z-20 mt-2 w-48 rounded-xl border border-gray-200 bg-white p-1 shadow-lg",
|
|
2045
|
-
children: (M ?? []).map((z, Q) => {
|
|
2046
|
-
const l = /* @__PURE__ */ B(
|
|
2047
|
-
"button",
|
|
2048
|
-
{
|
|
2049
|
-
type: "button",
|
|
2050
|
-
onClick: z.onSelect,
|
|
2051
|
-
className: "flex w-full items-center gap-2 rounded-lg px-3 py-2 text-left hover:bg-gray-50",
|
|
2052
|
-
role: "menuitem",
|
|
2053
|
-
children: [
|
|
2054
|
-
z.iconId && /* @__PURE__ */ A(r, { className: "h-4 w-4" }),
|
|
2055
|
-
/* @__PURE__ */ A("span", { className: "text-sm", children: z.label })
|
|
2056
|
-
]
|
|
2057
|
-
}
|
|
2058
|
-
);
|
|
2059
|
-
return /* @__PURE__ */ A("li", { className: "m-0", children: z.href ? /* @__PURE__ */ A(E, { href: z.href, className: "text-inherit no-underline", children: l }) : l }, `${z.label}-${Q}`);
|
|
2060
|
-
})
|
|
2061
|
-
}
|
|
2062
|
-
)
|
|
2063
|
-
] }) : x ? /* @__PURE__ */ A(
|
|
2064
|
-
S,
|
|
2065
|
-
{
|
|
2066
|
-
type: "button",
|
|
2067
|
-
onClick: m,
|
|
2068
|
-
variant: h,
|
|
2069
|
-
className: I,
|
|
2070
|
-
children: n
|
|
2003
|
+
children: e.map((m) => /* @__PURE__ */ A(U, { value: m, children: m }, m))
|
|
2071
2004
|
}
|
|
2072
2005
|
) : null;
|
|
2073
2006
|
}
|
|
2074
|
-
const
|
|
2075
|
-
|
|
2007
|
+
const ve = M(function({ className: g, children: c, ...i }, Y) {
|
|
2008
|
+
return /* @__PURE__ */ A("div", { ref: Y, className: x("flex items-center", g), ...i, children: c });
|
|
2009
|
+
}), 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";
|
|
2010
|
+
function je(e) {
|
|
2076
2011
|
return e.map((g) => {
|
|
2077
2012
|
if ("type" in g || "onSelect" in g || "iconLeft" in g || "destructive" in g)
|
|
2078
2013
|
return g;
|
|
2079
|
-
const
|
|
2080
|
-
return { type: "item", label:
|
|
2014
|
+
const c = g;
|
|
2015
|
+
return { type: "item", label: c.label, href: c.href, disabled: c.disabled };
|
|
2081
2016
|
});
|
|
2082
2017
|
}
|
|
2083
|
-
const
|
|
2018
|
+
const K = M(
|
|
2084
2019
|
({
|
|
2085
2020
|
items: e,
|
|
2086
2021
|
trigger: g = "label",
|
|
2087
|
-
triggerLabel:
|
|
2088
|
-
triggerIcon:
|
|
2089
|
-
triggerAriaLabel:
|
|
2090
|
-
labelTypography:
|
|
2022
|
+
triggerLabel: c = "Ещё",
|
|
2023
|
+
triggerIcon: i = "KeyboardArrowDown",
|
|
2024
|
+
triggerAriaLabel: Y = "Открыть меню",
|
|
2025
|
+
labelTypography: I = "text_14_medium",
|
|
2091
2026
|
align: m = "end",
|
|
2092
2027
|
sideOffset: n = 6,
|
|
2093
2028
|
className: h,
|
|
2094
|
-
style:
|
|
2029
|
+
style: w,
|
|
2095
2030
|
children: J
|
|
2096
|
-
},
|
|
2097
|
-
const
|
|
2098
|
-
return /* @__PURE__ */ B("div", { ref:
|
|
2099
|
-
/* @__PURE__ */ B(
|
|
2100
|
-
/* @__PURE__ */ A(
|
|
2031
|
+
}, G) => {
|
|
2032
|
+
const v = je(e);
|
|
2033
|
+
return /* @__PURE__ */ B("div", { ref: G, className: x("inline-flex items-center", h), style: w, children: [
|
|
2034
|
+
/* @__PURE__ */ B(s.Root, { children: [
|
|
2035
|
+
/* @__PURE__ */ A(s.Trigger, { asChild: !0, children: g === "icon" ? /* @__PURE__ */ A(
|
|
2101
2036
|
"button",
|
|
2102
2037
|
{
|
|
2103
|
-
"aria-label":
|
|
2104
|
-
className:
|
|
2038
|
+
"aria-label": Y,
|
|
2039
|
+
className: x(
|
|
2105
2040
|
"inline-flex h-8 w-8 items-center justify-center rounded-md",
|
|
2106
2041
|
"hover:bg-light-100 focus-visible:ring-primary-300 focus-visible:ring-2 focus-visible:outline-none"
|
|
2107
2042
|
),
|
|
2108
|
-
children: /* @__PURE__ */ A(
|
|
2043
|
+
children: /* @__PURE__ */ A(l, { iconId: "MoreVert", className: "h-5 w-5" })
|
|
2109
2044
|
}
|
|
2110
2045
|
) : /* @__PURE__ */ B(
|
|
2111
2046
|
"button",
|
|
2112
2047
|
{
|
|
2113
|
-
className:
|
|
2048
|
+
className: x(
|
|
2114
2049
|
"flex items-center gap-2 rounded-md px-3 py-1.5 text-black",
|
|
2115
2050
|
"hover:bg-light-100 transition-colors",
|
|
2116
2051
|
"outline-none"
|
|
2117
2052
|
),
|
|
2118
|
-
"aria-label":
|
|
2053
|
+
"aria-label": Y,
|
|
2119
2054
|
children: [
|
|
2120
|
-
/* @__PURE__ */ A(C, { variant:
|
|
2055
|
+
/* @__PURE__ */ A(C, { variant: I, children: c }),
|
|
2121
2056
|
/* @__PURE__ */ A(
|
|
2122
|
-
|
|
2057
|
+
l,
|
|
2123
2058
|
{
|
|
2124
|
-
iconId:
|
|
2059
|
+
iconId: i,
|
|
2125
2060
|
className: "h-5 w-5 transition-transform duration-300 data-[state=open]:rotate-180"
|
|
2126
2061
|
}
|
|
2127
2062
|
)
|
|
2128
2063
|
]
|
|
2129
2064
|
}
|
|
2130
2065
|
) }),
|
|
2131
|
-
/* @__PURE__ */ A(
|
|
2132
|
-
|
|
2066
|
+
/* @__PURE__ */ A(s.Portal, { children: /* @__PURE__ */ A(
|
|
2067
|
+
s.Content,
|
|
2133
2068
|
{
|
|
2134
|
-
className:
|
|
2069
|
+
className: Fe,
|
|
2135
2070
|
sideOffset: n,
|
|
2136
2071
|
align: m,
|
|
2137
|
-
children:
|
|
2138
|
-
if (
|
|
2072
|
+
children: v.map((z, k) => {
|
|
2073
|
+
if (z.type === "separator")
|
|
2139
2074
|
return /* @__PURE__ */ A(
|
|
2140
|
-
|
|
2075
|
+
s.Separator,
|
|
2141
2076
|
{
|
|
2142
2077
|
className: "bg-light-700/30 m-0 h-px"
|
|
2143
2078
|
},
|
|
2144
|
-
`sep-${
|
|
2079
|
+
`sep-${k}`
|
|
2145
2080
|
);
|
|
2146
|
-
const
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
),
|
|
2150
|
-
|
|
2151
|
-
/* @__PURE__ */ A(C, { variant:
|
|
2081
|
+
const o = x(
|
|
2082
|
+
ue,
|
|
2083
|
+
z.destructive ? "text-danger-500" : "text-dark-400"
|
|
2084
|
+
), f = /* @__PURE__ */ B(Z, { children: [
|
|
2085
|
+
z.iconLeft && /* @__PURE__ */ A(l, { iconId: z.iconLeft, className: "h-4 w-4" }),
|
|
2086
|
+
/* @__PURE__ */ A(C, { variant: I, children: z.label })
|
|
2152
2087
|
] });
|
|
2153
|
-
return
|
|
2154
|
-
|
|
2088
|
+
return z.href ? /* @__PURE__ */ A(
|
|
2089
|
+
s.Item,
|
|
2155
2090
|
{
|
|
2156
2091
|
asChild: !0,
|
|
2157
|
-
disabled:
|
|
2158
|
-
className:
|
|
2159
|
-
children: /* @__PURE__ */ A("a", { href:
|
|
2092
|
+
disabled: z.disabled,
|
|
2093
|
+
className: o,
|
|
2094
|
+
children: /* @__PURE__ */ A("a", { href: z.href, children: f })
|
|
2160
2095
|
},
|
|
2161
|
-
|
|
2096
|
+
k
|
|
2162
2097
|
) : /* @__PURE__ */ A(
|
|
2163
|
-
|
|
2098
|
+
s.Item,
|
|
2164
2099
|
{
|
|
2165
|
-
disabled:
|
|
2166
|
-
className:
|
|
2167
|
-
onSelect:
|
|
2168
|
-
children:
|
|
2100
|
+
disabled: z.disabled,
|
|
2101
|
+
className: o,
|
|
2102
|
+
onSelect: z.onSelect,
|
|
2103
|
+
children: f
|
|
2169
2104
|
},
|
|
2170
|
-
|
|
2105
|
+
k
|
|
2171
2106
|
);
|
|
2172
2107
|
})
|
|
2173
2108
|
}
|
|
@@ -2177,131 +2112,73 @@ const q = c(
|
|
|
2177
2112
|
] });
|
|
2178
2113
|
}
|
|
2179
2114
|
);
|
|
2180
|
-
|
|
2181
|
-
const
|
|
2182
|
-
({ items: e, className: g, style:
|
|
2183
|
-
const m = e.slice(0,
|
|
2115
|
+
K.displayName = "DropdownMenu";
|
|
2116
|
+
const y = M(
|
|
2117
|
+
({ items: e, className: g, style: c, children: i, lengthItem: Y = 5 }, I) => {
|
|
2118
|
+
const m = e.slice(0, Y), n = e.slice(Y);
|
|
2184
2119
|
return /* @__PURE__ */ B(
|
|
2185
2120
|
"ul",
|
|
2186
2121
|
{
|
|
2187
|
-
ref:
|
|
2188
|
-
className:
|
|
2189
|
-
style:
|
|
2122
|
+
ref: I,
|
|
2123
|
+
className: x("mx-auto flex max-w-[630px] items-center justify-center gap-6", g),
|
|
2124
|
+
style: c,
|
|
2190
2125
|
children: [
|
|
2191
2126
|
m.map((h) => /* @__PURE__ */ A("li", { children: /* @__PURE__ */ A("a", { href: h.href, children: /* @__PURE__ */ A(C, { variant: "text_15_semibold", children: h.label }) }) }, h.label)),
|
|
2192
|
-
n.length > 0 && /* @__PURE__ */ A("li", { children: /* @__PURE__ */ A(
|
|
2193
|
-
|
|
2127
|
+
n.length > 0 && /* @__PURE__ */ A("li", { children: /* @__PURE__ */ A(K, { items: n }) }),
|
|
2128
|
+
i
|
|
2194
2129
|
]
|
|
2195
2130
|
}
|
|
2196
2131
|
);
|
|
2197
2132
|
}
|
|
2198
2133
|
);
|
|
2199
|
-
|
|
2200
|
-
function
|
|
2134
|
+
y.displayName = "Navigation";
|
|
2135
|
+
function De({ items: e, lengthItem: g = 5, hiddenOnMobile: c, className: i }) {
|
|
2201
2136
|
return Array.isArray(e) && e.length > 0 ? /* @__PURE__ */ A(
|
|
2202
2137
|
"nav",
|
|
2203
2138
|
{
|
|
2204
|
-
className:
|
|
2139
|
+
className: x(
|
|
2140
|
+
"ml-4 sm:ml-6",
|
|
2141
|
+
c && "hidden md:block",
|
|
2142
|
+
i
|
|
2143
|
+
),
|
|
2205
2144
|
"aria-label": "Основная навигация",
|
|
2206
|
-
children: /* @__PURE__ */ A(
|
|
2145
|
+
children: /* @__PURE__ */ A(y, { items: e, lengthItem: g })
|
|
2207
2146
|
}
|
|
2208
2147
|
) : null;
|
|
2209
2148
|
}
|
|
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(
|
|
2149
|
+
const de = M(function({ className: g, children: c, ...i }, Y) {
|
|
2150
|
+
return /* @__PURE__ */ A(
|
|
2246
2151
|
"header",
|
|
2247
2152
|
{
|
|
2248
|
-
ref:
|
|
2153
|
+
ref: Y,
|
|
2249
2154
|
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
|
-
]
|
|
2155
|
+
className: x("flex items-center justify-between bg-white py-3", g),
|
|
2156
|
+
...i,
|
|
2157
|
+
children: c
|
|
2302
2158
|
}
|
|
2303
2159
|
);
|
|
2304
|
-
}),
|
|
2160
|
+
}), Le = M(
|
|
2161
|
+
function({ className: g, children: c, ...i }, Y) {
|
|
2162
|
+
return /* @__PURE__ */ A("div", { ref: Y, className: x("flex min-w-0 items-center", g), ...i, children: c });
|
|
2163
|
+
}
|
|
2164
|
+
), te = M(
|
|
2165
|
+
function({ className: g, children: c, ...i }, Y) {
|
|
2166
|
+
return /* @__PURE__ */ A("div", { ref: Y, className: x("flex items-center gap-3 sm:gap-6", g), ...i, children: c });
|
|
2167
|
+
}
|
|
2168
|
+
), We = M(
|
|
2169
|
+
function({ className: g, children: c, ...i }, Y) {
|
|
2170
|
+
return /* @__PURE__ */ A("div", { ref: Y, className: x("flex items-center gap-3 sm:gap-4", g), ...i, children: c });
|
|
2171
|
+
}
|
|
2172
|
+
), pe = Object.assign(de, {
|
|
2173
|
+
Left: Le,
|
|
2174
|
+
Right: te,
|
|
2175
|
+
Group: We,
|
|
2176
|
+
Actions: fe,
|
|
2177
|
+
Logo: Oe,
|
|
2178
|
+
Nav: De,
|
|
2179
|
+
Locations: Ze,
|
|
2180
|
+
Profile: ve
|
|
2181
|
+
}), He = (e, g) => /* @__PURE__ */ B(
|
|
2305
2182
|
"svg",
|
|
2306
2183
|
{
|
|
2307
2184
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2523,13 +2400,13 @@ const Ke = c(function({
|
|
|
2523
2400
|
] })
|
|
2524
2401
|
]
|
|
2525
2402
|
}
|
|
2526
|
-
),
|
|
2403
|
+
), re = M(He), Ne = ({
|
|
2527
2404
|
children: e,
|
|
2528
2405
|
onClick: g,
|
|
2529
|
-
variantColor:
|
|
2530
|
-
variantView:
|
|
2531
|
-
href:
|
|
2532
|
-
className:
|
|
2406
|
+
variantColor: c = "success",
|
|
2407
|
+
variantView: i = "secondary",
|
|
2408
|
+
href: Y = "#",
|
|
2409
|
+
className: I
|
|
2533
2410
|
}) => {
|
|
2534
2411
|
const m = {
|
|
2535
2412
|
success: {
|
|
@@ -2542,116 +2419,116 @@ const Ke = c(function({
|
|
|
2542
2419
|
bgButton: "!bg-purple-800",
|
|
2543
2420
|
bgCard: "bg-purple-100"
|
|
2544
2421
|
}
|
|
2545
|
-
}, { text: n, bgButton: h, bgCard:
|
|
2422
|
+
}, { text: n, bgButton: h, bgCard: w } = m[c], J = i === "primary";
|
|
2546
2423
|
return /* @__PURE__ */ B(
|
|
2547
|
-
|
|
2424
|
+
Ce,
|
|
2548
2425
|
{
|
|
2549
|
-
className:
|
|
2426
|
+
className: x(
|
|
2550
2427
|
"flex w-full overflow-hidden",
|
|
2551
2428
|
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
|
-
|
|
2553
|
-
|
|
2429
|
+
w,
|
|
2430
|
+
I
|
|
2554
2431
|
),
|
|
2555
2432
|
children: [
|
|
2556
|
-
/* @__PURE__ */ B("div", { className:
|
|
2557
|
-
/* @__PURE__ */ A(
|
|
2558
|
-
/* @__PURE__ */ A("div", { className:
|
|
2433
|
+
/* @__PURE__ */ B("div", { className: x(J ? "flex items-center" : "flex flex-col gap-10"), children: [
|
|
2434
|
+
/* @__PURE__ */ A(D, { iconColor: n, variant: "medium", withTM: !0 }),
|
|
2435
|
+
/* @__PURE__ */ A("div", { className: x(J ? "ml-10 max-w-[340px] text-xs" : "max-w-[200px]"), children: e })
|
|
2559
2436
|
] }),
|
|
2560
|
-
J ? /* @__PURE__ */ B(
|
|
2561
|
-
/* @__PURE__ */ A(
|
|
2562
|
-
/* @__PURE__ */ A(
|
|
2563
|
-
] }) : /* @__PURE__ */ B(
|
|
2437
|
+
J ? /* @__PURE__ */ B(Z, { children: [
|
|
2438
|
+
/* @__PURE__ */ A(H, { className: x("fill-current", n), width: "380px" }),
|
|
2439
|
+
/* @__PURE__ */ A(T, { variant: "primary", className: x(h), onClick: g, children: /* @__PURE__ */ A("a", { href: Y, children: "Подробнее" }) })
|
|
2440
|
+
] }) : /* @__PURE__ */ B(Z, { children: [
|
|
2564
2441
|
/* @__PURE__ */ A(
|
|
2565
|
-
|
|
2442
|
+
re,
|
|
2566
2443
|
{
|
|
2567
2444
|
width: 380,
|
|
2568
2445
|
height: 380,
|
|
2569
2446
|
className: "absolute right-[-60px] bottom-0"
|
|
2570
2447
|
}
|
|
2571
2448
|
),
|
|
2572
|
-
/* @__PURE__ */ A(C, { variant: "text_26_medium", className:
|
|
2449
|
+
/* @__PURE__ */ A(C, { variant: "text_26_medium", className: x(n), onClick: g, children: /* @__PURE__ */ A("a", { href: Y, children: "yakavkaz.ru" }) })
|
|
2573
2450
|
] })
|
|
2574
2451
|
]
|
|
2575
2452
|
}
|
|
2576
2453
|
);
|
|
2577
2454
|
};
|
|
2578
2455
|
export {
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
|
-
|
|
2588
|
-
|
|
2589
|
-
|
|
2590
|
-
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
|
|
2456
|
+
eA as Add2,
|
|
2457
|
+
MA as AddShoppingCart,
|
|
2458
|
+
iA as AirportShuttle,
|
|
2459
|
+
EA as Arrow,
|
|
2460
|
+
xA as ArrowBackIosNew,
|
|
2461
|
+
Ne as Banner,
|
|
2462
|
+
H as BannerBgYak,
|
|
2463
|
+
nA as BannerBgYakHalfNews,
|
|
2464
|
+
JA as Bed,
|
|
2465
|
+
T as Button,
|
|
2466
|
+
CA as CalendarMonth,
|
|
2467
|
+
Ce as Card,
|
|
2468
|
+
GA as Carshering,
|
|
2469
|
+
sA as Castle,
|
|
2470
|
+
QA as ChartBar,
|
|
2471
|
+
kA as Check,
|
|
2472
|
+
vA as CheckIndeterminateSmall,
|
|
2596
2473
|
Ge as Checkbox,
|
|
2597
|
-
|
|
2598
|
-
|
|
2599
|
-
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
|
|
2474
|
+
OA as CheckmarkOutline,
|
|
2475
|
+
uA as Close,
|
|
2476
|
+
DA as CompareArrows,
|
|
2477
|
+
LA as Delete,
|
|
2478
|
+
WA as Devices,
|
|
2479
|
+
rA as Distance,
|
|
2480
|
+
K as DropdownMenu,
|
|
2481
|
+
l as DynamicIcon,
|
|
2482
|
+
NA as Eye,
|
|
2483
|
+
KA as EyeOff,
|
|
2484
|
+
UA as EyeOffOutline,
|
|
2485
|
+
XA as EyeOutline,
|
|
2486
|
+
bA as Favorite,
|
|
2487
|
+
VA as Filter,
|
|
2488
|
+
$A as Flight,
|
|
2612
2489
|
oe as FormattedDate,
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
|
|
2490
|
+
gg as Gos,
|
|
2491
|
+
Bg as Graph6,
|
|
2492
|
+
cg as GridView,
|
|
2493
|
+
Yg as GroupAdd,
|
|
2494
|
+
pe as Header,
|
|
2495
|
+
mg as HealthMetrics,
|
|
2496
|
+
Ig as HomeAppLogo,
|
|
2497
|
+
ng as Info,
|
|
2498
|
+
Jg as Journalist,
|
|
2499
|
+
Cg as KeyboardArrowDown,
|
|
2623
2500
|
Re as Label,
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
|
|
2627
|
-
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
|
|
2501
|
+
Gg as LocalTaxi,
|
|
2502
|
+
r as LocationOn,
|
|
2503
|
+
D as Logo,
|
|
2504
|
+
og as MailAuth,
|
|
2505
|
+
Rg as Menu,
|
|
2506
|
+
fg as MoreVert,
|
|
2507
|
+
Zg as MovieSpeaker,
|
|
2508
|
+
y as Navigation,
|
|
2632
2509
|
Qe as PreviewTitle,
|
|
2633
|
-
|
|
2634
|
-
|
|
2635
|
-
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
|
|
2510
|
+
Fg as Restaurant,
|
|
2511
|
+
jg as RssFeed,
|
|
2512
|
+
dg as Search,
|
|
2513
|
+
U as SelectItem,
|
|
2514
|
+
S as Selector,
|
|
2515
|
+
tg as SignOut,
|
|
2516
|
+
Hg as Signpost,
|
|
2517
|
+
Sg as Sliders,
|
|
2518
|
+
Tg as StarFilled,
|
|
2642
2519
|
ae as Tag,
|
|
2643
|
-
|
|
2644
|
-
|
|
2645
|
-
|
|
2646
|
-
|
|
2647
|
-
|
|
2648
|
-
|
|
2520
|
+
yg as Telegram,
|
|
2521
|
+
ke as TextField,
|
|
2522
|
+
pg as Tourismhero,
|
|
2523
|
+
Pg as Traffic,
|
|
2524
|
+
qg as Translate,
|
|
2525
|
+
_g as Travel,
|
|
2649
2526
|
C as Typography,
|
|
2650
|
-
|
|
2651
|
-
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
|
|
2527
|
+
E as TypographyVariant,
|
|
2528
|
+
Ae as Vk,
|
|
2529
|
+
ee as VkAuth,
|
|
2530
|
+
Me as Whatsaap,
|
|
2531
|
+
ie as Wifi,
|
|
2655
2532
|
Ee as X,
|
|
2656
2533
|
xe as Yak,
|
|
2657
2534
|
we as Yandex,
|