@jsenv/navi 0.16.43 → 0.16.44

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.
@@ -4892,9 +4892,11 @@ const FLOW_PROPS = {
4892
4892
  row: () => {},
4893
4893
  column: () => {},
4894
4894
 
4895
+ position: PASS_THROUGH,
4895
4896
  absolute: applyToCssPropWhenTruthy("position", "absolute", "static"),
4896
4897
  relative: applyToCssPropWhenTruthy("position", "relative", "static"),
4897
4898
  fixed: applyToCssPropWhenTruthy("position", "fixed", "static"),
4899
+ sticky: applyToCssPropWhenTruthy("position", "sticky", "static"),
4898
4900
  };
4899
4901
  const OUTER_SPACING_PROPS = {
4900
4902
  margin: PASS_THROUGH,