@radix-ui/react-select
Advanced tools
Comparing version 2.0.0-rc.3 to 2.0.0-rc.4
@@ -38,4 +38,8 @@ import * as React from "react"; | ||
type PortalProps = React.ComponentPropsWithoutRef<typeof _Portal1>; | ||
export interface SelectPortalProps extends Omit<PortalProps, 'asChild'> { | ||
export interface SelectPortalProps { | ||
children?: React.ReactNode; | ||
/** | ||
* Specify a container element to portal the content into. | ||
*/ | ||
container?: PortalProps['container']; | ||
} | ||
@@ -42,0 +46,0 @@ export const SelectPortal: React.FC<SelectPortalProps>; |
{ | ||
"name": "@radix-ui/react-select", | ||
"version": "2.0.0-rc.3", | ||
"version": "2.0.0-rc.4", | ||
"license": "MIT", | ||
@@ -38,3 +38,3 @@ "exports": { | ||
"@radix-ui/react-direction": "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-focus-guards": "1.0.1", | ||
@@ -44,3 +44,3 @@ "@radix-ui/react-focus-scope": "1.0.3", | ||
"@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-primitive": "1.0.3", | ||
@@ -47,0 +47,0 @@ "@radix-ui/react-slot": "1.0.2", |
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
428010
2662
+ 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)