@react-aria/overlays
Advanced tools
Comparing version 3.0.0-nightly.710 to 3.0.0-nightly.715
@@ -620,3 +620,3 @@ var { | ||
let parent = useContext($c5f9596976ab8bd94c5879001549a3e$var$Context); | ||
let [modalCount, setModalCount] = useState(parent ? parent.modalCount : 0); | ||
let [modalCount, setModalCount] = useState(0); | ||
let context = useMemo(() => ({ | ||
@@ -623,0 +623,0 @@ parent, |
@@ -574,3 +574,3 @@ import { VisuallyHidden } from "@react-aria/visually-hidden"; | ||
let parent = useContext($b876e5ac9c98db373bf726bce3d604e$var$Context); | ||
let [modalCount, setModalCount] = useState(parent ? parent.modalCount : 0); | ||
let [modalCount, setModalCount] = useState(0); | ||
let context = useMemo(() => ({ | ||
@@ -577,0 +577,0 @@ parent, |
{ | ||
"name": "@react-aria/overlays", | ||
"version": "3.0.0-nightly.710+da1f0a8a", | ||
"version": "3.0.0-nightly.715+bd9852ce", | ||
"description": "Spectrum UI components in React", | ||
@@ -21,14 +21,14 @@ "license": "Apache-2.0", | ||
"@babel/runtime": "^7.6.2", | ||
"@react-aria/i18n": "3.0.0-nightly.710+da1f0a8a", | ||
"@react-aria/interactions": "3.0.0-nightly.710+da1f0a8a", | ||
"@react-aria/utils": "3.0.0-nightly.710+da1f0a8a", | ||
"@react-aria/visually-hidden": "3.0.0-nightly.710+da1f0a8a", | ||
"@react-stately/overlays": "3.1.1-nightly.2388+da1f0a8a", | ||
"@react-types/button": "3.2.1-nightly.2388+da1f0a8a", | ||
"@react-types/overlays": "3.2.1-nightly.2388+da1f0a8a", | ||
"@react-aria/i18n": "3.0.0-nightly.715+bd9852ce", | ||
"@react-aria/interactions": "3.0.0-nightly.715+bd9852ce", | ||
"@react-aria/utils": "3.0.0-nightly.715+bd9852ce", | ||
"@react-aria/visually-hidden": "3.0.0-nightly.715+bd9852ce", | ||
"@react-stately/overlays": "3.1.1-nightly.2393+bd9852ce", | ||
"@react-types/button": "3.2.1-nightly.2393+bd9852ce", | ||
"@react-types/overlays": "3.2.1-nightly.2393+bd9852ce", | ||
"dom-helpers": "^3.3.1" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.8.0", | ||
"react-dom": "^16.8.0" | ||
"react": "^16.8.0 || ^17.0.0-rc.1", | ||
"react-dom": "^16.8.0 || ^17.0.0-rc.1" | ||
}, | ||
@@ -38,3 +38,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "da1f0a8a149db773b61c8ae61a99ec0139db7b29" | ||
"gitHead": "bd9852ce71c11a970a135668373e16cf8962dc3c" | ||
} |
@@ -32,4 +32,4 @@ /* | ||
/** | ||
* Whether pressing the escape key to close the overlay should be disabled. | ||
/** | ||
* Whether pressing the escape key to close the overlay should be disabled. | ||
* @default false | ||
@@ -42,3 +42,3 @@ */ | ||
* return true if onClose should be called. This gives you a chance to filter | ||
* out interaction with elements that should not dismiss the overlay. | ||
* out interaction with elements that should not dismiss the overlay. | ||
* By default, onClose will always be called on interaction outside the overlay ref. | ||
@@ -45,0 +45,0 @@ */ |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
258326
+ Addedreact@17.0.2(transitive)
+ Addedreact-dom@17.0.2(transitive)
+ Addedscheduler@0.20.2(transitive)
- Removedprop-types@15.8.1(transitive)
- Removedreact@16.14.0(transitive)
- Removedreact-dom@16.14.0(transitive)
- Removedreact-is@16.13.1(transitive)
- Removedscheduler@0.19.1(transitive)
Updated@react-aria/visually-hidden@3.0.0-nightly.715+bd9852ce