codexly-ui 0.0.98 → 0.0.99

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.0.98",
3
+ "version": "0.0.99",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.0.0",
6
6
  "@angular/core": "^21.0.0",
@@ -2366,6 +2366,7 @@ declare class ClxMenuItemComponent {
2366
2366
  inheritColor(c: ClxColorInput): void;
2367
2367
  private readonly _geom;
2368
2368
  protected readonly _iconCls: _angular_core.Signal<string>;
2369
+ protected readonly _idleIconCls: _angular_core.Signal<string>;
2369
2370
  protected readonly _idleCls: _angular_core.Signal<string>;
2370
2371
  protected readonly _activeCls: _angular_core.Signal<string>;
2371
2372
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<ClxMenuItemComponent, never>;