@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 +2 -0
- package/dist/index.esm.js +605 -589
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +24 -24
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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 */
|