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
package/types/codexly-ui.d.ts
CHANGED
|
@@ -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>;
|