Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@radix-ui/react-dialog

Package Overview
Dependencies
Maintainers
6
Versions
237
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@radix-ui/react-dialog - npm Package Compare versions

Comparing version 1.1.2-rc.8 to 1.1.2-rc.9

18

dist/index.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc