@getflip/swirl-components-angular 0.342.0 → 0.342.1

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.
@@ -1050,11 +1050,11 @@ let SwirlEmptyState = class SwirlEmptyState {
1050
1050
  this.el = r.nativeElement;
1051
1051
  }
1052
1052
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlEmptyState, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1053
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlEmptyState, selector: "swirl-empty-state", inputs: { heading: "heading", illustration: "illustration" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1053
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlEmptyState, selector: "swirl-empty-state", inputs: { heading: "heading", headingLevel: "headingLevel", illustration: "illustration" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1054
1054
  };
1055
1055
  SwirlEmptyState = __decorate([
1056
1056
  ProxyCmp({
1057
- inputs: ['heading', 'illustration']
1057
+ inputs: ['heading', 'headingLevel', 'illustration']
1058
1058
  })
1059
1059
  ], SwirlEmptyState);
1060
1060
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlEmptyState, decorators: [{
@@ -1064,7 +1064,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1064
1064
  changeDetection: ChangeDetectionStrategy.OnPush,
1065
1065
  template: '<ng-content></ng-content>',
1066
1066
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1067
- inputs: ['heading', 'illustration'],
1067
+ inputs: ['heading', 'headingLevel', 'illustration'],
1068
1068
  }]
1069
1069
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1070
1070
  let SwirlFileChip = class SwirlFileChip {