oncoprintjs 6.0.6 → 6.0.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.
package/dist/index.js CHANGED
@@ -9595,6 +9595,7 @@ var OncoprintHeaderView = /** @class */ (function () {
9595
9595
  .appendTo($headerDiv)
9596
9596
  .attr({
9597
9597
  src: img$1,
9598
+ alt: 'Menu Dots Icon',
9598
9599
  width: MENU_DOTS_SIZE,
9599
9600
  height: MENU_DOTS_SIZE,
9600
9601
  })
@@ -10010,6 +10011,7 @@ var OncoprintTrackOptionsView = /** @class */ (function () {
10010
10011
  .appendTo($div)
10011
10012
  .attr({
10012
10013
  src: img$1,
10014
+ alt: 'Menu Dots Icon',
10013
10015
  width: this.img_size,
10014
10016
  height: this.img_size,
10015
10017
  })
@@ -12002,7 +12004,7 @@ var OncoprintMinimapView = /** @class */ (function () {
12002
12004
  })
12003
12005
  .addClass('oncoprint-zoomtofit-btn')
12004
12006
  .appendTo($div);
12005
- $__default["default"]("<img src=\"" + img + "\" />")
12007
+ $__default["default"]("<img src=\"" + img + "\" alt=\"Zoom to Fit Icon\" />")
12006
12008
  .css({
12007
12009
  height: btn_height - 4,
12008
12010
  width: btn_width - 4,