@getflip/swirl-components-angular 0.155.2 → 0.157.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.
@@ -5531,11 +5531,11 @@ let SwirlShellNavigationItem = class SwirlShellNavigationItem {
5531
5531
  }
5532
5532
  };
5533
5533
  SwirlShellNavigationItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlShellNavigationItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
5534
- SwirlShellNavigationItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlShellNavigationItem, selector: "swirl-shell-navigation-item", inputs: { active: "active", badgeLabel: "badgeLabel", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
5534
+ SwirlShellNavigationItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlShellNavigationItem, selector: "swirl-shell-navigation-item", inputs: { active: "active", badgeLabel: "badgeLabel", href: "href", label: "label", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
5535
5535
  SwirlShellNavigationItem = __decorate([
5536
5536
  ProxyCmp({
5537
5537
  defineCustomElementFn: undefined,
5538
- inputs: ['active', 'badgeLabel', 'label']
5538
+ inputs: ['active', 'badgeLabel', 'href', 'label', 'target']
5539
5539
  })
5540
5540
  ], SwirlShellNavigationItem);
5541
5541
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlShellNavigationItem, decorators: [{
@@ -5544,7 +5544,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
5544
5544
  selector: 'swirl-shell-navigation-item',
5545
5545
  changeDetection: ChangeDetectionStrategy.OnPush,
5546
5546
  template: '<ng-content></ng-content>',
5547
- inputs: ['active', 'badgeLabel', 'label']
5547
+ inputs: ['active', 'badgeLabel', 'href', 'label', 'target']
5548
5548
  }]
5549
5549
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
5550
5550
  let SwirlSkeletonBox = class SwirlSkeletonBox {