@baloise/ds-angular 16.5.2 → 16.6.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.
@@ -944,10 +944,10 @@ let BalDivider = class BalDivider {
944
944
  }
945
945
  };
946
946
  BalDivider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BalDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
947
- BalDivider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalDivider, isStandalone: true, selector: "bal-divider", inputs: { color: "color", layout: "layout", space: "space" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
947
+ BalDivider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BalDivider, isStandalone: true, selector: "bal-divider", inputs: { borderStyle: "borderStyle", color: "color", layout: "layout", space: "space" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
948
948
  BalDivider = __decorate([
949
949
  ProxyCmp({
950
- inputs: ['color', 'layout', 'space'],
950
+ inputs: ['borderStyle', 'color', 'layout', 'space'],
951
951
  defineCustomElementFn: defineCustomElement$u
952
952
  }),
953
953
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -959,7 +959,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
959
959
  changeDetection: ChangeDetectionStrategy.OnPush,
960
960
  template: '<ng-content></ng-content>',
961
961
  standalone: true,
962
- inputs: ['color', 'layout', 'space']
962
+ inputs: ['borderStyle', 'color', 'layout', 'space']
963
963
  }]
964
964
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
965
965
  let BalField = class BalField {