@principal-ade/panel-layouts 0.3.6 → 0.3.7

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
@@ -289,6 +289,8 @@ export declare interface FocusModeOverlayProps {
289
289
  cascadeDelay?: number;
290
290
  /** Custom overlay color (overrides theme color) */
291
291
  color?: string;
292
+ /** Hide overlay on hover to allow interaction with underlying panel */
293
+ hideOnHover?: boolean;
292
294
  /** Custom class name */
293
295
  className?: string;
294
296
  /** Custom styles */