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/fesm2022/codexly-ui.mjs +14 -15
- package/fesm2022/codexly-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/types/codexly-ui.d.ts +0 -1
package/package.json
CHANGED
package/types/codexly-ui.d.ts
CHANGED
|
@@ -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>;
|