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.
- package/dist/App.js +1 -1
- package/dist/{src/pages/ButtonsPage/ButtonState/ButtonState.module.scss.js → ButtonState.module-DtW3aevR.js} +1 -4
- package/dist/FilterWithSave-Bp6rH8Pe.js +2230 -0
- package/dist/Menu-CgCfinVZ.js +513 -0
- package/dist/Option-BVIm7wOW.js +83 -0
- package/dist/{src/components/NewIcon/assets/PinTrans.svg.js → PinTrans-D6OZq76b.js} +4 -4
- package/dist/Router.js +9 -9
- package/dist/{src/components/NewIcon/assets/SmallFilter.svg.js → SmallFilter-C-VKnbkP.js} +3 -3
- package/dist/components/Button/ui/Button.js +73 -44
- package/dist/components/CheckBox/CheckBox.js +46 -35
- package/dist/components/CheckBoxNew/CheckBoxNew.js +23 -19
- package/dist/components/CheckboxSelect/ui/CheckboxSelect.js +31 -24
- package/dist/components/DestinationTab/ui/DestinationTab.js +48 -35
- package/dist/components/FieldInput/ui/FieldInput.js +10 -7
- package/dist/components/FilterWithSave/hooks/useFilterWithSave.js +5 -61
- package/dist/components/FilterWithSave/ui/FilterWithSave.js +7 -266
- package/dist/components/Flex/ui/Flex.js +61 -26
- package/dist/components/FormModal/ui/ModalForm.js +14 -289
- package/dist/components/GroupedInput/ui/GroupedInputs.js +6 -5
- package/dist/components/Input/ui/Input.js +3307 -74
- package/dist/components/Logo/ui/Logo.js +31 -19
- package/dist/components/Logo/ui/Logo.types.js +10 -18
- package/dist/components/LotCard/hooks/useLotCard.js +11 -125
- package/dist/components/LotCard/index.js +2 -2
- package/dist/components/LotCard/ui/LotCard.js +9 -150
- package/dist/components/LotCardSkeleton/ui/LotCardSkeleton.js +58 -31
- package/dist/components/MetroLabel/ui/MetroLabel.js +24 -19
- package/dist/components/MetroTag/ui/MetroTag.js +72 -59
- package/dist/components/Modal/ui/Modal.js +38 -33
- package/dist/components/ModalSuccess/ModalSuccess.js +35 -26
- package/dist/components/NewIcon/icons/PinTrans.js +3 -3
- package/dist/components/NewIcon/icons/SmallFilter.js +1 -1
- package/dist/components/NewIcon/ui/NewIcon.js +301 -141
- package/dist/components/ProjectCardSkeleton/ui/ProjectCardSkeleton.js +15 -5
- package/dist/components/RoundButton/ui/RoundButton.js +60 -42
- package/dist/components/Select/ui/Category.js +29 -30
- package/dist/components/Select/ui/Option.js +5 -52
- package/dist/components/Select/ui/Select.js +23 -24
- package/dist/components/SliderNavigation/ui/SliderNavigation.js +28 -27
- package/dist/components/SortSelect/hooks/useSortSelect.js +4 -59
- package/dist/components/SortSelect/index.js +1 -1
- package/dist/components/SortSelect/ui/SortSelect.js +9 -114
- package/dist/components/SummarySelect/ui/SummarySelect.js +69 -59
- package/dist/components/Switcher/ui/Switcher.js +24 -13
- package/dist/components/TabSelect/ui/TabSelect.js +34 -28
- package/dist/components/TabSwitcher/index.js +2 -2
- package/dist/components/TabSwitcher/ui/TabSwitcher.js +7 -84
- package/dist/components/Tag/ui/Tag.js +67 -19
- package/dist/components/Text/ui/Text.js +13 -12
- package/dist/components/TextArea/TextArea.js +14 -11
- package/dist/components/ZoomControls/ui/ZoomControls.js +11 -8
- package/dist/components/mobileButton/ui/MobileButton.js +39 -34
- package/dist/index-DmANy9jd.js +890 -0
- package/dist/{node_modules/classnames/index.js → index-rKuIKazb.js} +15 -12
- package/dist/layout/Layout.js +8 -7
- package/dist/layout/components/Header/Header.js +44 -41
- package/dist/layout/components/Menu.js +6 -111
- package/dist/main.js +42 -46
- package/dist/pages/ButtonsPage/ButtonState/ButtonState.js +1 -1
- package/dist/pages/ButtonsPage/Buttons.js +62 -54
- package/dist/pages/CheckboxPage/CheckboxPage.js +51 -47
- package/dist/pages/FormsPage/FormsPage.js +32 -31
- package/dist/pages/HomePage/HomePage.js +4 -3
- package/dist/pages/IconsPage/IconsPage.js +10 -12
- package/dist/pages/InputPage/InputPage.js +12 -17
- package/dist/pages/LogoPage/LogoPage.js +14 -17
- package/dist/pages/LotsPage/LotsPage.js +15 -15
- package/dist/pages/ModalsPage/ModalPage.js +14 -19
- package/dist/pages/SelectPage/SelectPage.js +41 -42
- package/dist/pages/TabsPage/TabsPage.js +51 -49
- package/dist/pages/TagsPage/TagsPage.js +7 -10
- package/dist/stories/Button.js +4 -5
- package/dist/stories/Header.js +3 -4
- package/dist/stories/Page.js +2 -3
- package/dist/style.css +1 -1
- package/dist/useSortSelect-CjZXLFOG.js +80 -0
- package/package.json +4 -3
- package/dist/_virtual/_commonjsHelpers.js +0 -6
- package/dist/_virtual/bind.js +0 -4
- package/dist/_virtual/index.js +0 -4
- package/dist/_virtual/index2.js +0 -4
- package/dist/_virtual/index3.js +0 -4
- package/dist/_virtual/react-is.development.js +0 -4
- package/dist/_virtual/react-is.production.min.js +0 -4
- package/dist/node_modules/@remix-run/router/dist/router.js +0 -431
- package/dist/node_modules/classnames/bind.js +0 -42
- package/dist/node_modules/imask/esm/controls/html-contenteditable-mask-element.js +0 -35
- package/dist/node_modules/imask/esm/controls/html-input-mask-element.js +0 -31
- package/dist/node_modules/imask/esm/controls/html-mask-element.js +0 -48
- package/dist/node_modules/imask/esm/controls/input-history.js +0 -30
- package/dist/node_modules/imask/esm/controls/input.js +0 -224
- package/dist/node_modules/imask/esm/controls/mask-element.js +0 -43
- package/dist/node_modules/imask/esm/core/action-details.js +0 -51
- package/dist/node_modules/imask/esm/core/change-details.js +0 -36
- package/dist/node_modules/imask/esm/core/continuous-tail-details.js +0 -44
- package/dist/node_modules/imask/esm/core/holder.js +0 -6
- package/dist/node_modules/imask/esm/core/utils.js +0 -80
- package/dist/node_modules/imask/esm/index.js +0 -50
- package/dist/node_modules/imask/esm/masked/base.js +0 -257
- package/dist/node_modules/imask/esm/masked/date.js +0 -118
- package/dist/node_modules/imask/esm/masked/dynamic.js +0 -224
- package/dist/node_modules/imask/esm/masked/enum.js +0 -70
- package/dist/node_modules/imask/esm/masked/factory.js +0 -51
- package/dist/node_modules/imask/esm/masked/function.js +0 -23
- package/dist/node_modules/imask/esm/masked/number.js +0 -215
- package/dist/node_modules/imask/esm/masked/pattern/chunk-tail-details.js +0 -110
- package/dist/node_modules/imask/esm/masked/pattern/cursor.js +0 -102
- package/dist/node_modules/imask/esm/masked/pattern/fixed-definition.js +0 -103
- package/dist/node_modules/imask/esm/masked/pattern/input-definition.js +0 -134
- package/dist/node_modules/imask/esm/masked/pattern.js +0 -339
- package/dist/node_modules/imask/esm/masked/pipe.js +0 -23
- package/dist/node_modules/imask/esm/masked/range.js +0 -82
- package/dist/node_modules/imask/esm/masked/regexp.js +0 -21
- package/dist/node_modules/imask/esm/masked/repeat.js +0 -106
- package/dist/node_modules/object-assign/index.js +0 -55
- package/dist/node_modules/prop-types/checkPropTypes.js +0 -55
- package/dist/node_modules/prop-types/factoryWithThrowingShims.js +0 -53
- package/dist/node_modules/prop-types/factoryWithTypeCheckers.js +0 -330
- package/dist/node_modules/prop-types/index.js +0 -15
- package/dist/node_modules/prop-types/lib/ReactPropTypesSecret.js +0 -11
- package/dist/node_modules/prop-types/lib/has.js +0 -7
- package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js +0 -95
- package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js +0 -79
- package/dist/node_modules/prop-types/node_modules/react-is/index.js +0 -10
- package/dist/node_modules/react-hook-form/dist/index.esm.js +0 -1062
- package/dist/node_modules/react-imask/esm/input.js +0 -25
- package/dist/node_modules/react-imask/esm/mixin.js +0 -131
- package/dist/node_modules/react-router/dist/index.js +0 -486
- package/dist/node_modules/react-router-dom/dist/index.js +0 -424
- package/dist/src/components/Button/ui/Button.module.scss.js +0 -49
- package/dist/src/components/CheckBox/s.module.scss.js +0 -24
- package/dist/src/components/CheckBoxNew/s.module.scss.js +0 -13
- package/dist/src/components/CheckboxSelect/ui/s.module.scss.js +0 -19
- package/dist/src/components/DestinationTab/ui/DestinationTab.module.scss.js +0 -23
- package/dist/src/components/FieldInput/ui/FieldInput.module.scss.js +0 -11
- package/dist/src/components/FilterWithSave/ui/s.module.scss.js +0 -39
- package/dist/src/components/Flex/ui/Flex.module.scss.js +0 -41
- package/dist/src/components/FormModal/ui/ModalForm.module.scss.js +0 -31
- package/dist/src/components/GroupedInput/ui/GroupedInputs.module.scss.js +0 -7
- package/dist/src/components/Input/ui/Input.module.scss.js +0 -43
- package/dist/src/components/Logo/assets/LogoBlack.svg.js +0 -4
- package/dist/src/components/Logo/assets/LogoDom.svg.js +0 -4
- package/dist/src/components/Logo/assets/LogoNewDom.svg.js +0 -4
- package/dist/src/components/Logo/assets/LogoNewOffice.svg.js +0 -4
- package/dist/src/components/Logo/assets/LogoOffice.svg.js +0 -4
- package/dist/src/components/Logo/assets/LogoRealty.svg.js +0 -4
- package/dist/src/components/Logo/assets/LogoValue.svg.js +0 -4
- package/dist/src/components/Logo/assets/LogoWhite.svg.js +0 -4
- package/dist/src/components/Logo/ui/Logo.module.scss.js +0 -29
- package/dist/src/components/LotCard/assets/testLot.webp.js +0 -4
- package/dist/src/components/LotCard/ui/LotCard.module.scss.js +0 -71
- package/dist/src/components/LotCardSkeleton/ui/LotCardSkeleton.module.scss.js +0 -59
- package/dist/src/components/MetroLabel/ui/MetroLabel.module.scss.js +0 -15
- package/dist/src/components/MetroTag/ui/MetroTag.module.scss.js +0 -31
- package/dist/src/components/Modal/ui/Modal.module.scss.js +0 -15
- package/dist/src/components/ModalSuccess/styles.module.scss.js +0 -23
- package/dist/src/components/NewIcon/assets/ArrowLong.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/ArrowShort.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Auto.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Building.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Burger.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/BurgerClose.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Call.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Callback.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Case.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Check.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Circle.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Close.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/DirectionDown.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Download.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Filter.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Food.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Fullscreen.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Heart.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Layers.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/LayersFilled.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Loader.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Lock.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Metro.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Minus.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/MinusCheck.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Moon.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Park.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Pedestrian.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Phone.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/PhoneFilled.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Pin.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Play.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Play2.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Plus.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Redo.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Ruble.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Search.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/SelectChecked.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/SelectUnchecked.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Share.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Sport.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/SquareMeter.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Star.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/StarFilled.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Sun.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Telegram.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/Timer.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/TwoArrows.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/User.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/WhatsApp.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/WithoutDecor.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/arrowRight.svg.js +0 -10
- package/dist/src/components/NewIcon/assets/mail.svg.js +0 -10
- package/dist/src/components/NewIcon/ui/NewIcon.module.scss.js +0 -4
- package/dist/src/components/ProjectCardSkeleton/ui/ProjectCardSkeleton.module.scss.js +0 -25
- package/dist/src/components/RoundButton/ui/RoundButton.module.scss.js +0 -29
- package/dist/src/components/Select/ui/Select.module.scss.js +0 -52
- package/dist/src/components/SliderNavigation/ui/SliderNavigation.module.scss.js +0 -7
- package/dist/src/components/SortSelect/ui/SortSelect.module.scss.js +0 -41
- package/dist/src/components/SummarySelect/ui/SummarySelect.module.scss.js +0 -25
- package/dist/src/components/Switcher/ui/Switcher.module.scss.js +0 -27
- package/dist/src/components/TabSelect/ui/TabSelect.module.scss.js +0 -17
- package/dist/src/components/TabSwitcher/ui/TabSwitcher.module.scss.js +0 -57
- package/dist/src/components/Tag/ui/Tag.module.scss.js +0 -70
- package/dist/src/components/Text/ui/Text.module.scss.js +0 -7
- package/dist/src/components/TextArea/styles.module.scss.js +0 -9
- package/dist/src/components/ZoomControls/ui/ZoomControls.module.scss.js +0 -11
- package/dist/src/components/mobileButton/ui/MobileButton.module.scss.js +0 -12
- package/dist/src/layout/components/Header/s.module.scss.js +0 -19
- package/dist/src/layout/components/Menu.module.scss.js +0 -9
- package/dist/src/layout/style.module.scss.js +0 -7
- package/dist/src/pages/ButtonsPage/ButtonState/ButtonState.js +0 -18
- package/dist/src/pages/ButtonsPage/ButtonsPage.module.scss.js +0 -9
- package/dist/src/pages/CheckboxPage/CheckboxPage.module.scss.js +0 -13
- package/dist/src/pages/FormsPage/FormsPage.module.scss.js +0 -15
- package/dist/src/pages/HomePage/HomePage.module.scss.js +0 -7
- package/dist/src/pages/IconsPage/IconsPage.module.scss.js +0 -9
- package/dist/src/pages/InputPage/InputPage.module.scss.js +0 -4
- package/dist/src/pages/LogoPage/LogoPage.module.scss.js +0 -7
- package/dist/src/pages/LotsPage/LotsPage.module.scss.js +0 -13
- package/dist/src/pages/ModalsPage/ModalPage.module.scss.js +0 -4
- package/dist/src/pages/SelectPage/SelectPage.module.scss.js +0 -11
- package/dist/src/pages/TabsPage/TabsPage.module.scss.js +0 -17
- package/dist/src/pages/TagsPage/TagsPage.module.scss.js +0 -7
- package/dist/src/stories/button.css.js +0 -1
- package/dist/src/stories/header.css.js +0 -1
- package/dist/src/stories/page.css.js +0 -1
|
@@ -1,56 +1,83 @@
|
|
|
1
|
-
import { jsxs as p, jsx as
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
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:
|
|
13
|
-
[
|
|
39
|
+
className: r(t.lotPropertyListDesktop, {
|
|
40
|
+
[t.projectLotPropertyListDesktop]: o
|
|
14
41
|
}),
|
|
15
42
|
children: [
|
|
16
|
-
/* @__PURE__ */
|
|
17
|
-
/* @__PURE__ */
|
|
18
|
-
/* @__PURE__ */
|
|
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:
|
|
26
|
-
[
|
|
52
|
+
className: r(t.lotPropertyListMobile, {
|
|
53
|
+
[t.projectLotPropertyListMobile]: o
|
|
27
54
|
}),
|
|
28
55
|
children: [
|
|
29
|
-
/* @__PURE__ */ p("li", { className:
|
|
30
|
-
/* @__PURE__ */
|
|
31
|
-
/* @__PURE__ */
|
|
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:
|
|
34
|
-
/* @__PURE__ */
|
|
35
|
-
/* @__PURE__ */
|
|
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:
|
|
38
|
-
/* @__PURE__ */
|
|
39
|
-
/* @__PURE__ */
|
|
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:
|
|
46
|
-
/* @__PURE__ */
|
|
47
|
-
/* @__PURE__ */
|
|
48
|
-
/* @__PURE__ */ p("div", { className:
|
|
49
|
-
/* @__PURE__ */
|
|
50
|
-
/* @__PURE__ */
|
|
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
|
-
|
|
82
|
+
S as LotCardSkeleton
|
|
56
83
|
};
|
|
@@ -1,39 +1,44 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
|
|
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: `${
|
|
9
|
-
className:
|
|
10
|
-
...
|
|
13
|
+
style: { justifyContent: `${a}` },
|
|
14
|
+
className: C(t.root, c, t[n]),
|
|
15
|
+
...u,
|
|
11
16
|
children: [
|
|
12
|
-
/* @__PURE__ */
|
|
13
|
-
(
|
|
14
|
-
|
|
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
|
-
|
|
21
|
+
o.routes && o.routes.map((l, i) => /* @__PURE__ */ s(
|
|
17
22
|
"div",
|
|
18
23
|
{
|
|
19
|
-
className:
|
|
24
|
+
className: t.route,
|
|
20
25
|
children: [
|
|
21
|
-
|
|
22
|
-
|
|
26
|
+
l.iconName && /* @__PURE__ */ r(
|
|
27
|
+
m,
|
|
23
28
|
{
|
|
24
29
|
size: "20",
|
|
25
|
-
name:
|
|
30
|
+
name: l.iconName,
|
|
26
31
|
color: e
|
|
27
32
|
}
|
|
28
33
|
),
|
|
29
|
-
|
|
34
|
+
l.timeTo + " мин"
|
|
30
35
|
]
|
|
31
36
|
},
|
|
32
|
-
|
|
37
|
+
i
|
|
33
38
|
))
|
|
34
39
|
]
|
|
35
40
|
}
|
|
36
41
|
);
|
|
37
42
|
export {
|
|
38
|
-
|
|
43
|
+
v as MetroLabel
|
|
39
44
|
};
|
|
@@ -1,129 +1,142 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
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:
|
|
15
|
-
withWhiteBg:
|
|
16
|
-
...
|
|
27
|
+
withBg: d = !1,
|
|
28
|
+
withWhiteBg: p = !1,
|
|
29
|
+
...h
|
|
17
30
|
}) => {
|
|
18
|
-
const
|
|
19
|
-
return Array.isArray(
|
|
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[
|
|
37
|
+
n[l],
|
|
25
38
|
n[f ? "long" : ""],
|
|
26
|
-
n[
|
|
27
|
-
n[
|
|
28
|
-
|
|
29
|
-
n[
|
|
39
|
+
n[d ? "withBg" : ""],
|
|
40
|
+
n[p ? "withWhiteBg" : ""],
|
|
41
|
+
a,
|
|
42
|
+
n[u]
|
|
30
43
|
),
|
|
31
|
-
...
|
|
44
|
+
...h,
|
|
32
45
|
children: [
|
|
33
|
-
/* @__PURE__ */
|
|
34
|
-
/* @__PURE__ */
|
|
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: (
|
|
39
|
-
|
|
51
|
+
children: (i == null ? void 0 : i.icon) && /* @__PURE__ */ r(
|
|
52
|
+
t,
|
|
40
53
|
{
|
|
41
54
|
size: "20",
|
|
42
|
-
name:
|
|
55
|
+
name: i.icon,
|
|
43
56
|
color: "#777E90"
|
|
44
57
|
}
|
|
45
58
|
)
|
|
46
59
|
},
|
|
47
|
-
`metro + ${
|
|
48
|
-
) : /* @__PURE__ */
|
|
60
|
+
`metro + ${i.name} + ${s}`
|
|
61
|
+
) : /* @__PURE__ */ r(
|
|
49
62
|
"span",
|
|
50
63
|
{
|
|
51
64
|
style: {
|
|
52
|
-
background: (
|
|
53
|
-
border:
|
|
65
|
+
background: (i == null ? void 0 : i.color) ?? "",
|
|
66
|
+
border: s > 0 ? `1px solid ${M}` : ""
|
|
54
67
|
}
|
|
55
68
|
},
|
|
56
|
-
`color + ${
|
|
69
|
+
`color + ${i.name} + ${s}`
|
|
57
70
|
)) }),
|
|
58
|
-
|
|
71
|
+
o.map((i) => i.name).join(", ")
|
|
59
72
|
] }),
|
|
60
|
-
|
|
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
|
-
|
|
66
|
-
|
|
78
|
+
g.includes(i.mode) && /* @__PURE__ */ r(
|
|
79
|
+
t,
|
|
67
80
|
{
|
|
68
81
|
size: "20",
|
|
69
|
-
name:
|
|
82
|
+
name: i.mode,
|
|
70
83
|
color: "#777E90"
|
|
71
84
|
}
|
|
72
85
|
),
|
|
73
|
-
|
|
86
|
+
i.timeTo + " " + (i.selfIconText ?? "мин")
|
|
74
87
|
]
|
|
75
88
|
},
|
|
76
|
-
`route - ${
|
|
89
|
+
`route - ${i.name} - ${s}`
|
|
77
90
|
))
|
|
78
91
|
]
|
|
79
92
|
}
|
|
80
|
-
) : /* @__PURE__ */
|
|
93
|
+
) : /* @__PURE__ */ c(
|
|
81
94
|
"div",
|
|
82
95
|
{
|
|
83
96
|
className: e(
|
|
84
97
|
n.root,
|
|
85
|
-
n[
|
|
98
|
+
n[l],
|
|
86
99
|
n[f ? "long" : ""],
|
|
87
|
-
n[
|
|
88
|
-
n[
|
|
89
|
-
|
|
90
|
-
n[
|
|
100
|
+
n[d ? "withBg" : ""],
|
|
101
|
+
n[p ? "withWhiteBg" : ""],
|
|
102
|
+
a,
|
|
103
|
+
n[u]
|
|
91
104
|
),
|
|
92
|
-
...
|
|
105
|
+
...h,
|
|
93
106
|
children: [
|
|
94
|
-
/* @__PURE__ */
|
|
107
|
+
/* @__PURE__ */ c(
|
|
95
108
|
"div",
|
|
96
109
|
{
|
|
97
|
-
className: e(n.metroColor,
|
|
110
|
+
className: e(n.metroColor, _, { [n.metroColorMini]: l === "mini" }),
|
|
98
111
|
children: [
|
|
99
|
-
(
|
|
112
|
+
(o == null ? void 0 : o.icon) && /* @__PURE__ */ r(
|
|
100
113
|
"img",
|
|
101
114
|
{
|
|
102
|
-
src:
|
|
115
|
+
src: o.icon,
|
|
103
116
|
width: 20,
|
|
104
117
|
height: 20
|
|
105
118
|
}
|
|
106
119
|
),
|
|
107
|
-
(
|
|
108
|
-
|
|
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
|
-
|
|
113
|
-
|
|
114
|
-
|
|
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:
|
|
130
|
+
name: o.mode,
|
|
118
131
|
color: "#777E90"
|
|
119
132
|
}
|
|
120
133
|
),
|
|
121
|
-
|
|
134
|
+
o.timeTo + " " + (o.selfIconText ?? "мин")
|
|
122
135
|
] })
|
|
123
136
|
]
|
|
124
137
|
}
|
|
125
138
|
);
|
|
126
139
|
};
|
|
127
140
|
export {
|
|
128
|
-
|
|
141
|
+
q as MetroTag
|
|
129
142
|
};
|
|
@@ -1,72 +1,77 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { useEffect as
|
|
3
|
-
import { createPortal as
|
|
4
|
-
|
|
5
|
-
|
|
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:
|
|
12
|
+
emitIsOpen: c,
|
|
8
13
|
isTransparentBack: l = !1,
|
|
9
|
-
isClickOutside:
|
|
10
|
-
leaveDisableScroll:
|
|
14
|
+
isClickOutside: t = !0,
|
|
15
|
+
leaveDisableScroll: r = !1,
|
|
11
16
|
createPortalObj: o,
|
|
12
|
-
additionalClass:
|
|
13
|
-
additionalClassOverlay:
|
|
14
|
-
additionalClassModalBody:
|
|
17
|
+
additionalClass: i,
|
|
18
|
+
additionalClassOverlay: m,
|
|
19
|
+
additionalClassModalBody: f,
|
|
15
20
|
opacity: u = 0.7,
|
|
16
21
|
colorOverlay: e,
|
|
17
|
-
notDisableScroll:
|
|
18
|
-
children:
|
|
19
|
-
modalBodyRef:
|
|
20
|
-
additionalStylesModalBody:
|
|
22
|
+
notDisableScroll: v = !1,
|
|
23
|
+
children: y,
|
|
24
|
+
modalBodyRef: _,
|
|
25
|
+
additionalStylesModalBody: b
|
|
21
26
|
}) => {
|
|
22
|
-
const
|
|
23
|
-
|
|
27
|
+
const p = () => {
|
|
28
|
+
t && c(!1);
|
|
24
29
|
};
|
|
25
|
-
|
|
26
|
-
if (!
|
|
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 (
|
|
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
|
|
44
|
+
const n = /* @__PURE__ */ B(
|
|
40
45
|
"div",
|
|
41
46
|
{
|
|
42
|
-
className: `${s.root} ${
|
|
43
|
-
onClick: (
|
|
47
|
+
className: `${s.root} ${i}`,
|
|
48
|
+
onClick: (k) => k.stopPropagation(),
|
|
44
49
|
children: [
|
|
45
|
-
/* @__PURE__ */
|
|
50
|
+
/* @__PURE__ */ a(
|
|
46
51
|
"div",
|
|
47
52
|
{
|
|
48
|
-
onClick:
|
|
49
|
-
className: `${s.modalOverlay} ${
|
|
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__ */
|
|
61
|
+
/* @__PURE__ */ a(
|
|
57
62
|
"div",
|
|
58
63
|
{
|
|
59
|
-
className: `${s.modalBody} ${
|
|
60
|
-
ref:
|
|
61
|
-
style:
|
|
62
|
-
children:
|
|
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 ?
|
|
73
|
+
return d ? o != null && o.domNode && o.domNode.isConnected ? N(n, o.domNode, o.key) : n : null;
|
|
69
74
|
};
|
|
70
75
|
export {
|
|
71
|
-
|
|
76
|
+
h as Modal
|
|
72
77
|
};
|
|
@@ -1,37 +1,46 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { Modal as
|
|
3
|
-
import
|
|
4
|
-
import {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
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:
|
|
10
|
-
emitIsOpen:
|
|
11
|
-
isOpen:
|
|
12
|
-
additionalClassModalBody:
|
|
13
|
-
additionalClass:
|
|
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__ */
|
|
17
|
-
/* @__PURE__ */
|
|
18
|
-
/* @__PURE__ */
|
|
19
|
-
/* @__PURE__ */
|
|
20
|
-
|
|
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:
|
|
31
|
+
additionalClass: o.iconCheck,
|
|
23
32
|
size: "32",
|
|
24
33
|
name: "check",
|
|
25
34
|
color: "#57C27D"
|
|
26
35
|
}
|
|
27
36
|
)
|
|
28
37
|
] }),
|
|
29
|
-
/* @__PURE__ */
|
|
30
|
-
/* @__PURE__ */
|
|
31
|
-
/* @__PURE__ */
|
|
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__ */
|
|
34
|
-
|
|
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: () =>
|
|
43
|
-
additionalClass:
|
|
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
|
-
|
|
60
|
+
v as ModalSuccess
|
|
52
61
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
const
|
|
2
|
+
import { F as a } from "../../../PinTrans-D6OZq76b.js";
|
|
3
|
+
const f = (r) => /* @__PURE__ */ o(a, { ...r });
|
|
4
4
|
export {
|
|
5
|
-
|
|
5
|
+
f as default
|
|
6
6
|
};
|