@pingux/astro 1.25.1-alpha.6 → 1.25.1-alpha.7

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.
@@ -61,7 +61,7 @@ function ownKeys(object, enumerableOnly) { var keys = _Object$keys(object); if (
61
61
  function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var _context, _context2; var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? _forEachInstanceProperty(_context = ownKeys(Object(source), !0)).call(_context, function (key) { (0, _defineProperty2["default"])(target, key, source[key]); }) : _Object$getOwnPropertyDescriptors ? _Object$defineProperties(target, _Object$getOwnPropertyDescriptors(source)) : _forEachInstanceProperty(_context2 = ownKeys(Object(source))).call(_context2, function (key) { _Object$defineProperty(target, key, _Object$getOwnPropertyDescriptor(source, key)); }); } return target; }
62
62
 
63
63
  /**
64
- * PopoverContainer component used for popover on SelectField, ComboBox, and PopoverMenu.
64
+ * PopoverContainer component used for popover on SelectField, ComboBox & PopoverMenu.
65
65
  */
66
66
  var PopoverContainer = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
67
67
  var children = props.children,
@@ -24,7 +24,7 @@ import { mergeProps } from '@react-aria/utils';
24
24
  import { useStatusClasses } from '../../hooks';
25
25
  import Box from '../Box';
26
26
  /**
27
- * PopoverContainer component used for popover on SelectField, ComboBox, and PopoverMenu.
27
+ * PopoverContainer component used for popover on SelectField, ComboBox & PopoverMenu.
28
28
  */
29
29
 
30
30
  import { jsx as ___EmotionJSX } from "@emotion/react";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "1.25.1-alpha.6",
3
+ "version": "1.25.1-alpha.7",
4
4
  "description": "PingUX themeable React component library",
5
5
  "author": "ux-development@pingidentity.com",
6
6
  "license": "Apache-2.0",