@aria-ui/tooltip
Advanced tools
Comparing version 0.0.23 to 0.0.24
@@ -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` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
18109
381
+ Added@aria-ui/overlay@0.0.21(transitive)
+ Added@zag-js/dom-query@0.77.1(transitive)
- Removed@aria-ui/overlay@0.0.20(transitive)
Updated@aria-ui/overlay@^0.0.21
Updatednanoid@^5.0.8