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,56 +1,83 @@
1
- import { jsxs as p, jsx as t } from "react/jsx-runtime";
2
- import l from "../../../node_modules/classnames/index.js";
3
- import e from "../../../src/components/LotCardSkeleton/ui/LotCardSkeleton.module.scss.js";
4
- const o = l.bind(e), a = ({ isProjectCard: r }) => /* @__PURE__ */ p("div", { className: o(e.root, { [e.projectRoot]: r }), children: [
5
- /* @__PURE__ */ t("div", { className: o(e.lotImageWrapper, { [e.projectLotImageWrapper]: r }) }),
6
- /* @__PURE__ */ p("div", { className: o(e.lotInfoWrapper, { [e.projectLotInfoWrapper]: r }), children: [
7
- /* @__PURE__ */ t("div", { className: o(e.infoHeader, { [e.projectInfoHeader]: r }) }),
8
- /* @__PURE__ */ t("div", { className: o(e.decor, { [e.projectDecor]: r }) }),
1
+ import { jsxs as p, jsx as e } from "react/jsx-runtime";
2
+ import { c } from "../../../index-rKuIKazb.js";
3
+ const l = "_root_7lz45_12", s = "_projectRoot_7lz45_22", i = "_lotImageWrapper_7lz45_26", a = "_pulsing_7lz45_1", n = "_projectLotImageWrapper_7lz45_37", _ = "_lotInfoWrapper_7lz45_41", m = "_projectLotInfoWrapper_7lz45_48", P = "_infoHeader_7lz45_52", L = "_projectInfoHeader_7lz45_60", d = "_decor_7lz45_64", W = "_lotPropertyListMobile_7lz45_71", j = "_lotPropertyItem_7lz45_79", I = "_projectLotPropertyItem_7lz45_104", y = "_lotPropertyListDesktop_7lz45_109", z = "_lotPriceWrapper_7lz45_113", v = "_projectLotPriceWrapper_7lz45_117", D = "_discountWrapper_7lz45_121", f = "_lotPricePerMetr_7lz45_134", N = "_btnWrapper_7lz45_139", u = "_projectBtnWrapper_7lz45_155", M = "_projectDecor_7lz45_201", k = "_projectLotPropertyListMobile_7lz45_210", b = "_projectLotPropertyListDesktop_7lz45_218", g = "_lotPropertyItemDesktop_7lz45_221", h = "_projectDiscountWrapper_7lz45_232", H = "_discountPrice_7lz45_235", x = "_projectLotPricePerMetr_7lz45_255", t = {
4
+ root: l,
5
+ projectRoot: s,
6
+ lotImageWrapper: i,
7
+ pulsing: a,
8
+ projectLotImageWrapper: n,
9
+ lotInfoWrapper: _,
10
+ projectLotInfoWrapper: m,
11
+ infoHeader: P,
12
+ projectInfoHeader: L,
13
+ decor: d,
14
+ lotPropertyListMobile: W,
15
+ lotPropertyItem: j,
16
+ projectLotPropertyItem: I,
17
+ lotPropertyListDesktop: y,
18
+ lotPriceWrapper: z,
19
+ projectLotPriceWrapper: v,
20
+ discountWrapper: D,
21
+ lotPricePerMetr: f,
22
+ btnWrapper: N,
23
+ projectBtnWrapper: u,
24
+ projectDecor: M,
25
+ projectLotPropertyListMobile: k,
26
+ projectLotPropertyListDesktop: b,
27
+ lotPropertyItemDesktop: g,
28
+ projectDiscountWrapper: h,
29
+ discountPrice: H,
30
+ projectLotPricePerMetr: x
31
+ }, r = c.bind(t), S = ({ isProjectCard: o }) => /* @__PURE__ */ p("div", { className: r(t.root, { [t.projectRoot]: o }), children: [
32
+ /* @__PURE__ */ e("div", { className: r(t.lotImageWrapper, { [t.projectLotImageWrapper]: o }) }),
33
+ /* @__PURE__ */ p("div", { className: r(t.lotInfoWrapper, { [t.projectLotInfoWrapper]: o }), children: [
34
+ /* @__PURE__ */ e("div", { className: r(t.infoHeader, { [t.projectInfoHeader]: o }) }),
35
+ /* @__PURE__ */ e("div", { className: r(t.decor, { [t.projectDecor]: o }) }),
9
36
  /* @__PURE__ */ p(
10
37
  "div",
11
38
  {
12
- className: o(e.lotPropertyListDesktop, {
13
- [e.projectLotPropertyListDesktop]: r
39
+ className: r(t.lotPropertyListDesktop, {
40
+ [t.projectLotPropertyListDesktop]: o
14
41
  }),
15
42
  children: [
16
- /* @__PURE__ */ t("div", { className: e.lotPropertyItemDesktop }),
17
- /* @__PURE__ */ t("div", { className: e.lotPropertyItemDesktop }),
18
- /* @__PURE__ */ t("div", { className: e.lotPropertyItemDesktop })
43
+ /* @__PURE__ */ e("div", { className: t.lotPropertyItemDesktop }),
44
+ /* @__PURE__ */ e("div", { className: t.lotPropertyItemDesktop }),
45
+ /* @__PURE__ */ e("div", { className: t.lotPropertyItemDesktop })
19
46
  ]
20
47
  }
21
48
  ),
22
49
  /* @__PURE__ */ p(
23
50
  "ul",
24
51
  {
25
- className: o(e.lotPropertyListMobile, {
26
- [e.projectLotPropertyListMobile]: r
52
+ className: r(t.lotPropertyListMobile, {
53
+ [t.projectLotPropertyListMobile]: o
27
54
  }),
28
55
  children: [
29
- /* @__PURE__ */ p("li", { className: o(e.lotPropertyItem, { [e.projectLotPropertyItem]: r }), children: [
30
- /* @__PURE__ */ t("div", {}),
31
- /* @__PURE__ */ t("div", {})
56
+ /* @__PURE__ */ p("li", { className: r(t.lotPropertyItem, { [t.projectLotPropertyItem]: o }), children: [
57
+ /* @__PURE__ */ e("div", {}),
58
+ /* @__PURE__ */ e("div", {})
32
59
  ] }),
33
- /* @__PURE__ */ p("li", { className: o(e.lotPropertyItem, { [e.projectLotPropertyItem]: r }), children: [
34
- /* @__PURE__ */ t("div", {}),
35
- /* @__PURE__ */ t("div", {})
60
+ /* @__PURE__ */ p("li", { className: r(t.lotPropertyItem, { [t.projectLotPropertyItem]: o }), children: [
61
+ /* @__PURE__ */ e("div", {}),
62
+ /* @__PURE__ */ e("div", {})
36
63
  ] }),
37
- /* @__PURE__ */ p("li", { className: o(e.lotPropertyItem, { [e.projectLotPropertyItem]: r }), children: [
38
- /* @__PURE__ */ t("div", {}),
39
- /* @__PURE__ */ t("div", {})
64
+ /* @__PURE__ */ p("li", { className: r(t.lotPropertyItem, { [t.projectLotPropertyItem]: o }), children: [
65
+ /* @__PURE__ */ e("div", {}),
66
+ /* @__PURE__ */ e("div", {})
40
67
  ] })
41
68
  ]
42
69
  }
43
70
  )
44
71
  ] }),
45
- /* @__PURE__ */ p("div", { className: o(e.lotPriceWrapper, { [e.projectLotPriceWrapper]: r }), children: [
46
- /* @__PURE__ */ t("div", { className: o(e.discountWrapper, { [e.projectDiscountWrapper]: r }), children: /* @__PURE__ */ t("div", {}) }),
47
- /* @__PURE__ */ t("div", { className: o(e.lotPricePerMetr, { [e.projectLotPricePerMetr]: r }) }),
48
- /* @__PURE__ */ p("div", { className: o(e.btnWrapper, { [e.projectBtnWrapper]: r }), children: [
49
- /* @__PURE__ */ t("div", {}),
50
- /* @__PURE__ */ t("div", {})
72
+ /* @__PURE__ */ p("div", { className: r(t.lotPriceWrapper, { [t.projectLotPriceWrapper]: o }), children: [
73
+ /* @__PURE__ */ e("div", { className: r(t.discountWrapper, { [t.projectDiscountWrapper]: o }), children: /* @__PURE__ */ e("div", {}) }),
74
+ /* @__PURE__ */ e("div", { className: r(t.lotPricePerMetr, { [t.projectLotPricePerMetr]: o }) }),
75
+ /* @__PURE__ */ p("div", { className: r(t.btnWrapper, { [t.projectBtnWrapper]: o }), children: [
76
+ /* @__PURE__ */ e("div", {}),
77
+ /* @__PURE__ */ e("div", {})
51
78
  ] })
52
79
  ] })
53
80
  ] });
54
81
  export {
55
- a as LotCardSkeleton
82
+ S as LotCardSkeleton
56
83
  };
@@ -1,39 +1,44 @@
1
- import { jsxs as c, jsx as l } from "react/jsx-runtime";
2
- import u from "../../../node_modules/classnames/index.js";
3
- import o from "../../../src/components/MetroLabel/ui/MetroLabel.module.scss.js";
4
- import { NewIcon as f } from "../../NewIcon/ui/NewIcon.js";
5
- const p = u.bind(o), h = ({ addClassName: n, metro: s, width: i = "full", justifyContent: r = "flex-start", colorIcon: e = "#777E90", ...t }) => /* @__PURE__ */ c(
1
+ import { jsxs as s, jsx as r } from "react/jsx-runtime";
2
+ import { c as _ } from "../../../index-rKuIKazb.js";
3
+ import { NewIcon as m } from "../../NewIcon/ui/NewIcon.js";
4
+ const f = "_root_1ml5t_1", d = "_metroColor_1ml5t_15", N = "_route_1ml5t_25", p = "_auto_1ml5t_35", x = "_full_1ml5t_39", t = {
5
+ root: f,
6
+ metroColor: d,
7
+ route: N,
8
+ auto: p,
9
+ full: x
10
+ }, C = _.bind(t), v = ({ addClassName: c, metro: o, width: n = "full", justifyContent: a = "flex-start", colorIcon: e = "#777E90", ...u }) => /* @__PURE__ */ s(
6
11
  "div",
7
12
  {
8
- style: { justifyContent: `${r}` },
9
- className: p(o.root, n, o[i]),
10
- ...t,
13
+ style: { justifyContent: `${a}` },
14
+ className: C(t.root, c, t[n]),
15
+ ...u,
11
16
  children: [
12
- /* @__PURE__ */ c("div", { className: o.metroColor, children: [
13
- (s == null ? void 0 : s.color) && /* @__PURE__ */ l("span", { style: { background: (s == null ? void 0 : s.color) ?? "" } }),
14
- s.name
17
+ /* @__PURE__ */ s("div", { className: t.metroColor, children: [
18
+ (o == null ? void 0 : o.color) && /* @__PURE__ */ r("span", { style: { background: (o == null ? void 0 : o.color) ?? "" } }),
19
+ o.name
15
20
  ] }),
16
- s.routes && s.routes.map((a, d) => /* @__PURE__ */ c(
21
+ o.routes && o.routes.map((l, i) => /* @__PURE__ */ s(
17
22
  "div",
18
23
  {
19
- className: o.route,
24
+ className: t.route,
20
25
  children: [
21
- a.iconName && /* @__PURE__ */ l(
22
- f,
26
+ l.iconName && /* @__PURE__ */ r(
27
+ m,
23
28
  {
24
29
  size: "20",
25
- name: a.iconName,
30
+ name: l.iconName,
26
31
  color: e
27
32
  }
28
33
  ),
29
- a.timeTo + " мин"
34
+ l.timeTo + " мин"
30
35
  ]
31
36
  },
32
- d
37
+ i
33
38
  ))
34
39
  ]
35
40
  }
36
41
  );
37
42
  export {
38
- h as MetroLabel
43
+ v as MetroLabel
39
44
  };
@@ -1,129 +1,142 @@
1
- import { jsxs as l, jsx as s } from "react/jsx-runtime";
2
- import b from "../../../node_modules/classnames/index.js";
3
- import n from "../../../src/components/MetroTag/ui/MetroTag.module.scss.js";
4
- import { NewIcon as d } from "../../NewIcon/ui/NewIcon.js";
5
- const e = b.bind(n), z = ({
6
- addClassName: r,
7
- addClassNameColor: u,
8
- addClassNameTimeTo: T,
9
- metro: i,
10
- separatorColor: $ = "#F4F5F6",
11
- width: p = "auto",
12
- variant: a = "default",
1
+ import { jsxs as c, jsx as r } from "react/jsx-runtime";
2
+ import { c as w } from "../../../index-rKuIKazb.js";
3
+ import { NewIcon as t } from "../../NewIcon/ui/NewIcon.js";
4
+ const N = "_root_16fjr_1", W = "_iconsWrapper_16fjr_17", x = "_metroColor_16fjr_27", B = "_route_16fjr_37", T = "_auto_16fjr_47", $ = "_full_16fjr_51", C = "_transparent_16fjr_55", b = "_long_16fjr_60", v = "_mini_16fjr_64", y = "_metroColorMini_16fjr_68", I = "_routeMini_16fjr_77", z = "_withBg_16fjr_90", E = "_withWhiteBg_16fjr_94", n = {
5
+ root: N,
6
+ iconsWrapper: W,
7
+ metroColor: x,
8
+ route: B,
9
+ auto: T,
10
+ full: $,
11
+ transparent: C,
12
+ long: b,
13
+ mini: v,
14
+ metroColorMini: y,
15
+ routeMini: I,
16
+ withBg: z,
17
+ withWhiteBg: E
18
+ }, e = w.bind(n), q = ({
19
+ addClassName: a,
20
+ addClassNameColor: _,
21
+ addClassNameTimeTo: j,
22
+ metro: o,
23
+ separatorColor: M = "#F4F5F6",
24
+ width: u = "auto",
25
+ variant: l = "default",
13
26
  isBetween: f = !1,
14
- withBg: h = !1,
15
- withWhiteBg: g = !1,
16
- ...N
27
+ withBg: d = !1,
28
+ withWhiteBg: p = !1,
29
+ ...h
17
30
  }) => {
18
- const x = ["pedestrian", "auto"];
19
- return Array.isArray(i) ? /* @__PURE__ */ l(
31
+ const g = ["pedestrian", "auto"];
32
+ return Array.isArray(o) ? /* @__PURE__ */ c(
20
33
  "div",
21
34
  {
22
35
  className: e(
23
36
  n.root,
24
- n[a],
37
+ n[l],
25
38
  n[f ? "long" : ""],
26
- n[h ? "withBg" : ""],
27
- n[g ? "withWhiteBg" : ""],
28
- r,
29
- n[p]
39
+ n[d ? "withBg" : ""],
40
+ n[p ? "withWhiteBg" : ""],
41
+ a,
42
+ n[u]
30
43
  ),
31
- ...N,
44
+ ...h,
32
45
  children: [
33
- /* @__PURE__ */ l("div", { className: e(n.metroColor, u), children: [
34
- /* @__PURE__ */ s("div", { className: n.iconsWrapper, children: i.map((c, o) => c.icon ? /* @__PURE__ */ s(
46
+ /* @__PURE__ */ c("div", { className: e(n.metroColor, _), children: [
47
+ /* @__PURE__ */ r("div", { className: n.iconsWrapper, children: o.map((i, s) => i.icon ? /* @__PURE__ */ r(
35
48
  "div",
36
49
  {
37
50
  className: n.icon,
38
- children: (c == null ? void 0 : c.icon) && /* @__PURE__ */ s(
39
- d,
51
+ children: (i == null ? void 0 : i.icon) && /* @__PURE__ */ r(
52
+ t,
40
53
  {
41
54
  size: "20",
42
- name: c.icon,
55
+ name: i.icon,
43
56
  color: "#777E90"
44
57
  }
45
58
  )
46
59
  },
47
- `metro + ${c.name} + ${o}`
48
- ) : /* @__PURE__ */ s(
60
+ `metro + ${i.name} + ${s}`
61
+ ) : /* @__PURE__ */ r(
49
62
  "span",
50
63
  {
51
64
  style: {
52
- background: (c == null ? void 0 : c.color) ?? "",
53
- border: o > 0 ? `1px solid ${$}` : ""
65
+ background: (i == null ? void 0 : i.color) ?? "",
66
+ border: s > 0 ? `1px solid ${M}` : ""
54
67
  }
55
68
  },
56
- `color + ${c.name} + ${o}`
69
+ `color + ${i.name} + ${s}`
57
70
  )) }),
58
- i.map((c) => c.name).join(", ")
71
+ o.map((i) => i.name).join(", ")
59
72
  ] }),
60
- i == null ? void 0 : i.map((c, o) => !c.mode || !c.timeTo ? null : /* @__PURE__ */ l(
73
+ o == null ? void 0 : o.map((i, s) => !i.mode || !i.timeTo ? null : /* @__PURE__ */ c(
61
74
  "div",
62
75
  {
63
76
  className: n.route,
64
77
  children: [
65
- x.includes(c.mode) && /* @__PURE__ */ s(
66
- d,
78
+ g.includes(i.mode) && /* @__PURE__ */ r(
79
+ t,
67
80
  {
68
81
  size: "20",
69
- name: c.mode,
82
+ name: i.mode,
70
83
  color: "#777E90"
71
84
  }
72
85
  ),
73
- c.timeTo + " " + (c.selfIconText ?? "мин")
86
+ i.timeTo + " " + (i.selfIconText ?? "мин")
74
87
  ]
75
88
  },
76
- `route - ${c.name} - ${o}`
89
+ `route - ${i.name} - ${s}`
77
90
  ))
78
91
  ]
79
92
  }
80
- ) : /* @__PURE__ */ l(
93
+ ) : /* @__PURE__ */ c(
81
94
  "div",
82
95
  {
83
96
  className: e(
84
97
  n.root,
85
- n[a],
98
+ n[l],
86
99
  n[f ? "long" : ""],
87
- n[h ? "withBg" : ""],
88
- n[g ? "withWhiteBg" : ""],
89
- r,
90
- n[p]
100
+ n[d ? "withBg" : ""],
101
+ n[p ? "withWhiteBg" : ""],
102
+ a,
103
+ n[u]
91
104
  ),
92
- ...N,
105
+ ...h,
93
106
  children: [
94
- /* @__PURE__ */ l(
107
+ /* @__PURE__ */ c(
95
108
  "div",
96
109
  {
97
- className: e(n.metroColor, u, { [n.metroColorMini]: a === "mini" }),
110
+ className: e(n.metroColor, _, { [n.metroColorMini]: l === "mini" }),
98
111
  children: [
99
- (i == null ? void 0 : i.icon) && /* @__PURE__ */ s(
112
+ (o == null ? void 0 : o.icon) && /* @__PURE__ */ r(
100
113
  "img",
101
114
  {
102
- src: i.icon,
115
+ src: o.icon,
103
116
  width: 20,
104
117
  height: 20
105
118
  }
106
119
  ),
107
- (i == null ? void 0 : i.color) && !(i != null && i.icon) && /* @__PURE__ */ s("span", { style: { background: (i == null ? void 0 : i.color) ?? "" } }),
108
- i.name
120
+ (o == null ? void 0 : o.color) && !(o != null && o.icon) && /* @__PURE__ */ r("span", { style: { background: (o == null ? void 0 : o.color) ?? "" } }),
121
+ o.name
109
122
  ]
110
123
  }
111
124
  ),
112
- i.timeTo && /* @__PURE__ */ l("div", { className: e(n.route, T, { [n.routeMini]: a === "mini" }), children: [
113
- i.mode && x.includes(i.mode) && /* @__PURE__ */ s(
114
- d,
125
+ o.timeTo && /* @__PURE__ */ c("div", { className: e(n.route, j, { [n.routeMini]: l === "mini" }), children: [
126
+ o.mode && g.includes(o.mode) && /* @__PURE__ */ r(
127
+ t,
115
128
  {
116
129
  size: "20",
117
- name: i.mode,
130
+ name: o.mode,
118
131
  color: "#777E90"
119
132
  }
120
133
  ),
121
- i.timeTo + " " + (i.selfIconText ?? "мин")
134
+ o.timeTo + " " + (o.selfIconText ?? "мин")
122
135
  ] })
123
136
  ]
124
137
  }
125
138
  );
126
139
  };
127
140
  export {
128
- z as MetroTag
141
+ q as MetroTag
129
142
  };
@@ -1,72 +1,77 @@
1
- import { jsxs as k, jsx as n } from "react/jsx-runtime";
2
- import { useEffect as L } from "react";
3
- import { createPortal as x } from "react-dom";
4
- import s from "../../../src/components/Modal/ui/Modal.module.scss.js";
5
- const B = ({
1
+ import { jsxs as B, jsx as a } from "react/jsx-runtime";
2
+ import { useEffect as $ } from "react";
3
+ import { createPortal as N } from "react-dom";
4
+ const C = "_root_1vbbc_11", L = "_modalBody_1vbbc_25", x = "_modalOverlay_1vbbc_30", I = "_isTransparentBack_1vbbc_41", T = "_fadeInUp_1vbbc_1", s = {
5
+ root: C,
6
+ modalBody: L,
7
+ modalOverlay: x,
8
+ isTransparentBack: I,
9
+ fadeInUp: T
10
+ }, h = ({
6
11
  isOpen: d,
7
- emitIsOpen: m,
12
+ emitIsOpen: c,
8
13
  isTransparentBack: l = !1,
9
- isClickOutside: r = !0,
10
- leaveDisableScroll: t = !1,
14
+ isClickOutside: t = !0,
15
+ leaveDisableScroll: r = !1,
11
16
  createPortalObj: o,
12
- additionalClass: c,
13
- additionalClassOverlay: f,
14
- additionalClassModalBody: a,
17
+ additionalClass: i,
18
+ additionalClassOverlay: m,
19
+ additionalClassModalBody: f,
15
20
  opacity: u = 0.7,
16
21
  colorOverlay: e,
17
- notDisableScroll: y = !1,
18
- children: v,
19
- modalBodyRef: $,
20
- additionalStylesModalBody: p
22
+ notDisableScroll: v = !1,
23
+ children: y,
24
+ modalBodyRef: _,
25
+ additionalStylesModalBody: b
21
26
  }) => {
22
- const N = () => {
23
- r && m(!1);
27
+ const p = () => {
28
+ t && c(!1);
24
29
  };
25
- L(() => {
26
- if (!y) {
30
+ $(() => {
31
+ if (!v) {
27
32
  if (d) {
28
33
  if (document.body.classList.contains("disable-scroll"))
29
34
  return;
30
35
  document.body.classList.add("disable-scroll");
31
36
  } else {
32
- if (t)
37
+ if (r)
33
38
  return;
34
39
  document.body.classList.remove("disable-scroll");
35
40
  }
36
41
  return () => document.body.classList.remove("disable-scroll");
37
42
  }
38
43
  }, [d]);
39
- const i = /* @__PURE__ */ k(
44
+ const n = /* @__PURE__ */ B(
40
45
  "div",
41
46
  {
42
- className: `${s.root} ${c}`,
43
- onClick: (C) => C.stopPropagation(),
47
+ className: `${s.root} ${i}`,
48
+ onClick: (k) => k.stopPropagation(),
44
49
  children: [
45
- /* @__PURE__ */ n(
50
+ /* @__PURE__ */ a(
46
51
  "div",
47
52
  {
48
- onClick: N,
49
- className: `${s.modalOverlay} ${f} ${l ? s.isTransparentBack : ""}`,
53
+ onClick: p,
54
+ className: `${s.modalOverlay} ${m} ${l ? s.isTransparentBack : ""}`,
50
55
  style: {
51
56
  opacity: l ? u : void 0,
52
57
  backgroundColor: e || void 0
53
58
  }
54
59
  }
55
60
  ),
56
- /* @__PURE__ */ n(
61
+ /* @__PURE__ */ a(
57
62
  "div",
58
63
  {
59
- className: `${s.modalBody} ${a}`,
60
- ref: $,
61
- style: p,
62
- children: v
64
+ className: `${s.modalBody} ${f}`,
65
+ ref: _,
66
+ style: b,
67
+ children: y
63
68
  }
64
69
  )
65
70
  ]
66
71
  }
67
72
  );
68
- return d ? o != null && o.domNode && o.domNode.isConnected ? x(i, o.domNode, o.key) : i : null;
73
+ return d ? o != null && o.domNode && o.domNode.isConnected ? N(n, o.domNode, o.key) : n : null;
69
74
  };
70
75
  export {
71
- B as Modal
76
+ h as Modal
72
77
  };
@@ -1,37 +1,46 @@
1
- import { jsx as i, jsxs as s } from "react/jsx-runtime";
2
- import { Modal as d } from "../Modal/ui/Modal.js";
3
- import a from "../../src/components/ModalSuccess/styles.module.scss.js";
4
- import { Button as c } from "../Button/ui/Button.js";
5
- import { NewIcon as e } from "../NewIcon/ui/NewIcon.js";
6
- const u = ({ isSuccessOpen: l, setIsSuccess: o, createPortalObj: t }) => /* @__PURE__ */ i(
7
- d,
1
+ import { jsx as c, jsxs as t } from "react/jsx-runtime";
2
+ import { Modal as a } from "../Modal/ui/Modal.js";
3
+ import { Button as n } from "../Button/ui/Button.js";
4
+ import { NewIcon as s } from "../NewIcon/ui/NewIcon.js";
5
+ const d = "_modal_1og3m_1", m = "_modalBody_1og3m_9", r = "_root_1og3m_14", _ = "_check_1og3m_26", h = "_iconCircle_1og3m_32", C = "_iconCheck_1og3m_38", u = "_text_1og3m_44", k = "_successTitle_1og3m_52", g = "_title_1og3m_67", o = {
6
+ modal: d,
7
+ modalBody: m,
8
+ root: r,
9
+ check: _,
10
+ iconCircle: h,
11
+ iconCheck: C,
12
+ text: u,
13
+ successTitle: k,
14
+ title: g
15
+ }, v = ({ isSuccessOpen: i, setIsSuccess: e, createPortalObj: l }) => /* @__PURE__ */ c(
16
+ a,
8
17
  {
9
- createPortalObj: t,
10
- emitIsOpen: o,
11
- isOpen: l,
12
- additionalClassModalBody: a.modalBody,
13
- additionalClass: a.modal,
18
+ createPortalObj: l,
19
+ emitIsOpen: e,
20
+ isOpen: i,
21
+ additionalClassModalBody: o.modalBody,
22
+ additionalClass: o.modal,
14
23
  opacity: 0.7,
15
24
  isTransparentBack: !0,
16
- children: /* @__PURE__ */ s("div", { className: a.root, children: [
17
- /* @__PURE__ */ s("div", { className: a.check, children: [
18
- /* @__PURE__ */ i(e, { name: "circle", size: "80", additionalClass: a.iconCircle, color: "#57C27D" }),
19
- /* @__PURE__ */ i(
20
- e,
25
+ children: /* @__PURE__ */ t("div", { className: o.root, children: [
26
+ /* @__PURE__ */ t("div", { className: o.check, children: [
27
+ /* @__PURE__ */ c(s, { name: "circle", size: "80", additionalClass: o.iconCircle, color: "#57C27D" }),
28
+ /* @__PURE__ */ c(
29
+ s,
21
30
  {
22
- additionalClass: a.iconCheck,
31
+ additionalClass: o.iconCheck,
23
32
  size: "32",
24
33
  name: "check",
25
34
  color: "#57C27D"
26
35
  }
27
36
  )
28
37
  ] }),
29
- /* @__PURE__ */ s("div", { className: a.text, children: [
30
- /* @__PURE__ */ i("div", { className: a.successTitle, children: "Запрос принят" }),
31
- /* @__PURE__ */ i("div", { className: a.successText, children: "Наш менеджер свяжется с вами в ближайшее время" })
38
+ /* @__PURE__ */ t("div", { className: o.text, children: [
39
+ /* @__PURE__ */ c("div", { className: o.successTitle, children: "Запрос принят" }),
40
+ /* @__PURE__ */ c("div", { className: o.successText, children: "Наш менеджер свяжется с вами в ближайшее время" })
32
41
  ] }),
33
- /* @__PURE__ */ i(
34
- c,
42
+ /* @__PURE__ */ c(
43
+ n,
35
44
  {
36
45
  "data-testid": "modal_submit",
37
46
  variant: "blue",
@@ -39,8 +48,8 @@ const u = ({ isSuccessOpen: l, setIsSuccess: o, createPortalObj: t }) => /* @__P
39
48
  type: "submit",
40
49
  size: "large",
41
50
  as: "button",
42
- onClick: () => o(!1),
43
- additionalClass: a.modalBtn,
51
+ onClick: () => e(!1),
52
+ additionalClass: o.modalBtn,
44
53
  children: "Хорошо"
45
54
  }
46
55
  )
@@ -48,5 +57,5 @@ const u = ({ isSuccessOpen: l, setIsSuccess: o, createPortalObj: t }) => /* @__P
48
57
  }
49
58
  );
50
59
  export {
51
- u as ModalSuccess
60
+ v as ModalSuccess
52
61
  };
@@ -1,6 +1,6 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import t from "../../../src/components/NewIcon/assets/PinTrans.svg.js";
3
- const m = (r) => /* @__PURE__ */ o(t, { ...r });
2
+ import { F as a } from "../../../PinTrans-D6OZq76b.js";
3
+ const f = (r) => /* @__PURE__ */ o(a, { ...r });
4
4
  export {
5
- m as default
5
+ f as default
6
6
  };
@@ -1,5 +1,5 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import t from "../../../src/components/NewIcon/assets/SmallFilter.svg.js";
2
+ import { F as t } from "../../../SmallFilter-C-VKnbkP.js";
3
3
  const e = (r) => /* @__PURE__ */ o(t, { ...r });
4
4
  export {
5
5
  e as default