@conboai/storybook.components 0.2.96 → 0.2.97
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.
|
@@ -46236,7 +46236,7 @@ function cre({
|
|
|
46236
46236
|
target: { value: d }
|
|
46237
46237
|
} = u;
|
|
46238
46238
|
let h;
|
|
46239
|
-
typeof d == "string" ? h = d.split(",") : h = d,
|
|
46239
|
+
typeof d == "string" ? h = d.split(",") : h = d, o && (h = [h[h.length - 1]]), r(h), console.log("value", h);
|
|
46240
46240
|
}, l = (u) => (typeof u == "string" && (u = [u]), /* @__PURE__ */ te.jsx(It, { sx: AK, children: u.map((d) => /* @__PURE__ */ te.jsx(
|
|
46241
46241
|
Jc,
|
|
46242
46242
|
{
|