@particle-academy/fancy-flow 0.4.0 → 0.5.0

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/index.cjs CHANGED
@@ -9516,6 +9516,8 @@ function FlowCanvas({
9516
9516
  fitViewOptions: DEFAULT_FIT_VIEW,
9517
9517
  defaultEdgeOptions: DEFAULT_EDGE_OPTIONS,
9518
9518
  proOptions: { hideAttribution: true },
9519
+ zoomActivationKeyCode: "Shift",
9520
+ preventScrolling: false,
9519
9521
  ...rest,
9520
9522
  children: [
9521
9523
  background !== "none" && /* @__PURE__ */ jsxRuntime.jsx(Background, { variant: background, gap: 20, size: 1, color: "rgba(0,0,0,0.18)" }),