@conboai/storybook.components 0.3.12 → 0.3.14
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/storybook.components.mjs +11 -11
- package/package.json +1 -1
|
@@ -73930,6 +73930,17 @@ const vg = {
|
|
|
73930
73930
|
) }),
|
|
73931
73931
|
U.type === oo.Polygon && (w == null ? void 0 : w.id) === U.id && d && ((oe = U.points.slice(0, -1)) == null ? void 0 : oe.map((ge, fe) => m ? /* @__PURE__ */ ee.jsx(bC, { point: ge, number: fe, rect: m }, fe) : null)),
|
|
73932
73932
|
U.type === oo.Polyline && /* @__PURE__ */ ee.jsxs(ee.Fragment, { children: [
|
|
73933
|
+
l && /* @__PURE__ */ ee.jsx(
|
|
73934
|
+
"circle",
|
|
73935
|
+
{
|
|
73936
|
+
cx: K == null ? void 0 : K.x,
|
|
73937
|
+
cy: K == null ? void 0 : K.y,
|
|
73938
|
+
r: 5,
|
|
73939
|
+
fill: "#2196F3",
|
|
73940
|
+
stroke: "#2196F3",
|
|
73941
|
+
strokeWidth: 3
|
|
73942
|
+
}
|
|
73943
|
+
),
|
|
73933
73944
|
/* @__PURE__ */ ee.jsx(
|
|
73934
73945
|
"polyline",
|
|
73935
73946
|
{
|
|
@@ -73946,17 +73957,6 @@ const vg = {
|
|
|
73946
73957
|
markerEnd: "url(#arrowhead)"
|
|
73947
73958
|
},
|
|
73948
73959
|
U.id
|
|
73949
|
-
),
|
|
73950
|
-
l && /* @__PURE__ */ ee.jsx(
|
|
73951
|
-
"circle",
|
|
73952
|
-
{
|
|
73953
|
-
cx: K == null ? void 0 : K.x,
|
|
73954
|
-
cy: K == null ? void 0 : K.y,
|
|
73955
|
-
r: 7,
|
|
73956
|
-
fill: "#2196F3",
|
|
73957
|
-
stroke: "#2196F3",
|
|
73958
|
-
strokeWidth: 3
|
|
73959
|
-
}
|
|
73960
73960
|
)
|
|
73961
73961
|
] }),
|
|
73962
73962
|
U.type === oo.Point && /* @__PURE__ */ ee.jsx(Uee, { coordinates: U.points[0], rect: m, isInFov: U.isInFov }),
|