@colijnit/sharedcomponents 255.1.7 → 255.1.8

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.
@@ -14768,7 +14768,8 @@
14768
14768
  return true;
14769
14769
  };
14770
14770
  WorkflowInfoTileComponent.prototype.ngOnInit = function () {
14771
- this.backgroundColor = this.colorService.GetRandomColorWithSettings([0, 360], [90, 100], [40, 95], [1, 1]);
14771
+ this.backgroundColor = (this.workflowProcessInfoPerStatus && this.workflowProcessInfoPerStatus.color) ?
14772
+ this.workflowProcessInfoPerStatus.color.replace('0x', '#') : "";
14772
14773
  };
14773
14774
  return WorkflowInfoTileComponent;
14774
14775
  }());