Socket
Socket
Sign inDemoInstall

@radix-ui/react-radio-group

Package Overview
Dependencies
Maintainers
6
Versions
210
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@radix-ui/react-radio-group - npm Package Compare versions

Comparing version 0.0.15 to 0.0.16

12

dist/index.d.ts

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

}>;
type RadioGroupPrimitive = Polymorphic.ForwardRefComponent<typeof RADIO_GROUP_DEFAULT_TAG, RadioGroupOwnProps>;
export type RadioGroupPrimitive = Polymorphic.ForwardRefComponent<typeof RADIO_GROUP_DEFAULT_TAG, RadioGroupOwnProps>;
export const RadioGroup: RadioGroupPrimitive;

@@ -30,13 +30,9 @@ type RadioGroupItemOwnProps = Polymorphic.Merge<Polymorphic.OwnProps<typeof Radio>, {

}>;
type RadioGroupItemPrimitive = Polymorphic.ForwardRefComponent<Polymorphic.IntrinsicElement<typeof Radio>, RadioGroupItemOwnProps>;
export type RadioGroupItemPrimitive = Polymorphic.ForwardRefComponent<Polymorphic.IntrinsicElement<typeof Radio>, RadioGroupItemOwnProps>;
export const RadioGroupItem: RadioGroupItemPrimitive;
export const RadioGroupIndicator: Polymorphic.ForwardRefComponent<"span", Polymorphic.Merge<{}, {
forceMount?: true | undefined;
}>>;
export const RadioGroupIndicator: import("@radix-ui/react-primitive").ExtendedPrimitive<import("Radio").RadioIndicatorPrimitive, "span">;
export const Root: RadioGroupPrimitive;
export const Item: RadioGroupItemPrimitive;
export const Indicator: Polymorphic.ForwardRefComponent<"span", Polymorphic.Merge<{}, {
forceMount?: true | undefined;
}>>;
export const Indicator: import("@radix-ui/react-primitive").ExtendedPrimitive<import("Radio").RadioIndicatorPrimitive, "span">;
//# sourceMappingURL=index.d.ts.map
{
"name": "@radix-ui/react-radio-group",
"version": "0.0.15",
"version": "0.0.16",
"license": "MIT",

@@ -24,7 +24,7 @@ "source": "src/index.ts",

"@radix-ui/react-context": "0.0.5",
"@radix-ui/react-label": "0.0.12",
"@radix-ui/react-label": "0.0.13",
"@radix-ui/react-polymorphic": "0.0.11",
"@radix-ui/react-presence": "0.0.13",
"@radix-ui/react-primitive": "0.0.12",
"@radix-ui/react-roving-focus": "0.0.12",
"@radix-ui/react-presence": "0.0.14",
"@radix-ui/react-primitive": "0.0.13",
"@radix-ui/react-roving-focus": "0.0.13",
"@radix-ui/react-slot": "0.0.10",

@@ -31,0 +31,0 @@ "@radix-ui/react-use-callback-ref": "0.0.5",

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