react-zeugma 6.2.0 → 6.2.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.
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/{types-Kf7gkm94.d.cts → types-BPZMRZht.d.cts} +2 -0
- package/dist/{types-Kf7gkm94.d.ts → types-BPZMRZht.d.ts} +2 -0
- package/dist/utils.d.cts +1 -1
- package/dist/utils.d.ts +1 -1
- package/package.json +1 -1
|
@@ -151,6 +151,8 @@ interface ZeugmaClassNames {
|
|
|
151
151
|
paneLocked?: string;
|
|
152
152
|
/** CSS class applied to drop zone indicators when hovering over layout edges to split a pane. */
|
|
153
153
|
dropPreview?: string;
|
|
154
|
+
/** CSS class applied to root split drop zone preview. */
|
|
155
|
+
rootDropPreview?: string;
|
|
154
156
|
/** CSS class applied to the custom cursor-following drag preview portal wrapper. */
|
|
155
157
|
dragOverlay?: string;
|
|
156
158
|
/** CSS class applied to the drag-to-resize split bar handles. */
|
|
@@ -151,6 +151,8 @@ interface ZeugmaClassNames {
|
|
|
151
151
|
paneLocked?: string;
|
|
152
152
|
/** CSS class applied to drop zone indicators when hovering over layout edges to split a pane. */
|
|
153
153
|
dropPreview?: string;
|
|
154
|
+
/** CSS class applied to root split drop zone preview. */
|
|
155
|
+
rootDropPreview?: string;
|
|
154
156
|
/** CSS class applied to the custom cursor-following drag preview portal wrapper. */
|
|
155
157
|
dragOverlay?: string;
|
|
156
158
|
/** CSS class applied to the drag-to-resize split bar handles. */
|
package/dist/utils.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g as PaneNode, f as SplitNode, S as SplitDirection, T as TreeNode, h as TabDetails } from './types-
|
|
1
|
+
import { g as PaneNode, f as SplitNode, S as SplitDirection, T as TreeNode, h as TabDetails } from './types-BPZMRZht.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 { g as PaneNode, f as SplitNode, S as SplitDirection, T as TreeNode, h as TabDetails } from './types-
|
|
1
|
+
import { g as PaneNode, f as SplitNode, S as SplitDirection, T as TreeNode, h as TabDetails } from './types-BPZMRZht.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.2.
|
|
3
|
+
"version": "6.2.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,
|