stone-kit 0.0.67 → 0.0.69
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/FieldInput/ui/FieldInput.js +1 -1
- package/dist/components/GroupedInput/index.d.ts +1 -0
- package/dist/components/GroupedInput/index.js +4 -0
- package/dist/components/GroupedInput/ui/GroupedInputs.d.ts +3 -0
- package/dist/components/GroupedInput/ui/GroupedInputs.js +8 -0
- package/dist/components/GroupedInput/ui/GroupedInputs.types.d.ts +5 -0
- package/dist/components/GroupedInput/ui/GroupedInputs.types.js +1 -0
- package/dist/components/Input/ui/Input.js +34 -32
- package/dist/components/Logo/index.d.ts +1 -0
- package/dist/components/Logo/index.js +4 -0
- package/dist/components/Logo/ui/Logo.d.ts +3 -0
- package/dist/components/Logo/ui/Logo.js +33 -0
- package/dist/components/Logo/ui/Logo.types.d.ts +5 -0
- package/dist/components/Logo/ui/Logo.types.js +1 -0
- package/dist/components/TabSwitcher/index.d.ts +1 -0
- package/dist/components/TabSwitcher/index.js +4 -0
- package/dist/components/TabSwitcher/ui/TabSwitcher.d.ts +6 -0
- package/dist/components/TabSwitcher/ui/TabSwitcher.js +43 -0
- package/dist/components/TabSwitcher/ui/TabSwitcher.types.d.ts +16 -0
- package/dist/components/TabSwitcher/ui/TabSwitcher.types.js +1 -0
- package/dist/main.d.ts +4 -0
- package/dist/main.js +22 -14
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as l, jsx as n } from "react/jsx-runtime";
|
|
2
|
-
const s = "
|
|
2
|
+
const s = "_fieldInputWrapper_14ghj_1", e = {
|
|
3
3
|
fieldInputWrapper: s
|
|
4
4
|
}, a = ({ label: p, children: r }) => /* @__PURE__ */ l("div", { className: e.fieldInputWrapper, children: [
|
|
5
5
|
/* @__PURE__ */ n("label", { className: e.label, children: p }),
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { GroupedInputs } from './ui/GroupedInputs';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import { c } from "../../../index-DIxK0V-G.js";
|
|
3
|
+
const n = "_root_uhwcb_1", o = {
|
|
4
|
+
root: n
|
|
5
|
+
}, m = c.bind(o), p = ({ children: s, addClassName: t }) => /* @__PURE__ */ r("div", { className: m(o.root, t), children: s });
|
|
6
|
+
export {
|
|
7
|
+
p as GroupedInputs
|
|
8
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,45 +1,47 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { c } from "../../../index-DIxK0V-G.js";
|
|
3
|
-
const d = "
|
|
4
|
-
"auto-width": "_auto-
|
|
5
|
-
"full-width": "_full-
|
|
6
|
-
inputWrapper:
|
|
7
|
-
inputWrapperPost:
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
1
|
+
import { jsxs as c, jsx as i } from "react/jsx-runtime";
|
|
2
|
+
import { c as W } from "../../../index-DIxK0V-G.js";
|
|
3
|
+
const f = "_inputWrapper_1fswr_9", d = "_inputWrapperPost_1fswr_29", w = "_inputWrapperPre_1fswr_30", h = "_light_1fswr_42", P = "_dark_1fswr_75", m = "_inputWrapperError_1fswr_111", r = {
|
|
4
|
+
"auto-width": "_auto-width_1fswr_1",
|
|
5
|
+
"full-width": "_full-width_1fswr_5",
|
|
6
|
+
inputWrapper: f,
|
|
7
|
+
inputWrapperPost: d,
|
|
8
|
+
inputWrapperPre: w,
|
|
9
|
+
light: h,
|
|
10
|
+
dark: P,
|
|
11
|
+
inputWrapperError: m
|
|
12
|
+
}, g = W.bind(r), E = ({
|
|
13
|
+
size_s: s = "large",
|
|
14
|
+
size_m: n,
|
|
15
|
+
size_l: a,
|
|
16
|
+
pre: p = !1,
|
|
17
|
+
post: t = !1,
|
|
18
|
+
variant: e = "light",
|
|
19
|
+
width: _ = "auto",
|
|
20
|
+
error: u,
|
|
20
21
|
additionalClass: o = "",
|
|
21
|
-
...
|
|
22
|
-
}) => /* @__PURE__ */
|
|
22
|
+
...l
|
|
23
|
+
}) => /* @__PURE__ */ c(
|
|
23
24
|
"div",
|
|
24
25
|
{
|
|
25
26
|
className: g(
|
|
26
27
|
r.inputWrapper,
|
|
27
|
-
r[`${
|
|
28
|
-
r[`${
|
|
29
|
-
r[`${
|
|
30
|
-
r[`${
|
|
31
|
-
{ [r.
|
|
32
|
-
r
|
|
33
|
-
{
|
|
28
|
+
r[`${s}-size`],
|
|
29
|
+
r[`${n}-size_m`],
|
|
30
|
+
r[`${a}-size_l`],
|
|
31
|
+
r[`${e}`],
|
|
32
|
+
{ [r.inputWrapperPre]: p },
|
|
33
|
+
{ [r.inputWrapperPost]: t },
|
|
34
|
+
r[`${_}-width`],
|
|
35
|
+
{ [r.inputWrapperError]: u },
|
|
34
36
|
o
|
|
35
37
|
),
|
|
36
38
|
children: [
|
|
37
|
-
|
|
38
|
-
/* @__PURE__ */
|
|
39
|
-
|
|
39
|
+
p && /* @__PURE__ */ i("span", { children: p }),
|
|
40
|
+
/* @__PURE__ */ i("input", { ...l }),
|
|
41
|
+
t && /* @__PURE__ */ i("span", { children: t })
|
|
40
42
|
]
|
|
41
43
|
}
|
|
42
44
|
);
|
|
43
45
|
export {
|
|
44
|
-
|
|
46
|
+
E as Input
|
|
45
47
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Logo } from './ui/Logo';
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { jsxs as c, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { Text as o } from "../../Text/ui/Text.js";
|
|
3
|
+
import { c as s } from "../../../index-DIxK0V-G.js";
|
|
4
|
+
const i = "_wrapper_nzllw_1", p = "_logo_nzllw_7", H = "_wrapperBetween_nzllw_12", h = "_uk_nzllw_17", n = "_uk_black_nzllw_24", r = "_uk_white_nzllw_27", C = {
|
|
5
|
+
wrapper: i,
|
|
6
|
+
logo: p,
|
|
7
|
+
wrapperBetween: H,
|
|
8
|
+
uk: h,
|
|
9
|
+
uk_black: n,
|
|
10
|
+
uk_white: r
|
|
11
|
+
}, V = "data:image/svg+xml,%3csvg%20width='81'%20height='16'%20viewBox='0%200%2081%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.99605%2015.9842C7.18872%2015.9937%206.38284%2015.9132%205.59339%2015.7441C4.95179%2015.6062%204.32676%2015.4001%203.72893%2015.1296C3.22567%2014.8996%202.7541%2014.6059%202.32578%2014.2558C1.95686%2013.9535%201.62174%2013.6123%201.32627%2013.238C0.680811%2012.4299%200.227328%2011.486%200%2010.4774H5.61741C5.70387%2010.7758%205.84748%2011.0546%206.04028%2011.2984C6.23969%2011.525%206.48123%2011.7109%206.75149%2011.8457C7.13125%2012.0289%207.55073%2012.1148%207.97203%2012.0953C8.42767%2012.1343%208.88488%2012.0409%209.28868%2011.8265C9.39372%2011.7643%209.48222%2011.6777%209.54663%2011.5741C9.61104%2011.4704%209.64948%2011.3528%209.6587%2011.2311C9.65463%2011.104%209.61575%2010.9803%209.54628%2010.8737C9.47681%2010.767%209.3794%2010.6814%209.26466%2010.6262C8.93639%2010.4394%208.58612%2010.2943%208.22191%2010.1941C7.78463%2010.0645%207.29447%209.93485%206.73706%209.80523C6.17964%209.6756%205.62223%209.53157%205.0552%209.36353C4.48027%209.19918%203.91682%208.9971%203.36853%208.7586C2.83394%208.53317%202.33532%208.23069%201.88851%207.8608C1.45434%207.50667%201.09773%207.06706%200.84093%206.56931C0.566266%206.00455%200.43117%205.38222%200.44692%204.75452C0.457399%204.14391%200.622732%203.54594%200.927451%203.01654C1.2647%202.41357%201.7326%201.89358%202.29695%201.49461C2.98073%201.01121%203.74094%200.646051%204.54584%200.414371C5.55587%200.123058%206.60376%20-0.0161035%207.65489%200.00148022C8.39098%20-0.00622919%209.12572%200.0662126%209.84611%200.217526C10.4422%200.343232%2011.0224%200.534856%2011.576%200.788852C12.0428%201.00698%2012.4803%201.28279%2012.8783%201.60983C13.2196%201.89877%2013.5318%202.22037%2013.8105%202.57004C14.4073%203.3168%2014.8367%204.18292%2015.0695%205.1098H9.45688C9.4137%204.88986%209.31437%204.68478%209.16854%204.51447C9.02689%204.33906%208.85012%204.19516%208.64956%204.09198C8.3774%203.96051%208.0771%203.89785%207.77502%203.90954C7.38332%203.87724%206.99038%203.95542%206.64095%204.13519C6.54601%204.18817%206.46619%204.26448%206.40901%204.35689C6.35183%204.44931%206.31919%204.55477%206.31419%204.6633C6.31419%204.92255%206.54003%205.1434%206.99653%205.25863C7.45304%205.37386%208.02487%205.53709%208.70722%205.68112C9.38958%205.82516%2010.1248%205.99799%2010.9177%206.19964C11.6897%206.39283%2012.4341%206.68321%2013.1329%207.06382C13.7951%207.42087%2014.376%207.91131%2014.8388%208.50414C15.3164%209.1733%2015.5566%209.98272%2015.5212%2010.8038C15.5212%2011.4844%2015.3564%2012.1548%2015.0407%2012.7579C14.694%2013.4121%2014.2006%2013.9773%2013.5991%2014.4094C12.8883%2014.9303%2012.0913%2015.322%2011.2444%2015.5665C10.1858%2015.8705%209.08783%2016.0162%207.98643%2015.9986'%20fill='white'/%3e%3cpath%20d='M20.211%205.09159H15.4922V0.43457H30.5472V5.09159H25.8284V15.5483H20.211V5.09159Z'%20fill='white'/%3e%3cpath%20d='M49.8047%200.43457H56.0948L60.2947%207.55933V0.43457H65.864V15.5483H59.5739L55.3837%208.42352V15.5483H49.8047V0.43457Z'%20fill='white'/%3e%3cpath%20d='M67.7969%200.43457H80.9971V4.75072H73.4143V6.15742H80.9971V9.82543H73.4143V11.2321H80.9971V15.5483H67.7969V0.43457Z'%20fill='white'/%3e%3cpath%20d='M39.5983%2011.2076C38.9703%2011.1831%2038.3634%2010.9747%2037.853%2010.6083C37.3426%2010.2418%2036.9513%209.73359%2036.7277%209.14672C36.5042%208.55984%2036.4583%207.92026%2036.5957%207.30752C36.7331%206.69478%2037.0478%206.13592%2037.5006%205.70047C37.9535%205.26502%2038.5244%204.97219%2039.1425%204.85841C39.7606%204.74463%2040.3986%204.81493%2040.977%205.06054C41.5554%205.30616%2042.0488%205.71625%2042.3957%206.23982C42.7427%206.7634%2042.9279%207.37734%2042.9284%208.00527C42.9203%208.43402%2042.8277%208.85697%2042.656%209.24997C42.4842%209.64296%2042.2366%209.99829%2041.9274%2010.2957C41.6181%2010.593%2041.2533%2010.8266%2040.8536%2010.9831C40.454%2011.1396%2040.0275%2011.2158%2039.5983%2011.2076ZM47.9596%204.87019C47.5444%203.909%2046.9322%203.04544%2046.1624%202.33523C45.3374%201.59065%2044.3764%201.01196%2043.3321%200.630857C40.917%20-0.207682%2038.2893%20-0.207682%2035.8742%200.630857C34.8286%201.0092%2033.8671%201.58819%2033.0439%202.33523C32.2711%203.04284%2031.6584%203.90707%2031.2467%204.87019C30.8312%205.85822%2030.6172%206.91916%2030.6172%207.99087C30.6172%209.06258%2030.8312%2010.1235%2031.2467%2011.1116C31.6571%2012.0768%2032.2699%2012.9429%2033.0439%2013.6513C33.8671%2014.3983%2034.8286%2014.9773%2035.8742%2015.3557C38.2904%2016.1879%2040.9159%2016.1879%2043.3321%2015.3557C44.3764%2014.9746%2045.3374%2014.3959%2046.1624%2013.6513C46.9334%2012.9403%2047.5458%2012.0749%2047.9596%2011.1116C48.372%2010.1227%2048.5843%209.0621%2048.5843%207.99087C48.5843%206.91964%2048.372%205.85901%2047.9596%204.87019Z'%20fill='white'/%3e%3c/svg%3e", _ = "data:image/svg+xml,%3csvg%20width='81'%20height='16'%20viewBox='0%200%2081%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.99605%2015.9822C7.18872%2015.9918%206.38284%2015.9113%205.59339%2015.7422C4.95179%2015.6042%204.32676%2015.3982%203.72893%2015.1276C3.22567%2014.8976%202.7541%2014.604%202.32578%2014.2538C1.95686%2013.9516%201.62174%2013.6103%201.32627%2013.236C0.680811%2012.4279%200.227328%2011.484%200%2010.4754H5.61741C5.70387%2010.7738%205.84748%2011.0527%206.04028%2011.2964C6.23969%2011.5231%206.48123%2011.7089%206.75149%2011.8437C7.13125%2012.027%207.55073%2012.1128%207.97203%2012.0934C8.42767%2012.1323%208.88488%2012.039%209.28868%2011.8245C9.39372%2011.7623%209.48222%2011.6757%209.54663%2011.5721C9.61104%2011.4685%209.64948%2011.3508%209.6587%2011.2292C9.65463%2011.102%209.61575%2010.9784%209.54628%2010.8717C9.47681%2010.7651%209.3794%2010.6795%209.26466%2010.6243C8.93639%2010.4375%208.58612%2010.2923%208.22191%2010.1922C7.78463%2010.0625%207.29447%209.9329%206.73706%209.80327C6.17964%209.67364%205.62223%209.52961%205.0552%209.36158C4.48027%209.19723%203.91682%208.99515%203.36853%208.75665C2.83394%208.53122%202.33532%208.22874%201.88851%207.85885C1.45434%207.50472%201.09773%207.06511%200.84093%206.56736C0.566266%206.0026%200.43117%205.38027%200.44692%204.75256C0.457399%204.14196%200.622732%203.54398%200.927451%203.01459C1.2647%202.41162%201.7326%201.89162%202.29695%201.49265C2.98073%201.00926%203.74094%200.644098%204.54584%200.412418C5.55587%200.121105%206.60376%20-0.0180566%207.65489%20-0.000472905C8.39098%20-0.00818232%209.12572%200.0642595%209.84611%200.215573C10.4422%200.341279%2011.0224%200.532903%2011.576%200.786899C12.0428%201.00502%2012.4803%201.28084%2012.8783%201.60787C13.2196%201.89682%2013.5318%202.21842%2013.8105%202.56809C14.4073%203.31484%2014.8367%204.18096%2015.0695%205.10785H9.45688C9.4137%204.8879%209.31437%204.68283%209.16854%204.51251C9.02689%204.3371%208.85012%204.1932%208.64956%204.09002C8.3774%203.95855%208.0771%203.8959%207.77502%203.90758C7.38332%203.87528%206.99038%203.95346%206.64095%204.13323C6.54601%204.18622%206.46619%204.26253%206.40901%204.35494C6.35183%204.44736%206.31919%204.55281%206.31419%204.66134C6.31419%204.9206%206.54003%205.14145%206.99653%205.25668C7.45304%205.3719%208.02487%205.53514%208.70722%205.67917C9.38958%205.8232%2010.1248%205.99604%2010.9177%206.19769C11.6897%206.39088%2012.4341%206.68126%2013.1329%207.06187C13.7951%207.41892%2014.376%207.90936%2014.8388%208.50218C15.3164%209.17135%2015.5566%209.98077%2015.5212%2010.8019C15.5212%2011.4824%2015.3564%2012.1529%2015.0407%2012.7559C14.694%2013.4101%2014.2006%2013.9754%2013.5991%2014.4075C12.8883%2014.9284%2012.0913%2015.3201%2011.2444%2015.5645C10.1858%2015.8686%209.08783%2016.0142%207.98643%2015.9966'%20fill='%23141416'/%3e%3cpath%20d='M20.211%205.08964H15.4922V0.432617H30.5472V5.08964H25.8284V15.5463H20.211V5.08964Z'%20fill='%23141416'/%3e%3cpath%20d='M49.8047%200.432617H56.0948L60.2947%207.55738V0.432617H65.864V15.5463H59.5739L55.3837%208.42157V15.5463H49.8047V0.432617Z'%20fill='%23141416'/%3e%3cpath%20d='M67.7969%200.432617H80.9971V4.74876H73.4143V6.15547H80.9971V9.82347H73.4143V11.2302H80.9971V15.5463H67.7969V0.432617Z'%20fill='%23141416'/%3e%3cpath%20d='M39.5983%2011.2056C38.9703%2011.1811%2038.3634%2010.9727%2037.853%2010.6063C37.3426%2010.2399%2036.9513%209.73164%2036.7277%209.14476C36.5042%208.55789%2036.4583%207.91831%2036.5957%207.30556C36.7331%206.69282%2037.0478%206.13396%2037.5006%205.69851C37.9535%205.26306%2038.5244%204.97024%2039.1425%204.85646C39.7606%204.74268%2040.3986%204.81297%2040.977%205.05859C41.5554%205.3042%2042.0488%205.7143%2042.3957%206.23787C42.7427%206.76144%2042.9279%207.37538%2042.9284%208.00332C42.9203%208.43207%2042.8277%208.85502%2042.656%209.24801C42.4842%209.64101%2042.2366%209.99634%2041.9274%2010.2937C41.6181%2010.5911%2041.2533%2010.8247%2040.8536%2010.9812C40.454%2011.1376%2040.0275%2011.2139%2039.5983%2011.2056ZM47.9596%204.86823C47.5444%203.90704%2046.9322%203.04349%2046.1624%202.33328C45.3374%201.58869%2044.3764%201.01001%2043.3321%200.628904C40.917%20-0.209635%2038.2893%20-0.209635%2035.8742%200.628904C34.8286%201.00725%2033.8671%201.58624%2033.0439%202.33328C32.2711%203.04089%2031.6584%203.90512%2031.2467%204.86823C30.8312%205.85627%2030.6172%206.91721%2030.6172%207.98892C30.6172%209.06063%2030.8312%2010.1216%2031.2467%2011.1096C31.6571%2012.0749%2032.2699%2012.9409%2033.0439%2013.6494C33.8671%2014.3964%2034.8286%2014.9754%2035.8742%2015.3537C38.2904%2016.1859%2040.9159%2016.1859%2043.3321%2015.3537C44.3764%2014.9726%2045.3374%2014.3939%2046.1624%2013.6494C46.9334%2012.9383%2047.5458%2012.0729%2047.9596%2011.1096C48.372%2010.1208%2048.5843%209.06015%2048.5843%207.98892C48.5843%206.91769%2048.372%205.85706%2047.9596%204.86823Z'%20fill='%23141416'/%3e%3c/svg%3e", f = ({ uk: a = !1, variant: e = "black", between: w = !1 }) => {
|
|
12
|
+
const l = s.bind(C);
|
|
13
|
+
return /* @__PURE__ */ c("div", { className: l(C.wrapper, { [C.wrapperBetween]: w }), children: [
|
|
14
|
+
/* @__PURE__ */ t(
|
|
15
|
+
"img",
|
|
16
|
+
{
|
|
17
|
+
src: e === "white" ? V : _,
|
|
18
|
+
alt: "Лого",
|
|
19
|
+
className: C.logo
|
|
20
|
+
}
|
|
21
|
+
),
|
|
22
|
+
a && /* @__PURE__ */ t(
|
|
23
|
+
o,
|
|
24
|
+
{
|
|
25
|
+
className: l(C.uk, C[`uk_${e}`]),
|
|
26
|
+
html: "управляющая<br/>компания"
|
|
27
|
+
}
|
|
28
|
+
)
|
|
29
|
+
] });
|
|
30
|
+
};
|
|
31
|
+
export {
|
|
32
|
+
f as Logo
|
|
33
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { TabSwitcher } from './ui/TabSwitcher';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { ITabSwitcherItem, TabSwitcherProps } from './TabSwitcher.types';
|
|
2
|
+
|
|
3
|
+
declare const SwitcherNamespace: (({ children, variant, addClassName, col, }: TabSwitcherProps) => import("react/jsx-runtime").JSX.Element | null) & {
|
|
4
|
+
Item: import('react').ForwardRefExoticComponent<Omit<ITabSwitcherItem, "ref"> & import('react').RefAttributes<HTMLInputElement>>;
|
|
5
|
+
};
|
|
6
|
+
export { SwitcherNamespace as TabSwitcher };
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { jsxs as n, jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as _, Children as j, isValidElement as w, cloneElement as f } from "react";
|
|
3
|
+
import { Text as p } from "../../Text/ui/Text.js";
|
|
4
|
+
import { c as I } from "../../../index-DIxK0V-G.js";
|
|
5
|
+
const b = "_root_j8jt6_1", h = "_item_j8jt6_17", x = "_firstItem_j8jt6_29", N = "_lastItem_j8jt6_34", d = "_text_j8jt6_38", u = "_rootCol_j8jt6_46", C = "_whiteRow_j8jt6_71", t = {
|
|
6
|
+
root: b,
|
|
7
|
+
item: h,
|
|
8
|
+
firstItem: x,
|
|
9
|
+
lastItem: N,
|
|
10
|
+
text: d,
|
|
11
|
+
rootCol: u,
|
|
12
|
+
whiteRow: C
|
|
13
|
+
}, c = I.bind(t), R = ({
|
|
14
|
+
children: e,
|
|
15
|
+
variant: a = "whiteRow",
|
|
16
|
+
addClassName: m = "",
|
|
17
|
+
col: i = !1
|
|
18
|
+
}) => !e || !Array.isArray(e) ? null : /* @__PURE__ */ r("div", { className: c(t.root, t[a], m, { [t.rootCol]: i }), children: j.map(e, (s, o) => w(s) && e ? f(s, {
|
|
19
|
+
className: c(
|
|
20
|
+
t.item,
|
|
21
|
+
{ [t.firstItem]: o === 0 },
|
|
22
|
+
{ [t.lastItem]: o === e.length - 1 },
|
|
23
|
+
{ [t.isDisabled]: s.props.disabled }
|
|
24
|
+
)
|
|
25
|
+
}) : s) }), l = _((e, a) => {
|
|
26
|
+
const { children: m, className: i, addItemClassName: s, ...o } = e;
|
|
27
|
+
return console.log(s), /* @__PURE__ */ n("label", { children: [
|
|
28
|
+
/* @__PURE__ */ r(
|
|
29
|
+
"input",
|
|
30
|
+
{
|
|
31
|
+
ref: a,
|
|
32
|
+
type: "checkbox",
|
|
33
|
+
...o
|
|
34
|
+
}
|
|
35
|
+
),
|
|
36
|
+
/* @__PURE__ */ r("div", { className: c(i, s), children: /* @__PURE__ */ r(p, { className: t.text, children: m }) })
|
|
37
|
+
] });
|
|
38
|
+
});
|
|
39
|
+
l.displayName = "TabSwitcherItem";
|
|
40
|
+
const v = Object.assign(R, { Item: l });
|
|
41
|
+
export {
|
|
42
|
+
v as TabSwitcher
|
|
43
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const TAB_SWITCHER_VARIANTS: {
|
|
3
|
+
whiteRow: string;
|
|
4
|
+
};
|
|
5
|
+
type BaseInputProps = JSX.IntrinsicElements['input'];
|
|
6
|
+
export interface ITabSwitcherItem extends BaseInputProps {
|
|
7
|
+
addItemClassName?: string;
|
|
8
|
+
}
|
|
9
|
+
export interface TabSwitcherProps {
|
|
10
|
+
children?: React.ReactElement<HTMLButtonElement> | React.ReactElement<HTMLButtonElement>[];
|
|
11
|
+
variant?: TABS_VARIANTS;
|
|
12
|
+
addClassName?: string;
|
|
13
|
+
col?: boolean;
|
|
14
|
+
}
|
|
15
|
+
export type TABS_VARIANTS = keyof typeof TAB_SWITCHER_VARIANTS;
|
|
16
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
package/dist/main.d.ts
CHANGED
|
@@ -9,3 +9,7 @@ export { Text } from './components/Text';
|
|
|
9
9
|
export { Flex } from './components/Flex';
|
|
10
10
|
export { Input } from './components/Input';
|
|
11
11
|
export { Modal } from './components/Modal';
|
|
12
|
+
export { FieldInput } from './components/FieldInput';
|
|
13
|
+
export { TabSwitcher } from './components/TabSwitcher';
|
|
14
|
+
export { GroupedInputs } from './components/GroupedInput';
|
|
15
|
+
export { Logo } from './components/Logo';
|
package/dist/main.js
CHANGED
|
@@ -1,24 +1,32 @@
|
|
|
1
1
|
import { Button as t } from "./components/Button/ui/Button.js";
|
|
2
|
-
import { MobileButton as
|
|
2
|
+
import { MobileButton as p } from "./components/mobileButton/ui/MobileButton.js";
|
|
3
3
|
import { NewIcon as f } from "./components/NewIcon/ui/NewIcon.js";
|
|
4
4
|
import { DestinationTab as n } from "./components/DestinationTab/ui/DestinationTab.js";
|
|
5
|
-
import { RoundButton as
|
|
6
|
-
import { Tag as
|
|
7
|
-
import { Switcher as
|
|
8
|
-
import { Text as
|
|
5
|
+
import { RoundButton as i } from "./components/RoundButton/ui/RoundButton.js";
|
|
6
|
+
import { Tag as d } from "./components/Tag/ui/Tag.js";
|
|
7
|
+
import { Switcher as I } from "./components/Switcher/ui/Switcher.js";
|
|
8
|
+
import { Text as b } from "./components/Text/ui/Text.js";
|
|
9
9
|
import { Flex as w } from "./components/Flex/ui/Flex.js";
|
|
10
|
-
import { Input as
|
|
11
|
-
import { Modal as
|
|
10
|
+
import { Input as g } from "./components/Input/ui/Input.js";
|
|
11
|
+
import { Modal as s } from "./components/Modal/ui/Modal.js";
|
|
12
|
+
import { FieldInput as M } from "./components/FieldInput/ui/FieldInput.js";
|
|
13
|
+
import { TabSwitcher as D } from "./components/TabSwitcher/ui/TabSwitcher.js";
|
|
14
|
+
import { GroupedInputs as L } from "./components/GroupedInput/ui/GroupedInputs.js";
|
|
15
|
+
import { Logo as R } from "./components/Logo/ui/Logo.js";
|
|
12
16
|
export {
|
|
13
17
|
t as Button,
|
|
14
18
|
n as DestinationTab,
|
|
19
|
+
M as FieldInput,
|
|
15
20
|
w as Flex,
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
21
|
+
L as GroupedInputs,
|
|
22
|
+
g as Input,
|
|
23
|
+
R as Logo,
|
|
24
|
+
p as MobileButton,
|
|
25
|
+
s as Modal,
|
|
19
26
|
f as NewIcon,
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
27
|
+
i as RoundButton,
|
|
28
|
+
I as Switcher,
|
|
29
|
+
D as TabSwitcher,
|
|
30
|
+
d as Tag,
|
|
31
|
+
b as Text
|
|
24
32
|
};
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
._root_wkh0k_1{white-space:pre-wrap}._tagCommon_13otg_1{font-family:inherit;font-weight:400;display:flex;justify-content:center;align-items:center;box-sizing:border-box;text-align:center;border:1px solid transparent;border-radius:48px}._tagCommon_13otg_1:disabled{opacity:.2}._auto-width_13otg_16{width:max-content}._full-width_13otg_20{width:100%}._medium-size_13otg_24{font-size:14px;line-height:20px;min-height:40px;padding:10px 16px;gap:8px}._tiny-size_13otg_32{font-size:10px;line-height:12px;min-height:24px;padding:5px;gap:4px}._small-size_13otg_40{font-size:12px;line-height:16px;min-height:32px;padding:8px 16px;gap:4px}._preLarge-size_13otg_48{font-size:14px;line-height:20px;min-height:44px;padding:12px 24px;gap:10px}._large-size_13otg_56{font-size:16px;line-height:24px;min-height:48px;padding:12px 24px;gap:8px}._red_13otg_64{background:#ec5353;border:1px solid #ec5353;color:#fff}._gray_13otg_70{background:#f4f5f6;border:none;color:#353945}._shade_13otg_76{background:#141416cc;border:none;color:#fff}._blackGrey_13otg_82{background-color:#23262f;border:none;color:#e6e8ec}._chineseBlack_13otg_88{background-color:#141416;border:none;color:#fff}@media (min-width: 1024px){._tiny-size_m_13otg_95{font-size:10px;line-height:12px;min-height:24px;padding:5px;gap:4px}._medium-size_m_13otg_102{font-size:14px;line-height:20px;min-height:40px;padding:10px 16px;gap:8px}._small-size_m_13otg_109{font-size:12px;line-height:16px;min-height:32px;padding:8px 16px;gap:4px}._preLarge_size_m_13otg_116{font-size:14px;line-height:20px;min-height:44px;padding:12px 24px;gap:10px}._large-size_m_13otg_123{font-size:16px;line-height:24px;min-height:48px;padding:12px 24px;gap:8px}}@media (min-width: 1440px){._tiny-size_l_13otg_132{font-size:10px;line-height:12px;min-height:24px;padding:5px;gap:4px}._medium-size_l_13otg_139{font-size:14px;line-height:20px;min-height:40px;padding:10px 16px;gap:8px}._small-size_l_13otg_146{font-size:12px;line-height:16px;min-height:32px;padding:8px 16px;gap:4px}._preLarge-size_l_13otg_153{font-size:14px;line-height:20px;min-height:44px;padding:12px 24px;gap:10px}._large-size_l_13otg_160{font-size:16px;line-height:24px;min-height:48px;padding:12px 24px;gap:8px}}@keyframes _swiperForward_iju0r_1{0%{background:#b1b5c3;border:1px solid #b1b5c3}50%{background:#777e90;border:1px solid #777e90}to{background:#015ff9;border:1px solid #015ff9}}@keyframes _swiperBackward_iju0r_1{0%{background:#015ff9;border:1px solid #015ff9}50%{background:#024ac0;border:1px solid #024AC0}to{background:#b1b5c3;border:1px solid #b1b5c3}}._switcherWrapper_iju0r_29{display:flex;justify-content:space-between;align-items:center;outline:none}._swiper_iju0r_36{position:relative;width:36px;height:20px;padding:1px;border-radius:50px;border:1px solid #b1b5c3;background:#b1b5c3;box-sizing:border-box;cursor:pointer;outline:none;color:green}._swiperActive_iju0r_50{animation:_swiperForward_iju0r_1 .3s ease;animation-fill-mode:forwards}._swiperInactive_iju0r_55{animation:_swiperBackward_iju0r_1 .3s ease;animation-fill-mode:forwards}._swiperPoint_iju0r_60{position:relative;left:0;width:16px;height:16px;border-radius:50%;background:#fff;box-sizing:border-box;transition:all .3s ease;box-shadow:0 4px 4px #1414163d}._swiperPointActive_iju0r_72{left:16px}._btnRound_7sz3m_1{display:flex;justify-content:center;align-items:center;border-radius:50%;padding:7px;box-sizing:border-box;cursor:pointer}._btnRound_7sz3m_1:disabled{opacity:.2}._btnRound_7sz3m_1:focus{outline:0}._small-size_7sz3m_17{width:32px;height:32px}._medium-size_7sz3m_22{width:40px;height:40px;padding:9px}._large-size_7sz3m_28{width:48px;height:48px;padding:11px}._whiteStroke_7sz3m_34{border:1px solid #e6e8ec;background-color:#fff}._whiteStroke_7sz3m_34:hover{border:1px solid #b1b5c3}._whiteStroke_7sz3m_34:active{border:1px solid #141416}@media (min-width: 1024px){._small-size_m_7sz3m_46{width:32px;height:32px}._medium-size_m_7sz3m_50{width:40px;height:40px;padding:9px}._large-size_m_7sz3m_55{width:48px;height:48px;padding:11px}}@media (min-width: 1440px){._small-size_l_7sz3m_62{width:32px;height:32px}._medium-size_l_7sz3m_66{width:40px;height:40px;padding:9px}._large-size_l_7sz3m_71{width:48px;height:48px;padding:11px}}._btnCommon_1act6_1{font-family:inherit;font-weight:500;display:flex;flex-direction:column;justify-content:space-between;align-items:center;box-sizing:border-box;text-align:center;border:1px solid transparent;border-radius:48px;cursor:pointer}._btnCommon_1act6_1:disabled{opacity:.2}._auto-width_1act6_18{width:auto}._full-width_1act6_22{width:100%}._small-size_1act6_26{font-size:10px;line-height:12px;min-height:56px;padding:7px 11px;gap:4px}._whiteFilled_1act6_34{background:#fff;border:1px solid #ffffff;color:#777e90}._whiteFilled_1act6_34:hover{background:#fcfcfd;border:1px solid #f4f5f6}._whiteFilled_1act6_34:active{background:#f4f5f6;border:1px solid #f4f5f6}._auto-width_9hz7h_1{width:max-content}._full-width_9hz7h_5{width:100%}._inputWrapper_9hz7h_9{display:flex;gap:4px;border-radius:48px;padding:10px 23px;border:1px solid #b1b5c3}._inputWrapper_9hz7h_9 input{border:none;background:transparent}._inputWrapper_9hz7h_9 input:focus{outline:none}._inputWrapperPost_9hz7h_24{font-size:16px;line-height:24px;font-weight:400;padding:10px 12px 10px 23px}._inputWrapperPost_9hz7h_24 input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}._inputWrapperPost_9hz7h_24 input{font-size:16px;line-height:24px}._light_9hz7h_38{background:#fff;border:1px solid #b1b5c3}._light_9hz7h_38 input{color:#141416}._light_9hz7h_38 input::placeholder{color:#b1b5c3}._light_9hz7h_38 span{color:#b1b5c3}._light_9hz7h_38:hover{border:1px solid #777e90}._light_9hz7h_38:has(input:focus){border:1px solid #141416}._light_9hz7h_38:has(input:disabled){background:#f4f5f6;border:1px solid #e6e8ec}._light_9hz7h_38:has(input:disabled) input{color:#b1b5c3}._light_9hz7h_38:has(input:disabled) input::placeholder{color:#b1b5c3}._light_9hz7h_38:has(input:disabled) span{color:#b1b5c3}._dark_9hz7h_71{background:#23262f;border:1px solid #353945}._dark_9hz7h_71 input{color:#fff}._dark_9hz7h_71 input::placeholder{color:#777e90}._dark_9hz7h_71 span{color:#777e90}._dark_9hz7h_71:hover{border:1px solid #777e90}._dark_9hz7h_71:has(input:focus){border:1px solid #ffffff}._dark_9hz7h_71:has(input:disabled){background:#141416;border:1px solid #353945}._dark_9hz7h_71:has(input:disabled) input{color:#353945}._dark_9hz7h_71:has(input:disabled) input::placeholder{color:#353945}._dark_9hz7h_71:has(input:disabled) span{color:#353945}._dark_9hz7h_71:has(input:invalid){border:1px solid #ec5353}._inputWrapperError_9hz7h_107{border:1px solid #ec5353}._root_fi64k_1{display:flex}._gap-1_fi64k_5{gap:4px}._gap-2_fi64k_9{gap:8px}._gap-3_fi64k_13{gap:12px}._gap-4_fi64k_17{gap:16px}._gap-5_fi64k_21{gap:20px}._gap-6_fi64k_25{gap:24px}._gap-7_fi64k_29{gap:28px}._gap-8_fi64k_33{gap:32px}._gap-9_fi64k_37{gap:36px}._gap-10_fi64k_41{gap:40px}._gap-11_fi64k_45{gap:44px}._gap-12_fi64k_49{gap:48px}._gap-13_fi64k_53{gap:52px}._gap-14_fi64k_57{gap:56px}._gap-15_fi64k_61{gap:60px}._gap-16_fi64k_65{gap:64px}._fd-row_fi64k_69{flex-direction:row}._fd-row-reverse_fi64k_73{flex-direction:row-reverse}._fd-column_fi64k_77{flex-direction:column}._fd-column-reverse_fi64k_81{flex-direction:column-reverse}._w-nowrap_fi64k_85{flex-wrap:nowrap}._w-wrap_fi64k_89{flex-wrap:wrap}._w-wrap-reverse_fi64k_93{flex-wrap:wrap-reverse}._jc-flex-start_fi64k_97{justify-content:flex-start}._jc-flex-end_fi64k_101{justify-content:flex-end}._jc-center_fi64k_105{justify-content:center}._jc-space-between_fi64k_109{justify-content:space-between}._jc-space-around_fi64k_113{justify-content:space-around}._jc-space-evenly_fi64k_117{justify-content:space-evenly}._ai-stretch_fi64k_121{align-items:stretch}._ai-flex-start_fi64k_125{align-items:flex-start}._ai-flex-end_fi64k_129{align-items:flex-end}._ai-center_fi64k_133{align-items:center}._ai-baseline_fi64k_137{align-items:baseline}._fieldInputWrapper_1by5x_1{display:flex;flex-direction:column;align-items:flex-start;gap:8px}._fieldInputWrapper_1by5x_1 label{font-family:inherit;font-size:12px;line-height:16px;font-weight:400;color:#141416}._btnCommon_8itoc_1{position:relative;font-family:inherit;font-weight:500;display:flex;justify-content:center;align-items:center;box-sizing:border-box;text-align:center;border:1px solid transparent;border-radius:48px;text-decoration:none;cursor:pointer}._btnCommon_8itoc_1:disabled{opacity:.2}._btnLoading_8itoc_19{pointer-events:none}._isHidden_8itoc_23{visibility:hidden}._auto-width_8itoc_27{width:max-content}._full-width_8itoc_31{width:100%}._tiny-size_8itoc_35{font-size:10px;line-height:12px;min-height:24px;padding:5px 11px;gap:4px}._small-size_8itoc_43{font-size:12px;line-height:16px;min-height:32px;padding:7px 11px;gap:8px}._medium-size_8itoc_51{font-size:14px;line-height:20px;min-height:40px;padding:9px 15px;gap:8px}._large-size_8itoc_59{font-size:16px;line-height:24px;min-height:48px;padding:11px 23px;gap:8px}._blue_8itoc_67{background:#015ff9;border:1px solid #015ff9;color:#fff}._blue_8itoc_67:hover{background:#024ac0;border:1px solid #024ac0}._blue_8itoc_67:active{background:#0645aa;border:1px solid #0645aa}._sokolniki_8itoc_81{background:#60663e;border:1px solid #60663e;color:#fff}._sokolniki_8itoc_81:hover{background:#494f29;border:1px solid #494f29}._sokolniki_8itoc_81:active{background:#303519;border:1px solid #303519}._black_8itoc_95{background:#141416;border:1px solid #141416;color:#fff}._black_8itoc_95:hover{background:#23262f;border:1px solid #353945}._black_8itoc_95:active{background:#353945;border:1px solid #777e90}._gray_8itoc_109{background:#f4f5f6;border:1px solid #f4f5f6;color:#777e90}._gray_8itoc_109:hover{background:#f4f5f6;border:1px solid #b1b5c3}._gray_8itoc_109:active{background:#e6e8ec;border:1px solid #b1b5c3}._whiteStroke_8itoc_123{background:#fff;border:1px solid #e6e8ec;color:#141416}._whiteStroke_8itoc_123:hover{border:1px solid #b1b5c3}._whiteStroke_8itoc_123:active{border:1px solid #141416}._whiteFilled_8itoc_135{background:#fff;border:1px solid #ffffff;color:#141416}._whiteFilled_8itoc_135:hover{background:#fcfcfd;border:1px solid #f4f5f6}._whiteFilled_8itoc_135:active{background:#f4f5f6;border:1px solid #f4f5f6}._shade_8itoc_149{background:#23262f;border:1px solid #23262F;color:#fff}@keyframes _LoaderSpin_8itoc_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._loader_8itoc_163{position:absolute;animation:_LoaderSpin_8itoc_1 1.4s infinite linear}@media (min-width: 1024px){._tiny-size_m_8itoc_169{font-size:10px;line-height:12px;min-height:24px;padding:5px 11px;gap:4px}._small-size_m_8itoc_176{font-size:12px;line-height:16px;min-height:32px;padding:7px 11px;gap:8px}._medium-size_m_8itoc_183{font-size:14px;line-height:20px;min-height:40px;padding:9px 15px;gap:8px}._large-size_m_8itoc_190{font-size:16px;line-height:24px;min-height:48px;padding:11px 23px;gap:8px}}@media (min-width: 1440px){._tiny-size_l_8itoc_199{font-size:10px;line-height:12px;min-height:24px;padding:5px 11px;gap:4px}._small-size_l_8itoc_206{font-size:12px;line-height:16px;min-height:32px;padding:7px 11px;gap:8px}._medium-size_l_8itoc_213{font-size:14px;line-height:20px;min-height:40px;padding:9px 15px;gap:8px}._large-size_l_8itoc_220{font-size:16px;line-height:24px;min-height:48px;padding:11px 23px;gap:8px}}._destination_1c7de_1{display:flex;justify-content:space-between;align-items:center;gap:8px;border-radius:110px;cursor:pointer}._destination_1c7de_1 input{border:0;clip:rect(0 0 0 0);clip-path:inset(100%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}._destination_1c7de_1 span{display:block;width:8px;height:8px;border-radius:50%}._auto-width_1c7de_29{width:max-content}._full-width_1c7de_33{width:100%}._medium-size_1c7de_37{padding:9px 23px}._medium-size_1c7de_37 ._destinationName_1c7de_40{font-size:14px;line-height:20px;font-weight:500}._medium-size_1c7de_37 ._routeText_1c7de_45{font-size:12px;line-height:16px;font-weight:500}._large-size_1c7de_51{padding:11px 31px}._large-size_1c7de_51 ._destinationName_1c7de_40{font-size:16px;line-height:24px;font-weight:500}._large-size_1c7de_51 ._routeText_1c7de_45{font-size:14px;line-height:20px;font-weight:500}._whiteStroke_1c7de_65{color:#353945;border:1px solid #f4f5f6}._whiteStroke_1c7de_65:hover{border:1px solid #b1b5c3}._whiteStroke_1c7de_65:active{background-color:#e6e8ec}._whiteStroke_1c7de_65 ._routeText_1c7de_45,._whiteStroke_1c7de_65 ._routeWrapper_1c7de_78{color:#777e90}._whiteStroke_1c7de_65:has(input:checked){border:1px solid #141416;background-color:#141416;color:#fff}._whiteStroke_1c7de_65:has(input:checked):hover{border:1px solid #353945;background-color:#23262f}._whiteStroke_1c7de_65:has(input:checked):active{background-color:#353945;border:1px solid #777E90}._whiteStroke_1c7de_65:has(input:checked) ._routeText_1c7de_45{color:#b1b5c3}._whiteStroke_1c7de_65:has(input:checked) ._routeWrapper_1c7de_78{color:#b1b5c3}._routeWrapper_1c7de_78{display:flex;gap:4px;justify-content:space-between;align-items:center}@media (min-width: 1024px){._medium-size_m_1c7de_109{padding:9px 23px}._medium-size_m_1c7de_109 ._destinationName_1c7de_40{font-size:14px;line-height:20px;font-weight:500}._medium-size_m_1c7de_109 ._routeText_1c7de_45{font-size:12px;line-height:16px;font-weight:500}._large-size_m_1c7de_122{padding:11px 31px}._large-size_m_1c7de_122 ._destinationName_1c7de_40{font-size:16px;line-height:24px;font-weight:500}._large-size_m_1c7de_122 ._routeText_1c7de_45{font-size:14px;line-height:20px;font-weight:500}}@media (min-width: 1440px){._medium-size_l_1c7de_137{padding:9px 23px}._medium-size_l_1c7de_137 ._destinationName_1c7de_40{font-size:14px;line-height:20px;font-weight:500}._medium-size_l_1c7de_137 ._routeText_1c7de_45{font-size:12px;line-height:16px;font-weight:500}._large-size_l_1c7de_150{padding:11px 31px}._large-size_l_1c7de_150 ._destinationName_1c7de_40{font-size:16px;line-height:24px;font-weight:500}._large-size_l_1c7de_150 ._routeText_1c7de_45{font-size:14px;line-height:20px;font-weight:500}}._root_1cpat_1{display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100%;height:100%;z-index:102;overflow:auto;box-sizing:border-box}._modalBody_1cpat_15{position:absolute}._modalOverlay_1cpat_19{position:absolute;width:100%;height:100vh;background:#00000080}._isTransparentBack_1cpat_26{opacity:.5}
|
|
1
|
+
._tagCommon_13otg_1{font-family:inherit;font-weight:400;display:flex;justify-content:center;align-items:center;box-sizing:border-box;text-align:center;border:1px solid transparent;border-radius:48px}._tagCommon_13otg_1:disabled{opacity:.2}._auto-width_13otg_16{width:max-content}._full-width_13otg_20{width:100%}._medium-size_13otg_24{font-size:14px;line-height:20px;min-height:40px;padding:10px 16px;gap:8px}._tiny-size_13otg_32{font-size:10px;line-height:12px;min-height:24px;padding:5px;gap:4px}._small-size_13otg_40{font-size:12px;line-height:16px;min-height:32px;padding:8px 16px;gap:4px}._preLarge-size_13otg_48{font-size:14px;line-height:20px;min-height:44px;padding:12px 24px;gap:10px}._large-size_13otg_56{font-size:16px;line-height:24px;min-height:48px;padding:12px 24px;gap:8px}._red_13otg_64{background:#ec5353;border:1px solid #ec5353;color:#fff}._gray_13otg_70{background:#f4f5f6;border:none;color:#353945}._shade_13otg_76{background:#141416cc;border:none;color:#fff}._blackGrey_13otg_82{background-color:#23262f;border:none;color:#e6e8ec}._chineseBlack_13otg_88{background-color:#141416;border:none;color:#fff}@media (min-width: 1024px){._tiny-size_m_13otg_95{font-size:10px;line-height:12px;min-height:24px;padding:5px;gap:4px}._medium-size_m_13otg_102{font-size:14px;line-height:20px;min-height:40px;padding:10px 16px;gap:8px}._small-size_m_13otg_109{font-size:12px;line-height:16px;min-height:32px;padding:8px 16px;gap:4px}._preLarge_size_m_13otg_116{font-size:14px;line-height:20px;min-height:44px;padding:12px 24px;gap:10px}._large-size_m_13otg_123{font-size:16px;line-height:24px;min-height:48px;padding:12px 24px;gap:8px}}@media (min-width: 1440px){._tiny-size_l_13otg_132{font-size:10px;line-height:12px;min-height:24px;padding:5px;gap:4px}._medium-size_l_13otg_139{font-size:14px;line-height:20px;min-height:40px;padding:10px 16px;gap:8px}._small-size_l_13otg_146{font-size:12px;line-height:16px;min-height:32px;padding:8px 16px;gap:4px}._preLarge-size_l_13otg_153{font-size:14px;line-height:20px;min-height:44px;padding:12px 24px;gap:10px}._large-size_l_13otg_160{font-size:16px;line-height:24px;min-height:48px;padding:12px 24px;gap:8px}}._root_wkh0k_1{white-space:pre-wrap}._root_j8jt6_1{display:flex;width:100%}._root_j8jt6_1 input{position:absolute;z-index:-1000;width:0;height:0;opacity:0}._root_j8jt6_1 label{flex:1 0 0;width:auto}._item_j8jt6_17{display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;user-select:none;padding:11px 15px;border:1px solid #E6E8EC;border-left:none;box-sizing:border-box}._firstItem_j8jt6_29{border-radius:48px 0 0 48px;border-left:1px solid #E6E8EC}._lastItem_j8jt6_34{border-radius:0 48px 48px 0}._text_j8jt6_38{width:max-content;font-size:16px;line-height:24px;font-weight:500;font-family:inherit}._rootCol_j8jt6_46{flex-wrap:wrap}._rootCol_j8jt6_46 label{min-width:50%}._rootCol_j8jt6_46 label:nth-child(1) ._item_j8jt6_17{border-radius:48px 0 0}._rootCol_j8jt6_46 label:nth-child(2) ._item_j8jt6_17{border-radius:0 48px 0 0}._rootCol_j8jt6_46 label:nth-child(3) ._item_j8jt6_17{border-top:none;border-left:1px solid #E6E8EC;border-radius:0 0 0 48px}._rootCol_j8jt6_46 label:nth-child(4) ._item_j8jt6_17{border-top:none;border-radius:0 0 48px}._rootCol_j8jt6_46 label:nth-child(n+5) ._item_j8jt6_17{display:none}._whiteRow_j8jt6_71 input:not(:checked)~._item_j8jt6_17{color:#141416}._whiteRow_j8jt6_71 input:checked~._item_j8jt6_17{background-color:#141416;color:#fff}@media (min-width: 1024px){._whiteRow_j8jt6_71 input:not(:checked)~._item_j8jt6_17:hover{background-color:#141416;color:#fff;opacity:.9}._whiteRow_j8jt6_71 input:checked~._item_j8jt6_17:hover{opacity:.9}._whiteRow_j8jt6_71 input:disabled~._item_j8jt6_17{opacity:.7}}@keyframes _swiperForward_iju0r_1{0%{background:#b1b5c3;border:1px solid #b1b5c3}50%{background:#777e90;border:1px solid #777e90}to{background:#015ff9;border:1px solid #015ff9}}@keyframes _swiperBackward_iju0r_1{0%{background:#015ff9;border:1px solid #015ff9}50%{background:#024ac0;border:1px solid #024AC0}to{background:#b1b5c3;border:1px solid #b1b5c3}}._switcherWrapper_iju0r_29{display:flex;justify-content:space-between;align-items:center;outline:none}._swiper_iju0r_36{position:relative;width:36px;height:20px;padding:1px;border-radius:50px;border:1px solid #b1b5c3;background:#b1b5c3;box-sizing:border-box;cursor:pointer;outline:none;color:green}._swiperActive_iju0r_50{animation:_swiperForward_iju0r_1 .3s ease;animation-fill-mode:forwards}._swiperInactive_iju0r_55{animation:_swiperBackward_iju0r_1 .3s ease;animation-fill-mode:forwards}._swiperPoint_iju0r_60{position:relative;left:0;width:16px;height:16px;border-radius:50%;background:#fff;box-sizing:border-box;transition:all .3s ease;box-shadow:0 4px 4px #1414163d}._swiperPointActive_iju0r_72{left:16px}._btnRound_7sz3m_1{display:flex;justify-content:center;align-items:center;border-radius:50%;padding:7px;box-sizing:border-box;cursor:pointer}._btnRound_7sz3m_1:disabled{opacity:.2}._btnRound_7sz3m_1:focus{outline:0}._small-size_7sz3m_17{width:32px;height:32px}._medium-size_7sz3m_22{width:40px;height:40px;padding:9px}._large-size_7sz3m_28{width:48px;height:48px;padding:11px}._whiteStroke_7sz3m_34{border:1px solid #e6e8ec;background-color:#fff}._whiteStroke_7sz3m_34:hover{border:1px solid #b1b5c3}._whiteStroke_7sz3m_34:active{border:1px solid #141416}@media (min-width: 1024px){._small-size_m_7sz3m_46{width:32px;height:32px}._medium-size_m_7sz3m_50{width:40px;height:40px;padding:9px}._large-size_m_7sz3m_55{width:48px;height:48px;padding:11px}}@media (min-width: 1440px){._small-size_l_7sz3m_62{width:32px;height:32px}._medium-size_l_7sz3m_66{width:40px;height:40px;padding:9px}._large-size_l_7sz3m_71{width:48px;height:48px;padding:11px}}._btnCommon_1act6_1{font-family:inherit;font-weight:500;display:flex;flex-direction:column;justify-content:space-between;align-items:center;box-sizing:border-box;text-align:center;border:1px solid transparent;border-radius:48px;cursor:pointer}._btnCommon_1act6_1:disabled{opacity:.2}._auto-width_1act6_18{width:auto}._full-width_1act6_22{width:100%}._small-size_1act6_26{font-size:10px;line-height:12px;min-height:56px;padding:7px 11px;gap:4px}._whiteFilled_1act6_34{background:#fff;border:1px solid #ffffff;color:#777e90}._whiteFilled_1act6_34:hover{background:#fcfcfd;border:1px solid #f4f5f6}._whiteFilled_1act6_34:active{background:#f4f5f6;border:1px solid #f4f5f6}._auto-width_1fswr_1{width:max-content}._full-width_1fswr_5{width:100%}._inputWrapper_1fswr_9{display:flex;gap:4px;border-radius:48px;padding:10px 23px;border:1px solid #b1b5c3}._inputWrapper_1fswr_9 input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}._inputWrapper_1fswr_9 input{border:none;background:transparent;font-size:16px;line-height:24px}._inputWrapper_1fswr_9 input:focus{outline:none}._inputWrapperPost_1fswr_29,._inputWrapperPre_1fswr_30{font-size:16px;line-height:24px;font-weight:400;padding:10px 12px 10px 23px}._inputWrapperPost_1fswr_29 input,._inputWrapperPre_1fswr_30 input{font-size:16px;line-height:24px}._light_1fswr_42{background:#fff;border:1px solid #b1b5c3}._light_1fswr_42 input{color:#141416}._light_1fswr_42 input::placeholder{color:#b1b5c3}._light_1fswr_42 span{color:#b1b5c3}._light_1fswr_42:hover{border:1px solid #777e90}._light_1fswr_42:has(input:focus){border:1px solid #141416}._light_1fswr_42:has(input:disabled){background:#f4f5f6;border:1px solid #e6e8ec}._light_1fswr_42:has(input:disabled) input{color:#b1b5c3}._light_1fswr_42:has(input:disabled) input::placeholder{color:#b1b5c3}._light_1fswr_42:has(input:disabled) span{color:#b1b5c3}._dark_1fswr_75{background:#23262f;border:1px solid #353945}._dark_1fswr_75 input{color:#fff}._dark_1fswr_75 input::placeholder{color:#777e90}._dark_1fswr_75 span{color:#777e90}._dark_1fswr_75:hover{border:1px solid #777e90}._dark_1fswr_75:has(input:focus){border:1px solid #ffffff}._dark_1fswr_75:has(input:disabled){background:#141416;border:1px solid #353945}._dark_1fswr_75:has(input:disabled) input{color:#353945}._dark_1fswr_75:has(input:disabled) input::placeholder{color:#353945}._dark_1fswr_75:has(input:disabled) span{color:#353945}._dark_1fswr_75:has(input:invalid){border:1px solid #ec5353}._inputWrapperError_1fswr_111{border:1px solid #ec5353}._btnCommon_8itoc_1{position:relative;font-family:inherit;font-weight:500;display:flex;justify-content:center;align-items:center;box-sizing:border-box;text-align:center;border:1px solid transparent;border-radius:48px;text-decoration:none;cursor:pointer}._btnCommon_8itoc_1:disabled{opacity:.2}._btnLoading_8itoc_19{pointer-events:none}._isHidden_8itoc_23{visibility:hidden}._auto-width_8itoc_27{width:max-content}._full-width_8itoc_31{width:100%}._tiny-size_8itoc_35{font-size:10px;line-height:12px;min-height:24px;padding:5px 11px;gap:4px}._small-size_8itoc_43{font-size:12px;line-height:16px;min-height:32px;padding:7px 11px;gap:8px}._medium-size_8itoc_51{font-size:14px;line-height:20px;min-height:40px;padding:9px 15px;gap:8px}._large-size_8itoc_59{font-size:16px;line-height:24px;min-height:48px;padding:11px 23px;gap:8px}._blue_8itoc_67{background:#015ff9;border:1px solid #015ff9;color:#fff}._blue_8itoc_67:hover{background:#024ac0;border:1px solid #024ac0}._blue_8itoc_67:active{background:#0645aa;border:1px solid #0645aa}._sokolniki_8itoc_81{background:#60663e;border:1px solid #60663e;color:#fff}._sokolniki_8itoc_81:hover{background:#494f29;border:1px solid #494f29}._sokolniki_8itoc_81:active{background:#303519;border:1px solid #303519}._black_8itoc_95{background:#141416;border:1px solid #141416;color:#fff}._black_8itoc_95:hover{background:#23262f;border:1px solid #353945}._black_8itoc_95:active{background:#353945;border:1px solid #777e90}._gray_8itoc_109{background:#f4f5f6;border:1px solid #f4f5f6;color:#777e90}._gray_8itoc_109:hover{background:#f4f5f6;border:1px solid #b1b5c3}._gray_8itoc_109:active{background:#e6e8ec;border:1px solid #b1b5c3}._whiteStroke_8itoc_123{background:#fff;border:1px solid #e6e8ec;color:#141416}._whiteStroke_8itoc_123:hover{border:1px solid #b1b5c3}._whiteStroke_8itoc_123:active{border:1px solid #141416}._whiteFilled_8itoc_135{background:#fff;border:1px solid #ffffff;color:#141416}._whiteFilled_8itoc_135:hover{background:#fcfcfd;border:1px solid #f4f5f6}._whiteFilled_8itoc_135:active{background:#f4f5f6;border:1px solid #f4f5f6}._shade_8itoc_149{background:#23262f;border:1px solid #23262F;color:#fff}@keyframes _LoaderSpin_8itoc_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._loader_8itoc_163{position:absolute;animation:_LoaderSpin_8itoc_1 1.4s infinite linear}@media (min-width: 1024px){._tiny-size_m_8itoc_169{font-size:10px;line-height:12px;min-height:24px;padding:5px 11px;gap:4px}._small-size_m_8itoc_176{font-size:12px;line-height:16px;min-height:32px;padding:7px 11px;gap:8px}._medium-size_m_8itoc_183{font-size:14px;line-height:20px;min-height:40px;padding:9px 15px;gap:8px}._large-size_m_8itoc_190{font-size:16px;line-height:24px;min-height:48px;padding:11px 23px;gap:8px}}@media (min-width: 1440px){._tiny-size_l_8itoc_199{font-size:10px;line-height:12px;min-height:24px;padding:5px 11px;gap:4px}._small-size_l_8itoc_206{font-size:12px;line-height:16px;min-height:32px;padding:7px 11px;gap:8px}._medium-size_l_8itoc_213{font-size:14px;line-height:20px;min-height:40px;padding:9px 15px;gap:8px}._large-size_l_8itoc_220{font-size:16px;line-height:24px;min-height:48px;padding:11px 23px;gap:8px}}._destination_1c7de_1{display:flex;justify-content:space-between;align-items:center;gap:8px;border-radius:110px;cursor:pointer}._destination_1c7de_1 input{border:0;clip:rect(0 0 0 0);clip-path:inset(100%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}._destination_1c7de_1 span{display:block;width:8px;height:8px;border-radius:50%}._auto-width_1c7de_29{width:max-content}._full-width_1c7de_33{width:100%}._medium-size_1c7de_37{padding:9px 23px}._medium-size_1c7de_37 ._destinationName_1c7de_40{font-size:14px;line-height:20px;font-weight:500}._medium-size_1c7de_37 ._routeText_1c7de_45{font-size:12px;line-height:16px;font-weight:500}._large-size_1c7de_51{padding:11px 31px}._large-size_1c7de_51 ._destinationName_1c7de_40{font-size:16px;line-height:24px;font-weight:500}._large-size_1c7de_51 ._routeText_1c7de_45{font-size:14px;line-height:20px;font-weight:500}._whiteStroke_1c7de_65{color:#353945;border:1px solid #f4f5f6}._whiteStroke_1c7de_65:hover{border:1px solid #b1b5c3}._whiteStroke_1c7de_65:active{background-color:#e6e8ec}._whiteStroke_1c7de_65 ._routeText_1c7de_45,._whiteStroke_1c7de_65 ._routeWrapper_1c7de_78{color:#777e90}._whiteStroke_1c7de_65:has(input:checked){border:1px solid #141416;background-color:#141416;color:#fff}._whiteStroke_1c7de_65:has(input:checked):hover{border:1px solid #353945;background-color:#23262f}._whiteStroke_1c7de_65:has(input:checked):active{background-color:#353945;border:1px solid #777E90}._whiteStroke_1c7de_65:has(input:checked) ._routeText_1c7de_45{color:#b1b5c3}._whiteStroke_1c7de_65:has(input:checked) ._routeWrapper_1c7de_78{color:#b1b5c3}._routeWrapper_1c7de_78{display:flex;gap:4px;justify-content:space-between;align-items:center}@media (min-width: 1024px){._medium-size_m_1c7de_109{padding:9px 23px}._medium-size_m_1c7de_109 ._destinationName_1c7de_40{font-size:14px;line-height:20px;font-weight:500}._medium-size_m_1c7de_109 ._routeText_1c7de_45{font-size:12px;line-height:16px;font-weight:500}._large-size_m_1c7de_122{padding:11px 31px}._large-size_m_1c7de_122 ._destinationName_1c7de_40{font-size:16px;line-height:24px;font-weight:500}._large-size_m_1c7de_122 ._routeText_1c7de_45{font-size:14px;line-height:20px;font-weight:500}}@media (min-width: 1440px){._medium-size_l_1c7de_137{padding:9px 23px}._medium-size_l_1c7de_137 ._destinationName_1c7de_40{font-size:14px;line-height:20px;font-weight:500}._medium-size_l_1c7de_137 ._routeText_1c7de_45{font-size:12px;line-height:16px;font-weight:500}._large-size_l_1c7de_150{padding:11px 31px}._large-size_l_1c7de_150 ._destinationName_1c7de_40{font-size:16px;line-height:24px;font-weight:500}._large-size_l_1c7de_150 ._routeText_1c7de_45{font-size:14px;line-height:20px;font-weight:500}}._root_fi64k_1{display:flex}._gap-1_fi64k_5{gap:4px}._gap-2_fi64k_9{gap:8px}._gap-3_fi64k_13{gap:12px}._gap-4_fi64k_17{gap:16px}._gap-5_fi64k_21{gap:20px}._gap-6_fi64k_25{gap:24px}._gap-7_fi64k_29{gap:28px}._gap-8_fi64k_33{gap:32px}._gap-9_fi64k_37{gap:36px}._gap-10_fi64k_41{gap:40px}._gap-11_fi64k_45{gap:44px}._gap-12_fi64k_49{gap:48px}._gap-13_fi64k_53{gap:52px}._gap-14_fi64k_57{gap:56px}._gap-15_fi64k_61{gap:60px}._gap-16_fi64k_65{gap:64px}._fd-row_fi64k_69{flex-direction:row}._fd-row-reverse_fi64k_73{flex-direction:row-reverse}._fd-column_fi64k_77{flex-direction:column}._fd-column-reverse_fi64k_81{flex-direction:column-reverse}._w-nowrap_fi64k_85{flex-wrap:nowrap}._w-wrap_fi64k_89{flex-wrap:wrap}._w-wrap-reverse_fi64k_93{flex-wrap:wrap-reverse}._jc-flex-start_fi64k_97{justify-content:flex-start}._jc-flex-end_fi64k_101{justify-content:flex-end}._jc-center_fi64k_105{justify-content:center}._jc-space-between_fi64k_109{justify-content:space-between}._jc-space-around_fi64k_113{justify-content:space-around}._jc-space-evenly_fi64k_117{justify-content:space-evenly}._ai-stretch_fi64k_121{align-items:stretch}._ai-flex-start_fi64k_125{align-items:flex-start}._ai-flex-end_fi64k_129{align-items:flex-end}._ai-center_fi64k_133{align-items:center}._ai-baseline_fi64k_137{align-items:baseline}._fieldInputWrapper_14ghj_1{display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:100%}._fieldInputWrapper_14ghj_1 label{font-family:inherit;font-size:12px;line-height:16px;font-weight:400;color:#141416}._root_uhwcb_1{display:flex}._root_uhwcb_1>div:not(:first-of-type){border-left-width:.5px;border-top-left-radius:0;border-bottom-left-radius:0}._root_uhwcb_1>div:not(:last-of-type){border-right-width:.5px;border-top-right-radius:0;border-bottom-right-radius:0}._wrapper_nzllw_1{display:flex;align-items:center;gap:8px}._logo_nzllw_7{width:81px;height:16px}._wrapperBetween_nzllw_12{width:100%;justify-content:space-between}._uk_nzllw_17{font-size:8px;line-height:8px;font-weight:600;letter-spacing:.11em;text-transform:uppercase}._uk_black_nzllw_24{color:#141416}._uk_white_nzllw_27{color:#fff}@media (min-width: 1024px){._logo_nzllw_7{width:101px;height:20px}._uk_nzllw_17{font-size:9px;line-height:10px}}._root_1cpat_1{display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100%;height:100%;z-index:102;overflow:auto;box-sizing:border-box}._modalBody_1cpat_15{position:absolute}._modalOverlay_1cpat_19{position:absolute;width:100%;height:100vh;background:#00000080}._isTransparentBack_1cpat_26{opacity:.5}
|