react-zeugma 5.6.0 → 5.7.0

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.
@@ -165,8 +165,10 @@ interface ZeugmaClassNames {
165
165
  dashboardLocked?: string;
166
166
  /** CSS class applied to drop zone indicator when hovering over a locked pane. */
167
167
  lockedPreview?: string;
168
- /** CSS class applied to tab container when dragging a tab over it. */
168
+ /** CSS class applied to tab drop preview splitter line. */
169
169
  tabDropPreview?: string;
170
+ /** CSS class applied to the separator line between tabs. */
171
+ tabSeparator?: string;
170
172
  }
171
173
  interface ZeugmaProps extends ZeugmaController {
172
174
  /** Render function mapping unique pane IDs to React elements. Usually renders a <Pane> wrapper. */
@@ -165,8 +165,10 @@ interface ZeugmaClassNames {
165
165
  dashboardLocked?: string;
166
166
  /** CSS class applied to drop zone indicator when hovering over a locked pane. */
167
167
  lockedPreview?: string;
168
- /** CSS class applied to tab container when dragging a tab over it. */
168
+ /** CSS class applied to tab drop preview splitter line. */
169
169
  tabDropPreview?: string;
170
+ /** CSS class applied to the separator line between tabs. */
171
+ tabSeparator?: string;
170
172
  }
171
173
  interface ZeugmaProps extends ZeugmaController {
172
174
  /** Render function mapping unique pane IDs to React elements. Usually renders a <Pane> wrapper. */
package/dist/utils.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { h as PaneNode, g as SplitNode, S as SplitDirection, T as TreeNode, i as TabDetails } from './types-D_m5qhML.cjs';
1
+ import { h as PaneNode, g as SplitNode, S as SplitDirection, T as TreeNode, i as TabDetails } from './types-ByBIeqg_.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 { h as PaneNode, g as SplitNode, S as SplitDirection, T as TreeNode, i as TabDetails } from './types-D_m5qhML.js';
1
+ import { h as PaneNode, g as SplitNode, S as SplitDirection, T as TreeNode, i as TabDetails } from './types-ByBIeqg_.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": "5.6.0",
3
+ "version": "5.7.0",
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,