oncoprintjs 6.0.6 → 6.0.7

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.es.js CHANGED
@@ -9585,6 +9585,7 @@ var OncoprintHeaderView = /** @class */ (function () {
9585
9585
  .appendTo($headerDiv)
9586
9586
  .attr({
9587
9587
  src: img$1,
9588
+ alt: 'Menu Dots Icon',
9588
9589
  width: MENU_DOTS_SIZE,
9589
9590
  height: MENU_DOTS_SIZE,
9590
9591
  })
@@ -10000,6 +10001,7 @@ var OncoprintTrackOptionsView = /** @class */ (function () {
10000
10001
  .appendTo($div)
10001
10002
  .attr({
10002
10003
  src: img$1,
10004
+ alt: 'Menu Dots Icon',
10003
10005
  width: this.img_size,
10004
10006
  height: this.img_size,
10005
10007
  })
@@ -11992,7 +11994,7 @@ var OncoprintMinimapView = /** @class */ (function () {
11992
11994
  })
11993
11995
  .addClass('oncoprint-zoomtofit-btn')
11994
11996
  .appendTo($div);
11995
- $$1("<img src=\"" + img + "\" />")
11997
+ $$1("<img src=\"" + img + "\" alt=\"Zoom to Fit Icon\" />")
11996
11998
  .css({
11997
11999
  height: btn_height - 4,
11998
12000
  width: btn_width - 4,