@six-group/ui-library-angular 0.0.0-insider.4753bee → 0.0.0-insider.47a841e

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.
@@ -887,11 +887,11 @@ let SixIcon = class SixIcon {
887
887
  this.el = r.nativeElement;
888
888
  }
889
889
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: SixIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
890
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: SixIcon, isStandalone: false, selector: "six-icon", inputs: { filled: "filled", library: "library", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
890
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: SixIcon, isStandalone: false, selector: "six-icon", inputs: { filled: "filled", inlineSvg: "inlineSvg", library: "library", name: "name", size: "size", src: "src" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
891
891
  };
892
892
  SixIcon = __decorate([
893
893
  ProxyCmp({
894
- inputs: ['filled', 'library', 'size']
894
+ inputs: ['filled', 'inlineSvg', 'library', 'name', 'size', 'src']
895
895
  })
896
896
  ], SixIcon);
897
897
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: SixIcon, decorators: [{
@@ -901,7 +901,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImpor
901
901
  changeDetection: ChangeDetectionStrategy.OnPush,
902
902
  template: '<ng-content></ng-content>',
903
903
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
904
- inputs: ['filled', 'library', 'size'],
904
+ inputs: ['filled', 'inlineSvg', 'library', 'name', 'size', 'src'],
905
905
  standalone: false
906
906
  }]
907
907
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });