@one-paragon/angular-utilities 2.3.13 → 2.3.14

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
@@ -1578,7 +1578,7 @@ declare class TableContainerComponent<T = any> {
1578
1578
  }
1579
1579
 
1580
1580
  declare class SpaceCasePipe implements PipeTransform {
1581
- spaceCase: typeof spaceCase;
1581
+ spaceCase: (arg: string) => string;
1582
1582
  transform: (value: string) => string;
1583
1583
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<SpaceCasePipe, never>;
1584
1584
  static ɵpipe: _angular_core.ɵɵPipeDeclaration<SpaceCasePipe, "spaceCase", true>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@one-paragon/angular-utilities",
3
- "version": "2.3.13",
3
+ "version": "2.3.14",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "20.0.",
6
6
  "@angular/core": "20.0.3",