@genspectrum/dashboard-components 0.6.8 → 0.6.9

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.
@@ -976,14 +976,14 @@ declare global {
976
976
 
977
977
  declare global {
978
978
  interface HTMLElementTagNameMap {
979
- 'gs-prevalence-over-time': PrevalenceOverTimeComponent;
979
+ 'gs-relative-growth-advantage': RelativeGrowthAdvantageComponent;
980
980
  }
981
981
  }
982
982
 
983
983
 
984
984
  declare global {
985
985
  interface HTMLElementTagNameMap {
986
- 'gs-relative-growth-advantage': RelativeGrowthAdvantageComponent;
986
+ 'gs-prevalence-over-time': PrevalenceOverTimeComponent;
987
987
  }
988
988
  }
989
989
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@genspectrum/dashboard-components",
3
- "version": "0.6.8",
3
+ "version": "0.6.9",
4
4
  "description": "GenSpectrum web components for building dashboards",
5
5
  "type": "module",
6
6
  "license": "AGPL-3.0-only",