@conboai/storybook.components 0.2.98 → 0.2.99
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.
|
@@ -46246,7 +46246,7 @@ function ure({
|
|
|
46246
46246
|
target: { value: d }
|
|
46247
46247
|
} = u;
|
|
46248
46248
|
let h;
|
|
46249
|
-
typeof d == "string" ? h = d.split(",") : h = d, o && (h = h.length
|
|
46249
|
+
typeof d == "string" ? h = d.split(",") : h = d, o && (h = h.length ? [h[h.length - 1]] : []), r(h);
|
|
46250
46250
|
}, l = (u) => (typeof u == "string" && (u = [u]), /* @__PURE__ */ te.jsx(It, { sx: AK, children: u.map((d) => /* @__PURE__ */ te.jsx(
|
|
46251
46251
|
Jc,
|
|
46252
46252
|
{
|