@react-types/select
Advanced tools
Comparing version 3.0.0-rc.0 to 3.0.0-rc.1
{ | ||
"name": "@react-types/select", | ||
"version": "3.0.0-rc.0", | ||
"version": "3.0.0-rc.1", | ||
"description": "Spectrum UI components in React", | ||
@@ -12,3 +12,3 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-types/shared": "3.0.0-rc.3" | ||
"@react-types/shared": "3.0.0-rc.4" | ||
}, | ||
@@ -21,3 +21,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "461d6321126ae9b4f1508aa912f7b36bf8a603f8" | ||
"gitHead": "ee5ad1544ed65366c0fadabc2c63d39573ba3ffd" | ||
} |
@@ -56,3 +56,6 @@ /* | ||
menuWidth?: DimensionValue, | ||
/** | ||
* The name of the Picker control input, applied to the hidden select element. | ||
*/ | ||
name?: string | ||
} |
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
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
13910
56
31
62
7
209
+ Added@react-types/shared@3.0.0-rc.4(transitive)
- Removed@react-types/shared@3.0.0-rc.3(transitive)