stone-kit 0.0.1045 → 0.0.1049

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.
Files changed (58) hide show
  1. package/README.md +88 -88
  2. package/dist/FilterWithSave-BxUAZs3U.js +2683 -0
  3. package/dist/components/CheckBoxNew/CheckBoxNew.js +5 -5
  4. package/dist/components/CommercialLotCard/CommercialLotCard.d.ts +1 -1
  5. package/dist/components/CommercialLotCard/CommercialLotCard.js +10 -79
  6. package/dist/components/CommercialLotCard/components/PaymentLink/PaymentLink.d.ts +2 -1
  7. package/dist/components/CommercialLotCard/components/PaymentLink/PaymentLink.js +9 -9
  8. package/dist/components/CommercialLotCard/components/Snippets/Snippets.js +27 -98
  9. package/dist/components/CommercialLotCard/components/Tags/Tags.js +1 -1
  10. package/dist/components/CommercialLotCard/types/CommercialLotCard.types.d.ts +1 -0
  11. package/dist/components/FilterWithSave/hooks/useFilterWithSave.js +26 -54
  12. package/dist/components/FilterWithSave/ui/FilterWithSave.js +7 -323
  13. package/dist/components/FormModal/ui/ModalForm.js +29 -1516
  14. package/dist/components/Logo/ui/Logo.js +6 -6
  15. package/dist/components/LotCard/hooks/useLotCard.js +24 -6
  16. package/dist/components/LotCard/index.js +2 -2
  17. package/dist/components/LotCard/ui/LotCard.js +11 -221
  18. package/dist/components/ModalSuccess/ModalSuccess.js +1 -1
  19. package/dist/components/RoundButton/ui/RoundButton.js +1 -1
  20. package/dist/components/Select/ui/Category.js +2 -2
  21. package/dist/components/Select/ui/Option.js +2 -2
  22. package/dist/components/Select/ui/Select.js +2 -2
  23. package/dist/components/SliderNavigation/ui/SliderNavigation.js +6 -6
  24. package/dist/components/SortSelect/index.js +1 -1
  25. package/dist/components/SortSelect/ui/SortSelect.js +26 -108
  26. package/dist/components/SummarySelect/ui/SummarySelect.js +1 -1
  27. package/dist/components/TabSelect/ui/TabSelect.js +4 -4
  28. package/dist/components/TabSwitcher/index.js +2 -2
  29. package/dist/components/TabSwitcher/ui/TabSwitcher.js +26 -121
  30. package/dist/components/Tag/ui/Tag.js +97 -96
  31. package/dist/components/Tag/ui/Tag.types.d.ts +1 -0
  32. package/dist/components/Tag/ui/Tag.types.js +2 -1
  33. package/dist/layout/components/Header/Header.js +65 -44
  34. package/dist/layout/components/Menu.js +37 -15
  35. package/dist/main.js +65 -70
  36. package/dist/pages/ButtonsPage/Buttons.js +61 -44
  37. package/dist/pages/FormsPage/FormsPage.js +42 -22
  38. package/dist/pages/IconsPage/IconsPage.js +31 -9
  39. package/dist/pages/InputPage/InputPage.js +32 -10
  40. package/dist/pages/LogoPage/LogoPage.js +36 -13
  41. package/dist/pages/LotsPage/LotsPage.js +38 -30
  42. package/dist/pages/LotsPage/const.d.ts +4 -1
  43. package/dist/pages/LotsPage/const.js +30 -4
  44. package/dist/pages/ModalsPage/ModalPage.js +66 -46
  45. package/dist/pages/SelectPage/SelectPage.js +40 -41
  46. package/dist/pages/TabsPage/TabsPage.js +1 -1
  47. package/dist/pages/TagsPage/TagsPage.js +44 -23
  48. package/dist/stone-kit.css +1 -1
  49. package/dist/stories/entities/CommercialLotCard/CommercialLotCard.stories.js +1 -1
  50. package/dist/stories/shared/ui/Button/Button.stories.js +4 -4
  51. package/dist/stories/shared/ui/FilterWithSave/FilterWithSave.stories.js +1 -1
  52. package/dist/stories/shared/ui/FormModal/FormModal.stories.js +7 -7
  53. package/dist/stories/shared/ui/SortSelect/SortSelect.stories.js +1 -1
  54. package/dist/stories/shared/ui/TabSwitcher/TabSwitcher.stories.js +1 -1
  55. package/dist/stories/shared/ui/Tag/Tag.stories.js +4 -4
  56. package/package.json +1 -1
  57. package/dist/useLotCard-D-gK4J_o.js +0 -186
  58. package/dist/{Option-DmDx_xOt.js → Option-DdjBe9yb.js} +1 -1
@@ -1,7 +1,7 @@
1
1
  import { jsxs as r, jsx as t, Fragment as b } from "react/jsx-runtime";
2
2
  import { c as n } from "../../../index-YnD2EP-S.js";
3
- import { Select as x } from "../../Select/ui/Select.js";
4
3
  import { NewIcon as p } from "../../NewIcon/ui/NewIcon.js";
4
+ import { Select as x } from "../../Select/ui/Select.js";
5
5
  const A = "_root_99sc2_1", $ = "_nameWrapper_99sc2_8", j = "_size_large_99sc2_18", U = "_clearBtnWrapper_99sc2_25", F = "_clearBtn_99sc2_25", I = "_summaryList_99sc2_54", q = "_summaryOption_99sc2_66", E = "_summaryOptionSecondary_99sc2_88", G = "_categoryOption_99sc2_93", H = "_categoryOptionSecondary_99sc2_102", J = "_summaryCategory_99sc2_106", K = "_headerCategory_99sc2_116", M = "_categoryTitle_99sc2_122", Q = "_categoryTitleSecondary_99sc2_130", R = "_categoryOptions_99sc2_134", e = {
6
6
  root: A,
7
7
  nameWrapper: $,
@@ -1,7 +1,7 @@
1
1
  import { jsx as e, jsxs as N } from "react/jsx-runtime";
2
2
  import { c as T } from "../../../index-YnD2EP-S.js";
3
- import { useClientWidth as k } from "../../../shared/useClientWidth.js";
4
- import { Text as y } from "../../Text/ui/Text.js";
3
+ import { Text as k } from "../../Text/ui/Text.js";
4
+ import { useClientWidth as y } from "../../../shared/useClientWidth.js";
5
5
  const z = "_root_pbslz_1", W = "_whiteFill_pbslz_29", D = "_text_pbslz_34", F = "_fullWhite_pbslz_48", P = "_whiteStroke_pbslz_67", C = "_withPadding_pbslz_105", I = "_grayDesign_pbslz_109", t = {
6
6
  root: z,
7
7
  whiteFill: W,
@@ -20,7 +20,7 @@ const z = "_root_pbslz_1", W = "_whiteFill_pbslz_29", D = "_text_pbslz_34", F =
20
20
  classname: l,
21
21
  children: a
22
22
  }) => /* @__PURE__ */ e("div", { className: i(t.root, t[`${s}`], l), children: a }), c = (s) => {
23
- const { isTablet: l, isDesktop: a } = k(), {
23
+ const { isTablet: l, isDesktop: a } = y(), {
24
24
  children: r,
25
25
  className: h,
26
26
  additionalClassName: d,
@@ -49,7 +49,7 @@ const z = "_root_pbslz_1", W = "_whiteFill_pbslz_29", D = "_text_pbslz_34", F =
49
49
  {
50
50
  className: i(h, d, { [t.isLong]: m }),
51
51
  style: { width: u(l, a) },
52
- children: /* @__PURE__ */ e(y, { className: i(t.text), children: r })
52
+ children: /* @__PURE__ */ e(k, { className: i(t.text), children: r })
53
53
  }
54
54
  )
55
55
  ] });
@@ -1,4 +1,4 @@
1
- import { TabSwitcher as o } from "./ui/TabSwitcher.js";
1
+ import { T as e } from "../../FilterWithSave-BxUAZs3U.js";
2
2
  export {
3
- o as TabSwitcher
3
+ e as TabSwitcher
4
4
  };
@@ -1,123 +1,28 @@
1
- import { jsx as s, jsxs as S } from "react/jsx-runtime";
2
- import { c as W } from "../../../index-YnD2EP-S.js";
3
- import { useClientWidth as $ } from "../../../shared/useClientWidth.js";
4
- import { Text as D } from "../../Text/ui/Text.js";
5
- const M = "_root_1qhai_1", j = "_text_1qhai_18", G = "_textMini_1qhai_26", k = "_rootCol_1qhai_32", v = "_item_1qhai_38", O = "_whiteRow_1qhai_57", A = "_firstItem_1qhai_68", B = "_lastItem_1qhai_72", E = "_whiteRowGrayLabel_1qhai_103", F = "_labelItem_1qhai_118", H = "_outlined_1qhai_147", J = "_apart_1qhai_204", K = "_isLong_1qhai_204", P = "_autoWidth_1qhai_219", Q = "_mini_1qhai_233", U = "_isDisabled_1qhai_241", V = "_grayRow_1qhai_265", e = {
6
- root: M,
7
- text: j,
8
- textMini: G,
9
- rootCol: k,
10
- item: v,
11
- whiteRow: O,
12
- firstItem: A,
13
- lastItem: B,
14
- whiteRowGrayLabel: E,
15
- labelItem: F,
16
- outlined: H,
17
- apart: J,
18
- isLong: K,
19
- autoWidth: P,
20
- mini: Q,
21
- isDisabled: U,
22
- grayRow: V,
23
- "tiny-size": "_tiny-size_1qhai_293",
24
- "small-size": "_small-size_1qhai_298",
25
- "medium-size": "_medium-size_1qhai_303",
26
- "large-size": "_large-size_1qhai_308",
27
- "text-tiny-size": "_text-tiny-size_1qhai_313",
28
- "text-small-size": "_text-small-size_1qhai_319",
29
- "text-medium-size": "_text-medium-size_1qhai_324",
30
- "text-large-size": "_text-large-size_1qhai_329",
31
- "small-size_m": "_small-size_m_1qhai_335",
32
- "medium-size_m": "_medium-size_m_1qhai_339",
33
- "large-size_m": "_large-size_m_1qhai_343",
34
- "text-small-size_m": "_text-small-size_m_1qhai_347",
35
- "text-medium-size_m": "_text-medium-size_m_1qhai_351",
36
- "text-large-size_m": "_text-large-size_m_1qhai_355",
37
- "small-size_l": "_small-size_l_1qhai_370",
38
- "medium-size_l": "_medium-size_l_1qhai_374",
39
- "large-size_l": "_large-size_l_1qhai_378",
40
- "text-small-size_l": "_text-small-size_l_1qhai_382",
41
- "text-medium-size_l": "_text-medium-size_l_1qhai_386",
42
- "text-large-size_l": "_text-large-size_l_1qhai_390"
43
- }, _ = W.bind(e), X = ({
44
- children: a,
45
- variant: l = "whiteRow",
46
- isApart: m = !1,
47
- addClassName: i = "",
48
- col: t = !1
49
- }) => /* @__PURE__ */ s("div", { className: _(e.root, e[l], { [e.rootCol]: t, [e.apart]: m }, i), children: a }), g = (a) => {
50
- const { isTablet: l, isDesktop: m } = $(), {
51
- index: i,
52
- children: t,
53
- addItemClassName: u,
54
- addLabelClassname: w,
55
- addTextClass: b,
56
- size_s: h = "large",
57
- size_m: r,
58
- size_l: d,
59
- disabled: z = !1,
60
- itemsLength: I = 0,
61
- isLongOn: f = !0,
62
- width: c,
63
- width_m: o,
64
- width_l: n,
65
- mini: x = !1,
66
- dataTestId: p,
67
- ref: y,
68
- ...L
69
- } = a, q = (t?.toString().length ? t?.toString().length > 2 : !1) && f, R = (C, N) => C && o ? o : N && n ? n : c, T = !c && !o && !n && q;
70
- return /* @__PURE__ */ S("label", { className: _(e.labelItem, { [e.isLong]: q }, w), children: [
71
- /* @__PURE__ */ s(
72
- "input",
73
- {
74
- ref: y,
75
- type: "checkbox",
76
- ...L,
77
- disabled: z
78
- }
79
- ),
80
- /* @__PURE__ */ s(
81
- "div",
82
- {
83
- style: { width: R(l, m) },
84
- "data-testid": p,
85
- className: _(
86
- e.item,
87
- {
88
- [e.firstItem]: i === 0,
89
- [e.lastItem]: i === I - 1,
90
- [e.isDisabled]: z,
91
- [e.autoWidth]: T,
92
- [e.mini]: x
93
- },
94
- e[`${h}-size`],
95
- e[`${r}-size_m`],
96
- e[`${d}-size_l`],
97
- u
98
- ),
99
- children: /* @__PURE__ */ s(
100
- D,
101
- {
102
- className: _(
103
- e.text,
104
- e[`text-${h}-size`],
105
- e[`text-${r}-size_m`],
106
- e[`text-${d}-size_l`],
107
- { [e.textMini]: x },
108
- b
109
- ),
110
- children: t
111
- }
112
- )
113
- }
114
- )
115
- ] });
116
- };
117
- g.displayName = "TabSwitcherItem";
118
- const ie = Object.assign(X, {
119
- Item: g
120
- });
1
+ import "react/jsx-runtime";
2
+ import { T as y } from "../../../FilterWithSave-BxUAZs3U.js";
3
+ import "../../Text/ui/Text.js";
4
+ import "../../../index-YnD2EP-S.js";
5
+ import "../../Button/ui/Button.js";
6
+ import "../../mobileButton/ui/MobileButton.js";
7
+ import "../../NewIcon/ui/NewIcon.js";
8
+ import "../../DestinationTab/ui/DestinationTab.js";
9
+ import "../../RoundButton/ui/RoundButton.js";
10
+ import "../../Tag/ui/Tag.js";
11
+ import "../../Switcher/ui/Switcher.js";
12
+ import "../../Flex/ui/Flex.js";
13
+ import "../../Input/ui/Input.js";
14
+ import "react";
15
+ import "react-dom";
16
+ import "../../GroupedInput/ui/GroupedInputs.js";
17
+ import "../../MetroTag/ui/MetroTag.js";
18
+ import "../../Select/ui/Select.js";
19
+ import "../../../shared/useClientWidth.js";
20
+ import "../../SliderNavigation/ui/SliderNavigation.js";
21
+ import "../../LotCardSkeleton/ui/LotCardSkeleton.js";
22
+ import "../../TabSelect/ui/TabSelect.js";
23
+ import "../../CheckBox/CheckBox.js";
24
+ import "../../CheckBoxNew/CheckBoxNew.js";
25
+ import "../../CheckboxSelect/ui/CheckboxSelect.js";
121
26
  export {
122
- ie as TabSwitcher
27
+ y as TabSwitcher
123
28
  };
@@ -1,107 +1,108 @@
1
- import { jsx as z } from "react/jsx-runtime";
2
- import { c as h } from "../../../index-YnD2EP-S.js";
3
- const o = "_tagCommon_18las_1", y = "_red_18las_149", p = "_gray_18las_155", g = "_shade_18las_161", x = "_blackGrey_18las_167", c = "_blackWhite_18las_173", d = "_gray5_18las_179", u = "_gray8_18las_185", k = "_chineseBlack_18las_191", G = "_white_18las_198", f = "_fullWhite_18las_205", W = "_shadeWhite_18las_212", w = "_transparent_18las_222", b = "_transWhite_18las_229", L = "_neutralGray6_18las_239", T = "_whiteGrayStroke_18las_245", B = "_whiteGray_18las_245", S = "_lightGray_18las_259", $ = "_black_18las_167", C = "_blackStroke_18las_271", N = "_darkGray_18las_278", j = "_lightBlue_18las_283", v = "_lightGrayTrans_18las_289", q = "_whiteGrayTrans_18las_295", A = "_preLarge_size_m_18las_342", _ = {
4
- tagCommon: o,
5
- "auto-width": "_auto-width_18las_21",
6
- "full-width": "_full-width_18las_25",
7
- "medium-size": "_medium-size_18las_29",
8
- "mini-size": "_mini-size_18las_37",
9
- "mini-12px-size": "_mini-12px-size_18las_45",
10
- "tiny-size": "_tiny-size_18las_53",
11
- "small-size": "_small-size_18las_61",
12
- "preLarge-size": "_preLarge-size_18las_69",
13
- "large-size": "_large-size_18las_77",
14
- "tiny-7px-size": "_tiny-7px-size_18las_85",
15
- "tiny-10px-size": "_tiny-10px-size_18las_93",
16
- "tiny-12px-size": "_tiny-12px-size_18las_101",
17
- "small-10px-size": "_small-10px-size_18las_109",
18
- "small-13px-size": "_small-13px-size_18las_117",
19
- "small-font-14-size": "_small-font-14-size_18las_125",
20
- "extra-small-size": "_extra-small-size_18las_133",
21
- "small-height-28px-size": "_small-height-28px-size_18las_141",
22
- red: y,
23
- gray: p,
24
- shade: g,
25
- blackGrey: x,
26
- blackWhite: c,
27
- gray5: d,
28
- gray8: u,
29
- chineseBlack: k,
30
- white: G,
31
- fullWhite: f,
32
- shadeWhite: W,
33
- transparent: w,
34
- transWhite: b,
35
- neutralGray6: L,
36
- whiteGrayStroke: T,
37
- whiteGray: B,
38
- lightGray: S,
39
- black: $,
40
- blackStroke: C,
41
- darkGray: N,
42
- lightBlue: j,
43
- lightGrayTrans: v,
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ import { c as w } from "../../../index-YnD2EP-S.js";
3
+ const v = "_tagCommon_z8vwz_1", o = "_red_z8vwz_149", h = "_gray_z8vwz_155", y = "_shade_z8vwz_161", g = "_blackGrey_z8vwz_167", p = "_blackWhite_z8vwz_173", c = "_gray5_z8vwz_179", x = "_gray8_z8vwz_185", d = "_chineseBlack_z8vwz_191", u = "_white_z8vwz_198", k = "_fullWhite_z8vwz_205", G = "_shadeWhite_z8vwz_212", f = "_transparent_z8vwz_222", W = "_transWhite_z8vwz_229", b = "_neutralGray6_z8vwz_239", L = "_whiteGrayStroke_z8vwz_245", T = "_whiteGray_z8vwz_245", B = "_lightGray_z8vwz_259", S = "_black_z8vwz_167", $ = "_blackStroke_z8vwz_271", C = "_darkGray_z8vwz_278", N = "_lightBlue_z8vwz_283", j = "_lightGrayTrans_z8vwz_289", q = "_whiteGrayTrans_z8vwz_295", A = "_gold_z8vwz_301", D = "_preLarge_size_m_z8vwz_348", _ = {
4
+ tagCommon: v,
5
+ "auto-width": "_auto-width_z8vwz_21",
6
+ "full-width": "_full-width_z8vwz_25",
7
+ "medium-size": "_medium-size_z8vwz_29",
8
+ "mini-size": "_mini-size_z8vwz_37",
9
+ "mini-12px-size": "_mini-12px-size_z8vwz_45",
10
+ "tiny-size": "_tiny-size_z8vwz_53",
11
+ "small-size": "_small-size_z8vwz_61",
12
+ "preLarge-size": "_preLarge-size_z8vwz_69",
13
+ "large-size": "_large-size_z8vwz_77",
14
+ "tiny-7px-size": "_tiny-7px-size_z8vwz_85",
15
+ "tiny-10px-size": "_tiny-10px-size_z8vwz_93",
16
+ "tiny-12px-size": "_tiny-12px-size_z8vwz_101",
17
+ "small-10px-size": "_small-10px-size_z8vwz_109",
18
+ "small-13px-size": "_small-13px-size_z8vwz_117",
19
+ "small-font-14-size": "_small-font-14-size_z8vwz_125",
20
+ "extra-small-size": "_extra-small-size_z8vwz_133",
21
+ "small-height-28px-size": "_small-height-28px-size_z8vwz_141",
22
+ red: o,
23
+ gray: h,
24
+ shade: y,
25
+ blackGrey: g,
26
+ blackWhite: p,
27
+ gray5: c,
28
+ gray8: x,
29
+ chineseBlack: d,
30
+ white: u,
31
+ fullWhite: k,
32
+ shadeWhite: G,
33
+ transparent: f,
34
+ transWhite: W,
35
+ neutralGray6: b,
36
+ whiteGrayStroke: L,
37
+ whiteGray: T,
38
+ lightGray: B,
39
+ black: S,
40
+ blackStroke: $,
41
+ darkGray: C,
42
+ lightBlue: N,
43
+ lightGrayTrans: j,
44
44
  whiteGrayTrans: q,
45
- "tiny-fontWeight": "_tiny-fontWeight_18las_301",
46
- "medium-fontWeight": "_medium-fontWeight_18las_305",
47
- "large-fontWeight": "_large-fontWeight_18las_309",
48
- "mini-size_m": "_mini-size_m_18las_314",
49
- "tiny-size_m": "_tiny-size_m_18las_321",
50
- "medium-size_m": "_medium-size_m_18las_328",
51
- "small-size_m": "_small-size_m_18las_335",
52
- preLarge_size_m: A,
53
- "large-size_m": "_large-size_m_18las_349",
54
- "tiny-7px-size_m": "_tiny-7px-size_m_18las_356",
55
- "tiny-10px-size_m": "_tiny-10px-size_m_18las_363",
56
- "tiny-12px-size_m": "_tiny-12px-size_m_18las_370",
57
- "small-10px-size_m": "_small-10px-size_m_18las_377",
58
- "small-13px-size_m": "_small-13px-size_m_18las_384",
59
- "small-font-14-size_m": "_small-font-14-size_m_18las_391",
60
- "mini-12px-size_m": "_mini-12px-size_m_18las_398",
61
- "extra-small-size_m": "_extra-small-size_m_18las_405",
62
- "small-height-28px-size_m": "_small-height-28px-size_m_18las_412",
63
- "mini-size_l": "_mini-size_l_18las_421",
64
- "tiny-size_l": "_tiny-size_l_18las_428",
65
- "medium-size_l": "_medium-size_l_18las_435",
66
- "small-size_l": "_small-size_l_18las_442",
67
- "preLarge-size_l": "_preLarge-size_l_18las_449",
68
- "large-size_l": "_large-size_l_18las_456",
69
- "tiny-7px-size_l": "_tiny-7px-size_l_18las_463",
70
- "tiny-10px-size_l": "_tiny-10px-size_l_18las_470",
71
- "tiny-12px-size_l": "_tiny-12px-size_l_18las_477",
72
- "small-10px-size_l": "_small-10px-size_l_18las_484",
73
- "small-13px-size_l": "_small-13px-size_l_18las_491",
74
- "small-font-14-size_l": "_small-font-14-size_l_18las_498",
75
- "mini-12px-size_l": "_mini-12px-size_l_18las_505",
76
- "extra-small-size_l": "_extra-small-size_l_18las_512",
77
- "small-height-28px-size_l": "_small-height-28px-size_l_18las_519"
78
- }, D = h.bind(_), H = ({
79
- size: s = "medium",
80
- size_m: l,
81
- size_l: a,
82
- children: i = "",
83
- variant: e = "gray",
45
+ gold: A,
46
+ "tiny-fontWeight": "_tiny-fontWeight_z8vwz_307",
47
+ "medium-fontWeight": "_medium-fontWeight_z8vwz_311",
48
+ "large-fontWeight": "_large-fontWeight_z8vwz_315",
49
+ "mini-size_m": "_mini-size_m_z8vwz_320",
50
+ "tiny-size_m": "_tiny-size_m_z8vwz_327",
51
+ "medium-size_m": "_medium-size_m_z8vwz_334",
52
+ "small-size_m": "_small-size_m_z8vwz_341",
53
+ preLarge_size_m: D,
54
+ "large-size_m": "_large-size_m_z8vwz_355",
55
+ "tiny-7px-size_m": "_tiny-7px-size_m_z8vwz_362",
56
+ "tiny-10px-size_m": "_tiny-10px-size_m_z8vwz_369",
57
+ "tiny-12px-size_m": "_tiny-12px-size_m_z8vwz_376",
58
+ "small-10px-size_m": "_small-10px-size_m_z8vwz_383",
59
+ "small-13px-size_m": "_small-13px-size_m_z8vwz_390",
60
+ "small-font-14-size_m": "_small-font-14-size_m_z8vwz_397",
61
+ "mini-12px-size_m": "_mini-12px-size_m_z8vwz_404",
62
+ "extra-small-size_m": "_extra-small-size_m_z8vwz_411",
63
+ "small-height-28px-size_m": "_small-height-28px-size_m_z8vwz_418",
64
+ "mini-size_l": "_mini-size_l_z8vwz_427",
65
+ "tiny-size_l": "_tiny-size_l_z8vwz_434",
66
+ "medium-size_l": "_medium-size_l_z8vwz_441",
67
+ "small-size_l": "_small-size_l_z8vwz_448",
68
+ "preLarge-size_l": "_preLarge-size_l_z8vwz_455",
69
+ "large-size_l": "_large-size_l_z8vwz_462",
70
+ "tiny-7px-size_l": "_tiny-7px-size_l_z8vwz_469",
71
+ "tiny-10px-size_l": "_tiny-10px-size_l_z8vwz_476",
72
+ "tiny-12px-size_l": "_tiny-12px-size_l_z8vwz_483",
73
+ "small-10px-size_l": "_small-10px-size_l_z8vwz_490",
74
+ "small-13px-size_l": "_small-13px-size_l_z8vwz_497",
75
+ "small-font-14-size_l": "_small-font-14-size_l_z8vwz_504",
76
+ "mini-12px-size_l": "_mini-12px-size_l_z8vwz_511",
77
+ "extra-small-size_l": "_extra-small-size_l_z8vwz_518",
78
+ "small-height-28px-size_l": "_small-height-28px-size_l_z8vwz_525"
79
+ }, E = w.bind(_), I = ({
80
+ size: z = "medium",
81
+ size_m: i,
82
+ size_l: e,
83
+ children: s = "",
84
+ variant: l = "gray",
84
85
  width: t = "auto",
85
- additionalClass: m = "",
86
- fontWeight: n = "medium",
87
- ...r
88
- }) => /* @__PURE__ */ z(
86
+ additionalClass: a = "",
87
+ fontWeight: m = "medium",
88
+ ...n
89
+ }) => /* @__PURE__ */ r(
89
90
  "div",
90
91
  {
91
- className: D(
92
+ className: E(
92
93
  _.tagCommon,
93
- _[`${s}-size`],
94
- _[`${l}-size_m`],
95
- _[`${a}-size_l`],
96
- _[`${e}`],
94
+ _[`${z}-size`],
95
+ _[`${i}-size_m`],
96
+ _[`${e}-size_l`],
97
+ _[`${l}`],
97
98
  _[`${t}-width`],
98
- _[`${n}-fontWeight`],
99
- m
99
+ _[`${m}-fontWeight`],
100
+ a
100
101
  ),
101
- ...r,
102
- children: i
102
+ ...n,
103
+ children: s
103
104
  }
104
105
  );
105
106
  export {
106
- H as Tag
107
+ I as Tag
107
108
  };
@@ -24,6 +24,7 @@ export declare const TAG_VARIANTS: {
24
24
  gray8: string;
25
25
  black: string;
26
26
  blackWhite: string;
27
+ gold: string;
27
28
  };
28
29
  export type tagVariant = keyof typeof TAG_VARIANTS;
29
30
  type tagSizes = 'medium' | 'tiny' | 'large' | 'small' | 'preLarge' | 'mini' | 'mini-12px' | 'tiny-7px' | 'tiny-10px' | 'tiny-12px' | 'small-10px' | 'small-13px' | 'small-font-14' | 'extra-small' | 'small-height-28px';
@@ -21,7 +21,8 @@ const a = {
21
21
  gray5: "gray5",
22
22
  gray8: "gray8",
23
23
  black: "black",
24
- blackWhite: "blackWhite"
24
+ blackWhite: "blackWhite",
25
+ gold: "gold"
25
26
  };
26
27
  export {
27
28
  a as TAG_VARIANTS
@@ -1,38 +1,59 @@
1
- import { jsxs as s, jsx as e } from "react/jsx-runtime";
2
- import { Menu as w } from "../Menu.js";
3
- import { useState as r } from "react";
4
- import { NewIcon as a } from "../../../components/NewIcon/ui/NewIcon.js";
5
- const m = "_root_15wfn_1", _ = "_wrap_15wfn_12", g = "_search_15wfn_32", x = "_searchInp_15wfn_47", y = "_searchIcon_15wfn_67", I = "_closeBtn_15wfn_73", t = {
6
- root: m,
1
+ import { jsxs as n, jsx as t } from "react/jsx-runtime";
2
+ import { Menu as f } from "../Menu.js";
3
+ import { useState as i } from "react";
4
+ import "../../../components/Button/ui/Button.js";
5
+ import "../../../components/mobileButton/ui/MobileButton.js";
6
+ import { NewIcon as c } from "../../../components/NewIcon/ui/NewIcon.js";
7
+ import "../../../components/DestinationTab/ui/DestinationTab.js";
8
+ import "../../../components/RoundButton/ui/RoundButton.js";
9
+ import "../../../components/Tag/ui/Tag.js";
10
+ import "../../../components/Switcher/ui/Switcher.js";
11
+ import "../../../components/Text/ui/Text.js";
12
+ import "../../../components/Flex/ui/Flex.js";
13
+ import "../../../components/Input/ui/Input.js";
14
+ import "react-dom";
15
+ import "../../../index-YnD2EP-S.js";
16
+ import "../../../FilterWithSave-BxUAZs3U.js";
17
+ import "../../../components/GroupedInput/ui/GroupedInputs.js";
18
+ import "../../../components/MetroTag/ui/MetroTag.js";
19
+ import "../../../components/Select/ui/Select.js";
20
+ import "../../../components/SliderNavigation/ui/SliderNavigation.js";
21
+ import "../../../components/LotCardSkeleton/ui/LotCardSkeleton.js";
22
+ import "../../../components/TabSelect/ui/TabSelect.js";
23
+ import "../../../components/CheckBox/CheckBox.js";
24
+ import "../../../components/CheckBoxNew/CheckBoxNew.js";
25
+ import "../../../components/CheckboxSelect/ui/CheckboxSelect.js";
26
+ const w = "_root_15wfn_1", _ = "_wrap_15wfn_12", g = "_search_15wfn_32", x = "_searchInp_15wfn_47", y = "_searchIcon_15wfn_67", I = "_closeBtn_15wfn_73", e = {
27
+ root: w,
7
28
  wrap: _,
8
29
  search: g,
9
30
  searchInp: x,
10
31
  searchIcon: y,
11
32
  closeBtn: I
12
- }, C = () => {
13
- const [l, o] = r(!1), [i, c] = r(""), h = (n) => {
14
- c(n.target.value);
15
- }, u = (n) => {
16
- n.key === "Enter" && (window.location.href = "https://test.stone.ru");
17
- }, d = () => {
18
- o(!0);
19
- }, f = () => {
33
+ }, P = () => {
34
+ const [a, s] = i(!1), [l, r] = i(""), h = (o) => {
35
+ r(o.target.value);
36
+ }, p = (o) => {
37
+ o.key === "Enter" && (window.location.href = "https://test.stone.ru");
38
+ }, m = () => {
39
+ s(!0);
40
+ }, u = () => {
20
41
  setTimeout(() => {
21
- document?.activeElement?.classList.contains("close-button") || o(!1);
42
+ document?.activeElement?.classList.contains("close-button") || s(!1);
22
43
  }, 0);
23
- }, p = () => {
24
- c(""), o(!1);
44
+ }, d = () => {
45
+ r(""), s(!1);
25
46
  };
26
- return /* @__PURE__ */ s("nav", { className: t.root, children: [
27
- /* @__PURE__ */ s("div", { className: t.wrap, children: [
28
- /* @__PURE__ */ s(
47
+ return /* @__PURE__ */ n("nav", { className: e.root, children: [
48
+ /* @__PURE__ */ n("div", { className: e.wrap, children: [
49
+ /* @__PURE__ */ n(
29
50
  "svg",
30
51
  {
31
52
  xmlns: "http://www.w3.org/2000/svg",
32
53
  width: "200",
33
54
  height: "60",
34
55
  children: [
35
- /* @__PURE__ */ e(
56
+ /* @__PURE__ */ t(
36
57
  "rect",
37
58
  {
38
59
  width: "200",
@@ -40,7 +61,7 @@ const m = "_root_15wfn_1", _ = "_wrap_15wfn_12", g = "_search_15wfn_32", x = "_s
40
61
  fill: "transparent"
41
62
  }
42
63
  ),
43
- /* @__PURE__ */ e(
64
+ /* @__PURE__ */ t(
44
65
  "text",
45
66
  {
46
67
  x: "0",
@@ -51,7 +72,7 @@ const m = "_root_15wfn_1", _ = "_wrap_15wfn_12", g = "_search_15wfn_32", x = "_s
51
72
  children: "Stone"
52
73
  }
53
74
  ),
54
- /* @__PURE__ */ e(
75
+ /* @__PURE__ */ t(
55
76
  "rect",
56
77
  {
57
78
  x: "110",
@@ -63,7 +84,7 @@ const m = "_root_15wfn_1", _ = "_wrap_15wfn_12", g = "_search_15wfn_32", x = "_s
63
84
  fill: "#f90"
64
85
  }
65
86
  ),
66
- /* @__PURE__ */ e(
87
+ /* @__PURE__ */ t(
67
88
  "text",
68
89
  {
69
90
  x: "115",
@@ -78,8 +99,8 @@ const m = "_root_15wfn_1", _ = "_wrap_15wfn_12", g = "_search_15wfn_32", x = "_s
78
99
  ]
79
100
  }
80
101
  ),
81
- /* @__PURE__ */ s("search", { className: t.search, children: [
82
- /* @__PURE__ */ e(
102
+ /* @__PURE__ */ n("search", { className: e.search, children: [
103
+ /* @__PURE__ */ t(
83
104
  "button",
84
105
  {
85
106
  style: {
@@ -89,39 +110,39 @@ const m = "_root_15wfn_1", _ = "_wrap_15wfn_12", g = "_search_15wfn_32", x = "_s
89
110
  padding: "unset",
90
111
  cursor: "pointer"
91
112
  },
92
- onClick: (n) => {
93
- n.preventDefault(), window.location.href = "https://test.stone.ru";
113
+ onClick: (o) => {
114
+ o.preventDefault(), window.location.href = "https://test.stone.ru";
94
115
  },
95
- children: /* @__PURE__ */ e(
96
- a,
116
+ children: /* @__PURE__ */ t(
117
+ c,
97
118
  {
98
- additionalClass: t.searchIcon,
119
+ additionalClass: e.searchIcon,
99
120
  size: "24",
100
121
  name: "search"
101
122
  }
102
123
  )
103
124
  }
104
125
  ),
105
- /* @__PURE__ */ e(
126
+ /* @__PURE__ */ t(
106
127
  "input",
107
128
  {
108
129
  type: "text",
109
- value: i,
130
+ value: l,
110
131
  onChange: h,
111
- onKeyDown: u,
112
- onFocus: d,
113
- onBlur: f,
114
- className: t.searchInp,
132
+ onKeyDown: p,
133
+ onFocus: m,
134
+ onBlur: u,
135
+ className: e.searchInp,
115
136
  placeholder: "Изучить stone-kit"
116
137
  }
117
138
  ),
118
- l && /* @__PURE__ */ e(
139
+ a && /* @__PURE__ */ t(
119
140
  "button",
120
141
  {
121
- onClick: p,
122
- className: `${t.closeBtn} close-button`,
123
- children: /* @__PURE__ */ e(
124
- a,
142
+ onClick: d,
143
+ className: `${e.closeBtn} close-button`,
144
+ children: /* @__PURE__ */ t(
145
+ c,
125
146
  {
126
147
  strokeWidth: "2.5",
127
148
  color: "#252525",
@@ -133,9 +154,9 @@ const m = "_root_15wfn_1", _ = "_wrap_15wfn_12", g = "_search_15wfn_32", x = "_s
133
154
  )
134
155
  ] })
135
156
  ] }),
136
- /* @__PURE__ */ e(w, {})
157
+ /* @__PURE__ */ t(f, {})
137
158
  ] });
138
159
  };
139
160
  export {
140
- C as Header
161
+ P as Header
141
162
  };