protvista-uniprot 4.4.7 → 4.4.8
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.
|
@@ -62261,7 +62261,7 @@ let fR = class extends hw {
|
|
|
62261
62261
|
source: t,
|
|
62262
62262
|
downloadLink: r
|
|
62263
62263
|
}) {
|
|
62264
|
-
J$e.includes(t) ? (this.modelUrl = r, this.structureId = void 0, this.metaInfo = void 0) : (this.structureId = e, this.modelUrl = void 0, this.structureId.startsWith("AF-") ? this.metaInfo = pme : this.metaInfo = void 0);
|
|
62264
|
+
J$e.includes(t) ? (this.modelUrl = r, this.structureId = void 0, this.metaInfo = void 0, this.colorTheme = "alphafold") : (this.structureId = e, this.modelUrl = void 0, this.structureId.startsWith("AF-") ? this.metaInfo = pme : this.metaInfo = void 0);
|
|
62265
62265
|
}
|
|
62266
62266
|
get cssStyle() {
|
|
62267
62267
|
return nZ`
|
|
@@ -62366,7 +62366,6 @@ let fR = class extends hw {
|
|
|
62366
62366
|
></nightingale-structure>` : Un``}
|
|
62367
62367
|
${this.modelUrl ? Un`<nightingale-structure
|
|
62368
62368
|
model-url=${this.modelUrl}
|
|
62369
|
-
color-theme=${this.colorTheme}
|
|
62370
62369
|
></nightingale-structure>` : Un``}
|
|
62371
62370
|
</div>
|
|
62372
62371
|
<div class="protvista-uniprot-structure__table">
|