@sjcrh/proteinpaint-front 2.203.1 → 2.205.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.203.1",
3
+ "version": "2.205.0",
4
4
  "browser": "src/app.js",
5
5
  "main": "src/index.js",
6
6
  "bin": "init.js",
@@ -13,12 +13,10 @@
13
13
  "test:integration": "echo 'TODO: front integration tests'"
14
14
  },
15
15
  "devDependencies": {
16
- "@sjcrh/proteinpaint-client": "2.203.1",
17
- "node-polyfill-webpack-plugin": "^4.0.0",
16
+ "@sjcrh/proteinpaint-client": "2.205.0",
18
17
  "webpack": "^5.76.0",
19
18
  "webpack-cli": "^4.9.2",
20
- "webpack-node-externals": "^3.0.0",
21
- "webpack-notifier": "^1.15.0"
19
+ "webpack-node-externals": "^3.0.0"
22
20
  },
23
21
  "files": [
24
22
  "public/index.html",
@@ -365,17 +365,6 @@
365
365
  "ribbon": { "text":"new", "expireDate": "2024-09-01" },
366
366
  "sandboxJson": "geneExp",
367
367
  "searchterms": ["clustering","expression","hierarchical"]
368
- },
369
- {
370
- "type": "card",
371
- "name": "Whole Slide Imaging",
372
- "configFeature": "showWSImages",
373
- "section": "apps",
374
- "description": "H&E images zooming and panning",
375
- "image": "https://proteinpaint.stjude.org/ppdemo/images/wsi-square.png",
376
- "ribbon": { "text": "new", "expireDate": "2024-10-01" },
377
- "sandboxJson": "wsi",
378
- "searchterms": ["H&E", "HE", "histology", "slice", "slide", "pathology"]
379
368
  }
380
369
  ]
381
370
  }
@@ -1,26 +0,0 @@
1
- {
2
- "ribbonMessage": "We're excited to announce our new whole slide imaging viewer!",
3
- "ppcalls": [
4
- {
5
- "label": "Whole Slide Imaging",
6
- "runargs": {
7
- "mass": {
8
- "state": {
9
- "dslabel": "GDC",
10
- "genome": "hg38",
11
- "nav": {
12
- "header_mode": "hidden"
13
- },
14
- "plots": [
15
- {
16
- "chartType": "WSISamplesPlot",
17
- "subfolder": "wsisamples",
18
- "extension": "ts"
19
- }
20
- ]
21
- }
22
- }
23
- }
24
- }
25
- ]
26
- }