@pingux/astro 1.14.0-alpha.8 → 1.14.0-alpha.80

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 = {
@@ -110,7 +110,8 @@ var PopoverMenu = /*#__PURE__*/forwardRef(function (props, ref) {
110
110
  placement: placement,
111
111
  onClose: state.close,
112
112
  hasNoArrow: hasNoArrow,
113
- isDismissable: true
113
+ isDismissable: true,
114
+ isNonModal: true
114
115
  }, positionProps, menuProps), contents)));
115
116
  });
116
117
  PopoverMenu.propTypes = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "1.14.0-alpha.8",
3
+ "version": "1.14.0-alpha.80",
4
4
  "description": "PingUX themeable React component library",
5
5
  "author": "ux-development@pingidentity.com",
6
6
  "license": "Apache-2.0",