react-zeugma 6.5.2 → 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.
- package/README.md +2 -4
- 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-CqFrNqQ6.d.cts → types-DEU4F_mj.d.cts} +4 -0
- package/dist/{types-CqFrNqQ6.d.ts → types-DEU4F_mj.d.ts} +4 -0
- package/dist/utils.d.cts +1 -1
- package/dist/utils.d.ts +1 -1
- package/package.json +1 -1
|
@@ -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-
|
|
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-
|
|
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.
|
|
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,
|