@wizishop/img-manager 15.2.14 → 15.2.16

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.
@@ -65,7 +65,6 @@ export declare class ImagesViewComponent implements OnInit, AfterViewInit {
65
65
  private errorGetAllImg;
66
66
  private errorGetTotalImg;
67
67
  private errorGetImg;
68
- private msgNoImgFound;
69
68
  private errorRemoveImg;
70
69
  constructor(imgManager: ImgManagerService, imgEventService: ImgEventService, imgSelectionService: ImgSelectionService, alertService: AlertService, userSettingsService: UserSettingsService, renamePictureService: RenamePictureService, changeDetectorRef: ChangeDetectorRef);
71
70
  ngOnInit(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/img-manager",
3
- "version": "15.2.14",
3
+ "version": "15.2.16",
4
4
  "description": "The best and the most beautiful image manager.",
5
5
  "repository": {
6
6
  "type": "git",
Binary file
@@ -930,7 +930,7 @@ $tag-radius: rem(20px)!default;
930
930
 
931
931
  &.fullSize {
932
932
  & + .images-view__scroll {
933
- max-height: 1160px!important;
933
+ max-height: 830px!important;
934
934
  }
935
935
  }
936
936
 
Binary file