@cardenelabs/cdl 0.20.0 → 0.20.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/CHANGELOG.md +15 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/react.cjs +1 -1
- package/dist/react.cjs.map +1 -1
- package/dist/react.js +1 -1
- package/dist/react.js.map +1 -1
- package/package.json +1 -1
- package/src/layout/nodes.ts +8 -5
package/dist/react.cjs
CHANGED
|
@@ -3914,7 +3914,7 @@ function layoutNodes(diag, lanes) {
|
|
|
3914
3914
|
const cx = lane.x + lane.width / 2;
|
|
3915
3915
|
const \u6BB5\u306E\u82AF = rowCy.get(n.stack);
|
|
3916
3916
|
const \u6BB5\u306E\u9AD8\u3055 = rowH.get(n.stack);
|
|
3917
|
-
const \u81EA\u524D\u306E\u9AD8\u3055 = n.rowMarks !== void 0
|
|
3917
|
+
const \u81EA\u524D\u306E\u9AD8\u3055 = n.rowMarks !== void 0;
|
|
3918
3918
|
const h = n.h ?? (\u81EA\u524D\u306E\u9AD8\u3055 ? \u7BB1\u306E\u9AD8\u3055(n, size.h) : \u6BB5\u306E\u9AD8\u3055);
|
|
3919
3919
|
const cy = \u6BB5\u306E\u82AF;
|
|
3920
3920
|
const w = autoRowsWidth(n, size.w);
|