@3sc/common-component 0.0.227 → 0.0.229
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/index.es.js +6 -4
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -38698,7 +38698,7 @@ const v_ = ({ options: e, isDraggable: t }) => {
|
|
|
38698
38698
|
}, [n]);
|
|
38699
38699
|
const B = (R, A) => {
|
|
38700
38700
|
var P, D, _;
|
|
38701
|
-
if (!s) {
|
|
38701
|
+
if (g(""), !s) {
|
|
38702
38702
|
(P = l == null ? void 0 : l.onChange) == null || P.call(l, R), u(!1);
|
|
38703
38703
|
return;
|
|
38704
38704
|
}
|
|
@@ -38716,7 +38716,7 @@ const v_ = ({ options: e, isDraggable: t }) => {
|
|
|
38716
38716
|
L.push({ ...A, children: [R] });
|
|
38717
38717
|
} else
|
|
38718
38718
|
L = L.some((U) => U.id === R.id) ? L.filter((U) => U.id !== R.id) : [...L, R];
|
|
38719
|
-
p(L), (_ = l == null ? void 0 : l.onChange) == null || _.call(l, L)
|
|
38719
|
+
p(L), (_ = l == null ? void 0 : l.onChange) == null || _.call(l, L);
|
|
38720
38720
|
};
|
|
38721
38721
|
xt(() => {
|
|
38722
38722
|
const R = g_(n, f);
|
|
@@ -43060,9 +43060,11 @@ const BB = ({ count: e }) => (Dt(), /* @__PURE__ */ m.jsxs(m.Fragment, { childre
|
|
|
43060
43060
|
gap: "0.5rem",
|
|
43061
43061
|
display: "flex",
|
|
43062
43062
|
justifyContent: "center",
|
|
43063
|
-
alignItems: "center"
|
|
43063
|
+
alignItems: "center",
|
|
43064
|
+
"& svg": {
|
|
43065
|
+
transform: "scale(1)"
|
|
43066
|
+
}
|
|
43064
43067
|
},
|
|
43065
|
-
className: "notify-icon-container",
|
|
43066
43068
|
children: /* @__PURE__ */ m.jsx(
|
|
43067
43069
|
_B,
|
|
43068
43070
|
{
|