@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.
- package/package.json +1 -1
- package/src/dataset.ts +0 -3
package/package.json
CHANGED
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
|