@radix-ui/react-dialog
Advanced tools
Comparing version 1.1.2-rc.8 to 1.1.2-rc.9
@@ -1,2 +0,1 @@ | ||
import * as react_jsx_runtime from 'react/jsx-runtime'; | ||
import * as React from 'react'; | ||
@@ -98,12 +97,9 @@ import { DismissableLayer } from '@radix-ui/react-dismissable-layer'; | ||
declare const DialogClose: React.ForwardRefExoticComponent<DialogCloseProps & React.RefAttributes<HTMLButtonElement>>; | ||
declare const WarningProvider: { | ||
(props: { | ||
contentName: string; | ||
titleName: string; | ||
docsSlug: string; | ||
} & { | ||
children: React.ReactNode; | ||
}): react_jsx_runtime.JSX.Element; | ||
displayName: string; | ||
}; | ||
declare const WarningProvider: React.FC<{ | ||
contentName: string; | ||
titleName: string; | ||
docsSlug: string; | ||
} & { | ||
children: React.ReactNode; | ||
}>; | ||
declare const Root: React.FC<DialogProps>; | ||
@@ -110,0 +106,0 @@ declare const Trigger: React.ForwardRefExoticComponent<DialogTriggerProps & React.RefAttributes<HTMLButtonElement>>; |
{ | ||
"name": "@radix-ui/react-dialog", | ||
"version": "1.1.2-rc.8", | ||
"version": "1.1.2-rc.9", | ||
"license": "MIT", | ||
@@ -33,3 +33,3 @@ "exports": { | ||
"@radix-ui/react-compose-refs": "1.1.0", | ||
"@radix-ui/react-context": "1.1.0", | ||
"@radix-ui/react-context": "1.1.1-rc.2", | ||
"@radix-ui/react-dismissable-layer": "1.1.0", | ||
@@ -39,4 +39,4 @@ "@radix-ui/react-focus-guards": "1.1.0", | ||
"@radix-ui/react-id": "1.1.0", | ||
"@radix-ui/react-portal": "1.1.1", | ||
"@radix-ui/react-presence": "1.1.1-rc.8", | ||
"@radix-ui/react-portal": "1.1.2-rc.2", | ||
"@radix-ui/react-presence": "1.1.1-rc.9", | ||
"@radix-ui/react-primitive": "2.0.0", | ||
@@ -43,0 +43,0 @@ "@radix-ui/react-slot": "1.1.0", |
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
100053
819
+ Added@radix-ui/react-context@1.1.1-rc.2(transitive)
+ Added@radix-ui/react-portal@1.1.2-rc.2(transitive)
+ Added@radix-ui/react-presence@1.1.1-rc.9(transitive)
- Removed@radix-ui/react-context@1.1.0(transitive)
- Removed@radix-ui/react-portal@1.1.1(transitive)
- Removed@radix-ui/react-presence@1.1.1-rc.8(transitive)