@prefecthq/graphs 2.2.2 → 2.2.3
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/graphs.mjs
CHANGED
|
@@ -31064,8 +31064,10 @@ async function _M() {
|
|
|
31064
31064
|
r.eventMode = "static", r.cursor = "pointer", r.on("click", (l) => {
|
|
31065
31065
|
l.stopPropagation();
|
|
31066
31066
|
const c = {
|
|
31067
|
-
x: r.position.x
|
|
31068
|
-
y: r.position.y
|
|
31067
|
+
x: r.position.x,
|
|
31068
|
+
y: r.position.y,
|
|
31069
|
+
width: r.width,
|
|
31070
|
+
height: r.height
|
|
31069
31071
|
};
|
|
31070
31072
|
$o({ kind: "artifacts", ids: i, position: c });
|
|
31071
31073
|
}), ot.on("itemSelected", () => {
|