@nextui-org/use-aria-modal-overlay
Advanced tools
Comparing version 2.0.11 to 2.0.12
@@ -26,2 +26,3 @@ "use strict"; | ||
module.exports = __toCommonJS(src_exports); | ||
var import_use_aria_overlay = require("@nextui-org/use-aria-overlay"); | ||
var import_overlays = require("@react-aria/overlays"); | ||
@@ -33,3 +34,3 @@ var import_utils = require("@react-aria/utils"); | ||
}, state, ref) { | ||
let { overlayProps, underlayProps } = (0, import_overlays.useOverlay)( | ||
let { overlayProps, underlayProps } = (0, import_use_aria_overlay.useAriaOverlay)( | ||
{ | ||
@@ -36,0 +37,0 @@ ...props, |
{ | ||
"name": "@nextui-org/use-aria-modal-overlay", | ||
"version": "2.0.11", | ||
"version": "2.0.12", | ||
"description": "A custom implementation of react aria modal overlay, this removes the prevent scroll", | ||
@@ -31,3 +31,4 @@ "keywords": [ | ||
"@react-stately/overlays": "3.6.7", | ||
"@react-types/shared": "3.23.1" | ||
"@react-types/shared": "3.23.1", | ||
"@nextui-org/use-aria-overlay": "2.0.1" | ||
}, | ||
@@ -34,0 +35,0 @@ "peerDependencies": { |
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
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
6638
104
1
7
+ Added@nextui-org/use-aria-overlay@2.0.1(transitive)
+ Added@react-aria/focus@3.17.1(transitive)
+ Added@react-aria/interactions@3.21.3(transitive)
- Removed@react-aria/focus@3.19.0(transitive)