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

@aria-ui/tooltip

Package Overview
Dependencies
Maintainers
0
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aria-ui/tooltip - npm Package Compare versions

Comparing version 0.0.23 to 0.0.24

dist/chunk-PUCP36JG.js

2

dist/elements.js

@@ -14,3 +14,3 @@ import {

useTooltipTrigger
} from "./chunk-OODUG2KL.js";
} from "./chunk-PUCP36JG.js";
export {

@@ -17,0 +17,0 @@ TooltipContentElement,

@@ -7,15 +7,3 @@ import { PropDeclarations, EventDeclarations } from '@aria-ui/core';

*/
interface TooltipContentProps extends Omit<OverlayPositionerProps, "hoist"> {
/**
* {@inheritDoc @aria-ui/overlay!OverlayPositionerProps.hoist}
*
* @default "true"
*/
hoist: OverlayPositionerProps["hoist"];
/**
* {@inheritDoc @aria-ui/overlay!OverlayPositionerProps.flip}
*
* @default "true"
*/
flip: OverlayPositionerProps["flip"];
interface TooltipContentProps extends OverlayPositionerProps {
}

@@ -22,0 +10,0 @@ /**

@@ -11,3 +11,3 @@ import {

tooltipTriggerProps
} from "./chunk-OODUG2KL.js";
} from "./chunk-PUCP36JG.js";

@@ -14,0 +14,0 @@ // src/index.ts

{
"name": "@aria-ui/tooltip",
"type": "module",
"version": "0.0.23",
"version": "0.0.24",
"private": false,

@@ -22,5 +22,5 @@ "sideEffects": false,

"dependencies": {
"nanoid": "^5.0.7",
"nanoid": "^5.0.8",
"@aria-ui/core": "^0.0.19",
"@aria-ui/overlay": "^0.0.20",
"@aria-ui/overlay": "^0.0.21",
"@aria-ui/presence": "^0.0.15"

@@ -31,5 +31,5 @@ },

"@testing-library/user-event": "^14.5.2",
"@vitest/browser": "^2.1.2",
"@vitest/browser": "^2.1.4",
"lit-html": "^3.2.1",
"tsup": "^8.3.0",
"tsup": "^8.3.5",
"typescript": "^5.6.3",

@@ -36,0 +36,0 @@ "@aria-ui/config": "0.0.0"

@@ -37,3 +37,3 @@ # @aria-ui/tooltip

**Default**: `true`
**Default**: `false`

@@ -122,3 +122,3 @@ </dd>

**Default**: `"true"`
**Default**: `true`

@@ -155,3 +155,3 @@ </dd>

**Default**: `"true"`
**Default**: `true`

@@ -188,3 +188,3 @@ </dd>

**Default**: `undefined`
**Default**: `6`

@@ -205,3 +205,3 @@ </dd>

**Default**: `0`
**Default**: `4`

@@ -302,3 +302,3 @@ </dd>

**Default**: `false`
**Default**: `true`

@@ -331,3 +331,3 @@ </dd>

Whether to use `transform: translate3d()` for positioning instead of `top` and `left` (layout) to place the floating element.
Whether to use CSS transforms to position the floating element instead of layout (`top` and `left` CSS properties). CSS transforms are more performant, but can cause conflicts with transform animations.

@@ -334,0 +334,0 @@ **Type**: `boolean`

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