@reach/alert-dialog
Advanced tools
Comparing version 0.10.4 to 0.10.5
@@ -77,16 +77,6 @@ /** | ||
allowPinchZoom?: boolean | undefined; | ||
children?: React.ReactNode; | ||
initialFocusRef?: React.RefObject<any> | undefined; | ||
isOpen?: boolean | undefined; | ||
/** | ||
* AlertDialogDescription | ||
* | ||
* Additional content read by screen readers, usually a longer description | ||
* about what you need from the user like "This action is permanent, are you | ||
* sure?" etc. | ||
* | ||
* @see Docs https://reacttraining.com/reach-ui/alert-dialog#alertdialogdescription | ||
* @param props | ||
*/ | ||
onDismiss?: ((event?: React.SyntheticEvent<Element, Event> | undefined) => void) | undefined; | ||
children?: React.ReactNode; | ||
initialFocusRef?: React.RefObject<any> | undefined; | ||
unstable_lockFocusAcrossFrames?: boolean | undefined; | ||
@@ -93,0 +83,0 @@ } & React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>; |
{ | ||
"name": "@reach/alert-dialog", | ||
"version": "0.10.4", | ||
"version": "0.10.5", | ||
"description": "Accessible React Alert Dialog.", | ||
@@ -16,5 +16,5 @@ "author": "React Training <hello@reacttraining.com>", | ||
"dependencies": { | ||
"@reach/auto-id": "0.10.4", | ||
"@reach/dialog": "0.10.4", | ||
"@reach/utils": "0.10.4", | ||
"@reach/auto-id": "0.10.5", | ||
"@reach/dialog": "0.10.5", | ||
"@reach/utils": "0.10.5", | ||
"invariant": "^2.2.4", | ||
@@ -35,3 +35,3 @@ "prop-types": "^15.7.2", | ||
], | ||
"gitHead": "a0c7b3672835b2a9f84732663bb0e78992541211" | ||
"gitHead": "86a046f54d53b6420e392b3fa56dd991d9d4e458" | ||
} |
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
73827
592
+ Added@reach/auto-id@0.10.5(transitive)
+ Added@reach/dialog@0.10.5(transitive)
+ Added@reach/portal@0.10.5(transitive)
+ Added@reach/utils@0.10.5(transitive)
- Removed@reach/auto-id@0.10.4(transitive)
- Removed@reach/dialog@0.10.4(transitive)
- Removed@reach/portal@0.10.4(transitive)
- Removed@reach/utils@0.10.4(transitive)
Updated@reach/auto-id@0.10.5
Updated@reach/dialog@0.10.5
Updated@reach/utils@0.10.5