codexly-ui 0.0.15 → 0.0.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/index.d.ts CHANGED
@@ -2659,7 +2659,6 @@ declare class ClxModalService {
2659
2659
 
2660
2660
  declare class ClxToastService {
2661
2661
  private readonly _appRef;
2662
- private readonly _injector;
2663
2662
  /** One container per position, lazily created */
2664
2663
  private readonly _containers;
2665
2664
  show(options: ClxToastOptions): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codexly-ui",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0",
6
6
  "@angular/core": "^20.3.0"