@react-types/shared
Advanced tools
Comparing version 3.0.0-nightly.1193 to 3.0.0-nightly.1196
{ | ||
"name": "@react-types/shared", | ||
"version": "3.0.0-nightly.1193+562b4006e", | ||
"version": "3.0.0-nightly.1196+840ef4fc8", | ||
"description": "Spectrum UI components in React", | ||
@@ -17,3 +17,3 @@ "license": "Apache-2.0", | ||
}, | ||
"gitHead": "562b4006e27f2c479d3498df44c4ea689ff37c3a" | ||
"gitHead": "840ef4fc8fd1dd896a37b581829e954dfa5d3392" | ||
} |
@@ -32,3 +32,3 @@ /* | ||
export interface ValueBase<T> { | ||
export interface ValueBase<T, C = T> { | ||
/** The current value (controlled). */ | ||
@@ -39,3 +39,3 @@ value?: T, | ||
/** Handler that is called when the value changes. */ | ||
onChange?: (value: T) => void | ||
onChange?: (value: C) => void | ||
} | ||
@@ -42,0 +42,0 @@ |
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
70507