cx-diagrams
Advanced tools
Comparing version 22.3.4 to 22.3.5
{ | ||
"name": "cx-diagrams", | ||
"version": "22.3.4", | ||
"version": "22.3.5", | ||
"description": "A library for creating diagrams within CxJS applications", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -42,3 +42,3 @@ import { NumberProp, Widget } from "cx/src/core"; | ||
/** Distribute items */ | ||
justify?: null | "stretch"; | ||
justify?: null | "space-between"; | ||
@@ -45,0 +45,0 @@ /** Change alignment of this particular item */ |
@@ -80,2 +80,3 @@ import { Node } from "./Node"; | ||
height += box.mt; | ||
height += box.ms; | ||
box.col += pl + box.ml; | ||
@@ -82,0 +83,0 @@ box.row += height; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45951
1296