@mycause/ui 0.0.0-c3fb4084 → 0.0.0-c45b4bd9
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/dist/components/green-dashboard-sidebar/Icon.d.ts +11 -0
- package/dist/components/green-dashboard-sidebar/green-dashboard-sidebar.d.ts +12 -3
- package/dist/components/line-chart/index.d.ts +2 -1
- package/dist/components/modal/modalImage.d.ts +8 -0
- package/dist/components/partner-dashboard-chart/chart.d.ts +3 -0
- package/dist/components/{start-campaign-card copy/start-campaign-card.stories.d.ts → partner-dashboard-chart/chart.stories.d.ts} +2 -2
- package/dist/components/partner-dashboard-chart/index.d.ts +1 -0
- package/dist/index.esm.js +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
- package/dist/components/choose-/index.d.ts +0 -1
- package/dist/components/choose-/start-fundraise-card.d.ts +0 -10
- package/dist/components/choose-/start-fundraise-card.stories.d.ts +0 -14
- package/dist/components/choose-charity-card/start-fundraise-card.d.ts +0 -10
- package/dist/components/choose-charity-card/start-fundraise-card.stories.d.ts +0 -14
- package/dist/components/choose-charity-card copy/choose-charity-card.d.ts +0 -10
- package/dist/components/choose-charity-card copy/choose-charity-card.stories.d.ts +0 -14
- package/dist/components/choose-charity-card copy/index.d.ts +0 -1
- package/dist/components/favorite-charity-item/choose-charity-card.d.ts +0 -10
- package/dist/components/favorite-charity-item/choose-charity-card.stories.d.ts +0 -14
- package/dist/components/line-chart/line-chart-component.d.ts +0 -6
- package/dist/components/line-chart/line-chart.d.ts +0 -6
- package/dist/components/line-chart/line-chart.stories.d.ts +0 -9
- 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/line-chart copy/index.d.ts +0 -2
- package/dist/components/line-chart copy/partner-line-chart-block.d.ts +0 -10
- package/dist/components/line-chart copy/partner-line-chart-block.stories.d.ts +0 -12
- package/dist/components/line-chart copy/partner-line-chart.d.ts +0 -3
- package/dist/components/line-chartjs/index.d.ts +0 -1
- package/dist/components/line-chartjs/partner-line-chart-block.d.ts +0 -10
- package/dist/components/line-chartjs/partner-line-chart-block.stories.d.ts +0 -12
- package/dist/components/line-chartjs/partner-line-chart.d.ts +0 -3
- package/dist/components/my-account-choose-charity-card/choose-charity-card.d.ts +0 -10
- package/dist/components/my-account-choose-charity-card/choose-charity-card.stories.d.ts +0 -14
- package/dist/components/my-account-start-fundraise-card/start-fundraise-card.d.ts +0 -10
- package/dist/components/my-account-start-fundraise-card/start-fundraise-card.stories.d.ts +0 -14
- 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-chart-stats/partner-monthly-stats.d.ts +0 -7
- package/dist/components/partner-chart-stats/partner-monthly-stats.stories.d.ts +0 -12
- package/dist/components/partner-monthly-stats copy/index.d.ts +0 -1
- package/dist/components/partner-monthly-stats copy/partner-monthly-stats.d.ts +0 -7
- package/dist/components/partner-monthly-stats copy/partner-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/dist/components/partner-thismonth-stats/index.d.ts +0 -1
- package/dist/components/partner-thismonth-stats/partner-monthly-stats.d.ts +0 -7
- package/dist/components/partner-thismonth-stats/partner-monthly-stats.stories.d.ts +0 -12
- package/dist/components/start-campaign-card copy/index.d.ts +0 -1
- package/dist/components/start-campaign-card copy/start-campaign-card.d.ts +0 -8
- package/dist/components/start-fundraise-card/start-campaign-card.d.ts +0 -8
- package/dist/components/start-fundraise-card/start-campaign-card.stories.d.ts +0 -14
- package/dist/components/start-fundraise-card copy/index.d.ts +0 -1
- package/dist/components/start-fundraise-card copy/start-fundraise-card.d.ts +0 -10
- package/dist/components/start-fundraise-card copy/start-fundraise-card.stories.d.ts +0 -14
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const Icons: {
|
|
3
|
+
dashboard: (props?: {}) => JSX.Element;
|
|
4
|
+
collapse: (props?: {}) => JSX.Element;
|
|
5
|
+
expand: () => JSX.Element;
|
|
6
|
+
donations: () => JSX.Element;
|
|
7
|
+
account: () => JSX.Element;
|
|
8
|
+
support: () => JSX.Element;
|
|
9
|
+
additional: () => JSX.Element;
|
|
10
|
+
};
|
|
11
|
+
export default Icons;
|
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export interface
|
|
3
|
-
|
|
2
|
+
export interface GreenDashboardSidebarProps {
|
|
3
|
+
listMenu: Array<ItemMenu>;
|
|
4
|
+
noDashboard?: boolean;
|
|
5
|
+
noAccount?: boolean;
|
|
6
|
+
noContract?: boolean;
|
|
4
7
|
}
|
|
5
|
-
declare
|
|
8
|
+
declare type ItemMenu = {
|
|
9
|
+
id: string;
|
|
10
|
+
icon: any;
|
|
11
|
+
label: string;
|
|
12
|
+
href?: string;
|
|
13
|
+
};
|
|
14
|
+
declare const GreenDashboardSidebar: ({ listMenu, noDashboard, noAccount, noContract, }: GreenDashboardSidebarProps) => JSX.Element;
|
|
6
15
|
export default GreenDashboardSidebar;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
export { default as
|
|
1
|
+
export { default as PartnerLineChart } from "./partner-line-chart";
|
|
2
|
+
export { default as PartnerLineChartBlock } from "./partner-line-chart-block";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export interface ModalImasgeProps {
|
|
3
|
+
isOpen: boolean;
|
|
4
|
+
modalImageSrc: string;
|
|
5
|
+
toggleModal: (arg: boolean) => void;
|
|
6
|
+
}
|
|
7
|
+
declare const ModalImage: ({ isOpen, modalImageSrc, toggleModal, }: ModalImasgeProps) => JSX.Element;
|
|
8
|
+
export default ModalImage;
|
|
@@ -3,10 +3,10 @@ import CenterDecorator from "../../utils/center-decorator";
|
|
|
3
3
|
declare const _default: {
|
|
4
4
|
title: string;
|
|
5
5
|
decorators: (typeof CenterDecorator)[];
|
|
6
|
-
component: (
|
|
6
|
+
component: () => JSX.Element;
|
|
7
7
|
};
|
|
8
8
|
export default _default;
|
|
9
|
-
export declare const
|
|
9
|
+
export declare const progressbar: {
|
|
10
10
|
(): JSX.Element;
|
|
11
11
|
story: {
|
|
12
12
|
name: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Chart } from "./chart";
|
package/dist/index.esm.js
CHANGED
|
@@ -29973,7 +29973,7 @@ var FrpInfomation = function FrpInfomation(_ref) {
|
|
|
29973
29973
|
className: cls$r.number
|
|
29974
29974
|
}, daysToGo), React.createElement("p", {
|
|
29975
29975
|
className: cls$r.text
|
|
29976
|
-
}, "
|
|
29976
|
+
}, "Days to go"))), React.createElement("div", {
|
|
29977
29977
|
className: cls$r.coverProgress
|
|
29978
29978
|
}, React.createElement("div", {
|
|
29979
29979
|
className: cls$r.progress
|
|
@@ -29993,7 +29993,7 @@ var FrpInfomation = function FrpInfomation(_ref) {
|
|
|
29993
29993
|
fontSize: "14px",
|
|
29994
29994
|
fontWeight: 700
|
|
29995
29995
|
}
|
|
29996
|
-
}, formatterMoney.format(amountRaised).replace("$", "$ ")), " ", React.createElement("br", null), "raised of ", React.createElement("br", null), " ", amountGoal, " goal")
|
|
29996
|
+
}, formatterMoney.format(amountRaised).replace("$", "$ ")), " ", React.createElement("br", null), "raised of ", React.createElement("br", null), " ", Intl.NumberFormat().format(amountGoal), " goal")
|
|
29997
29997
|
})), React.createElement("button", {
|
|
29998
29998
|
className: cls$r.manageBtn,
|
|
29999
29999
|
color: "greenLinear"
|
package/dist/index.js
CHANGED
|
@@ -29987,7 +29987,7 @@ var FrpInfomation = function FrpInfomation(_ref) {
|
|
|
29987
29987
|
className: cls$r.number
|
|
29988
29988
|
}, daysToGo), React__default.createElement("p", {
|
|
29989
29989
|
className: cls$r.text
|
|
29990
|
-
}, "
|
|
29990
|
+
}, "Days to go"))), React__default.createElement("div", {
|
|
29991
29991
|
className: cls$r.coverProgress
|
|
29992
29992
|
}, React__default.createElement("div", {
|
|
29993
29993
|
className: cls$r.progress
|
|
@@ -30007,7 +30007,7 @@ var FrpInfomation = function FrpInfomation(_ref) {
|
|
|
30007
30007
|
fontSize: "14px",
|
|
30008
30008
|
fontWeight: 700
|
|
30009
30009
|
}
|
|
30010
|
-
}, formatterMoney.format(amountRaised).replace("$", "$ ")), " ", React__default.createElement("br", null), "raised of ", React__default.createElement("br", null), " ", amountGoal, " goal")
|
|
30010
|
+
}, formatterMoney.format(amountRaised).replace("$", "$ ")), " ", React__default.createElement("br", null), "raised of ", React__default.createElement("br", null), " ", Intl.NumberFormat().format(amountGoal), " goal")
|
|
30011
30011
|
})), React__default.createElement("button", {
|
|
30012
30012
|
className: cls$r.manageBtn,
|
|
30013
30013
|
color: "greenLinear"
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as StartFundraiseCard } from "./start-fundraise-card";
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export interface StartFundraiseCardProps {
|
|
3
|
-
className?: string;
|
|
4
|
-
title?: string;
|
|
5
|
-
description?: string;
|
|
6
|
-
buttonText?: string;
|
|
7
|
-
onClick?: () => void;
|
|
8
|
-
}
|
|
9
|
-
declare const StartFundraiseCard: ({ className, title, buttonText, onClick }: StartFundraiseCardProps) => JSX.Element;
|
|
10
|
-
export default StartFundraiseCard;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import CenterDecorator from "../../utils/center-decorator";
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
decorators: (typeof CenterDecorator)[];
|
|
6
|
-
component: ({ className, title, buttonText, onClick }: import("./start-fundraise-card").StartFundraiseCardProps) => JSX.Element;
|
|
7
|
-
};
|
|
8
|
-
export default _default;
|
|
9
|
-
export declare const startcampaincard: {
|
|
10
|
-
(): JSX.Element;
|
|
11
|
-
story: {
|
|
12
|
-
name: string;
|
|
13
|
-
};
|
|
14
|
-
};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export interface ChooseCharityCardProps {
|
|
3
|
-
className?: string;
|
|
4
|
-
title?: string;
|
|
5
|
-
description?: string;
|
|
6
|
-
buttonText?: string;
|
|
7
|
-
onClick?: () => void;
|
|
8
|
-
}
|
|
9
|
-
declare const ChooseCharityCard: ({ className, title, buttonText, onClick }: ChooseCharityCardProps) => JSX.Element;
|
|
10
|
-
export default ChooseCharityCard;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import CenterDecorator from "../../utils/center-decorator";
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
decorators: (typeof CenterDecorator)[];
|
|
6
|
-
component: ({ className, title, buttonText, onClick }: import("./choose-charity-card").ChooseCharityCardProps) => JSX.Element;
|
|
7
|
-
};
|
|
8
|
-
export default _default;
|
|
9
|
-
export declare const startcampaincard: {
|
|
10
|
-
(): JSX.Element;
|
|
11
|
-
story: {
|
|
12
|
-
name: string;
|
|
13
|
-
};
|
|
14
|
-
};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export interface ChooseCharityCardProps {
|
|
3
|
-
className?: string;
|
|
4
|
-
title?: string;
|
|
5
|
-
description?: string;
|
|
6
|
-
buttonText?: string;
|
|
7
|
-
onClick?: () => void;
|
|
8
|
-
}
|
|
9
|
-
declare const ChooseCharityCard: ({ className, title, buttonText, onClick }: ChooseCharityCardProps) => JSX.Element;
|
|
10
|
-
export default ChooseCharityCard;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import CenterDecorator from "../../utils/center-decorator";
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
decorators: (typeof CenterDecorator)[];
|
|
6
|
-
component: ({ className, title, buttonText, onClick }: import("./choose-charity-card").ChooseCharityCardProps) => JSX.Element;
|
|
7
|
-
};
|
|
8
|
-
export default _default;
|
|
9
|
-
export declare const chooseCharityStory: {
|
|
10
|
-
(): JSX.Element;
|
|
11
|
-
story: {
|
|
12
|
-
name: string;
|
|
13
|
-
};
|
|
14
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as ChooseCharityCard } from "./choose-charity-card";
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export interface ChooseCharityCardProps {
|
|
3
|
-
className?: string;
|
|
4
|
-
title?: string;
|
|
5
|
-
description?: string;
|
|
6
|
-
buttonText?: string;
|
|
7
|
-
onClick?: () => void;
|
|
8
|
-
}
|
|
9
|
-
declare const ChooseCharityCard: ({ className, title, buttonText, onClick }: ChooseCharityCardProps) => JSX.Element;
|
|
10
|
-
export default ChooseCharityCard;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import CenterDecorator from "../../utils/center-decorator";
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
decorators: (typeof CenterDecorator)[];
|
|
6
|
-
component: ({ className, title, buttonText, onClick }: import("./favorite-charity-item").ChooseCharityCardProps) => JSX.Element;
|
|
7
|
-
};
|
|
8
|
-
export default _default;
|
|
9
|
-
export declare const chooseCharityStory: {
|
|
10
|
-
(): JSX.Element;
|
|
11
|
-
story: {
|
|
12
|
-
name: string;
|
|
13
|
-
};
|
|
14
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import CenterDecorator from "../../utils/center-decorator";
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
decorators: (typeof CenterDecorator)[];
|
|
6
|
-
component: React.FunctionComponent<import("./line-chart-component").LineChartProps>;
|
|
7
|
-
};
|
|
8
|
-
export default _default;
|
|
9
|
-
export declare const LineChart: any;
|
|
@@ -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,10 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
interface PartnerLineChartBlockProps {
|
|
3
|
-
chartData: {
|
|
4
|
-
current_year: Array<number>;
|
|
5
|
-
months_label: Array<string>;
|
|
6
|
-
requested_year: Array<number>;
|
|
7
|
-
};
|
|
8
|
-
}
|
|
9
|
-
declare const PartnerLineChartBlock: ({ chartData }: PartnerLineChartBlockProps) => JSX.Element;
|
|
10
|
-
export default PartnerLineChartBlock;
|
|
@@ -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 PartnerLineChart } from "./partner-line-chart";
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
interface PartnerLineChartBlockProps {
|
|
3
|
-
chartData: {
|
|
4
|
-
current_year: Array<number>;
|
|
5
|
-
months_label: Array<string>;
|
|
6
|
-
requested_year: Array<number>;
|
|
7
|
-
};
|
|
8
|
-
}
|
|
9
|
-
declare const PartnerLineChartBlock: ({ chartData }: PartnerLineChartBlockProps) => JSX.Element;
|
|
10
|
-
export default PartnerLineChartBlock;
|
|
@@ -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,10 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export interface ChooseCharityCardProps {
|
|
3
|
-
className?: string;
|
|
4
|
-
title?: string;
|
|
5
|
-
description?: string;
|
|
6
|
-
buttonText?: string;
|
|
7
|
-
onClick?: () => void;
|
|
8
|
-
}
|
|
9
|
-
declare const ChooseCharityCard: ({ className, title, buttonText, onClick, }: ChooseCharityCardProps) => JSX.Element;
|
|
10
|
-
export default ChooseCharityCard;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import CenterDecorator from "../../utils/center-decorator";
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
decorators: (typeof CenterDecorator)[];
|
|
6
|
-
component: ({ className, title, buttonText, onClick, }: import("./choose-charity-card").ChooseCharityCardProps) => JSX.Element;
|
|
7
|
-
};
|
|
8
|
-
export default _default;
|
|
9
|
-
export declare const chooseCharityStory: {
|
|
10
|
-
(): JSX.Element;
|
|
11
|
-
story: {
|
|
12
|
-
name: string;
|
|
13
|
-
};
|
|
14
|
-
};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export interface StartFundraiseCardProps {
|
|
3
|
-
className?: string;
|
|
4
|
-
title?: string;
|
|
5
|
-
description?: string;
|
|
6
|
-
buttonText?: string;
|
|
7
|
-
onClick?: () => void;
|
|
8
|
-
}
|
|
9
|
-
declare const StartFundraiseCard: ({ className, title, buttonText, onClick, }: StartFundraiseCardProps) => JSX.Element;
|
|
10
|
-
export default StartFundraiseCard;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import CenterDecorator from "../../utils/center-decorator";
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
decorators: (typeof CenterDecorator)[];
|
|
6
|
-
component: ({ className, title, buttonText, onClick, }: import("./start-fundraise-card").StartFundraiseCardProps) => JSX.Element;
|
|
7
|
-
};
|
|
8
|
-
export default _default;
|
|
9
|
-
export declare const startFundraiseStory: {
|
|
10
|
-
(): JSX.Element;
|
|
11
|
-
story: {
|
|
12
|
-
name: string;
|
|
13
|
-
};
|
|
14
|
-
};
|
|
@@ -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,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 PartnerMonthlyStatsStories: {
|
|
8
|
-
(): JSX.Element;
|
|
9
|
-
story: {
|
|
10
|
-
name: string;
|
|
11
|
-
};
|
|
12
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as PartnerMonthlyStats } from "./partner-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 PartnerMonthlyStatsStories: {
|
|
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
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as PartnerMonthlyStats } from "./partner-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 PartnerMonthlyStatsStories: {
|
|
8
|
-
(): JSX.Element;
|
|
9
|
-
story: {
|
|
10
|
-
name: string;
|
|
11
|
-
};
|
|
12
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as StartCampaignCard } from "./start-campaign-card";
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export interface StartCampaignCardProps {
|
|
3
|
-
className?: string;
|
|
4
|
-
title?: string;
|
|
5
|
-
description?: string;
|
|
6
|
-
}
|
|
7
|
-
declare const StartCampaignCard: ({ className, title, description, }: StartCampaignCardProps) => JSX.Element;
|
|
8
|
-
export default StartCampaignCard;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export interface StartCampaignCardProps {
|
|
3
|
-
className?: string;
|
|
4
|
-
title?: string;
|
|
5
|
-
description?: string;
|
|
6
|
-
}
|
|
7
|
-
declare const StartCampaignCard: ({ className, title, description, }: StartCampaignCardProps) => JSX.Element;
|
|
8
|
-
export default StartCampaignCard;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import CenterDecorator from "../../utils/center-decorator";
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
decorators: (typeof CenterDecorator)[];
|
|
6
|
-
component: ({ className, title, description, }: import("./start-fundraise-card").StartCampaignCardProps) => JSX.Element;
|
|
7
|
-
};
|
|
8
|
-
export default _default;
|
|
9
|
-
export declare const startcampaincard: {
|
|
10
|
-
(): JSX.Element;
|
|
11
|
-
story: {
|
|
12
|
-
name: string;
|
|
13
|
-
};
|
|
14
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as StartFundraiseCard } from "./start-fundraise-card";
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export interface StartFundraiseCardProps {
|
|
3
|
-
className?: string;
|
|
4
|
-
title?: string;
|
|
5
|
-
description?: string;
|
|
6
|
-
buttonText?: string;
|
|
7
|
-
onClick?: () => void;
|
|
8
|
-
}
|
|
9
|
-
declare const StartFundraiseCard: ({ className, title, buttonText, onClick }: StartFundraiseCardProps) => JSX.Element;
|
|
10
|
-
export default StartFundraiseCard;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import CenterDecorator from "../../utils/center-decorator";
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
decorators: (typeof CenterDecorator)[];
|
|
6
|
-
component: ({ className, title, buttonText, onClick }: import("./start-fundraise-card").StartFundraiseCardProps) => JSX.Element;
|
|
7
|
-
};
|
|
8
|
-
export default _default;
|
|
9
|
-
export declare const startcampaincard: {
|
|
10
|
-
(): JSX.Element;
|
|
11
|
-
story: {
|
|
12
|
-
name: string;
|
|
13
|
-
};
|
|
14
|
-
};
|