@teamflojo/floimg-studio-ui 0.12.0 → 0.13.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.
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Full-screen lightbox for viewing workflow preview images.
3
+ * Opens when user clicks a preview thumbnail in a node.
4
+ */
5
+ export declare function ImageLightbox(): import("react/jsx-runtime").JSX.Element | null;
@@ -0,0 +1,7 @@
1
+ import { EdgeProps } from 'reactflow';
2
+
3
+ /**
4
+ * Custom edge component that displays warning tooltip for ambiguous connections.
5
+ * Used when an image output is connected to a text input when references handle is available.
6
+ */
7
+ export declare const WarningEdge: import('react').NamedExoticComponent<EdgeProps>;