codexly-ui 0.5.0 → 0.5.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codexly-ui",
3
- "version": "0.5.0",
3
+ "version": "0.5.2",
4
4
  "description": "Standalone, signal-based Angular UI component library for Codexly, styled with Tailwind CSS.",
5
5
  "keywords": [
6
6
  "angular",
@@ -547,6 +547,8 @@ declare class ClxTooltipDirective {
547
547
  private _scheduleHide;
548
548
  private _show;
549
549
  private _hide;
550
+ /** Synchronous teardown, no fade — used on touchend so the bubble can't linger over UI the tap opens. */
551
+ private _hideImmediate;
550
552
  private _resolvePosition;
551
553
  private _placeAt;
552
554
  private _destroyBubble;