@turquoisehealth/pit-viper 2.14.2 → 2.14.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turquoisehealth/pit-viper",
3
- "version": "2.14.2",
3
+ "version": "2.14.3",
4
4
  "description": "Turquoise Health's design system.",
5
5
  "main": "README.md",
6
6
  "publishConfig": {
@@ -1,4 +1,3 @@
1
- import { AgCartesianSeriesOptions } from 'ag-charts-enterprise';
2
1
  import { AgChartOptions } from 'ag-charts-types';
3
2
  import { AgSeriesVisibilityChange } from 'ag-charts-enterprise';
4
3
  import { ColDef } from 'ag-grid-community';
@@ -186,10 +185,9 @@ export declare const PvDataTableWithChart: <T>(__VLS_props: NonNullable<Awaited<
186
185
  attrs: any;
187
186
  slots: {};
188
187
  emit: {
189
- (e: "chart-data-updated", body: {
190
- state: GridState | null;
191
- visualData: AgChartOptions["data"] | null;
192
- chartSeries: AgCartesianSeriesOptions[];
188
+ (e: "chart-series-changed", event: {
189
+ api: GridApi | null;
190
+ seriesField: string | null;
193
191
  }): void;
194
192
  (e: "column-moved", event: ColumnMovedEvent<T>): void;
195
193
  (e: "column-resized", event: ColumnResizedEvent<T>): void;