@sjcrh/proteinpaint-front 2.192.0 → 2.194.0

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/bundles.tgz CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sjcrh/proteinpaint-front",
3
- "version": "2.192.0",
3
+ "version": "2.194.0",
4
4
  "browser": "src/app.js",
5
5
  "main": "src/index.js",
6
6
  "bin": "init.js",
@@ -13,7 +13,7 @@
13
13
  "test:integration": "echo 'TODO: front integration tests'"
14
14
  },
15
15
  "devDependencies": {
16
- "@sjcrh/proteinpaint-client": "2.192.0",
16
+ "@sjcrh/proteinpaint-client": "2.194.0",
17
17
  "node-polyfill-webpack-plugin": "^4.0.0",
18
18
  "webpack": "^5.76.0",
19
19
  "webpack-cli": "^4.9.2",
@@ -123,13 +123,14 @@
123
123
  }
124
124
  },
125
125
  {
126
- "label": "Custom protein domains for specified isoforms",
127
- "message": "Add custom protein domains with the <span style='font-family: Courier; opacity: 0.6;'>.geneDomains:{}</span> argument. Custom domains in this example are shown in bright red and blue in the protein view and included in the legend.",
126
+ "label": "Custom protein domains",
127
+ "message": "Add custom protein domains for specific isoforms with the <span style='font-family: Courier; opacity: 0.6;'>.geneDomains:{}</span> argument. Hide server-supplied domains with the <span style='font-family: Courier; opacity: 0.6;'>.hidePdomain:true</span> property.",
128
128
  "runargs": {
129
129
  "nobox": 1,
130
130
  "noheader": 1,
131
131
  "genome": "hg38",
132
132
  "gene": "TP53",
133
+ "hidePdomain":true,
133
134
  "geneDomains": {
134
135
  "NM_000546": [
135
136
  {
@@ -161,4 +162,4 @@
161
162
  }
162
163
  ],
163
164
  "ribbonMessage": "See our newest example about adding custom protein domains with the <span style='font-family: Courier; opacity: 0.6;'>.geneDomains{}</span> argument. Click on 'Custom protein domains' to learn more."
164
- }
165
+ }