@getflip/swirl-components-angular 0.91.1 → 0.92.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.
@@ -6874,11 +6874,11 @@ let SwirlText = class SwirlText {
6874
6874
  }
6875
6875
  };
6876
6876
  SwirlText.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
6877
- SwirlText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlText, selector: "swirl-text", inputs: { align: "align", as: "as", balance: "balance", color: "color", fontFamily: "fontFamily", fontStyle: "fontStyle", lines: "lines", size: "size", truncate: "truncate", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
6877
+ SwirlText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlText, selector: "swirl-text", inputs: { align: "align", as: "as", balance: "balance", color: "color", fontFamily: "fontFamily", fontStyle: "fontStyle", lines: "lines", size: "size", truncate: "truncate", truncateDirection: "truncateDirection", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
6878
6878
  SwirlText = __decorate([
6879
6879
  ProxyCmp({
6880
6880
  defineCustomElementFn: undefined,
6881
- inputs: ['align', 'as', 'balance', 'color', 'fontFamily', 'fontStyle', 'lines', 'size', 'truncate', 'weight']
6881
+ inputs: ['align', 'as', 'balance', 'color', 'fontFamily', 'fontStyle', 'lines', 'size', 'truncate', 'truncateDirection', 'weight']
6882
6882
  })
6883
6883
  ], SwirlText);
6884
6884
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlText, decorators: [{
@@ -6887,7 +6887,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
6887
6887
  selector: 'swirl-text',
6888
6888
  changeDetection: ChangeDetectionStrategy.OnPush,
6889
6889
  template: '<ng-content></ng-content>',
6890
- inputs: ['align', 'as', 'balance', 'color', 'fontFamily', 'fontStyle', 'lines', 'size', 'truncate', 'weight']
6890
+ inputs: ['align', 'as', 'balance', 'color', 'fontFamily', 'fontStyle', 'lines', 'size', 'truncate', 'truncateDirection', 'weight']
6891
6891
  }]
6892
6892
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
6893
6893
  let SwirlTextInput = class SwirlTextInput {