stone-kit 0.0.709 → 0.0.711
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/{FilterWithSave-ujuRvClV.js → FilterWithSave-CRMKY3qA.js} +1 -1
- package/dist/Option-BVIm7wOW.js +83 -0
- package/dist/components/FilterWithSave/hooks/useFilterWithSave.js +1 -1
- package/dist/components/FilterWithSave/ui/FilterWithSave.js +2 -2
- package/dist/components/FormModal/ui/ModalForm.js +1 -1
- package/dist/components/LotCard/ui/LotCard.js +91 -91
- package/dist/components/Select/ui/Category.js +1 -1
- package/dist/components/Select/ui/Option.js +1 -1
- package/dist/components/Select/ui/Select.d.ts +1 -1
- package/dist/components/Select/ui/Select.js +77 -67
- package/dist/components/Select/ui/Select.types.d.ts +1 -0
- package/dist/components/SortSelect/index.js +1 -1
- package/dist/components/SortSelect/ui/SortSelect.js +1 -1
- package/dist/components/SummarySelect/ui/SummarySelect.d.ts +1 -0
- package/dist/components/SummarySelect/ui/SummarySelect.js +5 -1
- package/dist/components/TabSwitcher/index.js +1 -1
- package/dist/components/TabSwitcher/ui/TabSwitcher.js +1 -1
- package/dist/components/ZoomControls/ui/ZoomControls.js +1 -1
- package/dist/main.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/Option--45TMhIr.js +0 -82
package/dist/Option--45TMhIr.js
DELETED
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
import { jsxs as z, jsx as _ } from "react/jsx-runtime";
|
|
2
|
-
import { NewIcon as p } from "./components/NewIcon/ui/NewIcon.js";
|
|
3
|
-
import { c as g } from "./index-rKuIKazb.js";
|
|
4
|
-
const O = "_multiSelectWrapper_c3wo1_1", b = "_selectedOptions_c3wo1_8", C = "_selectedOptionsBtn_c3wo1_24", h = "_selectedOptionsOpened_c3wo1_49", f = "_selectedOptionsNotEmpty_c3wo1_53", k = "_selectOptionsDisabled_c3wo1_58", v = "_optionsList_c3wo1_65", y = "_listRight_c3wo1_81", D = "_inputWrapper_c3wo1_85", B = "_option_c3wo1_65", N = "_category_c3wo1_107", S = "_leftSide_c3wo1_113", W = "_optionCategory_c3wo1_118", x = "_optionDisabled_c3wo1_124", A = "_optionClickable_c3wo1_128", E = "_icon_c3wo1_132", L = "_iconArrow_c3wo1_138", R = "_iconBtn_c3wo1_144", o = {
|
|
5
|
-
multiSelectWrapper: O,
|
|
6
|
-
selectedOptions: b,
|
|
7
|
-
selectedOptionsBtn: C,
|
|
8
|
-
"small-size": "_small-size_c3wo1_28",
|
|
9
|
-
"medium-size": "_medium-size_c3wo1_35",
|
|
10
|
-
"large-size": "_large-size_c3wo1_42",
|
|
11
|
-
selectedOptionsOpened: h,
|
|
12
|
-
selectedOptionsNotEmpty: f,
|
|
13
|
-
selectOptionsDisabled: k,
|
|
14
|
-
optionsList: v,
|
|
15
|
-
listRight: y,
|
|
16
|
-
inputWrapper: D,
|
|
17
|
-
option: B,
|
|
18
|
-
category: N,
|
|
19
|
-
leftSide: S,
|
|
20
|
-
optionCategory: W,
|
|
21
|
-
optionDisabled: x,
|
|
22
|
-
optionClickable: A,
|
|
23
|
-
icon: E,
|
|
24
|
-
iconArrow: L,
|
|
25
|
-
iconBtn: R,
|
|
26
|
-
"small-size_m": "_small-size_m_c3wo1_157",
|
|
27
|
-
"medium-size_m": "_medium-size_m_c3wo1_163",
|
|
28
|
-
"large-size_m": "_large-size_m_c3wo1_169",
|
|
29
|
-
"small-size_l": "_small-size_l_c3wo1_184",
|
|
30
|
-
"medium-size_l": "_medium-size_l_c3wo1_190",
|
|
31
|
-
"large-size_l": "_large-size_l_c3wo1_196"
|
|
32
|
-
}, j = g.bind(o), F = ({
|
|
33
|
-
option: e,
|
|
34
|
-
selectedOptions: a,
|
|
35
|
-
disabledOptions: r,
|
|
36
|
-
clickableOptions: t,
|
|
37
|
-
handleOptionClick: d,
|
|
38
|
-
isOptionCategory: s,
|
|
39
|
-
sizeIcon: n,
|
|
40
|
-
isDisabledNotClickable: m,
|
|
41
|
-
addClassName: w = ""
|
|
42
|
-
}) => {
|
|
43
|
-
const u = t ? t.includes(`${e.value}`) : !0, c = a.some((i) => i.value === e.value), l = () => m && t ? !t.includes(`${e.value}`) : r.some((i) => i.value === e.value);
|
|
44
|
-
return /* @__PURE__ */ z(
|
|
45
|
-
"div",
|
|
46
|
-
{
|
|
47
|
-
className: j(
|
|
48
|
-
o.option,
|
|
49
|
-
{
|
|
50
|
-
[o.optionDisabled]: l(),
|
|
51
|
-
[o.optionCategory]: s,
|
|
52
|
-
[o.optionClickable]: u
|
|
53
|
-
},
|
|
54
|
-
w
|
|
55
|
-
),
|
|
56
|
-
onClick: () => {
|
|
57
|
-
l() && !c || d(e);
|
|
58
|
-
},
|
|
59
|
-
children: [
|
|
60
|
-
s && /* @__PURE__ */ _(
|
|
61
|
-
p,
|
|
62
|
-
{
|
|
63
|
-
size: n ?? "20",
|
|
64
|
-
name: c ? "selectChecked" : "selectUnchecked"
|
|
65
|
-
}
|
|
66
|
-
),
|
|
67
|
-
/* @__PURE__ */ _("div", { children: e.label }),
|
|
68
|
-
!s && /* @__PURE__ */ _(
|
|
69
|
-
p,
|
|
70
|
-
{
|
|
71
|
-
size: n ?? "20",
|
|
72
|
-
name: c ? "selectChecked" : "selectUnchecked"
|
|
73
|
-
}
|
|
74
|
-
)
|
|
75
|
-
]
|
|
76
|
-
}
|
|
77
|
-
);
|
|
78
|
-
};
|
|
79
|
-
export {
|
|
80
|
-
F as O,
|
|
81
|
-
o as s
|
|
82
|
-
};
|