react-zeugma 6.6.0 → 6.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.
@@ -105,6 +105,10 @@ interface ZeugmaClassNames {
105
105
  rootDropPreview?: string;
106
106
  /** CSS class applied to the custom cursor-following drag preview portal wrapper. */
107
107
  dragOverlay?: string;
108
+ /** CSS class applied to the pane drag preview wrapper. */
109
+ paneDragPreview?: string;
110
+ /** CSS class applied to the tab drag preview wrapper. */
111
+ tabDragPreview?: string;
108
112
  /** CSS class applied to the drag-to-resize split bar handles. */
109
113
  resizer?: string;
110
114
  /** CSS class applied to the background dismiss zone indicator during a drag-out dismiss gesture. */
@@ -105,6 +105,10 @@ interface ZeugmaClassNames {
105
105
  rootDropPreview?: string;
106
106
  /** CSS class applied to the custom cursor-following drag preview portal wrapper. */
107
107
  dragOverlay?: string;
108
+ /** CSS class applied to the pane drag preview wrapper. */
109
+ paneDragPreview?: string;
110
+ /** CSS class applied to the tab drag preview wrapper. */
111
+ tabDragPreview?: string;
108
112
  /** CSS class applied to the drag-to-resize split bar handles. */
109
113
  resizer?: string;
110
114
  /** CSS class applied to the background dismiss zone indicator during a drag-out dismiss gesture. */
package/dist/utils.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { P as PaneNode, b as SplitNode, S as SplitDirection, T as TreeNode, c as TabDetails } from './types-CqFrNqQ6.cjs';
1
+ import { P as PaneNode, b as SplitNode, S as SplitDirection, T as TreeNode, c as TabDetails } from './types-DEU4F_mj.cjs';
2
2
  import 'react';
3
3
 
4
4
  declare function generateUniqueId(): string;
package/dist/utils.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { P as PaneNode, b as SplitNode, S as SplitDirection, T as TreeNode, c as TabDetails } from './types-CqFrNqQ6.js';
1
+ import { P as PaneNode, b as SplitNode, S as SplitDirection, T as TreeNode, c as TabDetails } from './types-DEU4F_mj.js';
2
2
  import 'react';
3
3
 
4
4
  declare function generateUniqueId(): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-zeugma",
3
- "version": "6.6.0",
3
+ "version": "6.6.1",
4
4
  "description": "Recursive drag-and-drop dashboard layout engine for React — combining the tree-based splitting of react-mosaic with the declarative API of react-grid-layout.",
5
5
  "type": "module",
6
6
  "sideEffects": false,