@posiwise/shared-components 0.0.127 → 0.0.128

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.
@@ -25,10 +25,7 @@ export declare class ResourceHeaderComponent extends AppBaseComponent implements
25
25
  id: string;
26
26
  userLoggedIn: boolean;
27
27
  user: User;
28
- private scrollThrottle;
29
- private cachedScrollY;
30
- private cachedWindowWidth;
31
- private cachedIsAboutUs;
28
+ scrollTimeout: any;
32
29
  constructor(injector: Injector, document: Document, adminService: AdminService, modalService: NgbModal);
33
30
  ngOnInit(): void;
34
31
  openLogoEditModal(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@posiwise/shared-components",
3
- "version": "0.0.127",
3
+ "version": "0.0.128",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "17.3.11",
6
6
  "@angular/core": "17.3.11",