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

@launchpad-ui/tooltip

Package Overview
Dependencies
Maintainers
1
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@launchpad-ui/tooltip - npm Package Compare versions

Comparing version 0.7.19 to 0.7.20

2

dist/index.es.js

@@ -35,3 +35,3 @@ import './style.css';

};
const Tooltip = forwardRef((props, ref) => /* @__PURE__ */ jsx(TooltipBase, { ...props, targetElementRef: ref }));
const Tooltip = /* @__PURE__ */ forwardRef((props, ref) => /* @__PURE__ */ jsx(TooltipBase, { ...props, targetElementRef: ref }));
Tooltip.displayName = "Tooltip";

@@ -38,0 +38,0 @@ export {

@@ -37,3 +37,3 @@ require('./style.css');

};
const Tooltip = react.forwardRef((props, ref) => /* @__PURE__ */ jsxRuntime.jsx(TooltipBase, { ...props, targetElementRef: ref }));
const Tooltip = /* @__PURE__ */ react.forwardRef((props, ref) => /* @__PURE__ */ jsxRuntime.jsx(TooltipBase, { ...props, targetElementRef: ref }));
Tooltip.displayName = "Tooltip";

@@ -40,0 +40,0 @@ exports.Tooltip = Tooltip;

{
"name": "@launchpad-ui/tooltip",
"version": "0.7.19",
"version": "0.7.20",
"status": "beta",

@@ -30,3 +30,3 @@ "publishConfig": {

"classix": "2.1.17",
"@launchpad-ui/popover": "~0.10.9",
"@launchpad-ui/popover": "~0.10.10",
"@launchpad-ui/tokens": "~0.6.0"

@@ -33,0 +33,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