@launchpad-ui/focus-trap
Advanced tools
Comparing version 0.1.17 to 0.1.18
@@ -7,4 +7,12 @@ /// <reference types="react" /> | ||
}; | ||
/** | ||
* @deprecated use attribute `data-react-aria-top-layer` for overlays in `@launchpad-ui/components` instead | ||
* | ||
* https://github.com/adobe/react-spectrum/discussions/6000#discussioncomment-8671656 | ||
*/ | ||
declare const FocusTrapContext: import("react").Context<FocusTrapContextType>; | ||
declare const useFocusTrapContext: () => FocusTrapContextType; | ||
/** | ||
* @deprecated not used for overlays in `@launchpad-ui/components` | ||
*/ | ||
declare const FocusTrap: (props: FocusTrapProps) => import("react/jsx-runtime").JSX.Element; | ||
@@ -11,0 +19,0 @@ export { FocusTrap, FocusTrapContext, useFocusTrapContext }; |
{ | ||
"name": "@launchpad-ui/focus-trap", | ||
"version": "0.1.17", | ||
"version": "0.1.18", | ||
"status": "beta", | ||
@@ -8,3 +8,8 @@ "publishConfig": { | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/launchdarkly/launchpad-ui" | ||
}, | ||
"description": "An internal utility not intended for public usage.", | ||
"license": "Apache-2.0", | ||
"files": [ | ||
@@ -11,0 +16,0 @@ "dist" |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
7875
55
0