@getflip/swirl-components-angular 0.275.0 → 0.277.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.
@@ -466,11 +466,11 @@ let SwirlButton = class SwirlButton {
466
466
  this.el = r.nativeElement;
467
467
  }
468
468
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
469
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlButton, selector: "swirl-button", inputs: { disabled: "disabled", download: "download", form: "form", hideLabel: "hideLabel", href: "href", icon: "icon", iconPosition: "iconPosition", intent: "intent", label: "label", name: "name", pill: "pill", pressed: "pressed", size: "size", swirlAriaControls: "swirlAriaControls", swirlAriaCurrent: "swirlAriaCurrent", swirlAriaDescribedby: "swirlAriaDescribedby", swirlAriaExpanded: "swirlAriaExpanded", swirlAriaHaspopup: "swirlAriaHaspopup", swirlAriaLabel: "swirlAriaLabel", target: "target", textAlign: "textAlign", type: "type", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
469
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlButton, selector: "swirl-button", inputs: { disabled: "disabled", download: "download", form: "form", hideLabel: "hideLabel", href: "href", icon: "icon", iconPosition: "iconPosition", inheritFontSize: "inheritFontSize", intent: "intent", label: "label", name: "name", pill: "pill", pressed: "pressed", size: "size", swirlAriaControls: "swirlAriaControls", swirlAriaCurrent: "swirlAriaCurrent", swirlAriaDescribedby: "swirlAriaDescribedby", swirlAriaExpanded: "swirlAriaExpanded", swirlAriaHaspopup: "swirlAriaHaspopup", swirlAriaLabel: "swirlAriaLabel", target: "target", textAlign: "textAlign", type: "type", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
470
470
  };
471
471
  SwirlButton = __decorate([
472
472
  ProxyCmp({
473
- inputs: ['disabled', 'download', 'form', 'hideLabel', 'href', 'icon', 'iconPosition', 'intent', 'label', 'name', 'pill', 'pressed', 'size', 'swirlAriaControls', 'swirlAriaCurrent', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlAriaHaspopup', 'swirlAriaLabel', 'target', 'textAlign', 'type', 'value', 'variant']
473
+ inputs: ['disabled', 'download', 'form', 'hideLabel', 'href', 'icon', 'iconPosition', 'inheritFontSize', 'intent', 'label', 'name', 'pill', 'pressed', 'size', 'swirlAriaControls', 'swirlAriaCurrent', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlAriaHaspopup', 'swirlAriaLabel', 'target', 'textAlign', 'type', 'value', 'variant']
474
474
  })
475
475
  ], SwirlButton);
476
476
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlButton, decorators: [{
@@ -480,7 +480,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
480
480
  changeDetection: ChangeDetectionStrategy.OnPush,
481
481
  template: '<ng-content></ng-content>',
482
482
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
483
- inputs: ['disabled', 'download', 'form', 'hideLabel', 'href', 'icon', 'iconPosition', 'intent', 'label', 'name', 'pill', 'pressed', 'size', 'swirlAriaControls', 'swirlAriaCurrent', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlAriaHaspopup', 'swirlAriaLabel', 'target', 'textAlign', 'type', 'value', 'variant'],
483
+ inputs: ['disabled', 'download', 'form', 'hideLabel', 'href', 'icon', 'iconPosition', 'inheritFontSize', 'intent', 'label', 'name', 'pill', 'pressed', 'size', 'swirlAriaControls', 'swirlAriaCurrent', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlAriaHaspopup', 'swirlAriaLabel', 'target', 'textAlign', 'type', 'value', 'variant'],
484
484
  }]
485
485
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
486
486
  let SwirlButtonGroup = class SwirlButtonGroup {