@genspectrum/dashboard-components 0.11.0 → 0.11.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.
@@ -1285,7 +1285,7 @@ declare global {
1285
1285
 
1286
1286
  declare global {
1287
1287
  interface HTMLElementTagNameMap {
1288
- 'gs-number-sequences-over-time': NumberSequencesOverTimeComponent;
1288
+ 'gs-aggregate': AggregateComponent;
1289
1289
  }
1290
1290
  }
1291
1291
 
@@ -1293,7 +1293,7 @@ declare global {
1293
1293
  declare global {
1294
1294
  namespace JSX {
1295
1295
  interface IntrinsicElements {
1296
- 'gs-number-sequences-over-time': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1296
+ 'gs-aggregate': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1297
1297
  }
1298
1298
  }
1299
1299
  }
@@ -1301,7 +1301,7 @@ declare global {
1301
1301
 
1302
1302
  declare global {
1303
1303
  interface HTMLElementTagNameMap {
1304
- 'gs-aggregate': AggregateComponent;
1304
+ 'gs-number-sequences-over-time': NumberSequencesOverTimeComponent;
1305
1305
  }
1306
1306
  }
1307
1307
 
@@ -1309,7 +1309,7 @@ declare global {
1309
1309
  declare global {
1310
1310
  namespace JSX {
1311
1311
  interface IntrinsicElements {
1312
- 'gs-aggregate': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1312
+ 'gs-number-sequences-over-time': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1313
1313
  }
1314
1314
  }
1315
1315
  }