@spteck/fluentui-react-charts 1.0.12 → 1.0.13

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.
@@ -4,7 +4,7 @@ import { Theme } from '@fluentui/react-components';
4
4
  * Lightens a given hex color by a percentage amount (0 to 1).
5
5
  */
6
6
  export declare const lightenColor: (hex: string, amount: number) => string;
7
- export declare const getFluentPalette: (_theme: Theme) => string[];
7
+ export declare const getFluentPalette: (theme: Theme) => string[];
8
8
  /**
9
9
  * Returns animation configuration for instant interactions.
10
10
  * Disables hover/tooltip animations for immediate response.
@@ -38,7 +38,7 @@ declare function debounce<T extends (...args: any[]) => void>(fn: T, delay: numb
38
38
  */
39
39
  export declare function useChartUtils(theme?: Theme): {
40
40
  lightenColor: (hex: string, amount: number) => string;
41
- getFluentPalette: (_theme: Theme) => string[];
41
+ getFluentPalette: (theme: Theme) => string[];
42
42
  createFluentTooltip: typeof createFluentTooltip;
43
43
  createAxisLabelFormatter: ({ maxLength, suffix, prefix, }: {
44
44
  maxLength?: number | undefined;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.12",
2
+ "version": "1.0.13",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",