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

@nextui-org/radio

Package Overview
Dependencies
Maintainers
1
Versions
503
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nextui-org/radio - npm Package Compare versions

Comparing version 0.0.0-dev-v2-20230405030905 to 0.0.0-dev-v2-20230405200614

4

dist/use-radio.d.ts

@@ -46,8 +46,8 @@ import * as tailwind_variants from 'tailwind-variants';

label: (slotProps?: tailwind_variants.ClassProp<tailwind_variants.ClassValue> | undefined) => string;
labelWrapper: (slotProps?: tailwind_variants.ClassProp<tailwind_variants.ClassValue> | undefined) => string;
description: (slotProps?: tailwind_variants.ClassProp<tailwind_variants.ClassValue> | undefined) => string;
labelWrapper: (slotProps?: tailwind_variants.ClassProp<tailwind_variants.ClassValue> | undefined) => string;
wrapper: (slotProps?: tailwind_variants.ClassProp<tailwind_variants.ClassValue> | undefined) => string;
control: (slotProps?: tailwind_variants.ClassProp<tailwind_variants.ClassValue> | undefined) => string;
};
styles: SlotsToClasses<"base" | "label" | "description" | "labelWrapper" | "wrapper" | "control"> | undefined;
styles: SlotsToClasses<"base" | "label" | "labelWrapper" | "description" | "wrapper" | "control"> | undefined;
description: ReactNode;

@@ -54,0 +54,0 @@ isSelected: boolean | undefined;

{
"name": "@nextui-org/radio",
"version": "0.0.0-dev-v2-20230405030905",
"version": "0.0.0-dev-v2-20230405200614",
"description": "Radios allow users to select a single option from a list of mutually exclusive options.",

@@ -37,6 +37,6 @@ "keywords": [

"@react-stately/radio": "^3.7.0",
"@nextui-org/theme": "0.0.0-dev-v2-20230405030905",
"@nextui-org/shared-utils": "0.0.0-dev-v2-20230405030905",
"@nextui-org/system": "0.0.0-dev-v2-20230405030905",
"@nextui-org/dom-utils": "0.0.0-dev-v2-20230405030905"
"@nextui-org/theme": "0.0.0-dev-v2-20230405200614",
"@nextui-org/dom-utils": "0.0.0-dev-v2-20230405200614",
"@nextui-org/shared-utils": "0.0.0-dev-v2-20230405200614",
"@nextui-org/system": "0.0.0-dev-v2-20230405200614"
},

@@ -48,3 +48,3 @@ "devDependencies": {

"react": "^18.0.0",
"@nextui-org/button": "0.0.0-dev-v2-20230405030905"
"@nextui-org/button": "0.0.0-dev-v2-20230405200614"
},

@@ -51,0 +51,0 @@ "clean-package": "../../../clean-package.config.json",

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