@pingux/astro 1.14.0-alpha.9 → 1.14.0-alpha.90

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.
@@ -147,7 +147,8 @@ var PopoverMenu = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
147
147
  placement: placement,
148
148
  onClose: state.close,
149
149
  hasNoArrow: hasNoArrow,
150
- isDismissable: true
150
+ isDismissable: true,
151
+ isNonModal: true
151
152
  }, positionProps, menuProps), contents)));
152
153
  });
153
154
  PopoverMenu.propTypes = {