@jsenv/navi 0.13.0 → 0.13.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.
@@ -5523,6 +5523,14 @@ installImportMetaCss(import.meta);import.meta.css = /* css */`
5523
5523
  [data-flow-inline][data-flow-column] {
5524
5524
  display: inline-flex;
5525
5525
  }
5526
+
5527
+ [data-flow-row] > [data-flow-row],
5528
+ [data-flow-column] > [data-flow-row],
5529
+ [data-flow-row] > [data-flow-column],
5530
+ [data-flow-column] > [data-flow-column] {
5531
+ flex-shrink: 0;
5532
+ flex-basis: fit-content;
5533
+ }
5526
5534
  `;
5527
5535
  const PSEUDO_CLASSES_DEFAULT = [];
5528
5536
  const PSEUDO_ELEMENTS_DEFAULT = [];