codexly-ui 0.1.17 → 0.1.18

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.17",
3
+ "version": "0.1.18",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.0.0",
6
6
  "@angular/core": "^21.0.0",
@@ -2335,6 +2335,8 @@ declare class ClxAppLayoutComponent implements OnInit, OnDestroy {
2335
2335
  protected readonly _sidebarCls: _angular_core.Signal<string>;
2336
2336
  private _mql;
2337
2337
  private _mqlListener;
2338
+ private _resizeTimer;
2339
+ private _resizeListener;
2338
2340
  ngOnInit(): void;
2339
2341
  ngOnDestroy(): void;
2340
2342
  _toggleCollapsed(): void;