@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.
Files changed (29) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/dist/components/campaign-of-month/campaign-of-month.d.ts +2 -1
  3. package/dist/components/campaign-of-month/campaign-of-month.stories.d.ts +1 -1
  4. package/dist/components/index.d.ts +1 -0
  5. package/dist/components/line-chart/partner-line-chart-block.d.ts +1 -1
  6. package/dist/components/modal/modal.d.ts +2 -1
  7. package/dist/components/partner-dashboard-chart/chart.d.ts +3 -0
  8. package/dist/components/partner-dashboard-chart/chart.stories.d.ts +14 -0
  9. package/dist/components/partner-dashboard-chart/index.d.ts +1 -0
  10. package/dist/components/partner-monthly-stats/index.d.ts +1 -1
  11. package/dist/components/partner-monthly-stats/partner-monthly-stats.d.ts +1 -1
  12. package/dist/components/table/partner-monthly-table.d.ts +3 -2
  13. package/dist/components/text-field/index.d.ts +1 -0
  14. package/dist/components/text-field/text-field-search.d.ts +2 -1
  15. package/dist/components/text-field/text-field.stories.d.ts +6 -0
  16. package/dist/index.esm.js +17695 -278
  17. package/dist/index.js +17697 -278
  18. package/package.json +1 -1
  19. package/dist/components/line-chart/parnert-line-chart.d.ts +0 -3
  20. package/dist/components/line-chart/parnert-line-chart.stories.d.ts +0 -12
  21. package/dist/components/line-chart/partner-line-chart-block copy.d.ts +0 -0
  22. package/dist/components/line-chart/partner-line-chart.stories-block.d.ts +0 -12
  23. package/dist/components/line-chart/partner-line-chart.stories.d.ts +0 -12
  24. package/dist/components/parnert-monthly-stats/index.d.ts +0 -1
  25. package/dist/components/parnert-monthly-stats/parnert-monthly-stats.d.ts +0 -7
  26. package/dist/components/parnert-monthly-stats/parnert-monthly-stats.stories.d.ts +0 -12
  27. package/dist/components/partner-monthly-table/index.d.ts +0 -1
  28. package/dist/components/partner-monthly-table/partner-monthly-table.d.ts +0 -7
  29. package/dist/components/partner-monthly-table/partner-monthly-table.stories.d.ts +0 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mycause/ui",
3
- "version": "0.0.0-cd47c39e",
3
+ "version": "0.0.0-cd7366c3",
4
4
  "author": "Marc Porciuncula <marc@mycause.com.au>",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- declare const Linechart: (props: any) => JSX.Element;
3
- export default Linechart;
@@ -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,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,7 +0,0 @@
1
- /// <reference types="react" />
2
- export interface PartnertMonthlyStatsProps {
3
- numeric: number;
4
- title: string;
5
- }
6
- declare const PartnertMonthlyStats: ({ numeric, title, }: PartnertMonthlyStatsProps) => JSX.Element;
7
- export default PartnertMonthlyStats;
@@ -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,7 +0,0 @@
1
- /// <reference types="react" />
2
- export interface PartnerMonthlyTableProps {
3
- numeric: number;
4
- title: string;
5
- }
6
- declare const PartnerMonthlyTable: ({ numeric, title }: PartnerMonthlyTableProps) => JSX.Element;
7
- export default PartnerMonthlyTable;
@@ -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
- };