stone-kit 0.0.1028 → 0.0.1030
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/FilterWithSave-BWA01WwU.js +2476 -0
- package/dist/{Menu-CdJTzN7T.js → Menu-CeBSiTyP.js} +176 -157
- package/dist/{Option-rFBMQAPk.js → Option-DU8cvBnA.js} +1 -1
- package/dist/Router.js +1 -1
- package/dist/components/Button/ui/Button.d.ts +1 -0
- package/dist/components/Button/ui/Button.js +1 -1
- package/dist/components/Button/ui/Button.types.d.ts +1 -0
- package/dist/components/CheckBox/CheckBox.d.ts +1 -0
- package/dist/components/CheckBox/CheckBox.js +1 -1
- package/dist/components/CheckBox/CheckBox.types.d.ts +1 -0
- package/dist/components/CheckBoxNew/CheckBox.types.d.ts +1 -0
- package/dist/components/CheckBoxNew/CheckBoxNew.d.ts +1 -0
- package/dist/components/CheckBoxNew/CheckBoxNew.js +17 -17
- package/dist/components/CheckboxSelect/ui/CheckboxSelect.d.ts +1 -0
- package/dist/components/CheckboxSelect/ui/CheckboxSelect.js +34 -34
- package/dist/components/CommercialLotCard/CommercialLotCard.d.ts +1 -0
- package/dist/components/CommercialLotCard/CommercialLotCard.js +7 -50
- package/dist/components/CommercialLotCard/components/Price/Price.d.ts +1 -0
- package/dist/components/CommercialLotCard/components/Price/Price.js +24 -23
- package/dist/components/CommercialLotCard/components/Snippets/Snippets.d.ts +1 -0
- package/dist/components/CommercialLotCard/components/Snippets/Snippets.js +27 -98
- package/dist/components/CommercialLotCard/components/Tags/Tags.d.ts +1 -0
- package/dist/components/CommercialLotCard/components/Tags/Tags.js +17 -17
- package/dist/components/CommercialLotCard/types/CommercialLotCard.types.d.ts +1 -0
- package/dist/components/CommercialLotCard/types/LotCard.d.ts +1 -0
- package/dist/components/CommercialLotCard/utils/formatPrice.js +2 -1
- package/dist/components/CommercialLotCard/utils/getTagsFeatures.d.ts +2 -1
- package/dist/components/DestinationTab/ui/DestinationTab.d.ts +1 -0
- package/dist/components/DestinationTab/ui/DestinationTab.js +41 -41
- package/dist/components/DestinationTab/ui/DestinationTab.types.d.ts +1 -0
- package/dist/components/FieldInput/ui/FieldInput.d.ts +1 -0
- package/dist/components/FieldInput/ui/FieldInput.types.d.ts +1 -0
- package/dist/components/FilterWithSave/hooks/useFilterWithSave.d.ts +1 -0
- package/dist/components/FilterWithSave/hooks/useFilterWithSave.js +26 -54
- package/dist/components/FilterWithSave/ui/FilterWithSave.d.ts +1 -0
- package/dist/components/FilterWithSave/ui/FilterWithSave.js +7 -328
- package/dist/components/Flex/ui/Flex.d.ts +1 -0
- package/dist/components/Flex/ui/Flex.js +1 -1
- package/dist/components/Flex/ui/Flex.types.d.ts +1 -0
- package/dist/components/FormModal/ui/ModalForm.js +28 -1430
- package/dist/components/GroupedInput/ui/GroupedInputs.d.ts +1 -0
- package/dist/components/GroupedInput/ui/GroupedInputs.js +1 -1
- package/dist/components/GroupedInput/ui/GroupedInputs.types.d.ts +1 -0
- package/dist/components/Input/ui/Input.d.ts +2 -1
- package/dist/components/Input/ui/Input.js +304 -234
- package/dist/components/Logo/ui/Logo.d.ts +1 -0
- package/dist/components/Logo/ui/Logo.js +6 -6
- package/dist/components/LotCard/hooks/useLotCard.d.ts +1 -0
- package/dist/components/LotCard/hooks/useLotCard.js +24 -6
- package/dist/components/LotCard/index.js +2 -2
- package/dist/components/LotCard/ui/LotCard.d.ts +1 -0
- package/dist/components/LotCard/ui/LotCard.js +10 -213
- package/dist/components/LotCard/ui/LotCard.types.d.ts +1 -0
- package/dist/components/LotCard/utils/formatPrice.js +2 -1
- package/dist/components/LotCard/utils/getTagsFeatures.d.ts +2 -1
- package/dist/components/LotCardSkeleton/ui/LotCardSkeleton.js +1 -1
- package/dist/components/MetroLabel/ui/MetroLabel.d.ts +1 -0
- package/dist/components/MetroLabel/ui/MetroLabel.js +16 -16
- package/dist/components/MetroLabel/ui/MetroLabel.types.d.ts +1 -0
- package/dist/components/MetroTag/ui/MetroTag.d.ts +1 -0
- package/dist/components/MetroTag/ui/MetroTag.js +74 -74
- package/dist/components/MetroTag/ui/MetroTag.types.d.ts +1 -0
- package/dist/components/Modal/ui/Modal.d.ts +1 -0
- package/dist/components/Modal/ui/Modal.js +37 -34
- package/dist/components/Modal/ui/Modal.types.d.ts +1 -0
- package/dist/components/ModalSuccess/ModalSuccess.d.ts +1 -0
- package/dist/components/ModalSuccess/ModalSuccess.js +19 -18
- package/dist/components/ModalSuccess/ModalSuccess.types.d.ts +1 -0
- package/dist/components/NewIcon/icons/PinTrans.d.ts +1 -0
- package/dist/components/NewIcon/icons/SmallFilter.d.ts +1 -0
- package/dist/components/NewIcon/ui/NewIcon.d.ts +1 -0
- package/dist/components/NewIcon/ui/NewIcon.js +3 -3
- package/dist/components/NewIcon/ui/NewIcon.types.d.ts +1 -0
- package/dist/components/NewIcon/ui/iconTypes.d.ts +1 -0
- package/dist/components/ProjectCardSkeleton/ui/ProjectCardSkeleton.js +11 -9
- package/dist/components/RoundButton/ui/RoundButton.d.ts +1 -0
- package/dist/components/RoundButton/ui/RoundButton.js +2 -2
- package/dist/components/RoundButton/ui/RoundButton.types.d.ts +1 -0
- package/dist/components/Select/model/selectMode.d.ts +1 -0
- package/dist/components/Select/model/selectMode.js +30 -30
- package/dist/components/Select/ui/Category.d.ts +1 -0
- package/dist/components/Select/ui/Category.js +3 -3
- package/dist/components/Select/ui/Option.d.ts +1 -0
- package/dist/components/Select/ui/Option.js +2 -2
- package/dist/components/Select/ui/Select.d.ts +1 -0
- package/dist/components/Select/ui/Select.js +115 -115
- package/dist/components/SliderNavigation/index.d.ts +1 -0
- package/dist/components/SliderNavigation/ui/SliderNavigation.d.ts +1 -0
- package/dist/components/SliderNavigation/ui/SliderNavigation.js +6 -6
- package/dist/components/SortSelect/hooks/useSortSelect.d.ts +2 -1
- package/dist/components/SortSelect/hooks/useSortSelect.js +2 -2
- package/dist/components/SortSelect/index.js +1 -1
- package/dist/components/SortSelect/ui/SortSelect.d.ts +1 -0
- package/dist/components/SortSelect/ui/SortSelect.js +26 -108
- package/dist/components/SortSelect/ui/SortSelect.types.d.ts +1 -0
- package/dist/components/SummarySelect/ui/SummarySelect.d.ts +1 -0
- package/dist/components/SummarySelect/ui/SummarySelect.js +65 -59
- package/dist/components/Switcher/ui/Switcher.d.ts +1 -0
- package/dist/components/Switcher/ui/Switcher.js +1 -1
- package/dist/components/Switcher/ui/Switcher.types.d.ts +1 -0
- package/dist/components/TabSelect/ui/TabSelect.d.ts +13 -7
- package/dist/components/TabSelect/ui/TabSelect.js +42 -37
- package/dist/components/TabSwitcher/index.js +2 -2
- package/dist/components/TabSwitcher/ui/TabSwitcher.d.ts +5 -3
- package/dist/components/TabSwitcher/ui/TabSwitcher.js +26 -118
- package/dist/components/TabSwitcher/ui/TabSwitcher.types.d.ts +2 -1
- package/dist/components/Tag/ui/Tag.d.ts +1 -0
- package/dist/components/Tag/ui/Tag.js +91 -91
- package/dist/components/Tag/ui/Tag.types.d.ts +1 -0
- package/dist/components/Text/ui/Text.d.ts +1 -0
- package/dist/components/Text/ui/Text.js +1 -1
- package/dist/components/Text/ui/Text.types.d.ts +1 -0
- package/dist/components/TextArea/TextArea.d.ts +9 -0
- package/dist/components/TextArea/TextArea.js +18 -12
- package/dist/components/ZoomControls/ui/ZoomControls.d.ts +1 -0
- package/dist/components/ZoomControls/ui/ZoomControls.types.d.ts +1 -0
- package/dist/components/mobileButton/ui/MobileButton.d.ts +1 -0
- package/dist/components/mobileButton/ui/MobileButton.js +1 -1
- package/dist/components/mobileButton/ui/MobileButton.types.d.ts +1 -0
- package/dist/{index-CBdtKu-u.js → index-DmANy9jd.js} +271 -272
- package/dist/{index-3E04UaC2.js → index-DvCs2JPX.js} +9629 -9529
- package/dist/index-rKuIKazb.js +45 -0
- package/dist/layout/Layout.d.ts +1 -0
- package/dist/layout/components/Header/Header.js +71 -48
- package/dist/layout/components/Menu.js +24 -2
- package/dist/main.js +65 -70
- package/dist/pages/ButtonsPage/Buttons.js +63 -57
- package/dist/pages/FormsPage/FormsPage.js +50 -26
- package/dist/pages/IconsPage/IconsPage.js +31 -9
- package/dist/pages/InputPage/InputPage.js +32 -10
- package/dist/pages/LogoPage/LogoPage.js +35 -13
- package/dist/pages/LotsPage/LotsPage.js +17 -18
- package/dist/pages/LotsPage/const.d.ts +1 -0
- package/dist/pages/ModalsPage/ModalPage.js +66 -46
- package/dist/pages/SelectPage/SelectPage.js +58 -58
- package/dist/pages/TabsPage/TabsPage.js +20 -19
- package/dist/pages/TagsPage/TagsPage.js +44 -23
- package/dist/shared/checkLargeOffice.d.ts +1 -0
- package/dist/shared/checkLargeOffice.js +1 -1
- package/dist/shared/mlnRound.js +2 -1
- package/dist/stories/entities/CommercialLotCard/CommercialLotCard.stories.js +2 -2
- package/dist/stories/shared/ui/Button/Button.stories.js +5 -5
- package/dist/stories/shared/ui/CheckBox/CheckBox.stories.js +1 -1
- package/dist/stories/shared/ui/CheckBox/CheckBoxNew.stories.js +1 -1
- package/dist/stories/shared/ui/CheckboxSelect/CheckboxSelect.stories.js +1 -1
- package/dist/stories/shared/ui/DestinationTab/DestinationTab.stories.js +1 -1
- package/dist/stories/shared/ui/FieldInput/FieldInput.stories.js +1 -1
- package/dist/stories/shared/ui/FilterWithSave/FilterWithSave.stories.js +2 -2
- package/dist/stories/shared/ui/FormModal/FormModal.stories.js +8 -8
- package/dist/stories/shared/ui/GroupedInput/GroupedInput.stories.js +1 -1
- package/dist/stories/shared/ui/Logo/Logo.stories.js +1 -1
- package/dist/stories/shared/ui/MobileButton/MobileButton.stories.js +1 -1
- package/dist/stories/shared/ui/Modal/Modal.stories.js +1 -1
- package/dist/stories/shared/ui/ModalSuccess/ModalSuccess.stories.js +1 -1
- package/dist/stories/shared/ui/RoundButton/RoundButton.stories.js +1 -1
- package/dist/stories/shared/ui/Select/Select.stories.js +1 -1
- package/dist/stories/shared/ui/SliderNavigation/SliderNavigation.stories.js +1 -1
- package/dist/stories/shared/ui/SortSelect/SortSelect.stories.js +2 -2
- package/dist/stories/shared/ui/SummarySelect/SummarySelect.stories.js +1 -1
- package/dist/stories/shared/ui/Switcher/Switcher.stories.js +1 -1
- package/dist/stories/shared/ui/TabSelect/TabSelect.stories.js +1 -1
- package/dist/stories/shared/ui/TabSwitcher/TabSwitcher.stories.js +2 -2
- package/dist/stories/shared/ui/Tag/Tag.stories.js +4 -4
- package/dist/stories/shared/ui/ZoomControls/ZoomControls.stories.js +1 -1
- package/dist/style.css +1 -0
- package/dist/useSortSelect-BTCEVMVn.js +80 -0
- package/package.json +22 -31
- package/dist/ButtonState.module-DtW3aevR.js +0 -8
- package/dist/components/TextArea/TextArea.types.d.ts +0 -10
- package/dist/components/TextArea/TextArea.types.js +0 -1
- package/dist/index-B2JRaoNz.js +0 -48
- package/dist/pages/ButtonsPage/ButtonState/ButtonState.d.ts +0 -6
- package/dist/pages/ButtonsPage/ButtonState/ButtonState.js +0 -121
- package/dist/stone-kit.css +0 -1
- package/dist/useLotCard-DG9doKCX.js +0 -186
- package/dist/useSortSelect-C72ddcYI.js +0 -80
|
@@ -1,105 +1,105 @@
|
|
|
1
1
|
import { jsx as z } from "react/jsx-runtime";
|
|
2
|
-
import { c as
|
|
3
|
-
const o = "
|
|
4
|
-
tagCommon:
|
|
5
|
-
"auto-width": "_auto-
|
|
6
|
-
"full-width": "_full-
|
|
7
|
-
"medium-size": "_medium-
|
|
8
|
-
"mini-size": "_mini-
|
|
9
|
-
"mini-12px-size": "_mini-12px-
|
|
10
|
-
"tiny-size": "_tiny-
|
|
11
|
-
"small-size": "_small-
|
|
12
|
-
"preLarge-size": "_preLarge-
|
|
13
|
-
"large-size": "_large-
|
|
14
|
-
"tiny-7px-size": "_tiny-7px-
|
|
15
|
-
"tiny-10px-size": "_tiny-10px-
|
|
16
|
-
"tiny-12px-size": "_tiny-12px-
|
|
17
|
-
"small-10px-size": "_small-10px-
|
|
18
|
-
"small-13px-size": "_small-13px-
|
|
19
|
-
"small-font-14-size": "_small-font-14-
|
|
20
|
-
"extra-small-size": "_extra-small-
|
|
21
|
-
"small-height-28px-size": "_small-height-28px-
|
|
22
|
-
red:
|
|
23
|
-
gray:
|
|
24
|
-
shade:
|
|
25
|
-
blackGrey:
|
|
26
|
-
blackWhite:
|
|
27
|
-
gray5:
|
|
28
|
-
gray8:
|
|
29
|
-
chineseBlack:
|
|
30
|
-
white:
|
|
31
|
-
fullWhite:
|
|
32
|
-
shadeWhite:
|
|
33
|
-
transparent:
|
|
34
|
-
transWhite:
|
|
35
|
-
neutralGray6:
|
|
36
|
-
whiteGrayStroke:
|
|
37
|
-
whiteGray:
|
|
38
|
-
lightGray:
|
|
39
|
-
black:
|
|
40
|
-
blackStroke:
|
|
41
|
-
darkGray:
|
|
42
|
-
lightBlue:
|
|
43
|
-
lightGrayTrans:
|
|
2
|
+
import { c as v } from "../../../index-rKuIKazb.js";
|
|
3
|
+
const h = "_tagCommon_1tvrs_1", o = "_red_1tvrs_147", y = "_gray_1tvrs_153", p = "_shade_1tvrs_159", g = "_blackGrey_1tvrs_165", x = "_blackWhite_1tvrs_171", c = "_gray5_1tvrs_177", d = "_gray8_1tvrs_183", u = "_chineseBlack_1tvrs_189", k = "_white_1tvrs_196", G = "_fullWhite_1tvrs_203", f = "_shadeWhite_1tvrs_210", W = "_transparent_1tvrs_220", w = "_transWhite_1tvrs_227", b = "_neutralGray6_1tvrs_237", L = "_whiteGrayStroke_1tvrs_243", T = "_whiteGray_1tvrs_243", B = "_lightGray_1tvrs_257", S = "_black_1tvrs_165", $ = "_blackStroke_1tvrs_269", C = "_darkGray_1tvrs_276", N = "_lightBlue_1tvrs_281", j = "_lightGrayTrans_1tvrs_287", q = "_whiteGrayTrans_1tvrs_293", A = "_preLarge_size_m_1tvrs_340", _ = {
|
|
4
|
+
tagCommon: h,
|
|
5
|
+
"auto-width": "_auto-width_1tvrs_19",
|
|
6
|
+
"full-width": "_full-width_1tvrs_23",
|
|
7
|
+
"medium-size": "_medium-size_1tvrs_27",
|
|
8
|
+
"mini-size": "_mini-size_1tvrs_35",
|
|
9
|
+
"mini-12px-size": "_mini-12px-size_1tvrs_43",
|
|
10
|
+
"tiny-size": "_tiny-size_1tvrs_51",
|
|
11
|
+
"small-size": "_small-size_1tvrs_59",
|
|
12
|
+
"preLarge-size": "_preLarge-size_1tvrs_67",
|
|
13
|
+
"large-size": "_large-size_1tvrs_75",
|
|
14
|
+
"tiny-7px-size": "_tiny-7px-size_1tvrs_83",
|
|
15
|
+
"tiny-10px-size": "_tiny-10px-size_1tvrs_91",
|
|
16
|
+
"tiny-12px-size": "_tiny-12px-size_1tvrs_99",
|
|
17
|
+
"small-10px-size": "_small-10px-size_1tvrs_107",
|
|
18
|
+
"small-13px-size": "_small-13px-size_1tvrs_115",
|
|
19
|
+
"small-font-14-size": "_small-font-14-size_1tvrs_123",
|
|
20
|
+
"extra-small-size": "_extra-small-size_1tvrs_131",
|
|
21
|
+
"small-height-28px-size": "_small-height-28px-size_1tvrs_139",
|
|
22
|
+
red: o,
|
|
23
|
+
gray: y,
|
|
24
|
+
shade: p,
|
|
25
|
+
blackGrey: g,
|
|
26
|
+
blackWhite: x,
|
|
27
|
+
gray5: c,
|
|
28
|
+
gray8: d,
|
|
29
|
+
chineseBlack: u,
|
|
30
|
+
white: k,
|
|
31
|
+
fullWhite: G,
|
|
32
|
+
shadeWhite: f,
|
|
33
|
+
transparent: W,
|
|
34
|
+
transWhite: w,
|
|
35
|
+
neutralGray6: b,
|
|
36
|
+
whiteGrayStroke: L,
|
|
37
|
+
whiteGray: T,
|
|
38
|
+
lightGray: B,
|
|
39
|
+
black: S,
|
|
40
|
+
blackStroke: $,
|
|
41
|
+
darkGray: C,
|
|
42
|
+
lightBlue: N,
|
|
43
|
+
lightGrayTrans: j,
|
|
44
44
|
whiteGrayTrans: q,
|
|
45
|
-
"tiny-fontWeight": "_tiny-
|
|
46
|
-
"medium-fontWeight": "_medium-
|
|
47
|
-
"large-fontWeight": "_large-
|
|
48
|
-
"mini-size_m": "_mini-
|
|
49
|
-
"tiny-size_m": "_tiny-
|
|
50
|
-
"medium-size_m": "_medium-
|
|
51
|
-
"small-size_m": "_small-
|
|
45
|
+
"tiny-fontWeight": "_tiny-fontWeight_1tvrs_299",
|
|
46
|
+
"medium-fontWeight": "_medium-fontWeight_1tvrs_303",
|
|
47
|
+
"large-fontWeight": "_large-fontWeight_1tvrs_307",
|
|
48
|
+
"mini-size_m": "_mini-size_m_1tvrs_312",
|
|
49
|
+
"tiny-size_m": "_tiny-size_m_1tvrs_319",
|
|
50
|
+
"medium-size_m": "_medium-size_m_1tvrs_326",
|
|
51
|
+
"small-size_m": "_small-size_m_1tvrs_333",
|
|
52
52
|
preLarge_size_m: A,
|
|
53
|
-
"large-size_m": "_large-
|
|
54
|
-
"tiny-7px-size_m": "_tiny-7px-
|
|
55
|
-
"tiny-10px-size_m": "_tiny-10px-
|
|
56
|
-
"tiny-12px-size_m": "_tiny-12px-
|
|
57
|
-
"small-10px-size_m": "_small-10px-
|
|
58
|
-
"small-13px-size_m": "_small-13px-
|
|
59
|
-
"small-font-14-size_m": "_small-font-14-
|
|
60
|
-
"mini-12px-size_m": "_mini-12px-
|
|
61
|
-
"extra-small-size_m": "_extra-small-
|
|
62
|
-
"small-height-28px-size_m": "_small-height-28px-
|
|
63
|
-
"mini-size_l": "_mini-
|
|
64
|
-
"tiny-size_l": "_tiny-
|
|
65
|
-
"medium-size_l": "_medium-
|
|
66
|
-
"small-size_l": "_small-
|
|
67
|
-
"preLarge-size_l": "_preLarge-
|
|
68
|
-
"large-size_l": "_large-
|
|
69
|
-
"tiny-7px-size_l": "_tiny-7px-
|
|
70
|
-
"tiny-10px-size_l": "_tiny-10px-
|
|
71
|
-
"tiny-12px-size_l": "_tiny-12px-
|
|
72
|
-
"small-10px-size_l": "_small-10px-
|
|
73
|
-
"small-13px-size_l": "_small-13px-
|
|
74
|
-
"small-font-14-size_l": "_small-font-14-
|
|
75
|
-
"mini-12px-size_l": "_mini-12px-
|
|
76
|
-
"extra-small-size_l": "_extra-small-
|
|
77
|
-
"small-height-28px-size_l": "_small-height-28px-
|
|
78
|
-
}, D =
|
|
53
|
+
"large-size_m": "_large-size_m_1tvrs_347",
|
|
54
|
+
"tiny-7px-size_m": "_tiny-7px-size_m_1tvrs_354",
|
|
55
|
+
"tiny-10px-size_m": "_tiny-10px-size_m_1tvrs_361",
|
|
56
|
+
"tiny-12px-size_m": "_tiny-12px-size_m_1tvrs_368",
|
|
57
|
+
"small-10px-size_m": "_small-10px-size_m_1tvrs_375",
|
|
58
|
+
"small-13px-size_m": "_small-13px-size_m_1tvrs_382",
|
|
59
|
+
"small-font-14-size_m": "_small-font-14-size_m_1tvrs_389",
|
|
60
|
+
"mini-12px-size_m": "_mini-12px-size_m_1tvrs_396",
|
|
61
|
+
"extra-small-size_m": "_extra-small-size_m_1tvrs_403",
|
|
62
|
+
"small-height-28px-size_m": "_small-height-28px-size_m_1tvrs_410",
|
|
63
|
+
"mini-size_l": "_mini-size_l_1tvrs_419",
|
|
64
|
+
"tiny-size_l": "_tiny-size_l_1tvrs_426",
|
|
65
|
+
"medium-size_l": "_medium-size_l_1tvrs_433",
|
|
66
|
+
"small-size_l": "_small-size_l_1tvrs_440",
|
|
67
|
+
"preLarge-size_l": "_preLarge-size_l_1tvrs_447",
|
|
68
|
+
"large-size_l": "_large-size_l_1tvrs_454",
|
|
69
|
+
"tiny-7px-size_l": "_tiny-7px-size_l_1tvrs_461",
|
|
70
|
+
"tiny-10px-size_l": "_tiny-10px-size_l_1tvrs_468",
|
|
71
|
+
"tiny-12px-size_l": "_tiny-12px-size_l_1tvrs_475",
|
|
72
|
+
"small-10px-size_l": "_small-10px-size_l_1tvrs_482",
|
|
73
|
+
"small-13px-size_l": "_small-13px-size_l_1tvrs_489",
|
|
74
|
+
"small-font-14-size_l": "_small-font-14-size_l_1tvrs_496",
|
|
75
|
+
"mini-12px-size_l": "_mini-12px-size_l_1tvrs_503",
|
|
76
|
+
"extra-small-size_l": "_extra-small-size_l_1tvrs_510",
|
|
77
|
+
"small-height-28px-size_l": "_small-height-28px-size_l_1tvrs_517"
|
|
78
|
+
}, D = v.bind(_), H = ({
|
|
79
79
|
size: s = "medium",
|
|
80
|
-
size_m:
|
|
81
|
-
size_l:
|
|
82
|
-
children:
|
|
83
|
-
variant:
|
|
84
|
-
width:
|
|
85
|
-
additionalClass:
|
|
86
|
-
fontWeight:
|
|
87
|
-
...
|
|
80
|
+
size_m: t,
|
|
81
|
+
size_l: i,
|
|
82
|
+
children: e = "",
|
|
83
|
+
variant: r = "gray",
|
|
84
|
+
width: l = "auto",
|
|
85
|
+
additionalClass: a = "",
|
|
86
|
+
fontWeight: m = "medium",
|
|
87
|
+
...n
|
|
88
88
|
}) => /* @__PURE__ */ z(
|
|
89
89
|
"div",
|
|
90
90
|
{
|
|
91
91
|
className: D(
|
|
92
92
|
_.tagCommon,
|
|
93
93
|
_[`${s}-size`],
|
|
94
|
-
_[`${
|
|
95
|
-
_[`${
|
|
96
|
-
_[`${
|
|
97
|
-
_[`${
|
|
98
|
-
_[`${
|
|
99
|
-
|
|
94
|
+
_[`${t}-size_m`],
|
|
95
|
+
_[`${i}-size_l`],
|
|
96
|
+
_[`${r}`],
|
|
97
|
+
_[`${l}-width`],
|
|
98
|
+
_[`${m}-fontWeight`],
|
|
99
|
+
a
|
|
100
100
|
),
|
|
101
|
-
...
|
|
102
|
-
children:
|
|
101
|
+
...n,
|
|
102
|
+
children: e
|
|
103
103
|
}
|
|
104
104
|
);
|
|
105
105
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as c } from "react/jsx-runtime";
|
|
2
|
-
import { c as _ } from "../../../index-
|
|
2
|
+
import { c as _ } from "../../../index-rKuIKazb.js";
|
|
3
3
|
const i = "_root_wkh0k_1", o = {
|
|
4
4
|
root: i
|
|
5
5
|
}, e = _.bind(o), f = ({ children: m, className: r, additionalClass: t = "", html: s, ...n }) => s ? /* @__PURE__ */ c(
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
|
|
3
|
+
type textAreaWidth = 'auto' | 'full';
|
|
4
|
+
interface ITextArea extends React.ComponentPropsWithRef<'textarea'> {
|
|
5
|
+
width?: textAreaWidth;
|
|
6
|
+
additionalClass?: string;
|
|
7
|
+
}
|
|
8
|
+
export declare const TextArea: ({ width, additionalClass, children, ref, ...props }: ITextArea) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export {};
|
|
@@ -1,19 +1,25 @@
|
|
|
1
1
|
import { jsx as i } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
const _ = "_root_v6f19_12", t = {
|
|
2
|
+
import { c as _ } from "../../index-rKuIKazb.js";
|
|
3
|
+
const c = "_root_v6f19_12", t = {
|
|
5
4
|
"auto-width": "_auto-width_v6f19_1",
|
|
6
5
|
"full-width": "_full-width_v6f19_6",
|
|
7
|
-
root:
|
|
8
|
-
},
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
6
|
+
root: c
|
|
7
|
+
}, n = _.bind(t), d = ({
|
|
8
|
+
width: o = "auto",
|
|
9
|
+
additionalClass: r = "",
|
|
10
|
+
children: s = "",
|
|
11
|
+
ref: e,
|
|
12
|
+
...a
|
|
13
|
+
}) => /* @__PURE__ */ i(
|
|
14
|
+
"textarea",
|
|
15
|
+
{
|
|
16
|
+
className: n(t.root, t[`${o}-width`], r),
|
|
17
|
+
ref: e,
|
|
18
|
+
style: { resize: "none" },
|
|
19
|
+
...a,
|
|
20
|
+
children: s
|
|
21
|
+
}
|
|
15
22
|
);
|
|
16
|
-
d.displayName = "TextArea";
|
|
17
23
|
export {
|
|
18
24
|
d as TextArea
|
|
19
25
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
2
|
import { ComponentProps } from './MobileButton.types';
|
|
3
|
+
|
|
3
4
|
export declare const MobileButton: ({ size, pre, children, post, variant, width, additionalClass, ...props }: React.PropsWithChildren<ComponentProps>) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as d, jsx as l } from "react/jsx-runtime";
|
|
2
|
-
import { c as u } from "../../../index-
|
|
2
|
+
import { c as u } from "../../../index-rKuIKazb.js";
|
|
3
3
|
const w = "_btnCommon_1act6_1", r = "_whiteFilled_1act6_34", t = {
|
|
4
4
|
btnCommon: w,
|
|
5
5
|
"auto-width": "_auto-width_1act6_18",
|