@baloise/ds-angular 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, ["*"], true, 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, ["*"], true, never>;
118
118
  }
119
119
  export declare interface BalCardContent extends Components.BalCardContent {
120
120
  }
@@ -323,7 +323,7 @@ export declare class BalFooter {
323
323
  protected el: HTMLElement;
324
324
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
325
325
  static ɵfac: i0.ɵɵFactoryDeclaration<BalFooter, never>;
326
- 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, ["*"], true, never>;
326
+ 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, ["*"], true, never>;
327
327
  }
328
328
  export declare interface BalForm extends Components.BalForm {
329
329
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baloise/ds-angular",
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",
@@ -17,8 +17,8 @@
17
17
  "@angular/forms": ">=18.0.0"
18
18
  },
19
19
  "dependencies": {
20
- "@baloise/ds-core": "19.7.1",
21
- "@baloise/ds-angular-common": "19.7.1",
20
+ "@baloise/ds-core": "19.8.0",
21
+ "@baloise/ds-angular-common": "19.8.0",
22
22
  "tslib": "~2.3.0"
23
23
  },
24
24
  "sideEffects": false,