@conboai/storybook.components 0.3.97 → 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.
|
@@ -29292,6 +29292,22 @@ const KX = {
|
|
|
29292
29292
|
strokeLinecap: "round",
|
|
29293
29293
|
strokeLinejoin: "round"
|
|
29294
29294
|
}
|
|
29295
|
+
},
|
|
29296
|
+
panelFullScreen: {
|
|
29297
|
+
width: 20,
|
|
29298
|
+
height: 20,
|
|
29299
|
+
strokeWidth: 1.5,
|
|
29300
|
+
paths: [
|
|
29301
|
+
"M16.666 3.33301L11.3327 8.66634",
|
|
29302
|
+
"M11.3333 3.99885L11.3333 8.66602L16 8.66602",
|
|
29303
|
+
"M3.33301 16.667L8.66634 11.3337",
|
|
29304
|
+
"M8.66667 16.0002L8.66667 11.333L4 11.333"
|
|
29305
|
+
],
|
|
29306
|
+
attributes: {
|
|
29307
|
+
strokeMiterlimit: 1.5,
|
|
29308
|
+
strokeLinecap: "round",
|
|
29309
|
+
strokeLinejoin: "round"
|
|
29310
|
+
}
|
|
29295
29311
|
}
|
|
29296
29312
|
};
|
|
29297
29313
|
function Jn({ fill: e = "black", icon: t, width: n, height: r, fillOpacity: o }) {
|
|
@@ -74854,7 +74870,7 @@ const hce = (e = []) => wl.isEqual(e[0], e.at(-1)) && e.length !== 1 ? e.slice(0
|
|
|
74854
74870
|
{
|
|
74855
74871
|
x: o.x,
|
|
74856
74872
|
y: o.y - 2.5,
|
|
74857
|
-
fill: "black",
|
|
74873
|
+
fill: (r == null ? void 0 : r.textColor) || "black",
|
|
74858
74874
|
fontSize: a,
|
|
74859
74875
|
fontWeight: "bold",
|
|
74860
74876
|
children: e.text
|
|
@@ -97382,7 +97398,10 @@ const A3e = $me, D3e = (e, t) => ({
|
|
|
97382
97398
|
..._3e,
|
|
97383
97399
|
...l
|
|
97384
97400
|
}, x = Tr(
|
|
97385
|
-
(P, V) =>
|
|
97401
|
+
(P, V) => {
|
|
97402
|
+
if (!P) return null;
|
|
97403
|
+
u && u(P, V);
|
|
97404
|
+
},
|
|
97386
97405
|
[u]
|
|
97387
97406
|
), T = () => C((P) => (v(!1), !P)), R = () => v((P) => (C(!1), !P));
|
|
97388
97407
|
return /* @__PURE__ */ H.jsxs(Et, { sx: M, children: [
|