@sjcrh/proteinpaint-types 2.96.0 → 2.96.1

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/dataset.ts +0 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sjcrh/proteinpaint-types",
3
- "version": "2.96.0",
3
+ "version": "2.96.1",
4
4
  "type": "module",
5
5
  "description": "Shared type definitions between ProteinPaint server and client code",
6
6
  "main": "src/index.ts",
package/src/dataset.ts CHANGED
@@ -1291,9 +1291,6 @@ export type Cohort = {
1291
1291
 
1292
1292
  /** Customizations specific to the mass nav component */
1293
1293
  type MassNav = {
1294
- /** optional title of this ds, if missing use ds.label. shown on mass nav header.
1295
- * use blank string to not to show a label*/
1296
- title?: Title
1297
1294
  /** Customization for the tabs*/
1298
1295
  tabs?: {
1299
1296
  /** supported keys: about, charts, groups, filter