Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@react-aria/tooltip

Package Overview
Dependencies
Maintainers
1
Versions
774
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-aria/tooltip - npm Package Compare versions

Comparing version 3.0.0-nightly.741 to 3.0.0-nightly.746

2

dist/main.js

@@ -152,3 +152,3 @@ var {

triggerProps: _babelRuntimeHelpersExtends({
'aria-describedby': state.open ? tooltipId : undefined
'aria-describedby': state.isOpen ? tooltipId : undefined
}, mergeProps(focusableProps, hoverProps, pressProps)),

@@ -155,0 +155,0 @@ tooltipProps: {

@@ -128,3 +128,3 @@ import { useFocusable } from "@react-aria/focus";

triggerProps: _babelRuntimeHelpersEsmExtends({
'aria-describedby': state.open ? tooltipId : undefined
'aria-describedby': state.isOpen ? tooltipId : undefined
}, mergeProps(focusableProps, hoverProps, pressProps)),

@@ -131,0 +131,0 @@ tooltipProps: {

{
"name": "@react-aria/tooltip",
"version": "3.0.0-nightly.741+975957a3",
"version": "3.0.0-nightly.746+db9b0228",
"description": "Spectrum UI components in React",

@@ -21,9 +21,9 @@ "license": "Apache-2.0",

"@babel/runtime": "^7.6.2",
"@react-aria/focus": "3.0.0-nightly.741+975957a3",
"@react-aria/interactions": "3.0.0-nightly.741+975957a3",
"@react-aria/overlays": "3.0.0-nightly.741+975957a3",
"@react-aria/utils": "3.0.0-nightly.741+975957a3",
"@react-stately/tooltip": "3.0.1-nightly.2419+975957a3",
"@react-types/shared": "3.0.0-nightly.741+975957a3",
"@react-types/tooltip": "3.0.1-nightly.2419+975957a3"
"@react-aria/focus": "3.0.0-nightly.746+db9b0228",
"@react-aria/interactions": "3.0.0-nightly.746+db9b0228",
"@react-aria/overlays": "3.0.0-nightly.746+db9b0228",
"@react-aria/utils": "3.0.0-nightly.746+db9b0228",
"@react-stately/tooltip": "3.0.1-nightly.2424+db9b0228",
"@react-types/shared": "3.0.0-nightly.746+db9b0228",
"@react-types/tooltip": "3.0.1-nightly.2424+db9b0228"
},

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

},
"gitHead": "975957a3c3fb4a9f3be358428e0980a4d4e51c1a"
"gitHead": "db9b022848d4b83627aa98a0b347534bf3376ed4"
}

@@ -135,3 +135,3 @@ /*

triggerProps: {
'aria-describedby': state.open ? tooltipId : undefined,
'aria-describedby': state.isOpen ? tooltipId : undefined,
...mergeProps(focusableProps, hoverProps, pressProps)

@@ -138,0 +138,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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