Socket
Socket
Sign inDemoInstall

@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 0.0.16 to 0.0.17

8

dist/index.d.ts

@@ -16,3 +16,3 @@ import * as React from "react";

type DialogTriggerOwnProps = Polymorphic.OwnProps<typeof Primitive>;
type DialogTriggerPrimitive = Polymorphic.ForwardRefComponent<typeof TRIGGER_DEFAULT_TAG, DialogTriggerOwnProps>;
export type DialogTriggerPrimitive = Polymorphic.ForwardRefComponent<typeof TRIGGER_DEFAULT_TAG, DialogTriggerOwnProps>;
export const DialogTrigger: DialogTriggerPrimitive;

@@ -26,3 +26,3 @@ type DialogOverlayOwnProps = Polymorphic.Merge<Polymorphic.OwnProps<typeof DialogOverlayImpl>, {

}>;
type DialogOverlayPrimitive = Polymorphic.ForwardRefComponent<Polymorphic.IntrinsicElement<typeof DialogOverlayImpl>, DialogOverlayOwnProps>;
export type DialogOverlayPrimitive = Polymorphic.ForwardRefComponent<Polymorphic.IntrinsicElement<typeof DialogOverlayImpl>, DialogOverlayOwnProps>;
export const DialogOverlay: DialogOverlayPrimitive;

@@ -39,3 +39,3 @@ type DialogOverlayImplOwnProps = Polymorphic.OwnProps<typeof Primitive>;

}>;
type DialogContentPrimitive = Polymorphic.ForwardRefComponent<Polymorphic.IntrinsicElement<typeof DialogContentImpl>, DialogContentOwnProps>;
export type DialogContentPrimitive = Polymorphic.ForwardRefComponent<Polymorphic.IntrinsicElement<typeof DialogContentImpl>, DialogContentOwnProps>;
export const DialogContent: DialogContentPrimitive;

@@ -68,3 +68,3 @@ type DialogContentImplOwnProps = Polymorphic.Merge<Polymorphic.OwnProps<typeof Primitive>, {

type DialogCloseOwnProps = Polymorphic.OwnProps<typeof Primitive>;
type DialogClosePrimitive = Polymorphic.ForwardRefComponent<typeof CLOSE_DEFAULT_TAG, DialogCloseOwnProps>;
export type DialogClosePrimitive = Polymorphic.ForwardRefComponent<typeof CLOSE_DEFAULT_TAG, DialogCloseOwnProps>;
export const DialogClose: DialogClosePrimitive;

@@ -71,0 +71,0 @@ export const Root: React.FC<DialogOwnProps>;

{
"name": "@radix-ui/react-dialog",
"version": "0.0.16",
"version": "0.0.17",
"license": "MIT",

@@ -26,8 +26,8 @@ "source": "src/index.ts",

"@radix-ui/react-focus-guards": "0.0.7",
"@radix-ui/react-focus-scope": "0.0.12",
"@radix-ui/react-focus-scope": "0.0.13",
"@radix-ui/react-id": "0.0.6",
"@radix-ui/react-polymorphic": "0.0.11",
"@radix-ui/react-portal": "0.0.12",
"@radix-ui/react-presence": "0.0.13",
"@radix-ui/react-primitive": "0.0.12",
"@radix-ui/react-portal": "0.0.13",
"@radix-ui/react-presence": "0.0.14",
"@radix-ui/react-primitive": "0.0.13",
"@radix-ui/react-use-controllable-state": "0.0.6",

@@ -34,0 +34,0 @@ "aria-hidden": "^1.1.1",

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

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