@baloise/ds-angular-module 19.8.4 → 19.9.0-nightly.20260304

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.
@@ -1784,11 +1784,11 @@ let BalLogo = class BalLogo {
1784
1784
  this.el = r.nativeElement;
1785
1785
  }
1786
1786
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.7", ngImport: i0, type: BalLogo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1787
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.7", type: BalLogo, selector: "bal-logo", inputs: { animated: "animated", color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1787
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.7", type: BalLogo, selector: "bal-logo", inputs: { animated: "animated", brand: "brand", color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1788
1788
  };
1789
1789
  BalLogo = __decorate([
1790
1790
  ProxyCmp({
1791
- inputs: ['animated', 'color', 'size'],
1791
+ inputs: ['animated', 'brand', 'color', 'size'],
1792
1792
  defineCustomElementFn: defineCustomElement$Y
1793
1793
  }),
1794
1794
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -1800,7 +1800,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.7", ngImpor
1800
1800
  changeDetection: ChangeDetectionStrategy.OnPush,
1801
1801
  template: '<ng-content></ng-content>',
1802
1802
  standalone: false,
1803
- inputs: ['animated', 'color', 'size']
1803
+ inputs: ['animated', 'brand', 'color', 'size']
1804
1804
  }]
1805
1805
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1806
1806
  let BalModal = class BalModal {