@genspectrum/dashboard-components 0.5.2 → 0.5.3

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.
@@ -805,14 +805,14 @@ declare global {
805
805
 
806
806
  declare global {
807
807
  interface HTMLElementTagNameMap {
808
- 'gs-prevalence-over-time': PrevalenceOverTimeComponent;
808
+ 'gs-relative-growth-advantage': RelativeGrowthAdvantageComponent;
809
809
  }
810
810
  }
811
811
 
812
812
 
813
813
  declare global {
814
814
  interface HTMLElementTagNameMap {
815
- 'gs-relative-growth-advantage': RelativeGrowthAdvantageComponent;
815
+ 'gs-prevalence-over-time': PrevalenceOverTimeComponent;
816
816
  }
817
817
  }
818
818
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@genspectrum/dashboard-components",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "description": "GenSpectrum web components for building dashboards",
5
5
  "type": "module",
6
6
  "license": "AGPL-3.0-only",
@@ -109,6 +109,6 @@
109
109
  "typescript": "~5.5.2",
110
110
  "vite": "^5.2.10",
111
111
  "vite-plugin-dts": "^3.8.3",
112
- "vitest": "^1.5.0"
112
+ "vitest": "^2.0.1"
113
113
  }
114
114
  }
@@ -72,7 +72,7 @@ export class MutationFilterComponent extends PreactLitAdapter {
72
72
  * All values provided must be valid mutations or insertions.
73
73
  * Invalid values will be ignored.
74
74
  */
75
- @property()
75
+ @property({ type: Object })
76
76
  initialValue:
77
77
  {
78
78
  nucleotideMutations: string[];