@baloise/ds-angular 16.5.2-nightly.20241016 → 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.
@@ -937,10 +937,10 @@ let BalDivider = class BalDivider {
937
937
  }
938
938
  };
939
939
  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 });
940
- 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 });
940
+ 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 });
941
941
  BalDivider = __decorate([
942
942
  ProxyCmp({
943
- inputs: ['color', 'layout', 'space'],
943
+ inputs: ['borderStyle', 'color', 'layout', 'space'],
944
944
  defineCustomElementFn: defineCustomElement$u
945
945
  }),
946
946
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
@@ -952,7 +952,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
952
952
  changeDetection: ChangeDetectionStrategy.OnPush,
953
953
  template: '<ng-content></ng-content>',
954
954
  standalone: true,
955
- inputs: ['color', 'layout', 'space']
955
+ inputs: ['borderStyle', 'color', 'layout', 'space']
956
956
  }]
957
957
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
958
958
  let BalField = class BalField {