codexly-ui 0.1.14 → 0.1.16

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.1.14",
3
+ "version": "0.1.16",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.0.0",
6
6
  "@angular/core": "^21.0.0",
@@ -2370,7 +2370,6 @@ declare class ClxMenuItemComponent {
2370
2370
  private readonly _resolvedColor;
2371
2371
  private readonly _geom;
2372
2372
  protected readonly _iconCls: _angular_core.Signal<string>;
2373
- protected readonly _idleIconCls: _angular_core.Signal<string>;
2374
2373
  protected readonly _idleCls: _angular_core.Signal<string>;
2375
2374
  protected readonly _activeCls: _angular_core.Signal<string>;
2376
2375
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<ClxMenuItemComponent, never>;