@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 +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -2
- package/dist/index.d.ts +3 -2
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/registry/index.d.cts +4 -120
- package/dist/registry/index.d.ts +4 -120
- package/dist/styles.css +563 -0
- package/dist/styles.css.map +1 -1
- package/dist/types-BodwZiST.d.ts +121 -0
- package/dist/types-D5RERHIP.d.cts +121 -0
- package/dist/ux.cjs +74 -0
- package/dist/ux.cjs.map +1 -0
- package/dist/ux.d.cts +51 -0
- package/dist/ux.d.ts +51 -0
- package/dist/ux.js +52 -0
- package/dist/ux.js.map +1 -0
- package/package.json +12 -1
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)" }),
|