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

@launchpad-ui/popover

Package Overview
Dependencies
Maintainers
1
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@launchpad-ui/popover - npm Package Compare versions

Comparing version 0.10.9 to 0.10.10

6

dist/index.es.js

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

const hasEmptyContent = content === null || content === void 0 || typeof content === "string" && !content;
const isTargetDisabled = isValidElement(target) ? !!((_a = target == null ? void 0 : target.props) == null ? void 0 : _a.disabled) : false;
const isTargetDisabled = /* @__PURE__ */ isValidElement(target) ? !!((_a = target == null ? void 0 : target.props) == null ? void 0 : _a.disabled) : false;
const targetProps = {

@@ -313,6 +313,6 @@ ref: targetRef,

}
return createElement(
return /* @__PURE__ */ createElement(
rootElementTag,
targetProps,
cloneElement(target, {
/* @__PURE__ */ cloneElement(target, {
ref: targetElementRef,

@@ -319,0 +319,0 @@ ...isOpen && { "aria-describedby": popoverId.current },

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

const hasEmptyContent = content === null || content === void 0 || typeof content === "string" && !content;
const isTargetDisabled = react.isValidElement(target) ? !!((_a = target == null ? void 0 : target.props) == null ? void 0 : _a.disabled) : false;
const isTargetDisabled = /* @__PURE__ */ react.isValidElement(target) ? !!((_a = target == null ? void 0 : target.props) == null ? void 0 : _a.disabled) : false;
const targetProps = {

@@ -337,6 +337,6 @@ ref: targetRef,

}
return react.createElement(
return /* @__PURE__ */ react.createElement(
rootElementTag,
targetProps,
react.cloneElement(target, {
/* @__PURE__ */ react.cloneElement(target, {
ref: targetElementRef,

@@ -343,0 +343,0 @@ ...isOpen && { "aria-describedby": popoverId.current },

{
"name": "@launchpad-ui/popover",
"version": "0.10.9",
"version": "0.10.10",
"status": "beta",

@@ -33,4 +33,4 @@ "publishConfig": {

"framer-motion": "10.15.0",
"@launchpad-ui/focus-trap": "~0.1.8",
"@launchpad-ui/overlay": "~0.3.28",
"@launchpad-ui/focus-trap": "~0.1.9",
"@launchpad-ui/overlay": "~0.3.29",
"@launchpad-ui/tokens": "~0.6.0"

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