@conboai/storybook.components 0.3.98 → 0.3.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.
|
@@ -74870,7 +74870,7 @@ const hce = (e = []) => wl.isEqual(e[0], e.at(-1)) && e.length !== 1 ? e.slice(0
|
|
|
74870
74870
|
{
|
|
74871
74871
|
x: o.x,
|
|
74872
74872
|
y: o.y - 2.5,
|
|
74873
|
-
fill: "black",
|
|
74873
|
+
fill: (r == null ? void 0 : r.textColor) || "black",
|
|
74874
74874
|
fontSize: a,
|
|
74875
74875
|
fontWeight: "bold",
|
|
74876
74876
|
children: e.text
|
|
@@ -97398,7 +97398,10 @@ const A3e = $me, D3e = (e, t) => ({
|
|
|
97398
97398
|
..._3e,
|
|
97399
97399
|
...l
|
|
97400
97400
|
}, x = Tr(
|
|
97401
|
-
(P, V) =>
|
|
97401
|
+
(P, V) => {
|
|
97402
|
+
if (!P) return null;
|
|
97403
|
+
u && u(P, V);
|
|
97404
|
+
},
|
|
97402
97405
|
[u]
|
|
97403
97406
|
), T = () => C((P) => (v(!1), !P)), R = () => v((P) => (C(!1), !P));
|
|
97404
97407
|
return /* @__PURE__ */ H.jsxs(Et, { sx: M, children: [
|