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,41 +1,49 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { useState as n } from "react";
|
|
3
|
-
import { Button as
|
|
1
|
+
import { jsx as t, jsxs as i } from "react/jsx-runtime";
|
|
2
|
+
import W, { useState as n } from "react";
|
|
3
|
+
import { Button as w } from "../../components/Button/ui/Button.js";
|
|
4
4
|
import "../../components/mobileButton/ui/MobileButton.js";
|
|
5
|
-
import { NewIcon as
|
|
5
|
+
import { NewIcon as d, iconTypes as A } from "../../components/NewIcon/ui/NewIcon.js";
|
|
6
6
|
import "../../components/DestinationTab/ui/DestinationTab.js";
|
|
7
|
-
import { RoundButton as
|
|
7
|
+
import { RoundButton as g } from "../../components/RoundButton/ui/RoundButton.js";
|
|
8
8
|
import "../../components/Tag/ui/Tag.js";
|
|
9
|
-
import { Switcher as
|
|
9
|
+
import { Switcher as b } 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 "../../
|
|
14
|
+
import "../../FilterWithSave-Bp6rH8Pe.js";
|
|
15
15
|
import "../../components/GroupedInput/ui/GroupedInputs.js";
|
|
16
|
-
import "../../
|
|
16
|
+
import "../../index-rKuIKazb.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/
|
|
21
|
-
import { SliderNavigation as d } from "../../components/SliderNavigation/ui/SliderNavigation.js";
|
|
19
|
+
import { SliderNavigation as B } from "../../components/SliderNavigation/ui/SliderNavigation.js";
|
|
22
20
|
import "../../components/LotCardSkeleton/ui/LotCardSkeleton.js";
|
|
23
21
|
import "../../components/TabSelect/ui/TabSelect.js";
|
|
24
|
-
import { ZoomControls as
|
|
25
|
-
import "../../components/FormModal/ui/ModalForm.js";
|
|
26
|
-
import "../../components/FilterWithSave/ui/FilterWithSave.js";
|
|
22
|
+
import { ZoomControls as y } from "../../components/ZoomControls/ui/ZoomControls.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
|
|
31
|
-
import {
|
|
32
|
-
const
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
26
|
+
import { s as a } from "../../ButtonState.module-DtW3aevR.js";
|
|
27
|
+
import { BUTTON_VARIANTS as j } from "../../components/Button/ui/Button.types.js";
|
|
28
|
+
const O = "_root_iex42_1", T = "_buttonsWrapper_iex42_11", r = {
|
|
29
|
+
root: O,
|
|
30
|
+
buttonsWrapper: T
|
|
31
|
+
}, V = ({ children: o }) => {
|
|
32
|
+
const [l, c] = n("auto"), [s, f] = n("blue"), [h, z] = n(!1), [m, I] = n(null), [p, S] = n(null), [N, C] = n(null), [k, P] = n(null), u = ["12", "16", "20", "24"], _ = W.cloneElement(o, {
|
|
33
|
+
width: l,
|
|
34
|
+
variant: s,
|
|
35
|
+
isLoading: h,
|
|
36
|
+
pre: m ? t(d, { name: m, size: N ?? "24" }) : null,
|
|
37
|
+
post: p ? t(d, { name: p, size: k ?? "24" }) : null
|
|
38
|
+
}), x = ["auto", "full"], L = Object.values(j), v = Object.keys(A);
|
|
39
|
+
return i("div", { className: a.root, children: [_, i("div", { className: a.optionsWrapper, children: [t("div", { children: i("label", { children: ["Width:", t("select", { onChange: (e) => c(e.target.value), children: x.map((e) => t("option", { value: e, children: e }, e)) })] }) }), t("div", { children: i("label", { children: ["Variants:", t("select", { onChange: (e) => f(e.target.value), children: L.map((e) => t("option", { value: e, children: e }, e)) })] }) }), t("div", { children: i("label", { children: ["Pre Icon:", t("select", { onChange: (e) => I(e.target.value), children: v.map((e) => t("option", { value: e, children: e }, e)) })] }) }), t("div", { children: i("label", { children: ["Post Icon:", t("select", { onChange: (e) => S(e.target.value), children: v.map((e) => t("option", { value: e, children: e }, e)) })] }) }), t("div", { children: i("label", { children: ["Pre Icon Size:", t("select", { onChange: (e) => C(e.target.value), children: u.map((e) => t("option", { value: e, children: e }, e)) })] }) }), t("div", { children: i("label", { children: ["Post Icon Size:", t("select", { onChange: (e) => P(e.target.value), children: u.map((e) => t("option", { value: e, children: e }, e)) })] }) }), i("label", { className: a.isLoading, children: ["isLoading", t("input", { type: "checkbox", onChange: () => z(!h) })] })] })] });
|
|
40
|
+
}, he = () => {
|
|
41
|
+
const [o, l] = n(!0), [c, s] = n(!1);
|
|
42
|
+
return /* @__PURE__ */ i("div", { className: r.root, children: [
|
|
43
|
+
/* @__PURE__ */ i("div", { className: r.clearButton, children: [
|
|
44
|
+
/* @__PURE__ */ t("h2", { children: "Обычная" }),
|
|
45
|
+
/* @__PURE__ */ t("div", { className: r.buttonsWrapper, children: /* @__PURE__ */ t(V, { children: /* @__PURE__ */ t(
|
|
46
|
+
w,
|
|
39
47
|
{
|
|
40
48
|
as: "button",
|
|
41
49
|
size: "large",
|
|
@@ -44,42 +52,42 @@ const M = () => {
|
|
|
44
52
|
}
|
|
45
53
|
) }) })
|
|
46
54
|
] }),
|
|
47
|
-
/* @__PURE__ */
|
|
48
|
-
/* @__PURE__ */
|
|
49
|
-
/* @__PURE__ */
|
|
50
|
-
/* @__PURE__ */
|
|
51
|
-
|
|
55
|
+
/* @__PURE__ */ i("div", { className: r.clearButton, children: [
|
|
56
|
+
/* @__PURE__ */ t("h2", { children: "Круглая" }),
|
|
57
|
+
/* @__PURE__ */ i("div", { className: r.buttonsWrapper, children: [
|
|
58
|
+
/* @__PURE__ */ t(
|
|
59
|
+
g,
|
|
52
60
|
{
|
|
53
|
-
variant:
|
|
61
|
+
variant: o ? "blackFill" : "whiteStroke",
|
|
54
62
|
size: "tiny",
|
|
55
|
-
onClick: () =>
|
|
56
|
-
children: /* @__PURE__ */
|
|
57
|
-
|
|
63
|
+
onClick: () => l(!o),
|
|
64
|
+
children: /* @__PURE__ */ t(
|
|
65
|
+
d,
|
|
58
66
|
{
|
|
59
67
|
name: "close",
|
|
60
68
|
size: "12",
|
|
61
|
-
color:
|
|
69
|
+
color: o ? "#fff" : "#000"
|
|
62
70
|
}
|
|
63
71
|
)
|
|
64
72
|
}
|
|
65
73
|
),
|
|
66
|
-
/* @__PURE__ */
|
|
67
|
-
|
|
74
|
+
/* @__PURE__ */ t(
|
|
75
|
+
g,
|
|
68
76
|
{
|
|
69
77
|
iconName: "close",
|
|
70
|
-
variant:
|
|
78
|
+
variant: o ? "blackFill" : "whiteStroke",
|
|
71
79
|
deg: "90",
|
|
72
80
|
size: "tiny",
|
|
73
81
|
size_l: "small",
|
|
74
|
-
onClick: () =>
|
|
82
|
+
onClick: () => l(!o)
|
|
75
83
|
}
|
|
76
84
|
)
|
|
77
85
|
] })
|
|
78
86
|
] }),
|
|
79
|
-
/* @__PURE__ */
|
|
80
|
-
/* @__PURE__ */
|
|
81
|
-
/* @__PURE__ */
|
|
82
|
-
|
|
87
|
+
/* @__PURE__ */ i("div", { children: [
|
|
88
|
+
/* @__PURE__ */ t("h2", { children: "Зум" }),
|
|
89
|
+
/* @__PURE__ */ t(
|
|
90
|
+
y,
|
|
83
91
|
{
|
|
84
92
|
size: "medium",
|
|
85
93
|
zoomIn: () => {
|
|
@@ -89,10 +97,10 @@ const M = () => {
|
|
|
89
97
|
}
|
|
90
98
|
)
|
|
91
99
|
] }),
|
|
92
|
-
/* @__PURE__ */
|
|
93
|
-
/* @__PURE__ */
|
|
94
|
-
/* @__PURE__ */
|
|
95
|
-
|
|
100
|
+
/* @__PURE__ */ i("div", { children: [
|
|
101
|
+
/* @__PURE__ */ t("h2", { children: "Слайдер" }),
|
|
102
|
+
/* @__PURE__ */ t(
|
|
103
|
+
B,
|
|
96
104
|
{
|
|
97
105
|
goNext: () => {
|
|
98
106
|
},
|
|
@@ -103,24 +111,24 @@ const M = () => {
|
|
|
103
111
|
}
|
|
104
112
|
)
|
|
105
113
|
] }),
|
|
106
|
-
/* @__PURE__ */
|
|
107
|
-
|
|
114
|
+
/* @__PURE__ */ t(
|
|
115
|
+
b,
|
|
108
116
|
{
|
|
109
|
-
isActive:
|
|
110
|
-
onClick: () =>
|
|
117
|
+
isActive: o,
|
|
118
|
+
onClick: () => l(!o),
|
|
111
119
|
children: "В продаже"
|
|
112
120
|
}
|
|
113
121
|
),
|
|
114
|
-
/* @__PURE__ */
|
|
115
|
-
|
|
122
|
+
/* @__PURE__ */ t(
|
|
123
|
+
b,
|
|
116
124
|
{
|
|
117
|
-
isActive:
|
|
118
|
-
onClick: () => s(!
|
|
125
|
+
isActive: c,
|
|
126
|
+
onClick: () => s(!c),
|
|
119
127
|
children: "В продаже"
|
|
120
128
|
}
|
|
121
129
|
)
|
|
122
130
|
] });
|
|
123
131
|
};
|
|
124
132
|
export {
|
|
125
|
-
|
|
133
|
+
he as ButtonsPage
|
|
126
134
|
};
|
|
@@ -1,20 +1,24 @@
|
|
|
1
|
-
import { jsxs as
|
|
1
|
+
import { jsxs as d, jsx as c } from "react/jsx-runtime";
|
|
2
2
|
import { useState as r } from "react";
|
|
3
|
-
import { CheckBox as
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
import { CheckBox as i } from "../../components/CheckBox/CheckBox.js";
|
|
4
|
+
const P = "_root_1br5a_1", q = "_wrapper_1br5a_5", A = "_lighContainer_1br5a_11", F = "_darkContainer_1br5a_11", h = {
|
|
5
|
+
root: P,
|
|
6
|
+
wrapper: q,
|
|
7
|
+
lighContainer: A,
|
|
8
|
+
darkContainer: F
|
|
9
|
+
}, K = () => {
|
|
10
|
+
const [t, k] = r(!0), [s, n] = r(!1), [a, l] = r(!0), [o, m] = r(!1), [u, g] = r(!0), [C, _] = r(!1), [L, D] = r(!1), [z, I] = r(!0), [M, f] = r(!0), [p, v] = r(!1), [S, E] = r(!0), [U, b] = r(!1), [x, w] = r(!0), [N, y] = r(!1), [B, W] = r(!1), [j, T] = r(!0);
|
|
11
|
+
return /* @__PURE__ */ d("div", { className: h.root, children: [
|
|
8
12
|
/* @__PURE__ */ c("div", { style: { fontWeight: "bold" }, children: "CheckBox variants:" }),
|
|
9
|
-
/* @__PURE__ */
|
|
10
|
-
/* @__PURE__ */
|
|
13
|
+
/* @__PURE__ */ d("div", { className: h.wrapper, children: [
|
|
14
|
+
/* @__PURE__ */ d("div", { className: h.lighContainer, children: [
|
|
11
15
|
/* @__PURE__ */ c("div", { style: { fontWeight: "bold", marginTop: 16 }, children: "Light variant:" }),
|
|
12
16
|
/* @__PURE__ */ c(
|
|
13
|
-
|
|
17
|
+
i,
|
|
14
18
|
{
|
|
15
|
-
isChecked:
|
|
19
|
+
isChecked: a,
|
|
16
20
|
emitIsChecked: (e) => {
|
|
17
|
-
|
|
21
|
+
l(e), console.log("checked light large", e);
|
|
18
22
|
},
|
|
19
23
|
variant: "light",
|
|
20
24
|
size_l: !0,
|
|
@@ -22,7 +26,7 @@ const G = () => {
|
|
|
22
26
|
}
|
|
23
27
|
),
|
|
24
28
|
/* @__PURE__ */ c(
|
|
25
|
-
|
|
29
|
+
i,
|
|
26
30
|
{
|
|
27
31
|
isChecked: o,
|
|
28
32
|
emitIsChecked: (e) => {
|
|
@@ -33,8 +37,8 @@ const G = () => {
|
|
|
33
37
|
children: "light / large / unchecked"
|
|
34
38
|
}
|
|
35
39
|
),
|
|
36
|
-
/* @__PURE__ */
|
|
37
|
-
|
|
40
|
+
/* @__PURE__ */ d(
|
|
41
|
+
i,
|
|
38
42
|
{
|
|
39
43
|
isChecked: t,
|
|
40
44
|
emitIsChecked: (e) => {
|
|
@@ -49,11 +53,11 @@ const G = () => {
|
|
|
49
53
|
}
|
|
50
54
|
),
|
|
51
55
|
/* @__PURE__ */ c(
|
|
52
|
-
|
|
56
|
+
i,
|
|
53
57
|
{
|
|
54
58
|
isChecked: s,
|
|
55
59
|
emitIsChecked: (e) => {
|
|
56
|
-
|
|
60
|
+
n(e), console.log("unchecked light medium", e);
|
|
57
61
|
},
|
|
58
62
|
variant: "light",
|
|
59
63
|
size_m: !0,
|
|
@@ -61,7 +65,7 @@ const G = () => {
|
|
|
61
65
|
}
|
|
62
66
|
),
|
|
63
67
|
/* @__PURE__ */ c(
|
|
64
|
-
|
|
68
|
+
i,
|
|
65
69
|
{
|
|
66
70
|
isChecked: u,
|
|
67
71
|
emitIsChecked: (e) => {
|
|
@@ -73,11 +77,11 @@ const G = () => {
|
|
|
73
77
|
}
|
|
74
78
|
),
|
|
75
79
|
/* @__PURE__ */ c(
|
|
76
|
-
|
|
80
|
+
i,
|
|
77
81
|
{
|
|
78
82
|
isChecked: C,
|
|
79
83
|
emitIsChecked: (e) => {
|
|
80
|
-
|
|
84
|
+
_(e), console.log("unchecked light small", e);
|
|
81
85
|
},
|
|
82
86
|
variant: "light",
|
|
83
87
|
size_s: !0,
|
|
@@ -85,11 +89,11 @@ const G = () => {
|
|
|
85
89
|
}
|
|
86
90
|
),
|
|
87
91
|
/* @__PURE__ */ c(
|
|
88
|
-
|
|
92
|
+
i,
|
|
89
93
|
{
|
|
90
|
-
isChecked:
|
|
94
|
+
isChecked: L,
|
|
91
95
|
emitIsChecked: (e) => {
|
|
92
|
-
|
|
96
|
+
D(e), console.log("unchecked light medium", e);
|
|
93
97
|
},
|
|
94
98
|
variant: "light",
|
|
95
99
|
error: !0,
|
|
@@ -98,11 +102,11 @@ const G = () => {
|
|
|
98
102
|
}
|
|
99
103
|
),
|
|
100
104
|
/* @__PURE__ */ c(
|
|
101
|
-
|
|
105
|
+
i,
|
|
102
106
|
{
|
|
103
|
-
isChecked:
|
|
107
|
+
isChecked: z,
|
|
104
108
|
emitIsChecked: (e) => {
|
|
105
|
-
|
|
109
|
+
I(e), console.log("unchecked light medium", e);
|
|
106
110
|
},
|
|
107
111
|
variant: "light",
|
|
108
112
|
error: !0,
|
|
@@ -111,10 +115,10 @@ const G = () => {
|
|
|
111
115
|
}
|
|
112
116
|
)
|
|
113
117
|
] }),
|
|
114
|
-
/* @__PURE__ */
|
|
118
|
+
/* @__PURE__ */ d("div", { className: h.darkContainer, children: [
|
|
115
119
|
/* @__PURE__ */ c("div", { style: { fontWeight: "bold", marginTop: 16 }, children: "Dark variant:" }),
|
|
116
120
|
/* @__PURE__ */ c(
|
|
117
|
-
|
|
121
|
+
i,
|
|
118
122
|
{
|
|
119
123
|
isChecked: S,
|
|
120
124
|
emitIsChecked: (e) => {
|
|
@@ -126,11 +130,11 @@ const G = () => {
|
|
|
126
130
|
}
|
|
127
131
|
),
|
|
128
132
|
/* @__PURE__ */ c(
|
|
129
|
-
|
|
133
|
+
i,
|
|
130
134
|
{
|
|
131
135
|
isChecked: U,
|
|
132
136
|
emitIsChecked: (e) => {
|
|
133
|
-
|
|
137
|
+
b(e), console.log("unchecked dark large", e);
|
|
134
138
|
},
|
|
135
139
|
variant: "dark",
|
|
136
140
|
size_l: !0,
|
|
@@ -138,9 +142,9 @@ const G = () => {
|
|
|
138
142
|
}
|
|
139
143
|
),
|
|
140
144
|
/* @__PURE__ */ c(
|
|
141
|
-
|
|
145
|
+
i,
|
|
142
146
|
{
|
|
143
|
-
isChecked:
|
|
147
|
+
isChecked: M,
|
|
144
148
|
emitIsChecked: (e) => {
|
|
145
149
|
f(e), console.log("checked dark medium", e);
|
|
146
150
|
},
|
|
@@ -150,11 +154,11 @@ const G = () => {
|
|
|
150
154
|
}
|
|
151
155
|
),
|
|
152
156
|
/* @__PURE__ */ c(
|
|
153
|
-
|
|
157
|
+
i,
|
|
154
158
|
{
|
|
155
|
-
isChecked:
|
|
159
|
+
isChecked: p,
|
|
156
160
|
emitIsChecked: (e) => {
|
|
157
|
-
|
|
161
|
+
v(e), console.log("unchecked dark medium", e);
|
|
158
162
|
},
|
|
159
163
|
variant: "dark",
|
|
160
164
|
size_m: !0,
|
|
@@ -162,11 +166,11 @@ const G = () => {
|
|
|
162
166
|
}
|
|
163
167
|
),
|
|
164
168
|
/* @__PURE__ */ c(
|
|
165
|
-
|
|
169
|
+
i,
|
|
166
170
|
{
|
|
167
|
-
isChecked:
|
|
171
|
+
isChecked: x,
|
|
168
172
|
emitIsChecked: (e) => {
|
|
169
|
-
|
|
173
|
+
w(e), console.log("checked dark small", e);
|
|
170
174
|
},
|
|
171
175
|
variant: "dark",
|
|
172
176
|
size_s: !0,
|
|
@@ -174,11 +178,11 @@ const G = () => {
|
|
|
174
178
|
}
|
|
175
179
|
),
|
|
176
180
|
/* @__PURE__ */ c(
|
|
177
|
-
|
|
181
|
+
i,
|
|
178
182
|
{
|
|
179
|
-
isChecked:
|
|
183
|
+
isChecked: N,
|
|
180
184
|
emitIsChecked: (e) => {
|
|
181
|
-
|
|
185
|
+
y(e), console.log("unchecked dark small", e);
|
|
182
186
|
},
|
|
183
187
|
variant: "dark",
|
|
184
188
|
size_s: !0,
|
|
@@ -186,11 +190,11 @@ const G = () => {
|
|
|
186
190
|
}
|
|
187
191
|
),
|
|
188
192
|
/* @__PURE__ */ c(
|
|
189
|
-
|
|
193
|
+
i,
|
|
190
194
|
{
|
|
191
|
-
isChecked:
|
|
195
|
+
isChecked: B,
|
|
192
196
|
emitIsChecked: (e) => {
|
|
193
|
-
|
|
197
|
+
W(e), console.log("unchecked dark medium", e);
|
|
194
198
|
},
|
|
195
199
|
variant: "dark",
|
|
196
200
|
size_m: !0,
|
|
@@ -199,11 +203,11 @@ const G = () => {
|
|
|
199
203
|
}
|
|
200
204
|
),
|
|
201
205
|
/* @__PURE__ */ c(
|
|
202
|
-
|
|
206
|
+
i,
|
|
203
207
|
{
|
|
204
|
-
isChecked:
|
|
208
|
+
isChecked: j,
|
|
205
209
|
emitIsChecked: (e) => {
|
|
206
|
-
|
|
210
|
+
T(e), console.log("unchecked dark medium", e);
|
|
207
211
|
},
|
|
208
212
|
variant: "dark",
|
|
209
213
|
size_m: !0,
|
|
@@ -216,5 +220,5 @@ const G = () => {
|
|
|
216
220
|
] });
|
|
217
221
|
};
|
|
218
222
|
export {
|
|
219
|
-
|
|
223
|
+
K as CheckBoxPage
|
|
220
224
|
};
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { useState as
|
|
3
|
-
import
|
|
4
|
-
import {
|
|
5
|
-
import { Button as m } from "../../components/Button/ui/Button.js";
|
|
1
|
+
import { jsxs as a, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { useState as e } from "react";
|
|
3
|
+
import { M as n } from "../../FilterWithSave-Bp6rH8Pe.js";
|
|
4
|
+
import { Button as s } from "../../components/Button/ui/Button.js";
|
|
6
5
|
import "../../components/mobileButton/ui/MobileButton.js";
|
|
7
6
|
import "../../components/NewIcon/ui/NewIcon.js";
|
|
8
7
|
import "../../components/DestinationTab/ui/DestinationTab.js";
|
|
@@ -13,45 +12,47 @@ import "../../components/Text/ui/Text.js";
|
|
|
13
12
|
import "../../components/Flex/ui/Flex.js";
|
|
14
13
|
import "../../components/Input/ui/Input.js";
|
|
15
14
|
import "react-dom";
|
|
16
|
-
import "../../components/TabSwitcher/ui/TabSwitcher.js";
|
|
17
15
|
import "../../components/GroupedInput/ui/GroupedInputs.js";
|
|
18
|
-
import "../../
|
|
16
|
+
import "../../index-rKuIKazb.js";
|
|
19
17
|
import "../../components/MetroTag/ui/MetroTag.js";
|
|
20
|
-
import "../../components/LotCard/ui/LotCard.js";
|
|
21
18
|
import "../../components/Select/ui/Select.js";
|
|
22
|
-
import "../../components/SortSelect/ui/SortSelect.js";
|
|
23
19
|
import "../../components/SliderNavigation/ui/SliderNavigation.js";
|
|
24
20
|
import "../../components/LotCardSkeleton/ui/LotCardSkeleton.js";
|
|
25
21
|
import "../../components/TabSelect/ui/TabSelect.js";
|
|
26
|
-
import { ModalSuccess as
|
|
27
|
-
import "../../components/FilterWithSave/ui/FilterWithSave.js";
|
|
22
|
+
import { ModalSuccess as c } from "../../components/ModalSuccess/ModalSuccess.js";
|
|
28
23
|
import "../../components/CheckBox/CheckBox.js";
|
|
29
24
|
import "../../components/CheckBoxNew/CheckBoxNew.js";
|
|
30
25
|
import "../../components/CheckboxSelect/ui/CheckboxSelect.js";
|
|
31
|
-
const
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
26
|
+
const l = "_root_kl5jx_1", u = "_tabsShort_kl5jx_7", d = "_tabSelectWrapper_kl5jx_11", b = "_destinationWrapper_kl5jx_15", _ = "_bbb_kl5jx_22", S = {
|
|
27
|
+
root: l,
|
|
28
|
+
tabsShort: u,
|
|
29
|
+
tabSelectWrapper: d,
|
|
30
|
+
destinationWrapper: b,
|
|
31
|
+
bbb: _
|
|
32
|
+
}, D = () => {
|
|
33
|
+
const [i, o] = e(!1), [p, r] = e(!0);
|
|
34
|
+
return /* @__PURE__ */ a("div", { className: S.root, children: [
|
|
35
|
+
/* @__PURE__ */ t(
|
|
36
|
+
s,
|
|
36
37
|
{
|
|
37
38
|
as: "button",
|
|
38
|
-
onClick: () =>
|
|
39
|
+
onClick: () => o(!0),
|
|
39
40
|
children: "ModalForm"
|
|
40
41
|
}
|
|
41
42
|
),
|
|
42
|
-
/* @__PURE__ */
|
|
43
|
-
|
|
43
|
+
/* @__PURE__ */ t(
|
|
44
|
+
s,
|
|
44
45
|
{
|
|
45
46
|
as: "button",
|
|
46
|
-
onClick: () =>
|
|
47
|
+
onClick: () => r(!0),
|
|
47
48
|
children: "ModalSucceess"
|
|
48
49
|
}
|
|
49
50
|
),
|
|
50
|
-
/* @__PURE__ */
|
|
51
|
-
|
|
51
|
+
/* @__PURE__ */ t(
|
|
52
|
+
n,
|
|
52
53
|
{
|
|
53
|
-
submitHandler: (
|
|
54
|
-
console.log(
|
|
54
|
+
submitHandler: (m) => {
|
|
55
|
+
console.log(m);
|
|
55
56
|
},
|
|
56
57
|
subTitle: "Оставьте номер телефона для получения консультации",
|
|
57
58
|
title: "Оставить обращение",
|
|
@@ -59,19 +60,19 @@ const G = () => {
|
|
|
59
60
|
isPhone: !0,
|
|
60
61
|
isRequiredPhoneOrEmail: !0,
|
|
61
62
|
isRequiredPhone: !0,
|
|
62
|
-
isFormOpen:
|
|
63
|
-
setIsFormOpen:
|
|
63
|
+
isFormOpen: i,
|
|
64
|
+
setIsFormOpen: o
|
|
64
65
|
}
|
|
65
66
|
),
|
|
66
|
-
/* @__PURE__ */
|
|
67
|
-
|
|
67
|
+
/* @__PURE__ */ t(
|
|
68
|
+
c,
|
|
68
69
|
{
|
|
69
|
-
isSuccessOpen:
|
|
70
|
-
setIsSuccess:
|
|
70
|
+
isSuccessOpen: p,
|
|
71
|
+
setIsSuccess: r
|
|
71
72
|
}
|
|
72
73
|
)
|
|
73
74
|
] });
|
|
74
75
|
};
|
|
75
76
|
export {
|
|
76
|
-
|
|
77
|
+
D as default
|
|
77
78
|
};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
const t = "_root_1y1e6_1", r = {
|
|
3
|
+
root: t
|
|
4
|
+
}, e = () => /* @__PURE__ */ o("div", { className: r.root });
|
|
4
5
|
export {
|
|
5
|
-
|
|
6
|
+
e as default
|
|
6
7
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { jsx as o, jsxs as
|
|
2
|
-
import { iconTypes as
|
|
1
|
+
import { jsx as o, jsxs as m } from "react/jsx-runtime";
|
|
2
|
+
import { iconTypes as t, NewIcon as e } from "../../components/NewIcon/ui/NewIcon.js";
|
|
3
3
|
import "../../components/Button/ui/Button.js";
|
|
4
4
|
import "../../components/mobileButton/ui/MobileButton.js";
|
|
5
5
|
import "../../components/DestinationTab/ui/DestinationTab.js";
|
|
@@ -11,33 +11,31 @@ 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 "../../
|
|
14
|
+
import "../../FilterWithSave-Bp6rH8Pe.js";
|
|
15
15
|
import "../../components/GroupedInput/ui/GroupedInputs.js";
|
|
16
|
-
import "../../
|
|
16
|
+
import "../../index-rKuIKazb.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
|
-
|
|
30
|
-
|
|
25
|
+
const s = "_root_3zx0k_1", c = "_iconWrapper_3zx0k_7", i = {
|
|
26
|
+
root: s,
|
|
27
|
+
iconWrapper: c
|
|
28
|
+
}, q = () => /* @__PURE__ */ o("div", { className: i.root, children: Array.isArray(Object.keys(t)) ? Object.keys(t).map((r, p) => /* @__PURE__ */ m("div", { className: i.iconWrapper, children: [
|
|
31
29
|
/* @__PURE__ */ o(
|
|
32
30
|
e,
|
|
33
31
|
{
|
|
34
32
|
name: r,
|
|
35
33
|
size: "16"
|
|
36
34
|
},
|
|
37
|
-
|
|
35
|
+
p
|
|
38
36
|
),
|
|
39
37
|
r ?? ""
|
|
40
38
|
] })) : null });
|
|
41
39
|
export {
|
|
42
|
-
|
|
40
|
+
q as IconsPage
|
|
43
41
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsx as r, jsxs as
|
|
1
|
+
import { jsx as r, jsxs as i } 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";
|
|
@@ -8,33 +8,28 @@ import "../../components/Tag/ui/Tag.js";
|
|
|
8
8
|
import "../../components/Switcher/ui/Switcher.js";
|
|
9
9
|
import "../../components/Text/ui/Text.js";
|
|
10
10
|
import "../../components/Flex/ui/Flex.js";
|
|
11
|
-
import { Input as
|
|
11
|
+
import { Input as t } from "../../components/Input/ui/Input.js";
|
|
12
12
|
import "react";
|
|
13
13
|
import "react-dom";
|
|
14
|
-
import "../../
|
|
14
|
+
import "../../FilterWithSave-Bp6rH8Pe.js";
|
|
15
15
|
import "../../components/GroupedInput/ui/GroupedInputs.js";
|
|
16
|
-
import "../../
|
|
16
|
+
import "../../index-rKuIKazb.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
|
-
|
|
30
|
-
|
|
31
|
-
/* @__PURE__ */ r(
|
|
32
|
-
/* @__PURE__ */ r(
|
|
33
|
-
/* @__PURE__ */ r(
|
|
34
|
-
/* @__PURE__ */ r(
|
|
35
|
-
/* @__PURE__ */ r(
|
|
36
|
-
/* @__PURE__ */ r(i, { isPhoneIMask: !0, variant: "transparent", name: "imask" })
|
|
25
|
+
const m = {}, b = () => /* @__PURE__ */ r("div", { className: m.root, children: /* @__PURE__ */ r("div", { children: /* @__PURE__ */ i("form", { children: [
|
|
26
|
+
/* @__PURE__ */ r(t, {}),
|
|
27
|
+
/* @__PURE__ */ r(t, { variant: "dark", error: !0 }),
|
|
28
|
+
/* @__PURE__ */ r(t, { size_s: "medium", size_m: "large" }),
|
|
29
|
+
/* @__PURE__ */ r(t, { variant: "gray", name: "email" }),
|
|
30
|
+
/* @__PURE__ */ r(t, { variant: "transparent", name: "email" }),
|
|
31
|
+
/* @__PURE__ */ r(t, { isPhoneIMask: !0, variant: "transparent", name: "imask" })
|
|
37
32
|
] }) }) });
|
|
38
33
|
export {
|
|
39
|
-
|
|
34
|
+
b as InputPage
|
|
40
35
|
};
|