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,31 +1,79 @@
|
|
|
1
1
|
import { jsx as n } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
2
|
+
import { c as r } from "../../../index-rKuIKazb.js";
|
|
3
|
+
const o = "_tagCommon_2s5ss_1", h = "_red_2s5ss_108", p = "_gray_2s5ss_114", c = "_shade_2s5ss_120", y = "_blackGrey_2s5ss_126", g = "_chineseBlack_2s5ss_132", x = "_white_2s5ss_139", d = "_fullWhite_2s5ss_146", u = "_shadeWhite_2s5ss_153", k = "_transparent_2s5ss_161", w = "_transWhite_2s5ss_168", G = "_whiteGrayStroke_2s5ss_176", W = "_whiteGray_2s5ss_176", b = "_lightGray_2s5ss_190", f = "_blackStroke_2s5ss_196", L = "_lightBlue_2s5ss_203", B = "_preLarge_size_m_2s5ss_238", s = {
|
|
4
|
+
tagCommon: o,
|
|
5
|
+
"auto-width": "_auto-width_2s5ss_20",
|
|
6
|
+
"full-width": "_full-width_2s5ss_24",
|
|
7
|
+
"medium-size": "_medium-size_2s5ss_28",
|
|
8
|
+
"mini-size": "_mini-size_2s5ss_36",
|
|
9
|
+
"tiny-size": "_tiny-size_2s5ss_44",
|
|
10
|
+
"small-size": "_small-size_2s5ss_52",
|
|
11
|
+
"preLarge-size": "_preLarge-size_2s5ss_60",
|
|
12
|
+
"large-size": "_large-size_2s5ss_68",
|
|
13
|
+
"tiny-7px-size": "_tiny-7px-size_2s5ss_76",
|
|
14
|
+
"tiny-10px-size": "_tiny-10px-size_2s5ss_84",
|
|
15
|
+
"small-10px-size": "_small-10px-size_2s5ss_92",
|
|
16
|
+
"small-13px-size": "_small-13px-size_2s5ss_100",
|
|
17
|
+
red: h,
|
|
18
|
+
gray: p,
|
|
19
|
+
shade: c,
|
|
20
|
+
blackGrey: y,
|
|
21
|
+
chineseBlack: g,
|
|
22
|
+
white: x,
|
|
23
|
+
fullWhite: d,
|
|
24
|
+
shadeWhite: u,
|
|
25
|
+
transparent: k,
|
|
26
|
+
transWhite: w,
|
|
27
|
+
whiteGrayStroke: G,
|
|
28
|
+
whiteGray: W,
|
|
29
|
+
lightGray: b,
|
|
30
|
+
blackStroke: f,
|
|
31
|
+
lightBlue: L,
|
|
32
|
+
"mini-size_m": "_mini-size_m_2s5ss_210",
|
|
33
|
+
"tiny-size_m": "_tiny-size_m_2s5ss_217",
|
|
34
|
+
"medium-size_m": "_medium-size_m_2s5ss_224",
|
|
35
|
+
"small-size_m": "_small-size_m_2s5ss_231",
|
|
36
|
+
preLarge_size_m: B,
|
|
37
|
+
"large-size_m": "_large-size_m_2s5ss_245",
|
|
38
|
+
"tiny-7px-size_m": "_tiny-7px-size_m_2s5ss_252",
|
|
39
|
+
"tiny-10px-size_m": "_tiny-10px-size_m_2s5ss_259",
|
|
40
|
+
"small-10px-size_m": "_small-10px-size_m_2s5ss_266",
|
|
41
|
+
"small-13px-size_m": "_small-13px-size_m_2s5ss_273",
|
|
42
|
+
"mini-size_l": "_mini-size_l_2s5ss_282",
|
|
43
|
+
"tiny-size_l": "_tiny-size_l_2s5ss_289",
|
|
44
|
+
"medium-size_l": "_medium-size_l_2s5ss_296",
|
|
45
|
+
"small-size_l": "_small-size_l_2s5ss_303",
|
|
46
|
+
"preLarge-size_l": "_preLarge-size_l_2s5ss_310",
|
|
47
|
+
"large-size_l": "_large-size_l_2s5ss_317",
|
|
48
|
+
"tiny-7px-size_l": "_tiny-7px-size_l_2s5ss_324",
|
|
49
|
+
"tiny-10px-size_l": "_tiny-10px-size_l_2s5ss_331",
|
|
50
|
+
"small-10px-size_l": "_small-10px-size_l_2s5ss_338",
|
|
51
|
+
"small-13px-size_l": "_small-13px-size_l_2s5ss_345"
|
|
52
|
+
}, S = r.bind(s), N = ({
|
|
53
|
+
size: _ = "medium",
|
|
54
|
+
size_m: e,
|
|
7
55
|
size_l: i,
|
|
8
|
-
children:
|
|
56
|
+
children: l = "",
|
|
9
57
|
variant: t = "gray",
|
|
10
58
|
width: a = "auto",
|
|
11
|
-
additionalClass:
|
|
12
|
-
...
|
|
59
|
+
additionalClass: m = "",
|
|
60
|
+
...z
|
|
13
61
|
}) => /* @__PURE__ */ n(
|
|
14
62
|
"div",
|
|
15
63
|
{
|
|
16
|
-
className:
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
64
|
+
className: S(
|
|
65
|
+
s.tagCommon,
|
|
66
|
+
s[`${_}-size`],
|
|
67
|
+
s[`${e}-size_m`],
|
|
68
|
+
s[`${i}-size_l`],
|
|
69
|
+
s[`${t}`],
|
|
70
|
+
s[`${a}-width`],
|
|
71
|
+
m
|
|
24
72
|
),
|
|
25
|
-
...
|
|
26
|
-
children:
|
|
73
|
+
...z,
|
|
74
|
+
children: l
|
|
27
75
|
}
|
|
28
76
|
);
|
|
29
77
|
export {
|
|
30
|
-
|
|
78
|
+
N as Tag
|
|
31
79
|
};
|
|
@@ -1,21 +1,22 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { jsx as c } from "react/jsx-runtime";
|
|
2
|
+
import { c as _ } from "../../../index-rKuIKazb.js";
|
|
3
|
+
const i = "_root_wkh0k_1", o = {
|
|
4
|
+
root: i
|
|
5
|
+
}, e = _.bind(o), f = ({ children: m, className: r, additionalClass: t = "", html: s, ...n }) => s ? /* @__PURE__ */ c(
|
|
5
6
|
"div",
|
|
6
7
|
{
|
|
7
|
-
className:
|
|
8
|
-
...
|
|
9
|
-
dangerouslySetInnerHTML: { __html:
|
|
8
|
+
className: e(o.root, r, t),
|
|
9
|
+
...n,
|
|
10
|
+
dangerouslySetInnerHTML: { __html: s }
|
|
10
11
|
}
|
|
11
|
-
) : /* @__PURE__ */
|
|
12
|
+
) : /* @__PURE__ */ c(
|
|
12
13
|
"div",
|
|
13
14
|
{
|
|
14
|
-
className:
|
|
15
|
-
...
|
|
16
|
-
children:
|
|
15
|
+
className: e(o.root, r, t),
|
|
16
|
+
...n,
|
|
17
|
+
children: m
|
|
17
18
|
}
|
|
18
19
|
);
|
|
19
20
|
export {
|
|
20
|
-
|
|
21
|
+
f as Text
|
|
21
22
|
};
|
|
@@ -1,16 +1,19 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { forwardRef as
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import { jsx as i } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as f } from "react";
|
|
3
|
+
import { c as m } from "../../index-rKuIKazb.js";
|
|
4
|
+
const _ = "_root_v6f19_12", t = {
|
|
5
|
+
"auto-width": "_auto-width_v6f19_1",
|
|
6
|
+
"full-width": "_full-width_v6f19_6",
|
|
7
|
+
root: _
|
|
8
|
+
}, c = m.bind(t), d = f(
|
|
6
9
|
({
|
|
7
|
-
width:
|
|
8
|
-
additionalClass:
|
|
9
|
-
children:
|
|
10
|
+
width: o = "auto",
|
|
11
|
+
additionalClass: r = "",
|
|
12
|
+
children: e = "",
|
|
10
13
|
...a
|
|
11
|
-
}, s) => /* @__PURE__ */
|
|
14
|
+
}, s) => /* @__PURE__ */ i("textarea", { className: c(t.root, t[`${o}-width`], r), ref: s, style: { resize: "none" }, ...a, children: e })
|
|
12
15
|
);
|
|
13
|
-
|
|
16
|
+
d.displayName = "TextArea";
|
|
14
17
|
export {
|
|
15
|
-
|
|
18
|
+
d as TextArea
|
|
16
19
|
};
|
|
@@ -1,28 +1,31 @@
|
|
|
1
|
-
import { jsxs as
|
|
1
|
+
import { jsxs as m, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import { RoundButton as s } from "../../RoundButton/ui/RoundButton.js";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
const r = "_root_1gn8f_1", u = "_plusBtn_1gn8f_6", c = "_minusBtn_1gn8f_11", o = {
|
|
4
|
+
root: r,
|
|
5
|
+
plusBtn: u,
|
|
6
|
+
minusBtn: c
|
|
7
|
+
}, _ = ({ size: n = "medium", zoomIn: i, zoomOut: l }) => /* @__PURE__ */ m("div", { className: o.root, children: [
|
|
8
|
+
/* @__PURE__ */ t(
|
|
6
9
|
s,
|
|
7
10
|
{
|
|
8
11
|
iconName: "plus",
|
|
9
12
|
size: n,
|
|
10
13
|
color: "#141416",
|
|
11
14
|
additionalClass: o.plusBtn,
|
|
12
|
-
onClick:
|
|
15
|
+
onClick: i
|
|
13
16
|
}
|
|
14
17
|
),
|
|
15
|
-
/* @__PURE__ */
|
|
18
|
+
/* @__PURE__ */ t(
|
|
16
19
|
s,
|
|
17
20
|
{
|
|
18
21
|
iconName: "minus",
|
|
19
22
|
size: n,
|
|
20
23
|
color: "#141416",
|
|
21
24
|
additionalClass: o.minusBtn,
|
|
22
|
-
onClick:
|
|
25
|
+
onClick: l
|
|
23
26
|
}
|
|
24
27
|
)
|
|
25
28
|
] });
|
|
26
29
|
export {
|
|
27
|
-
|
|
30
|
+
_ as ZoomControls
|
|
28
31
|
};
|
|
@@ -1,59 +1,64 @@
|
|
|
1
|
-
import { jsxs as d, jsx as
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
import { jsxs as d, jsx as l } from "react/jsx-runtime";
|
|
2
|
+
import { c as u } from "../../../index-rKuIKazb.js";
|
|
3
|
+
const w = "_btnCommon_1act6_1", r = "_whiteFilled_1act6_34", t = {
|
|
4
|
+
btnCommon: w,
|
|
5
|
+
"auto-width": "_auto-width_1act6_18",
|
|
6
|
+
"full-width": "_full-width_1act6_22",
|
|
7
|
+
"small-size": "_small-size_1act6_26",
|
|
8
|
+
whiteFilled: r
|
|
9
|
+
}, _ = u.bind(t), F = ({
|
|
10
|
+
size: m = "small",
|
|
11
|
+
pre: n = !1,
|
|
12
|
+
children: o = "",
|
|
13
|
+
post: i = !1,
|
|
14
|
+
variant: s = "whiteFilled",
|
|
10
15
|
width: c = "auto",
|
|
11
16
|
additionalClass: a = "",
|
|
12
|
-
...
|
|
17
|
+
...e
|
|
13
18
|
}) => {
|
|
14
|
-
if (
|
|
15
|
-
const { as:
|
|
19
|
+
if (e.as === "link") {
|
|
20
|
+
const { as: C, ...b } = e;
|
|
16
21
|
return /* @__PURE__ */ d(
|
|
17
22
|
"a",
|
|
18
23
|
{
|
|
19
|
-
className:
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
{ [
|
|
24
|
-
|
|
24
|
+
className: _(
|
|
25
|
+
t.btnCommon,
|
|
26
|
+
t[`${m}-size`],
|
|
27
|
+
t[`${s}`],
|
|
28
|
+
{ [t.btnCommonInline]: n || i },
|
|
29
|
+
t[`${c}-width`],
|
|
25
30
|
a
|
|
26
31
|
),
|
|
27
|
-
...
|
|
32
|
+
...b,
|
|
28
33
|
children: [
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
34
|
+
n && /* @__PURE__ */ l("div", { children: n }),
|
|
35
|
+
o,
|
|
36
|
+
i && /* @__PURE__ */ l("div", { children: i })
|
|
32
37
|
]
|
|
33
38
|
}
|
|
34
39
|
);
|
|
35
40
|
}
|
|
36
|
-
const { as:
|
|
41
|
+
const { as: f, ...h } = e;
|
|
37
42
|
return /* @__PURE__ */ d(
|
|
38
43
|
"button",
|
|
39
44
|
{
|
|
40
|
-
className:
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
{ [
|
|
45
|
-
|
|
45
|
+
className: _(
|
|
46
|
+
t.btnCommon,
|
|
47
|
+
t[`${m}-size`],
|
|
48
|
+
t[`${s}`],
|
|
49
|
+
{ [t.btnCommonInline]: n || i },
|
|
50
|
+
t[`${c}-width`],
|
|
46
51
|
a
|
|
47
52
|
),
|
|
48
|
-
...
|
|
53
|
+
...h,
|
|
49
54
|
children: [
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
55
|
+
n && /* @__PURE__ */ l("div", { children: n }),
|
|
56
|
+
o,
|
|
57
|
+
i && /* @__PURE__ */ l("div", { children: i })
|
|
53
58
|
]
|
|
54
59
|
}
|
|
55
60
|
);
|
|
56
61
|
};
|
|
57
62
|
export {
|
|
58
|
-
|
|
63
|
+
F as MobileButton
|
|
59
64
|
};
|