protvista-uniprot 4.2.1 → 4.3.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/README.md CHANGED
@@ -59,7 +59,7 @@ You can pass your own configuration to the component using the `config` attribut
59
59
  {
60
60
  "name": string,
61
61
  "label": string,
62
- "trackType": nightingale-track|nightingale-linegraph-track|nightingale-variation,
62
+ "trackType": nightingale-track-canvas|nightingale-linegraph-track|nightingale-variation,
63
63
  "adapter": feature-adapter|structure-adapter|proteomics-adapter|variation-adapter,
64
64
  "url": string,
65
65
  "tracks": [
@@ -67,7 +67,7 @@ You can pass your own configuration to the component using the `config` attribut
67
67
  "name": string,
68
68
  "label": string,
69
69
  "filter": string,
70
- "trackType": "nightingale-track|nightingale-linegraph-track|nightingale-variation",
70
+ "trackType": "nightingale-track-canvas|nightingale-linegraph-track|nightingale-variation",
71
71
  "tooltip": string
72
72
  }
73
73
  ]