@getflip/swirl-components-angular 0.274.1 → 0.275.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.
@@ -492,11 +492,11 @@ let SwirlButtonGroup = class SwirlButtonGroup {
492
492
  this.el = r.nativeElement;
493
493
  }
494
494
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlButtonGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
495
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlButtonGroup, selector: "swirl-button-group", inputs: { orientation: "orientation", segmented: "segmented", stretch: "stretch", wrap: "wrap" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
495
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlButtonGroup, selector: "swirl-button-group", inputs: { orientation: "orientation", segmented: "segmented", spacing: "spacing", stretch: "stretch", wrap: "wrap" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
496
496
  };
497
497
  SwirlButtonGroup = __decorate([
498
498
  ProxyCmp({
499
- inputs: ['orientation', 'segmented', 'stretch', 'wrap']
499
+ inputs: ['orientation', 'segmented', 'spacing', 'stretch', 'wrap']
500
500
  })
501
501
  ], SwirlButtonGroup);
502
502
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlButtonGroup, decorators: [{
@@ -506,7 +506,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
506
506
  changeDetection: ChangeDetectionStrategy.OnPush,
507
507
  template: '<ng-content></ng-content>',
508
508
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
509
- inputs: ['orientation', 'segmented', 'stretch', 'wrap'],
509
+ inputs: ['orientation', 'segmented', 'spacing', 'stretch', 'wrap'],
510
510
  }]
511
511
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
512
512
  let SwirlCard = class SwirlCard {