stone-kit 0.0.528 → 0.0.529

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.
@@ -20,9 +20,9 @@ const q = "_root_1fkwh_1", D = "_filterWithSaveModal_1fkwh_15", G = "_modalAddBo
20
20
  btnWrapper: Y,
21
21
  resetBtn: Z,
22
22
  saveBtn: $
23
- }, rt = ({
23
+ }, at = ({
24
24
  disabledOptions: S = [],
25
- tabs: r = [],
25
+ tabs: a = [],
26
26
  selectOptions: v = [],
27
27
  onChange: d,
28
28
  selectedValues: u = [],
@@ -30,12 +30,12 @@ const q = "_root_1fkwh_1", D = "_filterWithSaveModal_1fkwh_15", G = "_modalAddBo
30
30
  selectedTabs: h = []
31
31
  }) => {
32
32
  const [w, m] = c(!1), [M] = c(h), [y] = c(u), [p, n] = c(M), [s, k] = c(y), A = (i) => {
33
- if (S.some((a) => a.value === i.value))
33
+ if (S.some((r) => r.value === i.value))
34
34
  return;
35
- const o = s.some((a) => a.value === i.value) ? s.filter((a) => a.value !== i.value) : [...s, i];
35
+ const o = s.some((r) => r.value === i.value) ? s.filter((r) => r.value !== i.value) : [...s, i];
36
36
  k(o);
37
37
  }, I = () => {
38
- n([]), k([]), d && (d([]), l == null || l(r));
38
+ n(a), k([]), d && (d([]), l == null || l(a));
39
39
  }, x = () => {
40
40
  k(u), n(h);
41
41
  }, g = () => {
@@ -94,26 +94,26 @@ const q = "_root_1fkwh_1", D = "_filterWithSaveModal_1fkwh_15", G = "_modalAddBo
94
94
  variant: "grayRow",
95
95
  addClassName: t.tabs,
96
96
  isApart: !0,
97
- children: r == null ? void 0 : r.map((i, o) => {
97
+ children: a == null ? void 0 : a.map((i, o) => {
98
98
  var B;
99
- const a = i.value;
99
+ const r = i.value;
100
100
  return /* @__PURE__ */ e(
101
101
  N.Item,
102
102
  {
103
- itemsLength: r == null ? void 0 : r.length,
103
+ itemsLength: a == null ? void 0 : a.length,
104
104
  mini: !0,
105
- value: a,
105
+ value: r,
106
106
  onClick: () => {
107
107
  },
108
- checked: ((B = p == null ? void 0 : p.find((W) => W.value === a)) == null ? void 0 : B.state) ?? !1,
108
+ checked: ((B = p == null ? void 0 : p.find((W) => W.value === r)) == null ? void 0 : B.state) ?? !1,
109
109
  onChange: () => {
110
110
  n == null || n(
111
- (W) => W.map((f) => f.value === a ? { ...f, state: !f.state } : f)
111
+ (W) => W.map((f) => f.value === r ? { ...f, state: !f.state } : f)
112
112
  );
113
113
  },
114
114
  index: o,
115
115
  addItemClassName: t.tabSwitcher,
116
- children: a
116
+ children: r
117
117
  },
118
118
  o
119
119
  );
@@ -160,5 +160,5 @@ const q = "_root_1fkwh_1", D = "_filterWithSaveModal_1fkwh_15", G = "_modalAddBo
160
160
  ] });
161
161
  };
162
162
  export {
163
- rt as FilterWithSave
163
+ at as FilterWithSave
164
164
  };
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "stone-kit",
3
3
  "description": "uikit for redesign",
4
4
  "private": false,
5
- "version": "0.0.528",
5
+ "version": "0.0.529",
6
6
  "author": "Mollycodd1e",
7
7
  "license": "ISC",
8
8
  "type": "module",