@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.
|
@@ -127,7 +127,8 @@ var useSelectField = function useSelectField(props, ref) {
|
|
|
127
127
|
placement: _concatInstanceProperty(_context = "".concat(direction, " ")).call(_context, align),
|
|
128
128
|
shouldFlip: !isNotFlippable,
|
|
129
129
|
isOpen: state.isOpen,
|
|
130
|
-
onClose: state.close
|
|
130
|
+
onClose: state.close,
|
|
131
|
+
offset: 5
|
|
131
132
|
}),
|
|
132
133
|
overlayProps = _useOverlayPosition.overlayProps,
|
|
133
134
|
placement = _useOverlayPosition.placement,
|
|
@@ -202,6 +203,7 @@ var useSelectField = function useSelectField(props, ref) {
|
|
|
202
203
|
*/
|
|
203
204
|
|
|
204
205
|
var overlay = ___EmotionJSX(Popover, {
|
|
206
|
+
popoverRef: popoverRef,
|
|
205
207
|
triggerRef: triggerRef,
|
|
206
208
|
style: style,
|
|
207
209
|
state: state
|