codexly-ui 0.6.6 → 0.6.7

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.6.6",
3
+ "version": "0.6.7",
4
4
  "description": "Standalone, signal-based Angular UI component library for Codexly, styled with Tailwind CSS.",
5
5
  "keywords": [
6
6
  "angular",
@@ -2438,7 +2438,6 @@ declare class ClxFabComponent {
2438
2438
  readonly positionChange: _angular_core.OutputEmitterRef<ClxFabPosition>;
2439
2439
  private readonly _themeSvc;
2440
2440
  private readonly _document;
2441
- private readonly _elementRef;
2442
2441
  protected readonly _color: _angular_core.Signal<ClxColorInput>;
2443
2442
  private readonly _draggedPosition;
2444
2443
  protected readonly _position: _angular_core.Signal<ClxFabPosition>;