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,27 +1,29 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
function u(e) {
|
|
2
|
+
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
3
|
+
}
|
|
4
|
+
var a = { exports: {} };
|
|
3
5
|
/*!
|
|
4
6
|
Copyright (c) 2018 Jed Watson.
|
|
5
7
|
Licensed under the MIT License (MIT), see
|
|
6
8
|
http://jedwatson.github.io/classnames
|
|
7
9
|
*/
|
|
8
|
-
(function(
|
|
10
|
+
(function(e) {
|
|
9
11
|
(function() {
|
|
10
12
|
var f = {}.hasOwnProperty;
|
|
11
|
-
function
|
|
13
|
+
function s() {
|
|
12
14
|
for (var t = "", r = 0; r < arguments.length; r++) {
|
|
13
15
|
var n = arguments[r];
|
|
14
|
-
n && (t = o(t,
|
|
16
|
+
n && (t = o(t, i(n)));
|
|
15
17
|
}
|
|
16
18
|
return t;
|
|
17
19
|
}
|
|
18
|
-
function
|
|
20
|
+
function i(t) {
|
|
19
21
|
if (typeof t == "string" || typeof t == "number")
|
|
20
22
|
return t;
|
|
21
23
|
if (typeof t != "object")
|
|
22
24
|
return "";
|
|
23
25
|
if (Array.isArray(t))
|
|
24
|
-
return
|
|
26
|
+
return s.apply(null, t);
|
|
25
27
|
if (t.toString !== Object.prototype.toString && !t.toString.toString().includes("[native code]"))
|
|
26
28
|
return t.toString();
|
|
27
29
|
var r = "";
|
|
@@ -32,11 +34,12 @@ import { __module as i } from "../../_virtual/index.js";
|
|
|
32
34
|
function o(t, r) {
|
|
33
35
|
return r ? t ? t + " " + r : t + r : t;
|
|
34
36
|
}
|
|
35
|
-
|
|
37
|
+
e.exports ? (s.default = s, e.exports = s) : window.classNames = s;
|
|
36
38
|
})();
|
|
37
|
-
})(
|
|
38
|
-
var
|
|
39
|
-
const
|
|
39
|
+
})(a);
|
|
40
|
+
var c = a.exports;
|
|
41
|
+
const p = /* @__PURE__ */ u(c);
|
|
40
42
|
export {
|
|
41
|
-
|
|
43
|
+
p as c,
|
|
44
|
+
u as g
|
|
42
45
|
};
|
package/dist/layout/Layout.js
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { Header as
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
/* @__PURE__ */
|
|
1
|
+
import { jsxs as a, jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import { Header as s } from "./components/Header/Header.js";
|
|
3
|
+
const r = "_layout_18nmo_1", e = {
|
|
4
|
+
layout: r
|
|
5
|
+
}, n = ({ children: t }) => /* @__PURE__ */ a("div", { className: e.layout, children: [
|
|
6
|
+
/* @__PURE__ */ o(s, {}),
|
|
7
|
+
/* @__PURE__ */ o("main", { children: t })
|
|
7
8
|
] });
|
|
8
9
|
export {
|
|
9
|
-
|
|
10
|
+
n as default
|
|
10
11
|
};
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import { useState as s } from "react";
|
|
1
|
+
import { jsxs as s, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { M as f } from "../../../Menu-CgCfinVZ.js";
|
|
3
|
+
import { useState as c } from "react";
|
|
5
4
|
import "../../../components/Button/ui/Button.js";
|
|
6
5
|
import "../../../components/mobileButton/ui/MobileButton.js";
|
|
7
|
-
import { NewIcon as
|
|
6
|
+
import { NewIcon as i } from "../../../components/NewIcon/ui/NewIcon.js";
|
|
8
7
|
import "../../../components/DestinationTab/ui/DestinationTab.js";
|
|
9
8
|
import "../../../components/RoundButton/ui/RoundButton.js";
|
|
10
9
|
import "../../../components/Tag/ui/Tag.js";
|
|
@@ -13,39 +12,43 @@ 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 "../../../
|
|
15
|
+
import "../../../FilterWithSave-Bp6rH8Pe.js";
|
|
17
16
|
import "../../../components/GroupedInput/ui/GroupedInputs.js";
|
|
18
|
-
import "../../../
|
|
17
|
+
import "../../../index-rKuIKazb.js";
|
|
19
18
|
import "../../../components/MetroTag/ui/MetroTag.js";
|
|
20
|
-
import "../../../components/LotCard/ui/LotCard.js";
|
|
21
19
|
import "../../../components/Select/ui/Select.js";
|
|
22
|
-
import "../../../components/SortSelect/ui/SortSelect.js";
|
|
23
20
|
import "../../../components/SliderNavigation/ui/SliderNavigation.js";
|
|
24
21
|
import "../../../components/LotCardSkeleton/ui/LotCardSkeleton.js";
|
|
25
22
|
import "../../../components/TabSelect/ui/TabSelect.js";
|
|
26
|
-
import "../../../components/FormModal/ui/ModalForm.js";
|
|
27
|
-
import "../../../components/FilterWithSave/ui/FilterWithSave.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
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
26
|
+
const _ = "_root_18coo_1", w = "_wrap_18coo_12", g = "_topSide_18coo_24", x = "_search_18coo_30", y = "_searchInp_18coo_43", I = "_searchIcon_18coo_63", b = "_closeBtn_18coo_69", e = {
|
|
27
|
+
root: _,
|
|
28
|
+
wrap: w,
|
|
29
|
+
topSide: g,
|
|
30
|
+
search: x,
|
|
31
|
+
searchInp: y,
|
|
32
|
+
searchIcon: I,
|
|
33
|
+
closeBtn: b
|
|
34
|
+
}, Q = () => {
|
|
35
|
+
const [a, n] = c(!1), [l, r] = c(""), p = (o) => {
|
|
36
|
+
r(o.target.value);
|
|
37
|
+
}, h = (o) => {
|
|
38
|
+
o.key === "Enter" && (window.location.href = "https://test.stone.ru");
|
|
39
|
+
}, m = () => {
|
|
40
|
+
n(!0);
|
|
41
|
+
}, d = () => {
|
|
39
42
|
setTimeout(() => {
|
|
40
|
-
var
|
|
41
|
-
(
|
|
43
|
+
var o;
|
|
44
|
+
(o = document == null ? void 0 : document.activeElement) != null && o.classList.contains("close-button") || n(!1);
|
|
42
45
|
}, 0);
|
|
43
|
-
},
|
|
44
|
-
|
|
46
|
+
}, u = () => {
|
|
47
|
+
r(""), n(!1);
|
|
45
48
|
};
|
|
46
|
-
return /* @__PURE__ */
|
|
47
|
-
/* @__PURE__ */
|
|
48
|
-
/* @__PURE__ */
|
|
49
|
+
return /* @__PURE__ */ s("nav", { className: e.root, children: [
|
|
50
|
+
/* @__PURE__ */ s("div", { className: e.wrap, children: [
|
|
51
|
+
/* @__PURE__ */ s(
|
|
49
52
|
"svg",
|
|
50
53
|
{
|
|
51
54
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -98,7 +101,7 @@ const P = () => {
|
|
|
98
101
|
]
|
|
99
102
|
}
|
|
100
103
|
),
|
|
101
|
-
/* @__PURE__ */
|
|
104
|
+
/* @__PURE__ */ s("search", { className: e.search, children: [
|
|
102
105
|
/* @__PURE__ */ t(
|
|
103
106
|
"button",
|
|
104
107
|
{
|
|
@@ -109,13 +112,13 @@ const P = () => {
|
|
|
109
112
|
padding: "unset",
|
|
110
113
|
cursor: "pointer"
|
|
111
114
|
},
|
|
112
|
-
onClick: (
|
|
113
|
-
|
|
115
|
+
onClick: (o) => {
|
|
116
|
+
o.preventDefault(), window.location.href = "https://test.stone.ru";
|
|
114
117
|
},
|
|
115
118
|
children: /* @__PURE__ */ t(
|
|
116
|
-
|
|
119
|
+
i,
|
|
117
120
|
{
|
|
118
|
-
additionalClass:
|
|
121
|
+
additionalClass: e.searchIcon,
|
|
119
122
|
size: "24",
|
|
120
123
|
name: "search"
|
|
121
124
|
}
|
|
@@ -126,22 +129,22 @@ const P = () => {
|
|
|
126
129
|
"input",
|
|
127
130
|
{
|
|
128
131
|
type: "text",
|
|
129
|
-
value:
|
|
130
|
-
onChange:
|
|
131
|
-
onKeyDown:
|
|
132
|
-
onFocus:
|
|
133
|
-
onBlur:
|
|
134
|
-
className:
|
|
132
|
+
value: l,
|
|
133
|
+
onChange: p,
|
|
134
|
+
onKeyDown: h,
|
|
135
|
+
onFocus: m,
|
|
136
|
+
onBlur: d,
|
|
137
|
+
className: e.searchInp,
|
|
135
138
|
placeholder: "Изучить stone-kit"
|
|
136
139
|
}
|
|
137
140
|
),
|
|
138
141
|
a && /* @__PURE__ */ t(
|
|
139
142
|
"button",
|
|
140
143
|
{
|
|
141
|
-
onClick:
|
|
142
|
-
className: `${
|
|
144
|
+
onClick: u,
|
|
145
|
+
className: `${e.closeBtn} close-button`,
|
|
143
146
|
children: /* @__PURE__ */ t(
|
|
144
|
-
|
|
147
|
+
i,
|
|
145
148
|
{
|
|
146
149
|
strokeWidth: "2.5",
|
|
147
150
|
color: "#252525",
|
|
@@ -157,5 +160,5 @@ const P = () => {
|
|
|
157
160
|
] });
|
|
158
161
|
};
|
|
159
162
|
export {
|
|
160
|
-
|
|
163
|
+
Q as Header
|
|
161
164
|
};
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
import r from "../../src/layout/components/Menu.module.scss.js";
|
|
1
|
+
import "react/jsx-runtime";
|
|
2
|
+
import { M as z } from "../../Menu-CgCfinVZ.js";
|
|
4
3
|
import "../../components/Button/ui/Button.js";
|
|
5
4
|
import "../../components/mobileButton/ui/MobileButton.js";
|
|
6
|
-
import
|
|
5
|
+
import "../../components/NewIcon/ui/NewIcon.js";
|
|
7
6
|
import "../../components/DestinationTab/ui/DestinationTab.js";
|
|
8
7
|
import "../../components/RoundButton/ui/RoundButton.js";
|
|
9
8
|
import "../../components/Tag/ui/Tag.js";
|
|
@@ -13,121 +12,17 @@ import "../../components/Flex/ui/Flex.js";
|
|
|
13
12
|
import "../../components/Input/ui/Input.js";
|
|
14
13
|
import "react";
|
|
15
14
|
import "react-dom";
|
|
16
|
-
import "../../
|
|
15
|
+
import "../../FilterWithSave-Bp6rH8Pe.js";
|
|
17
16
|
import "../../components/GroupedInput/ui/GroupedInputs.js";
|
|
18
|
-
import "../../
|
|
17
|
+
import "../../index-rKuIKazb.js";
|
|
19
18
|
import "../../components/MetroTag/ui/MetroTag.js";
|
|
20
|
-
import "../../components/LotCard/ui/LotCard.js";
|
|
21
19
|
import "../../components/Select/ui/Select.js";
|
|
22
|
-
import "../../components/SortSelect/ui/SortSelect.js";
|
|
23
20
|
import "../../components/SliderNavigation/ui/SliderNavigation.js";
|
|
24
21
|
import "../../components/LotCardSkeleton/ui/LotCardSkeleton.js";
|
|
25
22
|
import "../../components/TabSelect/ui/TabSelect.js";
|
|
26
|
-
import "../../components/FormModal/ui/ModalForm.js";
|
|
27
|
-
import "../../components/FilterWithSave/ui/FilterWithSave.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 H = () => {
|
|
32
|
-
const o = ({ to: m, title: p }) => /* @__PURE__ */ i(
|
|
33
|
-
e,
|
|
34
|
-
{
|
|
35
|
-
to: m,
|
|
36
|
-
className: r.linkWrap,
|
|
37
|
-
children: [
|
|
38
|
-
p,
|
|
39
|
-
/* @__PURE__ */ t(
|
|
40
|
-
l,
|
|
41
|
-
{
|
|
42
|
-
size: "24",
|
|
43
|
-
name: "play2",
|
|
44
|
-
deg: "90",
|
|
45
|
-
color: "white"
|
|
46
|
-
}
|
|
47
|
-
)
|
|
48
|
-
]
|
|
49
|
-
}
|
|
50
|
-
);
|
|
51
|
-
return /* @__PURE__ */ i("div", { className: r.root, children: [
|
|
52
|
-
/* @__PURE__ */ t(
|
|
53
|
-
o,
|
|
54
|
-
{
|
|
55
|
-
to: "/buttons",
|
|
56
|
-
title: "КНОПКИ"
|
|
57
|
-
}
|
|
58
|
-
),
|
|
59
|
-
/* @__PURE__ */ t(
|
|
60
|
-
o,
|
|
61
|
-
{
|
|
62
|
-
to: "/modals",
|
|
63
|
-
title: "МОДАЛКИ"
|
|
64
|
-
}
|
|
65
|
-
),
|
|
66
|
-
/* @__PURE__ */ t(
|
|
67
|
-
o,
|
|
68
|
-
{
|
|
69
|
-
to: "/tabs",
|
|
70
|
-
title: "ТАБЫ"
|
|
71
|
-
}
|
|
72
|
-
),
|
|
73
|
-
/* @__PURE__ */ t(
|
|
74
|
-
o,
|
|
75
|
-
{
|
|
76
|
-
to: "/icons",
|
|
77
|
-
title: "ИКОНКИ"
|
|
78
|
-
}
|
|
79
|
-
),
|
|
80
|
-
/* @__PURE__ */ t(
|
|
81
|
-
o,
|
|
82
|
-
{
|
|
83
|
-
to: "/lots",
|
|
84
|
-
title: "ЛОТЫ"
|
|
85
|
-
}
|
|
86
|
-
),
|
|
87
|
-
/* @__PURE__ */ t(
|
|
88
|
-
o,
|
|
89
|
-
{
|
|
90
|
-
to: "/tags",
|
|
91
|
-
title: "ТЭГИ"
|
|
92
|
-
}
|
|
93
|
-
),
|
|
94
|
-
/* @__PURE__ */ t(
|
|
95
|
-
o,
|
|
96
|
-
{
|
|
97
|
-
to: "/select",
|
|
98
|
-
title: "СЕЛЕКТ"
|
|
99
|
-
}
|
|
100
|
-
),
|
|
101
|
-
/* @__PURE__ */ t(
|
|
102
|
-
o,
|
|
103
|
-
{
|
|
104
|
-
to: "/forms",
|
|
105
|
-
title: "ФОРМЫ"
|
|
106
|
-
}
|
|
107
|
-
),
|
|
108
|
-
/* @__PURE__ */ t(
|
|
109
|
-
o,
|
|
110
|
-
{
|
|
111
|
-
to: "/logo",
|
|
112
|
-
title: "ЛОГО"
|
|
113
|
-
}
|
|
114
|
-
),
|
|
115
|
-
/* @__PURE__ */ t(
|
|
116
|
-
o,
|
|
117
|
-
{
|
|
118
|
-
to: "/input",
|
|
119
|
-
title: "ИНПУТЫ"
|
|
120
|
-
}
|
|
121
|
-
),
|
|
122
|
-
/* @__PURE__ */ t(
|
|
123
|
-
o,
|
|
124
|
-
{
|
|
125
|
-
to: "/checkbox",
|
|
126
|
-
title: "ЧЕКБОКСЫ"
|
|
127
|
-
}
|
|
128
|
-
)
|
|
129
|
-
] });
|
|
130
|
-
};
|
|
131
26
|
export {
|
|
132
|
-
|
|
27
|
+
z as Menu
|
|
133
28
|
};
|
package/dist/main.js
CHANGED
|
@@ -1,68 +1,64 @@
|
|
|
1
1
|
import { Button as e } from "./components/Button/ui/Button.js";
|
|
2
2
|
import { MobileButton as p } from "./components/mobileButton/ui/MobileButton.js";
|
|
3
3
|
import { NewIcon as m } from "./components/NewIcon/ui/NewIcon.js";
|
|
4
|
-
import { DestinationTab as
|
|
4
|
+
import { DestinationTab as a } from "./components/DestinationTab/ui/DestinationTab.js";
|
|
5
5
|
import { RoundButton as n } from "./components/RoundButton/ui/RoundButton.js";
|
|
6
|
-
import { Tag as
|
|
6
|
+
import { Tag as c } from "./components/Tag/ui/Tag.js";
|
|
7
7
|
import { Switcher as d } from "./components/Switcher/ui/Switcher.js";
|
|
8
|
-
import { Text as
|
|
9
|
-
import { Flex as
|
|
10
|
-
import { Input as
|
|
11
|
-
import { Modal as
|
|
12
|
-
import { FieldInput as
|
|
13
|
-
import {
|
|
14
|
-
import { GroupedInputs as
|
|
15
|
-
import { Logo as
|
|
16
|
-
import { MetroTag as
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import { deepEqual as Z } from "./shared/deepEqual.js";
|
|
21
|
-
import { SortSelect as A } from "./components/SortSelect/ui/SortSelect.js";
|
|
8
|
+
import { Text as s } from "./components/Text/ui/Text.js";
|
|
9
|
+
import { Flex as h } from "./components/Flex/ui/Flex.js";
|
|
10
|
+
import { Input as T } from "./components/Input/ui/Input.js";
|
|
11
|
+
import { Modal as k } from "./components/Modal/ui/Modal.js";
|
|
12
|
+
import { FieldInput as F } from "./components/FieldInput/ui/FieldInput.js";
|
|
13
|
+
import { F as w, L as I, M as L, a as N, S as v } from "./FilterWithSave-Bp6rH8Pe.js";
|
|
14
|
+
import { GroupedInputs as j } from "./components/GroupedInput/ui/GroupedInputs.js";
|
|
15
|
+
import { Logo as y } from "./components/Logo/ui/Logo.js";
|
|
16
|
+
import { MetroTag as E } from "./components/MetroTag/ui/MetroTag.js";
|
|
17
|
+
import { Select as P } from "./components/Select/ui/Select.js";
|
|
18
|
+
import { useClientWidth as Z } from "./shared/useClientWidth.js";
|
|
19
|
+
import { deepEqual as A } from "./shared/deepEqual.js";
|
|
22
20
|
import { SliderNavigation as J } from "./components/SliderNavigation/ui/SliderNavigation.js";
|
|
23
21
|
import { LotCardSkeleton as O } from "./components/LotCardSkeleton/ui/LotCardSkeleton.js";
|
|
24
22
|
import { ProjectCardSkeleton as U } from "./components/ProjectCardSkeleton/ui/ProjectCardSkeleton.js";
|
|
25
23
|
import { TabSelect as X } from "./components/TabSelect/ui/TabSelect.js";
|
|
26
24
|
import { ZoomControls as _ } from "./components/ZoomControls/ui/ZoomControls.js";
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import { CheckBoxNew as no } from "./components/CheckBoxNew/CheckBoxNew.js";
|
|
33
|
-
import { CheckboxSelect as So } from "./components/CheckboxSelect/ui/CheckboxSelect.js";
|
|
25
|
+
import { ModalSuccess as oo } from "./components/ModalSuccess/ModalSuccess.js";
|
|
26
|
+
import { SummarySelect as eo } from "./components/SummarySelect/ui/SummarySelect.js";
|
|
27
|
+
import { CheckBox as po } from "./components/CheckBox/CheckBox.js";
|
|
28
|
+
import { CheckBoxNew as mo } from "./components/CheckBoxNew/CheckBoxNew.js";
|
|
29
|
+
import { CheckboxSelect as ao } from "./components/CheckboxSelect/ui/CheckboxSelect.js";
|
|
34
30
|
export {
|
|
35
31
|
e as Button,
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
32
|
+
po as CheckBox,
|
|
33
|
+
mo as CheckBoxNew,
|
|
34
|
+
ao as CheckboxSelect,
|
|
35
|
+
a as DestinationTab,
|
|
36
|
+
F as FieldInput,
|
|
37
|
+
w as FilterWithSave,
|
|
38
|
+
h as Flex,
|
|
39
|
+
j as GroupedInputs,
|
|
40
|
+
T as Input,
|
|
41
|
+
y as Logo,
|
|
42
|
+
I as LotCard,
|
|
47
43
|
O as LotCardSkeleton,
|
|
48
|
-
|
|
44
|
+
E as MetroTag,
|
|
49
45
|
p as MobileButton,
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
46
|
+
k as Modal,
|
|
47
|
+
L as ModalForm,
|
|
48
|
+
oo as ModalSuccess,
|
|
53
49
|
m as NewIcon,
|
|
54
50
|
U as ProjectCardSkeleton,
|
|
55
51
|
n as RoundButton,
|
|
56
|
-
|
|
52
|
+
P as Select,
|
|
57
53
|
J as SliderNavigation,
|
|
58
|
-
|
|
59
|
-
|
|
54
|
+
N as SortSelect,
|
|
55
|
+
eo as SummarySelect,
|
|
60
56
|
d as Switcher,
|
|
61
57
|
X as TabSelect,
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
58
|
+
v as TabSwitcher,
|
|
59
|
+
c as Tag,
|
|
60
|
+
s as Text,
|
|
65
61
|
_ as ZoomControls,
|
|
66
|
-
|
|
67
|
-
|
|
62
|
+
A as deepEqual,
|
|
63
|
+
Z as useClientWidth
|
|
68
64
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as l, jsxs as n } from "react/jsx-runtime";
|
|
2
2
|
import y, { useState as o } from "react";
|
|
3
|
-
import i from "../../../
|
|
3
|
+
import { s as i } from "../../../ButtonState.module-DtW3aevR.js";
|
|
4
4
|
import { BUTTON_VARIANTS as T } from "../../../components/Button/ui/Button.types.js";
|
|
5
5
|
import { NewIcon as d, iconTypes as V } from "../../../components/NewIcon/ui/NewIcon.js";
|
|
6
6
|
const _ = ({ children: h }) => {
|