@banyan_cloud/roots 2.0.22 → 2.0.23

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.
@@ -54,6 +54,7 @@ interface ChartProps {
54
54
  lineColors?: string[];
55
55
  borderColors?: string[];
56
56
  style?: React.CSSProperties;
57
+ hoverEffect?: boolean;
57
58
  }
58
59
  declare const BaseAreaChart: React.FC<ChartProps>;
59
60
  export default BaseAreaChart;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@banyan_cloud/roots",
3
- "version": "2.0.22",
3
+ "version": "2.0.23",
4
4
  "description": "Design System Library which drives the Banyan Cloud products",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",