@trackunit/react-chart-components 0.0.187 → 0.0.190-alpha-b966be6066.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/package.json
CHANGED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from "@storybook/react";
|
|
2
|
-
import { Chart, ChartProps } from "./Chart";
|
|
3
|
-
type Story = StoryObj<typeof Chart>;
|
|
4
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, ChartProps>;
|
|
5
|
-
export default _default;
|
|
6
|
-
export declare const packageName: () => JSX.Element;
|
|
7
|
-
export declare const Default: Story;
|
package/src/KPI/Kpi.stories.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from "@storybook/react";
|
|
2
|
-
import { Kpi, KpiProps } from "./Kpi";
|
|
3
|
-
type Story = StoryObj<typeof Kpi>;
|
|
4
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, KpiProps>;
|
|
5
|
-
export default _default;
|
|
6
|
-
export declare const packageName: () => JSX.Element;
|
|
7
|
-
export declare const Default: Story;
|
|
8
|
-
export declare const VariantSingleValue: () => JSX.Element;
|
|
9
|
-
export declare const VariantInline: () => JSX.Element;
|
|
10
|
-
export declare const VariantChart: () => JSX.Element;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from "@storybook/react";
|
|
2
|
-
import { ILegendItem, LegendItem } from "./LegendItem";
|
|
3
|
-
type Story = StoryObj<typeof LegendItem>;
|
|
4
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, ILegendItem>;
|
|
5
|
-
export default _default;
|
|
6
|
-
export declare const packageName: () => JSX.Element;
|
|
7
|
-
export declare const Default: Story;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from "@storybook/react";
|
|
2
|
-
import { PieChart, PieChartProps } from "./PieChart";
|
|
3
|
-
type Story = StoryObj<typeof PieChart>;
|
|
4
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, PieChartProps<object>>;
|
|
5
|
-
export default _default;
|
|
6
|
-
export declare const packageName: () => JSX.Element;
|
|
7
|
-
export declare const Default: Story;
|
|
8
|
-
export declare const CompactVariant: () => JSX.Element;
|
|
9
|
-
export declare const FullVariant: {
|
|
10
|
-
(): JSX.Element;
|
|
11
|
-
play({ canvasElement }: {
|
|
12
|
-
canvasElement: HTMLCanvasElement;
|
|
13
|
-
}): Promise<void>;
|
|
14
|
-
};
|