@spteck/fluentui-react-charts 1.0.9 → 1.0.10

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.
@@ -7,6 +7,7 @@ export declare const lightenColor: (hex: string, amount: number) => string;
7
7
  export declare const getFluentPalette: (_theme: Theme) => string[];
8
8
  /**
9
9
  * Smart Fluent tooltip generator with chart-type awareness.
10
+ * Optimized for fast performance with reduced animation delays.
10
11
  */
11
12
  export declare function createFluentTooltip<TType extends ChartType>(theme: Theme): Partial<TooltipOptions<TType>>;
12
13
  /**
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.9",
2
+ "version": "1.0.10",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",