@react-types/checkbox
Advanced tools
Comparing version 3.0.0-nightly.836 to 3.0.0-nightly.849
{ | ||
"name": "@react-types/checkbox", | ||
"version": "3.0.0-nightly.836+f5678f9c", | ||
"version": "3.0.0-nightly.849+e08af810", | ||
"description": "Spectrum UI components in React", | ||
@@ -12,3 +12,3 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-types/shared": "3.0.0-nightly.836+f5678f9c" | ||
"@react-types/shared": "3.0.0-nightly.849+e08af810" | ||
}, | ||
@@ -21,3 +21,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "f5678f9c0a8a02422a16eda4e9be11d2b88ed08b" | ||
"gitHead": "e08af810954896b95e444b5b02ab782cd1e4b759" | ||
} |
@@ -82,3 +82,5 @@ /* | ||
export interface AriaCheckboxGroupItemProps extends Omit<AriaCheckboxProps, 'isSelected' | 'defaultSelected'> {} | ||
export interface AriaCheckboxGroupItemProps extends Omit<AriaCheckboxProps, 'isSelected' | 'defaultSelected'> { | ||
value: string | ||
} | ||
@@ -85,0 +87,0 @@ export interface SpectrumCheckboxProps extends AriaCheckboxProps, StyleProps { |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
15529
98