@react-hive/honey-layout 2.6.0 → 2.6.1

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.
@@ -1,7 +1,7 @@
1
1
  import { ReactNode, HTMLAttributes } from 'react';
2
2
  import { HoneyActiveOverlay, HoneyOverlayId, Nullable } from '../types';
3
3
  import { HoneyBoxProps } from './HoneyBox';
4
- type HoneyOverlayProps = HTMLAttributes<HTMLDivElement> & HoneyBoxProps & {
4
+ export type HoneyOverlayProps = HTMLAttributes<HTMLDivElement> & HoneyBoxProps & {
5
5
  /**
6
6
  * The content of the overlay, either as static nodes or a function that receives the active overlay object.
7
7
  */
@@ -25,4 +25,3 @@ type HoneyOverlayProps = HTMLAttributes<HTMLDivElement> & HoneyBoxProps & {
25
25
  * @param {HoneyOverlayProps} props - The properties for configuring the overlay.
26
26
  */
27
27
  export declare const HoneyOverlay: ({ children, isActive, overlayId, onClose, ...props }: HoneyOverlayProps) => import("react/jsx-runtime").JSX.Element;
28
- export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-hive/honey-layout",
3
- "version": "2.6.0",
3
+ "version": "2.6.1",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "react",