@genspectrum/dashboard-components 0.6.17 → 0.6.18

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.
@@ -1038,7 +1038,7 @@ declare global {
1038
1038
  declare global {
1039
1039
  namespace JSX {
1040
1040
  interface IntrinsicElements {
1041
- 'gs-text-input-changed': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1041
+ 'gs-text-input': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
1042
1042
  }
1043
1043
  }
1044
1044
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@genspectrum/dashboard-components",
3
- "version": "0.6.17",
3
+ "version": "0.6.18",
4
4
  "description": "GenSpectrum web components for building dashboards",
5
5
  "type": "module",
6
6
  "license": "AGPL-3.0-only",
@@ -78,7 +78,7 @@ declare global {
78
78
  // eslint-disable-next-line @typescript-eslint/no-namespace
79
79
  namespace JSX {
80
80
  interface IntrinsicElements {
81
- 'gs-text-input-changed': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
81
+ 'gs-text-input': DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>;
82
82
  }
83
83
  }
84
84
  }