@lobehub/charts 1.7.2 → 1.8.0

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/es/index.d.ts CHANGED
@@ -12,3 +12,4 @@ export { default as ScatterChart, type ScatterChartProps } from './ScatterChart'
12
12
  export * from './SparkChart';
13
13
  export { default as Tracker, type TrackerProps } from './Tracker';
14
14
  export type * from './types';
15
+ export { useThemeColorRange } from "./hooks/useThemeColorRange";
package/es/index.js CHANGED
@@ -10,4 +10,5 @@ export { default as Legend } from "./Legend";
10
10
  export { default as LineChart } from "./LineChart";
11
11
  export { default as ScatterChart } from "./ScatterChart";
12
12
  export * from "./SparkChart";
13
- export { default as Tracker } from "./Tracker";
13
+ export { default as Tracker } from "./Tracker";
14
+ export { useThemeColorRange } from "./hooks/useThemeColorRange";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/charts",
3
- "version": "1.7.2",
3
+ "version": "1.8.0",
4
4
  "description": "React modern charts components built on recharts",
5
5
  "keywords": [
6
6
  "lobehub",