Socket
Socket
Sign inDemoInstall

@react-types/button

Package Overview
Dependencies
Maintainers
2
Versions
743
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-types/button - npm Package Compare versions

Comparing version 3.9.7-nightly.5014 to 3.9.7-nightly.5022

6

package.json
{
"name": "@react-types/button",
"version": "3.9.7-nightly.5014+8f3c0ea09",
"version": "3.9.7-nightly.5022+b4093dfef",
"description": "Spectrum UI components in React",

@@ -12,3 +12,3 @@ "license": "Apache-2.0",

"dependencies": {
"@react-types/shared": "3.0.0-nightly.3086+8f3c0ea09"
"@react-types/shared": "3.0.0-nightly.3094+b4093dfef"
},

@@ -21,3 +21,3 @@ "peerDependencies": {

},
"gitHead": "8f3c0ea0931107eceba0127fb524b79b46eb838b"
"gitHead": "b4093dfef3eff0e5fe60d00c53fe2478b96e662f"
}

@@ -62,3 +62,10 @@ /*

*/
type?: 'button' | 'submit' | 'reset'
type?: 'button' | 'submit' | 'reset',
/**
* Whether to prevent focus from moving to the button when pressing it.
*
* Caution, this can make the button inaccessible and should only be used when alternative keyboard interaction is provided,
* such as ComboBox's MenuTrigger or a NumberField's increment/decrement control.
*/
preventFocusOnPress?: boolean
}

@@ -65,0 +72,0 @@

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