@pingux/astro 2.177.8-alpha.0 → 2.177.9-alpha.0

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.
@@ -137,7 +137,8 @@ var useSelectField = function useSelectField(props, ref) {
137
137
  placement: (0, _concat["default"])(_context = "".concat(direction, " ")).call(_context, align),
138
138
  shouldFlip: !isNotFlippable,
139
139
  isOpen: state.isOpen,
140
- onClose: state.close
140
+ onClose: state.close,
141
+ offset: 5
141
142
  }),
142
143
  overlayProps = _useOverlayPosition.overlayProps,
143
144
  placement = _useOverlayPosition.placement,
@@ -212,6 +213,7 @@ var useSelectField = function useSelectField(props, ref) {
212
213
  */
213
214
 
214
215
  var overlay = (0, _react2.jsx)(_Popover["default"], {
216
+ popoverRef: popoverRef,
215
217
  triggerRef: triggerRef,
216
218
  style: style,
217
219
  state: state