design-system-silkhaus 2.17.0-beta.notifications.3 → 2.17.0-beta.notifications.5

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.ts CHANGED
@@ -877,6 +877,14 @@ export declare interface PopoverProps {
877
877
  * The title of the popover
878
878
  */
879
879
  title?: string;
880
+ /**
881
+ * Callback when popover is opened or closed
882
+ */
883
+ onOpenChange?: (isOpen: boolean) => void;
884
+ /**
885
+ * Pass this value to control the open state
886
+ */
887
+ isOpen?: boolean;
880
888
  }
881
889
 
882
890
  export declare const PreviewIcon: FC<{