@sjcrh/proteinpaint-front 2.78.0 → 2.79.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 +0 -0
- package/package.json +2 -2
- package/public/cards/index.json +3 -3
- package/public/cards/survivorBtn.txt +5 -0
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.
|
|
3
|
+
"version": "2.79.0",
|
|
4
4
|
"browser": "src/app.js",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"bin": "init.js",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"test:integration": "echo 'TODO: front integration tests'"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@sjcrh/proteinpaint-client": "2.
|
|
15
|
+
"@sjcrh/proteinpaint-client": "2.79.0",
|
|
16
16
|
"webpack": "^5.76.0",
|
|
17
17
|
"webpack-cli": "^4.9.2",
|
|
18
18
|
"webpack-node-externals": "^3.0.0",
|
package/public/cards/index.json
CHANGED
|
@@ -298,10 +298,10 @@
|
|
|
298
298
|
},
|
|
299
299
|
{
|
|
300
300
|
"type": "dsButton",
|
|
301
|
-
"name": "Survivorship
|
|
301
|
+
"name": "Survivorship Portal",
|
|
302
302
|
"section": "datasetButtons",
|
|
303
|
-
"
|
|
304
|
-
"searchterms": ["sjlife", "ccss", "St Jude
|
|
303
|
+
"sandboxHtml": "survivorBtn",
|
|
304
|
+
"searchterms": ["sjlife", "ccss", "St Jude Lifetime", "Childhood Cancer Survivor Study"]
|
|
305
305
|
},
|
|
306
306
|
{
|
|
307
307
|
"type": "card",
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<p>
|
|
2
|
+
The Survivorship Portal shares clinical and molecular data of childhood cancer survivors from the <a href='https://sjlife.stjude.org/' target='sjlife'>St. Jude Lifetime Cohort Study (SJLIFE)</a> and <a href='https://ccss.stjude.org/' target='CCSS'>Childhood Cancer Survivorship Study</a> (CCSS), through interactive visualization and analytical features.
|
|
3
|
+
</p>
|
|
4
|
+
<button style="background-color:#cfe2f3; margin: 20px 20px 0px 20px; padding: 8px; border: none; border-radius: 3px;" onclick="window.open('https://survivorship.stjude.cloud', 'cloud')">Visit St. Jude Survivorship Portal
|
|
5
|
+
</button>
|