@byuhbll/components 4.5.0 → 4.5.1

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.
@@ -2,4 +2,3 @@ export declare const libHbllExpandCollapse: import("@angular/animations").Animat
2
2
  export declare const libHbllFadeInOut: import("@angular/animations").AnimationTriggerMetadata;
3
3
  export declare const libHbllFadeIn: import("@angular/animations").AnimationTriggerMetadata;
4
4
  export declare const libHbllFadeOut: import("@angular/animations").AnimationTriggerMetadata;
5
- export declare const libHbllSlideInOutRightLeft: import("@angular/animations").AnimationTriggerMetadata;
@@ -8,6 +8,8 @@ export declare class HbllHeaderComponent implements AfterViewInit {
8
8
  private readonly bo;
9
9
  private doc;
10
10
  header: ElementRef;
11
+ navWrapper: ElementRef<HTMLElement>;
12
+ backdrop: ElementRef<HTMLElement>;
11
13
  name: string;
12
14
  mainsitebaseurl: string;
13
15
  showImpersonateButton: import("@angular/core").InputSignal<boolean>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byuhbll/components",
3
- "version": "4.5.0",
3
+ "version": "4.5.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.0.0",
6
6
  "@angular/core": "^18.0.0"