react-zeugma 5.6.0 → 5.7.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 +7 -3
- package/dist/index.d.ts +7 -3
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/{types-D_m5qhML.d.cts → types-ByBIeqg_.d.cts} +3 -1
- package/dist/{types-D_m5qhML.d.ts → types-ByBIeqg_.d.ts} +3 -1
- package/dist/utils.d.cts +1 -1
- package/dist/utils.d.ts +1 -1
- package/package.json +1 -1
|
@@ -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
|
|
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
|
|
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-
|
|
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-
|
|
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.
|
|
3
|
+
"version": "5.7.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,
|