codexly-ui 0.10.111 → 0.10.112

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.10.111",
3
+ "version": "0.10.112",
4
4
  "description": "Standalone, signal-based Angular UI component library for Codexly, styled with Tailwind CSS.",
5
5
  "keywords": [
6
6
  "angular",
@@ -2164,6 +2164,7 @@ declare class ClxMenuItemComponent {
2164
2164
  private readonly _resolved;
2165
2165
  private readonly _geom;
2166
2166
  protected readonly _iconCls: _angular_core.Signal<string>;
2167
+ protected readonly _idleLabelCls: _angular_core.Signal<string>;
2167
2168
  private readonly _typography;
2168
2169
  protected readonly _idleCls: _angular_core.Signal<string>;
2169
2170
  protected readonly _activeCls: _angular_core.Signal<string>;