@jsenv/navi 0.12.38 → 0.12.39

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.
@@ -11300,7 +11300,7 @@ const Box = props => {
11300
11300
  if (inline === undefined) {
11301
11301
  inline = true;
11302
11302
  }
11303
- if (column === undefined) {
11303
+ if (column === undefined && !row) {
11304
11304
  column = true;
11305
11305
  }
11306
11306
  }