herum-shared 1.0.2 → 1.0.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/index.d.ts CHANGED
@@ -1979,7 +1979,7 @@ declare class UserProfileImageComponent {
1979
1979
  user: User | UserPreview;
1980
1980
  isLoadingUser: boolean;
1981
1981
  isUserClickAble: boolean;
1982
- userClicked: EventEmitter<User | UserPreview>;
1982
+ userClicked: EventEmitter<UserPreview | User>;
1983
1983
  imagePath: string;
1984
1984
  isLoadingImage: boolean;
1985
1985
  ngOnChanges(changes: SimpleChanges): void;
@@ -2424,7 +2424,7 @@ declare class HerumMultiProgressBarComponent implements OnInit {
2424
2424
  }[];
2425
2425
  constructor();
2426
2426
  ngOnInit(): void;
2427
- getBorderRadius(sectionIndex: number, progressBarIndex: number): "none" | "both" | "left" | "right";
2427
+ getBorderRadius(sectionIndex: number, progressBarIndex: number): "none" | "right" | "left" | "both";
2428
2428
  static ɵfac: i0.ɵɵFactoryDeclaration<HerumMultiProgressBarComponent, never>;
2429
2429
  static ɵcmp: i0.ɵɵComponentDeclaration<HerumMultiProgressBarComponent, "herum-multi-progress-bar", never, { "progressBarsSections": { "alias": "progressBarsSections"; "required": false; }; }, {}, never, never, false, never>;
2430
2430
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "herum-shared",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^20.3.2",
6
6
  "@angular/cdk": "^20.1.2",