@baloise/ds-angular-module 16.5.1-nightly.20240927 → 16.5.2

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.
@@ -1033,7 +1033,7 @@ export declare class BalSegment {
1033
1033
  /** Emitted when the value property has changed and any dragging pointer has been released from `bal-segment`.
1034
1034
 
1035
1035
  This event will not emit when programmatically setting the `value` property. */
1036
- balChange: EventEmitter<BalEvents.BalSegmentCustomEvent<number | string>>;
1036
+ balChange: EventEmitter<BalEvents.BalSegmentCustomEvent<boolean | number | string>>;
1037
1037
  protected el: HTMLElement;
1038
1038
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1039
1039
  static ɵfac: i0.ɵɵFactoryDeclaration<BalSegment, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baloise/ds-angular-module",
3
- "version": "16.5.1-nightly.20240927",
3
+ "version": "16.5.2",
4
4
  "description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -16,8 +16,8 @@
16
16
  "@angular/core": ">=15.0.0"
17
17
  },
18
18
  "dependencies": {
19
- "@baloise/ds-core": "16.5.1-nightly.20240927",
20
- "@baloise/ds-angular-common": "16.5.1-nightly.20240927",
19
+ "@baloise/ds-core": "16.5.2",
20
+ "@baloise/ds-angular-common": "16.5.2",
21
21
  "tslib": "^2.3.0"
22
22
  },
23
23
  "sideEffects": false,