@one-paragon/angular-utilities 2.8.2 → 2.8.3

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": "@one-paragon/angular-utilities",
3
- "version": "2.8.2",
3
+ "version": "2.8.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "21.1.0",
6
6
  "@angular/core": "21.1.0",
@@ -1715,7 +1715,7 @@ declare class TableContainerComponent<T = any> {
1715
1715
  }
1716
1716
 
1717
1717
  declare class SpaceCasePipe implements PipeTransform {
1718
- spaceCase: (arg: string) => string;
1718
+ spaceCase: typeof spaceCase;
1719
1719
  transform: (value: string) => string;
1720
1720
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<SpaceCasePipe, never>;
1721
1721
  static ɵpipe: _angular_core.ɵɵPipeDeclaration<SpaceCasePipe, "spaceCase", true>;