@mycause/ui 0.0.0-cd47c39e → 0.0.0-cd7366c3
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/CHANGELOG.md +31 -0
- package/dist/components/campaign-of-month/campaign-of-month.d.ts +2 -1
- package/dist/components/campaign-of-month/campaign-of-month.stories.d.ts +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/line-chart/partner-line-chart-block.d.ts +1 -1
- package/dist/components/modal/modal.d.ts +2 -1
- package/dist/components/partner-dashboard-chart/chart.d.ts +3 -0
- package/dist/components/partner-dashboard-chart/chart.stories.d.ts +14 -0
- package/dist/components/partner-dashboard-chart/index.d.ts +1 -0
- package/dist/components/partner-monthly-stats/index.d.ts +1 -1
- package/dist/components/partner-monthly-stats/partner-monthly-stats.d.ts +1 -1
- package/dist/components/table/partner-monthly-table.d.ts +3 -2
- package/dist/components/text-field/index.d.ts +1 -0
- package/dist/components/text-field/text-field-search.d.ts +2 -1
- package/dist/components/text-field/text-field.stories.d.ts +6 -0
- package/dist/index.esm.js +17695 -278
- package/dist/index.js +17697 -278
- package/package.json +1 -1
- package/dist/components/line-chart/parnert-line-chart.d.ts +0 -3
- package/dist/components/line-chart/parnert-line-chart.stories.d.ts +0 -12
- package/dist/components/line-chart/partner-line-chart-block copy.d.ts +0 -0
- package/dist/components/line-chart/partner-line-chart.stories-block.d.ts +0 -12
- package/dist/components/line-chart/partner-line-chart.stories.d.ts +0 -12
- package/dist/components/parnert-monthly-stats/index.d.ts +0 -1
- package/dist/components/parnert-monthly-stats/parnert-monthly-stats.d.ts +0 -7
- package/dist/components/parnert-monthly-stats/parnert-monthly-stats.stories.d.ts +0 -12
- package/dist/components/partner-monthly-table/index.d.ts +0 -1
- package/dist/components/partner-monthly-table/partner-monthly-table.d.ts +0 -7
- package/dist/components/partner-monthly-table/partner-monthly-table.stories.d.ts +0 -12
package/package.json
CHANGED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
declare const _default: {
|
|
3
|
-
title: string;
|
|
4
|
-
decorators: ((...args: any) => any)[];
|
|
5
|
-
};
|
|
6
|
-
export default _default;
|
|
7
|
-
export declare const PartnertLineChartStories: {
|
|
8
|
-
(): JSX.Element;
|
|
9
|
-
story: {
|
|
10
|
-
name: string;
|
|
11
|
-
};
|
|
12
|
-
};
|
|
File without changes
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
declare const _default: {
|
|
3
|
-
title: string;
|
|
4
|
-
decorators: ((...args: any) => any)[];
|
|
5
|
-
};
|
|
6
|
-
export default _default;
|
|
7
|
-
export declare const PartnertLineChartStories: {
|
|
8
|
-
({ chartData }: any): JSX.Element;
|
|
9
|
-
story: {
|
|
10
|
-
name: string;
|
|
11
|
-
};
|
|
12
|
-
};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
declare const _default: {
|
|
3
|
-
title: string;
|
|
4
|
-
decorators: ((...args: any) => any)[];
|
|
5
|
-
};
|
|
6
|
-
export default _default;
|
|
7
|
-
export declare const PartnertLineChartStories: {
|
|
8
|
-
(): JSX.Element;
|
|
9
|
-
story: {
|
|
10
|
-
name: string;
|
|
11
|
-
};
|
|
12
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as PartnertMonthlyStart } from "./parnert-monthly-stats";
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
declare const _default: {
|
|
3
|
-
title: string;
|
|
4
|
-
decorators: ((...args: any) => any)[];
|
|
5
|
-
};
|
|
6
|
-
export default _default;
|
|
7
|
-
export declare const PartnertMonthlyStatsStories: {
|
|
8
|
-
(): JSX.Element;
|
|
9
|
-
story: {
|
|
10
|
-
name: string;
|
|
11
|
-
};
|
|
12
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as PartnerMonthlyTable } from "./partner-monthly-table";
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
declare const _default: {
|
|
3
|
-
title: string;
|
|
4
|
-
decorators: ((...args: any) => any)[];
|
|
5
|
-
};
|
|
6
|
-
export default _default;
|
|
7
|
-
export declare const PartnerMonthlyTableStories: {
|
|
8
|
-
(): JSX.Element;
|
|
9
|
-
story: {
|
|
10
|
-
name: string;
|
|
11
|
-
};
|
|
12
|
-
};
|