@squeed/flow-sdk 2.0.19 → 2.0.21

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.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;