@yugabytedb/perf-advisor-ui 1.0.155 → 1.0.157

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.
@@ -0,0 +1,6 @@
1
+ import { MutableRefObject } from 'react';
2
+ import * as echarts from 'echarts/core';
3
+ export declare const LEGEND_TOGGLE_ANIMATION_MS = 300;
4
+ export declare const legendChangeAnimation: (quick: boolean) => Record<string, unknown>;
5
+ export declare const applyLegendSelection: (instance: echarts.EChartsType, activeLegends: string[], quickAnimation?: boolean) => void;
6
+ export declare const wireLegendIsolation: (instance: echarts.EChartsType, activeLegendsRef: MutableRefObject<string[]>, onChange: (newActive: string[]) => void) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yugabytedb/perf-advisor-ui",
3
- "version": "1.0.155",
3
+ "version": "1.0.157",
4
4
  "type": "module",
5
5
  "main": "dist/esm/index.js",
6
6
  "module": "dist/esm/index.js",