@biggive/components-angular 202305241149.0.0 → 202305301947.0.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.
@@ -1124,11 +1124,11 @@ let BiggiveSocialIcon = class BiggiveSocialIcon {
1124
1124
  }
1125
1125
  };
1126
1126
  BiggiveSocialIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveSocialIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1127
- BiggiveSocialIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveSocialIcon, selector: "biggive-social-icon", inputs: { backgroundColour: "backgroundColour", iconColour: "iconColour", service: "service", url: "url", wide: "wide" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1127
+ BiggiveSocialIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveSocialIcon, selector: "biggive-social-icon", inputs: { backgroundColour: "backgroundColour", iconColour: "iconColour", labelPrefix: "labelPrefix", service: "service", url: "url", wide: "wide" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1128
1128
  BiggiveSocialIcon = __decorate([
1129
1129
  ProxyCmp({
1130
1130
  defineCustomElementFn: defineCustomElement$H,
1131
- inputs: ['backgroundColour', 'iconColour', 'service', 'url', 'wide']
1131
+ inputs: ['backgroundColour', 'iconColour', 'labelPrefix', 'service', 'url', 'wide']
1132
1132
  })
1133
1133
  ], BiggiveSocialIcon);
1134
1134
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveSocialIcon, decorators: [{
@@ -1137,7 +1137,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
1137
1137
  selector: 'biggive-social-icon',
1138
1138
  changeDetection: ChangeDetectionStrategy.OnPush,
1139
1139
  template: '<ng-content></ng-content>',
1140
- inputs: ['backgroundColour', 'iconColour', 'service', 'url', 'wide']
1140
+ inputs: ['backgroundColour', 'iconColour', 'labelPrefix', 'service', 'url', 'wide']
1141
1141
  }]
1142
1142
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1143
1143
  let BiggiveTab = class BiggiveTab {