@colijnit/corecomponents_v12 259.1.8 → 259.1.9

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.
@@ -9130,7 +9130,8 @@
9130
9130
  PopupMessageDisplayComponent.decorators = [
9131
9131
  { type: i0.Component, args: [{
9132
9132
  selector: "co-popup-message-display",
9133
- 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 "
9133
+ 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 ",
9134
+ styles: [":host .popup-image{width:100%;height:100%;object-fit:contain}\n"]
9134
9135
  },] }
9135
9136
  ];
9136
9137
  PopupMessageDisplayComponent.ctorParameters = function () { return []; };