@libxai/board 0.17.350 → 0.17.351
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 +10 -10
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +10 -10
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -2340,7 +2340,8 @@ interface DependencyLineProps {
|
|
|
2340
2340
|
onHoverChange?: (data: DependencyHoverData | null) => void;
|
|
2341
2341
|
lineStyle?: DependencyLineStyle;
|
|
2342
2342
|
}
|
|
2343
|
-
declare function DependencyLine({ x1, y1, x2, y2, routeY: propRouteY, fromIndex, toIndex
|
|
2343
|
+
declare function DependencyLine({ x1, y1, x2, y2, routeY: propRouteY, fromIndex, toIndex: _toIndex, // v0.17.351: Kept for API compatibility
|
|
2344
|
+
rowHeight: _rowHeight, // v0.17.342: Available for future use
|
|
2344
2345
|
theme, onDelete, onHoverChange, lineStyle }: DependencyLineProps): react_jsx_runtime.JSX.Element;
|
|
2345
2346
|
|
|
2346
2347
|
interface MilestoneProps {
|
package/dist/index.d.ts
CHANGED
|
@@ -2340,7 +2340,8 @@ interface DependencyLineProps {
|
|
|
2340
2340
|
onHoverChange?: (data: DependencyHoverData | null) => void;
|
|
2341
2341
|
lineStyle?: DependencyLineStyle;
|
|
2342
2342
|
}
|
|
2343
|
-
declare function DependencyLine({ x1, y1, x2, y2, routeY: propRouteY, fromIndex, toIndex
|
|
2343
|
+
declare function DependencyLine({ x1, y1, x2, y2, routeY: propRouteY, fromIndex, toIndex: _toIndex, // v0.17.351: Kept for API compatibility
|
|
2344
|
+
rowHeight: _rowHeight, // v0.17.342: Available for future use
|
|
2344
2345
|
theme, onDelete, onHoverChange, lineStyle }: DependencyLineProps): react_jsx_runtime.JSX.Element;
|
|
2345
2346
|
|
|
2346
2347
|
interface MilestoneProps {
|