@baloise/ds-angular-module 19.10.1 → 19.10.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.
@@ -418,7 +418,7 @@ export declare class BalFooter {
418
418
  protected el: HTMLElement;
419
419
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
420
420
  static ɵfac: i0.ɵɵFactoryDeclaration<BalFooter, never>;
421
- static ɵcmp: i0.ɵɵComponentDeclaration<BalFooter, "bal-footer", never, { "hideLanguageSelection": { "alias": "hideLanguageSelection"; "required": false; }; "hideLinks": { "alias": "hideLinks"; "required": false; }; "logoHref": { "alias": "logoHref"; "required": false; }; "logoSvg": { "alias": "logoSvg"; "required": false; }; "overrideLinks": { "alias": "overrideLinks"; "required": false; }; "showSocialMedia": { "alias": "showSocialMedia"; "required": false; }; }, {}, never, ["*"], false, never>;
421
+ static ɵcmp: i0.ɵɵComponentDeclaration<BalFooter, "bal-footer", never, { "hideLanguageSelection": { "alias": "hideLanguageSelection"; "required": false; }; "hideLinks": { "alias": "hideLinks"; "required": false; }; "logoBrand": { "alias": "logoBrand"; "required": false; }; "logoHref": { "alias": "logoHref"; "required": false; }; "logoSvg": { "alias": "logoSvg"; "required": false; }; "overrideLinks": { "alias": "overrideLinks"; "required": false; }; "showSocialMedia": { "alias": "showSocialMedia"; "required": false; }; }, {}, never, ["*"], false, never>;
422
422
  }
423
423
  export declare interface BalForm extends Components.BalForm {
424
424
  }
@@ -813,7 +813,7 @@ export declare class BalNavbarBrand {
813
813
  protected el: HTMLElement;
814
814
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
815
815
  static ɵfac: i0.ɵɵFactoryDeclaration<BalNavbarBrand, never>;
816
- static ɵcmp: i0.ɵɵComponentDeclaration<BalNavbarBrand, "bal-navbar-brand", never, { "animated": { "alias": "animated"; "required": false; }; "href": { "alias": "href"; "required": false; }; "logo": { "alias": "logo"; "required": false; }; "logoClickable": { "alias": "logoClickable"; "required": false; }; "logoLabel": { "alias": "logoLabel"; "required": false; }; "logoSize": { "alias": "logoSize"; "required": false; }; "rel": { "alias": "rel"; "required": false; }; "simple": { "alias": "simple"; "required": false; }; "target": { "alias": "target"; "required": false; }; }, { "balNavigate": "balNavigate"; "balWillAnimate": "balWillAnimate"; "balDidAnimate": "balDidAnimate"; }, never, ["*"], false, never>;
816
+ static ɵcmp: i0.ɵɵComponentDeclaration<BalNavbarBrand, "bal-navbar-brand", never, { "animated": { "alias": "animated"; "required": false; }; "href": { "alias": "href"; "required": false; }; "logo": { "alias": "logo"; "required": false; }; "logoBrand": { "alias": "logoBrand"; "required": false; }; "logoClickable": { "alias": "logoClickable"; "required": false; }; "logoLabel": { "alias": "logoLabel"; "required": false; }; "logoSize": { "alias": "logoSize"; "required": false; }; "rel": { "alias": "rel"; "required": false; }; "simple": { "alias": "simple"; "required": false; }; "target": { "alias": "target"; "required": false; }; }, { "balNavigate": "balNavigate"; "balWillAnimate": "balWillAnimate"; "balDidAnimate": "balDidAnimate"; }, never, ["*"], false, never>;
817
817
  }
818
818
  export declare interface BalNavbarMenu extends Components.BalNavbarMenu {
819
819
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baloise/ds-angular-module",
3
- "version": "19.10.1",
3
+ "version": "19.10.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": ">=18.0.0"
17
17
  },
18
18
  "dependencies": {
19
- "@baloise/ds-core": "19.10.1",
20
- "@baloise/ds-angular-common": "19.10.1",
19
+ "@baloise/ds-core": "19.10.2",
20
+ "@baloise/ds-angular-common": "19.10.2",
21
21
  "tslib": "^2.3.0"
22
22
  },
23
23
  "sideEffects": false,