@getflip/swirl-components-angular 0.20.0 → 0.21.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.
@@ -570,11 +570,11 @@ let SwirlDescriptionListItem = class SwirlDescriptionListItem {
570
570
  }
571
571
  };
572
572
  SwirlDescriptionListItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlDescriptionListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
573
- SwirlDescriptionListItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlDescriptionListItem, selector: "swirl-description-list-item", inputs: { term: "term" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
573
+ SwirlDescriptionListItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlDescriptionListItem, selector: "swirl-description-list-item", inputs: { orientation: "orientation", term: "term" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
574
574
  SwirlDescriptionListItem = __decorate([
575
575
  ProxyCmp({
576
576
  defineCustomElementFn: undefined,
577
- inputs: ['term']
577
+ inputs: ['orientation', 'term']
578
578
  })
579
579
  ], SwirlDescriptionListItem);
580
580
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlDescriptionListItem, decorators: [{
@@ -583,7 +583,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
583
583
  selector: 'swirl-description-list-item',
584
584
  changeDetection: ChangeDetectionStrategy.OnPush,
585
585
  template: '<ng-content></ng-content>',
586
- inputs: ['term']
586
+ inputs: ['orientation', 'term']
587
587
  }]
588
588
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
589
589
  let SwirlDialog = class SwirlDialog {