@jsenv/navi 0.11.5 → 0.11.6

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.
@@ -9372,6 +9372,7 @@ installImportMetaCss(import.meta);import.meta.css = /* css */`
9372
9372
  display: inline-flex;
9373
9373
  width: fit-content;
9374
9374
  height: fit-content;
9375
+ flex-direction: inherit;
9375
9376
  /* min-width: 100%; */
9376
9377
  /* min-height: 100%; */
9377
9378
  border-radius: inherit;
@@ -14756,7 +14757,7 @@ const FormBasic = forwardRef((props, ref) => {
14756
14757
  loading
14757
14758
  };
14758
14759
  }, [loading]);
14759
- const [innerStyle, remainingProps] = withPropsStyle(rest, {
14760
+ const [remainingProps, innerStyle] = withPropsStyle(rest, {
14760
14761
  layout: true
14761
14762
  });
14762
14763
  return jsx("form", {