@jbrowse/core 2.7.2 → 2.8.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.
|
@@ -112,7 +112,8 @@ function CoreDetails(props) {
|
|
|
112
112
|
.map(([name, value]) => (react_1.default.createElement(SimpleField_1.default, { key: name, name: name, value: value })))));
|
|
113
113
|
}
|
|
114
114
|
const BaseCoreDetails = (props) => {
|
|
115
|
-
|
|
115
|
+
const { title = 'Primary data' } = props;
|
|
116
|
+
return (react_1.default.createElement(BaseCard, { ...props, title: title },
|
|
116
117
|
react_1.default.createElement(CoreDetails, { ...props })));
|
|
117
118
|
};
|
|
118
119
|
exports.BaseCoreDetails = BaseCoreDetails;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/core",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.8.0",
|
|
4
4
|
"description": "JBrowse 2 core libraries used by plugins",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jbrowse",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"access": "public",
|
|
74
74
|
"directory": "dist"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "ee8c2bdc8bd4f1a70b1eefda984f04a2830d9ca0"
|
|
77
77
|
}
|