@radix-ui/react-tooltip
Advanced tools
Comparing version 1.0.7-rc.1 to 1.0.7-rc.2
@@ -50,5 +50,9 @@ import * as React from "react"; | ||
type PortalProps = React.ComponentPropsWithoutRef<typeof _Portal1>; | ||
export interface TooltipPortalProps extends Omit<PortalProps, 'asChild'> { | ||
export interface TooltipPortalProps { | ||
children?: React.ReactNode; | ||
/** | ||
* Specify a container element to portal the content into. | ||
*/ | ||
container?: PortalProps['container']; | ||
/** | ||
* Used to force mounting when more control is needed. Useful when | ||
@@ -55,0 +59,0 @@ * controlling animation with React animation libraries. |
{ | ||
"name": "@radix-ui/react-tooltip", | ||
"version": "1.0.7-rc.1", | ||
"version": "1.0.7-rc.2", | ||
"license": "MIT", | ||
@@ -35,6 +35,6 @@ "exports": { | ||
"@radix-ui/react-context": "1.0.1", | ||
"@radix-ui/react-dismissable-layer": "1.0.5-rc.1", | ||
"@radix-ui/react-dismissable-layer": "1.0.5-rc.2", | ||
"@radix-ui/react-id": "1.0.1", | ||
"@radix-ui/react-popper": "1.1.2", | ||
"@radix-ui/react-portal": "1.0.3", | ||
"@radix-ui/react-portal": "1.0.4-rc.1", | ||
"@radix-ui/react-presence": "1.0.1", | ||
@@ -41,0 +41,0 @@ "@radix-ui/react-primitive": "1.0.3", |
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
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
175233
1233
+ Added@radix-ui/react-dismissable-layer@1.0.5-rc.2(transitive)
+ Added@radix-ui/react-portal@1.0.4-rc.1(transitive)
- Removed@radix-ui/react-dismissable-layer@1.0.5-rc.1(transitive)
- Removed@radix-ui/react-portal@1.0.3(transitive)