@react-spectrum/picker
Advanced tools
Comparing version 3.1.2-nightly.2355 to 3.1.2-nightly.2359
@@ -326,2 +326,3 @@ var { | ||
}), state, unwrapDOMRef(triggerRef)); | ||
let isMobile = useIsMobileDevice(); | ||
let { | ||
@@ -337,3 +338,4 @@ overlayProps, | ||
shouldFlip: shouldFlip, | ||
isOpen: state.isOpen | ||
isOpen: state.isOpen && !isMobile, | ||
onClose: state.close | ||
}); | ||
@@ -359,4 +361,2 @@ let { | ||
let isMobile = useIsMobileDevice(); | ||
let listbox = /*#__PURE__*/_react.createElement(FocusScope, { | ||
@@ -363,0 +363,0 @@ restoreFocus: true |
@@ -247,2 +247,3 @@ import { useSelectState } from "@react-stately/select"; | ||
}), state, unwrapDOMRef(triggerRef)); | ||
let isMobile = useIsMobileDevice(); | ||
let { | ||
@@ -258,3 +259,4 @@ overlayProps, | ||
shouldFlip: shouldFlip, | ||
isOpen: state.isOpen | ||
isOpen: state.isOpen && !isMobile, | ||
onClose: state.close | ||
}); | ||
@@ -280,4 +282,2 @@ let { | ||
let isMobile = useIsMobileDevice(); | ||
let listbox = /*#__PURE__*/_react.createElement(FocusScope, { | ||
@@ -284,0 +284,0 @@ restoreFocus: true |
{ | ||
"name": "@react-spectrum/picker", | ||
"version": "3.1.2-nightly.2355+63f8d9f8", | ||
"version": "3.1.2-nightly.2359+1ad0f163", | ||
"description": "Spectrum UI components in React", | ||
@@ -35,25 +35,25 @@ "license": "Apache-2.0", | ||
"@babel/runtime": "^7.6.2", | ||
"@react-aria/focus": "3.0.0-nightly.677+63f8d9f8", | ||
"@react-aria/i18n": "3.0.0-nightly.677+63f8d9f8", | ||
"@react-aria/interactions": "3.0.0-nightly.677+63f8d9f8", | ||
"@react-aria/overlays": "3.0.0-nightly.677+63f8d9f8", | ||
"@react-aria/select": "3.2.1-nightly.2355+63f8d9f8", | ||
"@react-aria/utils": "3.0.0-nightly.677+63f8d9f8", | ||
"@react-spectrum/button": "3.0.0-nightly.677+63f8d9f8", | ||
"@react-spectrum/form": "3.0.0-nightly.677+63f8d9f8", | ||
"@react-spectrum/label": "3.2.1-nightly.2355+63f8d9f8", | ||
"@react-spectrum/listbox": "3.2.1-nightly.2355+63f8d9f8", | ||
"@react-spectrum/overlays": "3.0.0-nightly.677+63f8d9f8", | ||
"@react-spectrum/progress": "3.0.0-nightly.677+63f8d9f8", | ||
"@react-spectrum/provider": "3.0.0-nightly.677+63f8d9f8", | ||
"@react-spectrum/text": "3.1.1-nightly.2355+63f8d9f8", | ||
"@react-spectrum/utils": "3.0.0-nightly.677+63f8d9f8", | ||
"@react-stately/select": "3.1.1-nightly.2355+63f8d9f8", | ||
"@react-types/overlays": "3.2.1-nightly.2355+63f8d9f8", | ||
"@react-types/select": "3.1.1-nightly.2355+63f8d9f8", | ||
"@react-types/shared": "3.0.0-nightly.677+63f8d9f8", | ||
"@spectrum-icons/ui": "3.0.0-nightly.677+63f8d9f8" | ||
"@react-aria/focus": "3.0.0-nightly.681+1ad0f163", | ||
"@react-aria/i18n": "3.0.0-nightly.681+1ad0f163", | ||
"@react-aria/interactions": "3.0.0-nightly.681+1ad0f163", | ||
"@react-aria/overlays": "3.0.0-nightly.681+1ad0f163", | ||
"@react-aria/select": "3.2.1-nightly.2359+1ad0f163", | ||
"@react-aria/utils": "3.0.0-nightly.681+1ad0f163", | ||
"@react-spectrum/button": "3.0.0-nightly.681+1ad0f163", | ||
"@react-spectrum/form": "3.0.0-nightly.681+1ad0f163", | ||
"@react-spectrum/label": "3.2.1-nightly.2359+1ad0f163", | ||
"@react-spectrum/listbox": "3.2.1-nightly.2359+1ad0f163", | ||
"@react-spectrum/overlays": "3.0.0-nightly.681+1ad0f163", | ||
"@react-spectrum/progress": "3.0.0-nightly.681+1ad0f163", | ||
"@react-spectrum/provider": "3.0.0-nightly.681+1ad0f163", | ||
"@react-spectrum/text": "3.1.1-nightly.2359+1ad0f163", | ||
"@react-spectrum/utils": "3.0.0-nightly.681+1ad0f163", | ||
"@react-stately/select": "3.1.1-nightly.2359+1ad0f163", | ||
"@react-types/overlays": "3.2.1-nightly.2359+1ad0f163", | ||
"@react-types/select": "3.1.1-nightly.2359+1ad0f163", | ||
"@react-types/shared": "3.0.0-nightly.681+1ad0f163", | ||
"@spectrum-icons/ui": "3.0.0-nightly.681+1ad0f163" | ||
}, | ||
"devDependencies": { | ||
"@adobe/spectrum-css-temp": "3.0.0-nightly.677+63f8d9f8" | ||
"@adobe/spectrum-css-temp": "3.0.0-nightly.681+1ad0f163" | ||
}, | ||
@@ -67,3 +67,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "63f8d9f8fcca05aeec4711d3568f0ddd684c748a" | ||
"gitHead": "1ad0f16354f7114e4ecfa5c75b16ec6f11ff1ec0" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
161822
1236