@cornerstonejs/adapters 1.61.0 → 1.61.1

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.
@@ -41592,7 +41592,8 @@ class BaseVolumeViewport extends Viewport$1 {
41592
41592
  if (!suppressEvents) {
41593
41593
  const eventDetail = {
41594
41594
  viewportId: this.id,
41595
- colormap: colormap$1
41595
+ colormap: colormap$1,
41596
+ volumeId
41596
41597
  };
41597
41598
  triggerEvent(this.element, EVENTS.COLORMAP_MODIFIED, eventDetail);
41598
41599
  }