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