@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.
- package/README.md +2 -0
- package/dist/dashboard-components.js +33815 -4089
- package/dist/dashboard-components.js.map +1 -1
- package/dist/genspectrum-components.d.ts +2 -2
- package/package.json +1 -1
|
@@ -976,14 +976,14 @@ declare global {
|
|
|
976
976
|
|
|
977
977
|
declare global {
|
|
978
978
|
interface HTMLElementTagNameMap {
|
|
979
|
-
'gs-
|
|
979
|
+
'gs-relative-growth-advantage': RelativeGrowthAdvantageComponent;
|
|
980
980
|
}
|
|
981
981
|
}
|
|
982
982
|
|
|
983
983
|
|
|
984
984
|
declare global {
|
|
985
985
|
interface HTMLElementTagNameMap {
|
|
986
|
-
'gs-
|
|
986
|
+
'gs-prevalence-over-time': PrevalenceOverTimeComponent;
|
|
987
987
|
}
|
|
988
988
|
}
|
|
989
989
|
|