@react-aria/interactions 3.0.0-nightly.1571 → 3.0.0-nightly.1577

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.
package/dist/main.js CHANGED
@@ -696,7 +696,8 @@ var $5cb73d0ce355b0dc$exports = {};
696
696
  $parcel$export($5cb73d0ce355b0dc$exports, "useFocus", () => $5cb73d0ce355b0dc$export$f8168d8dd8fd66e6);
697
697
 
698
698
 
699
- function $5cb73d0ce355b0dc$export$f8168d8dd8fd66e6({ isDisabled: isDisabled , onFocus: onFocusProp , onBlur: onBlurProp , onFocusChange: onFocusChange }) {
699
+ function $5cb73d0ce355b0dc$export$f8168d8dd8fd66e6(props) {
700
+ let { isDisabled: isDisabled , onFocus: onFocusProp , onBlur: onBlurProp , onFocusChange: onFocusChange } = props;
700
701
  const onBlur = $goTMa$react.useCallback((e)=>{
701
702
  if (e.target === e.currentTarget) {
702
703
  if (onBlurProp) onBlurProp(e);
@@ -898,7 +899,8 @@ var $d16842bbd0359d1b$exports = {};
898
899
  $parcel$export($d16842bbd0359d1b$exports, "useFocusWithin", () => $d16842bbd0359d1b$export$420e68273165f4ec);
899
900
 
900
901
 
901
- function $d16842bbd0359d1b$export$420e68273165f4ec({ isDisabled: isDisabled , onBlurWithin: onBlurWithin , onFocusWithin: onFocusWithin , onFocusWithinChange: onFocusWithinChange }) {
902
+ function $d16842bbd0359d1b$export$420e68273165f4ec(props) {
903
+ let { isDisabled: isDisabled , onBlurWithin: onBlurWithin , onFocusWithin: onFocusWithin , onFocusWithinChange: onFocusWithinChange } = props;
902
904
  let state = $goTMa$react.useRef({
903
905
  isFocusWithin: false
904
906
  });