@teamflojo/floimg-studio-ui 0.2.1 → 0.2.2

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.
@@ -13,5 +13,7 @@ export interface ToolbarProps {
13
13
  afterActionsSlot?: ReactNode;
14
14
  /** Hide the "by Flojo" attribution link */
15
15
  hideAttribution?: boolean;
16
+ /** Hide the "My Workflows" library toggle button (for wrappers providing custom workflow management) */
17
+ hideWorkflowLibrary?: boolean;
16
18
  }
17
- export declare function Toolbar({ brandingSlot, beforeActionsSlot, afterActionsSlot, hideAttribution, }?: ToolbarProps): import("react/jsx-runtime").JSX.Element;
19
+ export declare function Toolbar({ brandingSlot, beforeActionsSlot, afterActionsSlot, hideAttribution, hideWorkflowLibrary, }?: ToolbarProps): import("react/jsx-runtime").JSX.Element;