protvista-uniprot 2.13.0 → 2.13.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "protvista-uniprot",
3
3
  "description": "ProtVista tool for the UniProt website",
4
- "version": "2.13.0",
4
+ "version": "2.13.2",
5
5
  "files": [
6
6
  "dist",
7
7
  "src"
@@ -25,27 +25,27 @@
25
25
  "author": "Xavier Watkins <xwatkins@ebi.ac.uk>",
26
26
  "license": "MIT",
27
27
  "dependencies": {
28
- "@nightingale-elements/nightingale-colored-sequence": "5.1.0",
29
- "@nightingale-elements/nightingale-filter": "5.1.0",
30
- "@nightingale-elements/nightingale-interpro-track": "5.1.0",
31
- "@nightingale-elements/nightingale-linegraph-track": "5.1.0",
32
- "@nightingale-elements/nightingale-manager": "5.1.0",
33
- "@nightingale-elements/nightingale-navigation": "5.1.0",
34
- "@nightingale-elements/nightingale-sequence": "5.1.0",
28
+ "@nightingale-elements/nightingale-colored-sequence": "5.2.0",
29
+ "@nightingale-elements/nightingale-filter": "5.2.0",
30
+ "@nightingale-elements/nightingale-interpro-track": "5.2.0",
31
+ "@nightingale-elements/nightingale-linegraph-track": "5.2.0",
32
+ "@nightingale-elements/nightingale-manager": "5.2.0",
33
+ "@nightingale-elements/nightingale-navigation": "5.2.0",
34
+ "@nightingale-elements/nightingale-sequence": "5.2.0",
35
35
  "@nightingale-elements/nightingale-sequence-heatmap": "5.1.0",
36
- "@nightingale-elements/nightingale-structure": "5.1.0",
37
- "@nightingale-elements/nightingale-track": "5.1.0",
38
- "@nightingale-elements/nightingale-variation": "5.1.0",
36
+ "@nightingale-elements/nightingale-structure": "5.2.0",
37
+ "@nightingale-elements/nightingale-track": "5.2.0",
38
+ "@nightingale-elements/nightingale-variation": "5.2.0",
39
39
  "core-js": "^3.13.0",
40
40
  "data-loader": "^2.9.1",
41
41
  "file-saver": "^2.0.2",
42
- "lit-element": "^2.2.0",
43
- "protvista-datatable": "3.8.10",
44
- "protvista-feature-adapter": "3.8.15",
45
- "protvista-interpro-adapter": "3.8.14",
46
- "protvista-proteomics-adapter": "3.8.15",
47
- "protvista-structure-adapter": "3.8.13",
48
- "protvista-variation-adapter": "3.8.13",
42
+ "lit": "3.1.3",
43
+ "protvista-datatable": "3.8.22",
44
+ "protvista-feature-adapter": "3.8.22",
45
+ "protvista-interpro-adapter": "3.8.22",
46
+ "protvista-proteomics-adapter": "3.8.22",
47
+ "protvista-structure-adapter": "3.8.22",
48
+ "protvista-variation-adapter": "3.8.22",
49
49
  "timing-functions": "^2.0.1",
50
50
  "url-join": "^4.0.1"
51
51
  },
@@ -1,5 +1,5 @@
1
- import { LitElement, html, svg, TemplateResult, css } from 'lit-element';
2
- import { unsafeHTML } from 'lit-html/directives/unsafe-html.js';
1
+ import { LitElement, html, svg, TemplateResult, css } from 'lit';
2
+ import { unsafeHTML } from 'lit/directives/unsafe-html.js';
3
3
  import { load } from 'data-loader';
4
4
  import NightingaleStructure, {
5
5
  PredictionData,
@@ -1,5 +1,5 @@
1
- import { LitElement, html, svg } from 'lit-element';
2
- import { unsafeHTML } from 'lit-html/directives/unsafe-html.js';
1
+ import { LitElement, html, svg } from 'lit';
2
+ import { unsafeHTML } from 'lit/directives/unsafe-html.js';
3
3
  import { frame } from 'timing-functions';
4
4
 
5
5
  // Nightingale
@@ -382,7 +382,7 @@ class ProtvistaUniprot extends LitElement {
382
382
  const variationComponent = this.querySelector<NightingaleVariation>(
383
383
  'nightingale-variation'
384
384
  );
385
-
385
+
386
386
  if (variationComponent && variationComponent?.colorConfig !== colorConfig) {
387
387
  variationComponent.colorConfig = colorConfig;
388
388
  }
@@ -1,4 +1,4 @@
1
- import { css } from 'lit-element';
1
+ import { css } from 'lit';
2
2
 
3
3
  export default css`
4
4
  .protvista-loader {
@@ -1,4 +1,4 @@
1
- import { css } from 'lit-element';
1
+ import { css } from 'lit';
2
2
 
3
3
  export default css`
4
4
  .track-content {