@genspectrum/dashboard-components 1.8.1 → 1.8.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.
@@ -1749,7 +1749,7 @@ declare global {
1749
1749
 
1750
1750
  declare global {
1751
1751
  interface HTMLElementTagNameMap {
1752
- 'gs-number-sequences-over-time': NumberSequencesOverTimeComponent;
1752
+ 'gs-mutations-over-time': MutationsOverTimeComponent;
1753
1753
  }
1754
1754
  }
1755
1755
 
@@ -1757,7 +1757,7 @@ declare global {
1757
1757
  declare global {
1758
1758
  namespace JSX {
1759
1759
  interface IntrinsicElements {
1760
- 'gs-number-sequences-over-time': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1760
+ 'gs-mutations-over-time': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1761
1761
  }
1762
1762
  }
1763
1763
  }
@@ -1765,7 +1765,7 @@ declare global {
1765
1765
 
1766
1766
  declare global {
1767
1767
  interface HTMLElementTagNameMap {
1768
- 'gs-mutations-over-time': MutationsOverTimeComponent;
1768
+ 'gs-number-sequences-over-time': NumberSequencesOverTimeComponent;
1769
1769
  }
1770
1770
  }
1771
1771
 
@@ -1773,7 +1773,7 @@ declare global {
1773
1773
  declare global {
1774
1774
  namespace JSX {
1775
1775
  interface IntrinsicElements {
1776
- 'gs-mutations-over-time': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1776
+ 'gs-number-sequences-over-time': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1777
1777
  }
1778
1778
  }
1779
1779
  }
@@ -1781,7 +1781,7 @@ declare global {
1781
1781
 
1782
1782
  declare global {
1783
1783
  interface HTMLElementTagNameMap {
1784
- 'gs-statistics': StatisticsComponent;
1784
+ 'gs-sequences-by-location': SequencesByLocationComponent;
1785
1785
  }
1786
1786
  }
1787
1787
 
@@ -1789,7 +1789,7 @@ declare global {
1789
1789
  declare global {
1790
1790
  namespace JSX {
1791
1791
  interface IntrinsicElements {
1792
- 'gs-statistics': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1792
+ 'gs-sequences-by-location': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1793
1793
  }
1794
1794
  }
1795
1795
  }
@@ -1797,7 +1797,7 @@ declare global {
1797
1797
 
1798
1798
  declare global {
1799
1799
  interface HTMLElementTagNameMap {
1800
- 'gs-sequences-by-location': SequencesByLocationComponent;
1800
+ 'gs-statistics': StatisticsComponent;
1801
1801
  }
1802
1802
  }
1803
1803
 
@@ -1805,7 +1805,7 @@ declare global {
1805
1805
  declare global {
1806
1806
  namespace JSX {
1807
1807
  interface IntrinsicElements {
1808
- 'gs-sequences-by-location': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1808
+ 'gs-statistics': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1809
1809
  }
1810
1810
  }
1811
1811
  }