@react-types/button
Advanced tools
Comparing version 3.3.2-nightly.2725 to 3.3.2-nightly.2730
{ | ||
"name": "@react-types/button", | ||
"version": "3.3.2-nightly.2725+a8bc701e9", | ||
"version": "3.3.2-nightly.2730+a4831e5fb", | ||
"description": "Spectrum UI components in React", | ||
@@ -12,3 +12,3 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-types/shared": "3.0.0-nightly.1040+a8bc701e9" | ||
"@react-types/shared": "3.0.0-nightly.1045+a4831e5fb" | ||
}, | ||
@@ -21,3 +21,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "a8bc701e98346b18cdbf083843ffa278654f8731" | ||
"gitHead": "a4831e5fba17cf0a740c4c601e0c298d99960de3" | ||
} |
@@ -77,3 +77,5 @@ /* | ||
/** Whether the button should be displayed with a [quiet style](https://spectrum.adobe.com/page/action-button/#Quiet). */ | ||
isQuiet?: boolean | ||
isQuiet?: boolean, | ||
/** The static color style to apply. Useful when the button appears over a color background. */ | ||
staticColor?: 'white' | 'black' | ||
} | ||
@@ -80,0 +82,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
16369
79