@baloise/ds-angular-module 17.2.5 → 17.3.0

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.
@@ -856,7 +856,7 @@ export declare class BalNotification {
856
856
  protected el: HTMLElement;
857
857
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
858
858
  static ɵfac: i0.ɵɵFactoryDeclaration<BalNotification, never>;
859
- static ɵcmp: i0.ɵɵComponentDeclaration<BalNotification, "bal-notification", never, { "color": "color"; }, {}, never, ["*"], false, never>;
859
+ static ɵcmp: i0.ɵɵComponentDeclaration<BalNotification, "bal-notification", never, { "color": "color"; "light": "light"; "noIcon": "noIcon"; }, {}, never, ["*"], false, never>;
860
860
  }
861
861
  export declare interface BalNumberInput extends Components.BalNumberInput {
862
862
  }
@@ -1297,7 +1297,7 @@ export declare class BalToast {
1297
1297
  protected el: HTMLElement;
1298
1298
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1299
1299
  static ɵfac: i0.ɵɵFactoryDeclaration<BalToast, never>;
1300
- static ɵcmp: i0.ɵɵComponentDeclaration<BalToast, "bal-toast", never, { "color": "color"; "duration": "duration"; "message": "message"; }, { "balClose": "balClose"; }, never, ["*"], false, never>;
1300
+ static ɵcmp: i0.ɵɵComponentDeclaration<BalToast, "bal-toast", never, { "closable": "closable"; "color": "color"; "duration": "duration"; "message": "message"; }, { "balClose": "balClose"; }, never, ["*"], false, never>;
1301
1301
  }
1302
1302
  export declare interface BalTooltip extends Components.BalTooltip {
1303
1303
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baloise/ds-angular-module",
3
- "version": "17.2.5",
3
+ "version": "17.3.0",
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": "17.2.5",
20
- "@baloise/ds-angular-common": "17.2.5",
19
+ "@baloise/ds-core": "17.3.0",
20
+ "@baloise/ds-angular-common": "17.3.0",
21
21
  "tslib": "^2.3.0"
22
22
  },
23
23
  "sideEffects": false,