@cloudtower/eagle 0.34.1 → 0.34.2

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.
@@ -18,6 +18,7 @@ export interface ILineChartILegend {
18
18
  color?: string;
19
19
  fill?: string;
20
20
  stroke?: boolean;
21
+ iconSuffix?: ReactElement;
21
22
  }
22
23
  export interface ILineChartMetricStream {
23
24
  points: ILineChartDataPoint[];
@@ -14,3 +14,4 @@ export declare const EmptyWithCustomText: import("@storybook/types").AnnotatedSt
14
14
  export declare const DifferentUnits: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("../../../src/core").LineChartProps & React.RefAttributes<HTMLDivElement>>;
15
15
  export declare const ZeroDataChart: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("../../../src/core").LineChartProps & React.RefAttributes<HTMLDivElement>>;
16
16
  export declare const DynamicTimeRange: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("../../../src/core").LineChartProps & React.RefAttributes<HTMLDivElement>>;
17
+ export declare const LegendWithIconSuffix: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("../../../src/core").LineChartProps & React.RefAttributes<HTMLDivElement>>;