@trackunit/react-chart-components 0.0.120 → 0.0.122-alpha-5bf259599b.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,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/react-chart-components",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.122-alpha-5bf259599b.0",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
7
7
|
"node": ">=18.x"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@trackunit/css-class-variance-utilities": "0.0.
|
|
11
|
-
"@trackunit/react-components": "0.1.
|
|
12
|
-
"@trackunit/ui-design-tokens": "0.0.
|
|
10
|
+
"@trackunit/css-class-variance-utilities": "0.0.15-alpha-5bf259599b.0",
|
|
11
|
+
"@trackunit/react-components": "0.1.177-alpha-5bf259599b.0",
|
|
12
|
+
"@trackunit/ui-design-tokens": "0.0.79-alpha-5bf259599b.0",
|
|
13
13
|
"echarts": "5.4.0",
|
|
14
14
|
"echarts-for-react": "3.0.2",
|
|
15
15
|
"react": "18.2.0"
|
|
@@ -2,4 +2,5 @@ import { Story } from "@storybook/react";
|
|
|
2
2
|
import { ChartProps } from "./Chart";
|
|
3
3
|
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, ChartProps>;
|
|
4
4
|
export default _default;
|
|
5
|
+
export declare const packageName: () => JSX.Element;
|
|
5
6
|
export declare const Default: Story<ChartProps>;
|
package/src/KPI/Kpi.stories.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ import { Story } from "@storybook/react";
|
|
|
2
2
|
import { KpiProps } from "./Kpi";
|
|
3
3
|
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, KpiProps>;
|
|
4
4
|
export default _default;
|
|
5
|
+
export declare const packageName: () => JSX.Element;
|
|
5
6
|
export declare const Default: Story<KpiProps>;
|
|
6
7
|
export declare const VariantSingleValue: () => JSX.Element;
|
|
7
8
|
export declare const VariantInline: () => JSX.Element;
|
|
@@ -2,4 +2,5 @@ import { Story } from "@storybook/react";
|
|
|
2
2
|
import { ILegendItem } from "./LegendItem";
|
|
3
3
|
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, ILegendItem>;
|
|
4
4
|
export default _default;
|
|
5
|
+
export declare const packageName: () => JSX.Element;
|
|
5
6
|
export declare const Default: Story<ILegendItem>;
|
|
@@ -2,6 +2,7 @@ import { Story } from "@storybook/react";
|
|
|
2
2
|
import { PieChartProps } from "./PieChart";
|
|
3
3
|
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, PieChartProps<object>>;
|
|
4
4
|
export default _default;
|
|
5
|
+
export declare const packageName: () => JSX.Element;
|
|
5
6
|
export declare const Default: Story<PieChartProps<object>>;
|
|
6
7
|
export declare const CompactVariant: () => JSX.Element;
|
|
7
8
|
export declare const FullVariant: () => JSX.Element;
|