codexly-ui 0.0.75 → 0.0.76

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.0.75",
3
+ "version": "0.0.76",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.0.0",
6
6
  "@angular/core": "^21.0.0",
@@ -2727,7 +2727,6 @@ declare class ClxModalService {
2727
2727
 
2728
2728
  declare class ClxToastService {
2729
2729
  private readonly _injector;
2730
- private readonly _platformId;
2731
2730
  private _toastOverlay;
2732
2731
  private readonly _containers;
2733
2732
  private _getOverlay;