@radix-ui/react-popover
Advanced tools
Comparing version 1.0.3-rc.1 to 1.0.3-rc.2
@@ -48,3 +48,3 @@ import * as React from "react"; | ||
type PopperContentProps = Radix.ComponentPropsWithoutRef<typeof PopperPrimitive.Content>; | ||
interface PopoverContentImplProps extends PopperContentProps, Omit<DismissableLayerProps, 'onDismiss'> { | ||
interface PopoverContentImplProps extends Omit<PopperContentProps, 'onPlaced'>, Omit<DismissableLayerProps, 'onDismiss'> { | ||
/** | ||
@@ -51,0 +51,0 @@ * Whether focus should be trapped within the `Popover` |
{ | ||
"name": "@radix-ui/react-popover", | ||
"version": "1.0.3-rc.1", | ||
"version": "1.0.3-rc.2", | ||
"license": "MIT", | ||
@@ -27,3 +27,3 @@ "source": "src/index.ts", | ||
"@radix-ui/react-id": "1.0.0", | ||
"@radix-ui/react-popper": "1.0.2-rc.1", | ||
"@radix-ui/react-popper": "1.1.0-rc.1", | ||
"@radix-ui/react-portal": "1.0.1", | ||
@@ -30,0 +30,0 @@ "@radix-ui/react-presence": "1.0.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
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
110858
+ Added@radix-ui/react-popper@1.1.0-rc.1(transitive)
- Removed@radix-ui/react-popper@1.0.2-rc.1(transitive)