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.8.21 to 0.8.22

LICENSE

6

dist/Popover.d.ts
import type { OffsetOptions } from '@floating-ui/core';
import type { Placement } from '@floating-ui/dom';
import type { CSSProperties, FocusEvent, MouseEvent, PointerEvent, ReactHTML, ReactNode, Ref, RefObject } from 'react';
declare type Offset = OffsetOptions;
declare type PopoverProps = {
type Offset = OffsetOptions;
type PopoverProps = {
allowBoundaryElementOverflow?: boolean;

@@ -36,3 +36,3 @@ content?: string | JSX.Element | JSX.Element[];

};
declare type PopoverTargetProps = {
type PopoverTargetProps = {
onMouseEnter?: (event: MouseEvent) => void;

@@ -39,0 +39,0 @@ onMouseLeave?: (event: MouseEvent) => void;

{
"name": "@launchpad-ui/popover",
"version": "0.8.21",
"version": "0.8.22",
"status": "beta",

@@ -31,7 +31,7 @@ "publishConfig": {

"@floating-ui/dom": "^1.0.0",
"@launchpad-ui/focus-trap": "~0.1.1",
"classix": "^2.1.13",
"framer-motion": "^7.6.1",
"@launchpad-ui/focus-trap": "~0.1.2",
"@launchpad-ui/overlay": "~0.3.25",
"@launchpad-ui/tokens": "~0.3.1",
"classix": "^2.1.13",
"framer-motion": "^7.6.1"
"@launchpad-ui/tokens": "~0.3.1"
},

@@ -38,0 +38,0 @@ "peerDependencies": {

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