New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@react-aria/overlays

Package Overview
Dependencies
Maintainers
2
Versions
896
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-993de98ad-241210 to 3.0.0-nightly-9d70953f1-250204

2

dist/types.d.ts

@@ -36,3 +36,3 @@ import { DOMAttributes, RefObject, DOMProps, AriaLabelingProps } from "@react-types/shared";

/** Handler that is called when the overlay should close. */
onClose?: () => void;
onClose?: (() => void) | null;
/**

@@ -39,0 +39,0 @@ * The maxHeight specified for the overlay element.

@@ -44,3 +44,3 @@ var $08ef1685902b6011$exports = require("./ariaHideOutside.main.js");

isOpen: state.isOpen,
onClose: isNonModal ? state.close : undefined
onClose: isNonModal ? state.close : null
});

@@ -47,0 +47,0 @@ (0, $5c2f5cd01815d369$exports.usePreventScroll)({

@@ -38,3 +38,3 @@ import {ariaHideOutside as $5e3802645cc19319$export$1c3ebcada18427bf} from "./ariaHideOutside.module.js";

isOpen: state.isOpen,
onClose: isNonModal ? state.close : undefined
onClose: isNonModal ? state.close : null
});

@@ -41,0 +41,0 @@ (0, $49c51c25361d4cd2$export$ee0f7cc6afcd1c18)({

{
"name": "@react-aria/overlays",
"version": "3.0.0-nightly-993de98ad-241210",
"version": "3.0.0-nightly-9d70953f1-250204",
"description": "Spectrum UI components in React",

@@ -25,12 +25,12 @@ "license": "Apache-2.0",

"dependencies": {
"@react-aria/focus": "^3.0.0-nightly-993de98ad-241210",
"@react-aria/i18n": "^3.0.0-nightly-993de98ad-241210",
"@react-aria/interactions": "^3.0.0-nightly-993de98ad-241210",
"@react-aria/ssr": "^3.0.0-nightly-993de98ad-241210",
"@react-aria/utils": "^3.0.0-nightly-993de98ad-241210",
"@react-aria/visually-hidden": "^3.0.0-nightly-993de98ad-241210",
"@react-stately/overlays": "^3.0.0-nightly-993de98ad-241210",
"@react-types/button": "^3.0.0-nightly-993de98ad-241210",
"@react-types/overlays": "^3.0.0-nightly-993de98ad-241210",
"@react-types/shared": "^3.0.0-nightly-993de98ad-241210",
"@react-aria/focus": "3.0.0-nightly-9d70953f1-250204",
"@react-aria/i18n": "3.0.0-nightly-9d70953f1-250204",
"@react-aria/interactions": "3.0.0-nightly-9d70953f1-250204",
"@react-aria/ssr": "3.0.0-nightly-9d70953f1-250204",
"@react-aria/utils": "3.0.0-nightly-9d70953f1-250204",
"@react-aria/visually-hidden": "3.0.0-nightly-9d70953f1-250204",
"@react-stately/overlays": "3.0.0-nightly-9d70953f1-250204",
"@react-types/button": "3.0.0-nightly-9d70953f1-250204",
"@react-types/overlays": "3.0.0-nightly-9d70953f1-250204",
"@react-types/shared": "3.0.0-nightly-9d70953f1-250204",
"@swc/helpers": "^0.5.0"

@@ -44,4 +44,3 @@ },

"access": "public"
},
"stableVersion": "3.24.0"
}
}

@@ -26,3 +26,3 @@ /*

isOpen?: boolean,
onClose?: () => void
onClose?: (() => void) | null
}

@@ -29,0 +29,0 @@

@@ -51,3 +51,3 @@ /*

/** Handler that is called when the overlay should close. */
onClose?: () => void,
onClose?: (() => void) | null,
/**

@@ -54,0 +54,0 @@ * The maxHeight specified for the overlay element.

@@ -101,3 +101,3 @@ /*

isOpen: state.isOpen,
onClose: isNonModal ? state.close : undefined
onClose: isNonModal ? state.close : null
});

@@ -104,0 +104,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

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

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