All files / src/pages/flowsheet-page/flowsheet/Canvas/streamTracking constants.ts

100% Statements 6/6
100% Branches 0/0
100% Functions 0/0
100% Lines 6/6

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14103x             103x 103x   103x 103x 103x  
export const TRACKED_FLOW_STYLES = [
  { accent: "#0ea5e9", animationDelay: "0s" },
  { accent: "#8b5cf6", animationDelay: "-0.9s" },
  { accent: "#f59e0b", animationDelay: "-0.45s" },
  { accent: "#6366f1", animationDelay: "-1.35s" },
] as const;
 
export const MAX_TRACKED_STREAMS = TRACKED_FLOW_STYLES.length;
export const TRACKED_STREAM_DIMMED_OPACITY = 0.25;
 
export const TRACKED_STREAM_EDGE_CLASS = "tracked-stream-edge";
export const TRACKED_STREAM_HALO_EDGE_CLASS = "tracked-stream-halo-edge";
export const TRACKED_STREAM_EDGE_SHARED_CLASS = "tracked-stream-edge-shared";