stone-kit 0.0.877 → 0.0.879

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 (243) hide show
  1. package/dist/App.js +1 -1
  2. package/dist/{src/pages/ButtonsPage/ButtonState/ButtonState.module.scss.js → ButtonState.module-DtW3aevR.js} +1 -4
  3. package/dist/FilterWithSave-Bp6rH8Pe.js +2230 -0
  4. package/dist/Menu-CgCfinVZ.js +513 -0
  5. package/dist/Option-BVIm7wOW.js +83 -0
  6. package/dist/{src/components/NewIcon/assets/PinTrans.svg.js → PinTrans-D6OZq76b.js} +4 -4
  7. package/dist/Router.js +9 -9
  8. package/dist/{src/components/NewIcon/assets/SmallFilter.svg.js → SmallFilter-C-VKnbkP.js} +3 -3
  9. package/dist/components/Button/ui/Button.js +73 -44
  10. package/dist/components/CheckBox/CheckBox.js +46 -35
  11. package/dist/components/CheckBoxNew/CheckBoxNew.js +23 -19
  12. package/dist/components/CheckboxSelect/ui/CheckboxSelect.js +31 -24
  13. package/dist/components/DestinationTab/ui/DestinationTab.js +48 -35
  14. package/dist/components/FieldInput/ui/FieldInput.js +10 -7
  15. package/dist/components/FilterWithSave/hooks/useFilterWithSave.js +5 -61
  16. package/dist/components/FilterWithSave/ui/FilterWithSave.js +7 -266
  17. package/dist/components/Flex/ui/Flex.js +61 -26
  18. package/dist/components/FormModal/ui/ModalForm.js +14 -289
  19. package/dist/components/GroupedInput/ui/GroupedInputs.js +6 -5
  20. package/dist/components/Input/ui/Input.js +3307 -74
  21. package/dist/components/Logo/ui/Logo.js +31 -19
  22. package/dist/components/Logo/ui/Logo.types.js +10 -18
  23. package/dist/components/LotCard/hooks/useLotCard.js +11 -125
  24. package/dist/components/LotCard/index.js +2 -2
  25. package/dist/components/LotCard/ui/LotCard.js +9 -150
  26. package/dist/components/LotCardSkeleton/ui/LotCardSkeleton.js +58 -31
  27. package/dist/components/MetroLabel/ui/MetroLabel.js +24 -19
  28. package/dist/components/MetroTag/ui/MetroTag.js +72 -59
  29. package/dist/components/Modal/ui/Modal.js +38 -33
  30. package/dist/components/ModalSuccess/ModalSuccess.js +35 -26
  31. package/dist/components/NewIcon/icons/PinTrans.js +3 -3
  32. package/dist/components/NewIcon/icons/SmallFilter.js +1 -1
  33. package/dist/components/NewIcon/ui/NewIcon.js +301 -141
  34. package/dist/components/ProjectCardSkeleton/ui/ProjectCardSkeleton.js +15 -5
  35. package/dist/components/RoundButton/ui/RoundButton.js +60 -42
  36. package/dist/components/Select/ui/Category.js +29 -30
  37. package/dist/components/Select/ui/Option.js +5 -52
  38. package/dist/components/Select/ui/Select.js +23 -24
  39. package/dist/components/SliderNavigation/ui/SliderNavigation.js +28 -27
  40. package/dist/components/SortSelect/hooks/useSortSelect.js +4 -59
  41. package/dist/components/SortSelect/index.js +1 -1
  42. package/dist/components/SortSelect/ui/SortSelect.js +9 -114
  43. package/dist/components/SummarySelect/ui/SummarySelect.js +69 -59
  44. package/dist/components/Switcher/ui/Switcher.js +24 -13
  45. package/dist/components/TabSelect/ui/TabSelect.js +34 -28
  46. package/dist/components/TabSwitcher/index.js +2 -2
  47. package/dist/components/TabSwitcher/ui/TabSwitcher.js +7 -84
  48. package/dist/components/Tag/ui/Tag.js +67 -19
  49. package/dist/components/Text/ui/Text.js +13 -12
  50. package/dist/components/TextArea/TextArea.js +14 -11
  51. package/dist/components/ZoomControls/ui/ZoomControls.js +11 -8
  52. package/dist/components/mobileButton/ui/MobileButton.js +39 -34
  53. package/dist/index-DmANy9jd.js +890 -0
  54. package/dist/{node_modules/classnames/index.js → index-rKuIKazb.js} +15 -12
  55. package/dist/layout/Layout.js +8 -7
  56. package/dist/layout/components/Header/Header.js +44 -41
  57. package/dist/layout/components/Menu.js +6 -111
  58. package/dist/main.js +42 -46
  59. package/dist/pages/ButtonsPage/ButtonState/ButtonState.js +1 -1
  60. package/dist/pages/ButtonsPage/Buttons.js +62 -54
  61. package/dist/pages/CheckboxPage/CheckboxPage.js +51 -47
  62. package/dist/pages/FormsPage/FormsPage.js +32 -31
  63. package/dist/pages/HomePage/HomePage.js +4 -3
  64. package/dist/pages/IconsPage/IconsPage.js +10 -12
  65. package/dist/pages/InputPage/InputPage.js +12 -17
  66. package/dist/pages/LogoPage/LogoPage.js +14 -17
  67. package/dist/pages/LotsPage/LotsPage.js +15 -15
  68. package/dist/pages/ModalsPage/ModalPage.js +14 -19
  69. package/dist/pages/SelectPage/SelectPage.js +41 -42
  70. package/dist/pages/TabsPage/TabsPage.js +51 -49
  71. package/dist/pages/TagsPage/TagsPage.js +7 -10
  72. package/dist/stories/Button.js +4 -5
  73. package/dist/stories/Header.js +3 -4
  74. package/dist/stories/Page.js +2 -3
  75. package/dist/style.css +1 -1
  76. package/dist/useSortSelect-CjZXLFOG.js +80 -0
  77. package/package.json +4 -3
  78. package/dist/_virtual/_commonjsHelpers.js +0 -6
  79. package/dist/_virtual/bind.js +0 -4
  80. package/dist/_virtual/index.js +0 -4
  81. package/dist/_virtual/index2.js +0 -4
  82. package/dist/_virtual/index3.js +0 -4
  83. package/dist/_virtual/react-is.development.js +0 -4
  84. package/dist/_virtual/react-is.production.min.js +0 -4
  85. package/dist/node_modules/@remix-run/router/dist/router.js +0 -431
  86. package/dist/node_modules/classnames/bind.js +0 -42
  87. package/dist/node_modules/imask/esm/controls/html-contenteditable-mask-element.js +0 -35
  88. package/dist/node_modules/imask/esm/controls/html-input-mask-element.js +0 -31
  89. package/dist/node_modules/imask/esm/controls/html-mask-element.js +0 -48
  90. package/dist/node_modules/imask/esm/controls/input-history.js +0 -30
  91. package/dist/node_modules/imask/esm/controls/input.js +0 -224
  92. package/dist/node_modules/imask/esm/controls/mask-element.js +0 -43
  93. package/dist/node_modules/imask/esm/core/action-details.js +0 -51
  94. package/dist/node_modules/imask/esm/core/change-details.js +0 -36
  95. package/dist/node_modules/imask/esm/core/continuous-tail-details.js +0 -44
  96. package/dist/node_modules/imask/esm/core/holder.js +0 -6
  97. package/dist/node_modules/imask/esm/core/utils.js +0 -80
  98. package/dist/node_modules/imask/esm/index.js +0 -50
  99. package/dist/node_modules/imask/esm/masked/base.js +0 -257
  100. package/dist/node_modules/imask/esm/masked/date.js +0 -118
  101. package/dist/node_modules/imask/esm/masked/dynamic.js +0 -224
  102. package/dist/node_modules/imask/esm/masked/enum.js +0 -70
  103. package/dist/node_modules/imask/esm/masked/factory.js +0 -51
  104. package/dist/node_modules/imask/esm/masked/function.js +0 -23
  105. package/dist/node_modules/imask/esm/masked/number.js +0 -215
  106. package/dist/node_modules/imask/esm/masked/pattern/chunk-tail-details.js +0 -110
  107. package/dist/node_modules/imask/esm/masked/pattern/cursor.js +0 -102
  108. package/dist/node_modules/imask/esm/masked/pattern/fixed-definition.js +0 -103
  109. package/dist/node_modules/imask/esm/masked/pattern/input-definition.js +0 -134
  110. package/dist/node_modules/imask/esm/masked/pattern.js +0 -339
  111. package/dist/node_modules/imask/esm/masked/pipe.js +0 -23
  112. package/dist/node_modules/imask/esm/masked/range.js +0 -82
  113. package/dist/node_modules/imask/esm/masked/regexp.js +0 -21
  114. package/dist/node_modules/imask/esm/masked/repeat.js +0 -106
  115. package/dist/node_modules/object-assign/index.js +0 -55
  116. package/dist/node_modules/prop-types/checkPropTypes.js +0 -55
  117. package/dist/node_modules/prop-types/factoryWithThrowingShims.js +0 -53
  118. package/dist/node_modules/prop-types/factoryWithTypeCheckers.js +0 -330
  119. package/dist/node_modules/prop-types/index.js +0 -15
  120. package/dist/node_modules/prop-types/lib/ReactPropTypesSecret.js +0 -11
  121. package/dist/node_modules/prop-types/lib/has.js +0 -7
  122. package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js +0 -95
  123. package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js +0 -79
  124. package/dist/node_modules/prop-types/node_modules/react-is/index.js +0 -10
  125. package/dist/node_modules/react-hook-form/dist/index.esm.js +0 -1062
  126. package/dist/node_modules/react-imask/esm/input.js +0 -25
  127. package/dist/node_modules/react-imask/esm/mixin.js +0 -131
  128. package/dist/node_modules/react-router/dist/index.js +0 -486
  129. package/dist/node_modules/react-router-dom/dist/index.js +0 -424
  130. package/dist/src/components/Button/ui/Button.module.scss.js +0 -49
  131. package/dist/src/components/CheckBox/s.module.scss.js +0 -24
  132. package/dist/src/components/CheckBoxNew/s.module.scss.js +0 -13
  133. package/dist/src/components/CheckboxSelect/ui/s.module.scss.js +0 -19
  134. package/dist/src/components/DestinationTab/ui/DestinationTab.module.scss.js +0 -23
  135. package/dist/src/components/FieldInput/ui/FieldInput.module.scss.js +0 -11
  136. package/dist/src/components/FilterWithSave/ui/s.module.scss.js +0 -39
  137. package/dist/src/components/Flex/ui/Flex.module.scss.js +0 -41
  138. package/dist/src/components/FormModal/ui/ModalForm.module.scss.js +0 -31
  139. package/dist/src/components/GroupedInput/ui/GroupedInputs.module.scss.js +0 -7
  140. package/dist/src/components/Input/ui/Input.module.scss.js +0 -43
  141. package/dist/src/components/Logo/assets/LogoBlack.svg.js +0 -4
  142. package/dist/src/components/Logo/assets/LogoDom.svg.js +0 -4
  143. package/dist/src/components/Logo/assets/LogoNewDom.svg.js +0 -4
  144. package/dist/src/components/Logo/assets/LogoNewOffice.svg.js +0 -4
  145. package/dist/src/components/Logo/assets/LogoOffice.svg.js +0 -4
  146. package/dist/src/components/Logo/assets/LogoRealty.svg.js +0 -4
  147. package/dist/src/components/Logo/assets/LogoValue.svg.js +0 -4
  148. package/dist/src/components/Logo/assets/LogoWhite.svg.js +0 -4
  149. package/dist/src/components/Logo/ui/Logo.module.scss.js +0 -29
  150. package/dist/src/components/LotCard/assets/testLot.webp.js +0 -4
  151. package/dist/src/components/LotCard/ui/LotCard.module.scss.js +0 -71
  152. package/dist/src/components/LotCardSkeleton/ui/LotCardSkeleton.module.scss.js +0 -59
  153. package/dist/src/components/MetroLabel/ui/MetroLabel.module.scss.js +0 -15
  154. package/dist/src/components/MetroTag/ui/MetroTag.module.scss.js +0 -31
  155. package/dist/src/components/Modal/ui/Modal.module.scss.js +0 -15
  156. package/dist/src/components/ModalSuccess/styles.module.scss.js +0 -23
  157. package/dist/src/components/NewIcon/assets/ArrowLong.svg.js +0 -10
  158. package/dist/src/components/NewIcon/assets/ArrowShort.svg.js +0 -10
  159. package/dist/src/components/NewIcon/assets/Auto.svg.js +0 -10
  160. package/dist/src/components/NewIcon/assets/Building.svg.js +0 -10
  161. package/dist/src/components/NewIcon/assets/Burger.svg.js +0 -10
  162. package/dist/src/components/NewIcon/assets/BurgerClose.svg.js +0 -10
  163. package/dist/src/components/NewIcon/assets/Call.svg.js +0 -10
  164. package/dist/src/components/NewIcon/assets/Callback.svg.js +0 -10
  165. package/dist/src/components/NewIcon/assets/Case.svg.js +0 -10
  166. package/dist/src/components/NewIcon/assets/Check.svg.js +0 -10
  167. package/dist/src/components/NewIcon/assets/Circle.svg.js +0 -10
  168. package/dist/src/components/NewIcon/assets/Close.svg.js +0 -10
  169. package/dist/src/components/NewIcon/assets/DirectionDown.svg.js +0 -10
  170. package/dist/src/components/NewIcon/assets/Download.svg.js +0 -10
  171. package/dist/src/components/NewIcon/assets/Filter.svg.js +0 -10
  172. package/dist/src/components/NewIcon/assets/Food.svg.js +0 -10
  173. package/dist/src/components/NewIcon/assets/Fullscreen.svg.js +0 -10
  174. package/dist/src/components/NewIcon/assets/Heart.svg.js +0 -10
  175. package/dist/src/components/NewIcon/assets/Layers.svg.js +0 -10
  176. package/dist/src/components/NewIcon/assets/LayersFilled.svg.js +0 -10
  177. package/dist/src/components/NewIcon/assets/Loader.svg.js +0 -10
  178. package/dist/src/components/NewIcon/assets/Lock.svg.js +0 -10
  179. package/dist/src/components/NewIcon/assets/Metro.svg.js +0 -10
  180. package/dist/src/components/NewIcon/assets/Minus.svg.js +0 -10
  181. package/dist/src/components/NewIcon/assets/MinusCheck.svg.js +0 -10
  182. package/dist/src/components/NewIcon/assets/Moon.svg.js +0 -10
  183. package/dist/src/components/NewIcon/assets/Park.svg.js +0 -10
  184. package/dist/src/components/NewIcon/assets/Pedestrian.svg.js +0 -10
  185. package/dist/src/components/NewIcon/assets/Phone.svg.js +0 -10
  186. package/dist/src/components/NewIcon/assets/PhoneFilled.svg.js +0 -10
  187. package/dist/src/components/NewIcon/assets/Pin.svg.js +0 -10
  188. package/dist/src/components/NewIcon/assets/Play.svg.js +0 -10
  189. package/dist/src/components/NewIcon/assets/Play2.svg.js +0 -10
  190. package/dist/src/components/NewIcon/assets/Plus.svg.js +0 -10
  191. package/dist/src/components/NewIcon/assets/Redo.svg.js +0 -10
  192. package/dist/src/components/NewIcon/assets/Ruble.svg.js +0 -10
  193. package/dist/src/components/NewIcon/assets/Search.svg.js +0 -10
  194. package/dist/src/components/NewIcon/assets/SelectChecked.svg.js +0 -10
  195. package/dist/src/components/NewIcon/assets/SelectUnchecked.svg.js +0 -10
  196. package/dist/src/components/NewIcon/assets/Share.svg.js +0 -10
  197. package/dist/src/components/NewIcon/assets/Sport.svg.js +0 -10
  198. package/dist/src/components/NewIcon/assets/SquareMeter.svg.js +0 -10
  199. package/dist/src/components/NewIcon/assets/Star.svg.js +0 -10
  200. package/dist/src/components/NewIcon/assets/StarFilled.svg.js +0 -10
  201. package/dist/src/components/NewIcon/assets/Sun.svg.js +0 -10
  202. package/dist/src/components/NewIcon/assets/Telegram.svg.js +0 -10
  203. package/dist/src/components/NewIcon/assets/Timer.svg.js +0 -10
  204. package/dist/src/components/NewIcon/assets/TwoArrows.svg.js +0 -10
  205. package/dist/src/components/NewIcon/assets/User.svg.js +0 -10
  206. package/dist/src/components/NewIcon/assets/WhatsApp.svg.js +0 -10
  207. package/dist/src/components/NewIcon/assets/WithoutDecor.svg.js +0 -10
  208. package/dist/src/components/NewIcon/assets/arrowRight.svg.js +0 -10
  209. package/dist/src/components/NewIcon/assets/mail.svg.js +0 -10
  210. package/dist/src/components/NewIcon/ui/NewIcon.module.scss.js +0 -4
  211. package/dist/src/components/ProjectCardSkeleton/ui/ProjectCardSkeleton.module.scss.js +0 -25
  212. package/dist/src/components/RoundButton/ui/RoundButton.module.scss.js +0 -29
  213. package/dist/src/components/Select/ui/Select.module.scss.js +0 -52
  214. package/dist/src/components/SliderNavigation/ui/SliderNavigation.module.scss.js +0 -7
  215. package/dist/src/components/SortSelect/ui/SortSelect.module.scss.js +0 -41
  216. package/dist/src/components/SummarySelect/ui/SummarySelect.module.scss.js +0 -25
  217. package/dist/src/components/Switcher/ui/Switcher.module.scss.js +0 -27
  218. package/dist/src/components/TabSelect/ui/TabSelect.module.scss.js +0 -17
  219. package/dist/src/components/TabSwitcher/ui/TabSwitcher.module.scss.js +0 -57
  220. package/dist/src/components/Tag/ui/Tag.module.scss.js +0 -70
  221. package/dist/src/components/Text/ui/Text.module.scss.js +0 -7
  222. package/dist/src/components/TextArea/styles.module.scss.js +0 -9
  223. package/dist/src/components/ZoomControls/ui/ZoomControls.module.scss.js +0 -11
  224. package/dist/src/components/mobileButton/ui/MobileButton.module.scss.js +0 -12
  225. package/dist/src/layout/components/Header/s.module.scss.js +0 -19
  226. package/dist/src/layout/components/Menu.module.scss.js +0 -9
  227. package/dist/src/layout/style.module.scss.js +0 -7
  228. package/dist/src/pages/ButtonsPage/ButtonState/ButtonState.js +0 -18
  229. package/dist/src/pages/ButtonsPage/ButtonsPage.module.scss.js +0 -9
  230. package/dist/src/pages/CheckboxPage/CheckboxPage.module.scss.js +0 -13
  231. package/dist/src/pages/FormsPage/FormsPage.module.scss.js +0 -15
  232. package/dist/src/pages/HomePage/HomePage.module.scss.js +0 -7
  233. package/dist/src/pages/IconsPage/IconsPage.module.scss.js +0 -9
  234. package/dist/src/pages/InputPage/InputPage.module.scss.js +0 -4
  235. package/dist/src/pages/LogoPage/LogoPage.module.scss.js +0 -7
  236. package/dist/src/pages/LotsPage/LotsPage.module.scss.js +0 -13
  237. package/dist/src/pages/ModalsPage/ModalPage.module.scss.js +0 -4
  238. package/dist/src/pages/SelectPage/SelectPage.module.scss.js +0 -11
  239. package/dist/src/pages/TabsPage/TabsPage.module.scss.js +0 -17
  240. package/dist/src/pages/TagsPage/TagsPage.module.scss.js +0 -7
  241. package/dist/src/stories/button.css.js +0 -1
  242. package/dist/src/stories/header.css.js +0 -1
  243. package/dist/src/stories/page.css.js +0 -1
@@ -1,4 +1,4 @@
1
- import { jsxs as t, jsx as r } from "react/jsx-runtime";
1
+ import { jsxs as t, jsx as o } from "react/jsx-runtime";
2
2
  import "../../components/Button/ui/Button.js";
3
3
  import "../../components/mobileButton/ui/MobileButton.js";
4
4
  import "../../components/NewIcon/ui/NewIcon.js";
@@ -11,31 +11,28 @@ import "../../components/Flex/ui/Flex.js";
11
11
  import "../../components/Input/ui/Input.js";
12
12
  import "react";
13
13
  import "react-dom";
14
- import "../../components/TabSwitcher/ui/TabSwitcher.js";
14
+ import "../../FilterWithSave-Bp6rH8Pe.js";
15
15
  import "../../components/GroupedInput/ui/GroupedInputs.js";
16
- import { Logo as o } from "../../components/Logo/ui/Logo.js";
16
+ import { Logo as r } from "../../components/Logo/ui/Logo.js";
17
17
  import "../../components/MetroTag/ui/MetroTag.js";
18
- import "../../components/LotCard/ui/LotCard.js";
19
18
  import "../../components/Select/ui/Select.js";
20
- import "../../components/SortSelect/ui/SortSelect.js";
21
19
  import "../../components/SliderNavigation/ui/SliderNavigation.js";
22
20
  import "../../components/LotCardSkeleton/ui/LotCardSkeleton.js";
23
21
  import "../../components/TabSelect/ui/TabSelect.js";
24
- import "../../components/FormModal/ui/ModalForm.js";
25
- import "../../components/FilterWithSave/ui/FilterWithSave.js";
26
22
  import "../../components/CheckBox/CheckBox.js";
27
23
  import "../../components/CheckBoxNew/CheckBoxNew.js";
28
24
  import "../../components/CheckboxSelect/ui/CheckboxSelect.js";
29
- import i from "../../src/pages/LogoPage/LogoPage.module.scss.js";
30
- const D = () => /* @__PURE__ */ t("div", { className: i.root, children: [
31
- /* @__PURE__ */ r(o, { variant: "black" }),
32
- /* @__PURE__ */ r(o, { variant: "white" }),
33
- /* @__PURE__ */ r(o, { variant: "value" }),
34
- /* @__PURE__ */ r(o, { variant: "office" }),
35
- /* @__PURE__ */ r(o, { variant: "dom" }),
36
- /* @__PURE__ */ r(o, { variant: "newOffice" }),
37
- /* @__PURE__ */ r(o, { variant: "realty" })
25
+ const i = "_root_6bj02_1", m = {
26
+ root: i
27
+ }, q = () => /* @__PURE__ */ t("div", { className: m.root, children: [
28
+ /* @__PURE__ */ o(r, { variant: "black" }),
29
+ /* @__PURE__ */ o(r, { variant: "white" }),
30
+ /* @__PURE__ */ o(r, { variant: "value" }),
31
+ /* @__PURE__ */ o(r, { variant: "office" }),
32
+ /* @__PURE__ */ o(r, { variant: "dom" }),
33
+ /* @__PURE__ */ o(r, { variant: "newOffice" }),
34
+ /* @__PURE__ */ o(r, { variant: "realty" })
38
35
  ] });
39
36
  export {
40
- D as LogoPage
37
+ q as LogoPage
41
38
  };
@@ -1,4 +1,4 @@
1
- import { jsx as e, jsxs as l } from "react/jsx-runtime";
1
+ import { jsx as e, jsxs as a } from "react/jsx-runtime";
2
2
  import { useState as u } from "react";
3
3
  import "../../components/Button/ui/Button.js";
4
4
  import "../../components/mobileButton/ui/MobileButton.js";
@@ -11,24 +11,24 @@ import "../../components/Text/ui/Text.js";
11
11
  import "../../components/Flex/ui/Flex.js";
12
12
  import "../../components/Input/ui/Input.js";
13
13
  import "react-dom";
14
- import "../../components/TabSwitcher/ui/TabSwitcher.js";
14
+ import { L as o } from "../../FilterWithSave-Bp6rH8Pe.js";
15
15
  import "../../components/GroupedInput/ui/GroupedInputs.js";
16
- import "../../node_modules/classnames/index.js";
16
+ import "../../index-rKuIKazb.js";
17
17
  import "../../components/MetroTag/ui/MetroTag.js";
18
- import { LotCard as o } from "../../components/LotCard/ui/LotCard.js";
19
18
  import "../../components/Select/ui/Select.js";
20
- import "../../components/SortSelect/ui/SortSelect.js";
21
19
  import "../../components/SliderNavigation/ui/SliderNavigation.js";
22
20
  import { LotCardSkeleton as s } from "../../components/LotCardSkeleton/ui/LotCardSkeleton.js";
23
21
  import { ProjectCardSkeleton as m } from "../../components/ProjectCardSkeleton/ui/ProjectCardSkeleton.js";
24
22
  import "../../components/TabSelect/ui/TabSelect.js";
25
- import "../../components/FormModal/ui/ModalForm.js";
26
- import "../../components/FilterWithSave/ui/FilterWithSave.js";
27
23
  import "../../components/CheckBox/CheckBox.js";
28
24
  import "../../components/CheckBoxNew/CheckBoxNew.js";
29
25
  import "../../components/CheckboxSelect/ui/CheckboxSelect.js";
30
- import r from "../../src/pages/LotsPage/LotsPage.module.scss.js";
31
- const Q = () => {
26
+ const g = "_root_1w9fc_1", d = "_lotWrapper_1w9fc_8", f = "_optionsWrapper_1w9fc_14", h = "_isFetching_1w9fc_20", r = {
27
+ root: g,
28
+ lotWrapper: d,
29
+ optionsWrapper: f,
30
+ isFetching: h
31
+ }, z = () => {
32
32
  const i = {
33
33
  id: 1,
34
34
  name: "Жилой Комплекс 'Северный'",
@@ -477,8 +477,8 @@ const Q = () => {
477
477
  lotsCount: 100
478
478
  },
479
479
  reservations: ["res-001", "res-002"]
480
- }, [t, p] = u(!1), a = JSON.parse(JSON.stringify(i));
481
- return a.status = 2, /* @__PURE__ */ e("div", { className: r.root, children: /* @__PURE__ */ l("div", { className: r.lotWrapper, children: [
480
+ }, [t, p] = u(!1), l = JSON.parse(JSON.stringify(i));
481
+ return l.status = 2, /* @__PURE__ */ e("div", { className: r.root, children: /* @__PURE__ */ a("div", { className: r.lotWrapper, children: [
482
482
  /* @__PURE__ */ e(s, {}),
483
483
  !t && /* @__PURE__ */ e(
484
484
  o,
@@ -491,7 +491,7 @@ const Q = () => {
491
491
  !t && /* @__PURE__ */ e(
492
492
  o,
493
493
  {
494
- lot: a,
494
+ lot: l,
495
495
  handleBtnForm: () => {
496
496
  }
497
497
  }
@@ -512,7 +512,7 @@ const Q = () => {
512
512
  }
513
513
  }
514
514
  ),
515
- /* @__PURE__ */ l("div", { style: { display: "flex", flexWrap: "wrap" }, children: [
515
+ /* @__PURE__ */ a("div", { style: { display: "flex", flexWrap: "wrap" }, children: [
516
516
  !t && /* @__PURE__ */ e(
517
517
  o,
518
518
  {
@@ -525,7 +525,7 @@ const Q = () => {
525
525
  /* @__PURE__ */ e(s, { isProjectCard: !0 })
526
526
  ] }),
527
527
  /* @__PURE__ */ e(m, {}),
528
- /* @__PURE__ */ e("div", { className: r.optionsWrapper, children: /* @__PURE__ */ l("label", { className: r.isFetching, children: [
528
+ /* @__PURE__ */ e("div", { className: r.optionsWrapper, children: /* @__PURE__ */ a("label", { className: r.isFetching, children: [
529
529
  "isFetching",
530
530
  /* @__PURE__ */ e(
531
531
  "input",
@@ -538,5 +538,5 @@ const Q = () => {
538
538
  ] }) });
539
539
  };
540
540
  export {
541
- Q as LotsPage
541
+ z as LotsPage
542
542
  };
@@ -1,6 +1,5 @@
1
- import { jsxs as m, jsx as t } from "react/jsx-runtime";
2
- import { useState as l } from "react";
3
- import a from "../../src/pages/ModalsPage/ModalPage.module.scss.js";
1
+ import { jsxs as l, jsx as t } from "react/jsx-runtime";
2
+ import { useState as e } from "react";
4
3
  import { Button as r } from "../../components/Button/ui/Button.js";
5
4
  import "../../components/mobileButton/ui/MobileButton.js";
6
5
  import "../../components/NewIcon/ui/NewIcon.js";
@@ -11,25 +10,21 @@ import "../../components/Switcher/ui/Switcher.js";
11
10
  import "../../components/Text/ui/Text.js";
12
11
  import "../../components/Flex/ui/Flex.js";
13
12
  import "../../components/Input/ui/Input.js";
14
- import { Modal as e } from "../../components/Modal/ui/Modal.js";
15
- import "../../components/TabSwitcher/ui/TabSwitcher.js";
13
+ import { Modal as m } from "../../components/Modal/ui/Modal.js";
14
+ import "../../FilterWithSave-Bp6rH8Pe.js";
16
15
  import "../../components/GroupedInput/ui/GroupedInputs.js";
17
- import "../../node_modules/classnames/index.js";
16
+ import "../../index-rKuIKazb.js";
18
17
  import "../../components/MetroTag/ui/MetroTag.js";
19
- import "../../components/LotCard/ui/LotCard.js";
20
18
  import "../../components/Select/ui/Select.js";
21
- import "../../components/SortSelect/ui/SortSelect.js";
22
19
  import "../../components/SliderNavigation/ui/SliderNavigation.js";
23
20
  import "../../components/LotCardSkeleton/ui/LotCardSkeleton.js";
24
21
  import "../../components/TabSelect/ui/TabSelect.js";
25
- import "../../components/FormModal/ui/ModalForm.js";
26
- import "../../components/FilterWithSave/ui/FilterWithSave.js";
27
22
  import "../../components/CheckBox/CheckBox.js";
28
23
  import "../../components/CheckBoxNew/CheckBoxNew.js";
29
24
  import "../../components/CheckboxSelect/ui/CheckboxSelect.js";
30
- const H = () => {
31
- const [p, n] = l(!1), [s, i] = l(!1);
32
- return /* @__PURE__ */ m("div", { className: a.root, children: [
25
+ const p = {}, z = () => {
26
+ const [s, n] = e(!1), [c, i] = e(!1);
27
+ return /* @__PURE__ */ l("div", { className: p.root, children: [
33
28
  /* @__PURE__ */ t(
34
29
  r,
35
30
  {
@@ -39,9 +34,9 @@ const H = () => {
39
34
  }
40
35
  ),
41
36
  /* @__PURE__ */ t(
42
- e,
37
+ m,
43
38
  {
44
- isOpen: p,
39
+ isOpen: s,
45
40
  emitIsOpen: () => n((o) => !o),
46
41
  isTransparentBack: !0,
47
42
  children: /* @__PURE__ */ t(
@@ -54,10 +49,10 @@ const H = () => {
54
49
  )
55
50
  }
56
51
  ),
57
- /* @__PURE__ */ m(
58
- e,
52
+ /* @__PURE__ */ l(
53
+ m,
59
54
  {
60
- isOpen: s,
55
+ isOpen: c,
61
56
  emitIsOpen: () => i((o) => !o),
62
57
  leaveDisableScroll: !0,
63
58
  children: [
@@ -131,5 +126,5 @@ const H = () => {
131
126
  ] });
132
127
  };
133
128
  export {
134
- H as default
129
+ z as default
135
130
  };
@@ -1,4 +1,4 @@
1
- import { jsxs as t, jsx as e } from "react/jsx-runtime";
1
+ import { jsxs as o, jsx as e } from "react/jsx-runtime";
2
2
  import { useState as n } from "react";
3
3
  import "../../components/Button/ui/Button.js";
4
4
  import "../../components/mobileButton/ui/MobileButton.js";
@@ -6,31 +6,30 @@ import "../../components/NewIcon/ui/NewIcon.js";
6
6
  import "../../components/DestinationTab/ui/DestinationTab.js";
7
7
  import "../../components/RoundButton/ui/RoundButton.js";
8
8
  import "../../components/Tag/ui/Tag.js";
9
- import { Switcher as h } from "../../components/Switcher/ui/Switcher.js";
9
+ import { Switcher as m } from "../../components/Switcher/ui/Switcher.js";
10
10
  import "../../components/Text/ui/Text.js";
11
11
  import "../../components/Flex/ui/Flex.js";
12
12
  import "../../components/Input/ui/Input.js";
13
13
  import "react-dom";
14
- import "../../components/TabSwitcher/ui/TabSwitcher.js";
14
+ import { F as f, a as b } from "../../FilterWithSave-Bp6rH8Pe.js";
15
15
  import "../../components/GroupedInput/ui/GroupedInputs.js";
16
- import "../../node_modules/classnames/index.js";
16
+ import "../../index-rKuIKazb.js";
17
17
  import "../../components/MetroTag/ui/MetroTag.js";
18
- import "../../components/LotCard/ui/LotCard.js";
19
18
  import { Select as r } from "../../components/Select/ui/Select.js";
20
- import { SortSelect as b } from "../../components/SortSelect/ui/SortSelect.js";
21
19
  import "../../components/SliderNavigation/ui/SliderNavigation.js";
22
20
  import "../../components/LotCardSkeleton/ui/LotCardSkeleton.js";
23
21
  import "../../components/TabSelect/ui/TabSelect.js";
24
- import "../../components/FormModal/ui/ModalForm.js";
25
22
  import { SummarySelect as p } from "../../components/SummarySelect/ui/SummarySelect.js";
26
- import { FilterWithSave as f } from "../../components/FilterWithSave/ui/FilterWithSave.js";
27
23
  import { CheckBox as y } from "../../components/CheckBox/CheckBox.js";
28
24
  import "../../components/CheckBoxNew/CheckBoxNew.js";
29
25
  import { CheckboxSelect as k } from "../../components/CheckboxSelect/ui/CheckboxSelect.js";
30
- import c from "../../src/pages/SelectPage/SelectPage.module.scss.js";
31
26
  import { defaultOption as d, defaultCategory as a } from "./const.js";
32
- const ee = () => {
33
- const [u, g] = n(d[0]), [l, S] = n([]), [i, m] = n("options"), v = [
27
+ const V = "_sort_1szg2_1", _ = "_addClass_1szg2_6", x = "_filterWithSave_1szg2_14", c = {
28
+ sort: V,
29
+ addClass: _,
30
+ filterWithSave: x
31
+ }, Z = () => {
32
+ const [u, g] = n(d[0]), [l, S] = n([]), [s, h] = n("options"), v = [
34
33
  { label: "sdfsdfsdf", setValue: () => {
35
34
  }, isSelected: !1, disabled: !0 },
36
35
  { label: "sdfsdfsdf", setValue: () => {
@@ -41,13 +40,13 @@ const ee = () => {
41
40
  }, isSelected: !0, disabled: !1 },
42
41
  { label: "sdfsdfsdf", setValue: () => {
43
42
  }, isSelected: !0, disabled: !1 }
44
- ], C = (o) => {
45
- !o || !o.target || g(o.target.value);
46
- }, s = (o) => {
47
- o && S(o);
43
+ ], C = (t) => {
44
+ !t || !t.target || g(t.target.value);
45
+ }, i = (t) => {
46
+ t && S(t);
48
47
  };
49
- return /* @__PURE__ */ t("div", { className: c.root, children: [
50
- /* @__PURE__ */ t("div", { children: [
48
+ return /* @__PURE__ */ o("div", { className: c.root, children: [
49
+ /* @__PURE__ */ o("div", { children: [
51
50
  /* @__PURE__ */ e("div", { children: /* @__PURE__ */ e(
52
51
  f,
53
52
  {
@@ -61,11 +60,11 @@ const ee = () => {
61
60
  ]
62
61
  }
63
62
  ) }),
64
- /* @__PURE__ */ t("div", { children: [
63
+ /* @__PURE__ */ o("div", { children: [
65
64
  /* @__PURE__ */ e("h2", { children: " Селектор с чекбоксами" }),
66
65
  /* @__PURE__ */ e(k, { checkboxes: v })
67
66
  ] }),
68
- /* @__PURE__ */ t("div", { children: [
67
+ /* @__PURE__ */ o("div", { children: [
69
68
  /* @__PURE__ */ e("h2", { children: "старый чекбокс" }),
70
69
  /* @__PURE__ */ e(
71
70
  y,
@@ -77,7 +76,7 @@ const ee = () => {
77
76
  }
78
77
  )
79
78
  ] }),
80
- /* @__PURE__ */ t("div", { children: [
79
+ /* @__PURE__ */ o("div", { children: [
81
80
  /* @__PURE__ */ e("h2", { children: " Фильтрация с сохранением" }),
82
81
  /* @__PURE__ */ e("div", { className: c.filterWithSave, children: /* @__PURE__ */ e(f, {}) })
83
82
  ] }),
@@ -88,26 +87,26 @@ const ee = () => {
88
87
  mini: !0,
89
88
  selectedOption: u,
90
89
  options: d,
91
- onChange: (o) => C(o)
90
+ onChange: (t) => C(t)
92
91
  }
93
92
  ) })
94
93
  ] }),
95
- /* @__PURE__ */ t("div", { className: c.summarySelect, children: [
96
- /* @__PURE__ */ t("div", { style: { display: "flex", gap: "20px" }, children: [
94
+ /* @__PURE__ */ o("div", { className: c.summarySelect, children: [
95
+ /* @__PURE__ */ o("div", { style: { display: "flex", gap: "20px" }, children: [
97
96
  /* @__PURE__ */ e("h2", { children: "SummarySelect" }),
98
97
  /* @__PURE__ */ e(
99
- h,
98
+ m,
100
99
  {
101
- isActive: i === "category",
102
- onClick: () => m(i === "options" ? "category" : "options"),
100
+ isActive: s === "category",
101
+ onClick: () => h(s === "options" ? "category" : "options"),
103
102
  children: "mode category"
104
103
  }
105
104
  ),
106
105
  /* @__PURE__ */ e(
107
- h,
106
+ m,
108
107
  {
109
- isActive: i === "double",
110
- onClick: () => m(i === "options" ? "double" : "options"),
108
+ isActive: s === "double",
109
+ onClick: () => h(s === "options" ? "double" : "options"),
111
110
  children: "mode double"
112
111
  }
113
112
  )
@@ -115,12 +114,12 @@ const ee = () => {
115
114
  /* @__PURE__ */ e(
116
115
  p,
117
116
  {
118
- mode: i,
117
+ mode: s,
119
118
  label: "Проект",
120
119
  isShowReset: !0,
121
120
  selectedValues: l,
122
- options: i === "category" ? a : d,
123
- onChange: (o) => s(o)
121
+ options: s === "category" ? a : d,
122
+ onChange: (t) => i(t)
124
123
  }
125
124
  ),
126
125
  /* @__PURE__ */ e(
@@ -131,22 +130,22 @@ const ee = () => {
131
130
  isShowReset: !0,
132
131
  selectedValues: l,
133
132
  options: d,
134
- onChange: (o) => s(o)
133
+ onChange: (t) => i(t)
135
134
  }
136
135
  )
137
136
  ] }),
138
- /* @__PURE__ */ t("div", { children: [
137
+ /* @__PURE__ */ o("div", { children: [
139
138
  /* @__PURE__ */ e("h2", { children: "Селект mode option" }),
140
139
  /* @__PURE__ */ e(
141
140
  r,
142
141
  {
143
142
  selectedValues: l,
144
143
  options: a,
145
- onChange: (o) => s(o)
144
+ onChange: (t) => i(t)
146
145
  }
147
146
  )
148
147
  ] }),
149
- /* @__PURE__ */ t("div", { children: [
148
+ /* @__PURE__ */ o("div", { children: [
150
149
  /* @__PURE__ */ e("h2", { children: "Селект mode category" }),
151
150
  /* @__PURE__ */ e(
152
151
  r,
@@ -154,11 +153,11 @@ const ee = () => {
154
153
  mode: "category",
155
154
  selectedValues: l,
156
155
  options: a,
157
- onChange: (o) => s(o)
156
+ onChange: (t) => i(t)
158
157
  }
159
158
  )
160
159
  ] }),
161
- /* @__PURE__ */ t("div", { children: [
160
+ /* @__PURE__ */ o("div", { children: [
162
161
  /* @__PURE__ */ e("h2", { children: "Селект mode double" }),
163
162
  /* @__PURE__ */ e(
164
163
  r,
@@ -167,11 +166,11 @@ const ee = () => {
167
166
  options: a,
168
167
  mode: "double",
169
168
  clickableOptions: ["Category1", "options1", "options3"],
170
- onChange: (o) => s(o)
169
+ onChange: (t) => i(t)
171
170
  }
172
171
  )
173
172
  ] }),
174
- /* @__PURE__ */ t("div", { children: [
173
+ /* @__PURE__ */ o("div", { children: [
175
174
  /* @__PURE__ */ e("h2", { children: "Селект кнопка" }),
176
175
  /* @__PURE__ */ e("div", { style: { display: "flex", justifyContent: "flex-end" }, children: /* @__PURE__ */ e(
177
176
  r,
@@ -182,12 +181,12 @@ const ee = () => {
182
181
  isListRight: !0,
183
182
  selectedValues: l,
184
183
  options: d,
185
- onChange: (o) => s(o)
184
+ onChange: (t) => i(t)
186
185
  }
187
186
  ) })
188
187
  ] })
189
188
  ] });
190
189
  };
191
190
  export {
192
- ee as SelectPage
191
+ Z as SelectPage
193
192
  };
@@ -1,5 +1,5 @@
1
- import { jsxs as o, jsx as r } from "react/jsx-runtime";
2
- import { useState as p } from "react";
1
+ import { jsxs as h, jsx as r } from "react/jsx-runtime";
2
+ import { useState as m } from "react";
3
3
  import "../../components/Button/ui/Button.js";
4
4
  import "../../components/mobileButton/ui/MobileButton.js";
5
5
  import "../../components/NewIcon/ui/NewIcon.js";
@@ -11,30 +11,32 @@ import "../../components/Text/ui/Text.js";
11
11
  import "../../components/Flex/ui/Flex.js";
12
12
  import "../../components/Input/ui/Input.js";
13
13
  import "react-dom";
14
- import { FieldInput as d } from "../../components/FieldInput/ui/FieldInput.js";
15
- import { TabSwitcher as a } from "../../components/TabSwitcher/ui/TabSwitcher.js";
14
+ import { FieldInput as p } from "../../components/FieldInput/ui/FieldInput.js";
15
+ import { S as i } from "../../FilterWithSave-Bp6rH8Pe.js";
16
16
  import "../../components/GroupedInput/ui/GroupedInputs.js";
17
- import "../../node_modules/classnames/index.js";
17
+ import "../../index-rKuIKazb.js";
18
18
  import "../../components/MetroTag/ui/MetroTag.js";
19
- import "../../components/LotCard/ui/LotCard.js";
20
19
  import "../../components/Select/ui/Select.js";
21
- import "../../components/SortSelect/ui/SortSelect.js";
22
20
  import "../../components/SliderNavigation/ui/SliderNavigation.js";
23
21
  import "../../components/LotCardSkeleton/ui/LotCardSkeleton.js";
24
- import { TabSelect as l } from "../../components/TabSelect/ui/TabSelect.js";
25
- import "../../components/FormModal/ui/ModalForm.js";
26
- import "../../components/FilterWithSave/ui/FilterWithSave.js";
22
+ import { TabSelect as d } from "../../components/TabSelect/ui/TabSelect.js";
27
23
  import "../../components/CheckBox/CheckBox.js";
28
24
  import "../../components/CheckBoxNew/CheckBoxNew.js";
29
25
  import "../../components/CheckboxSelect/ui/CheckboxSelect.js";
30
- import n from "../../src/pages/TabsPage/TabsPage.module.scss.js";
31
- const J = () => {
32
- const [m, h] = p("C мебелью"), s = ["C мебелью", "C размерами", "План этажа", "Ген. план"], i = ["Студия", "1", "2", "3", "4+"];
33
- return /* @__PURE__ */ o("div", { className: n.root, children: [
34
- /* @__PURE__ */ r(a, { children: i.map((t, e) => /* @__PURE__ */ r(
35
- a.Item,
26
+ const c = "_root_idppf_1", _ = "_tabsShort_idppf_7", w = "_tabSelectWrapper_idppf_11", v = "_destinationWrapper_idppf_15", g = "_whiteRow_apart_idppf_22", u = "_row_apart_idppf_26", n = {
27
+ root: c,
28
+ tabsShort: _,
29
+ tabSelectWrapper: w,
30
+ destinationWrapper: v,
31
+ whiteRow_apart: g,
32
+ row_apart: u
33
+ }, K = () => {
34
+ const [l, o] = m("C мебелью"), s = ["C мебелью", "C размерами", "План этажа", "Ген. план"], a = ["Студия", "1", "2", "3", "4+"];
35
+ return /* @__PURE__ */ h("div", { className: n.root, children: [
36
+ /* @__PURE__ */ r(i, { children: a.map((t, e) => /* @__PURE__ */ r(
37
+ i.Item,
36
38
  {
37
- itemsLength: i.length,
39
+ itemsLength: a.length,
38
40
  size_s: "medium",
39
41
  size_l: "large",
40
42
  index: e,
@@ -44,23 +46,23 @@ const J = () => {
44
46
  },
45
47
  e
46
48
  )) }),
47
- /* @__PURE__ */ r("div", { className: n.tabsShort, children: /* @__PURE__ */ r(d, { label: "Количество спален", children: /* @__PURE__ */ r(a, { children: i.map((t, e) => /* @__PURE__ */ r(
48
- a.Item,
49
+ /* @__PURE__ */ r("div", { className: n.tabsShort, children: /* @__PURE__ */ r(p, { label: "Количество спален", children: /* @__PURE__ */ r(i, { children: a.map((t, e) => /* @__PURE__ */ r(
50
+ i.Item,
49
51
  {
50
- itemsLength: i.length,
52
+ itemsLength: a.length,
51
53
  index: e,
52
54
  value: t,
53
55
  addItemClassName: e === 0 ? n.gg : "",
54
56
  children: t
55
57
  }
56
58
  )) }) }) }),
57
- /* @__PURE__ */ r("div", { className: n.tabsShort, children: /* @__PURE__ */ r(d, { label: "Количество спален", children: /* @__PURE__ */ r(a, { variant: "whiteRowGrayLabel", children: i.map((t, e) => /* @__PURE__ */ r(
58
- a.Item,
59
+ /* @__PURE__ */ r("div", { className: n.tabsShort, children: /* @__PURE__ */ r(p, { label: "Количество спален", children: /* @__PURE__ */ r(i, { variant: "whiteRowGrayLabel", children: a.map((t, e) => /* @__PURE__ */ r(
60
+ i.Item,
59
61
  {
60
62
  size_s: "tiny",
61
63
  size_m: "tiny",
62
64
  size_l: "tiny",
63
- itemsLength: i.length,
65
+ itemsLength: a.length,
64
66
  index: e,
65
67
  value: t,
66
68
  addItemClassName: e === 0 ? n.gg : "",
@@ -68,13 +70,13 @@ const J = () => {
68
70
  },
69
71
  e
70
72
  )) }) }) }),
71
- /* @__PURE__ */ r(d, { label: "Количество спален", children: /* @__PURE__ */ r(a, { variant: "whiteRowGrayLabel", children: i.map((t, e) => /* @__PURE__ */ r(
72
- a.Item,
73
+ /* @__PURE__ */ r(p, { label: "Количество спален", children: /* @__PURE__ */ r(i, { variant: "whiteRowGrayLabel", children: a.map((t, e) => /* @__PURE__ */ r(
74
+ i.Item,
73
75
  {
74
76
  size_s: "tiny",
75
77
  size_m: "tiny",
76
78
  size_l: "tiny",
77
- itemsLength: i.length,
79
+ itemsLength: a.length,
78
80
  index: e,
79
81
  value: t,
80
82
  addItemClassName: e === 0 ? n.gg : "",
@@ -82,20 +84,20 @@ const J = () => {
82
84
  },
83
85
  e
84
86
  )) }) }),
85
- /* @__PURE__ */ r("div", { children: /* @__PURE__ */ r(a, { col: !0, children: i.map((t, e) => /* @__PURE__ */ r(
86
- a.Item,
87
+ /* @__PURE__ */ r("div", { children: /* @__PURE__ */ r(i, { col: !0, children: a.map((t, e) => /* @__PURE__ */ r(
88
+ i.Item,
87
89
  {
88
- itemsLength: i.length,
90
+ itemsLength: a.length,
89
91
  index: e,
90
92
  value: t,
91
93
  children: t
92
94
  },
93
95
  e
94
96
  )) }) }),
95
- /* @__PURE__ */ r("div", { className: n.tabsShort, children: /* @__PURE__ */ r(a, { col: !0, children: i.map((t, e) => /* @__PURE__ */ r(
96
- a.Item,
97
+ /* @__PURE__ */ r("div", { className: n.tabsShort, children: /* @__PURE__ */ r(i, { col: !0, children: a.map((t, e) => /* @__PURE__ */ r(
98
+ i.Item,
97
99
  {
98
- itemsLength: i.length,
100
+ itemsLength: a.length,
99
101
  index: e,
100
102
  value: t,
101
103
  children: t
@@ -103,18 +105,18 @@ const J = () => {
103
105
  e
104
106
  )) }) }),
105
107
  /* @__PURE__ */ r("div", { className: n.whiteRow_apart, children: /* @__PURE__ */ r(
106
- a,
108
+ i,
107
109
  {
108
110
  variant: "whiteRow",
109
111
  isApart: !0,
110
112
  addClassName: n.row_apart,
111
- children: i.map((t, e) => /* @__PURE__ */ r(
112
- a.Item,
113
+ children: a.map((t, e) => /* @__PURE__ */ r(
114
+ i.Item,
113
115
  {
114
116
  width: e === 0 ? "135px" : void 0,
115
117
  width_m: e === 0 ? "96px" : void 0,
116
118
  width_l: e === 0 ? "155px" : void 0,
117
- itemsLength: i.length,
119
+ itemsLength: a.length,
118
120
  index: e,
119
121
  children: t
120
122
  },
@@ -123,18 +125,18 @@ const J = () => {
123
125
  }
124
126
  ) }),
125
127
  /* @__PURE__ */ r("div", { className: n.whiteRow_apart, children: /* @__PURE__ */ r(
126
- a,
128
+ i,
127
129
  {
128
130
  variant: "grayRow",
129
131
  isApart: !0,
130
132
  addClassName: n.row_apart,
131
- children: i.map((t, e) => /* @__PURE__ */ r(
132
- a.Item,
133
+ children: a.map((t, e) => /* @__PURE__ */ r(
134
+ i.Item,
133
135
  {
134
136
  width: e === 0 ? "135px" : void 0,
135
137
  width_m: e === 0 ? "96px" : void 0,
136
138
  width_l: e === 0 ? "155px" : void 0,
137
- itemsLength: i.length,
139
+ itemsLength: a.length,
138
140
  index: e,
139
141
  children: t
140
142
  },
@@ -142,25 +144,25 @@ const J = () => {
142
144
  ))
143
145
  }
144
146
  ) }),
145
- /* @__PURE__ */ r("div", { className: n.tabSelectWrapper, children: /* @__PURE__ */ r(l, { variant: "grayDesign", children: s.map((t, e) => /* @__PURE__ */ r(
146
- l.Item,
147
+ /* @__PURE__ */ r("div", { className: n.tabSelectWrapper, children: /* @__PURE__ */ r(d, { variant: "grayDesign", children: s.map((t, e) => /* @__PURE__ */ r(
148
+ d.Item,
147
149
  {
148
150
  name: "type",
149
- checked: m === t,
150
- onChange: () => h(t),
151
+ checked: l === t,
152
+ onChange: () => o(t),
151
153
  value: t,
152
154
  children: t
153
155
  },
154
156
  e
155
157
  )) }) }),
156
- /* @__PURE__ */ r("div", { className: n.tabSelectWrapper, children: /* @__PURE__ */ r(l, { variant: "whiteStroke", children: ["для коммерции", "для жилых"].map((t, e) => /* @__PURE__ */ r(
157
- l.Item,
158
+ /* @__PURE__ */ r("div", { className: n.tabSelectWrapper, children: /* @__PURE__ */ r(d, { variant: "whiteStroke", children: ["для коммерции", "для жилых"].map((t, e) => /* @__PURE__ */ r(
159
+ d.Item,
158
160
  {
159
161
  name: "type",
160
162
  width: "160px",
161
163
  withPadding: !0,
162
- checked: m === t,
163
- onChange: () => h(t),
164
+ checked: l === t,
165
+ onChange: () => o(t),
164
166
  value: t,
165
167
  children: t
166
168
  },
@@ -169,5 +171,5 @@ const J = () => {
169
171
  ] });
170
172
  };
171
173
  export {
172
- J as default
174
+ K as default
173
175
  };