@sjcrh/proteinpaint-client 2.190.1 → 2.190.2

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.
@@ -1792,7 +1792,7 @@ function runproteinpaint(arg) {
1792
1792
  selectAll_default(".sja_pane").remove();
1793
1793
  return;
1794
1794
  }
1795
- app.holder = select_default(arg.holder || document.body).append("div").attr("class", "sja_root_holder").attr("data-ppclientversion", `2.190.1`).style("font-size", "1em").style("color", "black").on("click", (e) => {
1795
+ app.holder = select_default(arg.holder || document.body).append("div").attr("class", "sja_root_holder").attr("data-ppclientversion", `2.190.2`).style("font-size", "1em").style("color", "black").on("click", (e) => {
1796
1796
  e.stopPropagation();
1797
1797
  if (e.target.tagName == "BUTTON") e.preventDefault();
1798
1798
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sjcrh/proteinpaint-client",
3
- "version": "2.190.1",
3
+ "version": "2.190.2",
4
4
  "description": "a genomics visualization tool for exploring a cohort's genotype and phenotype data",
5
5
  "type": "module",
6
6
  "main": "dist/app.js",
@@ -57,7 +57,7 @@
57
57
  "@babel/preset-env": "^7.9.6",
58
58
  "@babel/preset-typescript": "^7.21.4",
59
59
  "@sjcrh/proteinpaint-shared": "2.190.1",
60
- "@sjcrh/proteinpaint-types": "2.190.1",
60
+ "@sjcrh/proteinpaint-types": "2.190.2",
61
61
  "@types/d3": "^7.4.3",
62
62
  "@types/ol-ext": "npm:@siedlerchr/types-ol-ext@^3.4.0",
63
63
  "@types/openseadragon": "^3.0.10",