codexly-ui 0.0.16 → 0.0.17

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/index.d.ts CHANGED
@@ -2138,7 +2138,6 @@ declare class ClxWizardComponent implements AfterContentInit {
2138
2138
  declare class ClxAppLayoutComponent implements OnInit, OnDestroy {
2139
2139
  private readonly _zone;
2140
2140
  private readonly _document;
2141
- private readonly _layout;
2142
2141
  readonly activeColor: _angular_core.InputSignal<ClxColorInput>;
2143
2142
  readonly _sidebarOpen: _angular_core.WritableSignal<boolean>;
2144
2143
  readonly _collapsed: _angular_core.WritableSignal<boolean>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codexly-ui",
3
- "version": "0.0.16",
3
+ "version": "0.0.17",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0",
6
6
  "@angular/core": "^20.3.0"