@colijnit/corecomponents_v12 258.1.20 → 258.1.21

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.
@@ -9188,7 +9188,8 @@
9188
9188
  PopupMessageDisplayComponent.decorators = [
9189
9189
  { type: i0.Component, args: [{
9190
9190
  selector: "co-popup-message-display",
9191
- template: "\n <span *ngIf=\"!image\" class=\"message\" [textContent]=\"message\"></span>\n <img *ngIf=\"image\" [src]=\"message\"/>\n <ng-container *ngIf=\"details\" label=\"DETAILS\">\n <div class=\"overflow-y-auto overflow-x-hidden details\">\n <span class=\"message wrap\" [textContent]=\"details\" style=\"overflow-wrap: break-word;\"></span>\n </div>\n <span class=\"details-link\" [textContent]=\"'COPY_MESSAGE_TO_CLIPBOARD'\" (click)=\"handleCopyClick()\"></span>\n </ng-container>\n "
9191
+ template: "\n <span *ngIf=\"!image\" class=\"message\" [textContent]=\"message\"></span>\n <img class=\"popup-image\" *ngIf=\"image\" [src]=\"message\"/>\n <ng-container *ngIf=\"details\" label=\"DETAILS\">\n <div class=\"overflow-y-auto overflow-x-hidden details\">\n <span class=\"message wrap\" [textContent]=\"details\" style=\"overflow-wrap: break-word;\"></span>\n </div>\n <span class=\"details-link\" [textContent]=\"'COPY_MESSAGE_TO_CLIPBOARD'\" (click)=\"handleCopyClick()\"></span>\n </ng-container>\n ",
9192
+ styles: [":host .popup-image{width:100%;height:100%;object-fit:contain}\n"]
9192
9193
  },] }
9193
9194
  ];
9194
9195
  PopupMessageDisplayComponent.ctorParameters = function () { return []; };