@entake/particle 20.0.4 → 20.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts CHANGED
@@ -36,7 +36,7 @@ declare class TooltipDirective implements OnDestroy {
36
36
  /**
37
37
  * The direction of the tooltip around the host element
38
38
  */
39
- readonly tooltipPosition: _angular_core.InputSignal<"right" | "left" | "top" | "bottom">;
39
+ readonly tooltipPosition: _angular_core.InputSignal<"left" | "right" | "top" | "bottom">;
40
40
  /**
41
41
  * Whether to disable the tooltip
42
42
  * @param disabled disabled or not
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entake/particle",
3
- "version": "20.0.4",
3
+ "version": "20.0.5",
4
4
  "license": "MIT",
5
5
  "description": "Reusable Angular components from the team at Entake",
6
6
  "repository": {