@overmap-ai/forms 1.0.10-conditional-arrows-2.6 → 1.0.10-conditional-arrows-2.7

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/forms.js CHANGED
@@ -2301,12 +2301,12 @@ const ConditionalArrow = (props) => {
2301
2301
  /* @__PURE__ */ jsx(
2302
2302
  Xarrow,
2303
2303
  {
2304
- start: `${identifier}-floating-point`,
2305
- end: `${condition.identifier}-card`,
2304
+ start: `${condition.identifier}-card`,
2305
+ end: `${identifier}-floating-point`,
2306
2306
  startAnchor: "left",
2307
2307
  endAnchor: "right",
2308
2308
  path: "grid",
2309
- gridBreak: "0",
2309
+ gridBreak: "100%",
2310
2310
  ...settings
2311
2311
  }
2312
2312
  )