Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@react-aria/overlays

Package Overview
Dependencies
Maintainers
1
Versions
789
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-aria/overlays - npm Package Compare versions

Comparing version 3.0.0-nightly.710 to 3.0.0-nightly.715

2

dist/main.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc