@baloise/ds-angular-module 19.7.1 → 19.8.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.
@@ -114,7 +114,7 @@ export declare class BalCardButton {
114
114
  protected el: HTMLElement;
115
115
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
116
116
  static ɵfac: i0.ɵɵFactoryDeclaration<BalCardButton, never>;
117
- static ɵcmp: i0.ɵɵComponentDeclaration<BalCardButton, "bal-card-button", never, { "disabled": { "alias": "disabled"; "required": false; }; "elementType": { "alias": "elementType"; "required": false; }; "href": { "alias": "href"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconRight": { "alias": "iconRight"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "target": { "alias": "target"; "required": false; }; }, {}, never, ["*"], false, never>;
117
+ static ɵcmp: i0.ɵɵComponentDeclaration<BalCardButton, "bal-card-button", never, { "disabled": { "alias": "disabled"; "required": false; }; "elementType": { "alias": "elementType"; "required": false; }; "href": { "alias": "href"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconRight": { "alias": "iconRight"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "rel": { "alias": "rel"; "required": false; }; "target": { "alias": "target"; "required": false; }; }, {}, never, ["*"], false, never>;
118
118
  }
119
119
  export declare interface BalCardContent extends Components.BalCardContent {
120
120
  }
@@ -416,7 +416,7 @@ export declare class BalFooter {
416
416
  protected el: HTMLElement;
417
417
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
418
418
  static ɵfac: i0.ɵɵFactoryDeclaration<BalFooter, never>;
419
- static ɵcmp: i0.ɵɵComponentDeclaration<BalFooter, "bal-footer", never, { "hideLanguageSelection": { "alias": "hideLanguageSelection"; "required": false; }; "hideLinks": { "alias": "hideLinks"; "required": false; }; "overrideLinks": { "alias": "overrideLinks"; "required": false; }; "showSocialMedia": { "alias": "showSocialMedia"; "required": false; }; }, {}, never, ["*"], false, never>;
419
+ 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>;
420
420
  }
421
421
  export declare interface BalForm extends Components.BalForm {
422
422
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baloise/ds-angular-module",
3
- "version": "19.7.1",
3
+ "version": "19.8.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": ">=18.0.0"
17
17
  },
18
18
  "dependencies": {
19
- "@baloise/ds-core": "19.7.1",
20
- "@baloise/ds-angular-common": "19.7.1",
19
+ "@baloise/ds-core": "19.8.0",
20
+ "@baloise/ds-angular-common": "19.8.0",
21
21
  "tslib": "^2.3.0"
22
22
  },
23
23
  "sideEffects": false,