@squeed/flow-sdk 2.0.20 → 2.0.22
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/README.md +14 -0
- package/dist/index.cjs +9 -9
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +5642 -5572
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -385,6 +385,7 @@ export declare interface FlowDiagramConfig {
|
|
|
385
385
|
bottomBarCollapsed?: boolean;
|
|
386
386
|
/** Animate fit/center/focus actions for 300ms by default. Per-action flags override this; reduced motion stays instant. */
|
|
387
387
|
animateViewport?: boolean;
|
|
388
|
+
disableAnimations?: boolean;
|
|
388
389
|
edgeReveal?: {
|
|
389
390
|
durationMs?: number;
|
|
390
391
|
paused?: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -385,6 +385,7 @@ export declare interface FlowDiagramConfig {
|
|
|
385
385
|
bottomBarCollapsed?: boolean;
|
|
386
386
|
/** Animate fit/center/focus actions for 300ms by default. Per-action flags override this; reduced motion stays instant. */
|
|
387
387
|
animateViewport?: boolean;
|
|
388
|
+
disableAnimations?: boolean;
|
|
388
389
|
edgeReveal?: {
|
|
389
390
|
durationMs?: number;
|
|
390
391
|
paused?: boolean;
|